From b5976e0d50d8fd2217a85b48382ae22507b7b244 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Wed, 5 Feb 2025 22:04:52 +0000 Subject: [PATCH] v2.6.0 --- .eslintignore | 16 - .eslintrc.cjs | 185 - .gitattributes | 1 - css/main.css | 2 +- data/adventure/adventure-hwaitw.json | 6387 -- data/adventure/adventure-toa.json | 3 +- data/adventure/adventure-uthftlh.json | 10 +- data/adventures.json | 113 - data/backgrounds.json | 897 +- data/bastions.json | 22 +- data/bestiary/bestiary-cm.json | 3 + data/bestiary/bestiary-cos.json | 3 + data/bestiary/bestiary-dmg.json | 3 + data/bestiary/bestiary-hwcs.json | 8443 -- data/bestiary/bestiary-mm.json | 1240 +- data/bestiary/bestiary-skt.json | 2 +- data/bestiary/bestiary-xmm.json | 63977 ++++++++++++++-- data/bestiary/bestiary-xphb.json | 4503 +- data/bestiary/fluff-bestiary-hwcs.json | 1267 - data/bestiary/fluff-bestiary-xmm.json | 23849 ++++++ data/bestiary/fluff-bestiary-xphb.json | 586 - data/bestiary/fluff-index.json | 2 +- data/bestiary/index.json | 1 - data/bestiary/legendarygroups.json | 674 + data/bestiary/template.json | 4 +- data/book/book-hffotm.json | 4 +- data/book/book-hwcs.json | 3976 - data/book/book-xdmg.json | 22 +- data/book/book-xmm.json | 15394 +++- data/book/book-xphb.json | 104 +- data/book/book-xscreen.json | 10 +- data/books.json | 1132 +- data/changelog.json | 6 + data/class/class-bard.json | 246 - data/class/class-cleric.json | 496 +- data/class/class-druid.json | 6 +- data/class/class-fighter.json | 178 - data/class/fluff-class-bard.json | 18 - data/class/fluff-class-fighter.json | 18 - data/deities.json | 442 - data/feats.json | 150 - data/fluff-backgrounds.json | 21 - data/fluff-items.json | 91 - data/fluff-races.json | 627 - data/generated/gendata-maps.json | 2 +- .../gendata-nav-adventure-book-index.json | 2 +- .../gendata-spell-source-lookup.json | 2 +- data/generated/gendata-subclass-lookup.json | 2 +- data/generated/gendata-tables.json | 2 +- data/generated/gendata-tag-redirects.json | 2 +- data/items-base.json | 6 + data/items.json | 797 +- data/magicvariants.json | 137 +- data/optionalfeatures.json | 142 +- data/races.json | 1603 +- data/renderdemo.json | 1 + data/spells/fluff-index.json | 1 - data/spells/fluff-spells-hwcs.json | 134 - data/spells/index.json | 1 - data/spells/sources.json | 282 - data/spells/spells-hwcs.json | 503 - data/spells/spells-xphb.json | 8 +- eslint.config.mjs | 195 + fonts/hpphumblescratch-webfont.woff2 | Bin 71440 -> 0 bytes js/blocklist-ui.js | 1 + js/converter/converter-base.js | 4 +- js/converter/converter-creature.js | 89 +- js/converter/converter-feature.js | 2 +- js/converter/converter-item.js | 15 +- js/converter/converter-ui-base.js | 2 +- js/converter/converterutils-creature.js | 17 +- js/converter/converterutils-entries.js | 6 +- js/converter/converterutils-item.js | 76 +- js/converter/converterutils-spell.js | 2 +- js/converter/converterutils-tags.js | 2 +- js/dmscreen/dmscreen-counter.js | 2 +- js/dmscreen/dmscreen-timetracker.js | 4 +- js/filter-items.js | 4 + js/filter/filter-box.js | 44 +- js/filter/filter-page-filter-base.js | 7 +- js/foundry/foundry-utils.js | 3 + js/makebrew/makebrew-builder-base.js | 4 +- js/makebrew/makebrew-builderui.js | 2 +- js/parser.js | 80 +- js/render-bestiary.js | 8 +- js/render-class.js | 2 +- js/render-markdown.js | 9 + js/render.js | 179 +- .../scalecreature-scaler-summon-class.js | 47 +- js/utils-config/utils-config-setting-base.js | 4 +- js/utils-proporder.js | 5 +- js/utils-ui.js | 7 +- js/utils.js | 497 +- node/.eslintrc.cjs | 184 - node/eslint.config.mjs | 195 + node/lint-js-changed.js | 5 +- node/util-search-index.js | 26 + package-lock.json | 1346 +- package.json | 9 +- scss/includes/fonts.scss | 8 - scss/includes/render.scss | 27 +- scss/includes/source.scss | 6 - scss/includes/util-5etools.scss | 16 + scss/includes/util-night.scss | 16 - scss/includes/util.scss | 16 - search/index-alt-spell.json | 2 +- search/index-foundry.json | 2 +- search/index-item.json | 2 +- search/index-partnered.json | 2 +- search/index.json | 2 +- test/.eslintrc.cjs | 184 - test/eslint.config.mjs | 195 + test/eslint/eslint-config.js | 34 + test/jest/ToTitleCase.test.js | 8 + test/test-all.js | 7 + test/test-tags.js | 133 +- 116 files changed, 104857 insertions(+), 37648 deletions(-) delete mode 100644 .eslintignore delete mode 100644 .eslintrc.cjs delete mode 100644 data/adventure/adventure-hwaitw.json delete mode 100644 data/bestiary/bestiary-hwcs.json delete mode 100644 data/bestiary/fluff-bestiary-hwcs.json create mode 100644 data/bestiary/fluff-bestiary-xmm.json delete mode 100644 data/book/book-hwcs.json delete mode 100644 data/spells/fluff-spells-hwcs.json delete mode 100644 data/spells/spells-hwcs.json create mode 100644 eslint.config.mjs delete mode 100644 fonts/hpphumblescratch-webfont.woff2 delete mode 100644 node/.eslintrc.cjs create mode 100644 node/eslint.config.mjs delete mode 100644 test/.eslintrc.cjs create mode 100644 test/eslint.config.mjs create mode 100644 test/eslint/eslint-config.js diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 2b4c4e2..0000000 --- a/.eslintignore +++ /dev/null @@ -1,16 +0,0 @@ -# Generated -sw.js -sw-injector.js - -# Libraries -lib -node_modules - -# Scratches -scratch -trash -trash_in - -# Homebrew/prerelease -homebrew -prerelease diff --git a/.eslintrc.cjs b/.eslintrc.cjs deleted file mode 100644 index baccd16..0000000 --- a/.eslintrc.cjs +++ /dev/null @@ -1,185 +0,0 @@ -module.exports = { - "extends": "eslint:recommended", - "env": { - "browser": true, - "es6": true, - "jquery": true, - }, - "parserOptions": { - "ecmaVersion": "latest", - "sourceType": "module", - }, - "rules": { - "accessor-pairs": "off", - "arrow-spacing": ["error", {"before": true, "after": true}], - "block-spacing": ["error", "always"], - "brace-style": ["error", "1tbs", {"allowSingleLine": true}], - "comma-dangle": ["error", { - "arrays": "always-multiline", - "objects": "always-multiline", - "imports": "always-multiline", - "exports": "always-multiline", - "functions": "always-multiline", - }], - "comma-spacing": ["error", {"before": false, "after": true}], - "comma-style": ["error", "last"], - "constructor-super": "error", - "curly": ["error", "multi-line"], - "dot-location": ["error", "property"], - "eqeqeq": ["error", "always", {"null": "ignore"}], - "func-call-spacing": ["error", "never"], - "generator-star-spacing": ["error", {"before": false, "after": true}], - "handle-callback-err": ["error", "^(err|error)$"], - "indent": [ - "error", - "tab", - { - "SwitchCase": 1, - }, - ], - "key-spacing": ["error", {"beforeColon": false, "afterColon": true}], - "keyword-spacing": ["error", {"before": true, "after": true}], - "new-cap": ["error", {"newIsCap": true, "capIsNew": false}], - "new-parens": "error", - "no-array-constructor": "error", - "no-caller": "error", - "no-class-assign": "error", - "no-compare-neg-zero": "error", - "no-cond-assign": "error", - "no-const-assign": "error", - "no-constant-condition": ["error", {"checkLoops": false}], - "no-control-regex": "error", - "no-debugger": "error", - "no-delete-var": "error", - "no-dupe-args": "error", - "no-dupe-class-members": "error", - "no-dupe-keys": "error", - "no-duplicate-case": "error", - "no-empty-character-class": "error", - "no-empty-pattern": "error", - "no-eval": "error", - "no-ex-assign": "error", - "no-extra-bind": "error", - "no-extra-boolean-cast": "error", - "no-extra-parens": ["error", "functions"], - "no-fallthrough": "error", - "no-floating-decimal": "error", - "no-func-assign": "error", - "no-global-assign": "error", - "no-implied-eval": "error", - "no-inner-declarations": ["error", "functions"], - "no-invalid-regexp": "error", - "no-irregular-whitespace": "error", - "no-iterator": "error", - "no-label-var": "error", - "no-labels": ["error", {"allowLoop": true, "allowSwitch": false}], - "no-lone-blocks": "error", - "no-mixed-operators": ["error", { - "groups": [ - ["==", "!=", "===", "!==", ">", ">=", "<", "<="], - ["&&", "||"], - ["in", "instanceof"], - ], - "allowSamePrecedence": true, - }], - "no-mixed-spaces-and-tabs": "error", - "no-multi-spaces": "error", - "no-multi-str": "error", - "no-multiple-empty-lines": ["error", {"max": 1, "maxEOF": 0}], - "no-negated-in-lhs": "error", - "no-new": "error", - "no-new-func": "error", - "no-new-object": "error", - "no-new-require": "error", - "no-new-symbol": "error", - "no-new-wrappers": "error", - "no-obj-calls": "error", - "no-octal": "error", - "no-octal-escape": "error", - "no-path-concat": "error", - "no-proto": "error", - "no-redeclare": "error", - "no-regex-spaces": "error", - "no-return-await": "error", - "no-self-assign": "error", - "no-self-compare": "error", - "no-sequences": "error", - "no-shadow-restricted-names": "error", - "no-sparse-arrays": "error", - "no-template-curly-in-string": "error", - "no-this-before-super": "error", - "no-throw-literal": "error", - "no-trailing-spaces": "error", - "no-undef": "off", - "no-undef-init": "error", - "no-unexpected-multiline": "error", - "no-unmodified-loop-condition": "error", - "no-unneeded-ternary": ["error", {"defaultAssignment": false}], - "no-unreachable": "error", - "no-unsafe-finally": "error", - "no-unsafe-negation": "error", - "no-unused-expressions": ["error", { - "allowShortCircuit": true, - "allowTernary": true, - "allowTaggedTemplates": true, - }], - "no-unused-vars": "off", - "no-use-before-define": ["error", {"functions": false, "classes": false, "variables": false}], - "no-useless-call": "error", - "no-useless-computed-key": "error", - "no-useless-constructor": "error", - "no-useless-escape": "error", - "no-useless-rename": "error", - "no-useless-return": "error", - "no-whitespace-before-property": "error", - "no-with": "error", - "object-property-newline": ["error", {"allowMultiplePropertiesPerLine": true}], - "one-var": ["error", {"initialized": "never"}], - "operator-linebreak": ["error", "after", { - "overrides": { - "?": "before", - ":": "before", - "+": "before", - "-": "before", - "*": "before", - "/": "before", - "||": "before", - "&&": "before", - }, - }], - "padded-blocks": ["error", {"blocks": "never", "switches": "never", "classes": "never"}], - "prefer-promise-reject-errors": "error", - "rest-spread-spacing": ["error", "never"], - "semi": ["warn", "always"], - "semi-spacing": ["error", {"before": false, "after": true}], - "space-before-blocks": ["error", "always"], - "space-before-function-paren": ["error", "always"], - "space-in-parens": ["error", "never"], - "space-infix-ops": "error", - "space-unary-ops": ["error", {"words": true, "nonwords": false}], - "spaced-comment": ["error", "always", { - "line": {"markers": ["*package", "!", "/", ",", "="]}, - "block": { - "balanced": true, - "markers": ["*package", "!", ",", ":", "::", "flow-include"], - "exceptions": ["*"], - }, - }], - "symbol-description": "error", - "template-curly-spacing": ["error", "never"], - "template-tag-spacing": ["error", "never"], - "unicode-bom": ["error", "never"], - "use-isnan": "error", - "valid-typeof": ["error", {"requireStringLiterals": true}], - "wrap-iife": ["error", "any", {"functionPrototypeMethods": true}], - "yield-star-spacing": ["error", "both"], - "yoda": ["error", "never"], - "no-prototype-builtins": "off", - "require-atomic-updates": "off", - "no-console": "error", - "prefer-template": "error", - "quotes": ["error", "double", {"allowTemplateLiterals": true}], - "no-var": "error", - "no-constant-binary-expression": "error", - }, -}; diff --git a/.gitattributes b/.gitattributes index 942705b..9137392 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,7 +18,6 @@ .gitattributes text eol=lf .gitignore text eol=lf .eslintignore text eol=lf -.eslintrc.cjs text eol=lf .gitmodules text eol=lf .node-version text eol=lf manifest.webmanifest text eol=lf diff --git a/css/main.css b/css/main.css index f35a060..5cfcec0 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")}@font-face{font-family:HPPHumblescratch;src:local("HPPHumblescratch"),url("../fonts/hpphumblescratch-webfont.woff2") format("woff2")}@keyframes kf-fade-in{from{opacity:0}to{opacity:1}}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}:root{--rgb-font: #333;--rgb-font--muted: #777;--rgb-name: #822000;--rgb-bg: #fff;--rgb-bg--alt: #f5f5f5;--rgb-border--statblock: #e69a28}:root.ve-night-mode{--rgb-font: #bbb;--rgb-name: #d29a38;--rgb-bg: #222;--rgb-bg--alt: #383838;--rgb-border--statblock: #565656}: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}.font-ui{font-family:Arial,sans-serif}@media screen and (width <= 768px){.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}@-moz-document url-prefix(){*{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}.ve-btn-xxs{padding:0 2px;font-size:12px;line-height:1.5;border-radius:3px}.ve-btn-primary--half{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 16px, #b8b8b8 16px, #b8b8b8 32px)}.ve-dropdown-menu--side{top:-10px;left:100%;max-height:calc(100vh - 190px);overflow-y:auto}.nav>li>a{padding:5px 14px 6px}@media screen and (width > 991px){.nav>li>a{border-top-left-radius:0;border-top-right-radius:0}}@media screen and (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 screen and (width > 991px){.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}.ve-dropdown-menu>li>a.ve-dropdown-ext-link{display:flex;justify-content:space-between}.ve-dropdown-menu>li>a.ve-dropdown-ext-link:hover{padding-right:10px}.ve-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}.ve-dropdown-menu>li>span:focus,.ve-dropdown-menu>li>span:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.ve-dropdown-menu>.disabled>span{pointer-events:none;color:#777}.ve-dropdown-menu>.disabled>span:focus,.ve-dropdown-menu>.disabled>span:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0);background-image:none}.ve-dropdown-menu>.ctx-danger>span{background:#d9534f;color:#fff}.ve-dropdown-menu>.ctx-danger>span:focus,.ve-dropdown-menu>.ctx-danger>span:hover{color:#fff;text-decoration:none;background-color:#ac2925}.ve-dropdown-ext-link>.glyphicon{top:3px;display:none}.ve-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.ve-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.ve-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.ve-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.ve-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.ve-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.ve-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.ve-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.ve-btn:last-child{border-radius:0}.input-group--bottom input.form-control,.input-group--bottom label,.input-group--bottom button,.input-group--bottom a.ve-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.ve-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.ve-btn:last-child{border-top-right-radius:0}.ve-night-mode .input-group>input.form-control:last-child,.ve-night-mode .input-group>label:last-child,.ve-night-mode .input-group>button:last-child,.ve-night-mode .input-group>a.ve-btn:last-child{border-right-color:#555}.ve-col-0-1,.ve-col-0-2,.ve-col-0-3,.ve-col-0-4,.ve-col-0-5,.ve-col-0-6,.ve-col-0-7,.ve-col-0-8,.ve-col-0-9,.ve-col-1-1,.ve-col-1-2,.ve-col-1-3,.ve-col-1-4,.ve-col-1-5,.ve-col-1-6,.ve-col-1-7,.ve-col-1-8,.ve-col-1-9,.ve-col-1,.ve-col-2-1,.ve-col-2-2,.ve-col-2-3,.ve-col-2-4,.ve-col-2-5,.ve-col-2-6,.ve-col-2-7,.ve-col-2-8,.ve-col-2-9,.ve-col-2,.ve-col-3-1,.ve-col-3-2,.ve-col-3-3,.ve-col-3-4,.ve-col-3-5,.ve-col-3-6,.ve-col-3-7,.ve-col-3-8,.ve-col-3-9,.ve-col-3,.ve-col-4-1,.ve-col-4-2,.ve-col-4-3,.ve-col-4-4,.ve-col-4-5,.ve-col-4-6,.ve-col-4-7,.ve-col-4-8,.ve-col-4-9,.ve-col-4,.ve-col-5-1,.ve-col-5-2,.ve-col-5-3,.ve-col-5-4,.ve-col-5-5,.ve-col-5-6,.ve-col-5-7,.ve-col-5-8,.ve-col-5-9,.ve-col-5,.ve-col-6-1,.ve-col-6-2,.ve-col-6-3,.ve-col-6-4,.ve-col-6-5,.ve-col-6-6,.ve-col-6-7,.ve-col-6-8,.ve-col-6-9,.ve-col-6,.ve-col-7-1,.ve-col-7-2,.ve-col-7-3,.ve-col-7-4,.ve-col-7-5,.ve-col-7-6,.ve-col-7-7,.ve-col-7-8,.ve-col-7-9,.ve-col-7,.ve-col-8-1,.ve-col-8-2,.ve-col-8-3,.ve-col-8-4,.ve-col-8-5,.ve-col-8-6,.ve-col-8-7,.ve-col-8-8,.ve-col-8-9,.ve-col-8,.ve-col-9-1,.ve-col-9-2,.ve-col-9-3,.ve-col-9-4,.ve-col-9-5,.ve-col-9-6,.ve-col-9-7,.ve-col-9-8,.ve-col-9-9,.ve-col-9,.ve-col-10-1,.ve-col-10-2,.ve-col-10-3,.ve-col-10-4,.ve-col-10-5,.ve-col-10-6,.ve-col-10-7,.ve-col-10-8,.ve-col-10-9,.ve-col-10,.ve-col-11-1,.ve-col-11-2,.ve-col-11-3,.ve-col-11-4,.ve-col-11-5,.ve-col-11-6,.ve-col-11-7,.ve-col-11-8,.ve-col-11-9,.ve-col-11,.ve-col-12{position:relative;min-height:1px}.ve-col-12{width:100% !important}.ve-col-11{width:91.6667% !important}.ve-col-11-9{width:99.1667% !important}.ve-col-11-8{width:98.3333% !important}.ve-col-11-7{width:97.5% !important}.ve-col-11-6{width:96.6667% !important}.ve-col-11-5{width:95.8333% !important}.ve-col-11-4{width:95% !important}.ve-col-11-3{width:94.1667% !important}.ve-col-11-2{width:93.3333% !important}.ve-col-11-1{width:92.5% !important}.ve-col-10{width:83.3333% !important}.ve-col-10-9{width:90.8333% !important}.ve-col-10-8{width:90% !important}.ve-col-10-7{width:89.1667% !important}.ve-col-10-6{width:88.3333% !important}.ve-col-10-5{width:87.5% !important}.ve-col-10-4{width:86.6667% !important}.ve-col-10-3{width:85.8333% !important}.ve-col-10-2{width:85% !important}.ve-col-10-1{width:84.1667% !important}.ve-col-9{width:75% !important}.ve-col-9-9{width:82.5% !important}.ve-col-9-8{width:81.6667% !important}.ve-col-9-7{width:80.8333% !important}.ve-col-9-6{width:80% !important}.ve-col-9-5{width:79.1667% !important}.ve-col-9-4{width:78.3333% !important}.ve-col-9-3{width:77.5% !important}.ve-col-9-2{width:76.6667% !important}.ve-col-9-1{width:75.8333% !important}.ve-col-8{width:66.6667% !important}.ve-col-8-9{width:74.1667% !important}.ve-col-8-8{width:73.3333% !important}.ve-col-8-7{width:72.5% !important}.ve-col-8-6{width:71.6667% !important}.ve-col-8-5{width:70.8333% !important}.ve-col-8-4{width:70% !important}.ve-col-8-3{width:69.1667% !important}.ve-col-8-2{width:68.3333% !important}.ve-col-8-1{width:67.5% !important}.ve-col-7{width:58.3333% !important}.ve-col-7-9{width:65.8333% !important}.ve-col-7-8{width:65% !important}.ve-col-7-7{width:64.1667% !important}.ve-col-7-6{width:63.3333% !important}.ve-col-7-5{width:62.5% !important}.ve-col-7-4{width:61.6667% !important}.ve-col-7-3{width:60.8333% !important}.ve-col-7-2{width:60% !important}.ve-col-7-1{width:59.1667% !important}.ve-col-6{width:50% !important}.ve-col-6-9{width:57.5% !important}.ve-col-6-8{width:56.6667% !important}.ve-col-6-7{width:55.8333% !important}.ve-col-6-6{width:55% !important}.ve-col-6-5{width:54.1667% !important}.ve-col-6-4{width:53.3333% !important}.ve-col-6-3{width:52.5% !important}.ve-col-6-2{width:51.6667% !important}.ve-col-6-1{width:50.8333% !important}.ve-col-5{width:41.6667% !important}.ve-col-5-9{width:49.1667% !important}.ve-col-5-8{width:48.3333% !important}.ve-col-5-7{width:47.5% !important}.ve-col-5-6{width:46.6667% !important}.ve-col-5-5{width:45.8333% !important}.ve-col-5-4{width:45% !important}.ve-col-5-3{width:44.1667% !important}.ve-col-5-2{width:43.3333% !important}.ve-col-5-1{width:42.5% !important}.ve-col-4{width:33.3333% !important}.ve-col-4-9{width:40.8333% !important}.ve-col-4-8{width:40% !important}.ve-col-4-7{width:39.1667% !important}.ve-col-4-6{width:38.3333% !important}.ve-col-4-5{width:37.5% !important}.ve-col-4-4{width:36.6667% !important}.ve-col-4-3{width:35.8333% !important}.ve-col-4-2{width:35% !important}.ve-col-4-1{width:34.1667% !important}.ve-col-3{width:25% !important}.ve-col-3-9{width:32.5% !important}.ve-col-3-8{width:31.6667% !important}.ve-col-3-7{width:30.8333% !important}.ve-col-3-6{width:30% !important}.ve-col-3-5{width:29.1667% !important}.ve-col-3-4{width:28.3333% !important}.ve-col-3-3{width:27.5% !important}.ve-col-3-2{width:26.6667% !important}.ve-col-3-1{width:25.8333% !important}.ve-col-2{width:16.6667% !important}.ve-col-2-9{width:24.1667% !important}.ve-col-2-8{width:23.3333% !important}.ve-col-2-7{width:22.5% !important}.ve-col-2-6{width:21.6667% !important}.ve-col-2-5{width:20.8333% !important}.ve-col-2-4{width:20% !important}.ve-col-2-3{width:19.1667% !important}.ve-col-2-2{width:18.3333% !important}.ve-col-2-1{width:17.5% !important}.ve-col-1{width:8.3333% !important}.ve-col-1-9{width:15.8333% !important}.ve-col-1-8{width:15% !important}.ve-col-1-7{width:14.1667% !important}.ve-col-1-6{width:13.3333% !important}.ve-col-1-5{width:12.5% !important}.ve-col-1-4{width:11.6667% !important}.ve-col-1-3{width:10.8333% !important}.ve-col-1-2{width:10% !important}.ve-col-1-1{width:9.1667% !important}.ve-col-0-9{width:7.5% !important}.ve-col-0-8{width:6.6667% !important}.ve-col-0-7{width:5.8333% !important}.ve-col-0-6{width:5% !important}.ve-col-0-5{width:4.1667% !important}.ve-col-0-4{width:3.3333% !important}.ve-col-0-3{width:2.5% !important}.ve-col-0-2{width:1.6667% !important}.ve-col-0-1{width:.8333% !important}.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}.mt-1p{margin-top:1px !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}.px-4p{padding-right:4px !important;padding-left:4px !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}.pt-2p{padding-top:2px !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}.pr-10p{padding-right:10px !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}.top-1p{top:1px}.right-0{right:0 !important}.ve-night-mode .hr-0,.ve-night-mode .hr-1,.ve-night-mode .hr-2,.ve-night-mode .hr-3,.ve-night-mode .hr-4,.ve-night-mode .hr-5,.ve-night-mode .vr-0,.ve-night-mode .vr-1,.ve-night-mode .vr-2,.ve-night-mode .vr-3,.ve-night-mode .vr-4,.ve-night-mode .vr-5{border-color:#555}.ve-night-mode .b-1p{border-color:#555 !important}.ve-night-mode .bt-1p{border-top-color:#555 !important}.ve-night-mode .br-1p{border-right-color:#555 !important}.ve-night-mode .bb-1p{border-bottom-color:#555 !important}.ve-night-mode .bb-1p-trans{border-bottom-color:rgba(85,85,85,.6274509804) !important}.ve-night-mode .bl-1p{border-left-color:#555 !important}input[type=checkbox]:checked,input[type=checkbox]:indeterminate{filter:grayscale(100%) contrast(200%)}input[type=radio]:checked,input[type=radio]:indeterminate{filter:grayscale(100%) contrast(200%)}input[type=range]{filter:grayscale(100%) contrast(200%)}.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}.ve-large{font-size:125% !important}.ve-large.small-caps,.ve-large.dnd-font{font-size:140% !important}.font-size-24p{font-size:24px !important}.ve-muted{color:#777 !important}.ve-muted a,.ve-muted .roller{color:#7096b7}.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}.ve-underline-double{text-decoration:underline !important;text-decoration-style:double !important}.no-underline{text-decoration:none !important}.ve-strike-double{text-decoration:line-through !important;text-decoration-style:double !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}.ve-highlight{background-color:#ff0 !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}.ve-text-wrap-balance{text-wrap:balance !important}.small-caps{font-variant:small-caps}.capitalize{text-transform:capitalize}.no-breaks{break-before:auto;break-after:auto;break-inside:avoid}.ve-text-left{text-align:left !important}.ve-text-right{text-align:right !important}.ve-text-center{text-align:center !important}.text-rtl{direction:rtl}.trans-x-flip{transform:scaleX(-1) !important}.trans-y-flip{transform:scaleY(-1) !important}.trans-z-flip{transform:scaleZ(-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}.ve-overflow-auto{overflow:auto auto}.ve-overflow-visible{overflow:visible visible !important}.ve-overflow-y-auto{overflow-y:auto}.ve-overflow-y-scroll{overflow-y:scroll}.ve-overflow-y-hidden{overflow-y:hidden}.ve-overflow-x-auto{overflow-x:auto}.ve-overflow-x-scroll{overflow-x:scroll}.ve-overflow-x-hidden{overflow-x:hidden}.ve-overflow-hidden{overflow:hidden}.ve-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ve-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.3333% !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.6666% !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-25{min-width:25% !important}.min-w-80{min-width:80% !important}.min-w-100{min-width:100% !important}.min-w-20p{min-width:20px !important}.min-w-60p{min-width:60px !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.3333% !important}.max-w-75{max-width:75% !important}.max-w-80{max-width:80% !important}.max-w-100{max-width:100% !important}.max-w-80p{max-width:80px !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-40p{min-height:40px !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}.ve-shrink{flex-shrink: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-6{flex:6 !important}.ve-flex-7{flex:7 !important}.ve-shrink-10{flex-shrink:10 !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 screen and (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 screen and (width <= 768px){.columns-3{column-count:2}}@media screen and (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 screen and (width <= 768px){.columns-4{column-count:3}}@media screen and (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 screen and (width <= 768px){.columns-5{column-count:3}}@media screen and (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 screen and (width <= 768px){.columns-6{column-count:3}}@media screen and (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}.ve-night-mode input[type=checkbox]:checked,.ve-night-mode input[type=checkbox]:indeterminate{filter:grayscale(100%) brightness(85%) contrast(200%)}.ve-night-mode input[type=radio]:checked,.ve-night-mode input[type=radio]:indeterminate{filter:grayscale(100%) brightness(85%) contrast(200%)}.ve-night-mode input[type=range]{filter:grayscale(100%) brightness(85%) contrast(200%)}.ve-night-mode .ve-muted{color:#777 !important}.ve-night-mode .ve-muted a,.ve-night-mode .ve-muted .roller{color:#6e8eab}.ve-night-mode .ve-highlight{color:#222;background-color:#cc0}.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}.ve-night-mode .stripe-even:nth-child(even){background:rgba(170,170,170,.1333333333)}.ve-night-mode .stripe-odd:nth-child(odd){background:rgba(170,170,170,.1333333333)}.ve-night-mode .stripe-child-even-first:nth-child(even)>:first-child{background:rgba(170,170,170,.1333333333)}.ve-night-mode .veapp__ele-hoverable:hover{background:#383838}@media screen and (width > 1200px){.mobile-lg__visible{display:none !important}}@media screen and (width <= 1200px){.mobile-lg__hidden{display:none !important}.mobile-lg__text-center{text-align:center !important}.mobile-lg__text-clip-ellipsis{white-space:nowrap !important;text-overflow:ellipsis !important;overflow:hidden !important}.mobile-lg__ve-flex-col{display:flex !important;flex-direction:column !important}.mobile-lg__ve-flex-row{display:flex !important;flex-direction:row !important}.mobile-lg__ve-flex-col-reverse{display:flex !important;flex-direction:column-reverse !important}.mobile-lg__ve-flex-ai-start{align-items:flex-start !important}.mobile-lg__ve-flex-wrap{display:flex !important;flex-wrap:wrap !important}.mobile-lg__w-100{width:100% !important}.mobile-lg__max-w-100{max-width:100% !important}.mobile-lg__h-initial{height:initial !important}.mobile-lg__m-auto{margin:auto !important}.mobile-lg__m-0{margin:0 !important}.mobile-lg__m-1{margin:.25rem !important}.mobile-lg__m-2{margin:.5rem !important}.mobile-lg__m-3{margin:1rem !important}.mobile-lg__m-4{margin:1.5rem !important}.mobile-lg__m-5{margin:3rem !important}.mobile-lg__mt-auto{margin-top:auto !important}.mobile-lg__mt-0{margin-top:0 !important}.mobile-lg__mt-1{margin-top:.25rem !important}.mobile-lg__mt-2{margin-top:.5rem !important}.mobile-lg__mt-3{margin-top:1rem !important}.mobile-lg__mt-4{margin-top:1.5rem !important}.mobile-lg__mt-5{margin-top:3rem !important}.mobile-lg__mr-auto{margin-right:auto !important}.mobile-lg__mr-0{margin-right:0 !important}.mobile-lg__mr-1{margin-right:.25rem !important}.mobile-lg__mr-2{margin-right:.5rem !important}.mobile-lg__mr-3{margin-right:1rem !important}.mobile-lg__mr-4{margin-right:1.5rem !important}.mobile-lg__mr-5{margin-right:3rem !important}.mobile-lg__mb-auto{margin-bottom:auto !important}.mobile-lg__mb-0{margin-bottom:0 !important}.mobile-lg__mb-1{margin-bottom:.25rem !important}.mobile-lg__mb-2{margin-bottom:.5rem !important}.mobile-lg__mb-3{margin-bottom:1rem !important}.mobile-lg__mb-4{margin-bottom:1.5rem !important}.mobile-lg__mb-5{margin-bottom:3rem !important}.mobile-lg__ml-auto{margin-left:auto !important}.mobile-lg__ml-0{margin-left:0 !important}.mobile-lg__ml-1{margin-left:.25rem !important}.mobile-lg__ml-2{margin-left:.5rem !important}.mobile-lg__ml-3{margin-left:1rem !important}.mobile-lg__ml-4{margin-left:1.5rem !important}.mobile-lg__ml-5{margin-left:3rem !important}.mobile-lg__my-auto{margin-top:auto !important;margin-bottom:auto !important}.mobile-lg__my-0{margin-top:0 !important;margin-bottom:0 !important}.mobile-lg__my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mobile-lg__my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mobile-lg__my-3{margin-top:1rem !important;margin-bottom:1rem !important}.mobile-lg__my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mobile-lg__my-5{margin-top:3rem !important;margin-bottom:3rem !important}.mobile-lg__mx-auto{margin-right:auto !important;margin-left:auto !important}.mobile-lg__mx-0{margin-right:0 !important;margin-left:0 !important}.mobile-lg__mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mobile-lg__mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mobile-lg__mx-3{margin-right:1rem !important;margin-left:1rem !important}.mobile-lg__mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mobile-lg__mx-5{margin-right:3rem !important;margin-left:3rem !important}.mobile-lg__p-0{padding:0 !important}.mobile-lg__p-1{padding:.25rem !important}.mobile-lg__p-2{padding:.5rem !important}.mobile-lg__p-3{padding:1rem !important}.mobile-lg__p-4{padding:1.5rem !important}.mobile-lg__p-5{padding:3rem !important}.mobile-lg__p-1p{padding:1px !important}.mobile-lg__pt-0{padding-top:0 !important}.mobile-lg__pt-1{padding-top:.25rem !important}.mobile-lg__pt-2{padding-top:.5rem !important}.mobile-lg__pt-3{padding-top:1rem !important}.mobile-lg__pt-4{padding-top:1.5rem !important}.mobile-lg__pt-5{padding-top:3rem !important}.mobile-lg__pt-1p{padding-top:1px !important}.mobile-lg__pr-0{padding-right:0 !important}.mobile-lg__pr-1{padding-right:.25rem !important}.mobile-lg__pr-2{padding-right:.5rem !important}.mobile-lg__pr-3{padding-right:1rem !important}.mobile-lg__pr-4{padding-right:1.5rem !important}.mobile-lg__pr-5{padding-right:3rem !important}.mobile-lg__pr-1p{padding-right:1px !important}.mobile-lg__pb-0{padding-bottom:0 !important}.mobile-lg__pb-1{padding-bottom:.25rem !important}.mobile-lg__pb-2{padding-bottom:.5rem !important}.mobile-lg__pb-3{padding-bottom:1rem !important}.mobile-lg__pb-4{padding-bottom:1.5rem !important}.mobile-lg__pb-5{padding-bottom:3rem !important}.mobile-lg__pb-1p{padding-bottom:1px !important}.mobile-lg__pl-0{padding-left:0 !important}.mobile-lg__pl-1{padding-left:.25rem !important}.mobile-lg__pl-2{padding-left:.5rem !important}.mobile-lg__pl-3{padding-left:1rem !important}.mobile-lg__pl-4{padding-left:1.5rem !important}.mobile-lg__pl-5{padding-left:3rem !important}.mobile-lg__pl-1p{padding-left:1px !important}.mobile-lg__py-0{padding-top:0 !important;padding-bottom:0 !important}.mobile-lg__py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.mobile-lg__py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.mobile-lg__py-3{padding-top:1rem !important;padding-bottom:1rem !important}.mobile-lg__py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.mobile-lg__py-5{padding-top:3rem !important;padding-bottom:3rem !important}.mobile-lg__px-0{padding-right:0 !important;padding-left:0 !important}.mobile-lg__px-1{padding-right:.25rem !important;padding-left:.25rem !important}.mobile-lg__px-2{padding-right:.5rem !important;padding-left:.5rem !important}.mobile-lg__px-3{padding-right:1rem !important;padding-left:1rem !important}.mobile-lg__px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.mobile-lg__px-5{padding-right:3rem !important;padding-left:3rem !important}.mobile-lg__py-1p{padding-top:1px !important;padding-bottom:1px !important}}@media screen and (width > 991px){.mobile-md__visible{display:none !important}}@media screen and (width <= 991px){.mobile-md__hidden{display:none !important}.mobile-md__text-center{text-align:center !important}.mobile-md__text-clip-ellipsis{white-space:nowrap !important;text-overflow:ellipsis !important;overflow:hidden !important}.mobile-md__ve-flex-col{display:flex !important;flex-direction:column !important}.mobile-md__ve-flex-row{display:flex !important;flex-direction:row !important}.mobile-md__ve-flex-col-reverse{display:flex !important;flex-direction:column-reverse !important}.mobile-md__ve-flex-ai-start{align-items:flex-start !important}.mobile-md__ve-flex-wrap{display:flex !important;flex-wrap:wrap !important}.mobile-md__w-100{width:100% !important}.mobile-md__max-w-100{max-width:100% !important}.mobile-md__h-initial{height:initial !important}.mobile-md__m-auto{margin:auto !important}.mobile-md__m-0{margin:0 !important}.mobile-md__m-1{margin:.25rem !important}.mobile-md__m-2{margin:.5rem !important}.mobile-md__m-3{margin:1rem !important}.mobile-md__m-4{margin:1.5rem !important}.mobile-md__m-5{margin:3rem !important}.mobile-md__mt-auto{margin-top:auto !important}.mobile-md__mt-0{margin-top:0 !important}.mobile-md__mt-1{margin-top:.25rem !important}.mobile-md__mt-2{margin-top:.5rem !important}.mobile-md__mt-3{margin-top:1rem !important}.mobile-md__mt-4{margin-top:1.5rem !important}.mobile-md__mt-5{margin-top:3rem !important}.mobile-md__mr-auto{margin-right:auto !important}.mobile-md__mr-0{margin-right:0 !important}.mobile-md__mr-1{margin-right:.25rem !important}.mobile-md__mr-2{margin-right:.5rem !important}.mobile-md__mr-3{margin-right:1rem !important}.mobile-md__mr-4{margin-right:1.5rem !important}.mobile-md__mr-5{margin-right:3rem !important}.mobile-md__mb-auto{margin-bottom:auto !important}.mobile-md__mb-0{margin-bottom:0 !important}.mobile-md__mb-1{margin-bottom:.25rem !important}.mobile-md__mb-2{margin-bottom:.5rem !important}.mobile-md__mb-3{margin-bottom:1rem !important}.mobile-md__mb-4{margin-bottom:1.5rem !important}.mobile-md__mb-5{margin-bottom:3rem !important}.mobile-md__ml-auto{margin-left:auto !important}.mobile-md__ml-0{margin-left:0 !important}.mobile-md__ml-1{margin-left:.25rem !important}.mobile-md__ml-2{margin-left:.5rem !important}.mobile-md__ml-3{margin-left:1rem !important}.mobile-md__ml-4{margin-left:1.5rem !important}.mobile-md__ml-5{margin-left:3rem !important}.mobile-md__my-auto{margin-top:auto !important;margin-bottom:auto !important}.mobile-md__my-0{margin-top:0 !important;margin-bottom:0 !important}.mobile-md__my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mobile-md__my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mobile-md__my-3{margin-top:1rem !important;margin-bottom:1rem !important}.mobile-md__my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mobile-md__my-5{margin-top:3rem !important;margin-bottom:3rem !important}.mobile-md__mx-auto{margin-right:auto !important;margin-left:auto !important}.mobile-md__mx-0{margin-right:0 !important;margin-left:0 !important}.mobile-md__mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mobile-md__mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mobile-md__mx-3{margin-right:1rem !important;margin-left:1rem !important}.mobile-md__mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mobile-md__mx-5{margin-right:3rem !important;margin-left:3rem !important}.mobile-md__p-0{padding:0 !important}.mobile-md__p-1{padding:.25rem !important}.mobile-md__p-2{padding:.5rem !important}.mobile-md__p-3{padding:1rem !important}.mobile-md__p-4{padding:1.5rem !important}.mobile-md__p-5{padding:3rem !important}.mobile-md__p-1p{padding:1px !important}.mobile-md__pt-0{padding-top:0 !important}.mobile-md__pt-1{padding-top:.25rem !important}.mobile-md__pt-2{padding-top:.5rem !important}.mobile-md__pt-3{padding-top:1rem !important}.mobile-md__pt-4{padding-top:1.5rem !important}.mobile-md__pt-5{padding-top:3rem !important}.mobile-md__pt-1p{padding-top:1px !important}.mobile-md__pr-0{padding-right:0 !important}.mobile-md__pr-1{padding-right:.25rem !important}.mobile-md__pr-2{padding-right:.5rem !important}.mobile-md__pr-3{padding-right:1rem !important}.mobile-md__pr-4{padding-right:1.5rem !important}.mobile-md__pr-5{padding-right:3rem !important}.mobile-md__pr-1p{padding-right:1px !important}.mobile-md__pb-0{padding-bottom:0 !important}.mobile-md__pb-1{padding-bottom:.25rem !important}.mobile-md__pb-2{padding-bottom:.5rem !important}.mobile-md__pb-3{padding-bottom:1rem !important}.mobile-md__pb-4{padding-bottom:1.5rem !important}.mobile-md__pb-5{padding-bottom:3rem !important}.mobile-md__pb-1p{padding-bottom:1px !important}.mobile-md__pl-0{padding-left:0 !important}.mobile-md__pl-1{padding-left:.25rem !important}.mobile-md__pl-2{padding-left:.5rem !important}.mobile-md__pl-3{padding-left:1rem !important}.mobile-md__pl-4{padding-left:1.5rem !important}.mobile-md__pl-5{padding-left:3rem !important}.mobile-md__pl-1p{padding-left:1px !important}.mobile-md__py-0{padding-top:0 !important;padding-bottom:0 !important}.mobile-md__py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.mobile-md__py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.mobile-md__py-3{padding-top:1rem !important;padding-bottom:1rem !important}.mobile-md__py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.mobile-md__py-5{padding-top:3rem !important;padding-bottom:3rem !important}.mobile-md__px-0{padding-right:0 !important;padding-left:0 !important}.mobile-md__px-1{padding-right:.25rem !important;padding-left:.25rem !important}.mobile-md__px-2{padding-right:.5rem !important;padding-left:.5rem !important}.mobile-md__px-3{padding-right:1rem !important;padding-left:1rem !important}.mobile-md__px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.mobile-md__px-5{padding-right:3rem !important;padding-left:3rem !important}.mobile-md__py-1p{padding-top:1px !important;padding-bottom:1px !important}}@media screen and (width > 768px){.mobile__visible{display:none !important}}@media screen and (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__ve-flex-wrap{display:flex !important;flex-wrap:wrap !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}.accordion__wrp-preview{font-size:12.6px;background:#fff}.accordion__vr-preview{top:7px;left:8px;height:calc(100% - 14px)}.accordion__wrp-preview-inner{border-bottom:1px solid #ddd}.ve-night-mode .accordion__wrp-preview{background:#222}.ve-night-mode .accordion__wrp-preview-inner{border-color:#444}: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-text-indent-li-hang: 1.1em;--w-text-indent-li-hang--inv: calc(-1 * var(--w-text-indent-li-hang));--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__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__wrp-image--bg{border-radius:5px;padding:7px}.rd__wrp-image--bg-light{background:#fff}.rd__wrp-image--bg-dark{background:#333}.rd__image{max-width:100%;max-height:60vh;cursor:zoom-in}.rd__cvs-image{background:rgba(204,204,204,.2)}.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__gallery-name{font-style:italic;text-decoration:underline}.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__wrp-centered-ability{text-align:center;margin-bottom:var(--h-mb-p)}.rd__p-list-item{font-style:initial}.rd__p-cont-indent{display:block;text-indent:var(--w-text-indent-inline-p)}.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--bg-light{background:#fff}.rd__scroller-viewer--bg-dark{background:#333}.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,.rd__list-caption{padding:0;list-style:none}.rd__list-hang-notitle>.rd__list-name,.rd__list-caption>.rd__list-name{margin-left:0}.rd__list-hang-notitle>.rd__li,.rd__list-caption>.rd__li{margin-bottom:var(--h-mb-li);text-indent:var(--w-text-indent-li-hang--inv);margin-left:var(--w-text-indent-li-hang)}.rd__list-hang-notitle>.rd__li a,.rd__list-hang-notitle>.rd__li span,.rd__list-caption>.rd__li a,.rd__list-caption>.rd__li span{text-indent:initial}.rd__list-hang-notitle>.rd__li>*,.rd__list-caption>.rd__li>*{margin:0 0 var(--h-mb-li)}.rd__list-hang-notitle>.rd__li>ul,.rd__list-caption>.rd__li>ul{text-indent:initial}.rd__list-caption>.rd__list-name{font-variant:small-caps;font-weight:bold;font-size:1.08em}.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:var(--w-text-indent-li-hang--inv);margin-left:var(--w-text-indent-li-hang)}.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__quote-pull{padding:10px 15px;text-align:center;font-size:125%}.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{margin-bottom:var(--h-mb-p-inline)}.rd__b--3>p+p,.rd__b-inset>p+p{text-indent:var(--w-text-indent-inline-p)}.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;text-indent:initial}.rd__b-inset>*:last-child{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);table-layout:fixed}.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);white-space:initial}.rd__table>caption{text-align:left;margin-left:5px;padding:0;font-weight:bold;font-size:1.08em}.rd__th{text-align:left}.rd__th-skewer::after{position:relative;bottom:3px;left:0;margin:0 auto;padding:0;display:block;content:"";height:3px;width:96%;border-bottom:1px solid #ccc}.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-child{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-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}.rd-homebrew__b{background-color:rgba(255,0,0,.1019607843);clear:both}.rd-homebrew__wrp-notice{float:right;border:1px dotted;margin-bottom:5px;margin-left:5px;padding-right:2px;padding-left:2px;text-indent:0}.rd-homebrew__disp-notice::before{content:"Homebrew"}.rd-homebrew__disp-old-content{color:#a00;margin-left:5px}.rd-homebrew__disp-inline{background-color:rgba(255,0,0,.1019607843);text-decoration:underline dotted}td>.rd__b:last-child{margin-bottom:0}.rd-recipes__wrp-recipe{--w-text-indent-inline-p: 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}.ve-night-mode .rd__wrp-image--bg-light{background-color:#bbb}.ve-night-mode .rd__wrp-image--bg-dark{background-color:#383838}.ve-night-mode .rd__h--0,.ve-night-mode .rd__h--1,.ve-night-mode .rd__h--2{color:#d29a38}.ve-night-mode .rd__h--1{border-bottom-color:#d29a38}.ve-night-mode .rd__h--4{color:#c2c2c2}.ve-night-mode .rd__h--3{color:#c2c2c2}.ve-night-mode .rd__-image-title-inner{border-color:#555}.ve-night-mode .rd__b-inset{background-color:#323431}.ve-night-mode .rd__b-inset--readaloud{background-color:#28303a}.ve-night-mode .rd__th-skewer::after{border-color:#555}.ve-night-mode .rd__b-data{border-color:#565656}.ve-night-mode .rd__b-flow{background-color:#38352f}.ve-night-mode .rd__comic{color:#95aaea}.ve-night-mode .rd__stats-name-page{color:#bbb}.ve-night-mode .rd__highlight{background-color:#cc0;color:#222}.ve-night-mode .rd__scroller-viewer--bg-light{background-color:#bbb}.ve-night-mode .rd__scroller-viewer--bg-dark{background-color:#383838}.ve-night-mode .rd-item__type-rarity-attunement{color:#bbb}.ve-night-mode .rd-ability-icon__fill-primary{fill:#bbb}.ve-night-mode .rd-ability-icon__fill-bg{fill:#222}.ve-night-mode .rd-ability-icon__stroke-bg{stroke:#222}.ve-night-mode .rd-homebrew__b{background-color:rgba(255,0,0,.15)}.ve-night-mode .rd-homebrew__disp-old-content{color:#f99}.ve-night-mode .rd-homebrew__disp-inline{background-color:rgba(255,0,0,.15)}@media print{.rd__b-inset{background:none !important;box-shadow:none !important;border-color:#000 !important}.rd__b-special,.rd__li{break-inside:avoid;page-break-inside:avoid}.rd__h--1{border-bottom-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__b-special,html.is-faux-print .rd__li{break-inside:avoid;page-break-inside:avoid}html.is-faux-print .rd__h--1{border-bottom-color:#000 !important}.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 screen and (width <= 991px){.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 .stats__th-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--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;cursor:ns-resize}.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}.ve-night-mode .hwin{background:#222}.ve-night-mode .hwin table.summary-noback th,.ve-night-mode .hwin table.summary th{color:#bbb}.ve-night-mode .hwin .hoverborder .window-title{color:#bbb}.ve-night-mode .hwin .ve-tbl-border{background-color:#d29a38}.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--partnered{color:#963b4f !important;border-color:#963b4f !important;text-decoration-color:#963b4f !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--partnered{color:#f0f !important;border-color:#f0f !important;text-decoration-color:#f0f !important}.source-category-spicy--local{color:#54ce19 !important;border-color:#54ce19 !important;text-decoration-color:#54ce19 !important}.source__PHB{color:#4a6898 !important;border-color:#4a6898 !important;text-decoration-color:#4a6898 !important}.source__DMG{color:purple !important;border-color:purple !important;text-decoration-color:purple !important}.source__MM{color:green !important;border-color:green !important;text-decoration-color:green !important}.source__SCAG{color:#76af76 !important;border-color:#76af76 !important;text-decoration-color:#76af76 !important}.source__VGM{color:gray !important;border-color:gray !important;text-decoration-color:gray !important}.source__OGA{color:#933d0f !important;border-color:#933d0f !important;text-decoration-color:#933d0f !important}.source__XGE,.source__TTP{color:#ba7c00 !important;border-color:#ba7c00 !important;text-decoration-color:#ba7c00 !important}.source__XMtS{color:#830051 !important;border-color:#830051 !important;text-decoration-color:#830051 !important}.source__HotDQ{color:#ad8eba !important;border-color:#ad8eba !important;text-decoration-color:#ad8eba !important}.source__RoT{color:#ff2900 !important;border-color:#ff2900 !important;text-decoration-color:#ff2900 !important}.source__CoS{color:purple !important;border-color:purple !important;text-decoration-color:purple !important}.source__OotA{color:gray !important;border-color:gray !important;text-decoration-color:gray !important}.source__SKT{color:#008b8b !important;border-color:#008b8b !important;text-decoration-color:#008b8b !important}.source__PotA,.source__EEPC{color:#57b6c6 !important;border-color:#57b6c6 !important;text-decoration-color:#57b6c6 !important}.source__LMoP{color:#8da851 !important;border-color:#8da851 !important;text-decoration-color:#8da851 !important}.source__TftYP{color:#c94029 !important;border-color:#c94029 !important;text-decoration-color:#c94029 !important}.source__ToA{color:#666f30 !important;border-color:#666f30 !important;text-decoration-color:#666f30 !important}.source__MTF{color:#1f6e7b !important;border-color:#1f6e7b !important;text-decoration-color:#1f6e7b !important}.source__WDH{color:#d4af37 !important;border-color:#d4af37 !important;text-decoration-color:#d4af37 !important}.source__GGR,.source__KKW{color:#bfa76c !important;border-color:#bfa76c !important;text-decoration-color:#bfa76c !important}.source__WDMM{color:#a2201f !important;border-color:#a2201f !important;text-decoration-color:#a2201f !important}.source__LLK{color:#6e7a71 !important;border-color:#6e7a71 !important;text-decoration-color:#6e7a71 !important}.source__AZfyT{color:#4667a7 !important;border-color:#4667a7 !important;text-decoration-color:#4667a7 !important}.source__GoS{color:#3d695a !important;border-color:#3d695a !important;text-decoration-color:#3d695a !important}.source__AI,.source__OoW{color:#5baf04 !important;border-color:#5baf04 !important;text-decoration-color:#5baf04 !important}.source__ESK,.source__DIP,.source__DC,.source__SDW,.source__SLW{color:#6b909a !important;border-color:#6b909a !important;text-decoration-color:#6b909a !important}.source__BGDIA{color:#752418 !important;border-color:#752418 !important;text-decoration-color:#752418 !important}.source__ERLW,.source__EFR{color:#983426 !important;border-color:#983426 !important;text-decoration-color:#983426 !important}.source__RMR,.source__RMBRE{color:#5c7c27 !important;border-color:#5c7c27 !important;text-decoration-color:#5c7c27 !important}.source__MFF{color:#92817f !important;border-color:#92817f !important;text-decoration-color:#92817f !important}.source__LR{color:#78613c !important;border-color:#78613c !important;text-decoration-color:#78613c !important}.source__IMR{color:#a19364 !important;border-color:#a19364 !important;text-decoration-color:#a19364 !important}.source__SADS{color:#333bab !important;border-color:#333bab !important;text-decoration-color:#333bab !important}.source__EGW,.source__FS,.source__DD,.source__US,.source__ToR{color:#855a6e !important;border-color:#855a6e !important;text-decoration-color:#855a6e !important}.source__MOT{color:#556b2e !important;border-color:#556b2e !important;text-decoration-color:#556b2e !important}.source__IDRotF{color:#8fb8c0 !important;border-color:#8fb8c0 !important;text-decoration-color:#8fb8c0 !important}.source__TCE{color:#a24d08 !important;border-color:#a24d08 !important;text-decoration-color:#a24d08 !important}.source__AL{color:#e50711 !important;border-color:#e50711 !important;text-decoration-color:#e50711 !important}.source__HF{color:#ac9544 !important;border-color:#ac9544 !important;text-decoration-color:#ac9544 !important}.source__CM{color:#e6585e !important;border-color:#e6585e !important;text-decoration-color:#e6585e !important}.source__VRGR,.source__HoL{color:#bd000f !important;border-color:#bd000f !important;text-decoration-color:#bd000f !important}.source__RtG{color:#8a536a !important;border-color:#8a536a !important;text-decoration-color:#8a536a !important}.source__AitFR{color:#6e5ab9 !important;border-color:#6e5ab9 !important;text-decoration-color:#6e5ab9 !important}.source__AitFR-ISF,.source__AitFR-THP,.source__AitFR-AVT,.source__AitFR-DN,.source__AitFR-FCD{color:#6e5ab9 !important;border-color:#6e5ab9 !important;text-decoration-color:#6e5ab9 !important}.source__WBtW{color:#7151b6 !important;border-color:#7151b6 !important;text-decoration-color:#7151b6 !important}.source__DoD{color:#fe4935 !important;border-color:#fe4935 !important;text-decoration-color:#fe4935 !important}.source__MaBJoV{color:#7a2854 !important;border-color:#7a2854 !important;text-decoration-color:#7a2854 !important}.source__FTD{color:#b82a15 !important;border-color:#b82a15 !important;text-decoration-color:#b82a15 !important}.source__NRH{color:#bd335b !important;border-color:#bd335b !important;text-decoration-color:#bd335b !important}.source__NRH-TCMC,.source__NRH-AVitW,.source__NRH-ASS,.source__NRH-CoI,.source__NRH-TLT,.source__NRH-AWoL,.source__NRH-AT{color:#bd335b !important;border-color:#bd335b !important;text-decoration-color:#bd335b !important}.source__SCC{color:#be9c56 !important;border-color:#be9c56 !important;text-decoration-color:#be9c56 !important}.source__SCC-CK,.source__SCC-HfMT,.source__SCC-TMM,.source__SCC-ARiR{color:#be9c56 !important;border-color:#be9c56 !important;text-decoration-color:#be9c56 !important}.source__MPMM{color:#5c758d !important;border-color:#5c758d !important;text-decoration-color:#5c758d !important}.source__CRCotN{color:#ac4a70 !important;border-color:#ac4a70 !important;text-decoration-color:#ac4a70 !important}.source__JttRC{color:#cf48e2 !important;border-color:#cf48e2 !important;text-decoration-color:#cf48e2 !important}.source__SjA,.source__SAiS,.source__AAG,.source__BAM,.source__LoX{color:#056b97 !important;border-color:#056b97 !important;text-decoration-color:#056b97 !important}.source__DoSI{color:#478bb8 !important;border-color:#478bb8 !important;text-decoration-color:#478bb8 !important}.source__DSotDQ{color:#851e20 !important;border-color:#851e20 !important;text-decoration-color:#851e20 !important}.source__PSA{color:#d76404 !important;border-color:#d76404 !important;text-decoration-color:#d76404 !important}.source__PSD{color:#5db7da !important;border-color:#5db7da !important;text-decoration-color:#5db7da !important}.source__PSI{color:#5d4696 !important;border-color:#5d4696 !important;text-decoration-color:#5d4696 !important}.source__PSK{color:#a27135 !important;border-color:#a27135 !important;text-decoration-color:#a27135 !important}.source__PSX{color:#bb2722 !important;border-color:#bb2722 !important;text-decoration-color:#bb2722 !important}.source__PSZ{color:#6f8a2d !important;border-color:#6f8a2d !important;text-decoration-color:#6f8a2d !important}.source__KftGV{color:#876e38 !important;border-color:#876e38 !important;text-decoration-color:#876e38 !important}.source__HAT-TG,.source__HAT-LMI{color:#a24545 !important;border-color:#a24545 !important;text-decoration-color:#a24545 !important}.source__BGG{color:#469cb7 !important;border-color:#469cb7 !important;text-decoration-color:#469cb7 !important}.source__TDCSR{color:#642e4b !important;border-color:#642e4b !important;text-decoration-color:#642e4b !important}.source__PaBTSO{color:#b2b34e !important;border-color:#b2b34e !important;text-decoration-color:#b2b34e !important}.source__PAitM,.source__SatO,.source__ToFW,.source__MPP{color:#a23087 !important;border-color:#a23087 !important;text-decoration-color:#a23087 !important}.source__CoA{color:#a13a0f !important;border-color:#a13a0f !important;text-decoration-color:#a13a0f !important}.source__HFFotM{color:#7b702c !important;border-color:#7b702c !important;text-decoration-color:#7b702c !important}.source__BMT,.source__DMTCRG{color:#694165 !important;border-color:#694165 !important;text-decoration-color:#694165 !important}.source__QftIS,.source__DitLCoT{color:#6191ae !important;border-color:#6191ae !important;text-decoration-color:#6191ae !important}.source__VEoR,.source__VNotEE{color:#b74c62 !important;border-color:#b74c62 !important;text-decoration-color:#b74c62 !important}.source__GHLoE{color:#c07e4e !important;border-color:#c07e4e !important;text-decoration-color:#c07e4e !important}.source__DoDk{color:#825494 !important;border-color:#825494 !important;text-decoration-color:#825494 !important}.source__HWCS,.source__HWAitW{color:#d0914b !important;border-color:#d0914b !important;text-decoration-color:#d0914b !important}.source__ToB1-2023{color:#917792 !important;border-color:#917792 !important;text-decoration-color:#917792 !important}.source__TD{color:#bb9528 !important;border-color:#bb9528 !important;text-decoration-color:#bb9528 !important}.source__PaF{color:#5d7993 !important;border-color:#5d7993 !important;text-decoration-color:#5d7993 !important}.source__XPHB{color:#ed7c00 !important;border-color:#ed7c00 !important;text-decoration-color:#ed7c00 !important}.source__XDMG{color:#c43c4c !important;border-color:#c43c4c !important;text-decoration-color:#c43c4c !important}.source__XMM{color:#5686b6 !important;border-color:#5686b6 !important;text-decoration-color:#5686b6 !important}.source__HFDoMM{color:#00817f !important;border-color:#00817f !important;text-decoration-color:#00817f !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}.itm__rarity-alt-common{color:#595959}.itm__rarity-alt-uncommon{color:#5c9659}.itm__rarity-alt-rare{color:#5c84b3}.itm__rarity-alt-very{color:#b83b94}.itm__rarity-alt-legendary{color:#de993f}.itm__rarity-alt-artifact{color:#b61a1a}.itm__rarity-common{color:#595959}.itm__rarity-uncommon{color:#c27341}.itm__rarity-rare{color:#ac99d3}.itm__rarity-very{color:#de993f}.itm__rarity-legendary{color:#6dcff7}.itm__rarity-artifact{color:#b61a1a}.ve-source-marker{position:relative;font-size:80%;display:inline-block;margin-left:1px;align-self:start}.ve-source-marker--list{left:1px;margin-top:1px;margin-left:-20px;padding-left:20px;line-height:8px;height:8px;width:8px}.ve-source-marker--partnered{color:#00c797}.ve-source-marker--legacy{color:#777}.ve-night-mode .source-category-site{color:#de000a !important;border-color:#de000a !important;text-decoration-color:#de000a !important}.ve-night-mode .source-category-extras{color:#bb6468 !important;border-color:#bb6468 !important;text-decoration-color:#bb6468 !important}.ve-night-mode .source-category-homebrew{color:#aa40b4 !important;border-color:#aa40b4 !important;text-decoration-color:#aa40b4 !important}.ve-night-mode .source-category-homebrew--partnered{color:#b44051 !important;border-color:#b44051 !important;text-decoration-color:#b44051 !important}.ve-night-mode .source-category-homebrew--local{color:#514bff !important;border-color:#514bff !important;text-decoration-color:#514bff !important}.ve-night-mode .source-category-spicy{color:#179e50 !important;border-color:#179e50 !important;text-decoration-color:#179e50 !important}.ve-night-mode .source-category-spicy--partnered{color:#f0f !important;border-color:#f0f !important;text-decoration-color:#f0f !important}.ve-night-mode .source-category-spicy--local{color:#60c52f !important;border-color:#60c52f !important;text-decoration-color:#60c52f !important}.ve-night-mode .source__PHB{color:#337ab7 !important;border-color:#337ab7 !important;text-decoration-color:#337ab7 !important}.ve-night-mode .source__DMG{color:#ba1eba !important;border-color:#ba1eba !important;text-decoration-color:#ba1eba !important}.ve-night-mode .source__SADS{color:#4f63f5 !important;border-color:#4f63f5 !important;text-decoration-color:#4f63f5 !important}.ve-night-mode .source__PSA{color:#eec276 !important;border-color:#eec276 !important;text-decoration-color:#eec276 !important}.ve-night-mode .source__XPHB{color:#d98d2a !important;border-color:#d98d2a !important;text-decoration-color:#d98d2a !important}.ve-night-mode .itm__rarity-alt-common{color:#959595}.ve-night-mode .itm__rarity-alt-uncommon{color:#6ba167}.ve-night-mode .itm__rarity-alt-rare{color:#5384bd}.ve-night-mode .itm__rarity-alt-very{color:#945bd3}.ve-night-mode .itm__rarity-alt-legendary{color:#dd9332}.ve-night-mode .itm__rarity-alt-artifact{color:#c82727}.ve-night-mode .itm__rarity-common{color:#959595}.ve-night-mode .itm__rarity-uncommon{color:#b27f5e}.ve-night-mode .itm__rarity-rare{color:#a69bbe}.ve-night-mode .itm__rarity-very{color:#c59e3f}.ve-night-mode .itm__rarity-legendary{color:#8cc2d8}.ve-night-mode .itm__rarity-artifact{color:#c82727}.ve-night-mode .ve-source-marker--partnered{color:#27ac8c}.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)}.lst__is-exporting-image .lst-is-exporting-image__hidden{display:none !important}.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__row-border{border-bottom:1px solid #ddd}input.lst__search{padding-left:23px}input.lst__search--no-border-h{border-radius:0;border-right:0}.ve-night-mode .lst__row{background:#222}.ve-night-mode .lst__row:hover{background:#333}.ve-night-mode .lst__row-inner{color:inherit}.ve-night-mode .lst__row-border{border-color:#444}.nav .ve-dropdown-menu--top{margin-top:0;border-top:0}@media screen and (width <= 768px){.nav>li>a{border:1px solid #ccc}.ve-night-mode .nav>li>a{border-color:#555}}.ve-night-mode .nav>li:not(.active)>a{color:#bbb;background-color:#222;border:1px solid rgba(85,85,85,.6274509804);border-top:0}.ve-night-mode .nav>li:not(.active)>a:focus,.ve-night-mode .nav>li:not(.active)>a:hover{background-color:#272727;color:#fff}.ve-night-mode .nav>li.active>a:focus,.ve-night-mode .nav>li.active>a:hover{color:#fff}.ve-night-mode .nav li.open>a,.ve-night-mode .nav li.open>a:focus,.ve-night-mode .nav li.open>a:hover{background-color:#272727;border-left:1px solid #337ab7;border-right:1px solid #337ab7;border-color:#337ab7}.ve-night-mode .nav li.active.open>a,.ve-night-mode .nav li.active.open>a:focus,.ve-night-mode .nav li.active.open>a:hover{background-color:#333}@media screen and (width <= 1200px){.nav .caret--right{transform:none}.nav .ve-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-list__disp-legacy-marker{top:-3px}.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}.ve-night-mode .nav2-accord__head:focus,.ve-night-mode .nav2-accord__head:hover{background-color:#383838;color:#fff}.ve-night-mode .nav2-accord__head--active{color:#fff}.ve-night-mode .nav2-accord__head--active:focus,.ve-night-mode .nav2-accord__head--active:hover{background:#7398b7}.ve-night-mode .nav2-accord__lnk-item{color:#bbb}.ve-night-mode .nav2-accord__lnk-item:focus,.ve-night-mode .nav2-accord__lnk-item:hover{background-color:#383838;color:#fff}.ve-night-mode .nav2-accord__lnk-item--active{color:#fff}.ve-night-mode .nav2-accord__lnk-item--active:focus,.ve-night-mode .nav2-accord__lnk-item--active:hover{background:#7398b7}.ve-dropdown-menu>.active>a .nav2-list__disp-legacy-marker,.ve-dropdown-menu>.active>a:focus .nav2-list__disp-legacy-marker,.ve-dropdown-menu>.active>a:hover .nav2-list__disp-legacy-marker{color:#ccc}#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;inset:0;display:flex;flex-flow:column nowrap;overflow:auto;height:100vh;width:100vw}@media screen and (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 screen and (width <= 991px){.view-col-wrapper{flex-direction:column;max-height:none;height:initial;display:block}}.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}.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:hidden 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 screen and (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}.list,.list-display-only{transform:translateZ(0);position:relative;padding-left:0;height:100%;overflow:hidden auto;clear:both;font-size:.8em}@media screen and (width > 991px){.list--stats,.list-display-only--stats{overflow-y:scroll;margin-right:-9px}}@media screen and (width <= 991px){.list,.list-display-only{max-height:40vh}}.list-multi-selected{box-shadow:inset 0 0 0 5000px rgba(0,107,196,.3)}.list-multi-selected .lst__row-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__row-border{border-color:#ccc}.row--blocklisted{display:none !important}td,th{padding:1px 4px}.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,:last-child){border-radius:0;border-right:0}.lst__search{padding-left:23px}.lst__list{margin-bottom:10px}.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}.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 screen and (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}.book-view.view-col{flex:5}.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%}.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 screen and (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--med{font-size:1.4em}.initial-message--large{font-size:4vmin;color:initial}.ve-night-mode .initial-message{color:#d29a38}.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 screen and (width <= 1200px){.f-all-wrapper{right:calc(50vw - 485px + 1.5em);left:calc((100vw - 646.6666666667px)/2 + 1.5em)}}@media screen and (width <= 991px){.f-all-wrapper{right:calc((100vw - 750px)/2 + 1.5em);left:calc((100vw - 750px)/2 + 1.5em)}}@media screen and (width <= 768px){.f-all-wrapper{right:calc((100vw - 750px)/2 + 1.5em);left:calc((100vw - 750px)/2 + 1.5em)}}@media screen and (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}@media screen and (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)}.ve-night-mode .night__shadow-big{box-shadow:0 6px 12px rgba(0,0,0,.175)}.bkmv{position:fixed;z-index:100;inset: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;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 screen and (width <= 2160px){.bkmv__wrp{column-count:5}}@media screen and (width <= 1800px){.bkmv__wrp{column-count:4}}@media screen and (width <= 1440px){.bkmv__wrp{column-count:3}}@media screen and (width <= 1080px){.bkmv__wrp{column-count:2}}@media screen and (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}.ve-night-mode .bkmv__wrp-item{border-color:#555}.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,.3764705882)}.hwin .hoverborder{background:#e69a28}.hwin .hoverborder.hoverborder-book{background:silver}.ve-tbl-border{height:3px;background:#e69a28}.ve-tbl-border--small{height:2px}.ve-night-mode .ve-tbl-border{background:#565656}.ve-tbl-divider{background:#822000;height:2px;margin:.5rem 0}.ve-night-mode .ve-tbl-divider{background-color:#d29a38}.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 screen and (width <= 768px){.bk__to-top--scrolled{display:none}}.bk__overlay-loading{position:absolute;inset:4px 0;background:#fff;border-bottom:4px solid silver}.bk__wrp-btns-open-find{position:fixed;bottom:0;left:7px}.bk__head-chapter--active,.bk__head-section--active{background:#f5f5f5}.ve-night-mode .bk__contents-header{border-color:#555}.ve-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);background:radial-gradient(circle, #e9e9e9 0%, #fff 100%);border:2px solid #ccc;color:#333;text-decoration-color:#333}.bks__wrp-bookshelf-item--blocklisted{display:none !important}.bks__wrp-bookshelf-item--legacy{filter:grayscale(1)}.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}.ve-night-mode .bks__wrp-bookshelf-item,.ve-night-mode .bks__wrp-bookshelf-item:hover{background:#222;border-color:#555;color:#bbb;text-decoration-color:#bbb}.f-all-out{background:#fff}.f-all-out>p:nth-child(odd){background:#f4f4f4}.hwin .hoverborder .window-title{color:#822000}.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}.ve-night-mode body{color:#bbb}.ve-night-mode .bg-solid{background:#222}.ve-night-mode h1,.ve-night-mode h2,.ve-night-mode h3,.ve-night-mode h4,.ve-night-mode h5,.ve-night-mode h6{color:#bbb}.ve-night-mode pre{color:#bbb;background:#222;border-color:#555}.ve-night-mode hr{border-color:#555}.ve-night-mode #legal-notice{background:#222;color:#999}.ve-night-mode a,.ve-night-mode .roller{color:#7db6e8}.ve-night-mode .hwin__top-border-icon{color:#bbb}.ve-night-mode .hwin__top-border-icon:hover{color:#c8c8c8}.ve-night-mode .ve-btn:hover{box-shadow:0 0 1px 1px #888}.ve-night-mode .ve-btn[disabled]:hover{box-shadow:initial}.ve-night-mode .ve-btn-default,.ve-night-mode .ve-btn-default:hover,.ve-night-mode .ve-btn-default:focus,.ve-night-mode .ve-btn-default:active{background-color:#222;color:#bbb;border-color:#555}.ve-night-mode .ve-btn-primary,.ve-night-mode .ve-btn-primary:hover,.ve-night-mode .ve-btn-primary:focus,.ve-night-mode .ve-btn-primary:active{background-color:#2a4e6c;color:#bbb}.ve-night-mode .ve-btn-danger,.ve-night-mode .ve-btn-danger:hover,.ve-night-mode .ve-btn-danger:focus,.ve-night-mode .ve-btn-danger:active{background-color:#7e3a38;color:#bbb}.ve-night-mode .ve-btn-danger:hover{box-shadow:0 0 1px 1px #d43f3a}.ve-night-mode .ve-btn-warning,.ve-night-mode .ve-btn-warning:hover,.ve-night-mode .ve-btn-warning:focus,.ve-night-mode .ve-btn-warning:active{background-color:#896838;color:#bbb}.ve-night-mode .ve-btn-info,.ve-night-mode .ve-btn-info:hover,.ve-night-mode .ve-btn-info:focus,.ve-night-mode .ve-btn-info:active{background-color:#2a697c;color:#bbb}.ve-night-mode .ve-btn-success,.ve-night-mode .ve-btn-success:hover,.ve-night-mode .ve-btn-success:focus,.ve-night-mode .ve-btn-success:active{background-color:#427442;color:#bbb}.ve-night-mode .ve-btn-default.active{background-color:#888;box-shadow:inset 0 3px 7px rgba(17,17,17,.9333333333);color:#222}.ve-night-mode .ve-btn-primary.active,.ve-night-mode .ve-btn-danger.active,.ve-night-mode .ve-btn-warning.active,.ve-night-mode .ve-btn-info.active,.ve-night-mode .ve-btn-success.active{box-shadow:inset 0 3px 7px rgba(17,17,17,.9333333333)}.ve-night-mode .ve-btn-nowrap{word-wrap:break-word;overflow-wrap:break-word}.ve-night-mode dialog.dialog-modal,.ve-night-mode .ve-dropdown-menu{background:#222;color:#bbb;box-shadow:0 6px 12px rgba(0,0,0,.56)}.ve-night-mode .ve-dropdown-menu>li>a,.ve-night-mode .ve-dropdown-menu>li>span{color:#bbb}.ve-night-mode .ve-dropdown-menu>li>a:focus,.ve-night-mode .ve-dropdown-menu>li>a:hover,.ve-night-mode .ve-dropdown-menu>li>span:focus,.ve-night-mode .ve-dropdown-menu>li>span:hover{background-color:#383838;color:#fff}.ve-night-mode .ve-dropdown-menu>li.ctx-danger>a,.ve-night-mode .ve-dropdown-menu>li.ctx-danger>span{color:#fff;background-color:#7e3a38}.ve-night-mode .ve-dropdown-menu>li.ctx-danger>a:focus,.ve-night-mode .ve-dropdown-menu>li.ctx-danger>a:hover,.ve-night-mode .ve-dropdown-menu>li.ctx-danger>span:focus,.ve-night-mode .ve-dropdown-menu>li.ctx-danger>span:hover{color:#fff;background-color:#ac2925}.ve-night-mode .ve-dropdown-menu>li.active>a,.ve-night-mode .ve-dropdown-menu>li.active>span{color:#fff}.ve-night-mode .ve-dropdown-menu>li.disabled>a,.ve-night-mode .ve-dropdown-menu>li.disabled>span{color:#777}.ve-night-mode .ve-dropdown-menu>li.disabled>a:focus,.ve-night-mode .ve-dropdown-menu>li.disabled>a:hover,.ve-night-mode .ve-dropdown-menu>li.disabled>span:focus,.ve-night-mode .ve-dropdown-menu>li.disabled>span:hover{color:#777;background:rgba(0,0,0,0)}.ve-night-mode .ve-dropdown-divider{background-color:#555}.ve-night-mode select,.ve-night-mode input{background-color:#222;color:#bbb}.ve-night-mode select option{color:#bbb;background:#222}.ve-night-mode .list .row{background:#222}.ve-night-mode .table-striped>tbody>tr:nth-of-type(odd){background-color:#444}.ve-night-mode .alert-info{color:#fff;background-color:rgba(55,90,127,.5);border-color:#5080b3}.ve-night-mode .alert-info .alert-link{color:#5080b3}.ve-night-mode .alert-danger{color:#fff;background-color:rgba(141,29,26,.5);border-color:#ce2a26}.ve-night-mode .alert-danger .alert-link{color:#ce2a26}.ve-night-mode .alert-warning{color:#fff;background-color:rgba(205,133,20,.5);border-color:#ecaa41}.ve-night-mode .alert-warning .alert-link{color:#ecaa41}.ve-night-mode .alert-success{color:#fff;background-color:rgba(0,158,86,.5);border-color:#00eb80}.ve-night-mode .alert-success .alert-link{color:#00eb80}.ve-night-mode .input-group-addon,.ve-night-mode .form-control{background:#222;color:#bbb;border-color:#555}.ve-night-mode .form-control[disabled]{background:rgba(14,14,14,.5333333333)}.ve-night-mode .form-control--error,.ve-night-mode .form-control--error[readonly],.ve-night-mode .form-control--error[disabled]{background-color:#3e0000 !important;border:1px solid #843534 !important}.ve-night-mode .form-control--error:focus,.ve-night-mode .form-control--error[readonly]:focus,.ve-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}.ve-night-mode .form-control--warning,.ve-night-mode .form-control--warning[readonly],.ve-night-mode .form-control--warning[disabled]{background-color:#483700;border-color:#846334}.ve-night-mode .form-control--warning:focus,.ve-night-mode .form-control--warning[readonly]:focus,.ve-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}.ve-night-mode .lst__btn-toggle-expand:hover{background:rgba(255,255,255,.1882352941)}@media screen and (width > 1600px){.ve-night-mode #listcontainer.book-contents{background:#222;border-right:1px solid #404040}}.ve-night-mode .bk__head-chapter--active,.ve-night-mode .bk__head-section--active{background:#383838}.ve-night-mode .bklist__wrp-rows-inner{background:#222}.ve-night-mode .bklist__vr-contents{border-color:#444}.ve-night-mode .hwin .hoverborder{background:#565656}.ve-night-mode .hwin__wrp-table{background:#222}.ve-night-mode .wrp-stats-table{border-top:1px solid #565656;border-bottom:1px solid #565656}.ve-night-mode tr.text td{color:#bbb !important}.ve-night-mode tr.text td{color:#bbb !important}.ve-night-mode .f-all-wrapper>input,.ve-night-mode .f-all-out{background:#303030}.ve-night-mode .f-all-out>p:nth-child(odd){background:#202020}.ve-night-mode .stripe-odd-table>tbody>tr:nth-child(odd),.ve-night-mode .stripe-even-table>tbody>tr:nth-child(even){background-color:rgba(170,170,170,.1333333333)}.ve-night-mode .bkmv{background:#272727}.ve-night-mode .bkmv__spacer-name{background-color:#565656}.ve-night-mode .list-multi-selected .lst__row-border{border-color:#416482}.ve-night-mode .list-multi-selected.lst__row--sublist .lst__row-border{border-color:#555}.ve-night-mode tr.trait td{color:#bbb !important}.ve-night-mode ::-webkit-scrollbar-thumb{background:#475b6b}.ve-night-mode code{background:#111;color:#20c20e}@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}.rollbox-min,.rollbox,.spacer-name{display:none !important}a,.roller{color:#000 !important}.stats__wrp-h-source,.stats__h-source-abbreviation,.stats th{color:#000 !important}.ve-tbl-border{background:#000 !important;height:1px !important}.ve-tbl-border--small{height:1px !important}.ve-tbl-divider{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{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}.stats__wrp-h-source--token{padding-right:0 !important}.stats__sect-header-inner{border-bottom:1px solid #000 !important;color:#000 !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 .ve-tbl-border{border:0 !important;padding:0 !important}.stats--bkmv{break-before:auto !important;break-after:auto !important;break-inside:avoid !important}.stats--bkmv tr{break-inside:auto !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 .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__wrp-h-source,html.is-faux-print .stats__h-source-abbreviation,html.is-faux-print .stats th{color:#000 !important}html.is-faux-print .ve-tbl-border{background:#000 !important;height:1px !important}html.is-faux-print .ve-tbl-border--small{height:1px !important}html.is-faux-print .ve-tbl-divider{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{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 .stats__wrp-h-source--token{padding-right:0 !important}html.is-faux-print .stats__sect-header-inner{border-bottom:1px solid #000 !important;color:#000 !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 .ve-tbl-border{border:0 !important;padding:0 !important}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}.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 screen and (width > 768px){.page__btn-toggle-nav{display:none}}.page__nav{position:relative;min-height:33px;flex-shrink:0}@media screen and (width <= 768px){.page__nav{width:100%;display:flex}}@media screen and (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;inset:0 calc(50% - 30px) 0 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}.ve-night-mode .page__header{color:#bbb;background:#333}.ve-night-mode .page__title--home span{color:#909090}.ve-night-mode .page__title--home::after{color:#909090}.ve-night-mode .page__title{color:#d0d0d0}.ve-night-mode .page__wrp-download{background:#222}.ve-night-mode .page__disp-download-progress-text{color:#333}.ve-night-mode .page__nav-inner>li.active>a,.ve-night-mode .page__nav-inner>li.active>a:focus,.ve-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}@media screen and (width <= 768px){#navigation .page__nav-hidden-mobile{display:none;margin-left:0}}.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__divider{background:rgba(204,204,204,.6274509804)}.sidemenu__row__divider--heavy{background:#aaa}.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}.ve-night-mode .sidemenu{border-color:#555}.ve-night-mode .sidemenu__row__divider{background:rgba(153,153,153,.5333333333)}.ve-night-mode .sidemenu{background:#222}.ve-night-mode .sidemenu__toggle{background:#444}.ve-night-mode .sidemenu__burger{background:#222}.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:calc(24px + env(safe-area-inset-bottom, 0)/2);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 .ve-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}.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}.ve-night-mode .rollbox{background:#272727}.ve-night-mode .rollbox .ipt-roll{background:#272727}.ve-night-mode .rollbox-min,.ve-night-mode .rollbox .head-roll{background:#101010}.ve-night-mode .rollbox-min:hover,.ve-night-mode .rollbox .head-roll:hover{background:#161616}.ve-night-mode .rollbox .out-roll .out-roll-item{background:rgba(80,80,80,.4)}.ve-night-mode .rollbox .out-roll .out-roll-item .out-roll-item-code{background:#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 screen and (width > 320px){.omni__output{max-width:300px;min-width:270px}}@media screen and (width > 480px){.omni__output{max-width:460px;min-width:430px}}@media screen and (width > 768px){.omni__output{max-width:740px;min-width:500px}}@media screen and (width <= 768px){.omni__output{top:40px}}.omni__wrp-input{position:relative}@media screen and (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 screen and (width > 991px){.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 screen and (width > 991px){.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;align-self:start;top:2px;margin-right:1px;margin-left:2px}.omni__disp-source-marker{margin-left:2px}.omni__wrp-page{margin-left:4px;font-family:Convergence,Arial,sans-serif;font-weight:100;font-size:94%}.omni__input:placeholder-shown+.omni__btn-clear{display:none}.omni__input:not(:focus,:focus-within,.omni__wrp-input--scrolled:active,:hover)+.omni__btn-clear{display:none}.ve-night-mode .omni__wrp-input--scrolled .omni__input{border-color:#555;background-color:#222;color:rgba(0,0,0,0)}.ve-night-mode .omni__wrp-input--scrolled .omni__input:focus,.ve-night-mode .omni__wrp-input--scrolled .omni__input:focus-within,.ve-night-mode .omni__wrp-input--scrolled .omni__input:active,.ve-night-mode .omni__wrp-input--scrolled .omni__input:hover{color:#bbb}.ve-night-mode .omni__wrp-input--scrolled .omni__submit{border-color:#555}@media screen and (width > 991px){.ve-night-mode .omni__input{border-top-color:rgba(0,0,0,0)}}.ve-night-mode .omni__input:focus{border-color:#66afe9}.ve-night-mode .omni__submit{border-top-color:#555}@media screen and (width > 991px){.ve-night-mode .omni__submit{border-top-color:rgba(0,0,0,0)}}.ve-night-mode .omni__submit.btn-default:active:focus,.ve-night-mode .omni__submit.btn-default:active:hover,.ve-night-mode .omni__submit.btn-default{background-color:#222;color:#bbb}.ve-night-mode .omni__output{background:#303030}.ve-night-mode .omni__paginate-ctrl:hover{color:#999}.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;inset:0;height:initial;overflow-y:initial;width:100%}.manbrew-row__icn-btn{top:2px}.manbrew-row__icn-btn--text{top:-1px}.ve-night-mode .manbrew__filtertools .wrp-cb-all{border-color:#555}.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:hidden auto;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)}.ve-night-mode .initp__header{border-color:#555}.ve-night-mode .initp__r{border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .initp__r:hover{background:rgba(255,255,255,.0941176471)}.ve-night-mode .initp__r--active{background:rgba(141,193,255,.1254901961)}.ve-night-mode .initp__r--active:hover{background:rgba(147,186,232,.2196078431)}.stats{font-family:Convergence,Arial,sans-serif;width:100%;font-size:12.6px;table-layout:fixed;overflow-wrap:break-word;background:#fdf1dc}.stats:last-child{margin-bottom:0}.stats__btn-name-pronounce,.stats__btn-stats-name{vertical-align:top;height:24px;width:24px}.stats__icn-pronounce-name{line-height:16px}.stats__th-name{position:relative;font-size:1.8em;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;padding-left:.2em !important}.stats__h-name{font-size:unset;line-height:unset;color:#822000}.stats__wrp-h-source--token{padding-right:120px}.stats__wrp-avoid-token{max-width:calc(100% - 117px)}.stats__wrp-token{display:block;position:absolute;z-index:10;top:0;right:.5rem;width:auto;max-width:110px;height:auto;transition:opacity 34ms,max-width 34ms,right 34ms}.stats__wrp-token:hover{max-width:100%;right:0;opacity:1 !important;transition:opacity 34ms,max-width 34ms,right 34ms}.stats__wrp-token:hover .stats__btn-token-cycle{opacity:1;transition:opacity 34ms}.stats__wrp-token:hover .stats__wrp-token-footer{opacity:1;transition:opacity 34ms}.stats__token{width:100%;height:100%}.stats__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}.stats__btn-token-cycle--left{left:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:1px solid rgba(204,204,204,.4)}.stats__btn-token-cycle--right{right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:1px solid rgba(204,204,204,.4)}.stats__btn-token-cycle:hover{color:#ddd}.stats__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}.stats__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)}.stats__disp-as-score--label{font-family:Convergence,Arial,sans-serif}.stats__disp-as-score--physical{background:rgba(34,34,0,.0823529412)}.stats__disp-as-score--mental{background:rgba(0,59,192,.1098039216)}.stats__disp-as-bonus--physical{background:rgba(34,34,0,.137254902)}.stats__disp-as-bonus--mental{background:rgba(0,59,192,.137254902)}.stats__sect-header-inner{display:block;margin-top:3px;margin-bottom:-1px;font-weight:100;color:#822000;font-size:17px;line-height:18px;font-family:Convergence,Arial,sans-serif;font-variant:small-caps;border-bottom:1px solid #822000}.stats__sect-header-inner--non-statblock{font-size:18px;font-family:"Times New Roman",serif}.stats__sect-row-inner{padding-top:.5rem}.stats__sect-row-inner>*:last-of-type{margin-bottom:.5rem}.stats-tbl-ability-scores__lbl-abv{padding:0;width:12.33333333%}.stats-tbl-ability-scores__lbl-score{padding:0;width:7%}.stats-tbl-ability-scores__lbl-spacer{padding:0 .25rem}.lst__is-exporting-image .stats__wrp-h-source--token{padding-right:0}.lst__is-exporting-image .stats__wrp-avoid-token{max-width:initial}.ve-night-mode .stats{background-color:#222}.ve-night-mode .stats__h-name{color:#d29a38}.ve-night-mode .stats__btn-token-cycle{color:#ddd;background:rgba(255,255,255,.15)}.ve-night-mode .stats__btn-token-cycle:hover{color:#bbb}.ve-night-mode .stats__token-footer{color:#ddd;background:#222}.ve-night-mode .stats__disp-as-score--physical{background:rgba(102,102,102,.2)}.ve-night-mode .stats__disp-as-score--mental{background:rgba(153,153,153,.2)}.ve-night-mode .stats__disp-as-bonus--physical{background:rgba(128,128,128,.2)}.ve-night-mode .stats__disp-as-bonus--mental{background:rgba(179,179,179,.2)}.ve-night-mode .stats__sect-header-inner{color:#d29a38;border-bottom-color:#d29a38}.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}.ve-night-mode .mon__cr-slider-wrp{border-color:#555;background:#222;color:#bbb}.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}.stats--book .ve-tbl-border{background:silver}.ve-night-mode .stats--book ::selection{color:#242527;background:#fff}.ve-night-mode .stats--book .ve-tbl-border{background:#565656}.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__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}.stats--book-large .rd__h--2-inset{margin-bottom:var(--h-mb-p);margin-top:var(--h-mb-p)}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}.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{position:fixed;z-index:1;top:160px;width:300px;height:100%}.cancer__wrp-sidebar>*{margin-bottom:10px}.cancer__wrp-sidebar--single{height:calc(100% - 80px)}.cancer__wrp-sidebar--scrolling-page{position:absolute;top:150px}@media screen and (width <= 1800px){.cancer__wrp-sidebar{display:none}}.cancer__wrp-sidebar-lhs{left:calc(50vw - 585px - 300px)}.cancer__wrp-sidebar-rhs{right:calc(50vw - 585px - 300px)}.cancer__sidebar-inner{position:sticky}.cancer__sidebar-inner--top{top:10px}.cancer__sidebar-inner--bottom{top:620px}.cancer__footer-pad{height:100px}.cancer__wrp-mobile-1{display:flex;flex-direction:column}.cancer__anchor{pointer-events:none}.cancer__wrp-interactive{pointer-events:none}.cancer__wrp-interactive>*{pointer-events:auto}.cancer__sidebar-inner--scrolling-page .cancer__sidebar-inner--top,.cancer__sidebar-inner--scrolling-page .cancer__sidebar-inner--top{top:20px}.cancer__sidebar-inner--scrolling-page .cancer__sidebar-inner--bottom,.cancer__sidebar-inner--scrolling-page .cancer__sidebar-inner--bottom{top:630px}.ve-night-mode .cancer__wrp-leaderboard{background:#333}@media print{.cancer__anchor{display:none !important}}html.is-faux-print .cancer__anchor{display:none !important}.edge__body{overflow:hidden !important}.edge__overlay{background:darkred;position:fixed;z-index:99999;inset: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}.ve-night-mode body{background:#1c1c1c}.ve-night-mode--standard .overlay-noise{position:absolute;inset:0;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAD1BMVEUAAAD//////v///v7+/v/e7ctVAAADL0lEQVRIx0WUjZXjQAiDkZ0CIE4BzrsrwOnA239TN5+Ue+vs+ocRIAEzpZ6ZKo003T3rV1qf0zarpmaZxcq6L7zUreICu364jqZaw22hCTf9qVHx8erCXu3P9kMTb7INJp1YjSeYXUgzhm/bwlxVAjPkbmCQqTLsVodT+PwISf9z1UBrnOGNrS1s2guRWtB1dvMuwpCHFdMpbbW7SlCnFlr317T6MRWx62q/3x+rMUpCNi8O+oaWRKVu6YBAuKOOOyyIn34gqaHqnPez2piTCG7HIy4j+uX01yQ5DBv7uKXkH6qQ/Om7y3wgy8XE//tbpnxO8KVL3wqH77LvruDURfyCAOWKWrwVQSSBmpW2DQ0bdGlrT40oJFfZs/bQnKebYT3TvLOKSnwzAG2PBQRkKAACrVrP74zUB2A9eHeMzMR+IkJnpySK1clf2oqGodGNqvxHNhoywzvUEIE+ODBId3v5XQMnZLFKyY/1xMDbaH19XiBfWBb0rtObZoQfJv6aj76f13w83KaKFMjgTp4NqYKfx354IOhRFkWbiUSiTNvTdSLgQ30RDQyOKSJBiOyoKZrmXe6zYxZW/fTYN72gwp64ln01mAXhu3Je8Ojntlf8MzjfDYigt5ujDGEGG8LZVHLBNR8UkBjf2br7Jhib8Crc60//DiI9HpcuG8vGVzdp9wxhF9sD4m5vasMDmbTsB68cJCvY4GHpHvsXfUfzoJak35GJin4XKmYvGNIvkNaMfqrgHAtynnNHtSzwu7JNprueJHafcPebYaVwp/M3Llt/DlHBQ5etlTN+yzaiyDme9jZpgtww8N5MtHl4D6bSPJXimHSNNay3R0OycxKEtwtuzuYAMm2lGX1xhme39LGWzv/7NHIsY2sZ8uTjk7M5pElyRU9OtIJVumkmOc+P0pwlRCMm+8ID/sKLr3Vt6tXG65i7G3pGvGS+7uc8Mn+4EBiq5A1Xt7AqLdHtyVm+zgSvk288/qKb1ZTTno4BXQ9uamnt2QjaGdn7fMoSiepVGARmucLHnFLiPqrmedR7gI6bBfYSsGoK6xTd3MqThsHQbkTInZbXMBPWvDB49/wDfuJPnvghjxUAAAAASUVORK5CYII=");background-size:128px;pointer-events:none;opacity:.009;z-index:-1}.ve-night-mode--classic body{background:#1c1c1c url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGBAMAAACDAP+3AAAAGFBMVEUfHx8eHh4dHR0bGxshISEiIiIlJSUjIyM9IpsJAAAFjUlEQVR4AT3UuZLcOBaF4QuI2XJxboIhF/eQFe1WovoBAAqccpkaZpc5+4yrXa8/RGpx/lrIXPjFCYjTp9z8REqF4VYNWB3Av3zQJ6b6xBwlKB/9kRkCjXVwGH3ziK5UcjFHVkmgY6osiBsGDFfseqq2ZbTz7E00qBDpzOxnD7ToABeros1vM6MX0rBQaG1ith1A/HJkvkHxsPGJ82dP8vVCyWmbyPTaAfGzg40bgIdrv2f3pBVPycUcufx+BSUUWDuCZi6zBqdM50ElKYPODqtLDjc31rBb9CZ59lbN/JScuMxHLUBcGiy6QRH9zpwgZGhRj8qSydPVgNNVgbWqYX3HbM9K2rqTnKVmsmwKWzc1ffEd20+Zq3Ji65kl6TSjALNvzmJt4Pi2f1etytGJmy5erLAgbNY4bjykC3YCLIS3nSZMKgwRsBarWgjdeVzIEDzpTkoOUArTF4WFXYHwxY585sT0nmTYMxmXfs8fzwswfnam8TMU49bvqSRnyRPnqlno4tVQQiH2A9Za8tNTfXQ0lxbSxUaZna0uLlj9Q0XzD96CpsOZUftolINKBWJpAOoAJC0T6QqZnOtfvcfJFcDrD4Cuy5Hng316XrqzJ204HynyHwWed6i+XGF40Uw2T7Lc71HyssngEOrgONfBY7wvW0UZdVAma5xmSNjRp3xkvKJkW6aSg7PK4K0+mbKqYB0WYBgWwxCXiS74zBCVlEFpYQDEwjcA1qccb5yO6ZL8ozt/h3wHSCdWzLuqxU2ZZ9ev9MvRMbMvV9BQgN0qrFjlkzPQanI9nuaGCokVK2LV1Y2egyY1aFQGxjM9I7RBBAgyGEJtpKHP0lUySSeWCpyKHMT2pmM/vyP55u2Rw5lcSeabAfgiG5TPDX3uP3QvcoSipJXQByUCjS4C8VXqxEEZOJxzmJoyogFNJBRsCJs2XmoWWrWFqTsnbwtSn43gNFTTob9/SEpaPJNhUBKDGoZGCMINxvBv8vuKbb//lg/sK0wfPgBica/QsSk5F3KK4Ui6Yw+uv4+DWEOFbhdPOnbY5PLFpzrZMhakeqomY0Vz0TO+elQGTWdCk1IYFAOaoZg0IJQhT+YreXF+yia+O1cgtGufjXxQw28f85RPXfd15zv13ABoD15kB7FKJ/7pbHKP6+9TgNgkVj68NeV8Tp24f7OOndCgJzR3RNJBPNFReCmstMVqvjjzBoeK4GOFoBN32CPxu+4TwwBDa4DJTe/OU9c9ku7EGyfOVxh+fw9g/AATxPqKTEXJKEdCIBkB4iBUlO6MjUrWi6M5Kz31YAqFsYaCeB0KJC5d1+foo3LQWSfRaDrwdAQrMEC27yDZXJf7TlOJ2Bczr1di3OWvZB6XrvvqPuWJPDk9dAHgm7LvuZJTEdKqO3J3XgostArEnvkqgUznx3PX7cSzz1FXZyvakTA4XVVMbCPFPK1cFj66S0WoqQI1XG2uoU7CMPquO2VaUDJFQMdVgXKD2bpz6ufzzxXbxszHQ9fGO/F7A998yBQG6cShE+P+Pk7t1FwfF1QHN1Eui1VapRxCdj8tCtI1bog1Fo011Sx9u3o6c9bufI6wAT26Av9xJ+WWpTKbbBPp3K/1LbC4Vuhv396RCbJw4untjxVPndj+dIB9dVD8z2dylZ+6vMeJwbYChHJkvHV2J3fdHsJPASeHhrXq6QheXu1nBhUr5u6ryT0I13BFKD01ViZ/n3oaziRG7c6Ayg7g1LPeztNdT36ueMqcN4XGv3finjfv+7I/kMJ4d046MUanOA1QtMH1kLlfFasm99NiutSw63yNDeH4zeL1Uu8XKHNfcThPSSNwchGMbgUETScwkCcK77pH2jsgrAssvVyB8FLJ7GrmwyD8eVqsHoY/FwIv9T7lPu9+Yf8/9+w4nS1ma78AAAAASUVORK5CYII=") repeat scroll left top}.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}@media print{.toast{display:none !important}}html.is-faux-print .toast{display:none !important}.ve-night-mode .toast--type-info{color:#fff;background-color:rgba(32,52,74,.95);border-color:#5080b3}.ve-night-mode .toast--type-danger{color:#fff;background-color:rgba(76,16,14,.95);border-color:#ce2a26}.ve-night-mode .toast--type-warning{color:#fff;background-color:rgba(135,88,13,.95);border-color:#ecaa41}.ve-night-mode .toast--type-success{color:#fff;background-color:rgba(0,82,44,.95);border-color:#00eb80}.ve-night-mode .toast__btn-close{color:#fff}.ve-night-mode .toast__btn-close:hover,.ve-night-mode .toast__btn-close:focus{color:#d8d8d8;box-shadow:0 0 1px 1px rgba(255,255,255,.4)}@media screen and (width <= 991px){.ve-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 screen and (width <= 768px){.fltr__h{flex-direction:column}.fltr__h--multi{flex-direction:initial}}@media screen and (width <= 768px){.fltr__h-text{align-self:flex-start}}@media screen and (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 screen and (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.ve-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 screen and (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:not(.fltr__pill--display-only){background-color:#e6e6e6}.fltr__pill[data-state=yes]{background:#337ab7;color:#fff;border-color:#22527b}.fltr__pill[data-state=yes]:hover:not(.fltr__pill--display-only){background:#2d6da3}.fltr__pill[data-state=no]{background:#8a1a1b;color:#fff;border-color:#4a0e0e}.fltr__pill[data-state=no]:hover:not(.fltr__pill--display-only){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[data-state=yes],.fltr__pill--muted[data-state=no]{color:#fff}.fltr__pill--display-only{cursor:default}.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, #f5f5f5 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[data-state=yes]{background:#337ab7;color:#fff;display:block}.fltr__mini-pill--default-sel[data-state=yes]{background:#48637a}.fltr__mini-pill[data-state=no]{background:#822000;color:#fff;display:block}.fltr__mini-pill--default-desel[data-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[data-state=yes]>.fltr-src__spc-pill{color:rgba(255,255,255,.6)}.fltr__pill[data-state=no]>.fltr-src__spc-pill{color:rgba(255,255,255,.6666666667)}.fltr__disp-state--yes{text-decoration:#337ab7 underline;text-decoration-thickness:2px}.fltr__disp-state--no{text-decoration:#8a1a1b underline;text-decoration-thickness:2px}.fltr__disp-state--ignore{text-decoration:#c3c3c3 underline;text-decoration-thickness:1px}.ve-night-mode .fltr__btn_nest{background:#222;border-color:#555}.ve-night-mode .fltr__btn_nest:hover{background:#323232}.ve-night-mode .fltr__btn_nest--include{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, transparent 11px, transparent 22px)}.ve-night-mode .fltr__btn_nest--include:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, transparent 11px, transparent 22px)}.ve-night-mode .fltr__btn_nest--include span{background:#222}.ve-night-mode .fltr__btn_nest--include-all{background:#337ab7}.ve-night-mode .fltr__btn_nest--include-all:hover{background:#2d6da3}.ve-night-mode .fltr__btn_nest--exclude{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #8a1a1b 11px, #8a1a1b 22px)}.ve-night-mode .fltr__btn_nest--exclude:hover{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #751617 11px, #751617 22px)}.ve-night-mode .fltr__btn_nest--exclude span{background:#222}.ve-night-mode .fltr__btn_nest--exclude-all{background:#8a1a1b}.ve-night-mode .fltr__btn_nest--exclude-all:hover{background:#751617}.ve-night-mode .fltr__btn_nest--both{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, #8a1a1b 11px, #8a1a1b 22px)}.ve-night-mode .fltr__btn_nest--both:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, #751617 11px, #751617 22px)}.ve-night-mode .fltr__dropdown-divider{border-color:#555}@media screen and (width <= 768px){.ve-night-mode .fltr__dropdown-divider{box-shadow:inset 0 0 2px 2px #333;background:#555}}.ve-night-mode .fltr__dropdown-divider--sub{border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .fltr__pill{border-color:#555}.ve-night-mode .fltr__pill[data-state=ignore]{background:#222}.ve-night-mode .fltr__pill[data-state=ignore]:hover:not(.fltr__pill--display-only){background:#323232}.ve-night-mode .fltr__pill[data-state=yes]{border-color:#22527b}.ve-night-mode .fltr__pill[data-state=no]{border-color:#4a0e0e}.ve-night-mode .fltr__pill--muted{color:#656565}.ve-night-mode .fltr__pill--muted[data-state=yes],.ve-night-mode .fltr__pill--muted[data-state=no]{color:#fff}.ve-night-mode .fltr__mini-view{border-color:#555;background:linear-gradient(to top, #555, #343434 1px)}.ve-night-mode .fltr__h-btn-logic--blue{color:#337ab7}.ve-night-mode .fltr__h-btn-logic--blue:hover{color:#7398b7}.ve-night-mode .fltr__h-btn-logic--red{color:#8a1a1b}.ve-night-mode .fltr__h-btn-logic--red:hover{color:#8a4b4b}.ve-night-mode .fltr-search__wrp-row:focus,.ve-night-mode .fltr-search__wrp-row:hover{background-color:#272727}.ve-night-mode .fltr-search__wrp-values{background-color:#222;border-color:#555}.ve-night-mode .fltr-src__wrp-slider{background:rgba(51,51,51,.6666666667)}.ve-night-mode .fltr-cls__tgl{background:#222;border-color:#555}.ve-night-mode .fltr-cls__tgl:active{box-shadow:0 0 3px 0 rgba(255,255,255,.7333333333)}.ve-night-mode .fltr-cls__tgl.active{background:#555;border-color:#6f6f6f}.ve-night-mode .fltr-cls__tgl.active.disabled{background-color:#888}.ve-night-mode .fltr-cls__tgl.disabled{box-shadow:none}.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 screen and (width <= 768px){.ui-modal__inner{min-width:0}}@media screen and (width > 768px){.ui-modal__inner{max-width:750px}}@media screen and (width > 991px){.ui-modal__inner{max-width:970px}}@media screen and (width > 1200px){.ui-modal__inner{max-width:1170px}}.ui-modal__inner--no-min-height{min-height:0;height:initial}.ui-modal__inner--no-min-height{min-width:0;width: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:hidden auto;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;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:hidden auto}.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 screen and (width <= 1200px){.ui-tab-side__disp-active-tab-name{margin-left:39px}}.ui-tab-side__btn-tab{width:120px}@media screen and (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",monospace;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, #fff, #fff 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;inset:0;cursor:move}.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__wrp-btns{min-height:calc(1em*1.42857143 + 1rem*.25 + 2px)}.ui-pick__btn-add{font-weight:bold;padding:1px 2px;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, #fff 0%, #fff 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;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}.ve-night-mode .ui__ipt-color::-webkit-color-swatch{border:0}.ve-night-mode .ui-list__wrp-preview{background:#222}.ve-night-mode .ui-list__btn-inline{color:#bbb}.ve-night-mode .ui-list__btn-inline:hover{color:#d5d5d5;background:rgba(255,255,255,.1882352941)}.ve-night-mode .ui-source__divider{background:#555}.ve-night-mode .ui-modal__header--border{border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .ui-modal__footer{border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .ui-modal__overlay-blind{background-color:#222}.ve-night-mode .ui-modal__inner{background:#222;box-shadow:0 6px 12px rgba(0,0,0,.56);border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .ui-modal__inner--mode-fullscreen{box-shadow:none}.ve-night-mode .ui-modal__row--cb:hover{background:#383838}.ve-night-mode .ui-search__row{border-color:#555}.ve-night-mode .ui-search__row:hover{background:#333}.ve-night-mode .ui-search__ipt-search-sub-wrp{border-color:#555}.ve-night-mode .ui-tab__btn-tab-head--active,.ve-night-mode .ui-tab__btn-tab-head--active:focus,.ve-night-mode .ui-tab__btn-tab-head--active:hover,.ve-night-mode .ui-tab__btn-tab-head--active:active{background-color:rgba(255,255,255,.2509803922)}.ve-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)}.ve-night-mode .ui-tab__wrp-tab-heads--border{border-color:#555;border-width:2px}.ve-night-mode .ui-tab-side__wrp-tab{background:#222;border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .ui-prof__btn-cycle{border-color:#555}.ve-night-mode .ui-prof__btn-cycle:active{box-shadow:0 0 3px 0 rgba(255,255,255,.7333333333)}.ve-night-mode .ui-prof__btn-cycle[data-state="0"]{background:#222}.ve-night-mode .ui-prof__btn-cycle[data-state="1"]{background:#555;border-color:#6f6f6f}.ve-night-mode .ui-prof__btn-cycle[data-state="2"]{background:#555;border-color:#6f6f6f}.ve-night-mode .ui-prof__btn-cycle[data-state="2"]::before{color:#222}.ve-night-mode .ui-prof__btn-cycle[data-state="3"]{background:repeating-linear-gradient(135deg, #222, #222 10px, #555 10px, #555 20px);border-color:#6f6f6f}.ve-night-mode .ui-dir__face{background:#222;border-color:#555}.ve-night-mode .ui-dir__arm{background:#bbb;box-shadow:none}.ve-night-mode .ui-tip__child{border-color:#555;background:#222}.ve-night-mode .ui-ctx__wrp{background:#222;border:1px solid rgba(85,85,85,.6274509804);border-top-color:#555}.ve-night-mode .ui-ctx__divider{background:#555}.ve-night-mode .ui-ctx__btn{color:#bbb}.ve-night-mode .ui-ctx__btn:hover{background:#383838;color:#fff}.ve-night-mode .ui-ctx__btn.disabled,.ve-night-mode .ui-ctx__btn.disabled:hover{background:#222;color:#bbb}.ve-night-mode .ui-pick__disp-text{border-color:#555}.ve-night-mode .clp__disp-copied{background:radial-gradient(ellipse at center, #222 0%, #222 35%, transparent 75%, transparent 100%)}.ve-night-mode .ui-ideco__btn-ticker{background:#555;color:#fff}.ve-night-mode .ui-ideco__btn-ticker:hover,.ve-night-mode .ui-ideco__btn-ticker:active,.ve-night-mode .ui-ideco__btn-ticker:focus,.ve-night-mode .ui-ideco__btn-ticker:active:focus{box-shadow:none;outline:none}.ve-night-mode .ui-ideco__btn-ticker:hover{background:#484848;color:#fff}.ve-night-mode .ui-ideco__btn-ticker:active,.ve-night-mode .ui-ideco__btn-ticker:focus,.ve-night-mode .ui-ideco__btn-ticker:active:focus{background:#3c3c3c;color:#fff}.ve-night-mode .ui-sel2__ipt-search{background:#222}.ve-night-mode .ui-sel2__wrp-options{background-color:#222;border-color:#555}.ve-night-mode .ui-sel2__disp-option.active,.ve-night-mode .ui-sel2__disp-option:focus,.ve-night-mode .ui-sel2__disp-option:hover{background:#383838}.ve-night-mode .ui-sel2__disp-option:focus.active,.ve-night-mode .ui-sel2__disp-option:hover.active{background:#525252}.ve-night-mode .ui-slidr__thumb{background:rgba(204,204,204,.6274509804);border-color:#bbb}.ve-night-mode .ui-slidr__thumb--hover,.ve-night-mode .ui-slidr__thumb:hover{background:rgba(230,230,230,.6274509804);border-color:#bbb}.ve-night-mode .ui-slidr__track-outer{border-color:#555}.ve-night-mode .ui-slidr__track-inner{background:rgba(85,85,85,.6274509804)}.ve-night-mode .ui-slidr__disp-value--visible{border-color:#555;background:#222}.ve-night-mode .ui-slidr__pip{background:#bbb}@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-in{from{opacity:0}to{opacity:1}}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}:root{--rgb-font: #333;--rgb-font--muted: #777;--rgb-name: #822000;--rgb-bg: #fff;--rgb-bg--alt: #f5f5f5;--rgb-border--statblock: #e69a28}:root.ve-night-mode{--rgb-font: #bbb;--rgb-name: #d29a38;--rgb-bg: #222;--rgb-bg--alt: #383838;--rgb-border--statblock: #565656}: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}.font-ui{font-family:Arial,sans-serif}@media screen and (width <= 768px){.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}@-moz-document url-prefix(){*{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}.ve-btn-xxs{padding:0 2px;font-size:12px;line-height:1.5;border-radius:3px}.ve-btn-primary--half{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 16px, #b8b8b8 16px, #b8b8b8 32px)}.ve-dropdown-menu--side{top:-10px;left:100%;max-height:calc(100vh - 190px);overflow-y:auto}.nav>li>a{padding:5px 14px 6px}@media screen and (width > 991px){.nav>li>a{border-top-left-radius:0;border-top-right-radius:0}}@media screen and (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 screen and (width > 991px){.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}.ve-dropdown-menu>li>a.ve-dropdown-ext-link{display:flex;justify-content:space-between}.ve-dropdown-menu>li>a.ve-dropdown-ext-link:hover{padding-right:10px}.ve-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}.ve-dropdown-menu>li>span:focus,.ve-dropdown-menu>li>span:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.ve-dropdown-menu>.disabled>span{pointer-events:none;color:#777}.ve-dropdown-menu>.disabled>span:focus,.ve-dropdown-menu>.disabled>span:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0);background-image:none}.ve-dropdown-menu>.ctx-danger>span{background:#d9534f;color:#fff}.ve-dropdown-menu>.ctx-danger>span:focus,.ve-dropdown-menu>.ctx-danger>span:hover{color:#fff;text-decoration:none;background-color:#ac2925}.ve-dropdown-ext-link>.glyphicon{top:3px;display:none}.ve-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.ve-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.ve-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.ve-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.ve-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.ve-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.ve-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.ve-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.ve-btn:last-child{border-radius:0}.input-group--bottom input.form-control,.input-group--bottom label,.input-group--bottom button,.input-group--bottom a.ve-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.ve-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.ve-btn:last-child{border-top-right-radius:0}.ve-night-mode .input-group>input.form-control:last-child,.ve-night-mode .input-group>label:last-child,.ve-night-mode .input-group>button:last-child,.ve-night-mode .input-group>a.ve-btn:last-child{border-right-color:#555}.ve-col-0-1,.ve-col-0-2,.ve-col-0-3,.ve-col-0-4,.ve-col-0-5,.ve-col-0-6,.ve-col-0-7,.ve-col-0-8,.ve-col-0-9,.ve-col-1-1,.ve-col-1-2,.ve-col-1-3,.ve-col-1-4,.ve-col-1-5,.ve-col-1-6,.ve-col-1-7,.ve-col-1-8,.ve-col-1-9,.ve-col-1,.ve-col-2-1,.ve-col-2-2,.ve-col-2-3,.ve-col-2-4,.ve-col-2-5,.ve-col-2-6,.ve-col-2-7,.ve-col-2-8,.ve-col-2-9,.ve-col-2,.ve-col-3-1,.ve-col-3-2,.ve-col-3-3,.ve-col-3-4,.ve-col-3-5,.ve-col-3-6,.ve-col-3-7,.ve-col-3-8,.ve-col-3-9,.ve-col-3,.ve-col-4-1,.ve-col-4-2,.ve-col-4-3,.ve-col-4-4,.ve-col-4-5,.ve-col-4-6,.ve-col-4-7,.ve-col-4-8,.ve-col-4-9,.ve-col-4,.ve-col-5-1,.ve-col-5-2,.ve-col-5-3,.ve-col-5-4,.ve-col-5-5,.ve-col-5-6,.ve-col-5-7,.ve-col-5-8,.ve-col-5-9,.ve-col-5,.ve-col-6-1,.ve-col-6-2,.ve-col-6-3,.ve-col-6-4,.ve-col-6-5,.ve-col-6-6,.ve-col-6-7,.ve-col-6-8,.ve-col-6-9,.ve-col-6,.ve-col-7-1,.ve-col-7-2,.ve-col-7-3,.ve-col-7-4,.ve-col-7-5,.ve-col-7-6,.ve-col-7-7,.ve-col-7-8,.ve-col-7-9,.ve-col-7,.ve-col-8-1,.ve-col-8-2,.ve-col-8-3,.ve-col-8-4,.ve-col-8-5,.ve-col-8-6,.ve-col-8-7,.ve-col-8-8,.ve-col-8-9,.ve-col-8,.ve-col-9-1,.ve-col-9-2,.ve-col-9-3,.ve-col-9-4,.ve-col-9-5,.ve-col-9-6,.ve-col-9-7,.ve-col-9-8,.ve-col-9-9,.ve-col-9,.ve-col-10-1,.ve-col-10-2,.ve-col-10-3,.ve-col-10-4,.ve-col-10-5,.ve-col-10-6,.ve-col-10-7,.ve-col-10-8,.ve-col-10-9,.ve-col-10,.ve-col-11-1,.ve-col-11-2,.ve-col-11-3,.ve-col-11-4,.ve-col-11-5,.ve-col-11-6,.ve-col-11-7,.ve-col-11-8,.ve-col-11-9,.ve-col-11,.ve-col-12{position:relative;min-height:1px}.ve-col-12{width:100% !important}.ve-col-11{width:91.6667% !important}.ve-col-11-9{width:99.1667% !important}.ve-col-11-8{width:98.3333% !important}.ve-col-11-7{width:97.5% !important}.ve-col-11-6{width:96.6667% !important}.ve-col-11-5{width:95.8333% !important}.ve-col-11-4{width:95% !important}.ve-col-11-3{width:94.1667% !important}.ve-col-11-2{width:93.3333% !important}.ve-col-11-1{width:92.5% !important}.ve-col-10{width:83.3333% !important}.ve-col-10-9{width:90.8333% !important}.ve-col-10-8{width:90% !important}.ve-col-10-7{width:89.1667% !important}.ve-col-10-6{width:88.3333% !important}.ve-col-10-5{width:87.5% !important}.ve-col-10-4{width:86.6667% !important}.ve-col-10-3{width:85.8333% !important}.ve-col-10-2{width:85% !important}.ve-col-10-1{width:84.1667% !important}.ve-col-9{width:75% !important}.ve-col-9-9{width:82.5% !important}.ve-col-9-8{width:81.6667% !important}.ve-col-9-7{width:80.8333% !important}.ve-col-9-6{width:80% !important}.ve-col-9-5{width:79.1667% !important}.ve-col-9-4{width:78.3333% !important}.ve-col-9-3{width:77.5% !important}.ve-col-9-2{width:76.6667% !important}.ve-col-9-1{width:75.8333% !important}.ve-col-8{width:66.6667% !important}.ve-col-8-9{width:74.1667% !important}.ve-col-8-8{width:73.3333% !important}.ve-col-8-7{width:72.5% !important}.ve-col-8-6{width:71.6667% !important}.ve-col-8-5{width:70.8333% !important}.ve-col-8-4{width:70% !important}.ve-col-8-3{width:69.1667% !important}.ve-col-8-2{width:68.3333% !important}.ve-col-8-1{width:67.5% !important}.ve-col-7{width:58.3333% !important}.ve-col-7-9{width:65.8333% !important}.ve-col-7-8{width:65% !important}.ve-col-7-7{width:64.1667% !important}.ve-col-7-6{width:63.3333% !important}.ve-col-7-5{width:62.5% !important}.ve-col-7-4{width:61.6667% !important}.ve-col-7-3{width:60.8333% !important}.ve-col-7-2{width:60% !important}.ve-col-7-1{width:59.1667% !important}.ve-col-6{width:50% !important}.ve-col-6-9{width:57.5% !important}.ve-col-6-8{width:56.6667% !important}.ve-col-6-7{width:55.8333% !important}.ve-col-6-6{width:55% !important}.ve-col-6-5{width:54.1667% !important}.ve-col-6-4{width:53.3333% !important}.ve-col-6-3{width:52.5% !important}.ve-col-6-2{width:51.6667% !important}.ve-col-6-1{width:50.8333% !important}.ve-col-5{width:41.6667% !important}.ve-col-5-9{width:49.1667% !important}.ve-col-5-8{width:48.3333% !important}.ve-col-5-7{width:47.5% !important}.ve-col-5-6{width:46.6667% !important}.ve-col-5-5{width:45.8333% !important}.ve-col-5-4{width:45% !important}.ve-col-5-3{width:44.1667% !important}.ve-col-5-2{width:43.3333% !important}.ve-col-5-1{width:42.5% !important}.ve-col-4{width:33.3333% !important}.ve-col-4-9{width:40.8333% !important}.ve-col-4-8{width:40% !important}.ve-col-4-7{width:39.1667% !important}.ve-col-4-6{width:38.3333% !important}.ve-col-4-5{width:37.5% !important}.ve-col-4-4{width:36.6667% !important}.ve-col-4-3{width:35.8333% !important}.ve-col-4-2{width:35% !important}.ve-col-4-1{width:34.1667% !important}.ve-col-3{width:25% !important}.ve-col-3-9{width:32.5% !important}.ve-col-3-8{width:31.6667% !important}.ve-col-3-7{width:30.8333% !important}.ve-col-3-6{width:30% !important}.ve-col-3-5{width:29.1667% !important}.ve-col-3-4{width:28.3333% !important}.ve-col-3-3{width:27.5% !important}.ve-col-3-2{width:26.6667% !important}.ve-col-3-1{width:25.8333% !important}.ve-col-2{width:16.6667% !important}.ve-col-2-9{width:24.1667% !important}.ve-col-2-8{width:23.3333% !important}.ve-col-2-7{width:22.5% !important}.ve-col-2-6{width:21.6667% !important}.ve-col-2-5{width:20.8333% !important}.ve-col-2-4{width:20% !important}.ve-col-2-3{width:19.1667% !important}.ve-col-2-2{width:18.3333% !important}.ve-col-2-1{width:17.5% !important}.ve-col-1{width:8.3333% !important}.ve-col-1-9{width:15.8333% !important}.ve-col-1-8{width:15% !important}.ve-col-1-7{width:14.1667% !important}.ve-col-1-6{width:13.3333% !important}.ve-col-1-5{width:12.5% !important}.ve-col-1-4{width:11.6667% !important}.ve-col-1-3{width:10.8333% !important}.ve-col-1-2{width:10% !important}.ve-col-1-1{width:9.1667% !important}.ve-col-0-9{width:7.5% !important}.ve-col-0-8{width:6.6667% !important}.ve-col-0-7{width:5.8333% !important}.ve-col-0-6{width:5% !important}.ve-col-0-5{width:4.1667% !important}.ve-col-0-4{width:3.3333% !important}.ve-col-0-3{width:2.5% !important}.ve-col-0-2{width:1.6667% !important}.ve-col-0-1{width:.8333% !important}.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}.mt-1p{margin-top:1px !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}.px-4p{padding-right:4px !important;padding-left:4px !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}.pt-2p{padding-top:2px !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}.pr-10p{padding-right:10px !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}.top-1p{top:1px}.right-0{right:0 !important}.ve-night-mode .hr-0,.ve-night-mode .hr-1,.ve-night-mode .hr-2,.ve-night-mode .hr-3,.ve-night-mode .hr-4,.ve-night-mode .hr-5,.ve-night-mode .vr-0,.ve-night-mode .vr-1,.ve-night-mode .vr-2,.ve-night-mode .vr-3,.ve-night-mode .vr-4,.ve-night-mode .vr-5{border-color:#555}.ve-night-mode .b-1p{border-color:#555 !important}.ve-night-mode .bt-1p{border-top-color:#555 !important}.ve-night-mode .br-1p{border-right-color:#555 !important}.ve-night-mode .bb-1p{border-bottom-color:#555 !important}.ve-night-mode .bb-1p-trans{border-bottom-color:rgba(85,85,85,.6274509804) !important}.ve-night-mode .bl-1p{border-left-color:#555 !important}.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}.ve-large{font-size:125% !important}.ve-large.small-caps,.ve-large.dnd-font{font-size:140% !important}.font-size-24p{font-size:24px !important}.ve-muted{color:#777 !important}.ve-muted a,.ve-muted .roller{color:#7096b7}.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}.ve-underline-double{text-decoration:underline !important;text-decoration-style:double !important}.no-underline{text-decoration:none !important}.ve-strike-double{text-decoration:line-through !important;text-decoration-style:double !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}.ve-highlight{background-color:#ff0 !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}.ve-text-wrap-balance{text-wrap:balance !important}.small-caps{font-variant:small-caps}.capitalize{text-transform:capitalize}.no-breaks{break-before:auto;break-after:auto;break-inside:avoid}.ve-text-left{text-align:left !important}.ve-text-right{text-align:right !important}.ve-text-center{text-align:center !important}.text-rtl{direction:rtl}.trans-x-flip{transform:scaleX(-1) !important}.trans-y-flip{transform:scaleY(-1) !important}.trans-z-flip{transform:scaleZ(-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}.ve-overflow-auto{overflow:auto auto}.ve-overflow-visible{overflow:visible visible !important}.ve-overflow-y-auto{overflow-y:auto}.ve-overflow-y-scroll{overflow-y:scroll}.ve-overflow-y-hidden{overflow-y:hidden}.ve-overflow-x-auto{overflow-x:auto}.ve-overflow-x-scroll{overflow-x:scroll}.ve-overflow-x-hidden{overflow-x:hidden}.ve-overflow-hidden{overflow:hidden}.ve-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ve-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.3333% !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.6666% !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-25{min-width:25% !important}.min-w-80{min-width:80% !important}.min-w-100{min-width:100% !important}.min-w-20p{min-width:20px !important}.min-w-60p{min-width:60px !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.3333% !important}.max-w-75{max-width:75% !important}.max-w-80{max-width:80% !important}.max-w-100{max-width:100% !important}.max-w-80p{max-width:80px !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-40p{min-height:40px !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}.ve-shrink{flex-shrink: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-6{flex:6 !important}.ve-flex-7{flex:7 !important}.ve-shrink-10{flex-shrink:10 !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 screen and (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 screen and (width <= 768px){.columns-3{column-count:2}}@media screen and (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 screen and (width <= 768px){.columns-4{column-count:3}}@media screen and (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 screen and (width <= 768px){.columns-5{column-count:3}}@media screen and (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 screen and (width <= 768px){.columns-6{column-count:3}}@media screen and (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}.ve-night-mode .ve-muted{color:#777 !important}.ve-night-mode .ve-muted a,.ve-night-mode .ve-muted .roller{color:#6e8eab}.ve-night-mode .ve-highlight{color:#222;background-color:#cc0}input[type=checkbox]:checked,input[type=checkbox]:indeterminate{accent-color:#666}input[type=radio]:checked,input[type=radio]:indeterminate{accent-color:#666}input[type=range]{accent-color:#666}.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}.ve-night-mode .stripe-even:nth-child(even){background:rgba(170,170,170,.1333333333)}.ve-night-mode .stripe-odd:nth-child(odd){background:rgba(170,170,170,.1333333333)}.ve-night-mode .stripe-child-even-first:nth-child(even)>:first-child{background:rgba(170,170,170,.1333333333)}.ve-night-mode .veapp__ele-hoverable:hover{background:#383838}@media screen and (width > 1200px){.mobile-lg__visible{display:none !important}}@media screen and (width <= 1200px){.mobile-lg__hidden{display:none !important}.mobile-lg__text-center{text-align:center !important}.mobile-lg__text-clip-ellipsis{white-space:nowrap !important;text-overflow:ellipsis !important;overflow:hidden !important}.mobile-lg__ve-flex-col{display:flex !important;flex-direction:column !important}.mobile-lg__ve-flex-row{display:flex !important;flex-direction:row !important}.mobile-lg__ve-flex-col-reverse{display:flex !important;flex-direction:column-reverse !important}.mobile-lg__ve-flex-ai-start{align-items:flex-start !important}.mobile-lg__ve-flex-wrap{display:flex !important;flex-wrap:wrap !important}.mobile-lg__w-100{width:100% !important}.mobile-lg__max-w-100{max-width:100% !important}.mobile-lg__h-initial{height:initial !important}.mobile-lg__m-auto{margin:auto !important}.mobile-lg__m-0{margin:0 !important}.mobile-lg__m-1{margin:.25rem !important}.mobile-lg__m-2{margin:.5rem !important}.mobile-lg__m-3{margin:1rem !important}.mobile-lg__m-4{margin:1.5rem !important}.mobile-lg__m-5{margin:3rem !important}.mobile-lg__mt-auto{margin-top:auto !important}.mobile-lg__mt-0{margin-top:0 !important}.mobile-lg__mt-1{margin-top:.25rem !important}.mobile-lg__mt-2{margin-top:.5rem !important}.mobile-lg__mt-3{margin-top:1rem !important}.mobile-lg__mt-4{margin-top:1.5rem !important}.mobile-lg__mt-5{margin-top:3rem !important}.mobile-lg__mr-auto{margin-right:auto !important}.mobile-lg__mr-0{margin-right:0 !important}.mobile-lg__mr-1{margin-right:.25rem !important}.mobile-lg__mr-2{margin-right:.5rem !important}.mobile-lg__mr-3{margin-right:1rem !important}.mobile-lg__mr-4{margin-right:1.5rem !important}.mobile-lg__mr-5{margin-right:3rem !important}.mobile-lg__mb-auto{margin-bottom:auto !important}.mobile-lg__mb-0{margin-bottom:0 !important}.mobile-lg__mb-1{margin-bottom:.25rem !important}.mobile-lg__mb-2{margin-bottom:.5rem !important}.mobile-lg__mb-3{margin-bottom:1rem !important}.mobile-lg__mb-4{margin-bottom:1.5rem !important}.mobile-lg__mb-5{margin-bottom:3rem !important}.mobile-lg__ml-auto{margin-left:auto !important}.mobile-lg__ml-0{margin-left:0 !important}.mobile-lg__ml-1{margin-left:.25rem !important}.mobile-lg__ml-2{margin-left:.5rem !important}.mobile-lg__ml-3{margin-left:1rem !important}.mobile-lg__ml-4{margin-left:1.5rem !important}.mobile-lg__ml-5{margin-left:3rem !important}.mobile-lg__my-auto{margin-top:auto !important;margin-bottom:auto !important}.mobile-lg__my-0{margin-top:0 !important;margin-bottom:0 !important}.mobile-lg__my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mobile-lg__my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mobile-lg__my-3{margin-top:1rem !important;margin-bottom:1rem !important}.mobile-lg__my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mobile-lg__my-5{margin-top:3rem !important;margin-bottom:3rem !important}.mobile-lg__mx-auto{margin-right:auto !important;margin-left:auto !important}.mobile-lg__mx-0{margin-right:0 !important;margin-left:0 !important}.mobile-lg__mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mobile-lg__mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mobile-lg__mx-3{margin-right:1rem !important;margin-left:1rem !important}.mobile-lg__mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mobile-lg__mx-5{margin-right:3rem !important;margin-left:3rem !important}.mobile-lg__p-0{padding:0 !important}.mobile-lg__p-1{padding:.25rem !important}.mobile-lg__p-2{padding:.5rem !important}.mobile-lg__p-3{padding:1rem !important}.mobile-lg__p-4{padding:1.5rem !important}.mobile-lg__p-5{padding:3rem !important}.mobile-lg__p-1p{padding:1px !important}.mobile-lg__pt-0{padding-top:0 !important}.mobile-lg__pt-1{padding-top:.25rem !important}.mobile-lg__pt-2{padding-top:.5rem !important}.mobile-lg__pt-3{padding-top:1rem !important}.mobile-lg__pt-4{padding-top:1.5rem !important}.mobile-lg__pt-5{padding-top:3rem !important}.mobile-lg__pt-1p{padding-top:1px !important}.mobile-lg__pr-0{padding-right:0 !important}.mobile-lg__pr-1{padding-right:.25rem !important}.mobile-lg__pr-2{padding-right:.5rem !important}.mobile-lg__pr-3{padding-right:1rem !important}.mobile-lg__pr-4{padding-right:1.5rem !important}.mobile-lg__pr-5{padding-right:3rem !important}.mobile-lg__pr-1p{padding-right:1px !important}.mobile-lg__pb-0{padding-bottom:0 !important}.mobile-lg__pb-1{padding-bottom:.25rem !important}.mobile-lg__pb-2{padding-bottom:.5rem !important}.mobile-lg__pb-3{padding-bottom:1rem !important}.mobile-lg__pb-4{padding-bottom:1.5rem !important}.mobile-lg__pb-5{padding-bottom:3rem !important}.mobile-lg__pb-1p{padding-bottom:1px !important}.mobile-lg__pl-0{padding-left:0 !important}.mobile-lg__pl-1{padding-left:.25rem !important}.mobile-lg__pl-2{padding-left:.5rem !important}.mobile-lg__pl-3{padding-left:1rem !important}.mobile-lg__pl-4{padding-left:1.5rem !important}.mobile-lg__pl-5{padding-left:3rem !important}.mobile-lg__pl-1p{padding-left:1px !important}.mobile-lg__py-0{padding-top:0 !important;padding-bottom:0 !important}.mobile-lg__py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.mobile-lg__py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.mobile-lg__py-3{padding-top:1rem !important;padding-bottom:1rem !important}.mobile-lg__py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.mobile-lg__py-5{padding-top:3rem !important;padding-bottom:3rem !important}.mobile-lg__px-0{padding-right:0 !important;padding-left:0 !important}.mobile-lg__px-1{padding-right:.25rem !important;padding-left:.25rem !important}.mobile-lg__px-2{padding-right:.5rem !important;padding-left:.5rem !important}.mobile-lg__px-3{padding-right:1rem !important;padding-left:1rem !important}.mobile-lg__px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.mobile-lg__px-5{padding-right:3rem !important;padding-left:3rem !important}.mobile-lg__py-1p{padding-top:1px !important;padding-bottom:1px !important}}@media screen and (width > 991px){.mobile-md__visible{display:none !important}}@media screen and (width <= 991px){.mobile-md__hidden{display:none !important}.mobile-md__text-center{text-align:center !important}.mobile-md__text-clip-ellipsis{white-space:nowrap !important;text-overflow:ellipsis !important;overflow:hidden !important}.mobile-md__ve-flex-col{display:flex !important;flex-direction:column !important}.mobile-md__ve-flex-row{display:flex !important;flex-direction:row !important}.mobile-md__ve-flex-col-reverse{display:flex !important;flex-direction:column-reverse !important}.mobile-md__ve-flex-ai-start{align-items:flex-start !important}.mobile-md__ve-flex-wrap{display:flex !important;flex-wrap:wrap !important}.mobile-md__w-100{width:100% !important}.mobile-md__max-w-100{max-width:100% !important}.mobile-md__h-initial{height:initial !important}.mobile-md__m-auto{margin:auto !important}.mobile-md__m-0{margin:0 !important}.mobile-md__m-1{margin:.25rem !important}.mobile-md__m-2{margin:.5rem !important}.mobile-md__m-3{margin:1rem !important}.mobile-md__m-4{margin:1.5rem !important}.mobile-md__m-5{margin:3rem !important}.mobile-md__mt-auto{margin-top:auto !important}.mobile-md__mt-0{margin-top:0 !important}.mobile-md__mt-1{margin-top:.25rem !important}.mobile-md__mt-2{margin-top:.5rem !important}.mobile-md__mt-3{margin-top:1rem !important}.mobile-md__mt-4{margin-top:1.5rem !important}.mobile-md__mt-5{margin-top:3rem !important}.mobile-md__mr-auto{margin-right:auto !important}.mobile-md__mr-0{margin-right:0 !important}.mobile-md__mr-1{margin-right:.25rem !important}.mobile-md__mr-2{margin-right:.5rem !important}.mobile-md__mr-3{margin-right:1rem !important}.mobile-md__mr-4{margin-right:1.5rem !important}.mobile-md__mr-5{margin-right:3rem !important}.mobile-md__mb-auto{margin-bottom:auto !important}.mobile-md__mb-0{margin-bottom:0 !important}.mobile-md__mb-1{margin-bottom:.25rem !important}.mobile-md__mb-2{margin-bottom:.5rem !important}.mobile-md__mb-3{margin-bottom:1rem !important}.mobile-md__mb-4{margin-bottom:1.5rem !important}.mobile-md__mb-5{margin-bottom:3rem !important}.mobile-md__ml-auto{margin-left:auto !important}.mobile-md__ml-0{margin-left:0 !important}.mobile-md__ml-1{margin-left:.25rem !important}.mobile-md__ml-2{margin-left:.5rem !important}.mobile-md__ml-3{margin-left:1rem !important}.mobile-md__ml-4{margin-left:1.5rem !important}.mobile-md__ml-5{margin-left:3rem !important}.mobile-md__my-auto{margin-top:auto !important;margin-bottom:auto !important}.mobile-md__my-0{margin-top:0 !important;margin-bottom:0 !important}.mobile-md__my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mobile-md__my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mobile-md__my-3{margin-top:1rem !important;margin-bottom:1rem !important}.mobile-md__my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mobile-md__my-5{margin-top:3rem !important;margin-bottom:3rem !important}.mobile-md__mx-auto{margin-right:auto !important;margin-left:auto !important}.mobile-md__mx-0{margin-right:0 !important;margin-left:0 !important}.mobile-md__mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mobile-md__mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mobile-md__mx-3{margin-right:1rem !important;margin-left:1rem !important}.mobile-md__mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mobile-md__mx-5{margin-right:3rem !important;margin-left:3rem !important}.mobile-md__p-0{padding:0 !important}.mobile-md__p-1{padding:.25rem !important}.mobile-md__p-2{padding:.5rem !important}.mobile-md__p-3{padding:1rem !important}.mobile-md__p-4{padding:1.5rem !important}.mobile-md__p-5{padding:3rem !important}.mobile-md__p-1p{padding:1px !important}.mobile-md__pt-0{padding-top:0 !important}.mobile-md__pt-1{padding-top:.25rem !important}.mobile-md__pt-2{padding-top:.5rem !important}.mobile-md__pt-3{padding-top:1rem !important}.mobile-md__pt-4{padding-top:1.5rem !important}.mobile-md__pt-5{padding-top:3rem !important}.mobile-md__pt-1p{padding-top:1px !important}.mobile-md__pr-0{padding-right:0 !important}.mobile-md__pr-1{padding-right:.25rem !important}.mobile-md__pr-2{padding-right:.5rem !important}.mobile-md__pr-3{padding-right:1rem !important}.mobile-md__pr-4{padding-right:1.5rem !important}.mobile-md__pr-5{padding-right:3rem !important}.mobile-md__pr-1p{padding-right:1px !important}.mobile-md__pb-0{padding-bottom:0 !important}.mobile-md__pb-1{padding-bottom:.25rem !important}.mobile-md__pb-2{padding-bottom:.5rem !important}.mobile-md__pb-3{padding-bottom:1rem !important}.mobile-md__pb-4{padding-bottom:1.5rem !important}.mobile-md__pb-5{padding-bottom:3rem !important}.mobile-md__pb-1p{padding-bottom:1px !important}.mobile-md__pl-0{padding-left:0 !important}.mobile-md__pl-1{padding-left:.25rem !important}.mobile-md__pl-2{padding-left:.5rem !important}.mobile-md__pl-3{padding-left:1rem !important}.mobile-md__pl-4{padding-left:1.5rem !important}.mobile-md__pl-5{padding-left:3rem !important}.mobile-md__pl-1p{padding-left:1px !important}.mobile-md__py-0{padding-top:0 !important;padding-bottom:0 !important}.mobile-md__py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.mobile-md__py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.mobile-md__py-3{padding-top:1rem !important;padding-bottom:1rem !important}.mobile-md__py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.mobile-md__py-5{padding-top:3rem !important;padding-bottom:3rem !important}.mobile-md__px-0{padding-right:0 !important;padding-left:0 !important}.mobile-md__px-1{padding-right:.25rem !important;padding-left:.25rem !important}.mobile-md__px-2{padding-right:.5rem !important;padding-left:.5rem !important}.mobile-md__px-3{padding-right:1rem !important;padding-left:1rem !important}.mobile-md__px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.mobile-md__px-5{padding-right:3rem !important;padding-left:3rem !important}.mobile-md__py-1p{padding-top:1px !important;padding-bottom:1px !important}}@media screen and (width > 768px){.mobile__visible{display:none !important}}@media screen and (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__ve-flex-wrap{display:flex !important;flex-wrap:wrap !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}.accordion__wrp-preview{font-size:12.6px;background:#fff}.accordion__vr-preview{top:7px;left:8px;height:calc(100% - 14px)}.accordion__wrp-preview-inner{border-bottom:1px solid #ddd}.ve-night-mode .accordion__wrp-preview{background:#222}.ve-night-mode .accordion__wrp-preview-inner{border-color:#444}: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-text-indent-li-hang: 1.1em;--w-text-indent-li-hang--inv: calc(-1 * var(--w-text-indent-li-hang));--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__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__wrp-image--bg{border-radius:5px;padding:7px}.rd__wrp-image--bg-light{background:#fff}.rd__wrp-image--bg-dark{background:#333}.rd__image{max-width:100%;max-height:60vh;cursor:zoom-in}.rd__cvs-image{background:rgba(204,204,204,.2)}.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__gallery-name{font-style:italic;text-decoration:underline}.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__wrp-centered-ability{text-align:center;margin-bottom:var(--h-mb-p)}.rd__p-list-item{font-style:initial}.rd__p-cont-indent{display:block;text-indent:var(--w-text-indent-inline-p)}.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--bg-light{background:#fff}.rd__scroller-viewer--bg-dark{background:#333}.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,.rd__list-caption{padding:0;list-style:none}.rd__list-hang-notitle>.rd__list-name,.rd__list-caption>.rd__list-name{margin-left:0}.rd__list-hang-notitle>.rd__li,.rd__list-caption>.rd__li{margin-bottom:var(--h-mb-li);text-indent:var(--w-text-indent-li-hang--inv);margin-left:var(--w-text-indent-li-hang)}.rd__list-hang-notitle>.rd__li a,.rd__list-hang-notitle>.rd__li span,.rd__list-caption>.rd__li a,.rd__list-caption>.rd__li span{text-indent:initial}.rd__list-hang-notitle>.rd__li>*,.rd__list-caption>.rd__li>*{margin:0 0 var(--h-mb-li)}.rd__list-hang-notitle>.rd__li>ul,.rd__list-caption>.rd__li>ul{text-indent:initial}.rd__list-caption>.rd__list-name{font-variant:small-caps;font-weight:bold;font-size:1.08em}.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:var(--w-text-indent-li-hang--inv);margin-left:var(--w-text-indent-li-hang)}.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__quote-pull{padding:10px 15px;text-align:center;font-size:125%}.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{margin-bottom:var(--h-mb-p-inline)}.rd__b--3>p+p,.rd__b-inset>p+p{text-indent:var(--w-text-indent-inline-p)}.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;text-indent:initial}.rd__b-inset>*:last-child{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:15px 5px;width:calc(100% - 12px);table-layout:fixed}.rd__b-data--inset{box-shadow:0 0 4px 0 #988e7c;border:1px solid #656565;background-color:rgba(156,150,120,.1)}.rd__b-data--narrow{max-width:600px;margin:15px auto}@media screen and (width <= 768px){.rd__b-data--narrow{max-width:initial;margin:15px 5px}}.rd__li>.rd__b-data{margin:0}.rd__data-embed-header{cursor:pointer}.rd__data-embed-header:hover{background:rgba(100,100,100,.08)}.rd__data-embed-name{font-family:"Times New Roman",serif;font-variant:small-caps;text-transform:uppercase;font-weight:bold}.rd__data-embed-name-expanded{font-weight:normal;font-size:90%}.rd__data-embed-toggle{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);white-space:initial}.rd__table>caption{text-align:left;margin-left:5px;padding:0;font-weight:bold;font-size:1.08em}.rd__th{text-align:left}.rd__th-skewer::after{position:relative;bottom:3px;left:0;margin:0 auto;padding:0;display:block;content:"";height:3px;width:96%;border-bottom:1px solid #ccc}.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-child{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-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}.rd-homebrew__b{background-color:rgba(255,0,0,.1019607843);clear:both}.rd-homebrew__wrp-notice{float:right;border:1px dotted;margin-bottom:5px;margin-left:5px;padding-right:2px;padding-left:2px;text-indent:0}.rd-homebrew__disp-notice::before{content:"Homebrew"}.rd-homebrew__disp-old-content{color:#a00;margin-left:5px}.rd-homebrew__disp-inline{background-color:rgba(255,0,0,.1019607843);text-decoration:underline dotted}td>.rd__b:last-child{margin-bottom:0}.rd-recipes__wrp-recipe{--w-text-indent-inline-p: 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}.ve-night-mode .rd__wrp-image--bg-light{background-color:#bbb}.ve-night-mode .rd__wrp-image--bg-dark{background-color:#383838}.ve-night-mode .rd__h--0,.ve-night-mode .rd__h--1,.ve-night-mode .rd__h--2{color:#d29a38}.ve-night-mode .rd__h--1{border-bottom-color:#d29a38}.ve-night-mode .rd__h--4{color:#c2c2c2}.ve-night-mode .rd__h--3{color:#c2c2c2}.ve-night-mode .rd__-image-title-inner{border-color:#555}.ve-night-mode .rd__b-inset{background-color:#323431}.ve-night-mode .rd__b-inset--readaloud{background-color:#28303a}.ve-night-mode .rd__th-skewer::after{border-color:#555}.ve-night-mode .rd__b-data{border-color:#565656}.ve-night-mode .rd__b-flow{background-color:#38352f}.ve-night-mode .rd__comic{color:#95aaea}.ve-night-mode .rd__stats-name-page{color:#bbb}.ve-night-mode .rd__highlight{background-color:#cc0;color:#222}.ve-night-mode .rd__scroller-viewer--bg-light{background-color:#bbb}.ve-night-mode .rd__scroller-viewer--bg-dark{background-color:#383838}.ve-night-mode .rd-item__type-rarity-attunement{color:#bbb}.ve-night-mode .rd-ability-icon__fill-primary{fill:#bbb}.ve-night-mode .rd-ability-icon__fill-bg{fill:#222}.ve-night-mode .rd-ability-icon__stroke-bg{stroke:#222}.ve-night-mode .rd-homebrew__b{background-color:rgba(255,0,0,.15)}.ve-night-mode .rd-homebrew__disp-old-content{color:#f99}.ve-night-mode .rd-homebrew__disp-inline{background-color:rgba(255,0,0,.15)}@media print{.rd__b-inset{background:none !important;box-shadow:none !important;border-color:#000 !important}.rd__b-special,.rd__li{break-inside:avoid;page-break-inside:avoid}.rd__h--1{border-bottom-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__b-special,html.is-faux-print .rd__li{break-inside:avoid;page-break-inside:avoid}html.is-faux-print .rd__h--1{border-bottom-color:#000 !important}.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 screen and (width <= 991px){.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 .stats__th-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--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;cursor:ns-resize}.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}.ve-night-mode .hwin{background:#222}.ve-night-mode .hwin table.summary-noback th,.ve-night-mode .hwin table.summary th{color:#bbb}.ve-night-mode .hwin .hoverborder .window-title{color:#bbb}.ve-night-mode .hwin .ve-tbl-border{background-color:#d29a38}.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--partnered{color:#963b4f !important;border-color:#963b4f !important;text-decoration-color:#963b4f !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--partnered{color:#f0f !important;border-color:#f0f !important;text-decoration-color:#f0f !important}.source-category-spicy--local{color:#54ce19 !important;border-color:#54ce19 !important;text-decoration-color:#54ce19 !important}.source__PHB{color:#4a6898 !important;border-color:#4a6898 !important;text-decoration-color:#4a6898 !important}.source__DMG{color:purple !important;border-color:purple !important;text-decoration-color:purple !important}.source__MM{color:green !important;border-color:green !important;text-decoration-color:green !important}.source__SCAG{color:#76af76 !important;border-color:#76af76 !important;text-decoration-color:#76af76 !important}.source__VGM{color:gray !important;border-color:gray !important;text-decoration-color:gray !important}.source__OGA{color:#933d0f !important;border-color:#933d0f !important;text-decoration-color:#933d0f !important}.source__XGE,.source__TTP{color:#ba7c00 !important;border-color:#ba7c00 !important;text-decoration-color:#ba7c00 !important}.source__XMtS{color:#830051 !important;border-color:#830051 !important;text-decoration-color:#830051 !important}.source__HotDQ{color:#ad8eba !important;border-color:#ad8eba !important;text-decoration-color:#ad8eba !important}.source__RoT{color:#ff2900 !important;border-color:#ff2900 !important;text-decoration-color:#ff2900 !important}.source__CoS{color:purple !important;border-color:purple !important;text-decoration-color:purple !important}.source__OotA{color:gray !important;border-color:gray !important;text-decoration-color:gray !important}.source__SKT{color:#008b8b !important;border-color:#008b8b !important;text-decoration-color:#008b8b !important}.source__PotA,.source__EEPC{color:#57b6c6 !important;border-color:#57b6c6 !important;text-decoration-color:#57b6c6 !important}.source__LMoP{color:#8da851 !important;border-color:#8da851 !important;text-decoration-color:#8da851 !important}.source__TftYP{color:#c94029 !important;border-color:#c94029 !important;text-decoration-color:#c94029 !important}.source__ToA{color:#666f30 !important;border-color:#666f30 !important;text-decoration-color:#666f30 !important}.source__MTF{color:#1f6e7b !important;border-color:#1f6e7b !important;text-decoration-color:#1f6e7b !important}.source__WDH{color:#d4af37 !important;border-color:#d4af37 !important;text-decoration-color:#d4af37 !important}.source__GGR,.source__KKW{color:#bfa76c !important;border-color:#bfa76c !important;text-decoration-color:#bfa76c !important}.source__WDMM{color:#a2201f !important;border-color:#a2201f !important;text-decoration-color:#a2201f !important}.source__LLK{color:#6e7a71 !important;border-color:#6e7a71 !important;text-decoration-color:#6e7a71 !important}.source__AZfyT{color:#4667a7 !important;border-color:#4667a7 !important;text-decoration-color:#4667a7 !important}.source__GoS{color:#3d695a !important;border-color:#3d695a !important;text-decoration-color:#3d695a !important}.source__AI,.source__OoW{color:#5baf04 !important;border-color:#5baf04 !important;text-decoration-color:#5baf04 !important}.source__ESK,.source__DIP,.source__DC,.source__SDW,.source__SLW{color:#6b909a !important;border-color:#6b909a !important;text-decoration-color:#6b909a !important}.source__BGDIA{color:#752418 !important;border-color:#752418 !important;text-decoration-color:#752418 !important}.source__ERLW,.source__EFR{color:#983426 !important;border-color:#983426 !important;text-decoration-color:#983426 !important}.source__RMR,.source__RMBRE{color:#5c7c27 !important;border-color:#5c7c27 !important;text-decoration-color:#5c7c27 !important}.source__MFF{color:#92817f !important;border-color:#92817f !important;text-decoration-color:#92817f !important}.source__LR{color:#78613c !important;border-color:#78613c !important;text-decoration-color:#78613c !important}.source__IMR{color:#a19364 !important;border-color:#a19364 !important;text-decoration-color:#a19364 !important}.source__SADS{color:#333bab !important;border-color:#333bab !important;text-decoration-color:#333bab !important}.source__EGW,.source__FS,.source__DD,.source__US,.source__ToR{color:#855a6e !important;border-color:#855a6e !important;text-decoration-color:#855a6e !important}.source__MOT{color:#556b2e !important;border-color:#556b2e !important;text-decoration-color:#556b2e !important}.source__IDRotF{color:#8fb8c0 !important;border-color:#8fb8c0 !important;text-decoration-color:#8fb8c0 !important}.source__TCE{color:#a24d08 !important;border-color:#a24d08 !important;text-decoration-color:#a24d08 !important}.source__AL{color:#e50711 !important;border-color:#e50711 !important;text-decoration-color:#e50711 !important}.source__HF{color:#ac9544 !important;border-color:#ac9544 !important;text-decoration-color:#ac9544 !important}.source__CM{color:#e6585e !important;border-color:#e6585e !important;text-decoration-color:#e6585e !important}.source__VRGR,.source__HoL{color:#bd000f !important;border-color:#bd000f !important;text-decoration-color:#bd000f !important}.source__RtG{color:#8a536a !important;border-color:#8a536a !important;text-decoration-color:#8a536a !important}.source__AitFR{color:#6e5ab9 !important;border-color:#6e5ab9 !important;text-decoration-color:#6e5ab9 !important}.source__AitFR-ISF,.source__AitFR-THP,.source__AitFR-AVT,.source__AitFR-DN,.source__AitFR-FCD{color:#6e5ab9 !important;border-color:#6e5ab9 !important;text-decoration-color:#6e5ab9 !important}.source__WBtW{color:#7151b6 !important;border-color:#7151b6 !important;text-decoration-color:#7151b6 !important}.source__DoD{color:#fe4935 !important;border-color:#fe4935 !important;text-decoration-color:#fe4935 !important}.source__MaBJoV{color:#7a2854 !important;border-color:#7a2854 !important;text-decoration-color:#7a2854 !important}.source__FTD{color:#b82a15 !important;border-color:#b82a15 !important;text-decoration-color:#b82a15 !important}.source__NRH{color:#bd335b !important;border-color:#bd335b !important;text-decoration-color:#bd335b !important}.source__NRH-TCMC,.source__NRH-AVitW,.source__NRH-ASS,.source__NRH-CoI,.source__NRH-TLT,.source__NRH-AWoL,.source__NRH-AT{color:#bd335b !important;border-color:#bd335b !important;text-decoration-color:#bd335b !important}.source__SCC{color:#be9c56 !important;border-color:#be9c56 !important;text-decoration-color:#be9c56 !important}.source__SCC-CK,.source__SCC-HfMT,.source__SCC-TMM,.source__SCC-ARiR{color:#be9c56 !important;border-color:#be9c56 !important;text-decoration-color:#be9c56 !important}.source__MPMM{color:#5c758d !important;border-color:#5c758d !important;text-decoration-color:#5c758d !important}.source__CRCotN{color:#ac4a70 !important;border-color:#ac4a70 !important;text-decoration-color:#ac4a70 !important}.source__JttRC{color:#cf48e2 !important;border-color:#cf48e2 !important;text-decoration-color:#cf48e2 !important}.source__SjA,.source__SAiS,.source__AAG,.source__BAM,.source__LoX{color:#056b97 !important;border-color:#056b97 !important;text-decoration-color:#056b97 !important}.source__DoSI{color:#478bb8 !important;border-color:#478bb8 !important;text-decoration-color:#478bb8 !important}.source__DSotDQ{color:#851e20 !important;border-color:#851e20 !important;text-decoration-color:#851e20 !important}.source__PSA{color:#d76404 !important;border-color:#d76404 !important;text-decoration-color:#d76404 !important}.source__PSD{color:#5db7da !important;border-color:#5db7da !important;text-decoration-color:#5db7da !important}.source__PSI{color:#5d4696 !important;border-color:#5d4696 !important;text-decoration-color:#5d4696 !important}.source__PSK{color:#a27135 !important;border-color:#a27135 !important;text-decoration-color:#a27135 !important}.source__PSX{color:#bb2722 !important;border-color:#bb2722 !important;text-decoration-color:#bb2722 !important}.source__PSZ{color:#6f8a2d !important;border-color:#6f8a2d !important;text-decoration-color:#6f8a2d !important}.source__KftGV{color:#876e38 !important;border-color:#876e38 !important;text-decoration-color:#876e38 !important}.source__HAT-TG,.source__HAT-LMI{color:#a24545 !important;border-color:#a24545 !important;text-decoration-color:#a24545 !important}.source__BGG{color:#469cb7 !important;border-color:#469cb7 !important;text-decoration-color:#469cb7 !important}.source__TDCSR{color:#642e4b !important;border-color:#642e4b !important;text-decoration-color:#642e4b !important}.source__PaBTSO{color:#b2b34e !important;border-color:#b2b34e !important;text-decoration-color:#b2b34e !important}.source__PAitM,.source__SatO,.source__ToFW,.source__MPP{color:#a23087 !important;border-color:#a23087 !important;text-decoration-color:#a23087 !important}.source__CoA{color:#a13a0f !important;border-color:#a13a0f !important;text-decoration-color:#a13a0f !important}.source__HFFotM{color:#7b702c !important;border-color:#7b702c !important;text-decoration-color:#7b702c !important}.source__BMT,.source__DMTCRG{color:#694165 !important;border-color:#694165 !important;text-decoration-color:#694165 !important}.source__QftIS,.source__DitLCoT{color:#6191ae !important;border-color:#6191ae !important;text-decoration-color:#6191ae !important}.source__VEoR,.source__VNotEE{color:#b74c62 !important;border-color:#b74c62 !important;text-decoration-color:#b74c62 !important}.source__GHLoE{color:#c07e4e !important;border-color:#c07e4e !important;text-decoration-color:#c07e4e !important}.source__DoDk{color:#825494 !important;border-color:#825494 !important;text-decoration-color:#825494 !important}.source__ToB1-2023{color:#917792 !important;border-color:#917792 !important;text-decoration-color:#917792 !important}.source__TD{color:#bb9528 !important;border-color:#bb9528 !important;text-decoration-color:#bb9528 !important}.source__PaF{color:#5d7993 !important;border-color:#5d7993 !important;text-decoration-color:#5d7993 !important}.source__XPHB{color:#ed7c00 !important;border-color:#ed7c00 !important;text-decoration-color:#ed7c00 !important}.source__XDMG{color:#c43c4c !important;border-color:#c43c4c !important;text-decoration-color:#c43c4c !important}.source__XMM{color:#5686b6 !important;border-color:#5686b6 !important;text-decoration-color:#5686b6 !important}.source__HFDoMM{color:#00817f !important;border-color:#00817f !important;text-decoration-color:#00817f !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}.itm__rarity-alt-common{color:#595959}.itm__rarity-alt-uncommon{color:#5c9659}.itm__rarity-alt-rare{color:#5c84b3}.itm__rarity-alt-very{color:#b83b94}.itm__rarity-alt-legendary{color:#de993f}.itm__rarity-alt-artifact{color:#b61a1a}.itm__rarity-common{color:#595959}.itm__rarity-uncommon{color:#c27341}.itm__rarity-rare{color:#ac99d3}.itm__rarity-very{color:#de993f}.itm__rarity-legendary{color:#6dcff7}.itm__rarity-artifact{color:#b61a1a}.ve-source-marker{position:relative;font-size:80%;display:inline-block;margin-left:1px;align-self:start}.ve-source-marker--list{left:1px;margin-top:1px;margin-left:-20px;padding-left:20px;line-height:8px;height:8px;width:8px}.ve-source-marker--partnered{color:#00c797}.ve-source-marker--legacy{color:#777}.ve-night-mode .source-category-site{color:#de000a !important;border-color:#de000a !important;text-decoration-color:#de000a !important}.ve-night-mode .source-category-extras{color:#bb6468 !important;border-color:#bb6468 !important;text-decoration-color:#bb6468 !important}.ve-night-mode .source-category-homebrew{color:#aa40b4 !important;border-color:#aa40b4 !important;text-decoration-color:#aa40b4 !important}.ve-night-mode .source-category-homebrew--partnered{color:#b44051 !important;border-color:#b44051 !important;text-decoration-color:#b44051 !important}.ve-night-mode .source-category-homebrew--local{color:#514bff !important;border-color:#514bff !important;text-decoration-color:#514bff !important}.ve-night-mode .source-category-spicy{color:#179e50 !important;border-color:#179e50 !important;text-decoration-color:#179e50 !important}.ve-night-mode .source-category-spicy--partnered{color:#f0f !important;border-color:#f0f !important;text-decoration-color:#f0f !important}.ve-night-mode .source-category-spicy--local{color:#60c52f !important;border-color:#60c52f !important;text-decoration-color:#60c52f !important}.ve-night-mode .source__PHB{color:#337ab7 !important;border-color:#337ab7 !important;text-decoration-color:#337ab7 !important}.ve-night-mode .source__DMG{color:#ba1eba !important;border-color:#ba1eba !important;text-decoration-color:#ba1eba !important}.ve-night-mode .source__SADS{color:#4f63f5 !important;border-color:#4f63f5 !important;text-decoration-color:#4f63f5 !important}.ve-night-mode .source__PSA{color:#eec276 !important;border-color:#eec276 !important;text-decoration-color:#eec276 !important}.ve-night-mode .source__XPHB{color:#d98d2a !important;border-color:#d98d2a !important;text-decoration-color:#d98d2a !important}.ve-night-mode .itm__rarity-alt-common{color:#959595}.ve-night-mode .itm__rarity-alt-uncommon{color:#6ba167}.ve-night-mode .itm__rarity-alt-rare{color:#5384bd}.ve-night-mode .itm__rarity-alt-very{color:#945bd3}.ve-night-mode .itm__rarity-alt-legendary{color:#dd9332}.ve-night-mode .itm__rarity-alt-artifact{color:#c82727}.ve-night-mode .itm__rarity-common{color:#959595}.ve-night-mode .itm__rarity-uncommon{color:#b27f5e}.ve-night-mode .itm__rarity-rare{color:#a69bbe}.ve-night-mode .itm__rarity-very{color:#c59e3f}.ve-night-mode .itm__rarity-legendary{color:#8cc2d8}.ve-night-mode .itm__rarity-artifact{color:#c82727}.ve-night-mode .ve-source-marker--partnered{color:#27ac8c}.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)}.lst__is-exporting-image .lst-is-exporting-image__hidden{display:none !important}.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__row-border{border-bottom:1px solid #ddd}input.lst__search{padding-left:23px}input.lst__search--no-border-h{border-radius:0;border-right:0}.ve-night-mode .lst__row{background:#222}.ve-night-mode .lst__row:hover{background:#333}.ve-night-mode .lst__row-inner{color:inherit}.ve-night-mode .lst__row-border{border-color:#444}.nav .ve-dropdown-menu--top{margin-top:0;border-top:0}@media screen and (width <= 768px){.nav>li>a{border:1px solid #ccc}.ve-night-mode .nav>li>a{border-color:#555}}.ve-night-mode .nav>li:not(.active)>a{color:#bbb;background-color:#222;border:1px solid rgba(85,85,85,.6274509804);border-top:0}.ve-night-mode .nav>li:not(.active)>a:focus,.ve-night-mode .nav>li:not(.active)>a:hover{background-color:#272727;color:#fff}.ve-night-mode .nav>li.active>a:focus,.ve-night-mode .nav>li.active>a:hover{color:#fff}.ve-night-mode .nav li.open>a,.ve-night-mode .nav li.open>a:focus,.ve-night-mode .nav li.open>a:hover{background-color:#272727;border-left:1px solid #337ab7;border-right:1px solid #337ab7;border-color:#337ab7}.ve-night-mode .nav li.active.open>a,.ve-night-mode .nav li.active.open>a:focus,.ve-night-mode .nav li.active.open>a:hover{background-color:#333}@media screen and (width <= 1200px){.nav .caret--right{transform:none}.nav .ve-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-list__disp-legacy-marker{top:-3px}.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}.ve-night-mode .nav2-accord__head:focus,.ve-night-mode .nav2-accord__head:hover{background-color:#383838;color:#fff}.ve-night-mode .nav2-accord__head--active{color:#fff}.ve-night-mode .nav2-accord__head--active:focus,.ve-night-mode .nav2-accord__head--active:hover{background:#7398b7}.ve-night-mode .nav2-accord__lnk-item{color:#bbb}.ve-night-mode .nav2-accord__lnk-item:focus,.ve-night-mode .nav2-accord__lnk-item:hover{background-color:#383838;color:#fff}.ve-night-mode .nav2-accord__lnk-item--active{color:#fff}.ve-night-mode .nav2-accord__lnk-item--active:focus,.ve-night-mode .nav2-accord__lnk-item--active:hover{background:#7398b7}.ve-dropdown-menu>.active>a .nav2-list__disp-legacy-marker,.ve-dropdown-menu>.active>a:focus .nav2-list__disp-legacy-marker,.ve-dropdown-menu>.active>a:hover .nav2-list__disp-legacy-marker{color:#ccc}#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;inset:0;display:flex;flex-flow:column nowrap;overflow:auto;height:100vh;width:100vw}@media screen and (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 screen and (width <= 991px){.view-col-wrapper{flex-direction:column;max-height:none;height:initial;display:block}}.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}.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:hidden 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 screen and (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}.list,.list-display-only{transform:translateZ(0);position:relative;padding-left:0;height:100%;overflow:hidden auto;clear:both;font-size:.8em}@media screen and (width > 991px){.list--stats,.list-display-only--stats{overflow-y:scroll;margin-right:-9px}}@media screen and (width <= 991px){.list,.list-display-only{max-height:40vh}}.list-multi-selected{box-shadow:inset 0 0 0 5000px rgba(0,107,196,.3)}.list-multi-selected .lst__row-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__row-border{border-color:#ccc}.row--blocklisted{display:none !important}td,th{padding:1px 4px}.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,:last-child){border-radius:0;border-right:0}.lst__search{padding-left:23px}.lst__list{margin-bottom:10px}.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}.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 screen and (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}.book-view.view-col{flex:5}.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%}.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 screen and (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--med{font-size:1.4em}.initial-message--large{font-size:4vmin;color:initial}.ve-night-mode .initial-message{color:#d29a38}.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 screen and (width <= 1200px){.f-all-wrapper{right:calc(50vw - 485px + 1.5em);left:calc((100vw - 646.6666666667px)/2 + 1.5em)}}@media screen and (width <= 991px){.f-all-wrapper{right:calc((100vw - 750px)/2 + 1.5em);left:calc((100vw - 750px)/2 + 1.5em)}}@media screen and (width <= 768px){.f-all-wrapper{right:calc((100vw - 750px)/2 + 1.5em);left:calc((100vw - 750px)/2 + 1.5em)}}@media screen and (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}@media screen and (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)}.ve-night-mode .night__shadow-big{box-shadow:0 6px 12px rgba(0,0,0,.175)}.bkmv{position:fixed;z-index:100;inset: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;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 screen and (width <= 2160px){.bkmv__wrp{column-count:5}}@media screen and (width <= 1800px){.bkmv__wrp{column-count:4}}@media screen and (width <= 1440px){.bkmv__wrp{column-count:3}}@media screen and (width <= 1080px){.bkmv__wrp{column-count:2}}@media screen and (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}.ve-night-mode .bkmv__wrp-item{border-color:#555}.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,.3764705882)}.hwin .hoverborder{background:#e69a28}.hwin .hoverborder.hoverborder-book{background:silver}.ve-tbl-border{height:3px;background:#e69a28}.ve-tbl-border--small{height:2px}.ve-night-mode .ve-tbl-border{background:#565656}.ve-tbl-divider{background:#822000;height:2px;margin:.5rem 0}.ve-night-mode .ve-tbl-divider{background-color:#d29a38}.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 screen and (width <= 768px){.bk__to-top--scrolled{display:none}}.bk__overlay-loading{position:absolute;inset:4px 0;background:#fff;border-bottom:4px solid silver}.bk__wrp-btns-open-find{position:fixed;bottom:0;left:7px}.bk__head-chapter--active,.bk__head-section--active{background:#f5f5f5}.ve-night-mode .bk__contents-header{border-color:#555}.ve-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);background:radial-gradient(circle, #e9e9e9 0%, #fff 100%);border:2px solid #ccc;color:#333;text-decoration-color:#333}.bks__wrp-bookshelf-item--blocklisted{display:none !important}.bks__wrp-bookshelf-item--legacy{filter:grayscale(1)}.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}.ve-night-mode .bks__wrp-bookshelf-item,.ve-night-mode .bks__wrp-bookshelf-item:hover{background:#222;border-color:#555;color:#bbb;text-decoration-color:#bbb}.f-all-out{background:#fff}.f-all-out>p:nth-child(odd){background:#f4f4f4}.hwin .hoverborder .window-title{color:#822000}.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}.ve-night-mode body{color:#bbb}.ve-night-mode .bg-solid{background:#222}.ve-night-mode h1,.ve-night-mode h2,.ve-night-mode h3,.ve-night-mode h4,.ve-night-mode h5,.ve-night-mode h6{color:#bbb}.ve-night-mode pre{color:#bbb;background:#222;border-color:#555}.ve-night-mode hr{border-color:#555}.ve-night-mode #legal-notice{background:#222;color:#999}.ve-night-mode a,.ve-night-mode .roller{color:#7db6e8}.ve-night-mode .hwin__top-border-icon{color:#bbb}.ve-night-mode .hwin__top-border-icon:hover{color:#c8c8c8}.ve-night-mode .ve-btn:hover{box-shadow:0 0 1px 1px #888}.ve-night-mode .ve-btn[disabled]:hover{box-shadow:initial}.ve-night-mode .ve-btn-default,.ve-night-mode .ve-btn-default:hover,.ve-night-mode .ve-btn-default:focus,.ve-night-mode .ve-btn-default:active{background-color:#222;color:#bbb;border-color:#555}.ve-night-mode .ve-btn-primary,.ve-night-mode .ve-btn-primary:hover,.ve-night-mode .ve-btn-primary:focus,.ve-night-mode .ve-btn-primary:active{background-color:#2a4e6c;color:#bbb}.ve-night-mode .ve-btn-danger,.ve-night-mode .ve-btn-danger:hover,.ve-night-mode .ve-btn-danger:focus,.ve-night-mode .ve-btn-danger:active{background-color:#7e3a38;color:#bbb}.ve-night-mode .ve-btn-danger:hover{box-shadow:0 0 1px 1px #d43f3a}.ve-night-mode .ve-btn-warning,.ve-night-mode .ve-btn-warning:hover,.ve-night-mode .ve-btn-warning:focus,.ve-night-mode .ve-btn-warning:active{background-color:#896838;color:#bbb}.ve-night-mode .ve-btn-info,.ve-night-mode .ve-btn-info:hover,.ve-night-mode .ve-btn-info:focus,.ve-night-mode .ve-btn-info:active{background-color:#2a697c;color:#bbb}.ve-night-mode .ve-btn-success,.ve-night-mode .ve-btn-success:hover,.ve-night-mode .ve-btn-success:focus,.ve-night-mode .ve-btn-success:active{background-color:#427442;color:#bbb}.ve-night-mode .ve-btn-default.active{background-color:#888;box-shadow:inset 0 3px 7px rgba(17,17,17,.9333333333);color:#222}.ve-night-mode .ve-btn-primary.active,.ve-night-mode .ve-btn-danger.active,.ve-night-mode .ve-btn-warning.active,.ve-night-mode .ve-btn-info.active,.ve-night-mode .ve-btn-success.active{box-shadow:inset 0 3px 7px rgba(17,17,17,.9333333333)}.ve-night-mode .ve-btn-nowrap{word-wrap:break-word;overflow-wrap:break-word}.ve-night-mode dialog.dialog-modal,.ve-night-mode .ve-dropdown-menu{background:#222;color:#bbb;box-shadow:0 6px 12px rgba(0,0,0,.56)}.ve-night-mode .ve-dropdown-menu>li>a,.ve-night-mode .ve-dropdown-menu>li>span{color:#bbb}.ve-night-mode .ve-dropdown-menu>li>a:focus,.ve-night-mode .ve-dropdown-menu>li>a:hover,.ve-night-mode .ve-dropdown-menu>li>span:focus,.ve-night-mode .ve-dropdown-menu>li>span:hover{background-color:#383838;color:#fff}.ve-night-mode .ve-dropdown-menu>li.ctx-danger>a,.ve-night-mode .ve-dropdown-menu>li.ctx-danger>span{color:#fff;background-color:#7e3a38}.ve-night-mode .ve-dropdown-menu>li.ctx-danger>a:focus,.ve-night-mode .ve-dropdown-menu>li.ctx-danger>a:hover,.ve-night-mode .ve-dropdown-menu>li.ctx-danger>span:focus,.ve-night-mode .ve-dropdown-menu>li.ctx-danger>span:hover{color:#fff;background-color:#ac2925}.ve-night-mode .ve-dropdown-menu>li.active>a,.ve-night-mode .ve-dropdown-menu>li.active>span{color:#fff}.ve-night-mode .ve-dropdown-menu>li.disabled>a,.ve-night-mode .ve-dropdown-menu>li.disabled>span{color:#777}.ve-night-mode .ve-dropdown-menu>li.disabled>a:focus,.ve-night-mode .ve-dropdown-menu>li.disabled>a:hover,.ve-night-mode .ve-dropdown-menu>li.disabled>span:focus,.ve-night-mode .ve-dropdown-menu>li.disabled>span:hover{color:#777;background:rgba(0,0,0,0)}.ve-night-mode .ve-dropdown-divider{background-color:#555}.ve-night-mode select,.ve-night-mode input{background-color:#222;color:#bbb}.ve-night-mode select option{color:#bbb;background:#222}.ve-night-mode .list .row{background:#222}.ve-night-mode .table-striped>tbody>tr:nth-of-type(odd){background-color:#444}.ve-night-mode .alert-info{color:#fff;background-color:rgba(55,90,127,.5);border-color:#5080b3}.ve-night-mode .alert-info .alert-link{color:#5080b3}.ve-night-mode .alert-danger{color:#fff;background-color:rgba(141,29,26,.5);border-color:#ce2a26}.ve-night-mode .alert-danger .alert-link{color:#ce2a26}.ve-night-mode .alert-warning{color:#fff;background-color:rgba(205,133,20,.5);border-color:#ecaa41}.ve-night-mode .alert-warning .alert-link{color:#ecaa41}.ve-night-mode .alert-success{color:#fff;background-color:rgba(0,158,86,.5);border-color:#00eb80}.ve-night-mode .alert-success .alert-link{color:#00eb80}.ve-night-mode .input-group-addon,.ve-night-mode .form-control{background:#222;color:#bbb;border-color:#555}.ve-night-mode .form-control[disabled]{background:rgba(14,14,14,.5333333333)}.ve-night-mode .form-control--error,.ve-night-mode .form-control--error[readonly],.ve-night-mode .form-control--error[disabled]{background-color:#3e0000 !important;border:1px solid #843534 !important}.ve-night-mode .form-control--error:focus,.ve-night-mode .form-control--error[readonly]:focus,.ve-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}.ve-night-mode .form-control--warning,.ve-night-mode .form-control--warning[readonly],.ve-night-mode .form-control--warning[disabled]{background-color:#483700;border-color:#846334}.ve-night-mode .form-control--warning:focus,.ve-night-mode .form-control--warning[readonly]:focus,.ve-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}.ve-night-mode .lst__btn-toggle-expand:hover{background:rgba(255,255,255,.1882352941)}@media screen and (width > 1600px){.ve-night-mode #listcontainer.book-contents{background:#222;border-right:1px solid #404040}}.ve-night-mode .bk__head-chapter--active,.ve-night-mode .bk__head-section--active{background:#383838}.ve-night-mode .bklist__wrp-rows-inner{background:#222}.ve-night-mode .bklist__vr-contents{border-color:#444}.ve-night-mode .hwin .hoverborder{background:#565656}.ve-night-mode .hwin__wrp-table{background:#222}.ve-night-mode .wrp-stats-table{border-top:1px solid #565656;border-bottom:1px solid #565656}.ve-night-mode tr.text td{color:#bbb !important}.ve-night-mode tr.text td{color:#bbb !important}.ve-night-mode .f-all-wrapper>input,.ve-night-mode .f-all-out{background:#303030}.ve-night-mode .f-all-out>p:nth-child(odd){background:#202020}.ve-night-mode .stripe-odd-table>tbody>tr:nth-child(odd),.ve-night-mode .stripe-even-table>tbody>tr:nth-child(even){background-color:rgba(170,170,170,.1333333333)}.ve-night-mode .bkmv{background:#272727}.ve-night-mode .bkmv__spacer-name{background-color:#565656}.ve-night-mode .list-multi-selected .lst__row-border{border-color:#416482}.ve-night-mode .list-multi-selected.lst__row--sublist .lst__row-border{border-color:#555}.ve-night-mode tr.trait td{color:#bbb !important}.ve-night-mode ::-webkit-scrollbar-thumb{background:#475b6b}.ve-night-mode code{background:#111;color:#20c20e}@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}.rollbox-min,.rollbox,.spacer-name{display:none !important}a,.roller{color:#000 !important}.stats__wrp-h-source,.stats__h-source-abbreviation,.stats th{color:#000 !important}.ve-tbl-border{background:#000 !important;height:1px !important}.ve-tbl-border--small{height:1px !important}.ve-tbl-divider{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{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}.stats__wrp-h-source--token{padding-right:0 !important}.stats__sect-header-inner{border-bottom:1px solid #000 !important;color:#000 !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 .ve-tbl-border{border:0 !important;padding:0 !important}.stats--bkmv{break-before:auto !important;break-after:auto !important;break-inside:avoid !important}.stats--bkmv tr{break-inside:auto !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 .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__wrp-h-source,html.is-faux-print .stats__h-source-abbreviation,html.is-faux-print .stats th{color:#000 !important}html.is-faux-print .ve-tbl-border{background:#000 !important;height:1px !important}html.is-faux-print .ve-tbl-border--small{height:1px !important}html.is-faux-print .ve-tbl-divider{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{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 .stats__wrp-h-source--token{padding-right:0 !important}html.is-faux-print .stats__sect-header-inner{border-bottom:1px solid #000 !important;color:#000 !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 .ve-tbl-border{border:0 !important;padding:0 !important}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}.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 screen and (width > 768px){.page__btn-toggle-nav{display:none}}.page__nav{position:relative;min-height:33px;flex-shrink:0}@media screen and (width <= 768px){.page__nav{width:100%;display:flex}}@media screen and (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;inset:0 calc(50% - 30px) 0 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}.ve-night-mode .page__header{color:#bbb;background:#333}.ve-night-mode .page__title--home span{color:#909090}.ve-night-mode .page__title--home::after{color:#909090}.ve-night-mode .page__title{color:#d0d0d0}.ve-night-mode .page__wrp-download{background:#222}.ve-night-mode .page__disp-download-progress-text{color:#333}.ve-night-mode .page__nav-inner>li.active>a,.ve-night-mode .page__nav-inner>li.active>a:focus,.ve-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}@media screen and (width <= 768px){#navigation .page__nav-hidden-mobile{display:none;margin-left:0}}.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__divider{background:rgba(204,204,204,.6274509804)}.sidemenu__row__divider--heavy{background:#aaa}.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}.ve-night-mode .sidemenu{border-color:#555}.ve-night-mode .sidemenu__row__divider{background:rgba(153,153,153,.5333333333)}.ve-night-mode .sidemenu{background:#222}.ve-night-mode .sidemenu__toggle{background:#444}.ve-night-mode .sidemenu__burger{background:#222}.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:calc(24px + env(safe-area-inset-bottom, 0)/2);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 .ve-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}.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}.ve-night-mode .rollbox{background:#272727}.ve-night-mode .rollbox .ipt-roll{background:#272727}.ve-night-mode .rollbox-min,.ve-night-mode .rollbox .head-roll{background:#101010}.ve-night-mode .rollbox-min:hover,.ve-night-mode .rollbox .head-roll:hover{background:#161616}.ve-night-mode .rollbox .out-roll .out-roll-item{background:rgba(80,80,80,.4)}.ve-night-mode .rollbox .out-roll .out-roll-item .out-roll-item-code{background:#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 screen and (width > 320px){.omni__output{max-width:300px;min-width:270px}}@media screen and (width > 480px){.omni__output{max-width:460px;min-width:430px}}@media screen and (width > 768px){.omni__output{max-width:740px;min-width:500px}}@media screen and (width <= 768px){.omni__output{top:40px}}.omni__wrp-input{position:relative}@media screen and (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 screen and (width > 991px){.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 screen and (width > 991px){.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;align-self:start;top:2px;margin-right:1px;margin-left:2px}.omni__disp-source-marker{margin-left:2px}.omni__wrp-page{margin-left:4px;font-family:Convergence,Arial,sans-serif;font-weight:100;font-size:94%}.omni__input:placeholder-shown+.omni__btn-clear{display:none}.omni__input:not(:focus,:focus-within,.omni__wrp-input--scrolled:active,:hover)+.omni__btn-clear{display:none}.ve-night-mode .omni__wrp-input--scrolled .omni__input{border-color:#555;background-color:#222;color:rgba(0,0,0,0)}.ve-night-mode .omni__wrp-input--scrolled .omni__input:focus,.ve-night-mode .omni__wrp-input--scrolled .omni__input:focus-within,.ve-night-mode .omni__wrp-input--scrolled .omni__input:active,.ve-night-mode .omni__wrp-input--scrolled .omni__input:hover{color:#bbb}.ve-night-mode .omni__wrp-input--scrolled .omni__submit{border-color:#555}@media screen and (width > 991px){.ve-night-mode .omni__input{border-top-color:rgba(0,0,0,0)}}.ve-night-mode .omni__input:focus{border-color:#66afe9}.ve-night-mode .omni__submit{border-top-color:#555}@media screen and (width > 991px){.ve-night-mode .omni__submit{border-top-color:rgba(0,0,0,0)}}.ve-night-mode .omni__submit.btn-default:active:focus,.ve-night-mode .omni__submit.btn-default:active:hover,.ve-night-mode .omni__submit.btn-default{background-color:#222;color:#bbb}.ve-night-mode .omni__output{background:#303030}.ve-night-mode .omni__paginate-ctrl:hover{color:#999}.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;inset:0;height:initial;overflow-y:initial;width:100%}.manbrew-row__icn-btn{top:2px}.manbrew-row__icn-btn--text{top:-1px}.ve-night-mode .manbrew__filtertools .wrp-cb-all{border-color:#555}.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:hidden auto;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)}.ve-night-mode .initp__header{border-color:#555}.ve-night-mode .initp__r{border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .initp__r:hover{background:rgba(255,255,255,.0941176471)}.ve-night-mode .initp__r--active{background:rgba(141,193,255,.1254901961)}.ve-night-mode .initp__r--active:hover{background:rgba(147,186,232,.2196078431)}.stats{font-family:Convergence,Arial,sans-serif;width:100%;font-size:12.6px;table-layout:fixed;overflow-wrap:break-word;background:#fdf1dc}.stats:last-child{margin-bottom:0}.stats__btn-name-pronounce,.stats__btn-stats-name{vertical-align:top;height:24px;width:24px}.stats__icn-pronounce-name{line-height:16px}.stats__th-name{position:relative;font-size:1.8em;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;padding-left:.2em !important}.stats__h-name{font-size:unset;line-height:unset;color:#822000}.stats__wrp-h-source--token{padding-right:120px}.stats__wrp-avoid-token{max-width:calc(100% - 117px)}.stats__wrp-token{display:block;position:absolute;z-index:10;top:0;right:.5rem;width:auto;max-width:110px;height:auto;transition:opacity 34ms,max-width 34ms,right 34ms}.stats__wrp-token:hover{max-width:100%;right:0;opacity:1 !important;transition:opacity 34ms,max-width 34ms,right 34ms}.stats__wrp-token:hover .stats__btn-token-cycle{opacity:1;transition:opacity 34ms}.stats__wrp-token:hover .stats__wrp-token-footer{opacity:1;transition:opacity 34ms}.stats__token{width:100%;height:100%}.stats__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}.stats__btn-token-cycle--left{left:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:1px solid rgba(204,204,204,.4)}.stats__btn-token-cycle--right{right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:1px solid rgba(204,204,204,.4)}.stats__btn-token-cycle:hover{color:#ddd}.stats__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}.stats__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)}.stats__disp-as-score--label{font-family:Convergence,Arial,sans-serif}.stats__disp-as-score--physical{background:rgba(34,34,0,.0823529412)}.stats__disp-as-score--mental{background:rgba(0,59,192,.1098039216)}.stats__disp-as-bonus--physical{background:rgba(34,34,0,.137254902)}.stats__disp-as-bonus--mental{background:rgba(0,59,192,.137254902)}.stats__sect-header-inner{display:block;margin-top:3px;margin-bottom:-1px;font-weight:100;color:#822000;font-size:17px;line-height:18px;font-family:Convergence,Arial,sans-serif;font-variant:small-caps;border-bottom:1px solid #822000}.stats__sect-header-inner--non-statblock{font-size:18px;font-family:"Times New Roman",serif}.stats__sect-row-inner{padding-top:.5rem}.stats__sect-row-inner>*:last-of-type{margin-bottom:.5rem}.stats-tbl-ability-scores__lbl-abv{padding:0;width:12.33333333%}.stats-tbl-ability-scores__lbl-score{padding:0;width:7%}.stats-tbl-ability-scores__lbl-spacer{padding:0 .25rem}.lst__is-exporting-image .stats__wrp-h-source--token{padding-right:0}.lst__is-exporting-image .stats__wrp-avoid-token{max-width:initial}.ve-night-mode .stats{background-color:#222}.ve-night-mode .stats__h-name{color:#d29a38}.ve-night-mode .stats__btn-token-cycle{color:#ddd;background:rgba(255,255,255,.15)}.ve-night-mode .stats__btn-token-cycle:hover{color:#bbb}.ve-night-mode .stats__token-footer{color:#ddd;background:#222}.ve-night-mode .stats__disp-as-score--physical{background:rgba(102,102,102,.2)}.ve-night-mode .stats__disp-as-score--mental{background:rgba(153,153,153,.2)}.ve-night-mode .stats__disp-as-bonus--physical{background:rgba(128,128,128,.2)}.ve-night-mode .stats__disp-as-bonus--mental{background:rgba(179,179,179,.2)}.ve-night-mode .stats__sect-header-inner{color:#d29a38;border-bottom-color:#d29a38}.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}.ve-night-mode .mon__cr-slider-wrp{border-color:#555;background:#222;color:#bbb}.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}.stats--book .ve-tbl-border{background:silver}.ve-night-mode .stats--book ::selection{color:#242527;background:#fff}.ve-night-mode .stats--book .ve-tbl-border{background:#565656}.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__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}.stats--book-large .rd__h--2-inset{margin-bottom:var(--h-mb-p);margin-top:var(--h-mb-p)}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}.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{position:fixed;z-index:1;top:160px;width:300px;height:100%}.cancer__wrp-sidebar>*{margin-bottom:10px}.cancer__wrp-sidebar--single{height:calc(100% - 80px)}.cancer__wrp-sidebar--scrolling-page{position:absolute;top:150px}@media screen and (width <= 1800px){.cancer__wrp-sidebar{display:none}}.cancer__wrp-sidebar-lhs{left:calc(50vw - 585px - 300px)}.cancer__wrp-sidebar-rhs{right:calc(50vw - 585px - 300px)}.cancer__sidebar-inner{position:sticky}.cancer__sidebar-inner--top{top:10px}.cancer__sidebar-inner--bottom{top:620px}.cancer__footer-pad{height:100px}.cancer__wrp-mobile-1{display:flex;flex-direction:column}.cancer__anchor{pointer-events:none}.cancer__wrp-interactive{pointer-events:none}.cancer__wrp-interactive>*{pointer-events:auto}.cancer__sidebar-inner--scrolling-page .cancer__sidebar-inner--top,.cancer__sidebar-inner--scrolling-page .cancer__sidebar-inner--top{top:20px}.cancer__sidebar-inner--scrolling-page .cancer__sidebar-inner--bottom,.cancer__sidebar-inner--scrolling-page .cancer__sidebar-inner--bottom{top:630px}.ve-night-mode .cancer__wrp-leaderboard{background:#333}@media print{.cancer__anchor{display:none !important}}html.is-faux-print .cancer__anchor{display:none !important}.edge__body{overflow:hidden !important}.edge__overlay{background:darkred;position:fixed;z-index:99999;inset: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}.ve-night-mode body{background:#1c1c1c}.ve-night-mode--standard .overlay-noise{position:absolute;inset:0;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAD1BMVEUAAAD//////v///v7+/v/e7ctVAAADL0lEQVRIx0WUjZXjQAiDkZ0CIE4BzrsrwOnA239TN5+Ue+vs+ocRIAEzpZ6ZKo003T3rV1qf0zarpmaZxcq6L7zUreICu364jqZaw22hCTf9qVHx8erCXu3P9kMTb7INJp1YjSeYXUgzhm/bwlxVAjPkbmCQqTLsVodT+PwISf9z1UBrnOGNrS1s2guRWtB1dvMuwpCHFdMpbbW7SlCnFlr317T6MRWx62q/3x+rMUpCNi8O+oaWRKVu6YBAuKOOOyyIn34gqaHqnPez2piTCG7HIy4j+uX01yQ5DBv7uKXkH6qQ/Om7y3wgy8XE//tbpnxO8KVL3wqH77LvruDURfyCAOWKWrwVQSSBmpW2DQ0bdGlrT40oJFfZs/bQnKebYT3TvLOKSnwzAG2PBQRkKAACrVrP74zUB2A9eHeMzMR+IkJnpySK1clf2oqGodGNqvxHNhoywzvUEIE+ODBId3v5XQMnZLFKyY/1xMDbaH19XiBfWBb0rtObZoQfJv6aj76f13w83KaKFMjgTp4NqYKfx354IOhRFkWbiUSiTNvTdSLgQ30RDQyOKSJBiOyoKZrmXe6zYxZW/fTYN72gwp64ln01mAXhu3Je8Ojntlf8MzjfDYigt5ujDGEGG8LZVHLBNR8UkBjf2br7Jhib8Crc60//DiI9HpcuG8vGVzdp9wxhF9sD4m5vasMDmbTsB68cJCvY4GHpHvsXfUfzoJak35GJin4XKmYvGNIvkNaMfqrgHAtynnNHtSzwu7JNprueJHafcPebYaVwp/M3Llt/DlHBQ5etlTN+yzaiyDme9jZpgtww8N5MtHl4D6bSPJXimHSNNay3R0OycxKEtwtuzuYAMm2lGX1xhme39LGWzv/7NHIsY2sZ8uTjk7M5pElyRU9OtIJVumkmOc+P0pwlRCMm+8ID/sKLr3Vt6tXG65i7G3pGvGS+7uc8Mn+4EBiq5A1Xt7AqLdHtyVm+zgSvk288/qKb1ZTTno4BXQ9uamnt2QjaGdn7fMoSiepVGARmucLHnFLiPqrmedR7gI6bBfYSsGoK6xTd3MqThsHQbkTInZbXMBPWvDB49/wDfuJPnvghjxUAAAAASUVORK5CYII=");background-size:128px;pointer-events:none;opacity:.009;z-index:-1}.ve-night-mode--classic body{background:#1c1c1c url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGBAMAAACDAP+3AAAAGFBMVEUfHx8eHh4dHR0bGxshISEiIiIlJSUjIyM9IpsJAAAFjUlEQVR4AT3UuZLcOBaF4QuI2XJxboIhF/eQFe1WovoBAAqccpkaZpc5+4yrXa8/RGpx/lrIXPjFCYjTp9z8REqF4VYNWB3Av3zQJ6b6xBwlKB/9kRkCjXVwGH3ziK5UcjFHVkmgY6osiBsGDFfseqq2ZbTz7E00qBDpzOxnD7ToABeros1vM6MX0rBQaG1ith1A/HJkvkHxsPGJ82dP8vVCyWmbyPTaAfGzg40bgIdrv2f3pBVPycUcufx+BSUUWDuCZi6zBqdM50ElKYPODqtLDjc31rBb9CZ59lbN/JScuMxHLUBcGiy6QRH9zpwgZGhRj8qSydPVgNNVgbWqYX3HbM9K2rqTnKVmsmwKWzc1ffEd20+Zq3Ji65kl6TSjALNvzmJt4Pi2f1etytGJmy5erLAgbNY4bjykC3YCLIS3nSZMKgwRsBarWgjdeVzIEDzpTkoOUArTF4WFXYHwxY585sT0nmTYMxmXfs8fzwswfnam8TMU49bvqSRnyRPnqlno4tVQQiH2A9Za8tNTfXQ0lxbSxUaZna0uLlj9Q0XzD96CpsOZUftolINKBWJpAOoAJC0T6QqZnOtfvcfJFcDrD4Cuy5Hng316XrqzJ204HynyHwWed6i+XGF40Uw2T7Lc71HyssngEOrgONfBY7wvW0UZdVAma5xmSNjRp3xkvKJkW6aSg7PK4K0+mbKqYB0WYBgWwxCXiS74zBCVlEFpYQDEwjcA1qccb5yO6ZL8ozt/h3wHSCdWzLuqxU2ZZ9ev9MvRMbMvV9BQgN0qrFjlkzPQanI9nuaGCokVK2LV1Y2egyY1aFQGxjM9I7RBBAgyGEJtpKHP0lUySSeWCpyKHMT2pmM/vyP55u2Rw5lcSeabAfgiG5TPDX3uP3QvcoSipJXQByUCjS4C8VXqxEEZOJxzmJoyogFNJBRsCJs2XmoWWrWFqTsnbwtSn43gNFTTob9/SEpaPJNhUBKDGoZGCMINxvBv8vuKbb//lg/sK0wfPgBica/QsSk5F3KK4Ui6Yw+uv4+DWEOFbhdPOnbY5PLFpzrZMhakeqomY0Vz0TO+elQGTWdCk1IYFAOaoZg0IJQhT+YreXF+yia+O1cgtGufjXxQw28f85RPXfd15zv13ABoD15kB7FKJ/7pbHKP6+9TgNgkVj68NeV8Tp24f7OOndCgJzR3RNJBPNFReCmstMVqvjjzBoeK4GOFoBN32CPxu+4TwwBDa4DJTe/OU9c9ku7EGyfOVxh+fw9g/AATxPqKTEXJKEdCIBkB4iBUlO6MjUrWi6M5Kz31YAqFsYaCeB0KJC5d1+foo3LQWSfRaDrwdAQrMEC27yDZXJf7TlOJ2Bczr1di3OWvZB6XrvvqPuWJPDk9dAHgm7LvuZJTEdKqO3J3XgostArEnvkqgUznx3PX7cSzz1FXZyvakTA4XVVMbCPFPK1cFj66S0WoqQI1XG2uoU7CMPquO2VaUDJFQMdVgXKD2bpz6ufzzxXbxszHQ9fGO/F7A998yBQG6cShE+P+Pk7t1FwfF1QHN1Eui1VapRxCdj8tCtI1bog1Fo011Sx9u3o6c9bufI6wAT26Av9xJ+WWpTKbbBPp3K/1LbC4Vuhv396RCbJw4untjxVPndj+dIB9dVD8z2dylZ+6vMeJwbYChHJkvHV2J3fdHsJPASeHhrXq6QheXu1nBhUr5u6ryT0I13BFKD01ViZ/n3oaziRG7c6Ayg7g1LPeztNdT36ueMqcN4XGv3finjfv+7I/kMJ4d046MUanOA1QtMH1kLlfFasm99NiutSw63yNDeH4zeL1Uu8XKHNfcThPSSNwchGMbgUETScwkCcK77pH2jsgrAssvVyB8FLJ7GrmwyD8eVqsHoY/FwIv9T7lPu9+Yf8/9+w4nS1ma78AAAAASUVORK5CYII=") repeat scroll left top}.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}@media print{.toast{display:none !important}}html.is-faux-print .toast{display:none !important}.ve-night-mode .toast--type-info{color:#fff;background-color:rgba(32,52,74,.95);border-color:#5080b3}.ve-night-mode .toast--type-danger{color:#fff;background-color:rgba(76,16,14,.95);border-color:#ce2a26}.ve-night-mode .toast--type-warning{color:#fff;background-color:rgba(135,88,13,.95);border-color:#ecaa41}.ve-night-mode .toast--type-success{color:#fff;background-color:rgba(0,82,44,.95);border-color:#00eb80}.ve-night-mode .toast__btn-close{color:#fff}.ve-night-mode .toast__btn-close:hover,.ve-night-mode .toast__btn-close:focus{color:#d8d8d8;box-shadow:0 0 1px 1px rgba(255,255,255,.4)}@media screen and (width <= 991px){.ve-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 screen and (width <= 768px){.fltr__h{flex-direction:column}.fltr__h--multi{flex-direction:initial}}@media screen and (width <= 768px){.fltr__h-text{align-self:flex-start}}@media screen and (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 screen and (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.ve-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 screen and (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:not(.fltr__pill--display-only){background-color:#e6e6e6}.fltr__pill[data-state=yes]{background:#337ab7;color:#fff;border-color:#22527b}.fltr__pill[data-state=yes]:hover:not(.fltr__pill--display-only){background:#2d6da3}.fltr__pill[data-state=no]{background:#8a1a1b;color:#fff;border-color:#4a0e0e}.fltr__pill[data-state=no]:hover:not(.fltr__pill--display-only){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[data-state=yes],.fltr__pill--muted[data-state=no]{color:#fff}.fltr__pill--display-only{cursor:default}.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, #f5f5f5 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[data-state=yes]{background:#337ab7;color:#fff;display:block}.fltr__mini-pill--default-sel[data-state=yes]{background:#48637a}.fltr__mini-pill[data-state=no]{background:#822000;color:#fff;display:block}.fltr__mini-pill--default-desel[data-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[data-state=yes]>.fltr-src__spc-pill{color:rgba(255,255,255,.6)}.fltr__pill[data-state=no]>.fltr-src__spc-pill{color:rgba(255,255,255,.6666666667)}.fltr__disp-state--yes{text-decoration:#337ab7 underline;text-decoration-thickness:2px}.fltr__disp-state--no{text-decoration:#8a1a1b underline;text-decoration-thickness:2px}.fltr__disp-state--ignore{text-decoration:#c3c3c3 underline;text-decoration-thickness:1px}.ve-night-mode .fltr__btn_nest{background:#222;border-color:#555}.ve-night-mode .fltr__btn_nest:hover{background:#323232}.ve-night-mode .fltr__btn_nest--include{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, transparent 11px, transparent 22px)}.ve-night-mode .fltr__btn_nest--include:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, transparent 11px, transparent 22px)}.ve-night-mode .fltr__btn_nest--include span{background:#222}.ve-night-mode .fltr__btn_nest--include-all{background:#337ab7}.ve-night-mode .fltr__btn_nest--include-all:hover{background:#2d6da3}.ve-night-mode .fltr__btn_nest--exclude{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #8a1a1b 11px, #8a1a1b 22px)}.ve-night-mode .fltr__btn_nest--exclude:hover{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #751617 11px, #751617 22px)}.ve-night-mode .fltr__btn_nest--exclude span{background:#222}.ve-night-mode .fltr__btn_nest--exclude-all{background:#8a1a1b}.ve-night-mode .fltr__btn_nest--exclude-all:hover{background:#751617}.ve-night-mode .fltr__btn_nest--both{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, #8a1a1b 11px, #8a1a1b 22px)}.ve-night-mode .fltr__btn_nest--both:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, #751617 11px, #751617 22px)}.ve-night-mode .fltr__dropdown-divider{border-color:#555}@media screen and (width <= 768px){.ve-night-mode .fltr__dropdown-divider{box-shadow:inset 0 0 2px 2px #333;background:#555}}.ve-night-mode .fltr__dropdown-divider--sub{border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .fltr__pill{border-color:#555}.ve-night-mode .fltr__pill[data-state=ignore]{background:#222}.ve-night-mode .fltr__pill[data-state=ignore]:hover:not(.fltr__pill--display-only){background:#323232}.ve-night-mode .fltr__pill[data-state=yes]{border-color:#22527b}.ve-night-mode .fltr__pill[data-state=no]{border-color:#4a0e0e}.ve-night-mode .fltr__pill--muted{color:#656565}.ve-night-mode .fltr__pill--muted[data-state=yes],.ve-night-mode .fltr__pill--muted[data-state=no]{color:#fff}.ve-night-mode .fltr__mini-view{border-color:#555;background:linear-gradient(to top, #555, #343434 1px)}.ve-night-mode .fltr__h-btn-logic--blue{color:#337ab7}.ve-night-mode .fltr__h-btn-logic--blue:hover{color:#7398b7}.ve-night-mode .fltr__h-btn-logic--red{color:#8a1a1b}.ve-night-mode .fltr__h-btn-logic--red:hover{color:#8a4b4b}.ve-night-mode .fltr-search__wrp-row:focus,.ve-night-mode .fltr-search__wrp-row:hover{background-color:#272727}.ve-night-mode .fltr-search__wrp-values{background-color:#222;border-color:#555}.ve-night-mode .fltr-src__wrp-slider{background:rgba(51,51,51,.6666666667)}.ve-night-mode .fltr-cls__tgl{background:#222;border-color:#555}.ve-night-mode .fltr-cls__tgl:active{box-shadow:0 0 3px 0 rgba(255,255,255,.7333333333)}.ve-night-mode .fltr-cls__tgl.active{background:#555;border-color:#6f6f6f}.ve-night-mode .fltr-cls__tgl.active.disabled{background-color:#888}.ve-night-mode .fltr-cls__tgl.disabled{box-shadow:none}.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 screen and (width <= 768px){.ui-modal__inner{min-width:0}}@media screen and (width > 768px){.ui-modal__inner{max-width:750px}}@media screen and (width > 991px){.ui-modal__inner{max-width:970px}}@media screen and (width > 1200px){.ui-modal__inner{max-width:1170px}}.ui-modal__inner--no-min-height{min-height:0;height:initial}.ui-modal__inner--no-min-height{min-width:0;width: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:hidden auto;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;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:hidden auto}.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 screen and (width <= 1200px){.ui-tab-side__disp-active-tab-name{margin-left:39px}}.ui-tab-side__btn-tab{width:120px}@media screen and (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",monospace;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, #fff, #fff 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;inset:0;cursor:move}.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__wrp-btns{min-height:calc(1em*1.42857143 + 1rem*.25 + 2px)}.ui-pick__btn-add{font-weight:bold;padding:1px 2px;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, #fff 0%, #fff 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;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}.ve-night-mode .ui__ipt-color::-webkit-color-swatch{border:0}.ve-night-mode .ui-list__wrp-preview{background:#222}.ve-night-mode .ui-list__btn-inline{color:#bbb}.ve-night-mode .ui-list__btn-inline:hover{color:#d5d5d5;background:rgba(255,255,255,.1882352941)}.ve-night-mode .ui-source__divider{background:#555}.ve-night-mode .ui-modal__header--border{border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .ui-modal__footer{border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .ui-modal__overlay-blind{background-color:#222}.ve-night-mode .ui-modal__inner{background:#222;box-shadow:0 6px 12px rgba(0,0,0,.56);border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .ui-modal__inner--mode-fullscreen{box-shadow:none}.ve-night-mode .ui-modal__row--cb:hover{background:#383838}.ve-night-mode .ui-search__row{border-color:#555}.ve-night-mode .ui-search__row:hover{background:#333}.ve-night-mode .ui-search__ipt-search-sub-wrp{border-color:#555}.ve-night-mode .ui-tab__btn-tab-head--active,.ve-night-mode .ui-tab__btn-tab-head--active:focus,.ve-night-mode .ui-tab__btn-tab-head--active:hover,.ve-night-mode .ui-tab__btn-tab-head--active:active{background-color:rgba(255,255,255,.2509803922)}.ve-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)}.ve-night-mode .ui-tab__wrp-tab-heads--border{border-color:#555;border-width:2px}.ve-night-mode .ui-tab-side__wrp-tab{background:#222;border-color:rgba(85,85,85,.6274509804)}.ve-night-mode .ui-prof__btn-cycle{border-color:#555}.ve-night-mode .ui-prof__btn-cycle:active{box-shadow:0 0 3px 0 rgba(255,255,255,.7333333333)}.ve-night-mode .ui-prof__btn-cycle[data-state="0"]{background:#222}.ve-night-mode .ui-prof__btn-cycle[data-state="1"]{background:#555;border-color:#6f6f6f}.ve-night-mode .ui-prof__btn-cycle[data-state="2"]{background:#555;border-color:#6f6f6f}.ve-night-mode .ui-prof__btn-cycle[data-state="2"]::before{color:#222}.ve-night-mode .ui-prof__btn-cycle[data-state="3"]{background:repeating-linear-gradient(135deg, #222, #222 10px, #555 10px, #555 20px);border-color:#6f6f6f}.ve-night-mode .ui-dir__face{background:#222;border-color:#555}.ve-night-mode .ui-dir__arm{background:#bbb;box-shadow:none}.ve-night-mode .ui-tip__child{border-color:#555;background:#222}.ve-night-mode .ui-ctx__wrp{background:#222;border:1px solid rgba(85,85,85,.6274509804);border-top-color:#555}.ve-night-mode .ui-ctx__divider{background:#555}.ve-night-mode .ui-ctx__btn{color:#bbb}.ve-night-mode .ui-ctx__btn:hover{background:#383838;color:#fff}.ve-night-mode .ui-ctx__btn.disabled,.ve-night-mode .ui-ctx__btn.disabled:hover{background:#222;color:#bbb}.ve-night-mode .ui-pick__disp-text{border-color:#555}.ve-night-mode .clp__disp-copied{background:radial-gradient(ellipse at center, #222 0%, #222 35%, transparent 75%, transparent 100%)}.ve-night-mode .ui-ideco__btn-ticker{background:#555;color:#fff}.ve-night-mode .ui-ideco__btn-ticker:hover,.ve-night-mode .ui-ideco__btn-ticker:active,.ve-night-mode .ui-ideco__btn-ticker:focus,.ve-night-mode .ui-ideco__btn-ticker:active:focus{box-shadow:none;outline:none}.ve-night-mode .ui-ideco__btn-ticker:hover{background:#484848;color:#fff}.ve-night-mode .ui-ideco__btn-ticker:active,.ve-night-mode .ui-ideco__btn-ticker:focus,.ve-night-mode .ui-ideco__btn-ticker:active:focus{background:#3c3c3c;color:#fff}.ve-night-mode .ui-sel2__ipt-search{background:#222}.ve-night-mode .ui-sel2__wrp-options{background-color:#222;border-color:#555}.ve-night-mode .ui-sel2__disp-option.active,.ve-night-mode .ui-sel2__disp-option:focus,.ve-night-mode .ui-sel2__disp-option:hover{background:#383838}.ve-night-mode .ui-sel2__disp-option:focus.active,.ve-night-mode .ui-sel2__disp-option:hover.active{background:#525252}.ve-night-mode .ui-slidr__thumb{background:rgba(204,204,204,.6274509804);border-color:#bbb}.ve-night-mode .ui-slidr__thumb--hover,.ve-night-mode .ui-slidr__thumb:hover{background:rgba(230,230,230,.6274509804);border-color:#bbb}.ve-night-mode .ui-slidr__track-outer{border-color:#555}.ve-night-mode .ui-slidr__track-inner{background:rgba(85,85,85,.6274509804)}.ve-night-mode .ui-slidr__disp-value--visible{border-color:#555;background:#222}.ve-night-mode .ui-slidr__pip{background:#bbb}@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/data/adventure/adventure-hwaitw.json b/data/adventure/adventure-hwaitw.json deleted file mode 100644 index 4a7ed30..0000000 --- a/data/adventure/adventure-hwaitw.json +++ /dev/null @@ -1,6387 +0,0 @@ -{ - "data": [ - { - "type": "section", - "name": "Adventure in the Wood", - "entries": [ - "{@font a tale from the wood|HPPHumblescratch}", - { - "type": "section", - "name": "Introduction", - "page": 84, - "entries": [ - "The earth beneath Leya felt unusually warm. She reached down to confirm and pulled back in pain immediately. Her feathers were seared slightly. The season had been unusually dry, but this was a frightening temperature. After a closer look, it seemed like the ground was glowing.", - "CRACK! Leya's eyes went to the sound. The large tree she'd played in as a child had fallen, and smoke rose from its remains. \"Go!\" her mind yelled, and she listened, rushing towards home. \"Get to them before\u2014\"", - "Suddenly, flames burst forth, travelling at an unearthly velocity towards Leya's perch. Her perch meant the world to her, but in the vast expanse of the Wood it was small and unimportant. Too insignificant for a Perch Guard outpost of its own. Her heart tightened knowing the remote settlement wouldn't be warned in time, and that aid would not be close by.", - "Leya's hands began to move without thought as she whispered the words of her grandmother. It wouldn't be enough, but she wouldn't be able to live with herself if she didn't try. When taught to her, the spell was meant to help farms through rainless seasons. It wasn't intended to be used defensively. Droplets of a lost cause formed between her fingers.", - "Conjured water fell to the ground, evaporating as soon as it hit the steaming forest floor. As she concentrated, a strong warm gust touched Leya's face. It's Altus, it must be! Leya thought. The Amaranthine of storms was bringing rain to quench this hateful wildfire. She looked to the sky, frantically searching for more signs of changing weather.", - "Barely able to register what she saw, her arms dropped to her sides in defeat. Flying balls of fire were filling up the sky. A swarm broke off, headed in her direction. Leya sank to her knees, hoping with her last thoughts that someone would save Humblewood before it all burned." - ], - "id": "001" - }, - { - "type": "section", - "name": "Free Resources", - "page": 84, - "entries": [ - "To supplement your Humblewood adventure, handouts, maps, tools and more are available at: {@link HUMBLEWOOD.COM/RESOURCES|https://humblewood.com/resources}" - ], - "id": "002" - }, - { - "type": "section", - "name": "Running the Campaign", - "page": 84, - "entries": [ - "The following chapter contains a full adventure set in Humblewood that takes characters from levels 1 to 5. This chapter is meant for the GM's eyes only. It is recommended that you read the entire book, including the {@b Adventure in the Wood} chapter, prior to running it with your group. It is also assumed that you have read the 5th Edition Core Rules and Monster Books.", - { - "type": "insetReadaloud", - "entries": [ - "Information formatted in a box like this should be read out loud for players. This information is to be read when the party arrives at that point in the adventure." - ], - "id": "004" - }, - { - "type": "inset", - "entries": [ - "Information formatted in a box like this is additional background information used to help shape the campaign. This information can be revealed to the players when necessary." - ], - "id": "005" - }, - "The challenges in this adventure were created with a balanced party of four players in mind. If your group has more or fewer players, consider adding or removing enemies in each encounter. Try to ensure players feel challenged, but not overwhelmed. The adventure can be played through in its entirety, or used as pieces for your own custom campaign. {@book Appendix E: Random Encounters|HWCS|9}, as well as the {@b Monster Cards}, and {@b NPC Cards} can be used to further flesh out the game.", - "Humblewood lies on the eastern coast of a vast continent, nestled in a valley between the towering Crest Mountains and the marshlands of the Mokk Fields. It is a mystical, secluded place that gets by quite well without much trade from the outside world, due to the fertility of the soil and an abundance of natural resources. The Wood has many skilled workers and artisans, and this, coupled with the supply of raw materials, makes Humblewood a great exporter.", - "The Wood has a diverse population, but the true power in Humblewood are the birdfolk. At the heart of their nation lies the great capital of Alderheart. The seat of commerce, art, and political power in the region, Alderheart has long been a refuge for those seeking fame, fortune, or protection.", - "Players will encounter some locations that are not extensively explained in this chapter. It is recommended that the information in the {@book Traversing the Wood|HWCS|3} chapter be used to help players understand their surroundings.", - "{@b {@i Monster and NPC Cards.}} In addition to their entries in {@book Appendix A: Bestiary|HWCS|5}, all the monsters and NPCs exclusive to this adventure have accompanying {@i The Deck of Many} cards for quick reference.", - "{@b {@i Character Advancement}}. For ease of play, the adventure has been structured with the milestone leveling rules in mind. Characters will level up automatically at the end of key story moments. For those groups using the standard XP rewards, there are experience point rewards for the social, puzzle, and other non-combat encounters provided alongside the milestone rewards. Otherwise, award standard XP for defeated foes as the players progress through the adventure." - ], - "id": "003" - }, - { - "type": "section", - "name": "Overview", - "page": 85, - "entries": [ - "There have been disturbing signs over the last few months, signalling that something is wrong in Humblewood. The troubles appear to originate from activity in the Scorched Grove, an ashen plain that was ravaged many centuries ago by a destructive fire. Whatever caused the fire has scarred the land with elemental magic, making it inhospitable to all but strange fire-based creatures. Of late, the Grove has begun to expand. At first, it was hard to notice the slow expansion, but those in tune with nature (especially the Tenders) could see the imbalance in the elemental forces of Humblewood. For many common folk, this imbalance has been experienced as unseasonal dryness, which has led to crop failure and an increased frequency of forest fires. There have also been a number of unusually aggressive emberbat clouds reported far outside of their natural ranges.", - "The true nature of the danger still remains hidden from the people of the Wood. A corvum necromancer named {@creature Odwald Ebonhart|HWCS} has stirred the elemental {@creature aspect of fire|HWCS}, which has lain dormant beneath the Scorched Grove since its first burning. The aspect's energies have begun to empower fire-based creatures within the Wood. The increased range of emberbat swarms have brought fires that have expanded the Grove. Many forest-dwellers, who have been left without homes, have turned to banditry to survive. Soon the elemental incarnation will break free, and players must find a way to stop the aspect of fire before it reduces the Wood to ashes." - ], - "id": "006" - } - ], - "id": "000" - }, - { - "type": "section", - "name": "Part 1: The Adventure Begins", - "page": 86, - "entries": [ - "{@font we didnt start the fire|HPPHumblescratch}", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Part-1.webp" - }, - "width": 945, - "height": 526 - }, - "Part 1 of the adventure is designed to start a party of 1st level characters off on their journey in the world of Humblewood. The kinds of characters players create will influence how the campaign begins.", - "If characters are not playing races described in this book, perhaps they have heard legends of Humblewood, and have traveled or were brought here to explore the wonders of the forest. Maybe the newcomers have come to see the magnificent city of Alderheart, or to seek an audience with the Birdfolk Council. Any number of stories can be crafted about why standard 5th Edition races have ended up in the Wood, but keep in mind that they might be viewed as curiosities as they travel the land. Most folk in Humblewood haven't seen outsiders like them before.", - "If characters are birdfolk or humblefolk, have them start their adventure as residents of Meadowfen, a small village south of the Scorched Grove, near the main road.", - { - "type": "section", - "name": "Sleepy Meadowfen", - "page": 86, - "entries": [ - "Meadowfen has been quiet for as long as anyone can remember, and life there goes by slowly. Recently, Meadowfen has fallen on hard times. Seasonal rainfalls haven't arrived, leaving the fields barren. To make matters worse, trade wagons sent to provide relief have gone missing, fueling rumors of bandits prowling the roadways. Fire-based creatures are venturing closer to the village than ever before. A week ago, an ominous plume of black smoke to the north blocked the sun. A few brave villagers ventured out to investigate, but they haven't returned. The source of the smoke remains unknown.", - "The sleepy village of Meadowfen is the perfect home for aspiring adventurers who dream of fantastical quests across Humblewood. The recent chaos surrounding the settlement presents ample opportunity for a group of heroes to get their feet wet. Meadowfen also works well as a staging ground for new arrivals to the Wood, as there are few here who the village Elder can turn to for help in these times. It would be fortuitous if a group of travelling adventurers were to show up.", - "Wherever the journey begins, one of the locals who went to investigate the black smoke in the north will return, badly wounded and in need of aid.", - { - "type": "entries", - "name": "The Great Blaze", - "page": 86, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "There is a commotion in the village square. A wounded strig woman limps towards the Meadowfen Elder's home, staggering and catching herself on the side of a well. She is bloodied, and her tawny feathers are singed and flecked with ash and soot." - ], - "id": "00a" - }, - "The birdfolk, {@creature Cara Stormsinger|HWCS}, is one of the villagers who left a week ago to investigate the smoke to the north.", - "Cara will take water if it is offered, but will refuse other aid as she is adamant about getting to the village Elder.", - { - "type": "insetReadaloud", - "entries": [ - "\"I must speak to the Elder, we are all in grave danger. The Grove has taken an entire town.\" At this moment, a wizened gallus, who was sitting on her front porch, rises and pulls open her door, waving for Cara to come. Cara cannot carry herself anymore." - ], - "id": "00b" - }, - "If a party member does not assist her, a villager helps Cara into the Elder's house. The gallus, {@creature Ardwyn, Elder of Meadowfen|HWCS} grants entrance to Cara and the party. Many villagers will try to follow Cara, but Ardwyn will turn them away. It is clear the party was only allowed into Ardwyn's home because she wants to speak with them.", - "If any party member has proficiency in the {@skill Medicine} skill, they will be given time to tend to Cara's wounds.", - "Impatiently, Ardwyn approaches Cara.", - { - "type": "insetReadaloud", - "entries": [ - "\"It's clear you have endured much, my child,\" the respected gallus says, motioning to the party to gather around. \"But we must know what happened out there.\"" - ], - "id": "00c" - }, - "Cara explains that the fires from the Scorched Grove have spread to the hillside town of Ashbarrow and razed it to the ground. Cara warns that the roads are full of bandits. Luckily, she escaped with her life. Others, Ashbarrow citizens fleeing their burning homes, were not so lucky. Cara doesn't know where those captured by the bandits were taken.", - "The Elder, understanding how serious this is, asks the party to travel to Alderheart, to speak to the Birdfolk Council and inform them of Ashbarrow's destruction and of the bandit activity on the roads near Meadowfen. The party may be the only ones who can make the dangerous journey." - ], - "id": "009" - }, - { - "type": "entries", - "name": "Five Finger Discount", - "page": 86, - "entries": [ - "As the party sets out from Meadowfen, four hooded figures will come into view on the road ahead.", - { - "type": "insetReadaloud", - "entries": [ - "Three hooded figures are gesturing violently at a crumpled body on the ground, while a fourth is leaning against a nearby tree. A small hand-cart stacked high with bags and boxes of various sizes stands nearby. One of the hooded figures goes to the cart and unceremoniously sifts through the packages, leaving fallen bundles strewn on the road.", - "As you approach the three strangers who were gesturing at the body, you can see the pointed faces of mapach under the hoods. Two male and one female mapach, each wearing worn leather armor and a short sword on their belt. The fourth, an intimidating vulpin female, is lightly armored and wears an ornate sword on her hip. She seems to be hanging back, letting her subordinates do all the work.", - "You hear a whimpered \"Help me\" from the creature laying on the road, but you can't make out their features. The mapach female, still standing near the fallen body, puts her hands on her hips and says to the party, \"All right folks, nothing to see. Move along if you know what's good for ya.\"" - ], - "id": "00e" - }, - "The vulpin leading these three {@creature mapach bandit|HWCS|mapach bandits} is a powerful foe named {@creature Fray Merridan|HWCS}. She represents a serious threat to the party, but won't take interest in them unless she has a reason to believe the characters are a worthy challenge.", - "Assuming the party doesn't want to fight, the bandits will leave if bribed. They are reasonable robbers, and will gladly relinquish the cart if the party can offer a worthy sum. Negotiations start with Fray evaluating the cart's contents. She and her crew will simply walk away for 10 gp each. Players can roll opposed Charisma ({@skill Deception}) or ({@skill Persuasion}) checks against a Wisdom check made by Fray to negotiate for a lower price, but the bandits won't leave for anything less than 5 gp each.", - "Believing they have the upper hand, the bandits won't hesitate to attack if they sense trepidation or suspect that the party might be up to something. Any threats or posturing from the characters will be met with an attack from the three mapach bandits. This fight shouldn't be too difficult, as the party likely outnumbers the bandits and are probably better equipped.", - "Fray will stay back and let the party fight the bandits for a round or two. She will intervene after two rounds or when a bandit is brought down. Fray will target the character who looks to be the most capable in single combat. If the party is larger than four players, she will engage in combat from the start, ordering her underlings to deal with the others.", - { - "type": "insetReadaloud", - "entries": [ - "Joining the fight, the bandit captain says, \"Intriguing. You look like you might actually give me a proper fight!\" The vulpin smirks and draws her blade, tracing intricate patterns in the air as she rushes into battle." - ], - "id": "00f" - }, - "Fray is a deadly foe, but she wasn't prepared to have her heist interrupted. She won't risk her life needlessly if the odds turn against her. If at least two of the mapach bandits go down, she will make a tactical retreat into the dense forest, where she can easily disappear in the foliage. While escaping, she will swear revenge and leave any unfortunate underlings to the party's mercy.", - "The terrain is difficult for the party, but not for Fray, who is familiar with the area. Any character trying to pursue Fray on foot will quickly lose her in the forest unless they can make a {@dc 15} Wisdom ({@skill Perception}) check each round. The dense forest also makes gliding difficult. Most birdfolk can't glide through the trees, but Small birdfolk characters can attempt to glide after Fray, avoiding trunks and branches with a {@dc 15} Dexterity ({@skill Acrobatics}) check.", - "Failure on either the Wisdom or Dexterity check means the character has lost sight of Fray and ends the chase for that character. A character successfully chasing Fray through the woods means the party catches up with her, at which point she will surrender. If four rounds have passed since her retreat, the party has lost Fray.", - "Should the party choose to try and locate Fray by continuing down the road, they will arrive at a clearing where a river separates them from a dense forest on the other side. A heavy log sits with one end on riverbank and the other end in the water, preventing the party from crossing the river and chasing Fray.", - "If the party continues through any forest terrain, they will need to make regular {@skill Survival} checks to avoid becoming lost in the trees. Use the {@table Appendix E: Random Encounters; Forest Encounters (Level 1-2)|HWCS|Forest Encounters} table for an especially persistent group. Make it clear that the vulpin has made her getaway, covering her tracks well enough that following her is fruitless.", - "If the encounter should go horribly awry, the bandits won't bother capturing the party or finishing them off. Rather, they will retreat, stealing as much from the hand-cart as they can carry. After all, the bandits aren't sure there won't be reinforcements coming to the rescue. If a player consents, their character can earn a scar from their battle with Fray in order to heighten anticipation for the rematch later.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "The mapach bandits are wearing worn leather armor and each one carries a poorly-kept {@item shortsword|phb|short sword}. If they are defeated and searched, the party also finds a small coin purse with 5 gp inside it.", - "{@b {@i If Fray is defeated.}} She is wearing a suit of {@item studded leather armor|phb} (obviously pilfered), and a finely crafted {@item shortsword|phb} with a rose insignia on the pommel. The sword is not magical, but it will sell for double the normal going rate of a shortsword. Any lower level bandit who sees a character wearing the sword will immediately recognize it as a captain's sword. So long as the sword is visible, all bandits of a rank lower than captain will have disadvantage on any rolls made to oppose Charisma ({@skill Intimidation}) ability checks made by that character. The party will also find among Fray's possessions 10 gp, and a map which has the location of a bandit camp marked (see {@adventure Bandit Camp|HWAitW|2|taking the fight to them})." - ], - "id": "010" - } - ], - "id": "00d" - }, - { - "type": "section", - "name": "Escorting Eliza", - "page": 88, - "entries": [ - "After defeating or bribing the bandits, the characters can help the beaten figure lying in the road to her feet. If they don't engage with her immediately, have her grunt or whine to attract attention. If they still don't assist, the merchant eventually sits up on her own. She is {@creature Eliza Pennygleam|HWCS}, an eluran who hails from lands beyond Humblewood. It's fairly common to see eluran traders in these parts, and the merchant is happy to explain that she has traveled here to set up shop.", - "If the characters were defeated by the bandits, Eliza will be the one who revives them, healing each character for {@dice 2d4+2} hit points using the last of a supply of poultices from her small hand-cart. She will curse the bandits who stole from her, but will still be grateful to the party for their valiant efforts.", - { - "type": "insetReadaloud", - "entries": [ - "\"My whiskers, that was close! Thank you all for protecting me and my cart. My name is Eliza. I'm on my way to Alderheart by way of Winnowing Reach. Would you be kind enough to help me the rest of the way?\"" - ], - "id": "012" - }, - "In case the characters are unfamiliar with the Wood, Eliza describes the road ahead. She explains that it works its way along the edge of Mokk Fields, a large swampland, before reaching Winnowing Reach, a small research outpost whose inhabitants study the slimes that live in the nearby caverns.", - "Eliza's plan was to stop briefly in Winnowing Reach, to sell her wares and acquire new stock, before eventually making her way to Alderheart.", - "If the characters seem reluctant to aid her, she will entice them by offering each character a single item from her cart in exchange for their protection and company on the road\u2014to be awarded upon arrival.", - "If the party decides to walk with Eliza, their movement speed is reduced considerably as she pulls her cart behind her. A strong character can offer to pull the heavy-laden hand-cart instead. Succeeding a {@dc 12} Strength ({@skill Athletics}) check keeps everyone moving at regular traveling speed, while failure means the party continues slowly." - ], - "id": "011" - }, - { - "type": "section", - "name": "B-b-b-bats!", - "page": 89, - "entries": [ - "The road to Winnowing Reach keeps the party just out of reach of the swamplands on the right.", - { - "type": "insetReadaloud", - "entries": [ - "As you make your way down the road, terrain on the left side changes considerably. Beyond the lush green trees lining the road, glimpses of burned stumps and ash-covered fields can be seen. It looks as if a massive fire recently ravaged this place." - ], - "id": "014" - }, - "This bleak landscape seems to stretch for miles. While looking out over this gray scene, the characters may notice a cloud of creatures flying above the ash. Those who keep an eye on the creatures, or characters with a passive perception score of 15 or higher, notice the cloud change course and begin flying toward the party.", - { - "type": "insetReadaloud", - "entries": [ - "A swarm draws near. You can see it is composed of hundreds of tiny flying creatures, each one resembling a bat with a candle-sized flame sprouting from above its upturned nostrils. The combined heat of their bodies can be felt on the wind." - ], - "id": "015" - }, - "If the cloud's course change was noticed, the characters have about 10 seconds before the bats descend on them. If the bats flew unnoticed until this point, they arrive so swiftly that the characters do not have time to prepare for the attack.", - "The characters are beset by two {@creature swarm of emberbats|HWCS|swarms of emberbats}. The bats dive and harass their targets relentlessly until the bats are slain or the party is defeated. The swarm won't give chase for long, and can be escaped if the party is able to put considerable distance between themselves and the ashy plain." - ], - "id": "013" - } - ], - "id": "008" - }, - { - "type": "section", - "name": "Winnowing Reach", - "page": 89, - "entries": [ - "With the flaming bats behind the party, the rest of the trip is uneventful. After a couple hours on the road, the village of Winnowing Reach comes into view.", - "Entering the Reach, Eliza thanks the party and tells them that she will set up in the center of town to see what she can sell or trade.", - { - "type": "insetReadaloud", - "entries": [ - "\"Have a rest,\" Eliza says. \"You are going to need it for when you escort me to Alderheart.\" She winks." - ], - "id": "017" - }, - "If Eliza promised the characters an item for accompanying her to Winnowing Reach, they can claim that now. Each player can choose a piece of adventuring gear worth 50 gp or fewer as a reward.", - { - "type": "insetReadaloud", - "entries": [ - "\"Come find me when you are ready to head north,\" she calls out as she walks away." - ], - "id": "018" - }, - "Characters are free to explore Winnowing Reach, though they will find the amenities of this research station to be lacking compared to other settlements of its size. There is a general store and a small inn with a tavern, but instead of staples like a weapon or armorsmith, the town has an apothecary and a bookbinder. The following numbered locations refer to Fig.1.1: the map of Winnowing Reach.", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Winnowing-Reach.webp" - }, - "width": 1501, - "height": 1008, - "imageType": "map", - "id": "15b", - "mapRegions": [ - { - "area": "019", - "points": [ - [ - 392, - 379 - ], - [ - 326, - 428 - ], - [ - 277, - 429 - ], - [ - 130, - 310 - ], - [ - 166, - 273 - ], - [ - 228, - 217 - ], - [ - 296, - 203 - ], - [ - 402, - 240 - ], - [ - 472, - 305 - ], - [ - 482, - 345 - ], - [ - 444, - 362 - ] - ] - }, - { - "area": "01d", - "points": [ - [ - 261, - 657 - ], - [ - 357, - 665 - ], - [ - 398, - 737 - ], - [ - 405, - 803 - ], - [ - 371, - 870 - ], - [ - 342, - 882 - ], - [ - 263, - 859 - ], - [ - 224, - 799 - ], - [ - 210, - 717 - ], - [ - 222, - 683 - ] - ] - }, - { - "area": "01e", - "points": [ - [ - 699, - 876 - ], - [ - 740, - 907 - ], - [ - 788, - 899 - ], - [ - 838, - 848 - ], - [ - 851, - 755 - ], - [ - 804, - 697 - ], - [ - 737, - 654 - ], - [ - 676, - 680 - ], - [ - 651, - 742 - ], - [ - 649, - 806 - ], - [ - 678, - 853 - ] - ] - }, - { - "area": "01f", - "points": [ - [ - 1144, - 830 - ], - [ - 1218, - 879 - ], - [ - 1284, - 862 - ], - [ - 1330, - 789 - ], - [ - 1340, - 708 - ], - [ - 1306, - 641 - ], - [ - 1305, - 580 - ], - [ - 1269, - 560 - ], - [ - 1216, - 594 - ], - [ - 1159, - 619 - ], - [ - 1068, - 658 - ], - [ - 1082, - 715 - ], - [ - 1081, - 765 - ], - [ - 1112, - 816 - ] - ] - }, - { - "area": "01c", - "points": [ - [ - 702, - 460 - ], - [ - 691, - 533 - ], - [ - 708, - 560 - ], - [ - 782, - 572 - ], - [ - 833, - 566 - ], - [ - 841, - 488 - ], - [ - 828, - 466 - ], - [ - 777, - 455 - ] - ] - }, - { - "area": "01b", - "points": [ - [ - 1079, - 167 - ], - [ - 1048, - 235 - ], - [ - 1071, - 316 - ], - [ - 1117, - 351 - ], - [ - 1100, - 408 - ], - [ - 1132, - 403 - ], - [ - 1187, - 418 - ], - [ - 1265, - 380 - ], - [ - 1263, - 342 - ], - [ - 1303, - 283 - ], - [ - 1301, - 200 - ], - [ - 1239, - 140 - ], - [ - 1222, - 66 - ], - [ - 1193, - 126 - ], - [ - 1162, - 147 - ], - [ - 1131, - 87 - ], - [ - 1090, - 138 - ] - ] - }, - { - "area": "01a", - "points": [ - [ - 970, - 285 - ], - [ - 1005, - 311 - ], - [ - 1028, - 252 - ], - [ - 1057, - 169 - ], - [ - 1036, - 117 - ], - [ - 961, - 128 - ], - [ - 940, - 154 - ], - [ - 943, - 220 - ], - [ - 948, - 268 - ] - ] - } - ], - "title": "Fig. 1.1: Winnowing Reach", - "hrefThumbnail": { - "type": "internal", - "path": "adventure/HWAitW/thumbnail/Winnowing-Reach.webp" - }, - "grid": { - "type": "none", - "scale": 2 - } - }, - { - "type": "entries", - "name": "1. Storage and Granary", - "page": 90, - "entries": [ - "This large building houses slime residue, which will eventually be exported across the Wood, as well as collected foodstuffs from nearby farms. It is a hub of activity, with laborers moving about constantly under the watchful eye of Winnowing Reach's town militia." - ], - "id": "019" - }, - { - "type": "entries", - "name": "2. Town Gaol", - "page": 90, - "entries": [ - "As it is not a large settlement, Winnowing Reach has only a small gaol. Looked after by a {@creature birdfolk guard|HWCS} who commands the small local militia, it's usually empty. If the party has any captive bandits in tow, this gaol should hold them until a wagon from Alderheart arrives to bring outlaws to the capital for sentencing." - ], - "id": "01a" - }, - { - "type": "entries", - "name": "3. Magistrate's Office", - "page": 90, - "entries": [ - "A stately building in the center of town serves as the official chambers for the local magistrate. Two {@creature birdfolk militia|HWCS} guard the stairway that leads up to the platform upon which the building rests. Entry to this building is generally denied unless it is for official business (in response to a summons by the magistrate, for example)." - ], - "id": "01b" - }, - { - "type": "entries", - "name": "4. Eliza's Cart", - "page": 90, - "entries": [ - "Although she isn't particularly well-stocked at the moment, Eliza's cart contains a variety of wares available for barter or trade. Eliza has an odd assortment of equipment from the Weapons, Tools, Adventuring Gear, and Trade Goods sections of the Core Rules. Rather than determining what she has in her cart ahead of time, whenever a character wishes to purchase an item from her, roll a {@dice d6}. If the result is an even number, she has such an item with her, while if the result is odd, she does not. Eliza is interested in expanding her wares, and will accept a trade for an item of greater value instead of payment in gold pieces." - ], - "id": "01c" - }, - { - "type": "entries", - "name": "5. Apothecary", - "page": 90, - "entries": [ - "The apothecary has {@item potion of healing|dmg|potions of healing}, {@item healer's kit|phb|healer's kits}, and {@item herbalism kit|phb|herbalism kits} for sale. They also sell swamp herbs, philters, and other raw materials, which can be used to make potions of healing. It costs half the price of a completed potion to buy enough reagents to craft one. Any character proficient with an herbalism kit can craft a potion." - ], - "id": "01d" - }, - { - "type": "entries", - "name": "6. The Bookbindery", - "page": 90, - "entries": [ - "The bookbinder has a small library of assorted tomes to offer, and a few strange books may be found among the modest collection. Books can be purchased for 1 gp each. Some books may confer an advantage on the next Intelligence check made to see what a character knows about a creature, object, or location when read, depending on their subject matter." - ], - "id": "01e" - }, - { - "type": "entries", - "name": "7. The Wrangler's Rest", - "page": 91, - "entries": [ - "The local inn and tavern here in the Reach is a quiet place with quality rooms and decent food. The innkeep receives quite a few visitors from the Avium, along with the occasional adventurer looking to try their hand at slime wrangling. Treat the Wrangler's Rest as a Modest Inn." - ], - "id": "01f" - }, - { - "type": "entries", - "name": "Reaching the Magistrate", - "page": 91, - "entries": [ - "At some point during the party's stay, word of the adventurers reaches the Magistrate, the ranking political figure in Winnowing Reach. He eventually tracks the party down and implores them to help find a missing researcher. He fears the lost researcher has entered the Mokkden Caverns to conduct hazardous research." - ], - "id": "020" - } - ], - "id": "016" - }, - { - "type": "section", - "name": "The Missing Researcher", - "page": 91, - "entries": [ - { - "type": "entries", - "name": "She Slipped Away", - "page": 91, - "entries": [ - "A young corvum researcher looking to make a name for herself has recently gone missing. The Magistrate investigated her office, and learned she had been studying the nearby slimes in order to understand their physiology. Attempting to get live samples, she has ventured to the nearby caverns which are known to be infested with several species of slimes.", - "The town's magistrate, {@creature Walden Krane, Magistrate of Winnowing Reach|HWCS}, petitions the characters to find the researcher, a young woman named {@creature Kenna Brightspark|HWCS}.", - "Once the party is properly rested, the Magistrate will approach them.", - { - "type": "insetReadaloud", - "entries": [ - "An agitated kindled corvum dressed in finery approaches you, his feathers ruffled with worry. \"Adventurers? Thank Clhuran you happened here! Please, you must help me. Kenna, that foolish girl, has gotten in over her head! She ventured to the caverns looking for slimes, but hasn't returned for days! I can only hope she's still alive\u2014you will help me, won't you?\"" - ], - "id": "023" - }, - "If the party declines, the Magistrate can offer to use his position to get the party an audience with the Birdfolk Council in Alderheart. Certainly, they don't think the Council will just see just anyone, do they? Walden can write a letter of introduction to help the party get an audience, but he makes it clear he won't consider this until he is certain Kenna is safe. Should the party agree, Walden will express his gratitude, adding:", - { - "type": "insetReadaloud", - "entries": [ - "\"Oh, and if along your way, you just so happen to reduce the local slime population, the Reach would be grateful for your service...\" Somewhat unconvincingly, Walden adds, \"Of course, Kenna's safety comes first.\"" - ], - "id": "024" - }, - "For the service of killing a few slimes, the Magistrate also promises five gold pieces to each character.", - "If the party opts to find Kenna, the Magistrate will provide a rough map of Mokk Fields that has the entrances to the Mokkden Caverns marked." - ], - "id": "022" - } - ], - "id": "021" - }, - { - "type": "section", - "name": "The Mokkden Caverns", - "page": 91, - "entries": [ - "The Mokkden Caverns are a network of caves and tunnels with several entrances dotting the Mokk Fields. The closest entrance to the Reach is located about half a day's hike south-west, in the middle of the swamp. Alternatively, there is a road that leads around the swamp to the south, arriving at another entrance at the very southwest edge of the swamp.", - "This is a longer route, most likely requiring a night of camping along the road, but it is safer than the swamp. The outside of the rocky caves are visible against the backdrop of the sunken Mokk Fields, though tall reeds and dead trees provide barriers to sight. The entrances can be spotted through the marsh from about 80 feet away.", - { - "type": "inset", - "name": "A Dangerous Swamp", - "entries": [ - "Along the way, the party might run into bandits, or swamp creatures who want to make a meal of them. Decide what feels right for pacing and difficulty and add in an extra encounter here to ratchet up the action. Refer to the {@table Appendix E: Random Encounters; Swamp Encounters (Level 1)|HWCS|Swamp Encounters} table for suggestions." - ], - "id": "026" - }, - { - "type": "entries", - "name": "General Features", - "page": 91, - "entries": [ - { - "type": "insetReadaloud", - "name": "A Dangerous Swamp", - "entries": [ - "The inside of the caverns are dark, damp, and dank. It is evident that the murky waters of the surrounding swamp have inundated the system of tunnels beneath. Water drips from the glistening ceilings and gathers in pools throughout the caverns, filling the subterranean area with the harsh smell of rot. Tunnels descend gradually into the ground, curving gently back and forth as they go. The Mokkden Caverns are vast and largely uncharted." - ], - "id": "028" - }, - "The cave interior is dimly lit at best, with most of the natural light provided by glowing fungi that grows in the humid environment. Ceilings in the tunnels are about 10 feet high but can drop low enough in some places that Medium characters will need to hunch. Many of the open areas have ceilings that are 15 feet high unless otherwise specified.", - "The journey through the caverns can be made more difficult by incorporating difficult terrain. It can take the form of areas water-logged by the swamp seeping in or areas made slippery by dripping water and organic muck. While navigating slippery areas at more than half speed, a {@dc 13} Dexterity saving throw is required to avoid tripping and falling {@condition prone}.", - "The slimes encountered within don't attack with reason or tactics. They lash out at the nearest target and attack until that target is subdued, even when assailed by multiple characters at the same time." - ], - "id": "027" - }, - { - "type": "entries", - "name": "Entrance", - "page": 92, - "entries": [ - "The closer entrance to the Mokkden Caverns juts out obviously from the surrounding mire. Be sure to roll on the {@table Appendix E: Random Encounters; Swamp Encounters (Level 1)|HWCS|Swamp Encounters} table as the party approaches. They are taking a dangerous route through the swamp, and will likely run into trouble. When the party arrives, there are two {@creature sticky slime|HWCS|sticky slimes} burbling about in front of this entrance.", - "The farther entrance can be spotted just as the forest gives way to marshlands. This cave opening has two {@creature caustic slime|HWCS|caustic slimes} in front of it, wading through the fen looking for prey. This route will take the party longer to reach, but is safe enough that they shouldn't encounter anything else on the way.", - "The slimes are ostensibly combat encounters, but any character can make a {@dc 12} {@skill Perception} check as they approach, easily spotting the slimes from 80 feet away on a success. On a failure the character does not notice the slimes until they are within 60 feet. If the party enters the range of the slime's {@sense blindsight} (60 feet), the slime will attack. If the party can spot the slimes before then, they can attempt to pick the slimes off with ranged weapons and spells (treat the slimes as though they are {@condition blinded} if they are attacked beyond their {@sense blindsight} radius).", - "Other methods, such as luring the slimes away with a distraction, or using stealth to slip by unnoticed, can also work. So long as the party didn't bumble into a slime's {@sense blindsight} range, the party can avoid either encounter by succeeding on a {@dc 14} group Dexterity ({@skill Stealth}) check. If at least half of the party members succeed, they make it by quietly.", - "Despite being dangerous, the slimes are slow and easy to outrun, so be sure to let the party know that they can make a break for the entrance if they're spotted. The slimes will give up the chase a few rounds after the party moves outside of their {@sense blindsight} range.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "If the party defeats the slimes they will find 15 silver pieces undigested inside the creatures." - ], - "id": "02a" - } - ], - "id": "029" - }, - { - "type": "entries", - "name": "Collapsing Hazard", - "page": 92, - "entries": [ - "After about 30 minutes of walking in the caves, the party stumbles upon a 50-foot-long tunnel. It appears to be the only way forward, but seems dangerous to say the least.", - { - "type": "insetReadaloud", - "entries": [ - "You look down the tunnel in front of you. It is haphazardly propped up by makeshift frame made from wooden struts. The timeworn frame creaks audibly, and dust occasionally showers down from the ceiling into the tunnel. It looks like it could collapse at any moment." - ], - "id": "02c" - }, - "The first researchers created supports to shore up hazardous rocks on the tunnel ceiling that threatened to collapse. In the years since, the struts have largely been ignored. The easiest way to circumvent the hazard is to collapse the struts on purpose, which can be accomplished in a few ways:", - { - "type": "list", - "items": [ - "{@b {@i Break the moisture rotted struts.}} This requires a successful {@dc 13} Strength check. Make sure to have players describe what methods they'll use for the Strength check and ensure that their choices won't leave them in the path of falling rocks (for example, using a 10-foot pole as a lever, or trying to throw a reasonably-sized object at the struts).", - "{@b {@i Determine weak spots in the structure.}} After a minute of observation, characters can determine weak spots in the structure. Striking these with a series of three hits against AC 10 with ranged weapons or spells will trigger the collapse.", - "{@b {@i Thunder damage.}} Any spell or ability that deals thunder damage can create enough of a shockwave to collapse the rocks.", - "{@b {@i A novel path forward.}} If the party is especially clever, create some ad hoc rules using the above as guidelines." - ] - }, - "Once the struts have collapsed, characters will need to navigate the debris-strewn ground (treat as difficult terrain) but will otherwise be fine.", - "Conversely, characters can attempt to go through the tunnel carefully. With a successful {@dc 14} group Dexterity ({@skill Stealth}) check, they can move through without disturbing the boulders. On a failure, their movement will trigger a small collapse. Characters must then make a {@dc 13} Dexterity saving throw or take 4 ({@dice 1d8}) points of bludgeoning damage from falling debris. Consider replacing the damage with a level of {@condition exhaustion} if it deals too much damage to the party. Treat the collapsed tunnel as difficult terrain." - ], - "id": "02b" - }, - { - "type": "entries", - "name": "Falling Slimes", - "page": 93, - "entries": [ - "After about 30 minutes of walking through the winding subterranean paths, the party arrives at a large cavern.", - { - "type": "insetReadaloud", - "entries": [ - "The tunnel opens up into a spacious cavern. Stalactites and stalagmites dot the floor and ceiling, the sound of dripping water can be heard slowly echoing in the distance." - ], - "id": "02e" - }, - "The cavern is roughly 30 feet high and 60 feet across.", - "Two {@creature sticky slime|HWCS|sticky slimes} and two {@creature caustic slime|HWCS|caustic slimes} have heard the vibrations of possible prey passing through the adjoining tunnels, and are lying in wait upside-down on the ceiling. If players are being cautious and say they're keeping an eye out, a {@dc 16} Wisdom ({@skill Perception}) check is required to locate the motionless blobs against the dark ceiling.", - { - "type": "insetReadaloud", - "entries": [ - "Without warning, two sticky slimes and two caustic slimes drop down from above, surrounding you! Besides the entrance you just came through, you can make out three exits on the opposite side of this dark cavern." - ], - "id": "02f" - }, - "The slimes land, encircling the group. Characters looking to flee can escape either through the three exits ahead or by backtracking through the tunnel they entered from. However, the ceiling in the entrance tunnel is 10 feet high, providing ample room for slimes to follow. There, any pursuing slimes are able to move upside down on the ceiling and attack from above. Fleeing through the three exits ahead is a simple matter\u2014slimes don't move very quickly and the party should be able to lose them in a round or two.", - "There are three exits from the chamber:", - { - "type": "list", - "items": [ - "{@b {@i Exit 1}}\u2013a 15-foot-tall, 5-foot-wide exit that goes for 90 feet, and quickly narrows out to 10 feet in height before becoming a dead end.", - "{@b {@i Exit 2}}\u2013a 15-foot-tall, 10-foot-wide exit reinforced with rickety wooden beams to prevent cave-ins (like the one in the previous encounter). This exit must be navigated at half-speed in order to avoid triggering a collapse. Characters can intentionally cause a cave-in to drop rocks on any pursuing slimes. This leads to the next area.", - "{@b {@i Exit 3}}\u2013a smaller opening, about 4 feet tall and 4 feet wide. Medium or Larger creatures would need to squeeze through using half of their movement. The exit tunnel quickly widens to 15 feet in height, providing no imped-iment to movement beyond the entrance. After a minute, the tunnel curves to join up with Exit 2's tunnel (the one that leads to the next area)." - ] - }, - "If the party successfully defeat the slimes, they will find that Exit 1 leads to a dead end that is safe, dry, and perfectly suited for a short rest.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "One of the slimes has an intact brass {@item magnifying glass|phb} inside of it, which can be recovered if the slime has been defeated. The magnifying glass is slightly corroded and needs cleaning, but is still serviceable. It can be kept, or sold for 40 gp when properly cleaned." - ], - "id": "030" - } - ], - "id": "02d" - }, - { - "type": "entries", - "name": "Slime Attack!", - "page": 93, - "entries": [ - "After another 30 minutes of walking through the caverns, the area will become dimly-lit (for the purpose of vision).", - { - "type": "insetReadaloud", - "entries": [ - "Smears of luminescent residue line the walls of the tunnels. At first, the smears are sporadic, but soon there is enough faintly glowing goo to dimly light your surroundings.", - "Coming upon a space that seems to be the center of the cave, you see a young corvum standing next to a rock formation. Because of the sheen of slime covering the birdfolk, you are quickly able to deduce that she is in fact stuck to the rock! Her eyes go wide and suddenly focus on something above you. A giant slime drops down from the ceiling and attacks!" - ], - "id": "032" - }, - "The center of the cave is a 60-foot-wide clearing with tunnels branching off in different directions. Refer to Fig. 1.2 for a map of the Mokkden Caverns.", - { - "type": "gallery", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Mokkden-Caverns-DM.webp" - }, - "width": 1261, - "height": 944, - "imageType": "map", - "id": "15c", - "title": "Fig. 1.2: Mokkden Caverns", - "grid": { - "type": "square", - "size": 108, - "offsetX": -50, - "offsetY": -56, - "scale": 2 - } - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Mokkden-Caverns.webp" - }, - "title": "Player Version", - "width": 1275, - "height": 1275, - "imageType": "mapPlayer", - "mapParent": { - "id": "15c" - }, - "grid": { - "type": "square", - "size": 159, - "offsetX": 4, - "offsetY": 5, - "scale": 3 - } - } - ] - }, - { - "type": "inset", - "name": "Using the Mokkden Caverns battlemap", - "entries": [ - "This is a suggested setup for the battle with the Shifting Slime and the three Sticky Slimes. The party can find their way to the main chamber through any of the entrances marked with a white \"X.\" Choose the entrance that makes the most sense based on the characters journey through the caverns so far. A suggested location for the trapped corvum researcher is provided, though she can be positioned anywhere up against the inner wall of the cavern. The hatched green lines represent the spaces that have been coated in sticky slime." - ], - "id": "033" - }, - "The characters are beset by a {@creature shifting slime|HWCS} (the large slime), and three {@creature sticky slime|HWCS|sticky slimes}. The sticky slimes have left several residue trails between the characters and the chamber's entrance. Any character that steps into the trail becomes restrained unless they make a {@dc 10} Strength saving throw.", - "A character who hits a shifting slime with a damage dealing spell will notice the slime change color.", - { - "type": "inset", - "name": "Captured in Slime", - "entries": [ - "If a character would die in combat, instead of dealing a killing blow, a sticky slime may instead try to encase the character in ooze, preserving them for later. A character reduced to 0 hit points in this way remains stable, but is rendered {@condition unconscious} and {@condition restrained} by the ooze that encases them. The character will regain consciousness when they have at least 1 hit point, and can attempt to free themselves with a {@dc 12} Strength check, ending the restrained condition on a success. Other characters can attempt to free the restrained party member with a {@dc 12} Strength check." - ], - "id": "034" - } - ], - "id": "031" - }, - { - "type": "entries", - "name": "Freeing the Researcher", - "page": 94, - "entries": [ - "To free Kenna from her slime prison, a character, using an action, needs to succeed on a {@dc 12} Strength check or use applicable spells. Once free, if the slimes are still a threat, Kenna will do her best to stay out of the way and follow orders that don't put her in danger. So long Kenna doesn't attack, the slimes will ignore her.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "Inside the body of the shifting slime is a trinket that looks to be a small sphere, intricately woven from strands of gold and bronze. This is a {@item nest charm|HWCS}. The charm's magical aura is faint from having been fed upon by the shifting slime, but it is very much intact." - ], - "id": "036" - } - ], - "id": "035" - }, - { - "type": "entries", - "name": "Slime Sampling", - "page": 95, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "Kenna runs towards the adventurers. \"Thank you for saving me, but, please, I need a sample!\" the corvum says, her eyes filled with determination. She almost lost her life, but is now begging you to help her collect ooze samples from slimes. \"I can give you something if you help me. Please, it's so important to my research. I can't go back to the Reach empty handed. I've come so far. I have risked so much. Please...\" You can hear the desperation in her pleas." - ], - "id": "038" - }, - "If characters refuse to help Kenna, a {@dc 10} Charisma ({@skill Persuasion}) check is required to get her to come along.", - "If characters wish to assist the young researcher, Kenna has three vials she will pass out to anyone willing to help. One vial is sufficient for a sample.", - "The party must find a live slime from which to collect the sample. This can be accomplished by making a {@dc 12} Dexterity ({@skill Sleight of Hand}) check.", - "The party can backtrack to find slimes they previously encountered in the caves, or the party can explore the Mokk Fields outside of the caverns for slimes. The {@table Appendix E: Random Encounters; Swamp Encounters (Level 1)|HWCS|Swamp Encounters} table or the {@table Appendix E: Random Encounters; Cave Encounters (Level 1)|HWCS|Cave Encounters} table can be used to decide what creatures lurk in the fields and caves." - ], - "id": "037" - } - ], - "id": "025" - }, - { - "type": "section", - "name": "Returning to the Reach", - "page": 95, - "entries": [ - "The trip back to Winnowing Reach is uneventful, if a little slow, with the researcher tagging along. Magistrate Krane is relieved to see Kenna returned safely and is satisfied to hear there are fewer slimes in the Mokk Fields. For the service of killing a few slimes, the Magistrate awards 5 gp to each character.", - { - "type": "insetReadaloud", - "entries": [ - "\"Look!\" Kenna says, holding up the vials of ooze up for the Magistrate to see. The Magistrate gives her a look of disapproval, which goes unnoticed. Nodding his head slightly to the travelers the Magistrate begrudgingly thanks the party. \"It really wasn't necessary to go to all that trouble for a few samples...but thank you for your help.\"" - ], - "id": "03a" - }, - "Irrespective of if the Magistrate had promised a letter in exchange for the party's help, as thanks, Magistrate Krane promises he will write a letter to the Birdfolk Council on the party's behalf. However, before Krane can write the correspondence requesting that the Council grant an audience to the travelers, he must attend to an urgent problem in the Reach.", - { - "type": "insetReadaloud", - "entries": [ - "\"If you are still around tomorrow, I will summon you to discuss this matter. I may need the help of adventurers and am willing to pay well for your assistance.\" And with that, the Magistrate leaves.", - "Kenna smiles at the group, \"Alright, time to celebrate! How about some refreshments at the Wrangler's Rest? What do you say? First round is on me!\"" - ], - "id": "03b" - }, - "Suggest spending the night in Winnowing Reach if it makes sense for the time of day, or if the characters need a rest. Add that in order to deliver Elder Ardwyn's message to the Birdfolk Council, a letter from the Magistrate would go a long way\u2014it may be in the party's best interest to find out what he wants from the group." - ], - "id": "039" - }, - { - "type": "section", - "name": "The Swamp Witch", - "page": 95, - "entries": [ - { - "type": "entries", - "name": "A Second Request", - "page": 95, - "entries": [ - "The next day, Magistrate Krane summons the party to his official chambers. The discussion requires some discretion and he doesn't want others overhearing.", - { - "type": "insetReadaloud", - "entries": [ - "Turning a few knobs and pushing a few levers, a clunk is heard, and the chamber door is bolted. Satisfied that you are alone, the Magistrate lets out a big sigh before turning around to face you. He looks concerned and tired. \"The swamp,\" he begins hesitantly, \"is home to a foul sorceress, a witch who dabbles in evil magics. I need you to discreetly take care of her. If it got out that I allowed this, I would be finished. Especially after what happened to Ashbarrow, everyone is scared. Think of the Wood. Do what is best for it. Do this one thing for me and I swear, I will write a letter to the Birdfolk Council.\"" - ], - "id": "03e" - }, - "At first the Magistrate appeals to the decency and goodness of the party, but if pressed, he will offer 5 gp per character to help deal with the witch. However, he'll also make it clear his coffers are running low. In order to prove they have dispatched the witch, Walden asks that the party obtain a distinctive amulet made from a small curled horn that she wears, after they've finished the job. It may be a demon's horn, the source of her evil powers, and he would see it destroyed with his own eyes." - ], - "id": "03d" - }, - { - "type": "entries", - "name": "Traversing the Swamp", - "page": 96, - "entries": [ - "The Magistrate suspects the witch's lair can be found in the deepest, foulest stretches of the Mokk Fields.", - "To speed up travel, a character can make a {@dc 15} Wisdom ({@skill Survival}) check to navigate the swamp and find signs of the witch.", - "Alternatively, a {@dc 12} Intelligence ({@skill Arcana}) check could be used to determine the optimal location for magical activity within the swamp.", - "On a success, the party finds the witch after only a few hours of travel, leaving plenty of daylight. On a failure, it takes them longer to find the witch than anticipated, and the party arrives at dusk.", - { - "type": "inset", - "name": "Swamp Encounters", - "entries": [ - "To add more action, consider rolling a {@dice d20} for every hour of travel. On a roll of 5 or lower, roll again on the {@table Appendix E: Random Encounters; Swamp Encounters (Level 1)|HWCS|Swamp Encounters} table to see what happens. The party can also stumble across an encounter from the table if they fail their check to navigate the swamp." - ], - "id": "040" - } - ], - "id": "03f" - }, - { - "type": "entries", - "name": "The Witch's Hut", - "page": 96, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "At last you find yourselves at a small hut on a thin patch of dry land. There are a few gnarled trees, more moss than leaves, flanking the rustic hut. From the porch roof hangs dozens of bundles containing flowers, herbs, and some desiccated lizards.", - "Smoke gently rises from a cobblestone chimney, and a strange yet delicious smell fills the air. Through a window you can see a short, robed figure shuffling quickly about the kitchen, adding ingredients to a cauldron in the shape of a giant snail shell. There is also a rather large beetle skittering around, hopping at their master's heels. She leans over to pat the beetle affectionately, and it chitters in a way that is almost sweet." - ], - "id": "042" - }, - "If the party opts to attack, {@creature Susan of the Swamp|HWCS} will defend herself. She will appeal to the party, explaining that she is not evil, merely misunderstood. During combat she will continue to try and explain that she means no harm, defending only with as much force as necessary to protect herself.", - "Should the party successfully kill the witch, they can easily retrieve the amulet from her body before heading back to inform the Magistrate of their success.", - "If the party approaches civilly, or Susan convinces them to stand down, they will learn that she is a friendly hedge witch who lives with her beetle familiar, Normal. Susan will explain that she relocated to the swamp in order to delve into secret and ancient magical lore on her own terms. In fact, when they walked in on her, she was in the middle of a ritual. It was her hope to summon an entity that she might question regarding a vision she had during a recent divination ritual.", - { - "type": "insetReadaloud", - "entries": [ - "\"I saw a great blaze consuming the Wood. Near the Scorched Grove, I think. There were figures, too. A large, lumbering, burning thing, and something else, shadowed and distant, watching from afar. Heh\u2013that's lizard spleens for you. Their tea gives very cryptic visions. Shame I don't have any moonfish. You always get clear visions from moonfish... or was it starfish?\"" - ], - "id": "043" - }, - "She asks if the party might help her gather the necessary ingredients to complete her ritual.", - "If asked about her amulet, she'll offer a throaty giggle and reply:", - { - "type": "insetReadaloud", - "entries": [ - "\"Oh, this old thing?\" the hedge witch laughs, holding up the horn amulet. \"This is just my old ocarina.\" She demonstrates by placing the horn to her lips and playing a few notes. \"I used to study music at the College.\" She says with a wistful sigh, \"Takes me back.\"" - ], - "id": "044" - }, - "The amulet has no special powers or worth, but it holds a great deal of personal significance to Susan. She won't assent to giving it up simply to appease the Magistrate, but she will consider giving it to the party if they agree to help her complete her ritual." - ], - "id": "041" - }, - { - "type": "entries", - "name": "Finding the Reagents", - "page": 97, - "entries": [ - "The characters are asked to gather some swamp herbs and capture a few plump green frogs, whose spleens are an essential component. Both can be found about an hour's walk north from the hut, near a large pond wreathed with dense reeds. The herbs are easy to locate with a successful {@dc 14} Wisdom ({@skill Survival}) check. On a failure, the characters do not find the herbs, but instead find one of the following items:", - { - "type": "list", - "items": [ - "a bull-rush root,", - "the shed tail of a swamp lizard,", - "a small scale, or", - "a feather, covered in muck." - ] - }, - "These items are magical reagents in their own right and can be turned in to Susan in exchange for potions. Players can roll as many {@skill Survival} checks as they need to find the herbs.", - "The frogs are Tiny creatures with an armor class of 14, but they only have 1 hit point. The frogs will retreat into the pond's depths at the slightest hint of trouble, and characters require a {@dc 15} Dexterity ({@skill Stealth}) check to attack them.", - "There are enough frogs about that characters can find as many as they need. After three failed attempts to catch them, however, the players will trigger an event.", - { - "type": "insetReadaloud", - "entries": [ - "The ground around you begins to rumble, as a chorus of croaking rings in your ears. A gigantic frog bursts from the pond, fixing you and your companions with a hungry gaze!" - ], - "id": "046" - }, - "This frog resembles the smaller ones the party was trying to catch, but it is many times their size, and is looking to make a meal of the characters. Use the stats for a {@creature giant toad}. Upon defeating the creature, a character can cut out its spleen easily, provided they don't mind getting covered in frog innards. The spleen is so large that Medium creatures must carry it with both hands, and Small creatures can barely carry it over their shoulder. The giant frog's spleen should provide ample material for the ritual.", - "After the party has gathered three frogs, or one spleen from the giant frog, they can return to the witch. If they returned with the giant frog's spleen, Susan will congratulate them and muse how lucky she is to have this for future experiments. She will save all that she doesn't use in stoppered glass jars." - ], - "id": "045" - }, - { - "type": "entries", - "name": "The last demon I summoned wouldn't stop talking...", - "page": 98, - "entries": [ - "Now that she has what she requires, Susan will start the ritual.", - { - "type": "insetReadaloud", - "entries": [ - "Susan draws the curtains on her windows. The only light source in the hut is the eerie green glow that emanates from the mixture bubbling in the large snail shell cauldron. Susan adds the final ingredients: first the herbs, which burn as they are incorporated into the mixture. This causes Susan to cackle with delight, while Normal clicks its mandibles cheerily. \"O great spirit, heed my call!\" Susan intones as she adds the frog spleens. \"Rise and grant me the wisdom I seek!\" The ritual ends with a flash, and a whoosh of air whips the curtains open." - ], - "id": "048" - }, - "Refer to Fig. 1.3 for a map of Susan's Hut.", - { - "type": "gallery", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Susans-Hut-DM.webp" - }, - "width": 832, - "height": 668, - "imageType": "map", - "id": "15d", - "title": "Fig. 1.3: Susan's Hut", - "grid": { - "type": "square", - "size": 213, - "offsetX": -80, - "offsetY": 21, - "scale": 4 - } - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Susans-Hut.webp" - }, - "title": "Player Version", - "width": 793, - "height": 793, - "imageType": "mapPlayer", - "mapParent": { - "id": "15d" - }, - "grid": { - "type": "square", - "size": 198, - "offsetY": 2, - "scale": 4 - } - } - ] - }, - { - "type": "inset", - "name": "Using the Susan's Hut map", - "entries": [ - "Determine where the player characters are positioned when the fight breaks out. Suggested starting positions for the lesser demon and Susan are provided for ease of play. Should the fight spill outside, consider having the water areas of the map be difficult terrain." - ], - "id": "049" - }, - "After a moment of trepidation, a {@creature lesser demon|HWCS} climbs out of the cauldron, spilling the ritual mixture everywhere. Susan begins to ask the demon a flurry of questions. At first the demon seems uninterested, and is unresponsive to Susan's inquiries. Suddenly, it attacks the nearest person wildly, which may be Susan or a party member. It behaves confused and feral, remaining on the attack until defeated, at which point it crumbles into ash that floats away mysteriously." - ], - "id": "047" - } - ], - "id": "03c" - }, - { - "type": "section", - "name": "A Witch's Debt", - "page": 99, - "entries": [ - "Susan is grateful for your help in dispatching the demon. She admits she may have been a bit too ambitious with her summoning, and will adjust her future rituals accordingly. If the party asked her for her amulet (or if they ask her for it now), she'll part with it as thanks for stopping the demon before it could hurt anyone or destroy her home. Susan will also thank the party for warning her about the Magistrate, but assure them that she's accustomed to looking after herself.", - "If the party ever visits the Mokk Fields in the future, Susan promises her door will always be open. As the party walks away from the hut, it almost seems like Normal is waving goodbye.", - "The party may now call on Susan to make a variety of potions and brews in exchange for ingredients and a donation of 1 gp per potion. Refer to the table below for more details.", - { - "type": "inset", - "name": "Rewards", - "entries": [ - "If the party assisted the witch successfully, she is now considered an ally. She offers two {@item potion of healing|dmg|potions of healing} to the party, with the promise of more potions in exchange for ingredients." - ], - "id": "04b" - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Potions.webp" - }, - "width": 741, - "height": 367 - }, - { - "type": "table", - "colLabels": [ - "Potion", - "Ingredients", - "Potion Effect" - ], - "colStyles": [ - "col-3", - "col-3", - "col-6" - ], - "rows": [ - [ - "Potion of Healing", - "A swamp lizard tail and bull-rush root", - "Heals the drinker for {@dice 2d4 + 2}." - ], - [ - "Potion of Greater Healing", - "A crocodile eye, bull-rush root, and a violet fungus cap", - "Heals the drinker for {@dice 4d4 + 2}." - ], - [ - "Potion of Animal Friendship", - "A bit of fur, a scale, a feather, and a whisker", - "The imbiber can cast {@spell animal friendship} (save {@dc 13}) for 1 hour at will." - ], - [ - "Potion of Feather Fall", - "A downy feather and a pinch of forest ash", - "The imbiber gains the effects of the {@spell feather fall} spell for 5 minutes." - ], - [ - "Potion of Resistance", - "Shifting slime residue and a small mirror", - "The imbiber gains resistance to one type of damage for 1 hour (Player's choice)." - ], - [ - "Oil of Stickiness", - "Sticky slime residue and a forest slug", - "When spread on an object or location it creates a nearly imperceptible coating. Creatures that come into contact with the oil must succeed a {@dc 12} Strength ({@skill Athletics}) check or become restrained. At the end of each of its turns, a restrained creature can repeat the saving throw, ending the effect on a success." - ], - [ - "Potion of Slipperiness", - "Mountain breeze and morning dew", - "If spread on a creature, they gain the effects of the {@spell freedom of movement} spell for 10 minutes. If spread on a location, it gains the effects of the {@spell grease} spell for 20 minutes or until it is washed away. " - ] - ] - } - ], - "id": "04a" - }, - { - "type": "section", - "name": "Leaving the Reach", - "page": 100, - "entries": [ - "After dealing with the swamp witch, the party returns to Winnowing Reach. The Magistrate wants to hear about the excursion, and again invites the characters into his chambers for a private conference.", - { - "type": "entries", - "entries": [ - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "If the party killed the witch", - "entries": [ - "They can simply tell the truth. Walden will immediately ask for his proof; handing him the horn amulet will convince him of the party's deed and allow them to receive the promised reward of 5 gp per character, if agreed upon." - ], - "id": "04f" - }, - { - "type": "entries", - "name": "If the party did not kill the witch and wishes to lie about it", - "entries": [ - "One character must make a {@dc 11} Charisma ({@skill Deception}) check to pass off a suitable lie to the Magistrate. If they produce the horn amulet as proof, the character making the check rolls with advantage. If they do not have the amulet, they must account for why they don't have it in order for Walden to accept their story and reward them." - ], - "id": "050" - }, - { - "type": "entries", - "name": "If the party killed the witch, or convinced the Magistrate of such", - "entries": [ - "Walden also produces the promised letter." - ], - "id": "051" - }, - { - "type": "entries", - "name": "If the party did not kill the witch, and tells the truth", - "entries": [ - "The Magistrate responds furiously:", - { - "type": "insetReadaloud", - "entries": [ - "\"You WHAT!?\" Walden replies. \"Don't you see that you have doomed our town? You are not the heroes I took you for. Take your things and leave.\"" - ], - "id": "053" - }, - "He refuses to pay any agreed upon bounty for the party's work, and will not write them their letter of introduction.", - { - "type": "insetReadaloud", - "entries": [ - "\"Should you require a letter of introduction,\" Walden begins, a sardonic look playing across his face, \"why not try the Magistrate of Alderheart?\" He gives a hollow chuckle. \"Oath-breakers like yourselves will have much in common with that scoundrel.\"" - ], - "id": "054" - } - ], - "id": "052" - }, - "As the party prepares to depart, Eliza approaches, asking if she might travel alongside them to Alderheart. She welcomes both the company and protection offered by the party.", - "When the party is ready to leave, they can resume their journey to Alderheart to deliver Elder Ardwyn's message to the Council. The road to Alderheart leads northeast out of town, deeper into the forest." - ], - "id": "04e" - } - ], - "id": "04d" - }, - { - "type": "inset", - "name": "Rewards", - "entries": [ - { - "type": "list", - "items": [ - "Award standard XP for defeated foes.", - "For surviving the collapsing hazard in the Mokkden Caverns: 100 XP per character." - ] - }, - "If using the milestone experience rule, the characters reach 2nd level." - ], - "id": "055" - } - ], - "id": "04c" - } - ], - "id": "007" - }, - { - "type": "section", - "name": "Part 2: The Bandit Menace", - "page": 101, - "entries": [ - "{@font a story of strife and fire|HPPHumblescratch}", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Part-2.webp" - }, - "width": 946, - "height": 539 - }, - "This part of the adventure introduces one of the greatest forces threatening the Wood: the Bandit Coalition, which has risen up and gained power since the fires first began to spread. The Coalition's membership is comprised mostly of humblefolk who, because of the fires, have been displaced from small villages deep in the Wood. Their homes are generally less fortified than the birdfolk perches, and while humblefolk refugees have sought shelter within Alderheart, many were refused entry due to overcrowding, and have turned to a life of banditry to sustain themselves.", - "The Coalition now represents a serious threat to the Wood, owing to the leadership of a scarred cervan warrior named {@creature Benna Seridan|HWCS}. Benna's mission is one of revenge against the Birdfolk Council at Alderheart, but she also seeks to support all the forest-dwellers who were displaced by the fires, many of whom now serve in the Coalition. The party must defend Alderheart from the Bandit Coalition, and will later be asked by the Council to help strike a decisive blow against the bandit menace.", - { - "type": "section", - "name": "A Rough Road Ahead", - "page": 101, - "entries": [ - "After their trials at Winnowing Reach, characters will continue to make their way toward Alderheart to seek an audience with the Birdfolk Council, possibly with Eliza in tow. The road to the capital is long, requiring three days of travel. Be sure to have Eliza or another NPC from Winnowing Reach remind the party to properly stock up before they depart. They can find any supplies they might need for their journey (rations, bedrolls, and the like) at the local general store.", - { - "type": "inset", - "name": "The Wood is Burning", - "entries": [ - "By this point, the party should have some idea of the effects of the fires on the Wood and its citizens. Provide more context as the party continues their travels by describing scorched sections of the forest on the horizons, or the remains of burnt-down woodland villages.", - "These themes can be expanded upon by selecting encounters from the Road Encounters table (such as emberbats, or bandits) to further illustrate the depth of the chaos caused by the spreading fires. " - ], - "id": "058" - }, - "Roll a {@dice d20} for each day of travel, and on a roll of 5 or lower, roll again on the Road Encounters table. To add more random encounters, roll a {@dice d20} every four hours of travel. Alternatively, have the party skip straight to Alderheart.", - "In each encounter, if accompanied by Eliza, she will do her best to stay out of danger, hiding behind her cart and relying on the party to protect her and her wares.", - { - "type": "table", - "caption": "Road Encounters", - "colLabels": [ - "d8", - "Encounter" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "{@dice 2d4} {@creature mapach bandit|HWCS|mapach bandits} ambush the party." - ], - [ - 2, - "{@dice 1d2} {@creature swarm of emberbats|HWCS|swarms of emberbats} attack the party." - ], - [ - 3, - "{@dice 1d3} {@creature magmin} can be spotted burning foliage through the trees. They haven't started a fire yet, but they will if left unchecked." - ], - [ - 4, - "A {@creature giant elk} appears in a peaceful glade, drinking from a mysterious pond with an abundance of plant life. There is a sense of calm and serenity here. Each character that stops to drink from the pond heals {@dice 1d4 + 2} hit points." - ], - [ - 5, - "{@dice 1d4 + 1} {@creature mapach bandit|HWCS|mapach bandits} and a {@creature jerbeen thief|HWCS} spring from the forest, offering safe passage for a road toll of 3 gp per party member. They will attack if the toll is not paid immediately." - ], - [ - 6, - "A traveling {@creature gallus druid|HWCS} is met on the road. She has a calm demeanour and will inform the party of {@book The Tenders|HWCS|6|The Tenders}, an organization to which she belongs. She has two bags of poultice that she will sell for 15 gp apiece. Each can be applied to a wound to heal {@dice 1d4 + 2} hit points." - ], - [ - 7, - "A small pool of water giving off mist can be seen in a clearing. Disturbing the pool reveals that the mist is actually steam and the water is scalding. {@dice 1d4 + 1} {@creature steam mephit|MM|steam mephits} appear and attack immediately." - ], - [ - 8, - "A bandit's net trap has been laid across the trail and covered with leaves. It can be spotted with a {@dc 15} Wisdom ({@skill Perception}) check. If characters walk into it, the trap springs, and characters must make a {@dc 14} Dexterity saving throw to avoid getting caught. On a failure, you can roll on this table again to complicate the encounter." - ] - ] - } - ], - "id": "057" - }, - { - "type": "section", - "name": "The Great Tree City", - "page": 102, - "entries": [ - "If traveling with Eliza, read this:", - { - "type": "insetReadaloud", - "entries": [ - "After a few hours of travel, Eliza abruptly sets her cart down where the road winds around an immense tree trunk. The tree is so large its branches block out sunlight for at least a mile. \"Well, this is it! We've finally arrived at Alderheart!\" She gestures upward to a network of platforms and bridges in the canopy above. Closer inspection of the tree shows rough steps carved into the trunk. At a distance, these steps are almost impossible to spot." - ], - "id": "05a" - }, - "If Eliza is not around to guide the party, read the following:", - { - "type": "insetReadaloud", - "entries": [ - "After a few hours of travel, the road winds around an enormous tree whose branches block out the sunlight for at least a mile. Looking up, in the canopy you can see a system of pulleys which lead to networks of platforms and bridges. Closer inspection of the tree reveals hidden steps carved into the massive trunk. You have reached Alderheart, the Great Tree City." - ], - "id": "05b" - }, - { - "type": "entries", - "name": "A Bustling Metropolis", - "page": 102, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "You and your companions emerge from the winding stairway up the trunk into a canopy filled with the bustle of city life. Buildings are located within the foliage, and crowded roadways are sculpted from the giant branches. The roadways are connected with rope, wood bridges, and carefully postioned platforms made of timber. Birdfolk guards, known colloquially as \"the Perch Guard,\" can be seen keeping watch throughout the city. Laborers operate pulley systems that are used to raise carts to the canopy platforms." - ], - "id": "05d" - } - ], - "id": "05c" - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Part-2-2.webp" - }, - "width": 1047, - "height": 1080 - }, - "For more details about the city, refer to the description of Alderheart in {@book Chapter 3: Traversing the Wood|HWCS|3|Alderheart}. All the usual amenities of a large city can be found here. Refer to Fig. 2.1 for a map of Alderheart.", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Alderheart.webp" - }, - "width": 1170, - "height": 1080, - "imageType": "map", - "id": "15e", - "mapRegions": [ - { - "area": "05e", - "points": [ - [ - 868, - 142 - ], - [ - 881, - 105 - ], - [ - 910, - 75 - ], - [ - 950, - 62 - ], - [ - 990, - 51 - ], - [ - 1031, - 53 - ], - [ - 1081, - 72 - ], - [ - 1125, - 120 - ], - [ - 1132, - 152 - ], - [ - 1117, - 198 - ], - [ - 1090, - 223 - ], - [ - 1050, - 244 - ], - [ - 997, - 246 - ], - [ - 946, - 240 - ], - [ - 894, - 217 - ], - [ - 870, - 179 - ] - ] - }, - { - "area": "05f", - "points": [ - [ - 55, - 283 - ], - [ - 70, - 237 - ], - [ - 103, - 204 - ], - [ - 155, - 187 - ], - [ - 197, - 181 - ], - [ - 245, - 192 - ], - [ - 291, - 217 - ], - [ - 317, - 260 - ], - [ - 317, - 299 - ], - [ - 298, - 337 - ], - [ - 243, - 367 - ], - [ - 205, - 377 - ], - [ - 151, - 374 - ], - [ - 90, - 346 - ], - [ - 62, - 314 - ] - ] - }, - { - "area": "060", - "points": [ - [ - 870, - 398 - ], - [ - 888, - 358 - ], - [ - 908, - 337 - ], - [ - 945, - 318 - ], - [ - 1002, - 309 - ], - [ - 1050, - 317 - ], - [ - 1094, - 338 - ], - [ - 1123, - 364 - ], - [ - 1134, - 405 - ], - [ - 1123, - 435 - ], - [ - 1105, - 463 - ], - [ - 1071, - 487 - ], - [ - 1030, - 497 - ], - [ - 980, - 502 - ], - [ - 923, - 485 - ], - [ - 889, - 457 - ], - [ - 871, - 427 - ] - ] - }, - { - "area": "061", - "points": [ - [ - 55, - 601 - ], - [ - 69, - 563 - ], - [ - 93, - 537 - ], - [ - 124, - 516 - ], - [ - 184, - 503 - ], - [ - 227, - 506 - ], - [ - 282, - 530 - ], - [ - 312, - 563 - ], - [ - 321, - 597 - ], - [ - 313, - 629 - ], - [ - 293, - 658 - ], - [ - 262, - 679 - ], - [ - 203, - 694 - ], - [ - 154, - 692 - ], - [ - 119, - 681 - ], - [ - 82, - 656 - ], - [ - 59, - 623 - ] - ] - }, - { - "area": "062", - "points": [ - [ - 867, - 662 - ], - [ - 879, - 631 - ], - [ - 898, - 601 - ], - [ - 924, - 583 - ], - [ - 979, - 566 - ], - [ - 1023, - 570 - ], - [ - 1063, - 581 - ], - [ - 1103, - 603 - ], - [ - 1125, - 634 - ], - [ - 1134, - 673 - ], - [ - 1117, - 709 - ], - [ - 1091, - 736 - ], - [ - 1055, - 753 - ], - [ - 1003, - 760 - ], - [ - 949, - 750 - ], - [ - 898, - 725 - ], - [ - 875, - 695 - ] - ] - }, - { - "area": "063", - "points": [ - [ - 55, - 917 - ], - [ - 71, - 879 - ], - [ - 95, - 855 - ], - [ - 123, - 837 - ], - [ - 155, - 828 - ], - [ - 200, - 827 - ], - [ - 237, - 833 - ], - [ - 280, - 851 - ], - [ - 309, - 877 - ], - [ - 319, - 916 - ], - [ - 317, - 950 - ], - [ - 297, - 979 - ], - [ - 250, - 1006 - ], - [ - 192, - 1019 - ], - [ - 147, - 1014 - ], - [ - 92, - 989 - ], - [ - 63, - 956 - ] - ] - }, - { - "area": "064", - "points": [ - [ - 869, - 932 - ], - [ - 869, - 899 - ], - [ - 884, - 870 - ], - [ - 922, - 844 - ], - [ - 968, - 830 - ], - [ - 1013, - 825 - ], - [ - 1058, - 835 - ], - [ - 1106, - 860 - ], - [ - 1124, - 896 - ], - [ - 1133, - 924 - ], - [ - 1123, - 965 - ], - [ - 1077, - 999 - ], - [ - 1030, - 1017 - ], - [ - 972, - 1017 - ], - [ - 923, - 1004 - ], - [ - 881, - 970 - ] - ] - } - ], - "hrefThumbnail": { - "type": "internal", - "path": "adventure/HWAitW/thumbnail/Alderheart.webp" - }, - "title": "Fig. 2.1: Alderheart", - "grid": { - "type": "none", - "scale": 2 - } - }, - { - "type": "entries", - "name": "1. Council Plaza", - "page": 105, - "entries": [ - "The upper levels of Alderheart's canopy can be reached by a stairway near the canopy market that leads up through a massive central pillar. This is where all judicial and government buildings related to the oversight of Alderheart and Humblewood can be found. Here, characters can find the Birdfolk Council Chambers, a large domed structure nestled within the branches. Next to it, there is a courthouse, a gaol, and the Perch Guard Headquarters. All of these buildings are arranged around an open plaza containing a large statue of a sera luma dressed in ceremonial robes. This is an effigy of Speaker Ava, the Founder of the Birdfolk Council." - ], - "id": "05e" - }, - { - "type": "entries", - "name": "2. Canopy Market", - "page": 105, - "entries": [ - "This busy market in the canopy is where characters can find high quality wares and imported goods from beyond Humblewood. Talented weaponsmiths, armorers, and merchants of all sorts do business here. There are also shops on the outskirts with truly unique wares. {@adventure Eliza's Emporium|HWAitW|2|Eliza's Emporium} is located in the canopy market, a little ways off from the main thoroughfare." - ], - "id": "05f" - }, - { - "type": "entries", - "name": "3. The Boughs", - "page": 105, - "entries": [ - "An affluent neighborhood of high class homes. Many of Alderheart's aristocrats and high ranking city officials have residences here." - ], - "id": "060" - }, - { - "type": "entries", - "name": "4. The Branches", - "page": 105, - "entries": [ - "A neighborhood made of modest homes, connected by wood bridges and gliding platforms. This area is dangerous for non-birdfolk. Without the ability to glide, a fall from here is almost certainly fatal." - ], - "id": "061" - }, - { - "type": "entries", - "name": "5. Trunk Market", - "page": 105, - "entries": [ - "Lately, the number of folks residing in the trunk section has swelled due to villagers escaping the fires. A hollow space, just a few minutes walk from the trunk's market, has become a shelter area for refugees, much to the dismay of local merchants. The market area is overcrowded, and many refugees are searching for work, begging for alms, or taking to thievery to support themselves." - ], - "id": "062" - }, - { - "type": "entries", - "name": "6. The Bright Hollows", - "page": 105, - "entries": [ - "This part of the trunk is known for a series of holes within the bark that allow natural light to stream in. The trunk contains many of the common homes and markets in Alderheart, and the majority of those who live there are humblefolk. Some pathways here lead to dwellings on the outside of the tree, which are nicer than the simplet homes that can be found inside the trunk." - ], - "id": "063" - }, - { - "type": "entries", - "name": "7. The Underfall", - "page": 105, - "entries": [ - "The roots are the slums of Alderheart, and within these shabby tunnels characters will see destitute refugees and communities of locals living in poverty. This is the best place to find criminal contacts within the city, as well as fences who can help characters sell restricted goods or purchase them at a heavily inflated price." - ], - "id": "064" - }, - { - "type": "entries", - "name": "Seeing the Sights", - "page": 105, - "entries": [ - "Characters should be given an opportunity to rest after their journey, and be encouraged to explore the city." - ], - "id": "065" - } - ], - "id": "059" - }, - { - "type": "section", - "name": "Eliza's Emporium", - "page": 106, - "entries": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Elizas-Emporium.webp" - }, - "width": 793, - "height": 793, - "imageType": "mapPlayer", - "title": "Fig. 2.2: Eliza's Emporium", - "grid": { - "type": "square", - "size": 199, - "offsetX": -8, - "offsetY": -5, - "scale": 4 - } - }, - { - "type": "inset", - "name": "Using the map of Eliza's Emporium", - "entries": [ - "Though it is unlikely that an interaction in Eliza's shop will result in combat, a map of her emporium is provided to show what the interior of a common Humblewood shop or home might look like." - ], - "id": "067" - }, - "If Eliza accompanied the characters, a day or more has passed since arriving to Alderheart, Eliza will find the party and let them know where her new storefront is located. She is taking over an old shop on the edge of the canopy market, the same one her sister used to manage. Visiting the shop now, the characters will find that it looks a little run down compared to the others nearby, but Eliza is determined to make her business a success. Should the party return after the next few encounters, she will have it looking almost new. Refer to Fig. 2.2 for a map of Eliza's Emporium.", - "If the party helped Eliza along her journey she will remember their kindness and offer them a 10% discount on purchases, and an extra 10% when selling to her. While always friendly and welcoming, if a character ever deeply offends Eliza, she will refuse them service. Those looking to get back in her good graces may find success by offering a unique item as an apology.", - { - "type": "entries", - "name": "Goods for Sale", - "entries": [ - "In addition to adventuring essentials, Eliza prides herself on stocking one-of-a-kind items and treasures. She is a consummate capitalist and always knows how to properly value an item. Her rare goods usually come with large price tags.", - "Eliza's stock consists of basic adventuring gear, along with a collection of strange and unique goods found in her travels. At first, her wares are sparse, but more items may be added to the shop as the story unfolds and Eliza becomes more established in the city. The below tables can also be rolled on to randomize the wondrous items Eliza has managed to acquire. All magic items listed here can be found in the 5th Edition Core Rules.", - { - "type": "inset", - "name": "Magic Items That Reference Character Races", - "entries": [ - "Typical fantasy races (elves, dwarves, halflings, orcs and the like) aren't native to the world of Everden, but instead of keeping magic items that reference these races out of your campaign, it is recommended that you find a way to incorporate them in ways that fit with the races available in the Humblewood setting. For example, the {@item cloak of elvenkind} allows its wearer to camouflage with their surroundings, much like the Patterned Feathers ability possessed by strigs, so it could be called the cloak of strigkind instead." - ], - "id": "069" - }, - { - "type": "table", - "colLabels": [ - "{@dice d6}", - "Item", - "Cost" - ], - "colStyles": [ - "col-1 text-center", - "col-8", - "col-3" - ], - "rows": [ - [ - 1, - "Deed to a house in Brackenmill", - "500 gp" - ], - [ - 2, - "Wooden Eye", - "10 gp" - ], - [ - 3, - "Scroll of {@spell major image}", - "150 gp" - ], - [ - 4, - "A small clockwork squirrel made of bronze. It will hop for 1 minute after it has been properly wound.", - "25 gp" - ], - [ - 5, - "Token with a ram's head on it", - "5 gp" - ], - [ - 6, - "An old {@item spellbook|phb} with {@dice 1d6} random 1st level spells, {@dice 1d4} random 2nd level spells, and 1 random 3rd level spell (choose from the Wizard's spell list).", - "350 gp" - ] - ] - }, - { - "type": "table", - "colLabels": [ - "{@dice d10}", - "Magic Item", - "Cost" - ], - "colStyles": [ - "col-1 text-center", - "col-8", - "col-3" - ], - "rows": [ - [ - 1, - "eluran boots ({@item boots of elvenkind})", - "200 gp" - ], - [ - 2, - "{@item bracers of archery}", - "250 gp" - ], - [ - 3, - "cloak of strigkind ({@item cloak of elvenkind})", - "300 gp" - ], - [ - 4, - "{@item quiver of Ehlonna}", - "350 gp" - ], - [ - 5, - "{@item Quaal's feather token, bird}", - "500 gp" - ], - [ - 6, - "{@item Quaal's feather token, tree}", - "500 gp" - ], - [ - 7, - "{@item figurine of wondrous power, silver raven}", - "250 gp" - ], - [ - 8, - "{@item ring of feather falling}", - "600 gp" - ], - [ - 9, - "{@item robe of useful items}", - "350 gp" - ], - [ - 10, - "{@item staff of the python}", - "500 gp" - ] - ] - } - ], - "id": "068" - } - ], - "id": "066" - }, - { - "type": "section", - "name": "The Birdfolk Council", - "page": 107, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "Walking towards the Council Chambers, you can see a huge domed structure rising up through the foliage. The building is cradled into the natural curve of Alderheart's giant trunk. A large platform has been built around the imposing structure, connecting it to the branch-roads that run throughout the city. It is adorned with brightly-colored banners displaying crests of the major settlements of the Wood. Two guards in resplendent armor stand watch at the entrance, turning away those who do not have permission to enter. A throng of people mill about nearby." - ], - "id": "06b" - }, - "Without a letter of introduction, the guards will ask the party to register their pleas at the local magistrate's office and wait for their request to be approved (see {@adventure The Magistrate of Alderheart|HWAitW|2|The Magistrate of Alderheart}).", - "With a letter of introduction from a magistrate, the guards watching the entrance will verify the paperwork (skip The Magistrate of Alderheart, and see {@adventure Audience with the Council|HWAitW|2|Audience with the Council}).", - { - "type": "entries", - "name": "The Magistrate of Alderheart", - "page": 107, - "entries": [ - "When the party enters the Magistrate's office they find {@creature Gregor Thornspur, Magistrate of Alderheart|HWCS}, sitting at his desk.", - { - "type": "insetReadaloud", - "entries": [ - "\"Ashbarrow has burned to the ground? You don't say!\" The Magistrate looks down at his papers as he strokes his chin. \"Now, that is important. Unfortunately, I am bound by my office to be fair, so your news will have to wait, just like everyone else. I recommend you make yourselves comfortable and enjoy the splendor of the city.\" After a short pause, Gregor raises his head and continues, \"But, if you are interested, and are willing to hear me out, I might 'accidentally' submit your request ahead of the others. These things do happen, you know.\"" - ], - "id": "06d" - }, - "If the party agrees to help, the Magistrate will tell them about a group of jerbeens that have been causing trouble around the trunk's market district. People down there have been filing complaints, and he would like to see the matter dealt with. Supposing the party can ensure Gregor never has to hear about this problem again, he'll grant them an early audience with the Council.", - "You can have the party come up with their own solution for finding the jerbeens, but if they're stuck, advise them that asking around the market might be an easy way to locate them. Inquiring around the market will require a {@dc 13} Intelligence ({@skill Investigation}) check, which will lead the party straight to the jerbeen hideout on a success. A failure will require another hour of searching before coming across someone who knows where the hideout is.", - "There are four jerbeens, all of them siblings. Their parents died when their village was consumed by a forest fire, and they've been stealing to survive ever since. The eldest uses the stat block for a {@creature jerbeen thief|HWCS}. The other three, being far less skilled, use the stat block for a {@creature bandit}, but halve the bandit's hit points (add jerbeen traits to these NPCs if desired). They are all armed with {@item dagger|phb|daggers} and {@item sling|phb|slings}.", - "The party can attempt to persuade the thieves to stop stealing and find another means to support themselves. A {@dc 14} Charisma ({@skill Persuasion}) check will convince them their current lifestyle is too dangerous, but it won't solve their problems. Have the characters roleplay to find a solution. Any character with a background that grants them connections to a temple, business, or other such institutions in the city could likely help the jerbeen orphans secure work.", - "The party can give the young thieves some gold, solving their financial problems temporarily. Any amount of gold will help them for a time: five gold pieces will provide the siblings enough security to look for honest work, while a payment of one gold piece could result in the jerbeens resorting to stealing again, once the gold runs out. In the latter situation, the characters may cross paths with the Magistrate later, at which point he will report that \"The thieves are at it again!\"", - "The orphans can also simply be fought. If one or more of them are reduced to 0 hit points, the rest will flee. This humbling experience could result in them aligning with the bandits to survive. The Magistrate may never hear from the orphans again, but the party might meet the jerbeen orphans again during an encounter with bandits.", - "Whatever the party decides to do, after confirming the player's actions through some of his connections in the city, the Magistrate will tell the party they can expect to have their audience granted the following day." - ], - "id": "06c" - }, - { - "type": "entries", - "name": "Audience with the Council", - "page": 108, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "The guard to your left roughly grabs the paperwork. \"Let me see that.\" After giving the scroll a very thorough readthrough, the guard moves to the side, stiffens his back, and gestures towards the door. \"Everything is in order here. Please join the other petitioners waiting to be summoned.\"", - "After waiting for what feels like an eternity, another guard loudly calls your names and instructs you to enter the chambers.", - "As you pass through the double doors into the Council Chambers, you see a group of five stately birdfolk arranged across elevated seats. Each council member has a tall podium in front of them, rising to just above their waist. A sheaf of papers is ordered neatly upon each podium. A circular aperture in the center of the ceiling allows sunlight to shine in. A wise-looking bright gallus raises a talon in greeting and addresses your party: \"You now stand in the presence of the Birdfolk Council. I am the Council's Speaker, Bita. Please, state your case.\"" - ], - "id": "06f" - }, - "Overseen by {@creature Bita, the Council Speaker|HWCS}, the Council is the ruling body of Humblewood. The Council has the authority to draft laws that affect the entire Wood.", - "The members of the Council will gladly hear the party out. Despite the dignity and formality with which they hold themselves, each Council member cares deeply for the people of the Wood. They will listen carefully to the woes Meadowfen is facing, and will be saddened to hear of Ashbarrow's destruction. If there are any other issues the party wishes to recount to the Council, they will hear these as well.", - "Use this pool of information to inform the Council's behavior:", - { - "type": "list", - "items": [ - "The Council is aware of the spreading fires, but their primary concern is banditry jeopardizing the big city and essential trading hubs. The bandit ranks have swelled of late, and the Perch Guard can only be spread so thin.", - "The bandits have been rallied by a fearsome leader, making them bolder than ever. Little is known about this leader, but the Council has been able to corroborate that she is a ruthless cervan female, named Benna Seridan, who holds a great hatred for Alderheart.", - "The Council knows that Alderheart could support more refugees, but they prefer to remain cautious in these difficult times. The fires keep spreading, after all. If all the refugees are allowed to enter, how long before the city runs out of food and other essential resources?", - "The Council can decide to confer among themselves and meet with the party again tomorrow afternoon, to see what aid they can afford to send to Meadowfen. They assure the party that aid will be sent, but ask for their patience during these trying times. Sending a cart of supplies along bandit-ridden roads will not be easy, and any guards they send as an escort will mean less protection for the Alderites." - ] - } - ], - "id": "06e" - } - ], - "id": "06a" - }, - { - "type": "section", - "name": "Bandits Attack", - "page": 109, - "entries": [ - "After the meeting with the Birdfolk Council, in the middle of the night, the following happens:", - { - "type": "insetReadaloud", - "entries": [ - "A city-wide alarm sounds, rousing the Perch Guard to their posts. Following the commotion, you see a great deal of movement around the northern entrance to Alderheart. There are shouts of \"Bandits!\" all around, and something about a merchant caravan arriving at the city." - ], - "id": "071" - }, - "{@b {@i If the party decides to check out the scene,}} they will arrive at a platform in front of the northernmost city gate. There they will be faced with a dismal scene: several wagons are being besieged by a massive bandit force. If the characters are armed or wearing armor, the guard captain will beseech them to help repel the bandits.", - "Below, a handful of bandit captains are barking orders at dozens of bandits attacking the caravans. Though the party may want to leap right into the fray, be sure to emphasize the danger involved. While ranged combat might help provide support for the sparse Perch Guard infantry, any character that throws themselves into the melee will soon be overwhelmed.", - "There are many ways characters could provide support for the sparse Perch Guard infantry. Examples include rallying the scattered Perch Guard with a heartening display, or cutting the ropes on the pulley system or freight elevators to create makeshift cover for Alderheart's forces to crouch behind. Encourage players to come up with their own creative solutions.", - "After two or three party members have helped stem the assault, the brigands will start to flee, spilling armfuls of plundered treasure as they escape. At this point, the bandit horde will be small enough that the Perch Guard can go on the offensive, and characters can attempt to enter melee combat. If they do, have them encounter a {@creature vulpin captain|HWCS}, still trying to keep the bandit forces organized. A one-on-one fight with a character might be appropriate, but if the whole party joins in, add two {@creature mapach bandit|HWCS|mapach bandits} or a single {@creature jerbeen thief|HWCS}. The downfall of these foes marks the complete rout of the bandit forces.", - "{@b {@i If no characters go into melee combat,}} the Perch Guard will run the bandits out of the city and into the Wood.", - { - "type": "insetReadaloud", - "entries": [ - "Spears, arrows, and even rocks thrown from slings rain down upon the bandit horde. Laden with the spoils of their raid, the bandits struggle to fight and begin to retreat. A victorious cry goes up along the wall, but the captain of the Perch Guard gazes down at the razed and ramshackled caravan with a look of steely determination. \"We have wounded down there,\" she exclaims, rallying the troops. \"Send for healers!\"" - ], - "id": "072" - }, - "The bandits have taken all they can carry and fled into the northern forest. The scene left in their wake is one of broken merchant carts and wounded people. Birdfolk and humblefolk alike are injured and frightened. Characters can join in the relief effort, helping to carry the injured up the tree for treatment, or assist the shocked travelers to the safety of the canopy. A character who can provide medical aid with skills, tools, or spells may also do so.", - "As the wounds of the injured are being tended, the guard captain will immediately begin organizing a counterattack, hoping to press the bandits back to their hideout and snuff out the threat for good.", - { - "type": "insetReadaloud", - "entries": [ - "\"This cannot be allowed to continue!\" the captain shouts, swinging up on a nearby branch to make herself visible to the crowd. \"These bandits strike at our home, at our livelihood, and at our dignity as citizens of the Wood. Well, I say no more! The time has come for us to stop this menace, once and for all! Who's with me!?\"" - ], - "id": "073" - }, - "The party should be encouraged to join the growing force of guards, militia, and common folk getting ready to leave for the bandit camp. The captain will applaud the party if they volunteer, and single them out to the jeers of the crowd if they try to refuse. Be sure that the captain advises the party to heal if they are wounded, as the bandit camp is heavily fortified and they will meet with strong resistance." - ], - "id": "070" - }, - { - "type": "section", - "name": "Taking the Fight to Them", - "page": 110, - "entries": [ - { - "type": "gallery", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Bandit-Camp-DM.webp" - }, - "width": 831, - "height": 831, - "imageType": "map", - "id": "15f", - "title": "Fig. 2.3: Bandit Camp", - "grid": { - "type": "square", - "size": 214, - "offsetX": -97, - "offsetY": -97, - "scale": 4 - } - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Bandit-Camp.webp" - }, - "title": "Player Version", - "width": 793, - "height": 793, - "imageType": "mapPlayer", - "mapParent": { - "id": "15f" - }, - "grid": { - "type": "square", - "size": 149, - "scale": 3 - } - } - ] - }, - "The bandits, loaded down with stolen goods, leave an obvious trail. They have become brash and sloppy, leading the guard captain and her troops directly to their camp. The camp is a collection of canvas tents and a few hastily-constructed storehouses behind fortified palisades. There is a large central tent that appears to be for the leader of the camp. Refer to Fig. 2.3 for a map of the Bandit Camp.", - { - "type": "inset", - "name": "Using the Bandit Camp map", - "entries": [ - "Depending on how players approach the bandit camp, have them enter at either point marked with a white \"X.\" The bandits attack in two stages, as indicated by the numbered creatures shown on the map. The diagram provides suggested positions for each stage to enter the fight. {@creature Fray Merridan|HWCS}, her wolf, and a jerbeen lieutenant are hiding in the tent, as indicated. If playing with tokens or miniatures, consider keeping Fray and her group off the map until their pres-ence is revealed." - ], - "id": "075" - }, - "The party is joined by a number of birdfolk who are anxious to put an end to the raids. Utilize the {@creature birdfolk guard|HWCS}, {@creature birdfolk skirmisher|HWCS}, {@creature birdfolk militia|HWCS}, and {@creature birdfolk farmer|HWCS} stat blocks to fill in the fighting force. For narrative purposes, have these characters fight in the background, adding tension and color to the encounter. Some of them can join the party's fight if it looks like the characters could use help. Slot them in at the start of the round for the purposes of determining initiative.", - "There is also a lone {@creature strig knight|HWCS} fighting among the Alderites. He is a mighty ally, and the party should notice him displaying his skill and prowess during the fight, perhaps even diverting the flow of battle so that the party can deal with their encounters without interference from more experienced bandits. The knight is {@creature Riffin, the Ash-Knight|HWCS}, an NPC players can choose to seek out after the battle. Whether or not a character speaks to Riffin after the battle, Riffin will join the story at a later juncture. It is advised to not have him help the party directly unless they are in dire need, as he can easily overpower any of the challenges faced here.", - "The moment the two sides meet, fighting will immediately break out between the Perch Guard and the bandits. If at any time the encounter seems too easy, add an extra {@creature mapach bandit|HWCS}.", - "The bandits attack in stages. Roll initiative for all creatures involved in both stages, but only have the second group engage once the first group has been dealt with. The attack stages are as follows:", - { - "type": "entries", - "name": "Stage 1: Attack now, think later", - "page": 111, - "entries": [ - "Out of the greenery rush five {@creature mapach bandit|HWCS|mapach bandits}. There is nothing elegant about the attack. Success in numbers seems to be the battleplan." - ], - "id": "076" - }, - { - "type": "entries", - "name": "Stage 2: \"A\" is for arrows and arbalist", - "page": 111, - "entries": [ - "Schhwaff! An arrow wizzes by and embeds itself in the earth near one of the defeated bandits. Before the arbalist can be located, two {@creature jerbeen thief|HWCS|jerbeen thieves} fall from the branches above. Jumping around wildly, the jerbeens will attempt to disarm and distract the party. Two {@creature mapach bandit|HWCS|mapach bandits} with crossbows, using camp tents as cover, provide ranged support for the thieves." - ], - "id": "077" - }, - { - "type": "entries", - "name": "Leader of the Bandits", - "page": 111, - "entries": [ - "When the party starts to get the bandits under control, read the following:", - { - "type": "insetReadaloud", - "entries": [ - "The chaos of battle surrounds you. Birdfolk militia clash with bandits. Some, merely farmers with pitchforks, are not faring as well as the trained guards. A swift defeat of the bandit leader will surely save many lives." - ], - "id": "079" - }, - "If by some happenstance Fray was killed or captured, skip the below text and replace her with another vulpin captain. The bandit leader will single out the party as the primary threat and decide to take them on.", - { - "type": "insetReadaloud", - "entries": [ - "As you approach the largest tent, you see a familiar figure exit, along with a retainer and a trained wolf. She greets you with a sneer, \"You again!\" The tall, graceful vulpin leader of this bandit camp is none other than Fray Merridan! \"It's time I finished you once and for all.\" Fray draws her sword with a flourish, pointing it at you and your companions. \"You shall have the honor of witnessing my deadly grace before you die.\"" - ], - "id": "07a" - }, - "This time, Fray will attack along with her {@creature wolf} animal companion, and a rough-looking {@creature jerbeen thief|HWCS}. The thief has a scrap of cloth covering one of her eyes and one ear that looks like it's been cut with a knife. Fray and her retainer both have magical items:", - { - "type": "list", - "items": [ - "Fray has come into possession of a magical brooch, which grants her resistance to all force damage and immunity to the {@spell magic missile} spell.", - "The jerbeen thief is wearing magic boots. She can click her heels together as a bonus action to double her walking speed and, for the rest of the fight, cause {@action opportunity attack|phb|opportunity attacks} made against her to have disadvantage." - ] - }, - "Fray will target whoever she fought in her first encounter with the party before battling the rest of the characters. There will be no attempts at self-preservation this time. The Coalition is counting on Fray to defend the camp, and she will not desert her post. Fray will command her wolf and the thief to attack the same target, but if Fray is heavily injured she will call the animal to her aid.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "If the party defeated Fray and her retainer, they are free to help themselves to their equipment.", - "{@b {@i Fray has:}}", - { - "type": "list", - "items": [ - "A fine suit of {@item studded leather armor|phb} (obviously pilfered).", - "A flawlessly made shortsword with a rose insignia on the pommel. It isn't magical, but of obvious craftsmanship, and will sell for double the normal going rate for a {@item shortsword|phb}. Any lower level bandit who sees a character wearing it will also immediately recognize it as a captain's sword, giving them disadvantage on any rolls made to oppose Charisma ({@skill Intimidation}) ability checks made by that character against them.", - "A {@item brooch of shielding}", - "A pilfered bronze ring, studded with rubies, worth 480 gp." - ] - }, - "{@b {@i The thief has:}}", - { - "type": "list", - "items": [ - "A suit of {@item leather armor|phb}", - "Three {@item dagger|phb|daggers}", - "A {@item brooch of shielding}", - "{@item Boots of speed}. The magic in these boots is such that once they are attuned, they will re-shape themselves to fit the feet of the creature wearing them, including transforming into talon-covers for birdfolk." - ] - } - ], - "id": "07b" - } - ], - "id": "078" - }, - { - "type": "entries", - "name": "The Rest Scatter", - "page": 112, - "entries": [ - "After their leader is dispatched, the remainder of the bandit forces flee in any direction they can.", - { - "type": "insetReadaloud", - "entries": [ - "With their leader nowhere in sight, and Alderheart's forces bearing down on them, any semblance of order among the bandits disintegrates. They begin to flee in every direction, taking what they can, and abandoning the camp. A cry of victory rises from the assembled citizens. The day is won, but at a heavy cost." - ], - "id": "07d" - }, - "The bulk of the bandit force appears to be heading east, toward The Crest. The guards, beaten and exhausted, cannot give chase. The guards bandage up the injured and rest briefly before preparing the fallen for transport back to Alderheart.", - "With the camp abandoned by the bandits, the party can take their time searching the camp.", - "During a search of the camp, a few captive birdfolk will be found. These hostages are the villagers from Meadowfen. Taken as ransom, they are a little malnourished but otherwise fine. The captain of the guard promises that she will ensure the Medofenners get to Alderheart safely and, once they are well enough to travel, provide them with an escort back to Meadowfen.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "In the storage buildings near the camp's rear entrance the party finds an assortment of stolen goods, much of it from the day's raid on the merchant caravan:", - { - "type": "list", - "items": [ - "A chest of coins, with a combined value of 350 gp.", - "A collection of small gemstones pried from various objects, with a combined value of 250 gp.", - "A variety of gold and silver plated urns, plates, and utensils, with a combined value of 200 gp." - ] - } - ], - "id": "07e" - } - ], - "id": "07c" - }, - { - "type": "entries", - "name": "Returning Victorious", - "page": 112, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "Leaving the traces of battle behind, the remainder of the Perch Guard and militia return to Alderheart. Honoring their sacrifice, the fallen are transported at the front of the somber parade back to the city. Those who cannot carry themselves are carried on makeshift stretchers while the injured are helped along the trail home. Despite heavy losses, you and your companions are welcomed back to Alderheart as heroes." - ], - "id": "080" - }, - "Upon returning to Alderheart, the party is summoned to an emergency meeting of the Birdfolk Council. The Captain of the Perch Guard commends the party for their bravery and skill, but the Council urgently demands to hear about the bandits. The Council asks many questions about the bandits: their numbers, their tactics, which way they fled, and how many were injured. It is clear the Council fears reinforcements may be nearby.", - "One Council member asks if any personal items were found at the camp, explaining that over the past few months goods and possessions have gone missing. Should the party be honest about what they found in the camp, they will be allowed to keep any recovered magical items for their effort, as well as half of the value of treasure they recovered from the bandit camp.", - "It is also an option to keep their treasure a secret, requiring a {@dc 15} Charisma ({@skill Deception}) check. On a success, the party is taken at their word. On a failure, the Council member who posed the question distrusts them, but the rest of the Council will side with the party in this dispute, at least for now.", - "The Birdfolk Council, not knowing the location of the bandit's hoard, will conduct an inquiry in the coming days.", - { - "type": "inset", - "name": "Rewards", - "entries": [ - { - "type": "list", - "items": [ - "Award standard XP for defeated foes." - ] - }, - "If using milestone rules for experience, each character should now reach level 3." - ], - "id": "081" - } - ], - "id": "07f" - } - ], - "id": "074" - }, - { - "type": "section", - "name": "The Coming Storm", - "page": 113, - "entries": [ - "With the bandits dealt with for now, life quiets down a bit around Alderheart. This is a good opportunity for the characters to further explore the city and resolve plot threads or character hooks.", - "The razing of the bandit camp was a huge blow to the morale of the Bandit Coalition, and should the party wander around the city, the Alderites will make them feel that their actions have had an enormous impact. Roughly a week's downtime is reasonable. Shorten or extend the quiet period depending on side quests. As soon as the party seems ready, skip to {@adventure Council Summons|HWAitW|2|Council Summons}.", - { - "type": "entries", - "name": "Bandit Interrogation", - "page": 113, - "entries": [ - "If any of the party members are curious or would like to pursue leads on the bandit threat, they will find out that Fray (if she is still alive) and any bandits the militia rounded up are being held in the Alderheart gaol.", - "At the gaol, the characters may question Fray or another bandit to persuade them to reveal the location of the bandit's mountain stronghold. The interviewee is initially tight-lipped, but if either goaded with a {@dc 14} Charisma ({@skill Intimidation}) check or bluffed with a {@dc 14} Charisma ({@skill Deception}) check, they will reveal the stronghold's exact location in the Crest. Sometimes there is more than one way to open a lock, and the players may be able to find other avenues to acquire this information. Either way, the captive's position is simple:", - { - "type": "insetReadaloud", - "entries": [ - "The prisoner scoffs, then says snidely, \"So, you know where our base is. It won't do you any good. Our people have suffered while the Council sits by and does nothing. A reckoning is coming to Alderheart.\"" - ], - "id": "084" - }, - "Once the Birdfolk Council learns that the location of the bandit stronghold has been revealed, it won't take them long to summon the party and ask for their assistance in dealing with the stronghold once and for all. Hopefully, action can be taken before the bandits can unleash whatever they're planning for Alderheart." - ], - "id": "083" - }, - { - "type": "entries", - "name": "Seeking out the Ash-Knight", - "page": 113, - "entries": [ - "Should the party want to seek the Ash-Knight out, Riffin can be found at the Wooden Flagon. The Wooden Flagon is a tavern near the trunk's market district where Riffin has been staying. It won't be too hard to locate him, especially if the party speaks with any of the guards, militia, or birdfolk who fought in the assault on the bandit camp. Riffin's gallant efforts against the bandits have made him the talk of the town, and he has had many visitors since the victory.", - { - "type": "insetReadaloud", - "entries": [ - "You see before you a small yet sturdy looking strig clad head to talon in heavy armor, sitting at the bar with a flagon of ale. He wears a shield emblazoned with a wing crest on his back and a sheathed sword on his belt. He regards you with a friendly look as you approach. \"Well, hullo, how'dya do?\"" - ], - "id": "086" - }, - "Riffin is friendly, and will gladly share his story. He is from Ashbarrow and was only able to escape the recent destruction of his village thanks to the help of his good friend {@creature Odwald Ebonhart|HWCS}, who brought him here. Riffin and Odwald have been adventuring buddies for a long time. The morning before the bandits raided the merchant caravan outside Alderheart's gates, Riffin awoke to find Odwald gone without a word. He was looking for his friend when the violence began, but he couldn't stand idly by while bandits attacked the city. Now that he's confirmed Odwald is no longer in Alderheart, Riffin is preparing to leave on a journey to find Odwald. He has some idea of where the old bird might've gone.", - { - "type": "insetReadaloud", - "entries": [ - "\"I owe Odwald, even if he might not accept it. Maybe it's strange, but I just know he's got himself into 'sumthin'. He needs my help. What sorta friend would I be if I abandoned him?\"" - ], - "id": "087" - }, - "Riffin will politely decline any requests from the party asking for his help in dealing with the bandits. His duty now is to his friend. If the party offers to help Riffin look for Odwald, the strig will thank them kindly, but insist that both as a knight and a friend it is his duty alone to pursue this. He knows Odwald well, and Riffin is certain he'll find his friend at one of their old haunts.", - "As the party leaves the tavern, Riffin will wish them luck on their travels. If the party tries to locate Riffin once they get back from the stronghold, they'll find he has already left the city." - ], - "id": "085" - }, - { - "type": "entries", - "name": "Council Summons", - "page": 113, - "entries": [ - "If the party was unsuccessful at holding an audience with the Birdfolk Council and relaying Ardwyn's message, the party may relay that message at this meeting with the Birdfolk Council (see {@adventure Audience with the Council|HWAitW|2|Audience with the Council}).", - "To guarantee the characters meet with the Alderheart Birdfolk Council, have a messenger or guard present them with an immediate summons to the Council Chambers. There, during a brief meeting, the party can be presented with the task of dealing with the bandit stronghold.", - "Having fled after the defeat at their forest camp, many bandits have returned to their stronghold in the Crest. This fortress is capable of withstanding a large-scale attack, and its position in the mountains makes it a dangerous location to assault. The Council has seen fit to ask the adventurers to flush out the bandit leadership once and for all, finally ridding Humblewood of their thievery and brutality. Given a major encounter would prove disastrous, the Council calls on the heroes to use their proven skills to infiltrate the fortress and dispatch the leader of the Bandit Coalition: Benna Seridan." - ], - "id": "088" - } - ], - "id": "082" - }, - { - "type": "section", - "name": "Approaching the Bandit Stronghold", - "page": 114, - "entries": [ - "The Crest Mountains are located roughly five days away from the capital. The party must travel through the forest before they can begin their ascent of the Crest. For the sake of pacing, choose to simply start the party at the foot of the mountains. Given the importance of their mission, it's reasonable that Alderheart would send an entourage of guards to escort the party to the base of the mountain, which would provide sufficient protection to eliminate the risk of encounters.", - "If the group consists of players who enjoy the experience of traveling across open country with their characters, use the {@adventure Road Encounters|HWAitW|2|A Rough Road Ahead} table, or the {@table Appendix E: Random Encounters; Forest Encounters (Level 1-2)|HWCS|Forest Encounters} table to provide some color to the journey. However they choose to arrive there, players will be greeted by a majestic sight:", - { - "type": "insetReadaloud", - "entries": [ - "The jagged slopes of the Crest tower before you, their peaks obscured by clouds. There is but a single path ahead. The daunting ascent up the mountain looks to be the only way to reach the summit and the bandit stronghold." - ], - "id": "08a" - }, - "The crags and canyons of the Crest would be enough to deter even the most hardened explorers, and the ascent to the fortress will take time, roughly two days of travel up the steep mountain road. If the party has an escort, the escort will leave them at the base of the mountain and return to Alderheart.", - "Along the way, the party will need to contend with rock slides, {@creature mountain lion|HWCS|mountain lions}, and bandit patrols.", - "The mountain climb can be fast-tracked by having at least one member of the party make a {@dc 14} Wisdom ({@skill Survival}) check each day, skipping the day's encounter and potentially reaching the fortress without incident. On a failure, have the party deal with an encounter from the Mountain Road Encounters table. The paths that lead up the Crest are narrow and weave between craggy outcrops (perfect for ambushes), or along sheer cliffs (perfect for traps), but it would be appropriate to create other terrain hazards for a given encounter.", - { - "caption": "Mountain Road Encounters", - "type": "table", - "colLabels": [ - "{@dice d6}", - "Encounter" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "A sudden rock slide! Make a {@dc 12} Dexterity saving throw or suffer one level of {@condition exhaustion}. Roll again on this table." - ], - [ - 2, - "Bandit patrol of four {@creature mapach bandit|HWCS|mapach bandits} led by a {@creature vulpin captain|HWCS}." - ], - [ - 3, - "A pair of {@creature mountain lion|HWCS|mountain lions} attack." - ], - [ - 4, - "Find an old birdfolk hermit's campsite containing {@dice 1d4} random common objects." - ], - [ - 5, - "Find an old but serviceable {@item explorer's pack|phb}, missing the rations." - ], - [ - 6, - "Bandit patrol of three {@creature mapach bandit|HWCS|mapach bandits} and two {@creature jerbeen thief|HWCS|jerbeen thieves}." - ] - ] - }, - { - "type": "entries", - "name": "Bandit Patrols", - "page": 114, - "entries": [ - "To maintain the secrecy and security of the fortress, the bandits regularly patrol the paths. These patrols are comprised primarily of three {@creature mapach bandit|HWCS|mapach bandits} and two {@creature jerbeen thief|HWCS|jerbeen thieves}, but if the party has been spotted by patrols at any point, add a {@creature vulpin captain|HWCS} to the encounter." - ], - "id": "08b" - } - ], - "id": "089" - }, - { - "type": "section", - "name": "The Bandit Stronghold", - "page": 114, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "Finally, through the mist you see a pair of great stone towers looming on the horizon. As you approach, you notice they are connected to a squat and sturdy fortress, which stands in lonely vigil among the crags. A few distant shapes can be seen patrolling the parapets, and banners with the crest of the Bandit Coalition hang proudly from the walls." - ], - "id": "08d" - }, - "Entering the fortress proper will be a challenge. It has 100-foot-high stone walls with guard posts stationed around the perimeter. Behind the perimeter, the fortress opens into a square, 120-foot-long inner courtyard consisting of barracks and training areas. A narrow wagon-road leads from the north of the courtyard to a wooden palisade with a set of double doors. Beyond that, a meeting hall has been dug into the mountain itself, and serves as the inner keep.", - "Connecting the courtyard to the outside is a single large entrance on the front wall: a massive wooden door behind an iron portcullis, which can be lowered like a drawbridge for wagons. A smaller, 5-foot-wide door to the side allows for single-file entry and is guarded by two well-armored mapachs who are big for their kind. These two each use the stat block for a {@creature mapach bandit|HWCS}, but with the following changes:", - { - "type": "list", - "items": [ - "They have 21 HP each", - "They have a Strength score of 14 (an additional +1 to attack rolls)", - "They are wearing {@item chain mail|phb} (AC 16)", - "They are wielding {@item greataxe|phb|greataxes} ({@damage 1d12 + 2} damage per hit)" - ] - }, - "Storming this entrance will almost certainly raise an alarm and incur attacks from the four archers walking the walls (use the stat block for a {@creature mapach bandit|HWCS}). The archers each benefit from {@quickref Cover||3||three-quarters cover} thanks to the parapets. Even though the stat block of the mapach bandit can be used for many of the least-skilled members of the camp, they come from a variety of humblefolk races. Hedges, cervans, jerbeens, and vulpins can all be found within their ranks.", - { - "type": "inset", - "name": "Captured!", - "entries": [ - "There are many ways things could go badly for a party of adventurers here. If by chance they are overwhelmed by bandits, remember that Benna won't necessarily want them dead. She'll want to question them first, so the party will be placed in the fortress' prison until she's satisfied she has the answers she wants. If Benna has any reason to believe some of the characters are valuable hostages, she'll happily keep them alive in order to ransom them to the Birdfolk Council at Alderheart and continue filling the Coalition's coffers. If any of the party members are humblefolk, she might even try to convince them to join the Coalition. Birdfolk have had power in these lands for too long. If the character accepts her offer, once her plan to get revenge on the Council is complete, she'll be sure they share in the spoils." - ], - "id": "08e" - }, - { - "type": "entries", - "name": "Finding a Way In", - "page": 115, - "entries": [ - "If there are any humblefolk in the party, and the party managed to get their hands on bandit outfits (either by taking some with them from the bandits defeated near Alderheart or from defeated bandit patrols on their way up the mountainside), those characters can easily disguise themselves and bluff their way into the fortress. The bandit ranks have grown steadily over the last few months, and new arrivals to the fortress are common. A birdfolk can attempt to bluff their way in, but this will be a little more challenging, requiring a {@dc 14} Charisma ({@skill Deception}) check to fool the bandits. A few \"odd birds\" have sided with the bandits, but their numbers are low enough to make the guards suspicious. Unless they are being introduced as \"prisoners\" rounded up by the humblefolk, birdfolk characters infiltrating the base will need to be careful of catching Benna's eye. They will face immediate suspicion from her if they are noticed.", - { - "type": "inset", - "name": "The Captain's Sword", - "entries": [ - "Any character wearing Fray's sword will have advantage on Charisma ({@skill Deception}) checks needed to enter the stronghold, as the sword denotes a captain's rank in the Coalition, and the sentries won't want to risk offending a ranking officer. While there aren't many bandits here who would recognize it as Fray's sword, any character openly wearing this weapon will need to be careful around Benna. She knows her captains well, and this will draw immediate suspicion." - ], - "id": "090" - }, - "While the fortress walls are high, they are still surmountable with at least 100 feet of rope and a {@item grappling hook|phb}, but the party will need to approach this option with caution. Spending a few hours on a stakeout will reveal the guard patrol patterns well enough to attempt to infiltrate the fortress with advantage on the {@dc 15} group Dexterity ({@skill Stealth}) check required to avoid the sentries. Stealthier parties may be able to slip in unnoticed without such preparation.", - "In addition to the above options, the party could choose a number of other routes to gain entry. Below are some possible options that would open a path to Benna:", - { - "type": "list", - "items": [ - "{@b {@i Creating a distraction,}} like setting a fire or sounding an alarm, that would pull the guards away from their posts.", - "{@b {@i Causing a scene outside the fortress or in the courtyard,}} goading Benna to come out and fight. She will accept the terms of single combat, but the party will need to abide by the results and be prepared to be taken as hostages if they lose (see {@adventure The Prison|HWAitW|2|The Prison}). If another party member attempts to interfere, she'll set the camp on them (see {@adventure Entering By Force|HWAitW|2|The Prison}).", - "{@b {@i If the party stakes out the fortress,}} they'll find that wagons with stolen goods make regular shipments up to the keep. The party could create a distraction, then sneak into one of these wagons and enter the keep undetected (see {@adventure The Storeroom|HWAitW|2|The Storeroom}).", - "{@b {@i If characters encountered the jerbeen orphans in Alderheart, and treated them fairly,}} the orphans can turn up in the fortress as insider allies. They don't like the methods the bandits use, but they will mention that Benna is kind and has provided for all of the folks here, many of whom lost their homes to the fires." - ] - }, - { - "type": "inset", - "name": "Fighting to the Boss", - "entries": [ - "The party can always choose to simply try to fight their way into the fortress, but it isn't recommended. It might not be too hard for them to force their way past the outer walls and into the courtyard, but from there, resistance will only increase (see {@adventure Entering By Force|HWAitW|2|Entering By Force}). If the characters are getting in over their heads, have Benna appear early to fight them without having too many smaller confrontations." - ], - "id": "091" - } - ], - "id": "08f" - } - ], - "id": "08c" - }, - { - "type": "section", - "name": "The Courtyard", - "page": 115, - "entries": [ - "The wide courtyard contains a small community of humblefolk, some wearing arms and armor, others unarmed and going about their day. There are two buildings inside the walls, as well as a narrow road leading up to the meeting hall. A few points of interest can be seen here:", - { - "type": "list", - "items": [ - "The largest building is the wooden barracks to the east. It has rows of target dummies at the front. Depending on the time of day the party may see a captain training fresh recruits.", - "The building to the west of the barracks is only slightly smaller, and more barn-like. The party may see supply wagons being carted in.", - "There is a large canvas tent near the barracks. Two guards stand watch out front. A gust of wind whips up one of the side-flaps, revealing large cages inside. This is the stronghold's prison.", - "Spiral stairs at the intersecting corners of each of the walls provide access to the upper levels. The pathways along the top of the wall are 5 feet wide, and provide {@quickref Cover||3||three-quarters cover} for characters firing down on targets.", - "There are two large levers inside the gate. One controls the portcullis, and the other the drawbridge. The drawbridge lever can be pulled quickly, causing it to swing open. The portcullis lever drops the portcullis across the entrance. Large rope pulleys on either side are used to reset the levers.", - "There are at least a dozen bandits inside the courtyard. Some are training by the barracks, some are helping move supplies around the fort, and others are simply enjoying downtime by reading and whittling behind the safety of the walls." - ] - }, - { - "type": "entries", - "name": "The Art of Infiltration", - "page": 116, - "entries": [ - "If the party snuck in or managed to bluff their way inside, it's pretty easy to keep a low profile and explore the courtyard. Most bandits will assume they're supposed to be here, unless the party does something to draw the suspicion of the captains. If the party strikes up conversations with members of the camp, or attempts to scout around with a successful {@dc 13} Intelligence ({@skill Investigation}) check, they should be able to find out one of the following pieces of information:", - { - "type": "list", - "items": [ - "The Bandit Coalition used to be a far less organized and effective force until General Seridan took over. She has really changed things for the better, and the stronghold is now well-stocked and prepared, even if Alderheart sends an army to drive them out.", - "Not all who live here can fight. Some work as messengers, cooks, healers, and other odd jobs that keep the camp running. The General has never forced anyone to fight. She inspires them to take up arms by example, and support the cause to the best of their abilities.", - "General Seridan has taken excellent care of the people here since the fires burned their homes and ruined their lives. There is an infirmary in the inner keep to treat those burned while fleeing their villages or wounded in raids. Some of the refugees are children, but Benna has provided for them all the same.", - "The General lost her family to the fires. If the Birdfolk Council had listened to Benna's mother, a powerful seer, they might have lived.", - "Alderheart needs to change its ways of dealing with humblefolk in the Wood, and General Seridan is the only one with the vision to make it happen. Members of the Coalition should take heart, and know that they're helping to shape the Wood for the better.", - "Alderheart should be prepared for a reckoning. The Birdfolk Council should fear the power of the Coalition." - ] - }, - "If some of the party have been escorted in as prisoners, the guards at the gate will wave over reinforcements to help characters posing as bandits transport the hostages to the prison in the courtyard. They'll be able to escape later (see {@adventure The Prison|HWAitW|2|The Prison})." - ], - "id": "093" - }, - { - "type": "entries", - "name": "Entering By Force", - "page": 116, - "entries": [ - "Should the party fight their way in, or decide to start a fight once inside, they can expect to be set upon in waves as messengers rush to alert Benna, while the rest of the camp prepares for the worst. At first the party will fight four {@creature mapach bandit|HWCS|mapach bandits} led by a {@creature vulpin captain|HWCS}, then two {@creature jerbeen thief|HWCS|jerbeen thieves} and another {@creature vulpin captain|HWCS}. If any archers have been left on the walls, they will fire from {@quickref Cover||3||three-quarters cover} throughout the fights, only retreating once the last of the bandit forces have been dispatched. During the fight, the rest of the bandits here will have made their way up the road to the inner fortress.", - "{@b {@i If the party defeats the courtyard's forces,}} they will have an opportunity for a short rest before continuing, as the Coalition holes up in the inner fortress, fearing reinforcements are coming. If the party lingers for too long after their rest, start sending bandit patrols down to assess the situation and report back to Benna. Otherwise, skip to {@adventure The Inner Keep|HWAitW|2|The Inner Keep}.", - "{@b {@i If the party is defeated,}} decide whether they are taken to the prison for a jailbreak sequence (see {@adventure The Prison|HWAitW|2|The Prison}), or whether they are delivered to the meeting hall of the inner keep for a final showdown with Benna (see {@adventure The Bandit Leader|HWAitW|2|The Bandit Leader})." - ], - "id": "094" - } - ], - "id": "092" - }, - { - "type": "section", - "name": "The Barracks", - "page": 117, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "Rows of triple decker bunk beds can be seen next to a rest area, where a table lies strewn with playing cards and game pieces. Some of the bunks are occupied by people sleeping or reading, and a few of the bunks have sheathed weapons and leather armor hanging from hooks built into their frames. Stairs lead from this main area up to the top level. There looks to be ample space here for all who live in the camp." - ], - "id": "096" - }, - "The barracks serve as the main living quarters. Many who live here train to become raiders in order to advance the aims of the Coalition across the Wood. At any given time there will be empty beds, as some bandits are out patrolling, working, or taking up other posts throughout the camp.", - "The game table in the corner is usually empty during the day, but at night it may be filled with off-shift bandits who gather for games over flagons of ale after a hard day.", - "Upstairs, the party will find more rows of bunk beds, some occupied, as well as a door marked \"Captains' Quarters.\" Entry to this area is off limits to most bandits, but individuals bearing a captain's sword may enter untroubled. Otherwise, anyone in the nearby bunks will politely inform the party that the area is restricted. They may even introduce themselves, as new recruits are common, and declare how good it is to see new members for the cause. This can be an opportunity to continue to drip-feed the party information from {@adventure The Art of Infiltration|HWAitW|2|The Art of Infiltration}, so long as the party doesn't do anything to arouse the suspicion of NPCs.", - "Inside the captains' quarters there are four single beds, each with a personal storage trunk in front. There's nothing here for General Seridan, however. She sleeps in the inner keep. All the beds are empty, and the trunks each contain different personal effects, such as small trinkets and letters from friends and family. Some of the letters reveal that the captains have friends and family in the Coalition, while others are scattered among the Wood as refugees. There are also a handful of coins between the trunks ({@dice 2d4} gold pieces worth), as well as {@dice 1d4} trinkets and {@dice 1d4} tools or instruments (your choice). Some of these objects bear scorch marks.", - "If the scene could use a little tension, have a {@creature vulpin captain|HWCS} walk in on the party, and require them to roleplay their way out of the situation or risk having their cover blown.", - "If the party is captured, decide whether they're taken to the prison for a jailbreak sequence (see {@adventure The Prison|HWAitW|2|The Prison}), or whether to have them delivered to the meeting hall of the inner keep for a final showdown with Benna (see {@adventure The Bandit Leader|HWAitW|2|The Bandit Leader})." - ], - "id": "095" - }, - { - "type": "section", - "name": "The Storeroom", - "page": 117, - "entries": [ - "Nothing of much value can be found in this storeroom, which keeps enough food (fruits, vegetables, cured meats, and grains) to sustain the fort for an extended period of time. There are also torches, lanterns, rope, and other general supplies. There isn't much in the way of a guard here, but a hedge with bright eyes and incredibly thick spectacles does serve as the storeroom's keeper. He'll mention the characters are free to take something if they're hungry, but to let him know so he can record it in his ledger. If questioned, his attitude will be similar to that of the other bandits in the camp (see {@adventure The Art of Infiltration|HWAitW|2|The Art of Infiltration}), and he will call the guards if the party arouses his suspicion." - ], - "id": "097" - }, - { - "type": "section", - "name": "The Prison", - "page": 117, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "The interior of this large canvas tent contains a small open area with a large locked chest, and a chair where the gaoler sits, a ring of keys hanging loosely from her belt. The rest of the area is filled with four rusty-looking iron cages. The cages are all currently empty." - ], - "id": "099" - }, - "If any of the party members are captured, or brought into the fort posing as hostages, they'll wind up here in one or more of the cages. This tent is watched by two {@creature jerbeen thief|HWCS|jerbeen thieves}, and attacking them directly is all but certain to raise an alarm within the camp. Any weapons or treasure (coins, gems, and art objects) characters carry will be moved into the gaoler's chest until they can be properly sorted. All other clothing and equipment worn by the prisoner will be left alone. The gaoler is a bit lax and doesn't bother to remove anyone's armor, or do a detailed search. This might be a boon for any characters who have hidden objects on their person.", - "Gaolers trade shifts once a day at noon, passing the belt from which the keyring hangs to the next gaoler as they arrive. The gaoler is more of an attendant than the guards outside, and can be easily subdued by a character (use the {@creature commoner} stat block). The gaoler's job is to stay at their post and call the guards if anything happens. They are a tad complacent however, as no prisoners have tried to escape.", - "The prison tent is held up by poles throughout its interior, and four pitons that keep it all in place. The flaps of the tent can be lifted easily. Clearly, the tent's function is mainly to keep the cages from rusting further. The makeshift prison's interior is 30-foot-wide and 35-foot-long, and light filters through the canvas during the daytime making it easy to distinguish day and night. The cages are 10-foot-cubes, and have 10-foot-wide paths between them. They nearly fill the small space, leaving barely 5 feet between the gaoler and the bars. This is easily enough distance for a character to attempt to grab the keyring on the gaoler's belt, so long as the party can create a distraction to keep the gaoler occupied while they work. Grabbing the keyring from the gaoler's belt requires a successful {@dc 15} Dexterity ({@skill Sleight of Hand}) check, but depending on the nature of the distraction (such as if the gaoler is put to sleep) advantage may be granted on this roll.", - "The cage bars are heavily rusted, and some are weak enough to bend with a successful {@dc 12} Strength check, allowing a character to slip out. The gaoler is watchful, however, so they would need to be distracted for this plan to succeed.", - "There are any number of ways a party could plot an escape. If the players are having a difficult time, provide them some hints at the solutions above, or present them with an opportunity by having a gaoler fall asleep during their shift. If the party escapes, they should be able to evade the guards (who are mostly focused on threats outside the walls) with a successful {@dc 13} Dexterity ({@skill Stealth}) check. The party has advantage on all stealth checks rolled at night.", - "If the party is caught escaping from the gaol, use this opportunity to have them brought before Benna Seridan in the inner keep to initiate the final showdown with the bandit general (see {@adventure The Bandit Leader|HWAitW|2|The Bandit Leader})." - ], - "id": "098" - }, - { - "type": "section", - "name": "The Inner Keep", - "page": 118, - "entries": [ - "Refer to Fig. 2.4 for a map of the Inner Keep.", - { - "type": "gallery", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Inner-Keep-DM.webp" - }, - "width": 832, - "height": 849, - "imageType": "map", - "id": "160", - "mapRegions": [ - { - "area": "09d", - "points": [ - [ - 472, - 346 - ], - [ - 580, - 346 - ], - [ - 580, - 290 - ], - [ - 697, - 290 - ], - [ - 697, - 350 - ], - [ - 754, - 350 - ], - [ - 754, - 515 - ], - [ - 632, - 515 - ], - [ - 632, - 463 - ], - [ - 472, - 463 - ] - ] - }, - { - "area": "09f", - "points": [ - [ - 101, - 561 - ], - [ - 101, - 729 - ], - [ - 328, - 729 - ], - [ - 328, - 561 - ] - ] - }, - { - "area": "0a1", - "points": [ - [ - 210, - 506 - ], - [ - 217, - 466 - ], - [ - 176, - 457 - ], - [ - 133, - 451 - ], - [ - 106, - 430 - ], - [ - 106, - 397 - ], - [ - 102, - 337 - ], - [ - 74, - 307 - ], - [ - 66, - 257 - ], - [ - 66, - 183 - ], - [ - 84, - 144 - ], - [ - 123, - 107 - ], - [ - 149, - 77 - ], - [ - 201, - 67 - ], - [ - 251, - 79 - ], - [ - 306, - 90 - ], - [ - 347, - 68 - ], - [ - 379, - 90 - ], - [ - 379, - 130 - ], - [ - 410, - 137 - ], - [ - 420, - 111 - ], - [ - 432, - 83 - ], - [ - 473, - 74 - ], - [ - 524, - 66 - ], - [ - 560, - 86 - ], - [ - 552, - 130 - ], - [ - 564, - 168 - ], - [ - 539, - 210 - ], - [ - 537, - 252 - ], - [ - 502, - 274 - ], - [ - 450, - 270 - ], - [ - 418, - 248 - ], - [ - 410, - 203 - ], - [ - 382, - 204 - ], - [ - 364, - 222 - ], - [ - 374, - 268 - ], - [ - 397, - 324 - ], - [ - 418, - 349 - ], - [ - 427, - 384 - ], - [ - 407, - 421 - ], - [ - 368, - 448 - ], - [ - 318, - 455 - ], - [ - 289, - 460 - ], - [ - 277, - 506 - ] - ] - } - ], - "hrefThumbnail": { - "type": "internal", - "path": "adventure/HWAitW/thumbnail/Inner-Keep-DM.webp" - }, - "title": "Fig. 2.4: Inner Keep", - "grid": { - "type": "square", - "size": 212, - "offsetX": 11, - "offsetY": -82, - "scale": 4 - } - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Inner-Keep.webp" - }, - "title": "Player Version", - "width": 793, - "height": 793, - "imageType": "mapPlayer", - "mapParent": { - "id": "160" - }, - "grid": { - "type": "square", - "size": 199, - "offsetX": -5, - "offsetY": -5, - "scale": 4 - } - } - ] - }, - { - "type": "inset", - "name": "Using the Inner Keep map", - "entries": [ - "The map provides suggested starting positions for the bandits in each area. An asterisk on a creature indicates that it has some changes to its stat block. Refer to the numbered areas in which they appear for these details." - ], - "id": "09b" - }, - "If the party kept a low profile and made it to this location while exploring the camp, read:", - { - "type": "insetReadaloud", - "entries": [ - "The rough road to the north of the courtyard climbs up the steep crags until it curves, revealing a forty-foot-tall barricade of logs lashed together, and a large set of double doors. A pair of tough-looking mapachs in chain armor eye you warily as you approach. One saunters up, raising a hand to halt you. \"That's far enough, friend,\" he says in a gravelly voice. \"State your business.\"" - ], - "id": "09c" - }, - "If the camp was alerted to the intruders, the guards will be openly hostile and it will be a fight.", - "The outer guards use stat blocks identical to the {@creature mapach bandit|HWCS|mapach bandits} who guard the fortress gate (see {@adventure The Bandit Stronghold|HWAitW|2|The Bandit Stronghold}). There is a much smaller courtyard here, and unlike the one the party came through, no one is milling around. People don't come here without reason. There are two square wooden buildings, one to the east and another to the west:", - { - "type": "list", - "items": [ - "The larger one to the east is the infirmary.", - "The building to the west is smaller and has a strong lock on the door. This leads to the armory." - ] - }, - "A narrow pathway between the two leads to a sturdy wooden door that grants access to the inner keep carved into the mountainside.", - { - "type": "entries", - "name": "1. The Infirmary", - "page": 118, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "Several cots occupy the inside of this space. A shelf at one corner of the room is filled with salves and tinctures, as well as a few books and some herb samples preserved in glass jars and fluids. A wooden table nearby, stained with long-dried blood, has an opened healer's kit upon it. Three bandits, bandaged along various parts of their bodies, are resting on the cots." - ], - "id": "09e" - }, - "This building serves as a burn ward and infirmary for the bandits. A {@creature jerbeen thief|HWCS} and two hedges rest here (for the hedges, use the stat block for a {@creature mapach bandit|HWCS}). The three bandits are fast asleep thanks to some sleeping herbs, and will not wake unless a character attacks or forces them awake. If awakened, they will assume the characters are friendly, but they will immediately shout for help if characters give any indication of being otherwise.", - "If the bandits are left asleep, a successful {@dc 13} Wisdom ({@skill Medicine}) check on their bodies will reveal they were treated by a healer of some skill. The {@item healer's kit|phb} is missing six uses, but is otherwise perfectly serviceable. The shelf contains two burn salves, which can be applied to heal {@dice 4d4} hit points each, but will only work if the damage was caused by fire. The two books are valuable advanced medical texts worth 5 gp each. Characters who have both of these books on hand, and at least a minute to skim through them, have advantage on all Intelligence and Wisdom checks related to medical matters. The herbs are useless to characters without proper training, but anyone with proficiency in a {@item herbalism kit|phb} could use them to craft a single {@item potion of superior healing}." - ], - "id": "09d" - }, - { - "type": "entries", - "name": "2. The Armory", - "page": 118, - "entries": [ - "The lock to this building is made of heavy iron and is incredibly sturdy, requiring a successful {@dc 17} Dexterity ({@item Thieves' Tools|phb}) check to open. The lock can be broken by force, but it has an AC of 18, 20 hit points, and resistance to all non-magical bludgeoning, piercing, and slashing damage. The noise of breaking it may draw bandits from the inner keep.", - { - "type": "insetReadaloud", - "entries": [ - "This small building contains a rack of weapons, an armor rack, and bags of assorted treasure in a pile." - ], - "id": "0a0" - }, - "The armory doubles as storage for valuables. If the party managed to enter, they will find:", - { - "type": "list", - "items": [ - "Three coffers overspilling with coins, there's at least 800 gp worth, in various denominations. This is too much for the party to carry out at once without some clever thinking.", - "A small box filled with an assortment of precious jewelry. Among them is a necklace of polished shells and pearls worth 200 gp, and a high quality ring inlaid with gold and polished wood worth 400 gp. The rest of the baubles will fetch 320 gp together on the market.", - "Two paintings of the Wood, one of the Mokk Fields at sunset, and the other of the sunrise behind Alderheart. They are signed by an unknown artist. These were made by an artist of uncommon skill, and can easily fetch 300 gp each on the market.", - "Four {@item light crossbow|phb|light crossbows}, each next to a full {@item quiver|phb} of {@item crossbow bolts (20)|phb|bolts}, sit on a weapon rack, alongside a finely kept {@item longsword|phb} and a {@item halberd|phb}. This halberd is obviously one used by the Perch Guard, and even has divots on the top part of the haft where a banner could be affixed.", - "A suit of {@item scale mail|phb} on the armor rack." - ] - } - ], - "id": "09f" - }, - { - "type": "entries", - "name": "3. The Meeting Hall", - "page": 120, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "Three long tables are crammed into this meeting area. Two of them along the sides, a jumble of chairs packed together at each one. Remains of a meal still linger in front of each seat. On the northern wall there is a third table with a single high-backed chair. Candles and a single iron chandelier bathe the area in a dim light. Two jerbeen sentries stand watch over a door in the hall's northeast corner." - ], - "id": "0a2" - }, - "The meeting hall was a part of the fortress long before the bandits moved in. The stonework has aged, but is still of high quality. This is where the denizens of the stronghold share their meals, and the table near the northern wall is often stood upon, and used to share stories of suffering as well as news of successful raids.", - "Inside the meeting hall, a pair of veteran jerbeen guards stand outside the entrance to their leader's personal chambers. These are Benna's elite skirmishers. Each uses the stat block for a {@creature jerbeen thief|HWCS}, but with the following changes:", - { - "type": "list", - "items": [ - "They are wearing pilfered {@item scale mail|phb} (AC 16).", - "They wield a {@item rapier|phb} (which deals {@damage 1d8 + 2} piercing damage on a hit) as well as a {@item dagger|phb} (which deals {@damage 1d4 + 2} piercing damage on a hit), and they can make one attack with each as part of their {@action Attack} action." - ] - }, - "If a fight ensues, the noise will draw Benna from her chambers (see {@adventure Cut Off the Head|HWAitW|2|Cut Off the Head}). Have her act immediately at the top of the round." - ], - "id": "0a1" - } - ], - "id": "09a" - }, - { - "type": "section", - "name": "The Bandit Leader", - "page": 120, - "entries": [ - "Whatever the party's plan is, all roads eventually lead to {@creature Benna Seridan|HWCS}, leader of the Bandit Coalition. If the party was brought to the meeting hall after being captured, they will encounter Benna, standing atop the northmost table. The two elite skirmishers guarding the area will keep watch on either side of the party.", - { - "type": "insetReadaloud", - "entries": [ - "A solid cervan woman with a face partially obscured by a red bandana fixes you with a stony glare. \"So, this is what Alderheart sends: a group of greenhorns? Pathetic. If you knew what we're fighting for you wouldn't be so quick to condemn us.\"" - ], - "id": "0a4" - }, - "Their engagement can be roleplayed, or have Benna simply draw on the party, explaining that she'll end the threat they pose to her operations here once and for all (see {@adventure Cut Off the Head|HWAitW|2|Cut Off the Head}). Benna isn't unreasonable, and will listen to the party if they engage with her. She is conflicted, and unpredictable as a result. The trauma that led her to join the Coalition, as well as the actions she took to become its general, have hardened her heart, and she is bent not only on change, but revenge. She loathes the Birdfolk Council, whom she still holds responsible for the deaths of her family and the destruction of her home. She also blames them for the suffering of all those who have lost their homes to the flames, as the Council has chosen to hide behind the bastion of Alderheart instead of reaching out to help folk in need. However, Benna has begun to find solace in the act of caring for others. Building a community here, using her combat experience to teach others to defend themselves, and inspiring the once hopeless people of the Wood has ignited a passion within her, and she desperately wants to do right by her people. She has begun to wonder if there might be a better way to lead, one which wouldn't place so many of her loved ones in harm's way.", - "Should a character offer a particularly impassioned and heartfelt plea, decide how Benna behaves based on their roleplaying. If a player has to roll, their character must succeed on a {@dc 16} Charisma ({@skill Persuasion}) check. A successful negotiation will only be enough for Benna to agree to treat with the Birdfolk Council, her hated enemies, so that the lives she has fought to save are not lost needlessly in the struggle. If this is accomplished, the party will be allowed to leave the camp to deliver Benna's terms to the Council, but bandit activity will not stop in the interim. Failure to sway her here will lead to combat.", - { - "type": "entries", - "name": "Cut Off the Head", - "page": 121, - "entries": [ - "If the characters storm the inner keep, or if Benna has decided to attack the party, read the following:", - { - "type": "insetReadaloud", - "entries": [ - "Benna removes her bandana, revealing the concealed portion of her face. She is horribly burned, her left ear is gone, and her eye can barely be seen under the warped flesh. \"The fires have already burned away everything I love. I will make sure they burn away the corruption that festers within Alderheart.\"" - ], - "id": "0a6" - }, - "Benna is a spirited and skilled foe, and will press the attack even to her own detriment. If at any point the fight seems too easy, add a patrol of two {@creature mapach bandit|HWCS|mapach bandits} returning to report. Benna will not flee, nor will she give up. The party will need to render Benna unconscious if they wish to take her captive and bring her to Alderheart to face the Council's judgement. Capturing Benna will allow the party to walk out of the stronghold without a fight, as the bandits will not risk injury to their leader.", - "If Benna is killed, the members of the Coalition will scatter, taking what they can as they move to safehouses stationed all over the Wood.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "As with the bandit camp, there is a wealth of treasure to be found in the armory of the complex (see {@adventure 2. The Armory|HWAitW|2|2. The Armory}), as well as Benna's personal quarters. Most of this loot is stolen, and belongs to various merchants and residents of Humblewood. The council will allow the party to keep half of the treasure as a reward for their services, just as before.", - "The party will also be free to keep the {@item blade of the wood|HWCS} recovered from Benna.", - "The party finds the following in Benna's quarters:", - { - "type": "list", - "items": [ - "A scorched music box. It is made of varnished alderwood and inlaid with gold. When opened, a cervan dancer spins on a spring to a familiar humblefolk folk tune. Despite its condition, this rare item is worth 300 gp.", - "A rough map of the Crest and the peninsula to the northeast." - ] - } - ], - "id": "0a7" - } - ], - "id": "0a5" - } - ], - "id": "0a3" - }, - { - "type": "section", - "name": "What the Future May Hold", - "page": 122, - "entries": [ - "This is a major part of the story completed, as now the bandits will return to being a far less threatening force in the Wood. Ultimately there are two ways this part of the story can end: with Benna slain, or with the Council and Benna negotiating for a better outcome for the Wood's displaced humblefolk.", - "{@b {@i If Benna was captured,}} and delivered to the Birdfolk Council as promised, the party should be made aware that the penalty for her crimes is death. Even so, there may still be hope for the characters to convince the Birdfolk Council to improve the lives of humblefolk.", - "Either the party or Benna can plead for Benna's life and the desperate cause of humblefolk in the Wood, leading to a new directive for the Coalition; go to {@b If Benna was reasoned with}.", - "If Benna can't be reasoned with and is executed, the Coalition won't be interested in peace talks; go to {@b If Benna was killed}.", - "{@b {@i If the Benna was reasoned with}}, the Birdfolk Council will be dismayed and angry at first. The party will need to spend some time convincing the Council of the good Benna has done, and the benefits of treating with her and her organization. It will take some heated discussion, but the Council members will consent to meeting with her provisionally. After hearing Benna's story, the Council's disposition will soften. They will agree on the need to provide aid to the humblefolk who have lost their homes to the fire.", - "The Bandit Coalition will keep control of the fortress. Either Benna will retain command, or she'll support a new leader being appointed for the Coalition\u2014this could be the characters (if they so choose), or someone selected from among Benna's captains. The Council will work with whoever leads the Coalition, provided the party (if they don't take over themselves) can vouch for the leader's good intentions and agrees to keep them in line. Spurred by a new purpose, the criminal elements of the Coalition will be put to an end, and the organization will turn into a relief network for those displaced by the fires.", - "With the Coalition's supply networks and Alderheart's resources working together, response times for relief efforts will be greatly improved. While some members of the Coalition will abandon the cause for their own gains, many will be willing to help it transition into an organization dedicated to helping fight the spreading fires and provide relief and shelter to those in need. The Birdfolk Council will release a decree: they will become the Humblewood Council, and new representatives from major humblefolk villages in the regions and within Alderheart itself will be added to their numbers, effectively giving humblefolk across the Wood a voice in governance for the first time. This significant change will take the span of the adventure to resolve, but by the end, the Humblewood Council will lead the way to a new era of unity in Humblewood. Now dedicated to peace, Benna will show her gratitude by presenting the party with the {@item blade of the wood|HWCS} she once wielded.", - "{@b {@i If Benna was killed,}} between losing their camp near Alderheart and their mountain stronghold, the Coalition will be dealt a heavy blow and the bandit menace will no longer pose the same threat to the region. Many will lose hope and desert without Benna, but others will see her as a martyr and rally under a surviving captain. Members will work from safehouses in the forests, doing their best to keep the Coalition command structure intact, and continue to cause problems for the Wood after the events of this adventure. Perhaps peace can be achieved someday, when the wounds of losing their beloved leader aren't so fresh. But, without Benna, the Coalition won't trust or treat with outsiders.", - "Once the bandit general has been defeated, the Council will send an armed force to secure the stronghold. Should the players wish, this could become their base of operations. The Council will happily grant this boon to the party as they have proven themselves to be valuable allies and defenders of the realm. A small contingent of guards and hirelings from the Birdfolk Council will oversee the upkeep and protection of the fortress while the party is away. The Council does, however, expect the heroes to come to the aid of the realm whenever summoned to do so.", - { - "type": "entries", - "name": "Defenders of Alderheart", - "page": 122, - "entries": [ - "Regardless of how the party dealt with this, the Alderites will remember them as the ones who saved their city by ending the threat of the Bandit Coalition. With the bandit threat halted by the party's efforts, the Council will gladly send for a contingent of Perch Guard to Meadowfen with much needed supplies. Henceforth, rumors of the party's deeds will slowly begin to spread across the realm, and soon the people of the Wood will recognize the party by their new title: the Defenders of Alderheart." - ], - "id": "0a9" - } - ], - "id": "0a8" - } - ], - "id": "056" - }, - { - "type": "section", - "name": "Part 3: An Urgent Summons", - "page": 123, - "entries": [ - "{@font the burning one wakes|HPPHumblescratch}", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Part-3.webp" - }, - "width": 946, - "height": 536 - }, - "With the Council agreeing to aid Meadowfen, and the bandit forces dealt with, the Wood is enjoying relative peace. The party is free to engage in some downtime activities. Just remember that there may be a need to increase the challenge of the encounters listed here if the party reaches level 4 before this part of the adventure.", - "In this part of the story, the party will receive an urgent summons from the Council in Alderheart, who will explain that a huge creature, about which little is known, has been spotted burrowing under the ashen fields of the Scorched Grove. This is an {@creature ashsnake|HWCS}, one of many new fire-aspected creatures never before encountered in Humblewood. It was brought to life as a manifestation of the great {@creature aspect of fire|HWCS|aspect of fire's} rage.", - "The aspect of fire has been stirring more and more since its slumber was first disturbed, and fires began ravaging the Wood. The appearance of these elemental monstrosities signals that the aspect is close to fully awakening. Worse still, the ashsnake roaming the Scorched Grove has started to make things dangerous for the Tenders.", - "Having seen the party's prowess handling the bandits, the Council has sent for them to help put an end to this strange creature. It has become clear to both the Council and the Tenders that whatever has been happening in Humblewood of late has its roots in the Scorched Grove. For the good of the realm, the party will need to go investigate.", - { - "type": "section", - "name": "The Tenders", - "page": 123, - "entries": [ - "The Tenders (see {@book Appendix B|HWCS|6|The Tenders}) have been badly affected by the recent events in the Wood. The frequency of the fires has their organization spread thin across the forest, and the few who remain to tend the Scorched Grove itself are overwhelmed by an increase in the activity of the creatures that live there.", - "As the Grove has continued to spread via fires, new and disturbing reports have poured in from Tender outposts. Enormous clouds of emberbats have been seen great distances away from the Grove, and several strange creatures have manifested through the power of elemental flame in this region. Many Tenders have already lost their lives to the monstrous threats.", - { - "type": "inset", - "name": "Council Summons", - "entries": [ - "If the party is in Alderheart, a frantic Council aide will come to find them and deliver an emergency Council summons. The official-looking letter asks the characters to appear before the Council as soon as they are able.", - "If the characters are currently at another location in the Wood, a tracker from Alderheart may come to call on them or deliver the urgent summons. In either case, have the date of the summons set for the next day, or the day after characters arrive in the city to give them a chance to explore." - ], - "id": "0ac" - } - ], - "id": "0ab" - }, - { - "type": "section", - "name": "Return to Alderheart", - "page": 124, - "entries": [ - "Whether or not this is actually a return depends on where characters spent their downtime: in Alderheart or elsewhere. Characters in the city are free to see the sights.", - "{@adventure Eliza's Emporium|HWAitW|2|Eliza's Emporium}, still owned and operated by the party's favorite eluran, will be turning a good profit and might have some new wares available at your discretion.", - "{@creature Susan of the Swamp|HWCS} is now here! She has assembled a small tent of wares in the Trunk Market, which she hopes to sell along with fortune readings. If a character wants their fortune read, it will cost a single gold piece. After taking a drop of their blood and consulting her cauldron, Susan will offer cryptic visions of a character's future. Either ad lib these or prepare them ahead of time to suit the game and the characters.", - "Susan will still offer to make potions in exchange for reagents (see {@adventure A Witch's Debt|HWAitW|1|A Witch's Debt}), but she'll also sell a few prepared potions to fund her ongoing arcane research. Each of her potions costs 50 gp, except for {@item potion of superior healing|dmg|potions of superior healing} and {@item potion of resistance|dmg|potions of resistance}, which each cost 100 gp. To decide how many of each potion she has in stock, roll randomly. Use a {@dice 1d4} to determine the quantity of any potion that cost 50 gp, and a {@dice 1d2} to determine the quantity of any potion that costs 100 gp.", - { - "type": "entries", - "name": "Future of the Coalition", - "page": 124, - "entries": [ - "Alderheart will have changed since the character's foray into the Bandit Stronghold, in ways that reflect the party's choices. Below are the two most common ways this could play out, but details can be modified based on how players decided to deal with the events of {@adventure Part 2: The Bandit Menace|HWAitW|2}.", - "{@b {@i If Benna was reasoned with,}} the party will see a new uniformed force around Alderheart: the Wildwood Brigade, into which the Bandit Coalition has begun to successfully transition. They specialize in quickly mobilizing across parts of the Wood the Perch Guard have trouble reaching. They have already been of great help in extinguishing fires before remote villages can be destroyed, and delivering supplies and aid to villages damaged by blazes. Many members are humblefolk, former refugees who use their knowledge of pathways under the forest canopy to get where they're needed in a short time.", - "The bandit stronghold in the Crest has been converted into a supply depot and fallback point for the wounded. A new headquarters is also under construction in the Canopy, near the Perch Guard's headquarters. Characters may even find Benna, or whoever was appointed the Brigade's leader, working out of a temporary office in the Canopy district. They're busy overseeing operations for the Brigade, receiving intel from the ground, and mobilizing help where it's needed. The work is challenging, and word is coming in that the situation with the fires just keeps getting worse.", - "The Council chambers will now not only have the flags of the different birdfolk perches adorning it, but also several flags of the larger humblefolk settlements in the Wood. The humblefolk delegate selections for the Humblewood Council are ongoing. Many prominent figures have arisen in the political scene and are becoming more engaged in Council matters, hoping to win their own seat.", - "{@b {@i If Benna was killed,}} with the defeat of their leader and the capture of their fortress, the Bandit Coalition has been broken in Humblewood, making for easier travel across the roads and an increase in the Perch Guard's ability to send aid to those affected by fires. Maintaining supply routes is still a strain however, and rumor has it conditions for humblefolk aren't much better.", - "Refugees still crowd the trunk market, and more are sneaking up into the city through secret knotholes, or making their way down to the roots where there is more space. Crime is becoming a real problem in Alderheart, and while the situation is not immediately noticeable in the canopy, even relatively affluent areas in the trunk show increased Perch Guard presence and increased fear of thievery among the populace. Locals lock their doors at night, and some have begun to arm themselves, fearing the need to defend their livelihoods. Merchants are especially vocal about this, and many can be found waiting for an audience outside the Council chambers." - ], - "id": "0ae" - } - ], - "id": "0ad" - }, - { - "type": "section", - "name": "Trouble with Tenders", - "page": 124, - "entries": [ - "At some point during their stay in the city, the party will run into one of the Tenders speaking to a crowd in the canopy market.", - { - "type": "insetReadaloud", - "entries": [ - "A frail young huden gallus stands on a crate in the market square, trying to catch the attention of the passing crowd. \"The fires are spreading more and more by the day. We need help to quell the blaze! Please, join with the Tenders and help us heal our Wood!\" As he speaks, a shy looking sable luma stands awkwardly to the side of him. No one seems to be taking much interest in the gallus' speech, and some are openly derisive." - ], - "id": "0b0" - }, - "The gallus is named {@creature Havel of the Autumn Moon|HWCS} and the luma is {@creature Tevor of the Spring Path|HWCS}. They both wear the robes of Tenders, though Havel seems to have more authority than Tevor. Havel will recognize the party as the Defenders of Alderheart, and inform them that he had a friend in the caravan attack last month who survived thanks to their efforts. He has heard of the party's deeds since they arrived in Alderheart, and will admit to a bit of jealousy. He wishes he were able to go out and help survivors of the fires across the Wood, but he is frail and lacks the fortitude to work in such conditions.", - "Tevor seems incredibly nervous, and informs Havel that he wouldn't be so quick to say things like that if he'd ever been to the Scorched Grove. Tevor has been helping heal the Grove, and will relate that lately things have been very difficult for the Tenders there, with many being injured or worse due to monster activity.", - "Tevor was summoned to Alderheart by the Council just like the party, but he isn't sure why. It's clear from the pained expression on Havel's face that there's more to the story. A {@dc 14} Wisdom ({@skill Insight}) check will reveal Tevor is lying. Tevor won't answer anymore questions about his summons, and he will leave if pressed for information. So long as Tevor isn't around, Havel can be made to divulge what he knows with a {@dc 12} Charisma ({@skill Persuasion}) check: Tevor only barely escaped an encounter with an unknown monster that has been hunting Tenders in the Scorched Grove. Tevor doesn't talk about it, but Havel heard that Tevor's instructor died.", - "Havel will share that he'll likely see the party again soon, since he and Tevor are both due to attend the Council chambers tomorrow." - ], - "id": "0af" - }, - { - "type": "section", - "name": "An Emergency Session", - "page": 125, - "entries": [ - "When the characters enter the Council chambers they are met with an unusual sight: it is filled with people! Birdfolk, humblefolk, Tenders, and even a few people from beyond the Wood have assembled here:", - { - "type": "insetReadaloud", - "entries": [ - "All those assembled clamor over each other, their pleas desperate. Some are urging for an immediate removal of all Tenders from the Grove before more lives are lost. Some are calling for a mobilization of the Perch Guard to meet the monsters head on. It seems everyone has an opinion and is fighting to be heard. Tevor and Havel are here as well, standing patiently off to the side of the rabble." - ], - "id": "0b2" - }, - "Shortly after the party enters, the familiar bright gallus seated in the middle of a long table at the front of the hall raises her feathered hand. This is {@creature Bita, the Council Speaker|HWCS}. She waits patiently as many of the gathered birdfolk notice her gesture and fall silent. The silence in the hall is almost overwhelming in its contrast to the noise that filled it moments before.", - { - "type": "insetReadaloud", - "entries": [ - "When Bita speaks it is not with a booming voice or harsh language. The sound of command and respect permeate her every word. She addresses you and your companions simply. \"Thank you all for heeding our summons so quickly. The Wood is in great need, and many of our Tenders have already paid the dearest price to protect it. We hope you will hear our pleas and offer us your aid in this most dire of circumstances.\"" - ], - "id": "0b3" - }, - "Speaker Bita continues by describing clouds of emberbats, in larger numbers than have ever been seen. She speaks of strange fire creatures sighted in the Wood, and how they have injured many travelers. She then talks about the missing Tenders and the reports of a huge, unknown creature stalking the ash plains of the Grove. Something must be done, which is why the Council has called upon the help of the Defenders of Alderheart. Bita offers whatever information she can, but this creature is a new discovery and the Council has little to go on.", - "Tevor is called up before the head table. He was the most recent Tender to encounter the massive beast in the Grove. He recalls seeing the ash of the plains seize up, as if some-thing were burrowing through. The creature never broke the surface, so he was unable to get a good look at it. It must have grabbed his instructor, though, as Tevor saw him get sucked under the ash. Tevor ran, until he was safe on the edge of the Scorched Grove.", - "Tevor is obviously shaken after the account, but Havel places a hand on his shoulder, which seems to comfort him.", - "Tevor points out on a map where this most recent sighting took place. Bita will mention that the Grove is a dangerous place, and ask Havel to look for someone to guide the party. At first, Tevor simply raises his hand to speak. It's clear that he is conflicted and his fear is getting the better of him. Despite this, he'll firmly state that he will guide the party to where he last saw the creature. He will admit his fear, but every second they waste is a chance for it to strike again." - ], - "id": "0b1" - }, - { - "type": "section", - "name": "The Scorched Grove", - "page": 126, - "entries": [ - "The great ashen plain that stretches across the northwest forest has come to be called the Scorched Grove. The Grove is the result of a massive forest fire known as the Great Calamity, which raged centuries ago. It left the area altered, and strongly connected to the magic of elemental fire. This barren place has remained in such a state for as long as anyone in the Wood can remember.", - { - "type": "inset", - "name": "A Tender's Telling", - "entries": [ - "The story of the Calamity that has been passed down through the Tenders goes like this:", - "\"Long ago, birdfolk thought they could stop forest fires from devastating the Wood by using powerful otherworldly magics. But the plan backfired. Their magics only fueled the flames, and the Grove was consumed. By the grace of the Amaranthine, the birdfolk were able to lull the blaze into a quiet slumber. Though the flames were contained, the act unbalanced the elemental forces of the Wood for generations. This is why only gentle magics are used to help the earth heal. With nature, the slow way is the right way.\"" - ], - "id": "0b5" - } - ], - "id": "0b4" - }, - { - "type": "section", - "name": "Approaching the Grove", - "page": 126, - "entries": [ - "To get to the Scorched Grove by road the party will need to head back toward Winnowing Reach, then continue west until the road nears the southern edge of the Grove. While this is the easiest path, it will take four days to arrive at the location where Tevor last saw the beast. If the party takes the long road, they are not at risk of an encounter.", - "Alternatively, the party can take a more direct approach through the forest to the northeastern edge of the Grove, very near where the beast was last spotted.", - "If the party takes the direct approach, they will reach their destination in two days, but they'll likely run into some trouble. After one of the following encounters (either {@b A Cloud of Emberbats} or {@b The Flaming Specter}), the party will make good time to the location described by Tevor. Choose one of the encounters below.", - { - "type": "entries", - "name": "A Cloud of Emberbats", - "page": 126, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "While nearing the Scorched Grove, you begin to hear a faint sound far off in the distance. The sound quickly grows louder, and a cacophony of screeches reaches your ears before you see the source: a great cloud of emberbats is consuming the sparse forest to the north. They are still a distance away, but you can feel the combined heat of their bodies even from here. A bright and mysterious orange light can occasionally be seen shining in between them. " - ], - "id": "0b8" - }, - "Tevor will try to sound calm as he advises against rushing in blindly, but it's clear that he's frightened of this swarming mass of emberbats. He'll support the party however he can while maintaining a safe distance.", - "The emberbat cloud takes up the space of a Huge creature, and it has 103 hit points and resistance to slashing, bludgeoning, and piercing damage. It also has the following properties:", - { - "type": "list", - "items": [ - "It can fly at a speed of 30 feet per round and it begins 60 feet away from the party.", - "The heat generated by the emberbats is so intense that any creature within 30 feet must make a {@dc 13} Constitution saving throw when they enter this area, or start their turn inside of it, taking 4 ({@dice 1d8}) points of fire damage on a failure.", - "The emberbats' space can be entered and moved through freely, but the heat inside is so intense that creatures inside this area take 7 ({@dice 2d8}) points of fire damage if they end their turn inside it." - ] - }, - "Any creature that enters the emberbats' space will see that they are swarming around a glowing ball of molten orange energy. This orb is only a foot across and shines like a miniature sun, making it difficult to target.", - "The orb can be attacked, and has the following properties:", - { - "type": "list", - "items": [ - "AC 18", - "30 hit points", - "Immunity to fire damage", - "Vulnerability to cold damage", - "Resistance to bludgeoning, slashing, and piercing damage dealt by non-magical weapons", - "It is magic, and registers as conjuration magic if examined with {@spell detect magic} or a similar effect" - ] - }, - "Once this orb is destroyed, the cloud of emberbats will gradually disperse, taking 4 rounds to disappear completely. If the bats are killed, but the orb remains, the orb will fly off in a random direction at a speed of 60 feet per round, streaking through the forest, eventually slowing down as it attracts a new cloud of emberbats.", - "Whatever type of energy the orb was, it seemed to be exciting the emberbats, driving them to cloud in large numbers. A difficult {@dc 17} Intelligence ({@skill Arcana}) check will be enough for a character to ascertain similarities between this phenomena and similar instances mentioned in conjuration textbooks: when high-level conjuration circles deteriorate, such energy nodes have been observed being intermittently released." - ], - "id": "0b7" - }, - { - "type": "entries", - "name": "The Flaming Specter", - "page": 127, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "While making your way through the tranquil forest, you see what looks to be a blazing fire off in the distance. As you look at the fire, you notice the flames have taken on a birdfolk-like form, resembling a weeping corvum. It's far enough away that you could make it past without being noticed, but branches of the trees around its body are already beginning to smolder." - ], - "id": "0ba" - }, - "This creature is a fire specter, a memory of a former inhabitant of the Scorched Grove animated by the flames that took its life. Tevor will be able to identify the creature immediately. He'll also add that such entities are only found in the deepest parts of the Grove, and it's unheard of to see one so far from the Grove itself. The Tenders are taught to leave them be, as they will dissipate once they have fulfilled their purpose, which usually consists of re-enacting a memory from the life of the victim. Tevor will warn the party that disturbing the specter risks invoking its wrath.", - "If characters interact with the specter peacefully, read this:", - { - "type": "insetReadaloud", - "entries": [ - "As you approach, the creature appears unaware of your presence. It is on its knees, and continues to fruitlessly grasp at something in the underbrush, only to burn any plant life it touches. With each failed attempt the creature places its head in its talons and shudders in a way that suggests weeping." - ], - "id": "0bb" - }, - "The memory this creature is enacting is one of picking flowers to place at a nearby gravesite. Players must figure this out on their own. If a character examines the area, with a {@dc 14} Intelligence ({@skill Investigation}) check they will be able to locate an overgrown wooden grave marker covered by reeds. The singed, desiccated bush the specter keeps reaching for matches bushes on either side of it, around which small patches of bluebells grow. Simply gathering any number of these flowers and placing them upon the grave will be enough to cause the specter to dissipate harmlessly.", - "Remind the players that their time is limited, as the mere presence of the specter is causing trees and shrubs around it to smoke. Characters can attempt to quench the flames before they become true blazes, but unless they have a way to do this at range, they'll need to get within 5 feet of the fire specter. Any character that lingers too long near the specter takes 5 ({@dice 1d10}) fire damage from its heat. Have characters continue to take fire damage the longer they stay in close proximity to the fire specter.", - "If a player disturbs the creature in any way or attempts to harm it, it will turn and attack. The fire specter uses the stat block for a {@creature fire elemental}, but it is Medium and has only 51 hit points. The creature can be lured into a nearby clearing to prevent more fires. It will attack ferociously until it has been slain, at which point it will dissolve into smoke and ash." - ], - "id": "0b9" - } - ], - "id": "0b6" - }, - { - "type": "section", - "name": "Reaching the Grove", - "page": 129, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "The forest gives way to expansive plains of ash, dotted with the charred husks of petrified trees. The wind here has a heat to it, and it constantly disturbs the ashen soil. As it blows, small embers can be seen forming in the disturbed ash, glowing briefly before being swept up and fading on the wind. This place is clearly unnatural." - ], - "id": "0bd" - }, - "Regardless of the route party took, once they arrive at the location described by Tevor they will need to locate the creature that has been preying on the Tenders. A {@dc 15} Wisdom ({@skill Survival}) check or other tracking skill is needed to follow its trail. On a failure, it takes another day of searching to catch sight of the creature. Optionally, roll on the {@table Appendix E: Random Encounters; Scorched Grove Encounters (Level 3)|HWCS|Scorched Grove Encounters} table if the party fails to find the {@creature ashsnake|HWCS}.", - { - "type": "inset", - "name": "Paying the Price", - "entries": [ - "To add some urgency or consequences to the player's decisions, or to complicate matters, announce that by the time they locate the ashsnake it has already found another Tender and is attacking them! Not only must the party fight the beast, they must do so while attempting to save the Tender from meeting a deadly fate.", - "Have combat start with the party being surprised by the ashsnake ambushing the fleeing Tender. The ashnake will burst from the ground next to the Tender as they try to escape.", - "The Tender has 30 hit points and can cast the {@spell druidcraft} and {@spell spare the dying} cantrips. They have no combat ability, but they make any rolls to escape being grappled at a +2 bonus. In combat, they act directly after the ashsnake." - ], - "id": "0be" - } - ], - "id": "0bc" - }, - { - "type": "section", - "name": "Ashsnake Attack", - "page": 129, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "Suddenly, you see what looks to be a disturbance in the ashen plains. Something is moving underneath the thick coating of cinders at frightening speeds, churning up burning embers on either side as it goes, before vanishing. Something is here, and it has noticed you." - ], - "id": "0c0" - }, - "The {@creature ashsnake|HWCS} starts hidden in the ash. The first time it attacks, read the following:", - { - "type": "insetReadaloud", - "entries": [ - "A creature resembling a huge molten snake breaks the ashen surface with incredible force! Its scales are like charcoal, and between the scales a sinister orange glow issues from its molten core. This same glow can be seen coming from two points on the creature's head, resembling eyes, though whether or not it uses these to see is unclear. " - ], - "id": "0c1" - }, - "The ashsnake can feel vibrations within 60 feet of itself, and will attack if it senses movement within range of its bite or constrict attacks. If it senses the party grouping up, it will unleash its breath attack on them. If attacked from outside the range of its {@sense tremorsense|MM}, the ashnake takes an action to determine the direction from which the attack originated.", - "During the fight, the ashsnake will try to stay under the ash to protect itself, but it will come up to attack when it senses an opening. Have it burrow or surface to make the fight interesting.", - "Here are a few points to remember:", - { - "type": "list", - "items": [ - "The ashsnake will generally surface near characters to try and knock them over with its eruption ability. If anyone falls {@condition prone}, they can expect to have a grab attack launched against them, or a bite attack if the creature is already grappling a character.", - "The ashsnake can be attacked while under the ash, although it has a bonus to its armor class (as noted in the monster's description).", - "The ashnake can also hide under the ash, but to do this it needs to spend an action making a Dexterity ({@skill Stealth}) check opposed by each character's passive perception score. While hidden in this way the ashsnake is functionally {@condition invisible}, although characters can make a Wisdom ({@skill Perception}) check against its initial roll once on their turn (this doesn't cost an action), determining its location on a success. Anytime the ashsnake emerges it is no longer hidden.", - "The ashsnake can grab characters before burrowing, and can move freely underground with a grappled character in tow. Each time a character starts their turn under the ash they need to hold their breath (which they can do for 1+ their Constitution modifier's worth of minutes before they start to suffocate). This resets every time the creature surfaces, giving the character a chance to gasp for air. If a character cannot hold their breath, they must make a {@dc 15} Constitution saving throw, taking one level of {@condition exhaustion} on a failure.", - "The ashsnake isn't very intelligent, but it understands how to hunt prey. It is drawn to loud noises and heavy movements. A party member could attempt to distract it in this way.", - "The ashsnake will always try to have one creature grappled while it bites, and will use its ash breath as often as it can, provided there are enough targets close together for it to hit." - ] - } - ], - "id": "0bf" - }, - { - "type": "section", - "name": "Outrunning the Fire", - "page": 130, - "entries": [ - "As soon as the ashsnake is slain, the following will happen in the Grove:", - { - "type": "insetReadaloud", - "entries": [ - "The earth shakes, nearly knocking you and your companions from your feet. All around you ashsnakes erupt through massive mounds of ash. They rear up, emitting a terrifying hiss, a sound so shrill it's as though the air were being rent. As the ashsnakes encircle you, there is a deeper rumble, less violent but full of power. The creatures hesitate for a moment, until another more powerful tremor shakes even their massive bodies. The ashsnakes flee, heading south and burrowing into the ash. The tremors continue to gain in momentum and intensity. To the north, miles away, something gigantic rises from a bed of cinders. First a hill, then a small mountain, releasing a plume of ash that blocks the sun. As the dust clouds settle, you see a huge creature made of craggy black rock and pulsing orange magma. It bellows a guttural sound unlike anything you've ever heard and begins to march toward your position." - ], - "id": "0c3" - }, - "The {@creature aspect of fire|HWCS} is a primeval elemental whose very being thrums with rage. Try to avoid calling it the \"aspect of fire\" in front of your players, as this creature is currently unknown to them. If a character wants to make an Intelligence ({@skill Arcana}) check to see if they know of it, a roll of 16 or higher would be enough for them to have heard of the aspect of fire through scant tales and myths. The stories say that this creature's sole desire is to consume, heedless of the destruction it leaves in its wake. Characters would not know anything more than this.", - "The aspect will immediately sense the party of intruders in its Grove, and make for them at full speed. It's obvious from the size and power of this creature that taking it on would be folly. Be sure to communicate this to the players. However, any party member who stays to make a noble sacrifice will surely buy time for their companions to escape.", - "The party can make whatever plans they want, but the shortest distance out of the aspect's path is back into the forest toward Alderheart. Any other path out of the Grove would leave them exposed to the aspect's march or ashsnakes that could be following. The forest canopy should also provide some cover from the creature, making the party difficult to target.", - "Tevor will flee immediately into the forest, making his escape before the party can react. This is the simplest way to resolve the matter, but if it makes sense within the story, you can have Tevor sacrifice himself to buy the party time to escape, or to save a party member in the following chase sequence.", - "Have the players describe how they would make their way to safety. The easiest way to resolve this would be to have each character make a {@dc 14} Strength or Dexterity ({@skill Athletics}) check to attempt to outrun the aspect. Allow players to make different ability checks if they can come up with a unique way for their characters to escape the threat. For example, distracting the creature might be somewhat of a challenge, requiring a {@dc 14} Charisma or Intelligence ({@skill Deception}) check, but attempting to restrain it would be more difficult.", - "Once they have succeeded on the first skill check, have each player make another skill check to determine how successful they are at fleeing as the creature continues to move toward them. Make this check easier or harder depending on how well players did on the first check. If players succeed at this check, their character flees at a sufficiently quick pace to avoid being in range of the creature's attacks. Particularly dire failures on this check could result in characters falling {@condition prone}.", - "As the aspect marches, it indiscriminately hurls massive boulders of magma and rock into the forest. Characters who failed the second skill check have fallen behind and are in range of these attacks. They must make a {@dc 15} Dexterity saving throw at the start of each round. On a failure, they take 16 ({@dice 3d10}) fire damage. On a success, they take half that damage. They may then attempt another skill or ability check to flee out of the creature's range. As above, be flexible here, and try to reward players for creativity while keeping the threat to their characters believable.", - "After about two rounds of pursuit, the characters should notice that the aspect isn't gaining as quickly, and after another round the characters will all have made it out of the creature's range regardless. If any look back, all they will see is an ominous red glow through the trees, and a plume of thick smoke rising up over the horizon. From here the characters are free to make their way safely into the forest and back to Alderheart." - ], - "id": "0c2" - }, - { - "type": "section", - "name": "Flee to Alderheart", - "page": 131, - "entries": [ - "A large part of the forest has been burned away in the wake of the {@creature aspect of fire|HWCS}, but it seems to have mysteriously given up chase. The party has made it back to the city safely. Having heard and felt the massive aspect's movement, the Council is eager to hear a firsthand account of what happened in the Grove.", - "The Council members accept the news with sadness, anger, concern, and confusion. Whatever this creature is, it represents a threat to all life in the Wood. Many elementals have resided in and around the forest for centuries, but this one harbors a rage that the Council doesn't understand.", - "A sage looking Council member will mention that she once heard tales of an elemental creature of great size and power called an aspect of fire, but that she hopes this is not the monster they face. Another Council member will mention that the first rule of battle is \"know thine enemy,\" and add that the Dean of the Avium, a sable luma named {@creature Gabe Windsworth|HWCS}, is incredibly knowledgeable. He may be able to offer some insight on the situation. Council Speaker Bita will agree, and state that should the Dean be unable to assist the party, the Avium is still home to the largest library in the Wood and its tomes may be the party's best chance at finding answers.", - "The Council is interested in any information that can be found regarding this creature. More than that, they would welcome a means of defeating it. In the meantime, they will begin to rally the Perch Guard in case Alderheart should come under threat. The party must now embark on a quest to stop this monster, before it consumes the land.", - "Thick plumes of smoke from the massive blaze the party outran can be seen from Alderheart's canopy, and news of both the awoken creature and the destruction it has wrought spreads through the whole city quickly.", - "If Tevor led the party, and returned with them, he will be granted the rank of Summerblossom for his valor. He will head up the effort to quell the forest fires the aspect has started. If he did not return, Havel will lead the relief effort, drawing on the memory of his friend to inspire the crowd, and Tevor will be given a solemn funeral. Either way, many volunteers, both humblefolk and birdfolk, will sign up to help quell the still-raging flames and assist those injured in the blaze. The party can choose whether or not they wish to aid in this effort, but nobody will begrudge them if they need to rest after their ordeal.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "The party will be given a special requisition from the Council to aid in fulfilling their mission to stop the creature. Characters will be able to use this unassuming piece of parchment, stamped with the seal of Alderheart, to requisition up to 500 gp worth of equipment from any shop in the city. This can be used in separate stores, or all at the same place. Likewise, it can be used to pay for a portion of an item, such as a weapon or piece of armor, with the rest needing to be paid in coin.", - "In order to obtain this discount players must explain how the requisitioned goods will aid them in their mission. Some shopkeepers may require more convincing than others.", - "The requisition is stamped on the back by a merchant each time it is redeemed, and notarized with the amount it was used for. This can be altered with a difficult skill check using a {@item forgery kit|phb}. However, modifying the document constitutes thievery, and any character caught doing this will be arrested and brought before the Council to face punishment.", - "Characters will also be rewarded with a {@item feathered helm|HWCS} from the Tenders for their good work. If Tevor awards characters this item, it will come with a gallus feather, given by Havel, to thank the party for helping Tevor return safely.", - "If Tevor died, have Havel gift them the helm instead. It will contain a luma feather in memory of his lost friend. If the optional variant {@b Paying the Price|HWCS|3|Reaching the Grove} was used for the ashsnake encounter, the Tender the party saved may award them the helm, fitted with an appropriate feather." - ], - "id": "0c5" - }, - { - "type": "inset", - "name": "Rewards", - "entries": [ - { - "type": "list", - "items": [ - "Award standard XP for defeated foes.", - "For successfully fleeing the Aspect of Fire: 275 XP per player." - ] - }, - "If using the rules for milestone experience, each character should now reach level 4." - ], - "id": "0c6" - } - ], - "id": "0c4" - } - ], - "id": "0aa" - }, - { - "type": "section", - "name": "Part 4: Mysteries of the Avium", - "page": 132, - "entries": [ - "{@font bone-ified education|HPPHumblescratch}", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Part-4.webp" - }, - "width": 944, - "height": 526 - }, - "Now that the {@creature aspect of fire|HWCS} has awoken from its long slumber, it's only a matter of time before it fully replenishes. Once it does, the aspect will surely have enough power to reduce all of Humblewood to ashes.", - "The seal which kept the aspect of fire sleeping beneath the Grove was broken by a corvum mage named {@creature Odwald Ebonhart|HWCS}. Odwald deeply regrets his actions and blames himself for the spreading wildfires. In his desperation, he has returned to the Avium, where he was once a student, and disguised himself as a librarian in order to access its resources. Out of fear for what might befall the Wood if the aspect is not stopped, Odwald has begun to secretly research the darkest of necromancies. He created a monstrous undead creature known as a {@creature cobblefright|HWCS}, which he hopes will provide him with the key to stopping the elemental menace once and for all. In so doing, Odwald has placed the Avium in grave danger, for his control of the monster is imperfect. Strange occurrences on campus have aroused the suspicions of a few students and professors that something isn't quite right at the Avium. While the Dean, {@creature Gabe Windsworth|HWCS}, doesn't yet have any concrete information, he's hoping the party will be able to investigate and help him uncover the mystery. This will lead the way to Odwald and his dangerous scheme.", - { - "type": "section", - "name": "After the Escape", - "page": 132, - "entries": [ - "Be sure to allow the party some downtime after the events of {@adventure Part 3: An Urgent Summons|HWAitW|3} to prepare for the journey to the Avium. The aspect of fire poses a great danger to the Wood, but there's still a good amount of time to deal with the situation. If players feel pressed, have a messenger approach them with a missive from the Council, stating that the aspect hasn't moved from Scorched Grove, according to information obtained from the Alderheart observatory. Scholars cannot make any concrete predictions, but many theorize that the creature may need to remain near an area that is closely tied to elemental fire magic.", - { - "type": "entries", - "name": "Traveling to the Avium", - "page": 132, - "entries": [ - "The Avium lies to the east of Alderheart. From special observation platforms in the city, the gigantic floating structures of the mage college can be seen rising above the trees of the forest. The College isn't terribly far, but the roadway curves around the eastern forest in order to avoid the dangers which lurk there. This part of Humblewood is known to be a nesting ground for {@creature forest prowler|HWCS|forest prowlers}, deadly predatory cats that grow leaves and vines on their fur to better blend with their surroundings.", - "Taking the road poses less risk, but it will cost the party three days of travel to reach the Avium. The path through the forest is much more dangerous and harder to navigate, but if the party moves quickly they can cut down their time, making it to the Avium in about two days." - ], - "id": "0c9" - }, - { - "type": "entries", - "name": "The Long Road", - "page": 133, - "entries": [ - "If the party takes the long road around the forest, there are a few ways to handle this. The first and easiest way is to skip to them arriving at the Avium after an uneventful journey. This is useful for speeding up the pace of the game, or if players are itching to get to the next story beat. Be sure to mention things they encountered along the way to provide additional context:", - { - "type": "list", - "items": [ - "If the Bandit Coalition was crushed, Humblewood will have an increased presence of Perch Guard forces. The party might see merchant caravans carrying supplies from Brackenmill being escorted by Perch Guard lancers known as \"The Spears.\" Perhaps some of the Perch Guard will even be hauling Bandit Coalition prisoners who managed to escape the fortress back to Alderheart for trial and sentencing.", - "If the Bandit Coalition has started to transition into the Wildwood Brigade, the party might see intrepid groups of ex-bandits turned rangers. These individuals may be helping escort supply trains and refugees to prepared camps where food, shelter, and medical supplies are available. It seems like everyone is doing their part to keep the Wood together in these trying times." - ] - } - ], - "id": "0ca" - }, - { - "type": "entries", - "name": "Random Encounters", - "page": 133, - "entries": [ - "If the party enjoys travel time and random adventures on the road, use the {@table Appendix E: Random Encounters; Forest Encounters (Level 1-2)|HWCS|Forest Encounters} table to decide what they encounter. For each day of travel, roll a {@dice d20}, and on a roll of 5 or lower, roll on the encounter table to see what happens. Some of these fights might be easy for a party of level 4 adventurers, so more enemies can be added to provide a greater challenge." - ], - "id": "0cb" - }, - { - "type": "entries", - "name": "Optional Encounter: My Name is Krall", - "page": 133, - "entries": [ - "Not every bandit shares Benna's idealism. A few bad seeds will either use her death as an opportunity to promote themselves, or they'll balk at the idea of a reformed Coalition and splinter off into disparate groups. Use this optional encounter to add danger to the route, and help illustrate the new threats that have risen in the wake of the Coalition's destruction or transformation.", - "These new bandits are no better than raiders, and they prey on humblefolk and birdfolk alike. Among the strongest are forces led by a mapach known as {@creature Krall, the Scavenger King|HWCS}. After hearing news of the party traveling through his territory, Krall is interested in cementing his reputation among the remaining raider factions by taking down the adventurers who either killed or turned Benna.", - "Krall has a force of bandits lying in ambush in the surrounding forest. These include a {@creature jerbeen thief|HWCS}, two {@creature mapach bandit|HWCS|mapach bandits}, and his vulpin lieutenant: {@creature Shyla Denn|HWCS}.", - "As the party approaches Krall's trap, the forest seems eerily quiet. Something is amiss. The bandits are well-hidden in the dark undergrowth, so rather than using passive perception, have each character make a {@dc 16} Wisdom ({@skill Perception}) check to spot the ambush. If anyone fails this check, they will spend their first round surprised. Read the following:", - { - "type": "insetReadaloud", - "entries": [ - "You see a burly mapach with matted fur, missing in patches, sitting on the road ahead, casually picking his teeth with a long, pointed dagger. He wears studded leather armor and has a rapier sheathed at his hip. He eyes you maliciously as you approach, standing to reveal that he is nearly six feet tall. \"Well well, if it isn't Alderheart's lackeys.\"" - ], - "id": "0cd" - }, - "Krall immediately attacks with his force. The thief supports him in melee combat while his priest and the two mapach bandits stay in the forest and attack the party at range. Krall will order Shyla to heal him if he is wounded, but otherwise she is free to attack using her own judgement, and support the bandits with her spells as needed.", - "The dense forest provides a {@quickref Cover||3||half cover} bonus to anyone within it, and creatures there can hide as an action on their turn.", - "During the fight on his turn, Krall will boast:", - { - "type": "insetReadaloud", - "entries": [ - "\"If you thought Benna was tough, then you lot got no idea what you're in for. I'll show the whole Wood how harmless you really are.\"" - ], - "id": "0ce" - }, - "This is a challenging fight, and if it looks like the party is having trouble add some wandering Perch Guard NPCs to aid them. A force of three birdfolk skirmishers should turn the tide in the party's favor, but the guards will be focused on defending the party and won't pursue Krall into the forest if he makes a run for it. Perch Guard forces should also come to chase off Krall if he's victorious, though he won't stick around for too long.", - "If Krall wins, he'll settle for humiliating the heroes by stealing something of value from each party member. Retrieving these items could be the basis of a whole side adventure all its own.", - "Krall seeks revenge, but he isn't so foolhardy as to risk death here. If the party seems amenable, he'll beg for mercy and turn himself in. He has connections in Alderheart's criminal underbelly, and he would rather be imprisoned than dead. If the party doesn't seem like the merciful sort, Krall will order his forces to scatter into the forest when things look grim. Once he enters the forest, the party has only 2 rounds to capture him before he leads his pursuers into a prepared escape burrow where he will pull a lever which snaps a wooden portcullis over the entrance. The portcullis can be broken by spending an action and succeeding on a {@dc 15} Strength check, but in this time Krall will already have traveled down one of the many branching pathways of the tunnel and made a clean getaway. His followers don't know about the escape burrow, and they can be easily captured. Krall won't hesitate to cut them loose to save himself.", - "If any Perch Guard came to offer assistance, those remaining will sound a horn, calling on reinforcements that will arrive in the next few minutes. This will include combat medics who can help tend to the party's wounds. The Perch Guard have orders to take a share of any treasure recovered from either Krall or his bandits back to Alderheart. However, the Guard appreciates the party's service to the Wood and will look the other way if the party decides to take the treasure for themselves.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "The bandits all have standard equipment for their stat blocks, with the exception of Krall's parrying dagger, which appears to be of high quality and is branded with the insignia of the Bandit Coalition on its pommel. Treat this weapon as a {@item shortsword|phb}. It also allows anyone proficient with shortswords to use their reaction to parry one melee attack that targets them, adding +2 to their AC against it. They must be wielding the weapon in order to use this feature.", - { - "type": "list", - "items": [ - "Each of the mapach bandits have pouches filled with 35 gp and the jerbeen thief has an opal (worth 200 gp) in their pouch.", - "The priest has a flawless emerald (worth 350 gp) and three spell scrolls: {@spell spiritual weapon}, {@spell spirit guardians}, and {@spell locate object}.", - "Krall himself has a {@item chime of opening} with five remaining uses in his bag, along with a pair of exquisite rubies (worth 600 gp each) and a small sapphire (worth 200 gp)." - ] - } - ], - "id": "0cf" - } - ], - "id": "0cc" - } - ], - "id": "0c8" - }, - { - "type": "section", - "name": "The Ancient Forest", - "page": 134, - "entries": [ - "The forest may be a quicker route to the Avium, but progress is slow in the dense undergrowth. This part of the forest is ancient, and its floor is a thick carpet of ferns, moss, and other plant life. Treat all areas in this forest that are not clearings or groves as difficult terrain, unless the party does something about it. Spells that deal fire or acid damage can remove the difficult terrain from target areas. Characters can also choose to climb up the branches and travel via gliding if they are birdfolk, completely bypassing the difficult terrain. The forest is thick enough that anyone up at least 30 feet in the giant trees will have an easy time finding branches in gliding range, allowing them to make progress at normal speed, or scout ahead with ease if they so desire.", - "Gigantic 60-foot-tall trees form a canopy that significantly weakens incoming sunlight, and only dim light filters down from above. It's easy to hide here, and cover is readily available behind the trunks of the giant trees. Even with a map, there are no recognizable landmarks, and it doesn't take much for travelers to become disoriented. At least one character must lead the group, succeeding on a {@dc 15} Wisdom ({@skill Survival}) check every four hours of travel to avoid getting lost. Getting lost means the party must spend another hour wandering off-course before they can correct their course. Each time the party fails one of these checks, roll on the Ancient Forest Encounters table to see what they encounter in their wanderings.", - { - "type": "table", - "caption": "Ancient Forest Encounters", - "colLabels": [ - "d6", - "Encounter" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "A thicket containing a hidden {@creature shambling mound}, which attacks as soon as a character enters its reach. It can be seen with a passive perception of 14 or higher." - ], - [ - 2, - "A group of {@dice 1d4} {@creature giant elk} can be seen grazing peacefully by a grove with a clear pond." - ], - [ - 3, - "The bones of a {@creature giant elk}, picked clean and growing moss. A successful {@dc 17} Intelligence ({@skill Nature}) check is enough to tell this was done by a {@creature forest prowler|HWCS}." - ], - [ - 4, - "A 60-foot-wide clearing contains {@dice 1d3} {@creature giant boar|mm|giant boars} rooting around the soil for food. They have {@dice 1d4} young (Medium sized beasts that cannot attack) with them and will attack if provoked." - ], - [ - 5, - "An {@creature owlbear} can be seen in a clearing nearby. It is young (only has half its normal hit points) and hasn't yet spotted the party. There is another owlbear, its mother, also nearby. The mother will arrive after a round of combat has passed to defend her child." - ], - [ - 6, - "A {@creature unicorn} appears in a small grove. It is wary, but can be approached if the party is careful. If befriended, it will heal the party's wounds. If threatened, it will flee." - ] - ] - }, - { - "type": "entries", - "name": "Hunter and Prey", - "page": 135, - "entries": [ - "The party will eventually encounter the {@creature forest prowler|HWCS} that has been nesting in the area for the last month. It makes its home in the treetops in well-camouflaged nests made from leaves and branches. A sure way to tell a prowler's nest from a giant bird's is the stench of meat. Prowlers keep carrion from the animals they hunt, usually giant elk or boars, on nearby branches as a source of food.", - "This encounter should happen towards the end of the party's journey through the forest. The characters could come across the prowler's lair mere hours from the forest's end, or the beast could ambush them as they camp for the night. As long as the party keeps moving in a stealthy manner, they will elude the beast, but if they stay camped in one spot for more than an hour the forest prowler will be alerted to their presence.", - "However the encounter happens, the prowler will study the party from a distance first, biding its time as they move through its territory. It will attempt to use its stealth to approach the party quietly, and will single out the smallest and most vulnerable character among the group as its prey. The prowler hunts through hit-and-run tactics, disappearing into the foliage with its camouflaging fur before pouncing again on unsuspecting foes. The prowler's incredible claws give it a solid grip on tree trunks, and it can climb even the highest branches with ease. Once it begins its assault it won't stop until it has scored a kill, or has been critically wounded." - ], - "id": "0d1" - } - ], - "id": "0d0" - }, - { - "type": "section", - "name": "The Avium", - "page": 135, - "entries": [ - "After the party has either made their way through the forest or reached the end of the road, they will arrive at the Avium, the magical college of the birdfolk. Here arcane spellcasters from all over Humblewood study, decipher mystic secrets, and teach the next generation their craft.", - { - "type": "inset", - "name": "Odwald's Disguise", - "entries": [ - "Throughout most of this part, Odwald Ebonhart has assumed the identity of the librarian Mordane Swiftgale. To avoid confusion, the person the players know as Mordane will be referred to in this text as Odwald. This ensures that it is clear when reading this part that certain events do not involve the real Mordane. Be cautious when GMing, and refer to the disguised Odwald only as Mordane until Odwald's true identity has been revealed." - ], - "id": "0d3" - }, - { - "type": "entries", - "name": "Important Information", - "page": 135, - "entries": [ - "At the heart of the Avium is a mystery the players will need to solve. The party's suspicions should be aroused when they start their research and realize much of the information they require is missing. In most cases, books have had pages torn out. The tomes were vandalized by Odwald while in a frantic state, before he took {@creature Mordane Swiftgale|HWCS} hostage and assumed his appearance.", - "As Librarian Swiftgale, Odwald now has access to all of the highly regulated books in a part of the College known as the lower library (see {@adventure Into the Library|HWAitW|4|Into the Library}). He can manipulate the records to account for missing books and place suspicion on others.", - "During his research, Odwald has uncovered a frightening truth: the aspect of fire is immortal, its energies have seeped into the Scorched Grove over centuries, creating a well of power it can use to reconstruct its form if it is ever destroyed. However, evidence of his earlier panicked search still remains, and Odwald worries that the heroes may use it to expose him.", - "The torn-out pages contain information necessary for the party to defeat the aspect of fire, but the players won't be able to find this out until they discover Odwald's secret chamber in the library, where he has been using the information he stole to plan a way to kill the aspect. Odwald has been dabbling in dangerous necromancy, and he's created a {@creature cobblefright|HWCS} to aid in his research, seeking to study its soul siphon ability in order to recreate the effect as a large-scale spell. If it works, such a spell might drain the vital energies that make the aspect immortal, ending its threat to the Wood once and for all. The cobblefright is a threat to all who currently live and study in the Avium, and the party will need to uncover Odwald's secret laboratory and dangerous monster before he loses control of his creation.", - "There are many pathways players can follow throughout this investigation, and many ways for the party to come across important information. The party doesn't need to know everything to find out the location of Odwald's lair, but the more they know, the more complete their picture of the happenings at the Avium will be. Because there are many connections players can make between different leads, clues, and avenues of investigation, some sections will cross-reference others that might be relevant.", - "If the players are lost or unsure where to go, an NPC can deliver one or more of the following hints to move the narrative along:", - { - "type": "list", - "items": [ - "Only faculty members have access to tomes dealing with high-level or forbidden magic, and even then it's solely intended for research purposes. Removing one of these dangerous books from the lower library, or practicing the knowledge they contain, is grounds for termination from the Avium.", - "One tenured librarian, Mordane Swiftgale, has always been an odd one, but lately he's been keeping to himself even more than usual.", - "Secret rooms were built into the Avium, and many remain undiscovered to this day.", - "A lot of odd things seem to be happening in and around the lower library. Books with missing pages, malfunctioning servitor skeletons, and strange noises coming from the stacks, have all been reported." - ] - }, - "Players can find the information they need through reading tomes in the library or speaking with knowledgeable NPCs on campus. By the end of their time at the Avium players should know the following:", - { - "type": "list", - "items": [ - "The aspect of fire is immortal. There is no known way to destroy it without it simply regenerating.", - "The aspect of fire consumes living forests for energy.", - "The aspect of fire is weakened by cold damage, which may cause it to cool and become immobilized.", - "In the past, the aspect of fire was sealed away using a conjuration circle somewhere in the Grove." - ] - } - ], - "id": "0d4" - }, - { - "type": "entries", - "name": "Arriving on Campus", - "page": 136, - "entries": [ - "The Avium is a remarkable structure, and as the party approaches it, either from the forest or from the road, read the following:", - { - "type": "insetReadaloud", - "entries": [ - "Four gigantic circular stone platforms float alongside several towers and spires in the air above you. These structures slowly rotate around a leafless and branchless tree trunk made from solid stone. The trunk towers hundreds of feet high, and the orbiting structures appear to connect to stone bridges which jut out of the trunk near its upper levels. You see two Perch Guards in crenellated watch posts above the entryway to this petrified trunk. They greet you, and moments later a robed, bespectacled raptor glides down to land at your feet." - ], - "id": "0d6" - }, - "The raptor is an associate professor named {@creature Rhys Birchwalker|HWCS}, who has been sent to greet the party. She explains the Dean is expecting them, and then leads the party to the large central gate, which appears to be the only entrance into the structure. She withdraws a an amulet with the Avium's crest upon it from the folds of her robe and presents it to the giant wooden double doors. After a brief moment the same symbol etches itself in light across the entrance. Then, with a heavy creak, the doors begin to part, revealing an interior lounge.", - { - "type": "insetReadaloud", - "entries": [ - "A main desk sits near the far wall, behind which a scribe is busy with tottering piles of paper. Several chairs and couches are situated around circular tables throughout the room, which is lit comfortably by floating braisers containing magical flames. Portraits of wizened birdfolk hang from the walls, each one wearing robes similar to those of your attendant." - ], - "id": "0d7" - }, - "Behind the main desk is a spiral staircase that leads down. The staircase is flanked by a pair of large birdfolk statues, one of which bears the likeness of a corvum whose portrait hangs from the west wall. Opposite this staircase, a circular platform rests in its own cylindrical alcove.", - "Professor Birchwalker leads the party onto the circular platform and utters an incantation, which causes the entire stone disk to rise from the ground and propel the group upwards through the tree trunk. A few windows occasionally zip by on the way up, showing glimpses of the Wood and just how high the party is traveling. The platform stops halfway up the structure, and the party finds themselves in an area next to a busy atrium. Following Professor Birchwalker, everyone arrives at the Dean's office.", - { - "type": "insetReadaloud", - "entries": [ - "You and your companions enter into a round stone office. It is surrounded on all sides by windows, through which several spires and large circular terrariums can be observed slowly floating by. The many tables inside the office are filled with disorganized piles of books, and the desk is in a similar state of disorder. A sable luma peeks up from over the books. \"Oh, please excuse me! I'm reviewing a few... hundred theses for my students. Excellent work! But, one does tend to lose track of time. I'm terribly sorry.\"" - ], - "id": "0d8" - }, - "The luma is {@creature Gabe Windsworth|HWCS}, the Dean of the Avium. He will apologize profusely and clear a few tomes off his desk before moving to give each party member a firm handshake and an official welcome to his College. The Dean will then cut right to the chase: he knows why the party is here and what they've come for, thanks to messages from the Council. He is eager to help them find whatever they need to stop the aspect of fire. The Dean will tell the party:", - { - "type": "insetReadaloud", - "entries": [ - "\"You won't find information on something that old and powerful in just any library. Thankfully, the Avium was built upon the greatest store of knowledge in all of Humblewood... literally! Beneath the main building is the oldest structure here, a library with a collection of tomes, folios, and manuscripts gathered from all over Everden. With any luck, that's where you'll find what you're looking for. Now, a disclaimer\u2014some of the tomes in there are a little... uh, deadly. But worry not, our librarians are experts. They'll help point you in the right direction while steering you clear of the more... 'advanced' materials.\"" - ], - "id": "0d9" - }, - "He will then give each of the characters a small amulet with the insignia of the Avium. These appear to be of lesser quality than Professor Birchwalker's, and Dean Windsworth will inform the party that these are amulets, made especially for guest researchers. The party will then be free to roam the grounds.", - "The Dean knows the importance of their mission, but he also knows they've had a long journey. The amulets will give the party access to dormitory chambers that have been prepared specifically for them. The room will have exactly the right number of bunkbeds for the playgroup. The party won't need to worry about food either, as their guest amulets grant them free meals at the campus dining hall. Characters are also free to sit in on any lectures they wish to attend around campus, as well as to peruse the more conventional libraries housed in the orbiting structures.", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Amulet.webp" - }, - "width": 501, - "height": 639 - } - ], - "id": "0d5" - } - ], - "id": "0d2" - }, - { - "type": "section", - "name": "Exploring The Avium", - "page": 137, - "entries": [ - "Refer to Fig. 4.1 for a map of the Avium.", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/The-Avium.webp" - }, - "width": 832, - "height": 1079, - "imageType": "map", - "id": "161", - "mapRegions": [ - { - "area": "0dc", - "points": [ - [ - 89, - 305 - ], - [ - 81, - 261 - ], - [ - 84, - 227 - ], - [ - 103, - 189 - ], - [ - 139, - 154 - ], - [ - 170, - 137 - ], - [ - 222, - 135 - ], - [ - 277, - 159 - ], - [ - 307, - 197 - ], - [ - 311, - 255 - ], - [ - 306, - 306 - ], - [ - 283, - 351 - ], - [ - 258, - 386 - ], - [ - 244, - 379 - ], - [ - 229, - 397 - ], - [ - 226, - 403 - ], - [ - 210, - 402 - ], - [ - 189, - 384 - ], - [ - 179, - 376 - ], - [ - 159, - 386 - ], - [ - 141, - 366 - ], - [ - 119, - 336 - ], - [ - 102, - 332 - ], - [ - 97, - 321 - ] - ] - }, - { - "area": "0dc", - "points": [ - [ - 598, - 241 - ], - [ - 580, - 218 - ], - [ - 560, - 210 - ], - [ - 543, - 190 - ], - [ - 529, - 158 - ], - [ - 526, - 117 - ], - [ - 538, - 84 - ], - [ - 558, - 65 - ], - [ - 583, - 51 - ], - [ - 621, - 49 - ], - [ - 650, - 57 - ], - [ - 675, - 83 - ], - [ - 692, - 111 - ], - [ - 691, - 145 - ], - [ - 681, - 179 - ], - [ - 663, - 197 - ], - [ - 642, - 217 - ], - [ - 622, - 224 - ], - [ - 608, - 243 - ] - ] - }, - { - "area": "0dd", - "points": [ - [ - 651, - 292 - ], - [ - 682, - 284 - ], - [ - 696, - 266 - ], - [ - 705, - 243 - ], - [ - 712, - 222 - ], - [ - 724, - 208 - ], - [ - 728, - 237 - ], - [ - 733, - 256 - ], - [ - 737, - 270 - ], - [ - 750, - 286 - ], - [ - 737, - 311 - ], - [ - 724, - 321 - ], - [ - 710, - 345 - ], - [ - 701, - 331 - ], - [ - 686, - 303 - ], - [ - 676, - 295 - ] - ] - }, - { - "area": "0dc", - "points": [ - [ - 95, - 588 - ], - [ - 93, - 559 - ], - [ - 95, - 535 - ], - [ - 103, - 510 - ], - [ - 119, - 485 - ], - [ - 143, - 466 - ], - [ - 166, - 453 - ], - [ - 197, - 449 - ], - [ - 232, - 453 - ], - [ - 265, - 463 - ], - [ - 290, - 483 - ], - [ - 317, - 517 - ], - [ - 324, - 551 - ], - [ - 328, - 583 - ], - [ - 323, - 610 - ], - [ - 305, - 633 - ], - [ - 266, - 643 - ], - [ - 246, - 660 - ], - [ - 218, - 663 - ], - [ - 186, - 653 - ], - [ - 153, - 643 - ], - [ - 140, - 643 - ], - [ - 112, - 598 - ] - ] - }, - { - "area": "0dc", - "points": [ - [ - 498, - 506 - ], - [ - 490, - 464 - ], - [ - 507, - 426 - ], - [ - 528, - 395 - ], - [ - 556, - 372 - ], - [ - 603, - 357 - ], - [ - 638, - 354 - ], - [ - 672, - 365 - ], - [ - 710, - 394 - ], - [ - 733, - 434 - ], - [ - 740, - 462 - ], - [ - 734, - 518 - ], - [ - 722, - 538 - ], - [ - 703, - 547 - ], - [ - 682, - 568 - ], - [ - 668, - 565 - ], - [ - 660, - 583 - ], - [ - 641, - 589 - ], - [ - 617, - 594 - ], - [ - 605, - 580 - ], - [ - 590, - 570 - ], - [ - 569, - 584 - ], - [ - 555, - 576 - ], - [ - 543, - 561 - ], - [ - 536, - 551 - ], - [ - 523, - 552 - ], - [ - 506, - 539 - ] - ] - }, - { - "area": "0de", - "points": [ - [ - 63, - 757 - ], - [ - 69, - 734 - ], - [ - 84, - 713 - ], - [ - 100, - 697 - ], - [ - 122, - 681 - ], - [ - 156, - 673 - ], - [ - 179, - 670 - ], - [ - 214, - 671 - ], - [ - 247, - 682 - ], - [ - 278, - 700 - ], - [ - 301, - 727 - ], - [ - 306, - 758 - ], - [ - 301, - 783 - ], - [ - 278, - 812 - ], - [ - 243, - 833 - ], - [ - 201, - 843 - ], - [ - 161, - 843 - ], - [ - 122, - 834 - ], - [ - 87, - 810 - ], - [ - 69, - 784 - ] - ] - }, - { - "area": "0df", - "points": [ - [ - 514, - 833 - ], - [ - 517, - 803 - ], - [ - 530, - 781 - ], - [ - 560, - 757 - ], - [ - 588, - 748 - ], - [ - 632, - 741 - ], - [ - 675, - 746 - ], - [ - 710, - 761 - ], - [ - 737, - 784 - ], - [ - 755, - 817 - ], - [ - 754, - 846 - ], - [ - 738, - 871 - ], - [ - 712, - 898 - ], - [ - 658, - 912 - ], - [ - 621, - 915 - ], - [ - 577, - 906 - ], - [ - 543, - 889 - ], - [ - 520, - 862 - ] - ] - }, - { - "area": "0db", - "points": [ - [ - 403, - 803 - ], - [ - 360, - 703 - ], - [ - 408, - 640 - ], - [ - 449, - 703 - ] - ] - }, - { - "area": "0e0", - "points": [ - [ - 330, - 945 - ], - [ - 316, - 908 - ], - [ - 291, - 890 - ], - [ - 265, - 875 - ], - [ - 239, - 869 - ], - [ - 213, - 866 - ], - [ - 181, - 870 - ], - [ - 144, - 881 - ], - [ - 121, - 895 - ], - [ - 101, - 914 - ], - [ - 95, - 936 - ], - [ - 94, - 961 - ], - [ - 100, - 979 - ], - [ - 111, - 1003 - ], - [ - 142, - 1026 - ], - [ - 187, - 1040 - ], - [ - 216, - 1040 - ], - [ - 259, - 1036 - ], - [ - 296, - 1018 - ], - [ - 317, - 1000 - ], - [ - 330, - 968 - ] - ] - } - ], - "hrefThumbnail": { - "type": "internal", - "path": "adventure/HWAitW/thumbnail/The-Avium.webp" - }, - "title": "Fig. 4.1: Avium", - "grid": { - "type": "none", - "scale": 3 - } - }, - "At the heart of the Avium is the central building, made from the trunk of a petrified tree. It is orbited by four terrariums and a dozen or so smaller towers. Each structure which orbits the trunk does so at varying heights and speeds, between one rotation every 10 minutes, and one rotation every half hour.", - "The orbiting structures each have gliding platforms and moveable bridges, which correspond with bridge sections on other structures and connect at regular intervals to form complete overpasses. These structures stay aligned for 10 minutes, allowing for crossing by foot. For humblefolk students, knowing when to cross can make the difference between missing a class and arriving on time. But for birdfolk, the entire aerial campus can be traversed with ease. If ever in doubt about how long it will take for the route to an orbiting structure to connect, roll {@dice 3d10} and use that number in minutes to decide when the next favorable rotation will be.", - "There are many places in the Avium for characters to explore, and characters can spend their time here however they wish. Those who so desire can learn new spells or concoct potions. To track the party's activities, let the players know that each day they spend in the Avium consists of eight hours within which they can benefit from all the College has to offer. After this time, several campus areas close their doors to students, and only those with special faculty amulets can get past security. Studying at the College can grant one of the following benefits:", - { - "type": "list", - "items": [ - "Wizards who study here can add any spell on the wizard's spell list to their spellbook, but they still require the necessary amount of coin and time to do this. Spells are only granted to wizards deemed worthy of their power, meaning only spells of a level the wizard could cast will be made available.", - "By spending a full day studying and practicing, any bard, ranger, sorcerer or warlock can swap one spell they have learned previously for another of the same level that is on their class spell list.", - "Additionally, any character proficient with a {@item herbalism kit|phb} can avail themselves of the campus potions laboratory, which stocks reagents needed for potion making. Creating a potion can be done for the normal cost (to help cover the expenses associated with growing so many magical herbs) and only takes one day of brewing instead of the normal amount of time it would take to craft such an item." - ] - }, - { - "type": "entries", - "name": "1. Central Building", - "page": 139, - "entries": [ - "Faculty offices, most lecture halls, the large communal dining hall, and the infirmary are all located in the central building. A Perch Guard station near the middle of the central building serves as the headquarters for campus security forces. Servitor skeletons can often be found here, performing janitorial tasks." - ], - "id": "0db" - }, - { - "type": "entries", - "name": "2. The Terrariums", - "page": 139, - "entries": [ - "The four terrariums are circular stone structures with bowl-shaped bottoms and mostly flat surfaces. They are contained in magical spherical fields, which allow matter to pass through, but are designed to shield and contain magical blasts. This keeps the surrounding structures safe in case of an accident. Three of the terrariums are 200 feet in diameter. They contain different biomes and are used for natural research. The fourth is smaller, only 100 feet across, and is located higher up. It houses a security building, as well as a gaol, both overseen by the Perch Guard." - ], - "id": "0dc" - }, - { - "type": "entries", - "name": "3. The Towers", - "page": 139, - "entries": [ - "The floating towers are between 40 to 80 feet across, and they are the oldest structures orbiting the central tree. Some house libraries and small classrooms on niche subjects, mostly for advanced students of a particular school of magic. Other towers contain laboratories for practicing spellcraft, testing established arcane theorems, and brewing potions." - ], - "id": "0dd" - }, - { - "type": "entries", - "name": "4. The Dean's Office", - "page": 139, - "entries": [ - "Located high in the Avium's structure, this large office belongs to Dean Windsworth. More than just his private study, it is a historical part of the building, having been used by every headmaster of the Avium since the College's founding. Dean Windsworth can often be found here poring over documents." - ], - "id": "0de" - }, - { - "type": "entries", - "name": "5. Dormitories", - "page": 139, - "entries": [ - "The central building houses dormitories for students and faculty. The student rooms are near the lower part of the tree, and are divided by an individual's standing within the Avium, with those in their first year having rooms closer to the ground. The faculty dorms rest above these, in areas off limits to students." - ], - "id": "0df" - }, - { - "type": "entries", - "name": "6. Lower Library", - "page": 139, - "entries": [ - "The lower library consists of a series of rooms and corridors, shaped from inside the tree's stone roots. Unlike many of the classrooms in the central building, which have been remodeled, much of the lower library remains unchanged since the days of the Avium's founding. It contains the most dangerous and rare books in the Avium, and only high ranking faculty members and a few special guest researchers are privy to the contents within. The sturdy stone shelves here are molded from the same stone that makes up the floor. They tower with books and require little in the way of care beyond dusting (though some sections are clearly overdue for it)." - ], - "id": "0e0" - } - ], - "id": "0da" - }, - { - "type": "section", - "name": "Into the Library", - "page": 139, - "entries": [ - "The staircase near the entrance leads down to the lower library. This area is only accessible to those with the appropriate pass, at appropriate times of day. If the party attempts to descend the stairs without their guest amulets or outside of normal hours, the two {@creature stone golem|mm|stone golems} that guard the entrance (the birdfolk statues on either side of the stairway) will come to life and attempt to stop them. The golems seek only to restrain the party until Perch Guard authorities arrive. If the party attempts combat, the golems will defend themselves, but they will strike with calculated force. Any character reduced to 0 hit points by the golems will remain stable, since the sentries are under strict commands to incapacitate intruders, not kill them.", - "As characters enter the lower library they will be greeted by the librarian, Mordane Swiftgale, who is actually Odwald Ebonhart in disguise. This is a magical effect produced by a specially crafted pendant that Odwald wears, and as long as he (or anyone else) wears it, they will look and sound exactly like Mordane Swiftgale. This is a transmutation effect, although it has been supplemented with illusion spells so as not to appear magical when examined with {@spell detect magic} or similar effects.", - { - "type": "insetReadaloud", - "entries": [ - "As you reach the bottom of the long and winding staircase, you emerge into a room filled with rows upon rows of large stone shelves, each containing several hundred books. Magical braisers illuminate this area, but their light strains to reach every nook between the large bookshelves. A swift strig sits reading behind a desk in the center of the room. As you approach he puts down his book and eyes you curiously. \"The Defenders of Alderheart, I presume?\"" - ], - "id": "0e2" - }, - "Odwald will inform the party that he is Mordane Swiftgale, and he's been instructed to help them find whatever they need. While the request came directly from the Dean, Odwald has some trepidation about assisting the party. He fears that if the heroes start poking around, they'll discover the pages he tore from the tomes. If characters notice his nervousness and make a Wisdom ({@skill Insight}) check, have Odwald make an opposed Charisma ({@skill Deception}) check. Even if a character succeeds they won't find out anything incriminating, only that Mordane appears apprehensive. If characters report the missing pages to him, Odwald will feign shock and confusion and recommend they notify the Dean as such vandalism is taken very seriously. If a character doesn't believe Odwald, have the character make another Wisdom ({@skill Insight}) check opposed by Odwald's Charisma ({@skill Deception}) check.", - "A success will show the character that Mordane is clearly flustered, but nothing more. Odwald's bluster is in character with Mordane, who was always passionate about the library, and this will help to conceal his true identity.", - "For players who want to use their downtime to research the aspect, they need to decide what types of information to look for. The information the characters will be looking for can broadly fit into four categories: {@b The Scorched Grove}, {@b The Great Calamity}, {@b Elemental Creatures}, and {@b Conjuration Magic}. Each category has an associated amount of time required for research in order to obtain all the information for that category. This time can be lessened by having multiple characters research different areas of the same topic.", - { - "type": "inset", - "name": "Helping the Party", - "entries": [ - "If the party ends up stuck during research, or are unsure of what to do, you can always have them run into one of the NPCs in this chapter: Professor Birchwalker, Professor Revayne, or even Dean Windsworth. Any of these characters would be able to guide the party in their research and help point them towards the sections they should investigate.", - "Alternatively, if your party finds the research portion boring, you can skip to the incident in {@adventure Shadows Fall|HWAitW|4|Shadows Fall} early. This will provide some action and a quick transition from the party's investigation into the strange occurrences happening at the Avium. " - ], - "id": "0e3" - }, - "While Odwald wants to stop the party's efforts, he knows just how much attention he could draw to himself if he acts out of character. He'll guide them to the first three topics, but anyone looking for help acquiring information on Conjuration Magic will find Mordane busying himself with other tasks, such as cataloging source materials and returning tomes to far-flung wings of the enormous underground library.", - "If what a player wants to research doesn't fit into one of these categories, either base the findings on what's known about the aspect (be careful not to give too much away), or rule that while they located the tome they were looking for, all important information appears to have been on pages that were ripped out. No matter how much time the characters spend on research, the information on torn-out pages can't be found in other books.", - { - "type": "entries", - "name": "The Scorched Grove", - "page": 140, - "entries": [ - "There are many books here regarding the Scorched Grove, and since scholarly interest in this subject is so focused on its physical properties, origins, and fauna, it won't take more than a day of research before a character finds information repeating itself or covering the same questions from increasingly esoteric angles.", - "Most of the writing available on the Grove covers what was already provided in {@adventure Part 3: An Urgent Summons|HWAitW|3}. Reiterate information for the players if necessary, or just say that no new information is available. However, one book found by a character researching this topic will contain important knowledge. The character finds the following passage:", - { - "type": "insetReadaloud", - "entries": [ - "... from the above evidence, one can conclude that the Scorched Grove displays properties which suggest extreme conjury, perhaps even the calling of a major elemental force. Whether this was conjured from a nearby plane or a farther one remains uncertain, but the readiness with which the elemental magics have taken root suggests a source in close proximity to our world." - ], - "id": "0e5" - } - ], - "id": "0e4" - }, - { - "type": "entries", - "name": "The Great Calamity", - "page": 140, - "entries": [ - "There is very little work of substance on the Great Calamity, as numerous books addressing the subject resort to legend more than truth. Those books which do attempt serious historical study of the event note the relative lack of credible living witnesses. In terms of overall scope, there is a wealth of material written about the Calamity, although the information is unfocused and spread across many books. It could take a character three days of research to get through all there is to read. Quite a few books have had pages torn out and these seem to reference prophecies of some kind, but it's unclear exactly what they pertain to.", - "The following passage was found:", - { - "type": "insetReadaloud", - "entries": [ - "... regardless of the origin of the Calamity, whether or not the rumors of an elder elemental being hold any truth to them, a magical event of incredible significance is almost certain to have taken place. The calling of such elemental energies, whether through evocation or conjuration, would require a mage of unparalleled skill, or an entity of unfathomable power." - ], - "id": "0e7" - }, - "Details on the aspect have been torn out of one book: an eyewitness account, from someone who claimed to have seen a \"creature of fire and destruction.\"", - "Read this when the torn out pages are found (see {@adventure The Old Classroom|HWAitW|4|The Old Classroom}):", - { - "type": "insetReadaloud", - "entries": [ - "\"It flared so brightly as it consumed the forest. It turned the burning trees into fuel, gaining power as it devoured them, and left naught but ashes in its wake.\"" - ], - "id": "0e8" - } - ], - "id": "0e6" - }, - { - "type": "entries", - "name": "Elemental Creatures", - "page": 141, - "entries": [ - "A fairly straightforward avenue of research, the library holds a wealth of tomes on elemental creatures. However, elementals of the size seen in the Grove comprise a narrow field of study, and a character researching this subject should be able to find everything they need to know in about two days of study. The following information can be found:", - { - "type": "list", - "items": [ - "The most important thing they will learn is that elementals of this size are normally elder elementals, incredibly powerful beings that re-shape the lands in which they live through their sheer presence. These beings would require advanced conjuration magics to summon.", - "Many elder elementals have the traits of one or two elements working in concert. Stories from across Humblewood tell of a fire and earth elemental who may have been involved in the calamity that birthed the Scorched Grove.", - "They'll find this passage in an old book:" - ] - }, - { - "type": "insetReadaloud", - "entries": [ - "Elemental creatures composed of fire that also possess earth elemental traits tend to be incredibly strong and durable, and do not appear to retain their vulnerability to cold-typed magics. However, cold-typed magic should theoretically be able to..." - ], - "id": "0ea" - }, - { - "type": "list", - "items": [ - "The following page is torn out. Read this when the torn out pages are found (see {@adventure The Old Classroom|HWAitW|4|The Old Classroom}):" - ] - }, - { - "type": "insetReadaloud", - "entries": [ - "...slow such creatures down as it cools their molten exterior, eventually encasing them in a shell of hard earth and rendering them immoble. This is only temporary, however, and depending on the power of the creature, this immobilized state may only last for one hour." - ], - "id": "0eb" - }, - { - "type": "list", - "items": [ - "A fragment of text in one book reads:" - ] - }, - { - "type": "insetReadaloud", - "entries": [ - "Elder elementals have strong connections to the energy of their aspected element. This connection can be so strong that..." - ], - "id": "0ec" - }, - { - "type": "list", - "items": [ - "The following page is torn out. Read this when the torn out pages are found (see {@adventure The Old Classroom|HWAitW|4|The Old Classroom}):" - ] - }, - { - "type": "insetReadaloud", - "entries": [ - "...some of the most powerful elementals have been reported to regenerate themselves completely if destroyed through conventional means. They do this through the vast reservoirs of aspected energy present in areas that have been infused with their elemental aura, normally through extended exposure to the elder elemental." - ], - "id": "0ed" - }, - { - "type": "list", - "items": [ - "Finally, the party may come across a few burned pages from an old tome. The pages are badly damaged, almost as if they were saved from a fire, and are kept in a small magical field to prevent further disintegration. Their origin is unknown. The following passage can be made out:" - ] - }, - { - "type": "insetReadaloud", - "entries": [ - "\"After its defeat, the aspect of ice lost a single shard... {@i the Borealus}... was sealed away... A dance of fire and ice maintains the Wood's balance... if the fire wanes, it must wane slowly, only then will its energies have time to ebb away...\"" - ], - "id": "0ee" - }, - { - "type": "inset", - "name": "Ashsnake Lore", - "entries": [ - "The ashsnakes were thought to be new to Humblewood, but with a bit of poking around characters can find out that the creatures may have appeared in the past.", - "Any player that spends the full amount of days researching Elemental Creatures or The Great Calamity, while also looking for information about ashsnakes, will find a few accounts detailing sightings of similar creatures around the time of the Great Calamity. Although the ashsnakes are definitely related to the element of fire, accounts do not provide enough information to tell whether or not the creatures are elementals, and descriptions of them feeding run exactly counter to this notion, as elementals require neither food nor drink to survive." - ], - "id": "0ef" - } - ], - "id": "0e9" - }, - { - "type": "entries", - "name": "Conjuration Magic", - "page": 142, - "entries": [ - "Any player who picked up on the evidence of conjuration magic in the Grove, possibly from their encounter with the {@adventure Cloud of Emberbats|HWAitW|3|Cloud of Emberbats}, could have their character investigate this topic. Other research topics could lead characters here as well. This is a broad category, and even when pared down to tomes on elemental summoning, it would take time to sift through. After four days of research, a character will learn the following:", - { - "type": "list", - "items": [ - "Anything as big as the aspect would require huge amounts of energy to seal. It would take tremendous effort on the part of a creature, even one as powerful as the aspect of fire, to break free. This likely couldn't have been done without the seal being weakened by some outside force.", - "A large conjuration circle would be needed in order to seal away anything as massive as the aspect of fire. The circle may have become obscured over time, but it is impossible for the aspect to have been kept dormant all this time without it.", - "After finding the previous piece of information, further research will lead the party to a cryptic tome: a treatise by a conjurer who attempted to calculate the location of the postulated conjuration circle within the Grove. The conjurer's treatise is based on painstaking research on energy readings, topography, ley lines, and other academic esoterica. However, while the complex formulae of his calculations remain, the pages that actually specify the location have been ripped out (see {@adventure The Old Classroom|HWAitW|4|The Old Classroom}).", - "Without the missing page, the conjurer's calculations could be worked through to find the location of the circle, but it would be incredibly challenging, taking at least a full day of research by someone proficient in the {@skill Arcana} skill. At the end of the day, the researcher must make a {@dc 21} Intelligence ({@skill Arcana}) check. On a success, the character calculates the circle's postulated location in the Grove, which is on its eastern edge, at a point between Winnowing Reach and Alderheart. On a failure, the character must repeat the process, requiring another full day of calculations. Other characters can help with this roll, granting advantage to the character rolling for the check, but only if the supporting characters are also proficient in the {@skill Arcana} skill. Professor Birchwalker can also help a character perform the calculations to find the location of the conjuration circle within the Grove." - ] - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Conjuration-Circle.webp" - }, - "width": 760, - "height": 760 - } - ], - "id": "0f0" - } - ], - "id": "0e1" - }, - { - "type": "section", - "name": "Shadows Fall", - "page": 142, - "entries": [ - "After the party completes five days of research, Odwald will become nervous. He'll try to use a necromantic ritual ripped from one of the tomes he stole in an attempt to scare the party off. He'll wait until the party members are absorbed in their tasks before acting. When no one is watching him, he will use {@spell greater invisibility} to move unseen and unheard between the large stacks, then cast the ritual slowly and quietly. Once Odwald completes the ritual, he'll discard the useless ritual page in a place where the characters can find it, attempting to frame another necromancer on campus. If characters search the area where the shadows appeared, they will find the page. A {@dc 16} Intelligence ({@skill Arcana}) check will reveal the dark runes scratched upon the parchment to be associated with particularly foul necromancy. All the magic in the runes has been spent.", - "Odwald's ritual curses the characters, causing their {@creature shadow} to detach and become an undead creature in the character's likeness. The shadows each attack the character to which they are closest, and if in an area of dim light they will use their bonus action to hide immediately before making their attack. Party members in the main areas of the library will be in conditions of bright light, while those between the shelves will be in areas of dim light. If anyone calls for help, Odwald, still disguised as Mordane, will hear it but ignore their pleas.", - "Once the shadows are defeated, Odwald will arrive and make excuses for his absence at the onset of battle. He'll tell a story about having to return some terribly fragile evocation scrolls to a far-away section of the library. If any characters doubt this story, have them make opposed Wisdom ({@skill Insight}) checks against Odwald's Charisma ({@skill Deception}) check. Odwald makes this check with advantage. He knows this library like the back of his talon and can easily lead the characters to the exact section where he placed the tomes earlier to set up this alibi.", - "If a party member succeeds, let it be known Mordane is hiding something, but don't reveal exactly what. A good thing to note is that a party member's success should put him on a list of potential suspects for the strange occurrences on campus, not force the final encounter early. If pressured, Odwald would likely keep up his ruse, and even call security on the party if they try a heavy-handed tactic like resorting to intimidation.", - "Regardless of the conversation, Odwald will ask if the party requires aid, and if any have been injured he will use his faculty amulet to contact Avium security and medics. The party members will be escorted to the infirmary, where healers will tend to their wounds and examine them with divination magic. The healers will ask any characters who've taken Strength damage to finish a short rest in the infirmary, to make sure the curse of undeath is fully purged. Characters should return to normal after completing a short or long rest.", - { - "type": "inset", - "name": "Unmaking the Mystery", - "entries": [ - "This isn't recommended, but should the decision be made to force the final encounter early\u2014if the party isn't the type for mysteries\u2014this section will detail how they can proceed from this point. Make sure to read everything from {@adventure The Secret Door|HWAitW|4|The Secret Door} to get a rough idea of the dungeon the party will be going into.", - "If at any point \"Mordane\" is presumed to be behind the strange happenings, make sure the disguised Odwald has time to escape from the party (with his spells he should have plenty of ways to evade them). Then, have him flee through his secret passageway, which the party must uncover in order to continue their pursuit.", - "The party can even appeal to the Dean for help, as Dean Windsworth would now be forced to agree that something suspicious seems to have happened to Mordane.", - "If Odwald made it to his laboratory, he'll stay hidden there, working on his calculations. Because he knows the party is coming, he will have the {@creature cobblefright|HWCS} guarding {@adventure The Old Classroom|HWAitW|4|The Old Classroom} to make it easier for him to escape." - ], - "id": "0f2" - } - ], - "id": "0f1" - }, - { - "type": "section", - "name": "Mysterious Circumstances", - "page": 143, - "entries": [ - "The day after the party's encounter with the shadows, they will be awoken by a knock on their dormitory door. Professor Birchwalker will inform the party that the Dean wishes to see them as soon as possible. The party will find the Dean in his office in a nervous state. He'll ask them to shut the door moments after entering.", - { - "type": "insetReadaloud", - "entries": [ - "Dean Windsworth fixes you with a serious stare and anxiously speaks: \"You aren't the first to have an 'incident' in the past few weeks. I... uh, don't mean to alarm you, but several strange things have been reported across campus and... well, this college was made by powerful wizards, and... we haven't really figured out everything those old codgers left hidden here. Magical defenses and the like. We've had a few uh...accidents in the past. I hope that isn't the case...but if it is, well, you folks are the Defenders of Alderheart, right? I can't think of anyone else I'd rather have looking into this.\"" - ], - "id": "0f4" - }, - "The Dean will elaborate if the characters have questions. He's received odd reports from across campus, and believes them to be the result of some as yet undiscovered magical defense built into the Avium being accidentally triggered. He has a few leads that might help the party find out what's happening. Normally, the Dean would trust such investigations to the Perch Guard, but he has so little to go on at this point that he'd rather not involve them if it turns out to be something minor. If the party mentions anything suspicious on the part of the faculty, the Dean will insist they gather sufficient proof first. He trusts his staff and will need hard evidence before he can even consider the possibility of one of them being to blame. The Dean outlines three leads for the party to follow-up on:", - { - "type": "list", - "items": [ - "A poor student, {@creature Figory Figgins|HWCS}, is a skittish jerbeen who recently applied for sick leave. He filed reports about experiencing something unusual and frightening on campus. Most people think he's exaggerating to gain a medical exemption from classes, but the Dean believes something scared Figory. In truth, Figory was attacked by the {@creature cobblefright|HWCS}, and was afflicted when it drained some of his vitality. The party will find Figory in the first year dormitories in the central building, near the ground floor (see {@adventure The Unnerved Underachiever|HWAitW|4|The Unnerved Underachiever}).", - "{@creature Corvax Revayne|HWCS}, a dusk corvum divination instructor, has made cryptic predictions, regarding a bad event that's either going to, or already has happened on the campus. He's a brilliant scholar, but also a bit of an oddball. It would be of great help if the party could check in and see what exactly the old corvum has predicted. It might be related to the events on campus. He has an office in the central building, but he can be found in the divination lab in one of the outer spires (see {@adventure A Disturbed Diviner|HWAitW|4|A Disturbed Diviner}).", - "A studious sera luma named {@creature Jell Platena|HWCS} has lodged a complaint about the servitor skeletons on campus acting oddly. It's minor, but it might be worth looking into. Jell doesn't know this, but what she saw was the direct result of Odwald controlling the servitor skeletons to help in his research. She can be found in one of the libraries in the inner spires (see {@adventure The Apprehensive Apprentice|HWAitW|4|The Apprehensive Apprentice})." - ] - }, - { - "type": "entries", - "name": "The Unnerved Underachiever", - "page": 143, - "entries": [ - "The party will find Figory in his room. He'll be hesitant to talk with them, as he is accustomed to being bullied by the other students.", - { - "type": "insetReadaloud", - "entries": [ - "The door to the dormitory room opens only a crack, and through it you can see a small eye looking at you nervously. A timid voice squeaks, \"Who are you? What do you want?\"" - ], - "id": "0f6" - }, - "If the party explains they're here to question Figory, he'll shut the door and ask them to leave. The party can convince him to let them in with a {@dc 14} Charisma ({@skill Persuasion}) check or a {@dc 12} Charisma ({@skill Intimidation}) check. They can also try a more subtle route, such as claiming they were sent to check up on his health. Figory, really does feel burdened with his secret, but he isn't convinced people will believe him.", - "Figory looks pale and weak. His face is drained of color and his eyes are heavy, as though he hasn't slept. If the party persuaded their way in or otherwise entered in a non-threatening way, Figory will open up and tell them his story. If they intimidated or otherwise bullied their way in, they'll have to succeed on another {@skill Intimidation} skill check (at the same DC) to get him to speak. On a failure, he won't talk, and if the party continues to push he'll ask them to leave immediately, warning the group that he will call for campus security if they don't. If the party can get him to speak, this is the story Figory tells:", - { - "type": "insetReadaloud", - "entries": [ - "\"It was a cold night. It was raining. I\u2014I could hear scratching, like something scraping at the wall outside my window. When I looked out, I saw it. This huge monster was c-c-climbing with its c-claws... It saw me too. It had four eyes. Four big red eyes. It opened its mouth and... I think I passed out. When I woke up I felt sick, and it\u2014it was just gone. You probably think I'm crazy... don't you?\"" - ], - "id": "0f7" - }, - "If the party asks around to see if other students heard or saw anything, there will be no corroboration. It was raining heavily, and even Figory will admit to only being able to hear the creature faintly through the downpour. If anyone in the party casts {@spell detect magic} on Figory they will find that he has a faint aura of necromancy about him, as though he was recently affected by necromantic magic.", - "Figory isn't interested in getting too involved in the investigation. He explains that he has to focus on his health in order to be ready for the next semester, but it would be a great comfort to know the party has caught the creature he saw before it can hurt someone. He will provide them with any information he can before they leave.", - "If the party examines the outside of the trunk where Figory saw the creature, a {@dc 15} Intelligence ({@skill Investigation}) check will be enough to uncover marks on the trunk's surface, as well as a few pieces of bone peeking out of the soft earth.", - "The marks on the trunk are faded and subtler than one would expect from Figory's story. These are leftover from the transmutation magic Odwald used to cover up the damage done by his escaped cobblefright creation. Any wizard specializing in transmutation can instantly identify magical tampering on the trunk upon examination. Such a character would also be able to tell that whoever covered up these markings wasn't a specialist transmuter: there are differences in the way the magic was used here, and a true master of this magical school could have blended these markings seamlessly. The same information could be discerned by any other character with a {@dc 16} Intelligence ({@skill Arcana}) check.", - "The bone fragments on the ground can be identified as birdfolk bones with a {@dc 15} Wisdom ({@skill Medicine}) or Wisdom ({@skill Survival}) check, but the pieces are too small to make out anything else. The bones feel strange to anyone holding them, somehow imparting a sense of unease. Casting {@spell detect magic} on the bones will reveal them to have a strong aura of necromancy." - ], - "id": "0f5" - }, - { - "type": "entries", - "name": "A Disturbed Diviner", - "page": 144, - "entries": [ - "Professor Revayne is in his classroom, at a table specially prepared for divination. He is performing some kind of ritual with a set of small animal bones when the party enters. The interruption causes him to lose focus and curse at the party, until he realizes they are the Defenders of Alderheart. Then, he is eager for their aid in convincing the Dean to mount an investigation regarding the strange omens he keeps reading in relation to the College. Instead of explaining further, Professor Revayne will demonstrate by performing the {@spell augury} ritual now.", - "As he casts the magic, and throws a set of small animal bones inside a prepared ritual circle, they begin to glow. A soft voice speaks, revealing a cryptic clue:", - { - "type": "insetReadaloud", - "entries": [ - "A black heart lies among the white and gray, but in the dimness it is hard to say,", - "Who is friend, and who is foe? The master weal, the monster woe." - ], - "id": "0f9" - }, - "This is what the ritual has revealed every day for the last few weeks. The professor is unsure what to make of it, but he thinks the first line might hint that the threat comes from someone people trust on campus: a student, or perhaps even a faculty member.", - "If showed the bones from {@adventure The Unnerved Underachiever|HWAitW|4|The Unnerved Underachiever}, Professor Revayne will cast {@spell detect magic} on them, and report the necromantic aura. This is outside of his area of expertise, but he'll postulate they might be from one of the servitor skeletons that perform menial tasks throughout the school. If the party tells the professor about the creature Figory described, he'll be unnerved and caution them to proceed carefully. Necromancy is only taught in theory at the Avium, and the servitor skeletons are all former faculty members or alumni who willingly donated their remains to the College after a natural death. If anyone were to have created something else, it would surely be cause for alarm. Either way, if Professor Revayne found or heard that the bones appear to have an aura of necromancy about them, he'll direct the party to {@creature Glinda Nightseed|HWCS}, a professor of theoretic necromancy (see {@adventure The Necromancer|HWAitW|4|The Necromancer})." - ], - "id": "0f8" - }, - { - "type": "entries", - "name": "The Apprehensive Apprentice", - "page": 145, - "entries": [ - "It might take the party a bit of time to locate Jell. She's a serious student, and is often on the go from one place to the next for classes, extra credit activities, and her own personal studies. If the party asks around campus, during the day they should be able to find which library she's currently in with a {@dc 13} Charisma ({@skill Investigation}) check. They can also ask the Dean for her dorm room location, where they'll be able to track her down at night, but she might not be in much of a mood to talk at that point.", - "Once they manage to find a suitable time to speak with her, Jell will tell the party she noticed the servitor skeletons behaving weirdly. This is her story:", - { - "type": "insetReadaloud", - "entries": [ - "\"Well, I was finishing up an extra credit assignment for Professor Leachwood in the potions lab, when something strange happened. The servitors that were cleaning up the lab stopped, walked out of the lab, and went toward the crossing platform. I was curious, so I followed them. It looked like they were headed into the lower library. I would have followed them down, but I don't have access to the lower levels.\"" - ], - "id": "0fb" - }, - "Jell filed a notice with the administration that day, but figured it was their doing after she didn't hear anything back. She guesses it might have been a planned drill or maintenance. She won't be able to provide more information than this, but she can point the party to Professor Glinda Nightseed who teaches an advanced course in theoretic necromancy (see {@adventure The Necromancer|HWAitW|4|The Necromancer}). If anyone were to know what was happening with the skeletons, it would be Professor Nightseed." - ], - "id": "0fa" - } - ], - "id": "0f3" - }, - { - "type": "section", - "name": "Putting the Pieces Together", - "page": 145, - "entries": [ - "If the party suspects that the individual they believe to be Mordane Swiftgale is behind the strange happenings, they may begin to investigate him. If Odwald realizes he has come under suspicion, he will try to draw attention to Professor Glinda Nightseed, as she is the perfect scapegoat. Odwald hopes by diverting the party's suspicions, he will buy himself time to continue his experiments in peace. Even if the party is clueless as to Odwald's involvement, or have already spoken to Professor Nightseed, Odwald will attempt to shift their investigation towards her by dropping the following information:", - { - "type": "insetReadaloud", - "entries": [ - "\"A few days ago, Professor Nightseed came by with a rather unusual request. It was for the Necronomicon Ex Corvis, a tome of powerful necromancy spells. Normally such dangerous books are not permitted to leave the lower library, but she insisted. Of course, she returned it after studying it for some time, but recently that same tome has gone missing from my shelves. I have been waiting to hear back from the appropriate channels, but it seems that whoever has taken the book wished to leave me shouldering the blame. I have my suspicions, but... I cannot very well level such an accusation at a tenured professor without proof.\"" - ], - "id": "0fd" - } - ], - "id": "0fc" - }, - { - "type": "section", - "name": "The Necromancer", - "page": 145, - "entries": [ - "Professor Glinda Nightseed can be found in her office in the main building, or in a classroom in one of the outer spires where she teaches theoretical necromancy. Strictures in the Avium forbid her from practicing necromancy on campus, with the exception of reanimating those who wished to serve the College in death.", - "Professor Nightseed seems nice enough, if a little strange, and she is a skilled necromancer. But the Professor is hiding a secret that makes her seem very suspicious, especially around the subject of the campus' servitor skeletons. She has been using these legal reanimations to practice new ways of imbuing simple undead creatures with greater faculties, on par with the living. This is gray-area work, definitely bending some of the strictures against necromancy at the Avium, if not breaking the rules outright, and it could cost the professor her job.", - "If the party has the bones found in {@adventure The Unnerved Underachiever|HWAitW|4|The Unnerved Underachiever}, Professor Nightseed will be able to tell them that the bones carry a strong aura of necromancy, something dark and sinister. It genuinely spooks her.", - "If the party mentions the servitor skeletons they heard about in {@adventure The Apprehensive Apprentice|HWAitW|4|The Apprehensive Apprentice}, the professor will become visibly uncomfortable. Professor Nightseed's secret makes her nervous at this point, and she'll simply say she couldn't guess as to why this might be happening. Any player who succeeds on a {@dc 12} Wisdom ({@skill Insight}) check will be able to tell that the professor is lying. Professor Nightseed won't discuss the subject further, and if the party pushes her she'll ask them to leave.", - "If the party decides to break into Professor Nightseed's office to investigate, they can find a notebook within a locked desk drawer ({@dc 16} Dexterity check to unlock with {@item thieves' tools|phb}). The professor's notes will reveal her secret manipulation of the servitor skeletons.", - "The party will also notice a necromancy tome on the professor's bookshelf. This is the {@item Necronomicon Ex Corvis|HWCS}, out of which Odwald tore a page to cast his ritual in {@adventure Shadows Fall|HWAitW|4|Shadows Fall}, though it appears to have additional pages missing. Odwald planted the book here to frame Professor Nightseed.", - "Tomes like the {@item Necronomicon Ex Corvis|HWCS} are dangerous and restricted material on campus. Any character caught with the book risks being banned from the Avium (see {@adventure Developments|HWAitW|4|Developments}).", - "If confronted by the party, Professor Nightseed will claim to know nothing of how the forbidden book managed to get in her office. She will even go so far as to insist the party hand the book back to her so that she might bring it to the lower library, citing its danger in inexperienced hands.", - "Should the party have read Glinda's notebook, they can confront her about her experiments. In this case, she will admit to some wrongdoing, but ask the party to keep her experiments a secret. As an expert on both the good and evil sides of necromancy, Professor Nightseed assures them that while her research is not strictly permitted, she is not using any sinister magics to achieve her results. She is simply researching ways to resurrect the dead at a lower cost of both materials and magical energy, and these experiments are key to crafting cutting-edge magics. The impressions remaining within the servitor skeletons may hold the solution to successfully completing her research.", - "If forced into combat, Professor Nightseed's primary goal is to restrain the heroes and escape to call security. She doesn't wish to kill the party, and will refrain from any spells or tactics that might result in their death.", - "If the party informs the Dean that they found the {@item Necronomicon Ex Corvis|HWCS} in Professor's Nightseed's office (or convince the Dean to have Perch Guard security search Professor Nightseed's office, where they will surely find the contraband grimoire) the Dean will be satisfied that the party has found the one responsible for summoning the shadows (as the missing page from this book was clearly the one used to cast that ritual), and Professor Nightseed will be imprisoned in the gaol for questioning. The professor will protest her innocence to the last.", - "If the party has no conclusive evidence linking Professor Nightseed to any wrongdoing on campus, Glinda will be released and the party will be reprimanded by the Dean for their error in judgement. Dean Windsworth will give them another chance, however, as they are still the best hope at finding out who or what is causing these disturbances.", - "Revealing Professor Nightseed's secret research will result in a less harsh reprimand for the party. The Professor will be released from custody, but her experiments constitute a serious breach of campus rules, and she'll lose her job. Either way, the party had best be certain the next time they accuse a faculty member, since another mistake like this could get them banned from the campus.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "If a character didn't return the book planted by Odwald, they will now be in possession of the {@item Necronomicon Ex Corvis|HWCS}. The page containing the Grasp of Shadows ritual has been torn out." - ], - "id": "0ff" - } - ], - "id": "0fe" - }, - { - "type": "section", - "name": "Odwald's Trap", - "page": 146, - "entries": [ - "If the party fell for Odwald's framing of Professor Nightseed, it shouldn't take more than an interrogation to discover that she knows nothing of the missing pages. This development is something Odwald hadn't considered, and now he worries that he might have incriminated himself by leading the party to her.", - "Similarly, if the party has been to visit Glinda but haven't turned her in, Odwald worries it'll only be a matter of time before the suspicion falls on him.", - "Using various methods of disguise and surveillance, Odwald is keeping an eye on the party as they investigate around campus. The characters might not be aware of it yet, but every person they talk to will unwittingly provide a clue pointing toward Odwald's involvement. Their continued investigation will push an already skittish Odwald over the edge, and prompt him to lay a trap for the party, hoping to put them out of commission for the rest of their stay at the Avium.", - "A day after the party meets with Glinda Nightseed (if she was not arrested), or two days afterward (if she was arrested), a note will be slipped under the door of the party's dormitory room. Scrawled on the parchment in scratchy letters are the words:", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Odwald-Trap.webp" - }, - "width": 935, - "height": 667 - }, - { - "type": "insetReadaloud", - "entries": [ - "\"The Forest Terrarium, Central Building, East Wing. Midnight. Come alone. I know where the missing pages are.\"" - ], - "id": "101" - }, - "If the party alerts the Dean (or anyone who might tell the Dean), he will attempt to stop them from going, insisting it's too dangerous. The Dean will request the party allow the Perch Guard to handle the situation. The party can refuse, but if the Perch Guard attends the meeting, with or without the party, Odwald will abandon his trap (skip to {@adventure The Secret Door|HWAitW|4|The Secret Door}). If the party arrives at the terrarium unaccompanied, read the following:", - { - "type": "insetReadaloud", - "entries": [ - "It is a dark, moonless night as you step onto the large floating disc that houses the Forest Terrarium. You find yourself in an unusual woodland with several types of trees that don't look quite right beside one another. In the center of this place is a building, made up of a great central dome which branches off into two semi-spherical wings on either side. The night is deathly quiet." - ], - "id": "102" - }, - "Anyone can make a {@dc 12} Intelligence ({@skill Nature}) or Wisdom ({@skill Survival}) check to discover these trees don't naturally grow next to one another. Some might even have been altered by magic. The central building has no door, simply a wide archway that leads into the interior of the domed structure. This is a museum, and behind glass panels the party can see fossils, as well as magical recreations of extinct plants. The west and east wing both contain fossils and skeletons of animals from different points in the natural history of Humblewood. The sound of chanting carries over from the east wing. When the party enters the east wing read the following:", - { - "type": "insetReadaloud", - "entries": [ - "You see a shadow moving in the distance, and hear the sound of sharp footfalls on the smooth stone floor. Suddenly, two elk skeletons flash with crackling, dark energy, and burst from their glass confines. They circle your party." - ], - "id": "103" - }, - "Use the stat block for a {@creature minotaur skeleton} to determine the fighting capabilities of the elk skeletons. Replace the minotaur's greataxe attack with a hoof attack that deals the same amount of bludgeoning damage. The skeletons will attack the nearest targets, and pursue any characters who flee if there isn't at least one character to keep their attention in the main room.", - "At the start of the elk encounter, the party catches a glimpse of someone fleeing. The retreating figure is an undisguised Odwald, who needed to be nearby to reanimate the skeletons. Odwald's robes are enough to conceal his features, but any character within 5 feet of him will be able to tell he is a corvum. If anyone follows the sound of his footsteps, they will end up outside where they witness a dark hooded figure leap from the terrarium's edge, feathered arms outstretched. Within a round, Odwald will use a scroll of {@spell fly} he has prepared to hide in the darkness within the rotating spires of the College. From there he can use {@spell greater invisibility} to guarantee his escape. If forced to defend himself, Odwald will fight, looking to end things quickly while making his escape. While not intent on killing anyone, Odwald isn't opposed to seriously injuring his opponents. All the better if it slows down their investigation.", - "After combat, characters will be able to search the Forest Terrarium for clues. Any character who succeeds on a {@dc 16} Intelligence ({@skill Investigation}) check will discover a scroll which was accidentally dropped by Odwald in his retreat. This heavy vellum scroll bears necromantic symbols. It is also clearly marked as material belonging in the lower library. A character can attempt a {@dc 18} Intelligence ({@skill Arcana}) check to decipher the spell, but a Wizard of the Necromancy Arcane Tradition rolls with advantage. On a success, the character will deduce that these sigils form a spell designed to control large numbers of simple undead, such as the Avium's servitor skeletons. Characters who fail this check can take this scroll to Professor Nightseed (if she hasn't been arrested) or to the Dean, either of whom will be able to decipher it and tell the party that this is scroll forbidden to leave the library. Furthermore, it looks to have been altered by a highly skilled mage to enhance its effectiveness." - ], - "id": "100" - }, - { - "type": "section", - "name": "The Secret Door", - "page": 147, - "entries": [ - "The goal of the events at the Avium is to lead the players to this point. If they've completed enough of the above tasks, they should have sufficient clues to understand there is necromancy at play on campus, the culprit is a faculty member, and the mystery leads to the lower library.", - "If the party needs more help, have Dean Windsworth call them up to discuss their progress. Once he hears their evidence, he could reasonably conclude the lower library is a good place to investigate further, and he can even point them toward some of the older documents about the Avium's construction for clues as to what he still desperately wants to believe is just a malfunctioning magical defense.", - "If the party decides to investigate the lower library, they can find what they're looking for in one of three ways:", - "{@b {@i If the party spends a full day stealthily staking out Mordane Swiftgale,}} they may catch him sneaking off behind some shelves, which could lead them to the wall with the hidden door. This requires a group Dexterity ({@skill Stealth}) check against {@dc 14}. Reduce the DC to 10 if Glinda was apprehended, as Odwald will be less careful with a scapegoat behind bars. Either way, if the party fails this check, Odwald will notice their efforts and not use the secret entrance.", - "{@b {@i If the party spends a day in the lower library,}} they will notice some of the servitor skeletons abruptly stop their programmed tasks. Should the characters follow the skeletons closely, the skeletons will lead them to a wall that appears to be a dead end, but which actually hides a secret door.", - "{@b {@i If the party researches the documents on the Avium's construction,}} after a day of research, the party will find an old scroll with lower library blueprints that show plans for lower level classrooms and laboratories. It's hard to tell from the blueprints if these were ever built. The area indicated on the plans is bricked off and is now a wall.", - "Regardless of how they are led to the wall in the lower library, investigating it with a successful {@dc 15} {@skill Investigation} check will reveal a hidden door. The door opens when pushed inward, causing a stone slab to recede into a groove, revealing a secret path. Some hidden mechanism resets the door after five seconds have passed, but there is enough time for everyone to make it through before it closes. A lever on the opposite side of the door can be used to open it again. Once the party makes it through the door, read:", - { - "type": "insetReadaloud", - "entries": [ - "You and your companions find yourselves in a small hallway, dimly-lit by motes of magical light which float in slow, random patterns near the passageway's ceiling. The hall before you continues downward into darkness. Twenty feet ahead, to your left, a door has been left ajar." - ], - "id": "105" - }, - "This hallway is 10 feet wide and 100 feet long. The magical motes follow the party through the area, continually providing them with dim light. As the hallway proceeds, it turns at regular intervals until it ends at a closed door. Light is streaming from the crack beneath it (see {@adventure The Old Classroom|HWAitW|4|The Old Classroom}).", - "The open door leads to a small room that looks like an office (see {@adventure The Study Room|HWAitW|4|The Study Room})." - ], - "id": "104" - }, - { - "type": "section", - "name": "The Study Room", - "page": 148, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "This small stone room smells musty and old. Bookshelves line the walls, though they are mainly empty, and there is a table against the right wall. A cushioned chair sits in the middle of the room. Most of the furniture is old, except for the chair, which appears to be a new addition. A simple wooden door lies to the left." - ], - "id": "107" - }, - "When the characters enter the study, they will notice that it's clean, and appears to have seen recent use. The wooden door to the left of the entrance opens into a closet, which contains the real librarian, Mordane Swiftgale. Mordane is standing upright, though his eyes are closed as if he is sleeping, and he's surrounded by a field of swirling gray energy, which has a jelly-like viscosity when touched. He does not appear to be breathing. If Mordane is checked for a pulse, a character will find that he is alive, but his pulse is beating at an incredibly slow rate. It is obvious he's being kept alive and imprisoned by this magic, but a {@dc 18} Intelligence ({@skill Arcana}) check is required for a character to figure out that necromancy is involved, and that it's holding Mordane in a state of suspended animation. This effect can be dispelled, and counts as a 4th level spell for the purposes of determining the DC of {@spell dispel magic}.", - "A crystal pendant hangs from a hook on the inside of the closet door. The pendant looks familiar, and any character who succeeds on a {@dc 14} Intelligence check, or who has the Sharp Mind trait, will recognize it as the one worn by the birdfolk they know as Mordane. Analyzing the pendant reveals it to possess both moderate transmutation and illusion auras. Anyone who puts on the pendant assumes the appearance of Mordane Swiftgale, and an examination of the character in this form will reveal no magical aura of any kind until the pendant is removed.", - "The doorway that led into the study is the only exit, and will lead players back to the main hallway." - ], - "id": "106" - }, - { - "type": "section", - "name": "The Old Classroom", - "page": 149, - "entries": [ - { - "type": "insetReadaloud", - "entries": [ - "As you and your companions travel down the dim hall, you are met with the unmistakable smell of death. There's no ambient sound here, aside from your own footsteps. You pass by empty rooms, all of which look to have been long abandoned, but soft candlelight seeps out from beneath a closed door at the end of the hallway." - ], - "id": "109" - }, - "The hallway within 20 feet of the wooden door is guarded by a permanent {@spell alarm} spell, and if the alarm is triggered Odwald will receive a silent signal in his mind.", - "A character that sneaks up to the door without triggering the alarm and presses their ear against the door can hear soft, incomprehensible speech, as if someone is muttering, along with strange clacking noises and a hollow scraping sound. If a character triggers the alarm, however, there will be nothing but eerie silence.", - "The door opens into 40-foot-wide, 80-foot-long classroom containing Odwald and five {@creature birdfolk skeleton|HWCS|birdfolk skeletons}. There is a passageway to the west of Odwald's desk that leads into darkness. The servitor skeletons are under his control, and he had them working on various blackboards set up around the room, writing out arcane equations.", - "{@b {@i If the alarm was triggered,}} Odwald will have pulled his skeletons away from their calculations into defensive positions. He won't send his minions out to attack the party, but he and his undead servants will be ready for them when they open the door. The party will begin combat surprised.", - "{@b {@i If the alarm wasn't triggered,}} Odwald will be surprised at the beginning of combat, and will be found seated at a paper strewn desk, doing calculations. His skeletons will still be at their chalkboards when the party opens the door. Odwald can command the skeletons to defend him as a bonus action on his turn.", - "{@b {@i If the party is aware of the alarm,}} through {@spell detect magic} or a similar effect, they can plan to storm the room to try and catch Odwald off guard. If they do this, Odwald will not be surprised, as his alarm will still trigger, but he won't have had time to pull his skeletons into defensive positions either. Roll initiative as normal.", - "After a round of combat, Odwald will make for the passageway to the left, which leads to a staircase. His primary goal is escape, but he may throw out a spell or two before he does so in order to keep the party off-balance while they fight his minions. If things are looking particularly bad for Odwald he'll use {@spell greater invisibility} to protect himself as he flees. Once Odwald has fled, the skeletons will bar entry to the passageway, lashing out at the party with rusty weapons and sharp, bony talons.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "In the old classroom, the party finds some of the missing pages (see {@adventure Into the Library|HWAitW|4|Into the Library}) on the desk. However, it's clear he's taken some crucial information with him. If they take at least an hour to look through everything here, the party will also have enough information to discover the culprit's name: Odwald Ebonhart." - ], - "id": "10a" - }, - "If the party defeats or captures Odwald in {@b The Old Classroom}, then the {@creature cobblefright|HWCS}, no longer able to feel its master's control, will climb the stairs to investigate. Freed from Odwald's command, the cobblefright is hungry for the character's life energy, and any characters attempting to take a short rest in the classroom will soon find it interrupted.", - "Once the fight with the cobblefright has been concluded, refer to the developments section (see {@adventure Developments|HWAitW|4|Developments}) to see what happens." - ], - "id": "108" - }, - { - "type": "section", - "name": "The Secret Laboratory", - "page": 151, - "entries": [ - "The stairway that Odwald fled through leads from {@adventure The Old Classroom|HWAitW|4|The Old Classroom}) down to his laboratory. If the party follows Odwald immediately after the previous encounter, they will be able to engage him there, though they may be surprised to find that he isn't alone. the {@creature cobblefright|HWCS} he created lurks in the darkness.", - "Refer to Fig. 4.2 for a map of the Secret Laboratory.", - { - "type": "gallery", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Secret-Laboratory-DM.webp" - }, - "width": 832, - "height": 879, - "imageType": "map", - "id": "162", - "title": "Fig. 4.2: Secret Laboratory", - "grid": { - "type": "square", - "size": 201, - "offsetX": -73, - "offsetY": -25, - "scale": 4 - } - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Secret-Laboratory.webp" - }, - "title": "Player Version", - "width": 793, - "height": 793, - "imageType": "mapPlayer", - "mapParent": { - "id": "162" - }, - "grid": { - "type": "square", - "size": 199, - "offsetX": -7, - "offsetY": -5, - "scale": 4 - } - } - ] - }, - { - "type": "inset", - "name": "Using the Secret Laboratory map", - "entries": [ - "When the party descends to Odwald's Lab, have them start in the space marked with a white \"X.\" Suggested placements for Odwald and his cobblefright are shown for ease of play. If Odwald flees from the laboratory, he will head through the door marked with a red asterisk (*) and down the spiral staircase to the tunnels and passages below the College." - ], - "id": "10c" - }, - { - "type": "insetReadaloud", - "entries": [ - "You find yourself in a macabre laboratory. An assortment of bones lays strewn across the tables, and foul-smelling liquids bubble in pots. The stench of death is gut-wrenching. A terrifying creature lurches towards you, a hulking monstrosity of bone and sinew. It appears to be comprised of hundreds of birdfolk bones, jumbled together to form a roughly humanoid shape. The arms end in several talons intertwined into circular claws, and the creature's face is made from the top halves of two birdfolk skulls, one atop the other. It gazes at you with its four empty red eyes and emits a shriek." - ], - "id": "10d" - }, - "As long as Odwald is near, the cobblefright won't go on the offensive unless the order is given, but it stands ready to defend itself or its master. Have Odwald say:", - { - "type": "insetReadaloud", - "entries": [ - "\"You don't understand what you're doing. Stay out of my way!\"" - ], - "id": "10e" - }, - "Given the chance, Odwald will explain his plans, detailing his creation of the cobblefright from deceased birdfolk, and telling of how he stole the information he needed to stop the aspect. The aspect is immortal, and the only sure way to defeat it for good is to drain its vital energies through necromancy. To Odwald, stopping the aspect is worth any risk. He is condescending to the party at every opportunity. He is arrogant, and doesn't think the Defenders of Alderheart could possibly understand what he sees as necessary steps to stop the aspect. He is also deeply afraid for the future of the Wood, and doesn't believe the party can be trusted to defeat the aspect on their own.", - "Depending on if the party hears him out or not, it may be possible to talk Odwald out of moving forward with his plan. Even if they may not be able to argue logic with Odwald, he might listen if the party can make an emotional appeal. Though Odwald acts as if his plan has been well-considered, he is entirely motivated by fear, and he hasn't actually given himself time to think through the consequences of his actions. Any character who can convince him that he's not thinking clearly may help him recognize his folly.", - "If the party manages to reason with him, create tension by having Odwald lose control of the cobblefright just as he is about to surrender quietly. Fearing for his life, Odwald's cowardice will compel him to flee, apologizing as he leaves the party to fight his mistake. Though, if reasoned with, Odwald will return after the battle to face his demons, and offer to let the party turn him in to the Dean.", - "If the party attacks Odwald, or fails to reason with him, he will order the cobblefright to hold them off while he flees. Though he intends for the cobblefright to do this nonlethally, the creature's corrupted and evil nature will cause it to attack with maximum violence.", - "Should the players have difficulty with this fight, have Odwald experience a change of heart and come back to assist against the cobblefright. With this change of heart, Odwald will allow the party to turn him over to the authorities.", - "If a character attempts to capture a retreating Odwald, allow the character following him as he flees to try and catch up to him, but give Odwald a 60-foot head-start. Odwald won't bother attacking his pursuer unless it's absolutely necessary to avoid capture. Instead, he will turn {@condition invisible} and attempt to lose any character chasing him in the winding passageways.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "The Defenders of Alderheart are celebrated for uncovering Oadwald's scheme and putting a stop to his creation before things got any worse. The real Mordane will thank them personally for freeing him.", - "Provided that the characters broke none of the Avium's rules, the Dean welcomes each character back to study, seek information in the libraries, or even to teach a class if they possess the requisite skills and interest to do so. Additionally, the Dean offers a {@item ring of spell storing}, which contains the {@spell stellar bodies|HWCS} spell, cast by him at 5th level, along with two {@item potion of resistance|dmg|potions of resistance} which grant resistance to fire damage. He hopes these will help in the party's quest to save Humblewood from the aspect's fury.", - "The Dean will also grant the party the sigil sequence to a secret teleportation circle within the College, as well as an amulet emblazoned with the Avium's crest, which allows them faculty-level access to campus resources. The Avium is home to the only teleportation circle in Humblewood, which is a closely-guarded secret. Those who learn this sequence can teleport to the Avium using the magic contained in their faculty-level amulets, but this can only be done once per day, and only to return to the Avium's teleportation circle. Upon arrival by way of the circle, campus security will demand they show their faculty amulet for identification." - ], - "id": "10f" - }, - { - "type": "inset", - "name": "Rewards", - "entries": [ - { - "type": "list", - "items": [ - "Award standard XP for defeated foes.", - "For completing research in the lower library: 300 XP per character.", - "For investigating any claims by Figory, Corvax, or Jell: 117 XP per character, per claim investigated.", - "For investigating Professor Nightseed: 200 XP per character.", - "For discovering Odwald's secret identity in the Necromancers Trap: 200 XP per character." - ] - }, - "If you are using the milestone rules for experience, each character should now reach level 5." - ], - "id": "110" - } - ], - "id": "10b" - }, - { - "type": "section", - "name": "Developments", - "page": 152, - "entries": [ - "{@b {@i If any character was caught with the} Necronomicon Ex Corvis} (This is the book that Odwald planted in Professor Glinda Nightseed's office, see {@adventure The Necromancer|HWAitW|4|The Necromancer}), they will not receive the faculty-level amulet and teleportation circle sequence and will be informed that they have been banned from the Avium. Other party members may suffer the same fate for failing to report such a dangerous tome and return it to those trained in its proper care. At the Dean's behest, any banned characters may be granted restricted, temporary access to the Avium. The Avium will still provide any aid the Defenders of Alderheart might require to quell the threat of the aspect, but only under strict supervision. After the aspect is dealt with, anyone banned from the College will no longer be welcomed at the Avium. The characters can protest, but while the Dean is sympathetic, he'll ultimately uphold the rules of the institution.", - "{@b {@i If Odwald has been apprehended,}} the Dean will express shock and disappointment that a brilliant alumni of the College would perpetrate such heinous actions under his beak. However, as Odwald explains the gravity of the situation, the Dean will take a moment to consider. Odwald will mention his research has yielded results: if the aspect can't be destroyed, the party may be able to re-seal it in such a way that its harmful energies are contained. It's a long shot, but he knows a seer of great talent, who can help them find an item that could theoretically be used to stop the aspect. Should they allow him some time to rest, he can locate her and help the party bring an end to this menace.", - "It's up to the party whether or not they accept Odwald's help, but Dean Windsworth will advise that this could represent the best option for success, even if they don't like the idea of teaming up with Odwald. For his part, the Dean will ensure the necromancer is held in custody, and he will make sure Odwald faces judgement before the Council at Alderheart for his crimes. Odwald will accept whatever consequences his actions have brought, so long as the party promises to stop the aspect before it destroys the Wood.", - "{@b {@i If Odwald was slain,}} it will take some time for his background and the full scope of his research to be uncovered. However, it's clear from the evidence gathered that he had an interest in researching the aspect. The Dean will task his best scholars with studying the old corvum's notes. They will contact the party when they've found something.", - "{@b {@i If Odwald escaped,}} the Dean will encourage the party to find him in order to uncover what else he knows, as well as to prevent him from continuing his dangerous research somewhere else." - ], - "id": "111" - } - ], - "id": "0c7" - }, - { - "type": "section", - "name": "Part 5: Of Fate and Flame", - "page": 153, - "entries": [ - "{@font or how i grew to love the fire|HPPHumblescratch}", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Part-5.webp" - }, - "width": 945, - "height": 532 - }, - "In this part, the party will learn how to quell the aspect of fire's rage, and of a dungeon hidden somewhere within the Scorched Grove. There, a mystic staff known as {@item Borealus|HWCS|the Borealus} waits for someone worthy to wield its frozen power. Once obtained, {@i the Borealus} can help the party seal the creature and its harmful energies away properly, healing the imbalance in the Wood. Not many know about the ancient myth of {@i the Borealus} or its resting place. While {@creature Odwald Ebonhart|HWCS} managed to theorize how one might use this item to re-seal the aspect, he isn't sure how this would work in practice, or if {@i the Borealus} even truly exists. Pursuing the staff is a gamble, but without any other recourse, the mythic weapon might be the last hope to save the Wood from fiery ruin.", - "How this part of the adventure plays out depends on the choices the party made up until now, beginning with whether or not Odwald was killed, apprehended, or if he escaped in {@adventure Developments|HWAitW|4|Developments}.", - "Unless Odwald escaped, give the players a few days of downtime. The Dean will take the time to consider Odwald's fate. If Odwald died, use the same downtime to allow the Dean and his scholars to pore over the deceased Odwald's notes as they try to discover what he was up to. During this time the party is free to avail themselves of the potions lab or the spell libraries on campus (see {@adventure Exploring the Avium|HWAitW|4|Exploring the Avium}). Since the party can teleport back to the Avium (unless they've been banned for life), use this time to deal with character hooks or plotlines. After the party members have finished with their activities, the Dean will summon the party to his office to discuss what he's learned.", - { - "type": "section", - "name": "Odwald's Fate", - "page": 153, - "entries": [ - "{@b {@i If Odwald escaped,}} the party will be told that there's no time to waste. The Dean has launched an investigation into Odwald's lab, and his scribes are examining the materials left behind, but there appear to be some notes missing. It's probable Odwald took them with him when he fled. Odwald must be found (skip to {@adventure Finding the Necromancer|HWAitW|5|Finding the Necromancer}). Since it's likely that the party will need to form an alliance with Odwald if he is captured, it's recommended to read {@adventure If Odwald was apprehended|HWAitW|5|If Odwald was Apprehended}. Much of this information will still be relevant later, so use it as a reference for character interactions with Odwald as the events of this part of the adventure unfold.", - "{@b {@i If Odwald was slain,}} the Dean will uncover some interesting information concerning Odwald's background. He'll inform the players that Odwald is a member of the illustrious and noble Ebonhart family from Alderheart. He was an adventurer in his past, as well as an alumnus of the Avium. The Dean appears saddened that such a prestigious scholar turned to the dark arts. According to Odwald's notes, he blamed himself for the awakening of the aspect, but the details of how Odwald might have been involved are unclear. Among them, however, are scrawlings of a prophecy predicting that a member of the Ebonhart family would be the one to finally heal the Wood from the effects of the Great Calamity.", - "In his research, Odwald also found writings about a mystical artifact called {@i the Borealus}, which was hidden sometime after the Great Calamity. He discovered records of its creation, penned by the wizard who crafted, stored it in the Avium's lower library. Using these valuable notes, Odwald theorized a ritual that might utilize this artifact's power to seal the aspect of fire. He had abandoned the ritual in favor of the cobblefright, because he couldn't ascertain whether or not the records of the artifact were genuine. However, scribbles in the margins of his notebook hint that he was considering contacting someone he knew from his adventuring days to help him divine its location.", - "At this point, {@i the Borealus} may be the best lead the party has for a way to defeat the aspect. The Dean will ask them to travel to Alderheart and speak with the companion mentioned in Odwald's notes, a hedge witch named {@creature Susan of the Swamp|HWCS} (if Susan is dead, see the {@adventure Should the Worst Have Happened|HWAitW|5|Friendship with Riffin}). While they do this, the Dean will look over the formulae Odwald used, to see if he might be able to perform this ritual. However, the ritual clearly won't work without the power of {@i the Borealus} (skip to {@adventure Susan the Seer|HWAitW|5|Susan the Seer}).", - "If the players wish to inform {@creature Riffin, the Ash-Knight|HWCS} of Odwald's demise, have them run into him in Alderheart. He is once again at the Wooden Flagon, retracing his steps in the hopes of meeting Odwald along the way. Riffin will be saddened to hear about the loss of his friend, but he will remain confident that even if Odwald seemed bad, he had a good heart. Riffin will offer to help the party in any way he can, something which may become necessary in {@adventure Facing the Aspect|HWAitW|5|Facing the Aspect}.", - "If Odwald was apprehended, the party will receive a summons from the Dean to convene in his office. When the party arrives Odwald will be there, waiting beside Dean Windsworth. Odwald has some kind of silver bangles affixed to his wrists, which the Dean explains are necessary to prevent Odwald from using magic.", - "The old corvum wishes to pursue a lead that could reveal the location of a magical artifact called {@i the Borealus}, a weapon that may seal away the aspect's energies and return it to a dormant state beneath the Grove. It was a coincidence that Odwald stumbled upon historical accounts of this artifact, and while he isn't convinced it exists or whether the ritual he's created will work, it's the only thing he can think of that might stop the aspect from continually being reborn.", - "The Council has granted Odwald permission to join the party in order to follow up on this lead. He is to stay within sight of the party at all times, until the aspect of fire has been dealt with. Afterwards, Odwald must be brought to Alderheart for trial and sentencing. Characters may have reservations about teaming up with Odwald, but there's no other choice. The Dean is clearly suspicious of Odwald, but the necromancer's research has granted him a situational awareness that the Dean would need time to grasp. Furthermore, Odwald's past experience as an adventurer means he knows his way around the Wood. If Odwald attempts to flee, the party is to apprehend him at once and deliver him to Alderheart.", - { - "type": "inset", - "name": "Odwald's Story", - "entries": [ - "If the party apprehends Odwald, once given leave to assist the party, Odwald will help them willingly. Time has made him reflect on his actions, and he feels great shame. He is now committed to fixing his mistakes in the right way. Odwald will offer the party every assistance they might require, and he will even share a bit about his background to any characters who are curious.", - "During their travels, determine when it fits the narrative flow for Odwald to share information regarding his family, researching {@i the Borealus}, and his longtime friend, Riffin.", - "When role-playing Odwald, remember that he is prideful and cowardly, but also intelligent and deeply concerned for the well-being of the Wood. He sees everything that has happened up to now as a personal failing, and while he's finally willing to ask others for help, in the end, he still feels responsible for the current state of the Wood." - ], - "id": "114" - }, - { - "type": "entries", - "name": "Odwald's Family", - "page": 154, - "entries": [ - "Odwald is a member of the noble Ebonhart family, one of the founding families of Alderheart.", - { - "type": "insetReadaloud", - "entries": [ - "\"My family holds a generations-old prophecy that an Ebonhart will be the one to finally heal the Wood from the Great Calamity that birthed the Scorched Grove. For many years I believed it would be me, but the more I learned, the less I knew about the fundamental nature of the problem. Six months ago I was granted a vision. An entity visited me in a dream and imparted knowledge of the aspect's existence. It showed me the location of the seal, and told me of the spells I might use to heal the Grove of the aspect's influence once and for all.\"" - ], - "id": "116" - }, - "The entity that spoke to Odwald in his dream kept its true form hidden. All he could hear was a voice that sounded very old and felt wise beyond the understanding of any mortal. He went to the conjuration circle in the Grove and found it unusually active, as if it was already weakening. He panicked, and used the spells he was shown to try and cleanse the aspect's energy. Instead, the sigil flared up, and shortly thereafter the fires began to spread.", - "If asked why he did it, Odwald will reply:", - { - "type": "insetReadaloud", - "entries": [ - "\"I was a damned fool. All these years I've spent, afraid of failing to live up to my family's name. It was this same fear that caused me to act so recklessly. I should never have listened to that blasted voice... and now my actions may have doomed Humblewood.\"" - ], - "id": "117" - } - ], - "id": "115" - }, - { - "type": "entries", - "name": "Researching the Borealus", - "page": 155, - "entries": [ - "If any characters ask Odwald about his knowledge of {@i the Borealus}, he will relate the following points of information:", - { - "type": "list", - "items": [ - "He stumbled across an old legend mentioning {@i the Borealus} many years ago, but it was only since returning to the Avium that he managed to find a collection of laboratory notes claiming to be from the wizard who crafted it.", - "Because of these notes, Odwald concedes that such an item could have been created. If it was indeed constructed, its power would not only be tremendous, but also uniquely suited to counter the elemental energies of the aspect.", - "Based on his research, he has theorized a way to use {@i the Borealus} along with the conjuration circle to re-seal the aspect. However, this isn't something he could test, and coupled with the uncertainty of {@i the Borealus'} existence, it seemed like this avenue had too small a chance of success.", - "Since his recent research on spellcrafting (trying to create a spell that mimics the cobblefright's siphon soul ability), he has hit upon some new documents, which have increased his confidence in the chances of success for a ritual using {@i the Borealus}... but there's still no way to be sure." - ] - }, - "Odwald will add that this gamble may be the Wood's last hope, as his studies have indicated the aspect will continue to grow in strength the longer it remains un-sealed. He only hopes that {@i the Borealus} still resides in the Wood, because their time is short." - ], - "id": "118" - }, - { - "type": "entries", - "name": "Friendship with Riffin", - "page": 155, - "entries": [ - "If any player asks about Riffin, or brings up that the strig knight has been looking for Odwald, he will evince a combination of relief and sorrow. He and Riffin were once adventurers who traveled Humblewood together. Odwald was staying with Riffin in Ashbarrow when the fires claimed it. He and Riffin helped people evacuate, but during the chaos a building collapsed and seriously injured Riffin. Odwald saved him and brought him to Alderheart. Burdened as Odwald was by the knowledge that he was responsible for the fires that destroyed Riffin's home, he couldn't bear to stay.", - { - "type": "insetReadaloud", - "entries": [ - "\"It was then I resolved to find a way to correct my mistakes, by any means necessary. It seems all I've succeeded in doing is hurting others. I should have asked for help but... perhaps I couldn't accept the idea that it wasn't possible to quell the aspect alone.\" He scoffs, \"My own selfish pride as a chosen son of Ebonhart is to blame. I am truly sorry for the way I acted toward you all.\"" - ], - "id": "11a" - }, - "Odwald still feels great shame because of his actions, but he will acknowledge that he needs to make amends with Riffin. Besides, Riffin is a capable warrior, and his assistance might prove valuable if they are to face the aspect. Odwald has a good idea where his old friend might be found (skip to {@adventure The Perch of Brackenmill|HWAitW|5|The Perch of Brackenmill}).", - "If the subject of Riffin never comes up, Odwald will suggest the party meet with one of his old adventuring companions, a hedge witch by the name of Susan, who may be able to help point the party toward the location of {@i the Borealus} (skip to {@adventure Susan the Seer|HWAitW|5|Susan the Seer}).", - { - "type": "inset", - "name": "Should the Worst Have Happened", - "entries": [ - "If Susan is dead, direct the party to {@creature Ardwyn, Elder of Meadowfen|HWCS} from {@adventure Part 1: The Adventure Begins|HWAitW|1} instead. She was once a formidable priestess of Tyton, and back in Odwald's adventuring days she was known as a talented seer. She should be able to perform a similar ritual to guide the party to {@i the Borealus'} resting place." - ], - "id": "11b" - } - ], - "id": "119" - }, - { - "type": "entries", - "name": "Leaving the Avium", - "page": 156, - "entries": [ - "When the party leaves the Avium, they should be armed with knowledge about the terrifying and deathless nature of the aspect of fire, but also with a clear view of its weaknesses. Depending on what happened to Odwald, they may have a sense of where to look for leads regarding the location of {@i the Borealus}." - ], - "id": "11c" - } - ], - "id": "113" - }, - { - "type": "section", - "name": "Finding the Necromancer", - "page": 156, - "entries": [ - "If Odwald escaped in {@adventure Part 4|HWAitW|4}, then the party's next step is to track him down before he can start more trouble. Have Dean Windsworth or another character impress upon the party that Odwald might have absconded with information from the Avium that could help defeat the aspect once and for all. Therefore, it's important he be captured alive. To help the party achieve this, the Dean will give them a pair of silver bangles, which can be affixed to Odwald to prevent him from using magic. The party's mission is still to quell the aspect, and while Odwald must face justice, the safety of the Wood comes first. Once they apprehend Odwald they are to return him to the Avium for questioning.", - { - "type": "entries", - "name": "A Divination Ritual", - "page": 156, - "entries": [ - "The Dean has informed his most learned professors of the party's situation, and many have offered to help in any way they can. Particularly, the divination professor, {@creature Corvax Revayne|HWCS}, may be able to locate Odwald. The party can meet with Professor Revayne in his office, where he has already made the necessary preparations.", - { - "type": "insetReadaloud", - "entries": [ - "Inside this small office, the furniture has been pushed aside to make space for an intricate chalk circle drawn with several flourishes on the flat stone floor. Professor Revayne, still sketching symbols around the circle's edge, is startled by your approach and immediately stands to address you. \"Be careful! This circle must reflect the many threads of fate in order to show what is possible. Erase any of them and we risk inaccuracy!\" He then motions for you to move to the edges of the room." - ], - "id": "11f" - }, - "Once he finishes a few strokes, or fills in any lines a hapless character may have stepped on, grumbling as he does so, he will lightly hop into the center of the circle. He asks that someone pass him his tools: a crystal on a string, a bowl of water, and a bag of sand, all of which are easily accessible on the nearby table. Professor Revayne carefully places the bowl of water in the center of the circle, and requests silence while he works. He will suspend the crystal over the bowl and begin to incant his spell.", - { - "type": "insetReadaloud", - "entries": [ - "The air in the room crackles with arcane energy as the pendulum swings back and forth over the bowl of water, which reflects the crystal above like a mirror. The corvum's eyes glow white as he casts a small pinch of sand into the water. It ripples, and images begin to form on its surface. As the pendulum is pulled strongly southeast by an invisible force, you can see tree-farms, wagons filled with goods, and corrals of giant insects. With a gentle \"swoosh\" the circle of chalk lifts from the ground and disappears into vapour, returning both the bowl of water and the professor to normal." - ], - "id": "120" - }, - "Professor Revayne will inform the party that Odwald is in Brackenmill. This place appears to have personal significance to Odwald, though the professor can't guess what it might be. However, the professor is certain the necromancer's form will be veiled in concealing magic. Professor Revayne will also impart that someone else in Brackenmill is looking for Odwald. There was a winged shield in his vision: the one who bears this shield is the key to finding Odwald.", - "He will also remind the party that the augury he performed in {@adventure A Disturbed Diviner|HWAitW|4|A Disturbed Diviner} (\"the master weal, the monster woe\") might mean Odwald is a potential ally. He'll caution them against making any rash moves against Odwald, as his vision gave him the impression the necromancer might yet have a part to play in the fate of the Wood.", - "The professor will also provide the party with a {@item gem of seeing}. This variant of the item grants only the effects of {@spell see invisibility} rather than {@sense truesight}, and it does not regain charges at dawn. Once all its charges have been expended it will become a normal, non-magical gem. Professor Revayne will point out that this item could come in handy if the necromancer attempts to use {@spell invisibility} to escape (as he may have done in their first encounter)." - ], - "id": "11e" - }, - { - "type": "entries", - "name": "Odwald's Disguise", - "page": 156, - "entries": [ - "Armed with new knowledge, players can prepare to set out from the Avium, though it will take about three days on the road to reach Brackenmill. Have this trip be uneventful in order to keep up the game's pace, but hint at the growing power of the aspect by mentioning that the air is much warmer and drier than it was when the party began their journey. The forest also appears quieter than usual as they travel. These are dire times indeed.", - "Since his escape from the Avium, Odwald has reached Brackenmill, where he now weighs his options. His research has been set back to zero, he has none of his materials or laboratory equipment, and while he harbors some idea of how to stop the aspect he isn't certain the artifact even exists, let alone if its powers are truly as strong as he's read. After having had time to reflect, he is painfully aware of the danger he posed to the innocent people at the College. He has also spotted his old friend Riffin in Brackenmill, and a part of him desperately seeks to confess his misdeeds to the strig knight. However, Odwald lacks courage and will simply be trying to lay low. When the Defenders of Alderheart arrive, he is contemplating his next steps.", - "Odwald is using {@spell disguise self} to pose as a traveling huden gallus monk, staying at the Sunny Silkworm Inn. He must limit his interactions with others due to the nature of the spell, but the form he has chosen roughly matches his own size, so the spell is difficult to uncover at a glance. Any player that specifically examines Odwald can make a {@dc 15} Wisdom ({@skill Perception}) check to see if something is amiss; for example, if a part of his vestments passes through a table as he moves by. Any physical interaction with Odwald would be enough to detect his illusion, so he'll do his best to deny the party that opportunity by keeping his distance. Odwald endeavours to stay in his rented lodgings for as long as he can, only making appearances in the inn's common room or around town in short intervals, since he must hide and re-cast his spell each hour to maintain its effect. Any player able to scan Odwald with {@spell detect magic} will instantly know he is under the effect of an illusion spell.", - "If he ever feels as though he has been discovered, Odwald will attempt to flee into the forest." - ], - "id": "121" - }, - { - "type": "entries", - "name": "The Perch of Brackenmill", - "page": 157, - "entries": [ - "When the party reaches Brackenmill, they'll find themselves looking up at a series of lush tree canopies. These will be immediately recognizable as perch-farms; the boughs are filled with familiar herbs, fruiting vines, and are tended by several farmers. Corrals on the ground house different varieties of giant insects, including giant silkworms, munching on greenery.", - "Brackenmill is a lively hub for folks of all kinds, and upon seeing travelers, folks will smile and greet them politely, welcoming them to their perch. Steps shaped into the tall trees allow players to climb up to a series of bridges made of wood and rope, and platforms that serve to connect the trees together.", - "The locals here are a hearty folk, and while busy, they exude a kind of rustic hospitality that is honest and charming. If any characters ask about life in Brackenmill of late, locals will tell them that things have been busy. This season, people have had to work even harder than usual to produce enough crops to aid those displaced by the fires. Moreover, it has been so dry that crops require more care to keep them green and healthy. Some of the Tenders have helped by nourishing the plants with their magic, but such services are in short supply. It's been a hard year, and everyone is overworked.", - "{@b {@i If the party has come here with Odwald looking for Riffin,}} Odwald will suggest heading to {@adventure The Sunny Silkworm|HWAitW|5|The Sunny Silkworm}.", - "{@b {@i If the characters offer to assist the farmers,}} provide the party an opportunity to glimpse Odwald in disguise as he passes by. To speed up the pace, have the character make a {@dc 15} Wisdom ({@skill Perception}) check to notice some malfunction in Odwald's illusion.", - "{@b {@i If a character who succeeded on this check attempts to call attention to Odwald in a friendly manner,}} Odwald will ignore them and walk hastily back to the safety of his room at {@adventure The Sunny Silkworm|HWAitW|5|The Sunny Silkworm}.", - "{@b {@i If Odwald is called out in a way that suggests the character is suspicious of him,}} Odwald makes for the forest as fast as he can (skip to {@adventure A Confrontation|HWAitW|5|A Confrontation}).", - "{@b {@i If the characters ask around for clues about any strange travelers entering town,}} the locals won't be much help. People come and go everyday, after all, transporting goods and materials between the various perches that depend on Brackenmill's tree-farms. Folk will point the players toward the local inn, The Sunny Silkworm, which lies near the center of town. Many travelers frequent it, and some even pay to keep rooms in permanent reserve." - ], - "id": "122" - }, - { - "type": "entries", - "name": "The Sunny Silkworm", - "page": 158, - "entries": [ - "The Sunny Silkworm is a large inn and tavern housed in an expansive, circular wooden building in the center of Brackenmill's sprawl. The building rests on a disk-shaped wooden platform seated within the gnarled branches of a great tree that has been shaped around it. Different bridges connect with the wooden platform to allow travel from all around Brackenmill. The place looks cozy and inviting, and players who approach will notice a wooden sign above the door with a smiling silkworm munching on a leaf. Pleasant-smelling smoke wafts from the large chimneys that emerge from its quaint thatched roof. The inn is usually bustling, and today is no exception. When the party enters the building, read:", - { - "type": "insetReadaloud", - "entries": [ - "The common room of this inn and tavern teems with activity. Many birdfolk and humblefolk of all descriptions are engaged in talk, drink, and games. Three large hearths frame the space, one to the right, another in a stone chimney which rises in the center of the common room, and one behind the bar counter at the back of the common room, over which pots of stew bubble away aromatically. The place is warm and inviting." - ], - "id": "124" - }, - "The party will find Riffin in the inn's common room, sitting at a small table next to the large central hearth, where he is engaged in a game of cards.", - "{@b {@i If the party came here with Odwald,}} they will likely be searching for Riffin so that Odwald can explain himself to his old friend. Once they find Riffin, skip to {@adventure Riffin and Odwald|HWAitW|5|Riffin and Odwald}.", - "{@b {@i If the party came here looking for Odwald,}} they'll find Riffin is still looking for him as well. After checking many of their old haunts, Riffin decided it's best to wait at the Sunny Silkworm, rather than risk missing his friend in roving. After all, this was where they always ended up when they traveled together; he's hoping to run into Odwald eventually if he stays long enough. If the characters interacted with Riffin at the Wooden Flagon in Alderheart, he'll recognize the party once they enter and excuse himself from his table to greet them.", - "{@b {@i If the party never spoke to Riffin,}} he will recognize them from the battle at the Bandit Camp, as well as from stories he's heard about their exploits since that battle. By now, they surely sound like honorable and upstanding folk to the strig knight, and he'll introduce himself in a familiar tone (they fought alongside each other, after all).", - { - "type": "insetReadaloud", - "entries": [ - "\"Hullo again, friends! Looks like you've grown into fine adventurers. 'Defenders of Alderheart' even!\" he'll say with a friendly chuckle. \"Would ya care for a drink? I'd love a chance to catch up.\"" - ], - "id": "125" - }, - "If for some reason the party has gained a negative reputation, Riffin will still wish to talk with them, but his response will be a little more subdued.", - { - "type": "insetReadaloud", - "entries": [ - " A familiar looking strig knight waves you over as you enter. \"By Tyton's stars, it looks like you've grown a fair sight since that hubbub at the bandit camp.\" he'll say with a chuckle. \"Would ya care for a drink? It's not every day you see the Defenders of Alderheart up close.\"" - ], - "id": "126" - }, - "In this case, Riffin will explain that he's come here looking for his friend, Odwald. Refer to {@adventure Seeking out the Ash-Knight|HWAitW|2|Seeking Out the Ash-Knight} to determine how he would react to the party, and how he would answer questions about his journey to find his friend.", - "Should the party try to explain to Riffin what Odwald's been up to, he will politely insist they must be mistaken. Odwald might have gotten himself into some tough scrapes before, but he would never act in such a reckless and hurtful manner. If the party decides to press the point, Riffin will excuse himself, maintaining that they don't know what they're talking about. He and Odwald have known each other for years, and this doesn't sound like him.", - "So long as the party doesn't do anything to really offend Riffin, he will be able to provide some useful information. Though he hasn't seen Odwald, he has noticed a few lodgers who don't seem very friendly. He'll point some of them out:", - { - "type": "list", - "items": [ - "A surly luma sorcerer who wants to be left alone. She doesn't wish to explain why to a stranger.", - "A stoic strig barbarian who seems cold and expressionless, unless someone in the party strikes up a conversation about weapons, at which point he becomes quite animated.", - "A withdrawn gallus monk (this is Odwald in disguise)." - ] - }, - "If anyone approaches Odwald, he will attempt to bluff that he is a humble traveler looking for work defending caravans in order to hone his skills. A character who sits down with Odwald must succeed on a {@dc 15} Wisdom ({@skill Perception}) check to notice a hiccup in his illusion. The moment Odwald feels unsafe, he'll run." - ], - "id": "123" - }, - { - "type": "entries", - "name": "A Confrontation", - "page": 159, - "entries": [ - "Once the party has unmasked Odwald, he won't be able to flee very far. He's tired, ragged from stress, and filled with doubt. If necessary, he will attempt to use the last of his magic to escape. He will refrain from hurting the party and simply look to make a bloodless escape. Odwald will try to turn invisible, or use {@spell suggestion} or {@spell fear} to attempt to slow down his pursuers or send them off-course. He'll use {@spell counterspell} or {@spell misty step} against any spells cast to restrain him. If he escapes the party, he'll flee Brackenmill and run into the forest. Whatever happens here, the commotion will attract the attention of the local Perch Guard.", - "Odwald will flee until he reaches a clearing filled with dense and difficult forest terrain. This is the last stop for the exhausted corvum, and once the party has dealt with any ill effects caused by his magic, they should be able to track him here. They'll find him panting, out of energy, and trapped by the difficult terrain. If the party manages to capture him sooner, Odwald will relent once it's clear he cannot escape.", - { - "type": "insetReadaloud", - "entries": [ - "\"That's quite enough, I yield,\" the old corvum wheezes. \"I can't run from my fate any longer. Take me away, I'll come quietly...\"" - ], - "id": "128" - }, - "Odwald will comply with the party's wishes, letting them place the silver bangles on him, though he will insist on keeping his book of research notes. He intends to go peacefully and cooperate with the Avium, and the notes would make far less sense without his guidance. If questioned, Odwald will explain what he was trying to achieve with his experiments, and why it was so important to him that he be the one to stop the aspect, but that he regrets everything. His actions have brought harm to the Wood and its people. Depending on how much players want to roleplay this, refer to the information presented in {@adventure Odwald's Fate|HWAitW|5|Odwald's Fate} to further flesh out this interaction.", - "At some point, the Brackenmill Perch Guard will arrive, drawn by the disturbance caused by Odwald's flight and the party's pursuit. The party can easily explain the situation, and once they present proof that they are working with the Dean of the Avium (their amulets will do) the Perch Guard will relinquish Odwald to their custody. Riffin, who accompanied the guards, looking to help, will rush over to aid his friend, regarding the corvum with a look of shock and confusion." - ], - "id": "127" - }, - { - "type": "entries", - "name": "Riffin and Odwald", - "page": 160, - "entries": [ - "{@b {@i If Odwald came willingly to Brackenmill,}} the corvum is looking to apologize to Riffin, and this interaction will likely take place in The Sunny Silkworm. Riffin will look more and more confused as Odwald explains himself. Once Odwald has finished his narrative, read:", - { - "type": "insetReadaloud", - "entries": [ - "The tired old corvum regards his friend with a sad expression. \"It's all my fault. Riffin, I'm sorry.\"" - ], - "id": "12a" - }, - "{@b {@i If Odwald was trapped in the forest,}} this scene will play out amongst the trees. The strig will look at Odwald and ask him pointedly if what the Defenders of Alderheart said about him is true. Odwald can only look crestfallen, and deliver the above line.", - "Either way, Riffin is hurt. Odwald not only saved his life, but traveled with him for many years, and Riffin thought he could trust his friend. To find out that the corvum had been keeping so much from him, coupled with the reckless and dangerous nature of his activities, has Riffin considering whether or not to break ties with Odwald.", - "Riffin will retreat to his room at The Sunny Silkworm without a word. He'll stay here for one more day, but he won't accept any visitors until the next day at dawn. This will give players some time to learn more about him and his motives (see {@b {@i If Odwald was apprehended}} under {@adventure Odwald's Fate|HWAitW|5|Odwald's Fate}, for details into his backstory), all of which might impact their decision whether or not to help repair his friendship with Riffin.", - "Once Riffin is taking visitors, Odwald will encourage the party to go and convince the string knight to stick around and help their party. The character talking with Riffin can make a Charisma ({@skill Persuasion}) check to convince him to take the course of action they suggest, but the difficulty check of the skill should be modified based on the approach party members take while talking with Riffin. For example, if they appeal to his sense of honor and duty to the Wood, the check should be easier. Some players may decide to have Riffin and Odwald meet to talk things over, which could also be successful. Characters who try to convince Riffin can make any number of arguments:", - { - "type": "list", - "items": [ - "They need Riffin's help to defeat the aspect.", - "Riffin should work with them for the good of the Wood.", - "Odwald seems to regret his actions and care deeply about their friendship.", - "Anything else the players might come up with that feels appropriate." - ] - }, - "Decide how things play out based on the motives of the characters, improvising checks with any characters who might be serving to mediate, and select the outcome that best fits with the narrative.", - "{@b {@i If Riffin and Odwald reconcile,}} Riffin will steadfastly agree to help the party in whatever way he can on their quest. Riffin and Odwald's relationship will be strained for the rest of the game, but they will work together to defeat the aspect.", - "Riffin will accompany the party back to the Avium, but he won't have much to say along the way\u2014he's more of a doer than a thinker. Despite recent events, should it be required, he'll act as a character witness for Odwald. Riffin will never totally forgive the old corvum, but he can attest to his brilliance and reliability from their years of adventuring together. Riffin is willing to journey with the party to Alderheart. He'll choose to bunk separately at the Wooden Flagon, the inn and tavern in the trunk district. If the players wish, Riffin can accompany them on the rest of their journey. If he joins the party, he will be treated as another character for the purposes of dividing up XP.", - "{@b {@i If Riffin and Odwald don't reconcile,}} Riffin will leave. He feels betrayed, but also conflicted, and he needs time to figure things out. When he returns, it will be in the final battle, after contemplating his duty and coming to the decision to help the party.", - "{@b {@i If the party came to Brackenmill to find the escaped Odwald,}} the characters can either return Odwald to the Avium for questioning, or take him to Alderheart, where he will help them find their next lead. This may depend on whether or not the party believes in Odwald's change of heart. Regardless, he'll try to convince them to take him to Alderheart since time is of the essence.", - "{@b {@i If the party returns Odwald to the Avium,}} resume play from the {@i \"If Odwald was apprehended\"} section in {@adventure Odwald's Fate|HWAitW|5|Odwald's Fate}.", - "{@b {@i If the party killed Odwald,}} they will find the old corvum's book of research notes on his body. Resume play from the {@i \"If Odwald was slain\"} section in {@adventure Odwald's Fate|HWAitW|5|Odwald's Fate}.", - "{@b {@i If the party takes Odwald to Alderheart,}} skip to {@adventure Susan the Seer|HWAitW|5|Susan the Seer}. The party may need to explain themselves to the Dean or the Council for this later." - ], - "id": "129" - }, - { - "type": "entries", - "name": "Dean Windsworth", - "page": 160, - "entries": [ - "In certain situations, it may be necessary for you to account for the whereabouts of Dean Windsworth during the events of {@b Part 5}. He can be a pivotal character, filling Odwald's role in the story if Odwald was killed, or an important side character if Odwald lives. The Dean can even assist Odwald in the final battle against the aspect of fire.", - "{@b {@i If Odwald lives,}} whether he was apprehended at the Avium ({@adventure Part 4|HWAitW|4}) or in Brackenmill, the Dean will remain at the College after the party has left for Alderheart. There he will research Odwald's ritual, perhaps improving upon it in the process, until he is ready to rejoin the party for the final fight with the aspect of fire.", - "{@b {@i If Odwald is dead,}} the Dean will join up with the party in Alderheart, out of a sense of duty. In all likelihood, the only reason Odwald was able break the aspect's seal in the first place was because of what he learned as a student in the Avium, and the Dean feels that he should make himself available in case the party is in need of advice. The Dean won't help in combat\u2014he will spend his stay in Alderheart looking through the old corvum's notes to decipher the ritual that Odwald theorized would re-seal the aspect." - ], - "id": "12b" - } - ], - "id": "11d" - }, - { - "type": "section", - "name": "Susan the Seer", - "page": 161, - "entries": [ - "At this point the party will be led to Alderheart either by the living Odwald, or by information Dean Windsworth gleaned from the deceased corvum's notes. There, Odwald's old friend and former adventuring companion, Susan of the Swamp, can be found. Susan's eclectic scholarship has led to her possessing some esoteric knowledge. This, coupled with her unique divination abilities, means she is the party's best hope of finding {@i the Borealus}.", - { - "type": "entries", - "name": "Seeing an Old Friend", - "page": 161, - "entries": [ - "The party will find Susan's tent in Alderheart's trunk market (see {@adventure Return to Alderheart|HWAitW|3|Return to Alderheart} for information on her services). She's been turning a tidy profit in Alderheart with her fortune telling. If the party has encountered her before this, she'll greet them fondly and tell them she's been meaning to pack up and head back to her hut in the swamp to try out some new experimental conjury. Perhaps it's fate that they came here when they did.", - "{@b {@i If Odwald is with the party,}} she'll give him a warm welcome and ask how he's been all this time. While Odwald is happy to see Susan, he'll make it clear that catching up will need to wait, explaining the urgency of their task.", - "{@b {@i If Odwald was killed,}} this is explained to Susan. She will become quiet and solemnly agree to help the players with any task they should need for the good of the Wood.", - "However this encounter happens, Susan will eventually perform her ritual.", - { - "type": "insetReadaloud", - "entries": [ - "The hedge witch circles her snail shell cauldron, picking handfuls of hanging herbs and small dessicated creatures from around her tent, and plopping them into the brew. Her beetle familiar, Normal, assists in this task, and as it drops a shriveled tentacle into the cauldron, Susan chuckles, \"Starfish, for visions as clear as a midsummer's night...\" The witch mutters an incantation over the brew, and then, satisfied with her work, she grabs a ladle and portions out a bit of the liquid, blowing it cool before taking a sip." - ], - "id": "12e" - }, - "As soon as Susan sips the concoction, her pupils dilate until her eyes turn black. They appear to contain stars and constellations, and for a moment Susan seems far away. Then her eyes return to normal, and Susan regains her senses.", - { - "type": "insetReadaloud", - "entries": [ - "\"What a vision... there are so many possible futures, it's hard to keep track!\" she says, moving to a small bookshelf behind her. \"I saw one great power being kept in check by another. An endless dance of fire and ice.\" Susan then pulls a tome from the shelf and rifles through it. \"{@i the Borealus} wants to be united with the flames. It is barred behind a door of cinders, to which only the Tenders have the key. To reach it you must find... this!\"" - ], - "id": "12f" - }, - "Susan will find the page she was looking for, and show it to the party. It's an illustration of a plant that characters proficient in the {@skill Survival} or {@skill Nature} skills can easily recognize as skyleaf, a type of leafy vine that grows around the taller trees in Humblewood. She'll explain her vision showed a sprig of skyleaf would be the key to accessing {@i the Borealus}, and that the artifact still rests in Humblewood, but beyond this she isn't sure. Signs pointed to the Tenders living in Alderheart; a character the party should be familiar with holds the second key to {@i the Borealus'} resting place.", - "Susan will tell the party that skyleaf vines grow in a part of the forest to the northwest, a three hour walk from Alderheart. The party can choose to search for the skyleaf right away (see {@adventure Picking through the Ashes|HWAitW|5|Picking through the Ashes}), or speak to the Tenders (see {@adventure The Wisdom of Tenders|HWAitW|The Wisdom of Tenders}). Remind the players they can also avail themselves of Alderheart's many shops while they're here, including {@adventure Eliza's Emporium|HWAitW|2|Eliza's Emporium}." - ], - "id": "12d" - }, - { - "type": "entries", - "name": "Picking through the Ashes", - "page": 161, - "entries": [ - "The northwest forests of Alderheart have changed.", - { - "type": "insetReadaloud", - "entries": [ - "You arrive to see a sparse, burned forest. Ashes litter the branches and cover the forest floor in a thick carpet. To the north, a swath of charred trees is visible in the distance, unmistakably the work of the aspect. It looks like the aspect has been able to push even closer to Alderheart." - ], - "id": "131" - }, - "The ashes that cover the forest floor are cool, and possess none of the supernatural properties that ashes within the Scorched Grove have, but their presence here is disconcerting. The forest is still, and the familiar sights and sounds of the Wood are conspicuously absent.", - "A party member will need to make a {@dc 16} Wisdom ({@skill Survival}) or Intelligence ({@skill Nature}) check to locate skyleaf among the ash-covered foliage. This search can be done either from the ground or in a tree, but once the leaf is located, a character will need to climb up to retrieve it. Any character attempting to climb a tree must make a {@dc 14} Strength ({@skill Athletics}) check, as skyleaf grows only within the highest branches. After a character has acquired the skyleaf sprig, (preferably while one or more party members are up in a tree) the party will run into an {@creature ashsnake|HWCS} that will try to use the ash cover to ambush a target close enough to the ground. Resolve passive perception checks as normal, and point out that the trees in this part of the forest are in small copses around 80 feet apart, making it difficult (but not impossible) to retreat using glide." - ], - "id": "130" - }, - { - "type": "entries", - "name": "The Wisdom of Tenders", - "page": 162, - "entries": [ - "The Tenders the party will find in Alderheart are {@creature Tevor of the Spring Path|HWCS} and {@creature Havel of the Autumn Moon|HWCS}, whom they met in {@adventure Part 3: An Urgent Summons|HWAitW|3}. The party should run into Havel and Tevor at the Tenders' headquarters within Alderheart's trunk. If the players aren't familiar with this location yet, it won't be hard to locate when asking around. Despite the short supply of Tenders in the Wood, both Havel and Tevor (presuming Tevor survived the events of {@b Part 3}) can be found there, helping where needed.", - "If Tevor is still alive, Havel and Tevor have begun to live together, and are clearly affectionate toward one another. The harrowing events in the Wood lately have helped deepen their bond, and they now work as partners to train and coordinate the less experienced Tenders. If Tevor died, Havel carries on alone, working hard to honor Tevor's sacrifice.", - "Either way, whoever is there to meet the party greets them warmly, and will offer up any assistance the Defenders of Alderheart require.", - "Havel is familiar with old Tender legends about {@i the Borealus}. He explains:", - { - "type": "insetReadaloud", - "entries": [ - "\"The story of {@i the Borealus} tells of a wizard who stole a piece of a powerful spirit of winter. They thought they could control its icy power by containing it within a staff, but instead it froze them. Left to itself, the newly-made artifact kept freezing the land around it. The tales say that the old Tenders felt this imbalance in the Wood. When they found {@i the Borealus}, they had the artifact sealed away by Tender Elders using a sprig of skyleaf, which remains hearty even through the winter.\"" - ], - "id": "133" - }, - "Havel will add that he hadn't placed much stock in the tale, since it's ancient, and he only came across it after a long period of study. When he first read it, he thought the story to be a parable about the dangers of trying to enslave the powers of living elementals. When the party (or Odwald, if he's traveling with them) tells Havel what they know, he'll be surprised and offer to help the Defenders of Alderheart however he can.", - "{@b {@i If Tevor is alive,}} he will reveal some practical information that can help locate {@i the Borealus}. Tevor will recall a story he once heard from his mentor. According to the tale, the fate of an elder who wished to become a Tender Treekeeper was decided by delivering an unburned skyleaf sprig to a frog-shaped rock in the southwest of the Scorched Grove. Havel will support Tevor, and say he believes this agrees with references to an ancient chamber in the Scorched Grove. The text appeared in the historical records around the same time as the stories of {@i the Borealus} being sealed away. Neither Tevor nor Havel can take the party to the location because they're needed in Alderheart, but Tevor can mark it on the party's map. It's a fairly distinctive landmark, so the party should be able to find it easily with this direction.", - "{@b {@i If Tevor is dead,}} Havel will admit he doesn't know anything that might hint at the Borealus' location, but he has access to some rather old tomes of lore in the archives of the Tenders' headquarters. If given time to unravel this mystery, Havel might be able to find something of use. It will take him a day to discover the information, which he will be so eager to deliver to the party that he'll rush to meet them at dawn wherever they're staying. He will say, tearfully, that he recalled a story Tevor once told him, and he just needed to look up references in the ancient records to be sure. Havel will tell the party that the entrance to {@i the Borealus'} resting place is in the Scorched Grove, near a frog-shaped rock in the south." - ], - "id": "132" - } - ], - "id": "12c" - }, - { - "type": "section", - "name": "The Crucible of Fire", - "page": 162, - "entries": [ - "Odwald will ask to accompany the party into the Scorched Grove, but he'll point out that due to his magical restraints he won't be of use to them in a fight. Should any party members try to get crafty and break Odwald out of the silver bangles, a close examination will reveal that the restraints cannot be dispelled or removed through conventional means, and appear to be made of a virtually indestructible material. If another reason to prevent Odwald from fighting by the party's side is required, he can also point out that should he die, the knowledge of the ritual which might save the Wood dies with him.", - "While he'll do his best to stay out of combat, Odwald can offer valuable insights. The party makes Intelligence checks with advantage while Odwald is with them. Should the heroes decide to journey without him, Odwald will stay in Alderheart under Perch Guard supervision, and await the party's return.", - "It's also possible that the party could bring Riffin along for this journey. Be sure to adjust encounters appropriately if this is the case.", - "The party can reach the Grove in a day's travel if they don't mind hiking through the more dangerous parts of the Wood. Much of the Wood is covered in ash, and the energies of the Grove have spread in such a way that small patches of the nearby forested areas have become home to creatures and phenomena previously only witnessed in the Grove. For a more action-filled trip, roll on the {@table Appendix E: Random Encounters; Scorched Grove Encounters (Level 3)|HWCS|Scorched Grove Encounters} table. Optionally, skip right to the next section to increase the pace of the game.", - "In stark contrast to their last trip through the Scorched Grove, the party will find the ashen plain to be eerily silent and devoid of life, even the strange variety that usually finds purchase here. This is due to the increasing influence of the aspect of fire, which has caused the creatures here to scatter. It is much hotter and drier than it was before; have characters make a {@dc 12} Constitution saving throw once as part of traveling through the Grove, taking a level of {@condition exhaustion} from the heat on a failure.", - { - "type": "entries", - "name": "Buried in the Ash", - "page": 163, - "entries": [ - "In order to contain the tremendous ice-aspected energies of {@i the Borealus}, the Tenders created a dungeon hidden beneath ash, and several magical defenses to keep the artifact out of mortal hands. The Elder Tenders of old needed to store the staff where the fire-aspected energies of the Scorched Grove could serve to keep {@i the Borealus'} dangerous energies sequestered. In times long past, Tenders wishing to join the leadership of their organization would come here to be tested for their worthiness; this practice was ended when a breach of the sanctum caused the Tenders to swear the location of {@i the Borealus} to secrecy and destroy records of its location. Only scant myths and snippets of information escaped the culling. Eventually, the last of those who possessed actual knowledge of the artifact died, and the dungeon has sat unused for hundreds of years.", - "{@i The Borealus} lies at the lowest level of the dungeon, where the flame energies are strongest. It is safeguarded by an ancient treant called {@creature Oakheart|HWCS}. He is a sworn guardian, who was given instructions to only allow {@i the Borealus} to pass into the hands of one who understands and is committed to keeping nature's balance.", - "The party should arrive at the frog-shaped rock after a few hours of travel through the Grove, but they need to figure out how to locate the dungeon's entrance. Without the proper key, the entrance to the dungeon will not reveal itself. Read the following if the party is carrying the sprig of skyleaf with them:", - { - "type": "insetReadaloud", - "entries": [ - "As soon as you and your companions arrive at the frog-shaped rock formation, the ground begins to quake. Five pedestals emerge from the ashes, one at each cardinal point around a flat disk that rises in their center. The fifth stands in the middle of the disk. One of the four outer pedestals is broken." - ], - "id": "136" - }, - "The pedestals rise from the earth, to a height of four feet. The ones to the west, east, and south have distinctive carvings and motifs, along with a domed receptacle on their top which opens like a mouth. The receptacles are large enough to fit the sprig of skyleaf. The fourth pedestal to the north is broken in half and exhibits obvious wear, as though it had been smashed long ago. The pedestal in the center of the disk has no domed receptacle or motif carved, only an inscribed Druidic rhyme. Druidic is a language known only by druids, but any character using the {@spell comprehend languages} spell or a similar effect will be able to read this:", - { - "type": "insetReadaloud", - "entries": [ - { - "type": "list", - "style": "list-no-bullets", - "items": [ - "The cycle of nature is death and rebirth,", - "forests to ashes and ashes to earth.", - "Stand in the compass and your proof there deliver,", - "to the cleanser of forests, the sapling's life-giver." - ] - } - ], - "id": "137" - }, - "The motifs carved into the three intact pedestals represent elemental forces of nature. The one to the west has motifs of waves and rain clouds, the one to the east has gusting winds and blowing leaves, and the one to the south has flames and smoke plumes. Upon closer examination, the broken pedestal has worn geometric motifs, depicting fallen trees on fractured ground, most likely representing earth. At least one party member must stand in the middle of these pedestals when placing the skyleaf sprig into a receptacle. Whether or not the party chooses the correct answer, nothing will happen if no one is standing in the center of the \"compass\" when placing the sprig inside a receptacle.", - "The correct answer is to set the sprig in the receptacle of the pedestal with the flame motifs. This will cause the sprig to ignite with magical flames and the pedestals to recede, revealing the door to the dungeon.", - { - "type": "insetReadaloud", - "entries": [ - "The ashen field shifts again as the pillars recede beneath it. Then, with a lurch, a small hill rises from the ashes. A square section on the front of this hill falls away, revealing an open door. Ancient stone steps descend into darkness." - ], - "id": "138" - }, - "The steps lead to the room in {@adventure The Guardians of Flame|HWAitW|5|The Guardians of Flame}.", - "The other two answers are incorrect.", - "{@b {@i If the sprig is placed in the receptacle of the pedestal with the water motif,}} party members in the center of the compass will be caught in a trap, as the disk between the pillars instantly transforms into a 15-foot-diameter pool of cold water. The water within the pool is very deep, and moves as if possessed by a will of its own. Characters inside of the pool can feel a strong force attempting to pull them down into the cold depths and hold them there.", - "Have the players roll initiative. At the top of each round, each character in the pool takes 3 ({@dice 1d6}) points of cold damage and must make a {@dc 15} Strength ({@skill Athletics}) check to avoid being pulled under. Characters who are pulled under are {@condition blinded} by the dark waters, and may suffocate unless they can breathe water or hold their breath. Remember that characters can hold their breath for a number of minutes equal to 1 + their Constitution modifier (minimum of 30 seconds or 5 rounds), after which point they begin to suffocate.", - "Any player can use their action to attempt the {@skill Athletics} check again on their turn. A character that has been pulled under can succeed on this check to reach the surface, allowing them to gasp for air. A character that is not currently being held under the water can attempt the {@skill Athletics} check again on their turn to pull themselves free of the pool, though doing so is sufficiently taxing, and a character who successfully escapes the trap can do nothing else this turn.", - "Any character outside of the pool can make a {@dc 15} Strength ({@skill Athletics}) check to free someone inside the pool. A character who has been pulled under the water is out of reach to a character outside of the pool, but characters in the pool who have not been can assist those who have been pulled under. Players may think of clever strategies to help their friends out, like throwing ropes and the like, but the water is dark in addition to being bitterly cold, and any character that was pulled under makes Wisdom ({@skill Perception}) checks with disadvantage.", - "Once all characters have left the pool, the disk returns to normal and the sprig may be safely retrieved from the water pedestal.", - "{@b {@i If the sprig is placed in the receptacle of the pedestal with the wind motif,}} party members in the center of the compass will be caught in a trap, as a 15-foot-sphere of wind appears above the disk between the pillars. The sphere encloses all creatures standing on the disk, lifting them 10 feet into the air, and begins to slowly crush them.", - "Have the players roll initiative. At the top of each round, each character in the sphere takes 4 ({@dice 1d8}) points of bludgeoning damage from the buffeting winds and must make a {@dc 15} Strength ({@skill Athletics}) check to avoid being {@condition grappled} by the gusting force.", - "A character that has been {@condition grappled} can use their action to attempt this check again. On a success, the character is no longer grappled. A character that is not currently grappled can attempt the {@dc 15} Strength ({@skill Athletics}) check again on their turn to push their way out of the wind sphere, falling {@condition prone} in a space outside of the compass.", - "Any character outside of the sphere can make this check to free someone trapped inside on a success. However, a character outside who enters the sphere's space must make a {@dc 16} Constitution saving throw or be sucked inside as well. Characters inside the sphere who try to free a grappled ally roll their Strength ({@skill Athletics}) check with disadvantage.", - "Players may think of clever strategies to help their friends out. Using a staff or a 10-foot pole a character can attempt to free a trapped ally without the risk of being sucked in themselves. Using a spell like {@spell thunderwave} to blast allies clear of the effect will also work. Any thrown ropes or projectiles will simply be blown aside by the force of the sphere's winds.", - "Once all characters are free of the sphere, it slowly dissipates and the sprig may be safely retrieved from the wind pedestal." - ], - "id": "135" - }, - { - "type": "entries", - "name": "The Guardians of Flame", - "page": 163, - "entries": [ - "The stairway descends into the dungeon for about 150 feet, occasionally turning and twisting upon itself, until it opens into a round chamber with a circular entranceway. There is no light source down here, and players without {@sense darkvision} will need to provide illumination for themselves.", - { - "type": "insetReadaloud", - "entries": [ - "You see a chamber that appears to have been shaped out of black, volcanic rock. There is a wooden disk in the center of this chamber that has a series of druidic runes carved into its surface. In one quadrant of the disk these runes glow dimly with red light. Four alcoves surround this central room, equidistant from each other. In three of them, large statues of eagles, made from the same volcanic rock, rest upon intricately shaped branches of small, petrified trees. The fourth alcove is empty." - ], - "id": "13a" - }, - "This chamber is 60 feet across, and each alcove is 10 feet across. The wooden disk in the center of the room is immune to fire damage, as are the petrified trees upon which the statues rest. As soon as the entire party enters the room, a stone slab closes over circular entryway, trapping the party inside. Each statue comes alight as the rock from which it is composed turns to barely-cooled magma. The 3 statues are Medium creatures that use the stat block for {@creature gargoyle|mm|gargoyles}, with the following changes:", - { - "type": "list", - "items": [ - "They speak Ignan instead of Terran.", - "They are resistant to fire damage, but nothing else.", - "They attack with their claws and their beaks, which use the same stats for the claw and bite attacks of the gargoyles. These attacks deal fire damage instead of slashing or piercing damage." - ] - }, - "When an eagle statue is defeated it transforms into red flames, which are drawn toward the druidic runes on the wooden disk in the room's center. This will cause a section of the central platform's runes to glow red. Once the statues have been defeated, all of the runes will be lit, and the platform can be used to travel between this room and the dungeon's lower level. Stepping onto the activated platform, a character will learn that the code words \"ascend\" and \"descend\" can be spoken anywhere in this dungeon to cause this platform to magically float down to the lower levels, or rise back up to this chamber." - ], - "id": "139" - }, - { - "type": "entries", - "name": "The Blazing Barriers", - "page": 165, - "entries": [ - "Speaking the word \"descend,\" the platform moves down a 50-foot shaft, which opens into a wide subterranean cavern, and lands in a disk-shaped depression on an island.", - { - "type": "insetReadaloud", - "entries": [ - "This large subterranean cavern is lit by the glow of magma, which flows below an island of rock. A long bridge connects the island to a bank on the other side, where a passageway continues through the cavern wall. It is sweltering in here." - ], - "id": "13c" - }, - "The island is a mere 30 feet wide, and the ceilings are 60 feet high. The magma lies 60 feet below the island of rock, and any character that gets too near the edges of the island will feel its full heat. The heat isn't enough to cause damage, but any creature that falls into the magma will almost certainly die, if they're not immune to fire damage, taking 33 ({@dice 6d10}) points of fire damage each time they enter magma for the first time on a turn, or end their turn there. Fortunately, under normal circumstances there are no dangers within this place that would cause a character to fall into the magma. Add such hazards if desired, but consider the risks carefully.", - "The bridge over the magma is 10 feet wide and 20 feet long. It appears to have small gaps at 5-foot intervals. Any player who steps onto the bridge's surface will trigger the bridge's main trap, which will cause a 20-foot-high jet of flame to erupt from the nearest gap. This jet remains for a few seconds, receding for a moment before flaring up again.", - "The party can tell that these flame jets aren't made of magma, but that they are still dangerous. Any character who passes through one will need to succeed on a {@dc 16} Dexterity ({@skill Acrobatics}) check to avoid taking damage. Failure on this check means the character must make a {@dc 17} Dexterity saving throw, or take 10 ({@dice 3d6}) points of fire damage from the flames on a failure, or half as much on a success. Whether or not they succeed on this save, the characters will arrive on the other side of the jet, which will trigger the next flame jet.", - "Characters who hesitate once they begin crossing will find their energy sapped, as they are caught between the hot jets. It is impossible for a character to run across the bridge avoiding these jets, unless they succeed on the listed {@skill Acrobatics} check for every jet they cross.", - "There are a few ways to circumvent this obstacle:", - { - "type": "list", - "items": [ - "Players might have access to the {@spell fly} spell, which can be used to avoid the bridge altogether.", - "Players with resistance to fire may be able to make it across even if they cannot succeed on their checks, especially if they have the ability to heal themselves.", - "Players can attempt to block the jets of flame, though the jets erupt with enough force to blast through wooden barriers. If a metal object (like a shield) is held in place to allow passage across a jet, it will be rendered red hot, causing 9 ({@dice 2d8}) points of fire damage to anyone holding or stepping onto the object.", - "The {@spell Tenser's floating disk} spell will completely block the flame jets, and its magic will shield anyone on top of the disk from the heat of the jets, allowing for easy passage." - ] - }, - "Use the above rules to decide whether any of the more unique solutions players could conceive of will work.", - "On the bank at the other side of the bridge is a lever disguised as a rock formation. Any character with a passive perception of 17 or higher, or who succeeds on a {@dc 17} Wisdom ({@skill Perception}) check, will be able to notice the lever. When pulled, the lever causes the flame jets to cease, and the magma in the chamber to cool almost instantly into solid rock. The tunnel into the rock wall ahead is the only way forward." - ], - "id": "13b" - }, - { - "type": "entries", - "name": "Oakheart the Guardian", - "page": 166, - "entries": [ - "The passageway from the magma chamber continues for another 400 feet, curving downwards until it leads into a strange space.", - { - "type": "insetReadaloud", - "entries": [ - "The tunnel transitions into a room that has been magically shaped from the earth beneath the Grove. The floor is made of black cobblestones, shaped from a layer of volcanic rock. Breaking through the stones is a line of three great trees. Each tree appears black and charred, with leaves of flame and bark that glows like embers. The tree in the middle is the largest, and its roots tangle outward in a great mass." - ], - "id": "13e" - }, - "The room is 90 feet long and 60 feet wide. The largest tree is {@creature Oakheart|HWCS}. Once enough of the party has made it within 80 feet of the trees, Oakheart will reveal himself, shuddering as if waking from a deep slumber. His body shifts into a more humanoid form. Oakheart speaks slowly in Birdfolk, or in Druidic if one of the party members is a druid, with a voice that sounds like a cross between creaking wood and a blasting forge.", - { - "type": "insetReadaloud", - "entries": [ - "Suddenly, the great tree at the back of the room quivers, and its bark shifts to reveal eyes and a mouth. Its long branches twist into hands and its roots become large feet. \"Hrrmmmmmm... so... I am to receive... guests? How long has it been?\" the creature creaks. \"You do not look... like Tenders... a test is in order then...\"" - ], - "id": "13f" - }, - "Oakheart will then fight the party to test whether or not they possess the skill needed to safely control {@i the Borealus}. If the above dialog was interrupted by a player launching an attack at any point, do not treat Oakheart as being surprised and simply roll initiative as normal. Oakheart is sworn to guard {@i the Borealus} from thieves, and if attacked while speaking he'll scold the players on his turn, saying:", - { - "type": "insetReadaloud", - "entries": [ - "\"Little ones... so impatient...\"" - ], - "id": "140" - }, - "If the party attempts to talk their way out of this fight, he will say:", - { - "type": "insetReadaloud", - "entries": [ - "\"It matters not... None may obtain {@i the Borealus}... until they have proven... their worth!\" " - ], - "id": "141" - }, - "Oakheart will begin by animating the other two charred trees in the room. They have stats identical to Oakheart, but otherwise follow the rules for animated trees in the {@creature treant} stat block.", - "Oakheart will not die once he reaches 0 hit points, but he will cease his assault and return the trees he animated to their posts. He is a guardian, but unless the party shows or has shown signs of ill intent throughout the dungeon, he will sense that they are not thieves and try not to kill them. He simply wishes to test whether or not they are strong enough to control the terrible power of {@i the Borealus}.", - "If the party does poorly in this fight, Oakheart may cease his assault and dismiss his animated trees, sitting down to parley. He'll ask why they have risked their lives to obtain {@i the Borealus}. If Oakheart is satisfied with the answer (attempting to save the Wood from burning is an acceptable explanation), he will give them the staff.", - "Whether defeated in battle or convinced to give the players {@i the Borealus}, Oakheart will inform the party that he has safe-guarded the artifact with his own life force, and for its power to become unsealed his life must end. There's no way around this. If characters sympathize, he will thank them for their concerns, and offer a warm smile before delivering the parting statement:", - { - "type": "insetReadaloud", - "entries": [ - "\"I have lived for a very... very... very long time. I go... with the blessing of the Nightfather... that I may pass onto you... this burden.\" Oakheart then reaches into a hollow in his trunk, and pulls out a luminous crystal staff. \"Plant this one in flames... such is its power... otherwise... the Wood may freeze...\"" - ], - "id": "142" - }, - "As Oakheart speaks the light from his bark dims, and his flame-leaves fade, leaving behind a large blackened tree amidst the chamber.", - { - "type": "inset", - "name": "Treasure", - "entries": [ - "The party receives the artifact they came here for: {@item Borealus|HWCS|the Borealus}." - ], - "id": "143" - }, - "Once the party has acquired {@i the Borealus}, have them return to Alderheart." - ], - "id": "13d" - } - ], - "id": "134" - }, - { - "type": "section", - "name": "The Final Summons", - "page": 167, - "entries": [ - "Upon returning to Alderheart, give the party a chance to have a long rest and recover from any exhaustion they may have suffered traveling through the Grove. After resting, they will find Dean Windsworth waiting for them in the common room of the inn in which they are staying. He has been called on by the Council to advise the Defenders of Alderheart during these perilous times. The Dean will be stupefied by the existence of {@i the Borealus}, and overjoyed that the party has obtained it. This means there is a chance to stop the aspect and save the Wood.", - "If Odwald is with the party, he will explain that the aspect must still be weakened in order for {@i the Borealus} to be useful in sealing it. What's more, in order to channel a power as vast as {@i the Borealus} is said to contain, the ritual requires at least two mages working in tandem to succeed. This ritual must be done over the conjuration circle that was used to seal the aspect the first time. Fortunately for them, Odwald knows its location. If Odwald died, the Dean will take over Odwald's role in explaining the information gleaned from the necromancer's ritual notes.", - "After learning about the ritual, the party will notice a commotion outside the inn. Some people are closing up their shops, others appear to be filing to the city gates with hastily packed bags, some with families in tow, and others still are heading toward the canopy. The party will soon learn the cause, either by asking passersby or listening to town criers, who announce an emergency meeting of all citizenry. The party can investigate, but it won't be long before they receive a summons from the Council. The news is grim: the aspect is moving toward the Great Tree City.", - "Everyone is crowded around the Council Chambers, some literally hanging from branches and filling up every inch of available space. In this sea of faces, the party will see any currently living friendly NPC they might have encountered on their journey who would reasonably be in Alderheart at this time, including: the Dean, Benna, Riffin, Susan, Odwald, Havel, Tevor, Eliza, and the jerbeen orphans.", - "The citizens are nervous and whispering amongst themselves. Some say they saw an intense red-orange glow far off in the forest, others that Alderheart is under attack, and some are worried the Council will call for an evacuation.", - "A contingent of The Spears escorts the members of the Council (including, if appropriate, any newly-elected humblefolk delegates) onto a specially prepared platform with a row of seats and a podium that bears Alderheart's city crest. {@creature Bita, the Council Speaker|HWCS} appears from out of the ranks of the Council members as they take their seats. A hush falls over the crowd when she approaches the podium:", - { - "type": "insetReadaloud", - "entries": [ - "\"My fellow citizens, we have just received a dire report from our watchposts. The elemental creature that so recently arose from beneath our Wood now makes its way toward Alderheart.\"" - ], - "id": "145" - }, - "The citizens may remain silent, or begin to despair. They might even start to panic, at which point the Defenders of Alderheart may step in to help regain control. As symbols of hope in the realm, the crowd will listen to them. Any party member can step up to make a reassuring statement and attempt a {@dc 16} Charisma ({@skill Persuasion}) check to calm the populace, allowing Speaker Bita to continue. Have a character roll this check with advantage if their reputation has earned them particular favor among the many Alderites (if they are seen as a champion of the people, for example).", - "Speaker Bita gives the crowd a moment, thanking the Defenders of Alderheart if they provided assistance, then resumes, speaking with a grace and dignity that inspires hope even in these dark times:", - { - "type": "insetReadaloud", - "entries": [ - "\"Recently, we have faced many hardships. The flames that ravaged the Wood have threatened to tear our communities apart. Yet, Alderheart still stands. We are not birdfolk and humblefolk, nor are we perch-dwellers and forest-dwellers: we are people of Humblewood. Since its creation, Alderheart was meant to stand as a symbol of our unity. Perhaps we have lost our way since those early days, but there is still a chance for a brighter future. However, in order to obtain it we must stand together now! I implore each and every citizen of Humblewood, not as the Council Speaker, but as a fellow resident of the Wood. We must defend each other, we must defend Humblewood. It is the only home we have.\"" - ], - "id": "146" - }, - "Someone starts cheering. Whoever starts the cheer is optional: it may be a humblefolk (perhaps one of the jerbeen orphans, or a reformed bandit working for the Wildwood Brigade), or a birdfolk (maybe Tevor, showing his newfound courage, or Riffin, to inspire the people). This one cry will multiply, and soon the crowd cheers together with one voice, as denizens from all parts of Humblewood unite.", - { - "type": "entries", - "name": "Preparing for Battle", - "page": 168, - "entries": [ - "After Speaker Bita's speech, the party will be found by either Odwald or the Dean (if Odwald isn't alive) and told that, by the looks of it, the aspect's influence in this region has grown tenfold since the party's first encounter. If they don't take the opportunity to try and seal the aspect with {@i the Borealus} now, even if it is driven back, the aspect may become too strong to attempt sealing again.", - "The Defenders of Alderheart will soon find their presence requested by the Council: the aspect of fire must be stopped before it reaches the Great Tree City. Its movement has stirred up ashsnakes, emberbats, and other fire creatures that are causing havoc in the surrounding forest. Give the party a chance to explain to the Council what they can do to help (the Council is receptive to most ideas), but if the party doesn't mention sealing away the aspect, then either Odwald or the Dean (if Odwald is dead) will make the suggestion.", - "While the Council will listen to the Dean, Odwald will be looked upon more suspiciously, and the party may need to convince the members on his behalf. To keep the tension high maybe have the party roll Charisma checks for this. The Council will trust the Defenders of Alderheart, even if they don't trust Odwald. However the Council is convinced, Speaker Bita will make it clear in no uncertain terms that the fate of the Wood is in the party's hands.", - "Odwald will elaborate that in order to complete the ritual to seal the aspect, two mages must work together to weave a spell into the existing conjuration circle to strengthen and alter its magic. He'll also remind the party of the importance of utilizing cold-type magics to subdue the aspect. Once it has been subdued, they will have only an hour before it regenerates, so it's imperative that the character attuned to {@i the Borealus} brings it to the circle, so the mages can complete the sealing.", - "If a spellcasting party member volunteers to help the NPCs prepare the sealing ritual, they will be turned down. Preparing the ritual will be time-consuming and require such focus that the party member wouldn't be able to fight the aspect at the same time. The mages who work the ritual need to rely on the Defenders of Alderheart to ensure their efforts aren't interrupted. Odwald (or the Dean, if Odwald is dead) will explain that the second mage must have a good grasp of arcane theory and precise control over their magic. They will essentially serve as an additional power source and they therefore do not need to have the same familiarity with the ritual.", - "Odwald can think of only one other spellcaster he would trust with this ritual: Susan, and he will ask for her to accompany him (if she is alive). Otherwise, the Dean can help. The Dean has a strong desire to see this through to the end, and would gladly work with Odwald for the good of the Wood. If Odwald is dead, the Dean will need assistance for the ritual. Should Susan not be able to assist, a Council member will mention knowing of a talented spellcasting protégé within the Tenders who may be able to help. This is, of course, Havel.", - "If Odwald is conducting the ritual he will request to have the restraints inhibiting his magic removed, which will cause the Council consternation, but they will ultimately agree.", - "If the party is still suspicious of Odwald's intentions and unwilling to have his restraints removed, the Dean (who has been looking through Odwald's notes) is familiar enough with the material to lead the ritual. Even so, he'll insist they bring Odwald along, shackled or not, as the corvum's knowledge could prove useful should something go awry.", - "The plan is to have the mages escorted to the conjuration circle, by either the Wildwood Brigade or the Perch Guard, to prepare the ritual. The rest of the Perch Guard and/or Wildwood Brigade will need to work together to keep the path to the aspect cleared for the party.", - "Whoever is leading the ritual indicates that someone will have to grab the aspect's attention and lure it closer to the Grove. If the aspect is too far away when the ritual is completed, there's no guarantee it will be sealed. Scouts report that the aspect is easy to provoke, but it'll be difficult to outpace, and luring it to the Grove will certainly place the volunteer in incredible danger. Riffin volunteers to help draw the aspect back to the circle if he's here, otherwise a Defender of Alderheart has to volunteer for the task. Speed won't matter as much as endurance, since they'll need to be able to withstand whatever the aspect can throw at them in order to make it to the Grove.", - "As the party leaves the Council chambers, they will witness something special:", - { - "type": "insetReadaloud", - "entries": [ - "The mood in the city is electric. Birdfolk and humblefolk from all walks of life work hand-in-hand, with the Perch Guard distributing weapons and armor to any who volunteer. Those who cannot fight are readying supply lines and bucket brigades to help people on the front lines combat forest fires and support the Defenders of Alderheart. Everyone in Alderheart is doing their best to pitch in however they can." - ], - "id": "148" - }, - "If any characters are looking to prepare for the final fight, the party has a small window to resupply. Many of Alderheart's shops have been closed or abandoned, but the armories of Alderheart are open to the party, allowing them to take whatever supplies they may need (Weapons, Armor, or Adventuring Gear). If they're looking for a little extra, {@adventure Eliza's Emporium|HWAitW|2|Eliza's Emporium} is always open, though even in such dire times the party won't be able to get a magic item for free. Eliza is volunteering for the bucket brigade and plans on living through this. While she's still willing to offer \"friends-only\" prices, and supply the party with any non-magical necessities they might need to complete their mission, she has no intention of giving up her livelihood out of fear." - ], - "id": "147" - } - ], - "id": "144" - }, - { - "type": "section", - "name": "The Chase", - "page": 169, - "entries": [ - "Before the characters can do battle with the aspect of fire, they must find a way to lure it out of the forest toward the Scorched Grove. This is necessary not only for the ritual, but because the abundance of available fuel in the forest makes the aspect functionally invincible there. Consider having a scout report that the aspect seems to flare up as it burns through the forest, as players may be unaware that the aspect can heal itself using the trees it consumes. While not a vital clue at this stage, this information about the aspect is essential to the fight. If not given the hint, players will have to deduce why the aspect is not weakening when fought in wooded areas.", - "If Riffin volunteered to lure the aspect of fire into the Grove, skip to {@adventure Facing the Aspect|HWAitW|5|Facing the Aspect}.", - "If Riffin wasn't around to volunteer, the player character who volunteered to bait the aspect will accompany a unit of Perch Guard or Wildwood Brigade scouts into the part of the forest where the aspect is advancing. In the meantime, the rest of the party and the mages will be escorted to the conjuration circle to ready for the aspect's arrival. It isn't necessary for more than one party member to serve as bait, and if multiple characters volunteer then either Odwald or the Dean will advise against it, insisting that the rest of the party will need their strength to fight the aspect.", - "Separated from their friends, read to the player that volunteered:", - { - "type": "insetReadaloud", - "entries": [ - "Around you, you can see woodland denizens of all kinds fighting. Parts of the forest are ablaze. Bucket brigades desperately try to keep the fires in check while coordinated teams assault massive ashsnakes and use specially-crafted nets to drive back swarms of emberbats. The scouts lead you further into the brush, until you can see the blazing form of the aspect lumbering toward Alderheart. It hasn't yet spotted you or your guides in your hiding place." - ], - "id": "14a" - }, - "The aspect of fire will give chase as soon as it sees the volunteer character, hurling hunks of magma at the lone hero. Rather than resolving this engagement using movement speed, resolve the chase through the ash covered-forest by having the pursued character make a {@dc 18} Dexterity ({@skill Acrobatics}) or Strength ({@skill Athletics}) check to keep ahead of the aspect and avoid taking damage. On a failure, have the player make a {@dc 16} Dexterity saving throw, taking 22 ({@dice 4d10}) fire damage on a failure, and half as much on a success. The character being chased can take one other action in addition to making their check, but they can do nothing else since the rest of their energies are focused on the flight.", - "If a player decides to attack the aspect during this chase, resolve their attack as normal, but the aspect won't take any damage. The character should see that once the aspect moves through a stand of trees, its fire consumes the trees, causing it to regain health and blaze brightly.", - "The character being chased must succeed on four of the above {@skill Athletics} checks to lure the aspect toward the conjuration circle. Resolve each failure as it happens. Once the character being chased succeeds on two Dexterity or Strength checks, or is doing poorly, Riffin will appear, shielding the character from a hit and preventing the damage. From this point on, Riffin will protect the character from further harm.", - { - "type": "insetReadaloud", - "entries": [ - "As the fireball hurtles toward you, you see a flash of steel and suddenly find yourself shielded from the blast. Looking over, you can see Riffin, running alongside you with his shield held high. The face of his shield emits a barrier of wind which deflects the aspect's flames. The small strig gives you a smile and shouts, \"Sorry I didn't help sooner, but I'm not about to let the whole Wood burn! Riffin the Ash-Knight, at your service.\"" - ], - "id": "14b" - }, - "However he feels about Odwald, Riffin has decided that his duty, both to the Wood and as a knight, comes first. This is the right thing to do.", - { - "type": "inset", - "name": "Riffin's Fate", - "entries": [ - "Depending on who is alive, and if Riffin isn't alive, have another NPC be the last-minute-hero.", - "Or, should this be the first time the characters talk to Riffin, some introductions will be in order." - ], - "id": "14c" - } - ], - "id": "149" - }, - { - "type": "section", - "name": "Facing the Aspect", - "page": 172, - "entries": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Part-5-2.webp" - }, - "width": 1280, - "height": 831 - }, - "Refer to Fig. 5.1 for a map of the Final Battle with the Aspect.", - "The final battle with the {@creature aspect of fire|HWCS} will take place in a 120-foot by 80-foot field that is mostly ashen plains. To the south of the field is 40-feet-deep tree cover. The aspect will be led through a gap in the tree cover that is 20 feet wide.", - "Only the 40 feet of tree cover to the south is substantial enough for the aspect to heal using its \"Fuel for the Fire\" ability.", - "The conjuration circle is 20 feet in diameter, and it's located 40 feet from the tree cover and 80 feet from the eastern edge of the map. As long as the aspect remains on the map, it is near enough to the circle for the ritual to succeed.", - "The aspect of fire gains the following ability:", - { - "type": "list", - "items": [ - "{@b {@i Rekindle.}} If the aspect of fire is at 0 hit points, it regains 10 hit points at the start of its next turn. If the aspect is reduced to 0 hit points by cold damage, or is hit with cold damage while at 0 hit points, rekindle doesn't function at the start of the aspect's next turn and the aspect becomes petrified. The aspect is petrified only if it starts its turn with 0 hit points and doesn't rekindle. The aspect can not rekindle for one hour after being petrified. After an hour of being petrified, the aspect will regain all of its hit points and no longer be petrified. " - ] - }, - { - "type": "inset", - "name": "A Million Little Pieces", - "entries": [ - "No matter how many pieces of the aspect are broken off while petrified, the aspect will reform. In {@dice 1d4} rounds, it will become whole again. Once petrification wears off, treat each separate piece as having the aspect's molten skin ability. " - ], - "id": "14e" - }, - { - "type": "gallery", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Scorched-Grove-DM.webp" - }, - "width": 832, - "height": 831, - "imageType": "map", - "id": "163", - "title": "Fig. 5.1: Final Battle with the Aspect", - "grid": { - "type": "square", - "size": 138, - "offsetX": 8, - "offsetY": 12, - "scale": 4 - } - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/Scorched-Grove.webp" - }, - "title": "Player Version", - "width": 793, - "height": 793, - "imageType": "mapPlayer", - "mapParent": { - "id": "163" - }, - "grid": { - "type": "square", - "size": 132, - "offsetX": -1, - "offsetY": 1, - "scale": 4 - } - } - ] - }, - "First, what happens here will be decided by whomever was luring the aspect. If it was Riffin, read this:", - { - "type": "insetReadaloud", - "entries": [ - "The ground begins to quake, softly at first, then heavier and more rhythmic, until Riffin can be seen dashing hurriedly through the treeline toward the party. A moment later, the trees erupt in flames as the aspect bursts through the forest, leaving cinders in its wake. It seems to recognize you, and bellows in fury as it advances." - ], - "id": "14f" - }, - "If a character lured the aspect have them arrive along with Riffin, and with the aspect in tow. Give the injured character a chance to be healed. An NPC will act at the top of the round by rushing over and casting a {@spell cure wounds} spell at 3rd level on the injured character (assume a Wisdom modifier of +3 for the spell) before retreating. The NPC can either be Tevor (if he's alive), Havel (if not performing the ritual), or another NPC Tender.", - "Riffin will retreat, as the chase has exhausted him. While he longs to fight, he feels he would be more of a burden to them in his fatigued state, and insists they go on without him.", - "The task of facing the aspect of fire is up to the Defenders of Alderheart now.", - "At least one party member must attack the aspect each turn to hold its attention, otherwise the mages are at risk. If the party successfully keeps the aspect's attention, it will fight recklessly, ignoring everyone but the party.", - "If the aspect tries to attack the mages, the mages can spare some of the ritual power to create a shield against the aspect's attacks, causing the mages to take no damage from any attacks for one round. This will only work three times before they can no longer defend themselves.", - "If the aspect drops to half its hit points or lower, it will move as quickly as it can toward the treeline to try and refuel using the timber.", - "The battle ends once the aspect is petrified, at which point the mages will call to the character holding {@i the Borealus} and instruct them on what to do.", - { - "type": "entries", - "name": "Healing the Wood", - "page": 174, - "entries": [ - "With the aspect cooled or temporarily dissipated, the party has only one hour to complete the ritual before the creature returns to full strength. The two mages standing over the conjuration circle beckon to the character attuned with {@i the Borealus} to stand in the ritual circle's center.", - { - "type": "insetReadaloud", - "entries": [ - "The heat which surrounds you inside the circle is intense, but it feels as though {@i the Borealus} is pushing back against it. You feel the opposing elemental forces grate against each other as you reach the circle's center." - ], - "id": "151" - }, - "Upon reaching the center, either Odwald or Dean Windsworth will give the signal to plant the staff into the earth. The moment {@i the Borealus} hits the ground, a stream of energy shoots out and surrounds the petrified aspect. Once enveloped, the aspect begins to lose its physical form, becoming one with the energy around it. Suddenly, the flow of energy is pulled back into the ritual circle. Immediately, the heat will dissipate and a wave of pressure will emanate from the circle, knocking anyone within 500 feet who is not inside of the circle {@condition prone}.", - "For a moment there is calm, but during this time the mages still struggle. The energies that crackle from their hands feed into the circle, which once again begins to flare. The ritual has been enacted, but something is wrong. There isn't enough power. {@i The Borealus'} long confinement has left it too weak to provide the required energy. Reaching the required level of power can only be done at a cost: someone will need to give their life in order to complete the ritual.", - "{@b {@i If Odwald is alive,}} any party member with the ability to cast spells, or the party member attuned to {@i the Borealus}, can volunteer. However, even if they do Odwald will insist upon being the one to give up his life. It was his mistakes that got the Wood into this mess, so in his eyes it's only fair that he forfeit his life. There is no time to argue, and if another character volunteers and refuses to back down, Odwald will appear to acquiesce, only to sacrifice himself at the last minute and save them. As the blaze of the ritual fire consumes him, Odwald will thank the hero for helping him find some measure of peace.", - "{@b {@i If Odwald is dead,}} the Dean will offer to sacrifice himself, though he won't protest if a player takes his place. Either way, the Dean or the player in the ritual circle will see Odwald's ghost supplying them with even more power. Miraculously, Odwald will keep the sacrificial character alive.", - "The final moments of the ritual begins:", - { - "type": "insetReadaloud", - "entries": [ - "The land around the Grove quakes, as both the conjuring circle and {@i the Borealus} within are consumed in a harmonious white light. The ground beneath the seal shakes and swells, rising from the ashen plain as though it were a living creature. Those outside the circle can see the mound thrash, momentarily assuming the form of the aspect. It lashes out in fury, before its shape melts away into the earth, which rises still. Then, without warning, everything stops. The quakes cease, leaving a tranquil hill on the ashen plain." - ], - "id": "152" - }, - "Anyone inside the circle, including any sacrifice (besides Odwald), can be found unconscious at the top of the hill. Both {@i the Borealus} and the aspect are gone, and from atop the hill a single sapling grows. The threat to the Wood has ended.", - { - "type": "inset", - "name": "Rewards", - "entries": [ - { - "type": "list", - "items": [ - "Award standard XP for defeated foes.", - "For roleplaying and investigation in Brackenmill: 500 XP per player.", - "For finding the entrance to the dungeon holding {@i the Borealus'} resting place (see {@adventure The Crucible of Fire|HWAitW|5|The Crucible of Fire}): 300 XP per player.", - "For surviving additional trials within the Tender's dungeon (see {@adventure The Blazing Barriers|HWAitW|5|The Blazing Barriers}): 300 XP per player." - ] - } - ], - "id": "153" - } - ], - "id": "150" - } - ], - "id": "14d" - }, - { - "type": "section", - "name": "Epilogue", - "page": 174, - "entries": [ - "After the final battle, the characters will return to Alderheart to the cheer and jubilation of all. The Wood has been badly scarred, but once the aspect was sealed, the creatures assailing the forest fled back toward the Grove, and much of the Wood survives. In the coming days the characters can recover from their wounds and finish up any unresolved points they might have in their character arcs before the Council summons them to a ceremony celebrating their momentous feat.", - "Each character is given a medal bearing Alderheart's crest, and their choice of either a {@item blade of the wood|HWCS}, {@item wing crest shield|HWCS}, {@item red-feather bow|HWCS}, or {@item feathered helm|HWCS}. These rewards should be decided upon before the ceremony, and made to the character's exact specifications (so long as they fit within what the weapons could be. For example, the blade of the wood might be a rapier or a greatsword, but it would need to be a sword). If the {@item feathered helm|HWCS} is selected, the player can choose which race of birdfolk the feather is sourced from:", - { - "type": "list", - "items": [ - "If a corvum feather, it will have been one recovered from Odwald before his sacrifice\u2014or if this doesn't make sense, one donated by Professor Revayne.", - "If a gallus feather, Council Speaker Bita will provide it.", - "If a luma feather, it will be one belonging to Dean Windsworth.", - "If a raptor feather, it will come from either the captain of the Perch Guard or Professor Birchwalker.", - "If a strig feather, it will come from Riffin." - ] - }, - "If there are any custom birdfolk NPCs, especially ones with whom the players have an affinity, consider having the feather come from one of them instead. A birdfolk party member may also donate a feather for the helm. Once the characters have received their medals and gifts from the Council, they are bestowed the title \"Champions of Humblewood.\" There is a parade in Alderheart and a great feast to follow, but the story doesn't end here...", - "Humblewood will undergo a great period of change in the coming months. Based on the choices made by the players, the fate of the Wood will be different. Decide whichever scenario is best given the actions of the party up to this point.", - { - "type": "entries", - "name": "The Wood", - "page": 175, - "entries": [ - "Within a few months, the parts of the Wood that were recently consumed by the Scorched Grove return to normal, and the creatures of the Grove return to their natural ranges. As the forest heals, new settlements are constructed for those who wish to return to their lives on the forest floor. While it's impossible to replace everything lost in the fires, these homes will eventually grow into new communities. Riffin will return to Ashbarrow, and enlist to help the restoration efforts. Ashbarrow will recover its former beauty and provide a home for those who were forced to abandon it." - ], - "id": "155" - }, - { - "type": "entries", - "name": "Perch-Dwellers and Forest-Dwellers", - "page": 175, - "entries": [ - "{@b {@i If Benna was reasoned with,}} the Wildwood Brigade is now well-established. While small groups of raiders and brigands still beleaguer the roads, organized banditry in Humblewood on the scale of the Coalition appears to be a thing of the past.", - "After much deliberation, the new Humblewood Council has been established, and includes humblefolk delegates for a handful of prominent forest-dwelling communities. The Perch of Marshview has a humblefolk delegate, as the predominantly grounded settlement's birdfolk representative was replaced in a landslide vote. Council Speaker Bita retains her position, to the applause of a far more inclusive Alderheart.", - "Trunk infrastructure within Alderheart is being expanded in the lower levels, and there are talks about improving living conditions in the roots, though there is still much to do in this regard. Humblewood appears to be entering its next golden age in birdfolk-humblefolk relations.", - "{@b {@i If Benna was killed,}} she has since become a folk hero among certain groups of forest-dwellers. She was seen as the one who could have helped cast aside the oppressive yoke of the perches and bring about a true redistribution of power in the Wood. This is a change that is sorely needed, and now that forest refugees have fought side by side with the Alderites, many are pushing for a true reform of the Birdfolk Council. The hope is to transform it into something that also represents delegates from outside the perches. The popular support for change means it will likely happen, even though there are already signs that most of the powerful nobles in Alderheart are opposed to the change.", - "Harsher sentences for bandits and thieves are being called for by Alderheart's elite, and the news on the wind is that the Bandit Coalition is still around. Though broken, it survives to cause trouble for merchants who can't afford an escort." - ], - "id": "156" - }, - { - "type": "entries", - "name": "The Tenders and the Grove", - "page": 175, - "entries": [ - "The Scorched Grove has shrunk in recent months, owing to the efforts of Tenders as much as the sealing of the aspect. While the Grove will remain part of Humblewood for the foreseeable future, the ash in its plains no longer burns with embers, reducing the frequency of fires in the Wood. The ashsnakes that appeared with the aspect remain, and have filled new niches in the ecology of the Grove, due to the snake's ability to survive on the energy of consumed elementals and beasts. The ashsnakes help keep some of the more dangerous fire-based creatures at bay. This has greatly helped the Tenders, who now see the ashsnakes as something to be respected from a distance, but not feared. Plants are growing on the lonely hill which marks the final resting place of the aspect of fire, and the sapling which sprouted from its top is quickly growing into a tree. It has been named \"The Healing Hill,\" and is watched over by the Tenders as a sacred site." - ], - "id": "157" - }, - { - "type": "entries", - "name": "To Be Continued...", - "page": 175, - "entries": [ - "One night, a player's character, will have strange dreams. In the dreams, they encounter Odwald. His form is spectral and he appears to have something to say, but before he can impart any new wisdom, the character wakes up. Who was the entity that tricked him into releasing the aspect? If they could cause such destruction in Humblewood, what might happen to Everden if they're still out there?" - ], - "id": "158" - } - ], - "id": "154" - } - ], - "id": "112" - }, - { - "type": "section", - "name": "Credits", - "entries": [ - { - "type": "list", - "style": "list-hang-notitle", - "items": [ - { - "type": "item", - "name": "Writing and Game Design", - "entries": [ - "Christopher Pinch, Matthew Gravelyn, Jordan Richer, Andrea Bruce, TR Rowe" - ] - }, - { - "type": "item", - "name": "Concept Creators", - "entries": [ - "Ricardo Evangelho, Jordan Richer, Leesha Hannigan, Andrea Bruce" - ] - }, - { - "type": "item", - "name": "Editors", - "entries": [ - "Andrea Bruce, TR Rowe, Dominik Parisien" - ] - }, - { - "type": "item", - "name": "Art Director", - "entries": [ - "Leesha Hannigan" - ] - }, - { - "type": "item", - "name": "Graphic Designers", - "entries": [ - "Rajaa Al-Subairi, Ricardo Evangelho, Meredith Smallwood" - ] - }, - { - "type": "item", - "name": "Front Cover Illustrators", - "entries": [ - "Leesha Hannigan, Christina Kraus" - ] - }, - { - "type": "item", - "name": "Iconography", - "entries": [ - "Leesha Hannigan" - ] - }, - { - "type": "item", - "name": "Back Cover Illustrator", - "entries": [ - "Derek Murphy" - ] - }, - { - "type": "item", - "name": "Cartographers", - "entries": [ - "Hugo Solis, Tim Paul Piotorwski, Blue Sword Games, David Lanza Cebrian" - ] - }, - { - "type": "item", - "name": "Interior Illustrators", - "entries": [ - "Leesha Hannigan, Andrea Radeck, Anneliese Mak, April Prime, Beck Hallstedt, Ben Zweifel, Brittany Pezzillo, Christina Kraus, Christina Pirvu, Crystal Sully, Cynthia F.G., Derek Murphy, Emily Hare, Griffin Macaulay, Ilse Gort, Jason Rainville, Jen Pattison, Jon Neimeister, Julia Metzger, Katy Grierson, Kiana Hamm, Kimberli Johnson, Lake Hurwitz, Lauren Henderson, Matei Monoranu, Paul Scott Canavan, Risa Hulett, Sarah Webb, Tiffany Turrill, Vadim Ciocazan, Valeria Ivanova, Veronika Fedorova" - ] - }, - { - "type": "item", - "name": "Additional Contributors", - "entries": [ - "Holly Conrad, Deven Rue, Catherine Hariton" - ] - }, - { - "type": "item", - "name": "Special Thanks", - "entries": [ - "Gail Simone, Erika Ishii, Brian Scott Walters, Geoffrey Palmer, Russ Charles, Corrina Malone" - ] - } - ] - }, - "{@b An extra-special thanks to our amazing 14,604 Kickstarter backers who helped bring this project to life!}", - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/credits.webp" - }, - "maxWidth": 800, - "credit": "Lauren Henderson", - "width": 1700, - "height": 840 - }, - { - "type": "inset", - "entries": [ - "{@book Humblewood Campaign Setting|HWCS} is Copyright © 2022 Hit Point Press Inc., 1175 Brookfield Rd East, Ottawa, Ontario, K1V0C3, Canada. All rights reserved. All characters and their distinctive likenesses are property of Hit Point Press Inc. in Canada, US and other countries. Any reproduction or unauthorized use of the material or artwork contained herein is prohibited without the express permission of Hit Point Press Inc. Reference to other copyrighted material in no way constitutes a challenge to the respective copyright holders of that material. Hit Point Press, The Deck of Many, Humblewood and its associated logos are trademarks of Hit Point Press Inc. Second Printing. Printed in Lithuania." - ], - "id": "15a" - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "adventure/HWAitW/credits1.webp" - }, - "maxWidth": 250, - "credit": "Lauren Henderson", - "width": 850, - "height": 740 - } - ], - "id": "159" - } - ] -} diff --git a/data/adventure/adventure-toa.json b/data/adventure/adventure-toa.json index bfc7f84..f6f4f76 100644 --- a/data/adventure/adventure-toa.json +++ b/data/adventure/adventure-toa.json @@ -51142,7 +51142,8 @@ "path": "adventure/ToA/101-ph11.webp" }, "width": 975, - "height": 644 + "height": 644, + "expectsLightBackground": true } ] }, diff --git a/data/adventure/adventure-uthftlh.json b/data/adventure/adventure-uthftlh.json index f0b603e..b0a65da 100644 --- a/data/adventure/adventure-uthftlh.json +++ b/data/adventure/adventure-uthftlh.json @@ -143,13 +143,13 @@ "\"Quickly!\" she squeaks. \"Uni the unicorn is in danger! If there is good in your hearts, follow me!\"" ] }, - "The winged figure is Willowbrush, a {@creature Sprite|XPHB} trying to save Uni. She flutters east through the woods toward the sounds of a struggle.", + "The winged figure is Willowbrush, a {@creature Sprite|XMM} trying to save Uni. She flutters east through the woods toward the sounds of a struggle.", { "type": "entries", "name": "Woodland Pool", "id": "00a", "entries": [ - "When the characters follow Willowbrush, they emerge into the westernmost point of a clearing with a woodland pool, where Kelek's minions hold Uni captive. Willowbrush rushes to the northwest edge of the clearing. Her friend Knock, another {@creature Sprite|XPHB}, is near the southeast edge of the clearing. Uni is no longer the youngster of the animated series; she is a fully grown unicorn.", + "When the characters follow Willowbrush, they emerge into the westernmost point of a clearing with a woodland pool, where Kelek's minions hold Uni captive. Willowbrush rushes to the northwest edge of the clearing. Her friend Knock, another {@creature Sprite|XMM}, is near the southeast edge of the clearing. Uni is no longer the youngster of the animated series; she is a fully grown unicorn.", "Just moments earlier, Kelek rapped Uni on the head with his walking stick, magically removing and stealing her horn. Willowbrush and Knock then came upon the scene. Although they couldn't stop Kelek, who fled through a strange portal nearby, they are attacking the spellcaster's minions, who hold Uni captive.", { "type": "entries", @@ -302,7 +302,7 @@ "type": "list", "items": [ "Uni the unicorn, who has the {@condition Restrained|XPHB} condition while tangled in the {@item Net|XPHB}", - "Two {@creature Sprite|XPHB|Sprites}, Willowbrush and Knock", + "Two {@creature Sprite|XMM|Sprites}, Willowbrush and Knock", "A {@creature Bugbear Warrior|XMM} named Grump, the goblinoid who stands on a 60-foot-high bluff", "Ten {@creature Bullywug Warrior|XMM|Bullywug Warriors}, who answer to Grump" ] @@ -312,7 +312,7 @@ "name": "Uni", "id": "00e", "entries": [ - "Kelek has drained Uni's magic and taken her horn. Uni currently uses the {@creature Warhorse|XPHB} stat block, except she's a Lawful Good Celestial and can speak Common, Elvish, and Sylvan. Uni is frantically struggling to escape the {@item Net|XPHB}, but she's too tangled in it to do so alone. As an action, a character within 5 feet of Uni can free her with a successful {@dc 10} Strength ({@skill Athletics|XPHB}) check to remove the Net. Destroying the Net (AC 10; HP 5; Immunity to Bludgeoning, Poison, and Psychic damage) also frees Uni." + "Kelek has drained Uni's magic and taken her horn. Uni currently uses the {@creature Warhorse|XMM} stat block, except she's a Lawful Good Celestial and can speak Common, Elvish, and Sylvan. Uni is frantically struggling to escape the {@item Net|XPHB}, but she's too tangled in it to do so alone. As an action, a character within 5 feet of Uni can free her with a successful {@dc 10} Strength ({@skill Athletics|XPHB}) check to remove the Net. Destroying the Net (AC 10; HP 5; Immunity to Bludgeoning, Poison, and Psychic damage) also frees Uni." ] }, { @@ -320,7 +320,7 @@ "name": "Sprites", "id": "00f", "entries": [ - "Willowbrush and Knock perch on high branches to keep out of melee. The {@creature Sprite|XPHB|Sprites} target the puffball mushrooms with their arrows, hoping the exploding fungi will poison nearby bullywugs (see the \"{@adventure Woodland Pool Features|UtHftLH|0|Woodland Pool Features}\" section above). Willowbrush and Knock apologize to any characters affected by an exploding puffball." + "Willowbrush and Knock perch on high branches to keep out of melee. The {@creature Sprite|XMM|Sprites} target the puffball mushrooms with their arrows, hoping the exploding fungi will poison nearby bullywugs (see the \"{@adventure Woodland Pool Features|UtHftLH|0|Woodland Pool Features}\" section above). Willowbrush and Knock apologize to any characters affected by an exploding puffball." ] }, { diff --git a/data/adventures.json b/data/adventures.json index 93ee302..783920f 100644 --- a/data/adventures.json +++ b/data/adventures.json @@ -16350,119 +16350,6 @@ } ] }, - { - "name": "Humblewood: Adventure in the Wood", - "id": "HWAitW", - "source": "HWAitW", - "group": "supplement-alt", - "cover": { - "type": "internal", - "path": "covers/HWAitW.webp" - }, - "published": "2019-06-17", - "author": "The Deck of Many", - "storyline": "Humblewood", - "level": { - "start": 1, - "end": 5 - }, - "contents": [ - { - "name": "Adventure in the Wood", - "headers": [ - "Introduction", - "Free Resources", - "Running the Campaign", - "Overview" - ] - }, - { - "name": "Part 1: The Adventure Begins", - "headers": [ - "Sleepy Meadowfen", - "Winnowing Reach", - "The Missing Researcher", - "The Mokkden Caverns", - "Returning to the Reach", - "The Swamp Witch", - "A Witch's Debt", - "Leaving the Reach" - ] - }, - { - "name": "Part 2: The Bandit Menace", - "headers": [ - "A Rough Road Ahead", - "The Great Tree City", - "Eliza's Emporium", - "The Birdfolk Council", - "Bandits Attack", - "Taking the Fight to Them", - "The Coming Storm", - "Approaching the Bandit Stronghold", - "The Bandit Stronghold", - "The Courtyard", - "The Barracks", - "The Storeroom", - "The Prison", - "The Inner Keep", - "The Bandit Leader", - "What the Future May Hold" - ] - }, - { - "name": "Part 3: An Urgent Summons", - "headers": [ - "The Tenders", - "Return to Alderheart", - "Trouble With Tenders", - "An Emergency Session", - "The Scorched Grove", - "Approaching the Grove", - "Reaching the Grove", - "Ashsnake Attack", - "Outrunning the Fire", - "Flee to Alderheart" - ] - }, - { - "name": "Part 4: Mysteries of the Avium", - "headers": [ - "After the Escape", - "The Ancient Forest", - "The Avium", - "Exploring the Avium", - "Into the Library", - "Shadows Fall", - "Mysterious Circumstances", - "Putting the Pieces Together", - "The Necromancer", - "Odwald's Trap", - "The Secret Door", - "The Study Room", - "The Old Classroom", - "The Secret Laboratory", - "Developments" - ] - }, - { - "name": "Part 5: Of Fate and Flame", - "headers": [ - "Odwald's Fate", - "Finding the Necromancer", - "Susan the Seer", - "The Crucible of Fire", - "The Final Summons", - "The Chase", - "Facing the Aspect", - "Epilogue" - ] - }, - { - "name": "Credits" - } - ] - }, { "name": "The Orrery of the Wanderer", "id": "OoW", diff --git a/data/backgrounds.json b/data/backgrounds.json index 3176487..e792988 100644 --- a/data/backgrounds.json +++ b/data/backgrounds.json @@ -2919,298 +2919,6 @@ }, "hasFluff": true }, - { - "name": "Bandit Defector", - "source": "HWCS", - "page": 43, - "skillProficiencies": [ - { - "deception": true, - "survival": true - } - ], - "toolProficiencies": [ - { - "disguise kit": true, - "anyGamingSet": 1 - }, - { - "disguise kit": true, - "anyMusicalInstrument": 1 - } - ], - "startingEquipment": [ - { - "_": [ - { - "special": "knife" - }, - { - "special": "cooking pot" - }, - { - "item": "blanket|phb", - "displayName": "winter blanket" - }, - { - "special": "object you received as your cut from a successful robbery" - }, - "common clothes|phb", - { - "item": "pouch|phb", - "containsValue": 1000 - } - ] - } - ], - "entries": [ - { - "type": "list", - "style": "list-hang-notitle", - "items": [ - { - "type": "item", - "name": "Skill Proficiencies", - "entry": "{@skill Deception}, {@skill Survival}" - }, - { - "type": "item", - "name": "Tool Proficiencies", - "entry": "{@item Disguise kit|PHB}, one type of {@filter Gaming Set|items|source=phb|miscellaneous=mundane|type=gaming set} or {@filter Musical Instrument|items|source=phb|miscellaneous=mundane|type=instrument}" - }, - { - "type": "item", - "name": "Equipment", - "entry": "a knife, a cooking pot, a winter {@item blanket|phb}, an object you received as your cut from a successful robbery, a set of {@item common clothes|phb}, and a {@item pouch|phb} containing 10 gp" - } - ] - }, - { - "name": "Bandit Specialty", - "type": "entries", - "entries": [ - "The Bandit Coalition is a rather loose organization of rogues and brigands, but there is still a degree of specialization within the ranks. This ensures that everyone knows what their job is and lessens confusion in the heat of a robbery. You can select your bandit specialty from the Bandit Specialty table, or roll randomly.", - { - "type": "table", - "colLabels": [ - "d6", - "Bandit Specialty" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "Lookout" - ], - [ - "2", - "Lifter" - ], - [ - "3", - "Thug" - ], - [ - "4", - "Runner" - ], - [ - "5", - "Hustler" - ], - [ - "6", - "Captain" - ] - ] - }, - "{@b {@i Lookouts}} typically watch the roads for any signs of Perch Guard patrols, signalling the team to bail if a heist looks too risky. They also keep an eye out for potential marks.", - "{@b {@i Lifters}} are the specialist thieves of an operation. They are usually as adept at pick-pocketing as they are at sneaking up behind a cart to liberate its valuables.", - "{@b {@i Thugs}} are the muscle of a bandit group, and use their size and strength to intimidate merchants into giving up without a fight. They also keep other bandits in line, at the captain's discretion.", - "{@b {@i Runners}} are the messengers and scouts of the Coalition, serving to smuggle pilfered goods to fences. Additionally, they pass information throughout the different camps of the organization. Their job often finds them working alone which makes them particularly vulnerable.", - "{@b {@i Hustlers}} are inveterate con-artists. Through careful planning and execution, their diversions can keep cart drivers occupied just long enough for the lifters to do their work, or create a seamless opening for an ambush.", - "{@b {@i Captains}} are the glue that holds each bandit team together, providing leadership, and stamping out dissention where necessary, often with force. They are figures that inspire with their skill and bravado." - ] - }, - { - "type": "entries", - "name": "Feature: Bandit Routes", - "entries": [ - "As someone who once assisted in countless highway robberies, you are familiar with the roads of the Wood and escape paths used by bandits. When you are not in combat, you (and companions you lead) can travel between locations that cut through forested areas twice as fast as your speed would normally allow." - ], - "data": { - "isFeature": true - } - }, - { - "name": "Suggested Characteristics", - "type": "entries", - "entries": [ - "Those who have chosen to leave the Coalition behind have not made the choice lightly. Some wrestle with their doubts, still caring deeply about the friends they left behind, while others have forsaken their former lives entirely.", - { - "type": "table", - "colLabels": [ - "d8", - "Personality Trait" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "I am plucky and confident in my abilities, at least, that's what I want others to think." - ], - [ - "2", - "I often crack jokes to lighten the mood." - ], - [ - "3", - "I like to keep my secrets, and those who try to pry into my life irritate me." - ], - [ - "4", - "I have trouble sleeping unless I'm on the ground (or floor) in my bedroll." - ], - [ - "5", - "I picked up many stories during my time on the road, and I have one for every occasion." - ], - [ - "6", - "You mess with my friends, you mess with me." - ], - [ - "7", - "I never really had a plan in life, I tend to just go with the flow." - ], - [ - "8", - "I'm as cautious as they come." - ] - ] - }, - { - "type": "table", - "colLabels": [ - "d6", - "Ideal" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "Repentance. I've done terrible things in the past, and I want to try and make up for them. (Good)" - ], - [ - "2", - "Nature. I've seen what's happening to the forest, and it's bigger than all of us. We're all doomed unless we do something about it. (Neutral) " - ], - [ - "3", - "Friendship. My friends are like family to me, and I'll keep trying to do right by them until the end. (Good)" - ], - [ - "4", - "Self-Preservation. Any good rat knows when it's time to flee a sinking ship. I want to be clear of the Bandit Coalition when it goes down. (Evil)" - ], - [ - "5", - "Compassion. The struggle between humblefolk and birdfolk will only lead to more bloodshed. It needs to stop somewhere. (Good)" - ], - [ - "6", - "Freedom. I just want to be free to live my own life, and make my own way in the world. (Chaotic)" - ] - ] - }, - { - "type": "table", - "colLabels": [ - "d6", - "Bond" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "I did some hard time in Alderheart's prison, and the perch guard who arrested me still has it out for me." - ], - [ - "2", - "I stole something valuable from the Captain of my unit. I'm in big trouble if they ever find me." - ], - [ - "3", - "I harbor a terrible secret that might change how people think of me if it got out." - ], - [ - "4", - "I still sympathize with the Coalition's aims, I just believe there's a better way." - ], - [ - "5", - "My friends in the Coalition didn't understand why I had to leave. They've branded me a traitor." - ], - [ - "6", - "I had people in the Coalition who looked up to me as a leader. They might still follow me, if I could only reach them." - ] - ] - }, - { - "type": "table", - "colLabels": [ - "d6", - "Flaw" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "I'm always ready to bail when something goes wrong." - ], - [ - "2", - "Whenever I see something valuable, I can't help but think of a way to steal it." - ], - [ - "3", - "It's hard for me to trust people. I've been burned before. " - ], - [ - "4", - "I have a problem with authority. Nobody tells me what to do." - ], - [ - "5", - "There's a warrant out for my arrest." - ], - [ - "6", - "I have a bad habit that I picked up on the road." - ] - ] - } - ] - } - ], - "hasFluff": true - }, { "name": "Black Fist Double Agent", "source": "ALCurseOfStrahd", @@ -11818,299 +11526,11 @@ ], [ "5", - "All life is precious to me. I know I can change the world without taking a humanoid life." - ], - [ - "6", - "The elite in their ivory towers don't understand how we suffer. I intend to show them." - ] - ] - }, - { - "type": "table", - "colLabels": [ - "d6", - "Flaw" - ], - "colStyles": [ - "col-2 text-center", - "col-10" - ], - "rows": [ - [ - "1", - "I've never lied once in my life. What? No, I'm not crossing my fingers!" - ], - [ - "2", - "I do everything big! Subtlety? I don't know the meaning of subtlety! Oh, that's a problem?" - ], - [ - "3", - "Being a spy in wartime is painful. I've seen so much suffering, I think I'm losing my mind." - ], - [ - "4", - "I can't focus on my mission. I just want to carouse and sing and play!" - ], - [ - "5", - "Yeah, that's my name. Yeah, I'm a Grinner spy. Who cares about staying undercover?" - ], - [ - "6", - "I can't afford to trust anyone. Not. Anyone." - ] - ] - } - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Grounded", - "source": "HWCS", - "page": 44, - "skillProficiencies": [ - { - "athletics": true, - "insight": true - } - ], - "languageProficiencies": [ - { - "anyStandard": 1 - } - ], - "toolProficiencies": [ - { - "artisan's tools": true - } - ], - "startingEquipment": [ - { - "_": [ - { - "equipmentType": "toolArtisan" - }, - { - "special": "walking stick" - }, - { - "special": "trinket from another culture" - }, - "traveler's clothes|phb", - { - "item": "pouch|phb", - "containsValue": 500 - } - ] - } - ], - "entries": [ - { - "type": "list", - "style": "list-hang-notitle", - "items": [ - { - "type": "item", - "name": "Skill Proficiencies", - "entry": "{@skill Athletics}, {@skill Insight}" - }, - { - "type": "item", - "name": "Tool Proficiencies", - "entry": "one type of {@filter Artisan's Tools|items|source=phb|miscellaneous=mundane|type=artisan's tools}" - }, - { - "type": "item", - "name": "Languages", - "entry": "one of your choice" - }, - { - "type": "item", - "name": "Equipment", - "entry": "a set of {@filter Artisan's Tools|items|source=phb|miscellaneous=mundane|type=artisan's tools} (your choice), a walking stick, a trinket from another culture, {@item traveler's clothes|phb|traveling clothes}, and a belt {@item pouch|phb} with 5 gp " - } - ] - }, - { - "name": "An Odd Bird", - "type": "entries", - "entries": [ - "Among birdfolk you are somewhere between an oddity and an outcast. Some consider your aversion to heights a rejection of birdfolk culture, leading many to find you off-putting. Choose how your community regards you or roll on the table below to determine how you fit in.", - { - "type": "table", - "colLabels": [ - "d6", - "Community Place" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "I am considered weak or unskilled and many treat me like a fledgling." - ], - [ - "2", - "I am looked upon as a traitor to my people." - ], - [ - "3", - "My family wants me to return to the perch, but I just can't." - ], - [ - "4", - "I am not welcome back in my home perch." - ], - [ - "5", - "I am viewed as an oddity, someone for others to laugh at and tease." - ], - [ - "6", - "I have found a new community on the forest floor." - ] - ] - } - ] - }, - { - "name": "Feature: Find Another Path", - "type": "entries", - "entries": [ - "Since you have lived your life close to the ground, you are familiar with the undergrowth in the same way other birdfolk are familiar with the canopy. You can always recall the general layout of the terrain around you while traveling along the forest floor. If your path is ever blocked by an obstacle that requires you to climb or otherwise gain height to circumvent it, you can always find a way around, so long as such a path exists. Additionally, you are adept at finding shelter in the Wood while traveling, and can usually locate a suitable safe shelter (a cave, a tree hollow, or bramble thicket) somewhere on the forest floor for you and up to five other creatures." - ], - "data": { - "isFeature": true - } - }, - { - "name": "Suggested Characteristics", - "type": "entries", - "entries": [ - "Birdfolk who are grounded often find ways to cope with their aversion to canopy life. Some have completely forsaken their old lives in favor of new ones in undergrowth communities, while others keep ties with family and friends in the perches where they were born.", - { - "type": "table", - "colLabels": [ - "d8", - "Personality Trait" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "I always second guess my choices." - ], - [ - "2", - "I have learned to not let the comments of others affect me." - ], - [ - "3", - "I'm eager to show the benefits of my unique perspective." - ], - [ - "4", - "I'm slow to trust someone new, but open up over shared hardships." - ], - [ - "5", - "I manufacture difficult situations to prove my abilities." - ], - [ - "6", - "I get embarrassed easily, even when someone tries to compliment me." - ], - [ - "7", - "I will deny my fears to everyone." - ], - [ - "8", - "I want to see how others handle situations I'm afraid of." - ] - ] - }, - { - "type": "table", - "colLabels": [ - "d6", - "Ideal" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "Adversity. Others think of me as weak, but I will prove my worth with hard work and determination. (Lawful)" - ], - [ - "2", - "Encouragement. I try to seek out and support others like me who are seen as outcasts. (Good)" - ], - [ - "3", - "Exploration. I yearn to experience unique cultures and discover new places. (Chaotic)" - ], - [ - "4", - "Safety. In this dangerous world, it's best to keep your head down and stay cautious. (Neutral)" - ], - [ - "5", - "Rebellion. Who cares what others think of me, so long as my actions reflect how I feel in my heart? (Chaotic)" - ], - [ - "6", - "Compromise. The best way to respect each other's differences is to find a solution that doesn't exclude anyone. (Good)" - ] - ] - }, - { - "type": "table", - "colLabels": [ - "d6", - "Bond" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "My family has been the subject of ridicule ever since I left my home perch." - ], - [ - "2", - "A bully from my childhood now holds a position of power in my home perch." - ], - [ - "3", - "I follow the teachings of a wise outcast I met in my travels." - ], - [ - "4", - "I feel kinship to a culture outside my own." - ], - [ - "5", - "I won't tolerate anyone who insults me or my friends." + "All life is precious to me. I know I can change the world without taking a humanoid life." ], [ "6", - "I have found a new family on the forest floor, and they mean more to me than anything." + "The elite in their ivory towers don't understand how we suffer. I intend to show them." ] ] }, @@ -12121,40 +11541,41 @@ "Flaw" ], "colStyles": [ - "col-1 text-center", - "col-11" + "col-2 text-center", + "col-10" ], "rows": [ [ "1", - "I am incapable of action when I'm at great heights." + "I've never lied once in my life. What? No, I'm not crossing my fingers!" ], [ "2", - "I lash out at the slightest insult." + "I do everything big! Subtlety? I don't know the meaning of subtlety! Oh, that's a problem?" ], [ "3", - "I keep a distance from others so they won't learn of my fears." + "Being a spy in wartime is painful. I've seen so much suffering, I think I'm losing my mind." ], [ "4", - "I project my insecurities onto others." + "I can't focus on my mission. I just want to carouse and sing and play!" ], [ "5", - "I am uncouth and mannerless." + "Yeah, that's my name. Yeah, I'm a Grinner spy. Who cares about staying undercover?" ], [ "6", - "I find hard to trust other birdfolk." + "I can't afford to trust anyone. Not. Anyone." ] ] } ] } ], - "hasFluff": true + "hasFluff": true, + "hasFluffImages": true }, { "name": "Gruul Anarch", @@ -29712,300 +29133,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Wind-Touched", - "source": "HWCS", - "page": 45, - "skillProficiencies": [ - { - "acrobatics": true, - "performance": true - } - ], - "languageProficiencies": [ - { - "auran": true - } - ], - "toolProficiencies": [ - { - "anyMusicalInstrument": 1 - } - ], - "startingEquipment": [ - { - "_": [ - { - "equipmentType": "instrumentMusical" - }, - { - "special": "ornate cloak" - }, - { - "special": "symbol of the wind" - }, - "common clothes|phb", - { - "item": "pouch|phb", - "containsValue": 1000 - } - ] - } - ], - "entries": [ - { - "type": "list", - "style": "list-hang-notitle", - "items": [ - { - "type": "item", - "name": "Skill Proficiencies", - "entry": "{@skill Acrobatics}, {@skill Performance}" - }, - { - "type": "item", - "name": "Tool Proficiencies", - "entry": "one type of wind {@filter Musical Instrument|items|source=phb|miscellaneous=mundane|type=instrument}" - }, - { - "type": "item", - "name": "Languages", - "entry": "you can speak as well as understand Auran" - }, - { - "type": "item", - "name": "Equipment", - "entry": "a wind {@filter Musical Instrument|items|source=phb|miscellaneous=mundane|type=instrument} (one of your choice), an ornate cloak, a symbol of the wind, {@item common clothes|phb}, and a belt {@item pouch|phb} containing 10 gp" - } - ] - }, - { - "name": "Title and Blessing", - "type": "entries", - "entries": [ - "For some birdfolk, the moniker of Wind-Touched is merely a title, a symbol of their devotion to the wind and the natural world. Others have been told since birth that they were blessed by the wind, much in the way the Amaranthine Reya was in the old tales. Decide what your character believes, or roll on the table below to understand how they feel.", - { - "type": "table", - "colLabels": [ - "d6", - "Acceptance" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "I am truly blessed and have power over the wind itself." - ], - [ - "2", - "I am devoted to the wind spirits, in action and title." - ], - [ - "3", - "I believe in nature and goodness." - ], - [ - "4", - "I will work tirelessly to earn the respect of those who give me this title." - ], - [ - "5", - "I accept this honor but have my doubts." - ], - [ - "6", - "I feel nothing for this title, and carry it against my will." - ] - ] - } - ] - }, - { - "name": "Feature: Supernatural Presence", - "type": "entries", - "entries": [ - "Whether or not you are truly Wind-Touched, there are folk all across Everden that believe that you have been divinely blessed. If you make a show of power or skill that can be attributed to the wind or air, such as feats of acrobatics or commanding unseen forces, those believers will be bolstered by your supernatural presence. They will support you and, depending on how well you have convinced them of your powers, treat you with reverence and possibly even worship." - ], - "data": { - "isFeature": true - } - }, - { - "name": "Suggested Characteristics", - "type": "entries", - "entries": [ - "The wind-touched are revered by believers and scrutinized by skeptics. For better or worse, they find themselves in a world of expectations they struggle to live up to.", - { - "type": "table", - "colLabels": [ - "d8", - "Personality Trait" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "I never back down from a challenge." - ], - [ - "2", - "I always end up being the center of attention." - ], - [ - "3", - "I am gifted by the wind and destined for greatness." - ], - [ - "4", - "I have no time for those who doubt me." - ], - [ - "5", - "I seek out challenges to test myself." - ], - [ - "6", - "I am better than everyone else." - ], - [ - "7", - "I avoid showing my power at all costs." - ], - [ - "8", - "I remain humble despite my blessing." - ] - ] - }, - { - "type": "table", - "colLabels": [ - "d6", - "Ideal" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "Responsibility. The powers I have been gifted with are meant to serve the common good. (Good)" - ], - [ - "2", - "Heroism. The wind chose me to be a brave warrior and leader, so shall it be. (Lawful)" - ], - [ - "3", - "Egotism. My powers situate me above others. The masses should know their place. (Evil)" - ], - [ - "4", - "Mysticism. Connected to nature, I speak for the wind and divine its will for others. (Neutral)" - ], - [ - "5", - "Cynicism. What matters isn't whether or not my powers are genuine, but what advantages I can reap because of that belief. (Evil)" - ], - [ - "6", - "Naturalism. The wind speaks to my soul, and I am bound to go wherever it directs me. (Chaotic)" - ] - ] - }, - { - "type": "table", - "colLabels": [ - "d6", - "Bond" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "I am guided by a wise elder who prepares me for my destiny." - ], - [ - "2", - "I am estranged from my parents who don't believe in my blessing." - ], - [ - "3", - "I seek to discredit the person who burdened me with this moniker." - ], - [ - "4", - "I live in the shadow of my mentor, seeking their approval." - ], - [ - "5", - "I have a sibling who is not blessed, which causes tension" - ], - [ - "6", - "I am one with the wind. Personal relationships are fleeting." - ] - ] - }, - { - "type": "table", - "colLabels": [ - "d6", - "Flaw" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - "1", - "I can't accept another's suggestion once I've set my path." - ], - [ - "2", - "I expect nothing less than reverence from common people." - ], - [ - "3", - "I blindly trust in the power of my blessing." - ], - [ - "4", - "I am overly concerned about how others see me." - ], - [ - "5", - "I will prove my worth, even if it means putting myself and my friends in danger." - ], - [ - "6", - "I am burdened with responsibility, and find it hard to make even the simplest decisions." - ] - ] - } - ] - }, - { - "name": "Coupled with Power", - "type": "entries", - "entries": [ - "While this background primarily focuses on the beliefs and perceptions of yourself and your community, pairing this background with a character who actually can manipulate the wind through magic could potentially set them up to become a holy figure, a prophet, or a fabled hero." - ] - } - ], - "hasFluff": true - }, { "name": "Witchlight Hand", "source": "WBtW", diff --git a/data/bastions.json b/data/bastions.json index 6133b4f..5d48f46 100644 --- a/data/bastions.json +++ b/data/bastions.json @@ -760,32 +760,32 @@ ], "rows": [ [ - "{@creature Ape|XPHB}", + "{@creature Ape|XMM}", "Medium", "500 GP" ], [ - "{@creature Black Bear|XPHB}", + "{@creature Black Bear|XMM}", "Medium", "500 GP" ], [ - "{@creature Brown Bear|XPHB}", + "{@creature Brown Bear|XMM}", "Large", "1,000 GP" ], [ - "{@creature Constrictor Snake|XPHB}", + "{@creature Constrictor Snake|XMM}", "Large", "250 GP" ], [ - "{@creature Crocodile|XPHB}", + "{@creature Crocodile|XMM}", "Large", "500 GP" ], [ - "{@creature Dire Wolf|XPHB}", + "{@creature Dire Wolf|XMM}", "Large", "1,000 GP" ], @@ -805,7 +805,7 @@ "50 GP" ], [ - "{@creature Lion|XPHB}", + "{@creature Lion|XMM}", "Large", "1,000 GP" ], @@ -815,12 +815,12 @@ "3,500 GP" ], [ - "{@creature Panther|XPHB}", + "{@creature Panther|XMM}", "Medium", "250 GP" ], [ - "{@creature Tiger|XPHB}", + "{@creature Tiger|XMM}", "Large", "1,000 GP" ] @@ -1312,7 +1312,7 @@ "trade" ], "entries": [ - "A Bastion can have more than one Stable. Each Stable you add to your Bastion comes with one {@creature Riding Horse|XPHB} or {@creature Camel|XPHB} and two {@creature Pony|XPHB|Ponies} or {@creature Mule|XPHB|Mules}; see the {@book Player's Handbook|XPHB} or the {@book Monster Manual|XMM} for these creatures' stat blocks. The facility is big enough to house three Large animals. Two Medium creatures occupy the same amount of space as one Large creature there. The facility's hireling looks after these creatures.", + "A Bastion can have more than one Stable. Each Stable you add to your Bastion comes with one {@creature Riding Horse|XMM} or {@creature Camel|XMM} and two {@creature Pony|XMM|Ponies} or {@creature Mule|XMM|Mules}; see the {@book Player's Handbook|XPHB} or the {@book Monster Manual|XMM} for these creatures' stat blocks. The facility is big enough to house three Large animals. Two Medium creatures occupy the same amount of space as one Large creature there. The facility's hireling looks after these creatures.", "After a Beast that can serve as a mount spends at least 14 days in this facility, all Wisdom ({@skill Animal Handling|XPHB}) checks made with respect to it have Advantage.", { "type": "entries", @@ -1607,7 +1607,7 @@ { "type": "item", "name": "Recruit:", - "entry": "Soldiers. You commission one or more of your lieutenants to assemble a small army. Each lieutenant can muster one hundred {@creature Guard|XMM|Guards} (see the {@book Monster Manual|XMM}) in 7 days to fight for your cause. Reduce that number to twenty if you want them to be mounted on {@creature Riding Horse|XPHB|Riding Horses} (see the {@book Monster Manual|XMM}). It costs you 1 GP per day to feed each guard and each horse in your army. Wherever the army goes, it must be led by you or at least one of your lieutenants, or else it disbands immediately. The army also disbands if it goes 1 day without being fed. Otherwise, the army remains until it is destroyed or you command it to disband. You can't issue this Recruit order again until your current army disbands or is destroyed." + "entry": "Soldiers. You commission one or more of your lieutenants to assemble a small army. Each lieutenant can muster one hundred {@creature Guard|XMM|Guards} (see the {@book Monster Manual|XMM}) in 7 days to fight for your cause. Reduce that number to twenty if you want them to be mounted on {@creature Riding Horse|XMM|Riding Horses} (see the {@book Monster Manual|XMM}). It costs you 1 GP per day to feed each guard and each horse in your army. Wherever the army goes, it must be led by you or at least one of your lieutenants, or else it disbands immediately. The army also disbands if it goes 1 day without being fed. Otherwise, the army remains until it is destroyed or you command it to disband. You can't issue this Recruit order again until your current army disbands or is destroyed." } ] } diff --git a/data/bestiary/bestiary-cm.json b/data/bestiary/bestiary-cm.json index ed1f6c6..463d0f4 100644 --- a/data/bestiary/bestiary-cm.json +++ b/data/bestiary/bestiary-cm.json @@ -21,6 +21,9 @@ "name": "Animated Broom", "source": "CM", "page": 20, + "reprintedAs": [ + "Animated Broom|XMM" + ], "size": [ "S" ], diff --git a/data/bestiary/bestiary-cos.json b/data/bestiary/bestiary-cos.json index 0ea654d..12b6ab8 100644 --- a/data/bestiary/bestiary-cos.json +++ b/data/bestiary/bestiary-cos.json @@ -4524,6 +4524,9 @@ "source": "WBtW" } ], + "reprintedAs": [ + "Tree Blight|XMM" + ], "size": [ "H" ], diff --git a/data/bestiary/bestiary-dmg.json b/data/bestiary/bestiary-dmg.json index e5fbfa1..d80f88f 100644 --- a/data/bestiary/bestiary-dmg.json +++ b/data/bestiary/bestiary-dmg.json @@ -158,6 +158,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Larva|XMM" + ], "size": [ "M" ], diff --git a/data/bestiary/bestiary-hwcs.json b/data/bestiary/bestiary-hwcs.json deleted file mode 100644 index a5a5fa0..0000000 --- a/data/bestiary/bestiary-hwcs.json +++ /dev/null @@ -1,8443 +0,0 @@ -{ - "monster": [ - { - "name": "Ardwyn, Elder of Meadowfen", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 190, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "huden gallus" - ] - }, - "alignment": [ - "N", - "G" - ], - "ac": [ - { - "ac": 13, - "from": [ - "{@item chain shirt|phb}" - ] - } - ], - "hp": { - "average": 27, - "formula": "5d8 + 5" - }, - "speed": { - "walk": 30 - }, - "str": 10, - "dex": 11, - "con": 12, - "int": 13, - "wis": 18, - "cha": 13, - "skill": { - "medicine": "+8", - "persuasion": "+3", - "religion": "+5" - }, - "passive": 13, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "2", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "Ardwyn is a 5th-level spellcaster. Her spellcasting ability is Wisdom (spell save {@dc 14}, {@hit 6} to hit with spell attacks). Ardwyn has the following cleric spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell light}", - "{@spell sacred flame}", - "{@spell thaumaturgy}" - ] - }, - "1": { - "slots": 4, - "spells": [ - "{@spell cure wounds}", - "{@spell guiding bolt}", - "{@spell sanctuary}" - ] - }, - "2": { - "slots": 3, - "spells": [ - "{@spell lesser restoration}", - "{@spell spiritual weapon}" - ] - }, - "3": { - "slots": 2, - "spells": [ - "{@spell dispel magic}", - "{@spell spirit guardians}" - ] - } - }, - "ability": "wis" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Ardwyn can spend a reaction to fly up to her speed in one direction as she descends. She lands in an unoccupied space at the end of her movement, and takes no falling damage. She cannot glide while carrying heavy objects, heavy weapons, or shields (though she can drop any held items as part of her reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, Ardwyn can use her powerful feathered arms to propel herself upward a distance equal to half her movement speed. She can use it in conjunction with a regular jump, but not while gliding. " - ] - }, - { - "name": "Seedspeech", - "entries": [ - "Ardwyn can communicate simple ideas to living plants, and is able to interpret their responses in simple language." - ] - }, - { - "name": "Divine Eminence", - "entries": [ - "As a bonus action, Ardwyn can expend a spell slot to cause her melee weapon attacks to magically deal an extra 10 ({@damage 3d6}) radiant damage to a target on a hit. This benefit lasts until the end of the turn. If Ardwyn expends a spell slot of 2nd level or higher, the extra damage increases by {@damage 1d6} for each level above 1st." - ] - } - ], - "action": [ - { - "name": "Mace", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d6}) bludgeoning damage." - ] - } - ], - "attachedItems": [ - "mace|phb" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "B", - "R" - ], - "damageTagsSpell": [ - "N", - "O", - "R" - ], - "spellcastingTags": [ - "CC" - ], - "miscTags": [ - "MLW", - "MW" - ], - "savingThrowForcedSpell": [ - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Ashsnake", - "source": "HWCS", - "page": 177, - "size": [ - "H" - ], - "type": "monstrosity", - "alignment": [ - "U" - ], - "ac": [ - { - "ac": 14, - "from": [ - "natural armor" - ] - }, - { - "ac": 18, - "condition": "while under ash", - "braces": true - } - ], - "hp": { - "formula": "7d12 + 21", - "average": 67 - }, - "speed": { - "walk": 40, - "burrow": 30 - }, - "str": 16, - "dex": 12, - "con": 16, - "int": 4, - "wis": 12, - "cha": 4, - "senses": [ - "blindsight 30 ft. (blind beyond this radius)", - "tremorsense 60 ft." - ], - "passive": 11, - "resist": [ - "fire" - ], - "vulnerable": [ - "cold" - ], - "languages": [ - "understands Ignan", - "but can't speak" - ], - "cr": "4", - "trait": [ - { - "name": "Ash Cover", - "entries": [ - "The ashsnake has advantage on Dexterity ({@skill Stealth}) checks made when it is burrowing in ash, as well as a +4 bonus to its armor class." - ] - }, - { - "name": "Eruption", - "entries": [ - "When the ashsnake emerges from burrowing, any creature within 5 feet of it that is at least one size smaller than the ashsnake must make a {@dc 14} Dexterity saving throw or be knocked {@condition prone}." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The Ashsnake can make one bite attack and either one Constrict or Crush attack each round." - ] - }, - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 10 ft., one target. {@h}8 ({@damage 1d10 + 3}) piercing damage." - ] - }, - { - "name": "Constrict", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 10 ft., one target. {@h}8 ({@damage 2d8 + 3}) bludgeoning damage and the target is {@condition grappled} (escape {@dc 14}). Until the grapple ends the target is {@condition restrained} and the ashsnake cannot constrict or crush another target. The ashsnake can release the target at any time during its turn." - ] - }, - { - "name": "Crush", - "entries": [ - "The ashsnake crushes its {@condition grappled} target, dealing 11 ({@damage 2d8 + 3}) bludgeoning damage." - ] - }, - { - "name": "Ashen Breath {@recharge 5}", - "entries": [ - "The ashsnake breathes out a cloud of superheated ash in a 15-foot cone. Each creature in the area must make a {@dc 14} Dexterity saving throw, taking 11 ({@damage 2d10}) fire damage on a failed save, or half as much on a success." - ] - } - ], - "senseTags": [ - "B", - "T" - ], - "actionTags": [ - "Breath Weapon", - "Multiattack" - ], - "languageTags": [ - "CS", - "IG" - ], - "damageTags": [ - "B", - "F", - "P" - ], - "miscTags": [ - "AOE", - "MW", - "RCH" - ], - "conditionInflict": [ - "grappled", - "prone", - "restrained" - ], - "savingThrowForced": [ - "dexterity" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Aspect of Fire", - "source": "HWCS", - "page": 179, - "size": [ - "G" - ], - "type": "elemental", - "alignment": [ - "U" - ], - "ac": [ - { - "ac": 15, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "12d20 + 48", - "average": 174 - }, - "speed": { - "walk": 40 - }, - "str": 21, - "dex": 13, - "con": 18, - "int": 6, - "wis": 15, - "cha": 14, - "save": { - "wis": "+6" - }, - "senses": [ - "darkvision 120 ft." - ], - "passive": 12, - "resist": [ - { - "special": "bludgeoning, piercing, and slashing from nonmagical weapons" - } - ], - "immune": [ - "fire", - "poison" - ], - "conditionImmune": [ - "exhaustion", - "grappled", - "paralyzed", - "petrified", - "poisoned", - "restrained", - "unconscious" - ], - "languages": [ - "Ignan" - ], - "cr": "12", - "trait": [ - { - "name": "Legendary Resistance (3/Day)", - "entries": [ - "If the Aspect of Fire fails a saving throw, it can choose to succeed instead." - ] - }, - { - "name": "Molten Skin", - "entries": [ - "Any creature who touches, makes a melee attack within 5 feet of, or ends their turn within 5 feet of the aspect takes 11 ({@damage 2d10}) fire damage. Flammable objects within 5 feet of the aspect burst into flames." - ] - }, - { - "name": "Natural Light", - "entries": [ - "The aspect gives off bright light in a 60-foot-radius and dim light for an additional 60 feet." - ] - }, - { - "name": "Cooling", - "entries": [ - "If the aspect of fire takes 50 or more cold damage in one round, its speed is reduced to 0 until the end of its next turn." - ] - }, - { - "name": "Fuel for the Fire", - "entries": [ - "The aspect of fire doesn't treat plant life as difficult terrain. Whenever the aspect begins its turn in a space of plant life that provides cover, it burns the plant life away from all spaces it is currently occupying, healing {@dice 1d4} hit points for each 5-foot square of such plant life it has consumed. If it heals for 17 or more damage in this way, it flares up, recharging its magma throw action." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The aspect makes two molten fist attacks." - ] - }, - { - "name": "Molten Fist", - "entries": [ - "{@atk mw} {@hit 9} to hit, reach 15 ft., one target. {@h}16 ({@damage 2d10 + 5}) fire damage." - ] - }, - { - "name": "Stomp", - "entries": [ - "{@atk mw} {@hit 9} to hit, reach 5 ft., one target. {@h}20 ({@damage 3d10 + 5}) fire damage. The target must succeed on a {@dc 17} Constitution saving throw or be knocked {@condition prone}." - ] - }, - { - "name": "Magma Throw {@recharge 5}", - "entries": [ - "The aspect hurls a ball of molten rock. Choose a location within 60 feet of the aspect. All creatures within 15 feet of the target location must make a {@dc 17} Dexterity saving throw. On a failure, a creature takes 22 ({@damage 4d10}) fire damage. On a success, the creature takes half as much damage." - ] - } - ], - "legendaryHeader": [ - "The aspect of fire can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time, and only at the end of another creature's turn. The aspect regains spent legendary actions at the start of its turn." - ], - "legendary": [ - { - "name": "Detect", - "entries": [ - "The aspect makes a Wisdom ({@skill Perception}) check." - ] - }, - { - "name": "Molten Fist", - "entries": [ - "The aspect makes a molten fist attack." - ] - }, - { - "name": "Magma Barrage (Costs 2 Actions)", - "entries": [ - "The aspect of fire uses its magma throw action. It may use this ability if it has not yet been recharged by dealing 17 points of cold damage to itself. " - ] - } - ], - "traitTags": [ - "Legendary Resistances" - ], - "senseTags": [ - "SD" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "IG" - ], - "damageTags": [ - "F" - ], - "miscTags": [ - "AOE", - "MW", - "RCH" - ], - "conditionInflict": [ - "prone" - ], - "savingThrowForced": [ - "constitution", - "dexterity" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Benna Seridan", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 193, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "cervan" - ] - }, - "alignment": [ - "N", - "E" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item studded leather armor|phb}" - ] - } - ], - "hp": { - "formula": "10d8 + 20", - "average": 65 - }, - "speed": { - "walk": 35 - }, - "str": 14, - "dex": 17, - "con": 14, - "int": 14, - "wis": 11, - "cha": 14, - "save": { - "dex": "+5", - "cha": "+4" - }, - "skill": { - "deception": "+4", - "persuasion": "+4" - }, - "passive": 10, - "languages": [ - "Birdfolk", - "Cervan" - ], - "cr": "2", - "trait": [ - { - "name": "Surge of Vigor (Recharges after a Long Rest)", - "entries": [ - "If an attack deals over half of Benna Seridan's current remaining hit points in damage (even if her hit points are reduced to 0 by the attack), she immediately regains 8 ({@dice 1d12 + 2}) hit points." - ] - }, - { - "name": "Standing Leap", - "entries": [ - "Benna Seridan's long jump is 30 feet, and her base high jump is 15 feet, with or without a running start." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "Benna Seridan makes three melee attacks, two with her scimitar and one with her dagger. Alternatively, Benna Seridan can make two ranged attack with her daggers." - ] - }, - { - "name": "Scimitar of the Wood", - "entries": [ - "{@atk mw} {@hit 6} to hit, reach 5 ft., one target. {@h}7 ({@damage 1d6 + 4}) slashing damage. The sword has 2 charges. Benna Seridan can expend a charge and speak the command word to cast {@spell spike growth} (save {@dc 16}) centered on herself. She can pass through this terrain unaffected. The sword regains one charge each day at dawn." - ] - }, - { - "name": "Shortsword", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}6 ({@damage 1d6 + 3}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Parry", - "entries": [ - "Benna Seridan adds 2 to her AC against one melee attack that would hit her. Benna Seridan must see the attacker and be wielding a melee weapon." - ] - } - ], - "attachedItems": [ - "shortsword|phb" - ], - "actionTags": [ - "Multiattack", - "Parry" - ], - "damageTags": [ - "P", - "S" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Birdfolk Dockmaster", - "shortName": "dockmaster", - "source": "HWCS", - "page": 190, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "any birdfolk" - ] - }, - "alignment": [ - "A" - ], - "ac": [ - { - "ac": 14, - "from": [ - "{@item leather armor|phb}" - ] - } - ], - "hp": { - "formula": "10d8 + 10", - "average": 55 - }, - "speed": { - "walk": 30 - }, - "str": 10, - "dex": 16, - "con": 13, - "int": 8, - "wis": 13, - "cha": 15, - "skill": { - "perception": "+5", - "persuasion": "+4", - "athletics": "+2" - }, - "passive": 15, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "2", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the dockmaster can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Confidence", - "entries": [ - "The dockmaster adds their Charisma modifier to their initiative rolls." - ] - }, - { - "name": "Sneak Attack", - "entries": [ - "Once per turn, the dockmaster deals an extra 3 ({@damage 1d6}) damage when they hit a target with a weapon attack and they have advantage on the attack roll, or when the target is within 5 ft. of an ally of the dockmaster that isn't {@condition incapacitated} and the dockmaster doesn't have disadvantage on the attack roll." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The dockmaster makes two saber attacks and one dagger attack." - ] - }, - { - "name": "Saber", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}6 ({@damage 1d6 + 3}) slashing damage." - ] - }, - { - "name": "Dagger", - "entries": [ - "{@atk mw,rw} {@hit 5} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}5 ({@damage 1d4 + 3}) piercing damage." - ] - } - ], - "attachedItems": [ - "dagger|phb" - ], - "traitTags": [ - "Sneak Attack" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P", - "S" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Birdfolk Farmer", - "shortName": "farmer", - "source": "HWCS", - "page": 190, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "any birdfolk" - ] - }, - "alignment": [ - "A" - ], - "ac": [ - { - "ac": 14, - "from": [ - "{@item leather armor|phb}" - ] - } - ], - "hp": { - "formula": "10d8", - "average": 45 - }, - "speed": { - "walk": 30 - }, - "str": 10, - "dex": 10, - "con": 10, - "int": 10, - "wis": 10, - "cha": 10, - "skill": { - "nature": "+4" - }, - "passive": 10, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "0", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the farmer can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - } - ], - "action": [ - { - "name": "Pitchfork", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d4}) slashing damage." - ] - } - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "S" - ], - "miscTags": [ - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Birdfolk Guard", - "shortName": "guard", - "source": "HWCS", - "page": 191, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "any birdfolk" - ] - }, - "alignment": [ - "L", - "G", - "NY", - "E" - ], - "ac": [ - { - "ac": 16, - "from": [ - "{@item chain shirt|phb}", - "{@item shield|phb}" - ] - } - ], - "hp": { - "formula": "2d8 + 2", - "average": 11 - }, - "speed": { - "walk": 30 - }, - "str": 13, - "dex": 12, - "con": 12, - "int": 10, - "wis": 10, - "cha": 10, - "skill": { - "perception": "+2" - }, - "passive": 12, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "1/8", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the guard can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects or heavy weapons, (though they can drop any held items as part of their reaction)." - ] - } - ], - "action": [ - { - "name": "Spear", - "entries": [ - "{@atk mw,rw} {@hit 3} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}4 ({@damage 1d6 + 1}) piercing damage, or 5 ({@damage 1d8 + 1}) piercing damage if used with two hands to make a melee attack." - ] - } - ], - "attachedItems": [ - "spear|phb" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Birdfolk Militia", - "shortName": "militia", - "source": "HWCS", - "page": 191, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "any birdfolk" - ] - }, - "alignment": [ - "A" - ], - "ac": [ - { - "ac": 12, - "from": [ - "{@item studded leather armor|phb}" - ] - } - ], - "hp": { - "formula": "2d8 + 2", - "average": 11 - }, - "speed": { - "walk": 30 - }, - "str": 12, - "dex": 10, - "con": 12, - "int": 10, - "wis": 10, - "cha": 10, - "passive": 10, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "1/8", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the militia can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as ", - "part of their reaction)." - ] - } - ], - "action": [ - { - "name": "Mace", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d6 + 1}) bludgeoning damage." - ] - } - ], - "attachedItems": [ - "mace|phb" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Birdfolk Sailor", - "shortName": "sailor", - "source": "HWCS", - "page": 191, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "any birdfolk" - ] - }, - "alignment": [ - "A" - ], - "ac": [ - { - "ac": 12, - "from": [ - "{@item leather armor|phb}" - ] - } - ], - "hp": { - "formula": "2d8 + 2", - "average": 11 - }, - "speed": { - "walk": 30 - }, - "str": 12, - "dex": 13, - "con": 12, - "int": 10, - "wis": 10, - "cha": 10, - "skill": { - "athletics": "+3" - }, - "passive": 10, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "1/8", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the sailor can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - } - ], - "action": [ - { - "name": "Shortsword", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - }, - { - "name": "Light Crossbow", - "entries": [ - "{@atk rw} {@hit 3} to hit, range 80/320 ft., one target. {@h}5 ({@damage 1d8 + 2}) piercing damage." - ] - } - ], - "attachedItems": [ - "light crossbow|phb", - "shortsword|phb" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW", - "RNG", - "RW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Birdfolk Skeleton", - "source": "HWCS", - "page": 180, - "size": [ - "M" - ], - "type": "undead", - "alignment": [ - "L", - "E" - ], - "ac": [ - { - "ac": 12, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "2d8 + 4", - "average": 13 - }, - "speed": { - "walk": 30 - }, - "str": 11, - "dex": 15, - "con": 14, - "int": 7, - "wis": 8, - "cha": 3, - "senses": [ - "darkvision 60 ft." - ], - "passive": 9, - "immune": [ - "poison" - ], - "vulnerable": [ - "bludgeoning" - ], - "conditionImmune": [ - "exhaustion", - "poisoned" - ], - "languages": [ - "understands Auran and Birdfolk", - "but can't speak" - ], - "cr": "1/4", - "trait": [ - { - "name": "Talons", - "entries": [ - "The birdfolk skeleton has advantage on Strength ({@skill Athletics}) checks made to climb any surface its talons could reasonably grip." - ] - } - ], - "action": [ - { - "name": "Shortsword", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d4 + 2}) piercing damage." - ] - } - ], - "attachedItems": [ - "shortsword|phb" - ], - "senseTags": [ - "D" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Birdfolk Skirmisher", - "shortName": "skirmisher", - "source": "HWCS", - "page": 191, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "any birdfolk" - ] - }, - "alignment": [ - "L", - "G", - "NY", - "E" - ], - "ac": [ - { - "ac": 14, - "from": [ - "{@item chain shirt|phb}" - ] - } - ], - "hp": { - "formula": "2d8 + 2", - "average": 11 - }, - "speed": { - "walk": 30 - }, - "str": 14, - "dex": 12, - "con": 12, - "int": 10, - "wis": 10, - "cha": 10, - "skill": { - "athletics": "+4" - }, - "passive": 10, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "1/8", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the skirmisher can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Drop Attack", - "entries": [ - "The skirmisher can make an attack during their glide. If they do so they deal an extra 4 ({@damage 1d8}) points of damage." - ] - } - ], - "action": [ - { - "name": "Spear", - "entries": [ - "{@atk mw,rw} {@hit 4} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage, or 6 ({@damage 1d8 + 2}) piercing damage if used with two hands to make a melee attack." - ] - } - ], - "attachedItems": [ - "spear|phb" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Bita, the Council Speaker", - "shortName": "Bita", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 193, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "bright gallus" - ] - }, - "alignment": [ - "L", - "G" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item breastplate|phb}" - ] - } - ], - "hp": { - "average": 9, - "formula": "2d8" - }, - "speed": { - "walk": 30 - }, - "str": 11, - "dex": 12, - "con": 11, - "int": 12, - "wis": 16, - "cha": 17, - "skill": { - "deception": "+5", - "insight": "+6", - "persuasion": "+5" - }, - "passive": 13, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "1/8", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Bita can spend a reaction to fly up to her speed in one direction as she descends. She lands in an unoccupied space at the end of her movement, and takes no falling damage. She cannot glide while carrying heavy objects, heavy weapons, or shields (though she can drop any held items as part of her reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, Bita can use her powerful feathered arms to propel herself upward a distance equal to half her movement speed. She can use it in conjunction with a regular jump, but not while gliding. " - ] - }, - { - "name": "Inspiring", - "entries": [ - "As an action, Bita inspires an ally that can see and hear her. The ally can roll a {@dice d4} and add the number rolled to their next ability check, attack roll, or saving throw." - ] - } - ], - "action": [ - { - "name": "Rapier", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d8 + 1}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Parry", - "entries": [ - "Bita adds 2 to her AC against one melee attack that would hit her. To do so, Bita must see the attacker and be wielding a melee weapon." - ] - } - ], - "attachedItems": [ - "rapier|phb" - ], - "actionTags": [ - "Parry" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Cara Stormsinger", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 191, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "swift strig" - ] - }, - "alignment": [ - "L", - "G" - ], - "ac": [ - { - "ac": 12, - "from": [ - "{@item studded leather armor|phb}" - ] - } - ], - "hp": { - "formula": "2d8 + 2", - "average": 11 - }, - "speed": { - "walk": 35 - }, - "str": 14, - "dex": 11, - "con": 12, - "int": 10, - "wis": 10, - "cha": 10, - "senses": [ - "darkvision 60 ft." - ], - "passive": 10, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "1/8", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Cara Stormsinger can spend a reaction to fly up to her speed in one direction as she descends. She lands in an unoccupied space at the end of her movement, and takes no falling damage. She cannot glide while carrying heavy objects, heavy weapons, or shields (though she can drop any held items as part of her reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "Cara Stormsinger has advantage on Strength ({@skill Athletics}) checks made to climb any surface her talons could reasonably grip." - ] - }, - { - "name": "Patterned Feathers", - "entries": [ - "Cara Stormsinger has advantage on Dexterity ({@skill Stealth}) checks when she attempts to hide in a forest." - ] - } - ], - "action": [ - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d4 + 2}) piercing damage." - ] - }, - { - "name": "Mace", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) bludgeoning damage." - ] - } - ], - "attachedItems": [ - "mace|phb" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "B", - "P" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Caustic Slime", - "source": "HWCS", - "page": 186, - "size": [ - "M" - ], - "type": "ooze", - "alignment": [ - "U" - ], - "ac": [ - 8 - ], - "hp": { - "formula": "3d8 + 9", - "average": 22 - }, - "speed": { - "walk": 20, - "climb": 20 - }, - "str": 15, - "dex": 6, - "con": 16, - "int": 1, - "wis": 6, - "cha": 1, - "senses": [ - "blindsight 60 ft. (blind beyond this radius)" - ], - "passive": 8, - "immune": [ - "acid" - ], - "conditionImmune": [ - "blinded", - "charmed", - "deafened", - "exhaustion", - "frightened", - "prone" - ], - "cr": "1/4", - "trait": [ - { - "name": "Amorphous", - "entries": [ - "The Caustic Slime can move through a space as narrow as 1 inch wide without squeezing." - ] - }, - { - "name": "Spider Climb", - "entries": [ - "The Caustic Slime can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check." - ] - }, - { - "name": "Caustic", - "entries": [ - "Any creature that touches the slime or hits it with a melee attack while within 5 feet of it must succeed on a {@dc 12} Dexterity saving throw or take 2 ({@damage 1d4}) points of acid damage." - ] - } - ], - "action": [ - { - "name": "Psuedopod", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) acid damage." - ] - } - ], - "reaction": [ - { - "name": "Split", - "entries": [ - "When a slime that is Medium or larger and has 10 or more hit points is hit with slashing damage, it splits into two new slimes. Each new slime has hit points equal to half the original slime's, rounded down. New slimes are one size smaller than the previous size." - ] - } - ], - "traitTags": [ - "Amorphous", - "Spider Climb" - ], - "senseTags": [ - "B" - ], - "damageTags": [ - "A" - ], - "miscTags": [ - "MW" - ], - "savingThrowForced": [ - "dexterity" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Cervan Bandit General", - "shortName": "the general", - "source": "HWCS", - "page": 193, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "cervan" - ] - }, - "alignment": [ - "N", - "E" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item studded leather armor|phb}" - ] - } - ], - "hp": { - "formula": "10d8 + 20", - "average": 65 - }, - "speed": { - "walk": 35 - }, - "str": 14, - "dex": 17, - "con": 14, - "int": 14, - "wis": 11, - "cha": 14, - "save": { - "dex": "+5", - "cha": "+4" - }, - "skill": { - "deception": "+4", - "persuasion": "+4" - }, - "passive": 10, - "languages": [ - "Birdfolk", - "Cervan" - ], - "cr": "2", - "trait": [ - { - "name": "Surge of Vigor (Recharges after a Long Rest)", - "entries": [ - "If an attack deals over half of the general's current remaining hit points in damage (even if their hit points are reduced to 0 by the attack), they immediately regain 8 ({@dice 1d12 + 2}) hit points." - ] - }, - { - "name": "Standing Leap", - "entries": [ - "The general's long jump is 30 feet, and their base high jump is 15 feet, with or without a running start." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The general makes three melee attacks, two with their scimitar and one with their dagger. Alternatively, the general can make two ranged attack with their daggers." - ] - }, - { - "name": "Scimitar", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}6 ({@damage 1d6 + 3}) slashing damage." - ] - }, - { - "name": "Dagger", - "entries": [ - "{@atk mw,rw} {@hit 5} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}5 ({@damage 1d4 + 3}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Parry", - "entries": [ - "The general adds 2 to their AC against one melee attack that would hit them. The general must see the attacker and be wielding a melee weapon." - ] - } - ], - "attachedItems": [ - "dagger|phb", - "scimitar|phb" - ], - "actionTags": [ - "Multiattack", - "Parry" - ], - "damageTags": [ - "P", - "S" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Cervan Priest", - "source": "HWCS", - "page": 193, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "cervan" - ] - }, - "alignment": [ - "NX", - "C", - "G", - "NY", - "E" - ], - "ac": [ - 10 - ], - "hp": { - "formula": "3d8 + 6", - "average": 19 - }, - "speed": { - "walk": 30 - }, - "str": 12, - "dex": 10, - "con": 14, - "int": 10, - "wis": 14, - "cha": 11, - "skill": { - "religion": "+2", - "medicine": "+4" - }, - "passive": 12, - "languages": [ - "Birdfolk", - "Cervan" - ], - "cr": "1/4", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The priest is a 3rd-level spellcaster. Their spellcasting ability is Wisdom (spell save {@dc 12}, +4 to hit with spell attacks). The priest has the following cleric spells prepared: " - ], - "spells": { - "0": { - "spells": [ - "{@spell guidance|PHB}", - "{@spell light|PHB}", - "{@spell spare the dying|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell bless|PHB}", - "{@spell cure wounds|PHB}", - "{@spell guiding bolt|PHB}", - "{@spell shield of faith|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell calm emotions|PHB}", - "{@spell warding bond|PHB}" - ], - "slots": 2 - } - }, - "ability": "wis" - } - ], - "trait": [ - { - "name": "Surge of Vigor (Recharges after a Long Rest)", - "entries": [ - "If the priest is dealt damage equal to half or more of their current remaining hit points (even if their HP is reduced to 0 by the attack), they immediately regain 8 ({@dice 1d12 + 2}) hit points." - ] - }, - { - "name": "Charge", - "entries": [ - "If the priest moves at least 20 feet in a straight line towards an enemy, their antler attack deals an extra 3 ({@damage 1d6}) points of piercing damage. If the target of the charge is Large or smaller, they must make a {@dc 11} Strength saving throw or be pushed 10 feet away from the priest." - ] - } - ], - "action": [ - { - "name": "Antlers", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d6 + 1}) piercing damage." - ] - }, - { - "name": "Quarterstaff", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d6 + 1}) bludgeoning damage, or 5 ({@damage 1d8 + 1}) bludgeoning damage if being held in both hands." - ] - } - ], - "attachedItems": [ - "quarterstaff|phb" - ], - "traitTags": [ - "Charge" - ], - "damageTags": [ - "B", - "P" - ], - "damageTagsSpell": [ - "R" - ], - "spellcastingTags": [ - "CC" - ], - "miscTags": [ - "MLW", - "MW" - ], - "savingThrowForced": [ - "strength" - ], - "savingThrowForcedSpell": [ - "charisma", - "dexterity" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Cobblefright", - "source": "HWCS", - "page": 180, - "size": [ - "L" - ], - "type": "undead", - "alignment": [ - "C", - "E" - ], - "ac": [ - { - "ac": 15, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "12d10 + 36", - "average": 102 - }, - "speed": { - "walk": 30 - }, - "str": 19, - "dex": 11, - "con": 16, - "int": 6, - "wis": 8, - "cha": 5, - "save": { - "con": "+6", - "wis": "+2" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 9, - "immune": [ - "poison" - ], - "conditionImmune": [ - "charmed", - "exhaustion", - "poisoned" - ], - "languages": [ - "understands Auran", - "Birdfolk", - "and any other languages it knew in life", - "but can't speak" - ], - "cr": "5", - "trait": [ - { - "name": "Berserk", - "entries": [ - "Whenever the cobblefright starts its turn with 40 hit points or fewer, roll a {@dice d6}. On a 6, the cobblefright goes berserk. On each of its turns while berserk, the cobblefright attacks the nearest creature it can see. If no creature is near enough to move to and attack, the cobblefright attacks an object, with preference for an object smaller than itself. Once the cobblefright goes berserk, it continues to do so until it is destroyed or regains all its hit points." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The cobblefright makes three claw attacks. One of those attacks can be replaced by a grab attack." - ] - }, - { - "name": "Claw", - "entries": [ - "{@atk mw} {@hit 7} to hit, reach 5 ft., one target. {@h}8 ({@damage 1d4 + 4}) piercing damage." - ] - }, - { - "name": "Grab", - "entries": [ - "{@atk mw} {@hit 7} to hit, reach 5 ft., one target. {@h}The target is {@condition grappled} (escape {@dc 15}). The cobblefright can grapple up to 2 targets at once. Once at the start of its turn for each target it has {@condition grappled} the cobblefright can squeeze its victim. The target must make a {@dc 15} Strength saving throw, taking 13 ({@damage 2d8 + 4}) bludgeoning damage on a failed save." - ] - }, - { - "name": "Soul Siphon", - "entries": [ - "One creature the cobblefright has {@condition grappled} must make a {@dc 14} Constitution saving throw, taking 11 ({@damage 2d10}) necrotic damage on a failed save, or half that amount on a success. The target's hit point maximum is reduced by the amount of necrotic damage taken, and the cobblefright regains hit points equal to that amount. The reduction lasts until the target finishes a short or long rest." - ] - } - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "AU", - "CS", - "LF" - ], - "damageTags": [ - "B", - "N", - "P" - ], - "miscTags": [ - "HPR", - "MW" - ], - "conditionInflict": [ - "grappled" - ], - "savingThrowForced": [ - "constitution", - "strength" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Corvax Revayne", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 194, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "corvum" - ] - }, - "alignment": [ - "L", - "N" - ], - "ac": [ - 12, - { - "ac": 15, - "condition": "with mage armor", - "braces": true - } - ], - "hp": { - "formula": "9d8", - "average": 40 - }, - "speed": { - "walk": 30 - }, - "str": 9, - "dex": 14, - "con": 11, - "int": 17, - "wis": 12, - "cha": 11, - "save": { - "int": "+6", - "wis": "+4" - }, - "skill": { - "arcana": "+6", - "history": "+6", - "religion": "+6" - }, - "passive": 11, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "6", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "Corvax Revayne is a 9th level spellcaster. His spellcasting ability is Intelligence (spell save {@dc 14}, +6 to hit with spell attacks). Corvax has the following spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell fire bolt|PHB}", - "{@spell light|PHB}", - "{@spell mage hand|PHB}", - "{@spell prestidigitation|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell detect magic|PHB}", - "{@spell mage armor|PHB}", - "{@spell magic missile|PHB}", - "{@spell shield|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell augury|PHB}", - "{@spell misty step|PHB}" - ], - "slots": 2 - }, - "3": { - "spells": [ - "{@spell clairvoyance|PHB}", - "{@spell counterspell|PHB}", - "{@spell fly|PHB}" - ], - "slots": 3 - }, - "4": { - "spells": [ - "{@spell greater invisibility|PHB}", - "{@spell locate creature|PHB}" - ], - "slots": 3 - }, - "5": { - "spells": [ - "{@spell scrying|PHB}" - ], - "slots": 1 - } - }, - "ability": "int" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Corvax Revayne can spend a reaction to fly up to his speed in one direction as he descends. Corvax lands in an unoccupied space at the end of his movement, and takes no falling damage. Corvax cannot glide while carrying heavy objects, heavy weapons, or shields (though he can drop any held items as part of his reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "Corvax Revayne has advantage on Strength ({@skill Athletics}) checks made to climb any surface his talons could reasonably grip." - ] - }, - { - "name": "Skulker", - "entries": [ - "Corvax Revayne has advantage on Dexterity ({@skill Stealth}) checks made in dim light or darkness." - ] - } - ], - "action": [ - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d4 + 2}) slashing damage." - ] - } - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "S" - ], - "damageTagsSpell": [ - "F", - "O" - ], - "miscTags": [ - "MW" - ], - "savingThrowForcedSpell": [ - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Corvum Assassin", - "shortName": "assassin", - "source": "HWCS", - "page": 194, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "corvum" - ] - }, - "alignment": [ - "L", - "N" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item studded leather armor|phb}" - ] - } - ], - "hp": { - "formula": "12d8", - "average": 54 - }, - "speed": { - "walk": 30 - }, - "str": 10, - "dex": 16, - "con": 11, - "int": 14, - "wis": 14, - "cha": 10, - "save": { - "dex": "+6", - "int": "+5" - }, - "skill": { - "insight": "+5", - "nature": "+5", - "perception": "+8", - "stealth": "+9" - }, - "passive": 18, - "languages": [ - "Birdfolk", - "Thieves' Cant", - "can also understand Auran but can't speak it" - ], - "cr": "5", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the assassin can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "The assassin has advantage on Strength ({@skill Athletics}) checks made to climb any surface their talons could reasonably grip." - ] - }, - { - "name": "Assassinate", - "entries": [ - "During their first turn, the assassin has advantage on attack rolls against any creature that hasn't taken a turn. Any hit the assassin scores against a surprised creature is a critical hit." - ] - }, - { - "name": "Sneak Attack", - "entries": [ - "Once per turn, the assassin deals an extra 10 ({@damage 3d6}) damage when they hit a target with a weapon attack and have advantage on the attack roll, or when the target is within 5 feet of an ally of the assassin that isn't {@condition incapacitated} and the assassin doesn't have disadvantage on the attack roll." - ] - }, - { - "name": "Skulker", - "entries": [ - "The assassin has advantage on Dexterity ({@skill Stealth}) checks made in dim light or darkness." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The assassin makes two melee attacks: one with their shortsword and one with their dagger. Or the assassin makes two ranged attacks with their daggers." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d4 + 3}) slashing damage." - ] - }, - { - "name": "Shortsword", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 3}) piercing damage, and the target must make a {@dc 13} Constitution saving throw, taking 10 ({@damage 3d6}) poison damage on a failed save, or half as much damage on a successful one. " - ] - }, - { - "name": "Dagger", - "entries": [ - "{@atk mw,rw} {@hit 5} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}5 ({@damage 1d4 + 3}) piercing damage, and the target must make a {@dc 13} Constitution saving throw, taking 10 ({@damage 3d6}) poison damage on a failed save, or half as much damage on a successful one. " - ] - } - ], - "attachedItems": [ - "dagger|phb", - "shortsword|phb" - ], - "traitTags": [ - "Sneak Attack" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "I", - "P", - "S" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "conditionInflict": [ - "incapacitated" - ], - "savingThrowForced": [ - "constitution" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Corvum Diviner", - "shortName": "diviner", - "source": "HWCS", - "page": 194, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "corvum" - ] - }, - "alignment": [ - "L", - "N" - ], - "ac": [ - 12, - { - "ac": 15, - "condition": "with mage armor", - "braces": true - } - ], - "hp": { - "formula": "9d8", - "average": 40 - }, - "speed": { - "walk": 30 - }, - "str": 9, - "dex": 14, - "con": 11, - "int": 17, - "wis": 12, - "cha": 11, - "save": { - "int": "+6", - "wis": "+4" - }, - "skill": { - "arcana": "+6", - "history": "+6", - "religion": "+6" - }, - "passive": 11, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "6", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The diviner is a 9th level spellcaster. Their spellcasting ability is Intelligence (spell save {@dc 14}, +6 to hit with spell attacks). The diviner has the following spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell fire bolt|PHB}", - "{@spell light|PHB}", - "{@spell mage hand|PHB}", - "{@spell prestidigitation|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell detect magic|PHB}", - "{@spell mage armor|PHB}", - "{@spell magic missile|PHB}", - "{@spell shield|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell augury|PHB}", - "{@spell misty step|PHB}" - ], - "slots": 2 - }, - "3": { - "spells": [ - "{@spell clairvoyance|PHB}", - "{@spell counterspell|PHB}", - "{@spell fly|PHB}" - ], - "slots": 3 - }, - "4": { - "spells": [ - "{@spell greater invisibility|PHB}", - "{@spell locate creature|PHB}" - ], - "slots": 3 - }, - "5": { - "spells": [ - "{@spell scrying|PHB}" - ], - "slots": 1 - } - }, - "ability": "int" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the diviner can spend a reaction to fly up to their speed in one direction as they descend. The diviner lands in an unoccupied space at the end of their movement, and takes no falling damage. The diviner cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "The diviner has advantage on Strength ({@skill Athletics}) checks made to climb any surface their talons could reasonably grip." - ] - }, - { - "name": "Skulker", - "entries": [ - "The diviner has advantage on Dexterity ({@skill Stealth}) checks made in dim light or darkness." - ] - } - ], - "action": [ - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d4 + 2}) slashing damage." - ] - } - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "S" - ], - "damageTagsSpell": [ - "F", - "O" - ], - "miscTags": [ - "MW" - ], - "savingThrowForcedSpell": [ - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Corvum Necromancer", - "source": "HWCS", - "page": 194, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "corvum" - ] - }, - "alignment": [ - "L", - "NX", - "C", - "E" - ], - "ac": [ - 12, - { - "ac": 15, - "condition": "with mage armor", - "braces": true - } - ], - "hp": { - "formula": "9d8 + 9", - "average": 49 - }, - "speed": { - "walk": 30 - }, - "str": 9, - "dex": 14, - "con": 12, - "int": 18, - "wis": 10, - "cha": 14, - "save": { - "int": "+7", - "wis": "+3" - }, - "skill": { - "arcana": "+7", - "deception": "+5", - "medicine": "+3" - }, - "passive": 10, - "languages": [ - "Birdfolk", - "any two other languages", - "can also understand Auran but can't speak it" - ], - "cr": "6", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The necromancer is a 9th-level spellcaster. Their spellcasting ability is Intelligence (spell save {@dc 15}, +7 to hit with spell attacks). The necromancer has the following wizard spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell chill touch|PHB}", - "{@spell light|PHB}", - "{@spell mage hand|PHB}", - "{@spell prestidigitation|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell disguise self|PHB}", - "{@spell false life|PHB|false life†}", - "{@spell mage armor|PHB}", - "{@spell magic missile|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell misty step|PHB}", - "{@spell ray of enfeeblement|PHB|ray of enfeeblement†}", - "{@spell suggestion|PHB}" - ], - "slots": 3 - }, - "3": { - "spells": [ - "{@spell animate dead|PHB|animate dead†}", - "{@spell counterspell|PHB}", - "{@spell fear|PHB}" - ], - "slots": 3 - }, - "4": { - "spells": [ - "{@spell blight|PHB|blight†}", - "{@spell greater invisibility|PHB}" - ], - "slots": 3 - }, - "5": { - "spells": [ - "{@spell dominate person|PHB}" - ], - "slots": 1 - } - }, - "footerEntries": [ - "†necromancy spell of 1st level or higher" - ], - "ability": "int" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the necromancer can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "The necromancer has advantage on Strength ({@skill Athletics}) checks made to climb any surface their talons could reasonably grip." - ] - }, - { - "name": "Convincing", - "entries": [ - "The necromancer has advantage on all Charisma checks used to convince someone of their knowledge of subject matter pertaining to the Arcana skill." - ] - }, - { - "name": "Life Leech", - "entries": [ - "Once per turn, when the necromancer kills one or more creatures with a spell of 1st level or higher, they can regain hit points equal to twice the level of the spell, or three times the level if it is a necromancy spell." - ] - } - ], - "action": [ - { - "name": "Staff", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d6 - 1}) bludgeoning damage, or 3 ({@damage 1d8 - 1}) bludgeoning damage if wielded with both hands." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d4 + 2}) slashing damage." - ] - } - ], - "languageTags": [ - "AU", - "CS", - "X" - ], - "damageTags": [ - "B", - "S" - ], - "damageTagsSpell": [ - "N", - "O" - ], - "spellcastingTags": [ - "CW" - ], - "miscTags": [ - "MW" - ], - "savingThrowForcedSpell": [ - "constitution", - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Eliza Pennygleam", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 196, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "eluran" - ] - }, - "alignment": [ - "N", - "G" - ], - "ac": [ - 10 - ], - "hp": { - "average": 4, - "formula": "1d8" - }, - "speed": { - "walk": 30 - }, - "str": 10, - "dex": 10, - "con": 10, - "int": 10, - "wis": 10, - "cha": 10, - "passive": 10, - "languages": [ - "Birdfolk", - "Eluran" - ], - "cr": "0", - "action": [ - { - "name": "Club", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d4}) bludgeoning damage." - ] - } - ], - "attachedItems": [ - "club|phb" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Emberbat", - "source": "HWCS", - "page": 182, - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "formula": "1d4", - "average": 2 - }, - "speed": { - "walk": 5, - "fly": 30 - }, - "str": 2, - "dex": 15, - "con": 10, - "int": 2, - "wis": 12, - "cha": 5, - "senses": [ - "blindsight 60 ft." - ], - "passive": 11, - "cr": "0", - "trait": [ - { - "name": "Echolocation", - "entries": [ - "The Emberbat can't use its blindsight while {@condition deafened}." - ] - }, - { - "name": "Keen Hearing", - "entries": [ - "The Emberbat has advantage on Wisdom ({@skill Perception}) checks that rely on hearing." - ] - }, - { - "name": "Ember Flame", - "entries": [ - "The emberbat can create a flame from its nose at will. It sheds bright light in a 5-foot-radius and dim light in another 5 feet beyond this. This effect lasts until it is dismissed, which the emberbat can do at anytime. When lit, the flame also provides a small damage boost to the emberbat's bite (already included in stat block)." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 0} to hit, reach 5 ft., one target. {@h}1 piercing damage plus 1 fire damage." - ] - } - ], - "familiar": true, - "traitTags": [ - "Keen Senses" - ], - "senseTags": [ - "B" - ], - "damageTags": [ - "F", - "P" - ], - "miscTags": [ - "AOE", - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Figory Figgins", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 196, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "jerbeen" - ] - }, - "alignment": [ - "N" - ], - "ac": [ - 11 - ], - "hp": { - "average": 4, - "formula": "1d8" - }, - "speed": { - "walk": 30 - }, - "str": 10, - "dex": 12, - "con": 10, - "int": 10, - "wis": 10, - "cha": 11, - "passive": 10, - "languages": [ - "Birdfolk", - "Jerbeen" - ], - "cr": "0", - "trait": [ - { - "name": "Standing Leap", - "entries": [ - "A jerbeen's long jump is 30 feet, and their base high jump is 15 feet, with or without a running start." - ] - }, - { - "name": "Team Tactics", - "entries": [ - "Jerbeens can take the {@action Help} action as a bonus action." - ] - } - ], - "action": [ - { - "name": "Club", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d4}) bludgeoning damage." - ] - } - ], - "tokenCredit": "Andrea Mazzocchetti", - "attachedItems": [ - "club|phb" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true - }, - { - "name": "Forest Prowler", - "source": "HWCS", - "page": 183, - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - { - "ac": 16, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "10d10 + 20", - "average": 75 - }, - "speed": { - "walk": 40, - "climb": 40 - }, - "str": 15, - "dex": 18, - "con": 14, - "int": 4, - "wis": 14, - "cha": 9, - "skill": { - "perception": "+4", - "stealth": "+6" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 14, - "cr": "4", - "trait": [ - { - "name": "Natural Camouflage", - "entries": [ - "The prowler has advantage on Dexterity ({@skill Stealth}) checks made in the forest. Creatures who attack a target that cannot see them have advantage on their attack roll." - ] - }, - { - "name": "Pounce", - "entries": [ - "If the Forest Prowler moves at least 10 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a {@dc 14} Strength saving throw or be knocked {@condition prone}. The prowler can use its bonus action to make another claw attack against this target." - ] - }, - { - "name": "Ambuscade", - "entries": [ - "The prowler can use the dash or hide action as a bonus action." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The prowler makes two claw attacks and one bite attack." - ] - }, - { - "name": "Claw", - "entries": [ - "{@atk mw} {@hit 6} to hit, reach 5 ft., one target. {@h}8 ({@damage 1d8 + 4}) slashing damage,." - ] - }, - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 6} to hit, reach 5 ft., one target. {@h}13 ({@damage 2d8 + 4}) piercing damage. If the target of the bite attack is {@condition prone}, it takes an additional 4 ({@damage 1d8}) piercing damage. " - ] - } - ], - "traitTags": [ - "Camouflage", - "Pounce" - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "P", - "S" - ], - "miscTags": [ - "MW" - ], - "conditionInflict": [ - "prone" - ], - "savingThrowForced": [ - "strength" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Fray Merridan", - "shortName": "Fray", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 207, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "vulpin" - ] - }, - "alignment": [ - "N", - "E" - ], - "ac": [ - { - "ac": 14, - "from": [ - "{@item studded leather armor|phb}" - ] - } - ], - "hp": { - "formula": "5d8 + 5", - "average": 27 - }, - "speed": { - "walk": 30 - }, - "str": 13, - "dex": 15, - "con": 12, - "int": 14, - "wis": 14, - "cha": 12, - "skill": { - "acrobatics": "+4", - "perception": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 14, - "languages": [ - "Birdfolk", - "Vulpin" - ], - "cr": "1", - "trait": [ - { - "name": "Evasive", - "entries": [ - "Fray includes her Intelligence modifier as a bonus to her Dexterity saving throws." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "Fray makes two attacks." - ] - }, - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - }, - { - "name": "Short sword", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - }, - { - "name": "Short bow", - "entries": [ - "{@atk mw} {@hit 4} to hit, range 80/320 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Parry", - "entries": [ - "Fray adds 2 to their AC against one melee attack that would hit her per round. Fray must see the attacker and be wielding a melee weapon. " - ] - } - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack", - "Parry" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Gabe Windsworth", - "shortName": "Gabe", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 202, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "luma" - ] - }, - "alignment": [ - "N", - "G" - ], - "ac": [ - 12, - { - "ac": 15, - "condition": "with mage armor", - "braces": true - } - ], - "hp": { - "formula": "13d6 + 13", - "average": 58 - }, - "speed": { - "walk": 25 - }, - "str": 8, - "dex": 15, - "con": 12, - "int": 18, - "wis": 12, - "cha": 15, - "save": { - "int": "+7", - "wis": "+4" - }, - "skill": { - "arcana": "+7", - "history": "+7" - }, - "passive": 11, - "resist": [ - "poison" - ], - "languages": [ - "Auran", - "Birdfolk", - "any three other languages" - ], - "cr": "6", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "Gabe is a 10th-level spellcaster. His spellcasting ability is Intelligence (spell save {@dc 15}, +7 to hit with spell attacks). Gabe has the following spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell chill touch|PHB}", - "{@spell fire bolt|PHB}", - "{@spell minor illusion|PHB}", - "{@spell prestidigitation|PHB}", - "{@spell ray of frost|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell charm person|PHB}", - "{@spell detect magic|PHB}", - "{@spell mage armor|PHB}", - "{@spell shield|PHB}", - "{@spell sleep|PHB}", - "{@spell thunderwave|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell darkness|PHB}", - "{@spell hold person|PHB}", - "{@spell ray of enfeeblement|PHB}" - ], - "slots": 3 - }, - "3": { - "spells": [ - "{@spell counterspell|PHB}", - "{@spell fireball|PHB}" - ], - "slots": 3 - }, - "4": { - "spells": [ - "{@spell banishment|PHB}", - "{@spell stellar bodies|HWCS}" - ], - "slots": 3 - }, - "5": { - "spells": [ - "{@spell conjure elemental|PHB}", - "{@spell mislead|PHB}" - ], - "slots": 2 - } - }, - "ability": "int" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Gabe can spend a reaction to fly up to his speed in one direction as he descends. He lands in an unoccupied space at the end of his movement, and takes no falling damage. He cannot glide while carrying heavy objects, heavy weapons, or shields (though he can drop any held items as part of his reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, Gabe can use his powerful feathered arms to propel himself upward up to half his movement speed. Gabe can use it in conjunction with a regular jump, but not while gliding." - ] - }, - { - "name": "Fated (Recharges after a Long Rest)", - "entries": [ - "Gabe can choose to reroll any attack, skill check, or saving throw." - ] - }, - { - "name": "Resilience", - "entries": [ - "Gabe has advantage on saving throws against poison." - ] - } - ], - "action": [ - { - "name": "Staff", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d6 - 1}) bludgeoning damage." - ] - } - ], - "reaction": [ - { - "name": "Charming (3/Day)", - "entries": [ - "When a creature makes an attack against Gabe, the creature must succeed on a {@dc 14} Wisdom saving throw or target the next closest creature within range. If multiple creatures are closest, the attacker chooses. This feature does not work if there are no other creatures within range" - ] - } - ], - "languageTags": [ - "AU" - ], - "damageTags": [ - "B" - ], - "damageTagsSpell": [ - "C", - "F", - "N", - "T" - ], - "miscTags": [ - "MW" - ], - "savingThrowForced": [ - "wisdom" - ], - "savingThrowForcedSpell": [ - "charisma", - "constitution", - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Gallus Druid", - "shortName": "druid", - "source": "HWCS", - "page": 196, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "gallus" - ] - }, - "alignment": [ - "NX", - "NY", - "N" - ], - "ac": [ - 11, - { - "ac": 16, - "condition": "with barkskin", - "braces": true - } - ], - "hp": { - "formula": "10d8 + 20", - "average": 65 - }, - "speed": { - "walk": 30 - }, - "str": 12, - "dex": 13, - "con": 14, - "int": 10, - "wis": 18, - "cha": 10, - "skill": { - "insight": "+6", - "nature": "+2", - "medicine": "+6", - "perception": "+6" - }, - "passive": 16, - "languages": [ - "Birdfolk", - "Druidic", - "Sylvan", - "can also understand Auran but can't speak it" - ], - "cr": "4", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The druid is a 6th-level spellcaster. Their spellcasting ability is Wisdom (spell save {@dc 14}, +6 to hit with spell attacks). The druid has the following spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell druidcraft|PHB}", - "{@spell produce flame|PHB}", - "{@spell shillelagh|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell animal friendship|PHB}", - "{@spell cure wounds|PHB}", - "{@spell entangle|PHB}", - "{@spell fog cloud|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell barkskin|PHB}", - "{@spell gust of wind|PHB}", - "{@spell moonbeam|PHB}" - ], - "slots": 3 - }, - "3": { - "spells": [ - "{@spell conjure animals|PHB}", - "{@spell dispel magic|PHB}", - "{@spell wind wall|PHB}" - ], - "slots": 3 - } - }, - "ability": "wis" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the druid can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, the druid can use their powerful feathered arms to propel themselves upward up to half their movement speed. The druid can use it in conjunction with a regular jump, but not while gliding." - ] - }, - { - "name": "Seedspeech", - "entries": [ - "The druid can communicate simple ideas to living plants, and is able to interpret their responses in simple language." - ] - }, - { - "name": "Spirit Totem (Recharges after a Short or Long Rest)", - "entries": [ - "As a bonus action, the druid calls forth a nature spirit. The spirit appears at a point the druid can see within 60 feet. The spirit creates a 30-foot-radius aura. The spirit is neither an object nor a creature, but is a spectral beast. As a bonus action, the druid can move the spirit to another location within 60 feet. The spirit lasts for 1 minute.", - { - "name": "Bear Spirit", - "entries": [ - "The druid and allies within the aura gain 9 temporary hit points and have advantage on Strength checks and saving throws." - ], - "type": "entries" - }, - { - "name": "Hawk Spirit", - "entries": [ - "The druid can use their reaction to grant advantage to an ally's attack roll against a target in the aura. The druid and allies within the aura have advantage on Wisdom ({@skill Perception}) checks." - ], - "type": "entries" - }, - { - "name": "Unicorn Spirit", - "entries": [ - "If a spell that requires a spell slot heals the druid or allies in the aura, each creature of the druid's choice also gains 4 hit points" - ], - "type": "entries" - } - ] - } - ], - "action": [ - { - "name": "Staff", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d6 + 1}) bludgeoning damage." - ] - } - ], - "languageTags": [ - "AU", - "CS", - "DU", - "S" - ], - "damageTags": [ - "B" - ], - "damageTagsSpell": [ - "B", - "F", - "R" - ], - "spellcastingTags": [ - "CD" - ], - "miscTags": [ - "AOE", - "MW" - ], - "savingThrowForcedSpell": [ - "constitution", - "strength", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Gallus Monk", - "shortName": "monk", - "source": "HWCS", - "page": 196, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "gallus" - ] - }, - "alignment": [ - "A" - ], - "ac": [ - { - "ac": 17, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "12d8 + 24", - "average": 78 - }, - "speed": { - "walk": 40 - }, - "str": 11, - "dex": 18, - "con": 14, - "int": 11, - "wis": 16, - "cha": 10, - "save": { - "dex": "+7" - }, - "skill": { - "acrobatics": "+7", - "insight": "+6", - "perception": "+6", - "stealth": "+7" - }, - "passive": 16, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "5", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the monk can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, the monk can use their powerful feathered arms to propel themselves upward up to half their movement speed. The monk can use it in conjunction with a regular jump, but not while gliding." - ] - }, - { - "name": "Wind's Grace", - "entries": [ - "While moving, the monk can move along vertical surfaces and across liquids without falling." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The monk makes four attacks, each of which can be an unarmed strike or a dart attack. They can also use their Graceful Step once, either before or after one of the attacks." - ] - }, - { - "name": "Unarmed Attack", - "entries": [ - "{@atk mw} {@hit 7} to hit, reach 5 ft., one target. {@h}7 ({@damage 1d6 + 4}) bludgeoning damage." - ] - }, - { - "name": "Dart", - "entries": [ - "{@atk rw} {@hit 7} to hit, range 20/60 ft., one target. {@h}6 ({@damage 1d4 + 4}) piercing damage." - ] - }, - { - "name": "Graceful Step", - "entries": [ - "The monk moves 40 feet. This movement does not provoke {@action opportunity attack|phb|opportunity attacks}." - ] - }, - { - "name": "Inspiring", - "entries": [ - "The monk inspires an ally that can see and hear them. The ally can roll a {@dice d4} and add the number rolled to their next ability check, attack roll, or saving throw." - ] - } - ], - "attachedItems": [ - "dart|phb" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "B", - "P" - ], - "miscTags": [ - "MW", - "RW", - "THW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Gallus Necromancer", - "shortName": "necromancer", - "source": "HWCS", - "page": 198, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "gallus" - ] - }, - "alignment": [ - "NX", - "C", - "G", - "NY", - "E" - ], - "ac": [ - 12, - { - "ac": 15, - "condition": "with mage armor", - "braces": true - } - ], - "hp": { - "formula": "9d8 + 9", - "average": 49 - }, - "speed": { - "walk": 30 - }, - "str": 9, - "dex": 14, - "con": 12, - "int": 18, - "wis": 14, - "cha": 10, - "save": { - "int": "+7", - "wis": "+5" - }, - "skill": { - "arcana": "+7", - "deception": "+3", - "medicine": "+5" - }, - "passive": 12, - "languages": [ - "Birdfolk", - "Hedge", - "Sylvan", - "can also understand Auran but can't speak it" - ], - "cr": "6", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The necromancer is a 9th level spellcaster. Their spellcasting ability is Intelligence (spell save {@dc 15}, +7 to hit with spell attacks). The necromancer has the following wizard spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell chill touch|PHB}", - "{@spell light|PHB}", - "{@spell mage hand|PHB}", - "{@spell prestidigitation|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell false life|PHB}", - "{@spell mage armor|PHB}", - "{@spell magic missile|PHB}", - "{@spell sleep|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell misty step|PHB}", - "{@spell ray of enfeeblement|PHB}", - "{@spell web|PHB}" - ], - "slots": 3 - }, - "3": { - "spells": [ - "{@spell animate dead|PHB}", - "{@spell counterspell|PHB}", - "{@spell fear|PHB}" - ], - "slots": 3 - }, - "4": { - "spells": [ - "{@spell blight|PHB}", - "{@spell evard's black tentacles|PHB}" - ], - "slots": 3 - }, - "5": { - "spells": [ - "{@spell passwall|PHB}" - ], - "slots": 1 - } - }, - "ability": "int" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the necromancer can spend a reaction to fly up to their speed in one direction as they descend. The necromancer lands in an unoccupied space at the end of their movement, and takes no falling damage. The necromancer cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, the necromancer can use their powerful feathered arms to propel themselves upward up to half their movement speed. The necromancer can use it in conjunction with a regular jump, but not while gliding." - ] - }, - { - "name": "Seedspeech", - "entries": [ - "The necromancer can communicate simple ideas to living plants, and is able to interpret their responses in simple language." - ] - } - ], - "action": [ - { - "name": "Staff", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d6 - 1}) bludgeoning damage, or 3 ({@damage 1d8 - 1}) bludgeoning damage if used with both hands." - ] - } - ], - "languageTags": [ - "AU", - "CS", - "S" - ], - "damageTags": [ - "B" - ], - "damageTagsSpell": [ - "B", - "F", - "N", - "O" - ], - "spellcastingTags": [ - "CW" - ], - "miscTags": [ - "MW" - ], - "savingThrowForcedSpell": [ - "constitution", - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Glinda Nightseed", - "shortName": "Glinda", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 198, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "gallus" - ] - }, - "alignment": [ - "C", - "G" - ], - "ac": [ - 12, - { - "ac": 15, - "condition": "with mage armor", - "braces": true - } - ], - "hp": { - "formula": "9d8 + 9", - "average": 49 - }, - "speed": { - "walk": 30 - }, - "str": 9, - "dex": 14, - "con": 12, - "int": 18, - "wis": 14, - "cha": 10, - "save": { - "int": "+7", - "wis": "+5" - }, - "skill": { - "arcana": "+7", - "deception": "+3", - "medicine": "+5" - }, - "passive": 12, - "languages": [ - "Birdfolk", - "Hedge", - "Sylvan", - "can also understand Auran but can't speak it" - ], - "cr": "6", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "Glinda is a 9th level spellcaster. Her spellcasting ability is Intelligence (spell save {@dc 15}, +7 to hit with spell attacks). Glinda has the following wizard spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell chill touch|PHB}", - "{@spell light|PHB}", - "{@spell mage hand|PHB}", - "{@spell prestidigitation|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell false life|PHB}", - "{@spell mage armor|PHB}", - "{@spell magic missile|PHB}", - "{@spell sleep|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell misty step|PHB}", - "{@spell ray of enfeeblement|PHB}", - "{@spell web|PHB}" - ], - "slots": 3 - }, - "3": { - "spells": [ - "{@spell animate dead|PHB}", - "{@spell counterspell|PHB}", - "{@spell fear|PHB}" - ], - "slots": 3 - }, - "4": { - "spells": [ - "{@spell blight|PHB}", - "{@spell evard's black tentacles|PHB}" - ], - "slots": 3 - }, - "5": { - "spells": [ - "{@spell passwall|PHB}" - ], - "slots": 1 - } - }, - "ability": "int" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Glinda can spend a reaction to fly up to her speed in one direction as she descends. Glinda lands in an unoccupied space at the end of her movement, and takes no falling damage. Glinda cannot glide while carrying heavy objects, heavy weapons, or shields (though she can drop any held items as part of her reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, Glinda can use her powerful feathered arms to propel herself upward up to half her movement speed. Glinda can use it in conjunction with a regular jump, but not while gliding." - ] - }, - { - "name": "Seedspeech", - "entries": [ - "Glinda can communicate simple ideas to living plants, and is able to interpret their responses in simple language." - ] - } - ], - "action": [ - { - "name": "Staff", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d6 - 1}) bludgeoning damage, or 3 ({@damage 1d8 - 1}) bludgeoning damage if used with both hands." - ] - } - ], - "languageTags": [ - "AU", - "CS", - "S" - ], - "damageTags": [ - "B" - ], - "damageTagsSpell": [ - "B", - "F", - "N", - "O" - ], - "spellcastingTags": [ - "CW" - ], - "miscTags": [ - "MW" - ], - "savingThrowForcedSpell": [ - "constitution", - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Gregor Thornspur, Magistrate of Alderheart", - "shortName": "Gregor", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 198, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "sable luma" - ] - }, - "alignment": [ - "C", - "N" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item breastplate|phb}" - ] - } - ], - "hp": { - "average": 9, - "formula": "2d6 + 2" - }, - "speed": { - "walk": 25 - }, - "str": 11, - "dex": 12, - "con": 12, - "int": 12, - "wis": 14, - "cha": 18, - "skill": { - "deception": "+6", - "insight": "+6", - "persuasion": "+6" - }, - "passive": 13, - "resist": [ - "poison" - ], - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "1/8", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Gregor can spend a reaction to fly up to his speed in one direction as he descends. He lands in an unoccupied space at the end of his movement, and takes no falling damage. He cannot glide while carrying heavy objects, heavy weapons, or shields (though he can drop any held items as part of his reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, Gregor can use his powerful feathered arms to propel himself upward a distance equal to half his movement speed. He can use it in conjunction with a regular jump, but not while gliding. " - ] - }, - { - "name": "Fated (Recharges after a Long Rest)", - "entries": [ - "Gregor can choose to reroll any attack roll, skill check, or saving throw." - ] - }, - { - "name": "Damage Resistance", - "entries": [ - "Gregor is resistant to poison damage." - ] - }, - { - "name": "Resilience", - "entries": [ - "Gregor has advantage on saving throws against being {@condition poisoned}." - ] - } - ], - "action": [ - { - "name": "Rapier", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d8 + 1}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Parry", - "entries": [ - "Gregor adds 2 to his AC against one melee attack that would hit him. To do so, Gregor must see the attacker and be wielding a melee weapon." - ] - } - ], - "tokenCredit": "Anna Christenson", - "attachedItems": [ - "rapier|phb" - ], - "actionTags": [ - "Parry" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true - }, - { - "name": "Havel of the Autumn Moon", - "shortName": "Havel", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 207, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "gallus" - ] - }, - "alignment": [ - "N", - "G" - ], - "ac": [ - 10, - { - "ac": 16, - "condition": "with barkskin", - "braces": true - } - ], - "hp": { - "formula": "4d8 + 4", - "average": 22 - }, - "speed": { - "walk": 30 - }, - "str": 6, - "dex": 10, - "con": 12, - "int": 10, - "wis": 16, - "cha": 10, - "save": { - "int": "+7", - "wis": "+5" - }, - "skill": { - "nature": "+4", - "medicine": "+5", - "perception": "+5" - }, - "passive": 15, - "languages": [ - "Birdfolk", - "Druidic", - "Sylvan", - "can also understand Auran but can't speak it" - ], - "cr": "2", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "Havel is a 4th-level spellcaster. His spellcasting ability is Wisdom (spell save {@dc 13}, +5 to hit with spell attacks). He has the following spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell druidcraft|PHB}", - "{@spell gust barrier|HWCS}", - "{@spell produce flame|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell cure wounds|PHB}", - "{@spell elevated sight|HWCS}", - "{@spell entangle|PHB}", - "{@spell thunderwave|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell barkskin|PHB}", - "{@spell gust of wind|PHB}" - ], - "slots": 3 - } - }, - "ability": "wis" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Havel can spend a reaction to fly up to his speed in one direction as he descends. He lands in an unoccupied space at the end of his movement, and takes no falling damage. Havel cannot glide while carrying heavy objects, heavy weapons, or shields (though he can drop any held items as part of their reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, Havel can use his powerful feathered arms to propel himself upward up to half his movement speed. He can use it in conjunction with a regular jump, but not while gliding." - ] - }, - { - "name": "Seedspeech", - "entries": [ - "Havel can communicate simple ideas to living plants, and is able to interpret their responses in simple language." - ] - } - ], - "languageTags": [ - "AU", - "CS", - "DU", - "S" - ], - "damageTagsSpell": [ - "F", - "T" - ], - "savingThrowForcedSpell": [ - "constitution", - "strength" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Hedge Bard", - "shortName": "bard", - "source": "HWCS", - "page": 198, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "hedge" - ] - }, - "alignment": [ - "A" - ], - "ac": [ - { - "ac": 16, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "8d6 + 8", - "average": 36 - }, - "speed": { - "walk": 25, - "burrow": 15 - }, - "str": 11, - "dex": 14, - "con": 12, - "int": 10, - "wis": 13, - "cha": 16, - "save": { - "dex": "+4", - "cha": "+5" - }, - "skill": { - "acrobatics": "+4", - "perception": "+5", - "performance": "+7" - }, - "passive": 15, - "languages": [ - "Birdfolk", - "Hedge", - "can also speak with beasts of any size which represent spiders, insects, worms, or other bugs" - ], - "cr": "2", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The bard is a 4th-level spellcaster. Their spellcasting ability is Charisma (spell save {@dc 13}, +5 to hit with spell attacks). They have the following bard spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell gust barrier|HWCS}", - "{@spell prestidigitation|PHB}", - "{@spell vicious mockery|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell charm person|PHB}", - "{@spell healing word|PHB}", - "{@spell tasha's hideous laughter|PHB}", - "{@spell thunderwave|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell invisibility|PHB}", - "{@spell shatter|PHB}", - "{@spell suggestion|PHB}" - ], - "slots": 3 - } - }, - "ability": "cha" - } - ], - "trait": [ - { - "name": "Taunt (2/Day)", - "entries": [ - "The bard can use a bonus action on their turn to target one creature within 30 feet of them. If the target can hear the bard, the target must succeed on a {@dc 13} Charisma saving throw or have disadvantage on ability checks, attack rolls, and saving throws until the start of the bard's next turn" - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "he bard makes two weapon attacks, one with their rapier and one with their dagger." - ] - }, - { - "name": "Rapier", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - }, - { - "name": "Dagger", - "entries": [ - "{@atk mw,rw} {@hit 4} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}4 ({@damage 1d4 + 2}) piercing damage." - ] - }, - { - "name": "Curl Up", - "entries": [ - "The bard curls up into a spiny ball. While curled up in this way they cannot move, attack, or cast spells with somatic components, and their base armor class becomes 19. Any creature that misses the hedge bard with a melee attack while they are curled up takes {@damage 2d4} points of piercing damage from their sharp quills. If a creature hits the bard while they are curled up, however, the bard is knocked {@condition prone} in their space at the end of the turn. The bard may uncurl themselves at any point during their turn." - ] - } - ], - "attachedItems": [ - "dagger|phb", - "rapier|phb" - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "P" - ], - "damageTagsSpell": [ - "T", - "Y" - ], - "spellcastingTags": [ - "CB" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "conditionInflict": [ - "prone" - ], - "conditionInflictSpell": [ - "charmed", - "incapacitated", - "invisible", - "prone" - ], - "savingThrowForced": [ - "charisma" - ], - "savingThrowForcedSpell": [ - "constitution", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Hedge Witch", - "shortName": "witch", - "source": "HWCS", - "page": 198, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "hedge" - ] - }, - "alignment": [ - "C", - "G", - "NY", - "E" - ], - "ac": [ - { - "ac": 14, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "6d6", - "average": 21 - }, - "speed": { - "walk": 25, - "burrow": 15 - }, - "str": 8, - "dex": 10, - "con": 10, - "int": 14, - "wis": 15, - "cha": 16, - "skill": { - "arcana": "+4", - "survival": "+4" - }, - "passive": 12, - "languages": [ - "Abyssal", - "Birdfolk", - "Hedge", - "can also speak with beasts of any size which represent spiders insects worms or other bugs" - ], - "cr": "1", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The witch is a 2nd-level spellcaster. Their spellcasting ability is Charisma (spell save {@dc 13}, +5 to hit with spell attacks). The witch has the following warlock spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell eldritch blast|PHB}", - "{@spell minor illusion|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell charm person|PHB}", - "{@spell hellish rebuke|PHB}", - "{@spell unseen servant|PHB}" - ], - "slots": 2, - "lower": 1 - } - }, - "ability": "cha" - } - ], - "trait": [ - { - "name": "Dark One's Blessing", - "entries": [ - "When the witch reduces a hostile creature to 0 hit points, the witch gains 5 temporary hit points." - ] - }, - { - "name": "Repelling Blast", - "entries": [ - "When the witch hits a creature with eldritch blast, they can push the creature up to 10 feet away in a straight line." - ] - } - ], - "action": [ - { - "name": "Staff", - "entries": [ - "{@atk mw} {@hit 1} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d6 - 1}) bludgeoning damage." - ] - }, - { - "name": "Dagger", - "entries": [ - "{@atk mw,rw} {@hit 4} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}4 ({@damage 1d4 + 2}) piercing damage." - ] - }, - { - "name": "Fiendish Vigor", - "entries": [ - "The witch can cast {@spell false life} at will as a 1st-level spell." - ] - }, - { - "name": "Curl Up", - "entries": [ - "The witch curls up into a spiny ball. While curled up in this way they cannot move, attack, or cast spells with somatic components, and their base armor class becomes 19. Any creature that misses the witch with a melee attack while they are curled up takes {@damage 2d4} points of piercing damage from their sharp quills. If a creature hits the witch while they are curled up, however, the witch is knocked {@condition prone} in their space at the end of the turn. The witch may uncurl themselves at any point during their turn." - ] - } - ], - "attachedItems": [ - "dagger|phb" - ], - "languageTags": [ - "AB" - ], - "damageTags": [ - "B", - "P" - ], - "damageTagsSpell": [ - "F", - "O" - ], - "spellcastingTags": [ - "CL" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "conditionInflict": [ - "prone" - ], - "conditionInflictSpell": [ - "charmed" - ], - "savingThrowForcedSpell": [ - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Jell Platena", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 199, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "sera luma" - ] - }, - "alignment": [ - "N", - "G" - ], - "ac": [ - 10 - ], - "hp": { - "average": 3, - "formula": "1d6" - }, - "speed": { - "walk": 25 - }, - "str": 10, - "dex": 10, - "con": 10, - "int": 10, - "wis": 11, - "cha": 12, - "passive": 10, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "0", - "trait": [ - { - "name": "Fated (Recharges after a Long Rest)", - "entries": [ - "Jell can choose to reroll any attack roll, skill check, or saving throw." - ] - }, - { - "name": "Songbird (Recharges after a Long Rest)", - "entries": [ - "Jell can cast {@spell charm person}. Charisma is her spellcasting ability and the spell does not require any somatic components to cast." - ] - } - ], - "action": [ - { - "name": "Club", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d4}) bludgeoning damage." - ] - } - ], - "tokenCredit": "Aireesse", - "attachedItems": [ - "club|phb" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true - }, - { - "name": "Jerbeen Swashbuckler", - "shortName": "swashbuckler", - "source": "HWCS", - "page": 200, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "jerbeen" - ] - }, - "alignment": [ - "NX", - "C", - "G", - "NY", - "E" - ], - "ac": [ - { - "ac": 17, - "from": [ - "{@item leather armor|phb}" - ] - } - ], - "hp": { - "formula": "8d6 + 6", - "average": 34 - }, - "speed": { - "walk": 30 - }, - "str": 12, - "dex": 18, - "con": 12, - "int": 14, - "wis": 11, - "cha": 15, - "skill": { - "acrobatics": "+8", - "athletics": "+5", - "persuasion": "+6" - }, - "passive": 10, - "languages": [ - "Birdfolk", - "Jerbeen" - ], - "cr": "3", - "trait": [ - { - "name": "Standing Leap", - "entries": [ - "The swashbuckler's base long jump is 30 feet, and their base high jump is 15 feet, with or without a running start." - ] - }, - { - "name": "Team Tactics", - "entries": [ - "The swashbuckler can take the {@action Help} action as a bonus action." - ] - }, - { - "name": "Sharp Witted Defense", - "entries": [ - "While the swashbuckler is wearing light or no armor and wielding no shield, their AC includes their Charisma modifier." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The swashbuckler makes three attacks, one with a dagger and two with their rapier." - ] - }, - { - "name": "Dagger", - "entries": [ - "{@atk mw,rw} {@hit 6} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}6 ({@damage 1d4 + 4}) piercing damage." - ] - }, - { - "name": "Rapier", - "entries": [ - "{@atk mw} {@hit 6} to hit, reach 5 ft., one target. {@h}8 ({@damage 1d8 + 4}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Riposte", - "entries": [ - "The swashbuckler reduces the damage dealt by one melee attack that would hit them by 4 ({@dice 1d8}), and deals that much piercing damage to their attacker. The swashbuckler must see the attacker and be wielding a melee weapon." - ] - } - ], - "attachedItems": [ - "dagger|phb", - "rapier|phb" - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Jerbeen Thief", - "shortName": "thief", - "source": "HWCS", - "page": 200, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "jerbeen" - ] - }, - "alignment": [ - "N", - "E" - ], - "ac": [ - { - "ac": 13, - "from": [ - "{@item leather armor|phb}" - ] - } - ], - "hp": { - "formula": "4d6", - "average": 14 - }, - "speed": { - "walk": 30 - }, - "str": 12, - "dex": 14, - "con": 10, - "int": 8, - "wis": 14, - "cha": 14, - "skill": { - "acrobatics": "+4", - "sleight of hand": "+4" - }, - "passive": 12, - "languages": [ - "Birdfolk", - "Jerbeen" - ], - "cr": "1/2", - "trait": [ - { - "name": "Standing Leap", - "entries": [ - "The thief's long jump is up to 30 feet and their high jump is up to 15 feet, with or without a running start." - ] - }, - { - "name": "Team Tactics", - "entries": [ - "The thief can take the {@action Help} action as a bonus action." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The thief makes two dagger attacks." - ] - }, - { - "name": "Dagger", - "entries": [ - "{@atk mw,rw} {@hit 4} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}4 ({@damage 1d4 + 2}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Opportunist", - "entries": [ - "When a creature fails a melee attack roll against the thief, the thief can make a Dexterity ({@skill Sleight of Hand}) check against a DC equal to 10 + the target creature's Dexterity modifier. On a success, the thief steals one item of the GMs choosing from the target. It cannot be an item actively held or worn by the target." - ] - } - ], - "attachedItems": [ - "dagger|phb" - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Kenna Brightspark", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 200, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "dusk corvum" - ] - }, - "alignment": [ - "C", - "G" - ], - "ac": [ - 10 - ], - "hp": { - "average": 4, - "formula": "1d8" - }, - "speed": { - "walk": 25 - }, - "str": 10, - "dex": 11, - "con": 10, - "int": 12, - "wis": 10, - "cha": 10, - "passive": 10, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "0", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Kenna can spend a reaction to fly up to her speed in one direction as she descends. Kenna lands in an unoccupied space at the end of her movement, and takes no falling damage. Kenna cannot glide while carrying heavy objects, heavy weapons, or shields (though she can drop any held items as part of her reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "Kenna has advantage on Strength ({@skill Athletics}) checks made to climb any surface her talons could reasonably grip." - ] - }, - { - "name": "Learned", - "entries": [ - "Kenna gains proficiency in one of the following skills: {@skill Arcana}, {@skill History}, {@skill Nature}, or {@skill Religion}." - ] - }, - { - "name": "Skulker", - "entries": [ - "Kenna has advantage on Dexterity ({@skill Stealth}) checks made in dim light or darkness." - ] - } - ], - "action": [ - { - "name": "Club", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d4}) bludgeoning damage." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d4}) slashing damage." - ] - } - ], - "tokenCredit": "Ubergank", - "attachedItems": [ - "club|phb" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "B", - "S" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true - }, - { - "name": "Krall, the Scavenger King", - "shortName": "Krall", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 202, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "mapach" - ] - }, - "alignment": [ - "C", - "E" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item studded leather armor|phb}" - ] - } - ], - "hp": { - "formula": "10d8 + 30", - "average": 75 - }, - "speed": { - "walk": 30, - "climb": 20 - }, - "str": 14, - "dex": 17, - "con": 16, - "int": 12, - "wis": 14, - "cha": 14, - "save": { - "dex": "+5", - "cha": "+4" - }, - "skill": { - "deception": "+4", - "persuasion": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 12, - "resist": [ - "poison" - ], - "languages": [ - "Birdfolk", - "Mapach" - ], - "cr": "3", - "trait": [ - { - "name": "Resilience", - "entries": [ - "Krall has advantage on saving throws against being {@condition poisoned}." - ] - }, - { - "name": "Skulker", - "entries": [ - "Krall has advantage on {@skill Stealth} checks made in dim light or total darkness." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "Krall makes three melee attacks, two with his rapier and one with his parrying dagger." - ] - }, - { - "name": "Rapier", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}7 ({@damage 1d8 + 3}) piercing damage." - ] - }, - { - "name": "Parrying Dagger", - "entries": [ - "{@atk mw} {@hit 5} to hit, range 5 ft., one target. {@h}6 ({@damage 1d6 + 3}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Parry", - "entries": [ - "Krall adds 2 to his AC against one melee attack that would hit him. Krall must see the attacker and be wielding a melee weapon." - ] - } - ], - "attachedItems": [ - "rapier|phb" - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack", - "Parry" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Lesser Demon", - "source": "HWCS", - "page": 184, - "size": [ - "S" - ], - "type": { - "type": "fiend", - "tags": [ - "demon" - ] - }, - "alignment": [ - "C", - "E" - ], - "ac": [ - { - "ac": 13, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "4d6 + 8", - "average": 22 - }, - "speed": { - "walk": 30 - }, - "str": 11, - "dex": 15, - "con": 14, - "int": 5, - "wis": 8, - "cha": 3, - "senses": [ - "darkvision 60 ft." - ], - "passive": 9, - "resist": [ - "cold", - "fire", - "lightning" - ], - "immune": [ - "poison" - ], - "conditionImmune": [ - "poisoned" - ], - "languages": [ - "Abyssal" - ], - "cr": "1", - "trait": [ - { - "name": "Multiattack", - "entries": [ - "The demon makes two attacks, one with its bite and one with its claws." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - }, - { - "name": "Claws", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}7 ({@damage 2d4 + 2}) slashing damage." - ] - }, - { - "name": "Foul Odor (1/day)", - "entries": [ - "The demon emits a cloud of poisonous gas that fills a 20-foot sphere and persists for 1 minute until it disperses into the surrounding air. The cloud spreads around corners, and the affected area is heavily obscured. Any creature that is completely within the cloud at the start of its turn must make a {@dc 11} Constitution saving throw against the poison. On a failed save, the creature spends its action on that turn retching and reeling. Creatures immune to poison are immune to this effect. A moderate wind (at least 10 miles per hour) disperses the cloud after 4 rounds. A strong wind (at least 20 miles per hour) will disperse it after 1 round." - ] - } - ], - "senseTags": [ - "D" - ], - "languageTags": [ - "AB" - ], - "damageTags": [ - "P", - "S" - ], - "miscTags": [ - "AOE", - "MW" - ], - "savingThrowForced": [ - "constitution" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Luma Cleric of Ardea", - "shortName": "cleric", - "source": "HWCS", - "page": 201, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "luma" - ] - }, - "alignment": [ - "L", - "NX", - "C", - "G" - ], - "ac": [ - { - "ac": 14, - "from": [ - "{@item chain shirt|phb}" - ] - } - ], - "hp": { - "formula": "6d6 + 6", - "average": 27 - }, - "speed": { - "walk": 25 - }, - "str": 10, - "dex": 13, - "con": 12, - "int": 10, - "wis": 16, - "cha": 14, - "skill": { - "medicine": "+7", - "persuasion": "+4", - "religion": "+2" - }, - "passive": 13, - "languages": [ - "Birdfolk", - "one other language", - "can understand Auran but can't speak it" - ], - "cr": "2", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The cleric is a 5th-level spellcaster. Their spellcasting ability is Wisdom (spell save {@dc 13}, +5 to hit with spell attacks). The cleric has the following cleric spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell light|PHB}", - "{@spell sacred flame|PHB}", - "{@spell thaumaturgy|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell bless|PHB}", - "{@spell cure wounds|PHB}", - "{@spell guiding bolt|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell lesser restoration|PHB}", - "{@spell spiritual weapon|PHB}" - ], - "slots": 3 - }, - "3": { - "spells": [ - "{@spell beacon of hope|PHB}", - "{@spell dispel magic|PHB}" - ], - "slots": 2 - } - }, - "ability": "wis" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the cleric can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, or heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, the cleric can use their powerful feathered arms to propel themselves upward up to half their movement speed. The cleric can use this in conjunction with a regular jump, but not while gliding." - ] - }, - { - "name": "Fated (Recharges after a Long Rest)", - "entries": [ - "The luma cleric can choose to reroll any attack roll, skill check, or saving throw." - ] - } - ], - "action": [ - { - "name": "Staff", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d6}) bludgeoning damage, or 4 ({@damage 1d8}) bludgeoning damage if used with both hands." - ] - }, - { - "name": "Ardea's Vigor (1/Day)", - "entries": [ - "The cleric calls on the powers of Ardea to imbue their allies with her protective life force. The luma cleric and up to 3 allies within 30 feet gain 5 ({@dice 2d4}) temporary hit points. For one minute, anyone under this effect gains 5 temporary hit points at the start of each of their turns." - ] - }, - { - "name": "Songbird (Recharges after a Long Rest)", - "entries": [ - "The cleric can cast {@spell charm person}. Charisma is their spellcasting ability (spell save {@dc 12}) and the spell does not require any somatic components to cast." - ] - } - ], - "languageTags": [ - "AU", - "CS", - "X" - ], - "damageTags": [ - "B" - ], - "damageTagsSpell": [ - "O", - "R" - ], - "spellcastingTags": [ - "CC" - ], - "miscTags": [ - "MW" - ], - "savingThrowForcedSpell": [ - "dexterity" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Luma Wizard", - "shortName": "wizard", - "source": "HWCS", - "page": 202, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "luma" - ] - }, - "alignment": [ - "A" - ], - "ac": [ - 12, - { - "ac": 15, - "condition": "with mage armor", - "braces": true - } - ], - "hp": { - "formula": "13d6 + 13", - "average": 58 - }, - "speed": { - "walk": 25 - }, - "str": 8, - "dex": 15, - "con": 12, - "int": 18, - "wis": 12, - "cha": 15, - "save": { - "int": "+7", - "wis": "+4" - }, - "skill": { - "arcana": "+7", - "history": "+7" - }, - "passive": 11, - "resist": [ - "poison" - ], - "languages": [ - "Auran", - "Birdfolk", - "any three other languages" - ], - "cr": "6", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The wizard is a 10th-level spellcaster. Their spellcasting ability is Intelligence (spell save {@dc 15}, +7 to hit with spell attacks). The wizard has the following spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell chill touch|PHB}", - "{@spell fire bolt|PHB}", - "{@spell minor illusion|PHB}", - "{@spell prestidigitation|PHB}", - "{@spell ray of frost|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell charm person|PHB}", - "{@spell detect magic|PHB}", - "{@spell mage armor|PHB}", - "{@spell shield|PHB}", - "{@spell sleep|PHB}", - "{@spell thunderwave|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell darkness|PHB}", - "{@spell hold person|PHB}", - "{@spell ray of enfeeblement|PHB}" - ], - "slots": 3 - }, - "3": { - "spells": [ - "{@spell counterspell|PHB}", - "{@spell fireball|PHB}" - ], - "slots": 3 - }, - "4": { - "spells": [ - "{@spell banishment|PHB}", - "{@spell stellar bodies|HWCS}" - ], - "slots": 3 - }, - "5": { - "spells": [ - "{@spell conjure elemental|PHB}", - "{@spell mislead|PHB}" - ], - "slots": 2 - } - }, - "ability": "int" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the wizard can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, the wizard can use their powerful feathered arms to propel themselves upward up to half their movement speed. The wizard can use it in conjunction with a regular jump, but not while gliding." - ] - }, - { - "name": "Fated (Recharges after a Long Rest)", - "entries": [ - "The wizard can choose to reroll any attack, skill check, or saving throw." - ] - }, - { - "name": "Resilience", - "entries": [ - "The wizard has advantage on saving throws against poison." - ] - } - ], - "action": [ - { - "name": "Staff", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d6 - 1}) bludgeoning damage." - ] - } - ], - "reaction": [ - { - "name": "Charming (3/Day)", - "entries": [ - "When a creature makes an attack against the wizard, the creature must succeed on a {@dc 14} Wisdom saving throw or target the next closest creature within range. If multiple creatures are closest, the attacker chooses. This feature does not work if there are no other creatures within range" - ] - } - ], - "languageTags": [ - "AU" - ], - "damageTags": [ - "B" - ], - "damageTagsSpell": [ - "C", - "F", - "N", - "T" - ], - "spellcastingTags": [ - "CW" - ], - "miscTags": [ - "MW" - ], - "savingThrowForced": [ - "wisdom" - ], - "savingThrowForcedSpell": [ - "charisma", - "constitution", - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Mapach Bandit", - "shortName": "bandit", - "source": "HWCS", - "page": 202, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "mapach" - ] - }, - "alignment": [ - "N", - "E" - ], - "ac": [ - { - "ac": 12, - "from": [ - "{@item leather armor|phb}" - ] - } - ], - "hp": { - "formula": "2d8", - "average": 9 - }, - "speed": { - "walk": 30, - "climb": 20 - }, - "str": 12, - "dex": 13, - "con": 10, - "int": 8, - "wis": 12, - "cha": 12, - "senses": [ - "darkvision 60 ft." - ], - "passive": 11, - "resist": [ - "poison" - ], - "languages": [ - "Birdfolk", - "Mapach" - ], - "cr": "1/8", - "trait": [ - { - "name": "Resilience", - "entries": [ - "The bandit has advantage on saving throws against being {@condition poisoned}." - ] - }, - { - "name": "Skulker", - "entries": [ - "The bandit has advantage on {@skill Stealth} checks made in dim light or total darkness." - ] - } - ], - "action": [ - { - "name": "Shortsword", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d6 + 1}) piercing damage." - ] - }, - { - "name": "Shortbow", - "entries": [ - "{@atk rw} {@hit 3} to hit, range 80/320 ft., one target. {@h}4 ({@damage 1d6 + 1}) piercing damage." - ] - } - ], - "attachedItems": [ - "shortbow|phb", - "shortsword|phb" - ], - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW", - "RNG", - "RW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Mapach Brute", - "shortName": "brute", - "source": "HWCS", - "page": 202, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "mapach" - ] - }, - "alignment": [ - "C", - "E" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item studded leather armor|phb}" - ] - } - ], - "hp": { - "formula": "10d8 + 30", - "average": 75 - }, - "speed": { - "walk": 30, - "climb": 20 - }, - "str": 14, - "dex": 17, - "con": 16, - "int": 12, - "wis": 14, - "cha": 14, - "save": { - "dex": "+5", - "cha": "+4" - }, - "skill": { - "deception": "+4", - "persuasion": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 12, - "resist": [ - "poison" - ], - "languages": [ - "Birdfolk", - "Mapach" - ], - "cr": "3", - "trait": [ - { - "name": "Resilience", - "entries": [ - "The brute has advantage on saving throws against being {@condition poisoned}." - ] - }, - { - "name": "Skulker", - "entries": [ - "The brute has advantage on {@skill Stealth} checks made in dim light or total darkness." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The brute makes three melee attacks, two with their rapier and one with their parrying dagger." - ] - }, - { - "name": "Rapier", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}7 ({@damage 1d8 + 3}) piercing damage." - ] - }, - { - "name": "Parrying Dagger", - "entries": [ - "{@atk mw} {@hit 5} to hit, range 5 ft., one target. {@h}6 ({@damage 1d6 + 3}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Parry", - "entries": [ - "The brute adds 2 to his AC against one melee attack that would hit them. The brute must see the attacker and be wielding a melee weapon." - ] - } - ], - "attachedItems": [ - "rapier|phb" - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack", - "Parry" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Mapach Tinkerer", - "shortName": "tinkerer", - "source": "HWCS", - "page": 203, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "mapach" - ] - }, - "alignment": [ - "A" - ], - "ac": [ - 12 - ], - "hp": { - "formula": "3d8", - "average": 13 - }, - "speed": { - "walk": 30, - "climb": 20 - }, - "str": 10, - "dex": 14, - "con": 10, - "int": 13, - "wis": 12, - "cha": 10, - "senses": [ - "darkvision 60 ft." - ], - "passive": 11, - "resist": [ - "poison" - ], - "languages": [ - "Birdfolk", - "Mapach" - ], - "cr": "1/4", - "trait": [ - { - "name": "Resilience", - "entries": [ - "The tinkerer has advantage on saving throws against being {@condition poisoned}." - ] - }, - { - "name": "Skulker", - "entries": [ - "The tinkerer has advantage on {@skill Stealth} checks made in dim light or total darkness." - ] - } - ], - "action": [ - { - "name": "Dagger", - "entries": [ - "{@atk mw} {@hit 4} to hit, range 5 ft., one target. {@h}4 ({@damage 1d4 + 2}) piercing damage." - ] - }, - { - "name": "Tinker's Toys", - "entries": [ - "The tinkerer uses one of the following options (roll a {@dice d4} or choose one); the tinkerer can use each one no more than once per day:", - { - "type": "entries", - "name": "1. Cogwork Bird", - "entries": [ - "The tinkerer winds and releases a small mechanical bird that flies to a target creature within 30 feet and distracts it. The next attack against that creature is made with advantage." - ] - }, - { - "type": "entries", - "name": "2. Flash-bangs", - "entries": [ - "The tinkerer targets a space up to 10 ft. away, and throws some small explosive shells that flare up in a blinding light. All creatures within 10 ft. of the target space must make a {@dc 11} Constitution saving throw or be {@condition blinded} until the start of the tinkerer's next turn." - ] - }, - { - "type": "entries", - "name": "3. Nettle Gun", - "entries": [ - "The tinkerer turns the crank on a small gadget that sprays nettles at a target. {@atk rw} {@hit 4} to hit, range 10/20 ft., one target. {@h}4 ({@damage 1d4 + 2}) piercing damage. All creatures within 5 ft. of the target must make a {@dc 11} Dexterity saving throw or take 5 ({@damage 1d10}) piercing damage." - ] - }, - { - "type": "entries", - "name": "4. Grease Balloon", - "entries": [ - "The tinkerer targets a 10-foot by 10-foot area up to 15 feet away, and makes it slick with grease. The area is considered difficult terrain, and each creature standing in the area must succeed on a {@dc 11} Dexterity saving throw or fall {@condition prone}. A creature that enters the area or ends its turn there must also succeed on a {@dc 11} Dexterity saving throw or fall {@condition prone}." - ] - } - ] - } - ], - "attachedItems": [ - "dagger|phb" - ], - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW", - "RW" - ], - "conditionInflict": [ - "blinded", - "prone" - ], - "savingThrowForced": [ - "constitution", - "dexterity" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Mordane Swiftgale", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 203, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "swift strig" - ] - }, - "alignment": [ - "N" - ], - "ac": [ - 10 - ], - "hp": { - "average": 4, - "formula": "1d8" - }, - "speed": { - "walk": 35 - }, - "str": 12, - "dex": 11, - "con": 10, - "int": 10, - "wis": 10, - "cha": 10, - "senses": [ - "darkvision 60 ft." - ], - "passive": 10, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "0", - "trait": [ - { - "name": "Patterned Feathers", - "entries": [ - "Mordane has advantage on Dexterity ({@skill Stealth}) checks when he attempts to hide in a forest." - ] - }, - { - "name": "Talons", - "entries": [ - "Mordane has advantage on Strength ({@skill Athletics}) checks made to climb any surface his talons could reasonably grip." - ] - } - ], - "action": [ - { - "name": "Club", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d4 + 1}) bludgeoning damage." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d4 + 1}) slashing damage." - ] - } - ], - "attachedItems": [ - "club|phb" - ], - "senseTags": [ - "D" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "B", - "S" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Mountain Lion", - "source": "HWCS", - "page": 184, - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - { - "ac": 15, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "5d10 + 10", - "average": 37 - }, - "speed": { - "walk": 40, - "climb": 30 - }, - "str": 17, - "dex": 15, - "con": 14, - "int": 3, - "wis": 14, - "cha": 6, - "skill": { - "perception": "+4", - "stealth": "+4" - }, - "passive": 14, - "cr": "1", - "trait": [ - { - "name": "Keen Smell", - "entries": [ - "The Mountain Lion has advantage on Wisdom ({@skill Perception}) checks that rely on smell." - ] - }, - { - "name": "Pounce (Lion)", - "entries": [ - "If the Mountain Lion moves at least 20 feet toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a {@dc 13} Strength saving throw or be knocked {@condition prone}. The mountain lion can make a bite attack against a {@condition prone} target as a bonus action." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}8 ({@damage 1d10 + 3}) piercing damage." - ] - }, - { - "name": "Claw", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}7 ({@damage 1d8 + 3}) slashing damage." - ] - }, - { - "name": "Call Avalanche (Recharges after a Short or Long Rest)", - "entries": [ - "With a mystic roar, the mountain lion can call down the very rocks. So long as it is in mountainous terrain, it can use its action to cause a rockslide to fall within a 15-foot-radius of a space it can see within 60 feet. Creatures in this area must make a {@dc 12} Dexterity saving throw, taking 13 ({@damage 3d8}) bludgeoning damage on a failure and half as much on a success." - ] - } - ], - "traitTags": [ - "Keen Senses", - "Pounce" - ], - "damageTags": [ - "B", - "P", - "S" - ], - "miscTags": [ - "AOE", - "MW" - ], - "conditionInflict": [ - "prone" - ], - "savingThrowForced": [ - "dexterity", - "strength" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Oakheart", - "source": "HWCS", - "page": 203, - "size": [ - "H" - ], - "type": "plant", - "alignment": [ - "C", - "G" - ], - "ac": [ - { - "ac": 16, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "6d12 + 30", - "average": 69 - }, - "speed": { - "walk": 30 - }, - "str": 20, - "dex": 8, - "con": 21, - "int": 12, - "wis": 16, - "cha": 12, - "passive": 13, - "resist": [ - "bludgeoning", - "fire", - "piercing" - ], - "languages": [ - "Birdfolk", - "Druidic", - "Ignan", - "Sylvan" - ], - "cr": "8", - "trait": [ - { - "name": "False Appearance (Treant)", - "entries": [ - "While Oakheart remains motionless, he appears as a great oak with charred bark that smolders in places and flames in place of leaves." - ] - }, - { - "name": "Siege Monster", - "entries": [ - "The Oakheart deals double damage to objects and structures." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "Oakheart makes two slam attacks." - ] - }, - { - "name": "Slam", - "entries": [ - "{@atk mw} {@hit 8} to hit, reach 5 ft., one target. {@h}16 ({@damage 3d6 + 5}) fire damage." - ] - }, - { - "name": "Rock", - "entries": [ - "{@atk rw} {@hit 8} to hit, range 60/180 ft., one target. {@h}28 ({@damage 4d10 + 5}) bludgeoning damage." - ] - }, - { - "name": "Animate Trees (1/Day)", - "entries": [ - "Oakheart magically animates one or two trees he can see within 60 feet of him. These trees have the same statistics as Oakheart, except they have Intelligence and Charisma scores of 1, they can't speak, and they have only the Slam action option. An animated tree acts as an ally of Oakheart. The tree remains animate for 1 day or until it dies; until Oakheart dies or is more than 120 feet from the tree; or until Oakheart takes a bonus action to turn him back into an inanimate tree. The tree then takes root if possible." - ] - } - ], - "traitTags": [ - "False Appearance", - "Siege Monster" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "DU", - "IG", - "S" - ], - "damageTags": [ - "B", - "F" - ], - "miscTags": [ - "MW", - "RW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Odwald Ebonhart", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 194, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "corvum" - ] - }, - "alignment": [ - "C", - "N" - ], - "ac": [ - 12, - { - "ac": 15, - "condition": "with mage armor", - "braces": true - } - ], - "hp": { - "formula": "9d8 + 9", - "average": 49 - }, - "speed": { - "walk": 30 - }, - "str": 9, - "dex": 14, - "con": 12, - "int": 18, - "wis": 10, - "cha": 14, - "save": { - "int": "+7", - "wis": "+3" - }, - "skill": { - "arcana": "+7", - "deception": "+5", - "medicine": "+3" - }, - "passive": 10, - "languages": [ - "Birdfolk", - "any two other languages", - "can also understand Auran but can't speak it" - ], - "cr": "6", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "Odwald is a 9th-level spellcaster. His spellcasting ability is Intelligence (spell save {@dc 15}, +7 to hit with spell attacks). Odwald has the following wizard spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell chill touch|PHB}", - "{@spell light|PHB}", - "{@spell mage hand|PHB}", - "{@spell prestidigitation|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell disguise self|PHB}", - "{@spell false life|PHB|false life†}", - "{@spell mage armor|PHB}", - "{@spell magic missile|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell misty step|PHB}", - "{@spell ray of enfeeblement|PHB|ray of enfeeblement†}", - "{@spell suggestion|PHB}" - ], - "slots": 3 - }, - "3": { - "spells": [ - "{@spell animate dead|PHB|animate dead†}", - "{@spell counterspell|PHB}", - "{@spell fear|PHB}" - ], - "slots": 3 - }, - "4": { - "spells": [ - "{@spell blight|PHB|blight†}", - "{@spell greater invisibility|PHB}" - ], - "slots": 3 - }, - "5": { - "spells": [ - "{@spell dominate person|PHB}" - ], - "slots": 1 - } - }, - "footerEntries": [ - "†necromancy spell of 1st level or higher" - ], - "ability": "int" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Odwald can spend a reaction to fly up to his speed in one direction as he descends. Odwald lands in an unoccupied space at the end of his movement, and takes no falling damage. Odwald cannot glide while carrying heavy objects, heavy weapons, or shields (though he can drop any held items as part of his reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "Odwald has advantage on Strength ({@skill Athletics}) checks made to climb any surface his talons could reasonably grip." - ] - }, - { - "name": "Convincing", - "entries": [ - "Odwald has advantage on all Charisma checks used to convince someone of his knowledge of subject matter pertaining to the Arcana skill." - ] - }, - { - "name": "Life Leech", - "entries": [ - "Once per turn, when Odwald kills one or more creatures with a spell of 1st level or higher, he can regain hit points equal to twice the level of the spell, or three times the level if it is a necromancy spell." - ] - } - ], - "action": [ - { - "name": "Staff", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d6 - 1}) bludgeoning damage, or 3 ({@damage 1d8 - 1}) bludgeoning damage if wielded with both hands." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d4 + 2}) slashing damage." - ] - } - ], - "languageTags": [ - "AU", - "CS", - "X" - ], - "damageTags": [ - "B", - "S" - ], - "damageTagsSpell": [ - "N", - "O" - ], - "spellcastingTags": [ - "CW" - ], - "miscTags": [ - "MW" - ], - "savingThrowForcedSpell": [ - "constitution", - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Raptor Explorer", - "shortName": "explorer", - "source": "HWCS", - "page": 203, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "raptor" - ] - }, - "alignment": [ - "NX", - "NY", - "N" - ], - "ac": [ - { - "ac": 13, - "from": [ - "{@item leather armor|phb}" - ] - } - ], - "hp": { - "formula": "4d6 + 4", - "average": 18 - }, - "speed": { - "walk": 25, - "swim": 25 - }, - "str": 11, - "dex": 14, - "con": 12, - "int": 11, - "wis": 15, - "cha": 11, - "skill": { - "history": "+2", - "perception": "+6", - "stealth": "+4", - "survival": "+6" - }, - "passive": 16, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "1/2", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the explorer can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "The explorer rolls advantage on Strength ({@skill Athletics}) checks made to climb any surface their talons could reasonably grip." - ] - }, - { - "name": "Patient", - "entries": [ - "When the explorer reacts with a readied action, they have advantage on the first attack roll, skill check, or ability check they make as a part of that action." - ] - }, - { - "name": "Keen Hearing and Sight", - "entries": [ - "The explorer has advantage on Wisdom ({@skill Perception}) checks that rely on hearing or sight." - ] - }, - { - "name": "Sure Footing", - "entries": [ - "The explorer ignores non-magical difficult terrain." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The explorer makes two melee attacks or two attacks with their hand crossbow." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d4 + 2}) piercing damage. " - ] - }, - { - "name": "Saber", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) slashing damage. " - ] - }, - { - "name": "Hand Crossbow", - "entries": [ - "{@atk rw} {@hit 4} to hit, range 30/120 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - } - ], - "attachedItems": [ - "hand crossbow|phb" - ], - "traitTags": [ - "Keen Senses" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P", - "S" - ], - "miscTags": [ - "MW", - "RNG", - "RW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Raptor Ranger", - "shortName": "ranger", - "source": "HWCS", - "page": 203, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "raptor" - ] - }, - "alignment": [ - "NX", - "NY", - "N" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item studded leather armor|phb}" - ] - } - ], - "hp": { - "formula": "12d6 + 24", - "average": 66 - }, - "speed": { - "walk": 25 - }, - "str": 12, - "dex": 16, - "con": 14, - "int": 10, - "wis": 16, - "cha": 8, - "skill": { - "stealth": "+7", - "athletics": "+3", - "survival": "+5" - }, - "passive": 13, - "languages": [ - "Birdfolk", - "Mapach", - "can also understand Auran but can't speak it" - ], - "cr": "4", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The ranger is a 3rd-level spellcaster. Their spellcasting ability is ", - "Wisdom (spell save {@dc 13}, + 5 to hit with spell attacks). The ranger has the following spells prepared:" - ], - "spells": { - "1": { - "spells": [ - "{@spell cure wounds|PHB}", - "{@spell fog cloud|PHB}", - "{@spell hunter's mark|PHB}", - "{@spell protection from evil and good|PHB}" - ], - "slots": 3 - } - }, - "ability": "wis" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the ranger can spend ", - "a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "The ranger rolls advantage on Strength ({@skill Athletics}) checks made to climb any surface their talons could reasonably grip." - ] - }, - { - "name": "Aerial Defense", - "entries": [ - "Creatures who attack the ranger while the ranger is falling, gliding, or jumping have disadvantage on their attack roll." - ] - }, - { - "name": "Keen Hearing and Sight", - "entries": [ - "The explorer has advantage on Wisdom ({@skill Perception}) checks that rely on hearing or sight." - ] - }, - { - "name": "Arrow Sight (3/Day)", - "entries": [ - "When the ranger attacks with their red-feather bow, they can use their bonus action to see from the point the arrow struck as if they were there. If the arrow strikes a creature, the ranger can see from the creature's perspective. This effect lasts for 1 minute." - ] - }, - { - "name": "Hunter (3/Day)", - "entries": [ - "As a bonus action, the ranger can deal an extra {@damage 1d10} damage on their next attack made with a shortbow or longbow." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The ranger makes two red-feather bow attacks." - ] - }, - { - "name": "Red-Feather Bow", - "entries": [ - "{@atk rw} {@hit 6} to hit, range 80/320 ft., one target. {@h}6 ({@damage 1d6 + 4}) piercing damage." - ] - }, - { - "name": "Dagger", - "entries": [ - "{@atk mw, rw} {@hit 5} to hit, reach 5 ft., range 20/60 ft., one target. {@h}5 ({@damage 1d4 + 3}) piercing damage. " - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d4 + 3}) piercing damage. " - ] - } - ], - "attachedItems": [ - "dagger|phb" - ], - "traitTags": [ - "Keen Senses" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P" - ], - "spellcastingTags": [ - "CR" - ], - "miscTags": [ - "MLW", - "MW", - "RW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Rhys Birchwalker", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 203, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "mistral raptor" - ] - }, - "alignment": [ - "N" - ], - "ac": [ - 11 - ], - "hp": { - "average": 3, - "formula": "1d6" - }, - "speed": { - "walk": 25 - }, - "str": 10, - "dex": 12, - "con": 10, - "int": 10, - "wis": 11, - "cha": 10, - "passive": 10, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "0", - "trait": [ - { - "name": "Hunter's Training", - "entries": [ - "Rhys has proficiency with the {@item longbow|phb}, {@item shortbow|phb}, and {@item spear|phb}. Additionally, her familiarity with the longbow means that it is not considered a heavy weapon for her." - ] - }, - { - "name": "Talons", - "entries": [ - "Rhys has advantage on Strength ({@skill Athletics}) checks made to climb any surface her talons could reasonably grip." - ] - }, - { - "name": "Aerial Defense", - "entries": [ - "Creatures who attack Rhys while she ranger is falling, gliding, or jumping have disadvantage on their attack roll." - ] - } - ], - "action": [ - { - "name": "Club", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d4}) bludgeoning damage." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d4 + 1}) slashing damage." - ] - } - ], - "tokenCredit": "Jaqdaw", - "attachedItems": [ - "club|phb" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "B", - "S" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true - }, - { - "name": "Riffin, the Ash-Knight", - "shortName": "Riffin", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 204, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "strig" - ] - }, - "alignment": [ - "L", - "G" - ], - "ac": [ - { - "ac": 18, - "from": [ - "{@item half plate armor|phb}", - "{@item shield|phb}" - ] - } - ], - "hp": { - "formula": "8d8 + 24", - "average": 60 - }, - "speed": { - "walk": 30 - }, - "str": 16, - "dex": 10, - "con": 16, - "int": 8, - "wis": 13, - "cha": 12, - "save": { - "con": "+5", - "wis": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 11, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "3", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Riffin can spend a reaction to fly up to his speed in one direction as he descends. He lands in an unoccupied space at the end of his movement, and takes no falling damage. He cannot glide while carrying heavy objects, heavy weapons, or shields (though he can drop any held items as part of his reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "Riffin rolls advantage on Strength ({@skill Athletics}) checks made to climb any surface his talons could reasonably grip." - ] - }, - { - "name": "Maneuver (2/Day)", - "entries": [ - "When Riffin hits with an attack, he can choose to maneuver the enemy out of position, granting an ally within 5 feet of the target the opportunity to use their reaction to move away from this enemy at half their movement speed without provoking an {@action opportunity attack|phb|attack of opportunity}." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "Riffin makes two short sword attacks." - ] - }, - { - "name": "Short Sword", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}6 ({@damage 1d6 + 3}) piercing damage." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d4 + 3}) piercing damage. The knight can choose to grapple a target hit by this attack as a bonus action." - ] - }, - { - "name": "Wing Crest Shield (1/Day)", - "entries": [ - "Riffin casts the {@spell gust of wind} spell (save {@dc 15})." - ] - } - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Shifting Slime", - "source": "HWCS", - "page": 187, - "size": [ - "L" - ], - "type": "ooze", - "alignment": [ - "U" - ], - "ac": [ - 9 - ], - "hp": { - "formula": "3d10 + 15", - "average": 31 - }, - "speed": { - "walk": 20, - "climb": 20 - }, - "str": 14, - "dex": 8, - "con": 20, - "int": 1, - "wis": 6, - "cha": 1, - "senses": [ - "blindsight 60 ft. (blind beyond this radius)" - ], - "passive": 8, - "immune": [ - { - "special": "Special; see Adaptive ability" - } - ], - "conditionImmune": [ - "blinded", - "charmed", - "deafened", - "exhaustion", - "frightened", - "prone" - ], - "cr": "1/2", - "trait": [ - { - "name": "Amorphous", - "entries": [ - "The Caustic Slime can move through a space as narrow as 1 inch wide without squeezing." - ] - }, - { - "name": "Spider Climb", - "entries": [ - "The Caustic Slime can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check." - ] - } - ], - "action": [ - { - "name": "Psuedopod", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) acid damage. The target is {@condition grappled} (escape {@dc 13}). Until this grapple ends, the target is {@condition restrained} and the shifting slime can't make a pseudopod attack against another target." - ] - }, - { - "name": "Swallow", - "entries": [ - "The shifting slime makes one pseudopod attack against a target it is grappling that is at least one size smaller than itself. If the attack hits, the target is swallowed, and the grapple ends. The swallowed target is {@condition restrained}, it has {@quickref Cover||3||total cover} against attacks and other effects outside the shifting slime, and it must make a {@dc 13} Constitution saving throw at the start of each of its turns taking 3 ({@damage 1d6}) acid damage on a failure. If the shifting slime used its adaptive ability to become immune to a damage type, the damage dealt to the target on a failed save becomes that type instead. The shifting slime can have only one target swallowed at a time.", - "If the shifting slime dies, a swallowed creature is no longer {@condition restrained} by it, and may move freely as the body of the slime quivers and neutralizes into an inert puddle of goo." - ] - } - ], - "reaction": [ - { - "name": "Split", - "entries": [ - "When a slime that is Medium or larger and has 10 or more hit points is hit with slashing damage, it splits into two new slimes. Each new slime has hit points equal to half the original slime's, rounded down. New slimes are one size smaller than the previous size. New shifting slimes each have the same damage type immunity as their parent slime and retain the Adaptive ability." - ] - }, - { - "name": "Adaptive", - "entries": [ - "Each time the slime is hit by a spell that deals damage, it can become immune to that damage type for 1 hour. When the slime changes the damage type it's immune to, its color changes based on the table on the below. The slime can only be immune to one damage type at a time. Normally, shifting slimes are iridescent, shimmering with all the colors of the rainbow.", - { - "type": "table", - "colLabels": [ - "Damage Type", - "Slime Color" - ], - "colStyles": [ - "col-5", - "col-5" - ], - "rows": [ - [ - "Acid", - "Lime Green" - ], - [ - "Cold", - "Ice Blue" - ], - [ - "Fire", - "Bright Crimson" - ], - [ - "Force", - "Clear" - ], - [ - "Lightning", - "Vibrant Yellow" - ], - [ - "Necrotic", - "Dark Black" - ], - [ - "Poison", - "Dark Green" - ], - [ - "Psychic", - "Bright Violet" - ], - [ - "Radiant", - "Warm Orange" - ], - [ - "Thunder", - "Bright White" - ] - ] - } - ] - } - ], - "traitTags": [ - "Amorphous", - "Spider Climb" - ], - "senseTags": [ - "B" - ], - "actionTags": [ - "Swallow" - ], - "damageTags": [ - "A" - ], - "miscTags": [ - "MW" - ], - "conditionInflict": [ - "grappled", - "restrained" - ], - "savingThrowForced": [ - "constitution" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Shyla Denn", - "shortName": "Shyla", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 207, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "vulpin" - ] - }, - "alignment": [ - "N", - "E" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item chain shirt|phb}" - ] - } - ], - "hp": { - "formula": "5d8 + 5", - "average": 27 - }, - "speed": { - "walk": 30 - }, - "str": 10, - "dex": 14, - "con": 12, - "int": 15, - "wis": 16, - "cha": 13, - "skill": { - "medicine": "+7", - "persuasion": "+3", - "religion": "+5" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 13, - "languages": [ - "Birdfolk", - "Celestial", - "Vulpin" - ], - "cr": "2", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "Shyla is a 5th level spellcaster, her spellcasting ability is Wisdom (spell save {@dc 13}, +5 to hit with spell attacks). Shyla has the following cleric spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell light|PHB}", - "{@spell sacred flame|PHB}", - "{@spell thaumaturgy|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell cure wounds|PHB}", - "{@spell disguise self|PHB}", - "{@spell guiding bolt|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell lesser restoration|PHB}", - "{@spell mirror image|PHB}", - "{@spell spiritual weapon|PHB}" - ], - "slots": 3 - }, - "3": { - "spells": [ - "{@spell blink|PHB}", - "{@spell spirit guardians|PHB}" - ], - "slots": 2 - } - }, - "ability": "wis" - } - ], - "trait": [ - { - "name": "Evasive", - "entries": [ - "Shyla includes her Intelligence modifier as a bonus on all Dexterity saving throws." - ] - }, - { - "name": "Divine Eminence", - "entries": [ - "As a bonus action, Shyla can expend a spell slot to cause her melee weapon attacks to magically deal an extra 10 ({@damage 3d6}) poison damage to a target on a hit. This benefit lasts until the end of the turn. If Shyla expends a spell slot of 2nd level or higher, the extra damage increases by {@damage 1d6} for each level above 1st." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - }, - { - "name": "Mace", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d6}) bludgeoning damage." - ] - } - ], - "attachedItems": [ - "mace|phb" - ], - "senseTags": [ - "D" - ], - "languageTags": [ - "CE" - ], - "damageTags": [ - "B", - "I", - "P" - ], - "damageTagsSpell": [ - "N", - "O", - "R" - ], - "spellcastingTags": [ - "CC" - ], - "miscTags": [ - "MLW", - "MW" - ], - "savingThrowForcedSpell": [ - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Sticky Slime", - "source": "HWCS", - "page": 188, - "size": [ - "M" - ], - "type": "ooze", - "alignment": [ - "U" - ], - "ac": [ - 6 - ], - "hp": { - "formula": "2d8 + 4", - "average": 13 - }, - "speed": { - "walk": 15, - "climb": 15 - }, - "str": 12, - "dex": 3, - "con": 14, - "int": 1, - "wis": 6, - "cha": 1, - "senses": [ - "blindsight 60 ft. (blind beyond this radius)" - ], - "passive": 8, - "resist": [ - "bludgeoning", - "piercing", - "slashing" - ], - "conditionImmune": [ - "blinded", - "charmed", - "deafened", - "exhaustion", - "frightened", - "prone" - ], - "cr": "1/8", - "trait": [ - { - "name": "Amorphous", - "entries": [ - "The Caustic Slime can move through a space as narrow as 1 inch wide without squeezing." - ] - }, - { - "name": "Slime Trail", - "entries": [ - "The slime leaves a trail of ooze behind it that remains tacky for up to 15 minutes. A creature that steps in the ooze must succeed a {@dc 12} Strength saving throw or become {@condition restrained}. A creature may attempt the saving throw again at the end of each of its turns, ending the effect on a success." - ] - }, - { - "name": "Mucus", - "entries": [ - "When the slime is hit by a melee attack, the attacker must succeed on a {@dc 12} Strength saving throw or their weapon becomes stuck in the slime. The weapon can be wrenched out by using an action to make a Strength ({@skill Athletics}) check against the same DC, freeing the weapon on a success. All weapons stuck in the slime can be retrieved once the slime is slain." - ] - } - ], - "action": [ - { - "name": "Psuedopod", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d4 + 1}) bludgeoning damage." - ] - } - ], - "traitTags": [ - "Amorphous" - ], - "senseTags": [ - "B" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MW" - ], - "conditionInflict": [ - "restrained" - ], - "savingThrowForced": [ - "strength" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Strig Knight", - "shortName": "knight", - "source": "HWCS", - "page": 204, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "strig" - ] - }, - "alignment": [ - "L", - "G", - "NY", - "E" - ], - "ac": [ - { - "ac": 18, - "from": [ - "{@item half plate armor|phb}", - "{@item shield|phb}" - ] - } - ], - "hp": { - "formula": "8d8 + 24", - "average": 60 - }, - "speed": { - "walk": 30 - }, - "str": 16, - "dex": 10, - "con": 16, - "int": 8, - "wis": 13, - "cha": 12, - "save": { - "con": "+5", - "wis": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 11, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "3", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the knight can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "The knight rolls advantage on Strength ({@skill Athletics}) checks made to climb any surface their talons could reasonably grip." - ] - }, - { - "name": "Maneuver (2/Day)", - "entries": [ - "When the knight hits with an attack, they can choose to maneuver the enemy out of position, granting an ally within 5 feet of the target the opportunity to use their reaction to move away from this enemy at half their movement speed without provoking an {@action opportunity attack|phb|attack of opportunity}." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The knight makes two short sword attacks." - ] - }, - { - "name": "Short Sword", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}6 ({@damage 1d6 + 3}) piercing damage." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d4 + 3}) piercing damage. The knight can choose to grapple a target hit by this attack as a bonus action." - ] - }, - { - "name": "Wing Crest Shield (1/Day)", - "entries": [ - "The knight casts the {@spell gust of wind} spell (save {@dc 15})." - ] - } - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Strig Tracker", - "shortName": "tracker", - "source": "HWCS", - "page": 206, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "strig" - ] - }, - "alignment": [ - "L", - "G" - ], - "ac": [ - { - "ac": 14, - "from": [ - "{@item hide armor|phb}" - ] - } - ], - "hp": { - "formula": "10d8 + 20", - "average": 65 - }, - "speed": { - "walk": 30 - }, - "str": 16, - "dex": 14, - "con": 14, - "int": 11, - "wis": 15, - "cha": 10, - "skill": { - "acrobatics": "+6", - "perception": "+4", - "survival": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 14, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "3", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The tracker is a 3rd-level spellcaster. Their spellcasting ability is Wisdom (spell save {@dc 12}, +4 to hit with spell attacks). The strig tracker has the following ranger spells prepared:" - ], - "spells": { - "1": { - "spells": [ - "{@spell elevated sight|HWCS}", - "{@spell hunter's mark|PHB}", - "{@spell longstrider|PHB}", - "{@spell speak with animals|PHB}" - ], - "slots": 3 - } - }, - "ability": "wis" - } - ], - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, the tracker can spend a reaction to fly up to their speed in one direction as they descend. They land in an unoccupied space at the end of their movement, and take no falling damage. They cannot glide while carrying heavy objects, heavy weapons, or shields (though they can drop any held items as part of their reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "The tracker rolls advantage on Strength ({@skill Athletics}) checks made to climb any surface their talons could reasonably grip." - ] - }, - { - "name": "Patterned Feathers", - "entries": [ - "The tracker has advantage on Dexterity ({@skill Stealth}) checks when they attempt to hide in a forest." - ] - }, - { - "name": "Reya's Keen Eye", - "entries": [ - "The tracker can make Wisdom ({@skill Perception}) checks as a bonus action to try and find hidden creatures." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The tracker makes two melee attacks, one with their longsword and one with their hand axe. Or they make two ranged attacks with their hand axe." - ] - }, - { - "name": "Longsword", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}7 ({@damage 1d8 + 3}) slashing damage or 8 ({@damage 1d10 + 3}) slashing damage if wielding with both hands." - ] - }, - { - "name": "Hand Axe", - "entries": [ - "{@atk mw,rw} {@hit 5} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}6 ({@damage 1d6 + 3}) slashing damage." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d4 + 3}) piercing damage." - ] - } - ], - "attachedItems": [ - "longsword|phb" - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P", - "S" - ], - "spellcastingTags": [ - "CR" - ], - "miscTags": [ - "MLW", - "MW", - "RW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Susan of the Swamp", - "shortName": "Susan", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 198, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "hedge" - ] - }, - "alignment": [ - "C", - "G" - ], - "ac": [ - { - "ac": 14, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "6d6", - "average": 21 - }, - "speed": { - "walk": 25, - "burrow": 15 - }, - "str": 8, - "dex": 10, - "con": 10, - "int": 14, - "wis": 15, - "cha": 16, - "skill": { - "arcana": "+4", - "survival": "+4" - }, - "passive": 12, - "languages": [ - "Abyssal", - "Birdfolk", - "Hedge", - "can also speak with beasts of any size which represent spiders, insects, worms, or other bugs" - ], - "cr": "1", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "Susan is a 2nd-level spellcaster. Her spellcasting ability is Charisma (spell save {@dc 13}, +5 to hit with spell attacks). Susan has the following warlock spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell eldritch blast|PHB}", - "{@spell minor illusion|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell charm person|PHB}", - "{@spell hellish rebuke|PHB}", - "{@spell unseen servant|PHB}" - ], - "slots": 2, - "lower": 1 - } - }, - "ability": "cha" - } - ], - "trait": [ - { - "name": "Dark One's Blessing", - "entries": [ - "When Susan reduces a hostile creature to 0 hit points, she gains 5 temporary hit points." - ] - }, - { - "name": "Repelling Blast", - "entries": [ - "When Susan hits a creature with eldritch blast, she can push the creature up to 10 feet away in a straight line." - ] - } - ], - "action": [ - { - "name": "Staff", - "entries": [ - "{@atk mw} {@hit 1} to hit, reach 5 ft., one target. {@h}2 ({@damage 1d6 - 1}) bludgeoning damage." - ] - }, - { - "name": "Dagger", - "entries": [ - "{@atk mw,rw} {@hit 4} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}4 ({@damage 1d4 + 2}) piercing damage." - ] - }, - { - "name": "Fiendish Vigor", - "entries": [ - "Susan can cast {@spell false life} at will as a 1st-level spell." - ] - }, - { - "name": "Curl Up", - "entries": [ - "Susan curls up into a spiny ball. While curled up in this way she cannot move, attack, or cast spells with somatic components, and her base armor class becomes 19. Any creature that misses Susan with a melee attack while she is curled up takes {@damage 2d4} points of piercing damage from her sharp quills. If a creature hits Susan while she is curled up, however, Susan is knocked {@condition prone} in her space at the end of the turn. Susan may uncurl herself at any point during her turn." - ] - } - ], - "attachedItems": [ - "dagger|phb" - ], - "languageTags": [ - "AB" - ], - "damageTags": [ - "B", - "P" - ], - "damageTagsSpell": [ - "F", - "O" - ], - "spellcastingTags": [ - "CL" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "conditionInflict": [ - "prone" - ], - "conditionInflictSpell": [ - "charmed" - ], - "savingThrowForcedSpell": [ - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Swarm of Emberbats", - "source": "HWCS", - "page": 182, - "size": [ - "M" - ], - "type": { - "type": "beast", - "swarmSize": "T" - }, - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "formula": "5d8", - "average": 22 - }, - "speed": { - "walk": 0, - "fly": 30 - }, - "str": 5, - "dex": 15, - "con": 10, - "int": 3, - "wis": 10, - "cha": 5, - "senses": [ - "blindsight 60 ft." - ], - "passive": 10, - "resist": [ - "bludgeoning", - "piercing", - "slashing" - ], - "conditionImmune": [ - "charmed", - "frightened", - "grappled", - "paralyzed", - "petrified", - "prone", - "restrained", - "stunned" - ], - "cr": "1/2", - "trait": [ - { - "name": "Echolocation", - "entries": [ - "The swarm can't use its blindsight while {@condition deafened}." - ] - }, - { - "name": "Keen Hearing", - "entries": [ - "The swarm has advantage on Wisdom ({@skill Perception}) checks that rely on hearing." - ] - }, - { - "name": "Flame Essence", - "entries": [ - "Any creature that starts their turn within 5 feet of the emberbat swarm must make a {@dc 10} Constitution saving throw, taking 2 ({@damage 1d4}) points of fire damage on a failure." - ] - }, - { - "name": "Swarm", - "entries": [ - "The Swarm of Emberbats can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny bat. The swarm can't regain hit points or gain temporary hit points." - ] - } - ], - "action": [ - { - "name": "Bites", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 0 ft., one creature in the swarm's space. {@h}5 ({@damage 2d4}) piercing damage, or 2 ({@damage 1d4}) piercing damage if the swarm has half of its hit points or fewer." - ] - } - ], - "traitTags": [ - "Keen Senses" - ], - "senseTags": [ - "B" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MW" - ], - "savingThrowForced": [ - "constitution" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Tevor of the Spring Path", - "shortName": "Tevor", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 207, - "size": [ - "S" - ], - "type": { - "type": "humanoid", - "tags": [ - "luma" - ] - }, - "alignment": [ - "N", - "G" - ], - "ac": [ - { - "ac": 14, - "from": [ - "{@item chain shirt|phb}" - ] - } - ], - "hp": { - "formula": "5d6 + 5", - "average": 22 - }, - "speed": { - "walk": 25 - }, - "str": 14, - "dex": 12, - "con": 12, - "int": 10, - "wis": 14, - "cha": 12, - "skill": { - "athletics": "+4" - }, - "passive": 12, - "resist": [ - "poison" - ], - "languages": [ - "Birdfolk", - "Druidic", - "can also understand Auran but can't speak it" - ], - "cr": "1/4", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Tevor can spend a reaction to fly up to his speed in one direction as he descends. He lands in an unoccupied space at the end of his movement, and takes no falling damage. He cannot glide while carrying heavy objects, heavy weapons, or shields (though he can drop any held items as part of his reaction)." - ] - }, - { - "name": "Wing Flap", - "entries": [ - "As a bonus action, Tevor can use his powerful feathered arms to propel himself upward up to half his movement speed. He can use it in conjunction with a regular jump, but not while gliding." - ] - }, - { - "name": "Fated (Recharges after a Long Rest)", - "entries": [ - "Tevor can choose to reroll any attack roll, skill check, or saving throw." - ] - }, - { - "name": "Resilience", - "entries": [ - "Tevor rolls with advantage on saving throws against being {@condition poisoned}." - ] - }, - { - "name": "Drop Attack", - "entries": [ - "Tevor can make an attack during his glide. If he does, he deals an extra 4 ({@damage 1d8}) points of damage." - ] - } - ], - "action": [ - { - "name": "Spear", - "entries": [ - "{@atk mw,rw} {@hit 4} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage or 6 ({@damage 1d8 + 2}) piercing damage if used with both hands." - ] - }, - { - "name": "Tender Healing (Recharges after a Long Rest)", - "entries": [ - "Tevor casts the {@spell cure wounds} spell at 1st level. Wisdom is his spellcasting ability for this spell." - ] - } - ], - "attachedItems": [ - "spear|phb" - ], - "languageTags": [ - "AU", - "CS", - "DU" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW", - "RW", - "THW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Vulpin Captain", - "shortName": "captain", - "source": "HWCS", - "page": 207, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "vulpin" - ] - }, - "alignment": [ - "N", - "E" - ], - "ac": [ - { - "ac": 14, - "from": [ - "{@item studded leather armor|phb}" - ] - } - ], - "hp": { - "formula": "5d8 + 5", - "average": 27 - }, - "speed": { - "walk": 30 - }, - "str": 13, - "dex": 15, - "con": 12, - "int": 14, - "wis": 14, - "cha": 12, - "skill": { - "acrobatics": "+4", - "perception": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 14, - "languages": [ - "Birdfolk", - "Vulpin" - ], - "cr": "1", - "trait": [ - { - "name": "Evasive", - "entries": [ - "The captain includes their Intelligence modifier as a bonus to their Dexterity saving throws." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The captain makes two attacks." - ] - }, - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - }, - { - "name": "Short sword", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - }, - { - "name": "Short bow", - "entries": [ - "{@atk mw} {@hit 4} to hit, range 80/320 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Parry", - "entries": [ - "The captain adds 2 to their AC against one melee attack that would hit them per round. The captain must see the attacker and be wielding a melee weapon. " - ] - } - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack", - "Parry" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Vulpin Noble", - "shortName": "noble", - "source": "HWCS", - "page": 207, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "vulpin" - ] - }, - "alignment": [ - "A" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item breastplate|phb}" - ] - } - ], - "hp": { - "formula": "2d8", - "average": 9 - }, - "speed": { - "walk": 30 - }, - "str": 11, - "dex": 12, - "con": 11, - "int": 14, - "wis": 12, - "cha": 16, - "skill": { - "deception": "+5", - "history": "+4", - "insight": "+3", - "persuasion": "+5" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 11, - "languages": [ - "Birdfolk", - "Vulpin" - ], - "cr": "1/8", - "trait": [ - { - "name": "Evasive", - "entries": [ - "The noble includes their Intelligence modifier as a bonus to their Dexterity saving throws." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d6 + 1}) piercing damage." - ] - }, - { - "name": "Short sword", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}4 ({@damage 1d6 + 1}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Disparaging Remark", - "entries": [ - "When a creature the noble can see makes an attack roll against an ally, the noble can use their reaction to impose disadvantage on that roll. The target of this effect must be able to hear and understand the noble." - ] - } - ], - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MW" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Vulpin Priest of Kren", - "shortName": "priest", - "source": "HWCS", - "page": 207, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "vulpin" - ] - }, - "alignment": [ - "N", - "E" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item chain shirt|phb}" - ] - } - ], - "hp": { - "formula": "5d8 + 5", - "average": 27 - }, - "speed": { - "walk": 30 - }, - "str": 10, - "dex": 14, - "con": 12, - "int": 15, - "wis": 16, - "cha": 13, - "skill": { - "medicine": "+7", - "persuasion": "+3", - "religion": "+5" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 13, - "languages": [ - "Birdfolk", - "Celestial", - "Vulpin" - ], - "cr": "2", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The priest is a 5th level spellcaster, their spellcasting ability is Wisdom (spell save {@dc 13}, +5 to hit with spell attacks). The priest has the following cleric spells prepared:" - ], - "spells": { - "0": { - "spells": [ - "{@spell light|PHB}", - "{@spell sacred flame|PHB}", - "{@spell thaumaturgy|PHB}" - ] - }, - "1": { - "spells": [ - "{@spell cure wounds|PHB}", - "{@spell disguise self|PHB}", - "{@spell guiding bolt|PHB}" - ], - "slots": 4 - }, - "2": { - "spells": [ - "{@spell lesser restoration|PHB}", - "{@spell mirror image|PHB}", - "{@spell spiritual weapon|PHB}" - ], - "slots": 3 - }, - "3": { - "spells": [ - "{@spell blink|PHB}", - "{@spell spirit guardians|PHB}" - ], - "slots": 2 - } - }, - "ability": "wis" - } - ], - "trait": [ - { - "name": "Evasive", - "entries": [ - "The priest includes their Intelligence modifier as a bonus on all Dexterity saving throws." - ] - }, - { - "name": "Divine Eminence", - "entries": [ - "As a bonus action, the priest can expend a spell slot to cause their melee weapon attacks to magically deal an extra 10 ({@damage 3d6}) poison damage to a target on a hit. This benefit lasts until the end of the turn. If the priest expends a spell slot of 2nd level or higher, the extra damage increases by {@damage 1d6} for each level above 1st." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage." - ] - }, - { - "name": "Mace", - "entries": [ - "{@atk mw} {@hit 2} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d6}) bludgeoning damage." - ] - } - ], - "attachedItems": [ - "mace|phb" - ], - "senseTags": [ - "D" - ], - "languageTags": [ - "CE" - ], - "damageTags": [ - "B", - "I", - "P" - ], - "damageTagsSpell": [ - "N", - "O", - "R" - ], - "spellcastingTags": [ - "CC" - ], - "miscTags": [ - "MLW", - "MW" - ], - "savingThrowForcedSpell": [ - "dexterity", - "wisdom" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Wakewyrm", - "source": "HWCS", - "page": 187, - "size": [ - "H" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - { - "ac": 16, - "from": [ - "natural armor" - ] - } - ], - "hp": { - "formula": "13d12 + 52", - "average": 136 - }, - "speed": { - "walk": 20, - "swim": 50 - }, - "str": 20, - "dex": 14, - "con": 18, - "int": 3, - "wis": 12, - "cha": 3, - "passive": 11, - "cr": "6", - "trait": [ - { - "name": "Hold Breath", - "entries": [ - "The Wakewyrm can hold its breath for 1 hour." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The wakewyrm makes two attacks, one with its bite and one with its tail, or two bite attacks." - ] - }, - { - "name": "Bite", - "entries": [ - "{@atk mw} {@hit 8} to hit, reach 20 ft., one target. {@h}15 ({@damage 3d6 + 5}) piercing damage. The target must succeed on a {@dc 16} Strength saving throw or be {@condition grappled} (escape {@dc 16}). The wakewyrm can only grapple one creature at a time, and cannot make bite attacks against other creatures while it has a creature {@condition grappled}." - ] - }, - { - "name": "Tail", - "entries": [ - "{@atk mw} {@hit 8} to hit, reach 25 ft., one target. {@h}18 ({@damage 3d8 + 5}) bludgeoning damage." - ] - }, - { - "name": "Swallow", - "entries": [ - "The wakewyrm makes a bite attack against a Large or smaller creature it is grappling, and if the attack hits the target is swallowed, and the grapple ends. The swallowed target is {@condition blinded} and {@condition restrained}, it has {@quickref Cover||3||total cover} against attacks and other effects outside the wakewyrm, and it takes 11 ({@damage 3d6}) acid damage at the start of each of the wakewyrm's turns. If the wakewyrm takes 18 or more points of damage from a creature inside of it, the wakewyrm must succeed on a {@dc 15} Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall {@condition prone} in a space within 10 feet of the wakewyrm. If the wakewyrm dies, a swallowed creature is no longer {@condition restrained} by it, and it can escape from the corpse using 20 feet of movement. After death, internal gasses keep the wakewyrm's body afloat for several hours, before it begins to sink gradually to a watery grave." - ] - } - ], - "traitTags": [ - "Hold Breath" - ], - "actionTags": [ - "Multiattack", - "Swallow" - ], - "damageTags": [ - "A", - "B", - "P" - ], - "miscTags": [ - "MW", - "RCH" - ], - "conditionInflict": [ - "blinded", - "grappled", - "restrained" - ], - "savingThrowForced": [ - "constitution", - "strength" - ], - "hasToken": true, - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Walden Krane, Magistrate of Winnowing Reach", - "shortName": "Walden", - "isNpc": true, - "isNamedCreature": true, - "source": "HWCS", - "page": 209, - "size": [ - "M" - ], - "type": { - "type": "humanoid", - "tags": [ - "kindled corvum" - ] - }, - "alignment": [ - "L", - "N" - ], - "ac": [ - { - "ac": 15, - "from": [ - "{@item breastplate|phb}" - ] - } - ], - "hp": { - "average": 9, - "formula": "2d8" - }, - "speed": { - "walk": 30 - }, - "str": 11, - "dex": 12, - "con": 11, - "int": 14, - "wis": 14, - "cha": 17, - "skill": { - "deception": "+5", - "insight": "+6", - "persuasion": "+5" - }, - "passive": 13, - "languages": [ - "Birdfolk", - "can also understand Auran but can't speak it" - ], - "cr": "1/8", - "trait": [ - { - "name": "Glide", - "entries": [ - "When falling at least 10 feet, Bita can spend a reaction to fly up to her speed in one direction as she descends. She lands in an unoccupied space at the end of her movement, and takes no falling damage. She cannot glide while carrying heavy objects, heavy weapons, or shields (though she can drop any held items as part of her reaction)." - ] - }, - { - "name": "Talons", - "entries": [ - "Walden rolls advantage on Strength ({@skill Athletics}) checks made to climb any surface his talons could reasonably grip." - ] - }, - { - "name": "Learned", - "entries": [ - "Walden gains proficiency in one of the following skills: {@skill Arcana}, {@skill History}, {@skill Nature}, or {@skill Religion}." - ] - }, - { - "name": "Convincing", - "entries": [ - "Walden gains proficiency in his choice of the {@skill Deception} or {@skill Persuasion} skill. Additionally, he has advantage on all Charisma checks used to convince someone of their knowledge of anything pertaining to the skill he gained proficiency in from his Learned ability." - ] - } - ], - "action": [ - { - "name": "Rapier", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d8 + 1}) piercing damage." - ] - }, - { - "name": "Talons", - "entries": [ - "{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d4 + 1}) piercing damage." - ] - } - ], - "reaction": [ - { - "name": "Parry", - "entries": [ - "Walden adds 2 to his AC against one melee attack that would hit him. To do so, Walden must see the attacker and be wielding a melee weapon." - ] - } - ], - "tokenCredit": "Kiruko_Kun", - "attachedItems": [ - "rapier|phb" - ], - "actionTags": [ - "Parry" - ], - "languageTags": [ - "AU", - "CS" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MLW", - "MW" - ], - "hasToken": true, - "hasFluff": true - } - ] -} diff --git a/data/bestiary/bestiary-mm.json b/data/bestiary/bestiary-mm.json index 3fcd23f..82c2730 100644 --- a/data/bestiary/bestiary-mm.json +++ b/data/bestiary/bestiary-mm.json @@ -30,6 +30,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Aarakocra Skirmisher|XMM" + ], "size": [ "M" ], @@ -165,6 +168,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Aboleth|XMM" + ], "size": [ "L" ], @@ -358,6 +364,9 @@ "source": "CM" } ], + "reprintedAs": [ + "Abominable Yeti|XMM" + ], "size": [ "H" ], @@ -559,6 +568,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Priest Acolyte|XMM" + ], "size": [ "M" ], @@ -702,6 +714,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Adult Black Dragon|XMM" + ], "size": [ "H" ], @@ -988,6 +1003,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Dracolich|XMM" + ], "size": [ "H" ], @@ -1217,6 +1235,9 @@ "source": "JttRC" } ], + "reprintedAs": [ + "Adult Blue Dragon|XMM" + ], "size": [ "H" ], @@ -1499,6 +1520,9 @@ "source": "GoS" } ], + "reprintedAs": [ + "Adult Brass Dragon|XMM" + ], "size": [ "H" ], @@ -1828,6 +1852,9 @@ "source": "DSotDQ" } ], + "reprintedAs": [ + "Adult Bronze Dragon|XMM" + ], "size": [ "H" ], @@ -2151,6 +2178,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Adult Copper Dragon|XMM" + ], "size": [ "H" ], @@ -2454,6 +2484,9 @@ "source": "JttRC" } ], + "reprintedAs": [ + "Adult Gold Dragon|XMM" + ], "size": [ "H" ], @@ -2779,6 +2812,9 @@ "source": "CM" } ], + "reprintedAs": [ + "Adult Green Dragon|XMM" + ], "size": [ "H" ], @@ -3090,6 +3126,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Adult Red Dragon|XMM" + ], "size": [ "H" ], @@ -3375,6 +3414,9 @@ "source": "GoS" } ], + "reprintedAs": [ + "Adult Silver Dragon|XMM" + ], "size": [ "H" ], @@ -3700,6 +3742,9 @@ "source": "EGW" } ], + "reprintedAs": [ + "Adult White Dragon|XMM" + ], "size": [ "H" ], @@ -4053,6 +4098,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Air Elemental|XMM" + ], "size": [ "L" ], @@ -4198,6 +4246,9 @@ "source": "KftGV" } ], + "reprintedAs": [ + "Allosaurus|XMM" + ], "size": [ "L" ], @@ -4288,6 +4339,9 @@ "source": "MM", "page": 87, "srd": true, + "reprintedAs": [ + "Ancient Black Dragon|XMM" + ], "size": [ "G" ], @@ -4572,6 +4626,9 @@ "source": "TCE" } ], + "reprintedAs": [ + "Ancient Blue Dragon|XMM" + ], "size": [ "G" ], @@ -4857,6 +4914,9 @@ "source": "JttRC" } ], + "reprintedAs": [ + "Ancient Brass Dragon|XMM" + ], "size": [ "G" ], @@ -5176,6 +5236,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Ancient Bronze Dragon|XMM" + ], "size": [ "G" ], @@ -5490,6 +5553,9 @@ "source": "BGDIA" } ], + "reprintedAs": [ + "Ancient Copper Dragon|XMM" + ], "size": [ "G" ], @@ -5798,6 +5864,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Ancient Gold Dragon|XMM" + ], "size": [ "G" ], @@ -6120,6 +6189,9 @@ "source": "DIP" } ], + "reprintedAs": [ + "Ancient Green Dragon|XMM" + ], "size": [ "G" ], @@ -6421,6 +6493,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Ancient Red Dragon|XMM" + ], "size": [ "G" ], @@ -6703,6 +6778,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Ancient Silver Dragon|XMM" + ], "size": [ "G" ], @@ -7016,6 +7094,9 @@ "source": "IDRotF" } ], + "reprintedAs": [ + "Ancient White Dragon|XMM" + ], "size": [ "G" ], @@ -7311,6 +7392,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Sphinx of Valor|XMM" + ], "size": [ "L" ], @@ -7649,6 +7733,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Animated Armor|XMM" + ], "size": [ "M" ], @@ -7782,6 +7869,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Ankheg|XMM" + ], "size": [ "L" ], @@ -7880,6 +7970,9 @@ "source": "CRCotN" } ], + "reprintedAs": [ + "Ankylosaurus|XMM" + ], "size": [ "H" ], @@ -7966,7 +8059,7 @@ } ], "reprintedAs": [ - "Ape|XPHB" + "Ape|XMM" ], "size": [ "M" @@ -8076,6 +8169,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Arcanaloth|XMM" + ], "size": [ "M" ], @@ -8435,6 +8531,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Archmage|XMM" + ], "size": [ "M" ], @@ -8762,6 +8861,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Assassin|XMM" + ], "size": [ "M" ], @@ -9148,6 +9250,9 @@ "source": "IDRotF" } ], + "reprintedAs": [ + "Axe Beak|XMM" + ], "size": [ "L" ], @@ -9220,6 +9325,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Azer Sentinel|XMM" + ], "size": [ "M" ], @@ -9345,6 +9453,9 @@ "source": "KftGV" } ], + "reprintedAs": [ + "Baboon|XMM" + ], "size": [ "S" ], @@ -9421,7 +9532,7 @@ } ], "reprintedAs": [ - "Badger|XPHB" + "Badger|XMM" ], "size": [ "T" @@ -9521,6 +9632,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Balor|XMM" + ], "size": [ "H" ], @@ -9792,6 +9906,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Bandit|XMM" + ], "size": [ "M" ], @@ -9974,6 +10091,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Bandit Captain|XMM" + ], "size": [ "M" ], @@ -10140,6 +10260,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Banshee|XMM" + ], "size": [ "M" ], @@ -10321,6 +10444,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Barbed Devil|XMM" + ], "size": [ "M" ], @@ -10529,6 +10655,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Barlgura|XMM" + ], "size": [ "L" ], @@ -10733,6 +10862,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Basilisk|XMM" + ], "size": [ "M" ], @@ -10842,7 +10974,7 @@ } ], "reprintedAs": [ - "Bat|XPHB" + "Bat|XMM" ], "size": [ "T" @@ -10955,6 +11087,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Bearded Devil|XMM" + ], "size": [ "M" ], @@ -11154,6 +11289,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Behir|XMM" + ], "size": [ "H" ], @@ -11328,6 +11466,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Beholder|XMM" + ], "size": [ "L" ], @@ -11637,6 +11778,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Beholder Zombie|XMM" + ], "size": [ "L" ], @@ -11981,7 +12125,7 @@ } ], "reprintedAs": [ - "Black Bear|XPHB" + "Black Bear|XMM" ], "size": [ "M" @@ -12083,6 +12227,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Black Dragon Wyrmling|XMM" + ], "size": [ "M" ], @@ -12325,6 +12472,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Black Pudding|XMM" + ], "size": [ "L" ], @@ -12574,6 +12724,9 @@ "source": "CM" } ], + "reprintedAs": [ + "Blood Hawk|XMM" + ], "size": [ "S" ], @@ -12666,6 +12819,9 @@ "source": "DoSI" } ], + "reprintedAs": [ + "Blue Dragon Wyrmling|XMM" + ], "size": [ "M" ], @@ -12873,6 +13029,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Blue Slaad|XMM" + ], "size": [ "L" ], @@ -13038,7 +13197,7 @@ } ], "reprintedAs": [ - "Boar|XPHB" + "Boar|XMM" ], "size": [ "M" @@ -13158,6 +13317,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Bone Devil|XMM" + ], "size": [ "L" ], @@ -13354,6 +13516,9 @@ "source": "WDMM" } ], + "reprintedAs": [ + "Bone Naga|XMM" + ], "size": [ "L" ], @@ -13497,6 +13662,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Bone Naga|XMM" + ], "size": [ "L" ], @@ -13635,6 +13803,9 @@ "source": "MM", "page": 106, "srd": true, + "reprintedAs": [ + "Brass Dragon Wyrmling|XMM" + ], "size": [ "M" ], @@ -13857,6 +14028,9 @@ "source": "DoSI" } ], + "reprintedAs": [ + "Bronze Dragon Wyrmling|XMM" + ], "size": [ "M" ], @@ -14112,7 +14286,7 @@ } ], "reprintedAs": [ - "Brown Bear|XPHB" + "Brown Bear|XMM" ], "size": [ "L" @@ -14265,6 +14439,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Bugbear Warrior|XMM" + ], "size": [ "M" ], @@ -14545,6 +14722,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Bulette|XMM" + ], "size": [ "L" ], @@ -14654,6 +14834,9 @@ "source": "WBtW" } ], + "reprintedAs": [ + "Bullywug Warrior|XMM" + ], "size": [ "M" ], @@ -14808,6 +14991,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Cambion|XMM" + ], "size": [ "M" ], @@ -15120,7 +15306,7 @@ } ], "reprintedAs": [ - "Camel|XPHB" + "Camel|XMM" ], "size": [ "L" @@ -15203,6 +15389,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Carrion Crawler|XMM" + ], "size": [ "L" ], @@ -15356,7 +15545,7 @@ } ], "reprintedAs": [ - "Cat|XPHB" + "Cat|XMM" ], "size": [ "T" @@ -15438,6 +15627,9 @@ "source": "WDMM" } ], + "reprintedAs": [ + "Polar Bear|XMM" + ], "size": [ "L" ], @@ -15561,6 +15753,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Centaur Trooper|XMM" + ], "size": [ "L" ], @@ -15689,6 +15884,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Chain Devil|XMM" + ], "size": [ "M" ], @@ -15861,6 +16059,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Chasme|XMM" + ], "size": [ "L" ], @@ -16036,6 +16237,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Chimera|XMM" + ], "size": [ "L" ], @@ -16181,6 +16385,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Chuul|XMM" + ], "size": [ "L" ], @@ -16339,6 +16546,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Clay Golem|XMM" + ], "size": [ "L" ], @@ -16521,6 +16731,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Cloaker|XMM" + ], "size": [ "L" ], @@ -16685,6 +16898,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Cloud Giant|XMM" + ], "size": [ "H" ], @@ -16897,6 +17113,9 @@ "source": "WBtW" } ], + "reprintedAs": [ + "Cockatrice|XMM" + ], "size": [ "S" ], @@ -17089,6 +17308,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Commoner|XMM" + ], "size": [ "M" ], @@ -17184,7 +17406,7 @@ } ], "reprintedAs": [ - "Constrictor Snake|XPHB" + "Constrictor Snake|XMM" ], "size": [ "L" @@ -17263,6 +17485,9 @@ "source": "MM", "page": 111, "srd": true, + "reprintedAs": [ + "Copper Dragon Wyrmling|XMM" + ], "size": [ "M" ], @@ -17499,6 +17724,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Couatl|XMM" + ], "size": [ "M" ], @@ -17698,7 +17926,7 @@ } ], "reprintedAs": [ - "Crab|XPHB" + "Crab|XMM" ], "size": [ "T" @@ -17814,6 +18042,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Crawling Claw|XMM" + ], "size": [ "T" ], @@ -17938,7 +18169,7 @@ } ], "reprintedAs": [ - "Crocodile|XPHB" + "Crocodile|XMM" ], "size": [ "L" @@ -18113,6 +18344,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Cultist Fanatic|XMM" + ], "size": [ "M" ], @@ -18502,6 +18736,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Cyclops Sentry|XMM" + ], "size": [ "H" ], @@ -18634,6 +18871,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Dao|XMM" + ], "size": [ "L" ], @@ -18896,6 +19136,9 @@ "source": "KftGV" } ], + "reprintedAs": [ + "Darkmantle|XMM" + ], "size": [ "S" ], @@ -19011,6 +19254,9 @@ "source": "AATM" } ], + "reprintedAs": [ + "Death Dog|XMM" + ], "size": [ "M" ], @@ -19141,6 +19387,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Death Knight|XMM" + ], "size": [ "M" ], @@ -19380,6 +19629,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Death Slaad|XMM" + ], "size": [ "M" ], @@ -19611,6 +19863,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Death Tyrant|XMM" + ], "size": [ "L" ], @@ -20021,6 +20276,9 @@ "source": "DIP" } ], + "reprintedAs": [ + "Deer|XMM" + ], "size": [ "M" ], @@ -20097,6 +20355,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Demilich|XMM" + ], "size": [ "T" ], @@ -20379,6 +20640,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Deva|XMM" + ], "size": [ "M" ], @@ -20575,7 +20839,7 @@ } ], "reprintedAs": [ - "Dire Wolf|XPHB" + "Dire Wolf|XMM" ], "size": [ "L" @@ -20696,6 +20960,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Displacer Beast|XMM" + ], "size": [ "L" ], @@ -20821,6 +21088,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Djinni|XMM" + ], "size": [ "L" ], @@ -21132,6 +21402,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Doppelganger|XMM" + ], "size": [ "M" ], @@ -21279,7 +21552,7 @@ } ], "reprintedAs": [ - "Draft Horse|XPHB" + "Draft Horse|XMM" ], "size": [ "L" @@ -21360,6 +21633,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Dragon Turtle|XMM" + ], "size": [ "G" ], @@ -21528,6 +21804,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Dretch|XMM" + ], "size": [ "S" ], @@ -21659,6 +21938,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Drider|XMM" + ], "size": [ "L" ], @@ -21936,6 +22218,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Priest Acolyte|XMM" + ], "size": [ "M" ], @@ -22165,6 +22450,9 @@ "source": "PaBTSO" } ], + "reprintedAs": [ + "Gladiator|XMM" + ], "size": [ "M" ], @@ -22431,6 +22719,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Bandit Deceiver|XMM" + ], "size": [ "M" ], @@ -22649,6 +22940,9 @@ "source": "GoS" } ], + "reprintedAs": [ + "Fiend Cultist|XMM" + ], "size": [ "M" ], @@ -22983,6 +23277,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Druid|XMM" + ], "size": [ "M" ], @@ -23181,6 +23478,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Dryad|XMM" + ], "size": [ "M" ], @@ -23366,6 +23666,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Spy|XMM" + ], "size": [ "M" ], @@ -23508,6 +23811,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Modron Duodrone|XMM" + ], "size": [ "M" ], @@ -23660,6 +23966,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Dust Mephit|XMM" + ], "size": [ "S" ], @@ -23816,6 +24125,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Eagle|XMM" + ], "size": [ "S" ], @@ -23927,6 +24239,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Earth Elemental|XMM" + ], "size": [ "L" ], @@ -24094,6 +24409,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Efreeti|XMM" + ], "size": [ "L" ], @@ -24333,7 +24651,7 @@ } ], "reprintedAs": [ - "Elephant|XPHB" + "Elephant|XMM" ], "size": [ "H" @@ -24436,7 +24754,7 @@ } ], "reprintedAs": [ - "Elk|XPHB" + "Elk|XMM" ], "size": [ "L" @@ -24544,6 +24862,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Empyrean|XMM" + ], "size": [ "H" ], @@ -24784,6 +25105,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Erinyes|XMM" + ], "size": [ "M" ], @@ -25034,6 +25358,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Ettercap|XMM" + ], "size": [ "M" ], @@ -25204,6 +25531,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Ettin|XMM" + ], "size": [ "L" ], @@ -25318,6 +25648,9 @@ "name": "Faerie Dragon (Blue)", "source": "MM", "page": 133, + "reprintedAs": [ + "Faerie Dragon Adult|XMM" + ], "size": [ "T" ], @@ -25486,6 +25819,9 @@ "source": "ToA" } ], + "reprintedAs": [ + "Faerie Dragon Adult|XMM" + ], "size": [ "T" ], @@ -25648,6 +25984,9 @@ "name": "Faerie Dragon (Indigo)", "source": "MM", "page": 133, + "reprintedAs": [ + "Faerie Dragon Adult|XMM" + ], "size": [ "T" ], @@ -25812,6 +26151,9 @@ "name": "Faerie Dragon (Orange)", "source": "MM", "page": 133, + "reprintedAs": [ + "Faerie Dragon Youth|XMM" + ], "size": [ "T" ], @@ -25973,6 +26315,9 @@ "source": "WBtW" } ], + "reprintedAs": [ + "Faerie Dragon Youth|XMM" + ], "size": [ "T" ], @@ -26139,6 +26484,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Faerie Dragon Adult|XMM" + ], "size": [ "T" ], @@ -26304,6 +26652,9 @@ "name": "Faerie Dragon (Yellow)", "source": "MM", "page": 133, + "reprintedAs": [ + "Faerie Dragon Youth|XMM" + ], "size": [ "T" ], @@ -26681,6 +27032,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Fire Giant|XMM" + ], "size": [ "H" ], @@ -26837,6 +27191,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Salamander Fire Snake|XMM" + ], "size": [ "M" ], @@ -27021,6 +27378,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Flameskull|XMM" + ], "size": [ "T" ], @@ -27250,6 +27610,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Flesh Golem|XMM" + ], "size": [ "M" ], @@ -27402,6 +27765,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Flumph|XMM" + ], "size": [ "S" ], @@ -27536,6 +27902,9 @@ "source": "KftGV" } ], + "reprintedAs": [ + "Flying Snake|XMM" + ], "size": [ "T" ], @@ -27671,6 +28040,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Animated Flying Sword|XMM" + ], "size": [ "S" ], @@ -27808,6 +28180,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Fomorian|XMM" + ], "size": [ "H" ], @@ -27941,7 +28316,7 @@ } ], "reprintedAs": [ - "Frog|XPHB" + "Frog|XMM" ], "size": [ "T" @@ -28040,6 +28415,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Frost Giant|XMM" + ], "size": [ "H" ], @@ -28189,6 +28567,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Galeb Duhr|XMM" + ], "size": [ "M" ], @@ -28367,6 +28748,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Gargoyle|XMM" + ], "size": [ "M" ], @@ -28501,6 +28885,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Gas Spore Fungus|XMM" + ], "size": [ "L" ], @@ -28632,6 +29019,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Gelatinous Cube|XMM" + ], "size": [ "L" ], @@ -28991,6 +29381,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Ghost|XMM" + ], "size": [ "M" ], @@ -29339,6 +29732,9 @@ "source": "GHLoE" } ], + "reprintedAs": [ + "Giant Ape|XMM" + ], "size": [ "H" ], @@ -29430,7 +29826,7 @@ } ], "reprintedAs": [ - "Giant Badger|XPHB" + "Giant Badger|XMM" ], "size": [ "M" @@ -29541,6 +29937,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Giant Bat|XMM" + ], "size": [ "L" ], @@ -29640,6 +30039,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Giant Boar|XMM" + ], "size": [ "L" ], @@ -29753,6 +30155,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Giant Centipede|XMM" + ], "size": [ "S" ], @@ -29854,6 +30259,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Giant Constrictor Snake|XMM" + ], "size": [ "H" ], @@ -29970,7 +30378,7 @@ } ], "reprintedAs": [ - "Giant Crab|XPHB" + "Giant Crab|XMM" ], "size": [ "M" @@ -30081,6 +30489,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Giant Crocodile|XMM" + ], "size": [ "H" ], @@ -30197,6 +30608,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Giant Eagle|XMM" + ], "size": [ "L" ], @@ -30303,6 +30717,9 @@ "source": "SKT" } ], + "reprintedAs": [ + "Giant Elk|XMM" + ], "size": [ "H" ], @@ -30421,6 +30838,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Giant Fire Beetle|XMM" + ], "size": [ "S" ], @@ -30529,6 +30949,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Giant Frog|XMM" + ], "size": [ "M" ], @@ -30649,7 +31072,7 @@ } ], "reprintedAs": [ - "Giant Goat|XPHB" + "Giant Goat|XMM" ], "size": [ "L" @@ -30746,6 +31169,9 @@ "source": "BGDIA" } ], + "reprintedAs": [ + "Giant Hyena|XMM" + ], "size": [ "L" ], @@ -30852,6 +31278,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Giant Lizard|XMM" + ], "size": [ "L" ], @@ -31006,6 +31435,9 @@ "source": "PaBTSO" } ], + "reprintedAs": [ + "Giant Octopus|XMM" + ], "size": [ "L" ], @@ -31129,6 +31561,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Giant Owl|XMM" + ], "size": [ "L" ], @@ -31256,6 +31691,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Giant Venomous Snake|XMM" + ], "size": [ "M" ], @@ -31374,6 +31812,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Giant Rat|XMM" + ], "size": [ "S" ], @@ -31520,6 +31961,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Giant Scorpion|XMM" + ], "size": [ "L" ], @@ -31617,7 +32061,7 @@ } ], "reprintedAs": [ - "Giant Seahorse|XPHB" + "Giant Seahorse|XMM" ], "size": [ "L" @@ -31742,6 +32186,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Giant Shark|XMM" + ], "size": [ "H" ], @@ -31909,7 +32356,7 @@ } ], "reprintedAs": [ - "Giant Spider|XPHB" + "Giant Spider|XMM" ], "size": [ "L" @@ -32052,6 +32499,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Giant Toad|XMM" + ], "size": [ "L" ], @@ -32174,6 +32624,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Giant Vulture|XMM" + ], "size": [ "L" ], @@ -32293,6 +32746,9 @@ "source": "PSA" } ], + "reprintedAs": [ + "Giant Wasp|XMM" + ], "size": [ "M" ], @@ -32370,7 +32826,7 @@ } ], "reprintedAs": [ - "Giant Weasel|XPHB" + "Giant Weasel|XMM" ], "size": [ "M" @@ -32472,6 +32928,9 @@ "source": "PSX" } ], + "reprintedAs": [ + "Giant Wolf Spider|XMM" + ], "size": [ "M" ], @@ -32620,6 +33079,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Gibbering Mouther|XMM" + ], "size": [ "M" ], @@ -32752,6 +33214,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Githyanki Knight|XMM" + ], "size": [ "M" ], @@ -32894,6 +33359,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Githyanki Warrior|XMM" + ], "size": [ "M" ], @@ -33010,6 +33478,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Githzerai Monk|XMM" + ], "size": [ "M" ], @@ -33137,6 +33608,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Githzerai Zerth|XMM" + ], "size": [ "M" ], @@ -33301,6 +33775,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Glabrezu|XMM" + ], "size": [ "L" ], @@ -33540,6 +34017,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Gladiator|XMM" + ], "size": [ "M" ], @@ -33711,6 +34191,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Gnoll Warrior|XMM" + ], "size": [ "M" ], @@ -33840,6 +34323,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Gnoll Fang of Yeenoghu|XMM" + ], "size": [ "M" ], @@ -33975,6 +34461,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Gnoll Pack Lord|XMM" + ], "size": [ "M" ], @@ -34140,7 +34629,7 @@ } ], "reprintedAs": [ - "Goat|XPHB" + "Goat|XMM" ], "size": [ "M" @@ -34290,6 +34779,9 @@ "source": "GHLoE" } ], + "reprintedAs": [ + "Goblin Warrior|XMM" + ], "size": [ "S" ], @@ -34436,6 +34928,9 @@ "source": "PaBTSO" } ], + "reprintedAs": [ + "Goblin Boss|XMM" + ], "size": [ "S" ], @@ -34570,6 +35065,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Gold Dragon Wyrmling|XMM" + ], "size": [ "M" ], @@ -34825,6 +35323,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Gorgon|XMM" + ], "size": [ "L" ], @@ -34946,6 +35447,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Goristro|XMM" + ], "size": [ "H" ], @@ -35134,7 +35638,8 @@ } ], "reprintedAs": [ - "Gray Ooze|XMM" + "Gray Ooze|XMM", + "Psychic Gray Ooze|XMM" ], "size": [ "M" @@ -35305,6 +35810,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Gray Slaad|XMM" + ], "size": [ "M" ], @@ -35524,6 +36032,9 @@ "source": "WBtW" } ], + "reprintedAs": [ + "Green Dragon Wyrmling|XMM" + ], "size": [ "M" ], @@ -35754,6 +36265,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Green Hag|XMM" + ], "size": [ "M" ], @@ -36073,6 +36587,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Green Slaad|XMM" + ], "size": [ "L" ], @@ -36313,6 +36830,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Grell|XMM" + ], "size": [ "M" ], @@ -36457,6 +36977,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Grick|XMM" + ], "size": [ "M" ], @@ -36583,6 +37106,9 @@ "source": "PaBTSO" } ], + "reprintedAs": [ + "Grick Ancient|XMM" + ], "size": [ "L" ], @@ -36737,6 +37263,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Griffon|XMM" + ], "size": [ "L" ], @@ -36850,6 +37379,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Grimlock|XMM" + ], "size": [ "M" ], @@ -37038,6 +37570,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Guard|XMM" + ], "size": [ "M" ], @@ -37145,6 +37680,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Guardian Naga|XMM" + ], "size": [ "L" ], @@ -37353,6 +37891,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Sphinx of Lore|XMM" + ], "size": [ "L" ], @@ -37594,6 +38135,9 @@ "source": "DSotDQ" } ], + "reprintedAs": [ + "Ogrillon Ogre|XMM" + ], "size": [ "L" ], @@ -37705,6 +38249,9 @@ "source": "IMR" } ], + "reprintedAs": [ + "Half-Dragon|XMM" + ], "size": [ "M" ], @@ -37871,6 +38418,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Harpy|XMM" + ], "size": [ "M" ], @@ -37997,7 +38547,7 @@ } ], "reprintedAs": [ - "Hawk|XPHB" + "Hawk|XMM" ], "size": [ "T" @@ -38129,6 +38679,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Hell Hound|XMM" + ], "size": [ "M" ], @@ -38288,6 +38841,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Helmed Horror|XMM" + ], "size": [ "M" ], @@ -38454,6 +39010,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Hezrou|XMM" + ], "size": [ "L" ], @@ -38640,6 +39199,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Hill Giant|XMM" + ], "size": [ "H" ], @@ -38775,6 +39337,9 @@ "source": "EGW" } ], + "reprintedAs": [ + "Hippogriff|XMM" + ], "size": [ "L" ], @@ -38911,6 +39476,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Hobgoblin Warrior|XMM" + ], "size": [ "M" ], @@ -39037,6 +39605,9 @@ "source": "DSotDQ" } ], + "reprintedAs": [ + "Hobgoblin Captain|XMM" + ], "size": [ "M" ], @@ -39177,6 +39748,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Hobgoblin Warlord|XMM" + ], "size": [ "M" ], @@ -39355,6 +39929,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Homunculus|XMM" + ], "size": [ "T" ], @@ -39472,6 +40049,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Hook Horror|XMM" + ], "size": [ "L" ], @@ -39597,6 +40177,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Horned Devil|XMM" + ], "size": [ "L" ], @@ -39789,6 +40372,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Hunter Shark|XMM" + ], "size": [ "L" ], @@ -39925,6 +40511,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Hydra|XMM" + ], "size": [ "H" ], @@ -40048,6 +40637,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Hyena|XMM" + ], "size": [ "M" ], @@ -40136,6 +40728,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Ice Devil|XMM" + ], "size": [ "L" ], @@ -40358,6 +40953,9 @@ "source": "KftGV" } ], + "reprintedAs": [ + "Ice Mephit|XMM" + ], "size": [ "S" ], @@ -40565,7 +41163,7 @@ } ], "reprintedAs": [ - "Imp|XPHB" + "Imp|XMM" ], "size": [ "T" @@ -40938,6 +41536,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Intellect Devourer|XMM" + ], "size": [ "T" ], @@ -41123,6 +41724,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Invisible Stalker|XMM" + ], "size": [ "M" ], @@ -41289,6 +41893,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Iron Golem|XMM" + ], "size": [ "L" ], @@ -41447,6 +42054,9 @@ "source": "GoS" } ], + "reprintedAs": [ + "Jackal|XMM" + ], "size": [ "S" ], @@ -41541,6 +42151,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Jackalwere|XMM" + ], "size": [ "M" ], @@ -41699,6 +42312,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Kenku|XMM" + ], "size": [ "M" ], @@ -41822,6 +42438,9 @@ "source": "IDRotF" } ], + "reprintedAs": [ + "Killer Whale|XMM" + ], "size": [ "H" ], @@ -42163,6 +42782,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Kobold Warrior|XMM" + ], "size": [ "S" ], @@ -42307,6 +42929,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Kraken|XMM" + ], "size": [ "G" ], @@ -42543,6 +43168,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Kuo-toa|XMM" + ], "size": [ "M" ], @@ -42701,6 +43329,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Kuo-toa Archpriest|XMM" + ], "size": [ "M" ], @@ -42912,6 +43543,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Kuo-toa Monitor|XMM" + ], "size": [ "M" ], @@ -43062,6 +43696,9 @@ "source": "GoS" } ], + "reprintedAs": [ + "Kuo-toa Whip|XMM" + ], "size": [ "M" ], @@ -43246,6 +43883,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Lamia|XMM" + ], "size": [ "L" ], @@ -43404,6 +44044,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Lemure|XMM" + ], "size": [ "M" ], @@ -43536,6 +44179,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Lich|XMM" + ], "size": [ "M" ], @@ -43837,7 +44483,7 @@ } ], "reprintedAs": [ - "Lion|XPHB" + "Lion|XMM" ], "size": [ "L" @@ -43956,7 +44602,7 @@ } ], "reprintedAs": [ - "Lizard|XPHB" + "Lizard|XMM" ], "size": [ "T" @@ -44026,6 +44672,9 @@ "source": "TCE" } ], + "reprintedAs": [ + "Lizardfolk Sovereign|XMM" + ], "size": [ "M" ], @@ -44164,6 +44813,9 @@ "name": "Lizard Queen", "source": "MM", "page": 205, + "reprintedAs": [ + "Lizardfolk Sovereign|XMM" + ], "size": [ "M" ], @@ -44345,6 +44997,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Scout|XMM" + ], "size": [ "M" ], @@ -44485,6 +45140,9 @@ "source": "EGW" } ], + "reprintedAs": [ + "Lizardfolk Geomancer|XMM" + ], "size": [ "M" ], @@ -44982,6 +45640,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Magma Mephit|XMM" + ], "size": [ "S" ], @@ -45156,6 +45817,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Magmin|XMM" + ], "size": [ "S" ], @@ -45279,6 +45943,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Mammoth|XMM" + ], "size": [ "H" ], @@ -45388,6 +46055,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Manes|XMM" + ], "size": [ "S" ], @@ -45525,6 +46195,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Manticore|XMM" + ], "size": [ "L" ], @@ -45674,6 +46347,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Marid|XMM" + ], "size": [ "L" ], @@ -45956,6 +46632,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Marilith|XMM" + ], "size": [ "L" ], @@ -46179,7 +46858,7 @@ } ], "reprintedAs": [ - "Mastiff|XPHB" + "Mastiff|XMM" ], "size": [ "M" @@ -46288,6 +46967,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Medusa|XMM" + ], "size": [ "M" ], @@ -46428,6 +47110,9 @@ "source": "JttRC" } ], + "reprintedAs": [ + "Merfolk Skirmisher|XMM" + ], "size": [ "M" ], @@ -46553,6 +47238,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Merrow|XMM" + ], "size": [ "L" ], @@ -46686,6 +47374,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Mezzoloth|XMM" + ], "size": [ "M" ], @@ -46944,6 +47635,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Mimic|XMM" + ], "size": [ "M" ], @@ -47118,6 +47812,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Mind Flayer|XMM" + ], "size": [ "M" ], @@ -47285,6 +47982,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Mind Flayer Arcanist|XMM" + ], "size": [ "M" ], @@ -47546,6 +48246,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Minotaur of Baphomet|XMM" + ], "size": [ "L" ], @@ -47701,6 +48404,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Minotaur Skeleton|XMM" + ], "size": [ "L" ], @@ -47835,6 +48541,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Modron Monodrone|XMM" + ], "size": [ "M" ], @@ -47978,6 +48687,9 @@ "source": "JttRC" } ], + "reprintedAs": [ + "Mud Mephit|XMM" + ], "size": [ "S" ], @@ -48124,7 +48836,7 @@ } ], "reprintedAs": [ - "Mule|XPHB" + "Mule|XMM" ], "size": [ "M" @@ -48401,6 +49113,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Mummy Lord|XMM" + ], "size": [ "M" ], @@ -48693,6 +49408,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Myconid Adult|XMM" + ], "size": [ "M" ], @@ -48854,6 +49572,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Myconid Sovereign|XMM" + ], "size": [ "L" ], @@ -49028,6 +49749,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Myconid Sprout|XMM" + ], "size": [ "S" ], @@ -49144,6 +49868,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Nalfeshnee|XMM" + ], "size": [ "L" ], @@ -49329,6 +50056,9 @@ "source": "DIP" } ], + "reprintedAs": [ + "Needle Blight|XMM" + ], "size": [ "M" ], @@ -49473,6 +50203,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Night Hag|XMM" + ], "size": [ "M" ], @@ -49826,6 +50559,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Nightmare|XMM" + ], "size": [ "L" ], @@ -50017,6 +50753,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Noble|XMM" + ], "size": [ "M" ], @@ -50161,6 +50900,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Nothic|XMM" + ], "size": [ "M" ], @@ -50307,6 +51049,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Nycaloth|XMM" + ], "size": [ "L" ], @@ -50555,6 +51300,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Ochre Jelly|XMM" + ], "size": [ "L" ], @@ -50678,7 +51426,7 @@ } ], "reprintedAs": [ - "Octopus|XPHB" + "Octopus|XMM" ], "size": [ "S" @@ -50994,6 +51742,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Ogre Zombie|XMM" + ], "size": [ "L" ], @@ -51126,6 +51877,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Oni|XMM" + ], "size": [ "L" ], @@ -51339,6 +52093,9 @@ "source": "PaBTSO" } ], + "reprintedAs": [ + "Tough|XMM" + ], "size": [ "M" ], @@ -51475,6 +52232,9 @@ "source": "IDRotF" } ], + "reprintedAs": [ + "Cultist Fanatic|XMM" + ], "size": [ "M" ], @@ -51653,6 +52413,9 @@ "source": "CRCotN" } ], + "reprintedAs": [ + "Tough Boss|XMM" + ], "size": [ "M" ], @@ -51814,6 +52577,9 @@ "source": "EGW" } ], + "reprintedAs": [ + "Berserker|XMM" + ], "size": [ "M" ], @@ -51972,6 +52738,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Otyugh|XMM" + ], "size": [ "L" ], @@ -52111,7 +52880,7 @@ } ], "reprintedAs": [ - "Owl|XPHB" + "Owl|XMM" ], "size": [ "T" @@ -52260,6 +53029,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Owlbear|XMM" + ], "size": [ "L" ], @@ -52375,7 +53147,7 @@ } ], "reprintedAs": [ - "Panther|XPHB" + "Panther|XMM" ], "size": [ "M" @@ -52489,6 +53261,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Pegasus|XMM" + ], "size": [ "L" ], @@ -52588,6 +53363,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Modron Pentadrone|XMM" + ], "size": [ "L" ], @@ -52745,6 +53523,9 @@ "source": "JttRC" } ], + "reprintedAs": [ + "Peryton|XMM" + ], "size": [ "M" ], @@ -52902,6 +53683,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Phase Spider|XMM" + ], "size": [ "L" ], @@ -53028,6 +53812,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Piercer|XMM" + ], "size": [ "M" ], @@ -53144,6 +53931,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Pit Fiend|XMM" + ], "size": [ "L" ], @@ -53393,6 +54183,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Pixie|XMM" + ], "size": [ "T" ], @@ -53536,6 +54329,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Planetar|XMM" + ], "size": [ "L" ], @@ -53739,6 +54535,9 @@ "source": "DSotDQ" } ], + "reprintedAs": [ + "Plesiosaurus|XMM" + ], "size": [ "L" ], @@ -53836,7 +54635,7 @@ } ], "reprintedAs": [ - "Venomous Snake|XPHB" + "Venomous Snake|XMM" ], "size": [ "T" @@ -53932,6 +54731,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Polar Bear|XMM" + ], "size": [ "L" ], @@ -54044,6 +54846,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Poltergeist|XMM" + ], "size": [ "M" ], @@ -54198,7 +55003,7 @@ } ], "reprintedAs": [ - "Pony|XPHB" + "Pony|XMM" ], "size": [ "M" @@ -54349,6 +55154,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Priest|XMM" + ], "size": [ "M" ], @@ -54520,7 +55328,7 @@ } ], "reprintedAs": [ - "Pseudodragon|XPHB" + "Pseudodragon|XMM" ], "size": [ "T" @@ -54681,6 +55489,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Pteranodon|XMM" + ], "size": [ "M" ], @@ -54793,6 +55604,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Purple Worm|XMM" + ], "size": [ "G" ], @@ -54928,6 +55742,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Modron Quadrone|XMM" + ], "size": [ "M" ], @@ -55076,6 +55893,9 @@ "source": "PaBTSO" } ], + "reprintedAs": [ + "Quaggoth|XMM" + ], "size": [ "M" ], @@ -55188,6 +56008,9 @@ "source": "IDRotF" } ], + "reprintedAs": [ + "Myconid Spore Servant|XMM" + ], "size": [ "M" ], @@ -55280,6 +56103,9 @@ "source": "IDRotF" } ], + "reprintedAs": [ + "Quaggoth Thonot|XMM" + ], "size": [ "M" ], @@ -55462,7 +56288,7 @@ } ], "reprintedAs": [ - "Quasit|XPHB" + "Quasit|XMM" ], "size": [ "T" @@ -55646,6 +56472,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Piranha|XMM" + ], "size": [ "T" ], @@ -55748,6 +56577,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Rakshasa|XMM" + ], "size": [ "M" ], @@ -55937,7 +56769,7 @@ } ], "reprintedAs": [ - "Rat|XPHB" + "Rat|XMM" ], "size": [ "T" @@ -56034,7 +56866,7 @@ } ], "reprintedAs": [ - "Raven|XPHB" + "Raven|XMM" ], "size": [ "T" @@ -56125,6 +56957,9 @@ "source": "DSotDQ" } ], + "reprintedAs": [ + "Red Dragon Wyrmling|XMM" + ], "size": [ "M" ], @@ -56333,6 +57168,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Red Slaad|XMM" + ], "size": [ "L" ], @@ -56490,7 +57328,7 @@ } ], "reprintedAs": [ - "Reef Shark|XPHB" + "Reef Shark|XMM" ], "size": [ "M" @@ -56613,6 +57451,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Remorhaz|XMM" + ], "size": [ "H" ], @@ -56752,6 +57593,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Revenant|XMM" + ], "size": [ "M" ], @@ -56930,6 +57774,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Rhinoceros|XMM" + ], "size": [ "L" ], @@ -57048,7 +57895,7 @@ } ], "reprintedAs": [ - "Riding Horse|XPHB" + "Riding Horse|XMM" ], "size": [ "L" @@ -57143,6 +57990,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Roc|XMM" + ], "size": [ "G" ], @@ -57287,6 +58137,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Roper|XMM" + ], "size": [ "L" ], @@ -57459,6 +58312,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Animated Rug of Smothering|XMM" + ], "size": [ "L" ], @@ -57588,6 +58444,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Rust Monster|XMM" + ], "size": [ "M" ], @@ -57706,6 +58565,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Saber-Toothed Tiger|XMM" + ], "size": [ "L" ], @@ -57818,6 +58680,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Sahuagin Warrior|XMM" + ], "size": [ "M" ], @@ -57965,6 +58830,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Sahuagin Baron|XMM" + ], "size": [ "L" ], @@ -58115,6 +58983,9 @@ "source": "BGDIA" } ], + "reprintedAs": [ + "Sahuagin Priest|XMM" + ], "size": [ "M" ], @@ -58320,6 +59191,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Salamander|XMM" + ], "size": [ "L" ], @@ -58482,6 +59356,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Satyr|XMM" + ], "size": [ "M" ], @@ -58652,6 +59529,9 @@ "source": "KftGV" } ], + "reprintedAs": [ + "Scarecrow|XMM" + ], "size": [ "M" ], @@ -58788,7 +59668,7 @@ } ], "reprintedAs": [ - "Scorpion|XPHB" + "Scorpion|XMM" ], "size": [ "T" @@ -58941,6 +59821,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Scout|XMM" + ], "size": [ "M" ], @@ -59101,6 +59984,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Sea Hag|XMM" + ], "size": [ "M" ], @@ -59490,6 +60376,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Shadow|XMM" + ], "size": [ "M" ], @@ -59665,6 +60554,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Shadow Demon|XMM" + ], "size": [ "M" ], @@ -59861,6 +60753,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Shambling Mound|XMM" + ], "size": [ "L" ], @@ -60031,6 +60926,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Shield Guardian|XMM" + ], "size": [ "L" ], @@ -60176,6 +61074,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Shrieker Fungus|XMM" + ], "size": [ "M" ], @@ -60258,6 +61159,9 @@ "source": "IDRotF" } ], + "reprintedAs": [ + "Silver Dragon Wyrmling|XMM" + ], "size": [ "M" ], @@ -60557,7 +61461,7 @@ } ], "reprintedAs": [ - "Skeleton|XPHB" + "Skeleton|XMM" ], "size": [ "M" @@ -60679,7 +61583,7 @@ } ], "reprintedAs": [ - "Slaad Tadpole|XPHB" + "Slaad Tadpole|XMM" ], "size": [ "T" @@ -60790,6 +61694,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Smoke Mephit|XMM" + ], "size": [ "S" ], @@ -60954,6 +61861,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Solar|XMM" + ], "size": [ "L" ], @@ -61217,6 +62127,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Spectator|XMM" + ], "size": [ "M" ], @@ -61463,6 +62376,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Specter|XMM" + ], "size": [ "M" ], @@ -61607,7 +62523,7 @@ } ], "reprintedAs": [ - "Spider|XPHB" + "Spider|XMM" ], "size": [ "T" @@ -61719,6 +62635,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Spined Devil|XMM" + ], "size": [ "S" ], @@ -61897,6 +62816,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Spirit Naga|XMM" + ], "size": [ "L" ], @@ -62108,7 +63030,7 @@ } ], "reprintedAs": [ - "Sprite|XPHB" + "Sprite|XMM" ], "size": [ "T" @@ -62304,6 +63226,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Spy|XMM" + ], "size": [ "M" ], @@ -62441,6 +63366,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Steam Mephit|XMM" + ], "size": [ "S" ], @@ -62633,6 +63561,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Stirge|XMM" + ], "size": [ "T" ], @@ -62732,6 +63663,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Stone Giant|XMM" + ], "size": [ "H" ], @@ -63122,6 +64056,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Storm Giant|XMM" + ], "size": [ "H" ], @@ -63543,6 +64480,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Swarm of Bats|XMM" + ], "size": [ "M" ], @@ -63649,6 +64589,9 @@ "source": "MM", "page": 338, "srd": true, + "reprintedAs": [ + "Swarm of Insects|XMM" + ], "size": [ "M" ], @@ -63755,6 +64698,9 @@ "source": "WDMM" } ], + "reprintedAs": [ + "Swarm of Insects|XMM" + ], "size": [ "M" ], @@ -63883,6 +64829,9 @@ "source": "PSA" } ], + "reprintedAs": [ + "Swarm of Insects|XMM" + ], "size": [ "M" ], @@ -64017,6 +64966,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Swarm of Venomous Snakes|XMM" + ], "size": [ "M" ], @@ -64157,6 +65109,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Swarm of Piranhas|XMM" + ], "size": [ "M" ], @@ -64293,6 +65248,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Swarm of Rats|XMM" + ], "size": [ "M" ], @@ -64417,6 +65375,9 @@ "source": "CM" } ], + "reprintedAs": [ + "Swarm of Ravens|XMM" + ], "size": [ "M" ], @@ -64534,6 +65495,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Swarm of Insects|XMM" + ], "size": [ "M" ], @@ -64668,6 +65632,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Swarm of Insects|XMM" + ], "size": [ "M" ], @@ -64785,6 +65752,9 @@ "source": "DoDk" } ], + "reprintedAs": [ + "Tarrasque|XMM" + ], "size": [ "G" ], @@ -64999,6 +65969,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Thri-kreen Marauder|XMM" + ], "size": [ "M" ], @@ -65304,6 +66277,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Tough|XMM" + ], "size": [ "M" ], @@ -65436,7 +66412,7 @@ } ], "reprintedAs": [ - "Tiger|XPHB" + "Tiger|XMM" ], "size": [ "L" @@ -65601,6 +66577,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Treant|XMM" + ], "size": [ "H" ], @@ -65750,6 +66729,9 @@ "source": "IDRotF" } ], + "reprintedAs": [ + "Warrior Infantry|XMM" + ], "size": [ "M" ], @@ -65860,6 +66842,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Triceratops|XMM" + ], "size": [ "H" ], @@ -65960,6 +66945,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Modron Tridrone|XMM" + ], "size": [ "M" ], @@ -66123,6 +67111,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Troglodyte|XMM" + ], "size": [ "M" ], @@ -66307,6 +67298,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Troll|XMM" + ], "size": [ "L" ], @@ -66606,6 +67600,9 @@ "source": "DIP" } ], + "reprintedAs": [ + "Twig Blight|XMM" + ], "size": [ "S" ], @@ -66728,6 +67725,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Tyrannosaurus Rex|XMM" + ], "size": [ "H" ], @@ -66825,6 +67825,9 @@ "source": "JttRC" } ], + "reprintedAs": [ + "Ultroloth|XMM" + ], "size": [ "M" ], @@ -67087,6 +68090,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Umber Hulk|XMM" + ], "size": [ "L" ], @@ -67232,6 +68238,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Unicorn|XMM" + ], "size": [ "L" ], @@ -67483,6 +68492,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Vampire|XMM" + ], "size": [ "M" ], @@ -67742,6 +68754,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Vampire Spawn|XMM" + ], "size": [ "M" ], @@ -67887,6 +68902,9 @@ "source": "RoT" } ], + "reprintedAs": [ + "Vampire|XMM" + ], "size": [ "M" ], @@ -68171,6 +69189,9 @@ "name": "Vampire Warrior", "source": "MM", "page": 298, + "reprintedAs": [ + "Vampire|XMM" + ], "size": [ "M" ], @@ -68498,6 +69519,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Warrior Veteran|XMM" + ], "size": [ "M" ], @@ -68629,6 +69653,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Vine Blight|XMM" + ], "size": [ "M" ], @@ -68755,6 +69782,9 @@ "source": "DoSI" } ], + "reprintedAs": [ + "Violet Fungus|XMM" + ], "size": [ "M" ], @@ -68886,6 +69916,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Vrock|XMM" + ], "size": [ "L" ], @@ -69073,6 +70106,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Vulture|XMM" + ], "size": [ "M" ], @@ -69184,7 +70220,7 @@ } ], "reprintedAs": [ - "Warhorse|XPHB" + "Warhorse|XMM" ], "size": [ "L" @@ -69413,6 +70449,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Warhorse Skeleton|XMM" + ], "size": [ "L" ], @@ -69540,6 +70579,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Water Elemental|XMM" + ], "size": [ "L" ], @@ -69717,6 +70759,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Water Weird|XMM" + ], "size": [ "L" ], @@ -69846,7 +70891,7 @@ } ], "reprintedAs": [ - "Weasel|XPHB" + "Weasel|XMM" ], "size": [ "T" @@ -69928,6 +70973,9 @@ "source": "KftGV" } ], + "reprintedAs": [ + "Werebear|XMM" + ], "size": [ "M" ], @@ -70115,6 +71163,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Wereboar|XMM" + ], "size": [ "M" ], @@ -70315,6 +71366,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Wererat|XMM" + ], "size": [ "M" ], @@ -70482,6 +71536,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Weretiger|XMM" + ], "size": [ "M" ], @@ -70698,6 +71755,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Werewolf|XMM" + ], "size": [ "M" ], @@ -70869,6 +71929,9 @@ "source": "IDRotF" } ], + "reprintedAs": [ + "White Dragon Wyrmling|XMM" + ], "size": [ "M" ], @@ -71343,6 +72406,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Will-o'-Wisp|XMM" + ], "size": [ "T" ], @@ -71505,6 +72571,9 @@ "source": "DoSI" } ], + "reprintedAs": [ + "Winged Kobold|XMM" + ], "size": [ "S" ], @@ -71640,6 +72709,9 @@ "source": "GHLoE" } ], + "reprintedAs": [ + "Winter Wolf|XMM" + ], "size": [ "L" ], @@ -71819,7 +72891,7 @@ } ], "reprintedAs": [ - "Wolf|XPHB" + "Wolf|XMM" ], "size": [ "M" @@ -72123,6 +73195,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Wraith|XMM" + ], "size": [ "M" ], @@ -72294,6 +73369,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Wyvern|XMM" + ], "size": [ "L" ], @@ -72412,6 +73490,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Xorn|XMM" + ], "size": [ "M" ], @@ -72560,6 +73641,9 @@ "source": "ToFW" } ], + "reprintedAs": [ + "Yeti|XMM" + ], "size": [ "L" ], @@ -72703,6 +73787,9 @@ "source": "VEoR" } ], + "reprintedAs": [ + "Yochlol|XMM" + ], "size": [ "M" ], @@ -72940,6 +74027,9 @@ "source": "LK" } ], + "reprintedAs": [ + "Young Black Dragon|XMM" + ], "size": [ "L" ], @@ -73179,6 +74269,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Young Blue Dragon|XMM" + ], "size": [ "L" ], @@ -73394,6 +74487,9 @@ "source": "SKT" } ], + "reprintedAs": [ + "Young Brass Dragon|XMM" + ], "size": [ "L" ], @@ -73650,6 +74746,9 @@ "source": "QftIS" } ], + "reprintedAs": [ + "Young Bronze Dragon|XMM" + ], "size": [ "L" ], @@ -73898,6 +74997,9 @@ "source": "SatO" } ], + "reprintedAs": [ + "Young Copper Dragon|XMM" + ], "size": [ "L" ], @@ -74127,6 +75229,9 @@ "source": "MM", "page": 115, "srd": true, + "reprintedAs": [ + "Young Gold Dragon|XMM" + ], "size": [ "L" ], @@ -74407,6 +75512,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Young Green Dragon|XMM" + ], "size": [ "L" ], @@ -74671,6 +75779,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Young Red Dragon|XMM" + ], "size": [ "L" ], @@ -74889,6 +76000,9 @@ "source": "CoA" } ], + "reprintedAs": [ + "Shadow Dragon|XMM" + ], "size": [ "L" ], @@ -75132,6 +76246,9 @@ "source": "IDRotF" } ], + "reprintedAs": [ + "Young Remorhaz|XMM" + ], "size": [ "L" ], @@ -75225,6 +76342,9 @@ "source": "DSotDQ" } ], + "reprintedAs": [ + "Young Silver Dragon|XMM" + ], "size": [ "L" ], @@ -75480,6 +76600,9 @@ "source": "BMT" } ], + "reprintedAs": [ + "Young White Dragon|XMM" + ], "size": [ "L" ], @@ -75714,6 +76837,9 @@ "source": "CM" } ], + "reprintedAs": [ + "Yuan-ti Abomination|XMM" + ], "size": [ "L" ], @@ -75917,6 +77043,9 @@ "source": "CM" } ], + "reprintedAs": [ + "Yuan-ti Malison (Type 1)|XMM" + ], "size": [ "M" ], @@ -76120,6 +77249,9 @@ "source": "ToA" } ], + "reprintedAs": [ + "Yuan-ti Malison (Type 2)|XMM" + ], "size": [ "M" ], @@ -76306,6 +77438,9 @@ "source": "CM" } ], + "reprintedAs": [ + "Yuan-ti Malison (Type 3)|XMM" + ], "size": [ "M" ], @@ -76532,6 +77667,9 @@ "source": "PSI" } ], + "reprintedAs": [ + "Yuan-ti Infiltrator|XMM" + ], "size": [ "M" ], @@ -76790,7 +77928,7 @@ } ], "reprintedAs": [ - "Zombie|XPHB" + "Zombie|XMM" ], "size": [ "M" diff --git a/data/bestiary/bestiary-skt.json b/data/bestiary/bestiary-skt.json index 6aea12a..193fb04 100644 --- a/data/bestiary/bestiary-skt.json +++ b/data/bestiary/bestiary-skt.json @@ -6753,7 +6753,7 @@ { "name": "Familiar", "entries": [ - "With the DM's permission, a person who casts the {@spell find familiar} spell can choose to conjure a tressym in stead of a normal cat." + "With the DM's permission, a person who casts the {@spell find familiar} spell can choose to conjure a tressym instead of a normal cat." ] } ], diff --git a/data/bestiary/bestiary-xmm.json b/data/bestiary/bestiary-xmm.json index 8c39701..bc54760 100644 --- a/data/bestiary/bestiary-xmm.json +++ b/data/bestiary/bestiary-xmm.json @@ -1,1736 +1,57487 @@ { - "_meta": { - "dependencies": { - "monster": [ - "MM", - "DMG", - "MPMM", - "PHB", - "DoSI" - ] - } - }, "monster": [ { - "name": "Adult Copper Dragon", + "name": "Aarakocra Aeromancer", "source": "XMM", - "_copy": { - "name": "Adult Copper Dragon", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 10, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 66, + "formula": "12d8 + 12" }, - "token": { - "name": "Adult Copper Dragon", - "source": "MM" - } - }, - { - "name": "Adult Red Dragon", - "source": "XMM", - "_copy": { - "name": "Adult Red Dragon", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 20, + "fly": 50 }, - "token": { - "name": "Adult Red Dragon", - "source": "MM" - } - }, - { - "name": "Air Elemental", - "source": "XMM", - "_copy": { - "name": "Air Elemental", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "str": 10, + "dex": 16, + "con": 12, + "int": 13, + "wis": 17, + "cha": 12, + "save": { + "dex": "+5", + "wis": "+5" }, - "token": { - "name": "Air Elemental", - "source": "MM" - } - }, - { - "name": "Allosaurus", - "source": "XMM", - "_copy": { - "name": "Allosaurus", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "skill": { + "arcana": "+3", + "nature": "+5", + "perception": "+7" }, - "token": { - "name": "Allosaurus", - "source": "MM" - } - }, - { - "name": "Ancient Black Dragon", - "source": "XMM", - "_copy": { - "name": "Ancient Black Dragon", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "passive": 17, + "languages": [ + "Aarakocra", + "Primordial (Auran)" + ], + "cr": "4", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The aarakocra casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Elementalism|XPHB}", + "{@spell Gust of Wind|XPHB}", + "{@spell Mage Hand|XPHB}", + "{@spell Message|XPHB}" + ], + "daily": { + "1": [ + "{@spell Lightning Bolt|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Feather Fall (1/Day)", + "type": "spellcasting", + "headerEntries": [ + "The aarakocra casts {@spell Feather Fall|XPHB} in response to that spell's trigger, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "1": [ + "{@spell Feather Fall|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "reaction", + "hidden": [ + "daily" + ] } - }, - "token": { - "name": "Ancient Black Dragon", - "source": "MM" - } - }, - { - "name": "Animal Lord", - "source": "XMM", - "_copy": { - "name": "Cat", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder. An Animal Lord is a CR 20 Celestial.}" - ] - } - } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The aarakocra makes two Wind Staff attacks, and it can use Spellcasting to cast {@spell Gust of Wind|XPHB}." + ] + }, + { + "name": "Wind Staff", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 120 ft. {@h}7 ({@damage 1d8 + 3}) Bludgeoning damage plus 11 ({@damage 2d10}) Lightning damage." + ] } - }, - "token": { - "name": "Cat", - "source": "MM" - } + ], + "environment": [ + "mountain", + "planar, air" + ], + "treasure": [ + "implements", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AU", + "OTH", + "P" + ], + "damageTags": [ + "B", + "L" + ], + "damageTagsSpell": [ + "L" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "savingThrowForcedSpell": [ + "dexterity", + "strength" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Animated Broom", + "name": "Aarakocra Skirmisher", "source": "XMM", - "_copy": { - "name": "Animated Object (Small)", - "source": "PHB", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder. An Animated Broom is a CR 1/4 Construct.}" - ] - } - } - } + "page": 10, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" }, - "token": { - "name": "Animated Object (Small)", - "source": "PHB" - } - }, - { - "name": "Ankylosaurus", - "source": "XMM", - "_copy": { - "name": "Ankylosaurus", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 20, + "fly": 50 }, - "token": { - "name": "Ankylosaurus", - "source": "MM" - } - }, - { - "name": "Arcanaloth", - "source": "XMM", - "_copy": { - "name": "Arcanaloth", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "str": 10, + "dex": 14, + "con": 12, + "int": 11, + "wis": 12, + "cha": 11, + "skill": { + "perception": "+5" }, - "token": { - "name": "Arcanaloth", - "source": "MM" - } - }, - { - "name": "Archmage", - "source": "XMM", - "_copy": { - "name": "Archmage", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "passive": 15, + "languages": [ + "Aarakocra", + "Primordial (Auran)" + ], + "cr": "1/4", + "action": [ + { + "name": "Talons", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Slashing damage, or 9 ({@damage 3d4 + 2}) Slashing damage if the aarakocra moved 30+ feet straight toward the target immediately before the hit." + ] + }, + { + "name": "Wind Javelin", + "entries": [ + "{@atkr m,r} {@hit 4}, reach 5 ft. or range 30/120 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage plus 2 ({@damage 1d4}) Thunder damage. {@hom}The javelin magically returns to the aarakocra's hand immediately after a ranged attack." + ] } - }, + ], + "environment": [ + "mountain", + "planar, air" + ], + "treasure": [ + "implements", + "individual" + ], "token": { - "name": "Archmage", + "name": "Aarakocra", "source": "MM" - } + }, + "languageTags": [ + "AU", + "OTH", + "P" + ], + "damageTags": [ + "P", + "S", + "T" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Assassin", + "name": "Aberrant Cultist", "source": "XMM", - "_copy": { - "name": "Assassin", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Assassin", + "page": 86, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 137, + "formula": "25d8 + 25" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 10, + "dex": 19, + "con": 12, + "int": 16, + "wis": 18, + "cha": 15, + "save": { + "int": "+6", + "wis": "+7" + }, + "skill": { + "arcana": "+6", + "perception": "+7", + "religion": "+6" + }, + "senses": [ + "darkvision 90 ft." + ], + "passive": 17, + "languages": [ + "Common", + "Deep Speech; telepathy 30 ft." + ], + "cr": "8", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The cultist casts one of the following spells, using Wisdom as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Detect Thoughts|XPHB}", + "{@spell Minor Illusion|XPHB}" + ], + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Counterspell (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The cultist casts {@spell Counterspell|XPHB} in response to that spell's trigger, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Counterspell|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "reaction", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cultist makes two Tentacle Lash attacks. It can replace any attack with a use of Mind Rot." + ] + }, + { + "name": "Tentacle Lash", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}7 ({@damage 1d6 + 4}) Slashing damage plus 14 ({@damage 4d6}) Psychic damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 14}) from one of two tentacles, and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + }, + { + "name": "Mind Rot", + "entries": [ + "{@actSave wis} {@dc 15}, one creature the cultist can see within 90 feet. {@actSaveFail} 27 ({@damage 6d8}) Psychic damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the cultist's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "DS", + "TP" + ], + "damageTags": [ + "S", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "poisoned", + "restrained" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Aboleth", + "source": "XMM", + "page": 12, + "size": [ + "L" + ], + "type": "aberration", + "alignment": [ + "L", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 150, + "formula": "20d10 + 40" + }, + "speed": { + "walk": 10, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 21, + "dex": 9, + "con": 15, + "int": 18, + "wis": 15, + "cha": 18, + "save": { + "dex": "+3", + "con": "+6", + "int": "+8", + "wis": "+6" + }, + "skill": { + "history": "+12", + "perception": "+10" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 20, + "languages": [ + "Deep Speech; telepathy 120 ft." + ], + "cr": { + "cr": "10", + "xpLair": 7200 + }, + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The aboleth can breathe air and water." + ] + }, + { + "name": "Eldritch Restoration", + "entries": [ + "If destroyed, the aboleth gains a new body in {@dice 5d10} days, reviving with all its {@variantrule Hit Points|XPHB} in the Far Realm or another location chosen by the DM." + ] + }, + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the aboleth fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Mucus Cloud", + "entries": [ + "While underwater, the aboleth is surrounded by mucus. {@actSave con} {@dc 14}, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the aboleth at the end of the aboleth's turn. {@actSaveFail} The target is cursed. Until the curse ends, the target's skin becomes slimy, the target can breathe air and water, and it can't regain {@variantrule Hit Points|XPHB} unless it is underwater.", + "While the cursed creature is outside a body of water, the creature takes 6 ({@damage 1d12}) Acid damage at the end of every 10 minutes unless moisture is applied to its skin before those minutes have passed." + ] + }, + { + "name": "Probing Telepathy", + "entries": [ + "If a creature the aboleth can see communicates telepathically with the aboleth, the aboleth learns the creature's greatest desires." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The aboleth makes two Tentacle attacks and uses either Consume Memories or Dominate Mind if available." + ] + }, + { + "name": "Tentacle", + "entries": [ + "{@atkr m} {@hit 9}, reach 15 ft. {@h}12 ({@damage 2d6 + 5}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 14}) from one of four tentacles." + ] + }, + { + "name": "Consume Memories", + "entries": [ + "{@actSave int} {@dc 16}, one creature within 30 feet that is {@condition Charmed|XPHB} or {@condition Grappled|XPHB} by the aboleth. {@actSaveFail} 10 ({@damage 3d6}) Psychic damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The aboleth gains the target's memories if the target is a Humanoid and is reduced to 0 {@variantrule Hit Points|XPHB} by this action." + ] + }, + { + "name": "Dominate Mind (2/Day)", + "entries": [ + "{@actSave wis} {@dc 16}, one creature the aboleth can see within 30 feet. {@actSaveFail} The target has the {@condition Charmed|XPHB} condition until the aboleth dies or is on a different plane of existence from the target. While {@condition Charmed|XPHB}, the target acts as an ally to the aboleth and is under its control while within 60 feet of it. In addition, the aboleth and the target can communicate telepathically with each other over any distance.", + "The target repeats the save whenever it takes damage as well as after every 24 hours it spends at least 1 mile away from the aboleth, ending the effect on itself on a success." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Lash", + "entries": [ + "The aboleth makes one Tentacle attack." + ] + }, + { + "name": "Psychic Drain", + "entries": [ + "If the aboleth has at least one creature {@condition Charmed|XPHB} or {@condition Grappled|XPHB}, it uses Consume Memories and regains 5 ({@dice 1d10}) {@variantrule Hit Points|XPHB}." + ] + } + ], + "legendaryGroup": { + "name": "Aboleth", + "source": "XMM" + }, + "environment": [ + "underdark", + "underwater" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Aboleth", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/aboleth.mp3" + }, + "traitTags": [ + "Amphibious", + "Legendary Resistances" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack", + "Tentacles" + ], + "languageTags": [ + "DS", + "TP" + ], + "damageTags": [ + "A", + "B", + "Y" + ], + "miscTags": [ + "CUR", + "MA", + "RCH" + ], + "conditionInflict": [ + "charmed", + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Abominable Yeti", + "source": "XMM", + "page": 340, + "size": [ + "H" + ], + "type": "monstrosity", + "alignment": [ + "C", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 137, + "formula": "11d12 + 66" + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 24, + "dex": 10, + "con": 22, + "int": 9, + "wis": 13, + "cha": 9, + "skill": { + "perception": "+9", + "stealth": "+8" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 19, + "immune": [ + "cold" + ], + "languages": [ + "Yeti" + ], + "cr": "9", + "trait": [ + { + "name": "Fear of Fire", + "entries": [ + "If the yeti takes Fire damage, it has {@variantrule Disadvantage|XPHB} on attack rolls and ability checks until the end of its next turn." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The yeti can use its Chilling Gaze and makes two attacks, using Claw or Ice Throw in any combination." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 11}, reach 5 ft. {@h}14 ({@damage 2d6 + 7}) Slashing damage plus 7 ({@damage 2d6}) Cold damage." + ] + }, + { + "name": "Ice Throw", + "entries": [ + "{@atkr r} {@hit 11}, range 60/240 ft. {@h}12 ({@damage 2d4 + 7}) Bludgeoning damage plus 7 ({@damage 2d6}) Cold damage." + ] + }, + { + "name": "Chilling Gaze", + "entries": [ + "{@actSave con} {@dc 18}, one creature the yeti can see within 30 feet. {@actSaveFail} 21 ({@damage 6d6}) Cold damage, and the target has the {@condition Paralyzed|XPHB} condition until the start of the yeti's next turn unless the target has {@variantrule Immunity|XPHB} to Cold damage. {@actSaveSuccess} The target is immune to this yeti's Chilling Gaze for 1 hour." + ] + }, + { + "name": "Cold Breath {@recharge}", + "entries": [ + "{@actSave con} {@dc 18}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 45 ({@damage 10d8}) Cold damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "arctic" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Abominable Yeti", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/abominable-yeti.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "B", + "C", + "S" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Adult Black Dragon", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 39, + "size": [ + "H" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 19 + ], + "hp": { + "average": 195, + "formula": "17d12 + 85" + }, + "speed": { + "walk": 40, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 23, + "dex": 14, + "con": 21, + "int": 14, + "wis": 13, + "cha": 19, + "save": { + "dex": "+7", + "wis": "+6" + }, + "skill": { + "perception": "+11", + "stealth": "+7" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 21, + "immune": [ + "acid" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "14", + "xpLair": 13000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 17}, {@hit 9} to hit with spell attacks):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Fear|XPHB}", + "{@spell Melf's Acid Arrow|XPHB} (level 3 version)" + ], + "daily": { + "1e": [ + "{@spell Speak with Dead|XPHB}", + "{@spell Vitriolic Sphere|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + }, + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of Spellcasting to cast {@spell Melf's Acid Arrow|XPHB} (level 3 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 11}, reach 10 ft. {@h}13 ({@damage 2d6 + 6}) Slashing damage plus 4 ({@damage 1d8}) Acid damage." + ] + }, + { + "name": "Acid Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 18}, each creature in a 60-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 54 ({@damage 12d8}) Acid damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Cloud of Insects", + "entries": [ + "{@actSave dex} {@dc 17}, one creature the dragon can see within 120 feet. {@actSaveFail} 22 ({@damage 4d10}) Poison damage, and the target has {@variantrule Disadvantage|XPHB} on saving throws to maintain {@status Concentration|XPHB} until the end of its next turn. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Frightful Presence", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Fear|XPHB}. The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon can move up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Black Dragon", + "source": "XMM" + }, + "environment": [ + "swamp" + ], + "treasure": [ + "relics" + ], + "dragonAge": "adult", + "token": { + "name": "Adult Black Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/black-dragon.mp3" + }, + "traitTags": [ + "Amphibious", + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "A", + "I", + "S" + ], + "damageTagsSpell": [ + "A" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "frightened" + ], + "savingThrowForcedSpell": [ + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Adult Blue Dragon", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 49, + "size": [ + "H" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 19 + ], + "hp": { + "average": 212, + "formula": "17d12 + 102" + }, + "speed": { + "walk": 40, + "burrow": 30, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 25, + "dex": 10, + "con": 23, + "int": 16, + "wis": 15, + "cha": 20, + "save": { + "dex": "+5", + "wis": "+7" + }, + "skill": { + "perception": "+12", + "stealth": "+5" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 22, + "immune": [ + "lightning" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "16", + "xpLair": 18000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 18}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Invisibility|XPHB}", + "{@spell Mage Hand|XPHB}", + "{@spell Shatter|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Scrying|XPHB}", + "{@spell Sending|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of Spellcasting to cast {@spell Shatter|XPHB}." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 12}, reach 10 ft. {@h}16 ({@damage 2d8 + 7}) Slashing damage plus 5 ({@damage 1d10}) Lightning damage." + ] + }, + { + "name": "Lightning Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 19}, each creature in a 90-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 60 ({@damage 11d10}) Lightning damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Cloaked Flight", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Invisibility|XPHB} on itself, and it can fly up to half its {@variantrule Fly Speed|XPHB}. The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Sonic Boom", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Shatter|XPHB}. The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Tail Swipe", + "entries": [ + "The dragon makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Blue Dragon", + "source": "XMM" + }, + "environment": [ + "coastal", + "desert" + ], + "treasure": [ + "relics" + ], + "dragonAge": "adult", + "token": { + "name": "Adult Blue Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/blue-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "L", + "S" + ], + "damageTagsSpell": [ + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Adult Brass Dragon", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 55, + "size": [ + "H" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "C", + "G" + ], + "ac": [ + 18 + ], + "hp": { + "average": 172, + "formula": "15d12 + 75" + }, + "speed": { + "walk": 40, + "burrow": 30, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 23, + "dex": 10, + "con": 21, + "int": 14, + "wis": 13, + "cha": 17, + "save": { + "dex": "+5", + "wis": "+6" + }, + "skill": { + "history": "+7", + "perception": "+11", + "persuasion": "+8", + "stealth": "+5" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 21, + "immune": [ + "fire" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "13", + "xpLair": 11500 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Minor Illusion|XPHB}", + "{@spell Scorching Ray|XPHB}", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)", + "{@spell Speak with Animals|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Detect Thoughts|XPHB}", + "{@spell Control Weather|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of (A) Sleep Breath or (B) Spellcasting to cast {@spell Scorching Ray|XPHB}." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 11}, reach 10 ft. {@h}17 ({@damage 2d10 + 6}) Slashing damage plus 4 ({@damage 1d8}) Fire damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 18}, each creature in a 60-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 45 ({@damage 10d8}) Fire damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Sleep Breath", + "entries": [ + "{@actSave con} {@dc 18}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has the {@condition Incapacitated|XPHB} condition until the end of its next turn, at which point it repeats the save. {@actSaveFail 2} The target has the {@condition Unconscious|XPHB} condition for 10 minutes. This effect ends for the target if it takes damage or a creature within 5 feet of it takes an action to wake it." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Blazing Light", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Scorching Ray|XPHB}." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + }, + { + "name": "Scorching Sands", + "entries": [ + "{@actSave dex} {@dc 16}, one creature the dragon can see within 120 feet. {@actSaveFail} 27 ({@damage 6d8}) Fire damage, and the target's {@variantrule Speed|XPHB} is halved until the end of its next turn. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Brass Dragon", + "source": "XMM" + }, + "environment": [ + "desert" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "adult", + "token": { + "name": "Adult Brass Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/brass-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "F", + "S" + ], + "damageTagsSpell": [ + "F" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "incapacitated", + "unconscious" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Adult Bronze Dragon", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 59, + "size": [ + "H" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 18 + ], + "hp": { + "average": 212, + "formula": "17d12 + 102" + }, + "speed": { + "walk": 40, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 25, + "dex": 10, + "con": 23, + "int": 16, + "wis": 15, + "cha": 20, + "save": { + "dex": "+5", + "wis": "+7" + }, + "skill": { + "insight": "+7", + "perception": "+12", + "stealth": "+5" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 22, + "immune": [ + "lightning" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "15", + "xpLair": 15000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 17}, {@hit 10} to hit with spell attacks):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Guiding Bolt|XPHB} (level 2 version)", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)", + "{@spell Speak with Animals|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Detect Thoughts|XPHB}", + "{@spell Water Breathing|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + }, + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of (A) Repulsion Breath or (B) Spellcasting to cast {@spell Guiding Bolt|XPHB} (level 2 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 12}, reach 10 ft. {@h}16 ({@damage 2d8 + 7}) Slashing damage plus 5 ({@damage 1d10}) Lightning damage." + ] + }, + { + "name": "Lightning Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 19}, each creature in a 90-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 55 ({@damage 10d10}) Lightning damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Repulsion Breath", + "entries": [ + "{@actSave str} {@dc 19}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target is pushed up to 60 feet straight away from the dragon and has the {@condition Prone|XPHB} condition." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Guiding Light", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Guiding Bolt|XPHB} (level 2 version)." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + }, + { + "name": "Thunderclap", + "entries": [ + "{@actSave con} {@dc 17}, each creature in a 20-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the dragon can see within 90 feet. {@actSaveFail} 10 ({@damage 3d6}) Thunder damage, and the target has the {@condition Deafened|XPHB} condition until the end of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Bronze Dragon", + "source": "XMM" + }, + "environment": [ + "coastal" + ], + "treasure": [ + "implements" + ], + "dragonAge": "adult", + "token": { + "name": "Adult Bronze Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/bronze-dragon.mp3" + }, + "traitTags": [ + "Amphibious", + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "L", + "S", + "T" + ], + "damageTagsSpell": [ + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RCH" + ], + "conditionInflict": [ + "deafened", + "prone" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Adult Copper Dragon", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 79, + "size": [ + "H" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "C", + "G" + ], + "ac": [ + 18 + ], + "hp": { + "average": 184, + "formula": "16d12 + 80" + }, + "speed": { + "walk": 40, + "climb": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 23, + "dex": 12, + "con": 21, + "int": 18, + "wis": 15, + "cha": 18, + "save": { + "dex": "+6", + "wis": "+7" + }, + "skill": { + "deception": "+9", + "perception": "+12", + "stealth": "+6" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 22, + "immune": [ + "acid" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "14", + "xpLair": 13000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Mind Spike|XPHB} (level 4 version)", + "{@spell Minor Illusion|XPHB}", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)" + ], + "daily": { + "1e": [ + "{@spell Greater Restoration|XPHB}", + "{@spell Major Image|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of (A) Slowing Breath or (B) Spellcasting to cast {@spell Mind Spike|XPHB} (level 4 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 11}, reach 10 ft. {@h}17 ({@damage 2d10 + 6}) Slashing damage plus 4 ({@damage 1d8}) Acid damage." + ] + }, + { + "name": "Acid Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 18}, each creature in an 60-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 54 ({@damage 12d8}) Acid damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Slowing Breath", + "entries": [ + "{@actSave con} {@dc 18}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target can't take Reactions; its {@variantrule Speed|XPHB} is halved; and it can take either an action or a {@variantrule Bonus Action|XPHB} on its turn, not both. This effect lasts until the end of its next turn." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Giggling Magic", + "entries": [ + "{@actSave cha} {@dc 17}, one creature the dragon can see within 90 feet. {@actSaveFail} 24 ({@damage 7d6}) Psychic damage. Until the end of its next turn, the target rolls {@dice 1d6} whenever it makes an ability check or attack roll and subtracts the number rolled from the {@variantrule D20 Test|XPHB}. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Mind Jolt", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Mind Spike|XPHB} (level 4 version). The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Copper Dragon", + "source": "XMM" + }, + "environment": [ + "hill" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "adult", + "token": { + "name": "Adult Copper Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/copper-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "A", + "S", + "Y" + ], + "damageTagsSpell": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Adult Gold Dragon", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 145, + "size": [ + "H" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 19 + ], + "hp": { + "average": 243, + "formula": "18d12 + 126" + }, + "speed": { + "walk": 40, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 27, + "dex": 14, + "con": 25, + "int": 16, + "wis": 15, + "cha": 24, + "save": { + "dex": "+8", + "wis": "+8" + }, + "skill": { + "insight": "+8", + "perception": "+14", + "persuasion": "+13", + "stealth": "+8" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 24, + "immune": [ + "fire" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "17", + "xpLair": 20000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 21}, {@hit 13} to hit with spell attacks):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Guiding Bolt|XPHB} (level 2 version)", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)" + ], + "daily": { + "1e": [ + "{@spell Flame Strike|XPHB}", + "{@spell Zone of Truth|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + }, + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of (A) Spellcasting to cast {@spell Guiding Bolt|XPHB} (level 2 version) or (B) Weakening Breath." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 14}, reach 10 ft. {@h}17 ({@damage 2d8 + 8}) Slashing damage plus 4 ({@damage 1d8}) Fire damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 21}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 66 ({@damage 12d10}) Fire damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Weakening Breath", + "entries": [ + "{@actSave str} {@dc 21}, each creature that isn't currently affected by this breath in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has {@variantrule Disadvantage|XPHB} on Strength-based {@variantrule D20 Test|XPHB|D20 Tests} and subtracts 3 ({@dice 1d6}) from its damage rolls. It repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Banish", + "entries": [ + "{@actSave cha} {@dc 21}, one creature the dragon can see within 120 feet. {@actSaveFail} 10 ({@damage 3d6}) Force damage, and the target has the {@condition Incapacitated|XPHB} condition and is transported to a harmless demiplane until the start of the dragon's next turn, at which point it reappears in an unoccupied space of the dragon's choice within 120 feet of the dragon. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Guiding Light", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Guiding Bolt|XPHB} (level 2 version)." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Gold Dragon", + "source": "XMM" + }, + "environment": [ + "forest", + "grassland" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "adult", + "token": { + "name": "Adult Gold Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gold-dragon.mp3" + }, + "traitTags": [ + "Amphibious", + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "F", + "O", + "S" + ], + "damageTagsSpell": [ + "F", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "incapacitated" + ], + "savingThrowForcedSpell": [ + "charisma", + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Adult Green Dragon", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 153, + "size": [ + "H" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 19 + ], + "hp": { + "average": 207, + "formula": "18d12 + 90" + }, + "speed": { + "walk": 40, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 23, + "dex": 12, + "con": 21, + "int": 18, + "wis": 15, + "cha": 18, + "save": { + "dex": "+6", + "wis": "+7" + }, + "skill": { + "deception": "+9", + "perception": "+12", + "persuasion": "+9", + "stealth": "+6" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 22, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "15", + "xpLair": 15000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Mind Spike|XPHB} (level 3 version)" + ], + "daily": { + "1": [ + "{@spell Geas|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + }, + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of Spellcasting to cast {@spell Mind Spike|XPHB} (level 3 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 11}, reach 10 ft. {@h}15 ({@damage 2d8 + 6}) Slashing damage plus 7 ({@damage 2d6}) Poison damage." + ] + }, + { + "name": "Poison Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 18}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 56 ({@damage 16d6}) Poison damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Mind Invasion", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Mind Spike|XPHB} (level 3 version)." + ] + }, + { + "name": "Noxious Miasma", + "entries": [ + "{@actSave con} {@dc 17}, each creature in a 20-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the dragon can see within 90 feet. {@actSaveFail} 7 ({@damage 2d6}) Poison damage, and the target takes a -2 penalty to AC until the end of its next turn. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Green Dragon", + "source": "XMM" + }, + "environment": [ + "forest" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "adult", + "token": { + "name": "Adult Green Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/green-dragon.mp3" + }, + "traitTags": [ + "Amphibious", + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "I", + "S" + ], + "damageTagsSpell": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "charmed" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Adult Red Dragon", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 255, + "size": [ + "H" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 19 + ], + "hp": { + "average": 256, + "formula": "19d12 + 133" + }, + "speed": { + "walk": 40, + "climb": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 27, + "dex": 10, + "con": 25, + "int": 16, + "wis": 13, + "cha": 23, + "save": { + "dex": "+6", + "wis": "+7" + }, + "skill": { + "perception": "+13", + "stealth": "+6" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 23, + "immune": [ + "fire" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "17", + "xpLair": 20000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 20}, {@hit 12} to hit with spell attacks):" + ], + "will": [ + "{@spell Command|XPHB} (level 2 version)", + "{@spell Detect Magic|XPHB}", + "{@spell Scorching Ray|XPHB}" + ], + "daily": { + "1": [ + "{@spell Fireball|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of Spellcasting to cast {@spell Scorching Ray|XPHB}." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 14}, reach 10 ft. {@h}13 ({@damage 1d10 + 8}) Slashing damage plus 5 ({@damage 2d4}) Fire damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 21}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 59 ({@damage 17d6}) Fire damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Commanding Presence", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Command|XPHB} (level 2 version). The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Fiery Rays", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Scorching Ray|XPHB}. The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Red Dragon", + "source": "XMM" + }, + "environment": [ + "hill", + "mountain" + ], + "treasure": [ + "any" + ], + "dragonAge": "adult", + "token": { + "name": "Adult Red Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/red-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "F", + "S" + ], + "damageTagsSpell": [ + "F" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "prone" + ], + "savingThrowForcedSpell": [ + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Adult Silver Dragon", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 279, + "size": [ + "H" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 19 + ], + "hp": { + "average": 216, + "formula": "16d12 + 112" + }, + "speed": { + "walk": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 27, + "dex": 10, + "con": 25, + "int": 16, + "wis": 13, + "cha": 22, + "save": { + "dex": "+5", + "wis": "+6" + }, + "skill": { + "history": "+8", + "perception": "+11", + "stealth": "+5" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 21, + "immune": [ + "cold" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "16", + "xpLair": 18000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 19}, {@hit 11} to hit with spell attacks):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Hold Monster|XPHB}", + "{@spell Ice Knife|XPHB}", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)" + ], + "daily": { + "1e": [ + "{@spell Ice Storm|XPHB} (level 5 version)", + "{@spell Zone of Truth|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of (A) Paralyzing Breath or (B) Spellcasting to cast {@spell Ice Knife|XPHB}." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 13}, reach 10 ft. {@h}17 ({@damage 2d8 + 8}) Slashing damage plus 4 ({@damage 1d8}) Cold damage." + ] + }, + { + "name": "Cold Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 20}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 54 ({@damage 12d8}) Cold damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Paralyzing Breath", + "entries": [ + "{@actSave con} {@dc 20}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail 1} The target has the {@condition Incapacitated|XPHB} condition until the end of its next turn, when it repeats the save. {@actSaveFail 2} The target has the {@condition Paralyzed|XPHB} condition, and it repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Chill", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Hold Monster|XPHB}. The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Cold Gale", + "entries": [ + "{@actSave dex} {@dc 19}, each creature in a 60-foot-long, 10-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 14 ({@damage 4d6}) Cold damage, and the target is pushed up to 30 feet straight away from the dragon. {@actSaveSuccess} Half damage only. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Silver Dragon", + "source": "XMM" + }, + "environment": [ + "mountain", + "urban" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "adult", + "token": { + "name": "Adult Silver Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/silver-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "C", + "S" + ], + "damageTagsSpell": [ + "B", + "C", + "P" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "incapacitated", + "paralyzed" + ], + "conditionInflictSpell": [ + "paralyzed" + ], + "savingThrowForcedSpell": [ + "charisma", + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Adult White Dragon", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 329, + "size": [ + "H" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 200, + "formula": "16d12 + 96" + }, + "speed": { + "walk": 40, + "burrow": 30, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 22, + "dex": 10, + "con": 22, + "int": 8, + "wis": 12, + "cha": 12, + "save": { + "dex": "+5", + "wis": "+6" + }, + "skill": { + "perception": "+11", + "stealth": "+5" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 21, + "immune": [ + "cold" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "13", + "xpLair": 11500 + }, + "trait": [ + { + "name": "Ice Walk", + "entries": [ + "The dragon can move across and climb icy surfaces without needing to make an ability check. Additionally, {@variantrule Difficult Terrain|XPHB} composed of ice or snow doesn't cost it extra movement." + ] + }, + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 11}, reach 10 ft. {@h}13 ({@damage 2d6 + 6}) Slashing damage plus 4 ({@damage 1d8}) Cold damage." + ] + }, + { + "name": "Cold Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 19}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 54 ({@damage 12d8}) Cold damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Freezing Burst", + "entries": [ + "{@actSave con} {@dc 14}, each creature in a 30-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the dragon can see within 120 feet. {@actSaveFail} 7 ({@damage 2d6}) Cold damage, and the target's {@variantrule Speed|XPHB} is 0 until the end of the target's next turn. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Frightful Presence", + "entries": [ + "The dragon casts {@spell Fear|XPHB}, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 14}). The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "White Dragon", + "source": "XMM" + }, + "environment": [ + "arctic" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "adult", + "token": { + "name": "Adult White Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/white-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "C", + "S" + ], + "miscTags": [ + "AOE", + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Air Elemental", + "source": "XMM", + "page": 13, + "size": [ + "L" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 90, + "formula": "12d10 + 24" + }, + "speed": { + "walk": 10, + "fly": { + "number": 90, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 14, + "dex": 20, + "con": 14, + "int": 6, + "wis": 10, + "cha": 6, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "resist": [ + "bludgeoning", + "lightning", + "piercing", + "slashing" + ], + "immune": [ + "poison", + "thunder" + ], + "conditionImmune": [ + "exhaustion", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "unconscious" + ], + "languages": [ + "Primordial (Auran)" + ], + "cr": "5", + "trait": [ + { + "name": "Air Form", + "entries": [ + "The elemental can enter a creature's space and stop there. It can move through a space as narrow as 1 inch without expending extra movement to do so." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The elemental makes two Thunderous Slam attacks." + ] + }, + { + "name": "Thunderous Slam", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}14 ({@damage 2d8 + 5}) Thunder damage." + ] + }, + { + "name": "Whirlwind {@recharge 4}", + "entries": [ + "{@actSave str} {@dc 13}, one Medium or smaller creature in the elemental's space. {@actSaveFail} 24 ({@damage 4d10 + 2}) Thunder damage, and the target is pushed up to 20 feet straight away from the elemental and has the {@condition Prone|XPHB} condition. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "desert", + "mountain", + "planar, air" + ], + "token": { + "name": "Air Elemental", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/air-elemental.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AU", + "P" + ], + "damageTags": [ + "T" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Allosaurus", + "group": [ + "Dinosaurs" + ], + "source": "XMM", + "page": 348, + "size": [ + "L" + ], + "type": { + "type": "beast", + "tags": [ + "dinosaur" + ] + }, + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 51, + "formula": "6d10 + 18" + }, + "speed": { + "walk": 60 + }, + "str": 19, + "dex": 13, + "con": 17, + "int": 2, + "wis": 12, + "cha": 5, + "skill": { + "perception": "+5" + }, + "passive": 15, + "cr": "2", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}15 ({@damage 2d10 + 4}) Piercing damage." + ] + }, + { + "name": "Claws", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}8 ({@damage 1d8 + 4}) Slashing damage. If the target is a Large or smaller creature and the allosaurus moved 30+ feet straight toward it immediately before the hit, the target has the {@condition Prone|XPHB} condition, and the allosaurus can make one Bite attack against it." + ] + } + ], + "environment": [ + "grassland" + ], + "token": { + "name": "Allosaurus", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/allosaurus.mp3" + }, + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluffImages": true + }, + { + "name": "Ancient Black Dragon", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 40, + "size": [ + "G" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 22 + ], + "hp": { + "average": 367, + "formula": "21d20 + 147" + }, + "speed": { + "walk": 40, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 27, + "dex": 14, + "con": 25, + "int": 16, + "wis": 15, + "cha": 22, + "save": { + "dex": "+9", + "wis": "+9" + }, + "skill": { + "perception": "+16", + "stealth": "+9" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 26, + "immune": [ + "acid" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "21", + "xpLair": 41000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 21}, {@hit 13} to hit with spell attacks):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Fear|XPHB}", + "{@spell Melf's Acid Arrow|XPHB} (level 4 version)" + ], + "daily": { + "1e": [ + "{@spell Create Undead|XPHB}", + "{@spell Speak with Dead|XPHB}", + "{@spell Vitriolic Sphere|XPHB} (level 5 version)" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + }, + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of Spellcasting to cast {@spell Melf's Acid Arrow|XPHB} (level 4 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 15}, reach 15 ft. {@h}17 ({@damage 2d8 + 8}) Slashing damage plus 9 ({@damage 2d8}) Acid damage." + ] + }, + { + "name": "Acid Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 22}, each creature in a 90-foot-long, 10-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 67 ({@damage 15d8}) Acid damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Cloud of Insects", + "entries": [ + "{@actSave dex} {@dc 21}, one creature the dragon can see within 120 feet. {@actSaveFail} 33 ({@damage 6d10}) Poison damage, and the target has {@variantrule Disadvantage|XPHB} on saving throws to maintain {@status Concentration|XPHB} until the end of its next turn. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Frightful Presence", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Fear|XPHB}. The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Black Dragon", + "source": "XMM" + }, + "environment": [ + "swamp" + ], + "treasure": [ + "relics" + ], + "dragonAge": "ancient", + "token": { + "name": "Ancient Black Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/black-dragon.mp3" + }, + "traitTags": [ + "Amphibious", + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "A", + "I", + "S" + ], + "damageTagsSpell": [ + "A" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "frightened" + ], + "savingThrowForcedSpell": [ + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ancient Blue Dragon", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 50, + "size": [ + "G" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 22 + ], + "hp": { + "average": 481, + "formula": "26d20 + 208" + }, + "speed": { + "walk": 40, + "burrow": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 29, + "dex": 10, + "con": 27, + "int": 18, + "wis": 17, + "cha": 25, + "save": { + "dex": "+7", + "wis": "+10" + }, + "skill": { + "perception": "+17", + "stealth": "+7" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 27, + "immune": [ + "lightning" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "23", + "xpLair": 62000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 22}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Invisibility|XPHB}", + "{@spell Mage Hand|XPHB}", + "{@spell Shatter|XPHB} (level 3 version)" + ], + "daily": { + "1e": [ + "{@spell Scrying|XPHB}", + "{@spell Sending|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of Spellcasting to cast {@spell Shatter|XPHB} (level 3 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 16}, reach 15 ft. {@h}18 ({@damage 2d8 + 9}) Slashing damage plus 11 ({@damage 2d10}) Lightning damage." + ] + }, + { + "name": "Lightning Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 23}, each creature in a 120-foot-long, 10-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 88 ({@damage 16d10}) Lightning damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Cloaked Flight", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Invisibility|XPHB} on itself, and it can fly up to half its {@variantrule Fly Speed|XPHB}. The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Sonic Boom", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Shatter|XPHB} (level 3 version). The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Tail Swipe", + "entries": [ + "The dragon makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Blue Dragon", + "source": "XMM" + }, + "environment": [ + "coastal", + "desert" + ], + "treasure": [ + "relics" + ], + "dragonAge": "ancient", + "token": { + "name": "Ancient Blue Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/blue-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "L", + "S" + ], + "damageTagsSpell": [ + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ancient Brass Dragon", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 56, + "size": [ + "G" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "C", + "G" + ], + "ac": [ + 20 + ], + "hp": { + "average": 332, + "formula": "19d20 + 133" + }, + "speed": { + "walk": 40, + "burrow": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 27, + "dex": 10, + "con": 25, + "int": 16, + "wis": 15, + "cha": 22, + "save": { + "dex": "+6", + "wis": "+8" + }, + "skill": { + "history": "+9", + "perception": "+14", + "persuasion": "+12", + "stealth": "+6" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 24, + "immune": [ + "fire" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "20", + "xpLair": 33000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 20}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Minor Illusion|XPHB}", + "{@spell Scorching Ray|XPHB} (level 3 version)", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)", + "{@spell Speak with Animals|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Control Weather|XPHB}", + "{@spell Detect Thoughts|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of (A) Sleep Breath or (B) Spellcasting to cast {@spell Scorching Ray|XPHB} (level 3 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 14}, reach 15 ft. {@h}19 ({@damage 2d10 + 8}) Slashing damage plus 7 ({@damage 2d6}) Fire damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 21}, each creature in a 90-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 58 ({@damage 13d8}) Fire damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Sleep Breath", + "entries": [ + "{@actSave con} {@dc 21}, each creature in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has the {@condition Incapacitated|XPHB} condition until the end of its next turn, at which point it repeats the save. {@actSaveFail 2} The target has the {@condition Unconscious|XPHB} condition for 10 minutes. This effect ends for the target if it takes damage or a creature within 5 feet of it takes an action to wake it." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Blazing Light", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Scorching Ray|XPHB} (level 3 version)." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + }, + { + "name": "Scorching Sands", + "entries": [ + "{@actSave dex} {@dc 20}, one creature the dragon can see within 120 feet. {@actSaveFail} 36 ({@damage 8d8}) Fire damage, and the target's {@variantrule Speed|XPHB} is halved until the end of its next turn. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Brass Dragon", + "source": "XMM" + }, + "environment": [ + "desert" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "ancient", + "token": { + "name": "Ancient Brass Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/brass-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "F", + "S" + ], + "damageTagsSpell": [ + "F" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "incapacitated", + "unconscious" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ancient Bronze Dragon", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 60, + "size": [ + "G" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 22 + ], + "hp": { + "average": 444, + "formula": "24d20 + 192" + }, + "speed": { + "walk": 40, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 29, + "dex": 10, + "con": 27, + "int": 18, + "wis": 17, + "cha": 25, + "save": { + "dex": "+7", + "wis": "+10" + }, + "skill": { + "insight": "+10", + "perception": "+17", + "stealth": "+7" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 27, + "immune": [ + "lightning" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "22", + "xpLair": 50000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 22}, {@hit 14} to hit with spell attacks):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Guiding Bolt|XPHB} (level 2 version)", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)", + "{@spell Speak with Animals|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Detect Thoughts|XPHB}", + "{@spell Control Water|XPHB}", + "{@spell Scrying|XPHB}", + "{@spell Water Breathing|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + }, + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of (A) Repulsion Breath or (B) Spellcasting to cast {@spell Guiding Bolt|XPHB} (level 2 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 16}, reach 15 ft. {@h}18 ({@damage 2d8 + 9}) Slashing damage plus 9 ({@damage 2d8}) Lightning damage." + ] + }, + { + "name": "Lightning Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 23}, each creature in a 120-foot-long, 10-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 82 ({@damage 15d10}) Lightning damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Repulsion Breath", + "entries": [ + "{@actSave str} {@dc 23}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target is pushed up to 60 feet straight away from the dragon and has the {@condition Prone|XPHB} condition." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Guiding Light", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Guiding Bolt|XPHB} (level 2 version)." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + }, + { + "name": "Thunderclap", + "entries": [ + "{@actSave con} {@dc 22}, each creature in a 20-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the dragon can see within 120 feet. {@actSaveFail} 13 ({@damage 3d8}) Thunder damage, and the target has the {@condition Deafened|XPHB} condition until the end of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Bronze Dragon", + "source": "XMM" + }, + "environment": [ + "coastal" + ], + "treasure": [ + "implements" + ], + "dragonAge": "ancient", + "token": { + "name": "Ancient Bronze Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/bronze-dragon.mp3" + }, + "traitTags": [ + "Amphibious", + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "L", + "S", + "T" + ], + "damageTagsSpell": [ + "B", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RCH" + ], + "conditionInflict": [ + "deafened", + "prone" + ], + "savingThrowForcedSpell": [ + "strength", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ancient Copper Dragon", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 80, + "size": [ + "G" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "C", + "G" + ], + "ac": [ + 21 + ], + "hp": { + "average": 367, + "formula": "21d20 + 147" + }, + "speed": { + "walk": 40, + "climb": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 27, + "dex": 12, + "con": 25, + "int": 20, + "wis": 17, + "cha": 22, + "save": { + "dex": "+8", + "wis": "+10" + }, + "skill": { + "deception": "+13", + "perception": "+17", + "stealth": "+8" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 27, + "immune": [ + "acid" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "21", + "xpLair": 41000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 21}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Mind Spike|XPHB} (level 5 version)", + "{@spell Minor Illusion|XPHB}", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)" + ], + "daily": { + "1e": [ + "{@spell Greater Restoration|XPHB}", + "{@spell Major Image|XPHB}", + "{@spell Project Image|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of (A) Slowing Breath or (B) Spellcasting to cast {@spell Mind Spike|XPHB} (level 5 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 15}, reach 15 ft. {@h}19 ({@damage 2d10 + 8}) Slashing damage plus 9 ({@damage 2d8}) Acid damage." + ] + }, + { + "name": "Acid Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 22}, each creature in an 90-foot-long, 10-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 63 ({@damage 14d8}) Acid damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Slowing Breath", + "entries": [ + "{@actSave con} {@dc 22}, each creature in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target can't take Reactions; its {@variantrule Speed|XPHB} is halved; and it can take either an action or a {@variantrule Bonus Action|XPHB} on its turn, not both. This effect lasts until the end of its next turn." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Giggling Magic", + "entries": [ + "{@actSave cha} {@dc 21}, one creature the dragon can see within 120 feet. {@actSaveFail} 31 ({@damage 9d6}) Psychic damage. Until the end of its next turn, the target rolls {@dice 1d8} whenever it makes an ability check or attack roll and subtracts the number rolled from the {@variantrule D20 Test|XPHB}. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Mind Jolt", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Mind Spike|XPHB} (level 5 version). The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Copper Dragon", + "source": "XMM" + }, + "environment": [ + "hill" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "ancient", + "token": { + "name": "Ancient Copper Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/copper-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "A", + "S", + "Y" + ], + "damageTagsSpell": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ancient Gold Dragon", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 146, + "size": [ + "G" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 22 + ], + "hp": { + "average": 546, + "formula": "28d20 + 252" + }, + "speed": { + "walk": 40, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 30, + "dex": 14, + "con": 29, + "int": 18, + "wis": 17, + "cha": 28, + "save": { + "dex": "+9", + "wis": "+10" + }, + "skill": { + "insight": "+10", + "perception": "+17", + "persuasion": "+16", + "stealth": "+9" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 27, + "immune": [ + "fire" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "24", + "xpLair": 75000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 24}, {@hit 16} to hit with spell attacks):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Guiding Bolt|XPHB} (level 4 version)", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)" + ], + "daily": { + "1e": [ + "{@spell Flame Strike|XPHB} (level 6 version)", + "{@spell Word of Recall|XPHB}", + "{@spell Zone of Truth|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + }, + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of (A) Spellcasting to cast {@spell Guiding Bolt|XPHB} (level 4 version) or (B) Weakening Breath." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 17} to hit, reach 15 ft. {@h}19 ({@damage 2d8 + 10}) Slashing damage plus 9 ({@damage 2d8}) Fire damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 24}, each creature in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 71 ({@damage 13d10}) Fire damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Weakening Breath", + "entries": [ + "{@actSave str} {@dc 24}, each creature that isn't currently affected by this breath in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has {@variantrule Disadvantage|XPHB} on Strength-based {@variantrule D20 Test|XPHB|D20 Tests} and subtracts 5 ({@dice 1d10}) from its damage rolls. It repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Banish", + "entries": [ + "{@actSave cha} {@dc 24}, one creature the dragon can see within 120 feet. {@actSaveFail} 24 ({@damage 7d6}) Force damage, and the target has the {@condition Incapacitated|XPHB} condition and is transported to a harmless demiplane until the start of the dragon's next turn, at which point it reappears in an unoccupied space of the dragon's choice within 120 feet of the dragon. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Guiding Light", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Guiding Bolt|XPHB} (level 4 version)." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Gold Dragon", + "source": "XMM" + }, + "environment": [ + "forest", + "grassland" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "ancient", + "token": { + "name": "Ancient Gold Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gold-dragon.mp3" + }, + "traitTags": [ + "Amphibious", + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "F", + "O", + "S" + ], + "damageTagsSpell": [ + "F", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "incapacitated" + ], + "savingThrowForcedSpell": [ + "charisma", + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ancient Green Dragon", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 154, + "size": [ + "G" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 21 + ], + "hp": { + "average": 402, + "formula": "23d20 + 161" + }, + "speed": { + "walk": 40, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 27, + "dex": 12, + "con": 25, + "int": 20, + "wis": 17, + "cha": 22, + "save": { + "dex": "+8", + "wis": "+10" + }, + "skill": { + "deception": "+13", + "perception": "+17", + "persuasion": "+13", + "stealth": "+8" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 27, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "22", + "xpLair": 50000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 21}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Mind Spike|XPHB} (level 5 version)" + ], + "daily": { + "1e": [ + "{@spell Geas|XPHB}", + "{@spell Modify Memory|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + }, + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of Spellcasting to cast {@spell Mind Spike|XPHB} (level 5 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 15}, reach 15 ft. {@h}17 ({@damage 2d8 + 8}) Slashing damage plus 10 ({@damage 3d6}) Poison damage." + ] + }, + { + "name": "Poison Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 22}, each creature in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 77 ({@damage 22d6}) Poison damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Mind Invasion", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Mind Spike|XPHB} (level 5 version)." + ] + }, + { + "name": "Noxious Miasma", + "entries": [ + "{@actSave con} {@dc 21}, each creature in a 30-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the dragon can see within 90 feet. {@actSaveFail} 17 ({@damage 5d6}) Poison damage, and the target takes a -2 penalty to AC until the end of its next turn. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Green Dragon", + "source": "XMM" + }, + "environment": [ + "forest" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "ancient", + "token": { + "name": "Ancient Green Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/green-dragon.mp3" + }, + "traitTags": [ + "Amphibious", + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "I", + "S" + ], + "damageTagsSpell": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "charmed", + "incapacitated" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ancient Red Dragon", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 256, + "size": [ + "G" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 22 + ], + "hp": { + "average": 507, + "formula": "26d20 + 234" + }, + "speed": { + "walk": 40, + "climb": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 30, + "dex": 10, + "con": 29, + "int": 18, + "wis": 15, + "cha": 27, + "save": { + "dex": "+7", + "wis": "+9" + }, + "skill": { + "perception": "+16", + "stealth": "+7" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 26, + "immune": [ + "fire" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "24", + "xpLair": 75000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 23}, {@hit 15} to hit with spell attacks):" + ], + "will": [ + "{@spell Command|XPHB} (level 2 version)", + "{@spell Detect Magic|XPHB}", + "{@spell Scorching Ray|XPHB} (level 3 version)" + ], + "daily": { + "1e": [ + "{@spell Fireball|XPHB} (level 6 version)", + "{@spell Scrying|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of Spellcasting to cast {@spell Scorching Ray|XPHB} (level 3 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 17}, reach 15 ft. {@h}19 ({@damage 2d8 + 10}) Slashing damage plus 10 ({@damage 3d6}) Fire damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 24}, each creature in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 91 ({@damage 26d6}) Fire damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Commanding Presence", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Command|XPHB} (level 2 version). The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Fiery Rays", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Scorching Ray|XPHB} (level 3 version). The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Red Dragon", + "source": "XMM" + }, + "environment": [ + "hill", + "mountain" + ], + "treasure": [ + "any" + ], + "dragonAge": "ancient", + "token": { + "name": "Ancient Red Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/red-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "F", + "S" + ], + "damageTagsSpell": [ + "F" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "prone" + ], + "savingThrowForcedSpell": [ + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ancient Silver Dragon", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 280, + "size": [ + "G" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 22 + ], + "hp": { + "average": 468, + "formula": "24d20 + 216" + }, + "speed": { + "walk": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 30, + "dex": 10, + "con": 29, + "int": 18, + "wis": 15, + "cha": 26, + "save": { + "dex": "+7", + "wis": "+9" + }, + "skill": { + "history": "+11", + "perception": "+16", + "stealth": "+7" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 26, + "immune": [ + "cold" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "23", + "xpLair": 62000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 23}, {@hit 15} to hit with spell attacks):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Hold Monster|XPHB}", + "{@spell Ice Knife|XPHB} (level 2 version)", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)" + ], + "daily": { + "1e": [ + "{@spell Control Weather|XPHB}", + "{@spell Ice Storm|XPHB} (level 7 version)", + "{@spell Teleport|XPHB}", + "{@spell Zone of Truth|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of (A) Paralyzing Breath or (B) Spellcasting to cast {@spell Ice Knife|XPHB} (level 2 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 17}, reach 15 ft. {@h}19 ({@damage 2d8 + 10}) Slashing damage plus 9 ({@damage 2d8}) Cold damage." + ] + }, + { + "name": "Cold Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 24}, each creature in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 67 ({@damage 15d8}) Cold damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Paralyzing Breath", + "entries": [ + "{@actSave con} {@dc 24}, each creature in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail 1} The target has the {@condition Incapacitated|XPHB} condition until the end of its next turn, when it repeats the save. {@actSaveFail 2} The target has the {@condition Paralyzed|XPHB} condition, and it repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Chill", + "entries": [ + "The dragon uses Spellcasting to cast {@spell Hold Monster|XPHB}. The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Cold Gale", + "entries": [ + "{@actSave dex} {@dc 23}, each creature in a 60-foot-long, 10-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 14 ({@damage 4d6}) Cold damage, and the target is pushed up to 30 feet straight away from the dragon. {@actSaveSuccess} Half damage only. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "Silver Dragon", + "source": "XMM" + }, + "environment": [ + "mountain", + "urban" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "ancient", + "token": { + "name": "Ancient Silver Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/silver-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "C", + "S" + ], + "damageTagsSpell": [ + "B", + "C", + "O", + "P" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "incapacitated", + "paralyzed" + ], + "conditionInflictSpell": [ + "paralyzed" + ], + "savingThrowForcedSpell": [ + "charisma", + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ancient White Dragon", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 330, + "size": [ + "G" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 20 + ], + "hp": { + "average": 333, + "formula": "18d20 + 144" + }, + "speed": { + "walk": 40, + "burrow": 40, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 26, + "dex": 10, + "con": 26, + "int": 10, + "wis": 13, + "cha": 14, + "save": { + "dex": "+6", + "wis": "+7" + }, + "skill": { + "perception": "+13", + "stealth": "+6" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 23, + "immune": [ + "cold" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "20", + "xpLair": 33000 + }, + "trait": [ + { + "name": "Ice Walk", + "entries": [ + "The dragon can move across and climb icy surfaces without needing to make an ability check. Additionally, {@variantrule Difficult Terrain|XPHB} composed of ice or snow doesn't cost it extra movement." + ] + }, + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 14}, reach 15 ft. {@h}17 ({@damage 2d8 + 8}) Slashing damage plus 7 ({@damage 2d6}) Cold damage." + ] + }, + { + "name": "Cold Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 22}, each creature in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 63 ({@damage 14d8}) Cold damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Freezing Burst", + "entries": [ + "{@actSave con} {@dc 20}, each creature in a 30-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the dragon can see within 120 feet. {@actSaveFail} 14 ({@damage 4d6}) Cold damage, and the target's {@variantrule Speed|XPHB} is 0 until the end of the target's next turn. {@actSaveSuccessOrFail} The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Frightful Presence", + "entries": [ + "The dragon casts {@spell Fear|XPHB}, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 18}). The dragon can't take this action again until the start of its next turn." + ] + }, + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "legendaryGroup": { + "name": "White Dragon", + "source": "XMM" + }, + "environment": [ + "arctic" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "ancient", + "token": { + "name": "Ancient White Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/white-dragon.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "C", + "S" + ], + "miscTags": [ + "AOE", + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Animal Lord", + "source": "XMM", + "page": 15, + "size": [ + "M" + ], + "type": "celestial", + "alignment": [ + "N" + ], + "ac": [ + 19 + ], + "hp": { + "average": 323, + "formula": "34d8 + 170" + }, + "speed": { + "walk": 60, + "fly": { + "number": 60, + "condition": "(hover)" + }, + "swim": 60, + "canHover": true + }, + "initiative": { + "proficiency": 2 + }, + "str": 24, + "dex": 25, + "con": 20, + "int": 19, + "wis": 23, + "cha": 22, + "save": { + "con": "+11", + "wis": "+12" + }, + "skill": { + "acrobatics": "+13", + "athletics": "+13", + "perception": "+18", + "stealth": "+13" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 28, + "resist": [ + "cold", + "fire", + "necrotic", + "psychic", + "radiant" + ], + "conditionImmune": [ + "charmed", + "frightened", + "stunned" + ], + "languages": [ + "all" + ], + "cr": "20", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The animal lord casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 20}):" + ], + "will": [ + "{@spell Animal Friendship|XPHB}", + "{@spell Animal Messenger|XPHB}", + "{@spell Speak with Animals|XPHB}" + ], + "daily": { + "2e": [ + "{@spell Awaken|XPHB}", + "{@spell Greater Restoration|XPHB}" + ], + "1e": [ + "{@spell Animal Shapes|XPHB}", + "{@spell Sunburst|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Animal Lordship", + "entries": [ + "An animal lord represents a Forager, Hunter, or Sage (DM's choice), which determines certain traits in this stat block." + ] + }, + { + "name": "Legendary Resistance (4/Day)", + "entries": [ + "If the animal lord fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Lordly Presence", + "entries": [ + "{@actSave wis} {@dc 20}, any enemy that starts its turn in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the animal lord. {@actSaveFail} The target suffers one of the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Captivated (Forager Only)", + "entries": [ + "The target has the {@condition Charmed|XPHB} condition until the end of its next turn. While {@condition Charmed|XPHB}, the target has the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "type": "item", + "name": "Fearful (Hunter Only)", + "entries": [ + "The target has the {@condition Frightened|XPHB} condition until the end of its next turn." + ] + }, + { + "type": "item", + "name": "Mired (Sage Only)", + "entries": [ + "The target takes 10 ({@damage 3d6}) Psychic damage, and the target is magically bewildered until the end of its next turn. While bewildered, the target subtracts {@dice 1d4} from its saving throws." + ] + } + ] + } + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The animal lord has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The animal lord makes two attacks, using Rend or Radiant Ray in any combination, and uses Animal Spirit." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 13}, reach 5 ft. {@h}14 ({@damage 2d6 + 7}) Slashing damage plus 7 ({@damage 2d6}) Force damage." + ] + }, + { + "name": "Radiant Ray", + "entries": [ + "{@atkr r} {@hit 12}, range 120 ft. {@h}20 ({@damage 4d6 + 6}) Radiant damage." + ] + }, + { + "name": "Animal Spirit", + "entries": [ + "The animal lord conjures an animal spirit that strikes at a creature and then disappears. {@actSave dex} {@dc 20}, one creature the animal lord can see within 120 feet. {@actSaveFail} 28 ({@damage 4d10 + 6}) Radiant damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} One of the following effects occurs:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Fortify (Forager Only)", + "entries": [ + "The animal lord gains 20 {@variantrule Temporary Hit Points|XPHB}." + ] + }, + { + "type": "item", + "name": "Marked as Prey (Hunter Only)", + "entries": [ + "The animal lord has {@variantrule Advantage|XPHB} on attack rolls against the target until the start of the animal lord's next turn." + ] + }, + { + "type": "item", + "name": "Pesky Swarm (Sage Only)", + "entries": [ + "The target has {@variantrule Disadvantage|XPHB} on attack rolls and ability checks until the end of its next turn." + ] + } + ] + } + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The animal lord shape-shifts into a Huge or smaller version of the animal it represents or a Medium or Small Humanoid, or it returns to its true form. Its game statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "legendary": [ + { + "name": "Feral Strike", + "entries": [ + "The animal lord moves up to its {@variantrule Speed|XPHB} without provoking Opportunity Attacks, and it makes one Rend attack." + ] + }, + { + "name": "Radiant Strike", + "entries": [ + "The animal lord makes one Radiant Ray attack." + ] + } + ], + "environment": [ + "planar, beastlands" + ], + "treasure": [ + "relics" + ], + "traitTags": [ + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "XX" + ], + "damageTags": [ + "O", + "R", + "S", + "Y" + ], + "damageTagsSpell": [ + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "charmed", + "frightened", + "incapacitated" + ], + "conditionInflictSpell": [ + "blinded", + "charmed" + ], + "savingThrowForcedSpell": [ + "charisma", + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true, + "_versions": [ + { + "name": "Animal Lord; Forager", + "source": "XMM", + "_mod": { + "trait": { + "mode": "replaceArr", + "replace": "Lordly Presence", + "items": { + "name": "Lordly Presence", + "entries": [ + "{@actSave wis} {@dc 20}, any enemy that starts its turn in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the animal lord. {@actSaveFail} The target has the {@condition Charmed|XPHB} condition until the end of its next turn. While {@condition Charmed|XPHB}, the target has the {@condition Incapacitated|XPHB} condition." + ] + } + }, + "action": { + "mode": "replaceArr", + "replace": "Animal Spirit", + "items": { + "name": "Animal Spirit", + "entries": [ + "The animal lord conjures an animal spirit that strikes at a creature and then disappears. {@actSave dex} {@dc 20}, one creature the animal lord can see within 120 feet. {@actSaveFail} 28 ({@damage 4d10 + 6}) Radiant damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The animal lord gains 20 {@variantrule Temporary Hit Points|XPHB}." + ] + } + } + } + }, + { + "name": "Animal Lord; Hunter", + "source": "XMM", + "_mod": { + "trait": { + "mode": "replaceArr", + "replace": "Lordly Presence", + "items": { + "name": "Lordly Presence", + "entries": [ + "{@actSave wis} {@dc 20}, any enemy that starts its turn in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the animal lord. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the end of its next turn." + ] + } + }, + "action": { + "mode": "replaceArr", + "replace": "Animal Spirit", + "items": { + "name": "Animal Spirit", + "entries": [ + "The animal lord conjures an animal spirit that strikes at a creature and then disappears. {@actSave dex} {@dc 20}, one creature the animal lord can see within 120 feet. {@actSaveFail} 28 ({@damage 4d10 + 6}) Radiant damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The animal lord has {@variantrule Advantage|XPHB} on attack rolls against the target until the start of the animal lord's next turn." + ] + } + } + } + }, + { + "name": "Animal Lord; Sage", + "source": "XMM", + "_mod": { + "trait": { + "mode": "replaceArr", + "replace": "Lordly Presence", + "items": { + "name": "Lordly Presence", + "entries": [ + "{@actSave wis} {@dc 20}, any enemy that starts its turn in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the animal lord. {@actSaveFail} The target takes 10 ({@damage 3d6}) Psychic damage, and the target is magically bewildered until the end of its next turn. While bewildered, the target subtracts {@dice 1d4} from its saving throws." + ] + } + }, + "action": { + "mode": "replaceArr", + "replace": "Animal Spirit", + "items": { + "name": "Animal Spirit", + "entries": [ + "The animal lord conjures an animal spirit that strikes at a creature and then disappears. {@actSave dex} {@dc 20}, one creature the animal lord can see within 120 feet. {@actSaveFail} 28 ({@damage 4d10 + 6}) Radiant damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The target has {@variantrule Disadvantage|XPHB} on attack rolls and ability checks until the end of its next turn." + ] + } + } + } + } + ] + }, + { + "name": "Animated Armor", + "source": "XMM", + "page": 16, + "size": [ + "M" + ], + "type": "construct", + "alignment": [ + "U" + ], + "ac": [ + 18 + ], + "hp": { + "average": 33, + "formula": "6d8 + 6" + }, + "speed": { + "walk": 25 + }, + "initiative": { + "proficiency": 1 + }, + "str": 14, + "dex": 11, + "con": 13, + "int": 1, + "wis": 3, + "cha": 1, + "senses": [ + "blindsight 60 ft." + ], + "passive": 6, + "immune": [ + "poison", + "psychic" + ], + "conditionImmune": [ + "charmed", + "deafened", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned" + ], + "cr": "1", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The armor makes two Slam attacks." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Bludgeoning damage." + ] + } + ], + "environment": [ + "urban" + ], + "token": { + "name": "Animated Armor", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/animated-armor.mp3" + }, + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Animated Broom", + "source": "XMM", + "page": 16, + "size": [ + "S" + ], + "type": "construct", + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 14, + "formula": "4d6" + }, + "speed": { + "walk": 5, + "fly": { + "number": 50, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 10, + "dex": 17, + "con": 10, + "int": 1, + "wis": 5, + "cha": 1, + "senses": [ + "blindsight 60 ft." + ], + "passive": 7, + "immune": [ + "poison", + "psychic" + ], + "conditionImmune": [ + "charmed", + "deafened", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned" + ], + "cr": "1/4", + "trait": [ + { + "name": "Flyby", + "entries": [ + "The broom doesn't provoke an Opportunity Attack when it flies out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Bludgeoning damage." + ] + } + ], + "environment": [ + "urban" + ], + "token": { + "name": "Animated Broom", + "source": "CM" + }, + "traitTags": [ + "Flyby" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Animated Flying Sword", + "source": "XMM", + "page": 17, + "size": [ + "S" + ], + "type": "construct", + "alignment": [ + "U" + ], + "ac": [ + 17 + ], + "hp": { + "average": 14, + "formula": "4d6" + }, + "speed": { + "walk": 5, + "fly": { + "number": 50, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 12, + "dex": 15, + "con": 11, + "int": 1, + "wis": 5, + "cha": 1, + "save": { + "dex": "+4" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 7, + "immune": [ + "poison", + "psychic" + ], + "conditionImmune": [ + "charmed", + "deafened", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned" + ], + "cr": "1/4", + "action": [ + { + "name": "Slash", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Slashing damage." + ] + } + ], + "environment": [ + "urban" + ], + "token": { + "name": "Flying Sword", + "source": "MM" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Animated Rug of Smothering", + "source": "XMM", + "page": 17, + "size": [ + "L" + ], + "type": "construct", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 27, + "formula": "5d10" + }, + "speed": { + "walk": 10 + }, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 14, + "con": 10, + "int": 1, + "wis": 3, + "cha": 1, + "senses": [ + "blindsight 60 ft." + ], + "passive": 6, + "immune": [ + "poison", + "psychic" + ], + "conditionImmune": [ + "charmed", + "deafened", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned" + ], + "cr": "2", + "action": [ + { + "name": "Smother", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Bludgeoning damage. If the target is a Medium or smaller creature, the rug can give it the {@condition Grappled|XPHB} condition (escape {@dc 13}) instead of dealing damage. Until the grapple ends, the target has the {@condition Blinded|XPHB} and {@condition Restrained|XPHB} conditions, is suffocating, and takes 10 ({@damage 2d6 + 3}) Bludgeoning damage at the start of each of its turns. The rug can smother only one creature at a time.", + "While grappling the target, the rug can't take this action, the rug halves the damage it takes (round down), and the target takes the same amount of damage." + ] + } + ], + "environment": [ + "urban" + ], + "token": { + "name": "Rug of Smothering", + "source": "MM" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ankheg", + "source": "XMM", + "page": 18, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 45, + "formula": "6d10 + 12" + }, + "speed": { + "walk": 30, + "burrow": 10 + }, + "str": 17, + "dex": 11, + "con": 14, + "int": 1, + "wis": 13, + "cha": 6, + "senses": [ + "darkvision 60 ft.", + "tremorsense 60 ft." + ], + "passive": 11, + "cr": "2", + "trait": [ + { + "name": "Tunneler", + "entries": [ + "The ankheg can burrow through solid rock at half its {@variantrule Burrow Speed|XPHB} and leaves a 10-foot-diameter tunnel in its wake." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5} (with {@variantrule Advantage|XPHB} if the target is {@condition Grappled|XPHB} by the ankheg), reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage plus 3 ({@damage 1d6}) Acid damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 13})." + ] + }, + { + "name": "Acid Spray {@recharge}", + "entries": [ + "{@actSave dex} {@dc 12}, each creature in a 30-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 14 ({@damage 4d6}) Acid damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "forest", + "grassland" + ], + "token": { + "name": "Ankheg", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ankeg.mp3" + }, + "traitTags": [ + "Tunneler" + ], + "senseTags": [ + "D", + "T" + ], + "damageTags": [ + "A", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ankylosaurus", + "group": [ + "Dinosaurs" + ], + "source": "XMM", + "page": 348, + "size": [ + "H" + ], + "type": { + "type": "beast", + "tags": [ + "dinosaur" + ] + }, + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 68, + "formula": "8d12 + 16" + }, + "speed": { + "walk": 30 + }, + "str": 19, + "dex": 11, + "con": 15, + "int": 2, + "wis": 12, + "cha": 5, + "save": { + "str": "+6" + }, + "passive": 11, + "cr": "3", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The ankylosaurus makes two Tail attacks." + ] + }, + { + "name": "Tail", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}9 ({@damage 1d10 + 4}) Bludgeoning damage. If the target is a Huge or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "grassland" + ], + "token": { + "name": "Ankylosaurus", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ankylosaurus.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluffImages": true + }, + { + "name": "Ape", + "source": "XMM", + "page": 348, + "otherSources": [ + { + "source": "XPHB", + "page": 346 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 19, + "formula": "3d8 + 6" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 16, + "dex": 14, + "con": 14, + "int": 6, + "wis": 12, + "cha": 7, + "skill": { + "athletics": "+5", + "perception": "+3" + }, + "passive": 13, + "cr": "1/2", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The ape makes two Fist attacks." + ] + }, + { + "name": "Fist", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Bludgeoning damage." + ] + }, + { + "name": "Rock {@recharge}", + "entries": [ + "{@atkr r} {@hit 5}, range 25/50 ft. {@h}10 ({@damage 2d6 + 3}) Bludgeoning damage." + ] + } + ], + "environment": [ + "forest" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/ape.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Arcanaloth", + "group": [ + "Yugoloths" + ], + "source": "XMM", + "page": 19, + "size": [ + "M" + ], + "type": { + "type": "fiend", + "tags": [ + "yugoloth" + ] + }, + "alignment": [ + "N", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 175, + "formula": "27d8 + 54" + }, + "speed": { + "walk": 30, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 12, + "con": 14, + "int": 20, + "wis": 16, + "cha": 17, + "save": { + "dex": "+5", + "con": "+6", + "int": "+9", + "wis": "+7" + }, + "skill": { + "arcana": "+9", + "deception": "+7", + "insight": "+7", + "perception": "+7" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 17, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "acid", + "poison" + ], + "conditionImmune": [ + "charmed", + "poisoned" + ], + "languages": [ + "all; telepathy 120 ft." + ], + "cr": "12", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The arcanaloth casts one of the following spells, requiring no Material components and using Intelligence as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Alter Self|XPHB}", + "{@spell Detect Magic|XPHB}", + "{@spell Identify|XPHB}", + "{@spell Mage Hand|XPHB}", + "{@spell Prestidigitation|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Contact Other Plane|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Dimension Door|XPHB}", + "{@spell Mind Blank|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Counterspell", + "type": "spellcasting", + "headerEntries": [ + "The arcanaloth casts {@spell Counterspell|XPHB} in response to that spell's trigger, using the same spellcasting ability as Spellcasting." + ], + "will": [ + "{@spell Counterspell|XPHB}" + ], + "ability": "int", + "displayAs": "reaction", + "hidden": [ + "will" + ] + } + ], + "trait": [ + { + "name": "Fiendish Restoration", + "entries": [ + "If the arcanaloth dies outside Gehenna, its body dissolves into ichor, and it gains a new body instantly and revives with all its {@variantrule Hit Points|XPHB} in Gehenna." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The arcanaloth has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Soul Tome", + "entries": [ + "The arcanaloth has a magic tome. While holding or carrying the tome, the arcanaloth can use its Banishing Claw action.", + "The tome has AC 17; HP 35; and {@variantrule Immunity|XPHB} to Necrotic, Poison, and Psychic damage. The tome regains all its {@variantrule Hit Points|XPHB} at the end of every turn, but it turns to dust if reduced to 0 {@variantrule Hit Points|XPHB} or when the arcanaloth dies. If the tome is destroyed, the arcanaloth can create a new one when it finishes a {@variantrule Short Rest|XPHB|Short} or {@variantrule Long Rest|XPHB}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The arcanaloth makes three Fiendish Burst attacks. It can replace one attack with a Banishing Claw attack." + ] + }, + { + "name": "Fiendish Burst", + "entries": [ + "{@atkr m,r} {@hit 9}, reach 5 ft. or range 120 ft. {@h}31 ({@damage 4d12 + 5}) Necrotic damage." + ] + }, + { + "name": "Banishing Claw (Requires Soul Tome)", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}10 ({@damage 2d4 + 5}) Slashing damage plus 19 ({@damage 3d12}) Psychic damage. If the target is a creature, it is subjected to the following effect. {@actSave cha} {@dc 17}. {@actSaveFail} The target is trapped in a demiplane inside the Soul Tome. While trapped there, the target has the {@condition Incapacitated|XPHB} condition. At the end of each of its turns, the target repeats the save, escaping the tome on a success. When the target escapes, it appears in the space it left or, if that space is occupied, the nearest unoccupied space.", + "If the target fails three of these saves while in the demiplane, it becomes bound to the tome and can escape only if the tome is reduced to 0 {@variantrule Hit Points|XPHB}." + ] + } + ], + "bonus": [ + { + "name": "Teleport", + "entries": [ + "The arcanaloth teleports up to 30 feet to an unoccupied space it can see." + ] + } + ], + "environment": [ + "planar, lower" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Arcanaloth", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/arcanaloth.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack", + "Teleport" + ], + "languageTags": [ + "TP", + "XX" + ], + "damageTags": [ + "N", + "S", + "Y" + ], + "damageTagsSpell": [ + "B", + "O", + "P", + "S", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "incapacitated" + ], + "savingThrowForcedSpell": [ + "constitution", + "intelligence", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Arch-hag", + "source": "XMM", + "page": 21, + "size": [ + "L" + ], + "type": "fey", + "alignment": [ + "N", + "E" + ], + "ac": [ + 20 + ], + "hp": { + "average": 333, + "formula": "29d10 + 174" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 24, + "dex": 15, + "con": 23, + "int": 19, + "wis": 19, + "cha": 25, + "save": { + "dex": "+9", + "wis": "+11" + }, + "skill": { + "deception": "+14", + "perception": "+11", + "persuasion": "+21" + }, + "senses": [ + "truesight 60 ft." + ], + "passive": 21, + "resist": [ + "cold", + "fire", + "psychic" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened" + ], + "languages": [ + "all" + ], + "cr": { + "cr": "21", + "xpLair": 41000 + }, + "spellcasting": [ + { + "name": "Coven Magic", + "type": "spellcasting", + "headerEntries": [ + "While within 30 feet of at least two hag allies, the hag can cast one of the following spells, requiring no Material components, using the spell's normal casting time, and using Intelligence as the spellcasting ability (spell save {@dc 19}): {@spell Augury|XPHB}, {@spell Find Familiar|XPHB}, {@spell Identify|XPHB}, {@spell Locate Object|XPHB}, {@spell Scrying|XPHB}, or {@spell Unseen Servant|XPHB}. The hag must finish a {@variantrule Long Rest|XPHB} before using this trait to cast that spell again." + ], + "restLong": { + "1": [ + "{@spell Augury|XPHB}", + "{@spell Find Familiar|XPHB}", + "{@spell Identify|XPHB}", + "{@spell Locate Object|XPHB}", + "{@spell Scrying|XPHB}", + "{@spell Unseen Servant|XPHB}" + ] + }, + "ability": "int", + "hidden": [ + "restLong" + ] + }, + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The hag casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 22}):" + ], + "will": [ + "{@spell Detect Thoughts|XPHB}", + "{@spell Dimension Door|XPHB}", + "{@spell Dispel Magic|XPHB}", + "{@spell Hypnotic Pattern|XPHB}" + ], + "daily": { + "2e": [ + "{@spell Mass Suggestion|XPHB}", + "{@spell Modify Memory|XPHB}", + "{@spell Plane Shift|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Tongue Twister", + "type": "spellcasting", + "headerEntries": [ + "The hag casts {@spell Counterspell|XPHB} in response to that spell's trigger, using the same spellcasting ability as Spellcasting. If the target fails its saving throw, it is cursed until the end of its next turn. Until the curse ends, the target can't cast spells with a Verbal component, and when it speaks, it says the opposite of what it means." + ], + "will": [ + "{@spell Counterspell|XPHB}" + ], + "ability": "cha", + "displayAs": "reaction", + "hidden": [ + "will" + ] + } + ], + "trait": [ + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the hag fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The hag has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Spiteful Escape", + "entries": [ + "When the hag drops to 0 {@variantrule Hit Points|XPHB}, it dies only if it is within 30 feet of its anathema (a thing the DM chooses as the hag's most hated thing). Otherwise, the hag drops to 1 {@variantrule Hit Points|XPHB|Hit Point} and teleports to a harmless demiplane, and it can't return to the plane it left for {@dice 2d6} days. When the hag teleports away, each creature within 60 feet of the space it left is cursed. Until the curse ends, a creature has {@variantrule Disadvantage|XPHB} on ability checks and saving throws, and the hag knows its location anywhere in the multiverse." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hag makes two Spectral Claw attacks and uses Crackling Wave." + ] + }, + { + "name": "Spectral Claw", + "entries": [ + "{@atkr m,r} {@hit 14}, reach 10 ft. or range 60 ft. {@h}17 ({@damage 3d6 + 7}) Force damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Crackling Wave", + "entries": [ + "{@actSave dex} {@dc 22}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 32 ({@damage 5d12}) Lightning damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The target is cursed until the end of the hag's next turn. The target can't take Reactions until the curse ends." + ] + } + ], + "bonus": [ + { + "name": "Witch Strike", + "entries": [ + "Each creature cursed by the hag and within 60 feet of it takes 14 ({@damage 4d6}) Lightning damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Hag's Swipe", + "entries": [ + "The hag makes one Spectral Claw attack." + ] + }, + { + "name": "Malicious Magic", + "entries": [ + "The hag uses Spellcasting to cast {@spell Dimension Door|XPHB} or {@spell Hypnotic Pattern|XPHB}. The hag can't take this action again until the start of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Arch-hag", + "source": "XMM" + }, + "environment": [ + "any" + ], + "treasure": [ + "arcana" + ], + "traitTags": [ + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "XX" + ], + "damageTags": [ + "L", + "O" + ], + "damageTagsSpell": [ + "O" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "CUR", + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "conditionInflictSpell": [ + "charmed", + "incapacitated" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Archelon", + "group": [ + "Dinosaurs" + ], + "source": "XMM", + "page": 349, + "size": [ + "H" + ], + "type": { + "type": "beast", + "tags": [ + "dinosaur" + ] + }, + "alignment": [ + "U" + ], + "ac": [ + 17 + ], + "hp": { + "average": 90, + "formula": "12d12 + 12" + }, + "speed": { + "walk": 20, + "swim": 80 + }, + "str": 18, + "dex": 16, + "con": 13, + "int": 4, + "wis": 14, + "cha": 6, + "skill": { + "stealth": "+5" + }, + "passive": 12, + "cr": "4", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The archelon can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The archelon makes two Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}14 ({@damage 3d6 + 4}) Piercing damage." + ] + } + ], + "environment": [ + "underwater" + ], + "traitTags": [ + "Amphibious" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Archmage", + "source": "XMM", + "page": 199, + "size": [ + "S", + "M" + ], + "type": { + "type": "humanoid", + "note": "(wizard)" + }, + "alignment": [ + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 170, + "formula": "31d8 + 31" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 10, + "dex": 14, + "con": 12, + "int": 20, + "wis": 15, + "cha": 16, + "save": { + "int": "+9", + "wis": "+6" + }, + "skill": { + "arcana": "+13", + "history": "+9", + "perception": "+6" + }, + "passive": 16, + "immune": [ + "psychic" + ], + "conditionImmune": [ + { + "conditionImmune": [ + "charmed" + ], + "note": "(with Mind Blank)", + "cond": true + } + ], + "languages": [ + "Common plus five other languages" + ], + "cr": "12", + "gear": [ + "wand|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The archmage casts one of the following spells, using Intelligence as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Disguise Self|XPHB}", + "{@spell Invisibility|XPHB}", + "{@spell Light|XPHB}", + "{@spell Mage Armor|XPHB} (included in AC)", + "{@spell Mage Hand|XPHB}", + "{@spell Prestidigitation|XPHB}" + ], + "daily": { + "2e": [ + "{@spell Fly|XPHB}", + "{@spell Lightning Bolt|XPHB} (level 7 version)" + ], + "1e": [ + "{@spell Cone of Cold|XPHB} (level 9 version)", + "{@spell Mind Blank|XPHB} (cast before combat)", + "{@spell Scrying|XPHB}", + "{@spell Teleport|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Misty Step (3/Day)", + "type": "spellcasting", + "headerEntries": [ + "The mage casts {@spell Misty Step|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "3": [ + "{@spell Misty Step|XPHB}" + ] + }, + "ability": "int", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + }, + { + "name": "Protective Magic (3/Day)", + "type": "spellcasting", + "headerEntries": [ + "The archmage casts {@spell Counterspell|XPHB} or {@spell Shield|XPHB} in response to the spell's trigger, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "3": [ + "{@spell Counterspell|XPHB}", + "{@spell Shield|XPHB}" + ] + }, + "ability": "int", + "displayAs": "reaction", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The archmage has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The archmage makes four Arcane Burst attacks." + ] + }, + { + "name": "Arcane Burst", + "entries": [ + "{@atkr m,r} {@hit 9}, reach 5 ft. or range 150 ft. {@h}27 ({@damage 4d10 + 5}) Force damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "arcana", + "individual" + ], + "token": { + "name": "Archmage", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/archmage.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "O" + ], + "damageTagsSpell": [ + "C", + "L", + "O" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "constitution", + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Archpriest", + "source": "XMM", + "page": 248, + "size": [ + "S", + "M" + ], + "type": { + "type": "humanoid", + "note": "(cleric)" + }, + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 240, + "formula": "32d8 + 96" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 16, + "dex": 12, + "con": 17, + "int": 14, + "wis": 21, + "cha": 14, + "save": { + "str": "+7", + "con": "+7", + "int": "+6", + "wis": "+9" + }, + "skill": { + "insight": "+9", + "medicine": "+9", + "perception": "+9", + "religion": "+10" + }, + "passive": 19, + "languages": [ + "Common plus two other languages" + ], + "cr": "12", + "gear": [ + "chain mail|xphb", + "holy symbol|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The archpriest casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Light|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Flame Strike|XPHB} (level 6 version)", + "{@spell Greater Restoration|XPHB}", + "{@spell Raise Dead|XPHB}", + "{@spell Zone of Truth|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Divine Aid (3/Day)", + "type": "spellcasting", + "headerEntries": [ + "The priest casts {@spell Bless|XPHB}, {@spell Dispel Magic|XPHB}, {@spell Healing Word|XPHB}, or {@spell Lesser Restoration|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "3": [ + "{@spell Bless|XPHB}", + "{@spell Dispel Magic|XPHB}", + "{@spell Healing Word|XPHB}", + "{@spell Lesser Restoration|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The archpriest makes three Radiant Burst attacks." + ] + }, + { + "name": "Radiant Burst", + "entries": [ + "{@atkr m,r} {@hit 9}, reach 5 ft. or range 60 ft. {@h}27 ({@damage 4d10 + 5}) Radiant damage." + ] + }, + { + "name": "Holy Word {@recharge 4}", + "entries": [ + "{@actSave wis} {@dc 17}, each enemy in a 20-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the archpriest. {@actSaveFail} 21 ({@damage 6d6}) Radiant damage, and the target has the {@condition Stunned|XPHB} condition until the end of the archpriest's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "R" + ], + "damageTagsSpell": [ + "F", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "stunned" + ], + "savingThrowForcedSpell": [ + "charisma", + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Assassin", + "source": "XMM", + "page": 22, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 97, + "formula": "15d8 + 30" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 2 + }, + "str": 11, + "dex": 18, + "con": 14, + "int": 16, + "wis": 11, + "cha": 10, + "save": { + "dex": "+7", + "int": "+6" + }, + "skill": { + "acrobatics": "+7", + "perception": "+6", + "stealth": "+10" + }, + "passive": 16, + "resist": [ + "poison" + ], + "languages": [ + "Common", + "Thieves' cant" + ], + "cr": "8", + "gear": [ + "light crossbow|xphb", + "shortsword|xphb", + "studded leather armor|xphb" + ], + "trait": [ + { + "name": "Evasion", + "entries": [ + "If the assassin is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the assassin instead takes no damage if it succeeds on the save and only half damage if it fails. It can't use this trait if it has the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The assassin makes three attacks, using Shortsword or Light Crossbow in any combination." + ] + }, + { + "name": "Shortsword", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}7 ({@damage 1d6 + 4}) Piercing damage plus 17 ({@damage 5d6}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the assassin's next turn." + ] + }, + { + "name": "Light Crossbow", + "entries": [ + "{@atkr r} {@hit 7}, range 80/320 ft. {@h}8 ({@damage 1d8 + 4}) Piercing damage plus 21 ({@damage 6d6}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Cunning Action", + "entries": [ + "The assassin takes the Dash, Disengage, or Hide action." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "token": { + "name": "Assassin", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/assassin.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "TC" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "conditionInflict": [ + "incapacitated", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Awakened Shrub", + "source": "XMM", + "page": 23, + "size": [ + "S" + ], + "type": "plant", + "alignment": [ + "N" + ], + "ac": [ + 9 + ], + "hp": { + "average": 10, + "formula": "3d6" + }, + "speed": { + "walk": 20 + }, + "str": 3, + "dex": 8, + "con": 11, + "int": 10, + "wis": 10, + "cha": 6, + "passive": 10, + "resist": [ + "piercing" + ], + "vulnerable": [ + "fire" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "0", + "action": [ + { + "name": "Rake", + "entries": [ + "{@atkr m} {@hit 1}, reach 5 ft. {@h}1 Slashing damage." + ] + } + ], + "environment": [ + "forest" + ], + "token": { + "name": "Awakened Shrub", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/awakened-shrub.mp3" + }, + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Awakened Tree", + "source": "XMM", + "page": 23, + "size": [ + "H" + ], + "type": "plant", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 59, + "formula": "7d12 + 14" + }, + "speed": { + "walk": 20 + }, + "str": 19, + "dex": 6, + "con": 15, + "int": 10, + "wis": 10, + "cha": 7, + "passive": 10, + "resist": [ + "bludgeoning", + "piercing" + ], + "vulnerable": [ + "fire" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "2", + "action": [ + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}13 ({@damage 2d8 + 4}) Bludgeoning damage." + ] + } + ], + "environment": [ + "forest" + ], + "token": { + "name": "Awakened Tree", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/awakened-tree.mp3" + }, + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Axe Beak", + "source": "XMM", + "page": 24, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 19, + "formula": "3d10 + 3" + }, + "speed": { + "walk": 50 + }, + "str": 14, + "dex": 12, + "con": 12, + "int": 2, + "wis": 10, + "cha": 5, + "passive": 10, + "cr": "1/4", + "action": [ + { + "name": "Beak", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Slashing damage." + ] + } + ], + "environment": [ + "arctic", + "grassland", + "hill" + ], + "token": { + "name": "Axe Beak", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/axe-beak.mp3" + }, + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Azer Pyromancer", + "source": "XMM", + "page": 25, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "L", + "N" + ], + "ac": [ + 18 + ], + "hp": { + "average": 97, + "formula": "13d8 + 39" + }, + "speed": { + "walk": 30 + }, + "str": 15, + "dex": 14, + "con": 16, + "int": 12, + "wis": 18, + "cha": 13, + "save": { + "con": "+6", + "wis": "+7" + }, + "skill": { + "arcana": "+4", + "perception": "+7" + }, + "passive": 17, + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Primordial (Ignan)" + ], + "cr": "6", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The azer casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Elementalism|XPHB}", + "{@spell Mage Hand|XPHB}" + ], + "daily": { + "1": [ + "{@spell Fireball|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Hellish Rebuke (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The azer casts {@spell Hellish Rebuke|XPHB} in response to that spell's trigger, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Hellish Rebuke|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "reaction", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Fire Aura", + "entries": [ + "At the end of each of the azer's turns, each creature of the azer's choice in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the azer takes 11 ({@damage 2d10}) Fire damage unless the azer has the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "name": "Illumination", + "entries": [ + "The azer sheds {@variantrule Bright Light|XPHB} in a 10-foot radius and {@variantrule Dim Light|XPHB} for an additional 10 feet." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The azer makes two Flame Burst attacks." + ] + }, + { + "name": "Flame Burst", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 5 ft. or range 120 ft. {@h}15 ({@damage 2d10 + 4}) Fire damage." + ] + } + ], + "environment": [ + "mountain", + "planar, fire" + ], + "treasure": [ + "armaments", + "individual" + ], + "traitTags": [ + "Illumination" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "IG", + "P" + ], + "damageTags": [ + "F" + ], + "damageTagsSpell": [ + "F" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RA" + ], + "conditionInflict": [ + "incapacitated" + ], + "savingThrowForcedSpell": [ + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Azer Sentinel", + "source": "XMM", + "page": 25, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "L", + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 39, + "formula": "6d8 + 12" + }, + "speed": { + "walk": 30 + }, + "str": 17, + "dex": 12, + "con": 15, + "int": 12, + "wis": 13, + "cha": 10, + "save": { + "con": "+4" + }, + "passive": 11, + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Primordial (Ignan)" + ], + "cr": "2", + "trait": [ + { + "name": "Fire Aura", + "entries": [ + "At the end of each of the azer's turns, each creature of the azer's choice in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the azer takes 5 ({@damage 1d10}) Fire damage unless the azer has the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "name": "Illumination", + "entries": [ + "The azer sheds {@variantrule Bright Light|XPHB} in a 10-foot radius and {@variantrule Dim Light|XPHB} for an additional 10 feet." + ] + } + ], + "action": [ + { + "name": "Burning Hammer", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 1d10 + 3}) Bludgeoning damage plus 3 ({@damage 1d6}) Fire damage." + ] + } + ], + "environment": [ + "mountain", + "planar, fire" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Azer", + "source": "MM" + }, + "traitTags": [ + "Illumination" + ], + "languageTags": [ + "IG", + "P" + ], + "damageTags": [ + "B", + "F" + ], + "miscTags": [ + "AOE", + "MA" + ], + "conditionInflict": [ + "incapacitated" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Baboon", + "source": "XMM", + "page": 349, + "size": [ + "S" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 3, + "formula": "1d6" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 8, + "dex": 14, + "con": 11, + "int": 4, + "wis": 12, + "cha": 6, + "passive": 11, + "cr": "0", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The baboon has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the baboon's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 1}, reach 5 ft. {@h}1 ({@damage 1d4 - 1}) Piercing damage." + ] + } + ], + "environment": [ + "forest", + "hill" + ], + "token": { + "name": "Baboon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/baboon.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Badger", + "source": "XMM", + "page": 349, + "otherSources": [ + { + "source": "XPHB", + "page": 346 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 5, + "formula": "1d4 + 3" + }, + "speed": { + "walk": 20, + "burrow": 5 + }, + "str": 10, + "dex": 11, + "con": 16, + "int": 2, + "wis": 12, + "cha": 5, + "skill": { + "perception": "+3" + }, + "senses": [ + "darkvision 30 ft." + ], + "passive": 13, + "resist": [ + "poison" + ], + "cr": "0", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Piercing damage." + ] + } + ], + "environment": [ + "forest" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/badger.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Balor", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 26, + "size": [ + "H" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 19 + ], + "hp": { + "average": 287, + "formula": "23d12 + 138" + }, + "speed": { + "walk": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 26, + "dex": 15, + "con": 22, + "int": 20, + "wis": 16, + "cha": 22, + "save": { + "con": "+12", + "wis": "+9" + }, + "skill": { + "perception": "+9" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 19, + "resist": [ + "cold", + "lightning" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "charmed", + "frightened", + "poisoned" + ], + "languages": [ + "Abyssal; telepathy 120 ft." + ], + "cr": "19", + "trait": [ + { + "name": "Death Throes", + "entries": [ + "The balor explodes when it dies. {@actSave dex} {@dc 20}, each creature in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the balor. {@actSaveFail} 31 ({@damage 9d6}) Fire damage plus 31 ({@damage 9d6}) Force damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} If the balor dies outside the Abyss, it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Abyss." + ] + }, + { + "name": "Fire Aura", + "entries": [ + "At the end of each of the balor's turns, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the balor takes 13 ({@damage 3d8}) Fire damage." + ] + }, + { + "name": "Legendary Resistance (3/Day)", + "entries": [ + "If the balor fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The balor has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The balor makes one Flame Whip attack and one Lightning Blade attack." + ] + }, + { + "name": "Flame Whip", + "entries": [ + "{@atkr m} {@hit 14}, reach 30 ft. {@h}18 ({@damage 3d6 + 8}) Force damage plus 17 ({@damage 5d6}) Fire damage. If the target is a Huge or smaller creature, the balor pulls the target up to 25 feet straight toward itself, and the target has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Lightning Blade", + "entries": [ + "{@atkr m} {@hit 14}, reach 10 ft. {@h}21 ({@damage 3d8 + 8}) Force damage plus 22 ({@damage 4d10}) Lightning damage, and the target can't take Reactions until the start of the balor's next turn." + ] + } + ], + "bonus": [ + { + "name": "Teleport", + "entries": [ + "The balor teleports itself or a willing demon within 10 feet of itself up to 60 feet to an unoccupied space the balor can see." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Balor", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/balor.mp3" + }, + "traitTags": [ + "Death Burst", + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack", + "Teleport" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "F", + "L", + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bandit", + "source": "XMM", + "page": 27, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 30 + }, + "str": 11, + "dex": 12, + "con": 12, + "int": 10, + "wis": 10, + "cha": 10, + "passive": 10, + "languages": [ + "Common", + "Thieves' cant" + ], + "cr": "1/8", + "gear": [ + "leather armor|xphb", + "light crossbow|xphb", + "scimitar|xphb" + ], + "action": [ + { + "name": "Scimitar", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Slashing damage." + ] + }, + { + "name": "Light Crossbow", + "entries": [ + "{@atkr r} {@hit 3}, range 80/320 ft. {@h}5 ({@damage 1d8 + 1}) Piercing damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Bandit", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/bandit.mp3" + }, + "languageTags": [ + "C", + "TC" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bandit Captain", + "source": "XMM", + "page": 27, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 52, + "formula": "8d8 + 16" + }, + "speed": { + "walk": 30 + }, + "str": 15, + "dex": 16, + "con": 14, + "int": 14, + "wis": 11, + "cha": 14, + "save": { + "str": "+4", + "dex": "+5", + "wis": "+2" + }, + "skill": { + "athletics": "+4", + "deception": "+4" + }, + "passive": 10, + "languages": [ + "Common", + "Thieves' cant" + ], + "cr": "2", + "gear": [ + "pistol|xphb", + "scimitar|xphb", + "studded leather armor|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The bandit makes two attacks, using Scimitar and Pistol in any combination." + ] + }, + { + "name": "Scimitar", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Slashing damage." + ] + }, + { + "name": "Pistol", + "entries": [ + "{@atkr r} {@hit 5}, range 30/90 ft. {@h}8 ({@damage 1d10 + 3}) Piercing damage." + ] + } + ], + "reaction": [ + { + "name": "Parry", + "entries": [ + "{@actTrigger} The bandit is hit by a melee attack roll while holding a weapon. {@actResponse} The bandit adds 2 to its AC against that attack, possibly causing it to miss." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Bandit Captain", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/bandit-captain.mp3" + }, + "actionTags": [ + "Multiattack", + "Parry" + ], + "languageTags": [ + "C", + "TC" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bandit Crime Lord", + "source": "XMM", + "page": 28, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 169, + "formula": "26d8 + 52" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 10, + "dex": 20, + "con": 14, + "int": 18, + "wis": 14, + "cha": 15, + "save": { + "dex": "+9", + "con": "+6" + }, + "skill": { + "acrobatics": "+9", + "perception": "+10", + "stealth": "+13" + }, + "passive": 20, + "languages": [ + "Common", + "Thieves' cant" + ], + "cr": "11", + "gear": [ + { + "item": "pistol|xphb", + "quantity": 2 + }, + "scimitar|xphb", + "studded leather armor|xphb" + ], + "trait": [ + { + "name": "Evasion", + "entries": [ + "If the bandit is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the bandit instead takes no damage if it succeeds on the save and only half damage if it fails. It can't use this trait if it has the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The bandit makes three attacks, using Scimitar or Pistol in any combination." + ] + }, + { + "name": "Scimitar", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}12 ({@damage 2d6 + 5}) Slashing damage plus 14 ({@damage 4d6}) Poison damage." + ] + }, + { + "name": "Pistol", + "entries": [ + "{@atkr r} {@hit 9}, range 30/90 ft. {@h}10 ({@damage 1d10 + 5}) Piercing damage plus 14 ({@damage 4d6}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Deadly Aim", + "entries": [ + "The bandit gives itself {@variantrule Advantage|XPHB} on the next attack roll it makes during the current turn. If that attack hits, the target takes an extra 28 ({@damage 8d6}) Poison damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "any" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "TC" + ], + "damageTags": [ + "I", + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "conditionInflict": [ + "incapacitated" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bandit Deceiver", + "source": "XMM", + "page": 28, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 130, + "formula": "20d8 + 40" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 8, + "dex": 16, + "con": 14, + "int": 17, + "wis": 12, + "cha": 16, + "save": { + "dex": "+6", + "int": "+6" + }, + "skill": { + "acrobatics": "+6", + "perception": "+4", + "stealth": "+9" + }, + "passive": 14, + "languages": [ + "Common", + "Thieves' cant" + ], + "cr": "7", + "gear": [ + { + "item": "dagger|xphb", + "quantity": 6 + }, + "wand|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The bandit casts one of the following spells, using Intelligence as the spellcasting ability (spell save {@dc 14}):" + ], + "will": [ + "{@spell Disguise Self|XPHB}", + "{@spell Mage Hand|XPHB}", + "{@spell Minor Illusion|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Hold Person|XPHB} (level 4 version)", + "{@spell Mage Armor|XPHB} (included in AC)", + "{@spell Major Image|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The bandit makes three Dagger attacks." + ] + }, + { + "name": "Dagger", + "entries": [ + "{@atkr m,r} {@hit 6}, reach 5 ft. or range 20/60 ft. {@h}8 ({@damage 2d4 + 3}) Piercing damage plus 10 ({@damage 3d6}) Poison damage." + ] + }, + { + "name": "Blinding Flash {@recharge 4}", + "entries": [ + "{@actSave con} {@dc 14}, each creature in a 10-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the bandit can see within 120 feet. {@actSaveFail} 13 ({@damage 3d6 + 3}) Radiant damage, and the target has the {@condition Blinded|XPHB} condition until the start of the bandit's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Drow Mage", + "source": "MM" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "TC" + ], + "damageTags": [ + "I", + "P", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "MLW", + "RA", + "THW" + ], + "conditionInflict": [ + "blinded" + ], + "conditionInflictSpell": [ + "paralyzed" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Banshee", + "source": "XMM", + "page": 29, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "C", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 54, + "formula": "12d8" + }, + "speed": { + "walk": 5, + "fly": { + "number": 40, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 1, + "dex": 14, + "con": 10, + "int": 12, + "wis": 11, + "cha": 17, + "save": { + "wis": "+2" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "resist": [ + "acid", + "bludgeoning", + "fire", + "lightning", + "piercing", + "slashing", + "thunder" + ], + "immune": [ + "cold", + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained" + ], + "languages": [ + "Common", + "Elvish" + ], + "cr": "4", + "trait": [ + { + "name": "Detect Life", + "entries": [ + "The banshee magically senses the direction of creatures up to 1 mile away that aren't Constructs or Undead." + ] + }, + { + "name": "Incorporeal Movement", + "entries": [ + "The banshee can move through other creatures and objects as if they were {@variantrule Difficult Terrain|XPHB}. It takes 5 ({@damage 1d10}) Force damage if it ends its turn inside an object." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The banshee makes two Corrupting Touch attacks and uses Horrify." + ] + }, + { + "name": "Corrupting Touch", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Necrotic damage." + ] + }, + { + "name": "Horrify", + "entries": [ + "{@actSave wis} {@dc 13}, one creature the banshee can see within 60 feet that can see the banshee. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the start of the banshee's next turn. {@actSaveSuccess} The target is immune to this banshee's Horrify for 24 hours." + ] + }, + { + "name": "Deathly Wail (1/Day)", + "entries": [ + "The banshee releases a mournful wail if it isn't in sunlight. {@actSave con} {@dc 13}, each creature within 30 feet that can hear the wail and isn't a Construct or an Undead. {@actSaveFail} If the target has 25 {@variantrule Hit Points|XPHB} or fewer, it drops to 0 {@variantrule Hit Points|XPHB}. Otherwise, the target takes 10 ({@damage 3d6}) Psychic damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Banshee", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/banshee.mp3" + }, + "traitTags": [ + "Incorporeal Movement" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "E" + ], + "damageTags": [ + "N", + "O", + "Y" + ], + "miscTags": [ + "AOE", + "MA" + ], + "conditionInflict": [ + "frightened" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Barbed Devil", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 30, + "size": [ + "M" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 110, + "formula": "13d8 + 52" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 16, + "dex": 17, + "con": 18, + "int": 12, + "wis": 14, + "cha": 14, + "save": { + "str": "+6", + "con": "+7", + "wis": "+5", + "cha": "+5" + }, + "skill": { + "deception": "+5", + "insight": "+5", + "perception": "+8" + }, + "senses": [ + "darkvision 120 ft. (unimpeded by magical darkness)" + ], + "passive": 18, + "resist": [ + "cold" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Infernal; telepathy 120 ft." + ], + "cr": "5", + "trait": [ + { + "name": "Barbed Hide", + "entries": [ + "At the start of each of its turns, the devil deals 5 ({@damage 1d10}) Piercing damage to any creature it is grappling or any creature grappling it." + ] + }, + { + "name": "Diabolical Restoration", + "entries": [ + "If the devil dies outside the Nine Hells, its body disappears in sulfurous smoke, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Nine Hells." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The devil has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The devil makes one Claws attack and one Tail attack, or it makes two Hurl Flame attacks." + ] + }, + { + "name": "Claws", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Piercing damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 13}) from both claws." + ] + }, + { + "name": "Tail", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}14 ({@damage 2d10 + 3}) Slashing damage." + ] + }, + { + "name": "Hurl Flame", + "entries": [ + "{@atkr r} {@hit 5}, range 150 ft. {@h}17 ({@damage 5d6}) Fire damage. If the target is a flammable object that isn't being worn or carried, it starts burning." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Barbed Devil", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/barbed-devil.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "I", + "TP" + ], + "damageTags": [ + "F", + "P", + "S" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Barlgura", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 31, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 85, + "formula": "10d10 + 30" + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "str": 18, + "dex": 15, + "con": 16, + "int": 7, + "wis": 14, + "cha": 9, + "save": { + "dex": "+5", + "con": "+6" + }, + "skill": { + "perception": "+5", + "stealth": "+5" + }, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 15, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal; telepathy 120 ft." + ], + "cr": "5", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The barlgura casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 13}):" + ], + "daily": { + "2e": [ + "{@spell Disguise Self|XPHB}", + "{@spell Invisibility|XPHB} (self only)" + ], + "1e": [ + "{@spell Entangle|XPHB}", + "{@spell Phantasmal Killer|XPHB} (level 6 version)" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Demonic Restoration", + "entries": [ + "If the barlgura dies outside the Abyss, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Abyss." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The barlgura makes one Tormenting Bite attack and two Thrash attacks." + ] + }, + { + "name": "Tormenting Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage plus 13 ({@damage 2d12}) Psychic damage." + ] + }, + { + "name": "Thrash", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}9 ({@damage 1d10 + 4}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "bonus": [ + { + "name": "Leap", + "entries": [ + "The barlgura jumps up to 40 feet by spending 10 feet of movement." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Barlgura", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/barlgura.mp3" + }, + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "B", + "P", + "Y" + ], + "damageTagsSpell": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "conditionInflictSpell": [ + "invisible", + "restrained" + ], + "savingThrowForcedSpell": [ + "strength", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Basilisk", + "source": "XMM", + "page": 32, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 52, + "formula": "8d8 + 16" + }, + "speed": { + "walk": 20 + }, + "str": 16, + "dex": 8, + "con": 15, + "int": 2, + "wis": 8, + "cha": 7, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "cr": "3", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Piercing damage plus 7 ({@damage 2d6}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Petrifying Gaze {@recharge 4}", + "entries": [ + "{@actSave con} {@dc 12}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. If the basilisk sees its reflection within the {@variantrule Cone [Area of Effect]|XPHB|Cone}, the basilisk must make this save. {@actSaveFail 1} The target has the {@condition Restrained|XPHB} condition and repeats the save at the end of its next turn if it is still {@condition Restrained|XPHB}, ending the effect on itself on a success. {@actSaveFail 2} The target has the {@condition Petrified|XPHB} condition instead of the {@condition Restrained|XPHB} condition." + ] + } + ], + "environment": [ + "mountain", + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Basilisk", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/basilisk.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "petrified", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bat", + "source": "XMM", + "page": 349, + "otherSources": [ + { + "source": "XPHB", + "page": 346 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 1, + "formula": "1d4 - 1" + }, + "speed": { + "walk": 5, + "fly": 30 + }, + "str": 2, + "dex": 15, + "con": 8, + "int": 2, + "wis": 12, + "cha": 4, + "senses": [ + "blindsight 60 ft." + ], + "passive": 11, + "cr": "0", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4} to hit, reach 5 ft. {@h}1 Piercing damage." + ] + } + ], + "environment": [ + "forest", + "mountain", + "underdark", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/bat.mp3" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Bearded Devil", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 33, + "size": [ + "M" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 58, + "formula": "9d8 + 18" + }, + "speed": { + "walk": 30 + }, + "str": 16, + "dex": 15, + "con": 15, + "int": 9, + "wis": 11, + "cha": 14, + "save": { + "str": "+5", + "con": "+4", + "cha": "+4" + }, + "senses": [ + "darkvision 120 ft. (unimpeded by magical darkness)" + ], + "passive": 10, + "resist": [ + "cold" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "frightened", + "poisoned" + ], + "languages": [ + "Infernal; telepathy 120 ft." + ], + "cr": "3", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The devil has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The devil makes one Beard attack and one Infernal Glaive attack." + ] + }, + { + "name": "Beard", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the devil's next turn. Until this poison ends, the target can't regain {@variantrule Hit Points|XPHB}." + ] + }, + { + "name": "Infernal Glaive", + "entries": [ + "{@atkr m} {@hit 5}, reach 10 ft. {@h}8 ({@damage 1d10 + 3}) Slashing damage. If the target is a creature and doesn't already have an infernal wound, it is subjected to the following effect. {@actSave con} {@dc 12}. {@actSaveFail} The target receives an infernal wound. While wounded, the target loses 5 ({@dice 1d10}) {@variantrule Hit Points|XPHB} at the start of each of its turns. The wound closes after 1 minute, after a spell restores {@variantrule Hit Points|XPHB} to the target, or after the target or a creature within 5 feet of it takes an action to stanch the wound, doing so by succeeding on a {@dc 12} Wisdom ({@skill Medicine|XPHB}) check." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Bearded Devil", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/bearded-devil.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "I", + "TP" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RCH" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Behir", + "source": "XMM", + "page": 34, + "size": [ + "H" + ], + "type": "monstrosity", + "alignment": [ + "N", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 168, + "formula": "16d12 + 64" + }, + "speed": { + "walk": 50, + "climb": 50 + }, + "str": 23, + "dex": 16, + "con": 18, + "int": 7, + "wis": 14, + "cha": 12, + "skill": { + "perception": "+6", + "stealth": "+7" + }, + "senses": [ + "darkvision 90 ft." + ], + "passive": 16, + "immune": [ + "lightning" + ], + "languages": [ + "Draconic" + ], + "cr": "11", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The behir makes one Bite attack and uses Constrict." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 10}, reach 10 ft. {@h}19 ({@damage 2d12 + 6}) Piercing damage plus 11 ({@damage 2d10}) Lightning damage." + ] + }, + { + "name": "Constrict", + "entries": [ + "{@actSave str} {@dc 18}, one Large or smaller creature the behir can see within 5 feet. {@actSaveFail} 28 ({@damage 5d8 + 6}) Bludgeoning damage. The target has the {@condition Grappled|XPHB} condition (escape {@dc 16}), and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + }, + { + "name": "Lightning Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 16}, each creature in a 90-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 66 ({@damage 12d10}) Lightning damage. {@actSaveSuccess} Half damage." + ] + } + ], + "bonus": [ + { + "name": "Swallow", + "entries": [ + "{@actSave dex} {@dc 18}, one Large or smaller creature {@condition Grappled|XPHB} by the behir (the behir can have only one creature swallowed at a time). {@actSaveFail} The behir swallows the target, which is no longer {@condition Grappled|XPHB}. While swallowed, a creature has the {@condition Blinded|XPHB} and {@condition Restrained|XPHB} conditions, has {@variantrule Cover|XPHB|Total Cover} against attacks and other effects outside the behir, and takes 21 ({@damage 6d6}) Acid damage at the start of each of the behir's turns.", + "If the behir takes 30 damage or more on a single turn from the swallowed creature, the behir must succeed on a {@dc 14} Constitution saving throw at the end of that turn or regurgitate the creature, which falls in a space within 10 feet of the behir and has the {@condition Prone|XPHB} condition. If the behir dies, a swallowed creature is no longer {@condition Restrained|XPHB} and can escape from the corpse by using 15 feet of movement, exiting {@condition Prone|XPHB}." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Behir", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/behir.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack", + "Swallow" + ], + "languageTags": [ + "DR" + ], + "damageTags": [ + "A", + "B", + "L", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "prone", + "restrained" + ], + "savingThrowForced": [ + "constitution" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Beholder", + "group": [ + "Beholders" + ], + "source": "XMM", + "page": 36, + "size": [ + "L" + ], + "type": "aberration", + "alignment": [ + "L", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 190, + "formula": "20d10 + 80" + }, + "speed": { + "walk": 5, + "fly": { + "number": 40, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 2 + }, + "str": 16, + "dex": 14, + "con": 18, + "int": 17, + "wis": 15, + "cha": 17, + "save": { + "con": "+9", + "wis": "+7" + }, + "skill": { + "perception": "+12" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 22, + "conditionImmune": [ + "prone" + ], + "languages": [ + "Deep Speech", + "Undercommon" + ], + "cr": { + "cr": "13", + "xpLair": 11500 + }, + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the beholder fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The beholder uses Eye Rays three times." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 8}, reach 5 ft. {@h}13 ({@damage 3d6 + 3}) Piercing damage." + ] + }, + { + "name": "Eye Rays", + "entries": [ + "The beholder randomly shoots one of the following magical rays at a target it can see within 120 feet of itself (roll {@dice 1d10}; reroll if the beholder has already used that ray during this turn):", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "1: Charm Ray", + "entries": [ + "{@actSave wis} {@dc 16}. {@actSaveFail} 13 ({@damage 3d8}) Psychic damage, and the target has the {@condition Charmed|XPHB} condition for 1 hour or until it takes damage. {@actSaveSuccess} Half damage only." + ] + }, + { + "type": "item", + "name": "2: Paralyzing Ray", + "entries": [ + "{@actSave con} {@dc 16}. {@actSaveFail} The target has the {@condition Paralyzed|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + }, + { + "type": "item", + "name": "3: Fear Ray", + "entries": [ + "{@actSave wis} {@dc 16}. {@actSaveFail} 14 ({@damage 4d6}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition until the end of its next turn. {@actSaveSuccess} Half damage only." + ] + }, + { + "type": "item", + "name": "4: Slowing Ray", + "entries": [ + "{@actSave con} {@dc 16}. {@actSaveFail} 18 ({@damage 4d8}) Necrotic damage. Until the end of the target's next turn, the target's {@variantrule Speed|XPHB} is halved; the target can't take Reactions; and it can take either an action or a {@variantrule Bonus Action|XPHB} on its turn, not both. {@actSaveSuccess} Half damage only." + ] + }, + { + "type": "item", + "name": "5: Enervation Ray", + "entries": [ + "{@actSave con} {@dc 16}. {@actSaveFail} 13 ({@damage 3d8}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition until the end of its next turn. While {@condition Poisoned|XPHB}, the target can't regain {@variantrule Hit Points|XPHB}. {@actSaveSuccess} Half damage only." + ] + }, + { + "type": "item", + "name": "6: Telekinetic Ray", + "entries": [ + "{@actSave str} {@dc 16} (the target succeeds automatically if it is Gargantuan). {@actSaveFail} The beholder moves the target up to 30 feet in any direction. The target has the {@condition Restrained|XPHB} condition until the start of the beholder's next turn or until the beholder has the {@condition Incapacitated|XPHB} condition. The beholder can also exert fine control on objects with this ray, such as manipulating a tool or opening a door or container." + ] + }, + { + "type": "item", + "name": "7: Sleep Ray", + "entries": [ + "{@actSave wis} {@dc 16} (the target succeeds automatically if it is a Construct or an Undead). {@actSaveFail} The target has the {@condition Unconscious|XPHB} condition for 1 minute. The condition ends if the target takes damage or a creature within 5 feet of it takes an action to wake it." + ] + }, + { + "type": "item", + "name": "8: Petrification Ray", + "entries": [ + "{@actSave con} {@dc 16}. {@actSaveFail 1} The target has the {@condition Restrained|XPHB} condition and repeats the save at the end of its next turn if it is still {@condition Restrained|XPHB}, ending the effect on itself on a success. {@actSaveFail 2} The target has the {@condition Petrified|XPHB} condition instead of the {@condition Restrained|XPHB} condition." + ] + }, + { + "type": "item", + "name": "9: Disintegration Ray", + "entries": [ + "{@actSave dex} {@dc 16}. {@actSaveFail} 36 ({@damage 8d8}) Force damage. If the target is a nonmagical object or a creation of magical force, a 10- foot {@variantrule Cube [Area of Effect]|XPHB|Cube} of it disintegrates into dust. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} If the target is a creature and this damage reduces it to 0 {@variantrule Hit Points|XPHB}, it disintegrates into dust." + ] + }, + { + "type": "item", + "name": "10: Death Ray", + "entries": [ + "{@actSave dex} {@dc 16}. {@actSaveFail} 55 ({@damage 10d10}) Necrotic damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The target dies if the ray reduces it to 0 {@variantrule Hit Points|XPHB}." + ] + } + ] + } + ] + } + ], + "bonus": [ + { + "name": "Antimagic Cone", + "entries": [ + "The beholder's central eye emits an antimagic wave in a 150-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. Until the start of the beholder's next turn, that area acts as an {@spell Antimagic Field|XPHB} spell, and that area works against the beholder's own Eye Rays." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Chomp", + "entries": [ + "The beholder makes two Bite attacks." + ] + }, + { + "name": "Glare", + "entries": [ + "The beholder uses Eye Rays." + ] + } + ], + "legendaryGroup": { + "name": "Beholder", + "source": "XMM" + }, + "environment": [ + "underdark" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Beholder", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/beholder.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "DS", + "U" + ], + "damageTags": [ + "I", + "N", + "O", + "P", + "Y" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "charmed", + "frightened", + "incapacitated", + "paralyzed", + "petrified", + "poisoned", + "restrained", + "unconscious" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Beholder Zombie", + "group": [ + "Beholders" + ], + "source": "XMM", + "page": 347, + "size": [ + "L" + ], + "type": "undead", + "alignment": [ + "N", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 93, + "formula": "11d10 + 33" + }, + "speed": { + "walk": 5, + "fly": { + "number": 20, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 14, + "dex": 8, + "con": 16, + "int": 3, + "wis": 8, + "cha": 5, + "save": { + "wis": "+2" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "immune": [ + "poison" + ], + "conditionImmune": [ + "exhaustion", + "poisoned", + "prone" + ], + "languages": [ + "understands Deep Speech and Undercommon but can't speak" + ], + "cr": "5", + "trait": [ + { + "name": "Undead Fortitude", + "entries": [ + "If damage reduces the zombie to 0 {@variantrule Hit Points|XPHB}, it makes a Constitution saving throw ({@dc 5} plus the damage taken) unless the damage is Radiant or from a {@variantrule Critical Hit|XPHB}. On a successful save, the zombie drops to 1 {@variantrule Hit Points|XPHB|Hit Point} instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The zombie uses Eye Rays twice." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}16 ({@damage 4d6 + 2}) Piercing damage." + ] + }, + { + "name": "Eye Rays", + "entries": [ + "The zombie randomly shoots one of the following magical rays at a target it can see within 120 feet of itself (roll {@dice 1d4}; reroll if the zombie has already used that ray during this turn):", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "1: Paralyzing Ray", + "entries": [ + "{@actSave con} {@dc 14}. {@actSaveFail} The target has the {@condition Paralyzed|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + }, + { + "type": "item", + "name": "2: Fear Ray", + "entries": [ + "{@actSave wis} {@dc 14}. {@actSaveFail} 13 ({@damage 3d8}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition until the end of its next turn." + ] + }, + { + "type": "item", + "name": "3: Enervation Ray", + "entries": [ + "{@actSave con} {@dc 14}. {@actSaveFail} 10 ({@damage 3d6}) Necrotic damage, and the target has the {@condition Poisoned|XPHB} condition until the end of its next turn. While {@condition Poisoned|XPHB}, the target can't regain {@variantrule Hit Points|XPHB}. {@actSaveSuccess} Half damage only." + ] + }, + { + "type": "item", + "name": "4: Disintegration Ray", + "entries": [ + "{@actSave dex} {@dc 14}. {@actSaveFail} 27 ({@damage 5d10}) Force damage. If the target is a nonmagical object or a creation of magical force, a 10-foot {@variantrule Cube [Area of Effect]|XPHB|Cube} of it disintegrates into dust. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} If the target is a creature and this damage reduces it to 0 {@variantrule Hit Points|XPHB}, it disintegrates into dust." + ] + } + ] + } + ] + } + ], + "environment": [ + "planar, shadowfell", + "underdark", + "urban" + ], + "token": { + "name": "Beholder Zombie", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/beholder-zombie.mp3" + }, + "traitTags": [ + "Undead Fortitude" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "CS", + "DS", + "U" + ], + "damageTags": [ + "N", + "O", + "P", + "Y" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "frightened", + "paralyzed", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Berserker", + "source": "XMM", + "page": 37, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 67, + "formula": "9d8 + 27" + }, + "speed": { + "walk": 30 + }, + "str": 16, + "dex": 12, + "con": 17, + "int": 9, + "wis": 11, + "cha": 9, + "passive": 10, + "languages": [ + "Common" + ], + "cr": "2", + "gear": [ + "greataxe|xphb", + "hide armor|xphb" + ], + "trait": [ + { + "name": "Bloodied Frenzy", + "entries": [ + "While {@variantrule Bloodied|XPHB}, the berserker has {@variantrule Advantage|XPHB} on attack rolls and saving throws." + ] + } + ], + "action": [ + { + "name": "Greataxe", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}9 ({@damage 1d12 + 3}) Slashing damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Berserker", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/berserker.mp3" + }, + "languageTags": [ + "C" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA", + "MLW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Berserker Commander", + "source": "XMM", + "page": 37, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 136, + "formula": "16d8 + 64" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 14, + "con": 19, + "int": 10, + "wis": 14, + "cha": 9, + "save": { + "str": "+7", + "con": "+7" + }, + "skill": { + "athletics": "+7", + "perception": "+5" + }, + "passive": 15, + "conditionImmune": [ + "charmed", + "frightened" + ], + "languages": [ + "Common" + ], + "cr": "8", + "gear": [ + "greataxe|xphb", + { + "item": "javelin|xphb", + "quantity": 6 + } + ], + "trait": [ + { + "name": "Bloodied Frenzy", + "entries": [ + "While {@variantrule Bloodied|XPHB}, the berserker has {@variantrule Advantage|XPHB} on attack rolls and saving throws." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The berserker makes three attacks, using Greataxe or Javelin in any combination." + ] + }, + { + "name": "Greataxe", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}10 ({@damage 1d12 + 4}) Slashing damage, plus 10 ({@damage 3d6}) Thunder damage to the target or another creature within 5 feet of the target." + ] + }, + { + "name": "Javelin", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 5 ft. or range 30/120 ft. {@h}18 ({@damage 4d6 + 4}) Piercing damage, and the target's {@variantrule Speed|XPHB} decreases by 5 feet until the start of the berserker's next turn." + ] + } + ], + "bonus": [ + { + "name": "Frenzied Rush", + "entries": [ + "Each ally within 30 feet of the berserker can take a {@variantrule Reaction|XPHB} to move up to half the ally's {@variantrule Speed|XPHB} without provoking Opportunity Attacks. The berserker can also move up to half its {@variantrule Speed|XPHB} without provoking Opportunity Attacks." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "P", + "S", + "T" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Black Bear", + "source": "XMM", + "page": 349, + "otherSources": [ + { + "source": "XPHB", + "page": 346 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 19, + "formula": "3d8 + 6" + }, + "speed": { + "walk": 30, + "climb": 30, + "swim": 30 + }, + "str": 15, + "dex": 12, + "con": 14, + "int": 2, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "cr": "1/2", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The bear makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Slashing damage." + ] + } + ], + "environment": [ + "forest" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/black-bear.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Black Dragon Wyrmling", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 38, + "size": [ + "M" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 33, + "formula": "6d8 + 6" + }, + "speed": { + "walk": 30, + "fly": 60, + "swim": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 15, + "dex": 14, + "con": 13, + "int": 10, + "wis": 11, + "cha": 13, + "save": { + "dex": "+4", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "stealth": "+4" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "acid" + ], + "languages": [ + "Draconic" + ], + "cr": "2", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Slashing damage plus 2 ({@damage 1d4}) Acid damage." + ] + }, + { + "name": "Acid Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 11}, each creature in a 15-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 22 ({@damage 5d8}) Acid damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "swamp" + ], + "treasure": [ + "relics" + ], + "dragonAge": "wyrmling", + "token": { + "name": "Black Dragon Wyrmling", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/black-dragon-wyrmling.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "DR" + ], + "damageTags": [ + "A", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Black Pudding", + "source": "XMM", + "page": 42, + "size": [ + "L" + ], + "type": "ooze", + "alignment": [ + "U" + ], + "ac": [ + 7 + ], + "hp": { + "average": 68, + "formula": "8d10 + 24" + }, + "speed": { + "walk": 20, + "climb": 20 + }, + "str": 16, + "dex": 5, + "con": 16, + "int": 1, + "wis": 6, + "cha": 1, + "senses": [ + "blindsight 60 ft." + ], + "passive": 8, + "immune": [ + "acid", + "cold", + "lightning", + "slashing" + ], + "conditionImmune": [ + "charmed", + "deafened", + "exhaustion", + "frightened", + "grappled", + "prone", + "restrained" + ], + "cr": "4", + "trait": [ + { + "name": "Amorphous", + "entries": [ + "The pudding can move through a space as narrow as 1 inch without expending extra movement to do so." + ] + }, + { + "name": "Corrosive Form", + "entries": [ + "A creature that hits the pudding with a melee attack roll takes 4 ({@damage 1d8}) Acid damage. Nonmagical ammunition is destroyed immediately after hitting the pudding and dealing any damage. Any nonmagical weapon takes a cumulative -1 penalty to attack rolls immediately after dealing damage to the pudding and coming into contact with it. The weapon is destroyed if the penalty reaches -5. The penalty can be removed by casting the {@spell Mending|XPHB} spell on the weapon.", + "In 1 minute, the pudding can eat through 2 feet of nonmagical wood or metal." + ] + }, + { + "name": "Spider Climb", + "entries": [ + "The pudding can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + } + ], + "action": [ + { + "name": "Dissolving Pseudopod", + "entries": [ + "{@atkr m} {@hit 5}, reach 10 ft. {@h}17 ({@damage 4d6 + 3}) Acid damage. Nonmagical armor worn by the target takes a -1 penalty to the AC it offers. The armor is destroyed if the penalty reduces its AC to 10. The penalty can be removed by casting the {@spell Mending|XPHB} spell on the armor." + ] + } + ], + "reaction": [ + { + "name": "Split", + "entries": [ + "{@actTrigger} While the pudding is Large or Medium and has 10+ {@variantrule Hit Points|XPHB}, it becomes {@variantrule Bloodied|XPHB} or is subjected to Lightning or Slashing damage. {@actResponse} The pudding splits into two new Black Puddings. Each new pudding is one size smaller than the original pudding and acts on its {@variantrule Initiative|XPHB}. The original pudding's {@variantrule Hit Points|XPHB} are divided evenly between the new puddings (round down)." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Black Pudding", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/black-pudding.mp3" + }, + "traitTags": [ + "Amorphous", + "Spider Climb" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "A" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Blink Dog", + "source": "XMM", + "page": 46, + "otherSources": [ + { + "source": "UtHftLH" + } + ], + "size": [ + "M" + ], + "type": "fey", + "alignment": [ + "L", + "G" + ], + "ac": [ + 13 + ], + "hp": { + "average": 22, + "formula": "4d8 + 4" + }, + "speed": { + "walk": 40 + }, + "str": 12, + "dex": 17, + "con": 12, + "int": 10, + "wis": 13, + "cha": 11, + "skill": { + "perception": "+5", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "languages": [ + "understands Elvish and Sylvan but can't speak them" + ], + "cr": "1/4", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Teleport {@recharge 4}", + "entries": [ + "The dog teleports up to 40 feet to an unoccupied space it can see." + ] + } + ], + "environment": [ + "forest", + "planar, feywild" + ], + "token": { + "name": "Blink Dog", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/blink-dog.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Teleport" + ], + "languageTags": [ + "CS", + "E", + "S" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Blob of Annihilation", + "group": [ + "Titans" + ], + "source": "XMM", + "page": 47, + "size": [ + "G" + ], + "type": { + "type": "ooze", + "tags": [ + "titan" + ] + }, + "alignment": [ + "N", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 448, + "formula": "23d20 + 207" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 2 + }, + "str": 27, + "dex": 14, + "con": 28, + "int": 10, + "wis": 16, + "cha": 10, + "save": { + "dex": "+9", + "con": "+16" + }, + "senses": [ + "blindsight 120 ft." + ], + "passive": 13, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "immune": [ + "acid", + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "stunned", + "unconscious" + ], + "cr": "23", + "trait": [ + { + "name": "Astral Implosion", + "entries": [ + "If the blob is reduced to 0 {@variantrule Hit Points|XPHB}, it implodes and ejects any creatures and objects engulfed by it into the Astral Sea. The blob itself vanishes, leaving behind a layer of slime on everything that was within 600 feet of it. In {@dice 1d20} years, the blob reconstitutes on a random world in the Material Plane." + ] + }, + { + "name": "Legendary Resistance (4/Day)", + "entries": [ + "If the blob fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The blob has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The blob makes two Pseudopod attacks and uses Engulf. It can replace one attack with a use of Restraining Glob." + ] + }, + { + "name": "Pseudopod", + "entries": [ + "{@atkr m} {@hit 15}, reach 30 ft. {@h}24 ({@damage 3d10 + 8}) Force damage." + ] + }, + { + "name": "Engulf", + "entries": [ + "The blob moves up to its {@variantrule Speed|XPHB} and can move through the spaces of Huge or smaller creatures and objects. {@actSave str} {@dc 23}, each creature or object whose space the blob enters for the first time during this move. {@actSaveFail} The target is engulfed. While engulfed, a target has {@variantrule Cover|XPHB|Total Cover} against attacks and other effects outside the blob, and when the blob moves, the engulfed target moves with it. A nonmagical object is destroyed after spending 1 minute engulfed.", + "While engulfed, a creature takes 21 ({@damage 6d6}) Force damage at the start of each of its turns, is suffocating, has the {@condition Restrained|XPHB} condition, and repeats the save at the end of each of its turns. An engulfed creature that is reduced to 0 {@variantrule Hit Points|XPHB} dissolves into ash, which is ejected into the Astral Sea. {@actSaveSuccess} The target escapes and enters the nearest unoccupied space." + ] + }, + { + "name": "Restraining Glob", + "entries": [ + "The blob lobs a slimy glob at one Large or smaller creature it can see within 600 feet of itself. {@actSave dex} {@dc 23}, the targeted creature. {@actSaveFail} 18 ({@damage 3d6 + 8}) Acid damage. The glob rolls the target 60 feet straight toward the blob, and the target has the {@condition Restrained|XPHB} condition until the end of its next turn, when the glob harmlessly dissolves. {@actSaveSuccess} Half damage only." + ] + } + ], + "legendary": [ + { + "name": "Decay", + "entries": [ + "The blob deals 14 ({@damage 4d6}) Necrotic damage to each creature engulfed by it. The blob can't take this action again until the start of its next turn." + ] + }, + { + "name": "Grasping Glob", + "entries": [ + "The blob uses Restraining Glob. The blob can't take this action again until the start of its next turn." + ] + }, + { + "name": "Lashing Goop", + "entries": [ + "The blob makes one Pseudopod attack." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "any" + ], + "traitTags": [ + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "A", + "N", + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Blood Hawk", + "source": "XMM", + "page": 350, + "size": [ + "S" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 7, + "formula": "2d6" + }, + "speed": { + "walk": 10, + "fly": 60 + }, + "str": 6, + "dex": 14, + "con": 10, + "int": 3, + "wis": 14, + "cha": 5, + "skill": { + "perception": "+6" + }, + "passive": 16, + "cr": "1/8", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The hawk has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the hawk's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Beak", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Piercing damage, or 6 ({@damage 1d8 + 2}) Piercing damage if the target is {@variantrule Bloodied|XPHB}." + ] + } + ], + "environment": [ + "arctic", + "coastal", + "forest", + "grassland", + "hill", + "mountain" + ], + "token": { + "name": "Blood Hawk", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/blood-hawk.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Blue Dragon Wyrmling", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 48, + "size": [ + "M" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 65, + "formula": "10d8 + 20" + }, + "speed": { + "walk": 30, + "burrow": 15, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 10, + "con": 15, + "int": 12, + "wis": 11, + "cha": 15, + "save": { + "dex": "+2", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "stealth": "+2" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "lightning" + ], + "languages": [ + "Draconic" + ], + "cr": "3", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 1d10 + 3}) Slashing damage plus 3 ({@damage 1d6}) Lightning damage." + ] + }, + { + "name": "Lightning Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 12}, each creature in a 30-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 21 ({@damage 6d6}) Lightning damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "coastal", + "desert" + ], + "treasure": [ + "relics" + ], + "dragonAge": "wyrmling", + "token": { + "name": "Blue Dragon Wyrmling", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/blue-dragon-wyrmling.mp3" + }, + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "DR" + ], + "damageTags": [ + "L", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Blue Slaad", + "source": "XMM", + "page": 285, + "size": [ + "L" + ], + "type": "aberration", + "alignment": [ + "C", + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 133, + "formula": "14d10 + 56" + }, + "speed": { + "walk": 30 + }, + "str": 20, + "dex": 15, + "con": 18, + "int": 7, + "wis": 7, + "cha": 9, + "skill": { + "perception": "+1" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "resist": [ + "acid", + "cold", + "fire", + "lightning", + "thunder" + ], + "languages": [ + "Slaad; telepathy 60 ft." + ], + "cr": "7", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The slaad has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Regeneration", + "entries": [ + "The slaad regains 10 {@variantrule Hit Points|XPHB} at the start of each of its turns if it has at least 1 {@variantrule Hit Points|XPHB|Hit Point}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The slaad makes three Mutating Claw attacks." + ] + }, + { + "name": "Mutating Claw", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}12 ({@damage 2d6 + 5}) Slashing damage plus 3 ({@damage 1d6}) Poison damage. If the target is a Humanoid not cursed by a slaad, it is subjected to the following effect. {@actSave con} {@dc 15}. {@actSaveFail} The target is cursed. The cursed target can't regain {@variantrule Hit Points|XPHB}, and its {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by 10 ({@dice 3d6}) after every 24 hours and doesn't return to normal after finishing a {@variantrule Long Rest|XPHB}. If the curse reduces the target's {@variantrule Hit Points|XPHB|Hit Point} maximum to 0, the curse ends, and instead of dying, the target instantly transforms into a {@creature Red Slaad|XMM} or, if it can cast spells of level 3 or higher, a {@creature Green Slaad|XMM}. Only a {@spell Wish|XPHB} spell can reverse this transformation." + ] + } + ], + "environment": [ + "planar, limbo" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Blue Slaad", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/blue-slaad.mp3" + }, + "traitTags": [ + "Magic Resistance", + "Regeneration" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH", + "TP" + ], + "damageTags": [ + "I", + "S" + ], + "miscTags": [ + "CUR", + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Boar", + "source": "XMM", + "page": 350, + "otherSources": [ + { + "source": "XPHB", + "page": 347 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 13, + "formula": "2d8 + 4" + }, + "speed": { + "walk": 40 + }, + "str": 13, + "dex": 11, + "con": 14, + "int": 2, + "wis": 9, + "cha": 5, + "passive": 9, + "cr": "1/4", + "trait": [ + { + "name": "Bloodied Fury", + "entries": [ + "While {@variantrule Bloodied|XPHB}, the boar has {@variantrule Advantage|XPHB} on attack rolls." + ] + } + ], + "action": [ + { + "name": "Gore", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Piercing damage. If the target is a Medium or smaller creature and the boar moved 20+ feet straight toward it immediately before the hit, the target takes an extra 3 ({@damage 1d6}) Piercing damage and has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/boar.mp3" + }, + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Bone Devil", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 52, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 161, + "formula": "17d10 + 68" + }, + "speed": { + "walk": 40, + "fly": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 16, + "con": 18, + "int": 13, + "wis": 14, + "cha": 16, + "save": { + "str": "+8", + "int": "+5", + "wis": "+6", + "cha": "+7" + }, + "skill": { + "deception": "+7", + "insight": "+6" + }, + "senses": [ + "darkvision 120 ft. (unimpeded by magical darkness)" + ], + "passive": 12, + "resist": [ + "cold" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Infernal; telepathy 120 ft." + ], + "cr": "9", + "trait": [ + { + "name": "Diabolical Restoration", + "entries": [ + "If the devil dies outside the Nine Hells, its body disappears in sulfurous smoke, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Nine Hells." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The devil has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The devil makes two Claw attacks and one Infernal Sting attack." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}13 ({@damage 2d8 + 4}) Slashing damage." + ] + }, + { + "name": "Infernal Sting", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}15 ({@damage 2d10 + 4}) Piercing damage plus 18 ({@damage 4d8}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the devil's next turn. While {@condition Poisoned|XPHB}, the target can't regain {@variantrule Hit Points|XPHB}." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "treasure": [ + "implements" + ], + "token": { + "name": "Bone Devil", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/bone-devil.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "I", + "TP" + ], + "damageTags": [ + "I", + "P", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bone Naga", + "source": "XMM", + "page": 53, + "size": [ + "L" + ], + "type": "undead", + "alignment": [ + "N", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 65, + "formula": "10d10 + 10" + }, + "speed": { + "walk": 40 + }, + "str": 15, + "dex": 16, + "con": 12, + "int": 16, + "wis": 15, + "cha": 15, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "paralyzed", + "poisoned" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "4", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The naga casts one of the following spells, requiring no Material components and using Intelligence as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Mage Hand|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Command|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Lightning Bolt|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The naga makes two Bite attacks. It can replace any attack with a use of Serpentine Gaze." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 10 ft. {@h}10 ({@damage 2d6 + 3}) Piercing damage plus 7 ({@damage 2d6}) Necrotic damage." + ] + }, + { + "name": "Serpentine Gaze", + "entries": [ + "{@actSave wis} {@dc 13}, one creature the naga can see within 60 feet. {@actSaveFail} 13 ({@damage 3d6 + 3}) Psychic damage, and the target has the {@condition Charmed|XPHB} condition until the start of the naga's next turn." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "relics" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "N", + "P", + "Y" + ], + "damageTagsSpell": [ + "L" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "charmed" + ], + "conditionInflictSpell": [ + "prone" + ], + "savingThrowForcedSpell": [ + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Brass Dragon Wyrmling", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 54, + "size": [ + "M" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "C", + "G" + ], + "ac": [ + 15 + ], + "hp": { + "average": 22, + "formula": "4d8 + 4" + }, + "speed": { + "walk": 30, + "burrow": 15, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 15, + "dex": 10, + "con": 13, + "int": 10, + "wis": 11, + "cha": 13, + "save": { + "dex": "+2", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "stealth": "+2" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "fire" + ], + "languages": [ + "Draconic" + ], + "cr": "1", + "action": [ + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 1d10 + 2}) Slashing damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 11}, each creature in a 20-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 14 ({@damage 4d6}) Fire damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Sleep Breath", + "entries": [ + "{@actSave con} {@dc 11}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has the {@condition Incapacitated|XPHB} condition until the end of its next turn, at which point it repeats the save. {@actSaveFail 2} The target has the {@condition Unconscious|XPHB} condition for 1 minute. This effect ends for the target if it takes damage or a creature within 5 feet of it takes an action to wake it." + ] + } + ], + "environment": [ + "desert" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "wyrmling", + "token": { + "name": "Brass Dragon Wyrmling", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/brass-dragon-wyrmling.mp3" + }, + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "DR" + ], + "damageTags": [ + "F", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated", + "unconscious" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Brazen Gorgon", + "source": "XMM", + "page": 149, + "size": [ + "L" + ], + "type": "construct", + "alignment": [ + "U" + ], + "ac": [ + 19 + ], + "hp": { + "average": 161, + "formula": "17d10 + 68" + }, + "speed": { + "walk": 40 + }, + "str": 18, + "dex": 14, + "con": 19, + "int": 2, + "wis": 14, + "cha": 7, + "skill": { + "perception": "+10" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 20, + "immune": [ + "fire" + ], + "conditionImmune": [ + "exhaustion", + "petrified" + ], + "cr": "9", + "trait": [ + { + "name": "Flame Aura", + "entries": [ + "At the end of each of the gorgon's turns, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the gorgon takes 13 ({@damage 3d8}) Fire damage." + ] + }, + { + "name": "Illumination", + "entries": [ + "The gorgon sheds {@variantrule Bright Light|XPHB} in a 10-foot radius and {@variantrule Dim Light|XPHB} for an additional 10 feet." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The gorgon makes two Gore attacks." + ] + }, + { + "name": "Gore", + "entries": [ + "{@atkr m} {@hit 8}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage plus 10 ({@damage 3d6}) Fire damage." + ] + }, + { + "name": "Smelting Charge {@recharge 5}", + "entries": [ + "The gorgon moves up to its {@variantrule Speed|XPHB} without provoking Opportunity Attacks and can move through the spaces of Medium or smaller creatures. Each time the gorgon enters a creature's space for the first time during this move, that target is subjected to the following effect. {@actSave dex} {@dc 16}. {@actSaveFail} 13 ({@damage 2d8 + 4}) Piercing damage plus 13 ({@damage 3d8}) Fire damage, and the target is pulled into the gorgon's space and has the {@condition Grappled|XPHB} condition (escape {@dc 14}); if the gorgon already has a creature {@condition Grappled|XPHB}, the target has the {@condition Prone|XPHB} condition instead. Until the grapple ends, the target has the {@condition Restrained|XPHB} condition. When the gorgon moves, the {@condition Grappled|XPHB} target moves with it, costing no extra movement." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill" + ], + "treasure": [ + "any" + ], + "traitTags": [ + "Illumination" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "F", + "P" + ], + "miscTags": [ + "AOE", + "MA" + ], + "conditionInflict": [ + "grappled", + "prone", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bronze Dragon Wyrmling", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 58, + "size": [ + "M" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 15 + ], + "hp": { + "average": 39, + "formula": "6d8 + 12" + }, + "speed": { + "walk": 30, + "fly": 60, + "swim": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 10, + "con": 15, + "int": 12, + "wis": 11, + "cha": 15, + "save": { + "dex": "+2", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "stealth": "+2" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "lightning" + ], + "languages": [ + "Draconic" + ], + "cr": "2", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 1d10 + 3}) Slashing damage." + ] + }, + { + "name": "Lightning Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 12}, each creature in a 40-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 16 ({@damage 3d10}) Lightning damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Repulsion Breath", + "entries": [ + "{@actSave str} {@dc 12}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target is pushed up to 30 feet straight away from the dragon and has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "coastal" + ], + "treasure": [ + "implements" + ], + "dragonAge": "wyrmling", + "token": { + "name": "Bronze Dragon Wyrmling", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/bronze-dragon-wyrmling.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "DR" + ], + "damageTags": [ + "L", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Brown Bear", + "source": "XMM", + "page": 350, + "otherSources": [ + { + "source": "XPHB", + "page": 347 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 22, + "formula": "3d10 + 6" + }, + "speed": { + "walk": 40, + "climb": 30 + }, + "str": 17, + "dex": 12, + "con": 15, + "int": 2, + "wis": 13, + "cha": 7, + "skill": { + "perception": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "cr": "1", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The bear makes one Bite attack and one Claw attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Slashing damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "arctic", + "forest", + "hill" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/brown-bear.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Bugbear Stalker", + "group": [ + "Goblinoids" + ], + "source": "XMM", + "page": 62, + "size": [ + "M" + ], + "type": { + "type": "fey", + "tags": [ + "goblinoid" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 65, + "formula": "10d8 + 20" + }, + "speed": { + "walk": 30 + }, + "str": 17, + "dex": 14, + "con": 14, + "int": 11, + "wis": 12, + "cha": 11, + "save": { + "con": "+4", + "wis": "+3" + }, + "skill": { + "stealth": "+6", + "survival": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "languages": [ + "Common", + "Goblin" + ], + "cr": "3", + "gear": [ + "chain shirt|xphb", + { + "item": "javelin|xphb", + "quantity": 6 + }, + "morningstar|xphb" + ], + "trait": [ + { + "name": "Abduct", + "entries": [ + "The bugbear needn't spend extra movement to move a creature it is grappling." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The bugbear makes two Javelin or Morningstar attacks." + ] + }, + { + "name": "Javelin", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 10 ft. or range 30/120 ft. {@h}13 ({@damage 3d6 + 3}) Piercing damage." + ] + }, + { + "name": "Morningstar", + "entries": [ + "{@atkr m} {@hit 5} (with {@variantrule Advantage|XPHB} if the target is {@condition Grappled|XPHB} by the bugbear), reach 10 ft. {@h}12 ({@damage 2d8 + 3}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Quick Grapple", + "entries": [ + "{@actSave dex} {@dc 13}, one Medium or smaller creature the bugbear can see within 10 feet. {@actSaveFail} The target has the {@condition Grappled|XPHB} condition (escape {@dc 13})." + ] + } + ], + "environment": [ + "forest", + "grassland", + "planar, feywild", + "underdark" + ], + "treasure": [ + "armaments", + "individual" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GO" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RCH", + "THW" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bugbear Warrior", + "group": [ + "Goblinoids" + ], + "source": "XMM", + "page": 62, + "otherSources": [ + { + "source": "UtHftLH" + } + ], + "size": [ + "M" + ], + "type": { + "type": "fey", + "tags": [ + "goblinoid" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 33, + "formula": "6d8 + 6" + }, + "speed": { + "walk": 30 + }, + "str": 15, + "dex": 14, + "con": 13, + "int": 8, + "wis": 11, + "cha": 9, + "skill": { + "stealth": "+6", + "survival": "+2" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "Common", + "Goblin" + ], + "cr": "1", + "gear": [ + "hide armor|xphb", + { + "item": "light hammer|xphb", + "quantity": 3 + } + ], + "trait": [ + { + "name": "Abduct", + "entries": [ + "The bugbear needn't spend extra movement to move a creature it is grappling." + ] + } + ], + "action": [ + { + "name": "Grab", + "entries": [ + "{@atkr m} {@hit 4}, reach 10 ft. {@h}9 ({@damage 2d6 + 2}) Bludgeoning damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 12})." + ] + }, + { + "name": "Light Hammer", + "entries": [ + "{@atkr m,r} {@hit 4} (with {@variantrule Advantage|XPHB} if the target is {@condition Grappled|XPHB} by the bugbear), reach 10 ft. or range 20/60 ft. {@h}9 ({@damage 3d4 + 2}) Bludgeoning damage." + ] + } + ], + "environment": [ + "forest", + "grassland", + "planar, feywild", + "underdark" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Bugbear", + "source": "MM" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "GO" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RCH", + "THW" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bulette", + "source": "XMM", + "page": 63, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 17 + ], + "hp": { + "average": 94, + "formula": "9d10 + 45" + }, + "speed": { + "walk": 40, + "burrow": 40 + }, + "str": 19, + "dex": 11, + "con": 21, + "int": 2, + "wis": 10, + "cha": 5, + "skill": { + "perception": "+6" + }, + "senses": [ + "darkvision 60 ft.", + "tremorsense 120 ft." + ], + "passive": 16, + "cr": "5", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The bulette makes two Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}17 ({@damage 2d12 + 4}) Piercing damage." + ] + }, + { + "name": "Deadly Leap", + "entries": [ + "The bulette spends 5 feet of movement to jump to a space within 15 feet that contains one or more Large or smaller creatures. {@actSave dex} {@dc 15}, each creature in the bulette's destination space. {@actSaveFail} 19 ({@damage 3d12}) Bludgeoning damage, and the target has the {@condition Prone|XPHB} condition. {@actSaveSuccess} Half damage, and the target is pushed 5 feet straight away from the bulette." + ] + } + ], + "bonus": [ + { + "name": "Leap", + "entries": [ + "The bulette jumps up to 30 feet by spending 10 feet of movement." + ] + } + ], + "environment": [ + "grassland", + "hill", + "mountain" + ], + "token": { + "name": "Bulette", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/bulette.mp3" + }, + "senseTags": [ + "D", + "T" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bulette Pup", + "source": "XMM", + "page": 63, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 16 + ], + "hp": { + "average": 45, + "formula": "6d8 + 18" + }, + "speed": { + "walk": 30, + "burrow": 20 + }, + "str": 16, + "dex": 8, + "con": 17, + "int": 2, + "wis": 10, + "cha": 4, + "skill": { + "perception": "+4" + }, + "senses": [ + "darkvision 30 ft.", + "tremorsense 60 ft." + ], + "passive": 14, + "cr": "2", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}14 ({@damage 2d10 + 3}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Leap", + "entries": [ + "The bulette jumps up to 30 feet by spending 10 feet of movement." + ] + } + ], + "environment": [ + "grassland", + "hill", + "mountain" + ], + "senseTags": [ + "D", + "T" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bullywug Bog Sage", + "source": "XMM", + "page": 64, + "otherSources": [ + { + "source": "UtHftLH" + } + ], + "size": [ + "M" + ], + "type": "fey", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 52, + "formula": "8d8 + 16" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 8, + "dex": 16, + "con": 14, + "int": 10, + "wis": 16, + "cha": 12, + "save": { + "con": "+4", + "wis": "+5", + "cha": "+3" + }, + "skill": { + "nature": "+4", + "stealth": "+5" + }, + "passive": 13, + "languages": [ + "Bullywug", + "Common" + ], + "cr": "4", + "gear": [ + "component pouch|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The bullywug casts one of the following spells, using Wisdom as the spellcasting ability (spell save {@dc 13}, {@hit 5} to hit with spell attacks):" + ], + "will": [ + "{@spell Dancing Lights|XPHB}", + "{@spell Druidcraft|XPHB}", + "{@spell Ray of Sickness|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Speak with Plants|XPHB}", + "{@spell Vitriolic Sphere|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The bullywug can breathe air and water." + ] + }, + { + "name": "Speak with Frogs and Toads", + "entries": [ + "The bullywug can communicate simple concepts to frogs and toads when it speaks in Bullywug." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The bullywug makes two Bog Staff attacks. It can replace any attack with a use of Spellcasting to cast {@spell Ray of Sickness|XPHB}." + ] + }, + { + "name": "Bog Staff", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Bludgeoning damage plus 10 ({@damage 3d6}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Leap", + "entries": [ + "The bullywug can jump up to 30 feet by spending 10 feet of movement." + ] + } + ], + "environment": [ + "swamp" + ], + "treasure": [ + "implements", + "individual" + ], + "token": { + "name": "Bullywug", + "source": "MM" + }, + "traitTags": [ + "Amphibious" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "OTH" + ], + "damageTags": [ + "B", + "I" + ], + "damageTagsSpell": [ + "A", + "I" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflictSpell": [ + "poisoned" + ], + "savingThrowForcedSpell": [ + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Bullywug Warrior", + "source": "XMM", + "page": 64, + "otherSources": [ + { + "source": "UtHftLH" + } + ], + "size": [ + "M" + ], + "type": "fey", + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 12, + "dex": 14, + "con": 13, + "int": 7, + "wis": 10, + "cha": 7, + "skill": { + "stealth": "+4" + }, + "passive": 10, + "languages": [ + "Bullywug", + "Common" + ], + "cr": "1/4", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The bullywug can breathe air and water." + ] + }, + { + "name": "Speak with Frogs and Toads", + "entries": [ + "The bullywug can communicate simple concepts to frogs and toads when it speaks in Bullywug." + ] + } + ], + "action": [ + { + "name": "Insectile Rapier", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage plus 2 ({@damage 1d4}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Leap", + "entries": [ + "The bullywug can jump up to 30 feet by spending 10 feet of movement." + ] + } + ], + "environment": [ + "swamp" + ], + "treasure": [ + "implements", + "individual" + ], + "token": { + "name": "Bullywug", + "source": "MM" + }, + "traitTags": [ + "Amphibious" + ], + "languageTags": [ + "C", + "OTH" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA", + "MLW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Cambion", + "source": "XMM", + "page": 65, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "N", + "E" + ], + "ac": [ + 19 + ], + "hp": { + "average": 105, + "formula": "14d8 + 42" + }, + "speed": { + "walk": 30, + "fly": 60 + }, + "str": 18, + "dex": 18, + "con": 16, + "int": 14, + "wis": 12, + "cha": 16, + "save": { + "str": "+7", + "con": "+6", + "int": "+5", + "cha": "+6" + }, + "skill": { + "deception": "+6", + "perception": "+4", + "stealth": "+7" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 14, + "resist": [ + "cold", + "fire", + "lightning", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal", + "Common", + "Infernal" + ], + "cr": "5", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The cambion casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 14}):" + ], + "daily": { + "2e": [ + "{@spell Alter Self|XPHB}", + "{@spell Command|XPHB} (level 3 version)", + "{@spell Detect Magic|XPHB}" + ], + "1e": [ + "{@spell Dominate Person|XPHB} (level 8 version)", + "{@spell Plane Shift|XPHB} (self only)" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cambion makes two attacks, using Claw or Fire Ray in any combination." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}8 ({@damage 1d8 + 4}) Slashing damage plus 7 ({@damage 2d6}) Fire damage." + ] + }, + { + "name": "Fire Ray", + "entries": [ + "{@atkr r} {@hit 7}, range 120 ft. {@h}13 ({@damage 3d6 + 3}) Fire damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Cambion", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/cambion.mp3" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "C", + "I" + ], + "damageTags": [ + "F", + "S" + ], + "damageTagsSpell": [ + "B", + "P", + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "charmed", + "prone" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Camel", + "source": "XMM", + "page": 351, + "otherSources": [ + { + "source": "XPHB", + "page": 347 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 10 + ], + "hp": { + "average": 17, + "formula": "2d10 + 6" + }, + "speed": { + "walk": 50 + }, + "str": 15, + "dex": 8, + "con": 17, + "int": 2, + "wis": 11, + "cha": 5, + "save": { + "con": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "cr": "1/8", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Bludgeoning damage." + ] + } + ], + "environment": [ + "desert" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/camel.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Carrion Crawler", + "source": "XMM", + "page": 66, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 51, + "formula": "6d10 + 18" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 14, + "dex": 13, + "con": 16, + "int": 1, + "wis": 12, + "cha": 5, + "skill": { + "perception": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "cr": "2", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The carrion crawler can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The carrion crawler uses Paralyzing Tentacles and makes one Bite attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 2d4 + 2}) Piercing damage plus 3 ({@damage 1d6}) Poison damage." + ] + }, + { + "name": "Paralyzing Tentacles", + "entries": [ + "{@actSave dex} {@dc 12}, one creature the carrion crawler can see within 10 feet. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically. While {@condition Poisoned|XPHB}, the target has the {@condition Paralyzed|XPHB} condition." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "token": { + "name": "Carrion Crawler", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/carrior-crawler.mp3" + }, + "traitTags": [ + "Spider Climb" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "paralyzed", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Cat", + "source": "XMM", + "page": 351, + "otherSources": [ + { + "source": "XPHB", + "page": 347 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 2, + "formula": "1d4" + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "str": 3, + "dex": 15, + "con": 10, + "int": 3, + "wis": 12, + "cha": 7, + "save": { + "dex": "+4" + }, + "skill": { + "perception": "+3", + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "cr": "0", + "trait": [ + { + "name": "Jumper", + "entries": [ + "The cat's jump distance is determined using its Dexterity rather than its Strength." + ] + } + ], + "action": [ + { + "name": "Scratch", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}1 Slashing damage." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/cat.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Centaur Trooper", + "source": "XMM", + "page": 67, + "size": [ + "L" + ], + "type": "fey", + "alignment": [ + "N", + "G" + ], + "ac": [ + 16 + ], + "hp": { + "average": 45, + "formula": "6d10 + 12" + }, + "speed": { + "walk": 50 + }, + "str": 18, + "dex": 14, + "con": 14, + "int": 9, + "wis": 13, + "cha": 11, + "skill": { + "athletics": "+6", + "perception": "+3" + }, + "passive": 13, + "languages": [ + "Elvish", + "Sylvan" + ], + "cr": "2", + "gear": [ + "breastplate|xphb", + "longbow|xphb", + "pike|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The centaur makes two attacks, using Pike or Longbow in any combination." + ] + }, + { + "name": "Pike", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}9 ({@damage 1d10 + 4}) Piercing damage." + ] + }, + { + "name": "Longbow", + "entries": [ + "{@atkr r} {@hit 4}, range 150/600 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Trampling Charge {@recharge 5}", + "entries": [ + "The centaur moves up to its {@variantrule Speed|XPHB} without provoking Opportunity Attacks and can move through the spaces of Medium or smaller creatures. Each creature whose space the centaur enters is targeted once by the following effect. {@actSave str} {@dc 14}. {@actSaveFail} 7 ({@damage 1d6 + 4}) Bludgeoning damage, and the target has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "forest", + "grassland", + "planar, feywild" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Centaur", + "source": "MM" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "E", + "S" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RCH", + "RNG" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Centaur Warden", + "source": "XMM", + "page": 67, + "size": [ + "L" + ], + "type": "fey", + "alignment": [ + "N", + "G" + ], + "ac": [ + 16 + ], + "hp": { + "average": 105, + "formula": "14d10 + 28" + }, + "speed": { + "walk": 50 + }, + "str": 18, + "dex": 14, + "con": 14, + "int": 9, + "wis": 18, + "cha": 11, + "save": { + "con": "+5", + "wis": "+7" + }, + "skill": { + "athletics": "+7", + "nature": "+5", + "perception": "+7" + }, + "passive": 17, + "languages": [ + "Druidic", + "Elvish", + "Sylvan" + ], + "cr": "7", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The centaur casts one of the following spells, using Wisdom as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Druidcraft|XPHB}", + "{@spell Speak with Animals|XPHB}" + ], + "ability": "wis", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The centaur makes two attacks, using Forest Staff or Sun Ray in any combination." + ] + }, + { + "name": "Forest Staff", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Bludgeoning damage plus 14 ({@damage 4d6}) Poison damage." + ] + }, + { + "name": "Sun Ray", + "entries": [ + "{@atkr r} {@hit 7}, range 90 ft. {@h}14 ({@damage 3d6 + 4}) Radiant damage, and the target has the {@condition Blinded|XPHB} condition until the start of the centaur's next turn." + ] + } + ], + "bonus": [ + { + "name": "Entangling Trail {@recharge 5}", + "entries": [ + "The centaur moves up to its {@variantrule Speed|XPHB} without provoking Opportunity Attacks. Each creature within 5 feet of the centaur as it moves is targeted once by the following effect. {@actSave str} {@dc 15}. {@actSaveFail} 11 ({@damage 2d6 + 4}) Bludgeoning damage, and the target has the {@condition Restrained|XPHB} condition until the end of its next turn." + ] + } + ], + "environment": [ + "forest", + "grassland", + "planar, feywild" + ], + "treasure": [ + "armaments", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "DU", + "E", + "S" + ], + "damageTags": [ + "B", + "I", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RA" + ], + "conditionInflict": [ + "blinded", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Chain Devil", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 68, + "size": [ + "M" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 85, + "formula": "10d8 + 40" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 15, + "con": 18, + "int": 11, + "wis": 12, + "cha": 14, + "save": { + "con": "+7", + "wis": "+4" + }, + "senses": [ + "darkvision 120 ft. (unimpeded by magical darkness)" + ], + "passive": 11, + "resist": [ + "bludgeoning", + "cold", + "piercing", + "slashing" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Infernal; telepathy 120 ft." + ], + "cr": "8", + "trait": [ + { + "name": "Diabolical Restoration", + "entries": [ + "If the devil dies outside the Nine Hells, its body disappears in sulfurous smoke, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Nine Hells." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The devil has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The devil makes two Chain attacks and uses Conjure Infernal Chain." + ] + }, + { + "name": "Chain", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}11 ({@damage 2d6 + 4}) Slashing damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 14}) from one of two chains, and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + }, + { + "name": "Conjure Infernal Chain", + "entries": [ + "The devil conjures a fiery chain to bind a creature. {@actSave dex} {@dc 15}, one creature the devil can see within 60 feet. {@actSaveFail} 9 ({@damage 2d4 + 4}) Fire damage, and the target has the {@condition Restrained|XPHB} condition until the end of the devil's next turn, at which point the chain disappears. If the target is Large or smaller, the devil moves the target up to 30 feet straight toward itself. {@actSaveSuccess} The chain disappears." + ] + } + ], + "reaction": [ + { + "name": "Unnerving Gaze", + "entries": [ + "{@actTrigger} A creature the devil can see starts its turn within 30 feet of the devil and can see the devil. {@actResponse d}{@actSave wis} {@dc 15}, the triggering creature. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the end of its turn. {@actSaveSuccess} The target is immune to this devil's Unnerving Gaze for 24 hours." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "treasure": [ + "implements" + ], + "token": { + "name": "Chain Devil", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/chain-devil.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "I", + "TP" + ], + "damageTags": [ + "F", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "frightened", + "grappled", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Chasme", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 69, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 78, + "formula": "12d10 + 12" + }, + "speed": { + "walk": 20, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 15, + "dex": 15, + "con": 12, + "int": 11, + "wis": 14, + "cha": 10, + "save": { + "dex": "+5", + "wis": "+5" + }, + "skill": { + "perception": "+5" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 120 ft." + ], + "passive": 15, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal; telepathy 120 ft." + ], + "cr": "6", + "trait": [ + { + "name": "Demonic Restoration", + "entries": [ + "If the chasme dies outside the Abyss, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Abyss." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The chasme has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Spider Climb", + "entries": [ + "The chasme can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + } + ], + "action": [ + { + "name": "Proboscis", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}16 ({@damage 4d6 + 2}) Piercing damage plus 21 ({@damage 6d6}) Necrotic damage. If the target is a creature, its {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the Necrotic damage taken." + ] + } + ], + "bonus": [ + { + "name": "Drone", + "entries": [ + "{@actSave con} {@dc 12}, each creature in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the chasme (demons automatically succeed on this save). {@actSaveFail} The target has the {@condition Unconscious|XPHB} condition and repeats the save at the end of each of its turns. The target succeeds automatically after 10 minutes or if it takes damage or a creature within 5 feet of it takes an action to empty a flask of Holy Water on it. {@actSaveSuccess} The target is immune to this chasme's Drone for 24 hours." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Chasme", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/chasme.mp3" + }, + "traitTags": [ + "Magic Resistance", + "Spider Climb" + ], + "senseTags": [ + "B", + "SD" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "N", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "unconscious" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Chimera", + "source": "XMM", + "page": 70, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "C", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 114, + "formula": "12d10 + 48" + }, + "speed": { + "walk": 30, + "fly": 60 + }, + "str": 19, + "dex": 11, + "con": 19, + "int": 3, + "wis": 14, + "cha": 10, + "skill": { + "perception": "+8" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 18, + "languages": [ + "understands Draconic but can't speak" + ], + "cr": "6", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The chimera makes one Ram attack, one Bite attack, and one Claw attack. It can replace the Claw attack with a use of Fire Breath if available." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage, or 18 ({@damage 4d6 + 4}) Piercing damage if the chimera had {@variantrule Advantage|XPHB} on the attack roll." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}7 ({@damage 1d6 + 4}) Slashing damage." + ] + }, + { + "name": "Ram", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}10 ({@damage 1d12 + 4}) Bludgeoning damage. If the target is a Medium or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 15}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 31 ({@damage 7d8}) Fire damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "grassland", + "hill", + "mountain" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Chimera", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/chimera.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "CS", + "DR" + ], + "damageTags": [ + "B", + "F", + "P", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Chuul", + "source": "XMM", + "page": 71, + "size": [ + "L" + ], + "type": "aberration", + "alignment": [ + "C", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 76, + "formula": "9d10 + 27" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 19, + "dex": 10, + "con": 16, + "int": 5, + "wis": 11, + "cha": 5, + "skill": { + "perception": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "understands Deep Speech but can't speak" + ], + "cr": "4", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The chuul can breathe air and water." + ] + }, + { + "name": "Sense Magic", + "entries": [ + "The chuul senses magic within 120 feet of itself. This trait otherwise works like the {@spell Detect Magic|XPHB} spell but isn't itself magical." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The chuul makes two Pincer attacks and uses Paralyzing Tentacles." + ] + }, + { + "name": "Pincer", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}9 ({@damage 1d10 + 4}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 14}) from one of two pincers." + ] + }, + { + "name": "Paralyzing Tentacles", + "entries": [ + "{@actSave con} {@dc 13}, one creature {@condition Grappled|XPHB} by the chuul. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically. While {@condition Poisoned|XPHB}, the target has the {@condition Paralyzed|XPHB} condition." + ] + } + ], + "environment": [ + "coastal", + "swamp", + "underdark" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Chuul", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/chuul.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "CS", + "DS" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "paralyzed", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Clay Golem", + "source": "XMM", + "page": 72, + "size": [ + "L" + ], + "type": "construct", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 123, + "formula": "13d10 + 52" + }, + "speed": { + "walk": 20 + }, + "initiative": { + "proficiency": 1 + }, + "str": 20, + "dex": 9, + "con": 18, + "int": 3, + "wis": 8, + "cha": 1, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "immune": [ + "acid", + "poison", + "psychic" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "9", + "trait": [ + { + "name": "Acid Absorption", + "entries": [ + "Whenever the golem is subjected to Acid damage, it takes no damage and instead regains a number of {@variantrule Hit Points|XPHB} equal to the Acid damage dealt." + ] + }, + { + "name": "Berserk", + "entries": [ + "Whenever the golem starts its turn {@variantrule Bloodied|XPHB}, roll {@dice 1d6}. On a 6, the golem goes berserk. On each of its turns while berserk, the golem attacks the nearest creature it can see. If no creature is near enough to move to and attack, the golem attacks an object. Once the golem goes berserk, it continues to be berserk until it is destroyed or it is no longer {@variantrule Bloodied|XPHB}." + ] + }, + { + "name": "Immutable Form", + "entries": [ + "The golem can't shape-shift." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The golem has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The golem makes two Slam attacks, or it makes three Slam attacks if it used Hasten this turn." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}10 ({@damage 1d10 + 5}) Bludgeoning damage plus 6 ({@damage 1d12}) Acid damage, and the target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the Acid damage taken." + ] + } + ], + "bonus": [ + { + "name": "Hasten {@recharge 5}", + "entries": [ + "The golem takes the Dash and Disengage actions." + ] + } + ], + "environment": [ + "urban" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Clay Golem", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/clay-golem.mp3" + }, + "traitTags": [ + "Damage Absorption", + "Immutable Form", + "Magic Resistance" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "A", + "B" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Cloaker", + "source": "XMM", + "page": 73, + "size": [ + "L" + ], + "type": "aberration", + "alignment": [ + "C", + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 91, + "formula": "14d10 + 14" + }, + "speed": { + "walk": 10, + "fly": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 15, + "con": 12, + "int": 13, + "wis": 14, + "cha": 7, + "skill": { + "stealth": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 12, + "conditionImmune": [ + "frightened" + ], + "languages": [ + "Deep Speech", + "Undercommon" + ], + "cr": "8", + "trait": [ + { + "name": "Light Sensitivity", + "entries": [ + "While in {@variantrule Bright Light|XPHB}, the cloaker has {@variantrule Disadvantage|XPHB} on attack rolls." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cloaker makes one Attach attack and two Tail attacks." + ] + }, + { + "name": "Attach", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}13 ({@damage 3d6 + 3}) Piercing damage. If the target is a Large or smaller creature, the cloaker attaches to it. While the cloaker is attached, the target has the {@condition Blinded|XPHB} condition, and the cloaker can't make Attach attacks against other targets. In addition, the cloaker halves the damage it takes (round down), and the target takes the same amount of damage.", + "The cloaker can detach itself by spending 5 feet of movement. The target or a creature within 5 feet of it can take an action to try to detach the cloaker, doing so by succeeding on a {@dc 14} Strength ({@skill Athletics|XPHB}) check." + ] + }, + { + "name": "Tail", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}8 ({@damage 1d10 + 3}) Slashing damage." + ] + } + ], + "bonus": [ + { + "name": "Moan", + "entries": [ + "{@actSave wis} {@dc 13}, each creature in a 60-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the cloaker. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the end of the cloaker's next turn. {@actSaveSuccess} The target is immune to this cloaker's Moan for the next 24 hours." + ] + }, + { + "name": "Phantasms (Recharge after a Short or Long Rest)", + "entries": [ + "The cloaker casts the {@spell Mirror Image|XPHB} spell, requiring no spell components and using Wisdom as the spellcasting ability. The spell ends early if the cloaker starts or ends its turn in {@variantrule Bright Light|XPHB}." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "implements" + ], + "token": { + "name": "Cloaker", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/cloaker.mp3" + }, + "traitTags": [ + "Light Sensitivity" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "DS", + "U" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "blinded", + "frightened" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Cloud Giant", + "source": "XMM", + "page": 74, + "size": [ + "H" + ], + "type": "giant", + "alignment": [ + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 200, + "formula": "16d12 + 96" + }, + "speed": { + "walk": 40, + "fly": { + "number": 20, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 27, + "dex": 10, + "con": 22, + "int": 12, + "wis": 16, + "cha": 16, + "save": { + "con": "+10", + "wis": "+7" + }, + "skill": { + "insight": "+7", + "perception": "+11" + }, + "passive": 21, + "languages": [ + "Common", + "Giant" + ], + "cr": "9", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The giant casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Fog Cloud|XPHB}", + "{@spell Light|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Control Weather|XPHB}", + "{@spell Gaseous Form|XPHB}", + "{@spell Telekinesis|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Misty Step", + "type": "spellcasting", + "headerEntries": [ + "The giant casts the {@spell Misty Step|XPHB} spell, using the same spellcasting ability as Spellcasting." + ], + "will": [ + "{@spell Misty Step|XPHB}" + ], + "ability": "cha", + "displayAs": "bonus", + "hidden": [ + "will" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The giant makes two attacks, using Thunderous Mace or Thundercloud in any combination. It can replace one attack with a use of Spellcasting to cast {@spell Fog Cloud|XPHB}." + ] + }, + { + "name": "Thunderous Mace", + "entries": [ + "{@atkr m} {@hit 12}, reach 10 ft. {@h}21 ({@damage 3d8 + 8}) Bludgeoning damage plus 7 ({@damage 2d6}) Thunder damage." + ] + }, + { + "name": "Thundercloud", + "entries": [ + "{@atkr r} {@hit 12}, range 240 ft. {@h}18 ({@damage 3d6 + 8}) Thunder damage, and the target has the {@condition Incapacitated|XPHB} condition until the end of its next turn." + ] + } + ], + "environment": [ + "mountain" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Cloud Giant", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/cloud-giant.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GI" + ], + "damageTags": [ + "B", + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RCH" + ], + "conditionInflict": [ + "incapacitated" + ], + "conditionInflictSpell": [ + "restrained" + ], + "savingThrowForcedSpell": [ + "strength" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Cockatrice", + "source": "XMM", + "page": 75, + "size": [ + "S" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 22, + "formula": "5d6 + 5" + }, + "speed": { + "walk": 20, + "fly": 40 + }, + "str": 6, + "dex": 12, + "con": 12, + "int": 2, + "wis": 13, + "cha": 5, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "conditionImmune": [ + "petrified" + ], + "cr": "1/2", + "action": [ + { + "name": "Petrifying Bite", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}3 ({@damage 1d4 + 1}) Piercing damage. If the target is a creature, it is subjected to the following effect. {@actSave con} {@dc 11}. {@actSaveFail 1} The target has the {@condition Restrained|XPHB} condition. The target repeats the save at the end of its next turn if it is still {@condition Restrained|XPHB}, ending the effect on itself on a success. {@actSaveFail 2} The target has the {@condition Petrified|XPHB} condition, instead of the {@condition Restrained|XPHB} condition, for 24 hours." + ] + } + ], + "environment": [ + "grassland" + ], + "token": { + "name": "Cockatrice", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/cockatrice.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "petrified", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Cockatrice Regent", + "source": "XMM", + "page": 75, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 136, + "formula": "16d10 + 48" + }, + "speed": { + "walk": 30, + "fly": 60 + }, + "str": 19, + "dex": 14, + "con": 16, + "int": 3, + "wis": 16, + "cha": 5, + "save": { + "wis": "+6" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 13, + "conditionImmune": [ + "petrified" + ], + "cr": "8", + "trait": [ + { + "name": "Flyby", + "entries": [ + "The cockatrice doesn't provoke an Opportunity Attack when it flies out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cockatrice makes one Petrifying Bite attack and two Talons attacks." + ] + }, + { + "name": "Petrifying Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Piercing damage. If the target is a creature, it is subjected to the following effect. {@actSave con} {@dc 14}. {@actSaveFail 1} The target has the {@condition Restrained|XPHB} condition and repeats the save at the end of its next turn if it is still {@condition Restrained|XPHB}, ending the effect on itself on a success. {@actSaveFail 2} The target has the {@condition Petrified|XPHB} condition instead of the {@condition Restrained|XPHB} condition." + ] + }, + { + "name": "Talons", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}18 ({@damage 4d6 + 4}) Slashing damage." + ] + } + ], + "reaction": [ + { + "name": "Magical Backlash", + "entries": [ + "{@actTrigger} A creature within 120 feet of the cockatrice deals damage to it. {@actResponse d}{@actSave dex} {@dc 14}, the triggering creature. {@actSaveFail} 13 ({@damage 3d6 + 3}) Force damage." + ] + } + ], + "environment": [ + "grassland" + ], + "traitTags": [ + "Flyby" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "O", + "P", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "petrified", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Colossus", + "group": [ + "Titans" + ], + "source": "XMM", + "page": 76, + "size": [ + "G" + ], + "type": { + "type": "construct", + "tags": [ + "titan" + ] + }, + "alignment": [ + "U" + ], + "ac": [ + 23 + ], + "hp": { + "average": 553, + "formula": "27d20 + 270" + }, + "speed": { + "walk": 60 + }, + "initiative": { + "proficiency": 2 + }, + "str": 30, + "dex": 11, + "con": 30, + "int": 3, + "wis": 11, + "cha": 8, + "save": { + "dex": "+8", + "wis": "+8" + }, + "senses": [ + "truesight 300 ft." + ], + "passive": 10, + "resist": [ + "necrotic", + "radiant" + ], + "immune": [ + "poison", + "psychic" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned", + "stunned", + "unconscious" + ], + "languages": [ + "understands Celestial and Common but can't speak" + ], + "cr": "25", + "trait": [ + { + "name": "Immutable Form", + "entries": [ + "The colossus can't shape-shift." + ] + }, + { + "name": "Legendary Resistance (4/Day)", + "entries": [ + "If the colossus fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The colossus has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Siege Monster", + "entries": [ + "The colossus deals double damage to objects and structures." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The colossus makes three attacks, using Slam or Radiant Ray in any combination." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 18}, reach 20 ft. {@h}32 ({@damage 4d10 + 10}) Bludgeoning damage, and the colossus pushes the target up to 20 feet straight away from itself." + ] + }, + { + "name": "Radiant Ray", + "entries": [ + "{@atkr r} {@hit 18}, range 300 ft. {@h}22 ({@damage 4d10}) Radiant damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Divine Beam {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 26}, each creature in a 300-foot-long, 10-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 65 ({@damage 10d12}) Radiant damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} A creature reduced to 0 {@variantrule Hit Points|XPHB} by this beam disintegrates into dust, leaving behind any magic items it was wearing or carrying." + ] + } + ], + "legendary": [ + { + "name": "Smite", + "entries": [ + "The colossus makes one Radiant Ray attack." + ] + }, + { + "name": "Stomp", + "entries": [ + "The colossus moves up to half its {@variantrule Speed|XPHB} without provoking Opportunity Attacks, and it can make one Slam attack at any point during that move." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "relics" + ], + "traitTags": [ + "Immutable Form", + "Legendary Resistances", + "Magic Resistance", + "Siege Monster" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CE", + "CS" + ], + "damageTags": [ + "B", + "R" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Commoner", + "source": "XMM", + "page": 77, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 10 + ], + "hp": { + "average": 4, + "formula": "1d8" + }, + "speed": { + "walk": 30 + }, + "str": 10, + "dex": 10, + "con": 10, + "int": 10, + "wis": 10, + "cha": 10, + "passive": 10, + "languages": [ + "Common" + ], + "cr": "0", + "gear": [ + "club|xphb" + ], + "trait": [ + { + "name": "Training", + "entries": [ + "The commoner has proficiency in one skill of the DM's choice and has {@variantrule Advantage|XPHB} whenever it makes an ability check using that skill." + ] + } + ], + "action": [ + { + "name": "Club", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}2 ({@damage 1d4}) Bludgeoning damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual" + ], + "token": { + "name": "Commoner", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/commoner.mp3" + }, + "languageTags": [ + "C" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "MLW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Constrictor Snake", + "source": "XMM", + "page": 351, + "otherSources": [ + { + "source": "XPHB", + "page": 348 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 13, + "formula": "2d10 + 2" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 15, + "dex": 14, + "con": 12, + "int": 1, + "wis": 10, + "cha": 3, + "skill": { + "perception": "+2", + "stealth": "+4" + }, + "senses": [ + "blindsight 10 ft." + ], + "passive": 12, + "cr": "1/4", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage." + ] + }, + { + "name": "Constrict", + "entries": [ + "{@actSave str} {@dc 12}, one Medium or smaller creature the snake can see within 5 feet. {@actSaveFail} 7 ({@damage 3d4}) Bludgeoning damage, and the target has the {@condition Grappled|XPHB} condition (escape {@dc 12})." + ] + } + ], + "environment": [ + "desert", + "forest", + "swamp", + "underwater" + ], + "token": { + "name": "Constrictor Snake", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/constrictor-snake.mp3" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluffImages": true + }, + { + "name": "Copper Dragon Wyrmling", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 78, + "size": [ + "M" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "C", + "G" + ], + "ac": [ + 16 + ], + "hp": { + "average": 22, + "formula": "4d8 + 4" + }, + "speed": { + "walk": 30, + "climb": 30, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 15, + "dex": 12, + "con": 13, + "int": 14, + "wis": 11, + "cha": 13, + "save": { + "dex": "+3", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "stealth": "+3" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "acid" + ], + "languages": [ + "Draconic" + ], + "cr": "1", + "action": [ + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 1d10 + 2}) Slashing damage." + ] + }, + { + "name": "Acid Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 11}, each creature in a 20-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 18 ({@damage 4d8}) Acid damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Slowing Breath", + "entries": [ + "{@actSave con} {@dc 11}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target can't take Reactions; its {@variantrule Speed|XPHB} is halved; and it can take either an action or a {@variantrule Bonus Action|XPHB} on its turn, not both. This effect lasts until the end of its next turn." + ] + } + ], + "environment": [ + "hill" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "wyrmling", + "token": { + "name": "Copper Dragon Wyrmling", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/copper-dragon-wyrmling.mp3" + }, + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "DR" + ], + "damageTags": [ + "A", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Couatl", + "source": "XMM", + "page": 82, + "size": [ + "M" + ], + "type": "celestial", + "alignment": [ + "L", + "G" + ], + "ac": [ + 19 + ], + "hp": { + "average": 60, + "formula": "8d8 + 24" + }, + "speed": { + "walk": 30, + "fly": 90 + }, + "str": 16, + "dex": 20, + "con": 17, + "int": 18, + "wis": 20, + "cha": 18, + "save": { + "con": "+5", + "wis": "+7" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 15, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "immune": [ + "psychic", + "radiant" + ], + "languages": [ + "all; telepathy 120 ft." + ], + "cr": "4", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The couatl casts one of the following spells, requiring no spell components and using Wisdom as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Detect Evil and Good|XPHB}", + "{@spell Detect Magic|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)" + ], + "daily": { + "1e": [ + "{@spell Create Food and Water|XPHB}", + "{@spell Dream|XPHB}", + "{@spell Greater Restoration|XPHB}", + "{@spell Scrying|XPHB}", + "{@spell Sleep|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Divine Aid (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The couatl casts {@spell Bless|XPHB}, {@spell Lesser Restoration|XPHB}, or {@spell Sanctuary|XPHB}, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Bless|XPHB}", + "{@spell Lesser Restoration|XPHB}", + "{@spell Sanctuary|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Shielded Mind", + "entries": [ + "The couatl's thoughts can't be read by any means, and other creatures can communicate with it telepathically only if it allows them." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}11 ({@damage 1d12 + 5}) Piercing damage, and the target has the {@condition Poisoned|XPHB} condition until the end of the couatl's next turn." + ] + }, + { + "name": "Constrict", + "entries": [ + "{@actSave str} {@dc 15}, one Medium or smaller creature the couatl can see within 5 feet. {@actSaveFail} 8 ({@damage 1d6 + 5}) Bludgeoning damage. The target has the {@condition Grappled|XPHB} condition (escape {@dc 13}), and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "urban" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Couatl", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/couatl.mp3" + }, + "senseTags": [ + "U" + ], + "languageTags": [ + "TP", + "XX" + ], + "damageTags": [ + "B", + "P" + ], + "damageTagsSpell": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled", + "poisoned", + "restrained" + ], + "conditionInflictSpell": [ + "incapacitated", + "unconscious" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Crab", + "source": "XMM", + "page": 351, + "otherSources": [ + { + "source": "XPHB", + "page": 348 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 3, + "formula": "1d4 + 1" + }, + "speed": { + "walk": 20, + "swim": 20 + }, + "str": 6, + "dex": 11, + "con": 12, + "int": 1, + "wis": 8, + "cha": 2, + "skill": { + "stealth": "+2" + }, + "senses": [ + "blindsight 30 ft." + ], + "passive": 9, + "cr": "0", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The crab can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Bludgeoning damage." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/crab.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Crawling Claw", + "source": "XMM", + "page": 83, + "size": [ + "T" + ], + "type": "undead", + "alignment": [ + "N", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 2, + "formula": "1d4" + }, + "speed": { + "walk": 20, + "climb": 20 + }, + "str": 13, + "dex": 14, + "con": 11, + "int": 5, + "wis": 10, + "cha": 4, + "senses": [ + "blindsight 30 ft." + ], + "passive": 10, + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "incapacitated", + "poisoned" + ], + "languages": [ + "understands Common but can't speak" + ], + "cr": "0", + "action": [ + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}2 Necrotic damage." + ] + } + ], + "environment": [ + "any" + ], + "token": { + "name": "Crawling Claw", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/crawling-claw.mp3" + }, + "senseTags": [ + "B" + ], + "languageTags": [ + "C", + "CS" + ], + "damageTags": [ + "N" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Crocodile", + "source": "XMM", + "page": 352, + "otherSources": [ + { + "source": "XPHB", + "page": 348 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 13, + "formula": "2d10 + 2" + }, + "speed": { + "walk": 20, + "swim": 30 + }, + "str": 15, + "dex": 10, + "con": 13, + "int": 2, + "wis": 10, + "cha": 5, + "save": { + "con": "+3" + }, + "skill": { + "stealth": "+2" + }, + "passive": 10, + "cr": "1/2", + "trait": [ + { + "name": "Hold Breath", + "entries": [ + "The crocodile can hold its breath for 1 hour." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 12}). While {@condition Grappled|XPHB}, the target has the {@condition Restrained|XPHB} condition." + ] + } + ], + "environment": [ + "coastal", + "swamp", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/crocodile.mp3" + }, + "traitTags": [ + "Hold Breath" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled", + "restrained" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Cultist", + "source": "XMM", + "page": 84, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 9, + "formula": "2d8" + }, + "speed": { + "walk": 30 + }, + "str": 11, + "dex": 12, + "con": 10, + "int": 10, + "wis": 11, + "cha": 10, + "save": { + "wis": "+2" + }, + "skill": { + "deception": "+2", + "religion": "+2" + }, + "passive": 10, + "languages": [ + "Common" + ], + "cr": "1/8", + "gear": [ + "leather armor|xphb", + "sickle|xphb" + ], + "action": [ + { + "name": "Ritual Sickle", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}3 ({@damage 1d4 + 1}) Slashing damage plus 1 Necrotic damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "token": { + "name": "Cultist", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/cultist.mp3" + }, + "languageTags": [ + "C" + ], + "damageTags": [ + "N", + "S" + ], + "miscTags": [ + "MA", + "MLW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Cultist Fanatic", + "source": "XMM", + "page": 85, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 44, + "formula": "8d8 + 8" + }, + "speed": { + "walk": 30 + }, + "str": 11, + "dex": 14, + "con": 12, + "int": 10, + "wis": 14, + "cha": 13, + "save": { + "wis": "+4" + }, + "skill": { + "deception": "+3", + "persuasion": "+3", + "religion": "+2" + }, + "passive": 12, + "languages": [ + "Common" + ], + "cr": "2", + "gear": [ + "holy symbol|xphb", + "leather armor|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The cultist casts one of the following spells, using Wisdom as the spellcasting ability (spell save {@dc 12}, {@hit 4} to hit with spell attacks):" + ], + "will": [ + "{@spell Light|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1": [ + "{@spell Hold Person|XPHB}" + ], + "2": [ + "{@spell Command|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Spiritual Weapon (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The cultist casts the {@spell Spiritual Weapon|XPHB} spell, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Spiritual Weapon|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Pact Blade", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Slashing damage plus 7 ({@damage 2d6}) Necrotic damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "token": { + "name": "Cult Fanatic", + "source": "MM" + }, + "languageTags": [ + "C" + ], + "damageTags": [ + "N", + "S" + ], + "damageTagsSpell": [ + "O" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflictSpell": [ + "paralyzed", + "prone" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Cultist Hierophant", + "source": "XMM", + "page": 85, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 144, + "formula": "17d8 + 68" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 14, + "dex": 18, + "con": 18, + "int": 13, + "wis": 16, + "cha": 20, + "save": { + "wis": "+7", + "cha": "+9" + }, + "skill": { + "perception": "+7", + "persuasion": "+9", + "religion": "+5" + }, + "passive": 17, + "languages": [ + "Celestial", + "Common" + ], + "cr": "10", + "gear": [ + "breastplate|xphb", + "holy symbol|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The cultist casts one of the following spells, using Charisma as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Mage Armor|XPHB} (included in AC)", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Jallarzi's Storm of Radiance|XPHB} (level 7 version)", + "{@spell Mass Suggestion|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cultist makes three attacks, using Pact Blade or Radiant Ray in any combination." + ] + }, + { + "name": "Pact Blade", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}12 ({@damage 2d6 + 5}) Slashing damage plus 18 ({@damage 4d8}) Radiant damage." + ] + }, + { + "name": "Radiant Ray", + "entries": [ + "{@atkr r} {@hit 9}, range 120 ft. {@h}31 ({@damage 4d12 + 5}) Radiant damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CE" + ], + "damageTags": [ + "R", + "S" + ], + "damageTagsSpell": [ + "R", + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "blinded", + "charmed", + "deafened" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Cyclops Oracle", + "source": "XMM", + "page": 88, + "size": [ + "H" + ], + "type": "giant", + "alignment": [ + "C", + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 207, + "formula": "18d12 + 90" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 22, + "dex": 11, + "con": 20, + "int": 16, + "wis": 18, + "cha": 10, + "save": { + "con": "+9", + "wis": "+8" + }, + "skill": { + "history": "+11", + "perception": "+12" + }, + "senses": [ + "truesight 30 ft." + ], + "passive": 22, + "languages": [ + "Giant" + ], + "cr": "10", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The cyclops casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 16}):" + ], + "daily": { + "1": [ + "{@spell Legend Lore|XPHB}" + ], + "2e": [ + "{@spell Arcane Eye|XPHB}", + "{@spell Detect Magic|XPHB}", + "{@spell Locate Object|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cyclops makes three attacks, using Radiant Strike or Flash of Light in any combination." + ] + }, + { + "name": "Radiant Strike", + "entries": [ + "{@atkr m} {@hit 10}, reach 10 ft. {@h}22 ({@damage 3d10 + 6}) Radiant damage." + ] + }, + { + "name": "Flash of Light", + "entries": [ + "{@atkr r} {@hit 10}, range 120 ft. {@h}17 ({@damage 2d10 + 6}) Radiant damage, and the target has {@variantrule Disadvantage|XPHB} on attack rolls until the end of the cyclops's next turn." + ] + } + ], + "reaction": [ + { + "name": "Portent {@recharge 4}", + "entries": [ + "{@actTrigger} The cyclops or an ally it can see makes a {@variantrule D20 Test|XPHB}. {@actResponse} The cyclops rolls {@dice 1d20} and chooses whether to use that roll in place of the {@dice d20} rolled for the {@variantrule D20 Test|XPHB}." + ] + } + ], + "environment": [ + "coastal", + "desert", + "grassland", + "hill", + "mountain", + "underdark" + ], + "treasure": [ + "armaments" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "GI" + ], + "damageTags": [ + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Cyclops Sentry", + "source": "XMM", + "page": 88, + "size": [ + "H" + ], + "type": "giant", + "alignment": [ + "C", + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 138, + "formula": "12d12 + 60" + }, + "speed": { + "walk": 40 + }, + "str": 22, + "dex": 11, + "con": 20, + "int": 8, + "wis": 6, + "cha": 10, + "passive": 8, + "languages": [ + "Giant" + ], + "cr": "6", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cyclops makes two attacks, using Stone Club or Rock in any combination." + ] + }, + { + "name": "Stone Club", + "entries": [ + "{@atkr m} {@hit 9}, reach 10 ft. {@h}16 ({@damage 3d6 + 6}) Bludgeoning damage. If the target is a Huge or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Rock", + "entries": [ + "{@atkr r} {@hit 9}, range 30/120 ft. {@h}22 ({@damage 3d10 + 6}) Bludgeoning damage." + ] + } + ], + "reaction": [ + { + "name": "Limited Foresight {@recharge}", + "entries": [ + "{@actTrigger} A creature the cyclops can see makes an attack roll against it. {@actResponse} The cyclops imposes {@variantrule Disadvantage|XPHB} on the roll, and the cyclops gains {@variantrule Advantage|XPHB} on attack rolls against the target until the end of the cyclops's next turn." + ] + } + ], + "environment": [ + "coastal", + "desert", + "grassland", + "hill", + "mountain", + "underdark" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Cyclops", + "source": "MM" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "GI" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Dao", + "group": [ + "Genies" + ], + "source": "XMM", + "page": 89, + "size": [ + "L" + ], + "type": { + "type": "elemental", + "tags": [ + "genie" + ] + }, + "alignment": [ + "N" + ], + "ac": [ + 18 + ], + "hp": { + "average": 200, + "formula": "16d10 + 112" + }, + "speed": { + "walk": 30, + "burrow": 30, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 23, + "dex": 12, + "con": 24, + "int": 12, + "wis": 13, + "cha": 18, + "save": { + "dex": "+5", + "wis": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 11, + "conditionImmune": [ + "petrified" + ], + "languages": [ + "Primordial (Terran)" + ], + "cr": "11", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dao casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Detect Evil and Good|XPHB}", + "{@spell Detect Magic|XPHB}", + "{@spell Stone Shape|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Gaseous Form|XPHB}", + "{@spell Invisibility|XPHB}", + "{@spell Move Earth|XPHB}", + "{@spell Passwall|XPHB}", + "{@spell Plane Shift|XPHB}", + "{@spell Tongues|XPHB}", + "{@spell Wall of Stone|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Earth Glide", + "entries": [ + "The dao can burrow through nonmagical, unworked earth and stone. While doing so, the dao doesn't disturb the material it moves through." + ] + }, + { + "name": "Elemental Restoration", + "entries": [ + "If the dao dies outside the Elemental Plane of Earth, its body dissolves into dirt, and it gains a new body in {@dice 1d4} days, reviving with all its {@variantrule Hit Points|XPHB} somewhere on the Plane of Earth." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The dao has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Wishes", + "entries": [ + "The dao has a 30 percent chance of knowing the {@spell Wish|XPHB} spell. If the dao knows it, the dao can cast it only on behalf of a non-genie creature who communicates a wish in a way the dao can understand. If the dao casts the spell for the creature, the dao suffers none of the spell's stress. Once the dao has cast it three times, the dao can't do so again for 365 days." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dao makes three Earthen Maul attacks or two Earth Burst attacks." + ] + }, + { + "name": "Earthen Maul", + "entries": [ + "{@atkr m} {@hit 10}, reach 5 ft. {@h}20 ({@damage 4d6 + 6}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Earth Burst", + "entries": [ + "{@atkr r} {@hit 10}, range 120 ft. {@h}15 ({@damage 2d8 + 6}) Bludgeoning damage. {@hom}Earth explodes from the target's space, creating the following effect. {@actSave dex} {@dc 16}, each creature in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from and including the target. {@actSaveFail} 10 ({@damage 3d6}) Thunder damage." + ] + } + ], + "environment": [ + "planar, earth", + "underdark" + ], + "treasure": [ + "implements" + ], + "token": { + "name": "Dao", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/dao.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "P", + "T" + ], + "damageTags": [ + "B", + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RA" + ], + "conditionInflict": [ + "prone" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Darkmantle", + "source": "XMM", + "page": 90, + "size": [ + "S" + ], + "type": "aberration", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 22, + "formula": "5d6 + 5" + }, + "speed": { + "walk": 10, + "fly": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 16, + "dex": 12, + "con": 13, + "int": 2, + "wis": 10, + "cha": 5, + "skill": { + "stealth": "+3" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 10, + "cr": "1/2", + "action": [ + { + "name": "Crush", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Bludgeoning damage, and the darkmantle attaches to the target. If the target is a Medium or smaller creature and the darkmantle had {@variantrule Advantage|XPHB} on the attack roll, it covers the target, which has the {@condition Blinded|XPHB} condition and is suffocating while the darkmantle is attached in this way.", + "While attached to a target, the darkmantle can attack only the target but has {@variantrule Advantage|XPHB} on its attack rolls. Its {@variantrule Speed|XPHB} becomes 0, it can't benefit from any bonus to its {@variantrule Speed|XPHB}, and it moves with the target.", + "A creature can take an action to try to detach the darkmantle from itself, doing so with a successful {@dc 13} Strength ({@skill Athletics|XPHB}) check. On its turn, the darkmantle can detach itself by using 5 feet of movement." + ] + }, + { + "name": "Darkness Aura (1/Day)", + "entries": [ + "Magical {@variantrule Darkness|XPHB} fills a 15-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the darkmantle. This effect lasts while the darkmantle maintains {@status Concentration|XPHB} on it, up to 10 minutes. Darkvision can't penetrate this area, and no light can illuminate it." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Darkmantle", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/darkmantle.mp3" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "blinded" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Death Cultist", + "source": "XMM", + "page": 86, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 127, + "formula": "15d8 + 60" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 12, + "con": 18, + "int": 12, + "wis": 16, + "cha": 14, + "save": { + "con": "+7", + "wis": "+6" + }, + "skill": { + "insight": "+6", + "perception": "+6", + "religion": "+4" + }, + "passive": 16, + "languages": [ + "Common" + ], + "cr": "8", + "gear": [ + "splint armor|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The cultist casts one of the following spells, using Wisdom as the spellcasting ability (spell save {@dc 14}):" + ], + "will": [ + "{@spell Speak with Dead|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "ability": "wis", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cultist makes three attacks, using Dread Scythe or Deathly Ray in any combination." + ] + }, + { + "name": "Dread Scythe", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}9 ({@damage 1d10 + 4}) Slashing damage plus 11 ({@damage 2d10}) Necrotic damage, and the target can't regain {@variantrule Hit Points|XPHB} until the end of its next turn." + ] + }, + { + "name": "Deathly Ray", + "entries": [ + "{@atkr r} {@hit 6}, range 120 ft. {@h}22 ({@damage 4d10}) Necrotic damage." + ] + } + ], + "bonus": [ + { + "name": "Spirit Wail {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 14}, each creature in a 20-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the cultist. {@actSaveFail} 14 ({@damage 4d6}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition until the end of its next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "N", + "S", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "frightened" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Death Dog", + "source": "XMM", + "page": 91, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "N", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 39, + "formula": "6d8 + 12" + }, + "speed": { + "walk": 40 + }, + "str": 15, + "dex": 14, + "con": 14, + "int": 3, + "wis": 13, + "cha": 6, + "skill": { + "perception": "+5", + "stealth": "+4" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 15, + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "frightened", + "stunned", + "unconscious" + ], + "cr": "1", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The death dog makes two Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Piercing damage. If the target is a creature, it is subjected to the following effect. {@actSave con} {@dc 12}. {@actSaveFail 1} The target has the {@condition Poisoned|XPHB} condition. While {@condition Poisoned|XPHB}, the target's {@variantrule Hit Points|XPHB|Hit Point} maximum doesn't return to normal when finishing a {@variantrule Long Rest|XPHB}, and it repeats the save every 24 hours that elapse, ending the effect on itself on a success. Subsequent Failures: The {@condition Poisoned|XPHB} target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by 5 ({@dice 1d10})." + ] + } + ], + "environment": [ + "desert" + ], + "token": { + "name": "Death Dog", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/death-dog.mp3" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Death Knight", + "source": "XMM", + "page": 92, + "size": [ + "S", + "M" + ], + "type": "undead", + "alignment": [ + "C", + "E" + ], + "ac": [ + 20 + ], + "hp": { + "average": 199, + "formula": "21d8 + 105" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 2 + }, + "str": 20, + "dex": 11, + "con": 20, + "int": 12, + "wis": 16, + "cha": 18, + "save": { + "dex": "+6", + "wis": "+9" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 13, + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "exhaustion", + "frightened", + "poisoned" + ], + "languages": [ + "Abyssal", + "Common" + ], + "cr": "17", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The death knight casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 18}):" + ], + "will": [ + "{@spell Command|XPHB}", + "{@spell Phantom Steed|XPHB}" + ], + "daily": { + "2e": [ + "{@spell Destructive Wave|XPHB} (Necrotic)", + "{@spell Dispel Magic|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (3/Day)", + "entries": [ + "If the death knight fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The death knight has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Marshal Undead", + "entries": [ + "Undead creatures of the death knight's choice (excluding itself) in a 60-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from it have {@variantrule Advantage|XPHB} on attack rolls and saving throws. It can't use this trait if it has the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "name": "Undead Restoration", + "entries": [ + "If the death knight is destroyed before it atones for its evil, it gains a new body in {@dice 1d10} days, reviving with all its {@variantrule Hit Points|XPHB}. The new body appears in a location significant to the death knight." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The death knight makes three Dread Blade attacks." + ] + }, + { + "name": "Dread Blade", + "entries": [ + "{@atkr m} {@hit 11}, reach 5 ft. {@h}12 ({@damage 2d6 + 5}) Slashing damage plus 13 ({@damage 3d8}) Necrotic damage." + ] + }, + { + "name": "Hellfire Orb {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 18}, each creature in a 20-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the death knight can see within 120 feet. {@actSaveFail} 35 ({@damage 10d6}) Fire damage plus 35 ({@damage 10d6}) Necrotic damage. {@actSaveSuccess} Half damage." + ] + } + ], + "reaction": [ + { + "name": "Parry", + "entries": [ + "{@actTrigger} The death knight is hit by a melee attack roll while holding a weapon. {@actResponse} The death knight adds 6 to its AC against that attack, possibly causing it to miss." + ] + } + ], + "legendary": [ + { + "name": "Dread Authority", + "entries": [ + "The death knight uses Spellcasting to cast {@spell Command|XPHB}. The death knight can't take this action again until the start of its next turn." + ] + }, + { + "name": "Fell Word", + "entries": [ + "{@actSave con} {@dc 18}, one creature the death knight can see within 120 feet. {@actSaveFail} 17 ({@damage 5d6}) Necrotic damage, and the target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the damage taken. {@actSaveSuccessOrFail} The death knight can't take this action again until the start of its next turn." + ] + }, + { + "name": "Lunge", + "entries": [ + "The death knight moves up to half its {@variantrule Speed|XPHB}, and it makes one Dread Blade attack." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Death Knight", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/death-knight.mp3" + }, + "traitTags": [ + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack", + "Parry" + ], + "languageTags": [ + "AB", + "C" + ], + "damageTags": [ + "F", + "N", + "S" + ], + "damageTagsSpell": [ + "N", + "R", + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA" + ], + "conditionInflict": [ + "incapacitated" + ], + "conditionInflictSpell": [ + "prone" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Death Knight Aspirant", + "source": "XMM", + "page": 93, + "size": [ + "S", + "M" + ], + "type": "undead", + "alignment": [ + "C", + "E" + ], + "ac": [ + 20 + ], + "hp": { + "average": 178, + "formula": "21d8 + 84" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 20, + "dex": 10, + "con": 18, + "int": 10, + "wis": 12, + "cha": 16, + "save": { + "dex": "+4", + "wis": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 11, + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "exhaustion", + "frightened", + "poisoned" + ], + "languages": [ + "Abyssal", + "Common" + ], + "cr": "11", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The aspirant casts one of the following spells, using Charisma as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Phantom Steed|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Destructive Wave|XPHB} (Necrotic)", + "{@spell Dispel Magic|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The aspirant has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Marshal Undead", + "entries": [ + "Undead creatures of the aspirant's choice (excluding itself) in a 60-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from it have {@variantrule Advantage|XPHB} on attack rolls and saving throws. It can't use this trait if it has the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The aspirant makes three Dread Blade attacks." + ] + }, + { + "name": "Dread Blade", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}14 ({@damage 2d8 + 5}) Slashing damage plus 10 ({@damage 3d6}) Necrotic damage." + ] + }, + { + "name": "Hellfire Orb {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 15}, each creature in a 20-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the aspirant can see within 120 feet of itself. {@actSaveFail} 21 ({@damage 6d6}) Fire damage plus 21 ({@damage 6d6}) Necrotic damage. {@actSaveSuccess} Half damage." + ] + } + ], + "reaction": [ + { + "name": "Parry", + "entries": [ + "{@actTrigger} The aspirant is hit by a melee attack roll while holding a weapon. {@actResponse} The aspirant adds 4 to its AC against that attack, possibly causing it to miss." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments" + ], + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack", + "Parry" + ], + "languageTags": [ + "AB", + "C" + ], + "damageTags": [ + "F", + "N", + "S" + ], + "damageTagsSpell": [ + "N", + "R", + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA" + ], + "conditionInflict": [ + "incapacitated" + ], + "conditionInflictSpell": [ + "prone" + ], + "savingThrowForcedSpell": [ + "constitution" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Death Slaad", + "source": "XMM", + "page": 287, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "C", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 178, + "formula": "21d8 + 84" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 20, + "dex": 15, + "con": 19, + "int": 15, + "wis": 10, + "cha": 19, + "skill": { + "arcana": "+6", + "perception": "+8" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 60 ft." + ], + "passive": 18, + "resist": [ + "acid", + "cold", + "fire", + "lightning", + "thunder" + ], + "languages": [ + "Common", + "Slaad; telepathy 60 ft." + ], + "cr": "10", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The slaad casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Invisibility|XPHB} (self only)", + "{@spell Mage Hand|XPHB}", + "{@spell Major Image|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Blight|XPHB} (level 8 version)", + "{@spell Cloudkill|XPHB} (level 6 version)", + "{@spell Fly|XPHB}", + "{@spell Plane Shift|XPHB}", + "{@spell Tongues|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The slaad has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Regeneration", + "entries": [ + "The slaad regains 10 {@variantrule Hit Points|XPHB} at the start of each of its turns if it has at least 1 {@variantrule Hit Points|XPHB|Hit Point}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The slaad makes two Chaos Blade attacks." + ] + }, + { + "name": "Chaos Blade", + "entries": [ + "{@atkr m} {@hit 9}, reach 10 ft. {@h}11 ({@damage 1d12 + 5}) Slashing damage plus 10 ({@damage 3d6}) Necrotic damage. Until the start of the slaad's next turn, the target has a condition determined by rolling {@dice 1d4}: on a 1, {@condition Charmed|XPHB}; on a 2, {@condition Frightened|XPHB}; on a 3, {@condition Poisoned|XPHB}; or on a 4, {@condition Incapacitated|XPHB}." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The slaad shape-shifts into a Small or Medium Humanoid, or it returns to its true form. Other than its size, its game statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "planar, limbo" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Death Slaad", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/death-slaad.mp3" + }, + "traitTags": [ + "Magic Resistance", + "Regeneration" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "OTH", + "TP" + ], + "damageTags": [ + "N", + "S" + ], + "damageTagsSpell": [ + "I", + "N" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Death Tyrant", + "group": [ + "Beholders" + ], + "source": "XMM", + "page": 95, + "size": [ + "L" + ], + "type": { + "type": "undead", + "tags": [ + "beholder" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 19 + ], + "hp": { + "average": 195, + "formula": "26d10 + 52" + }, + "speed": { + "walk": 5, + "fly": { + "number": 40, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 2 + }, + "str": 18, + "dex": 14, + "con": 14, + "int": 19, + "wis": 15, + "cha": 19, + "save": { + "con": "+7", + "wis": "+7" + }, + "skill": { + "perception": "+12" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 22, + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "paralyzed", + "petrified", + "poisoned", + "prone" + ], + "languages": [ + "Deep Speech", + "Undercommon" + ], + "cr": { + "cr": "14", + "xpLair": 13000 + }, + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the death tyrant fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The death tyrant uses Eye Rays three times." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 feet. {@h}13 ({@damage 2d8 + 4}) Piercing damage." + ] + }, + { + "name": "Eye Rays", + "entries": [ + "The death tyrant randomly shoots one of the following magical rays at a target it can see within 120 feet of itself (roll {@dice 1d10}; reroll if the death tyrant has already used that ray during this turn):", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "1: Charm Ray", + "entries": [ + "{@actSave wis} {@dc 17}. {@actSaveFail} 13 ({@damage 3d8}) Psychic damage, and the target has the {@condition Charmed|XPHB} condition for 1 hour or until it takes damage. {@actSaveSuccess} Half damage only." + ] + }, + { + "type": "item", + "name": "2: Paralyzing Ray", + "entries": [ + "{@actSave con} {@dc 17}. {@actSaveFail} The target has the {@condition Paralyzed|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + }, + { + "type": "item", + "name": "3: Fear Ray", + "entries": [ + "{@actSave wis} {@dc 17}. {@actSaveFail} 10 ({@damage 3d6}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition until the end of its next turn. {@actSaveSuccess} Half damage only." + ] + }, + { + "type": "item", + "name": "4: Slowing Ray", + "entries": [ + "{@actSave con} {@dc 17}. {@actSaveFail} 18 ({@damage 4d8}) Necrotic damage. Until the end of the target's next turn, the target can't take Reactions; its {@variantrule Speed|XPHB} is halved; and it can take either an action or a {@variantrule Bonus Action|XPHB} on its turn, not both. {@actSaveSuccess} Half damage only." + ] + }, + { + "type": "item", + "name": "5: Enervation Ray", + "entries": [ + "{@actSave con} {@dc 17}. {@actSaveFail} 16 ({@damage 3d10}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition until the end of its next turn. While {@condition Poisoned|XPHB}, the target can't regain {@variantrule Hit Points|XPHB}. {@actSaveSuccess} Half damage only." + ] + }, + { + "type": "item", + "name": "6: Telekinetic Ray", + "entries": [ + "{@actSave str} {@dc 17} (the target succeeds automatically if it is Gargantuan). {@actSaveFail} The death tyrant moves the target up to 30 feet in any direction. The target has the {@condition Restrained|XPHB} condition until the start of the death tyrant's next turn or until the death tyrant has the {@condition Incapacitated|XPHB} condition. The death tyrant can also exert fine control on objects with this ray, such as manipulating a tool or opening a door or container." + ] + }, + { + "type": "item", + "name": "7: Sleep Ray", + "entries": [ + "{@actSave wis} {@dc 17} (the target succeeds automatically if it is a Construct or an Undead). {@actSaveFail} The target has the {@condition Unconscious|XPHB} condition for 1 minute. The condition ends if the target takes damage or a creature within 5 feet of it takes an action to wake it." + ] + }, + { + "type": "item", + "name": "8: Petrification Ray", + "entries": [ + "{@actSave con} {@dc 17}. {@actSaveFail 1} The target has the {@condition Restrained|XPHB} condition and repeats the save at the end of its next turn if it is still {@condition Restrained|XPHB}, ending the effect on itself on a success. {@actSaveFail 2} The target has the {@condition Petrified|XPHB} condition instead of the {@condition Restrained|XPHB} condition." + ] + }, + { + "type": "item", + "name": "9: Disintegration Ray", + "entries": [ + "{@actSave dex} {@dc 17}. {@actSaveFail} 36 ({@damage 8d8}) Force damage. If the target is a nonmagical object or a creation of magical force, a 10-foot {@variantrule Cube [Area of Effect]|XPHB|Cube} of it disintegrates into dust. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} If the target is a creature and this damage reduces it to 0 {@variantrule Hit Points|XPHB}, it disintegrates into dust." + ] + }, + { + "type": "item", + "name": "10: Death Ray", + "entries": [ + "{@actSave dex} {@dc 17}. {@actSaveFail} 55 ({@damage 10d10}) Necrotic damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The target dies if the ray reduces it to 0 {@variantrule Hit Points|XPHB}." + ] + } + ] + } + ] + } + ], + "bonus": [ + { + "name": "Negative Energy Cone", + "entries": [ + "The death tyrant's central eye emits an imperceptible, magical wave of negative energy in a 150-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. Creatures in that area can't regain {@variantrule Hit Points|XPHB} until the start of the death tyrant's next turn. An intact Humanoid corpse there instantly rises as a {@creature Zombie|XMM} under the death tyrant's control and takes its turn immediately after the death tyrant on the same initiative count." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Chomp", + "entries": [ + "The death tyrant makes two Bite attacks." + ] + }, + { + "name": "Glare", + "entries": [ + "The death tyrant uses Eye Rays." + ] + } + ], + "legendaryGroup": { + "name": "Death Tyrant", + "source": "XMM" + }, + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Death Tyrant", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/death-tyrant.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "DS", + "U" + ], + "damageTags": [ + "I", + "N", + "O", + "P", + "Y" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "charmed", + "frightened", + "incapacitated", + "paralyzed", + "petrified", + "poisoned", + "restrained", + "unconscious" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Deer", + "source": "XMM", + "page": 352, + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 4, + "formula": "1d8" + }, + "speed": { + "walk": 50 + }, + "str": 11, + "dex": 16, + "con": 11, + "int": 2, + "wis": 14, + "cha": 5, + "skill": { + "perception": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "cr": "0", + "trait": [ + { + "name": "Agile", + "entries": [ + "The deer doesn't provoke an Opportunity Attack when it moves out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Ram", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}2 ({@damage 1d4}) Bludgeoning damage." + ] + } + ], + "environment": [ + "forest", + "grassland" + ], + "token": { + "name": "Deer", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/deer.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Demilich", + "source": "XMM", + "page": 96, + "size": [ + "T" + ], + "type": "undead", + "alignment": [ + "N", + "E" + ], + "ac": [ + 20 + ], + "hp": { + "average": 180, + "formula": "72d4" + }, + "speed": { + "walk": 5, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 2 + }, + "str": 1, + "dex": 20, + "con": 10, + "int": 20, + "wis": 17, + "cha": 20, + "save": { + "con": "+6", + "int": "+11", + "wis": "+9" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 13, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "immune": [ + "necrotic", + "poison", + "psychic" + ], + "conditionImmune": [ + "charmed", + "deafened", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned", + "prone", + "stunned" + ], + "cr": { + "cr": "18", + "xpLair": 22000 + }, + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the demilich fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Undead Restoration", + "entries": [ + "If the demilich is destroyed, it reforms and regains all its {@variantrule Hit Points|XPHB} in {@dice 1d10} days unless a {@spell Wish|XPHB} spell is cast on its remains." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The demilich makes three Necrotic Burst attacks." + ] + }, + { + "name": "Necrotic Burst", + "entries": [ + "{@atkr m,r} {@hit 11}, reach 5 ft. or range 120 ft. {@h}24 ({@damage 7d6}) Necrotic damage." + ] + }, + { + "name": "Howl {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 19}, each creature in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the demilich. {@actSaveFail} 70 ({@damage 20d6}) Psychic damage. {@actSaveSuccessOrFail} The target has the {@condition Frightened|XPHB} condition until the start of the demilich's next turn." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Energy Drain", + "entries": [ + "{@actSave con} {@dc 19}, one creature the demilich can see within 120 feet. {@actSaveFail} The target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by 14 ({@dice 4d6}). {@actSaveSuccessOrFail} The demilich can't take this action again until the start of its next turn." + ] + }, + { + "name": "Grave-Dust Flight", + "entries": [ + "The demilich flies up to its {@variantrule Fly Speed|XPHB}, shedding grave dust. Each creature within 5 feet of the demilich as it moves is targeted once by the following effect. {@actSave con} {@dc 19}. {@actSaveFail} The target has the {@condition Blinded|XPHB} condition until the end of the demilich's next turn. {@actSaveSuccessOrFail} The demilich can't take this action again until the start of its next turn." + ] + }, + { + "name": "Necrosis", + "entries": [ + "The demilich makes one Necrotic Burst attack." + ] + } + ], + "legendaryGroup": { + "name": "Demilich", + "source": "XMM" + }, + "environment": [ + "any" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Demilich", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/demilich.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "N", + "Y" + ], + "miscTags": [ + "AOE", + "MA", + "RA" + ], + "conditionInflict": [ + "blinded", + "frightened" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Deva", + "group": [ + "Angels" + ], + "source": "XMM", + "page": 97, + "size": [ + "M" + ], + "type": { + "type": "celestial", + "tags": [ + "angel" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 17 + ], + "hp": { + "average": 229, + "formula": "27d8 + 108" + }, + "speed": { + "walk": 30, + "fly": { + "number": 90, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 18, + "dex": 18, + "con": 18, + "int": 17, + "wis": 20, + "cha": 20, + "save": { + "wis": "+9", + "cha": "+9" + }, + "skill": { + "insight": "+9", + "perception": "+9" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 19, + "resist": [ + "radiant" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened" + ], + "languages": [ + "all; telepathy 120 ft." + ], + "cr": "10", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The deva casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Detect Evil and Good|XPHB}", + "{@spell Shapechange|XPHB} (Beast or Humanoid form only, no {@variantrule Temporary Hit Points|XPHB} gained from the spell, and no Concentration or {@variantrule Temporary Hit Points|XPHB} required to maintain the spell)" + ], + "daily": { + "1e": [ + "{@spell Commune|XPHB}", + "{@spell Raise Dead|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Divine Aid (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The deva casts {@spell Cure Wounds|XPHB}, {@spell Lesser Restoration|XPHB}, or {@spell Remove Curse|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Cure Wounds|XPHB}", + "{@spell Lesser Restoration|XPHB}", + "{@spell Remove Curse|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Exalted Restoration", + "entries": [ + "If the deva dies outside Mount Celestia, its body disappears, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in Mount Celestia." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The deva has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The deva makes two Holy Mace attacks." + ] + }, + { + "name": "Holy Mace", + "entries": [ + "{@atkr m} {@hit 8}, reach 5 ft. {@h}7 ({@damage 1d6 + 4}) Bludgeoning damage plus 18 ({@damage 4d8}) Radiant damage." + ] + } + ], + "environment": [ + "planar, upper" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Deva", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/deva.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "TP", + "XX" + ], + "damageTags": [ + "B", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Dire Wolf", + "source": "XMM", + "page": 352, + "otherSources": [ + { + "source": "XPHB", + "page": 348 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 22, + "formula": "3d10 + 6" + }, + "speed": { + "walk": 50 + }, + "str": 17, + "dex": 15, + "con": 15, + "int": 3, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+5", + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "cr": "1", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The wolf has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 1d10 + 3}) Piercing damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "forest", + "hill" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/dire-wolf.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Dire Worg", + "source": "XMM", + "page": 335, + "size": [ + "H" + ], + "type": "fey", + "alignment": [ + "N", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 147, + "formula": "14d12 + 56" + }, + "speed": { + "walk": 50 + }, + "str": 22, + "dex": 14, + "con": 18, + "int": 7, + "wis": 16, + "cha": 8, + "save": { + "dex": "+6", + "wis": "+7" + }, + "skill": { + "perception": "+11" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 21, + "languages": [ + "Goblin", + "Sylvan", + "Worg" + ], + "cr": "10", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The worg has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The worg makes three Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 10}, reach 5 ft. {@h}15 ({@damage 2d8 + 6}) Piercing damage plus 7 ({@damage 2d6}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the worg's next turn. While {@condition Poisoned|XPHB}, the target can't regain {@variantrule Hit Points|XPHB}." + ] + }, + { + "name": "Dreadful Howl {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 16}, each creature within 30 feet that isn't a worg. {@actSaveFail} 36 ({@damage 8d8}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition until the start of the worg's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "bonus": [ + { + "name": "Warp Step", + "entries": [ + "The worg teleports, along with a willing creature of its choice within 5 feet of it, up to 30 feet to an unoccupied space it can see." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill", + "planar, feywild" + ], + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "GO", + "OTH", + "S" + ], + "damageTags": [ + "I", + "P", + "Y" + ], + "miscTags": [ + "AOE", + "MA" + ], + "conditionInflict": [ + "frightened", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Displacer Beast", + "source": "XMM", + "page": 98, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "L", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 76, + "formula": "9d10 + 27" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 15, + "con": 16, + "int": 6, + "wis": 12, + "cha": 8, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "languages": [ + "understands Sylvan but can't speak" + ], + "cr": "3", + "trait": [ + { + "name": "Avoidance", + "entries": [ + "If the displacer beast is subjected to an effect that allows it to make a saving throw to take only half damage, it instead takes no damage if it succeeds on the save and half damage if it fails. It can't use this trait if it has the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "name": "Displacement", + "entries": [ + "Attack rolls against the displacer beast have {@variantrule Disadvantage|XPHB}, since it projects an illusion that makes it appear to be near its actual location. This trait is suppressed while the displacer beast has the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The displacer beast makes one Rend attack and one Tentacle attack." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 feet. {@h}9 ({@damage 1d10 + 4}) Slashing damage. If target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Tentacle", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 feet. {@h}11 ({@damage 2d6 + 4}) Piercing damage." + ] + } + ], + "environment": [ + "forest" + ], + "token": { + "name": "Displacer Beast", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/displacer-beast.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack", + "Tentacles" + ], + "languageTags": [ + "CS", + "S" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated", + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Djinni", + "group": [ + "Genies" + ], + "source": "XMM", + "page": 99, + "size": [ + "L" + ], + "type": { + "type": "elemental", + "tags": [ + "genie" + ] + }, + "alignment": [ + "C", + "G" + ], + "ac": [ + 17 + ], + "hp": { + "average": 218, + "formula": "19d10 + 114" + }, + "speed": { + "walk": 30, + "fly": { + "number": 90, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 21, + "dex": 15, + "con": 22, + "int": 15, + "wis": 16, + "cha": 20, + "save": { + "dex": "+6", + "wis": "+7" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 13, + "immune": [ + "lightning", + "thunder" + ], + "languages": [ + "Primordial (Auran)" + ], + "cr": "11", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The djinni casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Detect Evil and Good|XPHB}", + "{@spell Detect Magic|XPHB}" + ], + "daily": { + "2e": [ + "{@spell Create Food and Water|XPHB} (can create wine instead of water)", + "{@spell Tongues|XPHB}", + "{@spell Wind Walk|XPHB}" + ], + "1e": [ + "{@spell Creation|XPHB}", + "{@spell Gaseous Form|XPHB}", + "{@spell Invisibility|XPHB}", + "{@spell Major Image|XPHB}", + "{@spell Plane Shift|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Elemental Restoration", + "entries": [ + "If the djinni dies outside the Elemental Plane of Air, its body dissolves into mist, and it gains a new body in {@dice 1d4} days, reviving with all its {@variantrule Hit Points|XPHB} somewhere on the Plane of Air." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The djinni has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Wishes", + "entries": [ + "The djinni has a 30 percent chance of knowing the {@spell Wish|XPHB} spell. If the djinni knows it, the djinni can cast it only on behalf of a non-genie creature who communicates a wish in a way the djinni can understand. If the djinni casts the spell for the creature, the djinni suffers none of the spell's stress. Once the djinni has cast it three times, the djinni can't do so again for 365 days." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The djinni makes three attacks, using Storm Blade or Storm Bolt in any combination." + ] + }, + { + "name": "Storm Blade", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 feet. {@h}12 ({@damage 2d6 + 5}) Slashing damage plus 7 ({@damage 2d6}) Lightning damage." + ] + }, + { + "name": "Storm Bolt", + "entries": [ + "{@atkr r} {@hit 9}, range 120 feet. {@h}13 ({@damage 3d8}) Thunder damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Create Whirlwind", + "entries": [ + "The djinni conjures a whirlwind at a point it can see within 120 feet. The whirlwind fills a 20-foot-radius, 60-foot-high {@variantrule Cylinder [Area of Effect]|XPHB|Cylinder} centered on that point. The whirlwind lasts until the djinni's {@status Concentration|XPHB} on it ends. The djinni can move the whirlwind up to 20 feet at the start of each of its turns.", + "Whenever the whirlwind enters a creature's space or a creature enters the whirlwind, that creature is subjected to the following effect. {@actSave str} {@dc 17} (a creature makes this save only once per turn, and the djinni is unaffected). {@actSaveFail} While in the whirlwind, the target has the {@condition Restrained|XPHB} condition and moves with the whirlwind. At the start of each of its turns, the {@condition Restrained|XPHB} target takes 21 ({@damage 6d6}) Thunder damage. At the end of each of its turns, the target repeats the save, ending the effect on itself on a success." + ] + } + ], + "environment": [ + "coastal", + "planar, air" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Djinni", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/djinni.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AU", + "P" + ], + "damageTags": [ + "L", + "S", + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RA" + ], + "conditionInflict": [ + "prone", + "restrained" + ], + "conditionInflictSpell": [ + "invisible", + "stunned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Doppelganger", + "source": "XMM", + "page": 100, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 52, + "formula": "8d8 + 16" + }, + "speed": { + "walk": 30 + }, + "str": 11, + "dex": 18, + "con": 14, + "int": 11, + "wis": 12, + "cha": 14, + "skill": { + "deception": "+6", + "insight": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "conditionImmune": [ + "charmed" + ], + "languages": [ + "Common plus three other languages" + ], + "cr": "3", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The doppelganger makes two Slam attacks and uses Unsettling Visage if available." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 6} (with {@variantrule Advantage|XPHB} during the first round of each combat), reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Bludgeoning damage." + ] + }, + { + "name": "Read Thoughts", + "entries": [ + "The doppelganger casts {@spell Detect Thoughts|XPHB}, requiring no spell components and using Charisma as the spellcasting ability (spell save {@dc 12})." + ] + }, + { + "name": "Unsettling Visage {@recharge}", + "entries": [ + "{@actSave wis} {@dc 12}, each creature in a 15-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the doppelganger that can see the doppelganger. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The doppelganger shape-shifts into a Medium or Small Humanoid, or it returns to its true form. Its game statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "individual" + ], + "token": { + "name": "Doppelganger", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/doppelganger.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "frightened" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Dracolich", + "source": "XMM", + "page": 102, + "size": [ + "H", + "G" + ], + "type": "undead", + "alignment": [ + "L", + "E" + ], + "ac": [ + 20 + ], + "hp": { + "average": 225, + "formula": "18d12 + 108" + }, + "speed": { + "walk": 40, + "burrow": 30, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 25, + "dex": 10, + "con": 23, + "int": 19, + "wis": 15, + "cha": 21, + "save": { + "dex": "+6", + "wis": "+8" + }, + "skill": { + "perception": "+14", + "stealth": "+6" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 24, + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "poisoned" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "17", + "xpLair": 20000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dracolich casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 19}, {@hit 11} to hit with spell attacks):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Ray of Sickness|XPHB} (level 2 version)" + ], + "daily": { + "1e": [ + "{@spell Create Undead|XPHB} (level 8 version)", + "{@spell Finger of Death|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dracolich fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Life Suppression", + "entries": [ + "Creatures within 60 feet of the dracolich can't regain {@variantrule Hit Points|XPHB}." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The dracolich has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Soul Gem", + "entries": [ + "The dracolich has a magical gem. If the dracolich is destroyed while the gem is on the same plane of existence as it, the dracolich gains a new body in {@dice 1d20} days, regaining all its {@variantrule Hit Points|XPHB} and appearing within 5 feet of the gem.", + "The gem is a Tiny object that has AC 20; HP 50; and {@variantrule Immunity|XPHB} to Necrotic, Poison, and Psychic damage. The gem regains all its {@variantrule Hit Points|XPHB} at the end of every turn, but it turns to dust if reduced to 0 {@variantrule Hit Points|XPHB}. If the gem is destroyed, the dracolich can create a new one by completing an 8-hour ritual using a gem worth 1,000+ GP and by expending 5,000 GP, which the ritual consumes." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dracolich makes three Rend attacks. It can replace one attack with a use of Spellcasting to cast {@spell Ray of Sickness|XPHB} (level 2 version)." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 13}, reach 10 ft. {@h}18 ({@damage 2d10 + 7}) Slashing damage plus 4 ({@damage 1d8}) Necrotic damage." + ] + }, + { + "name": "Necrotic Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 20}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 52 ({@damage 8d12}) Necrotic damage. {@actSaveSuccess} Half damage." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Pounce", + "entries": [ + "The dracolich moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + }, + { + "name": "Sickening Ray", + "entries": [ + "The dracolich uses Spellcasting to cast {@spell Ray of Sickness|XPHB} (level 2 version). The dracolich can't take this action again until the start of its next turn." + ] + }, + { + "name": "Terrifying Presence", + "entries": [ + "{@actSave wis} {@dc 19}, each creature in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the dracolich. {@actSaveFail} 11 ({@damage 2d10}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition until the end of its next turn. {@actSaveSuccessOrFail} The dracolich can't take this action again until the start of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Dracolich", + "source": "XMM" + }, + "environment": [ + "any" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Adult Blue Dracolich", + "source": "MM" + }, + "traitTags": [ + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "N", + "S", + "Y" + ], + "damageTagsSpell": [ + "I", + "N" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "frightened" + ], + "conditionInflictSpell": [ + "poisoned" + ], + "savingThrowForcedSpell": [ + "constitution" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Draft Horse", + "source": "XMM", + "page": 352, + "otherSources": [ + { + "source": "XPHB", + "page": 349 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 10 + ], + "hp": { + "average": 15, + "formula": "2d10 + 4" + }, + "speed": { + "walk": 40 + }, + "str": 18, + "dex": 10, + "con": 15, + "int": 2, + "wis": 11, + "cha": 7, + "passive": 10, + "cr": "1/4", + "action": [ + { + "name": "Hooves", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}6 ({@damage 1d4 + 4}) Bludgeoning damage." + ] + } + ], + "environment": [ + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/draft-horse.mp3" + }, + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Dragon Turtle", + "source": "XMM", + "page": 103, + "size": [ + "G" + ], + "type": "dragon", + "alignment": [ + "N" + ], + "ac": [ + 20 + ], + "hp": { + "average": 356, + "formula": "23d20 + 115" + }, + "speed": { + "walk": 20, + "swim": 50 + }, + "initiative": { + "proficiency": 1 + }, + "str": 25, + "dex": 10, + "con": 20, + "int": 10, + "wis": 12, + "cha": 12, + "save": { + "con": "+11", + "wis": "+7" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 11, + "resist": [ + "fire" + ], + "languages": [ + "Draconic", + "Primordial (Aquan)" + ], + "cr": "17", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Bite attacks. It can replace one attack with a Tail attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 13}, reach 15 ft. {@h}23 ({@damage 3d10 + 7}) Piercing damage plus 7 ({@damage 2d6}) Fire damage. Being underwater doesn't grant {@variantrule Resistance|XPHB} to this Fire damage." + ] + }, + { + "name": "Tail", + "entries": [ + "{@atkr m} {@hit 13}, reach 15 ft. {@h}18 ({@damage 2d10 + 7}) Bludgeoning damage. If the target is a Huge or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Steam Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 19}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 56 ({@damage 16d6}) Fire damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} Being underwater doesn't grant {@variantrule Resistance|XPHB} to this Fire damage." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Dragon Turtle", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/dragon-turtle.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "AQ", + "DR", + "P" + ], + "damageTags": [ + "B", + "F", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Dretch", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 103, + "size": [ + "S" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 18, + "formula": "4d6 + 4" + }, + "speed": { + "walk": 20 + }, + "str": 12, + "dex": 11, + "con": 12, + "int": 5, + "wis": 8, + "cha": 3, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal; telepathy 60 ft. (works only with creatures that understand Abyssal)" + ], + "cr": "1/4", + "action": [ + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Slashing damage." + ] + }, + { + "name": "Fetid Cloud (1/Day)", + "entries": [ + "{@actSave con} {@dc 11}, each creature in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the dretch. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the end of its next turn. While {@condition Poisoned|XPHB}, the creature can take either an action or a {@variantrule Bonus Action|XPHB} on its turn, not both, and it can't take Reactions." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "token": { + "name": "Dretch", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/dretch.mp3" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Drider", + "source": "XMM", + "page": 105, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "C", + "E" + ], + "ac": [ + 19 + ], + "hp": { + "average": 123, + "formula": "13d10 + 52" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 16, + "dex": 19, + "con": 18, + "int": 13, + "wis": 16, + "cha": 12, + "skill": { + "perception": "+6", + "stealth": "+10" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 16, + "languages": [ + "Elvish", + "Undercommon" + ], + "cr": "6", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The drider can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the drider has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + }, + { + "name": "Web Walker", + "entries": [ + "The drider ignores movement restrictions caused by webs, and the drider knows the location of any other creature in contact with the same web." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The drider makes three attacks, using Foreleg or Poison Burst in any combination." + ] + }, + { + "name": "Foreleg", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}13 ({@damage 2d8 + 4}) Piercing damage." + ] + }, + { + "name": "Poison Burst", + "entries": [ + "{@atkr r} {@hit 6}, range 120 ft. {@h}13 ({@damage 3d6 + 3}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Magic of the Spider Queen {@recharge 5}", + "entries": [ + "The drider casts {@spell Darkness|XPHB}, {@spell Faerie Fire|XPHB}, or {@spell Web|XPHB}, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 14})." + ] + } + ], + "environment": [ + "forest", + "underdark" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Drider", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/drider.mp3" + }, + "traitTags": [ + "Spider Climb", + "Sunlight Sensitivity", + "Web Walker" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "E", + "U" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Druid", + "source": "XMM", + "page": 106, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 44, + "formula": "8d8 + 8" + }, + "speed": { + "walk": 30 + }, + "str": 10, + "dex": 12, + "con": 13, + "int": 12, + "wis": 16, + "cha": 11, + "skill": { + "medicine": "+5", + "nature": "+3", + "perception": "+5" + }, + "passive": 15, + "languages": [ + "Common", + "Druidic", + "Sylvan" + ], + "cr": "2", + "gear": [ + "studded leather armor|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The druid casts one of the following spells, using Wisdom as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Druidcraft|XPHB}", + "{@spell Speak with Animals|XPHB}" + ], + "daily": { + "2e": [ + "{@spell Entangle|XPHB}", + "{@spell Thunderwave|XPHB}" + ], + "1e": [ + "{@spell Animal Messenger|XPHB}", + "{@spell Longstrider|XPHB}", + "{@spell Moonbeam|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The druid makes two attacks, using Vine Staff or Verdant Wisp in any combination." + ] + }, + { + "name": "Vine Staff", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Bludgeoning damage plus 2 ({@damage 1d4}) Poison damage." + ] + }, + { + "name": "Verdant Wisp", + "entries": [ + "{@atkr r} {@hit 5}, range 90 ft. {@h}10 ({@damage 3d6}) Radiant damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "token": { + "name": "Druid", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/druid.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "DU", + "S" + ], + "damageTags": [ + "B", + "I", + "R" + ], + "damageTagsSpell": [ + "R", + "T" + ], + "spellcastingTags": [ + "CD" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "restrained" + ], + "savingThrowForcedSpell": [ + "charisma", + "constitution", + "strength" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Dryad", + "source": "XMM", + "page": 107, + "size": [ + "M" + ], + "type": "fey", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 22, + "formula": "5d8" + }, + "speed": { + "walk": 30 + }, + "str": 10, + "dex": 12, + "con": 11, + "int": 14, + "wis": 15, + "cha": 18, + "skill": { + "perception": "+4", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "languages": [ + "Elvish", + "Sylvan" + ], + "cr": "1", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dryad casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 14}):" + ], + "will": [ + "{@spell Animal Friendship|XPHB}", + "{@spell Charm Monster|XPHB} (lasts 24 hours; ends early if the dryad casts the spell again)", + "{@spell Druidcraft|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Entangle|XPHB}", + "{@spell Pass without Trace|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The dryad has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Speak with Beasts and Plants", + "entries": [ + "The dryad can communicate with Beasts and Plants as if they shared a language." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dryad makes one Vine Lash or Thorn Burst attack, and it can use Spellcasting to cast {@spell Charm Monster|XPHB}." + ] + }, + { + "name": "Vine Lash", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}8 ({@damage 1d8 + 4}) Slashing damage." + ] + }, + { + "name": "Thorn Burst", + "entries": [ + "{@atkr r} {@hit 6}, range 60 ft. {@h}7 ({@damage 1d6 + 4}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Tree Stride", + "entries": [ + "If within 5 feet of a Large or bigger tree, the dryad teleports to an unoccupied space within 5 feet of a second Large or bigger tree that is within 60 feet of the previous tree." + ] + } + ], + "environment": [ + "forest" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Dryad", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/dryad.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "E", + "S" + ], + "damageTags": [ + "P", + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflictSpell": [ + "charmed", + "restrained" + ], + "savingThrowForcedSpell": [ + "strength", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Dust Mephit", + "source": "XMM", + "page": 206, + "size": [ + "S" + ], + "type": "elemental", + "alignment": [ + "N", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 17, + "formula": "5d6" + }, + "speed": { + "walk": 30, + "fly": 30 + }, + "str": 5, + "dex": 14, + "con": 10, + "int": 9, + "wis": 11, + "cha": 10, + "skill": { + "perception": "+2", + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "immune": [ + "poison" + ], + "vulnerable": [ + "fire" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "Primordial (Auran, Terran)" + ], + "cr": "1/2", + "trait": [ + { + "name": "Death Burst", + "entries": [ + "The mephit explodes when it dies. {@actSave dex} {@dc 10}, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the mephit. {@actSaveFail} 5 ({@damage 2d4}) Bludgeoning damage. {@actSaveSuccess} Half damage." + ] + } + ], + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Slashing damage." + ] + }, + { + "name": "Blinding Breath {@recharge}", + "entries": [ + "{@actSave dex} {@dc 10}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has the {@condition Blinded|XPHB} condition until the end of the mephit's next turn." + ] + }, + { + "name": "Sleep (1/Day)", + "entries": [ + "The mephit casts the {@spell Sleep|XPHB} spell, requiring no spell components and using Charisma as the spellcasting ability (spell save {@dc 10})." + ] + } + ], + "environment": [ + "planar, elemental" + ], + "token": { + "name": "Dust Mephit", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/mephit.mp3" + }, + "traitTags": [ + "Death Burst" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "AU", + "P", + "T" + ], + "damageTags": [ + "B", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "blinded" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Eagle", + "source": "XMM", + "page": 353, + "size": [ + "S" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 4, + "formula": "1d6 + 1" + }, + "speed": { + "walk": 10, + "fly": 60 + }, + "str": 6, + "dex": 15, + "con": 12, + "int": 2, + "wis": 14, + "cha": 7, + "skill": { + "perception": "+6" + }, + "passive": 16, + "cr": "0", + "action": [ + { + "name": "Talons", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 feet. {@h}4 ({@damage 1d4 + 2}) Slashing damage." + ] + } + ], + "environment": [ + "coastal", + "grassland", + "hill", + "mountain" + ], + "token": { + "name": "Eagle", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/eagle.mp3" + }, + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Earth Elemental", + "source": "XMM", + "page": 108, + "size": [ + "L" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 147, + "formula": "14d10 + 70" + }, + "speed": { + "walk": 30, + "burrow": 30 + }, + "str": 20, + "dex": 8, + "con": 20, + "int": 5, + "wis": 10, + "cha": 5, + "senses": [ + "darkvision 60 ft.", + "tremorsense 60 ft." + ], + "passive": 10, + "immune": [ + "poison" + ], + "vulnerable": [ + "thunder" + ], + "conditionImmune": [ + "exhaustion", + "paralyzed", + "petrified", + "poisoned", + "unconscious" + ], + "languages": [ + "Primordial (Terran)" + ], + "cr": "5", + "trait": [ + { + "name": "Earth Glide", + "entries": [ + "The elemental can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material it moves through." + ] + }, + { + "name": "Siege Monster", + "entries": [ + "The elemental deals double damage to objects and structures." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The elemental makes two attacks, using Slam or Rock Launch in any combination." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}14 ({@damage 2d8 + 5}) Bludgeoning damage." + ] + }, + { + "name": "Rock Launch", + "entries": [ + "{@atkr r} {@hit 8}, range 60 ft. {@h}8 ({@damage 1d6 + 5}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "mountain", + "planar, earth", + "underdark" + ], + "token": { + "name": "Earth Elemental", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/earth-elemental.mp3" + }, + "traitTags": [ + "Siege Monster" + ], + "senseTags": [ + "D", + "T" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "P", + "T" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Efreeti", + "group": [ + "Genies" + ], + "source": "XMM", + "page": 109, + "size": [ + "L" + ], + "type": { + "type": "elemental", + "tags": [ + "genie" + ] + }, + "alignment": [ + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 212, + "formula": "17d10 + 119" + }, + "speed": { + "walk": 40, + "fly": { + "number": 60, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 22, + "dex": 12, + "con": 24, + "int": 16, + "wis": 15, + "cha": 19, + "save": { + "wis": "+6", + "cha": "+8" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 12, + "immune": [ + "fire" + ], + "languages": [ + "Primordial (Ignan)" + ], + "cr": "11", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The efreeti casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Elementalism|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Gaseous Form|XPHB}", + "{@spell Invisibility|XPHB}", + "{@spell Major Image|XPHB}", + "{@spell Plane Shift|XPHB}", + "{@spell Tongues|XPHB}", + "{@spell Wall of Fire|XPHB} (level 7 version)" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Elemental Restoration", + "entries": [ + "If the efreeti dies outside the Elemental Plane of Fire, its body dissolves into ash, and it gains a new body in {@dice 1d4} days, reviving with all its {@variantrule Hit Points|XPHB} somewhere on the Plane of Fire." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The efreeti has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Wishes", + "entries": [ + "The efreeti has a 30 percent chance of knowing the {@spell Wish|XPHB} spell. If the efreeti knows it, the efreeti can cast it only on behalf of a non-genie creature who communicates a wish in a way the efreeti can understand. If the efreeti casts the spell for the creature, the efreeti suffers none of the spell's stress. Once the efreeti has cast it three times, the efreeti can't do so again for 365 days." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The efreeti makes three attacks, using Heated Blade or Hurl Flame in any combination." + ] + }, + { + "name": "Heated Blade", + "entries": [ + "{@atkr m} {@hit 10}, reach 5 ft. {@h}13 ({@damage 2d6 + 6}) Slashing damage plus 13 ({@damage 2d12}) Fire damage." + ] + }, + { + "name": "Hurl Flame", + "entries": [ + "{@atkr r} {@hit 8}, range 120 ft. {@h}24 ({@damage 7d6}) Fire damage." + ] + } + ], + "environment": [ + "desert", + "planar, fire" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Efreeti", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/efreeti.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "IG", + "P" + ], + "damageTags": [ + "F", + "S" + ], + "damageTagsSpell": [ + "F" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Elemental Cataclysm", + "group": [ + "Titans" + ], + "source": "XMM", + "page": 111, + "size": [ + "G" + ], + "type": { + "type": "elemental", + "tags": [ + "titan" + ] + }, + "alignment": [ + "C", + "N" + ], + "ac": [ + 20 + ], + "hp": { + "average": 370, + "formula": "20d20 + 160" + }, + "speed": { + "walk": 60, + "burrow": 60, + "fly": { + "number": 80, + "condition": "(hover)" + }, + "swim": 80, + "canHover": true + }, + "initiative": { + "proficiency": 2 + }, + "str": 26, + "dex": 19, + "con": 27, + "int": 9, + "wis": 14, + "cha": 9, + "save": { + "dex": "+11", + "con": "+15", + "wis": "+9", + "cha": "+6" + }, + "senses": [ + "truesight 150 ft." + ], + "passive": 12, + "immune": [ + "acid", + "cold", + "fire", + "lightning", + "poison", + "thunder" + ], + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "exhaustion", + "frightened", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "stunned", + "unconscious" + ], + "languages": [ + "Primordial" + ], + "cr": "22", + "trait": [ + { + "name": "Earth Glide", + "entries": [ + "The cataclysm can burrow through nonmagical, unworked earth and stone. While doing so, the cataclysm doesn't disturb the material it moves through." + ] + }, + { + "name": "Legendary Resistance (4/Day)", + "entries": [ + "If the cataclysm fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Siege Monster", + "entries": [ + "The cataclysm deals double damage to objects and structures." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cataclysm makes two Elemental Burst attacks." + ] + }, + { + "name": "Elemental Burst", + "entries": [ + "{@atkr m,r} {@hit 15}, reach 30 ft. or range 150 ft. {@h}25 ({@damage 5d6 + 8}) damage of a type chosen by the cataclysm: Acid, Cold, Fire, Lightning, or Thunder." + ] + }, + { + "name": "Cataclysmic Event {@recharge 4}", + "entries": [ + "The cataclysm creates one of the following effects at random (roll {@dice 1d4}):", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "1: Clinging Flames", + "entries": [ + "{@actSave dex} {@dc 23}, each creature in a 60-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the cataclysm can see within 150 feet. {@actSaveFail} 45 ({@damage 13d6}) Fire damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The target starts burning." + ] + }, + { + "type": "item", + "name": "2: Freezing Waves", + "entries": [ + "{@actSave str} {@dc 23}, each creature in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 22 ({@damage 5d8}) Bludgeoning damage plus 22 ({@damage 5d8}) Cold damage, and the target has the {@condition Prone|XPHB} condition. {@actSaveSuccess} Half damage only. {@actSaveSuccessOrFail} The target's {@variantrule Speed|XPHB} is reduced to 0 until the end of its next turn." + ] + }, + { + "type": "item", + "name": "3: Raging Storm", + "entries": [ + "A storm cloud fills a 60-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the cataclysm can see within 150 feet. The cloud lasts for 1 minute or until the cataclysm uses Cataclysmic Event again. Creatures entirely in the cloud have the {@condition Blinded|XPHB} and {@condition Deafened|XPHB} conditions and can't cast spells with a Verbal component. {@actSave dex} {@dc 23}, each creature that enters the cloud for the first time on a turn or starts its turn there. {@actSaveFail} 18 ({@damage 4d8}) Lightning damage plus 18 ({@damage 4d8}) Thunder damage. {@actSaveSuccess} Half damage." + ] + }, + { + "type": "item", + "name": "4: Swallowing Earth", + "entries": [ + "{@actSave str} {@dc 23}, each creature in a 90-foot {@variantrule Cube [Area of Effect]|XPHB|Cube} originating from a point on the ground within 150 feet. {@actSaveFail} 18 ({@damage 4d8}) Bludgeoning damage plus 18 ({@damage 4d8}) Acid damage, and the target has the {@condition Prone|XPHB} condition and is buried under rubble. A buried target has the {@condition Restrained|XPHB} condition, has {@variantrule Cover|XPHB|Total Cover}, and is suffocating. As an action, a buried creature or another creature within 5 feet of it can make a {@dc 18} Strength ({@skill Athletics|XPHB}) check. On a successful check, the creature is no longer buried. {@actSaveSuccess} Half damage only." + ] + } + ] + } + ] + }, + { + "name": "Control Weather", + "entries": [ + "The cataclysm casts the {@spell Control Weather|XPHB} spell, requiring no spell components and using Constitution as the spellcasting ability." + ] + } + ], + "legendary": [ + { + "name": "Eruption", + "entries": [ + "The cataclysm makes one Elemental Burst attack." + ] + }, + { + "name": "Rumbling Movement", + "entries": [ + "The cataclysm moves up to its {@variantrule Speed|XPHB}, {@variantrule Fly Speed|XPHB}, or {@variantrule Swim Speed|XPHB} without provoking Opportunity Attacks. Each creature within 5 feet of the cataclysm as it moves is targeted once by the following effect. {@actSave con} {@dc 23}. {@actSaveFail} The target has the {@condition Prone|XPHB} condition. {@actSaveSuccessOrFail} The cataclysm can't take this action again until the start of its next turn." + ] + } + ], + "environment": [ + "planar, elemental chaos" + ], + "traitTags": [ + "Legendary Resistances", + "Siege Monster" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "P" + ], + "damageTags": [ + "A", + "B", + "C", + "F", + "L", + "T" + ], + "miscTags": [ + "AOE", + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "prone", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Elemental Cultist", + "source": "XMM", + "page": 87, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "C", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 135, + "formula": "18d8 + 54" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 12, + "con": 16, + "int": 14, + "wis": 18, + "cha": 12, + "save": { + "con": "+6", + "wis": "+7" + }, + "skill": { + "arcana": "+5", + "perception": "+7", + "religion": "+5" + }, + "passive": 17, + "languages": [ + "Common", + "Primordial" + ], + "cr": "8", + "gear": [ + "chain mail|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The cultist casts one of the following spells, using Wisdom as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Elementalism|XPHB}", + "{@spell Mage Hand|XPHB}" + ], + "ability": "wis", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cultist makes three attacks, using Elemental Flail or Elemental Claw in any combination." + ] + }, + { + "name": "Elemental Flail", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}25 ({@damage 6d6 + 4}) damage of a type chosen by the cultist: Acid, Cold, Fire, Lightning, or Thunder." + ] + }, + { + "name": "Elemental Claw", + "entries": [ + "{@atkr r} {@hit 7}, range 120 ft. {@h}22 ({@damage 4d10}) damage of a type chosen by the cultist: Acid, Cold, Fire, Lightning, or Thunder. If the target is a Medium or smaller creature, the cultist moves the target up to 10 feet straight toward or away from itself." + ] + } + ], + "reaction": [ + { + "name": "Elemental Absorption (1/Day)", + "entries": [ + "{@actTrigger} The cultist takes Acid, Cold, Fire, Lightning, or Thunder damage. {@actResponse} The cultist gives itself {@variantrule Resistance|XPHB} to that instance of damage and gains 10 {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "P" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Elephant", + "source": "XMM", + "page": 353, + "otherSources": [ + { + "source": "XPHB", + "page": 349 + } + ], + "size": [ + "H" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 76, + "formula": "8d12 + 24" + }, + "speed": { + "walk": 40 + }, + "str": 22, + "dex": 9, + "con": 17, + "int": 3, + "wis": 11, + "cha": 6, + "passive": 10, + "cr": "4", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The elephant makes two Gore attacks." + ] + }, + { + "name": "Gore", + "entries": [ + "{@atkr m} {@hit 8}, reach 5 ft. {@h}15 ({@damage 2d8 + 6}) Piercing damage. If the target is a Huge or smaller creature and the elephant moved 20+ feet straight toward it immediately before the hit, the target has the {@condition Prone|XPHB} condition." + ] + } + ], + "bonus": [ + { + "name": "Trample", + "entries": [ + "{@actSave dex} {@dc 16}, one creature within 5 feet that has the {@condition Prone|XPHB} condition. {@actSaveFail} 17 ({@damage 2d10 + 6}) Bludgeoning damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "grassland" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/elephant.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Elk", + "source": "XMM", + "page": 353, + "otherSources": [ + { + "source": "XPHB", + "page": 349 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 10 + ], + "hp": { + "average": 11, + "formula": "2d10" + }, + "speed": { + "walk": 50 + }, + "str": 16, + "dex": 10, + "con": 11, + "int": 2, + "wis": 10, + "cha": 6, + "skill": { + "perception": "+2" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "cr": "1/4", + "action": [ + { + "name": "Ram", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Bludgeoning damage. If the target is a Large or smaller creature and the elk moved 20+ feet straight toward it immediately before the hit, the target takes an extra 3 ({@damage 1d6}) Bludgeoning damage and has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill" + ], + "token": { + "name": "Elk", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/elk.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluffImages": true + }, + { + "name": "Empyrean", + "group": [ + "Titans" + ], + "source": "XMM", + "page": 113, + "size": [ + "H" + ], + "type": { + "type": { + "choose": [ + "celestial", + "fiend" + ] + }, + "tags": [ + "titan" + ] + }, + "alignment": [ + "N" + ], + "ac": [ + 22 + ], + "hp": { + "average": 346, + "formula": "21d12 + 210" + }, + "speed": { + "walk": 50, + "fly": { + "number": 50, + "condition": "(hover)" + }, + "swim": 50, + "canHover": true + }, + "initiative": { + "proficiency": 2 + }, + "str": 30, + "dex": 21, + "con": 30, + "int": 21, + "wis": 22, + "cha": 27, + "save": { + "str": "+17", + "wis": "+13" + }, + "skill": { + "insight": "+13", + "perception": "+13" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 23, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "immune": [ + "necrotic", + "radiant" + ], + "languages": [ + "all" + ], + "cr": "23", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The empyrean casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 23}):" + ], + "will": [ + "{@spell Calm Emotions|XPHB}", + "{@spell Greater Restoration|XPHB}", + "{@spell Pass without Trace|XPHB}", + "{@spell Water Breathing|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Commune|XPHB}", + "{@spell Dispel Evil and Good|XPHB}", + "{@spell Plane Shift|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Legendary Resistance (4/Day)", + "entries": [ + "If the empyrean fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The empyrean has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The empyrean makes two attacks, using Sacred Weapon or Divine Ray in any combination." + ] + }, + { + "name": "Sacred Weapon", + "entries": [ + "{@atkr m} {@hit 17}, reach 10 ft. {@h}31 ({@damage 6d6 + 10}) Force damage, and the target has the {@condition Stunned|XPHB} condition until the start of the empyrean's next turn. The target can choose not to be {@condition Stunned|XPHB}, in which case it takes an extra 21 Force damage that bypasses {@variantrule Resistance|XPHB} or {@variantrule Immunity|XPHB}." + ] + }, + { + "name": "Divine Ray", + "entries": [ + "{@atkr r} {@hit 15}, range 600 ft. {@h}35 ({@damage 6d8 + 8}) Necrotic or Radiant damage (empyrean's choice)." + ] + } + ], + "legendary": [ + { + "name": "Bolster", + "entries": [ + "The empyrean gains 10 {@variantrule Temporary Hit Points|XPHB}, and the empyrean and each ally within 30 feet of it gain {@variantrule Advantage|XPHB} on {@variantrule D20 Test|XPHB|D20 Tests} until the end of the empyrean's next turn. The empyrean can't take this action again until the start of its next turn." + ] + }, + { + "name": "Shockwave of Glory", + "entries": [ + "{@actSave con} {@dc 23}, each creature in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the empyrean. {@actSaveFail} 27 ({@damage 6d8}) Force damage, and the target has the {@condition Prone|XPHB} condition. {@actSaveSuccess} Half damage only. {@actSaveSuccessOrFail} The empyrean can't take this action again until the start of its next turn." + ] + }, + { + "name": "Smite", + "entries": [ + "The empyrean makes one Divine Ray attack." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Empyrean", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/empyrean.mp3" + }, + "traitTags": [ + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "XX" + ], + "damageTags": [ + "N", + "O", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "prone", + "stunned" + ], + "savingThrowForcedSpell": [ + "charisma" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Empyrean Iota", + "group": [ + "Titans" + ], + "source": "XMM", + "page": 112, + "size": [ + "M" + ], + "type": { + "type": { + "choose": [ + "celestial", + "fiend" + ] + }, + "tags": [ + "titan" + ] + }, + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 22, + "formula": "5d8" + }, + "speed": { + "walk": 5, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 1, + "dex": 14, + "con": 10, + "int": 15, + "wis": 16, + "cha": 16, + "skill": { + "history": "+4", + "insight": "+5", + "perception": "+5" + }, + "senses": [ + "truesight 30 ft." + ], + "passive": 15, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "conditionImmune": [ + "prone" + ], + "languages": [ + "all" + ], + "cr": "1", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The empyrean casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability:" + ], + "daily": { + "1e": [ + "{@spell Bless|XPHB}", + "{@spell Lesser Restoration|XPHB} (as an action)" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Healing Word (1/Day)", + "type": "spellcasting", + "headerEntries": [ + "The empyrean casts {@spell Healing Word|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "1": [ + "{@spell Healing Word|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Incorporeal Movement", + "entries": [ + "The empyrean can move through other creatures and objects as if they were {@variantrule Difficult Terrain|XPHB}. It takes 5 ({@damage 1d10}) Force damage if it ends its turn inside an object." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The empyrean has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Otherworldly Strike", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 30 ft. {@h}7 ({@damage 1d8 + 3}) Necrotic or Radiant damage (empyrean's choice)." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "relics" + ], + "traitTags": [ + "Incorporeal Movement", + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "languageTags": [ + "XX" + ], + "damageTags": [ + "N", + "O", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Erinyes", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 114, + "size": [ + "M" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 178, + "formula": "21d8 + 84" + }, + "speed": { + "walk": 30, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 16, + "con": 18, + "int": 14, + "wis": 14, + "cha": 18, + "save": { + "dex": "+7", + "con": "+8", + "cha": "+8" + }, + "skill": { + "perception": "+6", + "persuasion": "+8" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 16, + "resist": [ + "cold" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Infernal; telepathy 120 ft." + ], + "cr": "12", + "trait": [ + { + "name": "Diabolical Restoration", + "entries": [ + "If the erinyes dies outside the Nine Hells, its body disappears in sulfurous smoke, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Nine Hells." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The erinyes has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Magic Rope", + "entries": [ + "The erinyes has a magic rope. While bearing it, the erinyes can use the Entangling Rope action. The rope has AC 20, HP 90, and {@variantrule Immunity|XPHB} to Poison and Psychic damage. The rope turns to dust if reduced to 0 {@variantrule Hit Points|XPHB}, if it is 5+ feet away from the erinyes for 1 hour or more, or if the erinyes dies. If the rope is damaged or destroyed, the erinyes can fully restore it when finishing a {@variantrule Short Rest|XPHB|Short} or {@variantrule Long Rest|XPHB}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The erinyes makes three Withering Sword attacks and can use Entangling Rope." + ] + }, + { + "name": "Withering Sword", + "entries": [ + "{@atkr m} {@hit 8}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Slashing damage plus 11 ({@damage 2d10}) Necrotic damage." + ] + }, + { + "name": "Entangling Rope (Requires Magic Rope)", + "entries": [ + "{@actSave str} {@dc 16}, one creature the erinyes can see within 120 feet. {@actSaveFail} 14 ({@damage 4d6}) Force damage, and the target has the {@condition Restrained|XPHB} condition until the rope is destroyed, the erinyes uses a {@variantrule Bonus Action|XPHB} to release the target, or the erinyes uses Entangling Rope again." + ] + } + ], + "reaction": [ + { + "name": "Parry", + "entries": [ + "{@actTrigger} The erinyes is hit by a melee attack roll while holding a weapon. {@actResponse} The erinyes adds 4 to its AC against that attack, possibly causing it to miss." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Erinyes", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/erinyes.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack", + "Parry" + ], + "languageTags": [ + "I", + "TP" + ], + "damageTags": [ + "N", + "O", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ettercap", + "source": "XMM", + "page": 115, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "N", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 44, + "formula": "8d8 + 8" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 14, + "dex": 15, + "con": 13, + "int": 7, + "wis": 12, + "cha": 8, + "skill": { + "perception": "+3", + "stealth": "+4", + "survival": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "cr": "2", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The ettercap can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + }, + { + "name": "Web Walker", + "entries": [ + "The ettercap ignores movement restrictions caused by webs, and the ettercap knows the location of any other creature in contact with the same web." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The ettercap makes one Bite attack and one Claw attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage plus 2 ({@damage 1d4}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the ettercap's next turn." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 2d4 + 2}) Slashing damage." + ] + }, + { + "name": "Web Strand {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 12}, one Large or smaller creature the ettercap can see within 30 feet. {@actSaveFail} The target has the {@condition Restrained|XPHB} condition until the web is destroyed (AC 10; HP 5; {@variantrule Vulnerability|XPHB} to Fire damage; {@variantrule Immunity|XPHB} to Bludgeoning, Poison, and Psychic damage)." + ] + } + ], + "bonus": [ + { + "name": "Reel", + "entries": [ + "The ettercap pulls one creature within 30 feet of itself that is {@condition Restrained|XPHB} by its Web Strand up to 25 feet straight toward itself." + ] + } + ], + "environment": [ + "forest" + ], + "treasure": [ + "implements" + ], + "token": { + "name": "Ettercap", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ettercap.mp3" + }, + "traitTags": [ + "Spider Climb", + "Web Walker" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "I", + "P", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ettin", + "source": "XMM", + "page": 116, + "size": [ + "L" + ], + "type": "giant", + "alignment": [ + "C", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 85, + "formula": "10d10 + 30" + }, + "speed": { + "walk": 40 + }, + "str": 21, + "dex": 8, + "con": 17, + "int": 6, + "wis": 10, + "cha": 8, + "skill": { + "perception": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "frightened", + "stunned", + "unconscious" + ], + "languages": [ + "Giant" + ], + "cr": "4", + "gear": [ + "battleaxe|xphb", + "morningstar|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The ettin makes one Battleaxe attack and one Morningstar attack." + ] + }, + { + "name": "Battleaxe", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}14 ({@damage 2d8 + 5}) Slashing damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Morningstar", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}14 ({@damage 2d8 + 5}) Piercing damage, and the target has {@variantrule Disadvantage|XPHB} on the next attack roll it makes before the end of its next turn." + ] + } + ], + "environment": [ + "hill", + "mountain", + "underdark" + ], + "treasure": [ + "individual" + ], + "token": { + "name": "Ettin", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ettin.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "GI" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Faerie Dragon Adult", + "source": "XMM", + "page": 117, + "size": [ + "T" + ], + "type": "dragon", + "alignment": [ + "C", + "G" + ], + "ac": [ + 15 + ], + "hp": { + "average": 35, + "formula": "10d4 + 10" + }, + "speed": { + "walk": 10, + "fly": 60 + }, + "str": 3, + "dex": 20, + "con": 13, + "int": 12, + "wis": 12, + "cha": 14, + "skill": { + "arcana": "+4", + "perception": "+3", + "stealth": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "languages": [ + "Draconic", + "Sylvan; telepathy 60 ft. (faerie dragons only)" + ], + "cr": "2", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Dancing Lights|XPHB}", + "{@spell Mage Hand|XPHB}", + "{@spell Minor Illusion|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Hallucinatory Terrain|XPHB}", + "{@spell Polymorph|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Superior Invisibility", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts {@spell Greater Invisibility|XPHB} on itself, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "will": [ + "{@spell Greater Invisibility|XPHB}" + ], + "ability": "cha", + "displayAs": "bonus", + "hidden": [ + "will" + ] + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The dragon has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}7 ({@damage 1d4 + 5}) Piercing damage plus 3 ({@damage 1d6}) Psychic damage." + ] + }, + { + "name": "Euphoria Breath {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 13}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has the {@condition Incapacitated|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically. While {@condition Incapacitated|XPHB}, the target uses all its movement on each of its turns to move in a random direction." + ] + } + ], + "environment": [ + "forest" + ], + "treasure": [ + "implements" + ], + "dragonAge": "adult", + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "DR", + "S", + "TP" + ], + "damageTags": [ + "P", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Faerie Dragon Youth", + "source": "XMM", + "page": 117, + "size": [ + "T" + ], + "type": "dragon", + "alignment": [ + "C", + "G" + ], + "ac": [ + 13 + ], + "hp": { + "average": 21, + "formula": "6d4 + 6" + }, + "speed": { + "walk": 10, + "fly": 60 + }, + "str": 3, + "dex": 16, + "con": 12, + "int": 12, + "wis": 12, + "cha": 14, + "skill": { + "arcana": "+3", + "perception": "+3", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "languages": [ + "Draconic", + "Sylvan; telepathy 60 ft. (faerie dragons only)" + ], + "cr": "1", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 12}):" + ], + "will": [ + "{@spell Dancing Lights|XPHB}", + "{@spell Mage Hand|XPHB}", + "{@spell Minor Illusion|XPHB}" + ], + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Superior Invisibility", + "type": "spellcasting", + "headerEntries": [ + "The dragon casts {@spell Greater Invisibility|XPHB} on itself, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "will": [ + "{@spell Greater Invisibility|XPHB}" + ], + "ability": "cha", + "displayAs": "bonus", + "hidden": [ + "will" + ] + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The dragon has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage plus 2 ({@damage 1d4}) Psychic damage." + ] + }, + { + "name": "Euphoria Breath {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 12}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has the {@condition Incapacitated|XPHB} condition until the end of its next turn and uses all its movement on its turn to move in a random direction." + ] + } + ], + "environment": [ + "forest" + ], + "treasure": [ + "implements" + ], + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "DR", + "S", + "TP" + ], + "damageTags": [ + "P", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated" + ], + "conditionInflictSpell": [ + "invisible" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Fiend Cultist", + "source": "XMM", + "page": 87, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 127, + "formula": "17d8 + 51" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 15, + "con": 16, + "int": 12, + "wis": 18, + "cha": 10, + "save": { + "con": "+6", + "wis": "+7" + }, + "skill": { + "perception": "+7", + "religion": "+4" + }, + "senses": [ + "darkvision 90 ft. (unimpeded by magical darkness)" + ], + "passive": 17, + "languages": [ + "Abyssal", + "Common", + "Infernal" + ], + "cr": "8", + "gear": [ + "breastplate|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The cultist casts one of the following spells, using Wisdom as the spellcasting ability (spell save {@dc 15}, {@hit 7} to hit with spell attacks):" + ], + "will": [ + "{@spell Scorching Ray|XPHB} (level 5 version)", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "2": [ + "{@spell Fireball|XPHB} (level 6 version)" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Hellish Rebuke", + "type": "spellcasting", + "headerEntries": [ + "The cultist casts {@spell Hellish Rebuke|XPHB} in response to that spell's trigger, using the same spellcasting ability as Spellcasting." + ], + "will": [ + "{@spell Hellish Rebuke|XPHB}" + ], + "ability": "wis", + "displayAs": "reaction", + "hidden": [ + "will" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The cultist makes three Pact Axe attacks." + ] + }, + { + "name": "Pact Axe", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}10 ({@damage 1d12 + 4}) Slashing damage plus 13 ({@damage 3d8}) Fire damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "token": { + "name": "Drow Priestess of Lolth", + "source": "MM" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "C", + "I" + ], + "damageTags": [ + "F", + "S" + ], + "damageTagsSpell": [ + "F" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "savingThrowForcedSpell": [ + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Fire Elemental", + "source": "XMM", + "page": 118, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "L" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 93, + "formula": "11d10 + 33" + }, + "speed": { + "walk": 50 + }, + "str": 10, + "dex": 17, + "con": 16, + "int": 6, + "wis": 10, + "cha": 7, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "exhaustion", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "unconscious" + ], + "languages": [ + "Primordial (Ignan)" + ], + "cr": "5", + "trait": [ + { + "name": "Fire Aura", + "entries": [ + "At the end of each of the elemental's turns, each creature in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the elemental takes 5 ({@damage 1d10}) Fire damage. Creatures and flammable objects in the {@variantrule Emanation [Area of Effect]|XPHB|Emanation} start burning." + ] + }, + { + "name": "Fire Form", + "entries": [ + "The elemental can move through a space as narrow as 1 inch without expending extra movement to do so, and it can enter a creature's space and stop there. The first time it enters a creature's space on a turn, that creature takes 5 ({@damage 1d10}) Fire damage." + ] + }, + { + "name": "Illumination", + "entries": [ + "The elemental sheds {@variantrule Bright Light|XPHB} in a 30- foot radius and {@variantrule Dim Light|XPHB} for an additional 30 feet." + ] + }, + { + "name": "Water Susceptibility", + "entries": [ + "The elemental takes 3 ({@damage 1d6}) Cold damage for every 5 feet the elemental moves in water or for every gallon of water splashed on it." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The elemental makes two Burn attacks." + ] + }, + { + "name": "Burn", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Fire damage. If the target is a creature or a flammable object, it starts burning." + ] + } + ], + "environment": [ + "desert", + "planar, fire" + ], + "token": { + "name": "Fire Elemental", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/fire-elemental.mp3" + }, + "traitTags": [ + "Illumination" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "IG", + "P" + ], + "damageTags": [ + "C", + "F" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Fire Giant", + "source": "XMM", + "page": 119, + "size": [ + "H" + ], + "type": "giant", + "alignment": [ + "L", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 162, + "formula": "13d12 + 78" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 25, + "dex": 9, + "con": 23, + "int": 10, + "wis": 14, + "cha": 13, + "save": { + "dex": "+3", + "con": "+10", + "cha": "+5" + }, + "skill": { + "athletics": "+11", + "perception": "+6" + }, + "passive": 16, + "immune": [ + "fire" + ], + "languages": [ + "Giant" + ], + "cr": "9", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The giant makes two attacks, using Flame Sword or Hammer Throw in any combination." + ] + }, + { + "name": "Flame Sword", + "entries": [ + "{@atkr m} {@hit 11}, reach 10 ft. {@h}21 ({@damage 4d6 + 7}) Slashing damage plus 10 ({@damage 3d6}) Fire damage." + ] + }, + { + "name": "Hammer Throw", + "entries": [ + "{@atkr r} {@hit 11}, range 60/240 ft. {@h}23 ({@damage 3d10 + 7}) Bludgeoning damage plus 4 ({@damage 1d8}) Fire damage, and the target is pushed up to 15 feet straight away from the giant and has {@variantrule Disadvantage|XPHB} on the next attack roll it makes before the end of its next turn." + ] + } + ], + "environment": [ + "mountain", + "underdark" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Fire Giant", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/fire-giant.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "GI" + ], + "damageTags": [ + "B", + "F", + "S" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Flameskull", + "source": "XMM", + "page": 120, + "size": [ + "T" + ], + "type": "undead", + "alignment": [ + "N", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 40, + "formula": "9d4 + 18" + }, + "speed": { + "walk": 5, + "fly": { + "number": 40, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 1, + "dex": 17, + "con": 14, + "int": 16, + "wis": 10, + "cha": 11, + "skill": { + "arcana": "+5", + "perception": "+2" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "immune": [ + "fire", + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "poisoned", + "prone" + ], + "languages": [ + "Common plus two other languages" + ], + "cr": "4", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The flameskull casts one of the following spells, requiring no Somatic or Material components and using Intelligence as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Mage Hand|XPHB}" + ], + "daily": { + "1": [ + "{@spell Fireball|XPHB}" + ], + "2": [ + "{@spell Magic Missile|XPHB} (level 2 version)" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Illumination", + "entries": [ + "The flameskull sheds {@variantrule Bright Light|XPHB} in a 15- foot radius and {@variantrule Dim Light|XPHB} for an additional 15 feet." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The flameskull has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Undead Restoration", + "entries": [ + "If the flameskull is destroyed, it regains all its {@variantrule Hit Points|XPHB} in 1 hour unless Holy Water is sprinkled on its remains or the {@spell Dispel Evil and Good|XPHB} spell is cast on them." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The flameskull makes two Fire Ray attacks." + ] + }, + { + "name": "Fire Ray", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 60 ft. {@h}13 ({@damage 3d6 + 3}) Fire damage." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Flameskull", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/flameskull.mp3" + }, + "traitTags": [ + "Illumination", + "Magic Resistance" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "F" + ], + "damageTagsSpell": [ + "F", + "O" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "savingThrowForcedSpell": [ + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Flaming Skeleton", + "source": "XMM", + "page": 283, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "L", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 65, + "formula": "10d8 + 20" + }, + "speed": { + "walk": 30 + }, + "str": 10, + "dex": 14, + "con": 15, + "int": 10, + "wis": 15, + "cha": 8, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "immune": [ + "fire", + "poison" + ], + "vulnerable": [ + "bludgeoning" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "understands Common plus one other language but can't speak" + ], + "cr": "3", + "trait": [ + { + "name": "Death Burst", + "entries": [ + "The skeleton explodes when it dies. {@actSave dex} {@dc 12}, each creature in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the skeleton. {@actSaveFail} 14 ({@damage 4d6}) Fire damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Illumination", + "entries": [ + "The skeleton sheds {@variantrule Bright Light|XPHB} in a 15-foot radius and {@variantrule Dim Light|XPHB} for an additional 15 feet." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The skeleton makes two attacks, using Flame Scepter or Hurl Flame in any combination." + ] + }, + { + "name": "Flame Scepter", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Bludgeoning damage plus 3 ({@damage 1d6}) Fire damage." + ] + }, + { + "name": "Hurl Flame", + "entries": [ + "{@atkr r} {@hit 4}, range 60 ft. {@h}7 ({@damage 1d10 + 2}) Fire damage." + ] + } + ], + "environment": [ + "planar, shadowfell", + "underdark", + "urban" + ], + "traitTags": [ + "Death Burst", + "Illumination" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CS", + "X" + ], + "damageTags": [ + "B", + "F" + ], + "miscTags": [ + "AOE", + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Flesh Golem", + "source": "XMM", + "page": 121, + "size": [ + "M" + ], + "type": "construct", + "alignment": [ + "N" + ], + "ac": [ + 9 + ], + "hp": { + "average": 127, + "formula": "15d8 + 60" + }, + "speed": { + "walk": 30 + }, + "str": 19, + "dex": 9, + "con": 18, + "int": 6, + "wis": 10, + "cha": 5, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "lightning", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned" + ], + "languages": [ + "understands Common plus one other language but can't speak" + ], + "cr": "5", + "trait": [ + { + "name": "Aversion to Fire", + "entries": [ + "If the golem takes Fire damage, it has {@variantrule Disadvantage|XPHB} on attack rolls and ability checks until the end of its next turn." + ] + }, + { + "name": "Berserk", + "entries": [ + "Whenever the golem starts its turn {@variantrule Bloodied|XPHB}, roll {@dice 1d6}. On a 6, the golem goes berserk. On each of its turns while berserk, the golem attacks the nearest creature it can see. If no creature is near enough to move to and attack, the golem attacks an object. Once the golem goes berserk, it remains so until it is destroyed or it is no longer {@variantrule Bloodied|XPHB}.", + "The golem's creator, if within 60 feet of the berserk golem, can try to calm it by taking an action to make a {@dc 15} Charisma ({@skill Persuasion|XPHB}) check; the golem must be able to hear its creator. If this check succeeds, the golem ceases being berserk until the start of its next turn, at which point it resumes rolling for the Berserk trait again if it is still {@variantrule Bloodied|XPHB}." + ] + }, + { + "name": "Immutable Form", + "entries": [ + "The golem can't shape-shift." + ] + }, + { + "name": "Lightning Absorption", + "entries": [ + "Whenever the golem is subjected to Lightning damage, it regains a number of {@variantrule Hit Points|XPHB} equal to the Lightning damage dealt." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The golem has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The golem makes two Slam attacks." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Bludgeoning damage plus 4 ({@damage 1d8}) Lightning damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Flesh Golem", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/flesh-golem.mp3" + }, + "traitTags": [ + "Damage Absorption", + "Immutable Form", + "Magic Resistance" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CS", + "X" + ], + "damageTags": [ + "B", + "L" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Flumph", + "source": "XMM", + "page": 122, + "size": [ + "S" + ], + "type": "aberration", + "alignment": [ + "L", + "G" + ], + "ac": [ + 12 + ], + "hp": { + "average": 7, + "formula": "2d6" + }, + "speed": { + "walk": 5, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 6, + "dex": 15, + "con": 10, + "int": 14, + "wis": 14, + "cha": 11, + "skill": { + "arcana": "+4", + "history": "+4", + "religion": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "vulnerable": [ + "psychic" + ], + "languages": [ + "understands Undercommon but can't speak; telepathy 60 ft." + ], + "cr": "1/8", + "trait": [ + { + "name": "Advanced Telepathy", + "entries": [ + "The flumph perceives the content of any telepathic communication within 60 feet of it." + ] + }, + { + "name": "Prone Deficiency", + "entries": [ + "If the flumph receives the {@condition Prone|XPHB} condition, roll a die. On an odd number, it has the {@condition Incapacitated|XPHB} condition. At the end of each of its turns, the flumph makes a {@dc 10} Dexterity saving throw, ending the {@condition Incapacitated|XPHB} condition on a success." + ] + }, + { + "name": "Telepathic Shroud", + "entries": [ + "The flumph's thoughts can't be read by any means, and magic can't detect its location or observe it remotely." + ] + } + ], + "action": [ + { + "name": "Tentacle", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 feet. {@h}4 ({@damage 1d4 + 2}) Acid damage." + ] + }, + { + "name": "Stench Spray (1/Day)", + "entries": [ + "{@actSave dex} {@dc 10}, one creature the flumph can see within 15 feet. {@actSaveFail} The target is coated in a foul-smelling liquid, exudes a stench for {@dice 1d4} hours, and has the {@condition Poisoned|XPHB} condition while the stench lasts. Other creatures have the {@condition Poisoned|XPHB} condition while in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the coated target. The target can remove the stench on itself if it bathes during a {@variantrule Short Rest|XPHB|Short} or {@variantrule Long Rest|XPHB}." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Flumph", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/flumph.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Tentacles" + ], + "languageTags": [ + "CS", + "TP", + "U" + ], + "damageTags": [ + "A" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated", + "poisoned" + ], + "savingThrowForced": [ + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Flying Snake", + "source": "XMM", + "page": 353, + "size": [ + "T" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 5, + "formula": "2d4" + }, + "speed": { + "walk": 30, + "fly": 60, + "swim": 30 + }, + "str": 4, + "dex": 15, + "con": 11, + "int": 2, + "wis": 12, + "cha": 5, + "senses": [ + "blindsight 10 ft." + ], + "passive": 11, + "cr": "1/8", + "trait": [ + { + "name": "Flyby", + "entries": [ + "The snake doesn't provoke an Opportunity Attack when it flies out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}1 Piercing damage plus 5 ({@damage 2d4}) Poison damage." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland" + ], + "token": { + "name": "Flying Snake", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/flying-snake.mp3" + }, + "traitTags": [ + "Flyby" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Fomorian", + "source": "XMM", + "page": 123, + "size": [ + "H" + ], + "type": "giant", + "alignment": [ + "C", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 172, + "formula": "15d12 + 75" + }, + "speed": { + "walk": 40 + }, + "str": 23, + "dex": 10, + "con": 20, + "int": 9, + "wis": 14, + "cha": 6, + "skill": { + "perception": "+8", + "stealth": "+3" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 18, + "languages": [ + "Giant", + "Undercommon" + ], + "cr": "8", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The fomorian makes two Stone Club attacks. It can replace one attack with a use of Warping Hex if available." + ] + }, + { + "name": "Stone Club", + "entries": [ + "{@atkr m} {@hit 9}, reach 15 ft. {@h}24 ({@damage 4d8 + 6}) Bludgeoning damage." + ] + }, + { + "name": "Warping Hex {@recharge 4}", + "entries": [ + "{@actSave wis} {@dc 16}, one creature the fomorian can see within 120 feet. {@actSaveFail} 21 ({@damage 6d6}) Psychic damage, and the target gains 1 {@condition Exhaustion|XPHB} level. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Fomorian", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/fomorian.mp3" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "GI", + "U" + ], + "damageTags": [ + "B", + "Y" + ], + "miscTags": [ + "MA", + "MLW", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Frog", + "source": "XMM", + "page": 354, + "otherSources": [ + { + "source": "XPHB", + "page": 349 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 1, + "formula": "1d4 - 1" + }, + "speed": { + "walk": 20, + "swim": 20 + }, + "str": 1, + "dex": 13, + "con": 8, + "int": 1, + "wis": 8, + "cha": 3, + "skill": { + "perception": "+1", + "stealth": "+3" + }, + "senses": [ + "darkvision 30 ft." + ], + "passive": 11, + "cr": "0", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The frog can breathe air and water." + ] + }, + { + "name": "Standing Leap", + "entries": [ + "The frog's {@variantrule Long Jump|XPHB} is up to 10 feet and its {@variantrule High Jump|XPHB} is up to 5 feet with or without a running start." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}1 Piercing damage." + ] + } + ], + "environment": [ + "forest", + "swamp" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/frog.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Frost Giant", + "source": "XMM", + "page": 124, + "size": [ + "H" + ], + "type": "giant", + "alignment": [ + "N", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 149, + "formula": "13d12 + 65" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 23, + "dex": 9, + "con": 21, + "int": 9, + "wis": 10, + "cha": 12, + "save": { + "con": "+8", + "wis": "+3", + "cha": "+4" + }, + "skill": { + "athletics": "+9", + "perception": "+3" + }, + "passive": 13, + "immune": [ + "cold" + ], + "languages": [ + "Giant" + ], + "cr": "8", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The giant makes two attacks, using Frost Axe or Great Bow in any combination." + ] + }, + { + "name": "Frost Axe", + "entries": [ + "{@atkr m} {@hit 9}, reach 10 ft. {@h}19 ({@damage 2d12 + 6}) Slashing damage plus 9 ({@damage 2d8}) Cold damage." + ] + }, + { + "name": "Great Bow", + "entries": [ + "{@atkr r} {@hit 9}, range 150/600 ft. {@h}17 ({@damage 2d10 + 6}) Piercing damage plus 7 ({@damage 2d6}) Cold damage, and the target's {@variantrule Speed|XPHB} decreases by 10 feet until the end of its next turn." + ] + } + ], + "bonus": [ + { + "name": "War Cry {@recharge 5}", + "entries": [ + "The giant or one creature of its choice that can see or hear it gains 16 ({@dice 2d10 + 5}) {@variantrule Temporary Hit Points|XPHB} and has {@variantrule Advantage|XPHB} on attack rolls until the start of the giant's next turn." + ] + } + ], + "environment": [ + "arctic", + "mountain" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Frost Giant", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/frost-giant.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "GI" + ], + "damageTags": [ + "C", + "P", + "S" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Galeb Duhr", + "source": "XMM", + "page": 127, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 123, + "formula": "13d8 + 65" + }, + "speed": { + "walk": { + "number": 15, + "condition": "(30 ft. when rolling, 60 ft. rolling downhill)" + } + }, + "str": 20, + "dex": 14, + "con": 20, + "int": 11, + "wis": 12, + "cha": 11, + "senses": [ + "darkvision 60 ft.", + "tremorsense 60 ft." + ], + "passive": 11, + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned" + ], + "languages": [ + "Primordial (Terran)" + ], + "cr": "6", + "action": [ + { + "name": "Avalanche Slam", + "entries": [ + "{@atkr m} {@hit 8}, reach 5 ft. {@h}12 ({@damage 2d6 + 5}) Bludgeoning damage. If the target is a Large or smaller creature and the galeb duhr moved 20+ feet straight toward it immediately before the hit, the target takes an extra 7 ({@damage 2d6}) Bludgeoning damage and has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Animate Boulders (1/Day)", + "entries": [ + "The galeb duhr magically animates one or two boulders it can see within 60 feet of itself. Each boulder uses the Galeb Duhr stat block, except it has Intelligence and Charisma scores of 1 and lacks this action. The boulder takes its turn immediately after the galeb duhr on the same {@variantrule Initiative|XPHB} count, and it obeys the galeb duhr. A boulder remains animate for 1 minute or until it or the galeb duhr dies." + ] + } + ], + "environment": [ + "hill", + "mountain" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Galeb Duhr", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/galeb-duhr.mp3" + }, + "senseTags": [ + "D", + "T" + ], + "languageTags": [ + "P", + "T" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gargoyle", + "source": "XMM", + "page": 128, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "C", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 67, + "formula": "9d8 + 27" + }, + "speed": { + "walk": 30, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 15, + "dex": 11, + "con": 16, + "int": 6, + "wis": 11, + "cha": 7, + "skill": { + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "poison" + ], + "conditionImmune": [ + "exhaustion", + "petrified", + "poisoned" + ], + "languages": [ + "Primordial (Terran)" + ], + "cr": "2", + "trait": [ + { + "name": "Flyby", + "entries": [ + "The gargoyle doesn't provoke an Opportunity Attack when it flies out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The gargoyle makes two Claw attacks." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 2d4 + 2}) Slashing damage." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Gargoyle", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gargoyle.mp3" + }, + "traitTags": [ + "Flyby" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "P", + "T" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gas Spore Fungus", + "source": "XMM", + "page": 125, + "size": [ + "L" + ], + "type": "plant", + "alignment": [ + "U" + ], + "ac": [ + 8 + ], + "hp": { + "average": 13, + "formula": "9d10 - 36" + }, + "speed": { + "walk": 5, + "fly": { + "number": 10, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 5, + "dex": 1, + "con": 3, + "int": 1, + "wis": 1, + "cha": 1, + "senses": [ + "blindsight 30 ft." + ], + "passive": 5, + "immune": [ + "poison" + ], + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "frightened", + "paralyzed", + "poisoned", + "prone" + ], + "cr": "1/2", + "trait": [ + { + "name": "Death Burst", + "entries": [ + "The gas spore bursts when it dies. {@actSave con} {@dc 10}, each creature in a 20-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the gas spore. {@actSaveFail} The target takes 10 ({@damage 3d6}) Poison damage and has the {@condition Poisoned|XPHB} condition for {@dice 1d12} hours. Unless the {@condition Poisoned|XPHB} condition is removed, the target dies at the end of that time and sprouts {@dice 2d4} Tiny Gas Spore Fungi (each with 1 {@variantrule Hit Points|XPHB|Hit Point}). After {@dice 2d6} days, they become Large and have 13 {@variantrule Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Tendril", + "entries": [ + "{@atkr m} {@hit 0}, reach 5 ft. {@h}3 ({@damage 1d6}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition until the end of its next turn." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Gas Spore", + "source": "MM" + }, + "traitTags": [ + "Death Burst" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "I" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gelatinous Cube", + "source": "XMM", + "page": 129, + "size": [ + "L" + ], + "type": "ooze", + "alignment": [ + "U" + ], + "ac": [ + 6 + ], + "hp": { + "average": 63, + "formula": "6d10 + 30" + }, + "speed": { + "walk": 15 + }, + "str": 14, + "dex": 3, + "con": 20, + "int": 1, + "wis": 6, + "cha": 1, + "senses": [ + "blindsight 60 ft." + ], + "passive": 8, + "immune": [ + "acid" + ], + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "exhaustion", + "frightened", + "prone" + ], + "cr": "2", + "trait": [ + { + "name": "Ooze Cube", + "entries": [ + "The cube fills its entire space and is transparent. Other creatures can enter that space, but a creature that does so is subjected to the cube's Engulf and has {@variantrule Disadvantage|XPHB} on the saving throw.", + "Creatures inside the cube have {@variantrule Cover|XPHB|Total Cover}, and the cube can hold one Large creature or up to four Medium or Small creatures inside itself at a time.", + "As an action, a creature within 5 feet of the cube can pull a creature or an object out of the cube by succeeding on a {@dc 12} Strength ({@skill Athletics|XPHB}) check, and the puller takes 10 ({@damage 3d6}) Acid damage." + ] + }, + { + "name": "Transparent", + "entries": [ + "Even when the cube is in plain sight, a creature must succeed on a {@dc 15} Wisdom ({@skill Perception|XPHB}) check to notice the cube if the creature hasn't witnessed the cube move or otherwise act." + ] + } + ], + "action": [ + { + "name": "Pseudopod", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}12 ({@damage 3d6 + 2}) Acid damage." + ] + }, + { + "name": "Engulf", + "entries": [ + "The cube moves up to its {@variantrule Speed|XPHB} without provoking Opportunity Attacks. The cube can move through the spaces of Large or smaller creatures if it has room inside itself to contain them (see the Ooze {@variantrule Cube [Area of Effect]|XPHB|Cube} trait). {@actSave dex} {@dc 12}, each creature whose space the cube enters for the first time during this move. {@actSaveFail} 10 ({@damage 3d6}) Acid damage, and the target is engulfed. An engulfed target is suffocating, can't cast spells with a Verbal component, has the {@condition Restrained|XPHB} condition, and takes 10 ({@damage 3d6}) Acid damage at the start of each of the cube's turns. When the cube moves, the engulfed target moves with it. An engulfed target can try to escape by taking an action to make a {@dc 12} Strength ({@skill Athletics|XPHB}) check. On a successful check, the target escapes and enters the nearest unoccupied space. {@actSaveSuccess} Half damage, and the target moves to an unoccupied space within 5 feet of the cube. If there is no unoccupied space, the target fails the save instead." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Gelatinous Cube", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gelatinous-cube.mp3" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "A" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ghast", + "source": "XMM", + "page": 130, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "C", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 36, + "formula": "8d8" + }, + "speed": { + "walk": 30 + }, + "str": 16, + "dex": 17, + "con": 10, + "int": 11, + "wis": 10, + "cha": 8, + "save": { + "wis": "+2" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "resist": [ + "necrotic" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "poisoned" + ], + "languages": [ + "Common" + ], + "cr": "2", + "trait": [ + { + "name": "Stench", + "entries": [ + "{@actSave con} {@dc 10}, any creature that starts its turn in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the ghast. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the start of its next turn. {@actSaveSuccess} The target is immune to this ghast's Stench for 24 hours." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage plus 9 ({@damage 2d8}) Necrotic damage." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage. If the target is a non-Undead creature, it is subjected to the following effect. {@actSave con} {@dc 10}. {@actSaveFail} The target has the {@condition Paralyzed|XPHB} condition until the end of its next turn." + ] + } + ], + "environment": [ + "swamp", + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Ghast", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ghast.mp3" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "N", + "P", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "paralyzed", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ghast Gravecaller", + "source": "XMM", + "page": 130, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "C", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 97, + "formula": "15d8 + 30" + }, + "speed": { + "walk": 30 + }, + "str": 16, + "dex": 17, + "con": 14, + "int": 18, + "wis": 14, + "cha": 8, + "save": { + "con": "+5", + "wis": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 12, + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "poisoned" + ], + "languages": [ + "Abyssal", + "Common" + ], + "cr": "6", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The ghast casts one of the following spells, requiring no Material components and using Intelligence as the spellcasting ability:" + ], + "will": [ + "{@spell Speak with Dead|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "ability": "int", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Stench", + "entries": [ + "{@actSave con} {@dc 13}, any creature that starts its turn in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the ghast. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the start of its next turn. {@actSaveSuccess} The target is immune to this ghast's Stench for 24 hours." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The ghast makes two Horrific Necrosis attacks. It can replace one attack with a Claw attack." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}13 ({@damage 3d6 + 3}) Slashing damage. If the target isn't an Undead, it has the {@condition Paralyzed|XPHB} condition until the end of its next turn." + ] + }, + { + "name": "Horrific Necrosis", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 5 ft. or range 120 ft. {@h}15 ({@damage 2d10 + 4}) Necrotic damage, and the target has the {@condition Frightened|XPHB} condition until the end of its next turn." + ] + } + ], + "environment": [ + "swamp", + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "C" + ], + "damageTags": [ + "N", + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "frightened", + "paralyzed", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ghost", + "source": "XMM", + "page": 131, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "N" + ], + "ac": [ + 11 + ], + "hp": { + "average": 45, + "formula": "10d8" + }, + "speed": { + "walk": 5, + "fly": { + "number": 40, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 7, + "dex": 13, + "con": 10, + "int": 10, + "wis": 12, + "cha": 17, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "resist": [ + "acid", + "bludgeoning", + "cold", + "fire", + "lightning", + "piercing", + "slashing", + "thunder" + ], + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "4", + "trait": [ + { + "name": "Ethereal Sight", + "entries": [ + "The ghost can see 60 feet into the Ethereal Plane when it is on the Material Plane." + ] + }, + { + "name": "Incorporeal Movement", + "entries": [ + "The ghost can move through other creatures and objects as if they were {@variantrule Difficult Terrain|XPHB}. It takes 5 ({@damage 1d10}) Force damage if it ends its turn inside an object." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The ghost makes two Withering Touch attacks." + ] + }, + { + "name": "Withering Touch", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}19 ({@damage 3d10 + 3}) Necrotic damage." + ] + }, + { + "name": "Etherealness", + "entries": [ + "The ghost casts the {@spell Etherealness|XPHB} spell, requiring no spell components and using Charisma as the spellcasting ability. The ghost is visible on the Material Plane while on the Border Ethereal and vice versa, but it can't affect or be affected by anything on the other plane." + ] + }, + { + "name": "Horrific Visage", + "entries": [ + "{@actSave wis} {@dc 13}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone} that can see the ghost and isn't an Undead. {@actSaveFail} 10 ({@damage 2d6 + 3}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition until the start of the ghost's next turn. {@actSaveSuccess} The target is immune to this ghost's Horrific Visage for 24 hours." + ] + }, + { + "name": "Possession {@recharge}", + "entries": [ + "{@actSave cha} {@dc 13}, one Humanoid the ghost can see within 5 feet. {@actSaveFail} The target is possessed by the ghost; the ghost disappears, and the target has the {@condition Incapacitated|XPHB} condition and loses control of its body. The ghost now controls the body, but the target retains awareness. The ghost can't be targeted by any attack, spell, or other effect, except ones that specifically target Undead. The ghost's game statistics are the same, except it uses the possessed target's {@variantrule Speed|XPHB}, as well as the target's Strength, Dexterity, and Constitution modifiers.", + "The possession lasts until the body drops to 0 {@variantrule Hit Points|XPHB} or the ghost leaves as a {@variantrule Bonus Action|XPHB}. When the possession ends, the ghost appears in an unoccupied space within 5 feet of the target, and the target is immune to this ghost's {@variantrule Possession|XPHB} for 24 hours. {@actSaveSuccess} The target is immune to this ghost's {@variantrule Possession|XPHB} for 24 hours." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Ghost", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ghost.mp3" + }, + "traitTags": [ + "Incorporeal Movement" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "N", + "O", + "Y" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "frightened", + "incapacitated" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ghoul", + "source": "XMM", + "page": 132, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "C", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 22, + "formula": "5d8" + }, + "speed": { + "walk": 30 + }, + "str": 13, + "dex": 15, + "con": 10, + "int": 7, + "wis": 10, + "cha": 6, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "poisoned" + ], + "languages": [ + "Common" + ], + "cr": "1", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The ghoul makes two Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage plus 3 ({@damage 1d6}) Necrotic damage." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Slashing damage. If the target is a creature that isn't an Undead or elf, it is subjected to the following effect. {@actSave con} {@dc 10}. {@actSaveFail} The target has the {@condition Paralyzed|XPHB} condition until the end of its next turn." + ] + } + ], + "environment": [ + "swamp", + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Ghoul", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ghoul.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "N", + "P", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Giant Ape", + "source": "XMM", + "page": 354, + "size": [ + "H" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 168, + "formula": "16d12 + 64" + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 23, + "dex": 14, + "con": 18, + "int": 5, + "wis": 12, + "cha": 7, + "skill": { + "athletics": "+9", + "perception": "+4", + "survival": "+4" + }, + "passive": 14, + "cr": "7", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The ape makes two Fist attacks." + ] + }, + { + "name": "Fist", + "entries": [ + "{@atkr m} {@hit 9}, reach 10 ft. {@h}22 ({@damage 3d10 + 6}) Bludgeoning damage." + ] + }, + { + "name": "Boulder Toss {@recharge}", + "entries": [ + "The ape hurls a boulder at a point it can see within 90 feet. {@actSave dex} {@dc 17}, each creature in a 5-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on that point. {@actSaveFail} 24 ({@damage 7d6}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition. {@actSaveSuccess} Half damage only." + ] + } + ], + "bonus": [ + { + "name": "Leap", + "entries": [ + "The ape jumps up to 30 feet by spending 10 feet of movement." + ] + } + ], + "environment": [ + "forest" + ], + "token": { + "name": "Giant Ape", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-ape.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "AOE", + "MA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluffImages": true + }, + { + "name": "Giant Axe Beak", + "source": "XMM", + "page": 24, + "size": [ + "H" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 84, + "formula": "8d12 + 32" + }, + "speed": { + "walk": 50 + }, + "initiative": { + "proficiency": 1 + }, + "str": 21, + "dex": 14, + "con": 19, + "int": 3, + "wis": 12, + "cha": 5, + "skill": { + "perception": "+4" + }, + "passive": 14, + "cr": "5", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The axe beak makes one Sharpened Beak attack and one Talons attack." + ] + }, + { + "name": "Sharpened Beak", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}18 ({@damage 2d12 + 5}) Slashing damage, and a creature within 5 feet of the target (axe beak's choice) takes 6 ({@damage 1d12}) Slashing damage." + ] + }, + { + "name": "Talons", + "entries": [ + "{@atkr m} {@hit 8}, reach 5 ft. {@h}14 ({@damage 2d8 + 5}) Piercing damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "arctic", + "grassland", + "hill" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Giant Badger", + "source": "XMM", + "page": 354, + "otherSources": [ + { + "source": "XPHB", + "page": 350 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 15, + "formula": "2d8 + 6" + }, + "speed": { + "walk": 30, + "burrow": 10 + }, + "str": 13, + "dex": 10, + "con": 17, + "int": 2, + "wis": 12, + "cha": 5, + "skill": { + "perception": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "resist": [ + "poison" + ], + "cr": "1/4", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}6 ({@damage 2d4 + 1}) Piercing damage." + ] + } + ], + "environment": [ + "forest" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/giant-badger.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Giant Bat", + "source": "XMM", + "page": 355, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 22, + "formula": "4d10" + }, + "speed": { + "walk": 10, + "fly": 60 + }, + "str": 15, + "dex": 16, + "con": 11, + "int": 2, + "wis": 12, + "cha": 6, + "senses": [ + "blindsight 120 ft." + ], + "passive": 11, + "cr": "1/4", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage." + ] + } + ], + "environment": [ + "forest", + "mountain", + "underdark" + ], + "token": { + "name": "Giant Bat", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-bat.mp3" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Giant Boar", + "source": "XMM", + "page": 355, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 42, + "formula": "5d10 + 15" + }, + "speed": { + "walk": 40 + }, + "str": 17, + "dex": 10, + "con": 16, + "int": 2, + "wis": 7, + "cha": 5, + "save": { + "str": "+5" + }, + "passive": 8, + "cr": "2", + "trait": [ + { + "name": "Bloodied Fury", + "entries": [ + "The boar has {@variantrule Advantage|XPHB} on melee attack rolls while it is {@variantrule Bloodied|XPHB}." + ] + } + ], + "action": [ + { + "name": "Gore", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Piercing damage. If the target is a Large or smaller creature and the boar moved 20+ feet straight toward it immediately before the hit, the target takes an extra 7 ({@damage 2d6}) Piercing damage and has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill" + ], + "token": { + "name": "Giant Boar", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-boar.mp3" + }, + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluffImages": true + }, + { + "name": "Giant Centipede", + "source": "XMM", + "page": 355, + "size": [ + "S" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 9, + "formula": "2d6 + 2" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 5, + "dex": 14, + "con": 12, + "int": 1, + "wis": 7, + "cha": 3, + "senses": [ + "blindsight 30 ft." + ], + "passive": 8, + "cr": "1/4", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Piercing damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the centipede's next turn." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "token": { + "name": "Giant Centipede", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-centipede.mp3" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluffImages": true + }, + { + "name": "Giant Constrictor Snake", + "source": "XMM", + "page": 355, + "size": [ + "H" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 60, + "formula": "8d12 + 8" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 19, + "dex": 14, + "con": 12, + "int": 1, + "wis": 10, + "cha": 3, + "skill": { + "perception": "+2" + }, + "senses": [ + "blindsight 10 ft." + ], + "passive": 12, + "cr": "2", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The snake makes one Bite attack and uses Constrict." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage." + ] + }, + { + "name": "Constrict", + "entries": [ + "{@actSave str} {@dc 14}, one Large or smaller creature the snake can see within 10 feet. {@actSaveFail} 13 ({@damage 2d8 + 4}) Bludgeoning damage, and the target has the {@condition Grappled|XPHB} condition (escape {@dc 14})." + ] + } + ], + "environment": [ + "desert", + "forest", + "swamp", + "underwater" + ], + "token": { + "name": "Giant Constrictor Snake", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-constrictor-snake.mp3" + }, + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluffImages": true + }, + { + "name": "Giant Crab", + "source": "XMM", + "page": 356, + "otherSources": [ + { + "source": "XPHB", + "page": 350 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 13, + "formula": "3d8" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 13, + "dex": 13, + "con": 11, + "int": 1, + "wis": 9, + "cha": 3, + "skill": { + "stealth": "+3" + }, + "senses": [ + "blindsight 30 ft." + ], + "passive": 9, + "cr": "1/8", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The crab can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Bludgeoning damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 11}) from one of two claws." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/giant-crab.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Giant Crocodile", + "source": "XMM", + "page": 356, + "size": [ + "H" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 85, + "formula": "9d12 + 27" + }, + "speed": { + "walk": 30, + "swim": 50 + }, + "str": 21, + "dex": 9, + "con": 17, + "int": 2, + "wis": 10, + "cha": 7, + "skill": { + "stealth": "+5" + }, + "passive": 10, + "cr": "5", + "trait": [ + { + "name": "Hold Breath", + "entries": [ + "The crocodile can hold its breath for 1 hour." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The crocodile makes one Bite attack and one Tail attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 8}, reach 5 ft. {@h}21 ({@damage 3d10 + 5}) Piercing damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 15}). While {@condition Grappled|XPHB}, the target has the {@condition Restrained|XPHB} condition and can't be targeted by the crocodile's Tail." + ] + }, + { + "name": "Tail", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}18 ({@damage 3d8 + 5}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "coastal", + "swamp" + ], + "token": { + "name": "Giant Crocodile", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-crocodile.mp3" + }, + "traitTags": [ + "Hold Breath" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "prone", + "restrained" + ], + "hasFluffImages": true + }, + { + "name": "Giant Eagle", + "source": "XMM", + "page": 356, + "size": [ + "L" + ], + "type": "celestial", + "alignment": [ + "N", + "G" + ], + "ac": [ + 13 + ], + "hp": { + "average": 26, + "formula": "4d10 + 4" + }, + "speed": { + "walk": 10, + "fly": 80 + }, + "str": 16, + "dex": 17, + "con": 13, + "int": 8, + "wis": 14, + "cha": 10, + "skill": { + "perception": "+6" + }, + "passive": 16, + "resist": [ + "necrotic", + "radiant" + ], + "languages": [ + "Celestial; understands Common and Primordial (Auran) but can't speak them" + ], + "cr": "1", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The eagle makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Slashing damage plus 3 ({@damage 1d6}) Radiant damage." + ] + } + ], + "environment": [ + "coastal", + "grassland", + "hill", + "mountain" + ], + "token": { + "name": "Giant Eagle", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-eagle.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AU", + "C", + "CE", + "CS", + "P" + ], + "damageTags": [ + "R", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Giant Elk", + "source": "XMM", + "page": 356, + "size": [ + "H" + ], + "type": "celestial", + "alignment": [ + "N", + "G" + ], + "ac": [ + 14 + ], + "hp": { + "average": 42, + "formula": "5d12 + 10" + }, + "speed": { + "walk": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 18, + "con": 14, + "int": 7, + "wis": 14, + "cha": 10, + "save": { + "str": "+6", + "dex": "+6" + }, + "skill": { + "perception": "+4" + }, + "senses": [ + "darkvision 90 ft." + ], + "passive": 14, + "resist": [ + "necrotic", + "radiant" + ], + "languages": [ + "Celestial; understands Common", + "Elvish", + "and Sylvan but can't speak them" + ], + "cr": "2", + "action": [ + { + "name": "Ram", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}11 ({@damage 2d6 + 4}) Bludgeoning damage plus 5 ({@damage 2d4}) Radiant damage. If the target is a Huge or smaller creature and the elk moved 20+ feet straight toward it immediately before the hit, the target takes an extra 5 ({@damage 2d4}) Bludgeoning damage and has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill" + ], + "token": { + "name": "Giant Elk", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-elk.mp3" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "CE", + "CS", + "E", + "S" + ], + "damageTags": [ + "B", + "R" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluffImages": true + }, + { + "name": "Giant Fire Beetle", + "source": "XMM", + "page": 357, + "size": [ + "S" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 4, + "formula": "1d6 + 1" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 8, + "dex": 10, + "con": 12, + "int": 1, + "wis": 7, + "cha": 3, + "senses": [ + "blindsight 30 ft." + ], + "passive": 8, + "resist": [ + "fire" + ], + "cr": "0", + "trait": [ + { + "name": "Illumination", + "entries": [ + "The beetle sheds {@variantrule Bright Light|XPHB} in a 10-foot radius and {@variantrule Dim Light|XPHB} for an additional 10 feet." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 1}, reach 5 ft. {@h}1 Fire damage." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Giant Fire Beetle", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-fire-beetle.mp3" + }, + "traitTags": [ + "Illumination" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "F" + ], + "miscTags": [ + "AOE", + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Giant Frog", + "source": "XMM", + "page": 357, + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 18, + "formula": "4d8" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 12, + "dex": 13, + "con": 11, + "int": 2, + "wis": 10, + "cha": 3, + "skill": { + "perception": "+2", + "stealth": "+4" + }, + "senses": [ + "darkvision 30 ft." + ], + "passive": 12, + "cr": "1/4", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The frog can breathe air and water." + ] + }, + { + "name": "Standing Leap", + "entries": [ + "The frog's {@variantrule Long Jump|XPHB} is up to 20 feet and its {@variantrule High Jump|XPHB} is up to 10 feet with or without a running start." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 11})." + ] + }, + { + "name": "Swallow", + "entries": [ + "The frog swallows a Small or smaller target it is grappling. While swallowed, the target isn't {@condition Grappled|XPHB} but has the {@condition Blinded|XPHB} and {@condition Restrained|XPHB} conditions, and it has {@variantrule Cover|XPHB|Total Cover} against attacks and other effects outside the frog. While swallowing the target, the frog can't use Bite, and if the frog dies, the swallowed target is no longer {@condition Restrained|XPHB} and can escape from the corpse using 5 feet of movement, exiting with the {@condition Prone|XPHB} condition.", + "At the end of the frog's next turn, the swallowed target takes 5 ({@damage 2d4}) Acid damage. If that damage doesn't kill it, the frog disgorges it, causing it to exit {@condition Prone|XPHB}." + ] + } + ], + "environment": [ + "forest", + "swamp" + ], + "token": { + "name": "Giant Frog", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-frog.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Swallow" + ], + "damageTags": [ + "A", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled", + "restrained" + ], + "hasFluffImages": true + }, + { + "name": "Giant Goat", + "source": "XMM", + "page": 357, + "otherSources": [ + { + "source": "XPHB", + "page": 350 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 19, + "formula": "3d10 + 3" + }, + "speed": { + "walk": 40, + "climb": 30 + }, + "str": 17, + "dex": 13, + "con": 12, + "int": 3, + "wis": 12, + "cha": 6, + "save": { + "str": "+5" + }, + "skill": { + "perception": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "cr": "1/2", + "action": [ + { + "name": "Ram", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Bludgeoning damage. If the target is a Large or smaller creature and the goat moved 20+ feet straight toward it immediately before the hit, the target takes an extra 5 ({@damage 2d4}) Bludgeoning damage and has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "grassland", + "hill", + "mountain" + ], + "token": { + "name": "Giant Goat", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-goat.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluffImages": true + }, + { + "name": "Giant Hyena", + "source": "XMM", + "page": 357, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 45, + "formula": "6d10 + 12" + }, + "speed": { + "walk": 50 + }, + "str": 16, + "dex": 14, + "con": 14, + "int": 2, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "cr": "1", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Rampage (1/Day)", + "entries": [ + "Immediately after dealing damage to a creature that was already {@variantrule Bloodied|XPHB}, the hyena can move up to half its {@variantrule Speed|XPHB}, and it makes one Bite attack." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill" + ], + "token": { + "name": "Giant Hyena", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-hyena.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Giant Lizard", + "source": "XMM", + "page": 358, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 19, + "formula": "3d10 + 3" + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "str": 15, + "dex": 12, + "con": 13, + "int": 2, + "wis": 10, + "cha": 5, + "save": { + "dex": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "cr": "1/4", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The lizard can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage." + ] + } + ], + "environment": [ + "coastal", + "desert", + "forest", + "swamp", + "underdark" + ], + "token": { + "name": "Giant Lizard", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-lizard.mp3" + }, + "traitTags": [ + "Spider Climb" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Giant Octopus", + "source": "XMM", + "page": 358, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 45, + "formula": "7d10 + 7" + }, + "speed": { + "walk": 10, + "swim": 60 + }, + "str": 17, + "dex": 13, + "con": 13, + "int": 5, + "wis": 10, + "cha": 4, + "skill": { + "perception": "+4", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "cr": "1", + "trait": [ + { + "name": "Water Breathing", + "entries": [ + "The octopus can breathe only underwater. It can hold its breath for 1 hour outside water." + ] + } + ], + "action": [ + { + "name": "Tentacles", + "entries": [ + "{@atkr m} {@hit 5}, reach 10 ft. {@h}10 ({@damage 2d6 + 3}) Bludgeoning damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 13}) from all eight tentacles. While {@condition Grappled|XPHB}, the target has the {@condition Restrained|XPHB} condition." + ] + } + ], + "reaction": [ + { + "name": "Ink Cloud (1/Day)", + "entries": [ + "{@actTrigger} The octopus takes damage while underwater. {@actResponse} The octopus releases ink that fills a 10-foot {@variantrule Cube [Area of Effect]|XPHB|Cube} centered on itself, and the octopus moves up to its {@variantrule Swim Speed|XPHB}. The {@variantrule Cube [Area of Effect]|XPHB|Cube} is {@variantrule Heavily Obscured|XPHB} for 1 minute or until a strong current or similar effect disperses the ink." + ] + } + ], + "environment": [ + "underwater" + ], + "token": { + "name": "Giant Octopus", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-octopus.mp3" + }, + "traitTags": [ + "Water Breathing" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Tentacles" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "restrained" + ], + "hasFluffImages": true + }, + { + "name": "Giant Owl", + "source": "XMM", + "page": 358, + "size": [ + "L" + ], + "type": "celestial", + "alignment": [ + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 19, + "formula": "3d10 + 3" + }, + "speed": { + "walk": 5, + "fly": 60 + }, + "str": 13, + "dex": 15, + "con": 12, + "int": 10, + "wis": 14, + "cha": 10, + "save": { + "wis": "+4" + }, + "skill": { + "perception": "+6", + "stealth": "+6" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 16, + "resist": [ + "necrotic", + "radiant" + ], + "languages": [ + "Celestial; understands Common", + "Elvish", + "and Sylvan but can't speak them" + ], + "cr": "1/4", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The owl casts one of the following spells, requiring no spell components and using Wisdom as the spellcasting ability:" + ], + "will": [ + "{@spell Detect Evil and Good|XPHB}", + "{@spell Detect Magic|XPHB}" + ], + "daily": { + "1": [ + "{@spell Clairvoyance|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Flyby", + "entries": [ + "The owl doesn't provoke an Opportunity Attack when it flies out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Talons", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 1d10 + 2}) Slashing damage." + ] + } + ], + "environment": [ + "arctic", + "forest", + "hill" + ], + "token": { + "name": "Giant Owl", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-owl.mp3" + }, + "traitTags": [ + "Flyby" + ], + "senseTags": [ + "SD" + ], + "languageTags": [ + "C", + "CE", + "CS", + "E", + "S" + ], + "damageTags": [ + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Giant Rat", + "source": "XMM", + "page": 358, + "size": [ + "S" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 7, + "formula": "2d6" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 7, + "dex": 16, + "con": 11, + "int": 2, + "wis": 10, + "cha": 4, + "save": { + "dex": "+5" + }, + "skill": { + "perception": "+2" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "cr": "1/8", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The rat has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the rat's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 feet. {@h}5 ({@damage 1d4 + 3}) Piercing damage." + ] + } + ], + "environment": [ + "forest", + "swamp", + "underdark", + "urban" + ], + "token": { + "name": "Giant Rat", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-rat.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Giant Scorpion", + "source": "XMM", + "page": 359, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 52, + "formula": "7d10 + 14" + }, + "speed": { + "walk": 40 + }, + "str": 16, + "dex": 13, + "con": 15, + "int": 1, + "wis": 9, + "cha": 3, + "senses": [ + "blindsight 60 ft." + ], + "passive": 9, + "cr": "3", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The scorpion makes two Claw attacks and one Sting attack." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 13}) from one of two claws." + ] + }, + { + "name": "Sting", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage plus 11 ({@damage 2d10}) Poison damage." + ] + } + ], + "environment": [ + "desert" + ], + "token": { + "name": "Giant Scorpion", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-scorpion.mp3" + }, + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B", + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluffImages": true + }, + { + "name": "Giant Seahorse", + "source": "XMM", + "page": 359, + "otherSources": [ + { + "source": "XPHB", + "page": 350 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 16, + "formula": "3d10" + }, + "speed": { + "walk": 5, + "swim": 40 + }, + "str": 15, + "dex": 12, + "con": 11, + "int": 2, + "wis": 12, + "cha": 5, + "passive": 11, + "cr": "1/2", + "trait": [ + { + "name": "Water Breathing", + "entries": [ + "The seahorse can breathe only underwater." + ] + } + ], + "action": [ + { + "name": "Ram", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}9 ({@damage 2d6 + 2}) Bludgeoning damage, or 11 ({@damage 2d8 + 2}) Bludgeoning damage if the seahorse moved 20+ feet straight toward the target immediately before the hit." + ] + } + ], + "bonus": [ + { + "name": "Bubble Dash", + "entries": [ + "While underwater, the seahorse moves up to half its {@variantrule Swim Speed|XPHB} without provoking Opportunity Attacks." + ] + } + ], + "environment": [ + "underwater" + ], + "traitTags": [ + "Water Breathing" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Giant Shark", + "source": "XMM", + "page": 359, + "size": [ + "H" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 92, + "formula": "8d12 + 40" + }, + "speed": { + "walk": 5, + "swim": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 23, + "dex": 11, + "con": 21, + "int": 1, + "wis": 10, + "cha": 5, + "skill": { + "perception": "+3" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 13, + "cr": "5", + "trait": [ + { + "name": "Water Breathing", + "entries": [ + "The shark can breathe only underwater." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The shark makes two Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 9} (with {@variantrule Advantage|XPHB} if the target doesn't have all its {@variantrule Hit Points|XPHB}), reach 5 ft. {@h}22 ({@damage 3d10 + 6}) Piercing damage." + ] + } + ], + "environment": [ + "underwater" + ], + "token": { + "name": "Giant Shark", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-shark.mp3" + }, + "traitTags": [ + "Water Breathing" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Giant Spider", + "source": "XMM", + "page": 359, + "otherSources": [ + { + "source": "XPHB", + "page": 351 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 26, + "formula": "4d10 + 4" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 14, + "dex": 16, + "con": 12, + "int": 2, + "wis": 11, + "cha": 4, + "skill": { + "perception": "+4", + "stealth": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "cr": "1", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The spider can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + }, + { + "name": "Web Walker", + "entries": [ + "The spider ignores movement restrictions caused by webs, and it knows the location of any other creature in contact with the same web." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage plus 7 ({@damage 2d6}) Poison damage." + ] + }, + { + "name": "Web {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 13}, one creature the spider can see within 60 feet. {@actSaveFail} The target has the {@condition Restrained|XPHB} condition until the web is destroyed (AC 10; HP 5; {@variantrule Vulnerability|XPHB} to Fire damage; {@variantrule Immunity|XPHB} to Poison and Psychic damage)." + ] + } + ], + "environment": [ + "desert", + "forest", + "swamp", + "underdark", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/giant-spider.mp3" + }, + "traitTags": [ + "Spider Climb", + "Web Walker" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "restrained" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Giant Squid", + "source": "XMM", + "page": 360, + "size": [ + "H" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 120, + "formula": "16d12 + 16" + }, + "speed": { + "walk": 5, + "swim": 80 + }, + "str": 23, + "dex": 14, + "con": 12, + "int": 5, + "wis": 11, + "cha": 4, + "save": { + "str": "+9", + "dex": "+5" + }, + "skill": { + "perception": "+6" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 16, + "cr": "6", + "trait": [ + { + "name": "Water Breathing", + "entries": [ + "The squid can breathe only underwater." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The squid makes one Bite attack and one Tentacle attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}28 ({@damage 4d10 + 6}) Piercing damage." + ] + }, + { + "name": "Tentacle", + "entries": [ + "{@atkr m} {@hit 9}, reach 15 ft. {@h}19 ({@damage 3d8 + 6}) Bludgeoning damage. If the target is a Huge or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 16}) from one of two tentacles, and the squid can pull the target up to 10 feet straight toward itself." + ] + } + ], + "reaction": [ + { + "name": "Ink Cloud (1/Day)", + "entries": [ + "{@actTrigger} The squid takes damage while underwater. {@actResponse} The squid releases ink that fills a 15-foot {@variantrule Cube [Area of Effect]|XPHB|Cube} centered on itself, and the squid moves up to its {@variantrule Swim Speed|XPHB}. The {@variantrule Cube [Area of Effect]|XPHB|Cube} is {@variantrule Heavily Obscured|XPHB} for 1 minute or until a strong current or similar effect disperses the ink." + ] + } + ], + "environment": [ + "underwater" + ], + "traitTags": [ + "Water Breathing" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack", + "Tentacles" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluffImages": true + }, + { + "name": "Giant Toad", + "source": "XMM", + "page": 360, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 39, + "formula": "6d10 + 6" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 15, + "dex": 13, + "con": 13, + "int": 2, + "wis": 10, + "cha": 3, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "cr": "1", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The toad can breathe air and water." + ] + }, + { + "name": "Standing Leap", + "entries": [ + "The toad's {@variantrule Long Jump|XPHB} is up to 20 feet and its {@variantrule High Jump|XPHB} is up to 10 feet with or without a running start." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage plus 5 ({@damage 2d4}) Poison damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 12})." + ] + }, + { + "name": "Swallow", + "entries": [ + "The toad swallows a Medium or smaller target it is grappling. While swallowed, the target isn't {@condition Grappled|XPHB} but has the {@condition Blinded|XPHB} and {@condition Restrained|XPHB} conditions, and it has {@variantrule Cover|XPHB|Total Cover} against attacks and other effects outside the toad. In addition, the target takes 10 ({@damage 3d6}) Acid damage at the end of each of the toad's turns. The toad can have only one target swallowed at a time, and it can't use Bite while it has a swallowed target. If the toad dies, a swallowed creature is no longer {@condition Restrained|XPHB} and can escape from the corpse using 5 feet of movement, exiting with the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "coastal", + "forest", + "swamp", + "underdark" + ], + "token": { + "name": "Giant Toad", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-toad.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Swallow" + ], + "damageTags": [ + "A", + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluffImages": true + }, + { + "name": "Giant Venomous Snake", + "source": "XMM", + "page": 361, + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 40, + "swim": 40 + }, + "str": 10, + "dex": 18, + "con": 13, + "int": 2, + "wis": 10, + "cha": 3, + "skill": { + "perception": "+2" + }, + "senses": [ + "blindsight 10 ft." + ], + "passive": 12, + "cr": "1/4", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}6 ({@damage 1d4 + 4}) Piercing damage plus 4 ({@damage 1d8}) Poison damage." + ] + } + ], + "environment": [ + "coastal", + "desert", + "forest", + "grassland", + "hill", + "swamp" + ], + "token": { + "name": "Giant Poisonous Snake", + "source": "MM" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluffImages": true + }, + { + "name": "Giant Vulture", + "source": "XMM", + "page": 361, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "N", + "E" + ], + "ac": [ + 10 + ], + "hp": { + "average": 25, + "formula": "3d10 + 9" + }, + "speed": { + "walk": 10, + "fly": 60 + }, + "str": 15, + "dex": 10, + "con": 16, + "int": 6, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "resist": [ + "necrotic" + ], + "languages": [ + "understands Common but can't speak" + ], + "cr": "1", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The vulture has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Gouge", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}9 ({@damage 2d6 + 2}) Piercing damage, and the target has the {@condition Poisoned|XPHB} condition until the end of its next turn." + ] + } + ], + "environment": [ + "desert", + "grassland", + "hill" + ], + "token": { + "name": "Giant Vulture", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-vulture.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "CS" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluffImages": true + }, + { + "name": "Giant Wasp", + "source": "XMM", + "page": 361, + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 22, + "formula": "5d8" + }, + "speed": { + "walk": 10, + "fly": 50 + }, + "str": 10, + "dex": 14, + "con": 10, + "int": 1, + "wis": 10, + "cha": 3, + "passive": 10, + "cr": "1/2", + "trait": [ + { + "name": "Flyby", + "entries": [ + "The wasp doesn't provoke an Opportunity Attack when it flies out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Sting", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage plus 5 ({@damage 2d4}) Poison damage." + ] + } + ], + "environment": [ + "forest", + "grassland", + "urban" + ], + "token": { + "name": "Giant Wasp", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-wasp.mp3" + }, + "traitTags": [ + "Flyby" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Giant Weasel", + "source": "XMM", + "page": 361, + "otherSources": [ + { + "source": "XPHB", + "page": 351 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 9, + "formula": "2d8" + }, + "speed": { + "walk": 40, + "climb": 30 + }, + "str": 11, + "dex": 17, + "con": 10, + "int": 4, + "wis": 12, + "cha": 5, + "skill": { + "acrobatics": "+5", + "perception": "+3", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "cr": "1/8", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/giant-weasel.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Giant Wolf Spider", + "source": "XMM", + "page": 362, + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "str": 12, + "dex": 16, + "con": 13, + "int": 3, + "wis": 12, + "cha": 4, + "skill": { + "perception": "+3", + "stealth": "+7" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 13, + "cr": "1/4", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The spider can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage plus 5 ({@damage 2d4}) Poison damage." + ] + } + ], + "environment": [ + "coastal", + "desert", + "forest", + "grassland", + "hill" + ], + "token": { + "name": "Giant Wolf Spider", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/giant-wolf-spider.mp3" + }, + "traitTags": [ + "Spider Climb" + ], + "senseTags": [ + "B", + "D" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Gibbering Mouther", + "source": "XMM", + "page": 133, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "C", + "N" + ], + "ac": [ + 9 + ], + "hp": { + "average": 52, + "formula": "7d8 + 21" + }, + "speed": { + "walk": 20, + "swim": 20 + }, + "str": 10, + "dex": 8, + "con": 16, + "int": 3, + "wis": 10, + "cha": 6, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "conditionImmune": [ + "prone" + ], + "cr": "2", + "trait": [ + { + "name": "Aberrant Ground", + "entries": [ + "The ground in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the mouther is {@variantrule Difficult Terrain|XPHB}." + ] + }, + { + "name": "Gibbering", + "entries": [ + "The mouther babbles incoherently while it doesn't have the {@condition Incapacitated|XPHB} condition. {@actSave wis} {@dc 10}, any creature that starts its turn within 20 feet of the mouther while it is babbling. {@actSaveFail} The target rolls {@dice 1d8} to determine what it does during the current turn:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "1-4", + "entry": "The target does nothing." + }, + { + "type": "item", + "name": "5-6", + "entry": "The target takes no action or {@variantrule Bonus Action|XPHB} and uses all its movement to move in a random direction." + }, + { + "type": "item", + "name": "7-8", + "entry": "The target makes a melee attack against a randomly determined creature within its reach or does nothing if it can't make such an attack." + } + ] + } + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}7 ({@damage 2d6}) Piercing damage. If the target is a Medium or smaller creature, it has the {@condition Prone|XPHB} condition. The target dies if it is reduced to 0 {@variantrule Hit Points|XPHB} by this attack. Its body is then absorbed into the mouther, leaving only equipment behind." + ] + }, + { + "name": "Blinding Spittle {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 10}, each creature in a 10-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point within 30 feet. {@actSaveFail} 7 ({@damage 2d6}) Radiant damage, and the target has the {@condition Blinded|XPHB} condition until the end of the mouther's next turn." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Gibbering Mouther", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gibbering-mouther.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "P", + "R" + ], + "miscTags": [ + "AOE", + "MA" + ], + "conditionInflict": [ + "blinded", + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Githyanki Dracomancer", + "source": "XMM", + "page": 135, + "size": [ + "M" + ], + "type": { + "type": "aberration", + "tags": [ + "gith" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 255, + "formula": "30d8 + 120" + }, + "speed": { + "walk": 30, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 10, + "dex": 16, + "con": 18, + "int": 20, + "wis": 16, + "cha": 18, + "save": { + "dex": "+8", + "con": "+9", + "int": "+10", + "wis": "+8" + }, + "skill": { + "arcana": "+10", + "perception": "+8" + }, + "senses": [ + "blindsight 30 ft." + ], + "passive": 18, + "languages": [ + "Common", + "Draconic", + "Gith" + ], + "cr": "16", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The githyanki casts one of the following spells, requiring no spell components and using Intelligence as the spellcasting ability (spell save {@dc 18}, {@hit 10} to hit with spell attacks):" + ], + "will": [ + "{@spell Mage Hand|XPHB} (the hand is Invisible)" + ], + "daily": { + "2e": [ + "{@spell Nondetection|XPHB} (self only)", + "{@spell Plane Shift|XPHB}", + "{@spell Tongues|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Misty Step (3/Day)", + "type": "spellcasting", + "headerEntries": [ + "The githyanki casts {@spell Misty Step|XPHB}, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "daily": { + "3": [ + "{@spell Misty Step|XPHB}" + ] + }, + "ability": "int", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The githyanki makes three Draconic Strike attacks." + ] + }, + { + "name": "Draconic Strike", + "entries": [ + "{@atkr m,r} {@hit 10}, reach 10 ft. or range 120 ft. {@h}12 ({@damage 2d6 + 5}) Slashing damage plus 17 ({@damage 5d6}) Fire damage, and the target has the {@condition Frightened|XPHB} condition until the start of the githyanki's next turn." + ] + }, + { + "name": "Conjured Dragon's Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 18}, each creature in a 90-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 27 ({@damage 6d8}) Fire damage plus 27 ({@damage 6d8}) Force damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "planar, astral" + ], + "treasure": [ + "armaments" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR", + "GTH" + ], + "damageTags": [ + "F", + "O", + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "frightened" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Githyanki Knight", + "source": "XMM", + "page": 135, + "size": [ + "M" + ], + "type": { + "type": "aberration", + "tags": [ + "gith" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 117, + "formula": "18d8 + 36" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 16, + "dex": 14, + "con": 15, + "int": 14, + "wis": 14, + "cha": 15, + "save": { + "con": "+5", + "int": "+5", + "wis": "+5" + }, + "passive": 12, + "languages": [ + "Common", + "Gith" + ], + "cr": "8", + "gear": [ + "plate armor|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The githyanki casts one of the following spells, requiring no spell components and using Intelligence as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Mage Hand|XPHB} (the hand is Invisible)" + ], + "daily": { + "2e": [ + "{@spell Nondetection|XPHB} (self only)", + "{@spell Tongues|XPHB}" + ], + "1e": [ + "{@spell Plane Shift|XPHB}", + "{@spell Telekinesis|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Misty Step (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The githyanki casts {@spell Misty Step|XPHB}, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Misty Step|XPHB}" + ] + }, + "ability": "int", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The githyanki makes three Silver Sword attacks. It can replace one attack with a use of Spellcasting to cast {@spell Telekinesis|XPHB} if available." + ] + }, + { + "name": "Silver Sword", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage plus 14 ({@damage 4d6}) Psychic damage. Critical {@h}If the target is in an astral body (as with the {@spell Astral Projection|XPHB} spell), the githyanki can cut the silvery cord that tethers the target to its material body instead of dealing damage." + ] + } + ], + "environment": [ + "planar, astral" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Githyanki Knight", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/githyanki-knight.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GTH" + ], + "damageTags": [ + "S", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflictSpell": [ + "restrained" + ], + "savingThrowForcedSpell": [ + "strength" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Githyanki Warrior", + "source": "XMM", + "page": 134, + "size": [ + "M" + ], + "type": { + "type": "aberration", + "tags": [ + "gith" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 49, + "formula": "9d8 + 9" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 15, + "dex": 14, + "con": 12, + "int": 13, + "wis": 13, + "cha": 10, + "save": { + "con": "+3", + "int": "+3", + "wis": "+3" + }, + "passive": 11, + "languages": [ + "Common", + "Gith" + ], + "cr": "3", + "gear": [ + "half plate armor|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The githyanki casts one of the following spells, requiring no spell components and using Intelligence as the spellcasting ability:" + ], + "will": [ + "{@spell Mage Hand|XPHB} (the hand is Invisible)" + ], + "daily": { + "2": [ + "{@spell Nondetection|XPHB} (self only)" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Misty Step (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The githyanki casts {@spell Misty Step|XPHB}, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Misty Step|XPHB}" + ] + }, + "ability": "int", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The githyanki makes two Psi Blade attacks." + ] + }, + { + "name": "Psi Blade", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}9 ({@damage 2d6 + 2}) Slashing damage plus 7 ({@damage 2d6}) Psychic damage." + ] + } + ], + "environment": [ + "planar, astral" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Githyanki Warrior", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/githyanki-warrior.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GTH" + ], + "damageTags": [ + "S", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Githzerai Monk", + "source": "XMM", + "page": 136, + "size": [ + "M" + ], + "type": { + "type": "aberration", + "tags": [ + "gith" + ] + }, + "alignment": [ + "L", + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 38, + "formula": "7d8 + 7" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 12, + "dex": 15, + "con": 12, + "int": 13, + "wis": 14, + "cha": 10, + "save": { + "str": "+3", + "dex": "+4", + "int": "+3", + "wis": "+4" + }, + "skill": { + "insight": "+4", + "perception": "+4" + }, + "passive": 14, + "languages": [ + "Common", + "Gith" + ], + "cr": "2", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The githzerai casts one of the following spells, requiring no spell components and using Wisdom as the spellcasting ability:" + ], + "will": [ + "{@spell Mage Hand|XPHB} (the hand is Invisible)" + ], + "daily": { + "1": [ + "{@spell See Invisibility|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Psi-Powered Leap (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The githzerai casts {@spell Jump|XPHB}, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Jump|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + }, + { + "name": "Psionic Defense (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The githzerai casts {@spell Feather Fall|XPHB} or {@spell Shield|XPHB} in response to the spell's trigger, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Feather Fall|XPHB}", + "{@spell Shield|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "reaction", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The githzerai makes two Psi Strike attacks." + ] + }, + { + "name": "Psi Strike", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Bludgeoning damage plus 9 ({@damage 2d8}) Psychic damage." + ] + } + ], + "environment": [ + "planar, limbo" + ], + "treasure": [ + "arcana", + "individual" + ], + "token": { + "name": "Githzerai Monk", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/githzerai-monk.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GTH" + ], + "damageTags": [ + "B", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Githzerai Psion", + "source": "XMM", + "page": 137, + "size": [ + "M" + ], + "type": { + "type": "aberration", + "tags": [ + "gith" + ] + }, + "alignment": [ + "L", + "N" + ], + "ac": [ + 18 + ], + "hp": { + "average": 169, + "formula": "26d8 + 52" + }, + "speed": { + "walk": 40, + "fly": { + "number": 40, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 12, + "dex": 18, + "con": 15, + "int": 19, + "wis": 18, + "cha": 14, + "save": { + "str": "+5", + "dex": "+8", + "int": "+8", + "wis": "+8" + }, + "skill": { + "arcana": "+8", + "insight": "+8", + "perception": "+8" + }, + "passive": 18, + "languages": [ + "Common", + "Gith" + ], + "cr": "12", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The githzerai casts one of the following spells, requiring no spell components and using Intelligence as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Mage Hand|XPHB} (the hand is Invisible)" + ], + "daily": { + "1e": [ + "{@spell Plane Shift|XPHB}", + "{@spell See Invisibility|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Psionic Defense", + "type": "spellcasting", + "headerEntries": [ + "The githzerai casts {@spell Feather Fall|XPHB} or {@spell Shield|XPHB} in response to the spell's trigger, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "will": [ + "{@spell Feather Fall|XPHB}", + "{@spell Shield|XPHB}" + ], + "ability": "int", + "displayAs": "reaction", + "hidden": [ + "will" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The githzerai makes three Psychic Warp attacks." + ] + }, + { + "name": "Psychic Warp", + "entries": [ + "{@atkr m,r} {@hit 8}, reach 5 ft. or range 120 ft. {@h}26 ({@damage 4d10 + 4}) Psychic damage, and the target has the githzerai's choice of (A) the {@condition Charmed|XPHB} condition until the start of the githzerai's next turn or (B) the {@condition Prone|XPHB} condition, provided the target is a Large or smaller creature." + ] + } + ], + "environment": [ + "planar, limbo" + ], + "treasure": [ + "arcana", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GTH" + ], + "damageTags": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Githzerai Zerth", + "source": "XMM", + "page": 137, + "size": [ + "M" + ], + "type": { + "type": "aberration", + "tags": [ + "gith" + ] + }, + "alignment": [ + "L", + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 84, + "formula": "13d8 + 26" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 13, + "dex": 18, + "con": 15, + "int": 16, + "wis": 17, + "cha": 12, + "save": { + "str": "+4", + "dex": "+7", + "int": "+6", + "wis": "+6" + }, + "skill": { + "arcana": "+6", + "insight": "+6", + "perception": "+6" + }, + "passive": 16, + "languages": [ + "Common", + "Gith" + ], + "cr": "6", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The githzerai casts one of the following spells, requiring no spell components and using Wisdom as the spellcasting ability (spell save {@dc 14}):" + ], + "will": [ + "{@spell Mage Hand|XPHB} (the hand is Invisible)" + ], + "daily": { + "1e": [ + "{@spell Phantasmal Killer|XPHB} (level 6 version)", + "{@spell Plane Shift|XPHB}", + "{@spell See Invisibility|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Psi-Powered Leap (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The githzerai casts {@spell Jump|XPHB}, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Jump|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + }, + { + "name": "Psionic Defense (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The githzerai casts {@spell Feather Fall|XPHB} or {@spell Shield|XPHB} in response to the spell's trigger, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Feather Fall|XPHB}", + "{@spell Shield|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "reaction", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The githzerai makes two Psi Strike attacks." + ] + }, + { + "name": "Psi Strike", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Bludgeoning damage plus 13 ({@damage 3d8}) Psychic damage." + ] + } + ], + "environment": [ + "planar, limbo" + ], + "treasure": [ + "arcana", + "individual" + ], + "token": { + "name": "Githzerai Zerth", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/githzerai-zerth.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GTH" + ], + "damageTags": [ + "B", + "Y" + ], + "damageTagsSpell": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Glabrezu", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 138, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 189, + "formula": "18d10 + 90" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 20, + "dex": 15, + "con": 21, + "int": 19, + "wis": 17, + "cha": 16, + "save": { + "str": "+9", + "con": "+9", + "wis": "+7", + "cha": "+7" + }, + "skill": { + "deception": "+7", + "perception": "+7" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 17, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal; telepathy 120 ft." + ], + "cr": "9", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The glabrezu casts one of the following spells, requiring no Material components and using Intelligence as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Darkness|XPHB}", + "{@spell Detect Magic|XPHB}", + "{@spell Dispel Magic|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Confusion|XPHB}", + "{@spell Fly|XPHB}", + "{@spell Power Word Stun|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Demonic Restoration", + "entries": [ + "If the glabrezu dies outside the Abyss, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Abyss." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The glabrezu has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The glabrezu makes two Pincer attacks and uses Pummel or Spellcasting." + ] + }, + { + "name": "Pincer", + "entries": [ + "{@atkr m} {@hit 9}, reach 10 ft. {@h}16 ({@damage 2d10 + 5}) Slashing damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 15}) from one of two pincers." + ] + }, + { + "name": "Pummel", + "entries": [ + "{@actSave dex} {@dc 17}, one creature {@condition Grappled|XPHB} by the glabrezu. {@actSaveFail} 15 ({@damage 3d6 + 5}) Bludgeoning damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Glabrezu", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/glabrezu.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "B", + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled" + ], + "conditionInflictSpell": [ + "stunned" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gladiator", + "source": "XMM", + "page": 139, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 112, + "formula": "15d8 + 45" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 15, + "con": 16, + "int": 10, + "wis": 12, + "cha": 15, + "save": { + "str": "+7", + "dex": "+5", + "con": "+6", + "wis": "+4" + }, + "skill": { + "athletics": "+10", + "performance": "+5" + }, + "passive": 11, + "languages": [ + "Common" + ], + "cr": "5", + "gear": [ + "shield|xphb", + { + "item": "spear|xphb", + "quantity": 3 + }, + "studded leather armor|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The gladiator makes three Spear attacks. It can replace one attack with a use of Shield Bash." + ] + }, + { + "name": "Spear", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 5 ft. or range 20/60 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage." + ] + }, + { + "name": "Shield Bash", + "entries": [ + "{@actSave str} {@dc 15}, one creature within 5 feet that the gladiator can see. {@actSaveFail} 9 ({@damage 2d4 + 4}) Bludgeoning damage. If the target is a Medium or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "reaction": [ + { + "name": "Parry", + "entries": [ + "{@actTrigger} The gladiator is hit by a melee attack roll while holding a weapon. {@actResponse} The gladiator adds 3 to its AC against that attack, possibly causing it to miss." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments", + "individual" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/gladiator.mp3" + }, + "actionTags": [ + "Multiattack", + "Parry" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gnoll Demoniac", + "source": "XMM", + "page": 141, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "C", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 135, + "formula": "18d8 + 54" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 16, + "dex": 12, + "con": 17, + "int": 14, + "wis": 15, + "cha": 17, + "save": { + "str": "+6", + "con": "+6", + "wis": "+5", + "cha": "+6" + }, + "skill": { + "perception": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "languages": [ + "Abyssal", + "Common", + "Gnoll" + ], + "cr": "8", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The gnoll makes two Abyssal Strike attacks." + ] + }, + { + "name": "Abyssal Strike", + "entries": [ + "{@atkr m,r} {@hit 6}, reach 5 ft. or range 60 ft. {@h}20 ({@damage 5d6 + 3}) Poison damage." + ] + }, + { + "name": "Hunger of Yeenoghu {@recharge 5}", + "entries": [ + "The gnoll conjures a 30-foot {@variantrule Cube [Area of Effect]|XPHB|Cube} of magical {@variantrule Darkness|XPHB} originating from a point it can see within 60 feet, which lasts for 1 minute or until the gnoll's {@status Concentration|XPHB} ends on it. This area is {@variantrule Difficult Terrain|XPHB}. {@actSave dex} {@dc 14}, any creature that starts its turn in this area or enters it for the first time on a turn. {@actSaveFail} 28 ({@damage 8d6}) Necrotic damage, and the gnoll or a creature of its choice it can see gains 10 {@variantrule Temporary Hit Points|XPHB}. {@actSaveSuccess} Half damage only." + ] + } + ], + "bonus": [ + { + "name": "Rampage (2/Day)", + "entries": [ + "Immediately after dealing damage to a creature that is already {@variantrule Bloodied|XPHB}, the gnoll moves up to half its {@variantrule Speed|XPHB}, and it makes one Abyssal Strike attack." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill" + ], + "treasure": [ + "armaments", + "individual" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "C", + "OTH" + ], + "damageTags": [ + "I", + "N" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gnoll Fang of Yeenoghu", + "source": "XMM", + "page": 141, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "C", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 71, + "formula": "11d8 + 22" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 15, + "con": 15, + "int": 10, + "wis": 11, + "cha": 13, + "save": { + "con": "+4", + "wis": "+2", + "cha": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "Abyssal", + "Gnoll" + ], + "cr": "4", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The gnoll makes one Bite attack and two Bone Flail attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage plus 7 ({@damage 2d6}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the gnoll's next turn." + ] + }, + { + "name": "Bone Flail", + "entries": [ + "{@atkr m} {@hit 5}, reach 10 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Rampage (2/Day)", + "entries": [ + "Immediately after dealing damage to a creature that is already {@variantrule Bloodied|XPHB}, the gnoll moves up to half its {@variantrule Speed|XPHB}, and it makes one Bite attack." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Gnoll Fang of Yeenoghu", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gnoll-fang-of-yeenoghu.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "OTH" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RCH" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gnoll Pack Lord", + "source": "XMM", + "page": 140, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "C", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 49, + "formula": "9d8 + 9" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 16, + "dex": 14, + "con": 13, + "int": 8, + "wis": 11, + "cha": 9, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "Gnoll" + ], + "cr": "2", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The gnoll makes two attacks, using Bone Whip or Bone Javelin in any combination, and it uses Incite Rampage if available." + ] + }, + { + "name": "Bone Whip", + "entries": [ + "{@atkr m} {@hit 5}, reach 10 ft. {@h}8 ({@damage 2d4 + 3}) Slashing damage." + ] + }, + { + "name": "Bone Javelin", + "entries": [ + "{@atkr r} {@hit 5}, range 30/120 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage." + ] + }, + { + "name": "Incite Rampage {@recharge 5}", + "entries": [ + "The gnoll targets another creature it can see within 60 feet of itself that has the Rampage {@variantrule Bonus Action|XPHB}. The target can take a {@variantrule Reaction|XPHB} to make one melee attack." + ] + } + ], + "bonus": [ + { + "name": "Rampage (2/Day)", + "entries": [ + "Immediately after dealing damage to a creature that is already {@variantrule Bloodied|XPHB}, the gnoll moves up to half its {@variantrule Speed|XPHB}, and it makes one Bone Whip attack." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Gnoll Pack Lord", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gnoll-pack-lord.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RCH", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gnoll Warrior", + "source": "XMM", + "page": 140, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "C", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 27, + "formula": "6d8" + }, + "speed": { + "walk": 30 + }, + "str": 14, + "dex": 12, + "con": 11, + "int": 6, + "wis": 10, + "cha": 7, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "Gnoll" + ], + "cr": "1/2", + "action": [ + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage." + ] + }, + { + "name": "Bone Bow", + "entries": [ + "{@atkr r} {@hit 3}, range 150/600 ft. {@h}6 ({@damage 1d10 + 1}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Rampage (1/Day)", + "entries": [ + "Immediately after dealing damage to a creature that is already {@variantrule Bloodied|XPHB}, the gnoll moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Gnoll", + "source": "MM" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Goat", + "source": "XMM", + "page": 362, + "otherSources": [ + { + "source": "XPHB", + "page": 351 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 10 + ], + "hp": { + "average": 4, + "formula": "1d8" + }, + "speed": { + "walk": 40, + "climb": 30 + }, + "str": 11, + "dex": 10, + "con": 11, + "int": 2, + "wis": 10, + "cha": 5, + "save": { + "str": "+2" + }, + "skill": { + "perception": "+2" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "cr": "0", + "action": [ + { + "name": "Ram", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Bludgeoning damage, or 2 ({@damage 1d4}) Bludgeoning damage if the goat moved 20+ feet straight toward the target immediately before the hit." + ] + } + ], + "environment": [ + "grassland", + "hill", + "mountain", + "urban" + ], + "token": { + "name": "Goat", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/goat.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Goblin Boss", + "group": [ + "Goblinoids" + ], + "source": "XMM", + "page": 143, + "size": [ + "S" + ], + "type": { + "type": "fey", + "tags": [ + "goblinoid" + ] + }, + "alignment": [ + "C", + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 21, + "formula": "6d6" + }, + "speed": { + "walk": 30 + }, + "str": 10, + "dex": 15, + "con": 10, + "int": 10, + "wis": 8, + "cha": 10, + "skill": { + "stealth": "+6" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "languages": [ + "Common", + "Goblin" + ], + "cr": "1", + "gear": [ + "chain shirt|xphb", + "scimitar|xphb", + "shield|xphb", + "shortbow|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The goblin makes two attacks, using Scimitar or Shortbow in any combination." + ] + }, + { + "name": "Scimitar", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Slashing damage, plus 2 ({@damage 1d4}) Slashing damage if the attack roll had {@variantrule Advantage|XPHB}." + ] + }, + { + "name": "Shortbow", + "entries": [ + "{@atkr r} {@hit 4}, range 80/320 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage, plus 2 ({@damage 1d4}) Piercing damage if the attack roll had {@variantrule Advantage|XPHB}." + ] + } + ], + "bonus": [ + { + "name": "Nimble Escape", + "entries": [ + "The goblin takes the Disengage or Hide action." + ] + } + ], + "reaction": [ + { + "name": "Redirect Attack", + "entries": [ + "{@actTrigger} A creature the goblin can see makes an attack roll against it. {@actResponse} The goblin chooses a Small or Medium ally within 5 feet of itself. The goblin and that ally swap places, and the ally becomes the target of the attack instead." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill", + "planar, acheron", + "planar, feywild", + "underdark" + ], + "treasure": [ + "implements", + "individual" + ], + "token": { + "name": "Goblin Boss", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/goblin-boss.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GO" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Goblin Hexer", + "group": [ + "Goblinoids" + ], + "source": "XMM", + "page": 143, + "size": [ + "S" + ], + "type": { + "type": "fey", + "tags": [ + "goblinoid" + ] + }, + "alignment": [ + "C", + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 45, + "formula": "10d6 + 10" + }, + "speed": { + "walk": 30 + }, + "str": 8, + "dex": 16, + "con": 12, + "int": 16, + "wis": 10, + "cha": 10, + "skill": { + "sleight of hand": "+5", + "stealth": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "Common", + "Goblin" + ], + "cr": "3", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The goblin casts one of the following spells, using Intelligence as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Minor Illusion|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Blindness/Deafness|XPHB}", + "{@spell Faerie Fire|XPHB}", + "{@spell Grease|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The goblin makes two Hex Stick attacks. It can replace one attack with a use of Spellcasting." + ] + }, + { + "name": "Hex Stick", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 60 ft. {@h}12 ({@damage 2d8 + 3}) Psychic damage." + ] + } + ], + "reaction": [ + { + "name": "Jinx", + "entries": [ + "{@actTrigger} A creature the goblin can see hits it with an attack roll. {@actResponse d}{@actSave wis} {@dc 13}, the triggering creature. {@actSaveFail} The attack misses instead." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill", + "planar, acheron", + "planar, feywild", + "underdark" + ], + "treasure": [ + "implements", + "individual" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GO" + ], + "damageTags": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "blinded", + "deafened", + "prone" + ], + "savingThrowForcedSpell": [ + "constitution", + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Goblin Minion", + "group": [ + "Goblinoids" + ], + "source": "XMM", + "page": 142, + "size": [ + "S" + ], + "type": { + "type": "fey", + "tags": [ + "goblinoid" + ] + }, + "alignment": [ + "C", + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 7, + "formula": "2d6" + }, + "speed": { + "walk": 30 + }, + "str": 8, + "dex": 15, + "con": 10, + "int": 10, + "wis": 8, + "cha": 8, + "skill": { + "stealth": "+6" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "languages": [ + "Common", + "Goblin" + ], + "cr": "1/8", + "gear": [ + { + "item": "dagger|xphb", + "quantity": 3 + } + ], + "action": [ + { + "name": "Dagger", + "entries": [ + "{@atkr m,r} {@hit 4}, reach 5 ft. or range 20/60 ft. {@h}4 ({@damage 1d4 + 2}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Nimble Escape", + "entries": [ + "The goblin takes the Disengage or Hide action." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill", + "planar, acheron", + "planar, feywild", + "underdark" + ], + "treasure": [ + "implements", + "individual" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "GO" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Goblin Warrior", + "group": [ + "Goblinoids" + ], + "source": "XMM", + "page": 142, + "size": [ + "S" + ], + "type": { + "type": "fey", + "tags": [ + "goblinoid" + ] + }, + "alignment": [ + "C", + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 10, + "formula": "3d6" + }, + "speed": { + "walk": 30 + }, + "str": 8, + "dex": 15, + "con": 10, + "int": 10, + "wis": 8, + "cha": 8, + "skill": { + "stealth": "+6" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "languages": [ + "Common", + "Goblin" + ], + "cr": "1/4", + "gear": [ + "leather armor|xphb", + "scimitar|xphb", + "shield|xphb", + "shortbow|xphb" + ], + "action": [ + { + "name": "Scimitar", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Slashing damage, plus 2 ({@damage 1d4}) Slashing damage if the attack roll had {@variantrule Advantage|XPHB}." + ] + }, + { + "name": "Shortbow", + "entries": [ + "{@atkr r} {@hit 4}, range 80/320 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage, plus 2 ({@damage 1d4}) Piercing damage if the attack roll had {@variantrule Advantage|XPHB}." + ] + } + ], + "bonus": [ + { + "name": "Nimble Escape", + "entries": [ + "The goblin takes the Disengage or Hide action." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill", + "planar, acheron", + "planar, feywild", + "underdark" + ], + "treasure": [ + "implements", + "individual" + ], + "token": { + "name": "Goblin", + "source": "MM" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "GO" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gold Dragon Wyrmling", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 144, + "size": [ + "M" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 17 + ], + "hp": { + "average": 60, + "formula": "8d8 + 24" + }, + "speed": { + "walk": 30, + "fly": 60, + "swim": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 14, + "con": 17, + "int": 14, + "wis": 11, + "cha": 16, + "save": { + "dex": "+4", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "stealth": "+4" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "fire" + ], + "languages": [ + "Draconic" + ], + "cr": "3", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}9 ({@damage 1d10 + 4}) Slashing damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 13}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 22 ({@damage 4d10}) Fire damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Weakening Breath", + "entries": [ + "{@actSave str} {@dc 13}, each creature that isn't currently affected by this breath in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has {@variantrule Disadvantage|XPHB} on Strength-based {@variantrule D20 Test|XPHB|D20 Tests} and subtracts 2 ({@dice 1d4}) from its damage rolls. It repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + } + ], + "environment": [ + "forest", + "grassland" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "wyrmling", + "token": { + "name": "Gold Dragon Wyrmling", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gold-dragon-wyrmlin.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "DR" + ], + "damageTags": [ + "F", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gorgon", + "source": "XMM", + "page": 148, + "size": [ + "L" + ], + "type": "construct", + "alignment": [ + "U" + ], + "ac": [ + 19 + ], + "hp": { + "average": 114, + "formula": "12d10 + 48" + }, + "speed": { + "walk": 40 + }, + "str": 20, + "dex": 11, + "con": 18, + "int": 2, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 17, + "conditionImmune": [ + "exhaustion", + "petrified" + ], + "cr": "5", + "action": [ + { + "name": "Gore", + "entries": [ + "{@atkr m} {@hit 8}, reach 5 ft. {@h}18 ({@damage 2d12 + 5}) Piercing damage. If the target is a Large or smaller creature and the gorgon moved 20+ feet straight toward it immediately before the hit, the target has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Petrifying Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 15}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail 1} The target has the {@condition Restrained|XPHB} condition and repeats the save at the end of its next turn if it is still {@condition Restrained|XPHB}, ending the effect on itself on a success. {@actSaveFail 2} The target has the {@condition Petrified|XPHB} condition instead of the {@condition Restrained|XPHB} condition." + ] + } + ], + "bonus": [ + { + "name": "Trample", + "entries": [ + "{@actSave dex} {@dc 16}, one creature within 5 feet that has the {@condition Prone|XPHB} condition. {@actSaveFail} 16 ({@damage 2d10 + 5}) Bludgeoning damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Gorgon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gorgon.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "petrified", + "prone", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Goristro", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 150, + "size": [ + "H" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 19 + ], + "hp": { + "average": 310, + "formula": "23d12 + 161" + }, + "speed": { + "walk": 50 + }, + "initiative": { + "proficiency": 1 + }, + "str": 25, + "dex": 11, + "con": 25, + "int": 6, + "wis": 13, + "cha": 14, + "save": { + "str": "+13", + "dex": "+6", + "con": "+13", + "wis": "+7" + }, + "skill": { + "perception": "+7", + "survival": "+7" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 17, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal" + ], + "cr": "17", + "trait": [ + { + "name": "Demonic Restoration", + "entries": [ + "If the goristro dies outside the Abyss, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Abyss." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The goristro has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Siege Monster", + "entries": [ + "The goristro deals double damage to objects and structures." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The goristro makes one Brutal Gore attack and two Slam attacks." + ] + }, + { + "name": "Brutal Gore", + "entries": [ + "{@atkr m} {@hit 13}, reach 10 ft. {@h}40 ({@damage 6d10 + 7}) Piercing damage. If the target is a Huge or smaller creature, it is pushed up to 20 feet straight away from the goristro and has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 13}, reach 10 ft. {@h}29 ({@damage 4d10 + 7}) Bludgeoning damage." + ] + } + ], + "bonus": [ + { + "name": "Charge", + "entries": [ + "The goristro moves up to half its {@variantrule Speed|XPHB} straight toward an enemy it can see." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Goristro", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/goristro.mp3" + }, + "traitTags": [ + "Magic Resistance", + "Siege Monster" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Graveyard Revenant", + "source": "XMM", + "page": 260, + "size": [ + "H" + ], + "type": "undead", + "alignment": [ + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 161, + "formula": "14d12 + 70" + }, + "speed": { + "walk": 40 + }, + "str": 20, + "dex": 14, + "con": 20, + "int": 13, + "wis": 16, + "cha": 18, + "save": { + "str": "+8", + "con": "+8", + "wis": "+6", + "cha": "+7" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 13, + "resist": [ + "necrotic", + "psychic" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned", + "stunned", + "unconscious" + ], + "languages": [ + "Common plus two other languages" + ], + "cr": "7", + "trait": [ + { + "name": "Undead Restoration", + "entries": [ + "If the revenant dies, it revives 24 hours later unless {@spell Dispel Evil and Good|XPHB} is cast on its remains. If it revives, it animates another group of corpses elsewhere on the same plane of existence; it now looks different but uses the same stat block and returns with all its {@variantrule Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The revenant makes two Suffocate attacks." + ] + }, + { + "name": "Suffocate", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}10 ({@damage 1d10 + 5}) Bludgeoning damage plus 10 ({@damage 3d6}) Necrotic damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 15}). Until the grapple ends, the target is suffocating. The revenant can have up to two targets {@condition Grappled|XPHB} in this way at a time." + ] + }, + { + "name": "Haunting Glare {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 15}, each creature in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the revenant. {@actSaveFail} The target has the {@condition Paralyzed|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + } + ], + "environment": [ + "forest", + "swamp", + "urban" + ], + "treasure": [ + "any" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "B", + "N" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gray Ooze", + "source": "XMM", + "page": 151, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "M" + ], + "type": "ooze", + "alignment": [ + "U" + ], + "ac": [ + 9 + ], + "hp": { + "average": 22, + "formula": "3d8 + 9" + }, + "speed": { + "walk": 10, + "climb": 10 + }, + "str": 12, + "dex": 6, + "con": 16, + "int": 1, + "wis": 6, + "cha": 2, + "skill": { + "stealth": "+2" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 8, + "resist": [ + "acid", + "cold", + "fire" + ], + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "exhaustion", + "frightened", + "grappled", + "prone", + "restrained" + ], + "cr": "1/2", + "trait": [ + { + "name": "Amorphous", + "entries": [ + "The ooze can move through a space as narrow as 1 inch without expending extra movement to do so." + ] + }, + { + "name": "Corrosive Form", + "entries": [ + "Nonmagical ammunition is destroyed immediately after hitting the ooze and dealing any damage. Any nonmagical weapon takes a cumulative -1 penalty to attack rolls immediately after dealing damage to the ooze and coming into contact with it. The weapon is destroyed if the penalty reaches -5. The penalty can be removed by casting the {@spell Mending|XPHB} spell on the weapon.", + "The ooze can eat through 2-inch-thick, nonmagical metal or wood in 1 round." + ] + } + ], + "action": [ + { + "name": "Pseudopod", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}10 ({@damage 2d8 + 1}) Acid damage. Nonmagical armor worn by the target takes a -1 penalty to the AC it offers. The armor is destroyed if the penalty reduces its AC to 10. The penalty can be removed by casting the {@spell Mending|XPHB} spell on the armor." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Gray Ooze", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gray-ooze.mp3" + }, + "traitTags": [ + "Amorphous" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "A" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gray Slaad", + "source": "XMM", + "page": 286, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "C", + "N" + ], + "ac": [ + 18 + ], + "hp": { + "average": 150, + "formula": "20d8 + 60" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 17, + "con": 16, + "int": 13, + "wis": 8, + "cha": 18, + "skill": { + "arcana": "+5", + "perception": "+7" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 60 ft." + ], + "passive": 17, + "resist": [ + "acid", + "cold", + "fire", + "lightning", + "thunder" + ], + "languages": [ + "Common", + "Slaad; telepathy 60 ft." + ], + "cr": "9", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The slaad casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Invisibility|XPHB} (self only)", + "{@spell Mage Hand|XPHB}", + "{@spell Major Image|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Cloudkill|XPHB}", + "{@spell Fly|XPHB}", + "{@spell Plane Shift|XPHB} (self only)", + "{@spell Tongues|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The slaad has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Regeneration", + "entries": [ + "The slaad regains 10 {@variantrule Hit Points|XPHB} at the start of each of its turns if it has at least 1 {@variantrule Hit Points|XPHB|Hit Point}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The slaad makes two Chaos Claw attacks." + ] + }, + { + "name": "Chaos Claw", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}9 ({@damage 1d10 + 4}) Slashing damage plus 11 ({@damage 2d10}) Necrotic damage. Until the start of the slaad's next turn, the target has a condition determined by rolling {@dice 1d4}: on a 1, {@condition Charmed|XPHB}; on a 2, {@condition Frightened|XPHB}; on a 3, {@condition Poisoned|XPHB}; or on a 4, {@condition Incapacitated|XPHB}." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The slaad shape-shifts into a Small or Medium Humanoid, or it returns to its true form. Other than its size, its game statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "planar, limbo" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Gray Slaad", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gray-slaad.mp3" + }, + "traitTags": [ + "Magic Resistance", + "Regeneration" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "OTH", + "TP" + ], + "damageTags": [ + "N", + "S" + ], + "damageTagsSpell": [ + "I" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Green Dragon Wyrmling", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 152, + "size": [ + "M" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 38, + "formula": "7d8 + 7" + }, + "speed": { + "walk": 30, + "fly": 60, + "swim": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 15, + "dex": 12, + "con": 13, + "int": 14, + "wis": 11, + "cha": 13, + "save": { + "dex": "+3", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "stealth": "+3" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Draconic" + ], + "cr": "2", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 1d10 + 2}) Slashing damage plus 3 ({@damage 1d6}) Poison damage." + ] + }, + { + "name": "Poison Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 11}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 21 ({@damage 6d6}) Poison damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "forest" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "wyrmling", + "token": { + "name": "Green Dragon Wyrmling", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/green-dragon-wyrmling.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "DR" + ], + "damageTags": [ + "I", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Green Hag", + "source": "XMM", + "page": 156, + "size": [ + "M" + ], + "type": "fey", + "alignment": [ + "N", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 82, + "formula": "11d8 + 33" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 18, + "dex": 12, + "con": 16, + "int": 13, + "wis": 14, + "cha": 14, + "skill": { + "arcana": "+5", + "deception": "+4", + "perception": "+4", + "stealth": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "languages": [ + "Common", + "Elvish", + "Sylvan" + ], + "cr": "3", + "spellcasting": [ + { + "name": "Coven Magic", + "type": "spellcasting", + "headerEntries": [ + "While within 30 feet of at least two hag allies, the hag can cast one of the following spells, requiring no Material components, using the spell's normal casting time, and using Intelligence as the spellcasting ability (spell save {@dc 11}): {@spell Augury|XPHB}, {@spell Find Familiar|XPHB}, {@spell Identify|XPHB}, {@spell Locate Object|XPHB}, {@spell Scrying|XPHB}, or {@spell Unseen Servant|XPHB}. The hag must finish a {@variantrule Long Rest|XPHB} before using this trait to cast that spell again." + ], + "restLong": { + "1": [ + "{@spell Augury|XPHB}", + "{@spell Find Familiar|XPHB}", + "{@spell Identify|XPHB}", + "{@spell Locate Object|XPHB}", + "{@spell Scrying|XPHB}", + "{@spell Unseen Servant|XPHB}" + ] + }, + "ability": "int", + "hidden": [ + "restLong" + ] + }, + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The hag casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 12}, {@hit 4} to hit with spell attacks):" + ], + "will": [ + "{@spell Dancing Lights|XPHB}", + "{@spell Disguise Self|XPHB} (24-hour duration)", + "{@spell Invisibility|XPHB} (self only, and the hag leaves no tracks while Invisible)", + "{@spell Minor Illusion|XPHB}", + "{@spell Ray of Sickness|XPHB} (level 3 version)" + ], + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The hag can breathe air and water." + ] + }, + { + "name": "Mimicry", + "entries": [ + "The hag can mimic animal sounds and humanoid voices. A creature that hears the sounds can tell they are imitations only with a successful {@dc 14} Wisdom ({@skill Insight|XPHB}) check." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hag makes two Claw attacks." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}8 ({@damage 1d8 + 4}) Slashing damage plus 3 ({@damage 1d6}) Poison damage." + ] + } + ], + "environment": [ + "forest", + "hill", + "swamp" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Green Hag", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/green-hag.mp3" + }, + "traitTags": [ + "Amphibious", + "Mimicry" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "E", + "S" + ], + "damageTags": [ + "I", + "S" + ], + "damageTagsSpell": [ + "I" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflictSpell": [ + "invisible", + "poisoned" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Green Slaad", + "source": "XMM", + "page": 286, + "size": [ + "L" + ], + "type": "aberration", + "alignment": [ + "C", + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 144, + "formula": "17d10 + 51" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 16, + "dex": 15, + "con": 16, + "int": 11, + "wis": 8, + "cha": 18, + "skill": { + "arcana": "+3", + "perception": "+2" + }, + "senses": [ + "blindsight 30 ft.", + "darkvision 60 ft." + ], + "passive": 12, + "resist": [ + "acid", + "cold", + "fire", + "lightning", + "thunder" + ], + "languages": [ + "Common", + "Slaad; telepathy 60 ft." + ], + "cr": "8", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The slaad casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 14}, {@hit 6} to hit with spell attacks):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Mage Hand|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Fireball|XPHB}", + "{@spell Invisibility|XPHB} (self only)" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The slaad has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Regeneration", + "entries": [ + "The slaad regains 10 {@variantrule Hit Points|XPHB} at the start of each of its turns if it has at least 1 {@variantrule Hit Points|XPHB|Hit Point}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The slaad makes three Chaos Staff attacks." + ] + }, + { + "name": "Chaos Staff", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 10 ft. or range 60 ft. {@h}8 ({@damage 1d8 + 4}) Force damage. Until the start of the slaad's next turn, the target has a condition determined by rolling {@dice 1d4}: on a 1, {@condition Charmed|XPHB}; on a 2, {@condition Frightened|XPHB}; on a 3, {@condition Poisoned|XPHB}; or on a 4, {@condition Incapacitated|XPHB}." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The slaad shape-shifts into a Small or Medium Humanoid, or it returns to its true form. Other than its size, its game statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "planar, limbo" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Green Slaad", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/green-slaad.mp3" + }, + "traitTags": [ + "Magic Resistance", + "Regeneration" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "OTH", + "TP" + ], + "damageTags": [ + "O" + ], + "damageTagsSpell": [ + "F" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Grell", + "source": "XMM", + "page": 157, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "N", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 55, + "formula": "10d8 + 10" + }, + "speed": { + "walk": 10, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 2 + }, + "str": 15, + "dex": 14, + "con": 13, + "int": 12, + "wis": 11, + "cha": 9, + "skill": { + "perception": "+4", + "stealth": "+6" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 14, + "immune": [ + "lightning" + ], + "conditionImmune": [ + "blinded", + "prone" + ], + "languages": [ + "Deep Speech" + ], + "cr": "3", + "trait": [ + { + "name": "Abduct", + "entries": [ + "The grell needn't spend extra movement to move a creature it is grappling." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The grell makes one Beak attack and one Paralyzing Tentacles attack." + ] + }, + { + "name": "Beak", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}11 ({@damage 2d8 + 2}) Piercing damage." + ] + }, + { + "name": "Paralyzing Tentacles", + "entries": [ + "{@atkr m} {@hit 4}, reach 10 ft. {@h}7 ({@damage 1d10 + 2}) Piercing damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 12}) from two of ten tentacles. The target is also subjected to the following effect. {@actSave con} {@dc 11}. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically. While {@condition Poisoned|XPHB}, the target has the {@condition Paralyzed|XPHB} condition." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Grell", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/grell.mp3" + }, + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "DS" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "paralyzed", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Grick", + "source": "XMM", + "page": 158, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 54, + "formula": "12d8" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 14, + "dex": 14, + "con": 11, + "int": 3, + "wis": 14, + "cha": 5, + "skill": { + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "cr": "2", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The grick makes one Beak attack and one Tentacles attack." + ] + }, + { + "name": "Beak", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}9 ({@damage 2d6 + 2}) Piercing damage." + ] + }, + { + "name": "Tentacles", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 1d10 + 2}) Slashing damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 12}) from all four tentacles." + ] + } + ], + "environment": [ + "forest", + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Grick", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/grick.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack", + "Tentacles" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Grick Ancient", + "source": "XMM", + "page": 158, + "size": [ + "L" + ], + "type": "aberration", + "alignment": [ + "U" + ], + "ac": [ + 18 + ], + "hp": { + "average": 135, + "formula": "18d10 + 36" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 18, + "dex": 16, + "con": 15, + "int": 4, + "wis": 14, + "cha": 9, + "skill": { + "stealth": "+6" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "cr": "7", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The grick makes one Beak attack, one Slam attack, and one Tentacles attack." + ] + }, + { + "name": "Beak", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}22 ({@damage 4d8 + 4}) Piercing damage." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}7 ({@damage 1d6 + 4}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Tentacles", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}15 ({@damage 2d10 + 4}) Slashing damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 14}) from all four tentacles." + ] + } + ], + "environment": [ + "forest", + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Grick Alpha", + "source": "MM" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack", + "Tentacles" + ], + "damageTags": [ + "B", + "P", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Griffon", + "source": "XMM", + "page": 159, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 59, + "formula": "7d10 + 21" + }, + "speed": { + "walk": 30, + "fly": 80 + }, + "str": 18, + "dex": 15, + "con": 16, + "int": 2, + "wis": 13, + "cha": 8, + "skill": { + "perception": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "cr": "2", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The griffon makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}8 ({@damage 1d8 + 4}) Piercing damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 14}) from both of the griffon's front claws." + ] + } + ], + "environment": [ + "arctic", + "coastal", + "grassland", + "hill", + "mountain" + ], + "token": { + "name": "Griffon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/griffon.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Grimlock", + "source": "XMM", + "page": 160, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "N", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 16, + "dex": 12, + "con": 12, + "int": 9, + "wis": 8, + "cha": 6, + "skill": { + "athletics": "+5", + "perception": "+3", + "stealth": "+5" + }, + "senses": [ + "blindsight 30 ft." + ], + "passive": 13, + "cr": "1/4", + "action": [ + { + "name": "Bone Cudgel", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Bludgeoning damage plus 2 ({@damage 1d4}) Psychic damage." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Grimlock", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/grimlock.mp3" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "B", + "Y" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Guard", + "source": "XMM", + "page": 162, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 30 + }, + "str": 13, + "dex": 12, + "con": 12, + "int": 10, + "wis": 11, + "cha": 10, + "skill": { + "perception": "+2" + }, + "passive": 12, + "languages": [ + "Common" + ], + "cr": "1/8", + "gear": [ + "chain shirt|xphb", + "shield|xphb", + "spear|xphb" + ], + "action": [ + { + "name": "Spear", + "entries": [ + "{@atkr m,r} {@hit 3}, reach 5 ft. or range 20/60 ft. {@h}4 ({@damage 1d6 + 1}) Piercing damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Guard", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/guard.mp3" + }, + "languageTags": [ + "C" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Guard Captain", + "source": "XMM", + "page": 162, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 18 + ], + "hp": { + "average": 75, + "formula": "10d8 + 30" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 14, + "con": 16, + "int": 12, + "wis": 14, + "cha": 13, + "skill": { + "athletics": "+6", + "perception": "+4" + }, + "passive": 14, + "languages": [ + "Common" + ], + "cr": "4", + "gear": [ + "breastplate|xphb", + { + "item": "javelin|xphb", + "quantity": 6 + }, + "longsword|xphb", + "shield|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The guard makes two attacks, using Javelin or Longsword in any combination." + ] + }, + { + "name": "Javelin", + "entries": [ + "{@atkr m,r} {@hit 6}, reach 5 ft. or range 30/120 ft. {@h}14 ({@damage 3d6 + 4}) Piercing damage." + ] + }, + { + "name": "Longsword", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}15 ({@damage 2d10 + 4}) Slashing damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Guardian Naga", + "source": "XMM", + "page": 161, + "size": [ + "L" + ], + "type": "celestial", + "alignment": [ + "L", + "G" + ], + "ac": [ + 18 + ], + "hp": { + "average": 136, + "formula": "16d10 + 48" + }, + "speed": { + "walk": 40, + "climb": 40, + "swim": 40 + }, + "str": 19, + "dex": 18, + "con": 16, + "int": 16, + "wis": 19, + "cha": 18, + "save": { + "dex": "+8", + "con": "+7", + "int": "+7", + "wis": "+8", + "cha": "+8" + }, + "skill": { + "arcana": "+11", + "history": "+11", + "religion": "+11" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "paralyzed", + "poisoned", + "restrained" + ], + "languages": [ + "Celestial", + "Common" + ], + "cr": "10", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The naga casts one of the following spells, requiring no Somatic or Material components and using Wisdom as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Clairvoyance|XPHB}", + "{@spell Cure Wounds|XPHB} (level 6 version)", + "{@spell Flame Strike|XPHB} (level 6 version)", + "{@spell Geas|XPHB}", + "{@spell True Seeing|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Celestial Restoration", + "entries": [ + "If the naga dies, it returns to life in {@dice 1d6} days and regains all its {@variantrule Hit Points|XPHB} unless {@spell Dispel Evil and Good|XPHB} is cast on its remains." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The naga makes two Bite attacks. It can replace any attack with a use of Poisonous Spittle." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}17 ({@damage 2d12 + 4}) Piercing damage plus 22 ({@damage 4d10}) Poison damage." + ] + }, + { + "name": "Poisonous Spittle", + "entries": [ + "{@actSave con} {@dc 16}, one creature the naga can see within 60 feet. {@actSaveFail} 31 ({@damage 7d8}) Poison damage, and the target has the {@condition Blinded|XPHB} condition until the start of the naga's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "desert", + "forest", + "planar, upper" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Guardian Naga", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/guardian-naga.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CE" + ], + "damageTags": [ + "I", + "P" + ], + "damageTagsSpell": [ + "F", + "R", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "blinded" + ], + "conditionInflictSpell": [ + "charmed" + ], + "savingThrowForcedSpell": [ + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Gulthias Blight", + "source": "XMM", + "page": 45, + "size": [ + "G" + ], + "type": "plant", + "alignment": [ + "N", + "E" + ], + "ac": [ + 20 + ], + "hp": { + "average": 264, + "formula": "16d20 + 96" + }, + "speed": { + "walk": 50 + }, + "initiative": { + "proficiency": 1 + }, + "str": 25, + "dex": 10, + "con": 22, + "int": 10, + "wis": 18, + "cha": 12, + "skill": { + "perception": "+9" + }, + "senses": [ + "blindsight 120 ft." + ], + "passive": 19, + "resist": [ + "fire", + "necrotic" + ], + "conditionImmune": [ + "deafened" + ], + "languages": [ + "Common", + "Druidic" + ], + "cr": "16", + "trait": [ + { + "name": "Blight Seeds", + "entries": [ + "When it finishes a {@variantrule Long Rest|XPHB}, the blight expels {@dice 1d6} seeds into unoccupied spaces on the ground within 30 feet of itself. After 24 hours, the seeds become creatures under the blight's control. Roll {@dice 1d8} for each seed to determine the creature it becomes: on 1-4, {@creature Twig Blight|XMM}; on 5-6, {@creature Needle Blight|XMM}; on 7-8, {@creature Vine Blight|XMM}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The blight makes two attacks, using Slam or Thorn Volley in any combination. It also uses Life-Draining Root." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 12}, reach 10 ft. {@h}25 ({@damage 4d8 + 7}) Bludgeoning damage." + ] + }, + { + "name": "Thorn Volley", + "entries": [ + "{@atkr r} {@hit 12}, range 60/180 ft. {@h}20 ({@damage 3d8 + 7}) Piercing damage." + ] + }, + { + "name": "Life-Draining Root", + "entries": [ + "{@actSave con} {@dc 20}, one Huge or smaller creature the blight can see within 30 feet. {@actSaveFail} 14 ({@damage 2d6 + 7}) Necrotic damage, and the target has the {@condition Grappled|XPHB} condition (escape {@dc 17}) from one of six roots. Until the grapple ends, the target has the {@condition Restrained|XPHB} condition and takes 14 ({@damage 4d6}) Necrotic damage at the start of each of its turns. The target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the Necrotic damage taken, and the blight regains {@variantrule Hit Points|XPHB} equal to that amount." + ] + } + ], + "environment": [ + "forest" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "DU" + ], + "damageTags": [ + "B", + "N", + "P" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Half-Dragon", + "source": "XMM", + "page": 163, + "size": [ + "M" + ], + "type": "dragon", + "alignment": [ + "N" + ], + "ac": [ + 18 + ], + "hp": { + "average": 105, + "formula": "14d8 + 42" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 14, + "con": 16, + "int": 10, + "wis": 15, + "cha": 14, + "save": { + "dex": "+5", + "wis": "+5" + }, + "skill": { + "athletics": "+7", + "perception": "+5", + "stealth": "+5" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 15, + "resist": [ + { + "special": "Damage type chosen for the Draconic Origin trait below" + } + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": "5", + "trait": [ + { + "name": "Draconic Origin", + "entries": [ + "The half-dragon is related to a type of dragon associated with one of the following damage types (DM's choice): Acid, Cold, Fire, Lightning, or Poison. This choice affects other aspects of the stat block." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The half-dragon makes two Claw attacks." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}6 ({@damage 1d4 + 4}) Slashing damage plus 7 ({@damage 2d6}) damage of the type chosen for the Draconic Origin trait." + ] + }, + { + "name": "Dragon's Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 14}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 28 ({@damage 8d6}) damage of the type chosen for the Draconic Origin trait. {@actSaveSuccess} Half damage." + ] + } + ], + "bonus": [ + { + "name": "Leap", + "entries": [ + "The half-dragon jumps up to 30 feet by spending 10 feet of movement." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Half-Red Dragon Veteran", + "source": "MM" + }, + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Harpy", + "source": "XMM", + "page": 164, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "C", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 38, + "formula": "7d8 + 7" + }, + "speed": { + "walk": 20, + "fly": 40 + }, + "str": 12, + "dex": 13, + "con": 12, + "int": 7, + "wis": 10, + "cha": 13, + "passive": 10, + "languages": [ + "Common" + ], + "cr": "1", + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}6 ({@damage 2d4 + 1}) Slashing damage." + ] + }, + { + "name": "Luring Song", + "entries": [ + "The harpy sings a magical melody, which lasts until the harpy's {@status Concentration|XPHB} ends on it. {@actSave wis} {@dc 11}, each Humanoid and Giant in a 300-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the harpy when the song starts. {@actSaveFail} The target has the {@condition Charmed|XPHB} condition until the song ends and repeats the save at the end of each of its turns. While {@condition Charmed|XPHB}, the target has the {@condition Incapacitated|XPHB} condition and ignores the Luring Song of other harpies. If the target is more than 5 feet from the harpy, the target moves on its turn toward the harpy by the most direct route, trying to get within 5 feet of the harpy. It doesn't avoid Opportunity Attacks; however, before moving into damaging terrain (such as lava or a pit) and whenever it takes damage from a source other than the harpy, the target repeats the save. {@actSaveSuccess} The target is immune to this harpy's Luring Song for 24 hours." + ] + } + ], + "environment": [ + "coastal", + "forest", + "hill", + "mountain" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Harpy", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/harpy.mp3" + }, + "languageTags": [ + "C" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "charmed", + "incapacitated" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Haunting Revenant", + "source": "XMM", + "page": 260, + "size": [ + "G" + ], + "type": "undead", + "alignment": [ + "N" + ], + "ac": [ + 20 + ], + "hp": { + "average": 203, + "formula": "14d20 + 56" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 20, + "dex": 12, + "con": 18, + "int": 16, + "wis": 18, + "cha": 20, + "save": { + "con": "+8", + "wis": "+8" + }, + "senses": [ + "truesight 60 ft." + ], + "passive": 14, + "resist": [ + "necrotic", + "psychic" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "unconscious" + ], + "languages": [ + "Common plus two other languages" + ], + "cr": "10", + "trait": [ + { + "name": "Haunted Zone", + "entries": [ + "{@actSave con} {@dc 17}, any creature that casts a spell while inside the revenant's space. {@actSaveFail} The spell fails and is wasted." + ] + }, + { + "name": "Undead Restoration", + "entries": [ + "If the revenant dies, it revives 24 hours later unless {@spell Dispel Evil and Good|XPHB} is cast on its remains. If it revives, it animates another Gargantuan object or structure elsewhere on the same plane of existence; it now looks different but uses the same stat block and returns with all its {@variantrule Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The revenant makes two {@variantrule Object|XPHB} Slam attacks and uses Invitation." + ] + }, + { + "name": "Object Slam", + "entries": [ + "{@atkr m,r} {@hit 9} (with {@variantrule Advantage|XPHB} if the target is inside the revenant's space), reach 10 ft. or range 30/90 ft. {@h}27 ({@damage 5d8 + 5}) Bludgeoning damage." + ] + }, + { + "name": "Invitation", + "entries": [ + "{@actSave cha} {@dc 17}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target is teleported inside the revenant's space and swallowed. A swallowed creature has {@variantrule Cover|XPHB|Total Cover} against attacks and other effects outside the revenant.", + "While the revenant has {@variantrule Hit Points|XPHB}, a swallowed creature can leave the revenant's space only by using magic that enables planar travel, such as the {@spell Plane Shift|XPHB} spell." + ] + } + ], + "environment": [ + "forest", + "swamp", + "urban" + ], + "treasure": [ + "any" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack", + "Swallow" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Hawk", + "source": "XMM", + "page": 362, + "otherSources": [ + { + "source": "XPHB", + "page": 352 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 1, + "formula": "1d4 - 1" + }, + "speed": { + "walk": 10, + "fly": 60 + }, + "str": 5, + "dex": 16, + "con": 8, + "int": 2, + "wis": 14, + "cha": 6, + "skill": { + "perception": "+6" + }, + "passive": 16, + "cr": "0", + "action": [ + { + "name": "Talons", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}1 Slashing damage." + ] + } + ], + "environment": [ + "arctic", + "coastal", + "forest", + "grassland", + "hill", + "mountain" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/hawk.mp3" + }, + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Hell Hound", + "source": "XMM", + "page": 165, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "L", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 58, + "formula": "9d8 + 18" + }, + "speed": { + "walk": 50 + }, + "str": 17, + "dex": 12, + "con": 14, + "int": 6, + "wis": 13, + "cha": 6, + "skill": { + "perception": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "immune": [ + "fire" + ], + "languages": [ + "understands Infernal but can't speak" + ], + "cr": "3", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The hound has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the hound's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hound makes two Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage plus 3 ({@damage 1d6}) Fire damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 12}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 17 ({@damage 5d6}) Fire damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "mountain", + "planar, lower", + "underdark" + ], + "token": { + "name": "Hell Hound", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/hell-hound.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "CS", + "I" + ], + "damageTags": [ + "F", + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Helmed Horror", + "source": "XMM", + "page": 166, + "size": [ + "M" + ], + "type": "construct", + "alignment": [ + "N" + ], + "ac": [ + 20 + ], + "hp": { + "average": 67, + "formula": "9d8 + 27" + }, + "speed": { + "walk": 30, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 13, + "con": 16, + "int": 10, + "wis": 10, + "cha": 10, + "skill": { + "perception": "+4" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 14, + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned", + "stunned" + ], + "languages": [ + "understands Common plus one other language but can't speak" + ], + "cr": "4", + "gear": [ + "shield|xphb" + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The helmed horror has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Spell Immunity", + "entries": [ + "The helmed horror is immune to three spells chosen by its creator. Typical choices include {@spell Heat Metal|XPHB}, {@spell Lightning Bolt|XPHB}, and {@spell Magic Missile|XPHB}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The helmed horror makes two Arcane Sword attacks." + ] + }, + { + "name": "Arcane Sword", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}8 ({@damage 1d8 + 4}) Slashing damage plus 5 ({@damage 1d10}) Force damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Helmed Horror", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/helmed-horror.mp3" + }, + "traitTags": [ + "Magic Resistance", + "Spell Immunity" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CS", + "X" + ], + "damageTags": [ + "O", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Hezrou", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 167, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 157, + "formula": "15d10 + 75" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 17, + "con": 20, + "int": 5, + "wis": 12, + "cha": 13, + "save": { + "str": "+7", + "con": "+8", + "wis": "+4" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 11, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal; telepathy 120 ft." + ], + "cr": "8", + "trait": [ + { + "name": "Demonic Restoration", + "entries": [ + "If the hezrou dies outside the Abyss, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Abyss." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The hezrou has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Stench", + "entries": [ + "{@actSave con} {@dc 16}, any creature that starts its turn in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the hezrou. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the start of its next turn." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hezrou makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}6 ({@damage 1d4 + 4}) Slashing damage plus 9 ({@damage 2d8}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Leap", + "entries": [ + "The hezrou jumps up to 30 feet by spending 10 feet of movement." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Hezrou", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/hezrou.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "I", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Hill Giant", + "source": "XMM", + "page": 168, + "size": [ + "H" + ], + "type": "giant", + "alignment": [ + "C", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 105, + "formula": "10d12 + 40" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 21, + "dex": 8, + "con": 19, + "int": 5, + "wis": 9, + "cha": 6, + "skill": { + "perception": "+2" + }, + "passive": 12, + "languages": [ + "Giant" + ], + "cr": "5", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The giant makes two attacks, using Tree Club or Trash Lob in any combination." + ] + }, + { + "name": "Tree Club", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}18 ({@damage 3d8 + 5}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Trash Lob", + "entries": [ + "{@atkr r} {@hit 8}, range 60/240 ft. {@h}16 ({@damage 2d10 + 5}) Bludgeoning damage, and the target has the {@condition Poisoned|XPHB} condition until the end of its next turn." + ] + } + ], + "environment": [ + "hill" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Hill Giant", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/hill-giant.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "GI" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RCH" + ], + "conditionInflict": [ + "poisoned", + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Hippogriff", + "source": "XMM", + "page": 169, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 26, + "formula": "4d10 + 4" + }, + "speed": { + "walk": 40, + "fly": 60 + }, + "str": 17, + "dex": 13, + "con": 13, + "int": 2, + "wis": 12, + "cha": 8, + "skill": { + "perception": "+5" + }, + "passive": 15, + "cr": "1", + "trait": [ + { + "name": "Flyby", + "entries": [ + "The hippogriff doesn't provoke an Opportunity Attack when it flies out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hippogriff makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Slashing damage." + ] + } + ], + "environment": [ + "grassland", + "hill", + "mountain" + ], + "token": { + "name": "Hippogriff", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/hippogriff.mp3" + }, + "traitTags": [ + "Flyby" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Hippopotamus", + "source": "XMM", + "page": 362, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 82, + "formula": "11d10 + 22" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 21, + "dex": 7, + "con": 15, + "int": 2, + "wis": 12, + "cha": 4, + "save": { + "str": "+7" + }, + "skill": { + "perception": "+3" + }, + "passive": 13, + "cr": "4", + "trait": [ + { + "name": "Hold Breath", + "entries": [ + "The hippopotamus can hold its breath for 10 minutes." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hippopotamus makes two Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}16 ({@damage 2d10 + 5}) Piercing damage." + ] + } + ], + "environment": [ + "forest", + "grassland", + "swamp" + ], + "traitTags": [ + "Hold Breath" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Hobgoblin Captain", + "group": [ + "Goblinoids" + ], + "source": "XMM", + "page": 171, + "size": [ + "M" + ], + "type": { + "type": "fey", + "tags": [ + "goblinoid" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 58, + "formula": "9d8 + 18" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 15, + "dex": 14, + "con": 14, + "int": 12, + "wis": 10, + "cha": 13, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "Common", + "Goblin" + ], + "cr": "3", + "gear": [ + "greatsword|xphb", + "half plate armor|xphb", + "longbow|xphb" + ], + "trait": [ + { + "name": "Aura of Authority", + "entries": [ + "While in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the hobgoblin, the hobgoblin and its allies have {@variantrule Advantage|XPHB} on attack rolls and saving throws, provided the hobgoblin doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hobgoblin makes two attacks, using Greatsword or Longbow in any combination." + ] + }, + { + "name": "Greatsword", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}9 ({@damage 2d6 + 2}) Slashing damage plus 3 ({@damage 1d6}) Poison damage." + ] + }, + { + "name": "Longbow", + "entries": [ + "{@atkr r} {@hit 4}, range 150/600 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage plus 5 ({@damage 2d4}) Poison damage." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill", + "mountain", + "planar, acheron", + "underdark" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Hobgoblin Captain", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/hobgoblin-captain.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GO" + ], + "damageTags": [ + "I", + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Hobgoblin Warlord", + "group": [ + "Goblinoids" + ], + "source": "XMM", + "page": 171, + "size": [ + "M" + ], + "type": { + "type": "fey", + "tags": [ + "goblinoid" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 20 + ], + "hp": { + "average": 112, + "formula": "15d8 + 45" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 14, + "con": 16, + "int": 14, + "wis": 11, + "cha": 15, + "save": { + "dex": "+5", + "int": "+5", + "wis": "+3", + "cha": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "Common", + "Goblin" + ], + "cr": "6", + "gear": [ + { + "item": "javelin|xphb", + "quantity": 9 + }, + "longsword|xphb", + "plate armor|xphb", + "shield|xphb" + ], + "trait": [ + { + "name": "Aura of Authority", + "entries": [ + "While in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the hobgoblin, the hobgoblin and its allies have {@variantrule Advantage|XPHB} on attack rolls and saving throws, provided the hobgoblin doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hobgoblin makes three attacks, using Javelin or Longsword in any combination." + ] + }, + { + "name": "Javelin", + "entries": [ + "{@atkr m,r} {@hit 6}, reach 5 ft. or range 30/120 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage, and the target's {@variantrule Speed|XPHB} decreases by 10 feet until the start of the hobgoblin's next turn." + ] + }, + { + "name": "Longsword", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}12 ({@damage 2d8 + 3}) Slashing damage." + ] + } + ], + "reaction": [ + { + "name": "Parry", + "entries": [ + "{@actTrigger} The hobgoblin is hit by a melee attack roll while holding a weapon. {@actResponse} The hobgoblin adds 3 to its AC against that attack, possibly causing it to miss." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill", + "mountain", + "planar, acheron", + "underdark" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Hobgoblin Warlord", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/hobgoblin-warlord.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack", + "Parry" + ], + "languageTags": [ + "C", + "GO" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Hobgoblin Warrior", + "group": [ + "Goblinoids" + ], + "source": "XMM", + "page": 170, + "size": [ + "M" + ], + "type": { + "type": "fey", + "tags": [ + "goblinoid" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 13, + "dex": 12, + "con": 12, + "int": 10, + "wis": 10, + "cha": 9, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "Common", + "Goblin" + ], + "cr": "1/2", + "gear": [ + "half plate armor|xphb", + "longbow|xphb", + "longsword|xphb", + "shield|xphb" + ], + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The hobgoblin has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the hobgoblin's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Longsword", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}12 ({@damage 2d10 + 1}) Slashing damage." + ] + }, + { + "name": "Longbow", + "entries": [ + "{@atkr r} {@hit 3}, range 150/600 ft. {@h}5 ({@damage 1d8 + 1}) Piercing damage plus 7 ({@damage 3d4}) Poison damage." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill", + "mountain", + "planar, acheron", + "underdark" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Hobgoblin", + "source": "MM" + }, + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "GO" + ], + "damageTags": [ + "I", + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Homunculus", + "source": "XMM", + "page": 172, + "size": [ + "T" + ], + "type": "construct", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 4, + "formula": "1d4 + 2" + }, + "speed": { + "walk": 20, + "fly": 40 + }, + "str": 4, + "dex": 15, + "con": 14, + "int": 10, + "wis": 10, + "cha": 7, + "save": { + "wis": "+2", + "cha": "+0" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "poisoned" + ], + "languages": [ + "understands Common plus one other language but can't speak" + ], + "cr": "0", + "trait": [ + { + "name": "Telepathic Bond", + "entries": [ + "While the homunculus is on the same plane of existence as its master, the two of them can communicate telepathically with each other." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}1 Piercing damage, and the target is subjected to the following effect. {@actSave con} {@dc 12}. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the end of the homunculus's next turn. Failure by 5 or More: The target has the {@condition Poisoned|XPHB} condition for 1 minute. While {@condition Poisoned|XPHB}, the target has the {@condition Unconscious|XPHB} condition, which ends early if the target takes any damage." + ] + } + ], + "environment": [ + "any" + ], + "token": { + "name": "Homunculus", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/homunculus.mp3" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "CS", + "X" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned", + "unconscious" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Hook Horror", + "source": "XMM", + "page": 173, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 75, + "formula": "10d10 + 20" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 18, + "dex": 10, + "con": 15, + "int": 6, + "wis": 12, + "cha": 7, + "save": { + "con": "+4" + }, + "skill": { + "perception": "+5" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 120 ft." + ], + "passive": 15, + "languages": [ + "Hook Horror" + ], + "cr": "3", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hook horror makes two Hook attacks." + ] + }, + { + "name": "Hook", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage. If the target is a Large or smaller creature, the hook horror moves the target 5 feet straight toward or away from itself." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Hook Horror", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/hook-horror.mp3" + }, + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Horned Devil", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 174, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 199, + "formula": "19d10 + 95" + }, + "speed": { + "walk": 30, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 22, + "dex": 17, + "con": 21, + "int": 12, + "wis": 16, + "cha": 18, + "save": { + "str": "+10", + "dex": "+7", + "wis": "+7", + "cha": "+8" + }, + "senses": [ + "darkvision 150 ft. (unimpeded by magical darkness)" + ], + "passive": 13, + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Infernal; telepathy 120 ft." + ], + "cr": "11", + "trait": [ + { + "name": "Diabolical Restoration", + "entries": [ + "If the devil dies outside the Nine Hells, its body disappears in sulfurous smoke, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Nine Hells." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The devil has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The devil makes three attacks, using Searing Fork or Hurl Flame in any combination. It can replace one attack with a use of Infernal Tail." + ] + }, + { + "name": "Searing Fork", + "entries": [ + "{@atkr m} {@hit 10}, reach 10 ft. {@h}15 ({@damage 2d8 + 6}) Piercing damage plus 9 ({@damage 2d8}) Fire damage." + ] + }, + { + "name": "Hurl Flame", + "entries": [ + "{@atkr r} {@hit 8}, range 150 ft. {@h}26 ({@damage 5d8 + 4}) Fire damage. If the target is a flammable object that isn't being worn or carried, it starts burning." + ] + }, + { + "name": "Infernal Tail", + "entries": [ + "{@actSave dex} {@dc 17}, one creature the devil can see within 10 feet. {@actSaveFail} 10 ({@damage 1d8 + 6}) Necrotic damage, and the target receives an infernal wound if it doesn't have one. While wounded, the target loses 10 ({@dice 3d6}) {@variantrule Hit Points|XPHB} at the start of each of its turns. The wound closes after 1 minute, after a spell restores {@variantrule Hit Points|XPHB} to the target, or after the target or a creature within 5 feet of it takes an action to stanch the wound, doing so by succeeding on a {@dc 17} Wisdom ({@skill Medicine|XPHB}) check." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Horned Devil", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/horned-devil.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "I", + "TP" + ], + "damageTags": [ + "F", + "N", + "P" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Hunter Shark", + "source": "XMM", + "page": 363, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 45, + "formula": "6d10 + 12" + }, + "speed": { + "walk": 5, + "swim": 40 + }, + "str": 18, + "dex": 14, + "con": 15, + "int": 1, + "wis": 10, + "cha": 4, + "skill": { + "perception": "+2" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 12, + "cr": "2", + "trait": [ + { + "name": "Water Breathing", + "entries": [ + "The shark can breathe only underwater." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 6} (with {@variantrule Advantage|XPHB} if the target doesn't have all its {@variantrule Hit Points|XPHB}), reach 5 ft. {@h}14 ({@damage 3d6 + 4}) Piercing damage." + ] + } + ], + "environment": [ + "underwater" + ], + "token": { + "name": "Hunter Shark", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/hunter-shark.mp3" + }, + "traitTags": [ + "Water Breathing" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Hydra", + "source": "XMM", + "page": 175, + "size": [ + "H" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 184, + "formula": "16d12 + 80" + }, + "speed": { + "walk": 40, + "swim": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 20, + "dex": 12, + "con": 20, + "int": 2, + "wis": 10, + "cha": 7, + "skill": { + "perception": "+6" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 16, + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "frightened", + "stunned", + "unconscious" + ], + "cr": "8", + "trait": [ + { + "name": "Hold Breath", + "entries": [ + "The hydra can hold its breath for 1 hour." + ] + }, + { + "name": "Multiple Heads", + "entries": [ + "The hydra has five heads. Whenever the hydra takes 25 damage or more on a single turn, one of its heads dies. The hydra dies if all its heads are dead. At the end of each of its turns when it has at least one living head, the hydra grows two heads for each of its heads that died since its last turn, unless it has taken Fire damage since its last turn. The hydra regains 20 {@variantrule Hit Points|XPHB} when it grows new heads." + ] + }, + { + "name": "Reactive Heads", + "entries": [ + "For each head the hydra has beyond one, it gets an extra {@variantrule Reaction|XPHB} that can be used only for Opportunity Attacks." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hydra makes as many Bite attacks as it has heads." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}10 ({@damage 1d10 + 5}) Piercing damage." + ] + } + ], + "environment": [ + "coastal", + "swamp" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Hydra", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/hydra.mp3" + }, + "traitTags": [ + "Hold Breath" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Hyena", + "source": "XMM", + "page": 363, + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 5, + "formula": "1d8 + 1" + }, + "speed": { + "walk": 50 + }, + "str": 11, + "dex": 13, + "con": 12, + "int": 2, + "wis": 12, + "cha": 5, + "skill": { + "perception": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "cr": "0", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The hyena has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the hyena's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}3 ({@damage 1d6}) Piercing damage." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill" + ], + "token": { + "name": "Hyena", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/hyena.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Ice Devil", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 176, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 228, + "formula": "24d10 + 96" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 21, + "dex": 14, + "con": 18, + "int": 18, + "wis": 15, + "cha": 18, + "save": { + "dex": "+7", + "con": "+9", + "wis": "+7", + "cha": "+9" + }, + "skill": { + "insight": "+7", + "perception": "+7", + "persuasion": "+9" + }, + "senses": [ + "blindsight 120 ft." + ], + "passive": 17, + "immune": [ + "cold", + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Infernal; telepathy 120 ft." + ], + "cr": "14", + "trait": [ + { + "name": "Diabolical Restoration", + "entries": [ + "If the devil dies outside the Nine Hells, its body disappears in sulfurous smoke, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Nine Hells." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The devil has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The devil makes three Ice Spear attacks. It can replace one attack with a Tail attack." + ] + }, + { + "name": "Ice Spear", + "entries": [ + "{@atkr m,r} {@hit 10}, reach 5 ft. or range 30/120 ft. {@h}14 ({@damage 2d8 + 5}) Piercing damage plus 10 ({@damage 3d6}) Cold damage. Until the end of its next turn, the target can't take a {@variantrule Bonus Action|XPHB} or {@variantrule Reaction|XPHB}, its {@variantrule Speed|XPHB} decreases by 10 feet, and it can move or take one action on its turn, not both. {@hom}The spear magically returns to the devil's hand immediately after a ranged attack." + ] + }, + { + "name": "Tail", + "entries": [ + "{@atkr m} {@hit 10}, reach 10 ft. {@h}15 ({@damage 3d6 + 5}) Bludgeoning damage plus 18 ({@damage 4d8}) Cold damage." + ] + }, + { + "name": "Ice Wall {@recharge}", + "entries": [ + "The devil casts {@spell Wall of Ice|XPHB} (level 8 version), requiring no spell components and using Intelligence as the spellcasting ability (spell save {@dc 17})." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Ice Devil", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ice-devil.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "I", + "TP" + ], + "damageTags": [ + "B", + "C", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RCH", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ice Mephit", + "source": "XMM", + "page": 206, + "size": [ + "S" + ], + "type": "elemental", + "alignment": [ + "N", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 21, + "formula": "6d6" + }, + "speed": { + "walk": 30, + "fly": 30 + }, + "str": 7, + "dex": 13, + "con": 10, + "int": 9, + "wis": 11, + "cha": 12, + "skill": { + "perception": "+2", + "stealth": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "immune": [ + "cold", + "poison" + ], + "vulnerable": [ + "fire" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "Primordial (Aquan, Auran)" + ], + "cr": "1/2", + "trait": [ + { + "name": "Death Burst", + "entries": [ + "The mephit explodes when it dies. {@actSave con} {@dc 10}, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the mephit. {@actSaveFail} 5 ({@damage 2d4}) Cold damage. {@actSaveSuccess} Half damage." + ] + } + ], + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}3 ({@damage 1d4 + 1}) Slashing damage plus 2 ({@damage 1d4}) Cold damage." + ] + }, + { + "name": "Fog Cloud (1/Day)", + "entries": [ + "The mephit casts {@spell Fog Cloud|XPHB}, requiring no spell components and using Charisma as the spellcasting ability." + ] + }, + { + "name": "Frost Breath {@recharge}", + "entries": [ + "{@actSave con} {@dc 10}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 7 ({@damage 3d4}) Cold damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "planar, elemental" + ], + "token": { + "name": "Ice Mephit", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ice-mephit.mp3" + }, + "traitTags": [ + "Death Burst" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "AQ", + "AU", + "P" + ], + "damageTags": [ + "C", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Imp", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 177, + "otherSources": [ + { + "source": "XPHB", + "page": 352 + } + ], + "size": [ + "T" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 21, + "formula": "6d4 + 6" + }, + "speed": { + "walk": 20, + "fly": 40 + }, + "str": 6, + "dex": 17, + "con": 13, + "int": 11, + "wis": 12, + "cha": 14, + "skill": { + "deception": "+4", + "insight": "+3", + "stealth": "+5" + }, + "senses": [ + "darkvision 120 ft. (unimpeded by magical darkness)" + ], + "passive": 11, + "resist": [ + "cold" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Common", + "Infernal" + ], + "cr": "1", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The imp has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Sting", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage plus 7 ({@damage 2d6}) Poison damage." + ] + }, + { + "name": "Invisibility", + "entries": [ + "The imp casts {@spell Invisibility|XPHB} on itself, requiring no spell components and using Charisma as the spellcasting ability." + ] + }, + { + "name": "Shape-Shift", + "entries": [ + "The imp shape-shifts to resemble a rat ({@variantrule Speed|XPHB} 20 ft.), a raven (20 ft., Fly 60 ft.), or a spider (20 ft., Climb 20 ft.), or it returns to its true form. Its statistics are the same in each form, except for its {@variantrule Speed|XPHB}. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "any" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/imp.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "languageTags": [ + "C", + "I" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Incubus", + "source": "XMM", + "page": 178, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "N", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 66, + "formula": "12d8 + 12" + }, + "speed": { + "walk": 30, + "fly": 60 + }, + "str": 8, + "dex": 17, + "con": 13, + "int": 15, + "wis": 12, + "cha": 20, + "skill": { + "deception": "+9", + "insight": "+5", + "perception": "+5", + "persuasion": "+9", + "stealth": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "resist": [ + "cold", + "fire", + "poison", + "psychic" + ], + "languages": [ + "Abyssal", + "Common", + "Infernal; telepathy 60 ft." + ], + "cr": "4", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The incubus casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Disguise Self|XPHB}", + "{@spell Etherealness|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Dream|XPHB}", + "{@spell Hypnotic Pattern|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Succubus Form", + "entries": [ + "When the incubus finishes a {@variantrule Long Rest|XPHB}, it can shape-shift into a {@creature Succubus|XMM}, using that stat block instead of this one. Any equipment it's wearing or carrying isn't transformed." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The incubus makes two Restless Touch attacks." + ] + }, + { + "name": "Restless Touch", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}15 ({@damage 3d6 + 5}) Psychic damage, and the target is cursed for 24 hours or until the incubus dies. Until the curse ends, the target gains no benefit from finishing Short Rests." + ] + } + ], + "bonus": [ + { + "name": "Nightmare {@recharge}", + "entries": [ + "{@actSave wis} {@dc 15}, one creature the incubus can see within 60 feet. {@actSaveFail} If the target has 20 {@variantrule Hit Points|XPHB} or fewer, it has the {@condition Unconscious|XPHB} condition for 1 hour, until it takes damage, or until a creature within 5 feet of it takes an action to wake it. Otherwise, the target takes 18 ({@damage 4d8}) Psychic damage." + ] + } + ], + "environment": [ + "planar, lower", + "urban" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Incubus", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/succubus-incubus.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "C", + "I", + "TP" + ], + "damageTags": [ + "Y" + ], + "damageTagsSpell": [ + "O", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "CUR", + "MA" + ], + "conditionInflict": [ + "unconscious" + ], + "conditionInflictSpell": [ + "charmed", + "incapacitated" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Intellect Devourer", + "source": "XMM", + "page": 179, + "size": [ + "T" + ], + "type": "aberration", + "alignment": [ + "L", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 28, + "formula": "8d4 + 8" + }, + "speed": { + "walk": 40 + }, + "str": 6, + "dex": 14, + "con": 13, + "int": 14, + "wis": 11, + "cha": 10, + "skill": { + "perception": "+2", + "stealth": "+4" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 12, + "resist": [ + "psychic" + ], + "languages": [ + "understands Deep Speech but can't speak; telepathy 60 ft." + ], + "cr": "2", + "trait": [ + { + "name": "Detect Intelligence", + "entries": [ + "The intellect devourer magically senses the location of any creature within 300 feet of itself that has an Intelligence score of 3 or higher, regardless of interposing barriers." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The intellect devourer makes one Claw attack and uses Devour Intellect." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 2d4 + 2}) Slashing damage." + ] + }, + { + "name": "Devour Intellect", + "entries": [ + "{@actSave int} {@dc 12}, one creature the intellect devourer can see within 5 feet. {@actSaveFail} 11 ({@damage 2d10}) Psychic damage, and the target has the {@condition Stunned|XPHB} condition until the end of the intellect devourer's next turn." + ] + }, + { + "name": "Steal Body", + "entries": [ + "{@actSave int} {@dc 12}, one Small or Medium creature within 5 feet that has the {@condition Incapacitated|XPHB} condition, is a Humanoid or Beast, and has 10 {@variantrule Hit Points|XPHB} or fewer. {@actSaveFail} The intellect devourer possesses the target, consumes its brain, and teleports inside its skull. While there, the intellect devourer has {@variantrule Cover|XPHB|Total Cover} against attacks and other effects originating outside its host. The intellect devourer retains its Intelligence, Wisdom, and Charisma scores; its understanding of Deep Speech; its telepathy; and its Detect Intelligence trait. It otherwise adopts the target's game statistics. It knows everything the target knew, including spells and languages.", + "If the host body dies, the intellect devourer must leave it. The intellect devourer is also forced out if the target regains its devoured brain by means of a {@spell Wish|XPHB} spell. By spending 5 feet of its movement, the intellect devourer can voluntarily leave the body, teleporting to the nearest unoccupied space within 5 feet of it. The body then dies unless its brain is restored before the end of the intellect devourer's next turn." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Intellect Devourer", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/intellect-devourer.mp3" + }, + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "CS", + "DS", + "TP" + ], + "damageTags": [ + "S", + "Y" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated", + "stunned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Invisible Stalker", + "source": "XMM", + "page": 180, + "size": [ + "L" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 97, + "formula": "13d10 + 26" + }, + "speed": { + "walk": 50, + "fly": { + "number": 50, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 16, + "dex": 19, + "con": 14, + "int": 10, + "wis": 15, + "cha": 11, + "skill": { + "perception": "+8", + "stealth": "+10" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 18, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "exhaustion", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "unconscious" + ], + "languages": [ + "Common", + "Primordial (Auran)" + ], + "cr": "6", + "trait": [ + { + "name": "Air Form", + "entries": [ + "The stalker can enter an enemy's space and stop there. It can move through a space as narrow as 1 inch without expending extra movement to do so." + ] + }, + { + "name": "Invisibility", + "entries": [ + "The stalker has the {@condition Invisible|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The stalker makes three Wind Swipe attacks. It can replace one attack with a use of Vortex." + ] + }, + { + "name": "Wind Swipe", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Force damage." + ] + }, + { + "name": "Vortex", + "entries": [ + "{@actSave con} {@dc 14}, one Large or smaller creature in the stalker's space. {@actSaveFail} 7 ({@damage 1d8 + 3}) Thunder damage, and the target has the {@condition Grappled|XPHB} condition (escape {@dc 13}). Until the grapple ends, the target can't cast spells with a Verbal component and takes 7 ({@damage 2d6}) Thunder damage at the start of each of the stalker's turns." + ] + } + ], + "environment": [ + "urban" + ], + "token": { + "name": "Invisible Stalker", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/invisible-stalker.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AU", + "C", + "P" + ], + "damageTags": [ + "O", + "T" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled", + "invisible" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Iron Golem", + "source": "XMM", + "page": 181, + "size": [ + "L" + ], + "type": "construct", + "alignment": [ + "U" + ], + "ac": [ + 20 + ], + "hp": { + "average": 252, + "formula": "24d10 + 120" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 2 + }, + "str": 24, + "dex": 9, + "con": 20, + "int": 3, + "wis": 11, + "cha": 1, + "senses": [ + "darkvision 120 ft." + ], + "passive": 10, + "immune": [ + "fire", + "poison", + "psychic" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned" + ], + "languages": [ + "understands Common plus two other languages but can't speak" + ], + "cr": "16", + "trait": [ + { + "name": "Fire Absorption", + "entries": [ + "Whenever the golem is subjected to Fire damage, it regains a number of {@variantrule Hit Points|XPHB} equal to the Fire damage dealt." + ] + }, + { + "name": "Immutable Form", + "entries": [ + "The golem can't shape-shift." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The golem has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The golem makes two attacks, using Bladed Arm or Fiery Bolt in any combination." + ] + }, + { + "name": "Bladed Arm", + "entries": [ + "{@atkr m} {@hit 12}, reach 10 ft. {@h}20 ({@damage 3d8 + 7}) Slashing damage plus 10 ({@damage 3d6}) Fire damage." + ] + }, + { + "name": "Fiery Bolt", + "entries": [ + "{@atkr r} {@hit 10}, range 120 ft. {@h}36 ({@damage 8d8}) Fire damage." + ] + }, + { + "name": "Poison Breath {@recharge}", + "entries": [ + "{@actSave con} {@dc 18}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 55 ({@damage 10d10}) Poison damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Iron Golem", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/iron-golem.mp3" + }, + "traitTags": [ + "Damage Absorption", + "Immutable Form", + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "CS", + "X" + ], + "damageTags": [ + "F", + "I", + "S" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Jackal", + "source": "XMM", + "page": 364, + "size": [ + "S" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 3, + "formula": "1d6" + }, + "speed": { + "walk": 40 + }, + "str": 8, + "dex": 15, + "con": 11, + "int": 3, + "wis": 12, + "cha": 6, + "skill": { + "perception": "+5", + "stealth": "+4" + }, + "senses": [ + "darkvision 90 ft." + ], + "passive": 15, + "cr": "0", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 1}, reach 5 ft. {@h}1 ({@damage 1d4 - 1}) Piercing damage." + ] + } + ], + "environment": [ + "desert", + "grassland" + ], + "token": { + "name": "Jackal", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/jackal.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Jackalwere", + "source": "XMM", + "page": 182, + "size": [ + "S" + ], + "type": "fiend", + "alignment": [ + "C", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 18, + "formula": "4d6 + 4" + }, + "speed": { + "walk": 40 + }, + "str": 11, + "dex": 15, + "con": 12, + "int": 13, + "wis": 11, + "cha": 10, + "skill": { + "deception": "+4", + "perception": "+4", + "stealth": "+4" + }, + "senses": [ + "darkvision 90 ft." + ], + "passive": 14, + "languages": [ + "Common" + ], + "cr": "1/2", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The jackalwere has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the jackalwere's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The jackalwere makes two Rend or Slam attacks." + ] + }, + { + "name": "Rend (Jackal or Hybrid Form Only)", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage." + ] + }, + { + "name": "Slam (Human or Hybrid Form Only)", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Bludgeoning damage." + ] + }, + { + "name": "Sleep Gaze {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 10}, one creature the jackalwere can see within 30 feet (Constructs and Undead succeed automatically). {@actSaveFail} The target has the {@condition Unconscious|XPHB} condition for 10 minutes or until it takes damage or a creature within 5 feet of it takes an action to wake it. {@actSaveSuccess} The target is immune to this jackalwere's Sleep Gaze for 24 hours." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The jackalwere shape-shifts into a Medium human or a Medium jackal-humanoid hybrid, or it returns to its true form (that of a Small jackal). Other than its size, its game statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "desert", + "grassland" + ], + "treasure": [ + "implements" + ], + "token": { + "name": "Jackalwere", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/jackalwere.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "unconscious" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Juvenile Shadow Dragon", + "source": "XMM", + "page": 275, + "size": [ + "M" + ], + "type": "dragon", + "alignment": [ + "C", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 45, + "formula": "6d8 + 18" + }, + "speed": { + "walk": 30, + "climb": 30, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 14, + "con": 17, + "int": 12, + "wis": 11, + "cha": 15, + "save": { + "dex": "+4" + }, + "skill": { + "perception": "+4", + "stealth": "+6" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 14, + "resist": [ + { + "special": "See Living Shadow" + } + ], + "immune": [ + "necrotic" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": "4", + "trait": [ + { + "name": "Living Shadow", + "entries": [ + "While in {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, the dragon has {@variantrule Resistance|XPHB} to damage that isn't Force, Psychic, or Radiant." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the dragon has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 10 ft. {@h}7 ({@damage 1d8 + 3}) Slashing damage plus 3 ({@damage 1d6}) Necrotic damage." + ] + }, + { + "name": "Shadow Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 13}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 17 ({@damage 5d6}) Necrotic damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} A Humanoid reduced to 0 {@variantrule Hit Points|XPHB} by this damage dies, and a {@creature Shadow|XMM} rises from its corpse. The shadow is under the dragon's control and shares the dragon's {@variantrule Initiative|XPHB} count but acts immediately after the dragon." + ] + } + ], + "bonus": [ + { + "name": "Shadow Stealth", + "entries": [ + "While in {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, the dragon takes the Hide action." + ] + } + ], + "environment": [ + "planar, shadowfell", + "underdark" + ], + "treasure": [ + "any" + ], + "traitTags": [ + "Sunlight Sensitivity" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "N", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Kenku", + "source": "XMM", + "page": 183, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 13, + "formula": "3d8" + }, + "speed": { + "walk": 30 + }, + "str": 10, + "dex": 16, + "con": 10, + "int": 11, + "wis": 10, + "cha": 10, + "skill": { + "deception": "+4", + "perception": "+2", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "languages": [ + "Common", + "Primordial (Auran)" + ], + "cr": "1/4", + "trait": [ + { + "name": "Mimicry", + "entries": [ + "The kenku can mimic any sounds it has heard, including voices. A creature that hears the sounds can tell they are imitations with a successful {@dc 14} Wisdom ({@skill Insight|XPHB}) check." + ] + } + ], + "action": [ + { + "name": "Shadow Blade", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 60 ft. {@h}6 ({@damage 1d6 + 3}) Necrotic damage. {@hom}The blade magically returns to the kenku's hand immediately after a ranged attack." + ] + } + ], + "bonus": [ + { + "name": "Eldritch Lantern {@recharge 4}", + "entries": [ + "The kenku casts {@spell Faerie Fire|XPHB}, using Intelligence as the spellcasting ability (spell save {@dc 10})." + ] + } + ], + "environment": [ + "forest", + "planar, shadowfell", + "urban" + ], + "treasure": [ + "implements", + "individual" + ], + "token": { + "name": "Kenku", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/kenku.mp3" + }, + "traitTags": [ + "Mimicry" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "AU", + "C", + "P" + ], + "damageTags": [ + "N" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Killer Whale", + "source": "XMM", + "page": 364, + "size": [ + "H" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 90, + "formula": "12d12 + 12" + }, + "speed": { + "walk": 5, + "swim": 60 + }, + "str": 19, + "dex": 14, + "con": 13, + "int": 3, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+3", + "stealth": "+4" + }, + "senses": [ + "blindsight 120 ft." + ], + "passive": 13, + "cr": "3", + "trait": [ + { + "name": "Hold Breath", + "entries": [ + "The whale can hold its breath for 30 minutes." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}21 ({@damage 5d6 + 4}) Piercing damage." + ] + } + ], + "environment": [ + "underwater" + ], + "token": { + "name": "Killer Whale", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/killer-whale.mp3" + }, + "traitTags": [ + "Hold Breath" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Knight", + "source": "XMM", + "page": 184, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 18 + ], + "hp": { + "average": 52, + "formula": "8d8 + 16" + }, + "speed": { + "walk": 30 + }, + "str": 16, + "dex": 11, + "con": 14, + "int": 11, + "wis": 11, + "cha": 15, + "save": { + "con": "+4", + "wis": "+2" + }, + "passive": 10, + "conditionImmune": [ + "frightened" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "3", + "gear": [ + "greatsword|xphb", + "heavy crossbow|xphb", + "plate armor|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The knight makes two attacks, using Greatsword or Heavy Crossbow in any combination." + ] + }, + { + "name": "Greatsword", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage plus 4 ({@damage 1d8}) Radiant damage." + ] + }, + { + "name": "Heavy Crossbow", + "entries": [ + "{@atkr r} {@hit 2}, range 100/400 ft. {@h}11 ({@damage 2d10}) Piercing damage plus 4 ({@damage 1d8}) Radiant damage." + ] + } + ], + "reaction": [ + { + "name": "Parry", + "entries": [ + "{@actTrigger} The knight is hit by a melee attack roll while holding a weapon. {@actResponse} The knight adds 2 to its AC against that attack, possibly causing it to miss." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments", + "individual" + ], + "token": { + "name": "Knight", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/knight.mp3" + }, + "actionTags": [ + "Multiattack", + "Parry" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P", + "R", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Kobold Warrior", + "source": "XMM", + "page": 185, + "size": [ + "S" + ], + "type": "dragon", + "alignment": [ + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 7, + "formula": "3d6 - 3" + }, + "speed": { + "walk": 30 + }, + "str": 7, + "dex": 15, + "con": 9, + "int": 8, + "wis": 7, + "cha": 8, + "senses": [ + "darkvision 60 ft." + ], + "passive": 8, + "languages": [ + "Common", + "Draconic" + ], + "cr": "1/8", + "gear": [ + { + "item": "dagger|xphb", + "quantity": 3 + } + ], + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The kobold has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the kobold has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Dagger", + "entries": [ + "{@atkr m,r} {@hit 4}, reach 5 ft. or range 20/60 ft. {@h}4 ({@damage 1d4 + 2}) Piercing damage." + ] + } + ], + "environment": [ + "arctic", + "coastal", + "desert", + "forest", + "hill", + "mountain", + "swamp", + "underdark", + "urban" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Kobold", + "source": "MM" + }, + "traitTags": [ + "Pack Tactics", + "Sunlight Sensitivity" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Kraken", + "group": [ + "Titans" + ], + "source": "XMM", + "page": 187, + "size": [ + "G" + ], + "type": { + "type": "monstrosity", + "tags": [ + "titan" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 481, + "formula": "26d20 + 208" + }, + "speed": { + "walk": 30, + "swim": 120 + }, + "initiative": { + "proficiency": 2 + }, + "str": 30, + "dex": 11, + "con": 26, + "int": 22, + "wis": 18, + "cha": 20, + "save": { + "str": "+17", + "dex": "+7", + "con": "+15", + "wis": "+11" + }, + "skill": { + "history": "+13", + "perception": "+11" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 21, + "immune": [ + "cold", + "lightning" + ], + "conditionImmune": [ + "frightened", + "grappled", + "paralyzed", + "restrained" + ], + "languages": [ + "understands Abyssal", + "Celestial", + "Infernal", + "and Primordial but can't speak; telepathy 120 ft." + ], + "cr": { + "cr": "23", + "xpLair": 62000 + }, + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The kraken can breathe air and water." + ] + }, + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the kraken fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Siege Monster", + "entries": [ + "The kraken deals double damage to objects and structures." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The kraken makes two Tentacle attacks and uses Fling, Lightning Strike, or Swallow." + ] + }, + { + "name": "Tentacle", + "entries": [ + "{@atkr m} {@hit 17}, reach 30 ft. {@h}24 ({@damage 4d6 + 10}) Bludgeoning damage. The target has the {@condition Grappled|XPHB} condition (escape {@dc 20}) from one of ten tentacles, and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + }, + { + "name": "Fling", + "entries": [ + "The kraken throws a Large or smaller creature {@condition Grappled|XPHB} by it to a space it can see within 60 feet of itself that isn't in the air. {@actSave dex} {@dc 25}, the creature thrown and each creature in the destination space. {@actSaveFail} 18 ({@damage 4d8}) Bludgeoning damage, and the target has the {@condition Prone|XPHB} condition. {@actSaveSuccess} Half damage only." + ] + }, + { + "name": "Lightning Strike", + "entries": [ + "{@actSave dex} {@dc 23}, one creature the kraken can see within 120 feet. {@actSaveFail} 33 ({@damage 6d10}) Lightning damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Swallow", + "entries": [ + "{@actSave dex} {@dc 25}, one creature {@condition Grappled|XPHB} by the kraken (it can have up to four creatures swallowed at a time). {@actSaveFail} 23 ({@damage 3d8 + 10}) Piercing damage. If the target is Large or smaller, it is swallowed and no longer {@condition Grappled|XPHB}. A swallowed creature has the {@condition Restrained|XPHB} condition, has {@variantrule Cover|XPHB|Total Cover} against attacks and other effects outside the kraken, and takes 24 ({@damage 7d6}) Acid damage at the start of each of its turns.", + "If the kraken takes 50 damage or more on a single turn from a creature inside it, the kraken must succeed on a {@dc 25} Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, each of which falls in a space within 10 feet of the kraken with the {@condition Prone|XPHB} condition. If the kraken dies, any swallowed creature no longer has the {@condition Restrained|XPHB} condition and can escape from the corpse using 15 feet of movement, exiting {@condition Prone|XPHB}." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Storm Bolt", + "entries": [ + "The kraken uses Lightning Strike." + ] + }, + { + "name": "Toxic Ink", + "entries": [ + "{@actSave con} {@dc 23}, each creature in a 15-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the kraken while it is underwater. {@actSaveFail} The target has the {@condition Blinded|XPHB} and {@condition Poisoned|XPHB} conditions until the end of the kraken's next turn. The kraken then moves up to its {@variantrule Speed|XPHB}. {@actSaveSuccessOrFail} The kraken can't take this action again until the start of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Kraken", + "source": "XMM" + }, + "environment": [ + "underwater" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Kraken", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/kraken.mp3" + }, + "traitTags": [ + "Amphibious", + "Legendary Resistances", + "Siege Monster" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack", + "Swallow", + "Tentacles" + ], + "languageTags": [ + "AB", + "CE", + "CS", + "I", + "P", + "TP" + ], + "damageTags": [ + "A", + "B", + "L", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "prone", + "restrained" + ], + "savingThrowForced": [ + "constitution" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Kuo-toa", + "source": "XMM", + "page": 189, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "N", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 18, + "formula": "4d8" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 13, + "dex": 10, + "con": 11, + "int": 11, + "wis": 10, + "cha": 8, + "skill": { + "perception": "+4" + }, + "senses": [ + "darkvision 120 ft.", + "truesight 30 ft." + ], + "passive": 14, + "languages": [ + "Undercommon" + ], + "cr": "1/4", + "gear": [ + "spear|xphb" + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The kuo-toa can breathe air and water." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the kuo-toa has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Spear", + "entries": [ + "{@atkr m,r} {@hit 3}, reach 5 ft. or range 20/60 ft. {@h}5 ({@damage 1d8 + 1}) Piercing damage." + ] + }, + { + "name": "Sticky Net (1/Day)", + "entries": [ + "{@actSave dex} {@dc 10}, one Large or smaller creature the kuo-toa can see within 15 feet. {@actSaveFail} The target has the {@condition Restrained|XPHB} condition until the net is destroyed (AC 10; HP 5; {@variantrule Immunity|XPHB} to Bludgeoning, Poison, and Psychic damage). A creature can take an action to make a {@dc 10} Strength ({@skill Athletics|XPHB}) check to free itself or another creature in a net within 5 feet, destroying the net on a success." + ] + } + ], + "reaction": [ + { + "name": "Sticky Shield", + "entries": [ + "{@actTrigger} A creature misses the kuo-toa with a melee attack roll using a weapon. {@actResponse d}{@actSave str} {@dc 11}, the triggering creature. {@actSaveFail} The attack's weapon sticks to the kuo-toa's shield. If the target doesn't let go of the weapon, the target has the {@condition Grappled|XPHB} condition while the weapon is stuck (escape {@dc 11}). While stuck, the weapon can't be used. The target can take an action to make a {@dc 11} Strength ({@skill Athletics|XPHB}) check, freeing the weapon on a success." + ] + } + ], + "environment": [ + "coastal", + "underdark" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Kuo-toa", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/kuo-toa.mp3" + }, + "traitTags": [ + "Amphibious", + "Sunlight Sensitivity" + ], + "senseTags": [ + "SD", + "U" + ], + "languageTags": [ + "U" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG", + "THW" + ], + "conditionInflict": [ + "grappled", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Kuo-toa Archpriest", + "source": "XMM", + "page": 191, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "N", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 105, + "formula": "14d8 + 42" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 16, + "dex": 14, + "con": 16, + "int": 13, + "wis": 16, + "cha": 14, + "skill": { + "perception": "+9", + "religion": "+4" + }, + "senses": [ + "darkvision 120 ft.", + "truesight 30 ft." + ], + "passive": 19, + "languages": [ + "Undercommon" + ], + "cr": "6", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The kuo-toa casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 14}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Destructive Wave|XPHB}", + "{@spell Divination|XPHB}", + "{@spell Hold Monster|XPHB} (level 6 version)", + "{@spell Scrying|XPHB}", + "{@spell Tongues|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Shield of Faith (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The kuo-toa casts {@spell Shield|XPHB} of Faith, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Shield|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The kuo-toa can breathe air and water." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the kuo-toa has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The kuo-toa makes three Strange Scepter attacks." + ] + }, + { + "name": "Strange Scepter", + "entries": [ + "{@atkr m,r} {@hit 6}, reach 5 ft. or range 120 ft. {@h}20 ({@damage 5d6 + 3}) Lightning damage." + ] + } + ], + "environment": [ + "coastal", + "underdark" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Kuo-toa Archpriest", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/kuo-toa-archpriest.mp3" + }, + "traitTags": [ + "Amphibious", + "Sunlight Sensitivity" + ], + "senseTags": [ + "SD", + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "U" + ], + "damageTags": [ + "L" + ], + "damageTagsSpell": [ + "N", + "R", + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "paralyzed", + "prone" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Kuo-toa Monitor", + "source": "XMM", + "page": 190, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "N", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 65, + "formula": "10d8 + 20" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 16, + "dex": 10, + "con": 14, + "int": 12, + "wis": 14, + "cha": 11, + "skill": { + "perception": "+6", + "religion": "+3" + }, + "senses": [ + "darkvision 120 ft.", + "truesight 30 ft." + ], + "passive": 16, + "languages": [ + "Undercommon" + ], + "cr": "3", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The kuo-toa can breathe air and water." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the kuo-toa has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The kuo-toa makes two Bone Whip attacks." + ] + }, + { + "name": "Bone Whip", + "entries": [ + "{@atkr m} {@hit 5}, reach 10 ft. {@h}6 ({@damage 1d6 + 3}) Slashing damage plus 7 ({@damage 2d6}) Lightning damage, and the target can't make Opportunity Attacks until the start of the kuo-toa's next turn." + ] + } + ], + "environment": [ + "coastal", + "underdark" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Kuo-toa Monitor", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/kuo-toa-monitor.mp3" + }, + "traitTags": [ + "Amphibious", + "Sunlight Sensitivity" + ], + "senseTags": [ + "SD", + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "U" + ], + "damageTags": [ + "L", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Kuo-toa Whip", + "source": "XMM", + "page": 190, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "N", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 45, + "formula": "7d8 + 14" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 14, + "dex": 10, + "con": 14, + "int": 12, + "wis": 14, + "cha": 11, + "skill": { + "perception": "+6", + "religion": "+3" + }, + "senses": [ + "darkvision 120 ft.", + "truesight 30 ft." + ], + "passive": 16, + "languages": [ + "Undercommon" + ], + "cr": "1", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The kuo-toa can breathe air and water." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the kuo-toa has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Pincer Staff", + "entries": [ + "{@atkr m} {@hit 4}, reach 10 ft. {@h}9 ({@damage 2d6 + 2}) Piercing damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 12}). Until the grapple ends, the kuo-toa can't make Pincer Staff attacks." + ] + }, + { + "name": "Conjure Slimy Glob", + "entries": [ + "{@atkr r} {@hit 4}, range 60 ft. {@h}9 ({@damage 3d4 + 2}) Acid damage." + ] + } + ], + "bonus": [ + { + "name": "Shield of Faith (2/Day)", + "entries": [ + "The kuo-toa casts {@spell Shield|XPHB} of Faith, using Wisdom as the spellcasting ability." + ] + } + ], + "environment": [ + "coastal", + "underdark" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Kuo-toa Whip", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/kuo-toa-whip.mp3" + }, + "traitTags": [ + "Amphibious", + "Sunlight Sensitivity" + ], + "senseTags": [ + "SD", + "U" + ], + "languageTags": [ + "U" + ], + "damageTags": [ + "A", + "P" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Lacedon Ghoul", + "source": "XMM", + "page": 132, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "C", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 22, + "formula": "5d8" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 13, + "dex": 15, + "con": 10, + "int": 7, + "wis": 10, + "cha": 6, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "resist": [ + "cold" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "poisoned" + ], + "languages": [ + "Common" + ], + "cr": "1", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The ghoul makes two Icy Bite attacks." + ] + }, + { + "name": "Icy Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}9 ({@damage 2d6 + 2}) Cold damage, and the target's {@variantrule Speed|XPHB} decreases by 5 feet until the start of the ghoul's next turn." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Slashing damage. If the target is a creature that isn't an Undead or elf, it is subjected to the following effect. {@actSave con} {@dc 10}. {@actSaveFail} The target has the {@condition Paralyzed|XPHB} condition until the end of its next turn." + ] + } + ], + "bonus": [ + { + "name": "Watery Rush", + "entries": [ + "While underwater, the ghoul moves up to half its {@variantrule Swim Speed|XPHB} without provoking Opportunity Attacks." + ] + } + ], + "environment": [ + "swamp", + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "C", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Lamia", + "source": "XMM", + "page": 192, + "size": [ + "L" + ], + "type": "fiend", + "alignment": [ + "C", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 97, + "formula": "13d10 + 26" + }, + "speed": { + "walk": 40 + }, + "str": 16, + "dex": 13, + "con": 15, + "int": 14, + "wis": 15, + "cha": 16, + "skill": { + "deception": "+7", + "insight": "+4", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "languages": [ + "Abyssal", + "Common" + ], + "cr": "4", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The lamia casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Disguise Self|XPHB} (can appear as a Large or Medium biped)", + "{@spell Minor Illusion|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Geas|XPHB}", + "{@spell Major Image|XPHB}", + "{@spell Scrying|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The lamia makes two Claw attacks. It can replace one attack with a use of Corrupting Touch." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Slashing damage plus 7 ({@damage 2d6}) Psychic damage." + ] + }, + { + "name": "Corrupting Touch", + "entries": [ + "{@actSave wis} {@dc 13}, one creature the lamia can see within 5 feet. {@actSaveFail} 13 ({@damage 3d8}) Psychic damage, and the target is cursed for 1 hour. Until the curse ends, the target has the {@condition Charmed|XPHB} and {@condition Poisoned|XPHB} conditions." + ] + } + ], + "bonus": [ + { + "name": "Leap", + "entries": [ + "The lamia jumps up to 30 feet by spending 10 feet of movement." + ] + } + ], + "environment": [ + "desert" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Lamia", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/lamia.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "C" + ], + "damageTags": [ + "S", + "Y" + ], + "damageTagsSpell": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflictSpell": [ + "charmed" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Larva", + "source": "XMM", + "page": 193, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "N", + "E" + ], + "ac": [ + 9 + ], + "hp": { + "average": 9, + "formula": "2d8" + }, + "speed": { + "walk": 20 + }, + "str": 9, + "dex": 9, + "con": 10, + "int": 6, + "wis": 10, + "cha": 2, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "understands Common plus one other language but can't speak" + ], + "cr": "0", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 1}, reach 5 ft. {@h}1 ({@damage 1d4 - 1}) Necrotic damage." + ] + } + ], + "environment": [ + "planar, lower" + ], + "token": { + "name": "Larva", + "source": "DMG" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "CS", + "X" + ], + "damageTags": [ + "N" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Lemure", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 194, + "size": [ + "M" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 9 + ], + "hp": { + "average": 9, + "formula": "2d8" + }, + "speed": { + "walk": 20 + }, + "str": 10, + "dex": 5, + "con": 11, + "int": 1, + "wis": 11, + "cha": 3, + "senses": [ + "darkvision 120 ft. (unimpeded by magical darkness)" + ], + "passive": 10, + "resist": [ + "cold" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "charmed", + "frightened", + "poisoned" + ], + "languages": [ + "understands Infernal but can't speak" + ], + "cr": "0", + "trait": [ + { + "name": "Hellish Restoration", + "entries": [ + "If the lemure dies in the Nine Hells, it revives with all its {@variantrule Hit Points|XPHB} in {@dice 1d10} days unless it is killed by a creature under the effects of a {@spell Bless|XPHB} spell or its remains are sprinkled with Holy Water." + ] + } + ], + "action": [ + { + "name": "Vile Slime", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}2 ({@damage 1d4}) Poison damage." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "token": { + "name": "Lemure", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/lemure.mp3" + }, + "senseTags": [ + "SD" + ], + "languageTags": [ + "CS", + "I" + ], + "damageTags": [ + "I" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Lich", + "source": "XMM", + "page": 196, + "size": [ + "M" + ], + "type": { + "type": "undead", + "tags": [ + "wizard" + ] + }, + "alignment": [ + "N", + "E" + ], + "ac": [ + 20 + ], + "hp": { + "average": 315, + "formula": "42d8 + 126" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 2 + }, + "str": 11, + "dex": 16, + "con": 16, + "int": 21, + "wis": 14, + "cha": 16, + "save": { + "dex": "+10", + "con": "+10", + "int": "+12", + "wis": "+9" + }, + "skill": { + "arcana": "+19", + "history": "+12", + "insight": "+9", + "perception": "+9" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 19, + "resist": [ + "cold", + "lightning" + ], + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "poisoned" + ], + "languages": [ + "all" + ], + "cr": { + "cr": "21", + "xpLair": 41000 + }, + "gear": [ + "component pouch|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The lich casts one of the following spells, using Intelligence as the spellcasting ability (spell save {@dc 20}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Dispel Magic|XPHB}", + "{@spell Fireball|XPHB} (level 5 version)", + "{@spell Invisibility|XPHB}", + "{@spell Lightning Bolt|XPHB} (level 5 version)", + "{@spell Mage Hand|XPHB}", + "{@spell Prestidigitation|XPHB}" + ], + "daily": { + "2e": [ + "{@spell Animate Dead|XPHB}", + "{@spell Dimension Door|XPHB}", + "{@spell Plane Shift|XPHB}" + ], + "1e": [ + "{@spell Chain Lightning|XPHB}", + "{@spell Finger of Death|XPHB}", + "{@spell Power Word Kill|XPHB}", + "{@spell Scrying|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Protective Magic", + "type": "spellcasting", + "headerEntries": [ + "The lich casts {@spell Counterspell|XPHB} or {@spell Shield|XPHB} in response to the spell's trigger, using the same spellcasting ability as Spellcasting." + ], + "will": [ + "{@spell Counterspell|XPHB}", + "{@spell Shield|XPHB}" + ], + "ability": "int", + "displayAs": "reaction", + "hidden": [ + "will" + ] + }, + { + "name": "Frightening Gaze", + "type": "spellcasting", + "headerEntries": [ + "The lich casts {@spell Fear|XPHB}, using the same spellcasting ability as Spellcasting. The lich can't take this action again until the start of its next turn." + ], + "legendary": { + "1": [ + "{@spell Fear|XPHB}" + ] + }, + "ability": "int", + "displayAs": "legendary", + "hidden": [ + "legendary" + ] + } + ], + "trait": [ + { + "name": "Legendary Resistance (4/Day, or 5/Day in Lair)", + "entries": [ + "If the lich fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Spirit Jar", + "entries": [ + "If destroyed, the lich reforms in {@dice 1d10} days if it has a spirit jar, reviving with all its {@variantrule Hit Points|XPHB}. The new body appears in an unoccupied space within the lich's lair." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The lich makes three attacks, using Eldritch Burst or Paralyzing Touch in any combination." + ] + }, + { + "name": "Eldritch Burst", + "entries": [ + "{@atkr m,r} {@hit 12}, reach 5 ft. or range 120 ft. {@h}31 ({@damage 4d12 + 5}) Force damage." + ] + }, + { + "name": "Paralyzing Touch", + "entries": [ + "{@atkr m} {@hit 12}, reach 5 ft. {@h}15 ({@damage 3d6 + 5}) Cold damage, and the target has the {@condition Paralyzed|XPHB} condition until the start of the lich's next turn." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Deathly Teleport", + "entries": [ + "The lich teleports up to 60 feet to an unoccupied space it can see, and each creature within 10 feet of the space it left takes 11 ({@damage 2d10}) Necrotic damage." + ] + }, + { + "name": "Disrupt Life", + "entries": [ + "{@actSave con} {@dc 20}, each creature that isn't an Undead in a 20-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the lich. {@actSaveFail} 31 ({@damage 9d6}) Necrotic damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The lich can't take this action again until the start of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Lich", + "source": "XMM" + }, + "environment": [ + "any" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Lich", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/lich.mp3" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "XX" + ], + "damageTags": [ + "C", + "N", + "O" + ], + "damageTagsSpell": [ + "F", + "L", + "N", + "O", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RA" + ], + "conditionInflict": [ + "paralyzed" + ], + "conditionInflictSpell": [ + "frightened", + "invisible" + ], + "savingThrowForcedSpell": [ + "constitution", + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Lion", + "source": "XMM", + "page": 364, + "otherSources": [ + { + "source": "XPHB", + "page": 352 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 22, + "formula": "4d10" + }, + "speed": { + "walk": 50 + }, + "str": 17, + "dex": 15, + "con": 11, + "int": 3, + "wis": 12, + "cha": 8, + "skill": { + "perception": "+3", + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "cr": "1", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The lion has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the lion's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "name": "Running Leap", + "entries": [ + "With a 10-foot running start, the lion can {@variantrule Long Jump|XPHB} up to 25 feet." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The lion makes two Rend attacks. It can replace one attack with a use of Roar." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Slashing damage." + ] + }, + { + "name": "Roar", + "entries": [ + "{@actSave wis} {@dc 11}, one creature within 15 feet. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the start of the lion's next turn." + ] + } + ], + "environment": [ + "desert", + "grassland", + "hill", + "mountain" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/lion.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "frightened" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Lizard", + "source": "XMM", + "page": 364, + "otherSources": [ + { + "source": "XPHB", + "page": 353 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 10 + ], + "hp": { + "average": 2, + "formula": "1d4" + }, + "speed": { + "walk": 20, + "climb": 20 + }, + "str": 2, + "dex": 11, + "con": 10, + "int": 1, + "wis": 8, + "cha": 3, + "senses": [ + "darkvision 30 ft." + ], + "passive": 9, + "cr": "0", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The lizard can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Piercing damage." + ] + } + ], + "environment": [ + "coastal", + "desert", + "forest", + "swamp", + "underdark" + ], + "token": { + "name": "Lizard", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/lizard.mp3" + }, + "traitTags": [ + "Spider Climb" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Lizardfolk Geomancer", + "source": "XMM", + "page": 197, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 33, + "formula": "6d8 + 6" + }, + "speed": { + "walk": 30, + "burrow": 20, + "swim": 30 + }, + "str": 15, + "dex": 10, + "con": 13, + "int": 10, + "wis": 15, + "cha": 8, + "skill": { + "nature": "+2", + "perception": "+4", + "stealth": "+4" + }, + "passive": 14, + "languages": [ + "Draconic", + "Primordial (Terran)" + ], + "cr": "2", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The lizardfolk casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 12}):" + ], + "will": [ + "{@spell Elementalism|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Meld into Stone|XPHB}", + "{@spell Speak with Plants|XPHB}", + "{@spell Spike Growth|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The lizardfolk makes two Earth Burst attacks." + ] + }, + { + "name": "Earth Burst", + "entries": [ + "{@atkr m,r} {@hit 4}, reach 5 ft. or range 60 ft. {@h}9 ({@damage 2d6 + 2}) Bludgeoning damage." + ] + }, + { + "name": "Hail of Stone {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 12}, each creature in a 20-foot-radius, 40-foot-high {@variantrule Cylinder [Area of Effect]|XPHB|Cylinder} centered on a point the lizardfolk can see within 60 feet. {@actSaveFail} 15 ({@damage 6d4}) Bludgeoning damage, and the target has the {@condition Prone|XPHB} condition. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "forest", + "swamp" + ], + "treasure": [ + "individual" + ], + "token": { + "name": "Lizardfolk Shaman", + "source": "MM" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "DR", + "P", + "T" + ], + "damageTags": [ + "B" + ], + "damageTagsSpell": [ + "O", + "P" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RA" + ], + "conditionInflict": [ + "prone" + ], + "conditionInflictSpell": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Lizardfolk Sovereign", + "source": "XMM", + "page": 197, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 78, + "formula": "12d8 + 24" + }, + "speed": { + "walk": 30, + "burrow": 20, + "swim": 30 + }, + "str": 17, + "dex": 12, + "con": 15, + "int": 11, + "wis": 11, + "cha": 15, + "save": { + "con": "+4", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "conditionImmune": [ + "frightened" + ], + "languages": [ + "Draconic", + "Primordial (Terran)" + ], + "cr": "4", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The lizardfolk makes one Bite attack and one Earthen Maul attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 1d10 + 3}) Piercing damage. If the target is a creature that isn't a Construct or an Undead, the lizardfolk gains {@variantrule Temporary Hit Points|XPHB} equal to the damage dealt." + ] + }, + { + "name": "Earthen Maul", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Bludgeoning damage. If the target is a Medium or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "bonus": [ + { + "name": "Charge", + "entries": [ + "The lizardfolk moves up to its {@variantrule Speed|XPHB} or {@variantrule Swim Speed|XPHB} straight toward an enemy it can see." + ] + } + ], + "environment": [ + "forest", + "swamp" + ], + "treasure": [ + "individual" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "DR", + "P", + "T" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "MLW" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mage", + "source": "XMM", + "page": 199, + "otherSources": [ + { + "source": "UtHftLH" + } + ], + "size": [ + "S", + "M" + ], + "type": { + "type": "humanoid", + "note": "(wizard)" + }, + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 81, + "formula": "18d8" + }, + "speed": { + "walk": 30 + }, + "str": 9, + "dex": 14, + "con": 11, + "int": 17, + "wis": 12, + "cha": 11, + "save": { + "int": "+6", + "wis": "+4" + }, + "skill": { + "arcana": "+6", + "history": "+6", + "perception": "+4" + }, + "passive": 14, + "languages": [ + "Common and any three languages" + ], + "cr": "6", + "gear": [ + "wand|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The mage casts one of the following spells, using Intelligence as the spellcasting ability (spell save {@dc 14}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Light|XPHB}", + "{@spell Mage Armor|XPHB} (included in AC)", + "{@spell Mage Hand|XPHB}", + "{@spell Prestidigitation|XPHB}" + ], + "daily": { + "2e": [ + "{@spell Fireball|XPHB} (level 4 version)", + "{@spell Invisibility|XPHB}" + ], + "1e": [ + "{@spell Cone of Cold|XPHB}", + "{@spell Fly|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Misty Step (3/Day)", + "type": "spellcasting", + "headerEntries": [ + "The mage casts {@spell Misty Step|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "3": [ + "{@spell Misty Step|XPHB}" + ] + }, + "ability": "int", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + }, + { + "name": "Protective Magic (3/Day)", + "type": "spellcasting", + "headerEntries": [ + "The mage casts {@spell Counterspell|XPHB} or {@spell Shield|XPHB} in response to the spell's trigger, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "3": [ + "{@spell Counterspell|XPHB}", + "{@spell Shield|XPHB}" + ] + }, + "ability": "int", + "displayAs": "reaction", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The mage makes three Arcane Burst attacks." + ] + }, + { + "name": "Arcane Burst", + "entries": [ + "{@atkr m,r} {@hit 6}, reach 5 ft. or range 120 ft. {@h}16 ({@damage 3d8 + 3}) Force damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "arcana", + "individual" + ], + "token": { + "name": "Mage", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/mage.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "O" + ], + "damageTagsSpell": [ + "C", + "F" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "constitution", + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mage Apprentice", + "source": "XMM", + "page": 198, + "size": [ + "S", + "M" + ], + "type": { + "type": "humanoid", + "note": "(wizard)" + }, + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 49, + "formula": "9d8 + 9" + }, + "speed": { + "walk": 30 + }, + "str": 8, + "dex": 14, + "con": 12, + "int": 16, + "wis": 13, + "cha": 10, + "save": { + "int": "+5", + "wis": "+3" + }, + "skill": { + "arcana": "+5", + "perception": "+3" + }, + "passive": 13, + "languages": [ + "Common plus one other language" + ], + "cr": "2", + "gear": [ + "component pouch|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The mage casts one of the following spells, using Intelligence as the spellcasting ability (spell save {@dc 13}, {@hit 5} to hit with spell attacks):" + ], + "will": [ + "{@spell Mage Hand|XPHB}", + "{@spell Prestidigitation|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Disguise Self|XPHB}", + "{@spell Ice Knife|XPHB}", + "{@spell Mage Armor|XPHB} (included in AC)", + "{@spell Thunderwave|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Arcane Burst", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 120 ft. {@h}14 ({@damage 2d10 + 3}) Force damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "arcana", + "individual" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "O" + ], + "damageTagsSpell": [ + "C", + "P", + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "savingThrowForcedSpell": [ + "constitution", + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Magma Mephit", + "source": "XMM", + "page": 207, + "size": [ + "S" + ], + "type": "elemental", + "alignment": [ + "N", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 18, + "formula": "4d6 + 4" + }, + "speed": { + "walk": 30, + "fly": 30 + }, + "str": 8, + "dex": 12, + "con": 12, + "int": 7, + "wis": 10, + "cha": 10, + "skill": { + "stealth": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "fire", + "poison" + ], + "vulnerable": [ + "cold" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "Primordial (Ignan, Terran)" + ], + "cr": "1/2", + "trait": [ + { + "name": "Death Burst", + "entries": [ + "The mephit explodes when it dies. {@actSave dex} {@dc 11}, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the mephit. {@actSaveFail} 7 ({@damage 2d6}) Fire damage. {@actSaveSuccess} Half damage." + ] + } + ], + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}3 ({@damage 1d4 + 1}) Slashing damage plus 3 ({@damage 1d6}) Fire damage." + ] + }, + { + "name": "Fire Breath {@recharge}", + "entries": [ + "{@actSave dex} {@dc 11}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 7 ({@damage 2d6}) Fire damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "planar, elemental" + ], + "token": { + "name": "Magma Mephit", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/magma-mephit.mp3" + }, + "traitTags": [ + "Death Burst" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "IG", + "P", + "T" + ], + "damageTags": [ + "F", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Magmin", + "source": "XMM", + "page": 200, + "size": [ + "S" + ], + "type": "elemental", + "alignment": [ + "C", + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 13, + "formula": "3d6 + 3" + }, + "speed": { + "walk": 30 + }, + "str": 7, + "dex": 15, + "con": 12, + "int": 8, + "wis": 11, + "cha": 10, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "fire" + ], + "languages": [ + "Primordial (Ignan)" + ], + "cr": "1/2", + "trait": [ + { + "name": "Death Burst", + "entries": [ + "The magmin explodes when it dies. {@actSave dex} {@dc 11}, each creature in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the magmin. {@actSaveFail} 7 ({@damage 2d6}) Fire damage. {@actSaveSuccess} Half damage." + ] + } + ], + "action": [ + { + "name": "Touch", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 2d4 + 2}) Fire damage. If the target is a creature or a flammable object that isn't being worn or carried, it starts burning." + ] + } + ], + "bonus": [ + { + "name": "Ignited Illumination", + "entries": [ + "The magmin sets itself ablaze or extinguishes its flames. While ablaze, the magmin sheds {@variantrule Bright Light|XPHB} in a 10-foot radius and {@variantrule Dim Light|XPHB} for an additional 10 feet." + ] + } + ], + "environment": [ + "planar, fire" + ], + "token": { + "name": "Magmin", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/magmin.mp3" + }, + "traitTags": [ + "Death Burst" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "IG", + "P" + ], + "damageTags": [ + "F" + ], + "miscTags": [ + "AOE", + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mammoth", + "source": "XMM", + "page": 365, + "size": [ + "H" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 126, + "formula": "11d12 + 55" + }, + "speed": { + "walk": 50 + }, + "initiative": { + "proficiency": 1 + }, + "str": 24, + "dex": 9, + "con": 21, + "int": 3, + "wis": 11, + "cha": 6, + "save": { + "str": "+10", + "con": "+8" + }, + "passive": 10, + "cr": "6", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The mammoth makes two Gore attacks." + ] + }, + { + "name": "Gore", + "entries": [ + "{@atkr m} {@hit 10}, reach 10 ft. {@h}18 ({@damage 2d10 + 7}) Piercing damage. If the target is a Huge or smaller creature and the mammoth moved 20+ feet straight toward it immediately before the hit, the target has the {@condition Prone|XPHB} condition." + ] + } + ], + "bonus": [ + { + "name": "Trample", + "entries": [ + "{@actSave dex} {@dc 18}, one creature within 5 feet that has the {@condition Prone|XPHB} condition. {@actSaveFail} 29 ({@damage 4d10 + 7}) Bludgeoning damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "arctic" + ], + "token": { + "name": "Mammoth", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/mammoth.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluffImages": true + }, + { + "name": "Manes", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 201, + "size": [ + "S" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 9 + ], + "hp": { + "average": 9, + "formula": "2d6 + 2" + }, + "speed": { + "walk": 20 + }, + "str": 10, + "dex": 9, + "con": 13, + "int": 3, + "wis": 8, + "cha": 4, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "frightened", + "poisoned" + ], + "languages": [ + "understands Abyssal but can't speak" + ], + "cr": "1/8", + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}5 ({@damage 2d4}) Slashing damage." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "token": { + "name": "Manes", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/manes.mp3" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "AB", + "CS" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Manes Vaporspawn", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 201, + "size": [ + "M" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 19, + "formula": "3d8 + 6" + }, + "speed": { + "walk": 30 + }, + "str": 14, + "dex": 12, + "con": 15, + "int": 5, + "wis": 8, + "cha": 3, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "grappled", + "poisoned", + "restrained" + ], + "languages": [ + "understands Abyssal but can't speak" + ], + "cr": "1", + "trait": [ + { + "name": "Contortionist", + "entries": [ + "The manes can move through a space as narrow as 1 inch without expending extra movement to do so." + ] + }, + { + "name": "Sickening Vapors", + "entries": [ + "{@actSave con} {@dc 12}, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the manes at the end of the manes's turn. {@actSaveFail} The target has the {@condition Incapacitated|XPHB} condition until the end of its next turn. {@actSaveSuccess} The target is immune to this manes's Sickening Vapors for 24 hours." + ] + } + ], + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Slashing damage plus 5 ({@damage 2d4}) Necrotic damage." + ] + } + ], + "bonus": [ + { + "name": "Shadow Stealth", + "entries": [ + "While in {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, the manes takes the Hide action." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "AB", + "CS" + ], + "damageTags": [ + "N", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Manticore", + "source": "XMM", + "page": 202, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "L", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 68, + "formula": "8d10 + 24" + }, + "speed": { + "walk": 30, + "fly": 50 + }, + "str": 17, + "dex": 16, + "con": 17, + "int": 7, + "wis": 12, + "cha": 8, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "languages": [ + "Common" + ], + "cr": "3", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The manticore makes three attacks, using Rend or Tail Spike in any combination." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Slashing damage." + ] + }, + { + "name": "Tail Spike", + "entries": [ + "{@atkr r} {@hit 5}, range 100/200 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage." + ] + } + ], + "environment": [ + "arctic", + "coastal", + "grassland", + "hill", + "mountain" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Manticore", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/manticore.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Marid", + "group": [ + "Genies" + ], + "source": "XMM", + "page": 203, + "size": [ + "L" + ], + "type": { + "type": "elemental", + "tags": [ + "genie" + ] + }, + "alignment": [ + "C", + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 229, + "formula": "17d10 + 136" + }, + "speed": { + "walk": 30, + "fly": 60, + "swim": 90 + }, + "initiative": { + "proficiency": 1 + }, + "str": 22, + "dex": 12, + "con": 26, + "int": 18, + "wis": 17, + "cha": 18, + "save": { + "dex": "+5", + "cha": "+8" + }, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 13, + "resist": [ + "acid", + "cold", + "lightning" + ], + "languages": [ + "Primordial (Aquan)" + ], + "cr": "11", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The marid casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Create or Destroy Water|XPHB}", + "{@spell Detect Evil and Good|XPHB}", + "{@spell Detect Magic|XPHB}", + "{@spell Purify Food and Drink|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Control Water|XPHB}", + "{@spell Gaseous Form|XPHB}", + "{@spell Invisibility|XPHB}", + "{@spell Plane Shift|XPHB}", + "{@spell Tongues|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Misty Veil {@recharge 5}", + "type": "spellcasting", + "headerEntries": [ + "The marid casts {@spell Fog Cloud|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "recharge": { + "5": [ + "{@spell Fog Cloud|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "bonus", + "hidden": [ + "recharge" + ] + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The marid can breathe air and water." + ] + }, + { + "name": "Elemental Restoration", + "entries": [ + "If the marid dies outside the Elemental Plane of Water, its body dissolves into brine, and it gains a new body in {@dice 1d4} days, reviving with all its {@variantrule Hit Points|XPHB} somewhere on the Plane of Water." + ] + }, + { + "name": "Wishes", + "entries": [ + "The marid has a 30 percent chance of knowing the {@spell Wish|XPHB} spell. If the marid knows it, the marid can cast it only on behalf of a non-genie creature who communicates a wish in a way the marid can understand. If the marid casts the spell for the creature, the marid suffers none of the spell's stress. Once the marid has cast it three times, the marid can't do so again for 365 days." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The marid makes three Aquatic Lash attacks." + ] + }, + { + "name": "Aquatic Lash", + "entries": [ + "{@atkr m} {@hit 10}, reach 15 ft. {@h}15 ({@damage 2d8 + 6}) Slashing damage plus 9 ({@damage 2d8}) Cold damage." + ] + }, + { + "name": "Water Jet", + "entries": [ + "{@actSave dex} {@dc 18}, each creature in a 60-foot-long, 10-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 31 ({@damage 9d6}) Cold damage. If the target is a Huge or smaller creature, it is pushed up to 20 feet straight away from the marid and has the {@condition Prone|XPHB} condition. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "coastal", + "planar, water", + "underwater" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Marid", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/marid.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AQ", + "P" + ], + "damageTags": [ + "C", + "S" + ], + "damageTagsSpell": [ + "B" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "strength" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Marilith", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 204, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 220, + "formula": "21d10 + 105" + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 20, + "con": 20, + "int": 18, + "wis": 16, + "cha": 20, + "save": { + "str": "+9", + "con": "+10", + "wis": "+8", + "cha": "+10" + }, + "skill": { + "perception": "+8" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 18, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal; telepathy 120 ft." + ], + "cr": "16", + "trait": [ + { + "name": "Demonic Restoration", + "entries": [ + "If the marilith dies outside the Abyss, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Abyss." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The marilith has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Reactive", + "entries": [ + "The marilith can take one {@variantrule Reaction|XPHB} on every turn of combat." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The marilith makes six Pact Blade attacks and uses Constrict." + ] + }, + { + "name": "Pact Blade", + "entries": [ + "{@atkr m} {@hit 10}, reach 5 ft. {@h}10 ({@damage 1d10 + 5}) Slashing damage plus 7 ({@damage 2d6}) Necrotic damage." + ] + }, + { + "name": "Constrict", + "entries": [ + "{@actSave str} {@dc 17}, one Medium or smaller creature the marilith can see within 5 feet. {@actSaveFail} 15 ({@damage 2d10 + 4}) Bludgeoning damage. The target has the {@condition Grappled|XPHB} condition (escape {@dc 14}), and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + } + ], + "bonus": [ + { + "name": "Teleport {@recharge 5}", + "entries": [ + "The marilith teleports up to 120 feet to an unoccupied space it can see." + ] + } + ], + "reaction": [ + { + "name": "Parry", + "entries": [ + "{@actTrigger} The marilith is hit by a melee attack roll while holding a weapon. {@actResponse} The marilith adds 5 to its AC against that attack, possibly causing it to miss." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Marilith", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/marilith.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack", + "Parry", + "Teleport" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "B", + "N", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mastiff", + "source": "XMM", + "page": 365, + "otherSources": [ + { + "source": "XPHB", + "page": 353 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 5, + "formula": "1d8 + 1" + }, + "speed": { + "walk": 40 + }, + "str": 13, + "dex": 14, + "con": 12, + "int": 3, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "cr": "1/8", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Piercing damage. If the target is a Medium or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "forest", + "hill", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/mastiff.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Medusa", + "source": "XMM", + "page": 205, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "L", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 127, + "formula": "17d8 + 51" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 10, + "dex": 17, + "con": 16, + "int": 12, + "wis": 13, + "cha": 15, + "save": { + "wis": "+4" + }, + "skill": { + "deception": "+5", + "perception": "+4", + "stealth": "+6" + }, + "senses": [ + "darkvision 150 ft." + ], + "passive": 14, + "languages": [ + "Common plus one other language" + ], + "cr": "6", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The medusa makes two Claw attacks and one Snake Hair attack, or it makes three Poison Ray attacks." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage." + ] + }, + { + "name": "Snake Hair", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage plus 14 ({@damage 4d6}) Poison damage." + ] + }, + { + "name": "Poison Ray", + "entries": [ + "{@atkr r} {@hit 5}, range 150 ft. {@h}11 ({@damage 2d8 + 2}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Petrifying Gaze {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 13}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. If the medusa sees its reflection in the {@variantrule Cone [Area of Effect]|XPHB|Cone}, the medusa must make this save. {@actSaveFail 1} The target has the {@condition Restrained|XPHB} condition and repeats the save at the end of its next turn if it is still {@condition Restrained|XPHB}, ending the effect on itself on a success. {@actSaveFail 2} The target has the {@condition Petrified|XPHB} condition instead of the {@condition Restrained|XPHB} condition." + ] + } + ], + "environment": [ + "desert" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Medusa", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/medusa.mp3" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "I", + "P", + "S" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "petrified", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Merfolk Skirmisher", + "source": "XMM", + "page": 209, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 11 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 10, + "swim": 40 + }, + "str": 10, + "dex": 13, + "con": 12, + "int": 11, + "wis": 14, + "cha": 12, + "passive": 12, + "languages": [ + "Common", + "Primordial (Aquan)" + ], + "cr": "1/8", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The merfolk can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Ocean Spear", + "entries": [ + "{@atkr m,r} {@hit 2}, reach 5 ft. or range 20/60 ft. {@h}3 ({@damage 1d6}) Piercing damage plus 2 ({@damage 1d4}) Cold damage. If the target is a creature, its {@variantrule Speed|XPHB} decreases by 10 feet until the end of its next turn. {@hom}The spear magically returns to the merfolk's hand immediately after a ranged attack." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "treasure": [ + "individual" + ], + "token": { + "name": "Merfolk", + "source": "MM" + }, + "traitTags": [ + "Amphibious" + ], + "languageTags": [ + "AQ", + "C", + "P" + ], + "damageTags": [ + "C", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Merfolk Wavebender", + "source": "XMM", + "page": 209, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 97, + "formula": "15d8 + 30" + }, + "speed": { + "walk": 10, + "swim": 40 + }, + "str": 10, + "dex": 18, + "con": 14, + "int": 13, + "wis": 19, + "cha": 15, + "save": { + "dex": "+7", + "con": "+5", + "wis": "+7", + "cha": "+5" + }, + "skill": { + "perception": "+7" + }, + "passive": 17, + "resist": [ + "cold" + ], + "languages": [ + "Common", + "Primordial (Aquan)" + ], + "cr": "6", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The merfolk casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Elementalism|XPHB}", + "{@spell Light|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Control Water|XPHB}", + "{@spell Create or Destroy Water|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The merfolk can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The merfolk makes two Aquatic Burst attacks." + ] + }, + { + "name": "Aquatic Burst", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 5 ft. or range 60 ft. {@h}20 ({@damage 3d10 + 4}) Cold damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "reaction": [ + { + "name": "Watery Rebuke", + "entries": [ + "{@actTrigger} An enemy the merfolk can see enters a space within 5 feet of the merfolk. {@actResponse d}{@actSave str} {@dc 15}, the triggering enemy. {@actSaveFail} 14 ({@damage 4d6}) Cold damage. If the target is Large or smaller, it is pushed up to 30 feet straight away from the merfolk by conjured water." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "treasure": [ + "individual" + ], + "traitTags": [ + "Amphibious" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AQ", + "C", + "P" + ], + "damageTags": [ + "C" + ], + "damageTagsSpell": [ + "B" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "prone" + ], + "savingThrowForcedSpell": [ + "strength" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Merrow", + "source": "XMM", + "page": 210, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "C", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 45, + "formula": "6d10 + 12" + }, + "speed": { + "walk": 10, + "swim": 40 + }, + "str": 18, + "dex": 15, + "con": 15, + "int": 8, + "wis": 10, + "cha": 9, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "Abyssal", + "Primordial (Aquan)" + ], + "cr": "2", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The merrow can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The merrow makes two attacks, using Bite, Claw, or Harpoon in any combination." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}6 ({@damage 1d4 + 4}) Piercing damage, and the target has the {@condition Poisoned|XPHB} condition until the end of the merrow's next turn." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}9 ({@damage 2d4 + 4}) Slashing damage." + ] + }, + { + "name": "Harpoon", + "entries": [ + "{@atkr m,r} {@hit 6}, reach 5 ft. or range 20/60 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage. If the target is a Large or smaller creature, the merrow pulls the target up to 15 feet straight toward itself." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Merrow", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/merrow.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "AQ", + "P" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mezzoloth", + "group": [ + "Yugoloths" + ], + "source": "XMM", + "page": 211, + "size": [ + "M" + ], + "type": { + "type": "fiend", + "tags": [ + "yugoloth" + ] + }, + "alignment": [ + "N", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 75, + "formula": "10d8 + 30" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 11, + "con": 16, + "int": 7, + "wis": 14, + "cha": 10, + "skill": { + "perception": "+5" + }, + "senses": [ + "blindsight 60 ft.", + "darkvision 60 ft." + ], + "passive": 15, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "acid", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal", + "Infernal; telepathy 60 ft." + ], + "cr": "5", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The mezzoloth casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 13}):" + ], + "daily": { + "1e": [ + "{@spell Cloudkill|XPHB}", + "{@spell Darkness|XPHB}", + "{@spell Dispel Magic|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Fiendish Restoration", + "entries": [ + "If the mezzoloth dies outside Gehenna, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in Gehenna." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The mezzoloth has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The mezzoloth makes two attacks, using Claws or Mercurial Trident in any combination." + ] + }, + { + "name": "Claws", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}9 ({@damage 2d4 + 4}) Slashing damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 14}) from two of four claws, and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + }, + { + "name": "Mercurial Trident", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 5 ft. or range 20/60 ft. {@h}8 ({@damage 1d8 + 4}) Piercing damage plus 10 ({@damage 3d6}) Force damage. {@hom}The trident magically returns to the mezzoloth's claw immediately after a ranged attack." + ] + } + ], + "bonus": [ + { + "name": "Teleport {@recharge 5}", + "entries": [ + "The mezzoloth teleports up to 60 feet to an unoccupied space it can see. It can teleport one creature it is grappling to an unoccupied space within 5 feet of its destination space." + ] + } + ], + "environment": [ + "planar, gehenna" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Mezzoloth", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/mezzoloth.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Multiattack", + "Teleport" + ], + "languageTags": [ + "AB", + "I", + "TP" + ], + "damageTags": [ + "O", + "P", + "S" + ], + "damageTagsSpell": [ + "I" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "conditionInflict": [ + "grappled", + "restrained" + ], + "savingThrowForcedSpell": [ + "constitution" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mimic", + "source": "XMM", + "page": 212, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 58, + "formula": "9d8 + 18" + }, + "speed": { + "walk": 20 + }, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 12, + "con": 15, + "int": 5, + "wis": 13, + "cha": 8, + "skill": { + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "immune": [ + "acid" + ], + "conditionImmune": [ + "prone" + ], + "cr": "2", + "trait": [ + { + "name": "Adhesive (Object Form Only)", + "entries": [ + "The mimic adheres to anything that touches it. A Huge or smaller creature adhered to the mimic has the {@condition Grappled|XPHB} condition (escape {@dc 13}). Ability checks made to escape this grapple have {@variantrule Disadvantage|XPHB}." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5} (with {@variantrule Advantage|XPHB} if the target is {@condition Grappled|XPHB} by the mimic), reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage\u2014or 12 ({@damage 2d8 + 3}) Piercing damage if the target is {@condition Grappled|XPHB} by the mimic\u2014plus 4 ({@damage 1d8}) Acid damage." + ] + }, + { + "name": "Pseudopod", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Bludgeoning damage plus 4 ({@damage 1d8}) Acid damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 13}). Ability checks made to escape this grapple have {@variantrule Disadvantage|XPHB}." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The mimic shape-shifts to resemble a Medium or Small object while retaining its game statistics, or it returns to its true blob form. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Mimic", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/mimic.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "A", + "B", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mind Flayer", + "source": "XMM", + "page": 214, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "L", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 99, + "formula": "18d8 + 18" + }, + "speed": { + "walk": 30, + "fly": { + "number": 15, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 11, + "dex": 12, + "con": 12, + "int": 19, + "wis": 17, + "cha": 17, + "save": { + "dex": "+4", + "int": "+7", + "wis": "+6", + "cha": "+6" + }, + "skill": { + "arcana": "+7", + "insight": "+6", + "perception": "+6", + "stealth": "+4" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 16, + "resist": [ + "psychic" + ], + "languages": [ + "Deep Speech", + "Undercommon; telepathy 120 ft." + ], + "cr": "7", + "gear": [ + "breastplate|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The mind flayer casts one of the following spells, requiring no spell components and using Intelligence as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Detect Thoughts|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Dominate Monster|XPHB}", + "{@spell Plane Shift|XPHB} (self only)" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The mind flayer has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Tentacles", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}22 ({@damage 4d8 + 4}) Psychic damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 14}) from all the mind flayer's tentacles, and the target has the {@condition Stunned|XPHB} condition until the grapple ends." + ] + }, + { + "name": "Extract Brain", + "entries": [ + "{@actSave con} {@dc 15}, one creature that is {@condition Grappled|XPHB} by the mind flayer's Tentacles. {@actSaveFail} 55 ({@damage 10d10}) Piercing damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} If this damage reduces the target to 0 {@variantrule Hit Points|XPHB}, the mind flayer kills it and devours its brain." + ] + }, + { + "name": "Mind Blast {@recharge 5}", + "entries": [ + "{@actSave int} {@dc 15}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 31 ({@damage 6d8 + 4}) Psychic damage, and the target has the {@condition Stunned|XPHB} condition until the end of the mind flayer's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Mind Flayer", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/mind-flayer.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Tentacles" + ], + "languageTags": [ + "DS", + "TP", + "U" + ], + "damageTags": [ + "P", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled", + "stunned" + ], + "conditionInflictSpell": [ + "charmed" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mind Flayer Arcanist", + "source": "XMM", + "page": 214, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "L", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 143, + "formula": "26d8 + 26" + }, + "speed": { + "walk": 30, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 11, + "dex": 14, + "con": 13, + "int": 20, + "wis": 17, + "cha": 17, + "save": { + "dex": "+6", + "int": "+9", + "wis": "+7", + "cha": "+7" + }, + "skill": { + "arcana": "+13", + "insight": "+7", + "perception": "+7", + "stealth": "+6" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 17, + "immune": [ + "psychic" + ], + "conditionImmune": [ + "charmed", + "frightened" + ], + "languages": [ + "Deep Speech", + "Undercommon; telepathy 120 ft." + ], + "cr": "11", + "gear": [ + "breastplate|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The mind flayer casts one of the following spells, requiring no spell components and using Intelligence as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Disguise Self|XPHB}", + "{@spell Mage Hand|XPHB} (the hand is Invisible)" + ], + "daily": { + "1e": [ + "{@spell Clairvoyance|XPHB}", + "{@spell Dimension Door|XPHB}", + "{@spell Fireball|XPHB} (level 5 version)", + "{@spell Lightning Bolt|XPHB} (level 5 version)", + "{@spell Plane Shift|XPHB} (self only)", + "{@spell Sending|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Shield (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The mind flayer casts {@spell Shield|XPHB} in response to that spell's trigger, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Shield|XPHB}" + ] + }, + "ability": "int", + "displayAs": "reaction", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The mind flayer has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The mind flayer makes three Arcane Tentacles attacks." + ] + }, + { + "name": "Arcane Tentacles", + "entries": [ + "{@atkr m,r} {@hit 9}, reach 5 ft. or range 120 ft. {@h}27 ({@damage 4d10 + 5}) Psychic damage, and the mind flayer can teleport the target up to 30 feet to an unoccupied space the mind flayer can see on a surface or liquid large enough to support the target. If this damage reduces the target to 0 {@variantrule Hit Points|XPHB}, the mind flayer kills it and magically devours its brain." + ] + }, + { + "name": "Mind Burst {@recharge 5}", + "entries": [ + "{@actSave int} {@dc 17}, each creature in a 40-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the mind flayer. {@actSaveFail} 41 ({@damage 8d8 + 5}) Psychic damage, and the target has the {@condition Stunned|XPHB} condition until the end of the mind flayer's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Mind Flayer Arcanist", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/mind-flayer-arcanist.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "DS", + "TP", + "U" + ], + "damageTags": [ + "Y" + ], + "damageTagsSpell": [ + "F", + "L", + "O" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "stunned" + ], + "savingThrowForcedSpell": [ + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Minotaur of Baphomet", + "source": "XMM", + "page": 215, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "C", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 85, + "formula": "10d10 + 30" + }, + "speed": { + "walk": 40 + }, + "str": 18, + "dex": 11, + "con": 16, + "int": 6, + "wis": 16, + "cha": 9, + "skill": { + "perception": "+7", + "survival": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 17, + "languages": [ + "Abyssal" + ], + "cr": "3", + "action": [ + { + "name": "Abyssal Glaive", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}10 ({@damage 1d12 + 4}) Slashing damage plus 10 ({@damage 3d6}) Necrotic damage." + ] + }, + { + "name": "Gore {@recharge 5}", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}18 ({@damage 4d6 + 4}) Piercing damage. If the target is a Large or smaller creature and the minotaur moved 10+ feet straight toward it immediately before the hit, the target takes an extra 10 ({@damage 3d6}) Piercing damage and has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Minotaur", + "source": "MM" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "AB" + ], + "damageTags": [ + "N", + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Minotaur Skeleton", + "source": "XMM", + "page": 283, + "size": [ + "L" + ], + "type": "undead", + "alignment": [ + "L", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 45, + "formula": "6d10 + 12" + }, + "speed": { + "walk": 40 + }, + "str": 18, + "dex": 11, + "con": 15, + "int": 6, + "wis": 8, + "cha": 5, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "immune": [ + "poison" + ], + "vulnerable": [ + "bludgeoning" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "understands Abyssal but can't speak" + ], + "cr": "2", + "action": [ + { + "name": "Gore", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage. If the target is a Large or smaller creature and the skeleton moved 20+ feet straight toward it immediately before the hit, the target takes an extra 9 ({@damage 2d8}) Piercing damage and has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}15 ({@damage 2d10 + 4}) Bludgeoning damage." + ] + } + ], + "environment": [ + "planar, shadowfell", + "underdark", + "urban" + ], + "token": { + "name": "Minotaur Skeleton", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/minotaur-skeleton.mp3" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "AB", + "CS" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Modron Duodrone", + "source": "XMM", + "page": 217, + "size": [ + "M" + ], + "type": "construct", + "alignment": [ + "L", + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 30 + }, + "str": 11, + "dex": 13, + "con": 12, + "int": 6, + "wis": 10, + "cha": 7, + "senses": [ + "truesight 120 ft." + ], + "passive": 10, + "conditionImmune": [ + "charmed" + ], + "languages": [ + "Modron" + ], + "cr": "1/4", + "trait": [ + { + "name": "Disintegration", + "entries": [ + "If the modron dies, it disintegrates into dust, leaving behind anything it was wearing or carrying." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The modron makes two Clockwork Blade attacks." + ] + }, + { + "name": "Clockwork Blade", + "entries": [ + "{@atkr m,r} {@hit 3}, reach 5 ft. or range 30 ft. {@h}4 ({@damage 1d6 + 1}) Force damage. {@hom}The blade magically returns to the modron's hand immediately after a ranged attack." + ] + } + ], + "environment": [ + "planar, mechanus" + ], + "token": { + "name": "Duodrone", + "source": "MM" + }, + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Modron Monodrone", + "source": "XMM", + "page": 216, + "size": [ + "M" + ], + "type": "construct", + "alignment": [ + "L", + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 5, + "formula": "1d8 + 1" + }, + "speed": { + "walk": 30, + "fly": 30 + }, + "str": 10, + "dex": 14, + "con": 12, + "int": 4, + "wis": 10, + "cha": 5, + "senses": [ + "truesight 120 ft." + ], + "passive": 10, + "conditionImmune": [ + "charmed" + ], + "languages": [ + "Modron" + ], + "cr": "1/8", + "trait": [ + { + "name": "Disintegration", + "entries": [ + "If the modron dies, it disintegrates into dust, leaving behind anything it was wearing or carrying." + ] + } + ], + "action": [ + { + "name": "Gear", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Force damage." + ] + }, + { + "name": "Gear Flinger", + "entries": [ + "{@atkr r} {@hit 4}, range 120 ft. {@h}6 ({@damage 1d8 + 2}) Force damage." + ] + } + ], + "environment": [ + "planar, mechanus" + ], + "token": { + "name": "Monodrone", + "source": "MM" + }, + "senseTags": [ + "U" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Modron Pentadrone", + "source": "XMM", + "page": 218, + "size": [ + "L" + ], + "type": "construct", + "alignment": [ + "L", + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 32, + "formula": "5d10 + 5" + }, + "speed": { + "walk": 40 + }, + "str": 15, + "dex": 14, + "con": 12, + "int": 10, + "wis": 10, + "cha": 13, + "skill": { + "perception": "+4" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 14, + "conditionImmune": [ + "charmed" + ], + "languages": [ + "Modron" + ], + "cr": "2", + "trait": [ + { + "name": "Disintegration", + "entries": [ + "If the modron dies, it disintegrates into dust, leaving behind anything it was wearing or carrying." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The modron makes five Slam attacks or five Electrical Discharge attacks." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Force damage." + ] + }, + { + "name": "Electrical Discharge", + "entries": [ + "{@atkr r} {@hit 4}, range 120 ft. {@h}5 ({@damage 1d6 + 2}) Lightning damage." + ] + }, + { + "name": "Paralysis Gas {@recharge 5}", + "entries": [ + "Constitution Saving Throws: {@dc 11}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has the {@condition Paralyzed|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + } + ], + "environment": [ + "planar, mechanus" + ], + "token": { + "name": "Pentadrone", + "source": "MM" + }, + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "L", + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Modron Quadrone", + "source": "XMM", + "page": 218, + "size": [ + "M" + ], + "type": "construct", + "alignment": [ + "L", + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 22, + "formula": "4d8 + 4" + }, + "speed": { + "walk": 30, + "fly": 30 + }, + "str": 12, + "dex": 14, + "con": 12, + "int": 10, + "wis": 10, + "cha": 11, + "skill": { + "perception": "+2" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 12, + "conditionImmune": [ + "charmed" + ], + "languages": [ + "Modron" + ], + "cr": "1", + "trait": [ + { + "name": "Disintegration", + "entries": [ + "If the modron dies, it disintegrates into dust, leaving behind anything it was wearing or carrying." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The modron makes four Slam attacks or four Gears Launcher attacks." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Force damage." + ] + }, + { + "name": "Gears Launcher", + "entries": [ + "{@atkr r} {@hit 4}, range 320 ft. {@h}4 ({@damage 1d4 + 2}) Force damage." + ] + } + ], + "environment": [ + "planar, mechanus" + ], + "token": { + "name": "Quadrone", + "source": "MM" + }, + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Modron Tridrone", + "source": "XMM", + "page": 217, + "size": [ + "M" + ], + "type": "construct", + "alignment": [ + "L", + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 16, + "formula": "3d8 + 3" + }, + "speed": { + "walk": 30 + }, + "str": 12, + "dex": 13, + "con": 12, + "int": 9, + "wis": 10, + "cha": 9, + "senses": [ + "truesight 120 ft." + ], + "passive": 10, + "conditionImmune": [ + "charmed" + ], + "languages": [ + "Modron" + ], + "cr": "1/2", + "trait": [ + { + "name": "Disintegration", + "entries": [ + "If the modron dies, it disintegrates into dust, leaving behind anything it was wearing or carrying." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The modron makes three Clockwork Spear attacks." + ] + }, + { + "name": "Clockwork Spear", + "entries": [ + "{@atkr m,r} {@hit 3}, reach 5 ft. or range 120 ft. {@h}4 ({@damage 1d6 + 1}) Force damage. {@hom}The spear magically returns to the modron's hand immediately after a ranged attack." + ] + } + ], + "environment": [ + "planar, mechanus" + ], + "token": { + "name": "Tridrone", + "source": "MM" + }, + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mud Mephit", + "source": "XMM", + "page": 207, + "size": [ + "S" + ], + "type": "elemental", + "alignment": [ + "N", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 13, + "formula": "3d6 + 3" + }, + "speed": { + "walk": 20, + "fly": 20, + "swim": 20 + }, + "str": 8, + "dex": 12, + "con": 12, + "int": 9, + "wis": 11, + "cha": 7, + "skill": { + "stealth": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "poison" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "Primordial (Aquan, Terran)" + ], + "cr": "1/4", + "trait": [ + { + "name": "Death Burst", + "entries": [ + "The mephit explodes when it dies. {@actSave dex} {@dc 11}, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the mephit. {@actSaveFail} The target has the {@condition Restrained|XPHB} condition until the end of its next turn." + ] + } + ], + "action": [ + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Bludgeoning damage." + ] + }, + { + "name": "Mud Breath {@recharge}", + "entries": [ + "{@actSave dex} {@dc 11}, one creature the mephit can see within 15 feet. {@actSaveFail} The target has the {@condition Restrained|XPHB} condition until the end of the mephit's next turn." + ] + } + ], + "environment": [ + "planar, elemental" + ], + "token": { + "name": "Mud Mephit", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/mud-mephit.mp3" + }, + "traitTags": [ + "Death Burst" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "AQ", + "P", + "T" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mule", + "source": "XMM", + "page": 365, + "otherSources": [ + { + "source": "XPHB", + "page": 353 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 10 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 40 + }, + "str": 14, + "dex": 10, + "con": 13, + "int": 2, + "wis": 10, + "cha": 5, + "save": { + "str": "+4" + }, + "passive": 10, + "cr": "1/8", + "trait": [ + { + "name": "Beast of Burden", + "entries": [ + "The mule counts as one size larger for the purpose of determining its carrying capacity." + ] + } + ], + "action": [ + { + "name": "Hooves", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Bludgeoning damage." + ] + } + ], + "environment": [ + "desert", + "hill", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/mule.mp3" + }, + "traitTags": [ + "Beast of Burden" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Mummy", + "source": "XMM", + "page": 219, + "size": [ + "S", + "M" + ], + "type": "undead", + "alignment": [ + "L", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 58, + "formula": "9d8 + 18" + }, + "speed": { + "walk": 20 + }, + "str": 16, + "dex": 8, + "con": 15, + "int": 6, + "wis": 12, + "cha": 12, + "save": { + "wis": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "immune": [ + "necrotic", + "poison" + ], + "vulnerable": [ + "fire" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "poisoned" + ], + "languages": [ + "Common plus two other languages" + ], + "cr": "3", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The mummy makes two Rotting Fist attacks and uses Dreadful Glare." + ] + }, + { + "name": "Rotting Fist", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 1d10 + 3}) Bludgeoning damage plus 10 ({@damage 3d6}) Necrotic damage. If the target is a creature, it is cursed. While cursed, the target can't regain {@variantrule Hit Points|XPHB}, its {@variantrule Hit Points|XPHB|Hit Point} maximum doesn't return to normal when finishing a {@variantrule Long Rest|XPHB}, and its {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by 10 ({@dice 3d6}) every 24 hours that elapse. A creature dies and turns to dust if reduced to 0 {@variantrule Hit Points|XPHB} by this attack." + ] + }, + { + "name": "Dreadful Glare", + "entries": [ + "{@actSave wis} {@dc 11}, one creature the mummy can see within 60 feet. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the end of the mummy's next turn. {@actSaveSuccess} The target is immune to this mummy's Dreadful Glare for 24 hours." + ] + } + ], + "environment": [ + "desert", + "swamp" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Mummy", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/mummy.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "B", + "N" + ], + "miscTags": [ + "CUR", + "MA" + ], + "conditionInflict": [ + "frightened" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Mummy Lord", + "source": "XMM", + "page": 221, + "size": [ + "S", + "M" + ], + "type": { + "type": "undead", + "note": "(cleric)" + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 187, + "formula": "25d8 + 75" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 2 + }, + "str": 18, + "dex": 10, + "con": 17, + "int": 11, + "wis": 19, + "cha": 16, + "save": { + "int": "+5", + "wis": "+9" + }, + "skill": { + "history": "+5", + "perception": "+9", + "religion": "+5" + }, + "senses": [ + "truesight 60 ft." + ], + "passive": 19, + "immune": [ + "necrotic", + "poison" + ], + "vulnerable": [ + "fire" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "poisoned" + ], + "languages": [ + "Common plus three other languages" + ], + "cr": { + "cr": "15", + "xpLair": 15000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The mummy casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 17}, {@hit 9} to hit with spell attacks):" + ], + "will": [ + "{@spell Dispel Magic|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Animate Dead|XPHB}", + "{@spell Harm|XPHB}", + "{@spell Insect Plague|XPHB} (level 7 version)" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Dread Command", + "type": "spellcasting", + "headerEntries": [ + "The mummy casts {@spell Command|XPHB} (level 2 version), using the same spellcasting ability as Spellcasting. The mummy can't take this action again until the start of its next turn." + ], + "legendary": { + "1": [ + "{@spell Command|XPHB} (level 2 version)" + ] + }, + "ability": "wis", + "displayAs": "legendary", + "hidden": [ + "legendary" + ] + } + ], + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the mummy fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The mummy has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Undead Restoration", + "entries": [ + "If destroyed, the mummy gains a new body in 24 hours if its heart is intact, reviving with all its {@variantrule Hit Points|XPHB}. The new body appears in an unoccupied space within the mummy's lair. The heart is a Tiny object that has AC 17, HP 10, and {@variantrule Immunity|XPHB} to all damage except Fire." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The mummy makes one Rotting Fist or Channel Negative Energy attack, and it uses Dreadful Glare." + ] + }, + { + "name": "Rotting Fist", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}15 ({@damage 2d10 + 4}) Bludgeoning damage plus 10 ({@damage 3d6}) Necrotic damage. If the target is a creature, it is cursed. While cursed, the target can't regain {@variantrule Hit Points|XPHB}, it gains no benefit from finishing a {@variantrule Long Rest|XPHB}, and its {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by 10 ({@dice 3d6}) every 24 hours that elapse. A creature dies and turns to dust if reduced to 0 {@variantrule Hit Points|XPHB} by this attack." + ] + }, + { + "name": "Channel Negative Energy", + "entries": [ + "{@atkr r} {@hit 9}, range 60 ft. {@h}25 ({@damage 6d6 + 4}) Necrotic damage." + ] + }, + { + "name": "Dreadful Glare", + "entries": [ + "{@actSave wis} {@dc 17}, one creature the mummy can see within 60 feet. {@actSaveFail} 25 ({@damage 6d6 + 4}) Psychic damage, and the target has the {@condition Paralyzed|XPHB} condition until the end of the mummy's next turn." + ] + } + ], + "reaction": [ + { + "name": "Whirlwind of Sand", + "entries": [ + "{@actTrigger} The mummy is hit by an attack roll. {@actResponse} The mummy adds 2 to its AC against the attack, possibly causing the attack to miss, and the mummy teleports up to 60 feet to an unoccupied space it can see. Each creature of its choice that it can see within 5 feet of its destination space has the {@condition Blinded|XPHB} condition until the end of the mummy's next turn." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Glare", + "entries": [ + "The mummy uses Dreadful Glare. The mummy can't take this action again until the start of its next turn." + ] + }, + { + "name": "Necrotic Strike", + "entries": [ + "The mummy makes one Rotting Fist or Channel Negative Energy attack." + ] + } + ], + "legendaryGroup": { + "name": "Mummy Lord", + "source": "XMM" + }, + "environment": [ + "desert", + "swamp" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Mummy Lord", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/mummy-lord.mp3" + }, + "traitTags": [ + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "B", + "N", + "Y" + ], + "damageTagsSpell": [ + "N", + "P" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "CUR", + "MA", + "RA" + ], + "conditionInflict": [ + "blinded", + "paralyzed" + ], + "conditionInflictSpell": [ + "prone" + ], + "savingThrowForcedSpell": [ + "constitution", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Myconid Adult", + "source": "XMM", + "page": 223, + "size": [ + "M" + ], + "type": "plant", + "alignment": [ + "L", + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 16, + "formula": "3d8 + 3" + }, + "speed": { + "walk": 20 + }, + "str": 10, + "dex": 10, + "con": 12, + "int": 10, + "wis": 13, + "cha": 7, + "senses": [ + "darkvision 120 ft." + ], + "passive": 11, + "languages": [ + "telepathy 240 ft." + ], + "cr": "1/2", + "trait": [ + { + "name": "Sun Sickness", + "entries": [ + "While in sunlight, the myconid has {@variantrule Disadvantage|XPHB} on {@variantrule D20 Test|XPHB|D20 Tests}. The myconid dies if it spends more than 1 hour in sunlight." + ] + } + ], + "action": [ + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}4 ({@damage 1d8}) Bludgeoning damage plus 3 ({@damage 1d6}) Poison damage." + ] + }, + { + "name": "Pacifying Spores (1/Day)", + "entries": [ + "{@actSave con} {@dc 11}, one creature the myconid can see within 10 feet. {@actSaveFail} The target has the {@condition Stunned|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + }, + { + "name": "Rapport Spores", + "entries": [ + "The myconid expels spores in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from itself. Creatures in that area with an Intelligence score of 2 or higher that aren't Constructs, Elementals, or Undead gain telepathy with a range of 30 feet for 1 hour." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Myconid Adult", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/myconid-adult.mp3" + }, + "senseTags": [ + "SD" + ], + "languageTags": [ + "TP" + ], + "damageTags": [ + "B", + "I" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "stunned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Myconid Sovereign", + "source": "XMM", + "page": 223, + "size": [ + "L" + ], + "type": "plant", + "alignment": [ + "L", + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 45, + "formula": "6d10 + 12" + }, + "speed": { + "walk": 30 + }, + "str": 12, + "dex": 10, + "con": 14, + "int": 13, + "wis": 15, + "cha": 10, + "senses": [ + "darkvision 120 ft." + ], + "passive": 12, + "languages": [ + "telepathy 240 ft." + ], + "cr": "2", + "trait": [ + { + "name": "Sun Sickness", + "entries": [ + "While in sunlight, the myconid has {@variantrule Disadvantage|XPHB} on {@variantrule D20 Test|XPHB|D20 Tests}. The myconid dies if it spends more than 1 hour in sunlight." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The myconid makes one Slam attack and uses Pacifying Spores." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}6 ({@damage 2d4 + 1}) Bludgeoning damage plus 5 ({@damage 2d4}) Poison damage." + ] + }, + { + "name": "Animating Spores (3/Day)", + "entries": [ + "The myconid releases spores at a Medium or Small corpse within 5 feet of it that wasn't a Construct or an Undead. In 24 hours, the corpse rises as a {@creature Myconid Spore Servant|XMM}. The corpse stays animate for {@dice 1d4 + 1} weeks or until destroyed, and it can't be animated again in this way." + ] + }, + { + "name": "Pacifying Spores", + "entries": [ + "{@actSave con} {@dc 12}, one creature the myconid can see within 10 feet. {@actSaveFail} The target has the {@condition Stunned|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + }, + { + "name": "Rapport Spores", + "entries": [ + "The myconid expels spores in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from itself. Creatures in that area with an Intelligence score of 2 or higher that aren't Constructs, Elementals, or Undead gain telepathy with a range of 30 feet for 1 hour." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Myconid Sovereign", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/myconid-sovere.mp3" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "TP" + ], + "damageTags": [ + "B", + "I" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "stunned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Myconid Spore Servant", + "source": "XMM", + "page": 223, + "size": [ + "S", + "M" + ], + "type": "plant", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 37, + "formula": "5d8 + 15" + }, + "speed": { + "walk": 20 + }, + "str": 16, + "dex": 12, + "con": 16, + "int": 2, + "wis": 6, + "cha": 1, + "senses": [ + "blindsight 30 ft." + ], + "passive": 8, + "immune": [ + "poison" + ], + "conditionImmune": [ + "blinded", + "charmed", + "frightened", + "paralyzed", + "poisoned" + ], + "languages": [ + "telepathy 30 ft." + ], + "cr": "1", + "action": [ + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Bludgeoning damage plus 2 ({@damage 1d4}) Poison damage." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Quaggoth Spore Servant", + "source": "MM" + }, + "senseTags": [ + "B" + ], + "languageTags": [ + "TP" + ], + "damageTags": [ + "B", + "I" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Myconid Sprout", + "source": "XMM", + "page": 222, + "size": [ + "S" + ], + "type": "plant", + "alignment": [ + "L", + "N" + ], + "ac": [ + 10 + ], + "hp": { + "average": 3, + "formula": "1d6" + }, + "speed": { + "walk": 10 + }, + "str": 8, + "dex": 10, + "con": 10, + "int": 8, + "wis": 11, + "cha": 5, + "senses": [ + "darkvision 120 ft." + ], + "passive": 10, + "languages": [ + "telepathy 240 ft." + ], + "cr": "0", + "trait": [ + { + "name": "Sun Sickness", + "entries": [ + "While in sunlight, the myconid has {@variantrule Disadvantage|XPHB} on {@variantrule D20 Test|XPHB|D20 Tests}. The myconid dies if it spends more than 1 hour in sunlight." + ] + } + ], + "action": [ + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 1}, reach 5 ft. {@h}1 ({@damage 1d4 - 1}) Bludgeoning damage plus 2 ({@damage 1d4}) Poison damage." + ] + }, + { + "name": "Rapport Spores", + "entries": [ + "The myconid expels spores in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from itself. Creatures in that area with an Intelligence score of 2 or higher that aren't Constructs, Elementals, or Undead gain telepathy with a range of 30 feet for 1 hour." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Myconid Sprout", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/myconid-sprout.mp3" + }, + "senseTags": [ + "SD" + ], + "languageTags": [ + "TP" + ], + "damageTags": [ + "B", + "I" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Nalfeshnee", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 224, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 184, + "formula": "16d10 + 96" + }, + "speed": { + "walk": 20, + "fly": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 21, + "dex": 10, + "con": 22, + "int": 19, + "wis": 12, + "cha": 15, + "save": { + "con": "+11", + "int": "+9", + "wis": "+6", + "cha": "+7" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 11, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "frightened", + "poisoned" + ], + "languages": [ + "Abyssal; telepathy 120 ft." + ], + "cr": "13", + "trait": [ + { + "name": "Demonic Restoration", + "entries": [ + "If the nalfeshnee dies outside the Abyss, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Abyss." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The nalfeshnee has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The nalfeshnee makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 10}, reach 10 ft. {@h}16 ({@damage 2d10 + 5}) Slashing damage plus 11 ({@damage 2d10}) Force damage." + ] + }, + { + "name": "Teleport", + "entries": [ + "The nalfeshnee teleports up to 120 feet to an unoccupied space it can see." + ] + } + ], + "bonus": [ + { + "name": "Horror Nimbus {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 15}, each creature in a 15-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the nalfeshnee. {@actSaveFail} 28 ({@damage 8d6}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition for 1 minute, until it takes damage, or until it ends its turn with the nalfeshnee out of line of sight. {@actSaveSuccess} The target is immune to this nalfeshnee's Horror Nimbus for 24 hours." + ] + } + ], + "reaction": [ + { + "name": "Pursuit", + "entries": [ + "{@actTrigger} Another creature the nalfeshnee can see ends its move within 120 feet of the nalfeshnee. {@actResponse} The nalfeshnee uses Teleport, but its destination space must be within 10 feet of the triggering creature." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Nalfeshnee", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/nalfeshnee.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack", + "Teleport" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "O", + "S", + "Y" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "frightened" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Needle Blight", + "source": "XMM", + "page": 43, + "size": [ + "M" + ], + "type": "plant", + "alignment": [ + "N", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 16, + "formula": "3d8 + 3" + }, + "speed": { + "walk": 30 + }, + "str": 12, + "dex": 12, + "con": 13, + "int": 4, + "wis": 8, + "cha": 3, + "senses": [ + "blindsight 60 ft." + ], + "passive": 9, + "conditionImmune": [ + "deafened" + ], + "languages": [ + "understands Common but can't speak" + ], + "cr": "1/4", + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}6 ({@damage 2d4 + 1}) Slashing damage." + ] + }, + { + "name": "Needles", + "entries": [ + "{@atkr r} {@hit 3}, range 30/60 ft. {@h}6 ({@damage 2d4 + 1}) Piercing damage." + ] + } + ], + "environment": [ + "forest" + ], + "token": { + "name": "Needle Blight", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/needle-blight.mp3" + }, + "senseTags": [ + "B" + ], + "languageTags": [ + "C", + "CS" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Night Hag", + "source": "XMM", + "page": 225, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "N", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 112, + "formula": "15d8 + 45" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 15, + "con": 16, + "int": 16, + "wis": 14, + "cha": 16, + "skill": { + "deception": "+6", + "insight": "+5", + "perception": "+5", + "stealth": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 15, + "resist": [ + "cold", + "fire" + ], + "conditionImmune": [ + "charmed" + ], + "languages": [ + "Abyssal", + "Common", + "Infernal", + "Primordial" + ], + "cr": "5", + "spellcasting": [ + { + "name": "Coven Magic", + "type": "spellcasting", + "headerEntries": [ + "While within 30 feet of at least two hag allies, the hag can cast one of the following spells, requiring no Material components, using the spell's normal casting time, and using Intelligence as the spellcasting ability (spell save {@dc 14}): {@spell Augury|XPHB}, {@spell Find Familiar|XPHB}, {@spell Identify|XPHB}, {@spell Locate Object|XPHB}, {@spell Scrying|XPHB}, or {@spell Unseen Servant|XPHB}. The hag must finish a {@variantrule Long Rest|XPHB} before using this trait to cast that spell again." + ], + "restLong": { + "1": [ + "{@spell Augury|XPHB}", + "{@spell Find Familiar|XPHB}", + "{@spell Identify|XPHB}", + "{@spell Locate Object|XPHB}", + "{@spell Scrying|XPHB}", + "{@spell Unseen Servant|XPHB}" + ] + }, + "ability": "int", + "hidden": [ + "restLong" + ] + }, + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The hag casts one of the following spells, requiring no Material components and using Intelligence as the spellcasting ability (spell save {@dc 14}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Etherealness|XPHB}", + "{@spell Magic Missile|XPHB} (level 4 version)" + ], + "daily": { + "2e": [ + "{@spell Phantasmal Killer|XPHB}", + "{@spell Plane Shift|XPHB} (self only)" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Nightmare Haunting (1/Day; Requires Soul Bag)", + "type": "spellcasting", + "headerEntries": [ + "While on the Ethereal Plane, the hag casts {@spell Dream|XPHB}, using the same spellcasting ability as Spellcasting. Only the hag can serve as the spell's messenger, and the target must be a creature the hag can see on the Material Plane. The spell fails and is wasted if the target is under the effect of the {@spell Protection from Evil and Good|XPHB} spell or within a {@spell Magic Circle|XPHB} spell.", + "If the target takes damage from the {@spell Dream|XPHB} spell, the target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to that damage. If the spell kills the target, its soul is trapped in the hag's soul bag, and the target can't be raised from the dead until its soul is released." + ], + "daily": { + "1": [ + "{@spell Dream|XPHB}", + "{@spell Protection from Evil and Good|XPHB}", + "{@spell Magic Circle|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The hag has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Soul Bag", + "entries": [ + "The hag has a soul bag. While holding or carrying the bag, the hag can use its Nightmare Haunting action.", + "The bag has AC 15, HP 20, and {@variantrule Resistance|XPHB} to all damage. The bag turns to dust if reduced to 0 {@variantrule Hit Points|XPHB}. If the bag is destroyed, any souls the bag is holding are released. The hag can create a new bag after 7 days." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The hag makes two Claw attacks." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Slashing damage." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The hag shape-shifts into a Small or Medium Humanoid, or it returns to its true form. Other than its size, its game statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "planar, lower" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Night Hag", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/night-hag.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "C", + "I", + "P" + ], + "damageTags": [ + "S" + ], + "damageTagsSpell": [ + "O", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "savingThrowForcedSpell": [ + "charisma", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Nightmare", + "source": "XMM", + "page": 226, + "size": [ + "L" + ], + "type": "fiend", + "alignment": [ + "N", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 68, + "formula": "8d10 + 24" + }, + "speed": { + "walk": 60, + "fly": { + "number": 90, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 18, + "dex": 15, + "con": 16, + "int": 10, + "wis": 13, + "cha": 15, + "passive": 11, + "immune": [ + "fire" + ], + "languages": [ + "understands Abyssal", + "Common", + "and Infernal but can't speak" + ], + "cr": "3", + "trait": [ + { + "name": "Confer Fire Resistance", + "entries": [ + "The nightmare can grant {@variantrule Resistance|XPHB} to Fire damage to a rider while it is on the nightmare." + ] + }, + { + "name": "Illumination", + "entries": [ + "The nightmare sheds {@variantrule Bright Light|XPHB} in a 10-foot radius and {@variantrule Dim Light|XPHB} for an additional 10 feet." + ] + } + ], + "action": [ + { + "name": "Hooves", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Bludgeoning damage plus 10 ({@damage 3d6}) Fire damage." + ] + }, + { + "name": "Ethereal Stride", + "entries": [ + "The nightmare and up to three willing creatures within 5 feet of it teleport to the Ethereal Plane from the Material Plane or vice versa." + ] + } + ], + "environment": [ + "planar, lower" + ], + "token": { + "name": "Nightmare", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/nightmare.mp3" + }, + "traitTags": [ + "Illumination" + ], + "languageTags": [ + "AB", + "C", + "CS", + "I" + ], + "damageTags": [ + "B", + "F" + ], + "miscTags": [ + "AOE", + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Noble", + "source": "XMM", + "page": 227, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 9, + "formula": "2d8" + }, + "speed": { + "walk": 30 + }, + "str": 11, + "dex": 12, + "con": 11, + "int": 12, + "wis": 14, + "cha": 16, + "skill": { + "deception": "+5", + "insight": "+4", + "persuasion": "+5" + }, + "passive": 12, + "languages": [ + "Common plus two other languages" + ], + "cr": "1/8", + "gear": [ + "breastplate|xphb", + "rapier|xphb" + ], + "action": [ + { + "name": "Rapier", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}5 ({@damage 1d8 + 1}) Piercing damage." + ] + } + ], + "reaction": [ + { + "name": "Parry", + "entries": [ + "{@actTrigger} The noble is hit by a melee attack roll while holding a weapon. {@actResponse} The noble adds 2 to its AC against that attack, possibly causing it to miss." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual" + ], + "token": { + "name": "Noble", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/noble.mp3" + }, + "actionTags": [ + "Parry" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Noble Prodigy", + "source": "XMM", + "page": 227, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 148, + "formula": "27d8 + 27" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 8, + "dex": 16, + "con": 12, + "int": 15, + "wis": 14, + "cha": 19, + "save": { + "dex": "+7", + "con": "+5", + "wis": "+6", + "cha": "+8" + }, + "skill": { + "perception": "+6", + "persuasion": "+8" + }, + "passive": 16, + "languages": [ + "Common plus two other languages" + ], + "cr": "10", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The noble casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Mage Armor|XPHB} (included in AC)", + "{@spell Mage Hand|XPHB}", + "{@spell Minor Illusion|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Befuddlement|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Fly|XPHB}", + "{@spell Scrying|XPHB}", + "{@spell Shatter|XPHB} (level 7 version)" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Shield (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The noble casts {@spell Shield|XPHB} in response to that spell's trigger, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Shield|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "reaction", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The noble makes three Beguiling Strike attacks." + ] + }, + { + "name": "Beguiling Strike", + "entries": [ + "{@atkr m,r} {@hit 8}, reach 5 ft. or range 60 ft. {@h}18 ({@damage 4d6 + 4}) Psychic damage, and the target has the {@condition Charmed|XPHB} condition until the start of the noble's next turn." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "Y" + ], + "damageTagsSpell": [ + "T", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "charmed" + ], + "savingThrowForcedSpell": [ + "constitution", + "intelligence", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Nothic", + "source": "XMM", + "page": 228, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "N", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 45, + "formula": "6d8 + 18" + }, + "speed": { + "walk": 30 + }, + "str": 14, + "dex": 16, + "con": 16, + "int": 13, + "wis": 10, + "cha": 8, + "skill": { + "arcana": "+3", + "insight": "+4", + "perception": "+4", + "stealth": "+5" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 14, + "languages": [ + "Undercommon" + ], + "cr": "2", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The nothic makes two Claw attacks." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 1d10 + 3}) Slashing damage." + ] + }, + { + "name": "Rotting Gaze", + "entries": [ + "{@actSave con} {@dc 13}, one creature the nothic can see within 120 feet. {@actSaveFail} 17 ({@damage 5d6}) Necrotic damage. {@actSaveSuccess} Half damage." + ] + } + ], + "bonus": [ + { + "name": "Weird Insight {@recharge}", + "entries": [ + "{@actSave wis} {@dc 14}, one creature the nothic can see within 120 feet. {@actSaveFail} The nothic magically learns one fact or secret about the target." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Nothic", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/nothic.mp3" + }, + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "U" + ], + "damageTags": [ + "N", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Nycaloth", + "group": [ + "Yugoloths" + ], + "source": "XMM", + "page": 229, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "yugoloth" + ] + }, + "alignment": [ + "N", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 152, + "formula": "16d10 + 64" + }, + "speed": { + "walk": 40, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 20, + "dex": 11, + "con": 19, + "int": 12, + "wis": 10, + "cha": 15, + "skill": { + "perception": "+4", + "stealth": "+4" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 14, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "acid", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal", + "Infernal; telepathy 60 ft." + ], + "cr": "9", + "trait": [ + { + "name": "Fiendish Restoration", + "entries": [ + "If the nycaloth dies outside Gehenna, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in Gehenna." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The nycaloth has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The nycaloth makes two Mercurial Axe attacks." + ] + }, + { + "name": "Mercurial Axe", + "entries": [ + "{@atkr m,r} {@hit 9}, reach 10 ft. or range 30/90 ft. {@h}18 ({@damage 2d12 + 5}) Slashing damage plus 10 ({@damage 3d6}) Force damage. {@hom}The axe magically returns to the nycaloth's hand immediately after a ranged attack." + ] + } + ], + "bonus": [ + { + "name": "Shadowy Teleport", + "entries": [ + "The nycaloth has the {@condition Invisible|XPHB} condition for 1 minute, and it teleports up to 30 feet to an unoccupied space it can see. The condition ends early immediately after it deals damage." + ] + } + ], + "environment": [ + "planar, gehenna" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Nycaloth", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/nycaloth.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "I", + "TP" + ], + "damageTags": [ + "O", + "S" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "invisible" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ochre Jelly", + "source": "XMM", + "page": 230, + "size": [ + "L" + ], + "type": "ooze", + "alignment": [ + "U" + ], + "ac": [ + 8 + ], + "hp": { + "average": 52, + "formula": "7d10 + 14" + }, + "speed": { + "walk": 20, + "climb": 20 + }, + "str": 15, + "dex": 6, + "con": 14, + "int": 2, + "wis": 6, + "cha": 1, + "senses": [ + "blindsight 60 ft." + ], + "passive": 8, + "resist": [ + "acid" + ], + "immune": [ + "lightning", + "slashing" + ], + "conditionImmune": [ + "charmed", + "deafened", + "exhaustion", + "frightened", + "grappled", + "prone", + "restrained" + ], + "cr": "2", + "trait": [ + { + "name": "Amorphous", + "entries": [ + "The jelly can move through a space as narrow as 1 inch without expending extra movement to do so." + ] + }, + { + "name": "Spider Climb", + "entries": [ + "The jelly can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + } + ], + "action": [ + { + "name": "Pseudopod", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}12 ({@damage 3d6 + 2}) Acid damage." + ] + } + ], + "reaction": [ + { + "name": "Split", + "entries": [ + "{@actTrigger} While the jelly is Large or Medium and has 10+ {@variantrule Hit Points|XPHB}, it becomes {@variantrule Bloodied|XPHB} or is subjected to Lightning or Slashing damage. {@actResponse} The jelly splits into two new Ochre Jellies. Each new jelly is one size smaller than the original jelly and acts on its {@variantrule Initiative|XPHB}. The original jelly's {@variantrule Hit Points|XPHB} are divided evenly between the new jellies (round down)." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Ochre Jelly", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ochre-jelly.mp3" + }, + "traitTags": [ + "Amorphous", + "Spider Climb" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "A" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Octopus", + "source": "XMM", + "page": 365, + "otherSources": [ + { + "source": "XPHB", + "page": 353 + } + ], + "size": [ + "S" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 3, + "formula": "1d6" + }, + "speed": { + "walk": 5, + "swim": 30 + }, + "str": 4, + "dex": 15, + "con": 11, + "int": 3, + "wis": 10, + "cha": 4, + "skill": { + "perception": "+2", + "stealth": "+6" + }, + "senses": [ + "darkvision 30 ft." + ], + "passive": 12, + "cr": "0", + "trait": [ + { + "name": "Compression", + "entries": [ + "The octopus can move through a space as narrow as 1 inch without expending extra movement to do so." + ] + }, + { + "name": "Water Breathing", + "entries": [ + "The octopus can breathe only underwater." + ] + } + ], + "action": [ + { + "name": "Tentacles", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}1 Bludgeoning damage." + ] + } + ], + "reaction": [ + { + "name": "Ink Cloud (1/Day)", + "entries": [ + "{@actTrigger} A creature ends its turn within 5 feet of the octopus while underwater. {@actResponse} The octopus releases ink that fills a 5-foot {@variantrule Cube [Area of Effect]|XPHB|Cube} centered on itself, and the octopus moves up to its {@variantrule Swim Speed|XPHB}. The {@variantrule Cube [Area of Effect]|XPHB|Cube} is {@variantrule Heavily Obscured|XPHB} for 1 minute or until a strong current or similar effect disperses the ink." + ] + } + ], + "environment": [ + "underwater" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/octopus.mp3" + }, + "traitTags": [ + "Water Breathing" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Tentacles" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Ogre", + "source": "XMM", + "page": 231, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "L" + ], + "type": "giant", + "alignment": [ + "C", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 68, + "formula": "8d10 + 24" + }, + "speed": { + "walk": 40 + }, + "str": 19, + "dex": 8, + "con": 16, + "int": 5, + "wis": 7, + "cha": 7, + "senses": [ + "darkvision 60 ft." + ], + "passive": 8, + "languages": [ + "Common", + "Giant" + ], + "cr": "2", + "gear": [ + "greatclub|xphb", + { + "item": "javelin|xphb", + "quantity": 3 + } + ], + "action": [ + { + "name": "Greatclub", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Bludgeoning damage." + ] + }, + { + "name": "Javelin", + "entries": [ + "{@atkr m,r} {@hit 6}, reach 5 ft. or range 30/120 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage." + ] + } + ], + "environment": [ + "arctic", + "desert", + "forest", + "grassland", + "hill", + "mountain", + "swamp", + "underdark" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Ogre", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ogre.mp3" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "GI" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ogre Zombie", + "source": "XMM", + "page": 346, + "size": [ + "L" + ], + "type": "undead", + "alignment": [ + "N", + "E" + ], + "ac": [ + 8 + ], + "hp": { + "average": 85, + "formula": "9d10 + 36" + }, + "speed": { + "walk": 30 + }, + "str": 19, + "dex": 6, + "con": 18, + "int": 3, + "wis": 6, + "cha": 5, + "save": { + "wis": "+0" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 8, + "immune": [ + "poison" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "understands Common and Giant but can't speak" + ], + "cr": "2", + "trait": [ + { + "name": "Undead Fortitude", + "entries": [ + "If damage reduces the zombie to 0 {@variantrule Hit Points|XPHB}, it makes a Constitution saving throw ({@dc 5} plus the damage taken) unless the damage is Radiant or from a {@variantrule Critical Hit|XPHB}. On a successful save, the zombie drops to 1 {@variantrule Hit Points|XPHB|Hit Point} instead." + ] + } + ], + "action": [ + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Bludgeoning damage." + ] + } + ], + "environment": [ + "planar, shadowfell", + "underdark", + "urban" + ], + "token": { + "name": "Ogre Zombie", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ogre-zombie.mp3" + }, + "traitTags": [ + "Undead Fortitude" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "CS", + "GI" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Ogrillon Ogre", + "source": "XMM", + "page": 231, + "size": [ + "L" + ], + "type": "giant", + "alignment": [ + "C", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 52, + "formula": "7d10 + 14" + }, + "speed": { + "walk": 30 + }, + "str": 17, + "dex": 10, + "con": 14, + "int": 7, + "wis": 9, + "cha": 10, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "languages": [ + "Common", + "Giant" + ], + "cr": "1", + "gear": [ + "battleaxe|xphb", + { + "item": "javelin|xphb", + "quantity": 3 + } + ], + "action": [ + { + "name": "Battleaxe", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Slashing damage." + ] + }, + { + "name": "Javelin", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 30/120 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage." + ] + } + ], + "environment": [ + "arctic", + "desert", + "forest", + "grassland", + "hill", + "mountain", + "swamp", + "underdark" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Half-Ogre (Ogrillon)", + "source": "MM" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "GI" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Oni", + "source": "XMM", + "page": 232, + "size": [ + "L" + ], + "type": "fiend", + "alignment": [ + "L", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 119, + "formula": "14d10 + 42" + }, + "speed": { + "walk": 30, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 19, + "dex": 11, + "con": 16, + "int": 14, + "wis": 12, + "cha": 15, + "save": { + "dex": "+3", + "con": "+6", + "wis": "+4", + "cha": "+5" + }, + "skill": { + "arcana": "+5", + "deception": "+8", + "perception": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "resist": [ + "cold" + ], + "languages": [ + "Common", + "Giant" + ], + "cr": "7", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The oni casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 13}):" + ], + "daily": { + "1e": [ + "{@spell Charm Person|XPHB} (level 2 version)", + "{@spell Darkness|XPHB}", + "{@spell Gaseous Form|XPHB}", + "{@spell Sleep|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Invisibility", + "type": "spellcasting", + "headerEntries": [ + "The oni casts {@spell Invisibility|XPHB} on itself, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "will": [ + "{@spell Invisibility|XPHB}" + ], + "ability": "cha", + "displayAs": "bonus", + "hidden": [ + "will" + ] + } + ], + "trait": [ + { + "name": "Regeneration", + "entries": [ + "The oni regains 10 {@variantrule Hit Points|XPHB} at the start of each of its turns if it has at least 1 {@variantrule Hit Points|XPHB|Hit Point}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The oni makes two Claw or Nightmare Ray attacks. It can replace one attack with a use of Spellcasting." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}10 ({@damage 1d12 + 4}) Slashing damage plus 9 ({@damage 2d8}) Necrotic damage." + ] + }, + { + "name": "Nightmare Ray", + "entries": [ + "{@atkr r} {@hit 5}, range 60 ft. {@h}9 ({@damage 2d6 + 2}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition until the start of the oni's next turn." + ] + }, + { + "name": "Shape-Shift", + "entries": [ + "The oni shape-shifts into a Small or Medium Humanoid or a Large Giant, or it returns to its true form. Other than its size, its game statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "forest", + "urban" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Oni", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/oni.mp3" + }, + "traitTags": [ + "Regeneration" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GI" + ], + "damageTags": [ + "N", + "S", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "frightened" + ], + "conditionInflictSpell": [ + "charmed", + "incapacitated", + "invisible", + "unconscious" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Otyugh", + "source": "XMM", + "page": 233, + "size": [ + "L" + ], + "type": "aberration", + "alignment": [ + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 104, + "formula": "11d10 + 44" + }, + "speed": { + "walk": 30 + }, + "str": 16, + "dex": 11, + "con": 19, + "int": 6, + "wis": 13, + "cha": 6, + "save": { + "con": "+7" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 11, + "languages": [ + "Otyugh; telepathy 120 ft. (doesn't allow the receiving creature to respond telepathically)" + ], + "cr": "5", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The otyugh makes one Bite attack and two Tentacle attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}12 ({@damage 2d8 + 3}) Piercing damage, and the target has the {@condition Poisoned|XPHB} condition. Whenever the {@condition Poisoned|XPHB} target finishes a {@variantrule Long Rest|XPHB}, it is subjected to the following effect. {@actSave con} {@dc 15}. {@actSaveFail} The target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by 5 ({@dice 1d10}) and doesn't return to normal until the {@condition Poisoned|XPHB} condition ends on the target. {@actSaveSuccess} The {@condition Poisoned|XPHB} condition ends." + ] + }, + { + "name": "Tentacle", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}12 ({@damage 2d8 + 3}) Piercing damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 13}) from one of two tentacles." + ] + }, + { + "name": "Tentacle Slam", + "entries": [ + "{@actSave con} {@dc 14}, each creature {@condition Grappled|XPHB} by the otyugh. {@actSaveFail} 16 ({@damage 3d8 + 3}) Bludgeoning damage, and the target has the {@condition Stunned|XPHB} condition until the start of the otyugh's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Otyugh", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/otyugh.mp3" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack", + "Tentacles" + ], + "languageTags": [ + "OTH", + "TP" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "poisoned", + "stunned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Owl", + "source": "XMM", + "page": 366, + "otherSources": [ + { + "source": "XPHB", + "page": 354 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 1, + "formula": "1d4 - 1" + }, + "speed": { + "walk": 5, + "fly": 60 + }, + "str": 3, + "dex": 13, + "con": 8, + "int": 2, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+5", + "stealth": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 15, + "cr": "0", + "trait": [ + { + "name": "Flyby", + "entries": [ + "The owl doesn't provoke Opportunity Attacks when it flies out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Talons", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}1 Slashing damage." + ] + } + ], + "environment": [ + "arctic", + "forest", + "hill" + ], + "token": { + "name": "Owl", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/owl.mp3" + }, + "traitTags": [ + "Flyby" + ], + "senseTags": [ + "SD" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Owlbear", + "source": "XMM", + "page": 234, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 59, + "formula": "7d10 + 21" + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "str": 20, + "dex": 12, + "con": 17, + "int": 3, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "cr": "3", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The owlbear makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}14 ({@damage 2d8 + 5}) Slashing damage." + ] + } + ], + "environment": [ + "forest" + ], + "token": { + "name": "Owlbear", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/owlbear.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Panther", + "source": "XMM", + "page": 366, + "otherSources": [ + { + "source": "XPHB", + "page": 354 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 13, + "formula": "3d8" + }, + "speed": { + "walk": 50, + "climb": 40 + }, + "str": 14, + "dex": 16, + "con": 10, + "int": 3, + "wis": 14, + "cha": 7, + "skill": { + "perception": "+4", + "stealth": "+6" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "cr": "1/4", + "action": [ + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Slashing damage." + ] + } + ], + "bonus": [ + { + "name": "Nimble Escape", + "entries": [ + "The panther takes the Disengage or Hide action." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill" + ], + "token": { + "name": "Panther", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/panther.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Pegasus", + "source": "XMM", + "page": 235, + "size": [ + "L" + ], + "type": "celestial", + "alignment": [ + "C", + "G" + ], + "ac": [ + 12 + ], + "hp": { + "average": 59, + "formula": "7d10 + 21" + }, + "speed": { + "walk": 60, + "fly": 90 + }, + "str": 18, + "dex": 15, + "con": 16, + "int": 10, + "wis": 15, + "cha": 13, + "save": { + "dex": "+4", + "con": "+5", + "wis": "+4", + "cha": "+3" + }, + "skill": { + "perception": "+6" + }, + "passive": 16, + "languages": [ + "understands Celestial", + "Common", + "Elvish", + "and Sylvan but can't speak" + ], + "cr": "2", + "action": [ + { + "name": "Hooves", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}7 ({@damage 1d6 + 4}) Bludgeoning damage plus 5 ({@damage 2d4}) Radiant damage." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill", + "planar, upper" + ], + "token": { + "name": "Pegasus", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/pegasus.mp3" + }, + "languageTags": [ + "C", + "CE", + "CS", + "E", + "S" + ], + "damageTags": [ + "B", + "R" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Performer", + "source": "XMM", + "page": 236, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 27, + "formula": "5d8 + 5" + }, + "speed": { + "walk": 30 + }, + "str": 12, + "dex": 16, + "con": 12, + "int": 13, + "wis": 14, + "cha": 16, + "save": { + "dex": "+5", + "cha": "+5" + }, + "skill": { + "acrobatics": "+5", + "athletics": "+3", + "performance": "+7" + }, + "passive": 12, + "languages": [ + "Common plus one other language" + ], + "cr": "1/2", + "gear": [ + "shortsword|xphb" + ], + "action": [ + { + "name": "Shortsword", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage." + ] + } + ], + "reaction": [ + { + "name": "Uncanny Dodge", + "entries": [ + "{@actTrigger} The performer is hit by an attack roll. {@actResponse} The performer halves the damage (round down) it takes from that attack." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Performer Legend", + "source": "XMM", + "page": 237, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 20 + ], + "hp": { + "average": 162, + "formula": "25d8 + 50" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 12, + "dex": 20, + "con": 14, + "int": 15, + "wis": 16, + "cha": 20, + "save": { + "dex": "+9", + "int": "+6", + "wis": "+7", + "cha": "+9" + }, + "skill": { + "acrobatics": "+13", + "athletics": "+5", + "perception": "+7", + "performance": "+13", + "stealth": "+9" + }, + "passive": 17, + "languages": [ + "Common plus two other languages" + ], + "cr": "10", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The performer casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Mage Hand|XPHB}", + "{@spell Minor Illusion|XPHB}", + "{@spell Prestidigitation|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Major Image|XPHB}", + "{@spell Project Image|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The performer makes three Bejeweled Baton attacks." + ] + }, + { + "name": "Bejeweled Baton", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}10 ({@damage 2d4 + 5}) Bludgeoning damage plus 10 ({@damage 3d6}) Psychic damage." + ] + }, + { + "name": "Majestic Song", + "entries": [ + "{@actSave wis} {@dc 17}, each creature in a 20-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point within 120 feet. {@actSaveFail} 22 ({@damage 4d8 + 4}) Psychic damage, and the target has the {@condition Charmed|XPHB} or {@condition Frightened|XPHB} condition (performer's choice) until the end of the performer's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "reaction": [ + { + "name": "Warding Charm", + "entries": [ + "{@actTrigger} A creature hits the performer with an attack roll. {@actResponse d}{@actSave wis} {@dc 17}, the triggering creature. {@actSaveFail} The attack roll misses the performer, and the target has the {@condition Charmed|XPHB} condition until the end of the performer's next turn." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "B", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA" + ], + "conditionInflict": [ + "charmed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Performer Maestro", + "source": "XMM", + "page": 237, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 18 + ], + "hp": { + "average": 110, + "formula": "17d8 + 34" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 12, + "dex": 18, + "con": 14, + "int": 13, + "wis": 14, + "cha": 19, + "save": { + "dex": "+7", + "cha": "+7" + }, + "skill": { + "acrobatics": "+10", + "athletics": "+4", + "perception": "+5", + "performance": "+10", + "stealth": "+7" + }, + "passive": 15, + "languages": [ + "Common plus one other language" + ], + "cr": "6", + "gear": [ + "rapier|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The performer casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Minor Illusion|XPHB}", + "{@spell Prestidigitation|XPHB}" + ], + "daily": { + "1": [ + "{@spell Tasha's Hideous Laughter|XPHB} (level 3 version)" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The performer makes three Rapier attacks." + ] + }, + { + "name": "Rapier", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}8 ({@damage 1d8 + 4}) Piercing damage plus 7 ({@damage 2d6}) Psychic damage." + ] + }, + { + "name": "Beguiling Song", + "entries": [ + "{@actSave wis} {@dc 15}, each creature in a 20-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point within 120 feet. {@actSaveFail} 20 ({@damage 3d10 + 4}) Psychic damage, and the target has the {@condition Charmed|XPHB} condition until the end of the performer's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "MLW" + ], + "conditionInflict": [ + "charmed" + ], + "conditionInflictSpell": [ + "incapacitated", + "prone" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Peryton", + "source": "XMM", + "page": 238, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "C", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 33, + "formula": "6d8 + 6" + }, + "speed": { + "walk": 20, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 16, + "dex": 12, + "con": 13, + "int": 9, + "wis": 12, + "cha": 10, + "skill": { + "perception": "+5", + "stealth": "+3" + }, + "passive": 15, + "languages": [ + "understands Common and Elvish but can't speak" + ], + "cr": "2", + "trait": [ + { + "name": "Flyby", + "entries": [ + "The peryton doesn't provoke an Opportunity Attack when it flies out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The peryton makes one Gore attack and one Talons attack." + ] + }, + { + "name": "Gore", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage. If the peryton moved 30+ feet straight toward the target immediately before the hit, the target takes an extra 9 ({@damage 2d8}) Piercing damage." + ] + }, + { + "name": "Talons", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 2d4 + 3}) Piercing damage. If the attack reduces a Humanoid target to 0 {@variantrule Hit Points|XPHB}, the peryton kills the target by removing its heart." + ] + } + ], + "environment": [ + "hill", + "mountain" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Peryton", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/peryton.mp3" + }, + "traitTags": [ + "Flyby" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CS", + "E" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Phase Spider", + "source": "XMM", + "page": 239, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 45, + "formula": "7d10 + 7" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 15, + "dex": 16, + "con": 12, + "int": 6, + "wis": 10, + "cha": 6, + "skill": { + "stealth": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "cr": "3", + "trait": [ + { + "name": "Ethereal Sight", + "entries": [ + "The spider can see 60 feet into the Ethereal Plane while on the Material Plane and vice versa." + ] + }, + { + "name": "Spider Climb", + "entries": [ + "The spider can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + }, + { + "name": "Web Walker", + "entries": [ + "The spider ignores movement restrictions caused by webs, and the spider knows the location of any other creature in contact with the same web." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The spider makes two Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 1d10 + 3}) Piercing damage plus 9 ({@damage 2d8}) Poison damage. If this damage reduces the target to 0 {@variantrule Hit Points|XPHB}, the target becomes {@variantrule Stable|XPHB}, and it has the {@condition Poisoned|XPHB} condition for 1 hour. While {@condition Poisoned|XPHB}, the target also has the {@condition Paralyzed|XPHB} condition." + ] + } + ], + "bonus": [ + { + "name": "Ethereal Jaunt", + "entries": [ + "The spider teleports from the Material Plane to the Ethereal Plane or vice versa." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill", + "planar, ethereal", + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Phase Spider", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/phase-spider.mp3" + }, + "traitTags": [ + "Spider Climb", + "Web Walker" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "paralyzed", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Piercer", + "source": "XMM", + "page": 240, + "size": [ + "M" + ], + "type": "aberration", + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 22, + "formula": "3d8 + 9" + }, + "speed": { + "walk": 5, + "climb": 15 + }, + "initiative": { + "proficiency": 1 + }, + "str": 13, + "dex": 13, + "con": 16, + "int": 1, + "wis": 7, + "cha": 3, + "skill": { + "stealth": "+5" + }, + "senses": [ + "blindsight 30 ft.", + "darkvision 60 ft." + ], + "passive": 8, + "cr": "1/2", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The piercer can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}5 ({@damage 1d8 + 1}) Piercing damage." + ] + }, + { + "name": "Drop", + "entries": [ + "The piercer falls. {@actSave dex} {@dc 11}, one creature directly underneath the piercer. {@actSaveFail} 10 ({@damage 3d6}) Piercing damage. {@actSaveSuccessOrFail} The piercer reduces any damage it takes from the fall by 20." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "individual" + ], + "token": { + "name": "Piercer", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/piercer.mp3" + }, + "traitTags": [ + "Spider Climb" + ], + "senseTags": [ + "B", + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Piranha", + "source": "XMM", + "page": 366, + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 1, + "formula": "1d4 - 1" + }, + "speed": { + "walk": 5, + "swim": 40 + }, + "str": 2, + "dex": 16, + "con": 9, + "int": 1, + "wis": 7, + "cha": 2, + "senses": [ + "darkvision 60 ft." + ], + "passive": 8, + "cr": "0", + "trait": [ + { + "name": "Water Breathing", + "entries": [ + "The piranha can breathe only underwater." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5} (with {@variantrule Advantage|XPHB} if the target doesn't have all its {@variantrule Hit Points|XPHB}), reach 5 ft. {@h}1 Piercing damage." + ] + } + ], + "environment": [ + "underwater" + ], + "token": { + "name": "Quipper", + "source": "MM" + }, + "traitTags": [ + "Water Breathing" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Pirate", + "source": "XMM", + "page": 241, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 33, + "formula": "6d8 + 6" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 10, + "dex": 16, + "con": 12, + "int": 8, + "wis": 12, + "cha": 14, + "save": { + "dex": "+5", + "cha": "+4" + }, + "passive": 11, + "languages": [ + "Common plus one other language" + ], + "cr": "1", + "gear": [ + { + "item": "dagger|xphb", + "quantity": 6 + }, + "leather armor|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The pirate makes two Dagger attacks. It can replace one attack with a use of Enthralling Panache." + ] + }, + { + "name": "Dagger", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 20/60 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage." + ] + }, + { + "name": "Enthralling Panache", + "entries": [ + "{@actSave wis} {@dc 12}, one creature the pirate can see within 30 feet. {@actSaveFail} The target has the {@condition Charmed|XPHB} condition until the start of the pirate's next turn." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "token": { + "name": "Pirate Bosun", + "source": "GoS" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "conditionInflict": [ + "charmed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Pirate Admiral", + "source": "XMM", + "page": 242, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 20 + ], + "hp": { + "average": 182, + "formula": "28d8 + 56" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 14, + "dex": 22, + "con": 14, + "int": 12, + "wis": 14, + "cha": 19, + "save": { + "str": "+6", + "dex": "+10", + "wis": "+6", + "cha": "+8" + }, + "skill": { + "acrobatics": "+10", + "athletics": "+6", + "perception": "+6" + }, + "passive": 16, + "languages": [ + "Common plus one other language" + ], + "cr": "12", + "gear": [ + "pistol|xphb", + "scimitar|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The pirate makes three attacks, using Scimitar or Pistol in any combination." + ] + }, + { + "name": "Scimitar", + "entries": [ + "{@atkr m} {@hit 10}, reach 5 ft. {@h}16 ({@damage 3d6 + 6}) Slashing damage plus 7 ({@damage 2d6}) Poison damage, and the target suffers one of the following effects of the pirate's choice:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Awestruck", + "entries": [ + "The target has the {@condition Charmed|XPHB} condition until the start of the pirate's next turn." + ] + }, + { + "type": "item", + "name": "Poison", + "entries": [ + "The target has the {@condition Poisoned|XPHB} condition until the start of the pirate's next turn." + ] + } + ] + } + ] + }, + { + "name": "Pistol", + "entries": [ + "{@atkr r} {@hit 10}, range 30/90 ft. {@h}28 ({@damage 4d10 + 6}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Rally (1/Day)", + "entries": [ + "The pirate chooses up to three other creatures it can see within 30 feet. Until the start of the pirate's next turn, the targets have {@variantrule Advantage|XPHB} on attack rolls and saving throws." + ] + } + ], + "reaction": [ + { + "name": "Defensive Stance", + "entries": [ + "{@actTrigger} The pirate is hit by a melee attack roll while holding a weapon. {@actResponse} The pirate adds 4 to its AC against melee attack rolls (including the triggering attack) until the start of its next turn, possibly causing the attacks to miss." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "I", + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "conditionInflict": [ + "charmed", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Pirate Captain", + "source": "XMM", + "page": 242, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 84, + "formula": "13d8 + 26" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 10, + "dex": 18, + "con": 14, + "int": 10, + "wis": 14, + "cha": 17, + "save": { + "str": "+3", + "dex": "+7", + "wis": "+5", + "cha": "+6" + }, + "skill": { + "acrobatics": "+7", + "perception": "+5" + }, + "passive": 15, + "languages": [ + "Common plus one other language" + ], + "cr": "6", + "gear": [ + "pistol|xphb", + "rapier|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The pirate makes three attacks, using Rapier or Pistol in any combination." + ] + }, + { + "name": "Rapier", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Piercing damage, and the pirate has {@variantrule Advantage|XPHB} on the next attack roll it makes before the end of this turn." + ] + }, + { + "name": "Pistol", + "entries": [ + "{@atkr r} {@hit 7}, range 30/90 ft. {@h}15 ({@damage 2d10 + 4}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Captain's Charm", + "entries": [ + "{@actSave wis} {@dc 14}, one creature the pirate can see within 30 feet. {@actSaveFail} The target has the {@condition Charmed|XPHB} condition until the start of the pirate's next turn." + ] + } + ], + "reaction": [ + { + "name": "Riposte", + "entries": [ + "{@actTrigger} The pirate is hit by a melee attack roll while holding a weapon. {@actResponse} The pirate adds 3 to its AC against that attack, possibly causing it to miss. On a miss, the pirate makes one Rapier attack against the triggering creature if within range." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "token": { + "name": "Pirate Captain", + "source": "GoS" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "conditionInflict": [ + "charmed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Pit Fiend", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 243, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 21 + ], + "hp": { + "average": 337, + "formula": "27d10 + 189" + }, + "speed": { + "walk": 30, + "fly": 60 + }, + "initiative": { + "proficiency": 2 + }, + "str": 26, + "dex": 14, + "con": 24, + "int": 22, + "wis": 18, + "cha": 24, + "save": { + "dex": "+8", + "wis": "+10" + }, + "skill": { + "perception": "+10", + "persuasion": "+19" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 20, + "resist": [ + "cold" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Infernal; telepathy 120 ft." + ], + "cr": "20", + "spellcasting": [ + { + "name": "Hellfire Spellcasting {@recharge 4}", + "type": "spellcasting", + "headerEntries": [ + "The pit fiend casts {@spell Fireball|XPHB} (level 5 version) twice, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 21}). It can replace one Fireball with Hold Monster (level 7 version) or {@spell Wall of Fire|XPHB}." + ], + "recharge": { + "4": [ + "{@spell Fireball|XPHB} (level 5 version)", + "{@spell Wall of Fire|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action", + "hidden": [ + "recharge" + ] + } + ], + "trait": [ + { + "name": "Diabolical Restoration", + "entries": [ + "If the pit fiend dies outside the Nine Hells, its body disappears in sulfurous smoke, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Nine Hells." + ] + }, + { + "name": "Fear Aura", + "entries": [ + "The pit fiend emanates an aura in a 20-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} while it doesn't have the {@condition Incapacitated|XPHB} condition. {@actSave wis} {@dc 21}, any enemy that starts its turn in the aura. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the start of its next turn. {@actSaveSuccess} The target is immune to this pit fiend's aura for 24 hours." + ] + }, + { + "name": "Legendary Resistance (4/Day)", + "entries": [ + "If the pit fiend fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The pit fiend has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The pit fiend makes one Bite attack, two Devilish Claw attacks, and one Fiery Mace attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 14}, reach 10 ft. {@h}18 ({@damage 3d6 + 8}) Piercing damage. If the target is a creature, it must make the following saving throw. {@actSave con} {@dc 21}. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition. While {@condition Poisoned|XPHB}, the target can't regain {@variantrule Hit Points|XPHB} and takes 21 ({@damage 6d6}) Poison damage at the start of each of its turns, and it repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + }, + { + "name": "Devilish Claw", + "entries": [ + "{@atkr m} {@hit 14}, reach 10 ft. {@h}26 ({@damage 4d8 + 8}) Necrotic damage." + ] + }, + { + "name": "Fiery Mace", + "entries": [ + "{@atkr m} {@hit 14}, reach 10 ft. {@h}22 ({@damage 4d6 + 8}) Force damage plus 21 ({@damage 6d6}) Fire damage." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Pit Fiend", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/pit-fiend.mp3" + }, + "traitTags": [ + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "I", + "TP" + ], + "damageTags": [ + "F", + "I", + "N", + "O", + "P" + ], + "damageTagsSpell": [ + "F" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RCH" + ], + "conditionInflict": [ + "frightened", + "poisoned" + ], + "savingThrowForcedSpell": [ + "dexterity" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Pixie", + "source": "XMM", + "page": 244, + "size": [ + "T" + ], + "type": "fey", + "alignment": [ + "N", + "G" + ], + "ac": [ + 15 + ], + "hp": { + "average": 9, + "formula": "6d4 - 6" + }, + "speed": { + "walk": 10, + "fly": 30 + }, + "str": 2, + "dex": 20, + "con": 8, + "int": 10, + "wis": 14, + "cha": 15, + "skill": { + "perception": "+4", + "stealth": "+7" + }, + "passive": 14, + "languages": [ + "Sylvan" + ], + "cr": "1/4", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The pixie casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 12}):" + ], + "will": [ + "{@spell Dancing Lights|XPHB}", + "{@spell Druidcraft|XPHB}", + "{@spell Invisibility|XPHB} (self only)" + ], + "daily": { + "1e": [ + "{@spell Detect Thoughts|XPHB}", + "{@spell Fly|XPHB}", + "{@spell Sleep|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The pixie has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Faerie Dust", + "entries": [ + "{@atkr m,r} {@hit 4}, reach 5 ft. or range 60 ft. {@h}1 Radiant damage, and the target has the {@condition Charmed|XPHB} or {@condition Poisoned|XPHB} condition (pixie's choice) until the start of the pixie's next turn." + ] + } + ], + "environment": [ + "forest", + "planar, feywild" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Pixie", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/pixie.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "languageTags": [ + "S" + ], + "damageTags": [ + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "incapacitated", + "invisible", + "unconscious" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Pixie Wonderbringer", + "source": "XMM", + "page": 244, + "size": [ + "T" + ], + "type": "fey", + "alignment": [ + "N", + "G" + ], + "ac": [ + 15 + ], + "hp": { + "average": 60, + "formula": "24d4" + }, + "speed": { + "walk": 10, + "fly": 30 + }, + "str": 2, + "dex": 20, + "con": 10, + "int": 11, + "wis": 14, + "cha": 18, + "skill": { + "arcana": "+3", + "perception": "+5", + "stealth": "+8" + }, + "passive": 15, + "languages": [ + "Common", + "Elvish", + "Sylvan" + ], + "cr": "5", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The pixie casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Dancing Lights|XPHB}", + "{@spell Druidcraft|XPHB}", + "{@spell Invisibility|XPHB} (self only)" + ], + "daily": { + "1e": [ + "{@spell Detect Thoughts|XPHB}", + "{@spell Fly|XPHB}", + "{@spell Major Image|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Burst of Wonder {@recharge 5}", + "type": "spellcasting", + "headerEntries": [ + "The pixie casts {@spell Entangle|XPHB}, {@spell Polymorph|XPHB}, or {@spell Tasha's Hideous Laughter|XPHB}, requiring no Material components and using the same spellcasting ability as Spellcasting." + ], + "recharge": { + "5": [ + "{@spell Entangle|XPHB}", + "{@spell Polymorph|XPHB}", + "{@spell Tasha's Hideous Laughter|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "bonus", + "hidden": [ + "recharge" + ] + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The pixie has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The pixie makes two Faerie Dust attacks." + ] + }, + { + "name": "Faerie Dust", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 5 ft. or range 60 ft. {@h}15 ({@damage 2d10 + 4}) Radiant damage, and the target has the {@condition Charmed|XPHB} or {@condition Poisoned|XPHB} condition (pixie's choice) until the start of the pixie's next turn." + ] + } + ], + "environment": [ + "forest", + "planar, feywild" + ], + "treasure": [ + "arcana" + ], + "traitTags": [ + "Magic Resistance" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "E", + "S" + ], + "damageTags": [ + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "incapacitated", + "invisible", + "prone", + "restrained" + ], + "savingThrowForcedSpell": [ + "strength", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Planetar", + "group": [ + "Angels" + ], + "source": "XMM", + "page": 245, + "size": [ + "L" + ], + "type": { + "type": "celestial", + "tags": [ + "angel" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 19 + ], + "hp": { + "average": 262, + "formula": "21d10 + 147" + }, + "speed": { + "walk": 40, + "fly": { + "number": 120, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 24, + "dex": 20, + "con": 24, + "int": 19, + "wis": 22, + "cha": 25, + "save": { + "str": "+12", + "con": "+12", + "wis": "+11", + "cha": "+12" + }, + "skill": { + "perception": "+11" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 21, + "resist": [ + "radiant" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened" + ], + "languages": [ + "all; telepathy 120 ft." + ], + "cr": "16", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The planetar casts one of the following spells, requiring no Material components and using Charisma as spellcasting ability (spell save {@dc 20}):" + ], + "will": [ + "{@spell Detect Evil and Good|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Commune|XPHB}", + "{@spell Control Weather|XPHB}", + "{@spell Dispel Evil and Good|XPHB}", + "{@spell Raise Dead|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Divine Aid (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The planetar casts {@spell Cure Wounds|XPHB}, {@spell Invisibility|XPHB}, {@spell Lesser Restoration|XPHB}, or {@spell Remove Curse|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Cure Wounds|XPHB}", + "{@spell Invisibility|XPHB}", + "{@spell Lesser Restoration|XPHB}", + "{@spell Remove Curse|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Divine Awareness", + "entries": [ + "The planetar knows if it hears a lie." + ] + }, + { + "name": "Exalted Restoration", + "entries": [ + "If the planetar dies outside Mount Celestia, its body disappears, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in Mount Celestia." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The planetar has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The planetar makes three Radiant Sword attacks or uses Holy Burst twice." + ] + }, + { + "name": "Radiant Sword", + "entries": [ + "{@atkr m} {@hit 12}, reach 10 ft. {@h}14 ({@damage 2d6 + 7}) Slashing damage plus 18 ({@damage 4d8}) Radiant damage." + ] + }, + { + "name": "Holy Burst", + "entries": [ + "{@actSave dex} {@dc 20}, each enemy in a 20-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the planetar can see within 120 feet. {@actSaveFail} 24 ({@damage 7d6}) Radiant damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "planar, upper" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Planetar", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/planetar.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "TP", + "XX" + ], + "damageTags": [ + "R", + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "charisma" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Plesiosaurus", + "group": [ + "Dinosaurs" + ], + "source": "XMM", + "page": 366, + "size": [ + "L" + ], + "type": { + "type": "beast", + "tags": [ + "dinosaur" + ] + }, + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 68, + "formula": "8d10 + 24" + }, + "speed": { + "walk": 20, + "swim": 40 + }, + "str": 18, + "dex": 15, + "con": 16, + "int": 2, + "wis": 12, + "cha": 5, + "skill": { + "perception": "+3", + "stealth": "+4" + }, + "passive": 13, + "cr": "2", + "trait": [ + { + "name": "Hold Breath", + "entries": [ + "The plesiosaurus can hold its breath for 1 hour." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage." + ] + } + ], + "environment": [ + "arctic", + "underwater" + ], + "token": { + "name": "Plesiosaurus", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/plesiosaurus.mp3" + }, + "traitTags": [ + "Hold Breath" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluffImages": true + }, + { + "name": "Polar Bear", + "source": "XMM", + "page": 367, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 42, + "formula": "5d10 + 15" + }, + "speed": { + "walk": 40, + "swim": 40 + }, + "str": 20, + "dex": 14, + "con": 16, + "int": 2, + "wis": 13, + "cha": 7, + "skill": { + "perception": "+5", + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "resist": [ + "cold" + ], + "cr": "2", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The bear makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}9 ({@damage 1d8 + 5}) Slashing damage." + ] + } + ], + "environment": [ + "arctic" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/polar-bear.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Poltergeist", + "source": "XMM", + "page": 246, + "size": [ + "S", + "M" + ], + "type": "undead", + "alignment": [ + "C", + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 22, + "formula": "5d8" + }, + "speed": { + "walk": 5, + "fly": { + "number": 50, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 1, + "dex": 14, + "con": 11, + "int": 10, + "wis": 10, + "cha": 14, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "resist": [ + "acid", + "bludgeoning", + "cold", + "fire", + "lightning", + "piercing", + "slashing", + "thunder" + ], + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "unconscious" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "2", + "trait": [ + { + "name": "Incorporeal Movement", + "entries": [ + "The poltergeist can move through other creatures and objects as if they were {@variantrule Difficult Terrain|XPHB}. It takes 5 ({@damage 1d10}) Force damage if it ends its turn inside an object." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The poltergeist makes one {@variantrule Object|XPHB} Slam attack and uses Telekinetic Thrust." + ] + }, + { + "name": "Object Slam", + "entries": [ + "{@atkr m,r} {@hit 4}, reach 5 ft. or range 30 ft. {@h}7 ({@damage 2d4 + 2}) Bludgeoning damage." + ] + }, + { + "name": "Telekinetic Thrust", + "entries": [ + "{@actSave str} {@dc 12}, one creature the poltergeist can see within 30 feet. {@actSaveFail} 9 ({@damage 2d6 + 2}) Force damage, and the target is pushed up to 30 feet straight away from the poltergeist." + ] + } + ], + "bonus": [ + { + "name": "Vanish", + "entries": [ + "The poltergeist gives itself the {@condition Invisible|XPHB} condition or ends that condition on itself." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Poltergeist", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/poltergeist.mp3" + }, + "traitTags": [ + "Incorporeal Movement" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "B", + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Pony", + "source": "XMM", + "page": 367, + "otherSources": [ + { + "source": "XPHB", + "page": 354 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 10 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 40 + }, + "str": 15, + "dex": 10, + "con": 13, + "int": 2, + "wis": 11, + "cha": 7, + "save": { + "str": "+4" + }, + "passive": 10, + "cr": "1/8", + "action": [ + { + "name": "Hooves", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Bludgeoning damage." + ] + } + ], + "environment": [ + "grassland", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/pony.mp3" + }, + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Priest", + "source": "XMM", + "page": 248, + "size": [ + "S", + "M" + ], + "type": { + "type": "humanoid", + "note": "(cleric)" + }, + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 38, + "formula": "7d8 + 7" + }, + "speed": { + "walk": 30 + }, + "str": 16, + "dex": 10, + "con": 12, + "int": 13, + "wis": 16, + "cha": 13, + "skill": { + "medicine": "+7", + "perception": "+5", + "religion": "+5" + }, + "passive": 15, + "languages": [ + "Common plus one other language" + ], + "cr": "2", + "gear": [ + "chain shirt|xphb", + "holy symbol|xphb", + "mace|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The priest casts one of the following spells, using Wisdom as the spellcasting ability:" + ], + "will": [ + "{@spell Light|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1": [ + "{@spell Spirit Guardians|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Divine Aid (3/Day)", + "type": "spellcasting", + "headerEntries": [ + "The priest casts {@spell Bless|XPHB}, {@spell Dispel Magic|XPHB}, {@spell Healing Word|XPHB}, or {@spell Lesser Restoration|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "3": [ + "{@spell Bless|XPHB}", + "{@spell Dispel Magic|XPHB}", + "{@spell Healing Word|XPHB}", + "{@spell Lesser Restoration|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The priest makes two attacks, using Mace or Radiant Flame in any combination." + ] + }, + { + "name": "Mace", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Bludgeoning damage plus 5 ({@damage 2d4}) Radiant damage." + ] + }, + { + "name": "Radiant Flame", + "entries": [ + "{@atkr r} {@hit 5}, range 60 ft. {@h}11 ({@damage 2d10}) Radiant damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "token": { + "name": "Priest", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/priest.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "B", + "R" + ], + "damageTagsSpell": [ + "N", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RA" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Priest Acolyte", + "source": "XMM", + "page": 247, + "size": [ + "S", + "M" + ], + "type": { + "type": "humanoid", + "note": "(cleric)" + }, + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 30 + }, + "str": 14, + "dex": 10, + "con": 12, + "int": 10, + "wis": 14, + "cha": 11, + "skill": { + "medicine": "+4", + "religion": "+2" + }, + "passive": 12, + "languages": [ + "Common" + ], + "cr": "1/4", + "gear": [ + "chain shirt|xphb", + "holy symbol|xphb", + "mace|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The priest casts one of the following spells, using Wisdom as the spellcasting ability:" + ], + "will": [ + "{@spell Light|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Divine Aid (1/Day)", + "type": "spellcasting", + "headerEntries": [ + "The priest casts {@spell Bless|XPHB}, {@spell Healing Word|XPHB}, or {@spell Sanctuary|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "1": [ + "{@spell Bless|XPHB}", + "{@spell Healing Word|XPHB}", + "{@spell Sanctuary|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "action": [ + { + "name": "Mace", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Bludgeoning damage plus 2 ({@damage 1d4}) Radiant damage." + ] + }, + { + "name": "Radiant Flame", + "entries": [ + "{@atkr r} {@hit 4}, range 60 ft. {@h}7 ({@damage 2d6}) Radiant damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "individual", + "relics" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "B", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RA" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Primeval Owlbear", + "source": "XMM", + "page": 234, + "size": [ + "H" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 16 + ], + "hp": { + "average": 126, + "formula": "12d12 + 48" + }, + "speed": { + "walk": 40, + "climb": 40, + "fly": 5 + }, + "initiative": { + "proficiency": 1 + }, + "str": 22, + "dex": 14, + "con": 19, + "int": 8, + "wis": 15, + "cha": 7, + "save": { + "con": "+7", + "wis": "+5" + }, + "skill": { + "perception": "+8" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 18, + "cr": "7", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The owlbear has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The owlbear makes two Ravage attacks." + ] + }, + { + "name": "Ravage", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}15 ({@damage 2d8 + 6}) Slashing damage. If the target is a Huge or smaller creature and the owlbear moved 20+ feet straight toward it immediately before the hit, the target takes an extra 9 ({@damage 2d8}) Slashing damage and has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Screech {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 15}, each creature in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the owlbear. {@actSaveFail} 27 ({@damage 6d8}) Thunder damage, and the target has the {@condition Incapacitated|XPHB} condition until the end of its next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "environment": [ + "forest" + ], + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "S", + "T" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated", + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Pseudodragon", + "source": "XMM", + "page": 249, + "otherSources": [ + { + "source": "XPHB", + "page": 354 + } + ], + "size": [ + "T" + ], + "type": "dragon", + "alignment": [ + "N", + "G" + ], + "ac": [ + 14 + ], + "hp": { + "average": 10, + "formula": "3d4 + 3" + }, + "speed": { + "walk": 15, + "fly": 60 + }, + "str": 6, + "dex": 15, + "con": 13, + "int": 10, + "wis": 12, + "cha": 10, + "skill": { + "perception": "+5", + "stealth": "+4" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 15, + "languages": [ + "understands Common and Draconic but can't speak" + ], + "cr": "1/4", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The pseudodragon has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The pseudodragon makes two Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Piercing damage." + ] + }, + { + "name": "Sting", + "entries": [ + "{@actSave con} {@dc 12}, one creature the pseudodragon can see within 5 feet. {@actSaveFail} 5 ({@damage 2d4}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition for 1 hour. Failure by 5 or More: The {@condition Poisoned|XPHB} target also has the {@condition Unconscious|XPHB} condition until it takes damage or a creature within 5 feet of it takes an action to shake it awake." + ] + } + ], + "environment": [ + "coastal", + "desert", + "forest", + "hill", + "mountain", + "urban" + ], + "treasure": [ + "arcana" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/pseudodragon.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CS", + "DR" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned", + "unconscious" + ], + "hasToken": true, + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Psychic Gray Ooze", + "source": "XMM", + "page": 151, + "size": [ + "M" + ], + "type": "ooze", + "alignment": [ + "U" + ], + "ac": [ + 9 + ], + "hp": { + "average": 37, + "formula": "5d8 + 15" + }, + "speed": { + "walk": 10, + "climb": 10 + }, + "str": 12, + "dex": 8, + "con": 16, + "int": 10, + "wis": 6, + "cha": 2, + "skill": { + "stealth": "+3" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 8, + "resist": [ + "acid", + "cold", + "fire", + "psychic" + ], + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "exhaustion", + "frightened", + "grappled", + "prone", + "restrained" + ], + "cr": "1", + "trait": [ + { + "name": "Amorphous", + "entries": [ + "The ooze can move through a space as narrow as 1 inch without expending extra movement to do so." + ] + } + ], + "action": [ + { + "name": "Pseudopod", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}11 ({@damage 3d6 + 1}) Acid damage, and the target has {@variantrule Disadvantage|XPHB} on Intelligence saving throws until the end of the ooze's next turn." + ] + }, + { + "name": "Psychic Crush", + "entries": [ + "{@actSave int} {@dc 10}, one creature the ooze can see within 60 feet. {@actSaveFail} 13 ({@damage 3d8}) Psychic damage." + ] + } + ], + "reaction": [ + { + "name": "Mind Corrosion", + "entries": [ + "{@actTrigger} The ooze fails a saving throw against a spell or another magical effect created by a creature. {@actResponse} The triggering creature takes 3 ({@damage 1d6}) Psychic damage." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Gray Ooze", + "source": "MM" + }, + "traitTags": [ + "Amorphous" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "A", + "Y" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Pteranodon", + "group": [ + "Dinosaurs" + ], + "source": "XMM", + "page": 367, + "size": [ + "M" + ], + "type": { + "type": "beast", + "tags": [ + "dinosaur" + ] + }, + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 13, + "formula": "3d8" + }, + "speed": { + "walk": 10, + "fly": 60 + }, + "str": 12, + "dex": 15, + "con": 10, + "int": 2, + "wis": 9, + "cha": 5, + "skill": { + "perception": "+1" + }, + "passive": 11, + "cr": "1/4", + "trait": [ + { + "name": "Flyby", + "entries": [ + "The pteranodon doesn't provoke an Opportunity Attack when it flies out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage." + ] + } + ], + "environment": [ + "coastal", + "grassland", + "mountain" + ], + "token": { + "name": "Pteranodon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/pteranodon.mp3" + }, + "traitTags": [ + "Flyby" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Purple Worm", + "source": "XMM", + "page": 250, + "size": [ + "G" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 18 + ], + "hp": { + "average": 247, + "formula": "15d20 + 90" + }, + "speed": { + "walk": 50, + "burrow": 50 + }, + "initiative": { + "proficiency": 1 + }, + "str": 28, + "dex": 7, + "con": 22, + "int": 1, + "wis": 8, + "cha": 4, + "save": { + "con": "+11", + "wis": "+4" + }, + "senses": [ + "blindsight 30 ft.", + "tremorsense 60 ft." + ], + "passive": 9, + "cr": "15", + "trait": [ + { + "name": "Tunneler", + "entries": [ + "The worm can burrow through solid rock at half its {@variantrule Burrow Speed|XPHB} and leaves a 10-foot-diameter tunnel in its wake." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The worm makes one Bite attack and one Tail Stinger attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 14}, reach 10 ft. {@h}22 ({@damage 3d8 + 9}) Piercing damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 19}), and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + }, + { + "name": "Tail Stinger", + "entries": [ + "{@atkr m} {@hit 14}, reach 10 ft. {@h}16 ({@damage 2d6 + 9}) Piercing damage plus 35 ({@damage 10d6}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Swallow", + "entries": [ + "{@actSave str} {@dc 19}, one Large or smaller creature {@condition Grappled|XPHB} by the worm (it can have up to three creatures swallowed at a time). {@actSaveFail} The target is swallowed by the worm, and the {@condition Grappled|XPHB} condition ends. A swallowed creature has the {@condition Blinded|XPHB} and {@condition Restrained|XPHB} conditions, has {@variantrule Cover|XPHB|Total Cover} against attacks and other effects outside the worm, and takes 17 ({@damage 5d6}) Acid damage at the start of each of the worm's turns.", + "If the worm takes 30 damage or more on a single turn from a creature inside it, the worm must succeed on a {@dc 21} Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, each of which falls in a space within 5 feet of the worm and has the {@condition Prone|XPHB} condition. If the worm dies, any swallowed creature no longer has the {@condition Restrained|XPHB} condition and can escape from the corpse using 20 feet of movement, exiting {@condition Prone|XPHB}." + ] + } + ], + "environment": [ + "desert", + "underdark" + ], + "token": { + "name": "Purple Worm", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/purple-worm.mp3" + }, + "traitTags": [ + "Tunneler" + ], + "senseTags": [ + "B", + "T" + ], + "actionTags": [ + "Multiattack", + "Swallow" + ], + "damageTags": [ + "A", + "I", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "prone", + "restrained" + ], + "savingThrowForced": [ + "constitution" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Quaggoth", + "source": "XMM", + "page": 251, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "C", + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 45, + "formula": "6d8 + 18" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 17, + "dex": 12, + "con": 16, + "int": 6, + "wis": 12, + "cha": 7, + "skill": { + "athletics": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 11, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Undercommon" + ], + "cr": "2", + "trait": [ + { + "name": "Bloodied Fury", + "entries": [ + "While {@variantrule Bloodied|XPHB}, the quaggoth has {@variantrule Advantage|XPHB} on attack rolls." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The quaggoth makes two Claw attacks." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Slashing damage, or 13 ({@damage 3d6 + 3}) Slashing damage if the quaggoth is {@variantrule Bloodied|XPHB}." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Quaggoth", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/quaggoth.mp3" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "U" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Quaggoth Thonot", + "source": "XMM", + "page": 251, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "C", + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 67, + "formula": "9d8 + 27" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 17, + "dex": 12, + "con": 16, + "int": 6, + "wis": 14, + "cha": 7, + "skill": { + "athletics": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 12, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Undercommon" + ], + "cr": "3", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The quaggoth casts one of the following spells, requiring no spell components and using Wisdom as the spellcasting ability (spell save {@dc 12}):" + ], + "will": [ + "{@spell Mage Hand|XPHB} (the hand is Invisible)", + "{@spell Minor Illusion|XPHB}" + ], + "daily": { + "2": [ + "{@spell Mind Spike|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Psionic Defense (3/Day)", + "type": "spellcasting", + "headerEntries": [ + "The quaggoth casts {@spell Feather Fall|XPHB} or {@spell Shield|XPHB} in response to the spell's trigger, requiring no spell components and using the same spellcasting ability as Spellcasting." + ], + "daily": { + "3": [ + "{@spell Feather Fall|XPHB}", + "{@spell Shield|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "reaction", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Bloodied Fury", + "entries": [ + "While {@variantrule Bloodied|XPHB}, the quaggoth has {@variantrule Advantage|XPHB} on attack rolls." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The quaggoth makes two Claw attacks." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Slashing damage plus 5 ({@damage 2d4}) Psychic damage." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Quaggoth Thonot", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/quaggoth-thonot.mp3" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "U" + ], + "damageTags": [ + "S", + "Y" + ], + "damageTagsSpell": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Quasit", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 252, + "otherSources": [ + { + "source": "XPHB", + "page": 355 + } + ], + "size": [ + "T" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 25, + "formula": "10d4" + }, + "speed": { + "walk": 40 + }, + "str": 5, + "dex": 17, + "con": 10, + "int": 7, + "wis": 10, + "cha": 10, + "skill": { + "stealth": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 10, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal", + "Common" + ], + "cr": "1", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The quasit has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Slashing damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the quasit's next turn." + ] + }, + { + "name": "Invisibility", + "entries": [ + "The quasit casts {@spell Invisibility|XPHB} on itself, requiring no spell components and using Charisma as the spellcasting ability." + ] + }, + { + "name": "Scare (1/Day)", + "entries": [ + "{@actSave wis} {@dc 10}, one creature within 20 feet. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition. At the end of each of its turns, the target repeats the save, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + }, + { + "name": "Shape-Shift", + "entries": [ + "The quasit shape-shifts to resemble a bat ({@variantrule Speed|XPHB} 10 ft., Fly 40 ft.), a centipede (40 ft., Climb 40 ft.), or a toad (40 ft., Swim 40 ft.), or it returns to its true form. Its game statistics are the same in each form, except for its {@variantrule Speed|XPHB}. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/quasit.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "languageTags": [ + "AB", + "C" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "frightened", + "poisoned" + ], + "hasToken": true, + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Questing Knight", + "source": "XMM", + "page": 184, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 18 + ], + "hp": { + "average": 202, + "formula": "27d8 + 81" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 20, + "dex": 16, + "con": 16, + "int": 11, + "wis": 12, + "cha": 18, + "save": { + "str": "+9", + "con": "+7", + "wis": "+5", + "cha": "+8" + }, + "skill": { + "athletics": "+9", + "perception": "+5", + "persuasion": "+8" + }, + "passive": 15, + "conditionImmune": [ + "charmed", + "frightened" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "12", + "gear": [ + "greatsword|xphb", + "longbow|xphb", + "plate armor|xphb" + ], + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The knight casts one of the following spells, using Charisma as the spellcasting ability (spell save {@dc 16}):" + ], + "daily": { + "1e": [ + "{@spell Daylight|XPHB}", + "{@spell Dispel Evil and Good|XPHB}", + "{@spell Greater Restoration|XPHB}", + "{@spell Phantom Steed|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Aura of Bravery", + "entries": [ + "Creatures of the knight's choice in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from it have {@variantrule Immunity|XPHB} to the {@condition Charmed|XPHB} and {@condition Frightened|XPHB} conditions while there." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The knight makes three attacks, using Greatsword or Longbow in any combination." + ] + }, + { + "name": "Greatsword", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}12 ({@damage 2d6 + 5}) Slashing damage plus 22 ({@damage 5d8}) Radiant damage." + ] + }, + { + "name": "Longbow", + "entries": [ + "{@atkr r} {@hit 7}, range 150/600 ft. {@h}12 ({@damage 2d8 + 3}) Piercing damage plus 22 ({@damage 5d8}) Radiant damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P", + "R", + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "savingThrowForcedSpell": [ + "charisma" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Rakshasa", + "source": "XMM", + "page": 253, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "L", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 221, + "formula": "26d8 + 104" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 14, + "dex": 17, + "con": 18, + "int": 13, + "wis": 16, + "cha": 20, + "skill": { + "deception": "+10", + "insight": "+8", + "perception": "+8" + }, + "senses": [ + "truesight 60 ft." + ], + "passive": 18, + "vulnerable": [ + { + "vulnerable": [ + "piercing" + ], + "note": "damage from weapons wielded by creatures under the effect of a Bless spell", + "cond": true + } + ], + "conditionImmune": [ + "charmed", + "frightened" + ], + "languages": [ + "Common", + "Infernal" + ], + "cr": "13", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The rakshasa casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 18}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Detect Thoughts|XPHB}", + "{@spell Disguise Self|XPHB}", + "{@spell Mage Hand|XPHB}", + "{@spell Minor Illusion|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Fly|XPHB}", + "{@spell Invisibility|XPHB}", + "{@spell Major Image|XPHB}", + "{@spell Plane Shift|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Greater Magic Resistance", + "entries": [ + "The rakshasa automatically succeeds on saving throws against spells and other magical effects, and the attack rolls of spells automatically miss it. Without the rakshasa's permission, no spell can observe the rakshasa remotely or detect its thoughts, creature type, or alignment." + ] + }, + { + "name": "Fiendish Restoration", + "entries": [ + "If the rakshasa dies outside the Nine Hells, its body turns to ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Nine Hells." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The rakshasa makes three Cursed Touch attacks." + ] + }, + { + "name": "Cursed Touch", + "entries": [ + "{@atkr m} {@hit 10}, reach 5 ft. {@h}12 ({@damage 2d6 + 5}) Slashing damage plus 19 ({@damage 3d12}) Necrotic damage. If the target is a creature, it is cursed. While cursed, the target gains no benefit from finishing a {@variantrule Short Rest|XPHB|Short} or {@variantrule Long Rest|XPHB}." + ] + }, + { + "name": "Baleful Command {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 18}, each enemy in a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the rakshasa. {@actSaveFail} 28 ({@damage 8d6}) Psychic damage, and the target has the {@condition Frightened|XPHB} and {@condition Incapacitated|XPHB} conditions until the start of the rakshasa's next turn." + ] + } + ], + "environment": [ + "planar, nine hells", + "urban" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Rakshasa", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/rakshasa.mp3" + }, + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "I" + ], + "damageTags": [ + "N", + "S", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "CUR", + "MA" + ], + "conditionInflictSpell": [ + "invisible" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Rat", + "source": "XMM", + "page": 367, + "otherSources": [ + { + "source": "XPHB", + "page": 355 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 10 + ], + "hp": { + "average": 1, + "formula": "1d4 - 1" + }, + "speed": { + "walk": 20, + "climb": 20 + }, + "str": 2, + "dex": 11, + "con": 9, + "int": 2, + "wis": 10, + "cha": 4, + "skill": { + "perception": "+2" + }, + "senses": [ + "darkvision 30 ft." + ], + "passive": 12, + "cr": "0", + "trait": [ + { + "name": "Agile", + "entries": [ + "The rat doesn't provoke Opportunity Attacks when it moves out of an enemy's reach." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Piercing damage." + ] + } + ], + "environment": [ + "forest", + "swamp", + "underdark", + "urban" + ], + "token": { + "name": "Rat", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/rat.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Raven", + "source": "XMM", + "page": 368, + "otherSources": [ + { + "source": "XPHB", + "page": 355 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 2, + "formula": "1d4" + }, + "speed": { + "walk": 10, + "fly": 50 + }, + "str": 2, + "dex": 14, + "con": 10, + "int": 5, + "wis": 13, + "cha": 6, + "skill": { + "perception": "+3" + }, + "passive": 13, + "cr": "0", + "trait": [ + { + "name": "Mimicry", + "entries": [ + "The raven can mimic simple sounds it has heard, such as a whisper or chitter. A hearer can discern the sounds are imitations with a successful {@dc 10} Wisdom ({@skill Insight|XPHB}) check." + ] + } + ], + "action": [ + { + "name": "Beak", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}1 Piercing damage." + ] + } + ], + "environment": [ + "hill", + "swamp", + "urban" + ], + "token": { + "name": "Raven", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/raven.mp3" + }, + "traitTags": [ + "Mimicry" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Red Dragon Wyrmling", + "group": [ + "Chromatic Dragons" + ], + "source": "XMM", + "page": 254, + "size": [ + "M" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 75, + "formula": "10d8 + 30" + }, + "speed": { + "walk": 30, + "climb": 30, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 10, + "con": 17, + "int": 12, + "wis": 11, + "cha": 15, + "save": { + "dex": "+2", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "stealth": "+2" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "fire" + ], + "languages": [ + "Draconic" + ], + "cr": "4", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}9 ({@damage 1d10 + 4}) Slashing damage plus 3 ({@damage 1d6}) Fire damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 13}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 24 ({@damage 7d6}) Fire damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "hill", + "mountain" + ], + "treasure": [ + "any" + ], + "dragonAge": "wyrmling", + "token": { + "name": "Red Dragon Wyrmling", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/red-dragon-wyrmling.mp3" + }, + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "DR" + ], + "damageTags": [ + "F", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Red Slaad", + "source": "XMM", + "page": 285, + "size": [ + "L" + ], + "type": "aberration", + "alignment": [ + "C", + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 93, + "formula": "11d10 + 33" + }, + "speed": { + "walk": 30 + }, + "str": 16, + "dex": 12, + "con": 16, + "int": 6, + "wis": 6, + "cha": 7, + "skill": { + "perception": "+1" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "resist": [ + "acid", + "cold", + "fire", + "lightning", + "thunder" + ], + "languages": [ + "Slaad; telepathy 60 ft." + ], + "cr": "5", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The slaad has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Regeneration", + "entries": [ + "The slaad regains 10 {@variantrule Hit Points|XPHB} at the start of each of its turns if it has at least 1 {@variantrule Hit Points|XPHB|Hit Point}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The slaad makes three Injecting Claw attacks." + ] + }, + { + "name": "Injecting Claw", + "entries": [ + "{@atkr m} {@hit 6}, reach 10 ft. {@h}10 ({@damage 2d6 + 3}) Piercing damage. If the target is a Humanoid not cursed by a slaad, it is subjected to the following effect. {@actSave con} {@dc 14}. {@actSaveFail} The target is cursed unawares, and a minuscule slaad egg is implanted in it. Removing the curse destroys the egg.", + "Over {@dice 2d4 × 10} days, the egg gestates. In the final 24 hours, the cursed target feels unwell; its {@variantrule Speed|XPHB} is halved, and it has {@variantrule Disadvantage|XPHB} on {@variantrule D20 Test|XPHB|D20 Tests}. At the end of this time, the egg turns into a Slaad Tadpole, which chews out of the host and kills it." + ] + } + ], + "environment": [ + "planar, limbo" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Red Slaad", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/red-slaad.mp3" + }, + "traitTags": [ + "Magic Resistance", + "Regeneration" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH", + "TP" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "CUR", + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Reef Shark", + "source": "XMM", + "page": 368, + "otherSources": [ + { + "source": "XPHB", + "page": 356 + } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 22, + "formula": "4d8 + 4" + }, + "speed": { + "walk": 5, + "swim": 30 + }, + "str": 14, + "dex": 15, + "con": 13, + "int": 1, + "wis": 10, + "cha": 4, + "skill": { + "perception": "+2" + }, + "senses": [ + "blindsight 30 ft." + ], + "passive": 12, + "cr": "1/2", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The shark has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the shark's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "name": "Water Breathing", + "entries": [ + "The shark can breathe only underwater." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 2d4 + 2}) Piercing damage." + ] + } + ], + "environment": [ + "underwater" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/reef-shark.mp3" + }, + "traitTags": [ + "Pack Tactics", + "Water Breathing" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Remorhaz", + "source": "XMM", + "page": 258, + "size": [ + "H" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 17 + ], + "hp": { + "average": 195, + "formula": "17d12 + 85" + }, + "speed": { + "walk": 40, + "burrow": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 24, + "dex": 13, + "con": 21, + "int": 4, + "wis": 10, + "cha": 5, + "senses": [ + "darkvision 60 ft.", + "tremorsense 60 ft." + ], + "passive": 10, + "immune": [ + "cold", + "fire" + ], + "cr": "11", + "trait": [ + { + "name": "Heat Aura", + "entries": [ + "At the end of each of the remorhaz's turns, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the remorhaz takes 16 ({@damage 3d10}) Fire damage." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 11}, reach 10 ft. {@h}18 ({@damage 2d10 + 7}) Piercing damage plus 14 ({@damage 4d6}) Fire damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 17}), and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + } + ], + "bonus": [ + { + "name": "Swallow", + "entries": [ + "{@actSave str} {@dc 19}, one Large or smaller creature {@condition Grappled|XPHB} by the remorhaz (it can have up to two creatures swallowed at a time). {@actSaveFail} The target is swallowed by the remorhaz, and the {@condition Grappled|XPHB} condition ends. A swallowed creature has the {@condition Blinded|XPHB} and {@condition Restrained|XPHB} conditions, it has {@variantrule Cover|XPHB|Total Cover} against attacks and other effects outside the remorhaz, and it takes 10 ({@damage 3d6}) Acid damage plus 10 ({@damage 3d6}) Fire damage at the start of each of the remorhaz's turns.", + "If the remorhaz takes 30 damage or more on a single turn from a creature inside it, the remorhaz must succeed on a {@dc 15} Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, each of which falls in a space within 5 feet of the remorhaz and has the {@condition Prone|XPHB} condition. If the remorhaz dies, any swallowed creature no longer has the {@condition Restrained|XPHB} condition and can escape from the corpse by using 15 feet of movement, exiting {@condition Prone|XPHB}." + ] + } + ], + "environment": [ + "arctic" + ], + "token": { + "name": "Remorhaz", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/remorhaz.mp3" + }, + "senseTags": [ + "D", + "T" + ], + "actionTags": [ + "Swallow" + ], + "damageTags": [ + "A", + "F", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "prone", + "restrained" + ], + "savingThrowForced": [ + "constitution" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Revenant", + "source": "XMM", + "page": 259, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 127, + "formula": "15d8 + 60" + }, + "speed": { + "walk": 30 + }, + "str": 18, + "dex": 14, + "con": 18, + "int": 13, + "wis": 16, + "cha": 18, + "save": { + "str": "+7", + "con": "+7", + "wis": "+6", + "cha": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "resist": [ + "necrotic", + "psychic" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "poisoned", + "stunned" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "5", + "trait": [ + { + "name": "Regeneration", + "entries": [ + "The revenant regains 10 {@variantrule Hit Points|XPHB} at the start of each of its turns. If the revenant takes Fire or Radiant damage, this trait doesn't function at the start of its next turn. Its body is destroyed only if it starts its turn with 0 {@variantrule Hit Points|XPHB} and doesn't regenerate." + ] + }, + { + "name": "Undead Restoration", + "entries": [ + "If the revenant dies, it revives 24 hours later in a different body unless {@spell Dispel Evil and Good|XPHB} is cast on its corpse. If it revives, it animates a Humanoid corpse elsewhere on the same plane of existence; it now looks different but uses the same stat block and returns with all its {@variantrule Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The revenant uses Vengeful Glare and makes two Slam attacks." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Necrotic damage." + ] + }, + { + "name": "Vengeful Glare", + "entries": [ + "{@actSave wis} {@dc 15}, one creature the revenant can see within 30 feet. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically. If the {@condition Frightened|XPHB} target is cursed by the revenant (see Vow of Revenge), the target also has the {@condition Paralyzed|XPHB} condition for the duration." + ] + } + ], + "bonus": [ + { + "name": "Vow of Revenge (1/Day)", + "entries": [ + "The revenant curses one creature it can see within 30 feet of itself. The revenant knows the distance to and direction of the cursed target, even if it is on a different plane of existence. The curse ends on the target if the revenant uses this {@variantrule Bonus Action|XPHB} on a different creature." + ] + } + ], + "environment": [ + "forest", + "swamp", + "urban" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Revenant", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/revenant.mp3" + }, + "traitTags": [ + "Regeneration" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "N" + ], + "miscTags": [ + "CUR", + "MA" + ], + "conditionInflict": [ + "frightened", + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Rhinoceros", + "source": "XMM", + "page": 368, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 45, + "formula": "6d10 + 12" + }, + "speed": { + "walk": 40 + }, + "str": 21, + "dex": 8, + "con": 15, + "int": 2, + "wis": 12, + "cha": 6, + "passive": 11, + "cr": "2", + "action": [ + { + "name": "Gore", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}14 ({@damage 2d8 + 5}) Piercing damage. If target is a Large or smaller creature and the rhinoceros moved 20+ feet straight toward it immediately before the hit, the target takes an extra 9 ({@damage 2d8}) Piercing damage and has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "grassland" + ], + "token": { + "name": "Rhinoceros", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/rhinoceros.mp3" + }, + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluffImages": true + }, + { + "name": "Riding Horse", + "source": "XMM", + "page": 368, + "otherSources": [ + { + "source": "XPHB", + "page": 356 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 13, + "formula": "2d10 + 2" + }, + "speed": { + "walk": 60 + }, + "str": 16, + "dex": 13, + "con": 12, + "int": 2, + "wis": 11, + "cha": 7, + "passive": 10, + "cr": "1/4", + "action": [ + { + "name": "Hooves", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Bludgeoning damage." + ] + } + ], + "environment": [ + "grassland", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/riding-horse.mp3" + }, + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Roc", + "source": "XMM", + "page": 261, + "size": [ + "G" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 248, + "formula": "16d20 + 80" + }, + "speed": { + "walk": 20, + "fly": 120 + }, + "initiative": { + "proficiency": 2 + }, + "str": 28, + "dex": 10, + "con": 20, + "int": 3, + "wis": 10, + "cha": 9, + "save": { + "dex": "+4", + "wis": "+4" + }, + "skill": { + "perception": "+8" + }, + "passive": 18, + "cr": "11", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The roc makes two Beak attacks. It can replace one attack with a Talons attack." + ] + }, + { + "name": "Beak", + "entries": [ + "{@atkr m} {@hit 13}, reach 10 ft. {@h}28 ({@damage 3d12 + 9}) Piercing damage." + ] + }, + { + "name": "Talons", + "entries": [ + "{@atkr m} {@hit 13}, reach 5 ft. {@h}23 ({@damage 4d6 + 9}) Slashing damage. If the target is a Huge or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 19}) from both talons, and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + } + ], + "bonus": [ + { + "name": "Swoop {@recharge 5}", + "entries": [ + "If the roc has a creature {@condition Grappled|XPHB}, the roc flies up to half its {@variantrule Fly Speed|XPHB} without provoking Opportunity Attacks and drops that creature." + ] + } + ], + "environment": [ + "arctic", + "coastal", + "desert", + "hill", + "mountain" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Roc", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/roc.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Roper", + "source": "XMM", + "page": 262, + "size": [ + "L" + ], + "type": "aberration", + "alignment": [ + "N", + "E" + ], + "ac": [ + 20 + ], + "hp": { + "average": 93, + "formula": "11d10 + 33" + }, + "speed": { + "walk": 10, + "climb": 20 + }, + "initiative": { + "proficiency": 2 + }, + "str": 18, + "dex": 8, + "con": 17, + "int": 7, + "wis": 16, + "cha": 6, + "skill": { + "perception": "+6", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 16, + "cr": "5", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The roper can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The roper makes two Tentacle attacks, uses Reel, and makes two Bite attacks." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}17 ({@damage 3d8 + 4}) Piercing damage." + ] + }, + { + "name": "Tentacle", + "entries": [ + "{@atkr m} {@hit 7}, reach 60 ft. {@h}The target has the {@condition Grappled|XPHB} condition (escape {@dc 14}) from one of six tentacles, and the target has the {@condition Poisoned|XPHB} condition until the grapple ends.", + "The tentacle can be damaged, freeing a creature it has {@condition Grappled|XPHB} when destroyed (AC 20, HP 10, {@variantrule Immunity|XPHB} to Poison and Psychic damage). Damaging the tentacle deals no damage to the roper, and a destroyed tentacle regrows at the start of the roper's next turn." + ] + }, + { + "name": "Reel", + "entries": [ + "The roper pulls each creature {@condition Grappled|XPHB} by it up to 30 feet straight toward it." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Roper", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/roper.mp3" + }, + "traitTags": [ + "Spider Climb" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack", + "Tentacles" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Rust Monster", + "source": "XMM", + "page": 263, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 33, + "formula": "6d8 + 6" + }, + "speed": { + "walk": 40 + }, + "str": 13, + "dex": 12, + "con": 13, + "int": 2, + "wis": 13, + "cha": 6, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "cr": "1/2", + "trait": [ + { + "name": "Iron Scent", + "entries": [ + "The rust monster can pinpoint the location of ferrous metal within 30 feet of itself." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The rust monster makes one Bite attack and uses Antennae twice." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}5 ({@damage 1d8 + 1}) Piercing damage." + ] + }, + { + "name": "Antennae", + "entries": [ + "The rust monster targets one nonmagical metal object\u2014armor or a weapon\u2014worn or carried by a creature within 5 feet of itself. {@actSave dex} {@dc 11}, the creature with the object. {@actSaveFail} The object takes a -1 penalty to the AC it offers (armor) or to its attack rolls (weapon). Armor is destroyed if the penalty reduces its AC to 10, and a weapon is destroyed if its penalty reaches -5. The penalty can be removed by casting the {@spell Mending|XPHB} spell on the armor or weapon." + ] + }, + { + "name": "Destroy Metal", + "entries": [ + "The rust monster touches a nonmagical metal object within 5 feet of itself that isn't being worn or carried. The touch destroys a 1-foot {@variantrule Cube [Area of Effect]|XPHB|Cube} of the object." + ] + } + ], + "reaction": [ + { + "name": "Reflexive Antennae", + "entries": [ + "{@actTrigger} An attack roll hits the rust monster. {@actResponse} The rust monster uses Antennae." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Rust Monster", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/rust-monster.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Saber-Toothed Tiger", + "source": "XMM", + "page": 369, + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 52, + "formula": "7d10 + 14" + }, + "speed": { + "walk": 40 + }, + "str": 18, + "dex": 17, + "con": 15, + "int": 3, + "wis": 12, + "cha": 8, + "save": { + "str": "+6", + "dex": "+5" + }, + "skill": { + "perception": "+5", + "stealth": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "cr": "2", + "trait": [ + { + "name": "Running Leap", + "entries": [ + "With a 10-foot running start, the tiger can {@variantrule Long Jump|XPHB} up to 25 feet." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The tiger makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Slashing damage." + ] + } + ], + "bonus": [ + { + "name": "Nimble Escape", + "entries": [ + "The tiger takes the Disengage or Hide action." + ] + } + ], + "environment": [ + "arctic", + "hill", + "mountain" + ], + "token": { + "name": "Saber-Toothed Tiger", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/saber-toothed-tiger.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Sahuagin Baron", + "source": "XMM", + "page": 265, + "size": [ + "L" + ], + "type": "fiend", + "alignment": [ + "L", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 76, + "formula": "9d10 + 27" + }, + "speed": { + "walk": 30, + "swim": 50 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 15, + "con": 16, + "int": 14, + "wis": 13, + "cha": 17, + "save": { + "dex": "+5", + "con": "+6", + "wis": "+4" + }, + "skill": { + "perception": "+7" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 17, + "resist": [ + "acid", + "cold" + ], + "languages": [ + "Sahuagin" + ], + "cr": "5", + "gear": [ + "breastplate|xphb", + "trident|xphb" + ], + "trait": [ + { + "name": "Blood Frenzy", + "entries": [ + "The sahuagin has {@variantrule Advantage|XPHB} on attack rolls against any creature that doesn't have all its {@variantrule Hit Points|XPHB}." + ] + }, + { + "name": "Limited Amphibiousness", + "entries": [ + "The sahuagin can breathe air and water, but it must be submerged at least once every 4 hours to avoid suffocating outside water." + ] + }, + { + "name": "Shark Telepathy", + "entries": [ + "The sahuagin can magically control sharks within 120 feet of itself, using a special telepathy." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The sahuagin makes three Trident attacks." + ] + }, + { + "name": "Trident", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 5 ft. or range 20/60 ft. {@h}13 ({@damage 2d8 + 4}) Piercing damage." + ] + } + ], + "reaction": [ + { + "name": "Fiendish Blood", + "entries": [ + "{@actTrigger} The sahuagin takes Piercing or Slashing damage. {@actResponse d}{@actSave con} {@dc 14}, each creature of the sahuagin's choice in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the sahuagin. {@actSaveFail} 10 ({@damage 3d6}) Acid damage, and the target is cursed until it finishes a {@variantrule Short Rest|XPHB|Short} or {@variantrule Long Rest|XPHB}. While cursed, the target can't benefit from the {@condition Invisible|XPHB} condition, its {@variantrule Speed|XPHB} decreases by 10 feet, and all Fiends within 120 feet of the target can sense its location regardless of interposing obstacles." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Sahuagin Baron", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/sahuagin-baron.mp3" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "A", + "P" + ], + "miscTags": [ + "CUR", + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Sahuagin Priest", + "source": "XMM", + "page": 265, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "L", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 38, + "formula": "7d8 + 7" + }, + "speed": { + "walk": 30, + "swim": 40 + }, + "str": 13, + "dex": 11, + "con": 12, + "int": 12, + "wis": 14, + "cha": 13, + "skill": { + "perception": "+6", + "religion": "+3" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 16, + "resist": [ + "acid", + "cold" + ], + "languages": [ + "Sahuagin" + ], + "cr": "2", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The sahuagin casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 12}):" + ], + "will": [ + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "2e": [ + "{@spell Hold Person|XPHB}", + "{@spell Tongues|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + }, + { + "name": "Fiendish Aid (2/Day)", + "type": "spellcasting", + "headerEntries": [ + "The sahuagin casts {@spell Bless|XPHB} or {@spell Healing Word|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "2": [ + "{@spell Bless|XPHB}", + "{@spell Healing Word|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Blood Frenzy", + "entries": [ + "The sahuagin has {@variantrule Advantage|XPHB} on attack rolls against any creature that doesn't have all its {@variantrule Hit Points|XPHB}." + ] + }, + { + "name": "Limited Amphibiousness", + "entries": [ + "The sahuagin can breathe air and water, but it must be submerged at least once every 4 hours to avoid suffocating outside water." + ] + }, + { + "name": "Shark Telepathy", + "entries": [ + "The sahuagin can magically control sharks within 120 feet of itself, using a special telepathy." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The sahuagin makes two Spectral Jaws attacks." + ] + }, + { + "name": "Spectral Jaws", + "entries": [ + "{@atkr m,r} {@hit 4}, reach 5 ft. or range 120 ft. {@h}11 ({@damage 2d8 + 2}) Force damage." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Sahuagin Priestess", + "source": "MM" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "O" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflictSpell": [ + "paralyzed" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Sahuagin Warrior", + "source": "XMM", + "page": 264, + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "L", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 22, + "formula": "4d8 + 4" + }, + "speed": { + "walk": 30, + "swim": 40 + }, + "str": 13, + "dex": 11, + "con": 12, + "int": 12, + "wis": 13, + "cha": 9, + "skill": { + "perception": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 15, + "resist": [ + "acid", + "cold" + ], + "languages": [ + "Sahuagin" + ], + "cr": "1/2", + "trait": [ + { + "name": "Blood Frenzy", + "entries": [ + "The sahuagin has {@variantrule Advantage|XPHB} on attack rolls against any creature that doesn't have all its {@variantrule Hit Points|XPHB}." + ] + }, + { + "name": "Limited Amphibiousness", + "entries": [ + "The sahuagin can breathe air and water, but it must be submerged at least once every 4 hours to avoid suffocating outside water." + ] + }, + { + "name": "Shark Telepathy", + "entries": [ + "The sahuagin can magically control sharks within 120 feet of itself, using a special telepathy." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The sahuagin makes two Claw attacks." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Slashing damage." + ] + } + ], + "bonus": [ + { + "name": "Aquatic Charge", + "entries": [ + "The sahuagin swims up to its {@variantrule Swim Speed|XPHB} straight toward an enemy it can see." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Sahuagin", + "source": "MM" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Salamander", + "source": "XMM", + "page": 267, + "size": [ + "L" + ], + "type": "elemental", + "alignment": [ + "N", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 90, + "formula": "12d10 + 24" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 18, + "dex": 14, + "con": 15, + "int": 11, + "wis": 10, + "cha": 12, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "fire" + ], + "vulnerable": [ + "cold" + ], + "languages": [ + "Primordial (Ignan)" + ], + "cr": "5", + "trait": [ + { + "name": "Fire Aura", + "entries": [ + "At the end of each of the salamander's turns, each creature of the salamander's choice in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the salamander takes 7 ({@damage 2d6}) Fire damage." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The salamander makes two Flame Spear attacks. It can replace one attack with a use of Constrict." + ] + }, + { + "name": "Flame Spear", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 5 ft. or range 20/60 ft. {@h}13 ({@damage 2d8 + 4}) Piercing damage plus 7 ({@damage 2d6}) Fire damage. {@hom}The spear magically returns to the salamander's hand immediately after a ranged attack." + ] + }, + { + "name": "Constrict", + "entries": [ + "{@actSave str} {@dc 15}, one Large or smaller creature the salamander can see within 10 feet. {@actSaveFail} 11 ({@damage 2d6 + 4}) Bludgeoning damage plus 7 ({@damage 2d6}) Fire damage. The target has the {@condition Grappled|XPHB} condition (escape {@dc 14}), and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + } + ], + "environment": [ + "planar, fire", + "underdark" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Salamander", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/salamander.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "IG", + "P" + ], + "damageTags": [ + "B", + "F", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "conditionInflict": [ + "grappled", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Salamander Fire Snake", + "source": "XMM", + "page": 266, + "size": [ + "M" + ], + "type": "elemental", + "alignment": [ + "N", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 27, + "formula": "6d8" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 12, + "dex": 14, + "con": 11, + "int": 7, + "wis": 10, + "cha": 8, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "fire" + ], + "vulnerable": [ + "cold" + ], + "languages": [ + "understands Primordial but can't speak" + ], + "cr": "1", + "trait": [ + { + "name": "Fire Aura", + "entries": [ + "At the end of each of the salamander's turns, each creature of the salamander's choice in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the salamander takes 3 ({@damage 1d6}) Fire damage." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage plus 3 ({@damage 1d6}) Fire damage." + ] + } + ], + "environment": [ + "planar, fire", + "underdark" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Fire Snake", + "source": "MM" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "CS", + "P" + ], + "damageTags": [ + "F", + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Salamander Inferno Master", + "source": "XMM", + "page": 267, + "size": [ + "L" + ], + "type": "elemental", + "alignment": [ + "N", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 256, + "formula": "27d10 + 108" + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 24, + "dex": 16, + "con": 18, + "int": 14, + "wis": 10, + "cha": 20, + "save": { + "dex": "+8", + "wis": "+5" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 10, + "immune": [ + "fire" + ], + "vulnerable": [ + "cold" + ], + "languages": [ + "Primordial (Ignan)" + ], + "cr": "15", + "trait": [ + { + "name": "Fire Aura", + "entries": [ + "At the end of each of the salamander's turns, each creature of the salamander's choice in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the salamander takes 10 ({@damage 3d6}) Fire damage." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The salamander has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The salamander makes two Flame Trident attacks." + ] + }, + { + "name": "Flame Trident", + "entries": [ + "{@atkr m,r} {@hit 12}, reach 5 ft. or range 30/90 ft. {@h}16 ({@damage 2d8 + 7}) Piercing damage plus 14 ({@damage 4d6}) Fire damage. {@hom}The trident magically returns to the salamander's hand immediately after a ranged attack." + ] + }, + { + "name": "Inferno Blast {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 18}, each creature in a 30-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the salamander can see within 120 feet. {@actSaveFail} 35 ({@damage 10d6}) Fire damage, and the target starts burning, taking 5 ({@damage 1d10}) Fire damage at the start of each of its turns instead of the normal burning damage. The target gains 1 {@condition Exhaustion|XPHB} level whenever it takes this burning damage. {@actSaveSuccess} Half damage only." + ] + } + ], + "bonus": [ + { + "name": "Blazing Movement", + "entries": [ + "The salamander moves up to its {@variantrule Speed|XPHB} without provoking Opportunity Attacks. During this movement, fire fills a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the salamander. When the {@variantrule Emanation [Area of Effect]|XPHB|Emanation} enters a creature's space, that creature takes 7 ({@damage 2d6}) Fire damage. A creature can take this damage only once per turn." + ] + } + ], + "environment": [ + "planar, fire", + "underdark" + ], + "treasure": [ + "armaments" + ], + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "IG", + "P" + ], + "damageTags": [ + "F", + "P" + ], + "miscTags": [ + "AOE", + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Satyr", + "source": "XMM", + "page": 268, + "size": [ + "M" + ], + "type": "fey", + "alignment": [ + "C", + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 31, + "formula": "7d8" + }, + "speed": { + "walk": 40 + }, + "str": 12, + "dex": 16, + "con": 11, + "int": 12, + "wis": 10, + "cha": 14, + "skill": { + "perception": "+2", + "performance": "+6", + "stealth": "+5" + }, + "passive": 12, + "languages": [ + "Common", + "Elvish", + "Sylvan" + ], + "cr": "1/2", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The satyr has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Hooves", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Bludgeoning damage. If the target is a Medium or smaller creature, the satyr pushes the target up to 10 feet straight away from itself." + ] + }, + { + "name": "Mockery", + "entries": [ + "{@actSave wis} {@dc 12}, one creature the satyr can see within 90 feet. {@actSaveFail} 5 ({@damage 1d6 + 2}) Psychic damage." + ] + } + ], + "environment": [ + "forest", + "planar, feywild" + ], + "treasure": [ + "implements" + ], + "token": { + "name": "Satyr", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/satyr.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "languageTags": [ + "C", + "E", + "S" + ], + "damageTags": [ + "B", + "Y" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Satyr Revelmaster", + "source": "XMM", + "page": 268, + "size": [ + "M" + ], + "type": "fey", + "alignment": [ + "C", + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 82, + "formula": "15d8 + 15" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 12, + "dex": 18, + "con": 12, + "int": 12, + "wis": 14, + "cha": 17, + "save": { + "dex": "+7", + "wis": "+5" + }, + "skill": { + "acrobatics": "+7", + "perception": "+5", + "performance": "+9" + }, + "passive": 15, + "languages": [ + "Common", + "Elvish", + "Sylvan" + ], + "cr": "6", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The satyr has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The satyr makes three Prance attacks." + ] + }, + { + "name": "Prance", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Bludgeoning damage, and the target has the {@condition Charmed|XPHB} condition until the start of the satyr's next turn." + ] + }, + { + "name": "Fey Melody {@recharge 4}", + "entries": [ + "The satyr conjures a charming or frightening song. {@actSave wis} {@dc 14}, each enemy in a 60-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the satyr. {@actSaveFail} The target is subjected to the song's effect:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Charming", + "entries": [ + "The target has the {@condition Charmed|XPHB} condition for 1 minute. While {@condition Charmed|XPHB}, the target has the {@condition Incapacitated|XPHB} condition and uses all its movement to dance in place. The effect ends on the target if it takes any damage." + ] + }, + { + "type": "item", + "name": "Frightening", + "entries": [ + "10 ({@damage 2d6 + 3}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition for 1 minute. If the target ends its turn out of line of sight from the satyr, the condition ends on it." + ] + } + ] + } + ] + } + ], + "environment": [ + "forest", + "planar, feywild" + ], + "treasure": [ + "implements" + ], + "traitTags": [ + "Magic Resistance" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "E", + "S" + ], + "damageTags": [ + "B", + "Y" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "charmed", + "frightened", + "incapacitated" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Scarecrow", + "source": "XMM", + "page": 269, + "size": [ + "M" + ], + "type": "construct", + "alignment": [ + "C", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 27, + "formula": "6d8" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 11, + "dex": 13, + "con": 11, + "int": 10, + "wis": 10, + "cha": 13, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "poison" + ], + "vulnerable": [ + "fire" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned", + "unconscious" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "1", + "action": [ + { + "name": "Fearsome Claw", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}6 ({@damage 2d4 + 1}) Slashing damage, and the target has the {@condition Frightened|XPHB} condition until the end of the scarecrow's next turn." + ] + }, + { + "name": "Terrifying Glare", + "entries": [ + "{@actSave wis} {@dc 11}, one creature the scarecrow can see within 30 feet. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the end of the scarecrow's next turn. While {@condition Frightened|XPHB}, the target has the {@condition Paralyzed|XPHB} condition." + ] + } + ], + "environment": [ + "grassland" + ], + "token": { + "name": "Scarecrow", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/scarecrow.mp3" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "frightened", + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Scorpion", + "source": "XMM", + "page": 369, + "otherSources": [ + { + "source": "XPHB", + "page": 356 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 1, + "formula": "1d4 - 1" + }, + "speed": { + "walk": 10 + }, + "str": 2, + "dex": 11, + "con": 8, + "int": 1, + "wis": 8, + "cha": 2, + "senses": [ + "blindsight 10 ft." + ], + "passive": 9, + "cr": "0", + "action": [ + { + "name": "Sting", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Piercing damage plus 3 ({@damage 1d6}) Poison damage." + ] + } + ], + "environment": [ + "desert" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/scorpion.mp3" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Scout", + "source": "XMM", + "page": 270, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 16, + "formula": "3d8 + 3" + }, + "speed": { + "walk": 30 + }, + "str": 11, + "dex": 14, + "con": 12, + "int": 11, + "wis": 13, + "cha": 11, + "skill": { + "nature": "+4", + "perception": "+5", + "stealth": "+6", + "survival": "+5" + }, + "passive": 15, + "languages": [ + "Common plus one other language" + ], + "cr": "1/2", + "gear": [ + "leather armor|xphb", + "longbow|xphb", + "shortsword|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The scout makes two attacks, using Shortsword and Longbow in any combination." + ] + }, + { + "name": "Shortsword", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage." + ] + }, + { + "name": "Longbow", + "entries": [ + "{@atkr r} {@hit 4}, range 150/600 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/scout.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Scout Captain", + "source": "XMM", + "page": 270, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 66, + "formula": "12d8 + 12" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 11, + "dex": 16, + "con": 12, + "int": 14, + "wis": 15, + "cha": 11, + "save": { + "dex": "+5", + "int": "+4" + }, + "skill": { + "perception": "+6", + "stealth": "+7", + "survival": "+6" + }, + "passive": 16, + "languages": [ + "Common plus one other language" + ], + "cr": "3", + "gear": [ + "longbow|xphb", + "shortsword|xphb", + "studded leather armor|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The scout makes two attacks, using Shortsword or Longbow in any combination." + ] + }, + { + "name": "Shortsword", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage, plus 10 ({@damage 3d6}) Piercing damage if the attack was made with {@variantrule Advantage|XPHB}." + ] + }, + { + "name": "Longbow", + "entries": [ + "{@atkr r} {@hit 5}, range 150/600 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage, plus 10 ({@damage 3d6}) Piercing damage if the attack was made with {@variantrule Advantage|XPHB}." + ] + } + ], + "bonus": [ + { + "name": "Aim", + "entries": [ + "The scout has {@variantrule Advantage|XPHB} on the next attack roll it makes during the current turn." + ] + } + ], + "reaction": [ + { + "name": "Uncanny Dodge", + "entries": [ + "{@actTrigger} The scout is hit by an attack roll. {@actResponse} The scout halves the damage (round down) it takes from that attack." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Sea Hag", + "source": "XMM", + "page": 271, + "size": [ + "M" + ], + "type": "fey", + "alignment": [ + "C", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 52, + "formula": "7d8 + 21" + }, + "speed": { + "walk": 30, + "swim": 40 + }, + "str": 16, + "dex": 13, + "con": 16, + "int": 12, + "wis": 12, + "cha": 13, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "languages": [ + "Common", + "Giant", + "Primordial (Aquan)" + ], + "cr": "2", + "spellcasting": [ + { + "name": "Coven Magic", + "type": "spellcasting", + "headerEntries": [ + "While within 30 feet of at least two hag allies, the hag can cast one of the following spells, requiring no Material components, using the spell's normal casting time, and using Intelligence as the spellcasting ability (spell save {@dc 11}): {@spell Augury|XPHB}, {@spell Find Familiar|XPHB}, {@spell Identify|XPHB}, {@spell Locate Object|XPHB}, {@spell Scrying|XPHB}, or {@spell Unseen Servant|XPHB}. The hag must finish a {@variantrule Long Rest|XPHB} before using this trait to cast that spell again." + ], + "restLong": { + "1": [ + "{@spell Augury|XPHB}", + "{@spell Find Familiar|XPHB}", + "{@spell Identify|XPHB}", + "{@spell Locate Object|XPHB}", + "{@spell Scrying|XPHB}", + "{@spell Unseen Servant|XPHB}" + ] + }, + "ability": "int", + "hidden": [ + "restLong" + ] + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The hag can breathe air and water." + ] + }, + { + "name": "Vile Appearance", + "entries": [ + "{@actSave wis} {@dc 11}, any Beast or Humanoid that starts its turn within 30 feet of the hag and can see the hag's true form. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the start of its next turn. {@actSaveSuccess} The target is immune to this hag's Vile Appearance for 24 hours." + ] + } + ], + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage." + ] + }, + { + "name": "Death Glare {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 11}, one {@condition Frightened|XPHB} creature the hag can see within 30 feet. {@actSaveFail} If the target has 20 {@variantrule Hit Points|XPHB} or fewer, it drops to 0 {@variantrule Hit Points|XPHB}. Otherwise, the target takes 13 ({@damage 3d8}) Psychic damage." + ] + }, + { + "name": "Illusory Appearance", + "entries": [ + "The hag casts {@spell Disguise Self|XPHB}, using Constitution as the spellcasting ability (spell save {@dc 13}). The spell's duration is 24 hours." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Sea Hag", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/sea-hag.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "AQ", + "C", + "GI", + "P" + ], + "damageTags": [ + "S", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "frightened" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Seahorse", + "source": "XMM", + "page": 369, + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 1, + "formula": "1d4 - 1" + }, + "speed": { + "walk": 5, + "swim": 20 + }, + "str": 1, + "dex": 12, + "con": 8, + "int": 1, + "wis": 10, + "cha": 2, + "skill": { + "perception": "+2", + "stealth": "+5" + }, + "passive": 12, + "cr": { + "cr": "0", + "xp": 0 + }, + "trait": [ + { + "name": "Water Breathing", + "entries": [ + "The seahorse can breathe only underwater." + ] + } + ], + "action": [ + { + "name": "Bubble Dash", + "entries": [ + "While underwater, the seahorse moves up to its {@variantrule Swim Speed|XPHB} without provoking Opportunity Attacks." + ] + } + ], + "environment": [ + "underwater" + ], + "traitTags": [ + "Water Breathing" + ], + "hasFluffImages": true + }, + { + "name": "Shadow", + "source": "XMM", + "page": 272, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "C", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 27, + "formula": "5d8 + 5" + }, + "speed": { + "walk": 40 + }, + "str": 6, + "dex": 14, + "con": 13, + "int": 6, + "wis": 10, + "cha": 8, + "skill": { + "stealth": "+6" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "resist": [ + "acid", + "cold", + "fire", + "lightning", + "thunder" + ], + "immune": [ + "necrotic", + "poison" + ], + "vulnerable": [ + "radiant" + ], + "conditionImmune": [ + "exhaustion", + "frightened", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "unconscious" + ], + "cr": "1/2", + "trait": [ + { + "name": "Amorphous", + "entries": [ + "The shadow can move through a space as narrow as 1 inch without expending extra movement to do so." + ] + }, + { + "name": "Sunlight Weakness", + "entries": [ + "While in sunlight, the shadow has {@variantrule Disadvantage|XPHB} on {@variantrule D20 Test|XPHB|D20 Tests}." + ] + } + ], + "action": [ + { + "name": "Draining Swipe", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Necrotic damage, and the target's Strength score decreases by {@dice 1d4}. The target dies if this reduces that score to 0. If a Humanoid is slain by this attack, a Shadow rises from the corpse {@dice 1d4} hours later." + ] + } + ], + "bonus": [ + { + "name": "Shadow Stealth", + "entries": [ + "While in {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, the shadow takes the Hide action." + ] + } + ], + "environment": [ + "planar, shadowfell", + "underdark", + "urban" + ], + "token": { + "name": "Shadow", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/shadow.mp3" + }, + "traitTags": [ + "Amorphous" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "N" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Shadow Demon", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 273, + "size": [ + "M" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 66, + "formula": "12d8 + 12" + }, + "speed": { + "walk": 30, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 1, + "dex": 17, + "con": 12, + "int": 14, + "wis": 13, + "cha": 14, + "save": { + "dex": "+5", + "cha": "+4" + }, + "skill": { + "stealth": "+7" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 11, + "resist": [ + "acid", + "bludgeoning", + "cold", + "fire", + "lightning", + "piercing", + "slashing", + "thunder" + ], + "immune": [ + "necrotic", + "poison" + ], + "vulnerable": [ + "radiant" + ], + "conditionImmune": [ + "exhaustion", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained" + ], + "languages": [ + "Abyssal; telepathy 120 ft." + ], + "cr": "4", + "trait": [ + { + "name": "Demonic Restoration", + "entries": [ + "If the demon dies outside the Abyss, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Abyss." + ] + }, + { + "name": "Incorporeal Movement", + "entries": [ + "The demon can move through other creatures and objects as if they were {@variantrule Difficult Terrain|XPHB}. It takes 5 ({@damage 1d10}) Force damage if it ends its turn inside an object." + ] + }, + { + "name": "Light Sensitivity", + "entries": [ + "While in {@variantrule Bright Light|XPHB}, the demon has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Umbral Claw", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}16 ({@damage 3d8 + 3}) Psychic damage." + ] + } + ], + "bonus": [ + { + "name": "Shadow Stealth", + "entries": [ + "While in {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, the demon takes the Hide action." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "token": { + "name": "Shadow Demon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/shadow-demon.mp3" + }, + "traitTags": [ + "Incorporeal Movement", + "Light Sensitivity" + ], + "senseTags": [ + "SD" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "O", + "Y" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Shadow Dragon", + "source": "XMM", + "page": 275, + "size": [ + "H" + ], + "type": "dragon", + "alignment": [ + "C", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 189, + "formula": "18d12 + 72" + }, + "speed": { + "walk": 40, + "climb": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 2 + }, + "str": 21, + "dex": 19, + "con": 18, + "int": 14, + "wis": 12, + "cha": 18, + "save": { + "dex": "+9", + "wis": "+6" + }, + "skill": { + "perception": "+11", + "stealth": "+14" + }, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 21, + "resist": [ + { + "special": "See Living Shadow" + } + ], + "immune": [ + "necrotic" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": { + "cr": "13", + "xpLair": 11500 + }, + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the dragon fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Living Shadow", + "entries": [ + "While in {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, the dragon has {@variantrule Resistance|XPHB} to damage that isn't Force, Psychic, or Radiant." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the dragon has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 10}, reach 10 ft. {@h}12 ({@damage 2d6 + 5}) Slashing damage plus 3 ({@damage 1d6}) Necrotic damage." + ] + }, + { + "name": "Shadow Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 17}, each creature in a 60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 35 ({@damage 10d6}) Necrotic damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} A Humanoid reduced to 0 {@variantrule Hit Points|XPHB} by this damage dies, and a {@creature Shadow|XMM} rises from the corpse. The shadow is under the dragon's control and shares the dragon's {@variantrule Initiative|XPHB} count but acts immediately after the dragon." + ] + } + ], + "bonus": [ + { + "name": "Shadow Stealth", + "entries": [ + "While in {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, the dragon takes the Hide action." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Pounce", + "entries": [ + "The dragon moves up to half its {@variantrule Speed|XPHB}, and it makes one Rend attack." + ] + }, + { + "name": "Veil of Shadow", + "entries": [ + "The dragon uses Shadow Stealth, and one creature of its choice that it can see within 10 feet of it takes 10 ({@damage 3d6}) Necrotic damage. The dragon can't take this action again until the start of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Shadow Dragon", + "source": "XMM" + }, + "environment": [ + "planar, shadowfell", + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Young Red Shadow Dragon", + "source": "MM" + }, + "traitTags": [ + "Legendary Resistances", + "Sunlight Sensitivity" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "N", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Shambling Mound", + "source": "XMM", + "page": 276, + "size": [ + "L" + ], + "type": "plant", + "alignment": [ + "U" + ], + "ac": [ + 15 + ], + "hp": { + "average": 110, + "formula": "13d10 + 39" + }, + "speed": { + "walk": 30, + "swim": 20 + }, + "str": 18, + "dex": 8, + "con": 16, + "int": 5, + "wis": 10, + "cha": 5, + "skill": { + "stealth": "+3" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 10, + "resist": [ + "cold", + "fire" + ], + "immune": [ + "lightning" + ], + "conditionImmune": [ + "deafened", + "exhaustion" + ], + "cr": "5", + "trait": [ + { + "name": "Lightning Absorption", + "entries": [ + "Whenever the shambling mound is subjected to Lightning damage, it regains a number of {@variantrule Hit Points|XPHB} equal to the Lightning damage dealt." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The shambling mound makes three Charged Tendril attacks. It can replace one attack with a use of Engulf." + ] + }, + { + "name": "Charged Tendril", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}7 ({@damage 1d6 + 4}) Bludgeoning damage plus 5 ({@damage 2d4}) Lightning damage. If the target is a Medium or smaller creature, the shambling mound pulls the target 5 feet straight toward itself." + ] + }, + { + "name": "Engulf", + "entries": [ + "{@actSave str} {@dc 15}, one Medium or smaller creature within 5 feet. {@actSaveFail} The target is pulled into the shambling mound's space and has the {@condition Grappled|XPHB} condition (escape {@dc 14}). Until the grapple ends, the target has the {@condition Blinded|XPHB} and {@condition Restrained|XPHB} conditions, and it takes 10 ({@damage 3d6}) Lightning damage at the start of each of its turns. When the shambling mound moves, the {@condition Grappled|XPHB} target moves with it, costing it no extra movement. The shambling mound can have only one creature {@condition Grappled|XPHB} by this action at a time." + ] + } + ], + "environment": [ + "forest", + "swamp" + ], + "token": { + "name": "Shambling Mound", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/shambling-mound.mp3" + }, + "traitTags": [ + "Damage Absorption" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B", + "L" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Shield Guardian", + "source": "XMM", + "page": 277, + "size": [ + "L" + ], + "type": "construct", + "alignment": [ + "U" + ], + "ac": [ + 17 + ], + "hp": { + "average": 142, + "formula": "15d10 + 60" + }, + "speed": { + "walk": 30 + }, + "str": 18, + "dex": 8, + "con": 18, + "int": 7, + "wis": 10, + "cha": 3, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned" + ], + "languages": [ + "understands commands given in any language but can't speak" + ], + "cr": "7", + "trait": [ + { + "name": "Bound", + "entries": [ + "The guardian is magically bound to an amulet. While the guardian and its amulet are on the same plane of existence, the amulet's wearer can telepathically call the guardian to travel to it, and the guardian knows the distance and direction to the amulet. If the guardian is within 60 feet of the amulet's wearer, half of any damage the wearer takes (round up) is transferred to the guardian." + ] + }, + { + "name": "Regeneration", + "entries": [ + "The guardian regains 10 {@variantrule Hit Points|XPHB} at the start of each of its turns if it has at least 1 {@variantrule Hit Points|XPHB|Hit Point}." + ] + }, + { + "name": "Spell Storing", + "entries": [ + "A spellcaster who wears the guardian's amulet can cause the guardian to store one spell of level 4 or lower. To do so, the wearer must cast the spell on the guardian while within 5 feet of it. The spell has no effect but is stored within the guardian. Any previously stored spell is lost when a new spell is stored. The guardian can cast the spell stored with any parameters set by the original caster, requiring no spell components and using the caster's spellcasting ability. The stored spell is then lost." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The guardian makes two Fist attacks." + ] + }, + { + "name": "Fist", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}11 ({@damage 2d6 + 4}) Bludgeoning damage plus 7 ({@damage 2d6}) Force damage." + ] + } + ], + "reaction": [ + { + "name": "Protection", + "entries": [ + "{@actTrigger} An attack roll hits the wearer of the guardian's amulet while the wearer is within 5 feet of the guardian. {@actResponse} The wearer gains a +5 bonus to AC, including against the triggering attack and possibly causing it to miss, until the start of the guardian's next turn." + ] + } + ], + "environment": [ + "urban" + ], + "token": { + "name": "Shield Guardian", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/shield-guardian.mp3" + }, + "traitTags": [ + "Regeneration" + ], + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "CS", + "X" + ], + "damageTags": [ + "B", + "O" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Shrieker Fungus", + "source": "XMM", + "page": 125, + "size": [ + "M" + ], + "type": "plant", + "alignment": [ + "U" + ], + "ac": [ + 5 + ], + "hp": { + "average": 13, + "formula": "3d8" + }, + "speed": { + "walk": 5 + }, + "str": 1, + "dex": 1, + "con": 10, + "int": 1, + "wis": 3, + "cha": 1, + "senses": [ + "blindsight 30 ft." + ], + "passive": 6, + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "frightened" + ], + "cr": { + "cr": "0", + "xp": 0 + }, + "reaction": [ + { + "name": "Shriek", + "entries": [ + "{@actTrigger} A creature or a source of {@variantrule Bright Light|XPHB} moves within 30 feet of the shrieker. {@actResponse} The shrieker emits a shriek audible within 300 feet of itself for 1 minute or until the shrieker dies." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Shrieker", + "source": "MM" + }, + "senseTags": [ + "B" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Silver Dragon Wyrmling", + "group": [ + "Metallic Dragons" + ], + "source": "XMM", + "page": 278, + "size": [ + "M" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 17 + ], + "hp": { + "average": 45, + "formula": "6d8 + 18" + }, + "speed": { + "walk": 30, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 10, + "con": 17, + "int": 12, + "wis": 11, + "cha": 15, + "save": { + "dex": "+2", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "stealth": "+2" + }, + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." + ], + "passive": 14, + "immune": [ + "cold" + ], + "languages": [ + "Draconic" + ], + "cr": "2", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}9 ({@damage 1d10 + 4}) Piercing damage." + ] + }, + { + "name": "Cold Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 13}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 18 ({@damage 4d8}) Cold damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Paralyzing Breath", + "entries": [ + "{@actSave con} {@dc 13}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail 1} The target has the {@condition Incapacitated|XPHB} condition until the end of its next turn, when it repeats the save. {@actSaveFail 2} The target has the {@condition Paralyzed|XPHB} condition, and it repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + } + ], + "environment": [ + "mountain", + "urban" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "wyrmling", + "token": { + "name": "Silver Dragon Wyrmling", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/silver-dragon-wyrmling.mp3" + }, + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "DR" + ], + "damageTags": [ + "C", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated", + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Skeleton", + "source": "XMM", + "page": 282, + "otherSources": [ + { + "source": "XPHB", + "page": 356 + } + ], + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "L", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 13, + "formula": "2d8 + 4" + }, + "speed": { + "walk": 30 + }, + "str": 10, + "dex": 16, + "con": 15, + "int": 6, + "wis": 8, + "cha": 5, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "immune": [ + "poison" + ], + "vulnerable": [ + "bludgeoning" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "understands Common plus one other language but can't speak" + ], + "cr": "1/4", + "gear": [ + "shortbow|xphb", + "shortsword|xphb" + ], + "action": [ + { + "name": "Shortsword", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage." + ] + }, + { + "name": "Shortbow", + "entries": [ + "{@atkr r} {@hit 5}, range 80/320 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage." + ] + } + ], + "environment": [ + "planar, shadowfell", + "underdark", + "urban" + ], + "token": { + "name": "Skeleton", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/skeleton.mp3" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "CS", + "X" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Slaad Tadpole", + "source": "XMM", + "page": 284, + "otherSources": [ + { + "source": "XPHB", + "page": 357 + } + ], + "size": [ + "T" + ], + "type": "aberration", + "alignment": [ + "C", + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 7, + "formula": "3d4" + }, + "speed": { + "walk": 30, + "burrow": 10 + }, + "str": 7, + "dex": 15, + "con": 10, + "int": 3, + "wis": 5, + "cha": 3, + "skill": { + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 7, + "resist": [ + "acid", + "cold", + "fire", + "lightning", + "thunder" + ], + "languages": [ + "understands Slaad but can't speak" + ], + "cr": "1/8", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The slaad has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage." + ] + } + ], + "environment": [ + "planar, limbo" + ], + "treasure": [ + "any" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/slaad-tadpole.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "CS", + "OTH" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Smoke Mephit", + "source": "XMM", + "page": 208, + "size": [ + "S" + ], + "type": "elemental", + "alignment": [ + "N", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 13, + "formula": "3d6 + 3" + }, + "speed": { + "walk": 30, + "fly": 30 + }, + "str": 6, + "dex": 14, + "con": 12, + "int": 10, + "wis": 10, + "cha": 11, + "skill": { + "perception": "+2", + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "Primordial (Auran, Ignan)" + ], + "cr": "1/4", + "trait": [ + { + "name": "Death Burst", + "entries": [ + "The mephit explodes when it dies. {@actSave con} {@dc 11}, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the mephit. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the end of its next turn." + ] + } + ], + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Slashing damage." + ] + }, + { + "name": "Cinder Breath {@recharge}", + "entries": [ + "{@actSave dex} {@dc 11}, one creature the mephit can see within 15 feet. {@actSaveFail} The target has the {@condition Blinded|XPHB} condition until the end of the mephit's next turn." + ] + } + ], + "environment": [ + "planar, elemental" + ], + "token": { + "name": "Smoke Mephit", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/smoke-mephit.mp3" + }, + "traitTags": [ + "Death Burst" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "AU", + "IG", + "P" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "blinded", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Solar", + "group": [ + "Angels" + ], + "source": "XMM", + "page": 288, + "size": [ + "L" + ], + "type": { + "type": "celestial", + "tags": [ + "angel" + ] + }, + "alignment": [ + "L", + "G" + ], + "ac": [ + 21 + ], + "hp": { + "average": 297, + "formula": "22d10 + 176" + }, + "speed": { + "walk": 50, + "fly": { + "number": 150, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 2 + }, + "str": 26, + "dex": 22, + "con": 26, + "int": 25, + "wis": 25, + "cha": 30, + "skill": { + "perception": "+14" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 24, + "immune": [ + "poison", + "radiant" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "poisoned" + ], + "languages": [ + "all; telepathy 120 ft." + ], + "cr": "21", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The solar casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 25}):" + ], + "will": [ + "{@spell Detect Evil and Good|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Commune|XPHB}", + "{@spell Control Weather|XPHB}", + "{@spell Dispel Evil and Good|XPHB}", + "{@spell Resurrection|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Divine Aid (3/Day)", + "type": "spellcasting", + "headerEntries": [ + "The solar casts {@spell Cure Wounds|XPHB} (level 2 version), {@spell Lesser Restoration|XPHB}, or {@spell Remove Curse|XPHB}, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "3": [ + "{@spell Cure Wounds|XPHB} (level 2 version)", + "{@spell Lesser Restoration|XPHB}", + "{@spell Remove Curse|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Divine Awareness", + "entries": [ + "The solar knows if it hears a lie." + ] + }, + { + "name": "Exalted Restoration", + "entries": [ + "If the solar dies outside Mount Celestia, its body disappears, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in Mount Celestia." + ] + }, + { + "name": "Legendary Resistance (4/Day)", + "entries": [ + "If the solar fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The solar has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The solar makes two Flying Sword attacks. It can replace one attack with a use of Slaying Bow." + ] + }, + { + "name": "Flying Sword", + "entries": [ + "{@atkr m,r} {@hit 15}, reach 10 ft. or range 120 ft. {@h}22 ({@damage 4d6 + 8}) Slashing damage plus 36 ({@damage 8d8}) Radiant damage. {@hom}The sword magically returns to the solar's hand or hovers within 5 feet of the solar immediately after a ranged attack." + ] + }, + { + "name": "Slaying Bow", + "entries": [ + "{@actSave dex} {@dc 21}, one creature the solar can see within 600 feet. {@actSaveFail} If the creature has 100 {@variantrule Hit Points|XPHB} or fewer, it dies. It otherwise takes 24 ({@damage 4d8 + 6}) Piercing damage plus 36 ({@damage 8d8}) Radiant damage." + ] + } + ], + "legendary": [ + { + "name": "Blinding Gaze", + "entries": [ + "{@actSave con} {@dc 25}, one creature the solar can see within 120 feet. {@actSaveFail} The target has the {@condition Blinded|XPHB} condition for 1 minute. {@actSaveSuccessOrFail} The solar can't take this action again until the start of its next turn." + ] + }, + { + "name": "Radiant Teleport", + "entries": [ + "The solar teleports up to 60 feet to an unoccupied space it can see. {@actSave dex} {@dc 25}, each creature in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the solar at its destination space. {@actSaveFail} 11 ({@damage 2d10}) Radiant damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "planar, upper" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Solar", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/solar.mp3" + }, + "traitTags": [ + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "TP", + "XX" + ], + "damageTags": [ + "P", + "R", + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflict": [ + "blinded" + ], + "savingThrowForcedSpell": [ + "charisma" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Spectator", + "group": [ + "Beholders" + ], + "source": "XMM", + "page": 289, + "size": [ + "M" + ], + "type": { + "type": "aberration", + "tags": [ + "beholder" + ] + }, + "alignment": [ + "L", + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 45, + "formula": "7d8 + 14" + }, + "speed": { + "walk": 5, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 8, + "dex": 14, + "con": 14, + "int": 13, + "wis": 14, + "cha": 11, + "skill": { + "perception": "+6" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 16, + "conditionImmune": [ + "exhaustion", + "prone" + ], + "languages": [ + "Deep Speech", + "Undercommon; telepathy 120 ft." + ], + "cr": "3", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The spectator uses Eye Rays twice." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage." + ] + }, + { + "name": "Eye Rays", + "entries": [ + "The spectator randomly shoots one of the following magical rays at a target it can see within 90 feet of itself (roll {@dice 1d4}; reroll if the spectator has already used that ray during this turn):", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "1: Confusion Ray", + "entries": [ + "{@actSave wis} {@dc 12}. {@actSaveFail} 5 ({@damage 2d4}) Psychic damage, and the target can't take Reactions until the end of its next turn. On its next turn, the target can't move, and it uses its action to make a melee or ranged attack against a randomly determined creature within range. If the target can't attack, it does nothing on that turn." + ] + }, + { + "type": "item", + "name": "2: Paralyzing Ray", + "entries": [ + "{@actSave con} {@dc 12}. {@actSaveFail} The target has the {@condition Paralyzed|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + }, + { + "type": "item", + "name": "3: Fear Ray", + "entries": [ + "{@actSave wis} {@dc 12}. {@actSaveFail} 5 ({@damage 2d4}) Psychic damage, and the target has the {@condition Frightened|XPHB} condition until the end of its next turn." + ] + }, + { + "type": "item", + "name": "4: Wounding Ray", + "entries": [ + "{@actSave con} {@dc 12}. {@actSaveFail} 16 ({@damage 3d10}) Necrotic damage. {@actSaveSuccess} Half damage." + ] + } + ] + } + ] + } + ], + "reaction": [ + { + "name": "Spell Reflection", + "entries": [ + "{@actTrigger} The spectator succeeds on a saving throw against a spell, or a spell's attack roll misses it. {@actResponse d}{@actSave dex} {@dc 12}, one creature the spectator can see within 120 feet. {@actSaveFail} 10 ({@damage 3d6}) Force damage." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Spectator", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/spectator.mp3" + }, + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "DS", + "TP", + "U" + ], + "damageTags": [ + "N", + "O", + "P", + "Y" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "frightened", + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Specter", + "source": "XMM", + "page": 290, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "C", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 22, + "formula": "5d8" + }, + "speed": { + "walk": 30, + "fly": { + "number": 50, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 1, + "dex": 14, + "con": 11, + "int": 10, + "wis": 10, + "cha": 11, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "resist": [ + "acid", + "bludgeoning", + "cold", + "fire", + "lightning", + "piercing", + "slashing", + "thunder" + ], + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "unconscious" + ], + "languages": [ + "understands Common plus one other language but can't speak" + ], + "cr": "1", + "trait": [ + { + "name": "Incorporeal Movement", + "entries": [ + "The specter can move through other creatures and objects as if they were {@variantrule Difficult Terrain|XPHB}. It takes 5 ({@damage 1d10}) Force damage if it ends its turn inside an object." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the specter has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Life Drain", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 2d6}) Necrotic damage. If the target is a creature, its {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the damage taken." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "token": { + "name": "Specter", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/specter.mp3" + }, + "traitTags": [ + "Incorporeal Movement", + "Sunlight Sensitivity" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "CS", + "X" + ], + "damageTags": [ + "N", + "O" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Sphinx of Lore", + "source": "XMM", + "page": 293, + "size": [ + "L" + ], + "type": "celestial", + "alignment": [ + "L", + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 170, + "formula": "20d10 + 60" + }, + "speed": { + "walk": 40, + "fly": 60 + }, + "initiative": { + "proficiency": 2 + }, + "str": 18, + "dex": 15, + "con": 16, + "int": 18, + "wis": 18, + "cha": 18, + "skill": { + "arcana": "+12", + "history": "+12", + "perception": "+8", + "religion": "+12" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 18, + "resist": [ + "necrotic", + "radiant" + ], + "immune": [ + "psychic" + ], + "conditionImmune": [ + "charmed", + "frightened" + ], + "languages": [ + "Celestial", + "Common" + ], + "cr": { + "cr": "11", + "xpLair": 8400 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The sphinx casts one of the following spells, requiring no Material components and using Intelligence as the spellcasting ability (spell save {@dc 16}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Identify|XPHB}", + "{@spell Mage Hand|XPHB}", + "{@spell Minor Illusion|XPHB}", + "{@spell Prestidigitation|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Dispel Magic|XPHB}", + "{@spell Legend Lore|XPHB}", + "{@spell Locate Object|XPHB}", + "{@spell Plane Shift|XPHB}", + "{@spell Remove Curse|XPHB}", + "{@spell Tongues|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Inscrutable", + "entries": [ + "No magic can observe the sphinx remotely or detect its thoughts without its permission. Wisdom ({@skill Insight|XPHB}) checks made to ascertain its intentions or sincerity are made with {@variantrule Disadvantage|XPHB}." + ] + }, + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the sphinx fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The sphinx makes three Claw attacks." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 8}, reach 5 ft. {@h}14 ({@damage 3d6 + 4}) Slashing damage." + ] + }, + { + "name": "Mind-Rending Roar {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 16}, each enemy in a 300-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the sphinx. {@actSaveFail} 35 ({@damage 10d6}) Psychic damage, and the target has the {@condition Incapacitated|XPHB} condition until the start of the sphinx's next turn." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Arcane Prowl", + "entries": [ + "The sphinx can teleport up to 30 feet to an unoccupied space it can see, and it makes one Claw attack." + ] + }, + { + "name": "Weight of Years", + "entries": [ + "{@actSave con} {@dc 16}, one creature the sphinx can see within 120 feet. {@actSaveFail} The target gains 1 {@condition Exhaustion|XPHB} level. While the target has any {@condition Exhaustion|XPHB} levels, it appears {@dice 3d10} years older. {@actSaveSuccessOrFail} The sphinx can't take this action again until the start of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Sphinx", + "source": "XMM" + }, + "environment": [ + "desert", + "planar, upper" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Gynosphinx", + "source": "MM" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CE" + ], + "damageTags": [ + "S", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Sphinx of Secrets", + "source": "XMM", + "page": 292, + "size": [ + "L" + ], + "type": "celestial", + "alignment": [ + "L", + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 136, + "formula": "16d10 + 48" + }, + "speed": { + "walk": 40, + "fly": 60 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 15, + "con": 16, + "int": 18, + "wis": 18, + "cha": 18, + "skill": { + "history": "+7", + "perception": "+7", + "religion": "+7" + }, + "senses": [ + "truesight 60 ft." + ], + "passive": 17, + "resist": [ + "necrotic", + "radiant" + ], + "immune": [ + "psychic" + ], + "conditionImmune": [ + "charmed", + "frightened" + ], + "languages": [ + "Celestial", + "Common" + ], + "cr": "8", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The sphinx casts one of the following spells, requiring no Material components and using Intelligence as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Identify|XPHB}", + "{@spell Prestidigitation|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Locate Object|XPHB}", + "{@spell Remove Curse|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Inscrutable", + "entries": [ + "No magic can observe the sphinx remotely or detect its thoughts without its permission. Wisdom ({@skill Insight|XPHB}) checks made to ascertain its intentions or sincerity are made with {@variantrule Disadvantage|XPHB}." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The sphinx has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The sphinx makes three Claw attacks. It can replace one attack with a use of {@variantrule Curses|XPHB|Curse} of the Riddle." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Slashing damage plus 7 ({@damage 2d6}) Radiant damage." + ] + }, + { + "name": "Curse of the Riddle", + "entries": [ + "{@actSave int} {@dc 15}, one creature the sphinx can see within 60 feet. {@actSaveFail} 21 ({@damage 6d6}) Psychic damage, and the target is cursed with a riddle. The cursed target has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls. In addition, if it takes the Magic action, it must succeed on a {@dc 15} Intelligence saving throw or that action is wasted. The cursed target can take a Study action to make a {@dc 15} Intelligence check, solving the riddle and ending the curse on a success. The curse ends early if the sphinx curses another target." + ] + } + ], + "environment": [ + "desert", + "planar, upper" + ], + "treasure": [ + "arcana" + ], + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CE" + ], + "damageTags": [ + "R", + "S", + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "CUR", + "MA" + ], + "savingThrowForced": [ + "intelligence" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Sphinx of Valor", + "source": "XMM", + "page": 294, + "size": [ + "L" + ], + "type": "celestial", + "alignment": [ + "L", + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 199, + "formula": "19d10 + 95" + }, + "speed": { + "walk": 40, + "fly": 60 + }, + "initiative": { + "proficiency": 2 + }, + "str": 22, + "dex": 10, + "con": 20, + "int": 16, + "wis": 23, + "cha": 18, + "save": { + "dex": "+6", + "con": "+11", + "int": "+9", + "wis": "+12" + }, + "skill": { + "arcana": "+9", + "perception": "+12", + "religion": "+15" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 22, + "resist": [ + "necrotic", + "radiant" + ], + "immune": [ + "psychic" + ], + "conditionImmune": [ + "charmed", + "frightened" + ], + "languages": [ + "Celestial", + "Common" + ], + "cr": { + "cr": "17", + "xpLair": 20000 + }, + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The sphinx casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 20}):" + ], + "will": [ + "{@spell Detect Evil and Good|XPHB}", + "{@spell Thaumaturgy|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Detect Magic|XPHB}", + "{@spell Dispel Magic|XPHB}", + "{@spell Greater Restoration|XPHB}", + "{@spell Heroes' Feast|XPHB}", + "{@spell Zone of Truth|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Inscrutable", + "entries": [ + "No magic can observe the sphinx remotely or detect its thoughts without its permission. Wisdom ({@skill Insight|XPHB}) checks made to ascertain its intentions or sincerity are made with {@variantrule Disadvantage|XPHB}." + ] + }, + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the sphinx fails a saving throw, it can choose to succeed instead." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The sphinx makes two Claw attacks and uses Roar." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 12}, reach 5 ft. {@h}20 ({@damage 4d6 + 6}) Slashing damage." + ] + }, + { + "name": "Roar (3/Day)", + "entries": [ + "The sphinx emits a magical roar. Whenever it roars, the roar has a different effect, as detailed below (the sequence resets when it takes a {@variantrule Long Rest|XPHB}):", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "First Roar", + "entries": [ + "{@actSave wis} {@dc 20}, each enemy in a 500-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the sphinx. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition for 1 minute." + ] + }, + { + "type": "item", + "name": "Second Roar", + "entries": [ + "{@actSave wis} {@dc 20}, each enemy in a 500-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the sphinx. {@actSaveFail} The target has the {@condition Paralyzed|XPHB} condition, and it repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] + }, + { + "type": "item", + "name": "Third Roar", + "entries": [ + "{@actSave con} {@dc 20}, each enemy in a 500-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the sphinx. {@actSaveFail} 44 ({@damage 8d10}) Thunder damage, and the target has the {@condition Prone|XPHB} condition. {@actSaveSuccess} Half damage only." + ] + } + ] + } + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Arcane Prowl", + "entries": [ + "The sphinx can teleport up to 30 feet to an unoccupied space it can see, and it makes one Claw attack." + ] + }, + { + "name": "Weight of Years", + "entries": [ + "{@actSave con} {@dc 16}, one creature the sphinx can see within 120 feet. {@actSaveFail} The target gains 1 {@condition Exhaustion|XPHB} level. While the target has any {@condition Exhaustion|XPHB} levels, it appears {@dice 3d10} years older. {@actSaveSuccessOrFail} The sphinx can't take this action again until the start of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Sphinx", + "source": "XMM" + }, + "environment": [ + "desert", + "planar, upper" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Androsphinx", + "source": "MM" + }, + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CE" + ], + "damageTags": [ + "S", + "T" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "frightened", + "paralyzed", + "prone" + ], + "savingThrowForcedSpell": [ + "charisma" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Sphinx of Wonder", + "source": "XMM", + "page": 291, + "otherSources": [ + { + "source": "XPHB", + "page": 357 + } + ], + "size": [ + "T" + ], + "type": "celestial", + "alignment": [ + "L", + "G" + ], + "ac": [ + 13 + ], + "hp": { + "average": 24, + "formula": "7d4 + 7" + }, + "speed": { + "walk": 20, + "fly": 40 + }, + "str": 6, + "dex": 17, + "con": 13, + "int": 15, + "wis": 12, + "cha": 11, + "skill": { + "arcana": "+4", + "religion": "+4", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "resist": [ + "necrotic", + "psychic", + "radiant" + ], + "languages": [ + "Celestial", + "Common" + ], + "cr": "1", + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The sphinx has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Slashing damage plus 7 ({@damage 2d6}) Radiant damage." + ] + } + ], + "reaction": [ + { + "name": "Burst of Ingenuity (2/Day)", + "entries": [ + "{@actTrigger} The sphinx or another creature within 30 feet makes an ability check or a saving throw. {@actResponse} The sphinx adds 2 to the roll." + ] + } + ], + "environment": [ + "desert", + "planar, upper" + ], + "treasure": [ + "arcana" + ], + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "CE" + ], + "damageTags": [ + "R", + "S" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Spider", + "source": "XMM", + "page": 369, + "otherSources": [ + { + "source": "XPHB", + "page": 357 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 1, + "formula": "1d4 - 1" + }, + "speed": { + "walk": 20, + "climb": 20 + }, + "str": 2, + "dex": 14, + "con": 8, + "int": 1, + "wis": 10, + "cha": 2, + "skill": { + "stealth": "+4" + }, + "senses": [ + "darkvision 30 ft." + ], + "passive": 10, + "cr": "0", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The spider can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + }, + { + "name": "Web Walker", + "entries": [ + "The spider ignores movement restrictions caused by webs, and the spider knows the location of any other creature in contact with the same web." + ] + } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}1 Piercing damage plus 2 ({@damage 1d4}) Poison damage." + ] + } + ], + "environment": [ + "desert", + "forest", + "swamp", + "underdark", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/spider.mp3" + }, + "traitTags": [ + "Spider Climb", + "Web Walker" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Spined Devil", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 296, + "size": [ + "S" + ], + "type": { + "type": "fiend", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 45, + "formula": "10d6 + 10" + }, + "speed": { + "walk": 20, + "fly": 40 + }, + "str": 10, + "dex": 15, + "con": 12, + "int": 11, + "wis": 14, + "cha": 8, + "senses": [ + "darkvision 120 ft. (unimpeded by magical darkness)" + ], + "passive": 12, + "resist": [ + "cold" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Infernal; telepathy 120 ft." + ], + "cr": "2", + "trait": [ + { + "name": "Flyby", + "entries": [ + "The devil doesn't provoke an Opportunity Attack when it flies out of an enemy's reach." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The devil has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The devil makes two attacks, using Infernal Fork and Tail Spine in any combination." + ] + }, + { + "name": "Infernal Fork", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage plus 3 ({@damage 1d6}) Fire damage." + ] + }, + { + "name": "Tail Spine", + "entries": [ + "{@atkr r} {@hit 4}, range 20/80 ft. {@h}4 ({@damage 1d4 + 2}) Piercing damage plus 3 ({@damage 1d6}) Fire damage." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "token": { + "name": "Spined Devil", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/spined-devil.mp3" + }, + "traitTags": [ + "Flyby", + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "I", + "TP" + ], + "damageTags": [ + "F", + "P" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Spirit Naga", + "source": "XMM", + "page": 297, + "size": [ + "L" + ], + "type": "fiend", + "alignment": [ + "C", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 135, + "formula": "18d10 + 36" + }, + "speed": { + "walk": 40 + }, + "str": 18, + "dex": 17, + "con": 14, + "int": 16, + "wis": 15, + "cha": 16, + "save": { + "dex": "+6", + "con": "+5", + "wis": "+5", + "cha": "+6" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 12, + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "poisoned" + ], + "languages": [ + "Abyssal", + "Common" + ], + "cr": "8", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The naga casts one of the following spells, requiring no Somatic or Material components and using Intelligence as the spellcasting ability (spell save {@dc 14}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Mage Hand|XPHB}", + "{@spell Minor Illusion|XPHB}", + "{@spell Water Breathing|XPHB}" + ], + "daily": { + "2e": [ + "{@spell Detect Thoughts|XPHB}", + "{@spell Dimension Door|XPHB}", + "{@spell Hold Person|XPHB} (level 3 version)", + "{@spell Lightning Bolt|XPHB} (level 4 version)" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Fiendish Restoration", + "entries": [ + "If it dies, the naga returns to life in {@dice 1d6} days and regains all its {@variantrule Hit Points|XPHB}. Only a {@spell Wish|XPHB} spell can prevent this trait from functioning." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The naga makes three attacks, using Bite or Necrotic Ray in any combination." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}7 ({@damage 1d6 + 4}) Piercing damage plus 14 ({@damage 4d6}) Poison damage." + ] + }, + { + "name": "Necrotic Ray", + "entries": [ + "{@atkr r} {@hit 6}, range 60 ft. {@h}21 ({@damage 6d6}) Necrotic damage." + ] + } + ], + "environment": [ + "planar, lower", + "underdark" + ], + "treasure": [ + "arcana" + ], + "token": { + "name": "Spirit Naga", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/spirit-naga.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "C" + ], + "damageTags": [ + "I", + "N", + "P" + ], + "damageTagsSpell": [ + "L", + "O" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "RA", + "RCH" + ], + "conditionInflictSpell": [ + "paralyzed" + ], + "savingThrowForcedSpell": [ + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Sprite", + "source": "XMM", + "page": 298, + "otherSources": [ + { + "source": "XPHB", + "page": 358 + } + ], + "size": [ + "T" + ], + "type": "fey", + "alignment": [ + "N", + "G" + ], + "ac": [ + 15 + ], + "hp": { + "average": 10, + "formula": "4d4" + }, + "speed": { + "walk": 10, + "fly": 40 + }, + "str": 3, + "dex": 18, + "con": 10, + "int": 14, + "wis": 13, + "cha": 11, + "skill": { + "perception": "+3", + "stealth": "+8" + }, + "passive": 13, + "languages": [ + "Common", + "Elvish", + "Sylvan" + ], + "cr": "1/4", + "action": [ + { + "name": "Needle Sword", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}6 ({@damage 1d4 + 4}) Piercing damage." + ] + }, + { + "name": "Enchanting Bow", + "entries": [ + "{@atkr r} {@hit 6}, range 40/160 ft. {@h}1 Piercing damage, and the target has the {@condition Charmed|XPHB} condition until the start of the sprite's next turn." + ] + }, + { + "name": "Heart Sight", + "entries": [ + "{@actSave cha} {@dc 10}, one creature within 5 feet the sprite can see (Celestials, Fiends, and Undead automatically fail the save). {@actSaveFail} The sprite knows the target's emotions and alignment." + ] + }, + { + "name": "Invisibility", + "entries": [ + "The sprite casts {@spell Invisibility|XPHB} on itself, requiring no spell components and using Charisma as the spellcasting ability." + ] + } + ], + "environment": [ + "forest", + "planar, feywild" + ], + "treasure": [ + "armaments" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/sprite.mp3" + }, + "languageTags": [ + "C", + "E", + "S" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "charmed" + ], + "hasToken": true, + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Spy", + "source": "XMM", + "page": 295, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 27, + "formula": "6d8" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 10, + "dex": 15, + "con": 10, + "int": 12, + "wis": 14, + "cha": 16, + "skill": { + "deception": "+5", + "insight": "+4", + "investigation": "+5", + "perception": "+6", + "sleight of hand": "+4", + "stealth": "+6" + }, + "passive": 16, + "languages": [ + "Common plus one other language" + ], + "cr": "1", + "gear": [ + "hand crossbow|xphb", + "shortsword|xphb", + "thieves' tools|xphb" + ], + "action": [ + { + "name": "Shortsword", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage plus 7 ({@damage 2d6}) Poison damage." + ] + }, + { + "name": "Hand Crossbow", + "entries": [ + "{@atkr r} {@hit 4}, range 30/120 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage plus 7 ({@damage 2d6}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Cunning Action", + "entries": [ + "The spy takes the Dash, Disengage, or Hide action." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/spy.mp3" + }, + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Spy Master", + "source": "XMM", + "page": 295, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 19 + ], + "hp": { + "average": 137, + "formula": "25d8 + 25" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 10, + "dex": 20, + "con": 12, + "int": 18, + "wis": 16, + "cha": 16, + "save": { + "dex": "+9", + "con": "+5", + "int": "+8", + "wis": "+7" + }, + "skill": { + "deception": "+7", + "insight": "+7", + "investigation": "+8", + "perception": "+11", + "sleight of hand": "+9", + "stealth": "+13" + }, + "passive": 21, + "languages": [ + "Common plus two other languages" + ], + "cr": "10", + "gear": [ + "hand crossbow|xphb", + "rapier|xphb", + "thieves' tools|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The spy makes three attacks, using Rapier or Hand Crossbow in any combination." + ] + }, + { + "name": "Rapier", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}14 ({@damage 2d8 + 5}) Piercing damage plus 7 ({@damage 2d6}) Poison damage." + ] + }, + { + "name": "Hand Crossbow", + "entries": [ + "{@atkr r} {@hit 9}, range 30/120 ft. {@h}12 ({@damage 2d6 + 5}) Piercing damage plus 9 ({@damage 2d8}) Poison damage." + ] + }, + { + "name": "Smoke Bomb (1/Day)", + "entries": [ + "The spy throws a bomb to a point it can see within 30 feet of itself. {@actSave con} {@dc 16}, each creature in a 20-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on that point. {@actSaveFail} 28 ({@damage 8d6}) Poison damage, and the target has the {@condition Blinded|XPHB} condition until the end of the spy's next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "bonus": [ + { + "name": "Cunning Action", + "entries": [ + "The spy takes the Dash, Disengage, or Hide action." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "implements", + "individual" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "AOE", + "MA", + "MLW", + "RA", + "RNG" + ], + "conditionInflict": [ + "blinded" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Steam Mephit", + "source": "XMM", + "page": 208, + "size": [ + "S" + ], + "type": "elemental", + "alignment": [ + "N", + "E" + ], + "ac": [ + 10 + ], + "hp": { + "average": 17, + "formula": "5d6" + }, + "speed": { + "walk": 30, + "fly": 30 + }, + "str": 5, + "dex": 11, + "con": 10, + "int": 11, + "wis": 10, + "cha": 12, + "skill": { + "stealth": "+2" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "Primordial (Aquan, Ignan)" + ], + "cr": "1/4", + "trait": [ + { + "name": "Blurred Form", + "entries": [ + "Attack rolls against the mephit are made with {@variantrule Disadvantage|XPHB} unless the mephit has the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "name": "Death Burst", + "entries": [ + "The mephit explodes when it dies. {@actSave dex} {@dc 10}, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the mephit. {@actSaveFail} 5 ({@damage 2d4}) Fire damage. {@actSaveSuccess} Half damage." + ] + } + ], + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}2 ({@damage 1d4}) Slashing damage plus 2 ({@damage 1d4}) Fire damage." + ] + }, + { + "name": "Steam Breath {@recharge}", + "entries": [ + "{@actSave con} {@dc 10}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 5 ({@damage 2d4}) Fire damage, and the target's {@variantrule Speed|XPHB} decreases by 10 feet until the end of the mephit's next turn. {@actSaveSuccess} Half damage only. {@actSaveSuccessOrFail} Being underwater doesn't grant {@variantrule Resistance|XPHB} to this Fire damage." + ] + } + ], + "environment": [ + "planar, elemental" + ], + "token": { + "name": "Steam Mephit", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/steam-mephit.mp3" + }, + "traitTags": [ + "Death Burst" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "AQ", + "IG", + "P" + ], + "damageTags": [ + "F", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "incapacitated" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Stirge", + "source": "XMM", + "page": 299, + "size": [ + "T" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 5, + "formula": "2d4" + }, + "speed": { + "walk": 10, + "fly": 40 + }, + "str": 4, + "dex": 16, + "con": 11, + "int": 2, + "wis": 8, + "cha": 6, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "cr": "1/8", + "action": [ + { + "name": "Proboscis", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage, and the stirge attaches to the target. While attached, the stirge can't make Proboscis attacks, and the target takes 5 ({@damage 2d4}) Necrotic damage at the start of each of the stirge's turns.", + "The stirge can detach itself by spending 5 feet of its movement. The target or a creature within 5 feet of it can detach the stirge as an action." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill", + "mountain", + "swamp", + "underdark", + "urban" + ], + "token": { + "name": "Stirge", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/stirge.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "N", + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Stone Giant", + "source": "XMM", + "page": 300, + "size": [ + "H" + ], + "type": "giant", + "alignment": [ + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 126, + "formula": "11d12 + 55" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 23, + "dex": 15, + "con": 20, + "int": 10, + "wis": 12, + "cha": 9, + "save": { + "dex": "+5", + "con": "+8", + "wis": "+4" + }, + "skill": { + "athletics": "+12", + "perception": "+4", + "stealth": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "languages": [ + "Giant" + ], + "cr": "7", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The giant makes two attacks, using Stone Club or Boulder in any combination." + ] + }, + { + "name": "Stone Club", + "entries": [ + "{@atkr m} {@hit 9}, reach 15 ft. {@h}22 ({@damage 3d10 + 6}) Bludgeoning damage." + ] + }, + { + "name": "Boulder", + "entries": [ + "{@atkr r} {@hit 9}, range 60/240 ft. {@h}15 ({@damage 2d8 + 6}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "reaction": [ + { + "name": "Deflect Missile {@recharge 5}", + "entries": [ + "{@actTrigger} The giant is hit by a ranged attack roll and takes Bludgeoning, Piercing, or Slashing damage from it. {@actResponse} The giant reduces the damage it takes from the attack by 11 ({@dice 1d10 + 6}), and if that damage is reduced to 0, the giant can redirect some of the attack's force. {@actSave dex} {@dc 17}, one creature the giant can see within 60 feet. {@actSaveFail} 11 ({@damage 1d10 + 6}) Force damage." + ] + } + ], + "environment": [ + "mountain", + "underdark" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Stone Giant", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/stone-giant.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "GI" + ], + "damageTags": [ + "B", + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Stone Golem", + "source": "XMM", + "page": 301, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "L" + ], + "type": "construct", + "alignment": [ + "U" + ], + "ac": [ + 18 + ], + "hp": { + "average": 220, + "formula": "21d10 + 105" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 22, + "dex": 9, + "con": 20, + "int": 3, + "wis": 11, + "cha": 1, + "senses": [ + "darkvision 120 ft." + ], + "passive": 10, + "immune": [ + "poison", + "psychic" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "paralyzed", + "petrified", + "poisoned" + ], + "languages": [ + "understands Common plus two other languages but can't speak" + ], + "cr": "10", + "trait": [ + { + "name": "Immutable Form", + "entries": [ + "The golem can't shape-shift." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The golem has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The golem makes two attacks, using Slam or Force Bolt in any combination." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 10}, reach 5 ft. {@h}15 ({@damage 2d8 + 6}) Bludgeoning damage plus 9 ({@damage 2d8}) Force damage." + ] + }, + { + "name": "Force Bolt", + "entries": [ + "{@atkr r} {@hit 9}, range 120 ft. {@h}22 ({@damage 4d10}) Force damage." + ] + } + ], + "bonus": [ + { + "name": "Slow {@recharge 5}", + "entries": [ + "The golem casts the {@spell Slow|XPHB} spell, requiring no spell components and using Constitution as the spellcasting ability (spell save {@dc 17})." + ] + } + ], + "environment": [ + "any" + ], + "token": { + "name": "Stone Golem", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/stone-golem.mp3" + }, + "traitTags": [ + "Immutable Form", + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CS", + "X" + ], + "damageTags": [ + "B", + "O" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Storm Giant", + "source": "XMM", + "page": 302, + "size": [ + "H" + ], + "type": "giant", + "alignment": [ + "C", + "G" + ], + "ac": [ + 16 + ], + "hp": { + "average": 230, + "formula": "20d12 + 100" + }, + "speed": { + "walk": 50, + "fly": { + "number": 25, + "condition": "(hover)" + }, + "swim": 50, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 29, + "dex": 14, + "con": 20, + "int": 16, + "wis": 20, + "cha": 18, + "save": { + "str": "+14", + "con": "+10", + "wis": "+10", + "cha": "+9" + }, + "skill": { + "arcana": "+8", + "athletics": "+14", + "history": "+8", + "perception": "+10" + }, + "senses": [ + "darkvision 120 ft.", + "truesight 30 ft." + ], + "passive": 20, + "resist": [ + "cold" + ], + "immune": [ + "lightning", + "thunder" + ], + "languages": [ + "Common", + "Giant" + ], + "cr": "13", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The giant casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 18}):" + ], + "will": [ + "{@spell Detect Magic|XPHB}", + "{@spell Light|XPHB}" + ], + "daily": { + "1": [ + "{@spell Control Weather|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The giant can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The giant makes two attacks, using Storm Sword or Thunderbolt in any combination." + ] + }, + { + "name": "Storm Sword", + "entries": [ + "{@atkr m} {@hit 14}, reach 10 ft. {@h}23 ({@damage 4d6 + 9}) Slashing damage plus 13 ({@damage 3d8}) Lightning damage." + ] + }, + { + "name": "Thunderbolt", + "entries": [ + "{@atkr r} {@hit 14}, range 500 ft. {@h}22 ({@damage 2d12 + 9}) Lightning damage, and the target has the {@condition Blinded|XPHB} and {@condition Deafened|XPHB} conditions until the start of the giant's next turn." + ] + }, + { + "name": "Lightning Storm {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 18}, each creature in a 10-foot-radius, 40-foot-high {@variantrule Cylinder [Area of Effect]|XPHB|Cylinder} originating from a point the giant can see within 500 feet. {@actSaveFail} 55 ({@damage 10d10}) Lightning damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "coastal", + "underwater" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Storm Giant", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/storm-giant.mp3" + }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "SD", + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "GI" + ], + "damageTags": [ + "L", + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "AOE", + "MA", + "RA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Succubus", + "source": "XMM", + "page": 303, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "M" + ], + "type": "fiend", + "alignment": [ + "N", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 71, + "formula": "13d8 + 13" + }, + "speed": { + "walk": 30, + "fly": 60 + }, + "str": 8, + "dex": 17, + "con": 13, + "int": 15, + "wis": 12, + "cha": 20, + "skill": { + "deception": "+9", + "insight": "+5", + "perception": "+5", + "persuasion": "+9", + "stealth": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "resist": [ + "cold", + "fire", + "poison", + "psychic" + ], + "languages": [ + "Abyssal", + "Common", + "Infernal; telepathy 60 ft." + ], + "cr": "4", + "trait": [ + { + "name": "Incubus Form", + "entries": [ + "When the succubus finishes a {@variantrule Long Rest|XPHB}, it can shape-shift into an {@creature Incubus|XMM}, using that stat block instead of this one." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The succubus makes one Fiendish Touch attack and uses Charm or Draining Kiss." + ] + }, + { + "name": "Fiendish Touch", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}16 ({@damage 2d10 + 5}) Psychic damage." + ] + }, + { + "name": "Charm", + "entries": [ + "The succubus casts {@spell Dominate Person|XPHB} (level 8 version), requiring no spell components and using Charisma as the spellcasting ability (spell save {@dc 15})." + ] + }, + { + "name": "Draining Kiss", + "entries": [ + "{@actSave con} {@dc 15}, one creature {@condition Charmed|XPHB} by the succubus within 5 feet. {@actSaveFail} 13 ({@damage 3d8}) Psychic damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the damage taken." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The succubus shape-shifts to resemble a Medium or Small Humanoid or back into its true form. Its game statistics are the same in each form, except its {@variantrule Fly Speed|XPHB} is available only in its true form. Any equipment it's wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "planar, lower", + "urban" + ], + "treasure": [ + "implements" + ], + "token": { + "name": "Succubus", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/succubus-incubus.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "C", + "I", + "TP" + ], + "damageTags": [ + "Y" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Swarm of Bats", + "source": "XMM", + "page": 370, + "size": [ + "L" + ], + "type": { + "type": "beast", + "swarmSize": "T" + }, + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 11, + "formula": "2d10" + }, + "speed": { + "walk": 5, + "fly": 30 + }, + "str": 5, + "dex": 15, + "con": 10, + "int": 2, + "wis": 12, + "cha": 4, + "senses": [ + "blindsight 60 ft." + ], + "passive": 11, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "conditionImmune": [ + "charmed", + "frightened", + "grappled", + "paralyzed", + "petrified", + "prone", + "restrained", + "stunned" + ], + "cr": "1/4", + "trait": [ + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny bat. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Bites", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 2d4}) Piercing damage, or 2 ({@damage 1d4}) Piercing damage if the swarm is {@variantrule Bloodied|XPHB}." + ] + } + ], + "environment": [ + "forest", + "mountain", + "underdark", + "urban" + ], + "token": { + "name": "Swarm of Bats", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/swarm-of-bats.mp3" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Swarm of Crawling Claws", + "source": "XMM", + "page": 83, + "size": [ + "M" + ], + "type": { + "type": "undead", + "swarmSize": "T" + }, + "alignment": [ + "N", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 49, + "formula": "11d8" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 14, + "dex": 14, + "con": 11, + "int": 5, + "wis": 10, + "cha": 4, + "senses": [ + "blindsight 30 ft." + ], + "passive": 10, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened", + "grappled", + "incapacitated", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "stunned" + ], + "languages": [ + "understands Common but can't speak" + ], + "cr": "3", + "trait": [ + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny creature. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Swarm of Grasping Hands", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}20 ({@damage 4d8 + 2}) Necrotic damage, or 11 ({@damage 2d8 + 2}) Necrotic damage if the swarm is {@variantrule Bloodied|XPHB}. If the target is a Medium or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "any" + ], + "senseTags": [ + "B" + ], + "languageTags": [ + "C", + "CS" + ], + "damageTags": [ + "N" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Swarm of Dretches", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 104, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "swarmSize": "S", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 45, + "formula": "6d10 + 12" + }, + "speed": { + "walk": 40 + }, + "str": 14, + "dex": 11, + "con": 14, + "int": 5, + "wis": 8, + "cha": 3, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "resist": [ + "bludgeoning", + "cold", + "fire", + "lightning", + "piercing", + "slashing" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "frightened", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "stunned" + ], + "languages": [ + "Abyssal; telepathy 60 ft. (works only with creatures that understand Abyssal)" + ], + "cr": "4", + "trait": [ + { + "name": "Fetid Aura", + "entries": [ + "{@actSave con} {@dc 12}, any creature that starts its turn in a 10-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the swarm. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the start of its next turn. While {@condition Poisoned|XPHB}, the target can take either an action or a {@variantrule Bonus Action|XPHB} on its turn, not both, and it can't take Reactions." + ] + }, + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Small creature. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The swarm makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}12 ({@damage 3d6 + 2}) Slashing damage, or 9 ({@damage 3d4 + 2}) Slashing damage if the swarm is {@variantrule Bloodied|XPHB}." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Swarm of Insects", + "source": "XMM", + "page": 370, + "size": [ + "M" + ], + "type": { + "type": "beast", + "swarmSize": "T" + }, + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 19, + "formula": "3d8 + 6" + }, + "speed": { + "walk": 20, + "choose": { + "from": [ + "climb", + "fly" + ], + "amount": 20, + "note": "(DM's choice)" + } + }, + "str": 3, + "dex": 13, + "con": 14, + "int": 1, + "wis": 7, + "cha": 1, + "senses": [ + "blindsight 30 ft." + ], + "passive": 8, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "conditionImmune": [ + "charmed", + "frightened", + "grappled", + "paralyzed", + "petrified", + "prone", + "restrained", + "stunned" + ], + "cr": "1/2", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "If the swarm has a {@variantrule Climb Speed|XPHB}, the swarm can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + }, + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny insect. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Bites", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}6 ({@damage 2d4 + 1}) Poison damage, or 3 ({@damage 1d4 + 1}) Poison damage if the swarm is {@variantrule Bloodied|XPHB}." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill", + "swamp", + "underdark", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/swarm-of-insects.mp3" + }, + "traitTags": [ + "Spider Climb" + ], + "senseTags": [ + "B" + ], + "damageTags": [ + "I" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Swarm of Larvae", + "source": "XMM", + "page": 193, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "swarmSize": "M" + }, + "alignment": [ + "N", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 22, + "formula": "3d10 + 6" + }, + "speed": { + "walk": 30 + }, + "str": 14, + "dex": 11, + "con": 14, + "int": 6, + "wis": 12, + "cha": 2, + "senses": [ + "darkvision 60 ft." + ], + "passive": 11, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "conditionImmune": [ + "charmed", + "frightened", + "grappled", + "paralyzed", + "petrified", + "prone", + "restrained", + "stunned" + ], + "languages": [ + "understands all but can't speak" + ], + "cr": "1", + "trait": [ + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through an opening large enough for a Medium creature. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Bites", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}9 ({@damage 2d6 + 2}) Necrotic damage, or 7 ({@damage 2d4 + 2}) Necrotic damage if the swarm is {@variantrule Bloodied|XPHB}." + ] + } + ], + "environment": [ + "planar, lower" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "CS", + "XX" + ], + "damageTags": [ + "N" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Swarm of Lemures", + "group": [ + "Devils" + ], + "source": "XMM", + "page": 194, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "swarmSize": "M", + "tags": [ + "devil" + ] + }, + "alignment": [ + "L", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 45, + "formula": "6d10 + 12" + }, + "speed": { + "walk": 40 + }, + "str": 14, + "dex": 7, + "con": 14, + "int": 1, + "wis": 12, + "cha": 3, + "senses": [ + "darkvision 120 ft. (unimpeded by magical darkness)" + ], + "passive": 11, + "resist": [ + "bludgeoning", + "cold", + "piercing", + "slashing" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "charmed", + "frightened", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "stunned" + ], + "languages": [ + "understands Infernal but can't speak" + ], + "cr": "3", + "trait": [ + { + "name": "Hellish Restoration", + "entries": [ + "If the swarm dies in the Nine Hells, it revives with all its {@variantrule Hit Points|XPHB} in {@dice 1d10} days unless it is killed by a creature under the effects of a {@spell Bless|XPHB} spell or its remains are sprinkled with Holy Water." + ] + }, + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through an opening large enough for a Medium creature. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The swarm makes two Vile Slime attacks." + ] + }, + { + "name": "Vile Slime", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}11 ({@damage 2d8 + 2}) Poison damage, or 9 ({@damage 2d6 + 2}) Poison damage if the swarm is {@variantrule Bloodied|XPHB}." + ] + } + ], + "environment": [ + "planar, nine hells" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "CS", + "I" + ], + "damageTags": [ + "I" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Swarm of Piranhas", + "source": "XMM", + "page": 370, + "size": [ + "M" + ], + "type": { + "type": "beast", + "swarmSize": "T" + }, + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 28, + "formula": "8d8 - 8" + }, + "speed": { + "walk": 5, + "swim": 40 + }, + "str": 13, + "dex": 16, + "con": 9, + "int": 1, + "wis": 7, + "cha": 2, + "senses": [ + "darkvision 60 ft." + ], + "passive": 8, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "conditionImmune": [ + "charmed", + "frightened", + "grappled", + "paralyzed", + "petrified", + "prone", + "restrained", + "stunned" + ], + "cr": "1", + "trait": [ + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny piranha. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + }, + { + "name": "Water Breathing", + "entries": [ + "The swarm can breathe only underwater." + ] + } + ], + "action": [ + { + "name": "Bites", + "entries": [ + "{@atkr m} {@hit 5} (with {@variantrule Advantage|XPHB} if the target doesn't have all its {@variantrule Hit Points|XPHB}), reach 5 ft. {@h}8 ({@damage 2d4 + 3}) Piercing damage, or 5 ({@damage 1d4 + 3}) Piercing damage if the swarm is {@variantrule Bloodied|XPHB}." + ] + } + ], + "environment": [ + "underwater" + ], + "token": { + "name": "Swarm of Quippers", + "source": "MM" + }, + "traitTags": [ + "Water Breathing" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Swarm of Rats", + "source": "XMM", + "page": 370, + "size": [ + "M" + ], + "type": { + "type": "beast", + "swarmSize": "T" + }, + "alignment": [ + "U" + ], + "ac": [ + 10 + ], + "hp": { + "average": 14, + "formula": "4d8 - 4" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 9, + "dex": 11, + "con": 9, + "int": 2, + "wis": 10, + "cha": 3, + "senses": [ + "darkvision 30 ft." + ], + "passive": 10, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "conditionImmune": [ + "charmed", + "frightened", + "grappled", + "paralyzed", + "petrified", + "prone", + "restrained", + "stunned" + ], + "cr": "1/4", + "trait": [ + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny rat. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Bites", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}5 ({@damage 2d4}) Piercing damage, or 2 ({@damage 1d4}) Piercing damage if the swarm is {@variantrule Bloodied|XPHB}." + ] + } + ], + "environment": [ + "forest", + "swamp", + "underdark", + "urban" + ], + "token": { + "name": "Swarm of Rats", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/swarm-of-rats.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Swarm of Ravens", + "source": "XMM", + "page": 371, + "size": [ + "M" + ], + "type": { + "type": "beast", + "swarmSize": "T" + }, + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" + }, + "speed": { + "walk": 10, + "fly": 50 + }, + "str": 6, + "dex": 14, + "con": 12, + "int": 5, + "wis": 12, + "cha": 6, + "skill": { + "perception": "+5" + }, + "passive": 15, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "conditionImmune": [ + "charmed", + "frightened", + "grappled", + "paralyzed", + "petrified", + "prone", + "restrained", + "stunned" + ], + "cr": "1/4", + "trait": [ + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny raven. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Beaks", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage, or 2 ({@damage 1d4}) Piercing damage if the swarm is {@variantrule Bloodied|XPHB}." + ] + }, + { + "name": "Cacophony {@recharge}", + "entries": [ + "{@actSave wis} {@dc 10}, one creature in the swarm's space. {@actSaveFail} The target has the {@condition Deafened|XPHB} condition until the start of the swarm's next turn. While {@condition Deafened|XPHB}, the target also has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "environment": [ + "hill", + "swamp", + "urban" + ], + "token": { + "name": "Swarm of Ravens", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/swarm-of-ravens.mp3" + }, + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "deafened" + ], + "hasFluffImages": true + }, + { + "name": "Swarm of Stirges", + "source": "XMM", + "page": 299, + "size": [ + "M" + ], + "type": { + "type": "monstrosity", + "swarmSize": "T" + }, + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 36, + "formula": "8d8" + }, + "speed": { + "walk": 10, + "fly": 40 + }, + "str": 4, + "dex": 16, + "con": 11, + "int": 2, + "wis": 8, + "cha": 6, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "conditionImmune": [ + "charmed", + "frightened", + "grappled", + "paralyzed", + "petrified", + "prone", + "restrained", + "stunned" + ], + "cr": "2", + "trait": [ + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny creature. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Swarm of Proboscises", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}14 ({@damage 2d10 + 3}) Piercing damage, or 8 ({@damage 1d10 + 3}) Piercing damage if the swarm is {@variantrule Bloodied|XPHB}. If the target is a Medium or smaller creature in the swarm's space, the target has the {@condition Grappled|XPHB} condition (escape {@dc 13}). Until the grapple ends, the target takes 7 ({@damage 2d6}) Necrotic damage at the end of each of its turns." + ] + } + ], + "environment": [ + "desert", + "forest", + "grassland", + "hill", + "mountain", + "swamp", + "underdark", + "urban" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "N", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Swarm of Venomous Snakes", + "source": "XMM", + "page": 371, + "size": [ + "M" + ], + "type": { + "type": "beast", + "swarmSize": "T" + }, + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 36, + "formula": "8d8" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 8, + "dex": 18, + "con": 11, + "int": 1, + "wis": 10, + "cha": 3, + "senses": [ + "blindsight 10 ft." + ], + "passive": 10, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "conditionImmune": [ + "charmed", + "frightened", + "grappled", + "paralyzed", + "petrified", + "prone", + "restrained", + "stunned" + ], + "cr": "2", + "trait": [ + { + "name": "Swarm", + "entries": [ + "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny snake. The swarm can't regain {@variantrule Hit Points|XPHB} or gain {@variantrule Temporary Hit Points|XPHB}." + ] + } + ], + "action": [ + { + "name": "Bites", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}8 ({@damage 1d8 + 4}) Piercing damage\u2014or 6 ({@damage 1d4 + 4}) Piercing damage if the swarm is {@variantrule Bloodied|XPHB}\u2014plus 10 ({@damage 3d6}) Poison damage." + ] + } + ], + "environment": [ + "coastal", + "desert", + "forest", + "grassland", + "hill", + "swamp" + ], + "token": { + "name": "Swarm of Poisonous Snakes", + "source": "MM" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Tarrasque", + "group": [ + "Titans" + ], + "source": "XMM", + "page": 305, + "size": [ + "G" + ], + "type": { + "type": "monstrosity", + "tags": [ + "titan" + ] + }, + "alignment": [ + "U" + ], + "ac": [ + 25 + ], + "hp": { + "average": 697, + "formula": "34d20 + 340" + }, + "speed": { + "walk": 60, + "burrow": 40, + "climb": 60 + }, + "initiative": { + "proficiency": 2 + }, + "str": 30, + "dex": 11, + "con": 30, + "int": 3, + "wis": 11, + "cha": 11, + "save": { + "dex": "+9", + "int": "+5", + "wis": "+9", + "cha": "+9" + }, + "skill": { + "perception": "+9" + }, + "senses": [ + "blindsight 120 ft." + ], + "passive": 19, + "resist": [ + "bludgeoning", + "piercing", + "slashing" + ], + "immune": [ + "fire", + "poison" + ], + "conditionImmune": [ + "charmed", + "deafened", + "frightened", + "paralyzed", + "poisoned" + ], + "cr": "30", + "trait": [ + { + "name": "Legendary Resistance (6/Day)", + "entries": [ + "If the tarrasque fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The tarrasque has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Reflective Carapace", + "entries": [ + "If the tarrasque is targeted by a {@spell Magic Missile|XPHB} spell or a spell that requires a ranged attack roll, roll {@dice 1d6}. On a 1-5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected and reflects the spell, turning the caster into the target." + ] + }, + { + "name": "Siege Monster", + "entries": [ + "The tarrasque deals double damage to objects and structures." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The tarrasque makes one Bite attack and three other attacks, using Claw or Tail in any combination." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 19}, reach 15 ft. {@h}36 ({@damage 4d12 + 10}) Piercing damage, and the target has the {@condition Grappled|XPHB} condition (escape {@dc 20}). Until the grapple ends, the target has the {@condition Restrained|XPHB} condition and can't teleport." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 19}, reach 15 ft. {@h}28 ({@damage 4d8 + 10}) Slashing damage." + ] + }, + { + "name": "Tail", + "entries": [ + "{@atkr m} {@hit 19}, reach 30 ft. {@h}23 ({@damage 3d8 + 10}) Bludgeoning damage. If the target is a Huge or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Thunderous Bellow {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 27}, each creature and each object that isn't being worn or carried in a 150-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 78 ({@damage 12d12}) Thunder damage, and the target has the {@condition Deafened|XPHB} and {@condition Frightened|XPHB} conditions until the end of its next turn. {@actSaveSuccess} Half damage only." + ] + } + ], + "bonus": [ + { + "name": "Swallow", + "entries": [ + "{@actSave str} {@dc 27}, one Large or smaller creature {@condition Grappled|XPHB} by the tarrasque (it can have up to six creatures swallowed at a time). {@actSaveFail} The target is swallowed, and the {@condition Grappled|XPHB} condition ends. A swallowed creature has the {@condition Blinded|XPHB} and {@condition Restrained|XPHB} conditions and can't teleport, it has {@variantrule Cover|XPHB|Total Cover} against attacks and other effects outside the tarrasque, and it takes 56 ({@damage 16d6}) Acid damage at the start of each of the tarrasque's turns.", + "If the tarrasque takes 60 damage or more on a single turn from a creature inside it, the tarrasque must succeed on a {@dc 20} Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, each of which falls in a space within 10 feet of the tarrasque and has the {@condition Prone|XPHB} condition. If the tarrasque dies, any swallowed creature no longer has the {@condition Restrained|XPHB} condition and can escape from the corpse using 20 feet of movement, exiting {@condition Prone|XPHB}." + ] + } + ], + "legendary": [ + { + "name": "Onslaught", + "entries": [ + "The tarrasque moves up to half its {@variantrule Speed|XPHB}, and it makes one Claw or Tail attack." + ] + }, + { + "name": "World-Shaking Movement", + "entries": [ + "The tarrasque moves up to its {@variantrule Speed|XPHB}. At the end of this movement, the tarrasque creates an instantaneous shock wave in a 60-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from itself. Creatures in that area lose {@status Concentration|XPHB} and, if Medium or smaller, have the {@condition Prone|XPHB} condition. The tarrasque can't take this action again until the start of its next turn." + ] + } + ], + "environment": [ + "urban" + ], + "token": { + "name": "Tarrasque", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/tarrasque.mp3" + }, + "traitTags": [ + "Legendary Resistances", + "Magic Resistance", + "Siege Monster" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack", + "Swallow" + ], + "damageTags": [ + "A", + "B", + "P", + "S", + "T" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "prone", + "restrained" + ], + "savingThrowForced": [ + "constitution" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Thri-kreen Marauder", + "source": "XMM", + "page": 306, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 33, + "formula": "6d8 + 6" + }, + "speed": { + "walk": 40 + }, + "str": 12, + "dex": 15, + "con": 13, + "int": 8, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+3", + "stealth": "+4", + "survival": "+3" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "languages": [ + "Thri-kreen; telepathy 60 ft." + ], + "cr": "1", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The thri-kreen makes two attacks, using Gythka or Chatkcha in any combination." + ] + }, + { + "name": "Gythka", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}5 ({@damage 1d8 + 1}) Slashing damage plus 2 ({@damage 1d4}) Poison damage." + ] + }, + { + "name": "Chatkcha", + "entries": [ + "{@atkr r} {@hit 4}, range 30/120 ft. {@h}5 ({@damage 1d6 + 2}) Slashing damage." + ] + } + ], + "bonus": [ + { + "name": "Leap", + "entries": [ + "The thri-kreen jumps up to 15 feet by spending 5 feet of movement." + ] + } + ], + "environment": [ + "desert", + "grassland" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Thri-kreen", + "source": "MM" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH", + "TP" + ], + "damageTags": [ + "I", + "S" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Thri-kreen Psion", + "source": "XMM", + "page": 306, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 149, + "formula": "23d8 + 46" + }, + "speed": { + "walk": 40, + "fly": { + "number": 20, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 15, + "con": 14, + "int": 19, + "wis": 12, + "cha": 11, + "save": { + "str": "+7", + "dex": "+5", + "con": "+5", + "int": "+7" + }, + "skill": { + "perception": "+4", + "stealth": "+8" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "resist": [ + "psychic" + ], + "languages": [ + "Thri-kreen; telepathy 120 ft." + ], + "cr": "8", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The thri-kreen casts one of the following spells, requiring no spell components and using Intelligence as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Mage Hand|XPHB} (the hand is Invisible)" + ], + "daily": { + "1e": [ + "{@spell Detect Thoughts|XPHB}", + "{@spell Sending|XPHB}", + "{@spell Synaptic Static|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The thri-kreen makes three Psionic Lance attacks." + ] + }, + { + "name": "Psionic Lance", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 10 ft. or range 120 ft. {@h}18 ({@damage 4d6 + 4}) Psychic damage." + ] + } + ], + "environment": [ + "desert", + "grassland" + ], + "treasure": [ + "armaments" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH", + "TP" + ], + "damageTags": [ + "Y" + ], + "damageTagsSpell": [ + "Y" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RCH" + ], + "savingThrowForcedSpell": [ + "constitution", + "intelligence", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Tiger", + "source": "XMM", + "page": 371, + "otherSources": [ + { + "source": "XPHB", + "page": 358 + } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 30, + "formula": "4d10 + 8" + }, + "speed": { + "walk": 40 + }, + "str": 17, + "dex": 16, + "con": 14, + "int": 3, + "wis": 12, + "cha": 8, + "skill": { + "perception": "+3", + "stealth": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "cr": "1", + "action": [ + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "bonus": [ + { + "name": "Nimble Escape", + "entries": [ + "The tiger takes the Disengage or Hide action." + ] + } + ], + "environment": [ + "forest", + "grassland" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/tiger.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasToken": true, + "hasFluffImages": true + }, + { + "name": "Tough", + "source": "XMM", + "page": 307, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 12 + ], + "hp": { + "average": 32, + "formula": "5d8 + 10" + }, + "speed": { + "walk": 30 + }, + "str": 15, + "dex": 12, + "con": 14, + "int": 10, + "wis": 10, + "cha": 11, + "passive": 10, + "languages": [ + "Common" + ], + "cr": "1/2", + "gear": [ + "heavy crossbow|xphb", + "leather armor|xphb", + "mace|xphb" + ], + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The tough has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the tough's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Mace", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Bludgeoning damage." + ] + }, + { + "name": "Heavy Crossbow", + "entries": [ + "{@atkr r} {@hit 3}, range 100/400 ft. {@h}6 ({@damage 1d10 + 1}) Piercing damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments" + ], + "traitTags": [ + "Pack Tactics" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Tough Boss", + "source": "XMM", + "page": 307, + "otherSources": [ + { + "source": "ScoEE" + } + ], + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 16 + ], + "hp": { + "average": 82, + "formula": "11d8 + 33" + }, + "speed": { + "walk": 30 + }, + "str": 17, + "dex": 14, + "con": 16, + "int": 11, + "wis": 10, + "cha": 11, + "save": { + "str": "+5", + "con": "+5", + "cha": "+2" + }, + "passive": 10, + "languages": [ + "Common plus one other language" + ], + "cr": "4", + "gear": [ + "chain mail|xphb", + "heavy crossbow|xphb", + "warhammer|xphb" + ], + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The tough has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the tough's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The tough makes two attacks, using Warhammer or Heavy Crossbow in any combination." + ] + }, + { + "name": "Warhammer", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}12 ({@damage 2d8 + 3}) Bludgeoning damage. If the target is a Large or smaller creature, the tough pushes the target up to 10 feet straight away from itself." + ] + }, + { + "name": "Heavy Crossbow", + "entries": [ + "{@atkr r} {@hit 4}, range 100/400 ft. {@h}13 ({@damage 2d10 + 2}) Piercing damage." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments" + ], + "traitTags": [ + "Pack Tactics" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Treant", + "source": "XMM", + "page": 308, + "size": [ + "H" + ], + "type": "plant", + "alignment": [ + "C", + "G" + ], + "ac": [ + 16 + ], + "hp": { + "average": 138, + "formula": "12d12 + 60" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 23, + "dex": 8, + "con": 21, + "int": 12, + "wis": 16, + "cha": 12, + "passive": 13, + "resist": [ + "bludgeoning", + "piercing" + ], + "vulnerable": [ + "fire" + ], + "languages": [ + "Common", + "Druidic", + "Elvish", + "Sylvan" + ], + "cr": "9", + "trait": [ + { + "name": "Siege Monster", + "entries": [ + "The treant deals double damage to objects and structures." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The treant makes two Slam attacks." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 10}, reach 5 ft. {@h}16 ({@damage 3d6 + 6}) Bludgeoning damage." + ] + }, + { + "name": "Hail of Bark", + "entries": [ + "{@atkr r} {@hit 10}, range 180 ft. {@h}28 ({@damage 4d10 + 6}) Piercing damage." + ] + }, + { + "name": "Animate Trees (1/Day)", + "entries": [ + "The treant magically animates up to two trees it can see within 60 feet of itself. Each tree uses the Treant stat block, except it has Intelligence and Charisma scores of 1, it can't speak, and it lacks this action. The tree takes its turn immediately after the treant on the same {@variantrule Initiative|XPHB} count, and it obeys the treant. A tree remains animate for 1 day or until it dies, the treant dies, or it is more than 120 feet from the treant. The tree then takes root if possible." + ] + } + ], + "environment": [ + "forest" + ], + "token": { + "name": "Treant", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/treant.mp3" + }, + "traitTags": [ + "Siege Monster" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "DU", + "E", + "S" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Tree Blight", + "source": "XMM", + "page": 44, + "size": [ + "H" + ], + "type": "plant", + "alignment": [ + "N", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 115, + "formula": "10d12 + 50" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 23, + "dex": 10, + "con": 20, + "int": 6, + "wis": 10, + "cha": 3, + "senses": [ + "blindsight 60 ft." + ], + "passive": 10, + "conditionImmune": [ + "deafened" + ], + "languages": [ + "understands Common and Druidic but can't speak" + ], + "cr": "7", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The blight makes two Branch attacks and uses Grasping Root." + ] + }, + { + "name": "Branch", + "entries": [ + "{@atkr m} {@hit 9}, reach 15 ft. {@h}16 ({@damage 3d6 + 6}) Bludgeoning damage." + ] + }, + { + "name": "Grasping Root", + "entries": [ + "{@actSave str} {@dc 17}, one Large or smaller creature the blight can see within 15 feet. {@actSaveFail} The target is pulled up to 10 feet straight toward the blight and has the {@condition Grappled|XPHB} condition (escape {@dc 16}) from one of six roots. Until the grapple ends, the target takes 13 ({@damage 2d6 + 6}) Bludgeoning damage at the start of each of its turns." + ] + } + ], + "bonus": [ + { + "name": "Gnash", + "entries": [ + "{@actSave dex} {@dc 17}, one creature {@condition Grappled|XPHB} by the blight. {@actSaveFail} 19 ({@damage 3d8 + 6}) Piercing damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "forest" + ], + "token": { + "name": "Tree Blight", + "source": "CoS" + }, + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CS", + "DU" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Triceratops", + "group": [ + "Dinosaurs" + ], + "source": "XMM", + "page": 372, + "size": [ + "H" + ], + "type": { + "type": "beast", + "tags": [ + "dinosaur" + ] + }, + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 114, + "formula": "12d12 + 36" + }, + "speed": { + "walk": 50 + }, + "str": 22, + "dex": 9, + "con": 17, + "int": 2, + "wis": 11, + "cha": 5, + "passive": 10, + "cr": "5", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The triceratops makes two Gore attacks." + ] + }, + { + "name": "Gore", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}19 ({@damage 2d12 + 6}) Piercing damage. If the target is Huge or smaller and the triceratops moved 20+ feet straight toward it immediately before the hit, the target takes an extra 9 ({@damage 2d8}) Piercing damage and has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "grassland" + ], + "token": { + "name": "Triceratops", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/triceratops.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluffImages": true + }, + { + "name": "Troglodyte", + "source": "XMM", + "page": 309, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "C", + "E" + ], + "ac": [ + 11 + ], + "hp": { + "average": 13, + "formula": "2d8 + 4" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "str": 14, + "dex": 10, + "con": 14, + "int": 6, + "wis": 10, + "cha": 6, + "skill": { + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "languages": [ + "Troglodyte" + ], + "cr": "1/4", + "trait": [ + { + "name": "Stench", + "entries": [ + "{@actSave con} {@dc 12}, any creature (other than a troglodyte) that starts its turn in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the troglodyte. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the start of its next turn. {@actSaveSuccess} The target is immune to the Stench of all troglodytes for 1 hour." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the troglodyte has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Slashing damage." + ] + } + ], + "environment": [ + "underdark" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Troglodyte", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/troglodyte.mp3" + }, + "traitTags": [ + "Sunlight Sensitivity" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Troll", + "source": "XMM", + "page": 310, + "size": [ + "L" + ], + "type": "giant", + "alignment": [ + "C", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 94, + "formula": "9d10 + 45" + }, + "speed": { + "walk": 30 + }, + "str": 18, + "dex": 13, + "con": 20, + "int": 7, + "wis": 9, + "cha": 7, + "skill": { + "perception": "+5" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "languages": [ + "Giant" + ], + "cr": "5", + "trait": [ + { + "name": "Loathsome Limbs (4/Day)", + "entries": [ + "If the troll ends any turn {@variantrule Bloodied|XPHB} and took 15+ Slashing damage during that turn, one of the troll's limbs is severed, falls into the troll's space, and becomes a {@creature Troll Limb|XMM}. The limb acts immediately after the troll's turn. The troll has 1 {@condition Exhaustion|XPHB} level for each missing limb, and it grows replacement limbs the next time it regains {@variantrule Hit Points|XPHB}." + ] + }, + { + "name": "Regeneration", + "entries": [ + "The troll regains 15 {@variantrule Hit Points|XPHB} at the start of each of its turns. If the troll takes Acid or Fire damage, this trait doesn't function on the troll's next turn. The troll dies only if it starts its turn with 0 {@variantrule Hit Points|XPHB} and doesn't regenerate." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The troll makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}11 ({@damage 2d6 + 4}) Slashing damage." + ] + } + ], + "bonus": [ + { + "name": "Charge", + "entries": [ + "The troll moves up to half its {@variantrule Speed|XPHB} straight toward an enemy it can see." + ] + } + ], + "environment": [ + "arctic", + "forest", + "hill", + "mountain", + "swamp", + "underdark" + ], + "token": { + "name": "Troll", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/troll.mp3" + }, + "traitTags": [ + "Regeneration" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "GI" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Troll Limb", + "source": "XMM", + "page": 310, + "size": [ + "S" + ], + "type": "giant", + "alignment": [ + "C", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 14, + "formula": "4d6" + }, + "speed": { + "walk": 20 + }, + "str": 18, + "dex": 12, + "con": 10, + "int": 1, + "wis": 9, + "cha": 1, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "cr": "1/2", + "trait": [ + { + "name": "Regeneration", + "entries": [ + "The limb regains 5 {@variantrule Hit Points|XPHB} at the start of each of its turns. If the limb takes Acid or Fire damage, this trait doesn't function on the limb's next turn. The limb dies only if it starts its turn with 0 {@variantrule Hit Points|XPHB} and doesn't regenerate." + ] + }, + { + "name": "Troll Spawn", + "entries": [ + "The limb uncannily has the same senses as a whole troll. If the limb isn't destroyed within 24 hours, roll {@dice 1d12}. On a 12, the limb turns into a {@creature Troll|XMM}. Otherwise, the limb withers away." + ] + } + ], + "action": [ + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}9 ({@damage 2d4 + 4}) Slashing damage." + ] + } + ], + "environment": [ + "arctic", + "forest", + "hill", + "mountain", + "swamp", + "underdark" + ], + "traitTags": [ + "Regeneration" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Twig Blight", + "source": "XMM", + "page": 43, + "size": [ + "S" + ], + "type": "plant", + "alignment": [ + "N", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 7, + "formula": "2d6" + }, + "speed": { + "walk": 20 + }, + "str": 6, + "dex": 14, + "con": 11, + "int": 4, + "wis": 8, + "cha": 3, + "skill": { + "stealth": "+4" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 9, + "vulnerable": [ + "fire" + ], + "conditionImmune": [ + "deafened" + ], + "languages": [ + "understands Common but can't speak" + ], + "cr": "1/8", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The blight has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the blight's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Slashing damage." + ] + } + ], + "environment": [ + "forest" + ], + "token": { + "name": "Twig Blight", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/twig-blight.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "B" + ], + "languageTags": [ + "C", + "CS" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Tyrannosaurus Rex", + "group": [ + "Dinosaurs" + ], + "source": "XMM", + "page": 372, + "size": [ + "H" + ], + "type": { + "type": "beast", + "tags": [ + "dinosaur" + ] + }, + "alignment": [ + "U" + ], + "ac": [ + 13 + ], + "hp": { + "average": 136, + "formula": "13d12 + 52" + }, + "speed": { + "walk": 50 + }, + "initiative": { + "proficiency": 1 + }, + "str": 25, + "dex": 10, + "con": 19, + "int": 2, + "wis": 12, + "cha": 9, + "save": { + "str": "+10", + "wis": "+4" + }, + "skill": { + "perception": "+4" + }, + "passive": 14, + "cr": "8", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The tyrannosaurus makes one Bite attack and one Tail attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 10}, reach 10 ft. {@h}33 ({@damage 4d12 + 7}) Piercing damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 17}). While {@condition Grappled|XPHB}, the target has the {@condition Restrained|XPHB} condition and can't be targeted by the tyrannosaurus's Tail." + ] + }, + { + "name": "Tail", + "entries": [ + "{@atkr m} {@hit 10}, reach 15 ft. {@h}25 ({@damage 4d8 + 7}) Bludgeoning damage. If the target is a Huge or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "grassland" + ], + "token": { + "name": "Tyrannosaurus Rex", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/tyrannosaurus-rex.mp3" + }, + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B", + "P" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled", + "prone", + "restrained" + ], + "hasFluffImages": true + }, + { + "name": "Ultroloth", + "group": [ + "Yugoloths" + ], + "source": "XMM", + "page": 311, + "size": [ + "M" + ], + "type": { + "type": "fiend", + "tags": [ + "yugoloth" + ] + }, + "alignment": [ + "N", + "E" + ], + "ac": [ + 19 + ], + "hp": { + "average": 221, + "formula": "26d8 + 104" + }, + "speed": { + "walk": 30, + "fly": { + "number": 60, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 16, + "con": 18, + "int": 19, + "wis": 15, + "cha": 18, + "skill": { + "deception": "+9", + "perception": "+7", + "stealth": "+8" + }, + "senses": [ + "truesight 120 ft." + ], + "passive": 17, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "acid", + "poison" + ], + "conditionImmune": [ + "charmed", + "frightened", + "poisoned" + ], + "languages": [ + "Abyssal", + "Infernal; telepathy 120 ft." + ], + "cr": "13", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The ultroloth casts one of the following spells, requiring no Material components and using Intelligence as the spellcasting ability (spell save {@dc 17}):" + ], + "will": [ + "{@spell Alter Self|XPHB}", + "{@spell Clairvoyance|XPHB}", + "{@spell Detect Magic|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Dimension Door|XPHB}", + "{@spell Fireball|XPHB} (level 5 version)", + "{@spell Wall of Fire|XPHB}" + ] + }, + "ability": "int", + "displayAs": "action" + }, + { + "name": "Fiendish Guile {@recharge 4}", + "type": "spellcasting", + "headerEntries": [ + "The ultroloth casts {@spell Dispel Magic|XPHB}, {@spell Invisibility|XPHB} (self only), {@spell Misty Step|XPHB}, or {@spell Suggestion|XPHB}, requiring no Material components and using the same spellcasting ability as Spellcasting." + ], + "recharge": { + "4": [ + "{@spell Dispel Magic|XPHB}", + "{@spell Invisibility|XPHB}", + "{@spell Misty Step|XPHB}", + "{@spell Suggestion|XPHB}" + ] + }, + "ability": "int", + "displayAs": "bonus", + "hidden": [ + "recharge" + ] + } + ], + "trait": [ + { + "name": "Fiendish Restoration", + "entries": [ + "If the ultroloth dies outside Gehenna, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in Gehenna." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The ultroloth has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The ultroloth uses Hypnotic Gaze and makes two Mercurial Whip attacks." + ] + }, + { + "name": "Mercurial Whip", + "entries": [ + "{@atkr m} {@hit 9}, reach 15 ft. {@h}25 ({@damage 6d6 + 4}) Force damage, and the ultroloth can teleport the target up to 10 feet to an unoccupied space the ultroloth can see that isn't in the air." + ] + }, + { + "name": "Hypnotic Gaze", + "entries": [ + "{@actSave wis} {@dc 17}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 10 ({@damage 3d6}) Psychic damage, and the target has the {@condition Stunned|XPHB} condition until the start of the ultroloth's next turn. {@actSaveSuccess} The target is immune to this ultroloth's Hypnotic Gaze for 24 hours." + ] + } + ], + "environment": [ + "planar, lower" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Ultroloth", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/ultroloth.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "U" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "I", + "TP" + ], + "damageTags": [ + "O", + "Y" + ], + "damageTagsSpell": [ + "B", + "F", + "O", + "P", + "S" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA", + "MLW", + "RCH" + ], + "conditionInflict": [ + "stunned" + ], + "conditionInflictSpell": [ + "charmed", + "invisible" + ], + "savingThrowForcedSpell": [ + "dexterity", + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Umber Hulk", + "source": "XMM", + "page": 312, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "C", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 93, + "formula": "11d10 + 33" + }, + "speed": { + "walk": 30, + "burrow": 20 + }, + "initiative": { + "proficiency": 1 + }, + "str": 20, + "dex": 13, + "con": 16, + "int": 9, + "wis": 10, + "cha": 10, + "senses": [ + "darkvision 120 ft.", + "tremorsense 60 ft." + ], + "passive": 10, + "languages": [ + "Umber Hulk" + ], + "cr": "5", + "trait": [ + { + "name": "Tunneler", + "entries": [ + "The umber hulk can burrow through solid rock at half its {@variantrule Burrow Speed|XPHB} and leaves a 10-foot-diameter tunnel in its wake." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The umber hulk makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 8}, reach 10 ft. {@h}12 ({@damage 2d6 + 5}) Slashing damage." + ] + } + ], + "bonus": [ + { + "name": "Confusing Gaze {@recharge 5}", + "entries": [ + "{@actSave wis} {@dc 14}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target can't take Reactions until the start of the umber hulk's next turn, and the target rolls {@dice 1d8} to determine what it does on its next turn:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "1-4", + "entry": "The target does nothing." + }, + { + "type": "item", + "name": "5-6", + "entry": "The target takes no action or {@variantrule Bonus Action|XPHB} and uses all its movement to move in a random direction." + }, + { + "type": "item", + "name": "7-8", + "entry": "The target makes a melee attack against a random creature within its reach or does nothing if it can't make such an attack." + } + ] + } + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Umber Hulk", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/umber-hulk.mp3" + }, + "traitTags": [ + "Tunneler" + ], + "senseTags": [ + "SD", + "T" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Unicorn", + "source": "XMM", + "size": [ + "L" + ], + "type": "celestial", + "alignment": [ + "L", + "G" + ], + "ac": [ + 12 + ], + "hp": { + "average": 97, + "formula": "13d10 + 26" + }, + "speed": { + "walk": 50 + }, + "initiative": { + "proficiency": 2 + }, + "str": 18, + "dex": 14, + "con": 15, + "int": 11, + "wis": 17, + "cha": 16, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "immune": [ + "poison" + ], + "conditionImmune": [ + "charmed", + "paralyzed", + "poisoned" + ], + "languages": [ + "Celestial", + "Elvish", + "Sylvan; telepathy 120 ft." + ], + "cr": "5", + "spellcasting": [ + { + "name": "Spellcasting", + "type": "spellcasting", + "headerEntries": [ + "The unicorn casts one of the following spells, requiring no spell components and using Charisma as the spellcasting ability (spell save {@dc 14}):" + ], + "will": [ + "{@spell Detect Evil and Good|XPHB}", + "{@spell Druidcraft|XPHB}" + ], + "daily": { + "1e": [ + "{@spell Calm Emotions|XPHB}", + "{@spell Dispel Evil and Good|XPHB}", + "{@spell Entangle|XPHB}", + "{@spell Pass without Trace|XPHB}", + "{@spell Word of Recall|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "action" + }, + { + "name": "Unicorn's Blessing (3/Day)", + "type": "spellcasting", + "headerEntries": [ + "The unicorn touches another creature with its horn and casts {@spell Cure Wounds|XPHB} or {@spell Lesser Restoration|XPHB} on that creature, using the same spellcasting ability as Spellcasting." + ], + "daily": { + "3": [ + "{@spell Cure Wounds|XPHB}", + "{@spell Lesser Restoration|XPHB}" + ] + }, + "ability": "cha", + "displayAs": "bonus", + "hidden": [ + "daily" + ] + } + ], + "trait": [ + { + "name": "Legendary Resistance (3/Day)", + "entries": [ + "If the unicorn fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The unicorn has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The unicorn makes one Hooves attack and one Radiant Horn attack." + ] + }, + { + "name": "Hooves", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Bludgeoning damage." + ] + }, + { + "name": "Radiant Horn", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}9 ({@damage 1d10 + 4}) Radiant damage." + ] + } + ], + "legendary": [ + { + "name": "Charging Horn", + "entries": [ + "The unicorn moves up to half its {@variantrule Speed|XPHB} without provoking Opportunity Attacks, and it makes one Radiant Horn attack." + ] + }, + { + "name": "Shimmering Shield", + "entries": [ + "The unicorn targets itself or one creature it can see within 60 feet of itself. The target gains 10 ({@dice 3d6}) {@variantrule Temporary Hit Points|XPHB}, and its AC increases by 2 until the end of the unicorn's next turn. The unicorn can't take this action again until the start of its next turn." + ] + } + ], + "legendaryGroup": { + "name": "Unicorn", + "source": "XMM" + }, + "environment": [ + "forest", + "planar, feywild" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Unicorn", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/unicorn.mp3" + }, + "traitTags": [ + "Legendary Resistances", + "Magic Resistance" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "CE", + "E", + "S", + "TP" + ], + "damageTags": [ + "B", + "R" + ], + "spellcastingTags": [ + "O" + ], + "miscTags": [ + "MA" + ], + "conditionInflictSpell": [ + "restrained" + ], + "savingThrowForcedSpell": [ + "charisma", + "strength" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Vampire", + "source": "XMM", + "page": 317, + "size": [ + "S", + "M" + ], + "type": "undead", + "alignment": [ + "L", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 195, + "formula": "23d8 + 92" + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "initiative": { + "proficiency": 2 + }, + "str": 18, + "dex": 18, + "con": 18, + "int": 17, + "wis": 15, + "cha": 18, + "save": { + "dex": "+9", + "con": "+9", + "wis": "+7", + "cha": "+9" + }, + "skill": { + "perception": "+7", + "stealth": "+9" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 17, + "resist": [ + "necrotic" + ], + "languages": [ + "Common plus two other languages" + ], + "cr": { + "cr": "13", + "xpLair": 11500 + }, + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the vampire fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Misty Escape", + "entries": [ + "If the vampire drops to 0 {@variantrule Hit Points|XPHB} outside its resting place, the vampire uses Shape-Shift to become mist (no action required). If it can't use Shape-Shift, it is destroyed.", + "While it has 0 {@variantrule Hit Points|XPHB} in mist form, it can't return to its vampire form, and it must reach its resting place within 2 hours or be destroyed. Once in its resting place, it returns to its vampire form and has the {@condition Paralyzed|XPHB} condition until it regains any {@variantrule Hit Points|XPHB}, and it regains 1 {@variantrule Hit Points|XPHB|Hit Point} after spending 1 hour there." + ] + }, + { + "name": "Spider Climb", + "entries": [ + "The vampire can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + }, + { + "name": "Vampire Weakness", + "entries": [ + "The vampire has these weaknesses:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Forbiddance", + "entries": [ + "The vampire can't enter a residence without an invitation from an occupant." + ] + }, + { + "type": "item", + "name": "Running Water", + "entries": [ + "The vampire takes 20 Acid damage if it ends its turn in running water." + ] + }, + { + "type": "item", + "name": "Stake to the Heart", + "entries": [ + "If a weapon that deals Piercing damage is driven into the vampire's heart while the vampire has the {@condition Incapacitated|XPHB} condition in its resting place, the vampire has the {@condition Paralyzed|XPHB} condition until the weapon is removed." + ] + }, + { + "type": "item", + "name": "Sunlight", + "entries": [ + "The vampire takes 20 Radiant damage if it starts its turn in sunlight. While in sunlight, it has {@variantrule Disadvantage|XPHB} on attack rolls and ability checks." + ] + } + ] + } + ] + } + ], + "action": [ + { + "name": "Multiattack (Vampire Form Only)", + "entries": [ + "The vampire makes two Grave Strike attacks and uses Bite." + ] + }, + { + "name": "Grave Strike (Vampire Form Only)", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}8 ({@damage 1d8 + 4}) Bludgeoning damage plus 7 ({@damage 2d6}) Necrotic damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 14}) from one of two hands." + ] + }, + { + "name": "Bite (Bat or Vampire Form Only)", + "entries": [ + "{@actSave con} {@dc 17}, one creature within 5 feet that is willing or that has the {@condition Grappled|XPHB}, {@condition Incapacitated|XPHB}, or {@condition Restrained|XPHB} condition. {@actSaveFail} 6 ({@damage 1d4 + 4}) Piercing damage plus 13 ({@damage 3d8}) Necrotic damage. The target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the Necrotic damage taken, and the vampire regains {@variantrule Hit Points|XPHB} equal to that amount. A Humanoid reduced to 0 {@variantrule Hit Points|XPHB} by this damage and then buried rises the following sunset as a {@creature Vampire Spawn|XMM} under the vampire's control." + ] + } + ], + "bonus": [ + { + "name": "Charm {@recharge 5}", + "entries": [ + "The vampire casts {@spell Charm Person|XPHB}, requiring no spell components and using Charisma as the spellcasting ability (spell save {@dc 17}), and the duration is 24 hours. The {@condition Charmed|XPHB} target is a willing recipient of the vampire's Bite, the damage of which doesn't end the spell. When the spell ends, the target is unaware it was {@condition Charmed|XPHB} by the vampire." + ] + }, + { + "name": "Shape-Shift", + "entries": [ + "If the vampire isn't in sunlight or running water, it shape-shifts into a Tiny bat ({@variantrule Speed|XPHB} 5 ft., {@variantrule Fly Speed|XPHB} 30 ft.) or a Medium cloud of mist ({@variantrule Speed|XPHB} 5 ft., {@variantrule Fly Speed|XPHB} 20 ft. [hover]), or it returns to its vampire form. Anything it is wearing transforms with it.", + "While in bat form, the vampire can't speak. Its game statistics, other than its size and {@variantrule Speed|XPHB}, are unchanged.", + "While in mist form, the vampire can't take any actions, speak, or manipulate objects. It is weightless and can enter an enemy's space and stop there. If air can pass through a space, the mist can do so, but it can't pass through liquid. It has {@variantrule Resistance|XPHB} to all damage, except the damage it takes from sunlight." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Beguile", + "entries": [ + "The vampire casts {@spell Command|XPHB}, requiring no spell components and using Charisma as the spellcasting ability (spell save {@dc 17}). The vampire can't take this action again until the start of its next turn." + ] + }, + { + "name": "Deathless Strike", + "entries": [ + "The vampire moves up to half its {@variantrule Speed|XPHB}, and it makes one Grave Strike attack." + ] + } + ], + "legendaryGroup": { + "name": "Vampire", + "source": "XMM" + }, + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/vampire.mp3" + }, + "traitTags": [ + "Legendary Resistances", + "Spider Climb" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "A", + "B", + "N", + "P", + "R" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "charmed", + "grappled", + "incapacitated", + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Vampire Familiar", + "source": "XMM", + "page": 314, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 65, + "formula": "10d8 + 20" + }, + "speed": { + "walk": 30, + "climb": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 16, + "con": 15, + "int": 10, + "wis": 10, + "cha": 14, + "save": { + "dex": "+5", + "wis": "+2" + }, + "skill": { + "perception": "+4", + "persuasion": "+4", + "stealth": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "resist": [ + "necrotic" + ], + "conditionImmune": [ + { + "conditionImmune": [ + "charmed" + ], + "note": "(except from its vampire master)", + "cond": true + } + ], + "languages": [ + "Common plus one other language" + ], + "cr": "3", + "gear": [ + { + "item": "dagger|xphb", + "quantity": 10 + } + ], + "trait": [ + { + "name": "Vampiric Connection", + "entries": [ + "While the familiar and its vampire master are on the same plane of existence, the vampire can communicate with the familiar telepathically, and the vampire can perceive through the familiar's senses." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The familiar makes two Umbral Dagger attacks." + ] + }, + { + "name": "Umbral Dagger", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 20/60 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage plus 7 ({@damage 3d4}) Necrotic damage. If the target is reduced to 0 {@variantrule Hit Points|XPHB} by this attack, the target becomes {@variantrule Stable|XPHB} but has the {@condition Poisoned|XPHB} condition for 1 hour. While it has the {@condition Poisoned|XPHB} condition, the target has the {@condition Paralyzed|XPHB} condition." + ] + } + ], + "bonus": [ + { + "name": "Deathless Agility", + "entries": [ + "The familiar takes the Dash or Disengage action." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "N", + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "conditionInflict": [ + "paralyzed", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Vampire Nightbringer", + "source": "XMM", + "page": 316, + "size": [ + "S", + "M" + ], + "type": "undead", + "alignment": [ + "N", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 142, + "formula": "19d8 + 57" + }, + "speed": { + "walk": 30, + "fly": { + "number": 30, + "condition": "(hover)" + }, + "canHover": true + }, + "str": 16, + "dex": 18, + "con": 16, + "int": 13, + "wis": 14, + "cha": 15, + "save": { + "dex": "+7", + "wis": "+5" + }, + "skill": { + "perception": "+5", + "stealth": "+7" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 15, + "immune": [ + "cold", + "necrotic" + ], + "conditionImmune": [ + "charmed", + "exhaustion", + "frightened" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "8", + "trait": [ + { + "name": "Sunlight Hypersensitivity", + "entries": [ + "The vampire takes 10 Radiant damage if it starts its turn in sunlight. While in sunlight, it has {@variantrule Disadvantage|XPHB} on attack rolls and ability checks." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The vampire makes one Bite attack and one Shadow Strike attack." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}7 ({@damage 1d6 + 4}) Piercing damage plus 10 ({@damage 3d6}) Necrotic damage. The target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the Necrotic damage taken, and the vampire regains {@variantrule Hit Points|XPHB} equal to that amount." + ] + }, + { + "name": "Shadow Strike", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}7 ({@damage 1d6 + 4}) Slashing damage plus 14 ({@damage 4d6}) Cold damage." + ] + } + ], + "bonus": [ + { + "name": "Shadow Stealth", + "entries": [ + "While in {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, the vampire takes the Hide action." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "traitTags": [ + "Sunlight Sensitivity" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "C", + "N", + "P", + "R", + "S" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Vampire Spawn", + "source": "XMM", + "page": 315, + "size": [ + "S", + "M" + ], + "type": "undead", + "alignment": [ + "N", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 90, + "formula": "12d8 + 36" + }, + "speed": { + "walk": 30 + }, + "str": 16, + "dex": 16, + "con": 16, + "int": 11, + "wis": 10, + "cha": 12, + "save": { + "dex": "+6", + "wis": "+3" + }, + "skill": { + "perception": "+3", + "stealth": "+6" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "resist": [ + "necrotic" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "5", + "trait": [ + { + "name": "Spider Climb", + "entries": [ + "The vampire can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + }, + { + "name": "Vampire Weakness", + "entries": [ + "The vampire has these weaknesses:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Forbiddance", + "entries": [ + "The vampire can't enter a residence without an invitation from an occupant." + ] + }, + { + "type": "item", + "name": "Running Water", + "entries": [ + "The vampire takes 20 Acid damage if it ends its turn in running water." + ] + }, + { + "type": "item", + "name": "Stake to the Heart", + "entries": [ + "The vampire is destroyed if a weapon that deals Piercing damage is driven into the vampire's heart while the vampire has the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "type": "item", + "name": "Sunlight", + "entries": [ + "The vampire takes 20 Radiant damage if it starts its turn in sunlight. While in sunlight, it has {@variantrule Disadvantage|XPHB} on attack rolls and ability checks." + ] + } + ] + } + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The vampire makes two Claw attacks and uses Bite." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}8 ({@damage 2d4 + 3}) Slashing damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 13}) from one of two claws." + ] + }, + { + "name": "Bite", + "entries": [ + "{@actSave con} {@dc 14}, one creature within 5 feet that is willing or that has the {@condition Grappled|XPHB}, {@condition Incapacitated|XPHB}, or {@condition Restrained|XPHB} condition. {@actSaveFail} 5 ({@damage 1d4 + 3}) Piercing damage plus 10 ({@damage 3d6}) Necrotic damage. The target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the Necrotic damage taken, and the vampire regains {@variantrule Hit Points|XPHB} equal to that amount." + ] + } + ], + "bonus": [ + { + "name": "Deathless Agility", + "entries": [ + "The vampire takes the Dash or Disengage action." + ] + } + ], + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "token": { + "name": "Vampire Spawn", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/vampire-spawn.mp3" + }, + "traitTags": [ + "Spider Climb" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "A", + "N", + "P", + "R", + "S" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled", + "incapacitated" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Vampire Umbral Lord", + "source": "XMM", + "page": 318, + "size": [ + "S", + "M" + ], + "type": "undead", + "alignment": [ + "L", + "E" + ], + "ac": [ + 16 + ], + "hp": { + "average": 187, + "formula": "22d8 + 88" + }, + "speed": { + "walk": 40, + "climb": 40, + "fly": { + "number": 40, + "condition": "(hover)" + }, + "canHover": true + }, + "initiative": { + "proficiency": 2 + }, + "str": 20, + "dex": 18, + "con": 18, + "int": 19, + "wis": 16, + "cha": 21, + "save": { + "str": "+10", + "dex": "+9", + "wis": "+8", + "cha": "+10" + }, + "skill": { + "arcana": "+9", + "perception": "+13", + "stealth": "+9" + }, + "senses": [ + "blindsight 120 ft." + ], + "passive": 23, + "immune": [ + "cold", + "necrotic" + ], + "conditionImmune": [ + "charmed", + "exhaustion" + ], + "languages": [ + "Common plus three other languages" + ], + "cr": { + "cr": "15", + "xpLair": 15000 + }, + "trait": [ + { + "name": "Legendary Resistance (3/Day, or 4/Day in Lair)", + "entries": [ + "If the vampire fails a saving throw, it can choose to succeed instead." + ] + }, + { + "name": "Shadow Escape", + "entries": [ + "If the vampire drops to 0 {@variantrule Hit Points|XPHB} outside its resting place, it teleports into its resting place unless it is in running water or sunlight. If it can't teleport, it is destroyed. Once inside its resting place, it has the {@condition Paralyzed|XPHB} condition for 1 hour, after which it regains 1 {@variantrule Hit Points|XPHB|Hit Point}." + ] + }, + { + "name": "Vampire Weakness", + "entries": [ + "The vampire has these weaknesses:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Forbiddance", + "entries": [ + "The vampire can't enter a residence without an invitation from an occupant." + ] + }, + { + "type": "item", + "name": "Running Water", + "entries": [ + "The vampire takes 20 Acid damage if it ends its turn in running water." + ] + }, + { + "type": "item", + "name": "Stake to the Heart", + "entries": [ + "If a weapon that deals Piercing damage is driven into the vampire's heart while the vampire has the {@condition Incapacitated|XPHB} condition in its resting place, the vampire has the {@condition Paralyzed|XPHB} condition until the weapon is removed." + ] + }, + { + "type": "item", + "name": "Sunlight", + "entries": [ + "The vampire takes 20 Radiant damage if it starts its turn in sunlight. While in sunlight, it has {@variantrule Disadvantage|XPHB} on attack rolls and ability checks." + ] + } + ] + } + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The vampire makes two attacks, using Grave Strike or Sickening Ray in any combination." + ] + }, + { + "name": "Grave Strike", + "entries": [ + "{@atkr m} {@hit 10}, reach 5 ft. {@h}9 ({@damage 1d8 + 5}) Slashing damage plus 13 ({@damage 3d8}) Necrotic damage." + ] + }, + { + "name": "Sickening Ray", + "entries": [ + "{@atkr r} {@hit 10}, range 120 ft. {@h}16 ({@damage 2d10 + 5}) Necrotic damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the vampire's next turn." + ] + }, + { + "name": "Hunger of Hadar {@recharge 5}", + "entries": [ + "The vampire casts {@spell Hunger of Hadar|XPHB} (level 5 version), requiring no spell components and using Charisma as the spellcasting ability (spell save {@dc 18})." + ] + } + ], + "bonus": [ + { + "name": "Sanguine Drain", + "entries": [ + "{@actSave con} {@dc 18}, one creature the vampire can see within 30 feet that isn't a Construct or an Undead. {@actSaveFail} 14 ({@damage 4d6}) Necrotic damage. The target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the damage taken, and the vampire regains {@variantrule Hit Points|XPHB} equal to that amount." + ] + } + ], + "legendaryActionsLair": 4, + "legendary": [ + { + "name": "Beguile", + "entries": [ + "The vampire casts {@spell Command|XPHB}, requiring no spell components and using Charisma as the spellcasting ability (spell save {@dc 18}). The vampire can't take this action again until the start of its next turn." + ] + }, + { + "name": "Umbral Strike", + "entries": [ + "The vampire moves up to half its {@variantrule Speed|XPHB}, and it makes one Grave Strike or Sickening Ray attack." + ] + } + ], + "legendaryGroup": { + "name": "Vampire", + "source": "XMM" + }, + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "any" + ], + "traitTags": [ + "Legendary Resistances" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "A", + "N", + "R", + "S" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "incapacitated", + "paralyzed", + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Venomous Snake", + "source": "XMM", + "page": 372, + "otherSources": [ + { + "source": "XPHB", + "page": 358 + } + ], + "size": [ + "T" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 5, + "formula": "2d4" + }, + "speed": { + "walk": 30, + "swim": 30 + }, + "str": 2, + "dex": 15, + "con": 11, + "int": 1, + "wis": 10, + "cha": 3, + "senses": [ + "blindsight 10 ft." + ], + "passive": 10, + "cr": "1/8", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Piercing damage plus 3 ({@damage 1d6}) Poison damage." + ] + } + ], + "environment": [ + "coastal", + "desert", + "forest", + "grassland", + "hill", + "swamp" + ], + "token": { + "name": "Poisonous Snake", + "source": "MM" + }, + "senseTags": [ + "B" + ], + "damageTags": [ + "I", + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true + }, + { + "name": "Vine Blight", + "source": "XMM", + "page": 44, + "size": [ + "M" + ], + "type": "plant", + "alignment": [ + "N", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 19, + "formula": "3d8 + 6" + }, + "speed": { + "walk": 20 + }, + "str": 15, + "dex": 8, + "con": 14, + "int": 5, + "wis": 10, + "cha": 3, + "skill": { + "stealth": "+1" + }, + "senses": [ + "blindsight 60 ft." + ], + "passive": 10, + "conditionImmune": [ + "deafened" + ], + "languages": [ + "Common" + ], + "cr": "1/2", + "action": [ + { + "name": "Constricting Vine", + "entries": [ + "{@atkr m} {@hit 4}, reach 10 ft. {@h}6 ({@damage 1d8 + 2}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 12}). Until the grapple ends, the target takes 4 ({@damage 1d8}) Bludgeoning damage at the start of each of its turns, and the blight can't make Constricting Vine attacks." + ] + }, + { + "name": "Entangling Plants {@recharge 5}", + "entries": [ + "The blight casts the {@spell Entangle|XPHB} spell, using Constitution as the spellcasting ability (spell save {@dc 12})." + ] + } + ], + "environment": [ + "forest" + ], + "token": { + "name": "Vine Blight", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/vine-blight.mp3" + }, + "senseTags": [ + "B" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "grappled" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Violet Fungus", + "source": "XMM", + "page": 126, + "size": [ + "M" + ], + "type": "plant", + "alignment": [ + "U" + ], + "ac": [ + 5 + ], + "hp": { + "average": 18, + "formula": "4d8" + }, + "speed": { + "walk": 5 + }, + "str": 3, + "dex": 1, + "con": 10, + "int": 1, + "wis": 3, + "cha": 1, + "senses": [ + "blindsight 30 ft." + ], + "passive": 6, + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "frightened" + ], + "cr": "1/4", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The fungus makes two Rotting Touch attacks." + ] + }, + { + "name": "Rotting Touch", + "entries": [ + "{@atkr m} {@hit 2}, reach 10 ft. {@h}4 ({@damage 1d8}) Necrotic damage." + ] + } + ], + "environment": [ + "underdark" + ], + "token": { + "name": "Violet Fungus", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/violet-fungus.mp3" + }, + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "N" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Violet Fungus Necrohulk", + "source": "XMM", + "page": 126, + "size": [ + "L" + ], + "type": "plant", + "alignment": [ + "N", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 123, + "formula": "13d10 + 52" + }, + "speed": { + "walk": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 12, + "con": 18, + "int": 7, + "wis": 14, + "cha": 10, + "senses": [ + "blindsight 60 ft." + ], + "passive": 12, + "immune": [ + "necrotic", + "poison" + ], + "conditionImmune": [ + "blinded", + "charmed", + "deafened", + "frightened", + "poisoned" + ], + "cr": "7", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The necrohulk makes two Rotting Slam attacks." + ] + }, + { + "name": "Rotting Slam", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}9 ({@damage 1d10 + 4}) Bludgeoning damage plus 7 ({@damage 2d6}) Necrotic damage." + ] + }, + { + "name": "Spore Bomb {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 15}, each creature in a 20-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on a point the necrohulk can see within 60 feet. {@actSaveFail} 28 ({@damage 8d6}) Necrotic damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the necrohulk's next turn. While {@condition Poisoned|XPHB}, the target can't regain {@variantrule Hit Points|XPHB}. {@actSaveSuccess} Half damage only." + ] + } + ], + "bonus": [ + { + "name": "Absorb Body", + "entries": [ + "{@actSave str} {@dc 15}, one Medium or Small creature the necrohulk can see within 5 feet. {@actSaveFail} The target is pulled into the necrohulk's space and becomes grafted to its body. The necrohulk can have only one target grafted at a time.", + "While grafted, the target has the {@condition Restrained|XPHB} condition and {@variantrule Disadvantage|XPHB} on Constitution saving throws. When the necrohulk moves, the grafted target moves with it. If the target dies while grafted, its body is destroyed, and the necrohulk regains 10 {@variantrule Hit Points|XPHB}.", + "The grafted target or a creature within 5 feet of the necrohulk can take an action to make a {@dc 15} Strength ({@skill Athletics|XPHB}) check. On a successful check, the target is no longer grafted and moves to an unoccupied space within 5 feet of the necrohulk." + ] + } + ], + "environment": [ + "underdark" + ], + "senseTags": [ + "B" + ], + "actionTags": [ + "Multiattack" + ], + "damageTags": [ + "B", + "N" + ], + "miscTags": [ + "AOE", + "MA", + "RCH" + ], + "conditionInflict": [ + "poisoned", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Vrock", + "group": [ + "Demons" + ], + "source": "XMM", + "page": 319, + "size": [ + "L" + ], + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, + "alignment": [ + "C", + "E" + ], + "ac": [ + 15 + ], + "hp": { + "average": 152, + "formula": "16d10 + 64" + }, + "speed": { + "walk": 40, + "fly": 60 + }, + "str": 17, + "dex": 15, + "con": 18, + "int": 8, + "wis": 13, + "cha": 8, + "save": { + "dex": "+5", + "wis": "+4", + "cha": "+2" + }, + "senses": [ + "darkvision 120 ft." + ], + "passive": 11, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal; telepathy 120 ft." + ], + "cr": "6", + "trait": [ + { + "name": "Demonic Restoration", + "entries": [ + "If the vrock dies outside the Abyss, its body dissolves into ichor, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} somewhere in the Abyss." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The vrock has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The vrock makes two Shred attacks." + ] + }, + { + "name": "Shred", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Piercing damage plus 10 ({@damage 3d6}) Poison damage." + ] + }, + { + "name": "Spores {@recharge}", + "entries": [ + "{@actSave con} {@dc 15}, each creature in a 20-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the vrock. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition and repeats the save at the end of each of its turns, ending the effect on itself on a success. While {@condition Poisoned|XPHB}, the target takes 5 ({@damage 1d10}) Poison damage at the start of each of its turns. Emptying a flask of Holy Water on the target ends the effect early." + ] + }, + { + "name": "Stunning Screech (1/Day)", + "entries": [ + "{@actSave con} {@dc 15}, each creature in a 20-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the vrock (demons succeed automatically). {@actSaveFail} 10 ({@damage 3d6}) Thunder damage, and the target has the {@condition Stunned|XPHB} condition until the end of the vrock's next turn." + ] + } + ], + "environment": [ + "planar, abyss" + ], + "treasure": [ + "armaments" + ], + "token": { + "name": "Vrock", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/vrock.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "SD" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "TP" + ], + "damageTags": [ + "I", + "P", + "T" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "poisoned", + "stunned" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Vulture", + "source": "XMM", + "page": 372, + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 10 + ], + "hp": { + "average": 5, + "formula": "1d8 + 1" + }, + "speed": { + "walk": 10, + "fly": 50 + }, + "str": 7, + "dex": 10, + "con": 13, + "int": 2, + "wis": 12, + "cha": 4, + "skill": { + "perception": "+3" + }, + "passive": 13, + "cr": "0", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The vulture has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } + ], + "action": [ + { + "name": "Beak", + "entries": [ + "{@atkr m} {@hit 2}, reach 5 ft. {@h}2 ({@damage 1d4}) Piercing damage." + ] + } + ], + "environment": [ + "desert", + "grassland", + "hill" + ], + "token": { + "name": "Vulture", "source": "MM" - } + }, + "soundClip": { + "type": "internal", + "path": "bestiary/vulture.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluffImages": true }, { - "name": "Awakened Shrub", + "name": "Warhorse", "source": "XMM", - "_copy": { - "name": "Awakened Shrub", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "page": 373, + "otherSources": [ + { + "source": "XPHB", + "page": 359 } + ], + "size": [ + "L" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 11 + ], + "hp": { + "average": 19, + "formula": "3d10 + 3" }, - "token": { - "name": "Awakened Shrub", - "source": "MM" - } + "speed": { + "walk": 60 + }, + "str": 18, + "dex": 12, + "con": 13, + "int": 2, + "wis": 12, + "cha": 7, + "save": { + "wis": "+3" + }, + "passive": 11, + "cr": "1/2", + "action": [ + { + "name": "Hooves", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}9 ({@damage 2d4 + 4}) Bludgeoning damage. If the target is a Large or smaller creature and the horse moved 20+ feet straight toward it immediately before the hit, the target takes an extra 5 ({@damage 2d4}) Bludgeoning damage and has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/war-horse.mp3" + }, + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasToken": true, + "hasFluffImages": true }, { - "name": "Awakened Tree", + "name": "Warhorse Skeleton", "source": "XMM", - "_copy": { - "name": "Awakened Tree", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 282, + "size": [ + "L" + ], + "type": "undead", + "alignment": [ + "L", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 22, + "formula": "3d10 + 6" }, + "speed": { + "walk": 60 + }, + "str": 18, + "dex": 12, + "con": 15, + "int": 2, + "wis": 8, + "cha": 5, + "senses": [ + "darkvision 60 ft." + ], + "passive": 9, + "immune": [ + "poison" + ], + "vulnerable": [ + "bludgeoning" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "cr": "1/2", + "action": [ + { + "name": "Hooves", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}7 ({@damage 1d6 + 4}) Bludgeoning damage. If the target is a Large or smaller creature and the skeleton moved 20+ feet straight toward it immediately before the hit, the target has the {@condition Prone|XPHB} condition." + ] + } + ], + "environment": [ + "planar, shadowfell", + "underdark", + "urban" + ], "token": { - "name": "Awakened Tree", + "name": "Warhorse Skeleton", "source": "MM" - } + }, + "soundClip": { + "type": "internal", + "path": "bestiary/warhorse-skeleton.mp3" + }, + "senseTags": [ + "D" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Axe Beak", + "name": "Warrior Commander", "source": "XMM", - "_copy": { - "name": "Axe Beak", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" + "page": 321, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 18 + ], + "hp": { + "average": 161, + "formula": "19d8 + 76" + }, + "speed": { + "walk": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 21, + "dex": 20, + "con": 18, + "int": 14, + "wis": 16, + "cha": 14, + "save": { + "str": "+9", + "dex": "+9", + "con": "+8", + "wis": "+7" + }, + "skill": { + "athletics": "+9", + "insight": "+7", + "perception": "+7" + }, + "passive": 17, + "languages": [ + "Common plus one other language" + ], + "cr": "10", + "gear": [ + "greatsword|xphb", + "longbow|xphb", + "plate armor|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The warrior makes three attacks, using Greatsword or Longbow in any combination." + ] + }, + { + "name": "Greatsword", + "entries": [ + "{@atkr m} {@hit 9}, reach 5 ft. {@h}19 ({@damage 4d6 + 5}) Slashing damage. The warrior also creates one of the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Sap", + "entries": [ + "The target has {@variantrule Disadvantage|XPHB} on its next attack roll before the start of the warrior's next turn." + ] + }, + { + "type": "item", + "name": "Maneuver", + "entries": [ + "One ally who can see or hear the warrior can take a {@variantrule Reaction|XPHB} to move up to half the ally's {@variantrule Speed|XPHB} without provoking Opportunity Attacks." + ] + } ] } - } + ] + }, + { + "name": "Longbow", + "entries": [ + "{@atkr r} {@hit 9}, range 150/600 ft. {@h}18 ({@damage 3d8 + 5}) Piercing damage, and the target's {@variantrule Speed|XPHB} decreases by 10 feet until the end of the target's next turn." + ] + } + ], + "bonus": [ + { + "name": "Tactical Charge", + "entries": [ + "The warrior moves up to half its {@variantrule Speed|XPHB} straight toward an enemy it can see without provoking Opportunity Attacks." + ] + } + ], + "reaction": [ + { + "name": "Counterattack", + "entries": [ + "{@actTrigger} The warrior is hit by an attack roll. {@actResponse} The warrior adds 4 to its AC against that attack, possibly causing it to miss. On a miss, the warrior can make one Greatsword or Longbow attack against the attacker." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Warrior Infantry", + "source": "XMM", + "page": 320, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 13 + ], + "hp": { + "average": 9, + "formula": "2d8" + }, + "speed": { + "walk": 30 + }, + "str": 13, + "dex": 11, + "con": 11, + "int": 8, + "wis": 11, + "cha": 8, + "passive": 10, + "languages": [ + "Common" + ], + "cr": "1/8", + "gear": [ + "chain shirt|xphb", + "spear|xphb" + ], + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The warrior has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the warrior's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] } - }, - "token": { - "name": "Axe Beak", - "source": "MM" - } - }, - { - "name": "Baboon", - "source": "XMM", - "_copy": { - "name": "Baboon", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + ], + "action": [ + { + "name": "Spear", + "entries": [ + "{@atkr m,r} {@hit 3}, reach 5 ft. or range 20/60 ft. {@h}4 ({@damage 1d6 + 1}) Piercing damage." + ] } - }, + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments" + ], "token": { - "name": "Baboon", + "name": "Tribal Warrior", "source": "MM" - } - }, - { - "name": "Bandit Captain", - "source": "XMM", - "_copy": { - "name": "Bandit Captain", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } }, - "token": { - "name": "Bandit Captain", - "source": "MM" - } + "traitTags": [ + "Pack Tactics" + ], + "languageTags": [ + "C" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Barbed Devil", + "name": "Warrior Veteran", "source": "XMM", - "_copy": { - "name": "Barbed Devil", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 320, + "size": [ + "S", + "M" + ], + "type": "humanoid", + "alignment": [ + "N" + ], + "ac": [ + 17 + ], + "hp": { + "average": 65, + "formula": "10d8 + 20" }, - "token": { - "name": "Barbed Devil", - "source": "MM" - } - }, - { - "name": "Bearded Devil", - "source": "XMM", - "_copy": { - "name": "Bearded Devil", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 30 }, - "token": { - "name": "Bearded Devil", - "source": "MM" - } - }, - { - "name": "Beholder", - "source": "XMM", - "_copy": { - "name": "Beholder", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "initiative": { + "proficiency": 1 + }, + "str": 16, + "dex": 13, + "con": 14, + "int": 10, + "wis": 11, + "cha": 10, + "skill": { + "athletics": "+5", + "perception": "+2" }, + "passive": 12, + "languages": [ + "Common plus one other language" + ], + "cr": "3", + "gear": [ + "greatsword|xphb", + "heavy crossbow|xphb", + "splint armor|xphb" + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The warrior makes two Greatsword or Heavy Crossbow attacks." + ] + }, + { + "name": "Greatsword", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage." + ] + }, + { + "name": "Heavy Crossbow", + "entries": [ + "{@atkr r} {@hit 3}, range 100/400 ft. {@h}12 ({@damage 2d10 + 1}) Piercing damage." + ] + } + ], + "reaction": [ + { + "name": "Parry", + "entries": [ + "{@actTrigger} The warrior is hit by a melee attack roll while holding a weapon. {@actResponse} The warrior adds 2 to its AC against that attack, possibly causing it to miss." + ] + } + ], + "environment": [ + "any" + ], + "treasure": [ + "armaments" + ], "token": { - "name": "Beholder", + "name": "Veteran", "source": "MM" - } + }, + "actionTags": [ + "Multiattack", + "Parry" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "MA", + "MLW", + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Berserker", + "name": "Water Elemental", "source": "XMM", - "page": 37, - "otherSources": [ + "page": 322, + "size": [ + "L" + ], + "type": "elemental", + "alignment": [ + "N" + ], + "ac": [ + 14 + ], + "hp": { + "average": 114, + "formula": "12d10 + 48" + }, + "speed": { + "walk": 30, + "swim": 90 + }, + "str": 18, + "dex": 14, + "con": 18, + "int": 5, + "wis": 10, + "cha": 8, + "senses": [ + "darkvision 60 ft." + ], + "passive": 10, + "resist": [ + "acid", + "fire" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "exhaustion", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "unconscious" + ], + "languages": [ + "Primordial (Aquan)" + ], + "cr": "5", + "trait": [ { - "source": "ScoEE" + "name": "Freeze", + "entries": [ + "If the elemental takes Cold damage, its {@variantrule Speed|XPHB} decreases by 20 feet until the end of its next turn." + ] + }, + { + "name": "Water Form", + "entries": [ + "The elemental can enter an enemy's space and stop there. It can move through a space as narrow as 1 inch without expending extra movement to do so." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The elemental makes two Slam attacks." + ] + }, + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Bludgeoning damage. If the target is a Medium or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Whelm {@recharge 4}", + "entries": [ + "{@actSave str} {@dc 15}, each creature in the elemental's space. {@actSaveFail} 22 ({@damage 4d8 + 4}) Bludgeoning damage. If the target is a Large or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 14}). Until the grapple ends, the target has the {@condition Restrained|XPHB} condition, is suffocating unless it can breathe water, and takes 9 ({@damage 2d8}) Bludgeoning damage at the start of each of the elemental's turns. The elemental can grapple one Large creature or up to two Medium or smaller creatures at a time with Whelm. As an action, a creature within 5 feet of the elemental can pull a creature out of it by succeeding on a {@dc 14} Strength ({@skill Athletics|XPHB}) check. {@actSaveSuccess} Half damage only." + ] } ], + "environment": [ + "coastal", + "planar, water", + "swamp", + "underwater" + ], + "token": { + "name": "Water Elemental", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/water-elemental.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AQ", + "P" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "grappled", + "prone", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Water Weird", + "source": "XMM", + "page": 323, "size": [ - "S", - "M" + "L" ], - "type": "humanoid", + "type": "elemental", "alignment": [ - "A" + "N" ], "ac": [ 13 ], "hp": { - "average": 67, - "formula": "9d8 + 27" + "average": 65, + "formula": "10d10 + 10" }, "speed": { - "walk": 30 + "walk": 5, + "swim": 60 }, - "str": 16, - "dex": 12, - "con": 17, - "int": 9, - "wis": 11, - "cha": 9, + "str": 17, + "dex": 16, + "con": 13, + "int": 11, + "wis": 10, + "cha": 10, + "senses": [ + "blindsight 30 ft." + ], "passive": 10, + "resist": [ + "fire" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "exhaustion", + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "unconscious" + ], "languages": [ - "Common" + "understands Primordial but can't speak" ], - "cr": "2", - "gear": [ - "greataxe|xphb", - "hide armor|xphb" + "cr": "3", + "trait": [ + { + "name": "Invisible in Water", + "entries": [ + "The water weird has the {@condition Invisible|XPHB} condition while fully immersed in water." + ] + }, + { + "name": "Water Bound", + "entries": [ + "The water weird dies if it leaves the water to which it is bound or if that water is destroyed." + ] + } ], "action": [ { - "name": "Greataxe", + "name": "Surge", "entries": [ - "{@atkr m} {@hit 5} (with Advantage if the target doesn't have all its Hit Points), reach 5 ft. {@h}9 ({@damage 1d12 + 3}) Slashing damage." + "{@atkr m} {@hit 5}, reach 10 ft. {@h}13 ({@damage 3d6 + 3}) Cold damage. If the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 13}), and it has the {@condition Restrained|XPHB} condition until the grapple ends." ] } ], + "environment": [ + "underdark", + "urban" + ], + "treasure": [ + "any" + ], "token": { - "name": "Berserker", + "name": "Water Weird", "source": "MM" }, + "soundClip": { + "type": "internal", + "path": "bestiary/water-weird.mp3" + }, + "senseTags": [ + "B" + ], "languageTags": [ - "C" + "CS", + "P" ], "damageTags": [ - "S" + "C" ], "miscTags": [ "MA", - "MLW" - ] - }, - { - "name": "Black Pudding", - "source": "XMM", - "_copy": { - "name": "Black Pudding", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Black Pudding", - "source": "MM" - } + "RCH" + ], + "conditionInflict": [ + "grappled", + "invisible", + "restrained" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Blink Dog", + "name": "Weasel", "source": "XMM", - "page": 46, + "page": 372, "otherSources": [ { - "source": "UtHftLH" + "source": "XPHB", + "page": 359 } ], "size": [ - "M" + "T" ], - "type": "fey", + "type": "beast", "alignment": [ - "L", - "G" + "U" ], "ac": [ 13 ], "hp": { - "average": 16, - "formula": "3d8 + 3" + "average": 1, + "formula": "1d4 - 1" }, "speed": { - "walk": 40 + "walk": 30, + "climb": 30 }, - "str": 12, - "dex": 17, - "con": 12, - "int": 10, - "wis": 13, - "cha": 11, + "str": 3, + "dex": 16, + "con": 8, + "int": 2, + "wis": 12, + "cha": 3, "skill": { - "perception": "+5", + "acrobatics": "+5", + "perception": "+3", "stealth": "+5" }, - "passive": 15, - "languages": [ - "Blink Dog", - "understands Sylvan but can't speak it" + "senses": [ + "darkvision 60 ft." ], - "cr": "1/4", + "passive": 13, + "cr": "0", "action": [ { "name": "Bite", "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage." + "{@atkr m} {@hit 5}, reach 5 ft. {@h}1 Piercing damage." ] } ], - "bonus": [ - { - "name": "Teleport {@recharge 4}", - "entries": [ - "The dog teleports up to 40 feet to an unoccupied space it can see." - ] - } + "environment": [ + "forest", + "grassland", + "hill" ], - "token": { - "name": "Blink Dog", - "source": "MM" + "soundClip": { + "type": "internal", + "path": "bestiary/weasel.mp3" }, - "languageTags": [ - "CS", - "OTH", - "S" + "senseTags": [ + "D" ], "damageTags": [ "P" ], "miscTags": [ "MA" - ] + ], + "hasToken": true, + "hasFluffImages": true }, { - "name": "Blob of Annihilation", + "name": "Werebear", + "group": [ + "Lycanthropes" + ], "source": "XMM", - "_copy": { - "name": "Elder Oblex", - "source": "MPMM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder. A Blob of Annihilation is a CR 23 Ooze.}" - ] - } - } - } + "page": 324, + "size": [ + "S", + "M" + ], + "type": { + "type": "monstrosity", + "note": "(lycanthrope)" }, - "token": { - "name": "Elder Oblex", - "source": "MPMM" - } - }, - { - "name": "Bone Devil", - "source": "XMM", - "_copy": { - "name": "Bone Devil", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "alignment": [ + "N", + "G" + ], + "ac": [ + 15 + ], + "hp": { + "average": 135, + "formula": "18d8 + 54" + }, + "speed": { + "walk": { + "number": 40, + "condition": "(bear form only)" + }, + "climb": { + "number": 30, + "condition": "(bear form only)" } }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 10, + "con": 17, + "int": 11, + "wis": 12, + "cha": 12, + "skill": { + "perception": "+7" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 17, + "languages": [ + "Common (can't speak in bear form)" + ], + "cr": "5", + "gear": [ + { + "item": "handaxe|xphb", + "quantity": 4 + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The werebear makes two attacks, using Handaxe or Rend in any combination. It can replace one attack with a Bite attack." + ] + }, + { + "name": "Bite (Bear or Hybrid Form Only)", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}17 ({@damage 2d12 + 4}) Piercing damage. If the target is a Humanoid, it is subjected to the following effect. {@actSave con} {@dc 14}. {@actSaveFail} The target is cursed. If the cursed target drops to 0 {@variantrule Hit Points|XPHB}, it instead becomes a Werebear under the DM's control and has 10 {@variantrule Hit Points|XPHB}. {@actSaveSuccess} The target is immune to this werebear's curse for 24 hours." + ] + }, + { + "name": "Handaxe (Humanoid or Hybrid Form Only)", + "entries": [ + "{@atkr m,r} {@hit 7}, reach 5 ft or range 20/60 ft. {@h}14 ({@damage 3d6 + 4}) Slashing damage." + ] + }, + { + "name": "Rend (Bear or Hybrid Form Only)", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Slashing damage." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The werebear shape-shifts into a Large bear-humanoid hybrid form or a Large bear, or it returns to its true humanoid form. Its game statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed." + ] + } + ], + "environment": [ + "arctic", + "forest", + "hill" + ], + "treasure": [ + "relics" + ], "token": { - "name": "Bone Devil", + "name": "Werebear", "source": "MM" - } + }, + "soundClip": { + "type": "internal", + "path": "bestiary/werebear.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "CS" + ], + "damageTags": [ + "P", + "S" + ], + "miscTags": [ + "CUR", + "MA", + "MLW", + "RA", + "THW" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Bugbear Warrior", - "source": "XMM", - "page": 62, - "otherSources": [ - { - "source": "UtHftLH" - } + "name": "Wereboar", + "group": [ + "Lycanthropes" ], + "source": "XMM", + "page": 325, "size": [ + "S", "M" ], "type": { - "type": "fey", - "tags": [ - "goblinoid" - ] + "type": "monstrosity", + "note": "(lycanthrope)" }, "alignment": [ - "C", + "N", "E" ], "ac": [ - 14 + 15 ], "hp": { - "average": 33, - "formula": "6d8 + 6" + "average": 97, + "formula": "15d8 + 30" }, "speed": { - "walk": 30 + "walk": { + "number": 40, + "condition": "(boar form only)" + } }, - "str": 15, - "dex": 14, - "con": 13, - "int": 8, + "initiative": { + "proficiency": 1 + }, + "str": 17, + "dex": 10, + "con": 15, + "int": 10, "wis": 11, - "cha": 9, + "cha": 8, "skill": { - "stealth": "+6" + "perception": "+2" }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 10, + "passive": 12, "languages": [ - "Common", - "Goblin" + "Common (can't speak in boar form)" ], - "cr": "1", + "cr": "4", "gear": [ - "hide armor|xphb", { - "item": "light hammer|xphb", - "quantity": 3 + "item": "javelin|xphb", + "quantity": 6 } ], - "trait": [ + "action": [ { - "name": "Abduct", + "name": "Multiattack", "entries": [ - "The bugbear's Speed isn't halved when it moves a creature {@condition Grappled|XPHB} by it." + "The wereboar makes two attacks, using Javelin or Tusk in any combination. It can replace one attack with a Gore attack." ] - } - ], - "action": [ + }, { - "name": "Unarmed Strike", + "name": "Gore (Boar or Hybrid Form Only)", "entries": [ - "{@atkr m} {@hit 4}, Reach 10 ft. {@h}6 ({@damage 1d8 + 2}) Bludgeoning damage, and if the target is a Medium or smaller creature, it has the {@condition Grappled|XPHB} condition (escape {@dc 12}). Until this {@condition Grappled|XPHB} ends, the bugbear can't make an Unarmed Strike against another target." + "{@atkr m} {@hit 5}, reach 5 ft. {@h}12 ({@damage 2d8 + 3}) Piercing damage. If the target is a Humanoid, it is subjected to the following effect. {@actSave con} {@dc 12}. {@actSaveFail} The target is cursed. If the cursed target drops to 0 {@variantrule Hit Points|XPHB}, it instead becomes a Wereboar under the DM's control and has 10 {@variantrule Hit Points|XPHB}. {@actSaveSuccess} The target is immune to this wereboar's curse for 24 hours." ] }, { - "name": "Light Hammer", + "name": "Javelin (Humanoid or Hybrid Form Only)", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 30/120 ft. {@h}13 ({@damage 3d6 + 3}) Piercing damage." + ] + }, + { + "name": "Tusk (Boar or Hybrid Form Only)", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Piercing damage. If the target is a Medium or smaller creature and the wereboar moved 20+ feet straight toward it immediately before the hit, the target takes an extra 7 ({@damage 2d6}) Piercing damage and has the {@condition Prone|XPHB} condition." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", "entries": [ - "{@atkr m,r} +4 (with Advantage if the target is {@condition Grappled|XPHB} by the bugbear), reach 10 ft. or range 20/60 ft. {@h}9 ({@damage 3d4 + 2}) Bludgeoning damage." + "The wereboar shape-shifts into a Medium boar-humanoid hybrid or a Small boar, or it returns to its true humanoid form. Its game statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed." ] } ], + "environment": [ + "forest", + "grassland", + "hill" + ], + "treasure": [ + "individual" + ], "token": { - "name": "Bugbear", + "name": "Wereboar", "source": "MM" }, - "senseTags": [ - "D" + "soundClip": { + "type": "internal", + "path": "bestiary/wereboar.mp3" + }, + "actionTags": [ + "Multiattack" ], "languageTags": [ "C", - "GO" + "CS" ], "damageTags": [ - "B" + "P" ], "miscTags": [ + "CUR", "MA", "MLW", "RA", - "RCH", "THW" ], "conditionInflict": [ - "grappled" - ] - }, - { - "name": "Bulette", - "source": "XMM", - "_copy": { - "name": "Bulette", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Bulette", - "source": "MM" - } + "prone" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Bullywug Bog Sage", - "source": "XMM", - "page": 64, - "otherSources": [ - { - "source": "UtHftLH" - } + "name": "Wererat", + "group": [ + "Lycanthropes" ], + "source": "XMM", + "page": 325, "size": [ + "S", "M" ], - "type": "fey", + "type": { + "type": "monstrosity", + "note": "(lycanthrope)" + }, "alignment": [ - "A" + "L", + "E" ], "ac": [ - 16 + 13 ], "hp": { - "average": 52, - "formula": "8d8 + 16" + "average": 60, + "formula": "11d8 + 11" }, "speed": { "walk": 30, - "swim": 30 + "climb": 30 }, - "str": 8, + "str": 10, "dex": 16, - "con": 14, - "int": 10, - "wis": 12, - "cha": 16, - "save": { - "con": "+4", - "cha": "+5" - }, + "con": 12, + "int": 11, + "wis": 10, + "cha": 8, "skill": { + "perception": "+4", "stealth": "+5" }, - "passive": 11, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, "languages": [ - "Bullywug", - "Common" + "Common (can't speak in rat form)" ], - "cr": "4", - "spellcasting": [ - { - "name": "Spellcasting (Sorcerer)", - "type": "spellcasting", - "headerEntries": [ - "The bullywug casts one of the following spells, using Charisma as the spellcasting ability (spell save {@dc 13}):" - ], - "will": [ - "{@spell Dancing Lights|XPHB}", - "{@spell Ray of Sickness|XPHB} (level 2 version)" - ], - "daily": { - "1": [ - "{@spell Vitriolic Sphere|XPHB}" - ], - "2e": [ - "{@spell Fog Cloud|XPHB}", - "{@spell Grease|XPHB}" - ] - }, - "ability": "cha", - "displayAs": "action" - } + "cr": "2", + "gear": [ + "hand crossbow|xphb" ], - "trait": [ + "action": [ { - "name": "Amphibious", + "name": "Multiattack", "entries": [ - "The bullywug can breathe air and water." + "The wererat makes two attacks, using Scratch or Hand Crossbow in any combination. It can replace one attack with a Bite attack." ] }, { - "name": "Speak with Frogs and Toads", + "name": "Bite (Rat or Hybrid Form Only)", "entries": [ - "The bullywug can communicate simple concepts to frogs and toads when it speaks in Bullywug." + "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 2d4 + 3}) Piercing damage. If the target is a Humanoid, it is subjected to the following effect. {@actSave con} {@dc 11}. {@actSaveFail} The target is cursed. If the cursed target drops to 0 {@variantrule Hit Points|XPHB}, it instead becomes a Wererat under the DM's control and has 10 {@variantrule Hit Points|XPHB}. {@actSaveSuccess} The target is immune to this wererat's curse for 24 hours." ] - } - ], - "action": [ + }, { - "name": "Multiattack", + "name": "Scratch", "entries": [ - "The bullywug makes two Putrid Staff attacks." + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Slashing damage." ] }, { - "name": "Putrid Staff", + "name": "Hand Crossbow (Humanoid or Hybrid Form Only)", "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Bludgeoning damage plus 10 ({@damage 3d6}) Poison damage." + "{@atkr r} {@hit 5}, range 30/120 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage." ] } ], "bonus": [ { - "name": "Leap", + "name": "Shape-Shift", "entries": [ - "The bullywug can jump up to 30 feet by spending 10 feet of movement." + "The wererat shape-shifts into a Medium rat-humanoid hybrid or a Small rat, or it returns to its true humanoid form. Its game statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed." ] } ], + "environment": [ + "forest", + "urban" + ], + "treasure": [ + "individual" + ], "token": { - "name": "Bullywug", + "name": "Wererat", "source": "MM" }, - "traitTags": [ - "Amphibious" + "soundClip": { + "type": "internal", + "path": "bestiary/wererat.mp3" + }, + "senseTags": [ + "D" ], "actionTags": [ "Multiattack" ], "languageTags": [ "C", - "OTH" + "CS" ], "damageTags": [ - "B", - "I" - ], - "damageTagsSpell": [ - "A", - "I" - ], - "spellcastingTags": [ - "O" + "P", + "S" ], "miscTags": [ - "MA" - ], - "conditionInflictSpell": [ - "poisoned", - "prone" + "CUR", + "MA", + "RA", + "RNG" ], - "savingThrowForcedSpell": [ - "dexterity" - ] + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Bullywug Warrior", - "source": "XMM", - "page": 64, - "otherSources": [ - { - "source": "UtHftLH" - } + "name": "Weretiger", + "group": [ + "Lycanthropes" ], + "source": "XMM", + "page": 326, "size": [ + "S", "M" ], - "type": "fey", + "type": { + "type": "monstrosity", + "note": "(lycanthrope)" + }, "alignment": [ - "A" + "N" ], "ac": [ - 15 + 12 ], "hp": { - "average": 11, - "formula": "2d8 + 2" + "average": 120, + "formula": "16d8 + 48" }, "speed": { - "walk": 30, - "swim": 40 + "walk": { + "number": 40, + "condition": "(tiger form only)" + } }, - "str": 12, - "dex": 14, - "con": 13, - "int": 7, - "wis": 10, - "cha": 7, + "str": 17, + "dex": 15, + "con": 16, + "int": 10, + "wis": 13, + "cha": 11, "skill": { + "perception": "+5", "stealth": "+4" }, - "passive": 10, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, "languages": [ - "Bullywug", - "Common" + "Common (can't speak in tiger form)" ], - "cr": "1/4", - "trait": [ + "cr": "4", + "gear": [ + "longbow|xphb" + ], + "action": [ { - "name": "Amphibious", + "name": "Multiattack", "entries": [ - "The bullywug can breathe air and water." + "The weretiger makes two attacks, using Scratch or Longbow in any combination. It can replace one attack with a Bite attack." ] }, { - "name": "Speak with Frogs and Toads", + "name": "Bite (Tiger or Hybrid Form Only)", "entries": [ - "The bullywug can communicate simple concepts to frogs and toads when it speaks in Bullywug." + "{@atkr m} {@hit 5}, reach 5 ft. {@h}12 ({@damage 2d8 + 3}) Piercing damage. If the target is a Humanoid, it is subjected to the following effect. {@actSave con} {@dc 13}. {@actSaveFail} The target is cursed. If the cursed target drops to 0 {@variantrule Hit Points|XPHB}, it instead becomes a Weretiger under the DM's control and has 10 {@variantrule Hit Points|XPHB}. {@actSaveSuccess} The target is immune to this weretiger's curse for 24 hours." ] - } - ], - "action": [ + }, { - "name": "Insectile Rapier", + "name": "Scratch", "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage plus 2 ({@damage 1d4}) Poison damage." + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage." + ] + }, + { + "name": "Longbow (Humanoid or Hybrid Form Only)", + "entries": [ + "{@atkr r} {@hit 4}, range 150/600 ft. {@h}11 ({@damage 2d8 + 2}) Piercing damage." ] } ], "bonus": [ { - "name": "Leap", + "name": "Prowl (Tiger or Hybrid Form Only)", "entries": [ - "The bullywug can jump up to 30 feet by spending 10 feet of movement." + "The weretiger moves up to its {@variantrule Speed|XPHB} without provoking Opportunity Attacks. At the end of this movement, the weretiger can take the Hide action." + ] + }, + { + "name": "Shape-Shift", + "entries": [ + "The weretiger shape-shifts into a Large tiger-humanoid hybrid or a Large tiger, or it returns to its true humanoid form. Its game statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed." ] } ], + "environment": [ + "desert", + "forest", + "grassland" + ], + "treasure": [ + "armaments" + ], "token": { - "name": "Bullywug", + "name": "Weretiger", "source": "MM" }, - "traitTags": [ - "Amphibious" + "soundClip": { + "type": "internal", + "path": "bestiary/weretiger.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" ], "languageTags": [ "C", - "OTH" + "CS" ], "damageTags": [ - "I", - "P" + "P", + "S" ], "miscTags": [ + "CUR", "MA", - "MLW" - ] - }, - { - "name": "Cambion", - "source": "XMM", - "_copy": { - "name": "Cambion", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Cambion", - "source": "MM" - } - }, - { - "name": "Chain Devil", - "source": "XMM", - "_copy": { - "name": "Chain Devil", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Chain Devil", - "source": "MM" - } - }, - { - "name": "Clay Golem", - "source": "XMM", - "_copy": { - "name": "Clay Golem", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Clay Golem", - "source": "MM" - } - }, - { - "name": "Cloud Giant", - "source": "XMM", - "_copy": { - "name": "Cloud Giant", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Cloud Giant", - "source": "MM" - } - }, - { - "name": "Colossus", - "source": "XMM", - "_copy": { - "name": "Animated Object (Huge)", - "source": "PHB", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder. A Colossus is a CR 25 Construct.}" - ] - } - } - } - }, - "token": { - "name": "Animated Object (Huge)", - "source": "PHB" - } - }, - { - "name": "Commoner", - "source": "XMM", - "_copy": { - "name": "Commoner", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Commoner", - "source": "MM" - } + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Cultist", - "source": "XMM", - "page": 84, - "otherSources": [ - { - "source": "ScoEE" - } + "name": "Werewolf", + "group": [ + "Lycanthropes" ], + "source": "XMM", + "page": 327, "size": [ "S", "M" ], - "type": "humanoid", + "type": { + "type": "monstrosity", + "note": "(lycanthrope)" + }, "alignment": [ - "A" + "C", + "E" ], "ac": [ - 12 + 15 ], "hp": { - "average": 9, - "formula": "2d8" + "average": 71, + "formula": "11d8 + 22" }, "speed": { - "walk": 30 + "walk": { + "number": 40, + "condition": "(wolf form only)" + } }, - "str": 11, - "dex": 12, - "con": 10, + "initiative": { + "proficiency": 1 + }, + "str": 16, + "dex": 14, + "con": 14, "int": 10, "wis": 11, "cha": 10, "skill": { - "deception": "+2" + "perception": "+4", + "stealth": "+4" }, - "passive": 10, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, "languages": [ - "Common" + "Common (can't speak in wolf form)" ], - "cr": "1/8", + "cr": "3", "gear": [ - "leather armor|xphb", - "sickle|xphb" + "longbow|xphb" + ], + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The werewolf has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the werewolf's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + } ], "action": [ { - "name": "Ritual Sickle", + "name": "Multiattack", "entries": [ - "{@atkr m} {@hit 3}, reach 5 ft. {@h}3 ({@damage 1d4 + 1}) Slashing damage plus 1 Necrotic damage." + "The werewolf makes two attacks, using Scratch or Longbow in any combination. It can replace one attack with a Bite attack." + ] + }, + { + "name": "Bite (Wolf or Hybrid Form Only)", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}12 ({@damage 2d8 + 3}) Piercing damage. If the target is a Humanoid, it is subjected to the following effect. {@actSave con} {@dc 12}. {@actSaveFail} The target is cursed. If the cursed target drops to 0 {@variantrule Hit Points|XPHB}, it instead becomes a Werewolf under the DM's control and has 10 {@variantrule Hit Points|XPHB}. {@actSaveSuccess} The target is immune to this werewolf's curse for 24 hours." + ] + }, + { + "name": "Scratch", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage." + ] + }, + { + "name": "Longbow (Humanoid or Hybrid Form Only)", + "entries": [ + "{@atkr r} {@hit 4}, range 150/600 ft. {@h}11 ({@damage 2d8 + 2}) Piercing damage." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The werewolf shape-shifts into a Large wolf-humanoid hybrid or a Medium wolf, or it returns to its true humanoid form. Its game statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed." ] } ], + "environment": [ + "forest", + "hill" + ], + "treasure": [ + "any" + ], "token": { - "name": "Cultist", + "name": "Werewolf", "source": "MM" }, + "soundClip": { + "type": "internal", + "path": "bestiary/werewolf.mp3" + }, + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], "languageTags": [ - "C" + "C", + "CS" ], "damageTags": [ - "N", + "P", "S" ], "miscTags": [ + "CUR", "MA", - "MLW" - ] + "RA", + "RNG" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Cultist Fanatic", - "source": "XMM", - "page": 85, - "otherSources": [ - { - "source": "ScoEE" - } + "name": "White Dragon Wyrmling", + "group": [ + "Chromatic Dragons" ], + "source": "XMM", + "page": 328, "size": [ - "S", "M" ], - "type": "humanoid", + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, "alignment": [ - "A" + "C", + "E" ], "ac": [ - 13 + 16 ], "hp": { - "average": 44, - "formula": "8d8 + 8" + "average": 32, + "formula": "5d8 + 10" }, "speed": { - "walk": 30 + "walk": 30, + "burrow": 15, + "fly": 60, + "swim": 30 }, - "str": 11, - "dex": 14, - "con": 12, - "int": 10, - "wis": 14, - "cha": 13, + "initiative": { + "proficiency": 1 + }, + "str": 14, + "dex": 10, + "con": 14, + "int": 5, + "wis": 10, + "cha": 11, "save": { - "wis": "+4" + "dex": "+2", + "wis": "+2" }, "skill": { - "deception": "+3", - "persuasion": "+3" + "perception": "+4", + "stealth": "+2" }, - "passive": 12, - "languages": [ - "Common" - ], - "cr": "2", - "gear": [ - "leather armor|xphb" - ], - "spellcasting": [ - { - "name": "Spellcasting (Cleric)", - "type": "spellcasting", - "headerEntries": [ - "The fanatic casts one of the following spells, using Wisdom as the spellcasting ability (spell save {@dc 12}):" - ], - "will": [ - "{@spell Light|XPHB}", - "{@spell Thaumaturgy|XPHB}" - ], - "daily": { - "1": [ - "{@spell Hold Person|XPHB}" - ], - "2": [ - "{@spell Command|XPHB}" - ] - }, - "ability": "wis", - "displayAs": "action" - } + "senses": [ + "blindsight 10 ft.", + "darkvision 60 ft." ], - "action": [ + "passive": 14, + "immune": [ + "cold" + ], + "languages": [ + "Draconic" + ], + "cr": "2", + "trait": [ { - "name": "Pact Blade", + "name": "Ice Walk", "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Slashing damage plus 3 ({@damage 1d6}) Necrotic damage." + "The dragon can move across and climb icy surfaces without needing to make an ability check. Additionally, {@variantrule Difficult Terrain|XPHB} composed of ice or snow doesn't cost it extra movement." ] } ], - "bonus": [ + "action": [ { - "name": "Spiritual Weapon (2/Day)", + "name": "Multiattack", + "entries": [ + "The dragon makes two Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Slashing damage plus 2 ({@damage 1d4}) Cold damage." + ] + }, + { + "name": "Cold Breath {@recharge 5}", "entries": [ - "The fanatic casts the {@spell Spiritual Weapon|XPHB} spell: +4, reach 5 feet of the spectral weapon. {@h}6 ({@damage 1d8 + 2}) Force damage." + "{@actSave con} {@dc 12}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 22 ({@damage 5d8}) Cold damage. {@actSaveSuccess} Half damage." ] } ], + "environment": [ + "arctic" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "wyrmling", "token": { - "name": "Cult Fanatic", + "name": "White Dragon Wyrmling", "source": "MM" }, + "soundClip": { + "type": "internal", + "path": "bestiary/white-dragon-wyrmling.mp3" + }, + "senseTags": [ + "B", + "D" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], "languageTags": [ - "C" + "DR" ], "damageTags": [ - "N", - "O", + "C", "S" ], - "spellcastingTags": [ - "O" - ], "miscTags": [ "MA" ], - "conditionInflictSpell": [ - "paralyzed", - "prone" - ], - "savingThrowForcedSpell": [ - "wisdom" - ] - }, - { - "name": "Dao", - "source": "XMM", - "_copy": { - "name": "Dao", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Dao", - "source": "MM" - } - }, - { - "name": "Darkmantle", - "source": "XMM", - "_copy": { - "name": "Darkmantle", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Darkmantle", - "source": "MM" - } - }, - { - "name": "Death Slaad", - "source": "XMM", - "_copy": { - "name": "Death Slaad", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Death Slaad", - "source": "MM" - } - }, - { - "name": "Deva", - "source": "XMM", - "_copy": { - "name": "Deva", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Deva", - "source": "MM" - } - }, - { - "name": "Djinni", - "source": "XMM", - "_copy": { - "name": "Djinni", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Djinni", - "source": "MM" - } - }, - { - "name": "Dragon Turtle", - "source": "XMM", - "_copy": { - "name": "Dragon Turtle", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Dragon Turtle", - "source": "MM" - } - }, - { - "name": "Druid", - "source": "XMM", - "_copy": { - "name": "Druid", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Druid", - "source": "MM" - } + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Dryad", + "name": "Wight", "source": "XMM", - "_copy": { - "name": "Dryad", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 332, + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "N", + "E" + ], + "ac": [ + 14 + ], + "hp": { + "average": 82, + "formula": "11d8 + 33" }, - "token": { - "name": "Dryad", - "source": "MM" - } - }, - { - "name": "Earth Elemental", - "source": "XMM", - "_copy": { - "name": "Earth Elemental", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 30 }, - "token": { - "name": "Earth Elemental", - "source": "MM" - } - }, - { - "name": "Efreeti", - "source": "XMM", - "_copy": { - "name": "Efreeti", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "initiative": { + "proficiency": 1 }, - "token": { - "name": "Efreeti", - "source": "MM" - } - }, - { - "name": "Elemental Cataclysm", - "source": "XMM", - "_copy": { - "name": "Elder Tempest", - "source": "MPMM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder. An Elemental Cataclysm is a CR 23 Elemental.}" - ] - } - } - } + "str": 15, + "dex": 14, + "con": 16, + "int": 10, + "wis": 13, + "cha": 15, + "skill": { + "perception": "+3", + "stealth": "+4" }, - "token": { - "name": "Elder Tempest", - "source": "MPMM" - } - }, - { - "name": "Empyrean", - "source": "XMM", - "_copy": { - "name": "Empyrean", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "resist": [ + "necrotic" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "Common plus one other language" + ], + "cr": "3", + "gear": [ + "studded leather armor|xphb" + ], + "trait": [ + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the wight has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] } - }, - "token": { - "name": "Empyrean", - "source": "MM" - } - }, - { - "name": "Erinyes", - "source": "XMM", - "_copy": { - "name": "Erinyes", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The wight makes two attacks, using Necrotic Sword or Necrotic Bow in any combination. It can replace one attack with a use of Life Drain." + ] + }, + { + "name": "Necrotic Sword", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Slashing damage plus 4 ({@damage 1d8}) Necrotic damage." + ] + }, + { + "name": "Necrotic Bow", + "entries": [ + "{@atkr r} {@hit 4}, range 150/600 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage plus 4 ({@damage 1d8}) Necrotic damage." + ] + }, + { + "name": "Life Drain", + "entries": [ + "{@actSave con} {@dc 13}, one creature within 5 feet. {@actSaveFail} 6 ({@damage 1d8 + 2}) Necrotic damage, and the target's {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the damage taken.", + "A Humanoid slain by this attack rises 24 hours later as a {@creature Zombie|XMM} under the wight's control, unless the Humanoid is restored to life or its body is destroyed. The wight can have no more than twelve zombies under its control at a time." + ] } - }, + ], + "environment": [ + "desert", + "planar, shadowfell", + "swamp", + "underdark", + "urban" + ], + "treasure": [ + "armaments" + ], "token": { - "name": "Erinyes", + "name": "Wight", "source": "MM" - } - }, - { - "name": "Ettin", - "source": "XMM", - "_copy": { - "name": "Ettin", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } }, - "token": { - "name": "Ettin", - "source": "MM" - } - }, - { - "name": "Fiend Cultist", - "source": "XMM", - "_copy": { - "name": "Drow Priestess of Lolth", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "soundClip": { + "type": "internal", + "path": "bestiary/wight.mp3" }, - "token": { - "name": "Drow Priestess of Lolth", - "source": "MM" - } + "traitTags": [ + "Sunlight Sensitivity" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "N", + "P", + "S" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Fire Elemental", + "name": "Will-o'-Wisp", "source": "XMM", - "page": 118, - "otherSources": [ - { - "source": "ScoEE" - } - ], + "page": 333, "size": [ - "L" + "T" ], - "type": "elemental", + "type": "undead", "alignment": [ - "N" + "C", + "E" ], "ac": [ - 13 + 19 ], "hp": { - "average": 93, - "formula": "11d10 + 33" + "average": 27, + "formula": "11d4" }, "speed": { - "walk": 50 + "walk": 5, + "fly": { + "number": 50, + "condition": "(hover)" + }, + "canHover": true }, - "str": 10, - "dex": 17, - "con": 16, - "int": 6, - "wis": 10, - "cha": 7, + "str": 1, + "dex": 28, + "con": 10, + "int": 13, + "wis": 14, + "cha": 11, "senses": [ - "darkvision 60 ft." + "darkvision 120 ft." ], - "passive": 10, + "passive": 12, "resist": [ + "acid", "bludgeoning", + "cold", + "fire", + "necrotic", "piercing", "slashing" ], "immune": [ - "fire", + "lightning", "poison" ], - "vulnerable": [ - "cold" - ], "conditionImmune": [ "exhaustion", "grappled", @@ -1742,1079 +57493,736 @@ "unconscious" ], "languages": [ - "Primordial (Ignan)" + "Common plus one other language" ], - "cr": "5", + "cr": "2", "trait": [ { - "name": "Fiery Aura", + "name": "Ephemeral", "entries": [ - "At the end of each of the elemental's turns, each creature in a 10-foot Emanation originating from the elemental takes 5 ({@damage 1d10}) Fire damage. Creatures and flammable objects in the Emanation start burning." + "The wisp can't wear or carry anything." ] }, { - "name": "Fire Form", + "name": "Illumination", "entries": [ - "The elemental can move through a space as narrow as 1 inch wide without expending extra movement to do so, and it can enter a creature's space and stop there. The first time it enters a creature's space on a turn, that creature takes 5 ({@damage 1d10}) Fire damage." + "The wisp sheds {@variantrule Bright Light|XPHB} in a 20-foot radius and {@variantrule Dim Light|XPHB} for an additional 20 feet." ] }, { - "name": "Illumination", + "name": "Incorporeal Movement", "entries": [ - "The elemental sheds Bright Light in a 30-foot radius and Dim Light for an additional 30 feet." + "The wisp can move through other creatures and objects as if they were {@variantrule Difficult Terrain|XPHB}. It takes 5 ({@damage 1d10}) Force damage if it ends its turn inside an object." ] - }, + } + ], + "action": [ { - "name": "Water Susceptibility", + "name": "Shock", "entries": [ - "The elemental takes 3 ({@damage 1d6}) Cold damage for every 5 feet the elemental moves in water or for every gallon of water splashed on it." + "{@atkr m} {@hit 4}, reach 5 ft. {@h}11 ({@damage 2d8 + 2}) Lightning damage." ] } ], - "action": [ + "bonus": [ { - "name": "Multiattack", + "name": "Consume Life", "entries": [ - "The elemental makes two Burn attacks." + "{@actSave con} {@dc 10}, one living creature the wisp can see within 5 feet that has 0 {@variantrule Hit Points|XPHB}. {@actSaveFail} The target dies, and the wisp regains 10 ({@dice 3d6}) {@variantrule Hit Points|XPHB}." ] }, { - "name": "Burn", + "name": "Vanish", "entries": [ - "{@atkr m} {@hit 6}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Fire damage. If the target is a creature or a flammable object, it starts burning." + "The wisp and its light have the {@condition Invisible|XPHB} condition until the wisp's {@status Concentration|XPHB} ends on this effect, which ends early immediately after the wisp makes an attack roll or uses Consume Life." ] } ], + "environment": [ + "forest", + "swamp", + "urban" + ], "token": { - "name": "Fire Elemental", + "name": "Will-o'-Wisp", "source": "MM" }, + "soundClip": { + "type": "internal", + "path": "bestiary/will-o-wisp.mp3" + }, "traitTags": [ - "Illumination" + "Illumination", + "Incorporeal Movement" ], "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" + "SD" ], "languageTags": [ - "IG", - "P" + "C", + "X" ], "damageTags": [ - "C", - "F" + "L", + "O" ], "miscTags": [ "AOE", "MA" - ] - }, - { - "name": "Fire Giant", - "source": "XMM", - "_copy": { - "name": "Fire Giant", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Fire Giant", - "source": "MM" - } - }, - { - "name": "Flesh Golem", - "source": "XMM", - "_copy": { - "name": "Flesh Golem", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Flesh Golem", - "source": "MM" - } - }, - { - "name": "Fomorian", - "source": "XMM", - "_copy": { - "name": "Fomorian", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Fomorian", - "source": "MM" - } + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Frost Giant", + "name": "Winged Kobold", "source": "XMM", - "_copy": { - "name": "Frost Giant", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 185, + "size": [ + "S" + ], + "type": "dragon", + "alignment": [ + "N" + ], + "ac": [ + 15 + ], + "hp": { + "average": 10, + "formula": "4d6 - 4" }, - "token": { - "name": "Frost Giant", - "source": "MM" - } - }, - { - "name": "Gelatinous Cube", - "source": "XMM", - "_copy": { - "name": "Gelatinous Cube", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 30, + "fly": 30 }, - "token": { - "name": "Gelatinous Cube", - "source": "MM" - } - }, - { - "name": "Ghast", - "source": "XMM", - "_copy": { - "name": "Ghast", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "str": 7, + "dex": 16, + "con": 9, + "int": 8, + "wis": 7, + "cha": 8, + "senses": [ + "darkvision 60 ft." + ], + "passive": 8, + "languages": [ + "Common", + "Draconic" + ], + "cr": "1/4", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The kobold has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the kobold has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] } - }, - "token": { - "name": "Ghast", - "source": "MM" - } - }, - { - "name": "Ghoul", - "source": "XMM", - "_copy": { - "name": "Ghoul", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + ], + "action": [ + { + "name": "Dragon-Tooth Blade", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage." + ] + }, + { + "name": "Chromatic Spittle", + "entries": [ + "{@atkr r} {@hit 5}, range 30 ft. {@h}6 ({@damage 1d6 + 3}) damage of a type chosen by the kobold: Acid, Cold, Fire, Lightning, or Poison." + ] } - }, + ], + "environment": [ + "arctic", + "coastal", + "desert", + "forest", + "hill", + "mountain", + "swamp", + "underdark", + "urban" + ], + "treasure": [ + "armaments" + ], "token": { - "name": "Ghoul", + "name": "Winged Kobold", "source": "MM" - } - }, - { - "name": "Giant Ape", - "source": "XMM", - "_copy": { - "name": "Giant Ape", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } }, - "token": { - "name": "Giant Ape", - "source": "MM" - } - }, - { - "name": "Giant Boar", - "source": "XMM", - "_copy": { - "name": "Giant Boar", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "soundClip": { + "type": "internal", + "path": "bestiary/winged-kobold.mp3" }, - "token": { - "name": "Giant Boar", - "source": "MM" - } + "traitTags": [ + "Pack Tactics", + "Sunlight Sensitivity" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA", + "RA" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Giant Constrictor Snake", + "name": "Winter Wolf", "source": "XMM", - "_copy": { - "name": "Giant Constrictor Snake", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 334, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "N", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 75, + "formula": "10d10 + 20" }, - "token": { - "name": "Giant Constrictor Snake", - "source": "MM" - } - }, - { - "name": "Giant Crocodile", - "source": "XMM", - "_copy": { - "name": "Giant Crocodile", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 50 }, - "token": { - "name": "Giant Crocodile", - "source": "MM" - } - }, - { - "name": "Giant Elk", - "source": "XMM", - "_copy": { - "name": "Giant Elk", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "str": 18, + "dex": 13, + "con": 14, + "int": 7, + "wis": 12, + "cha": 8, + "skill": { + "perception": "+5", + "stealth": "+5" }, - "token": { - "name": "Giant Elk", - "source": "MM" - } - }, - { - "name": "Giant Hyena", - "source": "XMM", - "_copy": { - "name": "Giant Hyena", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "passive": 15, + "immune": [ + "cold" + ], + "languages": [ + "Common", + "Giant" + ], + "cr": "3", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The wolf has {@variantrule Advantage|XPHB} on an attack roll against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] } - }, - "token": { - "name": "Giant Hyena", - "source": "MM" - } - }, - { - "name": "Giant Owl", - "source": "XMM", - "_copy": { - "name": "Giant Owl", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage. If the target is a Large or smaller creature, it has the {@condition Prone|XPHB} condition." + ] + }, + { + "name": "Cold Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 12}, each creature in a 15-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 18 ({@damage 4d8}) Cold damage. {@actSaveSuccess} Half damage." + ] } - }, + ], + "environment": [ + "arctic" + ], "token": { - "name": "Giant Owl", + "name": "Winter Wolf", "source": "MM" - } - }, - { - "name": "Giant Rat", - "source": "XMM", - "_copy": { - "name": "Giant Rat", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } }, - "token": { - "name": "Giant Rat", - "source": "MM" - } - }, - { - "name": "Giant Vulture", - "source": "XMM", - "_copy": { - "name": "Giant Vulture", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "soundClip": { + "type": "internal", + "path": "bestiary/winter-wolf.mp3" }, - "token": { - "name": "Giant Vulture", - "source": "MM" - } + "traitTags": [ + "Pack Tactics" + ], + "actionTags": [ + "Breath Weapon" + ], + "languageTags": [ + "C", + "GI" + ], + "damageTags": [ + "C", + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Giant Wasp", + "name": "Wolf", "source": "XMM", - "_copy": { - "name": "Giant Wasp", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "page": 373, + "otherSources": [ + { + "source": "XPHB", + "page": 359 } + ], + "size": [ + "M" + ], + "type": "beast", + "alignment": [ + "U" + ], + "ac": [ + 12 + ], + "hp": { + "average": 11, + "formula": "2d8 + 2" }, - "token": { - "name": "Giant Wasp", - "source": "MM" - } - }, - { - "name": "Gibbering Mouther", - "source": "XMM", - "_copy": { - "name": "Gibbering Mouther", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 40 }, - "token": { - "name": "Gibbering Mouther", - "source": "MM" - } - }, - { - "name": "Githyanki Knight", - "source": "XMM", - "_copy": { - "name": "Githyanki Knight", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "str": 14, + "dex": 15, + "con": 12, + "int": 3, + "wis": 12, + "cha": 6, + "skill": { + "perception": "+5", + "stealth": "+4" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "cr": "1/4", + "trait": [ + { + "name": "Pack Tactics", + "entries": [ + "The wolf has {@variantrule Advantage|XPHB} on attack rolls against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + ] } - }, - "token": { - "name": "Githyanki Knight", - "source": "MM" - } - }, - { - "name": "Githzerai Zerth", - "source": "XMM", - "_copy": { - "name": "Githzerai Zerth", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage. If the target is a Medium or smaller creature, it has the {@condition Prone|XPHB} condition." + ] } + ], + "environment": [ + "forest", + "grassland", + "hill" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/wolf.mp3" }, - "token": { - "name": "Githzerai Zerth", - "source": "MM" - } + "traitTags": [ + "Pack Tactics" + ], + "senseTags": [ + "D" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "prone" + ], + "hasToken": true, + "hasFluffImages": true }, { - "name": "Glabrezu", + "name": "Worg", "source": "XMM", - "_copy": { - "name": "Glabrezu", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "page": 335, + "otherSources": [ + { + "source": "UtHftLH" } + ], + "size": [ + "L" + ], + "type": "fey", + "alignment": [ + "N", + "E" + ], + "ac": [ + 13 + ], + "hp": { + "average": 26, + "formula": "4d10 + 4" }, - "token": { - "name": "Glabrezu", - "source": "MM" - } - }, - { - "name": "Gnoll Warrior", - "source": "XMM", - "_copy": { - "name": "Gnoll", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 50 }, - "token": { - "name": "Gnoll", - "source": "MM" - } - }, - { - "name": "Goblin Warrior", - "source": "XMM", - "_copy": { - "name": "Goblin", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "str": 16, + "dex": 13, + "con": 13, + "int": 7, + "wis": 11, + "cha": 8, + "skill": { + "perception": "+4" }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 14, + "languages": [ + "Goblin", + "Worg" + ], + "cr": "1/2", + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage, and the next attack roll made against the target before the start of the worg's next turn has {@variantrule Advantage|XPHB}." + ] + } + ], + "environment": [ + "forest", + "grassland", + "hill", + "planar, feywild" + ], "token": { - "name": "Goblin", + "name": "Worg", "source": "MM" - } + }, + "soundClip": { + "type": "internal", + "path": "bestiary/worg.mp3" + }, + "senseTags": [ + "D" + ], + "languageTags": [ + "GO", + "OTH" + ], + "damageTags": [ + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Gray Ooze", + "name": "Wraith", "source": "XMM", - "page": 151, - "otherSources": [ - { - "source": "ScoEE" - } - ], + "page": 336, "size": [ + "S", "M" ], - "type": "ooze", + "type": "undead", "alignment": [ - "U" + "N", + "E" ], "ac": [ - 8 + 13 ], "hp": { - "average": 22, - "formula": "3d8 + 9" + "average": 67, + "formula": "9d8 + 27" }, "speed": { - "walk": 10, - "climb": 10 + "walk": 5, + "fly": { + "number": 60, + "condition": "(hover)" + }, + "canHover": true }, - "str": 12, - "dex": 6, + "str": 6, + "dex": 16, "con": 16, - "int": 1, - "wis": 6, - "cha": 2, - "skill": { - "stealth": "+2" - }, + "int": 12, + "wis": 14, + "cha": 15, "senses": [ - "blindsight 60 ft." + "darkvision 60 ft." ], - "passive": 8, + "passive": 12, "resist": [ "acid", + "bludgeoning", "cold", - "fire" + "fire", + "piercing", + "slashing" + ], + "immune": [ + "necrotic", + "poison" ], "conditionImmune": [ - "blinded", "charmed", - "deafened", "exhaustion", - "frightened", - "prone" + "grappled", + "paralyzed", + "petrified", + "poisoned", + "prone", + "restrained", + "unconscious" + ], + "languages": [ + "Common plus two other languages" + ], + "cr": "5", + "trait": [ + { + "name": "Incorporeal Movement", + "entries": [ + "The wraith can move through other creatures and objects as if they were {@variantrule Difficult Terrain|XPHB}. It takes 5 ({@damage 1d10}) Force damage if it ends its turn inside an object." + ] + }, + { + "name": "Sunlight Sensitivity", + "entries": [ + "While in sunlight, the wraith has {@variantrule Disadvantage|XPHB} on ability checks and attack rolls." + ] + } + ], + "action": [ + { + "name": "Life Drain", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}21 ({@damage 4d8 + 3}) Necrotic damage. If the target is a creature, its {@variantrule Hit Points|XPHB|Hit Point} maximum decreases by an amount equal to the damage taken." + ] + }, + { + "name": "Create Specter", + "entries": [ + "The wraith targets a Humanoid corpse within 10 feet of itself that has been dead for no longer than 1 minute. The target's spirit rises as a {@creature Specter|XMM} in the space of its corpse or in the nearest unoccupied space. The specter is under the wraith's control. The wraith can have no more than seven specters under its control at a time." + ] + } + ], + "environment": [ + "planar, shadowfell", + "underdark" + ], + "token": { + "name": "Wraith", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/wraith.mp3" + }, + "traitTags": [ + "Incorporeal Movement", + "Sunlight Sensitivity" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "X" + ], + "damageTags": [ + "N", + "O" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true + }, + { + "name": "Wyvern", + "source": "XMM", + "page": 337, + "size": [ + "L" + ], + "type": "dragon", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 127, + "formula": "15d10 + 45" + }, + "speed": { + "walk": 30, + "fly": 80 + }, + "str": 19, + "dex": 10, + "con": 16, + "int": 5, + "wis": 12, + "cha": 6, + "skill": { + "perception": "+4" + }, + "senses": [ + "darkvision 120 ft." ], - "cr": "1/2", - "trait": [ + "passive": 14, + "cr": "6", + "action": [ { - "name": "Amorphous", + "name": "Multiattack", "entries": [ - "The ooze can move through a space as narrow as 1 inch without expending extra movement to do so." + "The wyvern makes one Bite attack and one Sting attack." ] }, { - "name": "Corrosive Form", + "name": "Bite", "entries": [ - "A creature that hits the ooze with a melee attack roll takes 4 ({@damage 1d8}) Acid damage. The ooze eats through 2-inch-thick nonmagical wood or metal in 1 round." + "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Piercing damage." ] - } - ], - "action": [ + }, { - "name": "Pseudopod", + "name": "Sting", "entries": [ - "{@atkr m} {@hit 3}, reach 5 ft. {@h}8 ({@damage 2d6 + 1}) Acid damage. Nonmagical armor worn by the target takes a -1 penalty to the AC it offers. The armor is destroyed if the penalty reduces its AC to 10. The penalty can be removed by a creature who takes the Utilize action and succeeds on a {@dc 15} Dexterity check using Tinker's Tools to repair the armor." + "{@atkr m} {@hit 7}, reach 10 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage plus 24 ({@damage 7d6}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the wyvern's next turn." ] } ], + "environment": [ + "hill", + "mountain" + ], + "treasure": [ + "any" + ], "token": { - "name": "Gray Ooze", + "name": "Wyvern", "source": "MM" }, - "traitTags": [ - "Amorphous" - ], + "soundClip": { + "type": "internal", + "path": "bestiary/wyvern.mp3" + }, "senseTags": [ - "B" + "SD" + ], + "actionTags": [ + "Multiattack" ], "damageTags": [ - "A" + "I", + "P" ], "miscTags": [ - "MA" - ] - }, - { - "name": "Green Hag", - "source": "XMM", - "_copy": { - "name": "Green Hag", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Green Hag", - "source": "MM" - } - }, - { - "name": "Griffon", - "source": "XMM", - "_copy": { - "name": "Griffon", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Griffon", - "source": "MM" - } - }, - { - "name": "Guard", - "source": "XMM", - "_copy": { - "name": "Guard", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Guard", - "source": "MM" - } - }, - { - "name": "Guardian Naga", - "source": "XMM", - "_copy": { - "name": "Guardian Naga", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Guardian Naga", - "source": "MM" - } - }, - { - "name": "Hezrou", - "source": "XMM", - "_copy": { - "name": "Hezrou", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Hezrou", - "source": "MM" - } - }, - { - "name": "Hill Giant", - "source": "XMM", - "_copy": { - "name": "Hill Giant", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Hill Giant", - "source": "MM" - } - }, - { - "name": "Hobgoblin Captain", - "source": "XMM", - "_copy": { - "name": "Hobgoblin Captain", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Hobgoblin Captain", - "source": "MM" - } - }, - { - "name": "Hobgoblin Warlord", - "source": "XMM", - "_copy": { - "name": "Hobgoblin Warlord", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Hobgoblin Warlord", - "source": "MM" - } - }, - { - "name": "Hobgoblin Warrior", - "source": "XMM", - "_copy": { - "name": "Hobgoblin", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Hobgoblin", - "source": "MM" - } - }, - { - "name": "Hook Horror", - "source": "XMM", - "_copy": { - "name": "Hook Horror", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Hook Horror", - "source": "MM" - } - }, - { - "name": "Horned Devil", - "source": "XMM", - "_copy": { - "name": "Horned Devil", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Horned Devil", - "source": "MM" - } - }, - { - "name": "Hyena", - "source": "XMM", - "_copy": { - "name": "Hyena", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Hyena", - "source": "MM" - } - }, - { - "name": "Ice Devil", - "source": "XMM", - "_copy": { - "name": "Ice Devil", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Ice Devil", - "source": "MM" - } + "MA", + "RCH" + ], + "conditionInflict": [ + "poisoned" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Incubus", + "name": "Xorn", "source": "XMM", - "page": 178, - "otherSources": [ - { - "source": "ScoEE" - } - ], + "page": 338, "size": [ "M" ], - "type": "fiend", + "type": "elemental", "alignment": [ - "N", - "E" + "N" ], "ac": [ - 15 + 19 ], "hp": { - "average": 66, - "formula": "12d8 + 12" + "average": 84, + "formula": "8d8 + 48" }, "speed": { - "walk": 30, - "fly": 60 + "walk": 20, + "burrow": 20 }, - "str": 8, - "dex": 17, - "con": 13, - "int": 15, - "wis": 12, - "cha": 20, + "str": 17, + "dex": 10, + "con": 22, + "int": 11, + "wis": 10, + "cha": 11, "skill": { - "deception": "+9", - "perception": "+5", - "stealth": "+7" + "perception": "+6", + "stealth": "+6" }, "senses": [ - "darkvision 60 ft." + "darkvision 60 ft.", + "tremorsense 60 ft." ], - "passive": 15, - "resist": [ - "cold", - "fire", - "poison", - "psychic" + "passive": 16, + "immune": [ + "poison" ], - "languages": [ - "Abyssal", - "Common", - "Infernal", - "telepathy 60 ft." + "conditionImmune": [ + "paralyzed", + "petrified", + "poisoned" ], - "cr": "4", - "spellcasting": [ - { - "name": "Spellcasting", - "type": "spellcasting", - "headerEntries": [ - "The incubus casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 15}):" - ], - "will": [ - "{@spell Charm Person|XPHB}", - "{@spell Disguise Self|XPHB}", - "{@spell Etherealness|XPHB}" - ], - "daily": { - "1e": [ - "{@spell Dream|XPHB}", - "{@spell Hypnotic Pattern|XPHB}" - ] - }, - "ability": "cha", - "displayAs": "action" - } + "languages": [ + "Primordial (Terran)" ], + "cr": "5", "trait": [ { - "name": "Succubus Form", + "name": "Earth Glide", + "entries": [ + "The xorn can burrow through nonmagical, unworked earth and stone. While doing so, the xorn doesn't disturb the material it moves through." + ] + }, + { + "name": "Treasure Sense", "entries": [ - "When the incubus finishes a Long Rest, it can shape-shift into a {@creature Succubus|XMM}, using that stat block instead of this one. Any equipment it's wearing or carrying isn't transformed." + "The xorn can pinpoint the location of precious metals and stones within 60 feet of itself." ] } ], @@ -2822,1779 +58230,1849 @@ { "name": "Multiattack", "entries": [ - "The incubus makes two Nightmare Touch attacks." + "The xorn makes one Bite attack and three Claw attacks." ] }, { - "name": "Nightmare Touch", + "name": "Bite", "entries": [ - "{@atkr m} {@hit 7}, reach 5 ft. {@h}15 ({@damage 3d6 + 5}) Psychic damage, and the target is cursed for 24 hours or until the incubus dies. Until the curse ends, the target gains no benefit from finishing Short Rests." + "{@atkr m} {@hit 6}, reach 5 ft. {@h}17 ({@damage 4d6 + 3}) Piercing damage." + ] + }, + { + "name": "Claw", + "entries": [ + "{@atkr m} {@hit 6}, reach 5 ft. {@h}8 ({@damage 1d10 + 3}) Slashing damage." ] } ], "bonus": [ { - "name": "Nightmare {@recharge}", + "name": "Charge", "entries": [ - "{@actSave wis} {@dc 15}, one creature the incubus can see within 60 feet. {@actSaveFail} If the target has 20 Hit Points or fewer, it has the {@condition Unconscious|XPHB} condition for 1 hour, until it takes damage, or until a creature within 5 feet of it takes an action to wake it. Otherwise, the target takes 18 ({@damage 4d8}) Psychic damage." + "The xorn moves up to its {@variantrule Speed|XPHB} or {@variantrule Burrow Speed|XPHB} straight toward an enemy it can sense." ] } ], + "environment": [ + "planar, earth", + "underdark" + ], + "treasure": [ + "any" + ], "token": { - "name": "Incubus", + "name": "Xorn", "source": "MM" }, + "soundClip": { + "type": "internal", + "path": "bestiary/xorn.mp3" + }, "senseTags": [ - "D" + "D", + "T" ], "actionTags": [ "Multiattack" ], "languageTags": [ - "AB", - "C", - "I", - "TP" + "P", + "T" ], "damageTags": [ - "Y" - ], - "damageTagsSpell": [ - "O", - "Y" - ], - "spellcastingTags": [ - "O" + "P", + "S" ], "miscTags": [ - "CUR", "MA" ], - "conditionInflict": [ - "unconscious" - ], - "conditionInflictSpell": [ - "charmed", - "incapacitated" - ], - "savingThrowForcedSpell": [ - "wisdom" - ] - }, - { - "name": "Invisible Stalker", - "source": "XMM", - "_copy": { - "name": "Invisible Stalker", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Invisible Stalker", - "source": "MM" - } - }, - { - "name": "Iron Golem", - "source": "XMM", - "_copy": { - "name": "Iron Golem", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Iron Golem", - "source": "MM" - } - }, - { - "name": "Jackal", - "source": "XMM", - "_copy": { - "name": "Jackal", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Jackal", - "source": "MM" - } + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Knight", + "name": "Yeti", "source": "XMM", - "page": 184, - "otherSources": [ - { - "source": "ScoEE" - } - ], + "page": 339, "size": [ - "S", - "M" + "L" ], - "type": "humanoid", + "type": "monstrosity", "alignment": [ - "A" + "C", + "E" ], "ac": [ - 18 + 12 ], "hp": { - "average": 52, - "formula": "8d8 + 16" + "average": 51, + "formula": "6d10 + 18" }, "speed": { - "walk": 30 + "walk": 40, + "climb": 40 }, - "str": 16, - "dex": 11, - "con": 14, - "int": 11, - "wis": 11, - "cha": 15, - "save": { - "wis": "+2" + "str": 18, + "dex": 13, + "con": 16, + "int": 8, + "wis": 12, + "cha": 7, + "skill": { + "perception": "+5", + "stealth": "+5" }, - "passive": 10, + "senses": [ + "darkvision 60 ft." + ], + "passive": 15, + "immune": [ + "cold" + ], "languages": [ - "Common plus one other language" + "Yeti" ], "cr": "3", - "gear": [ - "greatsword|xphb", - "heavy crossbow|xphb", - "plate armor|xphb" + "trait": [ + { + "name": "Fear of Fire", + "entries": [ + "If the yeti takes Fire damage, it has {@variantrule Disadvantage|XPHB} on attack rolls and ability checks until the end of its next turn." + ] + } ], "action": [ { "name": "Multiattack", "entries": [ - "The knight makes two attacks, using Greatsword or Heavy Crossbow in any combination." + "The yeti can use its Chilling Gaze and makes two attacks, using Claw or Ice Throw in any combination." ] }, { - "name": "Greatsword", + "name": "Claw", "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}10 ({@damage 2d6 + 3}) Slashing damage plus 4 ({@damage 1d8}) Radiant damage." + "{@atkr m} {@hit 6}, reach 5 ft. {@h}7 ({@damage 1d6 + 4}) Slashing damage plus 3 ({@damage 1d6}) Cold damage." ] }, { - "name": "Heavy Crossbow", + "name": "Ice Throw", "entries": [ - "{@atkr r} {@hit 2}, range 100/400 ft. {@h}11 ({@damage 2d10}) Piercing damage plus 4 ({@damage 1d8}) Radiant damage." + "{@atkr r} {@hit 6}, range 30/120 ft. {@h}6 ({@damage 1d4 + 4}) Bludgeoning damage plus 2 ({@damage 1d4}) Cold damage." ] - } - ], - "reaction": [ + }, { - "name": "Parry", + "name": "Chilling Gaze", "entries": [ - "{@actTrigger} The knight is hit by a melee attack roll while holding a weapon. {@actResponse} The knight adds 2 to its AC against that attack, possibly causing it to miss." + "{@actSave con} {@dc 13}, one creature the yeti can see within 30 feet. {@actSaveFail} 5 ({@damage 2d4}) Cold damage, and the target has the {@condition Paralyzed|XPHB} condition until the start of the yeti's next turn unless the target has {@variantrule Immunity|XPHB} to Cold damage. {@actSaveSuccess} The target is immune to the Chilling Gaze of all yetis (but not abominable yetis) for 1 hour." ] } ], - "token": { - "name": "Knight", - "source": "MM" - }, - "actionTags": [ - "Multiattack", - "Parry" - ], - "languageTags": [ - "C", - "X" - ], - "damageTags": [ - "P", - "R", - "S" + "environment": [ + "arctic" + ], + "treasure": [ + "any" ], - "miscTags": [ - "MA", - "MLW", - "RA", - "RNG" - ] - }, - { - "name": "Kobold Warrior", - "source": "XMM", - "_copy": { - "name": "Kobold", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Kobold", - "source": "MM" - } - }, - { - "name": "Kraken", - "source": "XMM", - "_copy": { - "name": "Kraken", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Kraken", - "source": "MM" - } - }, - { - "name": "Larva", - "source": "XMM", - "_copy": { - "name": "Larva", - "source": "DMG", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Larva", - "source": "DMG" - } - }, - { - "name": "Lemure", - "source": "XMM", - "_copy": { - "name": "Lemure", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Lemure", - "source": "MM" - } - }, - { - "name": "Lich", - "source": "XMM", - "_copy": { - "name": "Lich", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, "token": { - "name": "Lich", + "name": "Yeti", "source": "MM" - } + }, + "soundClip": { + "type": "internal", + "path": "bestiary/yeti.mp3" + }, + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "OTH" + ], + "damageTags": [ + "B", + "C", + "S" + ], + "miscTags": [ + "MA", + "RA" + ], + "conditionInflict": [ + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Mage", - "source": "XMM", - "page": 199, - "otherSources": [ - { - "source": "UtHftLH" - } + "name": "Yochlol", + "group": [ + "Demons" ], + "source": "XMM", + "page": 341, "size": [ - "S", "M" ], - "type": "humanoid", + "type": { + "type": "fiend", + "tags": [ + "demon" + ] + }, "alignment": [ - "A" + "C", + "E" ], "ac": [ 15 ], "hp": { - "average": 81, - "formula": "18d8" + "average": 153, + "formula": "18d8 + 72" }, "speed": { - "walk": 30 + "walk": 30, + "climb": 30 }, - "str": 9, - "dex": 14, - "con": 11, - "int": 17, - "wis": 12, - "cha": 11, + "initiative": { + "proficiency": 1 + }, + "str": 15, + "dex": 19, + "con": 18, + "int": 13, + "wis": 15, + "cha": 17, "save": { - "int": "+6", - "wis": "+4" + "dex": "+8", + "int": "+5", + "wis": "+6", + "cha": "+7" }, "skill": { - "arcana": "+6", - "history": "+6" + "deception": "+11", + "insight": "+6" }, - "passive": 11, + "senses": [ + "darkvision 120 ft." + ], + "passive": 12, + "resist": [ + "cold", + "fire", + "lightning" + ], + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], "languages": [ - "Common and any three languages" + "Abyssal", + "Elvish", + "Undercommon" ], - "cr": "6", + "cr": "10", "spellcasting": [ { "name": "Spellcasting", "type": "spellcasting", "headerEntries": [ - "The mage casts one of the following spells using Intelligence as the spellcasting ability (spell save {@dc 14}):" + "The yochlol casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 15}):" ], "will": [ - "{@spell Detect Magic|XPHB}", - "{@spell Light|XPHB}", - "{@spell Mage Armor|XPHB} (included above)", - "{@spell Mage Hand|XPHB}", - "{@spell Prestidigitation|XPHB}" + "{@spell Detect Thoughts|XPHB}", + "{@spell Gaseous Form|XPHB} (self only)", + "{@spell Web|XPHB}" ], "daily": { "1": [ - "{@spell Cone of Cold|XPHB}" - ], - "2e": [ - "{@spell Fireball|XPHB}", - "{@spell Fly|XPHB}", - "{@spell Suggestion|XPHB}" + "{@spell Dominate Person|XPHB}" ] }, - "ability": "int", + "ability": "cha", "displayAs": "action" } ], + "trait": [ + { + "name": "Demonic Restoration", + "entries": [ + "If the yochlol dies outside the Abyss, its body dissolves, and it gains a new body instantly, reviving with all its {@variantrule Hit Points|XPHB} in the Abyss." + ] + }, + { + "name": "Magic Resistance", + "entries": [ + "The yochlol has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + }, + { + "name": "Spider Climb", + "entries": [ + "The yochlol can climb difficult surfaces, including along ceilings, without needing to make an ability check." + ] + }, + { + "name": "Web Walker", + "entries": [ + "The yochlol ignores movement restrictions caused by webs." + ] + } + ], "action": [ { "name": "Multiattack", "entries": [ - "The mage makes three Arcane Burst attacks." + "The yochlol makes two Caustic Lash attacks, and it can use Spellcasting to cast {@spell Web|XPHB} or {@spell Dominate Person|XPHB} if available." ] }, { - "name": "Arcane Burst", + "name": "Caustic Lash", "entries": [ - "{@atkr m,r} {@hit 6}, reach 5 ft. or range 120 ft. {@h}16 ({@damage 3d10}) Force damage." + "{@atkr m,r} {@hit 8}, reach 10 ft. or range 120 ft. {@h}25 ({@damage 6d6 + 4}) Acid damage." ] } ], - "reaction": [ + "bonus": [ { - "name": "Counterspell (1/Day)", + "name": "Shape-Shift", "entries": [ - "The mage casts {@spell Counterspell|XPHB} in response to that spell's trigger, using the same spellcasting ability in Spellcasting." + "The yochlol shape-shifts into a Medium Humanoid or a Medium spider or back into its true form. Its game statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed." ] - }, + } + ], + "reaction": [ { - "name": "Shield (2/Day)", + "name": "Toxic Escape", "entries": [ - "The mage casts {@spell Shield|XPHB} in response to that spell's trigger, using the same spellcasting ability in Spellcasting." + "{@actTrigger} The yochlol is hit by an attack roll. {@actResponse} The yochlol halves the attack's damage to itself (round down), and it teleports to an unoccupied space it can see within 30 feet of itself. {@actSave con} {@dc 15}, each creature within 5 feet of the yochlol's destination space. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the end of its next turn. While {@condition Poisoned|XPHB}, it has the {@condition Incapacitated|XPHB} condition." ] } ], + "environment": [ + "planar, abyss" + ], "token": { - "name": "Mage", + "name": "Yochlol", "source": "MM" }, + "soundClip": { + "type": "internal", + "path": "bestiary/yochlol.mp3" + }, + "traitTags": [ + "Magic Resistance", + "Spider Climb", + "Web Walker" + ], + "senseTags": [ + "SD" + ], "actionTags": [ "Multiattack" ], "languageTags": [ - "C", - "X" + "AB", + "E", + "U" ], "damageTags": [ - "O" + "A" ], "damageTagsSpell": [ - "C", "F" ], "spellcastingTags": [ "O" ], "miscTags": [ + "AOE", "MA", - "RA" + "RA", + "RCH" + ], + "conditionInflict": [ + "incapacitated", + "poisoned" ], "conditionInflictSpell": [ - "charmed" + "charmed", + "restrained" ], "savingThrowForcedSpell": [ - "constitution", "dexterity", "wisdom" - ] + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Mage Apprentice", + "name": "Young Black Dragon", + "group": [ + "Chromatic Dragons" + ], "source": "XMM", - "_copy": { - "name": "Apprentice Wizard", - "source": "MPMM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder. A Mage Apprentice is a CR 2 Humanoid.}" - ] - } - } - } + "page": 38, + "size": [ + "L" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] }, - "token": { - "name": "Apprentice Wizard", - "source": "MPMM" - } - }, - { - "name": "Magma Mephit", - "source": "XMM", - "_copy": { - "name": "Magma Mephit", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "alignment": [ + "C", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 127, + "formula": "15d10 + 45" }, - "token": { - "name": "Magma Mephit", - "source": "MM" - } - }, - { - "name": "Marid", - "source": "XMM", - "_copy": { - "name": "Marid", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 40, + "fly": 80, + "swim": 40 }, - "token": { - "name": "Marid", - "source": "MM" - } - }, - { - "name": "Marilith", - "source": "XMM", - "_copy": { - "name": "Marilith", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "initiative": { + "proficiency": 1 }, - "token": { - "name": "Marilith", - "source": "MM" - } - }, - { - "name": "Medusa", - "source": "XMM", - "_copy": { - "name": "Medusa", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "str": 19, + "dex": 14, + "con": 17, + "int": 12, + "wis": 11, + "cha": 15, + "save": { + "dex": "+5", + "wis": "+3" }, - "token": { - "name": "Medusa", - "source": "MM" - } - }, - { - "name": "Merrow", - "source": "XMM", - "_copy": { - "name": "Merrow", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "skill": { + "perception": "+6", + "stealth": "+5" + }, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 16, + "immune": [ + "acid" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": "7", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}9 ({@damage 2d4 + 4}) Slashing damage plus 3 ({@damage 1d6}) Acid damage." + ] + }, + { + "name": "Acid Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 14}, each creature in a 30-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 49 ({@damage 14d6}) Acid damage. {@actSaveSuccess} Half damage." + ] } - }, + ], + "environment": [ + "swamp" + ], + "treasure": [ + "relics" + ], + "dragonAge": "young", "token": { - "name": "Merrow", + "name": "Young Black Dragon", "source": "MM" - } - }, - { - "name": "Mezzoloth", - "source": "XMM", - "_copy": { - "name": "Mezzoloth", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } }, - "token": { - "name": "Mezzoloth", - "source": "MM" - } - }, - { - "name": "Minotaur of Baphomet", - "source": "XMM", - "_copy": { - "name": "Minotaur", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "soundClip": { + "type": "internal", + "path": "bestiary/black-dragon.mp3" }, - "token": { - "name": "Minotaur", - "source": "MM" - } + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "A", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Mummy", + "name": "Young Blue Dragon", + "group": [ + "Chromatic Dragons" + ], "source": "XMM", - "_copy": { - "name": "Mummy", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 48, + "size": [ + "L" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] }, - "token": { - "name": "Mummy", - "source": "MM" - } - }, - { - "name": "Mummy Lord", - "source": "XMM", - "_copy": { - "name": "Mummy Lord", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "alignment": [ + "L", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 152, + "formula": "16d10 + 64" }, - "token": { - "name": "Mummy Lord", - "source": "MM" - } - }, - { - "name": "Nalfeshnee", - "source": "XMM", - "_copy": { - "name": "Nalfeshnee", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 40, + "burrow": 20, + "fly": 80 }, - "token": { - "name": "Nalfeshnee", - "source": "MM" - } - }, - { - "name": "Night Hag", - "source": "XMM", - "_copy": { - "name": "Night Hag", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "initiative": { + "proficiency": 1 }, - "token": { - "name": "Night Hag", - "source": "MM" - } - }, - { - "name": "Nightmare", - "source": "XMM", - "_copy": { - "name": "Nightmare", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "str": 21, + "dex": 10, + "con": 19, + "int": 14, + "wis": 13, + "cha": 17, + "save": { + "dex": "+4", + "wis": "+5" }, - "token": { - "name": "Nightmare", - "source": "MM" - } - }, - { - "name": "Nothic", - "source": "XMM", - "_copy": { - "name": "Nothic", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "skill": { + "perception": "+9", + "stealth": "+4" }, - "token": { - "name": "Nothic", - "source": "MM" - } - }, - { - "name": "Nycaloth", - "source": "XMM", - "_copy": { - "name": "Nycaloth", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 19, + "immune": [ + "lightning" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": "9", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 9}, reach 10 ft. {@h}12 ({@damage 2d6 + 5}) Slashing damage plus 5 ({@damage 1d10}) Lightning damage." + ] + }, + { + "name": "Lightning Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 16}, each creature in a 60-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 55 ({@damage 10d10}) Lightning damage. {@actSaveSuccess} Half damage." + ] } - }, + ], + "environment": [ + "coastal", + "desert" + ], + "treasure": [ + "relics" + ], + "dragonAge": "young", "token": { - "name": "Nycaloth", + "name": "Young Blue Dragon", "source": "MM" - } + }, + "soundClip": { + "type": "internal", + "path": "bestiary/blue-dragon.mp3" + }, + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "L", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Ochre Jelly", + "name": "Young Brass Dragon", + "group": [ + "Metallic Dragons" + ], "source": "XMM", - "_copy": { - "name": "Ochre Jelly", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 54, + "size": [ + "L" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, + "alignment": [ + "C", + "G" + ], + "ac": [ + 17 + ], + "hp": { + "average": 110, + "formula": "13d10 + 39" + }, + "speed": { + "walk": 40, + "burrow": 20, + "fly": 80 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 10, + "con": 17, + "int": 12, + "wis": 11, + "cha": 15, + "save": { + "dex": "+3", + "wis": "+3" + }, + "skill": { + "perception": "+6", + "persuasion": "+5", + "stealth": "+3" }, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 16, + "immune": [ + "fire" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": "6", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace two attacks with a use of Sleep Breath." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}15 ({@damage 2d10 + 4}) Slashing damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 14}, each creature in a 40-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 38 ({@damage 11d6}) Fire damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Sleep Breath", + "entries": [ + "{@actSave con} {@dc 14}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has the {@condition Incapacitated|XPHB} condition until the end of its next turn, at which point it repeats the save. {@actSaveFail 2} The target has the {@condition Unconscious|XPHB} condition for 1 minute. This effect ends for the target if it takes damage or a creature within 5 feet of it takes an action to wake it." + ] + } + ], + "environment": [ + "desert" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "young", "token": { - "name": "Ochre Jelly", + "name": "Young Brass Dragon", "source": "MM" - } + }, + "soundClip": { + "type": "internal", + "path": "bestiary/brass-dragon.mp3" + }, + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "F", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "incapacitated", + "unconscious" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Ogre", - "source": "XMM", - "page": 231, - "otherSources": [ - { - "source": "ScoEE" - } + "name": "Young Bronze Dragon", + "group": [ + "Metallic Dragons" ], + "source": "XMM", + "page": 58, "size": [ "L" ], - "type": "giant", + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, "alignment": [ - "C", - "E" + "L", + "G" ], "ac": [ - 11 + 17 ], "hp": { - "average": 68, - "formula": "8d10 + 24" + "average": 142, + "formula": "15d10 + 60" }, "speed": { - "walk": 40 + "walk": 40, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 21, + "dex": 10, + "con": 19, + "int": 14, + "wis": 13, + "cha": 17, + "save": { + "dex": "+3", + "wis": "+4" + }, + "skill": { + "insight": "+4", + "perception": "+7", + "stealth": "+3" }, - "str": 19, - "dex": 8, - "con": 16, - "int": 5, - "wis": 7, - "cha": 7, "senses": [ - "darkvision 60 ft." + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 17, + "immune": [ + "lightning" ], - "passive": 8, "languages": [ "Common", - "Giant" + "Draconic" ], - "cr": "2", - "gear": [ - "greatclub|xphb", + "cr": "8", + "trait": [ { - "item": "javelin|xphb", - "quantity": 3 + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] } ], "action": [ { - "name": "Greatclub", + "name": "Multiattack", "entries": [ - "{@atkr m} {@hit 6}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Bludgeoning damage." + "The dragon makes three Rend attacks. It can replace one attack with a use of Repulsion Breath." ] }, { - "name": "Javelin", + "name": "Rend", "entries": [ - "{@atkr m,r} {@hit 6}, reach 5 ft. or range 30/120 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage." + "{@atkr m} {@hit 8}, reach 10 ft. {@h}16 ({@damage 2d10 + 5}) Slashing damage." + ] + }, + { + "name": "Lightning Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 15}, each creature in a 60-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 49 ({@damage 9d10}) Lightning damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Repulsion Breath", + "entries": [ + "{@actSave str} {@dc 15}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target is pushed up to 40 feet straight away from the dragon and has the {@condition Prone|XPHB} condition." ] } ], + "environment": [ + "coastal" + ], + "treasure": [ + "implements" + ], + "dragonAge": "young", "token": { - "name": "Ogre", + "name": "Young Bronze Dragon", "source": "MM" }, + "soundClip": { + "type": "internal", + "path": "bestiary/bronze-dragon.mp3" + }, + "traitTags": [ + "Amphibious" + ], "senseTags": [ - "D" + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" ], "languageTags": [ "C", - "GI" + "DR" ], "damageTags": [ - "B", - "P" + "L", + "S" ], "miscTags": [ "MA", - "MLW", - "RA", - "THW" - ] + "RCH" + ], + "conditionInflict": [ + "prone" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Oni", + "name": "Young Copper Dragon", + "group": [ + "Metallic Dragons" + ], "source": "XMM", - "_copy": { - "name": "Oni", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 78, + "size": [ + "L" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] }, - "token": { - "name": "Oni", - "source": "MM" - } - }, - { - "name": "Owlbear", - "source": "XMM", - "_copy": { - "name": "Owlbear", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "alignment": [ + "C", + "G" + ], + "ac": [ + 17 + ], + "hp": { + "average": 119, + "formula": "14d10 + 42" }, - "token": { - "name": "Owlbear", - "source": "MM" - } - }, - { - "name": "Piercer", - "source": "XMM", - "_copy": { - "name": "Piercer", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 40, + "climb": 40, + "fly": 80 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 12, + "con": 17, + "int": 16, + "wis": 13, + "cha": 15, + "save": { + "dex": "+4", + "wis": "+4" + }, + "skill": { + "deception": "+5", + "perception": "+7", + "stealth": "+4" }, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 17, + "immune": [ + "acid" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": "7", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of Slowing Breath." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}15 ({@damage 2d10 + 4}) Slashing damage." + ] + }, + { + "name": "Acid Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 14}, each creature in a 40-foot-long, 5-foot-wide {@variantrule Line [Area of Effect]|XPHB|Line}. {@actSaveFail} 40 ({@damage 9d8}) Acid damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Slowing Breath", + "entries": [ + "{@actSave con} {@dc 14}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target can't take Reactions; its {@variantrule Speed|XPHB} is halved; and it can take either an action or a {@variantrule Bonus Action|XPHB} on its turn, not both. This effect lasts until the end of its next turn." + ] + } + ], + "environment": [ + "hill" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "young", "token": { - "name": "Piercer", + "name": "Young Copper Dragon", "source": "MM" - } + }, + "soundClip": { + "type": "internal", + "path": "bestiary/copper-dragon.mp3" + }, + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "A", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Pirate", - "source": "XMM", - "page": 241, - "otherSources": [ - { - "source": "ScoEE" - } + "name": "Young Gold Dragon", + "group": [ + "Metallic Dragons" ], + "source": "XMM", + "page": 144, "size": [ - "S", - "M" + "L" ], - "type": "humanoid", + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] + }, "alignment": [ - "A" + "L", + "G" ], "ac": [ - 14 + 18 ], "hp": { - "average": 27, - "formula": "5d8 + 5" + "average": 178, + "formula": "17d10 + 85" }, "speed": { - "walk": 30 + "walk": 40, + "fly": 80, + "swim": 40 }, - "str": 10, - "dex": 16, - "con": 12, - "int": 8, - "wis": 12, - "cha": 14, + "initiative": { + "proficiency": 1 + }, + "str": 23, + "dex": 14, + "con": 21, + "int": 16, + "wis": 13, + "cha": 20, "save": { - "dex": "+5", - "cha": "+4" + "dex": "+6", + "wis": "+5" }, - "passive": 11, + "skill": { + "insight": "+5", + "perception": "+9", + "persuasion": "+9", + "stealth": "+6" + }, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 19, + "immune": [ + "fire" + ], "languages": [ - "Common plus one other language" + "Common", + "Draconic" ], - "cr": "1", - "gear": [ + "cr": "10", + "trait": [ { - "item": "dagger|xphb", - "quantity": 6 - }, - "leather armor|xphb" + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + } ], "action": [ { "name": "Multiattack", "entries": [ - "The pirate makes two Dagger attacks. It can replace one of these attacks with a use of Enthralling Panache." + "The dragon makes three Rend attacks. It can replace one attack with a use of Weakening Breath." ] }, { - "name": "Dagger", + "name": "Rend", "entries": [ - "{@atkr m,r} {@hit 5}, reach 5 ft. or range 20/60 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage." + "{@atkr m} {@hit 10}, reach 10 ft. {@h}17 ({@damage 2d10 + 6}) Slashing damage." ] }, { - "name": "Enthralling Panache", + "name": "Fire Breath {@recharge 5}", "entries": [ - "{@actSave wis} {@dc 12}, one creature the pirate can see within 30 feet. {@actSaveFail} The target has the {@condition Charmed|XPHB} condition until the start of the pirate's next turn." + "{@actSave dex} {@dc 17}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 55 ({@damage 10d10}) Fire damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Weakening Breath", + "entries": [ + "{@actSave str} {@dc 17}, each creature that isn't currently affected by this breath in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} The target has {@variantrule Disadvantage|XPHB} on Strength-based {@variantrule D20 Test|XPHB|D20 Tests} and subtracts 3 ({@dice 1d6}) from its damage rolls. It repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." ] } ], + "environment": [ + "forest", + "grassland" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "young", "token": { - "name": "Pirate Bosun", - "source": "GoS" + "name": "Young Gold Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/gold-dragon.mp3" }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "B", + "SD" + ], "actionTags": [ + "Breath Weapon", "Multiattack" ], "languageTags": [ "C", - "X" + "DR" ], "damageTags": [ - "P" + "F", + "S" ], "miscTags": [ "MA", - "MLW", - "RA", - "THW" + "RCH" ], - "conditionInflict": [ - "charmed" - ] + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Pirate Captain", - "source": "XMM", - "page": 242, - "otherSources": [ - { - "source": "ScoEE" - } + "name": "Young Green Dragon", + "group": [ + "Chromatic Dragons" ], + "source": "XMM", + "page": 152, "size": [ - "S", - "M" + "L" ], - "type": "humanoid", + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] + }, "alignment": [ - "A" + "L", + "E" ], "ac": [ - 17 + 18 ], "hp": { - "average": 78, - "formula": "12d8 + 24" + "average": 136, + "formula": "16d10 + 48" }, "speed": { - "walk": 30 + "walk": 40, + "fly": 80, + "swim": 40 }, - "str": 10, - "dex": 18, - "con": 14, - "int": 10, - "wis": 14, - "cha": 17, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 12, + "con": 17, + "int": 16, + "wis": 13, + "cha": 15, "save": { - "str": "+3", - "dex": "+7", - "wis": "+5", - "cha": "+6" + "dex": "+4", + "wis": "+4" }, "skill": { - "acrobatics": "+7", - "perception": "+5" + "deception": "+5", + "perception": "+7", + "stealth": "+4" }, - "passive": 15, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 17, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], "languages": [ - "Common plus one other language" + "Common", + "Draconic" ], - "cr": "6", - "gear": [ - "pistol|xphb", - "rapier|xphb" + "cr": "8", + "trait": [ + { + "name": "Amphibious", + "entries": [ + "The dragon can breathe air and water." + ] + } ], "action": [ { "name": "Multiattack", "entries": [ - "The pirate makes three attacks, using Rapier or Pistol in any combination." + "The dragon makes three Rend attacks." ] }, { - "name": "Rapier", + "name": "Rend", "entries": [ - "{@atkr m} {@hit 7}, reach 5 ft. {@h}13 ({@damage 2d8 + 4}) Piercing damage, and the pirate has Advantage on the next attack roll it makes before the end of this turn." + "{@atkr m} {@hit 7}, reach 10 ft. {@h}11 ({@damage 2d6 + 4}) Slashing damage plus 7 ({@damage 2d6}) Poison damage." ] }, { - "name": "Pistol", + "name": "Poison Breath {@recharge 5}", "entries": [ - "{@atkr r} {@hit 7}, range 30/90 ft. {@h}15 ({@damage 2d10 + 4}) Piercing damage." + "{@actSave con} {@dc 14}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 42 ({@damage 12d6}) Poison damage. {@actSaveSuccess} Half damage." ] } ], - "bonus": [ - { - "name": "Captain's Charm", - "entries": [ - "{@actSave wis} {@dc 14}, one creature the pirate can see within 30 feet. {@actSaveFail} The target has the {@condition Charmed|XPHB} condition until the start of the pirate's next turn." - ] - } + "environment": [ + "forest" ], - "reaction": [ - { - "name": "Riposte", - "entries": [ - "{@actTrigger} The pirate is hit by a melee attack roll while holding a weapon. {@actResponse} The pirate adds 3 to its AC against that attack, possibly causing the attack to miss. On a miss, the pirate makes one Rapier attack against the triggering creature." - ] - } + "treasure": [ + "arcana" ], + "dragonAge": "young", "token": { - "name": "Pirate Captain", - "source": "GoS" + "name": "Young Green Dragon", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/green-dragon.mp3" }, + "traitTags": [ + "Amphibious" + ], + "senseTags": [ + "B", + "SD" + ], "actionTags": [ + "Breath Weapon", "Multiattack" ], "languageTags": [ "C", - "X" + "DR" ], "damageTags": [ - "P" + "I", + "S" ], "miscTags": [ "MA", - "MLW", - "RA", - "RNG" + "RCH" ], - "conditionInflict": [ - "charmed" - ] + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Pit Fiend", + "name": "Young Red Dragon", + "group": [ + "Chromatic Dragons" + ], "source": "XMM", - "_copy": { - "name": "Pit Fiend", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 254, + "size": [ + "L" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] }, - "token": { - "name": "Pit Fiend", - "source": "MM" - } - }, - { - "name": "Pixie", - "source": "XMM", - "_copy": { - "name": "Pixie", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "alignment": [ + "C", + "E" + ], + "ac": [ + 18 + ], + "hp": { + "average": 178, + "formula": "17d10 + 85" }, - "token": { - "name": "Pixie", - "source": "MM" - } - }, - { - "name": "Planetar", - "source": "XMM", - "_copy": { - "name": "Planetar", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 40, + "climb": 40, + "fly": 80 }, - "token": { - "name": "Planetar", - "source": "MM" - } - }, - { - "name": "Priest", - "source": "XMM", - "_copy": { - "name": "Priest", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "initiative": { + "proficiency": 1 }, - "token": { - "name": "Priest", - "source": "MM" - } - }, - { - "name": "Red Dragon Wyrmling", - "source": "XMM", - "_copy": { - "name": "Red Dragon Wyrmling", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "str": 23, + "dex": 10, + "con": 21, + "int": 14, + "wis": 11, + "cha": 19, + "save": { + "dex": "+4", + "wis": "+4" + }, + "skill": { + "perception": "+8", + "stealth": "+4" + }, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 18, + "immune": [ + "fire" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": "10", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 10}, reach 10 ft. {@h}13 ({@damage 2d6 + 6}) Slashing damage plus 3 ({@damage 1d6}) Fire damage." + ] + }, + { + "name": "Fire Breath {@recharge 5}", + "entries": [ + "{@actSave dex} {@dc 17}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 56 ({@damage 16d6}) Fire damage. {@actSaveSuccess} Half damage." + ] } - }, + ], + "environment": [ + "hill", + "mountain" + ], + "treasure": [ + "any" + ], + "dragonAge": "young", "token": { - "name": "Red Dragon Wyrmling", + "name": "Young Red Dragon", "source": "MM" - } - }, - { - "name": "Red Slaad", - "source": "XMM", - "_copy": { - "name": "Red Slaad", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } }, - "token": { - "name": "Red Slaad", - "source": "MM" - } - }, - { - "name": "Rhinoceros", - "source": "XMM", - "_copy": { - "name": "Rhinoceros", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "soundClip": { + "type": "internal", + "path": "bestiary/red-dragon.mp3" }, - "token": { - "name": "Rhinoceros", - "source": "MM" - } + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "F", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Roc", + "name": "Young Remorhaz", "source": "XMM", - "_copy": { - "name": "Roc", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 258, + "size": [ + "L" + ], + "type": "monstrosity", + "alignment": [ + "U" + ], + "ac": [ + 14 + ], + "hp": { + "average": 93, + "formula": "11d10 + 33" }, - "token": { - "name": "Roc", - "source": "MM" - } - }, - { - "name": "Rust Monster", - "source": "XMM", - "_copy": { - "name": "Rust Monster", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 30, + "burrow": 20 }, - "token": { - "name": "Rust Monster", - "source": "MM" - } - }, - { - "name": "Sahuagin Priest", - "source": "XMM", - "_copy": { - "name": "Sahuagin Priestess", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "str": 18, + "dex": 13, + "con": 17, + "int": 3, + "wis": 10, + "cha": 4, + "senses": [ + "darkvision 60 ft.", + "tremorsense 60 ft." + ], + "passive": 10, + "immune": [ + "cold", + "fire" + ], + "cr": "5", + "trait": [ + { + "name": "Heat Aura", + "entries": [ + "At the end of each of the remorhaz's turns, each creature in a 5-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the remorhaz takes 11 ({@damage 2d10}) Fire damage." + ] } - }, - "token": { - "name": "Sahuagin Priestess", - "source": "MM" - } - }, - { - "name": "Sahuagin Warrior", - "source": "XMM", - "_copy": { - "name": "Sahuagin", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + ], + "action": [ + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 7}, reach 5 ft. {@h}15 ({@damage 2d10 + 4}) Piercing damage plus 13 ({@damage 3d8}) Fire damage." + ] } - }, + ], + "environment": [ + "arctic" + ], "token": { - "name": "Sahuagin", + "name": "Young Remorhaz", "source": "MM" - } - }, - { - "name": "Salamander", - "source": "XMM", - "_copy": { - "name": "Salamander", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } }, - "token": { - "name": "Salamander", - "source": "MM" - } - }, - { - "name": "Satyr Revelmaster", - "source": "XMM", - "_copy": { - "name": "Satyr", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder. A Satyr Revelmaster is a CR 6 Fey.}" - ] - } - } - } + "soundClip": { + "type": "internal", + "path": "bestiary/remorhaz.mp3" }, - "token": { - "name": "Satyr", - "source": "MM" - } + "senseTags": [ + "D", + "T" + ], + "damageTags": [ + "F", + "P" + ], + "miscTags": [ + "MA" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Shadow", + "name": "Young Silver Dragon", + "group": [ + "Metallic Dragons" + ], "source": "XMM", - "_copy": { - "name": "Shadow", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 278, + "size": [ + "L" + ], + "type": { + "type": "dragon", + "tags": [ + "metallic" + ] }, - "token": { - "name": "Shadow", - "source": "MM" - } - }, - { - "name": "Shield Guardian", - "source": "XMM", - "_copy": { - "name": "Shield Guardian", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "alignment": [ + "L", + "G" + ], + "ac": [ + 18 + ], + "hp": { + "average": 168, + "formula": "16d10 + 80" }, - "token": { - "name": "Shield Guardian", - "source": "MM" - } - }, - { - "name": "Shrieker Fungus", - "source": "XMM", - "_copy": { - "name": "Shrieker", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "speed": { + "walk": 40, + "fly": 80 }, - "token": { - "name": "Shrieker", - "source": "MM" - } - }, - { - "name": "Smoke Mephit", - "source": "XMM", - "_copy": { - "name": "Smoke Mephit", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "initiative": { + "proficiency": 1 }, - "token": { - "name": "Smoke Mephit", - "source": "MM" - } - }, - { - "name": "Solar", - "source": "XMM", - "_copy": { - "name": "Solar", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "str": 23, + "dex": 10, + "con": 21, + "int": 14, + "wis": 11, + "cha": 19, + "save": { + "dex": "+4", + "wis": "+4" + }, + "skill": { + "history": "+6", + "perception": "+8", + "stealth": "+4" + }, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 18, + "immune": [ + "cold" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": "9", + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks. It can replace one attack with a use of Paralyzing Breath." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 10}, reach 10 ft. {@h}15 ({@damage 2d8 + 6}) Slashing damage." + ] + }, + { + "name": "Cold Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 17}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 49 ({@damage 11d8}) Cold damage. {@actSaveSuccess} Half damage." + ] + }, + { + "name": "Paralyzing Breath", + "entries": [ + "{@actSave con} {@dc 17}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail 1} The target has the {@condition Incapacitated|XPHB} condition until the end of its next turn, when it repeats the save. {@actSaveFail 2} The target has the {@condition Paralyzed|XPHB} condition, and it repeats the save at the end of each of its turns, ending the effect on itself on a success. After 1 minute, it succeeds automatically." + ] } - }, + ], + "environment": [ + "mountain", + "urban" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "young", "token": { - "name": "Solar", + "name": "Young Silver Dragon", "source": "MM" - } - }, - { - "name": "Spined Devil", - "source": "XMM", - "_copy": { - "name": "Spined Devil", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } }, - "token": { - "name": "Spined Devil", - "source": "MM" - } - }, - { - "name": "Spy", - "source": "XMM", - "_copy": { - "name": "Spy", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "soundClip": { + "type": "internal", + "path": "bestiary/silver-dragon.mp3" }, - "token": { - "name": "Spy", - "source": "MM" - } + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "C", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflict": [ + "incapacitated", + "paralyzed" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Spy Master", + "name": "Young White Dragon", + "group": [ + "Chromatic Dragons" + ], "source": "XMM", - "_copy": { - "name": "Spy", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder. A Spy Master is a CR 10 Humanoid.}" - ] - } - } - } + "page": 328, + "size": [ + "L" + ], + "type": { + "type": "dragon", + "tags": [ + "chromatic" + ] }, - "token": { - "name": "Spy", - "source": "MM" - } - }, - { - "name": "Stirge", - "source": "XMM", - "_copy": { - "name": "Stirge", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "alignment": [ + "C", + "E" + ], + "ac": [ + 17 + ], + "hp": { + "average": 123, + "formula": "13d10 + 52" + }, + "speed": { + "walk": 40, + "burrow": 20, + "fly": 80, + "swim": 40 + }, + "initiative": { + "proficiency": 1 + }, + "str": 18, + "dex": 10, + "con": 18, + "int": 6, + "wis": 11, + "cha": 12, + "save": { + "dex": "+3", + "wis": "+3" + }, + "skill": { + "perception": "+6", + "stealth": "+3" }, + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "passive": 16, + "immune": [ + "cold" + ], + "languages": [ + "Common", + "Draconic" + ], + "cr": "6", + "trait": [ + { + "name": "Ice Walk", + "entries": [ + "The dragon can move across and climb icy surfaces without needing to make an ability check. Additionally, {@variantrule Difficult Terrain|XPHB} composed of ice or snow doesn't cost it extra movement." + ] + } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The dragon makes three Rend attacks." + ] + }, + { + "name": "Rend", + "entries": [ + "{@atkr m} {@hit 7}, reach 10 ft. {@h}9 ({@damage 2d4 + 4}) Slashing damage plus 2 ({@damage 1d4}) Cold damage." + ] + }, + { + "name": "Cold Breath {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 15}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 40 ({@damage 9d8}) Cold damage. {@actSaveSuccess} Half damage." + ] + } + ], + "environment": [ + "arctic" + ], + "treasure": [ + "arcana" + ], + "dragonAge": "young", "token": { - "name": "Stirge", + "name": "Young White Dragon", "source": "MM" - } + }, + "soundClip": { + "type": "internal", + "path": "bestiary/white-dragon.mp3" + }, + "senseTags": [ + "B", + "SD" + ], + "actionTags": [ + "Breath Weapon", + "Multiattack" + ], + "languageTags": [ + "C", + "DR" + ], + "damageTags": [ + "C", + "S" + ], + "miscTags": [ + "MA", + "RCH" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Stone Golem", + "name": "Yuan-ti Abomination", "source": "XMM", - "page": 301, - "otherSources": [ - { - "source": "ScoEE" - } - ], + "page": 345, "size": [ "L" ], - "type": "construct", + "type": "monstrosity", "alignment": [ - "U" + "N", + "E" ], "ac": [ - 18 + 15 ], "hp": { - "average": 252, - "formula": "24d10 + 120" + "average": 127, + "formula": "15d10 + 45" }, "speed": { - "walk": 30 + "walk": 40, + "climb": 30 + }, + "initiative": { + "proficiency": 1 + }, + "str": 19, + "dex": 16, + "con": 17, + "int": 17, + "wis": 18, + "cha": 15, + "skill": { + "perception": "+7", + "stealth": "+6" }, - "str": 22, - "dex": 9, - "con": 20, - "int": 3, - "wis": 11, - "cha": 1, "senses": [ - "darkvision 120 ft." + "darkvision 60 ft." ], - "passive": 10, + "passive": 17, "immune": [ - "poison", - "psychic" + "poison" ], "conditionImmune": [ - "charmed", - "exhaustion", - "frightened", - "paralyzed", - "petrified", "poisoned" ], "languages": [ - "understands Common plus two other languages but can't speak" + "Abyssal", + "Common", + "Draconic" ], - "cr": "10", - "trait": [ + "cr": "7", + "spellcasting": [ { - "name": "Immutable Form", - "entries": [ - "The golem can't shape-shift." - ] - }, + "name": "Spellcasting (Yuan-ti Form Only)", + "type": "spellcasting", + "headerEntries": [ + "The yuan-ti casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 15}):" + ], + "will": [ + "{@spell Animal Friendship|XPHB} (snakes only)" + ], + "daily": { + "3": [ + "{@spell Suggestion|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ { "name": "Magic Resistance", "entries": [ - "The golem has Advantage on saving throws against spells and other magical effects." + "The yuan-ti has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." ] } ], @@ -4602,159 +60080,166 @@ { "name": "Multiattack", "entries": [ - "The golem makes two attacks, using Slam or Force Bolt in any combination." + "The yuan-ti makes two Bite attacks, and it can use Spellcasting to cast {@spell Suggestion|XPHB} if available." ] }, { - "name": "Slam", + "name": "Bite", "entries": [ - "{@atkr m} {@hit 10}, reach 5 ft. {@h}15 ({@damage 2d8 + 6}) Bludgeoning damage plus 9 ({@damage 2d8}) Force damage." + "{@atkr m} {@hit 7}, reach 5 ft. {@h}11 ({@damage 2d6 + 4}) Piercing damage plus 10 ({@damage 3d6}) Poison damage." ] }, { - "name": "Force Bolt", + "name": "Constrict", "entries": [ - "{@atkr r} {@hit 9}, range 90 ft. {@h}26 ({@damage 4d12}) Force damage." + "{@actSave str} {@dc 15}, one Large or smaller creature within 5 feet. {@actSaveFail} 28 ({@damage 7d6 + 4}) Bludgeoning damage. The target has the {@condition Grappled|XPHB} condition (escape {@dc 14}), and it has the {@condition Restrained|XPHB} condition until the grapple ends. {@actSaveSuccess} Half damage only." ] }, { - "name": "Slow {@recharge 5}", + "name": "Poison Spray {@recharge 5}", + "entries": [ + "{@actSave con} {@dc 14}, each creature in a 30-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}. {@actSaveFail} 21 ({@damage 6d6}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition until the end of the yuan-ti's next turn. While {@condition Poisoned|XPHB}, the target has the {@condition Blinded|XPHB} condition. {@actSaveSuccess} Half damage only." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", "entries": [ - "The golem casts {@spell Slow|XPHB} (spell save {@dc 17}), requiring no spell components and using Constitution as the spellcasting ability." + "The yuan-ti shape-shifts into a Large snake or returns to its true form. If it dies, it stays in its current form. The yuan-ti's game statistics are the same in each form, except where noted. Any equipment it is wearing or carrying isn't transformed." ] } ], + "environment": [ + "desert", + "forest", + "swamp", + "urban" + ], + "treasure": [ + "relics" + ], "token": { - "name": "Stone Golem", + "name": "Yuan-ti Abomination", "source": "MM" }, + "soundClip": { + "type": "internal", + "path": "bestiary/yuan-ti-abomination.mp3" + }, "traitTags": [ - "Immutable Form", "Magic Resistance" ], "senseTags": [ - "SD" + "D" ], "actionTags": [ "Multiattack" ], - "languageTags": [ - "C", - "CS", - "X" + "languageTags": [ + "AB", + "C", + "DR" + ], + "damageTags": [ + "B", + "I", + "P" + ], + "spellcastingTags": [ + "F" + ], + "miscTags": [ + "MA" + ], + "conditionInflict": [ + "blinded", + "grappled", + "poisoned", + "restrained" + ], + "conditionInflictSpell": [ + "charmed" ], - "damageTags": [ - "B", - "O" + "savingThrowForcedSpell": [ + "wisdom" ], - "miscTags": [ - "MA", - "RA" - ] + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Storm Giant", - "source": "XMM", - "_copy": { - "name": "Storm Giant", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Storm Giant", - "source": "MM" - } - }, - { - "name": "Succubus", + "name": "Yuan-ti Infiltrator", "source": "XMM", - "page": 303, - "otherSources": [ - { - "source": "ScoEE" - } - ], + "page": 342, "size": [ "M" ], - "type": "fiend", + "type": "monstrosity", "alignment": [ "N", "E" ], "ac": [ - 15 + 11 ], "hp": { - "average": 66, - "formula": "12d8 + 12" + "average": 40, + "formula": "9d8" }, "speed": { - "walk": 30, - "fly": 60 + "walk": 30 }, - "str": 8, - "dex": 17, - "con": 13, - "int": 15, - "wis": 12, - "cha": 20, + "str": 11, + "dex": 12, + "con": 11, + "int": 13, + "wis": 14, + "cha": 12, "skill": { - "deception": "+9", - "perception": "+5", - "stealth": "+7" + "deception": "+5", + "perception": "+4", + "stealth": "+3" }, "senses": [ "darkvision 60 ft." ], - "passive": 15, - "resist": [ - "cold", - "fire", - "poison", - "psychic" + "passive": 14, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" ], "languages": [ "Abyssal", "Common", - "Infernal", - "telepathy 60 ft." + "Draconic" ], - "cr": "4", + "cr": "1", "spellcasting": [ { "name": "Spellcasting", "type": "spellcasting", "headerEntries": [ - "The succubus casts one of the following spells, requiring no Material components and using Charisma as the spellcasting ability (spell save {@dc 15}):" + "The yuan-ti casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 12}):" ], "will": [ - "{@spell Dominate Person|XPHB} (level 8 version)" + "{@spell Animal Friendship|XPHB} (snakes only)" ], "daily": { - "1": [ - "{@spell Hypnotic Pattern|XPHB}" + "2": [ + "{@spell Suggestion|XPHB}" ] }, - "ability": "cha", + "ability": "wis", "displayAs": "action" } ], "trait": [ { - "name": "Incubus Form", + "name": "Magic Resistance", "entries": [ - "When the succubus finishes a Long Rest, it can shape-shift into an {@creature Incubus|XMM}, using that stat block instead of this one." + "The yuan-ti has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." ] } ], @@ -4762,34 +60247,41 @@ { "name": "Multiattack", "entries": [ - "The succubus makes two Fiendish Touch attacks and can use Spellcasting to cast {@spell Dominate Person|XPHB}. It can replace one attack with a use of Draining Kiss." + "The yuan-ti makes two Scimitar attacks." ] }, { - "name": "Fiendish Touch", + "name": "Scimitar", "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Psychic damage." + "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Slashing damage." ] }, { - "name": "Draining Kiss", + "name": "Poison Ray", "entries": [ - "{@actSave con} {@dc 15}, one creature {@condition Charmed|XPHB} by the succubus within 5 feet. {@actSaveFail} 13 ({@damage 3d8}) Psychic damage. {@actSaveSuccess} Half damage. {@actSaveSuccessOrFail} The target's Hit Point maximum is reduced by an amount equal to the damage taken." + "{@atkr r} {@hit 4}, range 120 ft. {@h}9 ({@damage 2d6 + 2}) Poison damage." ] } ], - "bonus": [ - { - "name": "Shape-Shift", - "entries": [ - "The succubus shape-shifts to resemble a Medium or Small Humanoid or back into its true form. Its game statistics are the same in each form, except its Fly Speed is available only in its true form. Any equipment it's wearing or carrying isn't transformed." - ] - } + "environment": [ + "desert", + "forest", + "swamp", + "urban" + ], + "treasure": [ + "relics" ], "token": { - "name": "Succubus", + "name": "Yuan-ti Pureblood", "source": "MM" }, + "attachedItems": [ + "scimitar|phb" + ], + "traitTags": [ + "Magic Resistance" + ], "senseTags": [ "D" ], @@ -4799,195 +60291,104 @@ "languageTags": [ "AB", "C", - "I", - "TP" + "DR" ], "damageTags": [ - "Y" + "I", + "S" ], "spellcastingTags": [ "O" ], "miscTags": [ - "HPR", - "MA" + "MA", + "MLW", + "RA" ], "conditionInflictSpell": [ - "charmed", - "incapacitated" + "charmed" ], "savingThrowForcedSpell": [ "wisdom" - ] - }, - { - "name": "Swarm of Bats", - "source": "XMM", - "_copy": { - "name": "Swarm of Bats", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Swarm of Bats", - "source": "MM" - } - }, - { - "name": "Swarm of Insects", - "source": "XMM", - "_copy": { - "name": "Swarm of Insects", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Swarm of Insects", - "source": "MM" - } - }, - { - "name": "Swarm of Rats", - "source": "XMM", - "_copy": { - "name": "Swarm of Rats", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Swarm of Rats", - "source": "MM" - } - }, - { - "name": "Tarrasque", - "source": "XMM", - "_copy": { - "name": "Tarrasque", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Tarrasque", - "source": "MM" - } - }, - { - "name": "Tough", - "source": "XMM", - "_copy": { - "name": "Thug", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Thug", - "source": "MM" - } + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Tough Boss", + "name": "Yuan-ti Malison (Type 1)", "source": "XMM", - "page": 307, - "otherSources": [ - { - "source": "ScoEE" - } - ], + "page": 343, "size": [ - "S", "M" ], - "type": "humanoid", + "type": "monstrosity", "alignment": [ - "A" + "N", + "E" ], "ac": [ - 16 + 12 ], "hp": { - "average": 82, - "formula": "11d8 + 33" + "average": 66, + "formula": "12d8 + 12" }, "speed": { - "walk": 30 + "walk": 30, + "climb": { + "number": 30, + "condition": "(snake form only)" + } }, - "str": 17, + "str": 16, "dex": 14, - "con": 16, - "int": 11, - "wis": 10, - "cha": 11, - "save": { - "str": "+5", - "con": "+5", - "cha": "+2" + "con": 13, + "int": 14, + "wis": 16, + "cha": 12, + "skill": { + "stealth": "+4 (+6 while in snake form)" }, - "passive": 10, + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], "languages": [ - "Common" + "Abyssal", + "Common", + "Draconic" ], - "cr": "4", - "gear": [ - "chain mail|xphb", - "heavy crossbow|xphb", - "warhammer|xphb" + "cr": "3", + "spellcasting": [ + { + "name": "Spellcasting (Yuan-ti Form Only)", + "type": "spellcasting", + "headerEntries": [ + "The yuan-ti casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Animal Friendship|XPHB} (snakes only)" + ], + "daily": { + "2": [ + "{@spell Suggestion|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } ], "trait": [ { - "name": "Pack Tactics", + "name": "Magic Resistance", "entries": [ - "The tough has Advantage on an attack roll against a creature if at least one of the tough's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." + "The yuan-ti has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." ] } ], @@ -4995,527 +60396,487 @@ { "name": "Multiattack", "entries": [ - "The tough makes two attacks, using Warhammer or Heavy Crossbow in any combination." + "The yuan-ti makes two attacks, using Bite or Poison Ray in any combination, and it can use Spellcasting to cast {@spell Suggestion|XPHB} if available." ] }, { - "name": "Warhammer", + "name": "Bite", "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}12 ({@damage 2d8 + 3}) Bludgeoning damage, and if the target is Large or smaller, the tough can push the target up to 10 feet straight away from itself." + "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage plus 7 ({@damage 2d6}) Poison damage." ] }, { - "name": "Heavy Crossbow", + "name": "Poison Ray (Yuan-ti Form Only)", "entries": [ - "{@atkr r} {@hit 4}, range 100/400 ft. {@h}13 ({@damage 2d10 + 2}) Piercing damage." + "{@atkr r} {@hit 5}, range 120 ft. {@h}12 ({@damage 2d8 + 3}) Poison damage." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The yuan-ti shape-shifts into a Medium snake or returns to its true form. If it dies, it stays in its current form. The yuan-ti's game statistics are the same in each form, except where noted. Any equipment it is wearing or carrying isn't transformed." ] } ], + "environment": [ + "desert", + "forest", + "swamp", + "urban" + ], + "treasure": [ + "relics" + ], + "token": { + "name": "Yuan-ti Malison (Type 1)", + "source": "MM" + }, + "soundClip": { + "type": "internal", + "path": "bestiary/yuan-ti-malison.mp3" + }, "traitTags": [ - "Pack Tactics" + "Magic Resistance" + ], + "senseTags": [ + "D" ], "actionTags": [ "Multiattack" ], "languageTags": [ - "C" + "AB", + "C", + "DR" ], "damageTags": [ - "B", + "I", "P" ], + "spellcastingTags": [ + "F" + ], "miscTags": [ "MA", - "MLW", - "RA", - "RNG" + "RA" ], - "hasToken": true - }, - { - "name": "Treant", - "source": "XMM", - "_copy": { - "name": "Treant", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Treant", - "source": "MM" - } - }, - { - "name": "Troll", - "source": "XMM", - "_copy": { - "name": "Troll", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Troll", - "source": "MM" - } - }, - { - "name": "Twig Blight", - "source": "XMM", - "_copy": { - "name": "Twig Blight", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Twig Blight", - "source": "MM" - } - }, - { - "name": "Tyrannosaurus Rex", - "source": "XMM", - "_copy": { - "name": "Tyrannosaurus Rex", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Tyrannosaurus Rex", - "source": "MM" - } - }, - { - "name": "Ultroloth", - "source": "XMM", - "_copy": { - "name": "Ultroloth", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Ultroloth", - "source": "MM" - } - }, - { - "name": "Vampire", - "source": "XMM", - "_copy": { - "name": "Vampire", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Vampire", - "source": "MM" - } - }, - { - "name": "Violet Fungus", - "source": "XMM", - "_copy": { - "name": "Violet Fungus", - "source": "DoSI", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } - }, - "token": { - "name": "Violet Fungus", - "source": "DoSI" - } + "conditionInflictSpell": [ + "charmed" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Vrock", + "name": "Yuan-ti Malison (Type 2)", "source": "XMM", - "_copy": { - "name": "Vrock", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "page": 343, + "size": [ + "M" + ], + "type": "monstrosity", + "alignment": [ + "N", + "E" + ], + "ac": [ + 12 + ], + "hp": { + "average": 66, + "formula": "12d8 + 12" }, - "token": { - "name": "Vrock", - "source": "MM" - } - }, - { - "name": "Warhorse Skeleton", - "source": "XMM", - "_copy": { - "name": "Warhorse Skeleton", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "speed": { + "walk": 30, + "climb": { + "number": 30, + "condition": "(snake form only)" } }, - "token": { - "name": "Warhorse Skeleton", - "source": "MM" - } - }, - { - "name": "Warrior Infantry", - "source": "XMM", - "_copy": { - "name": "Tribal Warrior", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "str": 16, + "dex": 14, + "con": 13, + "int": 14, + "wis": 16, + "cha": 12, + "skill": { + "stealth": "+4 (+6 while in snake form)" }, - "token": { - "name": "Tribal Warrior", - "source": "MM" - } - }, - { - "name": "Warrior Veteran", - "source": "XMM", - "_copy": { - "name": "Veteran", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "senses": [ + "darkvision 60 ft." + ], + "passive": 13, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], + "languages": [ + "Abyssal", + "Common", + "Draconic" + ], + "cr": "3", + "spellcasting": [ + { + "name": "Spellcasting (Yuan-ti Form Only)", + "type": "spellcasting", + "headerEntries": [ + "The yuan-ti casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Animal Friendship|XPHB} (snakes only)" + ], + "daily": { + "2": [ + "{@spell Suggestion|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" } - }, - "token": { - "name": "Veteran", - "source": "MM" - } - }, - { - "name": "Water Elemental", - "source": "XMM", - "_copy": { - "name": "Water Elemental", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The yuan-ti has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] } - }, - "token": { - "name": "Water Elemental", - "source": "MM" - } - }, - { - "name": "Water Weird", - "source": "XMM", - "_copy": { - "name": "Water Weird", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + ], + "action": [ + { + "name": "Multiattack", + "entries": [ + "The yuan-ti makes two Bite attacks, and it can use Spellcasting to cast {@spell Suggestion|XPHB} if available." + ] + }, + { + "name": "Bite", + "entries": [ + "{@atkr m} {@hit 5}, reach 10 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage plus 7 ({@damage 2d6}) Poison damage." + ] } - }, - "token": { - "name": "Water Weird", - "source": "MM" - } - }, - { - "name": "Wight", - "source": "XMM", - "_copy": { - "name": "Wight", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + ], + "bonus": [ + { + "name": "Shape-Shift", + "entries": [ + "The yuan-ti shape-shifts into a Medium snake or returns to its true form. If it dies, it stays in its current form. The yuan-ti's game statistics are the same in each form, except where noted. Any equipment it is wearing or carrying isn't transformed." + ] } - }, + ], + "environment": [ + "desert", + "forest", + "swamp", + "urban" + ], + "treasure": [ + "relics" + ], "token": { - "name": "Wight", + "name": "Yuan-ti Malison (Type 2)", "source": "MM" - } - }, - { - "name": "Will-o'-Wisp", - "source": "XMM", - "_copy": { - "name": "Will-o'-Wisp", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } }, - "token": { - "name": "Will-o'-Wisp", - "source": "MM" - } - }, - { - "name": "Winged Kobold", - "source": "XMM", - "_copy": { - "name": "Winged Kobold", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } - } + "soundClip": { + "type": "internal", + "path": "bestiary/yuan-ti-malison.mp3" }, - "token": { - "name": "Winged Kobold", - "source": "MM" - } + "traitTags": [ + "Magic Resistance" + ], + "senseTags": [ + "D" + ], + "actionTags": [ + "Multiattack" + ], + "languageTags": [ + "AB", + "C", + "DR" + ], + "damageTags": [ + "I", + "P" + ], + "spellcastingTags": [ + "F" + ], + "miscTags": [ + "MA", + "RCH" + ], + "conditionInflictSpell": [ + "charmed" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Worg", + "name": "Yuan-ti Malison (Type 3)", "source": "XMM", - "page": 335, - "otherSources": [ - { - "source": "UtHftLH" - } - ], + "page": 344, "size": [ - "L" + "M" ], - "type": "fey", + "type": "monstrosity", "alignment": [ "N", "E" ], "ac": [ - 13 + 12 ], "hp": { - "average": 26, - "formula": "4d10 + 4" + "average": 66, + "formula": "12d8 + 12" }, "speed": { - "walk": 50 + "walk": 30, + "climb": 30 }, "str": 16, - "dex": 13, + "dex": 14, "con": 13, - "int": 7, - "wis": 11, - "cha": 8, + "int": 14, + "wis": 16, + "cha": 12, "skill": { - "perception": "+4" + "stealth": "+4 (+6 while in snake form)" }, "senses": [ "darkvision 60 ft." ], - "passive": 14, + "passive": 13, + "immune": [ + "poison" + ], + "conditionImmune": [ + "poisoned" + ], "languages": [ - "Goblin", - "Worg" + "Abyssal", + "Common", + "Draconic" + ], + "cr": "3", + "spellcasting": [ + { + "name": "Spellcasting (Yuan-ti Form Only)", + "type": "spellcasting", + "headerEntries": [ + "The yuan-ti casts one of the following spells, requiring no Material components and using Wisdom as the spellcasting ability (spell save {@dc 13}):" + ], + "will": [ + "{@spell Animal Friendship|XPHB} (snakes only)" + ], + "daily": { + "2": [ + "{@spell Suggestion|XPHB}" + ] + }, + "ability": "wis", + "displayAs": "action" + } + ], + "trait": [ + { + "name": "Magic Resistance", + "entries": [ + "The yuan-ti has {@variantrule Advantage|XPHB} on saving throws against spells and other magical effects." + ] + } ], - "cr": "1/2", "action": [ { - "name": "Bite", + "name": "Multiattack", + "entries": [ + "The yuan-ti makes two Poison Burst attacks, and it can use Spellcasting to cast {@spell Suggestion|XPHB} if available." + ] + }, + { + "name": "Poison Burst (Yuan-ti Form Only)", + "entries": [ + "{@atkr m,r} {@hit 5}, reach 5 ft. or range 120 ft. {@h}12 ({@damage 2d8 + 3}) Poison damage." + ] + }, + { + "name": "Constrict", + "entries": [ + "{@actSave str} {@dc 13}, one Medium or smaller creature within 5 feet. {@actSaveFail} 21 ({@damage 4d8 + 3}) Bludgeoning damage. The target has the {@condition Grappled|XPHB} condition (escape {@dc 13}), and it has the {@condition Restrained|XPHB} condition until the grapple ends." + ] + } + ], + "bonus": [ + { + "name": "Shape-Shift", "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage, and the next attack roll made against the target before the start of the worg's next turn has Advantage." + "The yuan-ti shape-shifts into a Medium snake or returns to its true form. If it dies, it stays in its current form. The yuan-ti's game statistics are the same in each form, except where noted. Any equipment it is wearing or carrying isn't transformed." ] } ], + "environment": [ + "desert", + "forest", + "swamp", + "urban" + ], + "treasure": [ + "relics" + ], "token": { - "name": "Worg", + "name": "Yuan-ti Malison (Type 3)", "source": "MM" }, + "soundClip": { + "type": "internal", + "path": "bestiary/yuan-ti-malison.mp3" + }, + "traitTags": [ + "Magic Resistance" + ], "senseTags": [ "D" ], + "actionTags": [ + "Multiattack" + ], "languageTags": [ - "GO", - "OTH" + "AB", + "C", + "DR" ], "damageTags": [ - "P" + "B", + "I" + ], + "spellcastingTags": [ + "F" ], "miscTags": [ - "MA" - ] + "MA", + "RA" + ], + "conditionInflict": [ + "grappled", + "restrained" + ], + "conditionInflictSpell": [ + "charmed" + ], + "savingThrowForcedSpell": [ + "wisdom" + ], + "hasFluff": true, + "hasFluffImages": true }, { - "name": "Wyvern", + "name": "Zombie", "source": "XMM", - "_copy": { - "name": "Wyvern", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "page": 346, + "otherSources": [ + { + "source": "XPHB", + "page": 359 } + ], + "size": [ + "M" + ], + "type": "undead", + "alignment": [ + "N", + "E" + ], + "ac": [ + 8 + ], + "hp": { + "average": 15, + "formula": "2d8 + 6" }, - "token": { - "name": "Wyvern", - "source": "MM" - } - }, - { - "name": "Xorn", - "source": "XMM", - "_copy": { - "name": "Xorn", - "source": "MM", - "_mod": { - "trait": { - "mode": "appendArr", - "items": { - "name": "Temporary Statblock", - "entries": [ - "{@note This statblock is a placeholder.}" - ] - } - } + "speed": { + "walk": 20 + }, + "str": 13, + "dex": 6, + "con": 16, + "int": 3, + "wis": 6, + "cha": 5, + "save": { + "wis": "+0" + }, + "senses": [ + "darkvision 60 ft." + ], + "passive": 8, + "immune": [ + "poison" + ], + "conditionImmune": [ + "exhaustion", + "poisoned" + ], + "languages": [ + "understands Common plus one other language but can't speak" + ], + "cr": "1/4", + "trait": [ + { + "name": "Undead Fortitude", + "entries": [ + "If damage reduces the zombie to 0 {@variantrule Hit Points|XPHB}, it makes a Constitution saving throw ({@dc 5} plus the damage taken) unless the damage is Radiant or from a {@variantrule Critical Hit|XPHB}. On a successful save, the zombie drops to 1 {@variantrule Hit Points|XPHB|Hit Point} instead." + ] + } + ], + "action": [ + { + "name": "Slam", + "entries": [ + "{@atkr m} {@hit 3}, reach 5 ft. {@h}5 ({@damage 1d8 + 1}) Bludgeoning damage." + ] } + ], + "environment": [ + "planar, shadowfell", + "underdark", + "urban" + ], + "soundClip": { + "type": "internal", + "path": "bestiary/zombie.mp3" }, - "token": { - "name": "Xorn", - "source": "MM" - } + "traitTags": [ + "Undead Fortitude" + ], + "senseTags": [ + "D" + ], + "languageTags": [ + "C", + "CS", + "X" + ], + "damageTags": [ + "B" + ], + "miscTags": [ + "MA" + ], + "hasToken": true, + "hasFluff": true, + "hasFluffImages": true } ] } diff --git a/data/bestiary/bestiary-xphb.json b/data/bestiary/bestiary-xphb.json index 650600c..d541847 100644 --- a/data/bestiary/bestiary-xphb.json +++ b/data/bestiary/bestiary-xphb.json @@ -349,216 +349,6 @@ } ] }, - { - "name": "Ape", - "source": "XPHB", - "page": 346, - "otherSources": [ - { - "source": "XMM", - "page": 348 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 19, - "formula": "3d8 + 6" - }, - "speed": { - "walk": 30, - "climb": 30 - }, - "str": 16, - "dex": 14, - "con": 14, - "int": 6, - "wis": 12, - "cha": 7, - "skill": { - "athletics": "+5", - "perception": "+3" - }, - "passive": 13, - "cr": "1/2", - "action": [ - { - "name": "Multiattack", - "entries": [ - "The ape makes two Fist attacks." - ] - }, - { - "name": "Fist", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Bludgeoning damage." - ] - }, - { - "name": "Rock {@recharge}", - "entries": [ - "{@atkr r} {@hit 5}, range 25/50 ft. {@h}10 ({@damage 2d6 + 3}) Bludgeoning damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/ape.mp3" - }, - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA", - "RA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Badger", - "source": "XPHB", - "page": 346, - "otherSources": [ - { - "source": "XMM", - "page": 349 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 11 - ], - "hp": { - "average": 5, - "formula": "1d4 + 3" - }, - "speed": { - "walk": 20, - "burrow": 5 - }, - "str": 10, - "dex": 11, - "con": 16, - "int": 2, - "wis": 12, - "cha": 5, - "skill": { - "perception": "+3" - }, - "senses": [ - "darkvision 30 ft." - ], - "passive": 13, - "resist": [ - "poison" - ], - "cr": "0", - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Piercing damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/badger.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Bat", - "source": "XPHB", - "page": 346, - "otherSources": [ - { - "source": "XMM", - "page": 349 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 1, - "formula": "1d4 - 1" - }, - "speed": { - "walk": 5, - "fly": 30 - }, - "str": 2, - "dex": 15, - "con": 8, - "int": 2, - "wis": 12, - "cha": 4, - "senses": [ - "blindsight 60 ft." - ], - "passive": 11, - "cr": "0", - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 4} to hit, reach 5 ft. {@h}1 Piercing damage." - ] - } - ], - "familiar": true, - "soundClip": { - "type": "internal", - "path": "bestiary/bat.mp3" - }, - "senseTags": [ - "B" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, { "name": "Beast of the Land", "source": "XPHB", @@ -963,457 +753,88 @@ ] }, { - "name": "Black Bear", + "name": "Celestial Spirit", "source": "XPHB", - "page": 346, - "otherSources": [ - { - "source": "XMM", - "page": 349 - } - ], + "page": 323, + "summonedBySpell": "Summon Celestial|XPHB", + "summonedBySpellLevel": 5, "size": [ - "M" + "L" ], - "type": "beast", + "type": "celestial", "alignment": [ - "U" + "N" ], "ac": [ - 11 + { + "special": "11 + the spell's level + 2 (Defender only)" + } ], "hp": { - "average": 19, - "formula": "3d8 + 6" + "special": "40 + 10 for each spell level above 5" }, "speed": { "walk": 30, - "climb": 30, - "swim": 30 - }, - "str": 15, - "dex": 12, - "con": 14, - "int": 2, - "wis": 12, - "cha": 7, - "skill": { - "perception": "+5" + "fly": 40 }, + "str": 16, + "dex": 14, + "con": 16, + "int": 10, + "wis": 14, + "cha": 16, "senses": [ "darkvision 60 ft." ], - "passive": 15, - "cr": "1/2", + "passive": 12, + "resist": [ + "radiant" + ], + "conditionImmune": [ + "charmed", + "frightened" + ], + "languages": [ + "Celestial", + "understands the languages you know" + ], + "pbNote": "equals your Proficiency Bonus", "action": [ { "name": "Multiattack", "entries": [ - "The bear makes two Rend attacks." + "The spirit makes a number of attacks equal to half this spell's level (round down)." ] }, { - "name": "Rend", + "name": "Radiant Bow (Avenger Only)", "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Slashing damage." + "{@atkr r} {@hitYourSpellAttack Bonus equals your spell attack modifier}, range 600 ft. {@h}{@damage 2d6 + 2 + summonSpellLevel} Radiant damage." ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/black-bear.mp3" - }, - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "S" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Boar", - "source": "XPHB", - "page": 347, - "otherSources": [ - { - "source": "XMM", - "page": 350 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 11 - ], - "hp": { - "average": 13, - "formula": "2d8 + 4" - }, - "speed": { - "walk": 40 - }, - "str": 13, - "dex": 11, - "con": 14, - "int": 2, - "wis": 9, - "cha": 5, - "passive": 9, - "cr": "1/4", - "trait": [ + }, { - "name": "Bloodied Fury", + "name": "Radiant Mace (Defender Only)", "entries": [ - "While Bloodied, the boar has Advantage on attack rolls." + "{@atkr m} {@hitYourSpellAttack Bonus equals your spell attack modifier}, reach 5 ft. {@h}{@damage 1d10 + 3 + summonSpellLevel} Radiant damage, and the spirit can choose itself or another creature it can see within 10 feet of the target. The chosen creature gains {@dice 1d10} Temporary Hit Points." ] - } - ], - "action": [ + }, { - "name": "Gore", + "name": "Healing Touch (1/Day)", "entries": [ - "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Piercing damage. If the boar moved at least 20 feet straight toward the target immediately before the hit, the target takes an extra 3 ({@damage 1d6}) Piercing damage and, if it is Large or smaller, has the {@condition Prone|XPHB} condition." + "The spirit touches another creature. The target regains Hit Points equal to {@dice 2d8 + summonSpellLevel}." ] } ], - "soundClip": { - "type": "internal", - "path": "bestiary/boar.mp3" - }, + "actionTags": [ + "Multiattack" + ], "damageTags": [ - "P" + "R" ], "miscTags": [ - "MA" - ], - "conditionInflict": [ - "prone" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Brown Bear", - "source": "XPHB", - "page": 347, - "otherSources": [ - { - "source": "XMM", - "page": 350 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 11 - ], - "hp": { - "average": 22, - "formula": "3d10 + 6" - }, - "speed": { - "walk": 40, - "climb": 30 - }, - "str": 17, - "dex": 12, - "con": 15, - "int": 2, - "wis": 13, - "cha": 7, - "skill": { - "perception": "+3" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 13, - "cr": "1", - "action": [ - { - "name": "Multiattack", - "entries": [ - "The bear makes one Bite attack and one Claw attack." - ] - }, - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage." - ] - }, - { - "name": "Claw", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Slashing damage, and the target has the {@condition Prone|XPHB} condition if it is Huge or smaller." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/brown-bear.mp3" - }, - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "P", - "S" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "prone" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Camel", - "source": "XPHB", - "page": 347, - "otherSources": [ - { - "source": "XMM", - "page": 351 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 10 - ], - "hp": { - "average": 17, - "formula": "2d10 + 6" - }, - "speed": { - "walk": 50 - }, - "str": 15, - "dex": 8, - "con": 17, - "int": 2, - "wis": 11, - "cha": 5, - "senses": [ - "darkvision 60 ft." - ], - "passive": 10, - "cr": "1/8", - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Bludgeoning damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/camel.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Cat", - "source": "XPHB", - "page": 347, - "otherSources": [ - { - "source": "XMM", - "page": 351 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 2, - "formula": "1d4" - }, - "speed": { - "walk": 40, - "climb": 40 - }, - "str": 3, - "dex": 15, - "con": 10, - "int": 3, - "wis": 12, - "cha": 7, - "save": { - "dex": "+4" - }, - "skill": { - "perception": "+3", - "stealth": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 13, - "cr": "0", - "trait": [ - { - "name": "Jumper", - "entries": [ - "The cat's jump distance is determined using its Dexterity rather than its Strength." - ] - } - ], - "action": [ - { - "name": "Scratch", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}1 Slashing damage." - ] - } - ], - "familiar": true, - "soundClip": { - "type": "internal", - "path": "bestiary/cat.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "S" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Celestial Spirit", - "source": "XPHB", - "page": 323, - "summonedBySpell": "Summon Celestial|XPHB", - "summonedBySpellLevel": 5, - "size": [ - "L" - ], - "type": "celestial", - "alignment": [ - "N" - ], - "ac": [ - { - "special": "11 + the spell's level + 2 (Defender only)" - } - ], - "hp": { - "special": "40 + 10 for each spell level above 5" - }, - "speed": { - "walk": 30, - "fly": 40 - }, - "str": 16, - "dex": 14, - "con": 16, - "int": 10, - "wis": 14, - "cha": 16, - "senses": [ - "darkvision 60 ft." - ], - "passive": 12, - "resist": [ - "radiant" - ], - "conditionImmune": [ - "charmed", - "frightened" - ], - "languages": [ - "Celestial", - "understands the languages you know" - ], - "pbNote": "equals your Proficiency Bonus", - "action": [ - { - "name": "Multiattack", - "entries": [ - "The spirit makes a number of attacks equal to half this spell's level (round down)." - ] - }, - { - "name": "Radiant Bow (Avenger Only)", - "entries": [ - "{@atkr r} {@hitYourSpellAttack Bonus equals your spell attack modifier}, range 600 ft. {@h}{@damage 2d6 + 2 + summonSpellLevel} Radiant damage." - ] - }, - { - "name": "Radiant Mace (Defender Only)", - "entries": [ - "{@atkr m} {@hitYourSpellAttack Bonus equals your spell attack modifier}, reach 5 ft. {@h}{@damage 1d10 + 3 + summonSpellLevel} Radiant damage, and the spirit can choose itself or another creature it can see within 10 feet of the target. The chosen creature gains {@dice 1d10} Temporary Hit Points." - ] - }, - { - "name": "Healing Touch (1/Day)", - "entries": [ - "The spirit touches another creature. The target regains Hit Points equal to {@dice 2d8 + summonSpellLevel}." - ] - } - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "R" - ], - "miscTags": [ - "MA", - "MLW", - "RA" + "MA", + "MLW", + "RA" ], "hasToken": true, "hasFluffImages": true, @@ -1477,101 +898,22 @@ ] }, { - "name": "Constrictor Snake", + "name": "Construct Spirit", "source": "XPHB", - "page": 348, - "otherSources": [ - { - "source": "XMM", - "page": 351 - } - ], + "page": 324, + "summonedBySpell": "Summon Construct|XPHB", + "summonedBySpellLevel": 4, "size": [ - "L" + "M" ], - "type": "beast", + "type": "construct", "alignment": [ - "U" + "N" ], "ac": [ - 13 - ], - "hp": { - "average": 13, - "formula": "2d10 + 2" - }, - "speed": { - "walk": 30, - "swim": 30 - }, - "str": 15, - "dex": 14, - "con": 12, - "int": 1, - "wis": 10, - "cha": 3, - "skill": { - "perception": "+2", - "stealth": "+4" - }, - "senses": [ - "blindsight 10 ft." - ], - "passive": 12, - "cr": "1/4", - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage." - ] - }, - { - "name": "Constrict", - "entries": [ - "{@actSave str} {@dc 12}, one Medium or smaller creature the snake can see within 5 feet. {@actSaveFail} 7 ({@damage 3d4}) Bludgeoning damage, and the target has the {@condition Grappled|XPHB} condition (escape {@dc 12})." - ] - } - ], - "token": { - "name": "Constrictor Snake", - "source": "MM" - }, - "soundClip": { - "type": "internal", - "path": "bestiary/constrictor-snake.mp3" - }, - "senseTags": [ - "B" - ], - "damageTags": [ - "B", - "P" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "grappled" - ] - }, - { - "name": "Construct Spirit", - "source": "XPHB", - "page": 324, - "summonedBySpell": "Summon Construct|XPHB", - "summonedBySpellLevel": 4, - "size": [ - "M" - ], - "type": "construct", - "alignment": [ - "N" - ], - "ac": [ - { - "special": "13 + the spell's level" - } + { + "special": "13 + the spell's level" + } ], "hp": { "special": "40 + 15 for each spell level above 4" @@ -1716,238 +1058,6 @@ } ] }, - { - "name": "Crab", - "source": "XPHB", - "page": 348, - "otherSources": [ - { - "source": "XMM", - "page": 351 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 11 - ], - "hp": { - "average": 3, - "formula": "1d4 + 1" - }, - "speed": { - "walk": 20, - "swim": 20 - }, - "str": 6, - "dex": 11, - "con": 12, - "int": 1, - "wis": 8, - "cha": 2, - "skill": { - "stealth": "+2" - }, - "senses": [ - "blindsight 30 ft." - ], - "passive": 9, - "cr": "0", - "trait": [ - { - "name": "Amphibious", - "entries": [ - "The crab can breathe air and water." - ] - } - ], - "action": [ - { - "name": "Claw", - "entries": [ - "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Bludgeoning damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/crab.mp3" - }, - "traitTags": [ - "Amphibious" - ], - "senseTags": [ - "B" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Crocodile", - "source": "XPHB", - "page": 348, - "otherSources": [ - { - "source": "XMM", - "page": 352 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 13, - "formula": "2d10 + 2" - }, - "speed": { - "walk": 20, - "swim": 30 - }, - "str": 15, - "dex": 10, - "con": 13, - "int": 2, - "wis": 10, - "cha": 5, - "skill": { - "stealth": "+2" - }, - "passive": 10, - "cr": "1/2", - "trait": [ - { - "name": "Hold Breath", - "entries": [ - "The crocodile can hold its breath for 1 hour." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}6 ({@damage 1d8 + 2}) Piercing damage. If the target is Medium or smaller, it has the {@condition Grappled|XPHB} condition (escape {@dc 12}). While {@condition Grappled|XPHB}, the target has the {@condition Restrained|XPHB} condition." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/crocodile.mp3" - }, - "traitTags": [ - "Hold Breath" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "grappled", - "restrained" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Dire Wolf", - "source": "XPHB", - "page": 348, - "otherSources": [ - { - "source": "XMM", - "page": 352 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 14 - ], - "hp": { - "average": 22, - "formula": "3d10 + 6" - }, - "speed": { - "walk": 50 - }, - "str": 17, - "dex": 15, - "con": 15, - "int": 3, - "wis": 12, - "cha": 7, - "skill": { - "perception": "+5", - "stealth": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 15, - "cr": "1", - "trait": [ - { - "name": "Pack Tactics", - "entries": [ - "The wolf has Advantage on an attack roll against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}8 ({@damage 1d10 + 3}) Piercing damage, and the target has the {@condition Prone|XPHB} condition if it is Huge or smaller." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/dire-wolf.mp3" - }, - "traitTags": [ - "Pack Tactics" - ], - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "prone" - ], - "hasToken": true, - "hasFluffImages": true - }, { "name": "Draconic Spirit", "source": "XPHB", @@ -2043,62 +1153,6 @@ "hasToken": true, "hasFluffImages": true }, - { - "name": "Draft Horse", - "source": "XPHB", - "page": 349, - "otherSources": [ - { - "source": "XMM", - "page": 352 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 10 - ], - "hp": { - "average": 15, - "formula": "2d10 + 4" - }, - "speed": { - "walk": 40 - }, - "str": 18, - "dex": 10, - "con": 15, - "int": 2, - "wis": 11, - "cha": 7, - "passive": 10, - "cr": "1/4", - "action": [ - { - "name": "Hooves", - "entries": [ - "{@atkr m} {@hit 6}, reach 5 ft. {@h}6 ({@damage 1d4 + 4}) Bludgeoning damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/draft-horse.mp3" - }, - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, { "name": "Elemental Spirit", "source": "XPHB", @@ -2375,153 +1429,6 @@ } ] }, - { - "name": "Elephant", - "source": "XPHB", - "page": 349, - "otherSources": [ - { - "source": "XMM", - "page": 353 - } - ], - "size": [ - "H" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 76, - "formula": "8d12 + 24" - }, - "speed": { - "walk": 40 - }, - "str": 22, - "dex": 9, - "con": 17, - "int": 3, - "wis": 11, - "cha": 6, - "passive": 10, - "cr": "4", - "action": [ - { - "name": "Multiattack", - "entries": [ - "The elephant makes two Gore attacks." - ] - }, - { - "name": "Gore", - "entries": [ - "{@atkr m} {@hit 8}, reach 5 ft. {@h}15 ({@damage 2d8 + 6}) Piercing damage. If the elephant moved at least 20 feet straight toward the target immediately before the hit, the target also has the {@condition Prone|XPHB} condition." - ] - } - ], - "bonus": [ - { - "name": "Trample", - "entries": [ - "{@actSave dex} {@dc 16}, one creature within 5 feet that has the {@condition Prone|XPHB} condition. {@actSaveFail} 17 ({@damage 2d10 + 6}) Bludgeoning damage. {@actSaveSuccess} Half damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/elephant.mp3" - }, - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "B", - "P" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "prone" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Elk", - "source": "XPHB", - "page": 349, - "otherSources": [ - { - "source": "XMM", - "page": 353 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 10 - ], - "hp": { - "average": 11, - "formula": "2d10" - }, - "speed": { - "walk": 50 - }, - "str": 16, - "dex": 10, - "con": 11, - "int": 2, - "wis": 10, - "cha": 6, - "skill": { - "perception": "+2" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 12, - "cr": "1/4", - "action": [ - { - "name": "Ram", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Bludgeoning damage. If the elk moved at least 20 feet straight toward the target immediately before the hit, the target takes an extra 3 ({@damage 1d6}) Bludgeoning damage and, if it is Huge or smaller, has the {@condition Prone|XPHB} condition." - ] - } - ], - "token": { - "name": "Elk", - "source": "MM" - }, - "soundClip": { - "type": "internal", - "path": "bestiary/elk.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "prone" - ] - }, { "name": "Fey Spirit", "source": "XPHB", @@ -2935,2864 +1842,261 @@ ], "damageTags": [ "F" - ] - } - ] - }, - { - "name": "Frog", - "source": "XPHB", - "page": 349, - "otherSources": [ - { - "source": "XMM", - "page": 354 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 11 - ], - "hp": { - "average": 1, - "formula": "1d4 - 1" - }, - "speed": { - "walk": 20, - "swim": 20 - }, - "str": 1, - "dex": 13, - "con": 8, - "int": 1, - "wis": 8, - "cha": 3, - "skill": { - "perception": "+1", - "stealth": "+3" - }, - "senses": [ - "darkvision 30 ft." - ], - "passive": 11, - "cr": "0", - "trait": [ - { - "name": "Amphibious", - "entries": [ - "The frog can breathe air and water." - ] - }, - { - "name": "Standing Leap", - "entries": [ - "The frog's Long Jump is up to 10 feet and its High Jump is up to 5 feet with or without a running start." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 3}, reach 5 ft. {@h}1 Piercing damage." - ] - } - ], - "familiar": true, - "soundClip": { - "type": "internal", - "path": "bestiary/frog.mp3" - }, - "traitTags": [ - "Amphibious" - ], - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Giant Badger", - "source": "XPHB", - "page": 350, - "otherSources": [ - { - "source": "XMM", - "page": 354 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 13 - ], - "hp": { - "average": 15, - "formula": "2d8 + 6" - }, - "speed": { - "walk": 30, - "burrow": 10 - }, - "str": 13, - "dex": 10, - "con": 17, - "int": 2, - "wis": 12, - "cha": 5, - "skill": { - "perception": "+3" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 13, - "resist": [ - "poison" - ], - "cr": "1/4", - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 3}, reach 5 ft. {@h}6 ({@damage 2d4 + 1}) Piercing damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/giant-badger.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Giant Crab", - "source": "XPHB", - "page": 350, - "otherSources": [ - { - "source": "XMM", - "page": 356 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 15 - ], - "hp": { - "average": 13, - "formula": "3d8" - }, - "speed": { - "walk": 30, - "swim": 30 - }, - "str": 13, - "dex": 13, - "con": 11, - "int": 1, - "wis": 9, - "cha": 3, - "skill": { - "stealth": "+3" - }, - "senses": [ - "blindsight 30 ft." - ], - "passive": 9, - "cr": "1/8", - "trait": [ - { - "name": "Amphibious", - "entries": [ - "The crab can breathe air and water." - ] - } - ], - "action": [ - { - "name": "Claw", - "entries": [ - "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Bludgeoning damage. If the target is Medium or smaller, it has the {@condition Grappled|XPHB} condition (escape {@dc 11}). The crab has two claws, each of which can grapple one target." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/giant-crab.mp3" - }, - "traitTags": [ - "Amphibious" - ], - "senseTags": [ - "B" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "grappled" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Giant Goat", - "source": "XPHB", - "page": 350, - "otherSources": [ - { - "source": "XMM", - "page": 357 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 11 - ], - "hp": { - "average": 19, - "formula": "3d10 + 3" - }, - "speed": { - "walk": 40, - "climb": 30 - }, - "str": 17, - "dex": 13, - "con": 12, - "int": 3, - "wis": 12, - "cha": 6, - "skill": { - "perception": "+3" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 13, - "cr": "1/2", - "action": [ - { - "name": "Ram", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Bludgeoning damage. If the goat moved at least 20 feet straight toward the target immediately before the hit, the target takes an extra 5 ({@damage 2d4}) Bludgeoning damage and, if it is Huge or smaller, has the {@condition Prone|XPHB} condition." - ] - } - ], - "token": { - "name": "Giant Goat", - "source": "MM" - }, - "soundClip": { - "type": "internal", - "path": "bestiary/giant-goat.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "prone" - ] - }, - { - "name": "Giant Insect", - "source": "XPHB", - "page": 279, - "summonedBySpell": "Giant Insect|XPHB", - "summonedBySpellLevel": 4, - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - { - "special": "11 + the spell's level" - } - ], - "hp": { - "special": "30 + 10 for each spell level above 4" - }, - "speed": { - "walk": 40, - "climb": 40, - "fly": { - "number": 40, - "condition": "(Wasp only)" - } - }, - "str": 17, - "dex": 13, - "con": 15, - "int": 4, - "wis": 14, - "cha": 3, - "senses": [ - "darkvision 60 ft." - ], - "passive": 12, - "languages": [ - "understands the languages you know" - ], - "pbNote": "equals your Proficiency Bonus", - "trait": [ - { - "name": "Spider Climb", - "entries": [ - "The insect can climb difficult surfaces, including along ceilings, without needing to make an ability check." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The insect makes a number of attacks equal to half this spell's level (round down)." - ] - }, - { - "name": "Poison Jab", - "entries": [ - "{@atkr m} {@hitYourSpellAttack Bonus equals your spell attack modifier}, reach 10 ft. {@h}{@damage 1d6 + 3 + summonSpellLevel} Piercing damage plus {@damage 1d4} Poison damage." - ] - }, - { - "name": "Web Bolt (Spider Only)", - "entries": [ - "{@atkr r} {@hitYourSpellAttack Bonus equals your spell attack modifier}, range 60 ft. {@h}{@damage 1d10 + 3 + summonSpellLevel} Bludgeoning damage, and the target's Speed is reduced to 0 until the start of the insect's next turn." - ] - } - ], - "bonus": [ - { - "name": "Venomous Spew (Centipede Only)", - "entries": [ - "{@actSave con} Your spell save DC, one creature the insect can see within 10 feet. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the start of the insect's next turn." - ] - } - ], - "traitTags": [ - "Spider Climb" - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "I", - "P" - ], - "miscTags": [ - "MA", - "RA", - "RCH" - ], - "conditionInflict": [ - "poisoned" - ], - "hasToken": true, - "hasFluffImages": true, - "_versions": [ - { - "name": "Giant Insect (Centipede)", - "source": "XPHB", - "_mod": { - "action": [ - { - "mode": "removeArr", - "names": [ - "Web Bolt (Spider Only)" - ] - } - ] - }, - "speed": { - "walk": 40, - "climb": 40 - } - }, - { - "name": "Giant Insect (Spider)", - "source": "XPHB", - "_mod": { - "action": [ - { - "mode": "renameArr", - "renames": { - "rename": "Web Bolt (Spider Only)", - "with": "Web Bolt" - } - } - ] - }, - "speed": { - "walk": 40, - "climb": 40 - }, - "bonus": null - }, - { - "name": "Giant Insect (Wasp)", - "source": "XPHB", - "_mod": { - "action": [ - { - "mode": "removeArr", - "names": [ - "Web Bolt (Spider Only)" - ] - } - ] - }, - "speed": { - "walk": 40, - "climb": 40, - "fly": 40 - }, - "bonus": null - } - ] - }, - { - "name": "Giant Seahorse", - "source": "XPHB", - "page": 350, - "otherSources": [ - { - "source": "XMM", - "page": 359 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 14 - ], - "hp": { - "average": 16, - "formula": "3d10" - }, - "speed": { - "walk": 5, - "swim": 40 - }, - "str": 15, - "dex": 12, - "con": 11, - "int": 2, - "wis": 12, - "cha": 5, - "passive": 11, - "cr": "1/2", - "trait": [ - { - "name": "Water Breathing", - "entries": [ - "The seahorse can breathe only underwater." - ] - } - ], - "action": [ - { - "name": "Ram", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}9 ({@damage 2d6 + 2}) Bludgeoning damage, or the seahorse deals 11 ({@damage 2d8 + 2}) Bludgeoning damage if it moved at least 20 feet straight toward the target immediately before the hit." - ] - } - ], - "bonus": [ - { - "name": "Bubble Dash", - "entries": [ - "While underwater, the seahorse moves up to half its Swim Speed without provoking Opportunity Attacks." - ] - } - ], - "traitTags": [ - "Water Breathing" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Giant Spider", - "source": "XPHB", - "page": 351, - "otherSources": [ - { - "source": "XMM", - "page": 359 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 14 - ], - "hp": { - "average": 26, - "formula": "4d10 + 4" - }, - "speed": { - "walk": 30, - "climb": 30 - }, - "str": 14, - "dex": 16, - "con": 12, - "int": 2, - "wis": 11, - "cha": 4, - "skill": { - "perception": "+4", - "stealth": "+7" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 14, - "cr": "1", - "trait": [ - { - "name": "Spider Climb", - "entries": [ - "The spider can climb difficult surfaces, including along ceilings, without needing to make an ability check." - ] - }, - { - "name": "Web Walker", - "entries": [ - "The spider ignores movement restrictions caused by webs, and it knows the location of any other creature in contact with the same web." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} +5 , reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Piercing damage plus 7 ({@damage 2d6}) Poison damage." - ] - }, - { - "name": "Web {@recharge 5}", - "entries": [ - "{@actSave dex} {@dc 13}, one creature the spider can see within 60 feet. {@actSaveFail} The target has the {@condition Restrained|XPHB} condition until the web is destroyed (AC 10; HP 5; Vulnerability to Fire damage; Immunity to Poison and Psychic damage)." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/giant-spider.mp3" - }, - "traitTags": [ - "Spider Climb", - "Web Walker" - ], - "senseTags": [ - "D" - ], - "damageTags": [ - "I", - "P" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "restrained" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Giant Weasel", - "source": "XPHB", - "page": 351, - "otherSources": [ - { - "source": "XMM", - "page": 361 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 13 - ], - "hp": { - "average": 9, - "formula": "2d8" - }, - "speed": { - "walk": 40, - "climb": 30 - }, - "str": 11, - "dex": 17, - "con": 10, - "int": 4, - "wis": 12, - "cha": 5, - "skill": { - "acrobatics": "+5", - "perception": "+3", - "stealth": "+5" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 13, - "cr": "1/8", - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Piercing damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/giant-weasel.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Goat", - "source": "XPHB", - "page": 351, - "otherSources": [ - { - "source": "XMM", - "page": 362 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 10 - ], - "hp": { - "average": 4, - "formula": "1d8" - }, - "speed": { - "walk": 40, - "climb": 30 - }, - "str": 11, - "dex": 10, - "con": 11, - "int": 2, - "wis": 10, - "cha": 5, - "skill": { - "perception": "+2" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 12, - "cr": "0", - "action": [ - { - "name": "Ram", - "entries": [ - "{@atkr m} {@hit 2} to hit, reach 5 ft. {@h}1 Bludgeoning damage, or the goat deals 2 ({@damage 1d4}) Bludgeoning damage if it moved at least 20 feet straight toward the target immediately before the hit." - ] - } - ], - "token": { - "name": "Goat", - "source": "MM" - }, - "soundClip": { - "type": "internal", - "path": "bestiary/goat.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "hasFluffImages": true - }, - { - "name": "Hawk", - "source": "XPHB", - "page": 352, - "otherSources": [ - { - "source": "XMM", - "page": 362 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 13 - ], - "hp": { - "average": 1, - "formula": "1d4 - 1" - }, - "speed": { - "walk": 10, - "fly": 60 - }, - "str": 5, - "dex": 16, - "con": 8, - "int": 2, - "wis": 14, - "cha": 6, - "skill": { - "perception": "+6" - }, - "passive": 16, - "cr": "0", - "action": [ - { - "name": "Talons", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}1 Slashing damage." - ] - } - ], - "familiar": true, - "soundClip": { - "type": "internal", - "path": "bestiary/hawk.mp3" - }, - "damageTags": [ - "S" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Imp", - "source": "XPHB", - "page": 352, - "otherSources": [ - { - "source": "XMM", - "page": 177 - } - ], - "size": [ - "T" - ], - "type": { - "type": "fiend", - "tags": [ - "devil" - ] - }, - "alignment": [ - "L", - "E" - ], - "ac": [ - 13 - ], - "hp": { - "average": 21, - "formula": "6d4 + 6" - }, - "speed": { - "walk": 20, - "fly": 40 - }, - "str": 6, - "dex": 17, - "con": 13, - "int": 11, - "wis": 12, - "cha": 14, - "skill": { - "deception": "+4", - "insight": "+3", - "stealth": "+5" - }, - "senses": [ - "darkvision 120 ft." - ], - "passive": 11, - "resist": [ - "cold" - ], - "immune": [ - "fire", - "poison" - ], - "conditionImmune": [ - "poisoned" - ], - "languages": [ - "Common", - "Infernal" - ], - "cr": "1", - "spellcasting": [ - { - "name": "Invisibility", - "type": "spellcasting", - "headerEntries": [ - "The imp casts {@spell Invisibility|XPHB} on itself, requiring no spell components and using Charisma as the spellcasting ability." - ], - "will": [ - "{@spell Invisibility|XPHB}" - ], - "ability": "cha", - "displayAs": "action", - "hidden": [ - "will" - ] - } - ], - "trait": [ - { - "name": "Devil's Sight", - "entries": [ - "Magical Darkness doesn't impede the imp's Darkvision." - ] - }, - { - "name": "Magic Resistance", - "entries": [ - "The imp has Advantage on saving throws against spells and other magical effects." - ] - } - ], - "action": [ - { - "name": "Sting", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage plus 7 ({@damage 2d6}) Poison damage." - ] - }, - { - "name": "Change Shape", - "entries": [ - "The imp changes into a form that resembles a rat (Speed 20 ft.), a raven (20 ft., Fly 60 ft.), or a spider (20 ft., Climb 20 ft.), or it returns to its true form. Its statistics are the same in each form, except for its Speed. Any equipment it's wearing or carrying isn't transformed. The imp reverts to its true form if it dies." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/imp.mp3" - }, - "traitTags": [ - "Devil's Sight", - "Magic Resistance" - ], - "senseTags": [ - "SD" - ], - "actionTags": [ - "Shapechanger" - ], - "languageTags": [ - "C", - "I" - ], - "damageTags": [ - "I", - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Lion", - "source": "XPHB", - "page": 352, - "otherSources": [ - { - "source": "XMM", - "page": 364 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 22, - "formula": "4d10" - }, - "speed": { - "walk": 50 - }, - "str": 17, - "dex": 15, - "con": 11, - "int": 3, - "wis": 12, - "cha": 8, - "skill": { - "perception": "+3", - "stealth": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 13, - "cr": "1", - "trait": [ - { - "name": "Pack Tactics", - "entries": [ - "The lion has Advantage on an attack roll against a creature if at least one of the lion's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." - ] - }, - { - "name": "Running Leap", - "entries": [ - "With a 10-foot running start, the lion can Long Jump up to 25 feet." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The lion makes two Rend attacks. It can replace one of these attacks with a use of Roar." - ] - }, - { - "name": "Rend", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Slashing damage." - ] - }, - { - "name": "Roar", - "entries": [ - "{@actSave wis} {@dc 11}, one creature within 15 feet. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the start of the lion's next turn." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/lion.mp3" - }, - "traitTags": [ - "Pack Tactics" - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "S" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "frightened" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Lizard", - "source": "XPHB", - "page": 353, - "otherSources": [ - { - "source": "XMM", - "page": 364 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 10 - ], - "hp": { - "average": 2, - "formula": "1d4" - }, - "speed": { - "walk": 20, - "climb": 20 - }, - "str": 2, - "dex": 11, - "con": 10, - "int": 1, - "wis": 8, - "cha": 3, - "senses": [ - "darkvision 30 ft." - ], - "passive": 9, - "cr": "0", - "trait": [ - { - "name": "Spider Climb", - "entries": [ - "The lizard can climb difficult surfaces, including along ceilings, without needing to make an ability check." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Piercing damage." - ] - } - ], - "familiar": true, - "token": { - "name": "Lizard", - "source": "MM" - }, - "soundClip": { - "type": "internal", - "path": "bestiary/lizard.mp3" - }, - "traitTags": [ - "Spider Climb" - ], - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ] - }, - { - "name": "Mastiff", - "source": "XPHB", - "page": 353, - "otherSources": [ - { - "source": "XMM", - "page": 365 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 5, - "formula": "1d8 + 1" - }, - "speed": { - "walk": 40 - }, - "str": 13, - "dex": 14, - "con": 12, - "int": 3, - "wis": 12, - "cha": 7, - "skill": { - "perception": "+5" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 15, - "cr": "1/8", - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Piercing damage, and the target has the {@condition Prone|XPHB} condition if it is Large or smaller." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/mastiff.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "prone" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Mule", - "source": "XPHB", - "page": 353, - "otherSources": [ - { - "source": "XMM", - "page": 365 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 10 - ], - "hp": { - "average": 11, - "formula": "2d8 + 2" - }, - "speed": { - "walk": 40 - }, - "str": 14, - "dex": 10, - "con": 13, - "int": 2, - "wis": 10, - "cha": 5, - "passive": 10, - "cr": "1/8", - "trait": [ - { - "name": "Beast of Burden", - "entries": [ - "The mule counts as one size larger for the purpose of determining its carrying capacity." - ] - } - ], - "action": [ - { - "name": "Hooves", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Bludgeoning damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/mule.mp3" - }, - "traitTags": [ - "Beast of Burden" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Octopus", - "source": "XPHB", - "page": 353, - "otherSources": [ - { - "source": "XMM", - "page": 365 - } - ], - "size": [ - "S" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 3, - "formula": "1d6" - }, - "speed": { - "walk": 5, - "swim": 30 - }, - "str": 4, - "dex": 15, - "con": 11, - "int": 3, - "wis": 10, - "cha": 4, - "skill": { - "perception": "+2", - "stealth": "+6" - }, - "senses": [ - "darkvision 30 ft." - ], - "passive": 12, - "cr": "0", - "trait": [ - { - "name": "Compression", - "entries": [ - "The octopus can move through a space as narrow as 1 inch without spending extra movement to do so." - ] - }, - { - "name": "Water Breathing", - "entries": [ - "The octopus can breathe only underwater." - ] - } - ], - "action": [ - { - "name": "Tentacles", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}1 Bludgeoning damage." - ] - } - ], - "reaction": [ - { - "name": "Ink Cloud (1/Day)", - "entries": [ - "{@actTrigger} A creature ends its turn within 5 feet of the octopus while underwater. {@actResponse} The octopus releases ink that fills a 5-foot Cube centered on itself, and the octopus moves up to its Swim Speed. The Cube is Heavily Obscured for 1 minute or until a strong current or similar effect disperses the ink." - ] - } - ], - "familiar": true, - "soundClip": { - "type": "internal", - "path": "bestiary/octopus.mp3" - }, - "traitTags": [ - "Water Breathing" - ], - "senseTags": [ - "D" - ], - "actionTags": [ - "Tentacles" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Otherworldly Steed", - "source": "XPHB", - "page": 273, - "summonedBySpell": "Find Steed|XPHB", - "summonedBySpellLevel": 2, - "size": [ - "L" - ], - "type": { - "type": { - "choose": [ - "celestial", - "fey", - "fiend" - ] - } - }, - "alignment": [ - "N" - ], - "ac": [ - { - "special": "10 + 1 per spell level" - } - ], - "hp": { - "special": "5 + 10 per spell level (the steed has a number of Hit Dice [d10s] equal to the spell's level)" - }, - "speed": { - "walk": 60, - "fly": { - "number": 60, - "condition": "(requires level 4+ spell)" - } - }, - "str": 18, - "dex": 12, - "con": 14, - "int": 6, - "wis": 12, - "cha": 8, - "passive": 11, - "languages": [ - "telepathy 1 mile (works only with you)" - ], - "pbNote": "equals your Proficiency Bonus", - "trait": [ - { - "name": "Life Bond", - "entries": [ - "When you regain Hit Points from a level 1+ spell, the steed regains the same number of Hit Points if you're within 5 feet of it." - ] - } - ], - "action": [ - { - "name": "Otherworldly Slam", - "entries": [ - "{@atkr m} {@hitYourSpellAttack Bonus equals your spell attack modifier}, reach 5 ft. {@h}{@damage 1d8 + summonSpellLevel} of Radiant (Celestial), Psychic (Fey), or Necrotic (Fiend) damage." - ] - } - ], - "bonus": [ - { - "name": "Fell Glare (Fiend Only; Recharges after a Long Rest)", - "entries": [ - "{@actSave wis} DC equals your spell save DC, one creature within 60 feet the steed can see. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the end of your next turn." - ] - }, - { - "name": "Fey Step (Fey Only; Recharges after a Long Rest)", - "entries": [ - "The steed teleports, along with its rider, to an unoccupied space of your choice up to 60 feet away from itself." - ] - }, - { - "name": "Healing Touch (Celestial Only; Recharges after a Long Rest)", - "entries": [ - "One creature within 5 feet of the steed regains a number of Hit Points equal to {@dice 2d8 + summonSpellLevel}." - ] - } - ], - "languageTags": [ - "TP" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "frightened" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Owl", - "source": "XPHB", - "page": 354, - "otherSources": [ - { - "source": "XMM", - "page": 366 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 11 - ], - "hp": { - "average": 1, - "formula": "1d4 - 1" - }, - "speed": { - "walk": 5, - "fly": 60 - }, - "str": 3, - "dex": 13, - "con": 8, - "int": 2, - "wis": 12, - "cha": 7, - "skill": { - "perception": "+5", - "stealth": "+5" - }, - "senses": [ - "darkvision 120 ft." - ], - "passive": 15, - "cr": "0", - "trait": [ - { - "name": "Flyby", - "entries": [ - "The owl doesn't provoke Opportunity Attacks when it flies out of an enemy's reach." - ] - } - ], - "action": [ - { - "name": "Talons", - "entries": [ - "{@atkr m} {@hit 3}, reach 5 ft. {@h}1 Slashing damage." - ] - } - ], - "familiar": true, - "token": { - "name": "Owl", - "source": "MM" - }, - "soundClip": { - "type": "internal", - "path": "bestiary/owl.mp3" - }, - "traitTags": [ - "Flyby" - ], - "senseTags": [ - "SD" - ], - "damageTags": [ - "S" - ], - "miscTags": [ - "MA" - ], - "hasFluffImages": true - }, - { - "name": "Panther", - "source": "XPHB", - "page": 354, - "otherSources": [ - { - "source": "XMM", - "page": 366 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 13, - "formula": "3d8" - }, - "speed": { - "walk": 50, - "climb": 40 - }, - "str": 14, - "dex": 15, - "con": 10, - "int": 3, - "wis": 14, - "cha": 7, - "skill": { - "perception": "+4", - "stealth": "+6" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 14, - "cr": "1/4", - "action": [ - { - "name": "Multiattack", - "entries": [ - "The panther makes one Pounce attack and uses Prowl." - ] - }, - { - "name": "Pounce", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Slashing damage, or the panther deals 7 ({@damage 2d4 + 2}) Slashing damage if it had Advantage on the attack roll." - ] - }, - { - "name": "Prowl", - "entries": [ - "The panther moves up to half its Speed without provoking Opportunity Attacks. At the end of this movement, the panther can take the Hide action." - ] - } - ], - "token": { - "name": "Panther", - "source": "MM" - }, - "soundClip": { - "type": "internal", - "path": "bestiary/panther.mp3" - }, - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "S" - ], - "miscTags": [ - "MA" - ] - }, - { - "name": "Pony", - "source": "XPHB", - "page": 354, - "otherSources": [ - { - "source": "XMM", - "page": 367 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 10 - ], - "hp": { - "average": 11, - "formula": "2d8 + 2" - }, - "speed": { - "walk": 40 - }, - "str": 15, - "dex": 10, - "con": 13, - "int": 2, - "wis": 11, - "cha": 7, - "passive": 10, - "cr": "1/8", - "action": [ - { - "name": "Hooves", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Bludgeoning damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/pony.mp3" - }, - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Pseudodragon", - "source": "XPHB", - "page": 354, - "otherSources": [ - { - "source": "XMM", - "page": 249 - } - ], - "size": [ - "T" - ], - "type": "dragon", - "alignment": [ - "N", - "G" - ], - "ac": [ - 14 - ], - "hp": { - "average": 10, - "formula": "3d4 + 3" - }, - "speed": { - "walk": 15, - "fly": 60 - }, - "str": 6, - "dex": 15, - "con": 13, - "int": 10, - "wis": 12, - "cha": 10, - "skill": { - "perception": "+5", - "stealth": "+4" - }, - "senses": [ - "blindsight 10 ft.", - "darkvision 60 ft." - ], - "passive": 15, - "languages": [ - "understands Common and Draconic but can't speak" - ], - "cr": "1/4", - "trait": [ - { - "name": "Magic Resistance", - "entries": [ - "The pseudodragon has Advantage on saving throws against spells and other magical effects." - ] - } - ], - "action": [ - { - "name": "Multiattack", - "entries": [ - "The pseudodragon makes two Bite attacks." - ] - }, - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Piercing damage." - ] - }, - { - "name": "Sting", - "entries": [ - "{@actSave con} {@dc 12}, one creature the pseudodragon can see within 5 feet. {@actSaveFail} 5 ({@damage 2d4}) Poison damage, and the target has the {@condition Poisoned|XPHB} condition for 1 hour. Failure by 5 or More: The {@condition Poisoned|XPHB} target also has the {@condition Unconscious|XPHB} condition until it takes damage or another creature takes an action to shake it awake." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/pseudodragon.mp3" - }, - "traitTags": [ - "Magic Resistance" - ], - "senseTags": [ - "B", - "D" - ], - "actionTags": [ - "Multiattack" - ], - "languageTags": [ - "C", - "CS", - "DR" - ], - "damageTags": [ - "I", - "P" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "poisoned", - "unconscious" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Quasit", - "source": "XPHB", - "page": 355, - "otherSources": [ - { - "source": "XMM", - "page": 252 - } - ], - "size": [ - "T" - ], - "type": { - "type": "fiend", - "tags": [ - "demon" - ] - }, - "alignment": [ - "C", - "E" - ], - "ac": [ - 13 - ], - "hp": { - "average": 25, - "formula": "10d4" - }, - "speed": { - "walk": 40 - }, - "str": 5, - "dex": 17, - "con": 10, - "int": 7, - "wis": 10, - "cha": 10, - "skill": { - "stealth": "+5" - }, - "senses": [ - "darkvision 120 ft." - ], - "passive": 10, - "resist": [ - "cold", - "fire", - "lightning" - ], - "immune": [ - "poison" - ], - "conditionImmune": [ - "poisoned" - ], - "languages": [ - "Abyssal", - "Common" - ], - "cr": "1", - "spellcasting": [ - { - "name": "Invisibility", - "type": "spellcasting", - "headerEntries": [ - "The quasit casts {@spell Invisibility|XPHB} on itself, requiring no spell components and using Charisma as the spellcasting ability." - ], - "will": [ - "{@spell Invisibility|XPHB}" - ], - "ability": "cha", - "displayAs": "action", - "hidden": [ - "will" - ] - } - ], - "trait": [ - { - "name": "Magic Resistance", - "entries": [ - "The quasit has Advantage on saving throws against spells and other magical effects." - ] - } - ], - "action": [ - { - "name": "Rend", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Slashing damage, and the target has the {@condition Poisoned|XPHB} condition until the start of the quasit's next turn." - ] - }, - { - "name": "Change Shape", - "entries": [ - "The quasit changes into a form that resembles a bat (Speed 10 ft., Fly 40 ft.), a centipede (40 ft., Climb 40 ft.), or a toad (40 ft., Swim 40 ft.), or it returns to its true form. Its statistics are the same in each form, except for its Speed. Any equipment it's wearing or carrying isn't transformed. The quasit reverts to its true form if it dies." - ] - }, - { - "name": "Scare (1/Day)", - "entries": [ - "{@actSave wis} {@dc 10}, one creature within 20 feet. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition. At the end of each of its turns, the target repeats the save, ending the effect on itself on a success. After 1 minute, it succeeds automatically" - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/quasit.mp3" - }, - "traitTags": [ - "Magic Resistance" - ], - "senseTags": [ - "SD" - ], - "actionTags": [ - "Shapechanger" - ], - "languageTags": [ - "AB", - "C" - ], - "damageTags": [ - "S" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "frightened", - "poisoned" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Rat", - "source": "XPHB", - "page": 355, - "otherSources": [ - { - "source": "XMM", - "page": 367 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 10 - ], - "hp": { - "average": 1, - "formula": "1d4 - 1" - }, - "speed": { - "walk": 20, - "climb": 20 - }, - "str": 2, - "dex": 11, - "con": 9, - "int": 2, - "wis": 10, - "cha": 4, - "skill": { - "perception": "+2" - }, - "senses": [ - "darkvision 30 ft." - ], - "passive": 12, - "cr": "0", - "trait": [ - { - "name": "Agile", - "entries": [ - "The rat doesn't provoke Opportunity Attacks when it moves out of an enemy's reach." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Piercing damage." - ] - } - ], - "familiar": true, - "token": { - "name": "Rat", - "source": "MM" - }, - "soundClip": { - "type": "internal", - "path": "bestiary/rat.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "hasFluffImages": true - }, - { - "name": "Raven", - "source": "XPHB", - "page": 355, - "otherSources": [ - { - "source": "XMM", - "page": 368 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 2, - "formula": "1d4" - }, - "speed": { - "walk": 10, - "fly": 50 - }, - "str": 2, - "dex": 14, - "con": 10, - "int": 5, - "wis": 13, - "cha": 6, - "skill": { - "perception": "+3" - }, - "passive": 13, - "cr": "0", - "trait": [ - { - "name": "Mimicry", - "entries": [ - "The raven can mimic simple sounds it has heard, such as a whisper or chitter. A hearer can discern the sounds are imitations with a successful {@dc 10} Wisdom ({@skill Insight|XPHB}) check." - ] - } - ], - "action": [ - { - "name": "Beak", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}1 Piercing damage." - ] - } - ], - "familiar": true, - "token": { - "name": "Raven", - "source": "MM" - }, - "soundClip": { - "type": "internal", - "path": "bestiary/raven.mp3" - }, - "traitTags": [ - "Mimicry" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ] - }, - { - "name": "Reef Shark", - "source": "XPHB", - "page": 356, - "otherSources": [ - { - "source": "XMM", - "page": 368 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 22, - "formula": "4d8 + 4" - }, - "speed": { - "walk": 5, - "swim": 30 - }, - "str": 14, - "dex": 15, - "con": 13, - "int": 1, - "wis": 10, - "cha": 4, - "skill": { - "perception": "+2" - }, - "senses": [ - "blindsight 30 ft." - ], - "passive": 12, - "cr": "1/2", - "trait": [ - { - "name": "Pack Tactics", - "entries": [ - "The shark has Advantage on an attack roll against a creature if at least one of the shark's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." - ] - }, - { - "name": "Water Breathing", - "entries": [ - "The shark can breathe only underwater." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}7 ({@damage 2d4 + 2}) Piercing damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/reef-shark.mp3" - }, - "traitTags": [ - "Pack Tactics", - "Water Breathing" - ], - "senseTags": [ - "B" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Riding Horse", - "source": "XPHB", - "page": 356, - "otherSources": [ - { - "source": "XMM", - "page": 368 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 11 - ], - "hp": { - "average": 13, - "formula": "2d10 + 2" - }, - "speed": { - "walk": 60 - }, - "str": 16, - "dex": 13, - "con": 12, - "int": 2, - "wis": 11, - "cha": 7, - "passive": 10, - "cr": "1/4", - "action": [ - { - "name": "Hooves", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}7 ({@damage 1d8 + 3}) Bludgeoning damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/riding-horse.mp3" - }, - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Scorpion", - "source": "XPHB", - "page": 356, - "otherSources": [ - { - "source": "XMM", - "page": 369 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 11 - ], - "hp": { - "average": 1, - "formula": "1d4 - 1" - }, - "speed": { - "walk": 10 - }, - "str": 2, - "dex": 11, - "con": 8, - "int": 1, - "wis": 8, - "cha": 2, - "senses": [ - "blindsight 10 ft." - ], - "passive": 9, - "cr": "0", - "action": [ - { - "name": "Sting", - "entries": [ - "{@atkr m} {@hit 2}, reach 5 ft. {@h}1 Piercing damage plus 3 ({@damage 1d6}) Poison damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/scorpion.mp3" - }, - "senseTags": [ - "B" - ], - "damageTags": [ - "I", - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Skeleton", - "source": "XPHB", - "page": 356, - "otherSources": [ - { - "source": "XMM", - "page": 282 - } - ], - "size": [ - "M" - ], - "type": "undead", - "alignment": [ - "L", - "E" - ], - "ac": [ - 13 - ], - "hp": { - "average": 13, - "formula": "2d8 + 4" - }, - "speed": { - "walk": 30 - }, - "str": 10, - "dex": 16, - "con": 15, - "int": 6, - "wis": 8, - "cha": 5, - "senses": [ - "darkvision 60 ft." - ], - "passive": 9, - "immune": [ - "poison" - ], - "vulnerable": [ - "bludgeoning" - ], - "conditionImmune": [ - "exhaustion", - "poisoned" - ], - "languages": [ - "understands the languages it knew in life but can't speak" - ], - "cr": "1/4", - "action": [ - { - "name": "Shortsword", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage." - ] - }, - { - "name": "Shortbow", - "entries": [ - "{@atkr r} {@hit 5}, range 80/320 ft. {@h}6 ({@damage 1d6 + 3}) Piercing damage." - ] - } - ], - "token": { - "name": "Skeleton", - "source": "MM" - }, - "soundClip": { - "type": "internal", - "path": "bestiary/skeleton.mp3" - }, - "attachedItems": [ - "shortbow|xphb", - "shortsword|xphb" - ], - "senseTags": [ - "D" - ], - "languageTags": [ - "CS", - "LF" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA", - "MLW", - "RA", - "RNG" - ], - "hasFluffImages": true - }, - { - "name": "Slaad Tadpole", - "source": "XPHB", - "page": 357, - "otherSources": [ - { - "source": "XMM", - "page": 284 - } - ], - "size": [ - "T" - ], - "type": "aberration", - "alignment": [ - "C", - "N" - ], - "ac": [ - 12 - ], - "hp": { - "average": 7, - "formula": "3d4" - }, - "speed": { - "walk": 30, - "burrow": 10 - }, - "str": 7, - "dex": 15, - "con": 10, - "int": 3, - "wis": 5, - "cha": 3, - "skill": { - "stealth": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 7, - "resist": [ - "acid", - "cold", - "fire", - "lightning", - "thunder" - ], - "languages": [ - "understands Slaad but can't speak" - ], - "cr": "1/8", - "trait": [ - { - "name": "Magic Resistance", - "entries": [ - "The slaad has Advantage on saving throws against spells and other magical effects." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/slaad-tadpole.mp3" - }, - "traitTags": [ - "Magic Resistance" - ], - "senseTags": [ - "D" - ], - "languageTags": [ - "CS", - "OTH" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Sphinx of Wonder", - "source": "XPHB", - "page": 357, - "otherSources": [ - { - "source": "XMM", - "page": 291 - } - ], - "size": [ - "T" - ], - "type": "celestial", - "alignment": [ - "L", - "G" - ], - "ac": [ - 13 - ], - "hp": { - "average": 24, - "formula": "7d4 + 7" - }, - "speed": { - "walk": 20, - "fly": 40 - }, - "str": 6, - "dex": 17, - "con": 13, - "int": 15, - "wis": 12, - "cha": 11, - "skill": { - "arcana": "+4", - "religion": "+4", - "stealth": "+5" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 11, - "resist": [ - "necrotic", - "psychic", - "radiant" - ], - "languages": [ - "Celestial", - "Common" - ], - "cr": "1", - "trait": [ - { - "name": "Magic Resistance", - "entries": [ - "The sphinx has Advantage on saving throws against spells and other magical effects." - ] - } - ], - "action": [ - { - "name": "Rend", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}5 ({@damage 1d4 + 3}) Slashing damage plus 7 ({@damage 2d6}) Radiant damage." - ] - } - ], - "reaction": [ - { - "name": "Burst of Ingenuity (2/Day)", - "entries": [ - "{@actTrigger} The sphinx or another creature within 30 feet makes an ability check or a saving throw. {@actResponse} The sphinx adds 2 to the roll." - ] - } - ], - "traitTags": [ - "Magic Resistance" - ], - "senseTags": [ - "D" - ], - "languageTags": [ - "C", - "CE" - ], - "damageTags": [ - "R", - "S" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true + ] + } + ] }, { - "name": "Spider", + "name": "Giant Insect", "source": "XPHB", - "page": 357, - "otherSources": [ - { - "source": "XMM", - "page": 369 - } - ], + "page": 279, + "summonedBySpell": "Giant Insect|XPHB", + "summonedBySpellLevel": 4, "size": [ - "T" + "L" ], "type": "beast", "alignment": [ "U" ], "ac": [ - 12 + { + "special": "11 + the spell's level" + } ], "hp": { - "average": 1, - "formula": "1d4 - 1" + "special": "30 + 10 for each spell level above 4" }, "speed": { - "walk": 20, - "climb": 20 - }, - "str": 2, - "dex": 14, - "con": 8, - "int": 1, - "wis": 10, - "cha": 2, - "skill": { - "stealth": "+4" + "walk": 40, + "climb": 40, + "fly": { + "number": 40, + "condition": "(Wasp only)" + } }, + "str": 17, + "dex": 13, + "con": 15, + "int": 4, + "wis": 14, + "cha": 3, "senses": [ - "darkvision 30 ft." + "darkvision 60 ft." ], - "passive": 10, - "cr": "0", + "passive": 12, + "languages": [ + "understands the languages you know" + ], + "pbNote": "equals your Proficiency Bonus", "trait": [ { "name": "Spider Climb", "entries": [ - "The spider can climb difficult surfaces, including along ceilings, without needing to make an ability check." - ] - }, - { - "name": "Web Walker", - "entries": [ - "The spider ignores movement restrictions caused by webs, and the spider knows the location of any other creature in contact with the same web." + "The insect can climb difficult surfaces, including along ceilings, without needing to make an ability check." ] } ], "action": [ { - "name": "Bite", + "name": "Multiattack", "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}1 Piercing damage plus 2 ({@damage 1d4}) Poison damage." + "The insect makes a number of attacks equal to half this spell's level (round down)." ] - } - ], - "familiar": true, - "soundClip": { - "type": "internal", - "path": "bestiary/spider.mp3" - }, - "traitTags": [ - "Spider Climb", - "Web Walker" - ], - "senseTags": [ - "D" - ], - "damageTags": [ - "I", - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Sprite", - "source": "XPHB", - "page": 358, - "otherSources": [ - { - "source": "UtHftLH" }, { - "source": "XMM", - "page": 298 - } - ], - "size": [ - "T" - ], - "type": "fey", - "alignment": [ - "N", - "G" - ], - "ac": [ - 15 - ], - "hp": { - "average": 10, - "formula": "4d4" - }, - "speed": { - "walk": 10, - "fly": 40 - }, - "str": 3, - "dex": 18, - "con": 10, - "int": 14, - "wis": 13, - "cha": 11, - "skill": { - "perception": "+3", - "stealth": "+8" - }, - "passive": 13, - "languages": [ - "Common", - "Elvish", - "Sylvan" - ], - "cr": "1/4", - "spellcasting": [ - { - "name": "Invisibility", - "type": "spellcasting", - "headerEntries": [ - "The sprite casts {@spell Invisibility|XPHB} on itself, requiring no spell components and using Charisma as the spellcasting ability." - ], - "will": [ - "{@spell Invisibility|XPHB}" - ], - "ability": "cha", - "displayAs": "action", - "hidden": [ - "will" - ] - } - ], - "action": [ - { - "name": "Needle Sword", + "name": "Poison Jab", "entries": [ - "{@atkr m} {@hit 6}, reach 5 ft. {@h}6 ({@damage 1d4 + 4}) Piercing damage." + "{@atkr m} {@hitYourSpellAttack Bonus equals your spell attack modifier}, reach 10 ft. {@h}{@damage 1d6 + 3 + summonSpellLevel} Piercing damage plus {@damage 1d4} Poison damage." ] }, { - "name": "Enchanting Bow", + "name": "Web Bolt (Spider Only)", "entries": [ - "{@atkr r} {@hit 6}, range 40/160 ft. {@h}1 Piercing damage, and the target has the {@condition Charmed|XPHB} condition until the start of the sprite's next turn." + "{@atkr r} {@hitYourSpellAttack Bonus equals your spell attack modifier}, range 60 ft. {@h}{@damage 1d10 + 3 + summonSpellLevel} Bludgeoning damage, and the target's Speed is reduced to 0 until the start of the insect's next turn." ] - }, + } + ], + "bonus": [ { - "name": "Heart Sight", + "name": "Venomous Spew (Centipede Only)", "entries": [ - "{@actSave cha} {@dc 10}, one creature within 5 feet the sprite can see. Celestials, Fiends, and Undead automatically fail the save. {@actSaveFail} The sprite knows the target's emotions and alignment." + "{@actSave con} Your spell save DC, one creature the insect can see within 10 feet. {@actSaveFail} The target has the {@condition Poisoned|XPHB} condition until the start of the insect's next turn." ] } ], - "soundClip": { - "type": "internal", - "path": "bestiary/sprite.mp3" - }, - "languageTags": [ - "C", - "E", - "S" + "traitTags": [ + "Spider Climb" + ], + "actionTags": [ + "Multiattack" ], "damageTags": [ + "I", "P" ], "miscTags": [ "MA", - "RA" + "RA", + "RCH" ], "conditionInflict": [ - "charmed" + "poisoned" ], "hasToken": true, - "hasFluffImages": true + "hasFluffImages": true, + "_versions": [ + { + "name": "Giant Insect (Centipede)", + "source": "XPHB", + "_mod": { + "action": [ + { + "mode": "removeArr", + "names": [ + "Web Bolt (Spider Only)" + ] + } + ] + }, + "speed": { + "walk": 40, + "climb": 40 + } + }, + { + "name": "Giant Insect (Spider)", + "source": "XPHB", + "_mod": { + "action": [ + { + "mode": "renameArr", + "renames": { + "rename": "Web Bolt (Spider Only)", + "with": "Web Bolt" + } + } + ] + }, + "speed": { + "walk": 40, + "climb": 40 + }, + "bonus": null + }, + { + "name": "Giant Insect (Wasp)", + "source": "XPHB", + "_mod": { + "action": [ + { + "mode": "removeArr", + "names": [ + "Web Bolt (Spider Only)" + ] + } + ] + }, + "speed": { + "walk": 40, + "climb": 40, + "fly": 40 + }, + "bonus": null + } + ] }, { - "name": "Tiger", + "name": "Otherworldly Steed", "source": "XPHB", - "page": 358, - "otherSources": [ - { - "source": "XMM", - "page": 371 - } - ], + "page": 273, + "summonedBySpell": "Find Steed|XPHB", + "summonedBySpellLevel": 2, "size": [ "L" ], - "type": "beast", + "type": { + "type": { + "choose": [ + "celestial", + "fey", + "fiend" + ] + } + }, "alignment": [ - "U" + "N" ], "ac": [ - 13 + { + "special": "10 + 1 per spell level" + } ], "hp": { - "average": 22, - "formula": "3d10 + 6" + "special": "5 + 10 per spell level (the steed has a number of Hit Dice [d10s] equal to the spell's level)" }, "speed": { - "walk": 40 + "walk": 60, + "fly": { + "number": 60, + "condition": "(requires level 4+ spell)" + } }, - "str": 17, - "dex": 16, + "str": 18, + "dex": 12, "con": 14, - "int": 3, + "int": 6, "wis": 12, "cha": 8, - "skill": { - "perception": "+3", - "stealth": "+7" - }, - "senses": [ - "darkvision 60 ft." + "passive": 11, + "languages": [ + "telepathy 1 mile (works only with you)" + ], + "pbNote": "equals your Proficiency Bonus", + "trait": [ + { + "name": "Life Bond", + "entries": [ + "When you regain Hit Points from a level 1+ spell, the steed regains the same number of Hit Points if you're within 5 feet of it." + ] + } ], - "passive": 13, - "cr": "1", "action": [ { - "name": "Multiattack", + "name": "Otherworldly Slam", + "entries": [ + "{@atkr m} {@hitYourSpellAttack Bonus equals your spell attack modifier}, reach 5 ft. {@h}{@damage 1d8 + summonSpellLevel} of Radiant (Celestial), Psychic (Fey), or Necrotic (Fiend) damage." + ] + } + ], + "bonus": [ + { + "name": "Fell Glare (Fiend Only; Recharges after a Long Rest)", "entries": [ - "The tiger makes one Pounce attack and uses Prowl." + "{@actSave wis} DC equals your spell save DC, one creature within 60 feet the steed can see. {@actSaveFail} The target has the {@condition Frightened|XPHB} condition until the end of your next turn." ] }, { - "name": "Pounce", + "name": "Fey Step (Fey Only; Recharges after a Long Rest)", "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}6 ({@damage 1d6 + 3}) Slashing damage. If the tiger had Advantage on the attack roll, the target takes an extra 3 ({@damage 1d6}) Slashing damage and, if it is Huge or smaller, has the {@condition Prone|XPHB} condition." + "The steed teleports, along with its rider, to an unoccupied space of your choice up to 60 feet away from itself." ] }, { - "name": "Prowl", + "name": "Healing Touch (Celestial Only; Recharges after a Long Rest)", "entries": [ - "The tiger moves up to half its Speed without provoking Opportunity Attacks. At the end of this movement, the tiger can take the Hide action." + "One creature within 5 feet of the steed regains a number of Hit Points equal to {@dice 2d8 + summonSpellLevel}." ] } ], - "soundClip": { - "type": "internal", - "path": "bestiary/tiger.mp3" - }, - "senseTags": [ - "D" - ], - "actionTags": [ - "Multiattack" - ], - "damageTags": [ - "S" - ], + "languageTags": [ + "TP" + ], "miscTags": [ "MA" ], "conditionInflict": [ - "prone" + "frightened" ], "hasToken": true, "hasFluffImages": true @@ -6053,363 +2357,6 @@ "conditionInflict": null } ] - }, - { - "name": "Venomous Snake", - "source": "XPHB", - "page": 358, - "otherSources": [ - { - "source": "XMM", - "page": 372 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 5, - "formula": "2d4" - }, - "speed": { - "walk": 30, - "swim": 30 - }, - "str": 2, - "dex": 15, - "con": 11, - "int": 1, - "wis": 10, - "cha": 3, - "senses": [ - "blindsight 10 ft." - ], - "passive": 10, - "cr": "1/8", - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}4 ({@damage 1d4 + 2}) Piercing damage plus 3 ({@damage 1d6}) Poison damage." - ] - } - ], - "token": { - "name": "Poisonous Snake", - "source": "MM" - }, - "senseTags": [ - "B" - ], - "damageTags": [ - "I", - "P" - ], - "miscTags": [ - "MA" - ] - }, - { - "name": "Warhorse", - "source": "XPHB", - "page": 359, - "otherSources": [ - { - "source": "UtHftLH" - }, - { - "source": "XMM", - "page": 373 - } - ], - "size": [ - "L" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 11 - ], - "hp": { - "average": 19, - "formula": "3d10 + 3" - }, - "speed": { - "walk": 60 - }, - "str": 18, - "dex": 12, - "con": 13, - "int": 2, - "wis": 12, - "cha": 7, - "passive": 11, - "cr": "1/2", - "action": [ - { - "name": "Hooves", - "entries": [ - "{@atkr m} {@hit 6}, reach 5 ft. {@h}9 ({@damage 2d4 + 4}) Bludgeoning damage. If the horse moved at least 20 feet straight toward the target immediately before the hit, the target takes an extra 5 ({@damage 2d4}) Bludgeoning damage and, if it is Huge or smaller, has the {@condition Prone|XPHB} condition." - ] - } - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "prone" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Weasel", - "source": "XPHB", - "page": 359, - "otherSources": [ - { - "source": "XMM", - "page": 373 - } - ], - "size": [ - "T" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 13 - ], - "hp": { - "average": 1, - "formula": "1d4 - 1" - }, - "speed": { - "walk": 30, - "climb": 30 - }, - "str": 3, - "dex": 16, - "con": 8, - "int": 2, - "wis": 12, - "cha": 3, - "skill": { - "acrobatics": "+5", - "perception": "+3", - "stealth": "+5" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 13, - "cr": "0", - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 5}, reach 5 ft. {@h}1 Piercing damage." - ] - } - ], - "familiar": true, - "soundClip": { - "type": "internal", - "path": "bestiary/weasel.mp3" - }, - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Wolf", - "source": "XPHB", - "page": 359, - "otherSources": [ - { - "source": "XMM", - "page": 373 - } - ], - "size": [ - "M" - ], - "type": "beast", - "alignment": [ - "U" - ], - "ac": [ - 12 - ], - "hp": { - "average": 11, - "formula": "2d8 + 2" - }, - "speed": { - "walk": 40 - }, - "str": 14, - "dex": 15, - "con": 12, - "int": 3, - "wis": 12, - "cha": 6, - "skill": { - "perception": "+5", - "stealth": "+4" - }, - "senses": [ - "darkvision 60 ft." - ], - "passive": 15, - "cr": "1/4", - "trait": [ - { - "name": "Pack Tactics", - "entries": [ - "The wolf has Advantage on attack rolls against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally doesn't have the {@condition Incapacitated|XPHB} condition." - ] - } - ], - "action": [ - { - "name": "Bite", - "entries": [ - "{@atkr m} {@hit 4}, reach 5 ft. {@h}5 ({@damage 1d6 + 2}) Piercing damage, and the target has the {@condition Prone|XPHB} condition if it is Medium or smaller." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/wolf.mp3" - }, - "traitTags": [ - "Pack Tactics" - ], - "senseTags": [ - "D" - ], - "damageTags": [ - "P" - ], - "miscTags": [ - "MA" - ], - "conditionInflict": [ - "prone" - ], - "hasToken": true, - "hasFluffImages": true - }, - { - "name": "Zombie", - "source": "XPHB", - "page": 359, - "otherSources": [ - { - "source": "XMM", - "page": 346 - } - ], - "size": [ - "M" - ], - "type": "undead", - "alignment": [ - "N", - "E" - ], - "ac": [ - 8 - ], - "hp": { - "average": 15, - "formula": "2d8 + 6" - }, - "speed": { - "walk": 20 - }, - "str": 13, - "dex": 6, - "con": 16, - "int": 3, - "wis": 6, - "cha": 5, - "senses": [ - "darkvision 60 ft." - ], - "passive": 8, - "immune": [ - "poison" - ], - "conditionImmune": [ - "exhaustion", - "poisoned" - ], - "languages": [ - "understands the languages it knew in life but can't speak" - ], - "cr": "1/4", - "trait": [ - { - "name": "Undead Fortitude", - "entries": [ - "If damage reduces the zombie to 0 Hit Points, it must make a Constitution saving throw with a DC of 5 plus the damage taken unless the damage is Radiant or from a Critical Hit. On a successful save, the zombie drops to 1 Hit Point instead." - ] - } - ], - "action": [ - { - "name": "Slam", - "entries": [ - "{@atkr m} {@hit 3}, reach 5 ft. {@h}4 ({@damage 1d6 + 1}) Bludgeoning damage." - ] - } - ], - "soundClip": { - "type": "internal", - "path": "bestiary/zombie.mp3" - }, - "traitTags": [ - "Undead Fortitude" - ], - "senseTags": [ - "D" - ], - "languageTags": [ - "CS", - "LF" - ], - "damageTags": [ - "B" - ], - "miscTags": [ - "MA" - ], - "hasToken": true, - "hasFluffImages": true } ] } diff --git a/data/bestiary/fluff-bestiary-hwcs.json b/data/bestiary/fluff-bestiary-hwcs.json deleted file mode 100644 index 53cbae2..0000000 --- a/data/bestiary/fluff-bestiary-hwcs.json +++ /dev/null @@ -1,1267 +0,0 @@ -{ - "monsterFluff": [ - { - "name": "Ardwyn, Elder of Meadowfen", - "source": "HWCS", - "entries": [ - "A venerable huden gallus with rounded grouse-like proportions and feathers that have long since lost the sheen of youth. As the village Elder, Ardwyn is a figure of authority within Meadowfen. She and her late husband kept the village running until his death, after which she took on the role alone. Elder Ardwyn is a kind and perceptive woman who exudes leadership. The villagers look to her for guidance. Ardwyn uses the {@creature priest} stat block, adjusted with the racial traits of a huden gallus. She is neutral good." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Ardwyn.webp" - } - } - ] - }, - { - "name": "Ashsnake", - "source": "HWCS", - "entries": [ - { - "type": "quote", - "entries": [ - "\"Beneath the ash it lies in wait. A hiss, a snap, and it's too late.\"" - ], - "by": "From The Epic of Fire, a centuries old poem" - }, - "Ashsnakes are huge monstrosities which resemble snakes molded from volcanic magma. Their bodies seeth with an internal heat below the charcoal-gray scales that cover their forms. While the blazing light emanating from their empty eye sockets makes it appear as though ashsnakes can see, they rely entirely on vibrations to assess their surroundings.", - { - "type": "entries", - "name": "Mysterious Origins", - "entries": [ - "Little is known about the origins of the ashsnake. They recently emerged from beneath the ashen plains of the Scorched Grove and appear to have an insatiable hunger. Ashnakes use the mounds of ash and dust in the Grove to conceal their presence, allowing them to close in on unwary prey and ambush them. While not particularly intelligent, ashsnakes possess predatorial cunning and survival instincts eerily reminiscent of the fauna that inhabited the Grove before its burning." - ] - }, - { - "type": "entries", - "name": "Sightless Worms", - "entries": [ - "Ashsnakes have no ability to detect sights and sounds in a traditional sense. They are, however, adept at sensing even the smallest vibration, and the slightest footfall is enough to draw their attention. Some scholars believe it may be possible to \"disappear\" from an ashsnakes \"vision\" by standing perfectly still, but finding volunteers to confirm this theory has under-standably proven difficult." - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Ashsnake.webp" - } - } - ] - }, - { - "name": "Aspect of Fire", - "source": "HWCS", - "entries": [ - { - "type": "quote", - "entries": [ - "\"It flared so brightly as it consumed the trees... leaving naught but ashes in its wake.\"" - ], - "by": "Witness account of The Great Calamity" - }, - "The aspect of fire is an elemental creature of fire and molten rock, whose gargantuan frame could easily be mistaken for a small mountain. The aspect is not only a creature of heat and energy, but also of destruction and rage, and it appears to draw strength from the forests its flames consume.", - { - "type": "entries", - "name": "Primal Incarnation", - "entries": [ - "A creature of legend, it is believed by some that this was the \"being of fire and destruction\" said to have caused the Great Calamity that created the Scorched Grove many centuries ago. The aspect possesses frightening power, enough to cause serious harm to the Wood and all those who inhabit it. Long has it been forgotten that the creature was conjured in a lost ritual. Shortly afterwards, it was sealed away beneath the Scorched Grove where its presence has continued to affect the region. Centuries of dormancy have weakened the aspect, as its essence has seeped into the surrounding land. Since being released, it has begun to amass power for itself by consuming plants, trees, and other living beings in flame. Once it attains enough energy to completely break the mystical fetters that tie it to the Scorched Grove, it will be an unstoppable force that could very well bring fiery ruin to all of Humblewood." - ] - }, - { - "type": "entries", - "name": "Stirring in its Slumber", - "entries": [ - "The strange occurrences of late have many prominent scholars baffled: unusually aggressive emberbats, the appearance of ashsnakes, the increased frequency of forest fires, and many other phenomena which have never been seen before in Humblewood. More than mere legend, the aspect is the reason for all of these. As a creature of primordial fire, it is inextricably bound to the plane of its element. Even as it slumbered beneath the Grove for generations, the aspect has stirred, its presence causing a weakening in the barrier which keeps the material plane separate from the plane of fire, allowing for weaker creatures to slip through.", - "The aspect's essence has also seeped into the Scorched Grove, causing the landscape to take on far stronger elemental properties than before. The fundamental shift in the Grove's nature has effectively thwarted the efforts of the Tenders, who have for so long sought to heal this burned land. As the aspect continues to grow in power, more of this harmful elemental energy will be released, and even more powerful creatures will arise from the flames. If this otherworldly power spreads across the forest unchecked, all of Humblewood might suffer the fate of the Scorched Grove." - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Aspect-of-Fire.webp" - } - } - ] - }, - { - "name": "Benna Seridan", - "source": "HWCS", - "entries": [ - "Benna is a tall, scarred grove cervan, who wears a red bandana over her lost left eye. The leader of the Bandit Coalition, she is an idealist who believes that Alderheart's canopy, the symbol of birdfolk power in the region, should be burned and its resources looted to help those displaced by the flames. Benna lived a tranquil village life until her mother, a respected village elder and seer, foretold that the flames would come. Word was sent to Alderheart's Council, asking for supplies and aid, both of which were denied because the Council didn't believe in the power of the seer's visions. When the flames had all but consumed the village, birdfolk support arrived, but it was too late. Benna lost her family. She also lost her left eye and left ear due to the burns she sustained while helping others escape from the blaze. She fell in with the bandits and quickly rose through their ranks, thanks to her passion and purpose. She is a seasoned veteran who has been building the bandit forces, and utilizing the organization to care for humblefolk left homeless by the spreading fires. Benna Seridan uses the {@creature cervan bandit general|HWCS} stat block, but the {@item scimitar|phb} in her main hand is a {@item blade of the wood|HWCS} *(+1 to attack and damage rolls, see {@book Appendix D: New Magic Items|HWCS|8}), and a {@item shortsword|phb} ({@damage 1d6 + 3} piercing damage) in her offhand." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Cervan-Bandit-General.webp" - } - } - ] - }, - { - "name": "Birdfolk Dockmaster", - "source": "HWCS", - "entries": [ - "It may be odd to see birdfolk working the docks and ships of Saltar's Port, but the sea is a way of life for some folk. Jobs in the seafaring industry are as lucrative as they are tough. For the birdfolk that choose to ply their trade on the water, life is about order and efficiency. One improperly stowed barrel or poorly lashed line can spell disaster on the sea. Dockmasters take their marine jobs very seriously." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Birdfolk-Dockmaster.webp" - } - } - ] - }, - { - "name": "Birdfolk Farmer", - "source": "HWCS", - "entries": [ - "Simple farmers can be found across the Wood, providing necessary food and supplies to the cities. There are many places in Humblewood where digging up large heaps of soil would either be impractical or damaging to the forest. While traditional farms exists in Humblewood, the majority of farms are built in the canopies in or around cities. Farming in the canopy consists of growing flowering", - "moss gardens or fruit-bearing vines on the branches of perch trees. Canopy farms can also include the raising of large insects for food, or silkworms for clothing." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Birdfolk-Farmer.webp" - } - } - ] - }, - { - "name": "Birdfolk Guard", - "source": "HWCS", - "entries": [ - "Aspiring recruits from all over the Wood flock to the Perch Guard headquarters in the capital of Alderheart to join their ranks. After successful training, these newly sworn guards return to their home perch. They serve with pride, acting as the perch's first line of defense. Under the Humblefolk Treaty, members of the Perch Guard are tasked to aid nearby villages on the forest floor whenever necessary. In larger cities like Alderheart, the Perch Guard are also responsible for dealing with inner city issues such as robbery, bar fights, and investi-gating and arresting criminals." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Birdfolk-Guard.webp" - } - } - ] - }, - { - "name": "Birdfolk Militia", - "source": "HWCS", - "entries": [ - "In smaller perches, where a guard force may be minimal or nonexistent, town security consists of a locally-organized militia. Anyone can enlist in these groups, provided they are upstanding citizens. They can be called upon by the Perch Guard to perform duties ranging from policing streets to supplementing military efforts." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Birdfolk-Militia.webp" - } - } - ] - }, - { - "name": "Birdfolk Sailor", - "source": "HWCS", - "entries": [ - "For birdfolk who take up the seafaring trade, their home is as much on the ocean as it is at port. They relish the salt spray and stiff winds, finding the closed spaces of forest life to be stifling compared to the wide-open expanse of the sea.", - { - "type": "inset", - "name": "Peculiar Design", - "entries": [ - "Birdfolk ship design often causes confusion among other seafaring races due to the relative absence of rigging. While cordage is needed to keep sails in place and cargo stored, nets and climbing ropes prove less necessary when the crew is capable of limited flight. A birdfolk sailor can simply lash a rope to their leg, open their wings, and let the ocean breeze carry them up to the sails or to a lookout post on the main mast." - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Birdfolk-Sailor.webp" - } - } - ] - }, - { - "name": "Birdfolk Skeleton", - "source": "HWCS", - "entries": [ - "Deceased birdfolk granted a semblance of life through necromantic spells don't have memory per se, but their skeletal bodies retain familiarity with tasks they performed in life. They also remain skilled with weapons they wielded in life, making them useful guards or servants.", - { - "type": "entries", - "name": "Unnatural Life", - "entries": [ - "Animated skeletons are common among the practitioners of the necromantic arts. Even at the Avium, where necromancy is forbidden in practice, it is taught in theory. A common exception is the use of animated skeletons for menial tasks around the college. The reanimation of birdfolk who did not give their express consent in life is seen as a violation of their memory, so these skeletons usually consist of former college staff who desired to stay and help long past their own time. Not all scholars agree that even this relatively benign form of necromancy should be allowed, while others don't see why permission from the dead should be necessary, believing that \"dead is dead\". Though the consent policy remains in place, heady debates over the ethics of certain forms of necromancy have resulted in the shunning of more morally flexible scholars." - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Birdfolk-Skeleton.webp" - } - } - ] - }, - { - "name": "Birdfolk Skirmisher", - "source": "HWCS", - "entries": [ - "The bulk of the Perch Guard's military force are a light infantry called \"The Spears.\" They train relentlessly with polearm weapons perfectly suited for branch-to-branch combat. Many are also skilled at ranged attacks with these weapons, as well as performing special diving maneuvers, making them an even greater threat to enemies below. In times of peace, skirmishers often serve as skilled hunters, following the direction of trackers to collect enough food for entire villages." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Birdfolk-Skirmisher.webp" - } - } - ] - }, - { - "name": "Bita, the Council Speaker", - "source": "HWCS", - "entries": [ - "Bita is a bright gallus whose elegant white plumage resembles that of a peacock. As the Birdfolk Council's Speaker, she is always first to address those who have been granted an audience with the Council. She takes her duties as the Speaker and as a Council member very seriously. Despite her profound affection for Humblewood and its citizens, she often comes off as severe and cold. Bita believes in doing what's best for the folks of the Wood, and sometimes this means making level-headed, tough decisions. Bita uses the {@creature noble} stat block, adjusted with the racial traits of a bright gallus. She is lawful good." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Bita.webp" - } - } - ] - }, - { - "name": "Cara Stormsinger", - "source": "HWCS", - "entries": [ - "A tawny-feathered swift strig woman from Meadowfen, Cara is the captain of the village militia. She was responsible for assembling the team of villagers who went out to investigate the black plume of smoke that appeared over Meadowfen's horizon. She endured a harrowing journey to return home and relay Ashbarrow's fate to Elder Ardwynn. Cara uses the birdfolk militia stat block adjusted with the racial traits of a swift strig. She is lawful good." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Birdfolk-Militia.webp" - } - } - ] - }, - { - "name": "Caustic Slime", - "source": "HWCS", - "entries": [ - "Deep in the murky marshes of the Mokk Fields, where water lays stagnant and the stench of decay permeates all, the worlds of life and death intertwine. Within this ominous mire lurk some of the most unusual natural predators in Humblewood. Collectively known as \"slimes\", these oozes move slowly through the muck, well-camouflaged by the dark and pungent waters, waiting to devour any hapless being that wanders within reach.", - "Slimes are easily provoked, and while it isn't difficult to outrun one, some who have strayed into a slime's territory only find out too late that they have been detected. Fortunately for many swampland travelers, slimes have a slow metabolism, and can go without feeding for long periods.", - "In addition to being an important part of the ecosystem, many slimes are either naturally magical, or yield organic materials which are in high demand among mages, scholars, and researchers. While slime hunting is a dangerous undertaking, the perch of Winnowing Reach was built on the labor of so-called \"slime-wranglers\", whose skill collecting valuable residue from live slimes is directly responsible for transforming the once minor outpost into a thriving site for scholarly innovation.", - "Three main types of slimes have been classified, but as magical creatures with strange properties, it's speculated that more elusive slime species might exist somewhere in the remote swamps. The three documented types are: {@creature caustic slime|HWCS|caustic slimes}, {@creature shifting slime|HWCS|shifting slimes}, and {@creature sticky slime|HWCS|sticky slimes}.", - { - "type": "section", - "name": "Caustic Slime", - "entries": [ - "These pale green oozes have an astringent chemical odor, which mixes with the smell of liquefied flesh from their latest meal. Owing to the slow speed at which they digest their victims, the bones of partially-digested meals can be seen through their transparent exterior. Dissolving remnants move within the slimes in a macabre semblance of motion. This phenomena has earned them the nickname \"green puppeteers\".", - { - "type": "entries", - "name": "Natural Defenses", - "entries": [ - "Capable of producing a lethal acid that can eat away at stone and metal, caustic slimes are especially deadly. Even the slightest touch on exposed fur or feathers can be dangerous. Many would-be heroes have met a slow, grim demise after being engulfed by these strange creatures." - ] - }, - { - "type": "entries", - "name": "Scientific Interest", - "entries": [ - "Though hazardous, the acid produced by these slimes is also valued for its potential uses as a powerful sorcery reagent and an ingredient in potent potions. Some claim it can be distilled into practical applications, like a solvent for metallurgists and builders." - ] - } - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Caustic-Slime.webp" - } - } - ] - }, - { - "name": "Cervan Bandit General", - "source": "HWCS", - "entries": [ - "Bandit clans are commanded by generals. Serving as both a battle-tested warrior and master strategist, they alone coordinate the disparate band of thieves and outlaws that make up the collective. While military monikers are used to refer to bandit leadership, more than combat prowess is needed to maintain order in these volatile organizations. A dominating personality and charismatic voice are as necessary as a swift blade and a sharp mind. Cervans don't typically take to brigandry, but their practical skills and ability to survive in even the most adverse situations make those with loose morals and dubious ambitions a natural fit." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Cervan-Bandit-General.webp" - } - } - ] - }, - { - "name": "Cervan Priest", - "source": "HWCS", - "entries": [ - "Cervan villages are typically led by a community elder who is wise both in politics as well as the ways of the Amaranthine. Priests provide guidance to the community, ensuring that rituals are properly observed and customs upheld. As storytellers and keepers of a village's history, they are trusted with the myths and folktales used to impart knowledge necessary for survival in the forest." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Cervan-Priest.webp" - } - } - ] - }, - { - "name": "Cobblefright", - "source": "HWCS", - "entries": [ - "Cobblefrights are undead monstrosities created through dark necromancy. Rumored to have been orig-inally devised by the mad necromancer Lathrus of the Night's Call, cobblefrights are made by linking several birdfolk skeletons together to form one frightening creature with enhanced physical properties. Among those who have studied Lathrus' research, only the most reckless have tried to create a cobblefright of their own, often to disastrous effect.", - { - "type": "entries", - "name": "Horror of Horrors", - "entries": [ - "Cobblefrights are generally pieced together from the skeletons of five or six birdfolk. The combination of multiple bodies allows not only for a larger and more robust design, but also vastly increases the quantity of necromantic energies cobblefrights contain. This increased capacity for power provides cobblefrights with tremendous strength, as much as a dozen birdfolk combined. It also grants cobblefright bones greater durability. Their remarkable power and resilience is somewhat of a double-edged sword, as cobblefrights also require a large amount of necromantic energy to be sustained. The surviving records of cobblefright creators note that, quite unexpectedly, the creatures developed the ability to drain the life force of other living beings, replenishing their own energy in the process. This makes cobblefrights useful as independent sentries, so long as they have a steady supply of living beings to fuel them." - ] - }, - { - "type": "entries", - "name": "Chaotic Psyche", - "entries": [ - "The discordant parts that comprise cobblefrights exert tremendous strain on the bodies of these creatures. The source of this strain is rooted in the same magic that allows birdfolk skeletons to recall skills they once knew in life: the bones remember. Remnants of the soul such as memories, desires, fears, skills, and certain forms of knowledge are imprinted on the bones of the departed. When activated by necromantic energy, these conflicting impressions swirl chaotically within cobblefrights. Since cobblefrights are composed of multiple bodies, often originating from differing times, places, and walks of life, the impressions contained within the creatures are particularly volatile and chaotic. This constant internal conflict requires large and regular supplies of energy to keep cobblefrights stable, but it also grants them a surprising degree of resistance against those who would seek to wrest control of the creatures away from their creator. However, necromancers must be careful to maintain control over these dangerous creatures. Damaged cobblefrights will readily harvest their maker as an immediate source of life energy." - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Cobblefright.webp" - } - } - ] - }, - { - "name": "Corvax Revayne", - "source": "HWCS", - "entries": [ - "This slender dusk corvum's plumage resembles that of a black-billed magpie. A professor of divination at the Avium, his brilliant mind is often held back by paranoia, an unfortunate side-effect of the diviner's line of work. This has led faculty to view his predictions cautiously, and has earned him a reputation as a bit of an oddbird around campus. He is smart and capable, however, and can be a useful ally to the party in the last two parts of the adventure. Corvax shouldn't ever be in combat." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Corvum-Diviner.webp" - } - } - ] - }, - { - "name": "Corvum Assassin", - "source": "HWCS", - "entries": [ - "Frequently members of criminal organizations, contract killers can be found in the Wood's largest and most politically complex perches. They serve powerful figures with a lack of scruples and an abundance of coin. Assassins are trained from a young age to become deadly masters of their craft, learning how to skulk the branchroads and keep hidden in the canopy to time the perfect ambush. Corvums, with their natural intelligence and cunning, make the best assassins." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Corvum-Assassin.webp" - } - } - ] - }, - { - "name": "Corvum Diviner", - "source": "HWCS", - "entries": [ - "Diviners specialize in esoteric spells and rituals, which can be used to see the threads of fate that move the world. Even when such predictions fail, they usually reveal useful information in the process. Corvums prize knowledge in all its forms, often dealing in secrets the way others deal in goods, and so many are drawn to practice the diviner's art." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Corvum-Diviner.webp" - } - } - ] - }, - { - "name": "Corvum Necromancer", - "source": "HWCS", - "entries": [ - "Every sentient being is susceptible to the lure of necromancy. The promise of seeing lost loved ones again, or raising an army of powerful minions, can sometimes be difficult to resist. The birdfolk of Humblewood are not immune to that lure. To help curb this curiosity, professors at The Avium teach necromantic theory only. But some intrepid students have been known to pursue the practical applications in secret. Sure of their intellect, corvums in particular are often willing to challenge traditions for the sake of knowledge. As a result, more than one corvum has wandered down the path of the dark arts." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Corvum-Necromancer.webp" - } - } - ] - }, - { - "name": "Eliza Pennygleam", - "source": "HWCS", - "entries": [ - "Eliza Pennygleam is an eluran, a group of cat-like people from the west. While not native to Humblewood, elurans are commonly seen along the roads as part of merchant caravans, and behind merchant stalls in the capital. Eliza is a savvy merchant, on her way to Alderheart to take over her late sister's shop. She is a natural bargainer, but she is also charitable to those who have faced hardships. Eliza uses the {@creature commoner} stat block. She is neutral good." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Eliza-Pennygleam.webp" - } - } - ] - }, - { - "name": "Emberbat", - "source": "HWCS", - "entries": [ - "Curious and gentle creatures, these tiny bats have ashen fur and noses which sport a small candle-sized flame.", - { - "type": "entries", - "name": "Winged Fire", - "entries": [ - "Emberbats only started appearing in Humblewood after the calamity that befell the Scorched Grove, and scholars nearly all agree that the emergence of the creatures had something to do with the elemental magics present in the Grove. The flames that give the bats their name are lit through an internal combustion process that issues fuel from their nostrils as they exhale. Emberbats appear able to start and stop this process at will. The bats obviously do not need the flames to see, but it is hypothesized that the small candle serves to attract moths or other insects into their waiting mouths, greatly facilitating hunting." - ] - }, - { - "type": "entries", - "name": "Colonies of Combustion", - "entries": [ - "Emberbats are most often seen flying in clouds consisting of many different families acting in unison. The bats perform virtually every task as a cohesive unit, from flying to hunting to nesting. The real threat they pose lies in the remarkable coordination of their colonies.", - "Alone, an emberbat is no more dangerous than a candle. But together they have the potential to burn like a pit of hot embers, and can easily set dry tinder ablaze. When a colony of emberbats attacks a target, it is usually for defensive purposes. The air temperature within the cloud rises dangerously fast, and it has to potential to cook the victim alive. When encountering a colony in the wild, it is best not to engage them. However, recently colonies of emberbats are acting aggressively towards travelers, harassing any who approach their expanding territories. Some swear they have seen emberbat supercolonies whose heat could be felt from yards away." - ] - }, - { - "type": "entries", - "name": "Fine Familiars", - "entries": [ - "Throughout Humblewood's history, the docile nature of the emberbats have made them ideal familiars or animal companions, especially to masters who journey into dark places." - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Emberbat.webp" - } - } - ] - }, - { - "name": "Figory Figgins", - "source": "HWCS", - "entries": [ - "A slender, blond-furred jerbeen with an affable nature and an unfortunate reputation. Figory has been studying for two years at the Avium, but anxiety about the professors expectations and the complicated schedule needed for featherless students to navigate campus have held him back a full year compared to other students. He has been bullied by his classmates at the Avium, and his recent encounter with the cobblefright has left him deeply unnerved. He desperately wants someone to believe his story and take action against the creature lurking around campus. Figory uses the {@creature commoner} stat block, adjusted with the racial traits of a jerbeen. He is neutral." - ] - }, - { - "name": "Forest Prowler", - "source": "HWCS", - "entries": [ - { - "type": "quote", - "entries": [ - "\"Did you see that? Was it just the wind in the leaves, or has a prowler come calling...\"" - ] - }, - "Forest prowlers feature prominently throughout folktales in Humblewood, notably as monsters in frightful stories. These cat-like beasts have the unique ability to grow leaves and moss on their spotted fur, allowing them to camouflage perfectly within the forest canopy.", - { - "type": "entries", - "name": "Fable and Folklore", - "entries": [ - "One of the reasons forest prowlers have attained such mythic status is due to their elusive nature. They are adept at moving unseen through the canopy where they hunt, and their skills as ambush predators means that few who see them live to tell the tale. In some communities the killing of a forest prowler is considered a rite of passage among beast hunters. The large fangs seen adorning the necks of Humblewood's greatest hunters and warriors, and cloaks made from prowler fur, are trophies that showcase one's prowess and skill." - ] - }, - { - "type": "entries", - "name": "Fierce Hunter", - "entries": [ - "Forest prowlers are apex predators. They can claim virtually any prey they desire, but usually target deer, elk, and other large herbivores. Prowlers use their powerful bodies and gripping claws to drag their kill up into their tree nests, where it can be consumed at their leisure. These felines are known to travel long and winding paths through the forest, residing in temporary shelters throughout the seasons. Although nomadic, the prowlers are quite territorial of whatever area they currently inhabit. Relatively passive in the winter, they are most active in the spring and summer during peak hunting and breeding seasons." - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Forest-Prowler.webp" - } - } - ] - }, - { - "name": "Fray Merridan", - "source": "HWCS", - "entries": [ - "Fray is a dashing red-furred vulpin with sharp eyes and a quick wit. A highly skilled swordswoman, she was left without a home when forest fires spreading from the Scorched Grove burned her village. She saw joining the bandits as an opportunity to use her skills to provide for herself and those she cares for. She is astute and talented, but also competitive and unwilling to forget even the smallest slight against her. Fray uses the {@creature vulpin captain|HWCS} stat block." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Vulpin-Captain.webp" - } - } - ] - }, - { - "name": "Gabe Windsworth", - "source": "HWCS", - "entries": [ - "Gabe is a middle-aged sable luma with a large plume of iridescent feathers that surround his nape like a cowl. The Dean of the Avium, Gabe always appears as though he is deep in thought. Though his amiability and kooky behavior cause people to underestimate him, beneath the quirky exterior lies a keen mind that carefully evaluates all possibilities before taking action. He is a good-natured scholar who is just as concerned with the wellbeing of his staff and students as he is with the quality of research and education within the Avium. Dean Windsworth uses the {@creature luma wizard|HWCS} stat block. His alignment is neutral good." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Luma-Wizard.webp" - } - } - ] - }, - { - "name": "Gallus Druid", - "source": "HWCS", - "entries": [ - "The gallus of Humblewood have an especially deep connection with nature. Hanera teaches them to see the world from the forest floor, instead of the canopy. This is a message many gallus have taken to heart. Out of this reverence for nature, some gallus dedicate themselves to the study and preservation of the Wood, becoming wardens of the forest, or acting as guides. A select few with a unique connection to flora and fauna develop incredible powers and abilities. These druids can sprout trees and mend injured animals with a touch. They are revered among birdfolk and humblefolk alike as spiritual leaders and wise advisors." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Gallus-Druid.webp" - } - } - ] - }, - { - "name": "Gallus Monk", - "source": "HWCS", - "entries": [ - "Gallus who are not content to settle into everyday life in small communities venture out to secluded monasteries and learn the way of the monk. There, a disciplined routine of physical rigours and spiritual contemplation is overseen by wizened masters. After years of training, initiates are deemed ready to journey the land and put their learning to the test. The majority return to the monastery after having had a revelation during their travels. Other continue to wander, sometimes with a few trusted companions, forever finding new meaning." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Gallus-Monk.webp" - } - } - ] - }, - { - "name": "Gallus Necromancer", - "source": "HWCS", - "entries": [ - "Gallus aren't typically drawn down the path of necromancy, but a few mavericks with arcane talent and the inclination to study the darker side of magic have found success in The Avium. More commonly, such necromancers study the art theoretically, learning how it disrupts the balance of life and death so that their students can be taught how to effectively counter such vile spells." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Gallus-Necromancer.webp" - } - } - ] - }, - { - "name": "Glinda Nightseed", - "source": "HWCS", - "entries": [ - "This huden gallus' plumage resembles a ptarmigan, and she usually wears a pince-nez on her beak. A professor of advanced theoretical necromancy, Glinda is known for having strange opinions about her field of study. Unlike most birdfolk, she sees necromancy as a manipulation of life energies on par with druidic magic. She is a kind soul, and only practices the lighter forms of necromancy. However, she has been performing secret experiments on the servitor skeletons in the Avium, hoping to develop a cutting-edge resurrection spell. This violates campus policies, which ban practical necromancy, and could cause her to lose her job. Glinda uses the gallus necromancer stat block. Her alignment is chaotic good." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Gallus-Necromancer.webp" - } - } - ] - }, - { - "name": "Gregor Thornspur, Magistrate of Alderheart", - "source": "HWCS", - "entries": [ - "Gregor is a dull-looking sable luma with a single errant feather that sticks out oddly from his brow. Gregor is the Magistrate of Alderheart, and though he appears to be a tired bureaucrat, his demeanour hides a shrewd businessman eager to turn any situation to his advantage. He is not above taking bribes in exchange for expediting requests to see the Birdfolk Council. Gregor uses the {@creature noble} stat block, adjusted with the racial traits of sable luma. He is chaotic neutral." - ] - }, - { - "name": "Havel of the Autumn Moon", - "source": "HWCS", - "entries": [ - "Havel is a frail but courageous huden gallus, with pheasant-like plumage. He is a dear friend of Tevor, and the two have fallen for each other during their time together in Alderheart. Havel is a Summerblossom, a rank given to experienced members of the Tenders. He has been working at the Tenders' headquarters in the Trunk district, where he provides aid to the refugees. He is also skilled in the use of natural magic, and while normally too sickly to adventure, could still assist the party with his talents." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Havel.webp" - } - } - ] - }, - { - "name": "Hedge Bard", - "source": "HWCS", - "entries": [ - "Recognized for being excellent diplomats and mediators, hedges are less well known for their love of music. Those who turn their natural charm towards the talent of entertaining can find great success. Some of the most gifted performers are blessed with magical talents. While most hedges use these powers for good, others choose a more sinister path, using their bardic talents to cheat, dupe, or steal from common folk." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Hedge-Bard.webp" - } - } - ] - }, - { - "name": "Hedge Witch", - "source": "HWCS", - "entries": [ - "Many who apply to study at the Avium are turned away by the prestigious institution. Spurred by their desire for knowledge, rejected candidates sometimes start on a path to become self-taught masters of arcana. Notably in tune with the magic of the forest, hedges pursuing an individualistic path often leverage their connection to these natural forces to make pacts with powerful fey or elemental beings, learning secrets inaccessible to traditional students." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Hedge-Witch.webp" - } - } - ] - }, - { - "name": "Jell Platena", - "source": "HWCS", - "entries": [ - "Jell is a bespectacled sera luma with bright red plumage resembling a cardinal. Jell has studied at the Avium for three years now, and is well on her way to becoming a graduate. She is bright and studious, and serious about everything she does in life. Jell uses the commoner stat block, adjusted with the racial traits of a sera luma. She is neutral good." - ] - }, - { - "name": "Jerbeen Swashbuckler", - "source": "HWCS", - "entries": [ - "A common figure in many jerbeen folktales, a swashbuckler is a champion who fights with finesse and daring. Natural leaders, swashbucklers keep their wits about them during a duel, pressing small advantages to win the day. Jerbeen swashbucklers often train in the tradition of their Amaranthine, Gaspard. Each year swashbucklers participate in fencing matches held in Gaspard's honor. Not all swashbucklers follow this path, with some using their talents for brigandry." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Jerbeen-Swashbuckler.webp" - } - } - ] - }, - { - "name": "Jerbeen Thief", - "source": "HWCS", - "entries": [ - "While criminals can often be found picking pockets in large perch cities, only the most successful end up recruited by the Bandit Coalition. Small of stature, jerbeens can easily move about unnoticed; their swiftness is responsible for the expression \"quick as a jerbeen.\" This, coupled with their natural charm, makes jerbeens perfectly suited for the thieving arts." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Jerbeen-Thief.webp" - } - } - ] - }, - { - "name": "Kenna Brightspark", - "source": "HWCS", - "entries": [ - "An energetic and curious young dusk corvum scholar who is currently working on a dissertation in Winnowing Reach. Kenna's research focuses on the properties of various slimes around the region. She is a student of the Avium, and hopes her findings will earn her a grant to fund yet more study of these fascinating creatures. Kenna is a native of Winnowing Reach, and knows the village well. She is a little precocious and takes risks for her work. Kenna uses the {@creature commoner} stat block, adjusted with the racial traits of a dusk corvum. She is chaotic good." - ] - }, - { - "name": "Krall, the Scavenger King", - "source": "HWCS", - "entries": [ - "Krall is an imposing mapach, standing nearly 6 feet tall with a solid build and matted fur that is missing in patches. He was close friends with Benna, although he didn't share her altruism and instead believed that those who couldn't carry their weight should be left behind. He expects complete loyalty from his followers, and favors hit-and-run tactics. He and his troops exact tolls on poorly-defended caravans for passage along the roads, which many pay to avoid his wrath. Krall uses the {@creature mapach brute|HWCS} stat block." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Mapach-Brute.webp" - } - } - ] - }, - { - "name": "Lesser Demon", - "source": "HWCS", - "entries": [ - "For those still new to the art of summoning, a fumbled attempt to conjure forth an entity of great power often results in the appearance of a lesser demon in its place. These beings are lowly, vexing creatures, eager to sow discord wherever they have been called.", - { - "type": "entries", - "name": "Vile and Malicious", - "entries": [ - "While there are all manner of devils and demons that seek to terrorize the good folk of the world, others are more off-putting and disgusting\u2014an embarrassing blunder for the fledgling witch or wizard whose invocation went awry. Although not particularly powerful, lesser demons can still pose a serious threat to inexperienced conjurors and unsuspecting civilians." - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Lesser-Demon.webp" - } - } - ] - }, - { - "name": "Luma Cleric of Ardea", - "source": "HWCS", - "entries": [ - "Clerics of Ardea travel the Wood on holy pilgrimages to sacred groves resplendent with life fostered by the Dawnmother. They spread Ardea's message of kindness wherever they go, taking it upon themselves to protect all life, great and small. Clerics serve the communities they pass through as healers, mediators, and occasionally as valiant defenders. Lumas who heed the call of the Amaranthine find their natural charisma and mystic talents to be of great help as they walk the cleric's path." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Luma-Cleric-of-Ardea.webp" - } - } - ] - }, - { - "name": "Luma Wizard", - "source": "HWCS", - "entries": [ - "It is widely believed among the birdfolk that only those with focused minds can master the subtle art of magic. For unknown reasons, perhaps their inherent connection to fate or particular manner of engaging with the world, lumas are able to tap into the mystical and magical forces with ease." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Luma-Wizard.webp" - } - } - ] - }, - { - "name": "Mapach Bandit", - "source": "HWCS", - "entries": [ - "Mapachs are particularly distrusted among birdfolk because of their eccentricities and willingness to break with commonly held customs. Often judged on sight to be crooked, some mapachs find it hard to integrate into birdfolk society and turn to crime to survive. Local bandit forces are happy to exploit this, offering the displaced mapachs shelter and a share of the spoils in exchange for their service." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Mapach-Bandit.webp" - } - } - ] - }, - { - "name": "Mapach Brute", - "source": "HWCS", - "entries": [ - "Although many in the bandit coalition follow noble ideals, there have always been a handful of unreliable members, only concerned with their own advancement. These ruthless brutes are scoundrels through and through, willing to seize power within the coalition by any means necessary. Mapachs don't have more knaves among them as a matter of course, but the infamy of a few such villains has further sullied their reputation in the eyes of perch-dwellers." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Mapach-Brute.webp" - } - } - ] - }, - { - "name": "Mapach Tinkerer", - "source": "HWCS", - "entries": [ - "Unlike those who are content to stay within the boundaries of their established craft, tinkerers have a passion for innovation that is unfettered by tradition. Mapach craftspeople who constantly look for ways to improve upon past creations find themselves branded as eccentrics. Their methods are unconventional, but eminently practical. Designs are often carefully considered, and some of their innovations eventually find widespread use around the Wood." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Mapach-Tinkerer.webp" - } - } - ] - }, - { - "name": "Mordane Swiftgale", - "source": "HWCS", - "entries": [ - "Mordane is a prim-and-proper elderly swift strig, who keeps his gray and white feathers preened, and his librarian robes freshly pressed. He is wise but old fashioned, and prefers to read in solitude when off shift, rather than fraternize with his peers. Despite his social shortcomings, he's an experienced librarian, and has incredible knowledge of even the oldest parts of the lower library. Mordane uses the {@creature commoner} stat block, adjusted with the racial traits of a swift strig. He is neutral." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Mordane-Swiftgale.webp" - } - } - ] - }, - { - "name": "Mountain Lion", - "source": "HWCS", - "entries": [ - { - "type": "quote", - "entries": [ - "\"The results of their roar can have quite an impact on adventurers.\"" - ] - }, - "The mountain lions of Humblewood's Crest Mountains are more than the mere beasts travelers may mistake them for. Covered in rocky protrusions that serve to protect as well as camouflage them, mountain lions possess special powers as a result of their ties to the elemental earth of their territory.", - { - "type": "entries", - "name": "Mountain Stalker", - "entries": [ - "Mountain lions live and hunt in their craggy mountain homes. They are natural climbers and prefer to ambush unsuspecting prey rather than engage in prolonged chases across the treacherous cliffs. A pride of mountain lions is led and protected by a large female. Males compete for the right to mate, and work together as a hunting party. While not as adept at pack hunting as wolves, a few mountain lions working in tandem can take down dangerous creatures of unusual size, including basilisks and griffons." - ] - }, - { - "type": "entries", - "name": "Roar of the Earth", - "entries": [ - "Owing to the magic of the elemental earth, mountain lions can gain limited control over nearby rocks with their roar. Using this ability, they can cause rockslides to hinder their prey's escape or inflict critical damage. The ability takes a great deal of energy, so many mountain lions use it sparingly, knowing it will be some time before they can call upon it again. " - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Mountain-Lion.webp" - } - } - ] - }, - { - "name": "Oakheart", - "source": "HWCS", - "entries": [ - "Oakheart is a huge tree-shaped creature with charred bark that smolders in places, and many small flames which burn on his branches, giving the impression of leaves. Once a treant, he bathed in the primal energies of the Scorched Grove, transforming into an entity so thoroughly possessed of the element of flame that he's capable of serving as {@item Borealus|HWCS|The Borealus'} keeper. He is the artifact's guardian, and will not relinquish the staff until he has been convinced that whoever has disturbed him can control the staff's considerable power, and that they mean to maintain the natural balance he sacrificed himself to protect." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Cinder-Tree.webp" - } - } - ] - }, - { - "name": "Odwald Ebonhart", - "source": "HWCS", - "entries": [ - "Odwald is a haggard old kindled corvum, resembling a thick billed raven with coarse, hoary feathers, ruffled from years of adventuring. Odwald has a sharp mind but a faint heart. A member of the illustrious Ebonhart family, a noble house that dates back to the founding of Alderheart, Odwald was an arcane prodigy who grew up in a world which expected him to be brilliant. While magic always came naturally to him, the pressure of his family's expectations weighed heavily upon him, and filled him with a deep-seated fear of failure. Months ago, he was tricked by an unknown entity into weakening the seal that held the aspect of fire beneath the Scorched Grove. Ever since he has blamed himself for the worsening conditions in the Wood. He has no solution for stopping the aspect, and this terrifies him. Shortly after saving his friend Riffin, desperation drove him back to his alma mater, the Avium, where he has since worked with forbidden magics in secrecy. Using a secret door he discovered during his time as a student, Odwald converted several inaccessible and defunct classrooms into a makeshift laboratory where he toils tirelessly, experimenting with dark and dangerous magics in the hopes of discovering a way to stop the aspect. Odwald uses the {@creature corvum necromancer|HWCS} stat block. His alignment is chaotic neutral." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Corvum-Necromancer.webp" - } - } - ] - }, - { - "name": "Raptor Explorer", - "source": "HWCS", - "entries": [ - "Whether drawn by tales of treasure or the allure of faraway lands, some residents of Humblewood journey to seek out distant ruins or remote vistas to satisfy their wanderlust. Explorers are common among raptors, many of whom do so out of veneration for the Amaranthine Reya, the guide and protector of travelers. Numerous explorers embark on such adventures for the sake of self-discovery and personal growth. Those who have made a life out of exploring often find their service as guides in high demand." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Raptor-Explorer.webp" - } - } - ] - }, - { - "name": "Raptor Ranger", - "source": "HWCS", - "entries": [ - "The ranger is an iconic figure in raptor stories and myths, and has inspired many to follow in their legendary footsteps. Outfitted for rough living in the wilds, these rangers are consummate archers and exceptional hunters. With supernatural eyesight and quick reflexes, raptors are ideally suited to the life of a hunter. Many who chose this path find themselves the inspiration for new tales.", - "The raptor ranger listed is outfitted with a {@item red-feather bow|HWCS} (see {@book Appendix D: New Magic Items|HWCS|8})." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Raptor-Ranger.webp" - } - } - ] - }, - { - "name": "Rhys Birchwalker", - "source": "HWCS", - "entries": [ - "An associate professor of conjuration at the Avium, this middle-aged mistral raptor has little in the way of mystic talent, but she makes up for it with an enthusiasm for learning and a wealth of knowledge on her chosen subject. She is well-versed in conjuratory theory, and can provide characters with any of the information they would otherwise find in {@b Conjuration Magic} (see {@adventure Into the Library|HWAitW|4|Into the Library}) if she is asked about the subject directly. Professor Birchwalker can also help a character perform the calculations to find the location of the conjuration circle within the Grove. Rhys uses the {@creature commoner} stat block, adjusted with the racial traits of a mistral raptor. She is neutral good." - ] - }, - { - "name": "Riffin, the Ash-Knight", - "source": "HWCS", - "entries": [ - "Riffin is a small stout strig, standing a few inches over three feet, whose plumage and proportions resemble a little owl. A traveling knight of the realm, Riffin lived in Ashbarrow before its destruction, and was carried to Alderheart by his friend Odwald, who saved him from the fire. Being one of the only knights to hail from Ashbarrow, folk began calling him the \"Ash-Knight,\" a title which he now uses to keep the memory of his home alive. Riffin is a simple strig with a charming way of viewing the world. He is also a steadfast warrior who strongly believes in doing what is right, helping those in need, and honoring his debts. Riffin uses the {@creature strig knight|HWCS} stat block. His alignment is lawful good." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Strig-Knight.webp" - } - } - ] - }, - { - "name": "Shifting Slime", - "source": "HWCS", - "entries": [ - "Deep in the murky marshes of the Mokk Fields, where water lays stagnant and the stench of decay permeates all, the worlds of life and death intertwine. Within this ominous mire lurk some of the most unusual natural predators in Humblewood. Collectively known as \"slimes\", these oozes move slowly through the muck, well-camouflaged by the dark and pungent waters, waiting to devour any hapless being that wanders within reach.", - "Slimes are easily provoked, and while it isn't difficult to outrun one, some who have strayed into a slime's territory only find out too late that they have been detected. Fortunately for many swampland travelers, slimes have a slow metabolism, and can go without feeding for long periods.", - "In addition to being an important part of the ecosystem, many slimes are either naturally magical, or yield organic materials which are in high demand among mages, scholars, and researchers. While slime hunting is a dangerous undertaking, the perch of Winnowing Reach was built on the labor of so-called \"slime-wranglers\", whose skill collecting valuable residue from live slimes is directly responsible for transforming the once minor outpost into a thriving site for scholarly innovation.", - "Three main types of slimes have been classified, but as magical creatures with strange properties, it's speculated that more elusive slime species might exist somewhere in the remote swamps. The three documented types are: {@creature caustic slime|HWCS|caustic slimes}, {@creature shifting slime|HWCS|shifting slimes}, and {@creature sticky slime|HWCS|sticky slimes}.", - { - "type": "section", - "name": "Shifting Slime", - "entries": [ - "A type of large and fluid ooze, shifting slimes have an iridescent hue to them which seems to shift as they move. According to slime-wranglers, they can use magical energy to create an eerie bioluminescence. Shifting slime residue is a highly sought after potent reagent, but it is hard to come by. Despite their size, these slimes are elusive and generally spend their time below ground where visibility is low. They can be quite difficult to locate when they conceal themselves in the subterranean darkness, though these strange creatures are known to leave trails of bioluminescent residue to lure in prey.", - { - "type": "entries", - "name": "Adaptive Defenses", - "entries": [ - "This type of slime can harness magical energy within its form. Shifting slimes absorb and store magic passively over time, but are also capable of absorbing magical jolts from spells. It is unclear exactly how much energy they can store, or for how long.", - "Shifting slimes can develop a temporary immunity to various types of magic after exposure. This immunity in turn makes it exceptionally difficult to destroy the slimes with a single type of magical energy. Luckily for slime-wranglers, shifting slimes are only capable of containing one energy type at a time." - ] - }, - { - "type": "entries", - "name": "Manifestation of Stored Power", - "entries": [ - "After absorbing magical energy, these slimes will change color based on the type of power absorbed. Because of the rarity of shifting slimes, only a handful of people have witnessed these changes. But, over generations, skilled slime-wranglers have managed to record which color a shifting slime will turn in response to different types of magic." - ] - } - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Shifting-Slime.webp" - } - } - ] - }, - { - "name": "Shyla Denn", - "source": "HWCS", - "entries": [ - "A scarred, gray-and-russet-furred vulpin cleric of Kren, Shyla serves as Krall's lieutenant. Krall saved her life when she was a child, orphaned in the Wood, and she has been grateful to him ever since. Her loyalty to Krall is absolute, and she believes that Krall will only cut loose those who can't pull their weight. Shyla uses the {@creature vulpin priest of kren|HWCS} stat block." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Vulpin-Priest-of-Kren.webp" - } - } - ] - }, - { - "name": "Sticky Slime", - "source": "HWCS", - "entries": [ - "Deep in the murky marshes of the Mokk Fields, where water lays stagnant and the stench of decay permeates all, the worlds of life and death intertwine. Within this ominous mire lurk some of the most unusual natural predators in Humblewood. Collectively known as \"slimes\", these oozes move slowly through the muck, well-camouflaged by the dark and pungent waters, waiting to devour any hapless being that wanders within reach.", - "Slimes are easily provoked, and while it isn't difficult to outrun one, some who have strayed into a slime's territory only find out too late that they have been detected. Fortunately for many swampland travelers, slimes have a slow metabolism, and can go without feeding for long periods.", - "In addition to being an important part of the ecosystem, many slimes are either naturally magical, or yield organic materials which are in high demand among mages, scholars, and researchers. While slime hunting is a dangerous undertaking, the perch of Winnowing Reach was built on the labor of so-called \"slime-wranglers\", whose skill collecting valuable residue from live slimes is directly responsible for transforming the once minor outpost into a thriving site for scholarly innovation.", - "Three main types of slimes have been classified, but as magical creatures with strange properties, it's speculated that more elusive slime species might exist somewhere in the remote swamps. The three documented types are: {@creature caustic slime|HWCS|caustic slimes}, {@creature shifting slime|HWCS|shifting slimes}, and {@creature sticky slime|HWCS|sticky slimes}.", - { - "type": "section", - "name": "Sticky Slime", - "entries": [ - "A semi-solid type of ooze, sticky slimes are far more robust than their cousins. Experienced slime wranglers know never to attack them directly with weapons. The rubbery bodies of sticky slimes can suck a blade out of a wielder's hands, leaving the attacker unarmed.", - { - "type": "entries", - "name": "True to Form", - "entries": [ - "Sticky slimes are wholly described by their name. They leave a trail of extremely thick adhesive residue in their wake. While the residue itself is harmless, it can trap adventurers where they stand, and sticky slimes tend to live in proximity of far more threatening monsters." - ] - } - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Sticky-Slime.webp" - } - } - ] - }, - { - "name": "Strig Knight", - "source": "HWCS", - "entries": [ - "The Perch Guard produces many skilled soldiers, but only those who possess a great degree of talent are trained to become knights. The knights of Alderheart's Perch Guard are taught how to protect others by creating opportunities for allies to regroup or retreat as necessary. Experts in sword-and-shield fighting, the knight's heavily-armoured fighting style allows them to hold the line against even the fiercest of enemies. The strig knight listed is equipped with a {@item wing crest shield|HWCS} (see {@book Appendix D: New Magic Items|HWCS|8})." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Strig-Knight.webp" - } - } - ] - }, - { - "name": "Strig Tracker", - "source": "HWCS", - "entries": [ - "Capable of moving swiftly through the wilderness, trackers help find those who have lost their way in the forest. Accomplished survivalists, they are familiar with hidden pathways throughout the Wood. Often found alongside woodland beasts, many have formed bonds with these creatures, and find their aid useful in locating lost travelers. For Strigs, known for being at ease even in the harshest environments, becoming a tracker can prove a satisfying challenge. Some use their skills to double as bounty hunters, which can provide for an even more thrilling chase." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Strig-Tracker.webp" - } - } - ] - }, - { - "name": "Susan of the Swamp", - "source": "HWCS", - "entries": [ - "Susan is an eccentric hedge whose magical aptitude has always been outclassed by her hunger for knowledge. She studied at the Avium for a short time, but left of her own accord to experiment with magics the Avium found unsavory. Susan recently settled in the swamp in the hopes of pursuing her arcane curiosities in peace. She shares her modest home with her beetle familiar, Normal, and spends her time foraging for ingredients, testing spells, and reading mystery novels in addition to tomes of eldritch lore. Though she performs her rituals a safe distance away from the cities and towns, her presence in the region has made the Magistrate of Winnowing Reach uneasy, and he wants her gone. Susan uses the {@creature hedge witch|HWCS} stat block. Her alignment is chaotic good." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Hedge-Witch.webp" - } - } - ] - }, - { - "name": "Swarm of Emberbats", - "source": "HWCS", - "entries": [ - "Curious and gentle creatures, these tiny bats have ashen fur and noses which sport a small candle-sized flame.", - { - "type": "entries", - "name": "Winged Fire", - "entries": [ - "Emberbats only started appearing in Humblewood after the calamity that befell the Scorched Grove, and scholars nearly all agree that the emergence of the creatures had something to do with the elemental magics present in the Grove. The flames that give the bats their name are lit through an internal combustion process that issues fuel from their nostrils as they exhale. Emberbats appear able to start and stop this process at will. The bats obviously do not need the flames to see, but it is hypothesized that the small candle serves to attract moths or other insects into their waiting mouths, greatly facilitating hunting." - ] - }, - { - "type": "entries", - "name": "Colonies of Combustion", - "entries": [ - "Emberbats are most often seen flying in clouds consisting of many different families acting in unison. The bats perform virtually every task as a cohesive unit, from flying to hunting to nesting. The real threat they pose lies in the remarkable coordination of their colonies.", - "Alone, an emberbat is no more dangerous than a candle. But together they have the potential to burn like a pit of hot embers, and can easily set dry tinder ablaze. When a colony of emberbats attacks a target, it is usually for defensive purposes. The air temperature within the cloud rises dangerously fast, and it has to potential to cook the victim alive. When encountering a colony in the wild, it is best not to engage them. However, recently colonies of emberbats are acting aggressively towards travelers, harassing any who approach their expanding territories. Some swear they have seen emberbat supercolonies whose heat could be felt from yards away." - ] - }, - { - "type": "entries", - "name": "Fine Familiars", - "entries": [ - "Throughout Humblewood's history, the docile nature of the emberbats have made them ideal familiars or animal companions, especially to masters who journey into dark places." - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Emberbat.webp" - } - } - ] - }, - { - "name": "Tevor of the Spring Path", - "source": "HWCS", - "entries": [ - "Tevor is a timid sable luma, with ruddy gray feathers and a short beak. He is a good friend of Havel, and has begun to feel affection for the gallus since their time working together. Tevor is a Sapling, a low ranking member of the Tenders, who barely escaped from an ashsnake attack that killed his mentor. While he has agreed to give his report of events in the Scorched Grove, he is not prepared to do much beyond this. He possesses conviction in the beliefs of his order, but the traumatic event has left him feeling frightened and helpless. If only he could find the courage to match his ideals, he would be destined for greatness. Tevor is generally averse to combat now, but before joining the Tenders he trained as a perch guard recruit." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Tevor.webp" - } - } - ] - }, - { - "name": "Vulpin Captain", - "source": "HWCS", - "entries": [ - "Captains are respected among the bandit forces, leading units on raids and ambushes, and sometimes running the operations of an entire camp. While captains are among the more skilled warriors in the coalition, involvement with day-to-day operations grants them a certain rapport with even the low-ranking bandits. This leadership, coupled with their prowess, allows them to rally or kowtow those foolish enough to consider desertion. Vulpins, with their natural ambition, cunning, and force of personality, can readily be found climbing to the rank of captain." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Vulpin-Captain.webp" - } - } - ] - }, - { - "name": "Vulpin Noble", - "source": "HWCS", - "entries": [ - "Although founded by birdfolk, Alderheart is home to several noble families of influential humblefolk. Among them are vulpins, who find both their charms and wiles perfectly suited to the political intrigue of Alderheart's high society. Some vulpin nobles can trace their lineage back to ancient royalty." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Vulpin-Noble.webp" - } - } - ] - }, - { - "name": "Vulpin Priest of Kren", - "source": "HWCS", - "entries": [ - "Priests of the Amaranthine Kren tend shrines in her honor, and share stories of her guile and cunning with visitors. These tales emphasize humility, wariness, and teach listeners to keep their wits about them at all times. In rare cases, these priests are given divine gifts by their Amaranthine. Conferred a portion of Kren's supernatural slyness, they often seek to humble those who have grown too proud." - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Vulpin-Priest-of-Kren.webp" - } - } - ] - }, - { - "name": "Wakewyrm", - "source": "HWCS", - "entries": [ - "Wakewyrms are massive reptiles that have aspects of both snakes and eels. On rare occasions they've been spotted close to the shores of the Talongrip Coast, though many are quick to dismiss these accounts. Their name originates from the powerful tidal waves their bodies cause, which pose a considerable threat to nearby vessels.", - { - "type": "entries", - "name": "Ocean Tales", - "entries": [ - "Despite their size, wakewyrms are elusive, able to hide within the vast expanse of the ocean. The rarity of this creature has bred many rumors about the exact nature of wakewyrms. All sailors know at least a few stories about bizarre creatures of the sea, including fantastical accounts of wakewyrms that lurk in the ocean's gloomy depths, able to sink an entire fleet of ships. Such tales are more often fabrications than not, as few have actually encountered these creatures." - ] - }, - { - "type": "entries", - "name": "Devourer from the Deeps", - "entries": [ - "Wakewyrms are more than a 100 feet long and weigh over 1000 tons. Their lashing tails, snapping jaws, and huge bodies can deal significant damage to a ship's hull, though they prefer to swallow sailors whole, swiftly pulling them into the fathoms below with hardly more than a splash. Filling their gullet with as many creatures as possible, wakewyrms let their strong stomachs take care of their meals. While a fine tactic for devouring fish or other large marine creatures, wakewyrms that swallow adventurers whole sometimes find the snack too much to handle.", - "Though wakewyrms rarely encounter sailing vessels as they cross the ocean looking for food, the results are often violent. Afterwards, all that remains is nothing but a derelict phantom ship, found wrecked against the rocks of distant shores." - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/HWCS/Wakewyrm.webp" - } - } - ] - }, - { - "name": "Walden Krane, Magistrate of Winnowing Reach", - "source": "HWCS", - "entries": [ - "A fastidious, easily agitated, middle-aged kindled corvum with drab black feathers. As the Magistrate of Winnowing Reach, he is a prominent political figure in the region. Walden isn't a particularly good or kind man, but he tries to be a reasonable and honorable one. He will not break his bargains, and likewise won't tolerate anything on the party's part which could be conceived as oath-breaking, dishonesty, or actions that might bring harm to the Reach. He cares deeply for his citizens, but that sometimes fails to come across as his political ambitions tend to get in the way. Walden has known Kenna Brightspark since she was but a fledgeling. Walden uses the {@creature noble} stat block, adjusted with the racial traits of a kindled corvum. He is lawful neutral." - ] - } - ] -} diff --git a/data/bestiary/fluff-bestiary-xmm.json b/data/bestiary/fluff-bestiary-xmm.json new file mode 100644 index 0000000..4269332 --- /dev/null +++ b/data/bestiary/fluff-bestiary-xmm.json @@ -0,0 +1,23849 @@ +{ + "_meta": { + "internalCopies": [ + "monsterFluff" + ] + }, + "monsterFluff": [ + { + "name": "Aarakocra", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Aarakocra", + "entries": [ + "{@i Winged Guardians of the Sky}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Mountain|bestiary|environment=mountain}, {@filter Planar (Elemental Plane of Air)|bestiary|environment=planar, air}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}, Individual" + } + ] + }, + "Aarakocra are birdlike folk who soar the skies of countless worlds and the endless expanses of the Elemental Plane of Air. They often resemble avians common to the lands where they dwell; some resemble hawks or condors, while others appear similar to hummingbirds or archaeopteryxes. In many lands, aarakocra tell of their ancient heroics resisting the wicked Queen of Chaos alongside the mysterious Wind Dukes of Aaqa." + ] + } + ] + }, + { + "name": "Aarakocra Aeromancer", + "source": "XMM", + "_copy": { + "name": "Aarakocra", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Aarakocra aeromancers control magical winds from the endless storms of the Elemental Plane of Air." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Aarakocra Aeromancer.webp" + } + } + ] + }, + { + "name": "Aarakocra Skirmisher", + "source": "XMM", + "_copy": { + "name": "Aarakocra", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Aarakocra skirmishers are adept at fighting aerial foes amid the clouds. They often attack land-bound threats with diving strikes from above." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Aarakocra Skirmisher.webp" + } + } + ] + }, + { + "name": "Aberrant Cultist", + "source": "XMM", + "_copy": { + "name": "Cultists", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Aberrant cultists pursue mind-bending powers from alien forces. Aberrant cultists align with monsters such as aboleths and mind flayers or forces such as Cthulhu, Hadar, Ityak-Ortheel the Elf Eater, Nyarlathotep, malicious solar bodies, or entities from the Far Realm." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Aberrant Cultist.webp" + } + } + ] + }, + { + "name": "Aboleth", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Aboleth", + "entries": [ + "{@i Ageless Alien Mastermind}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Underwater|bestiary|environment=underwater}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "In aquatic abysses, aboleths dream of dead empires and orchestrate plots that unfold across ages. These elusive, amphibious immortals physically and mentally overwhelm their victims and transform creatures with a slimy, aberrant infection, reshaping other beings to serve them beneath the waves.", + "Aboleths possess terrifying intellects and have alien mindsets. These creatures possess perfect memories of proto-worlds and incomprehensible dominions from the multiverse's earliest eons. Their secrets are innumerable and unfathomable. Aboleths lurk in places awash in primordial mysteries: the ruins of aquatic empires, hidden magical nexuses, or weak places between planes of existence. In these lairs, aboleths dream of epochs past, collect throngs of psychically dominated servants, consume the minds of unwitting victims, and prepare for their return to power.", + "Aboleths' alien goals and methods are often mysterious to other creatures. Roll on or choose a result from the Aboleth Schemes table to inspire an aboleth's schemes.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The lies we call reason are fragile things, vulnerable and raw on the shores of eons. But in the dream-vaults of dread ancients roil seas of terrifying truth. Our age is an island, and the ebb of primordial tides avows the Stygian wave." + ], + "by": "Evard", + "from": "Sighs of the All-Seeing Worm" + } + ] + }, + { + "type": "table", + "caption": "Aboleth Schemes", + "colLabels": [ + "1d6", + "The Aboleth Seeks To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Accomplish incomprehensible plans that lead it to act in seemingly random ways." + ], + [ + "2", + "Learn more of the world by kidnapping people and consuming their minds." + ], + [ + "3", + "Manipulate innocents into worshiping it as a god by using its telepathy from hiding." + ], + [ + "4", + "Open a gate to the distant past or future, releasing an invasion from another time." + ], + [ + "5", + "Rouse a dragon turtle, a kraken, or another sea monster to flood a coastal city." + ], + [ + "6", + "Trick treasure hunters into recovering relics from its long-fallen empire." + ] + ] + }, + { + "type": "entries", + "name": "Aboleth Lairs", + "entries": [ + "Aboleths usually dwell in submerged ruins and caverns. They keep air-filled spaces for their terrestrial servants and to hold treasures that would be damaged by water." + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Aboleth.webp" + } + } + ] + }, + { + "name": "Abominable Yeti", + "source": "XMM", + "_copy": { + "name": "Yetis", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Giants even among their own intimidating kind, abominable yetis are stronger and bloodthirstier than their kin. They claim whole regions as their hunting grounds, and they might track trespassers for days. On sighting prey, abominable yetis fling boulders of ice and snow before closing to finish foes. In addition to their icy claws and gaze, they can exhale a blast of arctic cold.", + "Abominable yetis dwell in frigid ruins or the deserted lairs of other monsters atop infamous peaks." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Abominable Yeti.webp" + } + } + ] + }, + { + "name": "Adult Black Dragon", + "source": "XMM", + "_copy": { + "name": "Black Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "By the time they're adults, black dragons are among the greatest terrors in the lands they claim. Wretched swamps and monster-haunted ruins grow more dismal and spread under an adult black dragon's influence. Morbid cultists and doomsayers frequently gather in the dragon's service, bringing with them undead terrors that answer to the black dragon and aid it in spreading ruin to nearby bastions of beauty and peace." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Adult Black Dragon.webp" + } + } + ] + }, + { + "name": "Adult Blue Dragon", + "source": "XMM", + "_copy": { + "name": "Blue Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Adult blue dragons command small empires, which might be territories of subjugated followers, shadowy criminal networks, or cultic enclaves. Endlessly suspicious and wary of rivals, these dragons enact elaborate schemes to ruin their foes, test the loyalty of their servants, and ensure their dominance for centuries." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Adult Blue Dragon.webp" + } + } + ] + }, + { + "name": "Adult Brass Dragon", + "source": "XMM", + "_copy": { + "name": "Brass Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Adult brass dragons know many secrets and have vast networks of contacts. These dragons share perspectives they've learned from across the world and passionately combat the lies of con artists and villains that lead people astray." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Adult Brass Dragon.webp" + } + } + ] + }, + { + "name": "Adult Bronze Dragon", + "source": "XMM", + "_copy": { + "name": "Bronze Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Adult bronze dragons often dwell near places they defend or where they help others work toward goals. They might become patrons of whole cities, advising leaders and helping generations flourish." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Adult Bronze Dragon.webp" + } + } + ] + }, + { + "name": "Adult Copper Dragon", + "source": "XMM", + "_copy": { + "name": "Copper Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Adult copper dragons use their influence to better the world. With broad circles of friends, adult copper dragons delight in introducing people to one another and helping people find places where they can flourish. When disaster strikes, these dragons draw on their family of contacts to offer support, right wrongs, and rebuild stronger than before." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Adult Copper Dragon.webp" + } + } + ] + }, + { + "name": "Adult Gold Dragon", + "source": "XMM", + "_copy": { + "name": "Gold Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Adult gold dragons act subtly, frequently changing their shape to resemble harmless animals or cultivating personas so they can pass as common people." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Adult Gold Dragon.webp" + } + } + ] + }, + { + "name": "Adult Green Dragon", + "source": "XMM", + "_copy": { + "name": "Green Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "The words of adult green dragons are as deadly as their poisonous breath. They are brilliant schemers that pride themselves on influencing communities near their lairs. They obsess over information and create vast spy networks. Many of these dragons seek magical methods of surveillance or domination, and they manipulate adventurers into hunting down lost magic to aid in such control." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Adult Green Dragon.webp" + } + } + ] + }, + { + "name": "Adult Red Dragon", + "source": "XMM", + "_copy": { + "name": "Red Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Adult red dragons are tyrants that claim vast domains and might command armies of followers or significant magical resources. Red dragons rarely pay attention to the nations and claims of smaller creatures, and they might consider entire cities part of their realm. Most red dragons are inattentive rulers, though, spending decades focused on their own comforts, hoards, or magical concerns within their lairs. But when their attention returns to their territories, if they find matters not to their liking, whole lands might burn." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Adult Red Dragon.webp" + } + } + ] + }, + { + "name": "Adult Silver Dragon", + "source": "XMM", + "_copy": { + "name": "Silver Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Adult silver dragons love to spend time among various peoples. Rather than manipulating politics directly, they support individuals who have ambitious goals or who popularize the return of great universities, inspiring athletics events or festivals, and other salutary civic institutions of the past. Silver dragons often surround themselves with like-minded allies and are watchful for hidden threats." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Adult Silver Dragon.webp" + } + } + ] + }, + { + "name": "Adult White Dragon", + "source": "XMM", + "_copy": { + "name": "White Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Adult white dragons claim large territories and are often the mightiest predators in those lands. While some lurk in their lairs for months, others regularly soar over their domains. When they spot something moving on the ice, they might swoop down to feed or extort food and offerings from sapient creatures." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Adult White Dragon.webp" + } + } + ] + }, + { + "name": "Air Elemental", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Air Elemental", + "entries": [ + "{@i Primal Spirit of Wind and Storm}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Mountain|bestiary|environment=mountain}, {@filter Planar (Elemental Plane of Air)|bestiary|environment=planar, air}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Energetic spirits from the Elemental Plane of Air, air elementals gather clouds and winds into ever-changing bodies with indistinct limbs and vague features. Beyond their home plane, these elementals might serve magic-users who conjure them, or they might congregate around nexuses of unbridled planar energy, such as wind-scoured mountain peaks or endless storms. In battle, air elementals batter enemies with powerful gusts or transform into whirlwinds to fling away foes.", + "Air elementals often have distinctive compositions. Roll on or choose a result from the Air Elemental Compositions table to inspire the elemental's appearance.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "What can withstand the storm's scream? The lightning's spear? The want of sweet breath? Air is the mightiest of elements\u2014respect its power." + ], + "by": "Husam, Son of the Breezes, Ruler of Djinn" + } + ] + }, + { + "type": "table", + "caption": "Air Elemental Compositions", + "colLabels": [ + "1d6", + "The Air Elemental's Body Features..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Cumulus or cirrus clouds." + ], + [ + "2", + "A mixture of vibrantly colored gases." + ], + [ + "3", + "A pungent, sour-looking miasma" + ], + [ + "4", + "Shifting cloud clusters that resemble animals and simple shapes." + ], + [ + "5", + "Sinister features obscured in a misty mass." + ], + [ + "6", + "Swirling storm clouds." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Air Elemental.webp" + } + } + ] + }, + { + "name": "Allosaurus", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Allosaurus.webp" + } + } + ] + }, + { + "name": "Ancient Black Dragon", + "source": "XMM", + "_copy": { + "name": "Black Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient black dragons plot the ruin of whole realms. They seek magic to corrupt the land, raise undead hordes, bind fiends, and replicate magical disasters. Ancient black dragons strive to create vast, dead domains where they are the greatest things that remain." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ancient Black Dragon.webp" + } + } + ] + }, + { + "name": "Ancient Blue Dragon", + "source": "XMM", + "_copy": { + "name": "Blue Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient blue dragons think beyond dominating groups of short-lived servants. Instead, they seek to claim their places above other dragons and their world's most powerful inhabitants. If world domination seems too tedious or cliché, these dragons might seek to seize control of extraplanar realms, multiworld empires, or forces of reality\u2014like life, storms, or time itself." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ancient Blue Dragon.webp" + } + } + ] + }, + { + "name": "Ancient Brass Dragon", + "source": "XMM", + "_copy": { + "name": "Brass Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient brass dragons create worlds-spanning networks. They combat forces of repression and misinformation, helping people learn from the mistakes of the past. Either personally or through webs of messengers, ancient brass dragons keep allies informed about challenges they can face together." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ancient Brass Dragon.webp" + } + } + ] + }, + { + "name": "Ancient Bronze Dragon", + "source": "XMM", + "_copy": { + "name": "Bronze Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient bronze dragons develop dramatic patinas on their glimmering scales. These dragons strive to protect whole regions, continents, or planets from threats. They seek solutions to planes-spanning calamities or multiversal perils and oppose the evil of mighty chromatic dragons." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ancient Bronze Dragon.webp" + } + } + ] + }, + { + "name": "Ancient Copper Dragon", + "source": "XMM", + "_copy": { + "name": "Copper Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient copper dragons use warmth and reliability to effect change over time. They open their cozy lairs to their friends as havens of learning and laughter for the young and those in need. These dragons watch for and oppose future threats while fostering sanctuaries of simple goodness." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ancient Copper Dragon.webp" + } + } + ] + }, + { + "name": "Ancient Gold Dragon", + "source": "XMM", + "_copy": { + "name": "Gold Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient gold dragons are wise and mysterious. Many aid virtuous groups, guiding them in secret or patronizing them from afar. Only when stakes are at their highest do ancient gold dragons reveal themselves in all their majesty." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ancient Gold Dragon.webp" + } + } + ] + }, + { + "name": "Ancient Green Dragon", + "source": "XMM", + "_copy": { + "name": "Green Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient green dragons are creatures of legend, rarely seen by their servants or foes. Via magic and well-hidden agents, these dragons stoke suspicion between allies and undermine noble works. As bonds fray, the dragons reap rewards of greater wealth and control. Eventually the ambitions of ancient green dragons stretch beyond their territories as they seek control over empires, planar realms, or death itself." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ancient Green Dragon.webp" + } + } + ] + }, + { + "name": "Ancient Red Dragon", + "source": "XMM", + "_copy": { + "name": "Red Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient red dragons number among the most feared and destructive beings in the multiverse. Few can withstand the wrath of an ancient red dragon that turns its mind toward devastation. These dragons' greed matches their ruinous potential, and they collect vast hoards studded with storied treasures and magic items. Their lairs frequently tap into volcanic depths and might pierce other planes of existence, bringing servants from the Elemental Plane of Fire or the Lower Planes into their service." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ancient Red Dragon.webp" + } + } + ] + }, + { + "name": "Ancient Silver Dragon", + "source": "XMM", + "_copy": { + "name": "Silver Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient silver dragons pursue world-wide change. They defend their communities and allies, encouraging them to perform deeds worthy of legend. Some set their sights on other worlds and planes of existence, creating extraplanar alliances or combating multiplanar threats. They might have guises in multiple societies and forge generation-spanning friendships with heroic families or valorous groups." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ancient Silver Dragon.webp" + } + } + ] + }, + { + "name": "Ancient White Dragon", + "source": "XMM", + "_copy": { + "name": "White Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Like arctic storms, ancient white dragons threaten icy realms. They emerge from their frozen lairs to indulge their hungers for food or treasure, menacing other creatures with lethal cold. While they might ignore animals or small groups of polar wanderers, these dragons are quick to challenge other dragons and creatures wielding powerful magic, hoping to add their foes' skulls and magic items to their own hoards." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ancient White Dragon.webp" + } + } + ] + }, + { + "name": "Animal Lord", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Animal Lord", + "entries": [ + "{@i Immortal Regent of the Wild}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Beastlands)|bestiary|environment=planar, beastlands}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Animal lords are the immortal spirits of legendary animals. They serve as the divine protectors of animals of their kind, and they appear as hybrids of humanoids and the animals they defend. They frequently change into giant, idealized versions of the animals they're associated with\u2014albeit with glowing eyes. When contending with people, they sometimes appear as humanlike beings with subtle, animal-like features. No matter their appearance, animal lords exhibit the instincts and predilections of the animals they represent, tempered by their intellect and experience.", + "Most animal lords make their homes in the Beastlands, but they occasionally journey to the Feywild or other idyllic realms. They rarely travel to the Material Plane, making exceptions only when a world faces environmental disaster or droves of animals are otherwise in jeopardy.", + "Among the best-known animal lords are those that represent cats, hawks, lizards, and wolves, but animal lords exist for beasts of all types. Some animal lords even embody creatures that are rare or extinct on Material Plane worlds, like megafauna or dinosaurs. Using their divine might, animal lords can summon spectral animals, channel spiritual energy, and exhibit powers associated with one of three broad groups: foragers, hunters, or sages. These powers are tied to an animal lord's personality and traits associated with the creature it resembles. Roll on or choose results from the relevant Animal Lord Appearances table to inspire what creature an animal lord resembles.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "While I don't deny the compliment, I assure you, I'm more akin to a god than a \"pretty kitty.\"" + ], + "by": "Brother of Shadows, Cat Lord" + } + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "You call yourself hunter, but your fear makes you smell like prey." + ], + "by": "Wind and Moon, Wolf Lord" + } + ] + }, + { + "type": "table", + "caption": "Forager Animal Lord Appearances", + "colLabels": [ + "1d10", + "Bestial Shape" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Bear" + ], + [ + "2", + "Bee" + ], + [ + "3", + "Bison" + ], + [ + "4", + "Capybara" + ], + [ + "5", + "Carp" + ], + [ + "6", + "Rabbit" + ], + [ + "7", + "Rooster" + ], + [ + "8", + "Sloth" + ], + [ + "9", + "Stag" + ], + [ + "10", + "Vulture" + ] + ] + }, + { + "type": "table", + "caption": "Hunter Animal Lord Appearances", + "colLabels": [ + "1d10", + "Bestial Shape" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Alligator" + ], + [ + "2", + "Badger" + ], + [ + "3", + "Bat" + ], + [ + "4", + "Cat" + ], + [ + "5", + "Hawk" + ], + [ + "6", + "Mongoose" + ], + [ + "7", + "Praying mantis" + ], + [ + "8", + "Shark" + ], + [ + "9", + "Snake" + ], + [ + "10", + "Wolf" + ] + ] + }, + { + "type": "table", + "caption": "Sage Animal Lord Appearances", + "colLabels": [ + "1d10", + "Bestial Shape" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Coyote" + ], + [ + "2", + "Crow" + ], + [ + "3", + "Elephant" + ], + [ + "4", + "Lizard" + ], + [ + "5", + "Mouse" + ], + [ + "6", + "Owl" + ], + [ + "7", + "Salmon" + ], + [ + "8", + "Spider" + ], + [ + "9", + "Turtle" + ], + [ + "10", + "Whale" + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Animal Lord.webp" + } + } + ] + }, + { + "name": "Animated Armor", + "source": "XMM", + "_copy": { + "name": "Animated Objects", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Animated suits of armor might move with steady deliberateness or awkward gaits. They're often constructed from plate armor, making them easy to mistake for soldiers or helmed horrors. Other types of armor or even metal statuary might also become animated armor." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Animated Armor.webp" + } + } + ] + }, + { + "name": "Animated Broom", + "source": "XMM", + "_copy": { + "name": "Animated Objects", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Animated brooms keep their surroundings tidy and defend them when necessary. Launching into the air, these brooms dart about, attacking foes from unexpected angles. Other flying objects, like animated tools or staffs, might also use this stat block." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Animated Broom.webp" + } + } + ] + }, + { + "name": "Animated Flying Sword", + "source": "XMM", + "_copy": { + "name": "Animated Objects", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Animated flying swords move as if wielded by unseen warriors. Whether an animated blade is newly forged or a constellation of broken fragments, the object behaves the same. Other weapons from the {@book Player's Handbook|XPHB} can also be animated and use game statistics similar to those here." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Animated Flying Sword.webp" + } + } + ] + }, + { + "name": "Animated Objects", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Animated Objects", + "entries": [ + "{@i Mundane Objects Come to Life}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Magic can manipulate mundane items, compelling them to perform simple tasks. Such animate objects might be unassuming tools or decorations that can defend their creator. These objects follow simple instructions from whatever force or magic-user created them. If left unattended, they might defend an area for ages or repeat a task until they wear out.", + "Roll on or choose a result from the Animated Object Catalysts table to inspire what sort of magic motivates an ambulatory item.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Lyin' next to the chest were the bones of Cap'n Scornblade himself, still clutchin' his rusty sword. Imagine my surprise when the blade flew from his bony grasp! Still got the scar." + ], + "by": "Levity Quickstitch, Rogue" + } + ] + }, + { + "type": "table", + "caption": "Animated Object Catalysts", + "colLabels": [ + "1d10", + "The Object Was Animated By..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A Celestial or Fiend using the object to protect or torment a mortal." + ], + [ + "2", + "A combination of magic and technology, such as alchemy or alien science." + ], + [ + "3", + "The essence of someone transformed by a supernatural trickster." + ], + [ + "4", + "Fey as part of their games or wiles." + ], + [ + "5", + "Happenstance, with the item gaining a semblance of life after a hundred years of use." + ], + [ + "6", + "A magic-user in need of a guardian or servant." + ], + [ + "7", + "The song of a magical instrument." + ], + [ + "8", + "A spirit possessing the object." + ], + [ + "9", + "Wild magic, a spell that went awry, or a chaotic Artifact." + ], + [ + "10", + "The will of a powerful psychic being." + ] + ] + } + ] + } + ] + }, + { + "name": "Animated Rug of Smothering", + "source": "XMM", + "_copy": { + "name": "Animated Objects", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Animated rugs of smothering might attack any creature that steps on them, or they might be passed off as superficially similar magic items, such as Carpets of Flying, and attack those who speak a supposed command word. Deadly tapestries, furs, and similar items also use this stat block." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Animated Rug of Smothering.webp" + } + } + ] + }, + { + "name": "Ankheg", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Ankheg", + "entries": [ + "{@i Burrowing Insectile Predator}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Oversize insects, ankhegs burrow close to the surface, creating sprawling underground labyrinths. From these tunnels, they burst forth to dissolve and devour smaller creatures using their acid-dripping mandibles and sprays of digestive enzymes.", + "Ankhegs are the bane of farmers whose grazing livestock are easy prey for these monsters. Many ankhegs hunt alone, but those in places with ample food might collect in nests of several dozen and threaten whole towns. Ankheg nests can be challenging to wipe out unless the monsters' tunnels are cleared out and their eggs destroyed.", + "Ankheg tunnels are roughly cylindrical and are often littered with the remains of ankhegs' meals and subterranean treasures. Roll on or choose a result from the Ankheg Tunnel Discoveries table to inspire what might be found in an ankheg's tunnel.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Though they feed on things under the soil, ankhegs prefer live meat\u2014your cattle, your dogs, or you." + ], + "by": "Feil Jenkins, Sage of Kirwak" + } + ] + }, + { + "type": "table", + "caption": "Ankheg Tunnel Discoveries", + "colLabels": [ + "1d8", + "Inside the Ankheg Tunnel Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Another tunnel (either natural or of worked stone) that extends into the Underdark." + ], + [ + "2", + "A buried ruin or grave exposed by the tunnel." + ], + [ + "3", + "A cluster of {@dice 1d4} fresh ankheg eggs that can be broken and used as vials of Acid." + ], + [ + "4", + "A dead ankheg and evidence of a deadlier subterranean predator." + ], + [ + "5", + "A piece of ankheg carapace usable as a Shield." + ], + [ + "6", + "A pouch with {@dice 2d6} GP near a puddle of acid." + ], + [ + "7", + "A stray farm or woodland animal." + ], + [ + "8", + "A viciously mauled scarecrow." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ankheg.webp" + } + } + ] + }, + { + "name": "Ankylosaurus", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ankylosaurus.webp" + } + } + ] + }, + { + "name": "Ape", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ape.webp" + } + } + ] + }, + { + "name": "Arcanaloth", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Arcanaloth", + "entries": [ + "{@i Yugoloth of Magical Manipulation}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Lower Planes)|bestiary|environment=planar, lower}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "While all yugoloths are fiendish manifestations of wickedness and greed, arcanaloths bend their considerable intellects toward hoarding and exploiting secrets. They then deploy these secrets to ensnare countless victims and lesser villains, beguiling foes with false promises and powerful magic.", + "Arcanaloths possess considerable spellcasting prowess and frequently disguise themselves with magic. While they prefer to let magical servants or other yugoloths do their fighting for them, arcanaloths can defend themselves with arcane might, banishing opponents into the pages of their magic tomes." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Arcanaloth.webp" + } + } + ] + }, + { + "name": "Arch-hag", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Arch-hag", + "entries": [ + "{@i Hag of Forbidden Secrets and Magical Malice}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Immortal and unpredictable, arch-hags hoard secrets and strike magical bargains, altering fate to indulge their fickle whims. These timeless schemers pursue the secrets of the multiverse and work strange magic in pursuit of their inscrutable goals.", + "Arch-hags are unpredictable, self-interested, and greedy, with bizarre fascinations and affectations. Nevertheless, they often make deals to further their plots. These hags are fonts of secret knowledge, particularly lore regarding forbidden magic and multiversal secrets. They might share their knowledge, but their secrets always have a price. In trade for their secrets, arch-hags might request peculiar errands, valuable magic items, or preternatural currency, like one's memories, a year of one's life, or the ability to cry.", + "Most arch-hags avoid battle, but if forced to fight, they unleash dangerous magic, such as spectral claws, arcing lightning, and mind-bending spells. An arch-hag can curse other magic-users, confounding the spellcasters' incantations and forcing the spellcasters to say the opposite of what they mean. Even if an arch-hag is brought low, its preparations allow it to magically slip away and begin plotting its revenge.", + "Every arch-hag has a unique weakness tied to a fateful encounter the hag had in the past or something that embodies the antithesis of the hag's magic. A hag goes out of its way to keep this vulnerability secret. Although an arch-hag isn't physically harmed by its weakness, it can be destroyed only while its weakness is nearby. Roll on or choose a result from the Arch-hag Anathemas table to inspire an arch-hag's weakness.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Heh! People who know too much grow old before their time. Ask me your questions, but be certain that every secret has its cost." + ], + "by": "Baba Yaga, Mother of Witches" + } + ] + }, + { + "type": "table", + "caption": "Arch-hag Anathemas", + "colLabels": [ + "1d10", + "The Arch-hag's Weakness Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "The bones of the arch-hag's first love." + ], + [ + "2", + "A devil's tear." + ], + [ + "3", + "An egg with a miniature castle inside." + ], + [ + "4", + "A flower that blooms only when time stops." + ], + [ + "5", + "A gift from the hag's twin." + ], + [ + "6", + "The multiverse's worst pun." + ], + [ + "7", + "One of the hag's missing teeth." + ], + [ + "8", + "Snow from the top of Mount Celestia." + ], + [ + "9", + "A star pulled from the sky." + ], + [ + "10", + "A thread from the Lady of Pain's robes." + ] + ] + }, + { + "type": "entries", + "name": "Arch-hag Lairs", + "entries": [ + "Each arch-hag creates a magical home, such as a hidden demiplane, a mansion atop a storm cloud, or\u2014in the case of the arch-hag Baba Yaga\u2014a hut atop giant chicken legs. The interiors of these lairs frequently change or exhibit bewildering features." + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Arch-hag.webp" + } + } + ] + }, + { + "name": "Archelon", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Archelon.webp" + } + } + ] + }, + { + "name": "Archmage", + "source": "XMM", + "_copy": { + "name": "Mages", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Archmages have mastered incredible magical power. While some use their magic to protect the world, others become tyrants or pursue forbidden secrets. Many archmages retain magical servants and collect magic items and occult lore." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Archmage.webp" + } + } + ] + }, + { + "name": "Archpriest", + "source": "XMM", + "_copy": { + "name": "Priests", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "By forging connections with divine beings and mastering mystical truths, archpriests become conduits for godly intentions and other supernatural forces. Their magic allows them to work wonders, whether to share the benevolence of their faiths or to vent divine wrath. Some archpriests attract vast followings as they claim to speak for divine forces, while others undertake personal spiritual journeys and seek to transcend mortal concerns." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Archpriest.webp" + } + } + ] + }, + { + "name": "Assassin", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Assassin", + "entries": [ + "{@i Contract Killer}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}, Individual" + } + ] + }, + "Assassins are professional killers skilled at stealthily approaching their victims and striking unseen. Most assassins kill for a reason, perhaps hiring themselves out to wealthy patrons or slaying for an unscrupulous cause. They use poisons and other deadly tools, and they might carry equipment to help them break into secure areas or avoid capture.", + "Many assassins adhere to a professional code or exhibit some signature quirk. Roll on or choose a result from the Assassin Modus Operandi table to inspire an assassin's distinctive habits.", + { + "type": "table", + "caption": "Assassin Modus Operandi", + "colLabels": [ + "1d6", + "The Assassin Is Infamous For..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Arranging their victims in artful tableaux." + ], + [ + "2", + "Hiding within large objects, such as suits of armor or hollow furnishings." + ], + [ + "3", + "Leaving behind a signature item, such as a calling card, flower, seashell, or tooth." + ], + [ + "4", + "Posing as celebrities, holy people, or servants." + ], + [ + "5", + "Taking trophies from their victims." + ], + [ + "6", + "Using poison with a distinctive color or smell." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Assassin.webp" + } + } + ] + }, + { + "name": "Awakened Plants", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Awakened Plants", + "entries": [ + "{@i Vegetation Given Magical Life}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Magic can invest plants with mobility, sapience, and even a voice. Spells such as {@spell Awaken|XPHB} or the influence of other planes of existence might bring mundane vegetation to life, while other remarkable plants might naturally have these features.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Just because we protect the forest doesn't mean it's defenseless." + ], + "by": "Rivergleam, Pixie" + } + ] + } + ] + } + ] + }, + { + "name": "Awakened Shrub", + "source": "XMM", + "_copy": { + "name": "Awakened Plants", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Awakened shrubs can be any sort of small plant, from forest bushes to clustered flowers. They often appear near awakened trees or in regions imbued with primal magic. Some have whimsical appearances or foliage resembling rudimentary facial features, while others look like animate topiary creatures." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Awakened Shrub.webp" + } + } + ] + }, + { + "name": "Awakened Tree", + "source": "XMM", + "_copy": { + "name": "Awakened Plants", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Some awakened trees stand in still, meditative states for long periods, making them easy to mistake for normal plants, while others patrol regions of natural power. Awakened trees are sometimes brought to life by influences from the Feywild, which make them colorful and endlessly blooming, or by Shadowfell energy, which covers them with grotesque burls or makes them look lifeless." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Awakened Tree.webp" + } + } + ] + }, + { + "name": "Axe Beak", + "source": "XMM", + "_copy": { + "name": "Axe Beaks", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Alone or in small groups, axe beaks stalk prey to feed their flocks. When working together, axe beaks use rudimentary tactics, with some distracting threats while others strike vulnerable targets or rush young axe beaks to safety." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Axe Beak.webp" + } + } + ] + }, + { + "name": "Axe Beaks", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Axe Beaks", + "entries": [ + "{@i Flightless Avian Predators}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Axe beaks are flightless, birdlike creatures with distinctive axe-shaped beaks. Swift predators, they chase down prey and use their beaks to hack through foliage protecting their quarry. Axe beaks live in varied environments. Colorfully plumed axe beaks race across tropical plains, while axe beaks with snowy feathers hunt the tundra.", + "Axe beaks are difficult to train, but those hatched and raised in captivity can become reliable mounts.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The thing's got an axe for a face and a giant, angry rooster for everything else\u2014of course I want to ride it!" + ], + "by": "Batley Summerfoot, Adventurer" + } + ] + } + ] + } + ] + }, + { + "name": "Azer Pyromancer", + "source": "XMM", + "_copy": { + "name": "Azers", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Azer pyromancers conjure flames from the Elemental Plane of Fire to defend themselves and stoke magical forges." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Azer Pyromancer.webp" + } + } + ] + }, + { + "name": "Azer Sentinel", + "source": "XMM", + "_copy": { + "name": "Azers", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Azer sentinels defend their communities' smiths and channel their flames through their weapons." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Azer Sentinel.webp" + } + } + ] + }, + { + "name": "Azers", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Azers", + "entries": [ + "{@i Fiery Smiths of Living Metal}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Mountain|bestiary|environment=mountain}, {@filter Planar (Elemental Plane of Fire)|bestiary|environment=planar, fire}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}, Individual" + } + ] + }, + "Azers are living bronze folk who work the primal elements of creation to craft weapons and magical wonders among the multiverse's mightiest infernos." + ] + } + ] + }, + { + "name": "Baboon", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Baboon.webp" + } + } + ] + }, + { + "name": "Badger", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Badger.webp" + } + } + ] + }, + { + "name": "Balor", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Balor", + "entries": [ + "{@i Demon of Overwhelming Rage}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Balors embody demons' ruinous fury and hatred. Towering, winged terrors, these demonic warlords seethe with wrath, their rage erupting in waves of fire and as a pair of vicious weapons: a sword of crackling lightning and a whip of lashing flames. A balor's fury persists until the moment of its demise, at which point it explodes\u2014a last act of vengeance against those who slew it. Demon lords and evil gods harness balors' rage by making balors commanders of armies or guardians of grave secrets." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Balor.webp" + } + } + ] + }, + { + "name": "Bandit", + "source": "XMM", + "_copy": { + "name": "Bandits", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bandits are inexperienced ne'er-do-wells who typically follow the orders of higher-ranking bandits." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bandit.webp" + } + } + ] + }, + { + "name": "Bandit Captain", + "source": "XMM", + "_copy": { + "name": "Bandits", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bandit captains command gangs of scoundrels and conduct straightforward heists. Others serve as guards and muscle for more influential criminals." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bandit Captain.webp" + } + } + ] + }, + { + "name": "Bandit Crime Lord", + "source": "XMM", + "_copy": { + "name": "Bandits", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bandit crime lords manipulate shadowy organizations and prioritize their own survival over any single lackey or plot." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bandit Crime Lord.webp" + } + } + ] + }, + { + "name": "Bandit Deceiver", + "source": "XMM", + "_copy": { + "name": "Bandits", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bandit deceivers use magic to disguise their activities or create flashy distractions." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bandit Deceiver.webp" + } + } + ] + }, + { + "name": "Bandits", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Bandits", + "entries": [ + "{@i Criminals and Scoundrels}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Bandits use the threat of violence to take what they want. Such criminals include gang members, desperadoes, and lawless mercenaries. Yet not all bandits are motivated by greed. Some are driven to lives of crime by unjust laws, desperation, or the threats of merciless leaders.", + "Roll on or choose a result from the Bandit Motivations table to determine the circumstances behind a bandit's crimes.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "I am he who rules the world, don't you know? One little piece at a time." + ], + "by": "Jarlaxle" + } + ] + }, + { + "type": "table", + "caption": "Bandit Motivations", + "colLabels": [ + "1d6", + "The Bandit..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Fights only oppressors." + ], + [ + "2", + "Is an ex-soldier who was discarded by their nation and now takes what they were promised." + ], + [ + "3", + "Is in a gang that views nonmembers as foes." + ], + [ + "4", + "Hesitantly serves a villainous leader." + ], + [ + "5", + "Secretly works for a government or a regional ruler to sow chaos." + ], + [ + "6", + "Takes what they need to survive." + ] + ] + } + ] + } + ] + }, + { + "name": "Banshee", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Banshee", + "entries": [ + "{@i Wailing Harbinger of Death}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Heralds of doom and plagues on the living, banshees are spirits obsessed by unresolved bitterness or sorrow. These storied phantoms slay any who glimpse them or hear their baleful wails. Although any tormented soul can arise as a banshee, some elven communities particularly fear them and believe that those who hoard or destroy beauty\u2014natural or otherwise\u2014risk returning as a banshee.", + "All manner of torments might give rise to a banshee. Roll on or choose a result from the Banshee Sorrows table to inspire how a banshee's torment influences its behavior.", + { + "type": "table", + "caption": "Banshee Sorrows", + "colLabels": [ + "1d6", + "Torment Compels the Banshee To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Appear prior to a family member's death." + ], + [ + "2", + "Haunt the site where it was executed." + ], + [ + "3", + "Lament a lost love and haunt their grave." + ], + [ + "4", + "Presage a disaster or tragedy." + ], + [ + "5", + "Seek the return of a stolen treasure." + ], + [ + "6", + "Slay those more beautiful than it was in life." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Banshee.webp" + } + } + ] + }, + { + "name": "Barbed Devil", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Barbed Devil", + "entries": [ + "{@i Devil of Greed and Obsession}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Infernal collectors, barbed devils fanatically protect troves of treasure and scour the planes of existence for additions to their hoards. Also known as hamatulas among the ranks of the Nine Hells, these devils bedeck their barbed hides with their most prized possessions and trophies taken from those who failed to steal from them. When threatened, barbed devils strike with their thorny limbs and hurl infernal flame.", + "Barbed devils often serve as guards and accountants for ice devil generals, pit fiend warlords, archdevils, and similarly powerful villains. In return, barbed devils gain protection for their own collections. Many barbed devils also maintain networks of imps that search the planes for treasures of interest or usefully greedy mortals.", + "Barbed devils rarely collect anything as prosaic as coins and gems. Rather, they pride themselves on having the multiverse's greatest collection of one kind of thing\u2014typically items of rare pedigree or emblems of power. Barbed devils refuse to steal what they covet; instead they strike bargains to claim both treasure and mortal souls." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Barbed Devil.webp" + } + } + ] + }, + { + "name": "Barlgura", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Barlgura", + "entries": [ + "{@i Demon of Instinct and Primal Violence}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Barlguras are demons that embody brutality and killer instincts. They ruthlessly hunt creatures that enter their territories, whether such places are Abyssal wildernesses or locations where these demons have been conjured by wicked magic-users. Barlguras litter their territories with fiendish icons and terrifying evidence of their kills.", + "Barlguras cooperate with other demons, particularly other barlguras, so long as they have ample prey. Should a region be depleted of creatures to slaughter, these demons turn on one another in frays that can devastate vast expanses.", + "Barlguras vary in appearance, but all have powerful frames and hands capable of climbing swiftly and delivering crushing blows. If brute force isn't enough to overwhelm their foes, barlguras can use demonic magic to conjure terrifying illusions and grasping vines. Most barlguras resemble nightmarish apes, and some bear exaggerated versions of features of predators common to the lands the barlguras inhabit. Many embed trophies from past hunts in their demonic bodies." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Barlgura.webp" + } + } + ] + }, + { + "name": "Basilisk", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Basilisk", + "entries": [ + "{@i Reptilian Guardian with a Petrifying Gaze}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Mountain|bestiary|environment=mountain}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Basilisks are ponderous predators with eight clawed legs, crystalline spines, and mighty jaws. Rather than chasing prey, they use their supernatural gaze to turn creatures to stone and then consume these victims at their leisure. While basilisks are most comfortable in subterranean lairs, many are captured and kept by unscrupulous folk seeking guardians for their treasures.", + "The remains of {@condition Petrified|XPHB} creatures litter the area where a basilisk hunts. These might be mundane creatures or more unusual beings that had dire encounters with a basilisk. Roll on or choose a result from the {@condition Petrified|XPHB} Basilisk Victims table to inspire the statues that might appear in a basilisk's hunting grounds. There is a {@chance 50} chance that any of these statues are missing limbs or broken into pieces.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Rule 4: No one carves statues of frightened warriors. If you see one, keep your eyes closed and your ears open." + ], + "by": "X the Mystic's", + "from": "Rules of Dungeon Survival" + } + ] + }, + { + "type": "table", + "caption": "Petrified Basilisk Victims", + "colLabels": [ + "1d8", + "A Basilisk Used Its Gaze to Petrify..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "An adventurer with an ornate key hanging around their neck." + ], + [ + "2", + "Animals like bats, bears, deer, or goats." + ], + [ + "3", + "A climber clinging to a stalactite." + ], + [ + "4", + "Itself using a large mirror or shiny surface." + ], + [ + "5", + "A mimic disguised as a chest full of treasure." + ], + [ + "6", + "A monster such as an umber hulk or a troglodyte." + ], + [ + "7", + "Someone caught in a comic pose or making a regrettable face." + ], + [ + "8", + "A victim now being used as a nest for insects or other vermin." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Basilisk.webp" + } + } + ] + }, + { + "name": "Bat", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bat.webp" + } + } + ] + }, + { + "name": "Bearded Devil", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Bearded Devil", + "entries": [ + "{@i Devil of Force and Intimidation}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Bearded devils, also known as barbazus, fill the legions of the Nine Hells. These cruel soldiers follow the orders of diabolical generals as they defend infernal realms, invade Material Plane worlds, and clash against demons in planes-spanning conflicts.", + "Left to their own devices, bearded devils encourage mortals to act callously and abuse their power, inflating their egos and inspiring petty tyrannies. Villains aligned with the Nine Hells call on bearded devils to serve as guardians, enforce their will, or fight in wicked armies.", + "Bearded devils' eponymous beards consist of grotesque, tentacle-like growths. These squirming, barb-riddled beards carry poison capable of preventing magical healing. Bearded devils are also known for their distinctive glaives, through which they channel hellish energy. Those struck by these unnatural weapons suffer infernal wounds that grow worse until stanched or magically healed." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bearded Devil.webp" + } + } + ] + }, + { + "name": "Behir", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Behir", + "entries": [ + "{@i Lightning-Spewing Glutton}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Twelve-legged, reptilian predators, behirs endlessly hunt for their next meal. Their short legs propel them quickly across floors and walls. Any prey that behirs can't chase down, they blast with breaths of powerful lightning.", + "Legends claim the first behirs were magically created by storm giants during an ancient, multiversal conflict between giants and dragons. The giants used their mastery of weather to alter the essence of blue dragons. The results were the first behirs, which served as hunters with a particular taste for dragon eggs.", + "Behirs live in sprawling cave systems and elaborate ruins where they can make the most of their exceptional mobility. They are mindful of areas where dragons dwell, as most dragons view behirs as dangerous abominations and attack them on sight. Nevertheless, behirs occasionally hunt for dragon lairs in the hope of finding and devouring unhatched dragon eggs.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "You wouldn't believe all the great stuff I've swallowed! Now just climb on in here, and you can keep whatever you find." + ], + "by": "Lludd, Behir" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Behir.webp" + } + } + ] + }, + { + "name": "Beholder", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Beholder", + "entries": [ + "{@i Infamous Many-Eyed Tyrant}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Beholders\u2014also known as eye tyrants\u2014number among the most notorious inhabitants of the Underdark. Few creatures in the multiverse are as loathed and feared as these maniacal horrors.", + "A beholder's distinctive, globular body is dominated by an oversize maw and a gigantic central eye. Ten stalks ending in smaller eyes crown its form. From each of these eleven eyes, a beholder can unleash a different magic power. The central eye can deactivate magic, while the smaller eyes emit rays that inflict various dooms\u2014such as petrifying creatures, disintegrating them, slaying them outright, or other effects.", + "Beholders possess utterly alien minds. Most exhibit paranoid, narcissistic, and megalomaniacal tendencies, and they act on agendas beyond human reasoning. While some keep to themselves, others force weaker creatures into their service. Still others cultivate grand ambitions, creating networks of minions to manipulate groups, settlements, and whole nations in the Underdark and sometimes the surface world.", + "Few creatures loathe beholders more than other beholders. Every beholder views itself as the physical and intellectual pinnacle of its species. To them, all other beholders are aberrant rivals to be dominated or destroyed. Conflicts between beholders can last for decades and lay waste to vast subterranean realms.", + "Beholders are a particular threat to adventurers because both gravitate toward mysterious ruins and sites of great magic. Many beholders collect the magic items and {@condition petrified} bodies of heroes they've defeated, displaying them as trophies.", + { + "type": "entries", + "name": "Beholder Lairs", + "entries": [ + "Beholders lurk in cavern complexes they've carved using their eye rays deep in the Underdark or in lairs created for them by their servants." + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Beholder.webp" + } + } + ] + }, + { + "name": "Beholder Zombie", + "source": "XMM", + "_copy": { + "name": "Zombies", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Zombies animated from the corpses of beholders retain some use of those monsters' magical eyestalks. These hovering corpses rely on their magic to destroy impediments and paralyze foes, allowing them to savage foes with their rotting maws.", + "Magic-using beholders typically raise these abominations from the corpses of defeated rivals." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Beholder Zombie.webp" + } + } + ] + }, + { + "name": "Berserker", + "source": "XMM", + "_copy": { + "name": "Berserkers", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Berserkers might fight for personal glory or form motivated forces or howling hordes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Berserker.webp" + } + } + ] + }, + { + "name": "Berserker Commander", + "source": "XMM", + "_copy": { + "name": "Berserkers", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Berserker commanders bear the scars of battle and drive their followers to match their deadly zeal. These commanders tap into a primal magic to enhance their might." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Berserker Commander.webp" + } + } + ] + }, + { + "name": "Berserkers", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Berserkers", + "entries": [ + "{@i Raging Invaders and Impassioned Warriors}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}, Individual" + } + ] + }, + "Gripped by the adrenaline of battle, berserkers are reckless invaders, pit fighters, and other ferocious warriors." + ] + } + ] + }, + { + "name": "Black Bear", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Black Bear.webp" + } + } + ] + }, + { + "name": "Black Dragon Wyrmling", + "source": "XMM", + "_copy": { + "name": "Black Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Black dragon wyrmlings lurk in bogs and polluted waterways, hunting for prey and weaker creatures to overpower. While older wyrmlings eventually seek their own territories, recently hatched ones might hunt one another, seeking dominance over their clutch and slaying rivals they can't subjugate." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Black Dragon Wyrmling.webp" + } + } + ] + }, + { + "name": "Black Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Black Dragons", + "entries": [ + "{@i Dragons of Decay and Despair}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Swamp|bestiary|environment=swamp}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Black dragons delight in suffering and ruin. While other chromatic dragons scheme for power and wealth, these dragons seek to tear down all they see and rule over what remains.", + "Black dragons are terrifying creatures with curved horns and withered visages suggestive of fiendish skulls. They typically inhabit stagnant swamps, crumbling ruins, or places of magical or environmental corruption. Their acid breath scars their domains, eroding the features from ancient statues and leaving nature with festering wounds.", + "Black dragons hoard tarnished symbols of hope and relics of fallen empires. The more sought-after the treasure, the more black dragons prize it\u2014particularly if they were responsible for it being lost.", + { + "type": "entries", + "name": "Black Dragon Lairs", + "entries": [ + "Black dragons lurk in dismal ruins, polluted bogs, or other sites gripped by decay." + ] + } + ] + } + ] + }, + { + "name": "Black Pudding", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Black Pudding", + "entries": [ + "{@i Divisible, Corrosive Blob}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Black puddings are shapeless masses of predatory cells. Once a pudding detects organic matter, it oozes toward its prey, dissolving living matter and various objects. If a black pudding is split by lightning or slashing attacks, it divides into two smaller, independent puddings.", + "Various supernatural conditions might bring black puddings into being. Roll on or choose a result from the Black Pudding Sources table to inspire a pudding's origins.", + { + "type": "table", + "caption": "Black Pudding Sources", + "colLabels": [ + "1d6", + "The Black Pudding Formed From..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "An ancient black dragon's acidic saliva." + ], + [ + "2", + "The blood or extreme emotions of a foul deity." + ], + [ + "3", + "Cosmic entropy or ruinous planar forces." + ], + [ + "4", + "A curse that transformed a forgotten tyrant." + ], + [ + "5", + "Forbidden or industrialized magic." + ], + [ + "6", + "Necrotic material animated by aimless spirits." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Black Pudding.webp" + } + } + ] + }, + { + "name": "Blights", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Blights", + "entries": [ + "{@i Plants Sprouted from Evil}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Blights are malicious plants that sprout from deep-rooted evil. Their gnarled forms twist with fearsome features suggestive of human limbs and vicious maws. Blights lurk in ambush amid mundane vegetation and lash out at non-Plant creatures. While blights can act independently, they're usually motivated by whatever sinister forces spawned them or by wicked creatures with control over nature. The magic that creates blights often affects other vegetation as well, causing brambles, vines, and gnarled trees to overwhelm roads and fields, choke wells and streams, and force animals from their natural habitat. This might make blights the first sign of an oncoming wave of corruption.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "It lives, though it looks dead. In an age long past, someone staked a vampire to the earth on this very spot. The wooden stake was yet green and took root. And so grew the Gulthias Tree, reverberating with primal power." + ], + "by": "Belak the Outcast, Druid of the Twilight Grove" + } + ] + } + ] + } + ] + }, + { + "name": "Blink Dog", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Blink Dog", + "entries": [ + "{@i Elusive Feywild Canine}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Planar (Feywild)|bestiary|environment=planar, feywild}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Blink dogs glimmer with a magic that allows them to teleport, \"blinking\" from one spot to another. These dogs use this power to chase prey, baffle foes, and express joy. They're frequently found among Feywild folk, such as centaurs and pixies\u2014often as members of rollicking hunts between worlds." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Blink Dog.webp" + } + } + ] + }, + { + "name": "Blob of Annihilation", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Blob of Annihilation", + "entries": [ + "{@i All-Consuming Cosmic Entropy Unleashed}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "The blob of annihilation is a coagulation of cosmic entropy conjoined to the remains of dead gods. This malicious entity drifts through Wildspace and multiversal expanses inimical to life\u2014vast regions where the chance of encountering it is low.", + "The blob poses the greatest threat when disasters or nihilistic magic-users summon it to inhabited realms. Once unleashed, the blob of annihilation rolls across the land in vast, cosmic gyres, with fragments of the blob splitting off to engulf targets. The blob consumes anything it encounters, sweeping forests, villages, and fortresses into its mass. Within the blob is an expanse without air or gravity where entropic forces destroy whatever they engulf. Nothing can survive within for long.", + "Only magic items and the corpses of gods and titans can endure inside the blob. Because of that fact, treasure hunters and theologians sometimes give themselves the deadly task of trying to retrieve something from within the blob. This quest usually ends in annihilation, but occasionally it results in the find of a lifetime.", + "When the blob appears, roll on or choose a result from the Blob of Annihilation Contents table to inspire what extraordinary thing remains within its goop.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Honey, I've seen horrors that would make you shit your drawers and reach for the nearest drink. And then there's the blob of annihilation. If you see it, run. And if you can't get away from it, just hope you dissolve fast." + ], + "by": "Vi, Artificer of Eberron" + } + ] + }, + { + "type": "table", + "caption": "Blob of Annihilation Contents", + "colLabels": [ + "1d10", + "The Blob Contains..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "An {@item Amulet of the Planes}." + ], + [ + "2", + "An Artifact of the DM's choice." + ], + [ + "3", + "The corpses of two gods who were entangled in battle when the blob consumed them." + ], + [ + "4", + "A Cubic Gate." + ], + [ + "5", + "A {@item Deck of Many Things}." + ], + [ + "6", + "A magic key that opens a door in Sigil that no other key and no spell can open." + ], + [ + "7", + "The preserved corpse of an empyrean." + ], + [ + "8", + "The remains of half a kraken." + ], + [ + "9", + "The skull of a death god." + ], + [ + "10", + "A tarrasque that just died." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Blob of Annihilation.webp" + } + } + ] + }, + { + "name": "Blood Hawk", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Blood Hawk.webp" + } + } + ] + }, + { + "name": "Blue Dragon Wyrmling", + "source": "XMM", + "_copy": { + "name": "Blue Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Blue dragon wyrmlings often serve other powerful creatures, learning the ways of control and establishing fearful reputations among weaker creatures. Many wyrmlings initially serve loyally, but as their powers grow to match their ambitions, they eventually betray or abandon their associates. These wyrmlings tempt small groups of creatures into their service, rewarding them with modest treasures and promises of future power." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Blue Dragon Wyrmling.webp" + } + } + ] + }, + { + "name": "Blue Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Blue Dragons", + "entries": [ + "{@i Dragons of Tyranny and Tempests}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Arrogant and imperious, blue dragons are chromatic dragons that crave control and collect followers like other dragons hoard treasure. They seek to transform their territories into empires, domains to be feared by nations.", + "Blue dragons have sharp features with piercing horns and scales that range from sapphire to the shades of stormy skies. They dwell in deserts and badlands, particularly regions with dramatic spires from whose tops they might see for miles. They seek lairs near sites of symbolic power, such as the abandoned fortresses of giants, the colossi of fallen empires, or monuments raised by their followers.", + "Regalia of rulership and artistic masterpieces fill blue dragons' hoards. These dragons have no interest in treasures that are common or flawed, preferring one-of-a-kind gemstones, the crowns of fallen royals, and magic items capable of spreading the dragons' influence.", + { + "type": "entries", + "name": "Blue Dragon Lairs", + "entries": [ + "Blue dragons dwell in arid lands. Their lairs might be death traps meant to entomb invaders or ostentatious fortresses where they plot domination." + ] + } + ] + } + ] + }, + { + "name": "Blue Slaad", + "source": "XMM", + "_copy": { + "name": "Slaadi", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Almost as numerous as red slaadi, blue slaadi are muscular brutes with vicious blades extending from the backs of their claws. These claws carry a magical curse called chaos phage, which can transform victims into red or green slaadi. Blue slaadi accompany red slaadi and behave similarly. They innately know the signs of chaos phage and avoid slaying creatures that carry it or other slaad curses." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Blue Slaad.webp" + } + } + ] + }, + { + "name": "Boar", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Boar.webp" + } + } + ] + }, + { + "name": "Bone Devil", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Bone Devil", + "entries": [ + "{@i Devil of Dread and Obedience}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "Bone devils are gaunt, nightmarish Fiends with pallid skin stretched tight over frames that combine human and insectile features. Also known as osyluths, these Fiends command weaker devils and other beings aligned with infernal legions. Bone devils ensure that the commands of hellish sovereigns are exacted efficiently and that non-devils fulfill their commitments to the Nine Hells. They slay those who renege on infernal deals, sending treacherous mortal souls to face unspeakable punishments.", + "When not serving their diabolical masters, bone devils tempt self-obsessed mortals with promises of other creatures' adulation and obedience. These devils prop up petty tyrants, helping them grow increasingly calloused and amoral.", + "Bone devils travel across the multiverse to fulfill diabolical orders. If left with no other choices, they might conscript mortals to aid them in their vicious goals. Roll on or choose a result from the Bone Devil Objectives table to inspire a bone devil's goals.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Bone devils are just one of a thousand reasons never to make a deal with a devil, but they're a significant one. Break said deal, and it'll likely be one of these nightmares that drags you down to the Nine Hells." + ], + "by": "Sylvira Savikas, Candlekeep Sage" + } + ] + }, + { + "type": "table", + "caption": "Bone Devil Objectives", + "colLabels": [ + "1d4", + "The Bone Devil Seeks To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Capture a soul that escaped the Nine Hells." + ], + [ + "2", + "Convey a message or make an example of someone in the name of an archdevil." + ], + [ + "3", + "Find someone who broke a deal with a devil." + ], + [ + "4", + "Slay someone or steal something as part of its pact with a wicked magic-user." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bone Devil.webp" + } + } + ] + }, + { + "name": "Bone Naga", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Bone Naga", + "entries": [ + "{@i Deathless Serpentine Mind Bender}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Nagas are immortal but not invincible, and powerful magic can end their lives. Bone nagas are skeletal terrors raised from the remains of magically slain nagas or nagas that were killed but that hadn't yet rejuvenated. They are granted unlife through rituals practiced by cultists, yuan-ti, and morbid spirit nagas. These Undead nagas possess magical abilities similar to those they had in life, along with an eerie gaze that can beguile other creatures.", + "Bone nagas typically obey those who resurrected them, serving their creators as tireless guards and sharing the lore they collected in life. Undeath disrupts the perfect memory bone nagas enjoyed while alive, leaving them with gaps in their memories or details scrambled into puzzle-like jumbles.", + "In rare cases, bone nagas continue to pursue the goals they had while alive instead of serving other creatures. Most free-willed bone nagas are evil beings raised from spirit naga remains, but in unusual instances, bone nagas created from guardian nagas continue good, albeit confused, existences." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bone Naga.webp" + } + } + ] + }, + { + "name": "Brass Dragon Wyrmling", + "source": "XMM", + "_copy": { + "name": "Brass Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Brass dragon wyrmlings are relentlessly curious. These dragons eagerly engage approachable creatures and are quick to explore any place that has an interesting story. Once they hear tales of adventure, many are keen to start their own quests." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Brass Dragon Wyrmling.webp" + } + } + ] + }, + { + "name": "Brass Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Brass Dragons", + "entries": [ + "{@i Dragons of Lore and Rapport}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Gregarious and outgoing, brass dragons relish sharing knowledge and stories. Although these metallic dragons favor arid lands, they cheerfully journey considerable distances to visit friendly creatures, pass on what they've learned, and collect news. Though good natured, brass dragons don't shirk from combat when necessary, thwarting foes with magical sleep and searing them with flame.", + "Brass dragons favor warm climes, particularly steppes and rocky or sandy deserts, and they usually dwell near prominent crossroads or oases that regularly draw visitors. They enjoy adopting Humanoid forms, disguising themselves as traveling merchants, scholars, storytellers, or anyone else invested in others' stories.", + "Brass dragons collect eclectic objects. While such items might seem like knickknacks, each is part of a story\u2014perhaps a nostalgic memento or evidence of a tale passed into myth. An old friend's hat and the crown of the last ruler of a forgotten dynasty could occupy the same shelf in a brass dragon's hoard.", + { + "type": "entries", + "name": "Brass Dragon Lairs", + "entries": [ + "Brass dragons usually dwell in secret caves and canyons near well-traveled routes." + ] + } + ] + } + ] + }, + { + "name": "Brazen Gorgon", + "source": "XMM", + "_copy": { + "name": "Gorgons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Followers of the exiled archdevil Moloch altered the process of creating gorgons to craft their own diabolical guardians called brazen gorgons. These gorgons are hollow, bull-like automatons whose metal bodies glow with intense heat. When they charge their foes, the ribs of their frames open like cages to ensnare enemies and roast them within. Brazen gorgons are often found in blasphemous sites dedicated to Moloch, other archdevils, or bloodthirsty gods." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Brazen Gorgon.webp" + } + } + ] + }, + { + "name": "Bronze Dragon Wyrmling", + "source": "XMM", + "_copy": { + "name": "Bronze Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bronze dragon wyrmlings believe they can solve any problems, and they seek to prove it. They often fixate on local challenges, such as drought or rampant banditry. While their zeal can be charming, these wyrmlings can get in over their heads and might then need help correcting mistakes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bronze Dragon Wyrmling.webp" + } + } + ] + }, + { + "name": "Bronze Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Bronze Dragons", + "entries": [ + "{@i Dragons of Potential and Preservation}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "Where bronze dragons dwell, wonders flourish. Imaginative yet mindful, these metallic dragons work toward greatness and help others achieve all they can. They strive to preserve innovations, from the works of past civilizations to new discoveries, and they share such works widely. When dealing with shorter-lived beings, bronze dragons prefer to win them over through conversation and cultivation, but they don't shy from battle when villains keep others from achieving their potential.", + "Bronze dragons enjoy the power and endless possibilities of the sea, and they often make their lairs in places of natural beauty or communities they wish to preserve. Within their dwellings, bronze dragons hoard things they believe will be useful one day. They salvage treasure lost to the sea, reclaiming wealth or sunken ships.", + { + "type": "entries", + "name": "Bronze Dragon Lairs", + "entries": [ + "Bronze dragons usually make their homes near or under the sea." + ] + } + ] + } + ] + }, + { + "name": "Brown Bear", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Brown Bear.webp" + } + } + ] + }, + { + "name": "Bugbear Stalker", + "source": "XMM", + "_copy": { + "name": "Bugbears", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bugbear stalkers frequently take their victims hostage, relishing opportunities to imprison and terrorize other creatures." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bugbear Stalker.webp" + } + } + ] + }, + { + "name": "Bugbear Warrior", + "source": "XMM", + "_copy": { + "name": "Bugbears", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bugbear warriors serve those who offer them treasure, food, or the chance to hunt challenging prey." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bugbear Warrior.webp" + } + } + ] + }, + { + "name": "Bugbears", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Bugbears", + "entries": [ + "{@i Lurking Goblinoid Brutes}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Planar (Feywild)|bestiary|environment=planar, feywild}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}, Individual" + } + ] + }, + "Bugbears embody fear of the wilds and the menace of natural places. They're notoriously stealthy, and foes that venture into their territories often vanish without a trace." + ] + } + ] + }, + { + "name": "Bulette", + "source": "XMM", + "_copy": { + "name": "Bulettes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bulettes range under vast territories. They often threaten animal herds, and they can wipe out whole farming communities." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bulette.webp" + } + } + ] + }, + { + "name": "Bulette Pup", + "source": "XMM", + "_copy": { + "name": "Bulettes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Juvenile bulettes are known as pups. They travel in small groups, using their numbers to bring down larger foes. Their arrival frequently presages the appearance of an adult bulette." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bulette Pup.webp" + } + } + ] + }, + { + "name": "Bulettes", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Bulettes", + "entries": [ + "{@i Ravenous, Subsurface Land Sharks}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Also called \"land sharks,\" bulettes are single-minded predators that burrow under, leap over, and burst through obstacles in pursuit of their quarry. They burrow rapidly just belowground. On sensing movement, they erupt from below, attempting to catch prey in their oversize maws." + ] + } + ] + }, + { + "name": "Bullywug Bog Sage", + "source": "XMM", + "_copy": { + "name": "Bullywugs", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bullywug bog sages channel the magic of the swamp to sicken foes and speak with plants." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bullywug Bog Sage.webp" + } + } + ] + }, + { + "name": "Bullywug Warrior", + "source": "XMM", + "_copy": { + "name": "Bullywugs", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bullywug warriors are adept at moving through swamps and ambushing trespassers. They often work alongside packs of trained giant frogs." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Bullywug Warrior.webp" + } + } + ] + }, + { + "name": "Bullywugs", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Bullywugs", + "entries": [ + "{@i Amphibious Appreciators of Marsh and Muck}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Swamp|bestiary|environment=swamp}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}, Individual" + } + ] + }, + "Fey embodiments of swamplands, bullywugs protect the murky wilds and consider themselves cosmically favored for that role. These human-size, toad- or frog-like creatures have close relationships with the creatures of the swamp." + ] + } + ] + }, + { + "name": "Cambion", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Cambion", + "entries": [ + "{@i Mortal Infused with Fiendish Might}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Cambions are former mortals corrupted by fiendish power or possessed by insidious forces. While tieflings are free-willed individuals with a hint of fiendish ancestry, cambions are inherently tied to or remade by the wicked magic of the Lower Planes.", + "Many cambions serve the malevolent forces that are the source of their powers. Others seek to claim the might of whatever created them or to seize otherworldly powers of their own. Among the most notorious of such cambions is Iuz, a villain who became an evil demigod and whose villainous nation threatens the Free City of Greyhawk on Oerth.", + "Cambions come into being in disparate ways. Roll on or choose a result from the Cambion Origins table to determine the source of a cambion's fiendish might.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "It seems that I must do everything myself, since I have only fools for servants. Clearly disappointment must ever be the price of divinity." + ], + "by": "Iuz the Evil, Cambion Demigod" + } + ] + }, + { + "type": "table", + "caption": "Cambion Origins", + "colLabels": [ + "1d6", + "The Cambion Gained Its Power After..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Being possessed by a fiendish being." + ], + [ + "2", + "Being resurrected by an evil magic-user." + ], + [ + "3", + "Lengthy exposure to a Lower Plane." + ], + [ + "4", + "Making a bargain with a Fiend." + ], + [ + "5", + "Suffering a god's curse." + ], + [ + "6", + "Taking part in fiendish rituals." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cambion.webp" + } + } + ] + }, + { + "name": "Camel", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Camel.webp" + } + } + ] + }, + { + "name": "Carrion Crawler", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Carrion Crawler", + "entries": [ + "{@i Catacomb-Scouring Necrophage}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Ravenous corpse eaters, carrion crawlers gravitate toward places of slaughter and decay. In such charnel environs, they feast on the dead with no qualms about their meals' origins or freshness.", + "Carrion crawlers have segmented bodies like gigantic cutworms. From beneath their multipart maws protrude eight thin, lashing tentacles. Creatures struck by these tentacles risk being {@condition paralyzed} and consumed.", + "Carrion crawlers scour sewers, battlefields, necropolises, and fetid wildernesses for corpses, clinging to ceilings to ambush smaller prey and to avoid competing hunters. They're drawn to light and the scent of blood, recognizing them as signs of food.", + "These scavengers avoid ingesting inorganic material. Crypts with funeral armors sucked clean of their corpses and eerily pristine catacombs are signs of infestation by carrion crawlers." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Carrion Crawler.webp" + } + } + ] + }, + { + "name": "Cat", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cat.webp" + } + } + ] + }, + { + "name": "Centaur Trooper", + "source": "XMM", + "_copy": { + "name": "Centaurs", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Centaur troopers are knight-like guardians. Many are suspicious of non-Fey creatures." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Centaur Trooper.webp" + } + } + ] + }, + { + "name": "Centaur Warden", + "source": "XMM", + "_copy": { + "name": "Centaurs", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Centaur wardens often lead groups of centaur troopers and act as intermediaries between Fey creatures and trespassers into their territories." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Centaur Warden.webp" + } + } + ] + }, + { + "name": "Centaurs", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Centaurs", + "entries": [ + "{@i Defenders of the Feywild}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Planar (Feywild)|bestiary|environment=planar, feywild}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}, Individual" + } + ] + }, + "Centaurs are defenders of forests, plains, and sites of primeval power. With upper bodies like humans' and the lower bodies of horses, centaurs charge into battle against those who would harm their allies." + ] + } + ] + }, + { + "name": "Chain Devil", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Chain Devil", + "entries": [ + "{@i Devil of Pain and Control}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "Also known as kytons, chain devils consider themselves morbid artisans who use deception, menace, and vicious metal to coerce prisoners into betraying themselves. Many serve powerful devils, wrenching secrets from imprisoned souls using deadly, animate chains. Left to their own devices, chain devils encourage ruthless individuals to pursue forbidden magic, leading their pupils down paths to the Nine Hells.", + "Along with psychological threats and physical harm, a chain devil uses its unnerving gaze to make its victims perceive their worst fear rather than the monster. Roll on or choose a result from the Chain Devil Masks table to inspire a chain devil's fearful appearance.", + { + "type": "table", + "caption": "Chain Devil Masks", + "colLabels": [ + "1d4", + "To a Viewer, the Chain Devil Looks Like..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "The corpse of a loved one." + ], + [ + "2", + "A disapproving deity." + ], + [ + "3", + "A harsh instructor or superior." + ], + [ + "4", + "The viewer at their lowest point in life." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Chain Devil.webp" + } + } + ] + }, + { + "name": "Chasme", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Chasme", + "entries": [ + "{@i Demon of Betrayal and Sycophancy}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Flying forth from the Abyss, chasmes resemble horse-size flies. They incapacitate foes by producing a mind-numbing droning, then use their proboscises to drain victims of life. In the Abyss, most chasmes obsequiously serve more powerful demons and search for captives to press into demonic hordes." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Chasme.webp" + } + } + ] + }, + { + "name": "Chimera", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Chimera", + "entries": [ + "{@i Multiheaded Ravager}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Violent and unpredictable, chimeras combine the deadliest traits of lions, rams, and red dragons. With their fearsome claws, crushing horns, and fiery breath, chimeras are tempests of ferocity, driven by their three heads' conflicting instincts. Their heads agree on little but their desires to feed and to drive competitors from the rugged territories where these monsters make their lairs. When they spot prey, chimeras typically strafe foes with their fire breath before landing to attack with their fangs, horns, and claws.", + "Owing to their draconic instincts, chimeras are greedy creatures that hoard treasures within cavernous lairs. They're undiscerning about what they collect, gathering shiny objects alongside trophies and bones from their recent kills. Brave souls seeking to distract or temporarily appease a chimera can do so by offering it treasure and food." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Chimera.webp" + } + } + ] + }, + { + "name": "Chuul", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Chuul", + "entries": [ + "{@i Chitinous Servant of Primeval Powers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Swamp|bestiary|environment=swamp}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Chuuls originated in forgotten ages when aboleths and stranger beings ruled alien empires beneath the waves. The aboleths transformed numerous deep-sea predators into servants that could venture beyond the seas to claim more magic and creatures to exploit. Chuuls are the most enduring of these bizarre servants.", + "Many chuuls serve aboleth overlords, carrying out their whims amid lightless seas and primeval swamps. Other chuuls obey new aberrant masters, such as beholders, grells, or mind flayers. Some chuuls follow their own drives, endlessly collecting ancient magic treasures or interpreting age-old orders to bizarre ends. Regardless of their agendas, chuuls snare creatures in their massive pincers before rendering foes helpless with their paralytic tentacles.", + "Chuuls don't age and can lie dormant in hidden places for millennia before threats, ancient orders, or strange compulsions awaken them." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Chuul.webp" + } + } + ] + }, + { + "name": "Clay Golem", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Clay Golem", + "entries": [ + "{@i Guardian of Home and Heart}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Clay golems are magical defenders made from earth and clay to protect places or communities. The materials used in creating clay golems originate from near the location the golems protect and often have special significance to their creators, such as clay from a holy site or bricks from a magical ruin. While some clay golems are masterfully sculpted to resemble living beings, others have only vaguely humanlike forms.", + "These golems obey their creators' orders and protect what their makers value most. Some still follow these orders long after their creators' deaths. Roll on or choose a result from the Clay Golem Orders table to inspire the commands a clay golem follows.", + { + "type": "table", + "caption": "Clay Golem Orders", + "colLabels": [ + "1d4", + "The Clay Golem Follows Orders To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Block the path of anyone who enters a site with a weapon drawn." + ], + [ + "2", + "Defend any member of their creator's family or community who is threatened in its sight." + ], + [ + "3", + "Prevent any Fiend from crossing a bridge." + ], + [ + "4", + "Remove any who enter its creator's workshop." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Clay Golem.webp" + } + } + ] + }, + { + "name": "Cloaker", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Cloaker", + "entries": [ + "{@i Haunter in the Dark}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "Cloakers are mysterious Underdark predators, named by adventurers for their resemblance to hanging cloaks when they cling to walls. What cloakers call themselves is unknown, if they refer to themselves at all. Though they're undeniably intelligent, their behavior is often inscrutable.", + "Cloakers sometimes gather in Underdark enclaves, but they rarely build settlements or form social structures. Most operate as solitary predators, lurking in dismal subterranean reaches or abandoned dungeons\u2014sometimes for months at a time\u2014as they wait for prey to pass. They use their mottled hides to blend in with their surroundings. When unsuspecting prey nears, cloakers unfurl and attempt to latch on and then smother their victims in their powerful wings.", + "Cloakers delight in frightening foes. In addition to their methods of ambush, cloakers can create illusory duplicates of themselves and emit surreal moans that non-cloakers find terrifying in unexplainable, primal ways. Cloakers might antagonize explorers lost in the Underdark for days, terrorizing and scattering them before attacking. They rarely converse with other beings, except to whisper eerie riddles to those they're about to consume." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cloaker.webp" + } + } + ] + }, + { + "name": "Cloud Giant", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Cloud Giant", + "entries": [ + "{@i Giant of the Loftiest Heights}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Cloud giants use the power of the skies to observe and subtly influence the world. These giants resemble humans with hair ranging from silver to blue and with skin in cloudlike shades from stark white to twilight hues. Curved canines grow in their upper jaws, extending past their lower lips. In battle, they attack with weapons wreathed in storm clouds and throw roaring thunderheads.", + "Most cloud giants inhabit citadels crowning tremendous mountains or magical palaces that drift amid the clouds. Many of these giants believe they possess similarly lofty status or purpose. Some view themselves as godlike beings who can manipulate and steal from terrestrial beings with impunity. Others claim their long lives and place among the clouds grant them unique perspectives, so they chronicle what they witness in the world below without interfering. In either case, cloud giants often possess fabulous magical treasures, either claimed from across the world or created by (and gigantically sized for) themselves." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cloud Giant.webp" + } + } + ] + }, + { + "name": "Cockatrice", + "source": "XMM", + "_copy": { + "name": "Cockatrices", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Cockatrices often try to claim eye-catching structures\u2014such as ruins and secluded farms\u2014as roosts." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cockatrice.webp" + } + } + ] + }, + { + "name": "Cockatrice Regent", + "source": "XMM", + "_copy": { + "name": "Cockatrices", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Bolder than their smaller cousins, cockatrice regents brim with unstable magical energy they use to restrain distant foes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cockatrice Regent.webp" + } + } + ] + }, + { + "name": "Cockatrices", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Cockatrices", + "entries": [ + "{@i Accursed Avians with the Power to Petrify}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Grassland|bestiary|environment=grassland}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Cockatrices combine the features of irate roosters and starving reptiles. They petrify those they bite, their slightest peck turning their prey to stone." + ] + } + ] + }, + { + "name": "Colossus", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Colossus", + "entries": [ + "{@i Titanic Vessel of Divine Might}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Colossi are massive Constructs created by the devout to reflect the nature of a deity, which could be benevolent or wicked. Colossi thrum with incredible magic and work divine will on the land.", + "Droves of faithful artisans craft a colossus in a shape to honor their deity, then call on that god to infuse the statue with life. This arduous process might take decades and involve hundreds of workers. If the god favors the creation, the mighty crystal at the construct's heart pulses with divine power, and the colossus rises to protect the faithful or enact the god's will.", + "Most colossi were created in ages past and now lie dormant in secluded wilderness, awakening only when disturbed or called on to serve once more." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Colossus.webp" + } + } + ] + }, + { + "name": "Commoner", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Commoner", + "entries": [ + "{@i Everyday Folk}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual" + } + ] + }, + "Commoners constitute the majority of people who don't pursue magical talents, extraordinary training, or a life of adventure. Some are generous, helpful sorts, while others are more cautious in sharing what they have. Use the following list of jobs and roles to introduce commoners in your adventures:", + { + "type": "list", + "style": "list-no-bullets", + "columns": 3, + "items": [ + "Artist", + "Baker", + "Bartender", + "Blacksmith", + "Butcher", + "Captive", + "Carpenter", + "Castaway", + "Cobbler", + "Cook", + "Dyer", + "Farmer", + "Fisher", + "Fletcher", + "Flimflam artist", + "Gossip", + "Hermit", + "Hooligan", + "Hunter", + "Innkeeper", + "Laborer", + "Lamplighter", + "Mason", + "Merchant", + "Miner", + "Mud lark", + "Patient", + "Pilgrim", + "Resurrectionist", + "Rioter", + "Scribe", + "Servant", + "Shepherd", + "Student", + "Tailor", + "Tanner", + "Town crier", + "Weaver", + "Youngster" + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Commoner.webp" + } + } + ] + }, + { + "name": "Constrictor Snake", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Constrictor Snake.webp" + } + } + ] + }, + { + "name": "Copper Dragon Wyrmling", + "source": "XMM", + "_copy": { + "name": "Copper Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Copper dragon wyrmlings venture into the world seeking to make friends and discover wonders. They sometimes get into trouble, but those who help them can become their friends for life." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Copper Dragon Wyrmling.webp" + } + } + ] + }, + { + "name": "Copper Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Copper Dragons", + "entries": [ + "{@i Dragons of Curiosity and Community}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Hill|bestiary|environment=hill}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Relentlessly friendly and curious, most copper dragons view the world as a place of endless wonder and possibility. These gregarious dragons are fonts of patience, hospitality, and humor, and they seek to improve the lives\u2014or, at least, the mood\u2014of those they interact with. If forced to fight to defend themselves or their friends, these dragons favor using their slowing breath and physical attacks to subdue antagonists. Only in cases of extreme peril or emotion do they use their deadly acid breath.", + "Copper dragons typically live in caverns amid picturesque hills and rock formations\u2014particularly those that are prominent landmarks. These dragons collect gifts, though they have little interest in treasure without meaning, no matter how valuable it is. To them, thoughtfully given presents and the feelings or memories they symbolize are more important than masterpieces or magical relics.", + { + "type": "entries", + "name": "Copper Dragon Lairs", + "entries": [ + "Copper dragons typically inhabit multichamber caves and renovated ruins." + ] + } + ] + } + ] + }, + { + "name": "Couatl", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Couatl", + "entries": [ + "{@i Guardian Manifestation of the Divine}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Embodiments of prophecy and protectors of divine secrets, couatls ensure fate unfolds as it should. They resemble serpents with rainbow wings, and each is a manifestation of a divine edict, a truth or fate that a righteous god decrees must hold true for all time. Most couatls appear in places of ancient power, where they guard hidden magic or ensure foretold acts do or don't come to pass. Rarely, couatls watch over communities or travel lands in disguise, interpreting omens or manipulating factors to set fate on its proper course.", + "Motivated by eternal mandates, couatls sometimes behave in inscrutable or antagonistic ways. They are inflexible and uncompromising, as their existences are fundamentally tied to their divine directives, but they harm other creatures only when absolutely necessary to achieve divine goals.", + "Each couatl goes through a period of renewal at the end of an age. In a couatl's lifecycle, an age might correspond to a celestial calendar or some divine chronology. Near the age's end, the couatl lays a wondrous, rainbow-hued egg. When the age ends, the couatl dies. For a period\u2014perhaps a single day, perhaps until an annual solar event\u2014the couatl's work is unattended. Once this time passes, the same couatl that laid the egg hatches from it, fully grown and renewed to serve for another age." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Couatl.webp" + } + } + ] + }, + { + "name": "Crab", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Crab.webp" + } + } + ] + }, + { + "name": "Crawling Claw", + "source": "XMM", + "_copy": { + "name": "Crawling Claws", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Lone crawling claws can continue killing sprees they perpetrated in life. Some recklessly attack the living, while others pursue specific victims. In rare cases, a crawling claw wreaks mayhem while the rest of its body still lives, with the original creature potentially unaware of its severed hand's crimes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Crawling Claw.webp" + } + } + ] + }, + { + "name": "Crawling Claws", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Crawling Claws", + "entries": [ + "{@i Severed Appendages with Malicious Will}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Crawling claws are severed hands that move and act of their own murderous accord. These deathless appendages can spring to life from the severed limbs of killers and villains, and sinister magic-users might animate crawling claws as foul servants. Crawling claws appear in a variety of forms, from decaying human hands to the fresh appendages of animals or monsters", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Is it possible for any creature, any living being, to be inherently evil? Such an assertion may itself facilitate the committing of evil acts. By defining a person as evil, we give them free rein to behave as they will, absolving them from the wickedness of their words and the evil of their hands." + ], + "by": "Ansolm Haas", + "from": "The Isolation of Evil" + } + ] + } + ] + } + ] + }, + { + "name": "Crocodile", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Crocodile.webp" + } + } + ] + }, + { + "name": "Cultist", + "source": "XMM", + "_copy": { + "name": "Cultists", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Cultists devote themselves to their faith's leaders and otherworldly masters. While this zeal grants cultists no magical powers, it gives them remarkable resolve in the face of threats. Cultists perform much of a cult's mundane work, which might include evangelism, criminal acts, or serving as sacrifices." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cultist.webp" + } + } + ] + }, + { + "name": "Cultist Fanatic", + "source": "XMM", + "_copy": { + "name": "Cultists", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Cultist fanatics lead small cults or cells within larger cults. They're privy to more of a cult's mysteries than lower-ranking cultists are, granting them access to magical powers from their patrons." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cultist Fanatic.webp" + } + } + ] + }, + { + "name": "Cultist Hierophant", + "source": "XMM", + "_copy": { + "name": "Cultists", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Cultist hierophants are leaders who oversee the lives of their underlings, dictate the edicts of the cult, and interpret their patron's will. They possess supernatural powers gained from the cult's patron, supernatural sources, or the power of their own fanaticism. These leaders know their cult's deepest secrets and often control strange relics, mystical sites, and monstrous servants." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cultist Hierophant.webp" + } + } + ] + }, + { + "name": "Cultists", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Cultists", + "entries": [ + "{@i Doomsayers and Fanatics}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual, {@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Cultists use magic and extreme measures to spread radical beliefs. Some privately pursue esoteric secrets, while others form shadowy cabals seeking to bring about terrifying ends. Cultists often follow obscure mystical traditions or obsess over interpretations of ancient prophecies. They might worship supernatural patrons\u2014deities, otherworldly creatures, manipulative alien minds, or stranger forces. Roll on or choose a result from the Cultist Agendas table to inspire what a cultist seeks to achieve.", + { + "type": "table", + "caption": "Cultist Agendas", + "colLabels": [ + "1d6", + "The Cultist Strives To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Bring about the end of a dominant order, an age, or the world." + ], + [ + "2", + "Burn away the comfortable lies of reality, revealing forgotten or terrible truths." + ], + [ + "3", + "Expand their faith though mind control or supernatural coercion." + ], + [ + "4", + "Make global changes, like sinking the land or awakening volcanoes." + ], + [ + "5", + "Remake life on a mass scale, altering other creatures' bodies or spiritual beings." + ], + [ + "6", + "Summon their deity or its herald, weapon, or realm into their world." + ] + ] + }, + { + "type": "entries", + "name": "Occult Symbols", + "entries": [ + "Cults often identify with symbols that exemplify their beliefs. Such symbols might mark objects important to the cult, as well as the dress and bodies of cultists themselves. These symbols might be broadly understandable, or they might have meaning only to cultists. Roll twice on or choose results from the Cult Symbols table to inspire a cult's icons.", + { + "type": "table", + "caption": "Cult Symbols", + "isNameGenerator": true, + "colLabels": [ + "1d10", + "The Symbol Is...", + "Depicted As..." + ], + "colStyles": [ + "col-2 text-center", + "col-5", + "col-5" + ], + "rows": [ + [ + "1", + "An alchemical sign", + "A calendar or map" + ], + [ + "2", + "An animal", + "A crest or as heraldry" + ], + [ + "3", + "A celestial body", + "An elaborate diagram" + ], + [ + "4", + "A deity's icon", + "A metaphorical image" + ], + [ + "5", + "An element", + "A mystical being" + ], + [ + "6", + "An eye", + "Part of an equation" + ], + [ + "7", + "A geometric shape", + "A repeating pattern" + ], + [ + "8", + "A letter or number", + "A series of scratches" + ], + [ + "9", + "Part of a monster", + "A simple pictogram" + ], + [ + "10", + "A skull", + "A weapon or tool" + ] + ] + } + ] + }, + { + "type": "entries", + "name": "Cult Members", + "entries": [ + "Cults often form hierarchies around a charismatic or domineering leader. While cult members might work independently, they take their orders from superiors with greater supernatural powers. " + ] + }, + { + "type": "entries", + "name": "Types of Cultists", + "entries": [ + "Cults can organize around any mystical tradition, but many serve supernatural beings. Cult members often have abilities tied to the forces they worship." + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Dread Tharizdun, power of the Elder Elemental Eye and master of all destructive forces, I am the Champion of Elemental Evil and am ready to carry out your wishes." + ], + "by": "Rites of the Cult of Elemental Evil" + } + ] + } + ] + } + ] + }, + { + "name": "Cyclopes", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Cyclopes", + "entries": [ + "{@i Monocular Servants of Destiny}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Desert|bestiary|environment=desert}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Cyclopes are gigantic, one-eyed descendants of the gods. Using their mystical vision, cyclopes can witness how future events are likely to occur." + ] + } + ] + }, + { + "name": "Cyclops Oracle", + "source": "XMM", + "_copy": { + "name": "Cyclopes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Cyclops oracles gaze through history to learn hidden truths. Many share these secrets with those who aid them in correcting the mistakes of the past." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cyclops Oracle.webp" + } + } + ] + }, + { + "name": "Cyclops Sentry", + "source": "XMM", + "_copy": { + "name": "Cyclopes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Most cyclops sentries serve their divine progenitors and oppose those who would tamper with fate." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Cyclops Sentry.webp" + } + } + ] + }, + { + "name": "Dao", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Dao", + "entries": [ + "{@i Genie of the Earth}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Elemental Plane of Earth)|bestiary|environment=planar, earth}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "Genies of minerals and gemstones, dao embody the resolve of rock. Using innate magic, they move through the earth unimpeded, exploring depths inaccessible to most. Dao delight in the treasures of the earth, whether raw gemstones, jewelry crafted from pure metals, or wondrous fossils. In exchange for such treasures, dao might reveal underground mysteries, such as paths through the Underdark, buried ruins, or whole subterranean realms.", + "Many dao call the Elemental Plane of Earth home. There, they create cities that glitter with treasure. Among these realms is the labyrinthine expanse called the Great Dismal Delve or the Sevenfold Mazework, which protects the City of Jewels, the Iron Crucible, and the Strait of Magnets.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "On the Elemental Plane of Earth, galaxies of gemstones twinkle over vaults of treasure. If dao are there, so is wealth worth hunting." + ], + "by": "Gundren Rockseeker, Dwarf Treasure Hunter" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Dao.webp" + } + } + ] + }, + { + "name": "Darkmantle", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Darkmantle", + "entries": [ + "{@i Ceiling-Clinging Ambush Predator}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Unnatural subterranean hunters, darkmantles veil themselves in magical shadows and use their bizarre anatomies to disguise themselves as stalactites. When prey passes below, lurking darkmantles drop and unfurl their webbed tentacles, attempting to blind, suffocate, or crush their victims.", + "Darkmantles share similarities with piercers and ropers and often hunt near those monsters. Scholars have attempted to establish a shared origin or life cycle between those creatures, but their efforts are thwarted by those monsters' supernatural physiologies and deadly natures.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Just assume there's no such thing as a stalactite." + ], + "by": "S. Wakeman, Underdark Explorer" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Darkmantle.webp" + } + } + ] + }, + { + "name": "Death Cultist", + "source": "XMM", + "_copy": { + "name": "Cultists", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Death cultists revel in nihilistic forces, embracing them as paths to undeath, multiversal purity, or entropic inevitability. These cultists serve powerful undead beings, apocalyptic prophecies, or immortals with power over death, such as Acererak, Kyuss, Orcus, Vecna, or Wee Jas." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Death Cultist.webp" + } + } + ] + }, + { + "name": "Death Dog", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Death Dog", + "entries": [ + "{@i Two-Headed Spreader of Disease}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Death dogs are plagues on the arid lands they inhabit. These vicious, two-headed canines ambush creatures they perceive as weaker than themselves, favoring the wounded or infirm. They attack recklessly, infecting as many creatures as possible with their diseased jaws. If driven off, death dogs linger close to their victims, letting infection weaken their prey before they attack again.", + "Legends tie death dogs to malicious death gods, the underworld, and cursed rulers. These stories are based on the malady death dogs spread. Roll on or choose a result from the Death Dog Malady Symptoms table to inspire symptoms spread by a death dog's bite. These symptoms are cosmetic and don't alter the effects of the death dog's Bite action. The symptoms vanish when a creature no longer has the {@condition Poisoned|XPHB} condition from a death dog's Bite.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "And his sorrows will stalk your land like hungry dogs until the seas turn to sand and the sun burns to cinders." + ], + "by": "Tablet Fragment", + "from": "Bright Desert" + } + ] + }, + { + "type": "table", + "caption": "Death Dog Malady Symptoms", + "colLabels": [ + "1d6", + "The Death Dog's Malady Causes..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Marks from canine jaws to appear on the victim's body, as if they were still being mauled." + ], + [ + "2", + "The victim's body to wither, as if constantly exposed to desert heat." + ], + [ + "3", + "The victim to be distracted by distant howling or vague whispers only they can hear." + ], + [ + "4", + "The victim's flesh to rot like a corpse." + ], + [ + "5", + "The victim to itch, as if they had fleas or sand beneath their skin." + ], + [ + "6", + "Wicked symbols to gradually appear on and spread across the victim's body." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Death Dog.webp" + } + } + ] + }, + { + "name": "Death Knight", + "source": "XMM", + "_copy": { + "name": "Death Knights", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Death knights are deadly combatants and domineering commanders with grim histories. Some strive to end the curses that doom them to undeath, though their selfish souls eternally shackle them to their fates. Others, like the infamous death knight Lord Soth, brood in dismal ruins for centuries, rousing themselves to action only when something reignites their deathless evil." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Death Knight.webp" + } + } + ] + }, + { + "name": "Death Knight Aspirant", + "source": "XMM", + "_copy": { + "name": "Death Knights", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "When the leader of a villainous order rises as a death knight, their wicked devotees might join them in their cursed existence as death knight aspirants. These followers bear a measure of their leader's power and serve as they did in life, obediently following the death knight's decrees and heralding its terrible will." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Death Knight Aspirant.webp" + } + } + ] + }, + { + "name": "Death Knights", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Death Knights", + "entries": [ + "{@i Haunted Commanders of Unliving Legions}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Champions of evil, death knights are armor-clad, skeletal warlords. Combining devastating martial prowess and blasphemous magic, these undying tyrants lead unholy legions against the living or brood in cursed citadels. Every death knight is haunted by a legacy of tragedy and dishonor that drives it to commit greater evils." + ] + } + ] + }, + { + "name": "Death Slaad", + "source": "XMM", + "_copy": { + "name": "Slaadi", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Slaad lords create death slaadi by infusing gray slaadi with a portion of their chaotic energy. When groups of slaadi act deliberately, death slaadi are often behind their designs." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Death Slaad.webp" + } + } + ] + }, + { + "name": "Death Tyrant", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Death Tyrant", + "entries": [ + "{@i Beholder beyond Death}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "A death tyrant is a beholder that pursues aberrant goals beyond its death. Ten magical singularities\u2014all that remains of its magical eyes\u2014orbit its floating, cyclopean skull, while the hateful gaze of its central eye socket stifles life and raises the dead.", + "Beholders typically transform into death tyrants over years when their dreams fixate on death, morbid apotheoses, or journeys to realms inhospitable to life. Some death tyrants rise from the corpses of slain beholders or result from exposure to strange magic or Underdark radiation. Sometimes beholders purposefully pursue this undead state, just as depraved magic-users pursue lichdom, although it is rare, as most beholders already believe themselves to be perfect beings.", + "No matter how death tyrants come into being, bizarre impulses drive their deathless existences. Their motivations tend to be extreme or beyond the reason of living creatures.", + { + "type": "entries", + "name": "Death Tyrant Lairs", + "entries": [ + "Death tyrants often lurk deep in the Underdark, in the tunnel-mazes they occupied in life or in the lairs of enemy beholders they conquered. These lairs are devoid of life, as death tyrants change their servants into Undead horrors." + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "A cluster of tiny lights descended from a dark crevice in the ceiling. These motes cast an eerie glow on the great, alien skull that hung beneath them." + ], + "by": "Journal of Jastus Hollowquill, explorer of Undermountain" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Death Tyrant.webp" + } + } + ] + }, + { + "name": "Deer", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Deer.webp" + } + } + ] + }, + { + "name": "Demilich", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Demilich", + "entries": [ + "{@i What Lies beyond Lichdom}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "A demilich is a skull harboring the remnants of a lich's wicked essence. If the burden of immortality overwhelms a lich, its consciousness turns inward as its body rots away. But if its remains are disturbed, a demilich rises. Demiliches usually appear as skulls adorned with gems or arcane sigils.", + { + "type": "entries", + "name": "Demilich Lairs", + "entries": [ + "Demiliches jealously guard their deathtrap-laden sanctums. The most notorious of these is the Tomb of Horrors, lair of the infamous Acererak." + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Demilich.webp" + } + } + ] + }, + { + "name": "Deva", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Deva", + "entries": [ + "{@i World-Changing Angelic Messenger}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Upper Planes)|bestiary|environment=planar, upper}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Devas are emissaries of divine will. These immortal messengers adopt the shapes of mystical beasts or idealized, winged mortals. As with all angels, their true forms are known only to the gods they serve.", + "Rather than literal correspondence from a god, a deva conveys an allegory or quest to mortals, tasking them with delivering something to its rightful place. While the angel might be called on in times of need, it encourages mortal heroism. Should a deva's chosen champions carry out their charge, they experience a revelation or the world is changed in line with divine purpose. Roll on or choose a result from the Deva Messages table to inspire a deva's charge.", + { + "type": "table", + "caption": "Deva Messages", + "colLabels": [ + "1d6", + "The Deva Tasks a Mortal with Delivering..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "The corpse of a hero in need of redemption." + ], + [ + "2", + "The cure for a plague in a distant land." + ], + [ + "3", + "A holy coffer that must not be opened." + ], + [ + "4", + "A magic weapon usable only by a true hero." + ], + [ + "5", + "A seedling that wilts if exposed to anger." + ], + [ + "6", + "Someone from another world with a prophesied purpose but no memory." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Deva.webp" + } + } + ] + }, + { + "name": "Dire Wolf", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Dire Wolf.webp" + } + } + ] + }, + { + "name": "Dire Worg", + "source": "XMM", + "_copy": { + "name": "Worgs", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Dire worgs are larger than common worgs and possess a supernaturally terrifying howl. They frequently hunt alongside ettins, ogres, and trolls." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Dire Worg.webp" + } + } + ] + }, + { + "name": "Displacer Beast", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Displacer Beast", + "entries": [ + "{@i Deceptive Feline Stalker}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "A displacer beast resembles a gaunt, six-legged panther with a barbed tentacle sprouting from each of its shoulders. This predator uses innate magic to displace light so it appears to be several feet away from its actual location.", + "Displacer beasts hunt not just to feed but because they enjoy killing. Once displacer beasts begin stalking prey, they can't be deterred until either they or their quarry is slain. While displacer beasts commonly inhabit dense forests, they might pursue travelers across great distances and even into cities or dungeons. More cunning than mere animals, these predators might set ambushes or lie hidden for days to bring down their prey.", + "Displacer beasts sometimes pursue prey through portals to other planes of existence. As a result, these predators can be found across the multiverse, particularly on the worlds of the Material Plane, in the Shadowfell, and in the Feywild. These restless hunters can destroy a land's natural balance and drive other creatures to extinction. As a result, many druid circles and Fey view displacer beasts as deadly threats.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The murderous fury of a displacer beast is fit only for nightmares, of which I've been haunted since narrowly escaping one's ambush. I'm certain that beast stalks me still." + ], + "by": "Jen-Ahb, Naturalist and Displacer Beast Survivor" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Displacer Beast.webp" + } + } + ] + }, + { + "name": "Djinni", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Djinni", + "entries": [ + "{@i Genie of the Air}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Planar (Elemental Plane of Air)|bestiary|environment=planar, air}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "As genies of wind and skies, djinn personify freedom and might. They can control wind and travel as swiftly as a breeze. They might be as serene as drifting clouds or as tempestuous as storms, but most djinn relish their freedom and desire to discover the wonders of the multiverse. Djinn often know many stories, and they might share such lore with those who offer their own exciting stories in trade.", + "While many djinn create airy palaces on stormy coasts or high in the clouds, untold numbers dwell on the Elemental Plane of Air. In floating cities, djinn collect tales and experiences from across the planes of existence, sharing them in fabulous forums, libraries, and theaters. The greatest of these cities is the Citadel of Ice and Steel, in which wind-sculpted towers contain a city-size trove of incredible knowledge and treasures that defy belief." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Djinni.webp" + } + } + ] + }, + { + "name": "Doppelganger", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Doppelganger", + "entries": [ + "{@i Shape-Shifting Infiltrator}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual" + } + ] + }, + "Doppelgangers are supernatural beings with the ability to shape-shift into any humanlike form. Their mind-reading abilities aid them in creating near-perfect disguises and plucking secrets from unguarded minds. Occasionally, doppelgangers use their shape-shifting ability in more overt ways, transforming into unsettling forms to frighten foes.", + "A doppelganger's agenda might relate to its mysterious magical origins or to more mercenary goals. Roll on or choose a result from the Doppelganger Deceptions table to inspire a doppelganger's plot.", + { + "type": "table", + "caption": "Doppelganger Deceptions", + "colLabels": [ + "1d6", + "The Doppelganger Schemes To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Cause chaos within the temple of a deity that cursed it to live without a true form." + ], + [ + "2", + "Conceal evidence of a vast conspiracy." + ], + [ + "3", + "Control a community through fear by posing as a legendary bogeyman." + ], + [ + "4", + "Replace a noble to enjoy a decadent lifestyle." + ], + [ + "5", + "Spy on wizards to learn how to complete its own botched magical creation." + ], + [ + "6", + "Take an influential position, acting as a sleeper agent for a doppelganger invasion." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Meeting yourself is the surest way to realize you're not as charming as you think you are." + ], + "by": "Someone claiming to be Lorhirin of Fearchor Keep" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Doppelganger.webp" + } + } + ] + }, + { + "name": "Dracolich", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Dracolich", + "entries": [ + "{@i Draconic Tyrant Reborn}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "The vilest dragons seek to escape the grip of death, employing ageless secrets and blasphemous magic to become horrors called dracoliches. These deathless dragons bind their spirits to gems and magically animate their rotting corpses. Eventually becoming skeletal horrors, dracoliches continue the centuries-spanning plots they pursued in life, seek revenge on those that brought them low, and strive toward vicious goals they couldn't indulge in life.", + "Dracoliches combine the corrupt immortality of the undead with the legendary power of dragons. A dracolich retains a breath weapon, but it is a chilling necrotic blast. These terrors gradually sicken the land near their lairs and attract sinister followers\u2014usually other undead or cultists seeking to revel in their terrible might. Living dragons of all types loathe and seek to destroy dracoliches, viewing them as distortions of draconic magic.", + "There are untold profane routes by which a dragon might become a dracolich. However one is created, a dracolich chooses a gem that becomes the anchor for its spirit and binds the deathless dragon to the world. So long as a dracolich is on the same plane of existence as its soul gem, the dracolich can survive the destruction of its physical body. Its spirit retreats into the gem if the dracolich's body is destroyed, and the monster might one day regain its terrifying form. Dracoliches often sequester their soul gems within meaningful treasure from their hoard or in unassuming baubles. Roll on or choose a result from the Dracolich Soul Gem Vessels table to inspire what holds a dracolich's soul gem.", + { + "type": "table", + "caption": "Dracolich Soul Gem Vessels", + "colLabels": [ + "1d10", + "A Dracolich's Soul Gem Is Hidden In..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Another dragon's treasure hoard." + ], + [ + "2", + "The body of a servant or an ancestor." + ], + [ + "3", + "The core of a dracolich's melted hoard." + ], + [ + "4", + "A corrupted dragon egg." + ], + [ + "5", + "A dragon horn a hero took as a trophy." + ], + [ + "6", + "A nation's royal or religious treasure." + ], + [ + "7", + "A powerful magic item." + ], + [ + "8", + "A source of magical wonders, such as a giant tree or mystical pool." + ], + [ + "9", + "The vault of an archdevil, a wicked god, or another extraplanar villain." + ], + [ + "10", + "The weapon that slew the dracolich." + ] + ] + }, + { + "type": "entries", + "name": "Dracolich Lairs", + "entries": [ + "A dracolich lurks in a corrupted version of the lair it had in life." + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "And naught will be left save shattered thrones with no rulers. But the dead dragons shall rule the world entire..." + ], + "by": "Sammaster the Fallen's translation of The Chronicle of Years to Come" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Dracolich.webp" + } + } + ] + }, + { + "name": "Draft Horse", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Draft Horse.webp" + } + } + ] + }, + { + "name": "Dragon Turtle", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Dragon Turtle", + "entries": [ + "{@i Ancient Ruler of Undersea Realms}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Underwater|bestiary|environment=underwater}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Dragon turtles are mighty creatures with shells large enough to be mistaken for islands and jaws capable of snapping ships like twigs. While some of these aquatic dragons contentedly slumber in the depths, others jealously guard vast territories with their scalding breath and lay claim to anything that sinks into the depths or sails on the waves. Occasionally these dragons agree to aid pirates, aquatic peoples, or oceanic religions in return for contributions to their sunken treasure hoards.", + "Many dragon turtles live in secluded lairs or ruins deep underwater, and they might not be spotted by surface dwellers for generations. Like both their namesakes, dragon turtles can have exceptionally long lives. Some recall the wonders of ages past or remarkable individuals that passed through their realms long ago. Such dragon turtles might be convinced to share their tales or provide guidance through their territories in exchange for treasures they've never glimpsed on the ocean floor." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Dragon Turtle.webp" + } + } + ] + }, + { + "name": "Dretch", + "source": "XMM", + "_copy": { + "name": "Dretches", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Lone dretches serve other demons or evil magic-users. They are erratic, filthy, and violent, and they demonstrate little sense of self-preservation." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Dretch.webp" + } + } + ] + }, + { + "name": "Dretches", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Dretches", + "entries": [ + "{@i Demons of Frenzy and Vulgarity}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "The servants and victims of greater demons, dretches embody petty instincts, chaotic impulses, and violent urges. Dretches exist in unfathomable numbers in the depths of the Abyss, where their reeking throngs fill vast demonic hordes.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Ah, the infinite wonders of the Abyss. If there's anything you don't like, you'll find it here." + ], + "by": "Jaranda, Expert on the Abyss" + } + ] + } + ] + } + ] + }, + { + "name": "Drider", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Drider", + "entries": [ + "{@i Spiderlike Underdark Hunter}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Driders combine the features of drow and giant spiders. The wicked god Lolth is fond of transforming her drow worshipers into driders, as either a blessing or a curse. These driders often become fanatical servants of their god, or they are overwhelmed by their transformation and live only to indulge their predatory arachnid instincts.", + "Driders also appear when whole communities are transformed by a wicked god's wrath or other magical means, or driders might be part of a world's natural population. Most dwell underground or in dense forests where they can make the most of their spiderlike traits. Driders with non-drow features are uncommon but possible. Roll on or choose a result from the Drider Metamorphoses table to inspire how supernatural driders come into being.", + { + "type": "table", + "caption": "Drider Metamorphoses", + "colLabels": [ + "1d6", + "The Drider Gained Its Form As..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A blessing from a deity of assassins, dangerous wildernesses, or the Underdark." + ], + [ + "2", + "A curse from a powerful hag, vengeful witch, or strange Artifact." + ], + [ + "3", + "An experiment by an aboleth, a mind flayer, or another life-shaping magic-user." + ], + [ + "4", + "A magical means of escaping disaster or some worse fate." + ], + [ + "5", + "A mutation after exposure to chaotic planar energies or strange Underdark radiations." + ], + [ + "6", + "A punishment from a spiteful god, like Lolth or the Queen of Air and Darkness." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Drider.webp" + } + } + ] + }, + { + "name": "Druid", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Druid", + "entries": [ + "{@i Steward and Sage of Nature}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual, {@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Druids use primal magic, traditional teachings, and bonds with animals and eldritch beings to guard the natural world and heal its ills. These magic-users might be recluses devoted to a particular land, or they might be part of a mystic organization. Roll on or choose a result from the Druidic Traditions table to inspire a druid's magical practices.", + { + "type": "table", + "caption": "Druid Traditions", + "colLabels": [ + "1d6", + "The Druid Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "An avenger who strikes against destructive civilizations and those who abuse nature." + ], + [ + "2", + "A guide who aids travelers in navigating the realms of Beasts, Fey, or Plants." + ], + [ + "3", + "A hermit who works alone to protect the lands, seas, or skies they call home." + ], + [ + "4", + "A mender who travels the world healing natural, magical, or manufactured disasters." + ], + [ + "5", + "Part of a loose organization that adheres to timeless rituals and guards natural secrets." + ], + [ + "6", + "A warden who minds the underpinnings of reality and protects against extraplanar threats." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Druid.webp" + } + } + ] + }, + { + "name": "Dryad", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Dryad", + "entries": [ + "{@i Tree-Bound Guardian of Nature}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Guardians of the woodlands, dryads magically flit from tree to tree and from root to bough, harrying trespassers with tangling vines and thorns. Most of these elusive beings have a special connection with one plant or a natural sanctuary that they protect. Some also share physical similarities with the plants they're most connected to. Dryads might sicken or die if their plant or sanctuary is destroyed, recovering only if it is healed or magically replaced. Roll on or choose an option from the Dryad Sanctuaries table to inspire a dryad's bond.", + { + "type": "table", + "caption": "Dryad Sanctuaries", + "colLabels": [ + "1d6", + "The Dryad Dwells in and Protects..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "An acres-large clonal colony\u2014a stand of identical, interconnected trees." + ], + [ + "2", + "A fortresslike tree, like a baobab or sequoia." + ], + [ + "3", + "A living lock\u2014a plant that seals evil below or blocks the path to a dungeon." + ], + [ + "4", + "A lonely tree that stands atop a windswept mountain or amid a {@condition petrified} forest." + ], + [ + "5", + "A plant with magic fruit or remarkable seeds." + ], + [ + "6", + "A shambling mound or treant that the dryad lives in or around as a Fey symbiote." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Dryad.webp" + } + } + ] + }, + { + "name": "Dust Mephit", + "source": "XMM", + "_copy": { + "name": "Mephits", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Dust mephits are composed of air and fine earth. They are drawn to forsaken places, and they think everything associated with death is hilarious." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Dust Mephit.webp" + } + } + ] + }, + { + "name": "Eagle", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Eagle.webp" + } + } + ] + }, + { + "name": "Earth Elemental", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Earth Elemental", + "entries": [ + "{@i Primal Spirit of Soil and Stone}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Mountain|bestiary|environment=mountain}, {@filter Planar (Elemental Plane of Earth)|bestiary|environment=planar, earth}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Primal spirits from the Elemental Plane of Earth merge with rocks and minerals to form earth elementals. These beings possess powerful limbs and coarse features, sometimes studded with ore, gems, crystals, colorful striations, or living plants. On the Material Plane, earth elementals often serve those who conjure them, or they appear in regions influenced by their home plane, such as crystalline nodes, energetic fault lines, or veins of magical ore. Earth elementals effortlessly move through stone and can bring ruin to whole structures with their mighty fists.", + "Earth elementals are typically made of more than dirt. While an elemental's composition doesn't change its statistics or have monetary value, it makes each elemental distinct. Roll on or choose a result from the Earth Elemental Compositions table to inspire an earth elemental's features.", + { + "type": "table", + "caption": "Earth Elemental Compositions", + "colLabels": [ + "1d8", + "The Earth Elemental's Body Features..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Colorful mineral formations." + ], + [ + "2", + "Cooled magma in melted heaps." + ], + [ + "3", + "Grass, moss, or plant roots." + ], + [ + "4", + "Heaps of peat or decaying matter." + ], + [ + "5", + "Mounds of sand studded with shells." + ], + [ + "6", + "Rubble or pieces of a ruined structure." + ], + [ + "7", + "Striking striations or bands of color." + ], + [ + "8", + "Veins of iron or other ore." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The foundations of our homes, the strength of our weapons, the vaults of our greatest secrets\u2014earth is nothing less than the grip of reality itself. It is the mightiest element. This cannot be denied." + ], + "by": "Kabril the Perfect Compass, Ruler of Dao" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Earth Elemental.webp" + } + } + ] + }, + { + "name": "Efreeti", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Efreeti", + "entries": [ + "{@i Genie of Fire}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Planar (Elemental Plane of Fire)|bestiary|environment=planar, fire}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Efreet burn with the energy and unpredictability of fire. Their innate magic allows them to conjure flames from nothing and shape treasures within magical infernos. Many efreet have wicked reputations, as their fickle natures and love for dramatic conflagrations can be destructive. Other efreet delight in fire's beauty, be it the delicacy of a candle flame or the shared wonder of fireworks. These genies might aid mortals in exchange for treasures or the liberation of captive Elementals.", + "On many worlds, efreet dwell in sweltering deserts and volcanic regions. Those that make their homes on the Elemental Plane of Fire create incredible cities among seas of flame and molten minerals. Eclipsing all of these is the storied City of Brass, a gleaming metropolis that is one of the most wondrous cities in the multiverse. Here, magic tempers the plane's extreme heat, making the City of Brass a hub of trade between planes of existence.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Imagine seas of platinum and liquid flame, the Crimson Pillar with fires hot enough to sear the gods, and the infinite delights of the City of Brass. Now imagine what my master offers..." + ], + "by": "Veyisvexvayn, Magma Mephit Herald" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Efreeti.webp" + } + } + ] + }, + { + "name": "Elemental Cataclysm", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Elemental Cataclysm", + "entries": [ + "{@i The End and Beginning of Ages}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Elemental Chaos)|bestiary|environment=planar, elemental chaos}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Beyond the fringes of the Elemental Planes, primordial forces endlessly clash amid the Elemental Chaos. Within the vastness and violence of this realm rage elemental cataclysms, entities spawned from the raw forces of the multiverse and awash in dissonant elemental powers. These beings of primal conflict annihilate nearly all they encounter and seed the ruins left in their wake with the potential for new creations.", + "Elemental cataclysms rarely escape the Elemental Chaos. When they do, it is typically due to some planar disruption or the summons of nihilistic cultists. When they emerge on Material Plane worlds, elemental cataclysms create realm-altering trails of destruction, carelessly destroying cities and throwing whole nations into chaos. The rampages aren't random. Elemental cataclysms abhor anything that visibly mars nature, be it mines or monuments, fortresses or cities, but they vent their most intense rage on works of metal and clockwork. As they sow destruction, they howl condemnation and chant words of unmaking in the languages of the Inner Planes.", + "Little can stop an elemental cataclysm. Those that oppose one of these calamities often attempt to reverse the ritual that summoned it, coax it through a planar rift, or conjure another titan in hopes that the two destroy one another. These terrors leave a wake of ashes, floods, storms, and broken earth. But after these disasters recede, the land is imbued with new life or environmental changes. Roll on or choose a result from the Elemental Alterations table to inspire what changes emerge after an elemental cataclysm's destruction.", + { + "type": "table", + "caption": "Elemental Alterations", + "colLabels": [ + "1d8", + "The Elemental Cataclysm Leaves Behind A..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Dramatic increase or decrease in temperature." + ], + [ + "2", + "Gigantic coral reef or fungal forest." + ], + [ + "3", + "Never-ending storm or whirlpool." + ], + [ + "4", + "Passage to the Underdark or portal to an Elemental Plane." + ], + [ + "5", + "Primeval or previously extinct animal population." + ], + [ + "6", + "Rapidly growing rainforest." + ], + [ + "7", + "River where previously there was none." + ], + [ + "8", + "Series of dramatic rock formations." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Elemental Cataclysm.webp" + } + } + ] + }, + { + "name": "Elemental Cultist", + "source": "XMM", + "_copy": { + "name": "Cultists", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Elemental cultists harness destructive natural forces to cleanse the world of civilization or prove the dominance of one element over all others. Such cultists are aligned with Elemental monsters or wicked immortals such as the Princes of Elemental Evil or the Elder Elemental Eye." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Elemental Cultist.webp" + } + } + ] + }, + { + "name": "Elephant", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Elephant.webp" + } + } + ] + }, + { + "name": "Elk", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Elk.webp" + } + } + ] + }, + { + "name": "Empyrean", + "source": "XMM", + "_copy": { + "name": "Empyreans", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Inheritors of divine might, empyreans are idealized, human-shaped beings of godly power. These beings might have relationships with their creators akin to those of parents and their children, royalty and their servants, inventors and their creations, or other bonds. Empyreans' existences are fundamentally influenced by their patrons and their connection to the heavenly deities of the Upper Planes or the fiendish deities of the Lower Planes. Nevertheless, empyreans have free will.", + "Celestial empyreans are typically noble beings who quest to prove themselves worthy of their divine pedigree. Many work in the service of their parents or support those gods' causes and champions. Fiendish empyreans are usually dreadful, self-serving villains who seek to claim their parents' power. Some forge unholy armies or rule over hidden realms in mockery of true gods, while others might seek to escape their accursed families." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Empyrean.webp" + } + } + ] + }, + { + "name": "Empyrean Iota", + "source": "XMM", + "_copy": { + "name": "Empyreans", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Empyrean iotas are the thoughts, memories, or indirect attentions of deities personified and given a measure of autonomy. Resembling floating glyphs, motes of color, icons of divinity, or stranger shapes, these beings are messengers of the gods and aides to those gods' servants. Iotas have their own knowledge and personalities, though they might know little more than the realms and wishes of their creators." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Empyrean Iota.webp" + } + } + ] + }, + { + "name": "Empyreans", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Empyreans", + "entries": [ + "{@i Scions of the Gods}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Empyreans are the spawn of deities. While not gods themselves, they possess divine influence and powers related to their divine parents. Some empyreans are near-demigods with fantastic might and the power to reshape mortal lives. Others are little more than divine thoughts or moments of immortal attention made manifest. Whether empyreans are idealized beings or vestiges of divinity, their appearances are influenced by their creators. Roll on or choose a result from the Empyrean Influences table to inspire what aspects of an empyrean's heritage manifest in its physical form.", + { + "type": "table", + "caption": "Empyrean Influences", + "colLabels": [ + "1d6", + "The Empyrean Has Features That Are..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Balanced, naturalistic, or suggestive of watching eyes." + ], + [ + "2", + "Colorful, shadowy, or fluid or that vary depending on the viewer." + ], + [ + "3", + "Comforting and gentle or that remind viewers of pleasant memories." + ], + [ + "4", + "Disconnected parts, visible thoughts, or errant shapes." + ], + [ + "5", + "Machinelike, stoic, symmetrical, or suggestive of judgment." + ], + [ + "6", + "Morbid, menacing, or monstrous or that embody the viewer's fears." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "One day I might be the god of storms\u2014mind countless followers, answer prayers, change whole worlds\u2014but, until then, I do what I please." + ], + "by": "Kopoha, Scion of Storms" + } + ] + } + ] + } + ] + }, + { + "name": "Erinyes", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Erinyes", + "entries": [ + "{@i Devil of Vengeance and Righteous Wrath}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Erinyes, also known as furies, are winged devils clad in fiendish armor. These fallen angels exact a merciless form of divine justice, hunting down oath breakers and dragging the rightfully damned to the Nine Hells in the grip of their magical ropes. Few ever glimpse what lies within these devils' armored exteriors, and erinyes ensure that those who do can never speak of what they've seen.", + "Erinyes often serve archdevils and guard the order of the Nine Hells against trespassers and escapees. Although they're prone to wrathful outbursts, erinyes cooperate well with other devils. They sometimes hunt in trios with other erinyes, forging infamous reputations for themselves.", + "When not in the service of a diabolical master, erinyes hunt wicked souls. They pursue quarries relentlessly, across the multiverse and for ages if need be. While they might be summoned to serve evil magic-users, erinyes also listen for oaths and curses sworn in their names. In rare cases, wronged mortals who call out with just rage might be heard by an erinyes who appears to take vengeance on their behalf. Once erinyes are so summoned, they won't leave without claiming the soul of either their quarry or the mortal who summoned them." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Erinyes.webp" + } + } + ] + }, + { + "name": "Ettercap", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Ettercap", + "entries": [ + "{@i Venomous Arachnid Abductor}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "Spiderlike hunters, ettercaps lurk in forested depths and seek prey to drag into their web-choked lairs. These vicious predators have arachnid features and hunched, bipedal frames, and they're notorious for their venomous bites and ability to shoot out webs to entrap their victims. Ettercaps often hunt in small groups alongside giant spiders and mundane spider swarms.", + "Ettercaps frequently overhunt their environment. Left unchecked, ettercaps might fill whole woodlands with their webs and the cocooned remains of past meals, which puts ettercaps in conflict with Fey. Spiteful ettercaps go out of their way to torment and feed on Fey; they prefer to menace those smaller than themselves, like pixies and sprites. They rarely devour other sapient creatures swiftly, preferring to cocoon their captives and terrorize them for days.", + "Ettercaps avoid fire, which can quickly burn through their webs and the dead trees where they make their homes." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ettercap.webp" + } + } + ] + }, + { + "name": "Ettin", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Ettin", + "entries": [ + "{@i Quarrelsome Two-Headed Giant}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual" + } + ] + }, + "Ettins are physically powerful Giants with two heads. While many ettins have features similar to hill giants, others have more bestial or unusual traits, such as tusks, short horns, or a single eye on each head.", + "Ettins frequently ally with other Giants or groups that value their strength, such as hill giants, bandits, or ogres. Some ettins possess mystical ties to the lands they inhabit, and they might know or guard secrets valued by druids or Fey.", + "Each ettin head has a distinct personality. While this makes some ettins quarrelsome with themselves and others, many function as a team. An ettin head might have its own name, or both heads might refer to themselves as a single being\u2014either with one name or a portmanteau of two.", + "Roll on or choose a result from the Ettin Interactions table to inspire how an ettin's heads are interacting when the creature is encountered.", + { + "type": "table", + "caption": "Ettin Interactions", + "colLabels": [ + "1d8", + "The Ettin's Heads Are..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Amping up one another in preparation for a conflict or challenge." + ], + [ + "2", + "Arguing over plans for battle, dinner, or how to spend the day." + ], + [ + "3", + "Criticizing one another as they perform separate tasks." + ], + [ + "4", + "Engaged in a staring contest." + ], + [ + "5", + "Making polite small talk as if they were meeting for the first time." + ], + [ + "6", + "Performatively ignoring one another." + ], + [ + "7", + "Talking over an increasingly convoluted plot." + ], + [ + "8", + "Trying to keep one another awake." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Twice the malice, aggressiveness, and appetite\u2014the ettin demonstrates that two heads aren't necessarily better than one." + ], + "by": "Bertrand, Inquisitor of the Mind Fire" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ettin.webp" + } + } + ] + }, + { + "name": "Faerie Dragon Adult", + "source": "XMM", + "_copy": { + "name": "Faerie Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "The pranks of faerie dragon adults tend to lead others to people in need or wrongs to be righted." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Faerie Dragon Adult.webp" + } + } + ] + }, + { + "name": "Faerie Dragon Youth", + "source": "XMM", + "_copy": { + "name": "Faerie Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Faerie dragon youths are quick to use their euphoria-inducing breath on rude or uptight folk." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Faerie Dragon Youth.webp" + } + } + ] + }, + { + "name": "Faerie Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Faerie Dragons", + "entries": [ + "{@i Whimsical Draconic Tricksters}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "Faerie dragons are cat-size pranksters with draconic features, butterfly-like wings, and scales of warm hues as youths and cool hues as adults." + ] + } + ] + }, + { + "name": "Fiend Cultist", + "source": "XMM", + "_copy": { + "name": "Cultists", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Fiend cultists worship fiends or evil deities. They often work to bring ruin to innocents or to summon their sinister patron into the world. Fiend cultists might serve infamous powers such as archdevils and demon lords, or foul immortals\u2014beings such as Demogorgon, Pazuzu, Iuz, Zariel, or Zuggtmoy." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Fiend Cultist.webp" + } + } + ] + }, + { + "name": "Fire Elemental", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Fire Elemental", + "entries": [ + "{@i Primal Spirit of Heat and Flame}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Planar (Elemental Plane of Fire)|bestiary|environment=planar, fire}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Fire elementals arise when spirits of the Elemental Plane of Fire inhabit flames, burning cinders, and heated smoke. These beings are tangible despite largely being made of flames and particles, and they can uses their vague limbs to ignite foes and flammable materials. Fire elementals typically burn in shades of orange and red, but other colors are possible. Most on the Material Plane are summoned by magical means, or they might appear near rifts amid desert depths, volcanoes, wildfires, or magma flows that connect to their home plane.", + "Fire elementals might burn in distinctive ways. Roll on or choose a result from the Fire Elemental Compositions table to inspire a fire elemental's features.", + { + "type": "table", + "caption": "Fire Elemental Compositions", + "colLabels": [ + "1d8", + "The Fire Elemental's Body Features..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Colorful, superheated gases." + ], + [ + "2", + "A column of diabolical or divine flame." + ], + [ + "3", + "Crackling shapes that look like animals, fiends, skeletons, sprites, or other beings." + ], + [ + "4", + "Flames that are predominantly white, blue, or a more unusual color." + ], + [ + "5", + "The form of a calm or tormented humanoid." + ], + [ + "6", + "Smoke that forms eerie shapes or symbols." + ], + [ + "7", + "Soot that smells like cedar, cloves, incense, or burning meat." + ], + [ + "8", + "Swirls of cinders and burning debris." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "All the elements bow to fire. The strongest earth melts. Water boils. Even air ignites. We are all souls of flame, and we know what it is to burn." + ], + "by": "Marrake the Incandescent, Ruler of Efreet" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Fire Elemental.webp" + } + } + ] + }, + { + "name": "Fire Giant", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Fire Giant", + "entries": [ + "{@i Giant of the Smoldering Depths}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Mountain|bestiary|environment=mountain}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Fire giants inhabit the hollow vaults and molten rivers of mountainous depths. There, they use subterranean heat and riches to craft wonders, from titanic weapons of war to delicate works of art.", + "Fire giants have broad frames, skin tones in a variety of rocklike shades, and hair like flame.", + "Most fire giants dwell in volcanically active mountains or cavernous depths that house their fortress-forges. Evil fire giants tend to be martially minded, and they craft mighty arms to conquer their neighbors and seize valuable resources. More temperate fire giants trade their works for what they need, and they might share the ancient techniques of Giant artisans with other craftspeople. In either case, fire giants are prone to undertaking ambitious designs, and they rarely appreciate interruptions in their titanic workshops." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Fire Giant.webp" + } + } + ] + }, + { + "name": "Flameskull", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Flameskull", + "entries": [ + "{@i Skull Smoldering with Magical Obsession}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Flameskulls are flying skulls that blaze with magical fire and the half-remembered arcana of dead spellcasters. They rise from the remains of dead magic-users who were reanimated by sinister necromancers or whose magical pursuits drive them beyond death. Flameskulls might serve as guardians for their creators or pursue ambitions left unfulfilled in life. They lash out at foes with destructive spells and bursts of fire, wielding magic without the need for most components.", + "Flameskulls take various forms, from skulls with humanlike features to ones with fearsome or bestial alterations. Their flames vary in color and grow more intense when they're angry. Roll on or choose a result from the Flameskull Details table to inspire what makes a flameskull distinctive.", + { + "type": "table", + "caption": "Flameskull Details", + "colLabels": [ + "1d6", + "The Flameskull Features..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Arcane diagrams etched into it." + ], + [ + "2", + "Flames like dramatic features, horns, or hair." + ], + [ + "3", + "Fractured pieces that fly in unison." + ], + [ + "4", + "An iron plate bolted over its mouth." + ], + [ + "5", + "Lethal head trauma." + ], + [ + "6", + "Mismatched animal teeth." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "I never cared for warmth. I never needed a body. My will is enough, and my work will be the legacy that makes my every sacrifice worthwhile!" + ], + "by": "Trenzia, Undermountain Flameskull" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Flameskull.webp" + } + } + ] + }, + { + "name": "Flaming Skeleton", + "source": "XMM", + "_copy": { + "name": "Skeletons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Flaming skeletons burn with unbridled necromantic energy. This magic grants them blazing attacks and greater awareness, which they use to command lesser Undead." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Flaming Skeleton.webp" + } + } + ] + }, + { + "name": "Flesh Golem", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Flesh Golem", + "entries": [ + "{@i Dead Flesh Given New Life}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Flesh golems are roughly human-shaped collections of body parts bound together by misused magic or strange science. They serve their reckless creators, but many possess disjointed memories and instincts from their component parts. If wounded, these golems might go berserk and vent their confusion on anything in their sight, including their creators.", + "Flesh golems appear in varied forms. Roll on or choose a result from the Flesh Golem Characteristics table to inspire a flesh golem's features.", + { + "type": "table", + "caption": "Flesh Golem Characteristics", + "colLabels": [ + "1d6", + "The Flesh Golem Has..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Animal parts among its humanlike pieces." + ], + [ + "2", + "A disguise of makeup and heavy clothing." + ], + [ + "3", + "Missing parts and exposed insides." + ], + [ + "4", + "Parts serving unintended roles, like a body composed of dozens of hands." + ], + [ + "5", + "Perfect features accented by beautiful stitching." + ], + [ + "6", + "Visible mechanisms, bellows, and engines." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The barrier between the mortal and the divine lies shattered\u2014open is the mold for new gods. It was I who invaded the divine. Not with a spear but with a stitch. Not with my heresies but with my heart." + ], + "by": "Viktra Mordenheim, Darklord of Lamordia" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Flesh Golem.webp" + } + } + ] + }, + { + "name": "Flumph", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Flumph", + "entries": [ + "{@i Strange Ally from a Strange Place}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Bizarre creatures with aberrant agendas inhabit the Underdark. Flumphs number among the few that are helpful to strangers.", + "These tentacled, telepathic creatures jet through the air in short bursts, venting gases with a sound that gives them their name. Rather than speaking, flumphs communicate telepathically and by changing color to reflect their moods.", + "Flumphs dwell in psychically charged regions or near creatures with psionic magic. They harmlessly feed off psychic energies, but in doing so, they often encounter dangerous beings such as aboleths and mind flayers. While flumphs generally avoid combat, they often help adventurers in peril. Such help might be of doubtful use, but flumphs mean well. Roll on or choose a result from the Flumph Assistance table to inspire what support flumphs provide.", + { + "type": "table", + "caption": "Flumph Assistance", + "colLabels": [ + "1d6", + "The Flumph Helps By..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Cooking a meal of Underdark delicacies." + ], + [ + "2", + "Performing a psychic song or \"smell poem.\"" + ], + [ + "3", + "Recovering and nursing fallen adventurers." + ], + [ + "4", + "Revealing the location of helpful magic items." + ], + [ + "5", + "Serving as a guide to a foe's hidden lair." + ], + [ + "6", + "Sharing excessive encouragement and praise." + ] + ] + }, + { + "type": "entries", + "name": "Flumph Colors", + "entries": [ + "A flumph's extremities change color to reflect its mood. The Flumph Colors and Emotions table summarizes common flumph colors and the human emotions to which they most closely correspond.", + { + "type": "table", + "caption": "Flumph Colors and Emotions", + "colLabels": [ + "Color", + "Emotion" + ], + "colStyles": [ + "col-6", + "col-6" + ], + "rows": [ + [ + "Blue, Dark", + "Sadness" + ], + [ + "Blue, Light", + "Happiness" + ], + [ + "Green", + "Curiosity" + ], + [ + "Magenta", + "Unknown*" + ], + [ + "Orange", + "Confusion" + ], + [ + "Pink", + "Amusement" + ], + [ + "Purple", + "Fear" + ], + [ + "Red", + "Anger" + ], + [ + "Teal", + "Serenity" + ], + [ + "Yellow", + "Excitement" + ] + ], + "footnotes": [ + "*Rarely seen; potentially no human equivalent" + ] + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Flumph.webp" + } + } + ] + }, + { + "name": "Flying Snake", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Flying Snake.webp" + } + } + ] + }, + { + "name": "Fomorian", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Fomorian", + "entries": [ + "{@i Cursed Giant of the Dark}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Once infamous for their magical aptitude, fomorians are giants afflicted with a fey curse. In their pride, they were tricked into invading the Feywild to claim its magic for their own. When the archfey rulers of that realm united, the fomorians were turned back and cursed with supernatural strangeness to make their bodies match their vile souls. Ever since, fomorians have dwelled in the Underdark amid the ruins of their magical cities. The archfey's curse afflicts them still, tormenting them with wandering cankers, lurching organs, and stranger discomforts. Rather than atoning for their offenses, fomorians harness the magic of their curse and turn it against others. Roll on or choose a result from the Fomorian Warping table to inspire the cosmetic effects a creature undergoes while they're affected by a fomorian's Warping Hex.", + { + "type": "table", + "caption": "Fomorian Warping", + "colLabels": [ + "1d4", + "The Fomorian's Hex Causes..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Colorful, wandering pustules." + ], + [ + "2", + "Excessive sweating of rainbow-hued fluids." + ], + [ + "3", + "Patches of wriggling hair." + ], + [ + "4", + "Veins that bulge and lurch under the skin." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "All-Father Annam banished his son, Karontor, for Karontor's part in the fomorian assault on the Feywild. That day, the ordning\u2014the hierarchy of the giants and their gods\u2014changed forever, and the fomorians were part of it no more." + ], + "by": "Bigby" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Fomorian.webp" + } + } + ] + }, + { + "name": "Frog", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Frog.webp" + } + } + ] + }, + { + "name": "Frost Giant", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Frost Giant", + "entries": [ + "{@i Giant of the Ice and Snow}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "From glacial mountain heights and vast tundras rise the homes of frost giants. These giants have skin and hair of icy hues. Their natural immunity to cold allows them to flourish in places inhospitable to most other creatures. They use this resilience to aid them when hunting and in combat, bolstering their allies with chilling war cries.", + "Frost giants often travel far to find food and goods. This leads many to become raiders and earn violent reputations. Others live more peaceably by hunting titanic game or creating sanctuaries from the cold (frequently featuring hot springs or snowy contests). Frost giants sometimes forge partnerships with icy Fey or fire giants dwelling underground, serving as guardians to their realms in exchange for treasure, weapons, and crafts.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The small folk have barely anything worth looting, so they shouldn't much mind when we take it from them." + ], + "by": "Jarl Grugnur, Frost Giant" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Frost Giant.webp" + } + } + ] + }, + { + "name": "Fungi", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Fungi", + "entries": [ + "{@i Deadly Spores and Predatory Polyps}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "The dank, sunless Underdark is a fertile breeding ground for weird and dangerous fungi." + ] + } + ] + }, + { + "name": "Galeb Duhr", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Galeb Duhr", + "entries": [ + "{@i Eyes and Ears of the Earth}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Beings of living rock, galeb duhr seek harmony with the earth and give voice to the vibrations of stone. Their rocky bodies have limbs and facial features accented by gems, ores, and other minerals found in the surrounding earth.", + "Galeb duhr are effectively immortal, with lifespans similar in length to mountains. They don't experience time or perceive danger as shorter-lived species do. Galeb duhr avoid danger by hiding from other creatures. When they do reveal themselves, they speak and act ponderously, but they often know much of the surrounding land and secrets within the earth. When motivated to action, galeb duhr slam into foes and animate nearby boulders to do the same.", + "Some mountain dwellers view galeb duhr as aloof allies and might entrust these long-lived beings with secrets or treasures for future generations. Others speak of galeb duhr songs, barely audible harmonizations by groups of galeb duhr that are said to influence earthquakes and volcanic eruptions." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Galeb Duhr.webp" + } + } + ] + }, + { + "name": "Gargoyle", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Gargoyle", + "entries": [ + "{@i Sculpted Sentinel Hidden in Plain Sight}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Gargoyles are sculptures inhabited by elemental spirits. Wings and magic allow their heavy stone bodies to fly, and they often perch where they can blend in amid ornate architecture, rock formations, or mundane statues. Gargoyles usually serve the magic-users who conjured them into their bodies, but if left to their own devices, they might play cruel pranks and steal treasures to hoard in lofty lairs.", + "Gargoyles have a variety of appearances. Roll on or choose a result from the Gargoyle Sculptures table to inspire how a gargoyle looks.", + { + "type": "table", + "caption": "Gargoyle Sculptures", + "colLabels": [ + "1d6", + "The Gargoyle Is Sculpted to Appear..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Cherubic with perpetually smiling features." + ], + [ + "2", + "Crudely hewed or naturally formed." + ], + [ + "3", + "Damaged or marred by mismatched pieces." + ], + [ + "4", + "Dragon-like with polished stone scales." + ], + [ + "5", + "Gothically fiendish with horns and a tail." + ], + [ + "6", + "Useful, like an ornate podium or a pillar." + ] + ] + }, + { + "type": "entries", + "name": "Gargoyle Ambushes", + "entries": [ + "Gargoyles seek to ambush foes or creatures that trespass on their territories. With no biological needs and supernatural patience, these monsters might wait unmoving for months, revealing themselves only when conditions are perfect to attack. They tend to lurk where statuary seems commonplace or where terrain obscures the shape and color of their bodies. Roll on or choose a result from the Gargoyle Camouflage table to inspire where a gargoyle sets up an ambush.", + { + "type": "table", + "caption": "Gargoyle Camouflage", + "colLabels": [ + "1d8", + "The Gargoyle Conceals Itself Amid..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Burls and bark on a giant tree." + ], + [ + "2", + "Monuments in a graveyard or memorial." + ], + [ + "3", + "Outcroppings on a cliff or rock formation" + ], + [ + "4", + "The {@condition petrified} victims of a basilisk or medusa." + ], + [ + "5", + "Reliefs on a sculpted gate or wall." + ], + [ + "6", + "Rubble in a ruin or junkyard." + ], + [ + "7", + "Stalactites or icicles on a cavern ceiling." + ], + [ + "8", + "Statuary on a castle, mansion, or temple." + ] + ] + } + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Where evil passes in the Elemental Plane of Earth, it stains the rock and spoils the soil. Malice vanishes amid other elements, but in the dismal dark, the wicked shape it into nightmares." + ], + "by": "Tiv, Scholar of the Elemental Planes" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gargoyle.webp" + } + } + ] + }, + { + "name": "Gas Spore Fungus", + "source": "XMM", + "_copy": { + "name": "Fungi", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Gas spores are floating, orbicular fungi with rhizome growths and protuberances that resemble the stalks and eyes of beholders. If destroyed, a gas spore explodes in a poisonous burst that can infect creatures and slay them in hours. Infected corpses spawn more gas spores that grow to full size in a matter of days." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gas Spore Fungus.webp" + } + } + ] + }, + { + "name": "Gelatinous Cube", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Gelatinous Cube", + "entries": [ + "{@i Dungeon-Scouring Block of Ooze}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Quivering masses of acidic goo, gelatinous cubes wobble through narrow caverns and dungeons, engulfing anything in their paths. These Oozes are naturally transparent, making them difficult to see while they're stationary. Creatures and objects that become stuck within these slimes are gradually dissolved. Undigested detritus sometimes floats within a gelatinous cube, hinting at its past meals. Roll on or choose a result from the Gelatinous Cube Debris table to inspire a gelatinous cube's contents.", + { + "type": "table", + "caption": "Gelatinous Cube Debris", + "colLabels": [ + "1d6", + "Floating in the Gelatinous Cube Is A..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Chest or recently trapped mimic." + ], + [ + "2", + "Collection of bubbles or rocks resembling eyes." + ], + [ + "3", + "Key to a nearby door or coffer." + ], + [ + "4", + "Remarkable weapon in need of repair." + ], + [ + "5", + "Skeleton belonging to a famous adventurer." + ], + [ + "6", + "Tablet bearing a mysterious message." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gelatinous Cube.webp" + } + } + ] + }, + { + "name": "Ghast", + "source": "XMM", + "_copy": { + "name": "Ghasts", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ghasts frequently organize ghouls into packs to despoil crypts and steal the wealth within." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ghast.webp" + } + } + ] + }, + { + "name": "Ghast Gravecaller", + "source": "XMM", + "_copy": { + "name": "Ghasts", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ghast gravecallers wield fell magic and converse with corpses. They might pose as liches or vampires." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ghast Gravecaller.webp" + } + } + ] + }, + { + "name": "Ghasts", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Ghasts", + "entries": [ + "{@i Tyrants among Corpses}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Swamp|bestiary|environment=swamp}, {@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Ghasts are reeking, undying corpses closely related to ghouls. They hunger for the vices they enjoyed in life as much as they do for rotting flesh." + ] + } + ] + }, + { + "name": "Ghost", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Ghost", + "entries": [ + "{@i Lost Soul and Unquiet Spirit}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Ghosts arise when living creatures die in a state of extreme emotion or having left an important task undone. These incorporeal spirits haunt locations that are meaningful to them, lingering until their business is complete or they're put to rest.", + "Ghosts typically appear as semitransparent versions of the creatures they were in life, though some bear evidence of the wounds that killed them or have nightmarish distortions to their forms. Many have extreme reactions to actions, objects, or individuals that remind them of emotionally charged aspects of their lives. Particularly desperate or vengeful ghosts might possess the living to fulfill their ends." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ghost.webp" + } + } + ] + }, + { + "name": "Ghoul", + "source": "XMM", + "_copy": { + "name": "Ghouls", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ghouls rise from the bodies of cannibals and villains with depraved hungers. They form packs out of shared voracity." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ghoul.webp" + } + } + ] + }, + { + "name": "Ghouls", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Ghouls", + "entries": [ + "{@i Eaters of the Dead}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Swamp|bestiary|environment=swamp}, {@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Packs of ghouls haunt the rotten corners of the world, ravenously hunting for corpses and those soon to be corpses. These gaunt, animate cadavers with unnaturally long tongues dwell in catacombs and ruins where they devour the contents of graves and paralyze foes with vicious claws.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "On a plain of teeth, in a temple of filth, the starving king wastes no morsel. Every coffin a banquet. Every slab a platter. Now is the time of feasting!" + ], + "from": "Invocation of Doresain, King of Ghouls" + } + ] + } + ] + } + ] + }, + { + "name": "Giant Ape", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Ape.webp" + } + } + ] + }, + { + "name": "Giant Axe Beak", + "source": "XMM", + "_copy": { + "name": "Axe Beaks", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Giant axe beaks typically dwell in secluded, primeval realms, such as isolated islands or underground wildernesses. They often compete with dinosaurs and other giant beasts for territory." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Axe Beak.webp" + } + } + ] + }, + { + "name": "Giant Badger", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Badger.webp" + } + } + ] + }, + { + "name": "Giant Bat", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Bat.webp" + } + } + ] + }, + { + "name": "Giant Boar", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Boar.webp" + } + } + ] + }, + { + "name": "Giant Centipede", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Centipede.webp" + } + } + ] + }, + { + "name": "Giant Constrictor Snake", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Constrictor Snake.webp" + } + } + ] + }, + { + "name": "Giant Crab", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Crab.webp" + } + } + ] + }, + { + "name": "Giant Crocodile", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Crocodile.webp" + } + } + ] + }, + { + "name": "Giant Eagle", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Eagle.webp" + } + } + ] + }, + { + "name": "Giant Elk", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Elk.webp" + } + } + ] + }, + { + "name": "Giant Fire Beetle", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Fire Beetle.webp" + } + } + ] + }, + { + "name": "Giant Frog", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Frog.webp" + } + } + ] + }, + { + "name": "Giant Goat", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Goat.webp" + } + } + ] + }, + { + "name": "Giant Hyena", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Hyena.webp" + } + } + ] + }, + { + "name": "Giant Lizard", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Lizard.webp" + } + } + ] + }, + { + "name": "Giant Octopus", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Octopus.webp" + } + } + ] + }, + { + "name": "Giant Owl", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Owl.webp" + } + } + ] + }, + { + "name": "Giant Rat", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Rat.webp" + } + } + ] + }, + { + "name": "Giant Scorpion", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Scorpion.webp" + } + } + ] + }, + { + "name": "Giant Seahorse", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Seahorse.webp" + } + } + ] + }, + { + "name": "Giant Shark", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Shark.webp" + } + } + ] + }, + { + "name": "Giant Spider", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Spider.webp" + } + } + ] + }, + { + "name": "Giant Squid", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Squid.webp" + } + } + ] + }, + { + "name": "Giant Toad", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Toad.webp" + } + } + ] + }, + { + "name": "Giant Venomous Snake", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Venomous Snake.webp" + } + } + ] + }, + { + "name": "Giant Vulture", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Vulture.webp" + } + } + ] + }, + { + "name": "Giant Wasp", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Wasp.webp" + } + } + ] + }, + { + "name": "Giant Weasel", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Weasel.webp" + } + } + ] + }, + { + "name": "Giant Wolf Spider", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Giant Wolf Spider.webp" + } + } + ] + }, + { + "name": "Gibbering Mouther", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Gibbering Mouther", + "entries": [ + "{@i Ravenous Chorus of Unreality}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Gibbering mouthers endlessly feed on and regrow their own amoeboid bodies\u2014amorphous heaps roiling with eyes, teeth, and strange organs. These mind-bending terrors sing and scream, laugh and cry with a cacophony of voices ranging from disturbingly unnatural to shockingly familiar. They exist only to feed and to unleash their disdain for reality, their many maws dripping with otherworldly spittle.", + "Gibbering mouthers come into being in various unpleasant ways. Roll on or choose a result from the Gibbering Mouther Nascencies table to inspire what brought one of these horrors into being.", + { + "type": "table", + "caption": "Gibbering Mouther Nascencies", + "colLabels": [ + "1d6", + "The Gibbering Mouther Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Another creature warped by dangerous magic." + ], + [ + "2", + "The autonomous appendage of a chaotic deity, Far Realm entity, or star-spawn horror." + ], + [ + "3", + "The experiment of an aberrant manipulator." + ], + [ + "4", + "Part of the life cycle of some other Aberration." + ], + [ + "5", + "A shape-shifter that lost control of its powers." + ], + [ + "6", + "Someone cursed by a cult or vengeful deity." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Alas, the Elder Elves made a fatal mistake. When the Dragon's Tear comet next returned, the Vast Gate\u2014still keyed to the Far Realm of alien entities\u2014linked to the comet and opened again. And what emerged, ululating profanities, sang unnameable hungers into an unguarded world." + ], + "from": "The Book of the Gate, found near Firestorm Peak" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gibbering Mouther.webp" + } + } + ] + }, + { + "name": "Githyanki", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Githyanki", + "entries": [ + "{@i Invaders from the Astral Plane}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Astral Plane)|bestiary|environment=planar, astral}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Githyanki were once an ordinary people, but the deeds of a vile mind flayer empire etched conflict on their being. Gaunt, humanlike creatures, githyanki have serrated ears and speckled skin ranging through shades of yellow, green, and brown. While some githyanki follow their own paths, many are influenced by a past that forever altered their fates.", + { + "type": "entries", + "name": "History of the Gith", + "entries": [ + "Ages ago, a humanlike people were conquered by an empire of mind flayers. The illithids manipulated this forgotten people through untold horrors, forced evolution, and psychic reshaping. Eventually one named Gith rose from among the captives and led a rebellion against their oppressors. Gith's followers, who became known as the gith, defeated the mind flayers and shattered their vast empire.", + "The victory of the gith was short-lived. As Gith was forging her own burgeoning empire, a leader named Zerthimon challenged her. Zerthimon claimed Gith's drive for vengeance and new conquests was evidence of species-wide mental programing laid by the mind flayers, biological manipulation that condemned her people to continued servitude. This claim split the gith into Gith's followers, the githyanki (meaning \"followers of Gith\"), and Zerthimon's followers, the githzerai (meaning \"those who spurn Gith\"), and sparked an ongoing conflict.", + "When Gith perished, her adviser, Vlaakith, assumed rule of the githyanki. Vlaakith's line has continued to the githyanki's current ruler, Vlaakith the Lich-Queen. This undead tyrant compels her people to wage endless wars against mind flayers, githzerai, and any others that threaten githyanki supremacy." + ] + } + ] + } + ] + }, + { + "name": "Githyanki Dracomancer", + "source": "XMM", + "_copy": { + "name": "Githyanki", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "One of Gith's last deeds was to forge an alliance between the githyanki and the dragon god Tiamat. Ever since, the Dragon Queen's red dragon consort, Ephelomon, and his kind have been allies of the githyanki. Githyanki dracomancers uphold this pact and cultivate magic talents that complement the might of red dragons." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Githyanki Dracomancer.webp" + } + } + ] + }, + { + "name": "Githyanki Knight", + "source": "XMM", + "_copy": { + "name": "Githyanki", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Githyanki knights wield silver blades to slay magic-users who use the {@spell Astral Projection|XPHB} spell to intrude on githyanki territories on the Astral Plane. These silver blades are sacred to the githyanki. Non-githyanki who claim these weapons often find themselves hunted by wrathful githyanki knights." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Githyanki Knight.webp" + } + } + ] + }, + { + "name": "Githyanki Warrior", + "source": "XMM", + "_copy": { + "name": "Githyanki", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Githyanki warriors use psionic abilities to augment their battle prowess." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Githyanki Warrior.webp" + } + } + ] + }, + { + "name": "Githzerai", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Githzerai", + "entries": [ + "{@i Explorers at Reality's Extremes}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Limbo)|bestiary|environment=planar, limbo}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}, Individual" + } + ] + }, + "Githzerai are gaunt, humanlike beings, physically identical to githyanki. They share a history with githyanki as creatures physically and psychically transformed by mind flayers (see the \"Githyanki\" section). Githzerai know that in body and mind, their species was manipulated by their former illithid oppressors. Rather than giving in to this programming, githzerai follow the teachings of their first leader, Zerthimon, and reshape their minds and bodies to find peace.", + "Githzerai psychically create serene, hidden sanctuaries in chaotic reaches of the multiverse. Most of these redoubts drift through the chaotic plane of Limbo, but githzerai conclaves can also be found in the Abyss, the Elemental Chaos, and the Feywild. Githzerai create these cloisters to hone their psionic abilities, to gain insights from the multiverse, and to avoid githyanki and mind flayers.", + { + "type": "entries", + "name": "Adventures with Gith", + "entries": [ + "Characters might be drawn into conflicts involving githzerai and githyanki in various ways. Roll on or choose a result from the Gith Conflicts table to inspire adventures featuring these age-old rivals.", + { + "type": "table", + "caption": "Gith Conflicts", + "colLabels": [ + "1d8", + "The Characters Are..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Called on to deliver a message or mysterious parcel to or from Vlaakith the Lich Queen." + ], + [ + "2", + "Encouraged by a disguised intellect devourer to seek out an elusive gith leader." + ], + [ + "3", + "Entreated to aid githzerai fleeing the githyanki who destroyed their sanctuary." + ], + [ + "4", + "Entrusted with renewing or disrupting the githyanki's alliance with red dragons." + ], + [ + "5", + "Invited to hunt illithids with githyanki." + ], + [ + "6", + "Pressed to uncover a gith spy in a planar community or on a spelljamming ship." + ], + [ + "7", + "Sent on a quest to discover the last known location of the hero Gith or Zerthimon." + ], + [ + "8", + "Tasked with returning the blade of a fallen githyanki knight to the knight's people." + ] + ] + } + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "We githzerai crave a challenge, so that when Zerthimon returns, he shall find us ready. Thus we traveled to howling Limbo to make our new home." + ], + "by": "Zaerith Menyar-Ag-Gith, Githzerai Leader" + } + ] + } + ] + } + ] + }, + { + "name": "Githzerai Monk", + "source": "XMM", + "_copy": { + "name": "Githzerai", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Githzerai monks pursue control of their minds by honing their physical and psionic talents. They might be found beyond githzerai sanctuaries, testing themselves amid the dangerous extremes of the multiverse." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Githzerai Monk.webp" + } + } + ] + }, + { + "name": "Githzerai Psion", + "source": "XMM", + "_copy": { + "name": "Githzerai", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "These powerful psions oversee githzerai sanctuaries, study enigmatic planar events, and lead rrakkma\u2014hostile forays into mind flayer colonies to slay illithids and uncover secrets of how the ancient gith were transformed." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Githzerai Psion.webp" + } + } + ] + }, + { + "name": "Githzerai Zerth", + "source": "XMM", + "_copy": { + "name": "Githzerai", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Githzerai zerths embody the discipline espoused by their first leader, Zerthimon. Their psionic control aids them in protecting their people and traveling the planes of existence without fear of being followed by githyanki or mind flayer foes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Githzerai Zerth.webp" + } + } + ] + }, + { + "name": "Glabrezu", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Glabrezu", + "entries": [ + "{@i Demon of Delusion and Entrapment}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Glabrezus embody delusion and predatory guile. These cunning demons know the most effective traps are those that individuals devise for themselves. Despite having massive claws and overwhelming physicality, glabrezus excel at using flattery and misdirection to coerce victims into isolating themselves and harming others.", + "In the Abyss, glabrezus act as lone hunters or deceitful advisers to greater demons. Glabrezus seek routes to the Material Plane and relish being summoned by magic-users. They eagerly serve mortals while tempting them to betray their allies and indulge in hubristic fantasies. A glabrezu strives to murder its summoner once the magic-user has committed irredeemable misdeeds and the mortal's soul is surely condemned to the Abyss.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Your companion's life, or what you've journeyed through infinity in search of! Make your choice." + ], + "by": "Gerrzog, Glabrezu of the Infinite Staircase" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Glabrezu.webp" + } + } + ] + }, + { + "name": "Gladiator", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Gladiator", + "entries": [ + "{@i Competitor and Prizefighter}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}, Individual" + } + ] + }, + "Gladiators are professional fighters who pit themselves against one another, monsters, and other challenges to entertain audiences. While some compete merely to survive, others love the thrill of performing\u2014and all gladiators know the importance of theatrics in keeping audiences excited. Roll on or choose an option from the Gladiator Theatrics table to inspire the unique flourishes a gladiator uses when competing.", + { + "type": "table", + "caption": "Gladiator Theatrics", + "colLabels": [ + "1d6", + "During a Competition, the Gladiator..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Dedicates their impending victory to a deity, ruler, beloved noble, or member of the crowd." + ], + [ + "2", + "Dresses in a monster-themed mask and cape." + ], + [ + "3", + "Judges whether their foe fights honorably." + ], + [ + "4", + "Leads the crowd in a rousing theme song." + ], + [ + "5", + "Seeks to claim a trophy from a foe." + ], + [ + "6", + "Takes advice from the crowd, omens, or a pet." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gladiator.webp" + } + } + ] + }, + { + "name": "Gnoll Demoniac", + "source": "XMM", + "_copy": { + "name": "Gnolls", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Gnoll demoniacs are berserkers that arise from gnolls who've ritualistically fed on flesh corrupted by the Abyss. Now embodying the ruinous hunger of Yeenoghu, these gnolls throw themselves into battle, heedless of odds or their own survival. Rampaging demoniacs even devour other gnolls in their wild frenzies." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gnoll Demoniac.webp" + } + } + ] + }, + { + "name": "Gnoll Fang of Yeenoghu", + "source": "XMM", + "_copy": { + "name": "Gnolls", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Gnolls possessed by demonic vestiges of the demon lord Yeenoghu, fangs of Yeenoghu direct the chaos of gnoll packs. Along the way, these fanatics seek grisly omens from Yeenoghu and strive to interpret the demon lord's vicious goals." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gnoll Fang of Yeenoghu.webp" + } + } + ] + }, + { + "name": "Gnoll Pack Lord", + "source": "XMM", + "_copy": { + "name": "Gnolls", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Rising above other gnolls with their viciousness and physical prowess, gnoll pack lords terrorize weaker gnolls into their service. These brutes drive other gnolls to acts of great violence, then claim the best of their servants' spoils." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gnoll Pack Lord.webp" + } + } + ] + }, + { + "name": "Gnoll Warrior", + "source": "XMM", + "_copy": { + "name": "Gnolls", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Gnoll warriors crave endless slaughter but quickly grow bored with the prey they kill and the treasures they plunder. Nevertheless, they're enraged by the thought of anyone else having what's theirs, compelling them to ruin what they can't take with them." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gnoll Warrior.webp" + } + } + ] + }, + { + "name": "Gnolls", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Gnolls", + "entries": [ + "{@i Fiends in Feral Flesh}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}, Individual" + } + ] + }, + "The first gnolls arose from hyenas that fed on flesh tainted by the Abyss. Their corruption and violence delighted the demon lord Yeenoghu, who encouraged their numbers and spread them across the multiverse. Ever since, gnolls have been the cackling servants of Yeenoghu, existing to cause ruin and to feast on what remains.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Yeenoghu claims gnolls not as his brood but as maggots purposefully released to infest a despised carcass. They are a pernicious rot the Beast of Butchery spreads across mortal worlds. Whatever they once were, they were remade and are now his." + ], + "by": "Iggwilv", + "from": "Demonomicon of Iggwilv" + } + ] + } + ] + } + ] + }, + { + "name": "Goat", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Goat.webp" + } + } + ] + }, + { + "name": "Goblin Boss", + "source": "XMM", + "_copy": { + "name": "Goblins", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Goblin bosses are often the most imaginative, disruptive, or forceful goblins. Through a combination of luck, cowardice, and callousness, these leaders avoid harm at the expense of their followers." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Goblin Boss.webp" + } + } + ] + }, + { + "name": "Goblin Hexer", + "source": "XMM", + "_copy": { + "name": "Goblins", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Goblin hexers use flashy and disruptive magic. Many goblin hexers are theatrical, dressing and behaving in exaggerated mimicry of archmages." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Goblin Hexer.webp" + } + } + ] + }, + { + "name": "Goblin Minion", + "source": "XMM", + "_copy": { + "name": "Goblins", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Goblin minions enjoy participating in the disruptive schemes of clever leaders but are quick to flee when confronted by their comeuppance." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Goblin Minion.webp" + } + } + ] + }, + { + "name": "Goblin Warrior", + "source": "XMM", + "_copy": { + "name": "Goblins", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Goblin warriors excel at causing mischief. Those in service to Maglubiyet have greater discipline and are likely to withdraw to set up ambushes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Goblin Warrior.webp" + } + } + ] + }, + { + "name": "Goblins", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Goblins", + "entries": [ + "{@i Wild Tricksters and Troublemakers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Planar (Acheron)|bestiary|environment=planar, acheron}, {@filter Planar (Feywild)|bestiary|environment=planar, feywild}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}, Individual" + } + ] + }, + "Goblins are Feywild embodiments of recklessness and ruin. They delight in wreckage\u2014the louder, the more energetic, and the more convoluted, the better. Goblin raids are often as much opportunities to enjoy setting fires and tormenting livestock as they are parts of more disruptive plots.", + "Goblins obey those who accomplish the wildest plans. Such leaders might be goblin raid masterminds, bombastic magic-users, or those capable of making the loudest noises. Hobgoblins and forceful humanoids might also command ornery groups of goblins, directing their destructiveness toward banditry, sabotage, or war.", + "The deity Maglubiyet claims to be the god of goblins, hobgoblins, and bugbears, and on the Infinite Battlefield of Acheron, the deity commands innumerable goblinoid legions. In ages long past, Maglubiyet witnessed the destructive propensity of goblinoids and relocated a population of them from the Feywild to his realm on the Outer Planes. Since then, hordes of these more martial-minded goblins have flourished, with some finding their ways to Material Plane worlds. These vicious invaders seek to sow ruin in preparation for their god's conquest.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Bree-yark!" + ], + "by": "Approximate translation from Goblin to Common: \"Hey, rube!\"" + } + ] + } + ] + } + ] + }, + { + "name": "Gold Dragon Wyrmling", + "source": "XMM", + "_copy": { + "name": "Gold Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Gold dragon wyrmlings learn much from their elders, then head off to save the world. Idealistic and curious, these wyrmlings seek to right obvious wrongs and make friends among those they aid." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gold Dragon Wyrmling.webp" + } + } + ] + }, + { + "name": "Gold Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Gold Dragons", + "entries": [ + "{@i Dragons of Hope and Majesty}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Gold dragons work to make the world a better place. The most powerful of the metallic dragons, these awe-inspiring dragons strive to protect that which is good and bend fate toward a brighter future. Their kind dispositions don't prevent gold dragons from engaging in combat when necessary, though, and they exhale brilliant flames and weakening magic to rout their foes.", + "Gold dragons favor grasslands and pristine forests, frequently dwelling near awe-inspiring natural wonders or guarding monuments from ancient civilizations. In their lairs, gold dragons hoard coins and gems, but they frequently put their treasure to use in pursuit of greater goals. They often use their riches to buy rare lore books, pay informants, or patronize idealistic adventurers.", + { + "type": "entries", + "name": "Gold Dragon Lairs", + "entries": [ + "Gold dragons make their homes in places of natural and magical wonder." + ] + } + ] + } + ] + }, + { + "name": "Gorgon", + "source": "XMM", + "_copy": { + "name": "Gorgons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Most gorgons are iron bulls wreathed in clouds of petrifying gas. Their metal plates vary in sheen and color, from sleek silver to pitted black. The oldest gorgons might be covered in rust, but this rarely impedes their abilities. These gorgons' stomping grounds are littered with the shattered remains of {@condition petrified} foes. Many gorgons outlive their creators by centuries, misleading some to believe these creations have natural origins and territories. Most such gorgons continue to follow age-old commands, guarding sites long fallen to ruin." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gorgon.webp" + } + } + ] + }, + { + "name": "Gorgons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Gorgons", + "entries": [ + "{@i Bull-like Guardians with Petrifying Breath}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Resembling mighty bulls armored in iron plates, gorgons are lifelike automatons that seek to destroy all who enter their territories. In addition to goring foes with their deadly horns and trampling them under their iron hooves, gorgons exhale gouts of noxious gas.", + "Gorgons are created by magic-users to serve as guardians. The process for creating a gorgon is labor intensive and dangerous, with one method requiring the skeleton of a bull, the blood of a medusa, and the brain of a basilisk fused into a frame of ensorcelled iron. If the process fails, petrifying gas emerges from the materials, creating a magical threat that can fill a structure and linger for years.", + "When magic-users create gorgons, they often enchant them to ignore those who confront the creature with a specific command key, usually a password or a specific signal. Once a gorgon is set to guard an area, it attacks any who enter until they flee or are destroyed. Should someone provide the command key, the monster ignores that intruder so long as the intruder remains in its sight. But if the intruder ventures out of sight and then returns without again presenting the command key, the gorgon attacks. Those in a gorgon's territory must remain vigilant and aware of the monster's exact position, or they risk being attacked by a gorgon they thought was no longer a threat.", + "Those who create gorgons strive to give them purposefully obscure command keys. Hints at command keys might be found among the records of a gorgon's creator or in the area the gorgon protects\u2014perhaps scrawled as a {@condition petrified} trespasser's final act. Roll on or choose a result from the Gorgon Command Keys table to inspire the word or signal that temporarily neutralizes a gorgon.", + { + "type": "table", + "caption": "Gorgon Command Keys", + "colLabels": [ + "1d6", + "Gorgon Won't Attack Those That..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Cast a particular spell in the gorgon's presence." + ], + [ + "2", + "Keep their back to the gorgon or otherwise act like they don't see the monster." + ], + [ + "3", + "Offer it a drink of blood, water, or wine." + ], + [ + "4", + "Recite a specific rhyme or sing a certain song." + ], + [ + "5", + "Say its creator's name backward." + ], + [ + "6", + "Wear a mask, perhaps in the shape of a bull or an animal meaningful to the gorgon's creator." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Notable among my eccentric ancestor's scattered designs was a schematic of a swamp-dwelling bovine monster and an ominous note: \"Do better.\"" + ], + "by": "Lum the Maestro", + "from": "A Mind of Metal" + } + ] + } + ] + } + ] + }, + { + "name": "Goristro", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Goristro", + "entries": [ + "{@i Demon of Disaster}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Terrifying in scale and overwhelming power, goristros are giant demons capable of bringing cities to ruin. These demons embody senseless anarchy and nihilistic destruction, and they take special offense at creatures or structures that rival them in size. Castles, towers, giants, and beasts of war are all common victims of these monsters' wrath.", + "Goristros resemble hunched, primeval minotaurs bearing the scars of Abyssal wars or wounds from mighty war machines. Their appearance reflects that of their creator, Baphomet, the demon lord worshiped by many evil minotaurs. Goristros stalk Baphomet's Abyssal realm, known as the Endless Maze, and pulp any non-demons they encounter in that massive, magical labyrinth.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Plot and strategize, bait and scheme, but hubris is no armor against ruin incarnate, and greater beings than you have fallen under the onslaught of the Abyss." + ], + "by": "Mellagorus the Pit Fiend", + "from": "Deceptions and Stratagems" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Goristro.webp" + } + } + ] + }, + { + "name": "Graveyard Revenant", + "source": "XMM", + "_copy": { + "name": "Revenants", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Graveyard revenants possess dozens of bodies that combine to form grotesque masses. They take revenge on those responsible for mass deaths or institutions that callously ruin lives." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Graveyard Revenant.webp" + } + } + ] + }, + { + "name": "Gray Ooze", + "source": "XMM", + "_copy": { + "name": "Gray Oozes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Gray oozes appear in areas affected by unpredictable magic. Magic-users who fail in their attempts to bind elemental spirits to the bodies of Constructs might also accidentally create gray oozes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gray Ooze.webp" + } + } + ] + }, + { + "name": "Gray Oozes", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Gray Oozes", + "entries": [ + "{@i Hungry Slimes and Magical Failures}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Gray oozes are predatory, corrosive slimes that blend in with stony surroundings." + ] + } + ] + }, + { + "name": "Gray Slaad", + "source": "XMM", + "_copy": { + "name": "Slaadi", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Gray slaadi arise from green slaadi transformed by the Spawning Stone or slaad lords. They explore the planes, seeking Humanoid communities to invade near planar pathways." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gray Slaad.webp" + } + } + ] + }, + { + "name": "Green Dragon Wyrmling", + "source": "XMM", + "_copy": { + "name": "Green Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Green dragon wyrmlings often serve as pawns in older dragons' schemes. By spying on those dragons' agents, wyrmlings learn the art of manipulation. Once they've accumulated influence and lackeys, these wyrmlings depart to claim their own territories and pursue their sinister ambitions." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Green Dragon Wyrmling.webp" + } + } + ] + }, + { + "name": "Green Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Green Dragons", + "entries": [ + "{@i Dragons of Deceit and Derision}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "From forbidden forest depths, green dragons whisper evils into the world and manipulate the lives of those who listen. Elusive, conniving, and egotistical, these chromatic dragons patiently prey on the fears of shorter-lived beings, corrupting and isolating them. Green dragons might lurk amid labyrinthine wildernesses for centuries without revealing themselves; even their most devoted followers might know them only as the voice of the woodlands or a whisper in their dreams.", + "Despite their might, most green dragons disdain physical violence, viewing combat as servants' work and preferring to trick foes into dangerous or exploitative scenarios. These dragons collect \"baubles\" that embody their webs of manipulation and serve as tools of extortion, such as compromising documents, family heirlooms, and sentimental treasures.", + { + "type": "entries", + "name": "Green Dragon Lairs", + "entries": [ + "Green dragons lair in ancient forests, often shaping stands of massive trees into compounds of interwoven branches, hollow trunks, and caverns amid mighty roots. They might also dwell amid forested ruins, particularly the former homes of those they've conquered." + ] + } + ] + } + ] + }, + { + "name": "Green Hag", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Green Hag", + "entries": [ + "{@i Foul Witch of the Wicked Wild}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Hill|bestiary|environment=hill}, {@filter Swamp|bestiary|environment=swamp}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Green hags work bitter magic to foul all that is beautiful and pure. Whether alone or in covens of other hags, these ancient witches call on eerie forces, spreading corruption and plotting doom for those who earn their ire. Green hags are adept deceivers, and they use illusions to cloak themselves in unassuming forms, hoping to tempt innocents into peril. These hags often spirit their victims back to surreal lairs where they hold captives prisoner or cook them into monstrous meals.", + "Green hags frequently know strange magic or forgotten secrets, such as the weaknesses of villains, the locations of lost treasures, or the ways to break curses. They might trade such knowledge for rare magic or symbolic treasures. Roll on or choose a result from the Green Hag Bargains table to inspire what a green hag charges for its secrets.", + { + "type": "table", + "caption": "Green Hag Bargains", + "colLabels": [ + "1d6", + "A Green Hag Trades Its Knowledge For..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A bargainer's memories of a loved one." + ], + [ + "2", + "The cauldron of a rival hag." + ], + [ + "3", + "A favor to be redeemed when the hag wishes." + ], + [ + "4", + "A flower from a hidden Feywild garden." + ], + [ + "5", + "A gift given freely by a yugoloth." + ], + [ + "6", + "A vial filled with a ruler's tears." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Green Hag.webp" + } + } + ] + }, + { + "name": "Green Slaad", + "source": "XMM", + "_copy": { + "name": "Slaadi", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Green slaadi come into being when the propagation methods of red or blue slaadi affect certain creatures capable of casting spells of level 3 or higher. Green slaadi are more intelligent than their blue and red brethren and often direct their kin to portals where gray slaadi have identified Humanoid communities ripe for invasion." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Green Slaad.webp" + } + } + ] + }, + { + "name": "Grell", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Grell", + "entries": [ + "{@i Bizarre Hunter That Travels between Worlds}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "With barbed tentacles sprouting from their brain-shaped bodies, grells hunt the lightless depths. These silent predators defy gravity, allowing them to strike from unexpected places, and they perceive their surroundings via sound and electrical fields. Their tentacles secrete paralytic venom, which prevents most creatures ambushed by grells from crying out before being dragged into the dark and consumed.", + "Grells are sapient beings, but their intellects and motivations are alien to most. They typically cooperate with one another only to defeat more powerful prey. Most demonstrate no interest in creating things or in communicating with other creatures, including their own kind.", + "Many grells pursue methods of traveling between worlds and planes of existence. They sometimes slip onto star-faring vessels or enter portals heedless of their destination. Roll on or choose a result from the Grell Explorations table to inspire why grells seek passage between realms.", + { + "type": "table", + "caption": "Grell Explorations", + "colLabels": [ + "1d6", + "Grells Travel Because They Are..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Advanced viruses, each the clone of all other grell. They exist only to feed and spread." + ], + [ + "2", + "The larvae of another creature and require electrically charged environs to reproduce." + ], + [ + "3", + "Seeking to escape some catastrophe or terror lurking in the depths." + ], + [ + "4", + "Supernaturally connected to ravenous alien beings and serve as their feeding appendages." + ], + [ + "5", + "Vestiges of an ancient evil that will return if grells collectively consume enough creatures." + ], + [ + "6", + "Without souls, but convinced they can attain souls by eating certain beings." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "For meal, my hunger grinds within my teeth. For might, my hunger clenches in my grip. But for what we're told we mustn't know, my hunger snaps a raptor's beak and makes my mind a muscle that knows only how to chew." + ], + "by": "Evard", + "from": "Eighth Eye of the Necrophilosopher" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Grell.webp" + } + } + ] + }, + { + "name": "Grick", + "source": "XMM", + "_copy": { + "name": "Gricks", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Gricks tend to be solitary hunters, but young gricks might lurk near dozens of their brood mates for years before gradually drifting apart." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Grick.webp" + } + } + ] + }, + { + "name": "Grick Ancient", + "source": "XMM", + "_copy": { + "name": "Gricks", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Gricks can live for centuries, with the eldest growing to monstrous sizes. Grick ancients actively hunt more than they wait in ambush, and they have no qualms about devouring smaller gricks." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Grick Ancient.webp" + } + } + ] + }, + { + "name": "Gricks", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Gricks", + "entries": [ + "{@i Worms That Hunt the Dark and Decaying}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Gricks are wormlike predators that burst from hiding\u2014flailing and snapping\u2014to consume whatever prey passes near. They hide in cavernous crags or amid deadfalls, the scattered bones and possessions of past meals the only evidence of their threat.", + "Gricks' origins are unclear, but some suggest these creatures arise from natural worms or similar invertebrates mutated by magical phenomena. Many cite the presence of gricks in a region as evidence of portals to other planes of existence, legendary magic items, or powerful supernatural beings." + ] + } + ] + }, + { + "name": "Griffon", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Griffon", + "entries": [ + "{@i Majestic Hunter of Land and Sky}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}, {@filter Coastal|bestiary|environment=coastal}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Griffons combine the features of raptors and big cats\u2014most commonly eagles and lions\u2014and possess the precision and ferocity of such predators. Rarer breeds of griffons have the features of condors and panthers, while others resemble hawks and tigers. Regardless of their appearances, griffons are often associated with royalty and are widely called the Masters of Animals.", + "Countless tales surround griffons. Roll on or choose a result from the Griffon Tales table to inspire stories about them.", + { + "type": "table", + "caption": "Griffon Tales", + "colLabels": [ + "1d6", + "Legends Claim That Griffons..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Attack anything in the skies near their lairs." + ], + [ + "2", + "Curse their killers. Those who slay a griffon face the enmity of all animals." + ], + [ + "3", + "Lay eggs with remarkable healing properties." + ], + [ + "4", + "Prefer the taste of horses over all other prey." + ], + [ + "5", + "Serve the first creature they see after hatching." + ], + [ + "6", + "Won't attack those with royal blood." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "People think we flew high over the city to avoid weather vanes and laundry lines and whatnot. Truth is, if the griffons smelled how much horse meat trotted just below, folks would have worse than joy-flying mages and stirges to worry about!" + ], + "by": "Sildar Hallwinter, retired member of the Waterdeep Griffon Cavalry" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Griffon.webp" + } + } + ] + }, + { + "name": "Grimlock", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Grimlock", + "entries": [ + "{@i Puppet of the Mind Flayer Menace}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Grimlocks are victims of biological manipulation by mind flayers. To create grimlocks, illithids capture Humanoids, expose them to strange forms of Underdark radiation, and implant new directives into their brains. The process of creating a grimlock rends the creature's mind such that no semblance of the individual's former personality remains.", + "Grimlocks have shallow depressions rather than eyes. A sixth sense allows grimlocks to perceive their surroundings. Psychic energies from their transformations linger in grimlocks' bodies, and they channel these eerie forces into their attacks.", + "Roll on or choose a result from the Grimlock Tasks table to inspire how grimlocks serve illithids.", + { + "type": "table", + "caption": "Grimlock Tasks", + "colLabels": [ + "1d4", + "The Grimlock Serves Mind Flayers By..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Carving caves to serve as illithid outposts." + ], + [ + "2", + "Hiding the threat of mind flayers beneath fake, purposefully crude dwellings." + ], + [ + "3", + "Pretending to be helpful and luring travelers into false senses of security." + ], + [ + "4", + "Raiding surface communities and tempting other creatures to pursue it into illithid traps." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "We thought we'd discovered a new people living deeper than we believed possible. The truth was something far worse." + ], + "by": "Aljayera, Underdark Seer" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Grimlock.webp" + } + } + ] + }, + { + "name": "Guard", + "source": "XMM", + "_copy": { + "name": "Guards", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Guards are perceptive, but most have little martial training. They might be bouncers, lookouts, members of a city watch, or other keen-eyed warriors." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Guard.webp" + } + } + ] + }, + { + "name": "Guard Captain", + "source": "XMM", + "_copy": { + "name": "Guards", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Guard captains often have ample professional experience. They might be accomplished bodyguards, protectors of magic treasures, veteran watch members, or similar wardens." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Guard Captain.webp" + } + } + ] + }, + { + "name": "Guardian Naga", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Guardian Naga", + "entries": [ + "{@i Enduring Serpentine Lore Keeper}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Planar (Upper Planes)|bestiary|environment=planar, upper}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Guardian nagas are immortal, serpentine scholars that possess perfect memories. They collect the histories and lore of those they live among, guarding cultures' stories and passing them on to new generations with infallible accuracy. Guardian nagas that outlive their host civilizations might linger in whatever ruins remain, preserving the civilizations' stories so their lost people might live on.", + "Roll on or choose a result from the Guardian Naga Lore table to inspire what a naga knows.", + { + "type": "table", + "caption": "Guardian Naga Lore", + "colLabels": [ + "1d8", + "The Guardian Naga Recalls..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "The last words of an ancient sage or leader." + ], + [ + "2", + "The location of a hidden city or continent." + ], + [ + "3", + "A magic word, password, or riddle's answer." + ], + [ + "4", + "The names of all who have told it stories." + ], + [ + "5", + "An otherwise forgotten ritual or spell." + ], + [ + "6", + "Recipes using regional ingredients." + ], + [ + "7", + "Stories of forgotten gods and local spirits." + ], + [ + "8", + "The vulnerabilities of a legendary monster." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Guardian Naga.webp" + } + } + ] + }, + { + "name": "Guards", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Guards", + "entries": [ + "{@i Sentries and Watch Members}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}, Individual" + } + ] + }, + "Guards protect people, places, and things, either for pay or from a sense of duty. They might perform their duties vigilantly or distractedly. Some raise alarms at the first sign of danger and defend their charges with their lives. Others flee outright if their compensation doesn't match the danger they face.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "To distinguish between Waterdeep's different groups of guardians, keep this handy mnemonic in mind: the Guard guards the walls while the Watch watches all." + ], + "by": "Volothamp Geddarm, Legendary Explorer" + } + ] + } + ] + } + ] + }, + { + "name": "Gulthias Blight", + "source": "XMM", + "_copy": { + "name": "Blights", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient plants twisted by evil, Gulthias blights feed on blood and despoil the surrounding land, often giving rise to subservient blights. These cursed plants take their name from the story of their creation; the first of their kind was a tree that grew from the stake piercing the heart of the vampire Gulthias. These blights consider all creatures either servants or fertilizer for the blights' corruption." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Gulthias Blight.webp" + } + } + ] + }, + { + "name": "Half-Dragon", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Half-Dragon", + "entries": [ + "{@i Warrior Created by Dragons}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Born through magical rites involving the essences of dragons, half-dragons serve their creators and their own draconic whims. Most half-dragons are created by chromatic dragons who desire servants with some trace of their own might and grandeur. Half-dragons frequently command other servants of a villainous dragon or act as agents in lands where their draconic master would attract unwanted attention.", + "Half-dragons share personality traits and agendas with the dragon who spawned them. Those resembling chromatic dragons typically loathe their creator even as they seek the same ends. Half-dragons with the traits of metallic dragons are especially rare, but they might arise through magical accidents, the efforts of reckless magic-users, or the last act of a dying dragon.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "What blessing demands more yet inspires greater works than the blood of Tiamat?" + ], + "by": "Wyrmlord Azarr Kul, Half\u2013Dragon" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Half-Dragon.webp" + } + } + ] + }, + { + "name": "Harpy", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Harpy", + "entries": [ + "{@i Winged Voice of Doom}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Forest|bestiary|environment=forest}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Hate-filled creatures, harpies strive to cause pain and bring an end to love and life. These monsters combine humanlike features with the talons and wings of avian scavengers. Their notorious songs compel listeners to follow them, heedless of danger. Creatures captivated by a harpy's song frequently meet their deaths on harpies' vicious claws or amid natural perils.", + "Harpies dwell in remote, dismal places tainted by tragedy and despair. Some tales claim harpies offended the gods and were transformed as a punishment; harpies might also be the descendants of such cursed souls.", + "Every harpy sings a distinct song. While some songs are said to be heartbreaking in their beauty, others are wretched squawking and compel only the magically enthralled." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Harpy.webp" + } + } + ] + }, + { + "name": "Haunting Revenant", + "source": "XMM", + "_copy": { + "name": "Revenants", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Haunting revenants possess ruins and forsaken places connected with their deaths\u2014such as abandoned buildings, wrecked ships, or junk heaps. These revenants lurk in plain sight, waiting for their foes to near, then trap their victims within their massive bodies. Those inside a revenant might be battered by animate furnishings or more unsettling manifestations of the revenant's hatred.", + "The places haunting revenants lurk swiftly gain infamous reputations." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Haunting Revenant.webp" + } + } + ] + }, + { + "name": "Hawk", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hawk.webp" + } + } + ] + }, + { + "name": "Hell Hound", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Hell Hound", + "entries": [ + "{@i Unrelenting Warden of the Lower Planes}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Mountain|bestiary|environment=mountain}, {@filter Planar (Lower Planes)|bestiary|environment=planar, lower}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Spawned from the pits of Acheron, Gehenna, and the Nine Hells, hell hounds enforce the merciless order of those realms and the whims of tyrannical masters. On their home planes of existence, these grim canines ensure that souls don't escape their bleak afterlives. On the Material Plane, hell hounds typically serve cruel masters\u2014such as fire giants and cultists\u2014who appreciate their viciousness, obedience, and fiery characteristics. Hell hounds serve other creatures so long as they're given opportunities to hunt and kill, but they're quick to turn on those who treat them as mere animals.", + "Hell hounds have greater cunning than normal canines. They're skilled trackers and work together well in packs, often employing tricks and ambushes. Hell hounds enjoy hearing prey scream in their scorching jaws and fiery breath. They often go out of their way to draw out the terror of their victims' final moments." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hell Hound.webp" + } + } + ] + }, + { + "name": "Helmed Horror", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Helmed Horror", + "entries": [ + "{@i Armor with a Warrior's Purpose}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Helmed horrors are suits of armor animated by magic. Rather than being unreasoning automatons, these armored shells possess the guile of soldiers and resilience against destructive magic. While their name suggests sinister intentions, these creatures serve their creators loyally. Helmed horrors are also sometimes called doom guards or spirit armors. Most show no evidence of a personality, but exceptions exist.", + "Helmed horrors might perform any number of assignments. Roll on or choose a result from the Helmed Horror Directives table to inspire what tasks helmed horrors perform.", + { + "type": "table", + "caption": "Helmed Horror Directives", + "colLabels": [ + "1d6", + "The Helmed Horror Follows Commands To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Carry its master's palanquin through the air." + ], + [ + "2", + "Defend a remarkable treasure or piece of armor by incorporating the item into its being." + ], + [ + "3", + "Imitate a dead or imprisoned hero by using their armor and weapons." + ], + [ + "4", + "Perform as a laborer or servant." + ], + [ + "5", + "Serve in a legion formed from the armors of a land's ancient defenders." + ], + [ + "6", + "Stand sentry in a gallery of mundane armors." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Helmed Horror.webp" + } + } + ] + }, + { + "name": "Hezrou", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Hezrou", + "entries": [ + "{@i Demon of Obscenity and Outrage}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Hezrous compose the bulk of many demonic hordes. In croaking, reeking throngs, these ogre-size brutes seek to crush and consume foes. Their oozing hides are manifestations of embodied evils. Every few moments, patches of their slimy skins erupt with grotesque transformations such as rows of mismatched fangs, fungal growths, or half-formed features. These unsettling manifestations emerge, then roil away.", + "Hezrous serve more powerful demons, such as nalfeshnees and mariliths. They take the abuse and intimidation of these deadlier demons and pass it on to droves of weaker dretches and manes. This predictable brutality makes hezrous useful links in the chaotic structure of a demonic horde.", + "When on the Material Plane or otherwise left to their own devices, hezrous recklessly indulge in destructive, short-sighted rampages. Only magic and threats from more powerful masters can curb these demons' outrages and compel hezrous to pursue greater plots. Powerful spellcasters often use sinister coercions, spells like {@spell Magic Circle|XPHB} and {@spell Planar Binding|XPHB}, or other magic to force hezrous to serve them. Roll on or choose a result from the Demonic Undertakings table to inspire how a magic-user might employ a hezrou or similar demon.", + { + "type": "table", + "caption": "Demonic Undertakings", + "colLabels": [ + "1d6", + "The Demon Is Compelled To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Break open a vault and steal what's within." + ], + [ + "2", + "Defile a place using blasphemous symbols and demonic gore." + ], + [ + "3", + "Fetch or otherwise provide materials for a profane ritual." + ], + [ + "4", + "Guard a site and slay anyone who comes near." + ], + [ + "5", + "Hunt down a foe, destroying everything barring the demon's path." + ], + [ + "6", + "Intimidate someone into following orders." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hezrou.webp" + } + } + ] + }, + { + "name": "Hill Giant", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Hill Giant", + "entries": [ + "{@i Giant of Crags and Valleys}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Hill|bestiary|environment=hill}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Hill giants live among rugged bluffs and highlands. Standing three times the size of most humans, these giants exhibit skin and hair in a range of shades, including hues suggestive of the earth and mosses near their dwellings.", + "Among hidden valleys, pristine waterfalls, and game-filled slopes, hill giants usually find their needs met by nature's bounty. What the wilderness doesn't provide, hill giants make, crafting clothes, tools, and weapons from rocks, wood, and hides. When they encounter strangers, hill giants might be suspicious and protective of their territories, but some might be convinced to share their bounties with travelers willing to entertain them.", + "Disaster, invasion, or want might drive hill giants from their homes into other people's lands. Some displaced hill giants might steal what they need or seek revenge for their losses by causing ruin among smaller beings. Others might take up lives of raiding or serve other giants in return for protection." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hill Giant.webp" + } + } + ] + }, + { + "name": "Hippogriff", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Hippogriff", + "entries": [ + "{@i World-Traveling Hunter and Steed}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Part hunting bird, part horse, hippogriffs are majestic creatures that hunt opportunistically as they migrate, often targeting lone travelers and livestock. Hippogriffs might carry riders with them in their travels in return for food or other aid.", + "Hippogriff migrations might take months or years, and sages frequently predict their routes. Roll on or choose a result from the Hippogriff Destination table to inspire where a hippogriff might be en route to.", + { + "type": "table", + "caption": "Hippogriff Destination", + "colLabels": [ + "1d6", + "The Hippogriff Is Traveling to A..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Lost ruin hidden by clouds or fog." + ], + [ + "2", + "Low-hanging moon, star, or other solar body." + ], + [ + "3", + "Magical garden on a floating island." + ], + [ + "4", + "Mountaintop with a view of a giant geoglyph." + ], + [ + "5", + "Nest full of hippogriff eggs atop a spire." + ], + [ + "6", + "Portal to the Feywild or an Upper Plane." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hippogriff.webp" + } + } + ] + }, + { + "name": "Hippopotamus", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hippopotamus.webp" + } + } + ] + }, + { + "name": "Hobgoblin Captain", + "source": "XMM", + "_copy": { + "name": "Hobgoblins", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Hobgoblin captains are battlefield tacticians. They lead their allies to victory by employing martial skill and rallying others with orders and threats. Hobgoblin captains usually oversee hobgoblin battle groups or gangs of weaker monsters." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hobgoblin Captain.webp" + } + } + ] + }, + { + "name": "Hobgoblin Warlord", + "source": "XMM", + "_copy": { + "name": "Hobgoblins", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Hobgoblin warlords lead armies of hobgoblins and their allies, using their experience and strategic minds to command amid the ebb and flow of battle." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hobgoblin Warlord.webp" + } + } + ] + }, + { + "name": "Hobgoblin Warrior", + "source": "XMM", + "_copy": { + "name": "Hobgoblins", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Hobgoblin warriors might hunt and raid alone or with trained mastiffs, worgs, goblin gangs, or other allies. They employ simple tactics and exploit every advantage their allies provide. They willingly sacrifice companions in their pursuit of victory." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hobgoblin Warrior.webp" + } + } + ] + }, + { + "name": "Hobgoblins", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Hobgoblins", + "entries": [ + "{@i Conquerers of Every Horizon}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}, {@filter Planar (Acheron)|bestiary|environment=planar, acheron}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}, Individual" + } + ] + }, + "Hobgoblins embody the primal urge to grow and spread, expressing such drives by bending the world to their whims. Lone hobgoblins claim woodland territories and plunder the wilds. In groups, they form hierarchical, martial societies bent on conquering lands and stripping them of resources to serve their expansionist zeal.", + "Hobgoblins often subjugate animals, monsters, and destructive Fey\u2014particularly goblins and bugbears\u2014to serve their plans. Hobgoblins might ally with dragons, warlords, the servants of warlike gods, or other powerful creatures that promise them control of new territories. Should hobgoblins bring an entire land to heel, they seek new conquests, venturing across seas, into the Underdark, or to stars and planes of existence beyond.", + "Many hobgoblins serve the violent god Maglubiyet, whose hunger for conquest matches their own. Hobgoblin followers of Maglubiyet flourish in the Infinite Battlefield of Acheron, where they endlessly indulge their drive for domination. These war-obsessed hobgoblins employ elaborate tactics and strange weapons, which they sometimes unleash on worlds of the Material Plane.", + { + "type": "entries", + "name": "Hobgoblin Warfare", + "entries": [ + "The drive to subjugate and pillage is part of hobgoblins' supernatural nature, though a few might repress their warlike tendencies or turn them to more useful ends. Roll on or choose a result from the Hobgoblin Strategies table to inspire how a hobgoblin carries out its conquest." + ] + }, + { + "type": "table", + "caption": "Hobgoblin Strategies", + "colLabels": [ + "1d6", + "The Hobgoblin Works To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Build a vessel to carry hobgoblin armies to new conquests." + ], + [ + "2", + "Capture monsters and train them to fight." + ], + [ + "3", + "Collapse a region into the Underdark so riches can be sifted from the ruins." + ], + [ + "4", + "Construct a giant machine to strip resources." + ], + [ + "5", + "Convince devils, dragons, or hobgoblins from Acheron to invade an enemy land." + ], + [ + "6", + "Help shortsighted merchants undermine a government or despoil the environment." + ] + ] + } + ] + } + ] + }, + { + "name": "Homunculus", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Homunculus", + "entries": [ + "{@i Winged Servant Given Magical Life}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "A mage can create a cat-sized, obedient assistant called a homunculus through a ritual that uses the mage's blood. Each homunculus shares a telepathic bond with the mage who created it and loyally serves its creator. A homunculus is reduced to inert material if its creator dies.", + "A homunculus's appearance reflects its creator's tastes. Roll on or choose a result from the Homunculus Features table to inspire a homunculus's form.", + { + "type": "table", + "caption": "Homunculus Features", + "colLabels": [ + "1d8", + "The Homunculus Has Features That Are..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Bat-like with tattered wings." + ], + [ + "2", + "Made of soft metal and delicate gears." + ], + [ + "3", + "Marked with its creator's symbol." + ], + [ + "4", + "Similar to those of a winged humanoid." + ], + [ + "5", + "Sprouting flowers and leaves." + ], + [ + "6", + "Suggestive of its creator's appearance." + ], + [ + "7", + "Underdeveloped and fleshy with beady eyes." + ], + [ + "8", + "Woven and patchwork, like a well-loved toy." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Homunculus.webp" + } + } + ] + }, + { + "name": "Hook Horror", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Hook Horror", + "entries": [ + "{@i Echo-Stalking Underdark Hunter}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Hook horrors are beaked predators whose forelimbs end in massive, hooklike claws. They flourish in the cavernous mazes of the Underdark, with its miles-deep trenches and stalactite forests suspended over empty darkness, where they barrel through caves and swing across cavern ceilings.", + "Hook horrors feed opportunistically on plants, fungi, and any creatures that come close enough to hook. To perceive their surroundings, hook horrors echolocate via a range of noises, from banging on rocks and their own bodies to vocalizations that sound like strange squawks, screams, or clicks. Only hook horrors know the meaning of these noises, but many people who explore the Underdark or live near deep-reaching caves have sought the sources of such sounds only to fall victim to hungry hook horrors." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hook Horror.webp" + } + } + ] + }, + { + "name": "Horned Devil", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Horned Devil", + "entries": [ + "{@i Devil of Hatred and Subjugation}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Horned devils, also known as cornugons or malebranche, are infernal warriors that exact the will of diabolical generals and lead other devils in battle. Their bodies and weapons are forged in the Nine Hells, and they torment their foes with diabolical flames and pernicious wounds." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Horned Devil.webp" + } + } + ] + }, + { + "name": "Hunter Shark", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hunter Shark.webp" + } + } + ] + }, + { + "name": "Hydra", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Hydra", + "entries": [ + "{@i Multiheaded Serpent of Legend}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Swamp|bestiary|environment=swamp}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Hydras are storied hero slayers with vicious, serpentine heads and infamous regenerative powers. Endlessly hungry, they devour any creatures they catch. Hydras that deplete an area of prey often go into a lengthy torpor until new prey arrives.", + "Most hydras have five heads, but some mature or battle-tested hydras have more. Such elder hydras might become local legends, known for their battles with heroes or for the riches lost in their domains.", + "While many hydras claim their own territories, wicked deities might use them to guard treasures or magical sites. Roll on or choose a result from the Hydra Lairs table to inspire why a hydra lurks where it does.", + { + "type": "table", + "caption": "Hydra Lairs", + "colLabels": [ + "1d4", + "The Hydra Lurks Where It Does To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Ensure none claim the weapon of a fallen hero." + ], + [ + "2", + "Defend the home of a wise but sinister oracle." + ], + [ + "3", + "Guard a magical herb that blooms once a year." + ], + [ + "4", + "Protect a font of poison that pollutes a river." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hydra.webp" + } + } + ] + }, + { + "name": "Hyena", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Hyena.webp" + } + } + ] + }, + { + "name": "Ice Devil", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Ice Devil", + "entries": [ + "{@i Devil of Antipathy and Intellectual Arrogance}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Heartless strategists of the Nine Hells, ice devils\u2014also known as gelugons\u2014forsake emotion to indulge in their own malicious interpretations of logic. For them, the multiverse is a puzzle that must be solved to benefit them, their masters, and the Nine Hells.", + "Ice devils act maliciously, disguising their whims as reason and strategy. In the service of evil masters, these insectile devils patiently plot the movements of infernal armies and scheme ways to fulfill wicked goals. They might also serve as guardians, owing to their martial prowess and ability to reshape battlefields with walls of ice.", + "When indulging their own schemes, ice devils tempt mortals to forsake empathy and social connections to embrace selfish, destructive visions of intellectualism. After isolating victims, these devils drain them of their secrets or send them forth to spread fractious dogmas cloaked as reason.", + "Ice devils usually lurk in frozen realms, particularly the frigid layer of Cania in the Nine Hells.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Part of the charm of ice devils is that they always think they're smarter than you. Mmm\u2014there are few pleasures sweeter than proving a devil wrong." + ], + "by": "Tasha" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ice Devil.webp" + } + } + ] + }, + { + "name": "Ice Mephit", + "source": "XMM", + "_copy": { + "name": "Mephits", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ice mephits have bodies made of frigid air and frozen water. They delight in freezing things and dropping ice into peoples' clothes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ice Mephit.webp" + } + } + ] + }, + { + "name": "Imp", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Imp", + "entries": [ + "{@i Devil of Pettiness and Suspicion}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Known for their cowardice and toadying, imps serve devils and wicked magic-users. Their abilities to shape-shift and pass unseen make them skillful spies and adept at fleeing danger. Imps sent to surveil other creatures relate what they discover to their masters, but they frequently omit important details or cast events in the worst possible light to mislead their masters into following the imps' devilish council.", + "Imps without masters delight in manipulating other creatures and inflating their own egos. They might take over bands of weaker monsters, or they might pose as helpful spirits and trick influential individuals into pursuing nefarious ends.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "I can tell you what I know, but wouldn't you rather I tell you what'll let you do what you know you're going to do anyway?" + ], + "by": "Skeever, Imp Servant of Firan Zal'Honan" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Imp.webp" + } + } + ] + }, + { + "name": "Incubus", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Incubus", + "entries": [ + "{@i Life-Leeching Dream Stalker}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Lower Planes)|bestiary|environment=planar, lower}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Incubi exploit the vulnerability of mortal dreams. Slipping into the homes of sleepers, incubi feed off dreams and replace them with terrifying nightmares. Incubi visit victims nightly until their prey expires. The incubi then hunt for new victims, preferring the loved ones of past targets.", + "Incubi can transform into succubi and vice versa, taking the forms they need to manipulate foes in dreams or in the flesh.", + "Those visited by an incubus have recurring nightmares. Roll on or choose a result from the Incubus Nightmares table to inspire these night terrors.", + { + "type": "table", + "caption": "Incubus Nightmares", + "colLabels": [ + "1d8", + "The Incubus's Victim Has Dreams Of..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "An angry family member or authority figure." + ], + [ + "2", + "Being chased through the wilderness." + ], + [ + "3", + "Being devoured by animals or monsters." + ], + [ + "4", + "{@hazard Falling|XPHB}, drowning, or suffocating." + ], + [ + "5", + "A ruinous public embarrassment." + ], + [ + "6", + "A shadowy intruder or monstrous silhouette." + ], + [ + "7", + "A traumatic past event." + ], + [ + "8", + "A visitor with an eerie or enigmatic message." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Incubus.webp" + } + } + ] + }, + { + "name": "Intellect Devourer", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Intellect Devourer", + "entries": [ + "{@i Brain-Eating Body Thief}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Intellect devourers serve their mind flayer creators by consuming other creatures' brains and puppetizing the mindless bodies. These quadrupedal brains seek to ambush sapient beings, then drain their thoughts until they're mindless. Then, if their victims are Humanoids, they enter the creatures' skulls. With access to the victims' knowledge and control of their bodies, intellect devourers use their perfect disguises to pass as the people they've replaced and further mind flayer plots.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "I know Durgan, and that wasn't Durgan. It was like something was wearing Durgan... like some sort of suit... a Durgan suit." + ], + "by": "Johana Grethe, Account of the Stormport Shock" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Intellect Devourer.webp" + } + } + ] + }, + { + "name": "Invisible Stalker", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Invisible Stalker", + "entries": [ + "{@i Unseen Magical Assassin}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Magic and malice give form to invisible stalkers, bodiless spirits of the air. These elusive beings pass unseen with nothing more than a stirring of air. They control powerful winds capable of moving objects and battering foes. Magic-users conjure these creatures to serve as killers and thieves. {@condition Invisible|XPHB} stalkers relentlessly pursue their quarry, and they rarely leave evidence of their crimes.", + "In rare cases, an invisible stalker lingers in the world without a spellcaster controlling it. Roll on or choose a result from the Uncontrolled {@condition Invisible|XPHB} Stalkers table to inspire why one of these monsters lurks in an area without a direct command.", + { + "type": "table", + "caption": "Uncontrolled Invisible Stalkers", + "colLabels": [ + "1d6", + "The Invisible Stalker Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "The breath of an infamous god or monster." + ], + [ + "2", + "A guardian of a hidden portal or magical site." + ], + [ + "3", + "The lingering violent thoughts of someone killed in a great battle." + ], + [ + "4", + "A manifestation of uncontrolled magic." + ], + [ + "5", + "A servant of an evil elemental ruler such as Yan-C-Bin (the Elemental Prince of Evil Air)." + ], + [ + "6", + "Unable to complete its duty and tries to create circumstances allowing it to fulfill its task." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "As detectives, we seek truth by eliminating the impossible, ever mindful that the impossible might also be seeking to eliminate us." + ], + "from": "The Casebook of Alanik Ray" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Invisible Stalker.webp" + } + } + ] + }, + { + "name": "Iron Golem", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Iron Golem", + "entries": [ + "{@i Guardian of That Which Must Endure}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Their magical cores protected by mighty armor, iron golems defend important sites and objects. These golems are forged in bipedal forms, the details of which are decided by their creators. Many resemble armored guardians or legendary heroes. Iron golems confront their foes with a combination of overwhelming physical force and eruptions from their magical core. These magical blasts take the form of fiery bolts and poisonous emissions.", + "Iron golems preserve and protect their charges for generations. Roll on or choose a result from the Iron Golem Orders table to inspire what commands an iron golem follows.", + { + "type": "table", + "caption": "Iron Golem Orders", + "colLabels": [ + "1d4", + "The Iron Golem Follows Orders To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Block a door that has never been opened, moving only when a prophecy is fulfilled." + ], + [ + "2", + "Exhale poison gas whenever it can, pausing only when someone speaks a passphrase." + ], + [ + "3", + "Pose as a statue until a community's hour of greatest need." + ], + [ + "4", + "Stand atop the resting place of a powerful magic item." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Iron Golem.webp" + } + } + ] + }, + { + "name": "Jackal", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Jackal.webp" + } + } + ] + }, + { + "name": "Jackalwere", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Jackalwere", + "entries": [ + "{@i Shape-Shifting Trickster of the Wilds}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Grassland|bestiary|environment=grassland}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "Indistinguishable from jackals in their natural form, jackalweres shape-shift to deceive others. These shape-shifters can take three forms: a jackal, a human, or a monstrous hybrid of the two. Jackalweres are easily mistaken for werewolves, but jackalweres aren't supernaturally afflicted\u2014their jackal forms are their natural state. Jackalweres also possess magical gazes capable of putting foes to sleep, allowing jackalweres to play their tricks unimpeded or get the upper hand over threats.", + "Jackalweres dwell in inhospitable wildernesses and pride themselves on their cleverness. They take offense at those who travel through their lands without leaving a gift of treasure or fresh game. Roll on or choose a result from the Jackalwere Tricks table to inspire how a jackalwere repays such slights.", + { + "type": "table", + "caption": "Jackalwere Tricks", + "colLabels": [ + "1d4", + "The Jackalwere Tricks Travelers By..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Guiding them into wildernesses, then abandoning them." + ], + [ + "2", + "Mapping a shortcut through a monster's lair." + ], + [ + "3", + "Putting them to sleep, then stealing mounts or supplies." + ], + [ + "4", + "Sharing the location of hidden treasure, which turns out to be sunlight on sand or water." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Jackalwere.webp" + } + } + ] + }, + { + "name": "Juvenile Shadow Dragon", + "source": "XMM", + "_copy": { + "name": "Shadow Dragons", + "source": "XMM" + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Juvenile Shadow Dragon.webp" + } + } + ] + }, + { + "name": "Kenku", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Kenku", + "entries": [ + "{@i Flightless, Noise-Mimicking Avian}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Planar (Shadowfell)|bestiary|environment=planar, shadowfell}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}, Individual" + } + ] + }, + "Kenku are birdlike folk who once soared the skies and sang enchanted songs, but a curse stole their wings and transformed their voices. Now kenku slip through the shadows of cities and the Shadowfell, trying to recover what they've lost. To some, this means seeking an end to their curse; others search for magic or contraptions to enable them to fly and sing again.", + "The curse affecting kenku allows them to vocally communicate only by mimicking sounds they've heard. Kenku can supernaturally re-create vast varieties of noises, from crying babies to running water and short phrases in others' voices. Cunning kenku use their mimicry to deceive foes, lure creatures into ambushes, and signal to allies." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Kenku.webp" + } + } + ] + }, + { + "name": "Killer Whale", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Killer Whale.webp" + } + } + ] + }, + { + "name": "Knight", + "source": "XMM", + "_copy": { + "name": "Knights", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Knights frequently lead troops in combat or work in units that dominate the battlefield. They're often attended by squires, who might be less skilled soldiers or commoners." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Knight.webp" + } + } + ] + }, + { + "name": "Knights", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Knights", + "entries": [ + "{@i Battle Masters and Heroic Wanderers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}, Individual" + } + ] + }, + "Knights are skilled warriors trained for war and tested in battle. Many serve the rulers of a realm, a religion, or an order devoted to a cause." + ] + } + ] + }, + { + "name": "Kobold Warrior", + "source": "XMM", + "_copy": { + "name": "Kobolds", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Kobold warriors use hit-and-run tactics to raid their enemies and defend their homes. To avoid danger, they frequently employ haphazard traps." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Kobold Warrior.webp" + } + } + ] + }, + { + "name": "Kobolds", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Kobolds", + "entries": [ + "{@i Tricksters and Servants to Chromatic Dragons}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}, {@filter Coastal|bestiary|environment=coastal}, {@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}, {@filter Swamp|bestiary|environment=swamp}, {@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Cowardly cousins to chromatic dragons, kobolds serve draconic overlords as warriors and servants. These scrappy menaces mimic the behaviors of their dragon masters. Though their small stature and recklessness make kobolds poor imitators of dragons, what they lack in ferocity they make up for in zeal and ingenuity. They are especially adept at creating traps and setting ambushes.", + "Kobolds' scales resemble those of chromatic dragons that live near their warrens. Rarely, kobolds possess features evocative of metallic dragons or other dragon-like creatures." + ] + } + ] + }, + { + "name": "Kraken", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Kraken", + "entries": [ + "{@i Leviathan of Legend}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underwater|bestiary|environment=underwater}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Ancient weapons of the gods, krakens slumber in the deepest oceanic abysses, awaiting their time to rise and dominate the world. These massive, many-tentacled horrors combine overwhelming physical might with formidable cunning. Their powerful limbs shatter ships and topple spires, and they use their control over storms to rain down lightning on their foes.", + "Krakens usually have little interest in mortal affairs. These terrors were created by the gods to wage war in ages long forgotten. Since that era, most krakens have vanished beneath the waves to slumber until the gods call on them again. Some krakens serve divine masters still, protecting deep sea treasures or entire oceans. Others have forsaken their divine creators and pursue their own agendas, manipulating forces beneath the sea and beyond.", + "Krakens rarely appear on the surface, but when they do, they herald times of change and doom. When roused to action, these titans directly attack coastal cities or whole armadas. Kraken onslaughts persist until their wrath is sated, their divine patrons are appeased, or their egos are placated by valuable offerings. Roll on or choose a result from the Kraken Attacks table to inspire what ruin a kraken might unleash.", + { + "type": "table", + "caption": "Kraken Attacks", + "colLabels": [ + "1d8", + "The Enraged Kraken..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Abducts the vessel of a leader or another important community member." + ], + [ + "2", + "Attacks a community from below using flooded ruins, hidden aquifers, or sewers." + ], + [ + "3", + "Breaks a lighthouse or seaside tower, carrying it and the occupants to a secret island." + ], + [ + "4", + "Calls down lightning on any ship that enters its aquatic territory." + ], + [ + "5", + "Carries ships to an inescapable sargassum." + ], + [ + "6", + "Dams a river or cuts off a city's sea access." + ], + [ + "7", + "Devours all sea life near a fishing community, threatening it with ruin." + ], + [ + "8", + "Masterminds an invasion from the sea by merfolk, sahuagin, or storm giants." + ] + ] + }, + { + "type": "entries", + "name": "Kraken Lairs", + "entries": [ + "Kraken lairs tend to be sunken temples, eldritch ritual sites, or primeval places of divine power. They might lie deep beneath bodies of fresh or salt water, and they often connect to labyrinths of flooded subterranean tunnels or networks of magical portals." + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "A kraken dreams of casting its tentacles into the heavens and strangling that which birthed it, and when its dream exceeds its reach, it settles for the occasional passing ship." + ], + "by": "Malfeore Serrang", + "from": "Night of the Kraken Cult" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Kraken.webp" + } + } + ] + }, + { + "name": "Kuo-toa", + "source": "XMM", + "_copy": { + "name": "Kuo-toa (*)", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Kuo-toa loot ruins and raid communities near their dwellings in the Underdark. Their shields are coated in sticky slime, which they use to disarm their foes, and they employ slimy nets to entrap victims. They usually strive to take their enemies alive and drag captives to their hidden lairs.", + "Most kuo-toa follow the orders of their more powerful leaders out of a combination of faith and fear. In rare cases, a kuo-toa might abandon its community to live as a hermit or wanderer. Such kuo-toa might know much about the Underdark, but they live in fear of the strange gods they forsook." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Kuo-toa.webp" + } + } + ] + }, + { + "name": "Kuo-toa (*)", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Kuo-toa", + "entries": [ + "{@i Fishlike Fanatics of the Deep}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Kuo-toa have slimy, humanoid bodies and the heads of goggle-eyed deep-sea fish. They claim they once dominated whole worlds, their empires spanning land and sea under the blessings of piscine gods. The kuo-toa can't say what disaster brought their glorious civilization to an end, but elves, humans, mind flayers, and the kuo-toan gods bear the brunt of their blame. From the lands and seas of the surface, the kuo-toa retreated into cavernous trenches and Underdark seas. In these hidden realms, kuo-toa brood over all they've lost and forgotten, nursing plots to avenge themselves for slights that might never have occurred.", + "Kuo-toa hate the civilizations of the surface and the Underdark, believing themselves to be victims of age-old slights and ongoing conspiracies. Kuo-toa undertake contrived plots to propel themselves to dominance, often kidnapping people to learn their secrets or making dubious sacrifices to bizarre gods. To facilitate such plots, kuo-toa try to capture creatures alive using nets or strange weapons. Drow, dwarves, and gnomes dwelling in the Underdark, as well as surface communities near submerged subterranean passages, are frequent targets for kuo-toa raids and other plots.", + "Kuo-toa frequently serve depraved masterminds such as aboleths and krakens. Such kuo-toa believe these powerful creatures are avatars of kuo-toan deities or gods in their own right. Kuo-toa might temporarily ally with other evil creatures, but these alliances shift as kuo-toa leaders interpret omens from their unpredictable deities.", + { + "type": "entries", + "name": "Kuo-toa Deities", + "entries": [ + "Kuo-toa ever seek to placate their inscrutable deities. However, few kuo-toa can agree on the identities of their gods, and little consistency exists between kuo-toa communities. Only Blibdoolpoolp the Sea Mother, a figure with a human body but the head and claws of a crayfish, sees broad worship.", + "Lacking information about what their other gods look like, kuo-toa priests invent new forms for them, creating divine idols with whatever objects are at hand. But whether these kuo-toa priests draw power from belief or delusion, aberrant talent, or a stranger supernatural source, some power answers their petitions. Roll twice on or choose results from the Kuo-toa Deity Features table to inspire how kuo-toa represent a deity.", + { + "type": "table", + "caption": "Kuo-toa Deity Features", + "isNameGenerator": true, + "colLabels": [ + "1d10", + "The Deity's Head Is Like A...", + "The Deity's Body Is Like A..." + ], + "colStyles": [ + "col-2 text-center", + "col-5", + "col-5" + ], + "rows": [ + [ + "1", + "Barnacle", + "Hermit crab" + ], + [ + "2", + "Crab claw", + "Jellyfish" + ], + [ + "3", + "Hagfish", + "Kuo-toa" + ], + [ + "4", + "Moray eel", + "Mantis shrimp" + ], + [ + "5", + "Sea anemone", + "Merfolk" + ], + [ + "6", + "Shark", + "Plesiosaurus" + ], + [ + "7", + "Sunfish", + "Sea cucumber" + ], + [ + "8", + "Tentacle", + "Ship's figurehead" + ], + [ + "9", + "Treasure chest", + "Squid" + ], + [ + "10", + "Viperfish", + "Whale" + ] + ] + } + ] + }, + { + "type": "entries", + "name": "Kuo-toa Sanctuaries", + "entries": [ + "Kuo-toa typically organize their communities around sites they believe to be important to their deities. These might be structures or series of caverns, and most feature both air-filled and submerged chambers. Important places within these sites suggest the rituals of kuo-toa faiths, the demands of kuo-toa deities, or the whims of omen-seeking archpriests. As with kuo-toa deities, the features of these locations vary between communities. Roll on or choose a result from the Kuo-toa Ritual Sites table to inspire features and suggest adventures within a kuo-toa community.", + { + "type": "table", + "caption": "Kuo-toa Ritual Sites", + "colLabels": [ + "1d8", + "The Kuo-toa Community Features..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "An arena scattered with weapons made from crustacean shells." + ], + [ + "2", + "A gallery of hibernating chuuls." + ], + [ + "3", + "A garden of mussels and tide pool creatures that whisper secrets." + ], + [ + "4", + "A hidden shrine with a patchwork depiction of a new kuo-toa deity." + ], + [ + "5", + "The lavish chamber of an animal or monster said to be prophetic, lucky, or literate." + ], + [ + "6", + "A pool filled with jellyfish, eels, or fish roe that glow in organized patterns." + ], + [ + "7", + "A punishment chamber exposed to the light of the surface." + ], + [ + "8", + "A towering statue of a kuo-toa deity." + ] + ] + } + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "When the Corpse Moon rises and the Chum-Tide washes in, up rise the Gogglers from their pits beneath the waves. Burbling and noisome they come, fishing night's shores as we do dawn's waves." + ], + "by": "Tak Merakin, Harbor Master of the Styes" + } + ] + } + ] + } + ] + }, + { + "name": "Kuo-toa Archpriest", + "source": "XMM", + "_copy": { + "name": "Kuo-toa (*)", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Kuo-toa archpriests lead kuo-toa communities by interpreting omens and messages from their strange gods. They wear grotesque ceremonial regalia honoring their deities. Archpriests channel their faith into spells to support their followers." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Kuo-toa Archpriest.webp" + } + } + ] + }, + { + "name": "Kuo-toa Monitor", + "source": "XMM", + "_copy": { + "name": "Kuo-toa (*)", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Kuo-toa monitors control the day-to-day life of weaker kuo-toa, directing their work and worship. They also train beasts or monsters in the kuo-toa's service\u2014such as chuuls or giant crabs\u2014and command them in battle. Archpriests bless monitors with the power to control their underlings and to subdue foes with electricity channeled through their bizarre whips." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Kuo-toa Monitor.webp" + } + } + ] + }, + { + "name": "Kuo-toa Whip", + "source": "XMM", + "_copy": { + "name": "Kuo-toa (*)", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "The servants of kuo-toa archpriests, kuo-toa whips\u2014so named for their role in enforcing order among other kuo-toa\u2014lead war bands in carrying out the commands of their superiors. In return for their zeal, these kuo-toa are granted minor magical abilities and pincerlike weapons for subduing foes. In battle, whips drive on other kuo-toa with threats of violence and burbling chants." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Kuo-toa Whip.webp" + } + } + ] + }, + { + "name": "Lacedon Ghoul", + "source": "XMM", + "_copy": { + "name": "Ghouls", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Lacedons are loose-skinned, aquatic ghouls. They often arise from the corpses of greedy pirates, those who starved on deserted islands, or scoundrels who met their end by drowning." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Lacedon Ghoul.webp" + } + } + ] + }, + { + "name": "Lamia", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Lamia", + "entries": [ + "{@i Accursed Bargainer and Ruin Raider}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Legends say the first lamia was an ambitious ruler who made a sinister bargain with the demon lord Graz'zt for everlasting majesty. As a consequence, the ruler was transformed into a lamia, a monster with the body of a lion and an accursed touch.", + "Lamias either are descendants of that first lamia or have made similar deals. They often dwell near ruins, seeking mysterious magic they can use to gain riches and influence. Lamias use magical illusions and enchantments to trick others into serving them. They sometimes work with bandits to abduct travelers, releasing captives only if they accept a dangerous bargain. Roll on or choose a result from the Lamia Pacts table to inspire a lamia's desires.", + { + "type": "table", + "caption": "Lamia Pacts", + "colLabels": [ + "1d6", + "The Lamia Compels the Bargainer To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Bring it a possession from a ruler or noble." + ], + [ + "2", + "Create a map of a dungeon or ruin." + ], + [ + "3", + "Escort it through a nearby community's gate." + ], + [ + "4", + "Place a strange idol in a specific site or home." + ], + [ + "5", + "Remove a magic item's curse, then return it." + ], + [ + "6", + "Slay a monster and retrieve a specific organ." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Lamia.webp" + } + } + ] + }, + { + "name": "Larva", + "source": "XMM", + "_copy": { + "name": "Larvae", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Larvae have disjointed, painful memories of their past lives. Most desperately avoid other creatures." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Larva.webp" + } + } + ] + }, + { + "name": "Larvae", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Larvae", + "entries": [ + "{@i Fitting Fates for Depraved Souls}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Lower Planes)|bestiary|environment=planar, lower}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Souls condemned to the Lower Planes often become larvae\u2014repulsive, maggot-like creatures with twisted features evocative of those they possessed in life. These pathetic creatures are nearly helpless and struggle to escape the attention of the more powerful inhabitants of the Lower Planes. Many Fiends view larvae as delicacies to be consumed, while evil magic-users find larvae useful for depraved rituals. Night hags frequently collect and herd larvae, trading them to nefarious parties across the multiverse.", + "Larvae that survive on the Lower Planes long enough can eventually transform into other sorts of lesser Fiends." + ] + } + ] + }, + { + "name": "Lemure", + "source": "XMM", + "_copy": { + "name": "Lemures", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Lemures torment weaker creatures, but in the Nine Hells, few such beings exist. To avoid greater suffering, they obey the orders of more powerful devils." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Lemure.webp" + } + } + ] + }, + { + "name": "Lemures", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Lemures", + "entries": [ + "{@i Devils of Agony and Despair}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "The least of all devils, lemures arise from wicked souls, their mortal memories scoured away. Only vague limbs and anguished features jut from these slurries of infernal proto-matter." + ] + } + ] + }, + { + "name": "Lich", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Lich", + "entries": [ + "{@i Deathless Master of Magic}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Some nefarious magic-users carry out forbidden necromantic rituals that sever their souls from their bodies to turn themselves into liches, masters of magic and undeath. With their souls preserved in hidden relics, liches puppet their own corpses as they pursue ambitions free from mortal bonds.", + "Liches possess exceptional cunning and magical prowess, and they use their unnatural immortality to pursue arcane secrets few could grasp in a single life. Uncanny agendas lead them to plumb the secrets of life, the multiverse, godhood, and less fathomable topics. Careless of mortal lives or desires, liches go to any lengths to achieve their goals.", + "A lich's age and origin influences its form. Older liches appear as little more than brittle skeletons clad in the rotten finery of forgotten empires, while younger liches more closely resemble living creatures and are clad in contemporary garb. Many cloak themselves in illusions of their idealized mortal forms.", + "Although liches don't fear death, they're not free from the ravages of time. Over ages, some liches lose their connection to time and the physical world, degenerating into demiliches.", + { + "type": "entries", + "name": "Lich Spirit Jars", + "entries": [ + "The process of becoming a lich is involved, dangerous, and unique to each would-be lich. If the rite succeeds, the lich's soul is bound to a spirit jar, a specially prepared magical repository. This relic anchors the lich's spirit to the world and preserves it should the lich's body be destroyed. A lich can be slain only if its spirit jar is ruined. As such, a lich goes to great lengths to hide and protect its spirit jar.", + "Spirit jars are typically small, well-made objects that were meaningful to a lich in life. Roll on or choose a result from the Lich Spirit Jar table to inspire where a lich hides its soul.", + { + "type": "table", + "caption": "Lich Spirit Jars", + "colLabels": [ + "1d8", + "The Lich's Spirit Jar Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A bottle or puzzle box inscribed with sigils." + ], + [ + "2", + "A contract folded into a paper figure." + ], + [ + "3", + "The first magic item the lich created." + ], + [ + "4", + "A hollow figurine of a deity or monster." + ], + [ + "5", + "An hourglass with its sands floating in stasis." + ], + [ + "6", + "A locket or signet ring with a noble crest." + ], + [ + "7", + "A rune-etched egg." + ], + [ + "8", + "The skull of the lich's mentor." + ] + ] + } + ] + }, + { + "type": "entries", + "name": "Lich Lairs", + "entries": [ + "Liches create secluded libraries of magical lore and arcane laboratories hidden within extraplanar bastions, fortresses with cursed reputations, or other such deadly sanctuaries." + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Ambition can become an addiction of the mind and spirit. It builds beyond a driving flame into an insidious inferno that burns a mage hollow until only the desire for more magical power remains" + ], + "by": "Rudolph van Richten", + "from": "Van Richten's Guide to Liches" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Lich.webp" + } + } + ] + }, + { + "name": "Lion", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Lion.webp" + } + } + ] + }, + { + "name": "Lizard", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Lizard.webp" + } + } + ] + }, + { + "name": "Lizardfolk", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Lizardfolk", + "entries": [ + "{@i Reptilian Defenders of the Land}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Swamp|bestiary|environment=swamp}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual" + } + ] + }, + "Lizardfolk dwell in wildernesses suffused with primal magic. While many lizardfolk are Humanoids with varied skills, some forge powerful bonds with the Elemental Plane of Earth, granting them magical connections to the cycle of growth and rebirth." + ] + } + ] + }, + { + "name": "Lizardfolk Geomancer", + "source": "XMM", + "_copy": { + "name": "Lizardfolk", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Lizardfolk geomancers draw magic from the natural world, using it to protect their people and territories." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Lizardfolk Geomancer.webp" + } + } + ] + }, + { + "name": "Lizardfolk Sovereign", + "source": "XMM", + "_copy": { + "name": "Lizardfolk", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Lizardfolk sovereigns undergo magical rites that imbue them with fantastic strength and magic from the Elemental Plane of Earth. In some, though, it also unlocks a primal viciousness." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Lizardfolk Sovereign.webp" + } + } + ] + }, + { + "name": "Mage", + "source": "XMM", + "_copy": { + "name": "Mages", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Mages are accomplished spellcasters whose lives have been shaped by magic. They can use their powers to defend or dominate other creatures, or they could focus on magical research and unlocking mystical secrets." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mage.webp" + } + } + ] + }, + { + "name": "Mage Apprentice", + "source": "XMM", + "_copy": { + "name": "Mages", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Mage apprentices are spellcasters of humble skill. Some are students of accomplished mages, while others have innate powers." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mage Apprentice.webp" + } + } + ] + }, + { + "name": "Mages", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Mages", + "entries": [ + "{@i Magical Scholars and Spellcasters}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}, Individual" + } + ] + }, + "Mages are magical wonder-workers, ranging from spellcasting overlords to reclusive witches. They study mystical secrets and possess insight into monsters, legends, omens, and other lore. Mages often gather allies or hire assistants to aid them in their research or to attain magical might.", + "Roll on or choose a result from the Mage Roles table to inspire different sorts of mages.", + { + "type": "table", + "caption": "Mage Roles", + "colLabels": [ + "1d10", + "The Mage Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "An astronomer who draws magic from stars." + ], + [ + "2", + "An author who writes about the occult." + ], + [ + "3", + "A magical engineer who creates wonders." + ], + [ + "4", + "An oracle who interprets omens." + ], + [ + "5", + "A prodigy with a remarkable magical heritage." + ], + [ + "6", + "A psion whose powers manifest as spells." + ], + [ + "7", + "A scholar investigating ancient lore." + ], + [ + "8", + "A soothsayer who advises rulers." + ], + [ + "9", + "A war mage who aids soldiers in battle." + ], + [ + "10", + "A witch who shares secret wisdom." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Have you gazed on the Runes of Chaos, held the Death Moon Orb in your trembling hands, entered the Devouring Portal and walked the Paths of the Doomed, or sat at the left hand of Szass Tam during the Ritual of Twin Burnings? No? Then speak not to me of wizards. Speak not to me of Thay." + ], + "by": "Nathor, Thayan Refugee" + } + ] + } + ] + } + ] + }, + { + "name": "Magma Mephit", + "source": "XMM", + "_copy": { + "name": "Mephits", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "These mephits embody the merging of earth and fire as glowing magma. They love melting things, but they loathe magmins and attack them on sight." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Magma Mephit.webp" + } + } + ] + }, + { + "name": "Magmin", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Magmin", + "entries": [ + "{@i Reckless Elemental Arsonist}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Elemental Plane of Fire)|bestiary|environment=planar, fire}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Magmins divide all things into two categories: things that are on fire and things that should be on fire. With bodies of flame and magmatic rock, these halfling-size creatures delight in setting fires. They do so not out of malice but out of enthusiasm for primal fire. They don't consider that objects have value beyond kindling or that creatures can be harmed by flames. If such concepts are explained to them, they find the ideas difficult to grasp and don't remember them for long. Rather, they relish every opportunity to set flammable things alight, delighting in igniting paper, wooden structures, and explosives. Magmins are dangerous even in death, since they explode when they're destroyed, their flames igniting combustible materials nearby.", + "Magmins might be conjured by magic-users to harry foes or might escape the Elemental Plane of Fire through portals or rifts that lead to other realms. They're attracted to places of intense heat, such as volcanoes and rivers of magma. If they can't find such favored conditions, magmins eagerly burn structures or start wildfires to entertain themselves." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Magmin.webp" + } + } + ] + }, + { + "name": "Mammoth", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mammoth.webp" + } + } + ] + }, + { + "name": "Manes", + "source": "XMM", + "_copy": { + "name": "Manes (*)", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Manes lash out at creatures that appear weaker than themselves\u2014or that react to them with fear\u2014and strive to avoid more powerful demons. When manes escape from the Abyss, they go on reckless rampages and inflict as much harm as possible." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Manes.webp" + } + } + ] + }, + { + "name": "Manes (*)", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Manes", + "entries": [ + "{@i Demons of Panic and Frenzy}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "The lowest form of demons, manes appear when truly loathsome souls are condemned to the Abyss. These misshapen demons have distorted features and bodies that crawl with Abyssal parasites. Overwhelmed by demonic urges and constant terror, manes know only shock and frenzied outbursts." + ] + } + ] + }, + { + "name": "Manes Vaporspawn", + "source": "XMM", + "_copy": { + "name": "Manes (*)", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Vaporspawn arise from evil souls shattered by unspeakable torments or the depredations of more powerful demons. These distorted manes undergo endless, painful contortions, and they share their torment with whatever creatures they encounter." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Manes Vaporspawn.webp" + } + } + ] + }, + { + "name": "Manticore", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Manticore", + "entries": [ + "{@i Winged, Leonine People-Eater}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}, {@filter Coastal|bestiary|environment=coastal}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "With lionlike claws, leathery wings, and broad jaws filled with rows of sharp teeth, manticores ambush travelers from above and devour them. Manticores crave the taste of humans, but lacking their favored prey, they eagerly consume other peoples and livestock.", + "Manticores have tails bristling with detachable spikes. These monsters launch their tail spikes at their prey, skewering those on the ground or knocking flying creatures from the air.", + "Despite their ravenous tendencies, manticores enjoy speaking with those they're about to devour. Sometimes they make agreements with their prey. Roll on or choose a result from the Manticore Negotiations table to inspire what a manticore might offer in exchange for a more tempting meal.", + { + "type": "table", + "caption": "Manticore Negotiations", + "colLabels": [ + "1d8", + "The Manticore Agrees To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Attack a particular foe." + ], + [ + "2", + "Create a distraction." + ], + [ + "3", + "Give up a captive or corpse." + ], + [ + "4", + "Let a group navigate its territory unharmed." + ], + [ + "5", + "Let someone pretend to slay it in battle." + ], + [ + "6", + "Scare or threaten someone." + ], + [ + "7", + "Serve a creature as a steed until the sun sets." + ], + [ + "8", + "Try to locate something from its vantage point in the sky." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Manticore.webp" + } + } + ] + }, + { + "name": "Marid", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Marid", + "entries": [ + "{@i Genie of the Water}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Planar (Elemental Plane of Water)|bestiary|environment=planar, water}, {@filter Underwater|bestiary|environment=underwater}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Marids surge with the power of the seas, using it to manipulate the waves or create water. These genies typically dwell in or near bodies of water. While gentle marids make homes amid springs, oases, and serene pools, tempestuous marids inhabit sea stacks, whirlpools, and treacherous coasts. Marids vary in appearance, their bodies reflecting the colors of the waves while distinctive fins and scales accent their features. Marids lend their powers and knowledge of the seas to those who defend the marids' watery realms or who offer them pleasing gifts. Marids appreciate rare aquatic treasures, such as colorful pearls, shell instruments, or delicacies from distant seas.", + "Marids hail from the Elemental Plane of Water, where they live in wondrous homes drifting amid the endless ocean. Among these is the Citadel of Ten Thousand Pearls\u2014a coral sphere studded with dozens of domed theaters and libraries\u2014and the air-filled, cosmopolitan City of Glass." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Marid.webp" + } + } + ] + }, + { + "name": "Marilith", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Marilith", + "entries": [ + "{@i Demon of Cruelty and Viciousness}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Mariliths are six-armed, serpentlike demons that wield lethal, Abyss-forged blades. With these cursed weapons and experience from countless battles, they lead other demons to slaughter virtuous souls. They often command droves of weaker demons." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Marilith.webp" + } + } + ] + }, + { + "name": "Mastiff", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mastiff.webp" + } + } + ] + }, + { + "name": "Medusa", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Medusa", + "entries": [ + "{@i Snake-Haired Recluse with a Petrifying Gaze}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "With their hair of living snakes and their infamous petrifying gazes, medusas are hubristic creatures that inhabit sites of fallen glory. They often dwell beyond the fringes of civilization or travel in disguise, leaving trails of {@condition petrified} victims. Some medusas dominate groups of monsters or criminals, controlling them with threats of {@condition petrified} doom, while others recruit servants that are immune to being {@condition petrified}, such as gargoyles and gorgons.", + "Medusas are born or created through preternatural circumstances. Roll on or choose a result from the Medusa Fates table to inspire what led to a medusa's creation.", + { + "type": "table", + "caption": "Medusa Fates", + "colLabels": [ + "1d6", + "The Medusa Was..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Born a medusa and lives unaware of whatever curse or circumstances afflicted its ancestor." + ], + [ + "2", + "Created by a god and tasked with guarding a treasure or secret." + ], + [ + "3", + "A cultist who made a fiendish bargain and enjoyed rewards that have since faded." + ], + [ + "4", + "An explorer transformed and compelled to defend a cursed ruin." + ], + [ + "5", + "A vain noble whose magical attempt to gain eternal beauty backfired." + ], + [ + "6", + "The victim of a bite from a magical serpent or reptilian god in disguise." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Medusa.webp" + } + } + ] + }, + { + "name": "Mephits", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Mephits", + "entries": [ + "{@i Malicious Elemental Hooligans}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Elemental Planes)|bestiary|environment=planar, elemental}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Mephits are mean-spirited tricksters that dwell on the Elemental Planes. The six most prominent types of mephits resemble halfling-size gargoyles with wings, exaggerated features, and bodies composed of two elements. Most live self-interested existences, indulging their warped senses of humor or overblown egos on their home planes of existence. Some serve as messengers or spies for genies or magic-users.", + "Mephits resent leaving the elemental extremes where they make their homes. If loosed on the Material Plane or other realms, they lash out with nasty pranks or by tormenting weaker creatures. When destroyed, mephits explode in a burst of elemental magic.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "I am Seamusxanthuszenus, Slayer of Fiends, Merchant Most Excellent, Purveyor of Death!" + ], + "by": "Seamusxanthuszenus, smoke mephit with a typically inflated impression of itself" + } + ] + } + ] + } + ] + }, + { + "name": "Merfolk", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Merfolk", + "entries": [ + "{@i Protectors and Explorers of the Seas}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Underwater|bestiary|environment=underwater}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual" + } + ] + }, + "Beneath the waves dwell merfolk, mysterious creatures that merge the features of humans and sea creatures. Some are curious about land dwellers, while others view them with suspicion." + ] + } + ] + }, + { + "name": "Merfolk Skirmisher", + "source": "XMM", + "_copy": { + "name": "Merfolk", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Merfolk skirmishers defend their homes from aquatic monsters and invaders from the surface." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Merfolk Skirmisher.webp" + } + } + ] + }, + { + "name": "Merfolk Wavebender", + "source": "XMM", + "_copy": { + "name": "Merfolk", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "These merfolk mages use magic to manipulate water, storms, and sea creatures to aid them." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Merfolk Wavebender.webp" + } + } + ] + }, + { + "name": "Merrow", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Merrow", + "entries": [ + "{@i Ogreish Undersea Abductor}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Underwater|bestiary|environment=underwater}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Vicious aquatic hunters, merrow combine the features of ogres with those of primeval, predatory fish. They lurk in coastal waters, hoping to snare unsuspecting prey by bursting from the water and grabbing their quarry or by skewering victims with deadly harpoons. These hunters then drag land dwellers back to dismal undersea lairs. Merrow often keep prisoners in their larders as future meals.", + "Merrow raid coastal settlements and merfolk communities to steal weapons and treasure. This leads to conflicts between merfolk and merrow, but it also provokes misunderstandings with surface dwellers who blame merfolk for merrow attacks.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Sages trace merrows' origins to aquatic ogres, depraved merfolk, and worse. Such broad theories reveal little about these monsters but overmuch of the dread lurking beyond our certain shores." + ], + "by": "Leomund" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Merrow.webp" + } + } + ] + }, + { + "name": "Mezzoloth", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Mezzoloth", + "entries": [ + "{@i Yugoloth of Tenacity and Want}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Gehenna)|bestiary|environment=planar, gehenna}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Mezzoloths are insectile yugoloths that seek power and souls in the service of fiendish lords. These greedy, violent yugoloths are more direct than most of their scheming brethren, but what they lack in guile they make up for in persistence and numbers.", + "Mezzoloths typically form mercenary bands with others of their kind. These forces serve more powerful yugoloths, other fiends, sinister mages, or anyone who provides them with tempting rewards. Mezzoloths obediently adhere to the bargains they strike, potentially serving their patrons for centuries, but once those terms expire, yesterday's client could become today's target. Roll on or choose a result from the Mezzoloth Payments table to inspire a mezzoloth's price for its services.", + { + "type": "table", + "caption": "Mezzoloth Payments", + "colLabels": [ + "1d6", + "The Mezzoloth Agrees to Serve For..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Access to a planar portal." + ], + [ + "2", + "Information valued by its true master." + ], + [ + "3", + "A lair where it can bring others of its kind." + ], + [ + "4", + "Magic weapons or armor." + ], + [ + "5", + "The right to loot holy sites in places it conquers." + ], + [ + "6", + "Souls, whether as larvae or captured spirits." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mezzoloth.webp" + } + } + ] + }, + { + "name": "Mimic", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Mimic", + "entries": [ + "{@i Shape-Shifter Disguised as an Unassuming Object}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "In their natural forms, mimics are little more than roaming stomachs, their blobby bodies covered with alien eyes and teeth. They can alter their color, texture, and dimensions to duplicate inanimate objects of their approximate size. Mimics use their disguises as both camouflage and bait. Once victims draw close, mimics strike, lashing out with their sticky pseudopods and toothy mouths. After consuming victims, mimics usually relocate, change form, and await their next meal.", + "Use the following list to inspire mimics' shapes:", + { + "type": "list", + "style": "list-no-bullets", + "columns": 3, + "items": [ + "Altar", + "Bell", + "Boulder", + "Cauldron", + "Chair", + "Chandelier", + "Chest", + "Cot", + "Door", + "Floor mat", + "Giant gemstone", + "Gravestone", + "Heap of leaves", + "Keg", + "Ladder", + "Lectern", + "Mannequin", + "Mirror", + "Obelisk", + "Oversize cake", + "Panel of levers", + "Pile of bones", + "Potted plant", + "Row of books", + "Sarcophagus", + "Sculpture", + "Ship's wheel", + "Sign", + "Stalagmite", + "Stump", + "Table", + "Tapestry", + "Taxidermy", + "Throne", + "Topiary", + "Weapon rack" + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mimic.webp" + } + } + ] + }, + { + "name": "Mind Flayer", + "source": "XMM", + "_copy": { + "name": "Mind Flayers", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "A mind flayer's hunger for brains is outmeasured only by its thirst for dominance, and it embraces any plot that allows it to indulge both." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mind Flayer.webp" + } + } + ] + }, + { + "name": "Mind Flayer Arcanist", + "source": "XMM", + "_copy": { + "name": "Mind Flayers", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Mind flayer arcanists enhance their psionic abilities with magic. Other mind flayers view those that undertake such experiments with disgust and fear." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mind Flayer Arcanist.webp" + } + } + ] + }, + { + "name": "Mind Flayers", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Mind Flayers", + "entries": [ + "{@i Brain-Eating Underdark Tyrants}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Scattered survivors of a world-ruining, multiversal empire, mind flayers lurk in secret conclaves hidden deep within Material Plane worlds. Within their alien sanctuaries, these wicked masterminds\u2014also known as illithids\u2014reshape the Underdark and its inhabitants to serve their unfathomable whims. Mind flayers are feared for their psionic powers, which allow them to stun and control other creatures, and for their horrific method of feeding: using their four slimy tentacles to extract the brains of their victims.", + "Mind flayers are infamous plotters and manipulators, concocting plans that reach beyond their subterranean realms. Aside from using their psionic powers to control others, mind flayers often experiment with their own bizarre life cycles, implanting other creatures with illithid young to create unnatural servants. Creatures such as grimlocks and intellect devourers result from mind flayers' biological tampering, while other Underdark-dwelling monsters\u2014including kuo-toa, quaggoths, and troglodytes\u2014often serve illithid masters. Githyanki and githzerai have a long adversarial history with mind flayers and bear the scars of illithid manipulation.", + { + "type": "entries", + "name": "Mind Flayer Colonies", + "entries": [ + "Mind flayers work as lone schemers, in mysterious cabals, or as part of worlds-spanning illithid conspiracies. In groups, mind flayers work toward bizarre agendas organized by an elder brain\u2014a massive, brain-like being with incredible psionic powers. Without such a leader, groups of mind flayers fall to self-destructive squabbling. Roll on or choose a result from the Mind Flayer Machinations table to inspire an illithid conclave's plots.", + { + "type": "table", + "caption": "Mind Flayer Machinations", + "colLabels": [ + "1d6", + "The Mind Flayer Colony Seeks To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Blot out the sun so their Underdark-dwelling servants can invade the surface." + ], + [ + "2", + "Create a new monstrous fusion between mind flayers and a legendary monster." + ], + [ + "3", + "Forge a psionic network uniting illithid colonies." + ], + [ + "4", + "Replace world leaders with intellect devourers." + ], + [ + "5", + "Restore a vessel to travel through Wildspace." + ], + [ + "6", + "Sacrifice the mental energy of a planet's populace to take control of a githyanki bastion." + ] + ] + } + ] + } + ] + } + ] + }, + { + "name": "Minotaur of Baphomet", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Minotaur of Baphomet", + "entries": [ + "{@i Berserker of the Demon Lord of Beasts}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Baphomet, Demon Lord of Beasts, claims to have created minotaurs and demands their worship. While most minotaurs live free of the demon lord's bonds, those that serve him become minotaurs of Baphomet. These brutes resemble the hulking, horned demon lord more than others of their kind, and they wreak havoc in that foul immortal's name. Rarely, non-minotaurs cursed by magic-users or spiteful deities might transform into these monsters.", + "Minotaurs of Baphomet often dwell in mazes, leading their allies to hidden destinations and stalking trespassers. Roll on or choose a result from the Minotaur Mazes table to inspire the shape of a minotaur's dwelling.", + { + "type": "table", + "caption": "Minotaur Mazes", + "colLabels": [ + "1d4", + "The Minotaur of Baphomet Lurks In..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A multilevel mine or sewer." + ], + [ + "2", + "Multiple mazes connected by magic portals." + ], + [ + "3", + "A poisonous swamp with labyrinthine paths." + ], + [ + "4", + "The ruins of a buried palace or temple." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Minotaur of Baphomet.webp" + } + } + ] + }, + { + "name": "Minotaur Skeleton", + "source": "XMM", + "_copy": { + "name": "Skeletons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Minotaur skeletons are the reanimated remains of minotaurs or the skeletons of multiple creatures merged into a minotaur-like shape. These hulking skeletons have greater speed and might than smaller skeletons. They menace the living with their horns and mighty greataxes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Minotaur Skeleton.webp" + } + } + ] + }, + { + "name": "Modron Duodrone", + "source": "XMM", + "_copy": { + "name": "Modrons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Duodrones can perform two tasks at once and often oversee monodrone work groups. They are slightly more skeptical of strangers than monodrones are." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Modron Duodrone.webp" + } + } + ] + }, + { + "name": "Modron Monodrone", + "source": "XMM", + "_copy": { + "name": "Modrons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "The most numerous modrons, monodrones can perform one simple task at a time. They believe anything they're told that isn't logically or mathematically false. When faced with unexpected situations, they're quick to seek duodrones for help." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Modron Monodrone.webp" + } + } + ] + }, + { + "name": "Modron Pentadrone", + "source": "XMM", + "_copy": { + "name": "Modrons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Pentadrones oversee and protect contingents of lesser modrons. They're quick to call lengthy meetings with other modrons when making decisions." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Modron Pentadrone.webp" + } + } + ] + }, + { + "name": "Modron Quadrone", + "source": "XMM", + "_copy": { + "name": "Modrons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Quadrones are among the most relatable modrons\u2014and those most likely to go rogue." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Modron Quadrone.webp" + } + } + ] + }, + { + "name": "Modron Tridrone", + "source": "XMM", + "_copy": { + "name": "Modrons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Tridrones oversee lesser modrons and lead them in battle. They're suspicious of any data provided by non-modrons." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Modron Tridrone.webp" + } + } + ] + }, + { + "name": "Modrons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Modrons", + "entries": [ + "{@i Mechanized Caretakers of Multiversal Law}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Mechanus)|bestiary|environment=planar, mechanus}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Beings of magic and machinery, modrons embody absolute law. These inhabitants of the clockwork plane of Mechanus tend to the incredible mechanisms of their orderly home and oppose chaotic forces across the multiverse.", + "Modrons are parts of a vast hierarchy, spanning from quirky monodrones to the leader of their kind, the godlike Primus. Every modron carries out tasks assigned to it by higher-ranking modrons, doing so without question. Generally, modrons communicate only with other modrons of their own rank or the ranks immediately above and below them. Those more than one rank away tend to be either too advanced or too simple for them to understand.", + "Modrons excel at tasks that require patience and precision, but they have little understanding of nonliteral concepts such as art or humor. They have no egos; they have only their work and the certainty that multiversal law depends on their efficacy.", + "In rare cases, a modron goes rogue and develops its own will. In these cases, other modrons are sent to recover or destroy their malfunctioning kin.", + { + "type": "entries", + "name": "Modron Marches", + "entries": [ + "Whether in service to lawful deities or as part of the Great Modron March, modrons travel from Mechanus to spread their vision of law to other planes of existence. Roll on or choose a result from the Modron Operations table to inspire what effort leads a group of modrons to other realms.", + { + "type": "table", + "caption": "Modron Operations", + "colLabels": [ + "1d8", + "The Modrons Work To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Create a clockwork outpost to monitor the balance of obscure planar forces." + ], + [ + "2", + "Ensure neither side gains the upper hand in a conflict between good and evil." + ], + [ + "3", + "Excavate a portal to another plane." + ], + [ + "4", + "Find a lost contingent of modrons." + ], + [ + "5", + "Reactivate a titanic but lost modron device." + ], + [ + "6", + "Remove a forest, mountain, or city before the arrival of a modron procession." + ], + [ + "7", + "Seal off a planar rift or wild magic zone." + ], + [ + "8", + "Wage war with demons, slaadi, or chaotic Fey." + ] + ] + } + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The guide swore \"beep boop\" meant \"hello, friend.\" I don't know why they're after us!" + ], + "by": "A planar explorer learning modrons have no sense of humor" + } + ] + } + ] + } + ] + }, + { + "name": "Mud Mephit", + "source": "XMM", + "_copy": { + "name": "Mephits", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "A combination of earth and water, mud mephits are crude, disgusting creatures. They take every opportunity to ruin objects and pollute food with muck." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mud Mephit.webp" + } + } + ] + }, + { + "name": "Mule", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mule.webp" + } + } + ] + }, + { + "name": "Mummies", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Mummies", + "entries": [ + "{@i Deathless Ancients with Ageless Ambitions}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Swamp|bestiary|environment=swamp}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Mysterious rites and mighty faith can tie spirits to their corpses, binding them to their remains for all time. Should their resting places be violated, these beings, known as mummies, reanimate their deteriorating bodies to restore the sanctity of their tombs and punish those who disturbed their rest.", + "Mummies pursue those who offend them, typically mortals who desecrate their resting places, steal their burial treasures, or defile sites tied to their faith. With undying rage, these ancient corpses go to extreme lengths to avenge themselves and restore what they need to find peace.", + "A mummy might look frail, but its body possesses supernatural strength, and its gaze can strike fear in the bravest hearts. Those who escape a mummy's grasp might find themselves subject to a terrible curse. Victims of a mummy's curse gradually wither, their bodies rotting away until they're reduced to dust. This curse can be healed only by the {@spell Remove Curse|XPHB} spell or similar magic." + ] + } + ] + }, + { + "name": "Mummy", + "source": "XMM", + "_copy": { + "name": "Mummies", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Common mummies are the remains of priests, nobles, or champions of faith that underwent magical burial rites. Some are preserved through processes using linen wrappings or clay, but others are preserved by peat bogs, ice, magic, or other means.", + "Roll on or choose a result from the Mummy Resurrections table to determine why a mummy has returned from the dead.", + { + "type": "table", + "caption": "Mummy Resurrections", + "colLabels": [ + "1d8", + "The Mummy Reanimates To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Defend a holy site it was created to protect." + ], + [ + "2", + "Obey the summons of a mummy lord." + ], + [ + "3", + "Oppose an enemy who has returned to life." + ], + [ + "4", + "Protect its descendants from an ancient threat." + ], + [ + "5", + "Punish the progeny of those who cursed it." + ], + [ + "6", + "Reclaim treasures robbed from its crypt." + ], + [ + "7", + "Serve whoever speaks the prayer on its tomb." + ], + [ + "8", + "Slay anyone who sets eyes on it." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Rule 7: Before opening a sarcophagus, light a torch." + ], + "from": "X the Mystic's Rules of Dungeon Survival" + } + ] + } + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mummy.webp" + } + } + ] + }, + { + "name": "Mummy Lord", + "source": "XMM", + "_copy": { + "name": "Mummies", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Those desperate to escape death sometimes make terrible bargains with wicked deities. Devoting their hearts to evil forces, these villains gain power over death and a cursed immortality that binds their minds and spirits within a desiccated corpse. Freed from mortal concerns, these mummy lords pursue their obsessions across ages.", + "Most mummy lords linger amid the ruins of ancient palaces or temples where they once held sway. Their age-old faith and ties to deathly forces grant them fearful magic, which they use to sow ruin and animate undead servants.", + "A mummy lord's heart embodies the pact that grants it immortality. Rather than bearing its heart within its corpse, a mummy lord removes and hides this accursed organ. As long as its heart isn't destroyed by fire, a mummy lord can return to unlife no matter what doom it meets.", + "Mummy lords are usually consumed by ageless plots. Roll on or choose a result from the Mummy Lord Plots table to determine a mummy lord's ancient agenda.", + { + "type": "table", + "caption": "Mummy Lord Plots", + "colLabels": [ + "1d8", + "The Mummy Lord Seeks To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Open a portal to the past, when its power was at its height." + ], + [ + "2", + "Perform a ritual that can be attempted only once every eight hundred years." + ], + [ + "3", + "Reclaim and resurrect a loved one's corpse." + ], + [ + "4", + "Reconquer the lands that once composed its empire." + ], + [ + "5", + "Recover the pieces of its lost heart." + ], + [ + "6", + "Replace its descendant as the ruler of a realm." + ], + [ + "7", + "Sacrifice a thousand souls to its god in return for true life." + ], + [ + "8", + "Transform the people of an entire nation into Undead servants." + ] + ] + }, + { + "type": "entries", + "name": "Mummy Lord Lairs", + "entries": [ + "Mummy lords typically lurk in the ruins of places they dwelled in life. Such sites have forbidding reputations, or they might be lost and forgotten." + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The scroll contained a foul ritual to raise one of the children of Anhktepot. I tried to burn it, but the flames refused to touch the parchment. Forgive me, but I cannot destroy it... and I cannot help myself." + ], + "by": "Isu, High Priest of Muhar" + } + ] + } + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Mummy Lord.webp" + } + } + ] + }, + { + "name": "Myconid Adult", + "source": "XMM", + "_copy": { + "name": "Myconids", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Myconid adults defend their territories and other myconids from invaders." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Myconid Adult.webp" + } + } + ] + }, + { + "name": "Myconid Sovereign", + "source": "XMM", + "_copy": { + "name": "Myconids", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Myconid sovereigns resemble towering myconid adults with elaborate fungal growths. They direct their lesser kin and see to the health and growth of vast fungal blooms." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Myconid Sovereign.webp" + } + } + ] + }, + { + "name": "Myconid Spore Servant", + "source": "XMM", + "_copy": { + "name": "Myconids", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Spore servants are corpses that have been overgrown and reanimated by a myconid sovereign's spores. These fungus-infested bodies are extensions of a myconid sovereign and obey its will." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Myconid Spore Servant.webp" + } + } + ] + }, + { + "name": "Myconid Sprout", + "source": "XMM", + "_copy": { + "name": "Myconids", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Myconid sprouts tend to their fungal homes and watch for trespassers." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Myconid Sprout.webp" + } + } + ] + }, + { + "name": "Myconids", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Myconids", + "entries": [ + "{@i Keepers of the Spore}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Myconids dwell in remote Underdark reaches overgrown with molds and mushrooms. These ambulatory fungal creatures tend to their sanctuaries and avoid becoming embroiled in the conflicts of other creatures. They use specialized spores to communicate, to alert one another to danger, and to defend themselves. When myconids encounter others beings, they use mind-linking spores to allow nearby creatures to telepathically share thoughts. Nevertheless, myconids' goals remain mysterious to most non-fungal creatures." + ] + } + ] + }, + { + "name": "Nalfeshnee", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Nalfeshnee", + "entries": [ + "{@i Demon of Intimidation and Hopelessness}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Nalfeshnees seek to dominate all they encounter. Hulking and grotesque, these demons combine misshapen, bestial features with ogre-like frames. Through both brute force and cunning, nalfeshnees compel cultists and weaker demons to serve them in the endless conflicts of the Abyss or in plots on the Material Plane.", + "Many nalfeshnees view themselves as prospective demon lords and seek to conquer realms of their own. They often use promises of fiendish magic or Abyssal alliances to tempt ambitious mortals into ruinous pacts. Should they run out of patience, nalfeshnees conjure visions of the Abyss and other nightmares to terrorize others into obeying.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The Blood War\u2014that ageless clash between devils and demons\u2014helps ensure the balance of the multiverse. At times it makes unlikely allies, but never delude yourself into believing there's a lesser of two evil. I won't be thanking a demon for every day I'm spared a devil's lash." + ], + "by": "Mordenkainen" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Nalfeshnee.webp" + } + } + ] + }, + { + "name": "Needle Blight", + "source": "XMM", + "_copy": { + "name": "Blights", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Needle blights have vaguely bipedal forms, with gaunt, misshapen limbs. Whether standing unnaturally still or lurching with their awkward gaits, these blights can't pass as either normal plants or woodland travelers. Once they spot foes, needle blights attack using their thorn-covered claws or by rapidly growing and flinging volleys of serrated, needlelike projectiles." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Needle Blight.webp" + } + } + ] + }, + { + "name": "Night Hag", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Night Hag", + "entries": [ + "{@i Hag of Nightmare and Corruption}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Lower Planes)|bestiary|environment=planar, lower}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Night hags seek mortals to torment and turn to evil. By day, night hags use supernatural deceptions to plague their victims, shape-shifting to pose as other creatures and make their targets believe the world has turned against them. By night, these hags reinforce their tortures with terrifying dreams. Once they force their targets to desperate limits, night hags claim their victims' tormented spirits, capturing them in sinister traps called soul bags. The hags then slip between planes of existence to barter stolen souls to vile magic-users and fiendish entities.", + "Night hags maintain networks of nefarious customers and collect rumors from across the Lower Planes. These hags might part with their secrets in exchange for magic items and other wicked prices." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Night Hag.webp" + } + } + ] + }, + { + "name": "Nightmare", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Nightmare", + "entries": [ + "{@i Dread Steed of the Lower Planes}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Lower Planes)|bestiary|environment=planar, lower}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Nightmares resemble horses with flaming manes, burning hooves, and smoldering eyes. They terrorize weaker creatures and often ally with denizens of the Lower Planes in committing evil acts. These supernatural horses can innately travel between the Ethereal Plane and the Material Plane, and many know the locations of portals to the Lower Planes, the Shadowfell, and other sinister realms.", + "Nightmares' speed, resilience, and ability to gallop between planes of existence make them steeds coveted by evildoers. Roll on or choose a result from the Nightmare Riders table to inspire what might employ a nightmare steed.", + { + "type": "table", + "caption": "Nightmare Riders", + "colLabels": [ + "1d6", + "The Nightmare Carries..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "The champion or messenger of an evil deity." + ], + [ + "2", + "A group of joyriding imps or quasits." + ], + [ + "3", + "An innocent soul trapped on the wild Fiend." + ], + [ + "4", + "A lore-hunting mage, cultist, or lich." + ], + [ + "5", + "A night hag herding larvae between planes." + ], + [ + "6", + "A wicked cavalier, such as a death knight, an erinyes, an incubus, or a vampire." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Nightmare.webp" + } + } + ] + }, + { + "name": "Noble", + "source": "XMM", + "_copy": { + "name": "Nobles", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "A noble's social advantages typically grant the noble access to greater education and training than most common folk, while nobles' experience with business or politics makes many adept negotiators." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Noble.webp" + } + } + ] + }, + { + "name": "Noble Prodigy", + "source": "XMM", + "_copy": { + "name": "Nobles", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Noble prodigies trace their lineage to a legendary hero, a demigod, a dragon, or some other ancestor that grants them magical prowess. Among some nobles, the source of a prodigy's magic might be a family secret." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Noble Prodigy.webp" + } + } + ] + }, + { + "name": "Nobles", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Nobles", + "entries": [ + "{@i Royals and Rich Folk}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual" + } + ] + }, + "Nobles encompass a variety of people with social influence. They might be rulers, wealthy merchants, callous bureaucrats, or the idle elite." + ] + } + ] + }, + { + "name": "Nothic", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Nothic", + "entries": [ + "{@i Witness to the Weird}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Consumed by their thirst for forbidden knowledge, nothics are cursed lore seekers transformed by secrets never meant to be known. The bodies of these former scholars are warped into otherworldly shapes, each with a head dominated by a gigantic, unblinking eye. Nothics remember nothing of their past lives and care only for their endless pursuit of hidden mysteries and uncanny truths. They seek revelations amid the rubble of forgotten ruins, and they use their supernatural sight to pierce magical deceptions, rot the flesh of enemies, and steal the secrets of those who interrupt their investigations.", + "Some nothics seek to end the curse that warped them into their bizarre forms, but many are unaware of\u2014or uninterested in\u2014their transformation.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Deeper. Deeper and Deeper. Deeper and creeper. Creeping they come. Up from the place that isn't a place. They come to feed. Feed on what I know. So I hide. I hide away. Away in the secret dark. Secret and dark, like all that I know I shouldn't know!" + ], + "from": "Scratches in Shadowdusk Hold" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Nothic.webp" + } + } + ] + }, + { + "name": "Nycaloth", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Nycaloth", + "entries": [ + "{@i Yugoloth of Strategy and Strife}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Gehenna)|bestiary|environment=planar, gehenna}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Fiendish warmongers, nycaloths relish combat and conquest. These tremendous winged yugoloths teleport around battlefields and into the air to bewilder their foes and attack with constantly shifting, Gehenna-forged axes\u2014mercurial weapons similar to those favored by many yugoloths.", + "Nycaloths might command groups of mezzoloths and make pacts to serve arcanaloths, ultroloths, fiendish warlords, or wicked mortals. So long as they can indulge their bloodlust, most nycaloths are willing to obey more powerful or cunning creatures. Some even serve competent leaders past the terms of their agreements to achieve long-pursued victories. But masters that lead nycaloths to defeat should fear these proud yugoloths' retribution.", + "Nycaloths and other yugoloths frequently serve as mercenary forces in extraplanar conflicts that spill onto the Material Plane. Roll on or choose a result from the Yugoloth Incursions table to inspire the plans of a yugoloth war band.", + { + "type": "table", + "caption": "Yugoloth Incursions", + "colLabels": [ + "1d4", + "Yugoloth Mercenaries Seek To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Claim a portal with strategic importance." + ], + [ + "2", + "Enlist monsters as allies or beasts of war." + ], + [ + "3", + "Destroy a city harboring enemy cultists." + ], + [ + "4", + "Liberate an imprisoned fiendish ally." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Nycaloth.webp" + } + } + ] + }, + { + "name": "Ochre Jelly", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Ochre Jelly", + "entries": [ + "{@i Multiplying Amoeboid Hunter}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Ochre jellies are giant, yellow-brown amoebas that digest organic creatures. They tirelessly hunt any prey smaller than themselves, oozing over, under, and around obstacles in their path. Once they overwhelm their quarry, these acidic slimes dissolve the flesh, hair, and scales of their prey, leaving behind clothing, equipment, treated leather, and bone.", + "If damaged by lightning or a slashing weapon, an ochre jelly splits in two. These smaller jellies work together to consume foes, but afterward they move on to hunt independently. Both eventually grow into full-size jellies.", + "What ochre jellies can't dissolve they leave behind. Roll on or choose a result from the Ochre Jelly Leftovers table to inspire such remains.", + { + "type": "table", + "caption": "Ochre Jelly Leftovers", + "colLabels": [ + "1d6", + "After a Meal, the Ochre Jelly Leaves Behind..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A bone etched with a word or an eerie symbol." + ], + [ + "2", + "Broken dragonborn or tiefling horns." + ], + [ + "3", + "An ornate prosthetic limb." + ], + [ + "4", + "The skeleton of an explorer's pet (perhaps a small dog, monkey, or parrot)." + ], + [ + "5", + "A skull with gold teeth worth {@dice 1d4} GP." + ], + [ + "6", + "A spotless suit of metal armor." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ochre Jelly.webp" + } + } + ] + }, + { + "name": "Octopus", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Octopus.webp" + } + } + ] + }, + { + "name": "Ogre", + "source": "XMM", + "_copy": { + "name": "Ogres", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ogres are 10-foot-tall brutes that overwhelm their foes and take what spoils they please. Ogre raiders ally with other evil forces in return for food, riches, and promises of battle." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ogre.webp" + } + } + ] + }, + { + "name": "Ogre Zombie", + "source": "XMM", + "_copy": { + "name": "Zombies", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ogre zombies serve as tireless labor and undying weapons of war. These massive zombies possess the size and strength to break through barriers that repel smaller zombies." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ogre Zombie.webp" + } + } + ] + }, + { + "name": "Ogres", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Ogres", + "entries": [ + "{@i Raging Hulks and Hoarders}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}, {@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}, {@filter Swamp|bestiary|environment=swamp}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Ogres are selfish raiders and hulking gluttons spawned of hateful supernatural forces. From dismal ruins and bleak hinterlands, they raid vulnerable communities and ambush travelers. Ogres covet food and treasure, and they spitefully destroy art, books, clockwork devices, and other delicate or lovingly made things. Occasionally they kidnap victims to eat later or, more rarely, performers who catch their interest.", + "Ogres trace their origins to wrathful deities such as Erythnul, Takhisis, and Vaprak. They magically emerge from the earth of lands corrupted by evil gods, sinister magic, or ancient curses. Some bear evidence of the places that spawned them, sporting rocky calluses, mossy growths, or frozen scars." + ] + } + ] + }, + { + "name": "Ogrillon Ogre", + "source": "XMM", + "_copy": { + "name": "Ogres", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ogrillons arise from Humanoids cursed by foul magic or the will of wrathful deities. They appear similar to whoever they once were, but they grow to over 8 feet tall and gain ogre-like features. Ogrillons constantly seethe with supernatural anger, which they might struggle to control or purposefully vent on other creatures." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ogrillon Ogre.webp" + } + } + ] + }, + { + "name": "Oni", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Oni", + "entries": [ + "{@i Wickedness Drawn to the Wicked}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Oni are elusive entities that inhabit dark forests and other wildernesses. By shape-shifting into the form of an innocent or moving invisibly, oni encroach on communities and lonely roads. They frequently harass people of faith, testing the limits of their piousness, or torment selfish people, punishing them for their wickedness. Wise communities often have guardian statues, annual rituals, or local superstitions meant to keep oni at bay. In rare cases, an oni might gradually befriend such communities and protect them from other threats for generations.", + "Oni torment villages that don't pay them or other supernatural forces respect. Roll on or choose a result from the Oni Troubles table to inspire how an oni menaces such communities.", + { + "type": "table", + "caption": "Oni Troubles", + "colLabels": [ + "1d4", + "The Oni Torments People By..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Charming people to perform nasty tricks." + ], + [ + "2", + "Claiming a bridge, gate, shrine, or trail and trying to eat anyone who comes near." + ], + [ + "3", + "Luring other monsters to the settlement." + ], + [ + "4", + "Playing drums that keep everyone awake." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Oni.webp" + } + } + ] + }, + { + "name": "Otyugh", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Otyugh", + "entries": [ + "{@i Garbage-Heap Gourmand}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Otyughs live to eat\u2014the more disgusting the meal, the better. They consider all non-otyughs that come within reach dishes in life's endless buffet. In dumps, sewers, polluted ruins, and similar murky depths, otyughs devour garbage, carcasses, and anything else their tentacles can cram in their expansive maws. Some creatures ply otyughs with trash to recruit them as watchful\u2014if disgusting\u2014guardians.", + "Otyughs often bury themselves amid trash heaps and observe their surroundings with their eye-studded stalk. They use glittery trash and telepathic urgings to coax creatures close, then burst from hiding, attacking with their spiny tentacles and filthy maws. Roll on or choose a result from the Otyugh Lures table to inspire how an otyugh tempts prey close.", + { + "type": "table", + "caption": "Otyugh Lures", + "colLabels": [ + "1d4", + "To Attract Potential Meals, the Otyugh..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Disguises its tentacles with garbage puppets." + ], + [ + "2", + "Sings an enticing song in Otyugh." + ], + [ + "3", + "Telepathically transmits a message like \"Happy good stuff here!\" or \"Help now! I'm too delicious?\"" + ], + [ + "4", + "Telepathically transmits an image of a large gemstone, crooked weapon, or soggy pastry." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Otyugh.webp" + } + } + ] + }, + { + "name": "Owl", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Owl.webp" + } + } + ] + }, + { + "name": "Owlbear", + "source": "XMM", + "_copy": { + "name": "Owlbears", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Owlbears are tenacious hunters that might track prey over miles and rarely give up their hunts." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Owlbear.webp" + } + } + ] + }, + { + "name": "Owlbears", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Owlbears", + "entries": [ + "{@i Magically Perfected Predators}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Created long ago by misguided mages, owlbears combine keen avian eyes, thick feathers, and a tearing beak with a mighty bearlike frame. Despite their magical origins, owlbears have propagated and spread to wildernesses across the multiverse.", + "Owlbears dwell in distinctive dens. Roll on or choose a result from the Owlbear Den Features table to inspire an owlbear den's noteworthy traits.", + { + "type": "table", + "caption": "Owlbear Den Features", + "colLabels": [ + "1d4", + "An Owlbear Den Contains..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Evidence of previous occupants, like bandits, wolves, or dragons." + ], + [ + "2", + "Heaps of regurgitated pellets studded with coins or other treasure." + ], + [ + "3", + "A nest with {@dice 1d6} owlbear eggs." + ], + [ + "4", + "Passages through the earth or hollow trees." + ] + ] + } + ] + } + ] + }, + { + "name": "Panther", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Panther.webp" + } + } + ] + }, + { + "name": "Pegasus", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Pegasus", + "entries": [ + "{@i Elusive Winged Steed}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Planar (Upper Planes)|bestiary|environment=planar, upper}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Winged, sapient horses of noble bearing, pegasi are as majestic as they are elusive. Most avoid the affairs of other creatures, preferring to dwell amid idyllic pastures or floating islands, or on other planes of existence. Others serve deities of the Feywild and Upper Planes, aiding heroes in need. In rare cases, pegasi might befriend virtuous people and serve as their companions and steeds.", + "Pegasi are hunted by servants of evil, leading many of these winged steeds to flee strangers on sight. Roll on or choose a result from the Pegasus Offerings table to inspire how one might show their good intentions to a wary pegasus.", + { + "type": "table", + "caption": "Pegasus Offerings", + "colLabels": [ + "1d4", + "A Pegasus Won't Flee Someone..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Bearing the gear of a hero the pegasus aided." + ], + [ + "2", + "Offering magical fruit or holy spring water." + ], + [ + "3", + "Singing a song in Celestial, Druidic, or Sylvan." + ], + [ + "4", + "Wearing the garb of an ancient heroic order." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Pegasi are the cherished steeds of our creator, Corellon. To see one is a blessing, but to ride one proves nothing less than the love of the gods." + ], + "by": "Yolande, Queen of Celene" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Pegasus.webp" + } + } + ] + }, + { + "name": "Performer", + "source": "XMM", + "_copy": { + "name": "Performers", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Common performers include traveling storytellers, tavern musicians, local entertainers, and chorus members performing with veteran artists. These performers might be self-taught or in the early years of formal training. Most have a modest level of celebrity and two or three instruments or talents at which they excel." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Performer.webp" + } + } + ] + }, + { + "name": "Performer Legend", + "source": "XMM", + "_copy": { + "name": "Performers", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Performer legends are celebrities known across nations, continents, or worlds. Their prestige might grant them access to the heights of society, or they might use their performances to manipulate audiences. Performer legends usually have signature traits or talents that set them apart from other entertainers, such as a distinct voice, incredible athleticism, or a unique manner of dress. They often travel with a retinue of other performers, guards, or noble patrons." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Performer Legend.webp" + } + } + ] + }, + { + "name": "Performer Maestro", + "source": "XMM", + "_copy": { + "name": "Performers", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Maestros are headlining performers who enjoy considerable renown. They might be theaters' marquee actors, astonishing daredevils, or jesters experienced at entertaining fickle royals. Some share their techniques with apprentices, while others jealously guard their secrets." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Performer Maestro.webp" + } + } + ] + }, + { + "name": "Performers", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Performers", + "entries": [ + "{@i Artists and Entertainers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}, Individual" + } + ] + }, + "From royal courts to village squares, skilled entertainers hone their talents and delight audiences. Some travel far, sharing tales and demonstrating mysterious arts. Others serve in the courts and theaters of great nations, cultivating celebrity and navigating the whims of patrons. Many hone professional secrets and magical flourishes, striving to make their performances truly unforgettable.", + "Use the following list of entertainers and roles to inspire the performers in your adventures:", + { + "type": "list", + "style": "list-no-bullets", + "columns": 3, + "items": [ + "Acrobat", + "Actor", + "Aerialist", + "Animal trainer", + "Athlete", + "Burlesque artist", + "Busker", + "Circus performer", + "Comedian", + "Contortionist", + "Dancer", + "Daredevil", + "Jester", + "Juggler", + "Magician", + "Mentalist", + "Mime", + "Minstrel", + "Mourner", + "Oral historian", + "Poet", + "Puppeteer", + "Ritualist", + "Stage fighter", + "Storyteller", + "Throat singer", + "Town crier", + "Trick rider", + "Vocalist", + "Wrestler" + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Welcome, one! Welcome, all! Welcome to the short, and welcome to the tall! Welcome angels, welcome fiends, welcome to all from walks between! Welcome to the Carnival!" + ], + "by": "Tindal, Carnival Barker" + } + ] + } + ] + } + ] + }, + { + "name": "Peryton", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Peryton", + "entries": [ + "{@i Winged Heart Hunter}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Perytons are monstrous predators that hunt people\u2014particularly humans and elves\u2014in favor of all other prey. With the bodies of mighty avian scavengers and fanged, stag-like heads, perytons use ambush tactics to dive-bomb travelers. Strangely, the shadows they cast resemble humanoid silhouettes. This supernatural oddity lends credence to stories that perytons are cursed humans or elves, or that they arise from carrion birds that feed on the corpses of villains.", + "Perytons tear out the hearts of those they slay, carrying the organs back to grisly lairs. This gives rise to numerous superstitions surrounding perytons. Roll on or choose a result from the Peryton Superstitions table to inspire why a peryton steals hearts.", + { + "type": "table", + "caption": "Peryton Superstitions", + "colLabels": [ + "1d4", + "If a Peryton Collects Enough Hearts..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "The hearts grant an evil wish." + ], + [ + "2", + "It reverts to its original form." + ], + [ + "3", + "A new peryton hatches from each heart." + ], + [ + "4", + "A portal opens to the Lower Planes." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Peryton.webp" + } + } + ] + }, + { + "name": "Phase Spider", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Phase Spider", + "entries": [ + "{@i Plane-Shifting Arachnid Ambusher}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Planar (Ethereal Plane)|bestiary|environment=planar, ethereal}, {@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Phase spiders appear out of nowhere to attack, then vanish just as swiftly. These horse-size, magical arachnids are endemic to the Ethereal Plane. From vaporous lairs, they peer through the Border Ethereal into the Material Plane. When they detect prey, phase spiders draw close and then shift or \"phase\" to the Material Plane to attack. They shift between planes of existence and attack from unexpected directions until they overcome their prey or are forced to retreat.", + "Phase spiders are more intelligent than mundane spiders, but most are cowards. They usually flee if they're outnumbered by creatures capable of seeing them on the Ethereal Plane or pursuing them there. They make exceptions for ghosts and similar spirits, which phase spiders gain sustenance from and pursue as favored prey.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Some sages say you unknowingly occupy the same ethereally coterminous point as a phase spider an average of four times each year." + ], + "by": "Marcus Wands, Doubtful Authority" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Phase Spider.webp" + } + } + ] + }, + { + "name": "Piercer", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Piercer", + "entries": [ + "{@i Aberrant Counterfeit Stalactite}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual" + } + ] + }, + "Piercers resemble stalactites, but each has a toothy maw and a single eye. They hang from cavern ceilings along routes frequented by denizens of the Underdark. Piercers might lurk for months at a time, waiting for any creature of their approximate size to pass underneath. When potential meals move below, piercers release their grip and plummet, intent on impaling prey in a single strike. If they're successful, piercers consume their meals and then slowly climb to a new ambush position. If they miss or fail to slay their targets, piercers attempt to squirm away, but they're easily dispatched by creatures aware of their presence.", + "Piercers are the larval form of ropers. Young piercers seek to move as far from ropers as they can to avoid ropers' undiscerning hunger. Many piercers migrate vast distances through the Underdark, often to caverns or buried ruins near the surface.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Rule 8: Never trust a stalactite" + ], + "from": "X the Mystic's Rules of Dungeon Survival" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Piercer.webp" + } + } + ] + }, + { + "name": "Piranha", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Piranha.webp" + } + } + ] + }, + { + "name": "Pirate", + "source": "XMM", + "_copy": { + "name": "Pirates", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Along with being competent warriors, pirates are accomplished seafarers who know how to sail and maintain a ship. While some loyally follow their captains' orders, others place greed, superstition, or self-preservation over duty." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Pirate.webp" + } + } + ] + }, + { + "name": "Pirate Admiral", + "source": "XMM", + "_copy": { + "name": "Pirates", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Pirate admirals command whole pirate fleets. They undertake audacious ventures, such as challenging the navies of coastal nations, hunting legendary sea creatures, or carving out their own pirate kingdoms. Pirate admirals might launch their fleets from hidden fortresses where they hoard their treasure\u2014or keep maps to where they've hidden their riches. Some pirate admirals ally with the followers of oceanic deities, underwater dwellers, and sea monsters, as well as their fellow scalawags." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Pirate Admiral.webp" + } + } + ] + }, + { + "name": "Pirate Captain", + "source": "XMM", + "_copy": { + "name": "Pirates", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Pirate captains command crews of pirates, dictating their destinations and targets. Captains cultivate fearsome and theatrical reputations, painting themselves as larger-than-life characters to terrorize their foes, ensure the obedience of their crews, and attract followers to their banner. Many have colorful nicknames inspired by signature traits and deeds." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Pirate Captain.webp" + } + } + ] + }, + { + "name": "Pirates", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Pirates", + "entries": [ + "{@i Freebooters and Fortune Hunters}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual, {@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "The term \"pirate\" encompasses a broad range of seafarers, including vicious sea rovers, dogged privateers, cursed treasure hunters, and others who seek riches and fame on the seas.", + "Pirates might be allies, foes, wild cards, or some combination thereof. While they are the bane of merchants and coastal communities, they know secrets of the sea and how to avoid aquatic threats. More unusual pirates set their sights beyond the waves, using airships, spelljamming vessels, plane-shifting craft, or stranger vehicles to explore and raid incredible realms.", + { + "type": "entries", + "name": "Pirate Flags", + "entries": [ + "To terrify opponents and spread their reputations, pirate crews fly distinctive flags. Roll twice on or choose results from the Pirate Flags table to inspire what flag a pirate crew sails under.", + { + "type": "table", + "caption": "Pirate Flags", + "isNameGenerator": true, + "colLabels": [ + "1d8", + "The Flag Shows A...", + "With..." + ], + "colStyles": [ + "col-2 text-center", + "col-5", + "col-5" + ], + "rows": [ + [ + "1", + "Buccaneer", + "A captain's hat" + ], + [ + "2", + "Dragon", + "Crossbones" + ], + [ + "3", + "Fiend", + "Crossed blades" + ], + [ + "4", + "Goat", + "An eye patch" + ], + [ + "5", + "Kraken", + "Lightning bolts" + ], + [ + "6", + "Merfolk", + "A mug of ale" + ], + [ + "7", + "Skull", + "A tattoo" + ], + [ + "8", + "Whale", + "A treasure chest" + ] + ] + } + ] + } + ] + } + ] + }, + { + "name": "Pit Fiend", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Pit Fiend", + "entries": [ + "{@i Devil of Domination}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Masterminds of the Nine Hells and generals of infernal legions, pit fiends seek conquests across the planes of existence. More than warmongers, these diabolical tyrants concoct intricate plots that play out among fiendish battlefields, infernal politics, and mortal conspiracies.", + "Pit fiends are the nobility of the Nine Hells, and many rule Lower Planar fiefdoms, doomed mortal worlds, and other infernal redoubts. Most serve archdevils of the Nine Hells as they pursue their own ambitions. Ranks of lesser devils obey pit fiends, but these cunning tyrants remain on guard against betrayal from their servants.", + "Smoldering with the evil of the Nine Hells, pit fiends strike fear in creatures with their mere presence. Despite their size and incredible physical and magical might, pit fiends are as likely to try to corrupt foes as they are to destroy them outright. Pit fiends' arrogance can lead them to underestimate mortal foes\u2014a failing that can lead to their downfall." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Pit Fiend.webp" + } + } + ] + }, + { + "name": "Pixie", + "source": "XMM", + "_copy": { + "name": "Pixies", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Pixies spend their days frolicking and exploring and avoid direct conflict when they can." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Pixie.webp" + } + } + ] + }, + { + "name": "Pixie Wonderbringer", + "source": "XMM", + "_copy": { + "name": "Pixies", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Energetic entertainers, wonderbringers use their magic in defense of the wilderness when they must." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Pixie Wonderbringer.webp" + } + } + ] + }, + { + "name": "Pixies", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Pixies", + "entries": [ + "{@i Friends of the Forest}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Planar (Feywild)|bestiary|environment=planar, feywild}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Barely a foot tall, pixies resemble diminutive elves with gossamer wings. They invisibly observe those who enter their wooded homes, revealing themselves to those with friendly intentions. Those who are unfriendly become the targets of pixies' pranks." + ] + } + ] + }, + { + "name": "Planetar", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Planetar", + "entries": [ + "{@i Righteously Wrathful Angelic Warrior}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Upper Planes)|bestiary|environment=planar, upper}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Planetars deliver the punishment of righteous gods. These angels innately know truth from lies, and they use magic and blessed weapons to protect the just and root out wickedness across the Multiverse.", + "These angels act where they can against overwhelming evil, but to avoid the attention of the Lower Planes, they prefer to let mortals attend to affairs on the Material Plane. Planetars often choose mortal champions to oppose threats they're loath to face directly, involving themselves only if necessary. Roll on or choose a result from the Planetar Quests table to inspire what evil a planetar might recruit heroes to thwart.", + { + "type": "table", + "caption": "Planetar Quests", + "colLabels": [ + "1d6", + "The Planetar Entreats a Mortal Hero To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Convince a villain to meet with the angel." + ], + [ + "2", + "Find a loved one a villain believes is dead." + ], + [ + "3", + "Heal the loved one of an evil ruler." + ], + [ + "4", + "Inspire the defenders of a besieged holy site." + ], + [ + "5", + "Recover and destroy an evil Artifact." + ], + [ + "6", + "Reveal the true name of a devil to banish it." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Planetar.webp" + } + } + ] + }, + { + "name": "Plesiosaurus", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Plesiosaurus.webp" + } + } + ] + }, + { + "name": "Polar Bear", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Polar Bear.webp" + } + } + ] + }, + { + "name": "Poltergeist", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Poltergeist", + "entries": [ + "{@i Malevolent or Mischievous Spirit}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Poltergeists are spirits that confuse and torment the living. While typically not visible, they sometimes appear as faded images of whoever they were in life. Some poltergeists don't realize they're dead and go through the motions of their past lives. Others are malicious beings or embodiments of fractured psyches that sow discord where they haunt.", + "Poltergeists telekinetically move objects in the places they lurk. Roll on or choose a result from the Poltergeist Activities table to inspire how a poltergeist menaces the living.", + { + "type": "table", + "caption": "Poltergeist Activities", + "colLabels": [ + "1d8", + "To Torment the Living, the Poltergeist..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Keeps returning a discarded item." + ], + [ + "2", + "Leaves footprints on vertical surfaces." + ], + [ + "3", + "Makes noises like someone trapped in a wall." + ], + [ + "4", + "Organizes a pack's contents across the floor." + ], + [ + "5", + "Playfully puppets a corpse or doll." + ], + [ + "6", + "Removes bedding while someone sleeps." + ], + [ + "7", + "Sticks knives or weapons in the ceiling." + ], + [ + "8", + "Uncannily stacks books, furniture, or utensils." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Poltergeist.webp" + } + } + ] + }, + { + "name": "Pony", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Pony.webp" + } + } + ] + }, + { + "name": "Priest", + "source": "XMM", + "_copy": { + "name": "Priests", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Priests draw on their beliefs to heal the needful and smite their foes. They can channel their faith as spells and empower their weapons with divine might." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Priest.webp" + } + } + ] + }, + { + "name": "Priest Acolyte", + "source": "XMM", + "_copy": { + "name": "Priests", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Priest acolytes have great faith but modest magical skill. Some might be trainees in religious organizations or soldiers in zealous armies, while others are faith leaders in small communities or wanderers on pilgrimages." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Priest Acolyte.webp" + } + } + ] + }, + { + "name": "Priests", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Priests", + "entries": [ + "{@i Arbiters of the Mortal and the Divine}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual, {@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Priests harness the power of faith to work miracles. These religious adherents are as diverse as the faiths they follow. Some obey gods and their servants, while others live by age-old creeds. Belief guides priests' actions and their magic, which they use to shape the world in line with their ideologies.", + "Roll on or choose a result from the Priest Roles table to inspire different sorts of priests.", + { + "type": "table", + "caption": "Priest Roles", + "colLabels": [ + "1d10", + "The Priest Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "An ascetic who keeps wicked spirits at bay." + ], + [ + "2", + "An elder who speaks for the dead." + ], + [ + "3", + "An exorcist who hunts wicked spirits." + ], + [ + "4", + "A follower of a god no one has heard of." + ], + [ + "5", + "A mediator and teacher of traditional ways." + ], + [ + "6", + "A philosopher devoted to a concept, multiversal view, or plane of existence." + ], + [ + "7", + "The reincarnation of an ancient faith leader." + ], + [ + "8", + "A ritualist who uses tinctures and performances to access the divine." + ], + [ + "9", + "A shaman whose medicines ease many ills." + ], + [ + "10", + "A zealot who wages war for a divine cause." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Shining One, light my hours. Enkindle my soul, and inspire my deeds. Chase the shadows from my path, and let me walk in your brilliance." + ], + "from": "Morning prayer to Pelor" + } + ] + } + ] + } + ] + }, + { + "name": "Primeval Owlbear", + "source": "XMM", + "_copy": { + "name": "Owlbears", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Ancient forests and Feywild demesnes steeped in magic can give rise to particularly large and vicious owlbears. These primeval specimens can fly\u2014albeit poorly\u2014and emit thunderous screeches that can rattle foes and even tear them asunder." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Primeval Owlbear.webp" + } + } + ] + }, + { + "name": "Pseudodragon", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Pseudodragon", + "entries": [ + "{@i Fickle, Pint-Sized Dragon}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Pseudodragons dwell in scenic wildernesses, preferably where life is easy and prey is small and slow. There they behave like contented wyrms, creating tiny lairs amid ancient trees and rugged cliffs. They fill these lairs with shiny rocks, colorful shells, and unattended treasures that catch their attention, and they guard these hoards fiercely.", + "Pseudodragons grow to the size of large house cats, and most have red-brown scales. Some have scales with other hues or patterns\u2014markings distinct from those of their larger draconic cousins.", + "Many magic-users attempt to befriend pseudodragons, hoping to enlist them as familiars. The creatures' intellect and resistance to magic make them excellent companions, and they're considered status symbols in some spellcasting circles.", + "Many pseudodragons prefer the finer things in life. These diminutive dragons might be inclined to aid those who ply them with treats. Contrariwise, mages who don't properly pamper their pseudo dragon familiars might be abandoned without warning. Roll on or choose an option from the Pseudo dragon Treats table to inspire a pseudodragon's taste in gifts.", + { + "type": "table", + "caption": "Pseudodragon Treats", + "colLabels": [ + "1d10", + "The Pseudodragon Wants..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Flamboyant accessories it can wear." + ], + [ + "2", + "Mementos from a lost friend or master." + ], + [ + "3", + "Outlandish delicacies\u2014like axe beak-egg omelets or mammoth-milk cheese." + ], + [ + "4", + "The possessions of a sibling, rival, or master." + ], + [ + "5", + "Shiny gifts, from gems to abalone shells." + ], + [ + "6", + "Soft bedding and stuffed toys." + ], + [ + "7", + "A specific cook's signature dessert." + ], + [ + "8", + "Time-consuming beauty treatments." + ], + [ + "9", + "To hear a bedtime story or favorite song." + ], + [ + "10", + "Trophies and important-sounding titles." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "If you want to keep a pseudodragon happy, get used to thinking of yourself as its familiar." + ], + "by": "Jallarzi, Pseudodragon's Companion" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Pseudodragon.webp" + } + } + ] + }, + { + "name": "Psychic Gray Ooze", + "source": "XMM", + "_copy": { + "name": "Gray Oozes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Psychic gray oozes exhibit violent psionic abilities. These oozes sometimes result from failed attempts to summon or create creatures linked to the Elemental Plane of Earth, like gargoyles or homunculi." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Psychic Gray Ooze.webp" + } + } + ] + }, + { + "name": "Pteranodon", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Pteranodon.webp" + } + } + ] + }, + { + "name": "Purple Worm", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Purple Worm", + "entries": [ + "{@i What Gnaws the Roots of the World}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Titanic purple worms burrow through the earth and sand. Ever ravenous, they devour smaller creatures and ravage entire communities in their aimless burrowing.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Purple worms alone are bad enough, but the blasted monsters have a knack for unearthing things that are even worse!" + ], + "by": "Morrikan d'Kundarak" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Purple Worm.webp" + } + } + ] + }, + { + "name": "Quaggoth", + "source": "XMM", + "_copy": { + "name": "Quaggoths", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "For quaggoths, every fight means life or death. They battle with wild fury and do anything to survive." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Quaggoth.webp" + } + } + ] + }, + { + "name": "Quaggoth Thonot", + "source": "XMM", + "_copy": { + "name": "Quaggoths", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Quaggoth thonots possess psionic abilities, which they use to give themselves an edge in combat and to coerce the service of other quaggoths." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Quaggoth Thonot.webp" + } + } + ] + }, + { + "name": "Quaggoths", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Quaggoths", + "entries": [ + "{@i Unpredictable Subterranean Stalkers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Beastly hunters endemic to subterranean depths, quaggoths scrape harsh existences from the Underdark. While they can survive on bitter lichens and toxic fungi, they viciously attack anything they can make a meal of, from giant spiders to explorers. Quaggoths sometimes serve as muscle for Underdark-dwelling villains.", + "Quaggoths frequently collect in small bands led by the most fearsome group member. These bands are proud and quick to hold grudges. Anyone who harms a quaggoth\u2014or who is suspected of doing so\u2014earns the enmity of that quaggoth's band regardless of reason or fault. These grudges sometimes extend to whole communities rather than individuals. Generations of quaggoths might seek revenge against a settlement's inhabitants for decades-old slights. Only the leader of a quaggoth band can demand that a grudge ends." + ] + } + ] + }, + { + "name": "Quasit", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Quasit", + "entries": [ + "{@i Demon of Discord and Disorder}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Tirelessly destructive, quasits sow discord through nasty pranks, sabotage, and ambushes. These tiny demons use chaos and violence to terrorize others. By shape-shifting into harmless but ill-omened creatures or by turning {@condition invisible}, quasits sneak into places where they spy for villainous masters or set vicious traps. Quasits delight in hiding in dark places and\u2014when least expected\u2014bursting forth to slash foes with their {@condition poisoned} claws.", + "Quasits are usually overlooked and underestimated by other demons. This drives them to prove themselves through cruel acts or by seeking paths to the Material Plane. Among mortals, quasits sow senseless chaos, and they might find kindred evil spirits among violent cultists and magic-users.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "A thing doesn't need to be big to be gut-flippingly dreadful. Just think of all the folks who're squeamish around spiders. Now imagine a spider as big as a cat and that wants to steal your tongue." + ], + "by": "Otto the Bard" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Quasit.webp" + } + } + ] + }, + { + "name": "Questing Knight", + "source": "XMM", + "_copy": { + "name": "Knights", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Questing knights travel in pursuit of a cause, such as slaying a villain, defeating a monster, recovering an Artifact, or restoring their lost honor." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Questing Knight.webp" + } + } + ] + }, + { + "name": "Rakshasa", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Rakshasa", + "entries": [ + "{@i Deceiver Hungry for Power and Flesh}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Masters of manipulation, rakshasas infiltrate communities to claim positions of power. While disguising their true natures, they kidnap victims and indulge their insatiable hunger for flesh.", + "Rakshasas can withstand some degree of magic, but legends tell of blessed warriors felling them with crossbow bolts, arrows, or similar weapons.", + "Rakshasas' appearances combine humanlike bodies with the features of animals and monsters. All rakshasas have a physical oddity that remains when they adopt magical disguises, such as palms where the backs of the hands would be on humans." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Rakshasa.webp" + } + } + ] + }, + { + "name": "Rat", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Rat.webp" + } + } + ] + }, + { + "name": "Raven", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Raven.webp" + } + } + ] + }, + { + "name": "Red Dragon Wyrmling", + "source": "XMM", + "_copy": { + "name": "Red Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Red dragon wyrmlings are born destroyers. From a young age, they delight in igniting objects and creatures alike. They sometimes restrain themselves from scorching creatures to instead bully others into following their orders and bringing them gifts." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Red Dragon Wyrmling.webp" + } + } + ] + }, + { + "name": "Red Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Red Dragons", + "entries": [ + "{@i Dragons of Greed and Devastation}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Red dragons take whatever they desire and burn to ash anything that stands in their way. These chromatic dragons endlessly desire more\u2014more magic, territory, treasure, or whatever else inflames their cruel ambitions.", + "Red dragons make their lairs amid perilous cliffs and volcanoes. Within, they amass and fiercely protect hoards of treasure, and many have perfect recall of the hoards' contents and the locations of all they've collected. Should anything go missing, red dragons fly into rages. They don't rest until their treasures are returned and the thieves have burned.", + "Red dragons believe themselves to be the greatest of all dragons and, by extension, the greatest of all creatures. To them, pillaging and conquering are their right\u2014treasures can find no more honored place than in their hoards, and other creatures are privileged to serve them.", + { + "type": "entries", + "name": "Red Dragon Lairs", + "entries": [ + "Red dragons make their lairs in smoldering, unapproachable places such as volcanic mountains, burning wastelands, and ruins they've stolen from other creatures." + ] + } + ] + } + ] + }, + { + "name": "Red Slaad", + "source": "XMM", + "_copy": { + "name": "Slaadi", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Red slaadi amass in vast throngs in Limbo. There they wrestle and croak-sing as they endlessly dismantle and rebuild islands of drifting planar matter. When they encounter non-slaadi, red slaadi seek to play with, telepathically converse with, or devour the other creatures. These whims change from moment to moment. Red slaadi instinctively avoid harming those bearing slaadi eggs, which red slaadi implant using their claws, or other slaad curses." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Red Slaad.webp" + } + } + ] + }, + { + "name": "Reef Shark", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Reef Shark.webp" + } + } + ] + }, + { + "name": "Remorhaz", + "source": "XMM", + "_copy": { + "name": "Remorhazes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Full-grown remorhazes are single-minded ambush predators. They attempt to bite prey and trap it against their searing bodies, then swallow their meal whole. Remorhazes eat as much as they can, since they might go months without feeding." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Remorhaz.webp" + } + } + ] + }, + { + "name": "Remorhazes", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Remorhazes", + "entries": [ + "{@i Super-Heated Arctic Arthropods}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Remorhazes are centipede-like terrors that burrow through snow and ice to ambush smaller creatures that trespass in their frozen territories." + ] + } + ] + }, + { + "name": "Revenant", + "source": "XMM", + "_copy": { + "name": "Revenants", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Revenants possess the bodies they had in life, using them to hunt down their killers. If their bodies are destroyed, they take control of new bodies that gradually change to resemble the revenants' original forms." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Revenant.webp" + } + } + ] + }, + { + "name": "Revenants", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Revenants", + "entries": [ + "{@i Vengeance from beyond the Grave}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Swamp|bestiary|environment=swamp}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Wrathful spirits bent on revenge, revenants possess corpses and other materials, using them to seek justice or vent their rage on those who wronged them. Revenants refuse to rest until those they seek to punish are no more. If their bodies are destroyed, revenants claim new forms and continue their ruthless quests." + ] + } + ] + }, + { + "name": "Rhinoceros", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Rhinoceros.webp" + } + } + ] + }, + { + "name": "Riding Horse", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Riding Horse.webp" + } + } + ] + }, + { + "name": "Roc", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Roc", + "entries": [ + "{@i Avian of Unbelievable Size}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}, {@filter Coastal|bestiary|environment=coastal}, {@filter Desert|bestiary|environment=desert}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Birds of prey of fantastic scale, rocs hunt over vast territories and can snatch whole elephants, whales, or wagons in their talons. They then carry their prey back to their remote nests, journeys that can take days and cover hundreds of miles.", + "Rocs nest amid remote heights. Their nests are typically littered with treasure and uneaten prey. Roll on or choose an option from the Roc Nest Remnants table to inspire what's in a roc's nest.", + { + "type": "table", + "caption": "Roc Nest Remnants", + "colLabels": [ + "1d6", + "The Roc's Nest Holds..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "The burial litter of a lost hero." + ], + [ + "2", + "A caravan wagon full of trade goods." + ], + [ + "3", + "A live elephant." + ], + [ + "4", + "{@dice 1d4} eggs larger than adult humans." + ], + [ + "5", + "Someone marooned in the nest." + ], + [ + "6", + "A statue of a knight riding a rearing steed." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Roc.webp" + } + } + ] + }, + { + "name": "Roper", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Roper", + "entries": [ + "{@i Tentacled Subterranean Trapper}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Camouflaged as rock formations, ropers are aberrant ambushers that lurk in wait for smaller creatures. These bizarre subterranean hunters extend their rubbery tentacles to explore and prod their surroundings, often reaching beyond their fields of vision. Should they encounter prey, these limbs ensnare victims and drag them close to ropers' toothy maws. If these tentacles are severed, ropers rapidly grow replacements.", + "Ropers can move, albeit slowly. Crawling on the sticky cilia that cover their undersides, ropers can climb walls and suspend themselves from ceilings. These hunters often position themselves in unexpected or treacherous locations, using their surroundings to weaken their prey. Roll on or choose a result from the Roper Hazards table to inspire what dangers ropers employ when ambushing prey.", + { + "type": "table", + "caption": "Roper Hazards", + "colLabels": [ + "1d8", + "The Roper Drags Prey Through..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Areas that trigger traps." + ], + [ + "2", + "Caverns filled with smoke or gas." + ], + [ + "3", + "{@book dead magic zone|XDMG|2|Dead Magic} or {@hazard Wild Magic Zone|XDMG|Wild Magic zones}." + ], + [ + "4", + "The lair of a creature it is trying to bait out." + ], + [ + "5", + "A nest of rats, insects, or other vermin." + ], + [ + "6", + "Patches of brown mold* or green slime*." + ], + [ + "7", + "Pools of magma or boiling water." + ], + [ + "8", + "{@book razorvine|DMG|5|Razorvine} or similar dangerous plants." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Rule 9: Never trust a stalagmite." + ], + "from": "X the Mystic's Rules of Dungeon Survival" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Roper.webp" + } + } + ] + }, + { + "name": "Rust Monster", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Rust Monster", + "entries": [ + "{@i Corrosive, Equipment-Eating Scavenger}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Rust monsters roam the Underdark searching for ferrous metal. When they find this material\u2014whether natural veins, subterranean structures, or creatures' equipment\u2014these beetle-like scavengers rush to feed. Using their feathery antennae, rust monsters dissolve metals such as iron and steel into rusted scrap. They easily gnaw through this corroded metal using their mandibles. Rust monsters usually ignore creatures without metal equipment, but they defend themselves if attacked." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Rust Monster.webp" + } + } + ] + }, + { + "name": "Saber-Toothed Tiger", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Saber-Toothed Tiger.webp" + } + } + ] + }, + { + "name": "Sahuagin", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Sahuagin", + "entries": [ + "{@i Ravagers from Beneath the Waves}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Underwater|bestiary|environment=underwater}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Sahuagin are fiendish terrors that prey on creatures above and below the water. Called \"sea devils\" by residents of coastal communities, sahuagin are ruthless raiders. They ransack ships, fishing villages, and undersea communities to slake their bloodthirst, claim treasure, and make sacrifices to their vicious deity\u2014the sharklike god Sekolah.", + "Sahuagin constantly war on any peoples living near their territory. Merfolk and other aquatic folk bear the brunt of these attacks, but sahuagin also hunt air-breathers who sail over or swim through the waters the sea devils claim. Sahuagin often attack alongside sharks, which they can telepathically command.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "When a sahuagin comes at you, it doesn't seem to be living until it bites you. Then the thing's black eyes turn red as hellfire and the waves foam crimson. Then comes the screaming." + ], + "by": "Tiguran Maremrynd", + "from": "A Survivor's Memoir" + } + ] + } + ] + } + ] + }, + { + "name": "Sahuagin Baron", + "source": "XMM", + "_copy": { + "name": "Sahuagin", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "During times of great conflict, Sekolah blesses particularly ruthless sahuagin warriors with increased size and an additional pair of arms, transforming them into sahuagin barons. These boons elevate the recipients' status among their kind, and they become champions or leaders. Sahuagin barons' blood is infused with profane magic capable of searing their enemies and making these foes irresistible targets for other Fiends." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sahuagin Baron.webp" + } + } + ] + }, + { + "name": "Sahuagin Priest", + "source": "XMM", + "_copy": { + "name": "Sahuagin", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Sahuagin priests serve the will of Sekolah or other fiendish masters. They direct and support other sahuagin, and they consider every combatant that falls in battle\u2014whether enemy or ally\u2014a sacrifice to their fierce deities." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sahuagin Priest.webp" + } + } + ] + }, + { + "name": "Sahuagin Warrior", + "source": "XMM", + "_copy": { + "name": "Sahuagin", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Sahuagin warriors are vicious combatants that savage their foes with webbed claws. Once sahuagin draw blood, they usually attack until either they or their foe is slain." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sahuagin Warrior.webp" + } + } + ] + }, + { + "name": "Salamander", + "source": "XMM", + "_copy": { + "name": "Salamanders", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Most salamanders are arrogant yet curious, seeking to create artful blazes or burn that which has never been burned. They eagerly explain their work to strangers before trying to determine how the strangers burn. Salamanders radiate intense heat, which is conducted by their blazing weapons." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Salamander.webp" + } + } + ] + }, + { + "name": "Salamander Fire Snake", + "source": "XMM", + "_copy": { + "name": "Salamanders", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Juvenile salamanders emerge from burning hot, two-foot-diameter eggs. Called fire snakes, these serpentlike creatures slither through the Plane of Fire and other intensely hot places. After consuming the proper fuels and exposing themselves to fiery extremes, fire snakes grow into salamanders." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Salamander Fire Snake.webp" + } + } + ] + }, + { + "name": "Salamander Inferno Master", + "source": "XMM", + "_copy": { + "name": "Salamanders", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Salamander inferno masters are ancient connoisseurs of flames and often inhabit places with unique scorching properties. They gather communes of apprentices who learn fiery techniques while helping their mentors accomplish great works. Inferno masters have ambitious goals, such as causing massive volcanic eruptions, opening portals to burning planes, destroying Artifacts, or burning all instances of something from the multiverse." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Salamander Inferno Master.webp" + } + } + ] + }, + { + "name": "Salamanders", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Salamanders", + "entries": [ + "{@i Serpentine Artists of the Inferno}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Elemental Plane of Fire)|bestiary|environment=planar, fire}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Salamanders are serpentine denizens of the Elemental Plane of Fire. They believe that flames expose the purest forms of all things and delight in burning and melting things, seeing fleeting beauty and striking nuances in blazes consuming different fuels\u2014ancient forests, artistic masterpieces, or living creatures. To salamanders, those that can't endure their flames are nothing but ashes in disguise. They harbor malice toward few creatures, but they consider creating remarkable flames more important than the pain and loss their fires cause.", + "Salamanders are typically content to dwell on the Elemental Plane of Fire, creating strange, temporary art amid the flames. Some travel to other planes of existence and worlds to experience the flames of other realms or create conflagrations of unprecedented scale.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The salamanders of the Elemental Plane of Fire delight in meeting visitors from other realms. For them, every stranger is a potential addition to their fiery artistry. Don't fall for their flattery, no matter how beautifully they say you'll burn." + ], + "by": "Filiag Highthumbs", + "from": "Planes and Travel" + } + ] + } + ] + } + ] + }, + { + "name": "Satyr", + "source": "XMM", + "_copy": { + "name": "Satyrs", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Satyrs enjoy demonstrating their physicality through contests, evicting party poopers, and defending Fey realms." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Satyr.webp" + } + } + ] + }, + { + "name": "Satyr Revelmaster", + "source": "XMM", + "_copy": { + "name": "Satyrs", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Satyr revelmasters use magical music to change the moods of other creatures. They do so to keep their celebrations exciting and to ward off foes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Satyr Revelmaster.webp" + } + } + ] + }, + { + "name": "Satyrs", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Satyrs", + "entries": [ + "{@i Horned and Hoofed Revelers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Planar (Feywild)|bestiary|environment=planar, feywild}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "Satyrs embody the untamed joys of the wilderness. They indulge in sprees of merrymaking\u2014eating, drinking, performing, fighting, and frolicking." + ] + } + ] + }, + { + "name": "Scarecrow", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Scarecrow", + "entries": [ + "{@i Servant of Superstition}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Grassland|bestiary|environment=grassland}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Spirits of vengeance bound to crude frames, scarecrows arise from folk magic, the prayers of desperate commoners, or possession by spirits that died with violent work left undone. Scarecrows might serve those who created them or might defend a place, family, or community from threats\u2014whether physical or to their way of life.", + "Although scarecrows take their name from rural effigies, they might take varied patchwork forms. Roll on or choose a result from the Scarecrow Frames table to inspire a scarecrow's appearance.", + { + "type": "table", + "caption": "Scarecrow Frames", + "colLabels": [ + "1d8", + "The Scarecrow Is Made From..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Animal furs, bones, horns, and claws." + ], + [ + "2", + "Beehives or wasp nests over a wicker frame." + ], + [ + "3", + "A carved pumpkin atop a body of thick vines." + ], + [ + "4", + "Nets, flotsam, grapnels, and fishing tackle." + ], + [ + "5", + "Oversize stuffed animal or mannequin parts." + ], + [ + "6", + "Rusty armor and torture devices." + ], + [ + "7", + "A sackcloth head atop straw-stuffed clothes." + ], + [ + "8", + "Wedding clothes that were never worn." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Scarecrow.webp" + } + } + ] + }, + { + "name": "Scorpion", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Scorpion.webp" + } + } + ] + }, + { + "name": "Scout", + "source": "XMM", + "_copy": { + "name": "Scouts", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Scouts are keen archers and acutely aware of their surroundings. They often know several regions particularly well and are familiar with local creatures, landmarks, and perils." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Scout.webp" + } + } + ] + }, + { + "name": "Scout Captain", + "source": "XMM", + "_copy": { + "name": "Scouts", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Scout captains are experienced explorers and sharpshooters. They might lead bands of other scouts or disappear into the wilds alone for months at a time." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Scout Captain.webp" + } + } + ] + }, + { + "name": "Scouts", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Scouts", + "entries": [ + "{@i Watchers and Wanderers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}, Individual" + } + ] + }, + "Scouts are warriors of the wilderness, trained in hunting and tracking. They might be explorers or trappers, or they could perform more martial roles as archers, bounty hunters, or outriders." + ] + } + ] + }, + { + "name": "Sea Hag", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Sea Hag", + "entries": [ + "{@i Hag of Despair and the Dismal Deep}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Underwater|bestiary|environment=underwater}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Sea hags loathe peace and beauty. Bitter, jealous creatures, they spread chaos and undermine joy however they can, undertaking elaborate deceptions to sow discord for its own sake. The hags' true forms are supernaturally vile, and their baleful gazes can strike down creatures {@condition frightened} by their appearance.", + "Sea hags cloak themselves in illusions to work their schemes. Roll on or choose a result from the Sea Hag Disguises table to inspire a sea hag's illusion and how they might use it to wreak chaos and destruction.", + { + "type": "table", + "caption": "Sea Hag Disguises", + "colLabels": [ + "1d6", + "The Sea Hag Takes the Form of A..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Captive and claims nearby villagers bound them and left them to drown." + ], + [ + "2", + "Castaway and shares a cursed item's location with would-be rescuers." + ], + [ + "3", + "Healer and passes off poisons as medicine." + ], + [ + "4", + "Panic-spreading prophesier of doom." + ], + [ + "5", + "Ship captain and delivers passengers to the hag's pet sea monster." + ], + [ + "6", + "Wounded sailor and claims their ship was destroyed by merfolk or other peaceful people." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sea Hag.webp" + } + } + ] + }, + { + "name": "Seahorse", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Seahorse.webp" + } + } + ] + }, + { + "name": "Shadow", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Shadow", + "entries": [ + "{@i Disembodied, Life-Drinking Shade}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Shadowfell)|bestiary|environment=planar, shadowfell}, {@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Shadows are incorporeal Undead that feed on life. They resent the living for possessing the potential and vitality lost to them.", + "Shadows lurk in dark, lonely places, typically sites that were meaningful to them in life or cursed places with ties to death, sinister magic, or the Shadowfell. Their victims rise as new shadows and prey on the living.", + "Shadows might resemble the silhouettes of who they were in life or take on more menacing forms. Roll on or choose a result from the Shadow Shapes table to inspire a shadow's form and haunting.", + { + "type": "table", + "caption": "Shadow Shapes", + "colLabels": [ + "1d6", + "The Shadow Appears As..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A distorted stalker that lurks in the woods." + ], + [ + "2", + "A fiend that dwells near a wicked ritual site." + ], + [ + "3", + "Grasping hands that haunt a miser's home." + ], + [ + "4", + "A grim storybook character that follows those who speak its name." + ], + [ + "5", + "Its target, acting in eerie pantomime." + ], + [ + "6", + "An ominous priest that haunts a defiled site." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Shadow.webp" + } + } + ] + }, + { + "name": "Shadow Demon", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Shadow Demon", + "entries": [ + "{@i Vestige of Evil}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Shadow demons form when exceptionally wicked demons are destroyed and prevented from reconstituting their physical forms in the Abyss. This might occur due to divine intervention, when a demon is destroyed in the Abyss, or under more unusual circumstances. Shadow demons are the incorporeal remnants of these destroyed demons' evil. They usually vaguely resemble their former shapes, but some take purposefully deceptive shapes. Many lurk in dark places or venture out only at night to hide their true forms from those they manipulate.", + "Shadow demons seek ways to regain their former might and take revenge on those who destroyed them. They often ingratiate themselves with more powerful demons or mortal spellcasters, bargaining with and coercing others into restoring them to power. Many try to claim or corrupt souls to restore their fiendish forms, while some shadow demons seek wicked relics or nexuses of profane magic. It typically takes shadow demons centuries to recover their demonic power, if they ever do.", + "Particularly powerful demons might return as multiple shadow demons after being defeated. These fiendish entities each think they're the true manifestation of their past self and hunt one another to recover their power.", + "In rare cases, Fiends other than demons might adopt forms similar to shadow demons.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "There are three rules to endings. First, good always wins. Second, evil always returns. Third, the first rule isn't always true." + ], + "by": "Tarsheva Longreach, Planar Traveler" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Shadow Demon.webp" + } + } + ] + }, + { + "name": "Shadow Dragon", + "source": "XMM", + "_copy": { + "name": "Shadow Dragons", + "source": "XMM" + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Shadow Dragon.webp" + } + } + ] + }, + { + "name": "Shadow Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Shadow Dragons", + "entries": [ + "{@i Dragon Corrupted by Darkness}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Shadowfell)|bestiary|environment=planar, shadowfell}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Shadow dragons haunt forgotten, lightless places. While they might have once been other types of dragons, the influence of planar forces, negative energy, or sinister magic has stripped them of their former color or luster. In place of any former breath weapon, shadow dragons exhale caliginous gouts that saps life from everything it touches. Those slain by a shadow dragon's breath rise as shades obedient to the shadow dragon's will.", + "Shadow dragons typically dwell in the Underdark, particularly in areas with connections to the Shadowfell or other tenebrous realms. In some cases, they might lurk in dark, corrupted reaches of the regions they preferred before transforming into shadow dragons. Overgrown swamps, sepulchral desert ruins, and ash-choked volcanoes make natural lairs for shadow dragons.", + "Like many other dragons, shadow dragons collect hoards. Their tastes tend to be morbid\u2014collecting coins from ruined empires and their victims' skulls.", + { + "type": "entries", + "name": "Shadow Dragon Lairs", + "entries": [ + "Shadow dragons lair in places of darkness and despair, such as accursed ruins, the depths of the Underdark, or the Shadowfell." + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "If ye truly be adventurers of lore, seek the great shadowy wyrm who lairs beneath the Peaks of Thunder and return in triumph bearing aloft her fabled Eye of Shadow." + ], + "by": "Challenge Tempting Victims to the Lair of the Shadow Dragon Aurgloroasa" + } + ] + } + ] + } + ] + }, + { + "name": "Shambling Mound", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Shambling Mound", + "entries": [ + "{@i Manifestation of Primeval Power}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Swamp|bestiary|environment=swamp}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Shambling mounds\u2014also known as \"shamblers\"\u2014embody the tenacity of the wilderness, seeking only to consume and grow. These masses of vegetation rise up to half again as tall as a human and possess thick limbs and a vague head. As they move through bogs and undergrowth, they ensnare creatures that come within reach. Shambling mounds bury those they catch within their own forms as compost.", + "Strange circumstances might give rise to shambling mounds, transforming vegetation into hulks with rudimentary cunning. Such conditions include strikes from magical lightning, nature defending itself, or druidic curses. Roll on or choose a result from the Shambling Mound Cultivation table to inspire a shambling mound's origins and features.", + { + "type": "table", + "caption": "Shambling Mound Cultivation", + "colLabels": [ + "1d6", + "The Shambling Mound Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Covered in vibrant alien or Feywild blooms." + ], + [ + "2", + "Hauling a rune-etched menhir in its torso." + ], + [ + "3", + "Infested with vermin or fungi." + ], + [ + "4", + "Made up of knotty vines entangling skeletons." + ], + [ + "5", + "Mutated and leaking glowing pollution." + ], + [ + "6", + "The remains of an ancient tree or a treant." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Shambling Mound.webp" + } + } + ] + }, + { + "name": "Shield Guardian", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Shield Guardian", + "entries": [ + "{@i Device-Controlled Magical Bodyguard}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "An intimidating magical automaton, a shield guardian obeys its master's commands and protects its master from danger. When such a guardian is created, the magic that animates it is intertwined with a bonded command amulet. Any creature that has a shield guardian's command amulet can control that Construct and, in the case of magic-users, imbue it with a spell to unleash under predetermined circumstances. Yet a shield guardian's primary goal is to protect its master. It escorts whoever bears its command amulet and intercedes between the bearer and any threat. Although it isn't mindless, a shield guardian has no sense of self preservation and will sacrifice itself to protect its master.", + "Shield guardians are typically constructed of steel, stone, and wood in the shape of watchful soldiers. More fanciful designs exist, reflecting the tastes of their creators. Given their resilience, it's common for shield guardians to eventually serve creatures other than their creators. A shield guardian's command amulet might be passed down through a magic-using society or family for generations." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Shield Guardian.webp" + } + } + ] + }, + { + "name": "Shrieker Fungus", + "source": "XMM", + "_copy": { + "name": "Fungi", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "If exposed to light or otherwise disturbed, mushroomlike shriekers emit a high-pitched noise that gives them their name. This wailing might alert other creatures or attract predators." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Shrieker Fungus.webp" + } + } + ] + }, + { + "name": "Silver Dragon Wyrmling", + "source": "XMM", + "_copy": { + "name": "Silver Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Silver dragon wyrmlings typically live with one or more parents or mentors, learning much about the world and its past before living on their own." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Silver Dragon Wyrmling.webp" + } + } + ] + }, + { + "name": "Silver Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Silver Dragons", + "entries": [ + "{@i Dragons of Courage and Fairness}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Mountain|bestiary|environment=mountain}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Silver dragons work to preserve peace and encourage greatness. They try to live as examples of decency while remaining watchful against evil.", + "Silver dragons typically dwell amid snow-capped mountains, though aspirations and congeniality drive some to instead live among cosmopolitan societies. Disguised as humanoids, they ally with artists, historians, knights, and humble leaders who learn from the past to create better futures.", + "Silver dragons take inspiration from legendary heroes and have grand ambitions. Many collect treasures that reflect these interests, such as histories, ancient art, and the gear of famous champions.", + { + "type": "entries", + "name": "Silver Dragon Lairs", + "entries": [ + "Silver dragons typically lair in picturesque mountain retreats or on sculpted cloud \"islands.\"" + ] + } + ] + } + ] + }, + { + "name": "Skeleton", + "source": "XMM", + "_copy": { + "name": "Skeletons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Skeletons are reanimated Humanoid bones bearing the equipment they had in life. They have rudimentary faculties and greater agility than zombies and similar shambling corpses. While they aren't capable of creating plans of their own, they avoid obvious barriers and self-destructive situations." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Skeleton.webp" + } + } + ] + }, + { + "name": "Skeletons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Skeletons", + "entries": [ + "{@i Ossified Evil}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Shadowfell)|bestiary|environment=planar, shadowfell}, {@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Skeletons rise at the summons of necromancers and foul spirits. Whether they're the remains of the ancient dead or fresh bones bound to morbid ambitions, they commit deathless work for whatever forces reanimated them, often serving as guardians, soldiers, or laborers. In rare cases, skeletons are reanimated but given no particular direction. Roll on or choose a result from the Skeleton Pantomimes table to inspire how undirected skeletons behave.", + { + "type": "table", + "caption": "Skeleton Pantomimes", + "colLabels": [ + "1d6", + "Left to Its Own Devices, the Skeleton..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Delivers meal salvers or ages-old correspondence to the crypt of its dead master." + ], + [ + "2", + "Endlessly trains in battle with other skeletons, despite being hacked to animate splinters." + ], + [ + "3", + "Mimics ways it entertained itself in life, such as acting, dancing, or reading." + ], + [ + "4", + "Performs a familiar task, such as cleaning, cooking, mining, or praying." + ], + [ + "5", + "Repeats its final moments of life." + ], + [ + "6", + "Stands guard at the post it protected in life." + ] + ] + } + ] + } + ] + }, + { + "name": "Slaad Tadpole", + "source": "XMM", + "_copy": { + "name": "Slaadi", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Slaad tadpoles are ravenous, newborn slaadi. They hatch from eggs implanted into living hosts by red slaadi, but they also appear in great numbers in Limbo and other chaotic realms. Under most conditions, a slaad tadpole transforms into a blue slaad\u2014or a green slaad if its host was able to cast spells of level 3 or higher\u2014within {@dice 2d12} hours of hatching." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Slaad Tadpole.webp" + } + } + ] + }, + { + "name": "Slaadi", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Slaadi", + "entries": [ + "{@i Chaos-Spawned Hordes of Limbo}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Limbo)|bestiary|environment=planar, limbo}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Unpredictable slaadi devour and multiply across the Ever-Changing Chaos of Limbo. These toad-like, extraplanar beings embody the endless potentiality of their home plane of existence. While slaadi aren't inherently evil, their impulses are wild and often destructive. Many are driven to propagate through supernatural processes. Unfortunately, these processes typically are fatal for other creatures.", + "Slaadi have no formal society. Rather, strong slaadi dominate weaker ones. Blue and red slaadi rampage across Limbo and spill into other worlds at the direction of green slaadi. More powerful slaadi have connections to the Spawning Stone, a source of chaotic magic from which the first slaadi originated. The Spawning Stone is hidden deep within Limbo, and legends tie its origins to the modron overlord Primus or the ruinous slaad lords, such as Ssendam, the golden amoeboid terror, and Ygorl, the winged skeleton. These slaad lords and others plot to spread slaadi across the multiverse.", + { + "type": "inset", + "name": "Slaad Control Gems", + "entries": [ + "A slaad born from the Spawning Stone has a magical control gem embedded in its head. If a creature claims the gem, the slaad has the {@condition Charmed|XPHB} condition and obeys the gem's bearer. The slaad ceases to be {@condition Charmed|XPHB} if it is harmed by the gem's bearer or the bearer's allies or if the gem is returned to the slaad. A {@spell Greater Restoration|XPHB} spell cast on a slaad destroys the gem, and the slaad ceases to be {@condition Charmed|XPHB}.", + "One can obtain a slaad's control gem using a {@spell Wish|XPHB} or {@spell Imprisonment|XPHB} spell. If the slaad fails its saving throw against {@spell Imprisonment|XPHB}, the caster gains the gem, and the slaad isn't imprisoned. An {@condition Incapacitated|XPHB} slaad's control gem can be removed by spending 1 minute and succeeding on a {@dc 20} Wisdom ({@skill Medicine|XPHB}) check. Failing this check deals 22 ({@damage 4d10}) Piercing damage to the slaad." + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Fight a slaad and lose, the story's over. Fight a slaad and win, there's a thousand more standing in line just to prove they're tougher." + ], + "by": "Jebeel Sloom", + "from": "Guide to the Plane of Limbo" + } + ] + } + ] + } + ] + }, + { + "name": "Smoke Mephit", + "source": "XMM", + "_copy": { + "name": "Mephits", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Smoke mephits are elusive beings formed of fiery cinders and hot air. They love misleading creatures and then mocking them for their gullibility." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Smoke Mephit.webp" + } + } + ] + }, + { + "name": "Solar", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Solar", + "entries": [ + "{@i Angelic Protector of the Multiverse}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Upper Planes)|bestiary|environment=planar, upper}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Solars stand as the final line of defense between unspeakable evils and the order of the multiverse. They are the servants of just deities and ageless forces of good. Their interests span the planes, but they rarely intervene in conflicts on the worlds of the Material Plane. When they act, they lead vast angelic hosts and wield holy weapons capable of laying low the wickedest Fiends.", + "Solars can resurrect the dead and often use that power to enlist mortal aid. They bestow grand, new purposes on those they return to life. Solars don't enforce these destinies, but they trust in the potential of mortals to achieve great things." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Solar.webp" + } + } + ] + }, + { + "name": "Spectator", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Spectator", + "entries": [ + "{@i Magic-Bound Beholder-Kin}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Invoking mysterious rites involving four beholder eyestalks, a spellcaster can mold aberrant dreams into a beholder-like guardian. Called a spectator, the being summoned by such a ritual resembles a beholder with five magical eyes\u2014a central eye and four on stalks arrayed around the crown of the creature's spherical body.", + "A spectator serves its conjurer for 101 years by guarding something of the spellcaster's choice\u2014typically a treasure or location. The spectator is a reliable guardian and allows only its summoner access to what it protects. A spectator might converse with other creatures, openly discussing its orders and the magic-user who conjured it, but it has no ambitions of its own and won't abandon its post. Should an intruder ignore its warnings, a spectator attempts to drive away the intruder with its magical eye rays.", + "At the end of its service, a spectator might discorporate back into nothingness or wander away, seeking to learn more of the multiverse." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Spectator.webp" + } + } + ] + }, + { + "name": "Specter", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Specter", + "entries": [ + "{@i Spirit of Wrath and Servant of Death}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Specters are bodiless, life-devouring spirits drawn to darkness and negative emotions. Having lost all connection to the beings they once were, these hateful spirits drain mortal essence to steal fleeting tastes of life and warmth.", + "Specters seek creatures and locations that exude evil and feed on the suffering they inspire. Roll on or choose a result from the Specter Haunts table to inspire where a specter lurks.", + { + "type": "table", + "caption": "Specter Haunts", + "colLabels": [ + "1d8", + "The Specter Lurks Near..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A community afflicted by curses, grudges, plagues, or tragedies." + ], + [ + "2", + "An evil Artifact or a deadly magical device." + ], + [ + "3", + "The lair of a Fiend or an Undead." + ], + [ + "4", + "The place where a villain died or is buried." + ], + [ + "5", + "A portal to the Lower Planes, Negative Plane, or Shadowfell." + ], + [ + "6", + "The sanctuary of a necromancer or death cult." + ], + [ + "7", + "A secluded monument binding wicked souls." + ], + [ + "8", + "The site of a disaster or mass death." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Specter.webp" + } + } + ] + }, + { + "name": "Sphinx of Lore", + "source": "XMM", + "_copy": { + "name": "Sphinxes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Sphinxes of lore each know a great secret and protect it all costs. This truth might take the form of an ancient text, a magical puzzle, or a path to another world. These sphinxes might gain reputations as sages or oracles, but they typically dwell far from civilization." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sphinx of Lore.webp" + } + } + ] + }, + { + "name": "Sphinx of Secrets", + "source": "XMM", + "_copy": { + "name": "Sphinxes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Sphinxes of secrets are commonly associated with a site of great magic or learning. These immortal beings often outlive such locations, though, and might protect a site's ruins as they continue their own studies. Sphinxes of secrets fiercely guard their dwellings and research." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sphinx of Secrets.webp" + } + } + ] + }, + { + "name": "Sphinx of Valor", + "source": "XMM", + "_copy": { + "name": "Sphinxes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Sphinxes of valor guard world-changing or dangerous secrets\u2014evidence of weird truths, deadly Artifacts, and things that shouldn't exist. They inhabit hidden, magical sites and hold their duty above mortal life. If threatened, a sphinx of valor defends its charge with its supernaturally empowered roar and fierce strikes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sphinx of Valor.webp" + } + } + ] + }, + { + "name": "Sphinx of Wonder", + "source": "XMM", + "_copy": { + "name": "Sphinxes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "A sphinx of wonder is brightly feathered and the size of a lion cub. One comes into being every time a unique idea is conceived on the Material Plane. Each sphinx of wonder is fascinated by a particular type of story or field of study, and it learns all it can about that topic. It bears a unique sigil on its forehead that suggests the type of knowledge that fascinates it. Sometimes, a sphinx of wonder forms a bond with a mortal scholar and aids them in their research." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sphinx of Wonder.webp" + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sphinx of Wonder 2.webp" + } + } + ] + }, + { + "name": "Sphinxes", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Sphinxes", + "entries": [ + "{@i Collectors and Keepers of Secrets}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Planar (Upper Planes)|bestiary|environment=planar, upper}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Sphinxes protect the secrets of the multiverse. Formed from the spirits of sages and explorers, sphinxes know the power of truth and the importance of preserving it. They share their wisdom only with those who prove themselves wise or overcome tests of worthiness, such as riddles or battles with dangerous beasts. Through their existences, sphinxes might change form as they gain more nuanced understanding of cosmic enigmas.", + { + "type": "entries", + "name": "Sphinx Lairs", + "entries": [ + "Sphinxes typically dwell in places that hold great knowledge or prophetic magic." + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Round she is, yet flat as a board", + "Altar of the Lupine Lords", + "Jewel on black velvet, pearl in the sea", + "Unchanged but e'erchanging eternally" + ], + "from": "Riddle of White Plume Mountain" + }, + "{@note Answer to the riddle of White Plume Mountain: The Moon.}" + ] + } + ] + } + ] + }, + { + "name": "Spider", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Spider.webp" + } + } + ] + }, + { + "name": "Spies", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Spies", + "entries": [ + "{@i Infiltrators and Informants}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}, Individual" + } + ] + }, + "Spies gather information and disseminate lies, manipulating people to gain the results the spies' patrons desire. They're trained to manipulate, infiltrate, and\u2014when necessary\u2014escape in a hurry. Many adopt disguises, aliases, or code names to maintain anonymity. Roll on or choose a result from the Spy Personas table to inspire a spy's disguise.", + { + "type": "table", + "caption": "Spy Personas", + "colLabels": [ + "1d4", + "The Spy Disguises Themself As..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A bard or traveling performer." + ], + [ + "2", + "A captive or servant of a monster or villain." + ], + [ + "3", + "A dignitary or traveler from a distant land." + ], + [ + "4", + "A visitor from a different time or world." + ] + ] + } + ] + } + ] + }, + { + "name": "Spined Devil", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Spined Devil", + "entries": [ + "{@i Devil of Intrusion and Suspicion}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Nine Hells)|bestiary|environment=planar, nine hells}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Spined devils, also known as spinagons, lurk in the shadows of the Lower Planes, seeking secrets for their infernal lords. They prefer to attack from the air, flinging wicked barbs while staying out of reach of foes. Spined devils collect information to gain leverage over mortals or to entice powerful devils. Roll on or choose a result from the Spined Devil Intelligence table to inspire what information a spined devil seeks or already possesses.", + { + "type": "table", + "caption": "Spined Devil Intelligence", + "colLabels": [ + "1d6", + "The Spined Devil Covets Information About..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Artifacts, their locations, and their owners." + ], + [ + "2", + "Betrayals by infernal allies or other devils." + ], + [ + "3", + "Crimes or deceptions by influential leaders." + ], + [ + "4", + "The identities of incognito individuals." + ], + [ + "5", + "The movements of extraplanar armies." + ], + [ + "6", + "Prophecies or secrets hidden by gods." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Spined Devil.webp" + } + } + ] + }, + { + "name": "Spirit Naga", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Spirit Naga", + "entries": [ + "{@i Spiteful Serpentine Grudge Keeper}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Lower Planes)|bestiary|environment=planar, lower}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Spirit nagas loathe the world and all creatures. Possessing perfect memories, these venomous, cobra-like creatures recall every slight committed against them during their immortal existences. In their dank, joyless lairs, they create vicious plots to avenge themselves against even petty offenses.", + "Spirit nagas seek to claim what they believe they deserve. Their schemes often involve poisons, vile spells, cursed objects, or magical compulsions, eventually making them wellsprings of diabolical knowledge and evil inspiration. Other villains often seek out spirit nagas as advisers and allies. Roll on or choose a result from the Spirit Naga Grievances table to inspire what motivates a spirit naga's schemes.", + { + "type": "table", + "caption": "Spirit Naga Grievances", + "colLabels": [ + "1d6", + "The Spirit Naga Believes..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A character is to blame for its recent failures." + ], + [ + "2", + "It has been evicted from its rightful home." + ], + [ + "3", + "Locals have reneged on an age-old bargain." + ], + [ + "4", + "Other creatures are mocking it." + ], + [ + "5", + "A rival is spying on it." + ], + [ + "6", + "Someone's treasure rightfully belongs to it." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Spirit Naga.webp" + } + } + ] + }, + { + "name": "Sprite", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Sprite", + "entries": [ + "{@i Elusive Defender of Fey Realms}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Planar (Feywild)|bestiary|environment=planar, feywild}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Sprites dwell in mystical forests touched by the magic of the Feywild, living peacefully with most other Fey and friends of nature. These foot-tall spirits of nature resemble elves with exaggerated, whimsical features and gossamer wings.", + "Sprites can sense the innate goodness or wickedness of other creatures. Those that enter their realms with good intentions might be treated to tiny feasts and celebrations. The wicked face nasty tricks and bold ambushes at the hands of {@condition invisible} sprite defenders. These woodland guardians enchant the arrows of their tiny bows with charming magic that can pierce the heart of the fiercest foe.", + "Sprites oppose any creatures that seek to harm places of natural magic and beauty. This can put them into conflict with would-be settlers, monsters like ettercaps, and despoilers such as goblinoids and hags. They frequently aid other good creatures of the forest, including treants and unicorns, in defending their homes.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "The tree had a wee village nestled in its boughs, I swear. Next thing I knew, I was lyin' face-down in the dirt. My head was full of stars, an' when I stood up an' looked around, both the tree an' the wee village were gone." + ], + "from": "Tale of Haravak the Ranger" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sprite.webp" + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Sprite 2.webp" + } + } + ] + }, + { + "name": "Spy", + "source": "XMM", + "_copy": { + "name": "Spies", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Spies use charm and deception to veil their true intentions. If forced into combat, they seek to end such conflicts quietly and decisively." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Spy.webp" + } + } + ] + }, + { + "name": "Spy Master", + "source": "XMM", + "_copy": { + "name": "Spies", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Spy masters have extensive experience in gathering secrets while leaving no evidence of their presence." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Spy Master.webp" + } + } + ] + }, + { + "name": "Steam Mephit", + "source": "XMM", + "_copy": { + "name": "Mephits", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "These arrogant mephits are made of heat and vaporous water. They often trick creatures into doing them favors, then renege on promised rewards." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Steam Mephit.webp" + } + } + ] + }, + { + "name": "Stirge", + "source": "XMM", + "_copy": { + "name": "Stirges", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "A single stirge is usually little more than an annoyance, but several can be deadly if they attach faster than a victim can remove them." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Stirge.webp" + } + } + ] + }, + { + "name": "Stirges", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Stirges", + "entries": [ + "{@i Notorious, Clinging Bloodsuckers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}, {@filter Swamp|bestiary|environment=swamp}, {@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Stirges are bat-size vermin with dagger-length proboscises that attach to other creatures and drain life from them. Stirges are most active at night and hide in shadowy places during the day. If disturbed, they take flight and defend themselves. Roll on or choose a result from the Stirge Roosts table to inspire where stirges might lurk.", + { + "type": "table", + "caption": "Stirge Roosts", + "colLabels": [ + "1d4", + "Between Hunts, the Stirge Lurks In..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "The attic or furniture of a ruined building." + ], + [ + "2", + "A cave or narrow crevice." + ], + [ + "3", + "A hollow tree or thicket." + ], + [ + "4", + "The remains of a gigantic, dead creature." + ] + ] + } + ] + } + ] + }, + { + "name": "Stone Giant", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Stone Giant", + "entries": [ + "{@i Giant of the Earth}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Mountain|bestiary|environment=mountain}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "In cavernous depths and amid mountain canyons, stone giants contemplate the strength and persistence of the earth. Stone giants have rugged features and skin with patterns and hues similar to the rock common near their homes. This makes them adept at blending in with their stony surroundings despite their size.", + "Stone giants rarely interfere in the affairs of other creatures, whether their smaller neighbors or other Giants. Most are slow to act, preferring to weather hardships or wait out perilous times. When roused to action\u2014particularly when sites of ancient wonder or their homes are threatened\u2014stone giants can unleash the might of mountains and crush foes with the force of an avalanche.", + "Stone giants often ponder the mysteries of natural wonders, such as mountain spires, crystal formations, or mystical petroglyphs. Some know much about the magic and secret messages hidden within the earth. Those who confine themselves to the Underdark often regard the surface world and its inhabitants as dreams imagined into being by slumbering primordials, strange gods, or other entities." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Stone Giant.webp" + } + } + ] + }, + { + "name": "Stone Golem", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Stone Golem", + "entries": [ + "{@i Guardian of the Storied and Sacred}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Stone golems take varied forms, such as weathered carvings of ancient deities, lifelike sculptures of heroes, or any other shape their makers imagine. No matter their design or the rock from which they're crafted, these golems are strengthened by the magic that animates them, allowing them to follow their creators' orders for centuries.", + "Stone golems are typically created to protect places of significance to a group, such as a monument to an important event, a leader's tomb, or a faith's sanctuary. Roll on or choose a result from the Stone Golem Orders table to inspire the commands a stone golem follows.", + { + "type": "table", + "caption": "Stone Golem Orders", + "colLabels": [ + "1d6", + "The Stone Golem Follows Orders To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Allow only those wearing ritual garb to pass." + ], + [ + "2", + "Cast {@spell Slow|XPHB} on and aid in apprehending anyone who touches a city's prized relic." + ], + [ + "3", + "Destroy a dam or bridge at the command of one bearing a ruler's medallion of office." + ], + [ + "4", + "Obey whoever places a missing crest in its chest, then deactivate for a year." + ], + [ + "5", + "Reveal a hidden passage to those who recite a leader's final words." + ], + [ + "6", + "Watch for and do battle with the type of monster that slew the hero it resembles." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Exercise discernment when deciding the golem's appearance, as your creation is likely to long outlive its model." + ], + "from": "Manual of Stone Golems" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Stone Golem.webp" + } + } + ] + }, + { + "name": "Storm Giant", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Storm Giant", + "entries": [ + "{@i Giant of Seas and Skies}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Underwater|bestiary|environment=underwater}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Among the tallest giants, storm giants live amid extreme forces of nature. In palaces at the bottom of the sea and castles floating amid the clouds, they revel in the power of mighty storms. When angered, they can shape the weather and call down devastating lightning. More often, though, these giants watch the rise and fall of nations and interpret supernatural omens, interfering in the world only when they're needed most." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Storm Giant.webp" + } + } + ] + }, + { + "name": "Succubus", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Succubus", + "entries": [ + "{@i Life-Draining Seducer}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Lower Planes)|bestiary|environment=planar, lower}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Implements|XDMG|Implements}" + } + ] + }, + "Succubi prey on mortals physically and exploit their waking desires. They relish corrupting virtuous souls and the pain an individual's downfall can cause. Once their targets are at their lowest, succubi slay their victims with their essence-draining kiss.", + "Through fiendish rites, succubi can transform into incubi to manipulate their prey in dreams as well as the waking world. They can also change shape to torment their victims. These tempters can dominate Humanoids, but they usually do so to reinforce their manipulations or defend themselves rather than controlling others outright. Roll on or choose a result from the Succubus Temptations table to inspire how a succubus toys with its victims.", + { + "type": "table", + "caption": "Succubus Temptations", + "colLabels": [ + "1d6", + "The Succubus Manipulates Its Target By..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Adopting the form of a lost loved one." + ], + [ + "2", + "Charming someone close to its target." + ], + [ + "3", + "Isolating them from their loved ones." + ], + [ + "4", + "Manipulating events to bring surprise fortune." + ], + [ + "5", + "Posing as a flattering underling." + ], + [ + "6", + "Taking the form of one in need of protection." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Succubus.webp" + } + } + ] + }, + { + "name": "Swarm of Bats", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Bats.webp" + } + } + ] + }, + { + "name": "Swarm of Crawling Claws", + "source": "XMM", + "_copy": { + "name": "Crawling Claws", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Swarms of crawling claws are typically animated by depraved necromancers. Occasionally, these grotesque swarms arise from mass graves or after tragedies, refusing to let their murderers escape their grasp." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Crawling Claws.webp" + } + } + ] + }, + { + "name": "Swarm of Dretches", + "source": "XMM", + "_copy": { + "name": "Dretches", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Swarms of dretches sometimes escape the Abyss onto other planes of existence, or they might be part of a demonic invasion. Without direction, these crude demons rampage and despoil with cruel enthusiasm." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Dretches.webp" + } + } + ] + }, + { + "name": "Swarm of Insects", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Insects.webp" + } + } + ] + }, + { + "name": "Swarm of Larvae", + "source": "XMM", + "_copy": { + "name": "Larvae", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Lone larvae pose little threat, but in large numbers, larvae can overwhelm vulnerable creatures. Out of desperation, larvae band together in grotesque swarms, their squirming stampedes heralded by a din of wordless whimpers and stomach-turning worm sounds." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Larvae.webp" + } + } + ] + }, + { + "name": "Swarm of Lemures", + "source": "XMM", + "_copy": { + "name": "Lemures", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "When devils drive hosts of lemures into close proximity or when lemures compress into a single mass, a swarm forms and adopts a unified mind." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Lemures.webp" + } + } + ] + }, + { + "name": "Swarm of Piranhas", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Piranhas.webp" + } + } + ] + }, + { + "name": "Swarm of Rats", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Rats.webp" + } + } + ] + }, + { + "name": "Swarm of Ravens", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Ravens.webp" + } + } + ] + }, + { + "name": "Swarm of Stirges", + "source": "XMM", + "_copy": { + "name": "Stirges", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Swarms of stirges sometimes form in swamps and Underdark caverns, draining livestock and any other creatures that can't escape them." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Stirges.webp" + } + } + ] + }, + { + "name": "Swarm of Venomous Snakes", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Swarm of Venomous Snakes.webp" + } + } + ] + }, + { + "name": "Tarrasque", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Tarrasque", + "entries": [ + "{@i The Shape of Calamity}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Among the most devastating creatures in existence, the tarrasque is an engine of catastrophe and a ruiner of nations. A terror of massive size and overwhelming might, this primeval destroyer survives from the earliest epochs of the Material Plane, when it served as a weapon of immortal forces. Since then, the tarrasque has slumbered in secret, rising every few ages to usher in eras of destruction.", + "The tarrasque is a bipedal, prehistoric Monstrosity that stands over seventy feet tall. Bristling with horns and spikes, its spiny carapace deflects harm and can reflect magical attacks.", + "The tarrasque is a creature of tireless rage. It lashes out at any creature that catches its attention, thrashing with claws and its mighty tail while swallowing smaller beings whole. It seems to take instinctual offense at the works of lesser beings, venting its rage at buildings, bridges, ships, and monuments. The larger a structure or foe is, the greater the tarrasque's wrath.", + "It is a mystery what\u2014if anything\u2014calms the tarrasque, but eventually it returns to its slumber, leaving the world irrevocably changed. While the tarrasque might be halted by incredible opposition, its threat can never be wiped from the multiverse. Whenever the tarrasque is defeated, another tarrasque awakes somewhere else on the Material Plane.", + "Few things survive the tarrasque's rampages, and reports of the monster's devastation are often contradictory, incomplete, or beyond belief. In cases where it leaves no survivors, its calamities might initially be blamed on evil dragons or magical disasters, but the tarrasque frequently leaves behind some unmistakable indication of its passage. Roll on or choose a result from the Tarrasque Evidence table to inspire what marks the monster's rampages.", + { + "type": "table", + "caption": "Tarrasque Evidence", + "colLabels": [ + "1d4", + "Amid Destruction, the Tarrasque Leaves..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Evidence of a magic spell reflected back on its caster, like Ice Knife or Melf's Acid Arrow." + ], + [ + "2", + "Massive footprints or claw marks." + ], + [ + "3", + "A russet scale the size of a knight's shield." + ], + [ + "4", + "A shattered mountain or diverted river." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Tarrasque.webp" + } + } + ] + }, + { + "name": "Thri-kreen", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Thri-kreen", + "entries": [ + "{@i Mantid Psychics and Scavengers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Grassland|bestiary|environment=grassland}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Thri-kreen are mantis-like wanderers who harness their innate camouflage and psychic abilities to survive. Different groups of thri-kreen have distinct carapaces, from the rocky shades of desert dwellers to the vibrant hues of those living in verdant lands. While their language has a distinctly insectile quality, thri-kreen often use telepathy to communicate, and groups can rapidly share a wealth of detailed information without making a sound.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "I would tell you now the tale of the first Ka'Cha, the first thri-kreen who knew and taught the truth: that the clutch is all." + ], + "by": "Ka'Cha, Thri-kreen Knowledge Hunter" + } + ] + } + ] + } + ] + }, + { + "name": "Thri-kreen Marauder", + "source": "XMM", + "_copy": { + "name": "Thri-kreen", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Thri-kreen marauders employ weapons made of stone and bone, such as the spear-like gythka and throwing blades called chatkcha." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Thri-kreen Marauder.webp" + } + } + ] + }, + { + "name": "Thri-kreen Psion", + "source": "XMM", + "_copy": { + "name": "Thri-kreen", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Thri-kreen psions harness their psychic powers to avoid danger and manipulate objects from afar." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Thri-kreen Psion.webp" + } + } + ] + }, + { + "name": "Tiger", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Tiger.webp" + } + } + ] + }, + { + "name": "Tough", + "source": "XMM", + "_copy": { + "name": "Toughs", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Toughs might work in groups at the direction of a leader, or individual toughs might bully weaker folk into doing what they say." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Tough.webp" + } + } + ] + }, + { + "name": "Tough Boss", + "source": "XMM", + "_copy": { + "name": "Toughs", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Tough bosses leverage their street smarts, brawling prowess, and reputation to compel others to follow their demands." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Tough Boss.webp" + } + } + ] + }, + { + "name": "Toughs", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Toughs", + "entries": [ + "{@i Brawlers and Bullies}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Bodyguards, belligerents, and laborers, toughs rely on their physical strength to intimidate foes. They might be brawny criminals, rowdy tavern goers, seasoned workers, or anyone who uses their muscle to get what they want.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "There are two answers to every question: ours, and the wrong one." + ], + "from": "Harmonium Rule" + } + ] + } + ] + } + ] + }, + { + "name": "Treant", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Treant", + "entries": [ + "{@i Wise and Mighty Animate Tree}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Ancient inhabitants of the forest, treants are gigantic, animate trees with wizened faces. Most have lived for centuries and know secrets of the natural world. They avoid becoming embroiled in the conflicts of shorter-lived creatures, but they're protective of their forest homes. If roused to anger, treants can animate trees to aid them.", + "Treants defend and are shaped by secrets of the forest. Roll on or choose a result from the Treant Secrets table to inspire what mysteries a treant protects.", + { + "type": "table", + "caption": "Treant Secrets", + "colLabels": [ + "1d6", + "The Treant Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Blessed by a god and grows magic fruit." + ], + [ + "2", + "Growing atop the entrance to a dungeon or portal to the Feywild." + ], + [ + "3", + "Home to a community of pixies or sprites." + ], + [ + "4", + "The last lore keeper of lost druidic knowledge." + ], + [ + "5", + "Rooted on a hero's burial mound and animates trees that look like questing knights." + ], + [ + "6", + "Scarred by a fire and holds the bones of the arsonist who started it in a hollow." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Treant.webp" + } + } + ] + }, + { + "name": "Tree Blight", + "source": "XMM", + "_copy": { + "name": "Blights", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Tree blights look like ancient, dead trees with gnarled limbs and splintered hollows. Imbued with bloodlust, these blights feed on the living. Evidence of their past meals is often tangled amid their branches and roots. Tree blights cooperate with other blights, but they attack other tree-shaped beings they encounter, such as awakened trees and treants." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Tree Blight.webp" + } + } + ] + }, + { + "name": "Triceratops", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Triceratops.webp" + } + } + ] + }, + { + "name": "Troglodyte", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Troglodyte", + "entries": [ + "{@i Reeking Subterranean Hunter}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "With features similar to those of pale cave lizards, troglodytes stalk the Underdark in an endless hunt for food. Troglodytes consume almost anything, including bones, giant insects, and other subterranean dwellers. They prey on subterranean communities and those near entrances to the Underdark, stealing livestock and kidnapping residents.", + "Troglodytes prefer to ambush prey and can change their scale color to blend in with their surroundings. They often climb along cavern walls or emerge from deep fissures to take their prey by surprise. Despite their stealthiness, these stalkers exude a distinctly repulsive stench. Descriptions of what troglodytes smell like span a spectrum as complex as it is vile. This reek nauseates many who smell it, but it can also warn of the presence of troglodytes before they strike.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Smells fine to me." + ], + "by": "Caarey Gelthik, Ghast" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Troglodyte.webp" + } + } + ] + }, + { + "name": "Troll", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Troll", + "entries": [ + "{@i Loathsome, Regenerating Lurker}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}, {@filter Forest|bestiary|environment=forest}, {@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}, {@filter Swamp|bestiary|environment=swamp}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Trolls creep forth to prey on smaller creatures and drag captives back to festering lairs. These misshapen brutes can regenerate from wounds and regrow severed body parts\u2014including their heads. A troll's severed limbs continue to move and attack. Unless they're burned by flames or acid, trolls can recover from egregious wounds and seek revenge on those who felled them.", + "Trolls typically hunt alone, but small groups occasionally cooperate to ambush prey or raid villages. Creatures such as hags and hill giants might convince trolls to work for them in exchange for disgusting meals." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Troll.webp" + } + } + ] + }, + { + "name": "Troll Limb", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Troll Limb.webp" + } + } + ] + }, + { + "name": "Twig Blight", + "source": "XMM", + "_copy": { + "name": "Blights", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Resembling bundles of sticks or dead brush, twig blights easily blend in among deadwood, flotsam, and the wood piles common in many rural settings. Groups of them are often found near river crossings, forgotten wells, or natural campsites, where they ambush those who let down their guard." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Twig Blight.webp" + } + } + ] + }, + { + "name": "Tyrannosaurus Rex", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Tyrannosaurus Rex.webp" + } + } + ] + }, + { + "name": "Ultroloth", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Ultroloth", + "entries": [ + "{@i Yugoloth of Conspiracy and Control}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Lower Planes)|bestiary|environment=planar, lower}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "With uncanny patience and fiendish cunning, ultroloths manipulate mortals and their fellow yugoloths alike, seeking to hoard power and spread suffering. These sinister masterminds often work with other yugoloths, but they might compel nearly any creature into their service. If coercion doesn't work, ultroloths use their eerie eyes and innate magic to hypnotize or charm targets.", + "Ultroloths strive to achieve planes-spanning plots. Roll on or choose a result from the Ultroloth Conspiracies table to inspire such villainy.", + { + "type": "table", + "caption": "Ultroloth Conspiracies", + "colLabels": [ + "1d6", + "The Ultroloth Schemes To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Convince cultists their god has forsaken them." + ], + [ + "2", + "Destabilize a nation and rule the chaos." + ], + [ + "3", + "Incite a calamity and hold a world hostage." + ], + [ + "4", + "Provoke hostilities between immortal armies and sell magic weapons to both sides." + ], + [ + "5", + "Steal an invention and slay all who know of it." + ], + [ + "6", + "Unleash fiendish hordes on a foe's homeland." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Ultroloth.webp" + } + } + ] + }, + { + "name": "Umber Hulk", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Umber Hulk", + "entries": [ + "{@i Burrowing Brute from Below}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Lumbering, carapace-armored bipeds, umber hulks burrow through the Underdark, feeding on anything they can crush in their mighty mandibles. These tenacious hunters sense movement through the surrounding earth, then burst through cavern walls to surprise their prey. Those ambushed by umber hulks risk meeting the gaze of the monsters' eerie, multifaceted eyes, which can cause others to act irrationally and even lash out at their allies.", + "Umber hulks typically lurk in tunnels they've burrowed alongside other passages. When they detect creatures moving, they burst through the rock walls between the passages to attack. While these monsters can communicate with one other, they usually hunt alone and avoid each other's territories. Umber hulks focus on finding food and crushing intruders. They have little interest in allying with other creatures, but manipulative inhabitants of the Underdark, such as beholders and mind flayers, sometimes compel umber hulks to serve them." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Umber Hulk.webp" + } + } + ] + }, + { + "name": "Unicorn", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Unicorn", + "entries": [ + "{@i Majestic and Magical Forest Master}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Planar (Feywild)|bestiary|environment=planar, feywild}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Unicorns are majestic defenders of forests. They are revered by many Fey and other forest dwellers, and they do whatever they can to ensure the peace and health of those who shelter in their wooded realms.", + { + "type": "entries", + "name": "Unicorn Lairs", + "entries": [ + "Unicorns dwell in unspoiled forests, particularly where benevolent Fey creatures live." + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Unicorn.webp" + } + } + ] + }, + { + "name": "Vampire", + "source": "XMM", + "_copy": { + "name": "Vampires", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Vampires are terrifying hunters and manipulators. They use their powers to shape-shift and bend other creatures' wills as they terrorize and feed on populations over generations." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Vampire.webp" + } + } + ] + }, + { + "name": "Vampire Familiar", + "source": "XMM", + "_copy": { + "name": "Vampires", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Vampire familiars are living people who serve vampires, either willingly or due to coercion by their deathless masters. They channel deathly energy through their weapons, incapacitating unsuspecting targets and leaving their victims as helpless prey for their vampire masters.", + "Many vampire familiars aspire to eventually become vampires, while others are magically charmed or serve as part of some terrible bargain. In each case, these vampire servants show signs of their vampiric corruption, such as corpse-like complexions, uncanny reflexes, and evidence of their masters' repeated feedings. A vampire familiar loses its supernatural abilities and returns to its original Humanoid state if its vampire master is destroyed." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Vampire Familiar.webp" + } + } + ] + }, + { + "name": "Vampire Nightbringer", + "source": "XMM", + "_copy": { + "name": "Vampires", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Born of necromantic rituals and planes of existence suffused with negative energy, vampire nightbringers manipulate shadows and feed on the raw life force of living creatures." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Vampire Nightbringer.webp" + } + } + ] + }, + { + "name": "Vampire Spawn", + "source": "XMM", + "_copy": { + "name": "Vampires", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Vampire spawn are newly created vampires. They have yet to fully master their abilities, and many are consumed by their thirst for blood. Vampire spawn might serve more powerful vampires or pursue their own depraved agendas." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Vampire Spawn.webp" + } + } + ] + }, + { + "name": "Vampire Umbral Lord", + "source": "XMM", + "_copy": { + "name": "Vampires", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Vampire umbral lords embrace their ties to the darkness, devoting themselves to sinister powers in exchange for access to forbidden magic." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Vampire Umbral Lord.webp" + } + } + ] + }, + { + "name": "Vampires", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Vampires", + "entries": [ + "{@i Blood-Sucking Lords of the Night}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Vampires disguise their accursed, immortal natures, passing as mortals to feed on the blood of the living. While the youngest vampires might be little more than bloodthirsty servants of their creators, the eldest possess incredible cunning and control over supernatural forces of the night.", + "Undead vampires lie dormant during the day, retreating to resting places hidden from foes and the sun's searing rays. Roll on or choose a result from the Vampire Resting Places table to inspire a vampire's grim sanctuary.", + { + "type": "table", + "caption": "Vampire Resting Places", + "colLabels": [ + "1d6", + "The Vampire's Resting Place Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Among the roots of a dead tree." + ], + [ + "2", + "At the bottom of a stagnant pool." + ], + [ + "3", + "A coffin filled with grave dirt." + ], + [ + "4", + "A large pot full of blood or vinegar." + ], + [ + "5", + "A space accessible only by shape-shifting." + ], + [ + "6", + "Within a statue or suit of armor." + ] + ] + }, + { + "type": "entries", + "name": "Vampire Lairs", + "entries": [ + "Vampires and vampire umbral lords create sanctuaries apart from the living, whether hidden in cosmopolitan cities or sequestered in ruins where they dwelled in life." + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Darling, you are simply delicious..." + ], + "by": "Astarion, Vampire Spawn" + } + ] + } + ] + } + ] + }, + { + "name": "Venomous Snake", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Venomous Snake.webp" + } + } + ] + }, + { + "name": "Vine Blight", + "source": "XMM", + "_copy": { + "name": "Blights", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Vine blights resemble humans wrapped in vines common to the areas in which they grow, from hairy ivy vines to flowering kudzu. They can cause plants to burst from the ground around themselves and entangle nearby foes.", + "Unlike most other blights, vine blights can speak. They do so rarely, typically only to convey messages from their masters or to repeat the words of their victims in rasping voices." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Vine Blight.webp" + } + } + ] + }, + { + "name": "Violet Fungus", + "source": "XMM", + "_copy": { + "name": "Fungi", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Slow but mobile, violet fungi rot any flesh they touch with their lashing tendrils." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Violet Fungus.webp" + } + } + ] + }, + { + "name": "Violet Fungus Necrohulk", + "source": "XMM", + "_copy": { + "name": "Fungi", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "A violet fungus necrohulk forms when a violet fungus colony infests and animates an ample heap of decay. This necrohulk attacks prey and spreads fungal spores for the colony." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Violet Fungus Necrohulk.webp" + } + } + ] + }, + { + "name": "Vrock", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Vrock", + "entries": [ + "{@i Demon of Carnage and Ruin}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Screeching, vulturelike demons, vrocks soar from the Abyss to spread ruin and slaughter. Their filthy feathers carry magical toxins from the Lower Planes, creating a noxious cloud capable of killing those who escape the vrocks' vicious beaks and claws. To further terrorize their foes, vrocks unleash an otherworldly screech so terrible it can halt creatures in their tracks." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Vrock.webp" + } + } + ] + }, + { + "name": "Vulture", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Vulture.webp" + } + } + ] + }, + { + "name": "Warhorse", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Warhorse.webp" + } + } + ] + }, + { + "name": "Warhorse Skeleton", + "source": "XMM", + "_copy": { + "name": "Skeletons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Warhorse skeletons are obedient, supernatural steeds bearing the rotted remains of the barding they wore in life. They're often ridden by the corpses of their former riders." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Warhorse Skeleton.webp" + } + } + ] + }, + { + "name": "Warrior Commander", + "source": "XMM", + "_copy": { + "name": "Warriors", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Skilled in both combat and leadership, warrior commanders overcome challenges through a combination of martial skill and clever tactics." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Warrior Commander.webp" + } + } + ] + }, + { + "name": "Warrior Infantry", + "source": "XMM", + "_copy": { + "name": "Warriors", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Warrior infantry might be trainees or rank-and-file troops. They are skilled at contending with commonplace, nonmagical threats." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Warrior Infantry.webp" + } + } + ] + }, + { + "name": "Warrior Veteran", + "source": "XMM", + "_copy": { + "name": "Warriors", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Warrior veterans have participated in numerous battles and can hold their own against lesser rivals and monsters." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Warrior Veteran.webp" + } + } + ] + }, + { + "name": "Warriors", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Warriors", + "entries": [ + "{@i Soldiers and Scrappers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Any|bestiary|environment=any}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Warriors are professionals who make a living through their prowess in battle. They might be skilled in using a variety of tactics or trained to take advantage of unusual battlefields. Warriors often work together, whether in armies or in teams with deliberate goals.", + "Roll on or choose a result from the Warrior Roles table to inspire the creation of different sorts of warriors.", + { + "type": "table", + "caption": "Warrior Roles", + "colLabels": [ + "1d10", + "The Warrior Is..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "A bodyguard who protects a noble." + ], + [ + "2", + "A cavalry officer with an unusual steed." + ], + [ + "3", + "A crusader who fights for a divine cause." + ], + [ + "4", + "A duelist who claims to be unbeatable." + ], + [ + "5", + "A gate guard who asks nonsensical questions." + ], + [ + "6", + "A grizzled veteran who trains new recruits." + ], + [ + "7", + "A hunter skilled at slaying specific monsters." + ], + [ + "8", + "A retired general who is weary of battle." + ], + [ + "9", + "A volunteer with a homemade weapon." + ], + [ + "10", + "A young mercenary trying to prove their skill." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Make way, evil! I'm armed to the teeth and packing a hamster!" + ], + "by": "Minsc, Hero of Baldur's Gate" + } + ] + } + ] + } + ] + }, + { + "name": "Water Elemental", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Water Elemental", + "entries": [ + "{@i Primal Spirit of Waves and Tides}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Coastal|bestiary|environment=coastal}, {@filter Planar (Elemental Plane of Water)|bestiary|environment=planar, water}, {@filter Swamp|bestiary|environment=swamp}, {@filter Underwater|bestiary|environment=underwater}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Spirits of the Elemental Plane of Water form shapeless liquids into water elementals, aqueous beings with the might of surging waves. Water elementals are as mutable as liquid, allowing them to crash into foes and seep through narrow cracks. They can crush foes with limb-like geysers, or they might flood over creatures, submerging and drowning foes within their whirling forms. Water elementals often appear near nexuses of elemental power, such as aquatic abysses, magical springs, and whirlpools.", + "Water elementals' shapes are influenced by the liquid bodies in which they form. Roll on or choose a result from the Water Elemental Compositions table to inspire a water elemental's features.", + { + "type": "table", + "caption": "Water Elemental Compositions", + "colLabels": [ + "1d4", + "The Water Elemental's Body Features..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Chilling or near-boiling temperatures." + ], + [ + "2", + "Energetic effervescence." + ], + [ + "3", + "Muddy, polluted, or crystal-clear water." + ], + [ + "4", + "Seaweed, tiny fish, or other sea life." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Water: greatest of the elements in might and form. A tsunami's torrent. A blizzard's claws. A parent's tears. What is not moved by water?" + ], + "by": "Kalbari, Mother of Foam, Ruler of Marids" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Water Elemental.webp" + } + } + ] + }, + { + "name": "Water Weird", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Water Weird", + "entries": [ + "{@i Servant of Primeval Magic}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Serpentine nature spirits, water weirds protect pools, fountains, and magical bodies of water. In the water, these creatures are indistinguishable from the liquid surrounding them. Should their aquatic territory be disturbed, they rise as animate water spouts with vague snake- or dragon-like features. Often their appearance is enough to drive off foes, but if forced to fight, water weirds crush enemies within their fluid coils.", + "Water weirds might protect a site for generations and learn much about their surroundings. Some gain reputations as oracles and might respond to questions posed to them in Primordial. Since water weirds don't speak, they often communicate using spouts of water or objects submerged in their pools.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Rule 2: Before you drink from a fountain or pool, toss a copper coin into it. It's a small price to pay for your life!" + ], + "from": "X the Mystic's Rules of Dungeon Survival" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Water Weird.webp" + } + } + ] + }, + { + "name": "Weasel", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Weasel.webp" + } + } + ] + }, + { + "name": "Werebear", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Werebear", + "entries": [ + "{@i Changed by the Might of the Bear}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}, {@filter Forest|bestiary|environment=forest}, {@filter Hill|bestiary|environment=hill}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "When threatened or compelled by magic, werebears shape-shift from their humanoid forms into mighty bears or hybrids of those two forms. They scare off or sabotage those who threaten the wilds, and they frequently aid Fey, druids, or spirits of the wilderness, as many owe their magical nature to such forces. Werebears take the shape of bears common to the regions in which they dwell, with brown and polar bear forms being common." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Werebear.webp" + } + } + ] + }, + { + "name": "Wereboar", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Wereboar", + "entries": [ + "{@i Changed by the Hunger of the Boar}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual" + } + ] + }, + "Wereboars shape-shift from their humanoid forms into powerful boars or humanoid-boar hybrids. Many wereboars suffer their shape-shifting nature as a curse, with some involuntarily transforming any time they perform a greedy act or indulge their selfish nature." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Wereboar.webp" + } + } + ] + }, + { + "name": "Wererat", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Wererat", + "entries": [ + "{@i Changed by the Deviousness of the Rat}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Individual" + } + ] + }, + "Wererats can shape-shift from their humanoid forms into giant rats or humanoid-rat hybrids. These creatures can transform voluntarily, but some are magically compelled to shape-shift when exposed to complete darkness or during nights of a new moon. Often, wererats' nature results from a divine curse\u2014punishment for their deceitful natures or the crimes of their treacherous families. Wererats frequently work in groups, forming bandit gangs or thieves' guilds." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Wererat.webp" + } + } + ] + }, + { + "name": "Weretiger", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Weretiger", + "entries": [ + "{@i Changed by the Power of the Tiger}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Weretigers shape-shift from humanoid forms into tigers or tiger-humanoid hybrids. Although they can transform at will or when their magical nature demands, many weretigers are nocturnal and transform into their bestial shapes at night. Some weretigers' transformations might also be tied to the crescent moon, seasons, or momentous events. Weretigers often view their abilities as a blessing or a family honor, and they use their shape-shifting abilities to defend something with historic importance. Roll on or choose a result from the Weretiger Wards table to inspire what a weretiger defends.", + { + "type": "table", + "caption": "Weretiger Wards", + "colLabels": [ + "1d4", + "The Weretiger Protects A..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Legendary weapon or symbol of rulership." + ], + [ + "2", + "Proving ground for prophesied heroes." + ], + [ + "3", + "Rare species of magical plant or animal." + ], + [ + "4", + "Sacred fountain with magical waters." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "I hunt evil like the great cat hunts its prey, but evil will not long yield to blade alone. It takes strength, honor, and sometimes a little more." + ], + "by": "Delmair Rallyhorn, Weretiger" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Weretiger.webp" + } + } + ] + }, + { + "name": "Werewolf", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Werewolf", + "entries": [ + "{@i Changed by the Ferocity of the Wolf}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Hill|bestiary|environment=hill}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Werewolves change from their humanoid forms into fierce wolves or wolf-humanoid hybrids. Werewolves can shape-shift voluntarily, but many can't resist transforming during the nights of a full moon." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Werewolf.webp" + } + } + ] + }, + { + "name": "White Dragon Wyrmling", + "source": "XMM", + "_copy": { + "name": "White Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "White dragon wyrmlings usually head off on their own soon after hatching. While the cold means little to these creatures, food is scarce in arctic realms, and predators there are merciless. Most white dragon wyrmlings survive by scavenging, hunting opportunistically, and quickly fleeing foes\u2014including other white dragons." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/White Dragon Wyrmling.webp" + } + } + ] + }, + { + "name": "White Dragons", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "White Dragons", + "entries": [ + "{@i Dragons of Cold and Cruelty}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Arcana|XDMG|Arcana}" + } + ] + }, + "Among the most primal chromatic dragons, white dragons prioritize survival over all. Life is harsh and uncertain in the arctic expanses, glacial heights, and frozen seas where these dragons dwell. White dragons fiercely protect their territories, scouring the frigid regions for food and evidence of trespassers. Most white dragons ignore the plots of smaller creatures and other dragons, concerning themselves only with their own survival.", + "White dragons create lairs to defend themselves from other deadly arctic creatures and from dangerous natural conditions. Within these shelters, white dragons hoard testaments to their superiority, such as monstrous skulls, the gear of defeated rivals, and curiosities that capture their interest. To protect such treasure, white dragons coax ice to form over their hoards or sink their wealth in frigid pools. For white dragons, each piece of treasure embodies a victory\u2014the details of which inflate as these dragons age.", + { + "type": "entries", + "name": "White Dragon Lairs", + "entries": [ + "White dragons brood in bitterly cold lairs clawed from stone and ice." + ] + } + ] + } + ] + }, + { + "name": "Wight", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Wight", + "entries": [ + "{@i Life-Leeching Corpse Warrior}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Planar (Shadowfell)|bestiary|environment=planar, shadowfell}, {@filter Swamp|bestiary|environment=swamp}, {@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Armaments|XDMG|Armaments}" + } + ] + }, + "Wights are the withered corpses of relentless warriors whose wickedness sustains them beyond death. Unlike mere zombies, they retain the memories and evil agendas they harbored in life.", + "After dying and returning from the grave, a wight continues its villainous ways, but it is now driven by a hunger for life. A wight drains living essence through its attacks. Humanoids slain by a wight's life-sapping grip reanimate a day later and serve the wight as obedient zombies.", + "Wights might return from the dead for a multitude of sinister reasons. Roll on or choose a result from the Wight Motives table to inspire why a wight plagues the living.", + { + "type": "table", + "caption": "Wight Motives", + "colLabels": [ + "1d8", + "The Wight Returned from the Dead To..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Challenge anyone who passes near its grave on a certain cursed night." + ], + [ + "2", + "Conquer the land it believes it should rule." + ], + [ + "3", + "Continue the crimes it was executed for." + ], + [ + "4", + "Follow the foul master it served in life." + ], + [ + "5", + "Honor an oath it left unfulfilled in life." + ], + [ + "6", + "Obey the cult or deity that gave it unlife." + ], + [ + "7", + "Prove it was the greatest warrior to ever live." + ], + [ + "8", + "Seek its stolen heart or other treasure." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Wight.webp" + } + } + ] + }, + { + "name": "Will-o'-Wisp", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Will-o'-Wisp", + "entries": [ + "{@i Guide on the Path to Doom}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Swamp|bestiary|environment=swamp}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "From a distance, will-o'-wisps look like lanterns bobbing in the dark. Through the windows of abandoned structures or around the bends of treacherous paths, these spirits tempt the curious into peril. Once their prey is vulnerable, will-o'-wisps feed on the life force of those they lay low.", + "Roll on or choose a result from the Will-o'-Wisp Ambushes table to inspire how a will-o'-wisp imperils its victims.", + { + "type": "table", + "caption": "Will-o'-Wisp Ambushes", + "colLabels": [ + "1d6", + "The Will-o'-Wisp Tempts Victims Into..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "An abandoned structure ready to collapse." + ], + [ + "2", + "An ambush by hungry ghouls or vampires." + ], + [ + "3", + "A dreaded ruin that curses those who enter." + ], + [ + "4", + "The lair of a predator, like a bear or wyvern." + ], + [ + "5", + "Patches of brown mold or green slime." + ], + [ + "6", + "Quicksand or pools covered in thin ice." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Will-o-Wisp.webp" + } + } + ] + }, + { + "name": "Winged Kobold", + "source": "XMM", + "_copy": { + "name": "Kobolds", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Some kobolds are born with wings. Called urds by others of their kind, these kobolds are thought to be blessed by a dragon or Tiamat, the Dragon Queen. Despite their favored status, winged kobolds are as cowardly as their brethren and use their flight mostly to keep out of reach of their foes." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Winged Kobold.webp" + } + } + ] + }, + { + "name": "Winter Wolf", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Winter Wolf", + "entries": [ + "{@i Coldhearted Pack Hunter}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Winter wolves are horse-size, supernatural predators that prowl frigid wildernesses in deadly packs. With their great size and chilling breath, winter wolves pursue megafauna, arctic travelers, and any other creatures they catch on the tundra.", + "Winter wolves are more intelligent than natural wolves and can speak. Most are predominantly concerned with their next meal, and while they might converse with other creatures in exchange for food, few concern themselves with long-term bargains or keeping their word unless they have something to gain. Winter wolves often hunt alongside frost giants that indulge them with frequent hunts and reliable meals.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Snowdrifts, driving hail, and wind fierce enough to strip the hairless skin off your bones\u2014you lot have been through it all. But good news, there's a town full of warm hearths right over this rise.", + "You'll never reach it, but at least your last thoughts will be warm." + ], + "by": "Koran, Winter Wolf" + } + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Winter Wolf.webp" + } + } + ] + }, + { + "name": "Wolf", + "source": "XMM", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Wolf.webp" + } + } + ] + }, + { + "name": "Worg", + "source": "XMM", + "_copy": { + "name": "Worgs", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Packs of worgs roam harsh frontiers and cursed lands. They sometimes conspire with goblinoids and gnolls and might serve them as mounts." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Worg.webp" + } + } + ] + }, + { + "name": "Worgs", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Worgs", + "entries": [ + "{@i Malicious Lupine Ravagers}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Forest|bestiary|environment=forest}, {@filter Grassland|bestiary|environment=grassland}, {@filter Hill|bestiary|environment=hill}, {@filter Planar (Feywild)|bestiary|environment=planar, feywild}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Sometimes mistaken at first for giant wolves, worgs are vicious hunters. These sapient predators can speak and often taunt their prey, enjoying the taste of fear in their meals." + ] + } + ] + }, + { + "name": "Wraith", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Wraith", + "entries": [ + "{@i Essence of Evil}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Shadowfell)|bestiary|environment=planar, shadowfell}, {@filter Underdark|bestiary|environment=underdark}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Wraiths are spectral evils, life-hungry embodiments of malice and terror. Arising from the souls of tyrants, moments of catastrophic pain, or magical blasphemies, wraiths spread suffering and the torment of undeath. Humanoids that die near a wraith might be entrapped by the foul spirit and rise as specters bound to the wraith's sinister will.", + "Wraiths lurk in forgotten dungeons, accursed ruins, or lands influenced by sinister planes of existence. Such haunted domains might bear hints of the tragedies or foul magic that brought the wraiths into being.", + "Wraiths might arise from a single powerfully evil soul or other baleful forces. Roll on or choose a result from the Wraith Manifestations table to inspire the wickedness a wraith embodies.", + { + "type": "table", + "caption": "Wraith Manifestations", + "colLabels": [ + "1d10", + "The Wraith Embodies..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "The blasphemous magic of a cursed location." + ], + [ + "2", + "The exorcised evil of a redeemed villain." + ], + [ + "3", + "A legendary villain who returns once a century." + ], + [ + "4", + "Locals' fear of a superstition or legend." + ], + [ + "5", + "The memory of a tragedy." + ], + [ + "6", + "A profane idea or foul piece of lore." + ], + [ + "7", + "The torment of one or more suffering souls." + ], + [ + "8", + "The viciousness of a profane Artifact." + ], + [ + "9", + "The vile dreams of a slumbering god." + ], + [ + "10", + "The voracity of a life-hungry realm, such as the Shadowfell or Negative Plane." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Wraith.webp" + } + } + ] + }, + { + "name": "Wyvern", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Wyvern", + "entries": [ + "{@i Draconic Hunter with a Venomous Sting}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Hill|bestiary|environment=hill}, {@filter Mountain|bestiary|environment=mountain}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Opportunistic predators, wyverns are draconic ambushers that strike from above. These territorial hunters attack with their fangs and stinger-tipped tails. Wyvern stingers drip with deadly venom, a painful toxin feared by monster hunters and coveted by alchemists.", + "Wyverns are aggressive and claim sizable territories around the mountains, crags, and ruins where they dwell. Despite their considerable strength, they're opportunistic hunters that target unwitting livestock and groups of encamped travelers. Wyverns usually land only to finish off creatures they've weakened with their poison and strafing attacks. Creatures that fight back or take flight might deter wyverns, convincing them to search for easier prey.", + "Once wyverns overpower a quarry, they carry it to their cavernous lairs to either consume it in safety or trap it to eat later. Most wyverns don't hoard treasure, but their lairs are littered with the possessions of past victims. It isn't uncommon for wyverns to carry off chests, carts, or small boats along with their prey." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Wyvern.webp" + } + } + ] + }, + { + "name": "Xorn", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Xorn", + "entries": [ + "{@i Treasure-Devouring Glutton}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Underdark|bestiary|environment=underdark}, {@filter Planar (Elemental Plane of Earth)|bestiary|environment=planar, earth}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "On the Elemental Plane of Earth, xorn roam in search of meals they consider delicacies: gems, crystals, and veins of precious metals. For xorn, the Elemental Plane of Earth presents an endless buffet. Those that find their way to the Material Plane discover that most worlds are culinary wastelands. These xorn scour subterranean depths, consuming whatever sparse gems and ores they find. This might bring them into conflict with miners or others who hide their treasures underground.", + "Xorn have three eyes, three arms, and three legs arranged around their trilaterally symmetrical frames. At the top of their bodies is a toothy maw that's equally capable of crushing minerals and dangerous creatures. Xorn move through the earth magically, leaving no tunnel or sign of their passage.", + "Rapt gourmands, xorn focus on their next meals. They care little for living creatures and avoid harming them when possible. They know others also covet the earth's treasures, and they're not above bargaining for their meals. Xorn might share their knowledge of the Underdark in exchange for snacks of gems, coins, or magical metals. If starving or angered, xorn might try to forcibly take their meals.", + "Roll on or choose a result from the Xorn Delicacies table to inspire a xorn's favorite fare.", + { + "type": "table", + "caption": "Xorn Delicacies", + "colLabels": [ + "1d8", + "The Xorn Craves..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Adamantine or mithral." + ], + [ + "2", + "Coins minted by a long-dead empire." + ], + [ + "3", + "Fossils or petrified wood." + ], + [ + "4", + "A gem that's part of a magic item." + ], + [ + "5", + "The keystone of a great arch or bridge." + ], + [ + "6", + "Parts of a galeb duhr or stone golem." + ], + [ + "7", + "A piece of a meteor or moon." + ], + [ + "8", + "The stone crowning a mountain peak." + ] + ] + } + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Xorn.webp" + } + } + ] + }, + { + "name": "Yeti", + "source": "XMM", + "_copy": { + "name": "Yetis", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Yetis hunt alone or in small family groups. They avoid the settlements of other creatures but lurk near paths frequented by traders and herders to pick off unsuspecting prey. Yetis make their homes in icy caves near frozen peaks and at extremes where few dare travel." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Yeti.webp" + } + } + ] + }, + { + "name": "Yetis", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Yetis", + "entries": [ + "{@i Chilling Stalkers of the Frozen Wilds}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Arctic|bestiary|environment=arctic}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "Any" + } + ] + }, + "Across alpine extremes and frozen frontiers, yetis hunt those that trespass in their territories. Reclusive and merciless, they resemble giant apes with pale fur and ram-like horns. Yetis easily blend in with snow and icy cliffs, revealing themselves with blood-chilling howls just before striking with their icy claws. In addition to their physical might, yetis can chill creatures with a look, freezing their foes in place, and they can conjure ice and hurl it at foes.", + "Due to yetis' elusiveness, folktales about yetis are more common than sightings. Whether a distant scream is the howl of an enraged yeti or just the wind, few can be certain. Nevertheless, many mountainous settlements burn bonfires to ward off yetis, taking advantage of these brutes' aversion to fire.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "In the yeti, I find no kinship, no understanding, no mercy. Theirs is not the might of the mountain or the magic of glacial wonders. Theirs is a world where harmony lies murdered and frozen." + ], + "by": "Kelesta Hawke of the Emerald Enclave" + } + ] + } + ] + } + ] + }, + { + "name": "Yochlol", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Yochlol", + "entries": [ + "{@i Demon of Depraved Will}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Abyss)|bestiary|environment=planar, abyss}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Yochlols embody the pernicious will and infectious philosophies of the Abyss. In their rarely seen true forms, these noxious manipulators appear as ever-shifting masses of dripping tentacles and toxic flesh crowned by a single baleful eye. More often, though, yochlols take the form of spiders or zealous cultists. They use manipulative magic and dangerous rhetoric to spread demonic cults, corrupt the righteous, and further the plots of their fiendish overlords. They relish coercing the unwitting into furthering demonic plots and turning mortals against one another.", + "Most yochlols serve Lolth. The Demon Queen of Spiders claims all yochlols as minions and orders any yochlols that disagree destroyed. In rare cases, yochlols might serve other demon lords, particularly manipulative or changeable ones like Graz'zt, Juiblex, and Zuggtmoy.", + "Despite their service to demon lords, yochlols harbor their own vicious whims and ambitions. They might claim to speak for their overlords to further their own ambitions or seek to reveal rivals' selfish goals to gain standing with their demonic masters." + ] + } + ], + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Yochlol.webp" + } + } + ] + }, + { + "name": "Young Black Dragon", + "source": "XMM", + "_copy": { + "name": "Black Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Most young black dragons claim a hidden lair\u2014typically a dismal place accessible through deadly ruins or a treacherous bog. They delight in exploiting fearful servants and might terrorize small communities or impress groups of kobolds or troglodytes into their service. Some ally themselves with powerful undead such as death knights and vampires or aberrations such as aboleths and kuo-toa." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young Black Dragon.webp" + } + } + ] + }, + { + "name": "Young Blue Dragon", + "source": "XMM", + "_copy": { + "name": "Blue Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Young blue dragons seek to establish themselves as forces to be feared. Many claim isolated communities to rule over or ancient ruins where they might find magical paths to power. These blue dragons might temporarily cooperate with other dragons or powerful villains to gain followers and influence." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young Blue Dragon.webp" + } + } + ] + }, + { + "name": "Young Brass Dragon", + "source": "XMM", + "_copy": { + "name": "Brass Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Young brass dragons travel extensively, often spending a few years in a region before circling back to their lair. Some work closely with other metallic dragons, carrying information between allies." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young Brass Dragon.webp" + } + } + ] + }, + { + "name": "Young Bronze Dragon", + "source": "XMM", + "_copy": { + "name": "Bronze Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Many young bronze dragons become experts in a type of problem, like driving off pirates or protecting communities from storms. Young bronze dragons collect friends with varied expertise, cultivating a community of experts they can rely on." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young Bronze Dragon.webp" + } + } + ] + }, + { + "name": "Young Copper Dragon", + "source": "XMM", + "_copy": { + "name": "Copper Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Young copper dragons forge strong connections with a community or group of friends while flitting from one artistic fixation to the next." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young Copper Dragon.webp" + } + } + ] + }, + { + "name": "Young Gold Dragon", + "source": "XMM", + "_copy": { + "name": "Gold Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Young gold dragons have seen glimpses of the world's true evils and crusade to oppose them. They often seek bold and direct solutions to problems." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young Gold Dragon.webp" + } + } + ] + }, + { + "name": "Young Green Dragon", + "source": "XMM", + "_copy": { + "name": "Green Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Young green dragons frequently control groups of ettercaps, kobolds, thieves, or other cowardly servants. These dragons do so while avoiding other evil dragons, who would sabotage them. Gradually, oppressing weaker creatures and amassing meaningless fortunes bore young green dragons, and they pursue more ambitious ways to indulge their egos." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young Green Dragon.webp" + } + } + ] + }, + { + "name": "Young Red Dragon", + "source": "XMM", + "_copy": { + "name": "Red Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Young red dragons number among the most unpredictable of their kind. They seek territories rich with treasures and potential followers, raiding, burning, and slaughtering to enforce their will. Unless these dragons meet significant resistance, they cement their power and begin reigns of terror that can last for centuries." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young Red Dragon.webp" + } + } + ] + }, + { + "name": "Young Remorhaz", + "source": "XMM", + "_copy": { + "name": "Remorhazes", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Young remorhazes scorch and consume any creatures they can chase down and overwhelm." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young Remorhaz.webp" + } + } + ] + }, + { + "name": "Young Silver Dragon", + "source": "XMM", + "_copy": { + "name": "Silver Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Young silver dragons usually have close ties with elder metallic dragons or heroic role models, helping those with great goals achieve their ambitions. They might serve as messengers for or representatives of such do-gooders." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young Silver Dragon.webp" + } + } + ] + }, + { + "name": "Young White Dragon", + "source": "XMM", + "_copy": { + "name": "White Dragons", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Young white dragons defend their hunting grounds from rivals. In some cases, kobolds and groups of humanoids might offer food and treasure to young white dragons, attempting to keep the dragons satiated and less likely to prey on their communities." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Young White Dragon.webp" + } + } + ] + }, + { + "name": "Yuan-ti", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Yuan-ti", + "entries": [ + "{@i Power-Hungry Serpentine Conspirators}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Desert|bestiary|environment=desert}, {@filter Forest|bestiary|environment=forest}, {@filter Swamp|bestiary|environment=swamp}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "{@table Random Magic Items - Relics|XDMG|Relics}" + } + ] + }, + "Exploiting pacts with sinister supernatural forces, yuan-ti bargain away their humanity for the lethality and predatory deviousness of serpents. From hidden bastions, they manipulate rulers and the wealthy, seeking to control the world. Many yuan-ti possess venomous magic, which often manifests as fangs or striking serpents.", + "Yuan-ti have humanlike forms with a variety of horrifying serpentine transformations. Some have a scattering of reptilian scales, while others are giants that are more snake than human. Typically, the more snakelike yuan-ti are, the greater esteem they hold among their kind.", + "Yuan-ti might gain their reptilian features through dangerous supernatural rites. Roll on or choose a result from the Yuan-ti Transformations table to inspire how yuan-ti obtain their serpentine aspects.", + { + "type": "table", + "caption": "Yuan-ti Transformations", + "colLabels": [ + "1d6", + "A Yuan-ti Gained Its Snake Features From..." + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "1", + "Bargaining parts of its soul to a pantheon of serpentine demigods." + ], + [ + "2", + "A curse laid on its people in the distant past." + ], + [ + "3", + "The dream-venom of Merrshaulk, a slumbering snake god." + ], + [ + "4", + "Experiments by spirit nagas or other yuan-ti." + ], + [ + "5", + "A ritual involving the skin of a fiendish snake." + ], + [ + "6", + "Trials to excise its \"weak\" human parts." + ] + ] + }, + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Great magic, twisted and corrupted... Malice beyond reckoning... Flesh reshaped, becoming serpentine horrors..." + ], + "by": "Last Message of Sorril Venil, Explorer of the Labyrinth of Madness" + } + ] + } + ] + } + ] + }, + { + "name": "Yuan-ti Abomination", + "source": "XMM", + "_copy": { + "name": "Yuan-ti", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Yuan-ti abominations have traded away nearly all evidence of their humanity, coming to resemble giant, upright serpents with scaly arms and hands. In battle, they relish opportunities to crush foes in their powerful coils or strike with their venomous fangs. These abominations can also shape-shift into snakes. In these forms, abominations are indistinguishable from normal serpents.", + "The true threat of yuan-ti abominations stems not from their physical might but from their cunning. These masterminds often lead cultlike cells of other yuan-ti and direct them in enacting elaborate conspiracies. Abominations avoid jeopardizing themselves, typically scheming from hidden bastions where they're protected by yuan-ti and serpent guardians. These coldhearted leaders have a unique understanding of the supernatural forces that grant yuan-ti their powers, and they usually have insidious magical traps and contingencies at their disposal." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Yuan-ti Abomination.webp" + } + } + ] + }, + { + "name": "Yuan-ti Infiltrator", + "source": "XMM", + "_copy": { + "name": "Yuan-ti", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Infiltrators can pass as human, their serpentine features limited to scaly skin, forked tongues, and other minor or internal transformations. These spies insinuate themselves among their rivals, manipulating others and making foes vulnerable to the plots of more powerful yuan-ti." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Yuan-ti Infiltrator.webp" + } + } + ] + }, + { + "name": "Yuan-ti Malison (Type 1)", + "source": "XMM", + "_copy": { + "name": "Yuan-ti", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Malisons exhibit snakelike features that make them deadly in combat.", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Type 1", + "entries": [ + "These malisons have human bodies and the heads of giant, venomous snakes." + ] + } + ] + }, + "Malisons possesses deadly venom, which some manipulate into magical strikes. They can also shape-shift into snakes, helping them to position themselves for surprise attacks or to slither away with nary a trace." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Yuan-ti Malison (Type 1).webp" + } + } + ] + }, + { + "name": "Yuan-ti Malison (Type 2)", + "source": "XMM", + "_copy": { + "name": "Yuan-ti", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Malisons exhibit snakelike features that make them deadly in combat.", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Type 2", + "entries": [ + "These malisons have human bodies, but they've replaced their arms with snakes." + ] + } + ] + }, + "Malisons possesses deadly venom, which some manipulate into magical strikes. They can also shape-shift into snakes, helping them to position themselves for surprise attacks or to slither away with nary a trace." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Yuan-ti Malison (Type 2).webp" + } + } + ] + }, + { + "name": "Yuan-ti Malison (Type 3)", + "source": "XMM", + "_copy": { + "name": "Yuan-ti", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Malisons exhibit snakelike features that make them deadly in combat.", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Type 3", + "entries": [ + "These malisons are human from the waist up, but below that extend the coils of a giant snake." + ] + } + ] + }, + "Malisons possesses deadly venom, which some manipulate into magical strikes. They can also shape-shift into snakes, helping them to position themselves for surprise attacks or to slither away with nary a trace." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Yuan-ti Malison (Type 3).webp" + } + } + ] + }, + { + "name": "Zombie", + "source": "XMM", + "_copy": { + "name": "Zombies", + "source": "XMM", + "_mod": { + "entries": { + "mode": "prependArr", + "items": [ + { + "type": "section", + "entries": [ + "Humanoid zombies usually serve as guardians, servants, or soldiers for evil magic-users. In rare cases, foul magic might result in widespread reanimation of the dead, unleashing hordes of zombies to terrorize the living." + ] + } + ] + } + } + }, + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "bestiary/XMM/Zombie.webp" + } + } + ] + }, + { + "name": "Zombies", + "source": "XMM", + "entries": [ + { + "type": "section", + "name": "Zombies", + "entries": [ + "{@i Relentless Reanimated Corpses}", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Habitat:", + "entry": "{@filter Planar (Shadowfell)|bestiary|environment=planar, shadowfell}, {@filter Underdark|bestiary|environment=underdark}, {@filter Urban|bestiary|environment=urban}" + }, + { + "type": "item", + "name": "Treasure:", + "entry": "None" + } + ] + }, + "Zombies are unthinking, reanimated corpses, often gruesomely marred by decay and lethal traumas. They serve whatever supernatural force animates them\u2014typically evil necromancers or fiendish spirits. Zombies are relentless, merciless, and resilient, and their dead flesh can carry on even after suffering grievous wounds. While they can follow simple orders, they rely on primal drives rather than thought. They fulfill commands by working tirelessly or battering through foes, but they are easily stymied by barriers or unexpected circumstances.", + "Zombies are usually created from Humanoid corpses, but the remains of other creatures can also become zombies. Such monstrous zombies might possess the strength they had in life or a measure of their supernatural abilities, but they employ such abilities haphazardly at best.", + { + "type": "insetReadaloud", + "entries": [ + { + "type": "quote", + "entries": [ + "Then, by a spectacular crack of lightning, the figures came into view, moving slowly toward the village. Over driving winds a voice cried out, \"The dead come for Marais d'Tarascon! An army of the walking dead!\"" + ], + "by": "Account of the Night of the Walking Dead" + } + ] + } + ] + } + ] + } + ] +} diff --git a/data/bestiary/fluff-bestiary-xphb.json b/data/bestiary/fluff-bestiary-xphb.json index a9432ba..8aa1985 100644 --- a/data/bestiary/fluff-bestiary-xphb.json +++ b/data/bestiary/fluff-bestiary-xphb.json @@ -28,46 +28,6 @@ } ] }, - { - "name": "Ape", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Ape.webp" - } - } - ] - }, - { - "name": "Badger", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Badger.webp" - } - } - ] - }, - { - "name": "Bat", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Bat.webp" - }, - "credit": "Jonathan Kuo" - } - ] - }, { "name": "Beast of the Land", "source": "XPHB", @@ -120,72 +80,6 @@ } ] }, - { - "name": "Black Bear", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Black Bear.webp" - } - } - ] - }, - { - "name": "Boar", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Boar.webp" - } - } - ] - }, - { - "name": "Brown Bear", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Brown Bear.webp" - } - } - ] - }, - { - "name": "Camel", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Camel.webp" - } - } - ] - }, - { - "name": "Cat", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Cat.webp" - }, - "credit": "Daneen Wilkerson" - } - ] - }, { "name": "Celestial Spirit", "source": "XPHB", @@ -214,46 +108,6 @@ } ] }, - { - "name": "Crab", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Crab.webp" - } - } - ] - }, - { - "name": "Crocodile", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Crocodile.webp" - }, - "credit": "Leesha Hannigan" - } - ] - }, - { - "name": "Dire Wolf", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Dire Wolf.webp" - } - } - ] - }, { "name": "Draconic Spirit", "source": "XPHB", @@ -268,19 +122,6 @@ } ] }, - { - "name": "Draft Horse", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Draft Horse.webp" - } - } - ] - }, { "name": "Elemental Spirit", "source": "XPHB", @@ -294,19 +135,6 @@ } ] }, - { - "name": "Elephant", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Elephant.webp" - } - } - ] - }, { "name": "Fey Spirit", "source": "XPHB", @@ -335,47 +163,6 @@ } ] }, - { - "name": "Frog", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Frog.webp" - }, - "credit": "Wayne England" - } - ] - }, - { - "name": "Giant Badger", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Giant Badger.webp" - }, - "credit": "Wayne England" - } - ] - }, - { - "name": "Giant Crab", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Giant Crab.webp" - } - } - ] - }, { "name": "Giant Insect", "source": "XPHB", @@ -389,139 +176,6 @@ } ] }, - { - "name": "Giant Seahorse", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Giant Seahorse.webp" - } - } - ] - }, - { - "name": "Giant Spider", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Giant Spider.webp" - }, - "credit": "Michele Giorgi" - } - ] - }, - { - "name": "Giant Weasel", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Giant Weasel.webp" - } - } - ] - }, - { - "name": "Goat", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Goat.webp" - } - } - ] - }, - { - "name": "Hawk", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Hawk.webp" - } - } - ] - }, - { - "name": "Imp", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Imp.webp" - }, - "credit": "Patrik Hell" - } - ] - }, - { - "name": "Lion", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Lion.webp" - } - } - ] - }, - { - "name": "Mastiff", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Mastiff.webp" - }, - "credit": "Conceptopolis" - } - ] - }, - { - "name": "Mule", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Mule.webp" - } - } - ] - }, - { - "name": "Octopus", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Octopus.webp" - } - } - ] - }, { "name": "Otherworldly Steed", "source": "XPHB", @@ -536,193 +190,6 @@ } ] }, - { - "name": "Owl", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Owl.webp" - } - } - ] - }, - { - "name": "Pony", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Pony.webp" - } - } - ] - }, - { - "name": "Pseudodragon", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Pseudodragon.webp" - }, - "credit": "Adam Vehige" - } - ] - }, - { - "name": "Quasit", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Quasit.webp" - }, - "credit": "Borja Pindado" - } - ] - }, - { - "name": "Rat", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Rat.webp" - } - } - ] - }, - { - "name": "Reef Shark", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Reef Shark.webp" - } - } - ] - }, - { - "name": "Riding Horse", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Riding Horse.webp" - } - } - ] - }, - { - "name": "Scorpion", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Scorpion.webp" - } - } - ] - }, - { - "name": "Skeleton", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Skeleton.webp" - } - } - ] - }, - { - "name": "Slaad Tadpole", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Slaad Tadpole.webp" - }, - "credit": "David Astruga" - } - ] - }, - { - "name": "Sphinx of Wonder", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Sphinx of Wonder.webp" - }, - "credit": "Daneen Wilkerson" - } - ] - }, - { - "name": "Spider", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Spider.webp" - } - } - ] - }, - { - "name": "Sprite", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Sprite.webp" - }, - "credit": "Patrik Hell" - } - ] - }, - { - "name": "Tiger", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Tiger.webp" - } - } - ] - }, { "name": "Undead Spirit", "source": "XPHB", @@ -736,59 +203,6 @@ "credit": "Ustin Sweet" } ] - }, - { - "name": "Warhorse", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Warhorse.webp" - } - } - ] - }, - { - "name": "Weasel", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Weasel.webp" - } - } - ] - }, - { - "name": "Wolf", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Wolf.webp" - }, - "credit": "Borja Pindado" - } - ] - }, - { - "name": "Zombie", - "source": "XPHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "bestiary/XPHB/Zombie.webp" - } - } - ] } ] } diff --git a/data/bestiary/fluff-index.json b/data/bestiary/fluff-index.json index 3d01bf0..efbbb0e 100644 --- a/data/bestiary/fluff-index.json +++ b/data/bestiary/fluff-index.json @@ -31,7 +31,6 @@ "HAT-TG": "fluff-bestiary-hat-tg.json", "HftT": "fluff-bestiary-hftt.json", "HotDQ": "fluff-bestiary-hotdq.json", - "HWCS": "fluff-bestiary-hwcs.json", "IDRotF": "fluff-bestiary-idrotf.json", "IMR": "fluff-bestiary-imr.json", "JttRC": "fluff-bestiary-jttrc.json", @@ -86,5 +85,6 @@ "WBtW": "fluff-bestiary-wbtw.json", "WDH": "fluff-bestiary-wdh.json", "WDMM": "fluff-bestiary-wdmm.json", + "XMM": "fluff-bestiary-xmm.json", "XPHB": "fluff-bestiary-xphb.json" } diff --git a/data/bestiary/index.json b/data/bestiary/index.json index 90e296e..d9bd6df 100644 --- a/data/bestiary/index.json +++ b/data/bestiary/index.json @@ -34,7 +34,6 @@ "HftT": "bestiary-hftt.json", "HoL": "bestiary-hol.json", "HotDQ": "bestiary-hotdq.json", - "HWCS": "bestiary-hwcs.json", "IDRotF": "bestiary-idrotf.json", "IMR": "bestiary-imr.json", "JttRC": "bestiary-jttrc.json", diff --git a/data/bestiary/legendarygroups.json b/data/bestiary/legendarygroups.json index a432820..ecbd5fb 100644 --- a/data/bestiary/legendarygroups.json +++ b/data/bestiary/legendarygroups.json @@ -33,6 +33,35 @@ "If the aboleth dies, the first two effects fade over the course of {@dice 3d10} days." ] }, + { + "name": "Aboleth", + "source": "XMM", + "page": 12, + "regionalEffects": [ + "The region containing an aboleth's lair is warped by it, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Foul Water", + "entries": [ + "Water sources within 1 mile of the lair are supernaturally fouled. Creatures other than the aboleth and its allies that drink such water must succeed on a {@dc 15} Constitution saving throw or have the {@condition Poisoned|XPHB} condition for 1 hour." + ] + }, + { + "type": "item", + "name": "Psionic Projection", + "entries": [ + "While in its lair, the aboleth can cast {@spell Project Image|XPHB}, requiring no spell components and using Intelligence as the spellcasting ability (spell save {@dc 16}). When casting the spell this way, the spell's range is 1 mile, and the aboleth can use its telepathy as if it were in the illusion's space." + ] + } + ] + }, + "If the aboleth dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Aerisi Kalinoth", "source": "PotA", @@ -411,6 +440,35 @@ "Fighting Arasta as a mythic encounter is equivalent to taking on two challenge rating 21 creatures in one encounter. Award a party 66,000 XP for defeating Arasta after she uses Armor of Spiders." ] }, + { + "name": "Arch-hag", + "source": "XMM", + "page": 20, + "regionalEffects": [ + "The region containing an arch-hag's lair is altered by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Lapsus Linguae", + "entries": [ + "Creatures (excluding the hag and its allies) within 1 mile of the lair subtract {@dice 1d10} from any ability check they make when they take the {@action Influence|XPHB} action." + ] + }, + { + "type": "item", + "name": "Meddlesome Magic", + "entries": [ + "Whenever a creature other than the hag or its allies finishes a {@variantrule Long Rest|XPHB} while within 1 mile of the lair, the next time that creature casts a spell using a spell slot, it also casts {@spell Confusion|XPHB} centered on itself. The spell uses the creature's spellcasting ability and doesn't require {@status Concentration|XPHB}." + ] + } + ] + }, + "If the arch-hag is destroyed or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Archdevil", "source": "CoA", @@ -1004,6 +1062,35 @@ "If the beholder dies, these effects fade over the course of {@dice 1d10} days." ] }, + { + "name": "Beholder", + "source": "XMM", + "page": 35, + "regionalEffects": [ + "The region containing a beholder's lair is twisted by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Scopophobia", + "entries": [ + "Creatures within 1 mile of the lair feel as if they're being watched. Any creature (excluding the beholder and its allies) that finishes a {@variantrule Short Rest|XPHB} while within 1 mile of the lair must succeed on a {@dc 13} Wisdom saving throw or gain no benefit from that rest." + ] + }, + { + "type": "item", + "name": "Warping Terrain", + "entries": [ + "Minor warps in reality occur near the lair; any creature (excluding the beholder) within 1 mile of the lair that makes a {@variantrule D20 Test|XPHB} and rolls a 1 has the {@condition Prone|XPHB} condition." + ] + } + ] + }, + "If the beholder dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Bel", "source": "CoA", @@ -1255,6 +1342,35 @@ } ] }, + { + "name": "Black Dragon", + "source": "XMM", + "page": 40, + "regionalEffects": [ + "The region containing an adult or ancient black dragon's lair is warped by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Acrid Haze", + "entries": [ + "Odorous and stifling fog covers the area within 1 mile of the lair, rendering that area {@variantrule Lightly Obscured|XPHB}. Travel for creatures other than the dragon and its allies takes twice the usual time in that area." + ] + }, + { + "type": "item", + "name": "Foul Water", + "entries": [ + "Water sources within 1 mile of the lair are supernaturally fouled. A creature that drinks such water must succeed on a {@dc 15} Constitution saving throw or have the {@condition Poisoned|XPHB} condition for 1 hour." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Blightscale Dragon", "source": "GHLoE", @@ -1358,6 +1474,35 @@ } ] }, + { + "name": "Blue Dragon", + "source": "XMM", + "page": 50, + "regionalEffects": [ + "The region containing an adult or ancient blue dragon's lair is changed by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Sinkholes", + "entries": [ + "Sinkholes form more frequently in the area within 1 mile of the lair. Whenever a creature in that area other than the dragon and its allies finishes a {@variantrule Long Rest|XPHB}, roll {@dice 1d20}. On a 1, a sinkhole opens beneath the creature, and the creature must succeed on a {@dc 15} Dexterity saving throw or fall {@dice 2d4 × 10} feet into the sinkhole." + ] + }, + { + "type": "item", + "name": "Spiteful Storms", + "entries": [ + "Dust devils and thunderstorms rage within 1 mile of the lair. The area is {@variantrule Lightly Obscured|XPHB}." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Brass Dragon", "source": "MM", @@ -1443,6 +1588,35 @@ } ] }, + { + "name": "Brass Dragon", + "source": "XMM", + "page": 56, + "regionalEffects": [ + "The area containing an adult or ancient brass dragon's lair is altered by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Mirages", + "entries": [ + "While in its lair, the dragon can cast {@spell Major Image|XPHB}, requiring no Material components and using the same spellcasting ability as its Spellcasting action. When casting the spell this way, the spell's range is 1 mile, and the dragon doesn't need to see the spot where the illusion appears." + ] + }, + { + "type": "item", + "name": "Refreshing Water", + "entries": [ + "Water within 1 mile of the lair is magically refreshing. A creature that drinks such water gains {@dice 2d4} {@variantrule Temporary Hit Points|XPHB}, and the dragon is immediately aware of the creature's presence." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Bronze Dragon", "source": "MM", @@ -1533,6 +1707,35 @@ } ] }, + { + "name": "Bronze Dragon", + "source": "XMM", + "page": 60, + "regionalEffects": [ + "The region containing an adult or ancient bronze dragon's lair is changed by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Buoying Currents", + "entries": [ + "Creatures within 1 mile of the lair that lack a {@variantrule Swim Speed|XPHB} ignore the extra cost of movement while swimming." + ] + }, + { + "type": "item", + "name": "Sun and Storms", + "entries": [ + "While in its lair, the dragon can cast {@spell Control Weather|XPHB}, requiring no Material components and using the same spellcasting ability as its Spellcasting action. When casting the spell this way, the dragon can control the weather within 1 mile of its lair, regardless if the dragon is inside or outside." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Captain N'ghathrod", "source": "WDMM", @@ -1691,6 +1894,35 @@ } ] }, + { + "name": "Copper Dragon", + "source": "XMM", + "page": 80, + "regionalEffects": [ + "The region containing an adult or ancient copper dragon's lair is changed by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Chatty Critters", + "entries": [ + "Tiny Beasts magically gain the ability to speak and understand Draconic while within 6 miles of the lair." + ] + }, + { + "type": "item", + "name": "Giggle Fits", + "entries": [ + "Whenever a creature other than the dragon and its allies is within 1 mile of the lair and rolls a 1 on a {@variantrule D20 Test|XPHB}, it must succeed on a {@dc 15} Wisdom saving throw or have the {@condition Incapacitated|XPHB} condition until the end of its next turn, as it is wracked with laughter." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Cryonax", "source": "MaBJoV", @@ -1839,6 +2071,35 @@ "If the death tyrant dies, these effects fade over the course of {@dice 1d10} days." ] }, + { + "name": "Death Tyrant", + "source": "XMM", + "page": 94, + "regionalEffects": [ + "The region containing a death tyrant's lair is warped by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Negative Energy Suffusion", + "entries": [ + "Whenever a creature within 1 mile of the lair regains {@variantrule Hit Points|XPHB} from a spell, it subtracts {@dice 1d10} from the number of {@variantrule Hit Points|XPHB} regained." + ] + }, + { + "type": "item", + "name": "Scopophobia", + "entries": [ + "Creatures within 1 mile of the lair feel as if they're being watched. Any creature (excluding the death tyrant and its allies) that finishes a {@variantrule Short Rest|XPHB} while within 1 mile of the lair must succeed on a {@dc 15} Wisdom saving throw or gain no benefit from that rest." + ] + } + ] + }, + "If the death tyrant dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Deep Dragon", "source": "FTD", @@ -1921,6 +2182,35 @@ "If the demilich is destroyed, these effects fade over the course of 10 days." ] }, + { + "name": "Demilich", + "source": "XMM", + "page": 96, + "regionalEffects": [ + "The region containing a demilich's lair is twisted by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Enervating Domain", + "entries": [ + "Whenever a creature other than the demilich or one of its allies finishes a {@variantrule Long Rest|XPHB} within 1 mile of the lair, the creature must succeed on a {@dc 20} Constitution saving throw or have its {@variantrule Hit Points|XPHB|Hit Point} maximum reduced by {@dice 1d4}. This reduction lasts until the creature finishes a {@variantrule Long Rest|XPHB} outside that area." + ] + }, + { + "type": "item", + "name": "Travel Ward", + "entries": [ + "Creatures can't use teleportation or planar travel to enter or exit the lair." + ] + } + ] + }, + "If the demilich dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Demogorgon", "source": "MPMM", @@ -2228,6 +2518,35 @@ "If Dispater dies, the effects fade over the course of {@dice 1d10} days." ] }, + { + "name": "Dracolich", + "source": "XMM", + "page": 102, + "regionalEffects": [ + "The region containing a dracolich's lair is warped by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Sapping Mist", + "entries": [ + "The area within 1 mile of the lair is {@variantrule Lightly Obscured|XPHB} by pale fog. Whenever a creature other than the dracolich or one of its allies finishes a {@variantrule Long Rest|XPHB} in that area, it must succeed on a {@dc 15} Constitution saving throw or gain 1 {@condition Exhaustion|XPHB} level." + ] + }, + { + "type": "item", + "name": "Soul Drain", + "entries": [ + "Creatures within 1 mile of the lair have {@variantrule Disadvantage|XPHB} on Death Saving Throws." + ] + } + ] + }, + "If the dracolich is destroyed or moves its lair elsewhere, these effects end immediately. The effects resume if the dracolich gains a new body (see its Soul Gem trait)." + ] + }, { "name": "Drow Matron Mother", "source": "MPMM", @@ -3190,6 +3509,35 @@ } ] }, + { + "name": "Gold Dragon", + "source": "XMM", + "page": 146, + "regionalEffects": [ + "The region containing an adult or ancient gold dragon's lair is altered by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Dream Messenger", + "entries": [ + "While in its lair, the dragon can cast {@spell Dream|XPHB}, requiring no Material components and using Charisma as the spellcasting ability. When casting the spell this way, the dragon can target any creature within 6 miles." + ] + }, + { + "type": "item", + "name": "Foretelling Fog", + "entries": [ + "The area within 1 mile of the lair is {@variantrule Lightly Obscured|XPHB} by opalescent fog. While in that area, creatures can't be {@status surprised|XPHB}, as the fog swirls into shapes that warn of danger." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Gravekeeper", "source": "DoDk", @@ -3456,6 +3804,35 @@ } ] }, + { + "name": "Green Dragon", + "source": "XMM", + "page": 154, + "regionalEffects": [ + "The region containing an adult or ancient green dragon's lair is warped by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Beast Spies", + "entries": [ + "Tiny Beasts magically gain the ability to understand Draconic and can communicate telepathically with the dragon while within 1 mile of the lair." + ] + }, + { + "type": "item", + "name": "Poisonous Thicket", + "entries": [ + "Ordinary plants growing within 1 mile of the lair poison the air around them. Whenever a creature other than the dragon or its allies finishes a {@variantrule Long Rest|XPHB} in that area, it must succeed on a {@dc 15} Constitution saving throw or have the {@condition Poisoned|XPHB} condition for 1 hour." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Green Hag", "source": "MM", @@ -4023,6 +4400,35 @@ "When the kraken dies, all of these regional effects fade immediately." ] }, + { + "name": "Kraken", + "source": "XMM", + "page": 187, + "regionalEffects": [ + "The region containing a kraken's lair is twisted by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Ocean Tyrant", + "entries": [ + "The kraken exerts its dominance over animals in its domain. All Beasts within 1 mile of the lair have the {@condition Charmed|XPHB} condition while in that area." + ] + }, + { + "type": "item", + "name": "Sea and Storms", + "entries": [ + "While in its lair, the kraken can cast {@spell Control Weather|XPHB}, requiring no spell components and using Intelligence as the spellcasting ability." + ] + } + ] + }, + "If the kraken dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Kyrilla, Accursed Gorgon", "source": "AitFR-DN", @@ -4113,6 +4519,35 @@ } ] }, + { + "name": "Lich", + "source": "XMM", + "page": 196, + "regionalEffects": [ + "The region containing a lich's lair is warped by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "All-Seeing", + "entries": [ + "While in its lair, the lich can cast {@spell Clairvoyance|XPHB}, requiring no spell components and using the same spellcasting ability as its Spellcasting action." + ] + }, + { + "type": "item", + "name": "Inevitable Siphon", + "entries": [ + "Whenever a Humanoid dies within 1 mile of the lair, its soul is immediately consumed by the lich. A Humanoid whose soul is consumed in this way can be brought back to life only by a True Resurrection or {@spell Wish|XPHB} spell." + ] + } + ] + }, + "If the lich is destroyed or moves its lair elsewhere, these effects end immediately. These effects resume if the lich gains a new body (see its Spirit Jar trait)." + ] + }, { "name": "Lichen Lich", "source": "CM", @@ -4793,6 +5228,35 @@ "If the mummy lord is destroyed, these regional effects end immediately." ] }, + { + "name": "Mummy Lord", + "source": "XMM", + "page": 221, + "regionalEffects": [ + "The region containing a mummy lord's lair is warped by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Cursed Fate", + "entries": [ + "Whenever a creature other than the mummy or one of its allies casts a Divination spell while within 1 mile of the lair, the creature makes a {@dc 15} Constitution saving throw. On a failed save, the spell dissipates with no effect, and the action, {@variantrule Bonus Action|XPHB}, or {@variantrule Reaction|XPHB} used to cast the spell is wasted, but any resources used to cast it aren't expended." + ] + }, + { + "type": "item", + "name": "Soul Drain", + "entries": [ + "Creatures within 1 mile of the lair have {@variantrule Disadvantage|XPHB} on Death Saving Throws." + ] + } + ] + }, + "If the mummy lord is destroyed or moves its lair elsewhere, these effects end immediately. The effects resume if the mummy lord gains a new body (see its Undead Restoration trait)." + ] + }, { "name": "Murgaxor", "source": "SCC", @@ -5476,6 +5940,35 @@ } ] }, + { + "name": "Red Dragon", + "source": "XMM", + "page": 256, + "regionalEffects": [ + "The region containing an adult or ancient red dragon's lair is warped by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Burning Heat", + "entries": [ + "The area within 1 mile of the lair is an area of extreme heat. A burning creature or object takes an additional {@damage 1d4} Fire damage at the start of each of its turns." + ] + }, + { + "type": "item", + "name": "Smoldering Haze", + "entries": [ + "The area within 1 mile of the lair is {@variantrule Lightly Obscured|XPHB} with clouds of ash. Whenever a creature other than the dragon or one of its allies finishes a {@variantrule Long Rest|XPHB} in that area, that creature must succeed on a {@dc 15} Constitution saving throw or have the {@condition Poisoned|XPHB} condition for 1 hour." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "River King", "source": "ToB1-2023", @@ -6041,6 +6534,35 @@ } ] }, + { + "name": "Shadow Dragon", + "source": "XMM", + "page": 274, + "regionalEffects": [ + "The region around a shadow dragon's lair is twisted by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Negative Energy Suffusion", + "entries": [ + "Whenever a creature within 1 mile of the lair regains {@variantrule Hit Points|XPHB} from a spell, it subtracts {@dice 1d10} from the number of {@variantrule Hit Points|XPHB} regained." + ] + }, + { + "type": "item", + "name": "Stifling Shadows", + "entries": [ + "Within 1 mile of the lair, effects that normally create {@variantrule Bright Light|XPHB} instead create {@variantrule Dim Light|XPHB}, and creatures there have {@variantrule Advantage|XPHB} on Dexterity ({@skill Stealth|XPHB}) checks." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Silver Dragon", "source": "MM", @@ -6092,6 +6614,35 @@ "If the dragon dies, changed weather reverts to normal, as described in the spell, and the other effects fade in {@dice 1d10} days." ] }, + { + "name": "Silver Dragon", + "source": "XMM", + "page": 280, + "regionalEffects": [ + "The region containing an adult or ancient silver dragon's lair is changed by its magic, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Gentle Gusts", + "entries": [ + "Winds buoy creatures that fall within 1 mile of the lair. Such creatures descend at a rate of 60 feet per round and take no damage from falling." + ] + }, + { + "type": "item", + "name": "Sun and Storms", + "entries": [ + "While in its lair, the dragon can cast {@spell Control Weather|XPHB}, requiring no Material components and using the same spellcasting ability as its Spellcasting action." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Snow Queen", "source": "ToB1-2023", @@ -6196,6 +6747,35 @@ } ] }, + { + "name": "Sphinx", + "source": "XMM", + "page": 294, + "regionalEffects": [ + "The region containing a sphinx of lore's or sphinx of valor's lair is altered by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Distant Sight", + "entries": [ + "While in its lair, the sphinx can cast {@spell Clairvoyance|XPHB}, requiring no spell components and using the same spellcasting ability as its Spellcasting action. When cast this way, the spell's range is 1 mile." + ] + }, + { + "type": "item", + "name": "Infusion of Knowledge", + "entries": [ + "Whenever the sphinx or one of its allies takes a {@action Study|XPHB} action while within 1 mile of the lair, it adds {@dice 1d6} to any ability check it makes for that action." + ] + } + ] + }, + "If the sphinx dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Ssendam, Lord of Madness", "source": "MaBJoV", @@ -6616,6 +7196,35 @@ "If the unicorn dies, these effects end immediately." ] }, + { + "name": "Unicorn", + "source": "XMM", + "page": 313, + "regionalEffects": [ + "The region containing a unicorn's lair is changed by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Obscuring Foliage", + "entries": [ + "The unicorn and its allies have {@variantrule Advantage|XPHB} on Dexterity ({@skill Stealth|XPHB}) checks while within 1 mile of the lair." + ] + }, + { + "type": "item", + "name": "Positive Energy", + "entries": [ + "Whenever a creature within 1 mile of the lair regains {@variantrule Hit Points|XPHB} from a spell, it regains the maximum number of {@variantrule Hit Points|XPHB} possible. Additionally, the effects of curses are suppressed within 1 mile of the lair." + ] + } + ] + }, + "If the unicorn dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Valin Sarnaster", "source": "CM", @@ -6662,6 +7271,42 @@ "If the vampire is destroyed, these effects end after {@dice 2d6} days." ] }, + { + "name": "Vampire", + "source": "XMM", + "page": 316, + "regionalEffects": [ + "The region containing a vampire's lair is warped by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Children of the Night", + "entries": [ + "The vampire exerts influence over the animals in its domain. From dusk until dawn, Medium or smaller Beasts have the {@condition Charmed|XPHB} condition while within 1 mile of the lair." + ] + }, + { + "type": "item", + "name": "Looming Shadows", + "entries": [ + "Shadows within 1 mile of the lair seem to move as if alive. Any creature (excluding the vampire and its allies) that finishes a {@variantrule Short Rest|XPHB} while within 1 mile of the lair must succeed on a {@dc 15} Wisdom saving throw or gain no benefit from that rest." + ] + }, + { + "type": "item", + "name": "Mists", + "entries": [ + "The area within 1 mile of the lair is {@variantrule Lightly Obscured|XPHB} by a persistent, creeping fog. The vampire and any creatures of its choice are unaffected by the fog." + ] + } + ] + }, + "If the vampire dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Vanifer", "source": "PotA", @@ -6864,6 +7509,35 @@ } ] }, + { + "name": "White Dragon", + "source": "XMM", + "page": 330, + "regionalEffects": [ + "The region containing an adult or ancient white dragon's lair is affected by its presence, creating the following effects:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Frigid Cold", + "entries": [ + "The area within 1 mile of the lair is an area of {@hazard extreme cold|XDMG}. Any water in that area is {@hazard frigid water|XDMG}. See the {@book Dungeon Master's Guide|DMG} for rules on extreme cold and frigid water." + ] + }, + { + "type": "item", + "name": "Glacial Gloom", + "entries": [ + "The area within 1 mile of the lair is {@variantrule Lightly Obscured|XPHB} by chilly fog. Whenever a creature other than the dragon or one of its allies finishes a {@variantrule Long Rest|XPHB} in that area, that creature must succeed on a {@dc 15} Constitution saving throw or have its {@variantrule Speed|XPHB} reduced by 10 feet for 1 hour." + ] + } + ] + }, + "If the dragon dies or moves its lair elsewhere, these effects end immediately." + ] + }, { "name": "Wind Dragon", "source": "ToB1-2023", diff --git a/data/bestiary/template.json b/data/bestiary/template.json index c5305d4..d1a9ccf 100644 --- a/data/bestiary/template.json +++ b/data/bestiary/template.json @@ -1227,7 +1227,7 @@ "name": "Mountain Dwarf", "source": "PHB", "_mod": { - "*": { + "_": { "mode": "setProp", "prop": "apply._root.type", "value": { @@ -2684,7 +2684,7 @@ "name": "Mountain Dwarf", "source": "PHB", "_mod": { - "*": { + "_": { "mode": "setProp", "prop": "apply._root.type", "value": { diff --git a/data/book/book-hffotm.json b/data/book/book-hffotm.json index 065490c..24bace3 100644 --- a/data/book/book-hffotm.json +++ b/data/book/book-hffotm.json @@ -1813,8 +1813,8 @@ "type": "internal", "path": "items/DMG/Alchemy Jug.webp" }, - "width": 1421, - "height": 1554 + "width": 778, + "height": 1000 } ], "id": "037" diff --git a/data/book/book-hwcs.json b/data/book/book-hwcs.json deleted file mode 100644 index 80b077c..0000000 --- a/data/book/book-hwcs.json +++ /dev/null @@ -1,3976 +0,0 @@ -{ - "data": [ - { - "type": "section", - "name": "Humblewood Campaign Setting", - "entries": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Cover.webp" - }, - "width": 1259, - "height": 818 - }, - { - "type": "section", - "name": "Foreword", - "page": 6, - "entries": [ - "{@font by holly conrad|HPPHumblescratch}", - { - "type": "inset", - "entries": [ - "Nature, or the forest, might be quite the distance from our homes, Twitch streams, or stages where we play RPGs like {@i 5th Edition} (because oddly enough that's the magical world we live in now). We throw dice onto surfaces made of trees whose history we are woefully clueless of. Did the tree have a story, or a family of owls living in it, or a fox kit that sheltered a storm beneath its branches? We don't know these tales as we weave our own, but the connection is still there. We're still tromping through the wilderness and smelling the fresh air and fearing its dangers, even if it's in our imagination.", - "Storytelling on its own has always been connected to nature. Legends of animals as gods or animals as human-like protagonists permeate all cultures. The Native American stories of the trickster Raven, the Medieval fable of the {@i Owl and the Nightingale}, or something as obvious and simple as {@i Grimm's Fairy Tales} are all examples of how the natural world around us has shaped storytelling. The magic of animals and their usually unseen lives intrigues us, sparks our imagination, and we see a lot of ourselves in them when we finally slow down enough to look. Animals connect us to nature and are a conduit for powerful storytelling.", - "This is why I believe roleplaying games have had such a resurgence in the past few years, because we're looking for a connection to the world around us. We're looking for a way to get away from screens, to forget about our complicated lives, and to live as heroes with problems we can solve, not just listen to on the news and worry about. We can help people, we can be heroes, and we have magic. Even in the imagination, these things are incredibly powerful.", - "In Humblewood, we're going back to our roots as storytellers, using nature and the animals around us to adventure in a world of fantasy. We have so much technology surrounding us every day, getting out into nature isn't an option for many. Our jobs are time consuming, our lives are hard and complicated, our food is grown in places we will never see and sits on a shelf for our consumption wrapped in plastic. These things disconnect us from the story of nature, from the story of life and the changing of seasons and our connection to the world around us. In reality, even the humble pigeon has an interesting life, we just don't see it as we pass them on city streets without giving them a second look.", - "I've loved birds since I can remember, they've always been how I connected to nature. I've rescued birds since I was 10 and I've worked with the smallest of hummingbirds to the massive moody, Red Tailed hawk named Ivan whose mew I cleaned in college. When I lived in Los Angeles, I began rescuing pigeons because they were everywhere, forgotten pets of colonists and invasive to the habitat they lived in. These birds were smart, funny, and ignored by almost every animal shelter you took them to. They were the lost and forgotten of the animal world, and that's why I fell in love with them. They had stories to tell, and every one of them has their own personality and quirks.", - "Humans are not that different from animals. If we pay attention to them, we can understand them, save them, live with them, and honor them. The more compassion we have for animals the better our world will be. Telling their stories is just as important as telling our own, and helps us connect to and have compassion for the other creatures on our planet. So I encourage you to make your own legends in Humblewood, and then go to the forest and see them for yourself. Maybe they'll have a story of their own to tell you, too.", - "{@b Holly Conrad}", - "Twitter: {@link @HollyConrad|https://twitter.com/HollyConrad}", - "Twitch: @commanderholly" - ], - "id": "002" - } - ], - "id": "001" - }, - { - "type": "section", - "name": "Preface", - "page": 7, - "entries": [ - "{@font by leesha hannigan|HPPHumblescratch}", - { - "type": "inset", - "entries": [ - "When approaching the art direction for Humblewood, I wanted to express that this is a world full of vibrant, diverse characters, living in an expansive forest with a rich and intricate history. The driving force behind Humblewood as a concept was the desire to create a visually compelling world that felt alive, and that meant a world that could feel wonderful and welcoming, magical and mysterious. It also meant a world full of secrets, hidden dangers, and obstacles for a party of adventurers to overcome.", - "When I was young, the films and books I devoured with the most enthusiasm were the ones that appealed to audiences both young and old, whose characters may happen to be adorable woodland animals, but still bravely explored a mosaic of complex, confronting themes that we continue to puzzle over well into our adult years. These are the stories that left a significant impression on me, that I continue to revisit to this day.", - "Roleplaying games are wonderful for many reasons, one being that they can provide a form of escape, or they can mirror reality. They can help us understand and process experiences in our own lives through an entirely different lens, and they give you a unique kind of freedom to be whoever or whatever you want to be, options for which there is no shortage in Humblewood\u2014whether you are a sneaky mapach, a brave little strig, or a cunning corvum with a secret heart of gold, the only limit, as ever, is your imagination.", - "As artists we have to give careful consideration to every facet of the world, certainly the designs of our main characters and our myriad of monsters, but also what a character's home might look like, what kind of fabrics they might wear, and how should we design this bottle of vintage vulpin-crafted elderberry wine? We have illustrated forests flooded with beams of light, tangled and treacherous swamps you must battle your way through with determination, and cosy interiors where you can almost smell the jerbeen-sized loaves baking in the oven. The love is very often in the details, just as some of the most significant moments in a campaign can be the quiet ones, the small words exchanged at the campfire, or the tiny clues indicating a much larger mystery to unravel.", - "Creating this project has been an unforgettable journey, full of as many surprises, twists and turns as the overgrown paths of Humblewood itself. I have had an affinity for nature and animals my entire life, which has been my primary source of inspiration for much of my personal work. I remember when I first sat down and sketched the first iteration of a brave little knight owl, who we have now named Riffin, and I could never have imagined in that moment how the idea behind this little owl would evolve into a fully realised world, lovingly crafted by our team of designers, writers and artists, for players to explore.", - "I am beyond excited for you all to take your first steps into this world, uncover some of its secrets during your adventures, experience its stories, and come away with many of your own stories to tell!", - "{@b Leesha Hannigan}, Art Director", - "Twitter: {@link @LeeshaHannigan|https://twitter.com/LeeshaHannigan}" - ], - "id": "004" - } - ], - "id": "003" - }, - { - "type": "section", - "name": "Introduction", - "page": 8, - "entries": [ - "{@font about the wood|HPPHumblescratch}", - "In the far away world of Everden, on the eastern coast of a great continent, lies a vast forest nestled between the mountains and the sea. This is the Humblewood, an ancient and magical place that hums an endless song, sung to the Great Rhythm of life and death. The Wood, as it is known to its inhabitants, is not like any other forest. The trees are old and powerful, with rare specimens that reach as tall as small mountains. Here familiar beasts grow to unusual sizes, bearing markings and patterns unique to the Wood. This region is also home to two groups of animal-like humanoid races, the birdfolk and the humblefolk. Together they share the Wood and its bountiful resources.", - "In the early years, the birdfolk and humblefolk lived close to each other in small villages around the forest. These isolated communities were vulnerable to an organization of brigands and marauders who called themselves the \"Bandit Coalition.\" To protect themselves from the Coalition, the birdfolk built fortified cities in the forest's canopy. Joining forces with the humblefolk, the birdfolk army, known as the \"Perch Guard\", drove back the bandits, bringing peace and security to the region. Over time, birdfolk culture spread, and the capital city of Alderheart became the most politically influential place in the Wood.", - "But the Wood has also known sorrow. Not long after the founding of Alderheart, a massive forest fire known as \"The Great Calamity\" burned a portion of the Wood. The origins of the fire are unknown, but it left the area permanently damaged. To this day, it is called the \"Scorched Grove,\" an arid field of ash that has since become home to many strange flame-infused creatures.", - "The Tenders, an organization of druids and mystics, dedicate themselves to healing the Scorched Grove with natural magics. Set up in conclaves around the Wood, they provide aid whenever forest fires strike. Yet, since the Grove's burning, the Wood has known relatively few fires. Nature's balance, though, can be disrupted by a single spark.", - "Recently, fires have begun to rage through the Wood with a strength and fury not seen since ages past. Forest-dwellers are again being displaced from their homes, seeking refuge in Alderheart, and perch-dwellers are doing what they can to keep themselves safe up in their canopy sanctuaries. Relations between the humblefolk and birdfolk are tense. Moreover, a newly invigorated Bandit Coalition swells in numbers. Its sights are set upon Alderheart, where those displaced by the flames seek a means of survival.", - "You are a citizen of the Wood, caught up in this turmoil. Or perhaps you are a storyteller from another world. Either way, the future of the Wood is yours to write. Within this book you will find all the tools you need to build your character, travel the land, and create your own Humblewood story.", - "Whether or not Humblewood is able to survive the flames is up to you. Go forth and adventure! Only you can restore balance to the Wood." - ], - "id": "005" - } - ], - "id": "000" - }, - { - "type": "section", - "name": "Welcome to the Wood", - "entries": [ - "{@font the story begins|HPPHumblescratch}", - { - "type": "section", - "name": "Races of the Wood", - "page": 10, - "entries": [ - "{@font all walks of life|HPPHumblescratch}", - "The various folk who make up the world of Humblewood are divided into two categories: the birdfolk and the humblefolk. While they resemble animals, the folk who inhabit the cities, towns, and villages of Humblewood are all humanoids.", - "This chapter outlines the ten core races, five birdfolk and five humblefolk, who make up the majority of characters found in the Wood. It also details various character creation options, new class options, backgrounds, feats, and spells to help you make your own Humblewood adventurer.", - { - "type": "entries", - "name": "The Birdfolk", - "entries": [ - "The birdfolk races of Humblewood are as diverse and unique as the forest itself. Only the skillful survive the forest, and the birdfolk have become masters of both the forest floor and the canopies above, creating several settlements (known colloquially as \"perches\") throughout the Wood. Despite regional differences and cultural peculiarities among the different kinds of birdfolk in the Wood, the birdfolk races nevertheless share much of their culture, language, history, and origin myths. This solidarity has allowed them to work together and prosper, creating a harmony in the Wood which has lasted for an age.", - "While a diverse group, adapted for a variety of environments within the Wood, birdfolk also share several physical traits which have allowed them to find common ground in the construction of their perches. Beyond the obvious physical similarities, all birdfolk possess arms covered in feathers, which extend into wing-like appendages. While incapable of true powered flight, the strong hollow bones and lightweight bodies of birdfolk allow them to easily use their feathered arms to glide, and unless severely encumbered, all birdfolk can recover gracefully from what would otherwise be a deadly fall. In some birdfolk races these wings have grown strong enough to bear their owners upwards in a mighty flap, while others instead developed talons which make for both deadly defensive weapons and useful tools for scaling tall trees.", - "The birdfolk have established themselves as a political force to be reckoned with in Humblewood. They shaped their mighty capital from the great tree Alderheart, and from this bastion of safety their ruling body, the Birdfolk Council, makes decisions which impact all of Humblewood. The birdfolk are well-defended from outside threats thanks to the Perch Guard, a force of soldiers trained in both aerial and ground combat, that keeps their cities and the denizens within safe.", - "While Alderheart has been a beacon of peace and harmony for many years, the coming of the fires has thrown the region into chaos. The Perch Guard forces are spread thin across the canopy cities, barely able to secure the main roads for merchants while keeping their homes safe from the blazes. Now the great birdfolk cities face more threats from bandits and forest fires than ever before. Through it all, though, the birdfolk trust in solidarity, between themselves and the diverse groups of habitants who call their perches home, to weather the coming storm as they have so many times before.", - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Birdfolk.webp" - }, - "width": 889, - "height": 478 - } - ], - "id": "008" - }, - { - "type": "entries", - "name": "The Humblefolk", - "entries": [ - "Not all denizens of Humblewood are birdfolk. The term \"humblefolk\" is used throughout the Wood to refer to the non-birdfolk peoples who live a little closer to the forest floor. Unlike the birdfolk, whose shared language, histories, myths, and culture have allowed them to exist in harmony for most of Humblewood's history, the humblefolk represent a disparate group of peoples, cultures, and ways of seeing the world, many of whom haven't always seen eye to eye.", - "Ages ago, an accord was struck between the people of the forest floor to unite against roving bandits and quell the in-fighting that was wreaking havoc across the Wood. This accord was known as the \"Humblefolk Treaty\" and was witnessed by the birdfolk, who were just then beginning to shape the trunk of Alderheart. The birdfolk offered the humblefolk safety within their great city, and many accepted their offer. Over time, more and more humblefolk migrated to newly-established birdfolk perches, though many found birdfolk architecture to be restrictive for creatures without wings. In the same way, some groups of birdfolk, feeling too crowded within the booming perches, began to spread out and seek shelter within small woodland villages. Even today, the birdfolk who choose to live on the forest floor find themselves stigmatized, as a life in the canopy is considered proper in birdfolk society.", - "After the establishment of the treaty, humblefolk began to live once again in small woodland villages beneath the trees, although now in more diverse communities alongside some ground-dwelling birdfolk. With the expansion of the Humblefolk Treaty to allow humblefolk to call upon Perch Guard garrisons in times of crisis, and the birdfolk militias keeping the roads safe for merchant caravans, the Wood truly entered a golden age. Life for many humblefolk was peaceful and prosperous...until the fires came.", - "With the spreading flames, humblefolk villagers petitioned the overextended Perch Guard for aid, only to see help arrive too late, if at all. To make matters worse, after many years the divisions between the humblefolk communities have intensified: those who found prosperity in the birdfolk cities have adopted a perch-dweller's perspective, while those who live in the woodlands face a constant threat from brigands and forest fires. Others have even left to join the newly reformed Bandit Coalition, seeing not only a path for survival, but a chance to get even with the perch-dwelling birdfolk for broken oaths and unequal treatment. Yet, where the treaty holds, vibrant humblefolk communities can still be found. The humblefolk are resilient, and each race will devise a way to survive in this dangerous wood.", - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Humblefolk.webp" - }, - "width": 889, - "height": 478 - } - ], - "id": "009" - } - ], - "id": "007" - }, - { - "type": "section", - "name": "Characters in the Wood", - "page": 32, - "entries": [ - "{@font embodying one of the folk|HPPHumblescratch}", - "This chapter outlines how you can customize your character, everything from physical characteristics, backgrounds, class options, feats, and spells, all in keeping with the flavor of Humblewood.", - { - "type": "entries", - "name": "Character Details", - "entries": [ - "Your character is more than just a collection of rules. Here are a few tools to help you flesh out the look and feel of your character.", - { - "type": "entries", - "name": "Sex & Gender", - "entries": [ - "The sex or gender of a character doesn't confer any special bonuses or penalties. Playable races do not exhibit physical characteristics based on sex, and traits such as plumage, markings, and size difference are not associated with a specific sex or gender. The most significant variations in physical appearance come down to a character's subrace." - ], - "id": "00c" - }, - { - "type": "entries", - "name": "Height and Weight", - "entries": [ - "The table below can be used to decide your character's height and weight. These are based on the information provided in each race's description, and reflect the natural variation that occurs within the different folk of the Wood.", - "To use this table, first locate your character's race, and roll for their height modifier. Add this result in inches to the base height shown in the previous column. Next, using the appropriate column, roll for your weight modifier. Some races have a flat weight modifier. If this is the case, simply use the number provided in this column. Then, take the number you rolled for the height modifier, and multiply it by the weight modifier. Add this result in pounds to your race's base weight.", - "You may notice that the weights for birdfolk races are significantly lower than for humblefolk of similar size. The birdfolk have hollow bones, reinforced by special internal structures that act as struts. Along with other weight-reducing adaptations, this allows birdfolk to glide. Birdfolk characters are not negatively impacted by their lower weight.", - { - "type": "table", - "caption": "Random Height and Weight", - "colLabels": [ - "Race", - "Base Height", - "Height Modifier", - "Base Weight", - "Weight Modifier" - ], - "colStyles": [ - "col-1", - "col-1", - "col-1", - "col-1", - "col-1" - ], - "rows": [ - [ - "Cervan (Grove)", - "4'8\"", - "+{@dice 2d10}", - "110 lb.", - "x ({@dice 1d4}) lb." - ], - [ - "Cervan (Pronghorn)", - "6'1\"", - "+{@dice 2d10}", - "120 lb.", - "x ({@dice 2d4}) lb." - ], - [ - "Corvum", - "4'4\"", - "+{@dice 2d10}", - "70 lb.", - "x ({@dice 1d4}) lb." - ], - [ - "Gallus", - "3'4\"", - "+{@dice 3d10}", - "55 lb.", - "x ({@dice 1d4}) lb." - ], - [ - "Hedge", - "2'11\"", - "+{@dice 2d6}", - "30 lb.", - "x ({@dice 1d4}) lb." - ], - [ - "Jerbeen", - "2'4\"", - "+{@dice 2d4}", - "20 lb.", - "x ({@dice 1d2}) lb." - ], - [ - "Luma", - "2'8\"", - "+{@dice 2d4}", - "25 lb.", - "x 1 lb." - ], - [ - "Mapach", - "3'11\"", - "+{@dice 2d6}", - "85 lb.", - "x ({@dice 2d4}) lb." - ], - [ - "Raptor", - "2'11\"", - "+{@dice 2d6}", - "25 lb.", - "x 1 lb." - ], - [ - "Strig", - "3'10\"", - "+{@dice 2d10}", - "80 lb.", - "x ({@dice 1d6}) lb." - ], - [ - "Vulpin", - "4'2\"", - "+{@dice 2d10}", - "80 lb.", - "x ({@dice 2d4}) lb." - ] - ] - }, - { - "type": "inset", - "name": "Altering Race Size", - "entries": [ - "The sizes listed in the racial descriptions represent suggested averages of the various races. Players can adjust these sizes depending on the kind of birdfolk or humblefolk character they'd like to play. Some varieties of strig, a race that takes their physical characteristics from owls, could be smaller sized, around 3 feet tall, if desired. Similarly, raptors, a race whose physical characteristics resemble birds of prey, could reach around 5 feet in height. For the sake of simplicity we advise that, regardless of the physical measurements of a character, they follow the size category rules of their race (Medium or Small). In the lore, this can be expressed by saying that even a small strig is solid and strong, where even a taller raptor is light and agile. This will make calculating things that rely on size categories much easier, rather than having to remember which size variant a player has chosen for a race.", - "Alternatively, if the races presented here are too big when placed in comparison to humans in other campaign settings, size categories can be adjusted accordingly. This is entirely a matter of taste. It is recommended to do whatever makes the most sense for the kinds of worlds you'd like to build and the kinds of stories you'd like to tell." - ], - "id": "00e" - } - ], - "id": "00d" - }, - { - "type": "entries", - "name": "Variant Rule: Different Looks for Birdfolk and Humblefolk", - "entries": [ - "The Wood covers a vast area of different environments. As such, birdfolk and humblefolk can showcase a variety of different forms. At the discretion of the GM, your Humblewood character may look different than other members of its race. While not exhaustive, we've provided examples of suitable analogs for different kinds of animals from which a playable race could take inspiration. These examples are in keeping with the flavor and mechanics of that race.", - { - "type": "entries", - "name": "Cervan", - "entries": [ - "Cervan characters could be imagined as elk, moose, or antelopes. Any hoofed creature with horns would fit the bill, especially those native to forest or mountainous environments. While not every cervan has horns, the ability to grow them is seen as a blessing of Cairith, and is a part of their culture." - ], - "id": "010" - }, - { - "type": "entries", - "name": "Corvum", - "entries": [ - "Birds which are known for their dark coloration, such as crows, blackbirds and grackles, would be a good visual fit. Despite typically being dark-feathered, a variety of colorful corvids exist. Jays, nutcrackers, and jackdaws are good examples.", - "No matter which type of bird is being used for visual inspiration for your corvum, it is important that they have at least one black feather. Black feathers on a corvum are known as the \"Mark of Gesme\" and they are thought to impart some of Gesme's reckless curiosity." - ], - "id": "011" - }, - { - "type": "entries", - "name": "Gallus", - "entries": [ - "Gallus characters are usually represented by land fowl of all kinds, ranging from those with small rounded bodies, suited to ground life, to those with longer proportions. Waterfowl, such as ducks or geese, could be used as visual inspiration for communities of gallus living by Humblewood's wetlands. Other fowl, such as peacocks, could also be used. While not closely-related to fowl, herons, storks, and bitterns could be a good reference for taller, marshland-dwelling communities of gallus.", - "Gallus characters with ostentatious, colorful plumage are generally better suited to the bright gallus subrace, while those with modest, earth-toned feathers might be better suited to the huden gallus subrace." - ], - "id": "012" - }, - { - "type": "entries", - "name": "Hedge", - "entries": [ - "While inspired by hedgehogs, having a hedge character based on a quilled animal that inhabits forests, such as a porcupine, would also make sense. Although they would probably not be native to Humblewood, armadillos, pangolins, or echidnas would also work." - ], - "id": "013" - }, - { - "type": "entries", - "name": "Jerbeen", - "entries": [ - "The jerbeens are inspired by jerboas, a kind of jumping mouse. Other small rodents with mouse-like proportions, including chinchillas, could be used for visual inspiration as well. Though a greater stretch, the jerbeen's speed, size, and communal way of life would make them an ideal analog for races based on rabbits or hares." - ], - "id": "014" - }, - { - "type": "entries", - "name": "Luma", - "entries": [ - "Lumas are inspired by doves and pigeons, but their size and high charisma means that small songbirds such as chickadees, wrens, sparrows, and cardinals would also be a good fit. A bird-of-paradise could be used as well due to their focus on performance, though they might be better suited for visitors to Humblewood from more tropical regions. Birds with brighter or more decorative plumage would correspond to sera lumas, while those with more muted feathers would be better as sable lumas." - ], - "id": "015" - }, - { - "type": "entries", - "name": "Mapach", - "entries": [ - "Inspired by raccoons, mapach characters can reference members of the weasel family, such as ferrets and badgers. Mapachs are hearty and crafty, and possess a climbing speed, which means many members of this family, including polecats, would be good fits." - ], - "id": "016" - }, - { - "type": "entries", - "name": "Raptor", - "entries": [ - "Raptors take after smaller birds of prey, like falcons and hawks, but using larger species, like eagles or vultures as a reference would also work for raptor characters. Maran raptors could also take visual inspiration from seabirds, notably petrels or shearwaters, due to their swim speed." - ], - "id": "017" - }, - { - "type": "entries", - "name": "Strig", - "entries": [ - "Strigs usually resemble owls of all kinds. Owls comprise a very large and diverse family of birds, and examples can be found which are small, large, or unique in appearance. For larger, more intimidating strigs, the great gray owl or giant scops owl can provide a robust presence, while smaller strigs could take inspiration from the little owl, or boreal owl. Regardless of their size, stout strigs tend to be bulkier, with denser feathers, while swift strigs have more slender and streamlined bodies." - ], - "id": "018" - }, - { - "type": "entries", - "name": "Vulpin", - "entries": [ - "Vulpins generally look like foxes, but an alternative visual reference would be wolves, coyotes, or other hunting canines that could be commonly found in a forest environment. Vulpins should be represented as wild animals, to illustrate the duality of their sophisticated yet savage nature. Breeds of tamed dogs would not be a good fit." - ], - "id": "019" - }, - { - "entries": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Different-Looks.webp" - }, - "width": 878, - "height": 479 - } - ], - "type": "entries", - "id": "01a" - } - ], - "id": "00f" - }, - { - "type": "entries", - "name": "Languages of the Wood", - "entries": [ - "Race determines the language your character can speak by default, and your background might give you access to one or more additional language of your choice. You are free to select these from among the languages offered in other 5e material, but there are several languages which are specific to the Wood.", - "The standard languages listed below are part of common life in Humblewood, and are spoken widely. Sylvan, along with various dialects of Primordial (Auran, Aquan, Ignan, and Terran) are uncommon languages known only by few in the Wood, but they can prove exceptionally useful in communicating with the various fey and elemental Humblewood residents.", - "Each birdfolk race possesses a unique and mystical connection to the element of air, which allows them to understand Auran from birth, although they are unable to speak it naturally. Birdfolk who wish to become fluent in this dialect must take the time to learn. Because Auran is a dialect of Primordial, birdfolk innately understand Aquan, Ignan, and Terran as well, though not perfectly. Compared to Auran, the other dialects of Primordial sound stilted or broken to birdfolk. While they can understand simple concepts presented in these dialects, more complicated matters are lost in translation.", - { - "type": "inset", - "name": "Common and Birdfolk", - "entries": [ - "Birdfolk takes the place of Common in Humblewood. As the language of trade and custom, folk of the Wood take the time to learn it. Other 5e races who choose to visit Humblewood will want to know Birdfolk. Likewise, birdfolk or humblefolk characters visiting other lands should add Common to their language list." - ], - "id": "01c" - }, - { - "type": "table", - "caption": "Standard Languages", - "colLabels": [ - "Language", - "Typical Speakers", - "Script" - ], - "colStyles": [ - "col-1", - "col-1", - "col-1" - ], - "rows": [ - [ - "Birdfolk", - "Birdfolk, Humblefolk", - "Birdfolk" - ], - [ - "Cervan", - "Cervans", - "\u2013" - ], - [ - "Hedge", - "Hedges", - "Sylvan" - ], - [ - "Jerbeen", - "Jerbeens", - "Birdfolk" - ], - [ - "Mapach", - "Mapachs", - "Mapach" - ], - [ - "Vulpin", - "Vulpins", - "Vulpin" - ] - ] - }, - { - "type": "entries", - "name": "Birdfolk", - "entries": [ - "Birdfolk is a language of clicks, caws, and whistles. Though primarily oral, a system for writing Birdfolk in pictograms was developed long before the founding of Alderheart and has since transformed into a set of abstract glyphs representing different sounds. Birdfolk can be written quickly with a quill, or scratched easily with a claw, and has been widely adopted throughout the Wood." - ], - "id": "01d" - }, - { - "type": "entries", - "name": "Cervan", - "entries": [ - "Cervan is a complex language with no written script. It is seen as disrespectful to try and transcribe it using Birdfolk characters. Much of cervan history is preserved by village elders and passed down orally through the generations as stories, songs, and sayings. The adage, \"What is essential to learn lies in the teaching\", is often invoked to illustrate this point." - ], - "id": "01e" - }, - { - "type": "entries", - "name": "Hedge", - "entries": [ - "Hedge is a language meant to be spoken softly. It confounds many who try to learn it due to the prevalence of passive voice and the deferential manners built into conversation. These are meant to ensure that everyone's feelings are heard and respected. It is written using a variation of Sylvan script." - ], - "id": "01f" - }, - { - "type": "entries", - "name": "Jerbeen", - "entries": [ - "Jerbeen is a system of squeaks and clicks represented in writing by using a variant of Birdfolk alphabet. It is a polite but direct language designed to communicate information quickly and effectively between multiple listeners." - ], - "id": "020" - }, - { - "type": "entries", - "name": "Mapach", - "entries": [ - "Mapach is a very technically dense language that often incorporates rough equations and estimations of physical properties in normal conversation. Awareness of one's surroundings is key to survival, and the Mapach language emphasizes this. Mapach uses its own script of glyphs made of various lines, dashes, and dots." - ], - "id": "021" - }, - { - "type": "entries", - "name": "Vulpin", - "entries": [ - "Vulpin is a language of growls, snarls, and yips. It is written in its own flowing cursive script. Speakers are taught to switch between low and high class versions of Vulpin depending on the context. The biggest stumbling block for new speakers is learning when to use which form." - ], - "id": "022" - }, - { - "entries": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Languages.webp" - }, - "width": 584, - "height": 776 - } - ], - "type": "entries", - "id": "023" - } - ], - "id": "01b" - } - ], - "id": "00b" - } - ], - "id": "00a" - }, - { - "type": "section", - "name": "New Class Options", - "page": 36, - "entries": [ - "{@font pick your path|HPPHumblescratch}", - "Here you will find a selection of options you can use to further customize your Bard, Cleric, or Fighter. The Cleric has access to two new domains: Night and Community, based on the Amaranthine of Humblewood. Bard and Fighter receive new class options which are well suited to characters from the Wood: The Scofflaw and The College of the Road. Scofflaws might find their talents useful among the Bandit Coalition, and bards from the College of the Road can be found sharing tales around campfires and hearths all across Humblewood.", - { - "type": "list", - "columns": 2, - "items": [ - "{@class bard|phb|Bard: College of the Road|Road|HWCS}", - "{@class cleric|phb|Cleric: Community Domain|Community|HWCS}", - "{@class cleric|phb|Cleric: Night Domain|Night|HWCS}", - "{@class fighter|phb|Fighter: Scofflaw|Scofflaw|HWCS}" - ] - } - ], - "id": "024" - }, - { - "type": "section", - "name": "New Backgrounds", - "page": 43, - "entries": [ - "{@font what motivates you?|HPPHumblescratch}", - "You can use these backgrounds in addition to the backgrounds available in the 5th Edition Core Rules. Remember that you are free to mix and match features or traits between backgrounds. What's important is that you select a background that suits your character.", - { - "type": "list", - "columns": 3, - "items": [ - "{@background Bandit Defector|HWCS}", - "{@background Grounded|HWCS}", - "{@background Wind-Touched|HWCS}" - ] - } - ], - "id": "025" - }, - { - "type": "section", - "name": "New Feats", - "page": 47, - "entries": [ - "{@font a knack for adventure|HPPHumblescratch}", - "The following new feats are appropriate for campaigns taking place in Humblewood.", - { - "type": "list", - "columns": 3, - "items": [ - "{@feat Aerial Expert|HWCS}", - "{@feat Bandit Cunning|HWCS}", - "{@feat Heavy Glider|HWCS}", - "{@feat Opportunistic Thief|HWCS}", - "{@feat Perfect Landing|HWCS}", - "{@feat Speech of the Ancient Beasts|HWCS}", - "{@feat Woodwise|HWCS}" - ] - } - ], - "id": "026" - }, - { - "type": "section", - "name": "New Spells", - "page": 48, - "entries": [ - "{@font mystically mystifying|HPPHumblescratch}", - "The following spell lists show which spells can be cast by characters of each class.", - { - "type": "entries", - "entries": [ - { - "type": "list", - "style": "list-hang-notitle", - "columns": 2, - "items": [ - { - "type": "entries", - "name": "Bard Spells", - "entries": [ - { - "type": "list", - "style": "list-hang", - "name": "Cantrips (0 Level)", - "items": [ - "{@spell Gust Barrier|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "4th Level", - "items": [ - "{@spell Shape Plants|HWCS}" - ] - } - ], - "id": "029" - }, - { - "type": "entries", - "name": "Cleric Spells", - "entries": [ - { - "type": "list", - "style": "list-hang", - "name": "1st Level", - "items": [ - "{@spell Elevated Sight|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "3rd Level", - "items": [ - "{@spell Invoke the Amaranthine|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "4th Level", - "items": [ - "{@spell Shape Plants|HWCS}", - "{@spell Stellar Bodies|HWCS}" - ] - } - ], - "id": "02a" - }, - { - "type": "entries", - "name": "Druid Spells", - "entries": [ - { - "type": "list", - "style": "list-hang", - "name": "Cantrips (0 Level)", - "items": [ - "{@spell Gust Barrier|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "1st Level", - "items": [ - "{@spell Elevated Sight|HWCS}", - "{@spell Spiny Shield|HWCS}", - "{@spell Veil of Dusk|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "3rd Level", - "items": [ - "{@spell Feathered Reach|HWCS}", - "{@spell Globe of Twilight|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "4th Level", - "items": [ - "{@spell Shape Plants|HWCS}", - "{@spell Stellar Bodies|HWCS}" - ] - } - ], - "id": "02b" - }, - { - "type": "entries", - "name": "Paladin Spells", - "entries": [ - { - "type": "list", - "style": "list-hang", - "name": "3rd Level", - "items": [ - "{@spell Invoke the Amaranthine|HWCS}" - ] - } - ], - "id": "02c" - }, - { - "type": "entries", - "name": "Ranger Spells", - "entries": [ - { - "type": "list", - "style": "list-hang", - "name": "1st Level", - "items": [ - "{@spell Elevated Sight|HWCS}", - "{@spell Spiny Shield|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "2nd Level", - "items": [ - "{@spell Ambush Prey|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "3rd Level", - "items": [ - "{@spell Feathered Reach|HWCS}", - "{@spell Globe of Twilight|HWCS}" - ] - } - ], - "id": "02d" - }, - { - "type": "entries", - "name": "Sorcerer Spells", - "entries": [ - { - "type": "list", - "style": "list-hang", - "name": "Cantrips (0 Level)", - "items": [ - "{@spell Gust Barrier|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "1st Level", - "items": [ - "{@spell Spiny Shield|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "4th Level", - "items": [ - "{@spell Stellar Bodies|HWCS}" - ] - } - ], - "id": "02e" - }, - { - "type": "entries", - "name": "Warlock Spells", - "entries": [ - { - "type": "list", - "style": "list-hang", - "name": "1st Level", - "items": [ - "{@spell Elevated Sight|HWCS}", - "{@spell Veil of Dusk|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "3rd Level", - "items": [ - "{@spell Globe of Twilight|HWCS}" - ] - } - ], - "id": "02f" - }, - { - "type": "entries", - "name": "Wizard Spells", - "entries": [ - { - "type": "list", - "style": "list-hang", - "name": "Cantrips (0 Level)", - "items": [ - "{@spell Gust Barrier|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "1st Level", - "items": [ - "{@spell Elevated Sight|HWCS}", - "{@spell Spiny Shield|HWCS}" - ] - }, - { - "type": "list", - "style": "list-hang", - "name": "4th Level", - "items": [ - "{@spell Stellar Bodies|HWCS}" - ] - } - ], - "id": "030" - } - ] - } - ], - "id": "028" - } - ], - "id": "027" - }, - { - "type": "section", - "name": "New Spells", - "page": 48, - "entries": [ - "{@font power in your talons|HPPHumblescratch}", - "The spells are presented in alphabetical order.", - { - "type": "list", - "columns": 3, - "items": [ - "{@spell Ambush Prey|HWCS}", - "{@spell Elevated Sight|HWCS}", - "{@spell Feathered Reach|HWCS}", - "{@spell Globe of Twilight|HWCS}", - "{@spell Gust Barrier|HWCS}", - "{@spell Invoke the Amaranthine|HWCS}", - "{@spell Shape Plants|HWCS}", - "{@spell Spiny Shield|HWCS}", - "{@spell Stellar Bodies|HWCS}", - "{@spell Veil of Dusk|HWCS}" - ] - } - ], - "id": "031" - } - ], - "id": "006" - }, - { - "type": "section", - "name": "Religion in the Wood", - "page": 54, - "entries": [ - "{@font pulse of the forest|HPPHumblescratch}", - "In the beginning, there was only the sound of wings. Faint at first, the distant beats were easy to miss, but as time passed they grew stronger, faster, until they could be heard across the great unending dark. Then, with a single flap, creation burst forth: fire, ice, air, water, soil and sky, all came from the sound of feathers that resonated throughout the cosmos. This is the Great Rhythm, and by the Great Rhythm are all things moved. The Rhythm tells the sun when to set, and the moon when to rise. The Rhythm tells the seeds when to flower, the trees when to shed their leaves, and the snows when to fall. The essence of everything there is comes from the Great Rhythm. One day, the Rhythm may cue the end of creation\u2014but there will be no end to the Rhythm itself. As every downbeat has an upbeat to follow it, so too will the cycles of nature eventually start again\u2014for even though the Rhythm can be faint at times, it is everlasting and eternal.", - "Every denizen of the forest, from the large to the small, from predator to prey, knows of The Great Rhythm: the beating force that is the pulse of life itself. To the birdfolk, the Rhythm began with the sound of beating wings, but other folk of the Wood tell that it began with the thundering of hooves, the padding of paws, or with a tiny heartbeat. Birdfolk believe that two great spirits emerged from the Rhythm. They were the first Amaranthine: Ardea, whose wings usher in the dawn, and Tyton, whose wings are the shadow of night. They are the avatars of life and death, and keepers of the Rhythm.", - { - "type": "section", - "name": "The Amaranthine", - "page": 54, - "entries": [ - "{@font guardians of the rhythm|HPPHumblescratch}", - { - "type": "quote", - "entries": [ - "Just as we need a heart to make our pulse pound, so too does the Rhythm require a drummer. The heart of the Rhythm lies within the Amaranthine. They are the immortals, who have been given new life by the Rhythm, and act as its guardians, maintaining the balance of nature." - ] - }, - "The Amaranthine are the gods of Everden. They are entrusted with maintaining the cosmic balance known as the Great Rhythm. Unlike gods in other settings, the Amaranthine rarely squabble with one another, for any strife between the Amaranthine is a threat to the balance of nature itself. The Amaranthine tend to keep to themselves, and rarely meddle in each other's affairs.", - "Though each Amaranthine is a powerful being in their own right, holding a great degree of autonomy over their dominion, each understands that they are but a small part of a greater whole. Like the themes of a concerto, the Amaranthine are the harmonies that create the Great Rhythm.", - { - "type": "entries", - "name": "Birdfolk vs. Humblefolk Amaranthine", - "entries": [ - "The Amaranthine are venerated by all races of Humblewood, although birdfolk and humblefolk worship them differently. The five whose origins are described in the \"Tales of the Amaranthine\" (Altus, Clhuran, Gesme, Reya, and Hanera), are primarily worshiped by birdfolk, and they (along with Ardea and Tyton) form the most common pantheon worshiped across the Wood.", - "While humblefolk still recognize the birdfolk pantheon, most worship Amaranthine specific to their culture and heritage. Belief in these Amaranthine is not as widespread, but their power is just as real.", - "The humblefolk Amaranthine are less cohesive, with each having varied tales, origin myths, rather than a single origin story. Many fables are told of the humblefolk Amaranthine, such as the time Kren tricked Gesme into dropping her flaming staff to flush game out of a bush, or when Henwin sheltered Gaspard from a great monster.", - "To humblefolk who live outside of birdfolk perches, Ardea and Tyton are known as Dawnmother and Nightfather. They are depicted in forms that closely resemble the features of the humblefolk who worship them.", - "In the perches, humblefolk Amaranthine tend to be viewed as a folk religion alongside the primary birdfolk pantheon. Occasionally, perch-dwelling humblefolk will have small shrines in their homes, or in their shops dedicated to their Amaranthine.", - "While these Amaranthine go largely overlooked by most birdfolk, some who have taken the time to learn their legends pay homage to the featherless Amaranthine. This bothers a few humblefolk, but the priests of these Amaranthine understand that each one is but a reflection of the Great Rhythm, and welcome any birdfolk to learn from them." - ], - "id": "034" - }, - { - "entries": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Amaranthine.webp" - }, - "width": 928, - "height": 1135 - } - ], - "type": "entries", - "id": "035" - }, - { - "type": "table", - "colLabels": [ - "Amaranthine", - "Alignment", - "Race", - "Domains", - "Symbol" - ], - "rows": [ - [ - "{@deity Altus|Amaranthine|HWCS|Altus, the Enduring}", - "CG", - "Strig", - "Tempest, War", - "An ornate wooden chalice, out of which pour storm clouds" - ], - [ - "{@deity Ardea|Amaranthine|HWCS|Ardea, the Dawnmother}", - "NG", - "\u2013", - "Life, Light", - "A radiant sun with two golden feathers" - ], - [ - "{@deity Cairith|Amaranthine|HWCS|Cairith, the Resolute}", - "LN", - "Cervan", - "Life", - "A pair of white antlers wrapped in flowering vines" - ], - [ - "{@deity Clhuran|Amaranthine|HWCS|Clhuran, the Fickle}", - "CN", - "Luma", - "Arcana, Trickery", - "Two birds, one singing, the other crowing" - ], - [ - "{@deity Gaspard|Amaranthine|HWCS|Gaspard, the Champion}", - "NG", - "Jerbeen", - "Community", - "Three rapiers, tied together by a pink ribbon" - ], - [ - "{@deity Gesme|Amaranthine|HWCS|Gesme, the Brilliant}", - "N", - "Corvum", - "Knowledge, The Forge", - "A gnarled oak branch, burning at one end" - ], - [ - "{@deity Hanera|Amaranthine|HWCS|Hanera, the Provider}", - "LG", - "Gallus", - "Community, Nature", - "A bird with plants for tail feathers" - ], - [ - "{@deity Hath|Amaranthine|HWCS|Hath, the Whisperer}", - "CN", - "Mapach", - "Night", - "A raccoon mask with a single star above it" - ], - [ - "{@deity Reya|Amaranthine|HWCS|Reya, the Explorer}", - "CN", - "Raptor", - "Nature, Tempest", - "Four arrows, in a circle of ivy, forming a compass" - ], - [ - "{@deity Henwin|Amaranthine|HWCS|Henwin, the Kind}", - "NG", - "Hedge", - "Nature", - "A blooming yellow rose, flecked with dew" - ], - [ - "{@deity Kren|Amaranthine|HWCS|Kren, the Sly}", - "NE", - "Vulpin", - "Trickery", - "An eye wreathed in fangs" - ], - [ - "{@deity Tyton|Amaranthine|HWCS|Tyton, the Nightfather}", - "LN", - "\u2013", - "Grave, Night", - "A wing containing three stars and a crescent moon" - ] - ] - } - ], - "id": "033" - }, - { - "type": "section", - "name": "Tales of the Amaranthine", - "page": 68, - "entries": [ - { - "type": "quote", - "entries": [ - "The birdfolk have a myth that tells of the origins of the Amaranthine and of the five birdfolk races. While humblefolk tell their own stories about how the Wood and its people came to be, these tales are known throughout Humblewood, and are generally believed to be true by all birdfolk." - ] - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Tales-of-the-Amaranthine.webp" - }, - "width": 631, - "height": 651 - }, - { - "type": "entries", - "name": "Ardea and Tyton", - "entries": [ - "With the birth of Ardea and Tyton, the world was set into motion. Where once there was nothing but barrens, the land came alive with the coming of the Amaranthine, and the world began its endless cycle of life and death. Their arrival split the formless sky into day and night. They created the sun and the moon, and the succession of light and dark which emerged from their movement across the heavens told all life when to act and when to rest. Ardea and Tyton were born from opposite parts of the Great Rhythm. Each knows of the other's existence, but they keep to their separate spheres, meeting only in the early hours of dawn and the late hours of dusk to exchange dominion over the sky. In seasons of warmth, Ardea has a greater reign over the sky, while in seasons of bitter cold, Tyton's power increases.", - "The two Amaranthine created much of the life in Humblewood. Ardea suffused the days with sun-loving flowers, plants, and animals, while Tyton baptized the night with insects and animals that embrace the dark. They birthed sentient races, and from them originate all birdfolk, the first of their children, followed shortly after by the humblefolk.", - "Originally, all birdfolk were the same. It was difficult to distinguish them from the birds of the forest, as they even possessed the ability to fly. One day, the entire flock of birdfolk decided on a grand contest of gift-giving, to prove which of them was the most worthy to lead. Ardea agreed to act as judge; whoever could present her with the greatest gift would become leaders among her children. For an entire season, birdfolk searched and scrounged, gathered and hunted, returning with trinkets, baubles, gifts great and small. Though Ardea commended all her children for their gifts, only five were truly deserving of her boon.", - "Gesme, Reya, Hanera, Altus, and Clhuran: these five became leaders of the birdfolk. They inspired tales, devotion, and gave the birdfolk races their distinct forms and skills. These great ones went on to become part of the Great Rhythm as keepers of nature's balance and protectors of birdfolk across Everden, eventually ascending and joining the Amaranthine. The followers of each of the five were granted new forms and great gifts, to match their leader's exploits. Yet, to accept these gifts, something needed to be lost. This is why the birdfolk of today can only glide: their gift of flight was taken as the price for becoming something new." - ], - "id": "037" - }, - { - "type": "entries", - "name": "The Tale of Gesme, the Brilliant", - "entries": [ - "The first to present Ardea with a worthy gift was Gesme, a clever birdfolk who saw potential in the world that her kin could scarcely imagine. She had observed the great orb of fire that Ardea had placed high in the sky, and how Ardea had positioned it a great distance from the land and its creatures, so it would warm them gently without burning them. But Gesme also saw that the sun vanished with the coming of night, when the creatures of the dark began to prowl, and thought: \"How remarkable would it be to have some of that fire in the world?\"", - "Other birdfolk laughed at Gesme as she spent days plotting, and reading the sky. She examined every tree, from the great ash to the supple willow. Each day she carried a new branch in her beak, dropping many in frustration. The birdfolk were puzzled, but dismissed her actions. Then, one day at dawn, when the sun was at its lowest point in the sky, Gesme appeared with an oak branch in her beak. Without a word, she took off straight into the horizon. She flew for what seemed like ages, but the oak branch was light and did not trouble her. As she neared the sun her feathers, talons, and beak began to blacken in the heat. Still, she persisted. The oak was hardy and spry, and did not wither. Finally, she stuck the tip of the branch into the sun, igniting it. Hastily she flew back toward the ground, with the branch burning bright in her talons. The oak was patient, and did not burn up, keeping the flame steady as Gesme returned from the sky.", - "\"See what I have brought here!\" she bragged, as the astounded birdfolk looked upon her scorched feathers. \"This will keep us warm on the cold days of winter, and safe through the long nights!\"", - "Ardea was at first concerned at the presence of fire in the world, for she knew the forests could burn, and that misuse of the fire would bring harm to Everden. But, when she saw the birdfolk gather around the fires, and felt the gentle warmth a small flame could provide to her children, she was overcome with happiness.", - "\"This,\" she declared, \"is worthy of a boon.\"", - "And thus was Gesme changed. Set ablaze with the flames of knowledge and creativity, she became an Amaranthine. The forms of her followers changed too, and they became the first corvums. They were gifted with a bit of her cleverness and foresight, but Ardea gave them all black talons, feathers, and beaks as a reminder of the price Gesme paid to bring fire into the world." - ], - "id": "038" - }, - { - "type": "entries", - "name": "The Tale of Reya, the Explorer", - "entries": [ - "The second to present a worthy gift was Reya, whose hunting skills were second to none. Though she was small, she was nimble, swift, and wise in the ways of the forest. Reya was capable and reliable, but birdfolk deemed her too independent to be a leader. She would travel the length and breadth of the land on her hunts, sometimes not returning for weeks at a time.", - "During one of her journeys Reya encountered a stranger. The traveler's true form was hidden under a cloak, but they could fly and clearly felt as comfortable in the trees as any birdfolk. They had heard of Reya's skill in racing, hunting, and navigating the forest, and proposed three challenges, to which Reya agreed.", - "For the first event, the pair moved to a patch of open sky overlooking rugged plains. There was a rocky outcropping in the distance; whoever flew there first would be the winner. The race began, and Reya immediately fell behind, the cloaked figure moving faster than Reya had ever seen.", - "Reya summoned all her strength to keep up, beating her wings like never before. Yet the traveler kept inching forward, and she was unable to close the gap in time.", - "Reya steeled herself for the next challenge. They flew to the meadows, where small creatures grazed, and it was decided that the first to catch five hares would be the winner. Reya moved with purpose, confident no one could best her skills with a bow, a tool of her own creation. Each of her shots found its mark, until she had but a single hare left to catch. But when Reya looked over at the traveler, she was shocked to see them waiting impatiently with a full complement.", - "For the third and final event, the pair flew to the center of the forest. The first to emerge into the open fields beyond would be the victor. These were forests Reya knew well, and she was certain she would win. As soon as they had started though, Reya saw the traveler alight, darting through the trees as if weightless. Reya kept pace, using every trick she could to give herself an advantage. Still the traveler pulled ahead, if only by inches, and emerged victorious.", - "Reya landed on a nearby branch and cursed her lack of skill. After a moment of pause however, she regained her composure, and thanked her competitor. Yet the traveler laughed, a sound so familiar, Reya wondered why she hadn't noticed before.", - "\"You have nothing to be ashamed of, birdfolk. I see your skills are real. You are the first to so nearly best me in every event, and this is no easy feat.\" The traveler removed their cloak, and Reya could not believe her eyes. She had been challenged by the wind itself.", - "It swirled, spinning a cloak out of the very clouds, which it placed around Reya. \"Consider this a gift, for providing me with such sport.\" Reya thanked the wind, and with that, it departed, caressing Reya's feathers in a familiar breeze.", - "When the time came to present a gift, Reya offered Ardea her cloak of clouds, along with the story of her adventure. As Reya told her tale, Ardea could see the eyes of the other birdfolk light up with excitement. When Reya had finished, Ardea returned Reya's cloak to her, saying the story of her adventure was the rarer gift. Reya was changed, and became the Amaranthine of wind, archery, and exploration. Those she inspired became the first raptors. They began to take on a nomadic lifestyle, finding their fortune day by day as Reya once did and told tales of their own adventures by the light of the campfire." - ], - "id": "039" - }, - { - "type": "entries", - "name": "The Tale of Hanera, the Provider", - "entries": [ - "The third to present a precious gift was Hanera, a gentle birdfolk and the first to shift her focus away from the sky. Rather than live in the trees with other birdfolk, Hanera made a home for herself below the canopy. She cared for the soil and the earth, and in return the earth gifted her with wisdom. From the earth, Hanera learned to speak with plants\u2014knowledge she used to better care for them. She soon earned fame among the birdfolk, as one who grew the largest and best-tasting crops.", - "\"These crops,\" Hanera thought, \"are the finest gift I could offer to our Mother.\" And so she set about planting a large garden, its bounty reserved for Ardea.", - "One day, while tending to her garden, Hanera saw a family of haggard travelers making their way out of the woods. When they saw Hanera, the mother begged her for aid.", - "\"Please, kind sister, we are in great need. We were traveling through the forest when a creature attacked me and wounded my wing. We escaped, but I cannot fly. Please, help us, we are terribly hungry.\"", - "Hanera knew that she couldn't feed herself and this family while storing crops for Ardea. Even still, she could not turn them away in their desperate state. She offered to share her home and her food for as long as the travelers needed, making sure their needs were met before saving any food for Ardea.", - "The travelers stayed with Hanera for many nights while the mother healed. Each day, Hanera would prepare the family meals, telling the plants of their plight. The plants understood, and were honored to nourish the weary and wounded birdfolk. In return, Hanera ensured their seeds were saved and planted again, so their lives would continue indefinitely.", - "At night, Hanera applied medicine to the mother's wound made from the leaves of kindly herbs. By the end of the season the mother had healed, the family was in good health, and they gratefully flew away.", - "When the day finally came for birdfolk to present their gifts, all Hanera could offer Ardea was a few fruits and vegetables. She wove them together along with flowers she had grown, attempting to make her offering look more cheerful.", - "\"I'm sorry, Mother Stork,\" Hanera said. \"I had meant to present you with a great harvest, but this is all I could provide.\"", - "Ardea took the wreath, and spoke gladly: \"You have given me more than enough, for you see my child, I received your compassion for an entire season.\" As Ardea spoke, celestial messengers appeared by her side, and together they transformed into the birdfolk family Hanera had so tenderly cared for.", - "For her charity, Hanera received the Amaranthine's boon: her feathers turned green and grew into vines and shoots, adorned with the most beautiful flowers. Other birdfolk stared in awe, and those who followed Hanera became the first gallus, blessed with her inspiring kindness, as well as her closeness with the earth and all growing things." - ], - "id": "03a" - }, - { - "type": "entries", - "name": "The Tale of Altus, the Enduring", - "entries": [ - "The fourth to present a commendable gift was Altus, whose hunting skills were second only to Reya's, though Altus journeyed the Wood to test his limits rather than explore as Reya did. Altus felt pure joy when overcoming obstacles. He loved the cold seasons and challenged himself by hunting at night. His nocturnal existence granted Altus a perspective other birdfolk lacked.", - "\"What if I gifted Ardea something she has never seen before?\" he thought. \"Yes! I shall hunt the moon, and present it to her, so that she may see its lovely glow.\" This would be unthinkable to any other birdfolk, but Altus was resolute, confident his gift would please Ardea.", - "However, he was neither as skilled or nimble as Reya, nor as clever or cunning as Gesme. His arrows would not scratch the moon, and despite his great strength, he could not move it. But Altus was stubborn, for many nights he tried and failed to bring down his quarry. The more he tried, the more frustrated he became. Altus even thought he could hear the moon's laughter reflected in the babbling brooks and rippling ponds, mocking his futile efforts. Still, Altus remained determined.", - "Tyton, intrigued, observed Altus as he struggled. \"Why do you persist in this task, my child?\" the Amaranthine of night asked. \"You must know you will not succeed.\"", - "Altus replied, \"If I did not try, then I would never know for certain if I could. But you may be right. For all my strength, I can never best the moon, and only a fool refuses to acknowledge when he has been bested.\" Altus paused, letting out a sigh. \"Pity, it would have made a lovely gift for Ardea.\"", - "Tyton was touched, not just by the sentiment but by the incredible will of this birdfolk.", - "\"Your resolve does you credit\" Tyton said. \"To capture the moon, you will require this.\" He said producing a lidded chalice, intricately carved from the wood of an alder tree. Tyton gave it to Altus, then the Amaranthine of night disappeared.", - "Altus was puzzled, until the moon appeared from behind a cloud. He heard its laughter in the pond behind him. When he turned, he saw it: the moon's reflection set perfectly in the still, clear waters. Without delay, Altus filled the chalice with water. With the moon clearly reflected within the chalice, he quickly shut the lid. The moon was caught.", - "As dawn began to break over the horizon, Tyton appeared once again before Altus, \"Let my sister gaze upon my creation, but return it by day's end. The night has need of it,\" old Father Owl said, before departing for the lands beyond life.", - "And so it was that Altus presented Ardea with the moon. He became the first strig, and his people were gifted with his great strength and indomitable will. He kept his oath to Tyton, returning the moon that very evening. For this, Tyton gifted all strigs with the ability to see clearly under its light. Tyton welcomed Altus as a guest in his home, deep within the lands of death. Altus found the cold there bracing, and decided to share it with the people of Everden. This is why the weather is so inclement in winter; Altus returns each year, carrying storms of sleet and snow in his chalice, to test the birdfolk's endurance." - ], - "id": "03b" - }, - { - "type": "entries", - "name": "The Tale of Clhuran, the Fickle", - "entries": [ - "The last to present a worthy gift was Clhuran, who seemed an odd choice for a leader. Clhuran had no desire to lead.", - "He was whimsical and impulsive. He had wild moods, and was never able to focus on one task for too long. He also had incredible luck. Most saw him as little more than a bumbler, someone who floated their way through life. In truth, Clhuran was full of mirth and cunning. \"Where I am,\" he oft remarked, \"is simply where I am meant to be. I follow the flow of the universe.\"", - "For all his mirth, Clhuran was notoriously fickle; he was a trickster, who delighted in humbling birdfolk who boasted about their cleverness. This earned him many admirers, and just as many enemies.", - "Clhuran never intended to compete in the gift-giving contest.", - "\"What should I care what others think of me,\" he harrumphed, \"So long as I am happy?\" Some birdfolk, bitter at having been fooled by him, claimed Clhuran could never hope to win such a contest. Clhuran tried to pay them no heed, in his heart he felt the barbs hit their mark.", - "\"Who am I kidding,\" Clhuran sighed. \"I am not strong, nor smart, nor skilled, nor leaderly... I couldn't possibly produce a gift worthy of Ardea.\" With this last thought he sank into a bitter melancholy.", - "It was only when a young boy approached him that he regained his confidence. \"Please Clhuran, won't you show us what you can do?\" the small birdfolk said. \"Many of us love your tricks, and your jokes. You bring joy to all birdfolk! Surely if you try you can do it!\"", - "Clhuran saw the sincerity in the boy's eyes, and suddenly he knew what to do. \"Fine, fine,\" he exclaimed in mock annoyance. \"I suppose I shall entertain you.\"", - "With newfound confidence, he approached Ardea. All of the birdfolk were gathered, and when Clhuran looked upon the crowd he saw both enemies and friends. Thoughts of those friendships allowed Clhuran to reach deep within himself, and from the depths of his soul he felt a beat, like the Great Rhythm itself. Channeling this energy, Clhuran opened his beak and brought forth a most beautiful gift: a song.", - "It was a song so perfect, so harmonious, that no birdfolk could deny its charm. Ardea beamed. \"My child, you have within you a rare gift. May all of your kin be blessed by it.\" With those words, Clhuran became the first luma, the Amaranthine of all fortune, good or ill. His peculiar connection to fate is shared by all his kin.", - "Ever since Clhuran's performance all birds sing, hoping that they might imitate the perfect song he sang to Ardea. While some sing pleasantly, Clhuran made it so those who mocked him can only trill, shriek, or caw artlessly. This is why it is always important to show respect for others, no matter how odd they may seem." - ], - "id": "03c" - }, - { - "type": "section", - "entries": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Prayer-to-Hath.webp" - }, - "width": 447, - "height": 432 - }, - { - "type": "quote", - "entries": [ - "\"O, seeing stars, hear my words and part the veil of night, Gift me thoughts of strategy, bless me with your sight. If this trial I do survive, with plans and actions shrewd, I pledge undying loyalty, for wisdom you imbued.\"" - ], - "by": "A mapach prayer to Hath" - } - ], - "id": "03d" - } - ], - "id": "036" - } - ], - "id": "032" - }, - { - "type": "section", - "name": "Traversing the Wood", - "page": 76, - "entries": [ - "{@font travel the wild wood|HPPHumblescratch}", - { - "type": "gallery", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Humblewood.webp" - }, - "imageType": "map", - "title": "Humblewood", - "id": "10e", - "width": 4000, - "height": 2361, - "grid": { - "type": "none" - } - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Humblewood-Player-Version.webp" - }, - "imageType": "mapPlayer", - "title": "Player Version", - "mapParent": { - "id": "10e" - }, - "width": 4000, - "height": 2361, - "grid": { - "type": "none" - } - } - ] - }, - "Humblewood is a great and ancient land covered by a vast temperate forest. In some places, this forest is so old the trees dwarf even the tallest castles. In other places, smaller trees provide food and shelter for the fauna and folk of the Wood. Humblewood is named after the forest, but beyond the trees exist the towering range of The Crest mountains, the low-lying swamplands of the Mokk Fields, and the rocky shores of the Talongrip Coast.", - "Many Humblewood locations can be encountered by playing through the Adventure in the Wood portion of this book. This section also fleshes out other locations, providing GMs and players alike with the tools to understand the places of the Wood and the people who live there.", - { - "type": "section", - "name": "Alderheart", - "page": 76, - "entries": [ - "{@font the great tree city|HPPHumblescratch}", - "Long ago, druids of the Wood learned how to speak with trees and use magic to shape them into shelters in which they could make their homes. This process was considered deeply respectful, as a tree could not be forced to take any shape it didn't agree to. So it was that specialist druids, known as shapers, became mediators between the will of the people and the will of the forest. Birdfolk shapers spoke to the tallest and most ancient tree in the Wood\u2014Alderheart. The shapers obtained permission for birdfolk to build a home within Alderheart's branches. Later, the great tree again gave permission to shape its trunk into homes for an increasing population. This burgeoning city took the name of the tree who so generously provided a home for the people of the Wood, and Alderheart became Humblewood's capital. Known throughout the region as the \"Great Tree City,\" Alderheart, is a vibrant place and a cultural center, home to thousands of residents, some regional and some from the farthest corners of Everden.", - { - "type": "entries", - "name": "Heart of the Wood", - "entries": [ - "Alderheart is home to every race of birdfolk and humblefolk. The thriving community attracts people from faraway lands, like traveling merchants, explorers, and foreign dignitaries. Citizens of the Humblewood who don't live in the city routinely journey there to trade goods, stock up on supplies, engage in artistic endeavors, or simply to catch up on the latest news and gossip. Effectively everyone in Humblewood is connected to Alderheart.", - "Virtually anything can be found in Alderheart, if you know where to look. The majority of the city's inhabitants are well-meaning, decent folk, but like any city there are dark alleys and back rooms. Crime here is usually kept in check by the Perch Guard, but while the city guards are vaunted as being among the best in the Wood, illicit activities continue under the cover of darkness." - ], - "id": "040" - }, - { - "type": "entries", - "name": "Wide and Tall", - "entries": [ - "As Alderheart is massive, it is often difficult for visitors to tell they are in a tree at all. The Great Tree City is divided into three main levels where people live, work, and go about their lives: the canopy, the trunk, and the roots.", - "The canopy contains Alderheart's most iconic structures, including the chambers of the Birdfolk Council, the headquarters of the Perch Guard, and the largest market in the Wood. This market boasts boutiques where patrons can find high-quality weapons, armor, and adventuring gear, the latest fashions, finest foods, and goods brought in from all across Everden. Outside the main market, smaller shops peddle wares off the beaten path. Some contain enchanted goods at a bargain, though any Alderheart socialite will recommend sticking to the more respectable shops.", - "City gates, located at strategic points around the canopy, are the only sanctioned ways to enter the city, and are moni-tored by Perch Guard watchposts. These gates are connected to lower levels of the tree and the forest floor by large winding stairways that allow travel by foot. Vast infrastructures for transportation are common in the canopy. \"Branchroads\", specially-shaped wooden pathways, are the arteries of trade in Alderheart. Along with rope bridges, these roads allow couriers to move goods from place to place using hand carts. Pulleys connected to raisable platforms are used to lift freight from the forest floor. In the outermost branches, where such infrastructure cannot be supported, gliding platforms provide birdfolk, at least, with a means of crossing otherwise impassable gaps. Without the ability to glide, navigating this part of the capital becomes increasingly dangerous.", - "Buildings in the canopy are made from a variety of materials, including stone, wood, and brick. Most are stationed atop reinforced platforms to keep them stable. The more impres-sive homes are located in the Boughs District, just above the market. Those on the outer branches tend to be made of wood and have a more modest feel to them.", - "The largest section of the metropolis, the trunk, which acts as an intermediary zone between the prosperous canopy and the less affluent roots. Many humblefolk make their homes here, where there is stable floor beneath them.", - "The trunk can be one of the most confusing and disorienting areas of Alderheart for new travelers. Pathways split and diverge, sometimes tapering off into nothing. Systems of specially-designed cold lanterns serve as signposts along the main paths. These lanterns use either captured fireflies or motes of magic to provide light, depending on the neighborhood. In either case, lamplighters are tasked with making sure they stay lit during the day to provide a day/night cycle.", - "In the trunk, another market thrives. Here, stalls of all kinds cluster around central support pillars shaped from Alderheart's wood. They showcase unique wares and niche humblefolk-style foods and cultural goods not found in canopy markets. There are also curiosity shops and sellers of regional wares, such as crystals harvested from the backs of young basilisks. Additionally, the trunk market is home to inns, taverns, and public houses. This is the best place in Alderheart to find serviceable goods and adventuring gear for those looking to save coin. Near the market is a druidic grove of moss and fungi supported by the Tenders, who help care for the tree and train new recruits to their order.", - "Beyond the many shops and goods on offer in the trunk market, the central support pillars contain tenement style housing for the most cosmopolitan trunk dwellers. More affluent homes can also be found here, shaped out of the trunk, for Alderheart's traditionally minded humblefolk nobility, as well as birdfolk aristocrats whose homes have been here since Alderheart was first shaped.", - "Down past the trunk market, pathways widen and wind, illuminated by knotholes in the tree that allow sunlight to filter inside. Although some homes in these bright hollows are built near the bark, where windows can be shaped out of the wood, most homes are shaped inside the dim pathways. A select few obtain permission to shape homes on the outside surface of the trunk. These special homes are connected to interior pathways via carefully fenced roads, and are considered a luxury that many cannot afford.", - "The farther down the trunk one travels, the more shabby and ill-kept the residences and infrastructure become. There are no officially authorized ways to leave or enter the tree by way of lower parts of the trunk, and Perch Guard are constantly on the lookout for smugglers.", - "Beneath the lowest parts of the trunk, a series of tunnels have been carved into the roots of Alderheart. At first, the roots were not considered to be official parts of the city, and their development was largely overlooked by city officials in the canopy, until word arrived of the illicit activities taking place there. Many were convinced that the tunneling would simply go away if druids were to heal the tree, but Alderheart itself took pity on those living here, and decided to allow the tunnels to exist rather than force people from their homes. The root tunnels have since been strengthened by druidic shaping, lit to be on par with the inside of the trunk, and a garrison of the Perch Guard was stationed nearby. Even with these improvements, the roots remain the poorest area in Alderheart: the slums of the Great Tree City. Here, the air is always dank and humid, and wild fungi grow rampant. The buildings are mostly cobbled together from scavenged materials, and some have been converted into community gathering places. These hubs help connect communities in the roots with helpful aid from the trunk district, and allow the people here to organize and plan neighborhood events. Life in the roots isn't easy, but people are trying their best to keep their communities strong, as they petition the canopy for better living conditions. There are few shops here, and they typically traffic in smuggled and stolen goods. Crime is ever-present; many who dwell in the roots see it as necessary to survive." - ], - "id": "041" - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Alderheart.webp" - }, - "width": 629, - "height": 818 - } - ], - "id": "03f" - }, - { - "type": "section", - "name": "Ashbarrow", - "page": 78, - "entries": [ - "{@font fire feeds the soil|HPPHumblescratch}", - "This small town exists on the fringes of the Scorched Grove, where wind-blown ash causes the soil to be fertile and the land rich with game. It is dangerous living so close to the Grove, but the rewards make it worth the risk for the intrepid folk that call Ashbarrow home. The town takes its name from the small hill upon which it rests, and is inhabited by a mix of birdfolk and humblefolk who shelter within its low stone walls. A large watchtower near the town's center serves as both a means of observing when the winds will bring ash from the Scorched Grove, as well as an observatory for seers who watch the stars for signs and portents." - ], - "id": "042" - }, - { - "type": "section", - "name": "The Avium", - "page": 78, - "entries": [ - "{@font college of the arcane|HPPHumblescratch}", - "The Avium is a college of magical arts with a wide range of subjects available for study. The free transmission of knowledge is one of the Avium's core principles, but the College nonetheless maintains a certain degree of secrecy regarding some of the more dangerous magical tomes it safeguards. All races are welcome within the Avium's halls, although admittance is granted only by the will of the headmaster and a council of senior staff. Prospective students are tested for their skills, but also the motivation for their studies. The College takes great care to ensure its members will positively represent the legacy and reputation of the Avium out in the world.", - { - "type": "entries", - "name": "Magic, Inside and Out", - "entries": [ - "The Avium was once a living tree that was home to a perch known for producing some of Humblewood's most legendary scholars. After the tree's death, a group of wizards from this perch decided to found the Avium here. They used transmutation magic to artificially petrify the tree, and then shaped it into a building capable of housing the largest mage college in Humblewood. Controlled by magical fields, the College's many structures float in circuit with one another: a collection of towers, courtyards, and observatories all hover around the huge central building, each equipped with a bridge that lines up with the main building at regular intervals. Those not gifted with the birdfolk's limited form of flight must harness their magic for transportation, or wait until the archways align to allow for foot traffic." - ], - "id": "044" - }, - { - "type": "entries", - "name": "Seat of Knowledge", - "entries": [ - "While the curriculum is diverse, the College does impose certain limitations, most notably regarding necromancy. As inhabitants of the Wood, the Avium's primary staff members originate from a culture with great respect for nature and the cycle of life. As such, the necromantic arts are taught mainly in a theoretical sense. Practical application of necromancy at the College is highly regulated, and available only under strict guidance.", - "Students are, however, encouraged to explore other schools of magic to their fullest potential. Breakthroughs in elemental theorems, teleportation methods, and advances in practical transmutation have been pioneered at the Avium. Within these classrooms you will find future Tenders, council members, and protectors of the Wood. The application process is demanding, and the curriculum rigorous. Few make it to graduation. For those who prove their grasp of the arcane, endorsement from the Avium is among the highest of honors." - ], - "id": "045" - } - ], - "id": "043" - }, - { - "type": "section", - "name": "Brackenmill", - "page": 79, - "entries": [ - "{@font cultivating the forest|HPPHumblescratch}", - "Farming in birdfolk perches is unconventional. In the taller perches, fruiting vines and mosses are grown from the branches of the trees. The largest and most productive farming perch is Brackenmill. Considered a lesser perch due to its proximity to the ground, Brackenmill nevertheless consists of many proximate tree-farms that, after years of growth, melded into one another. It includes a central hub of shops, trade halls, and shipping platforms, all under the watchful eye of the local Perch Guard. Some of the farms have even begun to expand downward, encompassing small horticultural plots at the base of trees. The grounded farms produce luxury goods that can't be grown along the branches, and house corrals for giant insects that produce goods ranging from silk to meat.", - "Practically every store, tavern, and supplier in Alderheart gets their goods from Brackenmill. The movement of agricultural products to vendors around the Wood is overseen by a powerful trade guild made up of prominent farm-owning families. The guild is comprised of elected leaders and legacy members from the most noble of these families. Legacy members inherit their position and tend to hold lifetime appointments." - ], - "id": "046" - }, - { - "type": "section", - "name": "The Crest", - "page": 79, - "entries": [ - "{@font the mighty mountains|HPPHumblescratch}", - "The Crest is the name given to the mountain range to the northeast of Humblewood. It stands in stark contrast to the green forest at its base with sheer rock faces and huge boulders rising into the sky.", - { - "type": "entries", - "name": "Desolate and Dangerous", - "entries": [ - "The mountain's severe environment supports a variety of goats and small mammals that feast on hearty shrubbery growing between the crags. There are also several unique creatures native to the Crest. Griffons roost in the peaks and scour a wide territory around the mountain for prey. Basilisks feast on rocks, but have a special preference for creatures they have petrified with their deadly stone gaze. Giant eagles nest atop the highest cliffs, keeping their young safe from lowland predators. Mountain lions, powerful earth-aspected hunters, prey on goats, rodents, and occasionally more monstrous creatures.", - "The Crest is dotted with structures built during different points in history by both birdfolk and humblefolk. In addition to garnering interest from archeological teams, some of these mysterious ruins have become home to a handful of intrepid folk who have taken to life in this dangerous and remote place." - ], - "id": "048" - }, - { - "type": "entries", - "name": "Mighty Origins", - "entries": [ - "An old tale relates how the Amaranthine Altus was challenged to a contest of strength by a giant made from living rock. To achieve victory, Altus is said to have lifted the earth up with his talons, proving his might and creating the mountains. In some versions, the frustrated giant challenges Altus to several rematches. They travel across the face of Everden, raising higher and higher peaks, until all the mountains in the world are created. Every adaptation agrees: Altus is always victorious, and is given dominion over the high summits of the world. The snowy, harsh environment of the mountains is said to be directly influenced by Altus, the Amaranthine of storms.", - "It is a wonder that such a lush, expansive forest sits at the foot of these blustry peaks. Experts theorize that the formidable bulwark of rock helped the Wood thrive by shielding it from the bitter, salty winds of the ocean." - ], - "id": "049" - } - ], - "id": "047" - }, - { - "type": "section", - "name": "Marshview", - "page": 79, - "entries": [ - "{@font city in the swamp|HPPHumblescratch}", - "In the south of the forest is a small perch known as Marshview. One of the most unconventional perches, Marshview is extremely disconnected from the goings on of the Wood. The location has basic amenities, like shops and an inn, but it is not a prime destination for travelers. Residents eye visitors with a mix of curiosity and suspicion, but are ultimately a kind and welcoming folk.", - "A balanced mix of birdfolk and humblefolk inhabitants results in architecture unique to Marshview. A reflection of its population, walkways and staircases are more common here than in other birdfolk settlements. Several buildings are on the ground, and traditional farming takes advantage of the limited dry ground between the forest and the nearby swamp." - ], - "id": "04a" - }, - { - "type": "section", - "name": "Meadowfen", - "page": 79, - "entries": [ - "{@font between fen and field|HPPHumblescratch}", - "Meadowfen is a peaceful village located between the Mokk Fields to the south and a glade of spruce copses to the north. It is a humble village, with a small number of residents. Most are farmers who work either the ash-enriched pastures to the north, or the marshlands to the south, which are ripe with sour berries and waterborne plants. Meadowfen has been quiet for as long as anyone can remember, and life here goes by slowly. Its closeness to the marsh keeps it safe from attacks by emberbats and other fire-based creatures from the Scorched Grove. Its distance from the Mokk Fields ensures deadly slimes don't stray into the village." - ], - "id": "04b" - }, - { - "type": "section", - "name": "Mokk Fields", - "page": 81, - "entries": [ - "{@font growth and decay|HPPHumblescratch}", - "The confluence of dozens of streams and runoff flows have pooled within the southwestern lowlands of Humblewood, creating a vast wetland. The water here gradually filters out to the Talongrip Coast and into the sea. Before it does, the still, muddy freshwater reservoirs allow the Mokk Fields to support a surprising array of life.", - { - "type": "entries", - "name": "Uninviting Geography", - "entries": [ - "The fringes of the Mokk Fields are wreathed with reeds, water lilies, and pleasant greenery. Farther into the heart of the swamp, travelers find themselves inundated by stagnant, foul-smelling waters and muddy lowlands with poor footholds. Patches of dry stable ground are scarce, meaning that the slimy, gnarled trees that grow here are rarely suitable to support a perch." - ], - "id": "04d" - }, - { - "type": "entries", - "name": "Rare Goods", - "entries": [ - "he Mokk Fields are not a popular travel destination, especially for birdfolk accustomed to towering trees and bustling perches. Still, some venture here seeking the area's unique resources. Plants and creatures found only in the swamp are useful for potion brewing or magical reagents, and there is good coin to be made for people willing to brave the area's many dangers. Of special note are the slimes, dangerous ooze creatures exclusive to this environment, whose residue has become a sought-after commodity for those with the skill to harvest it." - ], - "id": "04e" - }, - { - "type": "entries", - "name": "Mokkden Caverns", - "entries": [ - "One of the more unlikely landforms of the Mokk Fields is the intricate, vast cavern system that runs beneath the swamps. Years ago, what was thought to be sinkholes were revealed to in fact be tunnel entrances to a series of caves. Scouts from Winnowing Reach have probed the depths to learn more about these caverns. The few who have returned reported a significant number of slimes. The damp, lightless caverns make a perfect home for the amorphous creatures that dwell here." - ], - "id": "04f" - } - ], - "id": "04c" - }, - { - "type": "section", - "name": "Saltar's Port", - "page": 81, - "entries": [ - "{@font gateway to the sea|HPPHumblescratch}", - "History shows there was serious disagreement over the founding of Saltar's Port. For many birdfolk, the idea of building a city on the ground is laughable in itself, but to build on the rocky coastline with the express intent of sailing ships was considered a gross misuse of resources. After heated debates, a group of birdfolk broke off and founded the port city on their own. The rift between the inhabitants of the Port and the rest of the Wood took many years to mend, and the relationship is still tense at times.", - "Saltar's Port serves as the only access for ships coming to or leaving from Humblewood. It has sparked a vibrant trade business, offering the riches of the Wood to faroff cities and kingdoms. The port has also opened up Humblewood to overseas visitors and migrants, causing concern among the more consevative birdfolk.", - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Saltars-Port.webp" - }, - "width": 838, - "height": 818 - } - ], - "id": "050" - }, - { - "type": "section", - "name": "Scorched Grove", - "page": 81, - "entries": [ - "{@font ash and flame|HPPHumblescratch}", - "Centuries ago, the area known as the Scorched Grove was once a lush forest of calm meadows and peaceful glades. Then, the Great Calamity came: a massive forest fire that swept through the Grove and reduced it to a smoldering, ashen plain. The Grove refused to heal. Stranger still, the soil beneath the ashen steppes still smolders with embers. The air here carries a supernatural heat which can exhaust travelers or even cause burns depending on its fierceness. This hostile landscape is home to a variety of curious fire-aspected creatures. Certain species, now considered native to Humblewood, only appeared after the Great Calamity. Most notable are the emberbats, which roost in the safety of the Grove during the day.", - { - "type": "entries", - "name": "A Scar on the Forest", - "entries": [ - "Accounts of the great blaze have been recorded in Humblewood's history books, but the exact cause of the Great Calamity remains a mystery. The soils of the Grove were tested and found to be distinctively suited to channeling evocation energy, especially when used with fire spells. It was also discovered that the fire-aspected creatures of the Grove have extra-planar origins, giving rise to the theory that the Calamity was caused by magic. A popular myth told by forest-dwellers alleges that the Calamity was caused by the appearance of a great primal being of fire and destruction, which visited its wrath upon the Wood and then vanished as mysteriously as it arrived.", - "Whatever its origins, the fire devastated the area and displaced thousands of beasts and people from their homes. While the inhabitants of the Humblewood know that the death and rebirth is part of the natural order of the Wood, the Calamity that befell the Grove was clearly unnatural.", - "Each year, the Grove pushes on the boundary of the forest, growing slightly as its edges are set ablaze by windblown embers or fire-infused creatures. The expansion of the Grove leaves the newly-burned areas similarly affected, experiencing the supernatural qualities of the Grove. This gradual spread has increased with a recent spate of forest fires, making those who study the Grove nervous." - ], - "id": "052" - }, - { - "type": "entries", - "name": "A Watchful Eye", - "entries": [ - "The Scorched Grove is cared for by a conclave of mystics and druids known as the Tenders. Many Tenders are talented thinkers and practitioners of natural magic, who have dedicated their lives to understanding the nature of the Calamity's effect on the Grove and healing the damage it has caused. They believe that through study and communion with nature, the natural balance of the energy in the wood can be restored, healing the Grove back into the tranquil forest it once was.", - "There is much debate about the intent and success of the Tenders. High-society perch-dwellers are inclined to think of the Tenders as nothing more than \"odd-birds,\" embarking on a fool's errand. These detractors claim that the Scorched Grove is simply a quirk of Humblewood's natural magic. Much of the populace agrees with this point of view, despite educated claims to the contrary. Still, given the affinity between nature and the cultures of the Wood, Tenders are generally respected for the care and reverence they give to the forest." - ], - "id": "053" - } - ], - "id": "051" - }, - { - "type": "section", - "name": "Talongrip Coast", - "page": 82, - "entries": [ - "{@font salt and sky|HPPHumblescratch}", - "The perches of Talongrip Coast stand in stark contrast to their woodland counterparts, often rising from cliff faces, salt-blasted trees, and jagged rocks jutting from the sea. These small settlements are sparsely decorated, focusing on stability and protection from the salty winds of the ocean. Homes are chiseled out of the rock faces, with wooden platforms serving as walkways between them. On more vertical slopes, buildings are connected by a veritable forest of ropes and cables used to get from place to place.", - { - "type": "entries", - "name": "Life Over the Water", - "entries": [ - "Citizens of coastal perches and villages are primarily folk who wish to remain close to the water. Sea raptors, mapachs, and jerbeens have carved out space for themselves along the coast, sometimes literally. These seaside settlements focus on fishing and salt drying, exporting their cured fish to the rest of the Wood.", - "The weather here is volatile. It can turn from clear and sunny to black and stormy with one gust of the wind. Most of the coast's inhabitants can spot these changes easily, knowing when to retreat to shelters. Living near the shore means enduring the occasional hurricane, windstorm, and tidal wave. Those who make the coast their home are known for resilience." - ], - "id": "055" - }, - { - "type": "entries", - "name": "Deadly Neighbors", - "entries": [ - "A number of dangers face the people who live along the coastline. Large predatory lizards hunt and scavenge the sandy shores, and giant crabs have been known to drag victims to a watery grave. Rarest of all are the dreaded wakewyrms. Most professional fishing outfits employ hunters to stand guard, and guides and mercenaries are often hired by merchants hauling goods across the treacherous coastways. Those who wish to avoid the cost of protection can attempt the journey alone, but many grim fables describe foolish travelers who were too stingy to take the proper precautions." - ], - "id": "056" - } - ], - "id": "054" - }, - { - "type": "section", - "name": "Winnowing Reach", - "page": 82, - "entries": [ - "{@font research outpost|HPPHumblescratch}", - "Winnowing Reach is a relatively new development in the Wood. It started as a modest outpost, a last stop for researchers and slime-wranglers bound for the Mokk Fields. When folk began disappearing in the swamp, it was decreed that a more permanent settlement be constructed to hold a small contingent of Perch Guard. To this end, the perch was hastily constructed within a small stand of willow trees. In contrast to standard perches, a decent portion of the homes and facilities here were built entirely on the ground. This closeness to the earth creates a feeling of unease and general distaste for birdfolk accustomed to the high perches, but the other races that make up the population appreciate the easier access to research stations and support buildings.", - { - "type": "entries", - "name": "The Slime Industry", - "entries": [ - "South-west of the Winnowing Reach are the damp slime-filled caves of the Mokkden Caverns. Initially considered a hindrance, slimes quickly became a valuable export for the Reach. Thanks to the profits from slime-wrangling, Winnowing Reach has grown to include businesses specializing in harvesting and shipping slime residue. The trade is mainly with the Avium for educational, research, and experimental purposes, but other buyers are appearing at a steady pace. Alchemists across the Wood find the substances useful in a variety of potions, and some healers are beginning to test the medicinal application of various slime-based concoctions." - ], - "id": "058" - } - ], - "id": "057" - } - ], - "id": "03e" - }, - { - "type": "section", - "name": "Adventure in the Wood", - "page": 84, - "entries": [ - "Refer to {@adventure Adventure in the Wood|HWAitW}." - ], - "id": "059" - }, - { - "type": "section", - "name": "Appendix A: Bestiary", - "page": 177, - "entries": [ - "{@font ferocious fiends|HPPHumblescratch}", - { - "type": "list", - "columns": 3, - "items": [ - "{@creature Ashsnake|HWCS}", - "{@creature Aspect of Fire|HWCS}", - "{@creature Birdfolk Skeleton|HWCS}", - "{@creature Cobblefright|HWCS}", - "{@creature Emberbat|HWCS}", - "{@creature Swarm of Emberbats|HWCS}", - "{@creature Forest Prowler|HWCS}", - "{@creature Lesser Demon|HWCS}", - "{@creature Mountain Lion|HWCS}", - "{@creature Caustic Slime|HWCS}", - "{@creature Shifting Slime|HWCS}", - "{@creature Sticky Slime|HWCS}", - "{@creature Wakewyrm|HWCS}" - ] - } - ], - "id": "05a" - }, - { - "type": "section", - "name": "Appendix B: Nonplayer Characters", - "page": 190, - "entries": [ - "{@font friends and foes of the wood|HPPHumblescratch}", - "You can use the NPC stat blocks presented here to create or alter encounters in Humblewood.", - "Some of the listed NPCs have been devised with certain birdfolk races in mind, and this is reflected in their stat blocks. Some are generic and could be used for any race of birdfolk. These can be used as is, but can also be further customized using the rules in {@book Appendix C: Creating NPCs|HWCS|7} of this book.", - "Descriptions of the various NPCs which appear in {@adventure Chapter 4: Adventure in the Wood|HWAitW} can also be found here.", - { - "type": "entries", - "name": "Ardwyn, Elder of Meadowfen", - "page": 190, - "entries": [ - "A venerable huden gallus with rounded grouse-like proportions and feathers that have long since lost the sheen of youth. As the village Elder, Ardwyn is a figure of authority within Meadowfen. She and her late husband kept the village running until his death, after which she took on the role alone. Elder Ardwyn is a kind and perceptive woman who exudes leadership. The villagers look to her for guidance. Ardwyn uses the {@creature priest} stat block, adjusted with the racial traits of a huden gallus. She is neutral good.", - { - "type": "statblock", - "tag": "creature", - "name": "Ardwyn, Elder of Meadowfen", - "source": "HWCS" - } - ], - "id": "05c" - }, - { - "type": "entries", - "name": "Birdfolk Dockmaster", - "page": 190, - "entries": [ - "It may be odd to see birdfolk working the docks and ships of Saltar's Port, but the sea is a way of life for some folk. Jobs in the seafaring industry are as lucrative as they are tough. For the birdfolk that choose to ply their trade on the water, life is about order and efficiency. One improperly stowed barrel or poorly lashed line can spell disaster on the sea. Dockmasters take their marine jobs very seriously.", - { - "type": "statblock", - "tag": "creature", - "name": "Birdfolk Dockmaster", - "source": "HWCS" - } - ], - "id": "05d" - }, - { - "type": "entries", - "name": "Birdfolk Farmer", - "page": 190, - "entries": [ - "Simple farmers can be found across the Wood, providing necessary food and supplies to the cities. There are many places in Humblewood where digging up large heaps of soil would either be impractical or damaging to the forest. While traditional farms exists in Humblewood, the majority of farms are built in the canopies in or around cities. Farming in the canopy consists of growing flowering moss gardens or fruit-bearing vines on the branches of perch trees. Canopy farms can also include the raising of large insects for food, or silkworms for clothing.", - { - "type": "statblock", - "tag": "creature", - "name": "Birdfolk Farmer", - "source": "HWCS" - } - ], - "id": "05e" - }, - { - "type": "entries", - "name": "Birdfolk Guard", - "page": 191, - "entries": [ - "Aspiring recruits from all over the Wood flock to the Perch Guard headquarters in the capital of Alderheart to join their ranks. After successful training, these newly sworn guards return to their home perch. They serve with pride, acting as the perch's first line of defense. Under the Humblefolk Treaty, members of the Perch Guard are tasked to aid nearby villages on the forest floor whenever necessary. In larger cities like Alderheart, the Perch Guard are also responsible for dealing with inner city issues such as robbery, bar fights, and investigating and arresting criminals.", - { - "type": "statblock", - "tag": "creature", - "name": "Birdfolk Guard", - "source": "HWCS" - } - ], - "id": "05f" - }, - { - "type": "entries", - "name": "Birdfolk Militia", - "page": 191, - "entries": [ - "In smaller perches, where a guard force may be minimal or nonexistent, town security consists of a locally-organized militia. Anyone can enlist in these groups, provided they are upstanding citizens. They can be called upon by the Perch Guard to perform duties ranging from policing streets to supplementing military efforts.", - { - "type": "statblock", - "tag": "creature", - "name": "Birdfolk Militia", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Cara Stormsinger", - "entries": [ - "A tawny-feathered swift strig woman from Meadowfen, Cara is the captain of the village militia. She was responsible for assembling the team of villagers who went out to investigate the black plume of smoke that appeared over Meadowfen's horizon. She endured a harrowing journey to return home and relay Ashbarrow's fate to Elder Ardwynn. Cara uses the {@creature birdfolk militia|HWCS} stat block adjusted with the racial traits of a swift strig. She is lawful good.", - { - "type": "statblock", - "tag": "creature", - "name": "Cara Stormsinger", - "source": "HWCS" - } - ], - "id": "061" - } - ], - "id": "060" - }, - { - "type": "entries", - "name": "Birdfolk Sailor", - "page": 191, - "entries": [ - "For birdfolk who take up the seafaring trade, their home is as much on the ocean as it is at port. They relish the salt spray and stiff winds, finding the closed spaces of forest life to be stifling compared to the wide-open expanse of the sea.", - { - "type": "statblock", - "tag": "creature", - "name": "Birdfolk Sailor", - "source": "HWCS" - }, - { - "type": "inset", - "name": "Peculiar Design", - "entries": [ - "Birdfolk ship design often causes confusion among other seafaring races due to the relative absence of rigging. While cordage is needed to keep sails in place and cargo stored, nets and climbing ropes prove less necessary when the crew is capable of limited flight. A birdfolk sailor can simply lash a rope to their leg, open their wings, and let the ocean breeze carry them up to the sails or to a lookout post on the main mast." - ], - "id": "063" - } - ], - "id": "062" - }, - { - "type": "entries", - "name": "Birdfolk Skirmisher", - "page": 191, - "entries": [ - "The bulk of the Perch Guard's military force are a light infantry called \"The Spears.\" They train relentlessly with polearm weapons perfectly suited for branch-to-branch combat. Many are also skilled at ranged attacks with these weapons, as well as performing special diving maneuvers, making them an even greater threat to enemies below. In times of peace, skirmishers often serve as skilled hunters, following the direction of trackers to collect enough food for entire villages.", - { - "type": "statblock", - "tag": "creature", - "name": "Birdfolk Skirmisher", - "source": "HWCS" - } - ], - "id": "064" - }, - { - "type": "entries", - "name": "Bita, the Council Speaker", - "page": 193, - "entries": [ - "Bita is a bright gallus whose elegant white plumage resem-bles that of a peacock. As the Birdfolk Council's Speaker, she is always first to address those who have been granted an audience with the Council. She takes her duties as the Speaker and as a Council member very seriously. Despite her profound affection for Humblewood and its citizens, she often comes off as severe and cold. Bita believes in doing what's best for the folks of the Wood, and sometimes this means making level-headed, tough decisions. Bita uses the {@creature noble} stat block, adjusted with the racial traits of a bright gallus. She is lawful good.", - { - "type": "statblock", - "tag": "creature", - "name": "Bita, the Council Speaker", - "source": "HWCS" - } - ], - "id": "065" - }, - { - "type": "entries", - "name": "Cervan Bandit General", - "page": 193, - "entries": [ - "Bandit clans are commanded by generals. Serving as both a battle-tested warrior and master strategist, they alone coordinate the disparate band of thieves and outlaws that make up the collective. While military monikers are used to refer to bandit leadership, more than combat prowess is needed to maintain order in these volatile organizations. A dominating personality and charismatic voice are as necessary as a swift blade and a sharp mind. Cervans don't typically take to brigandry, but their practical skills and ability to survive in even the most adverse situations make those with loose morals and dubious ambitions a natural fit.", - { - "type": "statblock", - "tag": "creature", - "name": "Cervan Bandit General", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Benna Seridan", - "entries": [ - "Benna is a tall, scarred grove cervan, who wears a red bandana over her lost left eye. The leader of the Bandit Coalition, she is an idealist who believes that Alderheart's canopy, the symbol of birdfolk power in the region, should be burned and its resources looted to help those displaced by the flames. Benna lived a tranquil village life until her mother, a respected village elder and seer, foretold that the flames would come. Word was sent to Alderheart's Council, asking for supplies and aid, both of which were denied because the Council didn't believe in the power of the seer's visions. When the flames had all but consumed the village, birdfolk support arrived, but it was too late. Benna lost her family. She also lost her left eye and left ear due to the burns she sustained while helping others escape from the blaze. She fell in with the bandits and quickly rose through their ranks, thanks to her passion and purpose. She is a seasoned veteran who has been building the bandit forces, and utilizing the organization to care for humblefolk left homeless by the spreading fires. Benna Seridan uses the {@creature cervan bandit general|HWCS} stat block, but the {@item scimitar|phb} in her main hand is a {@item blade of the wood|HWCS} *(+1 to attack and damage rolls, see {@book Appendix D: New Magic Items|HWCS|8}), and a {@item shortsword|phb} ({@damage 1d6 + 3} piercing damage) in her offhand.", - { - "type": "statblock", - "tag": "creature", - "name": "Benna Seridan", - "source": "HWCS" - } - ], - "id": "067" - } - ], - "id": "066" - }, - { - "type": "entries", - "name": "Cervan Priest", - "page": 193, - "entries": [ - "Cervan villages are typically led by a community elder who is wise both in politics as well as the ways of the Amaranthine. Priests provide guidance to the community, ensuring that rituals are properly observed and customs upheld. As storytellers and keepers of a village's history, they are trusted with the myths and folktales used to impart knowledge necessary for survival in the forest.", - { - "type": "statblock", - "tag": "creature", - "name": "Cervan Priest", - "source": "HWCS" - } - ], - "id": "068" - }, - { - "type": "entries", - "name": "Corvum Assassin", - "page": 194, - "entries": [ - "Frequently members of criminal organizations, contract killers can be found in the Wood's largest and most politically complex perches. They serve powerful figures with a lack of scruples and an abundance of coin. Assassins are trained from a young age to become deadly masters of their craft, learning how to skulk the branchroads and keep hidden in the canopy to time the perfect ambush. Corvums, with their natural intelligence and cunning, make the best assassins.", - { - "type": "statblock", - "tag": "creature", - "name": "Corvum Assassin", - "source": "HWCS" - } - ], - "id": "069" - }, - { - "type": "entries", - "name": "Corvum Diviner", - "page": 194, - "entries": [ - "Diviners specialize in esoteric spells and rituals, which can be used to see the threads of fate that move the world. Even when such predictions fail, they usually reveal useful information in the process. Corvums prize knowledge in all its forms, often dealing in secrets the way others deal in goods, and so many are drawn to practice the diviner's art.", - { - "type": "statblock", - "tag": "creature", - "name": "Corvum Diviner", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Corvax Revayne", - "entries": [ - "This slender dusk corvum's plumage resembles that of a black-billed magpie. A professor of divination at the Avium, his brilliant mind is often held back by paranoia, an unfortunate side-effect of the diviner's line of work. This has led faculty to view his predictions cautiously, and has earned him a reputation as a bit of an oddbird around campus. He is smart and capable, however, and can be a useful ally to the party in the last two parts of the adventure. Corvax shouldn't ever be in combat.", - { - "type": "statblock", - "tag": "creature", - "name": "Corvax Revayne", - "source": "HWCS" - } - ], - "id": "06b" - } - ], - "id": "06a" - }, - { - "type": "entries", - "name": "Corvum Necromancer", - "page": 194, - "entries": [ - "Every sentient being is susceptible to the lure of necromancy. The promise of seeing lost loved ones again, or raising an army of powerful minions, can sometimes be difficult to resist. The birdfolk of Humblewood are not immune to that lure. To help curb this curiosity, professors at The Avium teach necromantic theory only. But some intrepid students have been known to pursue the practical applications in secret. Sure of their intellect, corvums in particular are often willing to challenge traditions for the sake of knowledge. As a result, more than one corvum has wandered down the path of the dark arts.", - { - "type": "statblock", - "tag": "creature", - "name": "Corvum Necromancer", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Odwald Ebonhart", - "entries": [ - "Odwald is a haggard old kindled corvum, resembling a thick billed raven with coarse, hoary feathers, ruffled from years of adventuring. Odwald has a sharp mind but a faint heart. A member of the illustrious Ebonhart family, a noble house that dates back to the founding of Alderheart, Odwald was an arcane prodigy who grew up in a world which expected him to be brilliant. While magic always came naturally to him, the pressure of his family's expectations weighed heavily upon him, and filled him with a deep-seated fear of failure. Months ago, he was tricked by an unknown entity into weakening the seal that held the aspect of fire beneath the Scorched Grove. Ever since he has blamed himself for the worsening conditions in the Wood. He has no solution for stopping the aspect, and this terrifies him. Shortly after saving his friend Riffin, desperation drove him back to his alma mater, the Avium, where he has since worked with forbidden magics in secrecy. Using a secret door he discovered during his time as a student, Odwald converted several inaccessible and defunct classrooms into a makeshift laboratory where he toils tirelessly, experimenting with dark and dangerous magics in the hopes of discovering a way to stop the aspect. Odwald uses the {@creature corvum necromancer|HWCS} stat block. His alignment is chaotic neutral.", - { - "type": "statblock", - "tag": "creature", - "name": "Odwald Ebonhart", - "source": "HWCS" - } - ], - "id": "06d" - } - ], - "id": "06c" - }, - { - "type": "entries", - "name": "Eliza Pennygleam", - "page": 196, - "entries": [ - "Eliza Pennygleam is an eluran, a group of cat-like people from the west. While not native to Humblewood, elurans are commonly seen along the roads as part of merchant caravans, and behind merchant stalls in the capital. Eliza is a savvy merchant, on her way to Alderheart to take over her late sister's shop. She is a natural bargainer, but she is also charitable to those who have faced hardships. Eliza uses the {@creature commoner} stat block. She is neutral good.", - { - "type": "statblock", - "tag": "creature", - "name": "Eliza Pennygleam", - "source": "HWCS" - } - ], - "id": "06e" - }, - { - "type": "entries", - "name": "Figory Figgins", - "page": 196, - "entries": [ - "A slender, blond-furred jerbeen with an affable nature and an unfortunate reputation. Figory has been studying for two years at the Avium, but anxiety about the professors expectations and the complicated schedule needed for featherless students to navigate campus have held him back a full year compared to other students. He has been bullied by his classmates at the Avium, and his recent encounter with the cobblefright has left him deeply unnerved. He desperately wants someone to believe his story and take action against the creature lurking around campus. Figory uses the {@creature commoner} stat block, adjusted with the racial traits of a jerbeen. He is neutral.", - { - "type": "statblock", - "tag": "creature", - "name": "Figory Figgins", - "source": "HWCS" - } - ], - "id": "06f" - }, - { - "type": "entries", - "name": "Gallus Druid", - "page": 196, - "entries": [ - "The gallus of Humblewood have an especially deep connection with nature. Hanera teaches them to see the world from the forest floor, instead of the canopy. This is a message many gallus have taken to heart. Out of this reverence for nature, some gallus dedicate themselves to the study and preservation of the Wood, becoming wardens of the forest, or acting as guides. A select few with a unique connection to flora and fauna develop incredible powers and abilities. These druids can sprout trees and mend injured animals with a touch. They are revered among birdfolk and humblefolk alike as spiritual leaders and wise advisors.", - { - "type": "statblock", - "tag": "creature", - "name": "Gallus Druid", - "source": "HWCS" - } - ], - "id": "070" - }, - { - "type": "entries", - "name": "Gallus Monk", - "page": 196, - "entries": [ - "Gallus who are not content to settle into everyday life in small communities venture out to secluded monasteries and learn the way of the monk. There, a disciplined routine of physical rigours and spiritual contemplation is overseen by wizened masters. After years of training, initiates are deemed ready to journey the land and put their learning to the test. The majority return to the monastery after having had a revelation during their travels. Other continue to wander, sometimes with a few trusted companions, forever finding new meaning.", - { - "type": "statblock", - "tag": "creature", - "name": "Gallus Monk", - "source": "HWCS" - } - ], - "id": "071" - }, - { - "type": "entries", - "name": "Gallus Necromancer", - "page": 198, - "entries": [ - "Gallus aren't typically drawn down the path of necromancy, but a few mavericks with arcane talent and the inclination to study the darker side of magic have found success in The Avium. More commonly, such necromancers study the art theoretically, learning how it disrupts the balance of life and death so that their students can be taught how to effectively counter such vile spells.", - { - "type": "statblock", - "tag": "creature", - "name": "Gallus Necromancer", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Glinda Nightseed", - "entries": [ - "This huden gallus' plumage resembles a ptarmigan, and she usually wears a pince-nez on her beak. A professor of advanced theoretical necromancy, Glinda is known for having strange opinions about her field of study. Unlike most birdfolk, she sees necromancy as a manipulation of life energies on par with druidic magic. She is a kind soul, and only practices the lighter forms of necromancy. However, she has been performing secret experiments on the servitor skeletons in the Avium, hoping to develop a cutting-edge resurrection spell. This violates campus policies, which ban practical necromancy, and could cause her to lose her job. Glinda uses the {@creature gallus necromancer|HWCS} stat block. Her alignment is chaotic good.", - { - "type": "statblock", - "tag": "creature", - "name": "Glinda Nightseed", - "source": "HWCS" - } - ], - "id": "073" - } - ], - "id": "072" - }, - { - "type": "entries", - "name": "Gregor Thornspur, Magistrate of Alderheart", - "page": 198, - "entries": [ - "Gregor is a dull-looking sable luma with a single errant feather that sticks out oddly from his brow. Gregor is the Magistrate of Alderheart, and though he appears to be a tired bureaucrat, his demeanour hides a shrewd businessman eager to turn any situation to his advantage. He is not above taking bribes in exchange for expediting requests to see the Birdfolk Council. Gregor uses the {@creature noble} stat block, adjusted with the racial traits of sable luma. He is chaotic neutral.", - { - "type": "statblock", - "tag": "creature", - "name": "Gregor Thornspur, Magistrate of Alderheart", - "source": "HWCS" - } - ], - "id": "074" - }, - { - "type": "entries", - "name": "Hedge Bard", - "page": 198, - "entries": [ - "Recognized for being excellent diplomats and mediators, hedges are less well known for their love of music. Those who turn their natural charm towards the talent of entertaining can find great success. Some of the most gifted performers are blessed with magical talents. While most hedges use these powers for good, others choose a more sinister path, using their bardic talents to cheat, dupe, or steal from common folk.", - { - "type": "statblock", - "tag": "creature", - "name": "Hedge Bard", - "source": "HWCS" - } - ], - "id": "075" - }, - { - "type": "entries", - "name": "Hedge Witch", - "page": 198, - "entries": [ - "Many who apply to study at the Avium are turned away by the prestigious institution. Spurred by their desire for knowledge, rejected candidates sometimes start on a path to become self-taught masters of arcana. Notably in tune with the magic of the forest, hedges pursuing an individualistic path often leverage their connection to these natural forces to make pacts with powerful fey or elemental beings, learning secrets inaccessible to traditional students.", - { - "type": "statblock", - "tag": "creature", - "name": "Hedge Witch", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Susan of the Swamp", - "entries": [ - "Susan is an eccentric hedge whose magical aptitude has always been outclassed by her hunger for knowledge. She studied at the Avium for a short time, but left of her own accord to experiment with magics the Avium found unsavory. Susan recently settled in the swamp in the hopes of pursuing her arcane curiosities in peace. She shares her modest home with her beetle familiar, Normal, and spends her time foraging for ingredients, testing spells, and reading mystery novels in addition to tomes of eldritch lore. Though she performs her rituals a safe distance away from the cities and towns, her presence in the region has made the Magistrate of Winnowing Reach uneasy, and he wants her gone. Susan uses the {@creature hedge witch|HWCS} stat block. Her alignment is chaotic good.", - { - "type": "statblock", - "tag": "creature", - "name": "Susan of the Swamp", - "source": "HWCS" - } - ], - "id": "077" - } - ], - "id": "076" - }, - { - "type": "entries", - "name": "Jell Platena", - "page": 199, - "entries": [ - "Jell is a bespectacled sera luma with bright red plumage resembling a cardinal. Jell has studied at the Avium for three years now, and is well on her way to becoming a graduate. She is bright and studious, and serious about everything she does in life. Jell uses the {@creature commoner} stat block, adjusted with the racial traits of a sera luma. She is neutral good.", - { - "type": "statblock", - "tag": "creature", - "name": "Jell Platena", - "source": "HWCS" - } - ], - "id": "078" - }, - { - "type": "entries", - "name": "Jerbeen Thief", - "page": 200, - "entries": [ - "While criminals can often be found picking pockets in large perch cities, only the most successful end up recruited by the Bandit Coalition. Small of stature, jerbeens can easily move about unnoticed; their swiftness is responsible for the expression \"quick as a jerbeen.\" This, coupled with their natural charm, makes jerbeens perfectly suited for the thieving arts.", - { - "type": "statblock", - "tag": "creature", - "name": "Jerbeen Thief", - "source": "HWCS" - } - ], - "id": "079" - }, - { - "type": "entries", - "name": "Jerbeen Swashbuckler", - "page": 200, - "entries": [ - "A common figure in many jerbeen folktales, a swashbuckler is a champion who fights with finesse and daring. Natural leaders, swashbucklers keep their wits about them during a duel, pressing small advantages to win the day. Jerbeen swashbucklers often train in the tradition of their Amaranthine, Gaspard. Each year swashbucklers participate in fencing matches held in Gaspard's honor. Not all swashbucklers follow this path, with some using their talents for brigandry.", - { - "type": "statblock", - "tag": "creature", - "name": "Jerbeen Swashbuckler", - "source": "HWCS" - } - ], - "id": "07a" - }, - { - "type": "entries", - "name": "Kenna Brightspark", - "page": 200, - "entries": [ - "An energetic and curious young dusk corvum scholar who is currently working on a dissertation in Winnowing Reach. Kenna's research focuses on the properties of various slimes around the region. She is a student of the Avium, and hopes her findings will earn her a grant to fund yet more study of these fascinating creatures. Kenna is a native of Winnowing Reach, and knows the village well. She is a little precocious and takes risks for her work. Kenna uses the {@creature commoner} stat block, adjusted with the racial traits of a dusk corvum. She is chaotic good.", - { - "type": "statblock", - "tag": "creature", - "name": "Kenna Brightspark", - "source": "HWCS" - } - ], - "id": "07b" - }, - { - "type": "entries", - "name": "Luma Cleric of Ardea", - "page": 201, - "entries": [ - "Clerics of Ardea travel the Wood on holy pilgrimages to sacred groves resplendent with life fostered by the Dawnmother. They spread Ardea's message of kindness wherever they go, taking it upon themselves to protect all life, great and small. Clerics serve the communities they pass through as healers, mediators, and occasionally as valiant defenders. Lumas who heed the call of the Amaranthine find their natural charisma and mystic talents to be of great help as they walk the cleric's path.", - { - "type": "statblock", - "tag": "creature", - "name": "Luma Cleric of Ardea", - "source": "HWCS" - } - ], - "id": "07c" - }, - { - "type": "entries", - "name": "Luma Wizard", - "page": 202, - "entries": [ - "It is widely believed among the birdfolk that only those with focused minds can master the subtle art of magic. For unknown reasons, perhaps their inherent connection to fate or particular manner of engaging with the world, lumas are able to tap into the mystical and magical forces with ease.", - { - "type": "statblock", - "tag": "creature", - "name": "Luma Wizard", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Gabe Windsworth", - "entries": [ - "Gabe is a middle-aged sable luma with a large plume of iridescent feathers that surround his nape like a cowl. The Dean of the Avium, Gabe always appears as though he is deep in thought. Though his amiability and kooky behavior cause people to underestimate him, beneath the quirky exterior lies a keen mind that carefully evaluates all possibilities before taking action. He is a good-natured scholar who is just as concerned with the wellbeing of his staff and students as he is with the quality of research and education within the Avium. Dean Windsworth uses the {@creature luma wizard|HWCS} stat block. His alignment is neutral good.", - { - "type": "statblock", - "tag": "creature", - "name": "Gabe Windsworth", - "source": "HWCS" - } - ], - "id": "07e" - } - ], - "id": "07d" - }, - { - "type": "entries", - "name": "Mapach Bandit", - "page": 202, - "entries": [ - "Mapachs are particularly distrusted among birdfolk because of their eccentricities and willingness to break with commonly held customs. Often judged on sight to be crooked, some mapachs find it hard to integrate into birdfolk society and turn to crime to survive. Local bandit forces are happy to exploit this, offering the displaced mapachs shelter and a share of the spoils in exchange for their service.", - { - "type": "statblock", - "tag": "creature", - "name": "Mapach Bandit", - "source": "HWCS" - } - ], - "id": "07f" - }, - { - "type": "entries", - "name": "Mapach Brute", - "page": 202, - "entries": [ - "Although many in the bandit coalition follow noble ideals, there have always been a handful of unreliable members, only concerned with their own advancement. These ruthless brutes are scoundrels through and through, willing to seize power within the coalition by any means necessary. Mapachs don't have more knaves among them as a matter of course, but the infamy of a few such villains has further sullied their reputation in the eyes of perch-dwellers.", - { - "type": "statblock", - "tag": "creature", - "name": "Mapach Brute", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Krall, the Scavenger King", - "entries": [ - "Krall is an imposing mapach, standing nearly 6 feet tall with a solid build and matted fur that is missing in patches. He was close friends with Benna, although he didn't share her altruism and instead believed that those who couldn't carry their weight should be left behind. He expects complete loyalty from his followers, and favors hit-and-run tactics. He and his troops exact tolls on poorly-defended caravans for passage along the roads, which many pay to avoid his wrath. Krall uses the {@creature mapach brute|HWCS} stat block.", - { - "type": "statblock", - "tag": "creature", - "name": "Krall, the Scavenger King", - "source": "HWCS" - } - ], - "id": "081" - } - ], - "id": "080" - }, - { - "type": "entries", - "name": "Mapach Tinkerer", - "page": 203, - "entries": [ - "Unlike those who are content to stay within the boundaries of their established craft, tinkerers have a passion for innovation that is unfettered by tradition. Mapach craftspeople who constantly look for ways to improve upon past creations find themselves branded as eccentrics. Their methods are unconventional, but eminently practical. Designs are often carefully considered, and some of their innovations eventually find widespread use around the Wood.", - { - "type": "statblock", - "tag": "creature", - "name": "Mapach Tinkerer", - "source": "HWCS" - } - ], - "id": "082" - }, - { - "type": "entries", - "name": "Mordane Swiftgale", - "page": 203, - "entries": [ - "Mordane is a prim-and-proper elderly swift strig, who keeps his gray and white feathers preened, and his librarian robes freshly pressed. He is wise but old fashioned, and prefers to read in solitude when off shift, rather than fraternize with his peers. Despite his social shortcomings, he's an experienced librarian, and has incredible knowledge of even the oldest parts of the lower library. Mordane uses the {@creature commoner} stat block, adjusted with the racial traits of a swift strig. He is neutral.", - { - "type": "statblock", - "tag": "creature", - "name": "Mordane Swiftgale", - "source": "HWCS" - } - ], - "id": "083" - }, - { - "type": "entries", - "name": "Oakheart", - "page": 203, - "entries": [ - "Oakheart is a huge tree-shaped creature with charred bark that smolders in places, and many small flames which burn on his branches, giving the impression of leaves. Once a treant, he bathed in the primal energies of the Scorched Grove, transforming into an entity so thoroughly possessed of the element of flame that he's capable of serving as {@item Borealus|HWCS|The Borealus'} keeper. He is the artifact's guardian, and will not relinquish the staff until he has been convinced that whoever has disturbed him can control the staff's considerable power, and that they mean to maintain the natural balance he sacrificed himself to protect.", - { - "type": "statblock", - "tag": "creature", - "name": "Oakheart", - "source": "HWCS" - } - ], - "id": "084" - }, - { - "type": "entries", - "name": "Raptor Explorer", - "page": 203, - "entries": [ - "Whether drawn by tales of treasure or the allure of faraway lands, some residents of Humblewood journey to seek out distant ruins or remote vistas to satisfy their wanderlust. Explorers are common among raptors, many of whom do so out of veneration for the Amaranthine Reya, the guide and protector of travelers. Numerous explorers embark on such adventures for the sake of self-discovery and personal growth. Those who have made a life out of exploring often find their service as guides in high demand.", - { - "type": "statblock", - "tag": "creature", - "name": "Raptor Explorer", - "source": "HWCS" - } - ], - "id": "085" - }, - { - "type": "entries", - "name": "Raptor Ranger", - "page": 203, - "entries": [ - "The ranger is an iconic figure in raptor stories and myths, and has inspired many to follow in their legendary footsteps. Outfitted for rough living in the wilds, these rangers are consummate archers and exceptional hunters. With supernatural eyesight and quick reflexes, raptors are ideally suited to the life of a hunter. Many who chose this path find themselves the inspiration for new tales.", - "The raptor ranger listed is outfitted with a {@item red-feather bow|HWCS} (see {@book Appendix D: New Magic Items|HWCS|8}).", - { - "type": "statblock", - "tag": "creature", - "name": "Raptor Ranger", - "source": "HWCS" - } - ], - "id": "086" - }, - { - "type": "entries", - "name": "Rhys Birchwalker", - "page": 203, - "entries": [ - "An associate professor of conjuration at the Avium, this middle-aged mistral raptor has little in the way of mystic talent, but she makes up for it with an enthusiasm for learning and a wealth of knowledge on her chosen subject. She is well-versed in conjuratory theory, and can provide characters with any of the information they would otherwise find in {@b Conjuration Magic} (see {@adventure Into the Library|HWAitW|4|Into the Library}) if she is asked about the subject directly. Professor Birchwalker can also help a character perform the calculations to find the location of the conjuration circle within the Grove. Rhys uses the {@creature commoner} stat block, adjusted with the racial traits of a mistral raptor. She is neutral good.", - { - "type": "statblock", - "tag": "creature", - "name": "Rhys Birchwalker", - "source": "HWCS" - } - ], - "id": "087" - }, - { - "type": "entries", - "name": "Strig Knight", - "page": 204, - "entries": [ - "The Perch Guard produces many skilled soldiers, but only those who possess a great degree of talent are trained to become knights. The knights of Alderheart's Perch Guard are taught how to protect others by creating opportunities for allies to regroup or retreat as necessary. Experts in sword-and-shield fighting, the knight's heavily-armoured fighting style allows them to hold the line against even the fiercest of enemies. The strig knight listed is equipped with a {@item wing crest shield|HWCS} (see {@book Appendix D: New Magic Items|HWCS|8}).", - { - "type": "statblock", - "tag": "creature", - "name": "Strig Knight", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Riffin, the Ash-Knight", - "entries": [ - "Riffin is a small stout strig, standing a few inches over three feet, whose plumage and proportions resemble a little owl. A traveling knight of the realm, Riffin lived in Ashbarrow before its destruction, and was carried to Alderheart by his friend Odwald, who saved him from the fire. Being one of the only knights to hail from Ashbarrow, folk began calling him the \"Ash-Knight,\" a title which he now uses to keep the memory of his home alive. Riffin is a simple strig with a charming way of viewing the world. He is also a steadfast warrior who strongly believes in doing what is right, helping those in need, and honoring his debts. Riffin uses the {@creature strig knight|HWCS} stat block. His alignment is lawful good.", - { - "type": "statblock", - "tag": "creature", - "name": "Riffin, the Ash-Knight", - "source": "HWCS" - } - ], - "id": "089" - } - ], - "id": "088" - }, - { - "type": "entries", - "name": "Strig Tracker", - "page": 206, - "entries": [ - "Capable of moving swiftly through the wilderness, trackers help find those who have lost their way in the forest. Accomplished survivalists, they are familiar with hidden pathways throughout the Wood. Often found alongside woodland beasts, many have formed bonds with these creatures, and find their aid useful in locating lost travelers. For Strigs, known for being at ease even in the harshest environments, becoming a tracker can prove a satisfying challenge. Some use their skills to double as bounty hunters, which can provide for an even more thrilling chase.", - { - "type": "statblock", - "tag": "creature", - "name": "Strig Tracker", - "source": "HWCS" - } - ], - "id": "08a" - }, - { - "type": "entries", - "name": "The Tenders", - "page": 206, - "entries": [ - "Although the Tenders are most well known across the Wood for their involvement in healing and studying the Scorched Grove, their order is actually far more ancient. Wardens of nature, they use their gentle magics to mediate between the people of the Wood and the living forest itself, and to help the forest heal from natural disasters. Today, many of their members find employ as tree-shapers, and are well-respected in birdfolk settlements. Nowhere is this more true than in Alderheart, where the Tenders are looked upon favorably for the work they've done to create and strengthen living spaces within Alderheart's trunk. Other factions of Tenders work to respond to forest fires across the Wood, using their magic to encourage new growth in burned areas, as well as to help any survivors.", - "Since the Great Calamity, a large part of their order has dedicated their efforts to tending the Grove, monitoring its spread, and studying the mysterious creatures that live there. Unfortunately, much of the healing in the Grove can end up ruined by a sudden blaze. Progress has been made, however. Before the fires started to rage with renewed force, the Tenders managed to shrink the Grove little by little, doing much to bolster the forest that grows around its edges.", - "The Tenders are a unique organization in birdfolk society. Gaining admission to their ranks is akin to joining a monastery or convent. After initiation, a novice is generally expected to make their way to the Scorched Grove to learn from the masters who live there. Recruits live and study communally in special shelters within the Grove, protected by Tender magic. When they are sent out in the world again, new acolytes are taught to leave the high cities and walk among the under-growth, to gain a better perspective on forest life. On occasion, Tenders living in the Wood will go on pilgrimages to tend to the Grove before returning to their normal duties. Masters of the order often choose to completely dedicate themselves to healing the Grove, setting up permanent homes there. This is considered to be a noble self-sacrifice among Tenders, and those who do this are given the order's highest honors.", - { - "type": "inset", - "name": "Joining the Tenders", - "entries": [ - "Gaining admission to the ranks of the Tenders is not difficult, and recruits are especially welcome now to help expand their thinning numbers. Any player who shows proper devotion to the tenets of natural balance and a willingness to swear an oath to become a keeper of the Wood can speak with Havel of the Autumn Moon about joining the Tenders. New recruits will begin at the Seedling rank.", - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/Tenders-Symbol.webp" - }, - "width": 250, - "height": 250 - }, - "{@b {@i The Tenders}}", - "{@b {@i Rank 1}} - Seedling", - "{@b {@i Rank 2}} - Sproutling", - "{@b {@i Rank 3}} - Sapling", - "{@b {@i Rank 4}} - Summerblossom", - "{@b {@i Rank 5}} - Autumnal", - "{@b {@i Leader}} - Treekeeper", - "Joining the Tenders involves taking an oath to keep the balance of nature, to help it recover from disasters both natural and unnatural, and to help all people who have been harmed by natural imbalance. The Tenders know they can't control nature, and they teach that trying to do so is a folly which will only lead to further unbalancing of natural cycles. They do believe that when disaster strikes, it is their duty to restore the balance that was lost for the sake of all beings." - ], - "id": "08c" - }, - { - "type": "entries", - "name": "Havel of the Autumn Moon", - "entries": [ - "Havel is a frail but courageous huden gallus, with pheasant-like plumage. He is a dear friend of Tevor, and the two have fallen for each other during their time together in Alderheart. Havel is a Summerblossom, a rank given to experienced members of the Tenders. He has been working at the Tenders' headquarters in the Trunk district, where he provides aid to the refugees. He is also skilled in the use of natural magic, and while normally too sickly to adventure, could still assist the party with his talents.", - { - "type": "statblock", - "tag": "creature", - "name": "Havel of the Autumn Moon", - "source": "HWCS" - } - ], - "id": "08d" - }, - { - "type": "entries", - "name": "Tevor of the Spring Path", - "entries": [ - "Tevor is a timid sable luma, with ruddy gray feathers and a short beak. He is a good friend of Havel, and has begun to feel affection for the gallus since their time working together. Tevor is a Sapling, a low ranking member of the Tenders, who barely escaped from an ashsnake attack that killed his mentor. While he has agreed to give his report of events in the Scorched Grove, he is not prepared to do much beyond this. He possesses conviction in the beliefs of his order, but the traumatic event has left him feeling frightened and helpless. If only he could find the courage to match his ideals, he would be destined for greatness. Tevor is generally averse to combat now, but before joining the Tenders he trained as a perch guard recruit.", - { - "type": "statblock", - "tag": "creature", - "name": "Tevor of the Spring Path", - "source": "HWCS" - } - ], - "id": "08e" - } - ], - "id": "08b" - }, - { - "type": "entries", - "name": "Vulpin Captain", - "page": 207, - "entries": [ - "Captains are respected among the bandit forces, leading units on raids and ambushes, and sometimes running the operations of an entire camp. While captains are among the more skilled warriors in the coalition, involvement with day-to-day operations grants them a certain rapport with even the low-ranking bandits. This leadership, coupled with their prowess, allows them to rally or kowtow those foolish enough to consider desertion. Vulpins, with their natural ambition, cunning, and force of personality, can readily be found climbing to the rank of captain.", - { - "type": "statblock", - "tag": "creature", - "name": "Vulpin Captain", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Frey Merridan", - "entries": [ - "Fray is a dashing red-furred vulpin with sharp eyes and a quick wit. A highly skilled swordswoman, she was left without a home when forest fires spreading from the Scorched Grove burned her village. She saw joining the bandits as an opportunity to use her skills to provide for herself and those she cares for. She is astute and talented, but also competitive and unwilling to forget even the smallest slight against her. Fray uses the {@creature vulpin captain|HWCS} stat block.", - { - "type": "statblock", - "tag": "creature", - "name": "Fray Merridan", - "source": "HWCS" - } - ], - "id": "090" - } - ], - "id": "08f" - }, - { - "type": "entries", - "name": "Vulpin Noble", - "page": 208, - "entries": [ - "Although founded by birdfolk, Alderheart is home to several noble families of influential humblefolk. Among them are vulpins, who find both their charms and wiles perfectly suited to the political intrigue of Alderheart's high society. Some vulpin nobles can trace their lineage back to ancient royalty.", - { - "type": "statblock", - "tag": "creature", - "name": "Vulpin Noble", - "source": "HWCS" - } - ], - "id": "091" - }, - { - "type": "entries", - "name": "Vulpin Priest of Kren", - "page": 208, - "entries": [ - "Priests of the Amaranthine Kren tend shrines in her honor, and share stories of her guile and cunning with visitors. These tales emphasize humility, wariness, and teach listeners to keep their wits about them at all times. In rare cases, these priests are given divine gifts by their Amaranthine. Conferred a portion of Kren's supernatural slyness, they often seek to humble those who have grown too proud.", - { - "type": "statblock", - "tag": "creature", - "name": "Vulpin Priest of Kren", - "source": "HWCS" - }, - { - "type": "entries", - "name": "Shyla Denn", - "entries": [ - "A scarred, gray-and-russet-furred vulpin cleric of Kren, Shyla serves as Krall's lieutenant. Krall saved her life when she was a child, orphaned in the Wood, and she has been grateful to him ever since. Her loyalty to Krall is absolute, and she believes that Krall will only cut loose those who can't pull their weight. Shyla uses the {@creature vulpin priest of kren|HWCS} stat block.", - { - "type": "statblock", - "tag": "creature", - "name": "Shyla Denn", - "source": "HWCS" - } - ], - "id": "093" - } - ], - "id": "092" - }, - { - "type": "entries", - "name": "Walden Krane, Magistrate of Winnowing Reach", - "page": 209, - "entries": [ - "A fastidious, easily agitated, middle-aged kindled corvum with drab black feathers. As the Magistrate of Winnowing Reach, he is a prominent political figure in the region. Walden isn't a particularly good or kind man, but he tries to be a reasonable and honorable one. He will not break his bargains, and likewise won't tolerate anything on the party's part which could be conceived as oath-breaking, dishonesty, or actions that might bring harm to the Reach. He cares deeply for his citizens, but that sometimes fails to come across as his political ambitions tend to get in the way. Walden has known Kenna Brightspark since she was but a fledgeling. Walden uses the {@creature noble} stat block, adjusted with the racial traits of a kindled corvum. He is lawful neutral.", - { - "type": "statblock", - "tag": "creature", - "name": "Walden Krane, Magistrate of Winnowing Reach", - "source": "HWCS" - } - ], - "id": "094" - } - ], - "id": "05b" - }, - { - "type": "section", - "name": "Appendix C: Creating NPCs", - "page": 210, - "entries": [ - "{@font making friends|HPPHumblescratch}", - "To adjust an existing NPC or build one from scratch, follow these steps to create birdfolk or humblefolk NPCs to use in your own adventures.", - { - "type": "entries", - "name": "Birdfolk NPCs", - "entries": [ - "Turn any NPC into a birdfolk by making the following changes to its base stat block. These rules can be used to further customize the generic birdfolk NPCs included in this book.", - "Birdfolk are Medium sized and use the base speed of the NPC unless otherwise specified.", - { - "type": "entries", - "name": "Glide", - "entries": [ - "All birdfolk have feathered arms capable of gliding short distances and slowing their fall speed. Add the Glide trait to the NPC. Ignore heavy armor in this glide. Birdfolk NPCs with heavy weapons, armor, or shields in their stat block should be able to glide with them." - ], - "id": "097" - }, - { - "type": "entries", - "name": "Feathers vs. Talons", - "entries": [ - "If your creature is a {@b gallus} or {@b luma}, they have much more developed wings. They have the Wing Flap trait, an ability that can propel them upwards into the air at up to half their base movement speed. This costs a bonus action to use, and cannot be used to gain height while gliding.", - "If your creature is a {@b corvum}, {@b raptor} or {@b strig}, they have taloned hands. Make sure to add Talons to their attacks, and calculate attack and damage bonuses for it using either Strength or Dexterity. The base damage for these attacks is {@damage 1d4} piercing damage. Birdfolk with Talons also have advantage on Strength ({@skill Athletics}) checks made to climb." - ], - "id": "098" - }, - { - "type": "entries", - "name": "Languages", - "entries": [ - "Birdfolk all speak Birdfolk. They can also naturally understand Auran, the elemental language of air, but they have no innate ability to speak it." - ], - "id": "099" - }, - { - "type": "entries", - "name": "Racial Abilities", - "entries": [ - "Every birdfolk race has two subraces, and each subrace possesses a different set of abilities." - ], - "id": "09a" - } - ], - "id": "096" - }, - { - "type": "entries", - "name": "Corvum", - "entries": [ - "Desperate for knowledge as a means of power, corvums are usually found in positions of power or influence. Their quest for power leads many to become warlocks or assassins.", - { - "type": "list", - "items": [ - "Make the following adjustments to the base creature's stat block:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+2 to the base creature's Intelligence score." - ], - "id": "09d" - }, - { - "type": "entries", - "name": "Learned", - "entries": [ - "A corvum gains proficiency in one of the following skills: {@skill Arcana}, {@skill History}, {@skill Nature}, or {@skill Religion}." - ], - "id": "09e" - } - ], - "id": "09c" - }, - { - "type": "list", - "items": [ - "Then, add abilities from a corvum subrace." - ] - }, - { - "type": "entries", - "name": "Dusk Corvum", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Dexterity score." - ], - "id": "0a0" - }, - { - "type": "entries", - "name": "Skulker", - "entries": [ - "The dusk corvum has advantage on Dexterity ({@skill Stealth}) checks made in dim light or darkness." - ], - "id": "0a1" - } - ], - "id": "09f" - }, - { - "type": "entries", - "name": "Kindled Corvum", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Charisma score." - ], - "id": "0a3" - }, - { - "type": "entries", - "name": "Convincing", - "entries": [ - "The kindled corvum gains proficiency in your choice of the {@skill Deception} or {@skill Persuasion} skill. Additionally, they have advantage on all Charisma checks used to convince someone of their knowledge of anything pertaining to the skill they gained proficiency in from their Learned ability." - ], - "id": "0a4" - } - ], - "id": "0a2" - } - ], - "id": "09b" - }, - { - "type": "entries", - "name": "Gallus", - "entries": [ - "Salt of the earth folk, gallus are as hearty as they come. They can often be found as soldiers, leaders, or spiritualists.", - { - "type": "list", - "items": [ - "Make the following adjustments to the base creature's stat block:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+2 to the base creature's Wisdom score." - ], - "id": "0a7" - } - ], - "id": "0a6" - }, - { - "type": "list", - "items": [ - "Then, add abilities from a gallus subrace." - ] - }, - { - "type": "entries", - "name": "Bright Gallus", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Charisma score." - ], - "id": "0a9" - }, - { - "type": "entries", - "name": "Inspiring", - "entries": [ - "As an action, the bright gallus inspires an ally that can see and hear them. The ally can roll a {@dice d4} and add the number rolled to their next ability check, attack roll, or saving throw." - ], - "id": "0aa" - } - ], - "id": "0a8" - }, - { - "type": "entries", - "name": "Huden Gallus", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Dexterity score." - ], - "id": "0ac" - }, - { - "type": "entries", - "name": "Seedspeech", - "entries": [ - "The huden gallus can communicate simple ideas to living plants, and is able to interpret their responses in simple language." - ], - "id": "0ad" - } - ], - "id": "0ab" - } - ], - "id": "0a5" - }, - { - "type": "entries", - "name": "Luma", - "entries": [ - "Odd as they may be, lumas have an innate connection to the arcane, lending them magical abilities or simply an aura of charisma. They are just as at home in a ballroom as a mage's tower.", - { - "type": "list", - "items": [ - "Make the following adjustments to the base creature's stat block:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Size", - "entries": [ - "Lumas are Small sized." - ], - "id": "0b0" - }, - { - "type": "entries", - "name": "Speed", - "entries": [ - "Lumas have a base movement speed of 25 feet." - ], - "id": "0b1" - }, - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+2 to the base creature's Charisma score." - ], - "id": "0b2" - }, - { - "type": "entries", - "name": "Fated (Recharges after a Long Rest)", - "entries": [ - "The Luma can choose to reroll any attack roll, skill check, or saving throw." - ], - "id": "0b3" - } - ], - "id": "0af" - }, - { - "type": "list", - "items": [ - "Then, add abilities from a luma subrace." - ] - }, - { - "type": "entries", - "name": "Sable Luma", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Constitution score." - ], - "id": "0b5" - }, - { - "type": "entries", - "name": "Damage Resistance", - "entries": [ - "Sable lumas are resistant to poison damage." - ], - "id": "0b6" - }, - { - "type": "entries", - "name": "Resilience", - "entries": [ - "Sable lumas have advantage on saving throws against being {@condition poisoned}." - ], - "id": "0b7" - } - ], - "id": "0b4" - }, - { - "type": "entries", - "name": "Sera Luma", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Wisdom score." - ], - "id": "0b9" - }, - { - "type": "entries", - "name": "Songbird (Recharges after a Long Rest)", - "entries": [ - "Sera lumas can cast {@spell charm person}. Charisma is their spellcasting ability and the spell does not require any somatic components to cast." - ], - "id": "0ba" - } - ], - "id": "0b8" - } - ], - "id": "0ae" - }, - { - "type": "entries", - "name": "Raptor", - "entries": [ - "Consummate hunters, raptors are at home in forests and other dark places. They make skilled rangers and rogues.", - { - "type": "list", - "items": [ - "Make the following adjustments to the base creature's stat block:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Size", - "entries": [ - "Raptors are Small sized." - ], - "id": "0bd" - }, - { - "type": "entries", - "name": "Speed", - "entries": [ - "Raptors have a base movement speed of 25 feet." - ], - "id": "0be" - }, - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+2 to the base creature's Dexterity score." - ], - "id": "0bf" - }, - { - "type": "entries", - "name": "Hunter's Training", - "entries": [ - "Raptors have proficiency with the {@item longbow|phb}, {@item shortbow|phb}, and {@item spear|phb}. Additionally, their familiarity with the longbow means that it is not considered a heavy weapon for them." - ], - "id": "0c0" - } - ], - "id": "0bc" - }, - { - "type": "list", - "items": [ - "Then, add abilities from a raptor subrace." - ] - }, - { - "type": "entries", - "name": "Maran Raptor", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Intelligence score." - ], - "id": "0c2" - }, - { - "type": "entries", - "name": "Speed", - "entries": [ - "Maran raptors have a swim speed of 25 feet." - ], - "id": "0c3" - }, - { - "type": "entries", - "name": "Patient", - "entries": [ - "When a maran raptor reacts with a readied action, they have advantage on the first attack roll, skill check, or ability check they make as a part of that action." - ], - "id": "0c4" - } - ], - "id": "0c1" - }, - { - "type": "entries", - "name": "Mistral Raptor", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Wisdom score." - ], - "id": "0c6" - }, - { - "type": "entries", - "name": "Aerial Defense", - "entries": [ - "As long as a mistral raptor is falling, gliding, or jumping, attacks made against them have disadvantage." - ], - "id": "0c7" - } - ], - "id": "0c5" - } - ], - "id": "0bb" - }, - { - "type": "entries", - "name": "Strig", - "entries": [ - "Fond of the wilderness and proud of their physical prowess, strigs are generally loners, survivalists, and fighters.", - { - "type": "list", - "items": [ - "Make the following adjustments to the base creature's stat block:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+2 to the base creature's Strength score." - ], - "id": "0ca" - }, - { - "type": "entries", - "name": "Senses", - "entries": [ - "Strigs have {@sense darkvision} out to 60 feet." - ], - "id": "0cb" - }, - { - "type": "entries", - "name": "Patterned Feathers", - "entries": [ - "Strigs have advantage on Dexterity ({@skill Stealth}) checks when they attempt to hide in a forest." - ], - "id": "0cc" - } - ], - "id": "0c9" - }, - { - "type": "list", - "items": [ - "Then, add abilities from a strig subrace." - ] - }, - { - "type": "entries", - "name": "Stout Strig", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Constitution score." - ], - "id": "0ce" - }, - { - "type": "entries", - "name": "Brawler", - "entries": [ - "Whenever a stout strig hits with their talon attack, they may choose to grapple their target as a bonus action." - ], - "id": "0cf" - } - ], - "id": "0cd" - }, - { - "type": "entries", - "name": "Swift Strig", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Dexterity score." - ], - "id": "0d1" - }, - { - "type": "entries", - "name": "Speed", - "entries": [ - "Swift strigs have a base walking speed of 35 feet." - ], - "id": "0d2" - } - ], - "id": "0d0" - } - ], - "id": "0c8" - }, - { - "type": "entries", - "name": "Humblefolk NPCs", - "entries": [ - "You can turn any NPC into a humblefolk by making the following changes to its base stat block. These rules can be used to further customize the generic humblefolk NPCs included in this book.", - "Humblefolk are Medium sized and use the base speed of the NPC unless otherwise specified." - ], - "id": "0d3" - }, - { - "type": "entries", - "name": "Cervan", - "entries": [ - "Hearty and practical, cervans can find themselves at home virtually anywhere, though many prefer the life of a recluse, often accompanied by or living with only a handful of close companions with whom they have formed strong connections.", - { - "type": "list", - "items": [ - "Make the following adjustments to the base creature's stat block:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+2 to the base creature's Constituion score." - ], - "id": "0d6" - }, - { - "type": "entries", - "name": "Languages", - "entries": [ - "Cervans speak Birdfolk and Cervan." - ], - "id": "0d7" - }, - { - "type": "entries", - "name": "Surge of Vigor (Recharges after a Long Rest)", - "entries": [ - "If an attack deals over half of a cervans current remaining hit points in damage (even if their hit points are reduced to 0 by the attack), they immediately regain hit points equal to {@dice 1d12} + their Constitution Modifier. " - ], - "id": "0d8" - } - ], - "id": "0d5" - }, - { - "type": "list", - "items": [ - "Then, add abilities from a subrace listed below." - ] - }, - { - "type": "entries", - "name": "Grove Cervan", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Dexterity score." - ], - "id": "0da" - }, - { - "type": "entries", - "name": "Speed", - "entries": [ - "Grove cervans have a base walking speed of 35 feet." - ], - "id": "0db" - } - ], - "id": "0d9" - }, - { - "type": "list", - "items": [ - "Choose one of the following:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Standing Leap", - "entries": [ - "A grove cervan's base long jump is 30 feet, and their base high jump is 15 feet, with or without a running start." - ], - "id": "0dd" - }, - { - "type": "entries", - "name": "Nimble Step", - "entries": [ - "Opportunity attacks made against the grove cervan are rolled with disadvantage." - ], - "id": "0de" - } - ], - "id": "0dc" - }, - { - "type": "entries", - "name": "Pronghorn Cervan", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+1 to the base creature's Strength score." - ], - "id": "0e0" - }, - { - "type": "entries", - "name": "Antlers", - "entries": [ - "Pronghorn cervans have a set of large, strong antlers that can be used to make melee attacks. Their antler attack deals {@damage 1d6} piercing damage and is calculated using the creature's strength score for the purposes of determining the attack roll and damage bonus." - ], - "id": "0e1" - } - ], - "id": "0df" - }, - { - "type": "list", - "items": [ - "Choose one of the following:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Robust Build", - "entries": [ - "Double the pronghorn cervan's carrying capacity as well as the weight they can push, drag, or lift." - ], - "id": "0e3" - }, - { - "type": "entries", - "name": "Charge", - "entries": [ - "If the pronghorn cervan moves at least 20 feet in a straight line towards an enemy, their Antler attack deals an extra {@dice 1d6} points of piercing damage. If the target of the charge is Large or smaller, they must make a Strength saving throw against a DC of the pronghorn cervan's Proficiency Bonus + 8 + the pronghorn's Strength modifier. On failure, the target is pushed 10 feet away from the pronghorn cervan." - ], - "id": "0e4" - } - ], - "id": "0e2" - } - ], - "id": "0d4" - }, - { - "type": "entries", - "name": "Hedge", - "entries": [ - "Sensitive and empathetic, hedges tend towards the mystic arts, especially paths of natural magic, such as druids, or those which make use of their innate talents, such as bards.", - { - "type": "list", - "items": [ - "Make the following adjustments to the base creature's stat block:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Size", - "entries": [ - "Hedges are Small sized." - ], - "id": "0e7" - }, - { - "type": "entries", - "name": "Natural Armor", - "entries": [ - "Hedges have a natural armor class of 14 + their Dexterity modifier." - ], - "id": "0e8" - }, - { - "type": "entries", - "name": "Speed", - "entries": [ - "Hedges have a movement speed of 25 feet. They also have a burrow speed of 15 feet. They cannot burrow through anything more solid than packed soil." - ], - "id": "0e9" - }, - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+2 to the base creature's Charisma score, and +1 to the base creature's Wisdom score." - ], - "id": "0ea" - }, - { - "type": "entries", - "name": "Languages", - "entries": [ - "Hedges speak Birdfolk and Hedge. They can also speak with beasts of any size which fall into the category of insects, spiders, worms, or other bugs." - ], - "id": "0eb" - } - ], - "id": "0e6" - }, - { - "type": "list", - "items": [ - "Then, add the following ability:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Curl Up", - "entries": [ - "As an action, the hedge curls up into a spiny ball. While curled up in this way they cannot move, attack, or cast spells with somatic components, and their base armor class becomes 19. Any creature that misses the hedge with a melee attack while they are curled up takes {@dice 2d4} points of piercing damage from the sharp quills. If a creature hits the hedge while they are curled up, however, the hedge is knocked {@condition prone} in their space at the end of the turn. The hedge may uncurl themselves at any point during their turn." - ], - "id": "0ed" - } - ], - "id": "0ec" - } - ], - "id": "0e5" - }, - { - "type": "entries", - "name": "Jerbeen", - "entries": [ - "Nimble and naturally good at working as part of a team, jerbeens fit in well in a variety of roles. Their natural quickness makes them excellent thieves or duelists, and their desire to help better their communities draws many down the path of a paladin.", - { - "type": "list", - "items": [ - "Make the following adjustments to the base creature's stat block:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Size", - "entries": [ - "Jerbeen are Small sized." - ], - "id": "0f0" - }, - { - "type": "entries", - "name": "Speed", - "entries": [ - "Jerbeen have a movement speed of 30 feet." - ], - "id": "0f1" - }, - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+2 to the base creature's Dexterity score, and +1 to the base creature's Charisma score." - ], - "id": "0f2" - }, - { - "type": "entries", - "name": "Languages", - "entries": [ - "Jerbeens speak Birdfolk and Jerbeen." - ], - "id": "0f3" - } - ], - "id": "0ef" - }, - { - "type": "list", - "items": [ - "Then, add the following abilities:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Standing Leap", - "entries": [ - "A jerbeen's long jump is 30 feet, and their base high jump is 15 feet, with or without a running start." - ], - "id": "0f5" - }, - { - "type": "entries", - "name": "Team Tactics", - "entries": [ - "Jerbeens can take the {@action Help} action as a bonus action." - ], - "id": "0f6" - } - ], - "id": "0f4" - } - ], - "id": "0ee" - }, - { - "type": "entries", - "name": "Mapach", - "entries": [ - "Wily and resourceful, the mapachs are expert survivors with a special knack for tinkering. They are often drawn towards professions as artisans or craftspeople, frequently producing unconventional inventions along with standard wares. They also make excellent rangers, helping to guide those less experienced through dangerous territory for the right price.", - { - "type": "list", - "items": [ - "Make the following adjustments to the base creature's stat block:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Speed", - "entries": [ - "Mapachs have a climb speed of 20 feet." - ], - "id": "0f9" - }, - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+2 to the base creature's Wisdom score, and +1 to the base creature's Constitution score." - ], - "id": "0fa" - }, - { - "type": "entries", - "name": "Damage Resistance", - "entries": [ - "Mapachs are resistant to poison damage." - ], - "id": "0fb" - }, - { - "type": "entries", - "name": "Senses", - "entries": [ - "Mapachs have {@sense darkvision} out to 60 feet." - ], - "id": "0fc" - }, - { - "type": "entries", - "name": "Languages", - "entries": [ - "Mapachs speak Birdfolk and Mapach." - ], - "id": "0fd" - } - ], - "id": "0f8" - }, - { - "type": "list", - "items": [ - "Then, add the following abilities:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Skulker", - "entries": [ - "A mapach has advantage on Dexterity ({@skill Stealth}) checks made in dim light or darkness." - ], - "id": "0ff" - }, - { - "type": "entries", - "name": "Resilience", - "entries": [ - "Mapachs roll with advantage on saving throws against being {@condition poisoned}." - ], - "id": "100" - } - ], - "id": "0fe" - } - ], - "id": "0f7" - }, - { - "type": "entries", - "name": "Vulpin", - "entries": [ - "Artful and cunning, vulpins are ambitious and seek positions of status, wealth, and power. An astute mind makes them natural wizards, but just as many can be found using their wits to outsmart Alderheart's Perch Guard as criminal masterminds.", - { - "type": "list", - "items": [ - "Make the following adjustments to the base creature's stat block:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Ability Modifiers", - "entries": [ - "+2 to the base creature's Intelligence score, and +1 to the base creature's Charisma score." - ], - "id": "103" - }, - { - "type": "entries", - "name": "Senses", - "entries": [ - "Vulpins have {@sense darkvision} out to 60 feet." - ], - "id": "104" - }, - { - "type": "entries", - "name": "Languages", - "entries": [ - "Vulpins speak Birdfolk and Vulpin." - ], - "id": "105" - } - ], - "id": "102" - }, - { - "type": "list", - "items": [ - "Then, add the following abilities:" - ] - }, - { - "type": "entries", - "entries": [ - { - "type": "entries", - "name": "Bite", - "entries": [ - "Vulpins have sharp fangs that enable them to make natural bite attacks. Their bite attack deals {@damage 1d6} points of piercing damage and can be calculated using either the creature's Dexterity or Strength score for the purposes of determining the attack roll and damage bonus. Vulpins are proficient in their bite attacks. If the base creature has the Multiattack ability, this applies to the vulpin's bite attack as well." - ], - "id": "107" - }, - { - "type": "entries", - "name": "Evasive", - "entries": [ - "A vulpin includes their Intelligence modifier (if positive) as a bonus on all Dexterity saving throws." - ], - "id": "108" - } - ], - "id": "106" - } - ], - "id": "101" - } - ], - "id": "095" - }, - { - "type": "section", - "name": "Appendix D: New Magic Items", - "page": 213, - "entries": [ - "{@font enchanted treasures|HPPHumblescratch}", - { - "type": "list", - "columns": 3, - "items": [ - "{@item Blade of the Wood|HWCS}", - "{@item Borealus|HWCS|The Borealus}", - "{@item Feathered Helm|HWCS}", - "{@item Necronomicon Ex Corvis|HWCS}", - "{@item Nest Charm|HWCS}", - "{@item Red-Feather Bow|HWCS}", - "{@item Wing Crest Shield|HWCS}" - ] - } - ], - "id": "109" - }, - { - "type": "section", - "name": "Appendix E: Random Encounters", - "page": 215, - "entries": [ - "{@font test your heroism|HPPHumblescratch}", - "Here are a few random encounter tables to both provide inspiration for any encounter you may wish to build, and to flesh out the encounters in your game.", - { - "type": "table", - "caption": "City Encounters (Levels 2-4)", - "colLabels": [ - "d8", - "Encounter" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "A {@creature mapach tinkerer|HWCS} with a hand cart of goods distracts the party with his marvelous wares while his {@creature hedge bard|HWCS} partner attempts to pickpocket them." - ], - [ - 2, - "An innocent {@creature cervan priest|HWCS} is accosted by {@dice 1d4} {@creature birdfolk guard|HWCS|birdfolk guards}. These birdfolk are criminals who've stolen Perch Guard uniforms, and the party will be rewarded for their capture." - ], - [ - 3, - "A visiting {@creature vulpin noble|HWCS} is interested in seeing the sights. Show them around town by rolling again on this table. They will accompany the party for this encounter, and should they survive, will reward the party 20 gp for the invigorating time." - ], - [ - 4, - "A gathering of acrobatic street performers. If high enough level, a party member with the Sharp Mind trait, or who makes a {@dc 14} Intelligence check, will recognize a {@creature gallus monk|HWCS} among them from a wanted poster." - ], - [ - 5, - "A citywide parade to honor Gaspard, the Champion. There are jousts, fencing matches, and other contests in which the party can participate. Defeat a {@creature jerbeen swashbuckler|HWCS} in a duel to win a magic item." - ], - [ - 6, - "A mysterious death. If players are high enough level, this could lead to a fight with the {@creature corvum assassin|HWCS} who was paid to perform the murder." - ], - [ - 7, - "A bar fight breaks out between {@dice 1d4} {@creature mapach bandit|HWCS} patrons and {@dice 1d4} {@creature birdfolk militia|HWCS}." - ], - [ - 8, - "A pair of {@creature jerbeen thief|HWCS|jerbeen thieves} steal from the party. This leads back to their {@creature vulpin captain|HWCS} leader, who runs a pickpocketing ring in town." - ] - ] - }, - { - "type": "table", - "caption": "Cave Encounters (Level 1)", - "colLabels": [ - "d8", - "Encounter" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "{@dice 1d2} {@creature gray ooze|mm|gray oozes} conceal themselves as stagnant pools." - ], - [ - 2, - "A {@creature shifting slime|HWCS} attacks." - ], - [ - 3, - "{@dice 1d2} roosting {@creature swarm of emberbats|HWCS|swarms of emberbats} drop from the ceiling." - ], - [ - 4, - "2 {@creature caustic slime|HWCS|caustic slimes} attack." - ], - [ - 5, - "The party finds a 6-foot-tall bioluminescent mushroom." - ], - [ - 6, - "{@dice 1d4} {@creature sticky slime|HWCS|sticky slimes} attack." - ], - [ - 7, - "Two {@creature sticky slime|HWCS|sticky slimes} and a {@creature caustic slime|HWCS} attack." - ], - [ - 8, - "{@dice 1d4} {@creature violet fungus} attack." - ] - ] - }, - { - "type": "table", - "caption": "Coast Encounters (Level 4)", - "colLabels": [ - "d8", - "Encounter" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "The party finds a small shrine to Gesme within a hidden grotto. The first player to pray here gains the ability to cast {@spell clairvoyance} once, without material components." - ], - [ - 2, - "2 {@creature raptor explorer|HWCS|raptor explorers} are leading a {@creature strig tracker|HWCS} bounty hunter to the party." - ], - [ - 3, - "{@dice 1d4} giant petrels circle overhead (use the stat block for a {@creature giant eagle}, but with a 30 ft. swim speed)." - ], - [ - 4, - "A violent storm rolls in. If the party chooses not to take shelter, they must make a {@dc 14} Constitution saving throw while traveling, suffering a level of {@condition exhaustion} on a failure." - ], - [ - 5, - "A mass of seaweed turns out to be a {@creature shambling mound}." - ], - [ - 6, - "A ship is stolen from the docks by {@dice 1d4 + 1} {@creature birdfolk sailor|HWCS} pirates, led by a {@creature jerbeen swashbuckler|HWCS}." - ], - [ - 7, - "A sinking ship is spotted with its crew aboard. There are {@dice 1d3} {@creature hunter shark|mm|hunter sharks} circling in the water." - ], - [ - 8, - "A crashing wave sweeps in, and the party must make a {@dc 14} Strength saving throw or be swept 80 feet into the sea, where a {@creature water elemental} lies in wait." - ] - ] - }, - { - "type": "table", - "caption": "Forest Encounters (Level 1-2)", - "colLabels": [ - "d8", - "Encounter" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "{@dice 2d4} {@creature mapach bandit|HWCS|mapach bandits} ambush the party." - ], - [ - 2, - "{@dice 1d2} {@creature swarm of emberbats|HWCS|swarms of emberbats} attack the party." - ], - [ - 3, - "{@dice 1d4} {@creature magmin} can be spotted burning foliage through the trees. They haven't started a fire yet, but they will if left unchecked." - ], - [ - 4, - "The party finds a moss covered shrine to Reya. The first character that stops to pray here gains the ability to cast {@spell elevated sight|HWCS} once." - ], - [ - 5, - "{@dice 1d4} {@creature mapach bandit|HWCS|mapach bandits} and a {@creature jerbeen thief|HWCS} spring from the forest, offering safe passage for a road toll of 3 gp per party member. They will attack if the toll is not paid immediately." - ], - [ - 6, - "{@dice 1d3} {@creature wolf|mm|wolves} led by a {@creature dire wolf} attack the party." - ], - [ - 7, - "A {@creature birdfolk skirmisher|HWCS} on patrol is struggling in a large spider web and calling for help. He has been bound in silk, requiring a {@dc 15} Strength check or one round using a cutting tool to free him. There are {@dice 1d2 + 1} {@creature giant spider|mm|giant spiders} hidden in the trees." - ], - [ - 8, - "A bandit's net trap has been laid across the trail and covered with leaves. It can be spotted with a {@dc 15} Wisdom ({@skill Perception}) check. If players walk into it, the trap springs, and players must make a {@dc 14} Dexterity saving throw to avoid getting caught. On a failure, you can roll on this table again to complicate the encounter." - ] - ] - }, - { - "type": "table", - "caption": "Mountain Encounters (Levels 2-3)", - "colLabels": [ - "d8", - "Encounter" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "Two {@creature griffon|mm|griffons} can be seen in the distance. They give a warning shriek. The party can find another route, losing ground and rolling again on this table, or fight them." - ], - [ - 2, - "{@dice 1d4} {@creature mapach bandit|HWCS|mapach bandits} and a {@creature vulpin captain|HWCS} attack." - ], - [ - 3, - "A hungry {@creature basilisk} appears." - ], - [ - 4, - "{@dice 1d4} {@creature jerbeen thief|HWCS|jerbeen thieves} attack." - ], - [ - 5, - "{@dice 1d4} {@creature mountain lion|HWCS|mountain lions} attack." - ], - [ - 6, - "The weather suddenly shifts to a bitter storm. If the party chooses not to take shelter, they must make a {@dc 13} Constitution saving throw while traveling, suffering a level of {@condition exhaustion} from the cold on a failure." - ], - [ - 7, - "The party finds a weathered shrine to Altus. The first character that stops to pray here gains the ability to cast {@spell enhance ability} once, without using material components. The player may only select either the {@b Bear's Endurance} or {@b Bull's Strength} options when the spell is cast." - ], - [ - 8, - "The party finds a roost of {@dice 1d3} {@creature giant eagle|mm|giant eagles} with {@dice 1d4} young (Medium sized beasts that cannot attack) with them. They will attack unless the party can convince them they are not a threat." - ] - ] - }, - { - "type": "table", - "caption": "Scorched Grove Encounters (Level 3)", - "colLabels": [ - "d8", - "Encounter" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "{@dice 1d4 + 1} {@creature swarm of emberbats|HWCS|swarms of emberbats} attack." - ], - [ - 2, - "An {@creature ashsnake|HWCS} attacks. If the party is hunting for the ashsnake in {@adventure Part 3|HWAitW|3}, it is waiting to ambush them." - ], - [ - 3, - "The party finds a small stand of scorched trees, two of which tower above the others. When approached these two {@creature awakened tree|mm|awakened trees} attack with branches that glow with embers. Their attacks deal fire damage instead of bludgeoning damage, and can set flammable objects carried by characters on fire." - ], - [ - 4, - "One {@creature fire elemental} can be seen off in the distance. Players must make a {@dc 10} Dexterity ({@skill Stealth}) check to avoid its notice, otherwise it will see them and attack. " - ], - [ - 5, - "{@dice 1d3} {@creature magma mephit|mm|magma mephits} and {@dice 1d2} {@creature dust mephit|mm|dust mephits} attack." - ], - [ - 6, - "{@dice 1d4} {@creature magmin} attack." - ], - [ - 7, - "A Tender is being attacked by a {@creature swarm of emberbats|HWCS}." - ], - [ - 8, - "A field of geysers lays ahead, each intermittently spraying scalding gases into the air. The party can attempt to cross cautiously with a {@dc 16} Intelligence check to notice a pattern, or by making three {@dc 14} Dexterity saving throws, taking 4 ({@dice 1d8}) fire damage on each failure. Pass or fail, after 3 saving throws they've made it across. Alternatively, party members can choose to go around. If so, roll again on this table." - ] - ] - }, - { - "type": "table", - "caption": "Swamp Encounters (Level 1)", - "colLabels": [ - "d8", - "Encounter" - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "{@dice 1d3} {@creature birdfolk skeleton|HWCS|birdfolk skeletons}, covered in moss rise from the murky water and attack." - ], - [ - 2, - "Two {@creature sticky slime|HWCS|sticky slimes} and a {@creature caustic slime|HWCS} attack." - ], - [ - 3, - "The party stumbles upon a {@creature swarm of quippers} in the water. Players with a passive Perception of 15 or higher notice the swarm and avoid it." - ], - [ - 4, - "The party finds a fungus covered shrine to Henwin within a tangle of plant life. The first character to pray here gains the ability to cast {@spell spiny shield|HWCS} once, without using material components." - ], - [ - 5, - "{@dice 1d4} {@creature sticky slime|HWCS|sticky slimes} attack." - ], - [ - 6, - "{@dice 1d2} {@creature swarm of insects|MM|swarms of insects} envelop the party. They have a walking speed of 5 ft., a 30 ft. flying speed, and no climbing speed." - ], - [ - 7, - "Two {@creature caustic slime|HWCS|caustic slimes} attack." - ], - [ - 8, - "A birdfolk researcher caught in quicksand. Requires a {@dc 12} Strength ({@skill Athletics}) check to free. Roll again on this table to complicate the encounter." - ] - ] - } - ], - "id": "10a" - }, - { - "type": "section", - "name": "Appendix F: What did They Find?", - "page": 218, - "entries": [ - "{@font curious baubles|HPPHumblescratch}", - "Use this helpful list to determine what a character might find when searching through a place in the Wood, in an NPCs bag, or the like.", - { - "type": "table", - "caption": "What did They Find?", - "colLabels": [ - "d20", - "They find..." - ], - "colStyles": [ - "col-1 text-center", - "col-11" - ], - "rows": [ - [ - 1, - "A carefully cleaned and varnished mouse skull." - ], - [ - 2, - "A ruby statue worth 50 gp, but birdfolk and humblefolk alike believe it to be cursed." - ], - [ - 3, - "A golden coin dating back to the very founding of Alderheart." - ], - [ - 4, - "A small switch-knife hidden inside of a wooden spoon." - ], - [ - 5, - "A holy symbol of an Amaranthine not worshiped in Humblewood." - ], - [ - 6, - "A feather with brilliant tropical colors, not seen on any Humblewood birdfolk." - ], - [ - 7, - "A ring with a strange seed where a gemstone would normally be." - ], - [ - 8, - "A mechanical cricket, but its winding key is missing." - ], - [ - 9, - "A thin length of chain, that when examined is actually made of seamless loops of wood." - ], - [ - 10, - "A small bag containing hand polished marbles, each one with a different small insect in it." - ], - [ - 11, - "A necklace made from the shells of small iridescent beetles." - ], - [ - 12, - "A wooden frog that is perpetually slick with some kind of viscous moisture." - ], - [ - 13, - "A short, thin twig that is unbendable and indestructible." - ], - [ - 14, - "A locket made from a polished periwinkle shell. A strange sigil has been carved on the inside." - ], - [ - 15, - "A glass jar filled with eight fireflies, each giving off light. One glows white, and the others glow a different color of the rainbow." - ], - [ - 16, - "A bandit mask from a time before the Coalition." - ], - [ - 17, - "A detailed onyx carving of a birdfolk skull. It is cold to the touch." - ], - [ - 18, - "A silver pinecone that is completely immune to fire damage." - ], - [ - 19, - "A locked music box. Mechanical chirping can occasionally be heard from inside." - ], - [ - 20, - "A weathered parchment scroll, which unfurls to reveal music inscribed in long-faded ink." - ] - ] - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/WDTF.webp" - }, - "width": 603, - "height": 384 - } - ], - "id": "10b" - }, - { - "type": "section", - "name": "Credits", - "entries": [ - { - "type": "list", - "style": "list-hang-notitle", - "items": [ - { - "type": "item", - "name": "Writing and Game Design", - "entries": [ - "Christopher Pinch, Matthew Gravelyn, Jordan Richer, Andrea Bruce, TR Rowe" - ] - }, - { - "type": "item", - "name": "Concept Creators", - "entries": [ - "Ricardo Evangelho, Jordan Richer, Leesha Hannigan, Andrea Bruce" - ] - }, - { - "type": "item", - "name": "Editors", - "entries": [ - "Andrea Bruce, TR Rowe, Dominik Parisien" - ] - }, - { - "type": "item", - "name": "Art Director", - "entries": [ - "Leesha Hannigan" - ] - }, - { - "type": "item", - "name": "Graphic Designers", - "entries": [ - "Rajaa Al-Subairi, Ricardo Evangelho, Meredith Smallwood" - ] - }, - { - "type": "item", - "name": "Front Cover Illustrators", - "entries": [ - "Leesha Hannigan, Christina Kraus" - ] - }, - { - "type": "item", - "name": "Iconography", - "entries": [ - "Leesha Hannigan" - ] - }, - { - "type": "item", - "name": "Back Cover Illustrator", - "entries": [ - "Derek Murphy" - ] - }, - { - "type": "item", - "name": "Cartographers", - "entries": [ - "Hugo Solis, Tim Paul Piotorwski, Blue Sword Games, David Lanza Cebrian" - ] - }, - { - "type": "item", - "name": "Interior Illustrators", - "entries": [ - "Leesha Hannigan, Andrea Radeck, Anneliese Mak, April Prime, Beck Hallstedt, Ben Zweifel, Brittany Pezzillo, Christina Kraus, Christina Pirvu, Crystal Sully, Cynthia F.G., Derek Murphy, Emily Hare, Griffin Macaulay, Ilse Gort, Jason Rainville, Jen Pattison, Jon Neimeister, Julia Metzger, Katy Grierson, Kiana Hamm, Kimberli Johnson, Lake Hurwitz, Lauren Henderson, Matei Monoranu, Paul Scott Canavan, Risa Hulett, Sarah Webb, Tiffany Turrill, Vadim Ciocazan, Valeria Ivanova, Veronika Fedorova" - ] - }, - { - "type": "item", - "name": "Additional Contributors", - "entries": [ - "Holly Conrad, Deven Rue, Catherine Hariton" - ] - }, - { - "type": "item", - "name": "Special Thanks", - "entries": [ - "Gail Simone, Erika Ishii, Brian Scott Walters, Geoffrey Palmer, Russ Charles, Corrina Malone" - ] - } - ] - }, - "{@b An extra-special thanks to our amazing 14,604 Kickstarter backers who helped bring this project to life!}", - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/credits.webp" - }, - "maxWidth": 800, - "credit": "Lauren Henderson", - "width": 1700, - "height": 840 - }, - { - "type": "inset", - "entries": [ - "{@book Humblewood Campaign Setting|HWCS} is Copyright © 2022 Hit Point Press Inc., 1175 Brookfield Rd East, Ottawa, Ontario, K1V0C3, Canada. All rights reserved. All characters and their distinctive likenesses are property of Hit Point Press Inc. in Canada, US and other countries. Any reproduction or unauthorized use of the material or artwork contained herein is prohibited without the express permission of Hit Point Press Inc. Reference to other copyrighted material in no way constitutes a challenge to the respective copyright holders of that material. Hit Point Press, The Deck of Many, Humblewood and its associated logos are trademarks of Hit Point Press Inc. Second Printing. Printed in Lithuania." - ], - "id": "10d" - }, - { - "type": "image", - "href": { - "type": "internal", - "path": "book/HWCS/credits1.webp" - }, - "maxWidth": 250, - "credit": "Lauren Henderson", - "width": 850, - "height": 740 - } - ], - "id": "10c" - } - ] -} diff --git a/data/book/book-xdmg.json b/data/book/book-xdmg.json index 166db6e..8cf5598 100644 --- a/data/book/book-xdmg.json +++ b/data/book/book-xdmg.json @@ -924,7 +924,7 @@ { "type": "list", "style": "list-hang", - "name": "(4)", + "name": "(5)", "items": [ { "type": "item", @@ -4910,7 +4910,7 @@ "page": 57, "id": "10a", "entries": [ - "You can freely change the name and flavor of an attack, as well as its damage type. For example, you can turn an ordinary {@creature Skeleton|XPHB} into an ice skeleton that deals Cold damage as it accosts characters with a blade of ice or hurls shards of ice at them." + "You can freely change the name and flavor of an attack, as well as its damage type. For example, you can turn an ordinary {@creature Skeleton|XMM} into an ice skeleton that deals Cold damage as it accosts characters with a blade of ice or hurls shards of ice at them." ] }, { @@ -4970,7 +4970,7 @@ { "type": "item", "name": "Disciple of the Nine Hells", - "entry": "When the creature dies, its body disgorges a {@variantrule Hostile [Attitude]|XPHB|Hostile} {@creature Imp|XPHB} in the same space." + "entry": "When the creature dies, its body disgorges a {@variantrule Hostile [Attitude]|XPHB|Hostile} {@creature Imp|XMM} in the same space." }, { "type": "item", @@ -5025,7 +5025,7 @@ { "type": "item", "name": "Slaad Host", - "entry": "When the creature dies, a {@variantrule Hostile [Attitude]|XPHB|Hostile} {@creature Slaad Tadpole|XPHB} bursts from its innards in the same space." + "entry": "When the creature dies, a {@variantrule Hostile [Attitude]|XPHB|Hostile} {@creature Slaad Tadpole|XMM} bursts from its innards in the same space." }, { "type": "item", @@ -7185,7 +7185,7 @@ "page": 82, "id": "1aa", "entries": [ - "Whenever you would otherwise make a number of {@variantrule D20 Test|XPHB|{@variantrule D20 Test|XPHB|D20 Tests}} for identical monsters, the Mob Results table can help you determine the number of successful {@variantrule D20 Test|XPHB|D20 Tests} the monsters get without having to roll dice. Follow these steps:", + "Whenever you would otherwise make a number of {@variantrule D20 Test|XPHB|D20 Tests} for identical monsters, the Mob Results table can help you determine the number of successful {@variantrule D20 Test|XPHB|D20 Tests} the monsters get without having to roll dice. Follow these steps:", { "type": "list", "style": "list-hang-notitle", @@ -7593,7 +7593,7 @@ "id": "1ac", "entries": [ "The following scenario shows examples of how you as the DM can apply the guidelines described in the rest of this section.", - "Eight {@creature Zombie|XPHB|Zombies} surround and attack a Fighter. The zombies' attack bonus is +3, and the Fighter's AC is 18, so the roll needed is 15 (18\u22123). Finding 15 in the \"Normal\" column and reading across to the \"Out of 8\" column, the DM gets a result of 2/8\u2014two of the zombies hit. Using the zombies' average damage (4 Bludgeoning damage), the Fighter takes 8 Bludgeoning damage.", + "Eight {@creature Zombie|XMM|Zombies} surround and attack a Fighter. The zombies' attack bonus is +3, and the Fighter's AC is 18, so the roll needed is 15 (18\u22123). Finding 15 in the \"Normal\" column and reading across to the \"Out of 8\" column, the DM gets a result of 2/8\u2014two of the zombies hit. Using the zombies' average damage (4 Bludgeoning damage), the Fighter takes 8 Bludgeoning damage.", "After seeing the Fighter mauled by zombies, the Bard casts {@spell Shatter|XPHB}, centering the spell on the Fighter. (The Bard trusts that the Fighter will succeed on the Constitution saving throw and survive the resulting damage.) The spell affects a 10-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere}, and the Targets in Area of Effect table suggests that such an area should encompass three zombies. However, the DM decides that all eight zombies (and the Fighter) are affected. The zombies' Constitution saving throw bonus is +3, and the Bard's spell saving throw DC is 16, so the roll needed is 13 (16\u22123). Finding 13 in the \"Normal\" column and reading across to the \"Out of 8\" column, the DM gets a result of 3/8, so three of the zombies succeed on their saving throws.", "Seeing a larger crowd of zombies in the distance, the Wizard casts {@spell Fireball|XPHB}. The spell covers a 20-foot-radius Sphere. The Targets in Area of Effect table suggests that area covers ten zombies, but the DM rules that they're densely packed together and adds {@dice 1d3}, rolling a 2. So the spell engulfs twelve zombies in its area. The zombies' Dexterity saving throw modifier is \u22122, and the Wizard's spell save DC is 16, so the roll needed is 18 (16\u2212[\u22122]). Finding 18 in the Normal column and reading across to the Out of 6 column, the DM gets a result of 1/6. Twelve times 1/6 is 2, so two of the twelve zombies succeed on the save." ] @@ -8132,7 +8132,7 @@ "id": "1b2", "entries": [ "With the NPC's alignment and ability scores as a starting point, use the guidelines in the {@book Player's Handbook|XPHB} to pick a few words that describe the NPC's personality. You can choose or randomly determine one personality trait associated with each element of the NPC's alignment, or with the NPC's highest and lowest ability scores, and combine them to inspire a persona.", - "For example, if you find the adventurers unexpectedly arguing with a Lawful Neutral guard, you might create a cooperative but laconic guard who is happy to help the adventurers but speaks curtly, hoping to end the conversation as quickly as possible. Or, looking at the {@creature Imp|XPHB} stat block in the {@book Player's Handbook|XPHB} and noting its highest ability (Dexterity) and its lowest (Strength), you might decide that the little devil is fidgety and indirect, constantly on the move and talking in circles to get to its point" + "For example, if you find the adventurers unexpectedly arguing with a Lawful Neutral guard, you might create a cooperative but laconic guard who is happy to help the adventurers but speaks curtly, hoping to end the conversation as quickly as possible. Or, looking at the {@creature Imp|XMM} stat block in the {@book Player's Handbook|XPHB} and noting its highest ability (Dexterity) and its lowest (Strength), you might decide that the little devil is fidgety and indirect, constantly on the move and talking in circles to get to its point" ] }, { @@ -10702,7 +10702,7 @@ "type": "list", "items": [ "2 {@creature Nothic|XMM|Nothics} (450 XP each) and 9 {@creature Stirge|XMM|Stirges} (25 XP each), for 1,125 XP total", - "1 {@creature Wight|XMM} (700 XP), 1 {@creature Warhorse Skeleton|XMM} (100 XP), and 6 {@creature Skeleton|XPHB|Skeletons} (50 XP each), for 1,100 XP total" + "1 {@creature Wight|XMM} (700 XP), 1 {@creature Warhorse Skeleton|XMM} (100 XP), and 6 {@creature Skeleton|XMM|Skeletons} (50 XP each), for 1,100 XP total" ] }, { @@ -11533,7 +11533,7 @@ { "type": "item", "name": "Berserk Bear", - "entry": "In a side cave to the southeast is a {@creature Brown Bear|XPHB} that drank from the stream. It's upset because the water made it ill. If the characters can make it eat Borogrove's acorn or otherwise rid it the {@condition Poisoned|XPHB} condition, the bear recovers immediately and leaves them alone." + "entry": "In a side cave to the southeast is a {@creature Brown Bear|XMM} that drank from the stream. It's upset because the water made it ill. If the characters can make it eat Borogrove's acorn or otherwise rid it the {@condition Poisoned|XPHB} condition, the bear recovers immediately and leaves them alone." }, { "type": "item", @@ -11611,7 +11611,7 @@ ], [ "2", - "One {@creature Giant Spider|XPHB} and two {@creature Swarm of Insects|XMM|Swarms of Insects} (spiders)" + "One {@creature Giant Spider|XMM} and two {@creature Swarm of Insects|XMM|Swarms of Insects} (spiders)" ], [ "3", @@ -22830,7 +22830,7 @@ "name": "Lesser Devils", "start": 0, "items": [ - "{@creature Imp|XPHB}", + "{@creature Imp|XMM}", "{@creature Spined devil|XMM}", "{@creature Bearded devil|XMM}", "{@creature Barbed devil|XMM}", diff --git a/data/book/book-xmm.json b/data/book/book-xmm.json index fe21c86..e4e14ad 100644 --- a/data/book/book-xmm.json +++ b/data/book/book-xmm.json @@ -2,11 +2,15397 @@ "data": [ { "type": "section", - "name": "Introduction", + "name": "How to Use a Monster", + "page": 5, "entries": [ - "Coming soon!" - ], - "id": "000" + "Every monster is a font of adventure. In this bestiary of Dungeons & Dragons monsters, you'll discover the weird, the whimsical, the majestic, and the macabre. Choose your favorites, and make them part of your D&D play.", + "Along with the {@book Player's Handbook (2024)|XPHB} and {@book Dungeon Master's Guide (2024)|XDMG}, the Monster Manual is part of D&D's foundation and requires those books. This book is intended for Dungeon Masters (DMs) and provides game statistics for monsters: all sorts of creatures\u2014whether friend or foe\u2014controlled by the DM. Those statistics appear in stat blocks. The book presents the monsters' sections alphabetically, with animals gathered in {@book appendix A|XMM|2}. See the index if you need assistance finding a particular monster.", + "Official D&D adventures refer to the monsters in this book, and you may use these monsters\u2014along with the rules for monster customization and encounter building in the Dungeon Master's Guide\u2014to build your own adventures. Consult {@book appendix B|XMM|3} for monster lists that will help your adventure building.", + { + "type": "inset", + "name": "What's New in the 2025 Version?", + "page": 4, + "entries": [ + "This is the 2025 version of the fifth edition {@i Monster Manual}. If you've read the 2014 version, much of this book will feel familiar, since the fundamental rules and variety of monsters are the same. Much of the book contains new or redesigned elements, and the monsters herein replace versions from older books. Here are highlights:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "More Monsters", + "entry": "The number of monsters has increased to more than 500 stat blocks." + }, + { + "type": "item", + "name": "New Monsters", + "entry": "Dozens of new monsters, including more high-level threats, are ready to challenge characters of all levels." + }, + { + "type": "item", + "name": "Refined Rules", + "entry": "Every stat block has been updated for ease of use and game balance." + }, + { + "type": "item", + "name": "Enhanced Stat Blocks", + "entry": "New stat block design and language prioritize details vital during play." + }, + { + "type": "item", + "name": "Versatile Groups", + "entry": "Nonplayer characters now appear alongside other monsters and can represent individuals of any Humanoid species." + }, + { + "type": "item", + "name": "Improved Organization", + "entry": "Monsters are now organized alphabetically by their name. Variations on the same monster are grouped together." + }, + { + "type": "item", + "name": "Expanded Lists", + "entry": "{@book Appendix B|XMM|3} collects and expands lists of monster details that appeared in the 2014 {@book Dungeon Master's Guide|DMG|11}." + } + ] + }, + "Every monster in the 2014 {@i Monster Manual} appears in this book or has a CR-appropriate replacement detailed in {@book appendix B|XMM|3|Monster Conversions}." + ] + }, + { + "type": "section", + "name": "Stat Block Overview", + "page": 5, + "entries": [ + "A monster has a stat block that contains the rules necessary to use it in the game. Stat blocks are divided into the following parts, which correspond with the example stat block, Vampire Familiar:", + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/stat-block-overview.webp" + }, + "width": 748, + "height": 2209 + }, + { + "type": "entries", + "entries": [ + { + "type": "list", + "style": "list-hang", + "name": "(1)", + "items": [ + { + "type": "item", + "name": "Name and General Details", + "entry": "The name of the monster is followed by its size, creature type (along with any descriptive tags), and alignment." + } + ] + }, + { + "type": "list", + "style": "list-hang", + "name": "(2)", + "items": [ + { + "type": "item", + "name": "Combat Highlights", + "entry": "{@variantrule Armor Class|XPHB}, {@variantrule Hit Points|XPHB}, {@variantrule Speed|XPHB}, and {@variantrule Initiative|XPHB} are provided here." + } + ] + }, + { + "type": "list", + "style": "list-hang", + "name": "(3)", + "items": [ + { + "type": "item", + "name": "Ability Scores", + "entry": "A monster's ability scores, ability modifiers, and saving throws are listed here." + } + ] + }, + { + "type": "list", + "style": "list-hang", + "name": "(4)", + "items": [ + { + "type": "item", + "name": "Other Details", + "entry": "The monster's Senses, Languages, and CR entries appear here. Additional details appear in some monsters, such as skill proficiencies, Resistances, Immunities, and Gear. If a monster lacks those details, entries for them don't appear." + } + ] + }, + { + "type": "list", + "style": "list-hang", + "name": "(5)", + "items": [ + { + "type": "item", + "name": "Traits", + "entry": "Monster characteristics that are active at all times or during certain situations appear here." + } + ] + }, + { + "type": "list", + "style": "list-hang", + "name": "(6)", + "items": [ + { + "type": "item", + "name": "Actions", + "entry": "The monster can take the actions here in addition to those in the {@book Player's Handbook|XPHB|1|Actions}." + } + ] + }, + { + "type": "list", + "style": "list-hang", + "name": "(7)", + "items": [ + { + "type": "item", + "name": "Bonus Actions", + "entry": "This section provides a monster's Bonus Actions, if any." + } + ] + }, + { + "type": "list", + "style": "list-hang", + "name": "(8)", + "items": [ + { + "type": "item", + "name": "Reactions and Legendary Actions", + "entry": "These sections provide Reactions and Legendary Actions, if any. The example monster doesn't include these parts." + } + ] + } + ] + } + ] + }, + { + "type": "section", + "name": "Monster Entries", + "page": 5, + "entries": [ + "Most of the book is composed of monster sections that have the following parts after a section's title.", + { + "type": "entries", + "name": "Habitat", + "page": 5, + "entries": [ + "A monster's habitat entry notes where the monster typically dwells. Lists of monsters organized by habitat appear in {@book appendix B|XMM|3|Monsters by Habitat}." + ] + }, + { + "type": "entries", + "name": "Treasure", + "page": 6, + "entries": [ + "A monster's treasure entry specifies whether the monster hoards treasure and the type of treasure it prefers. These preferences are detailed as follows:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Any", + "entry": "The monster's treasure hoard can include monetary treasure and any kinds of magic items." + }, + { + "type": "item", + "name": "Individual", + "entry": "The monster doesn't have a treasure hoard, but it might keep monetary treasure." + }, + { + "type": "item", + "name": "Treasure Theme ({@table Random Magic Items - Arcana|XDMG|Arcana}, {@table Random Magic Items - Armaments|XDMG|Armaments}, {@table Random Magic Items - Implements|XDMG|Implements}, or {@table Random Magic Items - Relics|XDMG|Relics})", + "entries": [ + "The monster's treasure hoard features magic items with the noted theme. The {@book Dungeon Master's Guide|XDMG|6|Treasure Themes} details treasure hoards appropriate for each theme." + ] + }, + { + "type": "item", + "name": "None", + "entry": "The monster doesn't care about treasure. Any treasure the monster has is incidental." + } + ] + }, + "Any treasure a monster has is in addition to equipment listed in the Gear entry of its stat block. The {@book Dungeon Master's Guide|XDMG|3|Adventure Rewards} provides more information on monster treasure." + ] + }, + { + "type": "entries", + "name": "Narrative Description", + "page": 6, + "entries": [ + "After a monster's introductory information come details that apply to the monster wherever it might be found in the multiverse. Customize these details however is appropriate to your adventures." + ] + }, + { + "type": "entries", + "name": "Special Lairs", + "page": 6, + "entries": [ + "Some monsters alter the regions around their lairs. For such a monster, regional effects are detailed in a lair section. The monster's stat block might also include ways in which the monster is more powerful while in its lair." + ] + }, + { + "type": "entries", + "name": "Stat Blocks", + "page": 6, + "entries": [ + "Each entry includes at least one stat block. Stat blocks are explored in the next section." + ] + } + ] + }, + { + "type": "section", + "name": "Parts of a Stat Block", + "id": "009", + "page": 6, + "entries": [ + "The rules for a {@variantrule stat block|XPHB} are detailed in the rules glossary of the {@book Player's Handbook|XPHB} and in this section.", + { + "type": "entries", + "name": "Size", + "page": 6, + "entries": [ + "A monster is Tiny, Small, Medium, Large, Huge, or Gargantuan. If size options are presented, you choose the creature's size from those options. See the {@book Player's Handbook|XPHB|1|Creature Size} for information on size." + ] + }, + { + "type": "entries", + "name": "Creature Type", + "page": 6, + "entries": [ + "Each monster has a tag that identifies the type of creature it is. Certain spells, magic items, class features, and other effects in the game interact in special ways with creatures of a particular type. Lists of monsters organized by creature type appear in {@book appendix B|XMM|3|Monsters by Creature Type}.", + "The game includes the following creature types, which have no rules of their own:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "nameDot": false, + "name": "{@filter Aberrations|bestiary|type=aberration}", + "entry": "are utterly alien beings, such as aboleths, beholders, flumphs, and mind flayers." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Beasts|bestiary|type=beast}", + "entry": "are non-Humanoid natural creatures, like horses and wolves, as well as most giant animals." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Celestials|bestiary|type=celestial}", + "entry": "are magical creatures, such as angels and pegasi, with ties to the Upper Planes." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Constructs|bestiary|type=construct}", + "entry": "are magically created creatures such as homunculi, modrons, and shield guardians." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Dragons|bestiary|type=dragon}", + "entry": "are scaly beings of ancient origin, such as red dragons and wyverns." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Elementals|bestiary|type=elemental}", + "entry": "are beings from the Elemental Planes, such as efreet and water elementals." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Fey|bestiary|type=fey}", + "entry": "are creatures tied to the Feywild or the forces of nature, such as dryads, goblins, and pixies." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Fiends|bestiary|type=fiend}", + "entry": "are creatures tied to terrifying Lower Planes, such as balors and hell hounds." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Giants|bestiary|type=giant}", + "entry": "are towering beings with humanlike shapes, like cyclopes, fire giants, and trolls." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Humanoids|bestiary|type=humanoid}", + "entry": "are people defined by their roles and professions, such as mages, pirates, and warriors. They include members of varied species." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Monstrosities|bestiary|type=monstrosity}", + "entry": "are unnatural creatures with strange origins, such as mimics and owlbears." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Oozes|bestiary|type=ooze}", + "entry": "are gelatinous creatures, including black puddings and blobs of annihilation." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Plants|bestiary|type=plant}", + "entry": "are sentient vegetation and fungal monsters, such as myconids, shambling mounds, and treants." + }, + { + "type": "item", + "nameDot": false, + "name": "{@filter Undead|bestiary|type=undead}", + "entry": "are spirits and the reanimated dead, such as ghosts, vampires, and zombies." + } + ] + } + ] + }, + { + "type": "entries", + "name": "Descriptive Tags", + "page": 6, + "entries": [ + "A monster might have one or more tags in parentheses following its type. Such tags provide additional categorization and have no rules of their own, but certain game effects might refer to them. Lists of monster groups related by descriptive tags appear in {@book appendix B|XMM|3|Monsters by Group}." + ] + }, + { + "type": "entries", + "name": "Alignment", + "page": 6, + "entries": [ + "The alignment specified in a monster's stat block is a default suggestion of how to roleplay the monster, inspired by its traditional role in the game or real-world folklore. Change a monster's alignment to suit your storytelling needs. The Neutral alignment, in particular, is an invitation for you to consider whether an individual leans toward one of the other alignments.", + "The {@book Player's Handbook|XPHB} describes the {@book nine alignments|XPHB|2|The Nine Alignments} and {@book unaligned creatures|XPHB|2|Unaligned Creatures}." + ] + }, + { + "type": "entries", + "name": "Armor Class", + "page": 6, + "entries": [ + "A monster's {@variantrule Armor Class|XPHB} (AC) includes its natural armor, Dexterity, gear, and other defenses. See the {@book Player's Handbook|XPHB|1|Armor Class} for information on {@variantrule Armor Class|XPHB}." + ] + }, + { + "type": "entries", + "name": "Initiative", + "page": 7, + "entries": [ + "The {@variantrule Initiative|XPHB} entry specifies the monster's {@variantrule Initiative|XPHB} modifier followed by the monster's {@variantrule Initiative|XPHB} score in parentheses. Use the modifier when you roll to determine a monster's {@variantrule Initiative|XPHB}. A monster's {@variantrule Initiative|XPHB} modifier is typically equal to its Dexterity modifier, but some monsters have additional modifiers, such as {@variantrule Proficiency|XPHB|Proficiency Bonus}, applied to that number.", + "If you don't want to roll a monster's {@variantrule Initiative|XPHB}, use the {@variantrule Initiative|XPHB} score as the monster's {@variantrule Initiative|XPHB} in combat. {@variantrule Initiative|XPHB} is further detailed in the {@book Player's Handbook|XPHB|1|Initiative}." + ] + }, + { + "type": "entries", + "name": "Hit Points", + "page": 7, + "entries": [ + "A monster's {@variantrule Hit Points|XPHB} are presented as a number followed by parentheses, where the monster's {@variantrule Hit Point Dice|XPHB} are provided, along with any contribution from its Constitution. Either use the number for the monster's {@variantrule Hit Points|XPHB} or roll the die expression in parentheses to determine the monster's {@variantrule Hit Points|XPHB} randomly; don't use both.", + "A monster's size typically determines the die used to calculate its {@variantrule Hit Points|XPHB}, as shown in the Hit Dice by {@variantrule Size|XPHB} table." + ] + }, + { + "type": "table", + "caption": "Hit Dice by Size", + "colLabels": [ + "Monster Size", + "Hit Die", + "Average HP per Die" + ], + "colStyles": [ + "col-4 text-center", + "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½" + ] + ] + }, + "A monster's Constitution modifier is multiplied by the number of Hit Dice it possesses, and the result is added to its {@variantrule Hit Points|XPHB}. For example, if a monster has a Constitution of 12 (+1 modifier) and {@dice 2d8} Hit Dice, it has {@dice 2d8 + 2} {@variantrule Hit Points|XPHB} (average 11).", + "For more on {@variantrule Hit Points|XPHB}, see the {@book Player's Handbook|XPHB}.", + { + "type": "entries", + "name": "Speed", + "page": 7, + "entries": [ + "The Speed entry specifies a monster's Speed. Some monsters have one or more of the following speeds: {@variantrule Burrow Speed|XPHB|Burrow}, {@variantrule Climb Speed|XPHB|Climb}, {@variantrule Fly Speed|XPHB|Fly}, {@variantrule Swim Speed|XPHB|Swim}. Rules for {@variantrule Speed|XPHB} and these specials speeds appear in the {@book Player's Handbook|XPHB|1|Movement and Position}." + ] + }, + { + "type": "entries", + "name": "Ability Scores", + "page": 7, + "entries": [ + "Every monster has six ability scores along with corresponding ability score modifiers and saving throw modifiers. For more information on ability scores and saving throws, see the {@book Player's Handbook|XPHB|1|Saving Throws}." + ] + }, + { + "type": "entries", + "name": "Skills", + "page": 7, + "entries": [ + "The Skills entry specifies a monster's skill proficiencies, if any. For example, a monster that is very perceptive and stealthy might have bonuses to Wisdom ({@skill Perception|XPHB}) and Dexterity ({@skill Stealth|XPHB}) checks. A skill bonus is the sum of a monster's relevant ability modifier and its {@variantrule Proficiency|XPHB|Proficiency Bonus}. Other modifiers might apply." + ] + }, + { + "type": "entries", + "name": "Resistances and Vulnerabilities", + "page": 7, + "entries": [ + "These entries list a monster's {@variantrule Resistance|XPHB|Resistances} and {@variantrule Vulnerability|XPHB|Vulnerabilities}, if any. See the {@book Player's Handbook|XPHB} for more information." + ] + }, + { + "type": "entries", + "name": "Immunities", + "page": 7, + "entries": [ + "This entry lists the monster's {@variantrule Immunity|XPHB|Immunities}, if any. If the monster has damage and condition Immunities, the damage types are listed before the conditions. See the {@book Player's Handbook|XPHB|1|Immunity} for details." + ] + }, + { + "type": "entries", + "name": "Gear", + "page": 7, + "entries": [ + "Monsters have proficiency with their equipment. If a monster has equipment that can be given away or retrieved, the items are listed in the Gear entry. The monster's stat block might include special flourishes that happen when the monster uses an item, and the stat block might ignore {@book Player's Handbook|XPHB|6|Magic Items} rules for that item. When used by someone else, a retrievable item uses its {@book Player's Handbook|XPHB|6|Magic Items} rules, ignoring any special flourishes in the stat block.", + "The Gear entry doesn't necessarily list all of a monster's equipment. For example, a monster that wears clothes is assumed to be dressed appropriately, and those clothes aren't in this entry.", + "Equipment mentioned outside the Gear entry is considered to be supernatural or highly specialized, and it is unusable when the monster is defeated.", + { + "type": "entries", + "name": "Ammunition and Ranged Attacks", + "page": 7, + "entries": [ + "A monster that requires ammunition to make ranged attacks carries the necessary ammunition." + ] + }, + { + "type": "entries", + "name": "Equipping a Monster with Other Items", + "page": 7, + "entries": [ + "You may equip monsters with additional gear however you like, using the equipment chapter of the {@book Player's Handbook|XPHB|6} for inspiration. You decide how much of a monster's equipment is recoverable after the creature is slain and whether any of that equipment is still usable.", + "Beware of giving a monster combat-oriented magic items, since those might alter the monster's {@variantrule Challenge Rating|XPHB}. If you do give a monster a magic item, the monster can have {@variantrule Attunement|XPHB} with magic items as noted in the {@book Player's Handbook|XPHB|6|Attunement}. A monster with a class tag after its creature type is considered a member of that class for {@variantrule Attunement|XPHB} purposes." + ] + } + ] + }, + { + "type": "inset", + "name": "Running a Monster", + "page": 8, + "entries": [ + "To ensure a monster acts in accordance with its {@variantrule Challenge Rating|XPHB}, follow these rules during combat:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "Special Abilities", + "entry": "If the monster has a special ability that deals a lot of damage but has a limited number of uses, such as a recharging breath weapon or a spell it can cast only once per day, have it use that special ability as quickly and as often as possible." + }, + { + "type": "item", + "name": "Multiattack", + "entry": "If the monster has Multiattack, have it use Multiattack on any of its turns in which it's not using one of its more powerful abilities." + }, + { + "type": "item", + "name": "Bonus Actions, Reactions, Legendary Actions", + "entry": "If the monster has Bonus Actions, Reactions, or Legendary Actions in its stat block, make sure it uses them as often as it can." + } + ] + } + ] + }, + { + "type": "entries", + "name": "Senses", + "page": 8, + "entries": [ + "The Senses entry specifies a monster's {@variantrule Passive Perception|XPHB} score, as well as any special senses the monster possesses. {@variantrule Passive Perception|XPHB} and {@book special senses|XPHB|1|Special Senses} are described in the {@book Player's Handbook|XPHB}." + ] + }, + { + "type": "entries", + "name": "Languages", + "page": 8, + "entries": [ + "This entry lists languages that the monster can use to communicate. Sometimes a monster can understand a language but can't communicate with it, which is noted in its entry. \"None\" indicates that a creature doesn't comprehend any language.", + { + "type": "entries", + "name": "Telepathy", + "page": 8, + "entries": [ + "{@variantrule Telepathy|XPHB} is a magical ability that allows a creature to communicate mentally with another creature within a specified range. See the {@book Player's Handbook|XPHB} for more information." + ] + } + ] + }, + { + "type": "entries", + "name": "Challenge Rating", + "page": 8, + "entries": [ + "{@variantrule Challenge Rating|XPHB} is defined in the {@book Player's Handbook|XPHB|10}, while guidance on using CR to plan potential combat encounters is in the {@book Dungeon Master's Guide|XDMG|3|Combat Encounters}. Lists of monsters organized by {@variantrule Challenge Rating|XPHB} appear in {@book appendix B|XMM|3|Monsters by Challenge Rating}.", + { + "type": "entries", + "name": "Experience Points", + "page": 8, + "entries": [ + "The number of {@variantrule Experience Points|XPHB} (XP) a monster is worth is based on its CR, as detailed in the {@variantrule Experience Points|XPHB} by {@variantrule Challenge Rating|XPHB} table. XP is awarded for defeating the monster in combat or otherwise neutralizing it.", + "Unless a rule says otherwise, a monster summoned by a spell or another magical ability is worth the XP noted in its stat block." + ] + }, + { + "type": "table", + "caption": "Experience Points by Challenge Rating", + "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" + ] + ] + }, + { + "type": "entries", + "name": "Proficiency Bonus", + "page": 8, + "entries": [ + "A monster's {@variantrule Proficiency|XPHB|Proficiency Bonus} (PB) is determined by its CR, as shown in the {@variantrule Proficiency|XPHB|Proficiency Bonus} by {@variantrule Challenge Rating|XPHB} table, and is reflected in saving throws, skills, and other statistics where the monster's exceptional aptitude is a factor.", + { + "type": "table", + "caption": "Proficiency Bonus by Challenge Rating", + "colLabels": [ + "CR", + "PB" + ], + "colStyles": [ + "col-6 text-center", + "col-6 text-center" + ], + "rows": [ + [ + "0\u20134", + "+2" + ], + [ + "5\u20138", + "+3" + ], + [ + "9\u201312", + "+4" + ], + [ + "13\u201316", + "+5" + ], + [ + "17\u201320", + "+6" + ], + [ + "21\u201324", + "+7" + ], + [ + "25\u201328", + "+8" + ], + [ + "29\u201330", + "+9" + ] + ] + } + ] + } + ] + }, + { + "type": "entries", + "name": "Traits", + "page": 8, + "entries": [ + "A monster's traits, if any, are features that are active at all times or in certain situations." + ] + }, + { + "type": "entries", + "name": "Actions", + "page": 8, + "entries": [ + "A monster can take the actions in this section or take one of the {@book actions available to all creatures|XPHB|1|Actions}, as described in the {@book Player's Handbook|XPHB}.", + { + "type": "entries", + "name": "Attack Notation", + "page": 8, + "entries": [ + "The entry for a monster's attack identifies whether the attack is a melee or a ranged attack and then provides the attack roll's bonus, its reach or range, and what happens on a hit. An attack is against one target unless its entry says otherwise. For details on {@book different kinds of attacks|XPHB|1|Making an Attack}, see the {@book Player's Handbook|XPHB}.", + { + "type": "entries", + "name": "Hit", + "page": 9, + "entries": [ + "Any damage dealt or other effects that occur as a result of an attack hitting a target are described after the \"Hit:\" notation." + ] + }, + { + "type": "entries", + "name": "Miss", + "page": 9, + "entries": [ + "If an attack has an effect that occurs on a miss, that information follows the \"Miss:\" notation." + ] + }, + { + "type": "entries", + "name": "Hit or Miss", + "page": 9, + "entries": [ + "If an attack has an effect that occurs regardless of whether it hits or misses its target, that information follows the \"Hit or Miss:\" notation." + ] + } + ] + }, + { + "type": "entries", + "name": "Saving Throw Effect Notation", + "page": 9, + "entries": [ + "If an effect forces a saving throw, the effect identifies the kind of save required and then provides the save's DC, a description of which creatures make the save, and an explanation of what happens on a failed or successful save.", + "\"Half damage only\" on a successful save means the target takes half as much damage (round down) as targets that fail the save, while also ignoring all other parts of the effect." + ] + }, + { + "type": "entries", + "name": "Damage Notation", + "page": 9, + "entries": [ + "A stat block usually provides both a number and a die expression for each instance of damage. For example, an attack might deal 4 ({@damage 1d4 + 2}) damage on a hit. You decide whether to use the number or the die expression in parentheses; don't use both." + ] + }, + { + "type": "entries", + "name": "Multiattack", + "page": 9, + "entries": [ + "Some creatures can make more than one attack when they take the {@action Attack|XPHB} action. Such creatures have the Multiattack entry in the \"Actions\" section of their stat block. This entry details the attacks a creature can make, as well as any additional abilities it can use, as part of the {@action Attack|XPHB} action." + ] + }, + { + "type": "entries", + "name": "Spellcasting", + "page": 9, + "entries": [ + "If a monster can cast any spells, its stat block lists the spells and provides the monster's spellcasting ability, spell save DC (if any spells require a saving throw), and spell attack bonus (if any spells require an attack roll). Unless noted otherwise, a spell of level 1 or higher is always cast at its lowest possible level and can't be cast at a higher level.", + "A monster's spell can have special rules or restrictions. For example, a {@creature green slaad|XMM} can cast the {@spell Invisibility|XPHB} spell, but the spell has a \"self only\" restriction, which means the spell affects only the slaad.", + { + "type": "entries", + "name": "Spell Components", + "page": 9, + "entries": [ + "The Spellcasting trait notes whether the monster's spellcasting ignores the need for certain spell components. If any spell components are required, describe the monster's use of Verbal, Somatic, or Material components to signal to characters that it is casting a spell. A monster that requires Material components has them." + ] + }, + { + "type": "entries", + "name": "Casting Times of 1+ Minutes", + "page": 9, + "entries": [ + "If a spell has a casting time of 1 minute or more yet is listed in a spellcasting action, the monster doesn't cast the spell in just one action unless the action's description states otherwise; the monster must take the {@action Magic|XPHB} action on each of its turns and maintain {@status Concentration|XPHB} to cast the spell, as described in the {@book Player's Handbook|XPHB}." + ] + } + ] + } + ] + }, + { + "type": "entries", + "name": "Bonus Action", + "page": 9, + "entries": [ + "If a monster has Bonus Action options, they are listed in this section. See the {@book Player's Handbook|XPHB} for details on {@variantrule Bonus Action|XPHB|Bonus Actions}." + ] + }, + { + "type": "entries", + "name": "Reactions", + "page": 9, + "entries": [ + "If the monster has Reaction options, those are listed in this section along with their triggers. See the {@book Player's Handbook|XPHB} for details on {@variantrule Reaction|XPHB|Reactions}." + ] + }, + { + "type": "entries", + "name": "Legendary Actions", + "page": 9, + "entries": [ + "If the monster has Legendary Action options, those are listed in this section. A Legendary Action is an action that a monster can take immediately after another creature's turn. Only one of these actions can be taken at a time and only after another creature's turn ends. The monster can't take a Legendary Action if it has the {@condition Incapacitated|XPHB} condition or is otherwise unable to take actions.", + "The monster has a limited number of Legendary Action uses, and that number is specified in the stat block. The monster expends one use whenever it takes a Legendary Action, and it regains all expended uses at the start of each of its turns." + ] + }, + { + "type": "entries", + "name": "Limited Usage", + "page": 9, + "entries": [ + "Some parts of a stat block have restrictions on the number of times they can be used. Here are the most common ways that usage is limited:", + { + "type": "list", + "style": "list-hang-notitle", + "items": [ + { + "type": "item", + "name": "X/Day", + "entries": [ + "This notation means the stat block part can be used a certain number of times (represented by X) and that a monster must finish a {@variantrule Long Rest|XPHB} to regain expended uses. For example, a {@variantrule Reaction|XPHB} that includes \"1/Day\" means the {@variantrule Reaction|XPHB} can be taken once and that the monster must finish a {@variantrule Long Rest|XPHB} to take it again." + ] + }, + { + "type": "item", + "name": "Recharge X\u2013Y", + "entries": [ + "This notation means a monster can use the stat block part once. At the start of each of the monster's turns, roll {@dice 1d6}. If the roll is within the number range given in the notation (represented by X\u2013Y), the monster regains the use of that part, which also recharges when the monster finishes a {@variantrule Short Rest|XPHB|Short} or {@variantrule Long Rest|XPHB}. For example, \"Recharge 5\u20136\" in an action means a monster can take the action once. Then, at the start of each of the monster's turns, it regains the use of that action if it rolls a 5 or 6 on {@dice 1d6}." + ] + }, + { + "type": "item", + "name": "Recharge after a Short or Long Rest", + "entries": [ + "This notation means the monster can use the stat block part once and must then finish a {@variantrule Short Rest|XPHB|Short} or {@variantrule Long Rest|XPHB} to use it again." + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters A to Z", + "page": 10, + "entries": [ + { + "type": "list", + "columns": 3, + "items": [ + "{@creature Aarakocra Aeromancer|XMM}", + "{@creature Aarakocra Skirmisher|XMM}", + "{@creature Aboleth|XMM}", + "{@creature Air Elemental|XMM}", + "{@creature Animal Lord|XMM}", + "{@creature Animated Armor|XMM}", + "{@creature Animated Broom|XMM}", + "{@creature Animated Flying Sword|XMM}", + "{@creature Animated Rug of Smothering|XMM}", + "{@creature Ankheg|XMM}", + "{@creature Arcanaloth|XMM}", + "{@creature Arch-hag|XMM}", + "{@creature Assassin|XMM}", + "{@creature Awakened Shrub|XMM}", + "{@creature Awakened Tree|XMM}", + "{@creature Axe Beak|XMM}", + "{@creature Giant Axe Beak|XMM}", + "{@creature Azer Pyromancer|XMM}", + "{@creature Azer Sentinel|XMM}", + "{@creature Balor|XMM}", + "{@creature Bandit|XMM}", + "{@creature Bandit Captain|XMM}", + "{@creature Bandit Crime Lord|XMM}", + "{@creature Bandit Deceiver|XMM}", + "{@creature Banshee|XMM}", + "{@creature Barbed Devil|XMM}", + "{@creature Barlgura|XMM}", + "{@creature Basilisk|XMM}", + "{@creature Bearded Devil|XMM}", + "{@creature Behir|XMM}", + "{@creature Beholder|XMM}", + "{@creature Berserker|XMM}", + "{@creature Berserker Commander|XMM}", + "{@creature Black Dragon Wyrmling|XMM}", + "{@creature Young Black Dragon|XMM}", + "{@creature Adult Black Dragon|XMM}", + "{@creature Ancient Black Dragon|XMM}", + "{@creature Black Pudding|XMM}", + "{@creature Needle Blight|XMM}", + "{@creature Twig Blight|XMM}", + "{@creature Tree Blight|XMM}", + "{@creature Vine Blight|XMM}", + "{@creature Gulthias Blight|XMM}", + "{@creature Blink Dog|XMM}", + "{@creature Blob of Annihilation|XMM}", + "{@creature Blue Dragon Wyrmling|XMM}", + "{@creature Young Blue Dragon|XMM}", + "{@creature Adult Blue Dragon|XMM}", + "{@creature Ancient Blue Dragon|XMM}", + "{@creature Bone Devil|XMM}", + "{@creature Bone Naga|XMM}", + "{@creature Brass Dragon Wyrmling|XMM}", + "{@creature Young Brass Dragon|XMM}", + "{@creature Adult Brass Dragon|XMM}", + "{@creature Ancient Brass Dragon|XMM}", + "{@creature Bronze Dragon Wyrmling|XMM}", + "{@creature Young Bronze Dragon|XMM}", + "{@creature Adult Bronze Dragon|XMM}", + "{@creature Ancient Bronze Dragon|XMM}", + "{@creature Bugbear Stalker|XMM}", + "{@creature Bugbear Warrior|XMM}", + "{@creature Bulette|XMM}", + "{@creature Bulette Pup|XMM}", + "{@creature Bullywug Bog Sage|XMM}", + "{@creature Bullywug Warrior|XMM}", + "{@creature Cambion|XMM}", + "{@creature Carrion Crawler|XMM}", + "{@creature Centaur Trooper|XMM}", + "{@creature Centaur Warden|XMM}", + "{@creature Chain Devil|XMM}", + "{@creature Chasme|XMM}", + "{@creature Chimera|XMM}", + "{@creature Chuul|XMM}", + "{@creature Clay Golem|XMM}", + "{@creature Cloaker|XMM}", + "{@creature Cloud Giant|XMM}", + "{@creature Cockatrice|XMM}", + "{@creature Cockatrice Regent|XMM}", + "{@creature Colossus|XMM}", + "{@creature Commoner|XMM}", + "{@creature Copper Dragon Wyrmling|XMM}", + "{@creature Young Copper Dragon|XMM}", + "{@creature Adult Copper Dragon|XMM}", + "{@creature Ancient Copper Dragon|XMM}", + "{@creature Couatl|XMM}", + "{@creature Crawling Claw|XMM}", + "{@creature Swarm of Crawling Claws|XMM}", + "{@creature Cultist|XMM}", + "{@creature Cultist Fanatic|XMM}", + "{@creature Cultist Hierophant|XMM}", + "{@creature Aberrant Cultist|XMM}", + "{@creature Death Cultist|XMM}", + "{@creature Elemental Cultist|XMM}", + "{@creature Fiend Cultist|XMM}", + "{@creature Cyclops Oracle|XMM}", + "{@creature Cyclops Sentry|XMM}", + "{@creature Dao|XMM}", + "{@creature Darkmantle|XMM}", + "{@creature Death Dog|XMM}", + "{@creature Death Knight|XMM}", + "{@creature Death Knight Aspirant|XMM}", + "{@creature Death Tyrant|XMM}", + "{@creature Demilich|XMM}", + "{@creature Deva|XMM}", + "{@creature Displacer Beast|XMM}", + "{@creature Djinni|XMM}", + "{@creature Doppelganger|XMM}", + "{@creature Dracolich|XMM}", + "{@creature Dragon Turtle|XMM}", + "{@creature Dretch|XMM}", + "{@creature Swarm of Dretches|XMM}", + "{@creature Drider|XMM}", + "{@creature Druid|XMM}", + "{@creature Dryad|XMM}", + "{@creature Earth Elemental|XMM}", + "{@creature Efreeti|XMM}", + "{@creature Elemental Cataclysm|XMM}", + "{@creature Empyrean Iota|XMM}", + "{@creature Empyrean|XMM}", + "{@creature Erinyes|XMM}", + "{@creature Ettercap|XMM}", + "{@creature Ettin|XMM}", + "{@creature Faerie Dragon Adult|XMM}", + "{@creature Faerie Dragon Youth|XMM}", + "{@creature Fire Elemental|XMM}", + "{@creature Fire Giant|XMM}", + "{@creature Flameskull|XMM}", + "{@creature Flesh Golem|XMM}", + "{@creature Flumph|XMM}", + "{@creature Fomorian|XMM}", + "{@creature Frost Giant|XMM}", + "{@creature Gas Spore Fungus|XMM}", + "{@creature Shrieker Fungus|XMM}", + "{@creature Violet Fungus|XMM}", + "{@creature Violet Fungus Necrohulk|XMM}", + "{@creature Galeb Duhr|XMM}", + "{@creature Gargoyle|XMM}", + "{@creature Gelatinous Cube|XMM}", + "{@creature Ghast|XMM}", + "{@creature Ghast Gravecaller|XMM}", + "{@creature Ghost|XMM}", + "{@creature Ghoul|XMM}", + "{@creature Lacedon Ghoul|XMM}", + "{@creature Gibbering Mouther|XMM}", + "{@creature Githyanki Warrior|XMM}", + "{@creature Githyanki Dracomancer|XMM}", + "{@creature Githyanki Knight|XMM}", + "{@creature Githzerai Monk|XMM}", + "{@creature Githzerai Psion|XMM}", + "{@creature Githzerai Zerth|XMM}", + "{@creature Glabrezu|XMM}", + "{@creature Gladiator|XMM}", + "{@creature Gnoll Pack Lord|XMM}", + "{@creature Gnoll Warrior|XMM}", + "{@creature Gnoll Demoniac|XMM}", + "{@creature Gnoll Fang of Yeenoghu|XMM}", + "{@creature Goblin Minion|XMM}", + "{@creature Goblin Warrior|XMM}", + "{@creature Goblin Boss|XMM}", + "{@creature Goblin Hexer|XMM}", + "{@creature Gold Dragon Wyrmling|XMM}", + "{@creature Young Gold Dragon|XMM}", + "{@creature Adult Gold Dragon|XMM}", + "{@creature Ancient Gold Dragon|XMM}", + "{@creature Gorgon|XMM}", + "{@creature Brazen Gorgon|XMM}", + "{@creature Goristro|XMM}", + "{@creature Gray Ooze|XMM}", + "{@creature Psychic Gray Ooze|XMM}", + "{@creature Green Dragon Wyrmling|XMM}", + "{@creature Young Green Dragon|XMM}", + "{@creature Adult Green Dragon|XMM}", + "{@creature Ancient Green Dragon|XMM}", + "{@creature Green Hag|XMM}", + "{@creature Grell|XMM}", + "{@creature Grick|XMM}", + "{@creature Grick Ancient|XMM}", + "{@creature Griffon|XMM}", + "{@creature Grimlock|XMM}", + "{@creature Guardian Naga|XMM}", + "{@creature Guard|XMM}", + "{@creature Guard Captain|XMM}", + "{@creature Half-Dragon|XMM}", + "{@creature Harpy|XMM}", + "{@creature Hell Hound|XMM}", + "{@creature Helmed Horror|XMM}", + "{@creature Hezrou|XMM}", + "{@creature Hill Giant|XMM}", + "{@creature Hippogriff|XMM}", + "{@creature Hobgoblin Warrior|XMM}", + "{@creature Hobgoblin Captain|XMM}", + "{@creature Hobgoblin Warlord|XMM}", + "{@creature Homunculus|XMM}", + "{@creature Hook Horror|XMM}", + "{@creature Horned Devil|XMM}", + "{@creature Hydra|XMM}", + "{@creature Ice Devil|XMM}", + "{@creature Imp|XMM}", + "{@creature Incubus|XMM}", + "{@creature Intellect Devourer|XMM}", + "{@creature Invisible Stalker|XMM}", + "{@creature Iron Golem|XMM}", + "{@creature Jackalwere|XMM}", + "{@creature Kenku|XMM}", + "{@creature Knight|XMM}", + "{@creature Questing Knight|XMM}", + "{@creature Kobold Warrior|XMM}", + "{@creature Winged Kobold|XMM}", + "{@creature Kraken|XMM}", + "{@creature Kuo-toa|XMM}", + "{@creature Kuo-toa Monitor|XMM}", + "{@creature Kuo-toa Whip|XMM}", + "{@creature Kuo-toa Archpriest|XMM}", + "{@creature Lamia|XMM}", + "{@creature Larva|XMM}", + "{@creature Swarm of Larvae|XMM}", + "{@creature Lemure|XMM}", + "{@creature Swarm of Lemures|XMM}", + "{@creature Lich|XMM}", + "{@creature Lizardfolk Geomancer|XMM}", + "{@creature Lizardfolk Sovereign|XMM}", + "{@creature Mage Apprentice|XMM}", + "{@creature Archmage|XMM}", + "{@creature Mage|XMM}", + "{@creature Magmin|XMM}", + "{@creature Manes|XMM}", + "{@creature Manes Vaporspawn|XMM}", + "{@creature Manticore|XMM}", + "{@creature Marid|XMM}", + "{@creature Marilith|XMM}", + "{@creature Medusa|XMM}", + "{@creature Dust Mephit|XMM}", + "{@creature Ice Mephit|XMM}", + "{@creature Magma Mephit|XMM}", + "{@creature Mud Mephit|XMM}", + "{@creature Smoke Mephit|XMM}", + "{@creature Steam Mephit|XMM}", + "{@creature Merfolk Skirmisher|XMM}", + "{@creature Merfolk Wavebender|XMM}", + "{@creature Merrow|XMM}", + "{@creature Mezzoloth|XMM}", + "{@creature Mimic|XMM}", + "{@creature Mind Flayer|XMM}", + "{@creature Mind Flayer Arcanist|XMM}", + "{@creature Minotaur of Baphomet|XMM}", + "{@creature Modron Monodrone|XMM}", + "{@creature Modron Duodrone|XMM}", + "{@creature Modron Tridrone|XMM}", + "{@creature Modron Pentadrone|XMM}", + "{@creature Modron Quadrone|XMM}", + "{@creature Mummy|XMM}", + "{@creature Mummy Lord|XMM}", + "{@creature Myconid Sprout|XMM}", + "{@creature Myconid Adult|XMM}", + "{@creature Myconid Sovereign|XMM}", + "{@creature Myconid Spore Servant|XMM}", + "{@creature Nalfeshnee|XMM}", + "{@creature Night Hag|XMM}", + "{@creature Nightmare|XMM}", + "{@creature Noble|XMM}", + "{@creature Noble Prodigy|XMM}", + "{@creature Nothic|XMM}", + "{@creature Nycaloth|XMM}", + "{@creature Ochre Jelly|XMM}", + "{@creature Ogre|XMM}", + "{@creature Ogrillon Ogre|XMM}", + "{@creature Oni|XMM}", + "{@creature Otyugh|XMM}", + "{@creature Owlbear|XMM}", + "{@creature Primeval Owlbear|XMM}", + "{@creature Pegasus|XMM}", + "{@creature Performer|XMM}", + "{@creature Performer Legend|XMM}", + "{@creature Performer Maestro|XMM}", + "{@creature Peryton|XMM}", + "{@creature Phase Spider|XMM}", + "{@creature Piercer|XMM}", + "{@creature Pirate|XMM}", + "{@creature Pirate Admiral|XMM}", + "{@creature Pirate Captain|XMM}", + "{@creature Pit Fiend|XMM}", + "{@creature Pixie|XMM}", + "{@creature Pixie Wonderbringer|XMM}", + "{@creature Planetar|XMM}", + "{@creature Poltergeist|XMM}", + "{@creature Priest Acolyte|XMM}", + "{@creature Archpriest|XMM}", + "{@creature Priest|XMM}", + "{@creature Pseudodragon|XMM}", + "{@creature Purple Worm|XMM}", + "{@creature Quaggoth|XMM}", + "{@creature Quaggoth Thonot|XMM}", + "{@creature Quasit|XMM}", + "{@creature Rakshasa|XMM}", + "{@creature Red Dragon Wyrmling|XMM}", + "{@creature Young Red Dragon|XMM}", + "{@creature Adult Red Dragon|XMM}", + "{@creature Ancient Red Dragon|XMM}", + "{@creature Remorhaz|XMM}", + "{@creature Young Remorhaz|XMM}", + "{@creature Revenant|XMM}", + "{@creature Graveyard Revenant|XMM}", + "{@creature Haunting Revenant|XMM}", + "{@creature Roc|XMM}", + "{@creature Roper|XMM}", + "{@creature Rust Monster|XMM}", + "{@creature Sahuagin Warrior|XMM}", + "{@creature Sahuagin Baron|XMM}", + "{@creature Sahuagin Priest|XMM}", + "{@creature Salamander Fire Snake|XMM}", + "{@creature Salamander|XMM}", + "{@creature Salamander Inferno Master|XMM}", + "{@creature Satyr|XMM}", + "{@creature Satyr Revelmaster|XMM}", + "{@creature Scarecrow|XMM}", + "{@creature Scout|XMM}", + "{@creature Scout Captain|XMM}", + "{@creature Sea Hag|XMM}", + "{@creature Shadow|XMM}", + "{@creature Shadow Demon|XMM}", + "{@creature Juvenile Shadow Dragon|XMM}", + "{@creature Shadow Dragon|XMM}", + "{@creature Shambling Mound|XMM}", + "{@creature Shield Guardian|XMM}", + "{@creature Silver Dragon Wyrmling|XMM}", + "{@creature Young Silver Dragon|XMM}", + "{@creature Adult Silver Dragon|XMM}", + "{@creature Ancient Silver Dragon|XMM}", + "{@creature Skeleton|XMM}", + "{@creature Warhorse Skeleton|XMM}", + "{@creature Flaming Skeleton|XMM}", + "{@creature Minotaur Skeleton|XMM}", + "{@creature Slaad Tadpole|XMM}", + "{@creature Blue Slaad|XMM}", + "{@creature Red Slaad|XMM}", + "{@creature Gray Slaad|XMM}", + "{@creature Green Slaad|XMM}", + "{@creature Death Slaad|XMM}", + "{@creature Solar|XMM}", + "{@creature Spectator|XMM}", + "{@creature Specter|XMM}", + "{@creature Sphinx of Wonder|XMM}", + "{@creature Sphinx of Secrets|XMM}", + "{@creature Sphinx of Lore|XMM}", + "{@creature Sphinx of Valor|XMM}", + "{@creature Spy|XMM}", + "{@creature Spy Master|XMM}", + "{@creature Spined Devil|XMM}", + "{@creature Spirit Naga|XMM}", + "{@creature Sprite|XMM}", + "{@creature Stirge|XMM}", + "{@creature Swarm of Stirges|XMM}", + "{@creature Stone Giant|XMM}", + "{@creature Stone Golem|XMM}", + "{@creature Storm Giant|XMM}", + "{@creature Succubus|XMM}", + "{@creature Tarrasque|XMM}", + "{@creature Thri-kreen Marauder|XMM}", + "{@creature Thri-kreen Psion|XMM}", + "{@creature Tough|XMM}", + "{@creature Tough Boss|XMM}", + "{@creature Treant|XMM}", + "{@creature Troglodyte|XMM}", + "{@creature Troll|XMM}", + "{@creature Troll Limb|XMM}", + "{@creature Ultroloth|XMM}", + "{@creature Umber Hulk|XMM}", + "{@creature Unicorn|XMM}", + "{@creature Vampire Familiar|XMM}", + "{@creature Vampire Spawn|XMM}", + "{@creature Vampire Nightbringer|XMM}", + "{@creature Vampire|XMM}", + "{@creature Vampire Umbral Lord|XMM}", + "{@creature Vrock|XMM}", + "{@creature Warrior Infantry|XMM}", + "{@creature Warrior Veteran|XMM}", + "{@creature Warrior Commander|XMM}", + "{@creature Water Elemental|XMM}", + "{@creature Water Weird|XMM}", + "{@creature Werebear|XMM}", + "{@creature Wereboar|XMM}", + "{@creature Wererat|XMM}", + "{@creature Weretiger|XMM}", + "{@creature Werewolf|XMM}", + "{@creature White Dragon Wyrmling|XMM}", + "{@creature Young White Dragon|XMM}", + "{@creature Adult White Dragon|XMM}", + "{@creature Ancient White Dragon|XMM}", + "{@creature Wight|XMM}", + "{@creature Will-o'-Wisp|XMM}", + "{@creature Winter Wolf|XMM}", + "{@creature Dire Worg|XMM}", + "{@creature Worg|XMM}", + "{@creature Wraith|XMM}", + "{@creature Wyvern|XMM}", + "{@creature Xorn|XMM}", + "{@creature Yeti|XMM}", + "{@creature Abominable Yeti|XMM}", + "{@creature Yochlol|XMM}", + "{@creature Yuan-ti Infiltrator|XMM}", + "{@creature Yuan-ti Malison (Type 1)|XMM}", + "{@creature Yuan-ti Malison (Type 2)|XMM}", + "{@creature Yuan-ti Malison (Type 3)|XMM}", + "{@creature Yuan-ti Abomination|XMM}", + "{@creature Ogre Zombie|XMM}", + "{@creature Zombie|XMM}", + "{@creature Beholder Zombie|XMM}" + ] + }, + { + "type": "section", + "name": "Monsters (A)", + "entries": [ + { + "type": "section", + "name": "Aarakocra", + "entries": [ + { + "type": "statblock", + "name": "Aarakocra", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Aarakocra Aeromancer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Aarakocra Skirmisher", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/031-01-001.two-aarakocra.webp" + }, + "credit": "Aaron Miller", + "width": 850, + "height": 1552 + } + ] + }, + { + "type": "section", + "name": "Aboleth", + "entries": [ + { + "type": "statblock", + "name": "Aboleth", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/032-01-002.aboleth-and-cultist.webp" + }, + "title": "A gnome cultist consults an all-knowing aboleth", + "credit": "Kev Walker", + "width": 1700, + "height": 1091 + }, + { + "type": "statblock", + "name": "Aboleth", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Air Elemental", + "entries": [ + { + "type": "statblock", + "name": "Air Elemental", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/033-01-003.air-elemental.webp" + }, + "credit": "Chris Cold", + "width": 1700, + "height": 1275 + }, + { + "type": "statblock", + "name": "Air Elemental", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Animal Lord", + "entries": [ + { + "type": "statblock", + "name": "Animal Lord", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/034-01-004.animal-lords.webp" + }, + "credit": "Valera Lutfullina", + "width": 850, + "height": 1627 + }, + { + "type": "statblock", + "name": "Animal Lord", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Animated Objects", + "entries": [ + { + "type": "statblock", + "name": "Animated Objects", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/035-01-005.group-of-animated-items.webp" + }, + "credit": "Simon Dominic", + "width": 1700, + "height": 1113 + }, + { + "type": "statblock", + "name": "Animated Armor", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Animated Broom", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Animated Flying Sword", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Animated Rug of Smothering", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Ankheg", + "entries": [ + { + "type": "statblock", + "name": "Ankheg", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/036-01-006.ankheg.webp" + }, + "credit": "Domenico Cava", + "width": 850, + "height": 1126 + }, + { + "type": "statblock", + "name": "Ankheg", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/037-01-007.arcanaloth.webp" + }, + "credit": "John Patrick Gañas", + "width": 850, + "height": 1122 + } + ] + }, + { + "type": "section", + "name": "Arcanaloth", + "entries": [ + { + "type": "statblock", + "name": "Arcanaloth", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Arcanaloth", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Arch-hag", + "entries": [ + { + "type": "statblock", + "name": "Arch-hag", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/038-01-008.arch-hags.webp" + }, + "credit": "Dario Jelusic", + "width": 1700, + "height": 1074 + }, + { + "type": "statblock", + "name": "Arch-hag", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Assassin", + "entries": [ + { + "type": "statblock", + "name": "Assassin", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/039-01-009.assassin.webp" + }, + "credit": "Viko Menezes", + "width": 1700, + "height": 1082 + }, + { + "type": "statblock", + "name": "Assassin", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Awakened Plants", + "entries": [ + { + "type": "statblock", + "name": "Awakened Plants", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/040-01-010.awakened-plant.webp" + }, + "credit": "Vicki Pangestu", + "width": 850, + "height": 1330 + }, + { + "type": "statblock", + "name": "Awakened Shrub", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Awakened Tree", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Axe Beaks", + "entries": [ + { + "type": "statblock", + "name": "Axe Beaks", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/041-01-011.axe-beak.webp" + }, + "credit": "Alex Stone", + "width": 850, + "height": 1042 + }, + { + "type": "statblock", + "name": "Axe Beak", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Axe Beak", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Azers", + "entries": [ + { + "type": "statblock", + "name": "Azers", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Azer Pyromancer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/042-01-012.azers.webp" + }, + "credit": "Kai Carpenter", + "width": 850, + "height": 1373 + }, + { + "type": "statblock", + "name": "Azer Sentinel", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (B)", + "entries": [ + { + "type": "section", + "name": "Balor", + "entries": [ + { + "type": "statblock", + "name": "Balor", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/043-02-001.balor.webp" + }, + "credit": "Sidharth Chaturvedi", + "width": 1700, + "height": 1096 + }, + { + "type": "statblock", + "name": "Balor", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Bandits", + "entries": [ + { + "type": "statblock", + "name": "Bandits", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/044-02-002.group-of-bandits.webp" + }, + "credit": "Katerina Ladon", + "width": 1700, + "height": 1198 + }, + { + "type": "statblock", + "name": "Bandit", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Bandit Captain", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Bandit Deceiver", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Bandit Crime Lord", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Banshee", + "entries": [ + { + "type": "statblock", + "name": "Banshee", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/045-02-003.banshees.webp" + }, + "credit": "Domenico Cava", + "width": 850, + "height": 1460 + }, + { + "type": "statblock", + "name": "Banshee", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Barbed Devil", + "entries": [ + { + "type": "statblock", + "name": "Barbed Devil", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/046-02-004.barbed-devil.webp" + }, + "credit": "Yongjae Choi", + "width": 1700, + "height": 1087 + }, + { + "type": "statblock", + "name": "Barbed Devil", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Barlgura", + "entries": [ + { + "type": "statblock", + "name": "Barlgura", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/047-02-005.barlgura.webp" + }, + "credit": "Izzy", + "width": 850, + "height": 1194 + }, + { + "type": "statblock", + "name": "Barlgura", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Basilisk", + "entries": [ + { + "type": "statblock", + "name": "Basilisk", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/048-02-006.basilisk.webp" + }, + "credit": "Brian Valeza", + "width": 850, + "height": 1137 + }, + { + "type": "statblock", + "name": "Basilisk", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Bearded Devil", + "entries": [ + { + "type": "statblock", + "name": "Bearded Devil", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/049-02-007.bearded-devil.webp" + }, + "credit": "Yongjae Choi", + "width": 1700, + "height": 1489 + }, + { + "type": "statblock", + "name": "Bearded Devil", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/050-02-008.behir.webp" + }, + "credit": "Andrea Piparo", + "width": 850, + "height": 1468 + } + ] + }, + { + "type": "section", + "name": "Behir", + "entries": [ + { + "type": "statblock", + "name": "Behir", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Behir", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Beholder", + "entries": [ + { + "type": "statblock", + "name": "Beholder", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/051-02-009.beholder.webp" + }, + "credit": "Eric Belisle", + "width": 1700, + "height": 1059 + }, + { + "type": "statblock", + "name": "Beholder", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Berserkers", + "entries": [ + { + "type": "statblock", + "name": "Berserkers", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Berserker Commander", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Berserker", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/052-02-010.group-of-berserkers.webp" + }, + "credit": "Bryan Sola", + "width": 850, + "height": 1396 + } + ] + }, + { + "type": "section", + "name": "Black Dragons", + "entries": [ + { + "type": "statblock", + "name": "Black Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Black Dragon Wyrmling", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/053-02-011.black-dragon-wyrmling.webp" + }, + "title": "Black Dragon Wyrmling", + "credit": "Martin Mottet", + "width": 850, + "height": 688 + }, + { + "type": "statblock", + "name": "Young Black Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/054-02-012.adult-black-dragon.webp" + }, + "title": "An adult black dragon uses its acid breath to melt the construct defenders of a clockwork fortress", + "credit": "Martin Mottet", + "width": 1700, + "height": 1095 + }, + { + "type": "statblock", + "name": "Adult Black Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/055-02-013.ancient-black-dragon.webp" + }, + "title": "As terrifying as it is titanic, an ancient black dragon eradicates unwanted life in its despoiled territory", + "credit": "Martin Mottet", + "width": 1700, + "height": 2200 + }, + { + "type": "statblock", + "name": "Ancient Black Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Black Pudding", + "entries": [ + { + "type": "statblock", + "name": "Black Pudding", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/056-02-014.black-pudding.webp" + }, + "credit": "Steven Belledin", + "width": 850, + "height": 1030 + }, + { + "type": "statblock", + "name": "Black Pudding", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Blights", + "entries": [ + { + "type": "statblock", + "name": "Blights", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/057-638741964748722131.webp" + }, + "title": "{@creature Twig Blight|XMM}", + "width": 399, + "height": 501 + }, + { + "type": "statblock", + "name": "Twig Blight", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Needle Blight", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/058-02-016.vine-tree-needle-blights.webp" + }, + "title": "Left to Right: Vine Blight, Tree Blight, and Needle Blight", + "credit": "Brian Valeza", + "width": 1700, + "height": 1112 + }, + { + "type": "statblock", + "name": "Vine Blight", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Tree Blight", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/059-02-017.gulthias-blight.webp" + }, + "title": "{@creature Gulthias Blight|XMM}", + "width": 850, + "height": 1055 + }, + { + "type": "statblock", + "name": "Gulthias Blight", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Blink Dog", + "entries": [ + { + "type": "statblock", + "name": "Blink Dog", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/060-02-018.blink-dog.webp" + }, + "credit": "John Patrick gañas", + "width": 850, + "height": 1210 + }, + { + "type": "statblock", + "name": "Blink Dog", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Blob of Annihilation", + "entries": [ + { + "type": "statblock", + "name": "Blob of Annihilation", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/061-02-019.blob-of-annihilation.webp" + }, + "credit": "Mathias Kollros", + "width": 834, + "height": 1234 + }, + { + "type": "statblock", + "name": "Blob of Annihilation", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Blue Dragons", + "entries": [ + { + "type": "statblock", + "name": "Blue Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/062-02-020.blue-dragon-wyrmling.webp" + }, + "title": "{@creature Blue Dragon Wyrmling|XMM}", + "width": 850, + "height": 838 + }, + { + "type": "statblock", + "name": "Blue Dragon Wyrmling", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Young Blue Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/063-02-021.adult-blue-dragon.webp" + }, + "title": "An adult blue dragon invades the territory of a silver dragon rival", + "credit": "Antonio José manzanedo", + "width": 1700, + "height": 1126 + }, + { + "type": "statblock", + "name": "Adult Blue Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/064-02-022.ancient-blue-dragon.webp" + }, + "title": "Shattering the enemy's defenses, an ancient blue dragon leads its armies in conquest", + "credit": "Antonio José manzanedo", + "width": 1700, + "height": 2200 + }, + { + "type": "statblock", + "name": "Ancient Blue Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Bone Devil", + "entries": [ + { + "type": "statblock", + "name": "Bone Devil", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/065-02-023.bone-devil.webp" + }, + "credit": "Nils Hamm", + "width": 850, + "height": 1040 + }, + { + "type": "statblock", + "name": "Bone Devil", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Bone Naga", + "entries": [ + { + "type": "statblock", + "name": "Bone Naga", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/066-02-024.bone-naga.webp" + }, + "credit": "Viko Menezes", + "width": 1700, + "height": 1085 + }, + { + "type": "statblock", + "name": "Bone Naga", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Brass Dragons", + "entries": [ + { + "type": "statblock", + "name": "Brass Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/067-02-025.brass-dragon-wyrmling.webp" + }, + "title": "Brass Dragon Wyrmling", + "credit": "Caio Monteiro", + "width": 850, + "height": 864 + }, + { + "type": "statblock", + "name": "Brass Dragon Wyrmling", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Young Brass Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/068-02-026.adult-brass-dragon.webp" + }, + "title": "An adult brass dragon rids its new lair of unwelcome undead", + "credit": "Caio Monteiro", + "width": 1700, + "height": 1099 + }, + { + "type": "statblock", + "name": "Adult Brass Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/069-02-027.ancient-brass-dragon.webp" + }, + "title": "An ancient brass dragon protects travelers from an oncoming sandstorm", + "credit": "Caio Monteiro", + "width": 1700, + "height": 2199 + }, + { + "type": "statblock", + "name": "Ancient Brass Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Bronze Dragons", + "entries": [ + { + "type": "statblock", + "name": "Bronze Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/070-02-028.bronze-dragon-wyrmling.webp" + }, + "title": "Bronze Dragon Wyrmling", + "credit": "Matt Stewart", + "width": 850, + "height": 978 + }, + { + "type": "statblock", + "name": "Bronze Dragon Wyrmling", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Young Bronze Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/071-02-029.adult-bronze-dragon.webp" + }, + "title": "An adult bronze dragon defends the deep from a ravenous giant shark", + "credit": "Matt Stewart", + "width": 1700, + "height": 1119 + }, + { + "type": "statblock", + "name": "Adult Bronze Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/072-02-030.ancient-bronze-dragon.webp" + }, + "title": "An ancient bronze dragon uses its repulsion breath to protect a community from rampaging Water elementals", + "credit": "Matt Stewart", + "width": 1700, + "height": 2127 + }, + { + "type": "statblock", + "name": "Ancient Bronze Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Bugbears", + "entries": [ + { + "type": "statblock", + "name": "Bugbears", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Bugbear Stalker", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Bugbear Warrior", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/073-02-031.bugbears.webp" + }, + "credit": "Taras Susak", + "width": 850, + "height": 1266 + } + ] + }, + { + "type": "section", + "name": "Bulettes", + "entries": [ + { + "type": "statblock", + "name": "Bulettes", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Bulette", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/074-02-032.bulettes.webp" + }, + "credit": "Olivier Bernard", + "width": 850, + "height": 1587 + }, + { + "type": "statblock", + "name": "Bulette Pup", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Bullywugs", + "entries": [ + { + "type": "statblock", + "name": "Bullywugs", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Bullywug Bog Sage", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Bullywug Warrior", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/075-02-033.bullywugs.webp" + }, + "credit": "Sean Murray", + "width": 850, + "height": 1326 + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (C)", + "entries": [ + { + "type": "section", + "name": "Cambion", + "entries": [ + { + "type": "statblock", + "name": "Cambion", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/076-03-001.cambion.webp" + }, + "credit": "Justin Gerard", + "width": 850, + "height": 903 + }, + { + "type": "statblock", + "name": "Cambion", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Carrion Crawler", + "entries": [ + { + "type": "statblock", + "name": "Carrion Crawler", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/077-03-002.carrion-crawlers.webp" + }, + "credit": "Brian Valeza", + "width": 1700, + "height": 1095 + }, + { + "type": "statblock", + "name": "Carrion Crawler", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Centaurs", + "entries": [ + { + "type": "statblock", + "name": "Centaurs", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/078-03-003.centaurs.webp" + }, + "credit": "Eric Belisle", + "width": 850, + "height": 1037 + }, + { + "type": "statblock", + "name": "Centaur Warden", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Centaur Trooper", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Chain Devil", + "entries": [ + { + "type": "statblock", + "name": "Chain Devil", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/079-03-004.chain-devil.webp" + }, + "credit": "Michael Broussard", + "width": 850, + "height": 1313 + }, + { + "type": "statblock", + "name": "Chain Devil", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Chasme", + "entries": [ + { + "type": "statblock", + "name": "Chasme", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/080-03-005.chasme.webp" + }, + "title": "{@creature Chasme|XMM}", + "width": 850, + "height": 2078 + }, + { + "type": "statblock", + "name": "Chasme", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Chimera", + "entries": [ + { + "type": "statblock", + "name": "Chimera", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/081-03-006.chimera.webp" + }, + "credit": "Izzy", + "width": 1700, + "height": 965 + }, + { + "type": "statblock", + "name": "Chimera", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Chuul", + "entries": [ + { + "type": "statblock", + "name": "Chuul", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/082-03-007.chuul.webp" + }, + "credit": "Ben Wootten", + "width": 1700, + "height": 1232 + }, + { + "type": "statblock", + "name": "Chuul", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Clay Golem", + "entries": [ + { + "type": "statblock", + "name": "Clay Golem", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/083-03-008.clay-golem.webp" + }, + "credit": "Hinchel Or", + "width": 850, + "height": 1091 + }, + { + "type": "statblock", + "name": "Clay Golem", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Cloaker", + "entries": [ + { + "type": "statblock", + "name": "Cloaker", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/084-03-009.cloaker.webp" + }, + "credit": "Alex Stone", + "width": 850, + "height": 1031 + }, + { + "type": "statblock", + "name": "Cloaker", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Cloud Giant", + "entries": [ + { + "type": "statblock", + "name": "Cloud Giant", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/085-03-010.cloud-giants.webp" + }, + "credit": "Taras Susak", + "width": 1700, + "height": 1121 + }, + { + "type": "statblock", + "name": "Cloud Giant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Cockatrices", + "entries": [ + { + "type": "statblock", + "name": "Cockatrices", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Cockatrice", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/086-03-011.cockatrice.webp" + }, + "credit": "Daren Bader", + "width": 850, + "height": 1307 + }, + { + "type": "statblock", + "name": "Cockatrice Regent", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Colossus", + "entries": [ + { + "type": "statblock", + "name": "Colossus", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/087-03-012.colossus.webp" + }, + "credit": "Maxime Minard", + "width": 850, + "height": 2154 + }, + { + "type": "statblock", + "name": "Colossus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Commoner", + "entries": [ + { + "type": "statblock", + "name": "Commoner", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/088-03-013.commoners.webp" + }, + "title": "Commoners of varied species and professions go about their day", + "credit": "Zuzanna Wuzyk", + "width": 1700, + "height": 1107 + }, + { + "type": "statblock", + "name": "Commoner", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Copper Dragons", + "entries": [ + { + "type": "statblock", + "name": "Copper Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Copper Dragon Wyrmling", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/089-03-014.copper-dragon-wyrmling.webp" + }, + "title": "Copper Dragon Wyrmling", + "credit": "Svetlin Velinov", + "width": 850, + "height": 659 + }, + { + "type": "statblock", + "name": "Young Copper Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/090-03-015.adult-copper-dragon.webp" + }, + "title": "Surrounded by guardians of the forest, an adult copper dragon bequeaths a magic sword to a worthy hero", + "credit": "Svetlin Velinov", + "width": 1700, + "height": 1060 + }, + { + "type": "statblock", + "name": "Adult Copper Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/091-03-016.ancient-copper-dragon.webp" + }, + "title": "An ancient copper dragon watches over its allies' boisterous young", + "credit": "Svetlin Velinov", + "width": 1700, + "height": 2200 + }, + { + "type": "statblock", + "name": "Ancient Copper Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Couatl", + "entries": [ + { + "type": "statblock", + "name": "Couatl", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/092-03-017.cuoatl.webp" + }, + "credit": "Viktor Titov", + "width": 850, + "height": 599 + }, + { + "type": "statblock", + "name": "Couatl", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Crawling Claws", + "entries": [ + { + "type": "statblock", + "name": "Crawling Claws", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/093-03-018.crawling-claws.webp" + }, + "credit": "Brian Valenzuela", + "width": 850, + "height": 1067 + }, + { + "type": "statblock", + "name": "Crawling Claw", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Swarm of Crawling Claws", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Cultists", + "entries": [ + { + "type": "statblock", + "name": "Cultists", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/094-03-019.death-cultists.webp" + }, + "title": "A death cultist and his followers summon Orcus, Demon Lord of Undeath", + "credit": "Aurore Folny", + "width": 1700, + "height": 1082 + }, + { + "type": "statblock", + "name": "Cultist", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Cultist Fanatic", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Cultist Hierophant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/095-03-020.elemental-aberrant-cultists.webp" + }, + "title": "An aberrant cultist and an elemental cultist clash, unleashing the magic of their otherworldly patrons", + "credit": "Aurore Folny", + "width": 1700, + "height": 1081 + }, + { + "type": "statblock", + "name": "Aberrant Cultist", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Death Cultist", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Elemental Cultist", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Fiend Cultist", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Cyclopes", + "entries": [ + { + "type": "statblock", + "name": "Cyclopes", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Cyclops Oracle", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Cyclops Sentry", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/096-03-021.cyclops.webp" + }, + "credit": "Daarken", + "width": 850, + "height": 1405 + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (D)", + "entries": [ + { + "type": "section", + "name": "Dao", + "entries": [ + { + "type": "statblock", + "name": "Dao", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/097-04-001.dao.webp" + }, + "credit": "Michael Broussard", + "width": 850, + "height": 1070 + }, + { + "type": "statblock", + "name": "Dao", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Darkmantle", + "entries": [ + { + "type": "statblock", + "name": "Darkmantle", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/098-04-002.darkmantle.webp" + }, + "title": "{@creature Darkmantle|XMM}", + "width": 850, + "height": 1504 + }, + { + "type": "statblock", + "name": "Darkmantle", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Death Dog", + "entries": [ + { + "type": "statblock", + "name": "Death Dog", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/099-04-003.death-dog.webp" + }, + "credit": "Daren Bader", + "width": 850, + "height": 1037 + }, + { + "type": "statblock", + "name": "Death Dog", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Death Knights", + "entries": [ + { + "type": "statblock", + "name": "Death Knights", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/100-04-004.death-knight.webp" + }, + "title": "A death knight and its aspirants march to war against the living", + "credit": "Alex Brock", + "width": 1700, + "height": 1171 + }, + { + "type": "statblock", + "name": "Death Knight", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Death Knight Aspirant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Death Tyrant", + "entries": [ + { + "type": "statblock", + "name": "Death Tyrant", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/101-04-005.death-tyrant.webp" + }, + "credit": "Simon Dominic", + "width": 1700, + "height": 1133 + }, + { + "type": "statblock", + "name": "Death Tyrant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Demilich", + "entries": [ + { + "type": "statblock", + "name": "Demilich", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/102-04-006.demilich.webp" + }, + "credit": "Fury Galluzzi", + "width": 850, + "height": 1062 + }, + { + "type": "statblock", + "name": "Demilich", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/103-04-007.deva.webp" + }, + "credit": "Sean Murray", + "width": 850, + "height": 1065 + } + ] + }, + { + "type": "section", + "name": "Deva", + "entries": [ + { + "type": "statblock", + "name": "Deva", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Deva", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Displacer Beast", + "entries": [ + { + "type": "statblock", + "name": "Displacer Beast", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/104-04-008.displacer-beasts.webp" + }, + "credit": "Caio Monteiro", + "width": 850, + "height": 1319 + }, + { + "type": "statblock", + "name": "Displacer Beast", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Djinni", + "entries": [ + { + "type": "statblock", + "name": "Djinni", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/105-04-009.djinni.webp" + }, + "credit": "Michael Broussard", + "width": 850, + "height": 1111 + }, + { + "type": "statblock", + "name": "Djinni", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Doppelganger", + "entries": [ + { + "type": "statblock", + "name": "Doppelganger", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/106-04-010.doppelganger.webp" + }, + "credit": "Sean Murray", + "width": 850, + "height": 1124 + }, + { + "type": "statblock", + "name": "Doppelganger", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Dracolich", + "entries": [ + { + "type": "statblock", + "name": "Dracolich", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/107-04-011.dracolich.webp" + }, + "credit": "Slawomir Maniak", + "width": 1700, + "height": 1091 + }, + { + "type": "statblock", + "name": "Dracolich", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Dragon Turtle", + "entries": [ + { + "type": "statblock", + "name": "Dragon Turtle", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/108-04-012.dragon-turtle.webp" + }, + "credit": "Yigit Koroglu", + "width": 1700, + "height": 1186 + }, + { + "type": "statblock", + "name": "Dragon Turtle", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Dretches", + "entries": [ + { + "type": "statblock", + "name": "Dretches", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/109-04-013.dretches.webp" + }, + "credit": "Mathias Kollros", + "width": 850, + "height": 1078 + }, + { + "type": "statblock", + "name": "Dretch", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Swarm of Dretches", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Drider", + "entries": [ + { + "type": "statblock", + "name": "Drider", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/110-04-014.drider.webp" + }, + "credit": "Michael Broussard", + "width": 850, + "height": 1059 + }, + { + "type": "statblock", + "name": "Drider", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Druid", + "entries": [ + { + "type": "statblock", + "name": "Druid", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/111-04-015.druid.webp" + }, + "credit": "Cynthia Sheppard", + "width": 1700, + "height": 1111 + }, + { + "type": "statblock", + "name": "Druid", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Dryad", + "entries": [ + { + "type": "statblock", + "name": "Dryad", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/112-04-016.dryads.webp" + }, + "credit": "Dario Jelusic", + "width": 850, + "height": 1496 + }, + { + "type": "statblock", + "name": "Dryad", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (E)", + "entries": [ + { + "type": "section", + "name": "Earth Elemental", + "entries": [ + { + "type": "statblock", + "name": "Earth Elemental", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/113-05-001.earth-elemental.webp" + }, + "credit": "Chris Cold", + "width": 850, + "height": 1058 + }, + { + "type": "statblock", + "name": "Earth Elemental", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Efreeti", + "entries": [ + { + "type": "statblock", + "name": "Efreeti", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/114-05-002.efreeti.webp" + }, + "credit": "Michael Broussard", + "width": 850, + "height": 1032 + }, + { + "type": "statblock", + "name": "Efreeti", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Elemental Cataclysm", + "entries": [ + { + "type": "statblock", + "name": "Elemental Cataclysm", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/115-05-003.elemental-cataclysm.webp" + }, + "credit": "Johan Grenier", + "width": 1700, + "height": 1119 + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/116-05-004.landscape.webp" + }, + "credit": "Titus Lunter", + "width": 1200, + "height": 486 + }, + { + "type": "statblock", + "name": "Elemental Cataclysm", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Empyreans", + "entries": [ + { + "type": "statblock", + "name": "Empyreans", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/117-05-005.empyrean.webp" + }, + "title": "Celestial and fiendish empyreans observe the cosmos attended by sigil-like empyrean iotas", + "credit": "Néstor Ossandón Leal", + "width": 1700, + "height": 1215 + }, + { + "type": "statblock", + "name": "Empyrean Iota", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Empyrean", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Erinyes", + "entries": [ + { + "type": "statblock", + "name": "Erinyes", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/118-05-006.erinyes.webp" + }, + "credit": "Justin Gerard", + "width": 850, + "height": 1048 + }, + { + "type": "statblock", + "name": "Erinyes", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Ettercap", + "entries": [ + { + "type": "statblock", + "name": "Ettercap", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/119-05-007.ettercap.webp" + }, + "credit": "Sean Murray", + "width": 1700, + "height": 1189 + }, + { + "type": "statblock", + "name": "Ettercap", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Ettin", + "entries": [ + { + "type": "statblock", + "name": "Ettin", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/120-05-008.ettin.webp" + }, + "credit": "Robson Michel", + "width": 850, + "height": 1144 + }, + { + "type": "statblock", + "name": "Ettin", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (F)", + "entries": [ + { + "type": "section", + "name": "Faerie Dragons", + "entries": [ + { + "type": "statblock", + "name": "Faerie Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/121-06-001.faerie-dragons.webp" + }, + "credit": "Jesper Ejsing", + "width": 850, + "height": 869 + }, + { + "type": "statblock", + "name": "Faerie Dragon Adult", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Faerie Dragon Youth", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Fire Elemental", + "entries": [ + { + "type": "statblock", + "name": "Fire Elemental", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/122-06-002.fire-elemental.webp" + }, + "credit": "Chris Cold", + "width": 850, + "height": 1050 + }, + { + "type": "statblock", + "name": "Fire Elemental", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Fire Giant", + "entries": [ + { + "type": "statblock", + "name": "Fire Giant", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/123-06-003.fire-giants.webp" + }, + "credit": "Robson Michel", + "width": 1700, + "height": 1232 + }, + { + "type": "statblock", + "name": "Fire Giant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Flameskull", + "entries": [ + { + "type": "statblock", + "name": "Flameskull", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/124-06-004.flame-skulls.webp" + }, + "credit": "Brian Valenzuela", + "width": 850, + "height": 1153 + }, + { + "type": "statblock", + "name": "Flameskull", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Flesh Golem", + "entries": [ + { + "type": "statblock", + "name": "Flesh Golem", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/125-06-005.flesh-golem.webp" + }, + "credit": "Bjorn Hurri", + "width": 850, + "height": 1302 + }, + { + "type": "statblock", + "name": "Flesh Golem", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Flumph", + "entries": [ + { + "type": "statblock", + "name": "Flumph", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/126-06-006.flumph.webp" + }, + "credit": "Axel Defois", + "width": 850, + "height": 1017 + }, + { + "type": "statblock", + "name": "Flumph", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Fomorian", + "entries": [ + { + "type": "statblock", + "name": "Fomorian", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/127-00-067.fomorian.webp" + }, + "credit": "Daarken", + "width": 1700, + "height": 1200 + }, + { + "type": "statblock", + "name": "Fomorian", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Frost Giant", + "entries": [ + { + "type": "statblock", + "name": "Frost Giant", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/128-06-008.frost-giants.webp" + }, + "credit": "Robson Michel", + "width": 1700, + "height": 1134 + }, + { + "type": "statblock", + "name": "Frost Giant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Fungi", + "entries": [ + { + "type": "statblock", + "name": "Fungi", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Gas Spore Fungus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/129-06-009.fungi.webp" + }, + "title": "A gas spore and clusters of shriekers and violet fungi grow in the Underdark", + "credit": "Helge C. balzer", + "width": 850, + "height": 1642 + }, + { + "type": "statblock", + "name": "Shrieker Fungus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/130-06-010.violet-fungus-necrohulk.webp" + }, + "title": "Violet Fungus Necrohulk", + "credit": "Viktor Titov", + "width": 850, + "height": 1054 + }, + { + "type": "statblock", + "name": "Violet Fungus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Violet Fungus Necrohulk", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (G)", + "entries": [ + { + "type": "section", + "name": "Galeb Duhr", + "entries": [ + { + "type": "statblock", + "name": "Galeb Duhr", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/131-07-001.galeb-duhr.webp" + }, + "credit": "Luca Bancone", + "width": 1700, + "height": 1093 + }, + { + "type": "statblock", + "name": "Galeb Duhr", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Gargoyle", + "entries": [ + { + "type": "statblock", + "name": "Gargoyle", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/132-07-002.gargoyle.webp" + }, + "credit": "Kent Davis", + "width": 850, + "height": 1079 + }, + { + "type": "statblock", + "name": "Gargoyle", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Gelatinous Cube", + "entries": [ + { + "type": "statblock", + "name": "Gelatinous Cube", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/133-07-003.gelatinous-cube.webp" + }, + "title": "{@creature Gelatinous Cube|XMM}", + "width": 850, + "height": 1051 + }, + { + "type": "statblock", + "name": "Gelatinous Cube", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Ghasts", + "entries": [ + { + "type": "statblock", + "name": "Ghasts", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/134-07-004.ghast.webp" + }, + "title": "{@creature Ghast|XMM}", + "width": 850, + "height": 1054 + }, + { + "type": "statblock", + "name": "Ghast", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Ghast Gravecaller", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Ghost", + "entries": [ + { + "type": "statblock", + "name": "Ghost", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/135-07-005.ghost.webp" + }, + "credit": "Steven Belledin", + "width": 850, + "height": 1067 + }, + { + "type": "statblock", + "name": "Ghost", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Ghouls", + "entries": [ + { + "type": "statblock", + "name": "Ghouls", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/136-07-006.ghoul.webp" + }, + "credit": "Andrey Kuzinskiy", + "width": 1700, + "height": 1354 + }, + { + "type": "statblock", + "name": "Ghoul", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Lacedon Ghoul", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Gibbering Mouther", + "entries": [ + { + "type": "statblock", + "name": "Gibbering Mouther", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/137-07-007.gibbering-mouther.webp" + }, + "credit": "Helge C. balzer", + "width": 850, + "height": 686 + }, + { + "type": "statblock", + "name": "Gibbering Mouther", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Githyanki", + "entries": [ + { + "type": "statblock", + "name": "Githyanki", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/138-07-008.group-of-githyanki.webp" + }, + "title": "Left to Right: Githyanki Dracomancer, Githyanki Knight, and Githyanki Warrior", + "credit": "Jason Rainville", + "width": 1700, + "height": 1119 + }, + { + "type": "statblock", + "name": "Githyanki Warrior", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Githyanki Knight", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Githyanki Dracomancer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Githzerai", + "entries": [ + { + "type": "statblock", + "name": "Githzerai", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/139-07-009.group-of-githzerai.webp" + }, + "title": "Left to Right: Githzerai Zerth, Githzerai Psion, and Githzerai Monk", + "credit": "Jason Rainville", + "width": 1700, + "height": 1094 + }, + { + "type": "statblock", + "name": "Githzerai Monk", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Githzerai Zerth", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Githzerai Psion", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Glabrezu", + "entries": [ + { + "type": "statblock", + "name": "Glabrezu", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/140-07-010.glabrezu.webp" + }, + "credit": "Richard Luong", + "width": 1700, + "height": 1097 + }, + { + "type": "statblock", + "name": "Glabrezu", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Gladiator", + "entries": [ + { + "type": "statblock", + "name": "Gladiator", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Gladiator", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/141-07-011.gladiator.webp" + }, + "title": "In an undersea arena, the crowd goes wild as a gladiator triumphs over a giant squid", + "credit": "Alejandro Pacheco", + "width": 850, + "height": 2046 + } + ] + }, + { + "type": "section", + "name": "Gnolls", + "entries": [ + { + "type": "statblock", + "name": "Gnolls", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/142-07-012.group-of-gnolls.webp" + }, + "title": "Gnoll Warriors rampage after a gnoll pack lord, a gnoll fang of Yeenoghu, and a gnoll demoniac", + "credit": "Viko Menezes", + "width": 1700, + "height": 1119 + }, + { + "type": "statblock", + "name": "Gnoll Warrior", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Gnoll Pack Lord", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Gnoll Fang of Yeenoghu", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Gnoll Demoniac", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Goblins", + "entries": [ + { + "type": "statblock", + "name": "Goblins", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/143-07-013.group-of-goblins.webp" + }, + "title": "A goblin boss, a goblin hexer, and a goblin Warrior prepare to strike against a bitter foe", + "credit": "Taras Susak", + "width": 1700, + "height": 1075 + }, + { + "type": "statblock", + "name": "Goblin Minion", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Goblin Warrior", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Goblin Boss", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Goblin Hexer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Gold Dragons", + "entries": [ + { + "type": "statblock", + "name": "Gold Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/144-07-014.gold-dragon-wyrmling.webp" + }, + "title": "{@creature Gold Dragon Wyrmling|XMM}", + "width": 850, + "height": 1200 + }, + { + "type": "statblock", + "name": "Gold Dragon Wyrmling", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Young Gold Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/145-07-015.adult-gold-dragon.webp" + }, + "title": "An adult gold dragon guards the site of a mysterious seal from intruders", + "credit": "Alexander Ostrowski", + "width": 1700, + "height": 1062 + }, + { + "type": "statblock", + "name": "Adult Gold Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/146-07-016.ancient-gold-dragon.webp" + }, + "title": "The pure of heart have nothing to fear in the presence of an ancient gold dragon", + "credit": "Alexander Ostrowski", + "width": 1700, + "height": 2200 + }, + { + "type": "statblock", + "name": "Ancient Gold Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Gorgons", + "entries": [ + { + "type": "statblock", + "name": "Gorgons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/147-07-017.gorgon.webp" + }, + "title": "A gorgon petrifies victims with its deadly breath, then tramples them to pieces", + "credit": "Kai Carpenter", + "width": 1700, + "height": 1096 + }, + { + "type": "statblock", + "name": "Gorgon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Brazen Gorgon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Goristro", + "entries": [ + { + "type": "statblock", + "name": "Goristro", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/148-07-018.goristro.webp" + }, + "credit": "Ben Wootten", + "width": 1700, + "height": 1095 + }, + { + "type": "statblock", + "name": "Goristro", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Gray Oozes", + "entries": [ + { + "type": "statblock", + "name": "Gray Oozes", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/149-07-019.gray-ooze.webp" + }, + "credit": "Mark Behm", + "width": 850, + "height": 910 + }, + { + "type": "statblock", + "name": "Gray Ooze", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Gray Ooze", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Green Dragons", + "entries": [ + { + "type": "statblock", + "name": "Green Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/150-07-020.green-dragon-wyrmling.webp" + }, + "title": "{@creature Green Dragon Wyrmling|XMM}", + "width": 850, + "height": 1036 + }, + { + "type": "statblock", + "name": "Green Dragon Wyrmling", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Young Green Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/151-07-021.adult-green-dragon.webp" + }, + "title": "An adult green dragon shadows its prey", + "credit": "Alexander Ostrowski", + "width": 850, + "height": 2261 + }, + { + "type": "statblock", + "name": "Adult Green Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/152-07-022.ancient-green-dragon.webp" + }, + "title": "An ancient green dragon manipulates the fates of its pawns from deep within its forest lair", + "credit": "Alexander Ostrowski", + "width": 1700, + "height": 2200 + }, + { + "type": "statblock", + "name": "Ancient Green Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/153-07-023.green-hags.webp" + }, + "credit": "Helge C. balzer", + "width": 850, + "height": 1503 + } + ] + }, + { + "type": "section", + "name": "Green Hag", + "entries": [ + { + "type": "statblock", + "name": "Green Hag", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Green Hag", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Grell", + "entries": [ + { + "type": "statblock", + "name": "Grell", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/154-07-024.grell.webp" + }, + "credit": "Domenico Cava", + "width": 850, + "height": 948 + }, + { + "type": "statblock", + "name": "Grell", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Gricks", + "entries": [ + { + "type": "statblock", + "name": "Gricks", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/155-07-025.grick.webp" + }, + "credit": "Domenico Cava", + "width": 850, + "height": 1105 + }, + { + "type": "statblock", + "name": "Grick", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Grick Ancient", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Griffon", + "entries": [ + { + "type": "statblock", + "name": "Griffon", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/156-07-026.griffon.webp" + }, + "credit": "Adam Rex", + "width": 1700, + "height": 1097 + }, + { + "type": "statblock", + "name": "Griffon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Grimlock", + "entries": [ + { + "type": "statblock", + "name": "Grimlock", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/157-07-027.grimlock.webp" + }, + "credit": "John Tedrick", + "width": 1700, + "height": 1114 + }, + { + "type": "statblock", + "name": "Grimlock", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Guardian Naga", + "entries": [ + { + "type": "statblock", + "name": "Guardian Naga", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/158-07-028.guardian-naga.webp" + }, + "credit": "Alejandro Pacheco", + "width": 1700, + "height": 1024 + }, + { + "type": "statblock", + "name": "Guardian Naga", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Guards", + "entries": [ + { + "type": "statblock", + "name": "Guards", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/159-07-029.guards.webp" + }, + "credit": "Riccardo Moscatello", + "width": 850, + "height": 1401 + }, + { + "type": "statblock", + "name": "Guard", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Guard Captain", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (H)", + "entries": [ + { + "type": "section", + "name": "Half-Dragon", + "entries": [ + { + "type": "statblock", + "name": "Half-Dragon", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/160-08-001.half-dragon.webp" + }, + "credit": "Mathias Kollros", + "width": 1700, + "height": 1090 + }, + { + "type": "statblock", + "name": "Half-Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Harpy", + "entries": [ + { + "type": "statblock", + "name": "Harpy", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/161-08-002.group-of-harpies.webp" + }, + "credit": "Mark Zug", + "width": 1700, + "height": 1218 + }, + { + "type": "statblock", + "name": "Harpy", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Hell Hound", + "entries": [ + { + "type": "statblock", + "name": "Hell Hound", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/162-08-003.hell-hound.webp" + }, + "credit": "Kev Walker", + "width": 1700, + "height": 1126 + }, + { + "type": "statblock", + "name": "Hell Hound", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Helmed Horror", + "entries": [ + { + "type": "statblock", + "name": "Helmed Horror", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/163-08-004.helmed-horror.webp" + }, + "title": "A helmed horror proves immune to a mage's Lightning Bolt spell", + "credit": "Nikki Dawes", + "width": 1700, + "height": 1059 + }, + { + "type": "statblock", + "name": "Helmed Horror", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Hezrou", + "entries": [ + { + "type": "statblock", + "name": "Hezrou", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/164-08-005.hezrou.webp" + }, + "credit": "Justin Gerard", + "width": 850, + "height": 1065 + }, + { + "type": "statblock", + "name": "Hezrou", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Hill Giant", + "entries": [ + { + "type": "statblock", + "name": "Hill Giant", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/165-08-006.hill-giants.webp" + }, + "credit": "Johan Grenier", + "width": 1700, + "height": 1227 + }, + { + "type": "statblock", + "name": "Hill Giant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Hippogriff", + "entries": [ + { + "type": "statblock", + "name": "Hippogriff", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/166-08-007.hippogriff.webp" + }, + "credit": "Axel Defois", + "width": 1700, + "height": 1099 + }, + { + "type": "statblock", + "name": "Hippogriff", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Hobgoblins", + "entries": [ + { + "type": "statblock", + "name": "Hobgoblins", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/167-08-008.hobgoblins.webp" + }, + "title": "A hobgoblin warlord oversees a hobgoblin captain and hobgoblin warriors marching to war", + "credit": "Taras Susak", + "width": 1700, + "height": 1084 + }, + { + "type": "statblock", + "name": "Hobgoblin Warrior", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Hobgoblin Captain", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Hobgoblin Warlord", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/168-08-009.group-of-homunculus.webp" + }, + "title": "Homunculi are as varied as the magic-users who create them", + "credit": "Taras Susak", + "width": 850, + "height": 1967 + } + ] + }, + { + "type": "section", + "name": "Homunculus", + "entries": [ + { + "type": "statblock", + "name": "Homunculus", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Homunculus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Hook Horror", + "entries": [ + { + "type": "statblock", + "name": "Hook Horror", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/169-08-010.hook-horror.webp" + }, + "credit": "Richard Luong", + "width": 1700, + "height": 1312 + }, + { + "type": "statblock", + "name": "Hook Horror", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Horned Devil", + "entries": [ + { + "type": "statblock", + "name": "Horned Devil", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/170-08-011.horned-devil.webp" + }, + "credit": "Yongjae Choi", + "width": 850, + "height": 2222 + }, + { + "type": "statblock", + "name": "Horned Devil", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Hydra", + "entries": [ + { + "type": "statblock", + "name": "Hydra", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/171-08-012.hydra.webp" + }, + "credit": "John Tedrick", + "width": 1700, + "height": 1206 + }, + { + "type": "statblock", + "name": "Hydra", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (I)", + "entries": [ + { + "type": "section", + "name": "Ice Devil", + "entries": [ + { + "type": "statblock", + "name": "Ice Devil", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/172-09-001.ice-devil.webp" + }, + "credit": "Nils Hamm", + "width": 850, + "height": 1056 + }, + { + "type": "statblock", + "name": "Ice Devil", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Imp", + "entries": [ + { + "type": "statblock", + "name": "Imp", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/173-09-002.imp.webp" + }, + "credit": "Patrik Hell", + "width": 850, + "height": 802 + }, + { + "type": "statblock", + "name": "Imp", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Incubus", + "entries": [ + { + "type": "statblock", + "name": "Incubus", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/174-09-003.incubus.webp" + }, + "credit": "Jodie Muir", + "width": 850, + "height": 1486 + }, + { + "type": "statblock", + "name": "Incubus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Intellect Devourer", + "entries": [ + { + "type": "statblock", + "name": "Intellect Devourer", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/175-09-004.intellect-devourer.webp" + }, + "title": "{@creature Intellect Devourer|XMM}", + "width": 850, + "height": 1147 + }, + { + "type": "statblock", + "name": "Intellect Devourer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Invisible Stalker", + "entries": [ + { + "type": "statblock", + "name": "Invisible Stalker", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/176-09-005.invisible-stalker.webp" + }, + "credit": "Kent Davis", + "width": 850, + "height": 1023 + }, + { + "type": "statblock", + "name": "Invisible Stalker", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Iron Golem", + "entries": [ + { + "type": "statblock", + "name": "Iron Golem", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/177-09-006.iron-golem.webp" + }, + "title": "{@creature Iron Golem|XMM}", + "width": 850, + "height": 1381 + }, + { + "type": "statblock", + "name": "Iron Golem", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (J)", + "entries": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/178-10-001.jackalwere.webp" + }, + "credit": "Iise Gort", + "width": 850, + "height": 1498 + }, + { + "type": "section", + "name": "Jackalwere", + "entries": [ + { + "type": "statblock", + "name": "Jackalwere", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Jackalwere", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (K)", + "entries": [ + { + "type": "section", + "name": "Kenku", + "entries": [ + { + "type": "statblock", + "name": "Kenku", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Kenku", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/179-11-001.kenku.webp" + }, + "credit": "Aaron Miller", + "width": 850, + "height": 2110 + } + ] + }, + { + "type": "section", + "name": "Knights", + "entries": [ + { + "type": "statblock", + "name": "Knights", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/180-11-002.knights.webp" + }, + "credit": "Brian Valenzuela", + "width": 850, + "height": 1642 + }, + { + "type": "statblock", + "name": "Knight", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Questing Knight", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Kobolds", + "entries": [ + { + "type": "statblock", + "name": "Kobolds", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Kobold Warrior", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/181-11-003.kobolds.webp" + }, + "credit": "Viktor Titov", + "width": 850, + "height": 1440 + }, + { + "type": "statblock", + "name": "Winged Kobold", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Kraken", + "entries": [ + { + "type": "statblock", + "name": "Kraken", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/182-11-004.kraken.webp" + }, + "credit": "Richard Luong", + "width": 1700, + "height": 1096 + }, + { + "type": "statblock", + "name": "Kraken", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Kuo-toa", + "entries": [ + { + "type": "statblock", + "name": "Kuo-toa", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/183-11-005.kuo-toa-archpriest.webp" + }, + "title": "An adventurer stumbles on a kuo-toa archpriest and servants of its strange gods", + "credit": "Eric Belisle", + "width": 1000, + "height": 642 + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/184-11-006.kuo-toa.webp" + }, + "title": "Kuo-toa", + "credit": "Eric Belisle", + "width": 850, + "height": 1109 + }, + { + "type": "statblock", + "name": "Kuo-toa", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Kuo-toa Whip", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/185-11-007.kuo-toa-monitor-and-whip.webp" + }, + "title": "A kuo-toa whip and kuo-toa monitor lead a midnight raid", + "credit": "Eric Belisle", + "width": 1700, + "height": 1231 + }, + { + "type": "statblock", + "name": "Kuo-toa Monitor", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Kuo-toa Archpriest", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (L)", + "entries": [ + { + "type": "section", + "name": "Lamia", + "entries": [ + { + "type": "statblock", + "name": "Lamia", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/186-12-001.lamia.webp" + }, + "credit": "Viko Menezes", + "width": 1700, + "height": 1082 + }, + { + "type": "statblock", + "name": "Lamia", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Larvae", + "entries": [ + { + "type": "statblock", + "name": "Larvae", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/187-12-002.swarm-of-larvae.webp" + }, + "credit": "Helge C. Balzer", + "width": 1700, + "height": 628 + }, + { + "type": "statblock", + "name": "Larva", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Swarm of Larvae", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Lemures", + "entries": [ + { + "type": "statblock", + "name": "Lemures", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/188-12-003.lemures.webp" + }, + "title": "{@creature Lemure|XMM}", + "width": 850, + "height": 1067 + }, + { + "type": "statblock", + "name": "Lemure", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Swarm of Lemures", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Lich", + "entries": [ + { + "type": "statblock", + "name": "Lich", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/189-12-004.litches.webp" + }, + "title": "An ancient lich and her ghast gravecaller attendants ¤arp reality with forbidden magic", + "credit": "Viko Menezes", + "width": 1700, + "height": 1082 + }, + { + "type": "statblock", + "name": "Lich", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Lizardfolk", + "entries": [ + { + "type": "statblock", + "name": "Lizardfolk", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Lizardfolk Geomancer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Lizardfolk Sovereign", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/190-12-005.lizardfolk.webp" + }, + "credit": "Zuzanna Wuzyk", + "width": 850, + "height": 1403 + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (M)", + "entries": [ + { + "type": "section", + "name": "Mages", + "entries": [ + { + "type": "statblock", + "name": "Mages", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/191-13-001.mages.webp" + }, + "credit": "Viko Menezes", + "width": 1700, + "height": 1048 + }, + { + "type": "statblock", + "name": "Mage Apprentice", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Mage", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Archmage", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Magmin", + "entries": [ + { + "type": "statblock", + "name": "Magmin", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/192-13-002.magmin.webp" + }, + "credit": "Hinchel Or", + "width": 1700, + "height": 1097 + }, + { + "type": "statblock", + "name": "Magmin", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Manes", + "entries": [ + { + "type": "statblock", + "name": "Manes", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Manes", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/193-13-003.manes.webp" + }, + "credit": "Taras Susak", + "width": 850, + "height": 1473 + }, + { + "type": "statblock", + "name": "Manes Vaporspawn", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Manticore", + "entries": [ + { + "type": "statblock", + "name": "Manticore", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/194-13-004.manticore.webp" + }, + "credit": "Domenico Cava", + "width": 1700, + "height": 1309 + }, + { + "type": "statblock", + "name": "Manticore", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Marid", + "entries": [ + { + "type": "statblock", + "name": "Marid", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/195-13-005.marid.webp" + }, + "credit": "Michael Broussard", + "width": 850, + "height": 1107 + }, + { + "type": "statblock", + "name": "Marid", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Marilith", + "entries": [ + { + "type": "statblock", + "name": "Marilith", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/196-13-006.mariliths.webp" + }, + "title": "{@creature Marilith|XMM}", + "width": 850, + "height": 1771 + }, + { + "type": "statblock", + "name": "Marilith", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Medusa", + "entries": [ + { + "type": "statblock", + "name": "Medusa", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/197-13-007.medusa.webp" + }, + "credit": "Aaron J. riley", + "width": 850, + "height": 1534 + }, + { + "type": "statblock", + "name": "Medusa", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Mephits", + "entries": [ + { + "type": "statblock", + "name": "Mephits", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/198-13-008.mephits.webp" + }, + "credit": "Andrew Mar", + "width": 1700, + "height": 1094 + }, + { + "type": "statblock", + "name": "Dust Mephit", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Ice Mephit", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Magma Mephit", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Mud Mephit", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/199-13-009.mephit-pair.webp" + }, + "credit": "Andrew Mar", + "width": 850, + "height": 1455 + }, + { + "type": "statblock", + "name": "Smoke Mephit", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Steam Mephit", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Merfolk", + "entries": [ + { + "type": "statblock", + "name": "Merfolk", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/200-13-010.merfolk.webp" + }, + "credit": "Andrea Piparo", + "width": 850, + "height": 1475 + }, + { + "type": "statblock", + "name": "Merfolk Skirmisher", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Merfolk Wavebender", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Merrow", + "entries": [ + { + "type": "statblock", + "name": "Merrow", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/201-13-011.merrow.webp" + }, + "credit": "David Auden nash", + "width": 850, + "height": 2122 + }, + { + "type": "statblock", + "name": "Merrow", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Mezzoloth", + "entries": [ + { + "type": "statblock", + "name": "Mezzoloth", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/202-13-012.mezzoloth.webp" + }, + "credit": "Lars Grant-West", + "width": 850, + "height": 1036 + }, + { + "type": "statblock", + "name": "Mezzoloth", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Mimic", + "entries": [ + { + "type": "statblock", + "name": "Mimic", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/203-13-013.mimic.webp" + }, + "credit": "Mark Zug", + "width": 850, + "height": 698 + }, + { + "type": "statblock", + "name": "Mimic", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Mind Flayers", + "entries": [ + { + "type": "statblock", + "name": "Mind Flayers", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/204-13-014.mind-flayer.webp" + }, + "credit": "Michael Broussard", + "width": 850, + "height": 1421 + }, + { + "type": "statblock", + "name": "Mind Flayer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Mind Flayer Arcanist", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Minotaur of Baphomet", + "entries": [ + { + "type": "statblock", + "name": "Minotaur of Baphomet", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/205-13-015.minotaur.webp" + }, + "credit": "Brian Valenzuela", + "width": 1700, + "height": 1097 + }, + { + "type": "statblock", + "name": "Minotaur of Baphomet", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Modrons", + "entries": [ + { + "type": "statblock", + "name": "Modrons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/206-13-016.modron-monodrone.webp" + }, + "credit": "Julie Dillon", + "width": 850, + "height": 1165 + }, + { + "type": "statblock", + "name": "Modron Monodrone", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/207-13-017.modron-duodrone.webp" + }, + "title": "{@creature Modron Duodrone|XMM}", + "width": 850, + "height": 1065 + }, + { + "type": "statblock", + "name": "Modron Duodrone", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/208-13-018.modron-tridrone.webp" + }, + "title": "{@creature Modron Tridrone|XMM}", + "width": 850, + "height": 1086 + }, + { + "type": "statblock", + "name": "Modron Tridrone", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/209-13-019.modron-quadrone.webp" + }, + "title": "{@creature Modron Quadrone|XMM}", + "width": 850, + "height": 1000 + }, + { + "type": "statblock", + "name": "Modron Quadrone", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/210-13-020.modron-pentadrone.webp" + }, + "title": "{@creature Modron Pentadrone|XMM}", + "width": 850, + "height": 1066 + }, + { + "type": "statblock", + "name": "Modron Pentadrone", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Mummies", + "entries": [ + { + "type": "statblock", + "name": "Mummies", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/211-13-021.mummy.webp" + }, + "credit": "Brian Valeza", + "width": 850, + "height": 1062 + }, + { + "type": "statblock", + "name": "Mummy", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/212-13-022.mummy-lord.webp" + }, + "credit": "Helge C. Balzer", + "width": 1700, + "height": 1095 + }, + { + "type": "statblock", + "name": "Mummy Lord", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Myconids", + "entries": [ + { + "type": "statblock", + "name": "Myconids", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/213-13-023.group-of-myconids.webp" + }, + "title": "Myconids tend to the fungi in their hidden gardens, whether mysterious mushrooms or their own community members", + "credit": "Caroline Gariba", + "width": 1700, + "height": 1163 + }, + { + "type": "statblock", + "name": "Myconid Sprout", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Myconid Adult", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Myconid Spore Servant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Myconid Sovereign", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (N)", + "entries": [ + { + "type": "section", + "name": "Nalfeshnee", + "entries": [ + { + "type": "statblock", + "name": "Nalfeshnee", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/214-14-001.nalfeshnee.webp" + }, + "title": "{@creature Nalfeshnee|XMM}", + "width": 850, + "height": 1007 + }, + { + "type": "statblock", + "name": "Nalfeshnee", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Night Hag", + "entries": [ + { + "type": "statblock", + "name": "Night Hag", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/215-14-002.night-hags.webp" + }, + "title": "{@creature Night Hag|XMM}", + "width": 850, + "height": 1708 + }, + { + "type": "statblock", + "name": "Night Hag", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Nightmare", + "entries": [ + { + "type": "statblock", + "name": "Nightmare", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/216-14-003.nightmares.webp" + }, + "credit": "Alejandro Pacheco", + "width": 1700, + "height": 1077 + }, + { + "type": "statblock", + "name": "Nightmare", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Nobles", + "entries": [ + { + "type": "statblock", + "name": "Nobles", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/217-14-004.nobles.webp" + }, + "credit": "Riccardo Moscatello", + "width": 850, + "height": 1452 + }, + { + "type": "statblock", + "name": "Noble", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Noble Prodigy", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Nothic", + "entries": [ + { + "type": "statblock", + "name": "Nothic", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/218-14-005.nothic.webp" + }, + "credit": "Brian Valenzuela", + "width": 850, + "height": 2189 + }, + { + "type": "statblock", + "name": "Nothic", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Nycaloth", + "entries": [ + { + "type": "statblock", + "name": "Nycaloth", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/219-14-006.nycaloth.webp" + }, + "credit": "Lars Grant-West", + "width": 850, + "height": 1201 + }, + { + "type": "statblock", + "name": "Nycaloth", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (O)", + "entries": [ + { + "type": "section", + "name": "Ochre Jelly", + "entries": [ + { + "type": "statblock", + "name": "Ochre Jelly", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/220-15-001.ochre-jelly.webp" + }, + "credit": "Mark Behm", + "width": 1700, + "height": 1124 + }, + { + "type": "statblock", + "name": "Ochre Jelly", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Ogres", + "entries": [ + { + "type": "statblock", + "name": "Ogres", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/221-15-002.ogres.webp" + }, + "title": "Ogres", + "credit": "Hinchel Or", + "width": 850, + "height": 1066 + }, + { + "type": "statblock", + "name": "Ogre", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Ogrillon Ogre", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Oni", + "entries": [ + { + "type": "statblock", + "name": "Oni", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/222-15-003.oni.webp" + }, + "credit": "John Grello", + "width": 850, + "height": 1435 + }, + { + "type": "statblock", + "name": "Oni", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Otyugh", + "entries": [ + { + "type": "statblock", + "name": "Otyugh", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/223-15-004.otyugh.webp" + }, + "credit": "Néstor Ossandón leal", + "width": 1700, + "height": 1054 + }, + { + "type": "statblock", + "name": "Otyugh", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Owlbears", + "entries": [ + { + "type": "statblock", + "name": "Owlbears", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/224-15-005.owlbear.webp" + }, + "credit": "Zuzanna Wuzyk", + "width": 850, + "height": 1057 + }, + { + "type": "statblock", + "name": "Owlbear", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Primeval Owlbear", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (P)", + "entries": [ + { + "type": "section", + "name": "Pegasus", + "entries": [ + { + "type": "statblock", + "name": "Pegasus", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/225-16-001.pegasus.webp" + }, + "credit": "Alejandro Pacheco", + "width": 1700, + "height": 1121 + }, + { + "type": "statblock", + "name": "Pegasus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Performers", + "entries": [ + { + "type": "statblock", + "name": "Performers", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/226-16-002.performers.webp" + }, + "credit": "Katerina Ladon", + "width": 1700, + "height": 1105 + }, + { + "type": "statblock", + "name": "Performer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Performer Maestro", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Performer Legend", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Peryton", + "entries": [ + { + "type": "statblock", + "name": "Peryton", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/227-16-003.peryton.webp" + }, + "title": "A peryton's humanoid-shaped shadow suggests the monster's supernatural origin", + "credit": "Alejandro Pacheco", + "width": 1700, + "height": 1112 + }, + { + "type": "statblock", + "name": "Peryton", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Phase Spider", + "entries": [ + { + "type": "statblock", + "name": "Phase Spider", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/228-16-004.phase-spider.webp" + }, + "credit": "Sean Murray", + "width": 850, + "height": 1417 + }, + { + "type": "statblock", + "name": "Phase Spider", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Piercer", + "entries": [ + { + "type": "statblock", + "name": "Piercer", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/229-16-005.piercer.webp" + }, + "credit": "Olivier Bernard", + "width": 850, + "height": 2358 + }, + { + "type": "statblock", + "name": "Piercer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Pirates", + "entries": [ + { + "type": "statblock", + "name": "Pirates", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/230-16-006.pirates.webp" + }, + "credit": "Alexandre Honoré", + "width": 1700, + "height": 1135 + }, + { + "type": "statblock", + "name": "Pirate", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Pirate Captain", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Pirate Admiral", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Pit Fiend", + "entries": [ + { + "type": "statblock", + "name": "Pit Fiend", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/231-16-007.pit-fiend.webp" + }, + "credit": "Eric Belisle", + "width": 850, + "height": 961 + }, + { + "type": "statblock", + "name": "Pit Fiend", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Pixies", + "entries": [ + { + "type": "statblock", + "name": "Pixies", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/232-16-008.pixies.webp" + }, + "credit": "Annie Stegg", + "width": 850, + "height": 1488 + }, + { + "type": "statblock", + "name": "Pixie", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Pixie Wonderbringer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Planetar", + "entries": [ + { + "type": "statblock", + "name": "Planetar", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/233-16-009.planetar.webp" + }, + "credit": "Carlo Arellano", + "width": 850, + "height": 1332 + }, + { + "type": "statblock", + "name": "Planetar", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Poltergeist", + "entries": [ + { + "type": "statblock", + "name": "Poltergeist", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/234-16-010.poltergeist.webp" + }, + "credit": "Anna Pavleeva", + "width": 1700, + "height": 1083 + }, + { + "type": "statblock", + "name": "Poltergeist", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Priests", + "entries": [ + { + "type": "statblock", + "name": "Priests", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/235-16-011.priests.webp" + }, + "credit": "Katerina Ladon", + "width": 1700, + "height": 1136 + }, + { + "type": "statblock", + "name": "Priest Acolyte", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Priest", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Archpriest", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Pseudodragon", + "entries": [ + { + "type": "statblock", + "name": "Pseudodragon", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/236-16-012.pseudodragon.webp" + }, + "credit": "Crystal Sully", + "width": 850, + "height": 1075 + }, + { + "type": "statblock", + "name": "Pseudodragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Purple Worm", + "entries": [ + { + "type": "statblock", + "name": "Purple Worm", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/237-16-013.purple-worm.webp" + }, + "credit": "David Auden nash", + "width": 850, + "height": 1868 + }, + { + "type": "statblock", + "name": "Purple Worm", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (Q)", + "entries": [ + { + "type": "section", + "name": "Quaggoths", + "entries": [ + { + "type": "statblock", + "name": "Quaggoths", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/238-17-001.quaggoth.webp" + }, + "credit": "Daarken", + "width": 850, + "height": 1137 + }, + { + "type": "statblock", + "name": "Quaggoth", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Quaggoth Thonot", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Quasit", + "entries": [ + { + "type": "statblock", + "name": "Quasit", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/239-17-002.quasit.webp" + }, + "credit": "Eric Belisle", + "width": 850, + "height": 1218 + }, + { + "type": "statblock", + "name": "Quasit", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (R)", + "entries": [ + { + "type": "section", + "name": "Rakshasa", + "entries": [ + { + "type": "statblock", + "name": "Rakshasa", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/240-18-001.rakshasa.webp" + }, + "title": "Rakshasa conspirators plot their next atrocity", + "credit": "Andrea Piparo", + "width": 1700, + "height": 1042 + }, + { + "type": "statblock", + "name": "Rakshasa", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Red Dragons", + "entries": [ + { + "type": "statblock", + "name": "Red Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/241-18-002.red-dragon-wyrmling.webp" + }, + "title": "Red Dragon Wyrmling", + "credit": "Joshua Raphael", + "width": 850, + "height": 946 + }, + { + "type": "statblock", + "name": "Red Dragon Wyrmling", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Young Red Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/242-18-003.adult-red-dragon.webp" + }, + "title": "An adult red dragon unleashes its fury, reducing a city to ruin", + "credit": "Joshua Raphael", + "width": 1700, + "height": 1130 + }, + { + "type": "statblock", + "name": "Adult Red Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/243-18-004.ancient-red-dragon.webp" + }, + "title": "Even the bravest souls flee the onslaught of an ancient red dragon", + "credit": "Joshua Raphael", + "width": 1700, + "height": 2200 + }, + { + "type": "statblock", + "name": "Ancient Red Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Remorhazes", + "entries": [ + { + "type": "statblock", + "name": "Remorhazes", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/244-18-005.remorhaz.webp" + }, + "title": "{@creature Young Remorhaz|XMM}", + "width": 850, + "height": 985 + }, + { + "type": "statblock", + "name": "Young Remorhaz", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Remorhaz", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Revenants", + "entries": [ + { + "type": "statblock", + "name": "Revenants", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/245-18-006.group-of-revenants.webp" + }, + "title": "Revenant Followed by a Graveyard Revenant", + "credit": "Cristi Balanescu", + "width": 850, + "height": 1131 + }, + { + "type": "statblock", + "name": "Revenant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Graveyard Revenant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/246-18-007.haunting-revenant.webp" + }, + "title": "{@creature Haunting Revenant|XMM}", + "width": 850, + "height": 1145 + }, + { + "type": "statblock", + "name": "Haunting Revenant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Roc", + "entries": [ + { + "type": "statblock", + "name": "Roc", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/247-18-008.roc.webp" + }, + "credit": "Alejandro Pacheco", + "width": 1700, + "height": 1077 + }, + { + "type": "statblock", + "name": "Roc", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Roper", + "entries": [ + { + "type": "statblock", + "name": "Roper", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/248-18-009.roper.webp" + }, + "credit": "Brian Valeza", + "width": 850, + "height": 1026 + }, + { + "type": "statblock", + "name": "Roper", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Rust Monster", + "entries": [ + { + "type": "statblock", + "name": "Rust Monster", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/249-18-010.rust-monster.webp" + }, + "credit": "Brian Valeza", + "width": 1700, + "height": 1071 + }, + { + "type": "statblock", + "name": "Rust Monster", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (S)", + "entries": [ + { + "type": "section", + "name": "Sahuagin", + "entries": [ + { + "type": "statblock", + "name": "Sahuagin", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/250-19-001.sahuagin.webp" + }, + "title": "A sahuagin baron and sahuagin priest lead sahuagin warriors on an aquatic raid", + "credit": "David Auden nash", + "width": 1700, + "height": 1096 + }, + { + "type": "statblock", + "name": "Sahuagin Warrior", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Sahuagin Priest", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Sahuagin Baron", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Salamanders", + "entries": [ + { + "type": "statblock", + "name": "Salamanders", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/251-19-002.salamanders.webp" + }, + "title": "A salamander inferno master drives its salamander and fire snake minions to burn all they encounter", + "credit": "Brian Valenzuela", + "width": 1700, + "height": 1161 + }, + { + "type": "statblock", + "name": "Salamander Fire Snake", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Salamander", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Salamander Inferno Master", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Satyrs", + "entries": [ + { + "type": "statblock", + "name": "Satyrs", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/252-19-003.satyrs.webp" + }, + "credit": "Lorenzo Mastroianni", + "width": 850, + "height": 1472 + }, + { + "type": "statblock", + "name": "Satyr", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Satyr Revelmaster", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Scarecrow", + "entries": [ + { + "type": "statblock", + "name": "Scarecrow", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/253-19-004.scarecrow.webp" + }, + "credit": "Daarken", + "width": 850, + "height": 2187 + }, + { + "type": "statblock", + "name": "Scarecrow", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Scouts", + "entries": [ + { + "type": "statblock", + "name": "Scouts", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/254-19-005.scouts.webp" + }, + "credit": "Riccardo Moscatello", + "width": 850, + "height": 1302 + }, + { + "type": "statblock", + "name": "Scout", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Scout Captain", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Sea Hag", + "entries": [ + { + "type": "statblock", + "name": "Sea Hag", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/255-19-006.sea-hag.webp" + }, + "credit": "Lorenzo Mastroianni", + "width": 850, + "height": 1603 + }, + { + "type": "statblock", + "name": "Sea Hag", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Shadow", + "entries": [ + { + "type": "statblock", + "name": "Shadow", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/256-19-007.shadow.webp" + }, + "credit": "Michael Broussard", + "width": 1700, + "height": 1092 + }, + { + "type": "statblock", + "name": "Shadow", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Shadow Demon", + "entries": [ + { + "type": "statblock", + "name": "Shadow Demon", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/257-19-008.shadow-demon.webp" + }, + "credit": "Lars Grant-west", + "width": 850, + "height": 1122 + }, + { + "type": "statblock", + "name": "Shadow Demon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Shadow Dragons", + "entries": [ + { + "type": "statblock", + "name": "Shadow Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/258-19-009.shadow-dragon.webp" + }, + "title": "A shadow dragon lurks among haunted ruins, attended by shadows raised by its life-draining breath", + "credit": "Justin Gerard", + "width": 1700, + "height": 1256 + }, + { + "type": "statblock", + "name": "Juvenile Shadow Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Shadow Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Shambling Mound", + "entries": [ + { + "type": "statblock", + "name": "Shambling Mound", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/259-19-010.shambling-mound.webp" + }, + "credit": "Robson Michel", + "width": 1700, + "height": 1087 + }, + { + "type": "statblock", + "name": "Shambling Mound", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Shield Guardian", + "entries": [ + { + "type": "statblock", + "name": "Shield Guardian", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/260-19-011.shield-guardian.webp" + }, + "credit": "Kai Carpenter", + "width": 850, + "height": 1428 + }, + { + "type": "statblock", + "name": "Shield Guardian", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Silver Dragons", + "entries": [ + { + "type": "statblock", + "name": "Silver Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Silver Dragon Wyrmling", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/261-19-012.silver-dragon-wyrmling.webp" + }, + "title": "Silver Dragon Wyrmling", + "credit": "Anna Podedworna", + "width": 850, + "height": 960 + }, + { + "type": "statblock", + "name": "Young Silver Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/262-19-013.adult-silver-dragon.webp" + }, + "title": "An adult silver dragon relaxes in camp alongside its fellow adventurers", + "credit": "Anna Podedworna", + "width": 1700, + "height": 999 + }, + { + "type": "statblock", + "name": "Adult Silver Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/263-19-014.ancient-silver-dragon.webp" + }, + "title": "The sight of an ancient silver dragon can panic despicable evil-doers", + "credit": "Anna Podedworna", + "width": 1700, + "height": 2200 + }, + { + "type": "statblock", + "name": "Ancient Silver Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Skeletons", + "entries": [ + { + "type": "statblock", + "name": "Skeletons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/264-19-015.group-of-skeletons.webp" + }, + "title": "Adventurers face an onslaught from all manner of skeletons", + "credit": "Andrey Kuzinskiy", + "width": 1700, + "height": 1094 + }, + { + "type": "statblock", + "name": "Skeleton", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Warhorse Skeleton", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Minotaur Skeleton", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Flaming Skeleton", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Slaadi", + "entries": [ + { + "type": "statblock", + "name": "Slaadi", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/265-19-016.slaad.webp" + }, + "title": "A red slaad and blue slaad, along with several slaad tadpoles, burst from a portal on the plane of Limbo", + "credit": "Néstor Ossandón leal", + "width": 850, + "height": 2173 + }, + { + "type": "statblock", + "name": "Slaad Tadpole", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Red Slaad", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Blue Slaad", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/266-19-017.death-slaad.webp" + }, + "title": "A gray slaad, a death slaad, and a green slaad spread chaos in their wake", + "credit": "Néstor Ossandón leal", + "width": 1700, + "height": 1140 + }, + { + "type": "statblock", + "name": "Green Slaad", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Gray Slaad", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Death Slaad", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Solar", + "entries": [ + { + "type": "statblock", + "name": "Solar", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/267-19-018.solar.webp" + }, + "title": "{@creature Solar|XMM}", + "width": 850, + "height": 979 + }, + { + "type": "statblock", + "name": "Solar", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Spectator", + "entries": [ + { + "type": "statblock", + "name": "Spectator", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/268-19-019.spectator.webp" + }, + "credit": "Jesper Ejsing", + "width": 850, + "height": 902 + }, + { + "type": "statblock", + "name": "Spectator", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Specter", + "entries": [ + { + "type": "statblock", + "name": "Specter", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/269-19-020.specter.webp" + }, + "title": "Specters are loath to attack a cleric surrounded by divine light", + "credit": "Aaron J. riley", + "width": 1700, + "height": 1111 + }, + { + "type": "statblock", + "name": "Specter", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Sphinxes", + "entries": [ + { + "type": "statblock", + "name": "Sphinxes", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/270-19-021.sphinx-of-wonder.webp" + }, + "credit": "Hazem Ameen", + "width": 1700, + "height": 1210 + }, + { + "type": "statblock", + "name": "Sphinx of Wonder", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/271-19-022.sphinx-of-secrets.webp" + }, + "credit": "Hazem Ameen", + "width": 1700, + "height": 1097 + }, + { + "type": "statblock", + "name": "Sphinx of Secrets", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/272-19-023.sphinx-of-lore.webp" + }, + "credit": "Hazem Ameen", + "width": 850, + "height": 1067 + }, + { + "type": "statblock", + "name": "Sphinx of Lore", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/273-19-024.sphinx-of-valor.webp" + }, + "title": "{@creature Sphinx of Valor|XMM}", + "width": 850, + "height": 1061 + }, + { + "type": "statblock", + "name": "Sphinx of Valor", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Spies", + "entries": [ + { + "type": "statblock", + "name": "Spies", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/274-19-025.spies.webp" + }, + "credit": "Cyprien Rousson", + "width": 850, + "height": 1278 + }, + { + "type": "statblock", + "name": "Spy", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Spy Master", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Spined Devil", + "entries": [ + { + "type": "statblock", + "name": "Spined Devil", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/275-19-026.spined-devil.webp" + }, + "credit": "Taras Susak", + "width": 850, + "height": 1614 + }, + { + "type": "statblock", + "name": "Spined Devil", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Spirit Naga", + "entries": [ + { + "type": "statblock", + "name": "Spirit Naga", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/276-19-027.spirit-naga.webp" + }, + "credit": "Alex Stone", + "width": 1700, + "height": 1093 + }, + { + "type": "statblock", + "name": "Spirit Naga", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Sprite", + "entries": [ + { + "type": "statblock", + "name": "Sprite", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/277-19-028.sprites.webp" + }, + "credit": "Annie Stegg", + "width": 850, + "height": 2263 + }, + { + "type": "statblock", + "name": "Sprite", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Stirges", + "entries": [ + { + "type": "statblock", + "name": "Stirges", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/278-19-029.stirges.webp" + }, + "title": "{@creature Stirge|XMM}", + "width": 850, + "height": 1085 + }, + { + "type": "statblock", + "name": "Stirge", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Swarm of Stirges", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Stone Giant", + "entries": [ + { + "type": "statblock", + "name": "Stone Giant", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/279-19-030.stone-giants.webp" + }, + "credit": "Robson Michel", + "width": 1700, + "height": 1089 + }, + { + "type": "statblock", + "name": "Stone Giant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Stone Golem", + "entries": [ + { + "type": "statblock", + "name": "Stone Golem", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/280-19-031.stone-golem.webp" + }, + "credit": "Hinchel Or", + "width": 850, + "height": 1417 + }, + { + "type": "statblock", + "name": "Stone Golem", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Storm Giant", + "entries": [ + { + "type": "statblock", + "name": "Storm Giant", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/281-19-032.storm-giant.webp" + }, + "credit": "Taras Susak", + "width": 850, + "height": 2162 + }, + { + "type": "statblock", + "name": "Storm Giant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Succubus", + "entries": [ + { + "type": "statblock", + "name": "Succubus", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/282-19-033.succubus.webp" + }, + "credit": "Jodie Muir", + "width": 850, + "height": 1490 + }, + { + "type": "statblock", + "name": "Succubus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (T)", + "entries": [ + { + "type": "section", + "name": "Tarrasque", + "entries": [ + { + "type": "statblock", + "name": "Tarrasque", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/283-20-001.tarrasque.webp" + }, + "credit": "Chris Rahn", + "width": 1700, + "height": 1816 + }, + { + "type": "statblock", + "name": "Tarrasque", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Thri-kreen", + "entries": [ + { + "type": "statblock", + "name": "Thri-kreen", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/284-20-002.thri-kreen.webp" + }, + "credit": "Sean Murray", + "width": 850, + "height": 1415 + }, + { + "type": "statblock", + "name": "Thri-kreen Marauder", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Thri-kreen Psion", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Toughs", + "entries": [ + { + "type": "statblock", + "name": "Toughs", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Tough", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/285-20-003.toughs.webp" + }, + "credit": "Riccardo Moscatello", + "width": 850, + "height": 1387 + }, + { + "type": "statblock", + "name": "Tough Boss", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Treant", + "entries": [ + { + "type": "statblock", + "name": "Treant", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/286-20-004.treant.webp" + }, + "title": "A treant evicts adventurers from a city it has reclaimed for nature", + "credit": "Robson Michel", + "width": 1700, + "height": 1106 + }, + { + "type": "statblock", + "name": "Treant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Troglodyte", + "entries": [ + { + "type": "statblock", + "name": "Troglodyte", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/287-20-005.troglodyte.webp" + }, + "credit": "Brian Valeza", + "width": 1700, + "height": 1273 + }, + { + "type": "statblock", + "name": "Troglodyte", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Troll", + "entries": [ + { + "type": "statblock", + "name": "Troll", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/288-20-006.troll.webp" + }, + "title": "{@creature Troll|XMM}", + "width": 850, + "height": 1303 + }, + { + "type": "statblock", + "name": "Troll", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Troll Limb", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (U)", + "entries": [ + { + "type": "section", + "name": "Ultroloth", + "entries": [ + { + "type": "statblock", + "name": "Ultroloth", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/289-21-001.ultraloth.webp" + }, + "credit": "Lars Grant-West", + "width": 850, + "height": 1066 + }, + { + "type": "statblock", + "name": "Ultroloth", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Umber Hulk", + "entries": [ + { + "type": "statblock", + "name": "Umber Hulk", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/290-21-002.umber-hulk.webp" + }, + "credit": "Jesper Ejsing", + "width": 850, + "height": 771 + }, + { + "type": "statblock", + "name": "Umber Hulk", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Unicorn", + "entries": [ + { + "type": "statblock", + "name": "Unicorn", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/291-21-003.unicorn.webp" + }, + "credit": "Nikki Dawes", + "width": 850, + "height": 1081 + }, + { + "type": "statblock", + "name": "Unicorn", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (V)", + "entries": [ + { + "type": "section", + "name": "Vampires", + "entries": [ + { + "type": "statblock", + "name": "Vampires", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/292-22-001.vampire-and-familiar.webp" + }, + "title": "A vampire familiar provides a meal for a vampire spawn", + "credit": "Katerina Ladon", + "width": 850, + "height": 1356 + }, + { + "type": "statblock", + "name": "Vampire Familiar", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Vampire Spawn", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/293-22-002.vampire-spawn.webp" + }, + "title": "{@creature Vampire Nightbringer|XMM}", + "width": 850, + "height": 1135 + }, + { + "type": "statblock", + "name": "Vampire Nightbringer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/294-22-003.vampire-group.webp" + }, + "title": "Vampires prepare for a midnight meal", + "credit": "Carlo Arellano", + "width": 1700, + "height": 894 + }, + { + "type": "statblock", + "name": "Vampire", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/295-22-004.vampire-umbral-lord.webp" + }, + "title": "{@creature Vampire Umbral Lord|XMM}", + "width": 850, + "height": 1373 + }, + { + "type": "statblock", + "name": "Vampire Umbral Lord", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Vrock", + "entries": [ + { + "type": "statblock", + "name": "Vrock", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/296-22-005.vrock.webp" + }, + "title": "{@creature Vrock|XMM}", + "width": 850, + "height": 1948 + }, + { + "type": "statblock", + "name": "Vrock", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (W)", + "entries": [ + { + "type": "section", + "name": "Warriors", + "entries": [ + { + "type": "statblock", + "name": "Warriors", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/297-23-001.warriors.webp" + }, + "title": "An aasimar commander leads warriors charging into battle", + "credit": "Bram Sels", + "width": 1700, + "height": 1125 + }, + { + "type": "statblock", + "name": "Warrior Infantry", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Warrior Veteran", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Warrior Commander", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Water Elemental", + "entries": [ + { + "type": "statblock", + "name": "Water Elemental", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/298-23-002.water-elemental.webp" + }, + "title": "{@creature Water Elemental|XMM}", + "width": 850, + "height": 1047 + }, + { + "type": "statblock", + "name": "Water Elemental", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Water Weird", + "entries": [ + { + "type": "statblock", + "name": "Water Weird", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Water Weird", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/299-23-003.water-weird.webp" + }, + "credit": "Crystal Sully", + "width": 850, + "height": 2379 + } + ] + }, + { + "type": "section", + "name": "Werebear", + "entries": [ + { + "type": "statblock", + "name": "Werebear", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Werebear", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Wereboar", + "entries": [ + { + "type": "statblock", + "name": "Wereboar", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Wereboar", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/300-23-004.were-creature-group.webp" + }, + "title": "A werebear chases a wereboar and wererat out of its territory", + "credit": "Slawomir Maniak", + "width": 850, + "height": 2106 + } + ] + }, + { + "type": "section", + "name": "Wererat", + "entries": [ + { + "type": "statblock", + "name": "Wererat", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "statblock", + "name": "Wererat", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Weretiger", + "entries": [ + { + "type": "statblock", + "name": "Weretiger", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/301-23-005.weretiger.webp" + }, + "credit": "Zuzanna Wuzyk", + "width": 850, + "height": 1107 + }, + { + "type": "statblock", + "name": "Weretiger", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Werewolf", + "entries": [ + { + "type": "statblock", + "name": "Werewolf", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/302-23-006.werewolf.webp" + }, + "title": "{@creature Werewolf|XMM}", + "width": 850, + "height": 2092 + }, + { + "type": "statblock", + "name": "Werewolf", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "White Dragons", + "entries": [ + { + "type": "statblock", + "name": "White Dragons", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/303-23-007.white-dragon-wyrmling.webp" + }, + "title": "{@creature White Dragon Wyrmling|XMM}", + "width": 850, + "height": 694 + }, + { + "type": "statblock", + "name": "White Dragon Wyrmling", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Young White Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/304-23-008.adult-white-dragon.webp" + }, + "title": "An adult white dragon views all creatures in its territory as prey", + "credit": "Vance Kovacs", + "width": 1700, + "height": 1133 + }, + { + "type": "statblock", + "name": "Adult White Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/305-23-009.ancient-white-dragon.webp" + }, + "title": "An ancient white dragon freezes a ship full of trespassers before they set foot in its territory", + "credit": "Vance Kovacs", + "width": 1700, + "height": 2176 + }, + { + "type": "statblock", + "name": "Ancient White Dragon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Wight", + "entries": [ + { + "type": "statblock", + "name": "Wight", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/306-23-010.wight.webp" + }, + "credit": "Valera Lutfullina", + "width": 850, + "height": 1223 + }, + { + "type": "statblock", + "name": "Wight", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Will-o'-Wisp", + "entries": [ + { + "type": "statblock", + "name": "Will-o'-Wisp", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/307-23-011.will-o-wisp.webp" + }, + "credit": "Vicki Pangestu", + "width": 1700, + "height": 965 + }, + { + "type": "statblock", + "name": "Will-o'-Wisp", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Winter Wolf", + "entries": [ + { + "type": "statblock", + "name": "Winter Wolf", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/308-23-012.winter-wolf.webp" + }, + "title": "{@creature Winter Wolf|XMM}", + "width": 850, + "height": 668 + }, + { + "type": "statblock", + "name": "Winter Wolf", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Worgs", + "entries": [ + { + "type": "statblock", + "name": "Worgs", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/309-23-013.worg.webp" + }, + "title": "{@creature Worg|XMM}", + "width": 850, + "height": 1307 + }, + { + "type": "statblock", + "name": "Worg", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Dire Worg", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Wraith", + "entries": [ + { + "type": "statblock", + "name": "Wraith", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/310-23-014.wraith.webp" + }, + "credit": "Alex Brock", + "width": 850, + "height": 1496 + }, + { + "type": "statblock", + "name": "Wraith", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Wyvern", + "entries": [ + { + "type": "statblock", + "name": "Wyvern", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/311-23-015.wyvern.webp" + }, + "credit": "Fury Galluzzi", + "width": 1700, + "height": 1133 + }, + { + "type": "statblock", + "name": "Wyvern", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (X)", + "entries": [ + { + "type": "section", + "name": "Xorn", + "entries": [ + { + "type": "statblock", + "name": "Xorn", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/312-24-001.xorn.webp" + }, + "credit": "Alexandre Honoré", + "width": 850, + "height": 1070 + }, + { + "type": "statblock", + "name": "Xorn", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters (Y)", + "entries": [ + { + "type": "section", + "name": "Yetis", + "entries": [ + { + "type": "statblock", + "name": "Yetis", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/313-25-001.yeti.webp" + }, + "credit": "Richard Luong", + "width": 850, + "height": 1154 + }, + { + "type": "statblock", + "name": "Yeti", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/314-25-002.abominable-yeti.webp" + }, + "credit": "Richard Luong", + "width": 1700, + "height": 1306 + }, + { + "type": "statblock", + "name": "Abominable Yeti", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Yochlol", + "entries": [ + { + "type": "statblock", + "name": "Yochlol", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/315-25-003.yochlol.webp" + }, + "credit": "Sean Murray", + "width": 850, + "height": 1010 + }, + { + "type": "statblock", + "name": "Yochlol", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + }, + { + "type": "section", + "name": "Yuan-ti", + "entries": [ + { + "type": "statblock", + "name": "Yuan-ti", + "prop": "monsterFluff", + "source": "XMM", + "data": { + "renderCompact": { + "isSkipRootName": true + } + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/316-25-004.yuan-ti-infiltrators.webp" + }, + "credit": "Brian Valenzuela", + "width": 850, + "height": 1157 + }, + { + "type": "statblock", + "name": "Yuan-ti Infiltrator", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/317-25-005.yuan-ti-malisons.webp" + }, + "title": "Yuan-ti Malison Type 1 (Left) and Type 2 (Right)", + "credit": "Brian Valenzuela", + "width": 1700, + "height": 1044 + }, + { + "type": "statblock", + "name": "Yuan-ti Malison (Type 1)", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Yuan-ti Malison (Type 2)", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/318-25-006.yuan-ti-malison-type-3.webp" + }, + "title": "{@creature Yuan-ti Malison (Type 3)|XMM}", + "width": 850, + "height": 1096 + }, + { + "type": "statblock", + "name": "Yuan-ti Malison (Type 3)", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/319-25-007.yuan-ti-abomination.webp" + }, + "credit": "Brian Valenzuela", + "width": 850, + "height": 1490 + }, + { + "type": "statblock", + "name": "Yuan-ti Abomination", + "tag": "creature", + "source": "XMM", + "style": "narrow" + } + ] + } + ] + } + ] + }, + { + "type": "section", + "name": "Animals", + "page": 348, + "entries": [ + "This appendix provides stat blocks for animals of the Beast type\u2014along with many of their gigantic or mythologized kin\u2014in alphabetical order. Most represent versions of animals that exist (or existed) in the real world. You can find descriptions of these creatures in dictionaries or other educational sources, or you might create new roles for them in your D&D worlds.", + "Use these stat blocks to represent the creatures they're named for or other similar creatures. For example, the {@creature Panther|XMM} stat block can also represent a mountain lion, while the {@creature Giant Goat|XMM} stat block might represent a buffalo. Any of these stat blocks might also serve as fantastical animals with distinctive names and cosmetic details unique to your D&D adventures.", + { + "type": "list", + "columns": 3, + "items": [ + "{@creature Allosaurus|XMM}", + "{@creature Ankylosaurus|XMM}", + "{@creature Ape|XMM}", + "{@creature Archelon|XMM}", + "{@creature Baboon|XMM}", + "{@creature Badger|XMM}", + "{@creature Bat|XMM}", + "{@creature Black Bear|XMM}", + "{@creature Blood Hawk|XMM}", + "{@creature Boar|XMM}", + "{@creature Brown Bear|XMM}", + "{@creature Camel|XMM}", + "{@creature Cat|XMM}", + "{@creature Constrictor Snake|XMM}", + "{@creature Crab|XMM}", + "{@creature Crocodile|XMM}", + "{@creature Deer|XMM}", + "{@creature Dire Wolf|XMM}", + "{@creature Draft Horse|XMM}", + "{@creature Eagle|XMM}", + "{@creature Elephant|XMM}", + "{@creature Elk|XMM}", + "{@creature Flying Snake|XMM}", + "{@creature Frog|XMM}", + "{@creature Giant Ape|XMM}", + "{@creature Giant Badger|XMM}", + "{@creature Giant Bat|XMM}", + "{@creature Giant Boar|XMM}", + "{@creature Giant Centipede|XMM}", + "{@creature Giant Constrictor Snake|XMM}", + "{@creature Giant Crab|XMM}", + "{@creature Giant Crocodile|XMM}", + "{@creature Giant Eagle|XMM}", + "{@creature Giant Elk|XMM}", + "{@creature Giant Fire Beetle|XMM}", + "{@creature Giant Frog|XMM}", + "{@creature Giant Goat|XMM}", + "{@creature Giant Hyena|XMM}", + "{@creature Giant Lizard|XMM}", + "{@creature Giant Octopus|XMM}", + "{@creature Giant Owl|XMM}", + "{@creature Giant Rat|XMM}", + "{@creature Giant Scorpion|XMM}", + "{@creature Giant Seahorse|XMM}", + "{@creature Giant Shark|XMM}", + "{@creature Giant Spider|XMM}", + "{@creature Giant Squid|XMM}", + "{@creature Giant Toad|XMM}", + "{@creature Giant Venomous Snake|XMM}", + "{@creature Giant Vulture|XMM}", + "{@creature Giant Wasp|XMM}", + "{@creature Giant Weasel|XMM}", + "{@creature Giant Wolf Spider|XMM}", + "{@creature Goat|XMM}", + "{@creature Hawk|XMM}", + "{@creature Hippopotamus|XMM}", + "{@creature Hunter Shark|XMM}", + "{@creature Hyena|XMM}", + "{@creature Jackal|XMM}", + "{@creature Killer Whale|XMM}", + "{@creature Lion|XMM}", + "{@creature Lizard|XMM}", + "{@creature Mammoth|XMM}", + "{@creature Mastiff|XMM}", + "{@creature Mule|XMM}", + "{@creature Octopus|XMM}", + "{@creature Owl|XMM}", + "{@creature Panther|XMM}", + "{@creature Piranha|XMM}", + "{@creature Plesiosaurus|XMM}", + "{@creature Polar Bear|XMM}", + "{@creature Pony|XMM}", + "{@creature Pteranodon|XMM}", + "{@creature Rat|XMM}", + "{@creature Raven|XMM}", + "{@creature Reef Shark|XMM}", + "{@creature Rhinoceros|XMM}", + "{@creature Riding Horse|XMM}", + "{@creature Saber-Toothed Tiger|XMM}", + "{@creature Scorpion|XMM}", + "{@creature Seahorse|XMM}", + "{@creature Spider|XMM}", + "{@creature Swarm of Bats|XMM}", + "{@creature Swarm of Insects|XMM}", + "{@creature Swarm of Piranhas|XMM}", + "{@creature Swarm of Rats|XMM}", + "{@creature Swarm of Ravens|XMM}", + "{@creature Swarm of Venomous Snakes|XMM}", + "{@creature Tiger|XMM}", + "{@creature Triceratops|XMM}", + "{@creature Tyrannosaurus Rex|XMM}", + "{@creature Venomous Snake|XMM}", + "{@creature Vulture|XMM}", + "{@creature Warhorse|XMM}", + "{@creature Weasel|XMM}", + "{@creature Wolf|XMM}" + ] + }, + { + "type": "section", + "entries": [ + { + "type": "statblock", + "name": "Deer", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/005-27-006.dire-wolf.webp" + }, + "title": "Dire Wolf", + "credit": "Borja Pindado", + "width": 850, + "height": 618 + }, + { + "type": "statblock", + "name": "Dire Wolf", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Draft Horse", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/006-27-007.elephant.webp" + }, + "title": "Elephant", + "credit": "Jonathan Kuo", + "width": 850, + "height": 659 + }, + { + "type": "statblock", + "name": "Elephant", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Eagle", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Elk", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Flying Snake", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Frog", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/007-27-008.giant-ape.webp" + }, + "title": "A giant ape defends its territory from giant bats", + "credit": "Dario Jelusic", + "width": 850, + "height": 2079 + }, + { + "type": "statblock", + "name": "Giant Ape", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Badger", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Bat", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/008-27-009.giant-boar.webp" + }, + "title": "Giant Boar", + "credit": "Polar Engine", + "width": 850, + "height": 915 + }, + { + "type": "statblock", + "name": "Giant Boar", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Centipede", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Constrictor Snake", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Crab", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/009-27-010.giant-crab.webp" + }, + "title": "Giant Crab", + "credit": "Warren Mahy", + "width": 850, + "height": 1050 + }, + { + "type": "statblock", + "name": "Giant Crocodile", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Eagle", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Elk", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Fire Beetle", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Frog", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/010-27-011.giant-goat.webp" + }, + "title": "Giant Goat", + "credit": "Pindurski", + "width": 850, + "height": 726 + }, + { + "type": "statblock", + "name": "Giant Goat", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Hyena", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Lizard", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/011-27-012.giant-lizard.webp" + }, + "title": "Giant Lizard", + "credit": "Jonathan Kuo", + "width": 850, + "height": 611 + }, + { + "type": "statblock", + "name": "Giant Octopus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Owl", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Rat", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Seahorse", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Scorpion", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Shark", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Spider", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Squid", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/012-27-013.giant-squid.webp" + }, + "title": "Giant Squid", + "credit": "Alejandro Pacheco", + "width": 850, + "height": 746 + }, + { + "type": "statblock", + "name": "Giant Toad", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Venomous Snake", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Vulture", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/013-27-015.giant-wasp.webp" + }, + "title": "A gnome rogue distracts a hive of giant wasps while Sheila the thief sneaks by", + "credit": "Dario Jelusic", + "width": 1700, + "height": 980 + }, + { + "type": "statblock", + "name": "Giant Wasp", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Giant Weasel", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/014-27-014.giant-weasel.webp" + }, + "title": "Giant Weasel", + "credit": "Rowan Holloway", + "width": 531, + "height": 850 + }, + { + "type": "statblock", + "name": "Giant Wolf Spider", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/015-27-016.giant-spider.webp" + }, + "title": "Giant Wolf Spider", + "credit": "Michele Giorgi", + "width": 850, + "height": 691 + }, + { + "type": "statblock", + "name": "Goat", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/016-27-017.hawk.webp" + }, + "title": "Hawk", + "credit": "Suzanne Helmigh", + "width": 850, + "height": 1076 + }, + { + "type": "statblock", + "name": "Hawk", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Hippopotamus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Hunter Shark", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/017-27-018.druid-with-fish.webp" + }, + "title": "Aquatic animals swim alongside a druid exploring the sea", + "credit": "Katerina Ladon", + "width": 1700, + "height": 1089 + }, + { + "type": "statblock", + "name": "Hyena", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Jackal", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Killer Whale", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/018-27-019.lion.webp" + }, + "title": "Lion", + "credit": "Jonathan Kuo", + "width": 850, + "height": 619 + }, + { + "type": "statblock", + "name": "Lion", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Lizard", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Mammoth", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Mastiff", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Mule", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/019-27-020.octopus.webp" + }, + "title": "Octopus", + "credit": "Alejandro Pacheco", + "width": 850, + "height": 744 + }, + { + "type": "statblock", + "name": "Octopus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/020-27-021.owl.webp" + }, + "title": "Owl", + "credit": "Jonathan Kuo", + "width": 850, + "height": 1684 + }, + { + "type": "statblock", + "name": "Owl", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Panther", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Piranha", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Plesiosaurus", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Polar Bear", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Pony", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Pteranodon", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Rat", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/021-27-022.rats.webp" + }, + "title": "An adventurer underestimates the extent of a tavern's giant rat infestation", + "credit": "Katerina Ladon", + "width": 1700, + "height": 1087 + }, + { + "type": "statblock", + "name": "Raven", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Reef Shark", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Rhinoceros", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/022-27-023.rhinoceros.webp" + }, + "title": "Rhinoceros", + "credit": "Polar Engine", + "width": 850, + "height": 781 + }, + { + "type": "statblock", + "name": "Riding Horse", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Saber-Toothed Tiger", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Scorpion", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/023-27-024.scorpion.webp" + }, + "title": "Scorpion", + "credit": "Michele Giorgi", + "width": 850, + "height": 862 + }, + { + "type": "statblock", + "name": "Seahorse", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Spider", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Swarm of Bats", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Swarm of Insects", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Swarm of Piranhas", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Swarm of Rats", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/024-27-025.swarm-of-ravens.webp" + }, + "title": "Swarm of Ravens", + "credit": "Rowan Holloway", + "width": 850, + "height": 947 + }, + { + "type": "statblock", + "name": "Swarm of Ravens", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Swarm of Venomous Snakes", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Tiger", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Triceratops", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/025-27-026.tyrannosaurus.webp" + }, + "title": "Tyrannosaurus Rex", + "credit": "April Prime", + "width": 850, + "height": 567 + }, + { + "type": "statblock", + "name": "Tyrannosaurus Rex", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Venomous Snake", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Vulture", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Warhorse", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Weasel", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "statblock", + "name": "Wolf", + "tag": "creature", + "source": "XMM", + "style": "narrow" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/026-27-027.druid-in-jungle.webp" + }, + "title": "Inhabitants of the rain forest answer a druid's summons", + "credit": "Katerina Ladon", + "width": 1700, + "height": 1096 + } + ] + } + ] + }, + { + "type": "section", + "name": "Monster Lists", + "page": 374, + "entries": [ + "This appendix provides conversions for stat blocks that have changed between the 2014 {@book Monster Manual|MM} and this book, as well as lists of monsters organized by habitat, creature type, group, and {@variantrule Challenge Rating|XPHB}.", + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/027-28-001.monster-story-time.webp" + }, + "credit": "Joy Ang", + "width": 850, + "height": 1349 + }, + { + "type": "section", + "name": "Monster Conversions", + "page": 374, + "entries": [ + "Every monster in 2014 {@book Monster Manual|MM} either appears in this book or has a CR-appropriate replacement. If you're using material published prior to this book and are unable to locate a stat block herein, consult the Stat Block Conversions table to find the equivalent stat block you should use.", + { + "type": "table", + "caption": "Stat Block Conversions", + "colLabels": [ + "2014 Stat Block", + "2025 Equivalent" + ], + "colStyles": [ + "col-6", + "col-6" + ], + "rows": [ + [ + "{@creature Aarakocra|MM}", + "{@creature Aarakocra Skirmisher|XMM}" + ], + [ + "{@creature Acolyte|MM}", + "{@creature Priest Acolyte|XMM}" + ], + [ + "{@creature Adult Blue Dracolich|MM}", + "{@creature Dracolich|XMM}" + ], + [ + "{@creature Androsphinx|MM}", + "{@creature Sphinx of Valor|XMM}" + ], + [ + "{@creature Azer|MM}", + "{@creature Azer Sentinel|XMM}" + ], + [ + "{@creature Bugbear|MM}", + "{@creature Bugbear Warrior|XMM}" + ], + [ + "{@creature Bullywug|MM}", + "{@creature Bullywug Warrior|XMM}" + ], + [ + "{@creature Centaur|MM}", + "{@creature Centaur Trooper|XMM}" + ], + [ + "{@creature Cult Fanatic|MM}", + "{@creature Cultist Fanatic|XMM}" + ], + [ + "{@creature Cyclops|MM}", + "{@creature Cyclops Sentry|XMM}" + ], + [ + "{@creature Deep Gnome (Svirfneblin)|MM|Deep Gnome}", + "{@creature Scout|XMM}" + ], + [ + "{@creature Drow|MM}", + "{@creature Priest Acolyte|XMM}" + ], + [ + "{@creature Drow Elite Warrior|MM}", + "{@creature Gladiator|XMM}" + ], + [ + "{@creature Drow Mage|MM}", + "{@creature Bandit Deceiver|XMM}" + ], + [ + "{@creature Drow Priestess of Lolth|MM}", + "{@creature Fiend Cultist|XMM}" + ], + [ + "{@creature Duergar|MM}", + "{@creature Spy|XMM}" + ], + [ + "{@creature Duodrone|MM}", + "{@creature Modron Duodrone|XMM}" + ], + [ + "{@creature Faerie Dragon (Green)|MM|Faerie Dragon (if green, blue, indigo, or violet)}", + "{@creature Faerie Dragon Adult|XMM}" + ], + [ + "{@creature Faerie Dragon (Red)|MM|Faerie Dragon (if red, orange, or yellow)}", + "{@creature Faerie Dragon Youth|XMM}" + ], + [ + "{@creature Fire Snake|MM}", + "{@creature Salamander Fire Snake|XMM}" + ], + [ + "{@creature Flying Sword|MM}", + "{@creature Animated Flying Sword|XMM}" + ], + [ + "{@creature Gas Spore|MM}", + "{@creature Gas Spore Fungus|XMM}" + ], + [ + "{@creature Giant Poisonous Snake|MM}", + "{@creature Giant Venomous Snake|XMM}" + ], + [ + "{@creature Gnoll|MM}", + "{@creature Gnoll Warrior|XMM}" + ], + [ + "{@creature Goblin|MM}", + "{@creature Goblin Warrior|XMM}" + ], + [ + "{@creature Grick Alpha|MM}", + "{@creature Grick Ancient|XMM}" + ], + [ + "{@creature Gynosphinx|MM}", + "{@creature Sphinx of Lore|XMM}" + ], + [ + "{@creature Half-Ogre (Ogrillon)|MM}", + "{@creature Ogrillon Ogre|XMM}" + ], + [ + "{@creature Half-Red Dragon Veteran|MM}", + "{@creature Half-Dragon|XMM}" + ], + [ + "{@creature Hobgoblin|MM}", + "{@creature Hobgoblin Warrior|XMM}" + ], + [ + "{@creature Kobold|MM}", + "{@creature Kobold Warrior|XMM}" + ], + [ + "{@creature Lizardfolk|MM}", + "{@creature Scout|XMM}" + ], + [ + "{@creature Lizardfolk Shaman|MM}", + "{@creature Lizardfolk Geomancer|XMM}" + ], + [ + "{@creature Lizard King|MM}/{@creature Lizard Queen|MM|Queen}", + "{@creature Lizardfolk Sovereign|XMM}" + ], + [ + "{@creature Merfolk|MM}", + "{@creature Merfolk Skirmisher|XMM}" + ], + [ + "{@creature Minotaur|MM}", + "{@creature Minotaur of Baphomet|XMM}" + ], + [ + "{@creature Monodrone|MM}", + "{@creature Modron Monodrone|XMM}" + ], + [ + "{@creature Orc|MM}", + "{@creature Tough|XMM}" + ], + [ + "{@creature Orc Eye of Gruumsh|MM}", + "{@creature Cultist Fanatic|XMM}" + ], + [ + "{@creature Orc War Chief|MM}", + "{@creature Tough Boss|XMM}" + ], + [ + "{@creature Orog|MM}", + "{@creature Berserker|XMM}" + ], + [ + "{@creature Pentadrone|MM}", + "{@creature Modron Pentadrone|XMM}" + ], + [ + "{@creature Poisonous Snake|MM}", + "{@creature Venomous Snake|XMM}" + ], + [ + "{@creature Quadrone|MM}", + "{@creature Modron Quadrone|XMM}" + ], + [ + "{@creature Quaggoth Spore Servant|MM}", + "{@creature Myconid Spore Servant|XMM}" + ], + [ + "{@creature Quipper|MM}", + "{@creature Piranha|XMM}" + ], + [ + "{@creature Rug of Smothering|MM}", + "{@creature Animated Rug of Smothering|XMM}" + ], + [ + "{@creature Sahuagin|MM}", + "{@creature Sahuagin Warrior|XMM}" + ], + [ + "{@creature Sahuagin Priestess|MM}", + "{@creature Sahuagin Priest|XMM}" + ], + [ + "{@creature Shrieker|MM}", + "{@creature Shrieker Fungus|XMM}" + ], + [ + "{@creature Swarm of Poisonous Snakes|MM}", + "{@creature Swarm of Venomous Snakes|XMM}" + ], + [ + "{@creature Swarm of Quippers|MM}", + "{@creature Swarm of Piranhas|XMM}" + ], + [ + "{@creature Thri-kreen|MM}", + "{@creature Thri-kreen Marauder|XMM}" + ], + [ + "{@creature Thug|MM}", + "{@creature Tough|XMM}" + ], + [ + "{@creature Tribal Warrior|MM}", + "{@creature Warrior Infantry|XMM}" + ], + [ + "{@creature Tridrone|MM}", + "{@creature Modron Tridrone|XMM}" + ], + [ + "{@creature Veteran|MM}", + "{@creature Warrior Veteran|XMM}" + ], + [ + "{@creature Young Red Shadow Dragon|MM}", + "{@creature Shadow Dragon|XMM}" + ], + [ + "{@creature Yuan-ti Pureblood|MM}", + "{@creature Yuan-ti Infiltrator|XMM}" + ] + ] + } + ] + }, + { + "type": "section", + "name": "Monsters by Habitat", + "page": 375, + "entries": [ + "The following tables organize the monster stat blocks in this book by habitat. These tables omit monsters that don't inhabit natural habitats, such as many Celestials and Fiends.", + { + "type": "table", + "caption": "Any Habitat Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Commoner|XMM}, {@creature Crawling Claw|XMM}, {@creature Homunculus|XMM}" + ], + [ + "1/8", + "{@creature Bandit|XMM}, {@creature Cultist|XMM}, {@creature Guard|XMM}, {@creature Noble|XMM}, {@creature Warrior Infantry|XMM}" + ], + [ + "1/4", + "{@creature Priest Acolyte|XMM}" + ], + [ + "1/2", + "{@creature Performer|XMM}, {@creature Scout|XMM}, {@creature Tough|XMM}" + ], + [ + "1", + "{@creature Empyrean Iota|XMM}, {@creature Imp|XMM}, {@creature Pirate|XMM}, {@creature Spy|XMM}" + ], + [ + "2", + "{@creature Bandit Captain|XMM}, {@creature Berserker|XMM}, {@creature Cultist Fanatic|XMM}, {@creature Druid|XMM}, {@creature Mage Apprentice|XMM}, {@creature Priest|XMM}" + ], + [ + "3", + "{@creature Knight|XMM}, {@creature Scout Captain|XMM}, {@creature Swarm of Crawling Claws|XMM}, {@creature Warrior Veteran|XMM}" + ], + [ + "4", + "{@creature Banshee|XMM}, {@creature Guard Captain|XMM}, {@creature Helmed Horror|XMM}, {@creature Tough Boss|XMM}" + ], + [ + "5", + "{@creature Cambion|XMM}, {@creature Flesh Golem|XMM}, {@creature Gladiator|XMM}, {@creature Half-Dragon|XMM}" + ], + [ + "6", + "{@creature Mage|XMM}, {@creature Performer Maestro|XMM}, {@creature Pirate Captain|XMM}" + ], + [ + "7", + "{@creature Bandit Deceiver|XMM}" + ], + [ + "8", + "{@creature Aberrant Cultist|XMM}, {@creature Assassin|XMM}, {@creature Berserker Commander|XMM}, {@creature Death Cultist|XMM}, {@creature Elemental Cultist|XMM}, {@creature Fiend Cultist|XMM}" + ], + [ + "10", + "{@creature Cultist Hierophant|XMM}, {@creature Noble Prodigy|XMM}, {@creature Performer Legend|XMM}, {@creature Spy Master|XMM}, {@creature Stone Golem|XMM}, {@creature Warrior Commander|XMM}" + ], + [ + "11", + "{@creature Bandit Crime Lord|XMM}, {@creature Death Knight Aspirant|XMM}" + ], + [ + "12", + "{@creature Archmage|XMM}, {@creature Archpriest|XMM}, {@creature Pirate Admiral|XMM}, {@creature Questing Knight|XMM}" + ], + [ + "16", + "{@creature Iron Golem|XMM}" + ], + [ + "17", + "{@creature Death Knight|XMM}, {@creature Dracolich|XMM}" + ], + [ + "18", + "{@creature Demilich|XMM}" + ], + [ + "21", + "{@creature Arch-hag|XMM}, {@creature Lich|XMM}" + ], + [ + "23", + "{@creature Blob of Annihilation|XMM}, {@creature Empyrean|XMM}" + ], + [ + "25", + "{@creature Colossus|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Arctic Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Hawk|XMM}, {@creature Owl|XMM}" + ], + [ + "1/8", + "{@creature Blood Hawk|XMM}, {@creature Kobold Warrior|XMM}" + ], + [ + "1/4", + "{@creature Axe Beak|XMM}, {@creature Giant Owl|XMM}, {@creature Winged Kobold|XMM}" + ], + [ + "1/2", + "{@creature Ice Mephit|XMM}" + ], + [ + "1", + "{@creature Brown Bear|XMM}, {@creature Ogrillon Ogre|XMM}" + ], + [ + "2", + "{@creature Griffon|XMM}, {@creature Ogre|XMM}, {@creature Polar Bear|XMM}, {@creature Saber-Toothed Tiger|XMM}, {@creature White Dragon Wyrmling|XMM}" + ], + [ + "3", + "{@creature Manticore|XMM}, {@creature Winter Wolf|XMM}, {@creature Yeti|XMM}" + ], + [ + "5", + "{@creature Giant Axe Beak|XMM}, {@creature Troll|XMM}, {@creature Werebear|XMM}, {@creature Young Remorhaz|XMM}" + ], + [ + "6", + "{@creature Mammoth|XMM}, {@creature Young White Dragon|XMM}" + ], + [ + "8", + "{@creature Frost Giant|XMM}" + ], + [ + "9", + "{@creature Abominable Yeti|XMM}" + ], + [ + "11", + "{@creature Remorhaz|XMM}, {@creature Roc|XMM}" + ], + [ + "13", + "{@creature Adult White Dragon|XMM}" + ], + [ + "20", + "{@creature Ancient White Dragon|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Coastal Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Crab|XMM}, {@creature Eagle|XMM}, {@creature Hawk|XMM}, {@creature Lizard|XMM}" + ], + [ + "1/8", + "{@creature Blood Hawk|XMM}, {@creature Giant Crab|XMM}, {@creature Kobold Warrior|XMM}, {@creature Merfolk Skirmisher|XMM}, {@creature Venomous Snake|XMM}" + ], + [ + "1/4", + "{@creature Giant Lizard|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Giant Wolf Spider|XMM}, {@creature Kuo-toa|XMM}, {@creature Pseudodragon|XMM}, {@creature Pteranodon|XMM}, {@creature Winged Kobold|XMM}" + ], + [ + "1/2", + "{@creature Crocodile|XMM}, {@creature Sahuagin Warrior|XMM}" + ], + [ + "1", + "{@creature Giant Eagle|XMM}, {@creature Giant Toad|XMM}, {@creature Harpy|XMM}, {@creature Kuo-toa Whip|XMM}" + ], + [ + "2", + "{@creature Bronze Dragon Wyrmling|XMM}, {@creature Griffon|XMM}, {@creature Merrow|XMM}, {@creature Plesiosaurus|XMM}, {@creature Sahuagin Priest|XMM}, {@creature Sea Hag|XMM}, {@creature Swarm of Venomous Snakes|XMM}" + ], + [ + "3", + "{@creature Blue Dragon Wyrmling|XMM}, {@creature Kuo-toa Monitor|XMM}, {@creature Manticore|XMM}" + ], + [ + "4", + "{@creature Chuul|XMM}" + ], + [ + "5", + "{@creature Giant Crocodile|XMM}, {@creature Sahuagin Baron|XMM}, {@creature Water Elemental|XMM}" + ], + [ + "6", + "{@creature Cyclops Sentry|XMM}, {@creature Kuo-toa Archpriest|XMM}, {@creature Merfolk Wavebender|XMM}" + ], + [ + "8", + "{@creature Hydra|XMM}, {@creature Young Bronze Dragon|XMM}" + ], + [ + "9", + "{@creature Young Blue Dragon|XMM}" + ], + [ + "10", + "{@creature Cyclops Oracle|XMM}" + ], + [ + "11", + "{@creature Djinni|XMM}, {@creature Marid|XMM}, {@creature Roc|XMM}" + ], + [ + "13", + "{@creature Storm Giant|XMM}" + ], + [ + "15", + "{@creature Adult Bronze Dragon|XMM}" + ], + [ + "16", + "{@creature Adult Blue Dragon|XMM}" + ], + [ + "17", + "{@creature Dragon Turtle|XMM}" + ], + [ + "22", + "{@creature Ancient Bronze Dragon|XMM}" + ], + [ + "23", + "{@creature Ancient Blue Dragon|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Desert Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Cat|XMM}, {@creature Hyena|XMM}, {@creature Jackal|XMM}, {@creature Lizard|XMM}, {@creature Scorpion|XMM}, {@creature Spider|XMM}, {@creature Vulture|XMM}" + ], + [ + "1/8", + "{@creature Camel|XMM}, {@creature Flying Snake|XMM}, {@creature Kobold Warrior|XMM}, {@creature Mule|XMM}, {@creature Stirge|XMM}, {@creature Venomous Snake|XMM}" + ], + [ + "1/4", + "{@creature Constrictor Snake|XMM}, {@creature Giant Lizard|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Giant Wolf Spider|XMM}, {@creature Pseudodragon|XMM}, {@creature Winged Kobold|XMM}" + ], + [ + "1/2", + "{@creature Dust Mephit|XMM}, {@creature Gnoll Warrior|XMM}, {@creature Hobgoblin Warrior|XMM}, {@creature Jackalwere|XMM}, {@creature Swarm of Insects|XMM}" + ], + [ + "1", + "{@creature Brass Dragon Wyrmling|XMM}, {@creature Death Dog|XMM}, {@creature Giant Hyena|XMM}, {@creature Giant Spider|XMM}, {@creature Giant Vulture|XMM}, {@creature Lion|XMM}, {@creature Ogrillon Ogre|XMM}, {@creature Sphinx of Wonder|XMM}, {@creature Thri-kreen Marauder|XMM}, {@creature Yuan-ti Infiltrator|XMM}" + ], + [ + "2", + "{@creature Giant Constrictor Snake|XMM}, {@creature Gnoll Pack Lord|XMM}, {@creature Ogre|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Swarm of Venomous Snakes|XMM}" + ], + [ + "3", + "{@creature Blue Dragon Wyrmling|XMM}, {@creature Giant Scorpion|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Mummy|XMM}, {@creature Phase Spider|XMM}, {@creature Wight|XMM}, {@creature Yuan-ti Malison (Type 1)|XMM}/{@creature Yuan-ti Malison (Type 2)|XMM}/{@creature Yuan-ti Malison (Type 3)|XMM}" + ], + [ + "4", + "{@creature Couatl|XMM}, {@creature Gnoll Fang of Yeenoghu|XMM}, {@creature Lamia|XMM}, {@creature Weretiger|XMM}" + ], + [ + "5", + "{@creature Air Elemental|XMM}, {@creature Fire Elemental|XMM}" + ], + [ + "6", + "{@creature Cyclops Sentry|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Medusa|XMM}, {@creature Young Brass Dragon|XMM}" + ], + [ + "7", + "{@creature Yuan-ti Abomination|XMM}" + ], + [ + "8", + "{@creature Gnoll Demoniac|XMM}, {@creature Sphinx of Secrets|XMM}, {@creature Thri-kreen Psion|XMM}" + ], + [ + "9", + "{@creature Young Blue Dragon|XMM}" + ], + [ + "10", + "{@creature Cyclops Oracle|XMM}, {@creature Guardian Naga|XMM}" + ], + [ + "11", + "{@creature Efreeti|XMM}, {@creature Roc|XMM}, {@creature Sphinx of Lore|XMM}" + ], + [ + "13", + "{@creature Adult Brass Dragon|XMM}" + ], + [ + "15", + "{@creature Mummy Lord|XMM}, {@creature Purple Worm|XMM}" + ], + [ + "16", + "{@creature Adult Blue Dragon|XMM}" + ], + [ + "17", + "{@creature Sphinx of Valor|XMM}" + ], + [ + "20", + "{@creature Ancient Brass Dragon|XMM}" + ], + [ + "23", + "{@creature Ancient Blue Dragon|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Forest Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Awakened Shrub|XMM}, {@creature Baboon|XMM}, {@creature Badger|XMM}, {@creature Bat|XMM}, {@creature Cat|XMM}, {@creature Deer|XMM}, {@creature Frog|XMM}, {@creature Hawk|XMM}, {@creature Hyena|XMM}, {@creature Lizard|XMM}, {@creature Owl|XMM}, {@creature Rat|XMM}, {@creature Spider|XMM}, {@creature Weasel|XMM}" + ], + [ + "1/8", + "{@creature Blood Hawk|XMM}, {@creature Flying Snake|XMM}, {@creature Giant Rat|XMM}, {@creature Giant Weasel|XMM}, {@creature Goblin Minion|XMM}, {@creature Kobold Warrior|XMM}, {@creature Mastiff|XMM}, {@creature Stirge|XMM}, {@creature Twig Blight|XMM}, {@creature Venomous Snake|XMM}" + ], + [ + "1/4", + "{@creature Blink Dog|XMM}, {@creature Boar|XMM}, {@creature Constrictor Snake|XMM}, {@creature Elk|XMM}, {@creature Giant Badger|XMM}, {@creature Giant Bat|XMM}, {@creature Giant Frog|XMM}, {@creature Giant Lizard|XMM}, {@creature Giant Owl|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Giant Wolf Spider|XMM}, {@creature Goblin Warrior|XMM}, {@creature Kenku|XMM}, {@creature Needle Blight|XMM}, {@creature Panther|XMM}, {@creature Pixie|XMM}, {@creature Pseudodragon|XMM}, {@creature Sprite|XMM}, {@creature Swarm of Bats|XMM}, {@creature Swarm of Rats|XMM}, {@creature Winged Kobold|XMM}, {@creature Wolf|XMM}" + ], + [ + "1/2", + "{@creature Ape|XMM}, {@creature Black Bear|XMM}, {@creature Giant Wasp|XMM}, {@creature Gnoll Warrior|XMM}, {@creature Hobgoblin Warrior|XMM}, {@creature Satyr|XMM}, {@creature Swarm of Insects|XMM}, {@creature Vine Blight|XMM}, {@creature Worg|XMM}" + ], + [ + "1", + "{@creature Brown Bear|XMM}, {@creature Bugbear Warrior|XMM}, {@creature Dire Wolf|XMM}, {@creature Dryad|XMM}, {@creature Faerie Dragon Youth|XMM}, {@creature Giant Hyena|XMM}, {@creature Giant Spider|XMM}, {@creature Giant Toad|XMM}, {@creature Goblin Boss|XMM}, {@creature Harpy|XMM}, {@creature Ogrillon Ogre|XMM}, {@creature Tiger|XMM}, {@creature Yuan-ti Infiltrator|XMM}" + ], + [ + "2", + "{@creature Ankheg|XMM}, {@creature Awakened Tree|XMM}, {@creature Centaur Trooper|XMM}, {@creature Ettercap|XMM}, {@creature Faerie Dragon Adult|XMM}, {@creature Giant Boar|XMM}, {@creature Giant Constrictor Snake|XMM}, {@creature Giant Elk|XMM}, {@creature Gnoll Pack Lord|XMM}, {@creature Green Dragon Wyrmling|XMM}, {@creature Grick|XMM}, {@creature Lizardfolk Geomancer|XMM}, {@creature Ogre|XMM}, {@creature Pegasus|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Swarm of Venomous Snakes|XMM}, {@creature Wererat|XMM}, {@creature Will-o'-Wisp|XMM}" + ], + [ + "3", + "{@creature Bugbear Stalker|XMM}, {@creature Displacer Beast|XMM}, {@creature Goblin Hexer|XMM}, {@creature Gold Dragon Wyrmling|XMM}, {@creature Green Hag|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Owlbear|XMM}, {@creature Phase Spider|XMM}, {@creature Werewolf|XMM}, {@creature Yuan-ti Malison (Type 1)|XMM}/{@creature Yuan-ti Malison (Type 2)|XMM}/{@creature Yuan-ti Malison (Type 3)|XMM}" + ], + [ + "4", + "{@creature Couatl|XMM}, {@creature Gnoll Fang of Yeenoghu|XMM}, {@creature Hippopotamus|XMM}, {@creature Lizardfolk Sovereign|XMM}, {@creature Wereboar|XMM}, {@creature Weretiger|XMM}" + ], + [ + "5", + "{@creature Gorgon|XMM}, {@creature Pixie Wonderbringer|XMM}, {@creature Revenant|XMM}, {@creature Shambling Mound|XMM}, {@creature Troll|XMM}, {@creature Unicorn|XMM}, {@creature Werebear|XMM}" + ], + [ + "6", + "{@creature Drider|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Satyr Revelmaster|XMM}" + ], + [ + "7", + "{@creature Centaur Warden|XMM}, {@creature Giant Ape|XMM}, {@creature Graveyard Revenant|XMM}, {@creature Grick Ancient|XMM}, {@creature Oni|XMM}, {@creature Primeval Owlbear|XMM}, {@creature Tree Blight|XMM}, {@creature Yuan-ti Abomination|XMM}" + ], + [ + "8", + "{@creature Gnoll Demoniac|XMM}, {@creature Young Green Dragon|XMM}" + ], + [ + "9", + "{@creature Brazen Gorgon|XMM}, {@creature Treant|XMM}" + ], + [ + "10", + "{@creature Dire Worg|XMM}, {@creature Guardian Naga|XMM}, {@creature Haunting Revenant|XMM}, {@creature Young Gold Dragon|XMM}" + ], + [ + "15", + "{@creature Adult Green Dragon|XMM}" + ], + [ + "16", + "{@creature Gulthias Blight|XMM}" + ], + [ + "17", + "{@creature Adult Gold Dragon|XMM}" + ], + [ + "22", + "{@creature Ancient Green Dragon|XMM}" + ], + [ + "24", + "{@creature Ancient Gold Dragon|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Grassland Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Cat|XMM}, {@creature Deer|XMM}, {@creature Eagle|XMM}, {@creature Goat|XMM}, {@creature Hawk|XMM}, {@creature Hyena|XMM}, {@creature Jackal|XMM}, {@creature Vulture|XMM}, {@creature Weasel|XMM}" + ], + [ + "1/8", + "{@creature Blood Hawk|XMM}, {@creature Flying Snake|XMM}, {@creature Giant Weasel|XMM}, {@creature Goblin Minion|XMM}, {@creature Pony|XMM}, {@creature Stirge|XMM}, {@creature Venomous Snake|XMM}" + ], + [ + "1/4", + "{@creature Axe Beak|XMM}, {@creature Boar|XMM}, {@creature Elk|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Giant Wolf Spider|XMM}, {@creature Goblin Warrior|XMM}, {@creature Panther|XMM}, {@creature Pteranodon|XMM}, {@creature Riding Horse|XMM}, {@creature Wolf|XMM}" + ], + [ + "1/2", + "{@creature Cockatrice|XMM}, {@creature Giant Goat|XMM}, {@creature Giant Wasp|XMM}, {@creature Gnoll Warrior|XMM}, {@creature Hobgoblin Warrior|XMM}, {@creature Jackalwere|XMM}, {@creature Swarm of Insects|XMM}, {@creature Worg|XMM}" + ], + [ + "1", + "{@creature Bugbear Warrior|XMM}, {@creature Giant Eagle|XMM}, {@creature Giant Hyena|XMM}, {@creature Giant Vulture|XMM}, {@creature Goblin Boss|XMM}, {@creature Hippogriff|XMM}, {@creature Lion|XMM}, {@creature Ogrillon Ogre|XMM}, {@creature Scarecrow|XMM}, {@creature Thri-kreen Marauder|XMM}, {@creature Tiger|XMM}" + ], + [ + "2", + "{@creature Allosaurus|XMM}, {@creature Ankheg|XMM}, {@creature Bulette Pup|XMM}, {@creature Centaur Trooper|XMM}, {@creature Giant Boar|XMM}, {@creature Giant Elk|XMM}, {@creature Gnoll Pack Lord|XMM}, {@creature Griffon|XMM}, {@creature Ogre|XMM}, {@creature Pegasus|XMM}, {@creature Rhinoceros|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Swarm of Venomous Snakes|XMM}" + ], + [ + "3", + "{@creature Ankylosaurus|XMM}, {@creature Bugbear Stalker|XMM}, {@creature Goblin Hexer|XMM}, {@creature Gold Dragon Wyrmling|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Manticore|XMM}, {@creature Phase Spider|XMM}" + ], + [ + "4", + "{@creature Couatl|XMM}, {@creature Elephant|XMM}, {@creature Gnoll Fang of Yeenoghu|XMM}, {@creature Hippopotamus|XMM}, {@creature Wereboar|XMM}, {@creature Weretiger|XMM}" + ], + [ + "5", + "{@creature Bulette|XMM}, {@creature Giant Axe Beak|XMM}, {@creature Gorgon|XMM}, {@creature Triceratops|XMM}" + ], + [ + "6", + "{@creature Chimera|XMM}, {@creature Cyclops Sentry|XMM}, {@creature Hobgoblin Warlord|XMM}" + ], + [ + "7", + "{@creature Centaur Warden|XMM}" + ], + [ + "8", + "{@creature Cockatrice Regent|XMM}, {@creature Gnoll Demoniac|XMM}, {@creature Thri-kreen Psion|XMM}, {@creature Tyrannosaurus Rex|XMM}" + ], + [ + "9", + "{@creature Brazen Gorgon|XMM}" + ], + [ + "10", + "{@creature Cyclops Oracle|XMM}, {@creature Dire Worg|XMM}, {@creature Young Gold Dragon|XMM}" + ], + [ + "17", + "{@creature Adult Gold Dragon|XMM}" + ], + [ + "24", + "{@creature Ancient Gold Dragon|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Hill Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Baboon|XMM}, {@creature Eagle|XMM}, {@creature Goat|XMM}, {@creature Hawk|XMM}, {@creature Hyena|XMM}, {@creature Owl|XMM}, {@creature Raven|XMM}, {@creature Vulture|XMM}, {@creature Weasel|XMM}" + ], + [ + "1/8", + "{@creature Blood Hawk|XMM}, {@creature Giant Weasel|XMM}, {@creature Goblin Minion|XMM}, {@creature Kobold Warrior|XMM}, {@creature Mastiff|XMM}, {@creature Mule|XMM}, {@creature Stirge|XMM}, {@creature Venomous Snake|XMM}" + ], + [ + "1/4", + "{@creature Axe Beak|XMM}, {@creature Boar|XMM}, {@creature Elk|XMM}, {@creature Giant Owl|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Giant Wolf Spider|XMM}, {@creature Goblin Warrior|XMM}, {@creature Panther|XMM}, {@creature Pseudodragon|XMM}, {@creature Swarm of Ravens|XMM}, {@creature Winged Kobold|XMM}, {@creature Wolf|XMM}" + ], + [ + "1/2", + "{@creature Giant Goat|XMM}, {@creature Gnoll Warrior|XMM}, {@creature Hobgoblin Warrior|XMM}, {@creature Swarm of Insects|XMM}, {@creature Worg|XMM}" + ], + [ + "1", + "{@creature Brown Bear|XMM}, {@creature Copper Dragon Wyrmling|XMM}, {@creature Dire Wolf|XMM}, {@creature Giant Eagle|XMM}, {@creature Giant Hyena|XMM}, {@creature Giant Vulture|XMM}, {@creature Goblin Boss|XMM}, {@creature Harpy|XMM}, {@creature Hippogriff|XMM}, {@creature Lion|XMM}, {@creature Ogrillon Ogre|XMM}" + ], + [ + "2", + "{@creature Bulette Pup|XMM}, {@creature Giant Boar|XMM}, {@creature Giant Elk|XMM}, {@creature Gnoll Pack Lord|XMM}, {@creature Griffon|XMM}, {@creature Ogre|XMM}, {@creature Pegasus|XMM}, {@creature Peryton|XMM}, {@creature Saber-Toothed Tiger|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Swarm of Venomous Snakes|XMM}" + ], + [ + "3", + "{@creature Goblin Hexer|XMM}, {@creature Green Hag|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Manticore|XMM}, {@creature Phase Spider|XMM}, {@creature Werewolf|XMM}" + ], + [ + "4", + "{@creature Ettin|XMM}, {@creature Gnoll Fang of Yeenoghu|XMM}, {@creature Red Dragon Wyrmling|XMM}, {@creature Wereboar|XMM}" + ], + [ + "5", + "{@creature Bulette|XMM}, {@creature Giant Axe Beak|XMM}, {@creature Gorgon|XMM}, {@creature Hill Giant|XMM}, {@creature Troll|XMM}, {@creature Werebear|XMM}" + ], + [ + "6", + "{@creature Chimera|XMM}, {@creature Cyclops Sentry|XMM}, {@creature Galeb Duhr|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Wyvern|XMM}" + ], + [ + "7", + "{@creature Stone Giant|XMM}, {@creature Young Copper Dragon|XMM}" + ], + [ + "8", + "{@creature Gnoll Demoniac|XMM}" + ], + [ + "9", + "{@creature Brazen Gorgon|XMM}" + ], + [ + "10", + "{@creature Cyclops Oracle|XMM}, {@creature Dire Worg|XMM}, {@creature Young Red Dragon|XMM}" + ], + [ + "11", + "{@creature Roc|XMM}" + ], + [ + "14", + "{@creature Adult Copper Dragon|XMM}" + ], + [ + "17", + "{@creature Adult Red Dragon|XMM}" + ], + [ + "21", + "{@creature Ancient Copper Dragon|XMM}" + ], + [ + "24", + "{@creature Ancient Red Dragon|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Mountain Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Bat|XMM}, {@creature Eagle|XMM}, {@creature Goat|XMM}, {@creature Hawk|XMM}" + ], + [ + "1/8", + "{@creature Blood Hawk|XMM}, {@creature Kobold Warrior|XMM}, {@creature Stirge|XMM}" + ], + [ + "1/4", + "{@creature Aarakocra Skirmisher|XMM}, {@creature Giant Bat|XMM}, {@creature Pseudodragon|XMM}, {@creature Pteranodon|XMM}, {@creature Swarm of Bats|XMM}, {@creature Winged Kobold|XMM}" + ], + [ + "1/2", + "{@creature Giant Goat|XMM}, {@creature Hobgoblin Warrior|XMM}" + ], + [ + "1", + "{@creature Giant Eagle|XMM}, {@creature Harpy|XMM}, {@creature Hippogriff|XMM}, {@creature Lion|XMM}, {@creature Ogrillon Ogre|XMM}" + ], + [ + "2", + "{@creature Azer Sentinel|XMM}, {@creature Bulette Pup|XMM}, {@creature Griffon|XMM}, {@creature Ogre|XMM}, {@creature Peryton|XMM}, {@creature Saber-Toothed Tiger|XMM}, {@creature Silver Dragon Wyrmling|XMM}, {@creature Swarm of Stirges|XMM}" + ], + [ + "3", + "{@creature Basilisk|XMM}, {@creature Hell Hound|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Manticore|XMM}" + ], + [ + "4", + "{@creature Aarakocra Aeromancer|XMM}, {@creature Ettin|XMM}, {@creature Red Dragon Wyrmling|XMM}" + ], + [ + "5", + "{@creature Air Elemental|XMM}, {@creature Bulette|XMM}, {@creature Earth Elemental|XMM}, {@creature Troll|XMM}" + ], + [ + "6", + "{@creature Azer Pyromancer|XMM}, {@creature Chimera|XMM}, {@creature Cyclops Sentry|XMM}, {@creature Galeb Duhr|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Wyvern|XMM}" + ], + [ + "7", + "{@creature Stone Giant|XMM}" + ], + [ + "8", + "{@creature Frost Giant|XMM}" + ], + [ + "9", + "{@creature Cloud Giant|XMM}, {@creature Fire Giant|XMM}, {@creature Young Silver Dragon|XMM}" + ], + [ + "10", + "{@creature Cyclops Oracle|XMM}, {@creature Young Red Dragon|XMM}" + ], + [ + "11", + "{@creature Roc|XMM}" + ], + [ + "16", + "{@creature Adult Silver Dragon|XMM}" + ], + [ + "17", + "{@creature Adult Red Dragon|XMM}" + ], + [ + "23", + "{@creature Ancient Silver Dragon|XMM}" + ], + [ + "24", + "{@creature Ancient Red Dragon|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Swamp Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Frog|XMM}, {@creature Lizard|XMM}, {@creature Rat|XMM}, {@creature Raven|XMM}, {@creature Spider|XMM}" + ], + [ + "1/8", + "{@creature Giant Rat|XMM}, {@creature Kobold Warrior|XMM}, {@creature Stirge|XMM}, {@creature Venomous Snake|XMM}" + ], + [ + "1/4", + "{@creature Bullywug Warrior|XMM}, {@creature Constrictor Snake|XMM}, {@creature Giant Frog|XMM}, {@creature Giant Lizard|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Mud Mephit|XMM}, {@creature Swarm of Rats|XMM}, {@creature Swarm of Ravens|XMM}, {@creature Winged Kobold|XMM}" + ], + [ + "1/2", + "{@creature Crocodile|XMM}, {@creature Swarm of Insects|XMM}" + ], + [ + "1", + "{@creature Ghoul|XMM}, {@creature Giant Spider|XMM}, {@creature Giant Toad|XMM}, {@creature Lacedon Ghoul|XMM}, {@creature Ogrillon Ogre|XMM}, {@creature Yuan-ti Infiltrator|XMM}" + ], + [ + "2", + "{@creature Black Dragon Wyrmling|XMM}, {@creature Ghast|XMM}, {@creature Giant Constrictor Snake|XMM}, {@creature Lizardfolk Geomancer|XMM}, {@creature Ogre|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Swarm of Venomous Snakes|XMM}, {@creature Will-o'-Wisp|XMM}" + ], + [ + "3", + "{@creature Green Hag|XMM}, {@creature Mummy|XMM}, {@creature Wight|XMM}, {@creature Yuan-ti Malison (Type 1)|XMM}/{@creature Yuan-ti Malison (Type 2)|XMM}/{@creature Yuan-ti Malison (Type 3)|XMM}" + ], + [ + "4", + "{@creature Bullywug Bog Sage|XMM}, {@creature Chuul|XMM}, {@creature Hippopotamus|XMM}, {@creature Lizardfolk Sovereign|XMM}" + ], + [ + "5", + "{@creature Giant Crocodile|XMM}, {@creature Revenant|XMM}, {@creature Shambling Mound|XMM}, {@creature Troll|XMM}, {@creature Water Elemental|XMM}" + ], + [ + "6", + "{@creature Ghast Gravecaller|XMM}" + ], + [ + "7", + "{@creature Graveyard Revenant|XMM}, {@creature Young Black Dragon|XMM}, {@creature Yuan-ti Abomination|XMM}" + ], + [ + "8", + "{@creature Hydra|XMM}" + ], + [ + "10", + "{@creature Haunting Revenant|XMM}" + ], + [ + "14", + "{@creature Adult Black Dragon|XMM}" + ], + [ + "15", + "{@creature Mummy Lord|XMM}" + ], + [ + "21", + "{@creature Ancient Black Dragon|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Underdark Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Bat|XMM}, {@creature Giant Fire Beetle|XMM}, {@creature Lizard|XMM}, {@creature Myconid Sprout|XMM}, {@creature Rat|XMM}, {@creature Shrieker Fungus|XMM}, {@creature Spider|XMM}" + ], + [ + "1/8", + "{@creature Flumph|XMM}, {@creature Giant Rat|XMM}, {@creature Goblin Minion|XMM}, {@creature Kobold Warrior|XMM}, {@creature Stirge|XMM}" + ], + [ + "1/4", + "{@creature Giant Bat|XMM}, {@creature Giant Centipede|XMM}, {@creature Giant Lizard|XMM}, {@creature Goblin Warrior|XMM}, {@creature Grimlock|XMM}, {@creature Kuo-toa|XMM}, {@creature Skeleton|XMM}, {@creature Swarm of Bats|XMM}, {@creature Swarm of Rats|XMM}, {@creature Troglodyte|XMM}, {@creature Violet Fungus|XMM}, {@creature Winged Kobold|XMM}, {@creature Zombie|XMM}" + ], + [ + "1/2", + "{@creature Darkmantle|XMM}, {@creature Gas Spore Fungus|XMM}, {@creature Gray Ooze|XMM}, {@creature Hobgoblin Warrior|XMM}, {@creature Myconid Adult|XMM}, {@creature Piercer|XMM}, {@creature Rust Monster|XMM}, {@creature Shadow|XMM}, {@creature Swarm of Insects|XMM}, {@creature Warhorse Skeleton|XMM}" + ], + [ + "1", + "{@creature Bugbear Warrior|XMM}, {@creature Ghoul|XMM}, {@creature Giant Spider|XMM}, {@creature Giant Toad|XMM}, {@creature Goblin Boss|XMM}, {@creature Kuo-toa Whip|XMM}, {@creature Lacedon Ghoul|XMM}, {@creature Myconid Spore Servant|XMM}, {@creature Ogrillon Ogre|XMM}, {@creature Psychic Gray Ooze|XMM}, {@creature Salamander Fire Snake|XMM}, {@creature Specter|XMM}" + ], + [ + "2", + "{@creature Carrion Crawler|XMM}, {@creature Gargoyle|XMM}, {@creature Gelatinous Cube|XMM}, {@creature Ghast|XMM}, {@creature Gibbering Mouther|XMM}, {@creature Grick|XMM}, {@creature Intellect Devourer|XMM}, {@creature Mimic|XMM}, {@creature Minotaur Skeleton|XMM}, {@creature Myconid Sovereign|XMM}, {@creature Nothic|XMM}, {@creature Ochre Jelly|XMM}, {@creature Ogre|XMM}, {@creature Ogre Zombie|XMM}, {@creature Poltergeist|XMM}, {@creature Quaggoth|XMM}, {@creature Swarm of Stirges|XMM}" + ], + [ + "3", + "{@creature Basilisk|XMM}, {@creature Bugbear Stalker|XMM}, {@creature Doppelganger|XMM}, {@creature Flaming Skeleton|XMM}, {@creature Goblin Hexer|XMM}, {@creature Grell|XMM}, {@creature Hell Hound|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Hook Horror|XMM}, {@creature Kuo-toa Monitor|XMM}, {@creature Minotaur of Baphomet|XMM}, {@creature Phase Spider|XMM}, {@creature Quaggoth Thonot|XMM}, {@creature Spectator|XMM}, {@creature Vampire Familiar|XMM}, {@creature Water Weird|XMM}, {@creature Wight|XMM}" + ], + [ + "4", + "{@creature Black Pudding|XMM}, {@creature Bone Naga|XMM}, {@creature Chuul|XMM}, {@creature Ettin|XMM}, {@creature Flameskull|XMM}, {@creature Ghost|XMM}, {@creature Juvenile Shadow Dragon|XMM}" + ], + [ + "5", + "{@creature Beholder Zombie|XMM}, {@creature Earth Elemental|XMM}, {@creature Otyugh|XMM}, {@creature Roper|XMM}, {@creature Salamander|XMM}, {@creature Troll|XMM}, {@creature Umber Hulk|XMM}, {@creature Vampire Spawn|XMM}, {@creature Wraith|XMM}, {@creature Xorn|XMM}" + ], + [ + "6", + "{@creature Cyclops Sentry|XMM}, {@creature Drider|XMM}, {@creature Ghast Gravecaller|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Kuo-toa Archpriest|XMM}" + ], + [ + "7", + "{@creature Grick Ancient|XMM}, {@creature Mind Flayer|XMM}, {@creature Stone Giant|XMM}, {@creature Violet Fungus Necrohulk|XMM}" + ], + [ + "8", + "{@creature Cloaker|XMM}, {@creature Fomorian|XMM}, {@creature Spirit Naga|XMM}, {@creature Vampire Nightbringer|XMM}" + ], + [ + "9", + "{@creature Fire Giant|XMM}" + ], + [ + "10", + "{@creature Aboleth|XMM}, {@creature Cyclops Oracle|XMM}" + ], + [ + "11", + "{@creature Behir|XMM}, {@creature Dao|XMM}, {@creature Mind Flayer Arcanist|XMM}" + ], + [ + "13", + "{@creature Beholder|XMM}, {@creature Shadow Dragon|XMM}, {@creature Vampire|XMM}" + ], + [ + "14", + "{@creature Death Tyrant|XMM}" + ], + [ + "15", + "{@creature Purple Worm|XMM}, {@creature Salamander Inferno Master|XMM}, {@creature Vampire Umbral Lord|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Underwater Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Crab|XMM}, {@creature Octopus|XMM}, {@creature Piranha|XMM}, {@creature Seahorse|XMM}" + ], + [ + "1/8", + "{@creature Giant Crab|XMM}, {@creature Merfolk Skirmisher|XMM}" + ], + [ + "1/4", + "{@creature Constrictor Snake|XMM}" + ], + [ + "1/2", + "{@creature Giant Seahorse|XMM}, {@creature Reef Shark|XMM}, {@creature Sahuagin Warrior|XMM}" + ], + [ + "1", + "{@creature Giant Octopus|XMM}, {@creature Swarm of Piranhas|XMM}" + ], + [ + "2", + "{@creature Giant Constrictor Snake|XMM}, {@creature Hunter Shark|XMM}, {@creature Merrow|XMM}, {@creature Plesiosaurus|XMM}, {@creature Sahuagin Priest|XMM}, {@creature Sea Hag|XMM}" + ], + [ + "3", + "{@creature Killer Whale|XMM}" + ], + [ + "4", + "{@creature Archelon|XMM}" + ], + [ + "5", + "{@creature Giant Shark|XMM}, {@creature Sahuagin Baron|XMM}, {@creature Water Elemental|XMM}" + ], + [ + "6", + "{@creature Giant Squid|XMM}, {@creature Merfolk Wavebender|XMM}" + ], + [ + "10", + "{@creature Aboleth|XMM}" + ], + [ + "11", + "{@creature Marid|XMM}" + ], + [ + "13", + "{@creature Storm Giant|XMM}" + ], + [ + "17", + "{@creature Dragon Turtle|XMM}" + ], + [ + "23", + "{@creature Kraken|XMM}" + ] + ] + }, + { + "type": "table", + "caption": "Urban Monsters", + "colLabels": [ + "CR", + "Monsters" + ], + "colStyles": [ + "col-2 text-center", + "col-10" + ], + "rows": [ + [ + "0", + "{@creature Bat|XMM}, {@creature Cat|XMM}, {@creature Goat|XMM}, {@creature Rat|XMM}, {@creature Raven|XMM}, {@creature Spider|XMM}" + ], + [ + "1/8", + "{@creature Giant Rat|XMM}, {@creature Kobold Warrior|XMM}, {@creature Mastiff|XMM}, {@creature Mule|XMM}, {@creature Pony|XMM}, {@creature Stirge|XMM}" + ], + [ + "1/4", + "{@creature Animated Broom|XMM}, {@creature Animated Flying Sword|XMM}, {@creature Draft Horse|XMM}, {@creature Giant Centipede|XMM}, {@creature Kenku|XMM}, {@creature Pseudodragon|XMM}, {@creature Riding Horse|XMM}, {@creature Skeleton|XMM}, {@creature Swarm of Bats|XMM}, {@creature Swarm of Rats|XMM}, {@creature Swarm of Ravens|XMM}, {@creature Winged Kobold|XMM}, {@creature Zombie|XMM}" + ], + [ + "1/2", + "{@creature Crocodile|XMM}, {@creature Giant Wasp|XMM}, {@creature Shadow|XMM}, {@creature Swarm of Insects|XMM}, {@creature Warhorse|XMM}, {@creature Warhorse Skeleton|XMM}" + ], + [ + "1", + "{@creature Animated Armor|XMM}, {@creature Ghoul|XMM}, {@creature Giant Spider|XMM}, {@creature Lacedon Ghoul|XMM}, {@creature Specter|XMM}, {@creature Yuan-ti Infiltrator|XMM}" + ], + [ + "2", + "{@creature Animated Rug of Smothering|XMM}, {@creature Carrion Crawler|XMM}, {@creature Gargoyle|XMM}, {@creature Ghast|XMM}, {@creature Mimic|XMM}, {@creature Minotaur Skeleton|XMM}, {@creature Ogre Zombie|XMM}, {@creature Poltergeist|XMM}, {@creature Silver Dragon Wyrmling|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Wererat|XMM}, {@creature Will-o'-Wisp|XMM}" + ], + [ + "3", + "{@creature Doppelganger|XMM}, {@creature Flaming Skeleton|XMM}, {@creature Phase Spider|XMM}, {@creature Vampire Familiar|XMM}, {@creature Water Weird|XMM}, {@creature Wight|XMM}, {@creature Yuan-ti Malison (Type 1)|XMM}/{@creature Yuan-ti Malison (Type 2)|XMM}/{@creature Yuan-ti Malison (Type 3)|XMM}" + ], + [ + "4", + "{@creature Couatl|XMM}, {@creature Ghost|XMM}, {@creature Incubus|XMM}, {@creature Succubus|XMM}" + ], + [ + "5", + "{@creature Beholder Zombie|XMM}, {@creature Revenant|XMM}, {@creature Vampire Spawn|XMM}" + ], + [ + "6", + "{@creature Ghast Gravecaller|XMM}, {@creature Invisible Stalker|XMM}" + ], + [ + "7", + "{@creature Graveyard Revenant|XMM}, {@creature Oni|XMM}, {@creature Shield Guardian|XMM}, {@creature Yuan-ti Abomination|XMM}" + ], + [ + "8", + "{@creature Vampire Nightbringer|XMM}" + ], + [ + "9", + "{@creature Clay Golem|XMM}, {@creature Young Silver Dragon|XMM}" + ], + [ + "10", + "{@creature Haunting Revenant|XMM}" + ], + [ + "13", + "{@creature Rakshasa|XMM}, {@creature Vampire|XMM}" + ], + [ + "15", + "{@creature Vampire Umbral Lord|XMM}" + ], + [ + "16", + "{@creature Adult Silver Dragon|XMM}" + ], + [ + "23", + "{@creature Ancient Silver Dragon|XMM}" + ], + [ + "30", + "{@creature Tarrasque|XMM}" + ] + ] + } + ] + }, + { + "type": "section", + "name": "Monsters by Creature Type", + "page": 379, + "entries": [ + "The following list organizes the monster stat blocks in this book by creature type.", + { + "type": "list", + "style": "list-hang-notitle", + "columns": 2, + "items": [ + { + "type": "list", + "style": "list-caption", + "name": "Aberration", + "items": [ + "{@creature Aboleth|XMM}", + "{@creature Beholder|XMM}", + "{@creature Blue Slaad|XMM}", + "{@creature Chuul|XMM}", + "{@creature Cloaker|XMM}", + "{@creature Darkmantle|XMM}", + "{@creature Death Slaad|XMM}", + "{@creature Flumph|XMM}", + "{@creature Gibbering Mouther|XMM}", + "{@creature Githyanki Dracomancer|XMM}", + "{@creature Githyanki Knight|XMM}", + "{@creature Githyanki Warrior|XMM}", + "{@creature Githzerai Monk|XMM}", + "{@creature Githzerai Psion|XMM}", + "{@creature Githzerai Zerth|XMM}", + "{@creature Gray Slaad|XMM}", + "{@creature Green Slaad|XMM}", + "{@creature Grell|XMM}", + "{@creature Grick|XMM}", + "{@creature Grick Ancient|XMM}", + "{@creature Grimlock|XMM}", + "{@creature Intellect Devourer|XMM}", + "{@creature Kuo-toa|XMM}", + "{@creature Kuo-toa Archpriest|XMM}", + "{@creature Kuo-toa Monitor|XMM}", + "{@creature Kuo-toa Whip|XMM}", + "{@creature Mind Flayer|XMM}", + "{@creature Mind Flayer Arcanist|XMM}", + "{@creature Nothic|XMM}", + "{@creature Otyugh|XMM}", + "{@creature Piercer|XMM}", + "{@creature Red Slaad|XMM}", + "{@creature Roper|XMM}", + "{@creature Slaad Tadpole|XMM}", + "{@creature Spectator|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Beast", + "items": [ + "{@creature Allosaurus|XMM}", + "{@creature Ankylosaurus|XMM}", + "{@creature Ape|XMM}", + "{@creature Archelon|XMM}", + "{@creature Baboon|XMM}", + "{@creature Badger|XMM}", + "{@creature Bat|XMM}", + "{@creature Black Bear|XMM}", + "{@creature Blood Hawk|XMM}", + "{@creature Boar|XMM}", + "{@creature Brown Bear|XMM}", + "{@creature Camel|XMM}", + "{@creature Cat|XMM}", + "{@creature Constrictor Snake|XMM}", + "{@creature Crab|XMM}", + "{@creature Crocodile|XMM}", + "{@creature Deer|XMM}", + "{@creature Dire Wolf|XMM}", + "{@creature Draft Horse|XMM}", + "{@creature Eagle|XMM}", + "{@creature Elephant|XMM}", + "{@creature Elk|XMM}", + "{@creature Frog|XMM}", + "{@creature Giant Ape|XMM}", + "{@creature Giant Badger|XMM}", + "{@creature Giant Bat|XMM}", + "{@creature Giant Boar|XMM}", + "{@creature Giant Centipede|XMM}", + "{@creature Giant Constrictor Snake|XMM}", + "{@creature Giant Crab|XMM}", + "{@creature Giant Crocodile|XMM}", + "{@creature Giant Fire Beetle|XMM}", + "{@creature Giant Frog|XMM}", + "{@creature Giant Goat|XMM}", + "{@creature Giant Hyena|XMM}", + "{@creature Giant Lizard|XMM}", + "{@creature Giant Octopus|XMM}", + "{@creature Giant Rat|XMM}", + "{@creature Giant Scorpion|XMM}", + "{@creature Giant Seahorse|XMM}", + "{@creature Giant Shark|XMM}", + "{@creature Giant Spider|XMM}", + "{@creature Giant Squid|XMM}", + "{@creature Giant Toad|XMM}", + "{@creature Giant Venomous Snake|XMM}", + "{@creature Giant Wasp|XMM}", + "{@creature Giant Weasel|XMM}", + "{@creature Giant Wolf Spider|XMM}", + "{@creature Goat|XMM}", + "{@creature Hawk|XMM}", + "{@creature Hippopotamus|XMM}", + "{@creature Hunter Shark|XMM}", + "{@creature Hyena|XMM}", + "{@creature Jackal|XMM}", + "{@creature Killer Whale|XMM}", + "{@creature Lion|XMM}", + "{@creature Lizard|XMM}", + "{@creature Mammoth|XMM}", + "{@creature Mastiff|XMM}", + "{@creature Mule|XMM}", + "{@creature Octopus|XMM}", + "{@creature Owl|XMM}", + "{@creature Panther|XMM}", + "{@creature Piranha|XMM}", + "{@creature Plesiosaurus|XMM}", + "{@creature Polar Bear|XMM}", + "{@creature Pony|XMM}", + "{@creature Pteranodon|XMM}", + "{@creature Rat|XMM}", + "{@creature Raven|XMM}", + "{@creature Reef Shark|XMM}", + "{@creature Rhinoceros|XMM}", + "{@creature Riding Horse|XMM}", + "{@creature Saber-Toothed Tiger|XMM}", + "{@creature Scorpion|XMM}", + "{@creature Seahorse|XMM}", + "{@creature Spider|XMM}", + "{@creature Swarm of Bats|XMM}", + "{@creature Swarm of Insects|XMM}", + "{@creature Swarm of Piranhas|XMM}", + "{@creature Swarm of Rats|XMM}", + "{@creature Swarm of Ravens|XMM}", + "{@creature Swarm of Venomous Snakes|XMM}", + "{@creature Tiger|XMM}", + "{@creature Triceratops|XMM}", + "{@creature Tyrannosaurus Rex|XMM}", + "{@creature Venomous Snake|XMM}", + "{@creature Vulture|XMM}", + "{@creature Warhorse|XMM}", + "{@creature Weasel|XMM}", + "{@creature Wolf|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Celestial", + "items": [ + "{@creature Animal Lord|XMM}", + "{@creature Couatl|XMM}", + "{@creature Deva|XMM}", + "{@creature Giant Eagle|XMM}", + "{@creature Giant Elk|XMM}", + "{@creature Giant Owl|XMM}", + "{@creature Guardian Naga|XMM}", + "{@creature Pegasus|XMM}", + "{@creature Planetar|XMM}", + "{@creature Solar|XMM}", + "{@creature Sphinx of Lore|XMM}", + "{@creature Sphinx of Secrets|XMM}", + "{@creature Sphinx of Valor|XMM}", + "{@creature Sphinx of Wonder|XMM}", + "{@creature Unicorn|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Construct", + "items": [ + "{@creature Animated Armor|XMM}", + "{@creature Animated Broom|XMM}", + "{@creature Animated Flying Sword|XMM}", + "{@creature Animated Rug of Smothering|XMM}", + "{@creature Brazen Gorgon|XMM}", + "{@creature Clay Golem|XMM}", + "{@creature Colossus|XMM}", + "{@creature Flesh Golem|XMM}", + "{@creature Gorgon|XMM}", + "{@creature Helmed Horror|XMM}", + "{@creature Homunculus|XMM}", + "{@creature Iron Golem|XMM}", + "{@creature Modron Duodrone|XMM}", + "{@creature Modron Monodrone|XMM}", + "{@creature Modron Pentadrone|XMM}", + "{@creature Modron Quadrone|XMM}", + "{@creature Modron Tridrone|XMM}", + "{@creature Scarecrow|XMM}", + "{@creature Shield Guardian|XMM}", + "{@creature Stone Golem|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Dragon", + "items": [ + "{@creature Adult Black Dragon|XMM}", + "{@creature Adult Blue Dragon|XMM}", + "{@creature Adult Brass Dragon|XMM}", + "{@creature Adult Bronze Dragon|XMM}", + "{@creature Adult Copper Dragon|XMM}", + "{@creature Adult Gold Dragon|XMM}", + "{@creature Adult Green Dragon|XMM}", + "{@creature Adult Red Dragon|XMM}", + "{@creature Adult Silver Dragon|XMM}", + "{@creature Adult White Dragon|XMM}", + "{@creature Ancient Black Dragon|XMM}", + "{@creature Ancient Blue Dragon|XMM}", + "{@creature Ancient Brass Dragon|XMM}", + "{@creature Ancient Bronze Dragon|XMM}", + "{@creature Ancient Copper Dragon|XMM}", + "{@creature Ancient Gold Dragon|XMM}", + "{@creature Ancient Green Dragon|XMM}", + "{@creature Ancient Red Dragon|XMM}", + "{@creature Ancient Silver Dragon|XMM}", + "{@creature Ancient White Dragon|XMM}", + "{@creature Black Dragon Wyrmling|XMM}", + "{@creature Blue Dragon Wyrmling|XMM}", + "{@creature Brass Dragon Wyrmling|XMM}", + "{@creature Bronze Dragon Wyrmling|XMM}", + "{@creature Copper Dragon Wyrmling|XMM}", + "{@creature Dragon Turtle|XMM}", + "{@creature Faerie Dragon Adult|XMM}", + "{@creature Faerie Dragon Youth|XMM}", + "{@creature Gold Dragon Wyrmling|XMM}", + "{@creature Green Dragon Wyrmling|XMM}", + "{@creature Half-Dragon|XMM}", + "{@creature Juvenile Shadow Dragon|XMM}", + "{@creature Kobold Warrior|XMM}", + "{@creature Pseudodragon|XMM}", + "{@creature Red Dragon Wyrmling|XMM}", + "{@creature Shadow Dragon|XMM}", + "{@creature Silver Dragon Wyrmling|XMM}", + "{@creature White Dragon Wyrmling|XMM}", + "{@creature Winged Kobold|XMM}", + "{@creature Wyvern|XMM}", + "{@creature Young Black Dragon|XMM}", + "{@creature Young Blue Dragon|XMM}", + "{@creature Young Brass Dragon|XMM}", + "{@creature Young Bronze Dragon|XMM}", + "{@creature Young Copper Dragon|XMM}", + "{@creature Young Gold Dragon|XMM}", + "{@creature Young Green Dragon|XMM}", + "{@creature Young Red Dragon|XMM}", + "{@creature Young Silver Dragon|XMM}", + "{@creature Young White Dragon|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Elemental", + "items": [ + "{@creature Aarakocra Aeromancer|XMM}", + "{@creature Aarakocra Skirmisher|XMM}", + "{@creature Air Elemental|XMM}", + "{@creature Azer Pyromancer|XMM}", + "{@creature Azer Sentinel|XMM}", + "{@creature Dao|XMM}", + "{@creature Djinni|XMM}", + "{@creature Dust Mephit|XMM}", + "{@creature Earth Elemental|XMM}", + "{@creature Efreeti|XMM}", + "{@creature Elemental Cataclysm|XMM}", + "{@creature Fire Elemental|XMM}", + "{@creature Galeb Duhr|XMM}", + "{@creature Gargoyle|XMM}", + "{@creature Ice Mephit|XMM}", + "{@creature Invisible Stalker|XMM}", + "{@creature Lizardfolk Geomancer|XMM}", + "{@creature Lizardfolk Sovereign|XMM}", + "{@creature Magma Mephit|XMM}", + "{@creature Magmin|XMM}", + "{@creature Marid|XMM}", + "{@creature Merfolk Skirmisher|XMM}", + "{@creature Merfolk Wavebender|XMM}", + "{@creature Mud Mephit|XMM}", + "{@creature Salamander|XMM}", + "{@creature Salamander Fire Snake|XMM}", + "{@creature Salamander Inferno Master|XMM}", + "{@creature Smoke Mephit|XMM}", + "{@creature Steam Mephit|XMM}", + "{@creature Water Elemental|XMM}", + "{@creature Water Weird|XMM}", + "{@creature Xorn|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Fey", + "items": [ + "{@creature Arch-hag|XMM}", + "{@creature Blink Dog|XMM}", + "{@creature Bugbear Stalker|XMM}", + "{@creature Bugbear Warrior|XMM}", + "{@creature Bullywug Bog Sage|XMM}", + "{@creature Bullywug Warrior|XMM}", + "{@creature Centaur Trooper|XMM}", + "{@creature Centaur Warden|XMM}", + "{@creature Dire Worg|XMM}", + "{@creature Dryad|XMM}", + "{@creature Goblin Boss|XMM}", + "{@creature Goblin Hexer|XMM}", + "{@creature Goblin Minion|XMM}", + "{@creature Goblin Warrior|XMM}", + "{@creature Green Hag|XMM}", + "{@creature Hobgoblin Captain|XMM}", + "{@creature Hobgoblin Warlord|XMM}", + "{@creature Hobgoblin Warrior|XMM}", + "{@creature Pixie|XMM}", + "{@creature Pixie Wonderbringer|XMM}", + "{@creature Satyr|XMM}", + "{@creature Satyr Revelmaster|XMM}", + "{@creature Sea Hag|XMM}", + "{@creature Sprite|XMM}", + "{@creature Worg|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Fiend", + "items": [ + "{@creature Arcanaloth|XMM}", + "{@creature Balor|XMM}", + "{@creature Barbed Devil|XMM}", + "{@creature Barlgura|XMM}", + "{@creature Bearded Devil|XMM}", + "{@creature Bone Devil|XMM}", + "{@creature Cambion|XMM}", + "{@creature Chain Devil|XMM}", + "{@creature Chasme|XMM}", + "{@creature Dretch|XMM}", + "{@creature Erinyes|XMM}", + "{@creature Glabrezu|XMM}", + "{@creature Gnoll Demoniac|XMM}", + "{@creature Gnoll Fang of Yeenoghu|XMM}", + "{@creature Gnoll Pack Lord|XMM}", + "{@creature Gnoll Warrior|XMM}", + "{@creature Goristro|XMM}", + "{@creature Hell Hound|XMM}", + "{@creature Hezrou|XMM}", + "{@creature Horned Devil|XMM}", + "{@creature Ice Devil|XMM}", + "{@creature Imp|XMM}", + "{@creature Incubus|XMM}", + "{@creature Jackalwere|XMM}", + "{@creature Lamia|XMM}", + "{@creature Larva|XMM}", + "{@creature Lemure|XMM}", + "{@creature Manes|XMM}", + "{@creature Manes Vaporspawn|XMM}", + "{@creature Marilith|XMM}", + "{@creature Mezzoloth|XMM}", + "{@creature Nalfeshnee|XMM}", + "{@creature Night Hag|XMM}", + "{@creature Nightmare|XMM}", + "{@creature Nycaloth|XMM}", + "{@creature Oni|XMM}", + "{@creature Pit Fiend|XMM}", + "{@creature Quasit|XMM}", + "{@creature Rakshasa|XMM}", + "{@creature Sahuagin Baron|XMM}", + "{@creature Sahuagin Priest|XMM}", + "{@creature Sahuagin Warrior|XMM}", + "{@creature Shadow Demon|XMM}", + "{@creature Spined Devil|XMM}", + "{@creature Spirit Naga|XMM}", + "{@creature Succubus|XMM}", + "{@creature Swarm of Dretches|XMM}", + "{@creature Swarm of Larvae|XMM}", + "{@creature Swarm of Lemures|XMM}", + "{@creature Ultroloth|XMM}", + "{@creature Vrock|XMM}", + "{@creature Yochlol|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Giant", + "items": [ + "{@creature Cloud Giant|XMM}", + "{@creature Cyclops Oracle|XMM}", + "{@creature Cyclops Sentry|XMM}", + "{@creature Ettin|XMM}", + "{@creature Fire Giant|XMM}", + "{@creature Fomorian|XMM}", + "{@creature Frost Giant|XMM}", + "{@creature Hill Giant|XMM}", + "{@creature Ogre|XMM}", + "{@creature Ogrillon Ogre|XMM}", + "{@creature Stone Giant|XMM}", + "{@creature Storm Giant|XMM}", + "{@creature Troll|XMM}", + "{@creature Troll Limb|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Humanoid", + "items": [ + "{@creature Aberrant Cultist|XMM}", + "{@creature Archmage|XMM}", + "{@creature Archpriest|XMM}", + "{@creature Assassin|XMM}", + "{@creature Bandit|XMM}", + "{@creature Bandit Captain|XMM}", + "{@creature Bandit Crime Lord|XMM}", + "{@creature Bandit Deceiver|XMM}", + "{@creature Berserker|XMM}", + "{@creature Berserker Commander|XMM}", + "{@creature Commoner|XMM}", + "{@creature Cultist|XMM}", + "{@creature Cultist Fanatic|XMM}", + "{@creature Cultist Hierophant|XMM}", + "{@creature Death Cultist|XMM}", + "{@creature Druid|XMM}", + "{@creature Elemental Cultist|XMM}", + "{@creature Fiend Cultist|XMM}", + "{@creature Gladiator|XMM}", + "{@creature Guard|XMM}", + "{@creature Guard Captain|XMM}", + "{@creature Knight|XMM}", + "{@creature Mage|XMM}", + "{@creature Mage Apprentice|XMM}", + "{@creature Noble|XMM}", + "{@creature Noble Prodigy|XMM}", + "{@creature Performer|XMM}", + "{@creature Performer Legend|XMM}", + "{@creature Performer Maestro|XMM}", + "{@creature Pirate|XMM}", + "{@creature Pirate Admiral|XMM}", + "{@creature Pirate Captain|XMM}", + "{@creature Priest|XMM}", + "{@creature Priest Acolyte|XMM}", + "{@creature Questing Knight|XMM}", + "{@creature Scout|XMM}", + "{@creature Scout Captain|XMM}", + "{@creature Spy|XMM}", + "{@creature Spy Master|XMM}", + "{@creature Tough|XMM}", + "{@creature Tough Boss|XMM}", + "{@creature Vampire Familiar|XMM}", + "{@creature Warrior Commander|XMM}", + "{@creature Warrior Infantry|XMM}", + "{@creature Warrior Veteran|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Monstrosity", + "items": [ + "{@creature Abominable Yeti|XMM}", + "{@creature Ankheg|XMM}", + "{@creature Axe Beak|XMM}", + "{@creature Basilisk|XMM}", + "{@creature Behir|XMM}", + "{@creature Bulette|XMM}", + "{@creature Bulette Pup|XMM}", + "{@creature Carrion Crawler|XMM}", + "{@creature Chimera|XMM}", + "{@creature Cockatrice|XMM}", + "{@creature Cockatrice Regent|XMM}", + "{@creature Death Dog|XMM}", + "{@creature Displacer Beast|XMM}", + "{@creature Doppelganger|XMM}", + "{@creature Drider|XMM}", + "{@creature Ettercap|XMM}", + "{@creature Flying Snake|XMM}", + "{@creature Giant Axe Beak|XMM}", + "{@creature Giant Vulture|XMM}", + "{@creature Griffon|XMM}", + "{@creature Harpy|XMM}", + "{@creature Hippogriff|XMM}", + "{@creature Hook Horror|XMM}", + "{@creature Hydra|XMM}", + "{@creature Kenku|XMM}", + "{@creature Kraken|XMM}", + "{@creature Manticore|XMM}", + "{@creature Medusa|XMM}", + "{@creature Merrow|XMM}", + "{@creature Mimic|XMM}", + "{@creature Minotaur of Baphomet|XMM}", + "{@creature Owlbear|XMM}", + "{@creature Peryton|XMM}", + "{@creature Phase Spider|XMM}", + "{@creature Primeval Owlbear|XMM}", + "{@creature Purple Worm|XMM}", + "{@creature Quaggoth|XMM}", + "{@creature Quaggoth Thonot|XMM}", + "{@creature Remorhaz|XMM}", + "{@creature Roc|XMM}", + "{@creature Rust Monster|XMM}", + "{@creature Stirge|XMM}", + "{@creature Swarm of Stirges|XMM}", + "{@creature Tarrasque|XMM}", + "{@creature Thri-kreen Marauder|XMM}", + "{@creature Thri-kreen Psion|XMM}", + "{@creature Troglodyte|XMM}", + "{@creature Umber Hulk|XMM}", + "{@creature Werebear|XMM}", + "{@creature Wereboar|XMM}", + "{@creature Wererat|XMM}", + "{@creature Weretiger|XMM}", + "{@creature Werewolf|XMM}", + "{@creature Winter Wolf|XMM}", + "{@creature Yeti|XMM}", + "{@creature Young Remorhaz|XMM}", + "{@creature Yuan-ti Abomination|XMM}", + "{@creature Yuan-ti Infiltrator|XMM}", + "{@creature Yuan-ti Malison (Type 1)|XMM}", + "{@creature Yuan-ti Malison (Type 2)|XMM}", + "{@creature Yuan-ti Malison (Type 3)|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Ooze", + "items": [ + "{@creature Black Pudding|XMM}", + "{@creature Blob of Annihilation|XMM}", + "{@creature Gelatinous Cube|XMM}", + "{@creature Gray Ooze|XMM}", + "{@creature Ochre Jelly|XMM}", + "{@creature Psychic Gray Ooze|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Plant", + "items": [ + "{@creature Awakened Shrub|XMM}", + "{@creature Awakened Tree|XMM}", + "{@creature Gas Spore Fungus|XMM}", + "{@creature Gulthias Blight|XMM}", + "{@creature Myconid Adult|XMM}", + "{@creature Myconid Sovereign|XMM}", + "{@creature Myconid Spore Servant|XMM}", + "{@creature Myconid Sprout|XMM}", + "{@creature Needle Blight|XMM}", + "{@creature Shambling Mound|XMM}", + "{@creature Shrieker Fungus|XMM}", + "{@creature Treant|XMM}", + "{@creature Tree Blight|XMM}", + "{@creature Twig Blight|XMM}", + "{@creature Vine Blight|XMM}", + "{@creature Violet Fungus|XMM}", + "{@creature Violet Fungus Necrohulk|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Undead", + "items": [ + "{@creature Banshee|XMM}", + "{@creature Beholder Zombie|XMM}", + "{@creature Bone Naga|XMM}", + "{@creature Crawling Claw|XMM}", + "{@creature Death Knight|XMM}", + "{@creature Death Knight Aspirant|XMM}", + "{@creature Death Tyrant|XMM}", + "{@creature Demilich|XMM}", + "{@creature Dracolich|XMM}", + "{@creature Flameskull|XMM}", + "{@creature Flaming Skeleton|XMM}", + "{@creature Ghast|XMM}", + "{@creature Ghast Gravecaller|XMM}", + "{@creature Ghost|XMM}", + "{@creature Ghoul|XMM}", + "{@creature Graveyard Revenant|XMM}", + "{@creature Haunting Revenant|XMM}", + "{@creature Lacedon Ghoul|XMM}", + "{@creature Lich|XMM}", + "{@creature Minotaur Skeleton|XMM}", + "{@creature Mummy|XMM}", + "{@creature Mummy Lord|XMM}", + "{@creature Ogre Zombie|XMM}", + "{@creature Poltergeist|XMM}", + "{@creature Revenant|XMM}", + "{@creature Shadow|XMM}", + "{@creature Skeleton|XMM}", + "{@creature Specter|XMM}", + "{@creature Swarm of Crawling Claws|XMM}", + "{@creature Vampire|XMM}", + "{@creature Vampire Nightbringer|XMM}", + "{@creature Vampire Spawn|XMM}", + "{@creature Vampire Umbral Lord|XMM}", + "{@creature Warhorse Skeleton|XMM}", + "{@creature Wight|XMM}", + "{@creature Will-o'-Wisp|XMM}", + "{@creature Wraith|XMM}", + "{@creature Zombie|XMM}" + ] + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters by Group", + "page": 381, + "entries": [ + "The following lists present stat blocks that share descriptive tags or that are part of a group that's not reflected by their name.", + { + "type": "list", + "style": "list-hang-notitle", + "columns": 2, + "items": [ + { + "type": "list", + "style": "list-caption", + "name": "Angels", + "items": [ + "{@creature Deva|XMM}", + "{@creature Planetar|XMM}", + "{@creature Solar|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Beholders", + "items": [ + "{@creature Beholder|XMM}", + "{@creature Beholder Zombie|XMM}", + "{@creature Death Tyrant|XMM}", + "{@creature Spectator|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Demons", + "items": [ + "{@creature Balor|XMM}", + "{@creature Barlgura|XMM}", + "{@creature Chasme|XMM}", + "Dretches (all) ({@creature Dretch|XMM}, {@creature Swarm of Dretches|XMM})", + "{@creature Glabrezu|XMM}", + "{@creature Goristro|XMM}", + "{@creature Hezrou|XMM}", + "Manes (all) ({@creature Manes|XMM}, {@creature Manes Vaporspawn|XMM})", + "{@creature Marilith|XMM}", + "{@creature Nalfeshnee|XMM}", + "{@creature Quasit|XMM}", + "{@creature Shadow Demon|XMM}", + "{@creature Vrock|XMM}", + "{@creature Yochlol|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Devils", + "items": [ + "{@creature Barbed Devil|XMM}", + "{@creature Bearded Devil|XMM}", + "{@creature Bone Devil|XMM}", + "{@creature Chain Devil|XMM}", + "{@creature Erinyes|XMM}", + "{@creature Horned Devil|XMM}", + "{@creature Ice Devil|XMM}", + "{@creature Imp|XMM}", + "{@creature Lemure|XMM}, {@creature Swarm of Lemures|XMM}", + "{@creature Pit Fiend|XMM}", + "{@creature Spined Devil|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Dinosaurs", + "items": [ + "{@creature Allosaurus|XMM}", + "{@creature Ankylosaurus|XMM}", + "{@creature Archelon|XMM}", + "{@creature Plesiosaurus|XMM}", + "{@creature Pteranodon|XMM}", + "{@creature Triceratops|XMM}", + "{@creature Tyrannosaurus Rex|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Dragons, Chromatic", + "items": [ + "Black dragons (all) ({@creature Adult Black Dragon|XMM}, {@creature Ancient Black Dragon|XMM}, {@creature Black Dragon Wyrmling|XMM}, {@creature Young Black Dragon|XMM})", + "Blue dragons (all) ({@creature Adult Blue Dragon|XMM}, {@creature Ancient Blue Dragon|XMM}, {@creature Blue Dragon Wyrmling|XMM}, {@creature Young Blue Dragon|XMM})", + "Green dragons (all) ({@creature Adult Green Dragon|XMM}, {@creature Ancient Green Dragon|XMM}, {@creature Green Dragon Wyrmling|XMM}, {@creature Young Green Dragon|XMM})", + "Red dragons (all) ({@creature Adult Red Dragon|XMM}, {@creature Ancient Red Dragon|XMM}, {@creature Red Dragon Wyrmling|XMM}, {@creature Young Red Dragon|XMM})", + "White dragons (all) ({@creature Adult White Dragon|XMM}, {@creature Ancient White Dragon|XMM}, {@creature White Dragon Wyrmling|XMM}, {@creature Young White Dragon|XMM})" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Dragons, Metallic", + "items": [ + "Brass dragons (all) ({@creature Adult Brass Dragon|XMM}, {@creature Ancient Brass Dragon|XMM}, {@creature Brass Dragon Wyrmling|XMM}, {@creature Young Brass Dragon|XMM})", + "Bronze dragons (all) ({@creature Adult Bronze Dragon|XMM}, {@creature Ancient Bronze Dragon|XMM}, {@creature Bronze Dragon Wyrmling|XMM}, {@creature Young Bronze Dragon|XMM})", + "Copper dragons (all) ({@creature Adult Copper Dragon|XMM}, {@creature Ancient Copper Dragon|XMM}, {@creature Copper Dragon Wyrmling|XMM}, {@creature Young Copper Dragon|XMM})", + "Gold dragons (all) ({@creature Adult Gold Dragon|XMM}, {@creature Ancient Gold Dragon|XMM}, {@creature Gold Dragon Wyrmling|XMM}, {@creature Young Gold Dragon|XMM})", + "Silver dragons (all) ({@creature Adult Silver Dragon|XMM}, {@creature Ancient Silver Dragon|XMM}, {@creature Silver Dragon Wyrmling|XMM}, {@creature Young Silver Dragon|XMM})" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Genies", + "items": [ + "{@creature Dao|XMM}", + "{@creature Djinni|XMM}", + "{@creature Efreeti|XMM}", + "{@creature Marid|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Goblinoids", + "items": [ + "Bugbears (all) ({@creature Bugbear Stalker|XMM}, {@creature Bugbear Warrior|XMM})", + "Goblins (all) ({@creature Goblin Boss|XMM}, {@creature Goblin Hexer|XMM}, {@creature Goblin Minion|XMM}, {@creature Goblin Warrior|XMM})", + "Hobgoblins (all) ({@creature Hobgoblin Captain|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Hobgoblin Warrior|XMM})" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Lycanthropes", + "items": [ + "{@creature Werebear|XMM}", + "{@creature Wereboar|XMM}", + "{@creature Wererat|XMM}", + "{@creature Weretiger|XMM}", + "{@creature Werewolf|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Titans", + "items": [ + "{@creature Blob of Annihilation|XMM}", + "{@creature Colossus|XMM}", + "{@creature Elemental Cataclysm|XMM}", + "Empyreans (all) ({@creature Empyrean|XMM}, {@creature Empyrean Iota|XMM})", + "{@creature Kraken|XMM}", + "{@creature Tarrasque|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "Yugoloths", + "items": [ + "{@creature Arcanaloth|XMM}", + "{@creature Mezzoloth|XMM}", + "{@creature Nycaloth|XMM}", + "{@creature Ultroloth|XMM}" + ] + } + ] + } + ] + }, + { + "type": "section", + "name": "Monsters by Challenge Rating", + "page": 382, + "entries": [ + "The following list organizes the monster stat blocks in this book by {@variantrule Challenge Rating|XPHB}.", + { + "type": "list", + "style": "list-hang-notitle", + "columns": 2, + "items": [ + { + "type": "list", + "style": "list-caption", + "name": "CR 0", + "items": [ + "{@creature Awakened Shrub|XMM}", + "{@creature Baboon|XMM}", + "{@creature Badger|XMM}", + "{@creature Bat|XMM}", + "{@creature Cat|XMM}", + "{@creature Commoner|XMM}", + "{@creature Crab|XMM}", + "{@creature Crawling Claw|XMM}", + "{@creature Deer|XMM}", + "{@creature Eagle|XMM}", + "{@creature Frog|XMM}", + "{@creature Giant Fire Beetle|XMM}", + "{@creature Goat|XMM}", + "{@creature Hawk|XMM}", + "{@creature Homunculus|XMM}", + "{@creature Hyena|XMM}", + "{@creature Jackal|XMM}", + "{@creature Larva|XMM}", + "{@creature Lemure|XMM}", + "{@creature Lizard|XMM}", + "{@creature Myconid Sprout|XMM}", + "{@creature Octopus|XMM}", + "{@creature Owl|XMM}", + "{@creature Piranha|XMM}", + "{@creature Rat|XMM}", + "{@creature Raven|XMM}", + "{@creature Scorpion|XMM}", + "{@creature Seahorse|XMM}", + "{@creature Shrieker Fungus|XMM}", + "{@creature Spider|XMM}", + "{@creature Vulture|XMM}", + "{@creature Weasel|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 1/8", + "items": [ + "{@creature Bandit|XMM}", + "{@creature Blood Hawk|XMM}", + "{@creature Camel|XMM}", + "{@creature Cultist|XMM}", + "{@creature Flumph|XMM}", + "{@creature Flying Snake|XMM}", + "{@creature Giant Crab|XMM}", + "{@creature Giant Rat|XMM}", + "{@creature Giant Weasel|XMM}", + "{@creature Goblin Minion|XMM}", + "{@creature Guard|XMM}", + "{@creature Kobold Warrior|XMM}", + "{@creature Manes|XMM}", + "{@creature Mastiff|XMM}", + "{@creature Merfolk Skirmisher|XMM}", + "{@creature Modron Monodrone|XMM}", + "{@creature Mule|XMM}", + "{@creature Noble|XMM}", + "{@creature Pony|XMM}", + "{@creature Slaad Tadpole|XMM}", + "{@creature Stirge|XMM}", + "{@creature Twig Blight|XMM}", + "{@creature Venomous Snake|XMM}", + "{@creature Warrior Infantry|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 1/4", + "items": [ + "{@creature Aarakocra Skirmisher|XMM}", + "{@creature Animated Broom|XMM}", + "{@creature Animated Flying Sword|XMM}", + "{@creature Axe Beak|XMM}", + "{@creature Blink Dog|XMM}", + "{@creature Boar|XMM}", + "{@creature Bullywug Warrior|XMM}", + "{@creature Constrictor Snake|XMM}", + "{@creature Draft Horse|XMM}", + "{@creature Dretch|XMM}", + "{@creature Elk|XMM}", + "{@creature Giant Badger|XMM}", + "{@creature Giant Bat|XMM}", + "{@creature Giant Centipede|XMM}", + "{@creature Giant Frog|XMM}", + "{@creature Giant Lizard|XMM}", + "{@creature Giant Owl|XMM}", + "{@creature Giant Venomous Snake|XMM}", + "{@creature Giant Wolf Spider|XMM}", + "{@creature Goblin Warrior|XMM}", + "{@creature Grimlock|XMM}", + "{@creature Kenku|XMM}", + "{@creature Kuo-toa|XMM}", + "{@creature Modron Duodrone|XMM}", + "{@creature Mud Mephit|XMM}", + "{@creature Needle Blight|XMM}", + "{@creature Panther|XMM}", + "{@creature Pixie|XMM}", + "{@creature Priest Acolyte|XMM}", + "{@creature Pseudodragon|XMM}", + "{@creature Pteranodon|XMM}", + "{@creature Riding Horse|XMM}", + "{@creature Skeleton|XMM}", + "{@creature Smoke Mephit|XMM}", + "{@creature Sprite|XMM}", + "{@creature Steam Mephit|XMM}", + "{@creature Swarm of Bats|XMM}", + "{@creature Swarm of Rats|XMM}", + "{@creature Swarm of Ravens|XMM}", + "{@creature Troglodyte|XMM}", + "{@creature Violet Fungus|XMM}", + "{@creature Winged Kobold|XMM}", + "{@creature Wolf|XMM}", + "{@creature Zombie|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 1/2", + "items": [ + "{@creature Ape|XMM}", + "{@creature Black Bear|XMM}", + "{@creature Cockatrice|XMM}", + "{@creature Crocodile|XMM}", + "{@creature Darkmantle|XMM}", + "{@creature Dust Mephit|XMM}", + "{@creature Gas Spore Fungus|XMM}", + "{@creature Giant Goat|XMM}", + "{@creature Giant Seahorse|XMM}", + "{@creature Giant Wasp|XMM}", + "{@creature Gnoll Warrior|XMM}", + "{@creature Gray Ooze|XMM}", + "{@creature Hobgoblin Warrior|XMM}", + "{@creature Ice Mephit|XMM}", + "{@creature Jackalwere|XMM}", + "{@creature Magma Mephit|XMM}", + "{@creature Magmin|XMM}", + "{@creature Modron Tridrone|XMM}", + "{@creature Myconid Adult|XMM}", + "{@creature Performer|XMM}", + "{@creature Piercer|XMM}", + "{@creature Reef Shark|XMM}", + "{@creature Rust Monster|XMM}", + "{@creature Sahuagin Warrior|XMM}", + "{@creature Satyr|XMM}", + "{@creature Scout|XMM}", + "{@creature Shadow|XMM}", + "{@creature Swarm of Insects|XMM}", + "{@creature Tough|XMM}", + "{@creature Troll Limb|XMM}", + "{@creature Vine Blight|XMM}", + "{@creature Warhorse|XMM}", + "{@creature Warhorse Skeleton|XMM}", + "{@creature Worg|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 1", + "items": [ + "{@creature Animated Armor|XMM}", + "{@creature Brass Dragon Wyrmling|XMM}", + "{@creature Brown Bear|XMM}", + "{@creature Bugbear Warrior|XMM}", + "{@creature Copper Dragon Wyrmling|XMM}", + "{@creature Death Dog|XMM}", + "{@creature Dire Wolf|XMM}", + "{@creature Dryad|XMM}", + "{@creature Empyrean Iota|XMM}", + "{@creature Faerie Dragon Youth|XMM}", + "{@creature Ghoul|XMM}", + "{@creature Giant Eagle|XMM}", + "{@creature Giant Hyena|XMM}", + "{@creature Giant Octopus|XMM}", + "{@creature Giant Spider|XMM}", + "{@creature Giant Toad|XMM}", + "{@creature Giant Vulture|XMM}", + "{@creature Goblin Boss|XMM}", + "{@creature Harpy|XMM}", + "{@creature Hippogriff|XMM}", + "{@creature Imp|XMM}", + "{@creature Kuo-toa Whip|XMM}", + "{@creature Lacedon Ghoul|XMM}", + "{@creature Lion|XMM}", + "{@creature Manes Vaporspawn|XMM}", + "{@creature Modron Quadrone|XMM}", + "{@creature Myconid Spore Servant|XMM}", + "{@creature Ogrillon Ogre|XMM}", + "{@creature Pirate|XMM}", + "{@creature Psychic Gray Ooze|XMM}", + "{@creature Quasit|XMM}", + "{@creature Salamander Fire Snake|XMM}", + "{@creature Scarecrow|XMM}", + "{@creature Specter|XMM}", + "{@creature Sphinx of Wonder|XMM}", + "{@creature Spy|XMM}", + "{@creature Swarm of Larvae|XMM}", + "{@creature Swarm of Piranhas|XMM}", + "{@creature Thri-kreen Marauder|XMM}", + "{@creature Tiger|XMM}", + "{@creature Yuan-ti Infiltrator|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 2", + "items": [ + "{@creature Allosaurus|XMM}", + "{@creature Animated Rug of Smothering|XMM}", + "{@creature Ankheg|XMM}", + "{@creature Awakened Tree|XMM}", + "{@creature Azer Sentinel|XMM}", + "{@creature Bandit Captain|XMM}", + "{@creature Berserker|XMM}", + "{@creature Black Dragon Wyrmling|XMM}", + "{@creature Bronze Dragon Wyrmling|XMM}", + "{@creature Bulette Pup|XMM}", + "{@creature Carrion Crawler|XMM}", + "{@creature Centaur Trooper|XMM}", + "{@creature Cultist Fanatic|XMM}", + "{@creature Druid|XMM}", + "{@creature Ettercap|XMM}", + "{@creature Faerie Dragon Adult|XMM}", + "{@creature Gargoyle|XMM}", + "{@creature Gelatinous Cube|XMM}", + "{@creature Ghast|XMM}", + "{@creature Giant Boar|XMM}", + "{@creature Giant Constrictor Snake|XMM}", + "{@creature Giant Elk|XMM}", + "{@creature Gibbering Mouther|XMM}", + "{@creature Githzerai Monk|XMM}", + "{@creature Gnoll Pack Lord|XMM}", + "{@creature Green Dragon Wyrmling|XMM}", + "{@creature Grick|XMM}", + "{@creature Griffon|XMM}", + "{@creature Hunter Shark|XMM}", + "{@creature Intellect Devourer|XMM}", + "{@creature Lizardfolk Geomancer|XMM}", + "{@creature Mage Apprentice|XMM}", + "{@creature Merrow|XMM}", + "{@creature Mimic|XMM}", + "{@creature Minotaur Skeleton|XMM}", + "{@creature Modron Pentadrone|XMM}", + "{@creature Myconid Sovereign|XMM}", + "{@creature Nothic|XMM}", + "{@creature Ochre Jelly|XMM}", + "{@creature Ogre|XMM}", + "{@creature Ogre Zombie|XMM}", + "{@creature Pegasus|XMM}", + "{@creature Peryton|XMM}", + "{@creature Plesiosaurus|XMM}", + "{@creature Polar Bear|XMM}", + "{@creature Poltergeist|XMM}", + "{@creature Priest|XMM}", + "{@creature Quaggoth|XMM}", + "{@creature Rhinoceros|XMM}", + "{@creature Saber-Toothed Tiger|XMM}", + "{@creature Sahuagin Priest|XMM}", + "{@creature Sea Hag|XMM}", + "{@creature Silver Dragon Wyrmling|XMM}", + "{@creature Spined Devil|XMM}", + "{@creature Swarm of Stirges|XMM}", + "{@creature Swarm of Venomous Snakes|XMM}", + "{@creature Wererat|XMM}", + "{@creature White Dragon Wyrmling|XMM}", + "{@creature Will-o'-Wisp|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 3", + "items": [ + "{@creature Ankylosaurus|XMM}", + "{@creature Basilisk|XMM}", + "{@creature Bearded Devil|XMM}", + "{@creature Blue Dragon Wyrmling|XMM}", + "{@creature Bugbear Stalker|XMM}", + "{@creature Displacer Beast|XMM}", + "{@creature Doppelganger|XMM}", + "{@creature Flaming Skeleton|XMM}", + "{@creature Giant Scorpion|XMM}", + "{@creature Githyanki Warrior|XMM}", + "{@creature Goblin Hexer|XMM}", + "{@creature Gold Dragon Wyrmling|XMM}", + "{@creature Green Hag|XMM}", + "{@creature Grell|XMM}", + "{@creature Hell Hound|XMM}", + "{@creature Hobgoblin Captain|XMM}", + "{@creature Hook Horror|XMM}", + "{@creature Killer Whale|XMM}", + "{@creature Knight|XMM}", + "{@creature Kuo-toa Monitor|XMM}", + "{@creature Manticore|XMM}", + "{@creature Minotaur of Baphomet|XMM}", + "{@creature Mummy|XMM}", + "{@creature Nightmare|XMM}", + "{@creature Owlbear|XMM}", + "{@creature Phase Spider|XMM}", + "{@creature Quaggoth Thonot|XMM}", + "{@creature Scout Captain|XMM}", + "{@creature Spectator|XMM}", + "{@creature Swarm of Crawling Claws|XMM}", + "{@creature Swarm of Lemures|XMM}", + "{@creature Vampire Familiar|XMM}", + "{@creature Warrior Veteran|XMM}", + "{@creature Water Weird|XMM}", + "{@creature Werewolf|XMM}", + "{@creature Wight|XMM}", + "{@creature Winter Wolf|XMM}", + "{@creature Yeti|XMM}", + "{@creature Yuan-ti Malison (Type 1)|XMM}", + "{@creature Yuan-ti Malison (Type 2)|XMM}", + "{@creature Yuan-ti Malison (Type 3)|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 4", + "items": [ + "{@creature Aarakocra Aeromancer|XMM}", + "{@creature Archelon|XMM}", + "{@creature Banshee|XMM}", + "{@creature Black Pudding|XMM}", + "{@creature Bone Naga|XMM}", + "{@creature Bullywug Bog Sage|XMM}", + "{@creature Chuul|XMM}", + "{@creature Couatl|XMM}", + "{@creature Elephant|XMM}", + "{@creature Ettin|XMM}", + "{@creature Flameskull|XMM}", + "{@creature Ghost|XMM}", + "{@creature Gnoll Fang of Yeenoghu|XMM}", + "{@creature Guard Captain|XMM}", + "{@creature Helmed Horror|XMM}", + "{@creature Hippopotamus|XMM}", + "{@creature Incubus|XMM}", + "{@creature Juvenile Shadow Dragon|XMM}", + "{@creature Lamia|XMM}", + "{@creature Lizardfolk Sovereign|XMM}", + "{@creature Red Dragon Wyrmling|XMM}", + "{@creature Shadow Demon|XMM}", + "{@creature Succubus|XMM}", + "{@creature Swarm of Dretches|XMM}", + "{@creature Tough Boss|XMM}", + "{@creature Wereboar|XMM}", + "{@creature Weretiger|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 5", + "items": [ + "{@creature Air Elemental|XMM}", + "{@creature Barbed Devil|XMM}", + "{@creature Barlgura|XMM}", + "{@creature Beholder Zombie|XMM}", + "{@creature Bulette|XMM}", + "{@creature Cambion|XMM}", + "{@creature Earth Elemental|XMM}", + "{@creature Fire Elemental|XMM}", + "{@creature Flesh Golem|XMM}", + "{@creature Giant Axe Beak|XMM}", + "{@creature Giant Crocodile|XMM}", + "{@creature Giant Shark|XMM}", + "{@creature Gladiator|XMM}", + "{@creature Gorgon|XMM}", + "{@creature Half-Dragon|XMM}", + "{@creature Hill Giant|XMM}", + "{@creature Mezzoloth|XMM}", + "{@creature Night Hag|XMM}", + "{@creature Otyugh|XMM}", + "{@creature Pixie Wonderbringer|XMM}", + "{@creature Red Slaad|XMM}", + "{@creature Revenant|XMM}", + "{@creature Roper|XMM}", + "{@creature Sahuagin Baron|XMM}", + "{@creature Salamander|XMM}", + "{@creature Shambling Mound|XMM}", + "{@creature Triceratops|XMM}", + "{@creature Troll|XMM}", + "{@creature Umber Hulk|XMM}", + "{@creature Unicorn|XMM}", + "{@creature Vampire Spawn|XMM}", + "{@creature Water Elemental|XMM}", + "{@creature Werebear|XMM}", + "{@creature Wraith|XMM}", + "{@creature Xorn|XMM}", + "{@creature Young Remorhaz|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 6", + "items": [ + "{@creature Azer Pyromancer|XMM}", + "{@creature Chasme|XMM}", + "{@creature Chimera|XMM}", + "{@creature Cyclops Sentry|XMM}", + "{@creature Drider|XMM}", + "{@creature Galeb Duhr|XMM}", + "{@creature Ghast Gravecaller|XMM}", + "{@creature Giant Squid|XMM}", + "{@creature Githzerai Zerth|XMM}", + "{@creature Hobgoblin Warlord|XMM}", + "{@creature Invisible Stalker|XMM}", + "{@creature Kuo-toa Archpriest|XMM}", + "{@creature Mage|XMM}", + "{@creature Mammoth|XMM}", + "{@creature Medusa|XMM}", + "{@creature Merfolk Wavebender|XMM}", + "{@creature Performer Maestro|XMM}", + "{@creature Pirate Captain|XMM}", + "{@creature Satyr Revelmaster|XMM}", + "{@creature Vrock|XMM}", + "{@creature Wyvern|XMM}", + "{@creature Young Brass Dragon|XMM}", + "{@creature Young White Dragon|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 7", + "items": [ + "{@creature Bandit Deceiver|XMM}", + "{@creature Blue Slaad|XMM}", + "{@creature Centaur Warden|XMM}", + "{@creature Giant Ape|XMM}", + "{@creature Graveyard Revenant|XMM}", + "{@creature Grick Ancient|XMM}", + "{@creature Mind Flayer|XMM}", + "{@creature Oni|XMM}", + "{@creature Primeval Owlbear|XMM}", + "{@creature Shield Guardian|XMM}", + "{@creature Stone Giant|XMM}", + "{@creature Tree Blight|XMM}", + "{@creature Violet Fungus Necrohulk|XMM}", + "{@creature Young Black Dragon|XMM}", + "{@creature Young Copper Dragon|XMM}", + "{@creature Yuan-ti Abomination|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 8", + "items": [ + "{@creature Aberrant Cultist|XMM}", + "{@creature Assassin|XMM}", + "{@creature Berserker Commander|XMM}", + "{@creature Chain Devil|XMM}", + "{@creature Cloaker|XMM}", + "{@creature Cockatrice Regent|XMM}", + "{@creature Death Cultist|XMM}", + "{@creature Elemental Cultist|XMM}", + "{@creature Fiend Cultist|XMM}", + "{@creature Fomorian|XMM}", + "{@creature Frost Giant|XMM}", + "{@creature Githyanki Knight|XMM}", + "{@creature Gnoll Demoniac|XMM}", + "{@creature Green Slaad|XMM}", + "{@creature Hezrou|XMM}", + "{@creature Hydra|XMM}", + "{@creature Sphinx of Secrets|XMM}", + "{@creature Spirit Naga|XMM}", + "{@creature Thri-kreen Psion|XMM}", + "{@creature Tyrannosaurus Rex|XMM}", + "{@creature Vampire Nightbringer|XMM}", + "{@creature Young Bronze Dragon|XMM}", + "{@creature Young Green Dragon|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 9", + "items": [ + "{@creature Abominable Yeti|XMM}", + "{@creature Bone Devil|XMM}", + "{@creature Brazen Gorgon|XMM}", + "{@creature Clay Golem|XMM}", + "{@creature Cloud Giant|XMM}", + "{@creature Fire Giant|XMM}", + "{@creature Glabrezu|XMM}", + "{@creature Gray Slaad|XMM}", + "{@creature Nycaloth|XMM}", + "{@creature Treant|XMM}", + "{@creature Young Blue Dragon|XMM}", + "{@creature Young Silver Dragon|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 10", + "items": [ + "{@creature Aboleth|XMM}", + "{@creature Cultist Hierophant|XMM}", + "{@creature Cyclops Oracle|XMM}", + "{@creature Death Slaad|XMM}", + "{@creature Deva|XMM}", + "{@creature Dire Worg|XMM}", + "{@creature Guardian Naga|XMM}", + "{@creature Haunting Revenant|XMM}", + "{@creature Noble Prodigy|XMM}", + "{@creature Performer Legend|XMM}", + "{@creature Spy Master|XMM}", + "{@creature Stone Golem|XMM}", + "{@creature Warrior Commander|XMM}", + "{@creature Yochlol|XMM}", + "{@creature Young Gold Dragon|XMM}", + "{@creature Young Red Dragon|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 11", + "items": [ + "{@creature Bandit Crime Lord|XMM}", + "{@creature Behir|XMM}", + "{@creature Dao|XMM}", + "{@creature Death Knight Aspirant|XMM}", + "{@creature Djinni|XMM}", + "{@creature Efreeti|XMM}", + "{@creature Horned Devil|XMM}", + "{@creature Marid|XMM}", + "{@creature Mind Flayer Arcanist|XMM}", + "{@creature Remorhaz|XMM}", + "{@creature Roc|XMM}", + "{@creature Sphinx of Lore|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 12", + "items": [ + "{@creature Arcanaloth|XMM}", + "{@creature Archmage|XMM}", + "{@creature Archpriest|XMM}", + "{@creature Erinyes|XMM}", + "{@creature Githzerai Psion|XMM}", + "{@creature Pirate Admiral|XMM}", + "{@creature Questing Knight|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 13", + "items": [ + "{@creature Adult Brass Dragon|XMM}", + "{@creature Adult White Dragon|XMM}", + "{@creature Beholder|XMM}", + "{@creature Nalfeshnee|XMM}", + "{@creature Rakshasa|XMM}", + "{@creature Shadow Dragon|XMM}", + "{@creature Storm Giant|XMM}", + "{@creature Ultroloth|XMM}", + "{@creature Vampire|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 14", + "items": [ + "{@creature Adult Black Dragon|XMM}", + "{@creature Adult Copper Dragon|XMM}", + "{@creature Death Tyrant|XMM}", + "{@creature Ice Devil|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 15", + "items": [ + "{@creature Adult Bronze Dragon|XMM}", + "{@creature Adult Green Dragon|XMM}", + "{@creature Mummy Lord|XMM}", + "{@creature Purple Worm|XMM}", + "{@creature Salamander Inferno Master|XMM}", + "{@creature Vampire Umbral Lord|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 16", + "items": [ + "{@creature Adult Blue Dragon|XMM}", + "{@creature Adult Silver Dragon|XMM}", + "{@creature Githyanki Dracomancer|XMM}", + "{@creature Gulthias Blight|XMM}", + "{@creature Iron Golem|XMM}", + "{@creature Marilith|XMM}", + "{@creature Planetar|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 17", + "items": [ + "{@creature Adult Gold Dragon|XMM}", + "{@creature Adult Red Dragon|XMM}", + "{@creature Death Knight|XMM}", + "{@creature Dracolich|XMM}", + "{@creature Dragon Turtle|XMM}", + "{@creature Goristro|XMM}", + "{@creature Sphinx of Valor|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 18", + "items": [ + "{@creature Demilich|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 19", + "items": [ + "{@creature Balor|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 20", + "items": [ + "{@creature Ancient Brass Dragon|XMM}", + "{@creature Ancient White Dragon|XMM}", + "{@creature Animal Lord|XMM}", + "{@creature Pit Fiend|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 21", + "items": [ + "{@creature Ancient Black Dragon|XMM}", + "{@creature Ancient Copper Dragon|XMM}", + "{@creature Arch-hag|XMM}", + "{@creature Lich|XMM}", + "{@creature Solar|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 22", + "items": [ + "{@creature Ancient Bronze Dragon|XMM}", + "{@creature Ancient Green Dragon|XMM}", + "{@creature Elemental Cataclysm|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 23", + "items": [ + "{@creature Ancient Blue Dragon|XMM}", + "{@creature Ancient Silver Dragon|XMM}", + "{@creature Blob of Annihilation|XMM}", + "{@creature Empyrean|XMM}", + "{@creature Kraken|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 24", + "items": [ + "{@creature Ancient Gold Dragon|XMM}", + "{@creature Ancient Red Dragon|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 25", + "items": [ + "{@creature Colossus|XMM}" + ] + }, + { + "type": "list", + "style": "list-caption", + "name": "CR 30", + "items": [ + "{@creature Tarrasque|XMM}" + ] + } + ] + } + ] + } + ] + }, + { + "type": "section", + "name": "Credits", + "page": 2, + "entries": [ + { + "type": "list", + "style": "list-hang-notitle", + "columns": 2, + "items": [ + { + "type": "item", + "name": "Lead Designers:", + "entry": "Jeremy Crawford, F. Wesley Schneider" + }, + { + "type": "item", + "name": "Designers:", + "entry": "Makenzie De Armas, Christopher Perkins, Ben Petrisor" + }, + { + "type": "item", + "name": "Rules Developers:", + "entry": "Jeremy Crawford (lead), Christopher Perkins" + }, + { + "type": "item", + "name": "Editors:", + "entry": "Judy Bauer (lead), Janica Carter, Michele Carter, Adrian Ng" + }, + { + "type": "item", + "name": "Playtest Analysts:", + "entry": "Ben Petrisor (lead), Makenzie De Armas, Ron Lundeen" + }, + { + "type": "item", + "name": "Art Directors:", + "entry": "Fury Galluzzi (lead), Bree Heiss, Josh Herman, Kate Irwin, Emi Tanji" + }, + { + "type": "item", + "name": "Graphic Designers:", + "entry": "Trystan Falcone (lead), Matt Cole, Trish Yochum" + }, + { + "type": "item", + "name": "Cover Illustrators:", + "entry": "Tyler Jacobson, Olena Richards" + }, + { + "type": "item", + "name": "Interior Illustrators:", + "entry": "Hazem Ameen, Joy Ang, Carlo Arellano, Daren Bader, Cristi Balanescu, Helge C. Balzer, Luca Bancone, Mark Behm, Eric Belisle, Steven Belledin, Olivier Bernard, Alex Brock, Michael Broussard, Kai Carpenter, Domenico Cava, Sidharth Chaturvedi, Yongjae Choi, Chris Cold, Daarken, Kent Davis, Nikki Dawes, Axel Defois, Julie Dillon, Simon Dominic, Jesper Ejsing, Aurore Folny, Fury Galluzzi, John Patrick Gañas, Caroline Gariba, Justin Gerard, Michele Giorgi, IIse Gort, Lars Grant-West, John Grello, Johan Grenier, Nils Hamm, Patrik Hell, Suzanne Helmigh, Rowan Holloway, Alexandre Honoré, Bjorn Hurri, Izzy, Dario Jelusic, Mathias Kollros, Yigit Koroglu, Vance Kovacs, Jonathan Kuo, Andrey Kuzinskiy, Katerina Ladon, Titus Lunter, Richard Luong, Valera Lutfullina, Warren Mahy, Slawomir Maniak, Antonio José Manzanedo, Andrew Mar, Lorenzo Mastroianni, Viko Menezes, Robson Michel, Aaron Miller, Maxime Minard, Caio Monteiro, Riccardo Moscatello, Martin Mottet, Jodie Muir, Sean Murray, Hinchel Or, David Auden Nash, Nestor Ossandon Leal, Alexander Ostrowski, Alejandro Pacheco, Vicki Pangestu, Anna Pavleeva, Borja Pindado, Pindurski, Andrea Piparo, Anna Podedworna, Polar Engine, April Prime, Arash Radkia, Chris Rahn, Jason Rainville, Joshua Raphael, Adam Rex, Aaron J. Riley, Cyprien Rousson, Bram Sels, Cynthia Sheppard, Bryan Sola, Annie Stegg, Matt Stewart, Alex Stone, Crystal Sully, Taras Susak, John Tedrick, Viktor Titov, Brian Valenzuela, Brian Valeza, Svetlin Velinov, Kev Walker, Ben Wootten, Zuzanna Wuzyk, Mark Zug" + }, + { + "type": "item", + "name": "Concept Art Director:", + "entry": "Josh Herman" + }, + { + "type": "item", + "name": "Concept Artists:", + "entry": "Carlo Arrelano, Andrew Baker, Michael Broussard, John Grello, Jax Jacson, Alex Konstad, Katerina Ladon, Simon Lee, Antonio Manzanedo, Matt Millard, Aaron Miller, Sean Murray, Stephen Oakley, Alexander Ostrowski, Anna Podedworna, Noor Rahman, Jason Rainville, Chase Stone, Crystal Sully, Justin Sweet, John Tedrick, Campbell White, Bryan Wynia" + }, + { + "type": "item", + "name": "Consultants:", + "entry": "Basheer Gouse, Pam Punzalan, Jonathan Tomhave" + }, + { + "type": "item", + "name": "Additional Consultation:", + "entry": "Jay Jani, Ray Winninger" + }, + { + "type": "item", + "name": "Producers:", + "entry": "Dan Tovar (lead), Bill Benham, Siera Bruggeman, Robert Hawkey" + }, + { + "type": "item", + "name": "Print Operations Engineers:", + "entry": "Basil Hale, Scott West" + }, + { + "type": "item", + "name": "Imaging Technicians:", + "entry": "Daniel Corona, Meagan Kenreck, Paolo Vacala, Kevin Yee" + }, + { + "type": "item", + "name": "Prepress Specialist:", + "entry": "Jefferson Dunlap" + }, + { + "type": "item", + "name": "Based on the Monster Manual (2014) by", + "nameDot": false, + "entry": "Christopher Perkins (lead), Jeremy Crawford, Peter Lee, Mike Mearls, Robert J. Schwalb, Matt Sernett, Chris Sims, Rodney Thompson, Steve Townshend, James Wyatt" + }, + { + "type": "item", + "name": "Building on the original game created by", + "nameDot": false, + "entry": "Gary Gygax and Dave Arneson and then developed by many others over the past 50 years" + } + ] + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/028-29-001.title-splash.webp" + }, + "credit": "Daarken", + "maxHeight": 320, + "width": 850, + "height": 966 + }, + { + "type": "gallery", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/029-29-002.traditional-cover.webp" + }, + "title": "On the Cover: On this cover by Tyler Jacobson, adventurers Vajra Safahr and Minsc test their mettle against a beholder and its horde of horrors. Will they prove themselves heroes or lunch?", + "width": 850, + "height": 606 + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/XMM/030-29-003.alt-cover.webp" + }, + "title": "On the Alt-Cover: Got something on your mind? A mind flayer offers one of its brain-consuming brood as an alternative in this aberrant illustration by Olena Richards.", + "width": 850, + "height": 606 + } + ] + } + ] } ] } diff --git a/data/book/book-xphb.json b/data/book/book-xphb.json index e109b22..3bea3dc 100644 --- a/data/book/book-xphb.json +++ b/data/book/book-xphb.json @@ -5246,7 +5246,7 @@ "page": 39, "id": "0ee", "entries": [ - "Most creatures that lack the capacity for rational thought don't have alignments; they are unaligned. {@creature Reef Shark|XPHB|Sharks} are savage predators, for example, but they aren't evil; they are unaligned." + "Most creatures that lack the capacity for rational thought don't have alignments; they are unaligned. {@creature Reef Shark|XMM|Sharks} are savage predators, for example, but they aren't evil; they are unaligned." ] } ] @@ -13206,57 +13206,57 @@ "type": "list", "columns": 3, "items": [ - "{@creature Ape|XPHB}", - "{@creature Badger|XPHB}", - "{@creature Bat|XPHB}", - "{@creature Black Bear|XPHB}", - "{@creature Boar|XPHB}", - "{@creature Brown Bear|XPHB}", - "{@creature Camel|XPHB}", - "{@creature Cat|XPHB}", - "{@creature Constrictor Snake|XPHB}", - "{@creature Crab|XPHB}", - "{@creature Crocodile|XPHB}", - "{@creature Dire Wolf|XPHB}", - "{@creature Draft Horse|XPHB}", - "{@creature Elephant|XPHB}", - "{@creature Elk|XPHB}", - "{@creature Frog|XPHB}", - "{@creature Giant Badger|XPHB}", - "{@creature Giant Crab|XPHB}", - "{@creature Giant Goat|XPHB}", - "{@creature Giant Seahorse|XPHB}", - "{@creature Giant Spider|XPHB}", - "{@creature Giant Weasel|XPHB}", - "{@creature Goat|XPHB}", - "{@creature Hawk|XPHB}", - "{@creature Imp|XPHB}", - "{@creature Lion|XPHB}", - "{@creature Lizard|XPHB}", - "{@creature Mastiff|XPHB}", - "{@creature Mule|XPHB}", - "{@creature Octopus|XPHB}", - "{@creature Owl|XPHB}", - "{@creature Panther|XPHB}", - "{@creature Pony|XPHB}", - "{@creature Pseudodragon|XPHB}", - "{@creature Quasit|XPHB}", - "{@creature Rat|XPHB}", - "{@creature Raven|XPHB}", - "{@creature Reef Shark|XPHB}", - "{@creature Riding Horse|XPHB}", - "{@creature Scorpion|XPHB}", - "{@creature Skeleton|XPHB}", - "{@creature Slaad Tadpole|XPHB}", - "{@creature Sphinx of Wonder|XPHB}", - "{@creature Spider|XPHB}", - "{@creature Sprite|XPHB}", - "{@creature Tiger|XPHB}", - "{@creature Venomous Snake|XPHB}", - "{@creature Warhorse|XPHB}", - "{@creature Weasel|XPHB}", - "{@creature Wolf|XPHB}", - "{@creature Zombie|XPHB}" + "{@creature Ape|XMM}", + "{@creature Badger|XMM}", + "{@creature Bat|XMM}", + "{@creature Black Bear|XMM}", + "{@creature Boar|XMM}", + "{@creature Brown Bear|XMM}", + "{@creature Camel|XMM}", + "{@creature Cat|XMM}", + "{@creature Constrictor Snake|XMM}", + "{@creature Crab|XMM}", + "{@creature Crocodile|XMM}", + "{@creature Dire Wolf|XMM}", + "{@creature Draft Horse|XMM}", + "{@creature Elephant|XMM}", + "{@creature Elk|XMM}", + "{@creature Frog|XMM}", + "{@creature Giant Badger|XMM}", + "{@creature Giant Crab|XMM}", + "{@creature Giant Goat|XMM}", + "{@creature Giant Seahorse|XMM}", + "{@creature Giant Spider|XMM}", + "{@creature Giant Weasel|XMM}", + "{@creature Goat|XMM}", + "{@creature Hawk|XMM}", + "{@creature Imp|XMM}", + "{@creature Lion|XMM}", + "{@creature Lizard|XMM}", + "{@creature Mastiff|XMM}", + "{@creature Mule|XMM}", + "{@creature Octopus|XMM}", + "{@creature Owl|XMM}", + "{@creature Panther|XMM}", + "{@creature Pony|XMM}", + "{@creature Pseudodragon|XMM}", + "{@creature Quasit|XMM}", + "{@creature Rat|XMM}", + "{@creature Raven|XMM}", + "{@creature Reef Shark|XMM}", + "{@creature Riding Horse|XMM}", + "{@creature Scorpion|XMM}", + "{@creature Skeleton|XMM}", + "{@creature Slaad Tadpole|XMM}", + "{@creature Sphinx of Wonder|XMM}", + "{@creature Spider|XMM}", + "{@creature Sprite|XMM}", + "{@creature Tiger|XMM}", + "{@creature Venomous Snake|XMM}", + "{@creature Warhorse|XMM}", + "{@creature Weasel|XMM}", + "{@creature Wolf|XMM}", + "{@creature Zombie|XMM}" ] } ] diff --git a/data/book/book-xscreen.json b/data/book/book-xscreen.json index 8287677..ac9bc90 100644 --- a/data/book/book-xscreen.json +++ b/data/book/book-xscreen.json @@ -232,7 +232,7 @@ ], [ "{@action Dodge|XPHB}", - "Until the start of your next turn, attach rolls against you have {@variantrule Disadvantage|XPHB}, and you make Dexterity saving throws with {@variantrule Advantage|XPHB}. You lose this benefit if you have the {@condition Incapacitated|XPHB} condition or if your {@variantrule Speed|XPHB} is 0." + "Until the start of your next turn, attack rolls against you have {@variantrule Disadvantage|XPHB}, and you make Dexterity saving throws with {@variantrule Advantage|XPHB}. You lose this benefit if you have the {@condition Incapacitated|XPHB} condition or if your {@variantrule Speed|XPHB} is 0." ], [ "{@action Help|XPHB}", @@ -497,22 +497,22 @@ [ "Tiny (bottle, lock)", "2 ({@dice 1d4})", - "5 {@dice 2d4})" + "5 ({@dice 2d4})" ], [ "Small (chest, lute)", "3 ({@dice 1d6})", - "10 {@dice 3d6})" + "10 ({@dice 3d6})" ], [ "Medium (barrel, chandelier)", "4 ({@dice 1d8})", - "18 {@dice 4d8})" + "18 ({@dice 4d8})" ], [ "Large (cart, dining table)", "5 ({@dice 1d10})", - "27 {@dice 5d10})" + "27 ({@dice 5d10})" ] ], "data": { diff --git a/data/books.json b/data/books.json index 5122dc6..4f9ff28 100644 --- a/data/books.json +++ b/data/books.json @@ -1331,87 +1331,6 @@ } ] }, - { - "name": "Humblewood Campaign Setting", - "id": "HWCS", - "source": "HWCS", - "group": "supplement-alt", - "cover": { - "type": "internal", - "path": "covers/HWCS.webp" - }, - "published": "2019-06-17", - "author": "The Deck of Many", - "contents": [ - { - "name": "Humblewood Campaign Setting", - "headers": [ - "Foreword", - "Preface", - "Introduction" - ] - }, - { - "name": "Ch. 1: Welcome to the Wood", - "headers": [ - "Races of the Wood", - "Characters in the Wood", - "New Class Options", - "New Backgrounds", - "New Feats", - "New Spells" - ] - }, - { - "name": "Ch. 2: Religion in the Wood", - "headers": [ - "The Amaranthine", - "Tales of the Amaranthine" - ] - }, - { - "name": "Ch. 3: Traversing the Wood", - "headers": [ - "Alderheart", - "Ashbarrow", - "The Avium", - "Brackenmill", - "The Crest", - "Marshview", - "Meadowfen", - "Makk Fields", - "Saltar's Port", - "Scorched Grove", - "Talongrip Coast", - "Winnowing Reach" - ] - }, - { - "name": "Ch. 4: Adventure in the Wood" - }, - { - "name": "App. A: Bestiary" - }, - { - "name": "App. B: Nonplayer Characters" - }, - { - "name": "App. C: Creating NPCs" - }, - { - "name": "App. D: New Magic Items" - }, - { - "name": "App. E: Random Encounters" - }, - { - "name": "App. F: What did They Find?" - }, - { - "name": "Credits" - } - ] - }, { "name": "Acquisitions Incorporated", "id": "AI", @@ -6571,7 +6490,1056 @@ "author": "Wizards RPG Team", "contents": [ { - "name": "Introduction" + "name": "Introduction", + "headers": [ + "How to Use a Monster", + "Stat Block Overview", + "Monster Entries", + "Parts of a Stat Block" + ] + }, + { + "name": "Monsters A to Z", + "headers": [ + "Monsters (A)", + { + "header": "Aarakocra", + "depth": 1 + }, + { + "header": "Aboleth", + "depth": 1 + }, + { + "header": "Air Elemental", + "depth": 1 + }, + { + "header": "Animal Lord", + "depth": 1 + }, + { + "header": "Animated Objects", + "depth": 1 + }, + { + "header": "Ankheg", + "depth": 1 + }, + { + "header": "Arcanaloth", + "depth": 1 + }, + { + "header": "Arch-hag", + "depth": 1 + }, + { + "header": "Assassin", + "depth": 1 + }, + { + "header": "Awakened Plants", + "depth": 1 + }, + { + "header": "Axe Beaks", + "depth": 1 + }, + { + "header": "Azers", + "depth": 1 + }, + "Monsters (B)", + { + "header": "Balor", + "depth": 1 + }, + { + "header": "Bandits", + "depth": 1 + }, + { + "header": "Banshee", + "depth": 1 + }, + { + "header": "Barbed Devil", + "depth": 1 + }, + { + "header": "Barlgura", + "depth": 1 + }, + { + "header": "Basilisk", + "depth": 1 + }, + { + "header": "Bearded Devil", + "depth": 1 + }, + { + "header": "Behir", + "depth": 1 + }, + { + "header": "Beholder", + "depth": 1 + }, + { + "header": "Berserkers", + "depth": 1 + }, + { + "header": "Black Dragons", + "depth": 1 + }, + { + "header": "Black Pudding", + "depth": 1 + }, + { + "header": "Blights", + "depth": 1 + }, + { + "header": "Blink Dog", + "depth": 1 + }, + { + "header": "Blob of Annihilation", + "depth": 1 + }, + { + "header": "Blue Dragons", + "depth": 1 + }, + { + "header": "Bone Devil", + "depth": 1 + }, + { + "header": "Bone Naga", + "depth": 1 + }, + { + "header": "Brass Dragons", + "depth": 1 + }, + { + "header": "Bronze Dragons", + "depth": 1 + }, + { + "header": "Bugbears", + "depth": 1 + }, + { + "header": "Bulettes", + "depth": 1 + }, + { + "header": "Bullywugs", + "depth": 1 + }, + "Monsters (C)", + { + "header": "Cambion", + "depth": 1 + }, + { + "header": "Carrion Crawler", + "depth": 1 + }, + { + "header": "Centaurs", + "depth": 1 + }, + { + "header": "Chain Devil", + "depth": 1 + }, + { + "header": "Chasme", + "depth": 1 + }, + { + "header": "Chimera", + "depth": 1 + }, + { + "header": "Chuul", + "depth": 1 + }, + { + "header": "Clay Golem", + "depth": 1 + }, + { + "header": "Cloaker", + "depth": 1 + }, + { + "header": "Cloud Giant", + "depth": 1 + }, + { + "header": "Cockatrices", + "depth": 1 + }, + { + "header": "Colossus", + "depth": 1 + }, + { + "header": "Commoner", + "depth": 1 + }, + { + "header": "Copper Dragons", + "depth": 1 + }, + { + "header": "Couatl", + "depth": 1 + }, + { + "header": "Crawling Claws", + "depth": 1 + }, + { + "header": "Cultists", + "depth": 1 + }, + { + "header": "Cyclopes", + "depth": 1 + }, + "Monsters (D)", + { + "header": "Dao", + "depth": 1 + }, + { + "header": "Darkmantle", + "depth": 1 + }, + { + "header": "Death Dog", + "depth": 1 + }, + { + "header": "Death Knights", + "depth": 1 + }, + { + "header": "Death Tyrant", + "depth": 1 + }, + { + "header": "Demilich", + "depth": 1 + }, + { + "header": "Deva", + "depth": 1 + }, + { + "header": "Displacer Beast", + "depth": 1 + }, + { + "header": "Djinni", + "depth": 1 + }, + { + "header": "Doppelganger", + "depth": 1 + }, + { + "header": "Dracolich", + "depth": 1 + }, + { + "header": "Dragon Turtle", + "depth": 1 + }, + { + "header": "Dretches", + "depth": 1 + }, + { + "header": "Drider", + "depth": 1 + }, + { + "header": "Druid", + "depth": 1 + }, + { + "header": "Dryad", + "depth": 1 + }, + "Monsters (E)", + { + "header": "Earth Elemental", + "depth": 1 + }, + { + "header": "Efreeti", + "depth": 1 + }, + { + "header": "Elemental Cataclysm", + "depth": 1 + }, + { + "header": "Empyreans", + "depth": 1 + }, + { + "header": "Erinyes", + "depth": 1 + }, + { + "header": "Ettercap", + "depth": 1 + }, + { + "header": "Ettin", + "depth": 1 + }, + "Monsters (F)", + { + "header": "Faerie Dragons", + "depth": 1 + }, + { + "header": "Fire Elemental", + "depth": 1 + }, + { + "header": "Fire Giant", + "depth": 1 + }, + { + "header": "Flameskull", + "depth": 1 + }, + { + "header": "Flesh Golem", + "depth": 1 + }, + { + "header": "Flumph", + "depth": 1 + }, + { + "header": "Fomorian", + "depth": 1 + }, + { + "header": "Frost Giant", + "depth": 1 + }, + { + "header": "Fungi", + "depth": 1 + }, + "Monsters (G)", + { + "header": "Galeb Duhr", + "depth": 1 + }, + { + "header": "Gargoyle", + "depth": 1 + }, + { + "header": "Gelatinous Cube", + "depth": 1 + }, + { + "header": "Ghasts", + "depth": 1 + }, + { + "header": "Ghost", + "depth": 1 + }, + { + "header": "Ghouls", + "depth": 1 + }, + { + "header": "Gibbering Mouther", + "depth": 1 + }, + { + "header": "Githyanki", + "depth": 1 + }, + { + "header": "Githzerai", + "depth": 1 + }, + { + "header": "Glabrezu", + "depth": 1 + }, + { + "header": "Gladiator", + "depth": 1 + }, + { + "header": "Gnolls", + "depth": 1 + }, + { + "header": "Goblins", + "depth": 1 + }, + { + "header": "Gold Dragons", + "depth": 1 + }, + { + "header": "Gorgons", + "depth": 1 + }, + { + "header": "Goristro", + "depth": 1 + }, + { + "header": "Gray Oozes", + "depth": 1 + }, + { + "header": "Green Dragons", + "depth": 1 + }, + { + "header": "Green Hag", + "depth": 1 + }, + { + "header": "Grell", + "depth": 1 + }, + { + "header": "Gricks", + "depth": 1 + }, + { + "header": "Griffon", + "depth": 1 + }, + { + "header": "Grimlock", + "depth": 1 + }, + { + "header": "Guardian Naga", + "depth": 1 + }, + { + "header": "Guards", + "depth": 1 + }, + "Monsters (H)", + { + "header": "Half-Dragon", + "depth": 1 + }, + { + "header": "Harpy", + "depth": 1 + }, + { + "header": "Hell Hound", + "depth": 1 + }, + { + "header": "Helmed Horror", + "depth": 1 + }, + { + "header": "Hezrou", + "depth": 1 + }, + { + "header": "Hill Giant", + "depth": 1 + }, + { + "header": "Hippogriff", + "depth": 1 + }, + { + "header": "Hobgoblins", + "depth": 1 + }, + { + "header": "Homunculus", + "depth": 1 + }, + { + "header": "Hook Horror", + "depth": 1 + }, + { + "header": "Horned Devil", + "depth": 1 + }, + { + "header": "Hydra", + "depth": 1 + }, + "Monsters (I)", + { + "header": "Ice Devil", + "depth": 1 + }, + { + "header": "Imp", + "depth": 1 + }, + { + "header": "Incubus", + "depth": 1 + }, + { + "header": "Intellect Devourer", + "depth": 1 + }, + { + "header": "Invisible Stalker", + "depth": 1 + }, + { + "header": "Iron Golem", + "depth": 1 + }, + "Monsters (J)", + { + "header": "Jackalwere", + "depth": 1 + }, + "Monsters (K)", + { + "header": "Kenku", + "depth": 1 + }, + { + "header": "Knights", + "depth": 1 + }, + { + "header": "Kobolds", + "depth": 1 + }, + { + "header": "Kraken", + "depth": 1 + }, + { + "header": "Kuo-toa", + "depth": 1 + }, + "Monsters (L)", + { + "header": "Lamia", + "depth": 1 + }, + { + "header": "Larvae", + "depth": 1 + }, + { + "header": "Lemures", + "depth": 1 + }, + { + "header": "Lich", + "depth": 1 + }, + { + "header": "Lizardfolk", + "depth": 1 + }, + "Monsters (M)", + { + "header": "Mages", + "depth": 1 + }, + { + "header": "Magmin", + "depth": 1 + }, + { + "header": "Manes", + "depth": 1 + }, + { + "header": "Manticore", + "depth": 1 + }, + { + "header": "Marid", + "depth": 1 + }, + { + "header": "Marilith", + "depth": 1 + }, + { + "header": "Medusa", + "depth": 1 + }, + { + "header": "Mephits", + "depth": 1 + }, + { + "header": "Merfolk", + "depth": 1 + }, + { + "header": "Merrow", + "depth": 1 + }, + { + "header": "Mezzoloth", + "depth": 1 + }, + { + "header": "Mimic", + "depth": 1 + }, + { + "header": "Mind Flayers", + "depth": 1 + }, + { + "header": "Minotaur of Baphomet", + "depth": 1 + }, + { + "header": "Modrons", + "depth": 1 + }, + { + "header": "Mummies", + "depth": 1 + }, + { + "header": "Myconids", + "depth": 1 + }, + "Monsters (N)", + { + "header": "Nalfeshnee", + "depth": 1 + }, + { + "header": "Night Hag", + "depth": 1 + }, + { + "header": "Nightmare", + "depth": 1 + }, + { + "header": "Nobles", + "depth": 1 + }, + { + "header": "Nothic", + "depth": 1 + }, + { + "header": "Nycaloth", + "depth": 1 + }, + "Monsters (O)", + { + "header": "Ochre Jelly", + "depth": 1 + }, + { + "header": "Ogres", + "depth": 1 + }, + { + "header": "Oni", + "depth": 1 + }, + { + "header": "Otyugh", + "depth": 1 + }, + { + "header": "Owlbears", + "depth": 1 + }, + "Monsters (P)", + { + "header": "Pegasus", + "depth": 1 + }, + { + "header": "Performers", + "depth": 1 + }, + { + "header": "Peryton", + "depth": 1 + }, + { + "header": "Phase Spider", + "depth": 1 + }, + { + "header": "Piercer", + "depth": 1 + }, + { + "header": "Pirates", + "depth": 1 + }, + { + "header": "Pit Fiend", + "depth": 1 + }, + { + "header": "Pixies", + "depth": 1 + }, + { + "header": "Planetar", + "depth": 1 + }, + { + "header": "Poltergeist", + "depth": 1 + }, + { + "header": "Priests", + "depth": 1 + }, + { + "header": "Pseudodragon", + "depth": 1 + }, + { + "header": "Purple Worm", + "depth": 1 + }, + "Monsters (Q)", + { + "header": "Quaggoths", + "depth": 1 + }, + { + "header": "Quasit", + "depth": 1 + }, + "Monsters (R)", + { + "header": "Rakshasa", + "depth": 1 + }, + { + "header": "Red Dragons", + "depth": 1 + }, + { + "header": "Remorhazes", + "depth": 1 + }, + { + "header": "Revenants", + "depth": 1 + }, + { + "header": "Roc", + "depth": 1 + }, + { + "header": "Roper", + "depth": 1 + }, + { + "header": "Rust Monster", + "depth": 1 + }, + "Monsters (S)", + { + "header": "Sahuagin", + "depth": 1 + }, + { + "header": "Salamanders", + "depth": 1 + }, + { + "header": "Satyrs", + "depth": 1 + }, + { + "header": "Scarecrow", + "depth": 1 + }, + { + "header": "Scouts", + "depth": 1 + }, + { + "header": "Sea Hag", + "depth": 1 + }, + { + "header": "Shadow", + "depth": 1 + }, + { + "header": "Shadow Demon", + "depth": 1 + }, + { + "header": "Shadow Dragons", + "depth": 1 + }, + { + "header": "Shambling Mound", + "depth": 1 + }, + { + "header": "Shield Guardian", + "depth": 1 + }, + { + "header": "Silver Dragons", + "depth": 1 + }, + { + "header": "Skeletons", + "depth": 1 + }, + { + "header": "Slaadi", + "depth": 1 + }, + { + "header": "Solar", + "depth": 1 + }, + { + "header": "Spectator", + "depth": 1 + }, + { + "header": "Specter", + "depth": 1 + }, + { + "header": "Sphinxes", + "depth": 1 + }, + { + "header": "Spies", + "depth": 1 + }, + { + "header": "Spined Devil", + "depth": 1 + }, + { + "header": "Spirit Naga", + "depth": 1 + }, + { + "header": "Sprite", + "depth": 1 + }, + { + "header": "Stirges", + "depth": 1 + }, + { + "header": "Stone Giant", + "depth": 1 + }, + { + "header": "Stone Golem", + "depth": 1 + }, + { + "header": "Storm Giant", + "depth": 1 + }, + { + "header": "Succubus", + "depth": 1 + }, + "Monsters (T)", + { + "header": "Tarrasque", + "depth": 1 + }, + { + "header": "Thri-kreen", + "depth": 1 + }, + { + "header": "Toughs", + "depth": 1 + }, + { + "header": "Treant", + "depth": 1 + }, + { + "header": "Troglodyte", + "depth": 1 + }, + { + "header": "Troll", + "depth": 1 + }, + "Monsters (U)", + { + "header": "Ultroloth", + "depth": 1 + }, + { + "header": "Umber Hulk", + "depth": 1 + }, + { + "header": "Unicorn", + "depth": 1 + }, + "Monsters (V)", + { + "header": "Vampires", + "depth": 1 + }, + { + "header": "Vrock", + "depth": 1 + }, + "Monsters (W)", + { + "header": "Warriors", + "depth": 1 + }, + { + "header": "Water Elemental", + "depth": 1 + }, + { + "header": "Water Weird", + "depth": 1 + }, + { + "header": "Werebear", + "depth": 1 + }, + { + "header": "Wereboar", + "depth": 1 + }, + { + "header": "Wererat", + "depth": 1 + }, + { + "header": "Weretiger", + "depth": 1 + }, + { + "header": "Werewolf", + "depth": 1 + }, + { + "header": "White Dragons", + "depth": 1 + }, + { + "header": "Wight", + "depth": 1 + }, + { + "header": "Will-o'-Wisp", + "depth": 1 + }, + { + "header": "Winter Wolf", + "depth": 1 + }, + { + "header": "Worgs", + "depth": 1 + }, + { + "header": "Wraith", + "depth": 1 + }, + { + "header": "Wyvern", + "depth": 1 + }, + "Monsters (X)", + { + "header": "Xorn", + "depth": 1 + }, + "Monsters (Y)", + { + "header": "Yetis", + "depth": 1 + }, + { + "header": "Yochlol", + "depth": 1 + }, + { + "header": "Yuan-ti", + "depth": 1 + }, + "Monsters (Z)", + { + "header": "Zombies", + "depth": 1 + } + ] + }, + { + "name": "Animals", + "ordinal": { + "type": "appendix", + "identifier": "A" + } + }, + { + "name": "Monster Lists", + "ordinal": { + "type": "appendix", + "identifier": "B" + }, + "headers": [ + "Monster Conversions", + "Monsters by Habitat", + "Monsters by Creature Type", + "Monsters by Group", + "Monsters by Challenge Rating" + ] + }, + { + "name": "Credits" } ] } diff --git a/data/changelog.json b/data/changelog.json index 6778f9e..1e751c0 100644 --- a/data/changelog.json +++ b/data/changelog.json @@ -2907,5 +2907,11 @@ "ver": "2.5.12", "date": "2025-01-19", "txt": "- Added Bestiary \"Group\" filter\n- Added \"Haunted Trap\" support to Traps & Hazards page; added haunted traps from Van Richten's Guide to Ravenloft\n- Added Damage Vulnerability/Resistance/Immunity; Condition Immunity filters to Items page\n- Classes page subclass buttons may now be SHIFT-clicked to select exactly that subclass (similar to the functionality available in filters)\n- Added Blocklist \"'24 Sources\" mass-add-to/mass-remove-from buttons\n- Improved Creature Class Level Scaler handling of proficiency bonus terms\n- (Brew) Added `monster` `\"summonedScaleByPlayerLevel\"` support, for creatures which scale according to player level, rather than class level\n- (Fixed typos/added tags)" + }, + { + "ver": "2.6.0", + "date": "2025-02-05", + "title": "International Goblin-Smuggling Operation", + "txt": "- Added Monster Manual (2025) content\n- Added \"Emits Light, Bright\" and \"Emits Light, Dim\" filters to Items page\n- Migrated _Humblewood Campaign Setting_ to \"Partnered\" content\n- Added \"Go to Page\" button to book-inlined statblocks\n- (Brew) Improved Creature Class Level Scaler handling of _Flee, Mortals!_ retainers and companions\n- (Brew) Added initial `\"magicvariant\"` `\"_copy\"` support\n- (Brew) Added support for `\".\"` as property path separator to `\"_copy._mod\"` keys, enabling e.g. `\"inherits.namePrefix\"` as a useful `\"_mod\"` \n- (Brew) Improved performance of loading homebrews with many `\"dependency\"` entries\n- (Brew) Various minor fixes and improvements to the Text Converter\n - The Creature Text Converter now handles more sense/language formats, and to-hit bonus formats\n - The Item Text Converter now handles more recharge types, and `\"light\"` emission data\n - Fixed '24 rule tags being added in '14 mode\n - Fixed Creature Text Converter over-zealously joining pasted lines in some cases, and failing to join pasted lines in other cases; improved Creature Text Converter\n- (Brew) Fixed Blocklist crash when loading some homebrews\n- (Brew) Added special `...|preserve|...` flag to `@filter` tags, which, if present, will prevent any filters other than those specified in the `@filter` tag from being modified when clicking the resulting link \n- (Fixed typos/added tags)" } ] diff --git a/data/class/class-bard.json b/data/class/class-bard.json index acbb4b9..8996670 100644 --- a/data/class/class-bard.json +++ b/data/class/class-bard.json @@ -1598,68 +1598,6 @@ } } }, - { - "name": "College of the Road", - "shortName": "Road", - "source": "HWCS", - "className": "Bard", - "classSource": "PHB", - "page": 36, - "edition": "classic", - "optionalfeatureProgression": [ - { - "name": "Traveler's Tricks", - "featureType": [ - "TT" - ], - "progression": { - "3": 2, - "6": 1, - "14": 1 - } - } - ], - "subclassFeatures": [ - "College of the Road|Bard||Road|HWCS|3", - "Favorite Trick|Bard||Road|HWCS|6", - "Improved Tricks|Bard||Road|HWCS|6", - "Traveler's Tricks|Bard||Road|HWCS|6", - "Favorite Trick|Bard||Road|HWCS|14", - "Improved Tricks|Bard||Road|HWCS|14", - "Traveler's Tricks|Bard||Road|HWCS|14" - ], - "hasFluffImages": true - }, - { - "name": "College of the Road", - "shortName": "Road", - "source": "HWCS", - "className": "Bard", - "classSource": "XPHB", - "_copy": { - "name": "College of the Road", - "source": "HWCS", - "shortName": "Road", - "className": "Bard", - "classSource": "PHB", - "_preserve": { - "page": true, - "otherSources": true, - "srd": true, - "basicRules": true, - "reprintedAs": true - } - }, - "fluff": { - "_subclassFluff": { - "name": "College of the Road", - "source": "HWCS", - "shortName": "Road", - "className": "Bard", - "classSource": "PHB" - } - } - }, { "name": "College of Creation", "shortName": "Creation", @@ -2660,190 +2598,6 @@ } ], "subclassFeature": [ - { - "name": "College of the Road", - "source": "HWCS", - "page": 36, - "className": "Bard", - "classSource": "PHB", - "subclassShortName": "Road", - "subclassSource": "HWCS", - "level": 3, - "entries": [ - "Not an officially recognized college, the College of the Road represents the personal and eclectic sets of skills, knowledge, and techniques a wandering bard picks up along their journey. As inveterate jacks-of-all-trades, bards possess a variety of aptitudes in combat, magecraft, and general know-how, making them particularly well suited to learning a variety of different skills. It often happens that while traveling, a bard winds up sharing their campfire with a motley assortment of wandering adventurers who may impart valuable lessons in exchange for a lively song or a well-told tale. Compared to students of other Bard Colleges, a special kind of sensibility is important for the College of the Road. How effectively a bard of this College can apply what they have learned depends on their understanding and insight. The College of the Road is sometimes a harsh teacher, but bards who follow this path often find themselves rewarded with a diverse array of useful tricks and tactics. Those who underestimate a bard from the College of the Road soon find that these \"graduates\" are full of surprises.", - { - "type": "entries", - "name": "Bonus Proficiencies", - "entries": [ - "When you join the College of the Road at 3rd level, you gain a few useful proficiencies picked up from your time on the road. Choose three of the following options (each option can only be selected once):", - { - "type": "list", - "items": [ - "You gain proficiency with a {@filter Gaming Set|items|source=phb|miscellaneous=mundane|type=gaming set} of your choice.", - "You gain proficiency with a {@filter martial weapon|items|source=phb|category=basic|type=martial weapon;melee weapon=sand} of your choice", - "You gain proficiency with {@item Herbalism Kit|phb|Herbalism Kits}", - "You gain proficiency with {@item Thieves' Tools|PHB}", - "You gain proficiency with a skill of your choice", - "You learn two languages of your choice" - ] - } - ] - }, - { - "type": "entries", - "name": "Wanderer's Lore", - "entries": [ - "At 3rd level, you can share any useful tidbits of information you have come across in your travels to help others to see problems from a new angle. When a creature has a Bardic Inspiration die granted by you, they may make a single {@skill Arcana}, {@skill History}, {@skill Nature}, or {@skill Religion} check with advantage. The creature may choose whether or not to add the Bardic Inspiration die to this roll." - ] - }, - { - "type": "entries", - "name": "Traveler's Tricks", - "entries": [ - "At 3rd level you already have several memorable experiences from your life on the road. You learn two Traveler's Tricks of your choice (see Traveler's Trick Options).", - "These Traveler's Tricks represent skills, techniques, and useful pieces of knowledge picked up along the way. Each one requires you to expend a use of your Bardic Inspiration, and takes a bonus action to use unless otherwise specified.", - "At 6th level and at 14th level you learn an additional Traveler's Trick." - ] - }, - { - "type": "entries", - "name": "Traveler's Trick Options", - "entries": [ - "The Traveler's Trick feature lets you choose options for it at certain levels. The options are presented here in alphabetical order. Each one is associated with a different class.", - "Unlike traditional bard abilities which rely on skill or panache to be properly executed, the greatest asset for picking up tricks along the road is common sense and an openness to learning new ideas. Wisdom affects how powerful your traveler's tricks are, as well as how hard they are to counter. If an option requires a saving throw, your Traveler's Trick save DC equals 8 + your proficiency bonus + your Wisdom modifier.", - { - "type": "options", - "entries": [ - { - "type": "refOptionalfeature", - "optionalfeature": "Acrobatics Lessons|HWCS" - }, - { - "type": "refOptionalfeature", - "optionalfeature": "Armed Combat Lessons|HWCS" - }, - { - "type": "refOptionalfeature", - "optionalfeature": "Bind the Wound|HWCS" - }, - { - "type": "refOptionalfeature", - "optionalfeature": "Boxing Lessons|HWCS" - }, - { - "type": "refOptionalfeature", - "optionalfeature": "Conjure Woodland Spirit|HWCS|Conjure Woodland Spirit*" - }, - { - "type": "refOptionalfeature", - "optionalfeature": "Dark Bargain|HWCS|Dark Bargain*" - }, - { - "type": "refOptionalfeature", - "optionalfeature": "Evocation Lessons|HWCS|Evocation Lessons*" - }, - { - "type": "refOptionalfeature", - "optionalfeature": "Hunting Lessons|HWCS|Hunting Lessons*" - }, - { - "type": "refOptionalfeature", - "optionalfeature": "Reckless Tactics|HWCS" - }, - { - "type": "refOptionalfeature", - "optionalfeature": "Warding Trick|HWCS|Warding Trick*" - } - ] - } - ] - } - ] - }, - { - "name": "Favorite Trick", - "source": "HWCS", - "page": 36, - "className": "Bard", - "classSource": "PHB", - "subclassShortName": "Road", - "subclassSource": "HWCS", - "level": 6, - "header": 2, - "entries": [ - "At 6th level, you have gained enough mastery over one of your Traveler's Tricks that you can use it whenever it's needed. You may choose one Traveler's Trick that you know and designate it as your favorite trick. If you roll initiative and have no uses of Bardic Inspiration remaining, you regain one use of it. Any Bardic Inspiration gained in this way can only be used to perform your favorite trick." - ] - }, - { - "name": "Improved Tricks", - "source": "HWCS", - "page": 36, - "className": "Bard", - "classSource": "PHB", - "subclassShortName": "Road", - "subclassSource": "HWCS", - "level": 6, - "header": 2, - "entries": [ - "At 6th level, your Traveler's Tricks become stronger. By practicing the tricks you know, and encountering stronger adventurers who share their knowledge with you, your mastery over your tricks increases." - ] - }, - { - "name": "Traveler's Tricks", - "source": "HWCS", - "page": 36, - "className": "Bard", - "classSource": "PHB", - "subclassShortName": "Road", - "subclassSource": "HWCS", - "level": 6, - "header": 2, - "entries": [ - "At 6th level you learn an additional Traveler's Trick." - ] - }, - { - "name": "Favorite Trick", - "source": "HWCS", - "page": 36, - "className": "Bard", - "classSource": "PHB", - "subclassShortName": "Road", - "subclassSource": "HWCS", - "level": 14, - "header": 2, - "entries": [ - "At 14th level you can select a second favorite trick from among Traveler's Tricks you know." - ] - }, - { - "name": "Improved Tricks", - "source": "HWCS", - "page": 36, - "className": "Bard", - "classSource": "PHB", - "subclassShortName": "Road", - "subclassSource": "HWCS", - "level": 14, - "header": 2, - "entries": [ - "At 14th level, your Traveler's Tricks become stronger. By practicing the tricks you know, and encountering stronger adventurers who share their knowledge with you, your mastery over your tricks increases." - ] - }, - { - "name": "Traveler's Tricks", - "source": "HWCS", - "page": 36, - "className": "Bard", - "classSource": "PHB", - "subclassShortName": "Road", - "subclassSource": "HWCS", - "level": 14, - "header": 2, - "entries": [ - "At 14th level you learn an additional Traveler's Trick." - ] - }, { "name": "College of Lore", "source": "PHB", diff --git a/data/class/class-cleric.json b/data/class/class-cleric.json index dc35a92..b6310e5 100644 --- a/data/class/class-cleric.json +++ b/data/class/class-cleric.json @@ -2347,146 +2347,6 @@ } } }, - { - "name": "Community Domain", - "shortName": "Community", - "source": "HWCS", - "className": "Cleric", - "classSource": "PHB", - "page": 39, - "edition": "classic", - "additionalSpells": [ - { - "prepared": { - "1": [ - "bless", - "goodberry" - ], - "3": [ - "aid", - "heroism" - ], - "5": [ - "beacon of hope", - "spirit guardians" - ], - "7": [ - "banishment", - "mordenkainen's faithful hound" - ], - "9": [ - "mass cure wounds", - "rary's telepathic bond" - ] - } - } - ], - "subclassFeatures": [ - "Community Domain|Cleric||Community|HWCS|1", - "Channel Divinity: Magnificent Feast|Cleric||Community|HWCS|2", - "Channel Divinity: Community Watch|Cleric||Community|HWCS|6", - "Divine Strike|Cleric||Community|HWCS|8", - "Paragon of the People|Cleric||Community|HWCS|17" - ] - }, - { - "name": "Community Domain", - "shortName": "Community", - "source": "HWCS", - "className": "Cleric", - "classSource": "XPHB", - "_copy": { - "name": "Community Domain", - "source": "HWCS", - "shortName": "Community", - "className": "Cleric", - "classSource": "PHB", - "_preserve": { - "page": true, - "otherSources": true, - "srd": true, - "basicRules": true, - "reprintedAs": true - } - }, - "subclassFeatures": [ - "Community Domain|Cleric|XPHB|Community|HWCS|3", - "Channel Divinity: Magnificent Feast|Cleric|XPHB|Community|HWCS|3", - "Channel Divinity: Community Watch|Cleric||Community|HWCS|6", - "Divine Strike|Cleric||Community|HWCS|8", - "Paragon of the People|Cleric||Community|HWCS|17" - ] - }, - { - "name": "Night Domain", - "shortName": "Night", - "source": "HWCS", - "className": "Cleric", - "classSource": "PHB", - "page": 40, - "edition": "classic", - "additionalSpells": [ - { - "prepared": { - "1": [ - "sleep", - "veil of dusk|HWCS" - ], - "3": [ - "darkness", - "moonbeam" - ], - "5": [ - "nondetection", - "globe of twilight|HWCS" - ], - "7": [ - "divination", - "stellar bodies|HWCS" - ], - "9": [ - "dream", - "seeming" - ] - } - } - ], - "subclassFeatures": [ - "Night Domain|Cleric||Night|HWCS|1", - "Channel Divinity: Invocation of Night|Cleric||Night|HWCS|2", - "Improved Ward|Cleric||Night|HWCS|6", - "Veil of Dreams|Cleric||Night|HWCS|8", - "Creature of the Night|Cleric||Night|HWCS|17" - ] - }, - { - "name": "Night Domain", - "shortName": "Night", - "source": "HWCS", - "className": "Cleric", - "classSource": "XPHB", - "_copy": { - "name": "Night Domain", - "source": "HWCS", - "shortName": "Night", - "className": "Cleric", - "classSource": "PHB", - "_preserve": { - "page": true, - "otherSources": true, - "srd": true, - "basicRules": true, - "reprintedAs": true - } - }, - "subclassFeatures": [ - "Night Domain|Cleric|XPHB|Night|HWCS|3", - "Channel Divinity: Invocation of Night|Cleric|XPHB|Night|HWCS|3", - "Improved Ward|Cleric||Night|HWCS|6", - "Veil of Dreams|Cleric||Night|HWCS|8", - "Creature of the Night|Cleric||Night|HWCS|17" - ] - }, { "name": "Order Domain", "shortName": "Order", @@ -2959,7 +2819,7 @@ "3": [ "burning hands|xphb", "faerie fire|xphb", - "moonbeam|xphb", + "scorching ray|xphb", "see invisibility|xphb" ], "5": [ @@ -3967,276 +3827,6 @@ "Starting at 17th level, when the cleric casts a Necromancy spell of 1st through 5th-level that targets only one creature, the spell can instead target two creatures within range and within 5 feet of each other. If the spell consumes its material components, the cleric must provide them for each target." ] }, - { - "name": "Community Domain", - "source": "HWCS", - "page": 39, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Community", - "subclassSource": "HWCS", - "level": 1, - "entries": [ - "The community domain focuses on the ties that bind all people together. These are the ties of family and friendship, the ties to ancestors, as well as the ties between elders and the next generation with whom they share their wisdom. The power of the Gods of community is in the security of home and hearth, and the joy of good company. Many such gods teach the value of tradition and simple ways of living in harmony with the natural world. They also tend towards the rule of law, not as a kind of great bureaucracy, but as sacred traditions passed from generation to generation. Some gods advocate the removal of harsh or disruptive forces to this order, and proper sanctions for the violation of the goodwill that any community ought to provide.", - "Clerics of such gods value unity, and praise the strength that can be gained when people support each other.", - { - "type": "table", - "caption": "Community Domain Spells", - "colLabels": [ - "Cleric Level", - "Spells" - ], - "colStyles": [ - "col-3 text-center", - "col-9" - ], - "rows": [ - [ - "1st", - "{@spell Bless}, {@spell Goodberry}" - ], - [ - "3rd", - "{@spell Aid}, {@spell Heroism}" - ], - [ - "5th", - "{@spell Beacon of Hope}, {@spell Spirit Guardians}" - ], - [ - "7th", - "{@spell Banishment}, {@spell Mordenkainen's Faithful Hound}" - ], - [ - "9th", - "{@spell Mass Cure Wounds}, {@spell Rary's Telepathic Bond}" - ] - ] - }, - { - "type": "refSubclassFeature", - "subclassFeature": "Blessing of the Hearth|Cleric||Community|HWCS|1" - } - ] - }, - { - "name": "Blessing of the Hearth", - "source": "HWCS", - "page": 39, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Community", - "subclassSource": "HWCS", - "level": 1, - "header": 1, - "entries": [ - "From 1st level, you gain the ability to conjure a small flagstone hearth with a simple iron cooking pot whenever you rest. This hearth helps warm you and your companions, and can be used to prepare hearty and nutritious meals on the road. If you or any friendly creatures you make camp with would regain hit points at the end of a short rest by spending one or more hit dice, each of those creatures may choose to re-roll one of their resting dice, taking the higher roll between the two.", - "Additionally, you gain proficiency with {@item Cook's Utensils|PHB}." - ] - }, - { - "name": "Channel Divinity: Magnificent Feast", - "source": "HWCS", - "page": 39, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Community", - "subclassSource": "HWCS", - "level": 2, - "header": 2, - "entries": [ - "Starting at 2nd level, you may use your Channel Divinity to conjure a magical feast for the rough road ahead. By spending 10 minutes, you may create a number of delicious, well-prepared, yet simple food items equal to your Wisdom modifier (minimum of 1). These food items will last up to 8 hours or until the end of a rest, and will never spoil. Eating food created in this way takes an action, providing whomever eats it with healing equal to {@dice 2d4} + your cleric level, and can remove either the {@condition frightened} or {@condition poisoned} condition from that creature (chosen by the creature when consumed)." - ] - }, - { - "name": "Channel Divinity: Community Watch", - "source": "HWCS", - "page": 39, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Community", - "subclassSource": "HWCS", - "level": 6, - "header": 2, - "entries": [ - "Starting at 6th level, you can use your Channel Divinity to instill a feeling of vigilant protection in you and your allies. You grant yourself and a number of allies, up to your Wisdom modifier (minimum of 1), a boon from your deity. Allies must be able to see you and be within 30 feet to receive the boon. Once per round, a creature benefitting from this boon can roll a {@dice d6}, adding the result to a skill check, saving throw, or attack roll. This effect lasts for a number of rounds equal to your Wisdom modifier (minimum of 1 round). A creature can only benefit from this effect if it can see at least one of its allies." - ] - }, - { - "name": "Divine Strike", - "source": "HWCS", - "page": 39, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Community", - "subclassSource": "HWCS", - "level": 8, - "header": 2, - "entries": [ - "At 8th level, you gain the ability to infuse your weapon with the power to punish wrongdoing. Once on each of your turns, when you hit a creature with a weapon attack, you can cause the attack to deal an extra {@damage 1d8} psychic damage to the target. Visions of the evil they have wrought upon others flash before their eyes. You choose whether any foe reduced to 0 hit points by this attack remains stable or dies. When you reach 14th level, the extra damage increases to {@damage 2d8}." - ] - }, - { - "name": "Paragon of the People", - "source": "HWCS", - "page": 39, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Community", - "subclassSource": "HWCS", - "level": 17, - "header": 2, - "entries": [ - "At 17th level, your Community Watch grants an additional {@dice d6} to each affected ally. It also grants immunity to fear for the duration of the effect. Additionally, your Magnificent Feast produces twice as many foodstuffs, each of which can, when consumed, remove a single curse or disease affecting the target (including attunement to a cursed item)." - ] - }, - { - "name": "Night Domain", - "source": "HWCS", - "page": 40, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 1, - "entries": [ - "The night is mysterious, and conceals many unseen dangers. However, the cover of darkness also brings protection from predators and shadows within which one can conceal themselves. The gods of night are varied, encompassing those who would use the cover of darkness to protect others from threats, to those who would use the shadows for wrong doings. The motives of night gods are often shrouded in mystery. Many teach their followers that it is only by peering through the darkness and looking beyond what is hidden that one can attain truth. Clerics of night do their best to keep themselves and their companions safe while journeying through the darkness.", - { - "type": "table", - "caption": "Night Domain Spells", - "colLabels": [ - "Cleric Level", - "Spells" - ], - "colStyles": [ - "col-3 text-center", - "col-9" - ], - "rows": [ - [ - "1st", - "{@spell Sleep}, {@spell Veil of Dusk|HWCS}" - ], - [ - "3rd", - "{@spell Darkness}, {@spell Moonbeam}" - ], - [ - "5th", - "{@spell Nondetection}, {@spell Globe of Twilight|HWCS}" - ], - [ - "7th", - "{@spell Divination}, {@spell Stellar Bodies|HWCS}" - ], - [ - "9th", - "{@spell Dream}, {@spell Seeming}" - ] - ] - }, - { - "type": "refSubclassFeature", - "subclassFeature": "Eye of Twilight|Cleric||Night|HWCS|1" - }, - { - "type": "refSubclassFeature", - "subclassFeature": "Ward of Shadows|Cleric||Night|HWCS|1" - } - ] - }, - { - "name": "Eye of Twilight", - "source": "HWCS", - "page": 40, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 1, - "header": 1, - "entries": [ - "Beginning at 1st level, a divine blessing grants you the ability to see more clearly in dark and dim conditions. You can see in dim light within 60 feet of you as if it were bright light, and in magical or nonmagical darkness as if it were only dim light. You can't discern color in the darkness, only shades of gray.", - "When you reach 6th level, you can see in dim light within 120 feet of you as if it were bright light, and in magical or nonmagical darkness as if it were dim light. You can't discern color in the darkness, only shades of gray.", - "At 8th level, you can see normally in darkness, both magical and nonmagical within 120 feet.", - "Finally, at 17th level, your eyes are able to see the truth hiding within darkness. You gain the ability to call upon the powers of your deity to grant yourself {@sense truesight} within 120 feet of you for a number of minutes equal to your Wisdom modifier (a minimum of 1 minute). Your {@sense truesight} only functions while in conditions of magical or nonmagical darkness. Once you have used this feature, you cannot use it again until you have completed a long rest." - ] - }, - { - "name": "Ward of Shadows", - "source": "HWCS", - "page": 40, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 1, - "header": 1, - "entries": [ - "At 1st level, you can create a ward of divine shadows to conceal yourself from an attacking enemy. When attacked by a creature you can see within 30 feet of you, you can use your reaction to impose disadvantage on the attack roll, as shadows envelop your form. An attacker that can't be {@condition blinded} is immune to this feature.", - "You can use this feature a number of times equal to your Wisdom modifier (a minimum of once), and regain all expended uses when you finish a long rest." - ] - }, - { - "name": "Channel Divinity: Invocation of Night", - "source": "HWCS", - "page": 40, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 2, - "header": 2, - "entries": [ - "Starting at 2nd level, you can use your Channel Divinity to harness the powers of night, clouding the vision of your foes in a shroud of darkness.", - "As an action, you present your holy symbol causing any source of mundane or magical light within 30 feet of you to be extinguished. Additionally, each hostile creature within 30 feet of you must make a Constitution saving throw. A creature who fails the saving throw is {@condition blinded} for a number of rounds equal to your cleric level. A creature blinded in this way gets a new saving throw at the end of each of its turns to remove the effect. A creature that has {@quickref Cover||3||total cover} from you is not affected." - ] - }, - { - "name": "Improved Ward", - "source": "HWCS", - "page": 40, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 6, - "header": 2, - "entries": [ - "At 6th level, you can use your Ward of Shadows feature whenever a creature you can see within 30 feet of you attacks a creature besides yourself." - ] - }, - { - "name": "Veil of Dreams", - "source": "HWCS", - "page": 40, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 8, - "header": 2, - "entries": [ - "When you reach 8th level, you gain mastery over magical sleep. When you cast the {@spell sleep} spell, add your cleric level to the dice you roll to determine how many hit points of creatures the spell can affect.", - "You may choose the order in which creatures within the spell's area are affected. If the first target chosen has too many hit points to be affected, the spell will instead target the next creature you have chosen that the spell could affect before affecting other targets.", - "Additionally, any creature you put to sleep cannot be woken until the start of your next turn. Otherwise, the {@spell sleep} spell acts as normal." - ] - }, - { - "name": "Creature of the Night", - "source": "HWCS", - "page": 40, - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 17, - "header": 2, - "entries": [ - "Starting at 17th level, you can use your action to activate a supernatural aura of deep night. It lasts for 1 minute, or until you dismiss it using another action. You emit heavily obscuring darkness in a 30-foot radius and lightly obscuring shadows 50 feet beyond that. The darkness and shadows overlap and smother existing sources of light. Only light produced by a 9th level spell or similarly powerful effect can negate the darkness and shadows.", - "Enemies within the shadows constantly feel the presence of hungry predators watching them, and become {@condition frightened} as long as they remain inside the affected area. Enemies in the darkness are both {@condition blinded} and {@condition frightened} for as long as they remain within its area." - ] - }, { "name": "Knowledge Domain", "source": "PHB", @@ -7681,90 +7271,6 @@ } } }, - { - "name": "Channel Divinity: Magnificent Feast", - "source": "HWCS", - "className": "Cleric", - "classSource": "XPHB", - "subclassShortName": "Community", - "subclassSource": "HWCS", - "level": 3, - "_copy": { - "name": "Channel Divinity: Magnificent Feast", - "source": "HWCS", - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Community", - "subclassSource": "HWCS", - "level": 2, - "_preserve": { - "page": true - } - } - }, - { - "name": "Community Domain", - "source": "HWCS", - "className": "Cleric", - "classSource": "XPHB", - "subclassShortName": "Community", - "subclassSource": "HWCS", - "level": 3, - "_copy": { - "name": "Community Domain", - "source": "HWCS", - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Community", - "subclassSource": "HWCS", - "level": 1, - "_preserve": { - "page": true - } - } - }, - { - "name": "Channel Divinity: Invocation of Night", - "source": "HWCS", - "className": "Cleric", - "classSource": "XPHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 3, - "_copy": { - "name": "Channel Divinity: Invocation of Night", - "source": "HWCS", - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 2, - "_preserve": { - "page": true - } - } - }, - { - "name": "Night Domain", - "source": "HWCS", - "className": "Cleric", - "classSource": "XPHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 3, - "_copy": { - "name": "Night Domain", - "source": "HWCS", - "className": "Cleric", - "classSource": "PHB", - "subclassShortName": "Night", - "subclassSource": "HWCS", - "level": 1, - "_preserve": { - "page": true - } - } - }, { "name": "Channel Divinity: Knowledge of the Ages", "source": "PHB", diff --git a/data/class/class-druid.json b/data/class/class-druid.json index b533893..895c6b8 100644 --- a/data/class/class-druid.json +++ b/data/class/class-druid.json @@ -2482,9 +2482,9 @@ "type": "entries", "name": "Known Forms", "entries": [ - "You know four Beast forms for this feature, chosen from among Beast stat blocks that have a maximum {@variantrule Challenge Rating|XPHB} of 1/4 and that lack a {@variantrule Fly Speed|XPHB} (see appendix B for stat block options). The {@creature Rat|XPHB}, {@creature Riding Horse|XPHB}, {@creature Spider|XPHB}, and {@creature Wolf|XPHB} are recommended. Whenever you finish a {@variantrule Long Rest|XPHB}, you can replace one of your known forms with another eligible form.", + "You know four Beast forms for this feature, chosen from among Beast stat blocks that have a maximum {@variantrule Challenge Rating|XPHB} of 1/4 and that lack a {@variantrule Fly Speed|XPHB} (see appendix B for stat block options). The {@creature Rat|XMM}, {@creature Riding Horse|XMM}, {@creature Spider|XMM}, and {@creature Wolf|XMM} are recommended. Whenever you finish a {@variantrule Long Rest|XPHB}, you can replace one of your known forms with another eligible form.", "When you reach certain Druid levels, your number of known forms and the maximum {@variantrule Challenge Rating|XPHB} for those forms increases, as shown in the Beast Shapes table. In addition, starting at level 8, you can adopt a form that has a {@variantrule Fly Speed|XPHB}.", - "When choosing known forms, you may look in the {@variantrule Monster|XPHB} Manual or elsewhere for eligible Beasts if the Dungeon Master permits you to do so." + "When choosing known forms, you may look in the {@book Monster Manual|XMM} or elsewhere for eligible Beasts if the Dungeon Master permits you to do so." ] }, { @@ -2505,7 +2505,7 @@ [ "2", "4", - "{@filter 1/4|bestiary|challenge rating=[&0;&1/4]|type=beast|speed type=!fly;!swim|miscellaneous=!swarm}", + "{@filter 1/4|bestiary|challenge rating=[&0;&1/4]|type=beast|speed type=!fly|miscellaneous=!swarm}", "No" ], [ diff --git a/data/class/class-fighter.json b/data/class/class-fighter.json index c0fe98f..b4c4c62 100644 --- a/data/class/class-fighter.json +++ b/data/class/class-fighter.json @@ -1122,53 +1122,6 @@ } } }, - { - "name": "Scofflaw", - "shortName": "Scofflaw", - "source": "HWCS", - "className": "Fighter", - "classSource": "PHB", - "page": 41, - "edition": "classic", - "subclassFeatures": [ - "Scofflaw|Fighter||Scofflaw|HWCS|3", - "Misdirection|Fighter||Scofflaw|HWCS|7", - "Blindside|Fighter||Scofflaw|HWCS|10", - "Infamy|Fighter||Scofflaw|HWCS|15", - "Two For Flinching|Fighter||Scofflaw|HWCS|18" - ], - "hasFluffImages": true - }, - { - "name": "Scofflaw", - "shortName": "Scofflaw", - "source": "HWCS", - "className": "Fighter", - "classSource": "XPHB", - "_copy": { - "name": "Scofflaw", - "source": "HWCS", - "shortName": "Scofflaw", - "className": "Fighter", - "classSource": "PHB", - "_preserve": { - "page": true, - "otherSources": true, - "srd": true, - "basicRules": true, - "reprintedAs": true - } - }, - "fluff": { - "_subclassFluff": { - "name": "Scofflaw", - "source": "HWCS", - "shortName": "Scofflaw", - "className": "Fighter", - "classSource": "PHB" - } - } - }, { "name": "Echo Knight", "shortName": "Echo Knight", @@ -2636,137 +2589,6 @@ "In addition, when you roll initiative and have no uses of your Unleash Incarnation feature left, you regain one use of that feature." ] }, - { - "name": "Scofflaw", - "source": "HWCS", - "page": 41, - "className": "Fighter", - "classSource": "PHB", - "subclassShortName": "Scofflaw", - "subclassSource": "HWCS", - "level": 3, - "entries": [ - "A fighter who hits hard and fights dirty, the Scofflaw balks at the ideals of honor and tradition, doing what they need to survive. Rules are made to be broken, and the Scofflaw extends this logic to their fighting style. Using every trick at their disposal to gain the upper hand against their foes, the Scofflaw cows their enemy into submission, or overwhelms their defenses with a single cheap shot.", - "Scofflaws eventually trust their notorious reputation to do much of the work for them, gaining the ability to cause foes to quake with a single threat. Scofflaws are a diverse bunch that run the gamut from graceful yet deadly knaves to bruiser thugs. What ties them together is their belief that there's no such thing as a bad win.", - { - "type": "refSubclassFeature", - "subclassFeature": "Bonus Proficiency|Fighter||Scofflaw|HWCS|3" - }, - { - "type": "refSubclassFeature", - "subclassFeature": "Intimidating Banter|Fighter||Scofflaw|HWCS|3" - }, - { - "type": "refSubclassFeature", - "subclassFeature": "Brutal Brawler|Fighter||Scofflaw|HWCS|3" - } - ] - }, - { - "name": "Bonus Proficiency", - "source": "HWCS", - "page": 41, - "className": "Fighter", - "classSource": "PHB", - "subclassShortName": "Scofflaw", - "subclassSource": "HWCS", - "level": 3, - "header": 2, - "entries": [ - "When you choose this Martial Archetype at 3rd level, you gain proficiency in one of the following skills of your choice: {@skill Deception}, {@skill Insight}, {@skill Intimidation}, {@skill Sleight of Hand}, or {@skill Stealth}. Alternatively, you may learn {@class rogue|phb|Thieves' Cant||phb|Thieves' Cant 1}." - ] - }, - { - "name": "Brutal Brawler", - "source": "HWCS", - "page": 41, - "className": "Fighter", - "classSource": "PHB", - "subclassShortName": "Scofflaw", - "subclassSource": "HWCS", - "level": 3, - "header": 2, - "entries": [ - "At 3rd level, your tavernside scuffles have honed your ability to deal damage with just about anything that's handy. You have proficiency with improvised weapons, and treat any improvised weapon you handle as if it has the finesse quality.", - "Additionally, whenever you hit with an improvised weapon, you may spend a bonus action to break it over your opponent. Doing this destroys the weapon, but deals the maximum number each of the weapon's damage dice could deal to the target. Any additional dice added to the attack's damage roll are not affected by this ability.", - "At 10th level, the improvised weapons you wield become even more lethal in your hands. When you spend your bonus action to break an improvised weapon over your opponent, add an additional {@damage 2d6} to the weapon's base damage dice.", - "At 18th level, you have advantage on attacks you make with improvised weapons." - ] - }, - { - "name": "Intimidating Banter", - "source": "HWCS", - "page": 41, - "className": "Fighter", - "classSource": "PHB", - "subclassShortName": "Scofflaw", - "subclassSource": "HWCS", - "level": 3, - "header": 2, - "entries": [ - "At 3rd level, you are adept at integrating insults and barbs into your fighting style. So long as you are in combat, you may choose to use Strength or Dexterity to make Charisma ability checks." - ] - }, - { - "name": "Misdirection", - "source": "HWCS", - "page": 41, - "className": "Fighter", - "classSource": "PHB", - "subclassShortName": "Scofflaw", - "subclassSource": "HWCS", - "level": 7, - "header": 2, - "entries": [ - "At 7th level, you are adept at using words and gestures to taunt or fake-out your opponent, turning their lack of composure against them. This allows you to goad your foe into swinging in ways that can cause them to strike their allies, or which leave them open to a counterattack. As a bonus action you can misdirect an opponent within 5 feet of you. The target must succeed on an Intelligence saving throw against a DC equal to 8 + your proficiency bonus + your Strength or Dexterity modifier. On a failure, they must spend their reaction to attack a creature of your choice within 5 feet of them. If no other creatures are present within 5 feet of them, they waste their reaction attacking the air where you once were.", - "In order for you to misdirect a creature in this way they must be able to see, hear, or otherwise be able to understand you." - ] - }, - { - "name": "Blindside", - "source": "HWCS", - "page": 41, - "className": "Fighter", - "classSource": "PHB", - "subclassShortName": "Scofflaw", - "subclassSource": "HWCS", - "level": 10, - "header": 2, - "entries": [ - "At 10th level, you are truly skilled at exploiting the openings you create in combat, hitting off-guard opponents with precise blows that are swift and deadly. You may use this technique against any creature that hasn't yet taken a turn in combat, or who you have successfully misdirected this turn. You may also apply this technique to any attack roll you make with advantage. On a hit, you exploit an opening in the target's defenses, dealing an extra {@damage 5d6} points of damage. Once you use this ability, you can't use it again until you have taken a short or long rest.", - "At 15th level, the damage dealt by your blindside increases to {@damage 7d6}.", - "At 18th level the damage dealt by your blindside increases to {@damage 9d6}. If you have no uses of this ability at the beginning of combat on your turn, you regain one use of it." - ] - }, - { - "name": "Infamy", - "source": "HWCS", - "page": 41, - "className": "Fighter", - "classSource": "PHB", - "subclassShortName": "Scofflaw", - "subclassSource": "HWCS", - "level": 15, - "header": 2, - "entries": [ - "At 15th level, your reputation precedes you, making it easy for you to strike fear into the hearts of anyone foolish enough to oppose you. As part of your {@action Attack} action, you can utter deadly threats to a single target within 30 feet of you, causing them to become {@condition frightened} of you for 1 minute on a failed Wisdom saving throw. An affected target may repeat this saving throw at the end of each of their turns, ending the effect on a success. The DC for this saving throw is 8 + your proficiency bonus + your Strength or Dexterity modifier. A creature who has witnessed or heard tales of your ruthlessness makes this saving throw with disadvantage.", - "In order for you to use this feature, a creature must be able to see, hear, or otherwise be able to understand you." - ] - }, - { - "name": "Two For Flinching", - "source": "HWCS", - "page": 41, - "className": "Fighter", - "classSource": "PHB", - "subclassShortName": "Scofflaw", - "subclassSource": "HWCS", - "level": 18, - "header": 2, - "entries": [ - "At 18th level, you have perfected the art of exploiting your opponent's weakness. Whenever you take the attack action against an opponent you have successfully misdirected this turn, or an opponent that is afflicted by a {@book condition|PHB|11}, you may make one additional attack against that opponent. You may only use this feature once per round." - ] - }, { "name": "Battle Master", "source": "PHB", diff --git a/data/class/fluff-class-bard.json b/data/class/fluff-class-bard.json index 8b19594..44eb758 100644 --- a/data/class/fluff-class-bard.json +++ b/data/class/fluff-class-bard.json @@ -409,24 +409,6 @@ } ] }, - { - "name": "College of the Road", - "shortName": "Road", - "source": "HWCS", - "className": "Bard", - "classSource": "PHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "classes/HWCS/Road Bard.webp" - }, - "width": 850, - "height": 1128 - } - ] - }, { "name": "College of Creation", "shortName": "Creation", diff --git a/data/class/fluff-class-fighter.json b/data/class/fluff-class-fighter.json index 91480e7..d2b5a55 100644 --- a/data/class/fluff-class-fighter.json +++ b/data/class/fluff-class-fighter.json @@ -364,24 +364,6 @@ } ] }, - { - "name": "Scofflaw", - "shortName": "Scofflaw", - "source": "HWCS", - "className": "Fighter", - "classSource": "PHB", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "classes/HWCS/Scofflaw Fighter.webp" - }, - "width": 850, - "height": 1532 - } - ] - }, { "name": "Echo Knight", "shortName": "Echo Knight", diff --git a/data/deities.json b/data/deities.json index 0d7d95f..8d416fb 100644 --- a/data/deities.json +++ b/data/deities.json @@ -137,43 +137,6 @@ "province": "Revelry, mirth", "symbol": "Wine glass" }, - { - "name": "Altus", - "source": "HWCS", - "page": 58, - "pantheon": "Amaranthine", - "alignment": [ - "C", - "G" - ], - "title": "the Enduring", - "domains": [ - "War", - "Tempest" - ], - "dogma": "Challenge yourself. Endurance brings change, change brings growth, and growth brings strength!", - "symbol": "An ornate wooden chalice, out of which pour storm clouds", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Altus-Symbol.webp" - } - }, - "entries": [ - "Altus is depicted as a powerful horned owl with white feathers, who rides across the sky pouring thunderheads from his chalice. Altus is a pragmatic Amaranthine, believing that strength is cultivated through enduring hardships, overcoming challenges, and testing mortal limitations. Stories of Altus' tenacity and endurance abound, including the time he captured the moon as a gift to Ardea, and the time he made the mountains by lifting the earth. Themes of bravery and strength are common in his myths.", - "Altus resides with Tyton in the lands of death. Legend says that every year Altus makes the long and arduous journey to bring winter storms and foul weather. According to myth, this is as much to test the endurance of his people as it is to test himself by crossing the divide between life and death, which binds the Great Rhythm. Summers with especially bad weather are credited to Altus, who made the trip early to keep his people strong and vigilant.", - "Altus is the patron Amaranthine of the strig, and is celebrated by them annually in a great winter festival. Games and activities during this festival challenge entrants with feats of strength and endurance. No official winner is declared, and all who participate are lauded for their courage and given a special place at the feasting table.", - "Altus usually finds veneration among warriors or athletes, but also among common people who pray for strength to withstand personal hardships, bad harvests, and natural disasters.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Altus.webp" - } - } - ] - }, { "name": "Amaunator", "altNames": [ @@ -404,43 +367,6 @@ ], "symbol": "Black star on gray background" }, - { - "name": "Ardea", - "source": "HWCS", - "page": 56, - "pantheon": "Amaranthine", - "alignment": [ - "N", - "G" - ], - "title": "the Dawnmother", - "domains": [ - "Life", - "Light" - ], - "dogma": "All life, great and small, is equal and sacred. Protect life, and be kind to all living beings.", - "symbol": "A radiant sun with two golden feathers", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Ardea-Symbol.webp" - } - }, - "entries": [ - "Ardea is depicted as a great stork with shining golden feathers, wreathed in flowers or other plant life. She is the Amaranthine of the sun who watches over the flora and fauna of Everden and provides them with light and energy to grow.", - "Ardea's light is present in all living things, from the tiniest sprouting seed to the mightiest beast. Her light also represents love and kindness, which every creature is believed to possess. All birdfolk are said to be Ardea's children, and many think she appears as a stork to demonstrate her maternal love for them\u2014although she is speculated to appear in a different form to each woodland race.", - "When she vacates the sky she rests in a plane of pure light and life. There, great celestial storks carry out her will, and act as her messengers in the mortal world. An old folk story relates that Ardea sends these storks to fly unnoticed into Everden, where they place her animating light into unhatched eggs. This is why birdfolk often refer to her as \"Mother Stork\".", - "She is worshiped by good aligned characters of every sort: poets write of the love she has bestowed upon the world, priests ask her to watch over the newly born, and farmers pray to her for good harvests and light winters.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Ardea.webp" - } - } - ] - }, { "name": "Ares", "source": "PHB", @@ -2080,42 +2006,6 @@ ], "symbol": "Footbridge" }, - { - "name": "Cairith", - "source": "HWCS", - "page": 63, - "pantheon": "Amaranthine", - "alignment": [ - "L", - "N" - ], - "title": "the Resolute", - "domains": [ - "Life" - ], - "dogma": "The way of nature is growth. Let nothing stifle you, and you will flourish.", - "symbol": "A pair of white antlers wrapped in flowering vines", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Cairith-Symbol.webp" - } - }, - "entries": [ - "An Amaranthine of vigor and strength, Cairith is the patron spirit of the cervans. The energy that Cairith oversees is the cause of slow, steady growth and longevity. In living beings, this force manifests as the ability to run, jump, grow, and become strong. Ancient forests, where plants cover the trees and giant beasts are endowed with the intelligence to speak, are seen as signs of Cairith's blessing. Cairith teaches that adversity brings strength, but his teachings differ from those of Altus. Altus encourages his followers to seek out challenges, where Cairith sees life itself as a perpetual struggle. The true test of survival is always against oneself and one's own limits. By persevering in spite of these limits, Cairith counsels his adherents to triumph over the forces of death. This struggle must one day end, of course, and so the followers of Cairith seek to honor the daily triumphs of life as they happen. An existence is considered well-spent if it was lived unflinchingly, even in the face of sorrows and hardships. Cairith adamantly opposes necromancy as those made undead truly cannot appreciate life's struggles.", - "Cairith is described as a mighty stag with antlers covered in moss and flowering vines. He is massively tall, and wherever he walks plants sprout from the earth. Where others see a tangle of vegetation, Cairith sees the plan of nature unfolding. All cervans profess a kinship to Cairith. But rather than claiming him as a direct ancestor, he is seen as a guardian spirit. Some say he was the first to be born from the land when the Dawnmother gave Everden life.", - "Cairith guided the first cervans, and blessed them with many gifts so that they might survive in the primitive forest. One of these gifts, the power of The Sight, is attributed to Cairith. Certain cervans are gifted with The Sight, and this allows them to glimpse events that have occurred in the past, present, and future.", - "Cairith finds reverence among rangers, druids, healers, and community leaders. Paladins invoke his dogma to give heart to those they defend. Cervan diviners gifted with the Sight call upon Cairith in their rituals. Cairith also has many followers among common people, especially humblefolk who have suffered hardships.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Cairith.webp" - } - } - ] - }, { "name": "Callarduran Smoothhands", "source": "MTF", @@ -2403,42 +2293,6 @@ ], "symbol": "Crossed silver battleaxes" }, - { - "name": "Clhuran", - "source": "HWCS", - "page": 59, - "pantheon": "Amaranthine", - "alignment": [ - "C", - "N" - ], - "title": "the Fickle", - "domains": [ - "Arcana", - "Trickery" - ], - "dogma": "Fortune will not always favor you, but live each moment to the fullest, for it is where you are meant to be.", - "symbol": "Two birds, one singing, the other crowing", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Clhuran-Symbol.webp" - } - }, - "entries": [ - "Fickle and unpredictable, Clhuran is the Amaranthine of fortune, magic, and fate. He is commonly represented in dual profile: on one side as a jester with bangles and bells, carrying a marotte, and on the other as an executioner, weilding an axe. Clhuran's double profile illustrates his fickle nature, and the nature of fate. Clhuran's tales are of his luck, mirth, and jest, though he is also known to be a capricious Amaranthine. His normally pleasant demeanor can shift at a moment's notice to melancholy or jealousy.", - "Clhuran teaches that everyone is tied to the web of fate by invisible strands. Each thread extends out into the cosmos, darting and weaving as it moves to the Rhythm. Clhuran's wisdom is to allow yourself to be moved by the threads of fate, to feel the pull of possibility around you, and to act in accordance with their whims. Even misfortune may lead one to an important place, or so Clhuran says. Good times and bad times are all part of the tapestry of fate, and there is a strength that can be drawn from accepting one's destiny. According to his teachings, good luck is nothing more than being open to change, and following the will of the universe.", - "Lumas are seen to be Clhuran's chosen, because of their connection to the threads of fate, which manifests as a natural magical talent. Arcane spellcasters, seers, and fortune tellers pray to Clhuran for insight into the will of the universe. Bards, artists, and writers also pay homage to Clhuran, because of his wild moods and connection to emotion. They hope to follow their fate to events of great import, which may be immortalized by their art.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Clhuran.webp" - } - } - ] - }, { "name": "Corellon", "reprintAlias": "Corellon Larethian", @@ -4363,43 +4217,6 @@ ], "symbol": "Gold nugget" }, - { - "name": "Gaspard", - "source": "HWCS", - "page": 64, - "pantheon": "Amaranthine", - "alignment": [ - "N", - "G" - ], - "title": "the Champion", - "domains": [ - "Community" - ], - "dogma": "With courage and conviction, the least among us can inspire the greatest.", - "symbol": "Three rapiers, tied together by a pink ribbon", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Gaspard-Symbol.webp" - } - }, - "entries": [ - "An Amaranthine of heroism and valor, Gaspard is \"The Champion\". In life, Gaspard was a great jerbeen leader. Upon his death, the Great Rhythm took him, and his spirit ascended as an Amaranthine. It is believed he was chosen to serve as an example of greatness, one to inspire others for generations to come. Tales of his mortal adventures have earned him renown. He traveled the whole of Everden, with his closest companions, slaying monsters, unseating tyrants, and bringing peace and prosperity wherever he roamed.", - "Gaspard's followers believe the actions of an individual ripple outwards, affecting those around us, which in turn can embolden anyone to achieve greatness. The example of Gaspard teaches jerbeen to affect others with acts of courage, heroism, and kindness.", - "At times, Gaspard has been at odds with other Amaranthine. Before he ascended, there is a tale of him meeting Kren, where he was forced to show no sign of fear, lest she eat him and his companions. Thankfully, his composure kept his group strong, and in turn their bravery kept him strong. They escaped with their lives.", - "Gaspard's example has lead many to heed the paladin's call. Gaspard is worshiped by warriors who seek to match his exploits, as well as bards who seek to inspire others through the telling of heroic tales.", - "Humblefolk hold summer festivals in his honor. These holidays include storytelling, puppet shows, and magnificent jousts where armored jerbeens mounted on tamed wolves put on a spectacle of courage and daring before the crowds.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Gaspard.webp" - } - } - ] - }, { "name": "Gelf Darkhearth", "source": "MTF", @@ -4415,44 +4232,6 @@ "province": "Frustration, destruction", "symbol": "Broken anvil" }, - { - "name": "Gesme", - "source": "HWCS", - "page": 60, - "pantheon": "Amaranthine", - "alignment": [ - "N" - ], - "title": "the Brilliant", - "domains": [ - "Knowledge", - "Forge" - ], - "dogma": "Learn, create, and discover. Sometimes the old ways must burn to make way for the new.", - "symbol": "A gnarled oak branch, burning at one end", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Gesme-Symbol.webp" - } - }, - "entries": [ - "An enigmatic figure, Gesme is the Amaranthine who governs knowledge, insight, and inspiration. She represents fire, the spark which both inspires and destroys. She acknowledges that delving into the unknown requires the courage to be burned.", - "Gesme is depicted as a raven, whose body is alight with the flames of knowledge. In her talons she carries a staff of burning oak which lights the way for scholars. Gesme is best known for stealing fire from Ardea's sun and bringing it to Everden, burning her feathers black in the process.", - "Her stolen flame brought fire and the light of reason to the world. While this act earned her a place among the Amaranthine, many feel it was a folly to give fire to mortals.", - "She is the patron spirit of the corvums. Legend has it that all corvums have at least one black feather, symbolic of Gesme's seared plumage.", - "Gesme teaches that chaos and innovation are part of a great cycle. Each discovery spawns a new mystery, which leads to further discovery in a never-ending loop, in which the old becomes fodder for the new. She is a symbol of all that birdfolk can achieve if they dare to push boundaries and harness their creativity.", - "First among her followers are those who study the arcane arts or experiment with magical forces, such as scholars and mages. She is also revered by artisans, and craftspeople of every kind. Blacksmiths in particular understand the danger and power of working directly with flames and pay her special reverence. Her followers pray to her for the spark of creativity that will ignite the fires of creation.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Gesme.webp" - } - } - ] - }, { "name": "Ghaunadaur", "source": "MTF", @@ -4997,44 +4776,6 @@ ], "symbol": "Golden heart" }, - { - "name": "Hanera", - "source": "HWCS", - "page": 61, - "pantheon": "Amaranthine", - "alignment": [ - "L", - "G" - ], - "title": "the Provider", - "domains": [ - "Nature", - "Community" - ], - "dogma": "Respect the earth and her gifts, share what you can with those in need, and always live with compassion in your heart.", - "symbol": "A bird with plants for tail feathers", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Hanera-Symbol.webp" - } - }, - "entries": [ - "Hanera is the birdfolk Amaranthine closest to nature. She holds dominion over all things that grow within the earth. While Ardea is the animating force of life, Hanera is the guiding heart that gives life purpose and meaning. She encourages birdfolk to see the world not only from the treetops, but from the loam and all the tiny living things beneath. Everything, Hanera teaches, is connected as part of a vast continuum of life stretching back to the earliest ancestors.", - "Hanera is depicted as a pheasant with feathers that fade to green as they morph into plants and flowers. She is the patron Amaranthine of the gallus, and is invoked when growing anything from the soil.", - "As a spirit of both earth and hearth, Hanera governs the bonds that connect people to one another and to nature. She is celebrated at feasts, and during ceremonies involving the sharing of food.", - "Her generosity and kindness are renowned, as is her intolerance for evil. It is Hanera's will that evil be challenged wherever it is found. Not with violence, but with acts of compassion. Those who harbor darkness in their hearts require the warmth of friends, family, and shelter to heal, and so Hanera teaches birdfolk never to give up on each other. Even the most wicked among us can be healed with love.", - "Hanera is worshiped by farmers and druids, but many clerics tend shrines in her honor, mostly in modest woodland villages. Her holy symbol is often hung above the doorway, inside a home, to bless the dwelling and all those within.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Hanera.webp" - } - } - ] - }, { "name": "Hanseath", "source": "MTF", @@ -5052,42 +4793,6 @@ "province": "Festivity, brewing, song", "symbol": "Beer stein" }, - { - "name": "Hath", - "source": "HWCS", - "page": 65, - "pantheon": "Amaranthine", - "alignment": [ - "C", - "N" - ], - "title": "the Whisperer", - "domains": [ - "Night" - ], - "dogma": "Be crafty, be cunning, be careful. Death is everywhere, but heed my words, and you can evade its grasp.", - "symbol": "A raccoon mask with a single star above it", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Hath-Symbol.webp" - } - }, - "entries": [ - "Known as \"The Uncaring\", \"The All-Knowing Stars\", and \"The Whisperer\", Hath is an Amaranthine that humblefolk and birdfolk alike struggle to understand. In spite of this conflict, Hath is revered by the mapach. According to them, Hath was a constellation of stars who listened carefully to the Nightfather. In ancient times, the Nightfather spoke and spread his vast wisdom across the primordial darkness. He spoke of night, of time, and of the worlds beyond life. The constellation listened and grew wise, too wise to remain as stars. Thus, it became a part of the Great Rhythm as the Amaranthine of fear, doubt, and secrets. This is why, the tellers say, the Nightfather no longer speaks.", - "Ever since, Hath has whispered its unsettling secrets to the creatures below, speaking quietly so the other stars cannot hear. Mapachs were not the first to hear its voice, but they claim to be the first to truly make use of its secrets. While priests of Hath do not necessarily \"hear\" the words of the stars, mapachs believe that Hath speaks in subtle ways. Those frightened while traveling at night or caught in dangerous situations are bestowed with cautious and crafty thoughts by Hath. If heeded, one may survive. If ignored, one may die. Either way, Hath, The Uncaring, is apathetic.", - "The stars teach the importance of trusting in oneself and keeping your wits about you, even in dire situations. When a mapach gets a shiver of premonition, something they could never have known, it is said to be the whispers of Hath they have heard.", - "Hath has few followers, and most are mapachs. Rangers and travelers passing through dangerous parts of the Wood at night often pay homage to the All-Knowing Stars. While some pray to this Amaranthine for guidance, others hope not to hear Hath's voice, as the stars only whisper to those in peril. Warlocks make pacts with this Amaranthine for knowledge of the worlds beyond life. Most consider this practice to be rather reckless\u2014The Uncaring is known to exact a terrible price for such secrets. Some lose their mind delving into the vast reservoir of knowledge that Hath is all too eager to supply.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Hath.webp" - } - } - ] - }, { "name": "Hathor", "source": "PHB", @@ -5541,43 +5246,6 @@ "Helm's priests teach that one must be ever vigilant, ever aware, ever prepared for one's enemies. Patience, clear thought, and careful planning will always defeat rushed actions in the end. Those who favor Helm strive to be alert, clear-headed, and true to their word. These traits don't necessarily make them nice people, however, and as such many consider the faithful of Helm to be inflexible and merciless." ] }, - { - "name": "Henwin", - "source": "HWCS", - "page": 66, - "pantheon": "Amaranthine", - "alignment": [ - "N", - "G" - ], - "title": "the Kind", - "domains": [ - "Nature" - ], - "dogma": "The rose only blooms thanks to the many kindnesses of the soil.", - "symbol": "A blooming yellow rose, flecked with dew", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Henwin-Symbol.webp" - } - }, - "entries": [ - "Henwin, the patron spirit of hedges, is venerated by humblefolk of all kinds. They are the Amaranthine of balance, and teach that all things in the forest must be respected, as all are connected in a great web of kindness. It is thanks to the sun that the plants grow, and because the plants grow, all living things have food. Decayed food turns into soil, which nourishes more life. The teachings of Henwin ask followers to take into consideration the many kindnesses which brought each of them into being and nourished them throughout their lives.", - "It is only fitting, then, that Henwin is said to be a hedgehog who spends their life in the forest. Storytellers say that they reside in an ancient part of the world, hidden from the eyes of most mortals, where they inhabit a tangle of roots from every forest that has ever grown. Here they tend to a garden of moss, fungi, and insects, helping to keep the living roots healthy. Henwin ensures that even the husks of withered plants can provide for the vegetation and creatures who rely on dead things for sustenance.", - "Unlike other Amaranthine, Henwin is not described as male or female. Being a spirit of balance, they are considered to possess traits of all genders. They are often depicted carrying a yellow rose, which is their symbol. When a yellow rose blooms, it is said to be Henwin, blessing a forest with the beauty of their quiet grace. These roses are often given as tokens of friendship.", - "Henwin teaches understanding, and respect for the web of kindness that connects all life. If death is dealt indiscriminately, the web may become damaged. Although it is resilient, the web is still as fragile as one made from spider's silk. It is the duty of all who follow Henwin to strengthen the web and to help maintain the balance which supports all living things.", - "Henwin is followed by druids, who take the message of nature's web of kindness to heart. Henwin's druids can be found protecting groves and leading communities, keeping both safe from those with harmful intentions. Priests of Henwin often invoke the Amaranthine Henwin's name to protect the fauna, flora, and folk under their care. Gardeners honor Henwin by keeping plots filled with a diverse array of complementary plant and insect life.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Henwin.webp" - } - } - ] - }, { "name": "Hephaestus", "source": "PHB", @@ -7639,42 +7307,6 @@ ], "symbol": "Flame" }, - { - "name": "Kren", - "source": "HWCS", - "page": 67, - "pantheon": "Amaranthine", - "alignment": [ - "N", - "E" - ], - "title": "the Sly", - "domains": [ - "Trickery" - ], - "dogma": "Guile is the greatest weapon at your disposal. Hone it, use it, and your fangs will always find their mark.", - "symbol": "An eye wreathed in fangs", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Kren-Symbol.webp" - } - }, - "entries": [ - "The Amaranthine of predation and guile, Kren is portrayed as a great fox-like beast, whose form is usually obscured by shadows. The only known parts of her form are her fangs and her eyes, glinting as they catch the light. Kren appears in many tales, as often a villain as a hero, and even then it is rare that her motives are laudable. Yet, one can learn from Kren, for her stories often demonstrate how hubris can be exploited, how heroes can be laid low, and how there is no weapon so deadly as flattery.", - "The patron spirit of the vulpin, Kren teaches them to walk the line between savagery and sophistication, and how and when each should be used. For many other humblefolk she demonstrates the value of cunning, showing that no creature is so wise or mighty that they cannot be taken advantage of.", - "Stories of her origin are often vague and contradictory. A popular vulpin myth tells that Kren came from a time before life existed on Everden. That she was an ancient force, ready to feast on a world full of new and fresh meat, who simply awoke when the Dawnmother and Nightfather set creation in motion. Others believe she was the first vulpin, who ascended from an ordinary fox. As the story goes, Kren tricked the Dawnmother into allowing her to watch over the Amaranthine's two divine feathers. Kren ate a single feather and became the Amaranthine of guile. This is why the Dawnmother only carries one feather in her beak.", - "Kren isn't worshiped in the same way as other Amaranthine. Rather, Kren is invoked in stories to teach the dangers of vainglory. Many outlaws keep shrines to her patronage. These individuals include thieves, smugglers, and purveyors of black market goods. Priests of Kren use her stories to teach others how to be crafty and cunning, but also to be cautious of the wiles of others. There are those, however, who invoke Kren for dark rites and rituals to gain power for themselves. Kren is always ready to make bargains with such supplicants, but all who do are fated to be devoured by her when their lives finally come to an end.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Kren.webp" - } - } - ] - }, { "name": "Kruphix", "source": "MOT", @@ -11802,43 +11434,6 @@ ], "symbol": "Forging hammer" }, - { - "name": "Reya", - "source": "HWCS", - "page": 62, - "pantheon": "Amaranthine", - "alignment": [ - "C", - "N" - ], - "title": "the Explorer", - "domains": [ - "Nature", - "Tempest" - ], - "dogma": "Seek out unknown horizons. Your skills can take you anywhere if properly harnessed.", - "symbol": "Four arrows, in a circle of ivy, forming a compass", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Reya-Symbol.webp" - } - }, - "entries": [ - "Reya, the Amaranthine of wind, is depicted as a great hawk wrapped in a cloak of swirling clouds, wielding a great longbow in her talons. She is the patron of the raptors, and is believed to have endowed them with their superior senses.", - "The wind is free, streaming unimpeded across land and sea. Reya embodies this freedom. Her spirit glides through trees, over mountains, and out to the four corners of the world. She is the Amaranthine of exploration; her holy symbol forms a compass. Free-spirited folk who feel an insatiable urge to wander and roam the lands have been touched by her winds.", - "Reya is a skilled hunter, credited with the invention of the bow, a gift she passed down to the birdfolk. She is also honored for her skills in navigating wild country and surviving off the land. Travelers undertaking long journeys pray to be blessed by a portion of her talents, to assist them in the perilous wilderness. Reya watches over those who embark on daring expeditions, protecting travelers and presenting them with challenges to make their journey all the more memorable.", - "Reya is worshiped by hunters, travelers, sailors, and explorers. She is revered by wandering bards, who carry their journeys home in the form of songs and tales.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Reya.webp" - } - } - ] - }, { "name": "Rill Cleverthrush", "source": "MTF", @@ -16331,43 +15926,6 @@ "Many orders of knighthood are devoted to Tyr, including the Knights of Holy Judgment and the Knights of the Merciful Sword. Such knights-as well as judges and priests, clerics, and paladins who worship Tyr - sometimes wear thin strips of diaphanous cloth over their eyes to remind others of the blindness of justice." ] }, - { - "name": "Tyton", - "source": "HWCS", - "page": 57, - "pantheon": "Amaranthine", - "alignment": [ - "L", - "N" - ], - "title": "the Nightfather", - "domains": [ - "Grave", - "Night" - ], - "dogma": "As day turns to night, so must all things end. Respect the power of death, but fear not the end, for it is part of the Rhythm.", - "symbol": "A wing containing three stars and a crescent moon", - "symbolImg": { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Tyton-Symbol.webp" - } - }, - "entries": [ - "Tyton is depicted as an immense black barn owl. It is believed he ushers the night in by spreading his wings over the sky. Tyton also governs time, memory, and death. As the sun must set, so too must the light of life give way to the darkness of the grave. Rather than being seen as a frightful figure, Tyton is looked upon as kind; he greets the old, the frail, and those at the end of their lives as familiar friends, guiding their souls peacefully back into the Great Rhythm, where they will be reborn, in time.", - "When not occupying the sky, it is believed Tyton resides in the lands of death. Not an afterlife, rather this is a part of the Great Rhythm where everything is cold, dark, and eternally still. His abode lies beyond the parts of the Rhythm associated with life, a divide impossible for mortals to cross. Even other Amaranthine find travel to the lands of death difficult, except for Altus, who resides there with Tyton for most of the year, only leaving to bring winter storms across the land.", - "In addition to guiding the souls of the dead, Tyton is associated with the coming of old age, and the keeping of memory. When Tyton is invoked at funerals, it is to remember those who have passed, and to recall their lives and deeds. He watches the living, patiently observing all beneath him. Tyton can learn all there is to know of your life by watching your dreams. Because Tyton watches the living from birth to death, he is known as \"Father Owl\".", - "Tyton frowns upon those who would seek to enslave the souls of the dead using necromantic magics, and those who would desecrate the tombs of the deceased, as these actions corrupt the natural cycle.", - { - "type": "image", - "href": { - "type": "internal", - "path": "deities/HWCS/Tyton.webp" - } - } - ] - }, { "name": "Uk'otoa", "source": "EGW", diff --git a/data/feats.json b/data/feats.json index be3780a..1dd9b61 100644 --- a/data/feats.json +++ b/data/feats.json @@ -427,27 +427,6 @@ } ] }, - { - "name": "Aerial Expert", - "source": "HWCS", - "page": 47, - "prerequisite": [ - { - "other": "Glide trait" - } - ], - "entries": [ - "Years of practice or an innate talent have made you adept at gliding. You gain the following benefits:", - { - "type": "list", - "items": [ - "You no longer need to move at least 10 feet to perform long and high jumps. You may choose whether the jump uses your Strength or Dexterity score for determining height or distance, and you double the distance you would normally leap in either case.", - "You may take the {@action Dash} action while gliding to fly an additional distance up to your movement speed.", - "You may change direction freely while gliding, and may gain up to 10 feet of altitude once before you finish your descent." - ] - } - ] - }, { "name": "Agent of Order", "source": "SatO", @@ -728,31 +707,6 @@ } ] }, - { - "name": "Bandit Cunning", - "source": "HWCS", - "page": 47, - "entries": [ - "Your time as a bandit has granted you a sense for danger, and made you skilled at sizing up opponents. You gain the following benefits:", - { - "type": "list", - "items": [ - "When you are asked to make a saving throw, you may spend your reaction to add your Intelligence modifier as an additional bonus to the saving throw. You cannot use this ability again until you have completed a long rest.", - "During combat, you can use your action to make an Intelligence ({@skill Investigation}) check against any creature you have seen fight. As long as you succeed against a DC of 10 + their challenge rating, you can learn one useful fact of your choice about the target's combat abilities. Choose from:", - { - "type": "list", - "items": [ - "one damage resistance or immunity", - "one condition immunity", - "one special ability possessed by the creature that either does damage, or prevents damage", - "one option under their attack, legendary, or reaction actions", - "one special sense they possess" - ] - } - ] - } - ] - }, { "name": "Blessed Warrior", "source": "XPHB", @@ -3426,26 +3380,6 @@ } ] }, - { - "name": "Heavy Glider", - "source": "HWCS", - "page": 47, - "prerequisite": [ - { - "other": "Glide trait" - } - ], - "entries": [ - "You were either born with great strength, or trained hard to allow yourself to glide under circumstances most would find impossible. You gain the following benefits:", - { - "type": "list", - "items": [ - "You may glide while holding a heavy weapon and wearing heavy armor as long as you aren't encumbered.", - "You may choose to land your glide in a space occupied by a hostile creature that is Large or smaller. If you do so, you may roll an opposed Strength check against the creature. On a success, you push them 10 feet away and knock them {@condition prone} with the force of your impact. On a failure you land in the nearest un-occupied space." - ] - } - ] - }, { "name": "Infernal Constitution", "source": "XGE", @@ -5142,26 +5076,6 @@ } ] }, - { - "name": "Opportunistic Thief", - "source": "HWCS", - "page": 47, - "ability": [ - { - "dex": 1 - } - ], - "entries": [ - "You have learned the tricks of the trade of thievery, allowing you to exploit opportunities for pick-pocketing both in and out of combat. You gain the following benefits:", - { - "type": "list", - "items": [ - "When a creature fails a melee attack roll against you in combat, you can make a Dexterity ({@skill Sleight of Hand}) check against a DC equal to 10 + the target's Dexterity modifier. On a success, you may steal any one item that is not being held or worn by the target.", - "Whenever you successfully use your {@skill Sleight of Hand} skill outside of combat to steal an object, you may immediately conceal it flawlessly on your person, or put another object you possess in its place." - ] - } - ] - }, { "name": "Orcish Fury", "source": "XGE", @@ -5241,27 +5155,6 @@ } ] }, - { - "name": "Perfect Landing", - "source": "HWCS", - "page": 47, - "ability": [ - { - "dex": 1 - } - ], - "entries": [ - "Years of living at great heights have taught you how to fall more gracefully. You gain the following benefits:", - { - "type": "list", - "items": [ - "Reduce the damage die for fall damage from a d6 to a d4.", - "You do not fall prone after taking falling damage.", - "You do not take damage for the first 30 feet of your fall." - ] - } - ] - }, { "name": "Piercer", "source": "TCE", @@ -7074,27 +6967,6 @@ } ] }, - { - "name": "Speech of the Ancient Beasts", - "source": "HWCS", - "page": 47, - "ability": [ - { - "cha": 1 - } - ], - "entries": [ - "You have a special connection with the natural world. Great beasts regard you as their kin, and you possess the ability to speak the languages of the most powerful and mystic of their kind. You gain the following benefits:", - { - "type": "list", - "items": [ - "Beasts of Large size or larger have a friendly disposition toward you unless you have attacked them.", - "You have advantage on Charisma checks made against beasts that are of Large size or larger.", - "You can speak and understand Giant Eagle, Giant Elk, and Giant Owl. You can otherwise be understood by any beast of Large size or larger, whether or not they speak a language. Beasts with Intelligence scores of 4 or lower may only be able to understand simple concepts." - ] - } - ] - }, { "name": "Speedy", "source": "XPHB", @@ -8672,28 +8544,6 @@ "entries": [ "You learn the magic of the primeval woods, which are revered and protected by your people. You learn one druid cantrip of your choice. You also learn the {@spell longstrider} and {@spell pass without trace} spells, each of which you can cast once without expending a spell slot. You regain the ability to cast these two spells in this way when you finish a long rest. Wisdom is your spellcasting ability for all three spells." ] - }, - { - "name": "Woodwise", - "source": "HWCS", - "page": 47, - "skillProficiencies": [ - { - "survival": true, - "nature": true - } - ], - "entries": [ - "You have lived your entire life in the gnarled, wooded areas of the world. You are adept at finding your way through even the most treacherous terrain. You gain the following benefits:", - { - "type": "list", - "items": [ - "You gain proficiency in either the {@skill Survival} or {@skill Nature} skill.", - "You ignore difficult terrain.", - "You cannot become lost in natural surroundings except by magical means." - ] - } - ] } ] } diff --git a/data/fluff-backgrounds.json b/data/fluff-backgrounds.json index fe67fe3..6a4a02f 100644 --- a/data/fluff-backgrounds.json +++ b/data/fluff-backgrounds.json @@ -436,13 +436,6 @@ } ] }, - { - "name": "Bandit Defector", - "source": "HWCS", - "entries": [ - "You were once a member of the Bandit Coalition, moving from place to place, ambushing and robbing passing merchants. Something made you decide that path was no longer worth pursuing, and you left that life behind. But quitting the Bandit Coalition isn't so easy." - ] - }, { "name": "Black Fist Double Agent", "source": "ALCurseOfStrahd", @@ -1259,13 +1252,6 @@ } ] }, - { - "name": "Grounded", - "source": "HWCS", - "entries": [ - "Despite the inherent vertical aspects of birdfolk culture, you have always felt safer and more at peace with your feet firmly planted on the soil. You are practical and level-headed, but due to your different perspective on the world, other bird-folk see you as quirky or unsettling. Your unique insight allows you to connect with the humblefolk who live under the forest canopy in ways perch-dwelling birdfolk cannot." - ] - }, { "name": "Gruul Anarch", "source": "GGR", @@ -3015,13 +3001,6 @@ } ] }, - { - "name": "Wind-Touched", - "source": "HWCS", - "entries": [ - "There are legends within the Wood, of birdfolk blessed by the wind who are destined to soar over any and all obstacles. When a chick is born with special markings or unique feather patterns, or when they survive a dramatic childhood event, some folks brand them \"Wind-Touched\". Though a few dismiss the notion of the Wind-Touched as superstition, others heap reverence upon those believed chosen. According to legend, one who is touched by the wind will never feel at ease anywhere but high in the forest canopy, with the wind in their feathers." - ] - }, { "name": "Witchlight Hand", "source": "WBtW", diff --git a/data/fluff-items.json b/data/fluff-items.json index 75d39ba..ddba338 100644 --- a/data/fluff-items.json +++ b/data/fluff-items.json @@ -948,19 +948,6 @@ } ] }, - { - "name": "Blade of the Wood", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "items/HWCS/Blade-of-the-Wood.webp" - } - } - ] - }, { "name": "Blood Spear", "source": "CoS", @@ -1162,19 +1149,6 @@ } ] }, - { - "name": "Borealus", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "items/HWCS/Borealus.webp" - } - } - ] - }, { "name": "Boros Guild Signet", "source": "GGR", @@ -3396,19 +3370,6 @@ } ] }, - { - "name": "Feathered Helm", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "items/HWCS/Feathered-Helm.webp" - } - } - ] - }, { "name": "Fenthras", "source": "TDCSR", @@ -6840,19 +6801,6 @@ } ] }, - { - "name": "Necronomicon Ex Corvis", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "items/HWCS/Necronomicon-Ex-Corvis.webp" - } - } - ] - }, { "name": "Needler Pistol", "source": "QftIS", @@ -6874,19 +6822,6 @@ } ] }, - { - "name": "Nest Charm", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "items/HWCS/Nest-Charm.webp" - } - } - ] - }, { "name": "Net", "source": "XPHB", @@ -7940,19 +7875,6 @@ } ] }, - { - "name": "Red-Feather Bow", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "items/HWCS/Red-Feather-Bow.webp" - } - } - ] - }, { "name": "Refined Delerium Dust", "source": "DoDk", @@ -11885,19 +11807,6 @@ } ] }, - { - "name": "Wing Crest Shield", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "items/HWCS/Wing-Crest-Shield.webp" - } - } - ] - }, { "name": "Winged Boots", "source": "DMG", diff --git a/data/fluff-races.json b/data/fluff-races.json index 4815fa5..38c4d34 100644 --- a/data/fluff-races.json +++ b/data/fluff-races.json @@ -986,93 +986,6 @@ } ] }, - { - "name": "Cervan", - "source": "HWCS", - "entries": [ - "{@font enlightened leaders|HPPHumblescratch}", - "Cervans are a versatile deer-like folk who make their homes in small, intimate villages throughout Humblewood. More insular than other humblefolk, cervans often reside deep in the most ancient parts of Humblewood's vast forest, in tree stands and groves far from birdfolk perches.", - { - "name": "Hale and Hearty", - "entries": [ - "Cervans have a robust physique and are rarely sick. They are one of the longest-lived races among the humblefolk. Though their wariness has earned them a reputation as timid, cervans are cautious because they remain active and alert, and generally prefer practice to contemplation. Cervans like to pursue skills independently in order to give themselves a sense of purpose. This striving is what propels some cervans to positions of great import throughout the Wood. A happy cervan is one who is hard at work." - ], - "type": "entries" - }, - { - "name": "Wary and Practical", - "entries": [ - "One of the reasons cervans form such close-knit communities is a mistrust of outsiders. Before the Treaty, vulpin raiders and mapach thieves were serious threats. These times have long since passed, but cervans still possess a wariness that makes it hard for others to gain their trust. After the implementation of the Humblefolk Treaty, many cervans continued to live by the old ways. However, some cervan villages have since started to contain the odd family of jerbeen, or a few lone hedges. Even under such circumstances, cervans have maintained positions of leadership and delegated responsibilities to make sure that villages are run in accordance with the old cervan teachings, ensuring that work necessary for survival in the most remote villages is accomplished, so that all its inhabitants may be kept healthy and happy.", - "The ability to balance their innate caution with practical considerations is one of the cervans' greatest strengths. Cervans teach that the best means of survival in any situation is to remain calm and weigh one's options. The best cervan leaders favour this approach." - ], - "type": "entries" - }, - { - "name": "The Sight", - "entries": [ - "Cervans have a unique ability to bounce back and survive a physical shock that might kill others. Occasionally, cervans who survive such traumas are granted mystical visions. Sometimes these are flashes of insight into the world around them, sometimes portents of doom, and other times visions of a far away future. Known among cervans as \"The Sight\", this phenomenon is elusive, and out of the control of mortals. Cervans who have seen visions in this way are known as \"The Sighted\", and after this initial event, some will suddenly find themselves receptive to visions of the past, present, and future.", - "A cervan whose Sight has been triggered is encouraged to hone it, so that they might take on the role of a seer within their village. However, these efforts aren't always met with success. The Sight will sometimes visit a cervan only once in their lifetime, with no amount of training granting a glimpse of such visions again. This is believed to be for the best, as cervans acknowledge that those who are truly Sighted carry knowledge that can be both a blessing and a curse." - ], - "type": "entries" - }, - { - "name": "The Blessing of Cairith", - "entries": [ - "While it's not unusual for some cervans to have small antlers or buds visible on their heads, only rarely is a cervan born who can grow a full set of antlers. These cervans are a different subrace\u2014pronghorns\u2014and are thought to be specially blessed by their Amaranthine Cairith, a sacred spirit of life and growth believed to watch over all cervans. Unlike other subraces, pronghorn and grove cervans are the same people. The arrival of a pronghorn cervan is an event to celebrate, as it can occur only once in a generation." - ], - "type": "entries" - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "races/HWCS/Cervan-Priest.webp" - }, - "width": 450, - "height": 693 - } - ] - }, - { - "name": "Cervan (Grove)", - "source": "HWCS", - "_copy": { - "name": "Cervan", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a grove cervan, you are swift and agile, able to quickly maneuver out of harm's way. You are also incredibly versatile, and can fulfill a variety of roles within a village or an adventuring party." - ] - } - } - } - } - }, - { - "name": "Cervan (Pronghorn)", - "source": "HWCS", - "_copy": { - "name": "Cervan", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a pronghorn cervan, you were born larger and stronger than others in the community and found yourself laden with expectations from a very young age. It is up to you whether you embrace your position of privilege, or rebel against the constraints thrust upon you by cervan society." - ] - } - } - } - } - }, { "name": "Changeling", "source": "ERLW", @@ -1168,78 +1081,6 @@ } ] }, - { - "name": "Corvum", - "source": "HWCS", - "entries": [ - "{@font hungry for knowledge|HPPHumblescratch}", - "Corvums are a crow-like race with dark feathers and sharp minds. Their reputation in birdfolk society is nothing short of villainous, and they are regularly cast as the antagonists of any given situation. It's hard to say whether the corvums are distrusted because they behave the way they do, or if they behave the way they do because they are distrusted.", - { - "name": "For Personal Gain", - "entries": [ - "It is widely believed that corvums only look out for themselves. Sometimes this presents as flexible morals, and at other times it simply means they follow a personal code instead of subscribing to general law. Either way, corvums are a crafty race and they tend to get what they want, one way or another.", - "Corvums are typically found in positions with a modicum of power, such as advisors or minor officials. The stigma they face usually prevents them from attaining too prominent a position in birdfolk society, but corvums are adept at working behind the scenes, spreading their influence subtly and to great effect." - ], - "type": "entries" - }, - { - "name": "Too Smart", - "entries": [ - "Corvums are commonly accepted, sometimes begrudgingly, to be among the smartest of birdfolk. Keen observers, they trade in information the way others trade goods. They are hungry for knowledge and leverage it to further their goals whenever possible. Their undeniable skill in matters of logistics and planning make them valuable to councils and powerful individuals alike." - ], - "type": "entries" - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "races/HWCS/Corvum-Assassin.webp" - }, - "width": 452, - "height": 754 - } - ] - }, - { - "name": "Corvum (Dusk)", - "source": "HWCS", - "_copy": { - "name": "Corvum", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a dusk corvum, you are more at home in the bustle of society than in the wilds of the forest. You understand subtle social cues the way a hunter understands their prey, and you're just as quick to capitalize on an advantage." - ] - } - } - } - } - }, - { - "name": "Corvum (Kindled)", - "source": "HWCS", - "_copy": { - "name": "Corvum", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a kindled corvum, you know implicitly that you are the smartest in the room. Your ability to utilize your knowledge to your advantage, along with your deep understanding of others motivations, makes you a formidable opponent." - ] - } - } - } - } - }, { "name": "Deep Gnome", "source": "MPMM", @@ -3122,79 +2963,6 @@ } ] }, - { - "name": "Gallus", - "source": "HWCS", - "entries": [ - "{@font one with the wood|HPPHumblescratch}", - "The gallus commonly dwell in small, familial communities as opposed to the grand perches of the Wood. Of the birdfolk, they are the most likely to be found living among the humblefolk. Gallus have a deep respect for nature and a love of gardening unmatched by other birdfolk. They value their social bonds above all else, and are always ready to help their neighbours and promote the common good. They are polite but have little patience for deceit and rudeness.", - { - "name": "A Varied Folk", - "entries": [ - "The gallus are a varied folk, resembling as many different varieties of wildfowl as there are trees in the Wood. Some are pheasant-like, others are grouse-like, while some resemble chickens or turkeys. There are dozens of variations of feathers, colors, and patterns even between gallus of the same subrace. The gallus are proud of their appearances but not to the point of vanity. Maintaining good grooming is akin to keeping a knife sharp and shows a level of respect for oneself.", - "Birdfolk are generally welcoming to other races, but the gallus are particularly well-known for their willingness to include virtually anyone in social or familial groups. In gallus culture, it is customary to always offer your seat at a table to guests. This is seen as the basis of a popular and hilarious children's story about a meal growing too cold to eat as the gallus continually give up their seats to late arrivals at a party." - ], - "type": "entries" - }, - { - "name": "Salt of the Earth", - "entries": [ - "Gallus are a social and communal folk. They tend to form close-knit communities wherever they roost, and their sense of pride for their community runs deep. When tragedy leaves children in their village orphaned, it is customary for gallus families to take them in. Gallus value honest work, such as farming and smithing, and share labor equally between all community members. There is nothing a gallus would not give to their neighbors in a time of need.", - "While other birdfolk might look down on gallus for their common ways, the gallus have excellent interpersonal skills. They are insightful and empathetic, but not to the point of being socially exploitable. The gallus have an ear for the truth, and are often capable of rooting out lies and dishonesty." - ], - "type": "entries" - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "races/HWCS/Gallus-Druid.webp" - }, - "width": 455, - "height": 611 - } - ] - }, - { - "name": "Gallus (Bright)", - "source": "HWCS", - "_copy": { - "name": "Gallus", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a bright gallus, you are a natural leader. Growing up in your close-knit community has taught you how to inspire others and rally folks to a common cause. This air of command follows you wherever you roam." - ] - } - } - } - } - }, - { - "name": "Gallus (Huden)", - "source": "HWCS", - "_copy": { - "name": "Gallus", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a huden gallus, you are of the land. Like the Amaranthine Hanera, you have a unique connection to the Great Rhythm of nature, and in return the Rhythm grants you many gifts. This innate bond with nature may alienate you from city life, but you will always have a home within the more remote parts of the Wood." - ] - } - } - } - } - }, { "name": "Genasi", "source": "EEPC", @@ -4711,50 +4479,6 @@ } ] }, - { - "name": "Hedge", - "source": "HWCS", - "entries": [ - "{@font pointed mediators|HPPHumblescratch}", - "The most diplomatic and good natured of all the humblefolk, hedges like to live quiet lives in villages throughout the Wood, or within the safety of birdfolk perches. They resemble hedgehogs, although the quills that cover their backs are far tougher, hard enough to repel blades and sharp enough to pierce the solid hides of monstrous creatures. Despite their sturdiness, hedges are sensitive and emotional creatures, who display meekness more than bravado. Their meek demeanor and deference in social situations has earned them a reputation as cowards in the eyes of outsiders. But rather than being born of cowardice, their behaviour stems from a desire to respect the feelings and sensitivities of others, something considered to be of utmost importance in hedge society.", - { - "name": "Sensitive and Kind", - "entries": [ - "Hedges have an incredible capacity for empathy, and tend to view all creatures, from the smallest beetle to the largest beast, as being equally deserving of respect and dignity. They are known across the Wood for being excellent conflict mediators, and usually find themselves acting as diplomats or emissaries between factions trying to broker an agreement.", - "Hedges feel most at home when everyone gets along. They are one of the few races who truly understand that conflict is not an evil force but simply represents an imbalance which must be resolved. This is not to say that hedges have never known strife, only that their proactive approach to mediation, coupled with their deep respect for the dignity of all living creatures, results in fewer occasions for conflict. Yet, when a serious conflict does arise, hedges who feel they have been truly and deeply wronged can close themselves off from the rest of their society, sometimes resulting in splits in a community.", - "One of the reasons hedges display such deep empathy and compassion towards others is due to the intensity of the emotions they feel. The strength of these emotions applies as much to positive feelings it does negative, meaning emotional wounds run deep with hedges." - ], - "type": "entries" - }, - { - "name": "One With the Forest", - "entries": [ - "Gifted with a unique connection to the Great Rhythm, hedges are tied into the natural world in a fashion similar to the connection possessed by some gallus. This has granted hedges special magical gifts, such as the ability to speak with the smallest ground-dwelling creatures in the Wood, and the power to cause flowers to bloom. It is quite common for hedges to have a variety of animal friends who share their home.", - "Hedges who dwell outside of the birdfolk cities prefer to live in individual burrows under the great roots of trees. Communities of hedges enjoy living surrounded by nature, near clearings within the forest or lone copses. Central meeting areas and communal gardens can be constructed in the spaces between burrows. Hedges love gardening, and tend to keep a few small gardens wherever they live." - ], - "type": "entries" - }, - { - "name": "Dressed for Comfort", - "entries": [ - "Hedges need special consideration when wearing clothes, and favor loose tunics, baggy trousers, flowing robes, and other clothes which fit easily over their quills. When not actively flared out, these tough quills naturally flatten, becoming smooth to the touch. However, if suddenly frightened, their quills reflexively flare out and stiffen, an accident which can ruin a hedge's clothing.", - "Adventuring clothes made specifically for hedges are available in nearly every major city in Humblewood, and tailors throughout the Wood are familiar with making alterations to suit a hedge's needs." - ], - "type": "entries" - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "races/HWCS/Hedge-Bard.webp" - }, - "width": 455, - "height": 699 - } - ] - }, { "name": "Hexblood", "source": "VRGR", @@ -5543,46 +5267,6 @@ } ] }, - { - "name": "Jerbeen", - "source": "HWCS", - "entries": [ - "{@font tiny yet brave|HPPHumblescratch}", - { - "type": "quote", - "entries": [ - "\"I shall reclaim the Gasparian Isles and return my family to their homeland\"" - ], - "by": "Pico Piante, Swashbuckler Extraordinaire" - }, - "Jerbeens are small mouse-like folk with long, furred tails that help them balance. In proportion to the rest of their body, a jerbeen's legs are long and powerful. Jerbeens can be found in a variety of places across the Wood, usually forming their own communities within birdfolk perches and humblefolk villages. Seldom do they live alone. A jerbeen's home can contain several generations, including extended family and cousins living together under one roof. Jerbeens have a strong sense of family and like to surround themselves with good company wherever they rest.", - { - "name": "Outsize Courage", - "entries": [ - "Jerbeens are the smallest inhabitants of Humblewood, dwarfed by nearly every kind of creature they encounter. While they are quick and nimble, and possess an affable attitude, they are not very strong, brave, or powerful on their own. When they stand with a group, jerbeens are emboldened: the presence of others reassures them, granting them the courage to face even the largest threats head on. They excel in team strategies, helping one another solve problems that could not be surmounted alone." - ], - "type": "entries" - }, - { - "name": "Community First", - "entries": [ - "The communal slant of jerbeens stems from more than just their love of good company: jerbeen are kind and considerate creatures, known for their joviality and charm. Being small and not particularly strong gives them a perspective that allows them to easily empathize with others, though not all jerbeens share this compassionate outlook. Some respond to the dangers outside their community by becoming insular and fearing all non-jerbeens. Jerbeens value privacy, but true isolation from friends, families, or loved ones is considered to be the worst possible fate a jerbeen could suffer." - ], - "type": "entries" - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "races/HWCS/Jerbeen-Swashbuckler.webp" - }, - "width": 631, - "height": 819 - } - ] - }, { "name": "Kalashtar", "source": "ERLW", @@ -6380,129 +6064,6 @@ } ] }, - { - "name": "Luma", - "source": "HWCS", - "entries": [ - { - "type": "entries", - "entries": [ - { - "type": "entries", - "entries": [ - "{@font peculiar in nature|HPPHumblescratch}", - "Lumas are a race of polar opposites when it comes to their role in perch society. They are as often shunned for their eccentricities as they are celebrated for them. Lumas are smaller than most birdfolk, and resemble either doves or pigeons. Many have ruffs of feathers that shine with unique iridescent colours, something which can be seen as either alluring or unusual. Most fledgling lumas approach social situations with hesitation, until a time when society inevitably labels them an outcast or a notable figure, and the individual naturally adapts to the role.", - { - "name": "Touched", - "entries": [ - "To most, lumas seem perpetually disorganized and distracted, which has lead to a belief that they are of low intelligence. In truth, lumas have a unique perception of the world. They are able to interpret information in an uncommon way, allowing them to see possibilities others cannot.", - "These inherent talents, sometimes dismissed as luck, can be improved upon with training and study. Pairing their natural gifts with magical education, powerful luma wizards and radical scholars have been at the forefront of magical innovation for some time in Humblewood." - ], - "type": "entries" - }, - { - "name": "Of Two Worlds", - "entries": [ - "While most lumas find their peculiar nature to be a hindrance in society, some make use of their gifts to climb the social ladder. These individuals inspire curiosity and have an air of authority about them. This divide in social standing among lumas can make for curious and strained relationships among families and friends.", - "Other lumas find it difficult to exist in the larger society of birdfolk cities. It is said that this is a main contributing factor for the close-knit, and exclusive luma districts in larger cities. Lumas tend to keep to themselves, preferring the company of those who understand them rather than those who pass judgement." - ], - "type": "entries" - } - ] - } - ] - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "races/HWCS/Luma-Cleric-of-Ardea.webp" - }, - "width": 453, - "height": 612 - } - ] - }, - { - "name": "Luma (Sable)", - "source": "HWCS", - "_copy": { - "name": "Luma", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a sable luma, you are often found on the fringes of social situations. While you are overlooked by the crowd, your gifts are undeniable. You are destined for greatness." - ] - } - } - } - } - }, - { - "name": "Luma (Sera)", - "source": "HWCS", - "_copy": { - "name": "Luma", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a sera luma, you are revered and celebrated by those around you. You have an almost unnatural beauty and grace, inspiring admiration in some and jealousy in others." - ] - } - } - } - } - }, - { - "name": "Mapach", - "source": "HWCS", - "entries": [ - "{@font cunning crafters|HPPHumblescratch}", - "Naturally curious, mapachs are a medium-sized racoon-like race. They are crafty, hearty, and tough, but their true strength lies in the potential they see when looking at the world around them. Mapachs have incredibly light hands and a great degree of fine motor control that doesn't diminish with age. They are also adept at climbing and sneaking. This, combined with their love of trinkets, has earned them an undeserved reputation as thieves. While there are exceptions, most mapachs are quite good-natured, if a little eccentric.", - { - "name": "Resilient Opportunists", - "entries": [ - "Mapachs are adept at surviving tough woodland conditions, and at intuiting the right course of action when faced with a problem. They are also inveterate opportunists. Some may consider them brash, but mapachs know that opportunities rarely present themselves and are quick to act on them. Mapachs are alert and have a keen awareness of their surroundings. Only the truly foolhardy among them are taken in by obvious traps." - ], - "type": "entries" - }, - { - "name": "Canny Craftspeople", - "entries": [ - "One of the traits mapachs are most well-known for is their ability to find a use for just about anything. This knack for creating functional or useful items out of debris, junk, or on-hand materials is known as \"scroungecraft\", and is a cultural staple among mapachs. This activity is considered an art form among mapachs, on par with the high art of other peoples. Scroungecrafting demonstrates creativity, ingenuity, and resourcefulness, but is misunderstood by outsiders who see it as primitive or crude. Genius ideas created by mapach hands frequently began as scroungecraft prototypes. Many who have built such interesting or unique creations achieve celebrity status among mapachs, going on to showcase their skills in loosely-organized scroungecraft fairs." - ], - "type": "entries" - }, - { - "name": "Hubs of Invention", - "entries": [ - "Mapachs are often loners, but when they do establish communities with humblefolk or birdfolk, they have a habit of fostering innovation wherever they go. Mapach ingenuity was responsible for the contraption upon which Alderheart's pulley system was based. The pulley system was so successful that birdfolk perches beyond Alderheart have adopted the technology." - ], - "type": "entries" - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "races/HWCS/Mapach-Tinkerer.webp" - }, - "width": 455, - "height": 619 - } - ] - }, { "name": "Merfolk", "source": "PSZ", @@ -7169,79 +6730,6 @@ } ] }, - { - "name": "Raptor", - "source": "HWCS", - "entries": [ - "{@font swift hunters|HPPHumblescratch}", - "When the birdfolk think of hunters or rangers, they picture a raptor. Resembling small hawks, eagles, and other birds of prey, they have sharp talons and agile builds that help them effortlessly glide through the canopy. These birdfolk are swift and strong with an uncanny knack for tracking. They are rarely prey, and are quick to turn the tables when finding themselves hunted.", - { - "name": "Perceptive Awareness", - "entries": [ - "Given their heightened senses, often raptors appear to be distracted or deep in thought. In reality, they are processing the wealth of sensory information they receive from their particularly keen eyes and sensitive ears. While many folk are only ever aware of what goes on directly around them, raptors have an extremely wide field of awareness.", - "Raptors are adept at living off the land. They are skilled hunters, usually leading the harvesting of meat and skins for their perches. Raptors are especially well versed in stalking prey from great heights, lining up impossible shots that their prey could not predict." - ], - "type": "entries" - }, - { - "name": "Natural Predator", - "entries": [ - "While many of the birdfolk races are culturally communal, raptors don't have a great sense of connectedness, nor do they tend to create their own perches. They are more likely to adopt a transient lifestyle, moving from perch to perch, or to simply live in the vast forests of the Wood itself.", - "Though typically quiet, raptors are not averse to forming relationships with other birdfolk. Despite their reserved nature, raptors value personal bonds more highly than societal or even familial ties." - ], - "type": "entries" - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "races/HWCS/Raptor-Explorer.webp" - }, - "width": 452, - "height": 698 - } - ] - }, - { - "name": "Raptor (Maran)", - "source": "HWCS", - "_copy": { - "name": "Raptor", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a maran raptor, you are as at home in the water as you are in the trees. You also have a wealth of patience, acting only when it best suits your goals." - ] - } - } - } - } - }, - { - "name": "Raptor (Mistral)", - "source": "HWCS", - "_copy": { - "name": "Raptor", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a mistral raptor, you are most at home far from the ground. You can range for miles in the Wood without ever setting talon to soil, moving more confidently through the branches than some move on flat ground." - ] - } - } - } - } - }, { "name": "Reborn", "source": "VRGR", @@ -7896,79 +7384,6 @@ } ] }, - { - "name": "Strig", - "source": "HWCS", - "entries": [ - "{@font imposing yet kind|HPPHumblescratch}", - "Strigs are the most imposing of the birdfolk races. Resembling owls, their thick feathers, solid bodies, and broad wings have earned them a reputation as the most powerful of the birdfolk races. They value strength and endurance, traits they believe crucial for survival in the Wood. Although they are not necessarily prejudiced against those who are weaker, strigs are quick to call out when someone is not doing their best for the common good.", - { - "name": "Strong and Brave", - "entries": [ - "While many of the birdfolk races rely on their prowess or intelligence for superiority, strigs use their immense strength and stamina to endure even the most punishing assault. They make mighty warriors, and whether defending their perch or braving the Wood itself, strigs never shy away from a fight.", - "Strig culture is largely based on principles of strength and endurance above all, but not necessarily for the purposes of combat. Protecting and providing for others in hard times is considered just as impressive, if not more so, than winning a fight." - ], - "type": "entries" - }, - { - "name": "Woodland Survivors", - "entries": [ - "Strigs, more than any of the other birdfolk race, are most at home in the wild. Their mottled feather patterns, though not as bright or beautiful as others, allow them to easily hide in the forest. Due to this inherent advantage, along with their speed and power, strigs make excellent hunters and rangers.", - "Strigs prefer the relative simplicity of the forest to the machinations of society and politics. Despite these individualistic tendencies, they are capable of forming familial and community bonds that transcend a permanent or single physical home." - ], - "type": "entries" - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "races/HWCS/Strig-Tracker.webp" - }, - "width": 455, - "height": 656 - } - ] - }, - { - "name": "Strig (Stout)", - "source": "HWCS", - "_copy": { - "name": "Strig", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a stout strig, you are as hearty as you are strong, able to weather hardship and impose your will on the world around you." - ] - } - } - } - } - }, - { - "name": "Strig (Swift)", - "source": "HWCS", - "_copy": { - "name": "Strig", - "source": "HWCS", - "_mod": { - "entries": { - "mode": "prependArr", - "items": { - "type": "section", - "entries": [ - "As a swift strig, you are a powerful force in the Wood who ranges far and wide without ever missing a step. You are most capable when immersed in the forest." - ] - } - } - } - } - }, { "name": "Tabaxi", "source": "MPMM", @@ -9328,48 +8743,6 @@ } ] }, - { - "name": "Vulpin", - "source": "HWCS", - "entries": [ - "{@font sophisticated yet savage|HPPHumblescratch}", - { - "type": "quote", - "entries": [ - "\"My dearest, though your dangerous and reckless lifestyle worries me so, I know that you will outwit any opponent who comes your way...\"" - ], - "by": "Love letter excerpt from Tybalt Hillshaw to his bandit lover" - }, - "Vulpins are fox-like in appearance, with light builds and sharp fangs. One of the least understood and most often vilified humblefolk in the Wood, vulpins have earned a bad reputation that isn't entirely deserved. Much of this stems from the fact that vulpins are ambitious. Sometimes their drive to succeed can make it difficult for them to empathize with others. Vulpins feel just as deeply as other folk of the Wood, but they possess a keen survival instinct which sometimes causes them to take courses of action that are selfish. Moreover, they are sharp and savvy, possessing an uncanny force of personality that allows them to easily sway the trust of others. In the right situations, vulpins can be true friends, and in the wrong ones, deadly enemies.", - { - "name": "Artful and Cunning", - "entries": [ - "Vulpins are naturally intelligent, rivalled only by corvums. However, where corvums are studious, vulpins are more creative. They enjoy the arts and the pursuit of leisure. Some devote their lives to mastering an art form; learning sculpture, poetry, or refined swordplay. Even though vulpins come from every walk of life, they also have a reputation for being snobbish and looking down on others.", - "All vulpins have a natural connection to the magic of the Wood, though they channel it in specialized ways. The right look from a vulpin can bewitch or terrify, and vulpins who are truly skilled can command an entire room through sheer force of presence." - ], - "type": "entries" - }, - { - "name": "Prodigious Predators", - "entries": [ - "Before the Humblefolk Treaty was signed, vulpins controlled a large part of the Wood outside the influence of the birdfolk, and bands of vulpin raiders provided their own kin with a wealth of plundered goods at the expense of birdfolk and other humblefolk alike. Those days are long since gone, but the memory of the sinister vulpin has yet to fade from the minds of the humblefolk, who endured great suffering at their hands.", - "A few vulpins have attempted to change public opinion, but the majority are unconcerned with their notoriety. Vulpins learn from a young age that they are of two natures: the sophisticated and the savage. While sophistication and elegance are generally preferred, it is considered common sense that vulpins should know when to keep their fangs hidden and when to bear them." - ], - "type": "entries" - } - ], - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "races/HWCS/Vulpin-Noble.webp" - }, - "width": 631, - "height": 819 - } - ] - }, { "name": "Warforged", "source": "ERLW", diff --git a/data/generated/gendata-maps.json b/data/generated/gendata-maps.json index d748954..d5421f9 100644 --- a/data/generated/gendata-maps.json +++ b/data/generated/gendata-maps.json @@ -1 +1 @@ -{"LMoP":{"id":"LMoP","name":"Lost Mine of Phandelver","source":"LMoP","prop":"adventure","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/The Sword Coast.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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","name":"Hoard of the Dragon Queen","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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","name":"Rise of Tiamat","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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","name":"Princes of the Apocalypse","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},"id":"190"},{"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","name":"Out of the Abyss","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":"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":"0d5","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]]},{"area":"0d3","points":[[1946,445],[1946,953],[1448,953],[1364,1075],[1186,1085],[1059,958],[1059,704],[1313,445]]}],"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","name":"Curse of Strahd","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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/map-4.02-walls.webp"},"title":"Walls of Ravenloft (Battlemap; DM Version)","width":3840,"height":5211,"imageType":"map","id":"411","grid":{"type":"square","size":175,"offsetY":-27,"scale":2,"distance":10},"mapRegions":[{"area":"1aa","points":[[1846,345],[1846,768],[2008,768],[2008,345]]},{"area":"1a8","points":[[1762,870],[2086,870],[2086,954],[2176,1050],[2176,1134],[2275,1134],[2275,1464],[2198,1464],[2198,1387],[2101,1301],[1744,1301],[1653,1386],[1653,1461],[1586,1461],[1586,1138],[1667,1138],[1667,1048],[1762,952]]},{"area":"1a6","points":[[710,1136],[710,1651],[963,1651],[963,1136]]},{"area":"1a4","points":[[976,1138],[976,1658],[714,1658],[714,2424],[1218,2424],[1331,2328],[1320,2280],[1315,2222],[1320,2179],[1338,2128],[1365,2074],[1405,2032],[1435,2008],[1472,1986],[1472,1138]]},{"area":"19f","points":[[1487,3231],[1487,3829],[2355,3829],[2355,3231]]},{"area":"1a2","points":[[714,2533],[1211,2533],[1306,2628],[1306,3044],[1214,3136],[1214,3231],[1301,3318],[1397,3318],[1479,3246],[1479,3914],[714,3914]]},{"area":"1a2","points":[[3137,2534],[2630,2534],[2546,2618],[2546,3043],[2637,3134],[2637,3229],[2552,3314],[2446,3314],[2363,3239],[2363,3916],[3137,3916]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.02-walls.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.02-walls-player.webp"},"title":"Walls of Ravenloft (Battlemap; Player Version)","width":3840,"height":5211,"imageType":"mapPlayer","mapParent":{"id":"411"},"grid":{"type":"square","size":175,"offsetY":-27,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/025-006.webp"},"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.webp"},"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/map-4.03-main-floor.webp"},"title":"Main Floor (Battlemap; DM Version)","width":3000,"height":2072,"imageType":"map","id":"4bc","grid":{"type":"square","size":173,"offsetX":63,"offsetY":1,"scale":2,"distance":10},"mapRegions":[{"area":"1bf","points":[[559,445],[633,359],[718,359],[805,446],[805,520],[716,598],[640,599],[559,520]]},{"area":"1c1","points":[[812,447],[812,514],[1485,514],[1485,447]]},{"area":"1d0","points":[[900,533],[900,689],[1234,689],[1234,533]]},{"area":"1db","points":[[734,618],[811,618],[811,521],[885,521],[885,859],[809,859],[809,772],[734,772]]},{"area":"1b0","points":[[994,959],[994,1116],[1146,1116],[1146,959]]},{"area":"1bb","points":[[906,1221],[906,1548],[1229,1548],[1229,1221]]},{"area":"25b","points":[[1331,1566],[1338,1527],[1355,1502],[1382,1486],[1411,1484],[1446,1491],[1469,1505],[1409,1554],[1398,1559],[1398,1574],[1407,1584],[1418,1578],[1422,1567],[1482,1522],[1494,1546],[1495,1572],[1487,1598],[1475,1622],[1454,1638],[1429,1648],[1401,1651],[1379,1642],[1360,1631],[1344,1608],[1334,1588]]},{"area":"1c1","points":[[893,1566],[893,1629],[1308,1629],[1308,1566]]},{"area":"1bd","points":[[814,1562],[814,1461],[731,1461],[731,1307],[814,1307],[814,1224],[889,1224],[889,1562]]},{"area":"1bf","points":[[562,1561],[641,1481],[719,1481],[808,1558],[808,1635],[718,1720],[641,1719],[562,1646]]},{"area":"1f4","points":[[1509,1219],[1509,1285],[1666,1285],[1666,1219]]},{"area":"1d8","points":[[1594,611],[1756,611],[1756,779],[1592,779],[1592,696],[1671,696],[1671,686],[1594,686]]},{"area":"1d2","points":[[1426,607],[1426,761],[1431,784],[1439,816],[1456,851],[1475,876],[1504,901],[1526,919],[1560,936],[1589,945],[1635,949],[1664,947],[1698,941],[1729,927],[1753,913],[1780,891],[1799,867],[1818,844],[1832,818],[1839,792],[1839,618],[1767,618],[1767,787],[1585,787],[1585,607]]},{"area":"1df","points":[[1678,272],[1948,272],[1956,249],[1987,249],[1995,272],[2011,272],[2011,281],[2032,293],[2032,320],[2012,332],[2012,429],[1678,429]]},{"area":"1dd","points":[[1859,447],[2011,447],[2011,541],[2033,548],[2033,579],[2014,600],[1859,597]]},{"area":"1c9","points":[[2022,781],[2021,767],[2028,753],[2037,736],[2059,725],[2074,730],[2083,740],[2090,751],[2099,773],[2099,869],[2091,889],[2078,905],[2063,915],[2038,907],[2026,886],[2021,866]]},{"area":"1ed","points":[[1859,788],[1859,943],[1933,943],[1933,788]]},{"area":"1cb","points":[[2021,1208],[2025,1187],[2034,1170],[2048,1160],[2062,1157],[2077,1167],[2093,1185],[2097,1200],[2097,1299],[2093,1321],[2080,1336],[2062,1343],[2045,1339],[2029,1322],[2021,1298]]},{"area":"1cd","points":[[1682,1292],[1686,1256],[1698,1218],[1719,1187],[1745,1166],[1783,1143],[1818,1131],[1861,1129],[1905,1143],[1930,1157],[1959,1178],[1983,1209],[1997,1241],[2002,1281],[2002,1324],[1988,1362],[1965,1397],[1941,1421],[1908,1442],[1859,1455],[1813,1452],[1775,1439],[1740,1416],[1712,1387],[1693,1348],[1682,1312],[1758,1312],[1764,1331],[1772,1347],[1785,1365],[1802,1377],[1825,1384],[1845,1388],[1867,1384],[1892,1374],[1908,1357],[1922,1339],[1931,1315],[1933,1288],[1925,1264],[1910,1242],[1888,1223],[1869,1216],[1849,1213],[1826,1215],[1804,1221],[1787,1234],[1775,1251],[1762,1268],[1758,1292]]},{"area":"1c3","points":[[1509,962],[1509,1118],[2097,1118],[2097,962]]},{"area":"1c5","points":[[2112,612],[2199,529],[2276,529],[2361,612],[2361,787],[2459,787],[2535,872],[2535,1209],[2459,1295],[2361,1295],[2361,1468],[2281,1548],[2195,1548],[2112,1469]]},{"area":"1d9","points":[[1497,1380],[1500,1408],[1509,1432],[1524,1449],[1544,1464],[1560,1471],[1588,1476],[1618,1472],[1636,1462],[1645,1453],[1592,1399],[1574,1393],[1573,1378],[1585,1374],[1599,1378],[1597,1390],[1655,1443],[1668,1421],[1673,1396],[1672,1370],[1660,1341],[1647,1321],[1623,1303],[1598,1298],[1577,1296],[1548,1306],[1526,1323],[1509,1344],[1501,1364]]},{"area":"1b9","points":[[1248,1211],[1410,1211],[1410,1384],[1436,1394],[1459,1409],[1477,1427],[1465,1448],[1441,1463],[1415,1473],[1248,1473]]},{"area":"1b5","points":[[1165,955],[1248,870],[1412,870],[1491,955],[1491,1125],[1411,1202],[1240,1202],[1165,1122]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.03-main-floor.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.03-main-floor-player.webp"},"title":"Main Floor (Battlemap; Player Version)","width":3000,"height":2072,"imageType":"mapPlayer","mapParent":{"id":"4bc"},"grid":{"type":"square","size":173,"offsetX":63,"offsetY":1,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/028-007.webp"},"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.webp"},"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/map-4.04-court-revised.webp"},"title":"Court of the Count (Battlemap; DM Version)","width":5560,"height":3840,"imageType":"map","id":"530","grid":{"type":"square","size":160,"offsetX":63,"offsetY":10,"distance":10},"mapRegions":[{"area":"1bf","points":[[1042,823],[1181,667],[1335,667],[1491,827],[1491,966],[1337,1112],[1183,1112],[1042,964]]},{"area":"1db","points":[[1360,1143],[1360,1446],[1646,1446],[1646,1143]]},{"area":"1c1","points":[[1669,1280],[1669,989],[2295,989],[2295,1116],[1802,1116],[1802,1280]]},{"area":"1f8","points":[[1832,1147],[1832,1419],[2282,1419],[2282,1147]]},{"area":"1fb","points":[[2318,1594],[2318,994],[2446,994],[2446,1594]]},{"area":"2a6","points":[[1962,1762],[1912,1747],[1872,1724],[1840,1686],[1823,1634],[1829,1573],[1844,1520],[1886,1476],[1928,1455],[1979,1446],[2027,1453],[2072,1474],[2105,1503],[2128,1543],[2145,1611],[2124,1669],[2103,1712],[2069,1743],[2029,1758],[1989,1762],[1983,1640],[2006,1613],[1996,1575],[1960,1577],[1943,1604],[1962,1640]]},{"area":"1e5","points":[[2318,1629],[2318,2232],[2444,2232],[2444,1629]]},{"area":"1e2","points":[[1682,1768],[2280,1768],[2280,2756],[2167,2869],[1806,2869],[1682,2739]]},{"area":"1db","points":[[1360,2415],[1360,2718],[1648,2718],[1648,2415]]},{"area":"1bf","points":[[1046,2899],[1192,2749],[1339,2749],[1509,2893],[1509,3027],[1335,3192],[1187,3192],[1046,3059]]},{"area":"25b","points":[[2535,3029],[2562,3051],[2617,3055],[2661,3053],[2707,3034],[2735,3004],[2766,2952],[2773,2899],[2766,2848],[2749,2823],[2638,2905],[2619,2933],[2587,2924],[2589,2891],[2617,2880],[2726,2798],[2693,2768],[2629,2756],[2583,2756],[2539,2775],[2499,2804],[2482,2834],[2469,2872],[2469,2901],[2472,2931],[2486,2966],[2507,2996]]},{"area":"1c1","points":[[1655,2907],[1655,3025],[2453,3025],[2453,2907]]},{"area":"1ef","points":[[2320,2265],[2320,2731],[2760,2731],[2760,2265]]},{"area":"1f4","points":[[2798,2259],[2798,2387],[3088,2387],[3088,2259]]},{"area":"1f2","points":[[2796,2094],[2796,2227],[3090,2227],[3090,2094]]},{"area":"1d9","points":[[2781,2573],[2786,2614],[2796,2649],[2823,2686],[2854,2711],[2889,2727],[2933,2733],[2976,2734],[3003,2723],[3047,2697],[2953,2600],[2923,2590],[2913,2567],[2926,2551],[2946,2546],[2960,2560],[2964,2579],[3073,2674],[3090,2639],[3107,2587],[3097,2531],[3080,2480],[3039,2436],[2993,2417],[2953,2407],[2781,2407]]},{"area":"1cf","points":[[3334,2411],[3339,2391],[3349,2369],[3367,2346],[3391,2333],[3420,2327],[3454,2333],[3477,2350],[3497,2369],[3506,2400],[3504,2419],[3500,2451],[3479,2470],[3456,2489],[3423,2496],[3390,2489],[3364,2467],[3344,2443]]},{"area":"1cd","points":[[3126,2399],[3130,2363],[3141,2317],[3157,2280],[3177,2243],[3203,2209],[3230,2181],[3269,2151],[3301,2133],[3337,2121],[3374,2113],[3413,2109],[3456,2109],[3491,2113],[3537,2130],[3576,2153],[3611,2177],[3634,2200],[3661,2236],[3687,2277],[3704,2311],[3714,2356],[3721,2401],[3713,2461],[3699,2501],[3681,2540],[3653,2579],[3619,2620],[3577,2651],[3524,2674],[3477,2690],[3420,2699],[3360,2687],[3319,2676],[3286,2659],[3246,2634],[3210,2603],[3180,2566],[3156,2523],[3137,2479],[3126,2434],[3264,2434],[3267,2460],[3276,2484],[3291,2507],[3311,2531],[3337,2553],[3369,2567],[3410,2574],[3437,2576],[3471,2567],[3513,2547],[3539,2523],[3554,2501],[3571,2474],[3580,2450],[3587,2420],[3581,2390],[3577,2360],[3560,2331],[3547,2310],[3533,2290],[3506,2270],[3470,2256],[3431,2251],[3403,2249],[3373,2256],[3340,2271],[3320,2286],[3303,2301],[3289,2320],[3276,2346],[3266,2371],[3263,2399]]},{"area":"1eb","points":[[3746,1288],[3912,1288],[3912,1779],[3942,1782],[3970,1794],[4008,1813],[4029,1838],[4051,1869],[4064,1909],[4062,1955],[4048,1990],[4034,2026],[4006,2054],[3970,2072],[3938,2085],[3910,2086],[3910,2560],[3746,2560],[3746,2074],[3602,2074],[3602,1787],[3746,1787]]},{"area":"1ed","points":[[3448,1464],[3718,1464],[3718,1600],[3590,1600],[3590,1624],[3718,1624],[3718,1755],[3448,1755]]},{"area":"1e7","points":[[2480,1790],[2480,2075],[3568,2075],[3568,1790]]},{"area":"1fd","points":[[3437,514],[3725,514],[3725,629],[3763,646],[3763,746],[3731,774],[3731,797],[3115,797],[3115,645],[3200,645],[3200,579],[3437,579]]},{"area":"1d2","points":[[3454,1287],[3444,1229],[3433,1171],[3400,1093],[3353,1023],[3306,979],[3241,929],[3176,897],[3107,870],[3049,859],[2977,856],[2907,866],[2839,883],[2764,916],[2713,956],[2680,987],[2639,1024],[2597,1084],[2577,1136],[2557,1199],[2546,1244],[2540,1307],[2543,1369],[2559,1444],[2586,1510],[2611,1560],[2644,1597],[2684,1641],[2726,1679],[2780,1714],[2839,1744],[2911,1761],[2976,1767],[3066,1764],[3133,1746],[3190,1723],[3253,1689],[3300,1654],[3343,1607],[3381,1553],[3417,1490],[3437,1441],[3447,1381],[3454,1313],[3307,1313],[3303,1347],[3294,1397],[3277,1440],[3247,1493],[3214,1533],[3177,1566],[3127,1596],[3054,1616],[3000,1623],[2940,1616],[2873,1596],[2811,1559],[2759,1514],[2720,1460],[2697,1389],[2681,1323],[2689,1251],[2707,1189],[2739,1143],[2776,1090],[2823,1057],[2871,1027],[2950,1003],[3001,1000],[3054,1007],[3117,1021],[3179,1057],[3217,1090],[3251,1129],[3280,1184],[3299,1234],[3306,1287]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.04-court-revised.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.04-court-player-revised.webp"},"title":"Court of the Count (Battlemap; Player Version)","width":5560,"height":3840,"imageType":"mapPlayer","mapParent":{"id":"530"},"grid":{"type":"square","size":160,"offsetX":-17,"offsetY":10,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/030-008.webp"},"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.webp"},"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/map-4.05-weeping.webp"},"title":"Rooms of Weeping (Battlemap; DM Version)","width":3000,"height":2072,"imageType":"map","id":"54d","grid":{"type":"square","size":173,"offsetX":64,"offsetY":4,"scale":2,"distance":10},"mapRegions":[{"area":"222","points":[[2537,618],[1853,618],[1835,585],[1811,550],[1782,523],[1755,503],[1730,489],[1697,476],[1666,466],[1632,463],[1598,465],[1573,470],[1530,481],[1415,349],[1342,349],[1243,448],[814,448],[724,358],[643,358],[566,445],[563,518],[651,606],[651,1480],[571,1564],[571,1649],[642,1720],[725,1720],[814,1637],[1249,1637],[1346,1730],[1346,1910],[1411,1910],[1411,1730],[1505,1636],[1505,1570],[723,1570],[723,1128],[697,1102],[697,971],[719,957],[719,516],[1441,516],[1457,500],[1528,571],[1564,550],[1604,539],[1645,541],[1678,550],[1706,563],[1729,578],[1747,597],[1766,622],[1784,662],[1792,706],[1868,706],[1868,686],[2537,686]]},{"area":"220","points":[[893,616],[887,597],[879,579],[864,568],[852,569],[838,581],[828,598],[823,616],[823,687],[832,713],[841,728],[855,740],[874,733],[886,716],[892,699],[893,687],[912,687],[915,700],[918,716],[927,730],[941,735],[958,733],[973,718],[978,700],[978,689],[998,689],[1000,705],[1009,723],[1022,735],[1041,737],[1054,724],[1064,706],[1066,689],[1086,689],[1087,705],[1096,720],[1108,733],[1126,736],[1139,727],[1148,712],[1153,698],[1153,688],[1172,688],[1174,704],[1183,721],[1191,733],[1207,738],[1219,731],[1230,720],[1239,704],[1240,688],[1240,616],[1234,592],[1227,577],[1210,569],[1193,574],[1180,591],[1173,609],[1173,616],[1154,616],[1150,599],[1140,579],[1122,570],[1110,572],[1097,581],[1089,593],[1085,607],[1085,616],[1067,616],[1062,598],[1051,578],[1034,571],[1023,573],[1011,582],[1004,600],[1000,616],[982,616],[977,600],[963,578],[949,570],[935,573],[925,580],[919,592],[913,603],[913,616]]},{"area":"2a6","points":[[1066,958],[1043,951],[1023,941],[1007,924],[995,908],[988,889],[987,861],[992,838],[1002,819],[1023,799],[1048,785],[1079,782],[1106,787],[1128,800],[1147,821],[1158,842],[1161,860],[1066,860]]},{"area":"218","points":[[739,958],[758,952],[783,937],[799,918],[811,894],[814,878],[972,878],[974,901],[986,924],[1005,945],[1035,965],[1065,971],[1065,1132],[1045,1139],[1024,1149],[1008,1163],[1000,1177],[992,1205],[814,1205],[804,1178],[792,1157],[775,1141],[755,1131],[739,1129],[737,1121],[709,1093],[709,980],[738,962]]},{"area":"20c","points":[[1518,965],[1518,1120],[1586,1120],[1586,965]]},{"area":"207","points":[[1084,877],[1324,877],[1412,960],[1412,976],[1428,976],[1428,965],[1502,965],[1502,1121],[1430,1121],[1430,1111],[1412,1111],[1412,1130],[1322,1206],[1084,1206]]},{"area":"20f","points":[[1603,963],[1603,1122],[1931,1122],[1931,963]]},{"area":"1f6","points":[[1605,1132],[1605,1209],[1668,1209],[1668,1132]]},{"area":"214","points":[[1937,705],[2025,705],[2103,786],[2103,862],[2019,946],[1944,946],[1865,867],[1865,776]]},{"area":"212","points":[[1947,964],[2142,964],[2160,974],[2177,986],[2189,1005],[2193,1025],[2198,1047],[2190,1070],[2180,1092],[2164,1107],[2145,1119],[1947,1119]]},{"area":"203","points":[[1083,1223],[1083,1551],[1324,1551],[1324,1223]]},{"area":"21e","points":[[740,1388],[815,1388],[815,1473],[988,1473],[988,1388],[1064,1388],[1064,1554],[740,1554]]},{"area":"21a","points":[[739,1301],[762,1296],[782,1281],[801,1265],[812,1243],[815,1224],[990,1224],[995,1246],[1008,1267],[1027,1286],[1046,1295],[1064,1301],[1064,1383],[970,1383],[969,1400],[960,1423],[945,1440],[923,1450],[903,1452],[879,1448],[858,1437],[842,1419],[833,1397],[833,1384],[739,1384]]},{"area":"25b","points":[[1342,1563],[1343,1542],[1355,1519],[1371,1503],[1388,1494],[1409,1488],[1431,1489],[1445,1496],[1460,1503],[1474,1519],[1421,1560],[1412,1558],[1405,1563]]},{"area":"1d9","points":[[1512,1303],[1605,1303],[1628,1307],[1649,1319],[1664,1332],[1676,1356],[1681,1381],[1680,1406],[1667,1436],[1644,1457],[1617,1467],[1587,1468],[1560,1460],[1542,1447],[1524,1425],[1512,1395]]},{"area":"1f4","points":[[1512,1223],[1512,1293],[1669,1293],[1669,1223]]},{"area":"201","points":[[1420,1302],[1411,1276],[1402,1263],[1389,1254],[1374,1249],[1360,1254],[1347,1264],[1341,1282],[1340,1302],[1340,1390],[1346,1407],[1357,1424],[1373,1434],[1391,1430],[1413,1416],[1420,1396],[1420,1383],[1499,1383],[1499,1302]]},{"area":"1cd","points":[[1696,1298],[1700,1268],[1708,1241],[1722,1215],[1739,1190],[1759,1172],[1789,1153],[1818,1144],[1852,1141],[1885,1140],[1913,1149],[1935,1160],[1955,1173],[1973,1191],[1988,1210],[2001,1235],[2008,1263],[2011,1297],[2007,1328],[2002,1352],[1990,1378],[1970,1402],[1947,1425],[1918,1441],[1889,1451],[1857,1458],[1828,1455],[1797,1447],[1769,1432],[1748,1415],[1728,1394],[1715,1369],[1701,1341],[1696,1315],[1769,1315],[1776,1335],[1784,1350],[1796,1365],[1812,1378],[1831,1386],[1852,1390],[1880,1388],[1903,1377],[1925,1359],[1938,1333],[1945,1307],[1941,1279],[1931,1258],[1917,1242],[1901,1228],[1884,1221],[1865,1216],[1845,1218],[1822,1222],[1804,1232],[1792,1242],[1783,1253],[1776,1270],[1771,1282],[1769,1298]]},{"area":"1cf","points":[[1810,1302],[1812,1289],[1819,1276],[1832,1263],[1852,1258],[1869,1258],[1885,1265],[1896,1282],[1902,1298],[1898,1318],[1890,1336],[1875,1344],[1859,1349],[1838,1344],[1822,1330],[1812,1315]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.05-weeping.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.05-weeping-player.webp"},"title":"Rooms of Weeping (Battlemap; Player Version)","width":3000,"height":2072,"imageType":"mapPlayer","mapParent":{"id":"54d"},"grid":{"type":"square","size":173,"offsetX":64,"offsetY":4,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/033-009.webp"},"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.webp"},"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/map-4.06-spires12.webp"},"title":"Spires and Tower of Ravenloft (Battlemap; DM Version)","width":5000,"height":3372,"imageType":"map","id":"573","grid":{"type":"square","size":196,"offsetX":2,"offsetY":-36,"scale":2,"distance":10},"mapRegions":[{"area":"1d2","points":[[802,273],[756,278],[695,293],[647,318],[609,348],[574,392],[547,445],[533,506],[529,578],[548,645],[569,694],[602,735],[639,771],[675,796],[722,815],[764,826],[819,827],[869,818],[921,801],[965,774],[1000,744],[1036,696],[1058,660],[1074,618],[1082,571],[1080,528],[1071,480],[1055,435],[1031,393],[1004,358],[969,326],[934,305],[894,288],[851,275],[816,273]]},{"area":"227","points":[[606,1152],[692,1152],[695,1131],[702,1099],[716,1080],[738,1064],[760,1051],[784,1046],[809,1049],[832,1060],[792,1128],[773,1142],[787,1158],[805,1148],[807,1135],[851,1072],[868,1091],[881,1116],[881,1151],[876,1180],[861,1208],[835,1229],[808,1235],[606,1235]]},{"area":"235","points":[[507,1149],[586,1149],[586,1428],[445,1428],[434,1399],[425,1368],[419,1332],[419,1300],[420,1267],[425,1244],[507,1244]]},{"area":"239","points":[[606,1255],[606,1428],[786,1428],[786,1255]]},{"area":"237","points":[[507,1448],[507,1519],[521,1536],[536,1547],[560,1561],[587,1575],[627,1596],[675,1608],[715,1616],[759,1616],[800,1608],[846,1593],[882,1574],[882,1448]]},{"area":"1cd","points":[[893,1214],[900,1182],[913,1144],[935,1099],[968,1068],[1014,1045],[1059,1034],[1099,1035],[1136,1048],[1172,1065],[1201,1086],[1221,1118],[1242,1152],[1252,1191],[1252,1236],[1235,1279],[1212,1325],[1176,1356],[1134,1381],[1091,1392],[1052,1391],[995,1374],[956,1352],[933,1324],[912,1286],[893,1238],[979,1238],[991,1271],[1007,1293],[1044,1316],[1075,1321],[1112,1314],[1138,1295],[1161,1271],[1169,1245],[1173,1213],[1165,1178],[1142,1148],[1107,1129],[1076,1126],[1045,1128],[1013,1148],[993,1175],[980,1202],[980,1214]]},{"area":"1cf","points":[[1024,1221],[1033,1193],[1052,1173],[1080,1169],[1105,1174],[1118,1193],[1127,1229],[1119,1251],[1099,1266],[1072,1272],[1044,1265],[1027,1246]]},{"area":"1d2","points":[[800,2420],[746,2407],[696,2381],[658,2355],[628,2318],[602,2272],[589,2219],[584,2173],[589,2120],[608,2072],[636,2028],[665,1993],[700,1966],[739,1945],[789,1933],[827,1928],[868,1932],[912,1942],[952,1966],[992,1993],[1019,2018],[1042,2053],[1060,2088],[1071,2124],[1076,2167],[1078,2205],[1066,2252],[1046,2289],[1032,2318],[1007,2344],[988,2361],[968,2381],[946,2392],[926,2402],[901,2412],[881,2420]]},{"area":"240","points":[[792,2439],[792,2605],[892,2668],[892,2439]]},{"area":"23e","points":[[798,2633],[769,2629],[745,2626],[719,2627],[689,2633],[665,2640],[638,2647],[609,2659],[581,2675],[556,2689],[527,2711],[509,2729],[491,2754],[474,2788],[455,2818],[440,2858],[432,2899],[427,2941],[429,2988],[446,3035],[459,3078],[484,3113],[508,3149],[539,3181],[571,3201],[599,3219],[636,3233],[675,3245],[718,3251],[756,3253],[796,3245],[839,3235],[879,3219],[908,3202],[936,3186],[958,3165],[987,3132],[1008,3098],[1022,3072],[1031,3045],[999,3034],[965,3013],[938,2985],[911,2958],[893,2919],[884,2886],[882,2848],[887,2802],[904,2760],[921,2728],[947,2705],[924,2687],[901,2676]]},{"area":"1cd","points":[[904,2852],[908,2818],[921,2779],[942,2742],[966,2715],[996,2693],[1035,2679],[1076,2676],[1101,2674],[1135,2682],[1172,2695],[1200,2720],[1233,2754],[1249,2792],[1258,2826],[1262,2866],[1248,2908],[1238,2941],[1212,2978],[1182,2999],[1153,3016],[1119,3028],[1081,3032],[1046,3027],[1018,3015],[982,2998],[954,2974],[935,2946],[920,2916],[904,2876],[988,2876],[999,2905],[1021,2935],[1052,2951],[1082,2960],[1124,2949],[1160,2927],[1176,2896],[1187,2844],[1171,2813],[1148,2782],[1119,2767],[1086,2764],[1058,2768],[1034,2778],[1013,2794],[994,2820],[988,2852]]},{"area":"1cf","points":[[1035,2855],[1047,2822],[1076,2805],[1109,2814],[1131,2834],[1138,2861],[1127,2886],[1107,2905],[1082,2913],[1053,2900],[1036,2882]]},{"area":"24c","points":[[1858,3042],[1864,3009],[1872,2968],[1886,2939],[1916,2912],[1939,2892],[1971,2875],[2001,2864],[2044,2859],[2075,2866],[2105,2872],[2133,2891],[2166,2913],[2185,2941],[2201,2964],[2212,3000],[2215,3035],[2216,3076],[2204,3105],[2188,3134],[2168,3167],[2142,3187],[2114,3207],[2080,3216],[2040,3225],[2006,3218],[1978,3211],[1942,3193],[1911,3169],[1886,3141],[1872,3112],[1856,3080]]},{"area":"247","points":[[2374,3052],[2378,3026],[2386,2986],[2408,2945],[2434,2916],[2468,2891],[2511,2875],[2553,2866],[2594,2868],[2636,2884],[2669,2904],[2692,2925],[2712,2947],[2731,2975],[2744,3005],[2749,3034],[2748,3052],[2689,3052],[2685,3079],[2675,3113],[2661,3135],[2638,3159],[2609,3174],[2585,3182],[2551,3184],[2513,3172],[2485,3153],[2461,3129],[2447,3099],[2439,3072],[2439,3052]]},{"area":"1d2","points":[[2373,3061],[2378,3094],[2389,3131],[2405,3162],[2429,3189],[2456,3212],[2482,3227],[2506,3236],[2539,3246],[2571,3245],[2616,3236],[2646,3226],[2682,3205],[2706,3181],[2728,3151],[2739,3115],[2749,3084],[2747,3061],[2698,3061],[2693,3087],[2685,3112],[2667,3139],[2648,3159],[2628,3173],[2601,3187],[2580,3188],[2555,3191],[2535,3185],[2512,3179],[2487,3167],[2468,3149],[2448,3120],[2435,3098],[2433,3076],[2433,3061]]},{"area":"242","points":[[4134,3239],[4106,3225],[4074,3206],[4053,3174],[4035,3145],[4022,3102],[4021,3064],[4038,3024],[4051,2988],[4078,2959],[4116,2936],[4149,2922],[4181,2921],[4211,2921],[4242,2931],[4274,2945],[4294,2965],[4322,2992],[4334,3020],[4340,3039],[4278,3052],[4261,3014],[4241,2996],[4211,2982],[4186,2982],[4154,2986],[4127,2999],[4107,3014],[4093,3035],[4082,3071],[4082,3104],[4096,3131],[4113,3156],[4134,3172]]},{"area":"1cf","points":[[4136,3164],[4119,3149],[4099,3122],[4089,3096],[4091,3064],[4104,3033],[4119,3013],[4139,2998],[4168,2987],[4195,2987],[4216,2991],[4241,3005],[4258,3019],[4276,3058],[4279,3080],[4278,3105],[4271,3124],[4258,3145],[4244,3161],[4221,3174],[4200,3179],[4176,3180],[4151,3172]]},{"area":"1cd","points":[[4285,3061],[4342,3048],[4351,3067],[4353,3095],[4346,3129],[4329,3160],[4311,3191],[4295,3206],[4273,3221],[4245,3238],[4214,3245],[4182,3249],[4144,3245],[4142,3178],[4165,3185],[4191,3186],[4218,3180],[4239,3171],[4259,3149],[4276,3125],[4287,3094],[4285,3073]]},{"area":"232","points":[[2315,620],[3156,620],[3131,645],[3108,682],[3092,715],[3078,756],[3064,804],[3067,838],[3068,892],[3078,940],[3096,989],[3121,1029],[3121,1234],[2315,1234]]},{"area":"230","points":[[3128,1126],[3128,1219],[3228,1219],[3228,1126]]},{"area":"232","points":[[3441,316],[3852,316],[3852,833],[3967,833],[3967,709],[4049,627],[4149,627],[4251,729],[4251,925],[4351,925],[4459,1033],[4459,1441],[4349,1551],[4252,1551],[4252,1755],[4153,1854],[4046,1854],[3942,1750],[3942,1696],[3782,1696],[3804,1673],[3827,1641],[3846,1602],[3858,1558],[3854,1506],[3846,1465],[3828,1426],[3807,1394],[3766,1364],[3727,1346],[3672,1326],[3636,1322],[3615,1326],[3568,1340],[3528,1365],[3528,1116],[3576,1074],[3611,1036],[3652,981],[3667,936],[3679,884],[3680,824],[3672,754],[3646,691],[3614,644],[3579,604],[3546,579],[3505,556],[3467,542],[3441,538]]},{"area":"232","points":[[2316,1240],[3239,1240],[3239,1125],[3271,1138],[3309,1145],[3354,1149],[3409,1147],[3468,1138],[3518,1119],[3518,1362],[3486,1336],[3451,1318],[3415,1300],[3371,1287],[3325,1280],[3278,1279],[3229,1288],[3196,1294],[3155,1308],[3118,1329],[3075,1355],[3045,1384],[3021,1415],[2999,1446],[2982,1478],[2965,1515],[2954,1553],[2947,1589],[2946,1633],[2951,1675],[2965,1716],[2975,1760],[3000,1815],[3032,1854],[2316,1854]]},{"area":"1d2","points":[[3081,835],[3086,794],[3095,761],[3109,718],[3146,666],[3168,636],[3211,601],[3254,575],[3309,559],[3351,556],[3400,554],[3435,559],[3473,571],[3511,586],[3552,615],[3584,640],[3612,681],[3635,722],[3651,773],[3661,818],[3660,856],[3653,896],[3642,938],[3629,975],[3618,994],[3598,1021],[3560,1060],[3536,1080],[3516,1099],[3489,1108],[3451,1119],[3412,1129],[3375,1132],[3325,1127],[3289,1120],[3253,1107],[3206,1080],[3172,1055],[3149,1026],[3128,1000],[3109,967],[3099,934],[3087,896],[3082,860]]},{"area":"225","points":[[3238,1439],[3315,1439],[3328,1449],[3340,1452],[3340,1621],[3316,1625],[3308,1640],[3238,1640]]},{"area":"227","points":[[3352,1419],[3406,1367],[3421,1384],[3433,1412],[3439,1442],[3432,1468],[3421,1499],[3395,1518],[3372,1532],[3348,1541],[3348,1452],[3355,1435]]},{"area":"22c","points":[[3238,1748],[3432,1748],[3432,1922],[3406,1934],[3375,1945],[3346,1952],[3318,1956],[3276,1952],[3238,1946]]},{"area":"229","points":[[3031,1439],[3008,1474],[2995,1507],[2981,1538],[2973,1581],[2969,1629],[2973,1664],[2976,1695],[2985,1724],[2999,1764],[3020,1798],[3044,1836],[3218,1836],[3218,1439]]},{"area":"1d9","points":[[3346,1627],[3346,1549],[3369,1554],[3393,1566],[3409,1582],[3432,1611],[3439,1635],[3436,1656],[3432,1681],[3415,1702],[3352,1645],[3352,1634]]},{"area":"1cd","points":[[3465,1533],[3468,1508],[3473,1488],[3481,1458],[3499,1429],[3514,1408],[3542,1386],[3574,1367],[3604,1355],[3640,1352],[3668,1349],[3694,1355],[3721,1366],[3746,1378],[3761,1389],[3782,1406],[3799,1424],[3814,1452],[3822,1481],[3833,1506],[3832,1532],[3833,1561],[3828,1584],[3816,1619],[3796,1645],[3774,1673],[3746,1695],[3719,1709],[3680,1719],[3642,1722],[3607,1718],[3572,1705],[3539,1684],[3518,1666],[3499,1641],[3482,1609],[3473,1588],[3465,1556],[3552,1556],[3558,1580],[3571,1606],[3589,1621],[3613,1638],[3649,1644],[3680,1639],[3712,1624],[3738,1602],[3751,1572],[3754,1546],[3748,1520],[3741,1495],[3725,1471],[3705,1453],[3673,1441],[3646,1441],[3621,1445],[3598,1453],[3582,1466],[3568,1480],[3559,1502],[3549,1533]]},{"area":"22e","points":[[3454,1749],[3454,1847],[3546,1847],[3546,1749]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.06-spires12.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.06-spires12-player.webp"},"title":"Spires and Tower of Ravenloft (Battlemap; Player Version)","width":5000,"height":3372,"imageType":"mapPlayer","mapParent":{"id":"573"},"grid":{"type":"square","size":197,"offsetX":44,"offsetY":-56,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/036-010.webp"},"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.webp"},"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.webp"},"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.webp"},"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/map-4.08-larders.webp"},"title":"Larders of Ill Omen (Battlemap; DM Version)","width":3000,"height":2175,"imageType":"map","id":"591","grid":{"type":"square","size":245,"offsetX":-66,"offsetY":-57,"scale":2,"distance":10},"mapRegions":[{"area":"29b","points":[[231,378],[231,227],[693,227],[693,329],[335,329],[325,339],[325,378]]},{"area":"26d","points":[[720,227],[720,449],[1066,449],[1066,227]]},{"area":"268","points":[[723,472],[723,818],[1064,818],[1064,472]]},{"area":"26a","points":[[1096,471],[1096,822],[1307,822],[1307,471]]},{"area":"2a8","points":[[469,809],[469,689],[480,664],[495,640],[512,624],[526,611],[544,602],[562,598],[586,597],[611,601],[631,611],[653,624],[672,645],[681,666],[688,688],[696,711],[696,930],[691,951],[686,979],[671,1011],[649,1038],[615,1053],[584,1064],[546,1055],[512,1038],[492,1017],[477,985],[469,954]]},{"area":"261","points":[[722,842],[722,1550],[1064,1550],[1064,842]]},{"area":"25f","points":[[1095,841],[1095,1062],[1306,1062],[1306,841]]},{"area":"266","points":[[224,1574],[224,1915],[809,1915],[809,1574]]},{"area":"264","points":[[835,1574],[835,2035],[930,2035],[930,1574]]},{"area":"25b","points":[[936,1944],[1050,1944],[1062,1958],[1077,1964],[1089,1951],[1081,1936],[1081,1823],[1107,1836],[1128,1856],[1146,1882],[1158,1916],[1166,1952],[1157,1992],[1143,2017],[1122,2037],[1103,2050],[1071,2065],[1038,2068],[1001,2061],[966,2045],[956,2038],[936,2038]]},{"area":"24f","points":[[1199,1329],[1199,1678],[1289,1678],[1297,1666],[1312,1662],[1316,1552],[1425,1552],[1425,1441],[1322,1441],[1322,1329]]},{"area":"1d9","points":[[1397,1777],[1372,1792],[1348,1801],[1317,1808],[1284,1804],[1250,1785],[1225,1763],[1211,1737],[1200,1686],[1293,1686],[1301,1675],[1319,1668],[1324,1574],[1354,1579],[1379,1592],[1402,1614],[1418,1637],[1430,1671],[1436,1709],[1426,1741],[1409,1764]]},{"area":"1cf","points":[[1611,1561],[1617,1541],[1628,1522],[1645,1507],[1671,1496],[1693,1496],[1715,1505],[1735,1522],[1746,1549],[1749,1574],[1737,1601],[1721,1626],[1691,1635],[1655,1630],[1632,1615],[1614,1591],[1611,1575]]},{"area":"1cd","points":[[1451,1556],[1456,1518],[1466,1485],[1483,1451],[1506,1418],[1530,1394],[1560,1372],[1588,1356],[1614,1345],[1652,1337],[1685,1336],[1724,1343],[1763,1356],[1792,1368],[1822,1387],[1844,1406],[1863,1430],[1883,1458],[1897,1499],[1906,1545],[1904,1585],[1899,1624],[1886,1663],[1865,1695],[1844,1723],[1810,1751],[1766,1774],[1722,1786],[1682,1790],[1641,1788],[1598,1777],[1559,1759],[1523,1735],[1506,1712],[1484,1684],[1468,1656],[1457,1624],[1451,1581],[1557,1581],[1565,1601],[1572,1623],[1589,1644],[1604,1658],[1622,1669],[1650,1683],[1679,1686],[1708,1685],[1742,1671],[1776,1650],[1795,1619],[1808,1590],[1806,1548],[1800,1515],[1781,1488],[1759,1469],[1733,1453],[1699,1444],[1669,1443],[1650,1445],[1624,1457],[1599,1470],[1585,1484],[1575,1503],[1566,1524],[1561,1543],[1561,1556]]},{"area":"254","points":[[1943,844],[1943,1551],[2158,1551],[2158,844]]},{"area":"252","points":[[1098,1092],[1098,1306],[1928,1306],[1928,1092]]},{"area":"25d","points":[[1332,842],[1332,1062],[1801,1062],[1801,842]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.08-larders.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.08-larders-player.webp"},"title":"Larders of Ill Omen (Battlemap; Player Version)","width":3000,"height":2175,"imageType":"mapPlayer","mapParent":{"id":"591"},"grid":{"type":"square","size":245,"offsetX":-66,"offsetY":-57,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.09-dungeons-and-catacombs.webp"},"title":"Dungeon and Catacombs (Battlemap; DM Version)","width":3000,"height":2929,"imageType":"map","id":"673","grid":{"type":"square","size":190,"offsetX":-50,"scale":2,"distance":10},"mapRegions":[{"area":"29b","points":[[275,943],[275,489],[634,489],[634,565],[357,565],[357,943]]},{"area":"297","points":[[276,962],[276,1045],[245,1056],[213,1088],[246,1121],[276,1135],[276,1229],[534,1229],[534,1135],[557,1129],[595,1091],[559,1055],[535,1046],[535,962]]},{"area":"295","points":[[276,1250],[276,1425],[289,1448],[310,1472],[337,1486],[365,1499],[396,1502],[423,1501],[453,1495],[479,1485],[497,1470],[519,1453],[534,1426],[534,1250]]},{"area":"272","points":[[751,1148],[751,1222],[828,1222],[828,1244],[751,1244],[751,1318],[827,1318],[827,1341],[751,1341],[751,1413],[827,1413],[827,1433],[751,1433],[751,1509],[1010,1509],[1010,1436],[927,1436],[927,1413],[1010,1413],[1010,1342],[927,1342],[927,1320],[1010,1320],[1010,1246],[927,1246],[927,1223],[1012,1223],[1012,1148]]},{"area":"2a4","points":[[936,759],[936,1144],[1007,1144],[1007,759]]},{"area":"2a2","points":[[1491,677],[1491,759],[448,759],[448,677]]},{"area":"29f","points":[[377,676],[377,943],[441,943],[441,676]]},{"area":"2a8","points":[[458,944],[458,868],[458,843],[468,818],[485,795],[516,775],[543,769],[569,772],[593,782],[612,797],[629,824],[632,847],[632,868],[624,888],[611,908],[592,922],[573,932],[556,935],[556,859],[537,859],[537,944]]},{"area":"292","points":[[181,1436],[268,1436],[278,1457],[291,1474],[312,1494],[334,1507],[370,1517],[394,1520],[420,1519],[452,1512],[479,1502],[505,1484],[526,1462],[537,1447],[540,1436],[633,1436],[633,1888],[181,1888]]},{"area":"270","points":[[636,1615],[836,1615],[836,1529],[915,1529],[915,1613],[1098,1613],[1098,1705],[916,1705],[916,1789],[840,1789],[840,1706],[636,1706]]},{"area":"1d9","points":[[1105,1621],[1116,1620],[1123,1611],[1122,1599],[1116,1596],[1116,1538],[1139,1543],[1155,1550],[1170,1560],[1184,1578],[1191,1594],[1197,1612],[1197,1635],[1191,1653],[1182,1672],[1166,1690],[1152,1698],[1138,1705],[1124,1708],[1105,1708]]},{"area":"284","points":[[745,1812],[745,1889],[824,1889],[824,1909],[745,1909],[745,1983],[824,1983],[824,2003],[745,2003],[745,2077],[825,2077],[825,2098],[745,2098],[745,2172],[1003,2172],[1003,2101],[928,2101],[928,2078],[1005,2078],[1005,2004],[928,2004],[928,1984],[1004,1984],[1004,1909],[928,1909],[928,1889],[1005,1889],[1005,1812]]},{"area":"2ea","points":[[1319,1722],[1319,1796],[1391,1796],[1391,1722]]},{"area":"306","points":[[1318,2106],[1318,2178],[1388,2178],[1388,2106]]},{"area":"31b","points":[[1697,2382],[1697,2647],[1788,2647],[1788,2741],[2051,2741],[2051,2647],[2151,2647],[2151,2382]]},{"area":"2cb","points":[[1318,1057],[1318,1134],[1389,1134],[1389,1057]]},{"area":"1cd","points":[[1246,1433],[1266,1410],[1284,1390],[1311,1372],[1336,1361],[1361,1352],[1399,1351],[1399,1428],[1382,1429],[1364,1432],[1348,1440],[1333,1452],[1321,1465],[1311,1486]]},{"area":"1cf","points":[[1305,1534],[1307,1517],[1309,1501],[1316,1478],[1329,1462],[1345,1448],[1365,1436],[1394,1431],[1421,1433],[1445,1442],[1459,1452],[1475,1468],[1488,1492],[1494,1514],[1495,1540],[1487,1570],[1470,1592],[1445,1610],[1418,1618],[1392,1619],[1369,1614],[1348,1602],[1328,1587],[1317,1568],[1308,1548]]},{"area":"317","points":[[1691,468],[1691,204],[1788,204],[1788,109],[2055,109],[2055,206],[2152,206],[2152,468]]},{"area":"320","points":[[2438,1340],[2438,1513],[2444,1537],[2455,1557],[2484,1572],[2510,1558],[2519,1538],[2528,1515],[2528,1340],[2520,1316],[2508,1297],[2485,1282],[2459,1296],[2445,1320]]},{"area":"322","points":[[2549,1247],[2818,1247],[2909,1338],[2909,1515],[2811,1605],[2549,1605]]},{"area":"2ae","points":[[1540,696],[1540,731],[1519,731],[1519,696]]},{"area":"2af","points":[[1605,683],[1605,743],[1667,743],[1667,683]]},{"area":"2b1","points":[[1794,684],[1794,743],[1855,743],[1855,684]]},{"area":"2b3","points":[[1983,684],[1983,742],[2045,742],[2045,684]]},{"area":"2b5","points":[[2174,683],[2174,743],[2237,743],[2237,683]]},{"area":"2b8","points":[[2450,680],[2450,753],[2533,753],[2533,680]]},{"area":"2bc","points":[[1508,872],[1508,933],[1575,933],[1575,872]]},{"area":"2bf","points":[[1697,870],[1697,933],[1763,933],[1763,870]]},{"area":"2c1","points":[[1887,872],[1887,934],[1951,934],[1951,872]]},{"area":"2c4","points":[[2077,873],[2077,932],[2143,932],[2143,873]]},{"area":"2c7","points":[[2270,870],[2270,934],[2343,934],[2343,870]]},{"area":"2cd","points":[[1603,1063],[1603,1123],[1666,1123],[1666,1063]]},{"area":"2d0","points":[[1792,1063],[1792,1123],[1854,1123],[1854,1063]]},{"area":"2d5","points":[[1984,1061],[1984,1123],[2047,1123],[2047,1061]]},{"area":"2d8","points":[[2172,1063],[2172,1121],[2237,1121],[2237,1063]]},{"area":"2da","points":[[2454,1057],[2454,1132],[2531,1132],[2531,1057]]},{"area":"2dc","points":[[1697,1252],[1697,1311],[1763,1311],[1763,1252]]},{"area":"2dd","points":[[1889,1251],[1889,1310],[1951,1310],[1951,1251]]},{"area":"2df","points":[[2078,1252],[2078,1311],[2142,1311],[2142,1252]]},{"area":"2e1","points":[[1699,1535],[1699,1598],[1762,1598],[1762,1535]]},{"area":"2e6","points":[[1890,1537],[1890,1598],[1952,1598],[1952,1537]]},{"area":"2e9","points":[[2081,1539],[2081,1597],[2141,1597],[2141,1539]]},{"area":"2ec","points":[[1604,1726],[1604,1785],[1666,1785],[1666,1726]]},{"area":"2ee","points":[[1796,1727],[1796,1785],[1855,1785],[1855,1727]]},{"area":"2f0","points":[[1985,1726],[1985,1785],[2046,1785],[2046,1726]]},{"area":"2f2","points":[[2172,1726],[2172,1787],[2236,1787],[2236,1726]]},{"area":"2f7","points":[[2451,1723],[2451,1797],[2530,1797],[2530,1723]]},{"area":"2f8","points":[[1510,1917],[1510,1974],[1572,1974],[1572,1917]]},{"area":"2fb","points":[[1698,1917],[1698,1976],[1766,1976],[1766,1917]]},{"area":"2ff","points":[[1888,1915],[1888,1974],[1952,1974],[1952,1915]]},{"area":"301","points":[[2079,1916],[2079,1976],[2142,1976],[2142,1916]]},{"area":"303","points":[[2270,1916],[2270,1976],[2340,1976],[2340,1916]]},{"area":"309","points":[[1605,2104],[1605,2163],[1668,2163],[1668,2104]]},{"area":"30b","points":[[1792,2103],[1792,2165],[1857,2165],[1857,2103]]},{"area":"30f","points":[[1983,2103],[1983,2163],[2047,2163],[2047,2103]]},{"area":"313","points":[[2174,2103],[2174,2166],[2237,2166],[2237,2103]]},{"area":"315","points":[[2450,2100],[2450,2177],[2529,2177],[2529,2100]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.09-dungeons-and-catacombs.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.09-dungeons-and-catacombs-player.webp"},"title":"Dungeon and Catacombs (Battlemap; Player Version)","width":3000,"height":2929,"imageType":"mapPlayer","mapParent":{"id":"673"},"grid":{"type":"square","size":190,"offsetX":-50,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/039-012.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":5455,"height":7500,"imageType":"mapPlayer","grid":{"type":"square","size":165,"offsetX":80,"offsetY":54},"mapParent":{"id":"6c6"}}]}]},"SKT":{"id":"SKT","name":"Storm King's Thunder","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","name":"Tales from the Yawning Portal: The Sunless Citadel","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":145,"offsetX":-45,"offsetY":9,"scale":4},"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","name":"Tales from the Yawning Portal: The Forge of Fury","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","name":"Tales from the Yawning Portal: The Hidden Shrine of Tamoachan","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","offsetX":74,"offsetY":-34,"scaleX":0.2425,"scaleY":0.2425},"width":11873,"height":8370}]}]},"TftYP-WPM":{"id":"TftYP-WPM","name":"Tales from the Yawning Portal: White Plume Mountain","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":"076","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":"077","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":"077","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","name":"Tales from the Yawning Portal: Dead in Thay","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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},"id":"02e"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/021-dit13.webp"},"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},"id":"02f"}]}]},"TftYP-AtG":{"id":"TftYP-AtG","name":"Tales from the Yawning Portal: Against the Giants","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","name":"Tales from the Yawning Portal: Tomb of Horrors","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","name":"Tomb of Annihilation","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","name":"The Tortle Package","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.webp"},"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.webp"},"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.webp"},"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","name":"X Marks the Spot","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"},"id":"034"}]}]},"WDH":{"id":"WDH","name":"Waterdeep: Dragon Heist","source":"WDH","prop":"adventure","chapters":[{"name":"Introduction","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-DM.webp"},"title":"Waterdeep","width":1429,"height":2000,"imageType":"map","grid":{"type":"none"},"id":"51e"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NW-DM.webp"},"title":"Waterdeep NW","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"51f"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SW-DM.webp"},"title":"Waterdeep SW","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"520"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-W-DM.webp"},"title":"Waterdeep W","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"521"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-E-DM.webp"},"title":"Waterdeep E","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"522"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NE-DM.webp"},"title":"Waterdeep NE","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"523"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SE-DM.webp"},"title":"Waterdeep SE","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"524"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-Players.webp"},"title":"Player Version","width":1429,"height":2000,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"51e"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NW-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"51f"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SW-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"520"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-W-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"521"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-E-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"522"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NE-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"523"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SE-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"524"}}]},{"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.webp"},"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":"525","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.webp"},"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.webp"},"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.webp"},"title":"Xanathar Guild Hideout","width":1158,"height":800,"id":"526","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.webp"},"title":"Player Version","width":1650,"height":1150,"mapParent":{"id":"526","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.webp"},"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":"527","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.webp"},"title":"Player Version","width":1000,"height":691,"mapParent":{"id":"527"}},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":101,"offsetX":-7,"offsetY":29},"href":{"type":"internal","path":"adventure/WDH/Basement.webp"},"title":"Trollskull Alley, Basement","width":880,"height":625},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Taproom.webp"},"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.webp"},"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":"529","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.webp"},"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.webp"},"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.webp"},"title":"Dock Ward","width":574,"height":500,"id":"53f"},{"type":"image","imageType":"map","href":{"type":"internal","path":"adventure/WDH/City-of-the-Dead-Map.webp"},"title":"City of the Dead Map","grid":{"type":"none"},"width":512,"height":800,"id":"540"},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Trades-Ward-Map.webp"},"title":"Trades Ward Map","width":600,"height":900,"id":"541"},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Field-Ward-Map.webp"},"title":"Field Ward Map","width":600,"height":600,"id":"542"},{"type":"image","imageType":"map","grid":{"type":"square","size":85,"offsetX":24,"offsetY":-35,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Alley-DM.webp"},"title":"Alley","width":1000,"height":691,"id":"52a"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Alley-Players.webp"},"title":"Player Version","width":1800,"height":1250,"mapParent":{"id":"52a","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.webp"},"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":"52b","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.webp"},"title":"Player Version","width":1350,"height":950,"mapParent":{"id":"52b","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.webp"},"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":"52c","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.webp"},"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.webp"},"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.webp"},"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":"52d","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.webp"},"title":"Player Version","width":1650,"height":1200,"mapParent":{"id":"52d","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.webp"},"title":"Tower","width":1000,"height":691,"id":"543"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Tower-First-Players.webp"},"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.webp"},"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.webp"},"title":"Tower, Cellar (Player Version)","width":550,"height":800},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Tower-View.webp"},"title":"Tower, View","width":556,"height":800,"id":"544"},{"type":"image","imageType":"map","grid":{"type":"square","size":86,"offsetX":7,"offsetY":21,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Courthouse-DM.webp"},"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":"52e","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.webp"},"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.webp"},"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.webp"},"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":"52f","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.webp"},"title":"Player Version","width":1700,"height":1250,"mapParent":{"id":"52f","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.webp"},"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":"530","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.webp"},"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.webp"},"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.webp"},"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":"531","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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":"532","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.webp"},"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.webp"},"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.webp"},"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":"533","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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":"534","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.webp"},"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.webp"},"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.webp"},"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":"535","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Ships, Upper Hold (Player Version)","width":550,"height":1250},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Upper-Hold-Heartbreaker.webp"},"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.webp"},"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.webp"},"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.webp"},"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":"536","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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":"537","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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":"538","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.webp"},"title":"Player Version","width":1800,"height":1200,"mapParent":{"id":"538","autoScale":true}}]},{"name":"App. C: Handouts","ix":13,"images":[{"type":"image","imageType":"map","href":{"type":"internal","path":"adventure/WDH/Trollskull-Manor-DM.webp"},"title":"Trollskull Manor","id":"528","width":2513,"height":3338,"grid":{"type":"square","size":104,"offsetX":69,"offsetY":69}},{"type":"image","imageType":"mapPlayer","href":{"type":"internal","path":"adventure/WDH/Trollskull-Manor-Players.webp"},"title":"Trollskull Manor (Player Version)","width":2100,"height":2850,"grid":{"type":"square","size":101,"offsetX":3,"offsetY":49}}]},{"name":"Poster Map","ix":14,"images":[{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/poster-map-dm.webp"},"title":"Poster Map","width":6429,"height":9000,"id":"539"},{"type":"image","imageType":"mapPlayer","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/poster-map-player.webp"},"title":"Player Version","width":6429,"height":9000,"mapParent":{"id":"539"}}]}]},"LLK":{"id":"LLK","name":"Lost Laboratory of Kwalish","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.webp"},"width":4926,"height":6426,"title":"Monastery of the Distressed Body","credit":"Claudio Pozas","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":"0d9","page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/007-playerversionllok2.webp"},"title":"Player Version","width":5000,"height":6471,"credit":"Claudio Pozas","imageType":"mapPlayer","grid":{"type":"none","distance":50},"mapParent":{"id":"0d9","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.webp"},"title":"Daoine Gloine","credit":"Claudio Pozas","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":"0da","page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/012-playerversionllok1.webp"},"title":"Player Version","credit":"Claudio Pozas","width":5000,"height":6471,"imageType":"mapPlayer","grid":{"type":"none","distance":50},"mapParent":{"id":"0da","autoScale":true}}]},{"name":"Daoine Gloine Map","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LLK/daoine-colors-final.webp"},"imageType":"map","id":"0db","title":"Daoine Gloine","credit":"Jason Bradley Thompson","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"},"grid":{"type":"none"},"page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/daoinegloineplayershandout.webp"},"imageType":"mapPlayer","mapParent":{"id":"0db","autoScale":true},"title":"Player Version","credit":"Jason Bradley Thompson","width":3300,"height":2529,"grid":{"type":"none"}}]}]},"WDMM":{"id":"WDMM","name":"Waterdeep: Dungeon of the Mad Mage","source":"WDMM","prop":"adventure","chapters":[{"name":"Level 1: Dungeon Level","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/002-102.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/003-103.webp"},"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","offsetX":150,"offsetY":185,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 2: Arcane Chambers","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/005-202.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/006-203.webp"},"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","offsetX":150,"offsetY":114,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 3: Sargauth Level","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/009-302.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/010-303.webp"},"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","offsetX":237,"offsetY":210,"scaleX":0.82,"scaleY":0.82},"credit":"Tim Hartin"}]},{"name":"Level 4: Twisted Caverns","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/012-402.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/013-403.webp"},"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","offsetX":132,"offsetY":157,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 5: Wyllowwood","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/016-502.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/017-503.webp"},"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","offsetX":152,"offsetY":112,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 6: Lost Level","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/019-602.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/020-603.webp"},"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","offsetX":150,"offsetY":119,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 7: Maddgoth's Castle","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/022-702.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/023-703.webp"},"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","offsetX":171,"offsetY":68},"credit":"Tim Hartin"}]},{"name":"Level 8: Slitherswamp","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/025-802.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/026-803.webp"},"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","offsetX":151,"offsetY":208,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 9: Dweomercore","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/028-902.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/029-903.webp"},"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","offsetX":150,"offsetY":155,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 10: Muiral's Gauntlet","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/031-10-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/032-10-03.webp"},"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","offsetX":142,"offsetY":182,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 11: Troglodyte Warrens","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/036-11-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/037-11-03.webp"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"scale":3,"distance":10},"mapParent":{"id":"be4","offsetX":151,"offsetY":104,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 12: Maze Level","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/039-12-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/040-12-03.webp"},"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","offsetX":169,"offsetY":158},"credit":"Tim Hartin"}]},{"name":"Level 13: Trobriand's Graveyard","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/042-13-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/043-13-03.webp"},"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","offsetX":168,"offsetY":206},"credit":"Tim Hartin"}]},{"name":"Level 14: Arcturiadoom","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/045-14-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/046-14-03.webp"},"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","offsetX":169,"offsetY":177},"credit":"Tim Hartin"}]},{"name":"Level 15: Obstacle Course","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/048-15-02.webp"},"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":"81a","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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/049-15-03.webp"},"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","offsetX":169,"offsetY":137},"credit":"Tim Hartin"}]},{"name":"Level 16: Crystal Labyrinth","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/052-16-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/053-16-03.webp"},"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","offsetX":169,"offsetY":137},"credit":"Tim Hartin"}]},{"name":"Level 17: Seadeeps","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/055-17-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/056-17-03.webp"},"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","offsetX":168,"offsetY":155},"credit":"Tim Hartin"}]},{"name":"Level 18: Vanrakdoom","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/058-18-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/059-18-03.webp"},"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","offsetX":169,"offsetY":214},"credit":"Tim Hartin"}]},{"name":"Level 19: Caverns of Ooze","ix":19,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/061-19-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/062-19-03.webp"},"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","offsetX":169,"offsetY":224},"credit":"Tim Hartin"}]},{"name":"Level 20: Runestone Caverns","ix":20,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/066-20-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/067-20-03.webp"},"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","offsetX":169,"offsetY":46},"credit":"Tim Hartin"}]},{"name":"Level 21: Terminus Level","ix":21,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/069-21-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/070-21-03.webp"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bee","offsetX":169,"offsetY":175},"credit":"Tim Hartin"}]},{"name":"Level 22: Shadowdusk Hold","ix":22,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/072-22-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/073-22-03.webp"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bef","offsetX":170,"offsetY":95},"credit":"Tim Hartin"}]},{"name":"Level 23: Mad Wizard's Lair","ix":23,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/076-23-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/077-23-03.webp"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bf0","offsetX":179,"offsetY":95},"credit":"Tim Hartin"}]},{"name":"Skullport","ix":24,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/081-24-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/082-24-03.webp"},"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","offsetX":130,"offsetY":245},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/083-24-04.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/084-24-05.webp"},"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","offsetX":206,"offsetY":213},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/085-24-06.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/086-24-07.webp"},"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","offsetX":206,"offsetY":-2},"credit":"Tim Hartin"}]}]},"KKW":{"id":"KKW","name":"Krenko's Way","source":"KKW","prop":"adventure","chapters":[{"name":"Krenko's Way","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KKW/114-434.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","title":"Map 4.11: Krenko's Hideout","grid":{"type":"square","size":239,"offsetX":54,"offsetY":98,"scale":3},"id":"039"}]}]},"AZfyT":{"id":"AZfyT","name":"A Zib for Your Thoughts","source":"AZfyT","prop":"adventure","chapters":[{"name":"A Zib for Your Thoughts","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/GGR/095-415.webp"},"width":2513,"height":3338,"imageType":"map","grid":{"type":"square","size":146,"offsetX":-43,"offsetY":-25,"scale":3},"title":"Rubblebelt Encampment","credit":"Dyson Logos","id":"032"}]}]},"GoS":{"id":"GoS","name":"Ghosts of Saltmarsh","source":"GoS","prop":"adventure","chapters":[{"name":"Ch. 1: Saltmarsh","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/002-01-dm.webp"},"width":2550,"height":3338,"title":"Map 1.1: Village of Saltmarsh","imageType":"map","grid":{"type":"none","size":147,"distance":250},"id":"5c9","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/003-01-pc.webp"},"title":"Player Version","width":2550,"height":3338,"imageType":"mapPlayer","grid":{"type":"none","size":147,"distance":250},"mapParent":{"id":"5c9"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/005-02-dm.webp"},"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":"5ca","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/006-02-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"hexRowsOdd","size":350,"offsetX":59,"offsetY":-89,"distance":7500,"units":"yards"},"mapParent":{"id":"5ca"},"credit":"Dyson Logos"}]},{"name":"Ch. 2: The Sinister Secret of Saltmarsh","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/011-06-dm.webp"},"width":4200,"height":5700,"title":"Map 2.1: Haunted House","imageType":"map","grid":{"type":"square","size":140,"offsetX":-2,"offsetY":26},"id":"5cb","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/012-06-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":140,"offsetX":-2,"offsetY":26},"mapParent":{"id":"5cb"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/013-04-dm.webp"},"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":"5cc","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/014-04-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-29,"offsetY":-12},"mapParent":{"id":"5cc"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/018-03-dm.webp"},"width":4200,"height":5700,"title":"Map 2.3: Sea Ghost","imageType":"map","grid":{"type":"square","size":168,"offsetX":32,"offsetY":6},"id":"5cd","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/019-03-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":167,"offsetX":55,"offsetY":26},"mapParent":{"id":"5cd"},"credit":"Dyson Logos"}]},{"name":"Ch. 3: Danger at Dunwater","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/023-05-dm.webp"},"width":8192,"height":5399,"title":"Map 3.1: Lizardfolk Lair","imageType":"map","grid":{"type":"square","size":116,"offsetX":38,"offsetY":-58,"distance":10},"id":"5ce","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/024-05-pc.webp"},"title":"Player Version","width":8192,"height":5399,"imageType":"mapPlayer","grid":{"type":"square","size":116,"offsetX":38,"offsetY":-58,"distance":10},"mapParent":{"id":"5ce"},"credit":"Dyson Logos"}]},{"name":"Ch. 4: Salvage Operation","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/032-27-dm.webp"},"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":"5cf","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/033-27-pc.webp"},"title":"Player Version","width":2063,"height":1425,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":17,"offsetY":28,"scale":2},"mapParent":{"id":"5cf"},"credit":"Mike Schley"}]},{"name":"Ch. 5: Isle of the Abbey","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/038-26-dm.webp"},"width":2100,"height":2850,"title":"Map 5.1: Abbey Isle","imageType":"map","grid":{"type":"square","size":109,"offsetX":23,"offsetY":42,"distance":500},"id":"5d0","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/039-26-pc.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":109,"offsetX":23,"offsetY":42,"distance":500},"mapParent":{"id":"5d0"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/040-25-dm.webp"},"width":4126,"height":2850,"title":"Map 5.2: Skull Dunes","imageType":"map","grid":{"type":"square","size":164,"offsetX":79,"offsetY":-23,"distance":150},"id":"5d1","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/041-25-pc.webp"},"title":"Player Version","width":4126,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":164,"offsetX":79,"offsetY":-23,"distance":150},"mapParent":{"id":"5d1"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/043-24-dm.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/044-24-pc.webp"},"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},"credit":"Dyson Logos"}]},{"name":"Ch. 6: The Final Enemy","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/049-23-dm.webp"},"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":"5d2","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/050-23-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":113,"offsetX":45,"offsetY":-33,"distance":10},"mapParent":{"id":"5d2"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/052-22-dm.webp"},"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":"5d3","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/053-22-pc.webp"},"title":"Player Version","width":4186,"height":5672,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":46,"offsetY":27,"distance":10},"mapParent":{"id":"5d3"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/057-21-dm.webp"},"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":"5d4","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/058-21-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":14,"offsetY":27,"distance":10},"mapParent":{"id":"5d4","offsetY":-244},"credit":"Dyson Logos"}]},{"name":"Ch. 7: Tammeraut's Fate","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/064-20-dm.webp"},"width":2063,"height":1425,"title":"Map 7.1: Firewatch Island","imageType":"map","grid":{"type":"none","size":82,"distance":30},"id":"5d5","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/065-20-pc.webp"},"title":"Player Version","width":2063,"height":1425,"imageType":"mapPlayer","grid":{"type":"none","size":82,"distance":30},"mapParent":{"id":"5d5"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/066-19-dm.webp"},"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":"5d6","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/067-19-pc.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":65,"offsetX":-34,"offsetY":-26,"distance":10},"mapParent":{"id":"5d6"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/068-18-dm.webp"},"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":"5d7","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/069-18-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetX":16,"offsetY":21,"distance":10},"mapParent":{"id":"5d7"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/070-17-dm.webp"},"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":"5d8","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/071-17-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetY":13,"distance":10},"mapParent":{"id":"5d8"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/072-16-dm.webp"},"width":2138,"height":1500,"title":"Map 7.5: The Pit of Hatred","imageType":"map","grid":{"type":"square","size":72,"offsetX":51,"offsetY":46},"id":"5d9","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/073-16-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":51,"offsetY":46},"mapParent":{"id":"5d9"},"credit":"Mike Schley"}]},{"name":"Ch. 8: The Styes","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/076-15-dm.webp"},"width":2138,"height":1500,"title":"Map 8.1: The Styes","imageType":"map","grid":{"type":"none","size":75,"distance":150},"id":"5da","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/077-15-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"none","size":75,"distance":150},"mapParent":{"id":"5da"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/080-14-dm.webp"},"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":"5db","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/081-14-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":83,"offsetX":-34,"offsetY":-57,"scale":2},"mapParent":{"id":"5db"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/085-13-dm.webp"},"width":2138,"height":1500,"title":"Map 8.3: Temple of Tharizdun","imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-17},"id":"5dc","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/086-13-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-17},"mapParent":{"id":"5dc"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/088-12-dm.webp"},"width":2138,"height":1500,"title":"Map 8.4: Landgrave's Folly","imageType":"map","grid":{"type":"square","size":59,"offsetX":18,"offsetY":12},"id":"5dd","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/089-12-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":18,"offsetY":12},"mapParent":{"id":"5dd"},"credit":"Mike Schley"}]},{"name":"App. A: Of Ships and the Sea","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/099-09-dm.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/100-09-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetY":-20,"distance":10},"mapParent":{"id":"5CA"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/102-11-dm.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/103-11-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":140},"mapParent":{"id":"5CB"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/105-08-dm.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/106-08-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetY":-17,"distance":10},"mapParent":{"id":"5CC"},"credit":"Dyson Logos"}]}]},"HftT":{"id":"HftT","name":"Hunt for the Thessalhydra","source":"HftT","prop":"adventure","chapters":[{"name":"Hunt for the Thessalhydra","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HftT/001-c102.webp"},"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","credit":"Stan!","page":"adventure.html","source":"HftT","hash":"hftt"},{"type":"image","href":{"type":"internal","path":"adventure/HftT/007-c108.webp"},"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","credit":"Stan!","page":"adventure.html","source":"HftT","hash":"hftt"}]}]},"HWAitW":{"id":"HWAitW","name":"Humblewood: Adventure in the Wood","source":"HWAitW","prop":"adventure","chapters":[{"name":"Part 1: The Adventure Begins","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Winnowing-Reach.webp"},"width":1501,"height":1008,"imageType":"map","id":"15b","mapRegions":[{"area":"019","points":[[392,379],[326,428],[277,429],[130,310],[166,273],[228,217],[296,203],[402,240],[472,305],[482,345],[444,362]]},{"area":"01d","points":[[261,657],[357,665],[398,737],[405,803],[371,870],[342,882],[263,859],[224,799],[210,717],[222,683]]},{"area":"01e","points":[[699,876],[740,907],[788,899],[838,848],[851,755],[804,697],[737,654],[676,680],[651,742],[649,806],[678,853]]},{"area":"01f","points":[[1144,830],[1218,879],[1284,862],[1330,789],[1340,708],[1306,641],[1305,580],[1269,560],[1216,594],[1159,619],[1068,658],[1082,715],[1081,765],[1112,816]]},{"area":"01c","points":[[702,460],[691,533],[708,560],[782,572],[833,566],[841,488],[828,466],[777,455]]},{"area":"01b","points":[[1079,167],[1048,235],[1071,316],[1117,351],[1100,408],[1132,403],[1187,418],[1265,380],[1263,342],[1303,283],[1301,200],[1239,140],[1222,66],[1193,126],[1162,147],[1131,87],[1090,138]]},{"area":"01a","points":[[970,285],[1005,311],[1028,252],[1057,169],[1036,117],[961,128],[940,154],[943,220],[948,268]]}],"title":"Fig. 1.1: Winnowing Reach","hrefThumbnail":{"type":"internal","path":"adventure/HWAitW/thumbnail/Winnowing-Reach.webp"},"grid":{"type":"none","scale":2},"page":"adventure.html","source":"HWAitW","hash":"hwaitw"},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Mokkden-Caverns-DM.webp"},"width":1261,"height":944,"imageType":"map","id":"15c","title":"Fig. 1.2: Mokkden Caverns","grid":{"type":"square","size":108,"offsetX":-50,"offsetY":-56,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Mokkden-Caverns.webp"},"title":"Player Version","width":1275,"height":1275,"imageType":"mapPlayer","mapParent":{"id":"15c"},"grid":{"type":"square","size":159,"offsetX":4,"offsetY":5,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Susans-Hut-DM.webp"},"width":832,"height":668,"imageType":"map","id":"15d","title":"Fig. 1.3: Susan's Hut","grid":{"type":"square","size":213,"offsetX":-80,"offsetY":21,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Susans-Hut.webp"},"title":"Player Version","width":793,"height":793,"imageType":"mapPlayer","mapParent":{"id":"15d"},"grid":{"type":"square","size":198,"offsetY":2,"scale":4}}]},{"name":"Part 2: The Bandit Menace","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Alderheart.webp"},"width":1170,"height":1080,"imageType":"map","id":"15e","mapRegions":[{"area":"05e","points":[[868,142],[881,105],[910,75],[950,62],[990,51],[1031,53],[1081,72],[1125,120],[1132,152],[1117,198],[1090,223],[1050,244],[997,246],[946,240],[894,217],[870,179]]},{"area":"05f","points":[[55,283],[70,237],[103,204],[155,187],[197,181],[245,192],[291,217],[317,260],[317,299],[298,337],[243,367],[205,377],[151,374],[90,346],[62,314]]},{"area":"060","points":[[870,398],[888,358],[908,337],[945,318],[1002,309],[1050,317],[1094,338],[1123,364],[1134,405],[1123,435],[1105,463],[1071,487],[1030,497],[980,502],[923,485],[889,457],[871,427]]},{"area":"061","points":[[55,601],[69,563],[93,537],[124,516],[184,503],[227,506],[282,530],[312,563],[321,597],[313,629],[293,658],[262,679],[203,694],[154,692],[119,681],[82,656],[59,623]]},{"area":"062","points":[[867,662],[879,631],[898,601],[924,583],[979,566],[1023,570],[1063,581],[1103,603],[1125,634],[1134,673],[1117,709],[1091,736],[1055,753],[1003,760],[949,750],[898,725],[875,695]]},{"area":"063","points":[[55,917],[71,879],[95,855],[123,837],[155,828],[200,827],[237,833],[280,851],[309,877],[319,916],[317,950],[297,979],[250,1006],[192,1019],[147,1014],[92,989],[63,956]]},{"area":"064","points":[[869,932],[869,899],[884,870],[922,844],[968,830],[1013,825],[1058,835],[1106,860],[1124,896],[1133,924],[1123,965],[1077,999],[1030,1017],[972,1017],[923,1004],[881,970]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HWAitW/thumbnail/Alderheart.webp"},"title":"Fig. 2.1: Alderheart","grid":{"type":"none","scale":2},"page":"adventure.html","source":"HWAitW","hash":"hwaitw"},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Elizas-Emporium.webp"},"width":793,"height":793,"imageType":"mapPlayer","title":"Fig. 2.2: Eliza's Emporium","grid":{"type":"square","size":199,"offsetX":-8,"offsetY":-5,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Bandit-Camp-DM.webp"},"width":831,"height":831,"imageType":"map","id":"15f","title":"Fig. 2.3: Bandit Camp","grid":{"type":"square","size":214,"offsetX":-97,"offsetY":-97,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Bandit-Camp.webp"},"title":"Player Version","width":793,"height":793,"imageType":"mapPlayer","mapParent":{"id":"15f"},"grid":{"type":"square","size":149,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Inner-Keep-DM.webp"},"width":832,"height":849,"imageType":"map","id":"160","mapRegions":[{"area":"09d","points":[[472,346],[580,346],[580,290],[697,290],[697,350],[754,350],[754,515],[632,515],[632,463],[472,463]]},{"area":"09f","points":[[101,561],[101,729],[328,729],[328,561]]},{"area":"0a1","points":[[210,506],[217,466],[176,457],[133,451],[106,430],[106,397],[102,337],[74,307],[66,257],[66,183],[84,144],[123,107],[149,77],[201,67],[251,79],[306,90],[347,68],[379,90],[379,130],[410,137],[420,111],[432,83],[473,74],[524,66],[560,86],[552,130],[564,168],[539,210],[537,252],[502,274],[450,270],[418,248],[410,203],[382,204],[364,222],[374,268],[397,324],[418,349],[427,384],[407,421],[368,448],[318,455],[289,460],[277,506]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HWAitW/thumbnail/Inner-Keep-DM.webp"},"title":"Fig. 2.4: Inner Keep","grid":{"type":"square","size":212,"offsetX":11,"offsetY":-82,"scale":4},"page":"adventure.html","source":"HWAitW","hash":"hwaitw"},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Inner-Keep.webp"},"title":"Player Version","width":793,"height":793,"imageType":"mapPlayer","mapParent":{"id":"160"},"grid":{"type":"square","size":199,"offsetX":-5,"offsetY":-5,"scale":4}}]},{"name":"Part 4: Mysteries of the Avium","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/The-Avium.webp"},"width":832,"height":1079,"imageType":"map","id":"161","mapRegions":[{"area":"0dc","points":[[89,305],[81,261],[84,227],[103,189],[139,154],[170,137],[222,135],[277,159],[307,197],[311,255],[306,306],[283,351],[258,386],[244,379],[229,397],[226,403],[210,402],[189,384],[179,376],[159,386],[141,366],[119,336],[102,332],[97,321]]},{"area":"0dc","points":[[598,241],[580,218],[560,210],[543,190],[529,158],[526,117],[538,84],[558,65],[583,51],[621,49],[650,57],[675,83],[692,111],[691,145],[681,179],[663,197],[642,217],[622,224],[608,243]]},{"area":"0dd","points":[[651,292],[682,284],[696,266],[705,243],[712,222],[724,208],[728,237],[733,256],[737,270],[750,286],[737,311],[724,321],[710,345],[701,331],[686,303],[676,295]]},{"area":"0dc","points":[[95,588],[93,559],[95,535],[103,510],[119,485],[143,466],[166,453],[197,449],[232,453],[265,463],[290,483],[317,517],[324,551],[328,583],[323,610],[305,633],[266,643],[246,660],[218,663],[186,653],[153,643],[140,643],[112,598]]},{"area":"0dc","points":[[498,506],[490,464],[507,426],[528,395],[556,372],[603,357],[638,354],[672,365],[710,394],[733,434],[740,462],[734,518],[722,538],[703,547],[682,568],[668,565],[660,583],[641,589],[617,594],[605,580],[590,570],[569,584],[555,576],[543,561],[536,551],[523,552],[506,539]]},{"area":"0de","points":[[63,757],[69,734],[84,713],[100,697],[122,681],[156,673],[179,670],[214,671],[247,682],[278,700],[301,727],[306,758],[301,783],[278,812],[243,833],[201,843],[161,843],[122,834],[87,810],[69,784]]},{"area":"0df","points":[[514,833],[517,803],[530,781],[560,757],[588,748],[632,741],[675,746],[710,761],[737,784],[755,817],[754,846],[738,871],[712,898],[658,912],[621,915],[577,906],[543,889],[520,862]]},{"area":"0db","points":[[403,803],[360,703],[408,640],[449,703]]},{"area":"0e0","points":[[330,945],[316,908],[291,890],[265,875],[239,869],[213,866],[181,870],[144,881],[121,895],[101,914],[95,936],[94,961],[100,979],[111,1003],[142,1026],[187,1040],[216,1040],[259,1036],[296,1018],[317,1000],[330,968]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HWAitW/thumbnail/The-Avium.webp"},"title":"Fig. 4.1: Avium","grid":{"type":"none","scale":3},"page":"adventure.html","source":"HWAitW","hash":"hwaitw"},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Secret-Laboratory-DM.webp"},"width":832,"height":879,"imageType":"map","id":"162","title":"Fig. 4.2: Secret Laboratory","grid":{"type":"square","size":201,"offsetX":-73,"offsetY":-25,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Secret-Laboratory.webp"},"title":"Player Version","width":793,"height":793,"imageType":"mapPlayer","mapParent":{"id":"162"},"grid":{"type":"square","size":199,"offsetX":-7,"offsetY":-5,"scale":4}}]},{"name":"Part 5: Of Fate and Flame","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Scorched-Grove-DM.webp"},"width":832,"height":831,"imageType":"map","id":"163","title":"Fig. 5.1: Final Battle with the Aspect","grid":{"type":"square","size":138,"offsetX":8,"offsetY":12,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/HWAitW/Scorched-Grove.webp"},"title":"Player Version","width":793,"height":793,"imageType":"mapPlayer","mapParent":{"id":"163"},"grid":{"type":"square","size":132,"offsetX":-1,"offsetY":1,"scale":4}}]}]},"OoW":{"id":"OoW","name":"The Orrery of the Wanderer","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.webp"},"title":"Map 1.1 Campaign Area","width":2625,"height":1725,"imageType":"map","grid":{"type":"none"},"credit":"{@link Jared Blando|https://jaredblando.com/}","id":"332"}]},{"name":"Ep. 1: Right Place, Wrong Heroes","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/044-map-1-2-dm.webp"},"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"},"credit":"Jason Engle","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/045-map-1-2-pc.webp"},"title":"Player Version","width":3000,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":-8,"offsetY":7,"scale":2},"mapParent":{"id":"328"},"credit":"Jason Engle"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/047-map-1-3-dm.webp"},"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"},"credit":"Jason Engle","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/048-map-1-3-pc.webp"},"title":"Player Version","width":3000,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":78,"offsetX":-5,"offsetY":28,"scale":2},"mapParent":{"id":"329"},"credit":"Jason Engle"}]},{"name":"Ep. 2: Fun in Phandalin","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/053-map-2-1-dm.webp"},"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","credit":"Mike Schley and Robert Lazzaretti","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/058-map-2-2-dm.webp"},"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"},"credit":"Robert Lazzaretti","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/059-map-2-2-pc.webp"},"title":"Player Version","width":2625,"height":1725,"imageType":"mapPlayer","grid":{"type":"square","size":80,"offsetX":34,"offsetY":8},"mapParent":{"id":"32a"},"credit":"Robert Lazzaretti"}]},{"name":"Ep. 3: Darkness at the Lighthouse","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/062-map-3-1-dm.webp"},"title":"Map 3.1: Silent Sound Lighthouse","width":2700,"height":1800,"imageType":"map","grid":{"type":"square","size":61,"offsetX":22,"offsetY":34},"id":"32b","credit":"Jason Engle"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/063-map-3-1-pc.webp"},"title":"Player Version","width":2700,"height":1800,"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":22,"offsetY":34},"mapParent":{"id":"32b"},"credit":"Jason Engle"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/066-map-3-2-dm.webp"},"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"},"credit":"Jason Engle","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/067-map-3-2-pc.webp"},"title":"Player Version","width":1200,"height":1516,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":33,"offsetY":26,"scale":2},"mapParent":{"id":"32c"},"credit":"Jason Engle"}]},{"name":"Ep. 4: Dran Enterprises","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/073-map-4-1-dm.webp"},"title":"Map 4.1: The Docks","width":1200,"height":1516,"imageType":"map","grid":{"type":"square","size":63,"offsetX":27,"offsetY":-5},"credit":"Jason Engle","id":"333"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/076-map-4-2-dm.webp"},"title":"Map 4.2: Pirate Fight","width":1215,"height":1553,"imageType":"map","grid":{"type":"square","size":56,"offsetX":10,"offsetY":22},"credit":"{@link Jared Blando|https://jaredblando.com/}","id":"334"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/077-map-4-3-dm.webp"},"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","credit":"{@link Jared Blando|https://jaredblando.com/}","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.webp"},"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","credit":"{@link Jared Blando|https://jaredblando.com/}","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/085-map-5-2-dm.webp"},"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","credit":"{@link Jared Blando|https://jaredblando.com/}","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.webp"},"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"},"credit":"{@link Jared Blando|https://jaredblando.com/}","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/091-map-6-1-pc.webp"},"title":"Player Version","width":3000,"height":1971,"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":-32,"offsetY":20},"mapParent":{"id":"32d"},"credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/096-map-6-2-dm.webp"},"title":"Map 6.2: Ritual Site","width":1350,"height":1725,"imageType":"map","grid":{"type":"square","size":59,"offsetX":47,"offsetY":38},"credit":"Robert Lazzaretti","id":"335"}]}]},"DIP":{"id":"DIP","name":"Essentials Kit: Dragon of Icespire Peak","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.webp"},"title":"Map: The Sword Coast","width":2105,"height":2933,"imageType":"map","grid":{"type":"hexColsOdd","size":95,"offsetX":-34,"offsetY":-80,"units":"miles"},"id":"25b","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/002-map-sword-coast-pc.webp"},"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},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/004-map-phandalin.webp"},"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"},"credit":"Mike Schley","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/005-map-phandalin-pc.webp"},"title":"Player Version","width":3000,"height":2153,"imageType":"mapPlayer","grid":{"type":"none","size":125,"distance":50},"mapParent":{"id":"25c","autoScale":true},"credit":"Mike Schley"}]},{"name":"Axeholm","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/007-map-axeholm-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/008-map-axeholm-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-5,"offsetY":-12,"scale":2},"mapParent":{"id":"25d"},"credit":"Jason A. Engle"}]},{"name":"Butterskull Ranch","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/009-map-br-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/010-map-br-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-12,"offsetY":-13,"scale":2},"mapParent":{"id":"25e"},"credit":"Jason A. Engle"}]},{"name":"Circle of Thunder","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/011-map-cot-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/012-map-cot-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-9,"offsetY":-7,"scale":2},"mapParent":{"id":"25f"},"credit":"Jason A. Engle"}]},{"name":"Dragon Barrow","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/013-map-db-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/014-map-db-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-20,"offsetY":-8,"scale":2},"mapParent":{"id":"260"},"credit":"Jason A. Engle"}]},{"name":"Dwarven Excavation","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/015-map-de-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/016-map-de-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-7,"scale":2},"mapParent":{"id":"261"},"credit":"Jason A. Engle"}]},{"name":"Falcon's Hunting Lodge","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/017-map-fhl-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/018-map-fhl-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":22,"offsetY":11,"scale":2},"mapParent":{"id":"262"},"credit":"Jason A. Engle"}]},{"name":"Gnomengarde","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/019-map-gnomegarde-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/020-map-gnomegarde-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-14,"offsetY":-10,"scale":2},"mapParent":{"id":"263"},"credit":"Jason A. Engle"}]},{"name":"Icespire Hold","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/021-map-ih-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/022-map-ih-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"mapParent":{"id":"264"},"credit":"Jason A. Engle"}]},{"name":"Loggers' Camp","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/023-map-lc-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/024-map-lc-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-11,"scale":2},"mapParent":{"id":"265"},"credit":"Jason A. Engle"}]},{"name":"Mountain's Toe Gold Mine","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/025-map-mtgm-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/026-map-mtgm-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-8,"offsetY":-10,"scale":2},"mapParent":{"id":"266"},"credit":"Jason A. Engle"}]},{"name":"Shrine of Savras","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/027-map-sos-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/028-map-sos-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-7,"offsetY":-7,"scale":2},"mapParent":{"id":"267"},"credit":"Jason A. Engle"}]},{"name":"Tower of Storms","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/029-map-tos-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/030-map-tos-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-7,"scale":2},"mapParent":{"id":"268"},"credit":"Jason A. Engle"}]},{"name":"Umbrage Hill","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/031-map-uh-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/032-map-uh-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"mapParent":{"id":"269"},"credit":"Jason A. Engle"}]},{"name":"Woodland Manse","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/033-map-wm-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/034-map-wm-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-6,"scale":2},"mapParent":{"id":"26a"},"credit":"Jason A. Engle"}]}]},"SLW":{"id":"SLW","name":"Essentials Kit: Storm Lord's Wrath","source":"SLW","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/001-map-sc.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"mapParent":{"id":"103"}}]}]},"SDW":{"id":"SDW","name":"Essentials Kit: Sleeping Dragon's Wake","source":"SDW","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/001-map-sc.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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","name":"Essentials Kit: Divine Contention","source":"DC","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/001-map-sc.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":35,"offsetY":25},"mapParent":{"id":"135"}}]}]},"BGDIA":{"id":"BGDIA","name":"Baldur's Gate: Descent Into Avernus","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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":166,"offsetX":75,"offsetY":-4},"mapParent":{"id":"329","offsetX":-36,"offsetY":-1021,"scaleX":1.305,"scaleY":1.305}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/010-scp8p-map-1-3-dm.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":5964,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":164,"offsetX":-5,"offsetY":-60},"mapParent":{"id":"32b","offsetX":-43,"offsetY":-253,"scaleX":1.0749999999999997,"scaleY":1.0749999999999997}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/017-47l11-map-1-5-dm.webp"},"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.webp"},"title":"Player Version","width":5649,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":99,"offsetY":61},"mapParent":{"id":"32c","offsetX":-78,"offsetY":-1586,"scaleX":1.41,"scaleY":1.41}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/020-zb6kf-map-1-6-dm.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":2631,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":137,"offsetX":-47,"offsetY":-61,"distance":10},"mapParent":{"id":"3c9","offsetX":-153,"offsetY":29,"scaleX":1.385,"scaleY":1.385}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/036-qdpq8-map-2-4.webp"},"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.webp"},"title":"Player Version","width":6090,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":131,"offsetX":-13,"offsetY":-7,"distance":10},"mapParent":{"id":"3ca","offsetX":-328,"offsetY":-231,"scaleX":1.065,"scaleY":1.065}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/040-422qk-map-2-5.webp"},"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.webp"},"title":"Player Version","width":4000,"height":5429,"imageType":"mapPlayer","grid":{"type":"square","size":131,"offsetX":1,"offsetY":3},"mapParent":{"id":"3cb","offsetX":-3,"offsetY":-166}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/042-z24lv-map-2-6.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":5649,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":-16,"offsetY":14},"mapParent":{"id":"3cf","offsetX":-183,"offsetY":-206,"scaleX":1.06,"scaleY":1.06}}]},{"name":"Ch. 3: Avernus - Path of Devils","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/072-jzcpq-map-3-4.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":5821,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":130,"offsetX":27,"offsetY":-51},"mapParent":{"id":"3d1","offsetX":106,"offsetY":49,"scaleX":0.98,"scaleY":0.98}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/082-4tpbi-map-3-6.webp"},"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.webp"},"title":"Player Version","width":6614,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":174,"offsetX":62,"offsetY":18},"mapParent":{"id":"3d2","offsetX":151,"offsetY":-661,"scaleX":1.26,"scaleY":1.26}}]},{"name":"Ch. 3: Avernus - Other Locations","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/085-peagh-map-3-7.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Map: Sword Coast","width":2092,"height":1321,"imageType":"map","grid":{"type":"none","size":285,"distance":100,"units":"miles"},"id":"3d8"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/113-v7txv-map-6-2.webp"},"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.webp"},"title":"Player Version","width":5250,"height":3488,"imageType":"mapPlayer","grid":{"type":"none","size":92,"distance":250},"mapParent":{"id":"3d6","autoScale":true}}]}]},"LR":{"id":"LR","name":"Locathah Rising","source":"LR","prop":"adventure","chapters":[{"name":"The Darkening","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LR/002-rkwsk-lr-004.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"LR","hash":"lr"},{"type":"image","href":{"type":"internal","path":"adventure/LR/003-hbo0x-lr-004-player.webp"},"title":"Player Version","width":1301,"height":1734,"imageType":"mapPlayer","grid":{"type":"square","size":69,"offsetX":10,"offsetY":11,"scale":3},"mapParent":{"id":"05d"},"credit":"Dyson Logos"}]}]},"IMR":{"id":"IMR","name":"Infernal Machine Rebuild","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.webp"},"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":"1b7","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"},"credit":"Claudio Pozas","page":"adventure.html","source":"IMR","hash":"imr"},{"type":"image","href":{"type":"internal","path":"adventure/IMR/004-map-1-1-player.webp"},"title":"Player Version","width":2352,"height":2698,"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-40,"offsetY":-24,"distance":10},"mapParent":{"id":"1b7"},"credit":"Claudio Pozas"}]},{"name":"Ch. 4: Temple of Moloch","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IMR/008-map-1-2.webp"},"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"},"credit":"Claudio Pozas","page":"adventure.html","source":"IMR","hash":"imr"},{"type":"image","href":{"type":"internal","path":"adventure/IMR/009-map-1-2-player.webp"},"title":"Player Version","width":5100,"height":6600,"imageType":"mapPlayer","grid":{"type":"square","size":117,"offsetX":29,"offsetY":83,"distance":10},"mapParent":{"id":"1b6"},"credit":"Claudio Pozas"}]},{"name":"App. D: Player Handouts","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IMR/038-map-1-3.webp"},"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]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IMR/thumbnail/038-map-1-3.webp"},"id":"1b8","credit":"Jason Thompson","page":"adventure.html","source":"IMR","hash":"imr"}]}]},"EFR":{"id":"EFR","name":"Eberron: Forgotten Relics","source":"EFR","prop":"adventure","chapters":[{"name":"Eberron: Forgotten Relics","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/EFR/145-map414_terminus.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"EFR","hash":"efr"},{"type":"image","href":{"type":"internal","path":"adventure/EFR/146-map414_terminus-player.webp"},"title":"Player Version","width":2947,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":1,"offsetY":8},"mapParent":{"id":"000"},"credit":"Dyson Logos"}]}]},"RMBRE":{"id":"RMBRE","name":"The Lost Dungeon of Rickedness: Big Rick Energy","source":"RMBRE","prop":"adventure","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RMBRE/003-ram_map.webp"},"title":"Map 1.1: The Lost Dungeon of Rickedness","width":5100,"height":2202,"imageType":"map","credit":"Troy Little, Kate Welch, Richard Whitters","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.webp"},"title":"Player Version","width":4709,"height":1845,"imageType":"mapPlayer","credit":"Troy Little, Kate Welch, Richard Whitters","grid":{"type":"square","size":61,"offsetX":-8,"offsetY":-4},"mapParent":{"id":"10b","offsetX":187,"offsetY":98,"autoScale":true}}]}]},"ToR":{"id":"ToR","name":"Wildemount: Tide of Retribution","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.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"ToR","hash":"tor"},{"type":"image","href":{"type":"internal","path":"book/EGW/107-5.1-palma-flora-player.webp"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-10,"offsetY":-41,"distance":10},"mapParent":{"id":"000"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/108-5.2-wavechaser.webp"},"title":"Map 5.2: Wavechaser","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-6,"offsetY":9},"credit":"Deven Rue","id":"003"},{"type":"image","href":{"type":"internal","path":"book/EGW/109-5.3-ruined-palma-flora.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"ToR","hash":"tor"},{"type":"image","href":{"type":"internal","path":"book/EGW/109-5.3-ruined-palma-flora-player.webp"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetX":-7,"offsetY":-17,"distance":10},"mapParent":{"id":"001"},"credit":"Deven Rue"}]}]},"DD":{"id":"DD","name":"Wildemount: Dangerous Designs","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.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"DD","hash":"dd"},{"type":"image","href":{"type":"internal","path":"book/EGW/111-5.4-lower-hupperdook-player.webp"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":99,"scale":2,"distance":100},"mapParent":{"id":"000"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/112-5.5-ironlot-streets.webp"},"title":"Map 5.5: Ironlot Streets","width":2550,"height":1650,"grid":{"type":"square","size":72,"offsetX":1,"offsetY":-9},"imageType":"map","id":"7bc","credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/112-5.5-ironlot-streets-player.webp"},"title":"Player Version","width":2550,"height":1650,"grid":{"type":"square","size":72,"offsetX":1,"offsetY":-9},"imageType":"mapPlayer","mapParent":{"id":"7bc"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/114-5.6-nima-cinnarids-house.webp"},"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","credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/114-5.6-nima-cinnarids-house-player.webp"},"title":"Player Version","width":2400,"height":3000,"grid":{"type":"square","size":414,"offsetX":-230,"offsetY":-147},"imageType":"mapPlayer","mapParent":{"id":"7bb","autoScale":true},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/116-5.7-silver-falls-cavern.webp"},"title":"Map 5.7: Silver Falls Cavern","width":2550,"height":1650,"grid":{"type":"square","size":111,"offsetX":78,"offsetY":47},"imageType":"map","id":"7ba","credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/116-5.7-silver-falls-cavern-player.webp"},"title":"Player Version","width":2550,"height":1650,"grid":{"type":"square","size":111,"offsetX":78,"offsetY":47},"imageType":"mapPlayer","mapParent":{"id":"7ba"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/117-5.8-stahlmasts-lair.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"DD","hash":"dd"},{"type":"image","href":{"type":"internal","path":"book/EGW/117-5.8-stahlmasts-lair-player.webp"},"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},"credit":"Deven Rue"}]}]},"FS":{"id":"FS","name":"Wildemount: Frozen Sick","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.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"FS","hash":"fs"},{"type":"image","href":{"type":"internal","path":"book/EGW/118-5.9-croaker-cave-player.webp"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":8,"offsetY":20},"mapParent":{"id":"000"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/120-5.10-salsvault.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"FS","hash":"fs"},{"type":"image","href":{"type":"internal","path":"book/EGW/120-5.10-salsvault-player.webp"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":-9,"offsetY":-11},"mapParent":{"id":"001"},"credit":"Deven Rue"}]}]},"US":{"id":"US","name":"Wildemount: Unwelcome Spirits","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.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"US","hash":"us"},{"type":"image","href":{"type":"internal","path":"book/EGW/121-5.11-brokenveil-marsh-player.webp"},"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"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/123-5.12-fort-venture.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"US","hash":"us"},{"type":"image","href":{"type":"internal","path":"book/EGW/123-5.12-fort-venture-player.webp"},"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},"credit":"Deven Rue"}]}]},"MOT-NSS":{"id":"MOT-NSS","name":"Theros: No Silent Secret","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.webp"},"title":"Map 4.16: Cour of Orestes","width":3825,"height":2250,"imageType":"map","grid":{"type":"square","size":112,"offsetX":6,"offsetY":5},"id":"002","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"},"credit":"Dyson Logos","page":"adventure.html","source":"MOT","hash":"mot-nss"},{"type":"image","href":{"type":"internal","path":"adventure/MOT/156-map-4.16-Cour-of-Orestes-player.webp"},"title":"Player Version","width":3825,"height":2250,"imageType":"mapPlayer","grid":{"type":"square","size":112,"offsetX":6,"offsetY":5},"mapParent":{"id":"002"},"credit":"Dyson Logos"}]}]},"IDRotF":{"id":"IDRotF","name":"Icewind Dale: Rime of the Frostmaiden","source":"IDRotF","prop":"adventure","chapters":[{"name":"Bremen","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/013-map-1.1-bremen.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Map 4.1: Dragons Flight Path","width":1700,"height":1102,"imageType":"map","grid":{"type":"none","size":236,"distance":8.48,"units":"miles"},"id":"723"}]},{"name":"Ch. 5: Auril's Abode","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/160-map-5.1-island-of-solstice.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"721"},"grid":{"type":"square","size":52,"offsetX":6,"offsetY":-24}}]},{"name":"Maps","ix":25,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/263-icewind-dale.webp"},"title":"Poster Map: Icewind Dale","width":6000,"height":4215,"imageType":"map","grid":{"type":"none","size":63,"distance":1,"units":"miles"},"id":"724"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/264-ten-towns.webp"},"title":"Poster Map: Ten Towns","width":6000,"height":4215,"imageType":"map","grid":{"type":"none","size":122,"distance":250},"id":"725"}]}]},"CM":{"id":"CM","name":"Candlekeep Mysteries","source":"CM","prop":"adventure","chapters":[{"name":"A Book of Books","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/map-poster.webp"},"title":"Poster Map","width":5000,"height":3539,"imageType":"map","grid":{"type":"none","size":85,"distance":25},"credit":"Mike Schley","id":"580"}]},{"name":"Candlekeep","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/004-map-1.01-Candlekeep.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.1: Candlekeep","width":1710,"height":2316,"id":"426","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/CM/005-map-1.01-Candlekeep-player.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":2400,"height":3256,"mapParent":{"id":"426","autoScale":true},"credit":"Mike Schley"}]},{"name":"The Joy of Extradimensional Spaces","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/010-map-2.01-fistandias-mansion.webp"},"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":"073","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"},"credit":"Dyson Logos","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/011-map-2.01-fistandias-mansion-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-30,"offsetY":-55},"title":"Player Version","width":3000,"height":2135,"mapParent":{"id":"47b"},"credit":"Dyson Logos"}]},{"name":"Mazfroth's Mighty Digressions","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/018-map-3.01-amberdune-hideout.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/019-map-3.01-amberdune-hideout-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":170,"offsetX":-49,"offsetY":-29},"title":"Player Version","width":2163,"height":3000,"mapParent":{"id":"47c"},"credit":"Sean MacDonald"}]},{"name":"Book of the Raven","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/022-04-002.map-handout.webp"},"width":2213,"height":3000,"imageType":"map","grid":{"type":"none"},"title":"Map of Mystery","credit":"Claudio Pozas","id":"581"},{"type":"image","href":{"type":"internal","path":"adventure/CM/024-map-4.01-chalet-brantifax.webp"},"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"},"credit":"Mike Schley","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/025-map-4.01-chalet-brantifax-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":67,"offsetX":30,"offsetY":30},"title":"Player Version","width":3000,"height":2042,"mapParent":{"id":"47d"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/CM/027-map-4.02-harrn-mausoleum.webp"},"imageType":"map","grid":{"type":"square","size":171,"offsetX":-6,"offsetY":44},"title":"Map 4.02: Harrn Mausoleum","width":2207,"height":3000,"id":"563","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/CM/028-map-4.02-harrn-mausoleum-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":171,"offsetX":-6,"offsetY":44},"title":"Player Version","width":2207,"height":3000,"mapParent":{"id":"563"},"credit":"Mike Schley"}]},{"name":"A Deep and Creeping Darkness","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/033-map-5.01-vermeillon.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/034-map-5.01-vermeillon-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":2,"offsetY":-2,"distance":10},"title":"Player Version","width":3000,"height":2062,"mapParent":{"id":"564"},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/CM/036-map-5.02-mayor-duvezins-house.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/037-map-5.02-mayor-duvezins-house-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetX":52,"offsetY":40},"title":"Player Version","width":2168,"height":3000,"mapParent":{"id":"565"},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/CM/038-map-5.03-platinum-mine.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/039-map-5.03-platinum-mine-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":3,"offsetY":-28},"title":"Player Version","width":3000,"height":2132,"mapParent":{"id":"566"},"credit":"Tim Hartin"}]},{"name":"Shemshime's Bedtime Rhyme","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/047-map-6.01-firefly-cellar.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/048-map-6.01-firefly-cellar-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":-20,"offsetY":-13},"title":"Player Version","width":2199,"height":3000,"mapParent":{"id":"567"},"credit":"Dyson Logos"}]},{"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.webp"},"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"},"credit":"Sean MacDonald","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.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":64,"offsetX":7,"offsetY":31},"title":"Player Version","width":2185,"height":3000,"mapParent":{"id":"568"},"credit":"Sean MacDonald"},{"type":"image","href":{"type":"internal","path":"adventure/CM/055-map-7.02-temple-of-the-restful-lily.webp"},"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"},"credit":"Sean MacDonald","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.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":6,"offsetY":14},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"569"},"credit":"Sean MacDonald"}]},{"name":"Book of Cylinders","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/061-map-8.01-grippli-village.webp"},"imageType":"map","grid":{"type":"square","size":91,"offsetX":37,"distance":100},"title":"Map 8.1: Grippli Village","width":3000,"height":2134,"id":"56a","credit":"Sean MacDonald"},{"type":"image","href":{"type":"internal","path":"adventure/CM/062-map-8.01-grippli-village-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":37,"distance":100},"title":"Player Version","width":3000,"height":2134,"mapParent":{"id":"56a"},"credit":"Sean MacDonald"},{"type":"image","href":{"type":"internal","path":"adventure/CM/063-map-8.02-temple.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/064-map-8.02-temple-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":95,"offsetX":-41,"offsetY":-28},"title":"Player Version","width":2206,"height":3000,"mapParent":{"id":"56b"},"credit":"Sean MacDonald"}]},{"name":"Sarah of Yellowcrest Manor","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/071-map-9.01-greenfast.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/072-map-9.01-greenfast-player.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":3000,"height":2134,"mapParent":{"id":"56c"},"credit":"Sean MacDonald"},{"type":"image","href":{"type":"internal","path":"adventure/CM/073-map-9.02-temple-of-the-burnt-tongue-cult.webp"},"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"},"credit":"Sean MacDonald","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.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":29,"offsetY":-13},"title":"Player Version","width":2199,"height":3000,"mapParent":{"id":"56d"},"credit":"Sean MacDonald"}]},{"name":"Lore of Lurue","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/079-map-10.01-hags-hovel.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/080-map-10.01-hags-hovel-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetY":25},"title":"Player Version","width":3000,"height":2133,"mapParent":{"id":"56e"},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/CM/081-map-10.02-pool-of-eternal-spring.webp"},"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","credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/CM/082-map-10.02-pool-of-eternal-spring-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":-11,"offsetY":-26},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"56f"},"credit":"Tim Hartin"}]},{"name":"Kandlekeep Dekonstruktion","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/086-map-11.01-the-barn-door.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/087-map-11.01-the-barn-door-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":84,"offsetX":-30,"offsetY":-39},"title":"Player Version","width":3000,"height":2068,"mapParent":{"id":"570"},"credit":"Sean MacDonald"},{"type":"image","href":{"type":"internal","path":"adventure/CM/088-map-11.01-under-the-barn-door.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/089-map-11.01-under-the-barn-door-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":15,"offsetY":20},"title":"Player Version","width":2053,"height":1415,"mapParent":{"id":"571"},"credit":"Sean MacDonald"}]},{"name":"Zikran's Zephyrean Tome","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/095-map-12.01-zikrans-laboratory.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/096-map-12.01-zikrans-laboratory-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":-14,"offsetY":-30},"title":"Player Version","width":3000,"height":2069,"mapParent":{"id":"572"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/CM/098-map-12.02-cloud-giants-keep.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/099-map-12.02-cloud-giants-keep-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":57,"offsetX":3,"offsetY":18,"distance":10},"title":"Player Version","width":2214,"height":3000,"mapParent":{"id":"573"},"credit":"Dyson Logos"}]},{"name":"The Curious Tale of Wisteria Vale","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/105-map-13.01-wisteria-vale.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/106-map-13.01-wisteria-vale-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-27,"distance":40},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"574"},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/CM/107-map-13.02-the-manor.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/108-map-13.02-the-manor-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":81,"offsetX":2,"offsetY":2},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"575"},"credit":"Tim Hartin"}]},{"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.webp"},"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"},"credit":"Sean MacDonald","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.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":85,"offsetX":4,"offsetY":-23,"scale":2},"title":"Player Version","width":3000,"height":2075,"mapParent":{"id":"576"},"credit":"Sean MacDonald"}]},{"name":"The Canopic Being","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/121-map-15.01-tomb-of-valin-sarnaster.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/122-map-15.01-tomb-of-valin-sarnaster-player.webp"},"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"},"credit":"Dyson Logos"}]},{"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.webp"},"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"},"credit":"Sean MacDonald","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.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-17,"offsetY":-24},"title":"Player Version","width":3000,"height":2071,"mapParent":{"id":"578"},"credit":"Sean MacDonald"}]},{"name":"Alkazaar's Appendix","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/135-map-17.01-haruun.webp"},"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"},"credit":"Mike Schley","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/136-map-17.01-haruun-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":11,"offsetY":26},"title":"Player Version","width":2206,"height":3000,"mapParent":{"id":"579"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/CM/137-map-17.02-necropolis-mastaba.webp"},"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"},"credit":"Mike Schley","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/138-map-17.02-necropolis-mastaba-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":-13,"offsetY":-7,"scale":2},"title":"Player Version","width":2186,"height":3000,"mapParent":{"id":"57a"},"credit":"Mike Schley"}]},{"name":"Xanthoria","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/143-map-18.01-lykortha-expanse.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/144-map-18.01-lykortha-expanse-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":2,"offsetY":26,"distance":10},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"57b"},"credit":"Sean MacDonald"}]}]},"HoL":{"id":"HoL","name":"Ravenloft: The House of Lament","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.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"HoL","hash":"hol"},{"type":"image","href":{"type":"internal","path":"book/VRGR/117-map-4.1-the-house-of-lament-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-60,"distance":10},"title":"Player Version","width":4000,"height":5700,"mapParent":{"id":"000"},"credit":"Dyson Logos"}]}]},"RtG":{"id":"RtG","name":"Return to the Glory","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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":-18,"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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","page":"adventure.html","source":"RtG","hash":"rtg"}]}]},"AitFR-ISF":{"id":"AitFR-ISF","name":"Adventures in the Forgotten Realms: In Scarlet Flames","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","credit":"Will Hindmarch","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","credit":"Will Hindmarch","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","credit":"Will Hindmarch","page":"adventure.html","source":"AitFR-ISF","hash":"aitfr-isf"}]}]},"AitFR-THP":{"id":"AitFR-THP","name":"Adventures in the Forgotten Realms: The Hidden Page","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","credit":"Will Hindmarch","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","credit":"Will Hindmarch","id":"05e"},{"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","credit":"Will Hindmarch","page":"adventure.html","source":"AitFR-THP","hash":"aitfr-thp"}]}]},"AitFR-AVT":{"id":"AitFR-AVT","name":"Adventures in the Forgotten Realms: A Verdant Tomb","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","credit":"Will Hindmarch","page":"adventure.html","source":"AitFR-AVT","hash":"aitfr-avt"}]}]},"AitFR-DN":{"id":"AitFR-DN","name":"Adventures in the Forgotten Realms: Deepest Night","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","credit":"Will Hindmarch","page":"adventure.html","source":"AitFR-DN","hash":"aitfr-dn"}]}]},"AitFR-FCD":{"id":"AitFR-FCD","name":"Adventures in the Forgotten Realms: From Cyan Depths","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","credit":"Will Hindmarch","expectsLightBackground":true,"page":"adventure.html","source":"AitFR-FCD","hash":"aitfr-fcd"}]}]},"NRH-TCMC":{"id":"NRH-TCMC","name":"NERDS Restoring Harmony: The Candy Mountain Caper","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","credit":"Red Central","page":"adventure.html","source":"NRH-TCMC","hash":"nrh-tcmc"}]}]},"NRH-AVitW":{"id":"NRH-AVitW","name":"NERDS Restoring Harmony: A Voice in the Wilderness","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","credit":"Red Central","page":"adventure.html","source":"NRH-AVitW","hash":"nrh-avitw"}]}]},"NRH-ASS":{"id":"NRH-ASS","name":"NERDS Restoring Harmony: A Sticky Situation","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","credit":"Red Central","page":"adventure.html","source":"NRH-ASS","hash":"nrh-ass"}]}]},"NRH-CoI":{"id":"NRH-CoI","name":"NERDS Restoring Harmony: Circus of Illusion","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","credit":"Red Central","page":"adventure.html","source":"NRH-CoI","hash":"nrh-coi"}]}]},"NRH-TLT":{"id":"NRH-TLT","name":"NERDS Restoring Harmony: The Lost Tomb","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","credit":"Red Central","page":"adventure.html","source":"NRH-TLT","hash":"nrh-tlt"}]}]},"NRH-AWoL":{"id":"NRH-AWoL","name":"NERDS Restoring Harmony: A Web of Lies","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","credit":"Red Central","page":"adventure.html","source":"NRH-AWoL","hash":"nrh-awol"}]}]},"NRH-AT":{"id":"NRH-AT","name":"NERDS Restoring Harmony: Adventure Together","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","credit":"Red Central","page":"adventure.html","source":"NRH-AT","hash":"nrh-at"}]}]},"WBtW":{"id":"WBtW","name":"The Wild Beyond the Witchlight","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.webp"},"imageType":"map","grid":{"type":"none"},"title":"Welcome to the Witchlight Carnival","width":7000,"height":4934,"credit":"Stacey Allan & Will Doyle","id":"02a"}]},{"name":"Ch. 2: Hither","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/036-map-2.1.webp"},"imageType":"map","grid":{"type":"none","size":90,"distance":0.5,"units":"miles"},"title":"The Domain of Prismeer","width":7000,"height":4962,"credit":"Stacey Allan & Will Doyle","id":"02b"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/037-map-2.2-hither.webp"},"imageType":"map","grid":{"type":"none","size":175,"distance":1,"units":"miles"},"title":"Hither","width":4200,"height":5700,"id":"01c","credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/038-map-2.2-hither-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":175,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01c"},"credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/044-map-2.3-downfall.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/045-map-2.3-downfall-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01d"},"credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/049-map-2.4-bavlornas-cottage.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/050-map-2.4-bavlornas-cottage-player.webp"},"imageType":"mapPlayer","grid":{"type":"square"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01e"},"credit":"Stacey Allan & Will Doyle"}]},{"name":"Ch. 3: Thither","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/054-map-3.1-thither.webp"},"imageType":"map","grid":{"type":"none","size":159,"distance":1,"units":"miles"},"title":"Thither","width":4200,"height":5700,"id":"01f","credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/055-map-3.1-thither-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":159,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01f"},"credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/062-map-3.2-loomlurch.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/063-map-3.2-loomlurch-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"020"},"credit":"Stacey Allan & Will Doyle"}]},{"name":"Ch. 4: Yon","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/072-map-4.1-yon.webp"},"imageType":"map","grid":{"type":"none","size":158,"distance":1,"units":"miles"},"title":"Yon","width":4200,"height":5700,"id":"021","credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/073-map-4.1-yon-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":158,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"021"},"credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/081-map-4.2-motherhorn.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/082-map-4.2-motherhorn-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"022"},"credit":"Stacey Allan & Will Doyle"}]},{"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.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/092-map-5.1-palace-lower-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"023"},"credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/100-map-5.2-palace-upper.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/101-map-5.2-palace-upper-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"024"},"credit":"Stacey Allan & Will Doyle"}]}]},"SCC-CK":{"id":"SCC-CK","name":"Strixhaven: Campus Kerfuffle","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","credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Mike Schley","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"},"credit":"Mike Schley"}]}]},"SCC-HfMT":{"id":"SCC-HfMT","name":"Strixhaven: Hunt for Mage Tower","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","credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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,"credit":"Sean MacDonald","id":"006"},{"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","credit":"Mike Schley","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"},"credit":"Mike Schley"}]}]},"SCC-TMM":{"id":"SCC-TMM","name":"Strixhaven: The Magister's Masquerade","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,"credit":"Mike Schley","id":"006"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]}]},"SCC-ARiR":{"id":"SCC-ARiR","name":"Strixhaven: A Reckoning in Ruins","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","credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]}]},"CRCotN":{"id":"CRCotN","name":"Critical Role: Call of the Netherdeep","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"},"credit":"Deven Rue","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"},"credit":"Deven Rue"},{"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"},"credit":"Stacey Allan & Will Doyle","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"},"credit":"Stacey Allan & Will Doyle"}]},{"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","credit":"Deven Rue"},{"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"},"credit":"Deven Rue"},{"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"},"credit":"Deven Rue","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"},"credit":"Deven Rue"}]},{"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","credit":"Deven Rue","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"},"credit":"Deven Rue"},{"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"},"credit":"Stacey Allan & Will Doyle","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"},"credit":"Stacey Allan & Will Doyle"}]},{"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","credit":"Deven Rue"},{"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"},"credit":"Deven Rue"},{"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"},"credit":"Deven Rue","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"},"credit":"Deven Rue"},{"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"},"credit":"Deven Rue","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"},"credit":"Deven Rue"},{"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"},"credit":"Deven Rue","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"},"credit":"Deven Rue"}]},{"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"},"credit":"Stacey Allan & Will Doyle","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"},"credit":"Stacey Allan & Will Doyle"}]},{"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"},"credit":"Stacey Allan & Will Doyle","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"},"credit":"Stacey Allan & Will Doyle"}]},{"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"},"credit":"Stacey Allan & Will Doyle","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"},"credit":"Stacey Allan & Will Doyle"}]},{"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","credit":"Deven Rue"},{"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"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/130-13-001.poster-map-back.webp"},"imageType":"map","grid":{"type":"none"},"mapName":"Great City of Ank'Harel","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","credit":"Deven Rue"}]}]},"JttRC":{"id":"JttRC","name":"Journeys through the Radiant Citadel","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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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","credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Mike Schley"},{"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"},"credit":"Mike Schley"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Ryan Alexander Lee","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"},"credit":"Ryan Alexander Lee"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]}]},"DoSI":{"id":"DoSI","name":"Dragons of Stormwreck Isle","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":"0ef","credit":"Mike Schley"},{"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":"0ef"},"credit":"Mike Schley"}]},{"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":"0f0","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"},"credit":"Mike Schley","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":"0f0"},"credit":"Mike Schley"}]},{"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":"0f1","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"},"credit":"Mike Schley","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":"0f1"},"credit":"Mike Schley"}]},{"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":"0f2","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"},"credit":"Mike Schley","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":"0f2"},"credit":"Mike Schley"}]},{"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":"0f3","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"},"credit":"Mike Schley","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":"0f3"},"credit":"Mike Schley"}]}]},"SjA":{"id":"SjA","name":"Spelljammer Academy","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},"id":"112"},{"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"},"id":"113"}]},{"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},"id":"114"},{"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,"id":"115"}]}]},"LoX":{"id":"LoX","name":"Light of Xaryxis","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","credit":"Dyson Logos","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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos","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"},"credit":"Dyson Logos"}]},{"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","credit":"Dyson Logos","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"},"credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos","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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos","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"},"credit":"Dyson Logos"}]},{"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","credit":"CoupleOfKooks","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"},"credit":"CoupleOfKooks"},{"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"},"credit":"Dyson Logos","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"},"credit":"Dyson Logos"}]},{"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","credit":"CoupleOfKooks","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"},"credit":"CoupleOfKooks"},{"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"},"credit":"Dyson Logos","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"},"credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos","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"},"credit":"Dyson Logos"}]}]},"DSotDQ":{"id":"DSotDQ","name":"Dragonlance: Shadow of the Dragon Queen","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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"}]},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"}]},{"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","credit":"Francesca Baerald"},{"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"},"credit":"Francesca Baerald"},{"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","credit":"Francesca Baerald"},{"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"},"credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/ansalon-poster-map.webp"},"imageType":"map","title":"Poster Map","credit":"Francesca Baerald","width":4096,"height":2926,"grid":{"type":"none","size":51,"scale":1.206,"distance":25,"units":"miles"},"id":"079"}]}]},"KftGV":{"id":"KftGV","name":"Keys from the Golden Vault","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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":9,"offsetY":35,"scale":1.095}}]},{"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","credit":"Mike Schley","grid":{"type":"none"}},{"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},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/016-map-2.02-dms-map.webp"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":61,"offsetX":28,"offsetY":53,"scale":2.385}}]},{"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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/021-map-3.02-dms-map.webp"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":25,"offsetY":44,"scale":1.595}}]},{"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","credit":"Mike Schley","grid":{"type":"square","size":98,"offsetX":-23,"offsetY":-25,"scale":5}},{"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},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/031-map-4.02-dms-map.webp"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":50,"offsetX":37,"offsetY":-14,"scale":2.55}}]},{"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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":36,"offsetY":-12,"scale":1.025}}]},{"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","credit":"Mike Schley","grid":{"type":"none"}},{"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":4,"offsetY":9,"scale":1.531},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/046-map-6.02-dms-map.webp"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":50,"offsetX":4,"offsetY":9,"scale":1.531}}]},{"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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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,"scale":1.014},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/054-map-7.02-dms-map.webp"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":10,"scale":1.014}}]},{"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","credit":"Mike Schley","grid":{"type":"none"}},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":55,"offsetX":1,"offsetY":3}}]},{"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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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":-2,"offsetY":39,"scale":1.31,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/070-map-9.02-dms-map.webp"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":-2,"offsetY":39,"scale":1.31,"distance":10}}]},{"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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":-7,"offsetY":28,"scale":1.099}}]},{"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","credit":"Mike Schley","grid":{"type":"square","size":193,"offsetX":-57,"offsetY":-9,"scale":2}},{"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":83,"offsetX":-2,"offsetY":16,"scale":2},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/084-map-11.02-dms-map.webp"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":83,"offsetX":-2,"offsetY":16,"scale":2}}]},{"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","credit":"Mike Schley","grid":{"type":"none"}},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":50,"offsetX":18,"offsetY":18,"scale":1.315}}]},{"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","credit":"Mike Schley","grid":{"type":"none"}},{"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":-2,"scale":2.59,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/101-map-13.02-dms-map.webp"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":50,"offsetX":36,"offsetY":-2,"scale":2.59,"distance":10}}]}]},"GotSF":{"id":"GotSF","name":"Giants of the Star Forge","source":"GotSF","prop":"adventure","chapters":[{"name":"Giants of the Star Forge","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GotSF/000-map-0.01-star-forge.webp"},"imageType":"map","title":"Map: Star Forge","width":4200,"height":5700,"id":"03a","mapRegions":[{"area":"021","points":[[1982,5455],[1982,3660],[2280,3660],[2280,5455]]},{"area":"023","points":[[1967,3767],[1927,3755],[1912,3722],[1837,3685],[1792,3612],[1772,3627],[1670,3617],[1662,3592],[1610,3572],[1607,3537],[1517,3487],[1520,3442],[1542,3410],[1530,3342],[1480,3190],[1500,3172],[1537,3082],[1532,3042],[1500,3040],[1425,2982],[1405,2892],[1440,2872],[1517,2872],[1562,2790],[1550,2777],[1607,2642],[1605,2607],[1545,2547],[1550,2495],[1605,2462],[1612,2390],[1572,2362],[1562,2297],[1537,2285],[1515,2302],[1495,2280],[1510,2225],[1445,2165],[1442,2057],[1480,2030],[1512,2017],[1510,2000],[1575,1932],[1580,1860],[1552,1845],[1552,1747],[1580,1757],[1612,1730],[1672,1657],[1670,1627],[1715,1577],[1757,1565],[1747,1545],[1797,1482],[1835,1465],[1832,1452],[1875,1350],[1890,1372],[1965,1360],[1967,1345],[2080,1287],[2175,1305],[2192,1295],[2200,1302],[2300,1340],[2305,1350],[2350,1375],[2355,1410],[2395,1432],[2420,1427],[2480,1400],[2545,1460],[2550,1477],[2572,1500],[2602,1497],[2617,1507],[2637,1575],[2672,1637],[2655,1657],[2652,1685],[2635,1715],[2662,1720],[2722,1777],[2715,1790],[2742,1867],[2752,1930],[2792,1920],[2802,1937],[2752,2032],[2727,2035],[2730,2067],[2707,2145],[2727,2165],[2720,2202],[2667,2250],[2670,2310],[2652,2290],[2577,2320],[2582,2357],[2607,2367],[2655,2392],[2655,2455],[2645,2485],[2695,2545],[2687,2565],[2645,2577],[2602,2555],[2595,2520],[2572,2515],[2555,2545],[2512,2550],[2472,2575],[2450,2610],[2465,2652],[2497,2662],[2507,2692],[2507,2742],[2552,2775],[2610,2880],[2647,2960],[2647,2985],[2622,2985],[2575,3047],[2595,3075],[2615,3140],[2587,3167],[2577,3230],[2540,3365],[2537,3395],[2515,3457],[2485,3485],[2443,3501],[2459,3528],[2450,3586],[2422,3597],[2474,3656],[2472,3709],[2432,3694],[2382,3728],[2382,3738],[2331,3758],[2296,3794],[2291,4989],[2342,4974],[2403,4974],[2518,4944],[2570,4936],[2637,4896],[2736,4856],[2832,4824],[2886,4776],[2954,4757],[2989,4714],[3134,4638],[3200,4611],[3270,4550],[3290,4485],[3382,4403],[3426,4390],[3469,4342],[3504,4272],[3528,4253],[3522,4213],[3509,4190],[3499,4122],[3518,4046],[3542,3997],[3578,3966],[3618,3896],[3648,3875],[3670,3851],[3658,3819],[3645,3789],[3629,3776],[3614,3720],[3534,3728],[3534,3624],[3546,3598],[3611,3598],[3635,3534],[3678,3461],[3707,3430],[3739,3394],[3734,3360],[3771,3306],[3797,3278],[3829,3270],[3832,3235],[3837,3192],[3763,3102],[3728,3080],[3701,3029],[3704,2974],[3675,2952],[3648,2934],[3629,2894],[3597,2843],[3589,2811],[3600,2784],[3587,2766],[3614,2635],[3624,2579],[3613,2549],[3614,2515],[3595,2486],[3598,2395],[3618,2374],[3619,2293],[3608,2232],[3622,2202],[3635,2187],[3626,2130],[3594,2064],[3563,2013],[3539,1979],[3515,1950],[3507,1875],[3475,1824],[3450,1795],[3432,1746],[3398,1685],[3408,1640],[3376,1570],[3371,1539],[3378,1517],[3357,1469],[3312,1437],[3267,1414],[3226,1374],[3210,1320],[3198,1264],[3218,1246],[3216,1206],[3198,1166],[3157,1150],[3131,1123],[3096,1083],[3070,1058],[3075,997],[3040,955],[3016,915],[3005,874],[2971,846],[2909,829],[2866,840],[2811,829],[2768,835],[2685,856],[2667,883],[2619,896],[2568,898],[2522,874],[2494,843],[2474,802],[2443,778],[2422,758],[2411,722],[2381,704],[2328,693],[2304,677],[2258,666],[2224,642],[2187,600],[2170,571],[2125,568],[2080,560],[2058,597],[2013,622],[1971,651],[1899,678],[1848,696],[1789,706],[1734,734],[1702,746],[1680,774],[1637,790],[1589,800],[1560,789],[1491,826],[1477,854],[1442,904],[1414,955],[1349,1016],[1291,1026],[1253,1014],[1211,1005],[1147,1032],[1093,1061],[1048,1093],[1046,1126],[1013,1174],[970,1216],[928,1246],[898,1267],[877,1309],[837,1355],[798,1378],[754,1418],[717,1451],[718,1493],[690,1538],[685,1579],[688,1610],[704,1650],[702,1707],[738,1762],[746,1811],[726,1840],[701,1890],[680,1936],[645,1968],[621,2010],[626,2054],[610,2120],[589,2203],[595,2237],[582,2294],[582,2413],[608,2435],[630,2474],[650,2518],[683,2544],[691,2594],[688,2642],[672,2677],[621,2718],[557,2754],[520,2776],[496,2803],[498,2848],[475,2896],[467,2949],[432,2981],[384,3003],[357,3056],[341,3114],[347,3147],[373,3184],[403,3195],[424,3234],[451,3266],[472,3286],[530,3296],[578,3338],[605,3381],[602,3418],[608,3483],[632,3611],[699,3685],[728,3733],[744,3782],[758,3808],[755,3888],[738,3947],[733,3986],[774,4046],[808,4067],[850,4128],[875,4195],[915,4245],[970,4277],[998,4333],[1038,4418],[1042,4486],[1067,4555],[1112,4590],[1149,4685],[1163,4734],[1163,4806],[1208,4846],[1272,4854],[1330,4862],[1379,4882],[1406,4909],[1459,4934],[1501,4970],[1549,4994],[1632,5021],[1712,5037],[1771,5035],[1827,5002],[1882,4970],[1933,4965],[1967,4976]]},{"area":"026","points":[[3587,4267],[3587,4008],[3702,4008],[3702,3470],[3974,3470],[3974,4030],[3910,4030],[3910,4267]]},{"area":"02a","points":[[1997,3646],[2013,3595],[2014,3562],[2064,3490],[2090,3435],[2122,3400],[2155,3318],[2192,3224],[2203,3166],[2200,3094],[2179,3062],[2136,2978],[2090,2898],[2066,2835],[2042,2760],[2050,2706],[2032,2635],[2035,2522],[2019,2451],[2005,2422],[2096,2430],[2216,2432],[2261,2422],[2250,2485],[2230,2565],[2230,2632],[2208,2680],[2211,2763],[2261,2806],[2302,2886],[2355,2981],[2352,3035],[2344,3066],[2365,3106],[2368,3165],[2387,3203],[2342,3291],[2339,3342],[2298,3397],[2280,3429],[2285,3506],[2262,3549],[2250,3598],[2253,3646]]},{"area":"02d","points":[[1838,2534],[1838,2307],[2418,2307],[2418,2534],[2299,2534],[2299,2391],[2219,2392],[2125,2384],[1986,2373],[1986,2534]]},{"area":"030","points":[[1854,2275],[1854,1880],[1854,1571],[2045,1380],[2200,1380],[2390,1570],[2390,1880],[2390,2275]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GotSF/thumbnail/000-map-0.01-star-forge.webp"},"grid":{"type":"square","size":180,"offsetX":-7,"offsetY":-2,"scale":3,"distance":10},"page":"adventure.html","source":"GotSF","hash":"gotsf"},{"type":"image","href":{"type":"internal","path":"adventure/GotSF/001-map-0.01-star-forge-player.webp"},"imageType":"map","title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"03a"},"grid":{"type":"square","size":180,"offsetX":-7,"offsetY":-2,"scale":3,"distance":10},"id":"03c"}]}]},"PaBTSO":{"id":"PaBTSO","name":"Phandelver and Below: The Shattered Obelisk","source":"PaBTSO","prop":"adventure","chapters":[{"name":"Welcome to Phandalin","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/003-map-0.01-phandalin-region.webp"},"imageType":"map","title":"Sword Coast region surrounding Phandalin","credit":"Mike Schley","width":1700,"height":2216,"id":"4CD","grid":{"type":"hexColsOdd","size":240,"offsetX":17,"offsetY":-35,"scale":3,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/004-map-0.01-phandalin-region-player.webp"},"imageType":"mapPlayer","title":"Unlabeled Version","width":1700,"height":2216,"mapParent":{"id":"4CD"},"grid":{"type":"hexColsOdd","size":240,"offsetX":17,"offsetY":-35,"scale":3,"units":"miles"}}]},{"name":"Ch. 1: A Dangerous Journey","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/009-map-1.01-goblin-ambush.webp"},"imageType":"map","title":"Map 1.1: Goblin Ambush","credit":"Mike Schley","width":1002,"height":1369,"id":"49b","grid":{"type":"square","size":150,"offsetX":84,"offsetY":31,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/010-map-1.01-goblin-ambush-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1002,"height":1369,"mapParent":{"id":"49b"},"credit":"Mike Schley","grid":{"type":"square","size":150,"offsetX":84,"offsetY":31,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/012-map-1.02-cragmaw-hideout.webp"},"imageType":"map","title":"Map 1.2: Cragmaw Hideout","credit":"Mike Schley","width":2029,"height":1452,"id":"49c","mapRegions":[{"area":"03a","points":[[626,1390],[645,1344],[650,1282],[650,1232],[662,1186],[664,1130],[682,1090],[699,1059],[725,1029],[757,1002],[770,968],[787,934],[792,862],[775,881],[712,886],[683,883],[643,885],[631,901],[579,897],[561,886],[501,898],[485,914],[481,932],[466,947],[449,950],[432,973],[391,973],[377,969],[361,975],[361,1390]]},{"area":"03d","points":[[848,852],[876,862],[888,871],[893,886],[903,908],[912,924],[919,941],[915,961],[920,973],[934,992],[964,997],[981,1004],[992,1018],[1023,1041],[1046,1034],[1067,1039],[1098,1044],[1116,1045],[1129,1034],[1141,1039],[1148,1048],[1163,1053],[1200,1061],[1219,1079],[1248,1080],[1275,1084],[1284,1093],[1289,1110],[1289,1130],[1300,1141],[1309,1153],[1310,1168],[1329,1180],[1343,1186],[1360,1186],[1364,1196],[1371,1208],[1372,1219],[1366,1229],[1359,1243],[1356,1255],[1363,1264],[1372,1284],[1376,1299],[1377,1317],[1387,1327],[1408,1334],[1418,1346],[1424,1373],[1427,1384],[703,1384],[714,1358],[717,1331],[715,1290],[716,1252],[723,1217],[738,1194],[743,1179],[743,1143],[747,1114],[760,1094],[777,1073],[799,1054],[811,1033],[825,1005],[829,983],[846,957],[857,924],[858,891],[854,866]]},{"area":"04f","points":[[432,358],[410,360],[399,352],[374,345],[361,321],[351,303],[346,275],[334,269],[310,265],[296,254],[287,245],[265,245],[249,249],[235,257],[217,265],[193,264],[172,267],[152,276],[139,293],[129,309],[119,326],[104,347],[92,363],[69,379],[60,393],[57,421],[58,435],[61,452],[70,475],[66,493],[60,510],[63,523],[69,533],[76,555],[90,569],[95,576],[94,594],[93,606],[97,617],[99,634],[109,645],[123,650],[134,650],[142,656],[152,660],[160,672],[173,680],[182,686],[193,685],[211,694],[228,698],[234,715],[246,723],[263,733],[274,722],[298,716],[324,707],[328,700],[364,699],[373,715],[381,726],[391,736],[398,747],[416,754],[436,755],[454,758],[476,761],[496,764],[503,755],[522,750],[552,745],[569,737],[579,727],[583,710],[600,701],[622,700],[634,692],[645,679],[646,655],[643,638],[636,620],[622,609],[611,617],[596,617],[577,619],[568,604],[562,591],[544,581],[533,569],[513,557],[496,556],[482,547],[465,545],[445,542],[434,528],[427,516],[415,502],[416,484],[414,463],[431,453]]},{"area":"046","points":[[790,528],[776,515],[756,516],[745,506],[729,492],[722,470],[694,467],[665,472],[647,478],[621,480],[597,483],[569,477],[553,462],[546,441],[528,436],[514,418],[502,412],[507,390],[523,379],[545,370],[556,373],[571,383],[581,398],[602,405],[620,404],[632,396],[649,393],[662,392],[673,400],[691,411],[711,412],[729,410],[745,411],[767,411],[781,420],[792,438],[811,450],[831,459],[844,466],[838,489],[816,502],[815,521],[810,548],[800,567],[786,588],[785,563],[794,540]]},{"area":"04a","points":[[1065,254],[1038,247],[1029,236],[1009,224],[994,223],[974,211],[962,205],[954,187],[948,171],[931,168],[906,164],[893,153],[879,128],[856,117],[836,110],[821,97],[800,86],[779,92],[762,95],[743,96],[732,103],[722,113],[703,121],[695,112],[679,110],[663,107],[655,112],[640,117],[615,122],[603,127],[591,132],[583,139],[577,156],[580,167],[572,191],[559,197],[543,205],[532,211],[519,217],[510,231],[496,247],[487,251],[484,265],[480,281],[481,295],[481,306],[470,315],[471,331],[457,340],[443,348],[438,355],[437,452],[447,452],[456,446],[462,432],[473,420],[493,412],[500,383],[522,371],[548,364],[541,345],[555,332],[569,317],[577,303],[582,289],[585,273],[593,260],[602,247],[614,235],[624,231],[636,232],[649,224],[650,215],[662,199],[681,194],[693,185],[711,178],[745,172],[761,179],[772,186],[793,192],[801,193],[831,199],[853,194],[863,196],[875,202],[892,210],[898,223],[910,234],[922,246],[932,260],[931,279],[931,289],[942,295],[953,306],[963,309],[974,310],[981,322],[977,335],[995,327],[1044,287],[1060,276],[1065,268]]},{"area":"042","points":[[945,819],[942,799],[942,779],[939,767],[939,746],[943,729],[940,716],[945,703],[953,694],[952,681],[961,674],[977,668],[990,657],[998,644],[1001,628],[1015,623],[1031,618],[1047,620],[1056,621],[1066,636],[1071,644],[1076,659],[1089,673],[1097,684],[1110,693],[1126,688],[1136,688],[1153,694],[1153,701],[1164,706],[1168,722],[1174,737],[1183,742],[1187,757],[1201,767],[1213,767],[1222,769],[1233,776],[1243,788],[1253,801],[1261,816],[1269,822],[1281,826],[1290,827],[1303,825],[1314,833],[1326,840],[1329,850],[1345,853],[1352,845],[1359,838],[1368,825],[1376,836],[1379,855],[1380,863],[1383,876],[1377,885],[1374,902],[1367,895],[1357,886],[1353,876],[1347,866],[1335,865],[1324,871],[1310,875],[1299,879],[1292,871],[1276,874],[1257,870],[1238,873],[1231,879],[1230,891],[1230,905],[1226,913],[1228,930],[1223,940],[1214,952],[1204,965],[1181,975],[1160,973],[1143,963],[1131,957],[1119,943],[1103,939],[1086,929],[1071,921],[1065,905],[1054,906],[1042,903],[1025,899],[1014,890],[1002,881],[995,863],[992,847],[977,841],[956,831]]},{"area":"057","points":[[1604,761],[1628,764],[1654,767],[1663,765],[1679,765],[1689,770],[1700,775],[1715,788],[1728,796],[1745,802],[1760,807],[1774,812],[1775,825],[1780,834],[1784,851],[1784,873],[1796,884],[1805,893],[1824,889],[1828,876],[1842,865],[1850,847],[1862,841],[1877,841],[1883,852],[1892,862],[1899,867],[1913,876],[1921,886],[1925,907],[1923,919],[1921,935],[1927,951],[1927,971],[1921,988],[1911,997],[1905,1005],[1906,1025],[1906,1043],[1913,1049],[1918,1057],[1922,1068],[1922,1080],[1926,1093],[1928,1106],[1924,1118],[1914,1130],[1907,1137],[1895,1155],[1887,1175],[1876,1181],[1863,1189],[1851,1188],[1841,1196],[1825,1201],[1807,1204],[1789,1201],[1774,1196],[1765,1181],[1755,1183],[1737,1187],[1729,1196],[1711,1203],[1691,1206],[1676,1200],[1660,1198],[1644,1198],[1630,1199],[1616,1193],[1606,1183],[1591,1178],[1576,1165],[1572,1146],[1575,1132],[1567,1115],[1566,1092],[1556,1081],[1546,1065],[1534,1065],[1520,1068],[1497,1064],[1484,1047],[1472,1041],[1457,1041],[1438,1036],[1419,1028],[1419,1019],[1420,1005],[1418,991],[1408,985],[1396,969],[1393,960],[1402,943],[1398,923],[1387,913],[1380,906],[1380,888],[1387,879],[1382,853],[1380,834],[1372,823],[1381,814],[1383,796],[1375,781],[1368,763],[1364,746],[1377,735],[1387,717],[1396,706],[1415,705],[1426,713],[1436,719],[1449,729],[1454,737],[1456,751],[1454,769],[1462,780],[1477,788],[1487,802],[1500,808],[1510,799],[1532,789],[1546,781],[1565,779],[1592,782],[1599,775]]},{"area":"054","points":[[1389,564],[1378,541],[1355,516],[1359,489],[1348,472],[1346,452],[1355,431],[1367,412],[1377,398],[1400,389],[1420,385],[1438,385],[1455,380],[1465,370],[1483,356],[1486,340],[1503,329],[1513,310],[1511,288],[1505,270],[1512,260],[1529,258],[1556,259],[1567,249],[1571,233],[1581,222],[1593,211],[1607,201],[1631,199],[1649,198],[1671,200],[1689,200],[1704,214],[1708,222],[1704,238],[1709,249],[1713,263],[1723,268],[1739,271],[1747,283],[1761,288],[1767,299],[1776,314],[1780,328],[1788,336],[1801,343],[1813,338],[1828,340],[1841,343],[1850,354],[1851,372],[1852,384],[1859,393],[1868,406],[1881,411],[1899,409],[1908,411],[1919,415],[1929,423],[1935,439],[1946,452],[1958,460],[1967,476],[1968,489],[1964,508],[1958,524],[1944,531],[1929,533],[1921,550],[1924,570],[1930,593],[1924,605],[1919,620],[1924,638],[1929,665],[1924,682],[1909,692],[1892,705],[1869,711],[1853,705],[1832,703],[1809,702],[1798,701],[1786,708],[1777,729],[1761,746],[1736,756],[1717,768],[1713,778],[1700,767],[1683,760],[1654,761],[1606,753],[1623,735],[1628,724],[1621,703],[1612,695],[1599,696],[1582,688],[1569,678],[1564,663],[1556,641],[1542,635],[1522,626],[1511,625],[1493,623],[1470,627],[1455,626],[1441,607],[1425,591],[1432,580],[1425,564],[1412,557],[1399,561]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/012-map-1.02-cragmaw-hideout.webp"},"grid":{"type":"square","size":213,"offsetX":17,"offsetY":160,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/013-map-1.02-cragmaw-hideout-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2029,"height":1452,"mapParent":{"id":"49c"},"credit":"Mike Schley","grid":{"type":"square","size":213,"offsetX":17,"offsetY":160,"scale":3}}]},{"name":"Ch. 2: Trouble in Phandalin","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/018-map-2.01-phandalin.webp"},"imageType":"map","title":"Map 2.1: Phandalin","credit":"Mike Schley","width":2049,"height":1452,"id":"49d","mapRegions":[{"area":"070","points":[[493,424],[506,407],[527,402],[534,407],[543,405],[559,430],[550,436],[558,450],[523,468]]},{"area":"07c","points":[[763,546],[761,594],[807,597],[806,546]]},{"area":"06d","points":[[1007,438],[1037,393],[1046,397],[1057,385],[1064,386],[1069,380],[1067,375],[1078,359],[1085,358],[1116,372],[1099,406],[1092,405],[1087,412],[1091,420],[1060,472]]},{"area":"07f","points":[[1239,624],[1232,603],[1236,585],[1242,570],[1287,570],[1295,580],[1300,619]]},{"area":"085","points":[[1744,541],[1847,507],[1866,570],[1766,607],[1755,605],[1746,578],[1754,574]]},{"area":"074","points":[[645,795],[658,778],[638,753],[652,727],[673,716],[685,722],[708,697],[748,725],[740,736],[749,743],[735,765],[729,777],[736,786],[715,808],[701,801],[695,807],[687,804],[673,811]]},{"area":"076","points":[[622,941],[683,932],[693,986],[632,996]]},{"area":"079","points":[[1229,883],[1236,914],[1245,991],[1249,1054],[1264,1070],[1300,1073],[1340,1069],[1407,1060],[1447,1038],[1481,1025],[1501,998],[1491,954],[1478,932],[1464,918],[1433,903],[1411,880],[1407,869],[1349,881],[1309,883],[1275,873]]},{"area":"080","points":[[827,760],[827,727],[838,700],[916,717],[916,728],[928,733],[924,758],[911,759],[905,774]]},{"area":"06a","points":[[869,585],[916,518],[965,549],[977,558],[943,614],[919,597],[904,610]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/018-map-2.01-phandalin.webp"},"grid":{"type":"none","size":90,"distance":50},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/019-map-2.01-phandalin-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2049,"height":1452,"mapParent":{"id":"49d"},"credit":"Mike Schley","grid":{"type":"none","size":90,"distance":50}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/027-map-2.02-redbrand-hideout.webp"},"imageType":"map","title":"Map 2.2: Redbrand Hideout","credit":"Mike Schley","width":2059,"height":1466,"id":"49e","mapRegions":[{"area":"0ae","points":[[695,1266],[752,1266],[759,1248],[764,1228],[785,1208],[807,1202],[820,1206],[824,1228],[829,1249],[840,1258],[859,1260],[894,1252],[906,1221],[909,1192],[975,1192],[975,1125],[964,1113],[960,1091],[968,1060],[960,1031],[940,1009],[920,999],[918,976],[935,965],[928,936],[925,918],[911,901],[902,885],[902,853],[906,827],[925,807],[924,791],[949,767],[966,754],[968,735],[994,714],[1007,698],[1028,687],[1038,675],[1031,658],[1033,628],[1044,598],[1046,586],[1042,556],[1051,541],[1048,516],[1044,505],[1028,498],[1015,484],[988,472],[973,453],[965,420],[828,420],[828,444],[816,458],[813,474],[796,492],[785,507],[779,513],[753,512],[744,506],[727,498],[711,500],[713,514],[707,529],[687,532],[672,546],[667,565],[667,627],[679,633],[679,658],[678,678],[668,694],[675,708],[673,732],[660,749],[647,764],[629,778],[625,794],[619,813],[605,833],[580,835],[562,845],[548,856],[551,881],[546,899],[535,920],[545,939],[544,955],[544,973],[541,992],[532,1007],[529,1032],[522,1049],[510,1049],[510,1121],[524,1120],[532,1128],[547,1152],[548,1167],[561,1184],[578,1188],[589,1179],[606,1178],[624,1176],[641,1188],[667,1198],[679,1207],[688,1232],[688,1249]]},{"area":"098","points":[[1116,914],[1116,1189],[1321,1189],[1321,914]]},{"area":"093","points":[[1401,913],[1602,913],[1602,980],[1745,980],[1745,913],[1947,913],[1947,1328],[1744,1328],[1744,1265],[1604,1265],[1604,1332],[1401,1332]]},{"area":"09b","points":[[1395,702],[1395,839],[1954,839],[1954,702]]},{"area":"0a2","points":[[1399,206],[1399,694],[1600,694],[1600,206]]},{"area":"0a8","points":[[1185,206],[1185,407],[1321,407],[1321,206]]},{"area":"09e","points":[[1108,419],[1108,840],[1385,840],[1385,419]]},{"area":"0ab","points":[[765,207],[765,418],[1033,418],[1033,207]]},{"area":"0c0","points":[[411,207],[411,416],[681,416],[681,207]]},{"area":"0bb","points":[[122,208],[122,480],[398,480],[398,208]]},{"area":"0b8","points":[[124,562],[124,902],[474,902],[474,562]]},{"area":"0b4","points":[[124,1131],[124,1333],[473,1333],[473,1131]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/027-map-2.02-redbrand-hideout.webp"},"grid":{"type":"square","size":212,"offsetX":-63,"offsetY":-25,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/028-map-2.02-redbrand-hideout-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2059,"height":1466,"mapParent":{"id":"49e"},"credit":"Mike Schley","grid":{"type":"square","size":212,"offsetX":-63,"offsetY":-25,"scale":3}}]},{"name":"Ch. 3: The Spider's Web","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/036-03-003.map301-old-owl-well.webp"},"title":"Map 3.1: Old Owl Well","credit":"Mike Schley","width":1002,"height":1369,"imageType":"map","grid":{"type":"square","size":167,"offsetX":74,"offsetY":53,"scale":3},"id":"4ba"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/037-map-3.02-ruins-of-thundertree.webp"},"imageType":"map","title":"Map 3.2: Ruins of Thundertree","credit":"Mike Schley","width":2040,"height":1452,"id":"49f","mapRegions":[{"area":"0e9","points":[[468,140],[468,262],[734,262],[734,140]]},{"area":"0e4","points":[[116,417],[116,546],[246,546],[246,417]]},{"area":"0f6","points":[[963,142],[1083,142],[1083,200],[1117,200],[1129,180],[1147,164],[1172,152],[1196,149],[1220,153],[1252,169],[1269,190],[1281,221],[1281,254],[1268,285],[1242,309],[1212,321],[1173,319],[1144,303],[1123,280],[1112,250],[1107,241],[1082,241],[1082,258],[963,258]]},{"area":"0e6","points":[[327,559],[397,559],[397,485],[450,485],[450,682],[327,682]]},{"area":"0e6","points":[[535,554],[535,754],[666,754],[666,554]]},{"area":"0ec","points":[[468,904],[468,1104],[596,1104],[596,904]]},{"area":"0f0","points":[[749,1119],[814,1119],[814,1045],[878,1045],[878,1113],[942,1113],[942,1241],[749,1241]]},{"area":"0f2","points":[[956,908],[956,1037],[1222,1037],[1222,908]]},{"area":"0fb","points":[[1168,1116],[1168,1246],[1295,1246],[1295,1116]]},{"area":"0fe","points":[[1441,906],[1441,1039],[1504,1039],[1504,906]]},{"area":"108","points":[[1797,1119],[1869,1119],[1869,976],[1929,976],[1929,1246],[1797,1246]]},{"area":"105","points":[[1585,556],[1649,556],[1649,623],[1716,623],[1716,689],[1648,689],[1648,759],[1585,759]]},{"area":"101","points":[[1603,360],[1603,467],[1701,467],[1701,360]]},{"area":"103","points":[[1659,138],[1858,138],[1858,332],[1729,332],[1729,264],[1659,264]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/037-map-3.02-ruins-of-thundertree.webp"},"grid":{"type":"square","size":105,"offsetX":29,"offsetY":77,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/038-map-3.02-ruins-of-thundertree-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2040,"height":1452,"mapParent":{"id":"49f"},"credit":"Mike Schley","grid":{"type":"square","size":105,"offsetX":29,"offsetY":77,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/043-03-008.map303-wyvern-tor.webp"},"title":"Map 3.3: Wyvern Tor","credit":"Mike Schley","width":1010,"height":1372,"imageType":"map","grid":{"type":"square","size":158,"offsetX":95,"offsetY":76,"scale":3},"id":"4bb"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/044-map-3.04-cragmaw-castle.webp"},"imageType":"map","title":"Map 3.4: Cragmaw Castle","credit":"Mike Schley","width":2029,"height":1452,"id":"4a0","mapRegions":[{"area":"11a","points":[[79,561],[178,561],[205,596],[232,620],[268,649],[309,673],[349,685],[349,835],[311,849],[268,888],[238,926],[222,960],[79,960],[79,828],[149,828],[149,694],[79,694]]},{"area":"11d","points":[[364,695],[418,695],[418,498],[549,498],[549,626],[675,626],[675,753],[545,753],[545,858],[527,878],[505,912],[487,953],[422,953],[422,824],[364,824]]},{"area":"12b","points":[[221,487],[214,453],[207,415],[219,365],[235,327],[262,287],[298,272],[320,254],[348,252],[391,249],[411,251],[411,487]]},{"area":"120","points":[[224,498],[409,498],[409,624],[371,621],[340,608],[293,582],[255,544],[229,516]]},{"area":"127","points":[[608,485],[424,485],[424,236],[459,232],[492,239],[531,258],[566,291],[673,291],[673,352],[604,352],[613,395],[618,440],[612,468]]},{"area":"134","points":[[692,416],[692,254],[700,221],[727,191],[749,172],[778,158],[816,152],[860,162],[889,179],[916,204],[934,225],[944,248],[951,271],[951,416]]},{"area":"130","points":[[689,420],[689,754],[951,754],[951,420]]},{"area":"13a","points":[[1018,389],[1032,353],[1054,325],[1081,306],[1100,296],[1132,285],[1155,267],[1181,279],[1200,307],[1225,341],[1251,371],[1275,388],[1278,425],[1279,488],[1267,502],[1240,532],[1211,549],[1169,560],[1112,567],[1081,601],[1040,639],[987,609],[978,513],[984,408]]},{"area":"141","points":[[1492,234],[1533,222],[1559,221],[1599,227],[1634,238],[1669,255],[1691,275],[1716,307],[1735,344],[1752,376],[1758,425],[1751,467],[1734,508],[1716,541],[1687,578],[1646,600],[1608,615],[1566,622],[1519,621],[1492,611]]},{"area":"13c","points":[[1292,641],[1319,631],[1349,628],[1381,631],[1419,644],[1481,686],[1481,715],[1488,751],[1482,798],[1466,840],[1438,869],[1412,888],[1394,896],[1387,920],[1384,941],[1376,955],[1273,955],[1286,921],[1306,867],[1292,809],[1292,696]]},{"area":"13e","points":[[1156,1066],[1151,1104],[1159,1135],[1176,1178],[1209,1209],[1244,1227],[1256,1229],[1296,1233],[1334,1227],[1364,1212],[1395,1181],[1416,1140],[1420,1095],[1420,1049],[1394,1016],[1368,991],[1356,975],[1322,966],[1286,969],[1276,1014],[1240,1033],[1208,1024],[1180,1040]]},{"area":"12e","points":[[945,1026],[682,1026],[654,998],[639,974],[615,926],[593,872],[579,847],[558,842],[558,765],[945,765]]},{"area":"120","points":[[411,1024],[280,1024],[286,988],[300,958],[322,929],[352,905],[389,893],[411,892]]},{"area":"124","points":[[278,1036],[420,1036],[420,967],[480,967],[502,976],[529,960],[562,938],[599,942],[621,986],[585,999],[541,1026],[549,1060],[521,1092],[478,1091],[468,1128],[462,1160],[434,1166],[406,1165],[371,1158],[338,1142],[309,1112],[289,1081],[282,1056]]},{"area":"137","points":[[688,1102],[688,1241],[884,1241],[884,1102]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/044-map-3.04-cragmaw-castle.webp"},"grid":{"type":"square","size":201,"offsetX":44,"offsetY":69,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/045-map-3.04-cragmaw-castle-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2029,"height":1452,"mapParent":{"id":"4a0"},"credit":"Mike Schley","grid":{"type":"square","size":201,"offsetX":44,"offsetY":69,"scale":3}}]},{"name":"Ch. 4: Wave Echo Cave","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/048-map-4.01-wave-echo-cave.webp"},"imageType":"map","title":"Map 4.1: Wave Echo Cave","credit":"Mike Schley","width":2204,"height":2873,"id":"4a1","mapRegions":[{"area":"18a","points":[[130,120],[130,469],[416,469],[416,120]]},{"area":"192","points":[[430,121],[541,121],[541,178],[591,178],[591,289],[430,289]]},{"area":"185","points":[[699,586],[692,526],[683,506],[671,490],[658,467],[655,454],[661,434],[669,411],[683,389],[711,370],[725,353],[739,332],[752,312],[761,299],[803,246],[827,234],[843,200],[858,184],[859,167],[891,157],[897,170],[884,247],[884,264],[878,284],[878,309],[879,325],[863,342],[844,368],[830,383],[837,415],[841,446],[850,470],[852,490],[850,510],[857,530],[860,563],[872,573],[873,586],[881,613],[890,628],[899,653],[907,690],[888,684],[871,673],[869,657],[857,645],[828,645],[808,652],[790,636],[778,628],[757,634],[742,630],[731,617],[730,601],[716,591]]},{"area":"183","points":[[1117,192],[1097,198],[1076,205],[1066,190],[1063,167],[1049,152],[1042,143],[1040,119],[1041,96],[1023,87],[996,108],[967,117],[932,170],[923,233],[904,293],[897,331],[887,370],[863,408],[872,469],[886,537],[922,525],[1005,440],[1028,390],[1017,359],[1009,338],[1018,314],[1031,293],[1043,288],[1057,290],[1066,291],[1093,282],[1105,273],[1126,255],[1131,227]]},{"area":"180","points":[[1463,330],[1490,316],[1513,312],[1527,323],[1543,333],[1556,331],[1574,317],[1597,309],[1620,311],[1635,310],[1643,295],[1663,290],[1688,283],[1691,268],[1697,249],[1715,232],[1723,215],[1746,202],[1756,168],[1741,165],[1725,163],[1703,139],[1735,107],[1817,61],[1926,61],[2052,125],[2133,277],[2114,356],[2074,393],[2054,401],[2042,406],[2020,403],[2001,384],[1990,351],[1978,337],[1965,314],[1956,305],[1937,319],[1931,337],[1919,350],[1909,372],[1907,389],[1917,405],[1923,427],[1909,450],[1892,456],[1892,474],[1894,490],[1883,510],[1860,517],[1848,543],[1846,573],[1852,597],[1869,617],[1870,640],[1883,742],[1851,746],[1833,737],[1819,728],[1801,732],[1780,731],[1768,725],[1748,730],[1733,734],[1712,743],[1638,730],[1623,706],[1616,696],[1599,684],[1580,679],[1564,664],[1547,642],[1542,624],[1525,605],[1515,593],[1499,580],[1499,560],[1499,543],[1507,530],[1517,505],[1505,488],[1491,482],[1473,472],[1469,457],[1456,445],[1447,437],[1432,426],[1430,414],[1430,398],[1426,384],[1422,364],[1442,351],[1450,339]]},{"area":"174","points":[[1424,1063],[1365,1063],[1353,1054],[1335,1059],[1328,1070],[1322,1096],[1325,1119],[1311,1131],[1289,1133],[1265,1120],[1245,1102],[1225,1097],[1217,1112],[1189,1103],[1191,1083],[1175,1071],[1157,1077],[1137,1069],[1129,1062],[1129,823],[1131,803],[1132,796],[1138,771],[1130,754],[1125,750],[1107,753],[1090,759],[1082,770],[1062,769],[1045,761],[1049,744],[1062,733],[1067,717],[1077,705],[1090,695],[1091,665],[1077,652],[1080,634],[1097,632],[1106,621],[1108,604],[1103,593],[1110,579],[1127,577],[1135,561],[1137,552],[1153,543],[1169,535],[1249,535],[1249,550],[1268,561],[1283,553],[1302,556],[1328,562],[1337,575],[1361,587],[1360,610],[1347,622],[1341,643],[1328,655],[1319,675],[1326,689],[1344,686],[1356,702],[1364,717],[1363,738],[1372,753],[1380,763],[1390,771],[1484,771],[1484,1063]]},{"area":"170","points":[[663,947],[663,710],[717,710],[717,768],[945,768],[945,947]]},{"area":"16c","points":[[263,1143],[330,1110],[336,1097],[342,1082],[357,1070],[383,1063],[389,1046],[399,1040],[415,1043],[423,1040],[436,1035],[450,1033],[455,1017],[466,1010],[481,999],[477,986],[470,969],[472,953],[483,949],[486,925],[475,911],[473,898],[483,888],[483,828],[482,812],[487,804],[490,783],[495,770],[496,757],[483,750],[471,736],[462,725],[461,710],[448,705],[441,691],[441,677],[455,670],[477,655],[476,639],[477,627],[485,612],[481,603],[472,600],[459,608],[451,603],[443,611],[434,620],[416,635],[410,650],[396,658],[382,656],[365,652],[349,643],[332,634],[317,641],[304,643],[290,638],[269,635],[234,633],[227,640],[198,663],[197,677],[198,696],[203,709],[216,717],[231,729],[254,739],[265,750],[268,768],[258,786],[236,791],[214,788],[200,795],[182,808],[170,820],[167,841],[175,857],[171,883],[157,900],[149,919],[148,941],[157,966],[169,976],[174,988],[170,1001],[177,1025],[183,1048],[195,1063],[181,1077],[191,1099],[209,1104],[225,1108],[238,1122],[256,1129],[260,1132]]},{"area":"15a","points":[[184,1243],[184,1413],[328,1413],[322,1450],[310,1474],[305,1491],[307,1514],[305,1528],[419,1528],[419,1410],[659,1410],[659,1595],[716,1595],[716,1478],[773,1478],[773,1594],[835,1594],[835,1499],[857,1486],[872,1480],[892,1485],[892,1590],[957,1590],[957,1651],[1003,1651],[1003,1709],[954,1709],[954,1945],[1067,1945],[1067,2009],[897,2009],[897,2150],[835,2150],[835,2004],[729,2004],[707,1980],[690,1963],[684,1950],[892,1950],[892,1771],[837,1771],[837,1885],[716,1885],[700,1850],[702,1833],[774,1833],[774,1772],[600,1772],[600,1826],[634,1826],[640,1858],[629,1879],[614,1884],[465,1884],[461,1897],[477,1912],[490,1937],[480,1953],[454,1948],[442,1957],[421,1939],[403,1908],[387,1886],[246,1886],[246,1944],[220,1946],[201,1930],[187,1913],[187,1828],[117,1828],[135,1810],[142,1791],[146,1777],[176,1770],[248,1770],[248,1824],[330,1824],[317,1798],[310,1765],[289,1737],[291,1715],[277,1688],[269,1653],[166,1653],[166,1632],[178,1612],[202,1598],[240,1590],[231,1565],[228,1544],[234,1525],[239,1497],[244,1476],[127,1476],[127,1243],[142,1229],[157,1210],[171,1213],[181,1229]]},{"area":"155","points":[[347,2353],[347,2333],[330,2323],[322,2307],[303,2296],[290,2260],[299,2238],[290,2221],[272,2211],[258,2198],[257,2190],[233,2156],[215,2152],[195,2143],[190,2126],[182,2117],[163,2103],[160,2085],[178,2083],[193,2088],[226,2090],[238,2079],[257,2077],[270,2066],[271,2048],[290,2044],[301,2038],[306,2045],[317,2037],[330,2026],[350,2023],[366,2023],[377,2039],[392,2050],[400,2059],[420,2062],[429,2075],[441,2083],[451,2069],[456,2050],[448,2032],[453,2010],[458,2003],[447,1993],[451,1982],[472,1976],[490,1974],[506,1960],[538,1957],[554,1953],[563,1961],[586,1963],[606,1970],[613,1979],[630,1995],[641,2006],[646,2018],[663,2029],[678,2045],[682,2064],[686,2084],[692,2096],[698,2117],[703,2133],[713,2152],[722,2172],[723,2188],[725,2203],[703,2206],[684,2210],[665,2215],[650,2213],[645,2224],[657,2243],[663,2257],[674,2266],[683,2283],[680,2297],[665,2310],[637,2315],[623,2324],[617,2338],[622,2353],[632,2372],[645,2381],[643,2402],[618,2403],[591,2404],[566,2407],[553,2410],[515,2409],[499,2403],[483,2387],[474,2378],[446,2375],[423,2391],[388,2398],[353,2391],[345,2373]]},{"area":"15f","points":[[779,2303],[894,2303],[894,2359],[1062,2359],[1062,2536],[834,2536],[834,2478],[779,2478]]},{"area":"161","points":[[1253,2301],[1253,2534],[1363,2534],[1363,2301]]},{"area":"15d","points":[[937,2166],[950,2154],[966,2145],[977,2133],[1003,2132],[1030,2125],[1051,2119],[1063,2110],[1078,2097],[1133,2097],[1143,2118],[1174,2134],[1188,2145],[1196,2132],[1200,2123],[1217,2124],[1230,2131],[1255,2132],[1293,2157],[1277,2181],[1271,2201],[1254,2216],[1237,2227],[1217,2240],[1191,2243],[1191,2303],[1115,2297],[1090,2289],[1060,2292],[1043,2283],[1027,2280],[1011,2280],[995,2260],[989,2243],[965,2240],[942,2231],[928,2215],[903,2209],[920,2189]]},{"area":"168","points":[[1575,1997],[1565,1984],[1563,1970],[1567,1954],[1564,1942],[1575,1930],[1591,1930],[1612,1921],[1620,1912],[1623,1902],[1620,1890],[1627,1878],[1629,1863],[1623,1854],[1617,1834],[1607,1826],[1597,1811],[1593,1796],[1588,1771],[1590,1758],[1602,1748],[1614,1753],[1630,1757],[1643,1768],[1661,1779],[1669,1785],[1674,1807],[1680,1824],[1686,1830],[1701,1835],[1718,1847],[1737,1843],[1740,1820],[1756,1812],[1777,1804],[1806,1797],[1828,1813],[1834,1822],[1834,1845],[1845,1848],[1863,1867],[1884,1877],[1897,1881],[1913,1897],[1934,1902],[1950,1899],[1963,1903],[1964,1923],[1958,1936],[1943,1944],[1945,1974],[1949,1991],[1971,2003],[1992,2009],[2006,2005],[2020,2009],[2028,2017],[2050,2024],[2057,2033],[2065,2050],[2061,2060],[2043,2062],[2028,2067],[2000,2065],[1978,2061],[1963,2066],[1954,2073],[1959,2086],[1977,2097],[1984,2104],[1999,2113],[2012,2127],[2014,2137],[2021,2149],[2030,2163],[2025,2178],[2015,2181],[2003,2197],[1987,2199],[1969,2199],[1954,2186],[1933,2188],[1930,2197],[1904,2200],[1885,2191],[1885,2180],[1871,2169],[1851,2163],[1835,2161],[1817,2149],[1818,2139],[1817,2126],[1789,2120],[1780,2112],[1762,2117],[1750,2124],[1749,2142],[1737,2149],[1729,2143],[1717,2134],[1703,2124],[1695,2111],[1683,2100],[1679,2085],[1679,2071],[1673,2064],[1638,2058],[1613,2059],[1588,2067],[1570,2077],[1546,2075],[1524,2070],[1516,2063],[1521,2035],[1533,2023],[1547,2013],[1563,2010],[1572,2005]]},{"area":"178","points":[[1901,1479],[1901,1702],[2069,1702],[2069,1479]]},{"area":"178","points":[[1952,1713],[1952,1772],[2072,1772],[2072,1713]]},{"area":"166","points":[[1365,1535],[1365,1888],[1459,1888],[1458,1871],[1450,1860],[1450,1837],[1460,1831],[1473,1825],[1478,1819],[1487,1807],[1505,1811],[1510,1798],[1504,1783],[1494,1764],[1501,1750],[1510,1745],[1521,1736],[1530,1723],[1540,1703],[1540,1535]]},{"area":"164","points":[[1017,1882],[1017,1533],[1070,1533],[1070,1591],[1189,1591],[1189,1882]]},{"area":"176","points":[[1844,1706],[1791,1679],[1786,1664],[1763,1665],[1750,1671],[1739,1686],[1699,1695],[1676,1691],[1661,1675],[1668,1655],[1665,1642],[1653,1632],[1643,1615],[1631,1606],[1610,1606],[1596,1597],[1598,1581],[1593,1552],[1590,1528],[1608,1513],[1619,1490],[1621,1474],[1616,1451],[1624,1436],[1643,1423],[1659,1409],[1674,1402],[1682,1418],[1697,1433],[1711,1419],[1722,1395],[1734,1376],[1750,1360],[1776,1352],[1830,1356],[1870,1360],[1903,1337],[1904,1304],[1921,1302],[1947,1306],[1954,1328],[1961,1346],[1952,1366],[1967,1377],[1989,1386],[2011,1390],[2034,1386],[2044,1393],[2063,1370],[2067,1383],[2063,1397],[2066,1415],[2079,1430],[2081,1457],[2071,1470],[1888,1470],[1888,1692],[1874,1698],[1858,1699]]},{"area":"17b","points":[[1844,1013],[1950,1013],[1950,1066],[2063,1066],[2063,1236],[1844,1236]]},{"area":"17b","points":[[1960,951],[1960,1057],[2064,1057],[2064,951]]},{"area":"16a","points":[[711,1365],[697,1354],[673,1352],[664,1350],[643,1352],[632,1357],[617,1338],[601,1323],[592,1309],[568,1297],[568,1278],[559,1247],[561,1233],[550,1207],[545,1191],[552,1171],[573,1162],[586,1163],[597,1170],[618,1156],[641,1155],[660,1161],[661,1134],[669,1116],[679,1097],[681,1073],[697,1065],[721,1050],[728,1030],[749,1019],[766,1017],[776,1027],[782,1037],[807,1027],[830,1022],[838,1014],[876,1017],[898,1023],[912,1030],[910,1046],[915,1065],[928,1075],[934,1090],[955,1088],[985,1077],[1005,1065],[1069,1065],[1069,1126],[1092,1138],[1105,1157],[1114,1163],[1136,1160],[1153,1176],[1162,1184],[1181,1195],[1205,1204],[1225,1194],[1240,1195],[1257,1207],[1275,1208],[1289,1200],[1304,1195],[1335,1199],[1350,1206],[1366,1196],[1425,1196],[1425,1222],[1440,1232],[1458,1237],[1468,1253],[1486,1261],[1497,1248],[1507,1250],[1524,1258],[1530,1278],[1518,1290],[1522,1302],[1529,1312],[1540,1313],[1558,1330],[1552,1348],[1536,1357],[1521,1381],[1514,1403],[1497,1410],[1490,1423],[1489,1438],[1479,1452],[1460,1457],[1441,1470],[1426,1480],[1403,1483],[1383,1470],[1358,1477],[1347,1488],[1325,1500],[1314,1514],[1305,1530],[1246,1530],[1233,1517],[1209,1516],[1190,1521],[1172,1529],[1144,1523],[1137,1507],[1126,1502],[1098,1497],[1077,1491],[1070,1486],[1066,1463],[1047,1457],[1031,1440],[1020,1423],[1009,1412],[987,1416],[971,1423],[952,1420],[935,1411],[921,1405],[903,1405],[886,1410],[867,1398],[853,1387],[842,1382],[818,1377],[803,1380],[781,1390],[718,1390]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/048-map-4.01-wave-echo-cave.webp"},"grid":{"type":"square","size":118,"offsetX":35,"offsetY":4,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/049-map-4.01-wave-echo-cave-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2204,"height":2873,"mapParent":{"id":"4a1"},"credit":"Mike Schley","grid":{"type":"square","size":118,"offsetX":35,"offsetY":4,"scale":4}}]},{"name":"Ch. 5: Paths of Peril","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/059-map-5.01-well-cavern.webp"},"imageType":"map","title":"Map 5.1: Well Cavern","credit":"Mike Schley","width":1002,"height":1369,"id":"4a2","grid":{"type":"square","size":194,"offsetX":44,"offsetY":24,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/060-map-5.01-well-cavern-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1002,"height":1369,"mapParent":{"id":"4a2"},"credit":"Mike Schley","grid":{"type":"square","size":194,"offsetX":44,"offsetY":24,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/062-05-006.map502-goblin-camp.webp"},"title":"Map 5.2: Goblin Camp","credit":"Mike Schley","width":1010,"height":1372,"imageType":"map","grid":{"type":"square","size":150,"offsetX":-62,"offsetY":33,"scale":3},"id":"4bc"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/064-map-5.03-phandalin-alleys.webp"},"imageType":"map","title":"Map 5.3: Phandalin Alleys","credit":"Mike Schley","width":1002,"height":1369,"id":"4a3","grid":{"type":"square","size":188,"offsetX":-90,"offsetY":-102,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/065-map-5.03-phandalin-alleys-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1002,"height":1369,"mapParent":{"id":"4a3"},"credit":"Mike Schley","grid":{"type":"square","size":188,"offsetX":-90,"offsetY":-102,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/067-map-5.04-rooftop-stash.webp"},"imageType":"map","title":"Map 5.4: Rooftop Stash","credit":"Mike Schley","width":1002,"height":1369,"id":"4a4","grid":{"type":"square","size":162,"offsetX":-36,"offsetY":-48,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/068-map-5.04-rooftop-stash-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1002,"height":1369,"mapParent":{"id":"4a4"},"credit":"Mike Schley","grid":{"type":"square","size":162,"offsetX":-36,"offsetY":-48,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/069-map-5.05-zorzulas-rest.webp"},"imageType":"map","title":"Map 5.5: Zorzula's Rest","credit":"Mike Schley","width":2204,"height":2873,"id":"4a5","mapRegions":[{"area":"1d5","points":[[367,196],[469,126],[578,104],[720,146],[795,221],[884,255],[980,258],[1128,246],[1255,267],[1348,291],[1442,285],[1442,219],[1549,131],[1676,118],[1815,139],[1884,165],[1952,172],[2014,228],[2025,252],[1985,251],[1956,248],[1927,256],[1911,271],[1868,269],[1839,262],[1824,242],[1787,239],[1773,253],[1759,254],[1746,271],[1731,278],[1714,293],[1693,294],[1668,298],[1660,313],[1642,322],[1621,344],[1606,352],[1599,376],[1587,393],[1576,409],[1575,427],[1567,441],[1544,449],[1518,453],[1480,425],[1454,425],[1427,419],[1415,402],[1394,398],[1365,393],[1336,400],[1320,392],[1298,384],[1287,356],[1262,346],[1234,338],[1227,331],[973,331],[962,340],[944,340],[922,348],[904,367],[900,376],[886,369],[853,361],[839,341],[825,328],[801,333],[776,335],[762,342],[720,332],[695,314],[688,287],[676,275],[658,271],[625,264],[618,247],[601,224],[573,212],[541,199],[508,204],[484,212],[460,212],[440,199],[399,196],[381,201]]},{"area":"1d8","points":[[960,435],[935,433],[920,416],[915,392],[922,375],[939,368],[960,362],[976,345],[1214,345],[1227,360],[1253,359],[1269,372],[1278,396],[1272,420],[1254,429],[1234,435],[1227,452],[1247,454],[1260,452],[1328,516],[871,516],[927,451],[967,449]]},{"area":"1da","points":[[1334,826],[1334,538],[860,538],[860,826]]},{"area":"1dc","points":[[408,658],[408,1087],[652,1087],[652,658]]},{"area":"1df","points":[[840,533],[840,832],[668,832],[668,533]]},{"area":"1e2","points":[[424,455],[435,435],[468,425],[487,401],[514,399],[538,394],[564,396],[595,406],[607,426],[625,435],[628,461],[639,478],[647,519],[646,555],[642,576],[628,593],[616,620],[594,632],[575,635],[552,642],[514,644],[484,639],[458,629],[441,609],[421,602],[404,574],[394,542],[392,515],[405,494],[414,476]]},{"area":"1e9","points":[[1355,833],[1355,589],[1372,578],[1373,566],[1394,541],[1407,545],[1419,525],[1528,525],[1528,833]]},{"area":"1ef","points":[[1548,592],[1548,894],[1786,894],[1786,592]]},{"area":"1f5","points":[[1606,527],[1606,580],[1788,580],[1788,527]]},{"area":"1eb","points":[[1542,526],[1542,579],[1591,579],[1591,526]]},{"area":"1e5","points":[[665,908],[1527,908],[1527,932],[1554,929],[1574,944],[1602,956],[1611,986],[1616,1009],[1612,1046],[1596,1062],[1591,1081],[1562,1082],[1540,1072],[1527,1075],[1518,1091],[1179,1212],[1028,1212],[845,1153],[668,1087],[665,1078]]},{"area":"1f8","points":[[349,1651],[366,1633],[382,1622],[400,1587],[427,1559],[449,1596],[439,1628],[404,1652],[434,1662],[454,1669],[479,1707],[454,1706],[416,1722],[412,1741],[421,1752],[451,1749],[473,1760],[495,1809],[461,1809],[419,1800],[386,1794],[366,1764],[336,1727],[341,1695],[345,1665]]},{"area":"1fa","points":[[569,1508],[581,1487],[600,1469],[620,1468],[652,1468],[680,1474],[708,1468],[718,1459],[748,1447],[766,1427],[798,1418],[826,1413],[841,1400],[872,1393],[895,1406],[925,1407],[978,1408],[1002,1406],[1079,1406],[1114,1406],[1145,1404],[1182,1412],[1224,1420],[1254,1440],[1266,1468],[1284,1492],[1309,1507],[1324,1533],[1324,1547],[1282,1581],[1276,1599],[1236,1588],[1195,1588],[1166,1599],[1136,1619],[1105,1634],[1085,1649],[1005,1636],[1024,1619],[1052,1605],[1056,1585],[1085,1569],[1125,1552],[1146,1542],[1153,1531],[1141,1532],[1104,1535],[1067,1535],[1033,1549],[1014,1556],[1009,1576],[987,1591],[974,1607],[926,1613],[906,1608],[867,1608],[842,1593],[793,1594],[775,1591],[735,1601],[714,1609],[675,1614],[666,1620],[624,1612],[612,1599],[571,1593],[558,1582],[532,1580],[533,1541],[554,1526]]},{"area":"208","points":[[1279,1605],[1293,1587],[1315,1574],[1344,1566],[1361,1551],[1376,1541],[1381,1525],[1367,1514],[1365,1491],[1358,1480],[1352,1462],[1355,1441],[1356,1421],[1373,1402],[1387,1401],[1407,1401],[1429,1392],[1456,1384],[1485,1391],[1496,1399],[1525,1408],[1538,1427],[1556,1433],[1564,1449],[1568,1480],[1567,1504],[1561,1526],[1538,1536],[1529,1559],[1512,1571],[1488,1573],[1462,1584],[1433,1589],[1409,1592],[1387,1594],[1368,1601],[1345,1619],[1339,1638],[1320,1625],[1296,1615]]},{"area":"205","points":[[752,1787],[760,1748],[785,1707],[800,1695],[822,1678],[851,1665],[884,1654],[909,1659],[932,1662],[967,1656],[986,1649],[1014,1655],[1031,1661],[1062,1666],[1099,1665],[1131,1666],[1153,1652],[1173,1631],[1194,1612],[1227,1607],[1258,1607],[1339,1644],[1353,1658],[1367,1668],[1389,1680],[1393,1704],[1406,1724],[1400,1744],[1401,1761],[1408,1774],[1414,1798],[1415,1820],[1402,1844],[1394,1855],[1376,1860],[1366,1872],[1356,1894],[1340,1908],[1328,1927],[1313,1927],[1295,1934],[1274,1940],[1265,1951],[1233,1948],[1211,1955],[1182,1956],[1156,1949],[1138,1934],[1109,1925],[1094,1919],[1066,1921],[1038,1928],[1024,1952],[995,1958],[965,1960],[953,1952],[924,1954],[908,1949],[887,1948],[869,1934],[853,1911],[844,1899],[821,1886],[798,1869],[776,1842],[764,1821],[748,1811]]},{"area":"1fe","points":[[439,2025],[441,1966],[454,1940],[459,1916],[489,1907],[527,1906],[544,1916],[547,1936],[553,1965],[568,1986],[584,1998],[609,2007],[629,2009],[649,2018],[675,2015],[712,2022],[724,2034],[727,2078],[728,2104],[736,2135],[748,2159],[748,2185],[747,2209],[736,2231],[727,2252],[721,2280],[715,2300],[722,2321],[709,2349],[702,2369],[680,2387],[662,2399],[644,2413],[620,2413],[586,2415],[554,2407],[526,2415],[502,2406],[491,2381],[468,2381],[452,2362],[440,2349],[429,2340],[401,2327],[398,2301],[385,2278],[369,2256],[364,2240],[361,2219],[367,2191],[369,2154],[382,2139],[399,2102],[411,2069],[428,2051]]},{"area":"202","points":[[761,1978],[833,1974],[872,1975],[965,1976],[1034,1974],[1082,1971],[1156,1969],[1231,1971],[1292,1962],[1340,1964],[1391,1965],[1435,1956],[1502,1973],[1505,1993],[1515,2004],[1538,2004],[1538,2079],[1524,2095],[1525,2128],[1525,2151],[779,2151],[774,2132],[756,2120],[751,2093],[744,2078],[746,2025],[751,1998]]},{"area":"211","points":[[1035,2479],[1095,2479],[1095,2160],[1159,2160],[1159,2479],[1221,2479],[1221,2666],[1035,2666]]},{"area":"20c","points":[[1541,1627],[1534,1591],[1536,1572],[1553,1551],[1572,1547],[1585,1531],[1601,1521],[1618,1502],[1621,1476],[1639,1464],[1673,1459],[1696,1454],[1731,1446],[1756,1441],[1788,1454],[1801,1465],[1827,1465],[1851,1476],[1860,1488],[1858,1508],[1873,1522],[1891,1544],[1901,1560],[1919,1588],[1909,1613],[1911,1640],[1914,1654],[1911,1688],[1909,1707],[1902,1728],[1901,1761],[1919,1782],[1918,1808],[1909,1835],[1915,1860],[1913,1886],[1931,1906],[1951,1914],[1968,1914],[1998,1926],[2012,1946],[2034,1962],[2040,1998],[2042,2026],[2040,2044],[2042,2079],[2044,2105],[2031,2128],[2019,2153],[2012,2165],[2009,2194],[2001,2211],[1975,2222],[1962,2246],[1938,2249],[1913,2255],[1888,2273],[1855,2282],[1820,2289],[1795,2282],[1758,2275],[1738,2276],[1707,2274],[1695,2262],[1678,2266],[1652,2267],[1629,2252],[1607,2227],[1589,2211],[1595,2187],[1587,2164],[1569,2144],[1560,2121],[1549,2092],[1549,1998],[1561,1987],[1569,1960],[1564,1927],[1568,1904],[1579,1878],[1593,1855],[1605,1842],[1573,1834],[1598,1799],[1624,1792],[1639,1779],[1654,1758],[1656,1740],[1629,1749],[1613,1772],[1592,1785],[1562,1813],[1544,1844],[1504,1824],[1502,1755],[1529,1744],[1548,1716],[1560,1685],[1579,1665],[1574,1633],[1556,1629]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/069-map-5.05-zorzulas-rest.webp"},"grid":{"type":"square","size":189,"offsetX":79,"offsetY":60,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/070-map-5.05-zorzulas-rest-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2204,"height":2873,"mapParent":{"id":"4a5"},"credit":"Mike Schley","grid":{"type":"square","size":189,"offsetX":79,"offsetY":60,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/074-map-5.06-indigo-sanctum.webp"},"imageType":"map","title":"Map 5.6: Indigo Sanctum","credit":"Mike Schley","width":1010,"height":1372,"id":"4a6","grid":{"type":"square","size":143,"offsetX":4,"offsetY":55,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/075-map-5.06-indigo-sanctum-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1010,"height":1372,"mapParent":{"id":"4a6"},"credit":"Mike Schley","grid":{"type":"square","size":143,"offsetX":4,"offsetY":55,"scale":3}}]},{"name":"Ch. 6: The Shattered Obelisk","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/080-06-002.sawplee-goblins-map.webp"},"title":"The Sawplee Goblins' Map","credit":"Hex Sharpe","width":1173,"height":1626,"imageType":"map","grid":{"type":"none"},"id":"4bd"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/082-map-6.01-marthungrims-home.webp"},"imageType":"map","title":"Map 6.1: Marthungrim's Home","credit":"Mike Schley","width":1006,"height":1372,"id":"4a7","grid":{"type":"square","size":322,"offsetX":55,"offsetY":-79,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/083-map-6.01-marthungrims-home-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1006,"height":1372,"mapParent":{"id":"4a7"},"credit":"Mike Schley","grid":{"type":"square","size":322,"offsetX":55,"offsetY":-79,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/085-06-004.map602-hardyhammer-mine.webp"},"title":"Map 6.2: Hardyhammer Mine","credit":"Mike Schley","width":1378,"height":1002,"imageType":"map","grid":{"type":"square","size":189,"offsetX":82,"offsetY":80,"scale":3},"id":"4be"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/086-map-6.03-talhundereth.webp"},"imageType":"map","title":"Map 6.3: Talhundereth","credit":"Mike Schley","width":3811,"height":5000,"id":"4a8","mapRegions":[{"area":"25e","points":[[373,762],[712,762],[712,1097],[602,1097],[602,1196],[493,1196],[493,1099],[373,1099]]},{"area":"25e","points":[[827,762],[1166,762],[1166,1099],[1048,1099],[1048,1200],[937,1200],[937,1103],[827,1103]]},{"area":"25e","points":[[1282,762],[1615,762],[1615,1097],[1505,1097],[1505,1198],[1389,1198],[1389,1099],[1282,1099]]},{"area":"25e","points":[[147,1440],[484,1440],[484,1545],[587,1545],[587,1663],[488,1663],[488,1771],[147,1771]]},{"area":"25e","points":[[371,2457],[712,2457],[712,2114],[583,2114],[583,1893],[486,1893],[486,2107],[371,2107]]},{"area":"25e","points":[[1044,2457],[1044,2011],[1149,2011],[1149,2107],[1390,2107],[1390,2457]]},{"area":"25e","points":[[1175,1777],[1278,1777],[1278,1663],[1619,1663],[1619,2000],[1276,2000],[1276,1888],[1175,1888]]},{"area":"25c","points":[[604,1987],[604,1324],[488,1324],[488,1223],[1503,1223],[1503,1318],[1714,1318],[1714,1547],[1149,1547],[1149,1987]]},{"area":"249","points":[[1743,764],[1699,747],[1667,712],[1648,655],[1659,594],[1699,545],[1726,528],[1714,480],[1693,438],[1728,402],[1739,358],[1764,324],[1773,291],[1771,255],[1762,225],[1775,181],[1867,175],[2027,133],[2158,162],[2164,223],[2181,263],[2181,301],[2196,339],[2206,368],[2185,408],[2177,444],[2162,472],[2179,516],[2187,533],[2229,558],[2253,606],[2257,665],[2244,709],[2223,749],[2164,764]]},{"area":"24b","points":[[1737,775],[1737,2356],[2164,2356],[2164,775]]},{"area":"251","points":[[2404,646],[2404,1537],[3074,1537],[3074,646]]},{"area":"253","points":[[3196,648],[3196,1093],[3533,1093],[3533,648]]},{"area":"24d","points":[[2293,1777],[2293,2442],[2627,2442],[2627,1777]]},{"area":"24f","points":[[2297,2566],[2737,2566],[2741,2611],[2705,2629],[2651,2655],[2627,2712],[2571,2760],[2526,2798],[2297,2798]]},{"area":"258","points":[[2743,2118],[3078,2118],[3078,2583],[3008,2552],[2956,2531],[2935,2491],[2895,2503],[2859,2547],[2787,2581],[2749,2537]]},{"area":"256","points":[[2745,1556],[2971,1556],[2971,1657],[3651,1657],[3651,2562],[3211,2562],[3211,1998],[2745,1998]]},{"area":"260","points":[[257,2678],[1503,2678],[1503,2909],[1606,2909],[1596,2956],[1592,2994],[1629,3008],[1638,3044],[1608,3076],[1606,3109],[1604,3126],[1505,3133],[1505,3347],[257,3347],[257,3133],[160,3133],[137,3105],[126,3069],[124,3008],[137,2949],[162,2903],[257,2903]]},{"area":"263","points":[[257,3469],[827,3469],[827,3587],[873,3587],[873,3808],[476,3808],[476,4036],[257,4036]]},{"area":"266","points":[[373,4147],[495,4147],[495,3926],[699,3926],[699,4474],[373,4474]]},{"area":"26b","points":[[722,3924],[935,3924],[935,4032],[1038,4032],[1038,4147],[939,4147],[939,4263],[722,4263]]},{"area":"268","points":[[1059,3924],[1059,4257],[1728,4257],[1728,3924]]},{"area":"270","points":[[821,4377],[821,4838],[1840,4838],[1840,4377]]},{"area":"273","points":[[2166,3697],[2162,3775],[2149,3829],[2135,3886],[2101,3952],[2055,4000],[2006,4023],[1956,4038],[1884,4021],[1838,3987],[1794,3924],[1762,3861],[1745,3787],[1735,3697],[1733,3465],[1756,3505],[1796,3507],[1815,3497],[1857,3497],[1884,3438],[1931,3432],[1947,3394],[2004,3402],[2046,3434],[2088,3419],[2093,3366],[2124,3337],[2166,3301]]},{"area":"275","points":[[2192,3472],[2406,3472],[2406,3128],[2844,3128],[2844,3693],[2192,3693]]},{"area":"278","points":[[2867,3131],[3651,3131],[3651,4023],[2981,4023],[2981,3356],[2867,3356]]},{"area":"27a","points":[[2411,3813],[2960,3813],[2960,4023],[2293,4023],[2295,3985],[2280,3952],[2295,3931],[2411,3931]]},{"area":"280","points":[[2179,4152],[3651,4152],[3651,4834],[2179,4834],[2179,4665],[2133,4646],[2093,4604],[2067,4558],[2059,4499],[2065,4446],[2082,4400],[2097,4364],[2126,4333],[2160,4318],[2179,4314]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/086-map-6.03-talhundereth.webp"},"grid":{"type":"square","size":339,"offsetX":105,"offsetY":-100,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/087-map-6.03-talhundereth-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3811,"height":5000,"mapParent":{"id":"4a8"},"credit":"Mike Schley","grid":{"type":"square","size":339,"offsetX":105,"offsetY":-100,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/092-map-6.04-crypt-of-the-talhund.webp"},"imageType":"map","title":"Map 6.4: Crypt of the Talhund","credit":"Mike Schley","width":2052,"height":1458,"id":"4a9","mapRegions":[{"area":"2a3","points":[[317,309],[398,309],[401,312],[416,332],[399,346],[399,354],[413,372],[399,386],[399,396],[414,415],[401,428],[401,439],[414,453],[401,471],[401,481],[412,497],[399,513],[399,521],[413,538],[401,553],[401,564],[413,581],[399,595],[399,602],[483,602],[483,804],[233,804],[233,603],[317,603],[317,596],[302,580],[317,565],[317,556],[302,538],[317,523],[317,514],[303,497],[317,481],[317,472],[301,453],[317,439],[317,430],[301,412],[317,398],[317,388],[303,371],[317,357],[317,347],[301,329],[317,316]]},{"area":"29e","points":[[272,816],[272,1102],[309,1102],[309,816]]},{"area":"2a0","points":[[357,815],[483,815],[483,976],[442,976],[442,1019],[357,1019],[357,936],[322,936],[322,893],[357,893]]},{"area":"29c","points":[[192,1189],[192,1172],[189,1149],[196,1132],[207,1124],[219,1104],[228,1089],[244,1078],[264,1060],[264,1104],[323,1104],[420,1104],[478,1137],[478,1229],[478,1352],[468,1367],[440,1363],[426,1362],[418,1342],[420,1334],[407,1319],[406,1305],[398,1287],[397,1268],[406,1260],[413,1254],[408,1239],[400,1233],[385,1234],[374,1232],[359,1224],[339,1219],[334,1207],[325,1197],[304,1188],[288,1180],[273,1167],[251,1167],[230,1176],[218,1186],[204,1194]]},{"area":"2b1","points":[[424,1100],[773,644],[876,600],[482,1134]]},{"area":"2aa","points":[[522,642],[647,642],[650,790],[601,851],[522,851]]},{"area":"2ad","points":[[737,400],[983,400],[983,597],[873,597],[769,643],[737,643]]},{"area":"2b5","points":[[736,185],[736,386],[940,386],[940,185]]},{"area":"2b3","points":[[523,184],[523,558],[683,558],[683,184]]},{"area":"2a6","points":[[608,1058],[608,985],[643,936],[772,936],[772,1058]]},{"area":"296","points":[[567,1102],[812,1102],[812,1142],[856,1142],[856,1102],[1107,1102],[1107,1144],[1149,1144],[1149,1102],[1400,1102],[1400,1220],[1154,1220],[1154,1184],[1109,1184],[1109,1220],[858,1220],[858,1185],[815,1185],[815,1220],[567,1220]]},{"area":"294","points":[[482,1233],[482,1308],[1441,1308],[1441,1233]]},{"area":"292","points":[[1443,1060],[1443,1352],[1692,1352],[1692,1060]]},{"area":"2c7","points":[[1447,896],[1611,896],[1611,602],[1821,602],[1821,1016],[1447,1016]]},{"area":"2c3","points":[[1378,811],[1442,811],[1442,518],[1567,518],[1567,849],[1410,849]]},{"area":"2bd","points":[[1068,336],[1086,321],[1102,336],[1102,393],[1113,393],[1113,336],[1130,322],[1146,336],[1146,392],[1154,392],[1154,336],[1170,323],[1186,336],[1186,391],[1194,391],[1194,336],[1213,321],[1225,336],[1225,392],[1238,392],[1238,336],[1252,322],[1268,338],[1268,393],[1278,393],[1278,336],[1294,320],[1312,336],[1312,393],[1318,393],[1318,336],[1335,319],[1355,336],[1355,389],[1405,389],[1430,410],[1408,429],[1360,429],[1360,438],[1407,438],[1431,454],[1411,470],[1361,470],[1361,478],[1409,478],[1433,498],[1411,513],[1360,513],[1360,518],[1409,518],[1433,536],[1413,553],[1361,553],[1361,562],[1411,562],[1429,580],[1414,593],[1362,593],[1362,602],[1407,602],[1432,622],[1413,639],[1362,639],[1362,644],[1411,644],[1429,663],[1411,679],[1176,679],[1114,598],[1068,598],[1022,598],[1022,394],[1068,394]]},{"area":"2c0","points":[[1185,690],[1260,690],[1437,896],[1437,1010]]},{"area":"29a","points":[[984,1091],[984,1064],[940,1064],[940,1091]]},{"area":"29a","points":[[773,851],[703,851],[736,811],[773,811]]},{"area":"29a","points":[[1189,811],[1264,811],[1297,851],[1189,851]]},{"area":"2b9","points":[[807,847],[807,810],[816,782],[825,755],[846,723],[866,704],[886,688],[915,677],[940,670],[963,669],[989,673],[1016,681],[1049,694],[1078,721],[1097,745],[1103,762],[1158,742],[1173,786],[1115,802],[1121,829],[1116,857],[1106,887],[1089,919],[1064,944],[1038,962],[1029,968],[1048,1035],[1010,1048],[984,981],[951,980],[921,974],[891,963],[869,949],[848,929],[832,907],[826,896],[801,904],[786,864],[812,856]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/092-map-6.04-crypt-of-the-talhund.webp"},"grid":{"type":"square","size":125,"offsetX":77,"offsetY":51,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/093-map-6.04-crypt-of-the-talhund-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2052,"height":1458,"mapParent":{"id":"4a9"},"credit":"Mike Schley","grid":{"type":"square","size":125,"offsetX":77,"offsetY":51,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/098-map-6.05-gibbet-crossing.webp"},"imageType":"map","title":"Map 6.5: Gibbet Crossing","credit":"Mike Schley","width":2229,"height":2889,"id":"4aa","mapRegions":[{"area":"2d2","points":[[745,744],[455,744],[455,623],[394,623],[394,569],[420,569],[420,545],[412,540],[402,539],[395,530],[392,510],[380,501],[373,484],[370,472],[349,452],[342,438],[325,438],[315,437],[310,444],[298,438],[291,424],[292,410],[277,399],[269,389],[253,390],[248,370],[237,361],[231,348],[223,327],[225,312],[234,301],[233,286],[235,272],[233,256],[222,246],[210,235],[204,218],[191,211],[177,201],[170,188],[168,172],[164,159],[154,148],[149,130],[156,120],[152,114],[141,108],[132,98],[143,84],[180,75],[188,79],[204,99],[208,114],[198,124],[204,138],[218,142],[227,157],[229,173],[237,190],[250,197],[256,203],[255,212],[258,223],[268,230],[278,238],[285,242],[291,254],[287,266],[289,283],[296,298],[301,309],[298,316],[288,327],[287,344],[299,352],[308,355],[318,365],[330,376],[336,391],[347,398],[360,403],[371,400],[384,408],[391,419],[393,430],[397,444],[399,464],[412,481],[424,473],[435,474],[448,480],[450,497],[455,508],[745,508]]},{"area":"2d4","points":[[759,743],[759,570],[871,570],[871,628],[932,628],[932,743]]},{"area":"2d9","points":[[275,1050],[275,569],[384,569],[384,634],[443,634],[443,755],[502,755],[502,1050]]},{"area":"2d6","points":[[516,756],[697,756],[697,809],[704,816],[798,816],[805,809],[805,756],[934,756],[934,1048],[871,1048],[871,1102],[813,1102],[813,1049],[629,1049],[629,988],[516,988]]},{"area":"2e5","points":[[711,1305],[702,1288],[692,1280],[687,1260],[695,1247],[703,1239],[708,1232],[712,1217],[708,1204],[700,1218],[688,1226],[678,1235],[668,1237],[666,1225],[663,1212],[663,1202],[646,1205],[642,1213],[633,1225],[628,1240],[629,1248],[625,1257],[613,1248],[604,1242],[598,1226],[598,1212],[583,1196],[572,1188],[567,1161],[557,1152],[547,1148],[535,1149],[524,1139],[519,1127],[507,1119],[508,1128],[507,1144],[515,1155],[523,1172],[535,1183],[538,1198],[538,1209],[551,1219],[555,1232],[555,1252],[546,1252],[542,1242],[515,1231],[508,1215],[501,1204],[495,1198],[482,1199],[470,1189],[460,1182],[451,1168],[437,1162],[420,1164],[405,1160],[392,1151],[372,1148],[362,1151],[335,1149],[332,1155],[340,1162],[356,1168],[367,1165],[378,1178],[389,1186],[403,1192],[417,1193],[428,1198],[435,1212],[442,1221],[452,1228],[463,1240],[469,1252],[480,1262],[475,1271],[455,1268],[448,1263],[432,1267],[420,1265],[410,1258],[394,1256],[386,1262],[372,1265],[365,1262],[352,1256],[335,1254],[325,1247],[309,1245],[315,1258],[326,1267],[335,1283],[327,1296],[308,1306],[299,1302],[280,1301],[275,1314],[277,1341],[278,1352],[299,1348],[318,1348],[338,1347],[355,1338],[368,1332],[378,1334],[395,1333],[408,1327],[425,1332],[452,1330],[464,1322],[485,1319],[502,1312],[513,1301],[525,1300],[523,1307],[525,1320],[518,1339],[501,1344],[485,1350],[465,1354],[451,1363],[439,1372],[433,1388],[421,1396],[405,1401],[388,1405],[376,1415],[370,1432],[359,1441],[355,1457],[341,1467],[332,1478],[326,1490],[332,1491],[349,1480],[368,1475],[382,1472],[393,1463],[401,1451],[412,1440],[418,1425],[437,1420],[453,1420],[467,1414],[466,1399],[477,1387],[498,1382],[511,1379],[532,1369],[551,1367],[556,1367],[556,1382],[555,1400],[543,1408],[529,1417],[528,1437],[517,1452],[503,1464],[498,1477],[495,1494],[487,1514],[474,1528],[464,1540],[466,1555],[462,1568],[479,1559],[489,1541],[505,1538],[517,1529],[523,1519],[529,1508],[529,1498],[536,1488],[555,1482],[568,1471],[572,1458],[575,1448],[583,1439],[598,1431],[611,1421],[618,1421],[615,1436],[608,1448],[610,1465],[611,1487],[605,1499],[591,1505],[582,1510],[580,1527],[577,1536],[568,1548],[556,1552],[550,1564],[540,1579],[542,1589],[555,1582],[565,1567],[581,1565],[604,1552],[613,1539],[622,1520],[637,1513],[649,1503],[652,1490],[657,1480],[672,1474],[687,1467],[698,1456],[692,1441],[695,1426],[698,1402],[691,1392],[697,1370],[714,1367],[728,1361],[738,1347],[742,1335],[748,1308],[745,1289],[734,1293],[725,1302],[718,1306]]},{"area":"2e3","points":[[809,1641],[802,1634],[797,1612],[797,1601],[809,1585],[817,1571],[815,1546],[808,1537],[797,1529],[795,1508],[796,1488],[789,1474],[785,1464],[772,1451],[770,1430],[765,1416],[757,1403],[752,1381],[757,1367],[750,1347],[756,1310],[751,1280],[750,1257],[757,1238],[767,1230],[785,1218],[795,1207],[805,1190],[810,1173],[810,1116],[867,1116],[880,1116],[891,1107],[902,1095],[919,1088],[932,1090],[950,1095],[964,1084],[986,1072],[1002,1069],[1020,1071],[1034,1066],[1036,1050],[1050,1037],[1070,1022],[1084,1015],[1097,1004],[1096,990],[1097,974],[1109,965],[1110,947],[1106,931],[1113,898],[1136,891],[1151,879],[1168,884],[1193,889],[1210,903],[1235,905],[1251,914],[1276,922],[1288,924],[1292,932],[1283,954],[1275,970],[1269,993],[1277,1005],[1272,1017],[1258,1034],[1248,1043],[1239,1062],[1242,1082],[1240,1097],[1234,1110],[1237,1130],[1239,1145],[1238,1163],[1231,1183],[1232,1213],[1238,1236],[1253,1247],[1262,1268],[1261,1283],[1265,1323],[1258,1337],[1262,1351],[1266,1363],[1271,1377],[1269,1394],[1260,1403],[1263,1421],[1270,1430],[1282,1454],[1288,1471],[1303,1470],[1317,1480],[1330,1494],[1344,1506],[1348,1523],[1353,1538],[1363,1554],[1372,1570],[1380,1579],[1398,1579],[1411,1580],[1424,1598],[1424,1613],[1424,1628],[1416,1642],[1398,1647],[1388,1657],[1368,1666],[1350,1671],[1333,1680],[1313,1690],[1292,1697],[1275,1705],[1251,1701],[1237,1682],[1232,1670],[1230,1652],[1213,1637],[1199,1630],[1191,1614],[1177,1606],[1160,1610],[1142,1607],[1116,1598],[1101,1593],[1095,1577],[1085,1570],[1066,1570],[1049,1565],[1042,1559],[1025,1563],[1004,1567],[997,1580],[983,1589],[970,1592],[958,1606],[955,1621],[948,1637],[934,1649],[877,1658],[837,1658],[817,1648]]},{"area":"2f5","points":[[939,1713],[939,2068],[991,2068],[991,1892],[1050,1892],[1050,1713]]},{"area":"2e1","points":[[807,1648],[835,1665],[927,1658],[927,1673],[929,1687],[929,1704],[929,1772],[917,1775],[903,1778],[896,1792],[897,1808],[897,1822],[881,1827],[871,1839],[859,1852],[861,1865],[864,1885],[853,1900],[844,1909],[839,1936],[830,1954],[818,1970],[806,1982],[801,1992],[800,2008],[798,2024],[805,2037],[797,2051],[793,2066],[774,2070],[745,2076],[724,2077],[690,2069],[673,2052],[651,2042],[631,2042],[625,2017],[631,2001],[641,1993],[651,1975],[656,1953],[657,1938],[668,1924],[685,1917],[697,1901],[697,1832],[730,1832],[730,1815],[744,1794],[756,1781],[757,1760],[756,1738],[762,1723],[776,1703],[789,1683],[800,1676],[802,1661]]},{"area":"2dc","points":[[334,1719],[334,1944],[628,1944],[628,1719]]},{"area":"2de","points":[[269,1963],[269,2197],[448,2197],[448,1963]]},{"area":"2f7","points":[[1109,2370],[1109,2082],[810,2082],[810,2370]]},{"area":"2fa","points":[[1239,2015],[1239,2257],[1347,2257],[1347,2015]]},{"area":"300","points":[[870,2743],[870,2497],[1172,2497],[1172,2743],[1083,2743],[1051,2772],[1021,2782],[990,2774],[958,2743]]},{"area":"2fe","points":[[1240,2741],[1240,2378],[1470,2378],[1470,2505],[1766,2505],[1766,2741],[1640,2741],[1617,2766],[1565,2784],[1516,2770],[1482,2741]]},{"area":"2fc","points":[[1281,1714],[1393,1664],[1402,1651],[1413,1649],[1419,1662],[1430,1676],[1433,1695],[1443,1703],[1457,1714],[1464,1737],[1469,1756],[1462,1770],[1467,1789],[1481,1794],[1494,1794],[1506,1809],[1510,1823],[1507,1833],[1511,1856],[1518,1863],[1523,1872],[1541,1878],[1547,1896],[1546,1915],[1546,1935],[1554,1951],[1560,1965],[1566,1984],[1577,2000],[1581,2022],[1578,2037],[1583,2055],[1586,2074],[1590,2089],[1603,2096],[1616,2119],[1630,2138],[1638,2149],[1652,2154],[1661,2151],[1671,2152],[1679,2164],[1692,2174],[1695,2192],[1702,2212],[1717,2224],[1698,2248],[1687,2267],[1675,2287],[1663,2298],[1648,2325],[1634,2343],[1616,2360],[1597,2388],[1583,2416],[1563,2411],[1555,2389],[1523,2370],[1504,2357],[1497,2340],[1482,2332],[1459,2337],[1440,2336],[1430,2321],[1416,2305],[1412,2291],[1411,2279],[1417,2264],[1411,2249],[1396,2234],[1397,2212],[1407,2200],[1403,2172],[1402,2158],[1404,2143],[1404,2126],[1389,2111],[1387,2087],[1385,2069],[1359,2067],[1358,2023],[1363,2003],[1350,1983],[1343,1962],[1350,1942],[1349,1924],[1340,1913],[1326,1887],[1316,1865],[1323,1833],[1320,1807],[1309,1786],[1303,1769],[1309,1751],[1307,1734],[1297,1724]]},{"area":"307","points":[[1594,1833],[1594,2070],[1709,2070],[1709,1833]]},{"area":"304","points":[[1722,1774],[2074,1774],[2074,2139],[1956,2139],[1956,2070],[1722,2070]]},{"area":"30d","points":[[1594,1534],[1713,1534],[1713,1417],[1890,1417],[1890,1645],[1594,1645]]},{"area":"309","points":[[1722,1770],[1722,1660],[1901,1660],[1901,1404],[1714,1407],[1714,1238],[1775,1238],[1775,1351],[1988,1351],[1988,1712],[1776,1712],[1776,1770]]},{"area":"311","points":[[1715,1050],[1715,1223],[2016,1223],[2016,1050]]},{"area":"2f0","points":[[1610,1477],[1635,1470],[1642,1447],[1646,1427],[1662,1399],[1662,1290],[1650,1284],[1652,1269],[1654,1244],[1651,1223],[1643,1199],[1628,1188],[1607,1180],[1595,1172],[1571,1173],[1546,1174],[1533,1163],[1529,1148],[1533,1132],[1531,1117],[1507,1117],[1481,1117],[1477,1137],[1474,1153],[1477,1168],[1454,1169],[1426,1177],[1408,1180],[1387,1179],[1377,1172],[1360,1172],[1343,1185],[1342,1202],[1349,1224],[1352,1243],[1343,1258],[1343,1281],[1350,1300],[1342,1317],[1330,1330],[1330,1347],[1333,1352],[1333,1364],[1325,1386],[1334,1403],[1355,1412],[1364,1431],[1372,1443],[1385,1460],[1406,1467],[1418,1453],[1437,1456],[1458,1460],[1466,1473],[1487,1479],[1506,1476],[1521,1470],[1540,1475],[1552,1477],[1579,1477],[1595,1470]]},{"area":"2ee","points":[[1732,816],[1768,822],[1780,817],[1777,786],[1774,764],[1787,755],[1816,757],[1843,755],[1836,727],[1837,696],[1835,665],[1837,645],[1854,639],[1883,643],[1903,637],[1916,656],[1937,650],[1944,641],[1974,651],[2003,663],[2011,671],[2010,685],[2017,707],[2017,730],[2017,743],[2017,757],[2017,787],[2010,803],[2018,827],[2019,843],[2018,855],[2016,885],[2022,905],[2018,923],[2001,927],[1977,930],[1963,919],[1942,931],[1917,932],[1887,931],[1866,929],[1849,929],[1825,931],[1801,934],[1774,931],[1746,929],[1723,930],[1717,897],[1724,884],[1728,859],[1725,838],[1726,826]]},{"area":"2ec","points":[[1478,679],[1495,661],[1503,648],[1525,637],[1541,637],[1561,639],[1570,627],[1591,624],[1613,630],[1636,633],[1650,626],[1669,619],[1690,619],[1710,624],[1723,631],[1732,650],[1727,662],[1721,672],[1713,685],[1714,705],[1712,717],[1716,736],[1718,748],[1710,765],[1709,783],[1715,801],[1722,813],[1720,830],[1719,863],[1710,870],[1709,893],[1707,913],[1708,934],[1706,951],[1702,970],[1697,973],[1690,988],[1664,997],[1654,1001],[1648,1017],[1655,1029],[1653,1038],[1638,1049],[1626,1060],[1610,1066],[1601,1083],[1598,1095],[1573,1103],[1550,1101],[1527,1105],[1497,1104],[1471,1103],[1445,1101],[1431,1093],[1410,1092],[1413,1074],[1417,1058],[1412,1039],[1417,1018],[1432,1009],[1444,1006],[1443,984],[1442,969],[1438,945],[1448,925],[1453,908],[1456,891],[1443,876],[1450,858],[1463,850],[1463,834],[1456,822],[1455,802],[1466,790],[1474,784],[1475,766],[1481,741],[1478,723],[1475,707],[1474,691]]},{"area":"2ea","points":[[1176,67],[1203,67],[1234,63],[1243,77],[1242,98],[1237,111],[1231,123],[1232,140],[1241,150],[1230,167],[1219,181],[1211,203],[1198,224],[1203,238],[1203,250],[1195,254],[1187,270],[1190,288],[1189,298],[1177,306],[1174,328],[1159,339],[1137,348],[1124,361],[1119,387],[1110,407],[1100,418],[1109,443],[1119,454],[1128,443],[1130,420],[1146,404],[1154,389],[1156,374],[1183,363],[1189,350],[1210,337],[1218,345],[1237,350],[1250,356],[1264,340],[1285,337],[1304,342],[1324,339],[1337,343],[1351,354],[1365,367],[1372,382],[1377,398],[1379,415],[1370,417],[1357,437],[1345,444],[1326,452],[1313,467],[1299,481],[1286,491],[1285,509],[1302,497],[1317,492],[1330,481],[1350,476],[1356,461],[1363,449],[1375,457],[1388,470],[1390,486],[1385,507],[1377,522],[1365,542],[1349,550],[1330,555],[1320,573],[1305,580],[1277,582],[1265,597],[1252,609],[1229,611],[1217,619],[1203,619],[1184,609],[1190,594],[1184,577],[1178,562],[1176,541],[1165,528],[1167,500],[1194,490],[1208,483],[1225,470],[1236,453],[1240,438],[1223,437],[1203,443],[1179,461],[1168,478],[1150,477],[1132,490],[1119,508],[1126,529],[1130,550],[1141,565],[1144,587],[1119,583],[1102,575],[1093,563],[1073,562],[1057,546],[1046,521],[1044,495],[1053,473],[1050,457],[1038,453],[1030,439],[1031,417],[1040,402],[1047,363],[1072,338],[1085,316],[1095,302],[1105,285],[1121,275],[1136,264],[1149,244],[1142,224],[1146,203],[1158,191],[1161,173],[1175,163],[1176,142],[1164,131],[1160,121],[1164,101],[1177,90],[1177,79]]},{"area":"2e7","points":[[1157,873],[1167,857],[1162,841],[1163,825],[1161,807],[1164,793],[1183,778],[1197,773],[1207,777],[1223,767],[1227,751],[1236,733],[1251,718],[1270,708],[1272,694],[1291,675],[1305,661],[1310,646],[1304,634],[1313,613],[1323,607],[1339,594],[1344,577],[1361,562],[1373,547],[1390,521],[1397,506],[1403,488],[1418,484],[1432,483],[1441,471],[1454,459],[1460,441],[1481,430],[1495,416],[1511,411],[1523,414],[1538,411],[1547,394],[1563,383],[1577,377],[1608,374],[1622,370],[1630,379],[1628,398],[1634,405],[1648,410],[1660,421],[1666,431],[1673,448],[1664,453],[1660,473],[1674,477],[1677,496],[1682,514],[1697,523],[1689,531],[1668,540],[1653,535],[1637,528],[1617,530],[1599,533],[1586,541],[1577,555],[1561,566],[1543,569],[1537,577],[1533,587],[1518,602],[1508,617],[1510,628],[1526,631],[1502,643],[1490,661],[1475,677],[1452,688],[1440,700],[1430,711],[1418,718],[1410,737],[1408,750],[1403,762],[1390,770],[1377,775],[1374,795],[1378,803],[1376,818],[1362,829],[1349,835],[1337,849],[1324,853],[1319,874],[1320,890],[1320,904],[1311,919],[1295,927],[1285,918],[1269,914],[1246,908],[1238,904],[1210,898],[1193,883],[1169,878]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/098-map-6.05-gibbet-crossing.webp"},"grid":{"type":"square","size":121,"offsetX":-17,"offsetY":-35,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/099-map-6.05-gibbet-crossing-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2229,"height":2889,"mapParent":{"id":"4aa"},"credit":"Mike Schley","grid":{"type":"square","size":121,"offsetX":-17,"offsetY":-35,"scale":4}}]},{"name":"Ch. 7: Rifts in Reality","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/106-map-7.01-tunnels-of-the-deep.webp"},"imageType":"map","title":"Map 7.1: Tunnels of the Deep","credit":"Mike Schley","width":2060,"height":1466,"id":"4ab","mapRegions":[{"area":"32d","points":[[801,668],[807,653],[807,636],[811,615],[799,599],[780,592],[762,584],[754,572],[761,563],[774,560],[788,540],[787,519],[789,499],[790,485],[796,477],[770,474],[758,484],[754,494],[751,506],[744,519],[730,528],[718,537],[713,550],[691,551],[667,549],[647,544],[650,564],[649,585],[662,584],[677,588],[697,595],[719,596],[726,604],[720,614],[735,626],[748,633],[756,648],[766,661],[762,672],[777,673],[784,673]]},{"area":"32f","points":[[628,700],[633,689],[656,684],[660,673],[673,677],[688,680],[699,684],[712,682],[735,678],[753,677],[784,678],[803,671],[815,673],[830,673],[841,682],[853,685],[870,689],[876,706],[879,724],[883,747],[878,769],[864,774],[847,772],[835,768],[821,771],[808,785],[796,796],[773,794],[767,785],[759,766],[745,760],[736,754],[713,752],[698,752],[679,753],[673,763],[656,753],[644,752],[629,755],[614,760],[610,751],[614,736],[617,718],[615,705]]},{"area":"335","points":[[522,915],[532,912],[538,899],[536,887],[544,871],[548,858],[562,845],[571,838],[578,842],[597,844],[609,834],[624,829],[651,828],[670,825],[678,828],[696,828],[711,831],[712,840],[718,849],[724,858],[723,871],[726,882],[738,880],[744,873],[756,878],[768,885],[772,892],[764,897],[765,914],[769,925],[765,938],[758,948],[754,960],[742,970],[722,965],[707,960],[687,961],[675,955],[671,951],[648,954],[636,955],[626,952],[612,955],[594,957],[581,959],[567,962],[550,960],[545,954],[535,958],[525,959],[519,946],[516,932],[516,924]]},{"area":"333","points":[[477,769],[488,762],[501,760],[512,754],[513,737],[518,723],[534,718],[545,705],[555,688],[565,673],[580,672],[598,660],[603,646],[616,641],[626,631],[628,617],[631,605],[637,592],[644,583],[645,566],[645,543],[645,533],[637,525],[621,523],[608,521],[590,518],[572,514],[562,502],[546,496],[525,496],[510,495],[498,502],[485,507],[476,515],[472,528],[462,535],[449,542],[443,546],[440,561],[437,576],[442,587],[438,603],[437,614],[438,628],[443,636],[440,648],[432,658],[427,670],[434,682],[432,695],[435,707],[446,724],[448,734],[457,742],[465,756]]},{"area":"33d","points":[[1541,365],[1550,355],[1553,343],[1562,331],[1570,324],[1566,308],[1568,281],[1565,265],[1560,254],[1549,239],[1546,228],[1543,213],[1535,196],[1530,178],[1539,154],[1551,150],[1561,155],[1575,155],[1587,149],[1604,147],[1620,149],[1640,147],[1653,150],[1655,160],[1654,168],[1663,181],[1677,190],[1688,192],[1702,186],[1716,184],[1735,189],[1751,192],[1781,190],[1800,185],[1818,186],[1814,172],[1822,158],[1830,150],[1845,150],[1865,149],[1878,150],[1888,155],[1898,162],[1902,178],[1897,188],[1898,203],[1898,221],[1892,232],[1873,233],[1855,235],[1847,235],[1847,249],[1840,262],[1825,269],[1808,277],[1803,285],[1790,286],[1773,288],[1762,289],[1750,291],[1739,293],[1735,305],[1728,312],[1715,311],[1700,312],[1688,312],[1671,318],[1656,311],[1643,300],[1644,285],[1644,276],[1651,267],[1647,248],[1642,237],[1632,232],[1613,218],[1598,203],[1588,196],[1577,195],[1568,203],[1578,211],[1584,221],[1585,234],[1592,244],[1590,252],[1588,272],[1592,284],[1594,298],[1595,312],[1602,322],[1600,331],[1595,337],[1585,340],[1582,353],[1566,359],[1555,369],[1549,375],[1540,372]]},{"area":"338","points":[[1368,224],[1448,242],[1449,266],[1450,283],[1452,301],[1447,318],[1439,332],[1445,351],[1456,362],[1481,352],[1501,355],[1512,353],[1523,369],[1529,455],[1513,452],[1496,442],[1490,432],[1475,428],[1462,428],[1445,435],[1448,460],[1439,470],[1442,489],[1434,510],[1422,523],[1368,563]]},{"area":"33a","points":[[1595,671],[1612,623],[1626,561],[1645,555],[1648,538],[1646,522],[1653,501],[1660,481],[1678,474],[1688,472],[1695,462],[1698,449],[1691,439],[1692,425],[1699,411],[1704,393],[1706,378],[1721,370],[1741,356],[1754,343],[1774,336],[1788,336],[1798,330],[1811,315],[1828,317],[1842,315],[1855,304],[1878,311],[1895,313],[1896,333],[1896,342],[1902,358],[1902,375],[1899,389],[1895,408],[1897,427],[1894,441],[1898,458],[1900,473],[1904,504],[1902,520],[1902,535],[1895,553],[1893,566],[1888,585],[1889,599],[1882,614],[1884,632],[1886,650],[1881,663],[1875,678],[1862,687],[1844,696],[1827,689],[1812,684],[1803,672],[1806,659],[1793,655],[1783,651],[1772,655],[1762,665],[1742,669],[1726,675],[1698,677],[1680,678],[1651,675],[1627,677],[1605,677]]},{"area":"343","points":[[1527,1007],[1534,988],[1532,958],[1530,946],[1522,925],[1534,917],[1550,910],[1562,902],[1568,888],[1578,873],[1587,853],[1602,838],[1622,836],[1640,835],[1655,838],[1673,832],[1702,833],[1725,829],[1732,837],[1759,842],[1773,842],[1784,835],[1815,835],[1831,840],[1847,846],[1858,858],[1852,875],[1842,885],[1824,882],[1813,888],[1809,901],[1805,917],[1799,933],[1791,952],[1782,955],[1775,966],[1774,978],[1775,998],[1774,1016],[1775,1028],[1783,1037],[1779,1053],[1771,1064],[1751,1068],[1737,1078],[1715,1073],[1708,1065],[1694,1065],[1685,1069],[1666,1072],[1650,1073],[1630,1083],[1622,1090],[1605,1091],[1596,1098],[1582,1087],[1575,1081],[1549,1078],[1535,1076],[1528,1058],[1532,1038],[1526,1020]]},{"area":"341","points":[[1368,872],[1368,799],[1594,799],[1588,810],[1568,816],[1552,814],[1544,825],[1529,835],[1515,834],[1501,842],[1490,857],[1482,869],[1488,882],[1490,898],[1485,914],[1483,929],[1478,943],[1487,965],[1503,961],[1522,957],[1525,983],[1523,999],[1506,996],[1491,997],[1475,1004],[1465,1012],[1438,998],[1419,988],[1422,972],[1417,948],[1418,936],[1427,923],[1441,912],[1447,895],[1454,881],[1452,860],[1445,855],[1430,858],[1408,864],[1395,859],[1381,864]]},{"area":"345","points":[[1411,1142],[1423,1134],[1432,1122],[1445,1123],[1458,1118],[1475,1118],[1489,1120],[1506,1121],[1522,1115],[1542,1116],[1557,1116],[1565,1126],[1578,1132],[1588,1141],[1595,1142],[1602,1139],[1616,1142],[1622,1152],[1640,1158],[1655,1154],[1665,1159],[1675,1162],[1677,1170],[1689,1180],[1695,1191],[1693,1202],[1688,1212],[1686,1228],[1685,1248],[1669,1264],[1658,1278],[1641,1287],[1628,1292],[1620,1299],[1608,1305],[1605,1318],[1595,1322],[1582,1319],[1571,1315],[1556,1319],[1538,1321],[1522,1322],[1506,1318],[1491,1315],[1482,1308],[1468,1310],[1456,1310],[1438,1301],[1428,1290],[1418,1278],[1419,1265],[1408,1256],[1398,1238],[1402,1227],[1406,1223],[1406,1204],[1402,1189],[1406,1175],[1412,1160],[1410,1153]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/106-map-7.01-tunnels-of-the-deep.webp"},"grid":{"type":"square","size":121,"offsetX":-14,"offsetY":-32,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/107-map-7.01-tunnels-of-the-deep-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2060,"height":1466,"mapParent":{"id":"4ab"},"credit":"Mike Schley","grid":{"type":"square","size":121,"offsetX":-14,"offsetY":-32,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/111-map-7.02-illithinoch.webp"},"imageType":"map","title":"Map 7.2: Illithinoch","credit":"Mike Schley","width":2204,"height":2873,"id":"4ac","mapRegions":[{"area":"374","points":[[243,323],[270,327],[306,327],[306,400],[318,412],[353,412],[367,398],[367,304],[386,285],[794,285],[816,307],[816,577],[796,597],[264,597],[243,573]]},{"area":"371","points":[[253,667],[799,667],[817,685],[817,911],[826,920],[924,920],[937,933],[937,970],[924,983],[193,983],[180,970],[180,936],[192,924],[230,924],[240,914],[240,684]]},{"area":"36b","points":[[301,1071],[321,1051],[601,1051],[616,1066],[616,1416],[597,1435],[323,1435],[301,1414]]},{"area":"36e","points":[[689,1193],[703,1179],[930,1179],[946,1195],[946,1417],[928,1435],[704,1435],[689,1419]]},{"area":"35b","points":[[371,1711],[391,1691],[1043,1691],[1066,1714],[1066,1927],[1047,1946],[393,1946],[371,1928]]},{"area":"359","points":[[51,1790],[79,1781],[93,1763],[124,1757],[156,1754],[183,1757],[211,1757],[234,1753],[243,1736],[241,1714],[259,1696],[274,1690],[293,1694],[300,1706],[304,1720],[306,1741],[310,1757],[333,1757],[356,1766],[360,1793],[361,1866],[350,1879],[329,1879],[311,1884],[303,1899],[303,1917],[291,1934],[271,1941],[249,1924],[246,1903],[240,1880],[226,1879],[210,1891],[187,1901],[169,1914],[156,1930],[146,1960],[134,1989],[120,2001],[103,2014],[77,2027],[51,2050]]},{"area":"35e","points":[[1134,1990],[1134,1577],[1149,1562],[1313,1562],[1328,1577],[1328,1996],[1315,2009],[1147,2009]]},{"area":"37e","points":[[1390,1710],[1406,1694],[1571,1694],[1585,1680],[1585,1646],[1599,1632],[1759,1632],[1774,1647],[1774,1677],[1788,1691],[1959,1691],[1972,1710],[1972,1801],[1958,1815],[1853,1815],[1838,1830],[1838,1939],[1849,1950],[1954,1950],[1970,1966],[1970,2069],[1958,2081],[1856,2081],[1844,2093],[1844,2189],[1855,2200],[1959,2200],[1971,2212],[1971,2324],[1962,2333],[1856,2333],[1846,2343],[1846,2450],[1856,2460],[1956,2460],[1969,2473],[1969,2584],[1960,2593],[1854,2593],[1844,2603],[1844,2766],[1829,2781],[1530,2781],[1515,2766],[1515,2606],[1503,2594],[1403,2594],[1390,2579],[1390,2476],[1406,2460],[1509,2460],[1520,2449],[1520,2349],[1507,2336],[1403,2336],[1390,2324],[1390,2219],[1405,2204],[1510,2204],[1521,2193],[1521,2089],[1510,2078],[1403,2078],[1390,2063],[1390,1966],[1403,1953],[1507,1953],[1521,1939],[1521,1831],[1510,1820],[1404,1820],[1390,1805]]},{"area":"364","points":[[366,2167],[389,2144],[790,2144],[809,2163],[809,2563],[791,2581],[389,2581],[366,2559]]},{"area":"368","points":[[431,2671],[443,2659],[796,2659],[809,2672],[809,2771],[795,2785],[443,2785],[431,2771]]},{"area":"361","points":[[1011,2286],[1025,2272],[1119,2272],[1136,2255],[1136,2096],[1153,2079],[1314,2079],[1327,2092],[1327,2189],[1312,2204],[1221,2204],[1206,2219],[1206,2255],[1223,2272],[1319,2272],[1332,2285],[1332,2636],[1312,2656],[1027,2656],[1011,2641]]},{"area":"379","points":[[1010,1257],[1024,1243],[1574,1243],[1586,1255],[1586,1491],[1021,1491],[1010,1472]]},{"area":"389","points":[[951,686],[968,669],[1437,669],[1450,682],[1450,1097],[1435,1112],[966,1112],[951,1088]]},{"area":"383","points":[[1517,751],[1537,731],[1889,731],[1903,745],[1903,910],[1937,954],[1909,989],[1909,1166],[1897,1178],[1537,1178],[1517,1163]]},{"area":"385","points":[[1584,363],[1600,347],[1893,347],[1909,363],[1909,649],[1893,665],[1600,665],[1585,650],[1585,550],[1597,538],[1763,538],[1775,526],[1775,491],[1763,479],[1601,479],[1584,465]]},{"area":"38c","points":[[944,369],[962,351],[1121,351],[1136,336],[1136,316],[1147,305],[1249,305],[1262,318],[1262,334],[1274,346],[1441,346],[1458,369],[1458,524],[1442,540],[960,540],[944,526]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/111-map-7.02-illithinoch.webp"},"grid":{"type":"square","size":193,"offsetX":-58,"offsetY":56,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/112-map-7.02-illithinoch-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2204,"height":2873,"mapParent":{"id":"4ac"},"credit":"Mike Schley","grid":{"type":"square","size":193,"offsetX":-58,"offsetY":56,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/119-map-7.03-feeder-trenches.webp"},"imageType":"map","title":"Map 7.3: Feeder Trenches","credit":"Mike Schley","width":2049,"height":1452,"id":"4ad","mapRegions":[{"area":"3a0","points":[[93,364],[100,325],[109,300],[128,269],[159,244],[201,231],[963,231],[992,236],[1019,244],[1046,268],[1070,294],[1082,322],[1087,356],[1087,897],[1021,888],[985,872],[961,831],[949,791],[940,773],[921,764],[519,764],[501,776],[494,788],[495,830],[483,880],[425,897],[227,897],[227,866],[216,839],[201,833],[139,833],[106,815],[93,784]]},{"area":"39e","points":[[1218,343],[1233,300],[1259,267],[1284,247],[1329,233],[1684,233],[1723,235],[1751,246],[1780,268],[1804,297],[1819,336],[1819,554],[1808,579],[1795,597],[1781,612],[1748,628],[1708,631],[1554,631],[1554,583],[1543,568],[1513,563],[1496,570],[1487,579],[1487,631],[1300,631],[1277,620],[1251,605],[1231,585],[1218,552]]},{"area":"3a5","points":[[559,1068],[559,1004],[569,981],[590,964],[611,962],[735,962],[752,954],[755,939],[755,908],[769,897],[795,896],[809,897],[821,909],[822,943],[828,960],[852,963],[892,963],[913,963],[931,973],[946,982],[956,1007],[955,1041],[955,1213],[962,1225],[989,1226],[1010,1233],[1022,1254],[1020,1272],[1012,1291],[996,1298],[970,1296],[957,1298],[954,1314],[947,1333],[935,1354],[906,1363],[615,1363],[584,1355],[564,1336],[559,1316]]},{"area":"3a2","points":[[1155,1002],[1171,974],[1206,962],[1624,962],[1655,967],[1674,979],[1684,1004],[1686,1049],[1686,1332],[1680,1353],[1653,1362],[1241,1362],[1205,1348],[1174,1319],[1158,1288],[1155,1254]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/119-map-7.03-feeder-trenches.webp"},"grid":{"type":"square","size":200,"offsetX":64,"offsetY":93,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/120-map-7.03-feeder-trenches-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2049,"height":1452,"mapParent":{"id":"4ad"},"credit":"Mike Schley","grid":{"type":"square","size":200,"offsetX":64,"offsetY":93,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/121-map-7.04-spawn-hollow.webp"},"imageType":"map","title":"Map 7.4: Spawn Hollow","credit":"Mike Schley","width":2049,"height":1452,"id":"4ae","mapRegions":[{"area":"3ab","points":[[810,663],[801,643],[810,626],[812,594],[799,588],[798,573],[802,554],[799,523],[810,502],[811,469],[810,454],[794,458],[785,445],[775,429],[772,406],[760,398],[758,376],[748,364],[728,359],[720,334],[726,314],[721,289],[731,268],[736,238],[758,225],[772,211],[772,200],[779,189],[795,175],[808,159],[827,155],[845,142],[858,126],[892,119],[909,126],[928,123],[941,111],[959,114],[976,111],[1005,112],[1037,104],[1046,91],[1067,83],[1088,90],[1105,95],[1123,102],[1138,96],[1148,89],[1162,90],[1175,88],[1192,86],[1222,85],[1241,86],[1261,95],[1290,92],[1305,89],[1336,91],[1348,104],[1349,120],[1372,124],[1378,120],[1400,112],[1408,103],[1417,109],[1431,124],[1438,138],[1453,149],[1469,149],[1475,156],[1506,162],[1523,157],[1543,173],[1548,186],[1556,191],[1566,190],[1573,202],[1589,215],[1603,209],[1618,203],[1641,208],[1657,202],[1676,210],[1692,215],[1709,213],[1729,223],[1749,241],[1755,254],[1774,265],[1794,265],[1814,264],[1824,278],[1842,280],[1854,291],[1850,302],[1858,318],[1871,330],[1886,324],[1899,333],[1904,344],[1905,365],[1899,387],[1895,404],[1891,415],[1883,435],[1891,441],[1894,466],[1910,489],[1911,498],[1893,501],[1889,520],[1875,524],[1864,539],[1859,556],[1836,564],[1797,582],[1752,531],[1732,490],[1734,474],[1734,452],[1741,440],[1735,419],[1718,425],[1705,443],[1685,455],[1675,474],[1662,494],[1637,505],[1622,517],[1597,523],[1577,530],[1566,541],[1565,555],[1551,558],[1535,571],[1528,584],[1517,582],[1498,582],[1482,588],[1467,582],[1438,579],[1421,579],[1416,568],[1403,547],[1381,555],[1364,554],[1343,562],[1334,576],[1330,596],[1308,602],[1283,603],[1269,613],[1265,632],[1246,634],[1226,638],[1213,628],[1198,640],[1188,646],[1178,645],[1159,644],[1135,658],[1121,670],[1121,688],[1098,702],[1084,708],[1068,720],[1067,731],[1057,745],[1031,744],[1014,750],[998,757],[977,752],[957,750],[942,759],[926,758],[905,766],[885,759],[865,744],[825,723],[810,696],[808,675]]},{"area":"3b0","points":[[628,937],[623,916],[621,899],[625,882],[628,868],[617,846],[611,831],[600,816],[614,813],[625,800],[616,784],[608,773],[582,774],[564,764],[570,750],[603,693],[680,680],[704,688],[718,693],[732,685],[751,690],[783,691],[797,684],[797,703],[812,726],[849,747],[839,763],[824,776],[818,795],[816,806],[795,812],[765,814],[739,825],[729,809],[707,805],[706,832],[710,845],[714,867],[711,889],[711,910],[696,917],[684,936],[664,941],[648,939]]},{"area":"3ad","points":[[376,1049],[414,1031],[459,1029],[493,1040],[518,1042],[548,1044],[575,1038],[595,1027],[595,1006],[616,1010],[641,1013],[657,998],[684,999],[711,994],[726,975],[736,959],[760,958],[786,954],[815,959],[831,959],[832,974],[844,981],[861,986],[875,978],[891,995],[896,1011],[891,1023],[905,1037],[920,1038],[930,1056],[947,1075],[944,1089],[939,1106],[941,1122],[924,1125],[914,1137],[917,1151],[925,1170],[936,1178],[957,1169],[962,1211],[957,1268],[944,1290],[929,1309],[906,1311],[882,1317],[853,1320],[840,1309],[834,1289],[818,1275],[800,1271],[791,1290],[789,1299],[779,1296],[765,1290],[742,1303],[725,1296],[698,1294],[686,1306],[679,1320],[676,1336],[653,1344],[635,1336],[632,1319],[615,1309],[590,1310],[574,1321],[559,1324],[546,1311],[525,1308],[511,1310],[494,1298],[503,1281],[510,1264],[505,1250],[494,1239],[478,1243],[464,1230],[440,1231],[425,1240],[404,1255],[388,1265],[390,1284],[377,1292],[357,1306],[345,1321],[323,1331],[305,1329],[288,1325],[275,1333],[251,1330],[241,1317],[227,1296],[241,1279],[245,1262],[244,1234],[239,1214],[246,1198],[266,1202],[284,1188],[283,1168],[303,1163],[314,1157],[321,1138],[334,1119],[331,1103],[348,1101],[359,1088],[374,1070]]},{"area":"3a9","points":[[1219,1189],[1170,1203],[1081,1154],[1101,1114],[1096,1079],[1107,1049],[1129,1040],[1146,1022],[1147,1000],[1147,976],[1171,972],[1189,950],[1217,938],[1227,926],[1239,906],[1235,886],[1229,870],[1236,855],[1258,835],[1272,823],[1297,822],[1338,817],[1364,806],[1383,801],[1403,808],[1422,809],[1452,809],[1479,792],[1482,771],[1479,737],[1478,718],[1501,712],[1509,686],[1529,666],[1551,650],[1563,627],[1587,603],[1606,583],[1626,571],[1652,562],[1692,565],[1757,598],[1741,631],[1729,652],[1722,672],[1723,692],[1705,698],[1671,719],[1656,732],[1639,739],[1628,763],[1611,769],[1602,785],[1601,806],[1597,835],[1604,858],[1624,861],[1650,866],[1662,879],[1689,886],[1706,908],[1710,922],[1699,948],[1702,975],[1701,996],[1717,1001],[1728,1021],[1754,1025],[1770,1041],[1784,1061],[1806,1043],[1819,1056],[1836,1065],[1825,1086],[1823,1110],[1816,1120],[1791,1122],[1776,1129],[1782,1146],[1764,1160],[1770,1189],[1771,1218],[1764,1229],[1733,1236],[1718,1229],[1692,1232],[1674,1214],[1669,1186],[1642,1181],[1626,1192],[1597,1196],[1587,1182],[1554,1171],[1536,1189],[1516,1179],[1493,1174],[1472,1154],[1454,1135],[1445,1110],[1428,1105],[1406,1093],[1387,1079],[1392,1057],[1372,1039],[1350,1042],[1345,1019],[1339,995],[1320,991],[1302,1005],[1299,1032],[1302,1045],[1289,1054],[1274,1075],[1277,1095],[1272,1119],[1261,1131],[1244,1143],[1244,1166],[1236,1177]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/121-map-7.04-spawn-hollow.webp"},"grid":{"type":"square","size":181,"offsetX":79,"offsetY":94,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/122-map-7.04-spawn-hollow-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2049,"height":1452,"mapParent":{"id":"4ae"},"credit":"Mike Schley","grid":{"type":"square","size":181,"offsetX":79,"offsetY":94,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/123-map-7.05-labyrinth-of-eyes.webp"},"imageType":"map","title":"Map 7.5: Labyrinth of Eyes","credit":"Mike Schley","width":2053,"height":1458,"id":"4af","mapRegions":[{"area":"3c2","points":[[505,450],[568,428],[640,428],[704,492],[572,492],[505,475]]},{"area":"3b9","points":[[972,634],[979,594],[995,563],[1012,531],[1029,504],[1051,482],[1084,456],[1117,442],[1151,431],[1189,426],[1224,423],[1265,434],[1301,444],[1326,459],[1351,474],[1372,496],[1390,517],[1406,546],[1422,570],[1432,602],[1442,636],[1443,668],[1436,708],[1426,743],[1410,772],[1397,798],[1370,829],[1346,849],[1308,874],[1266,889],[1227,894],[1185,893],[1137,884],[1105,871],[1081,862],[1061,848],[1032,818],[1009,790],[990,760],[981,721],[974,688],[971,662]]},{"area":"3c0","points":[[1239,293],[1239,363],[1443,363],[1443,293]]},{"area":"3c5","points":[[1574,160],[1945,160],[1945,292],[1912,292],[1912,359],[1942,359],[1942,495],[1542,495],[1542,360],[1574,360]]},{"area":"3bc","points":[[1307,961],[1307,1094],[1374,1094],[1374,961]]},{"area":"3b4","points":[[1036,1163],[1036,1293],[1371,1293],[1371,1163]]},{"area":"3b6","points":[[507,892],[507,1094],[638,1094],[638,892]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/123-map-7.05-labyrinth-of-eyes.webp"},"grid":{"type":"square","offsetX":17,"offsetY":81,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/124-map-7.05-labyrinth-of-eyes-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2053,"height":1458,"mapParent":{"id":"4af"},"credit":"Mike Schley","grid":{"type":"square","offsetX":17,"offsetY":81,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/125-map-7.06-labyrinth-of-eyes-alternate-configuration.webp"},"imageType":"map","title":"Map 7.6: Labyrinth of Eyes (Alternate Configuration)","credit":"Mike Schley","width":2053,"height":1458,"id":"4b0","mapRegions":[{"area":"3c2","points":[[504,449],[570,427],[636,427],[703,494],[573,494],[504,475]]},{"area":"3c0","points":[[1240,294],[1240,363],[1441,363],[1441,294]]},{"area":"3c5","points":[[1573,160],[1942,160],[1942,293],[1911,293],[1911,358],[1945,358],[1945,494],[1539,494],[1539,360],[1573,360]]},{"area":"3b9","points":[[966,630],[974,599],[985,571],[999,543],[1017,518],[1039,495],[1062,477],[1086,458],[1116,443],[1143,431],[1174,427],[1197,422],[1221,423],[1248,426],[1272,437],[1305,449],[1331,465],[1351,480],[1373,495],[1396,523],[1414,552],[1428,588],[1439,635],[1441,667],[1438,707],[1426,739],[1411,771],[1394,800],[1376,822],[1356,840],[1332,861],[1301,874],[1267,884],[1224,892],[1189,894],[1151,889],[1120,880],[1088,863],[1062,843],[1042,825],[1017,801],[996,766],[976,730],[971,695],[968,662]]},{"area":"3bc","points":[[1309,960],[1309,1091],[1373,1091],[1373,960]]},{"area":"3b4","points":[[1039,1159],[1039,1296],[1371,1296],[1371,1159]]},{"area":"3b6","points":[[507,894],[507,1091],[638,1091],[638,894]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/125-map-7.06-labyrinth-of-eyes-alternate-configuration.webp"},"grid":{"type":"square","offsetX":17,"offsetY":81,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/126-map-7.06-labyrinth-of-eyes-alternate-configuration-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2053,"height":1458,"mapParent":{"id":"4b0"},"credit":"Mike Schley","grid":{"type":"square","offsetX":17,"offsetY":81,"scale":3}}]},{"name":"Ch. 8: Beyond a Lightless Star","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/130-map-8.01-briny-maze.webp"},"imageType":"map","title":"Map 8.1: Briny Maze","credit":"Mike Schley","width":2204,"height":2873,"id":"4b2","mapRegions":[{"area":"415","points":[[1746,185],[1765,182],[1773,168],[1768,162],[1755,164],[1746,159],[1755,130],[1772,100],[1803,81],[1831,73],[1855,75],[1878,83],[1906,96],[1911,102],[1901,109],[1889,126],[1900,131],[1916,118],[1937,111],[1951,97],[1976,89],[1998,90],[2024,95],[2036,108],[2040,121],[2022,137],[2010,152],[2003,165],[2018,177],[2033,161],[2041,144],[2062,132],[2088,136],[2107,142],[2119,162],[2119,187],[2104,207],[2093,238],[2092,274],[2088,300],[2084,339],[2071,375],[2050,407],[2033,433],[2012,450],[1986,449],[1948,450],[1904,458],[1880,457],[1854,441],[1824,431],[1791,423],[1761,404],[1750,377],[1722,340],[1718,297],[1723,268],[1723,234],[1731,208],[1736,196]]},{"area":"429","points":[[415,646],[423,617],[441,591],[458,569],[479,548],[507,534],[540,520],[563,498],[590,479],[637,460],[673,448],[717,442],[749,443],[791,449],[824,457],[849,474],[871,489],[902,516],[925,542],[944,564],[975,583],[1009,607],[1035,639],[1055,671],[1060,710],[1058,742],[1054,768],[1059,810],[1057,850],[1059,874],[1073,904],[1090,922],[1091,1036],[1079,1044],[1070,1067],[1066,1099],[1065,1129],[1047,1136],[1012,1136],[959,1133],[919,1128],[880,1117],[841,1102],[805,1088],[756,1065],[752,1041],[743,997],[728,962],[707,921],[686,894],[660,873],[638,859],[615,847],[582,839],[562,794],[536,742],[512,711],[486,683],[461,669],[437,656]]},{"area":"41a","points":[[1106,1035],[1106,926],[1117,913],[1136,894],[1137,873],[1140,845],[1132,815],[1138,790],[1143,761],[1144,725],[1151,695],[1169,673],[1182,625],[1193,603],[1212,582],[1231,554],[1253,531],[1280,511],[1315,496],[1358,486],[1389,477],[1416,465],[1454,464],[1481,470],[1514,479],[1536,488],[1558,504],[1577,518],[1587,533],[1612,553],[1645,569],[1671,585],[1694,596],[1714,612],[1740,632],[1773,650],[1790,663],[1809,685],[1819,708],[1813,725],[1789,727],[1759,720],[1694,744],[1648,726],[1623,689],[1591,653],[1566,628],[1535,609],[1506,601],[1473,599],[1462,611],[1468,616],[1493,614],[1518,619],[1548,631],[1574,652],[1594,675],[1609,699],[1625,723],[1624,734],[1607,737],[1578,744],[1549,760],[1509,779],[1478,803],[1464,827],[1445,861],[1436,886],[1424,924],[1420,954],[1414,981],[1411,1003],[1416,1036],[1424,1057],[1419,1079],[1391,1097],[1349,1114],[1309,1128],[1250,1139],[1190,1141],[1140,1138],[1131,1122],[1129,1075],[1122,1050]]},{"area":"424","points":[[452,963],[440,968],[444,984],[443,1015],[442,1045],[436,1074],[428,1097],[388,1114],[316,1075],[285,1040],[261,1033],[230,1024],[214,1016],[207,991],[213,949],[214,923],[218,899],[231,867],[249,830],[277,782],[300,739],[333,704],[366,679],[392,667],[410,667],[438,673],[468,690],[498,722],[523,746],[540,775],[550,799],[563,836],[573,877],[574,911],[571,959],[567,1005],[554,1054],[540,1090],[529,1112],[524,1127],[501,1116],[469,1094],[453,1083],[451,1050],[459,1014],[459,983]]},{"area":"422","points":[[555,1198],[548,1170],[535,1143],[539,1123],[554,1096],[562,1067],[575,1030],[586,987],[586,954],[588,908],[584,875],[588,858],[609,861],[640,874],[676,901],[698,935],[709,960],[718,982],[729,1001],[735,1022],[733,1062],[729,1089],[711,1117],[690,1137],[671,1153],[653,1162],[642,1169],[608,1187],[579,1199]]},{"area":"400","points":[[193,1758],[179,1736],[165,1695],[157,1650],[147,1609],[137,1564],[135,1509],[134,1456],[143,1408],[150,1378],[156,1348],[154,1302],[154,1272],[163,1228],[168,1203],[167,1184],[171,1142],[174,1118],[160,1102],[179,1106],[190,1075],[204,1056],[221,1041],[246,1044],[263,1052],[287,1064],[309,1091],[325,1116],[345,1149],[357,1173],[372,1204],[390,1239],[403,1266],[399,1282],[379,1311],[356,1354],[339,1387],[336,1422],[331,1453],[330,1472],[315,1485],[292,1501],[277,1527],[267,1543],[251,1572],[241,1606],[229,1627],[224,1653],[219,1682],[216,1707],[215,1728],[215,1752]]},{"area":"405","points":[[367,1521],[352,1496],[344,1468],[344,1442],[349,1407],[360,1375],[374,1341],[387,1315],[411,1296],[428,1316],[442,1334],[456,1364],[465,1388],[472,1411],[478,1436],[485,1460],[486,1484],[475,1504],[457,1515],[447,1539],[433,1558],[398,1554],[380,1540]]},{"area":"41f","points":[[530,1462],[552,1444],[569,1415],[593,1393],[626,1370],[678,1346],[701,1328],[691,1308],[645,1209],[674,1165],[699,1147],[727,1126],[740,1102],[751,1082],[784,1094],[803,1102],[827,1117],[858,1126],[879,1134],[939,1149],[971,1150],[1011,1152],[1057,1151],[1067,1157],[1066,1177],[1065,1206],[1064,1238],[1063,1262],[1065,1281],[1065,1308],[1061,1331],[1066,1360],[1070,1391],[1066,1403],[1039,1408],[1005,1407],[960,1410],[934,1413],[902,1423],[879,1433],[846,1446],[824,1463],[795,1479],[773,1498],[748,1521],[733,1536],[703,1536],[683,1535],[647,1536],[615,1528],[566,1509],[545,1481]]},{"area":"412","points":[[1818,859],[1844,857],[1882,864],[1919,880],[1938,904],[1938,924],[1931,946],[1930,956],[1904,957],[1864,963],[1833,972],[1807,982],[1785,989],[1754,1006],[1730,1029],[1698,1056],[1676,1081],[1654,1106],[1640,1130],[1632,1151],[1606,1142],[1575,1114],[1556,1089],[1546,1041],[1547,993],[1554,948],[1575,922],[1606,904],[1625,894],[1652,893],[1656,923],[1645,954],[1645,970],[1656,962],[1662,938],[1667,915],[1672,889],[1690,873],[1725,859],[1764,857],[1796,857]]},{"area":"3f6","points":[[1693,1393],[1666,1367],[1646,1323],[1632,1260],[1629,1205],[1638,1164],[1660,1128],[1685,1091],[1715,1059],[1743,1033],[1780,1012],[1818,993],[1852,981],[1896,970],[1933,973],[1953,986],[1970,1006],[1976,1035],[1976,1063],[1980,1079],[1988,1107],[1998,1141],[2001,1178],[1997,1206],[1995,1248],[1977,1291],[1964,1325],[1943,1351],[1920,1376],[1888,1415],[1868,1433],[1847,1448],[1807,1425],[1779,1392],[1769,1359],[1756,1322],[1731,1287],[1717,1264],[1704,1249],[1697,1262],[1710,1285],[1724,1300],[1716,1315],[1708,1335],[1702,1367],[1704,1385]]},{"area":"3f3","points":[[1900,1700],[1892,1672],[1890,1639],[1893,1603],[1882,1572],[1873,1537],[1875,1506],[1861,1487],[1860,1470],[1869,1450],[1896,1427],[1920,1398],[1939,1372],[1958,1355],[1976,1353],[1987,1370],[1994,1390],[1996,1405],[1994,1443],[1993,1496],[1988,1533],[1993,1570],[1995,1604],[2000,1624],[2008,1652],[2008,1669],[2005,1696],[2000,1720],[1962,1737],[1930,1729],[1915,1714]]},{"area":"3ee","points":[[1452,1901],[1444,1886],[1445,1852],[1441,1825],[1433,1799],[1453,1778],[1473,1766],[1509,1751],[1540,1732],[1571,1703],[1598,1656],[1618,1629],[1637,1596],[1673,1580],[1709,1588],[1735,1611],[1761,1634],[1761,1655],[1752,1688],[1756,1726],[1766,1754],[1775,1786],[1771,1796],[1755,1795],[1694,1785],[1662,1791],[1646,1799],[1615,1823],[1584,1844],[1548,1863],[1517,1881],[1490,1892],[1471,1901]]},{"area":"3eb","points":[[1691,2037],[1703,2024],[1723,2004],[1745,1972],[1744,1954],[1791,1890],[1825,1867],[1847,1890],[1862,1930],[1876,1956],[1900,1987],[1913,2018],[1930,2055],[1933,2084],[1940,2106],[1936,2131],[1936,2150],[1939,2168],[1938,2204],[1937,2233],[1927,2269],[1911,2308],[1894,2320],[1886,2300],[1888,2258],[1878,2216],[1865,2179],[1853,2142],[1835,2097],[1809,2067],[1781,2053],[1748,2048],[1714,2048],[1693,2046]]},{"area":"3e5","points":[[1451,2297],[1462,2265],[1474,2218],[1497,2189],[1523,2168],[1549,2139],[1578,2100],[1603,2080],[1632,2069],[1666,2059],[1698,2061],[1731,2056],[1760,2061],[1790,2070],[1820,2094],[1836,2116],[1843,2151],[1847,2182],[1863,2206],[1871,2237],[1875,2286],[1876,2336],[1885,2369],[1881,2404],[1876,2426],[1856,2459],[1839,2480],[1817,2495],[1794,2505],[1784,2487],[1777,2473],[1721,2451],[1659,2421],[1651,2389],[1637,2343],[1627,2336],[1591,2341],[1517,2334],[1458,2311]]},{"area":"3e7","points":[[1133,2468],[1125,2446],[1129,2417],[1126,2390],[1128,2353],[1130,2321],[1127,2294],[1131,2271],[1128,2246],[1151,2238],[1208,2226],[1237,2209],[1284,2182],[1320,2161],[1361,2159],[1392,2203],[1417,2308],[1409,2407],[1402,2465],[1338,2505],[1299,2513],[1250,2506],[1203,2489],[1172,2475],[1149,2470]]},{"area":"3e2","points":[[750,2495],[790,2512],[824,2521],[865,2523],[912,2519],[948,2501],[1000,2481],[1041,2475],[1067,2472],[1068,2437],[1063,2388],[1070,2342],[1061,2308],[1069,2268],[1057,2235],[1024,2235],[981,2233],[935,2220],[900,2198],[871,2180],[823,2246],[797,2363],[769,2439],[757,2457]]},{"area":"3df","points":[[412,2090],[423,2179],[444,2235],[498,2301],[576,2299],[675,2256],[714,2214],[716,2164],[700,2140],[669,2109],[631,2082],[601,2072],[582,2064],[533,2064],[491,2067],[448,2077],[426,2086]]},{"area":"3dc","points":[[994,2659],[963,2611],[949,2547],[962,2520],[998,2496],[1026,2488],[1061,2485],[1101,2484],[1118,2486],[1143,2481],[1176,2493],[1208,2502],[1216,2553],[1215,2600],[1211,2632],[1190,2667],[1185,2681],[1175,2703],[1176,2722],[1184,2742],[1184,2762],[1163,2777],[1141,2784],[1103,2783],[1065,2782],[1031,2784],[1008,2764],[1013,2739],[1011,2726],[1017,2696],[1010,2670]]},{"area":"3fa","points":[[318,2012],[332,1993],[335,1971],[328,1947],[303,1934],[272,1912],[238,1882],[218,1854],[206,1822],[193,1801],[178,1816],[175,1846],[176,1887],[181,1922],[187,1964],[205,1992],[221,2025],[234,2052],[244,2074],[253,2107],[262,2141],[273,2175],[283,2214],[297,2235],[307,2239],[315,2205],[326,2162],[333,2118],[334,2056],[320,2028]]},{"area":"408","points":[[1054,1797],[1026,1797],[992,1793],[957,1790],[930,1780],[904,1774],[866,1771],[833,1771],[789,1761],[755,1748],[705,1740],[672,1720],[625,1697],[604,1670],[576,1657],[515,1693],[506,1740],[508,1802],[535,1836],[562,1843],[598,1849],[627,1854],[665,1860],[694,1880],[728,1898],[759,1929],[772,1953],[794,1994],[806,2023],[819,2061],[832,2098],[846,2136],[872,2159],[889,2179],[925,2201],[965,2215],[1015,2225],[1061,2222],[1066,2209],[1061,2174],[1071,2143],[1060,2108],[1070,2072],[1072,2044],[1088,2033],[1092,2000],[1090,1920],[1074,1908],[1062,1881],[1069,1854],[1067,1827],[1066,1808]]},{"area":"40b","points":[[1130,2217],[1131,2183],[1128,2138],[1122,2121],[1128,2066],[1121,2040],[1107,2024],[1101,1928],[1119,1911],[1129,1879],[1123,1832],[1128,1806],[1144,1797],[1166,1789],[1252,1789],[1325,1791],[1369,1800],[1395,1800],[1417,1804],[1428,1828],[1429,1858],[1430,1890],[1436,1926],[1439,1968],[1428,1999],[1410,2029],[1390,2064],[1362,2100],[1332,2131],[1307,2150],[1279,2169],[1238,2190],[1213,2203],[1184,2212],[1155,2221]]},{"area":"40e","points":[[1124,1400],[1126,1359],[1124,1313],[1128,1274],[1123,1238],[1132,1185],[1130,1161],[1148,1155],[1191,1155],[1253,1153],[1307,1142],[1356,1125],[1393,1107],[1423,1091],[1433,1067],[1509,1076],[1556,1111],[1592,1146],[1614,1166],[1619,1182],[1619,1208],[1621,1250],[1624,1294],[1635,1343],[1599,1419],[1562,1393],[1553,1401],[1551,1421],[1551,1456],[1531,1503],[1514,1525],[1499,1543],[1478,1547],[1452,1510],[1411,1472],[1373,1450],[1324,1429],[1282,1416],[1249,1409],[1218,1410],[1189,1404],[1166,1404],[1147,1404]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/130-map-8.01-briny-maze.webp"},"grid":{"type":"square","size":94,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/131-map-8.01-briny-maze-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2204,"height":2873,"mapParent":{"id":"4b2"},"credit":"Mike Schley","grid":{"type":"square","size":94,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/137-08-009.map802-crystal-dome.webp"},"title":"Map 8.2: Crystal Dome","credit":"Mike Schley","width":1002,"height":1369,"imageType":"map","grid":{"type":"square","size":90,"offsetX":-28,"offsetY":-15,"scale":3},"id":"4bf"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/138-08-010.map803-empty-bridge.webp"},"title":"Map 8.3: Empty Bridge","credit":"Mike Schley","width":1010,"height":1372,"imageType":"map","grid":{"type":"square","size":90,"offsetX":-15,"offsetY":-17,"scale":3},"id":"4c0"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/139-map-8.04-mire-of-doubt.webp"},"imageType":"map","title":"Map 8.4: Mire of Doubt","credit":"Mike Schley","width":1002,"height":1370,"id":"4b3","mapRegions":[{"area":"44d","points":[[675,348],[666,339],[646,343],[629,332],[601,326],[587,309],[573,284],[567,250],[564,214],[581,200],[592,170],[623,155],[671,147],[719,142],[740,148],[770,164],[793,193],[802,209],[820,251],[824,303],[804,327],[771,349],[737,356],[706,360],[695,352]]},{"area":"446","points":[[681,820],[681,897],[840,897],[840,820]]},{"area":"448","points":[[286,950],[309,946],[332,954],[365,966],[373,986],[390,1004],[402,1021],[397,1046],[398,1079],[388,1104],[365,1128],[338,1136],[298,1145],[274,1149],[225,1149],[188,1134],[163,1116],[141,1076],[141,1041],[140,1007],[160,965],[180,951],[224,937],[250,944],[274,956]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/139-map-8.04-mire-of-doubt.webp"},"grid":{"type":"square","size":115,"offsetX":-9,"offsetY":-17,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/140-map-8.04-mire-of-doubt-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1002,"height":1370,"mapParent":{"id":"4b3"},"credit":"Mike Schley","grid":{"type":"square","size":115,"offsetX":-9,"offsetY":-17,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/141-map-8.05-the-nematode.webp"},"imageType":"map","title":"Map 8.5: The Nematode","credit":"Mike Schley","width":1010,"height":1372,"id":"4b4","mapRegions":[{"area":"456","points":[[535,272],[563,249],[585,221],[602,190],[616,153],[634,121],[631,97],[652,104],[671,112],[704,126],[727,141],[757,159],[792,189],[818,213],[840,239],[848,254],[824,250],[810,263],[787,276],[760,298],[749,320],[742,341],[735,356],[718,370],[695,382],[661,386],[623,385],[587,376],[559,358],[533,331],[527,297]]},{"area":"457","points":[[304,725],[307,702],[310,680],[315,656],[327,634],[341,610],[351,584],[366,552],[377,531],[398,506],[423,484],[441,462],[454,448],[476,428],[508,413],[535,393],[557,378],[595,394],[570,424],[548,445],[520,461],[499,477],[485,492],[461,515],[451,530],[432,550],[417,564],[412,586],[396,598],[384,625],[375,648],[366,663],[358,691],[354,710],[344,726]]},{"area":"459","points":[[363,906],[345,894],[308,884],[280,874],[250,848],[241,812],[252,768],[270,748],[305,733],[345,731],[375,743],[401,753],[432,768],[453,786],[469,809],[477,836],[464,862],[448,876],[423,891],[413,903],[386,897],[370,900]]},{"area":"45d","points":[[115,1184],[142,1168],[157,1140],[181,1113],[203,1097],[236,1106],[261,1119],[305,1126],[328,1119],[352,1119],[362,1134],[384,1151],[394,1173],[413,1188],[430,1214],[427,1235],[426,1270],[348,1284],[285,1286],[197,1268],[154,1240],[137,1213]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/141-map-8.05-the-nematode.webp"},"grid":{"type":"square","size":115,"offsetX":7,"offsetY":-17,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/142-map-8.05-the-nematode-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1010,"height":1372,"mapParent":{"id":"4b4"},"credit":"Mike Schley","grid":{"type":"square","size":115,"offsetX":7,"offsetY":-17,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/143-08-011.map806-occluding-miasma.webp"},"title":"Map 8.6: Occluding Miasma","credit":"Mike Schley","width":1002,"height":1369,"imageType":"map","grid":{"type":"square","size":106,"offsetX":37,"offsetY":49,"scale":4},"id":"4c1"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/144-08-012.map807-toppled-statue.webp"},"title":"Map 8.7: Toppled Statue","credit":"Mike Schley","width":1010,"height":1373,"imageType":"map","grid":{"type":"square","size":121,"offsetX":16,"offsetY":14,"scale":4},"id":"4c2"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/145-map-8.08-wailing-battlefield.webp"},"imageType":"map","title":"Map 8.8: Wailing Battlefield","credit":"Mike Schley","width":1016,"height":1386,"id":"4b5","mapRegions":[{"area":"46c","points":[[466,478],[466,637],[623,637],[623,478]]},{"area":"46f","points":[[604,962],[626,943],[684,943],[705,964],[705,1046],[627,1046],[604,1025]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/145-map-8.08-wailing-battlefield.webp"},"grid":{"type":"square","size":109,"offsetY":-60,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/146-map-8.08-wailing-battlefield-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1016,"height":1386,"mapParent":{"id":"4b5"},"credit":"Mike Schley","grid":{"type":"square","size":109,"offsetY":-60,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/147-map-8.09-ilvaashs-anima.webp"},"imageType":"map","title":"Map 8.9: Ilvaash's Anima","credit":"Mike Schley","width":2050,"height":1459,"id":"4b6","mapRegions":[{"area":"484","points":[[894,509],[929,490],[969,477],[998,475],[1022,472],[1046,473],[1076,480],[1100,491],[1122,501],[1142,512],[1152,493],[1178,481],[1194,486],[1207,493],[1223,489],[1233,473],[1234,485],[1229,499],[1220,508],[1200,508],[1176,503],[1174,517],[1193,528],[1216,528],[1242,517],[1264,502],[1294,475],[1313,455],[1325,434],[1338,399],[1337,375],[1344,346],[1366,326],[1396,315],[1441,221],[1406,201],[1357,181],[1304,165],[1260,153],[1214,145],[1166,141],[1128,137],[1105,141],[1090,158],[1090,177],[1107,195],[1119,212],[1125,234],[1119,248],[1111,261],[1090,266],[1107,254],[1111,229],[1089,209],[1073,188],[1059,159],[1063,135],[1070,126],[1050,123],[1020,123],[1003,136],[1004,147],[1025,161],[1039,171],[1050,187],[1045,214],[1023,225],[1003,226],[995,213],[989,203],[978,210],[978,198],[989,198],[1005,208],[1026,211],[1029,196],[1018,182],[1000,168],[976,154],[964,177],[950,199],[930,212],[920,226],[921,249],[932,263],[919,260],[903,234],[917,204],[932,189],[939,166],[933,146],[913,141],[853,143],[806,147],[762,158],[722,168],[683,179],[631,195],[601,209],[583,218],[620,309],[654,312],[678,322],[697,338],[708,356],[719,378],[735,403],[747,433],[757,458],[770,482],[790,501],[788,482],[800,498],[823,501],[849,487],[869,482],[887,490]]},{"area":"478","points":[[733,1013],[695,928],[736,928],[771,920],[797,916],[831,902],[869,894],[900,895],[945,901],[981,910],[1029,912],[1064,905],[1106,895],[1138,892],[1180,896],[1219,912],[1265,931],[1311,949],[1346,961],[1296,1034],[1271,1028],[1236,1020],[1184,1032],[1152,1044],[1125,1068],[1102,1103],[1100,1132],[1116,1160],[1149,1183],[883,1183],[910,1162],[924,1150],[926,1113],[913,1083],[891,1055],[859,1032],[819,1018],[770,1015]]},{"area":"47f","points":[[692,1015],[645,924],[611,918],[578,906],[559,900],[562,925],[561,939],[548,918],[538,902],[513,893],[484,886],[458,869],[435,829],[427,795],[441,773],[464,765],[490,772],[515,784],[538,806],[564,830],[595,852],[624,865],[658,872],[691,873],[731,869],[764,860],[790,845],[807,827],[802,800],[782,777],[772,743],[762,702],[758,673],[761,630],[763,596],[759,571],[740,541],[715,509],[702,469],[687,424],[672,392],[648,367],[631,362],[613,363],[611,382],[615,408],[607,434],[595,451],[578,462],[550,463],[529,460],[512,427],[524,379],[541,353],[567,332],[593,319],[609,313],[573,225],[544,244],[515,260],[495,276],[473,289],[453,308],[429,332],[413,353],[394,383],[376,414],[362,442],[344,483],[335,524],[329,572],[322,607],[323,672],[320,721],[325,783],[332,826],[341,875],[360,916],[389,953],[414,974],[448,994],[496,1007],[539,1020],[585,1025],[633,1020],[670,1018]]},{"area":"47b","points":[[1334,1040],[1375,967],[1420,971],[1461,967],[1501,956],[1539,940],[1561,912],[1573,864],[1562,829],[1547,812],[1528,805],[1502,798],[1483,799],[1469,814],[1474,834],[1460,842],[1432,855],[1410,872],[1370,880],[1338,884],[1297,877],[1270,865],[1248,858],[1233,835],[1241,809],[1258,780],[1268,749],[1273,713],[1276,661],[1276,617],[1278,573],[1299,542],[1326,509],[1347,479],[1362,452],[1372,410],[1376,380],[1386,366],[1399,361],[1412,366],[1424,385],[1433,398],[1456,412],[1486,409],[1500,395],[1499,373],[1489,345],[1474,334],[1458,327],[1469,348],[1478,361],[1478,380],[1460,379],[1443,365],[1433,334],[1415,321],[1405,318],[1458,227],[1482,242],[1505,256],[1535,275],[1569,302],[1594,333],[1617,354],[1640,390],[1661,427],[1675,463],[1688,494],[1698,535],[1705,585],[1712,635],[1710,676],[1707,727],[1708,767],[1702,811],[1694,873],[1677,935],[1655,977],[1622,1010],[1592,1033],[1556,1049],[1516,1060],[1479,1072],[1444,1072],[1404,1060],[1360,1047]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/147-map-8.09-ilvaashs-anima.webp"},"grid":{"type":"square","size":165,"offsetX":-44,"offsetY":-65,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/148-map-8.09-ilvaashs-anima-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2050,"height":1459,"mapParent":{"id":"4b6"},"credit":"Mike Schley","grid":{"type":"square","size":165,"offsetX":-44,"offsetY":-65,"scale":4}}]}]},"LK":{"id":"LK","name":"Lightning Keep","source":"LK","prop":"adventure","chapters":[{"name":"Lightning Keep","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LK/000-map-0.01-lightning-keep.webp"},"imageType":"map","title":"Map: Lightning Keep","credit":"Sean Macdonald","width":3840,"height":5280,"id":"040","mapRegions":[{"area":"03b","points":[[1941,524],[1941,240],[3291,240],[3291,2455],[2505,2455],[2505,2156],[2443,2156],[2443,2055],[2611,2055],[2611,2366],[3192,2366],[3192,333],[2036,333],[2036,524]]},{"area":"03b","points":[[1556,1103],[1171,1103],[1171,2162],[1640,2162],[1640,2072],[1259,2072],[1259,1194],[1556,1194]]},{"area":"037","points":[[2137,537],[2421,537],[2421,808],[2238,808],[2238,625],[2137,625]]},{"area":"035","points":[[1558,535],[1933,535],[1933,621],[1832,621],[1832,811],[1558,811]]},{"area":"02d","points":[[1836,1187],[1836,1019],[1663,1019],[1663,1187]]},{"area":"02a","points":[[1556,1208],[1556,1394],[1832,1394],[1832,1208]]},{"area":"02f","points":[[1851,1017],[1851,1400],[2124,1400],[2124,1017]]},{"area":"032","points":[[2139,1021],[2139,1392],[2423,1392],[2423,1021]]},{"area":"025","points":[[1661,1985],[1928,1985],[1928,2069],[2158,2069],[2158,1985],[2411,1985],[2411,2244],[2149,2244],[2149,2145],[1924,2145],[1924,2244],[1661,2244]]},{"area":"027","points":[[1556,825],[1556,996],[2425,996],[2425,825]]},{"area":"022","points":[[1547,3299],[1547,3019],[1825,3019],[1825,3299]]},{"area":"020","points":[[2423,3021],[2423,3301],[2236,3301],[2236,3021]]},{"area":"014","points":[[1943,3023],[1943,3876],[2112,3876],[2112,3023]]},{"area":"01d","points":[[2137,3318],[2137,3893],[2421,3893],[2421,3318]]},{"area":"018","points":[[1554,3318],[1554,3684],[1920,3684],[1920,3318]]},{"area":"01b","points":[[1549,3705],[1549,3888],[1733,3888],[1733,3705]]},{"area":"016","points":[[1752,3703],[1752,3880],[1920,3880],[1920,3703]]},{"area":"011","points":[[2712,4084],[2712,4356],[3078,4356],[3078,4084]]},{"area":"00f","points":[[2977,4571],[2977,4758],[3099,4758],[3099,4571]]},{"area":"00d","points":[[1259,3691],[1343,3691],[1343,3888],[1455,3888],[1455,3981],[1939,3981],[1939,3899],[2126,3899],[2126,3983],[2514,3983],[2514,2922],[2232,2922],[2232,2823],[3187,2823],[3187,4855],[2606,4855],[2606,4669],[2802,4669],[2802,4552],[2419,4552],[2419,4461],[2133,4461],[2133,4547],[1939,4547],[1939,4457],[1642,4457],[1642,4556],[1259,4556]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LK/thumbnail/000-map-0.01-lightning-keep.webp"},"grid":{"type":"square","size":289,"offsetX":29,"offsetY":124,"scale":3},"page":"adventure.html","source":"LK","hash":"lk"},{"type":"image","href":{"type":"internal","path":"adventure/LK/001-map-0.01-lightning-keep-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3840,"height":5280,"mapParent":{"id":"040"},"credit":"Sean Macdonald","grid":{"type":"square","size":289,"offsetX":29,"offsetY":124,"scale":3}}]}]},"ToFW":{"id":"ToFW","name":"Turn of Fortune's Wheel","source":"ToFW","prop":"adventure","chapters":[{"name":"Part 1 — Schemes in Sigil","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/ToFW/003-map-1.01-mortuary-basement.webp"},"imageType":"map","title":"Map 1.1: Mortuary Basement","credit":"Marco Bernardini","width":2550,"height":1650,"id":"225","grid":{"type":"square","size":200,"offsetX":65,"offsetY":-86,"scale":3},"mapRegions":[{"area":"035","points":[[2084,505],[1423,505],[1402,484],[1402,445],[1416,417],[1416,366],[1425,346],[1442,345],[1454,311],[1450,293],[1468,278],[1488,263],[1492,251],[1488,235],[1503,221],[1523,208],[1552,191],[1583,182],[1624,172],[1661,169],[1690,168],[1699,178],[1723,181],[1734,174],[1753,162],[1767,172],[1782,182],[1806,179],[1813,169],[1846,169],[1872,171],[1906,178],[1952,194],[1975,204],[1998,219],[2011,232],[2013,242],[2015,255],[2024,271],[2037,281],[2051,287],[2050,303],[2053,317],[2058,337],[2076,339],[2083,354],[2088,365],[2089,391],[2088,417],[2095,434],[2105,445],[2103,482],[2095,492]]},{"area":"03a","points":[[2220,178],[2220,1571],[2356,1571],[2356,178]]},{"area":"020","points":[[567,905],[572,871],[588,837],[607,808],[597,799],[575,826],[552,858],[539,869],[524,863],[530,842],[519,826],[502,820],[484,823],[475,833],[455,823],[461,808],[455,785],[439,777],[423,777],[416,784],[405,794],[381,780],[390,768],[390,752],[377,738],[358,730],[344,733],[339,740],[330,749],[312,740],[317,725],[316,710],[303,697],[283,693],[268,701],[266,716],[252,709],[258,681],[271,646],[287,619],[277,611],[253,656],[236,692],[211,740],[186,798],[168,863],[160,921],[157,992],[163,1056],[175,1104],[187,1148],[204,1191],[224,1239],[244,1276],[262,1309],[280,1331],[288,1325],[267,1291],[253,1239],[259,1234],[270,1247],[288,1250],[305,1243],[316,1231],[317,1217],[310,1207],[332,1195],[345,1212],[365,1210],[378,1203],[388,1190],[389,1175],[382,1164],[403,1153],[418,1168],[430,1168],[445,1164],[457,1154],[461,1139],[454,1123],[477,1111],[489,1123],[503,1124],[514,1122],[527,1112],[532,1101],[527,1085],[540,1075],[555,1090],[570,1106],[584,1130],[597,1150],[607,1140],[583,1099],[571,1065],[567,1037],[581,1037],[581,905]]},{"area":"025","points":[[717,830],[709,838],[623,841],[637,821],[635,798],[619,783],[635,764],[634,716],[616,700],[636,683],[637,657],[619,637],[659,629],[690,624],[699,637],[710,638],[717,630],[724,622],[786,620],[799,630],[810,640],[821,625],[887,639],[875,653],[872,682],[890,699],[877,717],[873,765],[890,783],[873,798],[872,818],[886,837],[803,840],[787,830]]},{"area":"027","points":[[628,372],[743,372],[754,385],[767,372],[877,370],[887,381],[902,372],[1011,370],[1022,380],[1023,397],[1011,408],[1010,423],[1018,443],[1039,447],[1050,438],[1050,507],[1036,498],[1017,504],[1009,517],[1015,535],[1022,553],[1022,571],[1010,577],[897,577],[886,563],[875,577],[763,573],[752,560],[742,573],[628,576],[619,559],[619,536],[621,519],[619,502],[613,481],[616,456],[621,433],[625,411],[618,397],[621,384]]},{"area":"032","points":[[1290,590],[1297,569],[1603,568],[1621,577],[1627,594],[1626,643],[1629,656],[1624,675],[1616,683],[1610,705],[1627,702],[1645,713],[1645,759],[1636,770],[1610,770],[1609,787],[1614,795],[1625,797],[1632,816],[1626,827],[1628,850],[1629,876],[1623,898],[1607,907],[1297,907],[1290,894]]},{"area":"022","points":[[730,1076],[724,1088],[723,1154],[730,1167],[726,1185],[707,1193],[695,1189],[690,1172],[545,1171],[542,1184],[523,1183],[515,1180],[483,1197],[463,1217],[452,1224],[452,1239],[450,1253],[433,1251],[419,1272],[429,1291],[419,1303],[418,1342],[417,1370],[426,1383],[424,1405],[433,1424],[446,1428],[451,1437],[450,1446],[466,1467],[487,1481],[516,1497],[528,1493],[539,1492],[544,1504],[634,1505],[634,1498],[649,1496],[651,1490],[661,1490],[668,1506],[675,1514],[768,1514],[777,1507],[773,1492],[783,1487],[795,1494],[803,1497],[808,1507],[886,1507],[889,1496],[901,1489],[906,1494],[923,1492],[946,1483],[969,1467],[982,1450],[979,1430],[990,1425],[1001,1423],[1013,1396],[1010,1381],[1022,1363],[1036,1362],[1050,1370],[1055,1366],[1059,1312],[1051,1304],[1038,1311],[1021,1312],[1010,1303],[1013,1283],[1008,1267],[999,1251],[984,1246],[981,1223],[960,1205],[937,1187],[916,1182],[899,1183],[892,1172],[857,1170],[822,1172],[814,1185],[794,1190],[783,1174],[784,1159],[787,1143],[787,1084],[781,1076]]},{"area":"02e","points":[[1285,1059],[1297,1038],[1606,1038],[1624,1050],[1630,1064],[1630,1098],[1625,1116],[1631,1126],[1625,1143],[1612,1151],[1612,1171],[1626,1176],[1638,1188],[1645,1203],[1660,1201],[1660,1277],[1651,1271],[1640,1274],[1635,1294],[1613,1298],[1610,1317],[1614,1323],[1629,1329],[1633,1348],[1623,1352],[1627,1413],[1614,1437],[1297,1437],[1285,1417],[1288,1323],[1296,1310],[1305,1295],[1302,1271],[1277,1267],[1263,1258],[1257,1243],[1257,1220],[1273,1210],[1299,1210],[1300,1196],[1297,1174],[1295,1161],[1285,1152]]},{"area":"037","points":[[1856,978],[1859,972],[1885,972],[1886,854],[1876,832],[1890,833],[1945,781],[1954,770],[1963,771],[2090,773],[2154,837],[2158,1172],[2091,1238],[1967,1236],[1950,1246],[1947,1232],[1891,1176],[1877,1175],[1887,1155],[1886,1040],[1861,1040],[1856,1035]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/003-map-1.01-mortuary-basement.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/004-map-1.01-mortuary-basement-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":1650,"mapParent":{"id":"225"},"credit":"Marco Bernardini","grid":{"type":"square","size":200,"offsetX":65,"offsetY":-86,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/009-map-1.02-caker-tea-party.webp"},"imageType":"map","title":"Map 2.1: Caker Tea Party","credit":"Mike Schley","width":1200,"height":1500,"id":"226","grid":{"type":"square","size":123,"offsetX":93,"offsetY":79,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/010-map-1.02-caker-tea-party-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"226"},"credit":"Mike Schley","grid":{"type":"square","size":123,"offsetX":93,"offsetY":79,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/013-map-1.03-fortunes-wheel.webp"},"imageType":"map","title":"Map 3.1: Fortune's Wheel","credit":"Jared Blando","width":2550,"height":1650,"id":"227","grid":{"type":"square","size":171,"offsetX":4,"offsetY":22,"scale":3},"mapRegions":[{"area":"093","points":[[922,133],[922,345],[1080,345],[1080,133]]},{"area":"095","points":[[1684,89],[1684,175],[1748,175],[1748,89]]},{"area":"094","points":[[1095,191],[1095,349],[1307,349],[1307,191]]},{"area":"094","points":[[1322,193],[1322,347],[1592,347],[1592,193]]},{"area":"094","points":[[1891,187],[1891,348],[2156,348],[2156,187]]},{"area":"094","points":[[2167,188],[2167,349],[2388,349],[2388,188]]},{"area":"077","points":[[1625,193],[1625,519],[1800,519],[1800,193]]},{"area":"073","points":[[1014,434],[1014,734],[1373,734],[1373,434]]},{"area":"071","points":[[1426,802],[1884,802],[1884,360],[2386,360],[2386,516],[2276,516],[2276,859],[2219,859],[2219,1034],[1432,1034]]},{"area":"076","points":[[1634,1074],[1634,1215],[1848,1215],[1848,1074]]},{"area":"092","points":[[2225,993],[2225,1096],[2201,1105],[2175,1125],[2161,1142],[2152,1175],[2155,1204],[2173,1231],[2192,1246],[2225,1260],[2225,1388],[2331,1388],[2331,993]]},{"area":"090","points":[[1514,1347],[1514,1541],[1771,1541],[1771,1347]]},{"area":"06d","points":[[920,989],[920,1375],[1308,1375],[1308,989]]},{"area":"069","points":[[418,1089],[418,1260],[795,1260],[795,1089]]},{"area":"067","points":[[349,787],[349,968],[401,968],[401,787]]},{"area":"06a","points":[[125,827],[125,968],[335,968],[335,827]]},{"area":"066","points":[[520,364],[520,582],[902,582],[902,364]]},{"area":"068","points":[[179,419],[292,419],[299,412],[299,398],[398,398],[398,408],[410,420],[508,420],[508,462],[456,462],[456,574],[239,574],[239,467],[179,467]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/013-map-1.03-fortunes-wheel.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/014-map-1.03-fortunes-wheel-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":1650,"mapParent":{"id":"227"},"credit":"Jared Blando","grid":{"type":"square","size":171,"offsetX":4,"offsetY":22,"scale":3}}]},{"name":"Part 2 — The Mosaic Mimir","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/ToFW/019-map-2.01-walking-castle.webp"},"imageType":"map","title":"Map 4.1: Walking Castle","credit":"Marco Bernardini","width":2550,"height":3300,"id":"228","grid":{"type":"square","size":210,"offsetX":45,"offsetY":38,"scale":3},"mapRegions":[{"area":"0bc","points":[[785,201],[829,161],[946,161],[993,204],[993,327],[954,365],[829,365],[785,325]]},{"area":"0ba","points":[[792,621],[813,639],[967,639],[989,619],[989,466],[966,443],[811,443],[792,463]]},{"area":"0b6","points":[[719,801],[731,791],[753,791],[764,802],[779,808],[805,785],[802,765],[792,755],[792,728],[802,721],[831,721],[836,727],[940,727],[947,721],[981,721],[988,731],[988,754],[975,765],[974,779],[999,807],[1007,805],[1024,793],[1051,789],[1062,806],[1060,831],[1052,841],[1052,944],[1061,945],[1062,978],[1052,989],[1022,985],[1008,979],[995,979],[981,989],[978,1013],[989,1025],[989,1052],[975,1060],[944,1060],[933,1055],[840,1055],[831,1061],[800,1060],[789,1049],[788,1034],[805,1019],[798,993],[776,974],[754,991],[732,989],[720,973],[724,949],[726,840],[718,824]]},{"area":"0b2","points":[[641,1267],[641,1211],[686,1211],[709,1201],[716,1182],[708,1151],[880,1151],[880,1267]]},{"area":"0b2","points":[[895,1266],[895,1153],[1065,1153],[1065,1176],[1065,1189],[1083,1207],[1138,1207],[1138,1266]]},{"area":"0b3","points":[[1066,1280],[1066,1624],[1274,1624],[1274,1280]]},{"area":"0af","points":[[506,1281],[506,1627],[1052,1627],[1052,1281]]},{"area":"0a8","points":[[512,2006],[536,2058],[538,2081],[513,2111],[488,2136],[454,2144],[454,2174],[441,2200],[433,2231],[449,2261],[421,2312],[411,2355],[385,2356],[378,2384],[365,2386],[353,2421],[329,2435],[351,2459],[340,2506],[349,2536],[326,2555],[352,2573],[364,2599],[380,2616],[388,2633],[409,2638],[424,2685],[433,2712],[455,2738],[438,2752],[442,2775],[441,2796],[455,2820],[448,2845],[472,2849],[491,2862],[516,2884],[535,2909],[535,2928],[564,2925],[587,2946],[612,2936],[629,2942],[640,2934],[666,2939],[715,2962],[753,2976],[764,3006],[794,3018],[819,3029],[828,3051],[849,3036],[895,3032],[926,3036],[951,3056],[959,3027],[999,3025],[1009,3007],[1025,2995],[1034,2975],[1074,2956],[1124,2932],[1145,2947],[1179,2935],[1192,2941],[1221,2927],[1238,2933],[1240,2913],[1265,2878],[1281,2858],[1316,2852],[1320,2825],[1334,2792],[1333,2774],[1340,2751],[1329,2732],[1352,2687],[1368,2642],[1391,2631],[1401,2601],[1414,2598],[1422,2575],[1444,2555],[1433,2531],[1440,2487],[1432,2458],[1445,2436],[1431,2419],[1413,2382],[1396,2378],[1395,2360],[1367,2353],[1347,2300],[1326,2260],[1341,2233],[1328,2213],[1340,2200],[1319,2171],[1332,2136],[1301,2145],[1280,2126],[1254,2102],[1239,2079],[1245,2048],[1216,2060],[1189,2044],[1174,2059],[1145,2040],[1127,2052],[1079,2032],[1031,2014],[1027,1985],[1004,1982],[1004,1966],[968,1959],[955,1935],[939,1952],[908,1955],[867,1961],[847,1947],[829,1931],[822,1941],[809,1956],[782,1969],[774,1986],[749,1992],[746,2015],[714,2025],[675,2044],[648,2052],[631,2039],[609,2051],[592,2042],[571,2056],[541,1988],[579,1960],[641,1929],[707,1909],[771,1888],[808,1898],[884,1887],[928,1891],[975,1896],[992,1880],[1045,1896],[1122,1920],[1209,1964],[1256,2002],[1309,2047],[1373,2108],[1416,2172],[1459,2251],[1493,2334],[1505,2439],[1514,2509],[1506,2593],[1476,2701],[1442,2776],[1407,2834],[1365,2893],[1309,2952],[1242,3008],[1171,3045],[1093,3082],[1015,3104],[935,3118],[862,3116],[787,3105],[698,3086],[632,3056],[564,3021],[508,2981],[458,2934],[407,2882],[367,2827],[338,2768],[314,2711],[280,2613],[273,2538],[274,2449],[281,2387],[300,2319],[318,2261],[344,2204],[380,2147],[429,2081],[480,2031]]},{"area":"0a8","points":[[514,2005],[539,1989],[571,2060],[540,2082],[538,2061]]},{"area":"0a9","points":[[464,2466],[478,2455],[474,2429],[480,2411],[509,2425],[522,2405],[513,2379],[534,2328],[533,2278],[551,2248],[552,2215],[601,2160],[646,2161],[668,2144],[714,2144],[772,2119],[799,2126],[818,2111],[802,2087],[824,2078],[829,2064],[851,2060],[854,2047],[922,2047],[928,2058],[942,2066],[954,2076],[973,2089],[958,2113],[975,2125],[994,2118],[1061,2144],[1105,2141],[1134,2160],[1172,2159],[1225,2208],[1225,2249],[1245,2281],[1244,2332],[1266,2387],[1252,2407],[1276,2420],[1293,2416],[1304,2426],[1302,2446],[1314,2464],[1318,2527],[1301,2539],[1307,2564],[1293,2581],[1275,2567],[1258,2579],[1265,2605],[1253,2647],[1247,2672],[1244,2715],[1228,2744],[1228,2781],[1196,2816],[1176,2835],[1135,2834],[1116,2849],[1069,2855],[1040,2862],[1005,2872],[973,2861],[962,2874],[974,2899],[960,2915],[949,2926],[931,2933],[922,2947],[854,2946],[855,2933],[833,2933],[831,2918],[808,2908],[813,2893],[815,2875],[802,2862],[779,2875],[719,2852],[672,2853],[645,2836],[601,2834],[551,2782],[552,2738],[538,2718],[532,2661],[513,2607],[520,2585],[504,2566],[482,2582],[473,2567],[476,2544],[464,2525]]},{"area":"0b2","points":[[640,1639],[1138,1639],[1138,1654],[1142,1674],[1138,1691],[1086,1698],[1068,1713],[1068,1760],[708,1760],[716,1733],[715,1711],[689,1692],[640,1692]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/019-map-2.01-walking-castle.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/020-map-2.01-walking-castle-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"mapParent":{"id":"228"},"credit":"Marco Bernardini","grid":{"type":"square","size":210,"offsetX":45,"offsetY":38,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/025-map-2.02-inverse-hideout.webp"},"imageType":"map","title":"Map 5.1: Inverse Hideout","credit":"Mike Schley","width":1200,"height":1500,"id":"229","grid":{"type":"square","size":163,"offsetX":5,"offsetY":-31,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/026-map-2.02-inverse-hideout-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"229"},"credit":"Mike Schley","grid":{"type":"square","size":162,"offsetX":15,"offsetY":-18,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/028-map-2.02-curst-escape.webp"},"imageType":"map","title":"Map 6.1: Curst Escape","credit":"Mike Schley","width":1200,"height":1500,"id":"22a","grid":{"type":"square","size":146,"offsetX":-24,"offsetY":-15,"scale":3},"mapRegions":[{"area":"0f4","points":[[746,389],[718,381],[721,362],[721,333],[720,314],[711,301],[718,280],[719,255],[728,234],[751,232],[767,239],[785,229],[807,241],[819,225],[819,206],[834,191],[859,192],[900,198],[926,187],[959,199],[968,219],[982,236],[998,246],[1015,264],[1014,291],[1014,315],[1022,326],[1013,358],[1009,374],[972,384],[932,387],[912,382],[900,386],[871,379],[873,356],[855,342],[834,338],[820,346],[815,366],[796,385],[775,385],[758,385]]},{"area":"0ef","points":[[179,1382],[151,1333],[171,1226],[171,1168],[189,1138],[234,1088],[199,1039],[180,1006],[173,944],[162,858],[181,840],[224,808],[292,785],[361,778],[448,788],[458,851],[469,925],[493,979],[526,925],[534,856],[554,808],[576,782],[560,719],[551,654],[566,585],[569,560],[612,578],[618,528],[653,571],[699,539],[729,601],[760,647],[773,701],[833,688],[885,709],[933,752],[972,789],[1016,861],[1035,935],[1026,1031],[1047,1095],[1064,1165],[1031,1232],[1000,1320],[967,1380],[915,1367],[827,1376],[795,1365],[696,1389],[613,1404],[526,1401],[419,1384],[319,1391],[201,1400]]},{"area":"0f2","points":[[233,566],[232,539],[232,507],[231,476],[234,452],[219,440],[191,433],[187,416],[173,391],[184,362],[182,342],[196,325],[200,311],[211,301],[201,289],[225,288],[234,288],[254,268],[246,253],[272,247],[298,241],[334,234],[352,242],[374,233],[392,249],[404,255],[414,248],[434,268],[429,292],[432,316],[424,336],[453,358],[455,371],[480,386],[485,408],[479,427],[467,445],[448,453],[434,468],[411,475],[394,468],[378,487],[384,506],[362,521],[335,532],[334,558],[307,588],[282,580],[260,569],[247,578]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/028-map-2.02-curst-escape.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/029-map-2.02-curst-escape-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"22a"},"credit":"Mike Schley","grid":{"type":"square","size":146,"offsetX":-24,"offsetY":-15,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/032-map-2.03-vile-hunt-camp.webp"},"imageType":"map","title":"Map 8.1: Vile Hunt Camp","credit":"Mike Schley","width":1200,"height":1500,"id":"22b","grid":{"type":"square","size":144,"offsetX":-70,"offsetY":-50,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/033-map-2.03-vile-hunt-camp-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"22b"},"credit":"Mike Schley","grid":{"type":"square","size":144,"offsetX":-70,"offsetY":-50,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/035-map-2.04-courier.webp"},"imageType":"map","title":"Map 9.1: Courier","credit":"Mike Schley","width":1200,"height":1500,"grid":{"type":"square","size":181,"offsetX":58,"offsetY":-57,"scale":3.42},"id":"231"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/037-map-02.05-gate-to-acheron.webp"},"imageType":"map","title":"Map 10.1: Gate to Acheron","credit":"Mike Schley","width":1200,"height":1500,"id":"22c","grid":{"type":"square","size":178,"offsetX":18,"offsetY":4,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/038-map-02.05-gate-to-acheron-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"22c"},"credit":"Mike Schley","grid":{"type":"square","size":178,"offsetX":18,"offsetY":4,"scale":3}}]},{"name":"Part 3 — Secret Realities","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/ToFW/047-map-03.01-platinum-rooms.webp"},"imageType":"map","title":"Map 14.1: Platinum Rooms","credit":"Jared Blando","width":2550,"height":3300,"id":"22d","grid":{"type":"square","size":104,"offsetX":-26,"offsetY":-8,"scale":3},"mapRegions":[{"area":"1bd","points":[[54,2669],[46,2578],[59,2480],[82,2390],[112,2354],[203,2314],[258,2264],[282,2194],[278,2122],[318,2061],[398,2014],[461,1986],[528,1979],[587,1949],[642,1944],[717,1962],[776,1986],[830,2013],[851,2043],[906,2080],[942,2107],[974,2173],[989,2208],[1000,2245],[1010,2286],[1078,2307],[1115,2323],[1163,2358],[1195,2411],[1194,2466],[1138,2533],[1101,2610],[1064,2704],[1022,2806],[1014,2914],[1016,3002],[1035,3094],[1013,3134],[1037,3181],[1019,3214],[430,3206],[432,3158],[394,3125],[381,3082],[376,3034],[373,2994],[360,2965],[339,2896],[310,2885],[302,2864],[267,2856],[200,2834],[190,2792],[158,2750],[115,2709],[91,2685],[66,2682]]},{"area":"1c4","points":[[542,1322],[718,1277],[824,1426],[722,1589],[707,1557],[686,1490],[654,1435],[630,1403],[606,1376],[566,1352],[541,1336]]},{"area":"1c7","points":[[198,1582],[206,1536],[222,1483],[250,1437],[298,1397],[357,1365],[408,1349],[459,1352],[514,1365],[562,1384],[592,1403],[629,1440],[653,1477],[672,1534],[683,1603],[672,1661],[634,1731],[589,1782],[533,1813],[477,1827],[405,1827],[331,1803],[280,1768],[237,1709],[213,1656],[198,1616]]},{"area":"1d4","points":[[1666,848],[1664,658],[1728,658],[1752,622],[1779,602],[1827,590],[1875,602],[1914,627],[1928,654],[1992,654],[1992,848],[1862,848],[1824,878],[1784,848]]},{"area":"1cd","points":[[1202,723],[1003,878],[866,936],[714,965],[531,976],[290,915],[162,848],[58,758],[46,627],[32,472],[51,277],[54,131],[157,21],[992,61],[1048,98],[1115,214],[1115,346],[1118,483],[1147,602],[1184,677]]},{"area":"1d8","points":[[1290,408],[1294,352],[1317,317],[1362,294],[1387,286],[1408,251],[1450,242],[1498,235],[1523,237],[1554,206],[1576,230],[1659,235],[1690,198],[1715,234],[1802,234],[1834,200],[1856,240],[1944,235],[1974,205],[1998,238],[2078,238],[2110,206],[2141,237],[2267,235],[2267,578],[2138,578],[2104,611],[2078,574],[1997,574],[1970,608],[1936,574],[1720,574],[1688,606],[1659,574],[1581,574],[1554,613],[1528,573],[1438,573],[1398,563],[1381,533],[1350,520],[1317,496],[1294,459]]},{"area":"1dd","points":[[2339,373],[2378,378],[2400,390],[2398,422],[2381,434],[2339,434]]},{"area":"1b8","points":[[1640,1802],[1622,1765],[1629,1728],[1627,1714],[1642,1707],[1632,1677],[1602,1634],[1581,1590],[1576,1483],[1595,1432],[1634,1389],[1717,1352],[1779,1336],[1859,1336],[1930,1344],[1997,1371],[2034,1414],[2053,1461],[2059,1517],[2059,1571],[2046,1630],[2026,1675],[2003,1701],[1994,1731],[2003,1749],[1998,1778],[2002,1816],[1976,1830],[1934,1842],[1914,1859],[1891,1904],[1878,1941],[1845,1957],[1803,1954],[1770,1944],[1733,1920],[1720,1880],[1717,1846],[1698,1816],[1666,1808]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/047-map-03.01-platinum-rooms.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/048-map-03.01-platinum-rooms-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"mapParent":{"id":"22d"},"credit":"Jared Blando","grid":{"type":"square","size":104,"offsetX":-26,"offsetY":-8,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/052-map-03.02-tyrants-spiral.webp"},"imageType":"map","title":"Map 15.1: Tyrant's Spiral","credit":"Jared Blando","width":2550,"height":3300,"id":"22e","grid":{"type":"square","size":219,"offsetX":50,"offsetY":-72,"scale":3},"mapRegions":[{"area":"1ef","points":[[65,118],[65,225],[177,225],[177,118]]},{"area":"202","points":[[2356,118],[2356,229],[2480,229],[2480,118]]},{"area":"1f4","points":[[61,1291],[61,1404],[185,1404],[185,1291]]},{"area":"1fd","points":[[2373,1282],[2373,1400],[2480,1400],[2480,1282]]},{"area":"1f6","points":[[61,2126],[61,2229],[189,2229],[189,2126]]},{"area":"1fb","points":[[2364,2124],[2364,2223],[2469,2223],[2469,2124]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/052-map-03.02-tyrants-spiral.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/053-map-03.02-tyrants-spiral-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"mapParent":{"id":"22e"},"credit":"Jared Blando","grid":{"type":"square","size":219,"offsetX":50,"offsetY":-72,"scale":3}}]}]},"CoA":{"id":"CoA","name":"Chains of Asmodeus","source":"CoA","prop":"adventure","chapters":[{"name":"Ch. 1: Kelemvor's Cathedral","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/041-0-dm.webp"},"title":"{@creature Koh Tam|CoA}'s Barge","credit":"John Stevenson","width":1611,"height":2195,"imageType":"map","id":"362","grid":{"type":"none","size":105}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/041-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1611,"height":2195,"imageType":"mapPlayer","mapParent":{"id":"362"},"grid":{"type":"none","size":105}}]},{"name":"Ch. 2: The Nine Hells","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/044-0-dm.webp"},"credit":"John Stevenson","width":3443,"height":2253,"title":"Flow of the River Styx","imageType":"map","id":"363","mapRegions":[{"area":"01a","points":[[117,112],[117,222],[315,222],[315,112]]},{"area":"01b","points":[[2606,368],[2606,502],[2864,502],[2864,368]]},{"area":"01c","points":[[2997,789],[2997,912],[3218,912],[3218,789]]},{"area":"01d","points":[[637,718],[637,850],[901,850],[901,718]]},{"area":"01e","points":[[107,1400],[107,1518],[315,1518],[315,1400]]},{"area":"021","points":[[1262,1357],[1262,1464],[1499,1464],[1499,1357]]},{"area":"022","points":[[142,1667],[142,1786],[357,1786],[357,1667]]},{"area":"01f","points":[[2827,984],[2827,1093],[3058,1093],[3058,984]]},{"area":"020","points":[[3074,1923],[3074,2046],[3326,2046],[3326,1923]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/044-0-dm.webp"},"grid":{"type":"none"},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/044-0.webp"},"credit":"John Stevenson","width":3443,"height":2253,"title":"Player Version","imageType":"mapPlayer","mapParent":{"id":"363"},"grid":{"type":"none"}}]},{"name":"Ch. 3: Avernus, the Eternal Battlefield","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/070-0-dm.webp"},"title":"Avernus, the First Hell","credit":"John Stevenson","width":1623,"height":1160,"imageType":"map","id":"364","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/070-0.webp"},"title":"Player Version","credit":"John Stevenson","imageType":"mapPlayer","width":1623,"height":1160,"mapParent":{"id":"364"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/072-0-dm.webp"},"title":"The War-Slough","credit":"John Stevenson","width":1633,"height":1304,"imageType":"map","id":"365","mapRegions":[{"area":"115","points":[[512,1032],[512,1102],[587,1102],[587,1032]]},{"area":"126","points":[[981,837],[981,914],[1061,914],[1061,837]]},{"area":"117","points":[[136,250],[136,317],[213,317],[213,250]]},{"area":"11c","points":[[683,264],[683,339],[754,339],[754,264]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/072-0-dm.webp"},"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/072-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1633,"height":1304,"imageType":"mapPlayer","mapParent":{"id":"365"},"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/075-0-dm.webp"},"title":"Ruined Tower (W2)","credit":"John Stevenson","width":868,"height":923,"imageType":"map","id":"366","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/075-0.webp"},"title":"Player Version","credit":"John Stevenson","width":868,"height":923,"imageType":"mapPlayer","mapParent":{"id":"366"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/077-1-dm.webp"},"title":"Demon Nest (W3)","credit":"John Stevenson","width":850,"height":1013,"imageType":"map","id":"367","mapRegions":[{"area":"123","points":[[264,660],[275,682],[296,691],[309,718],[330,724],[344,722],[351,706],[344,682],[331,670],[329,653],[322,639],[301,650],[277,648]]},{"area":"121","points":[[283,697],[299,731],[333,744],[367,728],[364,691],[356,660],[371,642],[397,672],[410,709],[411,745],[419,776],[428,801],[401,790],[382,794],[374,807],[358,805],[331,807],[300,799],[279,774],[281,756],[266,759],[265,737],[260,711],[259,687]]},{"area":"120","points":[[362,600],[351,593],[353,570],[368,554],[388,552],[402,557],[403,581],[389,598],[376,607]]},{"area":"120","points":[[479,741],[469,721],[461,699],[476,676],[489,663],[505,682],[514,713],[516,730],[517,747],[496,753]]},{"area":"120","points":[[323,949],[318,923],[326,902],[348,884],[367,879],[393,895],[402,916],[419,927],[423,951],[403,964],[380,976],[349,973],[336,962]]},{"area":"11d","points":[[500,933],[542,918],[567,913],[581,899],[597,929],[580,945],[546,953],[500,953]]},{"area":"11f","points":[[672,862],[669,830],[670,809],[685,793],[707,782],[724,776],[738,789],[744,807],[749,829],[737,842],[723,857],[700,868],[684,868]]},{"area":"11f","points":[[589,735],[588,708],[589,682],[599,669],[606,691],[628,696],[643,705],[647,733],[633,740],[611,745]]},{"area":"11f","points":[[618,620],[633,607],[651,593],[669,593],[690,592],[704,607],[702,628],[682,631],[664,641],[642,645],[626,638]]},{"area":"120","points":[[715,598],[714,578],[721,563],[737,556],[755,556],[771,574],[771,593],[764,611],[755,622],[731,623],[720,614]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/077-1-dm.webp"},"grid":{"type":"none"},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/077-1.webp"},"title":"Player Version","credit":"John Stevenson","width":850,"height":1013,"imageType":"mapPlayer","mapParent":{"id":"367"},"grid":{"type":"none"}}]},{"name":"Ch. 4: Dis, the City of Burning Iron","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/083-0-dm.webp"},"title":"Dis, the Second Hell","credit":"John Stevenson","width":1612,"height":1148,"imageType":"map","id":"368","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/083-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1612,"height":1148,"imageType":"mapPlayer","mapParent":{"id":"368"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/086-0-dm.webp"},"title":"The Agora of Floating Knives","credit":"John Stevenson","width":1601,"height":2185,"imageType":"map","id":"369","mapRegions":[{"area":"149","points":[[173,288],[173,368],[255,368],[255,288]]},{"area":"14c","points":[[1191,135],[1191,221],[1280,221],[1280,135]]},{"area":"152","points":[[654,650],[654,729],[732,729],[732,650]]},{"area":"15a","points":[[723,1230],[723,1306],[805,1306],[805,1230]]},{"area":"157","points":[[379,1449],[379,1529],[455,1529],[455,1449]]},{"area":"14f","points":[[1040,1262],[1040,1333],[1114,1333],[1114,1262]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/086-0-dm.webp"},"grid":{"type":"none","size":83,"distance":50},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/086-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1601,"height":2185,"imageType":"mapPlayer","mapParent":{"id":"369"},"grid":{"type":"none","size":83,"distance":50}}]},{"name":"Ch. 5: Minauros, the Endless Swamp","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/098-0-dm.webp"},"title":"Minauros, the Third Hell","credit":"John Stevenson","width":1594,"height":1144,"imageType":"map","id":"36a","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/098-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1594,"height":1144,"imageType":"mapPlayer","mapParent":{"id":"36a"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/101-0-dm.webp"},"title":"The Ineffable Trove","credit":"John Stevenson","width":1606,"height":2172,"imageType":"map","id":"36b","mapRegions":[{"area":"18c","points":[[1292,241],[1292,315],[1357,315],[1357,241]]},{"area":"189","points":[[966,590],[966,661],[1041,661],[1041,590]]},{"area":"193","points":[[324,672],[324,738],[392,738],[392,672]]},{"area":"197","points":[[946,1630],[946,1695],[1017,1695],[1017,1630]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/101-0-dm.webp"},"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/101-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1606,"height":2172,"imageType":"mapPlayer","mapParent":{"id":"36b"},"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"}}]},{"name":"Ch. 6: Phlegethos, the Fiery Wasteland","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/110-0-dm.webp"},"title":"Phlegethos, the Fourth Hell","credit":"John Stevenson","width":1609,"height":1138,"imageType":"map","id":"36c","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/110-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1609,"height":1138,"imageType":"mapPlayer","mapParent":{"id":"36c"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/115-0-dm.webp"},"title":"The Elemental Preserve","credit":"John Stevenson","width":1589,"height":2171,"imageType":"map","id":"36d","mapRegions":[{"area":"1b4","points":[[699,1719],[699,1782],[772,1782],[772,1719]]},{"area":"1c0","points":[[1154,1778],[1154,1853],[1230,1853],[1230,1778]]},{"area":"1bb","points":[[1412,1397],[1412,1459],[1486,1459],[1486,1397]]},{"area":"1b7","points":[[413,877],[413,947],[486,947],[486,877]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/115-0-dm.webp"},"grid":{"type":"none","scale":2,"distance":1,"units":"miles"},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/115-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1589,"height":2171,"imageType":"mapPlayer","mapParent":{"id":"36d"},"grid":{"type":"none","scale":2,"distance":1,"units":"miles"}}]},{"name":"Ch. 7: Stygia, the Frozen Sea","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/125-0-dm.webp"},"title":"Stygia, the Fifth Hell","credit":"John Stevenson","width":1646,"height":1174,"imageType":"map","id":"36e","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/125-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1646,"height":1174,"imageType":"mapPlayer","mapParent":{"id":"36e"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/126-0-dm.webp"},"title":"The Chasm of Found Things","credit":"John Stevenson","width":1627,"height":2175,"imageType":"map","id":"36f","mapRegions":[{"area":"1ee","points":[[324,245],[425,281],[498,267],[552,271],[480,302],[421,295],[328,281],[298,261]]},{"area":"1f0","points":[[493,305],[550,297],[621,305],[666,330],[689,345],[630,347],[563,368],[519,372],[470,360],[484,329]]},{"area":"1f0","points":[[902,352],[952,317],[1014,311],[1075,312],[1133,332],[1139,355],[1089,372],[1032,394],[991,386],[952,374],[933,360]]},{"area":"1f0","points":[[1392,368],[1477,333],[1543,325],[1579,350],[1582,387],[1537,392],[1470,397],[1405,383]]},{"area":"1f7","points":[[382,488],[297,452],[239,417],[111,404],[58,413],[53,448],[39,528],[95,541],[172,517],[181,499],[258,510],[284,507],[335,508]]},{"area":"1f4","points":[[730,479],[622,477],[455,503],[396,530],[297,564],[221,575],[128,592],[99,625],[53,702],[62,738],[106,766],[186,786],[283,817],[373,866],[529,888],[670,884],[821,874],[1008,908],[1079,939],[1152,951],[1326,942],[1394,934],[1347,870],[1163,852],[990,836],[855,809],[801,778],[732,768],[603,775],[405,761],[218,737],[133,711],[219,635],[326,659],[369,672],[495,681],[600,683],[690,668],[787,640],[790,610],[688,597],[570,615],[462,632],[360,634],[386,601],[492,583],[606,563],[677,542],[751,506]]},{"area":"1fd","points":[[235,1502],[432,1474],[695,1418],[919,1404],[1217,1431],[1383,1465],[1472,1498],[1342,1520],[1213,1524],[1026,1528],[948,1570],[841,1592],[766,1546],[663,1554],[618,1592],[524,1557],[421,1563],[311,1555],[253,1529]]},{"area":"205","points":[[714,1635],[714,1723],[800,1723],[800,1635]]},{"area":"201","points":[[390,1920],[512,1862],[637,1867],[741,1902],[794,1941],[777,1942],[568,1955],[479,1956],[391,1939]]},{"area":"209","points":[[1143,1950],[1143,2041],[1231,2041],[1231,1950]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/126-0-dm.webp"},"grid":{"type":"none","size":91,"distance":50},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/126-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1627,"height":2175,"imageType":"mapPlayer","mapParent":{"id":"36f"},"grid":{"type":"none","size":91,"distance":50}}]},{"name":"Ch. 8: Malbolge, the Realm of Decay","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/137-0-dm.webp"},"title":"Malbolge, the Sixth Hell","credit":"John Stevenson","width":1625,"height":1163,"imageType":"map","id":"370","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/137-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1625,"height":1163,"imageType":"mapPlayer","mapParent":{"id":"370"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/139-0-dm.webp"},"title":"The Sign of the Hag's Arms","credit":"John Stevenson","width":1602,"height":2174,"imageType":"map","id":"371","mapRegions":[{"area":"21e","points":[[160,284],[160,351],[230,351],[230,284]]},{"area":"222","points":[[361,241],[361,305],[437,305],[437,241]]},{"area":"229","points":[[124,488],[124,563],[201,563],[201,488]]},{"area":"231","points":[[259,747],[259,818],[325,818],[325,747]]},{"area":"22b","points":[[215,894],[215,957],[285,957],[285,894]]},{"area":"229","points":[[143,1065],[143,1128],[221,1128],[221,1065]]},{"area":"22e","points":[[337,1059],[337,1130],[412,1130],[412,1059]]},{"area":"22b","points":[[868,867],[834,786],[781,699],[745,646],[719,594],[715,514],[739,440],[768,375],[821,307],[853,280],[902,241],[975,145],[1031,132],[1095,116],[1159,105],[1226,98],[1303,124],[1355,146],[1404,215],[1452,270],[1467,325],[1493,387],[1490,465],[1486,529],[1495,592],[1485,652],[1457,706],[1417,768],[1335,826],[1262,867],[1191,899],[1101,921],[1022,919],[932,888]]},{"area":"236","points":[[759,1505],[714,1406],[686,1323],[697,1249],[712,1179],[732,1165],[795,1124],[841,1111],[924,1129],[960,1145],[1013,1208],[1053,1215],[1080,1152],[1110,1133],[1172,1135],[1208,1093],[1253,1089],[1275,1134],[1320,1141],[1361,1110],[1421,1111],[1463,1083],[1529,1062],[1566,1083],[1596,1234],[1583,1332],[1541,1374],[1486,1395],[1458,1427],[1388,1415],[1320,1467],[1245,1485],[1179,1467],[1052,1492],[950,1523],[867,1563],[787,1542]]},{"area":"23e","points":[[261,1685],[294,1778],[288,1911],[292,1950],[271,2005],[204,2032],[115,2084],[39,2035],[10,1912],[26,1817],[23,1752],[34,1683],[70,1644],[133,1636],[173,1659],[215,1697]]},{"area":"234","points":[[508,1674],[641,1572],[714,1563],[755,1561],[792,1715],[737,1787],[723,1886],[697,1965],[622,2023],[595,2094],[488,2105],[409,2097],[394,2074],[266,2106],[262,2076],[317,1957],[319,1823],[317,1764],[418,1825],[499,1822],[502,1748],[493,1712]]},{"area":"23b","points":[[729,1960],[773,1818],[813,1769],[874,1695],[943,1618],[1053,1551],[1125,1516],[1210,1511],[1320,1523],[1455,1524],[1537,1538],[1582,1550],[1582,1942],[1526,1912],[1432,1934],[1395,1959],[1348,1972],[1337,1935],[1261,1963],[1241,1988],[1335,2034],[1379,2070],[1435,2129],[1444,2141],[1261,2141],[1219,2099],[1151,2086],[1116,2090],[1094,2023],[1026,1990],[1001,2032],[966,2081],[932,2092],[888,2085],[876,2031],[858,2010],[804,2044],[737,2010]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/139-0-dm.webp"},"grid":{"type":"square","size":112,"offsetX":-50,"offsetY":8,"scale":5},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/139-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1602,"height":2174,"imageType":"mapPlayer","mapParent":{"id":"371"},"grid":{"type":"square","size":112,"offsetX":-50,"offsetY":8,"scale":5}}]},{"name":"Ch. 9: Maladomini, the Domain of Ruined Cities","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/150-0-dm.webp"},"title":"Maladomini, the Seventh Hell","credit":"John Stevenson","width":1633,"height":1156,"imageType":"map","id":"372","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/150-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1633,"height":1156,"imageType":"mapPlayer","mapParent":{"id":"372"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/154-0-dm.webp"},"title":"The Eye Market","credit":"John Stevenson","width":1611,"height":2191,"imageType":"map","id":"373","mapRegions":[{"area":"260","points":[[1067,601],[1067,1494],[1588,1494],[1588,601]]},{"area":"260","points":[[792,830],[818,808],[871,760],[890,732],[919,738],[933,723],[1017,813],[1026,805],[1050,831],[1036,848],[1041,880],[1015,889],[1001,889],[1013,902],[994,921],[945,934],[943,919],[910,928],[881,928],[818,859]]},{"area":"26a","points":[[529,1206],[506,1195],[516,1172],[499,1147],[503,1116],[510,1090],[534,1076],[566,1075],[595,1090],[606,1114],[614,1145],[612,1165],[595,1181],[586,1188],[582,1213],[569,1213],[559,1205],[552,1186],[533,1205]]},{"area":"25b","points":[[157,1232],[157,1306],[228,1306],[228,1232]]},{"area":"374","points":[[539,1345],[539,1422],[609,1422],[609,1345]]},{"area":"258","points":[[281,1578],[281,1658],[356,1658],[356,1578]]},{"area":"267","points":[[479,1634],[467,1643],[399,1612],[397,1582],[421,1532],[448,1506],[463,1479],[510,1476],[546,1486],[623,1479],[657,1495],[663,1537],[653,1557],[608,1587],[581,1612],[554,1591],[495,1594]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/154-0-dm.webp"},"grid":{"type":"none","size":57,"distance":25},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/154-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1611,"height":2191,"imageType":"mapPlayer","mapParent":{"id":"373"},"grid":{"type":"none","size":57,"distance":25}}]},{"name":"Ch. 10: Cania, the Relentless Cold","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/164-0-dm.webp"},"title":"Cania, the Eighth Hell","credit":"John Stevenson","width":1642,"height":1166,"imageType":"map","id":"375","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/164-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1642,"height":1166,"imageType":"mapPlayer","mapParent":{"id":"375"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/169-0-dm.webp"},"title":"The Sorrow Mine","credit":"John Stevenson","width":1626,"height":2214,"imageType":"map","id":"376","mapRegions":[{"area":"29a","points":[[410,274],[410,378],[517,378],[517,274]]},{"area":"28b","points":[[635,1206],[635,1333],[786,1333],[786,1206]]},{"area":"28e","points":[[369,1848],[409,1830],[428,1844],[434,1726],[495,1645],[525,1587],[539,1545],[557,1630],[581,1695],[578,1732],[575,1992],[450,2021],[431,1986],[397,1972],[361,1946],[356,1870]]},{"area":"298","points":[[323,1426],[323,1552],[471,1552],[471,1426]]},{"area":"293","points":[[292,1658],[292,1734],[369,1734],[369,1658]]},{"area":"296","points":[[676,1966],[676,2044],[755,2044],[755,1966]]},{"area":"296","points":[[1470,1892],[1470,1961],[1538,1961],[1538,1892]]},{"area":"298","points":[[1027,1105],[1119,1097],[1161,1072],[1218,1092],[1281,1068],[1308,1121],[1339,1142],[1392,1177],[1387,1214],[1324,1210],[1343,1245],[1324,1265],[1274,1236],[1191,1237],[1151,1246],[1106,1212],[1014,1203],[1013,1123]]},{"area":"293","points":[[1199,1276],[1199,1348],[1266,1348],[1266,1276]]},{"area":"28e","points":[[1250,1961],[1215,1961],[1205,1948],[1191,1955],[1147,1907],[1155,1835],[1178,1812],[1166,1779],[1145,1730],[1103,1690],[1110,1662],[1163,1637],[1192,1631],[1210,1652],[1240,1680],[1272,1675],[1328,1686],[1347,1705],[1343,1729],[1373,1777],[1338,1902],[1330,1926],[1277,1935],[1267,1957]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/169-0-dm.webp"},"grid":{"type":"square","size":124,"offsetX":-10,"offsetY":-13,"scale":8},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/169-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1626,"height":2214,"imageType":"mapPlayer","mapParent":{"id":"376"},"grid":{"type":"square","size":124,"offsetX":-10,"offsetY":-13,"scale":8}}]},{"name":"Ch. 11: Hunted by the Dukes","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/181-0-dm.webp"},"title":"The Brothers' Infernal Warship","credit":"John Stevenson","width":1617,"height":2196,"imageType":"map","id":"377","mapRegions":[{"area":"2e8","points":[[1057,230],[1053,301],[1066,356],[1119,381],[1169,347],[1132,301],[1108,255],[1071,235]]},{"area":"2e8","points":[[1055,901],[1072,839],[1121,848],[1164,876],[1222,894],[1166,915],[1125,941],[1074,952]]},{"area":"2c7","points":[[308,883],[427,797],[935,760],[930,830],[933,964],[938,1019],[425,997],[308,914]]},{"area":"2c7","points":[[252,445],[412,441],[434,458],[938,458],[990,495],[267,495],[262,467]]},{"area":"2cd","points":[[423,1266],[419,1449],[317,1379],[315,1338]]},{"area":"2cb","points":[[431,1406],[431,1450],[477,1465],[477,1406]]},{"area":"2c9","points":[[481,1406],[481,1465],[545,1477],[545,1406]]},{"area":"2c9","points":[[614,1307],[614,1236],[672,1234],[672,1307]]},{"area":"2c9","points":[[877,1305],[877,1227],[934,1227],[934,1305]]},{"area":"2c9","points":[[1072,1307],[1072,1231],[1141,1231],[1141,1307]]},{"area":"2c9","points":[[612,1405],[612,1481],[675,1481],[675,1405]]},{"area":"2c9","points":[[745,1404],[745,1484],[805,1484],[805,1404]]},{"area":"2c9","points":[[877,1406],[877,1485],[933,1485],[933,1406]]},{"area":"2c9","points":[[1074,1408],[1074,1486],[1137,1486],[1137,1408]]},{"area":"2cb","points":[[430,1306],[474,1306],[474,1250],[430,1259]]},{"area":"2cb","points":[[547,1405],[547,1481],[608,1481],[608,1405]]},{"area":"2cb","points":[[677,1305],[677,1231],[741,1231],[741,1305]]},{"area":"2cb","points":[[810,1305],[810,1227],[872,1227],[872,1305]]},{"area":"2cb","points":[[681,1481],[681,1405],[738,1405],[738,1481]]},{"area":"2cb","points":[[1146,1308],[1146,1230],[1203,1230],[1203,1308]]},{"area":"2cb","points":[[1142,1488],[1142,1408],[1204,1408],[1204,1488]]},{"area":"2d4","points":[[1436,1422],[1449,1378],[1454,1328],[1439,1293],[1236,1290],[1236,1422]]},{"area":"2cb","points":[[545,1308],[545,1239],[606,1239],[606,1308]]},{"area":"2c9","points":[[747,1305],[747,1228],[806,1228],[806,1305]]},{"area":"2cb","points":[[812,1485],[812,1405],[874,1405],[874,1485]]},{"area":"2c9","points":[[483,1306],[543,1306],[543,1243],[483,1249]]},{"area":"2dd","points":[[939,1223],[939,1486],[1071,1486],[1071,1223]]},{"area":"2e3","points":[[1274,1957],[1270,1911],[1197,1921],[1192,1786],[1266,1800],[1274,1754],[1401,1754],[1434,1799],[1439,1908],[1400,1948]]},{"area":"2d8","points":[[418,1763],[427,1806],[427,1854],[427,1897],[419,1946],[320,1880],[315,1835]]},{"area":"2da","points":[[610,1729],[610,1785],[708,1785],[708,1729]]},{"area":"2da","points":[[610,1923],[610,1978],[707,1978],[707,1923]]},{"area":"2da","points":[[421,1950],[508,1966],[508,1912],[431,1898]]},{"area":"2da","points":[[431,1809],[419,1759],[511,1742],[511,1792]]},{"area":"2da","points":[[843,1724],[843,1786],[939,1786],[939,1724]]},{"area":"2da","points":[[844,1921],[844,1982],[942,1982],[942,1921]]},{"area":"2da","points":[[1041,1921],[1041,1983],[1141,1983],[1141,1921]]},{"area":"2da","points":[[1039,1719],[1039,1783],[1135,1783],[1135,1719]]},{"area":"2d0","points":[[444,1823],[511,1812],[511,1905],[444,1880]]},{"area":"2d6","points":[[777,1805],[777,1897],[839,1897],[839,1805]]},{"area":"2e5","points":[[515,1810],[663,1803],[766,1806],[766,1894],[662,1915],[515,1907]]},{"area":"2e0","points":[[974,1801],[974,1898],[1089,1898],[1089,1801]]},{"area":"2e4","points":[[1089,1800],[1089,1902],[1191,1902],[1191,1800]]},{"area":"2d3","points":[[775,1924],[775,1986],[839,1986],[839,1924]]},{"area":"2e6","points":[[774,1716],[774,1787],[836,1787],[836,1716]]},{"area":"2e2","points":[[1139,1716],[1139,1788],[1194,1788],[1194,1716]]},{"area":"2e2","points":[[1145,1923],[1187,1917],[1204,1982],[1145,1981]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/181-0-dm.webp"},"grid":{"type":"none","size":78,"scale":2},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/181-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1617,"height":2196,"imageType":"mapPlayer","mapParent":{"id":"377"},"grid":{"type":"none","size":78,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/190-0-dm.webp"},"title":"Baazebul's Infernal Submersible","credit":"John Stevenson","width":1607,"height":2182,"imageType":"map","id":"378","mapRegions":[{"area":"2ff","points":[[210,1239],[170,1257],[136,1276],[117,1303],[132,1330],[165,1353],[210,1367]]},{"area":"2f6","points":[[211,1275],[211,1240],[272,1213],[327,1202],[350,1204],[350,1275]]},{"area":"2f9","points":[[351,1327],[513,1327],[510,1414],[409,1409],[351,1401]]},{"area":"2f9","points":[[354,1285],[355,1203],[512,1195],[513,1285]]},{"area":"2f8","points":[[517,1195],[517,1284],[615,1284],[615,1195]]},{"area":"2f8","points":[[514,1325],[514,1412],[617,1412],[617,1325]]},{"area":"2fc","points":[[618,1193],[706,1177],[709,1284],[618,1284]]},{"area":"300","points":[[619,1325],[708,1325],[707,1430],[619,1414]]},{"area":"2ed","points":[[853,1226],[986,1227],[1035,1272],[1032,1340],[994,1381],[853,1379]]},{"area":"2f5","points":[[1212,1174],[1248,1174],[1374,1248],[1374,1352],[1258,1428],[1212,1433]]},{"area":"2f6","points":[[211,1334],[347,1334],[346,1402],[211,1372]]},{"area":"302","points":[[114,1805],[143,1774],[180,1753],[222,1736],[275,1721],[330,1708],[395,1701],[468,1697],[545,1698],[605,1698],[605,1907],[527,1910],[463,1908],[386,1908],[317,1904],[267,1890],[222,1879],[175,1859],[141,1836]]},{"area":"2f2","points":[[852,1666],[852,1730],[996,1730],[996,1666]]},{"area":"2ef","points":[[853,1882],[853,1942],[1000,1942],[1000,1882]]},{"area":"304","points":[[1212,1675],[1212,1935],[1006,1944],[1006,1878],[863,1878],[863,1735],[999,1735],[999,1675]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/190-0-dm.webp"},"grid":{"type":"none","size":78,"scale":2},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/190-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1607,"height":2182,"imageType":"mapPlayer","mapParent":{"id":"378"},"grid":{"type":"none","size":78,"scale":2}}]},{"name":"Ch. 12: Nessus, the Bastion of Asmodeus","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/196-0-dm.webp"},"title":"Nessus, the Ninth Hell","credit":"John Stevenson","width":1622,"height":1155,"imageType":"map","id":"379","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/196-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1622,"height":1155,"imageType":"mapPlayer","mapParent":{"id":"379"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/203-0-dm.webp"},"title":"The Oasis of the Lethe","credit":"John Stevenson","width":1618,"height":2192,"imageType":"map","id":"37a","mapRegions":[{"area":"329","points":[[1293,854],[1293,1023],[1459,1023],[1459,854]]},{"area":"32b","points":[[761,461],[761,597],[945,597],[945,461]]},{"area":"32d","points":[[565,777],[534,690],[450,670],[360,703],[305,785],[308,849],[335,903],[378,965],[435,985],[515,926],[556,872],[569,827]]},{"area":"32c","points":[[250,1093],[250,1339],[455,1339],[455,1093]]},{"area":"32a","points":[[1265,1141],[1265,1333],[1439,1333],[1439,1141]]},{"area":"326","points":[[1450,1435],[1450,1521],[1533,1521],[1533,1435]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/203-0-dm.webp"},"grid":{"type":"none","size":91,"distance":50},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/203-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1618,"height":2192,"imageType":"mapPlayer","mapParent":{"id":"37a"},"grid":{"type":"none","size":91,"distance":50}}]},{"name":"App. F: Player Handouts","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/280-0.webp"},"title":"The War-Slough (Infernal Map)","credit":"John Stevenson","imageType":"map","width":1585,"height":1230,"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"},"id":"37c"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/281-0.webp"},"title":"The Ineffable Trove (Infernal Map)","credit":"John Stevenson","imageType":"map","width":1578,"height":2082,"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"},"id":"37d"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/282-0.webp"},"title":"The Elemental Preserve (Infernal Map)","credit":"John Stevenson","imageType":"map","width":1585,"height":2081,"grid":{"type":"none","scale":2,"distance":1,"units":"miles"},"id":"37e"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/283-0.webp"},"title":"The Oasis of the Lethe (Infernal Map)","credit":"John Stevenson","imageType":"map","width":1578,"height":2083,"grid":{"type":"none","size":91,"distance":50},"id":"37f"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/284-0.webp"},"title":"The Agora of Floating Knives (Normal Map)","credit":"John Stevenson","imageType":"map","width":1578,"height":2082,"grid":{"type":"none","size":83,"distance":50},"id":"380"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/285-0.webp"},"title":"The Eye Market (Normal Map)","credit":"John Stevenson","imageType":"map","width":1578,"height":2082,"grid":{"type":"none","size":57,"distance":25},"id":"381"}]}]},"HFStCM":{"id":"HFStCM","name":"Heroes' Feast: Saving the Childrens Menu","source":"HFStCM","prop":"adventure","chapters":[{"name":"Heroes' Feast: Saving the Children's Menu","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HFStCM/004-map-0.01-holrow-homestead.webp"},"imageType":"map","title":"Map: Holrow Homestead","credit":"Sean Macdonald","width":2560,"height":5280,"id":"038","grid":{"type":"square","size":231,"offsetX":117,"offsetY":173},"mapRegions":[{"area":"023","points":[[822,425],[822,1542],[1720,1542],[1720,425]]},{"area":"017","points":[[358,1569],[2182,1569],[2182,1778],[1949,1778],[1729,2009],[1729,2731],[1945,2951],[2182,2951],[2182,3164],[1040,3164],[1040,2707],[358,2707]]},{"area":"01a","points":[[362,2724],[362,3160],[1018,3160],[1018,2724]]},{"area":"01f","points":[[1960,1805],[2207,1805],[2416,2020],[2416,2720],[2204,2935],[1956,2935],[1749,2720],[1749,2029]]},{"area":"025","points":[[365,3404],[365,3855],[1045,3855],[1045,3404]]},{"area":"027","points":[[347,4095],[347,4331],[2191,4331],[2191,4095]]},{"area":"028","points":[[344,4345],[344,5022],[582,5022],[582,4345]]},{"area":"02a","points":[[604,4344],[604,5022],[1042,5022],[1042,4344]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HFStCM/thumbnail/004-map-0.01-holrow-homestead.webp"},"page":"adventure.html","source":"HFStCM","hash":"hfstcm"},{"type":"image","href":{"type":"internal","path":"adventure/HFStCM/005-map-0.01-holrow-homestead-player.webp"},"imageType":"map","title":"Player Version","width":2560,"height":5280,"mapParent":{"id":"038"},"grid":{"type":"square","size":231,"offsetX":117,"offsetY":173},"id":"03c"}]}]},"GHLoE":{"id":"GHLoE","name":"Grim Hollow: Lairs of Etharis","source":"GHLoE","prop":"adventure","chapters":[{"name":"1: Bone House","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/001-map-1.01-bone-house.webp"},"imageType":"map","title":"Map 1: Bone House","width":3000,"height":3000,"id":"02c","mapRegions":[{"area":"00e","points":[[127,800],[171,437],[190,420],[747,491],[767,519],[751,691],[527,877],[139,816]]},{"area":"010","points":[[840,1307],[1004,1176],[1166,1187],[1327,1383],[1396,1476],[1646,1491],[1649,1616],[1583,1760],[1476,1741],[1334,1877],[1211,1891],[1206,2060],[1160,2163],[1033,2163],[957,2084],[819,2029],[780,1881],[623,1780],[677,1631],[799,1543],[860,1441],[854,1383]]},{"area":"014","points":[[1093,2524],[1113,2500],[1147,2489],[1170,2459],[1190,2443],[1219,2444],[1243,2454],[1266,2444],[1294,2467],[1313,2491],[1340,2503],[1331,2530],[1353,2553],[1361,2597],[1343,2624],[1323,2626],[1299,2644],[1267,2670],[1250,2696],[1207,2696],[1170,2684],[1163,2650],[1151,2631],[1126,2620],[1101,2603],[1091,2554]]},{"area":"018","points":[[1429,554],[1500,533],[1496,501],[1487,470],[1506,450],[1517,419],[1513,383],[1530,374],[1549,346],[1574,331],[1594,314],[1620,309],[1647,287],[1671,277],[1706,274],[1730,269],[1757,279],[1781,297],[1800,297],[1821,310],[1847,320],[1864,327],[1887,326],[1917,330],[1939,337],[1953,357],[1963,376],[1976,403],[1987,429],[1983,447],[1999,467],[2026,499],[2043,511],[2074,516],[2096,541],[2127,554],[2137,616],[2141,730],[2127,766],[2106,799],[2103,814],[2086,824],[2061,833],[2044,860],[2026,876],[2007,887],[1986,913],[1971,931],[1954,946],[1923,947],[1889,956],[1880,977],[1859,994],[1833,996],[1811,971],[1793,933],[1761,923],[1759,967],[1744,993],[1730,1011],[1683,1029],[1596,1010],[1547,961],[1483,891],[1454,826],[1427,756],[1417,684],[1414,627],[1420,589]]},{"area":"01c","points":[[2136,551],[2149,603],[2150,736],[2133,767],[2160,766],[2173,779],[2177,790],[2200,807],[2221,823],[2234,841],[2241,863],[2249,877],[2270,894],[2269,914],[2279,930],[2289,946],[2310,946],[2323,954],[2343,976],[2366,993],[2361,1010],[2366,1024],[2377,1039],[2387,1059],[2379,1073],[2384,1099],[2383,1114],[2403,1137],[2413,1146],[2417,1170],[2417,1213],[2417,1233],[2470,1244],[2497,1243],[2509,1213],[2506,1190],[2501,1157],[2510,1131],[2526,1109],[2533,1093],[2557,1071],[2580,1070],[2591,1054],[2609,1040],[2630,1027],[2651,1021],[2674,1023],[2694,1021],[2713,1006],[2736,1001],[2759,999],[2777,983],[2781,967],[2774,941],[2794,924],[2816,904],[2839,894],[2869,887],[2883,871],[2880,854],[2891,840],[2906,831],[2911,804],[2909,783],[2890,771],[2880,744],[2880,726],[2887,700],[2897,684],[2910,667],[2907,641],[2899,617],[2907,581],[2897,563],[2909,543],[2911,509],[2894,503],[2877,499],[2854,487],[2841,464],[2831,440],[2824,414],[2801,404],[2800,384],[2811,357],[2821,337],[2829,314],[2834,283],[2810,273],[2800,254],[2767,246],[2746,234],[2740,207],[2717,207],[2704,194],[2673,179],[2651,180],[2620,189],[2613,209],[2591,204],[2580,217],[2561,243],[2534,253],[2514,254],[2481,247],[2456,244],[2419,251],[2406,270],[2394,294],[2367,300],[2357,303],[2351,327],[2329,337],[2311,354],[2289,380],[2264,413],[2246,431],[2224,449],[2201,471],[2189,494],[2174,520],[2154,541]]},{"area":"021","points":[[2409,1240],[2469,1251],[2499,1251],[2487,1266],[2485,1286],[2495,1312],[2508,1334],[2525,1351],[2549,1351],[2565,1369],[2588,1387],[2606,1407],[2622,1408],[2641,1425],[2669,1433],[2691,1436],[2715,1431],[2738,1428],[2740,1444],[2760,1460],[2772,1476],[2805,1491],[2825,1507],[2849,1520],[2847,1531],[2855,1546],[2867,1572],[2876,1595],[2879,1632],[2878,1684],[2880,1720],[2878,1745],[2866,1768],[2853,1795],[2838,1820],[2833,1851],[2827,1878],[2822,1902],[2802,1926],[2778,1948],[2745,1971],[2738,1979],[2726,1996],[2731,2018],[2715,2045],[2689,2062],[2678,2072],[2667,2092],[2654,2105],[2655,2121],[2636,2142],[2627,2156],[2534,2144],[2529,2121],[2518,2093],[2491,2074],[2471,2056],[2452,2034],[2427,2024],[2404,2025],[2384,2013],[2365,1994],[2346,1979],[2332,1956],[2308,1934],[2304,1909],[2285,1884],[2262,1874],[2241,1868],[2219,1846],[2187,1841],[2166,1842],[2132,1829],[2121,1818],[2095,1814],[2073,1806],[2052,1780],[2040,1764],[2038,1739],[2039,1712],[2042,1693],[2038,1667],[2034,1641],[2036,1615],[2039,1586],[2038,1555],[2048,1542],[2068,1534],[2086,1526],[2104,1514],[2126,1505],[2140,1478],[2142,1455],[2158,1438],[2161,1412],[2168,1400],[2162,1372],[2160,1355],[2147,1344],[2162,1334],[2181,1318],[2193,1306],[2212,1307],[2224,1293],[2238,1278],[2256,1273],[2271,1278],[2289,1281],[2302,1278],[2328,1282],[2342,1278],[2360,1279],[2375,1267],[2395,1258]]},{"area":"026","points":[[2535,2152],[2626,2162],[2628,2176],[2637,2185],[2647,2193],[2652,2205],[2653,2216],[2678,2226],[2686,2225],[2705,2227],[2705,2239],[2721,2248],[2740,2266],[2746,2278],[2752,2287],[2756,2313],[2756,2327],[2756,2345],[2756,2367],[2764,2380],[2773,2406],[2781,2414],[2793,2423],[2810,2431],[2815,2445],[2814,2460],[2820,2471],[2834,2485],[2843,2492],[2855,2500],[2857,2522],[2854,2549],[2849,2557],[2855,2580],[2854,2600],[2852,2610],[2852,2621],[2851,2643],[2850,2659],[2849,2674],[2836,2689],[2829,2704],[2830,2719],[2835,2742],[2823,2742],[2812,2754],[2813,2767],[2813,2783],[2813,2793],[2800,2798],[2786,2810],[2778,2820],[2760,2820],[2740,2828],[2731,2841],[2714,2844],[2695,2843],[2684,2832],[2661,2819],[2644,2816],[2630,2805],[2614,2793],[2607,2788],[2606,2779],[2581,2765],[2556,2769],[2541,2768],[2520,2774],[2500,2775],[2477,2775],[2470,2767],[2453,2767],[2449,2779],[2443,2792],[2430,2788],[2420,2801],[2411,2814],[2412,2823],[2393,2820],[2379,2813],[2363,2820],[2355,2841],[2339,2847],[2318,2847],[2313,2838],[2289,2828],[2264,2820],[2256,2806],[2241,2793],[2235,2779],[2220,2772],[2187,2770],[2178,2755],[2159,2743],[2160,2738],[2144,2733],[2139,2717],[2134,2707],[2119,2700],[2114,2689],[2107,2680],[2095,2672],[2094,2651],[2094,2638],[2089,2620],[2092,2605],[2101,2599],[2114,2577],[2116,2564],[2113,2549],[2116,2537],[2114,2518],[2113,2497],[2112,2487],[2106,2473],[2088,2467],[2077,2460],[2067,2458],[2065,2442],[2064,2429],[2067,2412],[2073,2399],[2084,2384],[2096,2380],[2108,2367],[2113,2368],[2123,2359],[2148,2356],[2160,2343],[2167,2330],[2181,2320],[2190,2310],[2207,2297],[2216,2287],[2232,2284],[2254,2282],[2266,2276],[2288,2276],[2309,2271],[2327,2278],[2344,2277],[2359,2268],[2364,2256],[2374,2243],[2389,2232],[2407,2214],[2424,2209],[2445,2206],[2464,2207],[2483,2205],[2500,2199],[2515,2189],[2525,2176],[2530,2164]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/001-map-1.01-bone-house.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/002-map-1.01-bone-house-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"02c"},"grid":{"type":"square"}}]},{"name":"2: Faren's Rest","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/010-map-2.02-farens-rest.webp"},"imageType":"map","title":"Map 2: Faren's Rest","width":3000,"height":3000,"id":"02d","mapRegions":[{"area":"05f","points":[[134,299],[173,780],[517,751],[479,275]]},{"area":"05f","points":[[618,620],[919,535],[997,778],[696,873]]},{"area":"053","points":[[1309,602],[1309,702],[1411,702],[1411,602]]},{"area":"049","points":[[1785,208],[1095,145],[1054,618],[1302,640],[1304,597],[1418,600],[1417,648],[1742,680]]},{"area":"04e","points":[[2048,361],[2057,321],[2068,287],[2090,260],[2116,234],[2147,218],[2195,207],[2218,207],[2250,210],[2278,223],[2306,240],[2346,287],[2356,325],[2363,349],[2363,377],[2353,418],[2333,458],[2308,483],[2264,506],[2230,516],[2194,521],[2141,508],[2103,486],[2075,451],[2053,404]]},{"area":"05f","points":[[2586,212],[2616,440],[2854,410],[2818,185]]},{"area":"05f","points":[[2447,541],[2680,585],[2632,808],[2407,766]]},{"area":"05b","points":[[177,1866],[177,2472],[602,2472],[602,1866]]},{"area":"057","points":[[775,1898],[1202,1925],[1138,2731],[712,2701]]},{"area":"041","points":[[1331,1955],[1490,1955],[1490,2042],[1688,2042],[1688,1955],[1847,1955],[1847,2309],[2380,2309],[2380,2735],[1331,2735]]},{"area":"045","points":[[1950,1775],[1950,2202],[2649,2202],[2649,1775]]},{"area":"053","points":[[2527,2461],[2527,2606],[2673,2606],[2673,2461]]},{"area":"061","points":[[1,1165],[34,1169],[89,1172],[166,1179],[295,1175],[366,1169],[530,1182],[639,1195],[755,1201],[876,1209],[1005,1205],[1200,1222],[1306,1245],[1445,1270],[1590,1279],[1737,1281],[1876,1267],[1992,1259],[2097,1246],[2213,1228],[2294,1212],[2470,1188],[2570,1179],[2743,1174],[2881,1178],[2968,1183],[2999,1190],[2999,1506],[2862,1494],[2728,1484],[2585,1488],[2396,1494],[2283,1506],[2137,1526],[1985,1551],[1813,1559],[1646,1556],[1474,1556],[1288,1550],[1164,1525],[1003,1494],[852,1490],[701,1489],[599,1479],[483,1466],[335,1458],[223,1465],[93,1480],[1,1497]]},{"area":"055","points":[[334,2827],[334,2663],[269,2663],[269,2827]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/010-map-2.02-farens-rest.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/011-map-2.02-farens-rest-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"02d"},"grid":{"type":"square"}}]},{"name":"3: The Leatherhollow","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/014-map-3.01-leatherhollow.webp"},"imageType":"map","title":"Map 3: Leatherhollow","width":3000,"height":3000,"id":"02e","mapRegions":[{"area":"077","points":[[1039,2347],[1053,2321],[1071,2307],[1073,2271],[1073,2247],[1057,2220],[1041,2210],[1039,2181],[1059,2153],[1080,2129],[1096,2106],[1117,2086],[1139,2071],[1153,2056],[1156,2039],[1173,2026],[1213,2014],[1216,1983],[1229,1956],[1303,1939],[1330,1954],[1354,1940],[1377,1929],[1390,1911],[1416,1927],[1443,1943],[1446,1963],[1460,1971],[1471,1983],[1493,1989],[1519,2004],[1540,2006],[1561,2017],[1596,2029],[1614,2034],[1620,2056],[1631,2069],[1646,2079],[1669,2079],[1681,2093],[1700,2107],[1721,2129],[1729,2143],[1740,2153],[1744,2177],[1741,2190],[1760,2207],[1783,2217],[1789,2241],[1800,2259],[1816,2283],[1819,2316],[1829,2339],[1843,2354],[1853,2374],[1864,2403],[1869,2436],[1866,2459],[1879,2484],[1886,2521],[1896,2556],[1899,2604],[1893,2629],[1871,2640],[1873,2667],[1869,2697],[1841,2723],[1811,2740],[1796,2763],[1763,2774],[1761,2797],[1774,2827],[1693,2851],[1660,2847],[1629,2846],[1611,2840],[1579,2823],[1559,2823],[1530,2824],[1503,2816],[1467,2814],[1433,2821],[1404,2823],[1384,2823],[1364,2807],[1341,2791],[1316,2796],[1281,2787],[1256,2763],[1224,2769],[1201,2770],[1176,2767],[1159,2751],[1151,2739],[1123,2716],[1124,2690],[1127,2659],[1121,2630],[1106,2619],[1101,2583],[1096,2566],[1084,2550],[1080,2531],[1051,2514],[1019,2519],[1020,2500],[1024,2419],[1009,2344],[1023,2351]]},{"area":"073","points":[[1000,2343],[1021,2421],[1010,2527],[983,2543],[973,2586],[974,2627],[967,2670],[953,2689],[949,2721],[926,2733],[911,2757],[889,2781],[864,2799],[841,2809],[834,2831],[806,2851],[780,2874],[743,2889],[710,2901],[686,2920],[649,2936],[610,2947],[570,2940],[550,2923],[503,2927],[461,2943],[449,2956],[421,2940],[390,2919],[357,2890],[316,2850],[257,2800],[217,2704],[117,2664],[106,2626],[73,2581],[51,2543],[23,2509],[37,2496],[49,2476],[46,2451],[50,2430],[49,2397],[57,2381],[77,2361],[80,2336],[81,2310],[93,2290],[106,2274],[104,2247],[106,2223],[97,2194],[104,2170],[123,2157],[140,2140],[151,2129],[169,2129],[196,2124],[199,2097],[220,2103],[241,2104],[259,2099],[279,2086],[297,2073],[313,2079],[339,2083],[363,2060],[381,2054],[400,2037],[446,2023],[533,2020],[607,2031],[649,2039],[684,2050],[697,2063],[721,2073],[739,2071],[763,2089],[770,2101],[781,2121],[806,2133],[824,2154],[846,2166],[866,2179],[874,2207],[894,2221],[903,2247],[917,2266],[937,2287],[949,2300],[961,2323],[979,2343]]},{"area":"07b","points":[[463,2016],[539,2010],[594,2019],[626,2029],[626,2003],[633,1973],[650,1944],[669,1937],[709,1917],[736,1897],[749,1874],[781,1870],[796,1853],[813,1840],[823,1817],[833,1791],[843,1776],[859,1773],[854,1746],[856,1721],[856,1703],[867,1691],[874,1673],[899,1674],[919,1589],[901,1563],[896,1531],[896,1499],[897,1466],[881,1437],[864,1403],[849,1369],[841,1344],[821,1327],[803,1300],[799,1273],[784,1254],[770,1240],[759,1214],[754,1189],[701,1124],[674,1117],[651,1101],[643,1081],[611,1057],[594,1051],[564,1043],[564,1027],[526,1030],[484,1027],[451,1021],[416,1024],[380,1014],[361,994],[340,981],[327,970],[271,1003],[273,1026],[280,1060],[261,1076],[253,1109],[256,1146],[247,1167],[224,1184],[216,1204],[187,1213],[169,1234],[167,1266],[144,1299],[133,1329],[124,1351],[106,1374],[106,1406],[100,1454],[106,1506],[96,1536],[109,1564],[119,1599],[134,1620],[159,1634],[151,1664],[153,1703],[176,1719],[194,1737],[213,1761],[224,1779],[237,1814],[257,1821],[280,1839],[316,1840],[334,1857],[347,1871],[376,1881],[380,1903],[379,1929],[370,1959],[377,1993],[399,2001],[430,2016]]},{"area":"07f","points":[[200,757],[186,746],[156,740],[129,720],[130,694],[124,667],[103,637],[91,616],[106,579],[106,534],[109,493],[107,457],[106,403],[106,357],[120,320],[129,280],[131,249],[150,220],[166,187],[181,156],[187,117],[206,109],[223,86],[241,81],[273,77],[297,74],[324,70],[339,69],[354,51],[394,51],[421,54],[441,71],[466,81],[484,99],[524,114],[541,129],[560,150],[580,176],[599,206],[616,227],[619,270],[634,289],[644,311],[641,341],[649,370],[643,407],[643,449],[639,491],[639,531],[629,564],[619,594],[596,624],[596,651],[571,669],[546,687],[539,710],[519,724],[490,721],[470,737],[434,749],[416,769],[370,776],[321,771],[293,774],[269,780],[239,783],[220,774]]},{"area":"083","points":[[1020,781],[1009,764],[999,743],[981,730],[970,669],[957,653],[953,623],[941,599],[951,560],[927,537],[923,499],[924,461],[930,413],[921,356],[947,337],[957,306],[980,280],[977,260],[999,241],[1030,214],[1051,191],[1071,163],[1097,150],[1126,133],[1171,117],[1193,100],[1214,87],[1240,80],[1279,81],[1303,74],[1364,79],[1390,81],[1424,76],[1447,101],[1473,113],[1493,129],[1513,129],[1543,149],[1571,161],[1609,177],[1636,196],[1656,223],[1671,257],[1683,280],[1699,314],[1721,333],[1744,356],[1791,353],[1820,363],[1853,387],[1874,403],[1897,404],[1907,421],[1929,444],[1951,460],[1971,496],[1984,524],[2014,551],[2044,574],[2057,609],[2080,626],[2107,639],[2110,663],[2110,681],[2139,697],[2146,726],[2151,760],[2166,786],[2186,816],[2199,849],[2201,889],[2216,914],[2221,933],[2216,954],[2220,979],[2214,1003],[2221,1031],[2221,1054],[2219,1077],[2223,1107],[2223,1117],[2217,1143],[2219,1166],[2214,1193],[2210,1219],[2200,1244],[2191,1287],[2164,1340],[2139,1346],[2123,1360],[2111,1377],[2083,1400],[2061,1400],[2031,1431],[2003,1421],[1983,1429],[1960,1426],[1929,1451],[1903,1457],[1894,1473],[1871,1466],[1840,1473],[1826,1467],[1799,1474],[1749,1476],[1730,1486],[1690,1476],[1643,1453],[1611,1431],[1587,1431],[1570,1414],[1549,1404],[1520,1381],[1509,1351],[1483,1343],[1470,1317],[1444,1290],[1434,1273],[1421,1244],[1401,1223],[1394,1199],[1376,1173],[1364,1154],[1357,1129],[1353,1113],[1343,1074],[1344,1046],[1329,1029],[1319,996],[1309,981],[1273,974],[1251,974],[1211,974],[1180,969],[1149,954],[1119,947],[1100,927],[1069,917],[1040,906],[1020,896],[1004,867],[1001,846],[1016,813],[1026,799]]},{"area":"08b","points":[[2206,2317],[2206,2890],[2273,2893],[2307,2894],[2319,2911],[2336,2921],[2367,2916],[2404,2920],[2453,2920],[2474,2916],[2500,2889],[2517,2896],[2540,2880],[2563,2870],[2610,2871],[2630,2873],[2676,2869],[2696,2869],[2721,2871],[2737,2853],[2760,2844],[2787,2846],[2814,2839],[2819,2820],[2860,2817],[2884,2811],[2894,2794],[2890,2767],[2896,2733],[2887,2700],[2897,2664],[2894,2629],[2899,2584],[2897,2557],[2901,2523],[2897,2491],[2891,2471],[2893,2439],[2890,2430],[2870,2413],[2866,2393],[2870,2347],[2859,2317]]},{"area":"087","points":[[2199,2894],[2173,2847],[2156,2820],[2126,2807],[2094,2789],[2060,2767],[2056,2741],[2031,2731],[2023,2697],[2027,2663],[2031,2629],[2036,2594],[2024,2559],[2024,2509],[2029,2471],[2031,2436],[2023,2387],[2003,2361],[2006,2319],[1999,2276],[1987,2246],[1973,2211],[1967,2180],[1951,2161],[1953,2137],[1926,2116],[1914,2080],[1901,2050],[1899,2004],[1906,1977],[1903,1949],[1911,1907],[1903,1860],[1926,1836],[1931,1809],[1947,1784],[1970,1773],[1983,1754],[1994,1731],[2024,1726],[2029,1701],[2053,1683],[2074,1680],[2097,1674],[2111,1660],[2144,1639],[2170,1626],[2190,1624],[2201,1621],[2221,1610],[2240,1594],[2254,1573],[2317,1569],[2327,1583],[2343,1599],[2363,1606],[2389,1589],[2420,1580],[2481,1584],[2517,1580],[2546,1589],[2583,1577],[2619,1587],[2661,1594],[2684,1611],[2714,1617],[2771,1663],[2767,1689],[2773,1724],[2774,1743],[2776,1774],[2797,1817],[2776,1833],[2769,1856],[2776,1883],[2771,1913],[2769,1940],[2764,1963],[2764,2001],[2767,2041],[2784,2074],[2824,2110],[2823,2141],[2830,2167],[2850,2186],[2841,2214],[2847,2243],[2837,2293],[2863,2309],[2199,2309]]},{"area":"091","points":[[2734,1150],[2791,1129],[2797,1107],[2796,1077],[2805,1053],[2821,1045],[2845,1023],[2865,1004],[2880,981],[2895,959],[2893,937],[2885,911],[2897,884],[2902,854],[2892,819],[2897,794],[2886,769],[2875,742],[2865,708],[2866,671],[2874,635],[2884,600],[2893,560],[2911,525],[2923,490],[2921,452],[2920,422],[2911,395],[2893,359],[2894,315],[2897,284],[2881,263],[2857,246],[2841,227],[2844,205],[2825,185],[2815,164],[2808,148],[2786,138],[2774,119],[2764,102],[2741,95],[2723,79],[2680,74],[2657,76],[2632,68],[2615,52],[2582,53],[2548,55],[2528,55],[2514,55],[2501,55],[2489,63],[2484,74],[2459,79],[2440,94],[2428,99],[2410,102],[2400,124],[2378,128],[2363,129],[2345,125],[2325,129],[2303,129],[2284,124],[2274,139],[2255,157],[2228,159],[2213,168],[2205,186],[2191,196],[2178,213],[2179,236],[2175,254],[2185,279],[2170,294],[2187,312],[2201,330],[2201,348],[2204,375],[2204,391],[2214,409],[2227,435],[2235,454],[2236,470],[2248,488],[2257,515],[2268,535],[2277,566],[2289,582],[2307,608],[2298,627],[2306,655],[2324,670],[2329,686],[2332,708],[2326,732],[2343,739],[2356,759],[2369,777],[2379,794],[2386,823],[2404,840],[2412,855],[2428,868],[2448,886],[2458,911],[2480,925],[2501,943],[2517,965],[2533,983],[2557,995],[2575,1014],[2597,1022],[2618,1044],[2649,1041],[2675,1049],[2694,1053],[2706,1074],[2702,1089],[2711,1106],[2724,1117],[2728,1130]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/014-map-3.01-leatherhollow.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/015-map-3.01-leatherhollow-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"02e"},"grid":{"type":"square"}}]},{"name":"4: Apostate Temple","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/022-map-4.01-apostate-temple.webp"},"imageType":"map","title":"Map 4: Apostate Temple","width":2160,"height":2160,"id":"02f","mapRegions":[{"area":"0ba","points":[[217,1589],[217,1806],[430,1806],[430,1589]]},{"area":"0cc","points":[[1230,479],[1230,1829],[2010,1829],[2010,479]]},{"area":"0c8","points":[[1046,1064],[1046,1244],[1221,1244],[1221,1064]]},{"area":"0b6","points":[[401,424],[926,529],[857,936],[326,824]]},{"area":"0b2","points":[[163,1101],[141,917],[223,863],[349,889],[454,926],[531,1097],[571,1184],[626,1324],[570,1411],[401,1453],[286,1423],[180,1259]]},{"area":"0be","points":[[529,1616],[697,1681],[769,1507],[596,1441]]},{"area":"0c2","points":[[834,1590],[1069,1504],[1146,1707],[910,1797]]},{"area":"0cc","points":[[1979,161],[1979,264],[2077,264],[2077,161]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/022-map-4.01-apostate-temple.webp"},"grid":{"type":"square","size":72},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/023-map-4.01-apostate-temple-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2160,"height":2160,"mapParent":{"id":"02f"},"grid":{"type":"square","size":72}}]},{"name":"5: Gloomrock Caverns","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/028-map-5.01-gloomrock-caverns.webp"},"imageType":"map","title":"Map 5: Gloomrock Caverns","width":3000,"height":3000,"id":"030","mapRegions":[{"area":"0eb","points":[[3,2023],[19,2021],[51,2020],[79,2021],[94,2031],[107,2050],[119,2066],[133,2080],[140,2099],[141,2119],[151,2139],[170,2149],[184,2157],[194,2180],[210,2199],[237,2210],[259,2220],[284,2231],[313,2237],[326,2240],[359,2243],[401,2244],[414,2236],[440,2231],[473,2231],[520,2236],[626,2249],[691,2273],[774,2311],[829,2387],[884,2447],[907,2501],[907,2534],[889,2573],[877,2604],[869,2639],[853,2666],[837,2701],[810,2730],[784,2766],[743,2789],[729,2813],[693,2827],[654,2846],[620,2861],[591,2883],[549,2891],[493,2886],[460,2891],[423,2896],[391,2881],[351,2869],[339,2841],[303,2821],[274,2800],[247,2769],[213,2743],[197,2716],[167,2720],[147,2696],[126,2674],[119,2644],[93,2619],[71,2597],[73,2567],[51,2547],[49,2520],[23,2494],[3,2480]]},{"area":"0f8","points":[[144,1450],[193,1404],[297,1367],[384,1361],[460,1380],[474,1396],[477,1409],[480,1427],[500,1440],[511,1466],[523,1477],[527,1500],[534,1527],[563,1539],[583,1563],[601,1587],[627,1611],[643,1629],[641,1651],[644,1669],[680,1687],[707,1714],[727,1727],[733,1754],[739,1777],[750,1797],[760,1820],[784,1844],[791,1860],[800,1879],[814,1889],[821,1911],[843,1929],[840,1967],[851,1984],[864,2001],[861,2033],[869,2059],[880,2084],[891,2104],[891,2133],[893,2159],[899,2179],[911,2210],[917,2229],[913,2267],[919,2290],[910,2309],[913,2341],[910,2376],[917,2399],[803,2279],[626,2201],[500,2197],[527,2180],[551,2151],[563,2137],[563,2089],[551,2050],[533,2031],[526,1997],[516,1971],[511,1949],[501,1931],[474,1911],[476,1890],[477,1870],[459,1860],[437,1850],[430,1834],[413,1821],[409,1804],[413,1783],[393,1767],[390,1744],[370,1719],[353,1711],[336,1687],[307,1669],[296,1643],[271,1631],[263,1611],[259,1596],[247,1574],[246,1549],[224,1539],[203,1519],[199,1500],[184,1486],[167,1470],[153,1457]]},{"area":"0fc","points":[[586,724],[623,710],[650,699],[687,680],[736,653],[783,634],[853,619],[893,603],[930,603],[984,609],[1009,626],[1051,633],[1073,653],[1119,663],[1157,666],[1206,660],[1253,667],[1291,684],[1314,691],[1297,721],[1279,750],[1264,767],[1241,781],[1231,816],[1236,839],[1239,871],[1239,889],[1236,934],[1227,969],[1227,1004],[1210,1029],[1207,1063],[1190,1086],[1194,1107],[1177,1126],[1157,1140],[1150,1157],[1141,1176],[1104,1184],[1087,1203],[1059,1209],[1041,1231],[1003,1236],[974,1230],[953,1236],[924,1234],[896,1230],[856,1211],[827,1206],[804,1187],[787,1186],[766,1173],[746,1159],[737,1136],[713,1117],[691,1086],[680,1051],[659,1041],[660,1020],[644,991],[634,964],[637,947],[636,923],[636,897],[626,867],[624,844],[616,824],[610,796],[607,770],[586,749],[590,740]]},{"area":"100","points":[[1309,2431],[1287,2419],[1266,2403],[1240,2379],[1234,2349],[1217,2330],[1199,2309],[1173,2284],[1149,2267],[1143,2250],[1140,2227],[1119,2209],[1114,2180],[1091,2149],[1091,2127],[1077,2103],[1073,2077],[1063,2053],[1070,2030],[1073,2013],[1057,1999],[1044,1964],[1056,1941],[1049,1903],[1046,1849],[1060,1821],[1074,1797],[1076,1750],[1076,1723],[1096,1704],[1096,1683],[1114,1666],[1126,1634],[1140,1616],[1153,1596],[1181,1573],[1196,1551],[1211,1536],[1241,1526],[1251,1509],[1269,1489],[1281,1473],[1297,1459],[1313,1430],[1323,1411],[1351,1391],[1366,1374],[1366,1360],[1389,1340],[1390,1319],[1403,1296],[1414,1266],[1447,1239],[1486,1221],[1506,1241],[1557,1279],[1566,1299],[1591,1334],[1621,1381],[1644,1430],[1656,1456],[1650,1480],[1653,1501],[1631,1517],[1610,1534],[1601,1563],[1600,1593],[1590,1610],[1574,1621],[1577,1643],[1551,1667],[1549,1687],[1541,1711],[1513,1726],[1494,1734],[1471,1744],[1449,1756],[1439,1766],[1413,1783],[1404,1799],[1406,1819],[1386,1831],[1383,1851],[1386,1869],[1367,1881],[1359,1900],[1353,1913],[1360,1933],[1354,1953],[1369,1980],[1373,1989],[1374,1999],[1380,2021],[1394,2036],[1407,2047],[1419,2060],[1429,2081],[1437,2097],[1451,2114],[1461,2129],[1469,2134],[1473,2149],[1474,2167],[1491,2189],[1507,2196],[1490,2216],[1467,2224],[1450,2243],[1436,2264],[1424,2281],[1420,2304],[1397,2319],[1373,2330],[1373,2350],[1354,2360],[1337,2376],[1339,2397],[1319,2413]]},{"area":"0f0","points":[[1229,2736],[1256,2661],[1333,2579],[1407,2520],[1489,2489],[1540,2499],[1570,2566],[1576,2649],[1570,2717],[1507,2790],[1381,2843],[1276,2837],[1227,2789]]},{"area":"0f4","points":[[1536,2189],[1579,2153],[1586,2121],[1559,2086],[1527,2046],[1506,2024],[1484,1974],[1489,1919],[1500,1876],[1527,1831],[1571,1787],[1629,1749],[1659,1713],[1711,1680],[1789,1699],[1860,1750],[1901,1807],[1950,1820],[1981,1866],[2000,1916],[1993,1951],[2024,2001],[2050,2043],[2087,2069],[2093,2114],[2060,2166],[1993,2210],[1940,2233],[1886,2253],[1844,2256],[1817,2279],[1811,2309],[1801,2321],[1790,2356],[1767,2387],[1751,2421],[1724,2447],[1717,2464],[1716,2487],[1696,2510],[1630,2507],[1524,2477],[1397,2434],[1377,2383],[1397,2364],[1420,2341],[1436,2321],[1440,2297],[1464,2267],[1487,2244],[1514,2226],[1519,2206]]},{"area":"10b","points":[[2231,2499],[2251,2523],[2271,2547],[2293,2556],[2317,2587],[2346,2599],[2374,2597],[2404,2597],[2427,2593],[2450,2584],[2469,2570],[2491,2567],[2510,2546],[2529,2520],[2557,2493],[2559,2457],[2576,2447],[2586,2424],[2607,2399],[2603,2377],[2621,2341],[2643,2311],[2661,2286],[2669,2247],[2670,2227],[2670,2196],[2669,2186],[2691,2166],[2693,2133],[2690,2107],[2696,2083],[2696,2027],[2700,1994],[2697,1960],[2694,1929],[2696,1911],[2686,1890],[2801,1850],[2847,1851],[2874,1894],[2873,1929],[2863,1960],[2866,1996],[2857,2019],[2850,2034],[2839,2056],[2841,2079],[2841,2104],[2824,2126],[2820,2154],[2824,2183],[2821,2206],[2817,2234],[2819,2261],[2801,2281],[2797,2311],[2787,2339],[2773,2370],[2754,2399],[2743,2429],[2736,2459],[2726,2476],[2709,2509],[2700,2521],[2700,2551],[2661,2601],[2637,2620],[2623,2644],[2604,2667],[2583,2679],[2569,2704],[2543,2720],[2509,2739],[2484,2751],[2460,2746],[2413,2749],[2389,2747],[2357,2746],[2320,2741],[2306,2724],[2277,2724],[2270,2701],[2247,2679],[2217,2673],[2206,2653],[2183,2641],[2171,2626],[2147,2609],[2134,2580],[2131,2561],[2109,2536],[2104,2517],[2137,2496],[2171,2483],[2200,2477]]},{"area":"105","points":[[1844,1326],[1871,1344],[1903,1356],[1930,1366],[1990,1380],[2014,1400],[2057,1410],[2106,1419],[2154,1406],[2201,1399],[2239,1393],[2269,1376],[2300,1347],[2333,1321],[2357,1317],[2393,1320],[2416,1319],[2441,1316],[2463,1331],[2477,1350],[2504,1356],[2531,1364],[2556,1391],[2579,1409],[2599,1433],[2619,1463],[2690,1490],[2781,1494],[2847,1516],[2866,1526],[2889,1510],[2899,1469],[2896,1431],[2890,1393],[2890,1354],[2890,1330],[2890,1281],[2890,1249],[2897,1213],[2889,1187],[2893,1173],[2899,1149],[2890,1107],[2891,1084],[2896,1039],[2894,1010],[2876,977],[2867,941],[2860,904],[2849,876],[2847,834],[2846,801],[2830,781],[2816,753],[2801,737],[2797,726],[2796,694],[2780,660],[2756,620],[2731,589],[2716,567],[2693,550],[2687,530],[2663,511],[2636,493],[2606,477],[2584,469],[2546,446],[2510,437],[2486,426],[2460,411],[2429,407],[2399,410],[2377,407],[2344,410],[2330,414],[2297,409],[2267,407],[2240,421],[2216,429],[2180,439],[2163,447],[2144,456],[2123,460],[2103,484],[2073,481],[2064,503],[2034,510],[2010,520],[2001,533],[1984,547],[1963,577],[1941,580],[1907,591],[1900,607],[1884,627],[1864,650],[1859,679],[1843,709],[1849,734],[1856,764],[1850,796],[1856,830],[1844,853],[1846,890],[1850,917],[1850,946],[1844,984],[1844,1021],[1846,1057],[1846,1079],[1841,1109],[1856,1137],[1847,1177],[1846,1207],[1847,1233],[1847,1259],[1847,1281],[1843,1304]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/028-map-5.01-gloomrock-caverns.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/029-map-5.01-gloomrock-caverns-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"030"},"grid":{"type":"square"}}]},{"name":"6: Boulderwood Path","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/035-map-6.01-boulderwood-path.webp"},"imageType":"map","title":"Map 6: Boulderwood Path","width":3000,"height":3000,"id":"031","mapRegions":[{"area":"145","points":[[387,731],[358,691],[311,649],[253,602],[222,538],[196,453],[187,378],[220,295],[264,216],[322,155],[373,102],[436,100],[496,76],[507,42],[584,40],[673,25],[756,33],[825,58],[865,73],[916,109],[944,144],[964,182],[993,231],[1013,264],[1029,322],[1045,373],[1049,440],[1011,478],[995,515],[965,573],[935,615],[878,649],[785,673],[682,696],[642,696],[595,704],[516,711],[476,716],[444,729],[411,729]]},{"area":"141","points":[[2040,189],[2040,315],[1920,315],[1920,189]]},{"area":"13c","points":[[1933,880],[1980,844],[1993,789],[2018,720],[2067,680],[2133,665],[2198,660],[2275,680],[2389,673],[2449,664],[2529,684],[2616,691],[2651,725],[2680,769],[2704,815],[2725,847],[2753,884],[2764,918],[2756,953],[2775,1013],[2776,1049],[2782,1082],[2784,1144],[2791,1178],[2782,1224],[2765,1273],[2738,1300],[2711,1344],[2685,1384],[2653,1409],[2587,1413],[2522,1418],[2465,1436],[2407,1442],[2351,1436],[2313,1447],[2256,1442],[2204,1449],[2151,1456],[2084,1451],[2045,1433],[1987,1420],[1942,1402],[1884,1371],[1860,1333],[1816,1278],[1787,1215],[1775,1162],[1796,1120],[1833,1067],[1864,1031],[1902,980],[1913,935],[1920,909]]},{"area":"138","points":[[2187,1835],[2231,1742],[2309,1751],[2375,1789],[2476,1838],[2565,1882],[2644,1949],[2655,2082],[2647,2127],[2571,2167],[2445,2131],[2389,2036],[2324,1955],[2235,1896],[2196,1873]]},{"area":"12d","points":[[4,1385],[75,1358],[155,1335],[227,1311],[333,1271],[404,1256],[520,1227],[644,1213],[756,1209],[864,1215],[913,1229],[1080,1280],[1191,1318],[1262,1358],[1360,1395],[1447,1435],[1624,1515],[1789,1576],[1891,1605],[1962,1609],[2045,1624],[2125,1645],[2200,1662],[2271,1675],[2355,1705],[2395,1753],[2295,1718],[2160,1722],[2147,1775],[2122,1831],[2169,1898],[2224,1942],[2285,1998],[2311,2055],[2202,2015],[2058,1956],[1916,1925],[1778,1885],[1693,1855],[1582,1816],[1493,1785],[1385,1736],[1264,1693],[1169,1658],[1087,1624],[971,1598],[875,1569],[747,1551],[662,1567],[518,1589],[376,1611],[253,1644],[149,1698],[75,1749],[4,1785]]},{"area":"132","points":[[4,2780],[55,2745],[87,2724],[136,2691],[182,2638],[218,2582],[256,2555],[307,2524],[375,2500],[449,2495],[518,2476],[591,2456],[667,2440],[769,2422],[871,2420],[938,2425],[1000,2440],[1055,2444],[1107,2444],[1171,2447],[1236,2460],[1295,2465],[1349,2487],[1405,2489],[1471,2485],[1529,2471],[1593,2456],[1665,2456],[1700,2469],[1789,2495],[1824,2520],[1869,2538],[1924,2576],[1955,2611],[2002,2653],[2035,2689],[2069,2711],[2096,2736],[2135,2793],[2162,2822],[2187,2871],[2209,2913],[2238,2951],[2262,2995],[4,2995]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/035-map-6.01-boulderwood-path.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/036-map-6.01-boulderwood-path-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"031"},"grid":{"type":"square"}}]},{"name":"7: Flamegrit Iron Mine","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/043-map-7.01-flamegrit-iron-mine.webp"},"imageType":"map","title":"Map 7: Flamegrit Iron Mine","width":3000,"height":3000,"id":"032","mapRegions":[{"area":"16a","points":[[573,576],[533,582],[518,616],[507,633],[495,660],[458,671],[425,687],[389,687],[353,671],[309,669],[265,644],[225,598],[207,558],[213,484],[213,453],[253,393],[276,358],[298,329],[369,287],[431,253],[522,229],[564,238],[611,240],[631,229],[662,238],[695,249],[758,247],[840,247],[904,242],[969,267],[1009,298],[1022,329],[1024,385],[1007,415],[945,455],[909,475],[858,462],[824,475],[809,505],[813,536],[793,556],[802,596],[816,627],[818,673],[824,704],[838,731],[862,773],[820,804],[755,829],[665,829],[598,838],[602,791],[580,753],[576,727],[607,702],[627,671],[627,633],[595,596]]},{"area":"188","points":[[1522,2511],[1522,2876],[2195,2876],[2195,2511]]},{"area":"17f","points":[[1458,2882],[1458,2409],[1009,2409],[1009,2882]]},{"area":"16e","points":[[147,1489],[147,1402],[151,1289],[133,1147],[144,1040],[195,975],[316,933],[471,893],[596,880],[698,869],[807,844],[882,804],[938,804],[1020,749],[1065,680],[1127,607],[1193,504],[1305,485],[1693,622],[1791,707],[1622,749],[1487,776],[1355,900],[1216,1009],[1093,1093],[1011,1142],[849,1156],[755,1113],[680,1104],[565,1158],[525,1249],[484,1342],[440,1407],[429,1522],[407,1695],[320,1778],[191,1747],[133,1578]]},{"area":"172","points":[[1169,464],[1304,431],[1698,469],[1875,364],[1869,336],[1845,296],[1840,251],[1789,213],[1749,196],[1689,180],[1620,151],[1551,142],[1489,147],[1418,144],[1364,153],[1284,187],[1224,225],[1204,307],[1167,356],[1171,424]]},{"area":"176","points":[[1953,329],[1975,316],[1989,269],[2045,247],[2096,222],[2125,202],[2175,184],[2200,158],[2238,151],[2258,136],[2313,118],[2358,111],[2451,102],[2505,109],[2591,115],[2660,116],[2720,125],[2796,189],[2829,235],[2835,267],[2715,315],[2651,276],[2560,262],[2513,291],[2513,335],[2542,389],[2604,405],[2651,465],[2647,511],[2538,544],[2405,560],[2227,562],[2104,538],[2029,438],[1976,380]]},{"area":"190","points":[[1800,1095],[1593,1873],[1680,1904],[1878,1124]]},{"area":"184","points":[[536,2049],[627,2027],[680,2015],[755,1933],[775,1833],[827,1744],[889,1693],[971,1673],[1095,1762],[1173,1835],[1280,1907],[1385,1951],[1545,1909],[1660,1925],[1696,1880],[1725,1802],[1831,1755],[1891,1745],[1985,1820],[2098,1938],[2233,2098],[2298,2260],[2275,2362],[2165,2360],[1955,2364],[1756,2311],[1620,2300],[1511,2289],[1424,2267],[1335,2271],[1304,2256],[1231,2255],[1156,2267],[1089,2282],[1002,2311],[929,2329],[793,2298],[629,2229],[558,2145]]},{"area":"17b","points":[[360,1982],[371,2035],[376,2069],[355,2111],[320,2144],[325,2202],[313,2242],[296,2289],[280,2329],[275,2380],[251,2422],[251,2462],[245,2515],[251,2549],[247,2580],[256,2624],[253,2665],[258,2700],[285,2735],[262,2778],[198,2838],[156,2795],[145,2735],[144,2696],[156,2658],[147,2611],[144,2556],[151,2515],[142,2467],[145,2407],[162,2373],[176,2347],[178,2300],[178,2260],[200,2225],[198,2184],[222,2160],[231,2118],[224,2073],[215,2049],[253,2016],[251,1962]]},{"area":"18c","points":[[2296,2656],[2296,2880],[2687,2880],[2687,2656]]},{"area":"18e","points":[[2455,2258],[2445,2171],[2516,2056],[2589,1462],[2524,1244],[2529,1033],[2473,938],[2616,869],[2671,862],[2731,882],[2793,911],[2818,920],[2864,967],[2875,1013],[2875,1058],[2867,1095],[2880,1140],[2875,1176],[2851,1224],[2838,1251],[2853,1298],[2851,1345],[2851,1369],[2858,1418],[2880,1442],[2869,1487],[2871,1505],[2864,1564],[2840,1593],[2836,1625],[2811,1667],[2827,1716],[2844,1749],[2844,1791],[2849,1816],[2867,1853],[2876,1891],[2867,1940],[2845,1958],[2838,2005],[2842,2038],[2873,2058],[2876,2095],[2869,2149],[2876,2198],[2878,2242],[2847,2298],[2769,2347],[2651,2356],[2538,2338],[2484,2291]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/043-map-7.01-flamegrit-iron-mine.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/044-map-7.01-flamegrit-iron-mine-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"032"},"grid":{"type":"square"}}]},{"name":"8: Shadowsteel Citadel","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/052-map-8.01-shadowsteel-citadel.webp"},"imageType":"map","title":"Map 8: Shadowsteel Citadel","width":3000,"height":3000,"id":"033","mapRegions":[{"area":"1d5","points":[[112,116],[112,1987],[787,1987],[787,116]]},{"area":"1d1","points":[[811,118],[811,493],[1183,493],[1183,118]]},{"area":"1cd","points":[[804,503],[804,699],[1286,699],[1286,503]]},{"area":"1c9","points":[[806,718],[806,1097],[1291,1097],[1291,718]]},{"area":"1c5","points":[[813,1114],[1385,1114],[1385,1983],[916,1983],[916,1897],[813,1897]]},{"area":"1da","points":[[103,2011],[103,2789],[787,2789],[787,2011]]},{"area":"1c1","points":[[907,2015],[907,2899],[1394,2899],[1394,2015]]},{"area":"1af","points":[[1413,2017],[1413,2899],[1992,2899],[1992,2017]]},{"area":"1ab","points":[[2002,1800],[2002,2501],[2589,2501],[2589,1800]]},{"area":"1bd","points":[[1408,1813],[1408,2000],[1989,2000],[1989,1813]]},{"area":"1b8","points":[[1411,1112],[1411,1798],[1992,1798],[1992,1112]]},{"area":"1b3","points":[[1408,211],[1408,1095],[1994,1095],[1994,211]]},{"area":"1ab","points":[[2000,406],[2000,1093],[2592,1093],[2592,406]]},{"area":"1a7","points":[[2697,1116],[2697,1787],[2219,1787],[2162,1756],[2099,1712],[2042,1638],[2023,1558],[2013,1469],[2017,1381],[2023,1303],[2051,1246],[2099,1192],[2162,1149],[2219,1116],[2293,1116]]},{"area":"1a5","points":[[2705,1114],[2705,1792],[2994,1792],[2994,1114]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/052-map-8.01-shadowsteel-citadel.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/053-map-8.01-shadowsteel-citadel-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"033"},"grid":{"type":"square"}}]},{"name":"9: Storm Sanctuary","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/063-map-9.01-storm-sanctuary.webp"},"imageType":"map","title":"Map 9: Storm Sanctuary","width":3000,"height":3000,"id":"034","mapRegions":[{"area":"209","points":[[207,110],[693,110],[693,487],[590,487],[590,713],[690,713],[690,1090],[314,1090],[314,717],[403,717],[403,494],[207,494]]},{"area":"20d","points":[[906,101],[906,491],[1390,491],[1390,101]]},{"area":"205","points":[[789,1803],[794,1757],[817,1706],[837,1663],[887,1620],[930,1604],[979,1594],[1030,1593],[1081,1607],[1123,1633],[1160,1669],[1187,1713],[1203,1766],[1204,1811],[1193,1877],[1169,1917],[1140,1951],[1103,1979],[1059,1999],[999,2003],[924,1994],[871,1969],[846,1940],[814,1901],[793,1846]]},{"area":"201","points":[[599,2403],[700,2403],[700,2300],[800,2300],[800,2197],[901,2197],[901,2299],[999,2299],[999,2403],[1101,2403],[1101,2497],[1001,2497],[1001,2603],[901,2603],[901,2701],[799,2701],[799,2604],[697,2604],[697,2501],[599,2501]]},{"area":"211","points":[[1816,2740],[1833,2717],[1857,2730],[1889,2869],[1881,2891],[1857,2881]]},{"area":"21e","points":[[2147,494],[2256,600],[2314,677],[2443,621],[2526,561],[2700,451],[2754,347],[2766,233],[2743,69],[2739,1],[2087,1],[2054,40],[2039,113],[2021,191],[2031,257],[2046,333],[2096,420]]},{"area":"219","points":[[2556,1521],[2539,1491],[2531,1457],[2551,1439],[2554,1396],[2554,1371],[2580,1349],[2603,1330],[2601,1294],[2603,1264],[2636,1254],[2663,1227],[2706,1206],[2734,1184],[2773,1164],[2811,1154],[2850,1166],[2870,1180],[2904,1173],[2953,1180],[2983,1196],[2999,1204],[2999,1361],[2983,1371],[2969,1397],[2946,1419],[2916,1419],[2884,1423],[2866,1440],[2836,1450],[2806,1449],[2794,1464],[2739,1467],[2736,1487],[2704,1506],[2687,1520],[2664,1523],[2639,1516],[2623,1526],[2589,1526]]},{"area":"215","points":[[2363,2767],[2324,2736],[2314,2713],[2304,2657],[2311,2619],[2304,2569],[2311,2521],[2299,2460],[2301,2399],[2286,2324],[2257,2243],[2263,2176],[2267,2101],[2273,2039],[2286,1979],[2289,1923],[2284,1841],[2299,1803],[2326,1779],[2346,1767],[2377,1794],[2409,1831],[2431,1863],[2467,1903],[2501,1927],[2537,1944],[2617,1953],[2650,1966],[2689,1974],[2743,1979],[2786,1970],[2833,1969],[2863,1973],[2906,2030],[2916,2066],[2910,2123],[2914,2176],[2906,2214],[2889,2254],[2861,2303],[2837,2360],[2820,2386],[2791,2439],[2746,2453],[2724,2467],[2690,2500],[2666,2534],[2623,2560],[2599,2577],[2560,2603],[2530,2620],[2503,2640],[2480,2656],[2447,2670],[2421,2694],[2394,2723],[2380,2750]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/063-map-9.01-storm-sanctuary.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/064-map-9.01-storm-sanctuary-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"034"},"grid":{"type":"square"}}]},{"name":"10: Sardonyx Necropolis","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/073-map-10.01-sardonyx-necropolis.webp"},"imageType":"map","title":"Map 10: Sardonyx Necropolis","width":3000,"height":3000,"id":"035","mapRegions":[{"area":"254","points":[[3,257],[3,987],[385,987],[385,257]]},{"area":"261","points":[[1188,519],[992,519],[992,409],[908,409],[908,505],[785,505],[785,409],[712,409],[712,505],[512,505],[512,1186],[1188,1186]]},{"area":"25c","points":[[1809,515],[2003,515],[2003,417],[2079,417],[2079,505],[2206,505],[2206,415],[2289,415],[2289,515],[2484,515],[2484,1188],[1809,1188]]},{"area":"250","points":[[2737,557],[2737,708],[2886,708],[2886,557]]},{"area":"248","points":[[2788,2639],[2788,2765],[2915,2765],[2915,2639]]},{"area":"243","points":[[708,2514],[708,2889],[1190,2889],[1190,2514]]},{"area":"23e","points":[[151,2119],[151,2246],[274,2246],[274,2119]]},{"area":"24c","points":[[512,1615],[1183,1615],[1183,1806],[1799,1806],[1799,1608],[2489,1608],[2489,2290],[512,2290]]},{"area":"256","points":[[1406,1314],[1406,1520],[1563,1520],[1563,1314]]},{"area":"239","points":[[8,1294],[158,1293],[397,1275],[600,1282],[846,1277],[995,1280],[1082,1309],[1194,1301],[1294,1246],[1245,1326],[1198,1410],[1238,1491],[1299,1573],[1150,1558],[907,1542],[709,1563],[342,1573],[211,1555],[8,1554]]},{"area":"261","points":[[1248,664],[1338,546],[1400,491],[1533,483],[1634,509],[1717,587],[1728,654],[1741,739],[1726,802],[1643,861],[1595,901],[1490,936],[1378,907],[1294,814],[1258,747],[1251,709]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/073-map-10.01-sardonyx-necropolis.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/074-map-10.01-sardonyx-necropolis-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"035"},"grid":{"type":"square"}}]},{"name":"11: Foulest Truths","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/079-map-11.01-foulest-truths.webp"},"imageType":"map","title":"Map 11: Foulest Truths","width":3000,"height":3000,"id":"036","mapRegions":[{"area":"28b","points":[[1531,1913],[1566,1874],[1639,1840],[1709,1830],[1904,1830],[1953,1836],[1994,1853],[2034,1884],[2063,1916],[2063,2087],[2026,2121],[1987,2144],[1944,2169],[1909,2170],[1664,2170],[1621,2153],[1590,2131],[1559,2109],[1531,2083]]},{"area":"27b","points":[[105,2309],[907,2309],[907,2011],[1392,2011],[1392,2794],[105,2794]]},{"area":"286","points":[[2099,2208],[2099,2785],[2893,2785],[2893,2208]]},{"area":"290","points":[[1501,1013],[1501,1794],[2093,1794],[2093,1013]]},{"area":"282","points":[[2385,2187],[2375,2076],[2408,1962],[2480,1891],[2545,1872],[2560,1768],[2423,1678],[2312,1602],[2244,1600],[2200,1533],[2225,1385],[2240,1288],[2253,1206],[2217,1112],[2215,949],[2192,880],[2116,785],[2124,644],[2027,600],[1823,613],[1661,613],[1560,615],[1497,758],[1429,766],[1322,646],[1135,621],[981,638],[855,537],[1046,469],[1406,444],[1644,442],[1844,476],[2080,497],[2278,503],[2297,688],[2286,806],[2322,952],[2356,1168],[2387,1318],[2349,1394],[2322,1463],[2398,1573],[2486,1589],[2665,1665],[2705,1764],[2703,1874],[2657,2015],[2537,2023],[2488,2091],[2465,2187]]},{"area":"282","points":[[686,838],[686,728],[773,724],[811,800],[872,882],[918,933],[960,1023],[1029,1061],[1112,1097],[1196,1099],[1251,1076],[1333,1156],[1324,1318],[1320,1451],[1331,1507],[1421,1503],[1421,1589],[1343,1611],[1166,1632],[943,1638],[804,1632],[632,1611],[495,1592],[421,1653],[440,1752],[440,1823],[524,1907],[621,1985],[651,2107],[636,2204],[600,2280],[514,2284],[554,2171],[512,2048],[362,1964],[305,1903],[335,1703],[265,1621],[181,1531],[236,1491],[309,1482],[509,1491],[697,1520],[853,1560],[981,1528],[1145,1531],[1200,1512],[1171,1341],[1160,1246],[1023,1173],[872,1069],[792,945],[724,912]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/079-map-11.01-foulest-truths.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/080-map-11.01-foulest-truths-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"036"},"grid":{"type":"square"}}]},{"name":"12: The Tower of Flicker and Shadow","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/086-map-12.01-flicker-and-shadow.webp"},"imageType":"map","title":"Map 12: The Tower of Flicker and Shadow","width":3000,"height":3000,"id":"037","mapRegions":[{"area":"2bb","points":[[101,602],[104,554],[118,486],[141,426],[170,363],[205,315],[262,246],[317,198],[376,160],[427,131],[486,106],[566,91],[650,93],[709,99],[774,110],[843,131],[906,166],[949,195],[1018,235],[1070,293],[1102,338],[1123,384],[1154,456],[1171,510],[1186,562],[1186,659],[1173,733],[1155,794],[1139,850],[1109,907],[1070,958],[1018,1022],[973,1067],[934,1088],[882,1114],[832,1139],[798,1150],[750,1162],[701,1170],[638,1176],[562,1165],[486,1150],[406,1117],[346,1091],[294,1053],[248,1013],[195,944],[154,872],[131,819],[109,746],[101,704],[94,653]]},{"area":"2bf","points":[[1806,605],[1810,536],[1829,477],[1853,419],[1880,360],[1917,312],[1979,245],[2035,206],[2083,171],[2144,134],[2206,114],[2288,96],[2357,98],[2426,101],[2501,120],[2555,142],[2634,184],[2686,222],[2734,270],[2797,331],[2827,389],[2854,453],[2872,523],[2883,594],[2886,658],[2878,742],[2862,795],[2845,843],[2822,896],[2800,942],[2773,979],[2734,1016],[2669,1072],[2600,1112],[2509,1158],[2410,1181],[2317,1184],[2221,1173],[2139,1149],[2064,1107],[2011,1067],[1944,1011],[1906,955],[1856,891],[1835,830],[1818,762],[1802,698],[1800,650]]},{"area":"2c5","points":[[958,1502],[958,1451],[970,1384],[986,1323],[1016,1262],[1042,1211],[1080,1163],[1130,1101],[1194,1048],[1253,1014],[1312,986],[1390,971],[1453,960],[1520,958],[1589,963],[1677,986],[1731,1013],[1794,1046],[1851,1086],[1904,1142],[1947,1190],[1989,1261],[2014,1328],[2030,1398],[2042,1485],[2034,1571],[2016,1648],[1997,1709],[1962,1773],[1925,1830],[1883,1886],[1810,1947],[1734,1990],[1653,2014],[1586,2037],[1494,2042],[1410,2032],[1341,2019],[1264,1990],[1211,1962],[1152,1926],[1085,1846],[1045,1792],[1005,1714],[978,1643],[960,1576]]},{"area":"2ca","points":[[102,2322],[104,2253],[122,2198],[149,2128],[174,2069],[216,2014],[282,1941],[331,1898],[402,1858],[475,1830],[576,1802],[662,1803],[730,1810],[813,1829],[882,1861],[971,1912],[1035,1970],[1086,2035],[1141,2131],[1173,2230],[1184,2347],[1174,2462],[1138,2552],[1102,2642],[1043,2726],[946,2794],[854,2848],[752,2877],[658,2888],[570,2885],[462,2861],[355,2808],[258,2731],[189,2653],[152,2579],[122,2498],[101,2394]]},{"area":"2d0","points":[[1808,2363],[1814,2294],[1822,2227],[1848,2154],[1880,2088],[1928,2024],[1982,1963],[2040,1910],[2123,1870],[2197,1837],[2293,1814],[2382,1813],[2464,1824],[2550,1854],[2627,1893],[2694,1931],[2752,1986],[2790,2037],[2840,2115],[2870,2182],[2891,2269],[2899,2413],[2861,2554],[2818,2643],[2765,2702],[2696,2781],[2616,2834],[2514,2880],[2400,2899],[2286,2899],[2195,2875],[2096,2838],[2011,2779],[1938,2702],[1906,2661],[1861,2592],[1829,2490],[1814,2419]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/086-map-12.01-flicker-and-shadow.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/087-map-12.01-flicker-and-shadow-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"037"},"grid":{"type":"square"}}]},{"name":"13: Swamp of Fate","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/092-map-13.01-swamp-of-fate.webp"},"imageType":"map","title":"Map 13: Swamp of Fate","width":3000,"height":3000,"id":"038","mapRegions":[{"area":"2f8","points":[[225,429],[229,373],[242,315],[262,273],[275,247],[320,211],[362,209],[373,185],[393,164],[440,164],[502,162],[536,140],[580,138],[604,145],[627,155],[693,162],[775,162],[853,153],[987,151],[1118,147],[1216,133],[1273,147],[1335,189],[1360,218],[1358,256],[1369,275],[1384,304],[1389,342],[1409,375],[1395,416],[1382,447],[1360,489],[1345,536],[1342,560],[1315,580],[1296,609],[1289,638],[1271,660],[1242,685],[1193,696],[1140,700],[1105,715],[1064,736],[971,758],[898,762],[809,749],[720,749],[642,751],[558,751],[467,756],[420,756],[369,735],[356,700],[349,676],[300,624],[251,565],[238,516],[224,469]]},{"area":"301","points":[[1616,469],[1609,415],[1607,360],[1642,324],[1673,271],[1704,236],[1787,184],[1884,138],[1902,116],[1953,116],[2011,144],[2053,167],[2078,229],[2125,244],[2144,269],[2144,313],[2160,338],[2165,365],[2142,389],[2133,418],[2120,440],[2080,489],[2065,518],[2036,549],[1975,578],[1913,584],[1865,587],[1840,595],[1809,611],[1784,607],[1738,587],[1691,576],[1669,553],[1640,533],[1638,498],[1627,485]]},{"area":"303","points":[[2495,1502],[2551,1516],[2598,1507],[2658,1509],[2725,1502],[2767,1505],[2793,1471],[2802,1407],[2822,1373],[2829,1309],[2840,1240],[2836,1165],[2853,1096],[2884,1027],[2882,965],[2889,869],[2891,831],[2860,791],[2869,760],[2838,729],[2833,700],[2769,653],[2707,613],[2667,578],[2627,547],[2553,553],[2449,549],[2387,560],[2345,591],[2287,616],[2253,647],[2225,660],[2205,693],[2189,696],[2191,711],[2171,742],[2142,767],[2133,800],[2122,822],[2111,858],[2109,898],[2107,913],[2087,938],[2075,993],[2085,1020],[2105,1055],[2129,1065],[2156,1100],[2169,1138],[2209,1176],[2242,1213],[2249,1247],[2247,1276],[2269,1320],[2307,1338],[2327,1345],[2345,1367],[2380,1373],[2398,1382],[2429,1415],[2451,1433],[2478,1458],[2484,1476]]},{"area":"2f4","points":[[467,2364],[453,2338],[416,2333],[415,2300],[415,2262],[389,2225],[358,2207],[353,2176],[356,2131],[345,2096],[336,2049],[333,2022],[358,2011],[367,1980],[365,1945],[384,1931],[387,1902],[395,1853],[413,1809],[407,1760],[411,1696],[422,1656],[447,1633],[493,1635],[516,1653],[542,1665],[605,1658],[642,1665],[704,1656],[745,1649],[804,1660],[845,1675],[882,1698],[911,1727],[949,1753],[998,1773],[1027,1780],[1060,1824],[1055,1865],[1060,1924],[1071,1969],[1093,2013],[1124,2044],[1136,2078],[1135,2122],[1111,2144],[1078,2164],[1056,2187],[1033,2216],[996,2245],[973,2255],[951,2287],[898,2289],[880,2307],[840,2305],[780,2311],[747,2311],[724,2340],[673,2340],[638,2362],[580,2367],[527,2367],[491,2364]]},{"area":"2fc","points":[[1335,1016],[1360,985],[1416,978],[1476,978],[1527,982],[1556,958],[1600,960],[1616,975],[1664,995],[1665,1022],[1684,1044],[1707,1078],[1718,1095],[1758,1104],[1798,1118],[1815,1147],[1829,1182],[1838,1202],[1871,1218],[1885,1236],[1911,1278],[1902,1305],[1913,1342],[1918,1373],[1929,1395],[1969,1438],[2004,1456],[2013,1485],[2020,1513],[2051,1535],[2078,1536],[2100,1558],[2133,1618],[2151,1640],[2184,1653],[2215,1649],[2236,1676],[2245,1715],[2244,1751],[2275,1782],[2300,1809],[2309,1845],[2325,1871],[2340,1898],[2367,1931],[2402,1965],[2415,1987],[2424,2042],[2429,2104],[2422,2165],[2415,2233],[2398,2282],[2385,2293],[2364,2300],[2344,2316],[2336,2351],[2335,2378],[2304,2413],[2271,2440],[2235,2451],[2204,2462],[2175,2480],[2158,2495],[2124,2513],[2065,2505],[2025,2522],[1995,2529],[1945,2533],[1922,2542],[1893,2560],[1869,2560],[1816,2569],[1784,2553],[1765,2535],[1716,2540],[1693,2538],[1680,2516],[1649,2511],[1618,2485],[1585,2487],[1558,2464],[1529,2429],[1511,2365],[1513,2340],[1482,2324],[1460,2293],[1424,2273],[1431,2238],[1405,2216],[1404,2195],[1380,2169],[1376,2151],[1353,2127],[1364,2080],[1360,2045],[1324,2040],[1275,2040],[1245,2031],[1216,2004],[1220,1973],[1213,1944],[1227,1911],[1235,1887],[1284,1873],[1309,1853],[1316,1815],[1340,1787],[1325,1745],[1315,1705],[1307,1680],[1291,1656],[1273,1629],[1260,1575],[1233,1529],[1216,1487],[1202,1427],[1187,1387],[1160,1364],[1133,1347],[1136,1315],[1156,1291],[1155,1247],[1193,1225],[1235,1198],[1262,1195],[1289,1175],[1284,1145],[1302,1105],[1318,1071],[1344,1044]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/092-map-13.01-swamp-of-fate.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/093-map-13.01-swamp-of-fate-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"038"},"grid":{"type":"square"}}]},{"name":"14: Street Prophet","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/098-map-14.01-street-prophet.webp"},"imageType":"map","title":"Map 14: Street Prophet","width":3000,"height":3000,"id":"039","mapRegions":[{"area":"325","points":[[1323,1031],[1323,1669],[1793,1669],[1793,1031]]},{"area":"337","points":[[510,111],[510,589],[1090,589],[1090,111]]},{"area":"331","points":[[510,610],[510,991],[1089,991],[1089,610]]},{"area":"32c","points":[[1111,111],[1111,689],[1389,689],[1389,111]]},{"area":"33c","points":[[1709,409],[1709,691],[1993,691],[1993,409]]},{"area":"33e","points":[[2013,413],[2013,684],[2190,684],[2190,413]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/098-map-14.01-street-prophet.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/099-map-14.01-street-prophet-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"039"},"grid":{"type":"square"}}]},{"name":"15: The Thundering Hills","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/106-map-15.01-thundering-hills.webp"},"imageType":"map","title":"Map 15: Thundering Hills","width":3000,"height":3000,"id":"03a","mapRegions":[{"area":"363","points":[[119,1687],[154,1699],[173,1694],[207,1701],[237,1709],[250,1724],[284,1723],[324,1744],[357,1757],[381,1796],[383,1829],[439,1870],[456,1961],[433,1989],[414,2029],[381,2030],[364,2047],[341,2036],[317,2023],[283,2030],[256,2024],[226,2054],[206,2066],[154,2069],[136,2066],[101,2021],[89,1956],[87,1911],[87,1839],[93,1747],[106,1717]]},{"area":"367","points":[[399,2997],[417,2941],[433,2869],[466,2789],[516,2674],[546,2617],[589,2581],[621,2524],[651,2483],[687,2431],[721,2403],[763,2356],[780,2314],[834,2277],[830,2241],[871,2204],[894,2159],[950,2109],[996,2036],[1020,1996],[1059,1963],[1080,1933],[1136,1887],[1193,1866],[1251,1850],[1319,1870],[1363,1893],[1410,1909],[1447,1943],[1453,1994],[1467,2031],[1456,2094],[1431,2211],[1407,2256],[1374,2301],[1341,2330],[1283,2359],[1237,2396],[1200,2440],[1169,2490],[1123,2549],[1093,2581],[1061,2671],[1036,2737],[1019,2807],[1001,2866],[1003,2919],[1007,2997]]},{"area":"36d","points":[[1757,2649],[1666,2589],[1651,2547],[1587,2407],[1606,2324],[1630,2271],[1659,2239],[1707,2221],[1734,2190],[1761,2164],[1809,2154],[1891,2140],[1994,2171],[2044,2186],[2074,2229],[2104,2250],[2131,2251],[2179,2243],[2239,2233],[2300,2233],[2347,2227],[2386,2226],[2440,2227],[2464,2220],[2520,2224],[2546,2241],[2583,2267],[2606,2324],[2634,2339],[2651,2379],[2651,2430],[2654,2483],[2657,2521],[2650,2561],[2646,2609],[2617,2640],[2613,2667],[2593,2693],[2599,2719],[2580,2740],[2550,2776],[2537,2793],[2521,2814],[2489,2834],[2459,2850],[2426,2871],[2400,2893],[2370,2924],[2337,2937],[2281,2963],[2223,2987],[2206,2999],[1826,2999],[1839,2967],[1854,2937],[1853,2863],[1849,2816],[1850,2761],[1853,2707],[1841,2696],[1821,2660],[1811,2641],[1779,2637]]},{"area":"36f","points":[[2056,1459],[2084,1416],[2083,1384],[2073,1316],[2084,1240],[2084,1181],[2116,1129],[2129,1083],[2146,1059],[2160,1033],[2181,1000],[2209,979],[2240,956],[2269,947],[2289,930],[2334,924],[2369,929],[2423,930],[2457,936],[2493,954],[2559,954],[2584,979],[2609,987],[2659,980],[2696,994],[2721,1020],[2769,1037],[2797,1049],[2823,1087],[2829,1120],[2844,1140],[2863,1184],[2881,1211],[2900,1236],[2916,1264],[2937,1309],[2949,1327],[2956,1363],[2947,1400],[2941,1433],[2950,1474],[2947,1499],[2944,1541],[2953,1564],[2940,1593],[2929,1614],[2924,1661],[2923,1696],[2920,1737],[2894,1767],[2893,1790],[2860,1829],[2834,1849],[2806,1860],[2789,1874],[2734,1877],[2691,1877],[2624,1874],[2596,1860],[2551,1846],[2510,1849],[2461,1851],[2416,1849],[2369,1843],[2333,1819],[2276,1789],[2250,1763],[2216,1731],[2201,1707],[2200,1679],[2164,1680],[2123,1646],[2087,1601],[2060,1551],[2049,1499]]},{"area":"373","points":[[1423,1123],[1377,1127],[1319,1127],[1289,1144],[1237,1144],[1167,1163],[1121,1156],[1031,1161],[1000,1161],[943,1157],[904,1157],[857,1156],[824,1137],[763,1127],[719,1106],[660,1077],[630,1056],[604,1026],[594,1000],[553,974],[539,949],[496,907],[476,866],[461,823],[443,764],[450,721],[449,686],[469,651],[503,591],[521,561],[523,519],[543,490],[570,460],[594,436],[619,416],[640,389],[676,366],[694,350],[743,329],[770,307],[783,274],[819,251],[851,220],[884,213],[916,193],[944,177],[986,154],[1021,146],[1034,121],[1083,114],[1116,84],[1164,64],[1176,43],[1223,41],[1244,31],[1280,7],[1351,21],[1371,7],[1657,4],[1700,29],[1760,43],[1791,69],[1807,86],[1841,126],[1849,146],[1873,174],[1880,199],[1899,237],[1926,263],[1927,310],[1933,350],[1934,389],[1923,454],[1921,524],[1926,571],[1909,609],[1879,640],[1866,661],[1824,679],[1799,706],[1777,724],[1766,773],[1740,803],[1731,834],[1654,876],[1606,907],[1590,947],[1591,1007],[1621,1040],[1634,1066],[1654,1081],[1636,1136],[1539,1151],[1480,1151],[1441,1147]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/106-map-15.01-thundering-hills.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/107-map-15.01-thundering-hills-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"03a"},"grid":{"type":"square"}}]},{"name":"16: Safe in the Stillborn","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/112-map-16.01-stillborn.webp"},"imageType":"map","title":"Map 16: Stillborn","width":3000,"height":3000,"id":"03b","mapRegions":[{"area":"38e","points":[[1139,4],[1160,51],[1181,120],[1213,206],[1227,242],[1221,324],[1204,446],[1189,552],[1177,629],[1192,722],[1219,794],[1307,943],[1368,1053],[1413,1118],[1436,1215],[1463,1322],[1474,1453],[1474,1589],[1453,1684],[1427,1775],[1406,1880],[1383,1954],[1375,2046],[1368,2141],[1354,2229],[1354,2333],[1349,2465],[1345,2564],[1360,2663],[1404,2764],[1417,2827],[1461,2931],[1478,2994],[1076,2994],[1044,2893],[1029,2825],[1008,2724],[996,2623],[979,2501],[987,2387],[996,2208],[1013,2072],[1034,1941],[1057,1827],[1088,1699],[1095,1488],[1080,1343],[1027,1213],[975,1080],[903,947],[859,859],[848,754],[844,621],[853,518],[874,423],[899,352],[893,253],[865,173],[832,99],[815,44],[802,4]]},{"area":"394","points":[[105,1206],[200,1111],[794,1111],[890,1207],[890,1895],[799,1986],[208,1986],[208,1895],[105,1799]]},{"area":"39a","points":[[1714,1103],[1806,1011],[1907,1011],[1907,909],[2109,909],[2109,611],[2484,611],[2484,905],[2888,905],[2888,1592],[2495,1592],[2495,1987],[2011,1987],[2011,1592],[1917,1592],[1917,1494],[1806,1494],[1714,1408]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/112-map-16.01-stillborn.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/113-map-16.01-stillborn-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"03b"},"grid":{"type":"square"}}]},{"name":"17: Cave of Rising Sands","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/120-map-17.01-rising-sands.webp"},"imageType":"map","title":"Map 17: Rising Sands","width":3000,"height":3000,"id":"03c","mapRegions":[{"area":"3dc","points":[[120,2312],[162,2251],[221,2259],[282,2295],[307,2347],[301,2392],[301,2434],[322,2467],[356,2507],[408,2554],[427,2575],[472,2575],[509,2587],[541,2592],[606,2604],[636,2613],[705,2629],[697,2718],[674,2783],[627,2796],[583,2802],[556,2832],[520,2863],[469,2888],[427,2903],[392,2895],[356,2920],[295,2907],[238,2891],[194,2865],[141,2811],[120,2758],[101,2695],[82,2629],[80,2589],[93,2537],[99,2446],[97,2383],[109,2349]]},{"area":"3da","points":[[1288,1718],[1331,1707],[1345,1657],[1349,1632],[1360,1587],[1375,1571],[1379,1505],[1392,1469],[1404,1448],[1400,1394],[1398,1337],[1379,1299],[1337,1261],[1293,1246],[1234,1251],[1181,1244],[1116,1244],[1063,1248],[1032,1269],[985,1303],[973,1349],[947,1379],[943,1404],[899,1421],[901,1448],[886,1488],[861,1514],[806,1522],[768,1547],[754,1568],[747,1617],[722,1655],[691,1674],[638,1674],[596,1676],[556,1716],[520,1743],[493,1777],[469,1800],[461,1851],[474,1907],[455,1962],[427,1977],[415,2015],[413,2040],[419,2103],[417,2181],[427,2244],[434,2280],[442,2314],[465,2345],[484,2377],[522,2368],[541,2394],[566,2400],[623,2400],[707,2406],[752,2402],[825,2377],[869,2343],[907,2305],[924,2257],[958,2219],[1000,2168],[1034,2141],[1046,2076],[1109,2019],[1166,2011],[1248,1949],[1267,1888],[1280,1819],[1301,1779],[1297,1739]]},{"area":"3d1","points":[[1962,2562],[2002,2568],[2042,2560],[2055,2528],[2069,2478],[2103,2461],[2145,2438],[2175,2429],[2227,2440],[2269,2459],[2303,2469],[2347,2469],[2377,2465],[2415,2434],[2425,2408],[2434,2375],[2472,2358],[2476,2333],[2499,2305],[2526,2280],[2518,2263],[2566,2251],[2583,2206],[2602,2177],[2585,2131],[2613,2097],[2716,2118],[2815,2116],[2840,2168],[2861,2217],[2869,2253],[2869,2328],[2874,2364],[2893,2383],[2907,2404],[2903,2440],[2901,2476],[2888,2516],[2884,2535],[2897,2575],[2905,2613],[2895,2655],[2874,2676],[2876,2735],[2874,2785],[2869,2815],[2840,2855],[2792,2886],[2737,2901],[2686,2897],[2636,2888],[2594,2869],[2549,2872],[2520,2878],[2488,2899],[2436,2895],[2356,2899],[2312,2888],[2272,2876],[2242,2874],[2166,2872],[2154,2844],[2109,2817],[2063,2817],[2000,2817],[1941,2760],[1914,2672],[1924,2604]]},{"area":"3cd","points":[[1893,1122],[1949,1088],[2015,1086],[2078,1114],[2124,1154],[2175,1173],[2213,1192],[2257,1204],[2288,1213],[2307,1232],[2307,1255],[2328,1272],[2356,1282],[2385,1303],[2396,1343],[2404,1379],[2413,1421],[2425,1444],[2434,1478],[2423,1516],[2440,1564],[2427,1602],[2427,1636],[2436,1663],[2451,1693],[2469,1733],[2455,1785],[2455,1829],[2461,1869],[2436,1897],[2438,1945],[2413,1979],[2392,2027],[2352,2065],[2318,2097],[2272,2126],[2215,2152],[2152,2158],[2086,2145],[2042,2131],[2002,2114],[1954,2133],[1888,2126],[1829,2107],[1779,2097],[1741,2061],[1714,2021],[1697,1971],[1686,1909],[1659,1844],[1598,1794],[1552,1737],[1514,1691],[1476,1661],[1484,1623],[1526,1585],[1552,1512],[1571,1476],[1617,1421],[1632,1389],[1674,1368],[1712,1335],[1745,1303],[1785,1282],[1808,1244],[1844,1211],[1872,1177],[1880,1152]]},{"area":"3c8","points":[[2145,632],[2072,655],[1989,653],[1926,655],[1829,653],[1804,634],[1811,564],[1832,404],[1842,347],[1914,345],[1973,316],[2015,297],[2065,246],[2072,206],[2118,156],[2158,118],[2217,109],[2267,105],[2339,101],[2368,118],[2383,139],[2427,152],[2457,145],[2491,112],[2512,78],[2558,88],[2602,116],[2638,97],[2697,99],[2735,93],[2762,74],[2813,91],[2836,128],[2844,164],[2853,215],[2855,234],[2840,303],[2798,354],[2806,394],[2796,465],[2796,488],[2819,537],[2844,592],[2865,638],[2844,697],[2794,834],[2760,924],[2684,973],[2632,952],[2602,914],[2577,861],[2579,798],[2560,745],[2541,726],[2503,716],[2459,678],[2440,640],[2408,581],[2411,537],[2375,509],[2328,514],[2280,522],[2240,564],[2194,577],[2168,606]]},{"area":"3d5","points":[[579,469],[520,451],[474,349],[463,263],[507,202],[545,175],[594,160],[613,145],[648,131],[722,124],[758,124],[836,128],[872,149],[924,171],[971,179],[1017,171],[1036,154],[1082,145],[1124,147],[1183,152],[1227,154],[1280,141],[1347,156],[1406,187],[1451,202],[1509,208],[1552,236],[1598,257],[1644,274],[1720,318],[1777,324],[1819,328],[1785,562],[1739,537],[1720,547],[1684,571],[1674,623],[1665,682],[1644,739],[1642,779],[1606,827],[1583,882],[1547,909],[1491,924],[1453,943],[1421,985],[1417,1017],[1385,1059],[1339,1076],[1297,1078],[1213,1078],[1149,1069],[1116,1042],[1091,1019],[1067,975],[1057,924],[1019,859],[1004,829],[977,766],[943,737],[912,722],[874,686],[844,653],[817,627],[800,594],[789,552],[768,509],[731,484],[665,463],[625,457],[600,457]]},{"area":"3e0","points":[[571,480],[509,459],[455,360],[444,269],[480,204],[396,202],[324,217],[280,219],[244,242],[211,269],[177,282],[152,337],[118,417],[122,448],[122,507],[103,545],[116,613],[118,663],[124,735],[131,785],[154,844],[154,891],[145,949],[122,979],[109,1044],[103,1061],[95,1149],[124,1183],[124,1246],[118,1303],[143,1335],[143,1373],[149,1404],[141,1446],[112,1482],[99,1514],[124,1560],[160,1634],[154,1669],[149,1724],[131,1766],[105,1777],[103,1823],[112,1857],[131,1880],[131,1952],[131,2032],[114,2101],[103,2131],[84,2158],[69,2185],[97,2227],[124,2248],[133,2274],[154,2234],[221,2242],[293,2284],[269,2236],[240,2194],[225,2133],[232,2061],[246,1998],[261,1952],[282,1903],[272,1846],[272,1813],[255,1779],[288,1741],[320,1699],[314,1659],[362,1604],[389,1554],[440,1512],[488,1501],[552,1497],[587,1461],[629,1448],[665,1400],[699,1349],[764,1333],[800,1305],[832,1261],[838,1200],[861,1156],[899,1095],[888,1017],[855,945],[815,893],[775,876],[752,819],[722,794],[676,760],[651,724],[627,705],[617,663],[611,640],[579,587],[552,545],[552,499]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/120-map-17.01-rising-sands.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/121-map-17.01-rising-sands-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"03c"},"grid":{"type":"square"}}]},{"name":"18: Mayhem at the Crossroads","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/126-map-18.01-mayhem-crossroads.webp"},"imageType":"map","title":"Map 18: Mayhem Crossroads","width":3000,"height":3000,"id":"065","mapRegions":[{"area":"407","points":[[1442,173],[1928,218],[1890,587],[1403,542]]},{"area":"409","points":[[2200,811],[2715,845],[2677,1509],[2166,1480]]},{"area":"403","points":[[1595,1592],[1595,1811],[1810,1811],[1810,1592]]},{"area":"414","points":[[510,2250],[982,2234],[998,2859],[530,2875]]},{"area":"410","points":[[1792,2339],[2182,2323],[2202,2781],[1806,2795]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/126-map-18.01-mayhem-crossroads.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/127-map-18.01-mayhem-crossroads-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"065"},"grid":{"type":"square"}}]},{"name":"19: Prison of Good Intent","ix":19,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/133-map-19.01-prison-of-good-intent.webp"},"imageType":"map","title":"Map 19: Prison of Good Intent","width":3000,"height":3000,"id":"066","mapRegions":[{"area":"43b","points":[[602,1902],[602,2276],[1095,2276],[1095,1902]]},{"area":"440","points":[[1307,1002],[1307,1396],[1695,1396],[1695,1002]]},{"area":"437","points":[[2305,1895],[2304,1865],[2315,1805],[2336,1736],[2371,1685],[2413,1653],[2464,1656],[2516,1676],[2567,1724],[2591,1802],[2589,1860],[2596,1925],[2589,2009],[2560,2095],[2505,2127],[2451,2145],[2389,2131],[2338,2071],[2315,2013],[2307,1953]]},{"area":"435","points":[[1895,2440],[1895,2844],[2093,2844],[2093,2440]]},{"area":"431","points":[[2109,2545],[2143,2531],[2179,2560],[2257,2564],[2333,2552],[2417,2547],[2474,2535],[2539,2482],[2573,2436],[2627,2379],[2648,2324],[2678,2253],[2695,2183],[2699,2107],[2731,2017],[2733,1945],[2733,1882],[2737,1796],[2726,1714],[2735,1640],[2722,1556],[2705,1491],[2684,1400],[2691,1337],[2703,1276],[2724,1213],[2741,1175],[2731,1076],[2728,1002],[2697,966],[2659,912],[2653,848],[2674,785],[2712,733],[2709,693],[2720,644],[2712,566],[2731,531],[2731,486],[2718,465],[2718,400],[2676,358],[2594,358],[2526,371],[2486,389],[2423,392],[2373,394],[2307,387],[2244,385],[2200,387],[2156,377],[2076,398],[2029,429],[1981,442],[1886,440],[1823,440],[1792,461],[1674,463],[1604,463],[1547,451],[1461,448],[1396,427],[1320,423],[1251,415],[1149,398],[1082,406],[1023,381],[947,362],[844,364],[781,371],[691,368],[589,364],[507,373],[453,387],[381,408],[331,434],[255,472],[217,535],[232,589],[223,625],[208,684],[236,743],[240,792],[265,821],[284,884],[307,943],[320,1017],[349,1065],[356,1143],[352,1177],[358,1238],[358,1305],[362,1387],[354,1448],[347,1522],[341,1615],[345,1697],[354,1752],[352,1821],[352,1876],[324,1933],[286,1973],[291,2032],[297,2093],[312,2141],[331,2185],[341,2286],[339,2345],[345,2417],[364,2472],[371,2514],[408,2537],[436,2573],[484,2589],[524,2604],[575,2619],[621,2640],[667,2627],[733,2642],[802,2632],[855,2608],[914,2589],[987,2581],[1021,2573],[1059,2562],[1101,2543],[1196,2535],[1297,2533],[1394,2531],[1497,2522],[1644,2522],[1739,2526],[1884,2531],[1884,2718],[1832,2739],[1743,2741],[1667,2743],[1587,2771],[1537,2771],[1455,2775],[1404,2771],[1328,2762],[1223,2785],[1122,2785],[1072,2781],[1006,2785],[973,2806],[922,2823],[903,2846],[857,2872],[796,2905],[747,2941],[693,2954],[636,2956],[564,2954],[509,2945],[465,2922],[438,2897],[425,2859],[387,2804],[337,2771],[314,2741],[293,2703],[248,2674],[208,2653],[171,2634],[141,2583],[135,2535],[131,2465],[118,2387],[105,2328],[99,2282],[74,2215],[63,2116],[78,2072],[88,2038],[86,1987],[76,1901],[112,1865],[109,1806],[118,1737],[109,1663],[86,1611],[69,1596],[91,1560],[101,1509],[109,1411],[128,1364],[137,1295],[126,1211],[133,1135],[126,1046],[114,987],[80,895],[72,827],[40,688],[40,600],[61,484],[84,413],[107,337],[133,238],[164,185],[198,152],[232,112],[280,116],[381,107],[446,103],[564,105],[636,112],[669,124],[684,141],[768,133],[834,124],[907,128],[994,128],[1044,126],[1107,137],[1149,166],[1208,196],[1244,208],[1312,240],[1394,253],[1474,274],[1573,282],[1636,284],[1718,282],[1806,284],[1876,276],[1935,244],[2008,221],[2088,206],[2175,183],[2240,173],[2341,154],[2425,133],[2533,122],[2646,114],[2701,118],[2752,152],[2762,189],[2823,221],[2884,238],[2903,297],[2918,362],[2931,461],[2924,509],[2909,581],[2914,646],[2928,739],[2935,773],[2937,821],[2937,880],[2937,918],[2926,983],[2922,1046],[2926,1114],[2920,1185],[2905,1253],[2914,1320],[2914,1356],[2941,1404],[2928,1461],[2941,1547],[2933,1613],[2941,1707],[2935,1768],[2935,1844],[2937,1912],[2931,1973],[2943,2046],[2947,2141],[2939,2240],[2922,2337],[2903,2398],[2869,2459],[2844,2505],[2804,2566],[2794,2604],[2749,2672],[2722,2724],[2699,2775],[2638,2834],[2541,2844],[2457,2813],[2362,2781],[2269,2768],[2200,2745],[2154,2735],[2109,2733]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/133-map-19.01-prison-of-good-intent.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/134-map-19.01-prison-of-good-intent-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"066"},"grid":{"type":"square"}}]},{"name":"20: Top of the World","ix":20,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/141-map-20.01-top-of-the-world.webp"},"imageType":"map","title":"Map 20: Top of the World","width":3000,"height":3000,"id":"067","mapRegions":[{"area":"46e","points":[[418,658],[382,605],[365,576],[362,541],[376,485],[400,443],[450,395],[490,355],[565,334],[611,314],[651,293],[698,301],[750,298],[800,299],[842,330],[845,387],[824,438],[797,486],[776,528],[718,616],[699,650],[680,698],[664,747],[622,771],[563,765],[509,752],[470,723],[438,683]]},{"area":"47a","points":[[450,2178],[414,2190],[371,2211],[328,2240],[299,2280],[264,2342],[248,2398],[234,2446],[229,2510],[224,2557],[240,2608],[270,2670],[296,2685],[346,2698],[390,2707],[440,2723],[485,2725],[542,2709],[590,2696],[622,2674],[634,2635],[632,2546],[605,2506],[582,2450],[571,2384],[552,2341],[531,2282],[515,2234],[488,2189]]},{"area":"472","points":[[2301,413],[2322,384],[2341,374],[2384,350],[2424,330],[2470,317],[2536,291],[2573,299],[2613,304],[2653,307],[2685,328],[2706,362],[2717,397],[2739,445],[2754,483],[2758,522],[2758,555],[2776,581],[2763,632],[2747,669],[2717,710],[2686,744],[2602,741],[2523,707],[2470,680],[2437,637],[2413,608],[2387,578],[2363,554],[2347,517],[2326,480],[2318,445]]},{"area":"476","points":[[2470,2368],[2482,2347],[2512,2330],[2546,2323],[2592,2334],[2619,2349],[2656,2378],[2680,2405],[2696,2443],[2718,2477],[2731,2501],[2749,2525],[2742,2565],[2742,2613],[2701,2661],[2670,2678],[2643,2706],[2621,2734],[2563,2747],[2525,2770],[2475,2790],[2422,2781],[2386,2750],[2374,2715],[2378,2664],[2363,2618],[2373,2581],[2392,2528],[2408,2490],[2442,2435],[2464,2402]]},{"area":"47e","points":[[1214,1379],[1197,1442],[1165,1504],[1133,1578],[1109,1680],[1096,1754],[1090,1826],[1093,1933],[1088,2011],[1101,2064],[1122,2141],[1144,2214],[1158,2262],[1182,2320],[1202,2333],[1235,2381],[1269,2413],[1304,2451],[1341,2467],[1397,2493],[1461,2517],[1531,2528],[1594,2526],[1645,2504],[1720,2472],[1765,2422],[1771,2363],[1792,2291],[1798,2208],[1782,2106],[1781,2010],[1784,1915],[1779,1829],[1771,1766],[1776,1691],[1755,1579],[1752,1515],[1736,1448],[1733,1341],[1734,1253],[1747,1158],[1754,1080],[1763,1014],[1782,963],[1790,885],[1792,830],[1790,747],[1779,694],[1773,613],[1744,557],[1701,493],[1682,454],[1634,426],[1574,387],[1523,376],[1486,403],[1472,446],[1456,494],[1443,544],[1414,614],[1382,672],[1363,781],[1341,875],[1339,928],[1322,1029],[1317,1086],[1298,1162],[1274,1230],[1258,1285],[1230,1354]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/141-map-20.01-top-of-the-world.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/142-map-20.01-top-of-the-world-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"067"},"grid":{"type":"square"}}]}]},"DoDk":{"id":"DoDk","name":"Dungeons of Drakkenheim","source":"DoDk","prop":"adventure","chapters":[{"name":"Ch. 4: Emberwood Village","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/037-map-3.01-emberwood-village-map.webp"},"imageType":"map","title":"Map 3.01: Emberwood Village Map","width":3000,"height":2183,"id":"63b","grid":{"type":"square","size":164,"offsetX":32,"offsetY":101,"scale":3,"distance":20},"mapRegions":[{"area":"1df","points":[[214,605],[483,262],[829,510],[570,850]]},{"area":"1e1","points":[[1329,877],[1332,861],[1337,843],[1351,830],[1365,821],[1379,815],[1396,812],[1414,812],[1432,817],[1446,825],[1463,836],[1469,851],[1477,869],[1480,888],[1477,907],[1470,922],[1459,935],[1451,946],[1436,956],[1415,960],[1390,961],[1375,955],[1354,944],[1336,924],[1326,908],[1329,894]]},{"area":"1ea","points":[[1441,1335],[1431,1303],[1410,1269],[1410,1214],[1429,1165],[1455,1118],[1478,1097],[1524,1094],[1548,1094],[1571,1101],[1588,1110],[1610,1119],[1629,1129],[1658,1149],[1678,1185],[1688,1210],[1691,1238],[1684,1296],[1667,1319],[1644,1325],[1613,1321],[1589,1334],[1555,1343],[1504,1343],[1454,1343]]},{"area":"1dc","points":[[1623,1520],[1775,1426],[1870,1444],[1851,1552],[1797,1545],[1682,1613]]},{"area":"1e0","points":[[855,1446],[840,1330],[877,1265],[1000,1242],[1021,1267],[1037,1259],[1089,1338],[1063,1355],[1074,1373],[1029,1399],[1019,1385],[995,1401],[957,1425],[944,1429]]},{"area":"1e9","points":[[863,1921],[1016,1709],[1101,1774],[1077,1802],[1116,1835],[1076,1892],[1036,1863],[1012,1893],[1053,1926],[1009,1978],[971,1954],[948,1984]]},{"area":"1da","points":[[2384,1729],[2529,1681],[2566,1789],[2515,1810],[2515,1816],[2495,1825],[2490,1817],[2425,1840]]},{"area":"1de","points":[[1979,1243],[2015,1122],[2160,1164],[2147,1222],[2161,1229],[2151,1250],[2138,1245],[2129,1288]]},{"area":"1e4","points":[[1878,710],[1870,704],[1872,524],[1882,501],[1901,484],[1921,475],[1939,475],[1960,479],[1977,492],[1995,514],[1998,531],[1999,552],[1996,698],[1990,710],[1945,711],[1943,718],[1924,722],[1916,710]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/037-map-3.01-emberwood-village-map.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/038-map-3.01-emberwood-village-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":2183,"mapParent":{"id":"63b"},"grid":{"type":"square","size":164,"offsetX":32,"offsetY":101,"scale":3,"distance":20}}]},{"name":"Ch. 5: Exploring Drakkenheim","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/042-map-4.01-city-street-and-sewers--map.webp"},"imageType":"map","title":"Map 4.01: Drakkenheim City Street and Sewers Map","width":3000,"height":4843,"grid":{"type":"square","size":202,"offsetX":7,"offsetY":113,"scale":3},"id":"28c"}]},{"name":"Ch. 6: Outside the Walls","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/046-map-5.01-black-ivory-inn.webp"},"imageType":"map","title":"Map 5.01: Black Ivory Inn","width":3000,"height":1742,"id":"63c","grid":{"type":"square","size":139,"offsetX":68,"offsetY":113,"scale":3},"mapRegions":[{"area":"32e","points":[[631,649],[631,819],[1079,819],[1079,649]]},{"area":"283","points":[[1187,689],[1187,820],[1360,820],[1360,689]]},{"area":"280","points":[[637,834],[1187,834],[1361,1008],[1361,1191],[637,1191]]},{"area":"281","points":[[1199,836],[1361,836],[1361,1003]]},{"area":"286","points":[[2066,1057],[2066,1224],[2410,1224],[2410,1057]]},{"area":"287","points":[[1933,1276],[1933,1575],[2367,1575],[2367,1276]]},{"area":"288","points":[[2508,1058],[2508,1401],[2852,1401],[2852,1058]]},{"area":"289","points":[[2754,984],[2726,961],[2695,960],[2669,964],[2651,961],[2622,969],[2609,975],[2592,972],[2576,962],[2552,961],[2524,960],[2501,955],[2467,961],[2440,962],[2414,944],[2387,929],[2358,905],[2336,904],[2318,924],[2298,933],[2221,928],[2182,909],[2122,902],[2222,871],[2245,852],[2286,862],[2309,865],[2345,854],[2378,842],[2407,854],[2438,873],[2462,884],[2482,884],[2500,895],[2532,901],[2564,899],[2584,912],[2606,908],[2639,911],[2668,906],[2712,908],[2735,902],[2758,912],[2780,920],[2795,934],[2824,952],[2821,969],[2812,985],[2805,1012],[2804,1028],[2792,1044],[2785,1049]]},{"area":"284","points":[[2406,158],[2406,362],[2794,362],[2794,158]]},{"area":"284","points":[[1875,464],[1875,674],[2574,674],[2574,464]]},{"area":"284","points":[[1878,154],[1878,360],[2307,360],[2307,154]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/046-map-5.01-black-ivory-inn.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/047-map-5.01-black-ivory-inn-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":1742,"mapParent":{"id":"63c"},"grid":{"type":"square","size":139,"offsetX":68,"offsetY":113,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/050-map-5.02-buckle-down-row.webp"},"imageType":"map","title":"Map 5.02: Buckle Down Row","width":3000,"height":7210,"id":"63d","grid":{"type":"square","size":175,"offsetX":-27,"offsetY":102,"scale":2},"mapRegions":[{"area":"2a2","points":[[772,1187],[772,2235],[1297,2235],[1297,1187]]},{"area":"29a","points":[[2535,1582],[2545,1527],[2587,1502],[2630,1502],[2665,1520],[2690,1575],[2675,1622],[2642,1650],[2590,1657],[2555,1637],[2542,1617]]},{"area":"2a4","points":[[1736,1101],[1736,2149],[2787,2149],[2787,1800],[2085,1800],[2085,1453],[2350,1453],[2350,1101]]},{"area":"2a0","points":[[1822,2330],[1822,2851],[2522,2851],[2522,2330]]},{"area":"29c","points":[[1736,3022],[1736,3378],[2261,3378],[2261,3022]]},{"area":"29e","points":[[597,2590],[947,2590],[947,2502],[1382,2502],[1382,3022],[1122,3022],[1122,3110],[597,3110]]},{"area":"2a8","points":[[744,4929],[744,5575],[1218,5575],[1218,4929]]},{"area":"2aa","points":[[1655,4513],[1655,5487],[2631,5487],[2631,4513]]},{"area":"2a7","points":[[1742,5676],[1742,6155],[2382,6155],[2382,5676]]},{"area":"2ab","points":[[1656,6342],[1656,6649],[2131,6649],[2131,6342]]},{"area":"2a9","points":[[576,6007],[576,6404],[1058,6404],[1058,6007]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/050-map-5.02-buckle-down-row.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/051-map-5.02-buckle-down-row-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":7210,"mapParent":{"id":"63d"},"grid":{"type":"square","size":175,"offsetX":-27,"offsetY":102,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/056-map-5.03-chapel-of-st-brena.webp"},"imageType":"map","title":"Map 5.03: Chapel of Saint Brenna","width":3000,"height":7263,"id":"63e","grid":{"type":"square","size":93,"offsetY":35},"mapRegions":[{"area":"2be","points":[[473,1160],[484,1095],[504,1047],[527,1000],[553,949],[596,895],[655,835],[698,804],[756,760],[827,729],[904,704],[933,698],[940,655],[973,620],[1000,604],[1025,602],[1058,615],[1093,636],[1100,665],[1102,685],[1116,696],[1158,713],[1193,718],[1236,740],[1269,758],[1311,780],[1360,815],[1389,838],[1413,860],[1431,880],[1449,902],[1484,947],[1502,976],[1515,1007],[1527,1029],[1545,1076],[1555,1100],[1558,1133],[1558,1155],[1591,1158],[1613,1167],[1640,1184],[1653,1209],[1658,1227],[1662,1249],[1651,1280],[1635,1298],[1618,1320],[1593,1324],[1571,1331],[1560,1342],[1555,1367],[1545,1402],[1529,1460],[1509,1489],[1498,1516],[1485,1533],[1455,1582],[1425,1609],[1416,1627],[1400,1644],[1362,1680],[1329,1695],[1276,1729],[1215,1760],[1200,1764],[1200,1895],[1028,2067],[850,1889],[840,1769],[816,1749],[778,1736],[720,1711],[689,1687],[662,1665],[631,1635],[595,1595],[569,1558],[549,1529],[535,1493],[516,1469],[496,1415],[489,1376],[478,1331],[453,1325],[418,1313],[387,1282],[378,1247],[382,1218],[398,1185],[420,1171],[447,1164]]},{"area":"2c5","points":[[1013,3267],[1035,3238],[1056,3216],[1091,3187],[1133,3180],[1169,3178],[1198,3191],[1235,3209],[1256,3233],[1275,3275],[1284,3307],[1271,3345],[1251,3375],[1231,3407],[1196,3433],[1144,3451],[1085,3435],[1036,3404],[1016,3364],[1005,3315]]},{"area":"2c7","points":[[1395,3356],[1405,3395],[1427,3442],[1465,3480],[1491,3500],[1533,3525],[1571,3542],[1615,3549],[1673,3542],[1729,3520],[1778,3484],[1809,3447],[1831,3413],[1845,3373],[1855,3322],[1847,3262],[1824,3204],[1805,3160],[1751,3124],[1689,3089],[1642,3078],[1596,3082],[1547,3098],[1504,3111],[1469,3151],[1436,3175],[1413,3218],[1405,3255],[1395,3298]]},{"area":"2c1","points":[[587,4505],[524,4489],[507,4471],[467,4429],[438,4384],[433,4342],[435,4291],[431,4235],[435,4209],[395,4191],[360,4149],[335,4104],[331,4051],[351,3998],[384,3967],[424,3955],[436,3951],[435,3884],[429,3827],[395,3805],[369,3793],[353,3762],[335,3727],[340,3682],[349,3633],[369,3605],[407,3578],[433,3571],[435,3529],[436,3482],[438,3447],[413,3435],[382,3411],[362,3382],[345,3349],[335,3315],[340,3276],[362,3238],[389,3213],[411,3193],[429,3184],[435,3125],[431,3055],[449,3007],[471,2967],[500,2933],[538,2905],[556,2898],[605,2889],[635,2887],[667,2900],[709,2913],[742,2942],[773,2980],[795,3024],[800,3067],[798,3109],[795,3158],[795,3184],[827,3196],[847,3209],[878,3245],[893,3275],[898,3313],[889,3364],[867,3396],[842,3420],[816,3442],[802,3449],[795,3500],[802,3535],[798,3565],[838,3591],[871,3613],[887,3653],[900,3704],[887,3753],[864,3793],[842,3813],[802,3824],[798,3878],[800,3907],[796,3936],[835,3973],[864,3993],[884,4025],[896,4047],[904,4085],[887,4127],[867,4167],[840,4189],[813,4202],[800,4205],[802,4260],[802,4291],[809,4340],[789,4353],[764,4369],[747,4398],[735,4427],[729,4456],[725,4478],[696,4478],[669,4491],[635,4502]]},{"area":"2c5","points":[[1211,4036],[1225,4004],[1251,3978],[1282,3956],[1331,3945],[1376,3951],[1411,3969],[1442,3989],[1462,4031],[1475,4071],[1460,4124],[1435,4165],[1409,4196],[1358,4215],[1311,4215],[1256,4191],[1225,4155],[1211,4111],[1207,4069]]},{"area":"2ca","points":[[1876,3653],[1891,3620],[1915,3591],[1944,3576],[1975,3565],[2007,3560],[2049,3569],[2084,3589],[2109,3609],[2135,3644],[2145,3682],[2142,3727],[2116,3765],[2084,3798],[2064,3811],[2022,3824],[1976,3822],[1929,3802],[1891,3769],[1873,3733],[1864,3696]]},{"area":"2bc","points":[[2042,785],[2042,1785],[2775,1785],[2775,785]]},{"area":"2cc","points":[[882,5569],[851,5555],[820,5544],[780,5522],[747,5525],[707,5529],[664,5500],[649,5464],[660,5407],[645,5365],[622,5327],[615,5289],[585,5267],[558,5225],[560,5184],[580,5156],[607,5140],[622,5111],[642,5051],[662,5024],[653,4980],[662,4938],[682,4913],[713,4896],[744,4896],[776,4902],[805,4889],[842,4875],[893,4856],[907,4835],[936,4813],[971,4800],[1011,4813],[1036,4836],[1049,4855],[1078,4865],[1115,4880],[1153,4896],[1193,4898],[1220,4898],[1256,4913],[1289,4953],[1285,4989],[1276,5016],[1295,5045],[1307,5075],[1315,5098],[1325,5124],[1362,5131],[1382,5129],[1380,5295],[1338,5302],[1324,5313],[1307,5338],[1295,5373],[1276,5396],[1280,5411],[1287,5445],[1280,5478],[1255,5509],[1225,5525],[1195,5531],[1164,5520],[1125,5536],[1080,5556],[1051,5569]]},{"area":"2da","points":[[736,6104],[724,6069],[705,6022],[696,5958],[702,5913],[715,5864],[733,5815],[747,5789],[785,5756],[813,5738],[858,5716],[882,5702],[936,5693],[993,5687],[1036,5691],[1082,5707],[1131,5738],[1184,5785],[1205,5825],[1224,5867],[1265,5875],[1307,5895],[1327,5947],[1327,5982],[1300,6020],[1271,6042],[1235,6042],[1207,6082],[1173,6138],[1145,6160],[1096,6195],[1035,6222],[984,6225],[933,6225],[887,6213],[835,6198],[804,6184],[767,6153]]},{"area":"2d4","points":[[564,6280],[605,6333],[678,6338],[711,6369],[756,6382],[784,6415],[796,6427],[818,6451],[836,6467],[882,6478],[913,6480],[922,6458],[953,6424],[991,6405],[1040,6395],[1067,6382],[1098,6385],[1125,6415],[1142,6445],[1153,6478],[1176,6489],[1207,6496],[1233,6465],[1233,6653],[1211,6665],[1191,6700],[1158,6742],[1144,6793],[1160,6827],[1171,6867],[1156,6905],[1151,6949],[1149,6996],[1133,7024],[1109,7035],[1024,7033],[989,7025],[938,7035],[918,7040],[867,7042],[829,7018],[802,6976],[789,6956],[751,6953],[745,6967],[682,6980],[625,6973],[591,6947],[605,6905],[584,6900],[545,6902],[502,6904],[422,6875],[420,6824],[435,6782],[431,6749],[378,6724],[355,6713],[322,6653],[338,6625],[316,6580],[293,6538],[316,6473],[349,6460],[367,6464],[391,6445],[400,6389],[405,6349],[451,6315],[487,6298],[515,6295],[544,6291]]},{"area":"2d2","points":[[2031,6676],[2025,6642],[1993,6593],[1984,6536],[1993,6489],[1956,6475],[1955,6425],[1822,6416],[1820,6344],[2002,6342],[2022,6313],[2035,6267],[2047,6240],[2067,6224],[2098,6207],[2127,6202],[2156,6204],[2176,6216],[2207,6213],[2227,6245],[2256,6264],[2282,6233],[2316,6211],[2351,6207],[2376,6211],[2405,6216],[2415,6233],[2427,6258],[2429,6276],[2445,6295],[2465,6327],[2496,6351],[2504,6371],[2498,6391],[2515,6409],[2544,6435],[2553,6453],[2575,6487],[2589,6504],[2595,6533],[2598,6569],[2589,6598],[2618,6624],[2624,6658],[2613,6678],[2591,6698],[2596,6742],[2591,6780],[2567,6809],[2576,6855],[2553,6880],[2544,6913],[2520,6945],[2491,6955],[2449,6947],[2415,6922],[2385,6893],[2356,6889],[2338,6907],[2324,6915],[2311,6949],[2285,6973],[2255,6991],[2229,7000],[2196,6993],[2155,6978],[2140,6947],[2091,6929],[2065,6885],[2038,6849],[2018,6831],[2011,6795],[2011,6755],[2024,6724],[2027,6700]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/056-map-5.03-chapel-of-st-brena.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/057-map-5.03-chapel-of-st-brena-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":7263,"mapParent":{"id":"63e"},"grid":{"type":"square","size":93,"offsetY":35}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/063-map-5.04-ratling-burrow.webp"},"imageType":"map","title":"Map 5.04: Ratling Burrow","width":3000,"height":4316,"id":"63f","grid":{"type":"square","size":69,"offsetX":19,"offsetY":17},"mapRegions":[{"area":"2ff","points":[[1705,375],[1660,344],[1591,278],[1584,233],[1635,180],[1695,149],[1722,144],[1782,171],[1809,229],[1784,284],[1780,335],[1756,371]]},{"area":"2ff","points":[[1391,400],[1360,378],[1340,344],[1336,315],[1365,275],[1376,258],[1416,236],[1442,242],[1487,276],[1509,322],[1484,378],[1442,404]]},{"area":"2ff","points":[[1162,502],[1140,433],[1167,378],[1193,340],[1255,336],[1300,365],[1329,411],[1324,444],[1305,509],[1260,531],[1196,542]]},{"area":"2ff","points":[[895,362],[898,318],[922,264],[962,233],[1009,213],[1064,204],[1107,220],[1136,258],[1147,287],[1131,324],[1100,369],[1060,384],[995,409],[956,413],[911,393]]},{"area":"2ff","points":[[876,720],[816,707],[735,713],[691,733],[649,762],[624,804],[624,827],[649,876],[682,887],[733,911],[784,913],[831,893],[858,855],[882,798],[900,751]]},{"area":"2ff","points":[[2009,367],[1969,353],[1893,324],[1862,284],[1865,256],[1895,211],[1935,184],[1975,175],[2040,187],[2076,202],[2087,236],[2102,260],[2082,289],[2075,340],[2042,364]]},{"area":"2ff","points":[[2235,396],[2236,335],[2216,291],[2242,258],[2287,224],[2322,216],[2353,222],[2378,255],[2416,275],[2449,293],[2465,342],[2458,375],[2436,418],[2389,438],[2331,451],[2278,445],[2240,422]]},{"area":"301","points":[[2522,418],[2518,333],[2549,271],[2600,236],[2658,224],[2720,231],[2747,271],[2773,335],[2773,400],[2709,445],[2611,489],[2545,471]]},{"area":"2ff","points":[[1165,991],[1124,985],[1067,969],[1035,973],[1004,989],[964,1009],[933,1027],[913,1076],[920,1113],[955,1160],[987,1195],[1044,1222],[1073,1227],[1127,1189],[1149,1131],[1153,1071],[1178,1049],[1182,1009]]},{"area":"2ff","points":[[1718,784],[1749,764],[1775,736],[1787,715],[1851,711],[1889,724],[1924,769],[1931,827],[1925,851],[1891,864],[1842,880],[1815,885],[1735,867],[1698,831]]},{"area":"2ff","points":[[2065,660],[2107,640],[2149,624],[2175,620],[2229,635],[2258,651],[2305,671],[2331,704],[2340,745],[2318,780],[2296,833],[2253,871],[2215,889],[2155,885],[2105,842],[2078,785],[2069,753],[2027,718],[2027,680]]},{"area":"2ff","points":[[2436,880],[2402,871],[2356,873],[2336,884],[2311,918],[2304,949],[2322,1000],[2351,1036],[2369,1064],[2404,1076],[2445,1085],[2473,1065],[2500,1038],[2513,1000],[2507,944],[2509,920],[2487,893]]},{"area":"2ff","points":[[2076,1249],[2058,1282],[2020,1269],[1980,1271],[1960,1287],[1945,1304],[1935,1329],[1920,1384],[1916,1445],[1936,1482],[1976,1518],[2009,1525],[2053,1525],[2087,1495],[2111,1478],[2127,1440],[2131,1413],[2151,1396],[2140,1358],[2133,1340],[2153,1320],[2142,1289],[2115,1264]]},{"area":"2ff","points":[[2451,1411],[2435,1420],[2396,1413],[2376,1425],[2351,1438],[2320,1453],[2293,1467],[2282,1489],[2265,1518],[2271,1558],[2300,1585],[2336,1604],[2385,1613],[2415,1605],[2444,1600],[2469,1584],[2482,1549],[2498,1524],[2493,1491],[2507,1465],[2496,1429],[2480,1415]]},{"area":"2f2","points":[[1735,1744],[2264,1736],[2287,2400],[1749,2416]]},{"area":"2f9","points":[[1375,1825],[1429,1749],[1524,1778],[1571,1815],[1633,1900],[1618,1984],[1575,2015],[1522,2024],[1456,2096],[1453,1985],[1467,1922],[1498,1936],[1529,1956],[1535,1898],[1540,1842],[1469,1844],[1411,1833]]},{"area":"2fc","points":[[1353,1862],[1364,1740],[1324,1685],[1304,1620],[1129,1565],[1047,1613],[1033,1778],[1089,1915],[1215,1956],[1269,1987],[1322,1964],[1345,1909]]},{"area":"301","points":[[1244,2776],[1218,2724],[1215,2662],[1240,2633],[1296,2600],[1340,2613],[1398,2638],[1453,2676],[1493,2731],[1522,2762],[1522,2820],[1498,2851],[1455,2875],[1400,2871],[1335,2833],[1278,2831],[1249,2807]]},{"area":"303","points":[[1355,3136],[1422,3080],[1505,3045],[1620,3075],[1689,3151],[1711,3244],[1718,3264],[1729,3315],[1729,3429],[1720,3467],[1689,3480],[1616,3485],[1575,3451],[1553,3407],[1535,3367],[1505,3336],[1462,3324],[1440,3336],[1451,3380],[1460,3424],[1435,3460],[1385,3482],[1335,3464],[1302,3445],[1269,3398],[1245,3345],[1253,3293],[1284,3247],[1293,3209],[1333,3185],[1351,3165]]},{"area":"305","points":[[2404,2356],[2495,2316],[2605,2347],[2660,2389],[2658,2453],[2662,2504],[2676,2535],[2695,2580],[2684,2660],[2680,2711],[2649,2738],[2653,2780],[2658,2796],[2651,2856],[2615,2889],[2593,2925],[2598,2960],[2607,3015],[2609,3042],[2624,3089],[2558,3156],[2527,3173],[2493,3189],[2489,3215],[2444,3233],[2411,3240],[2375,3280],[2256,3273],[2236,3202],[2231,3107],[2184,3038],[2180,2940],[2142,2904],[2144,2856],[2138,2833],[2111,2789],[2111,2765],[2125,2698],[2127,2664],[2156,2656],[2173,2624],[2155,2576],[2175,2511],[2202,2485],[2238,2480],[2273,2484],[2305,2502],[2340,2465],[2378,2438],[2393,2391]]},{"area":"307","points":[[425,3682],[433,3613],[447,3578],[478,3535],[509,3527],[542,3553],[573,3585],[618,3609],[658,3616],[742,3605],[775,3593],[818,3562],[820,3529],[864,3544],[936,3584],[973,3669],[1009,3720],[1018,3773],[1005,3840],[1000,3909],[1005,3944],[980,3984],[925,3987],[873,3991],[822,4024],[809,4042],[762,4073],[707,4084],[655,4071],[631,4049],[611,4002],[609,3967],[569,3958],[522,3940],[458,3924],[431,3927],[391,3885],[371,3842],[378,3805],[380,3744],[407,3705]]},{"area":"2ff","points":[[724,2427],[704,2402],[704,2373],[658,2373],[622,2325],[598,2280],[631,2267],[687,2240],[725,2242],[764,2258],[789,2300],[787,2362],[753,2400],[771,2433],[776,2473]]},{"area":"2ff","points":[[487,2431],[458,2447],[405,2442],[344,2422],[313,2382],[329,2324],[353,2285],[411,2262],[462,2267],[495,2291],[535,2335],[545,2373],[580,2415],[562,2464],[555,2495],[500,2473]]},{"area":"2ff","points":[[342,2695],[280,2647],[211,2655],[149,2607],[171,2516],[218,2475],[280,2482],[305,2518],[338,2564],[340,2615],[336,2658]]},{"area":"2ff","points":[[311,2882],[240,2880],[196,2895],[158,2925],[98,2925],[49,2860],[44,2813],[107,2760],[164,2762],[209,2804],[242,2831],[278,2840]]},{"area":"2ff","points":[[489,2936],[505,3040],[587,3069],[669,3069],[715,3056],[751,3016],[769,2964],[753,2920],[693,2902],[624,2907],[596,2951],[576,3005],[520,2962]]},{"area":"2ff","points":[[758,2689],[762,2764],[762,2829],[798,2855],[816,2891],[847,2922],[860,2947],[918,2967],[949,2962],[995,2927],[1000,2855],[965,2809],[902,2800],[873,2818],[815,2811],[807,2764],[789,2733],[793,2705]]},{"area":"2ff","points":[[862,2573],[902,2644],[965,2682],[1024,2731],[1082,2744],[1138,2691],[1153,2613],[1089,2587],[1035,2573],[982,2627],[931,2624],[902,2609]]},{"area":"2ff","points":[[1024,3129],[960,3071],[902,3065],[825,3064],[767,3087],[771,3129],[767,3178],[820,3205],[864,3205],[893,3182],[904,3144],[920,3105],[980,3116]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/063-map-5.04-ratling-burrow.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/064-map-5.04-ratling-burrow-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":4316,"mapParent":{"id":"63f"},"grid":{"type":"square","size":69,"offsetX":19,"offsetY":17}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/066-map-5.05-reed-manor.webp"},"imageType":"map","title":"Map 5.05: Reed Manor","width":3000,"height":8079,"id":"640","grid":{"type":"square","size":117,"offsetX":-12,"offsetY":9},"mapRegions":[{"area":"330","points":[[1300,265],[1853,265],[1853,482],[1742,593],[1300,593]]},{"area":"330","points":[[1887,151],[1887,478],[2445,478],[2445,151]]},{"area":"330","points":[[2009,1185],[2004,853],[2116,738],[2445,738],[2445,1185]]},{"area":"330","points":[[942,1178],[835,1067],[836,729],[942,624],[1511,624],[1511,1178]]},{"area":"32e","points":[[1755,2709],[1755,3035],[2316,3035],[2316,2709]]},{"area":"32a","points":[[1169,2829],[1738,2829],[1738,3265],[1280,3265],[1169,3160]]},{"area":"328","points":[[704,3291],[809,3184],[1156,3184],[1273,3302],[1733,3302],[1733,3385],[1522,3385],[1498,3409],[1498,3740],[815,3740],[704,3631]]},{"area":"326","points":[[1525,3418],[1851,3418],[1851,3745],[1748,3848],[1625,3848],[1525,3748]]},{"area":"32c","points":[[1884,3065],[1884,3735],[2322,3735],[2322,3065]]},{"area":"320","points":[[467,3764],[1516,3764],[1621,3869],[1767,3869],[1868,3764],[2502,3764],[2502,4564],[467,4564]]},{"area":"337","points":[[2464,7540],[2502,7531],[2551,7538],[2589,7555],[2636,7596],[2664,7658],[2667,7715],[2651,7760],[2616,7791],[2578,7824],[2527,7838],[2458,7824],[2400,7789],[2362,7727],[2353,7675],[2373,7620],[2409,7575],[2429,7553]]},{"area":"336","points":[[1605,6971],[1605,6347],[1804,6133],[2224,6131],[2440,6347],[2440,6971]]},{"area":"339","points":[[300,6233],[300,7084],[933,7084],[933,6233]]},{"area":"332","points":[[2156,5529],[2156,5840],[2678,5840],[2678,5529]]},{"area":"338","points":[[1165,5998],[956,5798],[956,5580],[1160,5375],[1364,5375],[1582,5587],[1580,5785],[1371,5998]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/066-map-5.05-reed-manor.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/067-map-5.05-reed-manor-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":8079,"mapParent":{"id":"640"},"grid":{"type":"square","size":117,"offsetX":-12,"offsetY":9}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/072-map-5.06-spokes-smithy.webp"},"imageType":"map","title":"Map 5.06: Spokes Smithy","width":3000,"height":3764,"id":"641","grid":{"type":"square","size":125,"offsetX":-19,"offsetY":39},"mapRegions":[{"area":"35d","points":[[861,1421],[861,1907],[1846,1907],[1846,1421]]},{"area":"361","points":[[524,2139],[562,1987],[638,1880],[815,1815],[827,1726],[703,1760],[531,1838],[444,1987],[438,2126],[425,2349],[451,2486],[543,2585],[669,2672],[815,2709],[796,2615],[667,2581],[575,2526],[518,2394],[524,2320]]},{"area":"362","points":[[526,2156],[526,2303],[756,2303],[756,2156]]},{"area":"362","points":[[1937,2398],[2023,2301],[2154,2406],[2061,2518]]},{"area":"362","points":[[2234,1798],[2145,1844],[2177,1941],[2280,1966]]},{"area":"35f","points":[[1429,1945],[2072,1945],[2029,2181],[1905,2394],[1813,2497],[1581,2362],[1457,2133]]},{"area":"35e","points":[[1345,2560],[1345,3036],[865,3036],[865,2560]]},{"area":"360","points":[[1964,1371],[1996,1448],[2103,1488],[2175,1547],[2221,1613],[2251,1703],[2269,1827],[2299,1968],[2320,2088],[2328,2215],[2318,2288],[2253,2385],[2147,2486],[2059,2560],[1971,2604],[1901,2634],[1827,2648],[1735,2638],[1665,2602],[1600,2632],[1691,2688],[1798,2707],[1893,2709],[1987,2701],[2072,2640],[2145,2592],[2244,2495],[2301,2429],[2341,2387],[2398,2272],[2411,2206],[2392,2080],[2362,1878],[2316,1771],[2307,1661],[2261,1543],[2206,1472],[2139,1417],[2048,1379]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/072-map-5.06-spokes-smithy.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/073-map-5.06-spokes-smithy-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3764,"mapParent":{"id":"641"},"grid":{"type":"square","size":125,"offsetX":-19,"offsetY":39}}]},{"name":"Ch. 7: Inside the Walls of Drakkenheim","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/077-map-6.01-gate-houses.webp"},"imageType":"map","title":"Map 6.01: The Gate Houses","width":3000,"height":2565,"grid":{"type":"square","size":95,"offsetX":39,"offsetY":-8,"scale":2},"id":"28d"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/081-map-6.02-cosmological-clocktower.webp"},"imageType":"map","title":"Map 6.02: Cosmological Clocktower","width":3000,"height":1540,"grid":{"type":"square","size":113,"offsetX":-21,"offsetY":-30,"scale":2},"id":"566"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/087-map-6.03-kleinberg-estate.webp"},"imageType":"map","title":"Map 6.03: Kleinberg Estate","width":3000,"height":7241,"id":"642","grid":{"type":"square","size":110,"offsetX":-11,"offsetY":-26,"scale":2},"mapRegions":[{"area":"3e7","points":[[501,421],[501,640],[909,640],[909,421]]},{"area":"3fc","points":[[994,981],[994,1301],[1197,1301],[1197,981]]},{"area":"3f8","points":[[1539,979],[1539,1299],[1746,1299],[1746,979]]},{"area":"3fe","points":[[1763,982],[1968,982],[1968,1091],[2024,1091],[2024,1190],[1971,1190],[1971,1301],[1763,1301]]},{"area":"3f8","points":[[771,987],[771,1299],[974,1299],[974,987]]},{"area":"3f8","points":[[770,1422],[770,1744],[979,1744],[979,1422]]},{"area":"3fa","points":[[994,1424],[994,1742],[1197,1742],[1197,1424]]},{"area":"3f6","points":[[1211,1195],[1211,1464],[1530,1464],[1530,1195]]},{"area":"3f8","points":[[1544,1421],[1544,1741],[1968,1741],[1968,1421]]},{"area":"3f2","points":[[2093,2459],[2093,2568],[2363,2568],[2363,2459]]},{"area":"3ee","points":[[701,2411],[678,2371],[646,2334],[605,2315],[550,2302],[498,2304],[440,2334],[398,2379],[387,2442],[389,2501],[408,2550],[438,2582],[486,2606],[538,2621],[594,2626],[701,2618]]},{"area":"3ec","points":[[718,2413],[718,2618],[923,2618],[923,2413]]},{"area":"3f0","points":[[1979,2357],[2416,2357],[2416,1918],[2739,1918],[2739,2675],[1979,2675],[1979,2573],[2083,2573],[2083,2459],[1979,2459]]},{"area":"3f0","points":[[1978,2461],[1978,2571],[2083,2571],[2083,2461]]},{"area":"401","points":[[642,3814],[642,4139],[1080,4139],[1080,3814]]},{"area":"407","points":[[1418,3816],[1418,4139],[1635,4139],[1635,3816]]},{"area":"405","points":[[1643,3816],[1643,4138],[1859,4138],[1859,3816]]},{"area":"403","points":[[1646,4264],[1646,4584],[1859,4584],[1859,4264]]},{"area":"3f6","points":[[1090,4264],[1146,4264],[1146,4096],[1358,4096],[1358,4264],[1414,4264],[1414,4306],[1090,4306]]},{"area":"401","points":[[645,4264],[645,4582],[1082,4582],[1082,4264]]},{"area":"411","points":[[704,5456],[722,5416],[765,5390],[813,5363],[848,5357],[885,5358],[947,5358],[986,5358],[1010,5376],[1029,5394],[1067,5422],[1098,5462],[1083,5533],[1066,5566],[1056,5621],[1024,5638],[976,5640],[947,5662],[917,5667],[858,5658],[808,5642],[723,5584],[698,5536],[696,5485]]},{"area":"413","points":[[1074,5912],[1042,5880],[1010,5853],[970,5816],[920,5782],[878,5771],[827,5770],[800,5768],[765,5765],[722,5771],[677,5762],[634,5757],[602,5762],[550,5787],[522,5818],[507,5843],[506,5870],[506,5910],[514,5952],[525,5984],[533,6018],[554,6061],[578,6102],[610,6136],[638,6178],[666,6214],[720,6248],[754,6270],[790,6280],[862,6277],[910,6272],[979,6234],[1016,6195],[1042,6141],[1077,6101],[1090,6043],[1106,5974],[1102,5944]]},{"area":"40f","points":[[954,6475],[920,6475],[875,6474],[821,6462],[758,6448],[718,6448],[690,6467],[654,6496],[629,6530],[618,6560],[622,6584],[624,6621],[635,6654],[664,6680],[685,6707],[723,6726],[765,6746],[810,6757],[858,6752],[906,6754],[957,6722],[990,6690],[998,6648],[978,6584],[965,6557],[955,6517]]},{"area":"40d","points":[[1787,6326],[1778,6286],[1806,6272],[1851,6259],[1904,6254],[2010,6261],[2082,6261],[2128,6272],[2189,6283],[2232,6272],[2259,6312],[2269,6344],[2282,6373],[2277,6418],[2290,6442],[2275,6478],[2272,6499],[2253,6536],[2227,6538],[2189,6558],[2150,6542],[2110,6547],[2069,6549],[2018,6552],[1997,6570],[1981,6594],[1952,6600],[1915,6581],[1888,6560],[1862,6549],[1816,6550],[1771,6544],[1752,6502],[1752,6450],[1750,6413],[1736,6371],[1760,6350]]},{"area":"40b","points":[[1781,5429],[1777,5379],[1781,5364],[1749,5316],[1726,5272],[1739,5223],[1737,5168],[1789,5124],[1821,5103],[1848,5095],[1895,5086],[1924,5091],[1983,5086],[2017,5099],[2061,5109],[2088,5120],[2112,5114],[2168,5158],[2192,5208],[2206,5255],[2196,5303],[2185,5360],[2149,5396],[2122,5423],[2069,5419],[2008,5421],[1973,5423],[1918,5406],[1869,5406],[1857,5429]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/087-map-6.03-kleinberg-estate.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/088-map-6.03-kleinberg-estate-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":7241,"mapParent":{"id":"642"},"grid":{"type":"square","size":110,"offsetX":-11,"offsetY":-26,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/090-map-6.04-old-town-cistern.webp"},"imageType":"map","title":"Map 6.04: Old Town Cistern","width":3000,"height":4023,"id":"643","grid":{"type":"square","size":145,"offsetX":61,"offsetY":-43,"scale":3},"mapRegions":[{"area":"428","points":[[2137,4],[2137,446],[2865,446],[2865,213],[2375,213],[2375,4]]},{"area":"429","points":[[2512,651],[2524,617],[2547,594],[2579,589],[2600,594],[2617,615],[2634,648],[2619,686],[2600,703],[2571,705],[2543,697],[2522,680]]},{"area":"42a","points":[[2524,1267],[2556,1242],[2611,1215],[2646,1219],[2691,1269],[2695,1320],[2667,1371],[2642,1383],[2571,1385],[2541,1352],[2520,1316]]},{"area":"427","points":[[1541,907],[1541,1008],[1931,1008],[1931,907]]},{"area":"426","points":[[2017,893],[2063,806],[2128,745],[2194,720],[2288,709],[2364,728],[2429,775],[2478,832],[2507,916],[2505,1013],[2463,1097],[2400,1164],[2318,1204],[2238,1211],[2158,1189],[2093,1147],[2042,1099],[2008,1027],[2000,962]]},{"area":"42b","points":[[844,1583],[844,2160],[1131,2160],[1131,1583]]},{"area":"42d","points":[[2339,1680],[2339,2063],[2051,2063],[2051,1680]]},{"area":"42f","points":[[1425,3284],[1392,3225],[1328,3177],[1282,3091],[1223,3078],[1206,3032],[1179,3015],[1141,3021],[1086,2987],[1038,2964],[1021,2939],[975,2920],[935,2867],[954,2815],[949,2775],[926,2728],[920,2676],[916,2615],[958,2581],[1017,2549],[1069,2539],[1109,2514],[1118,2472],[1093,2415],[1076,2360],[1120,2320],[1156,2326],[1225,2320],[1272,2312],[1301,2318],[1345,2312],[1371,2291],[1396,2267],[1413,2238],[1442,2208],[1457,2175],[1493,2166],[1537,2164],[1566,2221],[1594,2248],[1629,2259],[1659,2240],[1705,2225],[1737,2229],[1775,2238],[1794,2269],[1798,2299],[1783,2360],[1781,2398],[1792,2457],[1819,2497],[1842,2514],[1865,2518],[1893,2545],[1912,2566],[1943,2585],[1977,2577],[2008,2594],[2036,2598],[2088,2587],[2120,2575],[2162,2583],[2183,2602],[2213,2648],[2219,2720],[2204,2771],[2189,2800],[2175,2836],[2189,2872],[2162,2916],[2128,2945],[2097,2945],[2065,2968],[2029,3006],[2019,3036],[1971,3072],[1924,3114],[1872,3141],[1832,3143],[1783,3168],[1743,3152],[1680,3181],[1638,3206],[1592,3234],[1575,3251],[1562,3293],[1512,3333],[1442,3328]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/090-map-6.04-old-town-cistern.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/091-map-6.04-old-town-cistern-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":4023,"mapParent":{"id":"643"},"grid":{"type":"square","size":145,"offsetX":61,"offsetY":-43,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/094-map-6.05-royal-grotto-tiered-garden.webp"},"imageType":"map","title":"Map 6.05: Royal Grotto Tiered Garden","width":3000,"height":1792,"grid":{"type":"square","size":66,"offsetX":21,"offsetY":41},"id":"567"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/095-map-6.06-royal-grotto.webp"},"imageType":"map","title":"Map 6.06: Royal Grotto","width":3000,"height":1245,"grid":{"type":"square","size":95,"offsetX":-11,"offsetY":-51,"scale":2},"id":"64e"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/101-map-6.07-st-vitruvios.webp"},"imageType":"map","title":"Map 6.07: Saint Vitruvio's Cathedral","width":3000,"height":4082,"id":"644","grid":{"type":"square","size":176,"offsetX":69,"offsetY":3,"scale":3},"mapRegions":[{"area":"48f","points":[[560,707],[560,1177],[1015,1177],[1015,707]]},{"area":"48f","points":[[1966,705],[1966,1164],[2419,1164],[2419,705]]},{"area":"492","points":[[781,1594],[154,1594],[154,1674],[86,1749],[57,1817],[40,1878],[38,1933],[42,1994],[48,2051],[82,2103],[101,2145],[135,2177],[154,2202],[154,2282],[781,2282]]},{"area":"492","points":[[2198,2284],[2825,2284],[2825,2196],[2857,2171],[2888,2143],[2903,2112],[2924,2074],[2935,2048],[2945,1992],[2949,1937],[2945,1878],[2933,1827],[2918,1787],[2903,1762],[2869,1718],[2848,1699],[2827,1672],[2827,1594],[2198,1594]]},{"area":"490","points":[[619,2585],[619,2935],[1131,2935],[1131,2585]]},{"area":"491","points":[[1844,2585],[1844,2933],[2364,2933],[2364,2585]]},{"area":"48f","points":[[1964,2945],[1964,3402],[2423,3402],[2423,2945]]},{"area":"48f","points":[[562,2943],[562,3411],[1019,3411],[1019,2943]]},{"area":"4b3","points":[[1179,2147],[1179,2394],[1859,2394],[1859,2147]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/101-map-6.07-st-vitruvios.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/102-map-6.07-st-vitruvios-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":4082,"mapParent":{"id":"644"},"grid":{"type":"square","size":176,"offsetX":69,"offsetY":3,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/104-map-6.08-cathedral-catacombs.webp"},"imageType":"map","title":"Map 6.08: Saint Vitruvio's Cathedral Catacombs","width":3000,"height":1973,"id":"645","grid":{"type":"square","size":132,"offsetX":-6,"offsetY":21,"scale":4},"mapRegions":[{"area":"49e","points":[[720,466],[720,608],[709,625],[693,633],[658,629],[624,663],[593,632],[559,632],[529,662],[494,627],[460,627],[425,662],[393,630],[353,630],[341,619],[332,608],[332,566],[298,566],[262,636],[231,566],[167,536],[231,502],[262,436],[298,506],[329,506],[335,500],[334,465],[340,449],[356,436],[398,436],[398,408],[408,398],[408,366],[333,366],[333,305],[396,305],[396,238],[459,238],[459,305],[525,305],[525,366],[444,366],[444,405],[458,405],[458,433],[496,433],[525,404],[560,439],[595,439],[629,405],[659,435],[700,435],[712,445],[716,456]]},{"area":"4a3","points":[[824,397],[795,383],[772,366],[752,347],[733,313],[727,274],[734,235],[746,200],[770,172],[795,154],[833,140],[864,140],[895,146],[925,161],[947,179],[967,200],[978,226],[986,252],[988,279],[980,307],[968,333],[949,360],[928,376],[906,388],[876,401],[848,403]]},{"area":"4a4","points":[[1123,141],[1123,528],[1512,528],[1512,141]]},{"area":"4a6","points":[[1900,242],[2010,242],[2010,176],[2136,176],[2136,242],[2170,242],[2170,300],[2140,300],[2140,365],[2011,365],[2011,301],[1900,301],[1887,289],[1880,267],[1888,253]]},{"area":"4a0","points":[[1941,628],[1976,628],[2012,664],[2044,628],[2076,628],[2110,662],[2140,628],[2175,628],[2209,662],[2240,628],[2279,628],[2292,621],[2301,607],[2304,565],[2342,565],[2342,604],[2370,632],[2401,607],[2401,566],[2444,566],[2467,534],[2446,504],[2404,504],[2404,462],[2374,443],[2345,464],[2345,501],[2303,501],[2303,462],[2293,447],[2278,438],[2235,438],[2206,409],[2176,439],[2142,439],[2108,405],[2076,437],[2039,437],[2008,406],[1977,437],[1940,437],[1926,447],[1915,461],[1915,603],[1916,614],[1922,623]]},{"area":"4a8","points":[[1191,801],[1204,777],[1220,745],[1243,724],[1279,709],[1303,701],[1340,701],[1373,714],[1406,735],[1434,771],[1446,816],[1443,870],[1418,908],[1385,939],[1347,954],[1305,961],[1261,947],[1230,924],[1206,896],[1191,863],[1185,832]]},{"area":"4ab","points":[[1159,1123],[1172,1094],[1186,1065],[1212,1038],[1246,1017],[1280,1002],[1315,995],[1354,1000],[1393,1016],[1423,1035],[1451,1066],[1464,1094],[1477,1129],[1477,1194],[1461,1225],[1441,1260],[1417,1286],[1379,1310],[1335,1320],[1298,1320],[1250,1308],[1207,1280],[1183,1247],[1167,1214],[1156,1189]]},{"area":"4a1","points":[[1684,801],[1818,801],[1854,807],[1881,816],[1907,842],[1933,880],[1941,926],[1938,969],[1915,1004],[1888,1031],[1848,1051],[1817,1057],[1684,1057],[1684,1025],[1582,1025],[1552,995],[1580,967],[1684,967],[1684,894],[1581,894],[1550,863],[1582,831],[1684,831]]},{"area":"49f","points":[[758,732],[725,765],[758,797],[758,832],[727,863],[758,896],[758,929],[726,961],[758,994],[758,1034],[767,1047],[783,1057],[932,1057],[943,1049],[952,1033],[952,995],[988,959],[952,930],[952,895],[984,863],[953,832],[953,795],[983,765],[951,732],[951,697],[945,680],[931,671],[787,671],[769,680],[758,696]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/104-map-6.08-cathedral-catacombs.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/105-map-6.08-cathedral-catacombs-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":1973,"mapParent":{"id":"645"},"grid":{"type":"square","size":132,"offsetX":-6,"offsetY":21,"scale":4}}]},{"name":"Ch. 8: Faction Strongholds","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/109-map-7.01-camp-dawn.webp"},"imageType":"map","title":"Map 7.01: Camp Dawn","width":3000,"height":4308,"id":"646","grid":{"type":"square","size":111,"offsetX":26,"offsetY":-6,"distance":10},"mapRegions":[{"area":"4ca","points":[[453,998],[453,1120],[585,1120],[585,998]]},{"area":"4ca","points":[[1351,995],[1351,1120],[1484,1120],[1484,995]]},{"area":"4ca","points":[[1696,995],[1696,1122],[1824,1122],[1824,995]]},{"area":"4ca","points":[[2571,985],[2571,1113],[2709,1113],[2709,985]]},{"area":"4ca","points":[[2582,2087],[2582,2211],[2713,2211],[2713,2087]]},{"area":"4ca","points":[[451,2084],[451,2213],[585,2213],[585,2084]]},{"area":"4ca","points":[[453,2418],[453,2547],[584,2547],[584,2418]]},{"area":"4ca","points":[[2578,2416],[2578,2540],[2715,2540],[2715,2416]]},{"area":"4ca","points":[[453,3515],[453,3642],[585,3642],[585,3515]]},{"area":"4ca","points":[[1355,3515],[1355,3645],[1493,3645],[1493,3515]]},{"area":"4ca","points":[[1696,3513],[1696,3645],[1827,3645],[1827,3513]]},{"area":"4ca","points":[[2569,3502],[2569,3635],[2707,3635],[2707,3502]]},{"area":"4c9","points":[[877,3043],[877,3187],[1070,3187],[1070,3043]]},{"area":"4cb","points":[[916,3325],[919,3299],[920,3266],[929,3244],[951,3226],[969,3206],[1003,3199],[1037,3201],[1076,3213],[1103,3240],[1119,3271],[1126,3311],[1116,3355],[1077,3387],[1032,3401],[992,3397],[959,3382],[928,3346]]},{"area":"4c9","points":[[1848,3346],[1848,3539],[1994,3539],[1994,3346]]},{"area":"4c9","points":[[2475,2548],[2475,2964],[2628,2964],[2628,2548]]},{"area":"4d0","points":[[1986,2532],[1986,2981],[2395,2981],[2395,2532]]},{"area":"4d1","points":[[1246,2603],[1246,3124],[1937,3124],[1937,2603]]},{"area":"4ce","points":[[1514,2377],[1514,2577],[1684,2577],[1684,2377]]},{"area":"4c9","points":[[1542,2058],[1542,2243],[1361,2243],[1361,2058]]},{"area":"4cf","points":[[1043,1760],[1043,2196],[1356,2196],[1356,1760]]},{"area":"4cf","points":[[1040,1213],[1040,1652],[1366,1652],[1366,1213]]},{"area":"4cf","points":[[1830,1219],[1830,1644],[2125,1644],[2125,1219]]},{"area":"4c9","points":[[1671,1334],[1671,1551],[1825,1551],[1825,1334]]},{"area":"4cf","points":[[1818,1754],[1818,2197],[2135,2197],[2135,1754]]},{"area":"4c9","points":[[2206,1503],[2206,1644],[2426,1644],[2426,1503]]},{"area":"4c9","points":[[2139,1650],[2139,2188],[2234,2188],[2234,1650]]},{"area":"4cc","points":[[2235,1649],[2235,2217],[2484,2217],[2484,1649]]},{"area":"4cf","points":[[767,2540],[767,2971],[1154,2971],[1154,2540]]},{"area":"4c9","points":[[587,2416],[587,2644],[726,2644],[726,2416]]},{"area":"4c9","points":[[546,1889],[546,2076],[693,2076],[693,1889]]},{"area":"4cd","points":[[666,1211],[666,1559],[923,1559],[923,1211]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/109-map-7.01-camp-dawn.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/110-map-7.01-camp-dawn-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":4308,"mapParent":{"id":"646"},"grid":{"type":"square","size":111,"offsetX":26,"offsetY":-6,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/113-map-7.02-theives-throne-room.webp"},"imageType":"map","title":"Map 7.02: The Under Tavern","width":3000,"height":7320,"id":"647","grid":{"type":"square","size":122,"offsetX":-35,"offsetY":-42,"scale":2},"mapRegions":[{"area":"4ef","points":[[1087,598],[1087,713],[2542,713],[2542,598]]},{"area":"4ed","points":[[1520,1320],[1540,1267],[1578,1215],[1635,1173],[1716,1136],[1796,1144],[1840,1167],[1911,1202],[1955,1260],[1985,1329],[1998,1407],[1967,1467],[1922,1544],[1865,1587],[1809,1609],[1733,1618],[1627,1593],[1562,1529],[1509,1442],[1505,1384]]},{"area":"4fb","points":[[2295,1207],[2295,1560],[2655,1560],[2655,1207]]},{"area":"4da","points":[[356,2122],[356,2349],[684,2349],[684,2122]]},{"area":"4e6","points":[[1393,1876],[1393,1931],[1335,1989],[1393,2049],[1393,2113],[1328,2178],[1393,2237],[1393,2289],[1326,2356],[1393,2421],[1393,2467],[2105,2467],[2105,2418],[2167,2356],[2115,2304],[2115,2236],[2171,2180],[2107,2116],[2107,2051],[2169,1989],[2110,1930],[2110,1876]]},{"area":"4df","points":[[1693,2605],[1693,2716],[2295,2716],[2295,2605]]},{"area":"4db","points":[[1089,2735],[1145,2735],[1145,2655],[1198,2602],[1257,2661],[1257,2735],[1556,2735],[1556,2847],[2415,2847],[2415,3324],[1089,3324]]},{"area":"50b","points":[[1702,4198],[1702,4342],[2345,4342],[2345,4198]]},{"area":"505","points":[[791,4707],[791,6047],[2082,6047],[2082,4707]]},{"area":"50a","points":[[2600,5856],[2600,5218],[2231,5218],[2231,5856]]},{"area":"510","points":[[482,6127],[482,6702],[1107,6702],[1107,6127]]},{"area":"50f","points":[[1255,6133],[1255,6504],[2015,6504],[2015,6133]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/113-map-7.02-theives-throne-room.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/114-map-7.02-theives-throne-room-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":7320,"mapParent":{"id":"647"},"grid":{"type":"square","size":122,"offsetX":-35,"offsetY":-42,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/118-map-7.03-garrison.webp"},"imageType":"map","title":"Map 7.03: Drakkenheim Garrison","width":3000,"height":2388,"id":"648","grid":{"type":"square","size":108,"offsetX":40,"offsetY":23,"distance":10},"mapRegions":[{"area":"522","points":[[1438,836],[1438,1047],[1765,1047],[1765,836]]},{"area":"51d","points":[[1347,1204],[1347,1315],[1771,1315],[1771,1204]]},{"area":"524","points":[[804,782],[844,673],[909,605],[1013,575],[1105,598],[1160,638],[1200,689],[1215,776],[1207,827],[1184,887],[1138,940],[1062,973],[993,978],[907,958],[844,893],[818,838]]},{"area":"521","points":[[905,1640],[905,1855],[1118,1855],[1118,1640]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/118-map-7.03-garrison.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/119-map-7.03-garrison-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":2388,"mapParent":{"id":"648"},"grid":{"type":"square","size":108,"offsetX":40,"offsetY":23,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/126-map-7.04-saint-selenas.webp"},"imageType":"map","title":"Map 7.04: Saint Selina's Monastery","width":3000,"height":2197,"id":"649","grid":{"type":"square","size":72,"offsetX":37,"offsetY":-23,"distance":10},"mapRegions":[{"area":"57c","points":[[862,1762],[889,1678],[911,1629],[971,1576],[1027,1538],[1124,1522],[1205,1542],[1271,1584],[1331,1656],[1364,1747],[1356,1851],[1307,1935],[1225,1993],[1125,2011],[1015,1993],[949,1940],[882,1847]]},{"area":"574","points":[[840,782],[840,1344],[1395,1344],[1395,782]]},{"area":"574","points":[[1767,913],[1767,1627],[2471,1627],[2471,913]]},{"area":"57a","points":[[1538,484],[1538,775],[1835,775],[1835,484]]},{"area":"579","points":[[1904,562],[1904,758],[2404,758],[2404,562]]},{"area":"578","points":[[1613,1769],[2045,1769],[2045,1838],[2191,1838],[2191,1769],[2624,1769],[2484,1629],[1764,1629]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/126-map-7.04-saint-selenas.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/127-map-7.04-saint-selenas-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":2105,"mapParent":{"id":"649","autoScale":true},"grid":{"type":"square","size":70,"offsetX":36,"offsetY":-19,"distance":10}}]},{"name":"Ch. 9: Castle Drakken","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/130-map-8.01-castle-drakken.webp"},"imageType":"map","title":"Map 8.01: Castle Drakken","width":3000,"height":1953,"id":"64a","grid":{"type":"none"},"mapRegions":[{"area":"595","points":[[795,1284],[795,1453],[1000,1453],[1000,1284]]},{"area":"5a2","points":[[887,965],[887,1064],[987,1064],[987,965]]},{"area":"597","points":[[1222,1080],[1222,1153],[1298,1153],[1298,1080]]},{"area":"5a0","points":[[1127,864],[1127,973],[1207,973],[1207,864]]},{"area":"59f","points":[[1200,744],[1200,825],[1338,825],[1338,744]]},{"area":"5a1","points":[[1073,593],[1073,680],[1160,680],[1160,593]]},{"area":"5a9","points":[[1765,333],[1765,429],[1867,429],[1867,333]]},{"area":"5ab","points":[[1784,682],[1784,745],[1864,745],[1864,682]]},{"area":"5a4","points":[[1595,753],[1595,811],[1653,811],[1653,753]]},{"area":"5a3","points":[[1609,913],[1609,985],[1680,985],[1680,913]]},{"area":"59e","points":[[1509,1040],[1509,1098],[1436,1098],[1436,1040]]},{"area":"5aa","points":[[2129,985],[2129,1078],[2027,1078],[2027,985]]},{"area":"596","points":[[1720,1242],[1720,1331],[1804,1331],[1804,1242]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/130-map-8.01-castle-drakken.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/131-map-8.01-castle-drakken-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":1953,"mapParent":{"id":"64a"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/134-map-8.02-castle-drakken-towers.webp"},"imageType":"map","title":"Map 8.02: Castle Drakken Towers","width":3000,"height":5910,"id":"64b","grid":{"type":"square","size":220,"offsetX":76,"offsetY":88,"scale":4},"mapRegions":[{"area":"5dc","points":[[287,1125],[293,1051],[365,960],[438,924],[522,916],[605,929],[680,1000],[716,1080],[713,1215],[631,1305],[558,1342],[447,1342],[349,1265],[307,1202]]},{"area":"5f0","points":[[895,1184],[895,1396],[1115,1396],[1115,1184]]},{"area":"5f7","points":[[1233,1185],[1233,1402],[1449,1402],[1449,1185]]},{"area":"5f1","points":[[1065,855],[1065,1176],[1442,1176],[1442,855]]},{"area":"5f3","points":[[902,860],[902,1064],[1055,1064],[1055,860]]},{"area":"5e1","points":[[2169,580],[2200,476],[2245,404],[2360,358],[2458,375],[2544,442],[2598,516],[2587,645],[2553,718],[2451,773],[2351,795],[2245,742],[2180,656]]},{"area":"5db","points":[[1624,1133],[1651,1042],[1715,945],[1805,916],[1893,920],[1976,975],[2040,1044],[2047,1171],[1980,1284],[1860,1344],[1733,1320],[1642,1233],[1625,1175]]},{"area":"5e6","points":[[2165,1684],[2191,1604],[2242,1524],[2285,1487],[2378,1458],[2451,1471],[2520,1511],[2591,1591],[2595,1702],[2547,1825],[2456,1884],[2347,1896],[2273,1864],[2195,1782]]},{"area":"5e1","points":[[2175,2391],[2235,2256],[2324,2180],[2467,2178],[2553,2233],[2611,2336],[2607,2447],[2538,2558],[2427,2602],[2287,2593],[2200,2502]]},{"area":"5d9","points":[[1616,2953],[1682,2802],[1802,2745],[1909,2751],[1993,2800],[2051,2896],[2044,3016],[1989,3107],[1880,3167],[1727,3151],[1638,3069]]},{"area":"5e6","points":[[2173,3511],[2202,3404],[2280,3322],[2376,3298],[2480,3320],[2555,3371],[2620,3495],[2602,3595],[2518,3687],[2424,3735],[2265,3705],[2195,3609]]},{"area":"5f1","points":[[842,2622],[842,2891],[1496,2891],[1496,2622]]},{"area":"5f0","points":[[836,3013],[836,3282],[1056,3282],[1056,3013]]},{"area":"5df","points":[[285,2955],[311,2847],[398,2765],[482,2738],[573,2744],[662,2795],[711,2893],[720,2989],[651,3107],[551,3162],[442,3158],[333,3093],[291,3000]]},{"area":"5de","points":[[291,4740],[320,4629],[398,4558],[524,4531],[638,4567],[702,4651],[733,4762],[696,4860],[591,4949],[471,4956],[338,4878],[300,4807]]},{"area":"5f5","points":[[1064,4411],[1064,4685],[1291,4685],[1291,4411]]},{"area":"5f2","points":[[1064,4807],[1064,5073],[1505,5073],[1505,4807]]},{"area":"5ef","points":[[845,5075],[845,4805],[1060,4805],[1060,5075]]},{"area":"5d9","points":[[1649,4680],[1685,4607],[1749,4549],[1822,4525],[1920,4535],[1987,4569],[2036,4653],[2058,4718],[2067,4787],[2027,4887],[1936,4944],[1847,4969],[1744,4945],[1662,4860],[1636,4795],[1633,4733]]},{"area":"5e4","points":[[2187,4193],[2204,4104],[2247,4031],[2329,3991],[2431,3978],[2515,4007],[2602,4082],[2622,4175],[2613,4245],[2549,4355],[2469,4405],[2353,4404],[2287,4378],[2224,4331],[2202,4256]]},{"area":"5e6","points":[[2184,5309],[2191,5249],[2231,5162],[2313,5100],[2405,5078],[2491,5111],[2576,5173],[2607,5249],[2620,5327],[2578,5435],[2496,5500],[2416,5527],[2300,5502],[2231,5438],[2196,5371]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/134-map-8.02-castle-drakken-towers.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/135-map-8.02-castle-drakken-towers-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":5910,"mapParent":{"id":"64b"},"grid":{"type":"square","size":220,"offsetX":76,"offsetY":88,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/137-map-8.03-castle-drakken-main.webp"},"imageType":"map","title":"Map 8.03: Castle Drakken Main Level","width":3000,"height":3792,"id":"64c","grid":{"type":"square","size":146,"offsetX":-24,"offsetY":-4,"scale":3},"mapRegions":[{"area":"5fd","points":[[777,448],[777,1116],[1638,1116],[1638,448]]},{"area":"5d9","points":[[1598,1217],[1598,1611],[1992,1611],[1992,1217]]},{"area":"5dc","points":[[436,1215],[436,1615],[819,1615],[819,1215]]},{"area":"5d8","points":[[922,1219],[922,1611],[1499,1611],[1499,1219]]},{"area":"5e1","points":[[2084,735],[2084,1122],[2469,1122],[2469,735]]},{"area":"5e6","points":[[2076,1701],[2076,2088],[2474,2088],[2474,1701]]},{"area":"5f2","points":[[678,1705],[678,2038],[1059,2038],[1059,1705]]},{"area":"5c9","points":[[674,2046],[674,2331],[1055,2331],[1055,2046]]},{"area":"5c7","points":[[674,2341],[674,2762],[1055,2762],[1055,2341]]},{"area":"5c4","points":[[1072,1619],[1072,2766],[1352,2766],[1352,1619]]},{"area":"5ca","points":[[1354,1709],[1354,2771],[1737,2771],[1737,1709]]},{"area":"5b4","points":[[1021,2777],[1021,3053],[1392,3053],[1392,2777]]},{"area":"5b5","points":[[916,3067],[916,3248],[1105,3248],[1105,3067]]},{"area":"5b5","points":[[1299,3246],[1299,3072],[1501,3072],[1501,3246]]},{"area":"5b0","points":[[952,3503],[952,3623],[1474,3623],[1474,3503]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/137-map-8.03-castle-drakken-main.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/138-map-8.03-castle-drakken-main-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3970,"mapParent":{"id":"64c","autoScale":true},"grid":{"type":"square","size":167,"offsetX":36,"offsetY":-15,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/139-map-8.04-castle-drakken-dungeons.webp"},"imageType":"map","title":"Map 8.04: Castle Drakken Dungeon","width":3000,"height":4172,"id":"64d","grid":{"type":"square","size":107,"offsetX":-11,"offsetY":-9,"scale":2},"mapRegions":[{"area":"60b","points":[[425,577],[425,789],[739,789],[739,577]]},{"area":"60e","points":[[1339,581],[1360,514],[1434,482],[1480,484],[1541,537],[1549,581]]},{"area":"60c","points":[[909,587],[909,1326],[1973,1326],[1973,587]]},{"area":"60a","points":[[583,1642],[606,1560],[651,1503],[707,1457],[787,1448],[869,1455],[952,1503],[983,1543],[983,1760],[916,1825],[838,1851],[752,1846],[648,1796],[589,1703]]},{"area":"609","points":[[992,1541],[992,1758],[1899,1758],[1899,1541]]},{"area":"607","points":[[1909,1547],[1956,1488],[2025,1453],[2126,1446],[2206,1467],[2274,1531],[2305,1617],[2303,1705],[2246,1806],[2160,1855],[2061,1857],[1975,1821],[1909,1758]]},{"area":"5e5","points":[[2415,1017],[2520,1017],[2520,913],[2728,913],[2728,1011],[2840,1011],[2840,1224],[2733,1224],[2733,1323],[2415,1323]]},{"area":"5cf","points":[[1707,1976],[1707,2395],[2029,2395],[2029,1976]]},{"area":"5ce","points":[[1493,2821],[1493,2189],[1290,2189],[1290,2821]]},{"area":"5cd","points":[[850,1978],[850,2824],[1274,2824],[1274,1978]]},{"area":"5d0","points":[[1822,2522],[1822,3144],[2029,3144],[2029,2522]]},{"area":"5d1","points":[[854,2986],[854,2832],[1170,2832],[1170,2986]]},{"area":"5d2","points":[[850,3144],[850,2998],[1168,2998],[1168,3144]]},{"area":"5d6","points":[[355,2451],[355,2661],[587,2661],[587,2451]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/139-map-8.04-castle-drakken-dungeons.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/140-map-8.04-castle-drakken-dungeons-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":4172,"mapParent":{"id":"64d"},"grid":{"type":"square","size":107,"offsetX":-11,"offsetY":-9,"scale":2}}]},{"name":"App. E: The World of Drakkenheim","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/180-14-002.map.webp"},"width":1700,"height":2192,"imageType":"map","title":"Realms of the Continent","grid":{"type":"none","size":128,"scale":4,"distance":25,"units":"kilometers"},"id":"64f"}]},{"name":"Poster Map: City of Drakkenheim","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/189-map-0.01-drakkenheim.webp"},"imageType":"map","title":"Map 0.01: Drakkenheim: City Map","width":5000,"height":5000,"id":"72b","grid":{"type":"none","size":111,"distance":500}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/190-map-0.01-drakkenheim-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":5000,"height":5000,"mapParent":{"id":"72b"},"grid":{"type":"none","size":111,"distance":500}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/191-map-0.01-drakkenheim-delrium.webp"},"imageType":"map","title":"Map 0.01: Drakkenheim: Deep Haze Map","width":5000,"height":5000,"id":"72c","grid":{"type":"none","size":111,"distance":500}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/192-map-0.01-drakkenheim-delrium-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":5000,"height":5000,"mapParent":{"id":"72c"},"grid":{"type":"none","size":111,"distance":500}}]}]},"DitLCoT":{"id":"DitLCoT","name":"Descent into the Lost Caverns of Tsojcanth","source":"DitLCoT","prop":"adventure","chapters":[{"name":"Descent into the Lost Caverns of Tsojcanth","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DitLCoT/002-map-0.01-lesser-caverns.webp"},"imageType":"map","title":"Map 1.1: Lesser Caverns","credit":"Mike Schley","width":4096,"height":5301,"id":"05e","grid":{"type":"square","size":225,"offsetX":52,"offsetY":-23,"scale":2,"distance":10},"mapRegions":[{"area":"03f","points":[[254,544],[267,504],[283,491],[299,459],[319,426],[346,417],[377,410],[403,417],[431,433],[449,444],[454,463],[483,456],[501,436],[523,424],[531,397],[559,390],[574,367],[609,349],[643,337],[664,323],[673,304],[699,296],[730,296],[747,307],[767,316],[777,337],[771,354],[777,377],[796,386],[817,401],[841,410],[870,414],[887,401],[914,391],[940,389],[971,394],[997,403],[1009,416],[981,480],[983,527],[973,544],[953,563],[944,583],[947,603],[954,630],[951,660],[951,681],[969,729],[970,746],[954,770],[946,784],[944,811],[954,821],[973,849],[1010,921],[990,1051],[953,1076],[920,1086],[876,1076],[870,1061],[847,1059],[816,1060],[776,1057],[753,1047],[711,1053],[700,1066],[673,1066],[659,1053],[631,1049],[603,1034],[581,1003],[576,991],[541,994],[526,1009],[489,1007],[469,1003],[380,980],[343,971],[323,940],[316,894],[290,881],[279,849],[269,814],[247,799],[223,756],[224,716],[246,701],[260,679],[270,667],[270,640],[267,620],[263,599],[254,573]]},{"area":"043","points":[[1106,419],[1150,410],[1161,394],[1207,384],[1237,370],[1259,383],[1261,421],[1284,439],[1314,450],[1344,439],[1366,433],[1380,460],[1404,471],[1423,483],[1427,519],[1451,526],[1473,527],[1494,549],[1480,573],[1487,594],[1510,596],[1523,623],[1536,641],[1529,683],[1546,707],[1549,731],[1524,741],[1523,757],[1511,799],[1513,813],[1516,833],[1507,844],[1473,851],[1454,844],[1439,860],[1419,877],[1409,901],[1386,916],[1370,927],[1333,939],[1319,943],[1293,940],[1267,944],[1261,963],[1240,979],[1231,1000],[1191,1014],[1153,1013],[1169,960],[1190,909],[1209,856],[1220,843],[1247,841],[1266,830],[1271,806],[1293,783],[1320,784],[1350,766],[1366,751],[1330,744],[1310,740],[1256,740],[1230,739],[1219,774],[1156,781],[1104,771],[1111,724],[1067,701],[1047,674],[1076,611],[1110,577],[1161,587],[1216,606],[1243,594],[1237,566],[1267,563],[1247,541],[1230,516],[1189,520],[1159,514],[1150,500]]},{"area":"048","points":[[1364,1466],[1399,1433],[1461,1409],[1487,1409],[1517,1400],[1569,1391],[1606,1390],[1626,1416],[1657,1434],[1661,1463],[1689,1471],[1697,1510],[1707,1551],[1727,1569],[1739,1590],[1733,1613],[1719,1621],[1710,1640],[1714,1660],[1723,1680],[1717,1707],[1703,1720],[1669,1731],[1643,1740],[1583,1721],[1570,1703],[1543,1699],[1524,1694],[1494,1693],[1467,1687],[1449,1664],[1421,1656],[1406,1663],[1379,1650],[1361,1639],[1301,1614],[1301,1593],[1311,1576],[1307,1523],[1324,1503],[1346,1500],[1359,1484]]},{"area":"03b","points":[[431,1871],[447,1899],[494,1910],[510,1924],[529,1950],[561,1951],[616,1954],[656,1949],[706,1941],[721,1926],[764,1919],[779,1857],[756,1774],[747,1733],[714,1721],[690,1713],[666,1701],[647,1670],[596,1666],[551,1663],[511,1671],[474,1694],[443,1700],[426,1733],[416,1786],[414,1826]]},{"area":"03c","points":[[1581,2811],[1581,2797],[1574,2783],[1553,2780],[1513,2793],[1493,2791],[1483,2783],[1470,2783],[1447,2791],[1424,2804],[1390,2810],[1364,2816],[1349,2804],[1324,2794],[1310,2777],[1284,2789],[1273,2796],[1250,2810],[1253,2841],[1261,2870],[1257,2891],[1246,2906],[1256,2937],[1269,2959],[1284,2961],[1307,2953],[1329,2960],[1353,2973],[1360,2994],[1373,3000],[1390,3001],[1409,3010],[1419,3026],[1437,3036],[1480,3037],[1501,3040],[1529,3006],[1544,2983],[1554,2963],[1580,2940],[1591,2911],[1576,2887],[1571,2860],[1577,2834]]},{"area":"035","points":[[2609,2686],[2629,2694],[2664,2700],[2691,2703],[2730,2691],[2759,2590],[2759,2496],[2786,2439],[2789,2421],[2766,2410],[2746,2401],[2730,2401],[2704,2397],[2677,2389],[2613,2431],[2580,2473],[2564,2506],[2581,2526],[2593,2547],[2606,2560],[2594,2580],[2597,2610],[2593,2641],[2594,2663]]},{"area":"03a","points":[[2694,2089],[2710,2077],[2741,2073],[2773,2041],[2843,2023],[2881,2016],[2899,1999],[2940,2019],[2964,2079],[2961,2116],[2934,2134],[2951,2156],[2961,2173],[2960,2207],[2950,2233],[2909,2254],[2857,2244],[2809,2217],[2787,2204],[2769,2201],[2756,2193],[2739,2191],[2714,2167],[2697,2131]]},{"area":"038","points":[[2813,2830],[2757,2769],[2746,2723],[2739,2699],[2767,2589],[2767,2497],[2793,2437],[2797,2419],[2830,2407],[2856,2389],[2861,2341],[2883,2307],[2947,2300],[2983,2299],[3019,2300],[3057,2293],[3073,2259],[3094,2219],[3090,2194],[3091,2159],[3147,2111],[3217,2097],[3314,2129],[3403,2173],[3470,2241],[3509,2356],[3531,2413],[3539,2443],[3534,2477],[3531,2510],[3503,2524],[3501,2551],[3509,2576],[3503,2601],[3519,2634],[3517,2651],[3510,2680],[3519,2709],[3527,2727],[3529,2766],[3506,2784],[3494,2817],[3493,2841],[3491,2900],[3463,2957],[3347,2973],[3250,2953],[3209,2946],[3169,2937],[3156,2927],[3127,2937],[3110,2949],[3074,2947],[3039,2943],[3014,2926],[2966,2929],[2924,2903],[2881,2873],[2877,2826],[2844,2821]]},{"area":"026","points":[[3200,3474],[3196,3444],[3210,3416],[3230,3419],[3274,3406],[3293,3387],[3347,3380],[3369,3389],[3389,3400],[3403,3410],[3419,3426],[3440,3430],[3450,3451],[3463,3474],[3481,3496],[3493,3507],[3493,3540],[3524,3591],[3506,3603],[3471,3629],[3436,3646],[3420,3666],[3393,3676],[3354,3660],[3337,3614],[3340,3590],[3324,3570],[3301,3577],[3284,3581],[3251,3569],[3247,3543],[3223,3536],[3206,3504]]},{"area":"01c","points":[[1347,3657],[1310,3650],[1279,3646],[1263,3654],[1243,3653],[1229,3636],[1204,3641],[1166,3657],[1157,3686],[1160,3723],[1141,3750],[1150,3783],[1173,3813],[1171,3841],[1213,3849],[1229,3866],[1221,3893],[1233,3916],[1259,3931],[1277,3943],[1301,3944],[1314,3957],[1321,3971],[1351,3999],[1364,3976],[1396,3976],[1424,3957],[1423,3931],[1426,3884],[1409,3850],[1377,3839],[1371,3807],[1370,3773],[1380,3749],[1390,3720],[1391,3696],[1380,3670]]},{"area":"020","points":[[1880,4097],[2219,4097],[2219,4504],[2207,4496],[2159,4486],[2113,4450],[2104,4410],[2104,4213],[1880,4213]]},{"area":"012","points":[[1314,4491],[1319,4451],[1350,4386],[1390,4380],[1416,4366],[1471,4369],[1491,4367],[1509,4347],[1520,4327],[1589,4317],[1646,4324],[1667,4313],[1704,4311],[1741,4313],[1806,4284],[1840,4291],[1896,4310],[1933,4319],[1971,4340],[2007,4350],[2014,4383],[2021,4397],[2049,4400],[2083,4436],[2101,4460],[2153,4497],[2203,4506],[2161,4519],[2140,4533],[2116,4529],[2096,4531],[2083,4577],[2070,4613],[2060,4647],[2100,4656],[2104,4720],[2094,4754],[2046,4770],[2014,4787],[1957,4830],[1926,4833],[1906,4806],[1899,4780],[1866,4764],[1839,4761],[1730,4760],[1704,4723],[1679,4727],[1666,4749],[1644,4771],[1596,4787],[1579,4804],[1564,4823],[1517,4816],[1500,4811],[1486,4783],[1476,4764],[1446,4746],[1421,4714],[1426,4651],[1391,4613],[1387,4589],[1390,4571],[1384,4556],[1351,4537],[1336,4509]]},{"area":"016","points":[[486,4949],[449,4926],[437,4906],[427,4881],[433,4861],[453,4851],[466,4846],[476,4837],[480,4813],[491,4797],[501,4787],[493,4770],[476,4756],[454,4750],[437,4727],[437,4706],[427,4673],[406,4664],[381,4656],[363,4643],[327,4641],[286,4654],[264,4650],[256,4633],[236,4637],[214,4656],[187,4673],[179,4693],[180,4726],[166,4753],[166,4776],[160,4796],[154,4826],[164,4849],[180,4871],[183,4890],[184,4926],[199,4959],[213,4976],[229,4999],[243,5024],[267,5033],[297,5039],[317,5059],[341,5073],[356,5076],[383,5071],[420,5077],[463,5079],[491,5046],[511,5040],[553,5039],[579,5027],[541,5013],[493,4984]]},{"area":"019","points":[[200,3719],[197,3686],[173,3661],[164,3634],[177,3610],[164,3574],[176,3537],[190,3517],[209,3514],[229,3509],[247,3493],[279,3487],[306,3481],[337,3491],[366,3487],[396,3496],[419,3509],[446,3503],[466,3497],[490,3484],[519,3489],[554,3499],[577,3503],[600,3500],[629,3491],[657,3489],[680,3496],[687,3510],[711,3516],[704,3539],[723,3556],[740,3574],[729,3597],[716,3637],[730,3660],[749,3681],[757,3700],[757,3726],[756,3743],[757,3774],[767,3816],[771,3836],[774,3860],[766,3870],[757,3886],[764,3916],[756,3941],[740,3954],[720,3966],[704,3960],[679,3967],[654,3979],[631,3989],[614,3989],[604,4000],[617,4016],[606,4023],[556,4034],[531,4030],[507,4036],[476,4031],[456,4024],[424,4027],[416,4014],[394,3989],[387,3960],[397,3936],[430,3940],[443,3930],[460,3909],[474,3884],[457,3879],[426,3889],[399,3886],[377,3889],[351,3897],[317,3897],[319,3857],[359,3831],[383,3811],[407,3807],[426,3793],[453,3784],[480,3789],[476,3766],[444,3759],[421,3753],[386,3761],[346,3757],[309,3757],[294,3739],[270,3741],[233,3749],[213,3739]]},{"area":"04e","points":[[1741,943],[1734,924],[1743,896],[1743,869],[1731,860],[1710,869],[1683,863],[1669,837],[1676,814],[1673,787],[1653,736],[1676,711],[1699,687],[1706,660],[1714,636],[1706,610],[1709,583],[1734,570],[1753,549],[1769,506],[1781,487],[1811,480],[1826,481],[1851,460],[1871,446],[1887,416],[1906,420],[1927,443],[1947,430],[1990,413],[1999,426],[2027,439],[2036,417],[2070,403],[2116,391],[2141,401],[2174,409],[2201,409],[2253,406],[2281,403],[2293,387],[2329,380],[2364,389],[2399,380],[2431,381],[2457,400],[2476,389],[2496,369],[2510,349],[2521,376],[2533,397],[2527,413],[2533,430],[2541,443],[2530,467],[2527,494],[2524,516],[2516,534],[2499,543],[2491,557],[2490,596],[2506,611],[2499,631],[2484,647],[2469,673],[2451,681],[2437,687],[2430,716],[2439,740],[2433,763],[2434,779],[2420,804],[2423,826],[2430,844],[2429,861],[2416,884],[2391,896],[2377,907],[2371,929],[2374,949],[2353,971],[2327,984],[2306,994],[2287,994],[2264,1016],[2226,1026],[2191,1029],[2176,1036],[2173,1059],[2151,1067],[2109,1067],[2081,1059],[2027,1056],[1991,1057],[1967,1064],[1953,1081],[1931,1091],[1899,1100],[1881,1110],[1851,1129],[1806,1136],[1727,1110],[1683,1086],[1673,1041],[1701,1029],[1730,984],[1736,967]]},{"area":"057","points":[[3116,869],[3129,830],[3150,819],[3161,789],[3171,756],[3194,721],[3217,696],[3227,653],[3226,616],[3214,596],[3214,564],[3233,539],[3237,507],[3243,476],[3230,437],[3214,406],[3189,411],[3160,421],[3140,421],[3116,400],[3089,403],[3076,390],[3044,374],[3017,373],[2971,379],[2954,386],[2921,396],[2881,400],[2856,411],[2827,436],[2817,451],[2823,477],[2800,490],[2776,503],[2746,513],[2726,534],[2713,557],[2690,566],[2674,583],[2671,616],[2656,634],[2630,660],[2627,683],[2614,699],[2591,721],[2589,751],[2594,771],[2594,799],[2594,824],[2613,850],[2604,881],[2607,919],[2610,951],[2623,967],[2637,993],[2656,999],[2669,1017],[2671,1040],[2679,1054],[2684,1067],[2684,1086],[2697,1101],[2719,1111],[2746,1109],[2776,1091],[2767,1061],[2769,1039],[2797,1023],[2796,989],[2783,961],[2769,933],[2773,914],[2787,901],[2807,904],[2824,893],[2844,876],[2867,871],[2884,884],[2910,879],[2949,879],[2990,889],[3000,911],[2984,939],[2994,961],[3020,991],[3089,929],[3109,903]]},{"area":"032","points":[[3299,984],[3309,1000],[3356,1017],[3381,1004],[3414,1004],[3434,1016],[3477,1016],[3507,1004],[3559,1013],[3650,1026],[3761,1031],[3807,1029],[3911,1014],[3913,960],[3901,930],[3913,889],[3919,851],[3919,834],[3909,794],[3911,783],[3931,763],[3946,737],[3951,704],[3937,684],[3911,651],[3901,620],[3894,601],[3911,583],[3924,553],[3923,527],[3894,489],[3887,469],[3883,449],[3884,430],[3886,396],[3867,373],[3837,374],[3819,363],[3810,347],[3781,337],[3744,334],[3709,334],[3683,343],[3659,351],[3619,354],[3601,344],[3584,349],[3576,351],[3554,366],[3536,387],[3516,403],[3470,416],[3436,426],[3413,449],[3394,466],[3363,473],[3349,479],[3331,499],[3331,531],[3331,563],[3339,584],[3327,617],[3323,640],[3311,661],[3317,690],[3324,736],[3336,756],[3351,773],[3344,814],[3330,841],[3317,861],[3297,871],[3281,901],[3289,931],[3280,956]]},{"area":"030","points":[[3707,2663],[3710,2627],[3700,2593],[3680,2576],[3650,2581],[3629,2581],[3639,2561],[3670,2547],[3666,2526],[3683,2473],[3686,2447],[3667,2443],[3649,2424],[3670,2414],[3701,2421],[3704,2400],[3693,2346],[3659,2340],[3650,2326],[3673,2320],[3700,2314],[3673,2290],[3657,2270],[3639,2279],[3619,2279],[3631,2264],[3654,2250],[3634,2233],[3619,2177],[3577,2159],[3587,2150],[3614,2147],[3623,2117],[3640,2090],[3639,2046],[3596,2057],[3597,2050],[3627,2029],[3620,2004],[3627,1946],[3604,1947],[3579,1944],[3591,1927],[3629,1923],[3629,1909],[3596,1896],[3597,1859],[3584,1830],[3566,1836],[3537,1833],[3553,1817],[3570,1804],[3554,1760],[3536,1723],[3537,1700],[3553,1680],[3550,1644],[3517,1607],[3500,1576],[3490,1499],[3896,1660],[3897,1687],[3903,1719],[3909,1744],[3956,1754],[3939,1763],[3919,1766],[3906,1801],[3897,1827],[3886,1849],[3889,1860],[3921,1866],[3936,1871],[3921,1880],[3893,1893],[3901,1923],[3900,1943],[3894,1976],[3923,1983],[3944,1994],[3891,2004],[3899,2034],[3909,2069],[3913,2081],[3963,2091],[3970,2101],[3930,2120],[3919,2116],[3904,2141],[3901,2179],[3896,2200],[3919,2199],[3949,2211],[3924,2223],[3897,2223],[3899,2256],[3906,2293],[3899,2314],[3934,2320],[3944,2327],[3913,2337],[3891,2340],[3881,2383],[3893,2423],[3926,2416],[3940,2424],[3923,2437],[3904,2440],[3910,2490],[3899,2520],[3896,2537],[3919,2544],[3947,2550],[3937,2559],[3906,2563],[3894,2591],[3886,2631],[3883,2666],[3893,2710],[3889,2764],[3877,2793]]},{"area":"053","points":[[2734,1749],[2712,1749],[2680,1712],[2638,1693],[2592,1675],[2578,1643],[2547,1651],[2518,1650],[2488,1642],[2427,1614],[2406,1576],[2382,1560],[2347,1550],[2350,1523],[2298,1494],[2282,1472],[2234,1472],[2195,1451],[2158,1435],[2154,1406],[2142,1350],[2107,1322],[2096,1302],[2051,1294],[2022,1293],[1998,1266],[2008,1224],[1994,1187],[2016,1174],[2048,1176],[2069,1184],[2093,1181],[2114,1160],[2147,1149],[2171,1155],[2219,1149],[2275,1134],[2302,1117],[2339,1110],[2354,1086],[2413,1078],[2443,1106],[2450,1118],[2477,1117],[2502,1139],[2514,1163],[2547,1170],[2584,1174],[2630,1182],[2666,1176],[2714,1184],[2746,1206],[2776,1211],[2802,1293],[2754,1280],[2712,1294],[2677,1280],[2637,1261],[2602,1238],[2566,1232],[2550,1248],[2522,1246],[2477,1235],[2448,1262],[2469,1293],[2483,1304],[2509,1320],[2541,1314],[2581,1315],[2589,1349],[2606,1362],[2603,1392],[2622,1413],[2646,1416],[2675,1446],[2678,1475],[2651,1480],[2621,1467],[2597,1451],[2571,1454],[2547,1459],[2512,1448],[2501,1427],[2469,1392],[2459,1403],[2445,1430],[2454,1466],[2477,1472],[2499,1504],[2507,1522],[2547,1541],[2587,1563],[2621,1566],[2646,1595],[2672,1622],[2696,1627]]},{"area":"023","points":[[2501,4442],[2514,4470],[2522,4502],[2541,4504],[2579,4506],[2622,4518],[2653,4536],[2674,4550],[2709,4542],[2707,4518],[2698,4488],[2710,4470],[2736,4443],[2739,4400],[2742,4368],[2784,4355],[2824,4339],[2850,4328],[2874,4339],[2869,4363],[2870,4398],[2875,4430],[2893,4427],[2918,4400],[2954,4387],[2982,4365],[3050,4362],[3078,4374],[3107,4382],[3114,4410],[3144,4438],[3173,4413],[3234,4422],[3254,4486],[3269,4539],[3286,4560],[3301,4685],[3280,4704],[3282,4731],[3250,4747],[3200,4755],[3149,4757],[3110,4763],[3091,4773],[3074,4786],[3024,4787],[2997,4765],[2965,4768],[2918,4766],[2902,4766],[2885,4778],[2880,4810],[2886,4822],[2856,4842],[2829,4840],[2782,4851],[2747,4859],[2706,4853],[2693,4838],[2669,4842],[2643,4853],[2637,4883],[2637,4910],[2603,4922],[2576,4918],[2542,4920],[2517,4925],[2478,4914],[2472,4891],[2490,4872],[2512,4848],[2493,4824],[2462,4830],[2435,4824],[2379,4830],[2362,4824],[2334,4821],[2346,4811],[2374,4802],[2390,4786],[2413,4787],[2448,4779],[2462,4770],[2515,4766],[2552,4776],[2573,4765],[2584,4734],[2582,4694],[2546,4675],[2523,4662],[2464,4666],[2437,4659],[2427,4619],[2432,4533],[2472,4462]]},{"area":"02e","points":[[2136,4989],[2195,4982],[2240,4992],[2280,4995],[2336,4992],[2413,4998],[2448,4984],[2510,5003],[2563,5013],[2624,4978],[2704,4982],[2734,4965],[2794,4970],[2854,4950],[2910,4941],[2986,4933],[3029,4938],[3090,4941],[3133,4941],[3181,4947],[3243,4954],[3291,4949],[3352,4931],[3411,4917],[3475,4922],[3509,4899],[3573,4870],[3618,4861],[3664,4819],[3666,4784],[3659,4758],[3702,4714],[3722,4654],[3738,4622],[3774,4581],[3787,4506],[3862,4595],[3875,4646],[3877,4693],[3838,4738],[3806,4754],[3800,4790],[3808,4829],[3797,4859],[3787,4890],[3789,4923],[3766,4944],[3750,4971],[3728,5002],[3678,5008],[3638,4998],[3618,5013],[3578,5053],[3512,5061],[3450,5059],[3376,5080],[3312,5082],[3277,5070],[3218,5083],[3170,5091],[3117,5098],[3082,5088],[3010,5090],[2970,5085],[2925,5083],[2886,5090],[2858,5072],[2795,5067],[2746,5085],[2715,5093],[2666,5099],[2629,5083],[2598,5074],[2579,5077],[2546,5085],[2480,5093],[2442,5096],[2390,5099],[2350,5088],[2275,5086],[2229,5075],[2162,5070],[2118,5074],[2091,5091],[2046,5072],[2003,5050],[1992,5005]]},{"area":"02b","points":[[3406,4475],[3394,4419],[3402,4378],[3398,4342],[3418,4298],[3402,4258],[3386,4243],[3389,4203],[3395,4178],[3429,4166],[3477,4166],[3482,4138],[3504,4118],[3528,4123],[3547,4110],[3554,4078],[3589,4054],[3618,4050],[3669,4062],[3686,4080],[3685,4101],[3710,4118],[3736,4157],[3741,4186],[3728,4224],[3725,4254],[3710,4269],[3710,4304],[3699,4318],[3701,4357],[3730,4365],[3742,4386],[3725,4424],[3702,4450],[3677,4472],[3678,4493],[3696,4509],[3690,4538],[3675,4555],[3662,4598],[3630,4624],[3598,4643],[3562,4661],[3530,4650],[3523,4627],[3496,4621],[3477,4621],[3450,4626],[3430,4613],[3414,4550],[3413,4509]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DitLCoT/thumbnail/002-map-0.01-lesser-caverns.webp"},"page":"adventure.html","source":"DitLCoT","hash":"ditlcot"},{"type":"image","href":{"type":"internal","path":"adventure/DitLCoT/003-map-0.01-lesser-caverns-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":5301,"credit":"Mike Schley","mapParent":{"id":"05e"},"grid":{"type":"square","size":225,"offsetX":52,"offsetY":-23,"scale":2,"distance":10}}]}]},"VNotEE":{"id":"VNotEE","name":"Vecna: Nest of the Eldritch Eye","source":"VNotEE","prop":"adventure","chapters":[{"name":"Vecna: Nest of the Eldritch Eye","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VNotEE/001-map-0.01-catacombs.webp"},"imageType":"map","title":"Map: Nest of the Eldritch Eye","credit":"Marco Bernardini","width":4096,"height":5301,"id":"03e","grid":{"type":"square","size":189,"offsetX":-67,"offsetY":-84,"scale":2},"mapRegions":[{"area":"01b","points":[[1006,997],[1006,1276],[1381,1276],[1381,997]]},{"area":"02a","points":[[533,1666],[533,2503],[1086,2503],[1086,1666]]},{"area":"02d","points":[[1694,2320],[1763,2279],[1864,2320],[2044,2320],[2134,2280],[2210,2320],[2210,2420],[2140,2420],[2041,2519],[1863,2519],[1755,2411],[1694,2411]]},{"area":"01f","points":[[2229,1751],[2229,2021],[2601,2021],[2601,1751]]},{"area":"017","points":[[1663,1837],[1617,1764],[1556,1700],[1519,1683],[1480,1651],[1490,1569],[1464,1541],[1494,1451],[1471,1364],[1671,1177],[1964,1177],[1997,1253],[2061,1323],[2139,1367],[2137,1657],[2067,1697],[2001,1761],[1986,1809],[1956,1837]]},{"area":"012","points":[[2901,610],[3159,606],[3204,549],[3250,579],[3279,606],[3557,621],[3557,1187],[3479,1184],[3460,1199],[3456,1227],[3431,1244],[3413,1251],[3387,1260],[3371,1284],[3333,1311],[3301,1320],[3271,1321],[3217,1317],[3186,1291],[3147,1257],[3147,1206],[3109,1174],[3096,1136],[3081,1031],[3040,1027],[2901,896]]},{"area":"015","points":[[2900,914],[3018,1032],[3004,1054],[3001,1077],[2903,1176],[2850,1230],[2799,1251],[2756,1269],[2697,1271],[2643,1276],[2584,1277],[2536,1274],[2491,1270],[2453,1250],[2427,1211],[2406,1227],[2349,1226],[2341,1149],[2400,1144],[2420,1154],[2447,1119],[2484,1089],[2670,1089],[2696,1099],[2736,1074],[2743,1037],[2783,997],[2840,949],[2879,923]]},{"area":"011","points":[[2324,266],[2331,307],[2331,351],[2337,380],[2363,400],[2400,429],[2436,433],[2477,423],[2516,423],[2567,430],[2611,424],[2663,411],[2716,417],[2767,430],[2821,420],[2879,427],[2911,443],[2934,474],[2953,497],[2987,513],[3040,534],[3071,543],[3070,593],[2904,593],[2874,547],[2841,523],[2803,521],[2740,519],[2673,533],[2630,524],[2580,529],[2514,516],[2461,513],[2400,521],[2353,523],[2307,510],[2271,480],[2236,450],[2227,393],[2231,330],[2229,266]]},{"area":"024","points":[[3506,1207],[3526,1207],[3531,1230],[3541,1260],[3550,1293],[3553,1329],[3531,1367],[3541,1401],[3560,1439],[3543,1469],[3550,1496],[3557,1527],[3556,1554],[3541,1580],[3539,1611],[3563,1627],[3570,1669],[3544,1704],[3520,1753],[3487,1600],[3509,1557],[3523,1511],[3519,1467],[3516,1414],[3497,1384],[3516,1341],[3516,1299],[3514,1266],[3511,1233]]},{"area":"026","points":[[2714,1837],[2731,1823],[2797,1819],[2881,1816],[2900,1831],[2917,1816],[3000,1813],[3069,1819],[3094,1836],[3106,1816],[3166,1804],[3234,1783],[3261,1794],[3260,1767],[3299,1741],[3369,1701],[3396,1703],[3400,1669],[3447,1616],[3467,1607],[3500,1750],[3491,1770],[3497,1800],[3460,1879],[3437,1897],[3453,1941],[3480,1996],[3506,2031],[3530,2090],[3540,2146],[3494,2153],[3446,2180],[3389,2210],[3351,2206],[3357,2113],[3344,2044],[3301,1984],[3271,1944],[3230,1961],[3119,1953],[3094,1941],[3059,1961],[2916,1960],[2904,1937],[2883,1936],[2867,1959],[2733,1957],[2714,1930]]},{"area":"028","points":[[2636,2317],[3201,2317],[3253,2306],[3286,2263],[3329,2217],[3383,2220],[3491,2166],[3601,2153],[3644,2187],[3663,2231],[3707,2303],[3730,2334],[3753,2349],[3753,2694],[2636,2694],[2611,2669],[2611,2350]]},{"area":"02f","points":[[1752,3258],[1840,3177],[2044,3165],[2110,3178],[2168,3267],[2168,3345],[2142,3348],[2143,3386],[2165,3386],[2165,3453],[2146,3453],[2146,3734],[2120,3738],[2121,3786],[2085,3817],[2027,3840],[1959,3855],[1916,3853],[1831,3825],[1785,3787],[1787,3745],[1761,3730],[1768,3686],[1769,3649],[1765,3541],[1765,3457],[1743,3457],[1739,3391],[1759,3391],[1764,3356],[1739,3356],[1739,3276]]},{"area":"036","points":[[2613,3547],[2613,4014],[3088,4014],[3088,3547],[3057,3492],[3015,3450],[2975,3418],[2921,3396],[2862,3390],[2801,3392],[2741,3412],[2694,3448],[2653,3489]]},{"area":"031","points":[[908,3835],[834,3806],[812,3755],[812,3515],[910,3453],[1196,3453],[1246,3479],[1279,3519],[1295,3559],[1295,3732],[1286,3775],[1253,3815],[1209,3835]]},{"area":"031","points":[[751,3975],[813,3925],[1067,3925],[1095,3942],[1103,3978],[1099,4039],[1099,4110],[1097,4164],[1079,4208],[1086,4258],[1085,4307],[1086,4339],[1084,4356],[1098,4377],[1098,4486],[1054,4484],[1001,4488],[933,4489],[875,4489],[813,4486],[773,4484],[743,4458],[720,4421],[708,4369],[723,4307],[723,4234],[739,4192],[697,4103],[706,4081],[728,4059],[757,4034],[748,4008]]},{"area":"039","points":[[1310,4523],[1395,4441],[1430,4461],[1446,4505],[1466,4507],[1466,4477],[1465,4453],[1484,4412],[1505,4403],[1510,4375],[1542,4352],[1577,4332],[1615,4324],[1641,4347],[1663,4386],[1726,4374],[1739,4302],[1676,4271],[1671,4228],[1686,4206],[1715,4186],[1739,4164],[1778,4132],[1815,4115],[1859,4108],[1892,4088],[1932,4072],[1982,4059],[2025,4055],[2059,4068],[2098,4085],[2123,4130],[2128,4155],[2111,4179],[2094,4204],[2057,4253],[2089,4310],[2161,4294],[2169,4250],[2217,4241],[2250,4232],[2294,4236],[2316,4257],[2365,4263],[2370,4281],[2409,4324],[2441,4394],[2445,4423],[2463,4452],[2481,4489],[2488,4528],[2506,4555],[2519,4601],[2507,4632],[2479,4652],[2455,4666],[2395,4663],[2375,4639],[2377,4609],[2312,4583],[2267,4632],[2285,4694],[2341,4688],[2364,4697],[2368,4720],[2396,4745],[2415,4760],[2453,4766],[2483,4814],[2486,4850],[2502,4876],[2526,4901],[2526,4943],[2499,4966],[2489,4995],[2449,4997],[2426,5006],[2421,5027],[2405,5044],[2360,5062],[2319,5058],[2295,5034],[2252,5041],[2222,5023],[2191,5013],[2156,5023],[2121,5026],[2088,5028],[2063,5008],[2067,4928],[2006,4897],[1959,4942],[1990,5005],[2000,5035],[1983,5054],[1952,5072],[1916,5099],[1871,5095],[1803,5092],[1765,5074],[1745,5053],[1690,5043],[1684,5025],[1635,5027],[1603,5026],[1574,5014],[1543,5005],[1520,4955],[1523,4932],[1554,4917],[1565,4903],[1566,4876],[1582,4848],[1596,4827],[1672,4803],[1676,4733],[1613,4705],[1561,4755],[1539,4774],[1501,4778],[1481,4781],[1452,4777],[1422,4781],[1394,4768],[1370,4742],[1387,4710],[1395,4681],[1386,4654],[1385,4625],[1370,4595],[1360,4578],[1335,4555],[1324,4539]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VNotEE/thumbnail/001-map-0.01-catacombs.webp"},"page":"adventure.html","source":"VNotEE","hash":"vnotee"},{"type":"image","href":{"type":"internal","path":"adventure/VNotEE/002-map-0.01-catacombs-player.webp"},"imageType":"map","title":"Player Version","width":4096,"height":5301,"credit":"Marco Bernardini","mapParent":{"id":"03e"},"grid":{"type":"square","size":189,"offsetX":-67,"offsetY":-84,"scale":2},"id":"044"}]}]},"VEoR":{"id":"VEoR","name":"Vecna: Eve of Ruin","source":"VEoR","prop":"adventure","chapters":[{"name":"Ch. 1: Return from Neverdeath Graveyard","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/010-1.01-neverdeath.webp"},"title":"Map 1.1: Neverdeath Catacombs","credit":"Dyson Logos","width":4096,"height":2784,"imageType":"map","id":"007","grid":{"type":"square","size":163,"offsetX":32,"offsetY":-30,"scale":2},"mapRegions":[{"area":"07d","points":[[597,240],[597,472],[825,472],[825,240]]},{"area":"07a","points":[[1010,617],[1010,232],[1235,232],[1235,617]]},{"area":"083","points":[[594,566],[594,714],[741,714],[741,566]]},{"area":"086","points":[[1640,651],[760,651],[760,1933],[823,1933],[823,716],[1640,716]]},{"area":"081","points":[[920,739],[920,880],[1156,880],[1156,739]]},{"area":"089","points":[[507,888],[507,1046],[665,1046],[665,888]]},{"area":"089","points":[[509,1137],[509,1282],[661,1282],[661,1137]]},{"area":"089","points":[[509,1368],[509,1531],[665,1531],[665,1368]]},{"area":"089","points":[[509,1617],[509,1773],[665,1773],[665,1617]]},{"area":"08b","points":[[848,1535],[848,1855],[1156,1855],[1156,1535]]},{"area":"070","points":[[920,975],[920,1368],[1152,1368],[1152,975]]},{"area":"06a","points":[[1246,964],[1246,1539],[1886,1539],[1886,964]]},{"area":"077","points":[[1404,400],[1404,560],[1573,560],[1573,400]]},{"area":"073","points":[[1651,152],[1651,794],[1964,794],[1964,152]]},{"area":"068","points":[[2103,1168],[2103,1341],[2343,1341],[2343,1168]]},{"area":"04f","points":[[2545,556],[2545,718],[2783,718],[2783,556]]},{"area":"04c","points":[[2794,314],[2794,472],[3023,472],[3023,314]]},{"area":"047","points":[[3120,558],[3120,716],[3272,716],[3272,558]]},{"area":"03e","points":[[3448,404],[3758,404],[3758,716],[3716,716],[3716,639],[3495,639],[3495,717],[3448,717]]},{"area":"041","points":[[3362,966],[3362,1448],[3840,1448],[3840,966]]},{"area":"045","points":[[2629,808],[3189,808],[3189,1272],[3179,1326],[3171,1398],[3189,1442],[3160,1472],[3143,1516],[3072,1541],[3029,1531],[2918,1524],[2874,1541],[2798,1522],[2760,1531],[2629,1531]]},{"area":"06e","points":[[1404,1619],[1404,1855],[1731,1855],[1731,1619]]},{"area":"08f","points":[[505,1941],[1888,1941],[1888,2183],[1943,2269],[1891,2347],[1891,2596],[505,2596],[505,2352],[463,2267],[505,2181]]},{"area":"064","points":[[2377,2181],[2377,1956],[2539,1956],[2539,2181]]},{"area":"052","points":[[2629,1785],[2629,2345],[3192,2345],[3192,1785]]},{"area":"061","points":[[2629,2427],[2629,2592],[2876,2592],[2876,2427]]},{"area":"05c","points":[[3362,2187],[3756,2187],[3758,2360],[3758,2404],[3737,2453],[3735,2522],[3785,2516],[3838,2520],[3855,2549],[3821,2577],[3789,2611],[3691,2583],[3362,2583]]},{"area":"055","points":[[3276,1777],[3276,2023],[3594,2023],[3594,1777]]},{"area":"059","points":[[3623,1781],[3842,1781],[3842,1937],[3686,1937],[3686,1853],[3623,1853]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/010-1.01-neverdeath.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/011-1.01-neverdeath-player.webp"},"title":"Player Version","width":4096,"height":2784,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"007"},"grid":{"type":"square","size":163,"offsetX":32,"offsetY":-30,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/022-1.02-dolindar-tomb.webp"},"title":"Map 1.2: Dolindar Tomb","credit":"Dyson Logos","width":4096,"height":2633,"imageType":"map","id":"008","grid":{"type":"square","size":124,"offsetX":20,"offsetY":14},"mapRegions":[{"area":"0ad","points":[[762,223],[808,139],[1137,139],[1137,634],[783,634],[762,575]]},{"area":"0b3","points":[[2139,1002],[2133,512],[2166,440],[2240,398],[2754,392],[2838,417],[2865,507],[2867,1002]]},{"area":"0af","points":[[895,1413],[859,1417],[806,1387],[743,1379],[695,1406],[659,1448],[653,1512],[672,1571],[714,1615],[758,1623],[804,1615],[851,1587],[758,1526],[747,1478],[808,1497],[895,1587],[895,1741],[1029,1741],[1069,1865],[1114,1741],[1286,1741],[1320,1867],[1364,1741],[1528,1741],[1577,1867],[1613,1741],[1779,1741],[1817,1865],[1863,1745],[2017,1745],[2069,1867],[2124,1743],[2371,1743],[2371,1261],[2118,1261],[2076,1141],[2029,1257],[1865,1257],[1823,1145],[1781,1253],[1617,1251],[1579,1152],[1533,1255],[1368,1255],[1318,1152],[1280,1259],[1107,1259],[1078,1145],[1034,1257],[895,1257]]},{"area":"0b9","points":[[2638,1383],[2638,1623],[2971,1623],[2971,1383]]},{"area":"0b6","points":[[2137,2000],[2137,2373],[2739,2373],[2739,2000]]},{"area":"0bb","points":[[3000,1992],[3800,1992],[3838,1966],[3861,1931],[3861,1143],[3842,1048],[3779,1008],[3000,1008]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/022-1.02-dolindar-tomb.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/023-1.02-dolindar-tomb-player.webp"},"title":"Player Version","width":4096,"height":2633,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"008"},"grid":{"type":"square","size":124,"offsetX":20,"offsetY":14}}]},{"name":"Ch. 2: The Wizards Three","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/028-map-2.01-the-sanctum.webp"},"imageType":"map","title":"Map 2.1: The Sanctum","credit":"Francesca Baerald","width":4000,"height":5676,"grid":{"type":"square","size":121,"offsetX":-2,"offsetY":34},"mapRegions":[{"area":"0dd","points":[[1338,1028],[2637,1034],[2871,1335],[2871,1825],[2705,2028],[2557,2163],[1452,2163],[1258,2031],[1126,1846],[1126,1329]]},{"area":"0df","points":[[351,2212],[351,2705],[846,2705],[846,2212]]},{"area":"0df","points":[[3154,2218],[3154,2680],[3628,2680],[3628,2218]]},{"area":"0df","points":[[372,2942],[372,3425],[852,3425],[852,2942]]},{"area":"0df","points":[[3148,2948],[3148,3425],[3637,3425],[3637,2948]]},{"area":"0d4","points":[[1191,3794],[1234,3889],[1234,5283],[1166,5366],[686,5366],[615,5400],[517,5366],[474,5295],[465,5243],[465,3917],[492,3849],[535,3785],[615,3757],[671,3772],[726,3794]]},{"area":"0d6","points":[[1378,3794],[2622,3794],[2668,3825],[2686,3855],[2695,3926],[2695,5258],[2683,5308],[2643,5366],[1394,5366],[1342,5348],[1308,5295],[1295,5252],[1295,4111],[1302,3972],[1305,3892],[1332,3837]]},{"area":"0da","points":[[3274,5351],[2815,5363],[2782,5314],[2763,5237],[2763,4080],[2772,3948],[2794,3858],[2834,3794],[3277,3785],[3332,3766],[3415,3754],[3498,3794],[3514,3883],[3514,5191],[3505,5289],[3468,5363],[3409,5394],[3335,5388]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/028-map-2.01-the-sanctum.webp"},"id":"537","page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/037-2.02-webs-edge.webp"},"title":"Map 2.2: Web's Edge","credit":"Dyson Logos","width":2100,"height":2850,"imageType":"map","id":"009","grid":{"type":"square","size":114,"offsetX":-13,"offsetY":-15,"scale":2},"mapRegions":[{"area":"104","points":[[225,1259],[253,1236],[295,1240],[337,1238],[392,1242],[373,1173],[354,1126],[362,1086],[343,1051],[356,1002],[339,1002],[316,985],[301,926],[282,903],[282,842],[288,815],[280,777],[280,733],[328,718],[377,726],[436,722],[495,731],[541,726],[587,716],[606,749],[619,777],[619,895],[585,901],[562,920],[539,960],[547,1006],[552,1034],[564,1072],[613,1067],[655,1082],[686,1097],[718,1143],[722,1171],[718,1229],[733,1257],[739,1295],[739,1412],[716,1440],[686,1463],[684,1509],[632,1514],[617,1539],[613,1566],[606,1581],[577,1587],[558,1621],[564,1657],[560,1695],[541,1709],[539,1733],[541,1754],[533,1785],[552,1827],[482,1899],[448,1909],[396,1771],[396,1720],[406,1699],[396,1623],[383,1573],[408,1560],[423,1499],[392,1463],[362,1442],[316,1446],[312,1389],[284,1368],[225,1349]]},{"area":"107","points":[[425,1905],[368,1777],[331,1777],[326,1739],[307,1712],[299,1676],[263,1657],[206,1651],[177,1665],[141,1680],[105,1686],[88,1709],[105,1745],[95,1785],[95,1821],[95,1884],[103,1935],[95,1966],[122,2004],[160,2038],[204,2057],[234,2061],[267,2065],[305,2040],[326,2029],[328,1975],[335,1933],[339,1909],[379,1916],[400,1914]]},{"area":"114","points":[[458,2181],[427,2186],[370,2178],[334,2166],[302,2149],[266,2160],[242,2174],[234,2190],[205,2198],[179,2202],[166,2222],[166,2269],[194,2291],[198,2331],[163,2384],[285,2384],[285,2443],[587,2443],[587,2514],[605,2491],[627,2453],[622,2422],[614,2379],[589,2350],[557,2341],[526,2342],[518,2320],[542,2310],[539,2293],[541,2264]]},{"area":"117","points":[[158,2394],[272,2394],[272,2462],[192,2542],[163,2528],[136,2474],[142,2437],[147,2416]]},{"area":"11b","points":[[205,2549],[298,2454],[334,2454],[312,2616],[269,2608],[240,2558]]},{"area":"11e","points":[[331,2616],[347,2470],[461,2462],[464,2613],[434,2616],[405,2600],[378,2605],[355,2618]]},{"area":"120","points":[[475,2602],[469,2467],[576,2464],[573,2526],[566,2558],[546,2579],[520,2597],[498,2606]]},{"area":"111","points":[[493,1916],[570,1826],[587,1861],[616,1873],[644,1869],[649,1843],[647,1824],[669,1786],[700,1766],[741,1769],[789,1760],[853,1771],[867,1876],[844,1890],[849,1920],[846,1984],[847,2013],[830,2033],[829,2060],[840,2083],[826,2113],[841,2161],[811,2151],[780,2150],[741,2163],[730,2179],[724,2197],[696,2214],[679,2226],[650,2216],[623,2217],[597,2223],[570,2260],[467,2164],[449,2134],[453,2103],[471,2076],[506,2044],[524,2001],[564,1994],[601,1986],[610,1971],[590,1954],[566,1949],[541,1937],[520,1937],[506,1927]]},{"area":"12e","points":[[881,1874],[860,1761],[907,1740],[944,1747],[979,1761],[1020,1769],[1053,1759],[1094,1764],[1154,1753],[1221,1766],[1259,1750],[1270,1891],[1230,1866],[1196,1871],[1134,1869],[1103,1883],[1086,1901],[1087,1926],[1076,1943],[1067,1981],[1010,1976],[1003,1943],[993,1900],[967,1874],[931,1874],[900,1870]]},{"area":"129","points":[[1013,1984],[1073,1991],[1126,1990],[1163,2003],[1174,2024],[1206,2057],[1220,2090],[1220,2114],[1239,2141],[1237,2184],[1219,2214],[1199,2254],[1171,2259],[1159,2281],[1159,2321],[1149,2340],[1137,2367],[1129,2390],[1073,2393],[1080,2443],[1189,2443],[1189,2500],[1131,2500],[1131,2560],[903,2560],[903,2450],[1019,2450],[1019,2393],[979,2384],[954,2347],[921,2323],[903,2266],[889,2209],[906,2164],[909,2101],[906,2057],[921,2020],[959,1993],[987,1986]]},{"area":"130","points":[[1269,1917],[1286,1896],[1269,1736],[1277,1681],[1271,1634],[1270,1599],[1293,1577],[1337,1566],[1384,1576],[1421,1559],[1447,1529],[1454,1480],[1456,1470],[1491,1450],[1519,1457],[1550,1451],[1564,1413],[1557,1383],[1573,1341],[1556,1316],[1523,1307],[1494,1299],[1496,1194],[1524,1194],[1563,1187],[1583,1159],[1571,1096],[1549,1051],[1534,1026],[1536,989],[1583,919],[1583,874],[1610,859],[1637,831],[1639,786],[1701,716],[1711,673],[1707,614],[1693,576],[1697,554],[1714,537],[1706,476],[1693,437],[1707,427],[1740,420],[1763,403],[1781,374],[1809,364],[1830,356],[1859,370],[1910,361],[1939,366],[1946,394],[1954,431],[1973,457],[1990,534],[1981,580],[1973,614],[1969,657],[1983,689],[1986,729],[1969,763],[1974,817],[1976,836],[1956,863],[1957,901],[1979,917],[1964,979],[1970,1016],[1989,1067],[1979,1094],[1961,1134],[1963,1179],[1959,1216],[1960,1273],[1967,1326],[1954,1369],[1964,1429],[1947,1466],[1933,1510],[1931,1551],[1947,1570],[1937,1606],[1927,1647],[1931,1690],[1941,1709],[1930,1749],[1929,1771],[1943,1813],[1913,1847],[1910,1886],[1913,1930],[1929,1960],[1930,2004],[1910,2039],[1909,2080],[1907,2096],[1889,2129],[1884,2170],[1873,2191],[1823,2201],[1789,2199],[1767,2213],[1744,2233],[1734,2249],[1699,2271],[1659,2286],[1640,2306],[1620,2323],[1587,2351],[1549,2363],[1509,2370],[1471,2367],[1439,2386],[1374,2389],[1330,2336],[1307,2310],[1296,2199],[1320,2174],[1323,2131],[1326,2104],[1330,2083],[1337,2044],[1317,2001],[1290,1984],[1271,1969],[1269,1944]]},{"area":"126","points":[[1076,1413],[1076,1305],[1085,1271],[1093,1245],[1092,1213],[1106,1191],[1134,1166],[1126,1143],[1148,1126],[1172,1090],[1200,1075],[1228,1071],[1254,1037],[1255,1025],[1285,1014],[1335,1022],[1372,1017],[1415,1022],[1453,1019],[1474,1039],[1477,1070],[1483,1106],[1477,1134],[1474,1163],[1480,1194],[1475,1295],[1467,1338],[1457,1364],[1450,1385],[1454,1412],[1453,1443],[1423,1455],[1395,1488],[1373,1499],[1365,1526],[1345,1534],[1315,1524],[1292,1530],[1259,1512],[1243,1492],[1225,1470],[1199,1476],[1174,1484],[1129,1458],[1119,1441],[1110,1415],[1093,1415]]},{"area":"10e","points":[[748,1310],[760,1299],[788,1299],[823,1302],[848,1310],[852,1258],[854,1195],[837,1156],[827,1111],[903,1098],[978,1121],[966,1142],[963,1178],[947,1226],[951,1267],[963,1299],[1012,1302],[1052,1308],[1049,1418],[1031,1410],[1005,1423],[961,1414],[921,1434],[894,1418],[861,1423],[832,1423],[813,1410],[788,1423],[761,1418],[748,1404]]},{"area":"10a","points":[[1013,599],[1077,708],[1045,708],[1019,721],[1025,756],[1044,787],[1032,813],[1032,836],[1039,854],[1059,875],[1080,868],[1090,892],[1111,915],[1111,950],[1126,956],[1139,1006],[1120,1032],[1097,1063],[1090,1084],[1074,1106],[1050,1125],[995,1119],[910,1085],[825,1103],[803,1079],[796,1050],[804,1032],[805,1017],[782,994],[790,945],[797,924],[796,901],[765,899],[734,899],[676,895],[652,898],[634,888],[635,788],[666,791],[712,782],[759,788],[795,777],[825,792],[844,754],[846,708],[845,681],[875,670],[915,654],[903,621],[933,615],[965,622],[996,621]]},{"area":"123","points":[[1035,519],[1076,511],[1133,511],[1169,508],[1218,514],[1253,520],[1306,519],[1339,505],[1374,507],[1415,529],[1463,554],[1530,555],[1533,525],[1537,479],[1532,418],[1525,379],[1506,351],[1483,342],[1457,342],[1426,333],[1399,333],[1357,335],[1360,314],[1328,303],[1299,310],[1272,299],[1245,277],[1201,297],[1208,334],[1177,342],[1139,330],[1111,335],[1086,352],[1049,345],[1012,339],[979,347],[965,370],[959,395],[964,432],[965,459],[977,479],[987,502],[1009,497],[1028,505]]},{"area":"125","points":[[1019,591],[1022,547],[1039,530],[1074,520],[1134,520],[1133,550],[1125,585],[1141,618],[1175,605],[1218,617],[1262,614],[1306,630],[1338,621],[1415,599],[1415,570],[1415,543],[1463,564],[1534,569],[1528,597],[1537,622],[1578,625],[1608,621],[1632,625],[1643,655],[1648,694],[1646,721],[1617,777],[1575,770],[1543,741],[1520,726],[1477,726],[1445,729],[1419,712],[1388,723],[1339,725],[1314,735],[1290,745],[1262,733],[1223,728],[1196,716],[1175,725],[1135,728],[1099,726]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/037-2.02-webs-edge.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/038-2.02-webs-edge-player.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"009"},"grid":{"type":"square","size":114,"offsetX":-13,"offsetY":-15,"scale":2}}]},{"name":"Ch. 3: The Lambent Zenith's Last Voyage","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/048-map-lambent-zenith.webp"},"imageType":"map","title":"Map 3.1: Lambent Zenith","credit":"Francesca Baerald","width":4096,"height":5508,"id":"00a","grid":{"type":"square","size":181,"offsetX":70,"offsetY":-58,"scale":2},"mapRegions":[{"area":"14f","points":[[242,347],[309,309],[387,282],[488,265],[581,263],[682,269],[760,263],[844,269],[933,265],[933,345],[840,345],[840,701],[931,701],[931,783],[836,777],[760,783],[676,779],[583,773],[484,760],[406,745],[326,726],[242,688]]},{"area":"155","points":[[575,995],[536,969],[493,953],[455,962],[420,985],[395,1022],[387,1060],[384,1087],[396,1113],[418,1145],[398,1175],[380,1225],[384,1255],[395,1302],[415,1349],[384,1395],[375,1422],[378,1464],[398,1502],[425,1522],[458,1536],[500,1538],[533,1525],[567,1502],[567,1293],[491,1287],[491,1180],[575,1180]]},{"area":"153","points":[[589,995],[589,1147],[840,1147],[840,995]]},{"area":"159","points":[[584,1336],[584,1496],[838,1496],[838,1336]]},{"area":"14f","points":[[851,1505],[851,987],[1396,987],[1385,1027],[1353,1067],[1289,1098],[1336,1140],[1309,1158],[1245,1173],[1236,1191],[1169,1225],[1122,1265],[1131,1291],[1133,1325],[1096,1344],[1062,1395],[1031,1407],[1005,1455],[976,1478],[971,1505]]},{"area":"161","points":[[785,2064],[796,2215],[729,2198],[662,2164],[620,2113],[600,2064]]},{"area":"15f","points":[[778,2040],[598,2038],[593,1985],[595,1929],[615,1871],[655,1807],[691,1760],[745,1711],[778,1711]]},{"area":"164","points":[[949,1705],[949,1909],[1205,1909],[1205,1705]]},{"area":"15c","points":[[798,1711],[931,1709],[947,1925],[1213,1918],[1216,1700],[1382,1713],[1395,1751],[1369,1789],[1322,1831],[1335,1845],[1320,1878],[1276,1889],[1284,1933],[1249,1956],[1196,1996],[1142,2015],[1073,2035],[1055,2056],[1007,2071],[965,2093],[947,2140],[933,2162],[920,2216],[798,2215]]},{"area":"16a","points":[[776,2842],[700,2820],[675,2725],[682,2516],[705,2464],[767,2427],[1236,2424],[1193,2476],[1175,2553],[1147,2627],[1113,2691],[1073,2767],[1042,2815],[976,2835],[916,2849],[847,2845]]},{"area":"17b","points":[[770,3242],[850,3242],[912,3250],[978,3262],[1029,3277],[1082,3301],[1085,3677],[1042,3701],[979,3723],[926,3742],[856,3754],[766,3760],[766,3680],[853,3680],[853,3331],[770,3331]]},{"area":"17b","points":[[578,3952],[843,3952],[843,4475],[726,4478],[637,4470],[667,4408],[650,4386],[606,4363],[560,4330],[626,4326],[648,4310],[608,4277],[574,4222],[523,4168],[506,4128],[584,4152],[592,4112],[578,4058],[571,3990]]},{"area":"17d","points":[[856,3955],[984,3997],[1106,4048],[1104,4210],[856,4205]]},{"area":"181","points":[[856,4472],[859,4224],[1104,4224],[1106,4405]]},{"area":"184","points":[[1120,4051],[1341,4141],[1352,4160],[1408,4189],[1363,4208],[1370,4224],[1427,4235],[1498,4262],[1384,4283],[1392,4307],[1120,4405]]},{"area":"187","points":[[578,4685],[923,4683],[928,5198],[757,5192],[750,5163],[688,5122],[664,5078],[605,5066],[584,4982],[539,4938],[560,4886],[581,4846],[619,4819],[576,4781],[579,4726]]},{"area":"189","points":[[944,4685],[1051,4707],[1197,4774],[1235,4800],[1240,4837],[1232,4850],[1363,4906],[1248,4899],[1258,4931],[1218,4922],[1210,4954],[1350,4949],[1302,4990],[1272,5008],[1202,5027],[1269,5042],[1203,5094],[1160,5122],[1112,5158],[944,5198]]},{"area":"177","points":[[2253,4835],[2235,4795],[2250,4725],[2278,4730],[2317,4712],[2338,4685],[2395,4685],[2430,4670],[2446,4696],[2462,4728],[2502,4744],[2496,4773],[2466,4795],[2462,4835],[2362,4864],[2310,4845]]},{"area":"170","points":[[2478,4662],[2488,4622],[2531,4608],[2565,4579],[2590,4531],[2597,4493],[2618,4442],[2632,4398],[2661,4368],[2682,4347],[2694,4301],[2731,4307],[2776,4299],[2803,4304],[2800,4328],[2789,4349],[2763,4363],[2786,4378],[2810,4349],[2834,4339],[2846,4357],[2845,4390],[2869,4413],[2867,4456],[2805,4480],[2792,4496],[2762,4491],[2776,4525],[2824,4504],[2853,4496],[2851,4530],[2885,4566],[2886,4602],[2818,4579],[2766,4586],[2718,4573],[2698,4595],[2638,4610],[2648,4638],[2666,4674],[2650,4686],[2619,4698],[2611,4718],[2614,4755],[2618,4789],[2603,4816],[2589,4845],[2498,4840],[2491,4819],[2525,4803],[2533,4738],[2493,4698]]},{"area":"173","points":[[2688,4650],[2728,4619],[2755,4600],[2818,4597],[2891,4610],[2923,4654],[2957,4733],[2979,4811],[2971,4861],[2944,4928],[2918,4974],[2882,5005],[2846,5014],[2794,5002],[2766,4966],[2746,4952],[2741,4918],[2702,4901],[2672,4899],[2667,4869],[2691,4829],[2683,4784],[2656,4757],[2637,4726],[2672,4736],[2690,4715],[2696,4675]]},{"area":"16d","points":[[2213,3848],[2221,3794],[2248,3790],[2294,3747],[2339,3702],[2381,3678],[2354,3630],[2395,3622],[2414,3594],[2442,3595],[2474,3563],[2510,3536],[2550,3517],[2547,3498],[2611,3490],[2613,3466],[2634,3432],[2662,3398],[2662,3363],[2664,3331],[2845,3338],[2840,3379],[2846,3410],[2883,3427],[2885,3461],[2864,3483],[2837,3496],[2824,3526],[2829,3554],[2835,3590],[2861,3642],[2883,3658],[2934,3704],[2960,3770],[2968,3866],[2960,3917],[2926,3976],[2890,4021],[2824,4021],[2758,3989],[2696,3946],[2667,3848]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/048-map-lambent-zenith.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/049-map-3.01-lambent-zenith-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4000,"height":5379,"credit":"Francesca Baerald","mapParent":{"id":"00a","autoScale":true},"grid":{"type":"square","size":177,"offsetX":65,"offsetY":-70,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/058-3.02-heart-of-havock.webp"},"title":"Map 3.2: Heart of Havock","credit":"Dyson Logos","width":2100,"height":1350,"imageType":"map","id":"00e","grid":{"type":"square","size":112,"offsetX":42,"offsetY":57,"scale":2},"mapRegions":[{"area":"18f","points":[[573,546],[547,438],[560,389],[603,310],[634,258],[677,230],[752,179],[806,171],[896,162],[925,158],[958,174],[1003,195],[1046,211],[1083,226],[1120,259],[1125,270],[1131,301],[1139,357],[1134,411],[1122,453],[1082,477],[1053,472],[1030,493],[968,510],[944,526],[877,539],[848,550],[829,581],[741,595],[712,602],[698,587],[653,594],[613,586],[597,554]]},{"area":"196","points":[[859,921],[849,980],[841,1016],[811,1039],[800,1060],[787,1110],[776,1153],[751,1169],[723,1186],[691,1173],[667,1174],[641,1179],[623,1169],[600,1167],[586,1171],[569,1166],[541,1139],[516,1134],[503,1103],[474,1096],[471,1079],[444,1061],[434,1024],[419,1009],[417,986],[396,947],[399,904],[423,886],[427,857],[426,837],[423,817],[434,799],[451,776],[471,767],[523,736],[551,733],[570,714],[597,713],[627,686],[636,663],[663,664],[690,691],[700,721],[710,751],[741,766],[776,791],[809,804],[837,807],[853,847],[851,897]]},{"area":"192","points":[[866,971],[889,901],[910,881],[913,851],[937,811],[931,784],[954,727],[983,699],[1029,693],[1046,693],[1054,674],[1087,651],[1114,621],[1140,626],[1149,654],[1169,664],[1181,699],[1206,700],[1210,669],[1216,653],[1177,623],[1161,593],[1179,566],[1166,520],[1149,481],[1130,467],[1144,419],[1170,400],[1194,380],[1219,379],[1246,386],[1261,383],[1283,407],[1299,400],[1327,390],[1354,417],[1403,416],[1414,441],[1423,450],[1459,450],[1486,463],[1500,491],[1474,501],[1477,524],[1490,553],[1520,556],[1541,533],[1564,541],[1579,573],[1614,567],[1630,589],[1620,626],[1634,650],[1661,643],[1677,671],[1680,706],[1673,733],[1690,740],[1713,746],[1733,766],[1761,784],[1769,796],[1751,803],[1753,827],[1774,829],[1797,847],[1796,866],[1773,880],[1781,904],[1796,919],[1801,951],[1789,977],[1749,997],[1696,996],[1641,986],[1576,961],[1524,924],[1493,906],[1467,916],[1433,906],[1433,926],[1443,956],[1480,967],[1509,979],[1536,996],[1567,1003],[1580,1027],[1604,1020],[1644,1033],[1650,1040],[1630,1060],[1599,1079],[1591,1099],[1550,1100],[1536,1119],[1517,1131],[1504,1149],[1473,1151],[1459,1181],[1426,1171],[1404,1181],[1386,1206],[1359,1209],[1329,1200],[1300,1216],[1294,1246],[1270,1257],[1227,1249],[1196,1263],[1166,1270],[1139,1260],[1097,1270],[1054,1250],[1009,1259],[989,1236],[950,1230],[939,1206],[910,1197],[887,1167],[874,1114],[874,1059],[879,1007],[883,977]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/058-3.02-heart-of-havock.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/059-3.02-heart-of-havock-player.webp"},"title":"Player Version","width":2100,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"00e"},"grid":{"type":"square","size":112,"offsetX":42,"offsetY":57,"scale":2}}]},{"name":"Ch. 4: The Ruined Colossus","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/063-map-4.01-mount-ironrot-outskirts.webp"},"imageType":"map","title":"Map 4.1: Mount Ironrot Outskirts","credit":"Francesca Baerald","width":4000,"height":5143,"id":"00f","grid":{"type":"none"},"mapRegions":[{"area":"1b2","points":[[1468,2860],[1468,3312],[2136,3312],[2136,2860]]},{"area":"19a","points":[[2124,2368],[2124,2804],[3036,2804],[3036,2368]]},{"area":"1ca","points":[[3148,2368],[3148,3016],[3804,3016],[3804,2368]]},{"area":"19a","points":[[2256,3168],[2256,3668],[3216,3668],[3216,3168]]},{"area":"19a","points":[[568,3312],[568,3740],[1540,3740],[1540,3312]]},{"area":"19a","points":[[428,3896],[428,4324],[1348,4324],[1348,3896]]},{"area":"1ae","points":[[1636,3672],[1636,4184],[2452,4184],[2452,3672]]},{"area":"19a","points":[[2908,3704],[2908,4260],[3520,4260],[3520,3704]]},{"area":"1a9","points":[[1580,4312],[1580,4744],[2216,4744],[2216,4312]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/063-map-4.01-mount-ironrot-outskirts.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/064-map-4.01-mount-ironrot-outskirts-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4000,"height":5143,"credit":"Francesca Baerald","mapParent":{"id":"00f"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/066-4.02-ialos.webp"},"title":"Map 4.2: Ialos","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"010","grid":{"type":"square","size":85,"offsetX":-31,"offsetY":17,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/067-4.02-ialos-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"010"},"grid":{"type":"square","size":85,"offsetX":-31,"offsetY":17,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/072-4.03-landro.webp"},"title":"Map 4.3: Landro","credit":"Dyson Logos","width":2100,"height":2850,"imageType":"map","id":"011","grid":{"type":"square","size":109,"offsetX":33,"offsetY":58,"scale":3},"mapRegions":[{"area":"20a","points":[[448,200],[479,200],[495,185],[519,177],[545,185],[560,199],[592,199],[592,415],[448,415]]},{"area":"208","points":[[742,204],[768,204],[787,190],[811,182],[832,189],[856,201],[882,201],[882,381],[918,387],[918,452],[703,452],[703,392],[742,382]]},{"area":"206","points":[[996,166],[996,308],[1135,308],[1135,166]]},{"area":"1fe","points":[[1357,279],[1330,267],[1341,248],[1334,228],[1323,229],[1316,209],[1303,204],[1306,173],[1318,150],[1338,132],[1358,125],[1355,90],[1391,90],[1391,131],[1413,138],[1429,151],[1441,166],[1491,166],[1491,239],[1444,239],[1432,253],[1416,266],[1395,278]]},{"area":"204","points":[[1324,384],[1429,384],[1430,525],[1409,531],[1382,530],[1352,510],[1324,495]]},{"area":"1fb","points":[[1506,169],[1543,169],[1543,129],[1571,129],[1571,140],[1588,140],[1594,117],[1579,101],[1575,76],[1588,56],[1611,50],[1631,57],[1643,78],[1642,99],[1630,116],[1630,142],[1648,142],[1648,128],[1686,128],[1686,169],[1718,169],[1718,238],[1683,238],[1683,272],[1667,307],[1648,271],[1570,271],[1560,309],[1544,272],[1544,239],[1506,239]]},{"area":"1fe","points":[[1732,169],[1732,235],[1772,235],[1783,254],[1798,268],[1828,279],[1828,316],[1867,316],[1863,280],[1885,266],[1906,249],[1917,222],[1920,204],[1914,178],[1898,148],[1870,132],[1870,93],[1846,87],[1832,88],[1832,127],[1805,136],[1792,147],[1778,169]]},{"area":"200","points":[[1791,386],[1791,490],[1902,490],[1902,386]]},{"area":"202","points":[[1794,966],[1794,1039],[1903,1039],[1903,966]]},{"area":"1f8","points":[[1335,753],[1335,732],[1319,714],[1318,696],[1327,680],[1347,673],[1370,676],[1390,689],[1394,709],[1388,725],[1377,730],[1377,753]]},{"area":"1f4","points":[[1106,777],[1117,753],[1143,738],[1157,734],[1175,752],[1185,747],[1279,747],[1279,760],[1285,781],[1285,817],[1271,815],[1244,815],[1245,851],[1247,913],[1245,963],[1210,965],[1178,962],[1174,932],[1162,928],[1139,925],[1137,794],[1123,789],[1117,781]]},{"area":"1f5","points":[[1287,856],[1287,963],[1321,962],[1328,982],[1356,990],[1388,984],[1393,964],[1426,960],[1426,856]]},{"area":"1fa","points":[[1466,961],[1537,963],[1536,928],[1572,924],[1574,747],[1550,743],[1514,746],[1482,745],[1447,745],[1433,746],[1427,778],[1427,816],[1462,817],[1465,837],[1463,877],[1464,920]]},{"area":"1f2","points":[[604,741],[602,713],[589,676],[605,658],[645,632],[652,617],[687,607],[713,612],[731,597],[746,566],[754,542],[780,535],[820,528],[848,514],[880,522],[916,545],[933,565],[920,591],[913,616],[895,639],[900,673],[899,705],[900,727],[903,756],[904,782],[890,813],[892,839],[895,861],[912,903],[895,907],[887,925],[881,949],[896,968],[900,984],[878,1004],[850,1020],[851,1040],[846,1062],[840,1075],[821,1075],[801,1056],[768,1047],[755,1038],[727,1037],[711,1029],[673,1014],[643,993],[649,979],[633,958],[646,930],[649,910],[657,897],[665,870],[679,855],[679,829],[673,820],[654,813],[636,803],[612,792],[599,766]]},{"area":"1f0","points":[[95,1397],[117,1381],[146,1382],[178,1377],[190,1389],[219,1394],[244,1401],[256,1385],[289,1376],[333,1375],[334,1435],[336,1456],[311,1457],[314,1474],[304,1483],[306,1509],[303,1522],[263,1530],[255,1544],[239,1564],[227,1586],[214,1604],[197,1607],[180,1609],[158,1612],[136,1611],[120,1617],[107,1623],[88,1628],[82,1611],[90,1590],[95,1570],[110,1554],[126,1551],[155,1514],[149,1492],[132,1477],[119,1479],[112,1452],[102,1440],[100,1425],[94,1410]]},{"area":"1ec","points":[[350,1459],[377,1424],[421,1407],[450,1393],[478,1377],[485,1357],[511,1351],[530,1343],[546,1353],[563,1361],[569,1374],[597,1379],[609,1384],[605,1407],[597,1423],[597,1441],[606,1460],[605,1478],[612,1483],[603,1505],[605,1524],[617,1545],[621,1583],[610,1603],[592,1607],[574,1609],[563,1631],[545,1646],[532,1661],[527,1692],[512,1714],[487,1725],[457,1737],[433,1724],[400,1715],[371,1706],[355,1689],[335,1676],[336,1663],[308,1623],[305,1598],[310,1571],[337,1548],[338,1513],[342,1496],[353,1475]]},{"area":"1ea","points":[[987,1470],[950,1451],[917,1456],[844,1449],[806,1443],[765,1429],[770,1447],[814,1459],[838,1475],[843,1511],[840,1523],[824,1545],[826,1569],[814,1584],[832,1600],[836,1577],[857,1559],[878,1561],[896,1549],[920,1544],[928,1524],[944,1518],[958,1522],[975,1503],[970,1479],[974,1475]]},{"area":"1e7","points":[[1174,1182],[1174,1328],[1285,1328],[1285,1182]]},{"area":"1e1","points":[[1320,1188],[1320,1323],[1391,1323],[1391,1188]]},{"area":"1e2","points":[[1429,1180],[1429,1328],[1539,1328],[1539,1180]]},{"area":"1df","points":[[1135,1650],[1137,1623],[1149,1603],[1166,1584],[1191,1577],[1213,1578],[1237,1585],[1260,1590],[1271,1610],[1289,1628],[1310,1630],[1320,1617],[1322,1597],[1334,1590],[1332,1571],[1318,1555],[1316,1538],[1326,1523],[1348,1515],[1368,1515],[1387,1530],[1393,1549],[1388,1566],[1373,1576],[1372,1593],[1386,1592],[1388,1616],[1398,1623],[1403,1627],[1417,1625],[1424,1619],[1434,1612],[1447,1592],[1468,1580],[1496,1576],[1523,1582],[1543,1591],[1559,1610],[1572,1630],[1577,1650],[1576,1676],[1567,1695],[1551,1707],[1535,1723],[1514,1731],[1487,1730],[1463,1724],[1445,1710],[1429,1688],[1418,1688],[1416,1678],[1397,1681],[1390,1690],[1391,1706],[1392,1728],[1370,1733],[1354,1726],[1317,1727],[1317,1709],[1318,1692],[1309,1681],[1288,1682],[1277,1692],[1259,1711],[1244,1723],[1226,1730],[1204,1729],[1178,1723],[1162,1712],[1147,1692],[1134,1670]]},{"area":"1de","points":[[1132,1981],[1134,1955],[1147,1931],[1163,1913],[1192,1899],[1222,1899],[1251,1910],[1277,1930],[1288,1967],[1289,2000],[1282,2025],[1263,2048],[1230,2063],[1204,2064],[1172,2052],[1148,2034],[1136,2012]]},{"area":"1de","points":[[1421,1984],[1429,1943],[1446,1922],[1470,1906],[1500,1902],[1524,1901],[1543,1912],[1566,1935],[1576,1960],[1581,1989],[1571,2020],[1559,2041],[1537,2053],[1505,2060],[1473,2057],[1439,2033],[1423,2010]]},{"area":"1dc","points":[[1473,2524],[1464,2509],[1464,2377],[1475,2365],[1468,2353],[1466,2339],[1449,2323],[1432,2302],[1430,2269],[1437,2240],[1453,2219],[1476,2202],[1502,2197],[1533,2208],[1557,2227],[1569,2251],[1573,2274],[1567,2301],[1557,2320],[1536,2337],[1536,2354],[1528,2367],[1537,2374],[1537,2511],[1528,2526]]},{"area":"1da","points":[[1137,2545],[1148,2534],[1149,2522],[1163,2513],[1177,2499],[1176,2427],[1177,2380],[1182,2366],[1177,2350],[1174,2335],[1160,2324],[1140,2291],[1137,2263],[1145,2237],[1159,2221],[1189,2206],[1214,2200],[1236,2208],[1263,2223],[1273,2246],[1282,2269],[1275,2297],[1266,2322],[1246,2336],[1245,2352],[1237,2365],[1244,2377],[1245,2429],[1250,2460],[1248,2497],[1253,2515]]},{"area":"1d3","points":[[92,2519],[105,2502],[124,2493],[144,2498],[175,2498],[204,2507],[220,2521],[232,2540],[261,2545],[273,2555],[313,2561],[322,2584],[338,2588],[360,2571],[374,2583],[406,2574],[415,2562],[445,2555],[460,2550],[483,2561],[490,2569],[516,2574],[525,2580],[542,2558],[554,2537],[582,2525],[620,2511],[643,2514],[677,2523],[700,2527],[729,2516],[747,2525],[765,2527],[796,2544],[812,2543],[838,2536],[850,2521],[862,2530],[866,2548],[865,2566],[868,2586],[863,2599],[838,2614],[826,2627],[828,2651],[850,2664],[867,2682],[882,2686],[900,2712],[922,2718],[925,2730],[946,2743],[954,2762],[972,2773],[991,2807],[92,2807]]},{"area":"1d7","points":[[808,2427],[808,2346],[790,2346],[777,2338],[766,2308],[741,2297],[736,2287],[702,2276],[685,2279],[664,2287],[662,2306],[660,2326],[676,2342],[683,2362],[698,2375],[702,2393],[704,2413],[703,2432],[700,2446],[691,2458],[697,2471],[734,2483],[746,2475],[771,2471],[778,2466],[809,2479],[833,2475],[855,2466],[877,2463],[888,2446],[889,2425],[882,2419],[869,2427]]},{"area":"1d5","points":[[198,2216],[213,2233],[234,2247],[244,2281],[261,2300],[281,2312],[295,2327],[311,2342],[325,2367],[348,2382],[327,2389],[317,2401],[289,2401],[287,2416],[264,2438],[247,2426],[220,2426],[207,2415],[211,2393],[193,2373],[180,2344],[175,2327],[153,2314],[128,2310],[109,2295],[117,2281],[136,2279],[149,2257],[149,2233],[150,2221],[173,2220],[185,2216]]},{"area":"1d9","points":[[508,1981],[510,1967],[538,1957],[547,1944],[579,1941],[625,1943],[653,1953],[683,1948],[712,1950],[747,1946],[778,1944],[817,1950],[841,1939],[872,1947],[908,1940],[936,1953],[963,1940],[989,1947],[1008,1960],[993,1981],[995,1996],[1010,2010],[1027,2026],[958,2033],[896,2011],[874,2012],[856,2021],[834,2016],[802,2015],[772,2021],[742,2021],[719,2019],[701,2019],[664,2018],[651,2010],[627,2008],[612,2020],[590,2020],[580,2010],[567,2016],[551,2026],[527,2039],[517,2044],[499,2042],[482,2050],[474,2063],[447,2067],[430,2067],[416,2079],[396,2079],[379,2071],[367,2072],[356,2083],[315,2083],[386,2035],[429,1990],[451,2001],[477,1995],[493,1992]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/072-4.03-landro.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/073-4.03-landro-player.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"011"},"grid":{"type":"square","size":109,"offsetX":33,"offsetY":58,"scale":3}}]},{"name":"Ch. 5: Death House","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/085-5.01-death-house.webp"},"title":"Map 5.1: Death House","credit":"Dyson Logos","width":2100,"height":2850,"imageType":"map","id":"012","grid":{"type":"square","size":201,"offsetX":-98,"offsetY":57,"scale":3},"mapRegions":[{"area":"261","points":[[444,1086],[444,1227],[508,1227],[508,1086]]},{"area":"261","points":[[108,1098],[108,1290],[435,1290],[435,1098]]},{"area":"261","points":[[308,1295],[308,1357],[368,1357],[368,1295]]},{"area":"265","points":[[105,1363],[105,1490],[235,1490],[235,1363]]},{"area":"267","points":[[112,1499],[112,1555],[232,1555],[232,1499]]},{"area":"268","points":[[110,1565],[110,1689],[232,1689],[232,1565]]},{"area":"268","points":[[103,1701],[103,1826],[228,1826],[228,1701]]},{"area":"268","points":[[497,1631],[497,1822],[241,1822],[241,1631]]},{"area":"25e","points":[[240,1365],[240,1557],[501,1557],[501,1365]]},{"area":"273","points":[[642,1093],[642,1288],[766,1288],[766,1093]]},{"area":"275","points":[[776,1096],[776,1291],[969,1291],[969,1096]]},{"area":"279","points":[[640,1298],[640,1368],[701,1368],[701,1298]]},{"area":"270","points":[[646,1370],[646,1658],[832,1658],[832,1370]]},{"area":"26d","points":[[709,1298],[1034,1298],[1034,1415],[968,1415],[968,1559],[842,1559],[842,1356],[709,1356]]},{"area":"26e","points":[[842,1565],[974,1565],[974,1435],[1030,1435],[1030,1756],[966,1756],[966,1823],[851,1823],[851,1794],[815,1794],[815,1735],[842,1735]]},{"area":"24c","points":[[114,1966],[364,1966],[364,2158],[231,2158],[231,2222],[174,2222],[174,2158],[114,2158]]},{"area":"243","points":[[241,2168],[241,2225],[299,2225],[299,2168]]},{"area":"243","points":[[107,2234],[107,2425],[498,2425],[498,2234]]},{"area":"241","points":[[112,2436],[112,2625],[227,2625],[227,2436]]},{"area":"241","points":[[111,2637],[230,2637],[230,2688],[210,2688],[210,2731],[125,2731],[125,2689],[111,2689]]},{"area":"246","points":[[242,2437],[242,2694],[499,2694],[499,2437]]},{"area":"249","points":[[375,1970],[375,2023],[495,2023],[495,1970]]},{"area":"249","points":[[373,2036],[373,2223],[495,2223],[495,2036]]},{"area":"254","points":[[643,1970],[898,1970],[898,2159],[837,2159],[837,2227],[706,2227],[706,2159],[643,2159]]},{"area":"258","points":[[907,1970],[907,2024],[1031,2024],[1031,1970]]},{"area":"251","points":[[907,2032],[907,2224],[1032,2224],[1032,2032]]},{"area":"251","points":[[843,2166],[843,2225],[902,2225],[902,2166]]},{"area":"24f","points":[[648,2234],[648,2426],[1030,2426],[1030,2234]]},{"area":"25b","points":[[646,2436],[646,2692],[1037,2692],[1037,2436]]},{"area":"27f","points":[[910,502],[910,747],[1166,747],[1166,502]]},{"area":"27e","points":[[1246,169],[1246,351],[1430,351],[1430,169]]},{"area":"27a","points":[[1450,363],[1450,417],[1578,417],[1578,363]]},{"area":"27c","points":[[1786,228],[1786,286],[1903,286],[1903,228]]},{"area":"27c","points":[[1787,365],[1787,416],[1901,416],[1901,365]]},{"area":"27c","points":[[1785,497],[1785,550],[1903,550],[1903,497]]},{"area":"27c","points":[[1787,631],[1787,684],[1905,684],[1905,631]]},{"area":"287","points":[[1763,764],[1763,817],[1844,817],[1844,764]]},{"area":"285","points":[[1521,704],[1521,884],[1769,884],[1769,704]]},{"area":"283","points":[[1306,766],[1306,897],[1375,897],[1375,766]]},{"area":"289","points":[[1246,1097],[1246,1159],[1369,1159],[1369,1097]]},{"area":"288","points":[[1497,969],[1497,1019],[1583,1019],[1583,969]]},{"area":"28a","points":[[1717,1034],[1897,1040],[1897,1091],[1929,1108],[1956,1122],[1974,1164],[1982,1203],[1971,1239],[1957,1267],[1915,1286],[1898,1293],[1907,1309],[1904,1351],[1717,1354]]},{"area":"28f","points":[[1516,1237],[1516,1422],[1702,1422],[1702,1237]]},{"area":"291","points":[[1250,1296],[1250,1489],[1439,1489],[1439,1296]]},{"area":"293","points":[[1363,1605],[1363,1852],[1725,1852],[1725,1605]]},{"area":"298","points":[[1556,1895],[1556,1973],[1661,1973],[1661,1895]]},{"area":"295","points":[[1348,1964],[1370,1974],[1423,1968],[1423,2021],[1375,2015],[1355,2028],[1378,2036],[1422,2038],[1425,2089],[1383,2089],[1360,2093],[1368,2169],[1381,2179],[1388,2159],[1385,2109],[1423,2106],[1423,2288],[1387,2280],[1386,2224],[1372,2210],[1360,2229],[1359,2292],[1370,2311],[1389,2306],[1429,2307],[1424,2356],[1376,2350],[1359,2361],[1374,2381],[1388,2371],[1424,2377],[1425,2424],[1387,2421],[1319,2422],[1253,2423],[1243,2402],[1249,2372],[1308,2375],[1322,2364],[1310,2345],[1267,2354],[1250,2349],[1251,2305],[1304,2309],[1322,2296],[1317,2226],[1310,2211],[1294,2228],[1298,2248],[1298,2281],[1280,2288],[1259,2283],[1251,2235],[1253,2169],[1245,2111],[1267,2103],[1293,2108],[1297,2161],[1303,2177],[1320,2160],[1316,2122],[1321,2099],[1305,2079],[1286,2089],[1252,2085],[1253,2036],[1276,2029],[1311,2041],[1324,2028],[1306,2008],[1289,2014],[1252,2013],[1246,1983],[1259,1973],[1296,1972],[1309,1975],[1329,1964]]},{"area":"29a","points":[[1502,2026],[1502,2436],[1910,2436],[1910,2026]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/085-5.01-death-house.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/086-5.01-death-house-player.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"012"},"grid":{"type":"square","size":201,"offsetX":-98,"offsetY":57,"scale":3}}]},{"name":"Ch. 6: Night of Blue Fire","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/092-6.01-peylon-tree.webp"},"title":"Map 6.1: Peylon Tree","credit":"Dyson Logos","width":2100,"height":1350,"imageType":"map","id":"524","grid":{"type":"square","size":123,"offsetX":10,"scale":4},"mapRegions":[{"area":"2d6","points":[[139,421],[119,411],[101,393],[101,379],[113,376],[106,358],[96,343],[81,342],[76,322],[87,312],[86,298],[103,284],[119,273],[120,257],[136,245],[137,226],[129,211],[121,201],[108,204],[102,198],[99,180],[87,172],[83,157],[105,143],[99,128],[101,114],[110,99],[130,89],[114,82],[101,69],[91,72],[84,69],[94,38],[109,40],[122,50],[137,54],[152,48],[161,53],[179,48],[199,47],[220,40],[238,35],[247,26],[264,32],[272,41],[285,49],[307,45],[327,48],[333,62],[346,67],[367,71],[385,59],[402,64],[407,74],[420,91],[416,107],[417,126],[404,137],[407,144],[429,159],[426,168],[435,174],[457,184],[457,193],[445,202],[452,221],[459,232],[449,242],[442,262],[426,272],[416,278],[411,285],[420,300],[413,314],[402,324],[387,323],[368,320],[358,334],[353,340],[344,338],[335,344],[336,356],[321,366],[311,375],[308,384],[282,389],[276,381],[266,375],[260,362],[241,361],[228,369],[216,363],[203,368],[197,382],[201,389],[187,402],[178,413],[160,417],[149,416]]},{"area":"2d0","points":[[569,542],[558,525],[575,515],[586,498],[602,477],[615,452],[614,429],[634,422],[649,415],[653,403],[668,395],[687,402],[702,405],[718,410],[738,408],[751,402],[751,388],[757,377],[772,358],[766,335],[775,316],[768,290],[757,270],[745,262],[734,255],[737,240],[738,220],[745,214],[762,201],[770,190],[790,184],[799,192],[801,198],[822,206],[843,205],[844,193],[864,185],[872,189],[892,190],[908,190],[911,205],[915,220],[925,234],[938,247],[947,262],[958,274],[954,292],[962,300],[965,324],[973,337],[987,342],[1015,349],[1036,342],[1058,346],[1067,358],[1079,368],[1092,372],[1099,389],[1112,399],[1113,414],[1099,433],[1085,455],[1090,477],[1075,492],[1052,518],[1053,538],[1062,564],[1061,588],[1075,608],[1096,622],[1130,631],[1166,631],[1175,613],[1205,615],[1229,624],[1238,641],[1235,665],[1250,684],[1267,690],[1283,709],[1293,719],[1308,723],[1325,724],[1329,735],[1313,742],[1306,748],[1306,760],[1292,772],[1278,772],[1268,778],[1260,794],[1248,805],[1226,804],[1221,813],[1210,824],[1207,830],[1202,848],[1188,850],[1184,862],[1175,879],[1187,895],[1185,909],[1175,925],[1157,936],[1126,944],[1084,955],[1034,962],[1001,965],[984,962],[982,952],[967,940],[959,942],[945,945],[926,942],[908,945],[904,955],[889,954],[877,962],[863,965],[843,963],[832,971],[814,962],[802,943],[794,938],[792,922],[775,911],[759,914],[747,899],[753,880],[748,873],[758,854],[770,839],[761,825],[750,821],[741,817],[743,808],[740,785],[745,775],[763,771],[769,759],[761,737],[755,722],[742,717],[728,709],[714,707],[697,699],[692,688],[695,673],[691,660],[707,650],[718,631],[713,619],[698,609],[700,596],[708,582],[697,563],[692,548],[684,537],[685,516],[669,516],[658,521],[649,528],[648,534],[635,544],[615,542],[608,547],[605,555],[597,565],[584,570],[571,568],[561,558],[567,549]]},{"area":"2cd","points":[[1006,971],[1100,956],[1164,939],[1175,927],[1186,936],[1195,956],[1205,961],[1220,953],[1220,944],[1236,927],[1235,911],[1250,905],[1265,901],[1272,882],[1283,867],[1293,856],[1306,855],[1324,851],[1346,848],[1376,829],[1367,808],[1383,802],[1401,782],[1398,765],[1408,755],[1414,736],[1424,720],[1407,704],[1409,688],[1403,674],[1412,660],[1433,655],[1438,634],[1454,620],[1464,607],[1482,605],[1498,586],[1513,579],[1528,589],[1553,589],[1560,602],[1579,607],[1606,609],[1624,612],[1658,623],[1678,612],[1689,603],[1687,591],[1713,572],[1726,582],[1740,583],[1758,575],[1767,563],[1789,561],[1806,566],[1818,571],[1841,567],[1857,571],[1880,574],[1897,569],[1918,565],[1941,571],[1958,583],[1977,594],[1980,607],[1993,614],[1988,636],[1997,658],[2015,669],[2019,685],[2021,710],[2016,727],[2021,745],[2007,757],[1999,776],[2020,771],[2038,768],[2046,786],[2030,802],[2027,822],[2042,833],[2052,843],[2068,851],[2081,869],[2081,888],[2072,898],[2074,917],[2062,927],[2056,940],[2051,971],[2043,989],[2030,1002],[2019,1013],[2019,1337],[241,1337],[242,1232],[253,1212],[269,1189],[271,1176],[283,1164],[285,1132],[290,1108],[288,1087],[302,1064],[300,1036],[313,1027],[326,1006],[336,985],[355,984],[368,972],[379,949],[389,931],[416,927],[436,922],[452,926],[466,940],[483,958],[502,951],[518,958],[535,939],[540,923],[562,918],[576,897],[589,882],[598,872],[616,871],[630,878],[641,896],[641,912],[637,923],[641,940],[650,946],[664,947],[674,940],[690,944],[699,961],[694,981],[703,1007],[718,1024],[732,1032],[727,1056],[731,1072],[755,1086],[781,1082],[801,1082],[821,1073],[834,1066],[832,1051],[860,1035],[882,1022],[891,1020],[920,1020],[948,1022],[964,1011],[994,1007],[1018,1011],[1043,1001],[1031,990],[1012,989],[1006,982]]},{"area":"2d3","points":[[971,311],[989,298],[1002,282],[1020,281],[1038,290],[1057,281],[1052,264],[1069,251],[1091,246],[1104,255],[1104,268],[1117,281],[1136,282],[1151,308],[1164,310],[1184,308],[1202,317],[1224,316],[1237,314],[1230,336],[1239,347],[1264,353],[1269,338],[1280,326],[1298,332],[1323,331],[1323,320],[1342,312],[1359,309],[1363,319],[1384,337],[1397,326],[1410,319],[1426,320],[1430,331],[1424,342],[1407,348],[1405,360],[1396,369],[1401,390],[1416,389],[1428,380],[1454,386],[1468,405],[1452,421],[1452,431],[1435,438],[1422,451],[1425,470],[1445,495],[1464,497],[1474,483],[1496,465],[1500,443],[1511,429],[1517,423],[1520,436],[1524,452],[1529,461],[1540,455],[1550,462],[1560,483],[1567,496],[1563,509],[1570,527],[1594,533],[1606,527],[1616,516],[1637,510],[1660,514],[1669,525],[1704,527],[1706,517],[1721,505],[1726,488],[1743,479],[1760,473],[1776,478],[1797,487],[1818,486],[1836,487],[1850,493],[1861,504],[1892,500],[1900,488],[1922,485],[1949,480],[1969,491],[1985,501],[1988,528],[1999,547],[2022,558],[2030,576],[2043,592],[2052,624],[2056,652],[2054,670],[2049,694],[2051,705],[2058,731],[2054,746],[2042,757],[2011,767],[2031,742],[2024,725],[2029,700],[2014,661],[1996,642],[2000,611],[1984,598],[1963,571],[1933,559],[1898,559],[1873,567],[1842,561],[1818,564],[1789,553],[1763,555],[1751,567],[1731,576],[1713,563],[1691,579],[1681,593],[1682,603],[1663,613],[1631,607],[1571,599],[1552,581],[1532,582],[1514,572],[1496,580],[1483,595],[1464,598],[1465,576],[1480,550],[1478,535],[1451,535],[1441,547],[1429,556],[1425,568],[1414,572],[1394,562],[1381,567],[1363,568],[1349,571],[1346,584],[1330,593],[1313,598],[1317,611],[1309,623],[1325,637],[1315,651],[1310,666],[1299,676],[1283,677],[1283,700],[1264,679],[1247,664],[1244,629],[1221,606],[1175,602],[1165,617],[1122,618],[1078,597],[1068,585],[1068,562],[1058,526],[1076,500],[1093,477],[1093,458],[1118,413],[1114,393],[1103,380],[1096,367],[1071,350],[1047,336],[1020,337],[980,331],[970,322]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/092-6.01-peylon-tree.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/093-6.01-peylon-tree-player.webp"},"title":"Player Version","width":2100,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"524"},"grid":{"type":"square","size":123,"offsetX":10,"offsetY":4,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/094-6.02-bittergrass-fen.webp"},"title":"Map 6.2: Bittergrass Fen","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"525","grid":{"type":"square","size":143,"offsetX":-10,"offsetY":12,"scale":7}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/095-6.02-bittergrass-fen-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"525"},"grid":{"type":"square","size":143,"offsetX":-10,"offsetY":12,"scale":7}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/099-6.03-three-moons-vault.webp"},"title":"Map 6.3: Three Moons Vault","credit":"Dyson Logos","width":2100,"height":2850,"imageType":"map","id":"526","grid":{"type":"square","size":156,"offsetX":92,"offsetY":-27,"scale":5},"mapRegions":[{"area":"32d","points":[[252,159],[275,141],[290,132],[319,121],[343,122],[363,123],[386,132],[404,146],[421,158],[436,177],[446,193],[452,218],[457,248],[456,277],[448,296],[437,316],[427,330],[412,346],[392,360],[369,368],[341,370],[312,368],[283,357],[274,352],[279,340],[273,328],[265,314],[268,303],[266,290],[271,277],[281,267],[283,254],[280,244],[269,239],[260,233],[257,228],[252,220],[249,209],[258,205],[267,200],[261,177],[266,172],[260,161]]},{"area":"340","points":[[579,372],[592,339],[606,308],[623,286],[640,266],[653,252],[670,230],[685,219],[828,216],[831,261],[807,284],[823,302],[764,363],[747,347],[721,372]]},{"area":"32b","points":[[95,496],[108,486],[109,501],[123,501],[124,478],[137,471],[138,531],[143,536],[217,535],[214,493],[204,494],[204,520],[153,520],[152,465],[174,463],[197,464],[221,469],[243,483],[251,486],[256,478],[278,495],[268,504],[277,514],[279,521],[239,521],[239,534],[288,534],[299,557],[303,574],[302,585],[271,584],[270,597],[300,599],[293,620],[284,644],[274,659],[264,673],[271,684],[251,698],[243,689],[226,699],[203,707],[202,698],[204,685],[227,678],[228,665],[223,643],[208,639],[213,629],[218,625],[218,597],[246,598],[246,583],[221,580],[219,565],[210,571],[203,576],[205,618],[196,618],[189,606],[189,594],[191,586],[184,586],[174,581],[162,575],[148,578],[142,581],[129,582],[119,577],[112,578],[109,586],[99,589],[91,570],[96,559],[104,552],[104,541],[108,533],[97,522],[99,512],[104,506],[101,501]]},{"area":"329","points":[[318,978],[306,972],[301,967],[291,963],[286,948],[277,936],[279,911],[279,891],[274,877],[261,877],[264,866],[263,854],[276,839],[278,832],[289,824],[302,811],[299,793],[308,781],[316,768],[333,763],[343,758],[358,753],[371,749],[376,748],[386,751],[402,756],[413,767],[411,775],[410,788],[401,792],[399,803],[398,814],[400,825],[404,831],[404,838],[399,848],[398,857],[399,871],[409,881],[418,886],[421,899],[428,908],[416,916],[401,908],[385,905],[368,900],[355,891],[343,890],[333,897],[322,903],[323,914],[315,927],[308,934],[312,946],[319,958],[319,968]]},{"area":"327","points":[[414,712],[437,706],[458,694],[485,688],[511,684],[536,686],[559,693],[580,698],[604,709],[606,749],[623,748],[624,717],[641,730],[658,749],[673,766],[681,782],[694,803],[702,822],[621,824],[622,770],[606,770],[606,821],[550,823],[549,841],[700,841],[718,844],[719,897],[576,898],[576,908],[702,911],[696,940],[681,968],[663,990],[639,1015],[618,1031],[589,1044],[588,928],[577,929],[574,1051],[554,1053],[529,1059],[499,1056],[469,1053],[446,1044],[454,1037],[454,1031],[463,1020],[469,1008],[479,1003],[493,1001],[502,990],[516,981],[510,973],[497,969],[498,956],[508,948],[511,938],[508,931],[496,931],[487,915],[476,913],[474,905],[479,892],[472,882],[471,871],[485,862],[492,851],[501,834],[508,826],[520,817],[529,814],[528,800],[534,790],[526,774],[512,763],[497,764],[478,761],[472,751],[483,748],[485,738],[479,728],[470,726],[464,718],[449,714],[431,713]]},{"area":"33b","points":[[699,744],[686,733],[736,646],[776,591],[899,588],[897,578],[954,581],[953,635],[930,656],[938,669],[881,725],[872,716],[843,744]]},{"area":"33d","points":[[896,569],[954,569],[954,558],[1141,556],[1142,529],[1154,527],[1153,500],[1140,498],[1140,470],[1081,468],[1039,475],[991,486],[953,499],[896,524]]},{"area":"336","points":[[636,684],[646,654],[678,603],[701,571],[738,531],[766,500],[804,471],[836,449],[879,428],[918,413],[961,399],[1001,386],[1046,379],[1092,374],[1131,373],[1175,376],[1211,381],[1241,393],[1234,418],[1230,443],[1171,436],[1119,432],[1063,434],[1023,441],[992,448],[953,460],[910,477],[859,503],[888,521],[886,559],[792,558],[764,589],[744,612],[724,636],[705,664],[691,695],[679,722],[658,698]]},{"area":"337","points":[[669,1061],[832,963],[839,971],[847,992],[857,1013],[871,1033],[887,1060],[898,1069],[902,1082],[740,1181],[729,1173],[713,1151],[698,1128],[687,1108],[679,1089],[674,1074]]},{"area":"339","points":[[835,866],[848,820],[859,782],[901,744],[890,730],[946,677],[959,685],[989,652],[1026,636],[1071,625],[1118,624],[1163,628],[1202,641],[1241,656],[1285,682],[1309,707],[1329,732],[1348,753],[1366,786],[1378,814],[1387,848],[1390,885],[1387,931],[1384,972],[1370,1011],[1351,1043],[1325,1081],[1303,1105],[1270,1129],[1239,1148],[1205,1162],[1163,1176],[1125,1178],[1087,1181],[1042,1174],[1003,1159],[961,1135],[920,1104],[905,1087],[902,1067],[875,1030],[847,979],[832,936],[833,891]]},{"area":"31f","points":[[129,1527],[218,1441],[221,1381],[217,1357],[210,1348],[210,1329],[225,1332],[230,1342],[249,1346],[262,1338],[294,1334],[308,1327],[312,1317],[329,1302],[343,1295],[360,1282],[361,1271],[374,1261],[374,1250],[354,1236],[319,1224],[287,1217],[256,1213],[231,1220],[208,1226],[180,1237],[146,1259],[162,1277],[169,1297],[156,1298],[134,1277],[113,1296],[100,1322],[94,1335],[102,1344],[113,1340],[126,1347],[131,1355],[143,1362],[140,1386],[151,1400],[149,1412],[136,1428],[119,1432],[111,1437],[111,1450],[103,1463],[102,1478],[111,1502]]},{"area":"321","points":[[148,1538],[164,1555],[188,1569],[218,1580],[254,1589],[287,1591],[312,1586],[340,1575],[365,1564],[396,1538],[319,1455],[234,1451]]},{"area":"325","points":[[326,1363],[411,1278],[424,1298],[439,1317],[447,1342],[454,1372],[456,1403],[455,1435],[446,1464],[433,1493],[410,1521],[326,1441]]},{"area":"330","points":[[563,1380],[613,1332],[639,1308],[666,1283],[689,1268],[707,1283],[713,1296],[729,1303],[741,1323],[760,1344],[782,1356],[792,1368],[812,1370],[819,1378],[726,1502],[698,1492],[670,1475],[636,1457],[609,1428],[589,1409],[576,1394]]},{"area":"334","points":[[847,1358],[893,1322],[925,1330],[955,1344],[957,1410],[948,1436],[941,1450],[926,1464],[911,1471],[896,1477],[878,1473],[855,1463],[835,1437],[831,1417],[834,1396],[859,1367]]},{"area":"336","points":[[960,1346],[1012,1362],[1050,1371],[1100,1376],[1146,1374],[1203,1367],[1255,1353],[1274,1349],[1282,1366],[1291,1379],[1303,1393],[1279,1405],[1244,1416],[1209,1424],[1168,1430],[1126,1436],[1083,1435],[1028,1427],[983,1416],[966,1411]]},{"area":"350","points":[[1339,1273],[1345,1241],[1361,1218],[1381,1191],[1409,1175],[1435,1165],[1466,1164],[1493,1170],[1521,1179],[1546,1204],[1560,1225],[1569,1250],[1570,1278],[1559,1321],[1549,1340],[1527,1362],[1508,1378],[1486,1390],[1457,1393],[1422,1389],[1390,1374],[1363,1345],[1348,1318],[1340,1290]]},{"area":"353","points":[[1111,1275],[1142,1275],[1142,1244],[1280,1245],[1278,1273],[1262,1277],[1264,1308],[1273,1339],[1226,1354],[1175,1363],[1142,1364],[1142,1336],[1111,1334]]},{"area":"34e","points":[[1501,1090],[1525,1034],[1535,993],[1546,940],[1547,893],[1542,830],[1526,816],[1517,805],[1504,793],[1489,799],[1480,808],[1468,814],[1452,820],[1434,827],[1422,839],[1412,849],[1413,881],[1406,892],[1409,911],[1412,935],[1411,947],[1401,960],[1399,970],[1413,979],[1418,989],[1418,1006],[1405,1014],[1401,1030],[1397,1039],[1397,1052],[1403,1061],[1420,1064],[1437,1069],[1454,1076],[1468,1085],[1484,1090]]},{"area":"34d","points":[[1424,657],[1452,660],[1503,647],[1518,670],[1529,696],[1535,713],[1424,713]]},{"area":"343","points":[[1306,559],[1286,527],[1270,485],[1266,456],[1268,421],[1279,382],[1297,353],[1321,327],[1357,303],[1385,289],[1416,283],[1445,283],[1473,287],[1497,296],[1527,312],[1549,328],[1568,347],[1582,371],[1600,398],[1605,428],[1605,466],[1600,501],[1592,525],[1575,550],[1556,569],[1540,584],[1516,599],[1490,609],[1461,613],[1426,616],[1399,612],[1372,606],[1332,586]]},{"area":"349","points":[[1734,351],[1740,324],[1751,297],[1774,271],[1804,255],[1829,248],[1857,250],[1881,256],[1910,270],[1929,285],[1944,313],[1950,340],[1952,362],[1949,386],[1939,409],[1922,433],[1894,456],[1864,465],[1840,466],[1809,456],[1782,444],[1759,422],[1744,396],[1736,374]]},{"area":"346","points":[[1773,633],[1780,614],[1799,591],[1820,576],[1841,569],[1862,563],[1887,562],[1908,569],[1927,578],[1946,593],[1960,610],[1973,633],[1980,649],[1983,671],[1980,685],[1968,713],[1953,738],[1931,757],[1897,772],[1873,780],[1845,776],[1815,763],[1791,739],[1776,713],[1768,683],[1768,666]]},{"area":"336","points":[[1511,643],[1559,618],[1576,639],[1597,679],[1611,713],[1622,751],[1631,791],[1641,826],[1645,860],[1645,892],[1645,932],[1641,967],[1635,996],[1630,1030],[1621,1060],[1607,1095],[1597,1125],[1587,1140],[1559,1121],[1543,1113],[1553,1088],[1567,1037],[1578,995],[1584,942],[1587,892],[1585,852],[1578,812],[1568,765],[1554,719],[1535,681],[1521,660]]},{"area":"2fb","points":[[1793,2211],[1793,2285],[1862,2285],[1862,2211]]},{"area":"2fb","points":[[1220,2500],[1213,2485],[1220,2468],[1229,2453],[1226,2438],[1237,2424],[1241,2407],[1245,2398],[1234,2382],[1216,2364],[1207,2338],[1219,2317],[1236,2306],[1255,2299],[1337,2304],[1346,2304],[1363,2296],[1384,2295],[1402,2300],[1413,2314],[1417,2344],[1414,2373],[1422,2391],[1438,2399],[1459,2417],[1473,2433],[1442,2441],[1409,2464],[1377,2487],[1357,2497],[1344,2526],[1335,2563]]},{"area":"2fe","points":[[1238,2109],[1243,2092],[1256,2069],[1276,2058],[1302,2055],[1321,2060],[1341,2069],[1351,2084],[1359,2116],[1359,2142],[1358,2160],[1354,2183],[1342,2200],[1324,2210],[1298,2218],[1272,2209],[1250,2196],[1239,2182],[1238,2150]]},{"area":"313","points":[[1143,1864],[1143,1775],[1264,1775],[1264,1864]]},{"area":"311","points":[[1018,1922],[1020,1872],[1027,1849],[1041,1835],[1056,1833],[1082,1838],[1097,1845],[1111,1866],[1112,1895],[1174,1896],[1211,1895],[1297,1895],[1327,1896],[1362,1893],[1364,1860],[1368,1845],[1385,1839],[1400,1837],[1421,1838],[1433,1838],[1447,1847],[1448,1871],[1450,1913],[1451,1993],[1451,2016],[1446,2035],[1430,2047],[1410,2051],[1385,2047],[1371,2035],[1361,2023],[1359,1985],[1111,1987],[1110,2011],[1106,2035],[1092,2045],[1072,2052],[1051,2051],[1029,2039],[1016,2017],[1018,1983]]},{"area":"30b","points":[[397,1854],[400,1833],[412,1816],[424,1807],[539,1802],[561,1807],[580,1822],[580,1867],[572,1884],[549,1892],[497,1896],[446,1895],[419,1887],[402,1872]]},{"area":"309","points":[[615,1834],[613,1806],[678,1806],[678,1772],[768,1772],[768,1804],[803,1804],[803,1775],[891,1775],[891,1805],[922,1805],[922,1833],[951,1833],[951,1862],[925,1862],[925,1895],[891,1895],[891,1928],[802,1928],[802,1896],[615,1896],[615,1863],[590,1863],[590,1834]]},{"area":"303","points":[[678,1907],[737,1907],[737,2146],[954,2146],[954,2205],[736,2205],[736,2451],[678,2451],[678,2205],[590,2205],[590,2147],[678,2147]]},{"area":"306","points":[[583,1958],[553,1961],[521,1966],[490,1977],[465,1991],[445,2003],[424,2024],[405,2049],[386,2081],[374,2107],[369,2131],[367,2162],[367,2184],[374,2221],[387,2259],[407,2294],[424,2314],[449,2341],[476,2362],[504,2376],[533,2388],[583,2392]]},{"area":"314","points":[[896,2427],[1017,2425],[1017,2397],[1108,2397],[1108,2578],[896,2578],[873,2576],[852,2563],[833,2536],[832,2504],[835,2473],[846,2447],[872,2432]]},{"area":"316","points":[[672,2487],[595,2487],[542,2472],[489,2450],[432,2410],[392,2370],[354,2314],[329,2243],[316,2163],[314,2124],[319,2066],[336,2018],[367,1959],[316,1959],[303,1973],[276,1951],[238,1990],[264,2024],[247,2050],[234,2081],[180,2085],[179,2144],[217,2144],[213,2197],[212,2234],[215,2265],[167,2289],[187,2346],[232,2325],[249,2360],[268,2392],[293,2425],[257,2460],[298,2500],[333,2471],[374,2500],[412,2519],[432,2528],[424,2576],[471,2593],[488,2540],[524,2549],[578,2547],[639,2539],[686,2518]]},{"area":"31d","points":[[239,1981],[218,1990],[191,1986],[170,1970],[157,1951],[153,1924],[160,1898],[174,1878],[165,1855],[171,1833],[190,1815],[210,1807],[224,1791],[242,1779],[256,1785],[264,1812],[256,1820],[255,1844],[253,1855],[240,1869],[243,1882],[256,1890],[264,1903],[273,1925],[269,1943],[262,1960]]},{"area":"31c","points":[[174,2094],[166,2077],[143,2064],[126,2059],[100,2062],[80,2072],[70,2085],[62,2107],[60,2124],[67,2149],[81,2164],[101,2169],[131,2174],[149,2167],[167,2146],[174,2130]]},{"area":"31b","points":[[159,2298],[149,2286],[124,2273],[105,2269],[77,2272],[52,2286],[39,2301],[30,2318],[24,2349],[31,2373],[47,2397],[60,2412],[83,2421],[113,2423],[139,2414],[159,2402],[171,2377],[177,2344],[171,2317]]},{"area":"31a","points":[[262,2472],[230,2460],[204,2456],[179,2463],[158,2473],[136,2488],[125,2513],[119,2545],[119,2574],[130,2599],[153,2624],[177,2633],[211,2641],[239,2633],[269,2616],[291,2587],[303,2544],[301,2523],[282,2487]]},{"area":"319","points":[[427,2584],[397,2584],[371,2593],[354,2613],[338,2636],[337,2671],[345,2702],[363,2719],[393,2731],[421,2736],[456,2724],[479,2697],[487,2664],[482,2629],[470,2603],[448,2589]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/099-6.03-three-moons-vault.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/100-6.03-three-moons-vault-player.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"526"},"grid":{"type":"square","size":156,"offsetX":92,"offsetY":-27,"scale":5}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/102-6.04-three-moons-vault-upper-level.webp"},"title":"Map 6.4: Three Moons Vault—Upper Level","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"527","grid":{"type":"square","size":133,"offsetX":16,"offsetY":-45,"scale":5},"mapRegions":[{"area":"361","points":[[246,631],[235,600],[219,580],[192,562],[152,552],[120,551],[93,564],[66,579],[46,596],[25,628],[20,675],[22,711],[39,739],[64,767],[104,786],[127,791],[169,789],[198,776],[226,760],[246,736]]},{"area":"367","points":[[252,615],[396,614],[382,729],[252,728]]},{"area":"363","points":[[809,352],[893,431],[902,422],[924,427],[954,421],[987,405],[1009,378],[1028,346],[1035,315],[1027,275],[1008,246],[991,222],[955,206],[924,200],[885,208],[856,227],[831,249],[816,281],[809,320]]},{"area":"365","points":[[841,980],[901,924],[917,921],[936,919],[964,926],[990,935],[1009,955],[1024,976],[1033,1001],[1030,1038],[1019,1068],[1000,1089],[971,1105],[940,1115],[910,1110],[880,1096],[853,1068],[842,1036],[839,1006]]},{"area":"368","points":[[385,737],[404,599],[422,564],[445,532],[478,508],[513,490],[554,473],[590,463],[632,460],[683,469],[712,481],[760,518],[803,551],[831,596],[849,643],[857,696],[847,757],[825,806],[807,835],[753,889],[703,915],[646,932],[593,934],[523,914],[469,881],[431,841],[398,786]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/102-6.04-three-moons-vault-upper-level.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/103-6.04-three-moons-vault-upper-level-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"527"},"grid":{"type":"square","size":133,"offsetX":16,"offsetY":-45,"scale":5}}]},{"name":"Ch. 7: Tomb of Wayward Souls","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/107-7.01-isle-of-serpents-lagoon.webp"},"title":"Map 7.1: Isle of Serpents Lagoon","credit":"Dyson Logos","width":1032,"height":1350,"imageType":"map","id":"528","grid":{"type":"square","size":129,"offsetX":18,"offsetY":24,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/108-7.01-isle-of-serpents-lagoon-player.webp"},"title":"Player Version","width":1032,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"528"},"grid":{"type":"square","size":129,"offsetX":18,"offsetY":24,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/111-map-7.02-tomb-complex.webp"},"imageType":"map","title":"Map 7.2: Tomb Complex","credit":"Francesca Baerald","width":4000,"height":2569,"grid":{"type":"none"},"id":"538"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/112-7.03-tomb-of-wayward-souls.webp"},"title":"Map 7.3: Tomb of Wayward Souls","credit":"Dyson Logos","width":2100,"height":2850,"imageType":"map","id":"529","grid":{"type":"square","size":146,"offsetX":-19,"offsetY":15,"scale":3},"mapRegions":[{"area":"3bc","points":[[334,199],[334,341],[480,341],[480,199]]},{"area":"3ba","points":[[188,393],[188,832],[626,832],[626,393]]},{"area":"3b5","points":[[726,345],[869,345],[869,574],[825,574],[825,538],[726,538]]},{"area":"3b2","points":[[919,591],[919,1169],[776,1169],[746,1141],[718,1101],[699,1033],[684,982],[680,924],[674,869],[678,814],[692,746],[706,689],[741,629],[776,591]]},{"area":"3ad","points":[[188,928],[188,1171],[429,1171],[429,928]]},{"area":"3af","points":[[680,1221],[680,1512],[868,1512],[868,1221]]},{"area":"3a7","points":[[189,1269],[428,1269],[428,1513],[335,1513],[189,1367]]},{"area":"39a","points":[[351,1986],[331,1954],[312,1952],[292,1954],[278,1953],[252,1968],[226,1966],[205,1965],[180,1967],[161,1941],[149,1904],[139,1886],[118,1871],[96,1844],[71,1835],[62,1802],[64,1781],[56,1753],[81,1739],[106,1713],[111,1671],[118,1649],[136,1629],[164,1621],[182,1605],[221,1607],[261,1615],[304,1627],[328,1655],[334,1689],[327,1721],[327,1756],[327,1789],[346,1812],[362,1835],[367,1858],[385,1873],[379,1898],[389,1927]]},{"area":"3a4","points":[[482,1816],[462,1793],[472,1782],[458,1772],[445,1772],[431,1752],[438,1738],[435,1720],[409,1720],[404,1701],[412,1687],[436,1686],[431,1668],[447,1640],[462,1629],[489,1592],[504,1588],[512,1573],[532,1564],[541,1572],[562,1566],[562,1546],[599,1546],[601,1566],[619,1565],[648,1586],[674,1598],[687,1627],[695,1636],[708,1644],[722,1666],[715,1674],[714,1685],[740,1685],[740,1722],[713,1722],[712,1741],[719,1749],[709,1767],[694,1761],[682,1775],[694,1785],[660,1819],[649,1819],[634,1826],[627,1844],[616,1851],[600,1841],[593,1842],[589,1867],[572,1873],[561,1866],[556,1844],[546,1844],[541,1851],[507,1835],[505,1813]]},{"area":"3a1","points":[[776,1868],[776,1953],[867,1953],[867,1868]]},{"area":"38c","points":[[93,2000],[93,2199],[282,2199],[282,2000]]},{"area":"38f","points":[[446,2348],[446,2536],[772,2536],[772,2348]]},{"area":"394","points":[[298,2193],[360,2126],[498,2273],[441,2333]]},{"area":"396","points":[[532,1949],[580,1905],[601,1905],[639,1913],[662,1927],[686,1945],[705,1973],[715,2002],[718,2038],[711,2058],[678,2095]]},{"area":"39e","points":[[732,2052],[732,2098],[1018,2098],[1018,2052]]},{"area":"3c0","points":[[921,2247],[921,2392],[1406,2392],[1406,2247]]},{"area":"3c8","points":[[1361,1673],[1361,2142],[1452,2142],[1452,1673]]},{"area":"3c3","points":[[1508,1953],[1893,1953],[1893,2051],[1945,2051],[1945,2148],[1894,2148],[1894,2295],[1944,2295],[1944,2389],[1894,2389],[1894,2492],[1508,2492]]},{"area":"3cc","points":[[1116,1467],[1116,1659],[1696,1659],[1696,1467]]},{"area":"3d6","points":[[1753,1032],[1892,1028],[1944,1224],[1898,1415],[1754,1415],[1701,1222],[1753,1072]]},{"area":"3da","points":[[1313,1169],[1405,1077],[1456,1077],[1550,1171],[1550,1219],[1454,1315],[1406,1315],[1312,1221]]},{"area":"3e1","points":[[1215,696],[1359,696],[1359,729],[1286,802],[1215,731]]},{"area":"3de","points":[[1604,686],[1845,686],[1845,975],[1652,975],[1604,929]]},{"area":"3e4","points":[[973,489],[1071,296],[1501,296],[1599,489],[1504,681],[1067,681]]},{"area":"3ea","points":[[1214,148],[1214,285],[1358,285],[1358,148]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/112-7.03-tomb-of-wayward-souls.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/113-7.03-tomb-of-wayward-souls-player.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"529"},"grid":{"type":"square","size":146,"offsetX":-19,"offsetY":15,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/119-07-009.vortex-bridge-puzzle.webp"},"title":"Map 7.4: Vortex Bridge Puzzle","credit":"Claudio Pozas","width":850,"height":1507,"imageType":"map","grid":{"type":"square","size":142,"offsetX":73,"offsetY":53},"id":"539"}]},{"name":"Ch. 8: The Dragon Queen's Pride","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/123-map-8.01-the-red-belvedere.webp"},"imageType":"map","title":"Map 8.1: The Red Belvedere","credit":"Francesca Baerald","width":4000,"height":5429,"id":"52a","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/124-map-8.01-the-red-belvedere-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4000,"height":5429,"credit":"Francesca Baerald","mapParent":{"id":"52a"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/129-8.02-alabaster-racetrack-stables.webp"},"title":"Map 8.2: Alabaster Racetrack Stables","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"52b","grid":{"type":"square","size":55,"offsetX":3,"offsetY":27}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/130-8.02-alabaster-racetrack-stables-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"52b"},"grid":{"type":"square","size":55,"offsetX":3,"offsetY":27}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/131-8.03-scarlet-coliseum.webp"},"title":"Map 8.3: Scarlet Coliseum","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"52c","grid":{"type":"square","size":117,"offsetX":-2,"offsetY":63,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/132-8.03-scarlet-coliseum-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"52c"},"grid":{"type":"square","size":117,"offsetX":-2,"offsetY":63,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/134-8.04-dragons-pride.webp"},"title":"Map 8.4: Dragon's Pride","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"52d","grid":{"type":"square","size":116,"offsetX":3,"offsetY":-1,"scale":3},"mapRegions":[{"area":"44f","points":[[236,156],[351,41],[579,41],[696,158],[696,539],[619,616],[576,573],[544,573],[511,540],[421,540],[388,573],[351,573],[311,613],[236,541]]},{"area":"452","points":[[711,156],[711,301],[810,301],[810,156]]},{"area":"455","points":[[708,318],[813,318],[813,425],[886,425],[886,579],[680,579],[708,542]]},{"area":"457","points":[[313,628],[357,584],[393,584],[431,546],[505,546],[543,584],[574,584],[620,630],[620,694],[585,729],[542,729],[542,769],[502,809],[502,819],[426,819],[426,807],[390,771],[390,732],[351,732],[313,693]]},{"area":"45b","points":[[216,982],[216,938],[231,918],[248,909],[255,893],[292,874],[313,873],[332,849],[429,849],[429,833],[500,833],[500,848],[581,848],[593,860],[601,881],[603,899],[620,937],[628,949],[645,966],[660,1000],[635,1046],[630,1073],[634,1085],[636,1102],[660,1134],[670,1148],[690,1199],[677,1214],[660,1210],[593,1236],[580,1233],[545,1250],[518,1266],[500,1282],[503,1304],[507,1317],[471,1317],[464,1297],[449,1267],[353,1225],[339,1228],[285,1197],[261,1200],[245,1174],[219,1141],[195,1120],[199,1094],[208,1059],[218,1028],[230,1011],[225,991]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/134-8.04-dragons-pride.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/135-8.04-dragons-pride-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"52d"},"grid":{"type":"square","size":116,"offsetX":3,"offsetY":-1,"scale":3}}]},{"name":"Ch. 9: The Betrayer Revealed","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/139-9.01-pandesmos-outlook.webp"},"title":"Map 9.1: Pandesmos Outlook","credit":"Dyson Logos","width":1031,"height":1318,"imageType":"map","id":"52e","grid":{"type":"square","size":137,"offsetX":25,"offsetY":-4,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/140-9.01-pandesmos-outlook-player.webp"},"title":"Player Version","width":1031,"height":1318,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"52e"},"grid":{"type":"square","size":137,"offsetX":25,"offsetY":-4,"scale":2}}]},{"name":"Ch. 10: The War of Pandesmos","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/142-map-10.01-pandesmos-battlefield.webp"},"imageType":"map","title":"Map 10.1: Pandesmos Battlefield","credit":"Francesca Baerald","width":4000,"height":2571,"id":"52f","grid":{"type":"square","size":149,"offsetX":-38,"offsetY":56,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/143-map-10.01-pandesmos-battlefield-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4000,"height":2571,"credit":"Francesca Baerald","mapParent":{"id":"52f"},"grid":{"type":"square","size":149,"offsetX":-38,"offsetY":56,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/146-10.02-hurricane-tower.webp"},"title":"Map 10.2: Hurricane Tower","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"530","grid":{"type":"square","size":129,"offsetX":6,"offsetY":-2,"scale":3},"mapRegions":[{"area":"497","points":[[261,560],[261,341],[272,307],[293,280],[330,262],[365,256],[493,256],[512,240],[522,219],[522,157],[528,134],[550,130],[776,130],[821,175],[821,278],[808,293],[789,296],[734,296],[710,309],[693,326],[685,355],[690,560],[688,586],[672,610],[645,630],[603,643],[365,643],[317,637],[282,614],[262,587]]},{"area":"49b","points":[[222,834],[228,790],[250,760],[276,729],[314,705],[364,689],[450,692],[582,686],[644,703],[694,738],[717,786],[737,849],[735,950],[729,1075],[705,1132],[672,1168],[646,1183],[597,1201],[532,1206],[383,1203],[326,1191],[283,1169],[243,1126],[221,1054],[219,954]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/146-10.02-hurricane-tower.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/147-10.02-hurricane-tower-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"530"},"grid":{"type":"square","size":129,"offsetX":6,"offsetY":-2,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/150-10.03-ruinous-citadel.webp"},"title":"Map 10.3: Ruinous Citadel","credit":"Dyson Logos","width":1935,"height":1350,"imageType":"map","id":"531","grid":{"type":"square","size":159,"offsetX":51,"offsetY":15,"scale":4},"mapRegions":[{"area":"4a8","points":[[769,396],[769,80],[170,80],[170,396]]},{"area":"4ab","points":[[294,443],[294,997],[532,997],[532,443]]},{"area":"4b5","points":[[575,445],[575,839],[845,839],[845,445]]},{"area":"4ad","points":[[569,1072],[569,880],[1045,880],[1045,1072]]},{"area":"4af","points":[[1086,912],[1086,1076],[1600,1076],[1600,912]]},{"area":"4b9","points":[[1285,680],[1285,874],[1759,874],[1759,680]]},{"area":"4bb","points":[[889,125],[889,519],[1519,519],[1519,125]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/150-10.03-ruinous-citadel.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/151-10.03-ruinous-citadel-player.webp"},"title":"Player Version","width":1935,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"531"},"grid":{"type":"square","size":159,"offsetX":51,"offsetY":15,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/154-10.04-cliffside-redoubt.webp"},"title":"Map 10.4: Cliffside Redoubt","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"532","grid":{"type":"square","size":126,"offsetX":-56,"offsetY":-6,"scale":4},"mapRegions":[{"area":"4d0","points":[[138,195],[153,154],[228,134],[307,112],[382,115],[405,86],[454,60],[476,19],[895,15],[931,42],[984,52],[996,71],[1012,115],[999,292],[972,288],[928,287],[909,300],[881,299],[806,315],[762,324],[749,315],[719,321],[679,340],[660,331],[634,329],[615,341],[584,341],[506,320],[504,305],[489,287],[480,275],[419,275],[404,291],[372,281],[336,278],[307,267],[285,238],[253,236],[220,221],[175,206],[155,199]]},{"area":"4d0","points":[[148,611],[195,564],[229,564],[293,500],[632,500],[728,596],[745,596],[745,565],[734,538],[738,515],[761,495],[778,493],[804,500],[816,526],[820,551],[805,562],[777,534],[794,579],[804,579],[804,595],[838,595],[838,722],[804,722],[804,734],[792,734],[769,784],[809,759],[821,771],[814,799],[806,814],[794,825],[766,827],[741,813],[731,789],[735,774],[745,756],[745,722],[728,722],[629,814],[288,814],[220,753],[193,753],[148,708]]},{"area":"4ce","points":[[396,1194],[431,1180],[457,1173],[481,1159],[505,1146],[529,1140],[539,1151],[574,1138],[593,1129],[613,1106],[623,1093],[654,1090],[670,1094],[693,1085],[717,1081],[749,1079],[786,1082],[798,1077],[831,1082],[848,1076],[881,1077],[906,1093],[936,1094],[970,1099],[994,1105],[994,1334],[396,1334]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/154-10.04-cliffside-redoubt.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/155-10.04-cliffside-redoubt-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"532"},"grid":{"type":"square","size":126,"offsetX":-56,"offsetY":-6,"scale":4}}]},{"name":"Ch. 11: Eve of Ruin","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/158-11.01-vecnas-grasp.webp"},"title":"Map 11.1: Vecna's Grasp","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"533","grid":{"type":"square","size":158,"offsetX":-20,"offsetY":-49,"scale":3},"mapRegions":[{"area":"4eb","points":[[249,405],[285,361],[324,351],[336,332],[321,313],[321,283],[309,248],[280,238],[258,217],[222,214],[177,221],[159,223],[123,247],[82,285],[71,324],[84,353],[90,365],[93,393],[113,410],[141,428],[160,424],[179,439],[216,438],[235,428]]},{"area":"4ec","points":[[738,385],[742,366],[739,348],[758,332],[761,314],[750,269],[779,243],[818,226],[856,218],[875,207],[900,222],[930,236],[940,262],[937,285],[947,302],[954,325],[972,337],[966,358],[977,390],[909,414],[888,385],[892,356],[887,332],[874,295],[840,284],[829,297],[832,317],[837,345],[826,353],[827,383],[813,399],[795,422],[787,430],[768,425],[743,410]]},{"area":"4ed","points":[[550,1076],[573,1074],[592,1078],[602,1117],[619,1137],[632,1156],[661,1161],[669,1146],[695,1153],[734,1155],[743,1142],[768,1157],[781,1167],[740,1189],[723,1191],[703,1188],[686,1199],[650,1202],[631,1201],[596,1178],[548,1151],[543,1121],[555,1100]]},{"area":"4e8","points":[[182,447],[229,440],[259,410],[287,413],[304,425],[322,420],[331,397],[362,390],[391,380],[411,368],[425,353],[449,334],[473,332],[486,355],[502,385],[540,384],[559,365],[574,349],[611,340],[646,340],[655,360],[647,382],[662,404],[682,412],[698,415],[725,400],[736,417],[783,435],[784,457],[789,483],[809,479],[841,495],[850,504],[856,523],[866,543],[888,553],[901,580],[905,592],[890,606],[869,622],[862,633],[859,664],[875,672],[885,707],[884,730],[901,758],[906,768],[906,798],[910,842],[904,850],[878,859],[861,874],[856,890],[855,933],[824,947],[810,950],[798,971],[789,991],[761,995],[745,1009],[742,1028],[716,1040],[678,1063],[645,1055],[620,1044],[597,1050],[588,1067],[541,1068],[513,1055],[485,1040],[463,1052],[442,1060],[403,1057],[384,1038],[355,1023],[314,1025],[296,1027],[268,1009],[261,993],[236,989],[215,995],[179,970],[180,947],[185,902],[197,870],[175,852],[151,824],[156,791],[165,770],[179,752],[179,724],[163,692],[180,671],[192,645],[197,632],[187,597],[197,561],[207,548],[221,514],[214,498],[194,479],[183,464]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/158-11.01-vecnas-grasp.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/159-11.01-vecnas-grasp-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"533"},"grid":{"type":"square","size":158,"offsetX":-20,"offsetY":-49,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/161-11.02-torment-of-kas.webp"},"title":"Map 11.2: Torment of Kas","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"534","grid":{"type":"square","size":219,"offsetX":10,"offsetY":-69,"scale":4},"mapRegions":[{"area":"4fa","points":[[578,284],[717,154],[873,314],[791,399],[772,399],[763,410],[710,409],[690,402]]},{"area":"4f5","points":[[632,450],[632,398],[549,315],[359,310],[329,303],[291,311],[289,344],[280,366],[278,502],[279,604],[332,604],[331,528],[440,528],[440,554],[525,554]]},{"area":"4f7","points":[[576,559],[690,436],[786,436],[786,559]]},{"area":"4f3","points":[[20,635],[20,799],[858,799],[858,635]]},{"area":"4f2","points":[[248,1216],[248,828],[858,828],[858,1216]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/161-11.02-torment-of-kas.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/162-11.02-torment-of-kas-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"534"},"grid":{"type":"square","size":219,"offsetX":10,"offsetY":-69,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/164-11.03-neverwinter-square.webp"},"title":"Map 11.3: Neverwinter Square","credit":"Dyson Logos","width":1050,"height":1262,"imageType":"map","grid":{"type":"square","size":156,"offsetX":84,"offsetY":-24,"scale":3},"id":"53a"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/166-11.04-arekanzs-donjon.webp"},"title":"Map 11.4: Arekanz's Donjon","credit":"Dyson Logos","width":2100,"height":1350,"imageType":"map","id":"535","grid":{"type":"square","size":168,"offsetX":-62,"offsetY":15,"scale":3},"mapRegions":[{"area":"504","points":[[646,618],[646,910],[770,910],[770,618]]},{"area":"506","points":[[355,667],[450,523],[648,411],[827,307],[1056,163],[1259,45],[1485,35],[1293,178],[1094,299],[938,405],[806,477],[562,626],[523,645],[373,683]]},{"area":"508","points":[[1109,458],[1200,432],[1232,386],[1267,338],[1328,328],[1373,264],[1413,214],[1507,166],[1568,107],[1659,53],[2021,296],[1877,330],[1874,357],[1787,349],[1746,371],[1722,408],[1696,424],[1616,445],[1533,486],[1430,510],[1394,522],[1386,557],[1302,560],[1234,534],[1192,490],[1144,469]]},{"area":"50a","points":[[1491,955],[1657,789],[1771,789],[1939,957],[1939,1074],[1775,1238],[1658,1238],[1492,1072]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/166-11.04-arekanzs-donjon.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/167-11.04-arekanzs-donjon-player.webp"},"title":"Player Version","width":2100,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"535"},"grid":{"type":"square","size":168,"offsetX":-62,"offsetY":15,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/169-map-11.05-cave-of-shattered-reflection.webp"},"imageType":"map","title":"Map 11.5: Cave of Shattered Reflection","credit":"Francesca Baerald","width":4000,"height":2571,"id":"536","grid":{"type":"square","offsetX":7,"offsetY":11},"mapRegions":[{"area":"515","points":[[672,1130],[767,1060],[825,1047],[895,1015],[945,1032],[1025,1027],[1062,1062],[1117,1095],[1157,1157],[1172,1207],[1227,1237],[1290,1230],[1382,1190],[1442,1145],[1475,1142],[1465,1505],[1410,1500],[1362,1495],[1310,1450],[1280,1400],[1210,1392],[1170,1435],[1122,1490],[1075,1535],[1035,1590],[925,1610],[837,1602],[782,1592],[732,1547],[702,1497],[640,1420],[617,1332],[627,1252],[670,1185]]},{"area":"517","points":[[1535,1175],[1582,1142],[1620,1152],[1672,1155],[1707,1207],[1737,1242],[1827,1247],[1890,1250],[1927,1227],[2032,1222],[2092,1197],[2135,1205],[2200,1180],[2247,1207],[2295,1192],[2320,1292],[2270,1412],[2192,1432],[2120,1417],[2035,1417],[1977,1400],[1937,1410],[1885,1392],[1830,1397],[1777,1455],[1752,1517],[1705,1537],[1675,1550],[1600,1547],[1535,1502]]},{"area":"51b","points":[[2305,1160],[2300,1060],[2302,947],[2270,857],[2297,767],[2282,637],[2307,567],[2295,472],[2267,360],[2312,305],[2285,235],[2322,197],[2442,175],[2600,187],[2772,180],[2852,182],[2967,207],[3045,177],[3145,200],[3227,180],[3332,195],[3452,187],[3582,182],[3690,167],[3832,180],[3830,255],[3857,342],[3847,447],[3840,572],[3822,735],[3822,937],[3830,1097],[3835,1225],[3835,1357],[3820,1422],[3830,1472],[3830,1527],[3820,1605],[3822,1695],[3810,1755],[3827,1842],[3820,1892],[3830,1997],[3807,2045],[3835,2120],[3820,2177],[3827,2237],[3717,2230],[3657,2240],[3570,2220],[3470,2230],[3277,2235],[3192,2207],[3105,2222],[3000,2215],[2915,2232],[2840,2212],[2755,2230],[2677,2207],[2555,2200],[2472,2225],[2407,2215],[2310,2225],[2302,2107],[2285,1852],[2295,1652],[2317,1510],[2292,1462],[2340,1305],[2322,1217]]},{"area":"517","points":[[630,2357],[630,2417],[775,2417],[775,2357]]},{"area":"51b","points":[[792,2347],[792,2445],[1227,2445],[1227,2347]]},{"area":"515","points":[[437,1900],[437,2422],[615,2422],[615,1900]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/169-map-11.05-cave-of-shattered-reflection.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/170-map-11.05-cave-of-shattered-reflection-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4000,"height":2571,"credit":"Francesca Baerald","mapParent":{"id":"536"},"grid":{"type":"square","offsetX":7,"offsetY":11}}]}]},"QftIS":{"id":"QftIS","name":"Quests from the Infinite Staircase","source":"QftIS","prop":"adventure","chapters":[{"name":"Ch. 2: The Lost City","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/010-map-2.01-buried-ziggurat-1-3.webp"},"imageType":"map","title":"Map 2.1: Buried Ziggurat, Tiers 1-3","credit":"Mike Schley","width":3165,"height":4096,"id":"4ab","grid":{"type":"square","size":165,"offsetX":25,"offsetY":48,"scale":2,"distance":10},"mapRegions":[{"area":"03f","points":[[835,1018],[835,1342],[1163,1342],[1163,1018]]},{"area":"054","points":[[2248,689],[2248,839],[2395,839],[2395,689]]},{"area":"058","points":[[2494,686],[2494,845],[2644,845],[2644,686]]},{"area":"052","points":[[1835,777],[1835,1005],[2066,1005],[2066,777]]},{"area":"05b","points":[[2497,935],[2497,1086],[2644,1086],[2644,935]]},{"area":"047","points":[[1828,1103],[1828,1255],[1991,1255],[1991,1103]]},{"area":"044","points":[[2081,1018],[2081,1338],[2394,1338],[2394,1018]]},{"area":"05e","points":[[2494,1190],[2494,1335],[2644,1335],[2644,1190]]},{"area":"04b","points":[[2001,1511],[2001,1672],[2227,1672],[2227,1511]]},{"area":"04e","points":[[2248,1426],[2248,1587],[2480,1587],[2480,1426]]},{"area":"060","points":[[2497,1352],[2497,1502],[2645,1502],[2645,1352]]},{"area":"063","points":[[2494,1519],[2494,1671],[2644,1671],[2644,1519]]},{"area":"075","points":[[837,2170],[837,2490],[1168,2490],[1168,2170]]},{"area":"070","points":[[1253,2341],[1253,2489],[1494,2489],[1494,2341]]},{"area":"073","points":[[1333,2590],[1333,2738],[1497,2738],[1497,2590]]},{"area":"078","points":[[840,2750],[840,3151],[1159,3151],[1159,2750]]},{"area":"07f","points":[[839,3252],[839,3485],[1084,3485],[1084,3252]]},{"area":"082","points":[[841,3668],[841,3819],[1081,3819],[1081,3668]]},{"area":"088","points":[[1337,3503],[1337,3734],[1575,3734],[1575,3503]]},{"area":"086","points":[[1342,3170],[1538,3170],[1577,3209],[1577,3237],[1495,3237],[1495,3484],[1415,3484],[1415,3239],[1342,3239]]},{"area":"09c","points":[[2248,3243],[2248,3814],[2566,3814],[2566,3243]]},{"area":"06b","points":[[1658,2840],[1745,2836],[1818,2867],[1865,2921],[1899,2986],[1902,3072],[1880,3128],[1821,3194],[1755,3230],[1658,3230],[1590,3199],[1534,3146],[1506,3080],[1508,3000],[1532,2928],[1596,2865]]},{"area":"094","points":[[2245,2837],[2245,3161],[2569,3161],[2569,2837]]},{"area":"08f","points":[[2413,2508],[2565,2508],[2565,2668],[2534,2668],[2534,2746],[2569,2746],[2569,2822],[2413,2822]]},{"area":"08b","points":[[2237,2169],[2237,2490],[2565,2490],[2565,2169]]},{"area":"06d","points":[[1910,2338],[1910,2658],[2156,2658],[2156,2338]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/010-map-2.01-buried-ziggurat-1-3.webp"},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/011-map-2.01-buried-ziggurat-1-3-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3165,"height":4096,"credit":"Mike Schley","mapParent":{"id":"4ab"},"grid":{"type":"square","size":165,"offsetX":25,"offsetY":48,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/018-map-2.02-buried-ziggurat-4.webp"},"imageType":"map","title":"Map 2.2: Buried Ziggurat, Tier 4","credit":"Mike Schley","width":3165,"height":4096,"id":"59a","mapRegions":[{"area":"0ac","points":[[245,971],[245,1342],[618,1342],[618,971]]},{"area":"0aa","points":[[1517,970],[1517,1341],[1869,1341],[1869,970]]},{"area":"0ae","points":[[2363,1454],[2363,1726],[2541,1726],[2541,1454]]},{"area":"0b1","points":[[2656,1838],[2656,2114],[2925,2114],[2925,1838]]},{"area":"0a1","points":[[2075,1742],[2075,2018],[2349,2018],[2349,1742]]},{"area":"0ce","points":[[1597,1936],[1869,1936],[1869,2112],[1771,2112],[1771,2210],[1597,2210]]},{"area":"0cb","points":[[1786,2227],[1883,2227],[1883,2130],[2253,2130],[2253,2499],[1883,2499],[1883,2400],[1786,2400]]},{"area":"0d1","points":[[1592,2418],[1773,2418],[1773,2512],[1869,2512],[1869,2690],[1592,2690]]},{"area":"0b9","points":[[1403,2800],[1403,3072],[1675,3072],[1675,2800]]},{"area":"0b7","points":[[1690,3376],[1690,3653],[2061,3653],[2061,3376]]},{"area":"0b4","points":[[2653,3277],[2653,3560],[2933,3560],[2933,3277]]},{"area":"0be","points":[[1016,3182],[1016,3555],[1387,3555],[1387,3182]]},{"area":"0c0","points":[[445,3090],[445,3554],[808,3554],[808,3090]]},{"area":"0bb","points":[[629,2506],[629,2883],[1102,2883],[1102,2506]]},{"area":"0c2","points":[[250,2416],[250,3413],[334,3413],[334,2416]]},{"area":"0c6","points":[[246,2224],[246,2398],[910,2398],[910,2224]]},{"area":"0a7","points":[[250,1357],[250,2208],[525,2208],[525,1357]]},{"area":"0a4","points":[[1018,1741],[1018,2114],[1486,2114],[1486,1741]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/018-map-2.02-buried-ziggurat-4.webp"},"grid":{"type":"square","size":193,"offsetX":85,"offsetY":-16,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/019-map-2.02-buried-ziggurat-4-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3165,"height":4096,"credit":"Mike Schley","mapParent":{"id":"59a"},"grid":{"type":"square","size":193,"offsetX":85,"offsetY":-16,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/021-map-2.03-buried-ziggurat-5.webp"},"imageType":"map","title":"Map 2.3: Buried Ziggurat, Tier 5","credit":"Mike Schley","width":3165,"height":4096,"id":"59b","mapRegions":[{"area":"0f6","points":[[1192,219],[1192,1106],[1925,1106],[1925,219]]},{"area":"0ed","points":[[462,1250],[462,1546],[680,1546],[680,1250]]},{"area":"0ef","points":[[1050,1250],[1050,1621],[1339,1621],[1339,1250]]},{"area":"0fa","points":[[1707,1405],[1707,1616],[1930,1616],[1930,1405]]},{"area":"0f3","points":[[1205,1702],[1205,2859],[1923,2859],[1923,1702]]},{"area":"0ea","points":[[237,2067],[237,2501],[528,2501],[528,2067]]},{"area":"0dd","points":[[238,2797],[238,2941],[384,2941],[384,2797]]},{"area":"0d6","points":[[530,2795],[530,2941],[680,2941],[680,2795]]},{"area":"0d7","points":[[240,2955],[240,3230],[595,3230],[595,2955]]},{"area":"0e1","points":[[238,3246],[238,3528],[595,3528],[595,3246]]},{"area":"0e3","points":[[238,3544],[238,3904],[597,3904],[597,3544]]},{"area":"0e5","points":[[978,3616],[978,3902],[1558,3902],[1558,3616]]},{"area":"0e9","points":[[1925,3542],[1925,3904],[2296,3904],[2296,3542]]},{"area":"0e8","points":[[1115,3242],[1115,3310],[1366,3310],[1366,3242]]},{"area":"108","points":[[2666,3246],[2666,3605],[2880,3605],[2880,3246]]},{"area":"104","points":[[2443,2802],[2443,3230],[2883,3230],[2883,2802]]},{"area":"0ff","points":[[2522,2216],[2522,2792],[2882,2792],[2882,2216]]},{"area":"102","points":[[2368,1917],[2368,2202],[2882,2202],[2882,1917]]},{"area":"0fc","points":[[2589,1326],[2589,1685],[2878,1685],[2878,1326]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/021-map-2.03-buried-ziggurat-5.webp"},"grid":{"type":"square","size":147,"offsetX":34,"offsetY":6,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/022-map-2.03-buried-ziggurat-5-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3165,"height":4096,"credit":"Mike Schley","mapParent":{"id":"59b"},"grid":{"type":"square","size":147,"offsetX":34,"offsetY":6,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/025-map-2.04-expanded-ziggurat.webp"},"imageType":"map","title":"Map 2.4: Expanded Ziggurat","credit":"Mike Schley","width":4098,"height":2652,"id":"59c","mapRegions":[{"area":"112","points":[[490,1386],[534,1355],[517,1328],[523,1285],[550,1282],[578,1269],[582,1240],[602,1226],[586,1189],[600,1163],[634,1147],[637,1115],[629,1085],[654,1075],[686,1058],[712,1069],[736,1048],[1238,1048],[1238,1714],[1214,1725],[1194,1747],[1162,1733],[1128,1730],[1099,1738],[1072,1725],[1029,1731],[1011,1763],[997,1774],[979,1810],[933,1821],[901,1802],[893,1760],[870,1723],[830,1736],[806,1714],[802,1683],[773,1666],[765,1640],[731,1622],[685,1635],[680,1669],[696,1693],[680,1704],[666,1733],[595,1722],[597,1677],[573,1640],[570,1603],[518,1589],[510,1565],[467,1558],[416,1563],[389,1534],[368,1523],[338,1499],[350,1448]]},{"area":"115","points":[[1258,1274],[1363,1274],[1486,1054],[1920,1054],[2034,1272],[2034,1501],[1925,1718],[1488,1718],[1365,1496],[1258,1496]]},{"area":"119","points":[[1251,589],[1251,926],[2034,926],[2034,589]]},{"area":"11d","points":[[1405,1843],[1829,1843],[1859,1824],[1891,1826],[1904,1840],[1947,1840],[1974,1854],[1986,1869],[2016,1861],[2038,1842],[2086,1851],[2136,1842],[2197,1846],[2248,1853],[2285,1858],[2304,1877],[2341,1896],[2379,1883],[2406,1869],[2429,1872],[2454,1923],[2480,1936],[2496,1938],[2507,1982],[2534,1997],[2566,2019],[2571,2046],[2592,2078],[2629,2070],[2661,2080],[2706,2096],[2752,2296],[2718,2285],[2686,2272],[2642,2274],[2613,2274],[2584,2296],[2542,2288],[2515,2293],[2486,2275],[2450,2272],[2426,2286],[2416,2302],[2397,2301],[2387,2278],[2360,2269],[2328,2282],[2298,2294],[2285,2301],[2229,2291],[2210,2283],[2184,2288],[2154,2248],[2117,2234],[2083,2240],[2058,2262],[2013,2267],[1976,2278],[1946,2285],[1899,2272],[1874,2272],[1842,2282],[1826,2296],[1798,2288],[1752,2296],[1720,2288],[1701,2256],[1685,2218],[1643,2195],[1611,2210],[1594,2237],[1549,2232],[1515,2246],[1474,2242],[1451,2226],[1421,2213],[1368,2179],[1350,2160],[1350,2094],[1374,2074],[1379,2038],[1419,2016],[1405,1976],[1381,1962],[1354,1960],[1354,1912],[1386,1894],[1387,1862]]},{"area":"125","points":[[2397,598],[2614,598],[2614,469],[3069,469],[3069,597],[3184,597],[3280,816],[3280,1043],[3184,1274],[2397,1274]]},{"area":"121","points":[[2274,1539],[2288,1507],[2310,1474],[2354,1422],[2402,1381],[2474,1389],[2539,1387],[2579,1366],[2611,1382],[2664,1392],[2694,1378],[2733,1363],[2752,1387],[2782,1392],[2843,1386],[2893,1366],[2918,1374],[2947,1403],[2952,1437],[2981,1458],[3005,1485],[3029,1488],[3064,1499],[3098,1530],[3090,1579],[3080,1622],[3098,1653],[3131,1659],[3138,1704],[3158,1754],[3170,1813],[3147,1840],[3114,1838],[3096,1875],[3062,1925],[2960,1917],[2899,1894],[2870,1870],[2834,1864],[2808,1891],[2773,1896],[2742,1901],[2691,1886],[2680,1853],[2630,1850],[2602,1872],[2550,1862],[2514,1861],[2480,1838],[2456,1821],[2458,1789],[2419,1778],[2405,1763],[2370,1747],[2381,1717],[2371,1678],[2384,1653],[2368,1613],[2336,1576],[2294,1574],[2278,1560]]},{"area":"12d","points":[[3400,1483],[3435,1458],[3496,1434],[3558,1421],[3618,1427],[3621,1464],[3654,1480],[3678,1504],[3717,1498],[3739,1509],[3738,1539],[3752,1571],[3771,1598],[3800,1618],[3810,1654],[3763,1666],[3739,1698],[3741,1733],[3779,1746],[3803,1750],[3805,1773],[3816,1805],[3803,1826],[3814,1862],[3830,1883],[3803,1909],[3818,1936],[3850,1941],[3870,1966],[3870,2006],[3859,2042],[3875,2075],[3894,2106],[3891,2134],[3869,2150],[3872,2208],[3840,2205],[3818,2227],[3813,2245],[3782,2237],[3749,2238],[3706,2256],[3670,2286],[3653,2286],[3634,2262],[3614,2266],[3587,2280],[3546,2269],[3518,2285],[3470,2296],[3440,2290],[3408,2280],[3384,2261],[3358,2248],[3330,2261],[3299,2229],[3283,2211],[3258,2182],[3270,2144],[3267,2109],[3288,2094],[3309,2072],[3315,2037],[3293,2011],[3288,1963],[3307,1946],[3310,1901],[3310,1877],[3294,1850],[3274,1834],[3261,1805],[3282,1762],[3317,1720],[3325,1677],[3358,1666],[3390,1646],[3419,1619],[3406,1590],[3410,1539],[3410,1509]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/025-map-2.04-expanded-ziggurat.webp"},"grid":{"type":"square","size":114,"offsetX":-6,"offsetY":19,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/026-map-2.04-expanded-ziggurat-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4098,"height":2652,"credit":"Mike Schley","mapParent":{"id":"59c"},"grid":{"type":"square","size":114,"offsetX":-6,"offsetY":19,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/028-map-2.05-underground-city.webp"},"imageType":"map","title":"Map 2.5: Underground City","credit":"Marco Bernardini","width":4096,"height":2650,"id":"59d","mapRegions":[{"area":"135","points":[[309,1004],[309,1116],[741,1116],[741,1004]]},{"area":"137","points":[[808,935],[808,1084],[1202,1084],[1202,935]]},{"area":"138","points":[[1465,1122],[1465,1253],[1779,1253],[1779,1122]]},{"area":"134","points":[[2192,149],[2192,278],[2560,278],[2560,149]]},{"area":"136","points":[[3556,465],[3556,621],[3924,621],[3924,465]]},{"area":"136","points":[[3589,1503],[3589,1648],[3981,1648],[3981,1503]]},{"area":"136","points":[[3255,1682],[3255,1804],[3754,1804],[3754,1682]]},{"area":"136","points":[[2884,2301],[2884,2444],[3219,2444],[3219,2301]]},{"area":"13a","points":[[2509,2204],[2509,2335],[2764,2335],[2764,2204]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/028-map-2.05-underground-city.webp"},"grid":{"type":"none","size":148,"distance":200},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/029-map-2.05-underground-city-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Marco Bernardini","mapParent":{"id":"59d"},"grid":{"type":"none","size":148,"distance":200}}]},{"name":"Ch. 3: When a Star Falls","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/033-map-3.01-tegefed-mountains.webp"},"imageType":"map","title":"Map 3.1: Tegefed Mountains","credit":"Marco Bernardini","width":4096,"height":2650,"id":"59e","mapRegions":[{"area":"1fa","points":[[448,497],[451,446],[480,392],[509,375],[556,360],[608,368],[644,402],[657,448],[667,499],[640,531],[598,562],[554,577],[512,562],[469,528]]},{"area":"19d","points":[[1048,998],[1055,945],[1074,893],[1107,865],[1160,853],[1215,869],[1242,903],[1259,962],[1269,996],[1227,1040],[1192,1063],[1152,1080],[1101,1059],[1063,1027]]},{"area":"17a","points":[[1556,1667],[1562,1611],[1575,1564],[1606,1537],[1651,1524],[1699,1531],[1743,1560],[1762,1602],[1768,1667],[1731,1712],[1691,1733],[1655,1741],[1608,1722],[1575,1697]]},{"area":"159","points":[[2244,2147],[2253,2103],[2269,2065],[2286,2034],[2343,2011],[2383,2013],[2425,2034],[2451,2072],[2461,2149],[2425,2187],[2379,2215],[2324,2219],[2272,2185]]},{"area":"1ae","points":[[2903,398],[2907,341],[2926,303],[2949,267],[3008,257],[3055,272],[3093,295],[3114,341],[3118,398],[3084,444],[3027,469],[2977,465],[2931,432]]},{"area":"144","points":[[3063,1897],[3065,1851],[3078,1817],[3109,1781],[3147,1760],[3194,1756],[3227,1775],[3269,1808],[3280,1861],[3272,1912],[3215,1949],[3164,1968],[3122,1958],[3086,1933]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/033-map-3.01-tegefed-mountains.webp"},"grid":{"type":"hexColsOdd","size":181,"offsetX":-67,"offsetY":46,"distance":4,"units":"miles"},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/034-map-3.01-tegefed-mountains-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Marco Bernardini","mapParent":{"id":"59e"},"grid":{"type":"hexColsOdd","size":181,"offsetX":-67,"offsetY":46,"distance":4,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/036-map-3.02-derwyths-homestead.webp"},"imageType":"map","title":"Map 3.2: Derwyth's Homestead","credit":"Sean Macdonald","width":3277,"height":4096,"id":"59f","mapRegions":[{"area":"164","points":[[813,1444],[813,1192],[823,1162],[844,1147],[1072,1147],[1103,1162],[1112,1192],[1112,1402],[1101,1427],[1072,1444]]},{"area":"166","points":[[1160,1465],[1278,1583],[1301,1602],[1339,1606],[1899,1606],[1926,1589],[1941,1562],[1941,1202],[1933,1166],[1901,1143],[1206,1143],[1164,1154],[1160,1196]]},{"area":"16c","points":[[1979,1194],[1998,1160],[2044,1141],[2726,1141],[2766,1158],[2783,1211],[2783,1381],[2768,1425],[2728,1444],[2034,1444],[1996,1438],[1979,1392]]},{"area":"169","points":[[1726,1051],[1535,1051],[1535,905],[1562,893],[1579,863],[1678,863],[1693,891],[1726,909]]},{"area":"15f","points":[[998,1697],[1044,1760],[1097,1798],[1164,1811],[1305,1823],[1453,1825],[1564,1829],[1718,1966],[1617,1968],[1448,1954],[1328,1956],[1314,2008],[1316,2078],[1156,2072],[1137,1975],[1101,1931],[998,1899],[891,1895],[840,1926],[707,1848],[779,1792],[800,1726],[798,1629]]},{"area":"16e","points":[[867,2482],[1558,2482],[1587,2501],[1604,2537],[1604,2714],[1589,2747],[1556,2771],[874,2771],[836,2747],[823,2720],[823,2535],[834,2495]]},{"area":"170","points":[[2263,2352],[2284,2307],[2320,2272],[2364,2246],[2419,2227],[2463,2227],[2522,2234],[2585,2253],[2636,2297],[2686,2362],[2707,2434],[2695,2499],[2667,2564],[2634,2623],[2592,2659],[2509,2684],[2434,2688],[2358,2663],[2297,2617],[2253,2549],[2232,2484],[2240,2413]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/036-map-3.02-derwyths-homestead.webp"},"grid":{"type":"square","size":167,"offsetX":-42,"offsetY":-47,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/037-map-3.02-derwyths-homestead-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3277,"height":4096,"credit":"Sean Macdonald","mapParent":{"id":"59f"},"grid":{"type":"square","size":167,"offsetX":-42,"offsetY":-47,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/039-map-3.03-derro-lair.webp"},"imageType":"map","title":"Map 3.3: Derro Lair","credit":"Jason A. Engle","width":4096,"height":2650,"id":"5a0","mapRegions":[{"area":"183","points":[[622,1464],[686,1472],[706,1454],[750,1450],[802,1453],[832,1448],[867,1416],[882,1366],[904,1334],[893,1296],[923,1267],[918,1227],[973,1198],[1014,1202],[1037,1200],[1069,1178],[1083,1146],[1150,1112],[1162,1080],[1200,1066],[1229,1064],[1277,1083],[1318,1082],[1373,1070],[1395,1050],[1434,1018],[1462,992],[1491,1008],[1509,1045],[1514,1102],[1509,1162],[1498,1189],[1469,1208],[1453,1221],[1446,1266],[1466,1293],[1472,1342],[1509,1371],[1549,1382],[1568,1405],[1534,1435],[1509,1450],[1491,1494],[1459,1490],[1419,1478],[1390,1501],[1370,1530],[1349,1566],[1306,1550],[1256,1531],[1226,1488],[1219,1461],[1226,1429],[1213,1392],[1178,1370],[1149,1374],[1155,1410],[1125,1402],[1080,1410],[1043,1429],[1010,1424],[976,1438],[957,1462],[939,1506],[896,1512],[880,1538],[846,1557],[826,1586],[800,1597],[760,1603],[728,1610],[715,1642],[661,1603],[622,1558],[606,1502]]},{"area":"18e","points":[[1886,1448],[1886,1869],[2094,1869],[2094,1448]]},{"area":"198","points":[[2342,1206],[2342,990],[2453,898],[2568,898],[2611,934],[2643,925],[2674,931],[2707,955],[2746,1018],[2762,1091],[2755,1149],[2726,1195],[2688,1235],[2613,1237],[2533,1237],[2458,1206]]},{"area":"18c","points":[[2400,1443],[2440,1394],[2427,1358],[2424,1326],[2456,1283],[2509,1293],[2581,1296],[2568,1376],[2571,1434],[2622,1440],[2666,1432],[2693,1429],[2722,1440],[2747,1474],[2747,1517],[2693,1547],[2622,1570],[2566,1571],[2520,1563],[2483,1554],[2456,1538]]},{"area":"189","points":[[1894,2112],[2118,2112],[2118,2002],[2774,2002],[2774,2427],[2115,2427],[2115,2315],[1894,2315]]},{"area":"187","points":[[1379,1702],[1422,1702],[1443,1731],[1466,1766],[1494,1797],[1515,1832],[1523,1882],[1539,1922],[1557,1954],[1595,1971],[1622,2000],[1619,2051],[1616,2072],[1630,2106],[1648,2128],[1642,2158],[1616,2162],[1613,2203],[1605,2258],[1614,2296],[1619,2315],[1606,2344],[1582,2371],[1557,2392],[1533,2387],[1491,2358],[1446,2339],[1414,2331],[1387,2339],[1336,2365],[1283,2386],[1232,2371],[1192,2358],[1176,2334],[1186,2310],[1216,2298],[1274,2285],[1299,2266],[1325,2240],[1333,2179],[1354,2144],[1352,2098],[1362,2054],[1360,2003],[1330,1954],[1339,1925],[1355,1866],[1346,1835],[1342,1795],[1358,1770],[1368,1736]]},{"area":"192","points":[[3024,2109],[3141,2107],[3166,2085],[3195,2074],[3235,2080],[3290,2069],[3349,2061],[3406,2040],[3442,2019],[3454,1971],[3496,1981],[3526,2034],[3528,2102],[3533,2157],[3522,2210],[3512,2245],[3504,2291],[3499,2352],[3462,2382],[3424,2387],[3374,2355],[3318,2355],[3264,2370],[3224,2341],[3186,2315],[3134,2306],[3101,2315],[3024,2315]]},{"area":"195","points":[[2554,1882],[2558,1811],[2579,1762],[2656,1738],[2714,1770],[2778,1763],[2837,1758],[2858,1739],[2907,1688],[2944,1642],[2994,1664],[3051,1667],[3128,1680],[3165,1666],[3226,1685],[3272,1699],[3363,1717],[3450,1690],[3453,1778],[3458,1872],[3387,1870],[3339,1869],[3291,1890],[3253,1917],[3198,1920],[3157,1920],[3117,1944],[3056,1938],[2994,1918],[2933,1910],[2909,1894],[2859,1901],[2814,1886],[2786,1866],[2669,1866],[2669,1882]]},{"area":"19c","points":[[3722,907],[3779,874],[3818,829],[3846,803],[3891,770],[3939,747],[3974,715],[4018,690],[4075,685],[4086,814],[4051,845],[4029,883],[3995,917],[3962,954],[3912,979],[3882,1016],[3848,1046]]},{"area":"180","points":[[2909,565],[3347,565],[3347,802],[3309,826],[3248,866],[3144,867],[3070,869],[2982,864],[2928,845],[2888,771],[2888,712],[2909,677]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/039-map-3.03-derro-lair.webp"},"grid":{"type":"square","size":226,"offsetX":140,"offsetY":123,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/040-map-3.03-derro-lair-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Jason A. Engle","mapParent":{"id":"5a0"},"grid":{"type":"square","size":226,"offsetX":140,"offsetY":123,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/043-map-3.04-therno-lake.webp"},"imageType":"map","title":"Map 3.4: Therno Lake","credit":"Marco Bernardini","width":3277,"height":4096,"id":"5a1","mapRegions":[{"area":"1a0","points":[[489,3437],[489,3575],[652,3575],[652,3437]]},{"area":"1a8","points":[[1089,2142],[1089,2274],[1258,2274],[1258,2142]]},{"area":"1ab","points":[[1714,1175],[1714,1317],[1895,1317],[1895,1175]]},{"area":"1a3","points":[[871,1132],[871,1262],[1058,1262],[1058,1132]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/043-map-3.04-therno-lake.webp"},"grid":{"type":"square","size":306,"offsetX":111,"offsetY":-89,"distance":50},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/044-map-3.04-therno-lake-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3277,"height":4096,"credit":"Marco Bernardini","mapParent":{"id":"5a1"},"grid":{"type":"square","size":306,"offsetX":111,"offsetY":-89,"distance":50}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/046-map-3.05-tower-of-the-heavens.webp"},"imageType":"map","title":"Map 3.5: Tower of the Heavens","credit":"Sean Macdonald","width":3165,"height":4096,"id":"5a2","mapRegions":[{"area":"1e9","points":[[626,472],[626,584],[837,584],[837,472]]},{"area":"1e2","points":[[1103,397],[1103,715],[1426,715],[1426,397]]},{"area":"1e6","points":[[1478,529],[1505,502],[1604,502],[1637,535],[1637,718],[1612,743],[1507,743],[1478,716]]},{"area":"1d4","points":[[1078,774],[1479,774],[1531,819],[1531,877],[1478,929],[1078,929]]},{"area":"1d8","points":[[786,931],[786,1089],[1052,1089],[1052,931]]},{"area":"1d9","points":[[1105,984],[1158,984],[1158,964],[1210,964],[1210,1086],[1105,1086]]},{"area":"1dc","points":[[1236,983],[1266,983],[1266,964],[1318,964],[1318,983],[1339,983],[1339,1090],[1236,1090]]},{"area":"1df","points":[[1374,966],[1423,966],[1423,983],[1478,983],[1478,1089],[1374,1089]]},{"area":"1be","points":[[2120,346],[2278,346],[2387,427],[2387,637],[2565,637],[2565,902],[2517,902],[2517,1065],[2406,1065],[2406,1227],[2176,1227],[2176,1057],[2094,1057],[2094,471],[2120,471]]},{"area":"1ed","points":[[596,1841],[732,1761],[859,1835],[859,2002],[734,2076],[596,2000]]},{"area":"1c8","points":[[998,1835],[1101,1835],[1101,1942],[1050,1942],[1050,1964],[998,1964]]},{"area":"1c3","points":[[1102,1786],[1102,1996],[1424,1996],[1424,1786]]},{"area":"1d2","points":[[762,2187],[790,2215],[1080,2215],[1080,2268],[764,2268],[710,2214],[710,2155]]},{"area":"1d1","points":[[895,2290],[895,2478],[1053,2478],[1053,2290]]},{"area":"1d0","points":[[1075,2344],[1075,2479],[1244,2479],[1244,2344]]},{"area":"1cd","points":[[1372,2158],[1450,2158],[1531,2239],[1531,2371],[1372,2371]]},{"area":"1c1","points":[[1479,2046],[1479,2104],[1504,2129],[1613,2129],[1638,2104],[1638,1918],[1614,1894],[1508,1894],[1479,1925]]},{"area":"1bc","points":[[2123,1892],[2252,1892],[2307,1947],[2307,2136],[2210,2136],[2210,1973],[2123,1973]]},{"area":"1ca","points":[[1103,2048],[1103,2291],[1319,2291],[1319,2048]]},{"area":"1f6","points":[[502,3351],[509,3335],[542,3317],[560,3303],[565,3282],[571,3257],[588,3243],[601,3236],[604,3221],[617,3210],[643,3206],[675,3210],[677,3196],[725,3196],[730,3201],[750,3204],[773,3210],[809,3222],[818,3235],[809,3255],[814,3276],[830,3283],[844,3302],[840,3319],[803,3335],[783,3345],[784,3359],[794,3372],[816,3375],[830,3389],[830,3441],[819,3432],[799,3424],[773,3430],[761,3444],[764,3465],[788,3472],[804,3485],[816,3510],[815,3532],[792,3546],[763,3555],[738,3555],[712,3549],[664,3544],[646,3530],[636,3518],[609,3507],[589,3459],[557,3443],[531,3432],[511,3412],[499,3381]]},{"area":"1d3","points":[[457,3236],[525,3125],[478,3097],[432,3105],[394,3162],[411,3200]]},{"area":"1d3","points":[[667,3041],[797,3041],[797,2986],[769,2952],[704,2952],[667,2981]]},{"area":"1d3","points":[[464,3397],[529,3507],[476,3536],[435,3523],[401,3474],[415,3429]]},{"area":"1d3","points":[[724,3839],[815,3933],[774,3972],[728,3972],[685,3933],[685,3882]]},{"area":"1d3","points":[[1608,3932],[1696,3834],[1741,3890],[1735,3926],[1698,3972],[1652,3972]]},{"area":"1d3","points":[[1602,3121],[1645,3080],[1686,3076],[1739,3122],[1735,3169],[1694,3211]]},{"area":"1f8","points":[[2522,3037],[2577,3044],[2624,3059],[2678,3093],[2710,3118],[2734,3147],[2764,3190],[2781,3231],[2789,3284],[2789,3349],[2777,3390],[2766,3419],[2739,3472],[2711,3503],[2680,3526],[2628,3560],[2572,3577],[2519,3583],[2468,3574],[2410,3560],[2356,3525],[2322,3502],[2297,3463],[2272,3416],[2253,3363],[2250,3317],[2250,3275],[2259,3230],[2271,3196],[2297,3151],[2328,3115],[2357,3090],[2413,3061],[2469,3044]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/046-map-3.05-tower-of-the-heavens.webp"},"grid":{"type":"square","size":160,"offsetX":-44,"offsetY":64,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/047-map-3.05-tower-of-the-heavens-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3165,"height":4096,"credit":"Sean Macdonald","mapParent":{"id":"5a2"},"grid":{"type":"square","size":160,"offsetX":-44,"offsetY":64,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/050-map-3.06-forge-of-the-kagu-svirfneblin.webp"},"imageType":"map","title":"Map 3.6: Forge of the Kagu-svirfneblin","credit":"Damien Mammoliti","width":3165,"height":4096,"id":"5a3","mapRegions":[{"area":"204","points":[[1477,1098],[1448,1139],[1427,1173],[1402,1235],[1397,1264],[1350,1304],[1346,1347],[1326,1381],[1320,1427],[1331,1459],[1355,1515],[1320,1589],[1251,1629],[1195,1677],[1155,1669],[1099,1669],[1069,1666],[906,1666],[885,1688],[814,1682],[742,1654],[699,1611],[683,1590],[651,1582],[610,1512],[611,1464],[590,1416],[550,1373],[510,1365],[485,1310],[448,1192],[422,1141],[402,1062],[382,998],[403,923],[443,853],[442,779],[448,750],[429,675],[434,590],[419,538],[435,485],[422,432],[499,398],[581,334],[731,318],[888,307],[1043,328],[1152,374],[1314,448],[1392,502],[1499,574],[1522,630],[1504,678],[1494,709],[1493,736],[1470,778],[1445,822],[1442,862],[1432,910],[1434,949],[1477,949]]},{"area":"207","points":[[1491,947],[1522,955],[1554,947],[1606,949],[1662,955],[1693,885],[1670,830],[1680,797],[1715,758],[1739,722],[1778,720],[1811,714],[1834,694],[1869,696],[1896,707],[1906,744],[1915,794],[1915,829],[1888,846],[1840,845],[1811,867],[1792,893],[1786,934],[1806,955],[1848,960],[1902,947],[1934,933],[1958,939],[2006,933],[2014,898],[2006,867],[1992,838],[2002,797],[2037,750],[2086,744],[2133,733],[2170,736],[2182,773],[2182,814],[2179,856],[2197,878],[2200,912],[2195,946],[2158,957],[2131,981],[2117,1016],[2104,1064],[2102,1118],[2130,1154],[2149,1190],[2139,1227],[2125,1267],[2104,1291],[2042,1306],[2008,1334],[1989,1323],[1974,1280],[2006,1234],[1995,1178],[1965,1125],[1918,1088],[1866,1094],[1850,1136],[1858,1186],[1890,1229],[1898,1266],[1894,1323],[1885,1358],[1835,1394],[1784,1398],[1738,1392],[1691,1362],[1680,1318],[1715,1278],[1715,1227],[1726,1168],[1720,1123],[1694,1096],[1659,1070],[1637,1048],[1597,1054],[1558,1054],[1517,1061],[1491,1094]]},{"area":"211","points":[[1906,1693],[2000,1693],[2000,1586],[2103,1586],[2103,1688],[2210,1688],[2210,1587],[2308,1587],[2308,1690],[2414,1690],[2414,1788],[2311,1788],[2311,1837],[2415,1837],[2415,1941],[2311,1941],[2311,1996],[2413,1996],[2413,2102],[1906,2102],[1906,1999],[2001,1999],[2001,1937],[1906,1937],[1906,1836],[1999,1836],[1999,1788],[1906,1788]]},{"area":"214","points":[[2226,2557],[2249,2555],[2285,2542],[2321,2525],[2342,2485],[2352,2417],[2323,2392],[2305,2372],[2288,2350],[2299,2319],[2295,2283],[2311,2261],[2366,2237],[2414,2218],[2446,2210],[2483,2241],[2502,2281],[2507,2319],[2498,2357],[2489,2383],[2483,2430],[2459,2462],[2471,2486],[2501,2494],[2545,2490],[2551,2450],[2579,2439],[2570,2404],[2556,2368],[2560,2355],[2590,2345],[2596,2301],[2615,2275],[2632,2261],[2663,2265],[2703,2297],[2737,2314],[2768,2311],[2786,2337],[2791,2363],[2773,2377],[2726,2382],[2706,2404],[2676,2428],[2668,2461],[2697,2483],[2730,2508],[2732,2546],[2725,2600],[2729,2628],[2835,2628],[2835,2828],[2627,2828],[2627,2618],[2590,2614],[2560,2623],[2535,2644],[2552,2679],[2568,2708],[2557,2734],[2538,2773],[2517,2787],[2511,2813],[2477,2827],[2445,2814],[2413,2781],[2404,2752],[2404,2729],[2434,2724],[2453,2686],[2474,2677],[2485,2619],[2463,2606],[2440,2610],[2419,2650],[2397,2680],[2377,2694],[2355,2712],[2316,2711],[2290,2706],[2262,2708],[2226,2707]]},{"area":"218","points":[[1164,3252],[1061,3149],[1061,3041],[1170,2943],[1267,2943],[1370,3046],[1370,3148],[1265,3252]]},{"area":"216","points":[[1692,2945],[1890,2945],[1890,3150],[2003,3150],[2003,2899],[2204,2899],[2204,3151],[2315,3151],[2315,2945],[2519,2945],[2519,3139],[2569,3132],[2599,3134],[2639,3148],[2672,3170],[2714,3205],[2728,3236],[2732,3285],[2734,3325],[2725,3379],[2693,3418],[2655,3445],[2610,3470],[2565,3472],[2517,3466],[2517,3667],[2319,3667],[2319,3458],[2199,3458],[2199,3659],[2008,3659],[2008,3459],[1888,3459],[1888,3666],[1692,3666],[1692,3462],[1476,3462],[1476,3148],[1692,3148]]},{"area":"20c","points":[[1166,2826],[1785,2826],[1785,2111],[1166,2111]]},{"area":"21c","points":[[1165,3565],[1261,3565],[1267,3636],[1262,3681],[1257,3717],[1261,3757],[1281,3779],[1286,3808],[1292,3858],[1271,3886],[1274,3917],[1289,3950],[1311,3981],[1317,4019],[1356,4053],[1360,4086],[1170,4086],[1152,4045],[1161,3994],[1138,3934],[1155,3892],[1152,3832],[1142,3787],[1155,3743],[1165,3668]]},{"area":"20b","points":[[121,2987],[121,3455],[323,3455],[323,2987]]},{"area":"20b","points":[[382,2988],[382,3462],[586,3462],[586,2988]]},{"area":"20b","points":[[641,2987],[641,3454],[850,3454],[850,2987]]},{"area":"209","points":[[223,2348],[249,2284],[281,2243],[328,2215],[375,2203],[617,2215],[653,2232],[689,2265],[719,2314],[732,2368],[732,2539],[717,2608],[685,2654],[654,2693],[613,2720],[556,2728],[374,2728],[316,2707],[276,2671],[237,2622],[223,2569]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/050-map-3.06-forge-of-the-kagu-svirfneblin.webp"},"grid":{"type":"square","size":209,"offsetX":27,"offsetY":28,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/051-map-3.06-forge-of-the-kagu-svirfneblin-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3165,"height":4096,"credit":"Damien Mammoliti","mapParent":{"id":"5a3"},"grid":{"type":"square","size":209,"offsetX":27,"offsetY":28,"scale":2,"distance":10}}]},{"name":"Ch. 4: Beyond the Crystal Cave","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/058-map-4.01-cave-of-echoes.webp"},"imageType":"map","title":"Map 4.1: Cave of Echoes","credit":"Marc Moureau","width":4096,"height":2650,"id":"5a4","mapRegions":[{"area":"232","points":[[309,1253],[356,1248],[411,1244],[507,1223],[573,1198],[655,1162],[709,1135],[804,1124],[905,1112],[928,1057],[960,1002],[996,973],[1044,933],[1078,1027],[1036,1057],[1000,1118],[973,1162],[901,1206],[888,1269],[867,1297],[844,1328],[798,1377],[779,1415],[743,1429],[718,1522],[709,1549],[619,1531],[583,1446],[604,1383],[522,1354],[482,1324],[406,1312],[371,1343]]},{"area":"235","points":[[1055,1752],[1063,1716],[1099,1674],[1158,1642],[1213,1627],[1274,1632],[1331,1663],[1377,1714],[1398,1781],[1404,1857],[1383,1926],[1333,1981],[1278,2006],[1198,2021],[1143,2002],[1069,1956],[1027,1891],[1023,1819]]},{"area":"239","points":[[1324,1017],[1423,1019],[1442,1000],[1476,968],[1509,926],[1476,869],[1444,781],[1389,739],[1349,771],[1326,827],[1267,846],[1223,834],[1175,802],[1171,739],[1192,705],[1246,655],[1269,636],[1335,636],[1373,629],[1434,638],[1461,682],[1499,724],[1518,768],[1520,804],[1545,878],[1585,926],[1592,987],[1627,1051],[1627,1135],[1648,1175],[1691,1221],[1697,1263],[1718,1301],[1731,1343],[1724,1425],[1617,1379],[1533,1324],[1474,1324],[1429,1349],[1392,1387],[1349,1411],[1324,1438],[1280,1459],[1236,1442],[1196,1411],[1128,1381],[1160,1333],[1194,1278],[1217,1326],[1263,1352],[1333,1345],[1385,1276],[1404,1221],[1389,1164],[1322,1156],[1278,1093],[1244,1051],[1196,926],[1244,949],[1288,973]]},{"area":"23d","points":[[2143,1192],[2152,1135],[2118,1091],[2099,1044],[2093,1011],[2034,968],[2015,922],[2040,895],[2015,779],[2038,735],[2074,712],[2105,737],[2162,712],[2202,741],[2269,726],[2305,745],[2345,754],[2444,760],[2465,787],[2499,829],[2495,884],[2512,928],[2526,975],[2495,1063],[2448,1088],[2417,1109],[2349,1109],[2286,1078],[2234,1101],[2232,1154],[2238,1177],[2293,1196],[2295,1227],[2208,1265],[2154,1232]]},{"area":"240","points":[[2541,1731],[2573,1693],[2642,1667],[2703,1682],[2754,1678],[2775,1659],[2836,1653],[2909,1659],[2952,1684],[3002,1733],[3057,1764],[3112,1771],[3177,1771],[3185,1712],[3194,1667],[3168,1623],[3240,1672],[3246,1724],[3278,1731],[3265,1811],[3219,1825],[3171,1853],[3080,1857],[3006,1865],[2935,1855],[2872,1861],[2842,1851],[2758,1878],[2695,1834],[2640,1829],[2651,1783],[2608,1758],[2562,1752]]},{"area":"243","points":[[2806,1164],[2773,1128],[2768,1072],[2747,1011],[2752,968],[2760,897],[2752,872],[2789,804],[2857,777],[2872,749],[2924,726],[2979,697],[3008,672],[3063,688],[3143,697],[3171,714],[3246,709],[3291,754],[3358,785],[3392,821],[3408,909],[3404,1065],[3392,1131],[3312,1173],[3238,1187],[3202,1215],[3141,1204],[3097,1223],[3013,1208],[2983,1234],[2924,1248],[2834,1194]]},{"area":"249","points":[[3499,823],[3808,823],[3808,926],[3868,926],[3891,968],[3867,1004],[3806,1004],[3806,1114],[3499,1114]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/058-map-4.01-cave-of-echoes.webp"},"grid":{"type":"square","size":201,"offsetX":-21,"offsetY":21,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/059-map-4.01-cave-of-echoes-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Marc Moureau","mapParent":{"id":"5a4"},"grid":{"type":"square","size":201,"offsetX":-21,"offsetY":21,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/061-map-4.02-eternal-garden.webp"},"imageType":"map","title":"Map 4.2: Eternal Garden","credit":"Marc Moureau","width":4096,"height":2650,"id":"5a5","mapRegions":[{"area":"259","points":[[874,653],[874,736],[987,736],[987,653]]},{"area":"25c","points":[[696,1006],[696,1091],[819,1091],[819,1006]]},{"area":"254","points":[[1049,990],[1049,1064],[1139,1064],[1139,990]]},{"area":"26b","points":[[1229,1334],[1229,1413],[1354,1413],[1354,1334]]},{"area":"266","points":[[949,1641],[949,1721],[1050,1721],[1050,1641]]},{"area":"289","points":[[2150,2179],[2150,2274],[2294,2274],[2294,2179]]},{"area":"284","points":[[2504,2080],[2504,2187],[2640,2187],[2640,2080]]},{"area":"280","points":[[2946,1994],[2946,2081],[3079,2081],[3079,1994]]},{"area":"298","points":[[2557,1456],[2557,1544],[2689,1544],[2689,1456]]},{"area":"2a0","points":[[3150,1509],[3150,1599],[3311,1599],[3311,1509]]},{"area":"299","points":[[2129,1380],[2129,1466],[2270,1466],[2270,1380]]},{"area":"29c","points":[[2144,941],[2144,1029],[2287,1029],[2287,941]]},{"area":"28c","points":[[1769,1476],[1769,1577],[1914,1577],[1914,1476]]},{"area":"291","points":[[2537,1129],[2537,1214],[2669,1214],[2669,1129]]},{"area":"2a4","points":[[2889,1170],[2889,1260],[3046,1260],[3046,1170]]},{"area":"294","points":[[2776,810],[2776,893],[2923,893],[2923,810]]},{"area":"27b","points":[[3413,957],[3413,1034],[3544,1034],[3544,957]]},{"area":"276","points":[[2757,587],[2757,679],[2870,679],[2870,587]]},{"area":"273","points":[[2280,256],[2280,343],[2411,343],[2411,256]]},{"area":"270","points":[[1714,340],[1714,427],[1836,427],[1836,340]]},{"area":"262","points":[[1504,598],[1504,689],[1638,689],[1638,598]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/061-map-4.02-eternal-garden.webp"},"grid":{"type":"square","size":81,"offsetX":24,"offsetY":29,"distance":50},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/062-map-4.02-eternal-garden-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Marc Moureau","mapParent":{"id":"5a5"},"grid":{"type":"square","size":81,"offsetX":24,"offsetY":29,"distance":50}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/069-map-4.03-palace-of-spires.webp"},"imageType":"map","title":"Map 4.3: Palace of Spires","credit":"Marc Moureau","width":4096,"height":2650,"id":"5a6","mapRegions":[{"area":"2ac","points":[[242,1249],[242,1382],[362,1382],[362,1249]]},{"area":"2ae","points":[[405,1084],[405,927],[461,871],[709,871],[752,914],[752,1084]]},{"area":"2ae","points":[[411,1553],[758,1553],[758,1725],[710,1773],[465,1773],[411,1721]]},{"area":"2b1","points":[[315,827],[269,822],[244,793],[235,760],[245,724],[276,696],[309,691],[336,700],[362,716],[375,745],[376,780],[365,811],[344,827]]},{"area":"2b1","points":[[375,1858],[371,1896],[349,1927],[315,1945],[275,1936],[249,1913],[233,1869],[249,1835],[269,1815],[300,1807],[331,1813],[353,1827]]},{"area":"2bb","points":[[878,764],[878,1091],[1285,1091],[1285,764]]},{"area":"2c1","points":[[878,1542],[878,1873],[1291,1873],[1291,1542]]},{"area":"2b4","points":[[518,1218],[518,1420],[795,1420],[795,1218]]},{"area":"2b7","points":[[1015,1120],[1424,1120],[1476,1131],[1547,1167],[1602,1218],[1625,1275],[1633,1311],[1622,1358],[1600,1420],[1551,1467],[1487,1507],[1420,1522],[1015,1522]]},{"area":"2c8","points":[[1998,853],[2042,836],[2065,804],[2073,760],[2327,760],[2356,805],[2387,831],[2398,842],[2398,1093],[2076,1093],[2056,1053],[2024,1024],[1998,1005]]},{"area":"2c6","points":[[2047,1118],[2038,1085],[2025,1058],[1995,1044],[1967,1042],[1929,1058],[1905,1089],[1922,1129],[1945,1165],[1995,1178],[1995,1458],[1945,1469],[1915,1507],[1915,1545],[1931,1578],[1964,1593],[2005,1591],[2035,1576],[2053,1549],[2053,1515],[2540,1515],[2600,1509],[2653,1480],[2705,1435],[2738,1375],[2747,1313],[2735,1256],[2705,1200],[2655,1149],[2595,1116],[2536,1118]]},{"area":"2c8","points":[[2004,1625],[2036,1605],[2065,1576],[2075,1542],[2393,1542],[2393,1798],[2358,1818],[2329,1860],[2078,1860],[2056,1820],[2027,1793],[2004,1778]]},{"area":"2cc","points":[[3116,1204],[3151,1187],[3173,1156],[3184,1127],[3524,1127],[3475,1173],[3440,1222],[3440,1398],[3456,1436],[3536,1513],[3187,1513],[3165,1469],[3116,1435]]},{"area":"2ce","points":[[3456,1276],[3473,1233],[3495,1202],[3529,1169],[3575,1138],[3620,1122],[3671,1122],[3722,1127],[3780,1156],[3829,1211],[3853,1282],[3862,1364],[3829,1431],[3775,1482],[3698,1520],[3618,1515],[3547,1484],[3493,1427],[3453,1367]]},{"area":"2ca","points":[[3074,828],[3074,1037],[3120,1037],[3120,828]]},{"area":"2ca","points":[[3077,1601],[3077,1805],[3117,1805],[3117,1601]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/069-map-4.03-palace-of-spires.webp"},"grid":{"type":"square","size":209,"offsetX":95,"offsetY":-18,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/070-map-4.03-palace-of-spires-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Marc Moureau","mapParent":{"id":"5a6"},"grid":{"type":"square","size":209,"offsetX":95,"offsetY":-18,"scale":3,"distance":10}}]},{"name":"Ch. 5: Pharaoh","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/076-map-5.01-false-tomb.webp"},"imageType":"map","title":"Map 5.1: False Tomb","credit":"Stacey Allan & William Doyle","width":1489,"height":4096,"id":"5a7","mapRegions":[{"area":"2f4","points":[[594,3476],[645,3435],[846,3435],[894,3476]]},{"area":"2f6","points":[[579,3078],[579,3338],[908,3338],[908,3078]]},{"area":"2fe","points":[[306,3078],[306,3269],[495,3269],[495,3078]]},{"area":"301","points":[[991,3080],[991,3271],[1187,3271],[1187,3080]]},{"area":"306","points":[[98,2902],[101,2873],[115,2842],[141,2820],[167,2807],[196,2802],[222,2807],[249,2819],[272,2840],[288,2865],[292,2902],[288,2936],[265,2973],[232,2992],[198,3000],[164,2992],[135,2978],[114,2959],[98,2926]]},{"area":"309","points":[[1394,2902],[1386,2941],[1367,2973],[1334,2993],[1298,3001],[1255,2993],[1220,2968],[1199,2933],[1193,2902],[1200,2873],[1211,2851],[1231,2824],[1269,2807],[1313,2806],[1346,2820],[1376,2848],[1389,2880]]},{"area":"30b","points":[[651,2807],[651,2998],[838,2998],[838,2807]]},{"area":"30d","points":[[714,2320],[714,2799],[772,2799],[772,2320]]},{"area":"30e","points":[[647,2049],[647,2315],[839,2315],[839,2049]]},{"area":"312","points":[[988,2106],[958,2099],[933,2080],[924,2046],[924,1618],[928,1598],[955,1578],[988,1569],[1047,1569],[1074,1578],[1099,1593],[1112,1616],[1112,2053],[1100,2079],[1081,2098],[1053,2106]]},{"area":"314","points":[[920,1489],[854,1425],[854,1294],[920,1228],[1119,1228],[1181,1293],[1181,1425],[1120,1489]]},{"area":"316","points":[[924,1141],[924,880],[986,818],[1051,818],[1116,879],[1116,1141]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/076-map-5.01-false-tomb.webp"},"grid":{"type":"square","size":206,"offsetX":68,"offsetY":-61,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/077-map-5.01-false-tomb-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1489,"height":4096,"credit":"Stacey Allan & William Doyle","mapParent":{"id":"5a7"},"grid":{"type":"square","size":206,"offsetX":68,"offsetY":-61,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/079-map-5.02-maze-of-mists-map.webp"},"imageType":"map","title":"Map 5.2: Maze of Mists","credit":"Stacey Allan & William Doyle","width":2550,"height":3300,"id":"5a8","mapRegions":[{"area":"350","points":[[1113,3159],[1113,2979],[932,2979],[932,3159]]},{"area":"34f","points":[[1369,3164],[1369,2979],[1186,2979],[1186,3164]]},{"area":"34d","points":[[1622,3161],[1622,2978],[1439,2978],[1439,3161]]},{"area":"329","points":[[1176,2339],[1176,2396],[1026,2396],[1026,2339]]},{"area":"349","points":[[1186,2276],[1186,2459],[1368,2459],[1368,2276]]},{"area":"327","points":[[1473,2339],[1473,2399],[1578,2399],[1578,2339]]},{"area":"357","points":[[349,1518],[349,1698],[166,1698],[166,1518]]},{"area":"355","points":[[349,1774],[349,1953],[165,1953],[165,1774]]},{"area":"351","points":[[348,2025],[348,2208],[167,2208],[167,2025]]},{"area":"32c","points":[[714,1575],[714,1640],[824,1640],[824,1575]]},{"area":"32b","points":[[941,1702],[941,1762],[1082,1762],[1082,1702]]},{"area":"31b","points":[[1182,1708],[1246,1644],[1306,1644],[1368,1706],[1368,1764],[1304,1828],[1246,1828],[1182,1761]]},{"area":"325","points":[[1736,1832],[1736,1888],[1834,1888],[1834,1832]]},{"area":"326","points":[[1839,1579],[1839,1635],[1758,1635],[1758,1579]]},{"area":"33d","points":[[2199,1261],[2199,1445],[2386,1445],[2386,1261]]},{"area":"342","points":[[2204,1516],[2204,1701],[2387,1701],[2387,1516]]},{"area":"345","points":[[2201,1770],[2201,1951],[2384,1951],[2384,1770]]},{"area":"328","points":[[1988,1577],[1988,1636],[2089,1636],[2089,1577]]},{"area":"327","points":[[1715,1321],[1715,1381],[1840,1381],[1840,1321]]},{"area":"32d","points":[[1183,1073],[1183,1255],[1366,1255],[1366,1073]]},{"area":"320","points":[[1074,1133],[1074,1191],[1174,1191],[1174,1133]]},{"area":"31f","points":[[992,1103],[992,1223],[1049,1223],[1049,1103]]},{"area":"321","points":[[1220,878],[1220,937],[1333,937],[1333,878]]},{"area":"322","points":[[1215,626],[1215,685],[1333,685],[1333,626]]},{"area":"323","points":[[1049,498],[1049,585],[993,585],[993,498]]},{"area":"324","points":[[1500,498],[1500,612],[1558,612],[1558,498]]},{"area":"32f","points":[[1114,311],[1114,490],[930,490],[930,311]]},{"area":"333","points":[[1366,308],[1366,491],[1185,491],[1185,308]]},{"area":"334","points":[[1434,308],[1434,491],[1622,491],[1622,308]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/079-map-5.02-maze-of-mists-map.webp"},"grid":{"type":"square","size":191,"offsetX":-89,"offsetY":-52,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/080-map-5.02-maze-of-mists-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"credit":"Stacey Allan & William Doyle","mapParent":{"id":"5a8"},"grid":{"type":"square","size":191,"offsetX":-89,"offsetY":-52,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/084-well-of-questions-gm.webp"},"imageType":"map","title":"Diagram 5.1: Well of Questions","credit":"Marc Moureau","grid":{"type":"none"},"id":"5be","mapRegions":[{"area":"35e","points":[[134,346],[299,386],[472,430],[782,517],[1004,581],[1195,640],[1360,698],[1179,832],[823,716],[547,632],[352,579],[134,511]]},{"area":"35a","points":[[1357,701],[1350,1563],[406,1560],[405,1351],[560,1351],[560,1423],[1188,1423],[1188,831]]},{"area":"334","points":[[243,817],[765,817],[765,1378],[587,1378],[587,1346],[369,1346],[369,1366],[243,1366]]},{"area":"309","points":[[537,1733],[537,1836],[858,1836],[858,1733]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/084-well-of-questions-gm.webp"},"width":1575,"height":1969,"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/084-well-of-questions-player.webp"},"imageType":"mapPlayer","title":"Player Version","credit":"Marc Moureau","mapParent":{"id":"5be"},"grid":{"type":"none"},"width":1575,"height":1969},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/082-map-5.04-halls-of-the-upper-priesthood-map.webp"},"imageType":"map","title":"Map 5.3: Halls of the Upper Priesthood","credit":"Stacey Allan & William Doyle","width":2550,"height":3300,"id":"5a9","mapRegions":[{"area":"35e","points":[[1363,612],[1363,673],[1572,673],[1572,612]]},{"area":"35d","points":[[1745,612],[1745,669],[1633,669],[1633,612]]},{"area":"360","points":[[1247,812],[1247,1068],[1303,1068],[1303,812]]},{"area":"378","points":[[742,1313],[742,1616],[921,1616],[921,1313]]},{"area":"377","points":[[740,1633],[740,1749],[921,1749],[921,1633]]},{"area":"36d","points":[[1058,1441],[1058,1499],[1113,1499],[1113,1441]]},{"area":"370","points":[[1437,1442],[1437,1499],[1493,1499],[1493,1442]]},{"area":"37a","points":[[1630,1316],[1630,1619],[1809,1619],[1809,1316]]},{"area":"379","points":[[1809,1633],[1809,1749],[1632,1749],[1632,1633]]},{"area":"362","points":[[1183,1313],[1365,1313],[1365,1370],[1393,1383],[1401,1408],[1392,1427],[1368,1433],[1368,1504],[1389,1510],[1401,1532],[1384,1559],[1366,1559],[1366,1622],[1183,1622],[1183,1561],[1159,1552],[1149,1529],[1162,1511],[1183,1500],[1183,1437],[1160,1423],[1148,1403],[1161,1383],[1183,1373]]},{"area":"367","points":[[1186,1754],[1249,1691],[1302,1691],[1366,1755],[1366,1819],[1307,1878],[1246,1878],[1186,1815]]},{"area":"373","points":[[1176,1759],[1176,1875],[1058,1875],[1058,1759]]},{"area":"374","points":[[1373,1758],[1373,1874],[1491,1874],[1491,1758]]},{"area":"375","points":[[788,1821],[788,1881],[876,1881],[876,1821]]},{"area":"376","points":[[1674,1820],[1674,1879],[1767,1879],[1767,1820]]},{"area":"382","points":[[797,2130],[797,1949],[742,1949],[742,2130]]},{"area":"380","points":[[929,1949],[929,2132],[1178,2132],[1178,1949]]},{"area":"383","points":[[546,2010],[611,1945],[669,1945],[733,2009],[733,2071],[671,2133],[607,2133],[546,2071]]},{"area":"37d","points":[[1246,2069],[1246,2159],[1307,2159],[1307,2069]]},{"area":"38d","points":[[929,2203],[929,2383],[1176,2383],[1176,2203]]},{"area":"386","points":[[1372,1950],[1372,2320],[1620,2320],[1620,1950]]},{"area":"389","points":[[1757,1952],[1757,2130],[1812,2130],[1812,1952]]},{"area":"38b","points":[[1820,2008],[1879,1949],[1937,1949],[2001,2013],[2001,2075],[1940,2136],[1880,2136],[1820,2071]]},{"area":"38e","points":[[1183,2459],[1367,2459],[1367,2700],[1307,2766],[1246,2766],[1183,2702]]},{"area":"394","points":[[2292,1503],[2313,1507],[2329,1514],[2349,1527],[2365,1542],[2379,1562],[2383,1588],[2379,1619],[2364,1649],[2342,1668],[2319,1679],[2293,1684],[2261,1680],[2235,1665],[2217,1644],[2204,1622],[2198,1593],[2205,1567],[2215,1549],[2228,1529],[2244,1514],[2267,1505]]},{"area":"395","points":[[2296,1757],[2325,1763],[2351,1779],[2369,1799],[2379,1825],[2381,1852],[2377,1883],[2356,1913],[2326,1933],[2297,1943],[2270,1940],[2238,1927],[2219,1908],[2203,1881],[2200,1853],[2203,1825],[2220,1795],[2239,1775],[2263,1763]]},{"area":"396","points":[[2292,2013],[2328,2023],[2357,2040],[2372,2062],[2379,2091],[2380,2113],[2373,2149],[2351,2173],[2327,2188],[2303,2196],[2273,2195],[2249,2184],[2227,2170],[2207,2144],[2198,2117],[2202,2090],[2207,2068],[2222,2044],[2247,2027],[2270,2018]]},{"area":"399","points":[[167,1846],[176,1812],[193,1781],[220,1764],[246,1756],[277,1754],[305,1768],[334,1793],[347,1824],[347,1860],[340,1890],[309,1921],[273,1936],[234,1935],[202,1921],[180,1889],[167,1865]]},{"area":"398","points":[[255,2014],[219,2024],[191,2046],[174,2080],[171,2118],[177,2147],[199,2171],[223,2188],[259,2195],[299,2185],[322,2167],[340,2142],[353,2107],[347,2072],[326,2041],[296,2020],[273,2014]]},{"area":"397","points":[[257,2267],[300,2277],[327,2295],[341,2321],[347,2351],[345,2382],[336,2414],[308,2435],[279,2448],[241,2448],[203,2433],[180,2407],[168,2369],[173,2338],[187,2307],[207,2284],[230,2273]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/082-map-5.04-halls-of-the-upper-priesthood-map.webp"},"grid":{"type":"square","size":190,"offsetX":-67,"offsetY":-56,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/083-map-5.04-halls-of-the-upper-priesthood-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"credit":"Stacey Allan & William Doyle","mapParent":{"id":"5a9"},"grid":{"type":"square","size":190,"offsetX":-67,"offsetY":-56,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/084-map-5.05-dome-of-flight-map.webp"},"imageType":"map","title":"Diagram 5.2: Dome of Flight","credit":"Marc Moureau","width":2400,"height":3000,"id":"5ab","mapRegions":[{"area":"362","points":[[181,1640],[259,1640],[337,1653],[408,1667],[480,1709],[480,1773],[480,2120],[712,2120],[712,2423],[181,2423]]},{"area":"37d","points":[[2215,1768],[1861,1768],[1787,1861],[1783,2109],[1692,2109],[1692,2411],[2215,2411]]},{"area":"39f","points":[[1733,1154],[2217,996],[2217,1316],[1733,1467]]},{"area":"367","points":[[724,1126],[726,1013],[747,943],[796,865],[878,794],[981,731],[1080,697],[1185,674],[1276,684],[1368,712],[1467,749],[1552,806],[1617,869],[1661,939],[1680,1055],[1680,2419],[724,2419]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/084-map-5.05-dome-of-flight-map.webp"},"grid":{"type":"none"},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/085-map-5.05-dome-of-flight-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2400,"height":3000,"credit":"Marc Moureau","mapParent":{"id":"5ab"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/087-map-5.06-observation-dome-map.webp"},"imageType":"map","title":"Diagram 5.3: Observation Dome","credit":"Marc Moureau","width":2400,"height":3000,"id":"5ac","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/088-map-5.06-observation-dome-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2400,"height":3000,"credit":"Marc Moureau","mapParent":{"id":"5ac"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/089-map-5.07-gauntlet.webp"},"imageType":"map","title":"Map 5.4: Gauntlet","credit":"Stacey Allan & William Doyle","width":2400,"height":2998,"id":"5ad","mapRegions":[{"area":"39b","points":[[1401,658],[1435,662],[1466,665],[1489,654],[1505,636],[1523,644],[1552,628],[1578,604],[1578,570],[1585,535],[1614,523],[1643,533],[1670,516],[1721,508],[1705,541],[1737,560],[1754,599],[1734,631],[1705,600],[1681,578],[1663,546],[1641,557],[1646,592],[1613,596],[1608,628],[1585,661],[1564,671],[1542,670],[1508,683],[1485,688],[1465,692],[1445,693],[1412,685]]},{"area":"3b8","points":[[1845,635],[1889,612],[1886,561],[1897,543],[1929,519],[1966,508],[1994,517],[2023,526],[2055,545],[2090,532],[2094,537],[2119,523],[2121,497],[2147,501],[2179,472],[2170,444],[2179,406],[2195,419],[2206,441],[2244,434],[2265,446],[2250,458],[2243,492],[2225,502],[2225,539],[2226,563],[2197,561],[2192,591],[2188,613],[2199,650],[2173,659],[2150,681],[2147,706],[2151,741],[2130,747],[2120,773],[2093,768],[2068,777],[2059,790],[2062,817],[2046,835],[2015,852],[1961,849],[1942,844],[1941,805],[1920,794],[1894,813],[1875,800],[1841,812],[1826,827],[1812,827],[1782,845],[1779,828],[1806,809],[1796,788],[1769,795],[1788,779],[1825,773],[1841,763],[1846,743],[1859,729],[1845,702],[1818,686],[1783,699],[1754,683],[1712,676],[1711,659],[1769,637],[1806,643],[1819,627]]},{"area":"39f","points":[[1151,885],[1244,885],[1244,1108],[1356,1108],[1356,1310],[1263,1310],[1263,1204],[1137,1204],[1137,1316],[1040,1316],[1040,1112],[1151,1112]]},{"area":"3a2","points":[[1041,1338],[1356,1338],[1356,1559],[1446,1559],[1472,1608],[1441,1653],[1357,1653],[1357,1781],[1437,1781],[1472,1828],[1440,1874],[1361,1874],[1361,2005],[1441,2005],[1474,2050],[1440,2101],[1360,2101],[1360,2341],[1337,2373],[1312,2400],[1279,2423],[1252,2432],[1146,2432],[1111,2414],[1077,2390],[1041,2342],[1041,2101],[974,2101],[926,2049],[974,2006],[1041,2006],[1041,1875],[973,1874],[928,1827],[972,1782],[1041,1782],[1041,1652],[970,1652],[926,1603],[977,1560],[1041,1560]]},{"area":"3b5","points":[[1822,2550],[1714,2446],[1714,2338],[1821,2231],[1920,2231],[2032,2338],[2032,2446],[1930,2550]]},{"area":"3b7","points":[[1938,2566],[2044,2459],[2156,2459],[2259,2564],[2259,2670],[2154,2777],[2044,2777],[1938,2671]]},{"area":"3b3","points":[[1489,2565],[1597,2457],[1698,2457],[1808,2564],[1808,2674],[1694,2774],[1599,2774],[1489,2665]]},{"area":"3a8","points":[[928,2566],[1468,2566],[1468,2663],[1357,2663],[1357,2788],[1335,2831],[1305,2854],[1250,2876],[1199,2884],[1148,2877],[1102,2861],[1071,2836],[1040,2795],[1040,2662],[928,2662]]},{"area":"3b0","points":[[476,2554],[368,2449],[368,2343],[475,2234],[575,2234],[685,2338],[685,2445],[577,2554]]},{"area":"3b2","points":[[138,2565],[245,2457],[350,2457],[457,2565],[457,2671],[351,2777],[249,2777],[138,2668]]},{"area":"3ae","points":[[592,2566],[699,2459],[799,2459],[911,2565],[911,2668],[805,2777],[697,2777],[590,2667]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/089-map-5.07-gauntlet.webp"},"grid":{"type":"square","size":225,"offsetX":36,"offsetY":-55,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/090-map-5.07-gauntlet-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2400,"height":2998,"credit":"Stacey Allan & William Doyle","mapParent":{"id":"5ad"},"grid":{"type":"square","size":225,"offsetX":36,"offsetY":-55,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/092-map-5.08-tomb-of-amun-sa-map.webp"},"imageType":"map","title":"Map 5.5: Tomb of Amun Sa","credit":"Stacey Allan & William Doyle","width":1200,"height":1500,"id":"5ae","mapRegions":[{"area":"3c2","points":[[693,318],[693,1258],[1112,1258],[1112,318]]},{"area":"3c6","points":[[254,403],[341,317],[425,317],[508,403],[508,657],[254,657]]},{"area":"3bf","points":[[257,751],[257,1003],[512,1003],[512,751]]},{"area":"3bc","points":[[342,1013],[421,1013],[421,1306],[408,1338],[382,1348],[356,1338],[342,1308]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/092-map-5.08-tomb-of-amun-sa-map.webp"},"grid":{"type":"square","size":87,"offsetX":-10,"offsetY":-36,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/093-map-5.08-tomb-of-amun-sa-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"credit":"Stacey Allan & William Doyle","mapParent":{"id":"5ae"},"grid":{"type":"square","size":87,"offsetX":-10,"offsetY":-36,"distance":10}}]},{"name":"Ch. 6: The Lost Caverns of Tsojcanth","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/099-map-6.01-yatil-mountains-map.webp"},"imageType":"map","title":"Map 6.1: Yatil Mountains","credit":"Marc Moureau","width":2550,"height":3300,"id":"5af","grid":{"type":"hexRowsOdd","size":240,"offsetX":142,"offsetY":98,"scale":3,"distance":4,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/100-map-6.01-yatil-mountains-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"credit":"Marc Moureau","mapParent":{"id":"5af"},"grid":{"type":"hexRowsOdd","size":240,"offsetX":142,"offsetY":98,"scale":3,"distance":4,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/102-map-6.02-lesser-caverns-map.webp"},"imageType":"map","title":"Map 6.2: Lesser Caverns","credit":"Mike Schley","width":2550,"height":3300,"id":"5b0","mapRegions":[{"area":"423","points":[[823,453],[809,409],[843,380],[860,357],[903,366],[926,400],[921,445],[910,473],[886,488],[848,487],[844,469]]},{"area":"420","points":[[612,320],[620,272],[609,250],[583,237],[561,243],[541,257],[513,250],[484,234],[486,204],[468,192],[447,186],[416,193],[408,205],[369,219],[347,239],[327,254],[319,269],[300,285],[282,281],[273,268],[252,258],[229,257],[202,259],[182,286],[180,308],[166,317],[156,348],[167,380],[170,404],[153,431],[134,444],[140,462],[149,486],[162,505],[173,541],[196,560],[199,597],[219,614],[266,634],[292,626],[324,627],[343,616],[363,623],[380,645],[409,657],[434,662],[455,653],[493,656],[533,656],[557,669],[584,677],[603,675],[626,670],[628,629],[592,563],[586,509],[592,473],[606,460],[602,446],[591,422],[599,402],[589,380],[591,353],[607,337]]},{"area":"428","points":[[852,914],[859,887],[902,878],[929,878],[952,866],[986,866],[1011,872],[1026,893],[1039,911],[1052,918],[1060,945],[1067,966],[1081,989],[1073,1004],[1067,1012],[1064,1035],[1073,1056],[1067,1073],[1033,1079],[1014,1079],[986,1067],[964,1058],[942,1052],[910,1047],[898,1030],[875,1036],[847,1018],[812,1000],[809,980],[811,944],[840,931]]},{"area":"42e","points":[[1076,535],[1051,539],[1041,524],[1038,488],[1026,458],[1050,428],[1063,393],[1057,362],[1087,350],[1099,321],[1114,299],[1140,300],[1160,283],[1175,260],[1205,269],[1224,260],[1236,257],[1255,273],[1270,266],[1287,248],[1318,240],[1340,248],[1368,251],[1407,250],[1425,243],[1444,233],[1476,238],[1504,236],[1528,245],[1544,239],[1562,216],[1576,250],[1579,268],[1581,280],[1574,298],[1570,326],[1551,341],[1553,372],[1559,387],[1548,403],[1535,420],[1520,431],[1512,459],[1513,484],[1503,504],[1515,534],[1502,550],[1480,559],[1477,590],[1455,608],[1426,620],[1406,635],[1364,646],[1349,658],[1304,662],[1282,659],[1245,655],[1222,664],[1212,678],[1175,688],[1152,702],[1141,738],[1047,709],[1047,679],[1043,646],[1082,618],[1081,580],[1080,560],[1087,541]]},{"area":"437","points":[[1860,550],[1819,547],[1801,550],[1784,540],[1770,544],[1753,560],[1736,570],[1726,578],[1738,617],[1736,633],[1724,651],[1727,673],[1705,690],[1670,682],[1672,661],[1663,647],[1659,622],[1631,609],[1620,587],[1623,526],[1614,509],[1615,478],[1608,467],[1627,435],[1643,404],[1668,380],[1673,353],[1691,338],[1719,313],[1753,296],[1762,275],[1792,253],[1824,245],[1857,232],[1898,233],[1917,243],[1940,248],[1961,262],[1981,257],[2004,258],[2022,285],[2017,318],[2012,335],[2000,356],[2010,394],[2002,432],[1976,463],[1967,490],[1961,510],[1944,525],[1940,555],[1924,564],[1883,559]]},{"area":"413","points":[[2222,638],[2276,623],[2352,617],[2414,592],[2436,575],[2437,535],[2430,490],[2451,463],[2455,436],[2433,401],[2420,376],[2441,352],[2440,329],[2417,295],[2416,271],[2419,249],[2401,229],[2381,230],[2371,218],[2340,208],[2318,214],[2290,214],[2270,222],[2250,216],[2225,214],[2222,225],[2209,239],[2189,252],[2159,260],[2136,266],[2116,289],[2087,294],[2069,316],[2074,346],[2078,370],[2069,398],[2064,421],[2073,458],[2087,482],[2082,513],[2072,534],[2047,550],[2046,580],[2042,603],[2066,627],[2096,628],[2113,622],[2139,632],[2167,633],[2193,623],[2206,631]]},{"area":"411","points":[[2220,1120],[2239,1076],[2314,1049],[2368,1021],[2415,1074],[2439,1085],[2460,1091],[2437,1101],[2434,1127],[2424,1151],[2447,1160],[2427,1175],[2421,1199],[2426,1230],[2460,1242],[2426,1254],[2435,1285],[2433,1297],[2466,1302],[2468,1311],[2437,1313],[2433,1346],[2431,1367],[2459,1374],[2430,1387],[2429,1410],[2427,1437],[2455,1447],[2425,1460],[2419,1478],[2418,1501],[2421,1511],[2447,1507],[2446,1520],[2433,1525],[2430,1579],[2452,1585],[2454,1593],[2430,1599],[2422,1627],[2419,1666],[2353,1707],[2312,1660],[2307,1622],[2285,1601],[2260,1603],[2280,1585],[2286,1563],[2295,1525],[2273,1511],[2302,1506],[2302,1475],[2296,1461],[2273,1449],[2302,1442],[2286,1421],[2280,1416],[2251,1419],[2275,1399],[2263,1391],[2249,1353],[2229,1341],[2249,1334],[2256,1310],[2268,1296],[2263,1279],[2235,1281],[2241,1269],[2260,1260],[2256,1238],[2258,1209],[2233,1213],[2256,1188],[2236,1175],[2235,1140],[2199,1142],[2218,1130]]},{"area":"433","points":[[1247,753],[1244,737],[1264,730],[1287,736],[1300,741],[1312,729],[1318,722],[1347,717],[1370,717],[1415,708],[1451,696],[1473,680],[1503,670],[1521,693],[1549,696],[1572,727],[1603,734],[1640,735],[1670,734],[1701,747],[1723,749],[1744,805],[1709,795],[1676,805],[1656,787],[1631,780],[1610,767],[1593,771],[1576,778],[1538,764],[1525,789],[1542,806],[1557,821],[1579,818],[1606,821],[1612,838],[1627,852],[1629,866],[1642,878],[1660,888],[1668,906],[1662,920],[1638,919],[1619,906],[1601,904],[1588,912],[1562,902],[1548,882],[1530,867],[1525,891],[1527,910],[1540,922],[1553,943],[1571,952],[1599,965],[1609,973],[1628,975],[1646,997],[1678,1016],[1693,1087],[1673,1071],[1635,1051],[1616,1044],[1603,1029],[1573,1030],[1554,1022],[1540,1017],[1512,1004],[1486,974],[1464,967],[1461,948],[1432,930],[1418,919],[1387,916],[1368,904],[1348,895],[1343,881],[1339,842],[1313,823],[1305,812],[1273,805],[1258,805],[1242,783],[1248,771]]},{"area":"416","points":[[1617,1567],[1641,1534],[1652,1514],[1696,1494],[1718,1495],[1704,1537],[1685,1580],[1651,1605],[1623,1593],[1616,1582]]},{"area":"419","points":[[1745,1504],[1771,1490],[1800,1477],[1827,1444],[1852,1428],[1893,1431],[1914,1420],[1920,1389],[1923,1364],[1923,1345],[1950,1323],[1978,1300],[2021,1282],[2064,1291],[2113,1279],[2175,1296],[2188,1333],[2206,1371],[2220,1413],[2213,1436],[2220,1473],[2206,1509],[2205,1540],[2189,1566],[2180,1589],[2183,1624],[2191,1644],[2185,1667],[2195,1702],[2190,1720],[2174,1749],[2173,1785],[2188,1816],[2134,1846],[2028,1843],[2000,1832],[1960,1822],[1941,1830],[1912,1833],[1891,1830],[1847,1820],[1814,1808],[1791,1778],[1783,1753],[1746,1753],[1710,1719],[1706,1697],[1710,1621],[1722,1580],[1740,1539]]},{"area":"41b","points":[[1684,1297],[1816,1248],[1839,1318],[1716,1370]]},{"area":"407","points":[[2047,2477],[2045,2445],[2075,2410],[2059,2389],[2056,2362],[2033,2344],[2011,2338],[1980,2335],[1953,2310],[1922,2287],[1900,2266],[1874,2252],[1861,2225],[1873,2200],[1887,2190],[1912,2159],[1937,2162],[1953,2171],[1996,2166],[1990,2148],[1997,2134],[2031,2121],[2055,2110],[2086,2102],[2105,2113],[2124,2126],[2140,2138],[2155,2161],[2169,2183],[2201,2189],[2225,2187],[2244,2206],[2249,2226],[2247,2242],[2270,2270],[2260,2289],[2258,2311],[2265,2329],[2251,2362],[2256,2389],[2258,2404],[2263,2415],[2261,2438],[2262,2461],[2247,2466],[2220,2485],[2198,2489],[2176,2483],[2147,2486],[2120,2503],[2080,2516],[2129,2423],[2157,2412],[2194,2407],[2180,2365],[2202,2345],[2192,2300],[2193,2245],[2177,2247],[2165,2259],[2128,2273],[2128,2288],[2104,2288],[2085,2274],[2078,2247],[2074,2224],[2042,2229],[2023,2212],[2015,2202],[1996,2207],[1978,2216],[1955,2226],[1967,2241],[1991,2260],[2020,2279],[2035,2304],[2053,2313],[2078,2332],[2104,2327],[2125,2330],[2140,2352],[2121,2370],[2121,2409],[2068,2505]]},{"area":"407","points":[[2119,2412],[2125,2421],[2079,2517],[2071,2507]]},{"area":"40c","points":[[2051,2833],[2068,2809],[2096,2789],[2122,2792],[2112,2758],[2122,2722],[2113,2700],[2126,2675],[2117,2642],[2104,2631],[2118,2605],[2140,2592],[2162,2594],[2172,2584],[2177,2569],[2207,2567],[2215,2546],[2233,2525],[2258,2522],[2289,2528],[2295,2555],[2326,2582],[2324,2608],[2324,2639],[2308,2654],[2309,2684],[2304,2696],[2307,2716],[2321,2718],[2331,2724],[2325,2749],[2312,2753],[2301,2770],[2289,2783],[2289,2798],[2299,2809],[2291,2830],[2282,2851],[2275,2865],[2256,2878],[2237,2892],[2213,2900],[2198,2896],[2191,2882],[2174,2877],[2152,2879],[2131,2869],[2112,2880],[2101,2899],[2081,2906]]},{"area":"404","points":[[1577,2804],[1593,2801],[1620,2805],[1643,2810],[1652,2824],[1676,2837],[1688,2812],[1681,2796],[1679,2783],[1705,2758],[1703,2739],[1714,2718],[1735,2712],[1767,2690],[1784,2696],[1791,2706],[1788,2719],[1780,2739],[1781,2764],[1810,2748],[1833,2731],[1852,2725],[1880,2710],[1911,2722],[1927,2720],[1941,2747],[1956,2758],[1981,2740],[2029,2781],[2031,2810],[2038,2833],[2069,2906],[2039,2923],[2042,2949],[2017,2958],[1950,2965],[1929,2967],[1924,2974],[1887,2979],[1874,2971],[1864,2964],[1826,2968],[1808,2962],[1792,2974],[1795,2990],[1794,3003],[1784,3015],[1761,3011],[1729,3019],[1707,3027],[1685,3023],[1674,3011],[1653,3016],[1639,3041],[1640,3057],[1612,3063],[1593,3060],[1578,3065],[1553,3062],[1536,3043],[1564,3018],[1549,3002],[1538,3007],[1518,3005],[1472,3001],[1454,2999],[1482,2987],[1495,2978],[1523,2977],[1532,2967],[1569,2965],[1584,2969],[1593,2975],[1606,2967],[1607,2946],[1612,2933],[1603,2922],[1586,2911],[1568,2901]]},{"area":"401","points":[[1168,2552],[1381,2552],[1381,2804],[1309,2748],[1309,2620],[1168,2620]]},{"area":"3f3","points":[[791,2752],[826,2732],[870,2728],[928,2726],[947,2700],[932,2662],[944,2640],[947,2620],[961,2608],[963,2585],[980,2610],[1007,2626],[1004,2645],[1007,2672],[1026,2691],[1040,2683],[1076,2685],[1125,2667],[1156,2673],[1185,2685],[1202,2687],[1226,2701],[1249,2711],[1250,2729],[1270,2741],[1297,2753],[1368,2805],[1337,2820],[1307,2820],[1300,2847],[1291,2862],[1285,2883],[1285,2897],[1296,2959],[1261,2975],[1255,2987],[1207,3004],[1180,2985],[1172,2968],[1143,2963],[1080,2964],[1056,2940],[1043,2942],[1027,2970],[991,2982],[973,3002],[933,2994],[913,2962],[886,2936],[878,2892],[862,2861],[863,2839],[839,2819],[820,2798],[792,2777]]},{"area":"3f5","points":[[678,2828],[670,2808],[679,2799],[699,2798],[723,2797],[735,2821],[757,2828],[778,2841],[789,2864],[796,2883],[815,2909],[802,2922],[807,2941],[818,2960],[829,3006],[861,3020],[862,3045],[869,3064],[864,3104],[831,3087],[832,3063],[800,3036],[779,3047],[752,3040],[724,3037],[725,3017],[701,2992],[695,2962],[667,2929],[659,2917],[641,2900],[648,2877],[655,2845],[669,2839]]},{"area":"3fd","points":[[784,2277],[799,2272],[830,2275],[845,2272],[874,2298],[865,2318],[864,2339],[854,2346],[853,2372],[864,2393],[877,2403],[888,2421],[888,2442],[887,2462],[852,2476],[840,2488],[820,2477],[815,2460],[803,2454],[783,2450],[767,2438],[762,2422],[760,2400],[737,2393],[727,2373],[713,2357],[712,2332],[725,2313],[721,2293],[729,2279],[749,2266],[761,2263],[770,2273]]},{"area":"3fa","points":[[126,2316],[121,2292],[106,2281],[102,2258],[109,2242],[100,2222],[111,2193],[136,2190],[158,2172],[189,2164],[211,2169],[245,2176],[268,2184],[287,2180],[304,2171],[331,2170],[349,2181],[380,2177],[398,2170],[410,2168],[431,2185],[443,2189],[443,2206],[456,2224],[454,2244],[448,2263],[458,2282],[468,2293],[475,2325],[473,2345],[470,2358],[480,2378],[484,2402],[472,2413],[469,2429],[474,2445],[455,2464],[440,2465],[414,2474],[393,2480],[380,2484],[380,2496],[380,2508],[344,2512],[327,2505],[306,2513],[288,2507],[264,2507],[255,2497],[238,2477],[240,2450],[256,2449],[275,2448],[288,2433],[287,2415],[277,2412],[263,2420],[246,2414],[228,2422],[208,2422],[188,2438],[191,2382],[209,2373],[231,2376],[259,2370],[271,2362],[300,2357],[296,2341],[272,2338],[253,2339],[220,2340],[195,2338],[182,2326],[164,2327],[138,2328]]},{"area":"41d","points":[[790,1793],[780,1758],[802,1727],[815,1734],[850,1751],[873,1751],[898,1740],[924,1732],[941,1741],[970,1734],[985,1738],[990,1751],[1022,1731],[1047,1756],[1030,1773],[994,1779],[978,1781],[988,1804],[997,1813],[1021,1813],[1045,1816],[1090,1847],[1073,1855],[1051,1849],[1028,1844],[1015,1851],[989,1853],[974,1839],[961,1852],[954,1869],[965,1878],[991,1880],[1002,1893],[1005,1910],[1028,1927],[976,1919],[953,1903],[933,1890],[904,1893],[882,1884],[877,1872],[856,1871],[843,1848],[821,1838],[799,1847],[783,1832],[773,1816],[780,1807]]},{"area":"40f","points":[[1762,3088],[1776,3081],[1834,3079],[1859,3069],[1899,3076],[1944,3072],[1971,3073],[1996,3082],[2035,3079],[2052,3080],[2075,3071],[2118,3064],[2176,3062],[2192,3047],[2239,3029],[2274,3014],[2285,2981],[2276,2964],[2302,2932],[2312,2893],[2349,2859],[2431,2809],[2441,2835],[2441,2865],[2424,2884],[2413,2915],[2401,2935],[2386,2953],[2373,2958],[2366,2986],[2372,3005],[2360,3036],[2358,3064],[2340,3086],[2321,3111],[2294,3120],[2278,3112],[2256,3119],[2241,3138],[2208,3149],[2172,3152],[2139,3151],[2109,3161],[2078,3165],[2046,3158],[2002,3165],[1972,3174],[1925,3171],[1902,3168],[1862,3168],[1839,3165],[1801,3166],[1779,3158],[1740,3154],[1698,3172]]},{"area":"41c","points":[[334,1039],[405,1046],[393,1213],[325,1208]]},{"area":"3f7","points":[[108,2919],[137,2894],[155,2884],[177,2901],[210,2892],[236,2893],[262,2911],[274,2934],[279,2946],[310,2966],[305,2981],[299,3006],[271,3023],[263,3041],[279,3071],[301,3074],[328,3057],[352,3061],[388,3124],[365,3128],[332,3134],[306,3141],[286,3156],[255,3159],[221,3159],[194,3148],[177,3134],[148,3128],[137,3110],[119,3085],[110,3053],[106,3023],[97,3009],[99,2977],[102,2954],[108,2942]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/102-map-6.02-lesser-caverns-map.webp"},"grid":{"type":"square","size":211,"offsetX":34,"offsetY":-42,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/103-map-6.02-lesser-caverns-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"credit":"Mike Schley","mapParent":{"id":"5b0"},"grid":{"type":"square","size":211,"offsetX":34,"offsetY":-42,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/106-map-6.03-greater-caverns-map.webp"},"imageType":"map","title":"Map 6.3: Greater Caverns","credit":"Mike Schley","width":2550,"height":3300,"id":"5b1","mapRegions":[{"area":"456","points":[[325,605],[316,575],[327,559],[311,540],[292,511],[269,448],[273,425],[307,405],[334,374],[353,365],[370,375],[392,367],[411,352],[429,336],[447,330],[492,340],[497,357],[514,374],[527,390],[562,374],[567,356],[606,345],[616,358],[635,362],[651,351],[675,348],[709,340],[729,342],[744,362],[762,367],[754,389],[750,404],[755,412],[772,432],[762,447],[758,472],[755,492],[738,501],[713,512],[710,522],[709,553],[701,571],[684,583],[674,606],[663,672],[638,682],[621,711],[633,727],[627,754],[551,783],[467,767],[456,754],[438,753],[420,757],[411,748],[393,751],[344,730],[342,697],[327,678],[313,648],[315,633],[325,621]]},{"area":"491","points":[[723,622],[755,615],[777,589],[804,568],[823,546],[875,533],[879,554],[863,567],[863,592],[873,606],[887,624],[899,639],[927,640],[923,705],[900,696],[877,687],[872,715],[849,724],[837,739],[813,740],[820,764],[766,750],[736,740],[711,710],[711,693],[689,682]]},{"area":"453","points":[[407,1183],[401,1148],[426,1124],[440,1093],[429,1080],[407,1063],[401,1050],[385,1037],[386,1027],[409,1018],[410,996],[431,980],[437,964],[473,956],[507,953],[538,944],[553,955],[575,966],[599,960],[616,945],[640,936],[662,910],[704,982],[699,1007],[675,1024],[667,1052],[680,1064],[688,1087],[697,1108],[693,1138],[707,1155],[698,1184],[669,1180],[650,1193],[633,1203],[612,1190],[606,1168],[607,1153],[585,1147],[560,1143],[545,1153],[516,1151],[492,1156],[487,1179],[469,1191]]},{"area":"450","points":[[905,879],[940,872],[964,876],[994,870],[1023,871],[1061,871],[1048,841],[1038,815],[1064,821],[1078,833],[1104,856],[1112,874],[1119,914],[1134,924],[1146,948],[1169,968],[1178,995],[1173,1021],[1185,1028],[1197,1052],[1190,1070],[1193,1098],[1204,1114],[1202,1137],[1217,1159],[1224,1188],[1214,1198],[1223,1218],[1220,1240],[1195,1246],[1173,1244],[1157,1224],[1127,1211],[1107,1175],[1099,1154],[1082,1130],[1060,1125],[1050,1086],[1033,1068],[1028,1045],[1033,1012],[1050,1003],[1034,964],[1021,947],[984,928],[967,922],[952,928],[927,936],[901,923],[904,899]]},{"area":"491","points":[[300,1317],[330,1304],[344,1286],[371,1292],[405,1272],[434,1245],[477,1243],[500,1268],[502,1290],[520,1311],[523,1328],[541,1333],[565,1386],[544,1397],[522,1387],[496,1397],[490,1419],[492,1428],[477,1439],[459,1447],[432,1442],[420,1458],[361,1458],[344,1432],[341,1393],[320,1390],[305,1380]]},{"area":"474","points":[[283,1846],[301,1824],[309,1797],[320,1779],[321,1759],[340,1753],[356,1753],[372,1764],[396,1780],[424,1776],[448,1784],[465,1805],[487,1804],[498,1814],[501,1843],[500,1864],[490,1875],[501,1895],[490,1906],[473,1914],[453,1923],[428,1925],[409,1908],[386,1893],[367,1901],[358,1891],[337,1889],[308,1897]]},{"area":"477","points":[[371,2321],[378,2304],[402,2283],[407,2253],[415,2230],[430,2191],[420,2170],[412,2139],[400,2118],[392,2100],[366,2092],[357,2075],[351,2044],[333,2039],[313,2028],[279,2028],[247,2030],[236,2034],[237,2055],[233,2065],[207,2073],[197,2088],[193,2113],[193,2126],[180,2141],[180,2170],[178,2197],[183,2237],[176,2256],[181,2278],[197,2305],[184,2320],[180,2335],[187,2357],[198,2375],[207,2389],[210,2412],[292,2415],[311,2420],[335,2403],[347,2376],[371,2339]]},{"area":"491","points":[[436,2463],[436,2445],[447,2425],[471,2415],[494,2419],[523,2411],[547,2421],[560,2447],[576,2444],[590,2454],[600,2472],[607,2484],[607,2524],[590,2541],[580,2553],[573,2571],[552,2585],[535,2591],[484,2598],[450,2580],[431,2562],[425,2533],[427,2504]]},{"area":"479","points":[[768,2583],[803,2611],[809,2636],[814,2647],[820,2666],[816,2681],[813,2706],[821,2725],[818,2742],[800,2767],[775,2771],[772,2787],[774,2806],[789,2818],[805,2832],[808,2844],[806,2858],[790,2864],[773,2868],[764,2887],[758,2914],[732,2926],[714,2924],[686,2921],[647,2918],[622,2900],[607,2882],[574,2881],[572,2861],[582,2837],[595,2821],[589,2801],[571,2766],[570,2752],[587,2738],[593,2715],[583,2688],[602,2668],[615,2640],[639,2634],[663,2640],[679,2631],[683,2613],[699,2607],[735,2613],[749,2603],[767,2595]]},{"area":"47c","points":[[447,2707],[478,2730],[482,2759],[492,2773],[503,2793],[519,2811],[528,2828],[520,2857],[512,2874],[506,2889],[521,2897],[527,2916],[526,2947],[530,2960],[543,2976],[551,2991],[582,3005],[600,3084],[580,3092],[571,3113],[573,3122],[538,3133],[521,3122],[491,3119],[478,3107],[440,3113],[408,3106],[385,3123],[362,3127],[335,3122],[328,3114],[310,3123],[302,3133],[280,3129],[262,3132],[247,3123],[251,3107],[234,3085],[209,3089],[190,3066],[196,3049],[216,3039],[220,3007],[207,2970],[203,2941],[184,2917],[170,2904],[185,2882],[185,2847],[205,2822],[207,2809],[215,2791],[207,2764],[228,2767],[242,2751],[253,2740],[240,2730],[223,2723],[207,2720],[203,2711],[180,2705],[180,2693],[187,2664],[214,2644],[211,2622],[221,2597],[241,2591],[251,2607],[264,2628],[274,2638],[292,2631],[306,2620],[312,2606],[331,2593],[340,2602],[347,2614],[340,2630],[346,2654],[353,2660],[367,2656],[365,2673],[371,2693],[380,2713],[400,2706],[425,2718],[440,2713]]},{"area":"47f","points":[[711,3018],[726,3023],[747,3015],[774,3010],[795,2997],[803,2982],[808,2967],[807,2941],[814,2922],[837,2921],[856,2914],[860,2900],[903,2900],[914,2915],[900,2944],[903,2954],[925,2954],[947,2958],[961,2964],[973,2980],[980,3000],[1007,3010],[1020,3073],[988,3077],[974,3088],[966,3113],[965,3128],[948,3141],[920,3138],[888,3151],[869,3147],[856,3130],[833,3122],[823,3116],[799,3119],[791,3134],[782,3143],[749,3141],[738,3130],[724,3113],[709,3119],[693,3114],[699,3094],[683,3087],[664,3081]]},{"area":"491","points":[[1107,2933],[1129,2937],[1153,2931],[1156,2916],[1191,2901],[1196,2881],[1260,2873],[1273,2884],[1287,2917],[1314,2928],[1335,2940],[1351,2943],[1323,2984],[1304,2993],[1286,3013],[1260,3030],[1232,3047],[1173,3056],[1148,3025],[1138,2997],[1106,3001],[1081,2970]]},{"area":"481","points":[[1622,3004],[1617,2972],[1637,2955],[1659,2934],[1671,2917],[1664,2886],[1670,2853],[1678,2831],[1674,2799],[1699,2784],[1716,2761],[1728,2742],[1741,2730],[1753,2750],[1788,2765],[1796,2762],[1803,2736],[1818,2723],[1837,2701],[1862,2704],[1886,2698],[1906,2715],[1920,2729],[1916,2753],[1923,2780],[1943,2801],[1964,2798],[1980,2788],[1988,2774],[2010,2787],[2025,2802],[2040,2815],[2055,2833],[2060,2855],[2064,2868],[2096,2879],[2126,2881],[2130,2993],[2113,2998],[2102,3012],[2087,3026],[2073,3039],[2054,3065],[2051,3081],[2010,3089],[1971,3085],[1961,3076],[1947,3084],[1945,3106],[1915,3118],[1900,3100],[1875,3092],[1842,3087],[1824,3085],[1809,3092],[1805,3101],[1780,3094],[1771,3082],[1753,3060],[1727,3057],[1709,3057],[1690,3042],[1669,3052],[1638,3041]]},{"area":"491","points":[[1931,2578],[1936,2564],[1948,2544],[1960,2533],[1980,2532],[1985,2521],[1980,2512],[1985,2479],[1985,2445],[2043,2445],[2051,2463],[2061,2496],[2070,2514],[2092,2519],[2104,2535],[2111,2558],[2140,2571],[2144,2592],[2153,2612],[2146,2625],[2134,2649],[2124,2662],[2105,2668],[2104,2691],[2033,2702],[1995,2682],[1967,2675],[1945,2658],[1939,2643]]},{"area":"484","points":[[2139,2430],[2140,2400],[2159,2388],[2189,2379],[2211,2354],[2207,2330],[2223,2311],[2247,2274],[2242,2253],[2241,2214],[2258,2196],[2313,2155],[2322,2187],[2313,2208],[2302,2240],[2305,2265],[2313,2288],[2316,2320],[2323,2340],[2330,2376],[2349,2398],[2360,2416],[2364,2442],[2364,2460],[2353,2475],[2354,2499],[2362,2518],[2356,2537],[2341,2548],[2344,2580],[2327,2594],[2312,2604],[2288,2611],[2255,2613],[2234,2600],[2222,2590],[2202,2580],[2195,2559],[2194,2542],[2180,2528],[2154,2523],[2154,2499],[2143,2462],[2142,2444]]},{"area":"43e","points":[[1887,1287],[1904,1293],[1916,1315],[1938,1326],[1950,1353],[1957,1374],[1975,1399],[1982,1418],[1998,1439],[2033,1438],[2039,1424],[2033,1398],[2054,1367],[2073,1371],[2073,1397],[2073,1413],[2073,1447],[2089,1428],[2110,1398],[2102,1373],[2111,1345],[2085,1329],[2065,1318],[2040,1329],[2014,1329],[2019,1314],[2061,1297],[2067,1283],[2054,1270],[2039,1260],[2014,1263],[1990,1262],[1973,1260],[1973,1242],[1993,1235],[2018,1231],[2041,1231],[2064,1229],[2084,1233],[2098,1264],[2105,1272],[2119,1280],[2124,1266],[2140,1269],[2155,1300],[2152,1319],[2154,1337],[2158,1358],[2166,1376],[2156,1405],[2175,1431],[2191,1402],[2199,1375],[2188,1345],[2184,1318],[2176,1289],[2166,1264],[2188,1239],[2179,1215],[2218,1208],[2249,1212],[2250,1235],[2230,1256],[2235,1291],[2245,1311],[2247,1333],[2255,1341],[2261,1310],[2283,1309],[2301,1307],[2296,1278],[2316,1273],[2338,1287],[2343,1314],[2335,1332],[2335,1356],[2308,1369],[2283,1393],[2288,1415],[2276,1446],[2277,1468],[2299,1454],[2306,1447],[2312,1430],[2326,1410],[2342,1403],[2338,1423],[2346,1449],[2332,1468],[2327,1491],[2307,1499],[2313,1523],[2294,1530],[2283,1545],[2288,1563],[2261,1574],[2236,1587],[2205,1590],[2187,1596],[2171,1610],[2178,1638],[2117,1639],[2104,1620],[2081,1607],[2073,1576],[2052,1568],[2039,1574],[2013,1566],[2012,1554],[2025,1540],[2036,1527],[2017,1519],[2001,1516],[1994,1530],[1990,1540],[1974,1539],[1957,1544],[1940,1532],[1957,1523],[1970,1497],[1949,1482],[1930,1462],[1913,1445],[1900,1429],[1900,1398],[1887,1392],[1873,1370],[1860,1336],[1862,1310]]},{"area":"442","points":[[2031,960],[2075,965],[2072,988],[2068,1001],[2098,1004],[2123,1003],[2132,993],[2156,988],[2171,999],[2212,1001],[2220,1021],[2237,1023],[2261,1020],[2287,1018],[2312,1025],[2334,1043],[2346,1052],[2343,1077],[2337,1092],[2351,1115],[2362,1131],[2358,1143],[2351,1167],[2327,1183],[2303,1200],[2277,1188],[2260,1182],[2247,1197],[2223,1198],[2168,1211],[2151,1195],[2139,1180],[2113,1183],[2104,1191],[2079,1186],[2033,1193],[2009,1183],[1969,1177],[1963,1157],[1944,1153],[1921,1148],[1900,1137],[1887,1109],[1910,1096],[1922,1087],[1911,1064],[1924,1038],[1942,1031],[1962,1033],[1995,1024],[2006,1015],[2003,996],[2026,980]]},{"area":"491","points":[[1738,807],[1770,802],[1794,806],[1801,788],[1799,769],[1809,751],[1822,739],[1839,740],[1854,727],[1884,722],[1908,737],[1916,750],[1931,746],[1948,744],[1961,753],[1965,769],[1975,783],[1992,801],[1999,826],[1979,864],[1969,880],[1970,905],[1953,917],[1927,928],[1912,934],[1911,948],[1847,972],[1838,940],[1825,927],[1793,927],[1783,916],[1780,884],[1760,872],[1748,865]]},{"area":"44c","points":[[1332,1084],[1333,1055],[1311,1034],[1308,999],[1303,985],[1327,971],[1346,973],[1388,980],[1400,953],[1432,944],[1462,937],[1477,947],[1498,942],[1511,936],[1519,920],[1531,910],[1536,891],[1528,866],[1535,852],[1549,833],[1563,813],[1590,811],[1610,803],[1623,808],[1643,801],[1663,804],[1689,807],[1712,817],[1727,807],[1739,865],[1722,878],[1702,881],[1674,881],[1651,865],[1623,870],[1600,887],[1593,906],[1596,925],[1594,945],[1602,960],[1621,963],[1645,962],[1652,973],[1644,993],[1664,1017],[1686,1023],[1704,1014],[1728,1025],[1743,1020],[1766,1019],[1804,1023],[1771,1040],[1748,1067],[1744,1100],[1730,1119],[1702,1121],[1682,1120],[1651,1130],[1653,1147],[1664,1167],[1655,1182],[1633,1184],[1620,1189],[1609,1206],[1576,1219],[1560,1227],[1537,1237],[1527,1226],[1509,1217],[1481,1216],[1467,1225],[1459,1198],[1435,1201],[1408,1201],[1399,1186],[1382,1159],[1410,1161],[1414,1143],[1408,1118],[1392,1111],[1373,1113],[1365,1101],[1346,1095]]},{"area":"449","points":[[952,468],[989,468],[1015,467],[1045,455],[1073,438],[1110,436],[1138,430],[1143,420],[1171,416],[1169,391],[1176,367],[1190,349],[1220,336],[1260,340],[1287,352],[1311,343],[1334,347],[1357,339],[1383,343],[1420,344],[1460,341],[1477,323],[1504,331],[1514,342],[1529,356],[1544,362],[1568,370],[1580,354],[1609,353],[1629,363],[1641,387],[1647,416],[1671,409],[1694,418],[1700,435],[1727,444],[1741,461],[1755,483],[1752,593],[1729,581],[1726,570],[1699,553],[1679,526],[1667,531],[1654,546],[1647,563],[1619,574],[1607,606],[1600,620],[1571,607],[1551,588],[1541,561],[1526,541],[1500,547],[1481,561],[1472,575],[1435,585],[1398,574],[1372,575],[1354,566],[1327,575],[1311,578],[1297,585],[1274,593],[1246,591],[1219,595],[1201,599],[1158,595],[1138,610],[1124,624],[1100,628],[1079,622],[1016,602],[1025,579],[1045,564],[1068,551],[1060,536],[1035,541],[1016,539],[994,526],[978,531],[967,542],[943,539],[935,516]]},{"area":"445","points":[[1818,457],[1825,433],[1856,433],[1867,406],[1872,377],[1910,366],[1950,352],[1966,344],[1987,349],[2021,345],[2046,359],[2065,365],[2110,364],[2129,353],[2144,334],[2162,348],[2180,363],[2197,367],[2207,393],[2227,383],[2272,387],[2314,407],[2330,420],[2353,422],[2363,439],[2358,460],[2350,487],[2357,513],[2345,536],[2338,565],[2338,581],[2315,603],[2296,604],[2275,602],[2256,608],[2229,613],[2206,609],[2203,587],[2184,573],[2166,591],[2134,600],[2110,587],[2089,584],[2074,590],[2048,576],[2052,554],[2024,540],[2013,528],[1989,515],[1961,521],[1951,529],[1921,528],[1899,525],[1884,509],[1863,514],[1850,530],[1821,531],[1805,503],[1816,475]]},{"area":"45a","points":[[912,1650],[922,1640],[949,1631],[990,1635],[1031,1646],[1063,1651],[1089,1664],[1100,1681],[1114,1700],[1135,1715],[1133,1741],[1141,1767],[1141,1793],[1121,1801],[1122,1821],[1117,1840],[1087,1850],[1077,1862],[1058,1871],[1031,1860],[1021,1846],[991,1850],[964,1844],[940,1835],[913,1840],[895,1818],[873,1812],[858,1799],[820,1775],[825,1754],[822,1727],[813,1709],[831,1688],[835,1668],[863,1655],[875,1655],[896,1662]]},{"area":"46f","points":[[696,2145],[697,2095],[722,2104],[746,2104],[763,2082],[754,2036],[769,2052],[785,2077],[791,2090],[815,2091],[808,2065],[803,2043],[810,2038],[821,2052],[845,2071],[845,2085],[833,2107],[839,2141],[862,2131],[882,2138],[881,2159],[900,2148],[913,2162],[959,2159],[964,2166],[957,2181],[980,2199],[988,2220],[965,2223],[960,2242],[970,2268],[971,2279],[947,2267],[925,2260],[907,2264],[892,2260],[883,2274],[884,2295],[882,2313],[858,2303],[839,2304],[830,2325],[824,2345],[803,2329],[793,2322],[780,2346],[759,2365],[748,2374],[747,2386],[730,2407],[713,2419],[712,2394],[726,2380],[727,2350],[739,2337],[735,2307],[728,2297],[713,2320],[691,2351],[687,2316],[700,2284],[675,2282],[673,2268],[641,2275],[620,2295],[630,2266],[646,2258],[673,2220],[658,2213],[625,2216],[594,2199],[619,2192],[643,2188],[678,2178],[650,2157],[684,2156],[694,2155]]},{"area":"487","points":[[1854,2086],[1843,2051],[1809,2006],[1790,2026],[1784,2048],[1762,2073],[1744,2086],[1723,2102],[1694,2113],[1691,2129],[1676,2149],[1661,2172],[1654,2201],[1662,2231],[1673,2254],[1684,2269],[1700,2281],[1703,2297],[1720,2301],[1731,2321],[1759,2322],[1787,2324],[1820,2326],[1863,2309],[1876,2300],[1872,2280],[1903,2263],[1904,2239],[1914,2214],[1935,2199],[1927,2183],[1917,2160],[1899,2159],[1884,2155],[1891,2141],[1885,2128],[1868,2121],[1857,2104]]},{"area":"48c","points":[[1206,1840],[1337,1840],[1303,2094],[1273,2086],[1239,2091]]},{"area":"48c","points":[[1364,2127],[1569,1975],[1636,2087],[1402,2188],[1391,2153]]},{"area":"48c","points":[[1175,2127],[974,1976],[909,2087],[1141,2184],[1154,2155]]},{"area":"48c","points":[[1142,2259],[909,2357],[974,2467],[1175,2316],[1153,2288]]},{"area":"48c","points":[[1238,2349],[1207,2603],[1336,2604],[1307,2351],[1272,2358]]},{"area":"48c","points":[[1364,2313],[1570,2468],[1634,2357],[1398,2259],[1389,2287]]},{"area":"492","points":[[1272,2095],[1311,2102],[1338,2116],[1379,2160],[1393,2195],[1396,2221],[1390,2258],[1378,2286],[1338,2329],[1270,2347],[1207,2326],[1163,2284],[1149,2252],[1146,2223],[1153,2178],[1167,2149],[1200,2117],[1234,2101]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/106-map-6.03-greater-caverns-map.webp"},"grid":{"type":"square","size":193,"offsetX":-40,"offsetY":95,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/107-map-6.03-greater-caverns-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"credit":"Mike Schley","mapParent":{"id":"5b1"},"grid":{"type":"square","size":193,"offsetX":-40,"offsetY":95,"scale":3,"distance":10}}]},{"name":"Ch. 7: Expedition to the Barrier Peaks","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/117-map-7.01-spaceship-level-1-map.webp"},"imageType":"map","title":"Map 7.1: Spaceship Level 1","credit":"Damien Mammoliti","width":3000,"height":3882,"id":"5b2","mapRegions":[{"area":"4f2","points":[[918,808],[918,669],[707,669],[707,808]]},{"area":"4e7","points":[[551,1025],[414,1025],[414,995],[498,884],[551,884]]},{"area":"4e7","points":[[555,1027],[555,1171],[698,1171],[698,1027]]},{"area":"4f0","points":[[779,1029],[779,1168],[844,1168],[844,1029]]},{"area":"4f0","points":[[849,1031],[849,1168],[914,1168],[914,1031]]},{"area":"4f0","points":[[923,1033],[923,1168],[988,1168],[988,1033]]},{"area":"4f0","points":[[997,1031],[997,1170],[1062,1170],[1062,1031]]},{"area":"4f0","points":[[1070,1032],[1070,1170],[1135,1170],[1135,1032]]},{"area":"4f0","points":[[1214,1030],[1214,1092],[1317,1092],[1317,1030]]},{"area":"4f0","points":[[1218,1103],[1218,1169],[1317,1169],[1317,1103]]},{"area":"4f1","points":[[997,811],[1279,811],[1279,1022],[1216,1022],[1216,953],[1133,953],[1133,1018],[997,1018]]},{"area":"4ee","points":[[555,1177],[555,1240],[1428,1240],[1428,1177]]},{"area":"4cc","points":[[997,1250],[997,1390],[1132,1390],[1132,1250]]},{"area":"4ef","points":[[1137,1250],[1137,1313],[1277,1313],[1277,1250]]},{"area":"4ef","points":[[1422,1317],[1422,1251],[1287,1251],[1287,1317]]},{"area":"4ef","points":[[1140,1323],[1140,1388],[1278,1388],[1278,1323]]},{"area":"4ef","points":[[1420,1323],[1420,1387],[1287,1387],[1287,1323]]},{"area":"4cb","points":[[847,1251],[847,1823],[991,1823],[991,1251]]},{"area":"4db","points":[[558,1471],[558,1822],[767,1822],[767,1471]]},{"area":"4f4","points":[[259,1897],[154,1897],[151,1856],[152,1790],[157,1757],[259,1757]]},{"area":"4f7","points":[[694,1976],[694,2115],[559,2115],[559,1976]]},{"area":"4fb","points":[[990,1977],[990,2115],[848,2115],[848,1977]]},{"area":"4f8","points":[[769,2258],[769,2119],[562,2119],[562,2258]]},{"area":"4fc","points":[[851,2121],[851,2191],[991,2191],[991,2121]]},{"area":"4fd","points":[[852,2197],[852,2404],[989,2404],[989,2197]]},{"area":"4f6","points":[[560,2265],[769,2265],[769,2332],[695,2332],[695,2405],[560,2405]]},{"area":"4f9","points":[[559,2412],[694,2412],[694,2553],[559,2553]]},{"area":"4fa","points":[[779,2412],[779,2555],[990,2555],[990,2412]]},{"area":"4fe","points":[[997,2413],[997,2553],[1135,2553],[1135,2413]]},{"area":"4bf","points":[[1466,737],[1473,717],[1498,708],[1524,713],[1532,734],[1528,754],[1501,767],[1475,759]]},{"area":"4e6","points":[[1726,815],[1726,1167],[1932,1167],[1932,815]]},{"area":"4e5","points":[[2013,885],[2013,1169],[2223,1169],[2223,885]]},{"area":"4e7","points":[[2304,957],[2304,1168],[2444,1168],[2444,957]]},{"area":"4e7","points":[[2449,958],[2556,958],[2589,1003],[2626,1056],[2655,1105],[2684,1169],[2449,1169]]},{"area":"4e9","points":[[1577,1249],[1577,1389],[2007,1389],[2007,1249]]},{"area":"4cc","points":[[2015,1249],[2015,1388],[2229,1388],[2229,1249]]},{"area":"4ca","points":[[2014,1398],[2014,1535],[2227,1535],[2227,1398]]},{"area":"50b","points":[[1356,1537],[1356,1751],[1862,1751],[1862,1537]]},{"area":"512","points":[[1140,1539],[1140,1753],[1350,1753],[1350,1539]]},{"area":"510","points":[[1140,1761],[1140,1896],[1350,1896],[1350,1761]]},{"area":"514","points":[[1139,1903],[1139,2042],[1350,2042],[1350,1903]]},{"area":"51c","points":[[1432,1761],[1641,1761],[1641,1899],[1578,1899],[1578,1825],[1432,1825]]},{"area":"51d","points":[[1429,1830],[1429,1972],[1570,1972],[1570,1830]]},{"area":"518","points":[[1431,1977],[1578,1977],[1578,1905],[1641,1905],[1641,2041],[1431,2041]]},{"area":"507","points":[[1649,1760],[1649,1899],[1788,1899],[1788,1760]]},{"area":"508","points":[[1795,1761],[1795,1899],[1860,1899],[1860,1761]]},{"area":"509","points":[[1796,1908],[1796,2115],[1862,2115],[1862,1908]]},{"area":"507","points":[[1649,1905],[1649,2042],[1790,2042],[1790,1905]]},{"area":"503","points":[[1140,2260],[1140,2050],[1640,2050],[1640,2260],[1504,2260],[1504,2116],[1279,2116],[1279,2260]]},{"area":"505","points":[[1286,2124],[1286,2260],[1391,2260],[1391,2124]]},{"area":"505","points":[[1398,2123],[1398,2258],[1499,2258],[1499,2123]]},{"area":"507","points":[[1647,2048],[1647,2258],[1788,2258],[1788,2048]]},{"area":"50a","points":[[1793,2123],[1793,2261],[1863,2261],[1863,2123]]},{"area":"4e7","points":[[2595,1611],[2829,1611],[2836,1658],[2843,1716],[2846,1750],[2595,1750]]},{"area":"4e0","points":[[2743,1758],[2845,1758],[2848,1804],[2849,1852],[2850,1909],[2847,1971],[2844,2016],[2840,2043],[2743,2043]]},{"area":"4bf","points":[[2557,1895],[2565,1874],[2590,1862],[2615,1869],[2628,1891],[2620,1917],[2593,1925],[2564,1914]]},{"area":"4e7","points":[[2599,2048],[2841,2048],[2831,2130],[2817,2189],[2599,2189]]},{"area":"4e7","points":[[2449,2631],[2657,2631],[2633,2671],[2588,2745],[2532,2820],[2474,2894],[2449,2919]]},{"area":"4d0","points":[[2016,2996],[2299,2996],[2299,3057],[2232,3109],[2164,3152],[2100,3189],[2045,3217],[2016,3233]]},{"area":"4bf","points":[[1464,3068],[1471,3047],[1500,3033],[1526,3047],[1532,3069],[1521,3092],[1498,3099],[1471,3089]]},{"area":"4e7","points":[[701,2997],[986,2997],[986,3231],[900,3190],[825,3144],[755,3098],[701,3058]]},{"area":"4bf","points":[[372,1892],[382,1870],[410,1861],[433,1871],[444,1900],[431,1918],[408,1924],[380,1910]]},{"area":"4ff","points":[[697,2557],[697,2625],[514,2625],[514,2557]]},{"area":"500","points":[[561,2633],[561,2695],[697,2695],[697,2633]]},{"area":"500","points":[[559,2704],[559,2768],[699,2768],[699,2704]]},{"area":"500","points":[[559,2777],[559,2914],[695,2914],[695,2777]]},{"area":"500","points":[[557,2922],[695,2922],[695,2987],[621,2987],[584,2953]]},{"area":"500","points":[[777,2630],[777,2767],[841,2767],[841,2630]]},{"area":"500","points":[[777,2773],[777,2913],[841,2913],[841,2773]]},{"area":"500","points":[[850,2631],[850,2767],[915,2767],[915,2631]]},{"area":"500","points":[[850,2775],[850,2917],[916,2917],[916,2775]]},{"area":"501","points":[[923,2631],[923,2767],[1132,2767],[1132,2631]]},{"area":"501","points":[[1215,2632],[1215,2768],[1425,2768],[1425,2632]]},{"area":"501","points":[[921,2775],[1133,2775],[1133,2840],[1060,2840],[1060,2916],[921,2916]]},{"area":"501","points":[[1216,2777],[1424,2777],[1424,2911],[1285,2911],[1285,2839],[1216,2839]]},{"area":"502","points":[[1068,2849],[1068,2983],[1278,2983],[1278,2849]]},{"area":"4ba","points":[[1429,3134],[1570,3134],[1570,3340],[1500,3341],[1429,3338]]},{"area":"4d5","points":[[2089,2410],[2089,2769],[2295,2769],[2295,2410]]},{"area":"4c9","points":[[1723,2985],[1939,2985],[1939,2767],[2078,2767],[2078,2636],[1723,2636]]},{"area":"4cc","points":[[1944,2777],[1944,2911],[2226,2911],[2226,2777]]},{"area":"4c3","points":[[1944,2920],[1944,3047],[2008,3047],[2008,2920]]},{"area":"4dd","points":[[1576,2411],[1576,2550],[2079,2550],[2079,2411]]},{"area":"4dc","points":[[2011,1978],[2154,1978],[2154,2191],[2223,2191],[2223,2402],[2011,2402]]},{"area":"4da","points":[[2235,1976],[2446,1976],[2446,2546],[2307,2546],[2307,2111],[2235,2111]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/117-map-7.01-spaceship-level-1-map.webp"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/118-map-7.01-spaceship-level-1-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3882,"credit":"Damien Mammoliti","mapParent":{"id":"5b2"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/121-map-7.02-spaceship-level-2-map.webp"},"imageType":"map","title":"Map 7.2: Spaceship Level 2","credit":"Damien Mammoliti","width":3000,"height":3882,"id":"5b3","mapRegions":[{"area":"54a","points":[[559,1016],[559,823],[601,777],[660,719],[660,1016]]},{"area":"54f","points":[[549,1015],[405,1015],[468,929],[549,833]]},{"area":"54b","points":[[670,1014],[670,711],[770,635],[770,1014]]},{"area":"54e","points":[[477,1163],[316,1163],[374,1068],[401,1024],[477,1024]]},{"area":"549","points":[[556,1023],[768,1023],[768,1090],[556,1297]]},{"area":"54c","points":[[548,1170],[548,1749],[156,1748],[165,1657],[183,1552],[208,1448],[234,1356],[269,1265],[321,1170]]},{"area":"52d","points":[[254,1757],[155,1757],[151,1845],[156,1970],[163,2041],[254,2041]]},{"area":"526","points":[[266,1756],[266,2039],[545,2039],[545,1756]]},{"area":"52d","points":[[400,2051],[400,2192],[546,2192],[546,2480],[271,2480],[243,2402],[217,2326],[186,2216],[169,2123],[163,2051]]},{"area":"527","points":[[410,2050],[410,2184],[546,2184],[546,2050]]},{"area":"550","points":[[547,2485],[693,2630],[693,3047],[618,2985],[547,2911],[508,2865],[473,2826],[425,2757],[378,2690],[318,2580],[275,2485]]},{"area":"538","points":[[701,2637],[840,2774],[840,3057],[701,2914]]},{"area":"554","points":[[847,2780],[990,2921],[1348,2921],[1348,3331],[1265,3321],[1177,3299],[1077,3267],[957,3216],[847,3159]]},{"area":"52a","points":[[1356,3212],[1639,3212],[1639,3334],[1588,3338],[1532,3343],[1463,3343],[1356,3333]]},{"area":"526","points":[[1356,2922],[1356,3203],[1638,3203],[1638,2922]]},{"area":"527","points":[[1649,2920],[1649,3065],[1787,3065],[1787,2920]]},{"area":"52a","points":[[1797,2922],[1938,2922],[1938,2997],[2008,2997],[2008,3237],[1875,3288],[1750,3317],[1651,3332],[1651,3074],[1797,3074]]},{"area":"530","points":[[2014,3233],[2015,2924],[2237,2705],[2611,2706],[2570,2770],[2509,2854],[2430,2938],[2357,3011],[2262,3090],[2190,3139],[2124,3177],[2050,3217]]},{"area":"537","points":[[2323,2620],[2463,2482],[2731,2482],[2708,2529],[2685,2582],[2667,2620]]},{"area":"539","points":[[2454,2129],[2828,2129],[2816,2195],[2791,2300],[2763,2390],[2733,2475],[2454,2475]]},{"area":"53f","points":[[2453,1971],[2844,1971],[2841,2053],[2830,2120],[2453,2120]]},{"area":"526","points":[[2454,1835],[2454,1964],[2732,1964],[2732,1835]]},{"area":"52b","points":[[2743,1835],[2848,1835],[2850,1881],[2849,1926],[2843,1965],[2743,1965]]},{"area":"527","points":[[2454,1690],[2454,1823],[2592,1823],[2592,1690]]},{"area":"52b","points":[[2453,1318],[2748,1318],[2772,1375],[2784,1423],[2806,1502],[2827,1594],[2839,1685],[2848,1770],[2850,1824],[2601,1824],[2601,1680],[2453,1680]]},{"area":"53f","points":[[2452,830],[2530,907],[2583,992],[2643,1083],[2688,1167],[2752,1314],[2452,1314]]},{"area":"540","points":[[2018,875],[2378,1237],[2444,1237],[2444,822],[2305,694],[2252,651],[2158,592],[2077,543],[2018,517]]},{"area":"543","points":[[1725,594],[1725,864],[2008,864],[2008,594]]},{"area":"545","points":[[1726,586],[1726,436],[1863,453],[1863,586]]},{"area":"546","points":[[1874,581],[2009,581],[2009,512],[1939,480],[1874,457]]},{"area":"52b","points":[[1361,431],[1450,425],[1575,424],[1717,438],[1717,866],[1653,866],[1653,581],[1361,581]]},{"area":"526","points":[[1361,591],[1361,868],[1643,868],[1643,591]]},{"area":"527","points":[[1350,734],[1350,867],[1218,867],[1218,734]]},{"area":"52c","points":[[997,864],[997,512],[1037,493],[1088,473],[1152,453],[1197,443],[1265,433],[1351,430],[1351,724],[1210,724],[1210,864]]},{"area":"547","points":[[777,1076],[985,868],[985,515],[902,556],[834,593],[777,630]]},{"area":"53e","points":[[694,1387],[694,2406],[556,2406],[556,1387]]},{"area":"53c","points":[[2306,1790],[2306,2056],[2447,2056],[2447,1790]]},{"area":"53d","points":[[1292,875],[1292,1021],[1845,1021],[1845,875]]},{"area":"52e","points":[[702,2405],[702,1390],[1065,1027],[1930,1027],[2294,1391],[2294,2415],[1940,2769],[1062,2769]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/121-map-7.02-spaceship-level-2-map.webp"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/122-map-7.02-spaceship-level-2-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3882,"credit":"Damien Mammoliti","mapParent":{"id":"5b3"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/125-map-7.03-spaceship-level-3-map.webp"},"imageType":"map","title":"Map 7.3: Spaceship Level 3","credit":"Damien Mammoliti","width":3000,"height":3882,"id":"5b4","mapRegions":[{"area":"55b","points":[[1356,631],[1356,841],[1641,841],[1641,631]]},{"area":"566","points":[[999,509],[1082,471],[1196,441],[1346,426],[1519,421],[1721,433],[1855,453],[2004,512],[2004,585],[1786,585],[1786,727],[1651,727],[1651,618],[1351,618],[1351,727],[1213,727],[1213,584],[999,584]]},{"area":"56a","points":[[480,1313],[255,1313],[288,1216],[365,1069],[455,940],[554,826],[720,669],[796,612],[908,548],[991,513],[991,809],[918,809],[480,1244]]},{"area":"55b","points":[[304,1756],[304,2047],[518,2047],[518,1756]]},{"area":"56b","points":[[261,1321],[261,1613],[405,1613],[405,1746],[295,1746],[295,2051],[401,2051],[401,2187],[265,2187],[265,2449],[219,2333],[185,2204],[162,2080],[151,1931],[154,1774],[171,1641],[193,1498],[224,1386],[248,1324]]},{"area":"56e","points":[[273,2482],[481,2482],[481,2553],[918,2990],[985,2990],[985,3233],[874,3175],[775,3109],[684,3046],[591,2958],[515,2884],[451,2801],[382,2696],[324,2582],[284,2514]]},{"area":"55b","points":[[1361,2958],[1361,3167],[1645,3167],[1645,2958]]},{"area":"55c","points":[[995,3235],[1084,3272],[1188,3298],[1312,3325],[1455,3342],[1579,3339],[1705,3322],[1872,3287],[2006,3235],[2006,3211],[1785,3211],[1785,3071],[1652,3071],[1652,3174],[1354,3174],[1354,3066],[1215,3066],[1215,3212],[995,3212]]},{"area":"55e","points":[[2014,3231],[2014,2992],[2095,2992],[2527,2558],[2527,2485],[2727,2485],[2699,2553],[2651,2644],[2602,2724],[2514,2847],[2440,2934],[2346,3015],[2246,3101],[2139,3166],[2054,3215]]},{"area":"55b","points":[[2695,1829],[2695,1961],[2485,1961],[2485,1829]]},{"area":"560","points":[[2742,2454],[2742,2111],[2596,2111],[2596,1976],[2701,1976],[2701,1819],[2595,1819],[2595,1686],[2740,1686],[2740,1324],[2755,1324],[2791,1422],[2818,1540],[2835,1651],[2847,1749],[2855,1852],[2848,1987],[2832,2112],[2812,2228],[2785,2344]]},{"area":"562","points":[[2013,516],[2013,804],[2085,804],[2526,1245],[2526,1315],[2754,1315],[2715,1221],[2629,1060],[2527,908],[2418,785],[2255,652],[2134,575],[2047,532]]},{"area":"586","points":[[1358,1968],[1358,1833],[1500,1758],[1571,1758],[1643,1822],[1643,1894],[1502,2006],[1429,2009]]},{"area":"581","points":[[1078,1674],[1102,1674],[1118,1644],[1175,1590],[1166,1565],[1194,1564],[1220,1591],[1238,1594],[1255,1563],[1278,1557],[1281,1536],[1313,1542],[1323,1572],[1337,1563],[1353,1704],[1334,1694],[1321,1710],[1332,1746],[1328,1779],[1329,1815],[1299,1825],[1296,1843],[1271,1841],[1247,1849],[1236,1874],[1237,1925],[1254,1951],[1286,1985],[1301,2014],[1315,2034],[1355,2045],[1402,2053],[1439,2059],[1502,2048],[1539,2036],[1556,2068],[1570,2081],[1586,2051],[1599,2014],[1615,2002],[1610,1978],[1634,1993],[1666,1980],[1673,1953],[1654,1945],[1680,1931],[1701,1909],[1698,1882],[1678,1860],[1689,1843],[1709,1829],[1697,1795],[1688,1782],[1673,1772],[1692,1769],[1683,1735],[1652,1723],[1621,1705],[1602,1702],[1581,1688],[1547,1690],[1518,1681],[1479,1648],[1454,1659],[1457,1674],[1441,1682],[1448,1703],[1423,1716],[1400,1718],[1374,1711],[1358,1556],[1379,1537],[1396,1511],[1425,1506],[1429,1491],[1466,1495],[1476,1521],[1494,1499],[1516,1478],[1530,1448],[1538,1433],[1556,1424],[1570,1403],[1592,1401],[1604,1375],[1635,1372],[1644,1388],[1659,1416],[1671,1436],[1706,1452],[1686,1478],[1679,1499],[1710,1485],[1736,1465],[1752,1497],[1787,1504],[1811,1541],[1854,1556],[1880,1595],[1894,1624],[1872,1664],[1865,1688],[1894,1679],[1906,1707],[1935,1709],[1974,1711],[1996,1734],[2021,1733],[2035,1761],[2035,1814],[2012,1853],[1972,1876],[2015,1901],[1999,1938],[1981,1961],[1971,1956],[1964,1991],[1938,2028],[1899,2047],[1853,2074],[1831,2080],[1812,2079],[1850,2110],[1816,2112],[1816,2131],[1780,2136],[1768,2154],[1763,2187],[1736,2174],[1755,2201],[1743,2223],[1735,2267],[1714,2269],[1706,2249],[1686,2297],[1676,2341],[1653,2358],[1615,2333],[1620,2308],[1594,2295],[1569,2274],[1559,2254],[1549,2247],[1520,2272],[1510,2297],[1485,2332],[1469,2360],[1446,2315],[1436,2345],[1419,2374],[1414,2407],[1386,2403],[1367,2375],[1343,2346],[1356,2323],[1319,2322],[1320,2305],[1285,2312],[1252,2327],[1222,2311],[1227,2290],[1208,2311],[1209,2330],[1187,2309],[1158,2315],[1133,2288],[1156,2264],[1139,2211],[1132,2176],[1100,2156],[1064,2167],[1048,2152],[1016,2144],[991,2128],[963,2127],[950,2087],[955,2059],[983,2059],[996,2024],[996,1981],[1032,1973],[1075,1940],[1072,1864],[1044,1856],[1017,1818],[1029,1778],[1003,1761],[995,1734],[1013,1704],[1050,1690],[1059,1677]]},{"area":"581","points":[[1336,1564],[1355,1555],[1372,1710],[1355,1706]]},{"area":"577","points":[[1432,977],[1432,1061],[1578,1061],[1578,977]]},{"area":"578","points":[[1094,1157],[1094,1249],[975,1249],[975,1157]]},{"area":"576","points":[[2015,1249],[2015,1321],[2141,1321],[2141,1249]]},{"area":"57e","points":[[1436,1346],[1436,1406],[1555,1406],[1555,1346]]},{"area":"57c","points":[[1129,1513],[1129,1598],[1005,1598],[1005,1513]]},{"area":"579","points":[[761,1742],[761,1830],[632,1830],[632,1742]]},{"area":"57a","points":[[871,2482],[871,2551],[757,2551],[757,2482]]},{"area":"57c","points":[[1143,2331],[1143,2397],[1258,2397],[1258,2331]]},{"area":"573","points":[[1487,2708],[1487,2779],[1373,2779],[1373,2708]]},{"area":"574","points":[[2268,2478],[2268,2550],[2149,2550],[2149,2478]]},{"area":"57f","points":[[1568,2288],[1568,2318],[1586,2337],[1574,2348],[1572,2376],[1592,2371],[1600,2411],[1580,2409],[1566,2443],[1565,2478],[1597,2478],[1629,2470],[1629,2491],[1620,2498],[1632,2528],[1644,2540],[1772,2540],[2134,2178],[2109,2174],[2094,2143],[2088,2123],[2072,2113],[2083,2092],[2058,2089],[2043,2131],[2007,2120],[1997,2098],[1988,2071],[1986,2055],[1948,2053],[1928,2055],[1902,2053],[1861,2075],[1835,2082],[1857,2109],[1825,2119],[1822,2136],[1782,2144],[1773,2160],[1769,2190],[1755,2188],[1761,2203],[1750,2226],[1739,2271],[1712,2276],[1707,2262],[1691,2299],[1684,2340],[1656,2366],[1610,2338],[1612,2310],[1587,2296],[1576,2284]]},{"area":"575","points":[[2301,1856],[2301,1935],[2410,1935],[2410,1856]]},{"area":"57d","points":[[1905,1594],[1905,1663],[2020,1663],[2020,1594]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/125-map-7.03-spaceship-level-3-map.webp"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/126-map-7.03-spaceship-level-3-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3882,"credit":"Damien Mammoliti","mapParent":{"id":"5b4"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/129-map-7.04-spaceship-level-4-map.webp"},"imageType":"map","title":"Map 7.4: Spaceship Level 4","credit":"Damien Mammoliti","width":3000,"height":3882,"id":"5b5","mapRegions":[{"area":"595","points":[[333,1315],[333,1605],[199,1605],[199,1534],[234,1534],[234,1381],[253,1315]]},{"area":"596","points":[[474,1093],[469,1075],[502,1085],[516,1052],[558,1039],[590,1034],[650,1046],[652,1110],[630,1175],[550,1178],[474,1186]]},{"area":"591","points":[[489,2333],[489,2472],[629,2472],[629,2333]]},{"area":"590","points":[[1351,2996],[1351,3129],[1446,3129],[1446,2996]]},{"area":"591","points":[[2465,1697],[2465,1818],[2588,1818],[2588,1697]]},{"area":"592","points":[[2160,1170],[2160,1388],[2372,1388],[2372,1170]]},{"area":"595","points":[[704,741],[777,741],[777,667],[844,667],[844,872],[704,872]]},{"area":"591","points":[[1871,2172],[1871,2270],[2001,2270],[2001,2172]]},{"area":"58b","points":[[1143,1391],[1143,1826],[1862,1826],[1862,1391]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/129-map-7.04-spaceship-level-4-map.webp"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/130-map-7.04-spaceship-level-4-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3882,"credit":"Damien Mammoliti","mapParent":{"id":"5b5"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10}}]}]},"UtHftLH":{"id":"UtHftLH","name":"Uni and the Hunt for the Lost Horn","source":"UtHftLH","prop":"adventure","chapters":[{"name":"Uni and the Hunt for the Lost Horn","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/001-map-0.01-woodland-pool.webp"},"imageType":"map","title":"Map 1.1: Woodland Pool","credit":"Stacey Allan, Will Doyle","width":3067,"height":1291,"id":"038","mapRegions":[{"area":"020","points":[[2246,179],[2246,246],[2459,246],[2459,179]]}],"hrefThumbnail":{"type":"internal","path":"adventure/UtHftLH/thumbnail/001-map-0.01-woodland-pool.webp"},"grid":{"type":"square","size":153,"offsetX":12,"offsetY":-28,"scale":3},"page":"adventure.html","source":"UtHftLH","hash":"uthftlh"},{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/002-map-0.01-woodland-pool-dm.webp"},"imageType":"map","title":"Without Tokens","credit":"Stacey Allan, Will Doyle","width":3067,"height":1291,"id":"039","mapParent":{"id":"038"},"grid":{"type":"square","size":153,"offsetX":12,"offsetY":-28,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/003-map-0.01-woodland-pool-player.webp"},"imageType":"mapPlayer","title":"Player Version","credit":"Stacey Allan, Will Doyle","width":3067,"height":1291,"mapParent":{"id":"038"},"grid":{"type":"square","size":153,"offsetX":12,"offsetY":-28,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/004-map-0.02-the-crystal-ball.webp"},"imageType":"map","title":"Map 1.2: The Crystal Ball","credit":"Stacey Allan, Will Doyle","width":3070,"height":3536,"id":"03a","mapRegions":[{"area":"02f","points":[[1781,1244],[1807,1261],[1844,1259],[1874,1264],[1907,1273],[1937,1267],[1961,1244],[1997,1237],[2026,1224],[2044,1181],[2070,1157],[2091,1139],[2089,1096],[2107,1059],[2119,1027],[2137,990],[2140,951],[2111,930],[2104,891],[2087,879],[2073,844],[2051,820],[2033,796],[2046,759],[2054,730],[2039,683],[2014,650],[1987,627],[1954,614],[1909,589],[1876,574],[1819,571],[1786,554],[1756,553],[1711,557],[1674,556],[1639,556],[1583,556],[1546,556],[1523,577],[1483,586],[1450,601],[1409,609],[1364,596],[1334,596],[1319,621],[1297,639],[1281,660],[1253,673],[1247,694],[1210,720],[1197,753],[1187,774],[1159,779],[1136,800],[1114,834],[1127,870],[1106,910],[1089,953],[1087,994],[1089,1036],[1097,1070],[1116,1101],[1131,1143],[1146,1157],[1169,1166],[1196,1163],[1221,1167],[1241,1180],[1264,1177],[1281,1191],[1299,1206],[1329,1217],[1353,1223],[1380,1213],[1420,1206],[1453,1211],[1497,1203],[1523,1234],[1547,1254],[1571,1276],[1603,1289],[1636,1280],[1647,1257],[1674,1254],[1710,1273],[1737,1284],[1763,1274]]},{"area":"02a","points":[[1701,1281],[1734,1293],[1761,1284],[1780,1270],[1794,1284],[1826,1294],[1846,1313],[1873,1320],[1886,1356],[1904,1387],[1907,1410],[1924,1423],[1957,1416],[1986,1427],[1999,1450],[2004,1484],[1999,1520],[1994,1544],[1999,1579],[1990,1609],[1960,1616],[1924,1634],[1900,1650],[1897,1670],[1903,1700],[1903,1727],[1886,1751],[1871,1774],[1853,1809],[1820,1829],[1796,1826],[1781,1821],[1750,1826],[1713,1829],[1680,1810],[1657,1771],[1667,1749],[1663,1690],[1630,1669],[1621,1643],[1626,1617],[1633,1580],[1614,1543],[1617,1507],[1620,1483],[1656,1467],[1696,1450],[1719,1431],[1747,1419],[1776,1397],[1797,1383],[1789,1360],[1769,1346],[1741,1343],[1710,1333],[1704,1297]]},{"area":"021","points":[[2056,1873],[2079,1839],[2131,1839],[2150,1857],[2170,1884],[2200,1879],[2234,1860],[2269,1867],[2313,1881],[2340,1909],[2344,1936],[2340,1979],[2339,2009],[2336,2036],[2330,2054],[2301,2096],[2304,2123],[2314,2159],[2307,2190],[2286,2201],[2250,2184],[2209,2179],[2177,2151],[2163,2146],[2137,2179],[2097,2163],[2059,2157],[2056,2117],[2071,2089],[2069,2040],[2049,1984],[2026,1939],[2037,1907],[2043,1887]]},{"area":"01e","points":[[2059,2591],[2109,2574],[2156,2547],[2176,2520],[2186,2480],[2199,2430],[2187,2380],[2150,2350],[2137,2334],[2091,2327],[2033,2349],[1997,2360],[1974,2403],[1963,2430],[1964,2460],[1943,2497],[1950,2521],[1967,2557],[1987,2570],[2019,2580]]},{"area":"027","points":[[1324,2041],[1323,2017],[1351,1989],[1381,1961],[1399,1926],[1440,1897],[1474,1884],[1509,1877],[1559,1880],[1596,1894],[1626,1911],[1649,1930],[1666,1947],[1674,1969],[1704,1961],[1727,1951],[1753,1953],[1767,1976],[1767,2011],[1790,2041],[1837,2039],[1850,2080],[1859,2110],[1841,2131],[1843,2160],[1836,2183],[1817,2213],[1783,2224],[1764,2239],[1763,2271],[1761,2291],[1727,2304],[1707,2311],[1680,2279],[1650,2274],[1639,2287],[1673,2296],[1683,2307],[1694,2327],[1691,2359],[1677,2387],[1651,2397],[1623,2393],[1601,2377],[1586,2389],[1589,2411],[1580,2427],[1541,2440],[1513,2443],[1483,2436],[1477,2477],[1450,2494],[1407,2499],[1379,2476],[1351,2453],[1353,2414],[1393,2407],[1396,2390],[1370,2366],[1341,2346],[1309,2343],[1286,2320],[1309,2289],[1313,2253],[1293,2231],[1290,2206],[1300,2180],[1326,2159],[1326,2123],[1333,2086],[1329,2060]]}],"hrefThumbnail":{"type":"internal","path":"adventure/UtHftLH/thumbnail/004-map-0.02-the-crystal-ball.webp"},"grid":{"type":"square","size":153,"offsetX":11,"offsetY":-13,"scale":3},"page":"adventure.html","source":"UtHftLH","hash":"uthftlh"},{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/005-map-0.02-the-crystal-ball-dm.webp"},"imageType":"map","title":"Without Tokens","credit":"Stacey Allan, Will Doyle","width":3070,"height":3536,"id":"03b","mapParent":{"id":"03a"},"grid":{"type":"square","size":153,"offsetX":11,"offsetY":-13,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/006-map-0.02-the-crystal-ball-player.webp"},"imageType":"mapPlayer","title":"Player Version","credit":"Stacey Allan, Will Doyle","width":3070,"height":3536,"mapParent":{"id":"03a"},"grid":{"type":"square","size":153,"offsetX":11,"offsetY":-13,"scale":3}}]}]},"ScoEE":{"id":"ScoEE","name":"Scions of Elemental Evil","source":"ScoEE","prop":"adventure","chapters":[{"name":"Scions of Elemental Evil","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/ScoEE/002-map-0.01-temple-of-elemental-evil.webp"},"imageType":"map","title":"Map 1.1: Temple of Elemental Evil","credit":"Stacey Allan & Will Doyle","width":3018,"height":3927,"id":"057","mapRegions":[{"area":"044","points":[[1396,590],[1396,553],[1355,528],[1375,488],[1373,459],[1401,457],[1431,435],[1471,422],[1512,418],[1560,425],[1605,445],[1627,454],[1641,479],[1658,505],[1659,521],[1622,556],[1622,590]]},{"area":"040","points":[[1110,596],[1110,1636],[1908,1636],[1908,596]]},{"area":"029","points":[[1111,1639],[1911,1639],[1915,2423],[1111,2423]]},{"area":"035","points":[[1915,1643],[2520,2262],[2124,2640],[1915,2419]]},{"area":"02b","points":[[1106,1640],[499,2259],[897,2641],[1106,2421]]},{"area":"02f","points":[[461,2301],[648,2477],[495,2639],[306,2454]]},{"area":"039","points":[[2366,2471],[2520,2635],[2711,2454],[2551,2293]]},{"area":"024","points":[[1108,2425],[1108,3025],[1908,3025],[1908,2425]]},{"area":"020","points":[[1315,3061],[1315,3437],[1706,3437],[1706,3061]]},{"area":"01d","points":[[790,3919],[754,3888],[760,3862],[739,3827],[805,3794],[814,3772],[782,3730],[790,3707],[814,3697],[840,3695],[849,3649],[870,3605],[921,3591],[917,3539],[875,3532],[881,3519],[910,3502],[945,3475],[978,3454],[1003,3409],[1086,3414],[1101,3568],[1097,3712],[1204,3695],[1112,3772],[1094,3792],[1046,3795],[1018,3826],[1019,3871],[1027,3884],[992,3919]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ScoEE/thumbnail/002-map-0.01-temple-of-elemental-evil.webp"},"grid":{"type":"square","size":102,"offsetX":-41,"offsetY":49,"scale":2},"page":"adventure.html","source":"ScoEE","hash":"scoee"},{"type":"image","href":{"type":"internal","path":"adventure/ScoEE/003-map-0.01-temple-of-elemental-evil-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":5331,"credit":"Stacey Allan & Will Doyle","mapParent":{"id":"057","autoScale":true},"grid":{"type":"square","size":277,"offsetX":-109,"offsetY":-144,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/ScoEE/004-map-0.02-primordial-nexus.webp"},"imageType":"map","title":"Map 1.2: Primordial Nexus","credit":"Stacey Allan & Will Doyle","width":4096,"height":2612,"id":"058","grid":{"type":"square","size":128,"offsetX":-61,"offsetY":-46}}]}]},"DMG":{"id":"DMG","name":"Dungeon Master's Guide (2014)","source":"DMG","prop":"book","chapters":[{"name":"App. C: Maps","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-1.webp"},"width":1125,"height":2475,"imageType":"map","title":"Map 1","grid":{"type":"square","size":97,"offsetX":-19,"offsetY":3,"scale":3},"id":"233"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-2.webp"},"width":1013,"height":2862,"imageType":"map","title":"Map 2","grid":{"type":"square","size":146,"offsetX":-50,"offsetY":50,"scale":2},"id":"234"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-3.webp"},"width":2179,"height":2942,"imageType":"map","title":"Map 3","grid":{"type":"square","size":117,"offsetX":14,"offsetY":-6,"scale":2,"distance":10},"id":"235"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-4.webp"},"width":2182,"height":3105,"imageType":"map","title":"Map 4","grid":{"type":"square","size":84,"scale":3},"id":"236"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-5.webp"},"width":3900,"height":3151,"imageType":"map","title":"Map 5","grid":{"type":"none","size":146,"distance":100},"id":"237"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-6.webp"},"width":3375,"height":2625,"imageType":"map","title":"Map 6","grid":{"type":"none","size":53,"distance":100},"id":"238"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-7.webp"},"width":2100,"height":1575,"imageType":"map","title":"Map 7","grid":{"type":"square","size":105,"scale":2},"id":"239"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-8.webp"},"width":2288,"height":1613,"imageType":"map","title":"Map 8","grid":{"type":"square","size":75,"offsetX":21,"offsetY":36},"id":"23a"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-9.webp"},"width":2040,"height":2965,"imageType":"map","title":"Map 9","grid":{"type":"square","size":102,"offsetX":50,"offsetY":20,"scale":3},"id":"387"}]}]},"SCAG":{"id":"SCAG","name":"Sword Coast Adventurer's Guide","source":"SCAG","prop":"book","chapters":[{"name":"Preface","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map.webp"},"width":5564,"height":3600,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1e5"}]},{"name":"Ch. 1: Welcome to the Realms","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"book/SCAG/Northern Faerun Map.webp"},"width":1227,"height":1000,"grid":{"type":"none"},"imageType":"map","id":"1e6"}]},{"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.webp"},"width":1391,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1e7"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Baldurs Gate Map.webp"},"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.webp"},"width":1660,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1e8"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Neverwinter.webp"},"width":1321,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1e9"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Neverwinter Map.webp"},"width":1227,"height":1000,"grid":{"type":"none"},"imageType":"map","id":"1ea"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Silverymoon.webp"},"width":1204,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1eb"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Waterdeep Map.webp"},"width":815,"height":1000,"grid":{"type":"none"},"imageType":"map","id":"1ec"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Yartar.webp"},"width":1145,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1ed"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Moonshaes.webp"},"width":563,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1ee"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Nelanther.webp"},"width":1041,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1ef"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Darkhold.webp"},"width":1042,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f0"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Evereska.webp"},"width":1047,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f1"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Hartsvale.webp"},"width":1010,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f2"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - High Moor.webp"},"width":852,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f3"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Trielta Hills.webp"},"width":1355,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f4"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Luskan.webp"},"width":1186,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f5"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Luskan Map.webp"},"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","name":"Volo's Guide to Monsters","source":"VGM","prop":"book","chapters":[{"name":"Ch. 1: Monster Lore","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/VGM/Beholder-Lair-DM.webp"},"title":"Beholder Lair (DM)","grid":{"type":"square","size":50,"offsetX":5,"offsetY":-15,"scale":2,"distance":10},"width":800,"height":1100,"imageType":"map","id":"199"},{"type":"image","href":{"type":"internal","path":"book/VGM/Beholder-Lair-Players.webp"},"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.webp"},"title":"Goblin War Camp (DM)","width":1164,"height":800,"grid":{"type":"square","size":56,"offsetX":19,"offsetY":7,"scale":4},"imageType":"map","id":"1a7"},{"type":"image","href":{"type":"internal","path":"book/VGM/Goblin-War-Camp-Players.webp"},"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.webp"},"title":"Hag Lairs (DM)","width":1091,"height":750,"grid":{"type":"square","size":50,"offsetX":19,"offsetY":15,"scale":1.87,"distance":10},"imageType":"map","id":"1a8"},{"type":"image","href":{"type":"internal","path":"book/VGM/Hag-Lair-Players.webp"},"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.webp"},"title":"Kobold Lair (DM)","width":545,"height":750,"grid":{"type":"square","size":50,"offsetX":19,"offsetY":6,"scale":4.15},"imageType":"map","id":"1a9"},{"type":"image","href":{"type":"internal","path":"book/VGM/Kobold-Lair-Players.webp"},"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.webp"},"title":"Mind Flayer Colony (DM)","width":545,"height":750,"grid":{"type":"none","size":138,"distance":50},"imageType":"map","id":"1aa"},{"type":"image","href":{"type":"internal","path":"book/VGM/Orc-Stronghold-DM.webp"},"title":"Orc Stronghold (DM)","width":800,"height":1100,"grid":{"type":"square","size":50,"offsetX":10,"offsetY":3,"scale":3.5},"imageType":"map","id":"1ab"},{"type":"image","href":{"type":"internal","path":"book/VGM/Orc-Stronghold-Players.webp"},"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.webp"},"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","id":"1ac"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L1.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Yuan-Ti Temple—Level 5 (Players)","width":856,"height":812,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"}]}]},"PS-X":{"id":"PS-X","name":"Plane Shift: Ixalan","source":"PSX","prop":"book","chapters":[{"name":"Land of the Great River","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/PSX/016.webp"},"width":1613,"height":1075,"title":"Ixalan","credit":"{@link Jared Blando|https://jaredblando.com/}","imageType":"map","grid":{"type":"none"},"id":"048"}]}]},"GGR":{"id":"GGR","name":"Guildmasters' Guide to Ravnica","source":"GGR","prop":"book","chapters":[{"name":"Ch. 3: The Tenth District","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/GGR/062-302.webp"},"width":5000,"height":3160,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none","size":184,"distance":0.5,"units":"miles"},"title":"Tenth District","id":"221"},{"type":"image","href":{"type":"internal","path":"book/GGR/064-304.webp"},"width":3487,"height":5000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct One","id":"222"},{"type":"image","href":{"type":"internal","path":"book/GGR/067-307.webp"},"width":2117,"height":3000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct Two","id":"223"},{"type":"image","href":{"type":"internal","path":"book/GGR/070-310.webp"},"width":2118,"height":3000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct Three","id":"224"},{"type":"image","href":{"type":"internal","path":"book/GGR/073-313.webp"},"width":2116,"height":3000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct Four","id":"225"},{"type":"image","href":{"type":"internal","path":"book/GGR/076-316.webp"},"width":2096,"height":3000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct Five","id":"226"},{"type":"image","href":{"type":"internal","path":"book/GGR/080-320.webp"},"width":2115,"height":3000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct Six","id":"227"}]},{"name":"Ch. 4: Creating Adventures","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/GGR/086-406.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":101,"offsetX":-12,"offsetY":-13,"scale":3},"title":"Map 4.1: Arrester Station","id":"228"},{"type":"image","href":{"type":"internal","path":"book/GGR/088-408.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":126,"offsetX":27,"offsetY":-3,"scale":3},"title":"Map 4.2: Legion Garrison","id":"229"},{"type":"image","href":{"type":"internal","path":"book/GGR/090-410.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":166,"offsetX":-52,"offsetY":25,"scale":3},"title":"Map 4.3: Safe House","id":"22a"},{"type":"image","href":{"type":"internal","path":"book/GGR/092-412.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":120,"offsetX":11,"offsetY":46,"scale":3},"title":"Map 4.4: Undercity Mansion","id":"22b"},{"type":"image","href":{"type":"internal","path":"book/GGR/095-415.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":147,"offsetX":75,"offsetY":-62,"scale":3},"title":"Map 4.5: Rubblebelt Encampment","id":"22c"},{"type":"image","href":{"type":"internal","path":"book/GGR/097-417.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":154,"offsetX":88,"offsetY":87,"scale":3},"title":"Map 4.6: Experimental Workshop","id":"22d"},{"type":"image","href":{"type":"internal","path":"book/GGR/099-419.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":155,"offsetX":102,"offsetY":-13,"scale":3},"title":"Map 4.7: Grand Basilica","id":"22e"},{"type":"image","href":{"type":"internal","path":"book/GGR/102-422.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":164,"offsetX":59,"offsetY":-82,"scale":3},"title":"Map 4.8: Notorious Nightclub","id":"22f"},{"type":"image","href":{"type":"internal","path":"book/GGR/104-424.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":139,"offsetX":16,"offsetY":-10,"scale":3},"title":"Map 4.9: Vernadi Center","id":"230"},{"type":"image","href":{"type":"internal","path":"book/GGR/106-426.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":142,"offsetX":20,"offsetY":8,"scale":3},"title":"Map 4.10: Growth Chambers","id":"231"}]}]},"HWCS":{"id":"HWCS","name":"Humblewood Campaign Setting","source":"HWCS","prop":"book","chapters":[{"name":"Ch. 3: Traversing the Wood","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/HWCS/Humblewood.webp"},"imageType":"map","title":"Humblewood","id":"10e","width":4000,"height":2361,"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"book/HWCS/Humblewood-Player-Version.webp"},"imageType":"mapPlayer","title":"Player Version","mapParent":{"id":"10e"},"width":4000,"height":2361,"grid":{"type":"none"}}]}]},"ERLW":{"id":"ERLW","name":"Eberron: Rising from the Last War","source":"ERLW","prop":"book","chapters":[{"name":"Ch. 2: Khorvaire Gazetteer","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/069-map-khorvaire.webp"},"title":"Map 2.1: The Continent of Khorvaire","width":5033,"height":3548,"grid":{"type":"none","size":1350,"distance":1000,"units":"miles"},"imageType":"map","credit":"Lee Moyer","id":"059"}]},{"name":"Ch. 2: Khorvaire Gazeteer - Distant Lands","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/082-map-aerenal-small.webp"},"title":"Map 2.2: Islands of Aerenal","width":850,"height":568,"grid":{"type":"none","size":164,"distance":300,"units":"miles"},"imageType":"map","id":"02e","credit":"Lee Moyer"},{"type":"image","href":{"type":"internal","path":"book/ERLW/083-map-aerenal-large.webp"},"title":"Player Version","width":2550,"height":1704,"imageType":"mapPlayer","grid":{"type":"none","size":492,"distance":300,"units":"miles"},"mapParent":{"id":"02e","autoScale":true},"credit":"Lee Moyer"},{"type":"image","href":{"type":"internal","path":"book/ERLW/086-map-xendrik-small.webp"},"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","credit":"Lee Moyer"},{"type":"image","href":{"type":"internal","path":"book/ERLW/087-map-xendrik-large.webp"},"title":"Player Version","width":2550,"height":1710,"grid":{"type":"none","size":445,"distance":1000,"units":"miles"},"imageType":"mapPlayer","mapParent":{"id":"02f","autoScale":true},"credit":"Lee Moyer"}]},{"name":"Ch. 4: Building Eberron Adventures","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/106-map41_arcaneworkshop.webp"},"title":"Map 4.1: Arcane Workshop","width":2498,"height":4000,"grid":{"type":"square","size":115,"offsetX":57,"offsetY":37},"imageType":"map","id":"030","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/107-map41_arcaneworkshop-player.webp"},"title":"Player Version","width":2500,"height":4000,"grid":{"type":"square","size":114,"offsetX":47,"offsetY":58},"imageType":"mapPlayer","mapParent":{"id":"030","autoScale":true},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/108-map42_planarobservatory.webp"},"title":"Map 4.2: Planar Observatory","width":4200,"height":5700,"imageType":"map","grid":{"type":"square"},"id":"031","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/109-map42_planarobservatory-player.webp"},"title":"Player Version","width":2947,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":2,"offsetY":4},"mapParent":{"id":"031","autoScale":true},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/110-map43_ruindhakaanifort.webp"},"title":"Map 4.3: Ruined Dhakaani Fort","width":2945,"height":4000,"grid":{"type":"square","size":62,"offsetX":12},"imageType":"map","id":"032","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/111-map43_ruindhakaanifort-player.webp"},"title":"Player Version","width":2945,"height":4000,"grid":{"type":"square","size":63,"offsetY":32},"imageType":"mapPlayer","mapParent":{"id":"032"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/112-map44_gatekeeperseal.webp"},"title":"Map 4.4: Gatekeeper Seal","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":7},"imageType":"map","id":"033","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/113-map44_gatekeeperseal-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":7},"imageType":"mapPlayer","mapParent":{"id":"033"},"credit":"Dyson Logos"}]},{"name":"Ch. 4: Building Eberron Adventures","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/115-map45_fortifiedoutpost.webp"},"title":"Map 4.5: Fortified Outpost","width":2947,"height":4000,"grid":{"type":"square","size":52,"offsetX":12,"offsetY":29},"imageType":"map","id":"034","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/116-map45_fortifiedoutpost-player.webp"},"title":"Player Version","width":2607,"height":4000,"grid":{"type":"square","size":52,"offsetY":39},"imageType":"mapPlayer","mapParent":{"id":"034","autoScale":true},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/118-map46_warforgedossuary.webp"},"title":"Map 4.6: Warforged Ossuary","width":3063,"height":4000,"grid":{"type":"square","size":73,"offsetX":-2,"offsetY":-7},"imageType":"map","id":"035","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/119-map46_warforgedossuary-player.webp"},"title":"Player Version","width":3055,"height":4000,"grid":{"type":"square","size":73,"offsetX":27,"offsetY":37},"imageType":"mapPlayer","mapParent":{"id":"035","autoScale":true},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/120-map47_demonruin.webp"},"title":"Map 4.7: Demon Ruin","width":2947,"height":4000,"grid":{"type":"square","size":56,"offsetX":2,"offsetY":3},"imageType":"map","id":"036","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/121-map47_demonruin-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":56,"offsetX":2,"offsetY":3},"imageType":"mapPlayer","mapParent":{"id":"036"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/125-map48_fallenwarforge.webp"},"title":"Map 4.8: Fallen Warforged Colossus","width":2947,"height":4000,"grid":{"type":"square","size":66,"offsetX":1,"offsetY":1},"imageType":"map","id":"037","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/126-map48_fallenwarforge-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":66,"offsetX":1,"offsetY":1},"imageType":"mapPlayer","mapParent":{"id":"037"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/127-map49_libraryvault.webp"},"title":"Map 4.9: Library Vault","width":2960,"height":4000,"grid":{"type":"square","size":97,"offsetX":50,"offsetY":74},"imageType":"map","id":"038","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/128-map49_libraryvault-player.webp"},"title":"Player Version","width":3017,"height":4000,"grid":{"type":"square","size":98,"offsetX":66,"offsetY":55},"imageType":"mapPlayer","mapParent":{"id":"038","autoScale":true},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/129-map-planes.webp"},"title":"Planes of Existence","width":850,"height":850,"grid":{"type":"none"},"imageType":"map","id":"053","credit":"Lee Moyer"},{"type":"image","href":{"type":"internal","path":"book/ERLW/130-map-planes-large.webp"},"title":"Player Version","width":1788,"height":1788,"grid":{"type":"none"},"imageType":"mapPlayer","mapParent":{"id":"053","autoScale":true},"credit":"Lee Moyer"},{"type":"image","href":{"type":"internal","path":"book/ERLW/132-map410_lightningrailcars.webp"},"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","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/133-map410_lightningrailcars-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":65,"offsetX":1,"offsetY":7,"distance":2.5},"imageType":"mapPlayer","mapParent":{"id":"054"},"credit":"Dyson Logos"}]},{"name":"Ch. 4: Building Eberron Adventures - Sharn","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/135-map411_sharn_flat_gs.webp"},"title":"Map 4.11: Sharn Heights","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":3},"imageType":"map","id":"055","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/136-map411_sharn_flat_gs-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":3},"imageType":"mapPlayer","mapParent":{"id":"055"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/138-map412_nightclub.webp"},"title":"Map 4.12: Nightclub","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetY":-15},"imageType":"map","id":"056","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/139-map412_nightclub-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":-2,"offsetY":-14},"imageType":"mapPlayer","mapParent":{"id":"056"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/140-map413_coghub.webp"},"title":"Map 4.13: Cog Hub","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":4,"offsetY":4},"imageType":"map","id":"057","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/141-map413_coghub-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":4,"offsetY":4},"imageType":"mapPlayer","mapParent":{"id":"057"},"credit":"Dyson Logos"}]}]},"EGW":{"id":"EGW","name":"Explorer's Guide to Wildemount","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.webp"},"title":"Continent of Wildemount","width":9300,"height":6600,"grid":{"type":"square","size":600,"offsetX":142,"offsetY":13,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"02c"}]},{"name":"Ch. 3: Wildemount Gazetteer","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/045-3.1-Menagerie-Coast.webp"},"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","credit":"Deven Rue","id":"02d"},{"type":"image","href":{"type":"internal","path":"book/EGW/049-3.2-Port-Damali-player.webp"},"title":"Map 3.2: Port Damali","width":2550,"height":3300,"grid":{"type":"none","distance":250,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"02e"},{"type":"image","href":{"type":"internal","path":"book/EGW/051-3.3-Marrow-Valley.webp"},"title":"Map 3.3: Marrow Valley","width":2550,"height":1650,"grid":{"type":"none","size":600,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"02f"},{"type":"image","href":{"type":"internal","path":"book/EGW/056-3.4-Zemni-Fields.webp"},"title":"Map 3.4: Zemni Fields","width":2550,"height":1650,"grid":{"type":"none","size":540,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"032"},{"type":"image","href":{"type":"internal","path":"book/EGW/059-3.5-Rexxentrum-player.webp"},"title":"Map 3.5: Rexxentrum","width":2550,"height":3300,"grid":{"type":"none","distance":666,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"050"},{"type":"image","href":{"type":"internal","path":"book/EGW/061-3.6-Greying-Wildlands.webp"},"title":"Map 3.6: Greying Wildlands","width":2550,"height":1650,"grid":{"type":"none","size":505,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"051"},{"type":"image","href":{"type":"internal","path":"book/EGW/066-3.7-Eiselcross.webp"},"title":"Map 3.7: Eiselcross","width":2550,"height":1560,"grid":{"type":"none","size":609,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"052"},{"type":"image","href":{"type":"internal","path":"book/EGW/071-3.8-wastes-of-xhorhas.webp"},"title":"Map 3.8: Wastes of Xorhas","width":2550,"height":2956,"grid":{"type":"none","size":602,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"053"},{"type":"image","href":{"type":"internal","path":"book/EGW/074-3.9-Rosohna-player.webp"},"title":"Map 3.9: Rosohna","width":2550,"height":3300,"grid":{"type":"none","size":300,"distance":1000,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"054"},{"type":"image","href":{"type":"internal","path":"book/EGW/077-3.10-Blightshore.webp"},"title":"Map 3.10: Blightshore","width":2550,"height":1650,"grid":{"type":"none","size":600,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"055"}]}]},"MOT":{"id":"MOT","name":"Mythic Odysseys of Theros","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.webp"},"title":"Map 3.1: The World of Theros","width":3631,"height":5000,"imageType":"map","grid":{"type":"none","size":104,"distance":10,"units":"miles"},"id":"018","credit":"Jonas De Ro"},{"type":"image","href":{"type":"internal","path":"book/MOT/056-map-3.1-world-of-theros-player.webp"},"title":"Player Version","width":3631,"height":5000,"imageType":"mapPlayer","grid":{"type":"none","size":104,"distance":10,"units":"miles"},"mapParent":{"id":"018"},"credit":"Jonas De Ro"}]},{"name":"Ch. 4: Creating Theros Adventures","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/MOT/076-map-4.1-Underworld-Crossing.webp"},"title":"Map 4.1: Underworld Crossing","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"019","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/077-map-4.1-Underworld-Crossing-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"019"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/081-map-4.2-Asora.webp"},"title":"Map 4.2: Agora","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"offsetX":-1,"offsetY":-1},"id":"01a","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/082-map-4.2-Asora-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-1,"offsetY":-1},"mapParent":{"id":"01a"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/086-map-4.3-Graveyard.webp"},"title":"Map 4.3: Graveyard","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01b","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/087-map-4.3-Graveyard-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01b"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/091-map-4.4-Sun-Temple.webp"},"title":"Map 4.4: Sun Temple","width":4200,"height":5880,"imageType":"map","grid":{"type":"square","size":70},"id":"01c","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/092-map-4.4-Sun-Temple-player.webp"},"title":"Player Version","width":4200,"height":5880,"imageType":"mapPlayer","grid":{"type":"square","size":70},"mapParent":{"id":"01c"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/096-map-4.5-arena.webp"},"title":"Map 4.5: Arena","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"distance":10},"id":"01d","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/097-map-4.5-arena-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"distance":10},"mapParent":{"id":"01d"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/101-map-4.6-Arbor-Watchtower.webp"},"title":"Map 4.6: Arbor Watchtower","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01e","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/102-map-4.6-Arbor-Watchtower-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01e"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/105-map-4.7-Oracular-Conflux.webp"},"title":"Map 4.7: Oracular Conflux","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01f","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/106-map-4.7-Oracular-Conflux-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01f"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/110-map-4.8-Abandoned-Temple.webp"},"title":"Map 4.8: Abandoned Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square"},"id":"020","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/111-map-4.8-Abandoned-Temple-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square"},"mapParent":{"id":"020"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/115-map-4.9-Temple-of-Mystery.webp"},"title":"Map 4.9: Temple of Mystery","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"021","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/116-map-4.9-Temple-of-Mystery-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"021"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/120-map-4.10-Canyon-Shrine.webp"},"title":"Map 4.10: Canyon Shrine","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"distance":10},"id":"022","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/121-map-4.10-Canyon-Shrine-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"distance":10},"mapParent":{"id":"022"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/125-map-4.11-Forest-Shrine.webp"},"title":"Map 4.11: Forest Shrine","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"023","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/126-map-4.11-Forest-Shrine-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"023"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/130-map-4.12-Healing-Pools.webp"},"title":"Map 4.12: Healing Pools","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"024","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/131-map-4.12-Healing-Pools-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"024"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/135-map-4.13-Amphitheater.webp"},"title":"Map 4.13: Amphitheater","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"025","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/136-map-4.13-Amphitheater-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"025"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/140-map-4.14-Volcano-Temple.webp"},"title":"Map 4.14: Volcano Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"026","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/141-map-4.14-Volcano-Temple-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"026"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/145-map-4.15-Coastal-Temple.webp"},"title":"Map 4.15: Coastal Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"027","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/146-map-4.15-Coastal-Temple-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"027"},"credit":"Dyson Logos"}]}]},"ScreenDungeonKit":{"id":"ScreenDungeonKit","name":"Dungeon Master's Screen: Dungeon Kit","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","id":"00e"},{"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","id":"00f"},{"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","id":"010"},{"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","id":"011"},{"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","id":"012"},{"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","id":"013"},{"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","id":"014"},{"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","id":"015"},{"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","id":"016"},{"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","id":"017"},{"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","id":"018"},{"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","id":"019"},{"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","id":"01a"},{"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","id":"01b"},{"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","id":"01c"},{"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","id":"01d"},{"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","id":"01e"},{"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","id":"01f"},{"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","id":"020"},{"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","id":"021"},{"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","id":"022"},{"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","id":"023"},{"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","id":"024"},{"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","id":"025"},{"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","id":"026"},{"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","id":"027"},{"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","id":"028"},{"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","id":"029"},{"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","id":"02a"},{"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","id":"02b"},{"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","id":"02c"},{"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","id":"02d"},{"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","id":"02e"},{"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","id":"02f"},{"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","id":"030"},{"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","id":"031"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print1.webp"},"width":1692,"height":2126,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-17,"offsetY":-38,"scale":2},"title":"Geomorph Page 1","id":"032"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print2.webp"},"width":1692,"height":2131,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":-30,"scale":2},"title":"Geomorph Page 2","id":"033"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print3.webp"},"width":1692,"height":2132,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-41,"scale":2},"title":"Geomorph Page 3","id":"034"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print4.webp"},"width":1698,"height":2136,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":15,"scale":2},"title":"Geomorph Page 4","id":"035"}]}]},"VRGR":{"id":"VRGR","name":"Van Richten's Guide to Ravenloft","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.webp"},"imageType":"map","grid":{"type":"none","size":142,"distance":1,"units":"miles"},"title":"Map 3.1: Barovia","width":3000,"height":1926,"id":"04a","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/041-map-3.1-barovia-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":142,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":1926,"mapParent":{"id":"04a"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/045-map-3.2-borca.webp"},"imageType":"map","grid":{"type":"none","size":85,"distance":4,"units":"miles"},"title":"Map 3.2: Borca","width":3000,"height":2073,"id":"04b","credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/046-map-3.2-borca-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":85,"distance":4,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"04b"},"credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/052-map-3.3-darkon.webp"},"imageType":"map","grid":{"type":"none","size":205,"distance":15,"units":"miles"},"title":"Map 3.3: Darkon","width":3000,"height":2072,"id":"038","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/053-map-3.3-darkon-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":205,"distance":15,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"038"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/056-map-3.4-dementlieu.webp"},"imageType":"map","grid":{"type":"none","size":107,"distance":500},"title":"Map 3.4: Dementlieu","width":1498,"height":3000,"id":"039","credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/057-map-3.4-dementlieu-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":107,"distance":500},"title":"Player Version","width":1498,"height":3000,"mapParent":{"id":"039"},"credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/059-map-3.5-falkovnia.webp"},"imageType":"map","grid":{"type":"none","size":85,"distance":1,"units":"miles"},"title":"Map 3.5: Falkovnia","width":3000,"height":2073,"id":"03a","credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/060-map-3.5-falkovnia-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":85,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"03a"},"credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/062-map-3.6-har-akir.webp"},"imageType":"map","grid":{"type":"none","size":205,"units":"miles"},"title":"Map 3.6: Har'Akir","width":3000,"height":2072,"id":"03b","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/063-map-3.6-har-akir-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":205,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03b"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/065-map-3.7-hazlan.webp"},"imageType":"map","title":"Map 3.7: Hazlan","grid":{"type":"none","size":82,"distance":1,"units":"miles"},"width":3000,"height":2072,"id":"03c","credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/066-map-3.7-hazlan-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":82,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03c"},"credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/071-map-3.8-kalakeri.webp"},"imageType":"map","grid":{"type":"none","size":206,"distance":10,"units":"miles"},"title":"Map 3.8: Kalakeri","width":3000,"height":2072,"id":"03d","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/072-map-3.8-kalakeri-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":206,"distance":10,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03d"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/076-map-3.9-kartakass.webp"},"imageType":"map","grid":{"type":"none","size":163,"distance":2,"units":"miles"},"title":"Map 3.9: Kartakass","width":3000,"height":2072,"id":"03e","credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/077-map-3.9-kartakass-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":163,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03e"},"credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/080-map-3.10-lamordia.webp"},"imageType":"map","grid":{"type":"none","size":103,"distance":3,"units":"miles"},"title":"Map 3.10: Lamordia","width":3000,"height":2073,"id":"03f","credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/081-map-3.10-lamordia-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":103,"distance":3,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"03f"},"credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/084-map-3.11-mordent.webp"},"imageType":"map","grid":{"type":"none","size":175,"distance":2,"units":"miles"},"title":"Map 3.11: Mordent","width":3000,"height":2072,"id":"040","credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/085-map-3.11-mordent-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":175,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"040"},"credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/088-map-3.12-richemulot.webp"},"imageType":"map","grid":{"type":"none","size":202,"distance":2,"units":"miles"},"title":"Map 3.12: Richemulot","width":1773,"height":3600,"id":"042","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/089-map-3.12-richemulot-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":202,"distance":2,"units":"miles"},"title":"Player Version","width":1773,"height":3600,"mapParent":{"id":"042"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/092-map-3.13-tepest.webp"},"imageType":"map","grid":{"type":"none","size":84,"distance":0.5,"units":"miles"},"title":"Map 3.13: Tepest","width":3000,"height":2073,"id":"043","credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/093-map-3.13-tepest-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":84,"distance":0.5,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"043"},"credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/096-map-3.14-valachan.webp"},"imageType":"map","grid":{"type":"none","size":145,"distance":2,"units":"miles"},"title":"Map 3.14: Valachan","width":3000,"height":2072,"id":"049","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/097-map-3.14-valachan-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":145,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"049"},"credit":"Mike Schley"}]}]},"MaBJoV":{"id":"MaBJoV","name":"Minsc and Boo's Journal of Villainy","source":"MaBJoV","prop":"book","chapters":[{"name":"Ch. 1: Hometowns","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"book/MaBJoV/033.webp"},"width":1774,"height":2295,"grid":{"type":"none"},"title":"Map 1.1: Athkatla","imageType":"map","id":"017"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/003.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":1661,"height":2150,"mapParent":{"id":"017","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/035.webp"},"width":1773,"height":2296,"grid":{"type":"none"},"title":"Map 1.2: Baldur's Gate","imageType":"map","id":"040"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/007.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":1663,"height":2153,"mapParent":{"id":"040","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/034.webp"},"width":1773,"height":2294,"grid":{"type":"none"},"title":"Map 1.3: Suldanesselar","imageType":"map","id":"067"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/010.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":1663,"height":2152,"mapParent":{"id":"067","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/036.webp"},"width":1773,"height":2294,"grid":{"type":"none"},"title":"Map 1.4: Ust Natha","imageType":"map","id":"082"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/012.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":1661,"height":2151,"mapParent":{"id":"082","autoScale":true}}]}]},"FTD":{"id":"FTD","name":"Fizban's Treasury of Dragons","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":"021","credit":"Dyson Logos"},{"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":"021"},"credit":"Dyson Logos"},{"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":"022","credit":"Dyson Logos"},{"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":"022"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"}]}]},"SCC":{"id":"SCC","name":"Strixhaven: A Curriculum of Chaos","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,"credit":"Francesca Baerald","id":"07f"},{"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,"credit":"Francesca Baerald","id":"080"},{"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,"credit":"Francesca Baerald","id":"081"},{"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,"credit":"Francesca Baerald","id":"082"},{"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,"credit":"Francesca Baerald","id":"083"},{"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,"credit":"Francesca Baerald","id":"084"}]},{"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","title":"Campus Map","credit":"Francesca Baerald","id":"085"}]}]},"TDCSR":{"id":"TDCSR","name":"Tal'Dorei Campaign Setting Reborn","source":"TDCSR","prop":"book","chapters":[{"name":"Ch. 3: Tal'Dorei Gazetteer","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-LucidianCoastMap.webp"},"title":"The Lucidian Coast","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Lucidian Coast with a mountainous landscape surrounded by a bay of water. On the southern tip is the city of Stilben. To the north is the Mooren River Run.","imageType":"map","grid":{"type":"none"},"mapName":"The Lucidian Coast","width":850,"height":914,"id":"2cd"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-StilbenMap.webp"},"title":"Stilben: The Rotted Lot","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of Stilben displaying the coastal city surrounded by water and swampland.","imageType":"map","grid":{"type":"none"},"mapName":"Stilben","width":2550,"height":1731,"id":"2c7"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-StilbenMapPlayer.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none"},"mapName":"Player Version","width":2550,"height":1731,"mapParent":{"id":"2c7"},"credit":"{@link Andy Law|https://artstation.com/andylaw1}"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-AlabasterSierrasMap.webp"},"title":"The Alabaster Sierras","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Alabaster Sierras showing a heavily forested landscape with snow-peaked mountains at its northern tip near the marked city of Whitestone. To the north and west is the Lucidian Ocean, to the east is the Shearing Channel.","imageType":"map","grid":{"type":"none"},"mapName":"The Alabaster Sierras","width":1700,"height":1315,"id":"2ce"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-ShearingChannelMap.webp"},"title":"The Shearing Channel","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Shearing Channel, a narrow waterway between the northeastern coast of Tal'Dorei and the northwestern edge of Wildemount.","imageType":"map","grid":{"type":"none"},"mapName":"The Shearing Channel","width":850,"height":1121,"id":"2cf"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-WhitestoneMap.webp"},"title":"The City of Whitestone","credit":"{@link Kent Davis|https://artstation.com/idrawbagman}","altText":"A map of the city of Whitestone, with Castle Whitestone at the northernmost point of the city. The outer walls of Whitestone surrounded by forest.","imageType":"map","grid":{"type":"none"},"mapName":"The City of Whitestone","width":2164,"height":3188,"id":"2c8","mapRegions":[{"area":"1. Castle Whitestone","points":[[1297,371],[1373,288],[1398,242],[1436,242],[1457,291],[1507,337],[1560,400],[1560,469],[1528,509],[1455,581],[1436,621],[1402,627],[1377,585],[1333,545],[1272,501],[1263,472],[1301,459],[1339,423]]},{"area":"10. Galdric's Gate","points":[[343,838],[343,931],[438,931],[438,838]]},{"area":"9. Lord Trinket's Public Park","points":[[194,1337],[204,1246],[238,1160],[295,1076],[341,1000],[368,954],[415,935],[459,937],[507,964],[528,1004],[535,1082],[549,1137],[564,1166],[518,1198],[482,1225],[476,1257],[421,1282],[343,1312],[286,1341],[240,1362],[202,1364]]},{"area":"4. The Heart of Whitestone","points":[[1048,939],[1198,958],[1179,1059],[1053,1040],[1046,989]]},{"area":"2. The Sun Tree","points":[[1571,977],[1571,1118],[1716,1118],[1716,977]]},{"area":"3. Temples and the Greyfield","points":[[1693,1476],[1741,1375],[1775,1337],[1933,1309],[2008,1387],[1886,1587],[1851,1581],[1811,1571],[1743,1522]]},{"area":"5. Snowdrop Memorial Trail","points":[[1640,1718],[1709,1733],[1798,1747],[1914,1756],[1975,1705],[2011,1642],[1994,1581],[2032,1512],[1992,1467],[2027,1429],[2072,1478],[2074,1579],[2027,1606],[2038,1669],[2011,1747],[1931,1796],[1846,1800],[1743,1785],[1665,1754]]},{"area":"12. Hearth of the Everlight","points":[[678,2133],[678,2213],[783,2213],[783,2133]]},{"area":"7. House of the Lawbearer","points":[[648,1695],[648,1789],[741,1789],[741,1695]]},{"area":"8. Slayer's Cake Bakery","points":[[573,1389],[573,1478],[663,1478],[663,1389]]},{"area":"2. The Sun Tree","points":[[912,1459],[912,1573],[1017,1573],[1017,1459]]},{"area":"6. Grey Hunt Manor","points":[[1438,1709],[1469,1606],[1539,1571],[1587,1621],[1611,1661],[1613,1743],[1531,1737],[1469,1724]]}],"hrefThumbnail":{"type":"internal","path":"book/TDCSR/thumbnail/Chapter3-WhitestoneMap.webp"},"page":"book.html","source":"TDCSR","hash":"tdcsr"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-WhitestoneMapPlayer.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none"},"mapName":"Player Version","width":2164,"height":3188,"mapParent":{"id":"2c8"},"credit":"{@link Kent Davis|https://artstation.com/idrawbagman}"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-DividingPlainsMap.webp"},"title":"The Dividing Plains","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Dividing Plains showing cross-sections of mountain, forest, and plains-like terrain. The larger cities of Westruun and Kymal are marked on either end of the map.","imageType":"map","grid":{"type":"none"},"mapName":"The Dividing Plains","width":1700,"height":1181,"id":"2d0"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-WestruunMap.webp"},"title":"The City of Westruun","credit":"{@link Kent Davis|https://artstation.com/idrawbagman}","altText":"A map of the city of Westruun, showing a cross-section of the city at the edge of a forest as well as a smaller map of the Underwalk Ward.","imageType":"map","grid":{"type":"none"},"mapName":"The City of Westruun","width":2550,"height":1730,"id":"2c9","mapRegions":[{"area":"1. Cobalt Reserve","points":[[712,461],[712,535],[781,535],[781,461]]},{"area":"3. Yuminor Observatory","points":[[1025,522],[1025,583],[1101,583],[1101,522]]},{"area":"2. Westhall Academy","points":[[998,602],[998,657],[1059,657],[1059,602]]},{"area":"14. Gilmore's Glorious Goods","points":[[901,764],[901,842],[968,842],[968,764]]},{"area":"4. First Bastion","points":[[1139,1027],[1139,1097],[1211,1097],[1211,1027]]},{"area":"7. The Black King","points":[[1234,724],[1234,800],[1297,800],[1297,724]]},{"area":"6. Hall of Reason","points":[[1425,493],[1425,564],[1486,564],[1486,493]]},{"area":"6. Hall of Reason","points":[[1364,705],[1364,796],[1448,796],[1448,705]]}],"hrefThumbnail":{"type":"internal","path":"book/TDCSR/thumbnail/Chapter3-WestruunMap.webp"},"page":"book.html","source":"TDCSR","hash":"tdcsr"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-WestruunMapPlayer.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none"},"mapName":"Player Version","width":2550,"height":1730,"mapParent":{"id":"2c9"},"credit":"{@link Kent Davis|https://artstation.com/idrawbagman}"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-CliffkeepMountainsMap.webp"},"title":"The Cliffkeep Mountains","credit":"{@link Andy Law|https://artstation.com/andylaw1}","imageType":"map","grid":{"type":"none"},"mapName":"The Cliffkeep Mountains","width":1700,"height":994,"id":"2d1"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-KraghammerMap.webp"},"credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A cross-sectioned map of Kraghammer showing the underground network of dwarfish tunnels beneath the mountain. On top is The Arch, the middle is The Heart, the bottom is The Pit, with Keenstone Quarry below that. Much further down are the Emberhold and Yug'voril.","imageType":"map","grid":{"type":"none"},"mapName":"The City of Kraghammer","width":850,"height":2307,"id":"2d2"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-StormcrestMountainsMap.webp"},"title":"The Stormcrest Mountains","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Stormcrest Mountains, a mountainous terrain along a bay coastline. To the northeast is the city of Stilben. In the midst of the mountain range is the city of Syngorn. The Frostweald lies directly to the north.","imageType":"map","grid":{"type":"none"},"mapName":"The Stormcrest Mountains","width":1700,"height":889,"id":"2d3"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-RifenmistPeninsulaMap.webp"},"title":"The Rifenmist Peninsula","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Rifenmist Peninsula with the Beynsfal Plateu hugging the coastline. Jungle terrain lies to the north of the mountains. The city of Tz'arrm is at the southernmost tip, with the city of Niirdal-Poc north, in the jungle.","imageType":"map","grid":{"type":"none"},"mapName":"The Rifenmist Peninsula","width":1700,"height":794,"id":"2d4"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-VerdantExpanseMap.webp"},"title":"The Verdant Expanse","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Verdant Expanse showing a wooded coastline on the Ozmit Sea. To the east of the Verdant Expanse lie the Stormcrest Mountains, with the city of Syngorn at the base of the mountain range.","imageType":"map","grid":{"type":"none"},"mapName":"The Verdant Expanse","width":1700,"height":823,"id":"2d5"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-SyngornMap.webp"},"title":"The City of Syngorn","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the elven city of Syngorn showing the neighborhoods and wards that surround Lake Ywnnlas.","imageType":"map","grid":{"type":"none"},"mapName":"The City of Syngorn","width":1700,"height":1153,"id":"2d6"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-BladeshimmerShorelineMap.webp"},"title":"The Bladeshimmer Shoreline","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Bladeshimmer Shoreline showing the western coastline of Tal'Dorei. To its northern end, upon the coast is the city of Emon. Northeast of Emon are the Cliffkeep Mountains and the dwarven city of Kraghammer.","imageType":"map","grid":{"type":"none"},"mapName":"The Bladeshimmer Shoreline","width":850,"height":2289,"id":"2d7"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-EmonMap.webp"},"title":"Emon, The City of Fellowship","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of Emon: The City of Fellowship along the Ozmit Sea coastline, detailing the city's many districts, with the port on the Ozmit Sea to the west and its castle directly in the middle of the city. Channels and waterways wind throughout the city, circling towards the north.","imageType":"map","grid":{"type":"none"},"mapName":"Emon, The City of Fellowship","width":1700,"height":2307,"id":"2d8"}]},{"name":"App. B: Continent Map","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"book/TDCSR/ContinentMap.webp"},"title":"Realm of Tal'Dorei","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A continent map of Tal'Dorei, betwee the Ozmit Sea in the west and the Lucidian Ocean in the east.","imageType":"map","grid":{"type":"none"},"mapName":"Realm of Tal'Dorei","width":1280,"height":1651,"id":"2d9"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/ContinentMap-Watermarked.webp"},"title":"Realm of Tal'Dorei","credit":"{@link Andy Law|https://artstation.com/andylaw1} (Large, Watermarked)","altText":"A continent map of Tal'Dorei, betwee the Ozmit Sea in the west and the Lucidian Ocean in the east. (Larger, Watermarked)","imageType":"map","grid":{"type":"none"},"mapName":"Realm of Tal'Dorei—Large Watermarked","width":2000,"height":2556,"id":"2da"}]}]},"MPMM":{"id":"MPMM","name":"Mordenkainen Presents: Monsters of the Multiverse","source":"MPMM","prop":"book","chapters":[{"name":"App.: Maps","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/MPMM/Mind Flayer Colony.webp"},"title":"Mind Flayer Colony","imageType":"map","credit":"{@link Jared Blando|https://jaredblando.com/}","width":3200,"height":4400,"grid":{"type":"none","size":810,"distance":50},"id":"00B"},{"type":"image","href":{"type":"internal","path":"book/MPMM/Mind Flayer Colony.webp"},"title":"Player Version","imageType":"mapPlayer","credit":"{@link Jared Blando|https://jaredblando.com/}","width":3200,"height":4400,"grid":{"type":"none","size":810,"distance":50},"mapParent":{"id":"00B"}},{"type":"image","href":{"type":"internal","path":"book/MPMM/Yuan-ti Temple.webp"},"title":"Yuan-ti Temple","imageType":"map","credit":"{@link Jared Blando|https://jaredblando.com/}","width":3200,"height":4400,"id":"00C","grid":{"type":"square","size":190,"offsetX":-79,"offsetY":-58,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/MPMM/Yuan-ti Temple (Player Version).webp"},"title":"Player Version","imageType":"mapPlayer","credit":"{@link Jared Blando|https://jaredblando.com/}","width":3200,"height":4400,"mapParent":{"id":"00C"},"grid":{"type":"square","size":190,"offsetX":-79,"offsetY":-58,"scale":3,"distance":10}}]}]},"AAG":{"id":"AAG","name":"Astral Adventurer's Guide","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","size":58,"distance":100},"imageType":"map","id":"00b","credit":"Marco Bernardini"},{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Topside-player.webp"},"title":"Player Version","width":4096,"height":2887,"grid":{"type":"none","size":58,"distance":100},"imageType":"mapPlayer","mapParent":{"id":"00b"},"credit":"Marco Bernardini"},{"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","size":58,"distance":100},"imageType":"map","id":"013","credit":"Marco Bernardini"},{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Underside-player.webp"},"title":"Player Version","width":4096,"height":2887,"grid":{"type":"none","size":58,"distance":100},"imageType":"mapPlayer","mapParent":{"id":"013"},"credit":"Marco Bernardini"}]}]},"BGG":{"id":"BGG","name":"Bigby Presents: Glory of the Giants","source":"BGG","prop":"book","chapters":[{"name":"Ch. 4: Giant Enclaves","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/BGG/047-map-4.01-annams-cradle.webp"},"imageType":"map","title":"Map 4.1: Annam's Cradle","credit":"Dyson Logos","width":4200,"height":5700,"id":"016","grid":{"type":"hexColsOdd","size":799,"offsetX":-426,"offsetY":81,"scale":2,"distance":6,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"book/BGG/048-map-4.01-annams-cradle-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"016"},"credit":"Dyson Logos","grid":{"type":"hexColsOdd","size":799,"offsetX":-426,"offsetY":81,"scale":2,"distance":6,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"book/BGG/049-map-4.02-ashen-grotto.webp"},"imageType":"map","title":"Map 4.2: Ashen Grotto","credit":"Dyson Logos","width":4200,"height":5700,"id":"017","grid":{"type":"square","size":274,"offsetX":-13,"offsetY":56,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/050-map-4.02-ashen-grotto-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"017"},"credit":"Dyson Logos","grid":{"type":"square","size":274,"offsetX":-13,"offsetY":56,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/051-map-4.03-dreamers-reach.webp"},"imageType":"map","title":"Map 4.3: Dreamer's Reach","credit":"Dyson Logos","width":4177,"height":5214,"grid":{"type":"square","size":263,"offsetX":-81,"scale":3,"distance":10},"id":"023"},{"type":"image","href":{"type":"internal","path":"book/BGG/052-map-4.04-endless-rockslide.webp"},"imageType":"map","title":"Map 4.4: Endless Rockslide","credit":"Dyson Logos","width":4179,"height":5222,"grid":{"type":"square","size":263,"offsetX":-36,"offsetY":-48,"scale":3,"distance":10},"id":"024"},{"type":"image","href":{"type":"internal","path":"book/BGG/053-map-4.05-forest-crystal.webp"},"imageType":"map","title":"Map 4.5: Forest Crystal","credit":"Dyson Logos","width":4137,"height":5237,"grid":{"type":"square","size":262,"offsetX":9,"offsetY":-20,"scale":3,"distance":10},"id":"025"},{"type":"image","href":{"type":"internal","path":"book/BGG/054-map-4.06-forsaken-deep.webp"},"imageType":"map","title":"Map 4.6: Forsaken Deep","credit":"Dyson Logos","width":4179,"height":5665,"id":"018","grid":{"type":"square","size":225,"offsetX":-26,"offsetY":-18,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/055-map-4.06-forsaken-deep-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4179,"height":5665,"mapParent":{"id":"018"},"credit":"Dyson Logos","grid":{"type":"square","size":225,"offsetX":-26,"offsetY":-18,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/056-map-4.07-gales-eye-tower.webp"},"imageType":"map","title":"Map 4.7: Gale's Eye Tower","credit":"Dyson Logos","width":4137,"height":5451,"grid":{"type":"square","size":263,"offsetX":71,"offsetY":112,"scale":3,"distance":10},"id":"026"},{"type":"image","href":{"type":"internal","path":"book/BGG/057-map-4.08-grolantors-larder.webp"},"imageType":"map","title":"Map 4.8: Grolantor's Larder","credit":"Dyson Logos","width":4179,"height":5235,"grid":{"type":"square","size":261,"offsetX":-19,"offsetY":84,"scale":3,"distance":10},"id":"027"},{"type":"image","href":{"type":"internal","path":"book/BGG/058-map-4.09-hiateas-hearth.webp"},"imageType":"map","title":"Map 4.9: Hiatea's Hearth","credit":"Dyson Logos","width":4157,"height":5186,"id":"019","grid":{"type":"square","size":263,"offsetX":-72,"offsetY":70,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/059-map-4.09-hiateas-hearth-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4157,"height":5186,"mapParent":{"id":"019"},"credit":"Dyson Logos","grid":{"type":"square","size":263,"offsetX":-72,"offsetY":70,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/060-map-4.10-horizons-edge.webp"},"imageType":"map","title":"Map 4.10: Horizon's Edge","credit":"Dyson Logos","width":4200,"height":5285,"grid":{"type":"square","size":180,"offsetY":47,"scale":3,"distance":10},"id":"03c"},{"type":"image","href":{"type":"internal","path":"book/BGG/061-map-4.11-howling-iceberg.webp"},"imageType":"map","title":"Map 4.11: Howling Iceberg","credit":"Dyson Logos","width":4182,"height":5674,"id":"01a","grid":{"type":"square","size":225,"offsetX":59,"offsetY":-22,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/062-map-4.11-howling-iceberg-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4182,"height":5674,"mapParent":{"id":"01a"},"credit":"Dyson Logos","grid":{"type":"square","size":225,"offsetX":59,"offsetY":-22,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/063-map-4.12-karontors-hold.webp"},"imageType":"map","title":"Map 4.12: Karontor's Hold","credit":"Dyson Logos","width":4200,"height":5700,"id":"01b","grid":{"type":"square","size":263,"offsetY":8,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/064-map-4.12-karontors-hold-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01b"},"credit":"Dyson Logos","grid":{"type":"square","size":263,"offsetX":8,"offsetY":3,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/065-map-4.13-misty-vale.webp"},"imageType":"map","title":"Map 4.13: Misty Vale","credit":"Dyson Logos","width":4200,"height":5700,"grid":{"type":"square","size":263,"offsetY":-106,"scale":3,"distance":10},"id":"03d"},{"type":"image","href":{"type":"internal","path":"book/BGG/066-map-4.14-runic-circle.webp"},"imageType":"map","title":"Map 4.14: Runic Circle","credit":"Dyson Logos","width":4179,"height":5242,"grid":{"type":"square","size":263,"offsetX":-27,"offsetY":-58,"scale":3,"distance":10},"id":"03e"},{"type":"image","href":{"type":"internal","path":"book/BGG/067-map-4.15-singing-sands.webp"},"imageType":"map","title":"Map 4.15: Singing Sands","credit":"Dyson Logos","width":4158,"height":5354,"id":"01e","grid":{"type":"square","size":261,"offsetX":-40,"offsetY":169,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/068-map-4.15-singing-sands-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4158,"height":5354,"mapParent":{"id":"01e"},"credit":"Dyson Logos","grid":{"type":"square","size":261,"offsetX":-40,"offsetY":169,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/069-map-4.16-star-forge.webp"},"imageType":"map","title":"Map 4.16: Star Forge","credit":"Dyson Logos","width":4200,"height":5700,"grid":{"type":"square","size":180,"offsetX":-9,"offsetY":-1,"scale":3,"distance":10},"id":"03f"},{"type":"image","href":{"type":"internal","path":"book/BGG/070-map-4.17-thundering-observatory.webp"},"imageType":"map","title":"Map 4.17: Thundering Observatory","credit":"Dyson Logos","width":4136,"height":5506,"grid":{"type":"square","size":301,"offsetX":161,"offsetY":143,"scale":3,"distance":10},"id":"040"},{"type":"image","href":{"type":"internal","path":"book/BGG/071-map-4.18-worldroot-sapling.webp"},"imageType":"map","title":"Map 4.18: Worldroot Sapling","credit":"Dyson Logos","width":4179,"height":5309,"grid":{"type":"square","size":261,"offsetY":107,"scale":3,"distance":10},"id":"041"}]}]},"SatO":{"id":"SatO","name":"Sigil and the Outlands","source":"SatO","prop":"book","chapters":[{"name":"Ch. 2: Sigil, the City of Doors","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"book/SatO/026-map-2.01-elloweth-theater.webp"},"imageType":"map","title":"Map 2.1: Elloweth Theater in the Civic Festhall","credit":"Jared Blando","width":4250,"height":3812,"grid":{"type":"none"},"mapRegions":[{"area":"075","points":[[2086,135],[2086,305],[3046,305],[3046,135]]}],"hrefThumbnail":{"type":"internal","path":"book/SatO/thumbnail/026-map-2.01-elloweth-theater.webp"},"id":"010","page":"book.html","source":"SatO","hash":"sato"},{"type":"image","href":{"type":"internal","path":"book/SatO/031-map-2.02-hall-of-vigils.webp"},"imageType":"map","title":"Map 2.2: Hall of Vigils in the Mortuary","credit":"Jared Blando","width":4250,"height":3835,"grid":{"type":"none"},"mapRegions":[{"area":"08d","points":[[2720,102],[2720,351],[3902,351],[3902,102]]}],"hrefThumbnail":{"type":"internal","path":"book/SatO/thumbnail/031-map-2.02-hall-of-vigils.webp"},"id":"011","page":"book.html","source":"SatO","hash":"sato"},{"type":"image","href":{"type":"internal","path":"book/SatO/036-map-2.03-spire-of-grixitt.webp"},"imageType":"map","title":"Map 2.3: Spire of the Grixitt in the Prison","credit":"Jared Blando","width":4250,"height":3631,"grid":{"type":"none"},"mapRegions":[{"area":"0aa","points":[[3443,3378],[3443,3554],[3868,3554],[3868,3378]]}],"hrefThumbnail":{"type":"internal","path":"book/SatO/thumbnail/036-map-2.03-spire-of-grixitt.webp"},"id":"00d","page":"book.html","source":"SatO","hash":"sato"},{"type":"image","href":{"type":"internal","path":"book/SatO/039-map-2.04-mithral-tower.webp"},"imageType":"map","title":"Map 2.4: Mithral Tower in the Great Foundry","credit":"Jared Blando","width":4250,"height":3597,"grid":{"type":"none"},"mapRegions":[{"area":"0b6","points":[[2003,3077],[2003,3295],[3212,3295],[3212,3077]]}],"hrefThumbnail":{"type":"internal","path":"book/SatO/thumbnail/039-map-2.04-mithral-tower.webp"},"id":"00e","page":"book.html","source":"SatO","hash":"sato"},{"type":"image","href":{"type":"internal","path":"book/SatO/043-map-2.05-great-gymnasium.webp"},"imageType":"map","title":"Map 2.5: Grounds of the Great Gymnasium","credit":"Jared Blando","width":4250,"height":4003,"grid":{"type":"none"},"mapRegions":[{"area":"0ca","points":[[326,3308],[326,3649],[1458,3649],[1458,3308]]}],"hrefThumbnail":{"type":"internal","path":"book/SatO/thumbnail/043-map-2.05-great-gymnasium.webp"},"id":"00f","page":"book.html","source":"SatO","hash":"sato"}]},{"name":"Poster Map","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/SatO/outlands-poster-map.webp"},"title":"The Outlands","width":4096,"height":2867,"imageType":"map","id":"012","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"book/SatO/outlands-poster-map-player.webp"},"title":"Player Version","width":4096,"height":2867,"imageType":"mapPlayer","mapParent":{"id":"012"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"book/SatO/sigil-poster-map.webp"},"title":"Sigil–The City of Doors","width":4096,"height":2867,"imageType":"map","id":"013","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"book/SatO/sigil-poster-map-player.webp"},"title":"Player Version","width":4096,"height":2867,"imageType":"mapPlayer","mapParent":{"id":"013"},"grid":{"type":"none"}}]}]},"AATM":{"id":"AATM","name":"Adventure Atlas: The Mortuary","source":"AATM","prop":"book","chapters":[{"name":"Adventure Atlas: The Mortuary","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/AATM/004-map-0.01.corpse-receiving-and-shipping.webp"},"imageType":"map","title":"Map 1.1: Corpse Receiving and Shipping","credit":"Marco Bernardini","width":3840,"height":2160,"id":"032","grid":{"type":"square","size":232,"offsetX":42,"offsetY":-19,"scale":3},"mapRegions":[{"area":"018","points":[[3386,2141],[3389,2032],[3397,1966],[3406,1816],[3411,1765],[3328,1693],[3205,1715],[3158,1773],[3198,1923],[3170,1955],[3099,1848],[3114,1786],[3146,1669],[3048,1619],[2918,1598],[2861,1680],[2870,1760],[2899,1822],[2832,1872],[2802,1752],[2822,1597],[2710,1550],[2618,1538],[2520,1584],[2533,1680],[2581,1730],[2528,1824],[2338,1838],[2259,1811],[2227,1699],[2267,1584],[2176,1547],[2034,1549],[2002,1640],[2021,1731],[2026,1806],[1925,1885],[1979,1723],[1917,1635],[1779,1616],[1702,1658],[1720,1760],[1731,1827],[1694,1867],[1605,1933],[1656,1730],[1539,1690],[1390,1731],[1382,1880],[1387,1910],[1301,1946],[1173,1949],[1090,1934],[1117,1824],[1056,1723],[947,1698],[878,1757],[850,1827],[891,1888],[858,1949],[806,1947],[768,1866],[813,1784],[738,1712],[646,1694],[560,1723],[539,1813],[530,1925],[539,2002],[582,2085],[581,2141]]},{"area":"019","points":[[2603,522],[2634,464],[2646,429],[2650,376],[2952,376],[2965,451],[2989,488],[2995,544],[2997,611],[2995,646],[2962,691],[2955,736],[2950,834],[2981,880],[3003,922],[2994,1006],[2982,1054],[2958,1077],[2954,1133],[2936,1184],[2907,1221],[2872,1224],[2864,1251],[2832,1282],[2774,1296],[2728,1272],[2728,1219],[2683,1218],[2659,1189],[2643,1142],[2643,1107],[2643,1078],[2610,1066],[2605,990],[2598,917],[2610,869],[2638,843],[2642,806],[2621,768],[2640,730],[2650,696],[2616,672],[2602,614],[2602,563]]},{"area":"01b","points":[[3280,550],[3378,507],[3427,448],[3480,426],[3643,450],[3739,451],[3827,482],[3827,1445],[3584,1469],[3536,1466],[3453,1486],[3365,1432],[3334,1342],[3373,1261],[3442,1189],[3490,1141],[3464,1104],[3398,1046],[3339,965],[3346,893],[3442,810],[3480,754],[3450,715],[3395,670],[3346,634],[3290,602]]},{"area":"01a","points":[[1307,928],[1293,885],[1304,834],[1318,789],[1317,744],[1339,726],[1362,666],[1370,626],[1398,587],[1435,574],[1469,541],[1482,506],[1514,506],[1562,483],[1587,453],[1632,437],[1677,448],[1702,406],[1819,405],[1819,435],[1829,438],[1867,432],[1902,442],[1936,464],[1936,483],[1992,502],[2026,509],[2032,536],[2058,557],[2080,574],[2118,597],[2142,634],[2149,661],[2155,694],[2165,723],[2190,738],[2189,770],[2195,808],[2194,830],[2218,867],[2214,914],[2200,928],[2189,994],[2194,1024],[2178,1037],[2147,1090],[2146,1136],[2112,1179],[2086,1187],[2038,1222],[2027,1254],[2000,1253],[1949,1285],[1926,1307],[1882,1326],[1838,1323],[1766,1328],[1752,1339],[1715,1328],[1662,1325],[1605,1326],[1563,1306],[1555,1283],[1504,1256],[1482,1256],[1466,1222],[1422,1189],[1386,1165],[1360,1112],[1330,1062],[1318,989],[1317,962]]}],"hrefThumbnail":{"type":"internal","path":"book/AATM/thumbnail/004-map-0.01.corpse-receiving-and-shipping.webp"},"page":"book.html","source":"AATM","hash":"aatm"},{"type":"image","href":{"type":"internal","path":"book/AATM/005-map-0.01.corpse-receiving-and-shipping-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3840,"height":2160,"mapParent":{"id":"032"},"credit":"Marco Bernardini","grid":{"type":"square","size":232,"offsetX":42,"offsetY":-19,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/AATM/007-map-0.02.spirit-sump.webp"},"imageType":"map","title":"Map 1.2: Spirit Sump","credit":"Jared Blando","width":3400,"height":4400,"id":"033","grid":{"type":"square","size":180,"offsetX":41,"offsetY":7,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/AATM/008-map-0.02.spirit-sump-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3400,"height":4400,"mapParent":{"id":"033"},"credit":"Jared Blando","grid":{"type":"square","size":180,"offsetX":41,"offsetY":7,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/AATM/010-map-0.03.nevervault.webp"},"imageType":"map","title":"Map 1.3: Nevervault","credit":"Marco Bernardini","width":3840,"height":2160,"id":"034","grid":{"type":"square","size":232,"offsetX":74,"offsetY":-124,"scale":3},"mapRegions":[{"area":"024","points":[[2192,412],[2142,312],[2162,250],[2250,102],[2435,142],[2522,197],[2617,217],[2697,267],[2760,305],[2782,370],[2867,447],[2920,475],[3015,620],[3035,687],[3057,767],[3095,802],[3125,930],[3125,1212],[3110,1275],[3105,1357],[3070,1370],[3057,1445],[3020,1507],[3015,1567],[2910,1692],[2865,1707],[2780,1805],[2752,1852],[2630,1945],[2577,1947],[2507,1980],[2445,1987],[2435,2022],[2252,2060],[2155,1922],[2140,1847],[2167,1790],[2187,1745],[2182,1595],[2277,1505],[2262,1330],[2325,1195],[2352,1072],[2335,945],[2217,922],[2242,857],[2280,817],[2262,690],[2277,637],[2227,610],[2192,577],[2185,490]]},{"area":"023","points":[[345,1596],[360,1498],[347,1331],[365,1227],[360,905],[349,858],[384,676],[524,664],[535,616],[562,573],[609,573],[665,602],[736,593],[780,565],[813,585],[842,662],[860,775],[864,847],[845,913],[869,958],[904,907],[882,853],[905,707],[911,656],[911,609],[931,573],[989,580],[1027,602],[1091,602],[1127,585],[1156,569],[1193,569],[1220,647],[1233,735],[1238,798],[1247,864],[1235,902],[1242,947],[1269,955],[1289,920],[1264,873],[1291,682],[1298,627],[1316,578],[1353,571],[1402,591],[1445,602],[1498,593],[1536,580],[1573,573],[1585,585],[1602,636],[1607,695],[1622,780],[1627,838],[1625,884],[1613,920],[1640,953],[1658,945],[1678,907],[1660,865],[1665,773],[1667,689],[1687,636],[1695,582],[1722,571],[1753,580],[1782,591],[1822,611],[1869,600],[1913,589],[1945,569],[1969,576],[1982,611],[2009,624],[2031,664],[2049,685],[2060,745],[2056,807],[2044,829],[2062,856],[2053,895],[2045,925],[2067,960],[2102,1011],[2118,1115],[2078,1180],[2060,1209],[1938,1202],[1856,1200],[1825,1211],[1811,1247],[1829,1300],[1815,1422],[1798,1507],[1798,1545],[1780,1595],[1736,1587],[1696,1569],[1655,1556],[1602,1562],[1580,1573],[1540,1593],[1515,1589],[1491,1531],[1487,1465],[1467,1345],[1471,1287],[1487,1240],[1462,1202],[1442,1207],[1425,1247],[1444,1302],[1429,1409],[1413,1485],[1411,1551],[1395,1595],[1345,1582],[1305,1565],[1260,1556],[1225,1560],[1193,1578],[1155,1587],[1125,1585],[1105,1547],[1113,1507],[1100,1449],[1087,1371],[1082,1302],[1098,1253],[1075,1209],[1053,1211],[1040,1256],[1053,1300],[1047,1387],[1040,1458],[1022,1509],[1016,1558],[1002,1591],[940,1576],[905,1555],[840,1555],[813,1573],[776,1595],[736,1591],[693,1313],[715,1255],[684,1202],[667,1220],[655,1253],[665,1318],[649,1451],[636,1558],[622,1591],[584,1587],[547,1569],[496,1556],[436,1567],[400,1585],[384,1598]]}],"hrefThumbnail":{"type":"internal","path":"book/AATM/thumbnail/010-map-0.03.nevervault.webp"},"page":"book.html","source":"AATM","hash":"aatm"},{"type":"image","href":{"type":"internal","path":"book/AATM/011-map-0.03.nevervault-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3840,"height":2160,"mapParent":{"id":"034"},"credit":"Marco Bernardini","grid":{"type":"square","size":232,"offsetX":74,"offsetY":-124,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/AATM/013-map-0.04.factol-skalls-orrery.webp"},"imageType":"map","title":"Map 1.4: Factol Skall's Orrery","credit":"Jared Blando","width":3400,"height":4400,"grid":{"type":"square","size":162,"offsetX":62,"offsetY":-26,"scale":3},"id":"037"},{"type":"image","href":{"type":"internal","path":"book/AATM/015-map-0.05.path-of-graves.webp"},"imageType":"map","title":"Map 1.5: Path of Graves","credit":"Jared Blando","width":3400,"height":4400,"id":"035","grid":{"type":"square","size":126,"offsetX":33,"offsetY":18,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/AATM/016-map-0.05.path-of-graves-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3400,"height":4400,"mapParent":{"id":"035"},"credit":"Jared Blando","grid":{"type":"square","size":126,"offsetX":33,"offsetY":18,"scale":3}}]}]},"BMT":{"id":"BMT","name":"The Book of Many Things","source":"BMT","prop":"book","chapters":[{"name":"Ch. 10: Sun","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/054-map-9.01-solar-bastion.webp"},"imageType":"map","title":"Map 10.1: The Solar Bastion","credit":"Francesca Baerald","width":1700,"height":2210,"id":"071","grid":{"type":"none","size":76,"distance":33,"units":"yards"},"mapRegions":[{"area":"152","points":[[846,966],[849,946],[811,927],[797,904],[793,869],[821,839],[857,824],[893,824],[933,836],[959,861],[967,891],[960,929],[926,949],[899,953],[897,966]]},{"area":"153","points":[[1256,894],[1271,854],[1276,810],[1300,794],[1326,813],[1317,874],[1301,907]]},{"area":"154","points":[[504,827],[513,779],[526,753],[539,739],[553,751],[561,779],[564,817],[573,851],[541,869],[520,849]]},{"area":"153","points":[[130,1167],[141,1113],[147,1059],[171,1050],[196,1057],[204,1096],[210,1144],[204,1173],[164,1183]]},{"area":"153","points":[[223,1594],[237,1531],[246,1474],[247,1457],[270,1449],[281,1421],[289,1450],[310,1460],[319,1490],[313,1524],[297,1556],[307,1603],[280,1616],[243,1607]]},{"area":"153","points":[[653,1750],[661,1706],[669,1669],[677,1631],[677,1609],[709,1596],[717,1574],[724,1597],[753,1611],[749,1627],[751,1686],[757,1739],[759,1774],[716,1789],[677,1786],[659,1767]]},{"area":"153","points":[[1160,1629],[1169,1553],[1193,1529],[1207,1501],[1211,1527],[1239,1540],[1249,1560],[1236,1621],[1244,1659],[1253,1683],[1254,1711],[1209,1729],[1174,1719],[1159,1689],[1174,1660]]},{"area":"153","points":[[1537,1257],[1549,1216],[1549,1171],[1580,1134],[1587,1154],[1613,1177],[1607,1194],[1611,1263],[1574,1267]]},{"area":"155","points":[[1416,1456],[1416,1546],[1604,1546],[1604,1456]]},{"area":"156","points":[[721,1179],[699,1094],[717,1066],[741,1003],[763,1030],[816,1021],[870,1019],[914,1034],[963,1066],[993,1087],[1004,1113],[980,1137],[966,1176],[924,1200],[869,1216],[799,1209],[747,1197]]},{"area":"157","points":[[827,1539],[843,1509],[870,1513],[876,1463],[889,1411],[906,1357],[906,1317],[929,1287],[941,1321],[937,1383],[939,1414],[937,1451],[943,1500],[946,1526],[951,1564],[940,1596],[897,1579],[856,1560],[831,1550]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/054-map-9.01-solar-bastion.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/055-map-9.01-solar-bastion-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":2210,"credit":"Francesca Baerald","grid":{"type":"none","size":76,"distance":33,"units":"yards"},"mapParent":{"id":"071"},"id":"082"}]},{"name":"Ch. 11: Moon","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/062-map-10.01-moonstalker-guildhall.webp"},"imageType":"map","title":"Map 11.1: Moonstalker Guildhall","credit":"Mike Schley","width":1700,"height":2227,"id":"072","grid":{"type":"square","size":130,"offsetX":80,"offsetY":77,"scale":3},"mapRegions":[{"area":"17d","points":[[1068,549],[1068,402],[1142,429],[1196,456],[1196,549]]},{"area":"17b","points":[[458,674],[458,461],[501,461],[501,431],[542,412],[605,395],[668,377],[737,364],[802,360],[876,363],[933,370],[1021,390],[1021,674]]},{"area":"17e","points":[[66,981],[80,916],[99,854],[125,797],[156,741],[183,691],[219,641],[261,596],[309,551],[371,504],[371,981],[290,981],[290,951],[200,951],[200,981]]},{"area":"17a","points":[[503,719],[676,719],[676,849],[503,849]]},{"area":"17f","points":[[504,937],[760,937],[760,1067],[851,1067],[851,1197],[504,1197]]},{"area":"184","points":[[97,1368],[501,1368],[501,1675],[316,1675],[264,1622],[225,1574],[179,1516],[134,1446],[115,1405]]},{"area":"185","points":[[677,1586],[849,1586],[849,1678],[739,1715],[677,1715]]},{"area":"175","points":[[936,1110],[1149,1110],[1239,1197],[1241,1325],[1152,1411],[936,1411]]},{"area":"177","points":[[849,760],[849,1022],[1110,1022],[1110,760]]},{"area":"179","points":[[1109,730],[1135,761],[1324,761],[1324,637],[1109,637]]},{"area":"176","points":[[1197,896],[1197,1107],[1324,1107],[1324,896]]},{"area":"186","points":[[544,1241],[544,1457],[894,1457],[894,1241]]},{"area":"174","points":[[365,1775],[405,1781],[478,1786],[538,1787],[606,1782],[665,1774],[723,1761],[795,1742],[859,1720],[923,1691],[990,1657],[1051,1612],[1114,1565],[1168,1519],[1210,1469],[1254,1408],[1286,1363],[1317,1286],[1342,1206],[1364,1138],[1382,1050],[1389,970],[1391,880],[1389,808],[1377,734],[1360,661],[1336,592],[1321,549],[1302,505],[1266,453],[1271,445],[1292,457],[1334,494],[1385,544],[1428,587],[1466,635],[1502,685],[1531,742],[1557,799],[1577,854],[1597,911],[1612,983],[1616,1036],[1618,1108],[1615,1197],[1601,1270],[1582,1355],[1549,1446],[1502,1528],[1448,1612],[1402,1661],[1348,1710],[1297,1756],[1232,1801],[1145,1845],[1072,1875],[999,1894],[939,1908],[841,1918],[759,1915],[670,1904],[585,1885],[511,1859],[432,1822],[362,1782]]},{"area":"182","points":[[129,1109],[147,1077],[178,1048],[221,1028],[264,1023],[305,1027],[342,1045],[370,1071],[392,1099],[414,1144],[415,1187],[408,1226],[384,1266],[355,1296],[311,1319],[266,1326],[192,1308],[149,1276],[130,1249],[114,1206],[111,1158],[118,1131]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/062-map-10.01-moonstalker-guildhall.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/063-map-10.01-moonstalker-guildhall-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":2227,"credit":"Mike Schley","mapParent":{"id":"072"},"grid":{"type":"square","size":130,"offsetX":80,"offsetY":77,"scale":3},"id":"083"}]},{"name":"Ch. 12: Comet","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/068-map-11.01-cult-hideout.webp"},"imageType":"map","title":"Map 12.1: Cult Hideout","credit":"Mike Schley","width":1700,"height":1196,"id":"073","grid":{"type":"square","size":110,"offsetX":50,"offsetY":40,"scale":2},"mapRegions":[{"area":"19d","points":[[966,192],[966,397],[1117,397],[1117,192]]},{"area":"19e","points":[[285,398],[211,448],[142,467],[104,450],[86,426],[90,366],[74,344],[72,318],[91,306],[88,266],[80,237],[83,208],[117,184],[146,190],[179,176],[179,142],[219,128],[267,134],[304,139],[352,142],[373,141],[386,163],[405,186],[434,200],[430,237],[429,293],[424,320],[403,358],[378,384],[357,402],[333,403],[309,403],[293,390]]},{"area":"19f","points":[[635,834],[629,822],[638,803],[637,779],[637,736],[650,718],[678,710],[690,690],[688,670],[710,656],[714,613],[738,600],[771,587],[794,587],[826,602],[853,610],[866,635],[872,664],[883,683],[880,712],[893,738],[901,766],[886,789],[882,819],[882,837],[886,869],[870,899],[859,930],[818,938],[786,938],[758,922],[744,926],[710,917],[704,891],[693,874],[669,898],[648,890],[629,861]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/068-map-11.01-cult-hideout.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/069-map-11.01-cult-hideout-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1196,"credit":"Mike Schley","mapParent":{"id":"073"},"grid":{"type":"square","size":110,"offsetX":50,"offsetY":40,"scale":2},"id":"084"}]},{"name":"Ch. 13: Star","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/074-map-12.01-observatory.webp"},"imageType":"map","title":"Map 13.1: Observatory","credit":"Mike Schley","width":1700,"height":1198,"id":"074","grid":{"type":"square","size":108,"offsetX":28,"offsetY":47,"scale":4},"mapRegions":[{"area":"1cd","points":[[365,702],[347,666],[324,632],[306,574],[299,506],[307,431],[326,370],[355,310],[392,267],[435,219],[490,183],[546,163],[588,146],[648,141],[730,148],[779,165],[823,190],[880,219],[907,248],[941,277],[968,316],[968,332],[951,377],[952,435],[963,474],[983,511],[999,547],[1005,564],[983,626],[950,694],[915,745],[875,773],[826,809],[765,832],[703,848],[637,852],[575,841],[521,826],[519,770],[383,770],[373,739]]},{"area":"1c8","points":[[988,470],[978,410],[982,361],[1009,320],[1068,270],[1134,254],[1190,263],[1232,283],[1265,311],[1293,372],[1302,412],[1290,484],[1268,517],[1231,551],[1186,577],[1143,581],[1101,574],[1053,556],[1018,526],[995,495]]},{"area":"1ca","points":[[1276,685],[1279,644],[1301,600],[1335,565],[1373,537],[1419,523],[1470,528],[1511,546],[1546,570],[1575,603],[1594,645],[1597,695],[1588,747],[1563,792],[1537,818],[1501,837],[1457,848],[1419,849],[1368,835],[1326,806],[1295,760],[1279,719]]},{"area":"1cc","points":[[111,419],[121,386],[142,368],[165,363],[188,366],[206,383],[219,410],[221,441],[196,466],[156,472],[134,461],[117,440]]},{"area":"1cb","points":[[80,654],[80,720],[285,720],[285,654]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/074-map-12.01-observatory.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/075-map-12.01-observatory-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1198,"credit":"Mike Schley","mapParent":{"id":"074"},"grid":{"type":"square","size":108,"offsetX":28,"offsetY":47,"scale":4},"id":"085"}]},{"name":"Ch. 14: Jester","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/078-map-13.01-seelie-market.webp"},"imageType":"map","title":"Map 14.1: Seelie Market","credit":"Francesca Baerald","width":1700,"height":1194,"id":"075","grid":{"type":"none"},"mapRegions":[{"area":"1d8","points":[[1205,427],[1204,486],[1223,503],[1290,565],[1334,579],[1408,563],[1476,514],[1434,396],[1390,347],[1320,370],[1268,399],[1235,421]]},{"area":"1db","points":[[862,404],[897,409],[939,434],[981,461],[1025,436],[1058,428],[1121,406],[1120,352],[1097,310],[1081,272],[1017,285],[970,261],[910,252],[822,272],[834,324],[814,359],[839,387]]},{"area":"1d6","points":[[1132,426],[1130,345],[1106,312],[1095,259],[1145,252],[1195,244],[1227,274],[1246,319],[1254,347],[1285,377],[1271,397],[1239,410],[1191,422],[1159,425]]},{"area":"1e5","points":[[734,790],[752,705],[773,608],[844,557],[893,503],[932,489],[966,551],[985,625],[1017,680],[1025,729],[977,770],[935,825],[865,841],[782,837],[734,808]]},{"area":"1eb","points":[[1040,499],[1032,546],[1053,560],[1092,597],[1102,621],[1133,658],[1152,672],[1203,652],[1286,643],[1326,599],[1245,539],[1172,489],[1146,446],[1061,446],[1045,468]]},{"area":"1e2","points":[[1166,910],[1142,836],[1083,809],[1013,813],[1001,854],[950,917],[943,979],[970,1046],[1017,1106],[1061,1086],[1088,1052],[1148,1059],[1196,1040],[1188,983],[1177,950]]},{"area":"1d6","points":[[466,1093],[490,985],[596,926],[661,863],[707,845],[791,835],[861,865],[906,921],[928,968],[952,1032],[948,1092],[834,1106],[751,1053],[684,1077],[650,1107],[572,1130],[520,1120]]},{"area":"1df","points":[[516,707],[474,743],[448,755],[405,760],[350,812],[329,839],[305,911],[356,977],[395,1009],[417,1005],[481,983],[548,946],[592,921],[641,866],[671,832],[640,791],[574,765],[535,723]]},{"area":"1ee","points":[[399,526],[350,507],[286,467],[223,404],[244,314],[276,274],[334,240],[385,219],[450,204],[510,201],[555,215],[586,231],[643,246],[688,275],[754,289],[800,305],[814,363],[827,404],[832,437],[778,463],[737,501],[650,516],[560,493],[479,498],[430,524]]},{"area":"1d6","points":[[626,541],[579,508],[534,503],[471,520],[413,532],[335,577],[303,627],[284,694],[289,800],[308,821],[375,766],[446,738],[465,698],[517,645],[574,646],[635,645],[639,612],[622,570]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/078-map-13.01-seelie-market.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/079-map-13.01-seelie-market-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1194,"credit":"Francesca Baerald","mapParent":{"id":"075"},"grid":{"type":"none"},"id":"086"}]},{"name":"Ch. 15: Throne","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/084-map-14.01-harrowhall.webp"},"imageType":"map","title":"Map 15.1: Harrowhall","credit":"Mike Schley","width":1700,"height":2225,"id":"076","grid":{"type":"square","size":106,"offsetX":1,"offsetY":40,"scale":5},"mapRegions":[{"area":"21a","points":[[1461,625],[1461,561],[1500,522],[1568,522],[1609,563],[1609,624],[1566,667],[1502,667]]},{"area":"21c","points":[[598,291],[598,409],[718,409],[718,291]]},{"area":"215","points":[[346,292],[346,533],[463,533],[463,292]]},{"area":"217","points":[[598,458],[598,538],[677,538],[677,458]]},{"area":"218","points":[[769,292],[1179,292],[1179,363],[1139,363],[1139,532],[1097,532],[1097,576],[769,576]]},{"area":"1fd","points":[[764,1131],[403,1131],[255,1279],[255,1851],[362,1958],[1123,1958],[1210,1871],[1271,1871],[1355,1787],[1355,1237],[1247,1129],[1088,1129],[1058,1109],[1029,1107],[1008,1114],[990,1123],[984,1131],[848,1131],[848,962],[872,956],[916,959],[988,963],[1066,969],[1133,969],[1211,964],[1254,970],[1293,974],[1334,996],[1372,1022],[1408,1049],[1440,1070],[1457,1091],[1479,1122],[1486,1150],[1505,1185],[1516,1211],[1532,1262],[1529,1303],[1539,1361],[1545,1394],[1542,1454],[1555,1475],[1560,1512],[1574,1556],[1579,1591],[1582,1635],[1569,1663],[1560,1716],[1558,1754],[1554,1788],[1552,1823],[1550,1857],[1541,1903],[1534,1954],[1521,1983],[1503,2005],[1477,2028],[1440,2044],[1410,2055],[1389,2075],[1373,2094],[1358,2111],[1325,2123],[1295,2143],[1236,2154],[1184,2157],[1148,2160],[1118,2157],[1082,2154],[1044,2156],[1005,2164],[941,2160],[910,2166],[871,2162],[817,2156],[781,2147],[695,2146],[639,2149],[570,2147],[514,2138],[457,2145],[425,2138],[386,2123],[336,2120],[275,2106],[206,2074],[165,2031],[144,2006],[119,1956],[91,1941],[64,1878],[64,1826],[66,1768],[79,1684],[80,1637],[68,1586],[64,1515],[64,1454],[80,1395],[78,1355],[90,1268],[123,1206],[156,1160],[196,1118],[252,1070],[282,1029],[332,996],[373,969],[427,957],[492,950],[532,956],[606,952],[659,951],[710,952],[764,958]]},{"area":"203","points":[[992,1170],[995,1147],[1012,1134],[1028,1127],[1046,1126],[1073,1138],[1085,1153],[1085,1173],[1079,1198],[1060,1214],[1033,1217],[1007,1210],[997,1196]]},{"area":"206","points":[[716,1289],[716,1437],[911,1437],[911,1289]]},{"area":"204","points":[[430,1378],[430,1351],[476,1305],[546,1305],[546,1378]]},{"area":"20f","points":[[385,1514],[385,1571],[462,1571],[462,1514]]},{"area":"20f","points":[[389,1578],[389,1654],[460,1654],[460,1578]]},{"area":"20f","points":[[390,1665],[390,1740],[460,1740],[460,1665]]},{"area":"211","points":[[768,1586],[788,1560],[948,1560],[970,1582],[970,1779],[768,1779]]},{"area":"20a","points":[[553,1561],[736,1561],[758,1583],[758,1673],[553,1673]]},{"area":"20c","points":[[513,1686],[513,1741],[671,1741],[671,1686]]},{"area":"213","points":[[1020,1555],[1020,1613],[1056,1613],[1056,1555]]},{"area":"213","points":[[1053,1698],[1053,1622],[1025,1622],[1025,1698]]},{"area":"213","points":[[1054,1779],[1054,1708],[1020,1708],[1020,1779]]},{"area":"213","points":[[1104,1557],[1104,1591],[1180,1591],[1180,1557]]},{"area":"213","points":[[1106,1674],[1106,1603],[1137,1603],[1137,1674]]},{"area":"213","points":[[1103,1685],[1103,1737],[1137,1737],[1137,1685]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/084-map-14.01-harrowhall.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/085-map-14.01-harrowhall-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":2225,"credit":"Mike Schley","mapParent":{"id":"076"},"grid":{"type":"square","size":106,"offsetX":1,"offsetY":40,"scale":5},"id":"087"}]},{"name":"Ch. 16: Ruin","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/088-map-14.01-ruins-of-gardmore-abbey.webp"},"imageType":"map","title":"Map 16.1: Ruins of Gardmore Abbey","credit":"Mike Schley","width":1700,"height":2230,"id":"077","grid":{"type":"none"},"mapRegions":[{"area":"225","points":[[235,626],[253,600],[264,616],[278,620],[295,589],[311,549],[332,571],[391,588],[416,574],[459,589],[451,598],[352,608],[286,618],[244,631]]},{"area":"225","points":[[1000,809],[929,765],[918,738],[1015,714],[1092,719],[1167,771],[1213,798],[1227,871],[1219,935],[1105,868],[1076,853],[1045,835]]},{"area":"228","points":[[302,1727],[285,1615],[275,1518],[326,1472],[364,1421],[401,1505],[405,1547],[405,1591],[388,1707],[375,1751],[334,1746]]},{"area":"225","points":[[499,1614],[604,1599],[706,1604],[813,1574],[875,1559],[884,1504],[994,1505],[1105,1454],[1169,1424],[1205,1359],[1231,1259],[1358,1239],[1467,1166],[1480,1116],[1478,1065],[1498,987],[1576,1031],[1585,1122],[1554,1208],[1507,1268],[1451,1352],[1351,1431],[1251,1506],[1167,1573],[1024,1656],[800,1729],[671,1738],[486,1716],[422,1732],[391,1734],[400,1680],[416,1586],[461,1595]]},{"area":"225","points":[[1244,1120],[1247,1038],[1285,987],[1352,994],[1366,1004],[1389,1029],[1419,1041],[1414,1099],[1406,1111],[1354,1126],[1306,1126],[1261,1127]]},{"area":"227","points":[[864,1068],[864,1116],[1002,1116],[1002,1068]]},{"area":"229","points":[[569,891],[645,815],[687,735],[678,664],[631,629],[564,574],[533,549],[472,609],[420,649],[378,654],[262,667],[196,729],[142,781],[152,852],[186,869],[287,871],[353,931],[416,958],[471,919],[532,919],[566,914]]},{"area":"226","points":[[729,619],[729,667],[759,667],[759,619]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/088-map-14.01-ruins-of-gardmore-abbey.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/089-map-14.01-ruins-of-gardmore-abbey-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":2230,"credit":"Mike Schley","mapParent":{"id":"077"},"grid":{"type":"none"},"id":"088"},{"type":"image","href":{"type":"internal","path":"book/BMT/092-map-15.01-dragons-roost.webp"},"imageType":"map","title":"Map 16.2: Dragon's Roost","credit":"Mike Schley","width":1700,"height":1192,"id":"078","grid":{"type":"square","size":107,"offsetX":-9,"offsetY":-6,"scale":6}},{"type":"image","href":{"type":"internal","path":"book/BMT/093-map-15.01-dragons-roost-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1192,"credit":"Mike Schley","mapParent":{"id":"078"},"grid":{"type":"square","size":107,"offsetX":-9,"offsetY":-6,"scale":6},"id":"08b"}]},{"name":"Ch. 17: Donjon","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/095-map-16.01-donjon-sphere.webp"},"imageType":"map","title":"Map 17.1: Donjon Sphere","credit":"Mike Schley","width":1700,"height":2391,"grid":{"type":"none"},"id":"08c"},{"type":"image","href":{"type":"internal","path":"book/BMT/097-map-16.02-sphere-of-the-donjon.webp"},"imageType":"map","title":"Map 17.2: Donjon Core","credit":"Mike Schley","width":1700,"height":2226,"id":"079","grid":{"type":"square","size":112,"offsetX":-51,"offsetY":52,"scale":8},"mapRegions":[{"area":"277","points":[[316,189],[316,273],[458,273],[458,189]]},{"area":"279","points":[[121,189],[121,303],[260,303],[260,189]]},{"area":"27d","points":[[175,496],[175,443],[206,412],[257,412],[289,444],[289,497],[261,525],[208,525]]},{"area":"27c","points":[[239,553],[301,553],[301,384],[162,384],[162,553],[229,553],[229,579],[135,579],[135,358],[331,358],[331,553],[331,580],[237,580]]},{"area":"27c","points":[[229,551],[238,551],[235,580],[229,580]]},{"area":"27b","points":[[121,636],[121,778],[260,778],[260,636]]},{"area":"27a","points":[[317,664],[317,747],[456,747],[456,664]]},{"area":"244","points":[[274,1029],[317,986],[430,985],[470,1025],[470,1140],[427,1183],[317,1183],[274,1139]]},{"area":"245","points":[[553,1040],[556,1029],[562,1021],[572,1014],[786,1014],[797,1019],[803,1028],[806,1046],[806,1153],[578,1153],[566,1148],[559,1137],[553,1124]]},{"area":"252","points":[[638,233],[638,428],[650,428],[664,437],[667,442],[676,449],[686,457],[694,467],[702,469],[708,486],[721,490],[737,492],[748,490],[754,496],[765,500],[775,519],[775,233]]},{"area":"24e","points":[[777,980],[771,982],[752,983],[692,983],[692,903],[723,901],[745,899],[762,906],[763,919],[777,932]]},{"area":"254","points":[[855,788],[841,831],[853,877],[849,896],[847,928],[870,987],[876,1000],[919,1016],[934,954],[929,905],[926,862],[908,806],[890,783]]},{"area":"254","points":[[736,556],[719,586],[719,644],[741,670],[766,663],[779,679],[798,683],[792,645],[779,587],[755,562]]},{"area":"255","points":[[879,639],[850,641],[814,639],[801,643],[841,690],[866,708],[866,718],[877,745],[891,756],[919,744],[938,711],[919,666],[903,657],[894,646]]},{"area":"25a","points":[[785,482],[785,343],[862,343],[862,482]]},{"area":"25b","points":[[974,204],[974,283],[1169,283],[1169,204]]},{"area":"24e","points":[[891,539],[891,592],[972,592],[972,539]]},{"area":"257","points":[[890,345],[1001,345],[1001,483],[974,483],[974,536],[890,536]]},{"area":"25d","points":[[1094,344],[1253,344],[1253,594],[1142,594],[1142,567],[1127,552],[1127,528],[1142,513],[1142,483],[1128,469],[1128,440],[1143,425],[1143,399],[1094,399]]},{"area":"24e","points":[[1337,512],[1337,564],[1420,564],[1420,512]]},{"area":"25e","points":[[1310,481],[1321,470],[1350,470],[1362,482],[1392,482],[1404,470],[1433,470],[1447,484],[1436,495],[1319,495]]},{"area":"25e","points":[[1363,594],[1281,594],[1281,496],[1474,496],[1474,594],[1379,594],[1379,570],[1423,570],[1423,508],[1336,508],[1336,569],[1363,569]]},{"area":"25e","points":[[1361,568],[1361,595],[1378,595],[1378,568]]},{"area":"25f","points":[[1448,623],[1448,650],[1462,664],[1462,690],[1448,704],[1448,734],[1464,750],[1464,774],[1448,789],[1448,816],[1463,831],[1463,863],[1448,876],[1448,901],[1337,901],[1337,623]]},{"area":"262","points":[[1193,706],[1193,732],[1169,732],[1169,761],[1099,761],[1099,706]]},{"area":"263","points":[[1228,761],[1228,732],[1254,732],[1254,706],[1322,706],[1322,761]]},{"area":"264","points":[[1252,846],[1252,817],[1230,817],[1230,790],[1323,790],[1323,846]]},{"area":"265","points":[[1230,929],[1230,901],[1254,901],[1254,873],[1324,873],[1324,929]]},{"area":"264","points":[[1099,928],[1168,928],[1168,902],[1192,902],[1192,873],[1099,873]]},{"area":"264","points":[[1100,845],[1192,845],[1192,818],[1170,818],[1170,791],[1100,791]]},{"area":"266","points":[[1170,1031],[1159,1044],[1147,1062],[1141,1081],[1139,1106],[1140,1128],[1143,1152],[1150,1171],[1163,1187],[1178,1195],[1195,1194],[1207,1179],[1216,1167],[1224,1141],[1227,1124],[1227,1103],[1223,1079],[1218,1063],[1210,1049],[1202,1038],[1195,1031]]},{"area":"260","points":[[1252,1056],[1295,1013],[1376,1013],[1418,1055],[1418,1140],[1377,1181],[1296,1181],[1252,1139]]},{"area":"24e","points":[[1139,1208],[1139,1380],[1307,1380],[1307,1208]]},{"area":"26a","points":[[1393,1214],[1393,1345],[1475,1345],[1475,1214]]},{"area":"26b","points":[[1393,1380],[1393,1462],[1476,1462],[1476,1380]]},{"area":"26c","points":[[1395,1490],[1395,1575],[1475,1575],[1475,1490]]},{"area":"26d","points":[[1395,1603],[1395,1687],[1475,1687],[1475,1603]]},{"area":"26e","points":[[1395,1713],[1395,1798],[1476,1798],[1476,1713]]},{"area":"24e","points":[[1251,1408],[1251,1462],[1308,1462],[1308,1408]]},{"area":"26f","points":[[1141,1408],[1141,1712],[1307,1712],[1307,1468],[1248,1468],[1248,1408]]},{"area":"270","points":[[974,1491],[974,1573],[1002,1573],[1002,1603],[974,1603],[974,1686],[1112,1686],[1112,1491]]},{"area":"273","points":[[1319,1827],[1319,2081],[1450,2081],[1450,1827]]},{"area":"274","points":[[1168,1799],[1168,2109],[1309,2109],[1309,1799]]},{"area":"272","points":[[1033,1827],[1033,2078],[1159,2078],[1159,1827]]},{"area":"276","points":[[1439,201],[1433,218],[1432,237],[1436,256],[1441,275],[1459,294],[1479,309],[1501,319],[1527,319],[1556,311],[1581,290],[1594,269],[1603,248],[1604,225],[1598,196],[1584,174],[1565,156],[1540,147],[1516,145],[1496,150],[1484,152],[1475,137],[1457,134],[1442,138],[1430,143],[1420,158],[1418,173],[1426,188],[1432,196]]},{"area":"24c","points":[[274,1236],[274,1379],[500,1379],[500,1236]]},{"area":"24e","points":[[358,1436],[358,1518],[442,1518],[442,1436]]},{"area":"24c","points":[[525,1238],[525,1435],[610,1435],[610,1238]]},{"area":"24d","points":[[638,1743],[638,1491],[499,1491],[499,1743]]},{"area":"251","points":[[275,1604],[275,1770],[443,1770],[443,1604]]},{"area":"250","points":[[274,1885],[274,2024],[388,2024],[388,1885]]},{"area":"24f","points":[[484,1913],[488,1925],[496,1934],[500,1941],[500,1957],[504,1971],[512,1976],[525,1987],[534,1993],[537,2001],[540,2017],[540,2038],[544,2054],[545,2063],[546,2075],[545,2084],[550,2097],[562,2106],[567,2107],[575,2106],[586,2114],[587,2123],[590,2131],[594,2149],[607,2155],[613,2143],[613,2124],[610,2114],[614,2100],[606,2091],[594,2081],[589,2071],[577,2070],[572,2053],[569,2041],[570,2033],[579,2021],[589,2012],[610,2009],[621,2008],[633,2007],[642,1994],[643,1978],[641,1968],[639,1949],[628,1937],[621,1919],[634,1904],[644,1897],[642,1882],[639,1872],[646,1858],[655,1852],[666,1853],[660,1829],[644,1823],[633,1833],[622,1839],[615,1856],[617,1865],[613,1877],[619,1891],[620,1894],[608,1902],[601,1911],[599,1920],[603,1933],[610,1952],[610,1969],[605,1977],[598,1986],[583,1992],[567,1994],[564,1981],[555,1975],[546,1968],[531,1959],[525,1952],[515,1950],[516,1936],[524,1930],[530,1920],[524,1907],[513,1900],[494,1906]]},{"area":"24b","points":[[693,1887],[693,2151],[750,2151],[750,1887]]},{"area":"24a","points":[[664,1411],[664,1879],[941,1879],[941,1411]]},{"area":"249","points":[[665,1350],[665,1401],[804,1401],[804,1350]]},{"area":"246","points":[[664,1211],[664,1324],[752,1324],[752,1211]]},{"area":"256","points":[[622,702],[648,715],[671,726],[679,723],[691,748],[695,754],[720,759],[733,768],[741,803],[735,817],[712,794],[677,780],[671,777],[637,769],[628,761],[622,740]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/097-map-16.02-sphere-of-the-donjon.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/098-map-16.02-sphere-of-the-donjon-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":2226,"credit":"Mike Schley","mapParent":{"id":"079"},"grid":{"type":"square","size":112,"offsetX":-51,"offsetY":52,"scale":8},"id":"08d"}]},{"name":"Ch. 18: Void","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/103-map-17.01-the-house-of-cards.webp"},"imageType":"map","title":"Map 18.1: The House of Cards","credit":"Mike Schley","width":1700,"height":1194,"id":"07a","grid":{"type":"square","size":119,"offsetX":-4,"offsetY":62,"scale":5},"mapRegions":[{"area":"2b7","points":[[1078,609],[1093,609],[1143,616],[1140,646],[1134,659],[1135,677],[1142,688],[1136,699],[1112,701],[1105,696],[1089,697],[1083,702],[1064,699],[1066,687],[1050,678],[1059,666],[1075,659],[1076,633]]},{"area":"2b4","points":[[945,658],[945,697],[933,705],[927,722],[931,744],[940,756],[940,780],[963,781],[971,789],[1004,788],[1011,795],[1020,792],[1045,787],[1047,747],[1037,746],[1033,728],[1034,695],[1039,691],[1038,667],[997,661],[993,658]]},{"area":"295","points":[[900,860],[948,860],[978,865],[1010,870],[1038,856],[1066,859],[1070,904],[1110,906],[1110,941],[1083,944],[1077,935],[927,937],[930,941],[1067,949],[1068,967],[1074,980],[932,982],[925,991],[1070,994],[1077,1004],[1081,1032],[1077,1033],[1041,1035],[1000,1036],[964,1036],[925,1039],[907,1034],[901,957],[904,897]]},{"area":"297","points":[[1116,729],[1145,727],[1146,720],[1180,718],[1181,712],[1242,715],[1244,723],[1263,726],[1267,729],[1309,732],[1307,750],[1296,758],[1301,841],[1309,847],[1311,866],[1297,867],[1280,868],[1192,872],[1189,864],[1169,869],[1144,869],[1122,869],[1118,826],[1114,814],[1114,755],[1117,749]]},{"area":"292","points":[[740,1034],[713,1009],[712,971],[723,961],[724,906],[718,903],[717,897],[736,873],[779,867],[783,872],[854,875],[858,871],[878,888],[877,924],[885,930],[887,969],[877,976],[880,1016],[853,1042],[805,1041],[797,1036],[787,1033],[782,1026],[760,1030],[744,1028]]},{"area":"2ae","points":[[693,702],[726,705],[730,698],[763,692],[765,701],[788,701],[817,705],[862,708],[870,702],[903,697],[920,702],[922,753],[900,753],[884,749],[865,755],[818,756],[808,750],[757,748],[730,753],[702,753],[693,741],[693,722]]},{"area":"2a9","points":[[737,655],[736,625],[746,613],[741,596],[757,590],[779,584],[806,580],[852,586],[861,595],[861,627],[856,651],[838,653],[829,647],[813,650],[796,659],[786,656],[769,653],[750,651]]},{"area":"2a5","points":[[737,537],[737,493],[766,470],[856,466],[879,489],[879,536],[856,559],[810,557],[780,561],[762,557]]},{"area":"2a6","points":[[881,538],[881,495],[902,466],[976,468],[998,487],[998,535],[974,559],[908,560]]},{"area":"2a7","points":[[1001,537],[1001,490],[1025,463],[1119,465],[1139,493],[1143,524],[1142,533],[1113,556],[1024,560]]},{"area":"2d0","points":[[965,405],[949,388],[967,381],[969,363],[967,351],[958,351],[960,342],[972,337],[984,331],[1004,334],[1012,324],[1014,314],[1027,320],[1048,323],[1055,314],[1071,311],[1091,305],[1095,311],[1099,319],[1110,322],[1124,332],[1130,328],[1131,319],[1140,324],[1153,319],[1169,327],[1183,323],[1195,311],[1194,303],[1201,300],[1204,313],[1200,322],[1196,327],[1192,339],[1182,341],[1169,345],[1159,359],[1153,377],[1162,385],[1175,382],[1175,393],[1183,410],[1183,417],[1170,421],[1159,423],[1149,414],[1139,416],[1121,416],[1111,409],[1103,393],[1090,389],[1084,403],[1081,408],[1084,419],[1079,425],[1051,424],[1045,411],[1031,404],[1025,397],[1015,398],[1005,393],[993,393],[988,400],[974,402]]},{"area":"299","points":[[1172,605],[1175,581],[1169,583],[1166,564],[1178,556],[1179,526],[1174,522],[1175,497],[1180,492],[1185,473],[1188,468],[1192,460],[1212,460],[1218,465],[1234,463],[1234,444],[1228,441],[1227,394],[1232,394],[1237,398],[1258,398],[1260,369],[1266,361],[1267,326],[1275,319],[1302,316],[1339,319],[1381,325],[1385,371],[1384,400],[1381,441],[1377,446],[1377,487],[1332,489],[1328,512],[1335,521],[1335,559],[1337,591],[1336,601],[1322,607],[1316,612],[1274,609],[1249,608],[1198,607]]},{"area":"29d","points":[[1175,199],[1169,191],[1167,159],[1264,153],[1260,119],[1277,119],[1280,95],[1296,84],[1304,73],[1324,71],[1364,73],[1368,93],[1349,103],[1352,119],[1376,122],[1380,115],[1408,113],[1408,150],[1487,150],[1479,137],[1481,127],[1553,125],[1561,120],[1569,124],[1572,139],[1589,145],[1591,197],[1616,204],[1613,226],[1608,226],[1608,236],[1641,236],[1640,276],[1622,284],[1618,290],[1560,290],[1557,277],[1561,264],[1501,265],[1497,271],[1422,272],[1417,264],[1337,269],[1333,289],[1306,289],[1303,269],[1284,268],[1282,253],[1273,249],[1278,234],[1281,208],[1263,201]]},{"area":"29f","points":[[923,225],[927,109],[951,111],[958,105],[1021,105],[1022,97],[1109,100],[1113,106],[1142,111],[1144,135],[1149,156],[1161,159],[1161,201],[1140,206],[1141,253],[1144,257],[1145,276],[1121,276],[1111,284],[1047,278],[1005,274],[994,269],[967,273],[935,273],[932,228]]},{"area":"2a1","points":[[697,217],[696,192],[700,187],[743,182],[749,151],[743,146],[738,135],[776,129],[792,125],[835,123],[837,130],[879,137],[882,156],[896,164],[897,200],[882,200],[871,206],[868,235],[871,247],[872,284],[867,292],[867,319],[873,324],[876,333],[872,337],[867,360],[836,362],[809,365],[791,366],[783,370],[751,370],[744,365],[745,351],[759,348],[757,326],[753,316],[753,290],[761,283],[762,241],[739,233],[735,220],[711,218]]},{"area":"2b9","points":[[476,112],[481,71],[531,72],[528,76],[576,78],[581,73],[631,71],[634,79],[649,80],[644,100],[638,100],[637,125],[641,150],[641,160],[649,182],[684,185],[684,217],[650,217],[644,225],[641,287],[644,298],[646,322],[655,329],[653,390],[646,397],[644,422],[639,435],[640,484],[655,493],[655,543],[650,548],[643,575],[596,577],[591,583],[572,583],[564,601],[533,601],[527,586],[513,582],[508,577],[472,575],[475,548],[479,542],[474,519],[467,511],[460,508],[459,491],[467,481],[470,452],[476,441],[473,417],[477,402],[479,289],[473,279],[468,239],[470,219],[477,207],[479,182],[484,167],[480,141],[483,120]]},{"area":"2bc","points":[[201,225],[204,232],[234,231],[250,229],[297,228],[308,231],[337,233],[342,227],[359,228],[360,271],[349,280],[334,294],[352,319],[335,344],[355,368],[359,374],[364,388],[340,390],[337,384],[284,387],[262,394],[249,389],[210,386],[202,391],[191,392],[193,374],[215,344],[196,322],[217,300],[193,277],[191,249],[186,244],[190,231]]},{"area":"2c3","points":[[166,491],[165,443],[148,441],[141,447],[101,454],[100,484],[108,493],[111,530],[144,530],[149,538],[159,532],[161,508]]},{"area":"2bf","points":[[232,404],[235,417],[305,420],[313,412],[369,414],[367,420],[362,424],[362,439],[382,441],[393,434],[438,435],[444,483],[447,511],[437,516],[436,532],[448,540],[449,558],[409,558],[398,549],[363,547],[356,541],[313,547],[287,551],[257,548],[265,541],[264,512],[228,512],[220,514],[218,488],[220,468],[228,464],[229,452],[222,449],[220,441],[212,439],[212,407]]},{"area":"2ce","points":[[100,720],[100,701],[74,701],[72,681],[68,675],[66,647],[71,649],[76,649],[81,609],[73,601],[73,593],[124,590],[130,585],[165,583],[167,591],[169,601],[169,632],[167,636],[163,652],[158,674],[167,680],[164,698],[145,703],[140,721]]},{"area":"2cb","points":[[104,733],[101,751],[54,753],[52,795],[56,800],[56,841],[101,841],[109,848],[167,845],[167,817],[185,811],[184,781],[169,778],[159,774],[159,753],[143,752],[138,734]]},{"area":"2c9","points":[[217,702],[231,704],[234,708],[262,707],[260,686],[289,686],[291,699],[305,697],[318,696],[333,698],[329,706],[331,745],[335,784],[332,859],[337,862],[335,889],[273,893],[269,900],[221,900],[221,891],[215,887],[213,822],[217,773],[215,753],[212,744],[211,719],[217,713]]},{"area":"2c6","points":[[223,610],[225,600],[280,596],[311,595],[321,601],[319,644],[308,648],[300,663],[286,672],[261,674],[260,662],[239,660],[236,653],[228,652],[227,617]]},{"area":"28b","points":[[428,772],[428,752],[437,737],[433,681],[446,680],[455,687],[483,682],[481,658],[479,649],[479,634],[535,631],[536,615],[567,613],[572,633],[588,636],[590,646],[591,663],[599,676],[635,673],[641,668],[665,668],[665,695],[665,701],[681,706],[683,742],[666,745],[664,772],[657,772],[654,768],[636,768],[632,824],[641,833],[640,857],[593,861],[546,864],[505,862],[503,855],[480,853],[474,798],[451,798],[444,777]]},{"area":"28f","points":[[484,904],[522,895],[567,890],[607,901],[641,948],[642,1019],[602,1075],[550,1094],[487,1069],[450,1019],[450,953]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/103-map-17.01-the-house-of-cards.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/104-map-17.01-the-house-of-cards-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1194,"credit":"Mike Schley","mapParent":{"id":"07a"},"grid":{"type":"square","size":119,"offsetX":-4,"offsetY":62,"scale":5},"id":"08e"}]},{"name":"Ch. 19: Skull","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/109-map-18.01-gardens-of-decay.webp"},"imageType":"map","title":"Map 19.1: Gardens of Decay","credit":"Mike Schley","width":1700,"height":1196,"id":"07b","grid":{"type":"none"},"mapRegions":[{"area":"2e0","points":[[694,658],[664,567],[595,498],[602,404],[571,372],[578,304],[614,284],[665,226],[774,206],[795,152],[765,113],[821,61],[901,45],[945,42],[962,115],[982,209],[962,309],[968,336],[1036,372],[1099,442],[1135,493],[1182,585],[1166,634],[1114,639],[1069,708],[1025,740],[894,753],[781,736],[705,688]]},{"area":"2e6","points":[[1128,320],[1204,478],[1279,542],[1455,562],[1621,468],[1560,380],[1612,346],[1641,269],[1632,140],[1607,121],[1519,159],[1462,156],[1365,140],[1268,185],[1146,194],[1134,261]]},{"area":"2e4","points":[[144,1134],[173,1005],[189,972],[351,919],[491,882],[534,834],[568,768],[612,722],[656,715],[655,666],[681,664],[689,702],[794,759],[896,766],[1028,753],[1119,728],[1255,744],[1368,766],[1460,809],[1471,846],[1441,846],[1475,876],[1520,909],[1555,949],[1548,1009],[1496,1054],[1444,1095],[1401,1153],[1401,1169],[162,1169],[148,1152]]},{"area":"2e2","points":[[62,1008],[131,919],[314,833],[515,774],[595,671],[624,620],[576,508],[481,467],[476,445],[511,396],[553,369],[569,294],[624,245],[685,193],[727,142],[733,105],[608,89],[271,76],[116,111],[28,205],[28,984]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/109-map-18.01-gardens-of-decay.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/110-map-18.01-gardens-of-decay-player.webp"},"imageType":"map","title":"Player Version","width":2038,"height":1434,"credit":"Mike Schley","mapParent":{"id":"07b","autoScale":true},"grid":{"type":"none"},"id":"097"}]},{"name":"Ch. 20: Flames","ix":19,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/118-map-19.01-xulregg.webp"},"imageType":"map","title":"Map 20.1: Xulregg","credit":"Mike Schley","width":1700,"height":1196,"id":"07c","grid":{"type":"none"},"mapRegions":[{"area":"2fd","points":[[462,888],[300,896],[235,948],[228,1007],[227,1098],[278,1136],[473,1148],[618,1147],[758,1152],[904,1156],[1012,1120],[989,946],[944,908],[869,968],[719,973],[528,949],[499,939]]},{"area":"2fc","points":[[444,738],[461,701],[534,696],[589,687],[681,654],[795,652],[852,705],[826,798],[838,875],[742,880],[614,881],[515,855],[492,815],[464,785]]},{"area":"2fa","points":[[732,469],[609,540],[552,573],[421,580],[272,440],[221,271],[242,202],[526,204],[567,167],[586,38],[792,32],[820,89],[809,104],[1034,40],[1149,132],[1139,208],[1291,133],[1419,155],[1459,301],[1455,316],[1667,376],[1632,471],[1407,521],[1246,458],[1113,475],[1015,544],[931,602],[792,552],[755,516]]},{"area":"2fb","points":[[1216,487],[1224,549],[1225,588],[1171,620],[1128,649],[1129,728],[1147,776],[1171,791],[1209,829],[1286,812],[1313,787],[1349,704],[1344,628],[1318,560],[1278,491],[1246,472]]},{"area":"2fe","points":[[1588,861],[1441,915],[1329,898],[1204,909],[1078,947],[1107,1047],[1165,1125],[1432,1098],[1599,1031],[1651,973],[1638,844]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/118-map-19.01-xulregg.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/119-map-19.01-xulregg-player-rev.webp"},"imageType":"map","title":"Player Version","width":2038,"height":1434,"credit":"Mike Schley","mapParent":{"id":"07c","autoScale":true},"grid":{"type":"none"},"id":"098"}]},{"name":"Ch. 22: Euryale","ix":21,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/137-map-21.01-cair-ophidian.webp"},"imageType":"map","title":"Map 22.1: Cair Ophidian","credit":"Mike Schley","width":1700,"height":1196,"id":"07d","grid":{"type":"square","size":125,"offsetX":-41,"offsetY":-36,"scale":4},"mapRegions":[{"area":"336","points":[[213,289],[206,269],[205,248],[210,229],[227,215],[241,208],[238,187],[242,151],[250,128],[270,103],[291,91],[315,83],[347,80],[378,91],[404,105],[421,128],[428,154],[435,184],[430,217],[413,243],[395,260],[358,275],[325,277],[308,272],[298,289],[282,302],[258,309],[235,306],[223,297]]},{"area":"337","points":[[522,355],[369,429],[369,402],[340,398],[305,402],[305,429],[174,370],[168,348],[175,329],[171,305],[167,297],[166,278],[180,264],[185,254],[197,251],[199,267],[208,289],[220,307],[228,312],[256,316],[280,308],[296,298],[307,308],[322,308],[342,304],[369,303],[395,300],[415,305],[442,306],[465,320],[488,325],[509,346]]},{"area":"334","points":[[355,1157],[351,1087],[352,1020],[327,969],[318,933],[305,893],[302,839],[302,758],[305,687],[302,641],[302,618],[268,581],[197,556],[155,552],[65,584],[24,622],[24,1077],[62,1092],[94,1111],[108,1146],[113,1157]]},{"area":"335","points":[[382,937],[363,917],[357,862],[369,775],[365,705],[366,666],[372,642],[482,639],[642,644],[754,642],[880,644],[926,652],[890,709],[856,768],[845,804],[825,832],[835,855],[804,838],[747,824],[684,828],[647,858],[614,893],[605,931],[615,1015],[636,1048],[671,1078],[723,1093],[764,1097],[754,1125],[755,1167],[378,1167],[377,1061],[372,1018],[370,990],[389,982],[396,965],[392,948]]},{"area":"338","points":[[742,839],[717,840],[692,851],[665,867],[643,892],[627,918],[622,949],[622,991],[633,1014],[654,1046],[686,1065],[718,1076],[764,1075],[803,1062],[828,1036],[852,1006],[858,966],[853,915],[834,885],[812,860],[786,850],[762,842]]},{"area":"338","points":[[968,889],[948,868],[933,833],[930,782],[945,741],[965,715],[995,695],[1026,682],[1056,683],[1080,684],[1085,662],[1098,636],[1126,622],[1152,618],[1178,625],[1195,646],[1202,660],[1205,692],[1195,709],[1185,720],[1168,732],[1158,738],[1152,741],[1167,772],[1172,801],[1168,832],[1154,869],[1131,891],[1091,916],[1058,925],[1018,917],[985,905]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/137-map-21.01-cair-ophidian.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/138-map-21.01-cair-ophidian-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1196,"credit":"Mike Schley","mapParent":{"id":"07d"},"grid":{"type":"square","size":125,"offsetX":-41,"offsetY":-36,"scale":4},"id":"099"}]}]},"XDMG":{"id":"XDMG","name":"Dungeon Master's Guide (2024)","source":"XDMG","prop":"book","chapters":[{"name":"Ch. 5: Creating Campaigns","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/XDMG/070-map-5.01-city-of-greyhawk.webp"},"imageType":"map","title":"The Free City of Greyhawk","credit":"Francesca Baerald","width":4934,"height":7000,"id":"1f9","grid":{"type":"none"},"mapRegions":[{"area":"320","points":[[3440,1317],[3446,1222],[3520,1151],[3588,1037],[3597,905],[3689,828],[3791,914],[3892,923],[3935,997],[4003,982],[4012,1028],[4092,1031],[4163,938],[4277,874],[4323,1012],[4385,1182],[4382,1311],[4292,1375],[4246,1462],[4289,1578],[4271,1677],[3797,1772],[3477,1532],[3477,1409]]},{"area":"12e","points":[[3178,2105],[3065,1985],[2834,1723],[2698,1532],[2526,1320],[2425,1249],[2323,1197],[2378,1172],[2545,1160],[2695,1175],[2938,1194],[3123,1218],[3314,1265],[3412,1366],[3468,1523],[3575,1637],[3705,1791],[3852,1828],[3994,1751],[4203,1723],[4258,2037],[4265,2132],[4274,2363],[4252,2603],[3886,2452],[3628,2308],[3434,2222],[3240,2154]]},{"area":"330","points":[[3892,2862],[3825,2766],[3806,2662],[3905,2686],[4028,2751],[4028,2834],[3982,2889]]},{"area":"334","points":[[3449,2625],[3400,2523],[3465,2409],[3588,2369],[3615,2431],[3612,2542],[3538,2625]]},{"area":"328","points":[[1794,2206],[1886,2292],[2003,2317],[2065,2160],[1972,2105],[1914,2102],[1828,2148]]},{"area":"32c","points":[[2628,2911],[2665,2843],[2769,2831],[2812,2852],[2812,2942],[2763,2994],[2711,3015]]},{"area":"31c","points":[[2705,3455],[2791,3545],[2871,3542],[2892,3465],[2858,3388],[2769,3382]]},{"area":"338","points":[[3791,3938],[3794,3862],[3895,3865],[3874,3972]]},{"area":"131","points":[[1305,5800],[1452,5585],[1582,5357],[1686,5169],[1883,4957],[2037,4751],[2218,4560],[2338,4517],[2594,4597],[2874,4665],[3363,4775],[3058,5391],[2880,5640],[2597,5920],[1849,5877]]},{"area":"130","points":[[1237,5689],[1418,5535],[1560,5292],[1714,5071],[1883,4874],[2049,4674],[2191,4520],[1865,4452],[1649,4412],[1265,4357],[1022,4311],[932,4569],[917,4763],[957,4985],[1052,5320],[1148,5591]]},{"area":"12a","points":[[1052,4280],[1317,3962],[1460,3717],[1497,3460],[1492,3270],[1775,3350],[1905,3650],[2045,3832],[2340,3830],[2562,3690],[2630,3500],[2782,3565],[2922,3567],[2905,3352],[3042,3302],[3260,3490],[3325,3505],[3515,3540],[3812,3597],[3992,3615],[3895,3815],[3755,3850],[3732,4010],[3785,4135],[3665,4285],[3620,4442],[3490,4610],[3392,4740],[2707,4582],[2325,4480],[1897,4410],[1380,4335]]},{"area":"12c","points":[[1730,3017],[1737,3197],[1787,3317],[1862,3470],[1920,3635],[2047,3790],[2335,3795],[2537,3662],[2595,3482],[2717,3335],[2747,3235],[2745,3040],[2677,3015],[2575,2870],[2337,2842],[2080,2842],[1952,2850],[1885,2885],[1762,2947]]},{"area":"12f","points":[[1465,3257],[1355,3162],[1280,2990],[1255,2837],[1345,2675],[1490,2485],[1665,2337],[1825,2340],[2015,2365],[2230,2447],[2555,2570],[2760,2577],[2957,2567],[2845,2762],[2830,2827],[2695,2812],[2617,2850],[2015,2810],[1937,2825],[1750,2932],[1690,3047],[1717,3207],[1765,3327]]},{"area":"12d","points":[[1677,2300],[1800,2120],[1915,1937],[1992,1817],[2055,1567],[2142,1337],[2300,1242],[2440,1307],[2582,1442],[2647,1575],[2742,1722],[2900,1860],[3032,2037],[3130,2167],[3237,2242],[3457,2292],[3580,2342],[3445,2377],[3367,2482],[3372,2565],[3157,2535],[2932,2532],[2732,2527],[2490,2515],[2305,2440],[2142,2340],[2052,2327],[2102,2157],[1985,2080],[1847,2102],[1782,2192],[1860,2310]]},{"area":"12d","points":[[3617,2357],[3860,2477],[4072,2565],[4292,2687],[4320,2800],[4327,3017],[4187,3227],[4125,3132],[4040,2947],[4035,2865],[4047,2732],[3932,2672],[3782,2642],[3817,2782],[3527,2645],[3620,2575],[3625,2410]]},{"area":"324","points":[[2805,3182],[2797,3082],[2825,3015],[2930,3052],[3005,3112],[3010,3195],[2880,3212]]},{"area":"12b","points":[[2827,2982],[2872,2862],[2957,2710],[3027,2590],[3157,2567],[3340,2612],[3617,2715],[3835,2832],[3950,2912],[4020,2935],[4057,3070],[4145,3227],[4075,3340],[4032,3462],[4022,3607],[3447,3500],[3295,3457],[3080,3295],[2900,3342],[2892,3415],[2825,3365],[2730,3355],[2760,3180],[2862,3252],[2987,3232],[3032,3150],[2962,3042]]}],"hrefThumbnail":{"type":"internal","path":"book/XDMG/thumbnail/070-map-5.01-city-of-greyhawk.webp"},"page":"book.html","source":"XDMG","hash":"xdmg"},{"type":"image","href":{"type":"internal","path":"book/XDMG/071-map-5.01-city-of-greyhawk-player.webp"},"imageType":"map","title":"Player Version","width":4934,"height":7000,"id":"1fa","credit":"Francesca Baerald","mapParent":{"id":"1f9"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"book/XDMG/076-map-5.02-greyhawk-and-environs.webp"},"imageType":"map","title":"City of Greyhawk and Environs","credit":"Mike Schley","width":2369,"height":3066,"id":"1fb","grid":{"type":"hexColsEven","size":238,"offsetX":-71,"offsetY":-30,"scale":3,"units":"miles"},"mapRegions":[{"area":"161","points":[[1488,937],[1488,1013],[1680,1013],[1680,937]]},{"area":"18e","points":[[903,577],[903,640],[1095,640],[1095,577]]},{"area":"165","points":[[646,981],[646,1053],[956,1053],[956,981]]},{"area":"16b","points":[[924,1067],[924,1171],[1074,1171],[1074,1067]]},{"area":"15f","points":[[585,1211],[585,1278],[903,1278],[903,1211]]},{"area":"163","points":[[360,1594],[360,1665],[554,1665],[554,1594]]},{"area":"15b","points":[[436,2183],[436,2255],[722,2255],[722,2183]]},{"area":"190","points":[[206,2202],[206,2305],[305,2305],[305,2202]]},{"area":"169","points":[[562,2585],[562,2691],[722,2691],[722,2585]]},{"area":"166","points":[[1373,2627],[1373,2722],[1507,2722],[1507,2627]]},{"area":"168","points":[[1739,1941],[1739,2299],[2158,2299],[2158,1941]]},{"area":"16a","points":[[1074,1244],[1074,1349],[1255,1349],[1255,1244]]},{"area":"15e","points":[[1478,1200],[1518,1112],[1912,1198],[1897,1324]]},{"area":"15c","points":[[1293,1240],[1293,1312],[1497,1312],[1497,1240]]},{"area":"160","points":[[1522,1392],[1522,1488],[1682,1488],[1682,1392]]},{"area":"18f","points":[[2048,1149],[2048,1263],[2204,1263],[2204,1149]]},{"area":"15d","points":[[1716,1737],[1716,1859],[1926,1859],[1926,1737]]},{"area":"162","points":[[1274,1446],[1274,1529],[1465,1529],[1465,1446]]},{"area":"162","points":[[871,1975],[871,2062],[1046,2062],[1046,1975]]},{"area":"302","points":[[806,1415],[806,1508],[1169,1508],[1169,1415]]}],"hrefThumbnail":{"type":"internal","path":"book/XDMG/thumbnail/076-map-5.02-greyhawk-and-environs.webp"},"page":"book.html","source":"XDMG","hash":"xdmg"},{"type":"image","href":{"type":"internal","path":"book/XDMG/077-map-5.02-greyhawk-and-environs-player.webp"},"imageType":"map","title":"Player Version","width":2369,"height":3066,"id":"1fc","credit":"Mike Schley","mapParent":{"id":"1fb"},"grid":{"type":"hexColsEven","size":238,"offsetX":-71,"offsetY":-30,"scale":3,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"book/XDMG/078-map-5.03-flanaess.webp"},"imageType":"map","title":"Flanaess","credit":"Mike Schley","width":8192,"height":5755,"id":"1fd","grid":{"type":"hexColsEven","size":56,"offsetX":-14,"offsetY":-7,"distance":30,"units":"miles"},"mapRegions":[{"area":"364","points":[[128,1572],[228,1520],[724,1772],[856,1684],[872,1828],[996,1760],[1136,1768],[1108,1612],[1012,1468],[1080,1424],[1136,1488],[1212,1428],[1168,1316],[1216,1236],[1336,1172],[1248,1080],[1360,992],[1396,1112],[1568,1144],[1644,1220],[1752,1300],[1832,1444],[1840,1516],[1888,1576],[1916,1664],[2000,1724],[2020,1808],[2080,1816],[2088,1860],[2240,1944],[2384,2020],[2428,2076],[2480,2128],[2492,2196],[2500,2268],[2448,2312],[2320,2340],[2272,2380],[2248,2524],[2164,2520],[1992,2588],[1932,2656],[1828,2640],[1800,2708],[1744,2760],[1692,2732],[1576,2824],[1560,2892],[1424,2996],[1456,3060],[1440,3140],[1356,3172],[1296,3156],[1176,3232],[1128,3352],[1148,3488],[1360,3692],[1372,3756],[1432,3776],[1536,3876],[1552,3972],[1680,4096],[1680,4164],[1752,4260],[1760,4320],[1816,4356],[1800,4428],[1896,4520],[1904,4576],[2032,4684],[2080,4816],[2076,4924],[2116,5032],[2188,5072],[2200,5140],[2384,5312],[2468,5444],[2616,5520],[2684,5624],[120,5624]]},{"area":"351","points":[[1356,968],[1456,888],[1344,796],[1336,716],[1436,664],[1448,596],[1404,564],[1552,448],[1648,292],[1752,248],[1768,128],[3716,128],[3700,276],[3544,272],[3568,324],[3400,452],[3464,424],[3584,420],[3576,484],[3460,548],[3528,600],[3672,500],[3712,436],[3852,384],[4512,576],[4592,692],[4692,612],[4800,616],[4840,680],[4760,696],[4776,756],[4868,800],[4972,812],[5064,868],[5048,920],[5112,936],[5168,888],[5200,800],[5160,708],[5152,568],[5136,468],[5204,408],[5128,352],[5104,268],[5184,244],[5328,276],[5404,324],[5644,324],[5712,392],[5828,408],[5888,364],[5920,388],[5888,444],[6012,564],[6012,372],[6048,268],[6108,244],[6248,260],[6552,264],[6656,300],[6696,260],[6880,264],[6928,320],[6944,252],[7184,208],[7208,256],[7360,228],[7472,272],[7528,212],[7664,252],[7704,372],[7792,408],[7808,472],[7764,580],[7684,628],[7672,668],[7680,720],[7620,820],[7744,988],[7712,1040],[7792,1112],[7776,1280],[7696,1420],[7628,1424],[7604,1572],[7540,1552],[7424,1548],[7320,1476],[7152,1540],[7056,1412],[7036,1268],[7064,1184],[7040,1044],[6888,1136],[6816,1044],[6888,964],[6816,956],[6712,892],[6608,948],[6552,888],[6556,808],[6496,884],[6348,932],[6264,860],[6252,900],[6300,968],[6248,1120],[6252,1236],[6256,1316],[6164,1380],[6012,1260],[5956,1240],[6000,1300],[5880,1332],[5908,1428],[5992,1480],[6076,1548],[6124,1600],[6068,1636],[6168,1696],[6256,1760],[6232,1820],[6100,1792],[6060,1832],[6084,1872],[5944,1880],[5880,1844],[5880,1812],[5808,1812],[5812,1740],[5732,1716],[5740,1668],[5700,1668],[5704,1744],[5588,1708],[5636,1632],[5552,1668],[5480,1620],[5500,1552],[5576,1552],[5608,1476],[5520,1384],[5424,1332],[5296,1380],[5312,1452],[5224,1476],[5132,1548],[5128,1436],[5104,1360],[5132,1304],[5120,1276],[5064,1316],[5016,1292],[4964,1324],[4952,1392],[4872,1380],[4792,1412],[4772,1532],[4676,1592],[4704,1672],[4920,1772],[4896,1844],[4928,1892],[4920,2100],[4872,2116],[4840,2020],[4820,2040],[4812,2172],[4744,2196],[4656,2028],[4592,2036],[4576,2100],[4592,2136],[4540,2144],[4484,2216],[4452,2184],[4392,2196],[4328,2100],[4336,2036],[4264,2024],[4152,1924],[4144,1884],[4096,1788],[4056,1824],[3968,1680],[3956,1740],[3896,1768],[3864,1712],[3888,1632],[3828,1612],[3884,1536],[3904,1460],[3872,1348],[3680,1124],[3632,1012],[3532,944],[3448,928],[3408,952],[3316,948],[3272,920],[3232,960],[3264,1000],[3232,1076],[3276,1132],[3336,1144],[3312,1196],[3292,1248],[3316,1284],[3300,1332],[3188,1276],[2980,1224],[2868,1244],[2784,1172],[2704,1252],[2620,1232],[2560,1280],[2524,1224],[2428,1188],[2392,1220],[2332,1188],[2256,1200],[2144,1156],[2112,1248],[2008,1316],[1916,1284],[1752,1300],[1568,1156],[1392,1124],[1360,972]]},{"area":"35a","points":[[3624,3940],[3656,3784],[3752,3732],[3552,3624],[3548,3576],[3452,3520],[3432,3428],[3312,3348],[3316,3252],[3144,3028],[3040,3044],[2912,2964],[2844,2900],[2832,2804],[2724,2744],[2640,2680],[2636,2612],[2548,2612],[2580,2436],[2528,2420],[2464,2436],[2328,2408],[2332,2340],[2264,2368],[2272,2504],[2192,2536],[1996,2604],[1936,2660],[1840,2644],[1752,2756],[1688,2736],[1576,2820],[1560,2896],[1416,3012],[1448,3080],[1440,3148],[1344,3172],[1296,3156],[1260,3200],[1168,3236],[1164,3292],[1132,3376],[1144,3480],[1352,3684],[1372,3748],[1440,3780],[1536,3876],[1560,3972],[1680,4100],[1752,4292],[1836,4356],[1808,4432],[1904,4532],[1908,4580],[2044,4692],[2096,4852],[2128,5048],[2208,5072],[2232,5156],[2468,5412],[2620,5508],[2692,5620],[3988,5620],[4076,5524],[4096,5452],[3848,5556],[3688,5492],[3556,5556],[3452,5492],[3472,5372],[3584,5252],[3472,5160],[3572,4952],[3476,4836],[3404,4692],[3296,4644],[3328,4756],[3296,4836],[3264,5012],[3176,5140],[3124,5096],[2856,5184],[2708,5132],[2544,5172],[2576,5000],[2552,4884],[2608,4788],[2764,4812],[2864,4708],[2992,4608],[3104,4568],[3400,4484],[3392,4380],[3232,4368],[3140,4288],[3048,4244],[3112,4152],[3104,4100],[3356,3944],[3412,4040],[3456,4016],[3448,3944],[3492,3888],[3588,3968]]},{"area":"340","points":[[1764,1296],[1856,1472],[1848,1532],[1944,1700],[2008,1720],[2024,1800],[2112,1872],[2400,2016],[2496,2116],[2508,2256],[2464,2308],[2336,2344],[2316,2412],[2364,2396],[2432,2448],[2516,2412],[2592,2460],[2568,2624],[2640,2612],[2664,2708],[2720,2724],[2740,2772],[2848,2804],[2876,2932],[3072,3048],[3152,3044],[3328,3268],[3320,3360],[3464,3524],[3552,3580],[3564,3636],[3736,3724],[3664,3796],[3632,3924],[3760,3836],[3872,3900],[4016,3868],[4168,3956],[4308,3888],[4284,3648],[4108,3588],[3720,3444],[3636,3240],[3748,3260],[3712,3144],[3728,2980],[3792,2932],[3912,3012],[3932,3120],[3892,3256],[4024,3240],[4056,3104],[4048,3028],[4068,2916],[4136,2836],[4080,2596],[4108,2548],[4100,2488],[4224,2464],[4396,2548],[4400,2604],[4464,2620],[4480,2532],[4456,2380],[4392,2332],[4384,2200],[4336,2080],[4344,2036],[4256,2024],[4104,1796],[4064,1840],[3968,1680],[3924,1788],[3876,1756],[3880,1648],[3824,1620],[3912,1452],[3872,1348],[3696,1168],[3632,996],[3516,944],[3440,936],[3412,968],[3312,964],[3280,916],[3236,960],[3280,996],[3248,1064],[3328,1148],[3288,1236],[3320,1284],[3300,1340],[2988,1224],[2864,1248],[2784,1168],[2692,1248],[2612,1236],[2580,1280],[2436,1188],[2376,1220],[2156,1172],[2100,1268],[1984,1316]]},{"area":"349","points":[[4044,3172],[4064,3084],[4048,3004],[4128,2860],[4100,2596],[4112,2496],[4256,2484],[4384,2552],[4396,2612],[4464,2608],[4480,2512],[4464,2372],[4384,2316],[4392,2212],[4464,2192],[4560,2148],[4596,2036],[4652,2052],[4756,2196],[4820,2144],[4840,2028],[4876,2120],[4920,2112],[4928,1876],[4900,1848],[4924,1764],[4776,1720],[4676,1640],[4676,1576],[4780,1532],[4796,1420],[4888,1384],[4928,1412],[5008,1296],[5076,1324],[5120,1284],[5140,1328],[5104,1384],[5124,1424],[5124,1520],[5172,1524],[5212,1464],[5304,1464],[5288,1380],[5424,1340],[5592,1480],[5468,1616],[5536,1672],[5620,1644],[5592,1716],[5664,1764],[5720,1720],[5708,1684],[5748,1676],[5740,1732],[5816,1748],[5828,1828],[5948,1892],[6076,1884],[6088,1796],[6220,1812],[6264,1764],[6416,1700],[6456,1764],[6532,1808],[6516,1908],[6544,1928],[6456,2060],[6504,2124],[6604,2136],[6676,2088],[6760,2156],[6928,2012],[7008,2100],[6960,2180],[7084,2272],[7080,2352],[7120,2436],[7320,2788],[7484,2804],[7552,3004],[7728,2964],[7720,3108],[7432,3324],[7436,3728],[7332,3696],[7300,3476],[7016,3644],[6968,3780],[7072,3924],[7028,4116],[6800,4132],[6600,4040],[6420,4068],[6408,4236],[6372,4384],[6392,4500],[6052,4756],[6012,4936],[6008,5136],[5852,5228],[5844,5332],[5580,5456],[5140,5424],[5000,5240],[4828,5172],[4584,5124],[4540,5004],[4684,4948],[4944,4964],[5184,5040],[5288,5044],[5168,4948],[5280,4912],[5408,5008],[5364,4876],[5464,4864],[5540,4984],[5600,4992],[5568,4892],[5676,4932],[5768,4928],[5856,4864],[5840,4688],[5736,4592],[5496,4556],[5424,4452],[5424,4264],[5376,4212],[5304,4260],[5076,4148],[5064,4080],[4972,4064],[4920,4092],[4788,4004],[4584,3972],[4500,3864],[4624,3744],[4728,3764],[4824,3684],[4848,3788],[4904,3824],[4868,3892],[4992,3960],[4992,3880],[5024,3828],[4928,3688],[5012,3700],[5056,3620],[5288,3596],[5344,3628],[5476,3612],[5476,3532],[5608,3536],[5664,3436],[5544,3348],[5504,3252],[5572,3216],[5480,3124],[5352,3132],[5284,3092],[5352,3188],[5296,3224],[5244,3184],[5244,3256],[4968,3240],[4968,3336],[4928,3380],[4872,3532],[4836,3436],[4804,3432],[4780,3516],[4656,3604],[4612,3540],[4588,3436],[4496,3408],[4324,3440],[4148,3388],[4112,3292],[4028,3332],[4048,3244]]}],"hrefThumbnail":{"type":"internal","path":"book/XDMG/thumbnail/078-map-5.03-flanaess.webp"},"page":"book.html","source":"XDMG","hash":"xdmg"},{"type":"image","href":{"type":"internal","path":"book/XDMG/079-map-5.03-flanaess-player.webp"},"imageType":"map","title":"Player Version","width":8192,"height":5755,"id":"1fe","grid":{"type":"hexColsEven","size":56,"offsetX":-14,"offsetY":-7,"distance":30,"units":"miles"}}]},{"name":"App. B: Maps","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"book/XDMG/213-map-12.01-barrow-crypt.webp"},"imageType":"map","title":"Barrow Crypt","width":5100,"height":6600,"id":"1ff","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/214-map-12.01-barrow-crypt-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"201","mapParent":{"id":"1ff"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/215-map-12.02-caravan-encampment.webp"},"imageType":"map","title":"Caravan Encampment","credit":"Dyson Logos","width":5100,"height":6600,"id":"202","grid":{"type":"square","size":150}},{"type":"image","href":{"type":"internal","path":"book/XDMG/216-map-12.03-crossroads-village.webp"},"imageType":"map","title":"Crossroads Village","credit":"Dyson Logos","width":5100,"height":6600,"id":"203","grid":{"type":"square","size":120,"offsetX":5,"offsetY":5,"distance":25}},{"type":"image","href":{"type":"internal","path":"book/XDMG/217-map-12.04-dragons-lair.webp"},"imageType":"map","title":"Dragon's Lair","width":5100,"height":6600,"id":"204","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/218-map-12.04-dragons-lair-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"205","mapParent":{"id":"204"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/219-map-12.05-dungeon-hideout.webp"},"imageType":"map","title":"Dungeon Hideout","width":5100,"height":6600,"id":"206","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/220-map-12.05-dungeon-hideout-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"207","mapParent":{"id":"206"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/221-map-12.06-farmstead.webp"},"imageType":"map","title":"Farmstead","credit":"Dyson Logos","width":5100,"height":6600,"id":"44b","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/222-map-12.07-keep.webp"},"imageType":"map","title":"Keep","width":5100,"height":6600,"id":"44c","grid":{"type":"square","size":356,"offsetY":-113,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/223-map-12.07-keep-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"44d","mapParent":{"id":"44c"},"grid":{"type":"square","size":356,"offsetY":-113,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/224-map-12.08-manor.webp"},"imageType":"map","title":"Manor","width":5100,"height":6600,"id":"44e","grid":{"type":"square","size":356,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/225-map-12.08-manor-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"44f","mapParent":{"id":"44e"},"grid":{"type":"square","size":356,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/226-map-12.09-mine.webp"},"imageType":"map","title":"Mine","width":5100,"height":6600,"id":"450","grid":{"type":"square","size":356,"offsetY":-140,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/227-map-12.09-mine-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"451","mapParent":{"id":"450"},"grid":{"type":"square","size":356,"offsetY":-140,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/228-map-12.10-roadside-inn.webp"},"imageType":"map","title":"Roadside Inn","width":5100,"height":6600,"id":"452","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/229-map-12.10-roadside-inn-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"453","mapParent":{"id":"452"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/230-map-12.11-ship.webp"},"imageType":"map","title":"Ship","width":5100,"height":6600,"id":"454","grid":{"type":"square","size":244,"offsetX":-10,"offsetY":10}},{"type":"image","href":{"type":"internal","path":"book/XDMG/231-map-12.11-ship-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"455","mapParent":{"id":"454"},"grid":{"type":"square","size":244,"offsetX":-10,"offsetY":10}},{"type":"image","href":{"type":"internal","path":"book/XDMG/232-map-12.12-spooky-house.webp"},"imageType":"map","title":"Spooky House","width":5100,"height":6600,"id":"456","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/233-map-12.12-spooky-house-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"457","mapParent":{"id":"456"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/234-map-12.13-underdark-warren.webp"},"imageType":"map","title":"Underdark Warren","width":5100,"height":6600,"id":"458","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/235-map-12.13-underdark-warren-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"459","mapParent":{"id":"458"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/236-map-12.14-volcanic-caves.webp"},"imageType":"map","title":"Volcanic Caves","width":5100,"height":6600,"id":"45a","grid":{"type":"square","size":364,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/237-map-12.14-volcanic-caves-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"45b","mapParent":{"id":"45a"},"grid":{"type":"square","size":364,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/238-map-12.15-wizards-tower.webp"},"imageType":"map","title":"Wizard's Tower","width":5100,"height":6600,"id":"45c","grid":{"type":"square","size":120,"offsetX":53}},{"type":"image","href":{"type":"internal","path":"book/XDMG/239-map-12.15-wizards-tower-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"45d","mapParent":{"id":"45c"},"grid":{"type":"square","size":120,"offsetX":53}}]}]}} \ No newline at end of file +{"LMoP":{"id":"LMoP","name":"Lost Mine of Phandelver","source":"LMoP","prop":"adventure","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/The Sword Coast.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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.webp"},"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).webp"},"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","name":"Hoard of the Dragon Queen","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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","name":"Rise of Tiamat","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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","name":"Princes of the Apocalypse","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},"id":"190"},{"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","name":"Out of the Abyss","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":"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":"0d5","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]]},{"area":"0d3","points":[[1946,445],[1946,953],[1448,953],[1364,1075],[1186,1085],[1059,958],[1059,704],[1313,445]]}],"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","name":"Curse of Strahd","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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/map-4.02-walls.webp"},"title":"Walls of Ravenloft (Battlemap; DM Version)","width":3840,"height":5211,"imageType":"map","id":"411","grid":{"type":"square","size":175,"offsetY":-27,"scale":2,"distance":10},"mapRegions":[{"area":"1aa","points":[[1846,345],[1846,768],[2008,768],[2008,345]]},{"area":"1a8","points":[[1762,870],[2086,870],[2086,954],[2176,1050],[2176,1134],[2275,1134],[2275,1464],[2198,1464],[2198,1387],[2101,1301],[1744,1301],[1653,1386],[1653,1461],[1586,1461],[1586,1138],[1667,1138],[1667,1048],[1762,952]]},{"area":"1a6","points":[[710,1136],[710,1651],[963,1651],[963,1136]]},{"area":"1a4","points":[[976,1138],[976,1658],[714,1658],[714,2424],[1218,2424],[1331,2328],[1320,2280],[1315,2222],[1320,2179],[1338,2128],[1365,2074],[1405,2032],[1435,2008],[1472,1986],[1472,1138]]},{"area":"19f","points":[[1487,3231],[1487,3829],[2355,3829],[2355,3231]]},{"area":"1a2","points":[[714,2533],[1211,2533],[1306,2628],[1306,3044],[1214,3136],[1214,3231],[1301,3318],[1397,3318],[1479,3246],[1479,3914],[714,3914]]},{"area":"1a2","points":[[3137,2534],[2630,2534],[2546,2618],[2546,3043],[2637,3134],[2637,3229],[2552,3314],[2446,3314],[2363,3239],[2363,3916],[3137,3916]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.02-walls.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.02-walls-player.webp"},"title":"Walls of Ravenloft (Battlemap; Player Version)","width":3840,"height":5211,"imageType":"mapPlayer","mapParent":{"id":"411"},"grid":{"type":"square","size":175,"offsetY":-27,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/025-006.webp"},"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.webp"},"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/map-4.03-main-floor.webp"},"title":"Main Floor (Battlemap; DM Version)","width":3000,"height":2072,"imageType":"map","id":"4bc","grid":{"type":"square","size":173,"offsetX":63,"offsetY":1,"scale":2,"distance":10},"mapRegions":[{"area":"1bf","points":[[559,445],[633,359],[718,359],[805,446],[805,520],[716,598],[640,599],[559,520]]},{"area":"1c1","points":[[812,447],[812,514],[1485,514],[1485,447]]},{"area":"1d0","points":[[900,533],[900,689],[1234,689],[1234,533]]},{"area":"1db","points":[[734,618],[811,618],[811,521],[885,521],[885,859],[809,859],[809,772],[734,772]]},{"area":"1b0","points":[[994,959],[994,1116],[1146,1116],[1146,959]]},{"area":"1bb","points":[[906,1221],[906,1548],[1229,1548],[1229,1221]]},{"area":"25b","points":[[1331,1566],[1338,1527],[1355,1502],[1382,1486],[1411,1484],[1446,1491],[1469,1505],[1409,1554],[1398,1559],[1398,1574],[1407,1584],[1418,1578],[1422,1567],[1482,1522],[1494,1546],[1495,1572],[1487,1598],[1475,1622],[1454,1638],[1429,1648],[1401,1651],[1379,1642],[1360,1631],[1344,1608],[1334,1588]]},{"area":"1c1","points":[[893,1566],[893,1629],[1308,1629],[1308,1566]]},{"area":"1bd","points":[[814,1562],[814,1461],[731,1461],[731,1307],[814,1307],[814,1224],[889,1224],[889,1562]]},{"area":"1bf","points":[[562,1561],[641,1481],[719,1481],[808,1558],[808,1635],[718,1720],[641,1719],[562,1646]]},{"area":"1f4","points":[[1509,1219],[1509,1285],[1666,1285],[1666,1219]]},{"area":"1d8","points":[[1594,611],[1756,611],[1756,779],[1592,779],[1592,696],[1671,696],[1671,686],[1594,686]]},{"area":"1d2","points":[[1426,607],[1426,761],[1431,784],[1439,816],[1456,851],[1475,876],[1504,901],[1526,919],[1560,936],[1589,945],[1635,949],[1664,947],[1698,941],[1729,927],[1753,913],[1780,891],[1799,867],[1818,844],[1832,818],[1839,792],[1839,618],[1767,618],[1767,787],[1585,787],[1585,607]]},{"area":"1df","points":[[1678,272],[1948,272],[1956,249],[1987,249],[1995,272],[2011,272],[2011,281],[2032,293],[2032,320],[2012,332],[2012,429],[1678,429]]},{"area":"1dd","points":[[1859,447],[2011,447],[2011,541],[2033,548],[2033,579],[2014,600],[1859,597]]},{"area":"1c9","points":[[2022,781],[2021,767],[2028,753],[2037,736],[2059,725],[2074,730],[2083,740],[2090,751],[2099,773],[2099,869],[2091,889],[2078,905],[2063,915],[2038,907],[2026,886],[2021,866]]},{"area":"1ed","points":[[1859,788],[1859,943],[1933,943],[1933,788]]},{"area":"1cb","points":[[2021,1208],[2025,1187],[2034,1170],[2048,1160],[2062,1157],[2077,1167],[2093,1185],[2097,1200],[2097,1299],[2093,1321],[2080,1336],[2062,1343],[2045,1339],[2029,1322],[2021,1298]]},{"area":"1cd","points":[[1682,1292],[1686,1256],[1698,1218],[1719,1187],[1745,1166],[1783,1143],[1818,1131],[1861,1129],[1905,1143],[1930,1157],[1959,1178],[1983,1209],[1997,1241],[2002,1281],[2002,1324],[1988,1362],[1965,1397],[1941,1421],[1908,1442],[1859,1455],[1813,1452],[1775,1439],[1740,1416],[1712,1387],[1693,1348],[1682,1312],[1758,1312],[1764,1331],[1772,1347],[1785,1365],[1802,1377],[1825,1384],[1845,1388],[1867,1384],[1892,1374],[1908,1357],[1922,1339],[1931,1315],[1933,1288],[1925,1264],[1910,1242],[1888,1223],[1869,1216],[1849,1213],[1826,1215],[1804,1221],[1787,1234],[1775,1251],[1762,1268],[1758,1292]]},{"area":"1c3","points":[[1509,962],[1509,1118],[2097,1118],[2097,962]]},{"area":"1c5","points":[[2112,612],[2199,529],[2276,529],[2361,612],[2361,787],[2459,787],[2535,872],[2535,1209],[2459,1295],[2361,1295],[2361,1468],[2281,1548],[2195,1548],[2112,1469]]},{"area":"1d9","points":[[1497,1380],[1500,1408],[1509,1432],[1524,1449],[1544,1464],[1560,1471],[1588,1476],[1618,1472],[1636,1462],[1645,1453],[1592,1399],[1574,1393],[1573,1378],[1585,1374],[1599,1378],[1597,1390],[1655,1443],[1668,1421],[1673,1396],[1672,1370],[1660,1341],[1647,1321],[1623,1303],[1598,1298],[1577,1296],[1548,1306],[1526,1323],[1509,1344],[1501,1364]]},{"area":"1b9","points":[[1248,1211],[1410,1211],[1410,1384],[1436,1394],[1459,1409],[1477,1427],[1465,1448],[1441,1463],[1415,1473],[1248,1473]]},{"area":"1b5","points":[[1165,955],[1248,870],[1412,870],[1491,955],[1491,1125],[1411,1202],[1240,1202],[1165,1122]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.03-main-floor.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.03-main-floor-player.webp"},"title":"Main Floor (Battlemap; Player Version)","width":3000,"height":2072,"imageType":"mapPlayer","mapParent":{"id":"4bc"},"grid":{"type":"square","size":173,"offsetX":63,"offsetY":1,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/028-007.webp"},"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.webp"},"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/map-4.04-court-revised.webp"},"title":"Court of the Count (Battlemap; DM Version)","width":5560,"height":3840,"imageType":"map","id":"530","grid":{"type":"square","size":160,"offsetX":63,"offsetY":10,"distance":10},"mapRegions":[{"area":"1bf","points":[[1042,823],[1181,667],[1335,667],[1491,827],[1491,966],[1337,1112],[1183,1112],[1042,964]]},{"area":"1db","points":[[1360,1143],[1360,1446],[1646,1446],[1646,1143]]},{"area":"1c1","points":[[1669,1280],[1669,989],[2295,989],[2295,1116],[1802,1116],[1802,1280]]},{"area":"1f8","points":[[1832,1147],[1832,1419],[2282,1419],[2282,1147]]},{"area":"1fb","points":[[2318,1594],[2318,994],[2446,994],[2446,1594]]},{"area":"2a6","points":[[1962,1762],[1912,1747],[1872,1724],[1840,1686],[1823,1634],[1829,1573],[1844,1520],[1886,1476],[1928,1455],[1979,1446],[2027,1453],[2072,1474],[2105,1503],[2128,1543],[2145,1611],[2124,1669],[2103,1712],[2069,1743],[2029,1758],[1989,1762],[1983,1640],[2006,1613],[1996,1575],[1960,1577],[1943,1604],[1962,1640]]},{"area":"1e5","points":[[2318,1629],[2318,2232],[2444,2232],[2444,1629]]},{"area":"1e2","points":[[1682,1768],[2280,1768],[2280,2756],[2167,2869],[1806,2869],[1682,2739]]},{"area":"1db","points":[[1360,2415],[1360,2718],[1648,2718],[1648,2415]]},{"area":"1bf","points":[[1046,2899],[1192,2749],[1339,2749],[1509,2893],[1509,3027],[1335,3192],[1187,3192],[1046,3059]]},{"area":"25b","points":[[2535,3029],[2562,3051],[2617,3055],[2661,3053],[2707,3034],[2735,3004],[2766,2952],[2773,2899],[2766,2848],[2749,2823],[2638,2905],[2619,2933],[2587,2924],[2589,2891],[2617,2880],[2726,2798],[2693,2768],[2629,2756],[2583,2756],[2539,2775],[2499,2804],[2482,2834],[2469,2872],[2469,2901],[2472,2931],[2486,2966],[2507,2996]]},{"area":"1c1","points":[[1655,2907],[1655,3025],[2453,3025],[2453,2907]]},{"area":"1ef","points":[[2320,2265],[2320,2731],[2760,2731],[2760,2265]]},{"area":"1f4","points":[[2798,2259],[2798,2387],[3088,2387],[3088,2259]]},{"area":"1f2","points":[[2796,2094],[2796,2227],[3090,2227],[3090,2094]]},{"area":"1d9","points":[[2781,2573],[2786,2614],[2796,2649],[2823,2686],[2854,2711],[2889,2727],[2933,2733],[2976,2734],[3003,2723],[3047,2697],[2953,2600],[2923,2590],[2913,2567],[2926,2551],[2946,2546],[2960,2560],[2964,2579],[3073,2674],[3090,2639],[3107,2587],[3097,2531],[3080,2480],[3039,2436],[2993,2417],[2953,2407],[2781,2407]]},{"area":"1cf","points":[[3334,2411],[3339,2391],[3349,2369],[3367,2346],[3391,2333],[3420,2327],[3454,2333],[3477,2350],[3497,2369],[3506,2400],[3504,2419],[3500,2451],[3479,2470],[3456,2489],[3423,2496],[3390,2489],[3364,2467],[3344,2443]]},{"area":"1cd","points":[[3126,2399],[3130,2363],[3141,2317],[3157,2280],[3177,2243],[3203,2209],[3230,2181],[3269,2151],[3301,2133],[3337,2121],[3374,2113],[3413,2109],[3456,2109],[3491,2113],[3537,2130],[3576,2153],[3611,2177],[3634,2200],[3661,2236],[3687,2277],[3704,2311],[3714,2356],[3721,2401],[3713,2461],[3699,2501],[3681,2540],[3653,2579],[3619,2620],[3577,2651],[3524,2674],[3477,2690],[3420,2699],[3360,2687],[3319,2676],[3286,2659],[3246,2634],[3210,2603],[3180,2566],[3156,2523],[3137,2479],[3126,2434],[3264,2434],[3267,2460],[3276,2484],[3291,2507],[3311,2531],[3337,2553],[3369,2567],[3410,2574],[3437,2576],[3471,2567],[3513,2547],[3539,2523],[3554,2501],[3571,2474],[3580,2450],[3587,2420],[3581,2390],[3577,2360],[3560,2331],[3547,2310],[3533,2290],[3506,2270],[3470,2256],[3431,2251],[3403,2249],[3373,2256],[3340,2271],[3320,2286],[3303,2301],[3289,2320],[3276,2346],[3266,2371],[3263,2399]]},{"area":"1eb","points":[[3746,1288],[3912,1288],[3912,1779],[3942,1782],[3970,1794],[4008,1813],[4029,1838],[4051,1869],[4064,1909],[4062,1955],[4048,1990],[4034,2026],[4006,2054],[3970,2072],[3938,2085],[3910,2086],[3910,2560],[3746,2560],[3746,2074],[3602,2074],[3602,1787],[3746,1787]]},{"area":"1ed","points":[[3448,1464],[3718,1464],[3718,1600],[3590,1600],[3590,1624],[3718,1624],[3718,1755],[3448,1755]]},{"area":"1e7","points":[[2480,1790],[2480,2075],[3568,2075],[3568,1790]]},{"area":"1fd","points":[[3437,514],[3725,514],[3725,629],[3763,646],[3763,746],[3731,774],[3731,797],[3115,797],[3115,645],[3200,645],[3200,579],[3437,579]]},{"area":"1d2","points":[[3454,1287],[3444,1229],[3433,1171],[3400,1093],[3353,1023],[3306,979],[3241,929],[3176,897],[3107,870],[3049,859],[2977,856],[2907,866],[2839,883],[2764,916],[2713,956],[2680,987],[2639,1024],[2597,1084],[2577,1136],[2557,1199],[2546,1244],[2540,1307],[2543,1369],[2559,1444],[2586,1510],[2611,1560],[2644,1597],[2684,1641],[2726,1679],[2780,1714],[2839,1744],[2911,1761],[2976,1767],[3066,1764],[3133,1746],[3190,1723],[3253,1689],[3300,1654],[3343,1607],[3381,1553],[3417,1490],[3437,1441],[3447,1381],[3454,1313],[3307,1313],[3303,1347],[3294,1397],[3277,1440],[3247,1493],[3214,1533],[3177,1566],[3127,1596],[3054,1616],[3000,1623],[2940,1616],[2873,1596],[2811,1559],[2759,1514],[2720,1460],[2697,1389],[2681,1323],[2689,1251],[2707,1189],[2739,1143],[2776,1090],[2823,1057],[2871,1027],[2950,1003],[3001,1000],[3054,1007],[3117,1021],[3179,1057],[3217,1090],[3251,1129],[3280,1184],[3299,1234],[3306,1287]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.04-court-revised.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.04-court-player-revised.webp"},"title":"Court of the Count (Battlemap; Player Version)","width":5560,"height":3840,"imageType":"mapPlayer","mapParent":{"id":"530"},"grid":{"type":"square","size":160,"offsetX":-17,"offsetY":10,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/030-008.webp"},"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.webp"},"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/map-4.05-weeping.webp"},"title":"Rooms of Weeping (Battlemap; DM Version)","width":3000,"height":2072,"imageType":"map","id":"54d","grid":{"type":"square","size":173,"offsetX":64,"offsetY":4,"scale":2,"distance":10},"mapRegions":[{"area":"222","points":[[2537,618],[1853,618],[1835,585],[1811,550],[1782,523],[1755,503],[1730,489],[1697,476],[1666,466],[1632,463],[1598,465],[1573,470],[1530,481],[1415,349],[1342,349],[1243,448],[814,448],[724,358],[643,358],[566,445],[563,518],[651,606],[651,1480],[571,1564],[571,1649],[642,1720],[725,1720],[814,1637],[1249,1637],[1346,1730],[1346,1910],[1411,1910],[1411,1730],[1505,1636],[1505,1570],[723,1570],[723,1128],[697,1102],[697,971],[719,957],[719,516],[1441,516],[1457,500],[1528,571],[1564,550],[1604,539],[1645,541],[1678,550],[1706,563],[1729,578],[1747,597],[1766,622],[1784,662],[1792,706],[1868,706],[1868,686],[2537,686]]},{"area":"220","points":[[893,616],[887,597],[879,579],[864,568],[852,569],[838,581],[828,598],[823,616],[823,687],[832,713],[841,728],[855,740],[874,733],[886,716],[892,699],[893,687],[912,687],[915,700],[918,716],[927,730],[941,735],[958,733],[973,718],[978,700],[978,689],[998,689],[1000,705],[1009,723],[1022,735],[1041,737],[1054,724],[1064,706],[1066,689],[1086,689],[1087,705],[1096,720],[1108,733],[1126,736],[1139,727],[1148,712],[1153,698],[1153,688],[1172,688],[1174,704],[1183,721],[1191,733],[1207,738],[1219,731],[1230,720],[1239,704],[1240,688],[1240,616],[1234,592],[1227,577],[1210,569],[1193,574],[1180,591],[1173,609],[1173,616],[1154,616],[1150,599],[1140,579],[1122,570],[1110,572],[1097,581],[1089,593],[1085,607],[1085,616],[1067,616],[1062,598],[1051,578],[1034,571],[1023,573],[1011,582],[1004,600],[1000,616],[982,616],[977,600],[963,578],[949,570],[935,573],[925,580],[919,592],[913,603],[913,616]]},{"area":"2a6","points":[[1066,958],[1043,951],[1023,941],[1007,924],[995,908],[988,889],[987,861],[992,838],[1002,819],[1023,799],[1048,785],[1079,782],[1106,787],[1128,800],[1147,821],[1158,842],[1161,860],[1066,860]]},{"area":"218","points":[[739,958],[758,952],[783,937],[799,918],[811,894],[814,878],[972,878],[974,901],[986,924],[1005,945],[1035,965],[1065,971],[1065,1132],[1045,1139],[1024,1149],[1008,1163],[1000,1177],[992,1205],[814,1205],[804,1178],[792,1157],[775,1141],[755,1131],[739,1129],[737,1121],[709,1093],[709,980],[738,962]]},{"area":"20c","points":[[1518,965],[1518,1120],[1586,1120],[1586,965]]},{"area":"207","points":[[1084,877],[1324,877],[1412,960],[1412,976],[1428,976],[1428,965],[1502,965],[1502,1121],[1430,1121],[1430,1111],[1412,1111],[1412,1130],[1322,1206],[1084,1206]]},{"area":"20f","points":[[1603,963],[1603,1122],[1931,1122],[1931,963]]},{"area":"1f6","points":[[1605,1132],[1605,1209],[1668,1209],[1668,1132]]},{"area":"214","points":[[1937,705],[2025,705],[2103,786],[2103,862],[2019,946],[1944,946],[1865,867],[1865,776]]},{"area":"212","points":[[1947,964],[2142,964],[2160,974],[2177,986],[2189,1005],[2193,1025],[2198,1047],[2190,1070],[2180,1092],[2164,1107],[2145,1119],[1947,1119]]},{"area":"203","points":[[1083,1223],[1083,1551],[1324,1551],[1324,1223]]},{"area":"21e","points":[[740,1388],[815,1388],[815,1473],[988,1473],[988,1388],[1064,1388],[1064,1554],[740,1554]]},{"area":"21a","points":[[739,1301],[762,1296],[782,1281],[801,1265],[812,1243],[815,1224],[990,1224],[995,1246],[1008,1267],[1027,1286],[1046,1295],[1064,1301],[1064,1383],[970,1383],[969,1400],[960,1423],[945,1440],[923,1450],[903,1452],[879,1448],[858,1437],[842,1419],[833,1397],[833,1384],[739,1384]]},{"area":"25b","points":[[1342,1563],[1343,1542],[1355,1519],[1371,1503],[1388,1494],[1409,1488],[1431,1489],[1445,1496],[1460,1503],[1474,1519],[1421,1560],[1412,1558],[1405,1563]]},{"area":"1d9","points":[[1512,1303],[1605,1303],[1628,1307],[1649,1319],[1664,1332],[1676,1356],[1681,1381],[1680,1406],[1667,1436],[1644,1457],[1617,1467],[1587,1468],[1560,1460],[1542,1447],[1524,1425],[1512,1395]]},{"area":"1f4","points":[[1512,1223],[1512,1293],[1669,1293],[1669,1223]]},{"area":"201","points":[[1420,1302],[1411,1276],[1402,1263],[1389,1254],[1374,1249],[1360,1254],[1347,1264],[1341,1282],[1340,1302],[1340,1390],[1346,1407],[1357,1424],[1373,1434],[1391,1430],[1413,1416],[1420,1396],[1420,1383],[1499,1383],[1499,1302]]},{"area":"1cd","points":[[1696,1298],[1700,1268],[1708,1241],[1722,1215],[1739,1190],[1759,1172],[1789,1153],[1818,1144],[1852,1141],[1885,1140],[1913,1149],[1935,1160],[1955,1173],[1973,1191],[1988,1210],[2001,1235],[2008,1263],[2011,1297],[2007,1328],[2002,1352],[1990,1378],[1970,1402],[1947,1425],[1918,1441],[1889,1451],[1857,1458],[1828,1455],[1797,1447],[1769,1432],[1748,1415],[1728,1394],[1715,1369],[1701,1341],[1696,1315],[1769,1315],[1776,1335],[1784,1350],[1796,1365],[1812,1378],[1831,1386],[1852,1390],[1880,1388],[1903,1377],[1925,1359],[1938,1333],[1945,1307],[1941,1279],[1931,1258],[1917,1242],[1901,1228],[1884,1221],[1865,1216],[1845,1218],[1822,1222],[1804,1232],[1792,1242],[1783,1253],[1776,1270],[1771,1282],[1769,1298]]},{"area":"1cf","points":[[1810,1302],[1812,1289],[1819,1276],[1832,1263],[1852,1258],[1869,1258],[1885,1265],[1896,1282],[1902,1298],[1898,1318],[1890,1336],[1875,1344],[1859,1349],[1838,1344],[1822,1330],[1812,1315]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.05-weeping.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.05-weeping-player.webp"},"title":"Rooms of Weeping (Battlemap; Player Version)","width":3000,"height":2072,"imageType":"mapPlayer","mapParent":{"id":"54d"},"grid":{"type":"square","size":173,"offsetX":64,"offsetY":4,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/033-009.webp"},"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.webp"},"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/map-4.06-spires12.webp"},"title":"Spires and Tower of Ravenloft (Battlemap; DM Version)","width":5000,"height":3372,"imageType":"map","id":"573","grid":{"type":"square","size":196,"offsetX":2,"offsetY":-36,"scale":2,"distance":10},"mapRegions":[{"area":"1d2","points":[[802,273],[756,278],[695,293],[647,318],[609,348],[574,392],[547,445],[533,506],[529,578],[548,645],[569,694],[602,735],[639,771],[675,796],[722,815],[764,826],[819,827],[869,818],[921,801],[965,774],[1000,744],[1036,696],[1058,660],[1074,618],[1082,571],[1080,528],[1071,480],[1055,435],[1031,393],[1004,358],[969,326],[934,305],[894,288],[851,275],[816,273]]},{"area":"227","points":[[606,1152],[692,1152],[695,1131],[702,1099],[716,1080],[738,1064],[760,1051],[784,1046],[809,1049],[832,1060],[792,1128],[773,1142],[787,1158],[805,1148],[807,1135],[851,1072],[868,1091],[881,1116],[881,1151],[876,1180],[861,1208],[835,1229],[808,1235],[606,1235]]},{"area":"235","points":[[507,1149],[586,1149],[586,1428],[445,1428],[434,1399],[425,1368],[419,1332],[419,1300],[420,1267],[425,1244],[507,1244]]},{"area":"239","points":[[606,1255],[606,1428],[786,1428],[786,1255]]},{"area":"237","points":[[507,1448],[507,1519],[521,1536],[536,1547],[560,1561],[587,1575],[627,1596],[675,1608],[715,1616],[759,1616],[800,1608],[846,1593],[882,1574],[882,1448]]},{"area":"1cd","points":[[893,1214],[900,1182],[913,1144],[935,1099],[968,1068],[1014,1045],[1059,1034],[1099,1035],[1136,1048],[1172,1065],[1201,1086],[1221,1118],[1242,1152],[1252,1191],[1252,1236],[1235,1279],[1212,1325],[1176,1356],[1134,1381],[1091,1392],[1052,1391],[995,1374],[956,1352],[933,1324],[912,1286],[893,1238],[979,1238],[991,1271],[1007,1293],[1044,1316],[1075,1321],[1112,1314],[1138,1295],[1161,1271],[1169,1245],[1173,1213],[1165,1178],[1142,1148],[1107,1129],[1076,1126],[1045,1128],[1013,1148],[993,1175],[980,1202],[980,1214]]},{"area":"1cf","points":[[1024,1221],[1033,1193],[1052,1173],[1080,1169],[1105,1174],[1118,1193],[1127,1229],[1119,1251],[1099,1266],[1072,1272],[1044,1265],[1027,1246]]},{"area":"1d2","points":[[800,2420],[746,2407],[696,2381],[658,2355],[628,2318],[602,2272],[589,2219],[584,2173],[589,2120],[608,2072],[636,2028],[665,1993],[700,1966],[739,1945],[789,1933],[827,1928],[868,1932],[912,1942],[952,1966],[992,1993],[1019,2018],[1042,2053],[1060,2088],[1071,2124],[1076,2167],[1078,2205],[1066,2252],[1046,2289],[1032,2318],[1007,2344],[988,2361],[968,2381],[946,2392],[926,2402],[901,2412],[881,2420]]},{"area":"240","points":[[792,2439],[792,2605],[892,2668],[892,2439]]},{"area":"23e","points":[[798,2633],[769,2629],[745,2626],[719,2627],[689,2633],[665,2640],[638,2647],[609,2659],[581,2675],[556,2689],[527,2711],[509,2729],[491,2754],[474,2788],[455,2818],[440,2858],[432,2899],[427,2941],[429,2988],[446,3035],[459,3078],[484,3113],[508,3149],[539,3181],[571,3201],[599,3219],[636,3233],[675,3245],[718,3251],[756,3253],[796,3245],[839,3235],[879,3219],[908,3202],[936,3186],[958,3165],[987,3132],[1008,3098],[1022,3072],[1031,3045],[999,3034],[965,3013],[938,2985],[911,2958],[893,2919],[884,2886],[882,2848],[887,2802],[904,2760],[921,2728],[947,2705],[924,2687],[901,2676]]},{"area":"1cd","points":[[904,2852],[908,2818],[921,2779],[942,2742],[966,2715],[996,2693],[1035,2679],[1076,2676],[1101,2674],[1135,2682],[1172,2695],[1200,2720],[1233,2754],[1249,2792],[1258,2826],[1262,2866],[1248,2908],[1238,2941],[1212,2978],[1182,2999],[1153,3016],[1119,3028],[1081,3032],[1046,3027],[1018,3015],[982,2998],[954,2974],[935,2946],[920,2916],[904,2876],[988,2876],[999,2905],[1021,2935],[1052,2951],[1082,2960],[1124,2949],[1160,2927],[1176,2896],[1187,2844],[1171,2813],[1148,2782],[1119,2767],[1086,2764],[1058,2768],[1034,2778],[1013,2794],[994,2820],[988,2852]]},{"area":"1cf","points":[[1035,2855],[1047,2822],[1076,2805],[1109,2814],[1131,2834],[1138,2861],[1127,2886],[1107,2905],[1082,2913],[1053,2900],[1036,2882]]},{"area":"24c","points":[[1858,3042],[1864,3009],[1872,2968],[1886,2939],[1916,2912],[1939,2892],[1971,2875],[2001,2864],[2044,2859],[2075,2866],[2105,2872],[2133,2891],[2166,2913],[2185,2941],[2201,2964],[2212,3000],[2215,3035],[2216,3076],[2204,3105],[2188,3134],[2168,3167],[2142,3187],[2114,3207],[2080,3216],[2040,3225],[2006,3218],[1978,3211],[1942,3193],[1911,3169],[1886,3141],[1872,3112],[1856,3080]]},{"area":"247","points":[[2374,3052],[2378,3026],[2386,2986],[2408,2945],[2434,2916],[2468,2891],[2511,2875],[2553,2866],[2594,2868],[2636,2884],[2669,2904],[2692,2925],[2712,2947],[2731,2975],[2744,3005],[2749,3034],[2748,3052],[2689,3052],[2685,3079],[2675,3113],[2661,3135],[2638,3159],[2609,3174],[2585,3182],[2551,3184],[2513,3172],[2485,3153],[2461,3129],[2447,3099],[2439,3072],[2439,3052]]},{"area":"1d2","points":[[2373,3061],[2378,3094],[2389,3131],[2405,3162],[2429,3189],[2456,3212],[2482,3227],[2506,3236],[2539,3246],[2571,3245],[2616,3236],[2646,3226],[2682,3205],[2706,3181],[2728,3151],[2739,3115],[2749,3084],[2747,3061],[2698,3061],[2693,3087],[2685,3112],[2667,3139],[2648,3159],[2628,3173],[2601,3187],[2580,3188],[2555,3191],[2535,3185],[2512,3179],[2487,3167],[2468,3149],[2448,3120],[2435,3098],[2433,3076],[2433,3061]]},{"area":"242","points":[[4134,3239],[4106,3225],[4074,3206],[4053,3174],[4035,3145],[4022,3102],[4021,3064],[4038,3024],[4051,2988],[4078,2959],[4116,2936],[4149,2922],[4181,2921],[4211,2921],[4242,2931],[4274,2945],[4294,2965],[4322,2992],[4334,3020],[4340,3039],[4278,3052],[4261,3014],[4241,2996],[4211,2982],[4186,2982],[4154,2986],[4127,2999],[4107,3014],[4093,3035],[4082,3071],[4082,3104],[4096,3131],[4113,3156],[4134,3172]]},{"area":"1cf","points":[[4136,3164],[4119,3149],[4099,3122],[4089,3096],[4091,3064],[4104,3033],[4119,3013],[4139,2998],[4168,2987],[4195,2987],[4216,2991],[4241,3005],[4258,3019],[4276,3058],[4279,3080],[4278,3105],[4271,3124],[4258,3145],[4244,3161],[4221,3174],[4200,3179],[4176,3180],[4151,3172]]},{"area":"1cd","points":[[4285,3061],[4342,3048],[4351,3067],[4353,3095],[4346,3129],[4329,3160],[4311,3191],[4295,3206],[4273,3221],[4245,3238],[4214,3245],[4182,3249],[4144,3245],[4142,3178],[4165,3185],[4191,3186],[4218,3180],[4239,3171],[4259,3149],[4276,3125],[4287,3094],[4285,3073]]},{"area":"232","points":[[2315,620],[3156,620],[3131,645],[3108,682],[3092,715],[3078,756],[3064,804],[3067,838],[3068,892],[3078,940],[3096,989],[3121,1029],[3121,1234],[2315,1234]]},{"area":"230","points":[[3128,1126],[3128,1219],[3228,1219],[3228,1126]]},{"area":"232","points":[[3441,316],[3852,316],[3852,833],[3967,833],[3967,709],[4049,627],[4149,627],[4251,729],[4251,925],[4351,925],[4459,1033],[4459,1441],[4349,1551],[4252,1551],[4252,1755],[4153,1854],[4046,1854],[3942,1750],[3942,1696],[3782,1696],[3804,1673],[3827,1641],[3846,1602],[3858,1558],[3854,1506],[3846,1465],[3828,1426],[3807,1394],[3766,1364],[3727,1346],[3672,1326],[3636,1322],[3615,1326],[3568,1340],[3528,1365],[3528,1116],[3576,1074],[3611,1036],[3652,981],[3667,936],[3679,884],[3680,824],[3672,754],[3646,691],[3614,644],[3579,604],[3546,579],[3505,556],[3467,542],[3441,538]]},{"area":"232","points":[[2316,1240],[3239,1240],[3239,1125],[3271,1138],[3309,1145],[3354,1149],[3409,1147],[3468,1138],[3518,1119],[3518,1362],[3486,1336],[3451,1318],[3415,1300],[3371,1287],[3325,1280],[3278,1279],[3229,1288],[3196,1294],[3155,1308],[3118,1329],[3075,1355],[3045,1384],[3021,1415],[2999,1446],[2982,1478],[2965,1515],[2954,1553],[2947,1589],[2946,1633],[2951,1675],[2965,1716],[2975,1760],[3000,1815],[3032,1854],[2316,1854]]},{"area":"1d2","points":[[3081,835],[3086,794],[3095,761],[3109,718],[3146,666],[3168,636],[3211,601],[3254,575],[3309,559],[3351,556],[3400,554],[3435,559],[3473,571],[3511,586],[3552,615],[3584,640],[3612,681],[3635,722],[3651,773],[3661,818],[3660,856],[3653,896],[3642,938],[3629,975],[3618,994],[3598,1021],[3560,1060],[3536,1080],[3516,1099],[3489,1108],[3451,1119],[3412,1129],[3375,1132],[3325,1127],[3289,1120],[3253,1107],[3206,1080],[3172,1055],[3149,1026],[3128,1000],[3109,967],[3099,934],[3087,896],[3082,860]]},{"area":"225","points":[[3238,1439],[3315,1439],[3328,1449],[3340,1452],[3340,1621],[3316,1625],[3308,1640],[3238,1640]]},{"area":"227","points":[[3352,1419],[3406,1367],[3421,1384],[3433,1412],[3439,1442],[3432,1468],[3421,1499],[3395,1518],[3372,1532],[3348,1541],[3348,1452],[3355,1435]]},{"area":"22c","points":[[3238,1748],[3432,1748],[3432,1922],[3406,1934],[3375,1945],[3346,1952],[3318,1956],[3276,1952],[3238,1946]]},{"area":"229","points":[[3031,1439],[3008,1474],[2995,1507],[2981,1538],[2973,1581],[2969,1629],[2973,1664],[2976,1695],[2985,1724],[2999,1764],[3020,1798],[3044,1836],[3218,1836],[3218,1439]]},{"area":"1d9","points":[[3346,1627],[3346,1549],[3369,1554],[3393,1566],[3409,1582],[3432,1611],[3439,1635],[3436,1656],[3432,1681],[3415,1702],[3352,1645],[3352,1634]]},{"area":"1cd","points":[[3465,1533],[3468,1508],[3473,1488],[3481,1458],[3499,1429],[3514,1408],[3542,1386],[3574,1367],[3604,1355],[3640,1352],[3668,1349],[3694,1355],[3721,1366],[3746,1378],[3761,1389],[3782,1406],[3799,1424],[3814,1452],[3822,1481],[3833,1506],[3832,1532],[3833,1561],[3828,1584],[3816,1619],[3796,1645],[3774,1673],[3746,1695],[3719,1709],[3680,1719],[3642,1722],[3607,1718],[3572,1705],[3539,1684],[3518,1666],[3499,1641],[3482,1609],[3473,1588],[3465,1556],[3552,1556],[3558,1580],[3571,1606],[3589,1621],[3613,1638],[3649,1644],[3680,1639],[3712,1624],[3738,1602],[3751,1572],[3754,1546],[3748,1520],[3741,1495],[3725,1471],[3705,1453],[3673,1441],[3646,1441],[3621,1445],[3598,1453],[3582,1466],[3568,1480],[3559,1502],[3549,1533]]},{"area":"22e","points":[[3454,1749],[3454,1847],[3546,1847],[3546,1749]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.06-spires12.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.06-spires12-player.webp"},"title":"Spires and Tower of Ravenloft (Battlemap; Player Version)","width":5000,"height":3372,"imageType":"mapPlayer","mapParent":{"id":"573"},"grid":{"type":"square","size":197,"offsetX":44,"offsetY":-56,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/036-010.webp"},"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.webp"},"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.webp"},"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.webp"},"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/map-4.08-larders.webp"},"title":"Larders of Ill Omen (Battlemap; DM Version)","width":3000,"height":2175,"imageType":"map","id":"591","grid":{"type":"square","size":245,"offsetX":-66,"offsetY":-57,"scale":2,"distance":10},"mapRegions":[{"area":"29b","points":[[231,378],[231,227],[693,227],[693,329],[335,329],[325,339],[325,378]]},{"area":"26d","points":[[720,227],[720,449],[1066,449],[1066,227]]},{"area":"268","points":[[723,472],[723,818],[1064,818],[1064,472]]},{"area":"26a","points":[[1096,471],[1096,822],[1307,822],[1307,471]]},{"area":"2a8","points":[[469,809],[469,689],[480,664],[495,640],[512,624],[526,611],[544,602],[562,598],[586,597],[611,601],[631,611],[653,624],[672,645],[681,666],[688,688],[696,711],[696,930],[691,951],[686,979],[671,1011],[649,1038],[615,1053],[584,1064],[546,1055],[512,1038],[492,1017],[477,985],[469,954]]},{"area":"261","points":[[722,842],[722,1550],[1064,1550],[1064,842]]},{"area":"25f","points":[[1095,841],[1095,1062],[1306,1062],[1306,841]]},{"area":"266","points":[[224,1574],[224,1915],[809,1915],[809,1574]]},{"area":"264","points":[[835,1574],[835,2035],[930,2035],[930,1574]]},{"area":"25b","points":[[936,1944],[1050,1944],[1062,1958],[1077,1964],[1089,1951],[1081,1936],[1081,1823],[1107,1836],[1128,1856],[1146,1882],[1158,1916],[1166,1952],[1157,1992],[1143,2017],[1122,2037],[1103,2050],[1071,2065],[1038,2068],[1001,2061],[966,2045],[956,2038],[936,2038]]},{"area":"24f","points":[[1199,1329],[1199,1678],[1289,1678],[1297,1666],[1312,1662],[1316,1552],[1425,1552],[1425,1441],[1322,1441],[1322,1329]]},{"area":"1d9","points":[[1397,1777],[1372,1792],[1348,1801],[1317,1808],[1284,1804],[1250,1785],[1225,1763],[1211,1737],[1200,1686],[1293,1686],[1301,1675],[1319,1668],[1324,1574],[1354,1579],[1379,1592],[1402,1614],[1418,1637],[1430,1671],[1436,1709],[1426,1741],[1409,1764]]},{"area":"1cf","points":[[1611,1561],[1617,1541],[1628,1522],[1645,1507],[1671,1496],[1693,1496],[1715,1505],[1735,1522],[1746,1549],[1749,1574],[1737,1601],[1721,1626],[1691,1635],[1655,1630],[1632,1615],[1614,1591],[1611,1575]]},{"area":"1cd","points":[[1451,1556],[1456,1518],[1466,1485],[1483,1451],[1506,1418],[1530,1394],[1560,1372],[1588,1356],[1614,1345],[1652,1337],[1685,1336],[1724,1343],[1763,1356],[1792,1368],[1822,1387],[1844,1406],[1863,1430],[1883,1458],[1897,1499],[1906,1545],[1904,1585],[1899,1624],[1886,1663],[1865,1695],[1844,1723],[1810,1751],[1766,1774],[1722,1786],[1682,1790],[1641,1788],[1598,1777],[1559,1759],[1523,1735],[1506,1712],[1484,1684],[1468,1656],[1457,1624],[1451,1581],[1557,1581],[1565,1601],[1572,1623],[1589,1644],[1604,1658],[1622,1669],[1650,1683],[1679,1686],[1708,1685],[1742,1671],[1776,1650],[1795,1619],[1808,1590],[1806,1548],[1800,1515],[1781,1488],[1759,1469],[1733,1453],[1699,1444],[1669,1443],[1650,1445],[1624,1457],[1599,1470],[1585,1484],[1575,1503],[1566,1524],[1561,1543],[1561,1556]]},{"area":"254","points":[[1943,844],[1943,1551],[2158,1551],[2158,844]]},{"area":"252","points":[[1098,1092],[1098,1306],[1928,1306],[1928,1092]]},{"area":"25d","points":[[1332,842],[1332,1062],[1801,1062],[1801,842]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.08-larders.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.08-larders-player.webp"},"title":"Larders of Ill Omen (Battlemap; Player Version)","width":3000,"height":2175,"imageType":"mapPlayer","mapParent":{"id":"591"},"grid":{"type":"square","size":245,"offsetX":-66,"offsetY":-57,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.09-dungeons-and-catacombs.webp"},"title":"Dungeon and Catacombs (Battlemap; DM Version)","width":3000,"height":2929,"imageType":"map","id":"673","grid":{"type":"square","size":190,"offsetX":-50,"scale":2,"distance":10},"mapRegions":[{"area":"29b","points":[[275,943],[275,489],[634,489],[634,565],[357,565],[357,943]]},{"area":"297","points":[[276,962],[276,1045],[245,1056],[213,1088],[246,1121],[276,1135],[276,1229],[534,1229],[534,1135],[557,1129],[595,1091],[559,1055],[535,1046],[535,962]]},{"area":"295","points":[[276,1250],[276,1425],[289,1448],[310,1472],[337,1486],[365,1499],[396,1502],[423,1501],[453,1495],[479,1485],[497,1470],[519,1453],[534,1426],[534,1250]]},{"area":"272","points":[[751,1148],[751,1222],[828,1222],[828,1244],[751,1244],[751,1318],[827,1318],[827,1341],[751,1341],[751,1413],[827,1413],[827,1433],[751,1433],[751,1509],[1010,1509],[1010,1436],[927,1436],[927,1413],[1010,1413],[1010,1342],[927,1342],[927,1320],[1010,1320],[1010,1246],[927,1246],[927,1223],[1012,1223],[1012,1148]]},{"area":"2a4","points":[[936,759],[936,1144],[1007,1144],[1007,759]]},{"area":"2a2","points":[[1491,677],[1491,759],[448,759],[448,677]]},{"area":"29f","points":[[377,676],[377,943],[441,943],[441,676]]},{"area":"2a8","points":[[458,944],[458,868],[458,843],[468,818],[485,795],[516,775],[543,769],[569,772],[593,782],[612,797],[629,824],[632,847],[632,868],[624,888],[611,908],[592,922],[573,932],[556,935],[556,859],[537,859],[537,944]]},{"area":"292","points":[[181,1436],[268,1436],[278,1457],[291,1474],[312,1494],[334,1507],[370,1517],[394,1520],[420,1519],[452,1512],[479,1502],[505,1484],[526,1462],[537,1447],[540,1436],[633,1436],[633,1888],[181,1888]]},{"area":"270","points":[[636,1615],[836,1615],[836,1529],[915,1529],[915,1613],[1098,1613],[1098,1705],[916,1705],[916,1789],[840,1789],[840,1706],[636,1706]]},{"area":"1d9","points":[[1105,1621],[1116,1620],[1123,1611],[1122,1599],[1116,1596],[1116,1538],[1139,1543],[1155,1550],[1170,1560],[1184,1578],[1191,1594],[1197,1612],[1197,1635],[1191,1653],[1182,1672],[1166,1690],[1152,1698],[1138,1705],[1124,1708],[1105,1708]]},{"area":"284","points":[[745,1812],[745,1889],[824,1889],[824,1909],[745,1909],[745,1983],[824,1983],[824,2003],[745,2003],[745,2077],[825,2077],[825,2098],[745,2098],[745,2172],[1003,2172],[1003,2101],[928,2101],[928,2078],[1005,2078],[1005,2004],[928,2004],[928,1984],[1004,1984],[1004,1909],[928,1909],[928,1889],[1005,1889],[1005,1812]]},{"area":"2ea","points":[[1319,1722],[1319,1796],[1391,1796],[1391,1722]]},{"area":"306","points":[[1318,2106],[1318,2178],[1388,2178],[1388,2106]]},{"area":"31b","points":[[1697,2382],[1697,2647],[1788,2647],[1788,2741],[2051,2741],[2051,2647],[2151,2647],[2151,2382]]},{"area":"2cb","points":[[1318,1057],[1318,1134],[1389,1134],[1389,1057]]},{"area":"1cd","points":[[1246,1433],[1266,1410],[1284,1390],[1311,1372],[1336,1361],[1361,1352],[1399,1351],[1399,1428],[1382,1429],[1364,1432],[1348,1440],[1333,1452],[1321,1465],[1311,1486]]},{"area":"1cf","points":[[1305,1534],[1307,1517],[1309,1501],[1316,1478],[1329,1462],[1345,1448],[1365,1436],[1394,1431],[1421,1433],[1445,1442],[1459,1452],[1475,1468],[1488,1492],[1494,1514],[1495,1540],[1487,1570],[1470,1592],[1445,1610],[1418,1618],[1392,1619],[1369,1614],[1348,1602],[1328,1587],[1317,1568],[1308,1548]]},{"area":"317","points":[[1691,468],[1691,204],[1788,204],[1788,109],[2055,109],[2055,206],[2152,206],[2152,468]]},{"area":"320","points":[[2438,1340],[2438,1513],[2444,1537],[2455,1557],[2484,1572],[2510,1558],[2519,1538],[2528,1515],[2528,1340],[2520,1316],[2508,1297],[2485,1282],[2459,1296],[2445,1320]]},{"area":"322","points":[[2549,1247],[2818,1247],[2909,1338],[2909,1515],[2811,1605],[2549,1605]]},{"area":"2ae","points":[[1540,696],[1540,731],[1519,731],[1519,696]]},{"area":"2af","points":[[1605,683],[1605,743],[1667,743],[1667,683]]},{"area":"2b1","points":[[1794,684],[1794,743],[1855,743],[1855,684]]},{"area":"2b3","points":[[1983,684],[1983,742],[2045,742],[2045,684]]},{"area":"2b5","points":[[2174,683],[2174,743],[2237,743],[2237,683]]},{"area":"2b8","points":[[2450,680],[2450,753],[2533,753],[2533,680]]},{"area":"2bc","points":[[1508,872],[1508,933],[1575,933],[1575,872]]},{"area":"2bf","points":[[1697,870],[1697,933],[1763,933],[1763,870]]},{"area":"2c1","points":[[1887,872],[1887,934],[1951,934],[1951,872]]},{"area":"2c4","points":[[2077,873],[2077,932],[2143,932],[2143,873]]},{"area":"2c7","points":[[2270,870],[2270,934],[2343,934],[2343,870]]},{"area":"2cd","points":[[1603,1063],[1603,1123],[1666,1123],[1666,1063]]},{"area":"2d0","points":[[1792,1063],[1792,1123],[1854,1123],[1854,1063]]},{"area":"2d5","points":[[1984,1061],[1984,1123],[2047,1123],[2047,1061]]},{"area":"2d8","points":[[2172,1063],[2172,1121],[2237,1121],[2237,1063]]},{"area":"2da","points":[[2454,1057],[2454,1132],[2531,1132],[2531,1057]]},{"area":"2dc","points":[[1697,1252],[1697,1311],[1763,1311],[1763,1252]]},{"area":"2dd","points":[[1889,1251],[1889,1310],[1951,1310],[1951,1251]]},{"area":"2df","points":[[2078,1252],[2078,1311],[2142,1311],[2142,1252]]},{"area":"2e1","points":[[1699,1535],[1699,1598],[1762,1598],[1762,1535]]},{"area":"2e6","points":[[1890,1537],[1890,1598],[1952,1598],[1952,1537]]},{"area":"2e9","points":[[2081,1539],[2081,1597],[2141,1597],[2141,1539]]},{"area":"2ec","points":[[1604,1726],[1604,1785],[1666,1785],[1666,1726]]},{"area":"2ee","points":[[1796,1727],[1796,1785],[1855,1785],[1855,1727]]},{"area":"2f0","points":[[1985,1726],[1985,1785],[2046,1785],[2046,1726]]},{"area":"2f2","points":[[2172,1726],[2172,1787],[2236,1787],[2236,1726]]},{"area":"2f7","points":[[2451,1723],[2451,1797],[2530,1797],[2530,1723]]},{"area":"2f8","points":[[1510,1917],[1510,1974],[1572,1974],[1572,1917]]},{"area":"2fb","points":[[1698,1917],[1698,1976],[1766,1976],[1766,1917]]},{"area":"2ff","points":[[1888,1915],[1888,1974],[1952,1974],[1952,1915]]},{"area":"301","points":[[2079,1916],[2079,1976],[2142,1976],[2142,1916]]},{"area":"303","points":[[2270,1916],[2270,1976],[2340,1976],[2340,1916]]},{"area":"309","points":[[1605,2104],[1605,2163],[1668,2163],[1668,2104]]},{"area":"30b","points":[[1792,2103],[1792,2165],[1857,2165],[1857,2103]]},{"area":"30f","points":[[1983,2103],[1983,2163],[2047,2163],[2047,2103]]},{"area":"313","points":[[2174,2103],[2174,2166],[2237,2166],[2237,2103]]},{"area":"315","points":[[2450,2100],[2450,2177],[2529,2177],[2529,2100]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/map-4.09-dungeons-and-catacombs.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/map-4.09-dungeons-and-catacombs-player.webp"},"title":"Dungeon and Catacombs (Battlemap; Player Version)","width":3000,"height":2929,"imageType":"mapPlayer","mapParent":{"id":"673"},"grid":{"type":"square","size":190,"offsetX":-50,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/039-012.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":5455,"height":7500,"imageType":"mapPlayer","grid":{"type":"square","size":165,"offsetX":80,"offsetY":54},"mapParent":{"id":"6c6"}}]}]},"SKT":{"id":"SKT","name":"Storm King's Thunder","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","name":"Tales from the Yawning Portal: The Sunless Citadel","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":145,"offsetX":-45,"offsetY":9,"scale":4},"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","name":"Tales from the Yawning Portal: The Forge of Fury","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","name":"Tales from the Yawning Portal: The Hidden Shrine of Tamoachan","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","offsetX":74,"offsetY":-34,"scaleX":0.2425,"scaleY":0.2425},"width":11873,"height":8370}]}]},"TftYP-WPM":{"id":"TftYP-WPM","name":"Tales from the Yawning Portal: White Plume Mountain","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":"076","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":"077","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":"077","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","name":"Tales from the Yawning Portal: Dead in Thay","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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},"id":"02e"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/021-dit13.webp"},"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},"id":"02f"}]}]},"TftYP-AtG":{"id":"TftYP-AtG","name":"Tales from the Yawning Portal: Against the Giants","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","name":"Tales from the Yawning Portal: Tomb of Horrors","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","name":"Tomb of Annihilation","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","name":"The Tortle Package","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.webp"},"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.webp"},"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.webp"},"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","name":"X Marks the Spot","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"},"id":"034"}]}]},"WDH":{"id":"WDH","name":"Waterdeep: Dragon Heist","source":"WDH","prop":"adventure","chapters":[{"name":"Introduction","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-DM.webp"},"title":"Waterdeep","width":1429,"height":2000,"imageType":"map","grid":{"type":"none"},"id":"51e"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NW-DM.webp"},"title":"Waterdeep NW","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"51f"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SW-DM.webp"},"title":"Waterdeep SW","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"520"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-W-DM.webp"},"title":"Waterdeep W","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"521"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-E-DM.webp"},"title":"Waterdeep E","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"522"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NE-DM.webp"},"title":"Waterdeep NE","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"523"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SE-DM.webp"},"title":"Waterdeep SE","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"524"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-Players.webp"},"title":"Player Version","width":1429,"height":2000,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"51e"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NW-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"51f"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SW-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"520"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-W-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"521"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-E-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"522"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NE-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"523"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SE-Players.webp"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"524"}}]},{"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.webp"},"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":"525","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.webp"},"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.webp"},"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.webp"},"title":"Xanathar Guild Hideout","width":1158,"height":800,"id":"526","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.webp"},"title":"Player Version","width":1650,"height":1150,"mapParent":{"id":"526","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.webp"},"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":"527","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.webp"},"title":"Player Version","width":1000,"height":691,"mapParent":{"id":"527"}},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":101,"offsetX":-7,"offsetY":29},"href":{"type":"internal","path":"adventure/WDH/Basement.webp"},"title":"Trollskull Alley, Basement","width":880,"height":625},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Taproom.webp"},"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.webp"},"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":"529","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.webp"},"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.webp"},"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.webp"},"title":"Dock Ward","width":574,"height":500,"id":"53f"},{"type":"image","imageType":"map","href":{"type":"internal","path":"adventure/WDH/City-of-the-Dead-Map.webp"},"title":"City of the Dead Map","grid":{"type":"none"},"width":512,"height":800,"id":"540"},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Trades-Ward-Map.webp"},"title":"Trades Ward Map","width":600,"height":900,"id":"541"},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Field-Ward-Map.webp"},"title":"Field Ward Map","width":600,"height":600,"id":"542"},{"type":"image","imageType":"map","grid":{"type":"square","size":85,"offsetX":24,"offsetY":-35,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Alley-DM.webp"},"title":"Alley","width":1000,"height":691,"id":"52a"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Alley-Players.webp"},"title":"Player Version","width":1800,"height":1250,"mapParent":{"id":"52a","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.webp"},"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":"52b","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.webp"},"title":"Player Version","width":1350,"height":950,"mapParent":{"id":"52b","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.webp"},"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":"52c","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.webp"},"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.webp"},"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.webp"},"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":"52d","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.webp"},"title":"Player Version","width":1650,"height":1200,"mapParent":{"id":"52d","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.webp"},"title":"Tower","width":1000,"height":691,"id":"543"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Tower-First-Players.webp"},"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.webp"},"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.webp"},"title":"Tower, Cellar (Player Version)","width":550,"height":800},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Tower-View.webp"},"title":"Tower, View","width":556,"height":800,"id":"544"},{"type":"image","imageType":"map","grid":{"type":"square","size":86,"offsetX":7,"offsetY":21,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Courthouse-DM.webp"},"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":"52e","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.webp"},"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.webp"},"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.webp"},"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":"52f","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.webp"},"title":"Player Version","width":1700,"height":1250,"mapParent":{"id":"52f","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.webp"},"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":"530","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.webp"},"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.webp"},"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.webp"},"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":"531","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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":"532","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.webp"},"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.webp"},"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.webp"},"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":"533","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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":"534","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.webp"},"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.webp"},"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.webp"},"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":"535","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Ships, Upper Hold (Player Version)","width":550,"height":1250},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Upper-Hold-Heartbreaker.webp"},"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.webp"},"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.webp"},"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.webp"},"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":"536","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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":"537","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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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":"538","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.webp"},"title":"Player Version","width":1800,"height":1200,"mapParent":{"id":"538","autoScale":true}}]},{"name":"App. C: Handouts","ix":13,"images":[{"type":"image","imageType":"map","href":{"type":"internal","path":"adventure/WDH/Trollskull-Manor-DM.webp"},"title":"Trollskull Manor","id":"528","width":2513,"height":3338,"grid":{"type":"square","size":104,"offsetX":69,"offsetY":69}},{"type":"image","imageType":"mapPlayer","href":{"type":"internal","path":"adventure/WDH/Trollskull-Manor-Players.webp"},"title":"Trollskull Manor (Player Version)","width":2100,"height":2850,"grid":{"type":"square","size":101,"offsetX":3,"offsetY":49}}]},{"name":"Poster Map","ix":14,"images":[{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/poster-map-dm.webp"},"title":"Poster Map","width":6429,"height":9000,"id":"539"},{"type":"image","imageType":"mapPlayer","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/poster-map-player.webp"},"title":"Player Version","width":6429,"height":9000,"mapParent":{"id":"539"}}]}]},"LLK":{"id":"LLK","name":"Lost Laboratory of Kwalish","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.webp"},"width":4926,"height":6426,"title":"Monastery of the Distressed Body","credit":"Claudio Pozas","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":"0d9","page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/007-playerversionllok2.webp"},"title":"Player Version","width":5000,"height":6471,"credit":"Claudio Pozas","imageType":"mapPlayer","grid":{"type":"none","distance":50},"mapParent":{"id":"0d9","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.webp"},"title":"Daoine Gloine","credit":"Claudio Pozas","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":"0da","page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/012-playerversionllok1.webp"},"title":"Player Version","credit":"Claudio Pozas","width":5000,"height":6471,"imageType":"mapPlayer","grid":{"type":"none","distance":50},"mapParent":{"id":"0da","autoScale":true}}]},{"name":"Daoine Gloine Map","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LLK/daoine-colors-final.webp"},"imageType":"map","id":"0db","title":"Daoine Gloine","credit":"Jason Bradley Thompson","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"},"grid":{"type":"none"},"page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/daoinegloineplayershandout.webp"},"imageType":"mapPlayer","mapParent":{"id":"0db","autoScale":true},"title":"Player Version","credit":"Jason Bradley Thompson","width":3300,"height":2529,"grid":{"type":"none"}}]}]},"WDMM":{"id":"WDMM","name":"Waterdeep: Dungeon of the Mad Mage","source":"WDMM","prop":"adventure","chapters":[{"name":"Level 1: Dungeon Level","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/002-102.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/003-103.webp"},"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","offsetX":150,"offsetY":185,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 2: Arcane Chambers","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/005-202.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/006-203.webp"},"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","offsetX":150,"offsetY":114,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 3: Sargauth Level","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/009-302.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/010-303.webp"},"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","offsetX":237,"offsetY":210,"scaleX":0.82,"scaleY":0.82},"credit":"Tim Hartin"}]},{"name":"Level 4: Twisted Caverns","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/012-402.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/013-403.webp"},"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","offsetX":132,"offsetY":157,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 5: Wyllowwood","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/016-502.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/017-503.webp"},"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","offsetX":152,"offsetY":112,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 6: Lost Level","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/019-602.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/020-603.webp"},"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","offsetX":150,"offsetY":119,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 7: Maddgoth's Castle","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/022-702.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/023-703.webp"},"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","offsetX":171,"offsetY":68},"credit":"Tim Hartin"}]},{"name":"Level 8: Slitherswamp","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/025-802.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/026-803.webp"},"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","offsetX":151,"offsetY":208,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 9: Dweomercore","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/028-902.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/029-903.webp"},"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","offsetX":150,"offsetY":155,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 10: Muiral's Gauntlet","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/031-10-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/032-10-03.webp"},"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","offsetX":142,"offsetY":182,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 11: Troglodyte Warrens","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/036-11-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/037-11-03.webp"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"scale":3,"distance":10},"mapParent":{"id":"be4","offsetX":151,"offsetY":104,"scaleX":0.9,"scaleY":0.9},"credit":"Tim Hartin"}]},{"name":"Level 12: Maze Level","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/039-12-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/040-12-03.webp"},"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","offsetX":169,"offsetY":158},"credit":"Tim Hartin"}]},{"name":"Level 13: Trobriand's Graveyard","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/042-13-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/043-13-03.webp"},"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","offsetX":168,"offsetY":206},"credit":"Tim Hartin"}]},{"name":"Level 14: Arcturiadoom","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/045-14-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/046-14-03.webp"},"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","offsetX":169,"offsetY":177},"credit":"Tim Hartin"}]},{"name":"Level 15: Obstacle Course","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/048-15-02.webp"},"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":"81a","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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/049-15-03.webp"},"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","offsetX":169,"offsetY":137},"credit":"Tim Hartin"}]},{"name":"Level 16: Crystal Labyrinth","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/052-16-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/053-16-03.webp"},"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","offsetX":169,"offsetY":137},"credit":"Tim Hartin"}]},{"name":"Level 17: Seadeeps","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/055-17-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/056-17-03.webp"},"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","offsetX":168,"offsetY":155},"credit":"Tim Hartin"}]},{"name":"Level 18: Vanrakdoom","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/058-18-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/059-18-03.webp"},"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","offsetX":169,"offsetY":214},"credit":"Tim Hartin"}]},{"name":"Level 19: Caverns of Ooze","ix":19,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/061-19-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/062-19-03.webp"},"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","offsetX":169,"offsetY":224},"credit":"Tim Hartin"}]},{"name":"Level 20: Runestone Caverns","ix":20,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/066-20-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/067-20-03.webp"},"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","offsetX":169,"offsetY":46},"credit":"Tim Hartin"}]},{"name":"Level 21: Terminus Level","ix":21,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/069-21-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/070-21-03.webp"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bee","offsetX":169,"offsetY":175},"credit":"Tim Hartin"}]},{"name":"Level 22: Shadowdusk Hold","ix":22,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/072-22-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/073-22-03.webp"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bef","offsetX":170,"offsetY":95},"credit":"Tim Hartin"}]},{"name":"Level 23: Mad Wizard's Lair","ix":23,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/076-23-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/077-23-03.webp"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bf0","offsetX":179,"offsetY":95},"credit":"Tim Hartin"}]},{"name":"Skullport","ix":24,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/081-24-02.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/082-24-03.webp"},"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","offsetX":130,"offsetY":245},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/083-24-04.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/084-24-05.webp"},"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","offsetX":206,"offsetY":213},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/085-24-06.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/086-24-07.webp"},"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","offsetX":206,"offsetY":-2},"credit":"Tim Hartin"}]}]},"KKW":{"id":"KKW","name":"Krenko's Way","source":"KKW","prop":"adventure","chapters":[{"name":"Krenko's Way","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KKW/114-434.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","title":"Map 4.11: Krenko's Hideout","grid":{"type":"square","size":239,"offsetX":54,"offsetY":98,"scale":3},"id":"039"}]}]},"AZfyT":{"id":"AZfyT","name":"A Zib for Your Thoughts","source":"AZfyT","prop":"adventure","chapters":[{"name":"A Zib for Your Thoughts","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/GGR/095-415.webp"},"width":2513,"height":3338,"imageType":"map","grid":{"type":"square","size":146,"offsetX":-43,"offsetY":-25,"scale":3},"title":"Rubblebelt Encampment","credit":"Dyson Logos","id":"032"}]}]},"GoS":{"id":"GoS","name":"Ghosts of Saltmarsh","source":"GoS","prop":"adventure","chapters":[{"name":"Ch. 1: Saltmarsh","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/002-01-dm.webp"},"width":2550,"height":3338,"title":"Map 1.1: Village of Saltmarsh","imageType":"map","grid":{"type":"none","size":147,"distance":250},"id":"5c9","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/003-01-pc.webp"},"title":"Player Version","width":2550,"height":3338,"imageType":"mapPlayer","grid":{"type":"none","size":147,"distance":250},"mapParent":{"id":"5c9"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/005-02-dm.webp"},"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":"5ca","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/006-02-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"hexRowsOdd","size":350,"offsetX":59,"offsetY":-89,"distance":7500,"units":"yards"},"mapParent":{"id":"5ca"},"credit":"Dyson Logos"}]},{"name":"Ch. 2: The Sinister Secret of Saltmarsh","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/011-06-dm.webp"},"width":4200,"height":5700,"title":"Map 2.1: Haunted House","imageType":"map","grid":{"type":"square","size":140,"offsetX":-2,"offsetY":26},"id":"5cb","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/012-06-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":140,"offsetX":-2,"offsetY":26},"mapParent":{"id":"5cb"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/013-04-dm.webp"},"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":"5cc","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/014-04-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-29,"offsetY":-12},"mapParent":{"id":"5cc"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/018-03-dm.webp"},"width":4200,"height":5700,"title":"Map 2.3: Sea Ghost","imageType":"map","grid":{"type":"square","size":168,"offsetX":32,"offsetY":6},"id":"5cd","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/019-03-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":167,"offsetX":55,"offsetY":26},"mapParent":{"id":"5cd"},"credit":"Dyson Logos"}]},{"name":"Ch. 3: Danger at Dunwater","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/023-05-dm.webp"},"width":8192,"height":5399,"title":"Map 3.1: Lizardfolk Lair","imageType":"map","grid":{"type":"square","size":116,"offsetX":38,"offsetY":-58,"distance":10},"id":"5ce","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/024-05-pc.webp"},"title":"Player Version","width":8192,"height":5399,"imageType":"mapPlayer","grid":{"type":"square","size":116,"offsetX":38,"offsetY":-58,"distance":10},"mapParent":{"id":"5ce"},"credit":"Dyson Logos"}]},{"name":"Ch. 4: Salvage Operation","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/032-27-dm.webp"},"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":"5cf","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/033-27-pc.webp"},"title":"Player Version","width":2063,"height":1425,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":17,"offsetY":28,"scale":2},"mapParent":{"id":"5cf"},"credit":"Mike Schley"}]},{"name":"Ch. 5: Isle of the Abbey","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/038-26-dm.webp"},"width":2100,"height":2850,"title":"Map 5.1: Abbey Isle","imageType":"map","grid":{"type":"square","size":109,"offsetX":23,"offsetY":42,"distance":500},"id":"5d0","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/039-26-pc.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":109,"offsetX":23,"offsetY":42,"distance":500},"mapParent":{"id":"5d0"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/040-25-dm.webp"},"width":4126,"height":2850,"title":"Map 5.2: Skull Dunes","imageType":"map","grid":{"type":"square","size":164,"offsetX":79,"offsetY":-23,"distance":150},"id":"5d1","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/041-25-pc.webp"},"title":"Player Version","width":4126,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":164,"offsetX":79,"offsetY":-23,"distance":150},"mapParent":{"id":"5d1"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/043-24-dm.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/044-24-pc.webp"},"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},"credit":"Dyson Logos"}]},{"name":"Ch. 6: The Final Enemy","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/049-23-dm.webp"},"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":"5d2","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/050-23-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":113,"offsetX":45,"offsetY":-33,"distance":10},"mapParent":{"id":"5d2"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/052-22-dm.webp"},"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":"5d3","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/053-22-pc.webp"},"title":"Player Version","width":4186,"height":5672,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":46,"offsetY":27,"distance":10},"mapParent":{"id":"5d3"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/057-21-dm.webp"},"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":"5d4","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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/058-21-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":14,"offsetY":27,"distance":10},"mapParent":{"id":"5d4","offsetY":-244},"credit":"Dyson Logos"}]},{"name":"Ch. 7: Tammeraut's Fate","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/064-20-dm.webp"},"width":2063,"height":1425,"title":"Map 7.1: Firewatch Island","imageType":"map","grid":{"type":"none","size":82,"distance":30},"id":"5d5","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/065-20-pc.webp"},"title":"Player Version","width":2063,"height":1425,"imageType":"mapPlayer","grid":{"type":"none","size":82,"distance":30},"mapParent":{"id":"5d5"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/066-19-dm.webp"},"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":"5d6","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/067-19-pc.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":65,"offsetX":-34,"offsetY":-26,"distance":10},"mapParent":{"id":"5d6"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/068-18-dm.webp"},"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":"5d7","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/069-18-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetX":16,"offsetY":21,"distance":10},"mapParent":{"id":"5d7"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/070-17-dm.webp"},"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":"5d8","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/071-17-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetY":13,"distance":10},"mapParent":{"id":"5d8"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/072-16-dm.webp"},"width":2138,"height":1500,"title":"Map 7.5: The Pit of Hatred","imageType":"map","grid":{"type":"square","size":72,"offsetX":51,"offsetY":46},"id":"5d9","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/073-16-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":51,"offsetY":46},"mapParent":{"id":"5d9"},"credit":"Mike Schley"}]},{"name":"Ch. 8: The Styes","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/076-15-dm.webp"},"width":2138,"height":1500,"title":"Map 8.1: The Styes","imageType":"map","grid":{"type":"none","size":75,"distance":150},"id":"5da","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/077-15-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"none","size":75,"distance":150},"mapParent":{"id":"5da"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/080-14-dm.webp"},"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":"5db","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/081-14-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":83,"offsetX":-34,"offsetY":-57,"scale":2},"mapParent":{"id":"5db"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/085-13-dm.webp"},"width":2138,"height":1500,"title":"Map 8.3: Temple of Tharizdun","imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-17},"id":"5dc","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/086-13-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-17},"mapParent":{"id":"5dc"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/088-12-dm.webp"},"width":2138,"height":1500,"title":"Map 8.4: Landgrave's Folly","imageType":"map","grid":{"type":"square","size":59,"offsetX":18,"offsetY":12},"id":"5dd","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"},"credit":"Mike Schley","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/089-12-pc.webp"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":18,"offsetY":12},"mapParent":{"id":"5dd"},"credit":"Mike Schley"}]},{"name":"App. A: Of Ships and the Sea","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/099-09-dm.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/100-09-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetY":-20,"distance":10},"mapParent":{"id":"5CA"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/102-11-dm.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/103-11-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":140},"mapParent":{"id":"5CB"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/105-08-dm.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/106-08-pc.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetY":-17,"distance":10},"mapParent":{"id":"5CC"},"credit":"Dyson Logos"}]}]},"HftT":{"id":"HftT","name":"Hunt for the Thessalhydra","source":"HftT","prop":"adventure","chapters":[{"name":"Hunt for the Thessalhydra","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HftT/001-c102.webp"},"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","credit":"Stan!","page":"adventure.html","source":"HftT","hash":"hftt"},{"type":"image","href":{"type":"internal","path":"adventure/HftT/007-c108.webp"},"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","credit":"Stan!","page":"adventure.html","source":"HftT","hash":"hftt"}]}]},"OoW":{"id":"OoW","name":"The Orrery of the Wanderer","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.webp"},"title":"Map 1.1 Campaign Area","width":2625,"height":1725,"imageType":"map","grid":{"type":"none"},"credit":"{@link Jared Blando|https://jaredblando.com/}","id":"332"}]},{"name":"Ep. 1: Right Place, Wrong Heroes","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/044-map-1-2-dm.webp"},"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"},"credit":"Jason Engle","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/045-map-1-2-pc.webp"},"title":"Player Version","width":3000,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":-8,"offsetY":7,"scale":2},"mapParent":{"id":"328"},"credit":"Jason Engle"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/047-map-1-3-dm.webp"},"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"},"credit":"Jason Engle","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/048-map-1-3-pc.webp"},"title":"Player Version","width":3000,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":78,"offsetX":-5,"offsetY":28,"scale":2},"mapParent":{"id":"329"},"credit":"Jason Engle"}]},{"name":"Ep. 2: Fun in Phandalin","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/053-map-2-1-dm.webp"},"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","credit":"Mike Schley and Robert Lazzaretti","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/058-map-2-2-dm.webp"},"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"},"credit":"Robert Lazzaretti","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/059-map-2-2-pc.webp"},"title":"Player Version","width":2625,"height":1725,"imageType":"mapPlayer","grid":{"type":"square","size":80,"offsetX":34,"offsetY":8},"mapParent":{"id":"32a"},"credit":"Robert Lazzaretti"}]},{"name":"Ep. 3: Darkness at the Lighthouse","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/062-map-3-1-dm.webp"},"title":"Map 3.1: Silent Sound Lighthouse","width":2700,"height":1800,"imageType":"map","grid":{"type":"square","size":61,"offsetX":22,"offsetY":34},"id":"32b","credit":"Jason Engle"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/063-map-3-1-pc.webp"},"title":"Player Version","width":2700,"height":1800,"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":22,"offsetY":34},"mapParent":{"id":"32b"},"credit":"Jason Engle"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/066-map-3-2-dm.webp"},"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"},"credit":"Jason Engle","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/067-map-3-2-pc.webp"},"title":"Player Version","width":1200,"height":1516,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":33,"offsetY":26,"scale":2},"mapParent":{"id":"32c"},"credit":"Jason Engle"}]},{"name":"Ep. 4: Dran Enterprises","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/073-map-4-1-dm.webp"},"title":"Map 4.1: The Docks","width":1200,"height":1516,"imageType":"map","grid":{"type":"square","size":63,"offsetX":27,"offsetY":-5},"credit":"Jason Engle","id":"333"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/076-map-4-2-dm.webp"},"title":"Map 4.2: Pirate Fight","width":1215,"height":1553,"imageType":"map","grid":{"type":"square","size":56,"offsetX":10,"offsetY":22},"credit":"{@link Jared Blando|https://jaredblando.com/}","id":"334"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/077-map-4-3-dm.webp"},"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","credit":"{@link Jared Blando|https://jaredblando.com/}","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.webp"},"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","credit":"{@link Jared Blando|https://jaredblando.com/}","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/085-map-5-2-dm.webp"},"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","credit":"{@link Jared Blando|https://jaredblando.com/}","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.webp"},"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"},"credit":"{@link Jared Blando|https://jaredblando.com/}","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/091-map-6-1-pc.webp"},"title":"Player Version","width":3000,"height":1971,"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":-32,"offsetY":20},"mapParent":{"id":"32d"},"credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/096-map-6-2-dm.webp"},"title":"Map 6.2: Ritual Site","width":1350,"height":1725,"imageType":"map","grid":{"type":"square","size":59,"offsetX":47,"offsetY":38},"credit":"Robert Lazzaretti","id":"335"}]}]},"DIP":{"id":"DIP","name":"Essentials Kit: Dragon of Icespire Peak","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.webp"},"title":"Map: The Sword Coast","width":2105,"height":2933,"imageType":"map","grid":{"type":"hexColsOdd","size":95,"offsetX":-34,"offsetY":-80,"units":"miles"},"id":"25b","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/002-map-sword-coast-pc.webp"},"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},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/004-map-phandalin.webp"},"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"},"credit":"Mike Schley","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/005-map-phandalin-pc.webp"},"title":"Player Version","width":3000,"height":2153,"imageType":"mapPlayer","grid":{"type":"none","size":125,"distance":50},"mapParent":{"id":"25c","autoScale":true},"credit":"Mike Schley"}]},{"name":"Axeholm","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/007-map-axeholm-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/008-map-axeholm-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-5,"offsetY":-12,"scale":2},"mapParent":{"id":"25d"},"credit":"Jason A. Engle"}]},{"name":"Butterskull Ranch","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/009-map-br-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/010-map-br-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-12,"offsetY":-13,"scale":2},"mapParent":{"id":"25e"},"credit":"Jason A. Engle"}]},{"name":"Circle of Thunder","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/011-map-cot-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/012-map-cot-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-9,"offsetY":-7,"scale":2},"mapParent":{"id":"25f"},"credit":"Jason A. Engle"}]},{"name":"Dragon Barrow","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/013-map-db-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/014-map-db-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-20,"offsetY":-8,"scale":2},"mapParent":{"id":"260"},"credit":"Jason A. Engle"}]},{"name":"Dwarven Excavation","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/015-map-de-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/016-map-de-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-7,"scale":2},"mapParent":{"id":"261"},"credit":"Jason A. Engle"}]},{"name":"Falcon's Hunting Lodge","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/017-map-fhl-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/018-map-fhl-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":22,"offsetY":11,"scale":2},"mapParent":{"id":"262"},"credit":"Jason A. Engle"}]},{"name":"Gnomengarde","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/019-map-gnomegarde-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/020-map-gnomegarde-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-14,"offsetY":-10,"scale":2},"mapParent":{"id":"263"},"credit":"Jason A. Engle"}]},{"name":"Icespire Hold","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/021-map-ih-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/022-map-ih-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"mapParent":{"id":"264"},"credit":"Jason A. Engle"}]},{"name":"Loggers' Camp","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/023-map-lc-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/024-map-lc-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-11,"scale":2},"mapParent":{"id":"265"},"credit":"Jason A. Engle"}]},{"name":"Mountain's Toe Gold Mine","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/025-map-mtgm-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/026-map-mtgm-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-8,"offsetY":-10,"scale":2},"mapParent":{"id":"266"},"credit":"Jason A. Engle"}]},{"name":"Shrine of Savras","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/027-map-sos-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/028-map-sos-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-7,"offsetY":-7,"scale":2},"mapParent":{"id":"267"},"credit":"Jason A. Engle"}]},{"name":"Tower of Storms","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/029-map-tos-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/030-map-tos-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-7,"scale":2},"mapParent":{"id":"268"},"credit":"Jason A. Engle"}]},{"name":"Umbrage Hill","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/031-map-uh-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/032-map-uh-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"mapParent":{"id":"269"},"credit":"Jason A. Engle"}]},{"name":"Woodland Manse","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/033-map-wm-dm.webp"},"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"},"credit":"Jason A. Engle","page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/034-map-wm-pc.webp"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-6,"scale":2},"mapParent":{"id":"26a"},"credit":"Jason A. Engle"}]}]},"SLW":{"id":"SLW","name":"Essentials Kit: Storm Lord's Wrath","source":"SLW","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/001-map-sc.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"mapParent":{"id":"103"}}]}]},"SDW":{"id":"SDW","name":"Essentials Kit: Sleeping Dragon's Wake","source":"SDW","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/001-map-sc.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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","name":"Essentials Kit: Divine Contention","source":"DC","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/001-map-sc.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":35,"offsetY":25},"mapParent":{"id":"135"}}]}]},"BGDIA":{"id":"BGDIA","name":"Baldur's Gate: Descent Into Avernus","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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":166,"offsetX":75,"offsetY":-4},"mapParent":{"id":"329","offsetX":-36,"offsetY":-1021,"scaleX":1.305,"scaleY":1.305}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/010-scp8p-map-1-3-dm.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":5964,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":164,"offsetX":-5,"offsetY":-60},"mapParent":{"id":"32b","offsetX":-43,"offsetY":-253,"scaleX":1.0749999999999997,"scaleY":1.0749999999999997}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/017-47l11-map-1-5-dm.webp"},"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.webp"},"title":"Player Version","width":5649,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":99,"offsetY":61},"mapParent":{"id":"32c","offsetX":-78,"offsetY":-1586,"scaleX":1.41,"scaleY":1.41}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/020-zb6kf-map-1-6-dm.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":2631,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":137,"offsetX":-47,"offsetY":-61,"distance":10},"mapParent":{"id":"3c9","offsetX":-153,"offsetY":29,"scaleX":1.385,"scaleY":1.385}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/036-qdpq8-map-2-4.webp"},"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.webp"},"title":"Player Version","width":6090,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":131,"offsetX":-13,"offsetY":-7,"distance":10},"mapParent":{"id":"3ca","offsetX":-328,"offsetY":-231,"scaleX":1.065,"scaleY":1.065}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/040-422qk-map-2-5.webp"},"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.webp"},"title":"Player Version","width":4000,"height":5429,"imageType":"mapPlayer","grid":{"type":"square","size":131,"offsetX":1,"offsetY":3},"mapParent":{"id":"3cb","offsetX":-3,"offsetY":-166}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/042-z24lv-map-2-6.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":5649,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":-16,"offsetY":14},"mapParent":{"id":"3cf","offsetX":-183,"offsetY":-206,"scaleX":1.06,"scaleY":1.06}}]},{"name":"Ch. 3: Avernus - Path of Devils","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/072-jzcpq-map-3-4.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":5821,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":130,"offsetX":27,"offsetY":-51},"mapParent":{"id":"3d1","offsetX":106,"offsetY":49,"scaleX":0.98,"scaleY":0.98}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/082-4tpbi-map-3-6.webp"},"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.webp"},"title":"Player Version","width":6614,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":174,"offsetX":62,"offsetY":18},"mapParent":{"id":"3d2","offsetX":151,"offsetY":-661,"scaleX":1.26,"scaleY":1.26}}]},{"name":"Ch. 3: Avernus - Other Locations","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/085-peagh-map-3-7.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Map: Sword Coast","width":2092,"height":1321,"imageType":"map","grid":{"type":"none","size":285,"distance":100,"units":"miles"},"id":"3d8"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/113-v7txv-map-6-2.webp"},"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.webp"},"title":"Player Version","width":5250,"height":3488,"imageType":"mapPlayer","grid":{"type":"none","size":92,"distance":250},"mapParent":{"id":"3d6","autoScale":true}}]}]},"LR":{"id":"LR","name":"Locathah Rising","source":"LR","prop":"adventure","chapters":[{"name":"The Darkening","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LR/002-rkwsk-lr-004.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"LR","hash":"lr"},{"type":"image","href":{"type":"internal","path":"adventure/LR/003-hbo0x-lr-004-player.webp"},"title":"Player Version","width":1301,"height":1734,"imageType":"mapPlayer","grid":{"type":"square","size":69,"offsetX":10,"offsetY":11,"scale":3},"mapParent":{"id":"05d"},"credit":"Dyson Logos"}]}]},"IMR":{"id":"IMR","name":"Infernal Machine Rebuild","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.webp"},"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":"1b7","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"},"credit":"Claudio Pozas","page":"adventure.html","source":"IMR","hash":"imr"},{"type":"image","href":{"type":"internal","path":"adventure/IMR/004-map-1-1-player.webp"},"title":"Player Version","width":2352,"height":2698,"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-40,"offsetY":-24,"distance":10},"mapParent":{"id":"1b7"},"credit":"Claudio Pozas"}]},{"name":"Ch. 4: Temple of Moloch","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IMR/008-map-1-2.webp"},"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"},"credit":"Claudio Pozas","page":"adventure.html","source":"IMR","hash":"imr"},{"type":"image","href":{"type":"internal","path":"adventure/IMR/009-map-1-2-player.webp"},"title":"Player Version","width":5100,"height":6600,"imageType":"mapPlayer","grid":{"type":"square","size":117,"offsetX":29,"offsetY":83,"distance":10},"mapParent":{"id":"1b6"},"credit":"Claudio Pozas"}]},{"name":"App. D: Player Handouts","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IMR/038-map-1-3.webp"},"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]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IMR/thumbnail/038-map-1-3.webp"},"id":"1b8","credit":"Jason Thompson","page":"adventure.html","source":"IMR","hash":"imr"}]}]},"EFR":{"id":"EFR","name":"Eberron: Forgotten Relics","source":"EFR","prop":"adventure","chapters":[{"name":"Eberron: Forgotten Relics","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/EFR/145-map414_terminus.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"EFR","hash":"efr"},{"type":"image","href":{"type":"internal","path":"adventure/EFR/146-map414_terminus-player.webp"},"title":"Player Version","width":2947,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":1,"offsetY":8},"mapParent":{"id":"000"},"credit":"Dyson Logos"}]}]},"RMBRE":{"id":"RMBRE","name":"The Lost Dungeon of Rickedness: Big Rick Energy","source":"RMBRE","prop":"adventure","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RMBRE/003-ram_map.webp"},"title":"Map 1.1: The Lost Dungeon of Rickedness","width":5100,"height":2202,"imageType":"map","credit":"Troy Little, Kate Welch, Richard Whitters","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.webp"},"title":"Player Version","width":4709,"height":1845,"imageType":"mapPlayer","credit":"Troy Little, Kate Welch, Richard Whitters","grid":{"type":"square","size":61,"offsetX":-8,"offsetY":-4},"mapParent":{"id":"10b","offsetX":187,"offsetY":98,"autoScale":true}}]}]},"ToR":{"id":"ToR","name":"Wildemount: Tide of Retribution","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.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"ToR","hash":"tor"},{"type":"image","href":{"type":"internal","path":"book/EGW/107-5.1-palma-flora-player.webp"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-10,"offsetY":-41,"distance":10},"mapParent":{"id":"000"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/108-5.2-wavechaser.webp"},"title":"Map 5.2: Wavechaser","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-6,"offsetY":9},"credit":"Deven Rue","id":"003"},{"type":"image","href":{"type":"internal","path":"book/EGW/109-5.3-ruined-palma-flora.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"ToR","hash":"tor"},{"type":"image","href":{"type":"internal","path":"book/EGW/109-5.3-ruined-palma-flora-player.webp"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetX":-7,"offsetY":-17,"distance":10},"mapParent":{"id":"001"},"credit":"Deven Rue"}]}]},"DD":{"id":"DD","name":"Wildemount: Dangerous Designs","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.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"DD","hash":"dd"},{"type":"image","href":{"type":"internal","path":"book/EGW/111-5.4-lower-hupperdook-player.webp"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":99,"scale":2,"distance":100},"mapParent":{"id":"000"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/112-5.5-ironlot-streets.webp"},"title":"Map 5.5: Ironlot Streets","width":2550,"height":1650,"grid":{"type":"square","size":72,"offsetX":1,"offsetY":-9},"imageType":"map","id":"7bc","credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/112-5.5-ironlot-streets-player.webp"},"title":"Player Version","width":2550,"height":1650,"grid":{"type":"square","size":72,"offsetX":1,"offsetY":-9},"imageType":"mapPlayer","mapParent":{"id":"7bc"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/114-5.6-nima-cinnarids-house.webp"},"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","credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/114-5.6-nima-cinnarids-house-player.webp"},"title":"Player Version","width":2400,"height":3000,"grid":{"type":"square","size":414,"offsetX":-230,"offsetY":-147},"imageType":"mapPlayer","mapParent":{"id":"7bb","autoScale":true},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/116-5.7-silver-falls-cavern.webp"},"title":"Map 5.7: Silver Falls Cavern","width":2550,"height":1650,"grid":{"type":"square","size":111,"offsetX":78,"offsetY":47},"imageType":"map","id":"7ba","credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/116-5.7-silver-falls-cavern-player.webp"},"title":"Player Version","width":2550,"height":1650,"grid":{"type":"square","size":111,"offsetX":78,"offsetY":47},"imageType":"mapPlayer","mapParent":{"id":"7ba"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/117-5.8-stahlmasts-lair.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"DD","hash":"dd"},{"type":"image","href":{"type":"internal","path":"book/EGW/117-5.8-stahlmasts-lair-player.webp"},"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},"credit":"Deven Rue"}]}]},"FS":{"id":"FS","name":"Wildemount: Frozen Sick","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.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"FS","hash":"fs"},{"type":"image","href":{"type":"internal","path":"book/EGW/118-5.9-croaker-cave-player.webp"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":8,"offsetY":20},"mapParent":{"id":"000"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/120-5.10-salsvault.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"FS","hash":"fs"},{"type":"image","href":{"type":"internal","path":"book/EGW/120-5.10-salsvault-player.webp"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":-9,"offsetY":-11},"mapParent":{"id":"001"},"credit":"Deven Rue"}]}]},"US":{"id":"US","name":"Wildemount: Unwelcome Spirits","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.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"US","hash":"us"},{"type":"image","href":{"type":"internal","path":"book/EGW/121-5.11-brokenveil-marsh-player.webp"},"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"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"book/EGW/123-5.12-fort-venture.webp"},"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","credit":"Deven Rue","page":"adventure.html","source":"US","hash":"us"},{"type":"image","href":{"type":"internal","path":"book/EGW/123-5.12-fort-venture-player.webp"},"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},"credit":"Deven Rue"}]}]},"MOT-NSS":{"id":"MOT-NSS","name":"Theros: No Silent Secret","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.webp"},"title":"Map 4.16: Cour of Orestes","width":3825,"height":2250,"imageType":"map","grid":{"type":"square","size":112,"offsetX":6,"offsetY":5},"id":"002","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"},"credit":"Dyson Logos","page":"adventure.html","source":"MOT","hash":"mot-nss"},{"type":"image","href":{"type":"internal","path":"adventure/MOT/156-map-4.16-Cour-of-Orestes-player.webp"},"title":"Player Version","width":3825,"height":2250,"imageType":"mapPlayer","grid":{"type":"square","size":112,"offsetX":6,"offsetY":5},"mapParent":{"id":"002"},"credit":"Dyson Logos"}]}]},"IDRotF":{"id":"IDRotF","name":"Icewind Dale: Rime of the Frostmaiden","source":"IDRotF","prop":"adventure","chapters":[{"name":"Bremen","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/013-map-1.1-bremen.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Map 4.1: Dragons Flight Path","width":1700,"height":1102,"imageType":"map","grid":{"type":"none","size":236,"distance":8.48,"units":"miles"},"id":"723"}]},{"name":"Ch. 5: Auril's Abode","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/160-map-5.1-island-of-solstice.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"721"},"grid":{"type":"square","size":52,"offsetX":6,"offsetY":-24}}]},{"name":"Maps","ix":25,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/263-icewind-dale.webp"},"title":"Poster Map: Icewind Dale","width":6000,"height":4215,"imageType":"map","grid":{"type":"none","size":63,"distance":1,"units":"miles"},"id":"724"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/264-ten-towns.webp"},"title":"Poster Map: Ten Towns","width":6000,"height":4215,"imageType":"map","grid":{"type":"none","size":122,"distance":250},"id":"725"}]}]},"CM":{"id":"CM","name":"Candlekeep Mysteries","source":"CM","prop":"adventure","chapters":[{"name":"A Book of Books","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/map-poster.webp"},"title":"Poster Map","width":5000,"height":3539,"imageType":"map","grid":{"type":"none","size":85,"distance":25},"credit":"Mike Schley","id":"580"}]},{"name":"Candlekeep","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/004-map-1.01-Candlekeep.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.1: Candlekeep","width":1710,"height":2316,"id":"426","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/CM/005-map-1.01-Candlekeep-player.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":2400,"height":3256,"mapParent":{"id":"426","autoScale":true},"credit":"Mike Schley"}]},{"name":"The Joy of Extradimensional Spaces","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/010-map-2.01-fistandias-mansion.webp"},"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":"073","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"},"credit":"Dyson Logos","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/011-map-2.01-fistandias-mansion-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-30,"offsetY":-55},"title":"Player Version","width":3000,"height":2135,"mapParent":{"id":"47b"},"credit":"Dyson Logos"}]},{"name":"Mazfroth's Mighty Digressions","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/018-map-3.01-amberdune-hideout.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/019-map-3.01-amberdune-hideout-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":170,"offsetX":-49,"offsetY":-29},"title":"Player Version","width":2163,"height":3000,"mapParent":{"id":"47c"},"credit":"Sean MacDonald"}]},{"name":"Book of the Raven","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/022-04-002.map-handout.webp"},"width":2213,"height":3000,"imageType":"map","grid":{"type":"none"},"title":"Map of Mystery","credit":"Claudio Pozas","id":"581"},{"type":"image","href":{"type":"internal","path":"adventure/CM/024-map-4.01-chalet-brantifax.webp"},"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"},"credit":"Mike Schley","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/025-map-4.01-chalet-brantifax-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":67,"offsetX":30,"offsetY":30},"title":"Player Version","width":3000,"height":2042,"mapParent":{"id":"47d"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/CM/027-map-4.02-harrn-mausoleum.webp"},"imageType":"map","grid":{"type":"square","size":171,"offsetX":-6,"offsetY":44},"title":"Map 4.02: Harrn Mausoleum","width":2207,"height":3000,"id":"563","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/CM/028-map-4.02-harrn-mausoleum-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":171,"offsetX":-6,"offsetY":44},"title":"Player Version","width":2207,"height":3000,"mapParent":{"id":"563"},"credit":"Mike Schley"}]},{"name":"A Deep and Creeping Darkness","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/033-map-5.01-vermeillon.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/034-map-5.01-vermeillon-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":2,"offsetY":-2,"distance":10},"title":"Player Version","width":3000,"height":2062,"mapParent":{"id":"564"},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/CM/036-map-5.02-mayor-duvezins-house.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/037-map-5.02-mayor-duvezins-house-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetX":52,"offsetY":40},"title":"Player Version","width":2168,"height":3000,"mapParent":{"id":"565"},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/CM/038-map-5.03-platinum-mine.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/039-map-5.03-platinum-mine-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":3,"offsetY":-28},"title":"Player Version","width":3000,"height":2132,"mapParent":{"id":"566"},"credit":"Tim Hartin"}]},{"name":"Shemshime's Bedtime Rhyme","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/047-map-6.01-firefly-cellar.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/048-map-6.01-firefly-cellar-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":-20,"offsetY":-13},"title":"Player Version","width":2199,"height":3000,"mapParent":{"id":"567"},"credit":"Dyson Logos"}]},{"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.webp"},"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"},"credit":"Sean MacDonald","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.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":64,"offsetX":7,"offsetY":31},"title":"Player Version","width":2185,"height":3000,"mapParent":{"id":"568"},"credit":"Sean MacDonald"},{"type":"image","href":{"type":"internal","path":"adventure/CM/055-map-7.02-temple-of-the-restful-lily.webp"},"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"},"credit":"Sean MacDonald","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.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":6,"offsetY":14},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"569"},"credit":"Sean MacDonald"}]},{"name":"Book of Cylinders","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/061-map-8.01-grippli-village.webp"},"imageType":"map","grid":{"type":"square","size":91,"offsetX":37,"distance":100},"title":"Map 8.1: Grippli Village","width":3000,"height":2134,"id":"56a","credit":"Sean MacDonald"},{"type":"image","href":{"type":"internal","path":"adventure/CM/062-map-8.01-grippli-village-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":37,"distance":100},"title":"Player Version","width":3000,"height":2134,"mapParent":{"id":"56a"},"credit":"Sean MacDonald"},{"type":"image","href":{"type":"internal","path":"adventure/CM/063-map-8.02-temple.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/064-map-8.02-temple-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":95,"offsetX":-41,"offsetY":-28},"title":"Player Version","width":2206,"height":3000,"mapParent":{"id":"56b"},"credit":"Sean MacDonald"}]},{"name":"Sarah of Yellowcrest Manor","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/071-map-9.01-greenfast.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/072-map-9.01-greenfast-player.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":3000,"height":2134,"mapParent":{"id":"56c"},"credit":"Sean MacDonald"},{"type":"image","href":{"type":"internal","path":"adventure/CM/073-map-9.02-temple-of-the-burnt-tongue-cult.webp"},"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"},"credit":"Sean MacDonald","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.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":29,"offsetY":-13},"title":"Player Version","width":2199,"height":3000,"mapParent":{"id":"56d"},"credit":"Sean MacDonald"}]},{"name":"Lore of Lurue","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/079-map-10.01-hags-hovel.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/080-map-10.01-hags-hovel-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetY":25},"title":"Player Version","width":3000,"height":2133,"mapParent":{"id":"56e"},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/CM/081-map-10.02-pool-of-eternal-spring.webp"},"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","credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/CM/082-map-10.02-pool-of-eternal-spring-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":-11,"offsetY":-26},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"56f"},"credit":"Tim Hartin"}]},{"name":"Kandlekeep Dekonstruktion","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/086-map-11.01-the-barn-door.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/087-map-11.01-the-barn-door-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":84,"offsetX":-30,"offsetY":-39},"title":"Player Version","width":3000,"height":2068,"mapParent":{"id":"570"},"credit":"Sean MacDonald"},{"type":"image","href":{"type":"internal","path":"adventure/CM/088-map-11.01-under-the-barn-door.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/089-map-11.01-under-the-barn-door-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":15,"offsetY":20},"title":"Player Version","width":2053,"height":1415,"mapParent":{"id":"571"},"credit":"Sean MacDonald"}]},{"name":"Zikran's Zephyrean Tome","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/095-map-12.01-zikrans-laboratory.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/096-map-12.01-zikrans-laboratory-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":-14,"offsetY":-30},"title":"Player Version","width":3000,"height":2069,"mapParent":{"id":"572"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"adventure/CM/098-map-12.02-cloud-giants-keep.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/099-map-12.02-cloud-giants-keep-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":57,"offsetX":3,"offsetY":18,"distance":10},"title":"Player Version","width":2214,"height":3000,"mapParent":{"id":"573"},"credit":"Dyson Logos"}]},{"name":"The Curious Tale of Wisteria Vale","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/105-map-13.01-wisteria-vale.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/106-map-13.01-wisteria-vale-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-27,"distance":40},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"574"},"credit":"Tim Hartin"},{"type":"image","href":{"type":"internal","path":"adventure/CM/107-map-13.02-the-manor.webp"},"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"},"credit":"Tim Hartin","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/108-map-13.02-the-manor-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":81,"offsetX":2,"offsetY":2},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"575"},"credit":"Tim Hartin"}]},{"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.webp"},"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"},"credit":"Sean MacDonald","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.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":85,"offsetX":4,"offsetY":-23,"scale":2},"title":"Player Version","width":3000,"height":2075,"mapParent":{"id":"576"},"credit":"Sean MacDonald"}]},{"name":"The Canopic Being","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/121-map-15.01-tomb-of-valin-sarnaster.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/122-map-15.01-tomb-of-valin-sarnaster-player.webp"},"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"},"credit":"Dyson Logos"}]},{"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.webp"},"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"},"credit":"Sean MacDonald","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.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-17,"offsetY":-24},"title":"Player Version","width":3000,"height":2071,"mapParent":{"id":"578"},"credit":"Sean MacDonald"}]},{"name":"Alkazaar's Appendix","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/135-map-17.01-haruun.webp"},"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"},"credit":"Mike Schley","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/136-map-17.01-haruun-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":11,"offsetY":26},"title":"Player Version","width":2206,"height":3000,"mapParent":{"id":"579"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"adventure/CM/137-map-17.02-necropolis-mastaba.webp"},"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"},"credit":"Mike Schley","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/138-map-17.02-necropolis-mastaba-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":-13,"offsetY":-7,"scale":2},"title":"Player Version","width":2186,"height":3000,"mapParent":{"id":"57a"},"credit":"Mike Schley"}]},{"name":"Xanthoria","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/143-map-18.01-lykortha-expanse.webp"},"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"},"credit":"Sean MacDonald","page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/144-map-18.01-lykortha-expanse-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":2,"offsetY":26,"distance":10},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"57b"},"credit":"Sean MacDonald"}]}]},"HoL":{"id":"HoL","name":"Ravenloft: The House of Lament","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.webp"},"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"},"credit":"Dyson Logos","page":"adventure.html","source":"HoL","hash":"hol"},{"type":"image","href":{"type":"internal","path":"book/VRGR/117-map-4.1-the-house-of-lament-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-60,"distance":10},"title":"Player Version","width":4000,"height":5700,"mapParent":{"id":"000"},"credit":"Dyson Logos"}]}]},"RtG":{"id":"RtG","name":"Return to the Glory","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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":-18,"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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","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","credit":"Dyson Logos","page":"adventure.html","source":"RtG","hash":"rtg"}]}]},"AitFR-ISF":{"id":"AitFR-ISF","name":"Adventures in the Forgotten Realms: In Scarlet Flames","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","credit":"Will Hindmarch","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","credit":"Will Hindmarch","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","credit":"Will Hindmarch","page":"adventure.html","source":"AitFR-ISF","hash":"aitfr-isf"}]}]},"AitFR-THP":{"id":"AitFR-THP","name":"Adventures in the Forgotten Realms: The Hidden Page","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","credit":"Will Hindmarch","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","credit":"Will Hindmarch","id":"05e"},{"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","credit":"Will Hindmarch","page":"adventure.html","source":"AitFR-THP","hash":"aitfr-thp"}]}]},"AitFR-AVT":{"id":"AitFR-AVT","name":"Adventures in the Forgotten Realms: A Verdant Tomb","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","credit":"Will Hindmarch","page":"adventure.html","source":"AitFR-AVT","hash":"aitfr-avt"}]}]},"AitFR-DN":{"id":"AitFR-DN","name":"Adventures in the Forgotten Realms: Deepest Night","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","credit":"Will Hindmarch","page":"adventure.html","source":"AitFR-DN","hash":"aitfr-dn"}]}]},"AitFR-FCD":{"id":"AitFR-FCD","name":"Adventures in the Forgotten Realms: From Cyan Depths","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","credit":"Will Hindmarch","expectsLightBackground":true,"page":"adventure.html","source":"AitFR-FCD","hash":"aitfr-fcd"}]}]},"NRH-TCMC":{"id":"NRH-TCMC","name":"NERDS Restoring Harmony: The Candy Mountain Caper","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","credit":"Red Central","page":"adventure.html","source":"NRH-TCMC","hash":"nrh-tcmc"}]}]},"NRH-AVitW":{"id":"NRH-AVitW","name":"NERDS Restoring Harmony: A Voice in the Wilderness","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","credit":"Red Central","page":"adventure.html","source":"NRH-AVitW","hash":"nrh-avitw"}]}]},"NRH-ASS":{"id":"NRH-ASS","name":"NERDS Restoring Harmony: A Sticky Situation","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","credit":"Red Central","page":"adventure.html","source":"NRH-ASS","hash":"nrh-ass"}]}]},"NRH-CoI":{"id":"NRH-CoI","name":"NERDS Restoring Harmony: Circus of Illusion","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","credit":"Red Central","page":"adventure.html","source":"NRH-CoI","hash":"nrh-coi"}]}]},"NRH-TLT":{"id":"NRH-TLT","name":"NERDS Restoring Harmony: The Lost Tomb","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","credit":"Red Central","page":"adventure.html","source":"NRH-TLT","hash":"nrh-tlt"}]}]},"NRH-AWoL":{"id":"NRH-AWoL","name":"NERDS Restoring Harmony: A Web of Lies","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","credit":"Red Central","page":"adventure.html","source":"NRH-AWoL","hash":"nrh-awol"}]}]},"NRH-AT":{"id":"NRH-AT","name":"NERDS Restoring Harmony: Adventure Together","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","credit":"Red Central","page":"adventure.html","source":"NRH-AT","hash":"nrh-at"}]}]},"WBtW":{"id":"WBtW","name":"The Wild Beyond the Witchlight","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.webp"},"imageType":"map","grid":{"type":"none"},"title":"Welcome to the Witchlight Carnival","width":7000,"height":4934,"credit":"Stacey Allan & Will Doyle","id":"02a"}]},{"name":"Ch. 2: Hither","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/036-map-2.1.webp"},"imageType":"map","grid":{"type":"none","size":90,"distance":0.5,"units":"miles"},"title":"The Domain of Prismeer","width":7000,"height":4962,"credit":"Stacey Allan & Will Doyle","id":"02b"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/037-map-2.2-hither.webp"},"imageType":"map","grid":{"type":"none","size":175,"distance":1,"units":"miles"},"title":"Hither","width":4200,"height":5700,"id":"01c","credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/038-map-2.2-hither-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":175,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01c"},"credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/044-map-2.3-downfall.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/045-map-2.3-downfall-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01d"},"credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/049-map-2.4-bavlornas-cottage.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/050-map-2.4-bavlornas-cottage-player.webp"},"imageType":"mapPlayer","grid":{"type":"square"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01e"},"credit":"Stacey Allan & Will Doyle"}]},{"name":"Ch. 3: Thither","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/054-map-3.1-thither.webp"},"imageType":"map","grid":{"type":"none","size":159,"distance":1,"units":"miles"},"title":"Thither","width":4200,"height":5700,"id":"01f","credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/055-map-3.1-thither-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":159,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01f"},"credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/062-map-3.2-loomlurch.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/063-map-3.2-loomlurch-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"020"},"credit":"Stacey Allan & Will Doyle"}]},{"name":"Ch. 4: Yon","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/072-map-4.1-yon.webp"},"imageType":"map","grid":{"type":"none","size":158,"distance":1,"units":"miles"},"title":"Yon","width":4200,"height":5700,"id":"021","credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/073-map-4.1-yon-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":158,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"021"},"credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/081-map-4.2-motherhorn.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/082-map-4.2-motherhorn-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"022"},"credit":"Stacey Allan & Will Doyle"}]},{"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.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/092-map-5.1-palace-lower-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"023"},"credit":"Stacey Allan & Will Doyle"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/100-map-5.2-palace-upper.webp"},"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"},"credit":"Stacey Allan & Will Doyle","page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/101-map-5.2-palace-upper-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"024"},"credit":"Stacey Allan & Will Doyle"}]}]},"SCC-CK":{"id":"SCC-CK","name":"Strixhaven: Campus Kerfuffle","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","credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Mike Schley","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"},"credit":"Mike Schley"}]}]},"SCC-HfMT":{"id":"SCC-HfMT","name":"Strixhaven: Hunt for Mage Tower","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","credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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,"credit":"Sean MacDonald","id":"006"},{"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","credit":"Mike Schley","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"},"credit":"Mike Schley"}]}]},"SCC-TMM":{"id":"SCC-TMM","name":"Strixhaven: The Magister's Masquerade","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,"credit":"Mike Schley","id":"006"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]}]},"SCC-ARiR":{"id":"SCC-ARiR","name":"Strixhaven: A Reckoning in Ruins","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","credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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","credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]}]},"CRCotN":{"id":"CRCotN","name":"Critical Role: Call of the Netherdeep","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"},"credit":"Deven Rue","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"},"credit":"Deven Rue"},{"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"},"credit":"Stacey Allan & Will Doyle","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"},"credit":"Stacey Allan & Will Doyle"}]},{"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","credit":"Deven Rue"},{"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"},"credit":"Deven Rue"},{"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"},"credit":"Deven Rue","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"},"credit":"Deven Rue"}]},{"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","credit":"Deven Rue","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"},"credit":"Deven Rue"},{"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"},"credit":"Stacey Allan & Will Doyle","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"},"credit":"Stacey Allan & Will Doyle"}]},{"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","credit":"Deven Rue"},{"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"},"credit":"Deven Rue"},{"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"},"credit":"Deven Rue","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"},"credit":"Deven Rue"},{"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"},"credit":"Deven Rue","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"},"credit":"Deven Rue"},{"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"},"credit":"Deven Rue","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"},"credit":"Deven Rue"}]},{"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"},"credit":"Stacey Allan & Will Doyle","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"},"credit":"Stacey Allan & Will Doyle"}]},{"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"},"credit":"Stacey Allan & Will Doyle","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"},"credit":"Stacey Allan & Will Doyle"}]},{"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"},"credit":"Stacey Allan & Will Doyle","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"},"credit":"Stacey Allan & Will Doyle"}]},{"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","credit":"Deven Rue"},{"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"},"credit":"Deven Rue"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/130-13-001.poster-map-back.webp"},"imageType":"map","grid":{"type":"none"},"mapName":"Great City of Ank'Harel","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","credit":"Deven Rue"}]}]},"JttRC":{"id":"JttRC","name":"Journeys through the Radiant Citadel","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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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","credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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","credit":"Mike Schley"},{"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"},"credit":"Mike Schley"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Ryan Alexander Lee","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"},"credit":"Ryan Alexander Lee"}]},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Sean MacDonald","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"},"credit":"Sean MacDonald"}]}]},"DoSI":{"id":"DoSI","name":"Dragons of Stormwreck Isle","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":"0ef","credit":"Mike Schley"},{"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":"0ef"},"credit":"Mike Schley"}]},{"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":"0f0","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"},"credit":"Mike Schley","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":"0f0"},"credit":"Mike Schley"}]},{"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":"0f1","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"},"credit":"Mike Schley","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":"0f1"},"credit":"Mike Schley"}]},{"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":"0f2","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"},"credit":"Mike Schley","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":"0f2"},"credit":"Mike Schley"}]},{"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":"0f3","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"},"credit":"Mike Schley","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":"0f3"},"credit":"Mike Schley"}]}]},"SjA":{"id":"SjA","name":"Spelljammer Academy","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},"id":"112"},{"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"},"id":"113"}]},{"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},"id":"114"},{"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,"id":"115"}]}]},"LoX":{"id":"LoX","name":"Light of Xaryxis","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","credit":"Dyson Logos","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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos","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"},"credit":"Dyson Logos"}]},{"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","credit":"Dyson Logos","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"},"credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos","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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos","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"},"credit":"Dyson Logos"}]},{"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","credit":"CoupleOfKooks","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"},"credit":"CoupleOfKooks"},{"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"},"credit":"Dyson Logos","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"},"credit":"Dyson Logos"}]},{"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","credit":"CoupleOfKooks","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"},"credit":"CoupleOfKooks"},{"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"},"credit":"Dyson Logos","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"},"credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos","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"},"credit":"Dyson Logos"}]}]},"DSotDQ":{"id":"DSotDQ","name":"Dragonlance: Shadow of the Dragon Queen","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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"}]},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"}]},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"}]},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley"},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald"}]},{"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","credit":"Francesca Baerald"},{"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"},"credit":"Francesca Baerald"},{"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","credit":"Francesca Baerald"},{"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"},"credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/ansalon-poster-map.webp"},"imageType":"map","title":"Poster Map","credit":"Francesca Baerald","width":4096,"height":2926,"grid":{"type":"none","size":51,"scale":1.206,"distance":25,"units":"miles"},"id":"079"}]}]},"KftGV":{"id":"KftGV","name":"Keys from the Golden Vault","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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":9,"offsetY":35,"scale":1.095}}]},{"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","credit":"Mike Schley","grid":{"type":"none"}},{"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},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/016-map-2.02-dms-map.webp"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":61,"offsetX":28,"offsetY":53,"scale":2.385}}]},{"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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/021-map-3.02-dms-map.webp"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":25,"offsetY":44,"scale":1.595}}]},{"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","credit":"Mike Schley","grid":{"type":"square","size":98,"offsetX":-23,"offsetY":-25,"scale":5}},{"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},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/031-map-4.02-dms-map.webp"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":50,"offsetX":37,"offsetY":-14,"scale":2.55}}]},{"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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":36,"offsetY":-12,"scale":1.025}}]},{"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","credit":"Mike Schley","grid":{"type":"none"}},{"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":4,"offsetY":9,"scale":1.531},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/046-map-6.02-dms-map.webp"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":50,"offsetX":4,"offsetY":9,"scale":1.531}}]},{"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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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,"scale":1.014},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/054-map-7.02-dms-map.webp"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":10,"scale":1.014}}]},{"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","credit":"Mike Schley","grid":{"type":"none"}},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":55,"offsetX":1,"offsetY":3}}]},{"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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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":-2,"offsetY":39,"scale":1.31,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/070-map-9.02-dms-map.webp"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":-2,"offsetY":39,"scale":1.31,"distance":10}}]},{"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","credit":"Francesca Baerald","grid":{"type":"none"}},{"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"},"credit":"Francesca Baerald","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"},"credit":"Francesca Baerald","grid":{"type":"square","size":50,"offsetX":-7,"offsetY":28,"scale":1.099}}]},{"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","credit":"Mike Schley","grid":{"type":"square","size":193,"offsetX":-57,"offsetY":-9,"scale":2}},{"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":83,"offsetX":-2,"offsetY":16,"scale":2},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/084-map-11.02-dms-map.webp"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":83,"offsetX":-2,"offsetY":16,"scale":2}}]},{"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","credit":"Mike Schley","grid":{"type":"none"}},{"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"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":50,"offsetX":18,"offsetY":18,"scale":1.315}}]},{"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","credit":"Mike Schley","grid":{"type":"none"}},{"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":-2,"scale":2.59,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/101-map-13.02-dms-map.webp"},"credit":"Mike Schley","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"},"credit":"Mike Schley","grid":{"type":"square","size":50,"offsetX":36,"offsetY":-2,"scale":2.59,"distance":10}}]}]},"GotSF":{"id":"GotSF","name":"Giants of the Star Forge","source":"GotSF","prop":"adventure","chapters":[{"name":"Giants of the Star Forge","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GotSF/000-map-0.01-star-forge.webp"},"imageType":"map","title":"Map: Star Forge","width":4200,"height":5700,"id":"03a","mapRegions":[{"area":"021","points":[[1982,5455],[1982,3660],[2280,3660],[2280,5455]]},{"area":"023","points":[[1967,3767],[1927,3755],[1912,3722],[1837,3685],[1792,3612],[1772,3627],[1670,3617],[1662,3592],[1610,3572],[1607,3537],[1517,3487],[1520,3442],[1542,3410],[1530,3342],[1480,3190],[1500,3172],[1537,3082],[1532,3042],[1500,3040],[1425,2982],[1405,2892],[1440,2872],[1517,2872],[1562,2790],[1550,2777],[1607,2642],[1605,2607],[1545,2547],[1550,2495],[1605,2462],[1612,2390],[1572,2362],[1562,2297],[1537,2285],[1515,2302],[1495,2280],[1510,2225],[1445,2165],[1442,2057],[1480,2030],[1512,2017],[1510,2000],[1575,1932],[1580,1860],[1552,1845],[1552,1747],[1580,1757],[1612,1730],[1672,1657],[1670,1627],[1715,1577],[1757,1565],[1747,1545],[1797,1482],[1835,1465],[1832,1452],[1875,1350],[1890,1372],[1965,1360],[1967,1345],[2080,1287],[2175,1305],[2192,1295],[2200,1302],[2300,1340],[2305,1350],[2350,1375],[2355,1410],[2395,1432],[2420,1427],[2480,1400],[2545,1460],[2550,1477],[2572,1500],[2602,1497],[2617,1507],[2637,1575],[2672,1637],[2655,1657],[2652,1685],[2635,1715],[2662,1720],[2722,1777],[2715,1790],[2742,1867],[2752,1930],[2792,1920],[2802,1937],[2752,2032],[2727,2035],[2730,2067],[2707,2145],[2727,2165],[2720,2202],[2667,2250],[2670,2310],[2652,2290],[2577,2320],[2582,2357],[2607,2367],[2655,2392],[2655,2455],[2645,2485],[2695,2545],[2687,2565],[2645,2577],[2602,2555],[2595,2520],[2572,2515],[2555,2545],[2512,2550],[2472,2575],[2450,2610],[2465,2652],[2497,2662],[2507,2692],[2507,2742],[2552,2775],[2610,2880],[2647,2960],[2647,2985],[2622,2985],[2575,3047],[2595,3075],[2615,3140],[2587,3167],[2577,3230],[2540,3365],[2537,3395],[2515,3457],[2485,3485],[2443,3501],[2459,3528],[2450,3586],[2422,3597],[2474,3656],[2472,3709],[2432,3694],[2382,3728],[2382,3738],[2331,3758],[2296,3794],[2291,4989],[2342,4974],[2403,4974],[2518,4944],[2570,4936],[2637,4896],[2736,4856],[2832,4824],[2886,4776],[2954,4757],[2989,4714],[3134,4638],[3200,4611],[3270,4550],[3290,4485],[3382,4403],[3426,4390],[3469,4342],[3504,4272],[3528,4253],[3522,4213],[3509,4190],[3499,4122],[3518,4046],[3542,3997],[3578,3966],[3618,3896],[3648,3875],[3670,3851],[3658,3819],[3645,3789],[3629,3776],[3614,3720],[3534,3728],[3534,3624],[3546,3598],[3611,3598],[3635,3534],[3678,3461],[3707,3430],[3739,3394],[3734,3360],[3771,3306],[3797,3278],[3829,3270],[3832,3235],[3837,3192],[3763,3102],[3728,3080],[3701,3029],[3704,2974],[3675,2952],[3648,2934],[3629,2894],[3597,2843],[3589,2811],[3600,2784],[3587,2766],[3614,2635],[3624,2579],[3613,2549],[3614,2515],[3595,2486],[3598,2395],[3618,2374],[3619,2293],[3608,2232],[3622,2202],[3635,2187],[3626,2130],[3594,2064],[3563,2013],[3539,1979],[3515,1950],[3507,1875],[3475,1824],[3450,1795],[3432,1746],[3398,1685],[3408,1640],[3376,1570],[3371,1539],[3378,1517],[3357,1469],[3312,1437],[3267,1414],[3226,1374],[3210,1320],[3198,1264],[3218,1246],[3216,1206],[3198,1166],[3157,1150],[3131,1123],[3096,1083],[3070,1058],[3075,997],[3040,955],[3016,915],[3005,874],[2971,846],[2909,829],[2866,840],[2811,829],[2768,835],[2685,856],[2667,883],[2619,896],[2568,898],[2522,874],[2494,843],[2474,802],[2443,778],[2422,758],[2411,722],[2381,704],[2328,693],[2304,677],[2258,666],[2224,642],[2187,600],[2170,571],[2125,568],[2080,560],[2058,597],[2013,622],[1971,651],[1899,678],[1848,696],[1789,706],[1734,734],[1702,746],[1680,774],[1637,790],[1589,800],[1560,789],[1491,826],[1477,854],[1442,904],[1414,955],[1349,1016],[1291,1026],[1253,1014],[1211,1005],[1147,1032],[1093,1061],[1048,1093],[1046,1126],[1013,1174],[970,1216],[928,1246],[898,1267],[877,1309],[837,1355],[798,1378],[754,1418],[717,1451],[718,1493],[690,1538],[685,1579],[688,1610],[704,1650],[702,1707],[738,1762],[746,1811],[726,1840],[701,1890],[680,1936],[645,1968],[621,2010],[626,2054],[610,2120],[589,2203],[595,2237],[582,2294],[582,2413],[608,2435],[630,2474],[650,2518],[683,2544],[691,2594],[688,2642],[672,2677],[621,2718],[557,2754],[520,2776],[496,2803],[498,2848],[475,2896],[467,2949],[432,2981],[384,3003],[357,3056],[341,3114],[347,3147],[373,3184],[403,3195],[424,3234],[451,3266],[472,3286],[530,3296],[578,3338],[605,3381],[602,3418],[608,3483],[632,3611],[699,3685],[728,3733],[744,3782],[758,3808],[755,3888],[738,3947],[733,3986],[774,4046],[808,4067],[850,4128],[875,4195],[915,4245],[970,4277],[998,4333],[1038,4418],[1042,4486],[1067,4555],[1112,4590],[1149,4685],[1163,4734],[1163,4806],[1208,4846],[1272,4854],[1330,4862],[1379,4882],[1406,4909],[1459,4934],[1501,4970],[1549,4994],[1632,5021],[1712,5037],[1771,5035],[1827,5002],[1882,4970],[1933,4965],[1967,4976]]},{"area":"026","points":[[3587,4267],[3587,4008],[3702,4008],[3702,3470],[3974,3470],[3974,4030],[3910,4030],[3910,4267]]},{"area":"02a","points":[[1997,3646],[2013,3595],[2014,3562],[2064,3490],[2090,3435],[2122,3400],[2155,3318],[2192,3224],[2203,3166],[2200,3094],[2179,3062],[2136,2978],[2090,2898],[2066,2835],[2042,2760],[2050,2706],[2032,2635],[2035,2522],[2019,2451],[2005,2422],[2096,2430],[2216,2432],[2261,2422],[2250,2485],[2230,2565],[2230,2632],[2208,2680],[2211,2763],[2261,2806],[2302,2886],[2355,2981],[2352,3035],[2344,3066],[2365,3106],[2368,3165],[2387,3203],[2342,3291],[2339,3342],[2298,3397],[2280,3429],[2285,3506],[2262,3549],[2250,3598],[2253,3646]]},{"area":"02d","points":[[1838,2534],[1838,2307],[2418,2307],[2418,2534],[2299,2534],[2299,2391],[2219,2392],[2125,2384],[1986,2373],[1986,2534]]},{"area":"030","points":[[1854,2275],[1854,1880],[1854,1571],[2045,1380],[2200,1380],[2390,1570],[2390,1880],[2390,2275]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GotSF/thumbnail/000-map-0.01-star-forge.webp"},"grid":{"type":"square","size":180,"offsetX":-7,"offsetY":-2,"scale":3,"distance":10},"page":"adventure.html","source":"GotSF","hash":"gotsf"},{"type":"image","href":{"type":"internal","path":"adventure/GotSF/001-map-0.01-star-forge-player.webp"},"imageType":"map","title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"03a"},"grid":{"type":"square","size":180,"offsetX":-7,"offsetY":-2,"scale":3,"distance":10},"id":"03c"}]}]},"PaBTSO":{"id":"PaBTSO","name":"Phandelver and Below: The Shattered Obelisk","source":"PaBTSO","prop":"adventure","chapters":[{"name":"Welcome to Phandalin","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/003-map-0.01-phandalin-region.webp"},"imageType":"map","title":"Sword Coast region surrounding Phandalin","credit":"Mike Schley","width":1700,"height":2216,"id":"4CD","grid":{"type":"hexColsOdd","size":240,"offsetX":17,"offsetY":-35,"scale":3,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/004-map-0.01-phandalin-region-player.webp"},"imageType":"mapPlayer","title":"Unlabeled Version","width":1700,"height":2216,"mapParent":{"id":"4CD"},"grid":{"type":"hexColsOdd","size":240,"offsetX":17,"offsetY":-35,"scale":3,"units":"miles"}}]},{"name":"Ch. 1: A Dangerous Journey","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/009-map-1.01-goblin-ambush.webp"},"imageType":"map","title":"Map 1.1: Goblin Ambush","credit":"Mike Schley","width":1002,"height":1369,"id":"49b","grid":{"type":"square","size":150,"offsetX":84,"offsetY":31,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/010-map-1.01-goblin-ambush-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1002,"height":1369,"mapParent":{"id":"49b"},"credit":"Mike Schley","grid":{"type":"square","size":150,"offsetX":84,"offsetY":31,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/012-map-1.02-cragmaw-hideout.webp"},"imageType":"map","title":"Map 1.2: Cragmaw Hideout","credit":"Mike Schley","width":2029,"height":1452,"id":"49c","mapRegions":[{"area":"03a","points":[[626,1390],[645,1344],[650,1282],[650,1232],[662,1186],[664,1130],[682,1090],[699,1059],[725,1029],[757,1002],[770,968],[787,934],[792,862],[775,881],[712,886],[683,883],[643,885],[631,901],[579,897],[561,886],[501,898],[485,914],[481,932],[466,947],[449,950],[432,973],[391,973],[377,969],[361,975],[361,1390]]},{"area":"03d","points":[[848,852],[876,862],[888,871],[893,886],[903,908],[912,924],[919,941],[915,961],[920,973],[934,992],[964,997],[981,1004],[992,1018],[1023,1041],[1046,1034],[1067,1039],[1098,1044],[1116,1045],[1129,1034],[1141,1039],[1148,1048],[1163,1053],[1200,1061],[1219,1079],[1248,1080],[1275,1084],[1284,1093],[1289,1110],[1289,1130],[1300,1141],[1309,1153],[1310,1168],[1329,1180],[1343,1186],[1360,1186],[1364,1196],[1371,1208],[1372,1219],[1366,1229],[1359,1243],[1356,1255],[1363,1264],[1372,1284],[1376,1299],[1377,1317],[1387,1327],[1408,1334],[1418,1346],[1424,1373],[1427,1384],[703,1384],[714,1358],[717,1331],[715,1290],[716,1252],[723,1217],[738,1194],[743,1179],[743,1143],[747,1114],[760,1094],[777,1073],[799,1054],[811,1033],[825,1005],[829,983],[846,957],[857,924],[858,891],[854,866]]},{"area":"04f","points":[[432,358],[410,360],[399,352],[374,345],[361,321],[351,303],[346,275],[334,269],[310,265],[296,254],[287,245],[265,245],[249,249],[235,257],[217,265],[193,264],[172,267],[152,276],[139,293],[129,309],[119,326],[104,347],[92,363],[69,379],[60,393],[57,421],[58,435],[61,452],[70,475],[66,493],[60,510],[63,523],[69,533],[76,555],[90,569],[95,576],[94,594],[93,606],[97,617],[99,634],[109,645],[123,650],[134,650],[142,656],[152,660],[160,672],[173,680],[182,686],[193,685],[211,694],[228,698],[234,715],[246,723],[263,733],[274,722],[298,716],[324,707],[328,700],[364,699],[373,715],[381,726],[391,736],[398,747],[416,754],[436,755],[454,758],[476,761],[496,764],[503,755],[522,750],[552,745],[569,737],[579,727],[583,710],[600,701],[622,700],[634,692],[645,679],[646,655],[643,638],[636,620],[622,609],[611,617],[596,617],[577,619],[568,604],[562,591],[544,581],[533,569],[513,557],[496,556],[482,547],[465,545],[445,542],[434,528],[427,516],[415,502],[416,484],[414,463],[431,453]]},{"area":"046","points":[[790,528],[776,515],[756,516],[745,506],[729,492],[722,470],[694,467],[665,472],[647,478],[621,480],[597,483],[569,477],[553,462],[546,441],[528,436],[514,418],[502,412],[507,390],[523,379],[545,370],[556,373],[571,383],[581,398],[602,405],[620,404],[632,396],[649,393],[662,392],[673,400],[691,411],[711,412],[729,410],[745,411],[767,411],[781,420],[792,438],[811,450],[831,459],[844,466],[838,489],[816,502],[815,521],[810,548],[800,567],[786,588],[785,563],[794,540]]},{"area":"04a","points":[[1065,254],[1038,247],[1029,236],[1009,224],[994,223],[974,211],[962,205],[954,187],[948,171],[931,168],[906,164],[893,153],[879,128],[856,117],[836,110],[821,97],[800,86],[779,92],[762,95],[743,96],[732,103],[722,113],[703,121],[695,112],[679,110],[663,107],[655,112],[640,117],[615,122],[603,127],[591,132],[583,139],[577,156],[580,167],[572,191],[559,197],[543,205],[532,211],[519,217],[510,231],[496,247],[487,251],[484,265],[480,281],[481,295],[481,306],[470,315],[471,331],[457,340],[443,348],[438,355],[437,452],[447,452],[456,446],[462,432],[473,420],[493,412],[500,383],[522,371],[548,364],[541,345],[555,332],[569,317],[577,303],[582,289],[585,273],[593,260],[602,247],[614,235],[624,231],[636,232],[649,224],[650,215],[662,199],[681,194],[693,185],[711,178],[745,172],[761,179],[772,186],[793,192],[801,193],[831,199],[853,194],[863,196],[875,202],[892,210],[898,223],[910,234],[922,246],[932,260],[931,279],[931,289],[942,295],[953,306],[963,309],[974,310],[981,322],[977,335],[995,327],[1044,287],[1060,276],[1065,268]]},{"area":"042","points":[[945,819],[942,799],[942,779],[939,767],[939,746],[943,729],[940,716],[945,703],[953,694],[952,681],[961,674],[977,668],[990,657],[998,644],[1001,628],[1015,623],[1031,618],[1047,620],[1056,621],[1066,636],[1071,644],[1076,659],[1089,673],[1097,684],[1110,693],[1126,688],[1136,688],[1153,694],[1153,701],[1164,706],[1168,722],[1174,737],[1183,742],[1187,757],[1201,767],[1213,767],[1222,769],[1233,776],[1243,788],[1253,801],[1261,816],[1269,822],[1281,826],[1290,827],[1303,825],[1314,833],[1326,840],[1329,850],[1345,853],[1352,845],[1359,838],[1368,825],[1376,836],[1379,855],[1380,863],[1383,876],[1377,885],[1374,902],[1367,895],[1357,886],[1353,876],[1347,866],[1335,865],[1324,871],[1310,875],[1299,879],[1292,871],[1276,874],[1257,870],[1238,873],[1231,879],[1230,891],[1230,905],[1226,913],[1228,930],[1223,940],[1214,952],[1204,965],[1181,975],[1160,973],[1143,963],[1131,957],[1119,943],[1103,939],[1086,929],[1071,921],[1065,905],[1054,906],[1042,903],[1025,899],[1014,890],[1002,881],[995,863],[992,847],[977,841],[956,831]]},{"area":"057","points":[[1604,761],[1628,764],[1654,767],[1663,765],[1679,765],[1689,770],[1700,775],[1715,788],[1728,796],[1745,802],[1760,807],[1774,812],[1775,825],[1780,834],[1784,851],[1784,873],[1796,884],[1805,893],[1824,889],[1828,876],[1842,865],[1850,847],[1862,841],[1877,841],[1883,852],[1892,862],[1899,867],[1913,876],[1921,886],[1925,907],[1923,919],[1921,935],[1927,951],[1927,971],[1921,988],[1911,997],[1905,1005],[1906,1025],[1906,1043],[1913,1049],[1918,1057],[1922,1068],[1922,1080],[1926,1093],[1928,1106],[1924,1118],[1914,1130],[1907,1137],[1895,1155],[1887,1175],[1876,1181],[1863,1189],[1851,1188],[1841,1196],[1825,1201],[1807,1204],[1789,1201],[1774,1196],[1765,1181],[1755,1183],[1737,1187],[1729,1196],[1711,1203],[1691,1206],[1676,1200],[1660,1198],[1644,1198],[1630,1199],[1616,1193],[1606,1183],[1591,1178],[1576,1165],[1572,1146],[1575,1132],[1567,1115],[1566,1092],[1556,1081],[1546,1065],[1534,1065],[1520,1068],[1497,1064],[1484,1047],[1472,1041],[1457,1041],[1438,1036],[1419,1028],[1419,1019],[1420,1005],[1418,991],[1408,985],[1396,969],[1393,960],[1402,943],[1398,923],[1387,913],[1380,906],[1380,888],[1387,879],[1382,853],[1380,834],[1372,823],[1381,814],[1383,796],[1375,781],[1368,763],[1364,746],[1377,735],[1387,717],[1396,706],[1415,705],[1426,713],[1436,719],[1449,729],[1454,737],[1456,751],[1454,769],[1462,780],[1477,788],[1487,802],[1500,808],[1510,799],[1532,789],[1546,781],[1565,779],[1592,782],[1599,775]]},{"area":"054","points":[[1389,564],[1378,541],[1355,516],[1359,489],[1348,472],[1346,452],[1355,431],[1367,412],[1377,398],[1400,389],[1420,385],[1438,385],[1455,380],[1465,370],[1483,356],[1486,340],[1503,329],[1513,310],[1511,288],[1505,270],[1512,260],[1529,258],[1556,259],[1567,249],[1571,233],[1581,222],[1593,211],[1607,201],[1631,199],[1649,198],[1671,200],[1689,200],[1704,214],[1708,222],[1704,238],[1709,249],[1713,263],[1723,268],[1739,271],[1747,283],[1761,288],[1767,299],[1776,314],[1780,328],[1788,336],[1801,343],[1813,338],[1828,340],[1841,343],[1850,354],[1851,372],[1852,384],[1859,393],[1868,406],[1881,411],[1899,409],[1908,411],[1919,415],[1929,423],[1935,439],[1946,452],[1958,460],[1967,476],[1968,489],[1964,508],[1958,524],[1944,531],[1929,533],[1921,550],[1924,570],[1930,593],[1924,605],[1919,620],[1924,638],[1929,665],[1924,682],[1909,692],[1892,705],[1869,711],[1853,705],[1832,703],[1809,702],[1798,701],[1786,708],[1777,729],[1761,746],[1736,756],[1717,768],[1713,778],[1700,767],[1683,760],[1654,761],[1606,753],[1623,735],[1628,724],[1621,703],[1612,695],[1599,696],[1582,688],[1569,678],[1564,663],[1556,641],[1542,635],[1522,626],[1511,625],[1493,623],[1470,627],[1455,626],[1441,607],[1425,591],[1432,580],[1425,564],[1412,557],[1399,561]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/012-map-1.02-cragmaw-hideout.webp"},"grid":{"type":"square","size":213,"offsetX":17,"offsetY":160,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/013-map-1.02-cragmaw-hideout-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2029,"height":1452,"mapParent":{"id":"49c"},"credit":"Mike Schley","grid":{"type":"square","size":213,"offsetX":17,"offsetY":160,"scale":3}}]},{"name":"Ch. 2: Trouble in Phandalin","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/018-map-2.01-phandalin.webp"},"imageType":"map","title":"Map 2.1: Phandalin","credit":"Mike Schley","width":2049,"height":1452,"id":"49d","mapRegions":[{"area":"070","points":[[493,424],[506,407],[527,402],[534,407],[543,405],[559,430],[550,436],[558,450],[523,468]]},{"area":"07c","points":[[763,546],[761,594],[807,597],[806,546]]},{"area":"06d","points":[[1007,438],[1037,393],[1046,397],[1057,385],[1064,386],[1069,380],[1067,375],[1078,359],[1085,358],[1116,372],[1099,406],[1092,405],[1087,412],[1091,420],[1060,472]]},{"area":"07f","points":[[1239,624],[1232,603],[1236,585],[1242,570],[1287,570],[1295,580],[1300,619]]},{"area":"085","points":[[1744,541],[1847,507],[1866,570],[1766,607],[1755,605],[1746,578],[1754,574]]},{"area":"074","points":[[645,795],[658,778],[638,753],[652,727],[673,716],[685,722],[708,697],[748,725],[740,736],[749,743],[735,765],[729,777],[736,786],[715,808],[701,801],[695,807],[687,804],[673,811]]},{"area":"076","points":[[622,941],[683,932],[693,986],[632,996]]},{"area":"079","points":[[1229,883],[1236,914],[1245,991],[1249,1054],[1264,1070],[1300,1073],[1340,1069],[1407,1060],[1447,1038],[1481,1025],[1501,998],[1491,954],[1478,932],[1464,918],[1433,903],[1411,880],[1407,869],[1349,881],[1309,883],[1275,873]]},{"area":"080","points":[[827,760],[827,727],[838,700],[916,717],[916,728],[928,733],[924,758],[911,759],[905,774]]},{"area":"06a","points":[[869,585],[916,518],[965,549],[977,558],[943,614],[919,597],[904,610]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/018-map-2.01-phandalin.webp"},"grid":{"type":"none","size":90,"distance":50},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/019-map-2.01-phandalin-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2049,"height":1452,"mapParent":{"id":"49d"},"credit":"Mike Schley","grid":{"type":"none","size":90,"distance":50}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/027-map-2.02-redbrand-hideout.webp"},"imageType":"map","title":"Map 2.2: Redbrand Hideout","credit":"Mike Schley","width":2059,"height":1466,"id":"49e","mapRegions":[{"area":"0ae","points":[[695,1266],[752,1266],[759,1248],[764,1228],[785,1208],[807,1202],[820,1206],[824,1228],[829,1249],[840,1258],[859,1260],[894,1252],[906,1221],[909,1192],[975,1192],[975,1125],[964,1113],[960,1091],[968,1060],[960,1031],[940,1009],[920,999],[918,976],[935,965],[928,936],[925,918],[911,901],[902,885],[902,853],[906,827],[925,807],[924,791],[949,767],[966,754],[968,735],[994,714],[1007,698],[1028,687],[1038,675],[1031,658],[1033,628],[1044,598],[1046,586],[1042,556],[1051,541],[1048,516],[1044,505],[1028,498],[1015,484],[988,472],[973,453],[965,420],[828,420],[828,444],[816,458],[813,474],[796,492],[785,507],[779,513],[753,512],[744,506],[727,498],[711,500],[713,514],[707,529],[687,532],[672,546],[667,565],[667,627],[679,633],[679,658],[678,678],[668,694],[675,708],[673,732],[660,749],[647,764],[629,778],[625,794],[619,813],[605,833],[580,835],[562,845],[548,856],[551,881],[546,899],[535,920],[545,939],[544,955],[544,973],[541,992],[532,1007],[529,1032],[522,1049],[510,1049],[510,1121],[524,1120],[532,1128],[547,1152],[548,1167],[561,1184],[578,1188],[589,1179],[606,1178],[624,1176],[641,1188],[667,1198],[679,1207],[688,1232],[688,1249]]},{"area":"098","points":[[1116,914],[1116,1189],[1321,1189],[1321,914]]},{"area":"093","points":[[1401,913],[1602,913],[1602,980],[1745,980],[1745,913],[1947,913],[1947,1328],[1744,1328],[1744,1265],[1604,1265],[1604,1332],[1401,1332]]},{"area":"09b","points":[[1395,702],[1395,839],[1954,839],[1954,702]]},{"area":"0a2","points":[[1399,206],[1399,694],[1600,694],[1600,206]]},{"area":"0a8","points":[[1185,206],[1185,407],[1321,407],[1321,206]]},{"area":"09e","points":[[1108,419],[1108,840],[1385,840],[1385,419]]},{"area":"0ab","points":[[765,207],[765,418],[1033,418],[1033,207]]},{"area":"0c0","points":[[411,207],[411,416],[681,416],[681,207]]},{"area":"0bb","points":[[122,208],[122,480],[398,480],[398,208]]},{"area":"0b8","points":[[124,562],[124,902],[474,902],[474,562]]},{"area":"0b4","points":[[124,1131],[124,1333],[473,1333],[473,1131]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/027-map-2.02-redbrand-hideout.webp"},"grid":{"type":"square","size":212,"offsetX":-63,"offsetY":-25,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/028-map-2.02-redbrand-hideout-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2059,"height":1466,"mapParent":{"id":"49e"},"credit":"Mike Schley","grid":{"type":"square","size":212,"offsetX":-63,"offsetY":-25,"scale":3}}]},{"name":"Ch. 3: The Spider's Web","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/036-03-003.map301-old-owl-well.webp"},"title":"Map 3.1: Old Owl Well","credit":"Mike Schley","width":1002,"height":1369,"imageType":"map","grid":{"type":"square","size":167,"offsetX":74,"offsetY":53,"scale":3},"id":"4ba"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/037-map-3.02-ruins-of-thundertree.webp"},"imageType":"map","title":"Map 3.2: Ruins of Thundertree","credit":"Mike Schley","width":2040,"height":1452,"id":"49f","mapRegions":[{"area":"0e9","points":[[468,140],[468,262],[734,262],[734,140]]},{"area":"0e4","points":[[116,417],[116,546],[246,546],[246,417]]},{"area":"0f6","points":[[963,142],[1083,142],[1083,200],[1117,200],[1129,180],[1147,164],[1172,152],[1196,149],[1220,153],[1252,169],[1269,190],[1281,221],[1281,254],[1268,285],[1242,309],[1212,321],[1173,319],[1144,303],[1123,280],[1112,250],[1107,241],[1082,241],[1082,258],[963,258]]},{"area":"0e6","points":[[327,559],[397,559],[397,485],[450,485],[450,682],[327,682]]},{"area":"0e6","points":[[535,554],[535,754],[666,754],[666,554]]},{"area":"0ec","points":[[468,904],[468,1104],[596,1104],[596,904]]},{"area":"0f0","points":[[749,1119],[814,1119],[814,1045],[878,1045],[878,1113],[942,1113],[942,1241],[749,1241]]},{"area":"0f2","points":[[956,908],[956,1037],[1222,1037],[1222,908]]},{"area":"0fb","points":[[1168,1116],[1168,1246],[1295,1246],[1295,1116]]},{"area":"0fe","points":[[1441,906],[1441,1039],[1504,1039],[1504,906]]},{"area":"108","points":[[1797,1119],[1869,1119],[1869,976],[1929,976],[1929,1246],[1797,1246]]},{"area":"105","points":[[1585,556],[1649,556],[1649,623],[1716,623],[1716,689],[1648,689],[1648,759],[1585,759]]},{"area":"101","points":[[1603,360],[1603,467],[1701,467],[1701,360]]},{"area":"103","points":[[1659,138],[1858,138],[1858,332],[1729,332],[1729,264],[1659,264]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/037-map-3.02-ruins-of-thundertree.webp"},"grid":{"type":"square","size":105,"offsetX":29,"offsetY":77,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/038-map-3.02-ruins-of-thundertree-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2040,"height":1452,"mapParent":{"id":"49f"},"credit":"Mike Schley","grid":{"type":"square","size":105,"offsetX":29,"offsetY":77,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/043-03-008.map303-wyvern-tor.webp"},"title":"Map 3.3: Wyvern Tor","credit":"Mike Schley","width":1010,"height":1372,"imageType":"map","grid":{"type":"square","size":158,"offsetX":95,"offsetY":76,"scale":3},"id":"4bb"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/044-map-3.04-cragmaw-castle.webp"},"imageType":"map","title":"Map 3.4: Cragmaw Castle","credit":"Mike Schley","width":2029,"height":1452,"id":"4a0","mapRegions":[{"area":"11a","points":[[79,561],[178,561],[205,596],[232,620],[268,649],[309,673],[349,685],[349,835],[311,849],[268,888],[238,926],[222,960],[79,960],[79,828],[149,828],[149,694],[79,694]]},{"area":"11d","points":[[364,695],[418,695],[418,498],[549,498],[549,626],[675,626],[675,753],[545,753],[545,858],[527,878],[505,912],[487,953],[422,953],[422,824],[364,824]]},{"area":"12b","points":[[221,487],[214,453],[207,415],[219,365],[235,327],[262,287],[298,272],[320,254],[348,252],[391,249],[411,251],[411,487]]},{"area":"120","points":[[224,498],[409,498],[409,624],[371,621],[340,608],[293,582],[255,544],[229,516]]},{"area":"127","points":[[608,485],[424,485],[424,236],[459,232],[492,239],[531,258],[566,291],[673,291],[673,352],[604,352],[613,395],[618,440],[612,468]]},{"area":"134","points":[[692,416],[692,254],[700,221],[727,191],[749,172],[778,158],[816,152],[860,162],[889,179],[916,204],[934,225],[944,248],[951,271],[951,416]]},{"area":"130","points":[[689,420],[689,754],[951,754],[951,420]]},{"area":"13a","points":[[1018,389],[1032,353],[1054,325],[1081,306],[1100,296],[1132,285],[1155,267],[1181,279],[1200,307],[1225,341],[1251,371],[1275,388],[1278,425],[1279,488],[1267,502],[1240,532],[1211,549],[1169,560],[1112,567],[1081,601],[1040,639],[987,609],[978,513],[984,408]]},{"area":"141","points":[[1492,234],[1533,222],[1559,221],[1599,227],[1634,238],[1669,255],[1691,275],[1716,307],[1735,344],[1752,376],[1758,425],[1751,467],[1734,508],[1716,541],[1687,578],[1646,600],[1608,615],[1566,622],[1519,621],[1492,611]]},{"area":"13c","points":[[1292,641],[1319,631],[1349,628],[1381,631],[1419,644],[1481,686],[1481,715],[1488,751],[1482,798],[1466,840],[1438,869],[1412,888],[1394,896],[1387,920],[1384,941],[1376,955],[1273,955],[1286,921],[1306,867],[1292,809],[1292,696]]},{"area":"13e","points":[[1156,1066],[1151,1104],[1159,1135],[1176,1178],[1209,1209],[1244,1227],[1256,1229],[1296,1233],[1334,1227],[1364,1212],[1395,1181],[1416,1140],[1420,1095],[1420,1049],[1394,1016],[1368,991],[1356,975],[1322,966],[1286,969],[1276,1014],[1240,1033],[1208,1024],[1180,1040]]},{"area":"12e","points":[[945,1026],[682,1026],[654,998],[639,974],[615,926],[593,872],[579,847],[558,842],[558,765],[945,765]]},{"area":"120","points":[[411,1024],[280,1024],[286,988],[300,958],[322,929],[352,905],[389,893],[411,892]]},{"area":"124","points":[[278,1036],[420,1036],[420,967],[480,967],[502,976],[529,960],[562,938],[599,942],[621,986],[585,999],[541,1026],[549,1060],[521,1092],[478,1091],[468,1128],[462,1160],[434,1166],[406,1165],[371,1158],[338,1142],[309,1112],[289,1081],[282,1056]]},{"area":"137","points":[[688,1102],[688,1241],[884,1241],[884,1102]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/044-map-3.04-cragmaw-castle.webp"},"grid":{"type":"square","size":201,"offsetX":44,"offsetY":69,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/045-map-3.04-cragmaw-castle-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2029,"height":1452,"mapParent":{"id":"4a0"},"credit":"Mike Schley","grid":{"type":"square","size":201,"offsetX":44,"offsetY":69,"scale":3}}]},{"name":"Ch. 4: Wave Echo Cave","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/048-map-4.01-wave-echo-cave.webp"},"imageType":"map","title":"Map 4.1: Wave Echo Cave","credit":"Mike Schley","width":2204,"height":2873,"id":"4a1","mapRegions":[{"area":"18a","points":[[130,120],[130,469],[416,469],[416,120]]},{"area":"192","points":[[430,121],[541,121],[541,178],[591,178],[591,289],[430,289]]},{"area":"185","points":[[699,586],[692,526],[683,506],[671,490],[658,467],[655,454],[661,434],[669,411],[683,389],[711,370],[725,353],[739,332],[752,312],[761,299],[803,246],[827,234],[843,200],[858,184],[859,167],[891,157],[897,170],[884,247],[884,264],[878,284],[878,309],[879,325],[863,342],[844,368],[830,383],[837,415],[841,446],[850,470],[852,490],[850,510],[857,530],[860,563],[872,573],[873,586],[881,613],[890,628],[899,653],[907,690],[888,684],[871,673],[869,657],[857,645],[828,645],[808,652],[790,636],[778,628],[757,634],[742,630],[731,617],[730,601],[716,591]]},{"area":"183","points":[[1117,192],[1097,198],[1076,205],[1066,190],[1063,167],[1049,152],[1042,143],[1040,119],[1041,96],[1023,87],[996,108],[967,117],[932,170],[923,233],[904,293],[897,331],[887,370],[863,408],[872,469],[886,537],[922,525],[1005,440],[1028,390],[1017,359],[1009,338],[1018,314],[1031,293],[1043,288],[1057,290],[1066,291],[1093,282],[1105,273],[1126,255],[1131,227]]},{"area":"180","points":[[1463,330],[1490,316],[1513,312],[1527,323],[1543,333],[1556,331],[1574,317],[1597,309],[1620,311],[1635,310],[1643,295],[1663,290],[1688,283],[1691,268],[1697,249],[1715,232],[1723,215],[1746,202],[1756,168],[1741,165],[1725,163],[1703,139],[1735,107],[1817,61],[1926,61],[2052,125],[2133,277],[2114,356],[2074,393],[2054,401],[2042,406],[2020,403],[2001,384],[1990,351],[1978,337],[1965,314],[1956,305],[1937,319],[1931,337],[1919,350],[1909,372],[1907,389],[1917,405],[1923,427],[1909,450],[1892,456],[1892,474],[1894,490],[1883,510],[1860,517],[1848,543],[1846,573],[1852,597],[1869,617],[1870,640],[1883,742],[1851,746],[1833,737],[1819,728],[1801,732],[1780,731],[1768,725],[1748,730],[1733,734],[1712,743],[1638,730],[1623,706],[1616,696],[1599,684],[1580,679],[1564,664],[1547,642],[1542,624],[1525,605],[1515,593],[1499,580],[1499,560],[1499,543],[1507,530],[1517,505],[1505,488],[1491,482],[1473,472],[1469,457],[1456,445],[1447,437],[1432,426],[1430,414],[1430,398],[1426,384],[1422,364],[1442,351],[1450,339]]},{"area":"174","points":[[1424,1063],[1365,1063],[1353,1054],[1335,1059],[1328,1070],[1322,1096],[1325,1119],[1311,1131],[1289,1133],[1265,1120],[1245,1102],[1225,1097],[1217,1112],[1189,1103],[1191,1083],[1175,1071],[1157,1077],[1137,1069],[1129,1062],[1129,823],[1131,803],[1132,796],[1138,771],[1130,754],[1125,750],[1107,753],[1090,759],[1082,770],[1062,769],[1045,761],[1049,744],[1062,733],[1067,717],[1077,705],[1090,695],[1091,665],[1077,652],[1080,634],[1097,632],[1106,621],[1108,604],[1103,593],[1110,579],[1127,577],[1135,561],[1137,552],[1153,543],[1169,535],[1249,535],[1249,550],[1268,561],[1283,553],[1302,556],[1328,562],[1337,575],[1361,587],[1360,610],[1347,622],[1341,643],[1328,655],[1319,675],[1326,689],[1344,686],[1356,702],[1364,717],[1363,738],[1372,753],[1380,763],[1390,771],[1484,771],[1484,1063]]},{"area":"170","points":[[663,947],[663,710],[717,710],[717,768],[945,768],[945,947]]},{"area":"16c","points":[[263,1143],[330,1110],[336,1097],[342,1082],[357,1070],[383,1063],[389,1046],[399,1040],[415,1043],[423,1040],[436,1035],[450,1033],[455,1017],[466,1010],[481,999],[477,986],[470,969],[472,953],[483,949],[486,925],[475,911],[473,898],[483,888],[483,828],[482,812],[487,804],[490,783],[495,770],[496,757],[483,750],[471,736],[462,725],[461,710],[448,705],[441,691],[441,677],[455,670],[477,655],[476,639],[477,627],[485,612],[481,603],[472,600],[459,608],[451,603],[443,611],[434,620],[416,635],[410,650],[396,658],[382,656],[365,652],[349,643],[332,634],[317,641],[304,643],[290,638],[269,635],[234,633],[227,640],[198,663],[197,677],[198,696],[203,709],[216,717],[231,729],[254,739],[265,750],[268,768],[258,786],[236,791],[214,788],[200,795],[182,808],[170,820],[167,841],[175,857],[171,883],[157,900],[149,919],[148,941],[157,966],[169,976],[174,988],[170,1001],[177,1025],[183,1048],[195,1063],[181,1077],[191,1099],[209,1104],[225,1108],[238,1122],[256,1129],[260,1132]]},{"area":"15a","points":[[184,1243],[184,1413],[328,1413],[322,1450],[310,1474],[305,1491],[307,1514],[305,1528],[419,1528],[419,1410],[659,1410],[659,1595],[716,1595],[716,1478],[773,1478],[773,1594],[835,1594],[835,1499],[857,1486],[872,1480],[892,1485],[892,1590],[957,1590],[957,1651],[1003,1651],[1003,1709],[954,1709],[954,1945],[1067,1945],[1067,2009],[897,2009],[897,2150],[835,2150],[835,2004],[729,2004],[707,1980],[690,1963],[684,1950],[892,1950],[892,1771],[837,1771],[837,1885],[716,1885],[700,1850],[702,1833],[774,1833],[774,1772],[600,1772],[600,1826],[634,1826],[640,1858],[629,1879],[614,1884],[465,1884],[461,1897],[477,1912],[490,1937],[480,1953],[454,1948],[442,1957],[421,1939],[403,1908],[387,1886],[246,1886],[246,1944],[220,1946],[201,1930],[187,1913],[187,1828],[117,1828],[135,1810],[142,1791],[146,1777],[176,1770],[248,1770],[248,1824],[330,1824],[317,1798],[310,1765],[289,1737],[291,1715],[277,1688],[269,1653],[166,1653],[166,1632],[178,1612],[202,1598],[240,1590],[231,1565],[228,1544],[234,1525],[239,1497],[244,1476],[127,1476],[127,1243],[142,1229],[157,1210],[171,1213],[181,1229]]},{"area":"155","points":[[347,2353],[347,2333],[330,2323],[322,2307],[303,2296],[290,2260],[299,2238],[290,2221],[272,2211],[258,2198],[257,2190],[233,2156],[215,2152],[195,2143],[190,2126],[182,2117],[163,2103],[160,2085],[178,2083],[193,2088],[226,2090],[238,2079],[257,2077],[270,2066],[271,2048],[290,2044],[301,2038],[306,2045],[317,2037],[330,2026],[350,2023],[366,2023],[377,2039],[392,2050],[400,2059],[420,2062],[429,2075],[441,2083],[451,2069],[456,2050],[448,2032],[453,2010],[458,2003],[447,1993],[451,1982],[472,1976],[490,1974],[506,1960],[538,1957],[554,1953],[563,1961],[586,1963],[606,1970],[613,1979],[630,1995],[641,2006],[646,2018],[663,2029],[678,2045],[682,2064],[686,2084],[692,2096],[698,2117],[703,2133],[713,2152],[722,2172],[723,2188],[725,2203],[703,2206],[684,2210],[665,2215],[650,2213],[645,2224],[657,2243],[663,2257],[674,2266],[683,2283],[680,2297],[665,2310],[637,2315],[623,2324],[617,2338],[622,2353],[632,2372],[645,2381],[643,2402],[618,2403],[591,2404],[566,2407],[553,2410],[515,2409],[499,2403],[483,2387],[474,2378],[446,2375],[423,2391],[388,2398],[353,2391],[345,2373]]},{"area":"15f","points":[[779,2303],[894,2303],[894,2359],[1062,2359],[1062,2536],[834,2536],[834,2478],[779,2478]]},{"area":"161","points":[[1253,2301],[1253,2534],[1363,2534],[1363,2301]]},{"area":"15d","points":[[937,2166],[950,2154],[966,2145],[977,2133],[1003,2132],[1030,2125],[1051,2119],[1063,2110],[1078,2097],[1133,2097],[1143,2118],[1174,2134],[1188,2145],[1196,2132],[1200,2123],[1217,2124],[1230,2131],[1255,2132],[1293,2157],[1277,2181],[1271,2201],[1254,2216],[1237,2227],[1217,2240],[1191,2243],[1191,2303],[1115,2297],[1090,2289],[1060,2292],[1043,2283],[1027,2280],[1011,2280],[995,2260],[989,2243],[965,2240],[942,2231],[928,2215],[903,2209],[920,2189]]},{"area":"168","points":[[1575,1997],[1565,1984],[1563,1970],[1567,1954],[1564,1942],[1575,1930],[1591,1930],[1612,1921],[1620,1912],[1623,1902],[1620,1890],[1627,1878],[1629,1863],[1623,1854],[1617,1834],[1607,1826],[1597,1811],[1593,1796],[1588,1771],[1590,1758],[1602,1748],[1614,1753],[1630,1757],[1643,1768],[1661,1779],[1669,1785],[1674,1807],[1680,1824],[1686,1830],[1701,1835],[1718,1847],[1737,1843],[1740,1820],[1756,1812],[1777,1804],[1806,1797],[1828,1813],[1834,1822],[1834,1845],[1845,1848],[1863,1867],[1884,1877],[1897,1881],[1913,1897],[1934,1902],[1950,1899],[1963,1903],[1964,1923],[1958,1936],[1943,1944],[1945,1974],[1949,1991],[1971,2003],[1992,2009],[2006,2005],[2020,2009],[2028,2017],[2050,2024],[2057,2033],[2065,2050],[2061,2060],[2043,2062],[2028,2067],[2000,2065],[1978,2061],[1963,2066],[1954,2073],[1959,2086],[1977,2097],[1984,2104],[1999,2113],[2012,2127],[2014,2137],[2021,2149],[2030,2163],[2025,2178],[2015,2181],[2003,2197],[1987,2199],[1969,2199],[1954,2186],[1933,2188],[1930,2197],[1904,2200],[1885,2191],[1885,2180],[1871,2169],[1851,2163],[1835,2161],[1817,2149],[1818,2139],[1817,2126],[1789,2120],[1780,2112],[1762,2117],[1750,2124],[1749,2142],[1737,2149],[1729,2143],[1717,2134],[1703,2124],[1695,2111],[1683,2100],[1679,2085],[1679,2071],[1673,2064],[1638,2058],[1613,2059],[1588,2067],[1570,2077],[1546,2075],[1524,2070],[1516,2063],[1521,2035],[1533,2023],[1547,2013],[1563,2010],[1572,2005]]},{"area":"178","points":[[1901,1479],[1901,1702],[2069,1702],[2069,1479]]},{"area":"178","points":[[1952,1713],[1952,1772],[2072,1772],[2072,1713]]},{"area":"166","points":[[1365,1535],[1365,1888],[1459,1888],[1458,1871],[1450,1860],[1450,1837],[1460,1831],[1473,1825],[1478,1819],[1487,1807],[1505,1811],[1510,1798],[1504,1783],[1494,1764],[1501,1750],[1510,1745],[1521,1736],[1530,1723],[1540,1703],[1540,1535]]},{"area":"164","points":[[1017,1882],[1017,1533],[1070,1533],[1070,1591],[1189,1591],[1189,1882]]},{"area":"176","points":[[1844,1706],[1791,1679],[1786,1664],[1763,1665],[1750,1671],[1739,1686],[1699,1695],[1676,1691],[1661,1675],[1668,1655],[1665,1642],[1653,1632],[1643,1615],[1631,1606],[1610,1606],[1596,1597],[1598,1581],[1593,1552],[1590,1528],[1608,1513],[1619,1490],[1621,1474],[1616,1451],[1624,1436],[1643,1423],[1659,1409],[1674,1402],[1682,1418],[1697,1433],[1711,1419],[1722,1395],[1734,1376],[1750,1360],[1776,1352],[1830,1356],[1870,1360],[1903,1337],[1904,1304],[1921,1302],[1947,1306],[1954,1328],[1961,1346],[1952,1366],[1967,1377],[1989,1386],[2011,1390],[2034,1386],[2044,1393],[2063,1370],[2067,1383],[2063,1397],[2066,1415],[2079,1430],[2081,1457],[2071,1470],[1888,1470],[1888,1692],[1874,1698],[1858,1699]]},{"area":"17b","points":[[1844,1013],[1950,1013],[1950,1066],[2063,1066],[2063,1236],[1844,1236]]},{"area":"17b","points":[[1960,951],[1960,1057],[2064,1057],[2064,951]]},{"area":"16a","points":[[711,1365],[697,1354],[673,1352],[664,1350],[643,1352],[632,1357],[617,1338],[601,1323],[592,1309],[568,1297],[568,1278],[559,1247],[561,1233],[550,1207],[545,1191],[552,1171],[573,1162],[586,1163],[597,1170],[618,1156],[641,1155],[660,1161],[661,1134],[669,1116],[679,1097],[681,1073],[697,1065],[721,1050],[728,1030],[749,1019],[766,1017],[776,1027],[782,1037],[807,1027],[830,1022],[838,1014],[876,1017],[898,1023],[912,1030],[910,1046],[915,1065],[928,1075],[934,1090],[955,1088],[985,1077],[1005,1065],[1069,1065],[1069,1126],[1092,1138],[1105,1157],[1114,1163],[1136,1160],[1153,1176],[1162,1184],[1181,1195],[1205,1204],[1225,1194],[1240,1195],[1257,1207],[1275,1208],[1289,1200],[1304,1195],[1335,1199],[1350,1206],[1366,1196],[1425,1196],[1425,1222],[1440,1232],[1458,1237],[1468,1253],[1486,1261],[1497,1248],[1507,1250],[1524,1258],[1530,1278],[1518,1290],[1522,1302],[1529,1312],[1540,1313],[1558,1330],[1552,1348],[1536,1357],[1521,1381],[1514,1403],[1497,1410],[1490,1423],[1489,1438],[1479,1452],[1460,1457],[1441,1470],[1426,1480],[1403,1483],[1383,1470],[1358,1477],[1347,1488],[1325,1500],[1314,1514],[1305,1530],[1246,1530],[1233,1517],[1209,1516],[1190,1521],[1172,1529],[1144,1523],[1137,1507],[1126,1502],[1098,1497],[1077,1491],[1070,1486],[1066,1463],[1047,1457],[1031,1440],[1020,1423],[1009,1412],[987,1416],[971,1423],[952,1420],[935,1411],[921,1405],[903,1405],[886,1410],[867,1398],[853,1387],[842,1382],[818,1377],[803,1380],[781,1390],[718,1390]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/048-map-4.01-wave-echo-cave.webp"},"grid":{"type":"square","size":118,"offsetX":35,"offsetY":4,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/049-map-4.01-wave-echo-cave-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2204,"height":2873,"mapParent":{"id":"4a1"},"credit":"Mike Schley","grid":{"type":"square","size":118,"offsetX":35,"offsetY":4,"scale":4}}]},{"name":"Ch. 5: Paths of Peril","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/059-map-5.01-well-cavern.webp"},"imageType":"map","title":"Map 5.1: Well Cavern","credit":"Mike Schley","width":1002,"height":1369,"id":"4a2","grid":{"type":"square","size":194,"offsetX":44,"offsetY":24,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/060-map-5.01-well-cavern-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1002,"height":1369,"mapParent":{"id":"4a2"},"credit":"Mike Schley","grid":{"type":"square","size":194,"offsetX":44,"offsetY":24,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/062-05-006.map502-goblin-camp.webp"},"title":"Map 5.2: Goblin Camp","credit":"Mike Schley","width":1010,"height":1372,"imageType":"map","grid":{"type":"square","size":150,"offsetX":-62,"offsetY":33,"scale":3},"id":"4bc"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/064-map-5.03-phandalin-alleys.webp"},"imageType":"map","title":"Map 5.3: Phandalin Alleys","credit":"Mike Schley","width":1002,"height":1369,"id":"4a3","grid":{"type":"square","size":188,"offsetX":-90,"offsetY":-102,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/065-map-5.03-phandalin-alleys-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1002,"height":1369,"mapParent":{"id":"4a3"},"credit":"Mike Schley","grid":{"type":"square","size":188,"offsetX":-90,"offsetY":-102,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/067-map-5.04-rooftop-stash.webp"},"imageType":"map","title":"Map 5.4: Rooftop Stash","credit":"Mike Schley","width":1002,"height":1369,"id":"4a4","grid":{"type":"square","size":162,"offsetX":-36,"offsetY":-48,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/068-map-5.04-rooftop-stash-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1002,"height":1369,"mapParent":{"id":"4a4"},"credit":"Mike Schley","grid":{"type":"square","size":162,"offsetX":-36,"offsetY":-48,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/069-map-5.05-zorzulas-rest.webp"},"imageType":"map","title":"Map 5.5: Zorzula's Rest","credit":"Mike Schley","width":2204,"height":2873,"id":"4a5","mapRegions":[{"area":"1d5","points":[[367,196],[469,126],[578,104],[720,146],[795,221],[884,255],[980,258],[1128,246],[1255,267],[1348,291],[1442,285],[1442,219],[1549,131],[1676,118],[1815,139],[1884,165],[1952,172],[2014,228],[2025,252],[1985,251],[1956,248],[1927,256],[1911,271],[1868,269],[1839,262],[1824,242],[1787,239],[1773,253],[1759,254],[1746,271],[1731,278],[1714,293],[1693,294],[1668,298],[1660,313],[1642,322],[1621,344],[1606,352],[1599,376],[1587,393],[1576,409],[1575,427],[1567,441],[1544,449],[1518,453],[1480,425],[1454,425],[1427,419],[1415,402],[1394,398],[1365,393],[1336,400],[1320,392],[1298,384],[1287,356],[1262,346],[1234,338],[1227,331],[973,331],[962,340],[944,340],[922,348],[904,367],[900,376],[886,369],[853,361],[839,341],[825,328],[801,333],[776,335],[762,342],[720,332],[695,314],[688,287],[676,275],[658,271],[625,264],[618,247],[601,224],[573,212],[541,199],[508,204],[484,212],[460,212],[440,199],[399,196],[381,201]]},{"area":"1d8","points":[[960,435],[935,433],[920,416],[915,392],[922,375],[939,368],[960,362],[976,345],[1214,345],[1227,360],[1253,359],[1269,372],[1278,396],[1272,420],[1254,429],[1234,435],[1227,452],[1247,454],[1260,452],[1328,516],[871,516],[927,451],[967,449]]},{"area":"1da","points":[[1334,826],[1334,538],[860,538],[860,826]]},{"area":"1dc","points":[[408,658],[408,1087],[652,1087],[652,658]]},{"area":"1df","points":[[840,533],[840,832],[668,832],[668,533]]},{"area":"1e2","points":[[424,455],[435,435],[468,425],[487,401],[514,399],[538,394],[564,396],[595,406],[607,426],[625,435],[628,461],[639,478],[647,519],[646,555],[642,576],[628,593],[616,620],[594,632],[575,635],[552,642],[514,644],[484,639],[458,629],[441,609],[421,602],[404,574],[394,542],[392,515],[405,494],[414,476]]},{"area":"1e9","points":[[1355,833],[1355,589],[1372,578],[1373,566],[1394,541],[1407,545],[1419,525],[1528,525],[1528,833]]},{"area":"1ef","points":[[1548,592],[1548,894],[1786,894],[1786,592]]},{"area":"1f5","points":[[1606,527],[1606,580],[1788,580],[1788,527]]},{"area":"1eb","points":[[1542,526],[1542,579],[1591,579],[1591,526]]},{"area":"1e5","points":[[665,908],[1527,908],[1527,932],[1554,929],[1574,944],[1602,956],[1611,986],[1616,1009],[1612,1046],[1596,1062],[1591,1081],[1562,1082],[1540,1072],[1527,1075],[1518,1091],[1179,1212],[1028,1212],[845,1153],[668,1087],[665,1078]]},{"area":"1f8","points":[[349,1651],[366,1633],[382,1622],[400,1587],[427,1559],[449,1596],[439,1628],[404,1652],[434,1662],[454,1669],[479,1707],[454,1706],[416,1722],[412,1741],[421,1752],[451,1749],[473,1760],[495,1809],[461,1809],[419,1800],[386,1794],[366,1764],[336,1727],[341,1695],[345,1665]]},{"area":"1fa","points":[[569,1508],[581,1487],[600,1469],[620,1468],[652,1468],[680,1474],[708,1468],[718,1459],[748,1447],[766,1427],[798,1418],[826,1413],[841,1400],[872,1393],[895,1406],[925,1407],[978,1408],[1002,1406],[1079,1406],[1114,1406],[1145,1404],[1182,1412],[1224,1420],[1254,1440],[1266,1468],[1284,1492],[1309,1507],[1324,1533],[1324,1547],[1282,1581],[1276,1599],[1236,1588],[1195,1588],[1166,1599],[1136,1619],[1105,1634],[1085,1649],[1005,1636],[1024,1619],[1052,1605],[1056,1585],[1085,1569],[1125,1552],[1146,1542],[1153,1531],[1141,1532],[1104,1535],[1067,1535],[1033,1549],[1014,1556],[1009,1576],[987,1591],[974,1607],[926,1613],[906,1608],[867,1608],[842,1593],[793,1594],[775,1591],[735,1601],[714,1609],[675,1614],[666,1620],[624,1612],[612,1599],[571,1593],[558,1582],[532,1580],[533,1541],[554,1526]]},{"area":"208","points":[[1279,1605],[1293,1587],[1315,1574],[1344,1566],[1361,1551],[1376,1541],[1381,1525],[1367,1514],[1365,1491],[1358,1480],[1352,1462],[1355,1441],[1356,1421],[1373,1402],[1387,1401],[1407,1401],[1429,1392],[1456,1384],[1485,1391],[1496,1399],[1525,1408],[1538,1427],[1556,1433],[1564,1449],[1568,1480],[1567,1504],[1561,1526],[1538,1536],[1529,1559],[1512,1571],[1488,1573],[1462,1584],[1433,1589],[1409,1592],[1387,1594],[1368,1601],[1345,1619],[1339,1638],[1320,1625],[1296,1615]]},{"area":"205","points":[[752,1787],[760,1748],[785,1707],[800,1695],[822,1678],[851,1665],[884,1654],[909,1659],[932,1662],[967,1656],[986,1649],[1014,1655],[1031,1661],[1062,1666],[1099,1665],[1131,1666],[1153,1652],[1173,1631],[1194,1612],[1227,1607],[1258,1607],[1339,1644],[1353,1658],[1367,1668],[1389,1680],[1393,1704],[1406,1724],[1400,1744],[1401,1761],[1408,1774],[1414,1798],[1415,1820],[1402,1844],[1394,1855],[1376,1860],[1366,1872],[1356,1894],[1340,1908],[1328,1927],[1313,1927],[1295,1934],[1274,1940],[1265,1951],[1233,1948],[1211,1955],[1182,1956],[1156,1949],[1138,1934],[1109,1925],[1094,1919],[1066,1921],[1038,1928],[1024,1952],[995,1958],[965,1960],[953,1952],[924,1954],[908,1949],[887,1948],[869,1934],[853,1911],[844,1899],[821,1886],[798,1869],[776,1842],[764,1821],[748,1811]]},{"area":"1fe","points":[[439,2025],[441,1966],[454,1940],[459,1916],[489,1907],[527,1906],[544,1916],[547,1936],[553,1965],[568,1986],[584,1998],[609,2007],[629,2009],[649,2018],[675,2015],[712,2022],[724,2034],[727,2078],[728,2104],[736,2135],[748,2159],[748,2185],[747,2209],[736,2231],[727,2252],[721,2280],[715,2300],[722,2321],[709,2349],[702,2369],[680,2387],[662,2399],[644,2413],[620,2413],[586,2415],[554,2407],[526,2415],[502,2406],[491,2381],[468,2381],[452,2362],[440,2349],[429,2340],[401,2327],[398,2301],[385,2278],[369,2256],[364,2240],[361,2219],[367,2191],[369,2154],[382,2139],[399,2102],[411,2069],[428,2051]]},{"area":"202","points":[[761,1978],[833,1974],[872,1975],[965,1976],[1034,1974],[1082,1971],[1156,1969],[1231,1971],[1292,1962],[1340,1964],[1391,1965],[1435,1956],[1502,1973],[1505,1993],[1515,2004],[1538,2004],[1538,2079],[1524,2095],[1525,2128],[1525,2151],[779,2151],[774,2132],[756,2120],[751,2093],[744,2078],[746,2025],[751,1998]]},{"area":"211","points":[[1035,2479],[1095,2479],[1095,2160],[1159,2160],[1159,2479],[1221,2479],[1221,2666],[1035,2666]]},{"area":"20c","points":[[1541,1627],[1534,1591],[1536,1572],[1553,1551],[1572,1547],[1585,1531],[1601,1521],[1618,1502],[1621,1476],[1639,1464],[1673,1459],[1696,1454],[1731,1446],[1756,1441],[1788,1454],[1801,1465],[1827,1465],[1851,1476],[1860,1488],[1858,1508],[1873,1522],[1891,1544],[1901,1560],[1919,1588],[1909,1613],[1911,1640],[1914,1654],[1911,1688],[1909,1707],[1902,1728],[1901,1761],[1919,1782],[1918,1808],[1909,1835],[1915,1860],[1913,1886],[1931,1906],[1951,1914],[1968,1914],[1998,1926],[2012,1946],[2034,1962],[2040,1998],[2042,2026],[2040,2044],[2042,2079],[2044,2105],[2031,2128],[2019,2153],[2012,2165],[2009,2194],[2001,2211],[1975,2222],[1962,2246],[1938,2249],[1913,2255],[1888,2273],[1855,2282],[1820,2289],[1795,2282],[1758,2275],[1738,2276],[1707,2274],[1695,2262],[1678,2266],[1652,2267],[1629,2252],[1607,2227],[1589,2211],[1595,2187],[1587,2164],[1569,2144],[1560,2121],[1549,2092],[1549,1998],[1561,1987],[1569,1960],[1564,1927],[1568,1904],[1579,1878],[1593,1855],[1605,1842],[1573,1834],[1598,1799],[1624,1792],[1639,1779],[1654,1758],[1656,1740],[1629,1749],[1613,1772],[1592,1785],[1562,1813],[1544,1844],[1504,1824],[1502,1755],[1529,1744],[1548,1716],[1560,1685],[1579,1665],[1574,1633],[1556,1629]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/069-map-5.05-zorzulas-rest.webp"},"grid":{"type":"square","size":189,"offsetX":79,"offsetY":60,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/070-map-5.05-zorzulas-rest-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2204,"height":2873,"mapParent":{"id":"4a5"},"credit":"Mike Schley","grid":{"type":"square","size":189,"offsetX":79,"offsetY":60,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/074-map-5.06-indigo-sanctum.webp"},"imageType":"map","title":"Map 5.6: Indigo Sanctum","credit":"Mike Schley","width":1010,"height":1372,"id":"4a6","grid":{"type":"square","size":143,"offsetX":4,"offsetY":55,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/075-map-5.06-indigo-sanctum-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1010,"height":1372,"mapParent":{"id":"4a6"},"credit":"Mike Schley","grid":{"type":"square","size":143,"offsetX":4,"offsetY":55,"scale":3}}]},{"name":"Ch. 6: The Shattered Obelisk","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/080-06-002.sawplee-goblins-map.webp"},"title":"The Sawplee Goblins' Map","credit":"Hex Sharpe","width":1173,"height":1626,"imageType":"map","grid":{"type":"none"},"id":"4bd"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/082-map-6.01-marthungrims-home.webp"},"imageType":"map","title":"Map 6.1: Marthungrim's Home","credit":"Mike Schley","width":1006,"height":1372,"id":"4a7","grid":{"type":"square","size":322,"offsetX":55,"offsetY":-79,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/083-map-6.01-marthungrims-home-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1006,"height":1372,"mapParent":{"id":"4a7"},"credit":"Mike Schley","grid":{"type":"square","size":322,"offsetX":55,"offsetY":-79,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/085-06-004.map602-hardyhammer-mine.webp"},"title":"Map 6.2: Hardyhammer Mine","credit":"Mike Schley","width":1378,"height":1002,"imageType":"map","grid":{"type":"square","size":189,"offsetX":82,"offsetY":80,"scale":3},"id":"4be"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/086-map-6.03-talhundereth.webp"},"imageType":"map","title":"Map 6.3: Talhundereth","credit":"Mike Schley","width":3811,"height":5000,"id":"4a8","mapRegions":[{"area":"25e","points":[[373,762],[712,762],[712,1097],[602,1097],[602,1196],[493,1196],[493,1099],[373,1099]]},{"area":"25e","points":[[827,762],[1166,762],[1166,1099],[1048,1099],[1048,1200],[937,1200],[937,1103],[827,1103]]},{"area":"25e","points":[[1282,762],[1615,762],[1615,1097],[1505,1097],[1505,1198],[1389,1198],[1389,1099],[1282,1099]]},{"area":"25e","points":[[147,1440],[484,1440],[484,1545],[587,1545],[587,1663],[488,1663],[488,1771],[147,1771]]},{"area":"25e","points":[[371,2457],[712,2457],[712,2114],[583,2114],[583,1893],[486,1893],[486,2107],[371,2107]]},{"area":"25e","points":[[1044,2457],[1044,2011],[1149,2011],[1149,2107],[1390,2107],[1390,2457]]},{"area":"25e","points":[[1175,1777],[1278,1777],[1278,1663],[1619,1663],[1619,2000],[1276,2000],[1276,1888],[1175,1888]]},{"area":"25c","points":[[604,1987],[604,1324],[488,1324],[488,1223],[1503,1223],[1503,1318],[1714,1318],[1714,1547],[1149,1547],[1149,1987]]},{"area":"249","points":[[1743,764],[1699,747],[1667,712],[1648,655],[1659,594],[1699,545],[1726,528],[1714,480],[1693,438],[1728,402],[1739,358],[1764,324],[1773,291],[1771,255],[1762,225],[1775,181],[1867,175],[2027,133],[2158,162],[2164,223],[2181,263],[2181,301],[2196,339],[2206,368],[2185,408],[2177,444],[2162,472],[2179,516],[2187,533],[2229,558],[2253,606],[2257,665],[2244,709],[2223,749],[2164,764]]},{"area":"24b","points":[[1737,775],[1737,2356],[2164,2356],[2164,775]]},{"area":"251","points":[[2404,646],[2404,1537],[3074,1537],[3074,646]]},{"area":"253","points":[[3196,648],[3196,1093],[3533,1093],[3533,648]]},{"area":"24d","points":[[2293,1777],[2293,2442],[2627,2442],[2627,1777]]},{"area":"24f","points":[[2297,2566],[2737,2566],[2741,2611],[2705,2629],[2651,2655],[2627,2712],[2571,2760],[2526,2798],[2297,2798]]},{"area":"258","points":[[2743,2118],[3078,2118],[3078,2583],[3008,2552],[2956,2531],[2935,2491],[2895,2503],[2859,2547],[2787,2581],[2749,2537]]},{"area":"256","points":[[2745,1556],[2971,1556],[2971,1657],[3651,1657],[3651,2562],[3211,2562],[3211,1998],[2745,1998]]},{"area":"260","points":[[257,2678],[1503,2678],[1503,2909],[1606,2909],[1596,2956],[1592,2994],[1629,3008],[1638,3044],[1608,3076],[1606,3109],[1604,3126],[1505,3133],[1505,3347],[257,3347],[257,3133],[160,3133],[137,3105],[126,3069],[124,3008],[137,2949],[162,2903],[257,2903]]},{"area":"263","points":[[257,3469],[827,3469],[827,3587],[873,3587],[873,3808],[476,3808],[476,4036],[257,4036]]},{"area":"266","points":[[373,4147],[495,4147],[495,3926],[699,3926],[699,4474],[373,4474]]},{"area":"26b","points":[[722,3924],[935,3924],[935,4032],[1038,4032],[1038,4147],[939,4147],[939,4263],[722,4263]]},{"area":"268","points":[[1059,3924],[1059,4257],[1728,4257],[1728,3924]]},{"area":"270","points":[[821,4377],[821,4838],[1840,4838],[1840,4377]]},{"area":"273","points":[[2166,3697],[2162,3775],[2149,3829],[2135,3886],[2101,3952],[2055,4000],[2006,4023],[1956,4038],[1884,4021],[1838,3987],[1794,3924],[1762,3861],[1745,3787],[1735,3697],[1733,3465],[1756,3505],[1796,3507],[1815,3497],[1857,3497],[1884,3438],[1931,3432],[1947,3394],[2004,3402],[2046,3434],[2088,3419],[2093,3366],[2124,3337],[2166,3301]]},{"area":"275","points":[[2192,3472],[2406,3472],[2406,3128],[2844,3128],[2844,3693],[2192,3693]]},{"area":"278","points":[[2867,3131],[3651,3131],[3651,4023],[2981,4023],[2981,3356],[2867,3356]]},{"area":"27a","points":[[2411,3813],[2960,3813],[2960,4023],[2293,4023],[2295,3985],[2280,3952],[2295,3931],[2411,3931]]},{"area":"280","points":[[2179,4152],[3651,4152],[3651,4834],[2179,4834],[2179,4665],[2133,4646],[2093,4604],[2067,4558],[2059,4499],[2065,4446],[2082,4400],[2097,4364],[2126,4333],[2160,4318],[2179,4314]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/086-map-6.03-talhundereth.webp"},"grid":{"type":"square","size":339,"offsetX":105,"offsetY":-100,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/087-map-6.03-talhundereth-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3811,"height":5000,"mapParent":{"id":"4a8"},"credit":"Mike Schley","grid":{"type":"square","size":339,"offsetX":105,"offsetY":-100,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/092-map-6.04-crypt-of-the-talhund.webp"},"imageType":"map","title":"Map 6.4: Crypt of the Talhund","credit":"Mike Schley","width":2052,"height":1458,"id":"4a9","mapRegions":[{"area":"2a3","points":[[317,309],[398,309],[401,312],[416,332],[399,346],[399,354],[413,372],[399,386],[399,396],[414,415],[401,428],[401,439],[414,453],[401,471],[401,481],[412,497],[399,513],[399,521],[413,538],[401,553],[401,564],[413,581],[399,595],[399,602],[483,602],[483,804],[233,804],[233,603],[317,603],[317,596],[302,580],[317,565],[317,556],[302,538],[317,523],[317,514],[303,497],[317,481],[317,472],[301,453],[317,439],[317,430],[301,412],[317,398],[317,388],[303,371],[317,357],[317,347],[301,329],[317,316]]},{"area":"29e","points":[[272,816],[272,1102],[309,1102],[309,816]]},{"area":"2a0","points":[[357,815],[483,815],[483,976],[442,976],[442,1019],[357,1019],[357,936],[322,936],[322,893],[357,893]]},{"area":"29c","points":[[192,1189],[192,1172],[189,1149],[196,1132],[207,1124],[219,1104],[228,1089],[244,1078],[264,1060],[264,1104],[323,1104],[420,1104],[478,1137],[478,1229],[478,1352],[468,1367],[440,1363],[426,1362],[418,1342],[420,1334],[407,1319],[406,1305],[398,1287],[397,1268],[406,1260],[413,1254],[408,1239],[400,1233],[385,1234],[374,1232],[359,1224],[339,1219],[334,1207],[325,1197],[304,1188],[288,1180],[273,1167],[251,1167],[230,1176],[218,1186],[204,1194]]},{"area":"2b1","points":[[424,1100],[773,644],[876,600],[482,1134]]},{"area":"2aa","points":[[522,642],[647,642],[650,790],[601,851],[522,851]]},{"area":"2ad","points":[[737,400],[983,400],[983,597],[873,597],[769,643],[737,643]]},{"area":"2b5","points":[[736,185],[736,386],[940,386],[940,185]]},{"area":"2b3","points":[[523,184],[523,558],[683,558],[683,184]]},{"area":"2a6","points":[[608,1058],[608,985],[643,936],[772,936],[772,1058]]},{"area":"296","points":[[567,1102],[812,1102],[812,1142],[856,1142],[856,1102],[1107,1102],[1107,1144],[1149,1144],[1149,1102],[1400,1102],[1400,1220],[1154,1220],[1154,1184],[1109,1184],[1109,1220],[858,1220],[858,1185],[815,1185],[815,1220],[567,1220]]},{"area":"294","points":[[482,1233],[482,1308],[1441,1308],[1441,1233]]},{"area":"292","points":[[1443,1060],[1443,1352],[1692,1352],[1692,1060]]},{"area":"2c7","points":[[1447,896],[1611,896],[1611,602],[1821,602],[1821,1016],[1447,1016]]},{"area":"2c3","points":[[1378,811],[1442,811],[1442,518],[1567,518],[1567,849],[1410,849]]},{"area":"2bd","points":[[1068,336],[1086,321],[1102,336],[1102,393],[1113,393],[1113,336],[1130,322],[1146,336],[1146,392],[1154,392],[1154,336],[1170,323],[1186,336],[1186,391],[1194,391],[1194,336],[1213,321],[1225,336],[1225,392],[1238,392],[1238,336],[1252,322],[1268,338],[1268,393],[1278,393],[1278,336],[1294,320],[1312,336],[1312,393],[1318,393],[1318,336],[1335,319],[1355,336],[1355,389],[1405,389],[1430,410],[1408,429],[1360,429],[1360,438],[1407,438],[1431,454],[1411,470],[1361,470],[1361,478],[1409,478],[1433,498],[1411,513],[1360,513],[1360,518],[1409,518],[1433,536],[1413,553],[1361,553],[1361,562],[1411,562],[1429,580],[1414,593],[1362,593],[1362,602],[1407,602],[1432,622],[1413,639],[1362,639],[1362,644],[1411,644],[1429,663],[1411,679],[1176,679],[1114,598],[1068,598],[1022,598],[1022,394],[1068,394]]},{"area":"2c0","points":[[1185,690],[1260,690],[1437,896],[1437,1010]]},{"area":"29a","points":[[984,1091],[984,1064],[940,1064],[940,1091]]},{"area":"29a","points":[[773,851],[703,851],[736,811],[773,811]]},{"area":"29a","points":[[1189,811],[1264,811],[1297,851],[1189,851]]},{"area":"2b9","points":[[807,847],[807,810],[816,782],[825,755],[846,723],[866,704],[886,688],[915,677],[940,670],[963,669],[989,673],[1016,681],[1049,694],[1078,721],[1097,745],[1103,762],[1158,742],[1173,786],[1115,802],[1121,829],[1116,857],[1106,887],[1089,919],[1064,944],[1038,962],[1029,968],[1048,1035],[1010,1048],[984,981],[951,980],[921,974],[891,963],[869,949],[848,929],[832,907],[826,896],[801,904],[786,864],[812,856]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/092-map-6.04-crypt-of-the-talhund.webp"},"grid":{"type":"square","size":125,"offsetX":77,"offsetY":51,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/093-map-6.04-crypt-of-the-talhund-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2052,"height":1458,"mapParent":{"id":"4a9"},"credit":"Mike Schley","grid":{"type":"square","size":125,"offsetX":77,"offsetY":51,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/098-map-6.05-gibbet-crossing.webp"},"imageType":"map","title":"Map 6.5: Gibbet Crossing","credit":"Mike Schley","width":2229,"height":2889,"id":"4aa","mapRegions":[{"area":"2d2","points":[[745,744],[455,744],[455,623],[394,623],[394,569],[420,569],[420,545],[412,540],[402,539],[395,530],[392,510],[380,501],[373,484],[370,472],[349,452],[342,438],[325,438],[315,437],[310,444],[298,438],[291,424],[292,410],[277,399],[269,389],[253,390],[248,370],[237,361],[231,348],[223,327],[225,312],[234,301],[233,286],[235,272],[233,256],[222,246],[210,235],[204,218],[191,211],[177,201],[170,188],[168,172],[164,159],[154,148],[149,130],[156,120],[152,114],[141,108],[132,98],[143,84],[180,75],[188,79],[204,99],[208,114],[198,124],[204,138],[218,142],[227,157],[229,173],[237,190],[250,197],[256,203],[255,212],[258,223],[268,230],[278,238],[285,242],[291,254],[287,266],[289,283],[296,298],[301,309],[298,316],[288,327],[287,344],[299,352],[308,355],[318,365],[330,376],[336,391],[347,398],[360,403],[371,400],[384,408],[391,419],[393,430],[397,444],[399,464],[412,481],[424,473],[435,474],[448,480],[450,497],[455,508],[745,508]]},{"area":"2d4","points":[[759,743],[759,570],[871,570],[871,628],[932,628],[932,743]]},{"area":"2d9","points":[[275,1050],[275,569],[384,569],[384,634],[443,634],[443,755],[502,755],[502,1050]]},{"area":"2d6","points":[[516,756],[697,756],[697,809],[704,816],[798,816],[805,809],[805,756],[934,756],[934,1048],[871,1048],[871,1102],[813,1102],[813,1049],[629,1049],[629,988],[516,988]]},{"area":"2e5","points":[[711,1305],[702,1288],[692,1280],[687,1260],[695,1247],[703,1239],[708,1232],[712,1217],[708,1204],[700,1218],[688,1226],[678,1235],[668,1237],[666,1225],[663,1212],[663,1202],[646,1205],[642,1213],[633,1225],[628,1240],[629,1248],[625,1257],[613,1248],[604,1242],[598,1226],[598,1212],[583,1196],[572,1188],[567,1161],[557,1152],[547,1148],[535,1149],[524,1139],[519,1127],[507,1119],[508,1128],[507,1144],[515,1155],[523,1172],[535,1183],[538,1198],[538,1209],[551,1219],[555,1232],[555,1252],[546,1252],[542,1242],[515,1231],[508,1215],[501,1204],[495,1198],[482,1199],[470,1189],[460,1182],[451,1168],[437,1162],[420,1164],[405,1160],[392,1151],[372,1148],[362,1151],[335,1149],[332,1155],[340,1162],[356,1168],[367,1165],[378,1178],[389,1186],[403,1192],[417,1193],[428,1198],[435,1212],[442,1221],[452,1228],[463,1240],[469,1252],[480,1262],[475,1271],[455,1268],[448,1263],[432,1267],[420,1265],[410,1258],[394,1256],[386,1262],[372,1265],[365,1262],[352,1256],[335,1254],[325,1247],[309,1245],[315,1258],[326,1267],[335,1283],[327,1296],[308,1306],[299,1302],[280,1301],[275,1314],[277,1341],[278,1352],[299,1348],[318,1348],[338,1347],[355,1338],[368,1332],[378,1334],[395,1333],[408,1327],[425,1332],[452,1330],[464,1322],[485,1319],[502,1312],[513,1301],[525,1300],[523,1307],[525,1320],[518,1339],[501,1344],[485,1350],[465,1354],[451,1363],[439,1372],[433,1388],[421,1396],[405,1401],[388,1405],[376,1415],[370,1432],[359,1441],[355,1457],[341,1467],[332,1478],[326,1490],[332,1491],[349,1480],[368,1475],[382,1472],[393,1463],[401,1451],[412,1440],[418,1425],[437,1420],[453,1420],[467,1414],[466,1399],[477,1387],[498,1382],[511,1379],[532,1369],[551,1367],[556,1367],[556,1382],[555,1400],[543,1408],[529,1417],[528,1437],[517,1452],[503,1464],[498,1477],[495,1494],[487,1514],[474,1528],[464,1540],[466,1555],[462,1568],[479,1559],[489,1541],[505,1538],[517,1529],[523,1519],[529,1508],[529,1498],[536,1488],[555,1482],[568,1471],[572,1458],[575,1448],[583,1439],[598,1431],[611,1421],[618,1421],[615,1436],[608,1448],[610,1465],[611,1487],[605,1499],[591,1505],[582,1510],[580,1527],[577,1536],[568,1548],[556,1552],[550,1564],[540,1579],[542,1589],[555,1582],[565,1567],[581,1565],[604,1552],[613,1539],[622,1520],[637,1513],[649,1503],[652,1490],[657,1480],[672,1474],[687,1467],[698,1456],[692,1441],[695,1426],[698,1402],[691,1392],[697,1370],[714,1367],[728,1361],[738,1347],[742,1335],[748,1308],[745,1289],[734,1293],[725,1302],[718,1306]]},{"area":"2e3","points":[[809,1641],[802,1634],[797,1612],[797,1601],[809,1585],[817,1571],[815,1546],[808,1537],[797,1529],[795,1508],[796,1488],[789,1474],[785,1464],[772,1451],[770,1430],[765,1416],[757,1403],[752,1381],[757,1367],[750,1347],[756,1310],[751,1280],[750,1257],[757,1238],[767,1230],[785,1218],[795,1207],[805,1190],[810,1173],[810,1116],[867,1116],[880,1116],[891,1107],[902,1095],[919,1088],[932,1090],[950,1095],[964,1084],[986,1072],[1002,1069],[1020,1071],[1034,1066],[1036,1050],[1050,1037],[1070,1022],[1084,1015],[1097,1004],[1096,990],[1097,974],[1109,965],[1110,947],[1106,931],[1113,898],[1136,891],[1151,879],[1168,884],[1193,889],[1210,903],[1235,905],[1251,914],[1276,922],[1288,924],[1292,932],[1283,954],[1275,970],[1269,993],[1277,1005],[1272,1017],[1258,1034],[1248,1043],[1239,1062],[1242,1082],[1240,1097],[1234,1110],[1237,1130],[1239,1145],[1238,1163],[1231,1183],[1232,1213],[1238,1236],[1253,1247],[1262,1268],[1261,1283],[1265,1323],[1258,1337],[1262,1351],[1266,1363],[1271,1377],[1269,1394],[1260,1403],[1263,1421],[1270,1430],[1282,1454],[1288,1471],[1303,1470],[1317,1480],[1330,1494],[1344,1506],[1348,1523],[1353,1538],[1363,1554],[1372,1570],[1380,1579],[1398,1579],[1411,1580],[1424,1598],[1424,1613],[1424,1628],[1416,1642],[1398,1647],[1388,1657],[1368,1666],[1350,1671],[1333,1680],[1313,1690],[1292,1697],[1275,1705],[1251,1701],[1237,1682],[1232,1670],[1230,1652],[1213,1637],[1199,1630],[1191,1614],[1177,1606],[1160,1610],[1142,1607],[1116,1598],[1101,1593],[1095,1577],[1085,1570],[1066,1570],[1049,1565],[1042,1559],[1025,1563],[1004,1567],[997,1580],[983,1589],[970,1592],[958,1606],[955,1621],[948,1637],[934,1649],[877,1658],[837,1658],[817,1648]]},{"area":"2f5","points":[[939,1713],[939,2068],[991,2068],[991,1892],[1050,1892],[1050,1713]]},{"area":"2e1","points":[[807,1648],[835,1665],[927,1658],[927,1673],[929,1687],[929,1704],[929,1772],[917,1775],[903,1778],[896,1792],[897,1808],[897,1822],[881,1827],[871,1839],[859,1852],[861,1865],[864,1885],[853,1900],[844,1909],[839,1936],[830,1954],[818,1970],[806,1982],[801,1992],[800,2008],[798,2024],[805,2037],[797,2051],[793,2066],[774,2070],[745,2076],[724,2077],[690,2069],[673,2052],[651,2042],[631,2042],[625,2017],[631,2001],[641,1993],[651,1975],[656,1953],[657,1938],[668,1924],[685,1917],[697,1901],[697,1832],[730,1832],[730,1815],[744,1794],[756,1781],[757,1760],[756,1738],[762,1723],[776,1703],[789,1683],[800,1676],[802,1661]]},{"area":"2dc","points":[[334,1719],[334,1944],[628,1944],[628,1719]]},{"area":"2de","points":[[269,1963],[269,2197],[448,2197],[448,1963]]},{"area":"2f7","points":[[1109,2370],[1109,2082],[810,2082],[810,2370]]},{"area":"2fa","points":[[1239,2015],[1239,2257],[1347,2257],[1347,2015]]},{"area":"300","points":[[870,2743],[870,2497],[1172,2497],[1172,2743],[1083,2743],[1051,2772],[1021,2782],[990,2774],[958,2743]]},{"area":"2fe","points":[[1240,2741],[1240,2378],[1470,2378],[1470,2505],[1766,2505],[1766,2741],[1640,2741],[1617,2766],[1565,2784],[1516,2770],[1482,2741]]},{"area":"2fc","points":[[1281,1714],[1393,1664],[1402,1651],[1413,1649],[1419,1662],[1430,1676],[1433,1695],[1443,1703],[1457,1714],[1464,1737],[1469,1756],[1462,1770],[1467,1789],[1481,1794],[1494,1794],[1506,1809],[1510,1823],[1507,1833],[1511,1856],[1518,1863],[1523,1872],[1541,1878],[1547,1896],[1546,1915],[1546,1935],[1554,1951],[1560,1965],[1566,1984],[1577,2000],[1581,2022],[1578,2037],[1583,2055],[1586,2074],[1590,2089],[1603,2096],[1616,2119],[1630,2138],[1638,2149],[1652,2154],[1661,2151],[1671,2152],[1679,2164],[1692,2174],[1695,2192],[1702,2212],[1717,2224],[1698,2248],[1687,2267],[1675,2287],[1663,2298],[1648,2325],[1634,2343],[1616,2360],[1597,2388],[1583,2416],[1563,2411],[1555,2389],[1523,2370],[1504,2357],[1497,2340],[1482,2332],[1459,2337],[1440,2336],[1430,2321],[1416,2305],[1412,2291],[1411,2279],[1417,2264],[1411,2249],[1396,2234],[1397,2212],[1407,2200],[1403,2172],[1402,2158],[1404,2143],[1404,2126],[1389,2111],[1387,2087],[1385,2069],[1359,2067],[1358,2023],[1363,2003],[1350,1983],[1343,1962],[1350,1942],[1349,1924],[1340,1913],[1326,1887],[1316,1865],[1323,1833],[1320,1807],[1309,1786],[1303,1769],[1309,1751],[1307,1734],[1297,1724]]},{"area":"307","points":[[1594,1833],[1594,2070],[1709,2070],[1709,1833]]},{"area":"304","points":[[1722,1774],[2074,1774],[2074,2139],[1956,2139],[1956,2070],[1722,2070]]},{"area":"30d","points":[[1594,1534],[1713,1534],[1713,1417],[1890,1417],[1890,1645],[1594,1645]]},{"area":"309","points":[[1722,1770],[1722,1660],[1901,1660],[1901,1404],[1714,1407],[1714,1238],[1775,1238],[1775,1351],[1988,1351],[1988,1712],[1776,1712],[1776,1770]]},{"area":"311","points":[[1715,1050],[1715,1223],[2016,1223],[2016,1050]]},{"area":"2f0","points":[[1610,1477],[1635,1470],[1642,1447],[1646,1427],[1662,1399],[1662,1290],[1650,1284],[1652,1269],[1654,1244],[1651,1223],[1643,1199],[1628,1188],[1607,1180],[1595,1172],[1571,1173],[1546,1174],[1533,1163],[1529,1148],[1533,1132],[1531,1117],[1507,1117],[1481,1117],[1477,1137],[1474,1153],[1477,1168],[1454,1169],[1426,1177],[1408,1180],[1387,1179],[1377,1172],[1360,1172],[1343,1185],[1342,1202],[1349,1224],[1352,1243],[1343,1258],[1343,1281],[1350,1300],[1342,1317],[1330,1330],[1330,1347],[1333,1352],[1333,1364],[1325,1386],[1334,1403],[1355,1412],[1364,1431],[1372,1443],[1385,1460],[1406,1467],[1418,1453],[1437,1456],[1458,1460],[1466,1473],[1487,1479],[1506,1476],[1521,1470],[1540,1475],[1552,1477],[1579,1477],[1595,1470]]},{"area":"2ee","points":[[1732,816],[1768,822],[1780,817],[1777,786],[1774,764],[1787,755],[1816,757],[1843,755],[1836,727],[1837,696],[1835,665],[1837,645],[1854,639],[1883,643],[1903,637],[1916,656],[1937,650],[1944,641],[1974,651],[2003,663],[2011,671],[2010,685],[2017,707],[2017,730],[2017,743],[2017,757],[2017,787],[2010,803],[2018,827],[2019,843],[2018,855],[2016,885],[2022,905],[2018,923],[2001,927],[1977,930],[1963,919],[1942,931],[1917,932],[1887,931],[1866,929],[1849,929],[1825,931],[1801,934],[1774,931],[1746,929],[1723,930],[1717,897],[1724,884],[1728,859],[1725,838],[1726,826]]},{"area":"2ec","points":[[1478,679],[1495,661],[1503,648],[1525,637],[1541,637],[1561,639],[1570,627],[1591,624],[1613,630],[1636,633],[1650,626],[1669,619],[1690,619],[1710,624],[1723,631],[1732,650],[1727,662],[1721,672],[1713,685],[1714,705],[1712,717],[1716,736],[1718,748],[1710,765],[1709,783],[1715,801],[1722,813],[1720,830],[1719,863],[1710,870],[1709,893],[1707,913],[1708,934],[1706,951],[1702,970],[1697,973],[1690,988],[1664,997],[1654,1001],[1648,1017],[1655,1029],[1653,1038],[1638,1049],[1626,1060],[1610,1066],[1601,1083],[1598,1095],[1573,1103],[1550,1101],[1527,1105],[1497,1104],[1471,1103],[1445,1101],[1431,1093],[1410,1092],[1413,1074],[1417,1058],[1412,1039],[1417,1018],[1432,1009],[1444,1006],[1443,984],[1442,969],[1438,945],[1448,925],[1453,908],[1456,891],[1443,876],[1450,858],[1463,850],[1463,834],[1456,822],[1455,802],[1466,790],[1474,784],[1475,766],[1481,741],[1478,723],[1475,707],[1474,691]]},{"area":"2ea","points":[[1176,67],[1203,67],[1234,63],[1243,77],[1242,98],[1237,111],[1231,123],[1232,140],[1241,150],[1230,167],[1219,181],[1211,203],[1198,224],[1203,238],[1203,250],[1195,254],[1187,270],[1190,288],[1189,298],[1177,306],[1174,328],[1159,339],[1137,348],[1124,361],[1119,387],[1110,407],[1100,418],[1109,443],[1119,454],[1128,443],[1130,420],[1146,404],[1154,389],[1156,374],[1183,363],[1189,350],[1210,337],[1218,345],[1237,350],[1250,356],[1264,340],[1285,337],[1304,342],[1324,339],[1337,343],[1351,354],[1365,367],[1372,382],[1377,398],[1379,415],[1370,417],[1357,437],[1345,444],[1326,452],[1313,467],[1299,481],[1286,491],[1285,509],[1302,497],[1317,492],[1330,481],[1350,476],[1356,461],[1363,449],[1375,457],[1388,470],[1390,486],[1385,507],[1377,522],[1365,542],[1349,550],[1330,555],[1320,573],[1305,580],[1277,582],[1265,597],[1252,609],[1229,611],[1217,619],[1203,619],[1184,609],[1190,594],[1184,577],[1178,562],[1176,541],[1165,528],[1167,500],[1194,490],[1208,483],[1225,470],[1236,453],[1240,438],[1223,437],[1203,443],[1179,461],[1168,478],[1150,477],[1132,490],[1119,508],[1126,529],[1130,550],[1141,565],[1144,587],[1119,583],[1102,575],[1093,563],[1073,562],[1057,546],[1046,521],[1044,495],[1053,473],[1050,457],[1038,453],[1030,439],[1031,417],[1040,402],[1047,363],[1072,338],[1085,316],[1095,302],[1105,285],[1121,275],[1136,264],[1149,244],[1142,224],[1146,203],[1158,191],[1161,173],[1175,163],[1176,142],[1164,131],[1160,121],[1164,101],[1177,90],[1177,79]]},{"area":"2e7","points":[[1157,873],[1167,857],[1162,841],[1163,825],[1161,807],[1164,793],[1183,778],[1197,773],[1207,777],[1223,767],[1227,751],[1236,733],[1251,718],[1270,708],[1272,694],[1291,675],[1305,661],[1310,646],[1304,634],[1313,613],[1323,607],[1339,594],[1344,577],[1361,562],[1373,547],[1390,521],[1397,506],[1403,488],[1418,484],[1432,483],[1441,471],[1454,459],[1460,441],[1481,430],[1495,416],[1511,411],[1523,414],[1538,411],[1547,394],[1563,383],[1577,377],[1608,374],[1622,370],[1630,379],[1628,398],[1634,405],[1648,410],[1660,421],[1666,431],[1673,448],[1664,453],[1660,473],[1674,477],[1677,496],[1682,514],[1697,523],[1689,531],[1668,540],[1653,535],[1637,528],[1617,530],[1599,533],[1586,541],[1577,555],[1561,566],[1543,569],[1537,577],[1533,587],[1518,602],[1508,617],[1510,628],[1526,631],[1502,643],[1490,661],[1475,677],[1452,688],[1440,700],[1430,711],[1418,718],[1410,737],[1408,750],[1403,762],[1390,770],[1377,775],[1374,795],[1378,803],[1376,818],[1362,829],[1349,835],[1337,849],[1324,853],[1319,874],[1320,890],[1320,904],[1311,919],[1295,927],[1285,918],[1269,914],[1246,908],[1238,904],[1210,898],[1193,883],[1169,878]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/098-map-6.05-gibbet-crossing.webp"},"grid":{"type":"square","size":121,"offsetX":-17,"offsetY":-35,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/099-map-6.05-gibbet-crossing-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2229,"height":2889,"mapParent":{"id":"4aa"},"credit":"Mike Schley","grid":{"type":"square","size":121,"offsetX":-17,"offsetY":-35,"scale":4}}]},{"name":"Ch. 7: Rifts in Reality","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/106-map-7.01-tunnels-of-the-deep.webp"},"imageType":"map","title":"Map 7.1: Tunnels of the Deep","credit":"Mike Schley","width":2060,"height":1466,"id":"4ab","mapRegions":[{"area":"32d","points":[[801,668],[807,653],[807,636],[811,615],[799,599],[780,592],[762,584],[754,572],[761,563],[774,560],[788,540],[787,519],[789,499],[790,485],[796,477],[770,474],[758,484],[754,494],[751,506],[744,519],[730,528],[718,537],[713,550],[691,551],[667,549],[647,544],[650,564],[649,585],[662,584],[677,588],[697,595],[719,596],[726,604],[720,614],[735,626],[748,633],[756,648],[766,661],[762,672],[777,673],[784,673]]},{"area":"32f","points":[[628,700],[633,689],[656,684],[660,673],[673,677],[688,680],[699,684],[712,682],[735,678],[753,677],[784,678],[803,671],[815,673],[830,673],[841,682],[853,685],[870,689],[876,706],[879,724],[883,747],[878,769],[864,774],[847,772],[835,768],[821,771],[808,785],[796,796],[773,794],[767,785],[759,766],[745,760],[736,754],[713,752],[698,752],[679,753],[673,763],[656,753],[644,752],[629,755],[614,760],[610,751],[614,736],[617,718],[615,705]]},{"area":"335","points":[[522,915],[532,912],[538,899],[536,887],[544,871],[548,858],[562,845],[571,838],[578,842],[597,844],[609,834],[624,829],[651,828],[670,825],[678,828],[696,828],[711,831],[712,840],[718,849],[724,858],[723,871],[726,882],[738,880],[744,873],[756,878],[768,885],[772,892],[764,897],[765,914],[769,925],[765,938],[758,948],[754,960],[742,970],[722,965],[707,960],[687,961],[675,955],[671,951],[648,954],[636,955],[626,952],[612,955],[594,957],[581,959],[567,962],[550,960],[545,954],[535,958],[525,959],[519,946],[516,932],[516,924]]},{"area":"333","points":[[477,769],[488,762],[501,760],[512,754],[513,737],[518,723],[534,718],[545,705],[555,688],[565,673],[580,672],[598,660],[603,646],[616,641],[626,631],[628,617],[631,605],[637,592],[644,583],[645,566],[645,543],[645,533],[637,525],[621,523],[608,521],[590,518],[572,514],[562,502],[546,496],[525,496],[510,495],[498,502],[485,507],[476,515],[472,528],[462,535],[449,542],[443,546],[440,561],[437,576],[442,587],[438,603],[437,614],[438,628],[443,636],[440,648],[432,658],[427,670],[434,682],[432,695],[435,707],[446,724],[448,734],[457,742],[465,756]]},{"area":"33d","points":[[1541,365],[1550,355],[1553,343],[1562,331],[1570,324],[1566,308],[1568,281],[1565,265],[1560,254],[1549,239],[1546,228],[1543,213],[1535,196],[1530,178],[1539,154],[1551,150],[1561,155],[1575,155],[1587,149],[1604,147],[1620,149],[1640,147],[1653,150],[1655,160],[1654,168],[1663,181],[1677,190],[1688,192],[1702,186],[1716,184],[1735,189],[1751,192],[1781,190],[1800,185],[1818,186],[1814,172],[1822,158],[1830,150],[1845,150],[1865,149],[1878,150],[1888,155],[1898,162],[1902,178],[1897,188],[1898,203],[1898,221],[1892,232],[1873,233],[1855,235],[1847,235],[1847,249],[1840,262],[1825,269],[1808,277],[1803,285],[1790,286],[1773,288],[1762,289],[1750,291],[1739,293],[1735,305],[1728,312],[1715,311],[1700,312],[1688,312],[1671,318],[1656,311],[1643,300],[1644,285],[1644,276],[1651,267],[1647,248],[1642,237],[1632,232],[1613,218],[1598,203],[1588,196],[1577,195],[1568,203],[1578,211],[1584,221],[1585,234],[1592,244],[1590,252],[1588,272],[1592,284],[1594,298],[1595,312],[1602,322],[1600,331],[1595,337],[1585,340],[1582,353],[1566,359],[1555,369],[1549,375],[1540,372]]},{"area":"338","points":[[1368,224],[1448,242],[1449,266],[1450,283],[1452,301],[1447,318],[1439,332],[1445,351],[1456,362],[1481,352],[1501,355],[1512,353],[1523,369],[1529,455],[1513,452],[1496,442],[1490,432],[1475,428],[1462,428],[1445,435],[1448,460],[1439,470],[1442,489],[1434,510],[1422,523],[1368,563]]},{"area":"33a","points":[[1595,671],[1612,623],[1626,561],[1645,555],[1648,538],[1646,522],[1653,501],[1660,481],[1678,474],[1688,472],[1695,462],[1698,449],[1691,439],[1692,425],[1699,411],[1704,393],[1706,378],[1721,370],[1741,356],[1754,343],[1774,336],[1788,336],[1798,330],[1811,315],[1828,317],[1842,315],[1855,304],[1878,311],[1895,313],[1896,333],[1896,342],[1902,358],[1902,375],[1899,389],[1895,408],[1897,427],[1894,441],[1898,458],[1900,473],[1904,504],[1902,520],[1902,535],[1895,553],[1893,566],[1888,585],[1889,599],[1882,614],[1884,632],[1886,650],[1881,663],[1875,678],[1862,687],[1844,696],[1827,689],[1812,684],[1803,672],[1806,659],[1793,655],[1783,651],[1772,655],[1762,665],[1742,669],[1726,675],[1698,677],[1680,678],[1651,675],[1627,677],[1605,677]]},{"area":"343","points":[[1527,1007],[1534,988],[1532,958],[1530,946],[1522,925],[1534,917],[1550,910],[1562,902],[1568,888],[1578,873],[1587,853],[1602,838],[1622,836],[1640,835],[1655,838],[1673,832],[1702,833],[1725,829],[1732,837],[1759,842],[1773,842],[1784,835],[1815,835],[1831,840],[1847,846],[1858,858],[1852,875],[1842,885],[1824,882],[1813,888],[1809,901],[1805,917],[1799,933],[1791,952],[1782,955],[1775,966],[1774,978],[1775,998],[1774,1016],[1775,1028],[1783,1037],[1779,1053],[1771,1064],[1751,1068],[1737,1078],[1715,1073],[1708,1065],[1694,1065],[1685,1069],[1666,1072],[1650,1073],[1630,1083],[1622,1090],[1605,1091],[1596,1098],[1582,1087],[1575,1081],[1549,1078],[1535,1076],[1528,1058],[1532,1038],[1526,1020]]},{"area":"341","points":[[1368,872],[1368,799],[1594,799],[1588,810],[1568,816],[1552,814],[1544,825],[1529,835],[1515,834],[1501,842],[1490,857],[1482,869],[1488,882],[1490,898],[1485,914],[1483,929],[1478,943],[1487,965],[1503,961],[1522,957],[1525,983],[1523,999],[1506,996],[1491,997],[1475,1004],[1465,1012],[1438,998],[1419,988],[1422,972],[1417,948],[1418,936],[1427,923],[1441,912],[1447,895],[1454,881],[1452,860],[1445,855],[1430,858],[1408,864],[1395,859],[1381,864]]},{"area":"345","points":[[1411,1142],[1423,1134],[1432,1122],[1445,1123],[1458,1118],[1475,1118],[1489,1120],[1506,1121],[1522,1115],[1542,1116],[1557,1116],[1565,1126],[1578,1132],[1588,1141],[1595,1142],[1602,1139],[1616,1142],[1622,1152],[1640,1158],[1655,1154],[1665,1159],[1675,1162],[1677,1170],[1689,1180],[1695,1191],[1693,1202],[1688,1212],[1686,1228],[1685,1248],[1669,1264],[1658,1278],[1641,1287],[1628,1292],[1620,1299],[1608,1305],[1605,1318],[1595,1322],[1582,1319],[1571,1315],[1556,1319],[1538,1321],[1522,1322],[1506,1318],[1491,1315],[1482,1308],[1468,1310],[1456,1310],[1438,1301],[1428,1290],[1418,1278],[1419,1265],[1408,1256],[1398,1238],[1402,1227],[1406,1223],[1406,1204],[1402,1189],[1406,1175],[1412,1160],[1410,1153]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/106-map-7.01-tunnels-of-the-deep.webp"},"grid":{"type":"square","size":121,"offsetX":-14,"offsetY":-32,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/107-map-7.01-tunnels-of-the-deep-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2060,"height":1466,"mapParent":{"id":"4ab"},"credit":"Mike Schley","grid":{"type":"square","size":121,"offsetX":-14,"offsetY":-32,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/111-map-7.02-illithinoch.webp"},"imageType":"map","title":"Map 7.2: Illithinoch","credit":"Mike Schley","width":2204,"height":2873,"id":"4ac","mapRegions":[{"area":"374","points":[[243,323],[270,327],[306,327],[306,400],[318,412],[353,412],[367,398],[367,304],[386,285],[794,285],[816,307],[816,577],[796,597],[264,597],[243,573]]},{"area":"371","points":[[253,667],[799,667],[817,685],[817,911],[826,920],[924,920],[937,933],[937,970],[924,983],[193,983],[180,970],[180,936],[192,924],[230,924],[240,914],[240,684]]},{"area":"36b","points":[[301,1071],[321,1051],[601,1051],[616,1066],[616,1416],[597,1435],[323,1435],[301,1414]]},{"area":"36e","points":[[689,1193],[703,1179],[930,1179],[946,1195],[946,1417],[928,1435],[704,1435],[689,1419]]},{"area":"35b","points":[[371,1711],[391,1691],[1043,1691],[1066,1714],[1066,1927],[1047,1946],[393,1946],[371,1928]]},{"area":"359","points":[[51,1790],[79,1781],[93,1763],[124,1757],[156,1754],[183,1757],[211,1757],[234,1753],[243,1736],[241,1714],[259,1696],[274,1690],[293,1694],[300,1706],[304,1720],[306,1741],[310,1757],[333,1757],[356,1766],[360,1793],[361,1866],[350,1879],[329,1879],[311,1884],[303,1899],[303,1917],[291,1934],[271,1941],[249,1924],[246,1903],[240,1880],[226,1879],[210,1891],[187,1901],[169,1914],[156,1930],[146,1960],[134,1989],[120,2001],[103,2014],[77,2027],[51,2050]]},{"area":"35e","points":[[1134,1990],[1134,1577],[1149,1562],[1313,1562],[1328,1577],[1328,1996],[1315,2009],[1147,2009]]},{"area":"37e","points":[[1390,1710],[1406,1694],[1571,1694],[1585,1680],[1585,1646],[1599,1632],[1759,1632],[1774,1647],[1774,1677],[1788,1691],[1959,1691],[1972,1710],[1972,1801],[1958,1815],[1853,1815],[1838,1830],[1838,1939],[1849,1950],[1954,1950],[1970,1966],[1970,2069],[1958,2081],[1856,2081],[1844,2093],[1844,2189],[1855,2200],[1959,2200],[1971,2212],[1971,2324],[1962,2333],[1856,2333],[1846,2343],[1846,2450],[1856,2460],[1956,2460],[1969,2473],[1969,2584],[1960,2593],[1854,2593],[1844,2603],[1844,2766],[1829,2781],[1530,2781],[1515,2766],[1515,2606],[1503,2594],[1403,2594],[1390,2579],[1390,2476],[1406,2460],[1509,2460],[1520,2449],[1520,2349],[1507,2336],[1403,2336],[1390,2324],[1390,2219],[1405,2204],[1510,2204],[1521,2193],[1521,2089],[1510,2078],[1403,2078],[1390,2063],[1390,1966],[1403,1953],[1507,1953],[1521,1939],[1521,1831],[1510,1820],[1404,1820],[1390,1805]]},{"area":"364","points":[[366,2167],[389,2144],[790,2144],[809,2163],[809,2563],[791,2581],[389,2581],[366,2559]]},{"area":"368","points":[[431,2671],[443,2659],[796,2659],[809,2672],[809,2771],[795,2785],[443,2785],[431,2771]]},{"area":"361","points":[[1011,2286],[1025,2272],[1119,2272],[1136,2255],[1136,2096],[1153,2079],[1314,2079],[1327,2092],[1327,2189],[1312,2204],[1221,2204],[1206,2219],[1206,2255],[1223,2272],[1319,2272],[1332,2285],[1332,2636],[1312,2656],[1027,2656],[1011,2641]]},{"area":"379","points":[[1010,1257],[1024,1243],[1574,1243],[1586,1255],[1586,1491],[1021,1491],[1010,1472]]},{"area":"389","points":[[951,686],[968,669],[1437,669],[1450,682],[1450,1097],[1435,1112],[966,1112],[951,1088]]},{"area":"383","points":[[1517,751],[1537,731],[1889,731],[1903,745],[1903,910],[1937,954],[1909,989],[1909,1166],[1897,1178],[1537,1178],[1517,1163]]},{"area":"385","points":[[1584,363],[1600,347],[1893,347],[1909,363],[1909,649],[1893,665],[1600,665],[1585,650],[1585,550],[1597,538],[1763,538],[1775,526],[1775,491],[1763,479],[1601,479],[1584,465]]},{"area":"38c","points":[[944,369],[962,351],[1121,351],[1136,336],[1136,316],[1147,305],[1249,305],[1262,318],[1262,334],[1274,346],[1441,346],[1458,369],[1458,524],[1442,540],[960,540],[944,526]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/111-map-7.02-illithinoch.webp"},"grid":{"type":"square","size":193,"offsetX":-58,"offsetY":56,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/112-map-7.02-illithinoch-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2204,"height":2873,"mapParent":{"id":"4ac"},"credit":"Mike Schley","grid":{"type":"square","size":193,"offsetX":-58,"offsetY":56,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/119-map-7.03-feeder-trenches.webp"},"imageType":"map","title":"Map 7.3: Feeder Trenches","credit":"Mike Schley","width":2049,"height":1452,"id":"4ad","mapRegions":[{"area":"3a0","points":[[93,364],[100,325],[109,300],[128,269],[159,244],[201,231],[963,231],[992,236],[1019,244],[1046,268],[1070,294],[1082,322],[1087,356],[1087,897],[1021,888],[985,872],[961,831],[949,791],[940,773],[921,764],[519,764],[501,776],[494,788],[495,830],[483,880],[425,897],[227,897],[227,866],[216,839],[201,833],[139,833],[106,815],[93,784]]},{"area":"39e","points":[[1218,343],[1233,300],[1259,267],[1284,247],[1329,233],[1684,233],[1723,235],[1751,246],[1780,268],[1804,297],[1819,336],[1819,554],[1808,579],[1795,597],[1781,612],[1748,628],[1708,631],[1554,631],[1554,583],[1543,568],[1513,563],[1496,570],[1487,579],[1487,631],[1300,631],[1277,620],[1251,605],[1231,585],[1218,552]]},{"area":"3a5","points":[[559,1068],[559,1004],[569,981],[590,964],[611,962],[735,962],[752,954],[755,939],[755,908],[769,897],[795,896],[809,897],[821,909],[822,943],[828,960],[852,963],[892,963],[913,963],[931,973],[946,982],[956,1007],[955,1041],[955,1213],[962,1225],[989,1226],[1010,1233],[1022,1254],[1020,1272],[1012,1291],[996,1298],[970,1296],[957,1298],[954,1314],[947,1333],[935,1354],[906,1363],[615,1363],[584,1355],[564,1336],[559,1316]]},{"area":"3a2","points":[[1155,1002],[1171,974],[1206,962],[1624,962],[1655,967],[1674,979],[1684,1004],[1686,1049],[1686,1332],[1680,1353],[1653,1362],[1241,1362],[1205,1348],[1174,1319],[1158,1288],[1155,1254]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/119-map-7.03-feeder-trenches.webp"},"grid":{"type":"square","size":200,"offsetX":64,"offsetY":93,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/120-map-7.03-feeder-trenches-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2049,"height":1452,"mapParent":{"id":"4ad"},"credit":"Mike Schley","grid":{"type":"square","size":200,"offsetX":64,"offsetY":93,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/121-map-7.04-spawn-hollow.webp"},"imageType":"map","title":"Map 7.4: Spawn Hollow","credit":"Mike Schley","width":2049,"height":1452,"id":"4ae","mapRegions":[{"area":"3ab","points":[[810,663],[801,643],[810,626],[812,594],[799,588],[798,573],[802,554],[799,523],[810,502],[811,469],[810,454],[794,458],[785,445],[775,429],[772,406],[760,398],[758,376],[748,364],[728,359],[720,334],[726,314],[721,289],[731,268],[736,238],[758,225],[772,211],[772,200],[779,189],[795,175],[808,159],[827,155],[845,142],[858,126],[892,119],[909,126],[928,123],[941,111],[959,114],[976,111],[1005,112],[1037,104],[1046,91],[1067,83],[1088,90],[1105,95],[1123,102],[1138,96],[1148,89],[1162,90],[1175,88],[1192,86],[1222,85],[1241,86],[1261,95],[1290,92],[1305,89],[1336,91],[1348,104],[1349,120],[1372,124],[1378,120],[1400,112],[1408,103],[1417,109],[1431,124],[1438,138],[1453,149],[1469,149],[1475,156],[1506,162],[1523,157],[1543,173],[1548,186],[1556,191],[1566,190],[1573,202],[1589,215],[1603,209],[1618,203],[1641,208],[1657,202],[1676,210],[1692,215],[1709,213],[1729,223],[1749,241],[1755,254],[1774,265],[1794,265],[1814,264],[1824,278],[1842,280],[1854,291],[1850,302],[1858,318],[1871,330],[1886,324],[1899,333],[1904,344],[1905,365],[1899,387],[1895,404],[1891,415],[1883,435],[1891,441],[1894,466],[1910,489],[1911,498],[1893,501],[1889,520],[1875,524],[1864,539],[1859,556],[1836,564],[1797,582],[1752,531],[1732,490],[1734,474],[1734,452],[1741,440],[1735,419],[1718,425],[1705,443],[1685,455],[1675,474],[1662,494],[1637,505],[1622,517],[1597,523],[1577,530],[1566,541],[1565,555],[1551,558],[1535,571],[1528,584],[1517,582],[1498,582],[1482,588],[1467,582],[1438,579],[1421,579],[1416,568],[1403,547],[1381,555],[1364,554],[1343,562],[1334,576],[1330,596],[1308,602],[1283,603],[1269,613],[1265,632],[1246,634],[1226,638],[1213,628],[1198,640],[1188,646],[1178,645],[1159,644],[1135,658],[1121,670],[1121,688],[1098,702],[1084,708],[1068,720],[1067,731],[1057,745],[1031,744],[1014,750],[998,757],[977,752],[957,750],[942,759],[926,758],[905,766],[885,759],[865,744],[825,723],[810,696],[808,675]]},{"area":"3b0","points":[[628,937],[623,916],[621,899],[625,882],[628,868],[617,846],[611,831],[600,816],[614,813],[625,800],[616,784],[608,773],[582,774],[564,764],[570,750],[603,693],[680,680],[704,688],[718,693],[732,685],[751,690],[783,691],[797,684],[797,703],[812,726],[849,747],[839,763],[824,776],[818,795],[816,806],[795,812],[765,814],[739,825],[729,809],[707,805],[706,832],[710,845],[714,867],[711,889],[711,910],[696,917],[684,936],[664,941],[648,939]]},{"area":"3ad","points":[[376,1049],[414,1031],[459,1029],[493,1040],[518,1042],[548,1044],[575,1038],[595,1027],[595,1006],[616,1010],[641,1013],[657,998],[684,999],[711,994],[726,975],[736,959],[760,958],[786,954],[815,959],[831,959],[832,974],[844,981],[861,986],[875,978],[891,995],[896,1011],[891,1023],[905,1037],[920,1038],[930,1056],[947,1075],[944,1089],[939,1106],[941,1122],[924,1125],[914,1137],[917,1151],[925,1170],[936,1178],[957,1169],[962,1211],[957,1268],[944,1290],[929,1309],[906,1311],[882,1317],[853,1320],[840,1309],[834,1289],[818,1275],[800,1271],[791,1290],[789,1299],[779,1296],[765,1290],[742,1303],[725,1296],[698,1294],[686,1306],[679,1320],[676,1336],[653,1344],[635,1336],[632,1319],[615,1309],[590,1310],[574,1321],[559,1324],[546,1311],[525,1308],[511,1310],[494,1298],[503,1281],[510,1264],[505,1250],[494,1239],[478,1243],[464,1230],[440,1231],[425,1240],[404,1255],[388,1265],[390,1284],[377,1292],[357,1306],[345,1321],[323,1331],[305,1329],[288,1325],[275,1333],[251,1330],[241,1317],[227,1296],[241,1279],[245,1262],[244,1234],[239,1214],[246,1198],[266,1202],[284,1188],[283,1168],[303,1163],[314,1157],[321,1138],[334,1119],[331,1103],[348,1101],[359,1088],[374,1070]]},{"area":"3a9","points":[[1219,1189],[1170,1203],[1081,1154],[1101,1114],[1096,1079],[1107,1049],[1129,1040],[1146,1022],[1147,1000],[1147,976],[1171,972],[1189,950],[1217,938],[1227,926],[1239,906],[1235,886],[1229,870],[1236,855],[1258,835],[1272,823],[1297,822],[1338,817],[1364,806],[1383,801],[1403,808],[1422,809],[1452,809],[1479,792],[1482,771],[1479,737],[1478,718],[1501,712],[1509,686],[1529,666],[1551,650],[1563,627],[1587,603],[1606,583],[1626,571],[1652,562],[1692,565],[1757,598],[1741,631],[1729,652],[1722,672],[1723,692],[1705,698],[1671,719],[1656,732],[1639,739],[1628,763],[1611,769],[1602,785],[1601,806],[1597,835],[1604,858],[1624,861],[1650,866],[1662,879],[1689,886],[1706,908],[1710,922],[1699,948],[1702,975],[1701,996],[1717,1001],[1728,1021],[1754,1025],[1770,1041],[1784,1061],[1806,1043],[1819,1056],[1836,1065],[1825,1086],[1823,1110],[1816,1120],[1791,1122],[1776,1129],[1782,1146],[1764,1160],[1770,1189],[1771,1218],[1764,1229],[1733,1236],[1718,1229],[1692,1232],[1674,1214],[1669,1186],[1642,1181],[1626,1192],[1597,1196],[1587,1182],[1554,1171],[1536,1189],[1516,1179],[1493,1174],[1472,1154],[1454,1135],[1445,1110],[1428,1105],[1406,1093],[1387,1079],[1392,1057],[1372,1039],[1350,1042],[1345,1019],[1339,995],[1320,991],[1302,1005],[1299,1032],[1302,1045],[1289,1054],[1274,1075],[1277,1095],[1272,1119],[1261,1131],[1244,1143],[1244,1166],[1236,1177]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/121-map-7.04-spawn-hollow.webp"},"grid":{"type":"square","size":181,"offsetX":79,"offsetY":94,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/122-map-7.04-spawn-hollow-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2049,"height":1452,"mapParent":{"id":"4ae"},"credit":"Mike Schley","grid":{"type":"square","size":181,"offsetX":79,"offsetY":94,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/123-map-7.05-labyrinth-of-eyes.webp"},"imageType":"map","title":"Map 7.5: Labyrinth of Eyes","credit":"Mike Schley","width":2053,"height":1458,"id":"4af","mapRegions":[{"area":"3c2","points":[[505,450],[568,428],[640,428],[704,492],[572,492],[505,475]]},{"area":"3b9","points":[[972,634],[979,594],[995,563],[1012,531],[1029,504],[1051,482],[1084,456],[1117,442],[1151,431],[1189,426],[1224,423],[1265,434],[1301,444],[1326,459],[1351,474],[1372,496],[1390,517],[1406,546],[1422,570],[1432,602],[1442,636],[1443,668],[1436,708],[1426,743],[1410,772],[1397,798],[1370,829],[1346,849],[1308,874],[1266,889],[1227,894],[1185,893],[1137,884],[1105,871],[1081,862],[1061,848],[1032,818],[1009,790],[990,760],[981,721],[974,688],[971,662]]},{"area":"3c0","points":[[1239,293],[1239,363],[1443,363],[1443,293]]},{"area":"3c5","points":[[1574,160],[1945,160],[1945,292],[1912,292],[1912,359],[1942,359],[1942,495],[1542,495],[1542,360],[1574,360]]},{"area":"3bc","points":[[1307,961],[1307,1094],[1374,1094],[1374,961]]},{"area":"3b4","points":[[1036,1163],[1036,1293],[1371,1293],[1371,1163]]},{"area":"3b6","points":[[507,892],[507,1094],[638,1094],[638,892]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/123-map-7.05-labyrinth-of-eyes.webp"},"grid":{"type":"square","offsetX":17,"offsetY":81,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/124-map-7.05-labyrinth-of-eyes-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2053,"height":1458,"mapParent":{"id":"4af"},"credit":"Mike Schley","grid":{"type":"square","offsetX":17,"offsetY":81,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/125-map-7.06-labyrinth-of-eyes-alternate-configuration.webp"},"imageType":"map","title":"Map 7.6: Labyrinth of Eyes (Alternate Configuration)","credit":"Mike Schley","width":2053,"height":1458,"id":"4b0","mapRegions":[{"area":"3c2","points":[[504,449],[570,427],[636,427],[703,494],[573,494],[504,475]]},{"area":"3c0","points":[[1240,294],[1240,363],[1441,363],[1441,294]]},{"area":"3c5","points":[[1573,160],[1942,160],[1942,293],[1911,293],[1911,358],[1945,358],[1945,494],[1539,494],[1539,360],[1573,360]]},{"area":"3b9","points":[[966,630],[974,599],[985,571],[999,543],[1017,518],[1039,495],[1062,477],[1086,458],[1116,443],[1143,431],[1174,427],[1197,422],[1221,423],[1248,426],[1272,437],[1305,449],[1331,465],[1351,480],[1373,495],[1396,523],[1414,552],[1428,588],[1439,635],[1441,667],[1438,707],[1426,739],[1411,771],[1394,800],[1376,822],[1356,840],[1332,861],[1301,874],[1267,884],[1224,892],[1189,894],[1151,889],[1120,880],[1088,863],[1062,843],[1042,825],[1017,801],[996,766],[976,730],[971,695],[968,662]]},{"area":"3bc","points":[[1309,960],[1309,1091],[1373,1091],[1373,960]]},{"area":"3b4","points":[[1039,1159],[1039,1296],[1371,1296],[1371,1159]]},{"area":"3b6","points":[[507,894],[507,1091],[638,1091],[638,894]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/125-map-7.06-labyrinth-of-eyes-alternate-configuration.webp"},"grid":{"type":"square","offsetX":17,"offsetY":81,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/126-map-7.06-labyrinth-of-eyes-alternate-configuration-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2053,"height":1458,"mapParent":{"id":"4b0"},"credit":"Mike Schley","grid":{"type":"square","offsetX":17,"offsetY":81,"scale":3}}]},{"name":"Ch. 8: Beyond a Lightless Star","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/130-map-8.01-briny-maze.webp"},"imageType":"map","title":"Map 8.1: Briny Maze","credit":"Mike Schley","width":2204,"height":2873,"id":"4b2","mapRegions":[{"area":"415","points":[[1746,185],[1765,182],[1773,168],[1768,162],[1755,164],[1746,159],[1755,130],[1772,100],[1803,81],[1831,73],[1855,75],[1878,83],[1906,96],[1911,102],[1901,109],[1889,126],[1900,131],[1916,118],[1937,111],[1951,97],[1976,89],[1998,90],[2024,95],[2036,108],[2040,121],[2022,137],[2010,152],[2003,165],[2018,177],[2033,161],[2041,144],[2062,132],[2088,136],[2107,142],[2119,162],[2119,187],[2104,207],[2093,238],[2092,274],[2088,300],[2084,339],[2071,375],[2050,407],[2033,433],[2012,450],[1986,449],[1948,450],[1904,458],[1880,457],[1854,441],[1824,431],[1791,423],[1761,404],[1750,377],[1722,340],[1718,297],[1723,268],[1723,234],[1731,208],[1736,196]]},{"area":"429","points":[[415,646],[423,617],[441,591],[458,569],[479,548],[507,534],[540,520],[563,498],[590,479],[637,460],[673,448],[717,442],[749,443],[791,449],[824,457],[849,474],[871,489],[902,516],[925,542],[944,564],[975,583],[1009,607],[1035,639],[1055,671],[1060,710],[1058,742],[1054,768],[1059,810],[1057,850],[1059,874],[1073,904],[1090,922],[1091,1036],[1079,1044],[1070,1067],[1066,1099],[1065,1129],[1047,1136],[1012,1136],[959,1133],[919,1128],[880,1117],[841,1102],[805,1088],[756,1065],[752,1041],[743,997],[728,962],[707,921],[686,894],[660,873],[638,859],[615,847],[582,839],[562,794],[536,742],[512,711],[486,683],[461,669],[437,656]]},{"area":"41a","points":[[1106,1035],[1106,926],[1117,913],[1136,894],[1137,873],[1140,845],[1132,815],[1138,790],[1143,761],[1144,725],[1151,695],[1169,673],[1182,625],[1193,603],[1212,582],[1231,554],[1253,531],[1280,511],[1315,496],[1358,486],[1389,477],[1416,465],[1454,464],[1481,470],[1514,479],[1536,488],[1558,504],[1577,518],[1587,533],[1612,553],[1645,569],[1671,585],[1694,596],[1714,612],[1740,632],[1773,650],[1790,663],[1809,685],[1819,708],[1813,725],[1789,727],[1759,720],[1694,744],[1648,726],[1623,689],[1591,653],[1566,628],[1535,609],[1506,601],[1473,599],[1462,611],[1468,616],[1493,614],[1518,619],[1548,631],[1574,652],[1594,675],[1609,699],[1625,723],[1624,734],[1607,737],[1578,744],[1549,760],[1509,779],[1478,803],[1464,827],[1445,861],[1436,886],[1424,924],[1420,954],[1414,981],[1411,1003],[1416,1036],[1424,1057],[1419,1079],[1391,1097],[1349,1114],[1309,1128],[1250,1139],[1190,1141],[1140,1138],[1131,1122],[1129,1075],[1122,1050]]},{"area":"424","points":[[452,963],[440,968],[444,984],[443,1015],[442,1045],[436,1074],[428,1097],[388,1114],[316,1075],[285,1040],[261,1033],[230,1024],[214,1016],[207,991],[213,949],[214,923],[218,899],[231,867],[249,830],[277,782],[300,739],[333,704],[366,679],[392,667],[410,667],[438,673],[468,690],[498,722],[523,746],[540,775],[550,799],[563,836],[573,877],[574,911],[571,959],[567,1005],[554,1054],[540,1090],[529,1112],[524,1127],[501,1116],[469,1094],[453,1083],[451,1050],[459,1014],[459,983]]},{"area":"422","points":[[555,1198],[548,1170],[535,1143],[539,1123],[554,1096],[562,1067],[575,1030],[586,987],[586,954],[588,908],[584,875],[588,858],[609,861],[640,874],[676,901],[698,935],[709,960],[718,982],[729,1001],[735,1022],[733,1062],[729,1089],[711,1117],[690,1137],[671,1153],[653,1162],[642,1169],[608,1187],[579,1199]]},{"area":"400","points":[[193,1758],[179,1736],[165,1695],[157,1650],[147,1609],[137,1564],[135,1509],[134,1456],[143,1408],[150,1378],[156,1348],[154,1302],[154,1272],[163,1228],[168,1203],[167,1184],[171,1142],[174,1118],[160,1102],[179,1106],[190,1075],[204,1056],[221,1041],[246,1044],[263,1052],[287,1064],[309,1091],[325,1116],[345,1149],[357,1173],[372,1204],[390,1239],[403,1266],[399,1282],[379,1311],[356,1354],[339,1387],[336,1422],[331,1453],[330,1472],[315,1485],[292,1501],[277,1527],[267,1543],[251,1572],[241,1606],[229,1627],[224,1653],[219,1682],[216,1707],[215,1728],[215,1752]]},{"area":"405","points":[[367,1521],[352,1496],[344,1468],[344,1442],[349,1407],[360,1375],[374,1341],[387,1315],[411,1296],[428,1316],[442,1334],[456,1364],[465,1388],[472,1411],[478,1436],[485,1460],[486,1484],[475,1504],[457,1515],[447,1539],[433,1558],[398,1554],[380,1540]]},{"area":"41f","points":[[530,1462],[552,1444],[569,1415],[593,1393],[626,1370],[678,1346],[701,1328],[691,1308],[645,1209],[674,1165],[699,1147],[727,1126],[740,1102],[751,1082],[784,1094],[803,1102],[827,1117],[858,1126],[879,1134],[939,1149],[971,1150],[1011,1152],[1057,1151],[1067,1157],[1066,1177],[1065,1206],[1064,1238],[1063,1262],[1065,1281],[1065,1308],[1061,1331],[1066,1360],[1070,1391],[1066,1403],[1039,1408],[1005,1407],[960,1410],[934,1413],[902,1423],[879,1433],[846,1446],[824,1463],[795,1479],[773,1498],[748,1521],[733,1536],[703,1536],[683,1535],[647,1536],[615,1528],[566,1509],[545,1481]]},{"area":"412","points":[[1818,859],[1844,857],[1882,864],[1919,880],[1938,904],[1938,924],[1931,946],[1930,956],[1904,957],[1864,963],[1833,972],[1807,982],[1785,989],[1754,1006],[1730,1029],[1698,1056],[1676,1081],[1654,1106],[1640,1130],[1632,1151],[1606,1142],[1575,1114],[1556,1089],[1546,1041],[1547,993],[1554,948],[1575,922],[1606,904],[1625,894],[1652,893],[1656,923],[1645,954],[1645,970],[1656,962],[1662,938],[1667,915],[1672,889],[1690,873],[1725,859],[1764,857],[1796,857]]},{"area":"3f6","points":[[1693,1393],[1666,1367],[1646,1323],[1632,1260],[1629,1205],[1638,1164],[1660,1128],[1685,1091],[1715,1059],[1743,1033],[1780,1012],[1818,993],[1852,981],[1896,970],[1933,973],[1953,986],[1970,1006],[1976,1035],[1976,1063],[1980,1079],[1988,1107],[1998,1141],[2001,1178],[1997,1206],[1995,1248],[1977,1291],[1964,1325],[1943,1351],[1920,1376],[1888,1415],[1868,1433],[1847,1448],[1807,1425],[1779,1392],[1769,1359],[1756,1322],[1731,1287],[1717,1264],[1704,1249],[1697,1262],[1710,1285],[1724,1300],[1716,1315],[1708,1335],[1702,1367],[1704,1385]]},{"area":"3f3","points":[[1900,1700],[1892,1672],[1890,1639],[1893,1603],[1882,1572],[1873,1537],[1875,1506],[1861,1487],[1860,1470],[1869,1450],[1896,1427],[1920,1398],[1939,1372],[1958,1355],[1976,1353],[1987,1370],[1994,1390],[1996,1405],[1994,1443],[1993,1496],[1988,1533],[1993,1570],[1995,1604],[2000,1624],[2008,1652],[2008,1669],[2005,1696],[2000,1720],[1962,1737],[1930,1729],[1915,1714]]},{"area":"3ee","points":[[1452,1901],[1444,1886],[1445,1852],[1441,1825],[1433,1799],[1453,1778],[1473,1766],[1509,1751],[1540,1732],[1571,1703],[1598,1656],[1618,1629],[1637,1596],[1673,1580],[1709,1588],[1735,1611],[1761,1634],[1761,1655],[1752,1688],[1756,1726],[1766,1754],[1775,1786],[1771,1796],[1755,1795],[1694,1785],[1662,1791],[1646,1799],[1615,1823],[1584,1844],[1548,1863],[1517,1881],[1490,1892],[1471,1901]]},{"area":"3eb","points":[[1691,2037],[1703,2024],[1723,2004],[1745,1972],[1744,1954],[1791,1890],[1825,1867],[1847,1890],[1862,1930],[1876,1956],[1900,1987],[1913,2018],[1930,2055],[1933,2084],[1940,2106],[1936,2131],[1936,2150],[1939,2168],[1938,2204],[1937,2233],[1927,2269],[1911,2308],[1894,2320],[1886,2300],[1888,2258],[1878,2216],[1865,2179],[1853,2142],[1835,2097],[1809,2067],[1781,2053],[1748,2048],[1714,2048],[1693,2046]]},{"area":"3e5","points":[[1451,2297],[1462,2265],[1474,2218],[1497,2189],[1523,2168],[1549,2139],[1578,2100],[1603,2080],[1632,2069],[1666,2059],[1698,2061],[1731,2056],[1760,2061],[1790,2070],[1820,2094],[1836,2116],[1843,2151],[1847,2182],[1863,2206],[1871,2237],[1875,2286],[1876,2336],[1885,2369],[1881,2404],[1876,2426],[1856,2459],[1839,2480],[1817,2495],[1794,2505],[1784,2487],[1777,2473],[1721,2451],[1659,2421],[1651,2389],[1637,2343],[1627,2336],[1591,2341],[1517,2334],[1458,2311]]},{"area":"3e7","points":[[1133,2468],[1125,2446],[1129,2417],[1126,2390],[1128,2353],[1130,2321],[1127,2294],[1131,2271],[1128,2246],[1151,2238],[1208,2226],[1237,2209],[1284,2182],[1320,2161],[1361,2159],[1392,2203],[1417,2308],[1409,2407],[1402,2465],[1338,2505],[1299,2513],[1250,2506],[1203,2489],[1172,2475],[1149,2470]]},{"area":"3e2","points":[[750,2495],[790,2512],[824,2521],[865,2523],[912,2519],[948,2501],[1000,2481],[1041,2475],[1067,2472],[1068,2437],[1063,2388],[1070,2342],[1061,2308],[1069,2268],[1057,2235],[1024,2235],[981,2233],[935,2220],[900,2198],[871,2180],[823,2246],[797,2363],[769,2439],[757,2457]]},{"area":"3df","points":[[412,2090],[423,2179],[444,2235],[498,2301],[576,2299],[675,2256],[714,2214],[716,2164],[700,2140],[669,2109],[631,2082],[601,2072],[582,2064],[533,2064],[491,2067],[448,2077],[426,2086]]},{"area":"3dc","points":[[994,2659],[963,2611],[949,2547],[962,2520],[998,2496],[1026,2488],[1061,2485],[1101,2484],[1118,2486],[1143,2481],[1176,2493],[1208,2502],[1216,2553],[1215,2600],[1211,2632],[1190,2667],[1185,2681],[1175,2703],[1176,2722],[1184,2742],[1184,2762],[1163,2777],[1141,2784],[1103,2783],[1065,2782],[1031,2784],[1008,2764],[1013,2739],[1011,2726],[1017,2696],[1010,2670]]},{"area":"3fa","points":[[318,2012],[332,1993],[335,1971],[328,1947],[303,1934],[272,1912],[238,1882],[218,1854],[206,1822],[193,1801],[178,1816],[175,1846],[176,1887],[181,1922],[187,1964],[205,1992],[221,2025],[234,2052],[244,2074],[253,2107],[262,2141],[273,2175],[283,2214],[297,2235],[307,2239],[315,2205],[326,2162],[333,2118],[334,2056],[320,2028]]},{"area":"408","points":[[1054,1797],[1026,1797],[992,1793],[957,1790],[930,1780],[904,1774],[866,1771],[833,1771],[789,1761],[755,1748],[705,1740],[672,1720],[625,1697],[604,1670],[576,1657],[515,1693],[506,1740],[508,1802],[535,1836],[562,1843],[598,1849],[627,1854],[665,1860],[694,1880],[728,1898],[759,1929],[772,1953],[794,1994],[806,2023],[819,2061],[832,2098],[846,2136],[872,2159],[889,2179],[925,2201],[965,2215],[1015,2225],[1061,2222],[1066,2209],[1061,2174],[1071,2143],[1060,2108],[1070,2072],[1072,2044],[1088,2033],[1092,2000],[1090,1920],[1074,1908],[1062,1881],[1069,1854],[1067,1827],[1066,1808]]},{"area":"40b","points":[[1130,2217],[1131,2183],[1128,2138],[1122,2121],[1128,2066],[1121,2040],[1107,2024],[1101,1928],[1119,1911],[1129,1879],[1123,1832],[1128,1806],[1144,1797],[1166,1789],[1252,1789],[1325,1791],[1369,1800],[1395,1800],[1417,1804],[1428,1828],[1429,1858],[1430,1890],[1436,1926],[1439,1968],[1428,1999],[1410,2029],[1390,2064],[1362,2100],[1332,2131],[1307,2150],[1279,2169],[1238,2190],[1213,2203],[1184,2212],[1155,2221]]},{"area":"40e","points":[[1124,1400],[1126,1359],[1124,1313],[1128,1274],[1123,1238],[1132,1185],[1130,1161],[1148,1155],[1191,1155],[1253,1153],[1307,1142],[1356,1125],[1393,1107],[1423,1091],[1433,1067],[1509,1076],[1556,1111],[1592,1146],[1614,1166],[1619,1182],[1619,1208],[1621,1250],[1624,1294],[1635,1343],[1599,1419],[1562,1393],[1553,1401],[1551,1421],[1551,1456],[1531,1503],[1514,1525],[1499,1543],[1478,1547],[1452,1510],[1411,1472],[1373,1450],[1324,1429],[1282,1416],[1249,1409],[1218,1410],[1189,1404],[1166,1404],[1147,1404]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/130-map-8.01-briny-maze.webp"},"grid":{"type":"square","size":94,"scale":3},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/131-map-8.01-briny-maze-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2204,"height":2873,"mapParent":{"id":"4b2"},"credit":"Mike Schley","grid":{"type":"square","size":94,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/137-08-009.map802-crystal-dome.webp"},"title":"Map 8.2: Crystal Dome","credit":"Mike Schley","width":1002,"height":1369,"imageType":"map","grid":{"type":"square","size":90,"offsetX":-28,"offsetY":-15,"scale":3},"id":"4bf"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/138-08-010.map803-empty-bridge.webp"},"title":"Map 8.3: Empty Bridge","credit":"Mike Schley","width":1010,"height":1372,"imageType":"map","grid":{"type":"square","size":90,"offsetX":-15,"offsetY":-17,"scale":3},"id":"4c0"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/139-map-8.04-mire-of-doubt.webp"},"imageType":"map","title":"Map 8.4: Mire of Doubt","credit":"Mike Schley","width":1002,"height":1370,"id":"4b3","mapRegions":[{"area":"44d","points":[[675,348],[666,339],[646,343],[629,332],[601,326],[587,309],[573,284],[567,250],[564,214],[581,200],[592,170],[623,155],[671,147],[719,142],[740,148],[770,164],[793,193],[802,209],[820,251],[824,303],[804,327],[771,349],[737,356],[706,360],[695,352]]},{"area":"446","points":[[681,820],[681,897],[840,897],[840,820]]},{"area":"448","points":[[286,950],[309,946],[332,954],[365,966],[373,986],[390,1004],[402,1021],[397,1046],[398,1079],[388,1104],[365,1128],[338,1136],[298,1145],[274,1149],[225,1149],[188,1134],[163,1116],[141,1076],[141,1041],[140,1007],[160,965],[180,951],[224,937],[250,944],[274,956]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/139-map-8.04-mire-of-doubt.webp"},"grid":{"type":"square","size":115,"offsetX":-9,"offsetY":-17,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/140-map-8.04-mire-of-doubt-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1002,"height":1370,"mapParent":{"id":"4b3"},"credit":"Mike Schley","grid":{"type":"square","size":115,"offsetX":-9,"offsetY":-17,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/141-map-8.05-the-nematode.webp"},"imageType":"map","title":"Map 8.5: The Nematode","credit":"Mike Schley","width":1010,"height":1372,"id":"4b4","mapRegions":[{"area":"456","points":[[535,272],[563,249],[585,221],[602,190],[616,153],[634,121],[631,97],[652,104],[671,112],[704,126],[727,141],[757,159],[792,189],[818,213],[840,239],[848,254],[824,250],[810,263],[787,276],[760,298],[749,320],[742,341],[735,356],[718,370],[695,382],[661,386],[623,385],[587,376],[559,358],[533,331],[527,297]]},{"area":"457","points":[[304,725],[307,702],[310,680],[315,656],[327,634],[341,610],[351,584],[366,552],[377,531],[398,506],[423,484],[441,462],[454,448],[476,428],[508,413],[535,393],[557,378],[595,394],[570,424],[548,445],[520,461],[499,477],[485,492],[461,515],[451,530],[432,550],[417,564],[412,586],[396,598],[384,625],[375,648],[366,663],[358,691],[354,710],[344,726]]},{"area":"459","points":[[363,906],[345,894],[308,884],[280,874],[250,848],[241,812],[252,768],[270,748],[305,733],[345,731],[375,743],[401,753],[432,768],[453,786],[469,809],[477,836],[464,862],[448,876],[423,891],[413,903],[386,897],[370,900]]},{"area":"45d","points":[[115,1184],[142,1168],[157,1140],[181,1113],[203,1097],[236,1106],[261,1119],[305,1126],[328,1119],[352,1119],[362,1134],[384,1151],[394,1173],[413,1188],[430,1214],[427,1235],[426,1270],[348,1284],[285,1286],[197,1268],[154,1240],[137,1213]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/141-map-8.05-the-nematode.webp"},"grid":{"type":"square","size":115,"offsetX":7,"offsetY":-17,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/142-map-8.05-the-nematode-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1010,"height":1372,"mapParent":{"id":"4b4"},"credit":"Mike Schley","grid":{"type":"square","size":115,"offsetX":7,"offsetY":-17,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/143-08-011.map806-occluding-miasma.webp"},"title":"Map 8.6: Occluding Miasma","credit":"Mike Schley","width":1002,"height":1369,"imageType":"map","grid":{"type":"square","size":106,"offsetX":37,"offsetY":49,"scale":4},"id":"4c1"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/144-08-012.map807-toppled-statue.webp"},"title":"Map 8.7: Toppled Statue","credit":"Mike Schley","width":1010,"height":1373,"imageType":"map","grid":{"type":"square","size":121,"offsetX":16,"offsetY":14,"scale":4},"id":"4c2"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/145-map-8.08-wailing-battlefield.webp"},"imageType":"map","title":"Map 8.8: Wailing Battlefield","credit":"Mike Schley","width":1016,"height":1386,"id":"4b5","mapRegions":[{"area":"46c","points":[[466,478],[466,637],[623,637],[623,478]]},{"area":"46f","points":[[604,962],[626,943],[684,943],[705,964],[705,1046],[627,1046],[604,1025]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/145-map-8.08-wailing-battlefield.webp"},"grid":{"type":"square","size":109,"offsetY":-60,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/146-map-8.08-wailing-battlefield-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1016,"height":1386,"mapParent":{"id":"4b5"},"credit":"Mike Schley","grid":{"type":"square","size":109,"offsetY":-60,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/147-map-8.09-ilvaashs-anima.webp"},"imageType":"map","title":"Map 8.9: Ilvaash's Anima","credit":"Mike Schley","width":2050,"height":1459,"id":"4b6","mapRegions":[{"area":"484","points":[[894,509],[929,490],[969,477],[998,475],[1022,472],[1046,473],[1076,480],[1100,491],[1122,501],[1142,512],[1152,493],[1178,481],[1194,486],[1207,493],[1223,489],[1233,473],[1234,485],[1229,499],[1220,508],[1200,508],[1176,503],[1174,517],[1193,528],[1216,528],[1242,517],[1264,502],[1294,475],[1313,455],[1325,434],[1338,399],[1337,375],[1344,346],[1366,326],[1396,315],[1441,221],[1406,201],[1357,181],[1304,165],[1260,153],[1214,145],[1166,141],[1128,137],[1105,141],[1090,158],[1090,177],[1107,195],[1119,212],[1125,234],[1119,248],[1111,261],[1090,266],[1107,254],[1111,229],[1089,209],[1073,188],[1059,159],[1063,135],[1070,126],[1050,123],[1020,123],[1003,136],[1004,147],[1025,161],[1039,171],[1050,187],[1045,214],[1023,225],[1003,226],[995,213],[989,203],[978,210],[978,198],[989,198],[1005,208],[1026,211],[1029,196],[1018,182],[1000,168],[976,154],[964,177],[950,199],[930,212],[920,226],[921,249],[932,263],[919,260],[903,234],[917,204],[932,189],[939,166],[933,146],[913,141],[853,143],[806,147],[762,158],[722,168],[683,179],[631,195],[601,209],[583,218],[620,309],[654,312],[678,322],[697,338],[708,356],[719,378],[735,403],[747,433],[757,458],[770,482],[790,501],[788,482],[800,498],[823,501],[849,487],[869,482],[887,490]]},{"area":"478","points":[[733,1013],[695,928],[736,928],[771,920],[797,916],[831,902],[869,894],[900,895],[945,901],[981,910],[1029,912],[1064,905],[1106,895],[1138,892],[1180,896],[1219,912],[1265,931],[1311,949],[1346,961],[1296,1034],[1271,1028],[1236,1020],[1184,1032],[1152,1044],[1125,1068],[1102,1103],[1100,1132],[1116,1160],[1149,1183],[883,1183],[910,1162],[924,1150],[926,1113],[913,1083],[891,1055],[859,1032],[819,1018],[770,1015]]},{"area":"47f","points":[[692,1015],[645,924],[611,918],[578,906],[559,900],[562,925],[561,939],[548,918],[538,902],[513,893],[484,886],[458,869],[435,829],[427,795],[441,773],[464,765],[490,772],[515,784],[538,806],[564,830],[595,852],[624,865],[658,872],[691,873],[731,869],[764,860],[790,845],[807,827],[802,800],[782,777],[772,743],[762,702],[758,673],[761,630],[763,596],[759,571],[740,541],[715,509],[702,469],[687,424],[672,392],[648,367],[631,362],[613,363],[611,382],[615,408],[607,434],[595,451],[578,462],[550,463],[529,460],[512,427],[524,379],[541,353],[567,332],[593,319],[609,313],[573,225],[544,244],[515,260],[495,276],[473,289],[453,308],[429,332],[413,353],[394,383],[376,414],[362,442],[344,483],[335,524],[329,572],[322,607],[323,672],[320,721],[325,783],[332,826],[341,875],[360,916],[389,953],[414,974],[448,994],[496,1007],[539,1020],[585,1025],[633,1020],[670,1018]]},{"area":"47b","points":[[1334,1040],[1375,967],[1420,971],[1461,967],[1501,956],[1539,940],[1561,912],[1573,864],[1562,829],[1547,812],[1528,805],[1502,798],[1483,799],[1469,814],[1474,834],[1460,842],[1432,855],[1410,872],[1370,880],[1338,884],[1297,877],[1270,865],[1248,858],[1233,835],[1241,809],[1258,780],[1268,749],[1273,713],[1276,661],[1276,617],[1278,573],[1299,542],[1326,509],[1347,479],[1362,452],[1372,410],[1376,380],[1386,366],[1399,361],[1412,366],[1424,385],[1433,398],[1456,412],[1486,409],[1500,395],[1499,373],[1489,345],[1474,334],[1458,327],[1469,348],[1478,361],[1478,380],[1460,379],[1443,365],[1433,334],[1415,321],[1405,318],[1458,227],[1482,242],[1505,256],[1535,275],[1569,302],[1594,333],[1617,354],[1640,390],[1661,427],[1675,463],[1688,494],[1698,535],[1705,585],[1712,635],[1710,676],[1707,727],[1708,767],[1702,811],[1694,873],[1677,935],[1655,977],[1622,1010],[1592,1033],[1556,1049],[1516,1060],[1479,1072],[1444,1072],[1404,1060],[1360,1047]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PaBTSO/thumbnail/147-map-8.09-ilvaashs-anima.webp"},"grid":{"type":"square","size":165,"offsetX":-44,"offsetY":-65,"scale":4},"page":"adventure.html","source":"PaBTSO","hash":"pabtso"},{"type":"image","href":{"type":"internal","path":"adventure/PaBTSO/148-map-8.09-ilvaashs-anima-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2050,"height":1459,"mapParent":{"id":"4b6"},"credit":"Mike Schley","grid":{"type":"square","size":165,"offsetX":-44,"offsetY":-65,"scale":4}}]}]},"LK":{"id":"LK","name":"Lightning Keep","source":"LK","prop":"adventure","chapters":[{"name":"Lightning Keep","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LK/000-map-0.01-lightning-keep.webp"},"imageType":"map","title":"Map: Lightning Keep","credit":"Sean Macdonald","width":3840,"height":5280,"id":"040","mapRegions":[{"area":"03b","points":[[1941,524],[1941,240],[3291,240],[3291,2455],[2505,2455],[2505,2156],[2443,2156],[2443,2055],[2611,2055],[2611,2366],[3192,2366],[3192,333],[2036,333],[2036,524]]},{"area":"03b","points":[[1556,1103],[1171,1103],[1171,2162],[1640,2162],[1640,2072],[1259,2072],[1259,1194],[1556,1194]]},{"area":"037","points":[[2137,537],[2421,537],[2421,808],[2238,808],[2238,625],[2137,625]]},{"area":"035","points":[[1558,535],[1933,535],[1933,621],[1832,621],[1832,811],[1558,811]]},{"area":"02d","points":[[1836,1187],[1836,1019],[1663,1019],[1663,1187]]},{"area":"02a","points":[[1556,1208],[1556,1394],[1832,1394],[1832,1208]]},{"area":"02f","points":[[1851,1017],[1851,1400],[2124,1400],[2124,1017]]},{"area":"032","points":[[2139,1021],[2139,1392],[2423,1392],[2423,1021]]},{"area":"025","points":[[1661,1985],[1928,1985],[1928,2069],[2158,2069],[2158,1985],[2411,1985],[2411,2244],[2149,2244],[2149,2145],[1924,2145],[1924,2244],[1661,2244]]},{"area":"027","points":[[1556,825],[1556,996],[2425,996],[2425,825]]},{"area":"022","points":[[1547,3299],[1547,3019],[1825,3019],[1825,3299]]},{"area":"020","points":[[2423,3021],[2423,3301],[2236,3301],[2236,3021]]},{"area":"014","points":[[1943,3023],[1943,3876],[2112,3876],[2112,3023]]},{"area":"01d","points":[[2137,3318],[2137,3893],[2421,3893],[2421,3318]]},{"area":"018","points":[[1554,3318],[1554,3684],[1920,3684],[1920,3318]]},{"area":"01b","points":[[1549,3705],[1549,3888],[1733,3888],[1733,3705]]},{"area":"016","points":[[1752,3703],[1752,3880],[1920,3880],[1920,3703]]},{"area":"011","points":[[2712,4084],[2712,4356],[3078,4356],[3078,4084]]},{"area":"00f","points":[[2977,4571],[2977,4758],[3099,4758],[3099,4571]]},{"area":"00d","points":[[1259,3691],[1343,3691],[1343,3888],[1455,3888],[1455,3981],[1939,3981],[1939,3899],[2126,3899],[2126,3983],[2514,3983],[2514,2922],[2232,2922],[2232,2823],[3187,2823],[3187,4855],[2606,4855],[2606,4669],[2802,4669],[2802,4552],[2419,4552],[2419,4461],[2133,4461],[2133,4547],[1939,4547],[1939,4457],[1642,4457],[1642,4556],[1259,4556]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LK/thumbnail/000-map-0.01-lightning-keep.webp"},"grid":{"type":"square","size":289,"offsetX":29,"offsetY":124,"scale":3},"page":"adventure.html","source":"LK","hash":"lk"},{"type":"image","href":{"type":"internal","path":"adventure/LK/001-map-0.01-lightning-keep-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3840,"height":5280,"mapParent":{"id":"040"},"credit":"Sean Macdonald","grid":{"type":"square","size":289,"offsetX":29,"offsetY":124,"scale":3}}]}]},"ToFW":{"id":"ToFW","name":"Turn of Fortune's Wheel","source":"ToFW","prop":"adventure","chapters":[{"name":"Part 1 — Schemes in Sigil","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/ToFW/003-map-1.01-mortuary-basement.webp"},"imageType":"map","title":"Map 1.1: Mortuary Basement","credit":"Marco Bernardini","width":2550,"height":1650,"id":"225","grid":{"type":"square","size":200,"offsetX":65,"offsetY":-86,"scale":3},"mapRegions":[{"area":"035","points":[[2084,505],[1423,505],[1402,484],[1402,445],[1416,417],[1416,366],[1425,346],[1442,345],[1454,311],[1450,293],[1468,278],[1488,263],[1492,251],[1488,235],[1503,221],[1523,208],[1552,191],[1583,182],[1624,172],[1661,169],[1690,168],[1699,178],[1723,181],[1734,174],[1753,162],[1767,172],[1782,182],[1806,179],[1813,169],[1846,169],[1872,171],[1906,178],[1952,194],[1975,204],[1998,219],[2011,232],[2013,242],[2015,255],[2024,271],[2037,281],[2051,287],[2050,303],[2053,317],[2058,337],[2076,339],[2083,354],[2088,365],[2089,391],[2088,417],[2095,434],[2105,445],[2103,482],[2095,492]]},{"area":"03a","points":[[2220,178],[2220,1571],[2356,1571],[2356,178]]},{"area":"020","points":[[567,905],[572,871],[588,837],[607,808],[597,799],[575,826],[552,858],[539,869],[524,863],[530,842],[519,826],[502,820],[484,823],[475,833],[455,823],[461,808],[455,785],[439,777],[423,777],[416,784],[405,794],[381,780],[390,768],[390,752],[377,738],[358,730],[344,733],[339,740],[330,749],[312,740],[317,725],[316,710],[303,697],[283,693],[268,701],[266,716],[252,709],[258,681],[271,646],[287,619],[277,611],[253,656],[236,692],[211,740],[186,798],[168,863],[160,921],[157,992],[163,1056],[175,1104],[187,1148],[204,1191],[224,1239],[244,1276],[262,1309],[280,1331],[288,1325],[267,1291],[253,1239],[259,1234],[270,1247],[288,1250],[305,1243],[316,1231],[317,1217],[310,1207],[332,1195],[345,1212],[365,1210],[378,1203],[388,1190],[389,1175],[382,1164],[403,1153],[418,1168],[430,1168],[445,1164],[457,1154],[461,1139],[454,1123],[477,1111],[489,1123],[503,1124],[514,1122],[527,1112],[532,1101],[527,1085],[540,1075],[555,1090],[570,1106],[584,1130],[597,1150],[607,1140],[583,1099],[571,1065],[567,1037],[581,1037],[581,905]]},{"area":"025","points":[[717,830],[709,838],[623,841],[637,821],[635,798],[619,783],[635,764],[634,716],[616,700],[636,683],[637,657],[619,637],[659,629],[690,624],[699,637],[710,638],[717,630],[724,622],[786,620],[799,630],[810,640],[821,625],[887,639],[875,653],[872,682],[890,699],[877,717],[873,765],[890,783],[873,798],[872,818],[886,837],[803,840],[787,830]]},{"area":"027","points":[[628,372],[743,372],[754,385],[767,372],[877,370],[887,381],[902,372],[1011,370],[1022,380],[1023,397],[1011,408],[1010,423],[1018,443],[1039,447],[1050,438],[1050,507],[1036,498],[1017,504],[1009,517],[1015,535],[1022,553],[1022,571],[1010,577],[897,577],[886,563],[875,577],[763,573],[752,560],[742,573],[628,576],[619,559],[619,536],[621,519],[619,502],[613,481],[616,456],[621,433],[625,411],[618,397],[621,384]]},{"area":"032","points":[[1290,590],[1297,569],[1603,568],[1621,577],[1627,594],[1626,643],[1629,656],[1624,675],[1616,683],[1610,705],[1627,702],[1645,713],[1645,759],[1636,770],[1610,770],[1609,787],[1614,795],[1625,797],[1632,816],[1626,827],[1628,850],[1629,876],[1623,898],[1607,907],[1297,907],[1290,894]]},{"area":"022","points":[[730,1076],[724,1088],[723,1154],[730,1167],[726,1185],[707,1193],[695,1189],[690,1172],[545,1171],[542,1184],[523,1183],[515,1180],[483,1197],[463,1217],[452,1224],[452,1239],[450,1253],[433,1251],[419,1272],[429,1291],[419,1303],[418,1342],[417,1370],[426,1383],[424,1405],[433,1424],[446,1428],[451,1437],[450,1446],[466,1467],[487,1481],[516,1497],[528,1493],[539,1492],[544,1504],[634,1505],[634,1498],[649,1496],[651,1490],[661,1490],[668,1506],[675,1514],[768,1514],[777,1507],[773,1492],[783,1487],[795,1494],[803,1497],[808,1507],[886,1507],[889,1496],[901,1489],[906,1494],[923,1492],[946,1483],[969,1467],[982,1450],[979,1430],[990,1425],[1001,1423],[1013,1396],[1010,1381],[1022,1363],[1036,1362],[1050,1370],[1055,1366],[1059,1312],[1051,1304],[1038,1311],[1021,1312],[1010,1303],[1013,1283],[1008,1267],[999,1251],[984,1246],[981,1223],[960,1205],[937,1187],[916,1182],[899,1183],[892,1172],[857,1170],[822,1172],[814,1185],[794,1190],[783,1174],[784,1159],[787,1143],[787,1084],[781,1076]]},{"area":"02e","points":[[1285,1059],[1297,1038],[1606,1038],[1624,1050],[1630,1064],[1630,1098],[1625,1116],[1631,1126],[1625,1143],[1612,1151],[1612,1171],[1626,1176],[1638,1188],[1645,1203],[1660,1201],[1660,1277],[1651,1271],[1640,1274],[1635,1294],[1613,1298],[1610,1317],[1614,1323],[1629,1329],[1633,1348],[1623,1352],[1627,1413],[1614,1437],[1297,1437],[1285,1417],[1288,1323],[1296,1310],[1305,1295],[1302,1271],[1277,1267],[1263,1258],[1257,1243],[1257,1220],[1273,1210],[1299,1210],[1300,1196],[1297,1174],[1295,1161],[1285,1152]]},{"area":"037","points":[[1856,978],[1859,972],[1885,972],[1886,854],[1876,832],[1890,833],[1945,781],[1954,770],[1963,771],[2090,773],[2154,837],[2158,1172],[2091,1238],[1967,1236],[1950,1246],[1947,1232],[1891,1176],[1877,1175],[1887,1155],[1886,1040],[1861,1040],[1856,1035]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/003-map-1.01-mortuary-basement.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/004-map-1.01-mortuary-basement-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":1650,"mapParent":{"id":"225"},"credit":"Marco Bernardini","grid":{"type":"square","size":200,"offsetX":65,"offsetY":-86,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/009-map-1.02-caker-tea-party.webp"},"imageType":"map","title":"Map 2.1: Caker Tea Party","credit":"Mike Schley","width":1200,"height":1500,"id":"226","grid":{"type":"square","size":123,"offsetX":93,"offsetY":79,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/010-map-1.02-caker-tea-party-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"226"},"credit":"Mike Schley","grid":{"type":"square","size":123,"offsetX":93,"offsetY":79,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/013-map-1.03-fortunes-wheel.webp"},"imageType":"map","title":"Map 3.1: Fortune's Wheel","credit":"Jared Blando","width":2550,"height":1650,"id":"227","grid":{"type":"square","size":171,"offsetX":4,"offsetY":22,"scale":3},"mapRegions":[{"area":"093","points":[[922,133],[922,345],[1080,345],[1080,133]]},{"area":"095","points":[[1684,89],[1684,175],[1748,175],[1748,89]]},{"area":"094","points":[[1095,191],[1095,349],[1307,349],[1307,191]]},{"area":"094","points":[[1322,193],[1322,347],[1592,347],[1592,193]]},{"area":"094","points":[[1891,187],[1891,348],[2156,348],[2156,187]]},{"area":"094","points":[[2167,188],[2167,349],[2388,349],[2388,188]]},{"area":"077","points":[[1625,193],[1625,519],[1800,519],[1800,193]]},{"area":"073","points":[[1014,434],[1014,734],[1373,734],[1373,434]]},{"area":"071","points":[[1426,802],[1884,802],[1884,360],[2386,360],[2386,516],[2276,516],[2276,859],[2219,859],[2219,1034],[1432,1034]]},{"area":"076","points":[[1634,1074],[1634,1215],[1848,1215],[1848,1074]]},{"area":"092","points":[[2225,993],[2225,1096],[2201,1105],[2175,1125],[2161,1142],[2152,1175],[2155,1204],[2173,1231],[2192,1246],[2225,1260],[2225,1388],[2331,1388],[2331,993]]},{"area":"090","points":[[1514,1347],[1514,1541],[1771,1541],[1771,1347]]},{"area":"06d","points":[[920,989],[920,1375],[1308,1375],[1308,989]]},{"area":"069","points":[[418,1089],[418,1260],[795,1260],[795,1089]]},{"area":"067","points":[[349,787],[349,968],[401,968],[401,787]]},{"area":"06a","points":[[125,827],[125,968],[335,968],[335,827]]},{"area":"066","points":[[520,364],[520,582],[902,582],[902,364]]},{"area":"068","points":[[179,419],[292,419],[299,412],[299,398],[398,398],[398,408],[410,420],[508,420],[508,462],[456,462],[456,574],[239,574],[239,467],[179,467]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/013-map-1.03-fortunes-wheel.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/014-map-1.03-fortunes-wheel-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":1650,"mapParent":{"id":"227"},"credit":"Jared Blando","grid":{"type":"square","size":171,"offsetX":4,"offsetY":22,"scale":3}}]},{"name":"Part 2 — The Mosaic Mimir","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/ToFW/019-map-2.01-walking-castle.webp"},"imageType":"map","title":"Map 4.1: Walking Castle","credit":"Marco Bernardini","width":2550,"height":3300,"id":"228","grid":{"type":"square","size":210,"offsetX":45,"offsetY":38,"scale":3},"mapRegions":[{"area":"0bc","points":[[785,201],[829,161],[946,161],[993,204],[993,327],[954,365],[829,365],[785,325]]},{"area":"0ba","points":[[792,621],[813,639],[967,639],[989,619],[989,466],[966,443],[811,443],[792,463]]},{"area":"0b6","points":[[719,801],[731,791],[753,791],[764,802],[779,808],[805,785],[802,765],[792,755],[792,728],[802,721],[831,721],[836,727],[940,727],[947,721],[981,721],[988,731],[988,754],[975,765],[974,779],[999,807],[1007,805],[1024,793],[1051,789],[1062,806],[1060,831],[1052,841],[1052,944],[1061,945],[1062,978],[1052,989],[1022,985],[1008,979],[995,979],[981,989],[978,1013],[989,1025],[989,1052],[975,1060],[944,1060],[933,1055],[840,1055],[831,1061],[800,1060],[789,1049],[788,1034],[805,1019],[798,993],[776,974],[754,991],[732,989],[720,973],[724,949],[726,840],[718,824]]},{"area":"0b2","points":[[641,1267],[641,1211],[686,1211],[709,1201],[716,1182],[708,1151],[880,1151],[880,1267]]},{"area":"0b2","points":[[895,1266],[895,1153],[1065,1153],[1065,1176],[1065,1189],[1083,1207],[1138,1207],[1138,1266]]},{"area":"0b3","points":[[1066,1280],[1066,1624],[1274,1624],[1274,1280]]},{"area":"0af","points":[[506,1281],[506,1627],[1052,1627],[1052,1281]]},{"area":"0a8","points":[[512,2006],[536,2058],[538,2081],[513,2111],[488,2136],[454,2144],[454,2174],[441,2200],[433,2231],[449,2261],[421,2312],[411,2355],[385,2356],[378,2384],[365,2386],[353,2421],[329,2435],[351,2459],[340,2506],[349,2536],[326,2555],[352,2573],[364,2599],[380,2616],[388,2633],[409,2638],[424,2685],[433,2712],[455,2738],[438,2752],[442,2775],[441,2796],[455,2820],[448,2845],[472,2849],[491,2862],[516,2884],[535,2909],[535,2928],[564,2925],[587,2946],[612,2936],[629,2942],[640,2934],[666,2939],[715,2962],[753,2976],[764,3006],[794,3018],[819,3029],[828,3051],[849,3036],[895,3032],[926,3036],[951,3056],[959,3027],[999,3025],[1009,3007],[1025,2995],[1034,2975],[1074,2956],[1124,2932],[1145,2947],[1179,2935],[1192,2941],[1221,2927],[1238,2933],[1240,2913],[1265,2878],[1281,2858],[1316,2852],[1320,2825],[1334,2792],[1333,2774],[1340,2751],[1329,2732],[1352,2687],[1368,2642],[1391,2631],[1401,2601],[1414,2598],[1422,2575],[1444,2555],[1433,2531],[1440,2487],[1432,2458],[1445,2436],[1431,2419],[1413,2382],[1396,2378],[1395,2360],[1367,2353],[1347,2300],[1326,2260],[1341,2233],[1328,2213],[1340,2200],[1319,2171],[1332,2136],[1301,2145],[1280,2126],[1254,2102],[1239,2079],[1245,2048],[1216,2060],[1189,2044],[1174,2059],[1145,2040],[1127,2052],[1079,2032],[1031,2014],[1027,1985],[1004,1982],[1004,1966],[968,1959],[955,1935],[939,1952],[908,1955],[867,1961],[847,1947],[829,1931],[822,1941],[809,1956],[782,1969],[774,1986],[749,1992],[746,2015],[714,2025],[675,2044],[648,2052],[631,2039],[609,2051],[592,2042],[571,2056],[541,1988],[579,1960],[641,1929],[707,1909],[771,1888],[808,1898],[884,1887],[928,1891],[975,1896],[992,1880],[1045,1896],[1122,1920],[1209,1964],[1256,2002],[1309,2047],[1373,2108],[1416,2172],[1459,2251],[1493,2334],[1505,2439],[1514,2509],[1506,2593],[1476,2701],[1442,2776],[1407,2834],[1365,2893],[1309,2952],[1242,3008],[1171,3045],[1093,3082],[1015,3104],[935,3118],[862,3116],[787,3105],[698,3086],[632,3056],[564,3021],[508,2981],[458,2934],[407,2882],[367,2827],[338,2768],[314,2711],[280,2613],[273,2538],[274,2449],[281,2387],[300,2319],[318,2261],[344,2204],[380,2147],[429,2081],[480,2031]]},{"area":"0a8","points":[[514,2005],[539,1989],[571,2060],[540,2082],[538,2061]]},{"area":"0a9","points":[[464,2466],[478,2455],[474,2429],[480,2411],[509,2425],[522,2405],[513,2379],[534,2328],[533,2278],[551,2248],[552,2215],[601,2160],[646,2161],[668,2144],[714,2144],[772,2119],[799,2126],[818,2111],[802,2087],[824,2078],[829,2064],[851,2060],[854,2047],[922,2047],[928,2058],[942,2066],[954,2076],[973,2089],[958,2113],[975,2125],[994,2118],[1061,2144],[1105,2141],[1134,2160],[1172,2159],[1225,2208],[1225,2249],[1245,2281],[1244,2332],[1266,2387],[1252,2407],[1276,2420],[1293,2416],[1304,2426],[1302,2446],[1314,2464],[1318,2527],[1301,2539],[1307,2564],[1293,2581],[1275,2567],[1258,2579],[1265,2605],[1253,2647],[1247,2672],[1244,2715],[1228,2744],[1228,2781],[1196,2816],[1176,2835],[1135,2834],[1116,2849],[1069,2855],[1040,2862],[1005,2872],[973,2861],[962,2874],[974,2899],[960,2915],[949,2926],[931,2933],[922,2947],[854,2946],[855,2933],[833,2933],[831,2918],[808,2908],[813,2893],[815,2875],[802,2862],[779,2875],[719,2852],[672,2853],[645,2836],[601,2834],[551,2782],[552,2738],[538,2718],[532,2661],[513,2607],[520,2585],[504,2566],[482,2582],[473,2567],[476,2544],[464,2525]]},{"area":"0b2","points":[[640,1639],[1138,1639],[1138,1654],[1142,1674],[1138,1691],[1086,1698],[1068,1713],[1068,1760],[708,1760],[716,1733],[715,1711],[689,1692],[640,1692]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/019-map-2.01-walking-castle.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/020-map-2.01-walking-castle-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"mapParent":{"id":"228"},"credit":"Marco Bernardini","grid":{"type":"square","size":210,"offsetX":45,"offsetY":38,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/025-map-2.02-inverse-hideout.webp"},"imageType":"map","title":"Map 5.1: Inverse Hideout","credit":"Mike Schley","width":1200,"height":1500,"id":"229","grid":{"type":"square","size":163,"offsetX":5,"offsetY":-31,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/026-map-2.02-inverse-hideout-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"229"},"credit":"Mike Schley","grid":{"type":"square","size":162,"offsetX":15,"offsetY":-18,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/028-map-2.02-curst-escape.webp"},"imageType":"map","title":"Map 6.1: Curst Escape","credit":"Mike Schley","width":1200,"height":1500,"id":"22a","grid":{"type":"square","size":146,"offsetX":-24,"offsetY":-15,"scale":3},"mapRegions":[{"area":"0f4","points":[[746,389],[718,381],[721,362],[721,333],[720,314],[711,301],[718,280],[719,255],[728,234],[751,232],[767,239],[785,229],[807,241],[819,225],[819,206],[834,191],[859,192],[900,198],[926,187],[959,199],[968,219],[982,236],[998,246],[1015,264],[1014,291],[1014,315],[1022,326],[1013,358],[1009,374],[972,384],[932,387],[912,382],[900,386],[871,379],[873,356],[855,342],[834,338],[820,346],[815,366],[796,385],[775,385],[758,385]]},{"area":"0ef","points":[[179,1382],[151,1333],[171,1226],[171,1168],[189,1138],[234,1088],[199,1039],[180,1006],[173,944],[162,858],[181,840],[224,808],[292,785],[361,778],[448,788],[458,851],[469,925],[493,979],[526,925],[534,856],[554,808],[576,782],[560,719],[551,654],[566,585],[569,560],[612,578],[618,528],[653,571],[699,539],[729,601],[760,647],[773,701],[833,688],[885,709],[933,752],[972,789],[1016,861],[1035,935],[1026,1031],[1047,1095],[1064,1165],[1031,1232],[1000,1320],[967,1380],[915,1367],[827,1376],[795,1365],[696,1389],[613,1404],[526,1401],[419,1384],[319,1391],[201,1400]]},{"area":"0f2","points":[[233,566],[232,539],[232,507],[231,476],[234,452],[219,440],[191,433],[187,416],[173,391],[184,362],[182,342],[196,325],[200,311],[211,301],[201,289],[225,288],[234,288],[254,268],[246,253],[272,247],[298,241],[334,234],[352,242],[374,233],[392,249],[404,255],[414,248],[434,268],[429,292],[432,316],[424,336],[453,358],[455,371],[480,386],[485,408],[479,427],[467,445],[448,453],[434,468],[411,475],[394,468],[378,487],[384,506],[362,521],[335,532],[334,558],[307,588],[282,580],[260,569],[247,578]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/028-map-2.02-curst-escape.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/029-map-2.02-curst-escape-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"22a"},"credit":"Mike Schley","grid":{"type":"square","size":146,"offsetX":-24,"offsetY":-15,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/032-map-2.03-vile-hunt-camp.webp"},"imageType":"map","title":"Map 8.1: Vile Hunt Camp","credit":"Mike Schley","width":1200,"height":1500,"id":"22b","grid":{"type":"square","size":144,"offsetX":-70,"offsetY":-50,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/033-map-2.03-vile-hunt-camp-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"22b"},"credit":"Mike Schley","grid":{"type":"square","size":144,"offsetX":-70,"offsetY":-50,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/035-map-2.04-courier.webp"},"imageType":"map","title":"Map 9.1: Courier","credit":"Mike Schley","width":1200,"height":1500,"grid":{"type":"square","size":181,"offsetX":58,"offsetY":-57,"scale":3.42},"id":"231"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/037-map-02.05-gate-to-acheron.webp"},"imageType":"map","title":"Map 10.1: Gate to Acheron","credit":"Mike Schley","width":1200,"height":1500,"id":"22c","grid":{"type":"square","size":178,"offsetX":18,"offsetY":4,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/038-map-02.05-gate-to-acheron-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"22c"},"credit":"Mike Schley","grid":{"type":"square","size":178,"offsetX":18,"offsetY":4,"scale":3}}]},{"name":"Part 3 — Secret Realities","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/ToFW/047-map-03.01-platinum-rooms.webp"},"imageType":"map","title":"Map 14.1: Platinum Rooms","credit":"Jared Blando","width":2550,"height":3300,"id":"22d","grid":{"type":"square","size":104,"offsetX":-26,"offsetY":-8,"scale":3},"mapRegions":[{"area":"1bd","points":[[54,2669],[46,2578],[59,2480],[82,2390],[112,2354],[203,2314],[258,2264],[282,2194],[278,2122],[318,2061],[398,2014],[461,1986],[528,1979],[587,1949],[642,1944],[717,1962],[776,1986],[830,2013],[851,2043],[906,2080],[942,2107],[974,2173],[989,2208],[1000,2245],[1010,2286],[1078,2307],[1115,2323],[1163,2358],[1195,2411],[1194,2466],[1138,2533],[1101,2610],[1064,2704],[1022,2806],[1014,2914],[1016,3002],[1035,3094],[1013,3134],[1037,3181],[1019,3214],[430,3206],[432,3158],[394,3125],[381,3082],[376,3034],[373,2994],[360,2965],[339,2896],[310,2885],[302,2864],[267,2856],[200,2834],[190,2792],[158,2750],[115,2709],[91,2685],[66,2682]]},{"area":"1c4","points":[[542,1322],[718,1277],[824,1426],[722,1589],[707,1557],[686,1490],[654,1435],[630,1403],[606,1376],[566,1352],[541,1336]]},{"area":"1c7","points":[[198,1582],[206,1536],[222,1483],[250,1437],[298,1397],[357,1365],[408,1349],[459,1352],[514,1365],[562,1384],[592,1403],[629,1440],[653,1477],[672,1534],[683,1603],[672,1661],[634,1731],[589,1782],[533,1813],[477,1827],[405,1827],[331,1803],[280,1768],[237,1709],[213,1656],[198,1616]]},{"area":"1d4","points":[[1666,848],[1664,658],[1728,658],[1752,622],[1779,602],[1827,590],[1875,602],[1914,627],[1928,654],[1992,654],[1992,848],[1862,848],[1824,878],[1784,848]]},{"area":"1cd","points":[[1202,723],[1003,878],[866,936],[714,965],[531,976],[290,915],[162,848],[58,758],[46,627],[32,472],[51,277],[54,131],[157,21],[992,61],[1048,98],[1115,214],[1115,346],[1118,483],[1147,602],[1184,677]]},{"area":"1d8","points":[[1290,408],[1294,352],[1317,317],[1362,294],[1387,286],[1408,251],[1450,242],[1498,235],[1523,237],[1554,206],[1576,230],[1659,235],[1690,198],[1715,234],[1802,234],[1834,200],[1856,240],[1944,235],[1974,205],[1998,238],[2078,238],[2110,206],[2141,237],[2267,235],[2267,578],[2138,578],[2104,611],[2078,574],[1997,574],[1970,608],[1936,574],[1720,574],[1688,606],[1659,574],[1581,574],[1554,613],[1528,573],[1438,573],[1398,563],[1381,533],[1350,520],[1317,496],[1294,459]]},{"area":"1dd","points":[[2339,373],[2378,378],[2400,390],[2398,422],[2381,434],[2339,434]]},{"area":"1b8","points":[[1640,1802],[1622,1765],[1629,1728],[1627,1714],[1642,1707],[1632,1677],[1602,1634],[1581,1590],[1576,1483],[1595,1432],[1634,1389],[1717,1352],[1779,1336],[1859,1336],[1930,1344],[1997,1371],[2034,1414],[2053,1461],[2059,1517],[2059,1571],[2046,1630],[2026,1675],[2003,1701],[1994,1731],[2003,1749],[1998,1778],[2002,1816],[1976,1830],[1934,1842],[1914,1859],[1891,1904],[1878,1941],[1845,1957],[1803,1954],[1770,1944],[1733,1920],[1720,1880],[1717,1846],[1698,1816],[1666,1808]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/047-map-03.01-platinum-rooms.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/048-map-03.01-platinum-rooms-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"mapParent":{"id":"22d"},"credit":"Jared Blando","grid":{"type":"square","size":104,"offsetX":-26,"offsetY":-8,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/052-map-03.02-tyrants-spiral.webp"},"imageType":"map","title":"Map 15.1: Tyrant's Spiral","credit":"Jared Blando","width":2550,"height":3300,"id":"22e","grid":{"type":"square","size":219,"offsetX":50,"offsetY":-72,"scale":3},"mapRegions":[{"area":"1ef","points":[[65,118],[65,225],[177,225],[177,118]]},{"area":"202","points":[[2356,118],[2356,229],[2480,229],[2480,118]]},{"area":"1f4","points":[[61,1291],[61,1404],[185,1404],[185,1291]]},{"area":"1fd","points":[[2373,1282],[2373,1400],[2480,1400],[2480,1282]]},{"area":"1f6","points":[[61,2126],[61,2229],[189,2229],[189,2126]]},{"area":"1fb","points":[[2364,2124],[2364,2223],[2469,2223],[2469,2124]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToFW/thumbnail/052-map-03.02-tyrants-spiral.webp"},"page":"adventure.html","source":"ToFW","hash":"tofw"},{"type":"image","href":{"type":"internal","path":"adventure/ToFW/053-map-03.02-tyrants-spiral-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"mapParent":{"id":"22e"},"credit":"Jared Blando","grid":{"type":"square","size":219,"offsetX":50,"offsetY":-72,"scale":3}}]}]},"CoA":{"id":"CoA","name":"Chains of Asmodeus","source":"CoA","prop":"adventure","chapters":[{"name":"Ch. 1: Kelemvor's Cathedral","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/041-0-dm.webp"},"title":"{@creature Koh Tam|CoA}'s Barge","credit":"John Stevenson","width":1611,"height":2195,"imageType":"map","id":"362","grid":{"type":"none","size":105}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/041-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1611,"height":2195,"imageType":"mapPlayer","mapParent":{"id":"362"},"grid":{"type":"none","size":105}}]},{"name":"Ch. 2: The Nine Hells","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/044-0-dm.webp"},"credit":"John Stevenson","width":3443,"height":2253,"title":"Flow of the River Styx","imageType":"map","id":"363","mapRegions":[{"area":"01a","points":[[117,112],[117,222],[315,222],[315,112]]},{"area":"01b","points":[[2606,368],[2606,502],[2864,502],[2864,368]]},{"area":"01c","points":[[2997,789],[2997,912],[3218,912],[3218,789]]},{"area":"01d","points":[[637,718],[637,850],[901,850],[901,718]]},{"area":"01e","points":[[107,1400],[107,1518],[315,1518],[315,1400]]},{"area":"021","points":[[1262,1357],[1262,1464],[1499,1464],[1499,1357]]},{"area":"022","points":[[142,1667],[142,1786],[357,1786],[357,1667]]},{"area":"01f","points":[[2827,984],[2827,1093],[3058,1093],[3058,984]]},{"area":"020","points":[[3074,1923],[3074,2046],[3326,2046],[3326,1923]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/044-0-dm.webp"},"grid":{"type":"none"},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/044-0.webp"},"credit":"John Stevenson","width":3443,"height":2253,"title":"Player Version","imageType":"mapPlayer","mapParent":{"id":"363"},"grid":{"type":"none"}}]},{"name":"Ch. 3: Avernus, the Eternal Battlefield","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/070-0-dm.webp"},"title":"Avernus, the First Hell","credit":"John Stevenson","width":1623,"height":1160,"imageType":"map","id":"364","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/070-0.webp"},"title":"Player Version","credit":"John Stevenson","imageType":"mapPlayer","width":1623,"height":1160,"mapParent":{"id":"364"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/072-0-dm.webp"},"title":"The War-Slough","credit":"John Stevenson","width":1633,"height":1304,"imageType":"map","id":"365","mapRegions":[{"area":"115","points":[[512,1032],[512,1102],[587,1102],[587,1032]]},{"area":"126","points":[[981,837],[981,914],[1061,914],[1061,837]]},{"area":"117","points":[[136,250],[136,317],[213,317],[213,250]]},{"area":"11c","points":[[683,264],[683,339],[754,339],[754,264]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/072-0-dm.webp"},"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/072-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1633,"height":1304,"imageType":"mapPlayer","mapParent":{"id":"365"},"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/075-0-dm.webp"},"title":"Ruined Tower (W2)","credit":"John Stevenson","width":868,"height":923,"imageType":"map","id":"366","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/075-0.webp"},"title":"Player Version","credit":"John Stevenson","width":868,"height":923,"imageType":"mapPlayer","mapParent":{"id":"366"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/077-1-dm.webp"},"title":"Demon Nest (W3)","credit":"John Stevenson","width":850,"height":1013,"imageType":"map","id":"367","mapRegions":[{"area":"123","points":[[264,660],[275,682],[296,691],[309,718],[330,724],[344,722],[351,706],[344,682],[331,670],[329,653],[322,639],[301,650],[277,648]]},{"area":"121","points":[[283,697],[299,731],[333,744],[367,728],[364,691],[356,660],[371,642],[397,672],[410,709],[411,745],[419,776],[428,801],[401,790],[382,794],[374,807],[358,805],[331,807],[300,799],[279,774],[281,756],[266,759],[265,737],[260,711],[259,687]]},{"area":"120","points":[[362,600],[351,593],[353,570],[368,554],[388,552],[402,557],[403,581],[389,598],[376,607]]},{"area":"120","points":[[479,741],[469,721],[461,699],[476,676],[489,663],[505,682],[514,713],[516,730],[517,747],[496,753]]},{"area":"120","points":[[323,949],[318,923],[326,902],[348,884],[367,879],[393,895],[402,916],[419,927],[423,951],[403,964],[380,976],[349,973],[336,962]]},{"area":"11d","points":[[500,933],[542,918],[567,913],[581,899],[597,929],[580,945],[546,953],[500,953]]},{"area":"11f","points":[[672,862],[669,830],[670,809],[685,793],[707,782],[724,776],[738,789],[744,807],[749,829],[737,842],[723,857],[700,868],[684,868]]},{"area":"11f","points":[[589,735],[588,708],[589,682],[599,669],[606,691],[628,696],[643,705],[647,733],[633,740],[611,745]]},{"area":"11f","points":[[618,620],[633,607],[651,593],[669,593],[690,592],[704,607],[702,628],[682,631],[664,641],[642,645],[626,638]]},{"area":"120","points":[[715,598],[714,578],[721,563],[737,556],[755,556],[771,574],[771,593],[764,611],[755,622],[731,623],[720,614]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/077-1-dm.webp"},"grid":{"type":"none"},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/077-1.webp"},"title":"Player Version","credit":"John Stevenson","width":850,"height":1013,"imageType":"mapPlayer","mapParent":{"id":"367"},"grid":{"type":"none"}}]},{"name":"Ch. 4: Dis, the City of Burning Iron","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/083-0-dm.webp"},"title":"Dis, the Second Hell","credit":"John Stevenson","width":1612,"height":1148,"imageType":"map","id":"368","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/083-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1612,"height":1148,"imageType":"mapPlayer","mapParent":{"id":"368"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/086-0-dm.webp"},"title":"The Agora of Floating Knives","credit":"John Stevenson","width":1601,"height":2185,"imageType":"map","id":"369","mapRegions":[{"area":"149","points":[[173,288],[173,368],[255,368],[255,288]]},{"area":"14c","points":[[1191,135],[1191,221],[1280,221],[1280,135]]},{"area":"152","points":[[654,650],[654,729],[732,729],[732,650]]},{"area":"15a","points":[[723,1230],[723,1306],[805,1306],[805,1230]]},{"area":"157","points":[[379,1449],[379,1529],[455,1529],[455,1449]]},{"area":"14f","points":[[1040,1262],[1040,1333],[1114,1333],[1114,1262]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/086-0-dm.webp"},"grid":{"type":"none","size":83,"distance":50},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/086-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1601,"height":2185,"imageType":"mapPlayer","mapParent":{"id":"369"},"grid":{"type":"none","size":83,"distance":50}}]},{"name":"Ch. 5: Minauros, the Endless Swamp","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/098-0-dm.webp"},"title":"Minauros, the Third Hell","credit":"John Stevenson","width":1594,"height":1144,"imageType":"map","id":"36a","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/098-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1594,"height":1144,"imageType":"mapPlayer","mapParent":{"id":"36a"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/101-0-dm.webp"},"title":"The Ineffable Trove","credit":"John Stevenson","width":1606,"height":2172,"imageType":"map","id":"36b","mapRegions":[{"area":"18c","points":[[1292,241],[1292,315],[1357,315],[1357,241]]},{"area":"189","points":[[966,590],[966,661],[1041,661],[1041,590]]},{"area":"193","points":[[324,672],[324,738],[392,738],[392,672]]},{"area":"197","points":[[946,1630],[946,1695],[1017,1695],[1017,1630]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/101-0-dm.webp"},"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/101-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1606,"height":2172,"imageType":"mapPlayer","mapParent":{"id":"36b"},"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"}}]},{"name":"Ch. 6: Phlegethos, the Fiery Wasteland","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/110-0-dm.webp"},"title":"Phlegethos, the Fourth Hell","credit":"John Stevenson","width":1609,"height":1138,"imageType":"map","id":"36c","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/110-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1609,"height":1138,"imageType":"mapPlayer","mapParent":{"id":"36c"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/115-0-dm.webp"},"title":"The Elemental Preserve","credit":"John Stevenson","width":1589,"height":2171,"imageType":"map","id":"36d","mapRegions":[{"area":"1b4","points":[[699,1719],[699,1782],[772,1782],[772,1719]]},{"area":"1c0","points":[[1154,1778],[1154,1853],[1230,1853],[1230,1778]]},{"area":"1bb","points":[[1412,1397],[1412,1459],[1486,1459],[1486,1397]]},{"area":"1b7","points":[[413,877],[413,947],[486,947],[486,877]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/115-0-dm.webp"},"grid":{"type":"none","scale":2,"distance":1,"units":"miles"},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/115-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1589,"height":2171,"imageType":"mapPlayer","mapParent":{"id":"36d"},"grid":{"type":"none","scale":2,"distance":1,"units":"miles"}}]},{"name":"Ch. 7: Stygia, the Frozen Sea","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/125-0-dm.webp"},"title":"Stygia, the Fifth Hell","credit":"John Stevenson","width":1646,"height":1174,"imageType":"map","id":"36e","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/125-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1646,"height":1174,"imageType":"mapPlayer","mapParent":{"id":"36e"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/126-0-dm.webp"},"title":"The Chasm of Found Things","credit":"John Stevenson","width":1627,"height":2175,"imageType":"map","id":"36f","mapRegions":[{"area":"1ee","points":[[324,245],[425,281],[498,267],[552,271],[480,302],[421,295],[328,281],[298,261]]},{"area":"1f0","points":[[493,305],[550,297],[621,305],[666,330],[689,345],[630,347],[563,368],[519,372],[470,360],[484,329]]},{"area":"1f0","points":[[902,352],[952,317],[1014,311],[1075,312],[1133,332],[1139,355],[1089,372],[1032,394],[991,386],[952,374],[933,360]]},{"area":"1f0","points":[[1392,368],[1477,333],[1543,325],[1579,350],[1582,387],[1537,392],[1470,397],[1405,383]]},{"area":"1f7","points":[[382,488],[297,452],[239,417],[111,404],[58,413],[53,448],[39,528],[95,541],[172,517],[181,499],[258,510],[284,507],[335,508]]},{"area":"1f4","points":[[730,479],[622,477],[455,503],[396,530],[297,564],[221,575],[128,592],[99,625],[53,702],[62,738],[106,766],[186,786],[283,817],[373,866],[529,888],[670,884],[821,874],[1008,908],[1079,939],[1152,951],[1326,942],[1394,934],[1347,870],[1163,852],[990,836],[855,809],[801,778],[732,768],[603,775],[405,761],[218,737],[133,711],[219,635],[326,659],[369,672],[495,681],[600,683],[690,668],[787,640],[790,610],[688,597],[570,615],[462,632],[360,634],[386,601],[492,583],[606,563],[677,542],[751,506]]},{"area":"1fd","points":[[235,1502],[432,1474],[695,1418],[919,1404],[1217,1431],[1383,1465],[1472,1498],[1342,1520],[1213,1524],[1026,1528],[948,1570],[841,1592],[766,1546],[663,1554],[618,1592],[524,1557],[421,1563],[311,1555],[253,1529]]},{"area":"205","points":[[714,1635],[714,1723],[800,1723],[800,1635]]},{"area":"201","points":[[390,1920],[512,1862],[637,1867],[741,1902],[794,1941],[777,1942],[568,1955],[479,1956],[391,1939]]},{"area":"209","points":[[1143,1950],[1143,2041],[1231,2041],[1231,1950]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/126-0-dm.webp"},"grid":{"type":"none","size":91,"distance":50},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/126-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1627,"height":2175,"imageType":"mapPlayer","mapParent":{"id":"36f"},"grid":{"type":"none","size":91,"distance":50}}]},{"name":"Ch. 8: Malbolge, the Realm of Decay","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/137-0-dm.webp"},"title":"Malbolge, the Sixth Hell","credit":"John Stevenson","width":1625,"height":1163,"imageType":"map","id":"370","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/137-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1625,"height":1163,"imageType":"mapPlayer","mapParent":{"id":"370"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/139-0-dm.webp"},"title":"The Sign of the Hag's Arms","credit":"John Stevenson","width":1602,"height":2174,"imageType":"map","id":"371","mapRegions":[{"area":"21e","points":[[160,284],[160,351],[230,351],[230,284]]},{"area":"222","points":[[361,241],[361,305],[437,305],[437,241]]},{"area":"229","points":[[124,488],[124,563],[201,563],[201,488]]},{"area":"231","points":[[259,747],[259,818],[325,818],[325,747]]},{"area":"22b","points":[[215,894],[215,957],[285,957],[285,894]]},{"area":"229","points":[[143,1065],[143,1128],[221,1128],[221,1065]]},{"area":"22e","points":[[337,1059],[337,1130],[412,1130],[412,1059]]},{"area":"22b","points":[[868,867],[834,786],[781,699],[745,646],[719,594],[715,514],[739,440],[768,375],[821,307],[853,280],[902,241],[975,145],[1031,132],[1095,116],[1159,105],[1226,98],[1303,124],[1355,146],[1404,215],[1452,270],[1467,325],[1493,387],[1490,465],[1486,529],[1495,592],[1485,652],[1457,706],[1417,768],[1335,826],[1262,867],[1191,899],[1101,921],[1022,919],[932,888]]},{"area":"236","points":[[759,1505],[714,1406],[686,1323],[697,1249],[712,1179],[732,1165],[795,1124],[841,1111],[924,1129],[960,1145],[1013,1208],[1053,1215],[1080,1152],[1110,1133],[1172,1135],[1208,1093],[1253,1089],[1275,1134],[1320,1141],[1361,1110],[1421,1111],[1463,1083],[1529,1062],[1566,1083],[1596,1234],[1583,1332],[1541,1374],[1486,1395],[1458,1427],[1388,1415],[1320,1467],[1245,1485],[1179,1467],[1052,1492],[950,1523],[867,1563],[787,1542]]},{"area":"23e","points":[[261,1685],[294,1778],[288,1911],[292,1950],[271,2005],[204,2032],[115,2084],[39,2035],[10,1912],[26,1817],[23,1752],[34,1683],[70,1644],[133,1636],[173,1659],[215,1697]]},{"area":"234","points":[[508,1674],[641,1572],[714,1563],[755,1561],[792,1715],[737,1787],[723,1886],[697,1965],[622,2023],[595,2094],[488,2105],[409,2097],[394,2074],[266,2106],[262,2076],[317,1957],[319,1823],[317,1764],[418,1825],[499,1822],[502,1748],[493,1712]]},{"area":"23b","points":[[729,1960],[773,1818],[813,1769],[874,1695],[943,1618],[1053,1551],[1125,1516],[1210,1511],[1320,1523],[1455,1524],[1537,1538],[1582,1550],[1582,1942],[1526,1912],[1432,1934],[1395,1959],[1348,1972],[1337,1935],[1261,1963],[1241,1988],[1335,2034],[1379,2070],[1435,2129],[1444,2141],[1261,2141],[1219,2099],[1151,2086],[1116,2090],[1094,2023],[1026,1990],[1001,2032],[966,2081],[932,2092],[888,2085],[876,2031],[858,2010],[804,2044],[737,2010]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/139-0-dm.webp"},"grid":{"type":"square","size":112,"offsetX":-50,"offsetY":8,"scale":5},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/139-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1602,"height":2174,"imageType":"mapPlayer","mapParent":{"id":"371"},"grid":{"type":"square","size":112,"offsetX":-50,"offsetY":8,"scale":5}}]},{"name":"Ch. 9: Maladomini, the Domain of Ruined Cities","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/150-0-dm.webp"},"title":"Maladomini, the Seventh Hell","credit":"John Stevenson","width":1633,"height":1156,"imageType":"map","id":"372","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/150-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1633,"height":1156,"imageType":"mapPlayer","mapParent":{"id":"372"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/154-0-dm.webp"},"title":"The Eye Market","credit":"John Stevenson","width":1611,"height":2191,"imageType":"map","id":"373","mapRegions":[{"area":"260","points":[[1067,601],[1067,1494],[1588,1494],[1588,601]]},{"area":"260","points":[[792,830],[818,808],[871,760],[890,732],[919,738],[933,723],[1017,813],[1026,805],[1050,831],[1036,848],[1041,880],[1015,889],[1001,889],[1013,902],[994,921],[945,934],[943,919],[910,928],[881,928],[818,859]]},{"area":"26a","points":[[529,1206],[506,1195],[516,1172],[499,1147],[503,1116],[510,1090],[534,1076],[566,1075],[595,1090],[606,1114],[614,1145],[612,1165],[595,1181],[586,1188],[582,1213],[569,1213],[559,1205],[552,1186],[533,1205]]},{"area":"25b","points":[[157,1232],[157,1306],[228,1306],[228,1232]]},{"area":"374","points":[[539,1345],[539,1422],[609,1422],[609,1345]]},{"area":"258","points":[[281,1578],[281,1658],[356,1658],[356,1578]]},{"area":"267","points":[[479,1634],[467,1643],[399,1612],[397,1582],[421,1532],[448,1506],[463,1479],[510,1476],[546,1486],[623,1479],[657,1495],[663,1537],[653,1557],[608,1587],[581,1612],[554,1591],[495,1594]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/154-0-dm.webp"},"grid":{"type":"none","size":57,"distance":25},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/154-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1611,"height":2191,"imageType":"mapPlayer","mapParent":{"id":"373"},"grid":{"type":"none","size":57,"distance":25}}]},{"name":"Ch. 10: Cania, the Relentless Cold","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/164-0-dm.webp"},"title":"Cania, the Eighth Hell","credit":"John Stevenson","width":1642,"height":1166,"imageType":"map","id":"375","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/164-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1642,"height":1166,"imageType":"mapPlayer","mapParent":{"id":"375"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/169-0-dm.webp"},"title":"The Sorrow Mine","credit":"John Stevenson","width":1626,"height":2214,"imageType":"map","id":"376","mapRegions":[{"area":"29a","points":[[410,274],[410,378],[517,378],[517,274]]},{"area":"28b","points":[[635,1206],[635,1333],[786,1333],[786,1206]]},{"area":"28e","points":[[369,1848],[409,1830],[428,1844],[434,1726],[495,1645],[525,1587],[539,1545],[557,1630],[581,1695],[578,1732],[575,1992],[450,2021],[431,1986],[397,1972],[361,1946],[356,1870]]},{"area":"298","points":[[323,1426],[323,1552],[471,1552],[471,1426]]},{"area":"293","points":[[292,1658],[292,1734],[369,1734],[369,1658]]},{"area":"296","points":[[676,1966],[676,2044],[755,2044],[755,1966]]},{"area":"296","points":[[1470,1892],[1470,1961],[1538,1961],[1538,1892]]},{"area":"298","points":[[1027,1105],[1119,1097],[1161,1072],[1218,1092],[1281,1068],[1308,1121],[1339,1142],[1392,1177],[1387,1214],[1324,1210],[1343,1245],[1324,1265],[1274,1236],[1191,1237],[1151,1246],[1106,1212],[1014,1203],[1013,1123]]},{"area":"293","points":[[1199,1276],[1199,1348],[1266,1348],[1266,1276]]},{"area":"28e","points":[[1250,1961],[1215,1961],[1205,1948],[1191,1955],[1147,1907],[1155,1835],[1178,1812],[1166,1779],[1145,1730],[1103,1690],[1110,1662],[1163,1637],[1192,1631],[1210,1652],[1240,1680],[1272,1675],[1328,1686],[1347,1705],[1343,1729],[1373,1777],[1338,1902],[1330,1926],[1277,1935],[1267,1957]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/169-0-dm.webp"},"grid":{"type":"square","size":124,"offsetX":-10,"offsetY":-13,"scale":8},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/169-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1626,"height":2214,"imageType":"mapPlayer","mapParent":{"id":"376"},"grid":{"type":"square","size":124,"offsetX":-10,"offsetY":-13,"scale":8}}]},{"name":"Ch. 11: Hunted by the Dukes","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/181-0-dm.webp"},"title":"The Brothers' Infernal Warship","credit":"John Stevenson","width":1617,"height":2196,"imageType":"map","id":"377","mapRegions":[{"area":"2e8","points":[[1057,230],[1053,301],[1066,356],[1119,381],[1169,347],[1132,301],[1108,255],[1071,235]]},{"area":"2e8","points":[[1055,901],[1072,839],[1121,848],[1164,876],[1222,894],[1166,915],[1125,941],[1074,952]]},{"area":"2c7","points":[[308,883],[427,797],[935,760],[930,830],[933,964],[938,1019],[425,997],[308,914]]},{"area":"2c7","points":[[252,445],[412,441],[434,458],[938,458],[990,495],[267,495],[262,467]]},{"area":"2cd","points":[[423,1266],[419,1449],[317,1379],[315,1338]]},{"area":"2cb","points":[[431,1406],[431,1450],[477,1465],[477,1406]]},{"area":"2c9","points":[[481,1406],[481,1465],[545,1477],[545,1406]]},{"area":"2c9","points":[[614,1307],[614,1236],[672,1234],[672,1307]]},{"area":"2c9","points":[[877,1305],[877,1227],[934,1227],[934,1305]]},{"area":"2c9","points":[[1072,1307],[1072,1231],[1141,1231],[1141,1307]]},{"area":"2c9","points":[[612,1405],[612,1481],[675,1481],[675,1405]]},{"area":"2c9","points":[[745,1404],[745,1484],[805,1484],[805,1404]]},{"area":"2c9","points":[[877,1406],[877,1485],[933,1485],[933,1406]]},{"area":"2c9","points":[[1074,1408],[1074,1486],[1137,1486],[1137,1408]]},{"area":"2cb","points":[[430,1306],[474,1306],[474,1250],[430,1259]]},{"area":"2cb","points":[[547,1405],[547,1481],[608,1481],[608,1405]]},{"area":"2cb","points":[[677,1305],[677,1231],[741,1231],[741,1305]]},{"area":"2cb","points":[[810,1305],[810,1227],[872,1227],[872,1305]]},{"area":"2cb","points":[[681,1481],[681,1405],[738,1405],[738,1481]]},{"area":"2cb","points":[[1146,1308],[1146,1230],[1203,1230],[1203,1308]]},{"area":"2cb","points":[[1142,1488],[1142,1408],[1204,1408],[1204,1488]]},{"area":"2d4","points":[[1436,1422],[1449,1378],[1454,1328],[1439,1293],[1236,1290],[1236,1422]]},{"area":"2cb","points":[[545,1308],[545,1239],[606,1239],[606,1308]]},{"area":"2c9","points":[[747,1305],[747,1228],[806,1228],[806,1305]]},{"area":"2cb","points":[[812,1485],[812,1405],[874,1405],[874,1485]]},{"area":"2c9","points":[[483,1306],[543,1306],[543,1243],[483,1249]]},{"area":"2dd","points":[[939,1223],[939,1486],[1071,1486],[1071,1223]]},{"area":"2e3","points":[[1274,1957],[1270,1911],[1197,1921],[1192,1786],[1266,1800],[1274,1754],[1401,1754],[1434,1799],[1439,1908],[1400,1948]]},{"area":"2d8","points":[[418,1763],[427,1806],[427,1854],[427,1897],[419,1946],[320,1880],[315,1835]]},{"area":"2da","points":[[610,1729],[610,1785],[708,1785],[708,1729]]},{"area":"2da","points":[[610,1923],[610,1978],[707,1978],[707,1923]]},{"area":"2da","points":[[421,1950],[508,1966],[508,1912],[431,1898]]},{"area":"2da","points":[[431,1809],[419,1759],[511,1742],[511,1792]]},{"area":"2da","points":[[843,1724],[843,1786],[939,1786],[939,1724]]},{"area":"2da","points":[[844,1921],[844,1982],[942,1982],[942,1921]]},{"area":"2da","points":[[1041,1921],[1041,1983],[1141,1983],[1141,1921]]},{"area":"2da","points":[[1039,1719],[1039,1783],[1135,1783],[1135,1719]]},{"area":"2d0","points":[[444,1823],[511,1812],[511,1905],[444,1880]]},{"area":"2d6","points":[[777,1805],[777,1897],[839,1897],[839,1805]]},{"area":"2e5","points":[[515,1810],[663,1803],[766,1806],[766,1894],[662,1915],[515,1907]]},{"area":"2e0","points":[[974,1801],[974,1898],[1089,1898],[1089,1801]]},{"area":"2e4","points":[[1089,1800],[1089,1902],[1191,1902],[1191,1800]]},{"area":"2d3","points":[[775,1924],[775,1986],[839,1986],[839,1924]]},{"area":"2e6","points":[[774,1716],[774,1787],[836,1787],[836,1716]]},{"area":"2e2","points":[[1139,1716],[1139,1788],[1194,1788],[1194,1716]]},{"area":"2e2","points":[[1145,1923],[1187,1917],[1204,1982],[1145,1981]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/181-0-dm.webp"},"grid":{"type":"none","size":78,"scale":2},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/181-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1617,"height":2196,"imageType":"mapPlayer","mapParent":{"id":"377"},"grid":{"type":"none","size":78,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/190-0-dm.webp"},"title":"Baazebul's Infernal Submersible","credit":"John Stevenson","width":1607,"height":2182,"imageType":"map","id":"378","mapRegions":[{"area":"2ff","points":[[210,1239],[170,1257],[136,1276],[117,1303],[132,1330],[165,1353],[210,1367]]},{"area":"2f6","points":[[211,1275],[211,1240],[272,1213],[327,1202],[350,1204],[350,1275]]},{"area":"2f9","points":[[351,1327],[513,1327],[510,1414],[409,1409],[351,1401]]},{"area":"2f9","points":[[354,1285],[355,1203],[512,1195],[513,1285]]},{"area":"2f8","points":[[517,1195],[517,1284],[615,1284],[615,1195]]},{"area":"2f8","points":[[514,1325],[514,1412],[617,1412],[617,1325]]},{"area":"2fc","points":[[618,1193],[706,1177],[709,1284],[618,1284]]},{"area":"300","points":[[619,1325],[708,1325],[707,1430],[619,1414]]},{"area":"2ed","points":[[853,1226],[986,1227],[1035,1272],[1032,1340],[994,1381],[853,1379]]},{"area":"2f5","points":[[1212,1174],[1248,1174],[1374,1248],[1374,1352],[1258,1428],[1212,1433]]},{"area":"2f6","points":[[211,1334],[347,1334],[346,1402],[211,1372]]},{"area":"302","points":[[114,1805],[143,1774],[180,1753],[222,1736],[275,1721],[330,1708],[395,1701],[468,1697],[545,1698],[605,1698],[605,1907],[527,1910],[463,1908],[386,1908],[317,1904],[267,1890],[222,1879],[175,1859],[141,1836]]},{"area":"2f2","points":[[852,1666],[852,1730],[996,1730],[996,1666]]},{"area":"2ef","points":[[853,1882],[853,1942],[1000,1942],[1000,1882]]},{"area":"304","points":[[1212,1675],[1212,1935],[1006,1944],[1006,1878],[863,1878],[863,1735],[999,1735],[999,1675]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/190-0-dm.webp"},"grid":{"type":"none","size":78,"scale":2},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/190-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1607,"height":2182,"imageType":"mapPlayer","mapParent":{"id":"378"},"grid":{"type":"none","size":78,"scale":2}}]},{"name":"Ch. 12: Nessus, the Bastion of Asmodeus","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/196-0-dm.webp"},"title":"Nessus, the Ninth Hell","credit":"John Stevenson","width":1622,"height":1155,"imageType":"map","id":"379","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/196-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1622,"height":1155,"imageType":"mapPlayer","mapParent":{"id":"379"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/CoA/203-0-dm.webp"},"title":"The Oasis of the Lethe","credit":"John Stevenson","width":1618,"height":2192,"imageType":"map","id":"37a","mapRegions":[{"area":"329","points":[[1293,854],[1293,1023],[1459,1023],[1459,854]]},{"area":"32b","points":[[761,461],[761,597],[945,597],[945,461]]},{"area":"32d","points":[[565,777],[534,690],[450,670],[360,703],[305,785],[308,849],[335,903],[378,965],[435,985],[515,926],[556,872],[569,827]]},{"area":"32c","points":[[250,1093],[250,1339],[455,1339],[455,1093]]},{"area":"32a","points":[[1265,1141],[1265,1333],[1439,1333],[1439,1141]]},{"area":"326","points":[[1450,1435],[1450,1521],[1533,1521],[1533,1435]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CoA/thumbnail/203-0-dm.webp"},"grid":{"type":"none","size":91,"distance":50},"page":"adventure.html","source":"CoA","hash":"coa"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/203-0.webp"},"title":"Player Version","credit":"John Stevenson","width":1618,"height":2192,"imageType":"mapPlayer","mapParent":{"id":"37a"},"grid":{"type":"none","size":91,"distance":50}}]},{"name":"App. F: Player Handouts","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoA/280-0.webp"},"title":"The War-Slough (Infernal Map)","credit":"John Stevenson","imageType":"map","width":1585,"height":1230,"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"},"id":"37c"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/281-0.webp"},"title":"The Ineffable Trove (Infernal Map)","credit":"John Stevenson","imageType":"map","width":1578,"height":2082,"grid":{"type":"none","size":75,"distance":0.5,"units":"miles"},"id":"37d"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/282-0.webp"},"title":"The Elemental Preserve (Infernal Map)","credit":"John Stevenson","imageType":"map","width":1585,"height":2081,"grid":{"type":"none","scale":2,"distance":1,"units":"miles"},"id":"37e"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/283-0.webp"},"title":"The Oasis of the Lethe (Infernal Map)","credit":"John Stevenson","imageType":"map","width":1578,"height":2083,"grid":{"type":"none","size":91,"distance":50},"id":"37f"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/284-0.webp"},"title":"The Agora of Floating Knives (Normal Map)","credit":"John Stevenson","imageType":"map","width":1578,"height":2082,"grid":{"type":"none","size":83,"distance":50},"id":"380"},{"type":"image","href":{"type":"internal","path":"adventure/CoA/285-0.webp"},"title":"The Eye Market (Normal Map)","credit":"John Stevenson","imageType":"map","width":1578,"height":2082,"grid":{"type":"none","size":57,"distance":25},"id":"381"}]}]},"HFStCM":{"id":"HFStCM","name":"Heroes' Feast: Saving the Childrens Menu","source":"HFStCM","prop":"adventure","chapters":[{"name":"Heroes' Feast: Saving the Children's Menu","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HFStCM/004-map-0.01-holrow-homestead.webp"},"imageType":"map","title":"Map: Holrow Homestead","credit":"Sean Macdonald","width":2560,"height":5280,"id":"038","grid":{"type":"square","size":231,"offsetX":117,"offsetY":173},"mapRegions":[{"area":"023","points":[[822,425],[822,1542],[1720,1542],[1720,425]]},{"area":"017","points":[[358,1569],[2182,1569],[2182,1778],[1949,1778],[1729,2009],[1729,2731],[1945,2951],[2182,2951],[2182,3164],[1040,3164],[1040,2707],[358,2707]]},{"area":"01a","points":[[362,2724],[362,3160],[1018,3160],[1018,2724]]},{"area":"01f","points":[[1960,1805],[2207,1805],[2416,2020],[2416,2720],[2204,2935],[1956,2935],[1749,2720],[1749,2029]]},{"area":"025","points":[[365,3404],[365,3855],[1045,3855],[1045,3404]]},{"area":"027","points":[[347,4095],[347,4331],[2191,4331],[2191,4095]]},{"area":"028","points":[[344,4345],[344,5022],[582,5022],[582,4345]]},{"area":"02a","points":[[604,4344],[604,5022],[1042,5022],[1042,4344]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HFStCM/thumbnail/004-map-0.01-holrow-homestead.webp"},"page":"adventure.html","source":"HFStCM","hash":"hfstcm"},{"type":"image","href":{"type":"internal","path":"adventure/HFStCM/005-map-0.01-holrow-homestead-player.webp"},"imageType":"map","title":"Player Version","width":2560,"height":5280,"mapParent":{"id":"038"},"grid":{"type":"square","size":231,"offsetX":117,"offsetY":173},"id":"03c"}]}]},"GHLoE":{"id":"GHLoE","name":"Grim Hollow: Lairs of Etharis","source":"GHLoE","prop":"adventure","chapters":[{"name":"1: Bone House","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/001-map-1.01-bone-house.webp"},"imageType":"map","title":"Map 1: Bone House","width":3000,"height":3000,"id":"02c","mapRegions":[{"area":"00e","points":[[127,800],[171,437],[190,420],[747,491],[767,519],[751,691],[527,877],[139,816]]},{"area":"010","points":[[840,1307],[1004,1176],[1166,1187],[1327,1383],[1396,1476],[1646,1491],[1649,1616],[1583,1760],[1476,1741],[1334,1877],[1211,1891],[1206,2060],[1160,2163],[1033,2163],[957,2084],[819,2029],[780,1881],[623,1780],[677,1631],[799,1543],[860,1441],[854,1383]]},{"area":"014","points":[[1093,2524],[1113,2500],[1147,2489],[1170,2459],[1190,2443],[1219,2444],[1243,2454],[1266,2444],[1294,2467],[1313,2491],[1340,2503],[1331,2530],[1353,2553],[1361,2597],[1343,2624],[1323,2626],[1299,2644],[1267,2670],[1250,2696],[1207,2696],[1170,2684],[1163,2650],[1151,2631],[1126,2620],[1101,2603],[1091,2554]]},{"area":"018","points":[[1429,554],[1500,533],[1496,501],[1487,470],[1506,450],[1517,419],[1513,383],[1530,374],[1549,346],[1574,331],[1594,314],[1620,309],[1647,287],[1671,277],[1706,274],[1730,269],[1757,279],[1781,297],[1800,297],[1821,310],[1847,320],[1864,327],[1887,326],[1917,330],[1939,337],[1953,357],[1963,376],[1976,403],[1987,429],[1983,447],[1999,467],[2026,499],[2043,511],[2074,516],[2096,541],[2127,554],[2137,616],[2141,730],[2127,766],[2106,799],[2103,814],[2086,824],[2061,833],[2044,860],[2026,876],[2007,887],[1986,913],[1971,931],[1954,946],[1923,947],[1889,956],[1880,977],[1859,994],[1833,996],[1811,971],[1793,933],[1761,923],[1759,967],[1744,993],[1730,1011],[1683,1029],[1596,1010],[1547,961],[1483,891],[1454,826],[1427,756],[1417,684],[1414,627],[1420,589]]},{"area":"01c","points":[[2136,551],[2149,603],[2150,736],[2133,767],[2160,766],[2173,779],[2177,790],[2200,807],[2221,823],[2234,841],[2241,863],[2249,877],[2270,894],[2269,914],[2279,930],[2289,946],[2310,946],[2323,954],[2343,976],[2366,993],[2361,1010],[2366,1024],[2377,1039],[2387,1059],[2379,1073],[2384,1099],[2383,1114],[2403,1137],[2413,1146],[2417,1170],[2417,1213],[2417,1233],[2470,1244],[2497,1243],[2509,1213],[2506,1190],[2501,1157],[2510,1131],[2526,1109],[2533,1093],[2557,1071],[2580,1070],[2591,1054],[2609,1040],[2630,1027],[2651,1021],[2674,1023],[2694,1021],[2713,1006],[2736,1001],[2759,999],[2777,983],[2781,967],[2774,941],[2794,924],[2816,904],[2839,894],[2869,887],[2883,871],[2880,854],[2891,840],[2906,831],[2911,804],[2909,783],[2890,771],[2880,744],[2880,726],[2887,700],[2897,684],[2910,667],[2907,641],[2899,617],[2907,581],[2897,563],[2909,543],[2911,509],[2894,503],[2877,499],[2854,487],[2841,464],[2831,440],[2824,414],[2801,404],[2800,384],[2811,357],[2821,337],[2829,314],[2834,283],[2810,273],[2800,254],[2767,246],[2746,234],[2740,207],[2717,207],[2704,194],[2673,179],[2651,180],[2620,189],[2613,209],[2591,204],[2580,217],[2561,243],[2534,253],[2514,254],[2481,247],[2456,244],[2419,251],[2406,270],[2394,294],[2367,300],[2357,303],[2351,327],[2329,337],[2311,354],[2289,380],[2264,413],[2246,431],[2224,449],[2201,471],[2189,494],[2174,520],[2154,541]]},{"area":"021","points":[[2409,1240],[2469,1251],[2499,1251],[2487,1266],[2485,1286],[2495,1312],[2508,1334],[2525,1351],[2549,1351],[2565,1369],[2588,1387],[2606,1407],[2622,1408],[2641,1425],[2669,1433],[2691,1436],[2715,1431],[2738,1428],[2740,1444],[2760,1460],[2772,1476],[2805,1491],[2825,1507],[2849,1520],[2847,1531],[2855,1546],[2867,1572],[2876,1595],[2879,1632],[2878,1684],[2880,1720],[2878,1745],[2866,1768],[2853,1795],[2838,1820],[2833,1851],[2827,1878],[2822,1902],[2802,1926],[2778,1948],[2745,1971],[2738,1979],[2726,1996],[2731,2018],[2715,2045],[2689,2062],[2678,2072],[2667,2092],[2654,2105],[2655,2121],[2636,2142],[2627,2156],[2534,2144],[2529,2121],[2518,2093],[2491,2074],[2471,2056],[2452,2034],[2427,2024],[2404,2025],[2384,2013],[2365,1994],[2346,1979],[2332,1956],[2308,1934],[2304,1909],[2285,1884],[2262,1874],[2241,1868],[2219,1846],[2187,1841],[2166,1842],[2132,1829],[2121,1818],[2095,1814],[2073,1806],[2052,1780],[2040,1764],[2038,1739],[2039,1712],[2042,1693],[2038,1667],[2034,1641],[2036,1615],[2039,1586],[2038,1555],[2048,1542],[2068,1534],[2086,1526],[2104,1514],[2126,1505],[2140,1478],[2142,1455],[2158,1438],[2161,1412],[2168,1400],[2162,1372],[2160,1355],[2147,1344],[2162,1334],[2181,1318],[2193,1306],[2212,1307],[2224,1293],[2238,1278],[2256,1273],[2271,1278],[2289,1281],[2302,1278],[2328,1282],[2342,1278],[2360,1279],[2375,1267],[2395,1258]]},{"area":"026","points":[[2535,2152],[2626,2162],[2628,2176],[2637,2185],[2647,2193],[2652,2205],[2653,2216],[2678,2226],[2686,2225],[2705,2227],[2705,2239],[2721,2248],[2740,2266],[2746,2278],[2752,2287],[2756,2313],[2756,2327],[2756,2345],[2756,2367],[2764,2380],[2773,2406],[2781,2414],[2793,2423],[2810,2431],[2815,2445],[2814,2460],[2820,2471],[2834,2485],[2843,2492],[2855,2500],[2857,2522],[2854,2549],[2849,2557],[2855,2580],[2854,2600],[2852,2610],[2852,2621],[2851,2643],[2850,2659],[2849,2674],[2836,2689],[2829,2704],[2830,2719],[2835,2742],[2823,2742],[2812,2754],[2813,2767],[2813,2783],[2813,2793],[2800,2798],[2786,2810],[2778,2820],[2760,2820],[2740,2828],[2731,2841],[2714,2844],[2695,2843],[2684,2832],[2661,2819],[2644,2816],[2630,2805],[2614,2793],[2607,2788],[2606,2779],[2581,2765],[2556,2769],[2541,2768],[2520,2774],[2500,2775],[2477,2775],[2470,2767],[2453,2767],[2449,2779],[2443,2792],[2430,2788],[2420,2801],[2411,2814],[2412,2823],[2393,2820],[2379,2813],[2363,2820],[2355,2841],[2339,2847],[2318,2847],[2313,2838],[2289,2828],[2264,2820],[2256,2806],[2241,2793],[2235,2779],[2220,2772],[2187,2770],[2178,2755],[2159,2743],[2160,2738],[2144,2733],[2139,2717],[2134,2707],[2119,2700],[2114,2689],[2107,2680],[2095,2672],[2094,2651],[2094,2638],[2089,2620],[2092,2605],[2101,2599],[2114,2577],[2116,2564],[2113,2549],[2116,2537],[2114,2518],[2113,2497],[2112,2487],[2106,2473],[2088,2467],[2077,2460],[2067,2458],[2065,2442],[2064,2429],[2067,2412],[2073,2399],[2084,2384],[2096,2380],[2108,2367],[2113,2368],[2123,2359],[2148,2356],[2160,2343],[2167,2330],[2181,2320],[2190,2310],[2207,2297],[2216,2287],[2232,2284],[2254,2282],[2266,2276],[2288,2276],[2309,2271],[2327,2278],[2344,2277],[2359,2268],[2364,2256],[2374,2243],[2389,2232],[2407,2214],[2424,2209],[2445,2206],[2464,2207],[2483,2205],[2500,2199],[2515,2189],[2525,2176],[2530,2164]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/001-map-1.01-bone-house.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/002-map-1.01-bone-house-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"02c"},"grid":{"type":"square"}}]},{"name":"2: Faren's Rest","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/010-map-2.02-farens-rest.webp"},"imageType":"map","title":"Map 2: Faren's Rest","width":3000,"height":3000,"id":"02d","mapRegions":[{"area":"05f","points":[[134,299],[173,780],[517,751],[479,275]]},{"area":"05f","points":[[618,620],[919,535],[997,778],[696,873]]},{"area":"053","points":[[1309,602],[1309,702],[1411,702],[1411,602]]},{"area":"049","points":[[1785,208],[1095,145],[1054,618],[1302,640],[1304,597],[1418,600],[1417,648],[1742,680]]},{"area":"04e","points":[[2048,361],[2057,321],[2068,287],[2090,260],[2116,234],[2147,218],[2195,207],[2218,207],[2250,210],[2278,223],[2306,240],[2346,287],[2356,325],[2363,349],[2363,377],[2353,418],[2333,458],[2308,483],[2264,506],[2230,516],[2194,521],[2141,508],[2103,486],[2075,451],[2053,404]]},{"area":"05f","points":[[2586,212],[2616,440],[2854,410],[2818,185]]},{"area":"05f","points":[[2447,541],[2680,585],[2632,808],[2407,766]]},{"area":"05b","points":[[177,1866],[177,2472],[602,2472],[602,1866]]},{"area":"057","points":[[775,1898],[1202,1925],[1138,2731],[712,2701]]},{"area":"041","points":[[1331,1955],[1490,1955],[1490,2042],[1688,2042],[1688,1955],[1847,1955],[1847,2309],[2380,2309],[2380,2735],[1331,2735]]},{"area":"045","points":[[1950,1775],[1950,2202],[2649,2202],[2649,1775]]},{"area":"053","points":[[2527,2461],[2527,2606],[2673,2606],[2673,2461]]},{"area":"061","points":[[1,1165],[34,1169],[89,1172],[166,1179],[295,1175],[366,1169],[530,1182],[639,1195],[755,1201],[876,1209],[1005,1205],[1200,1222],[1306,1245],[1445,1270],[1590,1279],[1737,1281],[1876,1267],[1992,1259],[2097,1246],[2213,1228],[2294,1212],[2470,1188],[2570,1179],[2743,1174],[2881,1178],[2968,1183],[2999,1190],[2999,1506],[2862,1494],[2728,1484],[2585,1488],[2396,1494],[2283,1506],[2137,1526],[1985,1551],[1813,1559],[1646,1556],[1474,1556],[1288,1550],[1164,1525],[1003,1494],[852,1490],[701,1489],[599,1479],[483,1466],[335,1458],[223,1465],[93,1480],[1,1497]]},{"area":"055","points":[[334,2827],[334,2663],[269,2663],[269,2827]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/010-map-2.02-farens-rest.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/011-map-2.02-farens-rest-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"02d"},"grid":{"type":"square"}}]},{"name":"3: The Leatherhollow","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/014-map-3.01-leatherhollow.webp"},"imageType":"map","title":"Map 3: Leatherhollow","width":3000,"height":3000,"id":"02e","mapRegions":[{"area":"077","points":[[1039,2347],[1053,2321],[1071,2307],[1073,2271],[1073,2247],[1057,2220],[1041,2210],[1039,2181],[1059,2153],[1080,2129],[1096,2106],[1117,2086],[1139,2071],[1153,2056],[1156,2039],[1173,2026],[1213,2014],[1216,1983],[1229,1956],[1303,1939],[1330,1954],[1354,1940],[1377,1929],[1390,1911],[1416,1927],[1443,1943],[1446,1963],[1460,1971],[1471,1983],[1493,1989],[1519,2004],[1540,2006],[1561,2017],[1596,2029],[1614,2034],[1620,2056],[1631,2069],[1646,2079],[1669,2079],[1681,2093],[1700,2107],[1721,2129],[1729,2143],[1740,2153],[1744,2177],[1741,2190],[1760,2207],[1783,2217],[1789,2241],[1800,2259],[1816,2283],[1819,2316],[1829,2339],[1843,2354],[1853,2374],[1864,2403],[1869,2436],[1866,2459],[1879,2484],[1886,2521],[1896,2556],[1899,2604],[1893,2629],[1871,2640],[1873,2667],[1869,2697],[1841,2723],[1811,2740],[1796,2763],[1763,2774],[1761,2797],[1774,2827],[1693,2851],[1660,2847],[1629,2846],[1611,2840],[1579,2823],[1559,2823],[1530,2824],[1503,2816],[1467,2814],[1433,2821],[1404,2823],[1384,2823],[1364,2807],[1341,2791],[1316,2796],[1281,2787],[1256,2763],[1224,2769],[1201,2770],[1176,2767],[1159,2751],[1151,2739],[1123,2716],[1124,2690],[1127,2659],[1121,2630],[1106,2619],[1101,2583],[1096,2566],[1084,2550],[1080,2531],[1051,2514],[1019,2519],[1020,2500],[1024,2419],[1009,2344],[1023,2351]]},{"area":"073","points":[[1000,2343],[1021,2421],[1010,2527],[983,2543],[973,2586],[974,2627],[967,2670],[953,2689],[949,2721],[926,2733],[911,2757],[889,2781],[864,2799],[841,2809],[834,2831],[806,2851],[780,2874],[743,2889],[710,2901],[686,2920],[649,2936],[610,2947],[570,2940],[550,2923],[503,2927],[461,2943],[449,2956],[421,2940],[390,2919],[357,2890],[316,2850],[257,2800],[217,2704],[117,2664],[106,2626],[73,2581],[51,2543],[23,2509],[37,2496],[49,2476],[46,2451],[50,2430],[49,2397],[57,2381],[77,2361],[80,2336],[81,2310],[93,2290],[106,2274],[104,2247],[106,2223],[97,2194],[104,2170],[123,2157],[140,2140],[151,2129],[169,2129],[196,2124],[199,2097],[220,2103],[241,2104],[259,2099],[279,2086],[297,2073],[313,2079],[339,2083],[363,2060],[381,2054],[400,2037],[446,2023],[533,2020],[607,2031],[649,2039],[684,2050],[697,2063],[721,2073],[739,2071],[763,2089],[770,2101],[781,2121],[806,2133],[824,2154],[846,2166],[866,2179],[874,2207],[894,2221],[903,2247],[917,2266],[937,2287],[949,2300],[961,2323],[979,2343]]},{"area":"07b","points":[[463,2016],[539,2010],[594,2019],[626,2029],[626,2003],[633,1973],[650,1944],[669,1937],[709,1917],[736,1897],[749,1874],[781,1870],[796,1853],[813,1840],[823,1817],[833,1791],[843,1776],[859,1773],[854,1746],[856,1721],[856,1703],[867,1691],[874,1673],[899,1674],[919,1589],[901,1563],[896,1531],[896,1499],[897,1466],[881,1437],[864,1403],[849,1369],[841,1344],[821,1327],[803,1300],[799,1273],[784,1254],[770,1240],[759,1214],[754,1189],[701,1124],[674,1117],[651,1101],[643,1081],[611,1057],[594,1051],[564,1043],[564,1027],[526,1030],[484,1027],[451,1021],[416,1024],[380,1014],[361,994],[340,981],[327,970],[271,1003],[273,1026],[280,1060],[261,1076],[253,1109],[256,1146],[247,1167],[224,1184],[216,1204],[187,1213],[169,1234],[167,1266],[144,1299],[133,1329],[124,1351],[106,1374],[106,1406],[100,1454],[106,1506],[96,1536],[109,1564],[119,1599],[134,1620],[159,1634],[151,1664],[153,1703],[176,1719],[194,1737],[213,1761],[224,1779],[237,1814],[257,1821],[280,1839],[316,1840],[334,1857],[347,1871],[376,1881],[380,1903],[379,1929],[370,1959],[377,1993],[399,2001],[430,2016]]},{"area":"07f","points":[[200,757],[186,746],[156,740],[129,720],[130,694],[124,667],[103,637],[91,616],[106,579],[106,534],[109,493],[107,457],[106,403],[106,357],[120,320],[129,280],[131,249],[150,220],[166,187],[181,156],[187,117],[206,109],[223,86],[241,81],[273,77],[297,74],[324,70],[339,69],[354,51],[394,51],[421,54],[441,71],[466,81],[484,99],[524,114],[541,129],[560,150],[580,176],[599,206],[616,227],[619,270],[634,289],[644,311],[641,341],[649,370],[643,407],[643,449],[639,491],[639,531],[629,564],[619,594],[596,624],[596,651],[571,669],[546,687],[539,710],[519,724],[490,721],[470,737],[434,749],[416,769],[370,776],[321,771],[293,774],[269,780],[239,783],[220,774]]},{"area":"083","points":[[1020,781],[1009,764],[999,743],[981,730],[970,669],[957,653],[953,623],[941,599],[951,560],[927,537],[923,499],[924,461],[930,413],[921,356],[947,337],[957,306],[980,280],[977,260],[999,241],[1030,214],[1051,191],[1071,163],[1097,150],[1126,133],[1171,117],[1193,100],[1214,87],[1240,80],[1279,81],[1303,74],[1364,79],[1390,81],[1424,76],[1447,101],[1473,113],[1493,129],[1513,129],[1543,149],[1571,161],[1609,177],[1636,196],[1656,223],[1671,257],[1683,280],[1699,314],[1721,333],[1744,356],[1791,353],[1820,363],[1853,387],[1874,403],[1897,404],[1907,421],[1929,444],[1951,460],[1971,496],[1984,524],[2014,551],[2044,574],[2057,609],[2080,626],[2107,639],[2110,663],[2110,681],[2139,697],[2146,726],[2151,760],[2166,786],[2186,816],[2199,849],[2201,889],[2216,914],[2221,933],[2216,954],[2220,979],[2214,1003],[2221,1031],[2221,1054],[2219,1077],[2223,1107],[2223,1117],[2217,1143],[2219,1166],[2214,1193],[2210,1219],[2200,1244],[2191,1287],[2164,1340],[2139,1346],[2123,1360],[2111,1377],[2083,1400],[2061,1400],[2031,1431],[2003,1421],[1983,1429],[1960,1426],[1929,1451],[1903,1457],[1894,1473],[1871,1466],[1840,1473],[1826,1467],[1799,1474],[1749,1476],[1730,1486],[1690,1476],[1643,1453],[1611,1431],[1587,1431],[1570,1414],[1549,1404],[1520,1381],[1509,1351],[1483,1343],[1470,1317],[1444,1290],[1434,1273],[1421,1244],[1401,1223],[1394,1199],[1376,1173],[1364,1154],[1357,1129],[1353,1113],[1343,1074],[1344,1046],[1329,1029],[1319,996],[1309,981],[1273,974],[1251,974],[1211,974],[1180,969],[1149,954],[1119,947],[1100,927],[1069,917],[1040,906],[1020,896],[1004,867],[1001,846],[1016,813],[1026,799]]},{"area":"08b","points":[[2206,2317],[2206,2890],[2273,2893],[2307,2894],[2319,2911],[2336,2921],[2367,2916],[2404,2920],[2453,2920],[2474,2916],[2500,2889],[2517,2896],[2540,2880],[2563,2870],[2610,2871],[2630,2873],[2676,2869],[2696,2869],[2721,2871],[2737,2853],[2760,2844],[2787,2846],[2814,2839],[2819,2820],[2860,2817],[2884,2811],[2894,2794],[2890,2767],[2896,2733],[2887,2700],[2897,2664],[2894,2629],[2899,2584],[2897,2557],[2901,2523],[2897,2491],[2891,2471],[2893,2439],[2890,2430],[2870,2413],[2866,2393],[2870,2347],[2859,2317]]},{"area":"087","points":[[2199,2894],[2173,2847],[2156,2820],[2126,2807],[2094,2789],[2060,2767],[2056,2741],[2031,2731],[2023,2697],[2027,2663],[2031,2629],[2036,2594],[2024,2559],[2024,2509],[2029,2471],[2031,2436],[2023,2387],[2003,2361],[2006,2319],[1999,2276],[1987,2246],[1973,2211],[1967,2180],[1951,2161],[1953,2137],[1926,2116],[1914,2080],[1901,2050],[1899,2004],[1906,1977],[1903,1949],[1911,1907],[1903,1860],[1926,1836],[1931,1809],[1947,1784],[1970,1773],[1983,1754],[1994,1731],[2024,1726],[2029,1701],[2053,1683],[2074,1680],[2097,1674],[2111,1660],[2144,1639],[2170,1626],[2190,1624],[2201,1621],[2221,1610],[2240,1594],[2254,1573],[2317,1569],[2327,1583],[2343,1599],[2363,1606],[2389,1589],[2420,1580],[2481,1584],[2517,1580],[2546,1589],[2583,1577],[2619,1587],[2661,1594],[2684,1611],[2714,1617],[2771,1663],[2767,1689],[2773,1724],[2774,1743],[2776,1774],[2797,1817],[2776,1833],[2769,1856],[2776,1883],[2771,1913],[2769,1940],[2764,1963],[2764,2001],[2767,2041],[2784,2074],[2824,2110],[2823,2141],[2830,2167],[2850,2186],[2841,2214],[2847,2243],[2837,2293],[2863,2309],[2199,2309]]},{"area":"091","points":[[2734,1150],[2791,1129],[2797,1107],[2796,1077],[2805,1053],[2821,1045],[2845,1023],[2865,1004],[2880,981],[2895,959],[2893,937],[2885,911],[2897,884],[2902,854],[2892,819],[2897,794],[2886,769],[2875,742],[2865,708],[2866,671],[2874,635],[2884,600],[2893,560],[2911,525],[2923,490],[2921,452],[2920,422],[2911,395],[2893,359],[2894,315],[2897,284],[2881,263],[2857,246],[2841,227],[2844,205],[2825,185],[2815,164],[2808,148],[2786,138],[2774,119],[2764,102],[2741,95],[2723,79],[2680,74],[2657,76],[2632,68],[2615,52],[2582,53],[2548,55],[2528,55],[2514,55],[2501,55],[2489,63],[2484,74],[2459,79],[2440,94],[2428,99],[2410,102],[2400,124],[2378,128],[2363,129],[2345,125],[2325,129],[2303,129],[2284,124],[2274,139],[2255,157],[2228,159],[2213,168],[2205,186],[2191,196],[2178,213],[2179,236],[2175,254],[2185,279],[2170,294],[2187,312],[2201,330],[2201,348],[2204,375],[2204,391],[2214,409],[2227,435],[2235,454],[2236,470],[2248,488],[2257,515],[2268,535],[2277,566],[2289,582],[2307,608],[2298,627],[2306,655],[2324,670],[2329,686],[2332,708],[2326,732],[2343,739],[2356,759],[2369,777],[2379,794],[2386,823],[2404,840],[2412,855],[2428,868],[2448,886],[2458,911],[2480,925],[2501,943],[2517,965],[2533,983],[2557,995],[2575,1014],[2597,1022],[2618,1044],[2649,1041],[2675,1049],[2694,1053],[2706,1074],[2702,1089],[2711,1106],[2724,1117],[2728,1130]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/014-map-3.01-leatherhollow.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/015-map-3.01-leatherhollow-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"02e"},"grid":{"type":"square"}}]},{"name":"4: Apostate Temple","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/022-map-4.01-apostate-temple.webp"},"imageType":"map","title":"Map 4: Apostate Temple","width":2160,"height":2160,"id":"02f","mapRegions":[{"area":"0ba","points":[[217,1589],[217,1806],[430,1806],[430,1589]]},{"area":"0cc","points":[[1230,479],[1230,1829],[2010,1829],[2010,479]]},{"area":"0c8","points":[[1046,1064],[1046,1244],[1221,1244],[1221,1064]]},{"area":"0b6","points":[[401,424],[926,529],[857,936],[326,824]]},{"area":"0b2","points":[[163,1101],[141,917],[223,863],[349,889],[454,926],[531,1097],[571,1184],[626,1324],[570,1411],[401,1453],[286,1423],[180,1259]]},{"area":"0be","points":[[529,1616],[697,1681],[769,1507],[596,1441]]},{"area":"0c2","points":[[834,1590],[1069,1504],[1146,1707],[910,1797]]},{"area":"0cc","points":[[1979,161],[1979,264],[2077,264],[2077,161]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/022-map-4.01-apostate-temple.webp"},"grid":{"type":"square","size":72},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/023-map-4.01-apostate-temple-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2160,"height":2160,"mapParent":{"id":"02f"},"grid":{"type":"square","size":72}}]},{"name":"5: Gloomrock Caverns","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/028-map-5.01-gloomrock-caverns.webp"},"imageType":"map","title":"Map 5: Gloomrock Caverns","width":3000,"height":3000,"id":"030","mapRegions":[{"area":"0eb","points":[[3,2023],[19,2021],[51,2020],[79,2021],[94,2031],[107,2050],[119,2066],[133,2080],[140,2099],[141,2119],[151,2139],[170,2149],[184,2157],[194,2180],[210,2199],[237,2210],[259,2220],[284,2231],[313,2237],[326,2240],[359,2243],[401,2244],[414,2236],[440,2231],[473,2231],[520,2236],[626,2249],[691,2273],[774,2311],[829,2387],[884,2447],[907,2501],[907,2534],[889,2573],[877,2604],[869,2639],[853,2666],[837,2701],[810,2730],[784,2766],[743,2789],[729,2813],[693,2827],[654,2846],[620,2861],[591,2883],[549,2891],[493,2886],[460,2891],[423,2896],[391,2881],[351,2869],[339,2841],[303,2821],[274,2800],[247,2769],[213,2743],[197,2716],[167,2720],[147,2696],[126,2674],[119,2644],[93,2619],[71,2597],[73,2567],[51,2547],[49,2520],[23,2494],[3,2480]]},{"area":"0f8","points":[[144,1450],[193,1404],[297,1367],[384,1361],[460,1380],[474,1396],[477,1409],[480,1427],[500,1440],[511,1466],[523,1477],[527,1500],[534,1527],[563,1539],[583,1563],[601,1587],[627,1611],[643,1629],[641,1651],[644,1669],[680,1687],[707,1714],[727,1727],[733,1754],[739,1777],[750,1797],[760,1820],[784,1844],[791,1860],[800,1879],[814,1889],[821,1911],[843,1929],[840,1967],[851,1984],[864,2001],[861,2033],[869,2059],[880,2084],[891,2104],[891,2133],[893,2159],[899,2179],[911,2210],[917,2229],[913,2267],[919,2290],[910,2309],[913,2341],[910,2376],[917,2399],[803,2279],[626,2201],[500,2197],[527,2180],[551,2151],[563,2137],[563,2089],[551,2050],[533,2031],[526,1997],[516,1971],[511,1949],[501,1931],[474,1911],[476,1890],[477,1870],[459,1860],[437,1850],[430,1834],[413,1821],[409,1804],[413,1783],[393,1767],[390,1744],[370,1719],[353,1711],[336,1687],[307,1669],[296,1643],[271,1631],[263,1611],[259,1596],[247,1574],[246,1549],[224,1539],[203,1519],[199,1500],[184,1486],[167,1470],[153,1457]]},{"area":"0fc","points":[[586,724],[623,710],[650,699],[687,680],[736,653],[783,634],[853,619],[893,603],[930,603],[984,609],[1009,626],[1051,633],[1073,653],[1119,663],[1157,666],[1206,660],[1253,667],[1291,684],[1314,691],[1297,721],[1279,750],[1264,767],[1241,781],[1231,816],[1236,839],[1239,871],[1239,889],[1236,934],[1227,969],[1227,1004],[1210,1029],[1207,1063],[1190,1086],[1194,1107],[1177,1126],[1157,1140],[1150,1157],[1141,1176],[1104,1184],[1087,1203],[1059,1209],[1041,1231],[1003,1236],[974,1230],[953,1236],[924,1234],[896,1230],[856,1211],[827,1206],[804,1187],[787,1186],[766,1173],[746,1159],[737,1136],[713,1117],[691,1086],[680,1051],[659,1041],[660,1020],[644,991],[634,964],[637,947],[636,923],[636,897],[626,867],[624,844],[616,824],[610,796],[607,770],[586,749],[590,740]]},{"area":"100","points":[[1309,2431],[1287,2419],[1266,2403],[1240,2379],[1234,2349],[1217,2330],[1199,2309],[1173,2284],[1149,2267],[1143,2250],[1140,2227],[1119,2209],[1114,2180],[1091,2149],[1091,2127],[1077,2103],[1073,2077],[1063,2053],[1070,2030],[1073,2013],[1057,1999],[1044,1964],[1056,1941],[1049,1903],[1046,1849],[1060,1821],[1074,1797],[1076,1750],[1076,1723],[1096,1704],[1096,1683],[1114,1666],[1126,1634],[1140,1616],[1153,1596],[1181,1573],[1196,1551],[1211,1536],[1241,1526],[1251,1509],[1269,1489],[1281,1473],[1297,1459],[1313,1430],[1323,1411],[1351,1391],[1366,1374],[1366,1360],[1389,1340],[1390,1319],[1403,1296],[1414,1266],[1447,1239],[1486,1221],[1506,1241],[1557,1279],[1566,1299],[1591,1334],[1621,1381],[1644,1430],[1656,1456],[1650,1480],[1653,1501],[1631,1517],[1610,1534],[1601,1563],[1600,1593],[1590,1610],[1574,1621],[1577,1643],[1551,1667],[1549,1687],[1541,1711],[1513,1726],[1494,1734],[1471,1744],[1449,1756],[1439,1766],[1413,1783],[1404,1799],[1406,1819],[1386,1831],[1383,1851],[1386,1869],[1367,1881],[1359,1900],[1353,1913],[1360,1933],[1354,1953],[1369,1980],[1373,1989],[1374,1999],[1380,2021],[1394,2036],[1407,2047],[1419,2060],[1429,2081],[1437,2097],[1451,2114],[1461,2129],[1469,2134],[1473,2149],[1474,2167],[1491,2189],[1507,2196],[1490,2216],[1467,2224],[1450,2243],[1436,2264],[1424,2281],[1420,2304],[1397,2319],[1373,2330],[1373,2350],[1354,2360],[1337,2376],[1339,2397],[1319,2413]]},{"area":"0f0","points":[[1229,2736],[1256,2661],[1333,2579],[1407,2520],[1489,2489],[1540,2499],[1570,2566],[1576,2649],[1570,2717],[1507,2790],[1381,2843],[1276,2837],[1227,2789]]},{"area":"0f4","points":[[1536,2189],[1579,2153],[1586,2121],[1559,2086],[1527,2046],[1506,2024],[1484,1974],[1489,1919],[1500,1876],[1527,1831],[1571,1787],[1629,1749],[1659,1713],[1711,1680],[1789,1699],[1860,1750],[1901,1807],[1950,1820],[1981,1866],[2000,1916],[1993,1951],[2024,2001],[2050,2043],[2087,2069],[2093,2114],[2060,2166],[1993,2210],[1940,2233],[1886,2253],[1844,2256],[1817,2279],[1811,2309],[1801,2321],[1790,2356],[1767,2387],[1751,2421],[1724,2447],[1717,2464],[1716,2487],[1696,2510],[1630,2507],[1524,2477],[1397,2434],[1377,2383],[1397,2364],[1420,2341],[1436,2321],[1440,2297],[1464,2267],[1487,2244],[1514,2226],[1519,2206]]},{"area":"10b","points":[[2231,2499],[2251,2523],[2271,2547],[2293,2556],[2317,2587],[2346,2599],[2374,2597],[2404,2597],[2427,2593],[2450,2584],[2469,2570],[2491,2567],[2510,2546],[2529,2520],[2557,2493],[2559,2457],[2576,2447],[2586,2424],[2607,2399],[2603,2377],[2621,2341],[2643,2311],[2661,2286],[2669,2247],[2670,2227],[2670,2196],[2669,2186],[2691,2166],[2693,2133],[2690,2107],[2696,2083],[2696,2027],[2700,1994],[2697,1960],[2694,1929],[2696,1911],[2686,1890],[2801,1850],[2847,1851],[2874,1894],[2873,1929],[2863,1960],[2866,1996],[2857,2019],[2850,2034],[2839,2056],[2841,2079],[2841,2104],[2824,2126],[2820,2154],[2824,2183],[2821,2206],[2817,2234],[2819,2261],[2801,2281],[2797,2311],[2787,2339],[2773,2370],[2754,2399],[2743,2429],[2736,2459],[2726,2476],[2709,2509],[2700,2521],[2700,2551],[2661,2601],[2637,2620],[2623,2644],[2604,2667],[2583,2679],[2569,2704],[2543,2720],[2509,2739],[2484,2751],[2460,2746],[2413,2749],[2389,2747],[2357,2746],[2320,2741],[2306,2724],[2277,2724],[2270,2701],[2247,2679],[2217,2673],[2206,2653],[2183,2641],[2171,2626],[2147,2609],[2134,2580],[2131,2561],[2109,2536],[2104,2517],[2137,2496],[2171,2483],[2200,2477]]},{"area":"105","points":[[1844,1326],[1871,1344],[1903,1356],[1930,1366],[1990,1380],[2014,1400],[2057,1410],[2106,1419],[2154,1406],[2201,1399],[2239,1393],[2269,1376],[2300,1347],[2333,1321],[2357,1317],[2393,1320],[2416,1319],[2441,1316],[2463,1331],[2477,1350],[2504,1356],[2531,1364],[2556,1391],[2579,1409],[2599,1433],[2619,1463],[2690,1490],[2781,1494],[2847,1516],[2866,1526],[2889,1510],[2899,1469],[2896,1431],[2890,1393],[2890,1354],[2890,1330],[2890,1281],[2890,1249],[2897,1213],[2889,1187],[2893,1173],[2899,1149],[2890,1107],[2891,1084],[2896,1039],[2894,1010],[2876,977],[2867,941],[2860,904],[2849,876],[2847,834],[2846,801],[2830,781],[2816,753],[2801,737],[2797,726],[2796,694],[2780,660],[2756,620],[2731,589],[2716,567],[2693,550],[2687,530],[2663,511],[2636,493],[2606,477],[2584,469],[2546,446],[2510,437],[2486,426],[2460,411],[2429,407],[2399,410],[2377,407],[2344,410],[2330,414],[2297,409],[2267,407],[2240,421],[2216,429],[2180,439],[2163,447],[2144,456],[2123,460],[2103,484],[2073,481],[2064,503],[2034,510],[2010,520],[2001,533],[1984,547],[1963,577],[1941,580],[1907,591],[1900,607],[1884,627],[1864,650],[1859,679],[1843,709],[1849,734],[1856,764],[1850,796],[1856,830],[1844,853],[1846,890],[1850,917],[1850,946],[1844,984],[1844,1021],[1846,1057],[1846,1079],[1841,1109],[1856,1137],[1847,1177],[1846,1207],[1847,1233],[1847,1259],[1847,1281],[1843,1304]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/028-map-5.01-gloomrock-caverns.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/029-map-5.01-gloomrock-caverns-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"030"},"grid":{"type":"square"}}]},{"name":"6: Boulderwood Path","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/035-map-6.01-boulderwood-path.webp"},"imageType":"map","title":"Map 6: Boulderwood Path","width":3000,"height":3000,"id":"031","mapRegions":[{"area":"145","points":[[387,731],[358,691],[311,649],[253,602],[222,538],[196,453],[187,378],[220,295],[264,216],[322,155],[373,102],[436,100],[496,76],[507,42],[584,40],[673,25],[756,33],[825,58],[865,73],[916,109],[944,144],[964,182],[993,231],[1013,264],[1029,322],[1045,373],[1049,440],[1011,478],[995,515],[965,573],[935,615],[878,649],[785,673],[682,696],[642,696],[595,704],[516,711],[476,716],[444,729],[411,729]]},{"area":"141","points":[[2040,189],[2040,315],[1920,315],[1920,189]]},{"area":"13c","points":[[1933,880],[1980,844],[1993,789],[2018,720],[2067,680],[2133,665],[2198,660],[2275,680],[2389,673],[2449,664],[2529,684],[2616,691],[2651,725],[2680,769],[2704,815],[2725,847],[2753,884],[2764,918],[2756,953],[2775,1013],[2776,1049],[2782,1082],[2784,1144],[2791,1178],[2782,1224],[2765,1273],[2738,1300],[2711,1344],[2685,1384],[2653,1409],[2587,1413],[2522,1418],[2465,1436],[2407,1442],[2351,1436],[2313,1447],[2256,1442],[2204,1449],[2151,1456],[2084,1451],[2045,1433],[1987,1420],[1942,1402],[1884,1371],[1860,1333],[1816,1278],[1787,1215],[1775,1162],[1796,1120],[1833,1067],[1864,1031],[1902,980],[1913,935],[1920,909]]},{"area":"138","points":[[2187,1835],[2231,1742],[2309,1751],[2375,1789],[2476,1838],[2565,1882],[2644,1949],[2655,2082],[2647,2127],[2571,2167],[2445,2131],[2389,2036],[2324,1955],[2235,1896],[2196,1873]]},{"area":"12d","points":[[4,1385],[75,1358],[155,1335],[227,1311],[333,1271],[404,1256],[520,1227],[644,1213],[756,1209],[864,1215],[913,1229],[1080,1280],[1191,1318],[1262,1358],[1360,1395],[1447,1435],[1624,1515],[1789,1576],[1891,1605],[1962,1609],[2045,1624],[2125,1645],[2200,1662],[2271,1675],[2355,1705],[2395,1753],[2295,1718],[2160,1722],[2147,1775],[2122,1831],[2169,1898],[2224,1942],[2285,1998],[2311,2055],[2202,2015],[2058,1956],[1916,1925],[1778,1885],[1693,1855],[1582,1816],[1493,1785],[1385,1736],[1264,1693],[1169,1658],[1087,1624],[971,1598],[875,1569],[747,1551],[662,1567],[518,1589],[376,1611],[253,1644],[149,1698],[75,1749],[4,1785]]},{"area":"132","points":[[4,2780],[55,2745],[87,2724],[136,2691],[182,2638],[218,2582],[256,2555],[307,2524],[375,2500],[449,2495],[518,2476],[591,2456],[667,2440],[769,2422],[871,2420],[938,2425],[1000,2440],[1055,2444],[1107,2444],[1171,2447],[1236,2460],[1295,2465],[1349,2487],[1405,2489],[1471,2485],[1529,2471],[1593,2456],[1665,2456],[1700,2469],[1789,2495],[1824,2520],[1869,2538],[1924,2576],[1955,2611],[2002,2653],[2035,2689],[2069,2711],[2096,2736],[2135,2793],[2162,2822],[2187,2871],[2209,2913],[2238,2951],[2262,2995],[4,2995]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/035-map-6.01-boulderwood-path.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/036-map-6.01-boulderwood-path-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"031"},"grid":{"type":"square"}}]},{"name":"7: Flamegrit Iron Mine","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/043-map-7.01-flamegrit-iron-mine.webp"},"imageType":"map","title":"Map 7: Flamegrit Iron Mine","width":3000,"height":3000,"id":"032","mapRegions":[{"area":"16a","points":[[573,576],[533,582],[518,616],[507,633],[495,660],[458,671],[425,687],[389,687],[353,671],[309,669],[265,644],[225,598],[207,558],[213,484],[213,453],[253,393],[276,358],[298,329],[369,287],[431,253],[522,229],[564,238],[611,240],[631,229],[662,238],[695,249],[758,247],[840,247],[904,242],[969,267],[1009,298],[1022,329],[1024,385],[1007,415],[945,455],[909,475],[858,462],[824,475],[809,505],[813,536],[793,556],[802,596],[816,627],[818,673],[824,704],[838,731],[862,773],[820,804],[755,829],[665,829],[598,838],[602,791],[580,753],[576,727],[607,702],[627,671],[627,633],[595,596]]},{"area":"188","points":[[1522,2511],[1522,2876],[2195,2876],[2195,2511]]},{"area":"17f","points":[[1458,2882],[1458,2409],[1009,2409],[1009,2882]]},{"area":"16e","points":[[147,1489],[147,1402],[151,1289],[133,1147],[144,1040],[195,975],[316,933],[471,893],[596,880],[698,869],[807,844],[882,804],[938,804],[1020,749],[1065,680],[1127,607],[1193,504],[1305,485],[1693,622],[1791,707],[1622,749],[1487,776],[1355,900],[1216,1009],[1093,1093],[1011,1142],[849,1156],[755,1113],[680,1104],[565,1158],[525,1249],[484,1342],[440,1407],[429,1522],[407,1695],[320,1778],[191,1747],[133,1578]]},{"area":"172","points":[[1169,464],[1304,431],[1698,469],[1875,364],[1869,336],[1845,296],[1840,251],[1789,213],[1749,196],[1689,180],[1620,151],[1551,142],[1489,147],[1418,144],[1364,153],[1284,187],[1224,225],[1204,307],[1167,356],[1171,424]]},{"area":"176","points":[[1953,329],[1975,316],[1989,269],[2045,247],[2096,222],[2125,202],[2175,184],[2200,158],[2238,151],[2258,136],[2313,118],[2358,111],[2451,102],[2505,109],[2591,115],[2660,116],[2720,125],[2796,189],[2829,235],[2835,267],[2715,315],[2651,276],[2560,262],[2513,291],[2513,335],[2542,389],[2604,405],[2651,465],[2647,511],[2538,544],[2405,560],[2227,562],[2104,538],[2029,438],[1976,380]]},{"area":"190","points":[[1800,1095],[1593,1873],[1680,1904],[1878,1124]]},{"area":"184","points":[[536,2049],[627,2027],[680,2015],[755,1933],[775,1833],[827,1744],[889,1693],[971,1673],[1095,1762],[1173,1835],[1280,1907],[1385,1951],[1545,1909],[1660,1925],[1696,1880],[1725,1802],[1831,1755],[1891,1745],[1985,1820],[2098,1938],[2233,2098],[2298,2260],[2275,2362],[2165,2360],[1955,2364],[1756,2311],[1620,2300],[1511,2289],[1424,2267],[1335,2271],[1304,2256],[1231,2255],[1156,2267],[1089,2282],[1002,2311],[929,2329],[793,2298],[629,2229],[558,2145]]},{"area":"17b","points":[[360,1982],[371,2035],[376,2069],[355,2111],[320,2144],[325,2202],[313,2242],[296,2289],[280,2329],[275,2380],[251,2422],[251,2462],[245,2515],[251,2549],[247,2580],[256,2624],[253,2665],[258,2700],[285,2735],[262,2778],[198,2838],[156,2795],[145,2735],[144,2696],[156,2658],[147,2611],[144,2556],[151,2515],[142,2467],[145,2407],[162,2373],[176,2347],[178,2300],[178,2260],[200,2225],[198,2184],[222,2160],[231,2118],[224,2073],[215,2049],[253,2016],[251,1962]]},{"area":"18c","points":[[2296,2656],[2296,2880],[2687,2880],[2687,2656]]},{"area":"18e","points":[[2455,2258],[2445,2171],[2516,2056],[2589,1462],[2524,1244],[2529,1033],[2473,938],[2616,869],[2671,862],[2731,882],[2793,911],[2818,920],[2864,967],[2875,1013],[2875,1058],[2867,1095],[2880,1140],[2875,1176],[2851,1224],[2838,1251],[2853,1298],[2851,1345],[2851,1369],[2858,1418],[2880,1442],[2869,1487],[2871,1505],[2864,1564],[2840,1593],[2836,1625],[2811,1667],[2827,1716],[2844,1749],[2844,1791],[2849,1816],[2867,1853],[2876,1891],[2867,1940],[2845,1958],[2838,2005],[2842,2038],[2873,2058],[2876,2095],[2869,2149],[2876,2198],[2878,2242],[2847,2298],[2769,2347],[2651,2356],[2538,2338],[2484,2291]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/043-map-7.01-flamegrit-iron-mine.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/044-map-7.01-flamegrit-iron-mine-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"032"},"grid":{"type":"square"}}]},{"name":"8: Shadowsteel Citadel","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/052-map-8.01-shadowsteel-citadel.webp"},"imageType":"map","title":"Map 8: Shadowsteel Citadel","width":3000,"height":3000,"id":"033","mapRegions":[{"area":"1d5","points":[[112,116],[112,1987],[787,1987],[787,116]]},{"area":"1d1","points":[[811,118],[811,493],[1183,493],[1183,118]]},{"area":"1cd","points":[[804,503],[804,699],[1286,699],[1286,503]]},{"area":"1c9","points":[[806,718],[806,1097],[1291,1097],[1291,718]]},{"area":"1c5","points":[[813,1114],[1385,1114],[1385,1983],[916,1983],[916,1897],[813,1897]]},{"area":"1da","points":[[103,2011],[103,2789],[787,2789],[787,2011]]},{"area":"1c1","points":[[907,2015],[907,2899],[1394,2899],[1394,2015]]},{"area":"1af","points":[[1413,2017],[1413,2899],[1992,2899],[1992,2017]]},{"area":"1ab","points":[[2002,1800],[2002,2501],[2589,2501],[2589,1800]]},{"area":"1bd","points":[[1408,1813],[1408,2000],[1989,2000],[1989,1813]]},{"area":"1b8","points":[[1411,1112],[1411,1798],[1992,1798],[1992,1112]]},{"area":"1b3","points":[[1408,211],[1408,1095],[1994,1095],[1994,211]]},{"area":"1ab","points":[[2000,406],[2000,1093],[2592,1093],[2592,406]]},{"area":"1a7","points":[[2697,1116],[2697,1787],[2219,1787],[2162,1756],[2099,1712],[2042,1638],[2023,1558],[2013,1469],[2017,1381],[2023,1303],[2051,1246],[2099,1192],[2162,1149],[2219,1116],[2293,1116]]},{"area":"1a5","points":[[2705,1114],[2705,1792],[2994,1792],[2994,1114]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/052-map-8.01-shadowsteel-citadel.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/053-map-8.01-shadowsteel-citadel-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"033"},"grid":{"type":"square"}}]},{"name":"9: Storm Sanctuary","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/063-map-9.01-storm-sanctuary.webp"},"imageType":"map","title":"Map 9: Storm Sanctuary","width":3000,"height":3000,"id":"034","mapRegions":[{"area":"209","points":[[207,110],[693,110],[693,487],[590,487],[590,713],[690,713],[690,1090],[314,1090],[314,717],[403,717],[403,494],[207,494]]},{"area":"20d","points":[[906,101],[906,491],[1390,491],[1390,101]]},{"area":"205","points":[[789,1803],[794,1757],[817,1706],[837,1663],[887,1620],[930,1604],[979,1594],[1030,1593],[1081,1607],[1123,1633],[1160,1669],[1187,1713],[1203,1766],[1204,1811],[1193,1877],[1169,1917],[1140,1951],[1103,1979],[1059,1999],[999,2003],[924,1994],[871,1969],[846,1940],[814,1901],[793,1846]]},{"area":"201","points":[[599,2403],[700,2403],[700,2300],[800,2300],[800,2197],[901,2197],[901,2299],[999,2299],[999,2403],[1101,2403],[1101,2497],[1001,2497],[1001,2603],[901,2603],[901,2701],[799,2701],[799,2604],[697,2604],[697,2501],[599,2501]]},{"area":"211","points":[[1816,2740],[1833,2717],[1857,2730],[1889,2869],[1881,2891],[1857,2881]]},{"area":"21e","points":[[2147,494],[2256,600],[2314,677],[2443,621],[2526,561],[2700,451],[2754,347],[2766,233],[2743,69],[2739,1],[2087,1],[2054,40],[2039,113],[2021,191],[2031,257],[2046,333],[2096,420]]},{"area":"219","points":[[2556,1521],[2539,1491],[2531,1457],[2551,1439],[2554,1396],[2554,1371],[2580,1349],[2603,1330],[2601,1294],[2603,1264],[2636,1254],[2663,1227],[2706,1206],[2734,1184],[2773,1164],[2811,1154],[2850,1166],[2870,1180],[2904,1173],[2953,1180],[2983,1196],[2999,1204],[2999,1361],[2983,1371],[2969,1397],[2946,1419],[2916,1419],[2884,1423],[2866,1440],[2836,1450],[2806,1449],[2794,1464],[2739,1467],[2736,1487],[2704,1506],[2687,1520],[2664,1523],[2639,1516],[2623,1526],[2589,1526]]},{"area":"215","points":[[2363,2767],[2324,2736],[2314,2713],[2304,2657],[2311,2619],[2304,2569],[2311,2521],[2299,2460],[2301,2399],[2286,2324],[2257,2243],[2263,2176],[2267,2101],[2273,2039],[2286,1979],[2289,1923],[2284,1841],[2299,1803],[2326,1779],[2346,1767],[2377,1794],[2409,1831],[2431,1863],[2467,1903],[2501,1927],[2537,1944],[2617,1953],[2650,1966],[2689,1974],[2743,1979],[2786,1970],[2833,1969],[2863,1973],[2906,2030],[2916,2066],[2910,2123],[2914,2176],[2906,2214],[2889,2254],[2861,2303],[2837,2360],[2820,2386],[2791,2439],[2746,2453],[2724,2467],[2690,2500],[2666,2534],[2623,2560],[2599,2577],[2560,2603],[2530,2620],[2503,2640],[2480,2656],[2447,2670],[2421,2694],[2394,2723],[2380,2750]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/063-map-9.01-storm-sanctuary.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/064-map-9.01-storm-sanctuary-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"034"},"grid":{"type":"square"}}]},{"name":"10: Sardonyx Necropolis","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/073-map-10.01-sardonyx-necropolis.webp"},"imageType":"map","title":"Map 10: Sardonyx Necropolis","width":3000,"height":3000,"id":"035","mapRegions":[{"area":"254","points":[[3,257],[3,987],[385,987],[385,257]]},{"area":"261","points":[[1188,519],[992,519],[992,409],[908,409],[908,505],[785,505],[785,409],[712,409],[712,505],[512,505],[512,1186],[1188,1186]]},{"area":"25c","points":[[1809,515],[2003,515],[2003,417],[2079,417],[2079,505],[2206,505],[2206,415],[2289,415],[2289,515],[2484,515],[2484,1188],[1809,1188]]},{"area":"250","points":[[2737,557],[2737,708],[2886,708],[2886,557]]},{"area":"248","points":[[2788,2639],[2788,2765],[2915,2765],[2915,2639]]},{"area":"243","points":[[708,2514],[708,2889],[1190,2889],[1190,2514]]},{"area":"23e","points":[[151,2119],[151,2246],[274,2246],[274,2119]]},{"area":"24c","points":[[512,1615],[1183,1615],[1183,1806],[1799,1806],[1799,1608],[2489,1608],[2489,2290],[512,2290]]},{"area":"256","points":[[1406,1314],[1406,1520],[1563,1520],[1563,1314]]},{"area":"239","points":[[8,1294],[158,1293],[397,1275],[600,1282],[846,1277],[995,1280],[1082,1309],[1194,1301],[1294,1246],[1245,1326],[1198,1410],[1238,1491],[1299,1573],[1150,1558],[907,1542],[709,1563],[342,1573],[211,1555],[8,1554]]},{"area":"261","points":[[1248,664],[1338,546],[1400,491],[1533,483],[1634,509],[1717,587],[1728,654],[1741,739],[1726,802],[1643,861],[1595,901],[1490,936],[1378,907],[1294,814],[1258,747],[1251,709]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/073-map-10.01-sardonyx-necropolis.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/074-map-10.01-sardonyx-necropolis-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"035"},"grid":{"type":"square"}}]},{"name":"11: Foulest Truths","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/079-map-11.01-foulest-truths.webp"},"imageType":"map","title":"Map 11: Foulest Truths","width":3000,"height":3000,"id":"036","mapRegions":[{"area":"28b","points":[[1531,1913],[1566,1874],[1639,1840],[1709,1830],[1904,1830],[1953,1836],[1994,1853],[2034,1884],[2063,1916],[2063,2087],[2026,2121],[1987,2144],[1944,2169],[1909,2170],[1664,2170],[1621,2153],[1590,2131],[1559,2109],[1531,2083]]},{"area":"27b","points":[[105,2309],[907,2309],[907,2011],[1392,2011],[1392,2794],[105,2794]]},{"area":"286","points":[[2099,2208],[2099,2785],[2893,2785],[2893,2208]]},{"area":"290","points":[[1501,1013],[1501,1794],[2093,1794],[2093,1013]]},{"area":"282","points":[[2385,2187],[2375,2076],[2408,1962],[2480,1891],[2545,1872],[2560,1768],[2423,1678],[2312,1602],[2244,1600],[2200,1533],[2225,1385],[2240,1288],[2253,1206],[2217,1112],[2215,949],[2192,880],[2116,785],[2124,644],[2027,600],[1823,613],[1661,613],[1560,615],[1497,758],[1429,766],[1322,646],[1135,621],[981,638],[855,537],[1046,469],[1406,444],[1644,442],[1844,476],[2080,497],[2278,503],[2297,688],[2286,806],[2322,952],[2356,1168],[2387,1318],[2349,1394],[2322,1463],[2398,1573],[2486,1589],[2665,1665],[2705,1764],[2703,1874],[2657,2015],[2537,2023],[2488,2091],[2465,2187]]},{"area":"282","points":[[686,838],[686,728],[773,724],[811,800],[872,882],[918,933],[960,1023],[1029,1061],[1112,1097],[1196,1099],[1251,1076],[1333,1156],[1324,1318],[1320,1451],[1331,1507],[1421,1503],[1421,1589],[1343,1611],[1166,1632],[943,1638],[804,1632],[632,1611],[495,1592],[421,1653],[440,1752],[440,1823],[524,1907],[621,1985],[651,2107],[636,2204],[600,2280],[514,2284],[554,2171],[512,2048],[362,1964],[305,1903],[335,1703],[265,1621],[181,1531],[236,1491],[309,1482],[509,1491],[697,1520],[853,1560],[981,1528],[1145,1531],[1200,1512],[1171,1341],[1160,1246],[1023,1173],[872,1069],[792,945],[724,912]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/079-map-11.01-foulest-truths.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/080-map-11.01-foulest-truths-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"036"},"grid":{"type":"square"}}]},{"name":"12: The Tower of Flicker and Shadow","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/086-map-12.01-flicker-and-shadow.webp"},"imageType":"map","title":"Map 12: The Tower of Flicker and Shadow","width":3000,"height":3000,"id":"037","mapRegions":[{"area":"2bb","points":[[101,602],[104,554],[118,486],[141,426],[170,363],[205,315],[262,246],[317,198],[376,160],[427,131],[486,106],[566,91],[650,93],[709,99],[774,110],[843,131],[906,166],[949,195],[1018,235],[1070,293],[1102,338],[1123,384],[1154,456],[1171,510],[1186,562],[1186,659],[1173,733],[1155,794],[1139,850],[1109,907],[1070,958],[1018,1022],[973,1067],[934,1088],[882,1114],[832,1139],[798,1150],[750,1162],[701,1170],[638,1176],[562,1165],[486,1150],[406,1117],[346,1091],[294,1053],[248,1013],[195,944],[154,872],[131,819],[109,746],[101,704],[94,653]]},{"area":"2bf","points":[[1806,605],[1810,536],[1829,477],[1853,419],[1880,360],[1917,312],[1979,245],[2035,206],[2083,171],[2144,134],[2206,114],[2288,96],[2357,98],[2426,101],[2501,120],[2555,142],[2634,184],[2686,222],[2734,270],[2797,331],[2827,389],[2854,453],[2872,523],[2883,594],[2886,658],[2878,742],[2862,795],[2845,843],[2822,896],[2800,942],[2773,979],[2734,1016],[2669,1072],[2600,1112],[2509,1158],[2410,1181],[2317,1184],[2221,1173],[2139,1149],[2064,1107],[2011,1067],[1944,1011],[1906,955],[1856,891],[1835,830],[1818,762],[1802,698],[1800,650]]},{"area":"2c5","points":[[958,1502],[958,1451],[970,1384],[986,1323],[1016,1262],[1042,1211],[1080,1163],[1130,1101],[1194,1048],[1253,1014],[1312,986],[1390,971],[1453,960],[1520,958],[1589,963],[1677,986],[1731,1013],[1794,1046],[1851,1086],[1904,1142],[1947,1190],[1989,1261],[2014,1328],[2030,1398],[2042,1485],[2034,1571],[2016,1648],[1997,1709],[1962,1773],[1925,1830],[1883,1886],[1810,1947],[1734,1990],[1653,2014],[1586,2037],[1494,2042],[1410,2032],[1341,2019],[1264,1990],[1211,1962],[1152,1926],[1085,1846],[1045,1792],[1005,1714],[978,1643],[960,1576]]},{"area":"2ca","points":[[102,2322],[104,2253],[122,2198],[149,2128],[174,2069],[216,2014],[282,1941],[331,1898],[402,1858],[475,1830],[576,1802],[662,1803],[730,1810],[813,1829],[882,1861],[971,1912],[1035,1970],[1086,2035],[1141,2131],[1173,2230],[1184,2347],[1174,2462],[1138,2552],[1102,2642],[1043,2726],[946,2794],[854,2848],[752,2877],[658,2888],[570,2885],[462,2861],[355,2808],[258,2731],[189,2653],[152,2579],[122,2498],[101,2394]]},{"area":"2d0","points":[[1808,2363],[1814,2294],[1822,2227],[1848,2154],[1880,2088],[1928,2024],[1982,1963],[2040,1910],[2123,1870],[2197,1837],[2293,1814],[2382,1813],[2464,1824],[2550,1854],[2627,1893],[2694,1931],[2752,1986],[2790,2037],[2840,2115],[2870,2182],[2891,2269],[2899,2413],[2861,2554],[2818,2643],[2765,2702],[2696,2781],[2616,2834],[2514,2880],[2400,2899],[2286,2899],[2195,2875],[2096,2838],[2011,2779],[1938,2702],[1906,2661],[1861,2592],[1829,2490],[1814,2419]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/086-map-12.01-flicker-and-shadow.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/087-map-12.01-flicker-and-shadow-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"037"},"grid":{"type":"square"}}]},{"name":"13: Swamp of Fate","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/092-map-13.01-swamp-of-fate.webp"},"imageType":"map","title":"Map 13: Swamp of Fate","width":3000,"height":3000,"id":"038","mapRegions":[{"area":"2f8","points":[[225,429],[229,373],[242,315],[262,273],[275,247],[320,211],[362,209],[373,185],[393,164],[440,164],[502,162],[536,140],[580,138],[604,145],[627,155],[693,162],[775,162],[853,153],[987,151],[1118,147],[1216,133],[1273,147],[1335,189],[1360,218],[1358,256],[1369,275],[1384,304],[1389,342],[1409,375],[1395,416],[1382,447],[1360,489],[1345,536],[1342,560],[1315,580],[1296,609],[1289,638],[1271,660],[1242,685],[1193,696],[1140,700],[1105,715],[1064,736],[971,758],[898,762],[809,749],[720,749],[642,751],[558,751],[467,756],[420,756],[369,735],[356,700],[349,676],[300,624],[251,565],[238,516],[224,469]]},{"area":"301","points":[[1616,469],[1609,415],[1607,360],[1642,324],[1673,271],[1704,236],[1787,184],[1884,138],[1902,116],[1953,116],[2011,144],[2053,167],[2078,229],[2125,244],[2144,269],[2144,313],[2160,338],[2165,365],[2142,389],[2133,418],[2120,440],[2080,489],[2065,518],[2036,549],[1975,578],[1913,584],[1865,587],[1840,595],[1809,611],[1784,607],[1738,587],[1691,576],[1669,553],[1640,533],[1638,498],[1627,485]]},{"area":"303","points":[[2495,1502],[2551,1516],[2598,1507],[2658,1509],[2725,1502],[2767,1505],[2793,1471],[2802,1407],[2822,1373],[2829,1309],[2840,1240],[2836,1165],[2853,1096],[2884,1027],[2882,965],[2889,869],[2891,831],[2860,791],[2869,760],[2838,729],[2833,700],[2769,653],[2707,613],[2667,578],[2627,547],[2553,553],[2449,549],[2387,560],[2345,591],[2287,616],[2253,647],[2225,660],[2205,693],[2189,696],[2191,711],[2171,742],[2142,767],[2133,800],[2122,822],[2111,858],[2109,898],[2107,913],[2087,938],[2075,993],[2085,1020],[2105,1055],[2129,1065],[2156,1100],[2169,1138],[2209,1176],[2242,1213],[2249,1247],[2247,1276],[2269,1320],[2307,1338],[2327,1345],[2345,1367],[2380,1373],[2398,1382],[2429,1415],[2451,1433],[2478,1458],[2484,1476]]},{"area":"2f4","points":[[467,2364],[453,2338],[416,2333],[415,2300],[415,2262],[389,2225],[358,2207],[353,2176],[356,2131],[345,2096],[336,2049],[333,2022],[358,2011],[367,1980],[365,1945],[384,1931],[387,1902],[395,1853],[413,1809],[407,1760],[411,1696],[422,1656],[447,1633],[493,1635],[516,1653],[542,1665],[605,1658],[642,1665],[704,1656],[745,1649],[804,1660],[845,1675],[882,1698],[911,1727],[949,1753],[998,1773],[1027,1780],[1060,1824],[1055,1865],[1060,1924],[1071,1969],[1093,2013],[1124,2044],[1136,2078],[1135,2122],[1111,2144],[1078,2164],[1056,2187],[1033,2216],[996,2245],[973,2255],[951,2287],[898,2289],[880,2307],[840,2305],[780,2311],[747,2311],[724,2340],[673,2340],[638,2362],[580,2367],[527,2367],[491,2364]]},{"area":"2fc","points":[[1335,1016],[1360,985],[1416,978],[1476,978],[1527,982],[1556,958],[1600,960],[1616,975],[1664,995],[1665,1022],[1684,1044],[1707,1078],[1718,1095],[1758,1104],[1798,1118],[1815,1147],[1829,1182],[1838,1202],[1871,1218],[1885,1236],[1911,1278],[1902,1305],[1913,1342],[1918,1373],[1929,1395],[1969,1438],[2004,1456],[2013,1485],[2020,1513],[2051,1535],[2078,1536],[2100,1558],[2133,1618],[2151,1640],[2184,1653],[2215,1649],[2236,1676],[2245,1715],[2244,1751],[2275,1782],[2300,1809],[2309,1845],[2325,1871],[2340,1898],[2367,1931],[2402,1965],[2415,1987],[2424,2042],[2429,2104],[2422,2165],[2415,2233],[2398,2282],[2385,2293],[2364,2300],[2344,2316],[2336,2351],[2335,2378],[2304,2413],[2271,2440],[2235,2451],[2204,2462],[2175,2480],[2158,2495],[2124,2513],[2065,2505],[2025,2522],[1995,2529],[1945,2533],[1922,2542],[1893,2560],[1869,2560],[1816,2569],[1784,2553],[1765,2535],[1716,2540],[1693,2538],[1680,2516],[1649,2511],[1618,2485],[1585,2487],[1558,2464],[1529,2429],[1511,2365],[1513,2340],[1482,2324],[1460,2293],[1424,2273],[1431,2238],[1405,2216],[1404,2195],[1380,2169],[1376,2151],[1353,2127],[1364,2080],[1360,2045],[1324,2040],[1275,2040],[1245,2031],[1216,2004],[1220,1973],[1213,1944],[1227,1911],[1235,1887],[1284,1873],[1309,1853],[1316,1815],[1340,1787],[1325,1745],[1315,1705],[1307,1680],[1291,1656],[1273,1629],[1260,1575],[1233,1529],[1216,1487],[1202,1427],[1187,1387],[1160,1364],[1133,1347],[1136,1315],[1156,1291],[1155,1247],[1193,1225],[1235,1198],[1262,1195],[1289,1175],[1284,1145],[1302,1105],[1318,1071],[1344,1044]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/092-map-13.01-swamp-of-fate.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/093-map-13.01-swamp-of-fate-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"038"},"grid":{"type":"square"}}]},{"name":"14: Street Prophet","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/098-map-14.01-street-prophet.webp"},"imageType":"map","title":"Map 14: Street Prophet","width":3000,"height":3000,"id":"039","mapRegions":[{"area":"325","points":[[1323,1031],[1323,1669],[1793,1669],[1793,1031]]},{"area":"337","points":[[510,111],[510,589],[1090,589],[1090,111]]},{"area":"331","points":[[510,610],[510,991],[1089,991],[1089,610]]},{"area":"32c","points":[[1111,111],[1111,689],[1389,689],[1389,111]]},{"area":"33c","points":[[1709,409],[1709,691],[1993,691],[1993,409]]},{"area":"33e","points":[[2013,413],[2013,684],[2190,684],[2190,413]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/098-map-14.01-street-prophet.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/099-map-14.01-street-prophet-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"039"},"grid":{"type":"square"}}]},{"name":"15: The Thundering Hills","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/106-map-15.01-thundering-hills.webp"},"imageType":"map","title":"Map 15: Thundering Hills","width":3000,"height":3000,"id":"03a","mapRegions":[{"area":"363","points":[[119,1687],[154,1699],[173,1694],[207,1701],[237,1709],[250,1724],[284,1723],[324,1744],[357,1757],[381,1796],[383,1829],[439,1870],[456,1961],[433,1989],[414,2029],[381,2030],[364,2047],[341,2036],[317,2023],[283,2030],[256,2024],[226,2054],[206,2066],[154,2069],[136,2066],[101,2021],[89,1956],[87,1911],[87,1839],[93,1747],[106,1717]]},{"area":"367","points":[[399,2997],[417,2941],[433,2869],[466,2789],[516,2674],[546,2617],[589,2581],[621,2524],[651,2483],[687,2431],[721,2403],[763,2356],[780,2314],[834,2277],[830,2241],[871,2204],[894,2159],[950,2109],[996,2036],[1020,1996],[1059,1963],[1080,1933],[1136,1887],[1193,1866],[1251,1850],[1319,1870],[1363,1893],[1410,1909],[1447,1943],[1453,1994],[1467,2031],[1456,2094],[1431,2211],[1407,2256],[1374,2301],[1341,2330],[1283,2359],[1237,2396],[1200,2440],[1169,2490],[1123,2549],[1093,2581],[1061,2671],[1036,2737],[1019,2807],[1001,2866],[1003,2919],[1007,2997]]},{"area":"36d","points":[[1757,2649],[1666,2589],[1651,2547],[1587,2407],[1606,2324],[1630,2271],[1659,2239],[1707,2221],[1734,2190],[1761,2164],[1809,2154],[1891,2140],[1994,2171],[2044,2186],[2074,2229],[2104,2250],[2131,2251],[2179,2243],[2239,2233],[2300,2233],[2347,2227],[2386,2226],[2440,2227],[2464,2220],[2520,2224],[2546,2241],[2583,2267],[2606,2324],[2634,2339],[2651,2379],[2651,2430],[2654,2483],[2657,2521],[2650,2561],[2646,2609],[2617,2640],[2613,2667],[2593,2693],[2599,2719],[2580,2740],[2550,2776],[2537,2793],[2521,2814],[2489,2834],[2459,2850],[2426,2871],[2400,2893],[2370,2924],[2337,2937],[2281,2963],[2223,2987],[2206,2999],[1826,2999],[1839,2967],[1854,2937],[1853,2863],[1849,2816],[1850,2761],[1853,2707],[1841,2696],[1821,2660],[1811,2641],[1779,2637]]},{"area":"36f","points":[[2056,1459],[2084,1416],[2083,1384],[2073,1316],[2084,1240],[2084,1181],[2116,1129],[2129,1083],[2146,1059],[2160,1033],[2181,1000],[2209,979],[2240,956],[2269,947],[2289,930],[2334,924],[2369,929],[2423,930],[2457,936],[2493,954],[2559,954],[2584,979],[2609,987],[2659,980],[2696,994],[2721,1020],[2769,1037],[2797,1049],[2823,1087],[2829,1120],[2844,1140],[2863,1184],[2881,1211],[2900,1236],[2916,1264],[2937,1309],[2949,1327],[2956,1363],[2947,1400],[2941,1433],[2950,1474],[2947,1499],[2944,1541],[2953,1564],[2940,1593],[2929,1614],[2924,1661],[2923,1696],[2920,1737],[2894,1767],[2893,1790],[2860,1829],[2834,1849],[2806,1860],[2789,1874],[2734,1877],[2691,1877],[2624,1874],[2596,1860],[2551,1846],[2510,1849],[2461,1851],[2416,1849],[2369,1843],[2333,1819],[2276,1789],[2250,1763],[2216,1731],[2201,1707],[2200,1679],[2164,1680],[2123,1646],[2087,1601],[2060,1551],[2049,1499]]},{"area":"373","points":[[1423,1123],[1377,1127],[1319,1127],[1289,1144],[1237,1144],[1167,1163],[1121,1156],[1031,1161],[1000,1161],[943,1157],[904,1157],[857,1156],[824,1137],[763,1127],[719,1106],[660,1077],[630,1056],[604,1026],[594,1000],[553,974],[539,949],[496,907],[476,866],[461,823],[443,764],[450,721],[449,686],[469,651],[503,591],[521,561],[523,519],[543,490],[570,460],[594,436],[619,416],[640,389],[676,366],[694,350],[743,329],[770,307],[783,274],[819,251],[851,220],[884,213],[916,193],[944,177],[986,154],[1021,146],[1034,121],[1083,114],[1116,84],[1164,64],[1176,43],[1223,41],[1244,31],[1280,7],[1351,21],[1371,7],[1657,4],[1700,29],[1760,43],[1791,69],[1807,86],[1841,126],[1849,146],[1873,174],[1880,199],[1899,237],[1926,263],[1927,310],[1933,350],[1934,389],[1923,454],[1921,524],[1926,571],[1909,609],[1879,640],[1866,661],[1824,679],[1799,706],[1777,724],[1766,773],[1740,803],[1731,834],[1654,876],[1606,907],[1590,947],[1591,1007],[1621,1040],[1634,1066],[1654,1081],[1636,1136],[1539,1151],[1480,1151],[1441,1147]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/106-map-15.01-thundering-hills.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/107-map-15.01-thundering-hills-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"03a"},"grid":{"type":"square"}}]},{"name":"16: Safe in the Stillborn","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/112-map-16.01-stillborn.webp"},"imageType":"map","title":"Map 16: Stillborn","width":3000,"height":3000,"id":"03b","mapRegions":[{"area":"38e","points":[[1139,4],[1160,51],[1181,120],[1213,206],[1227,242],[1221,324],[1204,446],[1189,552],[1177,629],[1192,722],[1219,794],[1307,943],[1368,1053],[1413,1118],[1436,1215],[1463,1322],[1474,1453],[1474,1589],[1453,1684],[1427,1775],[1406,1880],[1383,1954],[1375,2046],[1368,2141],[1354,2229],[1354,2333],[1349,2465],[1345,2564],[1360,2663],[1404,2764],[1417,2827],[1461,2931],[1478,2994],[1076,2994],[1044,2893],[1029,2825],[1008,2724],[996,2623],[979,2501],[987,2387],[996,2208],[1013,2072],[1034,1941],[1057,1827],[1088,1699],[1095,1488],[1080,1343],[1027,1213],[975,1080],[903,947],[859,859],[848,754],[844,621],[853,518],[874,423],[899,352],[893,253],[865,173],[832,99],[815,44],[802,4]]},{"area":"394","points":[[105,1206],[200,1111],[794,1111],[890,1207],[890,1895],[799,1986],[208,1986],[208,1895],[105,1799]]},{"area":"39a","points":[[1714,1103],[1806,1011],[1907,1011],[1907,909],[2109,909],[2109,611],[2484,611],[2484,905],[2888,905],[2888,1592],[2495,1592],[2495,1987],[2011,1987],[2011,1592],[1917,1592],[1917,1494],[1806,1494],[1714,1408]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/112-map-16.01-stillborn.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/113-map-16.01-stillborn-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"03b"},"grid":{"type":"square"}}]},{"name":"17: Cave of Rising Sands","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/120-map-17.01-rising-sands.webp"},"imageType":"map","title":"Map 17: Rising Sands","width":3000,"height":3000,"id":"03c","mapRegions":[{"area":"3dc","points":[[120,2312],[162,2251],[221,2259],[282,2295],[307,2347],[301,2392],[301,2434],[322,2467],[356,2507],[408,2554],[427,2575],[472,2575],[509,2587],[541,2592],[606,2604],[636,2613],[705,2629],[697,2718],[674,2783],[627,2796],[583,2802],[556,2832],[520,2863],[469,2888],[427,2903],[392,2895],[356,2920],[295,2907],[238,2891],[194,2865],[141,2811],[120,2758],[101,2695],[82,2629],[80,2589],[93,2537],[99,2446],[97,2383],[109,2349]]},{"area":"3da","points":[[1288,1718],[1331,1707],[1345,1657],[1349,1632],[1360,1587],[1375,1571],[1379,1505],[1392,1469],[1404,1448],[1400,1394],[1398,1337],[1379,1299],[1337,1261],[1293,1246],[1234,1251],[1181,1244],[1116,1244],[1063,1248],[1032,1269],[985,1303],[973,1349],[947,1379],[943,1404],[899,1421],[901,1448],[886,1488],[861,1514],[806,1522],[768,1547],[754,1568],[747,1617],[722,1655],[691,1674],[638,1674],[596,1676],[556,1716],[520,1743],[493,1777],[469,1800],[461,1851],[474,1907],[455,1962],[427,1977],[415,2015],[413,2040],[419,2103],[417,2181],[427,2244],[434,2280],[442,2314],[465,2345],[484,2377],[522,2368],[541,2394],[566,2400],[623,2400],[707,2406],[752,2402],[825,2377],[869,2343],[907,2305],[924,2257],[958,2219],[1000,2168],[1034,2141],[1046,2076],[1109,2019],[1166,2011],[1248,1949],[1267,1888],[1280,1819],[1301,1779],[1297,1739]]},{"area":"3d1","points":[[1962,2562],[2002,2568],[2042,2560],[2055,2528],[2069,2478],[2103,2461],[2145,2438],[2175,2429],[2227,2440],[2269,2459],[2303,2469],[2347,2469],[2377,2465],[2415,2434],[2425,2408],[2434,2375],[2472,2358],[2476,2333],[2499,2305],[2526,2280],[2518,2263],[2566,2251],[2583,2206],[2602,2177],[2585,2131],[2613,2097],[2716,2118],[2815,2116],[2840,2168],[2861,2217],[2869,2253],[2869,2328],[2874,2364],[2893,2383],[2907,2404],[2903,2440],[2901,2476],[2888,2516],[2884,2535],[2897,2575],[2905,2613],[2895,2655],[2874,2676],[2876,2735],[2874,2785],[2869,2815],[2840,2855],[2792,2886],[2737,2901],[2686,2897],[2636,2888],[2594,2869],[2549,2872],[2520,2878],[2488,2899],[2436,2895],[2356,2899],[2312,2888],[2272,2876],[2242,2874],[2166,2872],[2154,2844],[2109,2817],[2063,2817],[2000,2817],[1941,2760],[1914,2672],[1924,2604]]},{"area":"3cd","points":[[1893,1122],[1949,1088],[2015,1086],[2078,1114],[2124,1154],[2175,1173],[2213,1192],[2257,1204],[2288,1213],[2307,1232],[2307,1255],[2328,1272],[2356,1282],[2385,1303],[2396,1343],[2404,1379],[2413,1421],[2425,1444],[2434,1478],[2423,1516],[2440,1564],[2427,1602],[2427,1636],[2436,1663],[2451,1693],[2469,1733],[2455,1785],[2455,1829],[2461,1869],[2436,1897],[2438,1945],[2413,1979],[2392,2027],[2352,2065],[2318,2097],[2272,2126],[2215,2152],[2152,2158],[2086,2145],[2042,2131],[2002,2114],[1954,2133],[1888,2126],[1829,2107],[1779,2097],[1741,2061],[1714,2021],[1697,1971],[1686,1909],[1659,1844],[1598,1794],[1552,1737],[1514,1691],[1476,1661],[1484,1623],[1526,1585],[1552,1512],[1571,1476],[1617,1421],[1632,1389],[1674,1368],[1712,1335],[1745,1303],[1785,1282],[1808,1244],[1844,1211],[1872,1177],[1880,1152]]},{"area":"3c8","points":[[2145,632],[2072,655],[1989,653],[1926,655],[1829,653],[1804,634],[1811,564],[1832,404],[1842,347],[1914,345],[1973,316],[2015,297],[2065,246],[2072,206],[2118,156],[2158,118],[2217,109],[2267,105],[2339,101],[2368,118],[2383,139],[2427,152],[2457,145],[2491,112],[2512,78],[2558,88],[2602,116],[2638,97],[2697,99],[2735,93],[2762,74],[2813,91],[2836,128],[2844,164],[2853,215],[2855,234],[2840,303],[2798,354],[2806,394],[2796,465],[2796,488],[2819,537],[2844,592],[2865,638],[2844,697],[2794,834],[2760,924],[2684,973],[2632,952],[2602,914],[2577,861],[2579,798],[2560,745],[2541,726],[2503,716],[2459,678],[2440,640],[2408,581],[2411,537],[2375,509],[2328,514],[2280,522],[2240,564],[2194,577],[2168,606]]},{"area":"3d5","points":[[579,469],[520,451],[474,349],[463,263],[507,202],[545,175],[594,160],[613,145],[648,131],[722,124],[758,124],[836,128],[872,149],[924,171],[971,179],[1017,171],[1036,154],[1082,145],[1124,147],[1183,152],[1227,154],[1280,141],[1347,156],[1406,187],[1451,202],[1509,208],[1552,236],[1598,257],[1644,274],[1720,318],[1777,324],[1819,328],[1785,562],[1739,537],[1720,547],[1684,571],[1674,623],[1665,682],[1644,739],[1642,779],[1606,827],[1583,882],[1547,909],[1491,924],[1453,943],[1421,985],[1417,1017],[1385,1059],[1339,1076],[1297,1078],[1213,1078],[1149,1069],[1116,1042],[1091,1019],[1067,975],[1057,924],[1019,859],[1004,829],[977,766],[943,737],[912,722],[874,686],[844,653],[817,627],[800,594],[789,552],[768,509],[731,484],[665,463],[625,457],[600,457]]},{"area":"3e0","points":[[571,480],[509,459],[455,360],[444,269],[480,204],[396,202],[324,217],[280,219],[244,242],[211,269],[177,282],[152,337],[118,417],[122,448],[122,507],[103,545],[116,613],[118,663],[124,735],[131,785],[154,844],[154,891],[145,949],[122,979],[109,1044],[103,1061],[95,1149],[124,1183],[124,1246],[118,1303],[143,1335],[143,1373],[149,1404],[141,1446],[112,1482],[99,1514],[124,1560],[160,1634],[154,1669],[149,1724],[131,1766],[105,1777],[103,1823],[112,1857],[131,1880],[131,1952],[131,2032],[114,2101],[103,2131],[84,2158],[69,2185],[97,2227],[124,2248],[133,2274],[154,2234],[221,2242],[293,2284],[269,2236],[240,2194],[225,2133],[232,2061],[246,1998],[261,1952],[282,1903],[272,1846],[272,1813],[255,1779],[288,1741],[320,1699],[314,1659],[362,1604],[389,1554],[440,1512],[488,1501],[552,1497],[587,1461],[629,1448],[665,1400],[699,1349],[764,1333],[800,1305],[832,1261],[838,1200],[861,1156],[899,1095],[888,1017],[855,945],[815,893],[775,876],[752,819],[722,794],[676,760],[651,724],[627,705],[617,663],[611,640],[579,587],[552,545],[552,499]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/120-map-17.01-rising-sands.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/121-map-17.01-rising-sands-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"03c"},"grid":{"type":"square"}}]},{"name":"18: Mayhem at the Crossroads","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/126-map-18.01-mayhem-crossroads.webp"},"imageType":"map","title":"Map 18: Mayhem Crossroads","width":3000,"height":3000,"id":"065","mapRegions":[{"area":"407","points":[[1442,173],[1928,218],[1890,587],[1403,542]]},{"area":"409","points":[[2200,811],[2715,845],[2677,1509],[2166,1480]]},{"area":"403","points":[[1595,1592],[1595,1811],[1810,1811],[1810,1592]]},{"area":"414","points":[[510,2250],[982,2234],[998,2859],[530,2875]]},{"area":"410","points":[[1792,2339],[2182,2323],[2202,2781],[1806,2795]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/126-map-18.01-mayhem-crossroads.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/127-map-18.01-mayhem-crossroads-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"065"},"grid":{"type":"square"}}]},{"name":"19: Prison of Good Intent","ix":19,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/133-map-19.01-prison-of-good-intent.webp"},"imageType":"map","title":"Map 19: Prison of Good Intent","width":3000,"height":3000,"id":"066","mapRegions":[{"area":"43b","points":[[602,1902],[602,2276],[1095,2276],[1095,1902]]},{"area":"440","points":[[1307,1002],[1307,1396],[1695,1396],[1695,1002]]},{"area":"437","points":[[2305,1895],[2304,1865],[2315,1805],[2336,1736],[2371,1685],[2413,1653],[2464,1656],[2516,1676],[2567,1724],[2591,1802],[2589,1860],[2596,1925],[2589,2009],[2560,2095],[2505,2127],[2451,2145],[2389,2131],[2338,2071],[2315,2013],[2307,1953]]},{"area":"435","points":[[1895,2440],[1895,2844],[2093,2844],[2093,2440]]},{"area":"431","points":[[2109,2545],[2143,2531],[2179,2560],[2257,2564],[2333,2552],[2417,2547],[2474,2535],[2539,2482],[2573,2436],[2627,2379],[2648,2324],[2678,2253],[2695,2183],[2699,2107],[2731,2017],[2733,1945],[2733,1882],[2737,1796],[2726,1714],[2735,1640],[2722,1556],[2705,1491],[2684,1400],[2691,1337],[2703,1276],[2724,1213],[2741,1175],[2731,1076],[2728,1002],[2697,966],[2659,912],[2653,848],[2674,785],[2712,733],[2709,693],[2720,644],[2712,566],[2731,531],[2731,486],[2718,465],[2718,400],[2676,358],[2594,358],[2526,371],[2486,389],[2423,392],[2373,394],[2307,387],[2244,385],[2200,387],[2156,377],[2076,398],[2029,429],[1981,442],[1886,440],[1823,440],[1792,461],[1674,463],[1604,463],[1547,451],[1461,448],[1396,427],[1320,423],[1251,415],[1149,398],[1082,406],[1023,381],[947,362],[844,364],[781,371],[691,368],[589,364],[507,373],[453,387],[381,408],[331,434],[255,472],[217,535],[232,589],[223,625],[208,684],[236,743],[240,792],[265,821],[284,884],[307,943],[320,1017],[349,1065],[356,1143],[352,1177],[358,1238],[358,1305],[362,1387],[354,1448],[347,1522],[341,1615],[345,1697],[354,1752],[352,1821],[352,1876],[324,1933],[286,1973],[291,2032],[297,2093],[312,2141],[331,2185],[341,2286],[339,2345],[345,2417],[364,2472],[371,2514],[408,2537],[436,2573],[484,2589],[524,2604],[575,2619],[621,2640],[667,2627],[733,2642],[802,2632],[855,2608],[914,2589],[987,2581],[1021,2573],[1059,2562],[1101,2543],[1196,2535],[1297,2533],[1394,2531],[1497,2522],[1644,2522],[1739,2526],[1884,2531],[1884,2718],[1832,2739],[1743,2741],[1667,2743],[1587,2771],[1537,2771],[1455,2775],[1404,2771],[1328,2762],[1223,2785],[1122,2785],[1072,2781],[1006,2785],[973,2806],[922,2823],[903,2846],[857,2872],[796,2905],[747,2941],[693,2954],[636,2956],[564,2954],[509,2945],[465,2922],[438,2897],[425,2859],[387,2804],[337,2771],[314,2741],[293,2703],[248,2674],[208,2653],[171,2634],[141,2583],[135,2535],[131,2465],[118,2387],[105,2328],[99,2282],[74,2215],[63,2116],[78,2072],[88,2038],[86,1987],[76,1901],[112,1865],[109,1806],[118,1737],[109,1663],[86,1611],[69,1596],[91,1560],[101,1509],[109,1411],[128,1364],[137,1295],[126,1211],[133,1135],[126,1046],[114,987],[80,895],[72,827],[40,688],[40,600],[61,484],[84,413],[107,337],[133,238],[164,185],[198,152],[232,112],[280,116],[381,107],[446,103],[564,105],[636,112],[669,124],[684,141],[768,133],[834,124],[907,128],[994,128],[1044,126],[1107,137],[1149,166],[1208,196],[1244,208],[1312,240],[1394,253],[1474,274],[1573,282],[1636,284],[1718,282],[1806,284],[1876,276],[1935,244],[2008,221],[2088,206],[2175,183],[2240,173],[2341,154],[2425,133],[2533,122],[2646,114],[2701,118],[2752,152],[2762,189],[2823,221],[2884,238],[2903,297],[2918,362],[2931,461],[2924,509],[2909,581],[2914,646],[2928,739],[2935,773],[2937,821],[2937,880],[2937,918],[2926,983],[2922,1046],[2926,1114],[2920,1185],[2905,1253],[2914,1320],[2914,1356],[2941,1404],[2928,1461],[2941,1547],[2933,1613],[2941,1707],[2935,1768],[2935,1844],[2937,1912],[2931,1973],[2943,2046],[2947,2141],[2939,2240],[2922,2337],[2903,2398],[2869,2459],[2844,2505],[2804,2566],[2794,2604],[2749,2672],[2722,2724],[2699,2775],[2638,2834],[2541,2844],[2457,2813],[2362,2781],[2269,2768],[2200,2745],[2154,2735],[2109,2733]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/133-map-19.01-prison-of-good-intent.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/134-map-19.01-prison-of-good-intent-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"066"},"grid":{"type":"square"}}]},{"name":"20: Top of the World","ix":20,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/141-map-20.01-top-of-the-world.webp"},"imageType":"map","title":"Map 20: Top of the World","width":3000,"height":3000,"id":"067","mapRegions":[{"area":"46e","points":[[418,658],[382,605],[365,576],[362,541],[376,485],[400,443],[450,395],[490,355],[565,334],[611,314],[651,293],[698,301],[750,298],[800,299],[842,330],[845,387],[824,438],[797,486],[776,528],[718,616],[699,650],[680,698],[664,747],[622,771],[563,765],[509,752],[470,723],[438,683]]},{"area":"47a","points":[[450,2178],[414,2190],[371,2211],[328,2240],[299,2280],[264,2342],[248,2398],[234,2446],[229,2510],[224,2557],[240,2608],[270,2670],[296,2685],[346,2698],[390,2707],[440,2723],[485,2725],[542,2709],[590,2696],[622,2674],[634,2635],[632,2546],[605,2506],[582,2450],[571,2384],[552,2341],[531,2282],[515,2234],[488,2189]]},{"area":"472","points":[[2301,413],[2322,384],[2341,374],[2384,350],[2424,330],[2470,317],[2536,291],[2573,299],[2613,304],[2653,307],[2685,328],[2706,362],[2717,397],[2739,445],[2754,483],[2758,522],[2758,555],[2776,581],[2763,632],[2747,669],[2717,710],[2686,744],[2602,741],[2523,707],[2470,680],[2437,637],[2413,608],[2387,578],[2363,554],[2347,517],[2326,480],[2318,445]]},{"area":"476","points":[[2470,2368],[2482,2347],[2512,2330],[2546,2323],[2592,2334],[2619,2349],[2656,2378],[2680,2405],[2696,2443],[2718,2477],[2731,2501],[2749,2525],[2742,2565],[2742,2613],[2701,2661],[2670,2678],[2643,2706],[2621,2734],[2563,2747],[2525,2770],[2475,2790],[2422,2781],[2386,2750],[2374,2715],[2378,2664],[2363,2618],[2373,2581],[2392,2528],[2408,2490],[2442,2435],[2464,2402]]},{"area":"47e","points":[[1214,1379],[1197,1442],[1165,1504],[1133,1578],[1109,1680],[1096,1754],[1090,1826],[1093,1933],[1088,2011],[1101,2064],[1122,2141],[1144,2214],[1158,2262],[1182,2320],[1202,2333],[1235,2381],[1269,2413],[1304,2451],[1341,2467],[1397,2493],[1461,2517],[1531,2528],[1594,2526],[1645,2504],[1720,2472],[1765,2422],[1771,2363],[1792,2291],[1798,2208],[1782,2106],[1781,2010],[1784,1915],[1779,1829],[1771,1766],[1776,1691],[1755,1579],[1752,1515],[1736,1448],[1733,1341],[1734,1253],[1747,1158],[1754,1080],[1763,1014],[1782,963],[1790,885],[1792,830],[1790,747],[1779,694],[1773,613],[1744,557],[1701,493],[1682,454],[1634,426],[1574,387],[1523,376],[1486,403],[1472,446],[1456,494],[1443,544],[1414,614],[1382,672],[1363,781],[1341,875],[1339,928],[1322,1029],[1317,1086],[1298,1162],[1274,1230],[1258,1285],[1230,1354]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GHLoE/thumbnail/141-map-20.01-top-of-the-world.webp"},"grid":{"type":"square"},"page":"adventure.html","source":"GHLoE","hash":"ghloe"},{"type":"image","href":{"type":"internal","path":"adventure/GHLoE/142-map-20.01-top-of-the-world-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3000,"mapParent":{"id":"067"},"grid":{"type":"square"}}]}]},"DoDk":{"id":"DoDk","name":"Dungeons of Drakkenheim","source":"DoDk","prop":"adventure","chapters":[{"name":"Ch. 4: Emberwood Village","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/037-map-3.01-emberwood-village-map.webp"},"imageType":"map","title":"Map 3.01: Emberwood Village Map","width":3000,"height":2183,"id":"63b","grid":{"type":"square","size":164,"offsetX":32,"offsetY":101,"scale":3,"distance":20},"mapRegions":[{"area":"1df","points":[[214,605],[483,262],[829,510],[570,850]]},{"area":"1e1","points":[[1329,877],[1332,861],[1337,843],[1351,830],[1365,821],[1379,815],[1396,812],[1414,812],[1432,817],[1446,825],[1463,836],[1469,851],[1477,869],[1480,888],[1477,907],[1470,922],[1459,935],[1451,946],[1436,956],[1415,960],[1390,961],[1375,955],[1354,944],[1336,924],[1326,908],[1329,894]]},{"area":"1ea","points":[[1441,1335],[1431,1303],[1410,1269],[1410,1214],[1429,1165],[1455,1118],[1478,1097],[1524,1094],[1548,1094],[1571,1101],[1588,1110],[1610,1119],[1629,1129],[1658,1149],[1678,1185],[1688,1210],[1691,1238],[1684,1296],[1667,1319],[1644,1325],[1613,1321],[1589,1334],[1555,1343],[1504,1343],[1454,1343]]},{"area":"1dc","points":[[1623,1520],[1775,1426],[1870,1444],[1851,1552],[1797,1545],[1682,1613]]},{"area":"1e0","points":[[855,1446],[840,1330],[877,1265],[1000,1242],[1021,1267],[1037,1259],[1089,1338],[1063,1355],[1074,1373],[1029,1399],[1019,1385],[995,1401],[957,1425],[944,1429]]},{"area":"1e9","points":[[863,1921],[1016,1709],[1101,1774],[1077,1802],[1116,1835],[1076,1892],[1036,1863],[1012,1893],[1053,1926],[1009,1978],[971,1954],[948,1984]]},{"area":"1da","points":[[2384,1729],[2529,1681],[2566,1789],[2515,1810],[2515,1816],[2495,1825],[2490,1817],[2425,1840]]},{"area":"1de","points":[[1979,1243],[2015,1122],[2160,1164],[2147,1222],[2161,1229],[2151,1250],[2138,1245],[2129,1288]]},{"area":"1e4","points":[[1878,710],[1870,704],[1872,524],[1882,501],[1901,484],[1921,475],[1939,475],[1960,479],[1977,492],[1995,514],[1998,531],[1999,552],[1996,698],[1990,710],[1945,711],[1943,718],[1924,722],[1916,710]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/037-map-3.01-emberwood-village-map.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/038-map-3.01-emberwood-village-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":2183,"mapParent":{"id":"63b"},"grid":{"type":"square","size":164,"offsetX":32,"offsetY":101,"scale":3,"distance":20}}]},{"name":"Ch. 5: Exploring Drakkenheim","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/042-map-4.01-city-street-and-sewers--map.webp"},"imageType":"map","title":"Map 4.01: Drakkenheim City Street and Sewers Map","width":3000,"height":4843,"grid":{"type":"square","size":202,"offsetX":7,"offsetY":113,"scale":3},"id":"28c"}]},{"name":"Ch. 6: Outside the Walls","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/046-map-5.01-black-ivory-inn.webp"},"imageType":"map","title":"Map 5.01: Black Ivory Inn","width":3000,"height":1742,"id":"63c","grid":{"type":"square","size":139,"offsetX":68,"offsetY":113,"scale":3},"mapRegions":[{"area":"32e","points":[[631,649],[631,819],[1079,819],[1079,649]]},{"area":"283","points":[[1187,689],[1187,820],[1360,820],[1360,689]]},{"area":"280","points":[[637,834],[1187,834],[1361,1008],[1361,1191],[637,1191]]},{"area":"281","points":[[1199,836],[1361,836],[1361,1003]]},{"area":"286","points":[[2066,1057],[2066,1224],[2410,1224],[2410,1057]]},{"area":"287","points":[[1933,1276],[1933,1575],[2367,1575],[2367,1276]]},{"area":"288","points":[[2508,1058],[2508,1401],[2852,1401],[2852,1058]]},{"area":"289","points":[[2754,984],[2726,961],[2695,960],[2669,964],[2651,961],[2622,969],[2609,975],[2592,972],[2576,962],[2552,961],[2524,960],[2501,955],[2467,961],[2440,962],[2414,944],[2387,929],[2358,905],[2336,904],[2318,924],[2298,933],[2221,928],[2182,909],[2122,902],[2222,871],[2245,852],[2286,862],[2309,865],[2345,854],[2378,842],[2407,854],[2438,873],[2462,884],[2482,884],[2500,895],[2532,901],[2564,899],[2584,912],[2606,908],[2639,911],[2668,906],[2712,908],[2735,902],[2758,912],[2780,920],[2795,934],[2824,952],[2821,969],[2812,985],[2805,1012],[2804,1028],[2792,1044],[2785,1049]]},{"area":"284","points":[[2406,158],[2406,362],[2794,362],[2794,158]]},{"area":"284","points":[[1875,464],[1875,674],[2574,674],[2574,464]]},{"area":"284","points":[[1878,154],[1878,360],[2307,360],[2307,154]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/046-map-5.01-black-ivory-inn.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/047-map-5.01-black-ivory-inn-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":1742,"mapParent":{"id":"63c"},"grid":{"type":"square","size":139,"offsetX":68,"offsetY":113,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/050-map-5.02-buckle-down-row.webp"},"imageType":"map","title":"Map 5.02: Buckle Down Row","width":3000,"height":7210,"id":"63d","grid":{"type":"square","size":175,"offsetX":-27,"offsetY":102,"scale":2},"mapRegions":[{"area":"2a2","points":[[772,1187],[772,2235],[1297,2235],[1297,1187]]},{"area":"29a","points":[[2535,1582],[2545,1527],[2587,1502],[2630,1502],[2665,1520],[2690,1575],[2675,1622],[2642,1650],[2590,1657],[2555,1637],[2542,1617]]},{"area":"2a4","points":[[1736,1101],[1736,2149],[2787,2149],[2787,1800],[2085,1800],[2085,1453],[2350,1453],[2350,1101]]},{"area":"2a0","points":[[1822,2330],[1822,2851],[2522,2851],[2522,2330]]},{"area":"29c","points":[[1736,3022],[1736,3378],[2261,3378],[2261,3022]]},{"area":"29e","points":[[597,2590],[947,2590],[947,2502],[1382,2502],[1382,3022],[1122,3022],[1122,3110],[597,3110]]},{"area":"2a8","points":[[744,4929],[744,5575],[1218,5575],[1218,4929]]},{"area":"2aa","points":[[1655,4513],[1655,5487],[2631,5487],[2631,4513]]},{"area":"2a7","points":[[1742,5676],[1742,6155],[2382,6155],[2382,5676]]},{"area":"2ab","points":[[1656,6342],[1656,6649],[2131,6649],[2131,6342]]},{"area":"2a9","points":[[576,6007],[576,6404],[1058,6404],[1058,6007]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/050-map-5.02-buckle-down-row.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/051-map-5.02-buckle-down-row-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":7210,"mapParent":{"id":"63d"},"grid":{"type":"square","size":175,"offsetX":-27,"offsetY":102,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/056-map-5.03-chapel-of-st-brena.webp"},"imageType":"map","title":"Map 5.03: Chapel of Saint Brenna","width":3000,"height":7263,"id":"63e","grid":{"type":"square","size":93,"offsetY":35},"mapRegions":[{"area":"2be","points":[[473,1160],[484,1095],[504,1047],[527,1000],[553,949],[596,895],[655,835],[698,804],[756,760],[827,729],[904,704],[933,698],[940,655],[973,620],[1000,604],[1025,602],[1058,615],[1093,636],[1100,665],[1102,685],[1116,696],[1158,713],[1193,718],[1236,740],[1269,758],[1311,780],[1360,815],[1389,838],[1413,860],[1431,880],[1449,902],[1484,947],[1502,976],[1515,1007],[1527,1029],[1545,1076],[1555,1100],[1558,1133],[1558,1155],[1591,1158],[1613,1167],[1640,1184],[1653,1209],[1658,1227],[1662,1249],[1651,1280],[1635,1298],[1618,1320],[1593,1324],[1571,1331],[1560,1342],[1555,1367],[1545,1402],[1529,1460],[1509,1489],[1498,1516],[1485,1533],[1455,1582],[1425,1609],[1416,1627],[1400,1644],[1362,1680],[1329,1695],[1276,1729],[1215,1760],[1200,1764],[1200,1895],[1028,2067],[850,1889],[840,1769],[816,1749],[778,1736],[720,1711],[689,1687],[662,1665],[631,1635],[595,1595],[569,1558],[549,1529],[535,1493],[516,1469],[496,1415],[489,1376],[478,1331],[453,1325],[418,1313],[387,1282],[378,1247],[382,1218],[398,1185],[420,1171],[447,1164]]},{"area":"2c5","points":[[1013,3267],[1035,3238],[1056,3216],[1091,3187],[1133,3180],[1169,3178],[1198,3191],[1235,3209],[1256,3233],[1275,3275],[1284,3307],[1271,3345],[1251,3375],[1231,3407],[1196,3433],[1144,3451],[1085,3435],[1036,3404],[1016,3364],[1005,3315]]},{"area":"2c7","points":[[1395,3356],[1405,3395],[1427,3442],[1465,3480],[1491,3500],[1533,3525],[1571,3542],[1615,3549],[1673,3542],[1729,3520],[1778,3484],[1809,3447],[1831,3413],[1845,3373],[1855,3322],[1847,3262],[1824,3204],[1805,3160],[1751,3124],[1689,3089],[1642,3078],[1596,3082],[1547,3098],[1504,3111],[1469,3151],[1436,3175],[1413,3218],[1405,3255],[1395,3298]]},{"area":"2c1","points":[[587,4505],[524,4489],[507,4471],[467,4429],[438,4384],[433,4342],[435,4291],[431,4235],[435,4209],[395,4191],[360,4149],[335,4104],[331,4051],[351,3998],[384,3967],[424,3955],[436,3951],[435,3884],[429,3827],[395,3805],[369,3793],[353,3762],[335,3727],[340,3682],[349,3633],[369,3605],[407,3578],[433,3571],[435,3529],[436,3482],[438,3447],[413,3435],[382,3411],[362,3382],[345,3349],[335,3315],[340,3276],[362,3238],[389,3213],[411,3193],[429,3184],[435,3125],[431,3055],[449,3007],[471,2967],[500,2933],[538,2905],[556,2898],[605,2889],[635,2887],[667,2900],[709,2913],[742,2942],[773,2980],[795,3024],[800,3067],[798,3109],[795,3158],[795,3184],[827,3196],[847,3209],[878,3245],[893,3275],[898,3313],[889,3364],[867,3396],[842,3420],[816,3442],[802,3449],[795,3500],[802,3535],[798,3565],[838,3591],[871,3613],[887,3653],[900,3704],[887,3753],[864,3793],[842,3813],[802,3824],[798,3878],[800,3907],[796,3936],[835,3973],[864,3993],[884,4025],[896,4047],[904,4085],[887,4127],[867,4167],[840,4189],[813,4202],[800,4205],[802,4260],[802,4291],[809,4340],[789,4353],[764,4369],[747,4398],[735,4427],[729,4456],[725,4478],[696,4478],[669,4491],[635,4502]]},{"area":"2c5","points":[[1211,4036],[1225,4004],[1251,3978],[1282,3956],[1331,3945],[1376,3951],[1411,3969],[1442,3989],[1462,4031],[1475,4071],[1460,4124],[1435,4165],[1409,4196],[1358,4215],[1311,4215],[1256,4191],[1225,4155],[1211,4111],[1207,4069]]},{"area":"2ca","points":[[1876,3653],[1891,3620],[1915,3591],[1944,3576],[1975,3565],[2007,3560],[2049,3569],[2084,3589],[2109,3609],[2135,3644],[2145,3682],[2142,3727],[2116,3765],[2084,3798],[2064,3811],[2022,3824],[1976,3822],[1929,3802],[1891,3769],[1873,3733],[1864,3696]]},{"area":"2bc","points":[[2042,785],[2042,1785],[2775,1785],[2775,785]]},{"area":"2cc","points":[[882,5569],[851,5555],[820,5544],[780,5522],[747,5525],[707,5529],[664,5500],[649,5464],[660,5407],[645,5365],[622,5327],[615,5289],[585,5267],[558,5225],[560,5184],[580,5156],[607,5140],[622,5111],[642,5051],[662,5024],[653,4980],[662,4938],[682,4913],[713,4896],[744,4896],[776,4902],[805,4889],[842,4875],[893,4856],[907,4835],[936,4813],[971,4800],[1011,4813],[1036,4836],[1049,4855],[1078,4865],[1115,4880],[1153,4896],[1193,4898],[1220,4898],[1256,4913],[1289,4953],[1285,4989],[1276,5016],[1295,5045],[1307,5075],[1315,5098],[1325,5124],[1362,5131],[1382,5129],[1380,5295],[1338,5302],[1324,5313],[1307,5338],[1295,5373],[1276,5396],[1280,5411],[1287,5445],[1280,5478],[1255,5509],[1225,5525],[1195,5531],[1164,5520],[1125,5536],[1080,5556],[1051,5569]]},{"area":"2da","points":[[736,6104],[724,6069],[705,6022],[696,5958],[702,5913],[715,5864],[733,5815],[747,5789],[785,5756],[813,5738],[858,5716],[882,5702],[936,5693],[993,5687],[1036,5691],[1082,5707],[1131,5738],[1184,5785],[1205,5825],[1224,5867],[1265,5875],[1307,5895],[1327,5947],[1327,5982],[1300,6020],[1271,6042],[1235,6042],[1207,6082],[1173,6138],[1145,6160],[1096,6195],[1035,6222],[984,6225],[933,6225],[887,6213],[835,6198],[804,6184],[767,6153]]},{"area":"2d4","points":[[564,6280],[605,6333],[678,6338],[711,6369],[756,6382],[784,6415],[796,6427],[818,6451],[836,6467],[882,6478],[913,6480],[922,6458],[953,6424],[991,6405],[1040,6395],[1067,6382],[1098,6385],[1125,6415],[1142,6445],[1153,6478],[1176,6489],[1207,6496],[1233,6465],[1233,6653],[1211,6665],[1191,6700],[1158,6742],[1144,6793],[1160,6827],[1171,6867],[1156,6905],[1151,6949],[1149,6996],[1133,7024],[1109,7035],[1024,7033],[989,7025],[938,7035],[918,7040],[867,7042],[829,7018],[802,6976],[789,6956],[751,6953],[745,6967],[682,6980],[625,6973],[591,6947],[605,6905],[584,6900],[545,6902],[502,6904],[422,6875],[420,6824],[435,6782],[431,6749],[378,6724],[355,6713],[322,6653],[338,6625],[316,6580],[293,6538],[316,6473],[349,6460],[367,6464],[391,6445],[400,6389],[405,6349],[451,6315],[487,6298],[515,6295],[544,6291]]},{"area":"2d2","points":[[2031,6676],[2025,6642],[1993,6593],[1984,6536],[1993,6489],[1956,6475],[1955,6425],[1822,6416],[1820,6344],[2002,6342],[2022,6313],[2035,6267],[2047,6240],[2067,6224],[2098,6207],[2127,6202],[2156,6204],[2176,6216],[2207,6213],[2227,6245],[2256,6264],[2282,6233],[2316,6211],[2351,6207],[2376,6211],[2405,6216],[2415,6233],[2427,6258],[2429,6276],[2445,6295],[2465,6327],[2496,6351],[2504,6371],[2498,6391],[2515,6409],[2544,6435],[2553,6453],[2575,6487],[2589,6504],[2595,6533],[2598,6569],[2589,6598],[2618,6624],[2624,6658],[2613,6678],[2591,6698],[2596,6742],[2591,6780],[2567,6809],[2576,6855],[2553,6880],[2544,6913],[2520,6945],[2491,6955],[2449,6947],[2415,6922],[2385,6893],[2356,6889],[2338,6907],[2324,6915],[2311,6949],[2285,6973],[2255,6991],[2229,7000],[2196,6993],[2155,6978],[2140,6947],[2091,6929],[2065,6885],[2038,6849],[2018,6831],[2011,6795],[2011,6755],[2024,6724],[2027,6700]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/056-map-5.03-chapel-of-st-brena.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/057-map-5.03-chapel-of-st-brena-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":7263,"mapParent":{"id":"63e"},"grid":{"type":"square","size":93,"offsetY":35}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/063-map-5.04-ratling-burrow.webp"},"imageType":"map","title":"Map 5.04: Ratling Burrow","width":3000,"height":4316,"id":"63f","grid":{"type":"square","size":69,"offsetX":19,"offsetY":17},"mapRegions":[{"area":"2ff","points":[[1705,375],[1660,344],[1591,278],[1584,233],[1635,180],[1695,149],[1722,144],[1782,171],[1809,229],[1784,284],[1780,335],[1756,371]]},{"area":"2ff","points":[[1391,400],[1360,378],[1340,344],[1336,315],[1365,275],[1376,258],[1416,236],[1442,242],[1487,276],[1509,322],[1484,378],[1442,404]]},{"area":"2ff","points":[[1162,502],[1140,433],[1167,378],[1193,340],[1255,336],[1300,365],[1329,411],[1324,444],[1305,509],[1260,531],[1196,542]]},{"area":"2ff","points":[[895,362],[898,318],[922,264],[962,233],[1009,213],[1064,204],[1107,220],[1136,258],[1147,287],[1131,324],[1100,369],[1060,384],[995,409],[956,413],[911,393]]},{"area":"2ff","points":[[876,720],[816,707],[735,713],[691,733],[649,762],[624,804],[624,827],[649,876],[682,887],[733,911],[784,913],[831,893],[858,855],[882,798],[900,751]]},{"area":"2ff","points":[[2009,367],[1969,353],[1893,324],[1862,284],[1865,256],[1895,211],[1935,184],[1975,175],[2040,187],[2076,202],[2087,236],[2102,260],[2082,289],[2075,340],[2042,364]]},{"area":"2ff","points":[[2235,396],[2236,335],[2216,291],[2242,258],[2287,224],[2322,216],[2353,222],[2378,255],[2416,275],[2449,293],[2465,342],[2458,375],[2436,418],[2389,438],[2331,451],[2278,445],[2240,422]]},{"area":"301","points":[[2522,418],[2518,333],[2549,271],[2600,236],[2658,224],[2720,231],[2747,271],[2773,335],[2773,400],[2709,445],[2611,489],[2545,471]]},{"area":"2ff","points":[[1165,991],[1124,985],[1067,969],[1035,973],[1004,989],[964,1009],[933,1027],[913,1076],[920,1113],[955,1160],[987,1195],[1044,1222],[1073,1227],[1127,1189],[1149,1131],[1153,1071],[1178,1049],[1182,1009]]},{"area":"2ff","points":[[1718,784],[1749,764],[1775,736],[1787,715],[1851,711],[1889,724],[1924,769],[1931,827],[1925,851],[1891,864],[1842,880],[1815,885],[1735,867],[1698,831]]},{"area":"2ff","points":[[2065,660],[2107,640],[2149,624],[2175,620],[2229,635],[2258,651],[2305,671],[2331,704],[2340,745],[2318,780],[2296,833],[2253,871],[2215,889],[2155,885],[2105,842],[2078,785],[2069,753],[2027,718],[2027,680]]},{"area":"2ff","points":[[2436,880],[2402,871],[2356,873],[2336,884],[2311,918],[2304,949],[2322,1000],[2351,1036],[2369,1064],[2404,1076],[2445,1085],[2473,1065],[2500,1038],[2513,1000],[2507,944],[2509,920],[2487,893]]},{"area":"2ff","points":[[2076,1249],[2058,1282],[2020,1269],[1980,1271],[1960,1287],[1945,1304],[1935,1329],[1920,1384],[1916,1445],[1936,1482],[1976,1518],[2009,1525],[2053,1525],[2087,1495],[2111,1478],[2127,1440],[2131,1413],[2151,1396],[2140,1358],[2133,1340],[2153,1320],[2142,1289],[2115,1264]]},{"area":"2ff","points":[[2451,1411],[2435,1420],[2396,1413],[2376,1425],[2351,1438],[2320,1453],[2293,1467],[2282,1489],[2265,1518],[2271,1558],[2300,1585],[2336,1604],[2385,1613],[2415,1605],[2444,1600],[2469,1584],[2482,1549],[2498,1524],[2493,1491],[2507,1465],[2496,1429],[2480,1415]]},{"area":"2f2","points":[[1735,1744],[2264,1736],[2287,2400],[1749,2416]]},{"area":"2f9","points":[[1375,1825],[1429,1749],[1524,1778],[1571,1815],[1633,1900],[1618,1984],[1575,2015],[1522,2024],[1456,2096],[1453,1985],[1467,1922],[1498,1936],[1529,1956],[1535,1898],[1540,1842],[1469,1844],[1411,1833]]},{"area":"2fc","points":[[1353,1862],[1364,1740],[1324,1685],[1304,1620],[1129,1565],[1047,1613],[1033,1778],[1089,1915],[1215,1956],[1269,1987],[1322,1964],[1345,1909]]},{"area":"301","points":[[1244,2776],[1218,2724],[1215,2662],[1240,2633],[1296,2600],[1340,2613],[1398,2638],[1453,2676],[1493,2731],[1522,2762],[1522,2820],[1498,2851],[1455,2875],[1400,2871],[1335,2833],[1278,2831],[1249,2807]]},{"area":"303","points":[[1355,3136],[1422,3080],[1505,3045],[1620,3075],[1689,3151],[1711,3244],[1718,3264],[1729,3315],[1729,3429],[1720,3467],[1689,3480],[1616,3485],[1575,3451],[1553,3407],[1535,3367],[1505,3336],[1462,3324],[1440,3336],[1451,3380],[1460,3424],[1435,3460],[1385,3482],[1335,3464],[1302,3445],[1269,3398],[1245,3345],[1253,3293],[1284,3247],[1293,3209],[1333,3185],[1351,3165]]},{"area":"305","points":[[2404,2356],[2495,2316],[2605,2347],[2660,2389],[2658,2453],[2662,2504],[2676,2535],[2695,2580],[2684,2660],[2680,2711],[2649,2738],[2653,2780],[2658,2796],[2651,2856],[2615,2889],[2593,2925],[2598,2960],[2607,3015],[2609,3042],[2624,3089],[2558,3156],[2527,3173],[2493,3189],[2489,3215],[2444,3233],[2411,3240],[2375,3280],[2256,3273],[2236,3202],[2231,3107],[2184,3038],[2180,2940],[2142,2904],[2144,2856],[2138,2833],[2111,2789],[2111,2765],[2125,2698],[2127,2664],[2156,2656],[2173,2624],[2155,2576],[2175,2511],[2202,2485],[2238,2480],[2273,2484],[2305,2502],[2340,2465],[2378,2438],[2393,2391]]},{"area":"307","points":[[425,3682],[433,3613],[447,3578],[478,3535],[509,3527],[542,3553],[573,3585],[618,3609],[658,3616],[742,3605],[775,3593],[818,3562],[820,3529],[864,3544],[936,3584],[973,3669],[1009,3720],[1018,3773],[1005,3840],[1000,3909],[1005,3944],[980,3984],[925,3987],[873,3991],[822,4024],[809,4042],[762,4073],[707,4084],[655,4071],[631,4049],[611,4002],[609,3967],[569,3958],[522,3940],[458,3924],[431,3927],[391,3885],[371,3842],[378,3805],[380,3744],[407,3705]]},{"area":"2ff","points":[[724,2427],[704,2402],[704,2373],[658,2373],[622,2325],[598,2280],[631,2267],[687,2240],[725,2242],[764,2258],[789,2300],[787,2362],[753,2400],[771,2433],[776,2473]]},{"area":"2ff","points":[[487,2431],[458,2447],[405,2442],[344,2422],[313,2382],[329,2324],[353,2285],[411,2262],[462,2267],[495,2291],[535,2335],[545,2373],[580,2415],[562,2464],[555,2495],[500,2473]]},{"area":"2ff","points":[[342,2695],[280,2647],[211,2655],[149,2607],[171,2516],[218,2475],[280,2482],[305,2518],[338,2564],[340,2615],[336,2658]]},{"area":"2ff","points":[[311,2882],[240,2880],[196,2895],[158,2925],[98,2925],[49,2860],[44,2813],[107,2760],[164,2762],[209,2804],[242,2831],[278,2840]]},{"area":"2ff","points":[[489,2936],[505,3040],[587,3069],[669,3069],[715,3056],[751,3016],[769,2964],[753,2920],[693,2902],[624,2907],[596,2951],[576,3005],[520,2962]]},{"area":"2ff","points":[[758,2689],[762,2764],[762,2829],[798,2855],[816,2891],[847,2922],[860,2947],[918,2967],[949,2962],[995,2927],[1000,2855],[965,2809],[902,2800],[873,2818],[815,2811],[807,2764],[789,2733],[793,2705]]},{"area":"2ff","points":[[862,2573],[902,2644],[965,2682],[1024,2731],[1082,2744],[1138,2691],[1153,2613],[1089,2587],[1035,2573],[982,2627],[931,2624],[902,2609]]},{"area":"2ff","points":[[1024,3129],[960,3071],[902,3065],[825,3064],[767,3087],[771,3129],[767,3178],[820,3205],[864,3205],[893,3182],[904,3144],[920,3105],[980,3116]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/063-map-5.04-ratling-burrow.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/064-map-5.04-ratling-burrow-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":4316,"mapParent":{"id":"63f"},"grid":{"type":"square","size":69,"offsetX":19,"offsetY":17}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/066-map-5.05-reed-manor.webp"},"imageType":"map","title":"Map 5.05: Reed Manor","width":3000,"height":8079,"id":"640","grid":{"type":"square","size":117,"offsetX":-12,"offsetY":9},"mapRegions":[{"area":"330","points":[[1300,265],[1853,265],[1853,482],[1742,593],[1300,593]]},{"area":"330","points":[[1887,151],[1887,478],[2445,478],[2445,151]]},{"area":"330","points":[[2009,1185],[2004,853],[2116,738],[2445,738],[2445,1185]]},{"area":"330","points":[[942,1178],[835,1067],[836,729],[942,624],[1511,624],[1511,1178]]},{"area":"32e","points":[[1755,2709],[1755,3035],[2316,3035],[2316,2709]]},{"area":"32a","points":[[1169,2829],[1738,2829],[1738,3265],[1280,3265],[1169,3160]]},{"area":"328","points":[[704,3291],[809,3184],[1156,3184],[1273,3302],[1733,3302],[1733,3385],[1522,3385],[1498,3409],[1498,3740],[815,3740],[704,3631]]},{"area":"326","points":[[1525,3418],[1851,3418],[1851,3745],[1748,3848],[1625,3848],[1525,3748]]},{"area":"32c","points":[[1884,3065],[1884,3735],[2322,3735],[2322,3065]]},{"area":"320","points":[[467,3764],[1516,3764],[1621,3869],[1767,3869],[1868,3764],[2502,3764],[2502,4564],[467,4564]]},{"area":"337","points":[[2464,7540],[2502,7531],[2551,7538],[2589,7555],[2636,7596],[2664,7658],[2667,7715],[2651,7760],[2616,7791],[2578,7824],[2527,7838],[2458,7824],[2400,7789],[2362,7727],[2353,7675],[2373,7620],[2409,7575],[2429,7553]]},{"area":"336","points":[[1605,6971],[1605,6347],[1804,6133],[2224,6131],[2440,6347],[2440,6971]]},{"area":"339","points":[[300,6233],[300,7084],[933,7084],[933,6233]]},{"area":"332","points":[[2156,5529],[2156,5840],[2678,5840],[2678,5529]]},{"area":"338","points":[[1165,5998],[956,5798],[956,5580],[1160,5375],[1364,5375],[1582,5587],[1580,5785],[1371,5998]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/066-map-5.05-reed-manor.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/067-map-5.05-reed-manor-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":8079,"mapParent":{"id":"640"},"grid":{"type":"square","size":117,"offsetX":-12,"offsetY":9}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/072-map-5.06-spokes-smithy.webp"},"imageType":"map","title":"Map 5.06: Spokes Smithy","width":3000,"height":3764,"id":"641","grid":{"type":"square","size":125,"offsetX":-19,"offsetY":39},"mapRegions":[{"area":"35d","points":[[861,1421],[861,1907],[1846,1907],[1846,1421]]},{"area":"361","points":[[524,2139],[562,1987],[638,1880],[815,1815],[827,1726],[703,1760],[531,1838],[444,1987],[438,2126],[425,2349],[451,2486],[543,2585],[669,2672],[815,2709],[796,2615],[667,2581],[575,2526],[518,2394],[524,2320]]},{"area":"362","points":[[526,2156],[526,2303],[756,2303],[756,2156]]},{"area":"362","points":[[1937,2398],[2023,2301],[2154,2406],[2061,2518]]},{"area":"362","points":[[2234,1798],[2145,1844],[2177,1941],[2280,1966]]},{"area":"35f","points":[[1429,1945],[2072,1945],[2029,2181],[1905,2394],[1813,2497],[1581,2362],[1457,2133]]},{"area":"35e","points":[[1345,2560],[1345,3036],[865,3036],[865,2560]]},{"area":"360","points":[[1964,1371],[1996,1448],[2103,1488],[2175,1547],[2221,1613],[2251,1703],[2269,1827],[2299,1968],[2320,2088],[2328,2215],[2318,2288],[2253,2385],[2147,2486],[2059,2560],[1971,2604],[1901,2634],[1827,2648],[1735,2638],[1665,2602],[1600,2632],[1691,2688],[1798,2707],[1893,2709],[1987,2701],[2072,2640],[2145,2592],[2244,2495],[2301,2429],[2341,2387],[2398,2272],[2411,2206],[2392,2080],[2362,1878],[2316,1771],[2307,1661],[2261,1543],[2206,1472],[2139,1417],[2048,1379]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/072-map-5.06-spokes-smithy.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/073-map-5.06-spokes-smithy-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3764,"mapParent":{"id":"641"},"grid":{"type":"square","size":125,"offsetX":-19,"offsetY":39}}]},{"name":"Ch. 7: Inside the Walls of Drakkenheim","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/077-map-6.01-gate-houses.webp"},"imageType":"map","title":"Map 6.01: The Gate Houses","width":3000,"height":2565,"grid":{"type":"square","size":95,"offsetX":39,"offsetY":-8,"scale":2},"id":"28d"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/081-map-6.02-cosmological-clocktower.webp"},"imageType":"map","title":"Map 6.02: Cosmological Clocktower","width":3000,"height":1540,"grid":{"type":"square","size":113,"offsetX":-21,"offsetY":-30,"scale":2},"id":"566"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/087-map-6.03-kleinberg-estate.webp"},"imageType":"map","title":"Map 6.03: Kleinberg Estate","width":3000,"height":7241,"id":"642","grid":{"type":"square","size":110,"offsetX":-11,"offsetY":-26,"scale":2},"mapRegions":[{"area":"3e7","points":[[501,421],[501,640],[909,640],[909,421]]},{"area":"3fc","points":[[994,981],[994,1301],[1197,1301],[1197,981]]},{"area":"3f8","points":[[1539,979],[1539,1299],[1746,1299],[1746,979]]},{"area":"3fe","points":[[1763,982],[1968,982],[1968,1091],[2024,1091],[2024,1190],[1971,1190],[1971,1301],[1763,1301]]},{"area":"3f8","points":[[771,987],[771,1299],[974,1299],[974,987]]},{"area":"3f8","points":[[770,1422],[770,1744],[979,1744],[979,1422]]},{"area":"3fa","points":[[994,1424],[994,1742],[1197,1742],[1197,1424]]},{"area":"3f6","points":[[1211,1195],[1211,1464],[1530,1464],[1530,1195]]},{"area":"3f8","points":[[1544,1421],[1544,1741],[1968,1741],[1968,1421]]},{"area":"3f2","points":[[2093,2459],[2093,2568],[2363,2568],[2363,2459]]},{"area":"3ee","points":[[701,2411],[678,2371],[646,2334],[605,2315],[550,2302],[498,2304],[440,2334],[398,2379],[387,2442],[389,2501],[408,2550],[438,2582],[486,2606],[538,2621],[594,2626],[701,2618]]},{"area":"3ec","points":[[718,2413],[718,2618],[923,2618],[923,2413]]},{"area":"3f0","points":[[1979,2357],[2416,2357],[2416,1918],[2739,1918],[2739,2675],[1979,2675],[1979,2573],[2083,2573],[2083,2459],[1979,2459]]},{"area":"3f0","points":[[1978,2461],[1978,2571],[2083,2571],[2083,2461]]},{"area":"401","points":[[642,3814],[642,4139],[1080,4139],[1080,3814]]},{"area":"407","points":[[1418,3816],[1418,4139],[1635,4139],[1635,3816]]},{"area":"405","points":[[1643,3816],[1643,4138],[1859,4138],[1859,3816]]},{"area":"403","points":[[1646,4264],[1646,4584],[1859,4584],[1859,4264]]},{"area":"3f6","points":[[1090,4264],[1146,4264],[1146,4096],[1358,4096],[1358,4264],[1414,4264],[1414,4306],[1090,4306]]},{"area":"401","points":[[645,4264],[645,4582],[1082,4582],[1082,4264]]},{"area":"411","points":[[704,5456],[722,5416],[765,5390],[813,5363],[848,5357],[885,5358],[947,5358],[986,5358],[1010,5376],[1029,5394],[1067,5422],[1098,5462],[1083,5533],[1066,5566],[1056,5621],[1024,5638],[976,5640],[947,5662],[917,5667],[858,5658],[808,5642],[723,5584],[698,5536],[696,5485]]},{"area":"413","points":[[1074,5912],[1042,5880],[1010,5853],[970,5816],[920,5782],[878,5771],[827,5770],[800,5768],[765,5765],[722,5771],[677,5762],[634,5757],[602,5762],[550,5787],[522,5818],[507,5843],[506,5870],[506,5910],[514,5952],[525,5984],[533,6018],[554,6061],[578,6102],[610,6136],[638,6178],[666,6214],[720,6248],[754,6270],[790,6280],[862,6277],[910,6272],[979,6234],[1016,6195],[1042,6141],[1077,6101],[1090,6043],[1106,5974],[1102,5944]]},{"area":"40f","points":[[954,6475],[920,6475],[875,6474],[821,6462],[758,6448],[718,6448],[690,6467],[654,6496],[629,6530],[618,6560],[622,6584],[624,6621],[635,6654],[664,6680],[685,6707],[723,6726],[765,6746],[810,6757],[858,6752],[906,6754],[957,6722],[990,6690],[998,6648],[978,6584],[965,6557],[955,6517]]},{"area":"40d","points":[[1787,6326],[1778,6286],[1806,6272],[1851,6259],[1904,6254],[2010,6261],[2082,6261],[2128,6272],[2189,6283],[2232,6272],[2259,6312],[2269,6344],[2282,6373],[2277,6418],[2290,6442],[2275,6478],[2272,6499],[2253,6536],[2227,6538],[2189,6558],[2150,6542],[2110,6547],[2069,6549],[2018,6552],[1997,6570],[1981,6594],[1952,6600],[1915,6581],[1888,6560],[1862,6549],[1816,6550],[1771,6544],[1752,6502],[1752,6450],[1750,6413],[1736,6371],[1760,6350]]},{"area":"40b","points":[[1781,5429],[1777,5379],[1781,5364],[1749,5316],[1726,5272],[1739,5223],[1737,5168],[1789,5124],[1821,5103],[1848,5095],[1895,5086],[1924,5091],[1983,5086],[2017,5099],[2061,5109],[2088,5120],[2112,5114],[2168,5158],[2192,5208],[2206,5255],[2196,5303],[2185,5360],[2149,5396],[2122,5423],[2069,5419],[2008,5421],[1973,5423],[1918,5406],[1869,5406],[1857,5429]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/087-map-6.03-kleinberg-estate.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/088-map-6.03-kleinberg-estate-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":7241,"mapParent":{"id":"642"},"grid":{"type":"square","size":110,"offsetX":-11,"offsetY":-26,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/090-map-6.04-old-town-cistern.webp"},"imageType":"map","title":"Map 6.04: Old Town Cistern","width":3000,"height":4023,"id":"643","grid":{"type":"square","size":145,"offsetX":61,"offsetY":-43,"scale":3},"mapRegions":[{"area":"428","points":[[2137,4],[2137,446],[2865,446],[2865,213],[2375,213],[2375,4]]},{"area":"429","points":[[2512,651],[2524,617],[2547,594],[2579,589],[2600,594],[2617,615],[2634,648],[2619,686],[2600,703],[2571,705],[2543,697],[2522,680]]},{"area":"42a","points":[[2524,1267],[2556,1242],[2611,1215],[2646,1219],[2691,1269],[2695,1320],[2667,1371],[2642,1383],[2571,1385],[2541,1352],[2520,1316]]},{"area":"427","points":[[1541,907],[1541,1008],[1931,1008],[1931,907]]},{"area":"426","points":[[2017,893],[2063,806],[2128,745],[2194,720],[2288,709],[2364,728],[2429,775],[2478,832],[2507,916],[2505,1013],[2463,1097],[2400,1164],[2318,1204],[2238,1211],[2158,1189],[2093,1147],[2042,1099],[2008,1027],[2000,962]]},{"area":"42b","points":[[844,1583],[844,2160],[1131,2160],[1131,1583]]},{"area":"42d","points":[[2339,1680],[2339,2063],[2051,2063],[2051,1680]]},{"area":"42f","points":[[1425,3284],[1392,3225],[1328,3177],[1282,3091],[1223,3078],[1206,3032],[1179,3015],[1141,3021],[1086,2987],[1038,2964],[1021,2939],[975,2920],[935,2867],[954,2815],[949,2775],[926,2728],[920,2676],[916,2615],[958,2581],[1017,2549],[1069,2539],[1109,2514],[1118,2472],[1093,2415],[1076,2360],[1120,2320],[1156,2326],[1225,2320],[1272,2312],[1301,2318],[1345,2312],[1371,2291],[1396,2267],[1413,2238],[1442,2208],[1457,2175],[1493,2166],[1537,2164],[1566,2221],[1594,2248],[1629,2259],[1659,2240],[1705,2225],[1737,2229],[1775,2238],[1794,2269],[1798,2299],[1783,2360],[1781,2398],[1792,2457],[1819,2497],[1842,2514],[1865,2518],[1893,2545],[1912,2566],[1943,2585],[1977,2577],[2008,2594],[2036,2598],[2088,2587],[2120,2575],[2162,2583],[2183,2602],[2213,2648],[2219,2720],[2204,2771],[2189,2800],[2175,2836],[2189,2872],[2162,2916],[2128,2945],[2097,2945],[2065,2968],[2029,3006],[2019,3036],[1971,3072],[1924,3114],[1872,3141],[1832,3143],[1783,3168],[1743,3152],[1680,3181],[1638,3206],[1592,3234],[1575,3251],[1562,3293],[1512,3333],[1442,3328]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/090-map-6.04-old-town-cistern.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/091-map-6.04-old-town-cistern-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":4023,"mapParent":{"id":"643"},"grid":{"type":"square","size":145,"offsetX":61,"offsetY":-43,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/094-map-6.05-royal-grotto-tiered-garden.webp"},"imageType":"map","title":"Map 6.05: Royal Grotto Tiered Garden","width":3000,"height":1792,"grid":{"type":"square","size":66,"offsetX":21,"offsetY":41},"id":"567"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/095-map-6.06-royal-grotto.webp"},"imageType":"map","title":"Map 6.06: Royal Grotto","width":3000,"height":1245,"grid":{"type":"square","size":95,"offsetX":-11,"offsetY":-51,"scale":2},"id":"64e"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/101-map-6.07-st-vitruvios.webp"},"imageType":"map","title":"Map 6.07: Saint Vitruvio's Cathedral","width":3000,"height":4082,"id":"644","grid":{"type":"square","size":176,"offsetX":69,"offsetY":3,"scale":3},"mapRegions":[{"area":"48f","points":[[560,707],[560,1177],[1015,1177],[1015,707]]},{"area":"48f","points":[[1966,705],[1966,1164],[2419,1164],[2419,705]]},{"area":"492","points":[[781,1594],[154,1594],[154,1674],[86,1749],[57,1817],[40,1878],[38,1933],[42,1994],[48,2051],[82,2103],[101,2145],[135,2177],[154,2202],[154,2282],[781,2282]]},{"area":"492","points":[[2198,2284],[2825,2284],[2825,2196],[2857,2171],[2888,2143],[2903,2112],[2924,2074],[2935,2048],[2945,1992],[2949,1937],[2945,1878],[2933,1827],[2918,1787],[2903,1762],[2869,1718],[2848,1699],[2827,1672],[2827,1594],[2198,1594]]},{"area":"490","points":[[619,2585],[619,2935],[1131,2935],[1131,2585]]},{"area":"491","points":[[1844,2585],[1844,2933],[2364,2933],[2364,2585]]},{"area":"48f","points":[[1964,2945],[1964,3402],[2423,3402],[2423,2945]]},{"area":"48f","points":[[562,2943],[562,3411],[1019,3411],[1019,2943]]},{"area":"4b3","points":[[1179,2147],[1179,2394],[1859,2394],[1859,2147]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/101-map-6.07-st-vitruvios.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/102-map-6.07-st-vitruvios-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":4082,"mapParent":{"id":"644"},"grid":{"type":"square","size":176,"offsetX":69,"offsetY":3,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/104-map-6.08-cathedral-catacombs.webp"},"imageType":"map","title":"Map 6.08: Saint Vitruvio's Cathedral Catacombs","width":3000,"height":1973,"id":"645","grid":{"type":"square","size":132,"offsetX":-6,"offsetY":21,"scale":4},"mapRegions":[{"area":"49e","points":[[720,466],[720,608],[709,625],[693,633],[658,629],[624,663],[593,632],[559,632],[529,662],[494,627],[460,627],[425,662],[393,630],[353,630],[341,619],[332,608],[332,566],[298,566],[262,636],[231,566],[167,536],[231,502],[262,436],[298,506],[329,506],[335,500],[334,465],[340,449],[356,436],[398,436],[398,408],[408,398],[408,366],[333,366],[333,305],[396,305],[396,238],[459,238],[459,305],[525,305],[525,366],[444,366],[444,405],[458,405],[458,433],[496,433],[525,404],[560,439],[595,439],[629,405],[659,435],[700,435],[712,445],[716,456]]},{"area":"4a3","points":[[824,397],[795,383],[772,366],[752,347],[733,313],[727,274],[734,235],[746,200],[770,172],[795,154],[833,140],[864,140],[895,146],[925,161],[947,179],[967,200],[978,226],[986,252],[988,279],[980,307],[968,333],[949,360],[928,376],[906,388],[876,401],[848,403]]},{"area":"4a4","points":[[1123,141],[1123,528],[1512,528],[1512,141]]},{"area":"4a6","points":[[1900,242],[2010,242],[2010,176],[2136,176],[2136,242],[2170,242],[2170,300],[2140,300],[2140,365],[2011,365],[2011,301],[1900,301],[1887,289],[1880,267],[1888,253]]},{"area":"4a0","points":[[1941,628],[1976,628],[2012,664],[2044,628],[2076,628],[2110,662],[2140,628],[2175,628],[2209,662],[2240,628],[2279,628],[2292,621],[2301,607],[2304,565],[2342,565],[2342,604],[2370,632],[2401,607],[2401,566],[2444,566],[2467,534],[2446,504],[2404,504],[2404,462],[2374,443],[2345,464],[2345,501],[2303,501],[2303,462],[2293,447],[2278,438],[2235,438],[2206,409],[2176,439],[2142,439],[2108,405],[2076,437],[2039,437],[2008,406],[1977,437],[1940,437],[1926,447],[1915,461],[1915,603],[1916,614],[1922,623]]},{"area":"4a8","points":[[1191,801],[1204,777],[1220,745],[1243,724],[1279,709],[1303,701],[1340,701],[1373,714],[1406,735],[1434,771],[1446,816],[1443,870],[1418,908],[1385,939],[1347,954],[1305,961],[1261,947],[1230,924],[1206,896],[1191,863],[1185,832]]},{"area":"4ab","points":[[1159,1123],[1172,1094],[1186,1065],[1212,1038],[1246,1017],[1280,1002],[1315,995],[1354,1000],[1393,1016],[1423,1035],[1451,1066],[1464,1094],[1477,1129],[1477,1194],[1461,1225],[1441,1260],[1417,1286],[1379,1310],[1335,1320],[1298,1320],[1250,1308],[1207,1280],[1183,1247],[1167,1214],[1156,1189]]},{"area":"4a1","points":[[1684,801],[1818,801],[1854,807],[1881,816],[1907,842],[1933,880],[1941,926],[1938,969],[1915,1004],[1888,1031],[1848,1051],[1817,1057],[1684,1057],[1684,1025],[1582,1025],[1552,995],[1580,967],[1684,967],[1684,894],[1581,894],[1550,863],[1582,831],[1684,831]]},{"area":"49f","points":[[758,732],[725,765],[758,797],[758,832],[727,863],[758,896],[758,929],[726,961],[758,994],[758,1034],[767,1047],[783,1057],[932,1057],[943,1049],[952,1033],[952,995],[988,959],[952,930],[952,895],[984,863],[953,832],[953,795],[983,765],[951,732],[951,697],[945,680],[931,671],[787,671],[769,680],[758,696]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/104-map-6.08-cathedral-catacombs.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/105-map-6.08-cathedral-catacombs-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":1973,"mapParent":{"id":"645"},"grid":{"type":"square","size":132,"offsetX":-6,"offsetY":21,"scale":4}}]},{"name":"Ch. 8: Faction Strongholds","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/109-map-7.01-camp-dawn.webp"},"imageType":"map","title":"Map 7.01: Camp Dawn","width":3000,"height":4308,"id":"646","grid":{"type":"square","size":111,"offsetX":26,"offsetY":-6,"distance":10},"mapRegions":[{"area":"4ca","points":[[453,998],[453,1120],[585,1120],[585,998]]},{"area":"4ca","points":[[1351,995],[1351,1120],[1484,1120],[1484,995]]},{"area":"4ca","points":[[1696,995],[1696,1122],[1824,1122],[1824,995]]},{"area":"4ca","points":[[2571,985],[2571,1113],[2709,1113],[2709,985]]},{"area":"4ca","points":[[2582,2087],[2582,2211],[2713,2211],[2713,2087]]},{"area":"4ca","points":[[451,2084],[451,2213],[585,2213],[585,2084]]},{"area":"4ca","points":[[453,2418],[453,2547],[584,2547],[584,2418]]},{"area":"4ca","points":[[2578,2416],[2578,2540],[2715,2540],[2715,2416]]},{"area":"4ca","points":[[453,3515],[453,3642],[585,3642],[585,3515]]},{"area":"4ca","points":[[1355,3515],[1355,3645],[1493,3645],[1493,3515]]},{"area":"4ca","points":[[1696,3513],[1696,3645],[1827,3645],[1827,3513]]},{"area":"4ca","points":[[2569,3502],[2569,3635],[2707,3635],[2707,3502]]},{"area":"4c9","points":[[877,3043],[877,3187],[1070,3187],[1070,3043]]},{"area":"4cb","points":[[916,3325],[919,3299],[920,3266],[929,3244],[951,3226],[969,3206],[1003,3199],[1037,3201],[1076,3213],[1103,3240],[1119,3271],[1126,3311],[1116,3355],[1077,3387],[1032,3401],[992,3397],[959,3382],[928,3346]]},{"area":"4c9","points":[[1848,3346],[1848,3539],[1994,3539],[1994,3346]]},{"area":"4c9","points":[[2475,2548],[2475,2964],[2628,2964],[2628,2548]]},{"area":"4d0","points":[[1986,2532],[1986,2981],[2395,2981],[2395,2532]]},{"area":"4d1","points":[[1246,2603],[1246,3124],[1937,3124],[1937,2603]]},{"area":"4ce","points":[[1514,2377],[1514,2577],[1684,2577],[1684,2377]]},{"area":"4c9","points":[[1542,2058],[1542,2243],[1361,2243],[1361,2058]]},{"area":"4cf","points":[[1043,1760],[1043,2196],[1356,2196],[1356,1760]]},{"area":"4cf","points":[[1040,1213],[1040,1652],[1366,1652],[1366,1213]]},{"area":"4cf","points":[[1830,1219],[1830,1644],[2125,1644],[2125,1219]]},{"area":"4c9","points":[[1671,1334],[1671,1551],[1825,1551],[1825,1334]]},{"area":"4cf","points":[[1818,1754],[1818,2197],[2135,2197],[2135,1754]]},{"area":"4c9","points":[[2206,1503],[2206,1644],[2426,1644],[2426,1503]]},{"area":"4c9","points":[[2139,1650],[2139,2188],[2234,2188],[2234,1650]]},{"area":"4cc","points":[[2235,1649],[2235,2217],[2484,2217],[2484,1649]]},{"area":"4cf","points":[[767,2540],[767,2971],[1154,2971],[1154,2540]]},{"area":"4c9","points":[[587,2416],[587,2644],[726,2644],[726,2416]]},{"area":"4c9","points":[[546,1889],[546,2076],[693,2076],[693,1889]]},{"area":"4cd","points":[[666,1211],[666,1559],[923,1559],[923,1211]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/109-map-7.01-camp-dawn.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/110-map-7.01-camp-dawn-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":4308,"mapParent":{"id":"646"},"grid":{"type":"square","size":111,"offsetX":26,"offsetY":-6,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/113-map-7.02-theives-throne-room.webp"},"imageType":"map","title":"Map 7.02: The Under Tavern","width":3000,"height":7320,"id":"647","grid":{"type":"square","size":122,"offsetX":-35,"offsetY":-42,"scale":2},"mapRegions":[{"area":"4ef","points":[[1087,598],[1087,713],[2542,713],[2542,598]]},{"area":"4ed","points":[[1520,1320],[1540,1267],[1578,1215],[1635,1173],[1716,1136],[1796,1144],[1840,1167],[1911,1202],[1955,1260],[1985,1329],[1998,1407],[1967,1467],[1922,1544],[1865,1587],[1809,1609],[1733,1618],[1627,1593],[1562,1529],[1509,1442],[1505,1384]]},{"area":"4fb","points":[[2295,1207],[2295,1560],[2655,1560],[2655,1207]]},{"area":"4da","points":[[356,2122],[356,2349],[684,2349],[684,2122]]},{"area":"4e6","points":[[1393,1876],[1393,1931],[1335,1989],[1393,2049],[1393,2113],[1328,2178],[1393,2237],[1393,2289],[1326,2356],[1393,2421],[1393,2467],[2105,2467],[2105,2418],[2167,2356],[2115,2304],[2115,2236],[2171,2180],[2107,2116],[2107,2051],[2169,1989],[2110,1930],[2110,1876]]},{"area":"4df","points":[[1693,2605],[1693,2716],[2295,2716],[2295,2605]]},{"area":"4db","points":[[1089,2735],[1145,2735],[1145,2655],[1198,2602],[1257,2661],[1257,2735],[1556,2735],[1556,2847],[2415,2847],[2415,3324],[1089,3324]]},{"area":"50b","points":[[1702,4198],[1702,4342],[2345,4342],[2345,4198]]},{"area":"505","points":[[791,4707],[791,6047],[2082,6047],[2082,4707]]},{"area":"50a","points":[[2600,5856],[2600,5218],[2231,5218],[2231,5856]]},{"area":"510","points":[[482,6127],[482,6702],[1107,6702],[1107,6127]]},{"area":"50f","points":[[1255,6133],[1255,6504],[2015,6504],[2015,6133]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/113-map-7.02-theives-throne-room.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/114-map-7.02-theives-throne-room-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":7320,"mapParent":{"id":"647"},"grid":{"type":"square","size":122,"offsetX":-35,"offsetY":-42,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/118-map-7.03-garrison.webp"},"imageType":"map","title":"Map 7.03: Drakkenheim Garrison","width":3000,"height":2388,"id":"648","grid":{"type":"square","size":108,"offsetX":40,"offsetY":23,"distance":10},"mapRegions":[{"area":"522","points":[[1438,836],[1438,1047],[1765,1047],[1765,836]]},{"area":"51d","points":[[1347,1204],[1347,1315],[1771,1315],[1771,1204]]},{"area":"524","points":[[804,782],[844,673],[909,605],[1013,575],[1105,598],[1160,638],[1200,689],[1215,776],[1207,827],[1184,887],[1138,940],[1062,973],[993,978],[907,958],[844,893],[818,838]]},{"area":"521","points":[[905,1640],[905,1855],[1118,1855],[1118,1640]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/118-map-7.03-garrison.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/119-map-7.03-garrison-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":2388,"mapParent":{"id":"648"},"grid":{"type":"square","size":108,"offsetX":40,"offsetY":23,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/126-map-7.04-saint-selenas.webp"},"imageType":"map","title":"Map 7.04: Saint Selina's Monastery","width":3000,"height":2197,"id":"649","grid":{"type":"square","size":72,"offsetX":37,"offsetY":-23,"distance":10},"mapRegions":[{"area":"57c","points":[[862,1762],[889,1678],[911,1629],[971,1576],[1027,1538],[1124,1522],[1205,1542],[1271,1584],[1331,1656],[1364,1747],[1356,1851],[1307,1935],[1225,1993],[1125,2011],[1015,1993],[949,1940],[882,1847]]},{"area":"574","points":[[840,782],[840,1344],[1395,1344],[1395,782]]},{"area":"574","points":[[1767,913],[1767,1627],[2471,1627],[2471,913]]},{"area":"57a","points":[[1538,484],[1538,775],[1835,775],[1835,484]]},{"area":"579","points":[[1904,562],[1904,758],[2404,758],[2404,562]]},{"area":"578","points":[[1613,1769],[2045,1769],[2045,1838],[2191,1838],[2191,1769],[2624,1769],[2484,1629],[1764,1629]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/126-map-7.04-saint-selenas.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/127-map-7.04-saint-selenas-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":2105,"mapParent":{"id":"649","autoScale":true},"grid":{"type":"square","size":70,"offsetX":36,"offsetY":-19,"distance":10}}]},{"name":"Ch. 9: Castle Drakken","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/130-map-8.01-castle-drakken.webp"},"imageType":"map","title":"Map 8.01: Castle Drakken","width":3000,"height":1953,"id":"64a","grid":{"type":"none"},"mapRegions":[{"area":"595","points":[[795,1284],[795,1453],[1000,1453],[1000,1284]]},{"area":"5a2","points":[[887,965],[887,1064],[987,1064],[987,965]]},{"area":"597","points":[[1222,1080],[1222,1153],[1298,1153],[1298,1080]]},{"area":"5a0","points":[[1127,864],[1127,973],[1207,973],[1207,864]]},{"area":"59f","points":[[1200,744],[1200,825],[1338,825],[1338,744]]},{"area":"5a1","points":[[1073,593],[1073,680],[1160,680],[1160,593]]},{"area":"5a9","points":[[1765,333],[1765,429],[1867,429],[1867,333]]},{"area":"5ab","points":[[1784,682],[1784,745],[1864,745],[1864,682]]},{"area":"5a4","points":[[1595,753],[1595,811],[1653,811],[1653,753]]},{"area":"5a3","points":[[1609,913],[1609,985],[1680,985],[1680,913]]},{"area":"59e","points":[[1509,1040],[1509,1098],[1436,1098],[1436,1040]]},{"area":"5aa","points":[[2129,985],[2129,1078],[2027,1078],[2027,985]]},{"area":"596","points":[[1720,1242],[1720,1331],[1804,1331],[1804,1242]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/130-map-8.01-castle-drakken.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/131-map-8.01-castle-drakken-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":1953,"mapParent":{"id":"64a"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/134-map-8.02-castle-drakken-towers.webp"},"imageType":"map","title":"Map 8.02: Castle Drakken Towers","width":3000,"height":5910,"id":"64b","grid":{"type":"square","size":220,"offsetX":76,"offsetY":88,"scale":4},"mapRegions":[{"area":"5dc","points":[[287,1125],[293,1051],[365,960],[438,924],[522,916],[605,929],[680,1000],[716,1080],[713,1215],[631,1305],[558,1342],[447,1342],[349,1265],[307,1202]]},{"area":"5f0","points":[[895,1184],[895,1396],[1115,1396],[1115,1184]]},{"area":"5f7","points":[[1233,1185],[1233,1402],[1449,1402],[1449,1185]]},{"area":"5f1","points":[[1065,855],[1065,1176],[1442,1176],[1442,855]]},{"area":"5f3","points":[[902,860],[902,1064],[1055,1064],[1055,860]]},{"area":"5e1","points":[[2169,580],[2200,476],[2245,404],[2360,358],[2458,375],[2544,442],[2598,516],[2587,645],[2553,718],[2451,773],[2351,795],[2245,742],[2180,656]]},{"area":"5db","points":[[1624,1133],[1651,1042],[1715,945],[1805,916],[1893,920],[1976,975],[2040,1044],[2047,1171],[1980,1284],[1860,1344],[1733,1320],[1642,1233],[1625,1175]]},{"area":"5e6","points":[[2165,1684],[2191,1604],[2242,1524],[2285,1487],[2378,1458],[2451,1471],[2520,1511],[2591,1591],[2595,1702],[2547,1825],[2456,1884],[2347,1896],[2273,1864],[2195,1782]]},{"area":"5e1","points":[[2175,2391],[2235,2256],[2324,2180],[2467,2178],[2553,2233],[2611,2336],[2607,2447],[2538,2558],[2427,2602],[2287,2593],[2200,2502]]},{"area":"5d9","points":[[1616,2953],[1682,2802],[1802,2745],[1909,2751],[1993,2800],[2051,2896],[2044,3016],[1989,3107],[1880,3167],[1727,3151],[1638,3069]]},{"area":"5e6","points":[[2173,3511],[2202,3404],[2280,3322],[2376,3298],[2480,3320],[2555,3371],[2620,3495],[2602,3595],[2518,3687],[2424,3735],[2265,3705],[2195,3609]]},{"area":"5f1","points":[[842,2622],[842,2891],[1496,2891],[1496,2622]]},{"area":"5f0","points":[[836,3013],[836,3282],[1056,3282],[1056,3013]]},{"area":"5df","points":[[285,2955],[311,2847],[398,2765],[482,2738],[573,2744],[662,2795],[711,2893],[720,2989],[651,3107],[551,3162],[442,3158],[333,3093],[291,3000]]},{"area":"5de","points":[[291,4740],[320,4629],[398,4558],[524,4531],[638,4567],[702,4651],[733,4762],[696,4860],[591,4949],[471,4956],[338,4878],[300,4807]]},{"area":"5f5","points":[[1064,4411],[1064,4685],[1291,4685],[1291,4411]]},{"area":"5f2","points":[[1064,4807],[1064,5073],[1505,5073],[1505,4807]]},{"area":"5ef","points":[[845,5075],[845,4805],[1060,4805],[1060,5075]]},{"area":"5d9","points":[[1649,4680],[1685,4607],[1749,4549],[1822,4525],[1920,4535],[1987,4569],[2036,4653],[2058,4718],[2067,4787],[2027,4887],[1936,4944],[1847,4969],[1744,4945],[1662,4860],[1636,4795],[1633,4733]]},{"area":"5e4","points":[[2187,4193],[2204,4104],[2247,4031],[2329,3991],[2431,3978],[2515,4007],[2602,4082],[2622,4175],[2613,4245],[2549,4355],[2469,4405],[2353,4404],[2287,4378],[2224,4331],[2202,4256]]},{"area":"5e6","points":[[2184,5309],[2191,5249],[2231,5162],[2313,5100],[2405,5078],[2491,5111],[2576,5173],[2607,5249],[2620,5327],[2578,5435],[2496,5500],[2416,5527],[2300,5502],[2231,5438],[2196,5371]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/134-map-8.02-castle-drakken-towers.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/135-map-8.02-castle-drakken-towers-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":5910,"mapParent":{"id":"64b"},"grid":{"type":"square","size":220,"offsetX":76,"offsetY":88,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/137-map-8.03-castle-drakken-main.webp"},"imageType":"map","title":"Map 8.03: Castle Drakken Main Level","width":3000,"height":3792,"id":"64c","grid":{"type":"square","size":146,"offsetX":-24,"offsetY":-4,"scale":3},"mapRegions":[{"area":"5fd","points":[[777,448],[777,1116],[1638,1116],[1638,448]]},{"area":"5d9","points":[[1598,1217],[1598,1611],[1992,1611],[1992,1217]]},{"area":"5dc","points":[[436,1215],[436,1615],[819,1615],[819,1215]]},{"area":"5d8","points":[[922,1219],[922,1611],[1499,1611],[1499,1219]]},{"area":"5e1","points":[[2084,735],[2084,1122],[2469,1122],[2469,735]]},{"area":"5e6","points":[[2076,1701],[2076,2088],[2474,2088],[2474,1701]]},{"area":"5f2","points":[[678,1705],[678,2038],[1059,2038],[1059,1705]]},{"area":"5c9","points":[[674,2046],[674,2331],[1055,2331],[1055,2046]]},{"area":"5c7","points":[[674,2341],[674,2762],[1055,2762],[1055,2341]]},{"area":"5c4","points":[[1072,1619],[1072,2766],[1352,2766],[1352,1619]]},{"area":"5ca","points":[[1354,1709],[1354,2771],[1737,2771],[1737,1709]]},{"area":"5b4","points":[[1021,2777],[1021,3053],[1392,3053],[1392,2777]]},{"area":"5b5","points":[[916,3067],[916,3248],[1105,3248],[1105,3067]]},{"area":"5b5","points":[[1299,3246],[1299,3072],[1501,3072],[1501,3246]]},{"area":"5b0","points":[[952,3503],[952,3623],[1474,3623],[1474,3503]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/137-map-8.03-castle-drakken-main.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/138-map-8.03-castle-drakken-main-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3970,"mapParent":{"id":"64c","autoScale":true},"grid":{"type":"square","size":167,"offsetX":36,"offsetY":-15,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/139-map-8.04-castle-drakken-dungeons.webp"},"imageType":"map","title":"Map 8.04: Castle Drakken Dungeon","width":3000,"height":4172,"id":"64d","grid":{"type":"square","size":107,"offsetX":-11,"offsetY":-9,"scale":2},"mapRegions":[{"area":"60b","points":[[425,577],[425,789],[739,789],[739,577]]},{"area":"60e","points":[[1339,581],[1360,514],[1434,482],[1480,484],[1541,537],[1549,581]]},{"area":"60c","points":[[909,587],[909,1326],[1973,1326],[1973,587]]},{"area":"60a","points":[[583,1642],[606,1560],[651,1503],[707,1457],[787,1448],[869,1455],[952,1503],[983,1543],[983,1760],[916,1825],[838,1851],[752,1846],[648,1796],[589,1703]]},{"area":"609","points":[[992,1541],[992,1758],[1899,1758],[1899,1541]]},{"area":"607","points":[[1909,1547],[1956,1488],[2025,1453],[2126,1446],[2206,1467],[2274,1531],[2305,1617],[2303,1705],[2246,1806],[2160,1855],[2061,1857],[1975,1821],[1909,1758]]},{"area":"5e5","points":[[2415,1017],[2520,1017],[2520,913],[2728,913],[2728,1011],[2840,1011],[2840,1224],[2733,1224],[2733,1323],[2415,1323]]},{"area":"5cf","points":[[1707,1976],[1707,2395],[2029,2395],[2029,1976]]},{"area":"5ce","points":[[1493,2821],[1493,2189],[1290,2189],[1290,2821]]},{"area":"5cd","points":[[850,1978],[850,2824],[1274,2824],[1274,1978]]},{"area":"5d0","points":[[1822,2522],[1822,3144],[2029,3144],[2029,2522]]},{"area":"5d1","points":[[854,2986],[854,2832],[1170,2832],[1170,2986]]},{"area":"5d2","points":[[850,3144],[850,2998],[1168,2998],[1168,3144]]},{"area":"5d6","points":[[355,2451],[355,2661],[587,2661],[587,2451]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoDk/thumbnail/139-map-8.04-castle-drakken-dungeons.webp"},"page":"adventure.html","source":"DoDk","hash":"dodk"},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/140-map-8.04-castle-drakken-dungeons-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":4172,"mapParent":{"id":"64d"},"grid":{"type":"square","size":107,"offsetX":-11,"offsetY":-9,"scale":2}}]},{"name":"App. E: The World of Drakkenheim","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/180-14-002.map.webp"},"width":1700,"height":2192,"imageType":"map","title":"Realms of the Continent","grid":{"type":"none","size":128,"scale":4,"distance":25,"units":"kilometers"},"id":"64f"}]},{"name":"Poster Map: City of Drakkenheim","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoDk/189-map-0.01-drakkenheim.webp"},"imageType":"map","title":"Map 0.01: Drakkenheim: City Map","width":5000,"height":5000,"id":"72b","grid":{"type":"none","size":111,"distance":500}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/190-map-0.01-drakkenheim-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":5000,"height":5000,"mapParent":{"id":"72b"},"grid":{"type":"none","size":111,"distance":500}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/191-map-0.01-drakkenheim-delrium.webp"},"imageType":"map","title":"Map 0.01: Drakkenheim: Deep Haze Map","width":5000,"height":5000,"id":"72c","grid":{"type":"none","size":111,"distance":500}},{"type":"image","href":{"type":"internal","path":"adventure/DoDk/192-map-0.01-drakkenheim-delrium-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":5000,"height":5000,"mapParent":{"id":"72c"},"grid":{"type":"none","size":111,"distance":500}}]}]},"DitLCoT":{"id":"DitLCoT","name":"Descent into the Lost Caverns of Tsojcanth","source":"DitLCoT","prop":"adventure","chapters":[{"name":"Descent into the Lost Caverns of Tsojcanth","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DitLCoT/002-map-0.01-lesser-caverns.webp"},"imageType":"map","title":"Map 1.1: Lesser Caverns","credit":"Mike Schley","width":4096,"height":5301,"id":"05e","grid":{"type":"square","size":225,"offsetX":52,"offsetY":-23,"scale":2,"distance":10},"mapRegions":[{"area":"03f","points":[[254,544],[267,504],[283,491],[299,459],[319,426],[346,417],[377,410],[403,417],[431,433],[449,444],[454,463],[483,456],[501,436],[523,424],[531,397],[559,390],[574,367],[609,349],[643,337],[664,323],[673,304],[699,296],[730,296],[747,307],[767,316],[777,337],[771,354],[777,377],[796,386],[817,401],[841,410],[870,414],[887,401],[914,391],[940,389],[971,394],[997,403],[1009,416],[981,480],[983,527],[973,544],[953,563],[944,583],[947,603],[954,630],[951,660],[951,681],[969,729],[970,746],[954,770],[946,784],[944,811],[954,821],[973,849],[1010,921],[990,1051],[953,1076],[920,1086],[876,1076],[870,1061],[847,1059],[816,1060],[776,1057],[753,1047],[711,1053],[700,1066],[673,1066],[659,1053],[631,1049],[603,1034],[581,1003],[576,991],[541,994],[526,1009],[489,1007],[469,1003],[380,980],[343,971],[323,940],[316,894],[290,881],[279,849],[269,814],[247,799],[223,756],[224,716],[246,701],[260,679],[270,667],[270,640],[267,620],[263,599],[254,573]]},{"area":"043","points":[[1106,419],[1150,410],[1161,394],[1207,384],[1237,370],[1259,383],[1261,421],[1284,439],[1314,450],[1344,439],[1366,433],[1380,460],[1404,471],[1423,483],[1427,519],[1451,526],[1473,527],[1494,549],[1480,573],[1487,594],[1510,596],[1523,623],[1536,641],[1529,683],[1546,707],[1549,731],[1524,741],[1523,757],[1511,799],[1513,813],[1516,833],[1507,844],[1473,851],[1454,844],[1439,860],[1419,877],[1409,901],[1386,916],[1370,927],[1333,939],[1319,943],[1293,940],[1267,944],[1261,963],[1240,979],[1231,1000],[1191,1014],[1153,1013],[1169,960],[1190,909],[1209,856],[1220,843],[1247,841],[1266,830],[1271,806],[1293,783],[1320,784],[1350,766],[1366,751],[1330,744],[1310,740],[1256,740],[1230,739],[1219,774],[1156,781],[1104,771],[1111,724],[1067,701],[1047,674],[1076,611],[1110,577],[1161,587],[1216,606],[1243,594],[1237,566],[1267,563],[1247,541],[1230,516],[1189,520],[1159,514],[1150,500]]},{"area":"048","points":[[1364,1466],[1399,1433],[1461,1409],[1487,1409],[1517,1400],[1569,1391],[1606,1390],[1626,1416],[1657,1434],[1661,1463],[1689,1471],[1697,1510],[1707,1551],[1727,1569],[1739,1590],[1733,1613],[1719,1621],[1710,1640],[1714,1660],[1723,1680],[1717,1707],[1703,1720],[1669,1731],[1643,1740],[1583,1721],[1570,1703],[1543,1699],[1524,1694],[1494,1693],[1467,1687],[1449,1664],[1421,1656],[1406,1663],[1379,1650],[1361,1639],[1301,1614],[1301,1593],[1311,1576],[1307,1523],[1324,1503],[1346,1500],[1359,1484]]},{"area":"03b","points":[[431,1871],[447,1899],[494,1910],[510,1924],[529,1950],[561,1951],[616,1954],[656,1949],[706,1941],[721,1926],[764,1919],[779,1857],[756,1774],[747,1733],[714,1721],[690,1713],[666,1701],[647,1670],[596,1666],[551,1663],[511,1671],[474,1694],[443,1700],[426,1733],[416,1786],[414,1826]]},{"area":"03c","points":[[1581,2811],[1581,2797],[1574,2783],[1553,2780],[1513,2793],[1493,2791],[1483,2783],[1470,2783],[1447,2791],[1424,2804],[1390,2810],[1364,2816],[1349,2804],[1324,2794],[1310,2777],[1284,2789],[1273,2796],[1250,2810],[1253,2841],[1261,2870],[1257,2891],[1246,2906],[1256,2937],[1269,2959],[1284,2961],[1307,2953],[1329,2960],[1353,2973],[1360,2994],[1373,3000],[1390,3001],[1409,3010],[1419,3026],[1437,3036],[1480,3037],[1501,3040],[1529,3006],[1544,2983],[1554,2963],[1580,2940],[1591,2911],[1576,2887],[1571,2860],[1577,2834]]},{"area":"035","points":[[2609,2686],[2629,2694],[2664,2700],[2691,2703],[2730,2691],[2759,2590],[2759,2496],[2786,2439],[2789,2421],[2766,2410],[2746,2401],[2730,2401],[2704,2397],[2677,2389],[2613,2431],[2580,2473],[2564,2506],[2581,2526],[2593,2547],[2606,2560],[2594,2580],[2597,2610],[2593,2641],[2594,2663]]},{"area":"03a","points":[[2694,2089],[2710,2077],[2741,2073],[2773,2041],[2843,2023],[2881,2016],[2899,1999],[2940,2019],[2964,2079],[2961,2116],[2934,2134],[2951,2156],[2961,2173],[2960,2207],[2950,2233],[2909,2254],[2857,2244],[2809,2217],[2787,2204],[2769,2201],[2756,2193],[2739,2191],[2714,2167],[2697,2131]]},{"area":"038","points":[[2813,2830],[2757,2769],[2746,2723],[2739,2699],[2767,2589],[2767,2497],[2793,2437],[2797,2419],[2830,2407],[2856,2389],[2861,2341],[2883,2307],[2947,2300],[2983,2299],[3019,2300],[3057,2293],[3073,2259],[3094,2219],[3090,2194],[3091,2159],[3147,2111],[3217,2097],[3314,2129],[3403,2173],[3470,2241],[3509,2356],[3531,2413],[3539,2443],[3534,2477],[3531,2510],[3503,2524],[3501,2551],[3509,2576],[3503,2601],[3519,2634],[3517,2651],[3510,2680],[3519,2709],[3527,2727],[3529,2766],[3506,2784],[3494,2817],[3493,2841],[3491,2900],[3463,2957],[3347,2973],[3250,2953],[3209,2946],[3169,2937],[3156,2927],[3127,2937],[3110,2949],[3074,2947],[3039,2943],[3014,2926],[2966,2929],[2924,2903],[2881,2873],[2877,2826],[2844,2821]]},{"area":"026","points":[[3200,3474],[3196,3444],[3210,3416],[3230,3419],[3274,3406],[3293,3387],[3347,3380],[3369,3389],[3389,3400],[3403,3410],[3419,3426],[3440,3430],[3450,3451],[3463,3474],[3481,3496],[3493,3507],[3493,3540],[3524,3591],[3506,3603],[3471,3629],[3436,3646],[3420,3666],[3393,3676],[3354,3660],[3337,3614],[3340,3590],[3324,3570],[3301,3577],[3284,3581],[3251,3569],[3247,3543],[3223,3536],[3206,3504]]},{"area":"01c","points":[[1347,3657],[1310,3650],[1279,3646],[1263,3654],[1243,3653],[1229,3636],[1204,3641],[1166,3657],[1157,3686],[1160,3723],[1141,3750],[1150,3783],[1173,3813],[1171,3841],[1213,3849],[1229,3866],[1221,3893],[1233,3916],[1259,3931],[1277,3943],[1301,3944],[1314,3957],[1321,3971],[1351,3999],[1364,3976],[1396,3976],[1424,3957],[1423,3931],[1426,3884],[1409,3850],[1377,3839],[1371,3807],[1370,3773],[1380,3749],[1390,3720],[1391,3696],[1380,3670]]},{"area":"020","points":[[1880,4097],[2219,4097],[2219,4504],[2207,4496],[2159,4486],[2113,4450],[2104,4410],[2104,4213],[1880,4213]]},{"area":"012","points":[[1314,4491],[1319,4451],[1350,4386],[1390,4380],[1416,4366],[1471,4369],[1491,4367],[1509,4347],[1520,4327],[1589,4317],[1646,4324],[1667,4313],[1704,4311],[1741,4313],[1806,4284],[1840,4291],[1896,4310],[1933,4319],[1971,4340],[2007,4350],[2014,4383],[2021,4397],[2049,4400],[2083,4436],[2101,4460],[2153,4497],[2203,4506],[2161,4519],[2140,4533],[2116,4529],[2096,4531],[2083,4577],[2070,4613],[2060,4647],[2100,4656],[2104,4720],[2094,4754],[2046,4770],[2014,4787],[1957,4830],[1926,4833],[1906,4806],[1899,4780],[1866,4764],[1839,4761],[1730,4760],[1704,4723],[1679,4727],[1666,4749],[1644,4771],[1596,4787],[1579,4804],[1564,4823],[1517,4816],[1500,4811],[1486,4783],[1476,4764],[1446,4746],[1421,4714],[1426,4651],[1391,4613],[1387,4589],[1390,4571],[1384,4556],[1351,4537],[1336,4509]]},{"area":"016","points":[[486,4949],[449,4926],[437,4906],[427,4881],[433,4861],[453,4851],[466,4846],[476,4837],[480,4813],[491,4797],[501,4787],[493,4770],[476,4756],[454,4750],[437,4727],[437,4706],[427,4673],[406,4664],[381,4656],[363,4643],[327,4641],[286,4654],[264,4650],[256,4633],[236,4637],[214,4656],[187,4673],[179,4693],[180,4726],[166,4753],[166,4776],[160,4796],[154,4826],[164,4849],[180,4871],[183,4890],[184,4926],[199,4959],[213,4976],[229,4999],[243,5024],[267,5033],[297,5039],[317,5059],[341,5073],[356,5076],[383,5071],[420,5077],[463,5079],[491,5046],[511,5040],[553,5039],[579,5027],[541,5013],[493,4984]]},{"area":"019","points":[[200,3719],[197,3686],[173,3661],[164,3634],[177,3610],[164,3574],[176,3537],[190,3517],[209,3514],[229,3509],[247,3493],[279,3487],[306,3481],[337,3491],[366,3487],[396,3496],[419,3509],[446,3503],[466,3497],[490,3484],[519,3489],[554,3499],[577,3503],[600,3500],[629,3491],[657,3489],[680,3496],[687,3510],[711,3516],[704,3539],[723,3556],[740,3574],[729,3597],[716,3637],[730,3660],[749,3681],[757,3700],[757,3726],[756,3743],[757,3774],[767,3816],[771,3836],[774,3860],[766,3870],[757,3886],[764,3916],[756,3941],[740,3954],[720,3966],[704,3960],[679,3967],[654,3979],[631,3989],[614,3989],[604,4000],[617,4016],[606,4023],[556,4034],[531,4030],[507,4036],[476,4031],[456,4024],[424,4027],[416,4014],[394,3989],[387,3960],[397,3936],[430,3940],[443,3930],[460,3909],[474,3884],[457,3879],[426,3889],[399,3886],[377,3889],[351,3897],[317,3897],[319,3857],[359,3831],[383,3811],[407,3807],[426,3793],[453,3784],[480,3789],[476,3766],[444,3759],[421,3753],[386,3761],[346,3757],[309,3757],[294,3739],[270,3741],[233,3749],[213,3739]]},{"area":"04e","points":[[1741,943],[1734,924],[1743,896],[1743,869],[1731,860],[1710,869],[1683,863],[1669,837],[1676,814],[1673,787],[1653,736],[1676,711],[1699,687],[1706,660],[1714,636],[1706,610],[1709,583],[1734,570],[1753,549],[1769,506],[1781,487],[1811,480],[1826,481],[1851,460],[1871,446],[1887,416],[1906,420],[1927,443],[1947,430],[1990,413],[1999,426],[2027,439],[2036,417],[2070,403],[2116,391],[2141,401],[2174,409],[2201,409],[2253,406],[2281,403],[2293,387],[2329,380],[2364,389],[2399,380],[2431,381],[2457,400],[2476,389],[2496,369],[2510,349],[2521,376],[2533,397],[2527,413],[2533,430],[2541,443],[2530,467],[2527,494],[2524,516],[2516,534],[2499,543],[2491,557],[2490,596],[2506,611],[2499,631],[2484,647],[2469,673],[2451,681],[2437,687],[2430,716],[2439,740],[2433,763],[2434,779],[2420,804],[2423,826],[2430,844],[2429,861],[2416,884],[2391,896],[2377,907],[2371,929],[2374,949],[2353,971],[2327,984],[2306,994],[2287,994],[2264,1016],[2226,1026],[2191,1029],[2176,1036],[2173,1059],[2151,1067],[2109,1067],[2081,1059],[2027,1056],[1991,1057],[1967,1064],[1953,1081],[1931,1091],[1899,1100],[1881,1110],[1851,1129],[1806,1136],[1727,1110],[1683,1086],[1673,1041],[1701,1029],[1730,984],[1736,967]]},{"area":"057","points":[[3116,869],[3129,830],[3150,819],[3161,789],[3171,756],[3194,721],[3217,696],[3227,653],[3226,616],[3214,596],[3214,564],[3233,539],[3237,507],[3243,476],[3230,437],[3214,406],[3189,411],[3160,421],[3140,421],[3116,400],[3089,403],[3076,390],[3044,374],[3017,373],[2971,379],[2954,386],[2921,396],[2881,400],[2856,411],[2827,436],[2817,451],[2823,477],[2800,490],[2776,503],[2746,513],[2726,534],[2713,557],[2690,566],[2674,583],[2671,616],[2656,634],[2630,660],[2627,683],[2614,699],[2591,721],[2589,751],[2594,771],[2594,799],[2594,824],[2613,850],[2604,881],[2607,919],[2610,951],[2623,967],[2637,993],[2656,999],[2669,1017],[2671,1040],[2679,1054],[2684,1067],[2684,1086],[2697,1101],[2719,1111],[2746,1109],[2776,1091],[2767,1061],[2769,1039],[2797,1023],[2796,989],[2783,961],[2769,933],[2773,914],[2787,901],[2807,904],[2824,893],[2844,876],[2867,871],[2884,884],[2910,879],[2949,879],[2990,889],[3000,911],[2984,939],[2994,961],[3020,991],[3089,929],[3109,903]]},{"area":"032","points":[[3299,984],[3309,1000],[3356,1017],[3381,1004],[3414,1004],[3434,1016],[3477,1016],[3507,1004],[3559,1013],[3650,1026],[3761,1031],[3807,1029],[3911,1014],[3913,960],[3901,930],[3913,889],[3919,851],[3919,834],[3909,794],[3911,783],[3931,763],[3946,737],[3951,704],[3937,684],[3911,651],[3901,620],[3894,601],[3911,583],[3924,553],[3923,527],[3894,489],[3887,469],[3883,449],[3884,430],[3886,396],[3867,373],[3837,374],[3819,363],[3810,347],[3781,337],[3744,334],[3709,334],[3683,343],[3659,351],[3619,354],[3601,344],[3584,349],[3576,351],[3554,366],[3536,387],[3516,403],[3470,416],[3436,426],[3413,449],[3394,466],[3363,473],[3349,479],[3331,499],[3331,531],[3331,563],[3339,584],[3327,617],[3323,640],[3311,661],[3317,690],[3324,736],[3336,756],[3351,773],[3344,814],[3330,841],[3317,861],[3297,871],[3281,901],[3289,931],[3280,956]]},{"area":"030","points":[[3707,2663],[3710,2627],[3700,2593],[3680,2576],[3650,2581],[3629,2581],[3639,2561],[3670,2547],[3666,2526],[3683,2473],[3686,2447],[3667,2443],[3649,2424],[3670,2414],[3701,2421],[3704,2400],[3693,2346],[3659,2340],[3650,2326],[3673,2320],[3700,2314],[3673,2290],[3657,2270],[3639,2279],[3619,2279],[3631,2264],[3654,2250],[3634,2233],[3619,2177],[3577,2159],[3587,2150],[3614,2147],[3623,2117],[3640,2090],[3639,2046],[3596,2057],[3597,2050],[3627,2029],[3620,2004],[3627,1946],[3604,1947],[3579,1944],[3591,1927],[3629,1923],[3629,1909],[3596,1896],[3597,1859],[3584,1830],[3566,1836],[3537,1833],[3553,1817],[3570,1804],[3554,1760],[3536,1723],[3537,1700],[3553,1680],[3550,1644],[3517,1607],[3500,1576],[3490,1499],[3896,1660],[3897,1687],[3903,1719],[3909,1744],[3956,1754],[3939,1763],[3919,1766],[3906,1801],[3897,1827],[3886,1849],[3889,1860],[3921,1866],[3936,1871],[3921,1880],[3893,1893],[3901,1923],[3900,1943],[3894,1976],[3923,1983],[3944,1994],[3891,2004],[3899,2034],[3909,2069],[3913,2081],[3963,2091],[3970,2101],[3930,2120],[3919,2116],[3904,2141],[3901,2179],[3896,2200],[3919,2199],[3949,2211],[3924,2223],[3897,2223],[3899,2256],[3906,2293],[3899,2314],[3934,2320],[3944,2327],[3913,2337],[3891,2340],[3881,2383],[3893,2423],[3926,2416],[3940,2424],[3923,2437],[3904,2440],[3910,2490],[3899,2520],[3896,2537],[3919,2544],[3947,2550],[3937,2559],[3906,2563],[3894,2591],[3886,2631],[3883,2666],[3893,2710],[3889,2764],[3877,2793]]},{"area":"053","points":[[2734,1749],[2712,1749],[2680,1712],[2638,1693],[2592,1675],[2578,1643],[2547,1651],[2518,1650],[2488,1642],[2427,1614],[2406,1576],[2382,1560],[2347,1550],[2350,1523],[2298,1494],[2282,1472],[2234,1472],[2195,1451],[2158,1435],[2154,1406],[2142,1350],[2107,1322],[2096,1302],[2051,1294],[2022,1293],[1998,1266],[2008,1224],[1994,1187],[2016,1174],[2048,1176],[2069,1184],[2093,1181],[2114,1160],[2147,1149],[2171,1155],[2219,1149],[2275,1134],[2302,1117],[2339,1110],[2354,1086],[2413,1078],[2443,1106],[2450,1118],[2477,1117],[2502,1139],[2514,1163],[2547,1170],[2584,1174],[2630,1182],[2666,1176],[2714,1184],[2746,1206],[2776,1211],[2802,1293],[2754,1280],[2712,1294],[2677,1280],[2637,1261],[2602,1238],[2566,1232],[2550,1248],[2522,1246],[2477,1235],[2448,1262],[2469,1293],[2483,1304],[2509,1320],[2541,1314],[2581,1315],[2589,1349],[2606,1362],[2603,1392],[2622,1413],[2646,1416],[2675,1446],[2678,1475],[2651,1480],[2621,1467],[2597,1451],[2571,1454],[2547,1459],[2512,1448],[2501,1427],[2469,1392],[2459,1403],[2445,1430],[2454,1466],[2477,1472],[2499,1504],[2507,1522],[2547,1541],[2587,1563],[2621,1566],[2646,1595],[2672,1622],[2696,1627]]},{"area":"023","points":[[2501,4442],[2514,4470],[2522,4502],[2541,4504],[2579,4506],[2622,4518],[2653,4536],[2674,4550],[2709,4542],[2707,4518],[2698,4488],[2710,4470],[2736,4443],[2739,4400],[2742,4368],[2784,4355],[2824,4339],[2850,4328],[2874,4339],[2869,4363],[2870,4398],[2875,4430],[2893,4427],[2918,4400],[2954,4387],[2982,4365],[3050,4362],[3078,4374],[3107,4382],[3114,4410],[3144,4438],[3173,4413],[3234,4422],[3254,4486],[3269,4539],[3286,4560],[3301,4685],[3280,4704],[3282,4731],[3250,4747],[3200,4755],[3149,4757],[3110,4763],[3091,4773],[3074,4786],[3024,4787],[2997,4765],[2965,4768],[2918,4766],[2902,4766],[2885,4778],[2880,4810],[2886,4822],[2856,4842],[2829,4840],[2782,4851],[2747,4859],[2706,4853],[2693,4838],[2669,4842],[2643,4853],[2637,4883],[2637,4910],[2603,4922],[2576,4918],[2542,4920],[2517,4925],[2478,4914],[2472,4891],[2490,4872],[2512,4848],[2493,4824],[2462,4830],[2435,4824],[2379,4830],[2362,4824],[2334,4821],[2346,4811],[2374,4802],[2390,4786],[2413,4787],[2448,4779],[2462,4770],[2515,4766],[2552,4776],[2573,4765],[2584,4734],[2582,4694],[2546,4675],[2523,4662],[2464,4666],[2437,4659],[2427,4619],[2432,4533],[2472,4462]]},{"area":"02e","points":[[2136,4989],[2195,4982],[2240,4992],[2280,4995],[2336,4992],[2413,4998],[2448,4984],[2510,5003],[2563,5013],[2624,4978],[2704,4982],[2734,4965],[2794,4970],[2854,4950],[2910,4941],[2986,4933],[3029,4938],[3090,4941],[3133,4941],[3181,4947],[3243,4954],[3291,4949],[3352,4931],[3411,4917],[3475,4922],[3509,4899],[3573,4870],[3618,4861],[3664,4819],[3666,4784],[3659,4758],[3702,4714],[3722,4654],[3738,4622],[3774,4581],[3787,4506],[3862,4595],[3875,4646],[3877,4693],[3838,4738],[3806,4754],[3800,4790],[3808,4829],[3797,4859],[3787,4890],[3789,4923],[3766,4944],[3750,4971],[3728,5002],[3678,5008],[3638,4998],[3618,5013],[3578,5053],[3512,5061],[3450,5059],[3376,5080],[3312,5082],[3277,5070],[3218,5083],[3170,5091],[3117,5098],[3082,5088],[3010,5090],[2970,5085],[2925,5083],[2886,5090],[2858,5072],[2795,5067],[2746,5085],[2715,5093],[2666,5099],[2629,5083],[2598,5074],[2579,5077],[2546,5085],[2480,5093],[2442,5096],[2390,5099],[2350,5088],[2275,5086],[2229,5075],[2162,5070],[2118,5074],[2091,5091],[2046,5072],[2003,5050],[1992,5005]]},{"area":"02b","points":[[3406,4475],[3394,4419],[3402,4378],[3398,4342],[3418,4298],[3402,4258],[3386,4243],[3389,4203],[3395,4178],[3429,4166],[3477,4166],[3482,4138],[3504,4118],[3528,4123],[3547,4110],[3554,4078],[3589,4054],[3618,4050],[3669,4062],[3686,4080],[3685,4101],[3710,4118],[3736,4157],[3741,4186],[3728,4224],[3725,4254],[3710,4269],[3710,4304],[3699,4318],[3701,4357],[3730,4365],[3742,4386],[3725,4424],[3702,4450],[3677,4472],[3678,4493],[3696,4509],[3690,4538],[3675,4555],[3662,4598],[3630,4624],[3598,4643],[3562,4661],[3530,4650],[3523,4627],[3496,4621],[3477,4621],[3450,4626],[3430,4613],[3414,4550],[3413,4509]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DitLCoT/thumbnail/002-map-0.01-lesser-caverns.webp"},"page":"adventure.html","source":"DitLCoT","hash":"ditlcot"},{"type":"image","href":{"type":"internal","path":"adventure/DitLCoT/003-map-0.01-lesser-caverns-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":5301,"credit":"Mike Schley","mapParent":{"id":"05e"},"grid":{"type":"square","size":225,"offsetX":52,"offsetY":-23,"scale":2,"distance":10}}]}]},"VNotEE":{"id":"VNotEE","name":"Vecna: Nest of the Eldritch Eye","source":"VNotEE","prop":"adventure","chapters":[{"name":"Vecna: Nest of the Eldritch Eye","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VNotEE/001-map-0.01-catacombs.webp"},"imageType":"map","title":"Map: Nest of the Eldritch Eye","credit":"Marco Bernardini","width":4096,"height":5301,"id":"03e","grid":{"type":"square","size":189,"offsetX":-67,"offsetY":-84,"scale":2},"mapRegions":[{"area":"01b","points":[[1006,997],[1006,1276],[1381,1276],[1381,997]]},{"area":"02a","points":[[533,1666],[533,2503],[1086,2503],[1086,1666]]},{"area":"02d","points":[[1694,2320],[1763,2279],[1864,2320],[2044,2320],[2134,2280],[2210,2320],[2210,2420],[2140,2420],[2041,2519],[1863,2519],[1755,2411],[1694,2411]]},{"area":"01f","points":[[2229,1751],[2229,2021],[2601,2021],[2601,1751]]},{"area":"017","points":[[1663,1837],[1617,1764],[1556,1700],[1519,1683],[1480,1651],[1490,1569],[1464,1541],[1494,1451],[1471,1364],[1671,1177],[1964,1177],[1997,1253],[2061,1323],[2139,1367],[2137,1657],[2067,1697],[2001,1761],[1986,1809],[1956,1837]]},{"area":"012","points":[[2901,610],[3159,606],[3204,549],[3250,579],[3279,606],[3557,621],[3557,1187],[3479,1184],[3460,1199],[3456,1227],[3431,1244],[3413,1251],[3387,1260],[3371,1284],[3333,1311],[3301,1320],[3271,1321],[3217,1317],[3186,1291],[3147,1257],[3147,1206],[3109,1174],[3096,1136],[3081,1031],[3040,1027],[2901,896]]},{"area":"015","points":[[2900,914],[3018,1032],[3004,1054],[3001,1077],[2903,1176],[2850,1230],[2799,1251],[2756,1269],[2697,1271],[2643,1276],[2584,1277],[2536,1274],[2491,1270],[2453,1250],[2427,1211],[2406,1227],[2349,1226],[2341,1149],[2400,1144],[2420,1154],[2447,1119],[2484,1089],[2670,1089],[2696,1099],[2736,1074],[2743,1037],[2783,997],[2840,949],[2879,923]]},{"area":"011","points":[[2324,266],[2331,307],[2331,351],[2337,380],[2363,400],[2400,429],[2436,433],[2477,423],[2516,423],[2567,430],[2611,424],[2663,411],[2716,417],[2767,430],[2821,420],[2879,427],[2911,443],[2934,474],[2953,497],[2987,513],[3040,534],[3071,543],[3070,593],[2904,593],[2874,547],[2841,523],[2803,521],[2740,519],[2673,533],[2630,524],[2580,529],[2514,516],[2461,513],[2400,521],[2353,523],[2307,510],[2271,480],[2236,450],[2227,393],[2231,330],[2229,266]]},{"area":"024","points":[[3506,1207],[3526,1207],[3531,1230],[3541,1260],[3550,1293],[3553,1329],[3531,1367],[3541,1401],[3560,1439],[3543,1469],[3550,1496],[3557,1527],[3556,1554],[3541,1580],[3539,1611],[3563,1627],[3570,1669],[3544,1704],[3520,1753],[3487,1600],[3509,1557],[3523,1511],[3519,1467],[3516,1414],[3497,1384],[3516,1341],[3516,1299],[3514,1266],[3511,1233]]},{"area":"026","points":[[2714,1837],[2731,1823],[2797,1819],[2881,1816],[2900,1831],[2917,1816],[3000,1813],[3069,1819],[3094,1836],[3106,1816],[3166,1804],[3234,1783],[3261,1794],[3260,1767],[3299,1741],[3369,1701],[3396,1703],[3400,1669],[3447,1616],[3467,1607],[3500,1750],[3491,1770],[3497,1800],[3460,1879],[3437,1897],[3453,1941],[3480,1996],[3506,2031],[3530,2090],[3540,2146],[3494,2153],[3446,2180],[3389,2210],[3351,2206],[3357,2113],[3344,2044],[3301,1984],[3271,1944],[3230,1961],[3119,1953],[3094,1941],[3059,1961],[2916,1960],[2904,1937],[2883,1936],[2867,1959],[2733,1957],[2714,1930]]},{"area":"028","points":[[2636,2317],[3201,2317],[3253,2306],[3286,2263],[3329,2217],[3383,2220],[3491,2166],[3601,2153],[3644,2187],[3663,2231],[3707,2303],[3730,2334],[3753,2349],[3753,2694],[2636,2694],[2611,2669],[2611,2350]]},{"area":"02f","points":[[1752,3258],[1840,3177],[2044,3165],[2110,3178],[2168,3267],[2168,3345],[2142,3348],[2143,3386],[2165,3386],[2165,3453],[2146,3453],[2146,3734],[2120,3738],[2121,3786],[2085,3817],[2027,3840],[1959,3855],[1916,3853],[1831,3825],[1785,3787],[1787,3745],[1761,3730],[1768,3686],[1769,3649],[1765,3541],[1765,3457],[1743,3457],[1739,3391],[1759,3391],[1764,3356],[1739,3356],[1739,3276]]},{"area":"036","points":[[2613,3547],[2613,4014],[3088,4014],[3088,3547],[3057,3492],[3015,3450],[2975,3418],[2921,3396],[2862,3390],[2801,3392],[2741,3412],[2694,3448],[2653,3489]]},{"area":"031","points":[[908,3835],[834,3806],[812,3755],[812,3515],[910,3453],[1196,3453],[1246,3479],[1279,3519],[1295,3559],[1295,3732],[1286,3775],[1253,3815],[1209,3835]]},{"area":"031","points":[[751,3975],[813,3925],[1067,3925],[1095,3942],[1103,3978],[1099,4039],[1099,4110],[1097,4164],[1079,4208],[1086,4258],[1085,4307],[1086,4339],[1084,4356],[1098,4377],[1098,4486],[1054,4484],[1001,4488],[933,4489],[875,4489],[813,4486],[773,4484],[743,4458],[720,4421],[708,4369],[723,4307],[723,4234],[739,4192],[697,4103],[706,4081],[728,4059],[757,4034],[748,4008]]},{"area":"039","points":[[1310,4523],[1395,4441],[1430,4461],[1446,4505],[1466,4507],[1466,4477],[1465,4453],[1484,4412],[1505,4403],[1510,4375],[1542,4352],[1577,4332],[1615,4324],[1641,4347],[1663,4386],[1726,4374],[1739,4302],[1676,4271],[1671,4228],[1686,4206],[1715,4186],[1739,4164],[1778,4132],[1815,4115],[1859,4108],[1892,4088],[1932,4072],[1982,4059],[2025,4055],[2059,4068],[2098,4085],[2123,4130],[2128,4155],[2111,4179],[2094,4204],[2057,4253],[2089,4310],[2161,4294],[2169,4250],[2217,4241],[2250,4232],[2294,4236],[2316,4257],[2365,4263],[2370,4281],[2409,4324],[2441,4394],[2445,4423],[2463,4452],[2481,4489],[2488,4528],[2506,4555],[2519,4601],[2507,4632],[2479,4652],[2455,4666],[2395,4663],[2375,4639],[2377,4609],[2312,4583],[2267,4632],[2285,4694],[2341,4688],[2364,4697],[2368,4720],[2396,4745],[2415,4760],[2453,4766],[2483,4814],[2486,4850],[2502,4876],[2526,4901],[2526,4943],[2499,4966],[2489,4995],[2449,4997],[2426,5006],[2421,5027],[2405,5044],[2360,5062],[2319,5058],[2295,5034],[2252,5041],[2222,5023],[2191,5013],[2156,5023],[2121,5026],[2088,5028],[2063,5008],[2067,4928],[2006,4897],[1959,4942],[1990,5005],[2000,5035],[1983,5054],[1952,5072],[1916,5099],[1871,5095],[1803,5092],[1765,5074],[1745,5053],[1690,5043],[1684,5025],[1635,5027],[1603,5026],[1574,5014],[1543,5005],[1520,4955],[1523,4932],[1554,4917],[1565,4903],[1566,4876],[1582,4848],[1596,4827],[1672,4803],[1676,4733],[1613,4705],[1561,4755],[1539,4774],[1501,4778],[1481,4781],[1452,4777],[1422,4781],[1394,4768],[1370,4742],[1387,4710],[1395,4681],[1386,4654],[1385,4625],[1370,4595],[1360,4578],[1335,4555],[1324,4539]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VNotEE/thumbnail/001-map-0.01-catacombs.webp"},"page":"adventure.html","source":"VNotEE","hash":"vnotee"},{"type":"image","href":{"type":"internal","path":"adventure/VNotEE/002-map-0.01-catacombs-player.webp"},"imageType":"map","title":"Player Version","width":4096,"height":5301,"credit":"Marco Bernardini","mapParent":{"id":"03e"},"grid":{"type":"square","size":189,"offsetX":-67,"offsetY":-84,"scale":2},"id":"044"}]}]},"VEoR":{"id":"VEoR","name":"Vecna: Eve of Ruin","source":"VEoR","prop":"adventure","chapters":[{"name":"Ch. 1: Return from Neverdeath Graveyard","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/010-1.01-neverdeath.webp"},"title":"Map 1.1: Neverdeath Catacombs","credit":"Dyson Logos","width":4096,"height":2784,"imageType":"map","id":"007","grid":{"type":"square","size":163,"offsetX":32,"offsetY":-30,"scale":2},"mapRegions":[{"area":"07d","points":[[597,240],[597,472],[825,472],[825,240]]},{"area":"07a","points":[[1010,617],[1010,232],[1235,232],[1235,617]]},{"area":"083","points":[[594,566],[594,714],[741,714],[741,566]]},{"area":"086","points":[[1640,651],[760,651],[760,1933],[823,1933],[823,716],[1640,716]]},{"area":"081","points":[[920,739],[920,880],[1156,880],[1156,739]]},{"area":"089","points":[[507,888],[507,1046],[665,1046],[665,888]]},{"area":"089","points":[[509,1137],[509,1282],[661,1282],[661,1137]]},{"area":"089","points":[[509,1368],[509,1531],[665,1531],[665,1368]]},{"area":"089","points":[[509,1617],[509,1773],[665,1773],[665,1617]]},{"area":"08b","points":[[848,1535],[848,1855],[1156,1855],[1156,1535]]},{"area":"070","points":[[920,975],[920,1368],[1152,1368],[1152,975]]},{"area":"06a","points":[[1246,964],[1246,1539],[1886,1539],[1886,964]]},{"area":"077","points":[[1404,400],[1404,560],[1573,560],[1573,400]]},{"area":"073","points":[[1651,152],[1651,794],[1964,794],[1964,152]]},{"area":"068","points":[[2103,1168],[2103,1341],[2343,1341],[2343,1168]]},{"area":"04f","points":[[2545,556],[2545,718],[2783,718],[2783,556]]},{"area":"04c","points":[[2794,314],[2794,472],[3023,472],[3023,314]]},{"area":"047","points":[[3120,558],[3120,716],[3272,716],[3272,558]]},{"area":"03e","points":[[3448,404],[3758,404],[3758,716],[3716,716],[3716,639],[3495,639],[3495,717],[3448,717]]},{"area":"041","points":[[3362,966],[3362,1448],[3840,1448],[3840,966]]},{"area":"045","points":[[2629,808],[3189,808],[3189,1272],[3179,1326],[3171,1398],[3189,1442],[3160,1472],[3143,1516],[3072,1541],[3029,1531],[2918,1524],[2874,1541],[2798,1522],[2760,1531],[2629,1531]]},{"area":"06e","points":[[1404,1619],[1404,1855],[1731,1855],[1731,1619]]},{"area":"08f","points":[[505,1941],[1888,1941],[1888,2183],[1943,2269],[1891,2347],[1891,2596],[505,2596],[505,2352],[463,2267],[505,2181]]},{"area":"064","points":[[2377,2181],[2377,1956],[2539,1956],[2539,2181]]},{"area":"052","points":[[2629,1785],[2629,2345],[3192,2345],[3192,1785]]},{"area":"061","points":[[2629,2427],[2629,2592],[2876,2592],[2876,2427]]},{"area":"05c","points":[[3362,2187],[3756,2187],[3758,2360],[3758,2404],[3737,2453],[3735,2522],[3785,2516],[3838,2520],[3855,2549],[3821,2577],[3789,2611],[3691,2583],[3362,2583]]},{"area":"055","points":[[3276,1777],[3276,2023],[3594,2023],[3594,1777]]},{"area":"059","points":[[3623,1781],[3842,1781],[3842,1937],[3686,1937],[3686,1853],[3623,1853]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/010-1.01-neverdeath.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/011-1.01-neverdeath-player.webp"},"title":"Player Version","width":4096,"height":2784,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"007"},"grid":{"type":"square","size":163,"offsetX":32,"offsetY":-30,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/022-1.02-dolindar-tomb.webp"},"title":"Map 1.2: Dolindar Tomb","credit":"Dyson Logos","width":4096,"height":2633,"imageType":"map","id":"008","grid":{"type":"square","size":124,"offsetX":20,"offsetY":14},"mapRegions":[{"area":"0ad","points":[[762,223],[808,139],[1137,139],[1137,634],[783,634],[762,575]]},{"area":"0b3","points":[[2139,1002],[2133,512],[2166,440],[2240,398],[2754,392],[2838,417],[2865,507],[2867,1002]]},{"area":"0af","points":[[895,1413],[859,1417],[806,1387],[743,1379],[695,1406],[659,1448],[653,1512],[672,1571],[714,1615],[758,1623],[804,1615],[851,1587],[758,1526],[747,1478],[808,1497],[895,1587],[895,1741],[1029,1741],[1069,1865],[1114,1741],[1286,1741],[1320,1867],[1364,1741],[1528,1741],[1577,1867],[1613,1741],[1779,1741],[1817,1865],[1863,1745],[2017,1745],[2069,1867],[2124,1743],[2371,1743],[2371,1261],[2118,1261],[2076,1141],[2029,1257],[1865,1257],[1823,1145],[1781,1253],[1617,1251],[1579,1152],[1533,1255],[1368,1255],[1318,1152],[1280,1259],[1107,1259],[1078,1145],[1034,1257],[895,1257]]},{"area":"0b9","points":[[2638,1383],[2638,1623],[2971,1623],[2971,1383]]},{"area":"0b6","points":[[2137,2000],[2137,2373],[2739,2373],[2739,2000]]},{"area":"0bb","points":[[3000,1992],[3800,1992],[3838,1966],[3861,1931],[3861,1143],[3842,1048],[3779,1008],[3000,1008]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/022-1.02-dolindar-tomb.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/023-1.02-dolindar-tomb-player.webp"},"title":"Player Version","width":4096,"height":2633,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"008"},"grid":{"type":"square","size":124,"offsetX":20,"offsetY":14}}]},{"name":"Ch. 2: The Wizards Three","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/028-map-2.01-the-sanctum.webp"},"imageType":"map","title":"Map 2.1: The Sanctum","credit":"Francesca Baerald","width":4000,"height":5676,"grid":{"type":"square","size":121,"offsetX":-2,"offsetY":34},"mapRegions":[{"area":"0dd","points":[[1338,1028],[2637,1034],[2871,1335],[2871,1825],[2705,2028],[2557,2163],[1452,2163],[1258,2031],[1126,1846],[1126,1329]]},{"area":"0df","points":[[351,2212],[351,2705],[846,2705],[846,2212]]},{"area":"0df","points":[[3154,2218],[3154,2680],[3628,2680],[3628,2218]]},{"area":"0df","points":[[372,2942],[372,3425],[852,3425],[852,2942]]},{"area":"0df","points":[[3148,2948],[3148,3425],[3637,3425],[3637,2948]]},{"area":"0d4","points":[[1191,3794],[1234,3889],[1234,5283],[1166,5366],[686,5366],[615,5400],[517,5366],[474,5295],[465,5243],[465,3917],[492,3849],[535,3785],[615,3757],[671,3772],[726,3794]]},{"area":"0d6","points":[[1378,3794],[2622,3794],[2668,3825],[2686,3855],[2695,3926],[2695,5258],[2683,5308],[2643,5366],[1394,5366],[1342,5348],[1308,5295],[1295,5252],[1295,4111],[1302,3972],[1305,3892],[1332,3837]]},{"area":"0da","points":[[3274,5351],[2815,5363],[2782,5314],[2763,5237],[2763,4080],[2772,3948],[2794,3858],[2834,3794],[3277,3785],[3332,3766],[3415,3754],[3498,3794],[3514,3883],[3514,5191],[3505,5289],[3468,5363],[3409,5394],[3335,5388]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/028-map-2.01-the-sanctum.webp"},"id":"537","page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/037-2.02-webs-edge.webp"},"title":"Map 2.2: Web's Edge","credit":"Dyson Logos","width":2100,"height":2850,"imageType":"map","id":"009","grid":{"type":"square","size":114,"offsetX":-13,"offsetY":-15,"scale":2},"mapRegions":[{"area":"104","points":[[225,1259],[253,1236],[295,1240],[337,1238],[392,1242],[373,1173],[354,1126],[362,1086],[343,1051],[356,1002],[339,1002],[316,985],[301,926],[282,903],[282,842],[288,815],[280,777],[280,733],[328,718],[377,726],[436,722],[495,731],[541,726],[587,716],[606,749],[619,777],[619,895],[585,901],[562,920],[539,960],[547,1006],[552,1034],[564,1072],[613,1067],[655,1082],[686,1097],[718,1143],[722,1171],[718,1229],[733,1257],[739,1295],[739,1412],[716,1440],[686,1463],[684,1509],[632,1514],[617,1539],[613,1566],[606,1581],[577,1587],[558,1621],[564,1657],[560,1695],[541,1709],[539,1733],[541,1754],[533,1785],[552,1827],[482,1899],[448,1909],[396,1771],[396,1720],[406,1699],[396,1623],[383,1573],[408,1560],[423,1499],[392,1463],[362,1442],[316,1446],[312,1389],[284,1368],[225,1349]]},{"area":"107","points":[[425,1905],[368,1777],[331,1777],[326,1739],[307,1712],[299,1676],[263,1657],[206,1651],[177,1665],[141,1680],[105,1686],[88,1709],[105,1745],[95,1785],[95,1821],[95,1884],[103,1935],[95,1966],[122,2004],[160,2038],[204,2057],[234,2061],[267,2065],[305,2040],[326,2029],[328,1975],[335,1933],[339,1909],[379,1916],[400,1914]]},{"area":"114","points":[[458,2181],[427,2186],[370,2178],[334,2166],[302,2149],[266,2160],[242,2174],[234,2190],[205,2198],[179,2202],[166,2222],[166,2269],[194,2291],[198,2331],[163,2384],[285,2384],[285,2443],[587,2443],[587,2514],[605,2491],[627,2453],[622,2422],[614,2379],[589,2350],[557,2341],[526,2342],[518,2320],[542,2310],[539,2293],[541,2264]]},{"area":"117","points":[[158,2394],[272,2394],[272,2462],[192,2542],[163,2528],[136,2474],[142,2437],[147,2416]]},{"area":"11b","points":[[205,2549],[298,2454],[334,2454],[312,2616],[269,2608],[240,2558]]},{"area":"11e","points":[[331,2616],[347,2470],[461,2462],[464,2613],[434,2616],[405,2600],[378,2605],[355,2618]]},{"area":"120","points":[[475,2602],[469,2467],[576,2464],[573,2526],[566,2558],[546,2579],[520,2597],[498,2606]]},{"area":"111","points":[[493,1916],[570,1826],[587,1861],[616,1873],[644,1869],[649,1843],[647,1824],[669,1786],[700,1766],[741,1769],[789,1760],[853,1771],[867,1876],[844,1890],[849,1920],[846,1984],[847,2013],[830,2033],[829,2060],[840,2083],[826,2113],[841,2161],[811,2151],[780,2150],[741,2163],[730,2179],[724,2197],[696,2214],[679,2226],[650,2216],[623,2217],[597,2223],[570,2260],[467,2164],[449,2134],[453,2103],[471,2076],[506,2044],[524,2001],[564,1994],[601,1986],[610,1971],[590,1954],[566,1949],[541,1937],[520,1937],[506,1927]]},{"area":"12e","points":[[881,1874],[860,1761],[907,1740],[944,1747],[979,1761],[1020,1769],[1053,1759],[1094,1764],[1154,1753],[1221,1766],[1259,1750],[1270,1891],[1230,1866],[1196,1871],[1134,1869],[1103,1883],[1086,1901],[1087,1926],[1076,1943],[1067,1981],[1010,1976],[1003,1943],[993,1900],[967,1874],[931,1874],[900,1870]]},{"area":"129","points":[[1013,1984],[1073,1991],[1126,1990],[1163,2003],[1174,2024],[1206,2057],[1220,2090],[1220,2114],[1239,2141],[1237,2184],[1219,2214],[1199,2254],[1171,2259],[1159,2281],[1159,2321],[1149,2340],[1137,2367],[1129,2390],[1073,2393],[1080,2443],[1189,2443],[1189,2500],[1131,2500],[1131,2560],[903,2560],[903,2450],[1019,2450],[1019,2393],[979,2384],[954,2347],[921,2323],[903,2266],[889,2209],[906,2164],[909,2101],[906,2057],[921,2020],[959,1993],[987,1986]]},{"area":"130","points":[[1269,1917],[1286,1896],[1269,1736],[1277,1681],[1271,1634],[1270,1599],[1293,1577],[1337,1566],[1384,1576],[1421,1559],[1447,1529],[1454,1480],[1456,1470],[1491,1450],[1519,1457],[1550,1451],[1564,1413],[1557,1383],[1573,1341],[1556,1316],[1523,1307],[1494,1299],[1496,1194],[1524,1194],[1563,1187],[1583,1159],[1571,1096],[1549,1051],[1534,1026],[1536,989],[1583,919],[1583,874],[1610,859],[1637,831],[1639,786],[1701,716],[1711,673],[1707,614],[1693,576],[1697,554],[1714,537],[1706,476],[1693,437],[1707,427],[1740,420],[1763,403],[1781,374],[1809,364],[1830,356],[1859,370],[1910,361],[1939,366],[1946,394],[1954,431],[1973,457],[1990,534],[1981,580],[1973,614],[1969,657],[1983,689],[1986,729],[1969,763],[1974,817],[1976,836],[1956,863],[1957,901],[1979,917],[1964,979],[1970,1016],[1989,1067],[1979,1094],[1961,1134],[1963,1179],[1959,1216],[1960,1273],[1967,1326],[1954,1369],[1964,1429],[1947,1466],[1933,1510],[1931,1551],[1947,1570],[1937,1606],[1927,1647],[1931,1690],[1941,1709],[1930,1749],[1929,1771],[1943,1813],[1913,1847],[1910,1886],[1913,1930],[1929,1960],[1930,2004],[1910,2039],[1909,2080],[1907,2096],[1889,2129],[1884,2170],[1873,2191],[1823,2201],[1789,2199],[1767,2213],[1744,2233],[1734,2249],[1699,2271],[1659,2286],[1640,2306],[1620,2323],[1587,2351],[1549,2363],[1509,2370],[1471,2367],[1439,2386],[1374,2389],[1330,2336],[1307,2310],[1296,2199],[1320,2174],[1323,2131],[1326,2104],[1330,2083],[1337,2044],[1317,2001],[1290,1984],[1271,1969],[1269,1944]]},{"area":"126","points":[[1076,1413],[1076,1305],[1085,1271],[1093,1245],[1092,1213],[1106,1191],[1134,1166],[1126,1143],[1148,1126],[1172,1090],[1200,1075],[1228,1071],[1254,1037],[1255,1025],[1285,1014],[1335,1022],[1372,1017],[1415,1022],[1453,1019],[1474,1039],[1477,1070],[1483,1106],[1477,1134],[1474,1163],[1480,1194],[1475,1295],[1467,1338],[1457,1364],[1450,1385],[1454,1412],[1453,1443],[1423,1455],[1395,1488],[1373,1499],[1365,1526],[1345,1534],[1315,1524],[1292,1530],[1259,1512],[1243,1492],[1225,1470],[1199,1476],[1174,1484],[1129,1458],[1119,1441],[1110,1415],[1093,1415]]},{"area":"10e","points":[[748,1310],[760,1299],[788,1299],[823,1302],[848,1310],[852,1258],[854,1195],[837,1156],[827,1111],[903,1098],[978,1121],[966,1142],[963,1178],[947,1226],[951,1267],[963,1299],[1012,1302],[1052,1308],[1049,1418],[1031,1410],[1005,1423],[961,1414],[921,1434],[894,1418],[861,1423],[832,1423],[813,1410],[788,1423],[761,1418],[748,1404]]},{"area":"10a","points":[[1013,599],[1077,708],[1045,708],[1019,721],[1025,756],[1044,787],[1032,813],[1032,836],[1039,854],[1059,875],[1080,868],[1090,892],[1111,915],[1111,950],[1126,956],[1139,1006],[1120,1032],[1097,1063],[1090,1084],[1074,1106],[1050,1125],[995,1119],[910,1085],[825,1103],[803,1079],[796,1050],[804,1032],[805,1017],[782,994],[790,945],[797,924],[796,901],[765,899],[734,899],[676,895],[652,898],[634,888],[635,788],[666,791],[712,782],[759,788],[795,777],[825,792],[844,754],[846,708],[845,681],[875,670],[915,654],[903,621],[933,615],[965,622],[996,621]]},{"area":"123","points":[[1035,519],[1076,511],[1133,511],[1169,508],[1218,514],[1253,520],[1306,519],[1339,505],[1374,507],[1415,529],[1463,554],[1530,555],[1533,525],[1537,479],[1532,418],[1525,379],[1506,351],[1483,342],[1457,342],[1426,333],[1399,333],[1357,335],[1360,314],[1328,303],[1299,310],[1272,299],[1245,277],[1201,297],[1208,334],[1177,342],[1139,330],[1111,335],[1086,352],[1049,345],[1012,339],[979,347],[965,370],[959,395],[964,432],[965,459],[977,479],[987,502],[1009,497],[1028,505]]},{"area":"125","points":[[1019,591],[1022,547],[1039,530],[1074,520],[1134,520],[1133,550],[1125,585],[1141,618],[1175,605],[1218,617],[1262,614],[1306,630],[1338,621],[1415,599],[1415,570],[1415,543],[1463,564],[1534,569],[1528,597],[1537,622],[1578,625],[1608,621],[1632,625],[1643,655],[1648,694],[1646,721],[1617,777],[1575,770],[1543,741],[1520,726],[1477,726],[1445,729],[1419,712],[1388,723],[1339,725],[1314,735],[1290,745],[1262,733],[1223,728],[1196,716],[1175,725],[1135,728],[1099,726]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/037-2.02-webs-edge.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/038-2.02-webs-edge-player.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"009"},"grid":{"type":"square","size":114,"offsetX":-13,"offsetY":-15,"scale":2}}]},{"name":"Ch. 3: The Lambent Zenith's Last Voyage","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/048-map-lambent-zenith.webp"},"imageType":"map","title":"Map 3.1: Lambent Zenith","credit":"Francesca Baerald","width":4096,"height":5508,"id":"00a","grid":{"type":"square","size":181,"offsetX":70,"offsetY":-58,"scale":2},"mapRegions":[{"area":"14f","points":[[242,347],[309,309],[387,282],[488,265],[581,263],[682,269],[760,263],[844,269],[933,265],[933,345],[840,345],[840,701],[931,701],[931,783],[836,777],[760,783],[676,779],[583,773],[484,760],[406,745],[326,726],[242,688]]},{"area":"155","points":[[575,995],[536,969],[493,953],[455,962],[420,985],[395,1022],[387,1060],[384,1087],[396,1113],[418,1145],[398,1175],[380,1225],[384,1255],[395,1302],[415,1349],[384,1395],[375,1422],[378,1464],[398,1502],[425,1522],[458,1536],[500,1538],[533,1525],[567,1502],[567,1293],[491,1287],[491,1180],[575,1180]]},{"area":"153","points":[[589,995],[589,1147],[840,1147],[840,995]]},{"area":"159","points":[[584,1336],[584,1496],[838,1496],[838,1336]]},{"area":"14f","points":[[851,1505],[851,987],[1396,987],[1385,1027],[1353,1067],[1289,1098],[1336,1140],[1309,1158],[1245,1173],[1236,1191],[1169,1225],[1122,1265],[1131,1291],[1133,1325],[1096,1344],[1062,1395],[1031,1407],[1005,1455],[976,1478],[971,1505]]},{"area":"161","points":[[785,2064],[796,2215],[729,2198],[662,2164],[620,2113],[600,2064]]},{"area":"15f","points":[[778,2040],[598,2038],[593,1985],[595,1929],[615,1871],[655,1807],[691,1760],[745,1711],[778,1711]]},{"area":"164","points":[[949,1705],[949,1909],[1205,1909],[1205,1705]]},{"area":"15c","points":[[798,1711],[931,1709],[947,1925],[1213,1918],[1216,1700],[1382,1713],[1395,1751],[1369,1789],[1322,1831],[1335,1845],[1320,1878],[1276,1889],[1284,1933],[1249,1956],[1196,1996],[1142,2015],[1073,2035],[1055,2056],[1007,2071],[965,2093],[947,2140],[933,2162],[920,2216],[798,2215]]},{"area":"16a","points":[[776,2842],[700,2820],[675,2725],[682,2516],[705,2464],[767,2427],[1236,2424],[1193,2476],[1175,2553],[1147,2627],[1113,2691],[1073,2767],[1042,2815],[976,2835],[916,2849],[847,2845]]},{"area":"17b","points":[[770,3242],[850,3242],[912,3250],[978,3262],[1029,3277],[1082,3301],[1085,3677],[1042,3701],[979,3723],[926,3742],[856,3754],[766,3760],[766,3680],[853,3680],[853,3331],[770,3331]]},{"area":"17b","points":[[578,3952],[843,3952],[843,4475],[726,4478],[637,4470],[667,4408],[650,4386],[606,4363],[560,4330],[626,4326],[648,4310],[608,4277],[574,4222],[523,4168],[506,4128],[584,4152],[592,4112],[578,4058],[571,3990]]},{"area":"17d","points":[[856,3955],[984,3997],[1106,4048],[1104,4210],[856,4205]]},{"area":"181","points":[[856,4472],[859,4224],[1104,4224],[1106,4405]]},{"area":"184","points":[[1120,4051],[1341,4141],[1352,4160],[1408,4189],[1363,4208],[1370,4224],[1427,4235],[1498,4262],[1384,4283],[1392,4307],[1120,4405]]},{"area":"187","points":[[578,4685],[923,4683],[928,5198],[757,5192],[750,5163],[688,5122],[664,5078],[605,5066],[584,4982],[539,4938],[560,4886],[581,4846],[619,4819],[576,4781],[579,4726]]},{"area":"189","points":[[944,4685],[1051,4707],[1197,4774],[1235,4800],[1240,4837],[1232,4850],[1363,4906],[1248,4899],[1258,4931],[1218,4922],[1210,4954],[1350,4949],[1302,4990],[1272,5008],[1202,5027],[1269,5042],[1203,5094],[1160,5122],[1112,5158],[944,5198]]},{"area":"177","points":[[2253,4835],[2235,4795],[2250,4725],[2278,4730],[2317,4712],[2338,4685],[2395,4685],[2430,4670],[2446,4696],[2462,4728],[2502,4744],[2496,4773],[2466,4795],[2462,4835],[2362,4864],[2310,4845]]},{"area":"170","points":[[2478,4662],[2488,4622],[2531,4608],[2565,4579],[2590,4531],[2597,4493],[2618,4442],[2632,4398],[2661,4368],[2682,4347],[2694,4301],[2731,4307],[2776,4299],[2803,4304],[2800,4328],[2789,4349],[2763,4363],[2786,4378],[2810,4349],[2834,4339],[2846,4357],[2845,4390],[2869,4413],[2867,4456],[2805,4480],[2792,4496],[2762,4491],[2776,4525],[2824,4504],[2853,4496],[2851,4530],[2885,4566],[2886,4602],[2818,4579],[2766,4586],[2718,4573],[2698,4595],[2638,4610],[2648,4638],[2666,4674],[2650,4686],[2619,4698],[2611,4718],[2614,4755],[2618,4789],[2603,4816],[2589,4845],[2498,4840],[2491,4819],[2525,4803],[2533,4738],[2493,4698]]},{"area":"173","points":[[2688,4650],[2728,4619],[2755,4600],[2818,4597],[2891,4610],[2923,4654],[2957,4733],[2979,4811],[2971,4861],[2944,4928],[2918,4974],[2882,5005],[2846,5014],[2794,5002],[2766,4966],[2746,4952],[2741,4918],[2702,4901],[2672,4899],[2667,4869],[2691,4829],[2683,4784],[2656,4757],[2637,4726],[2672,4736],[2690,4715],[2696,4675]]},{"area":"16d","points":[[2213,3848],[2221,3794],[2248,3790],[2294,3747],[2339,3702],[2381,3678],[2354,3630],[2395,3622],[2414,3594],[2442,3595],[2474,3563],[2510,3536],[2550,3517],[2547,3498],[2611,3490],[2613,3466],[2634,3432],[2662,3398],[2662,3363],[2664,3331],[2845,3338],[2840,3379],[2846,3410],[2883,3427],[2885,3461],[2864,3483],[2837,3496],[2824,3526],[2829,3554],[2835,3590],[2861,3642],[2883,3658],[2934,3704],[2960,3770],[2968,3866],[2960,3917],[2926,3976],[2890,4021],[2824,4021],[2758,3989],[2696,3946],[2667,3848]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/048-map-lambent-zenith.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/049-map-3.01-lambent-zenith-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4000,"height":5379,"credit":"Francesca Baerald","mapParent":{"id":"00a","autoScale":true},"grid":{"type":"square","size":177,"offsetX":65,"offsetY":-70,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/058-3.02-heart-of-havock.webp"},"title":"Map 3.2: Heart of Havock","credit":"Dyson Logos","width":2100,"height":1350,"imageType":"map","id":"00e","grid":{"type":"square","size":112,"offsetX":42,"offsetY":57,"scale":2},"mapRegions":[{"area":"18f","points":[[573,546],[547,438],[560,389],[603,310],[634,258],[677,230],[752,179],[806,171],[896,162],[925,158],[958,174],[1003,195],[1046,211],[1083,226],[1120,259],[1125,270],[1131,301],[1139,357],[1134,411],[1122,453],[1082,477],[1053,472],[1030,493],[968,510],[944,526],[877,539],[848,550],[829,581],[741,595],[712,602],[698,587],[653,594],[613,586],[597,554]]},{"area":"196","points":[[859,921],[849,980],[841,1016],[811,1039],[800,1060],[787,1110],[776,1153],[751,1169],[723,1186],[691,1173],[667,1174],[641,1179],[623,1169],[600,1167],[586,1171],[569,1166],[541,1139],[516,1134],[503,1103],[474,1096],[471,1079],[444,1061],[434,1024],[419,1009],[417,986],[396,947],[399,904],[423,886],[427,857],[426,837],[423,817],[434,799],[451,776],[471,767],[523,736],[551,733],[570,714],[597,713],[627,686],[636,663],[663,664],[690,691],[700,721],[710,751],[741,766],[776,791],[809,804],[837,807],[853,847],[851,897]]},{"area":"192","points":[[866,971],[889,901],[910,881],[913,851],[937,811],[931,784],[954,727],[983,699],[1029,693],[1046,693],[1054,674],[1087,651],[1114,621],[1140,626],[1149,654],[1169,664],[1181,699],[1206,700],[1210,669],[1216,653],[1177,623],[1161,593],[1179,566],[1166,520],[1149,481],[1130,467],[1144,419],[1170,400],[1194,380],[1219,379],[1246,386],[1261,383],[1283,407],[1299,400],[1327,390],[1354,417],[1403,416],[1414,441],[1423,450],[1459,450],[1486,463],[1500,491],[1474,501],[1477,524],[1490,553],[1520,556],[1541,533],[1564,541],[1579,573],[1614,567],[1630,589],[1620,626],[1634,650],[1661,643],[1677,671],[1680,706],[1673,733],[1690,740],[1713,746],[1733,766],[1761,784],[1769,796],[1751,803],[1753,827],[1774,829],[1797,847],[1796,866],[1773,880],[1781,904],[1796,919],[1801,951],[1789,977],[1749,997],[1696,996],[1641,986],[1576,961],[1524,924],[1493,906],[1467,916],[1433,906],[1433,926],[1443,956],[1480,967],[1509,979],[1536,996],[1567,1003],[1580,1027],[1604,1020],[1644,1033],[1650,1040],[1630,1060],[1599,1079],[1591,1099],[1550,1100],[1536,1119],[1517,1131],[1504,1149],[1473,1151],[1459,1181],[1426,1171],[1404,1181],[1386,1206],[1359,1209],[1329,1200],[1300,1216],[1294,1246],[1270,1257],[1227,1249],[1196,1263],[1166,1270],[1139,1260],[1097,1270],[1054,1250],[1009,1259],[989,1236],[950,1230],[939,1206],[910,1197],[887,1167],[874,1114],[874,1059],[879,1007],[883,977]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/058-3.02-heart-of-havock.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/059-3.02-heart-of-havock-player.webp"},"title":"Player Version","width":2100,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"00e"},"grid":{"type":"square","size":112,"offsetX":42,"offsetY":57,"scale":2}}]},{"name":"Ch. 4: The Ruined Colossus","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/063-map-4.01-mount-ironrot-outskirts.webp"},"imageType":"map","title":"Map 4.1: Mount Ironrot Outskirts","credit":"Francesca Baerald","width":4000,"height":5143,"id":"00f","grid":{"type":"none"},"mapRegions":[{"area":"1b2","points":[[1468,2860],[1468,3312],[2136,3312],[2136,2860]]},{"area":"19a","points":[[2124,2368],[2124,2804],[3036,2804],[3036,2368]]},{"area":"1ca","points":[[3148,2368],[3148,3016],[3804,3016],[3804,2368]]},{"area":"19a","points":[[2256,3168],[2256,3668],[3216,3668],[3216,3168]]},{"area":"19a","points":[[568,3312],[568,3740],[1540,3740],[1540,3312]]},{"area":"19a","points":[[428,3896],[428,4324],[1348,4324],[1348,3896]]},{"area":"1ae","points":[[1636,3672],[1636,4184],[2452,4184],[2452,3672]]},{"area":"19a","points":[[2908,3704],[2908,4260],[3520,4260],[3520,3704]]},{"area":"1a9","points":[[1580,4312],[1580,4744],[2216,4744],[2216,4312]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/063-map-4.01-mount-ironrot-outskirts.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/064-map-4.01-mount-ironrot-outskirts-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4000,"height":5143,"credit":"Francesca Baerald","mapParent":{"id":"00f"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/066-4.02-ialos.webp"},"title":"Map 4.2: Ialos","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"010","grid":{"type":"square","size":85,"offsetX":-31,"offsetY":17,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/067-4.02-ialos-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"010"},"grid":{"type":"square","size":85,"offsetX":-31,"offsetY":17,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/072-4.03-landro.webp"},"title":"Map 4.3: Landro","credit":"Dyson Logos","width":2100,"height":2850,"imageType":"map","id":"011","grid":{"type":"square","size":109,"offsetX":33,"offsetY":58,"scale":3},"mapRegions":[{"area":"20a","points":[[448,200],[479,200],[495,185],[519,177],[545,185],[560,199],[592,199],[592,415],[448,415]]},{"area":"208","points":[[742,204],[768,204],[787,190],[811,182],[832,189],[856,201],[882,201],[882,381],[918,387],[918,452],[703,452],[703,392],[742,382]]},{"area":"206","points":[[996,166],[996,308],[1135,308],[1135,166]]},{"area":"1fe","points":[[1357,279],[1330,267],[1341,248],[1334,228],[1323,229],[1316,209],[1303,204],[1306,173],[1318,150],[1338,132],[1358,125],[1355,90],[1391,90],[1391,131],[1413,138],[1429,151],[1441,166],[1491,166],[1491,239],[1444,239],[1432,253],[1416,266],[1395,278]]},{"area":"204","points":[[1324,384],[1429,384],[1430,525],[1409,531],[1382,530],[1352,510],[1324,495]]},{"area":"1fb","points":[[1506,169],[1543,169],[1543,129],[1571,129],[1571,140],[1588,140],[1594,117],[1579,101],[1575,76],[1588,56],[1611,50],[1631,57],[1643,78],[1642,99],[1630,116],[1630,142],[1648,142],[1648,128],[1686,128],[1686,169],[1718,169],[1718,238],[1683,238],[1683,272],[1667,307],[1648,271],[1570,271],[1560,309],[1544,272],[1544,239],[1506,239]]},{"area":"1fe","points":[[1732,169],[1732,235],[1772,235],[1783,254],[1798,268],[1828,279],[1828,316],[1867,316],[1863,280],[1885,266],[1906,249],[1917,222],[1920,204],[1914,178],[1898,148],[1870,132],[1870,93],[1846,87],[1832,88],[1832,127],[1805,136],[1792,147],[1778,169]]},{"area":"200","points":[[1791,386],[1791,490],[1902,490],[1902,386]]},{"area":"202","points":[[1794,966],[1794,1039],[1903,1039],[1903,966]]},{"area":"1f8","points":[[1335,753],[1335,732],[1319,714],[1318,696],[1327,680],[1347,673],[1370,676],[1390,689],[1394,709],[1388,725],[1377,730],[1377,753]]},{"area":"1f4","points":[[1106,777],[1117,753],[1143,738],[1157,734],[1175,752],[1185,747],[1279,747],[1279,760],[1285,781],[1285,817],[1271,815],[1244,815],[1245,851],[1247,913],[1245,963],[1210,965],[1178,962],[1174,932],[1162,928],[1139,925],[1137,794],[1123,789],[1117,781]]},{"area":"1f5","points":[[1287,856],[1287,963],[1321,962],[1328,982],[1356,990],[1388,984],[1393,964],[1426,960],[1426,856]]},{"area":"1fa","points":[[1466,961],[1537,963],[1536,928],[1572,924],[1574,747],[1550,743],[1514,746],[1482,745],[1447,745],[1433,746],[1427,778],[1427,816],[1462,817],[1465,837],[1463,877],[1464,920]]},{"area":"1f2","points":[[604,741],[602,713],[589,676],[605,658],[645,632],[652,617],[687,607],[713,612],[731,597],[746,566],[754,542],[780,535],[820,528],[848,514],[880,522],[916,545],[933,565],[920,591],[913,616],[895,639],[900,673],[899,705],[900,727],[903,756],[904,782],[890,813],[892,839],[895,861],[912,903],[895,907],[887,925],[881,949],[896,968],[900,984],[878,1004],[850,1020],[851,1040],[846,1062],[840,1075],[821,1075],[801,1056],[768,1047],[755,1038],[727,1037],[711,1029],[673,1014],[643,993],[649,979],[633,958],[646,930],[649,910],[657,897],[665,870],[679,855],[679,829],[673,820],[654,813],[636,803],[612,792],[599,766]]},{"area":"1f0","points":[[95,1397],[117,1381],[146,1382],[178,1377],[190,1389],[219,1394],[244,1401],[256,1385],[289,1376],[333,1375],[334,1435],[336,1456],[311,1457],[314,1474],[304,1483],[306,1509],[303,1522],[263,1530],[255,1544],[239,1564],[227,1586],[214,1604],[197,1607],[180,1609],[158,1612],[136,1611],[120,1617],[107,1623],[88,1628],[82,1611],[90,1590],[95,1570],[110,1554],[126,1551],[155,1514],[149,1492],[132,1477],[119,1479],[112,1452],[102,1440],[100,1425],[94,1410]]},{"area":"1ec","points":[[350,1459],[377,1424],[421,1407],[450,1393],[478,1377],[485,1357],[511,1351],[530,1343],[546,1353],[563,1361],[569,1374],[597,1379],[609,1384],[605,1407],[597,1423],[597,1441],[606,1460],[605,1478],[612,1483],[603,1505],[605,1524],[617,1545],[621,1583],[610,1603],[592,1607],[574,1609],[563,1631],[545,1646],[532,1661],[527,1692],[512,1714],[487,1725],[457,1737],[433,1724],[400,1715],[371,1706],[355,1689],[335,1676],[336,1663],[308,1623],[305,1598],[310,1571],[337,1548],[338,1513],[342,1496],[353,1475]]},{"area":"1ea","points":[[987,1470],[950,1451],[917,1456],[844,1449],[806,1443],[765,1429],[770,1447],[814,1459],[838,1475],[843,1511],[840,1523],[824,1545],[826,1569],[814,1584],[832,1600],[836,1577],[857,1559],[878,1561],[896,1549],[920,1544],[928,1524],[944,1518],[958,1522],[975,1503],[970,1479],[974,1475]]},{"area":"1e7","points":[[1174,1182],[1174,1328],[1285,1328],[1285,1182]]},{"area":"1e1","points":[[1320,1188],[1320,1323],[1391,1323],[1391,1188]]},{"area":"1e2","points":[[1429,1180],[1429,1328],[1539,1328],[1539,1180]]},{"area":"1df","points":[[1135,1650],[1137,1623],[1149,1603],[1166,1584],[1191,1577],[1213,1578],[1237,1585],[1260,1590],[1271,1610],[1289,1628],[1310,1630],[1320,1617],[1322,1597],[1334,1590],[1332,1571],[1318,1555],[1316,1538],[1326,1523],[1348,1515],[1368,1515],[1387,1530],[1393,1549],[1388,1566],[1373,1576],[1372,1593],[1386,1592],[1388,1616],[1398,1623],[1403,1627],[1417,1625],[1424,1619],[1434,1612],[1447,1592],[1468,1580],[1496,1576],[1523,1582],[1543,1591],[1559,1610],[1572,1630],[1577,1650],[1576,1676],[1567,1695],[1551,1707],[1535,1723],[1514,1731],[1487,1730],[1463,1724],[1445,1710],[1429,1688],[1418,1688],[1416,1678],[1397,1681],[1390,1690],[1391,1706],[1392,1728],[1370,1733],[1354,1726],[1317,1727],[1317,1709],[1318,1692],[1309,1681],[1288,1682],[1277,1692],[1259,1711],[1244,1723],[1226,1730],[1204,1729],[1178,1723],[1162,1712],[1147,1692],[1134,1670]]},{"area":"1de","points":[[1132,1981],[1134,1955],[1147,1931],[1163,1913],[1192,1899],[1222,1899],[1251,1910],[1277,1930],[1288,1967],[1289,2000],[1282,2025],[1263,2048],[1230,2063],[1204,2064],[1172,2052],[1148,2034],[1136,2012]]},{"area":"1de","points":[[1421,1984],[1429,1943],[1446,1922],[1470,1906],[1500,1902],[1524,1901],[1543,1912],[1566,1935],[1576,1960],[1581,1989],[1571,2020],[1559,2041],[1537,2053],[1505,2060],[1473,2057],[1439,2033],[1423,2010]]},{"area":"1dc","points":[[1473,2524],[1464,2509],[1464,2377],[1475,2365],[1468,2353],[1466,2339],[1449,2323],[1432,2302],[1430,2269],[1437,2240],[1453,2219],[1476,2202],[1502,2197],[1533,2208],[1557,2227],[1569,2251],[1573,2274],[1567,2301],[1557,2320],[1536,2337],[1536,2354],[1528,2367],[1537,2374],[1537,2511],[1528,2526]]},{"area":"1da","points":[[1137,2545],[1148,2534],[1149,2522],[1163,2513],[1177,2499],[1176,2427],[1177,2380],[1182,2366],[1177,2350],[1174,2335],[1160,2324],[1140,2291],[1137,2263],[1145,2237],[1159,2221],[1189,2206],[1214,2200],[1236,2208],[1263,2223],[1273,2246],[1282,2269],[1275,2297],[1266,2322],[1246,2336],[1245,2352],[1237,2365],[1244,2377],[1245,2429],[1250,2460],[1248,2497],[1253,2515]]},{"area":"1d3","points":[[92,2519],[105,2502],[124,2493],[144,2498],[175,2498],[204,2507],[220,2521],[232,2540],[261,2545],[273,2555],[313,2561],[322,2584],[338,2588],[360,2571],[374,2583],[406,2574],[415,2562],[445,2555],[460,2550],[483,2561],[490,2569],[516,2574],[525,2580],[542,2558],[554,2537],[582,2525],[620,2511],[643,2514],[677,2523],[700,2527],[729,2516],[747,2525],[765,2527],[796,2544],[812,2543],[838,2536],[850,2521],[862,2530],[866,2548],[865,2566],[868,2586],[863,2599],[838,2614],[826,2627],[828,2651],[850,2664],[867,2682],[882,2686],[900,2712],[922,2718],[925,2730],[946,2743],[954,2762],[972,2773],[991,2807],[92,2807]]},{"area":"1d7","points":[[808,2427],[808,2346],[790,2346],[777,2338],[766,2308],[741,2297],[736,2287],[702,2276],[685,2279],[664,2287],[662,2306],[660,2326],[676,2342],[683,2362],[698,2375],[702,2393],[704,2413],[703,2432],[700,2446],[691,2458],[697,2471],[734,2483],[746,2475],[771,2471],[778,2466],[809,2479],[833,2475],[855,2466],[877,2463],[888,2446],[889,2425],[882,2419],[869,2427]]},{"area":"1d5","points":[[198,2216],[213,2233],[234,2247],[244,2281],[261,2300],[281,2312],[295,2327],[311,2342],[325,2367],[348,2382],[327,2389],[317,2401],[289,2401],[287,2416],[264,2438],[247,2426],[220,2426],[207,2415],[211,2393],[193,2373],[180,2344],[175,2327],[153,2314],[128,2310],[109,2295],[117,2281],[136,2279],[149,2257],[149,2233],[150,2221],[173,2220],[185,2216]]},{"area":"1d9","points":[[508,1981],[510,1967],[538,1957],[547,1944],[579,1941],[625,1943],[653,1953],[683,1948],[712,1950],[747,1946],[778,1944],[817,1950],[841,1939],[872,1947],[908,1940],[936,1953],[963,1940],[989,1947],[1008,1960],[993,1981],[995,1996],[1010,2010],[1027,2026],[958,2033],[896,2011],[874,2012],[856,2021],[834,2016],[802,2015],[772,2021],[742,2021],[719,2019],[701,2019],[664,2018],[651,2010],[627,2008],[612,2020],[590,2020],[580,2010],[567,2016],[551,2026],[527,2039],[517,2044],[499,2042],[482,2050],[474,2063],[447,2067],[430,2067],[416,2079],[396,2079],[379,2071],[367,2072],[356,2083],[315,2083],[386,2035],[429,1990],[451,2001],[477,1995],[493,1992]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/072-4.03-landro.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/073-4.03-landro-player.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"011"},"grid":{"type":"square","size":109,"offsetX":33,"offsetY":58,"scale":3}}]},{"name":"Ch. 5: Death House","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/085-5.01-death-house.webp"},"title":"Map 5.1: Death House","credit":"Dyson Logos","width":2100,"height":2850,"imageType":"map","id":"012","grid":{"type":"square","size":201,"offsetX":-98,"offsetY":57,"scale":3},"mapRegions":[{"area":"261","points":[[444,1086],[444,1227],[508,1227],[508,1086]]},{"area":"261","points":[[108,1098],[108,1290],[435,1290],[435,1098]]},{"area":"261","points":[[308,1295],[308,1357],[368,1357],[368,1295]]},{"area":"265","points":[[105,1363],[105,1490],[235,1490],[235,1363]]},{"area":"267","points":[[112,1499],[112,1555],[232,1555],[232,1499]]},{"area":"268","points":[[110,1565],[110,1689],[232,1689],[232,1565]]},{"area":"268","points":[[103,1701],[103,1826],[228,1826],[228,1701]]},{"area":"268","points":[[497,1631],[497,1822],[241,1822],[241,1631]]},{"area":"25e","points":[[240,1365],[240,1557],[501,1557],[501,1365]]},{"area":"273","points":[[642,1093],[642,1288],[766,1288],[766,1093]]},{"area":"275","points":[[776,1096],[776,1291],[969,1291],[969,1096]]},{"area":"279","points":[[640,1298],[640,1368],[701,1368],[701,1298]]},{"area":"270","points":[[646,1370],[646,1658],[832,1658],[832,1370]]},{"area":"26d","points":[[709,1298],[1034,1298],[1034,1415],[968,1415],[968,1559],[842,1559],[842,1356],[709,1356]]},{"area":"26e","points":[[842,1565],[974,1565],[974,1435],[1030,1435],[1030,1756],[966,1756],[966,1823],[851,1823],[851,1794],[815,1794],[815,1735],[842,1735]]},{"area":"24c","points":[[114,1966],[364,1966],[364,2158],[231,2158],[231,2222],[174,2222],[174,2158],[114,2158]]},{"area":"243","points":[[241,2168],[241,2225],[299,2225],[299,2168]]},{"area":"243","points":[[107,2234],[107,2425],[498,2425],[498,2234]]},{"area":"241","points":[[112,2436],[112,2625],[227,2625],[227,2436]]},{"area":"241","points":[[111,2637],[230,2637],[230,2688],[210,2688],[210,2731],[125,2731],[125,2689],[111,2689]]},{"area":"246","points":[[242,2437],[242,2694],[499,2694],[499,2437]]},{"area":"249","points":[[375,1970],[375,2023],[495,2023],[495,1970]]},{"area":"249","points":[[373,2036],[373,2223],[495,2223],[495,2036]]},{"area":"254","points":[[643,1970],[898,1970],[898,2159],[837,2159],[837,2227],[706,2227],[706,2159],[643,2159]]},{"area":"258","points":[[907,1970],[907,2024],[1031,2024],[1031,1970]]},{"area":"251","points":[[907,2032],[907,2224],[1032,2224],[1032,2032]]},{"area":"251","points":[[843,2166],[843,2225],[902,2225],[902,2166]]},{"area":"24f","points":[[648,2234],[648,2426],[1030,2426],[1030,2234]]},{"area":"25b","points":[[646,2436],[646,2692],[1037,2692],[1037,2436]]},{"area":"27f","points":[[910,502],[910,747],[1166,747],[1166,502]]},{"area":"27e","points":[[1246,169],[1246,351],[1430,351],[1430,169]]},{"area":"27a","points":[[1450,363],[1450,417],[1578,417],[1578,363]]},{"area":"27c","points":[[1786,228],[1786,286],[1903,286],[1903,228]]},{"area":"27c","points":[[1787,365],[1787,416],[1901,416],[1901,365]]},{"area":"27c","points":[[1785,497],[1785,550],[1903,550],[1903,497]]},{"area":"27c","points":[[1787,631],[1787,684],[1905,684],[1905,631]]},{"area":"287","points":[[1763,764],[1763,817],[1844,817],[1844,764]]},{"area":"285","points":[[1521,704],[1521,884],[1769,884],[1769,704]]},{"area":"283","points":[[1306,766],[1306,897],[1375,897],[1375,766]]},{"area":"289","points":[[1246,1097],[1246,1159],[1369,1159],[1369,1097]]},{"area":"288","points":[[1497,969],[1497,1019],[1583,1019],[1583,969]]},{"area":"28a","points":[[1717,1034],[1897,1040],[1897,1091],[1929,1108],[1956,1122],[1974,1164],[1982,1203],[1971,1239],[1957,1267],[1915,1286],[1898,1293],[1907,1309],[1904,1351],[1717,1354]]},{"area":"28f","points":[[1516,1237],[1516,1422],[1702,1422],[1702,1237]]},{"area":"291","points":[[1250,1296],[1250,1489],[1439,1489],[1439,1296]]},{"area":"293","points":[[1363,1605],[1363,1852],[1725,1852],[1725,1605]]},{"area":"298","points":[[1556,1895],[1556,1973],[1661,1973],[1661,1895]]},{"area":"295","points":[[1348,1964],[1370,1974],[1423,1968],[1423,2021],[1375,2015],[1355,2028],[1378,2036],[1422,2038],[1425,2089],[1383,2089],[1360,2093],[1368,2169],[1381,2179],[1388,2159],[1385,2109],[1423,2106],[1423,2288],[1387,2280],[1386,2224],[1372,2210],[1360,2229],[1359,2292],[1370,2311],[1389,2306],[1429,2307],[1424,2356],[1376,2350],[1359,2361],[1374,2381],[1388,2371],[1424,2377],[1425,2424],[1387,2421],[1319,2422],[1253,2423],[1243,2402],[1249,2372],[1308,2375],[1322,2364],[1310,2345],[1267,2354],[1250,2349],[1251,2305],[1304,2309],[1322,2296],[1317,2226],[1310,2211],[1294,2228],[1298,2248],[1298,2281],[1280,2288],[1259,2283],[1251,2235],[1253,2169],[1245,2111],[1267,2103],[1293,2108],[1297,2161],[1303,2177],[1320,2160],[1316,2122],[1321,2099],[1305,2079],[1286,2089],[1252,2085],[1253,2036],[1276,2029],[1311,2041],[1324,2028],[1306,2008],[1289,2014],[1252,2013],[1246,1983],[1259,1973],[1296,1972],[1309,1975],[1329,1964]]},{"area":"29a","points":[[1502,2026],[1502,2436],[1910,2436],[1910,2026]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/085-5.01-death-house.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/086-5.01-death-house-player.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"012"},"grid":{"type":"square","size":201,"offsetX":-98,"offsetY":57,"scale":3}}]},{"name":"Ch. 6: Night of Blue Fire","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/092-6.01-peylon-tree.webp"},"title":"Map 6.1: Peylon Tree","credit":"Dyson Logos","width":2100,"height":1350,"imageType":"map","id":"524","grid":{"type":"square","size":123,"offsetX":10,"scale":4},"mapRegions":[{"area":"2d6","points":[[139,421],[119,411],[101,393],[101,379],[113,376],[106,358],[96,343],[81,342],[76,322],[87,312],[86,298],[103,284],[119,273],[120,257],[136,245],[137,226],[129,211],[121,201],[108,204],[102,198],[99,180],[87,172],[83,157],[105,143],[99,128],[101,114],[110,99],[130,89],[114,82],[101,69],[91,72],[84,69],[94,38],[109,40],[122,50],[137,54],[152,48],[161,53],[179,48],[199,47],[220,40],[238,35],[247,26],[264,32],[272,41],[285,49],[307,45],[327,48],[333,62],[346,67],[367,71],[385,59],[402,64],[407,74],[420,91],[416,107],[417,126],[404,137],[407,144],[429,159],[426,168],[435,174],[457,184],[457,193],[445,202],[452,221],[459,232],[449,242],[442,262],[426,272],[416,278],[411,285],[420,300],[413,314],[402,324],[387,323],[368,320],[358,334],[353,340],[344,338],[335,344],[336,356],[321,366],[311,375],[308,384],[282,389],[276,381],[266,375],[260,362],[241,361],[228,369],[216,363],[203,368],[197,382],[201,389],[187,402],[178,413],[160,417],[149,416]]},{"area":"2d0","points":[[569,542],[558,525],[575,515],[586,498],[602,477],[615,452],[614,429],[634,422],[649,415],[653,403],[668,395],[687,402],[702,405],[718,410],[738,408],[751,402],[751,388],[757,377],[772,358],[766,335],[775,316],[768,290],[757,270],[745,262],[734,255],[737,240],[738,220],[745,214],[762,201],[770,190],[790,184],[799,192],[801,198],[822,206],[843,205],[844,193],[864,185],[872,189],[892,190],[908,190],[911,205],[915,220],[925,234],[938,247],[947,262],[958,274],[954,292],[962,300],[965,324],[973,337],[987,342],[1015,349],[1036,342],[1058,346],[1067,358],[1079,368],[1092,372],[1099,389],[1112,399],[1113,414],[1099,433],[1085,455],[1090,477],[1075,492],[1052,518],[1053,538],[1062,564],[1061,588],[1075,608],[1096,622],[1130,631],[1166,631],[1175,613],[1205,615],[1229,624],[1238,641],[1235,665],[1250,684],[1267,690],[1283,709],[1293,719],[1308,723],[1325,724],[1329,735],[1313,742],[1306,748],[1306,760],[1292,772],[1278,772],[1268,778],[1260,794],[1248,805],[1226,804],[1221,813],[1210,824],[1207,830],[1202,848],[1188,850],[1184,862],[1175,879],[1187,895],[1185,909],[1175,925],[1157,936],[1126,944],[1084,955],[1034,962],[1001,965],[984,962],[982,952],[967,940],[959,942],[945,945],[926,942],[908,945],[904,955],[889,954],[877,962],[863,965],[843,963],[832,971],[814,962],[802,943],[794,938],[792,922],[775,911],[759,914],[747,899],[753,880],[748,873],[758,854],[770,839],[761,825],[750,821],[741,817],[743,808],[740,785],[745,775],[763,771],[769,759],[761,737],[755,722],[742,717],[728,709],[714,707],[697,699],[692,688],[695,673],[691,660],[707,650],[718,631],[713,619],[698,609],[700,596],[708,582],[697,563],[692,548],[684,537],[685,516],[669,516],[658,521],[649,528],[648,534],[635,544],[615,542],[608,547],[605,555],[597,565],[584,570],[571,568],[561,558],[567,549]]},{"area":"2cd","points":[[1006,971],[1100,956],[1164,939],[1175,927],[1186,936],[1195,956],[1205,961],[1220,953],[1220,944],[1236,927],[1235,911],[1250,905],[1265,901],[1272,882],[1283,867],[1293,856],[1306,855],[1324,851],[1346,848],[1376,829],[1367,808],[1383,802],[1401,782],[1398,765],[1408,755],[1414,736],[1424,720],[1407,704],[1409,688],[1403,674],[1412,660],[1433,655],[1438,634],[1454,620],[1464,607],[1482,605],[1498,586],[1513,579],[1528,589],[1553,589],[1560,602],[1579,607],[1606,609],[1624,612],[1658,623],[1678,612],[1689,603],[1687,591],[1713,572],[1726,582],[1740,583],[1758,575],[1767,563],[1789,561],[1806,566],[1818,571],[1841,567],[1857,571],[1880,574],[1897,569],[1918,565],[1941,571],[1958,583],[1977,594],[1980,607],[1993,614],[1988,636],[1997,658],[2015,669],[2019,685],[2021,710],[2016,727],[2021,745],[2007,757],[1999,776],[2020,771],[2038,768],[2046,786],[2030,802],[2027,822],[2042,833],[2052,843],[2068,851],[2081,869],[2081,888],[2072,898],[2074,917],[2062,927],[2056,940],[2051,971],[2043,989],[2030,1002],[2019,1013],[2019,1337],[241,1337],[242,1232],[253,1212],[269,1189],[271,1176],[283,1164],[285,1132],[290,1108],[288,1087],[302,1064],[300,1036],[313,1027],[326,1006],[336,985],[355,984],[368,972],[379,949],[389,931],[416,927],[436,922],[452,926],[466,940],[483,958],[502,951],[518,958],[535,939],[540,923],[562,918],[576,897],[589,882],[598,872],[616,871],[630,878],[641,896],[641,912],[637,923],[641,940],[650,946],[664,947],[674,940],[690,944],[699,961],[694,981],[703,1007],[718,1024],[732,1032],[727,1056],[731,1072],[755,1086],[781,1082],[801,1082],[821,1073],[834,1066],[832,1051],[860,1035],[882,1022],[891,1020],[920,1020],[948,1022],[964,1011],[994,1007],[1018,1011],[1043,1001],[1031,990],[1012,989],[1006,982]]},{"area":"2d3","points":[[971,311],[989,298],[1002,282],[1020,281],[1038,290],[1057,281],[1052,264],[1069,251],[1091,246],[1104,255],[1104,268],[1117,281],[1136,282],[1151,308],[1164,310],[1184,308],[1202,317],[1224,316],[1237,314],[1230,336],[1239,347],[1264,353],[1269,338],[1280,326],[1298,332],[1323,331],[1323,320],[1342,312],[1359,309],[1363,319],[1384,337],[1397,326],[1410,319],[1426,320],[1430,331],[1424,342],[1407,348],[1405,360],[1396,369],[1401,390],[1416,389],[1428,380],[1454,386],[1468,405],[1452,421],[1452,431],[1435,438],[1422,451],[1425,470],[1445,495],[1464,497],[1474,483],[1496,465],[1500,443],[1511,429],[1517,423],[1520,436],[1524,452],[1529,461],[1540,455],[1550,462],[1560,483],[1567,496],[1563,509],[1570,527],[1594,533],[1606,527],[1616,516],[1637,510],[1660,514],[1669,525],[1704,527],[1706,517],[1721,505],[1726,488],[1743,479],[1760,473],[1776,478],[1797,487],[1818,486],[1836,487],[1850,493],[1861,504],[1892,500],[1900,488],[1922,485],[1949,480],[1969,491],[1985,501],[1988,528],[1999,547],[2022,558],[2030,576],[2043,592],[2052,624],[2056,652],[2054,670],[2049,694],[2051,705],[2058,731],[2054,746],[2042,757],[2011,767],[2031,742],[2024,725],[2029,700],[2014,661],[1996,642],[2000,611],[1984,598],[1963,571],[1933,559],[1898,559],[1873,567],[1842,561],[1818,564],[1789,553],[1763,555],[1751,567],[1731,576],[1713,563],[1691,579],[1681,593],[1682,603],[1663,613],[1631,607],[1571,599],[1552,581],[1532,582],[1514,572],[1496,580],[1483,595],[1464,598],[1465,576],[1480,550],[1478,535],[1451,535],[1441,547],[1429,556],[1425,568],[1414,572],[1394,562],[1381,567],[1363,568],[1349,571],[1346,584],[1330,593],[1313,598],[1317,611],[1309,623],[1325,637],[1315,651],[1310,666],[1299,676],[1283,677],[1283,700],[1264,679],[1247,664],[1244,629],[1221,606],[1175,602],[1165,617],[1122,618],[1078,597],[1068,585],[1068,562],[1058,526],[1076,500],[1093,477],[1093,458],[1118,413],[1114,393],[1103,380],[1096,367],[1071,350],[1047,336],[1020,337],[980,331],[970,322]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/092-6.01-peylon-tree.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/093-6.01-peylon-tree-player.webp"},"title":"Player Version","width":2100,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"524"},"grid":{"type":"square","size":123,"offsetX":10,"offsetY":4,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/094-6.02-bittergrass-fen.webp"},"title":"Map 6.2: Bittergrass Fen","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"525","grid":{"type":"square","size":143,"offsetX":-10,"offsetY":12,"scale":7}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/095-6.02-bittergrass-fen-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"525"},"grid":{"type":"square","size":143,"offsetX":-10,"offsetY":12,"scale":7}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/099-6.03-three-moons-vault.webp"},"title":"Map 6.3: Three Moons Vault","credit":"Dyson Logos","width":2100,"height":2850,"imageType":"map","id":"526","grid":{"type":"square","size":156,"offsetX":92,"offsetY":-27,"scale":5},"mapRegions":[{"area":"32d","points":[[252,159],[275,141],[290,132],[319,121],[343,122],[363,123],[386,132],[404,146],[421,158],[436,177],[446,193],[452,218],[457,248],[456,277],[448,296],[437,316],[427,330],[412,346],[392,360],[369,368],[341,370],[312,368],[283,357],[274,352],[279,340],[273,328],[265,314],[268,303],[266,290],[271,277],[281,267],[283,254],[280,244],[269,239],[260,233],[257,228],[252,220],[249,209],[258,205],[267,200],[261,177],[266,172],[260,161]]},{"area":"340","points":[[579,372],[592,339],[606,308],[623,286],[640,266],[653,252],[670,230],[685,219],[828,216],[831,261],[807,284],[823,302],[764,363],[747,347],[721,372]]},{"area":"32b","points":[[95,496],[108,486],[109,501],[123,501],[124,478],[137,471],[138,531],[143,536],[217,535],[214,493],[204,494],[204,520],[153,520],[152,465],[174,463],[197,464],[221,469],[243,483],[251,486],[256,478],[278,495],[268,504],[277,514],[279,521],[239,521],[239,534],[288,534],[299,557],[303,574],[302,585],[271,584],[270,597],[300,599],[293,620],[284,644],[274,659],[264,673],[271,684],[251,698],[243,689],[226,699],[203,707],[202,698],[204,685],[227,678],[228,665],[223,643],[208,639],[213,629],[218,625],[218,597],[246,598],[246,583],[221,580],[219,565],[210,571],[203,576],[205,618],[196,618],[189,606],[189,594],[191,586],[184,586],[174,581],[162,575],[148,578],[142,581],[129,582],[119,577],[112,578],[109,586],[99,589],[91,570],[96,559],[104,552],[104,541],[108,533],[97,522],[99,512],[104,506],[101,501]]},{"area":"329","points":[[318,978],[306,972],[301,967],[291,963],[286,948],[277,936],[279,911],[279,891],[274,877],[261,877],[264,866],[263,854],[276,839],[278,832],[289,824],[302,811],[299,793],[308,781],[316,768],[333,763],[343,758],[358,753],[371,749],[376,748],[386,751],[402,756],[413,767],[411,775],[410,788],[401,792],[399,803],[398,814],[400,825],[404,831],[404,838],[399,848],[398,857],[399,871],[409,881],[418,886],[421,899],[428,908],[416,916],[401,908],[385,905],[368,900],[355,891],[343,890],[333,897],[322,903],[323,914],[315,927],[308,934],[312,946],[319,958],[319,968]]},{"area":"327","points":[[414,712],[437,706],[458,694],[485,688],[511,684],[536,686],[559,693],[580,698],[604,709],[606,749],[623,748],[624,717],[641,730],[658,749],[673,766],[681,782],[694,803],[702,822],[621,824],[622,770],[606,770],[606,821],[550,823],[549,841],[700,841],[718,844],[719,897],[576,898],[576,908],[702,911],[696,940],[681,968],[663,990],[639,1015],[618,1031],[589,1044],[588,928],[577,929],[574,1051],[554,1053],[529,1059],[499,1056],[469,1053],[446,1044],[454,1037],[454,1031],[463,1020],[469,1008],[479,1003],[493,1001],[502,990],[516,981],[510,973],[497,969],[498,956],[508,948],[511,938],[508,931],[496,931],[487,915],[476,913],[474,905],[479,892],[472,882],[471,871],[485,862],[492,851],[501,834],[508,826],[520,817],[529,814],[528,800],[534,790],[526,774],[512,763],[497,764],[478,761],[472,751],[483,748],[485,738],[479,728],[470,726],[464,718],[449,714],[431,713]]},{"area":"33b","points":[[699,744],[686,733],[736,646],[776,591],[899,588],[897,578],[954,581],[953,635],[930,656],[938,669],[881,725],[872,716],[843,744]]},{"area":"33d","points":[[896,569],[954,569],[954,558],[1141,556],[1142,529],[1154,527],[1153,500],[1140,498],[1140,470],[1081,468],[1039,475],[991,486],[953,499],[896,524]]},{"area":"336","points":[[636,684],[646,654],[678,603],[701,571],[738,531],[766,500],[804,471],[836,449],[879,428],[918,413],[961,399],[1001,386],[1046,379],[1092,374],[1131,373],[1175,376],[1211,381],[1241,393],[1234,418],[1230,443],[1171,436],[1119,432],[1063,434],[1023,441],[992,448],[953,460],[910,477],[859,503],[888,521],[886,559],[792,558],[764,589],[744,612],[724,636],[705,664],[691,695],[679,722],[658,698]]},{"area":"337","points":[[669,1061],[832,963],[839,971],[847,992],[857,1013],[871,1033],[887,1060],[898,1069],[902,1082],[740,1181],[729,1173],[713,1151],[698,1128],[687,1108],[679,1089],[674,1074]]},{"area":"339","points":[[835,866],[848,820],[859,782],[901,744],[890,730],[946,677],[959,685],[989,652],[1026,636],[1071,625],[1118,624],[1163,628],[1202,641],[1241,656],[1285,682],[1309,707],[1329,732],[1348,753],[1366,786],[1378,814],[1387,848],[1390,885],[1387,931],[1384,972],[1370,1011],[1351,1043],[1325,1081],[1303,1105],[1270,1129],[1239,1148],[1205,1162],[1163,1176],[1125,1178],[1087,1181],[1042,1174],[1003,1159],[961,1135],[920,1104],[905,1087],[902,1067],[875,1030],[847,979],[832,936],[833,891]]},{"area":"31f","points":[[129,1527],[218,1441],[221,1381],[217,1357],[210,1348],[210,1329],[225,1332],[230,1342],[249,1346],[262,1338],[294,1334],[308,1327],[312,1317],[329,1302],[343,1295],[360,1282],[361,1271],[374,1261],[374,1250],[354,1236],[319,1224],[287,1217],[256,1213],[231,1220],[208,1226],[180,1237],[146,1259],[162,1277],[169,1297],[156,1298],[134,1277],[113,1296],[100,1322],[94,1335],[102,1344],[113,1340],[126,1347],[131,1355],[143,1362],[140,1386],[151,1400],[149,1412],[136,1428],[119,1432],[111,1437],[111,1450],[103,1463],[102,1478],[111,1502]]},{"area":"321","points":[[148,1538],[164,1555],[188,1569],[218,1580],[254,1589],[287,1591],[312,1586],[340,1575],[365,1564],[396,1538],[319,1455],[234,1451]]},{"area":"325","points":[[326,1363],[411,1278],[424,1298],[439,1317],[447,1342],[454,1372],[456,1403],[455,1435],[446,1464],[433,1493],[410,1521],[326,1441]]},{"area":"330","points":[[563,1380],[613,1332],[639,1308],[666,1283],[689,1268],[707,1283],[713,1296],[729,1303],[741,1323],[760,1344],[782,1356],[792,1368],[812,1370],[819,1378],[726,1502],[698,1492],[670,1475],[636,1457],[609,1428],[589,1409],[576,1394]]},{"area":"334","points":[[847,1358],[893,1322],[925,1330],[955,1344],[957,1410],[948,1436],[941,1450],[926,1464],[911,1471],[896,1477],[878,1473],[855,1463],[835,1437],[831,1417],[834,1396],[859,1367]]},{"area":"336","points":[[960,1346],[1012,1362],[1050,1371],[1100,1376],[1146,1374],[1203,1367],[1255,1353],[1274,1349],[1282,1366],[1291,1379],[1303,1393],[1279,1405],[1244,1416],[1209,1424],[1168,1430],[1126,1436],[1083,1435],[1028,1427],[983,1416],[966,1411]]},{"area":"350","points":[[1339,1273],[1345,1241],[1361,1218],[1381,1191],[1409,1175],[1435,1165],[1466,1164],[1493,1170],[1521,1179],[1546,1204],[1560,1225],[1569,1250],[1570,1278],[1559,1321],[1549,1340],[1527,1362],[1508,1378],[1486,1390],[1457,1393],[1422,1389],[1390,1374],[1363,1345],[1348,1318],[1340,1290]]},{"area":"353","points":[[1111,1275],[1142,1275],[1142,1244],[1280,1245],[1278,1273],[1262,1277],[1264,1308],[1273,1339],[1226,1354],[1175,1363],[1142,1364],[1142,1336],[1111,1334]]},{"area":"34e","points":[[1501,1090],[1525,1034],[1535,993],[1546,940],[1547,893],[1542,830],[1526,816],[1517,805],[1504,793],[1489,799],[1480,808],[1468,814],[1452,820],[1434,827],[1422,839],[1412,849],[1413,881],[1406,892],[1409,911],[1412,935],[1411,947],[1401,960],[1399,970],[1413,979],[1418,989],[1418,1006],[1405,1014],[1401,1030],[1397,1039],[1397,1052],[1403,1061],[1420,1064],[1437,1069],[1454,1076],[1468,1085],[1484,1090]]},{"area":"34d","points":[[1424,657],[1452,660],[1503,647],[1518,670],[1529,696],[1535,713],[1424,713]]},{"area":"343","points":[[1306,559],[1286,527],[1270,485],[1266,456],[1268,421],[1279,382],[1297,353],[1321,327],[1357,303],[1385,289],[1416,283],[1445,283],[1473,287],[1497,296],[1527,312],[1549,328],[1568,347],[1582,371],[1600,398],[1605,428],[1605,466],[1600,501],[1592,525],[1575,550],[1556,569],[1540,584],[1516,599],[1490,609],[1461,613],[1426,616],[1399,612],[1372,606],[1332,586]]},{"area":"349","points":[[1734,351],[1740,324],[1751,297],[1774,271],[1804,255],[1829,248],[1857,250],[1881,256],[1910,270],[1929,285],[1944,313],[1950,340],[1952,362],[1949,386],[1939,409],[1922,433],[1894,456],[1864,465],[1840,466],[1809,456],[1782,444],[1759,422],[1744,396],[1736,374]]},{"area":"346","points":[[1773,633],[1780,614],[1799,591],[1820,576],[1841,569],[1862,563],[1887,562],[1908,569],[1927,578],[1946,593],[1960,610],[1973,633],[1980,649],[1983,671],[1980,685],[1968,713],[1953,738],[1931,757],[1897,772],[1873,780],[1845,776],[1815,763],[1791,739],[1776,713],[1768,683],[1768,666]]},{"area":"336","points":[[1511,643],[1559,618],[1576,639],[1597,679],[1611,713],[1622,751],[1631,791],[1641,826],[1645,860],[1645,892],[1645,932],[1641,967],[1635,996],[1630,1030],[1621,1060],[1607,1095],[1597,1125],[1587,1140],[1559,1121],[1543,1113],[1553,1088],[1567,1037],[1578,995],[1584,942],[1587,892],[1585,852],[1578,812],[1568,765],[1554,719],[1535,681],[1521,660]]},{"area":"2fb","points":[[1793,2211],[1793,2285],[1862,2285],[1862,2211]]},{"area":"2fb","points":[[1220,2500],[1213,2485],[1220,2468],[1229,2453],[1226,2438],[1237,2424],[1241,2407],[1245,2398],[1234,2382],[1216,2364],[1207,2338],[1219,2317],[1236,2306],[1255,2299],[1337,2304],[1346,2304],[1363,2296],[1384,2295],[1402,2300],[1413,2314],[1417,2344],[1414,2373],[1422,2391],[1438,2399],[1459,2417],[1473,2433],[1442,2441],[1409,2464],[1377,2487],[1357,2497],[1344,2526],[1335,2563]]},{"area":"2fe","points":[[1238,2109],[1243,2092],[1256,2069],[1276,2058],[1302,2055],[1321,2060],[1341,2069],[1351,2084],[1359,2116],[1359,2142],[1358,2160],[1354,2183],[1342,2200],[1324,2210],[1298,2218],[1272,2209],[1250,2196],[1239,2182],[1238,2150]]},{"area":"313","points":[[1143,1864],[1143,1775],[1264,1775],[1264,1864]]},{"area":"311","points":[[1018,1922],[1020,1872],[1027,1849],[1041,1835],[1056,1833],[1082,1838],[1097,1845],[1111,1866],[1112,1895],[1174,1896],[1211,1895],[1297,1895],[1327,1896],[1362,1893],[1364,1860],[1368,1845],[1385,1839],[1400,1837],[1421,1838],[1433,1838],[1447,1847],[1448,1871],[1450,1913],[1451,1993],[1451,2016],[1446,2035],[1430,2047],[1410,2051],[1385,2047],[1371,2035],[1361,2023],[1359,1985],[1111,1987],[1110,2011],[1106,2035],[1092,2045],[1072,2052],[1051,2051],[1029,2039],[1016,2017],[1018,1983]]},{"area":"30b","points":[[397,1854],[400,1833],[412,1816],[424,1807],[539,1802],[561,1807],[580,1822],[580,1867],[572,1884],[549,1892],[497,1896],[446,1895],[419,1887],[402,1872]]},{"area":"309","points":[[615,1834],[613,1806],[678,1806],[678,1772],[768,1772],[768,1804],[803,1804],[803,1775],[891,1775],[891,1805],[922,1805],[922,1833],[951,1833],[951,1862],[925,1862],[925,1895],[891,1895],[891,1928],[802,1928],[802,1896],[615,1896],[615,1863],[590,1863],[590,1834]]},{"area":"303","points":[[678,1907],[737,1907],[737,2146],[954,2146],[954,2205],[736,2205],[736,2451],[678,2451],[678,2205],[590,2205],[590,2147],[678,2147]]},{"area":"306","points":[[583,1958],[553,1961],[521,1966],[490,1977],[465,1991],[445,2003],[424,2024],[405,2049],[386,2081],[374,2107],[369,2131],[367,2162],[367,2184],[374,2221],[387,2259],[407,2294],[424,2314],[449,2341],[476,2362],[504,2376],[533,2388],[583,2392]]},{"area":"314","points":[[896,2427],[1017,2425],[1017,2397],[1108,2397],[1108,2578],[896,2578],[873,2576],[852,2563],[833,2536],[832,2504],[835,2473],[846,2447],[872,2432]]},{"area":"316","points":[[672,2487],[595,2487],[542,2472],[489,2450],[432,2410],[392,2370],[354,2314],[329,2243],[316,2163],[314,2124],[319,2066],[336,2018],[367,1959],[316,1959],[303,1973],[276,1951],[238,1990],[264,2024],[247,2050],[234,2081],[180,2085],[179,2144],[217,2144],[213,2197],[212,2234],[215,2265],[167,2289],[187,2346],[232,2325],[249,2360],[268,2392],[293,2425],[257,2460],[298,2500],[333,2471],[374,2500],[412,2519],[432,2528],[424,2576],[471,2593],[488,2540],[524,2549],[578,2547],[639,2539],[686,2518]]},{"area":"31d","points":[[239,1981],[218,1990],[191,1986],[170,1970],[157,1951],[153,1924],[160,1898],[174,1878],[165,1855],[171,1833],[190,1815],[210,1807],[224,1791],[242,1779],[256,1785],[264,1812],[256,1820],[255,1844],[253,1855],[240,1869],[243,1882],[256,1890],[264,1903],[273,1925],[269,1943],[262,1960]]},{"area":"31c","points":[[174,2094],[166,2077],[143,2064],[126,2059],[100,2062],[80,2072],[70,2085],[62,2107],[60,2124],[67,2149],[81,2164],[101,2169],[131,2174],[149,2167],[167,2146],[174,2130]]},{"area":"31b","points":[[159,2298],[149,2286],[124,2273],[105,2269],[77,2272],[52,2286],[39,2301],[30,2318],[24,2349],[31,2373],[47,2397],[60,2412],[83,2421],[113,2423],[139,2414],[159,2402],[171,2377],[177,2344],[171,2317]]},{"area":"31a","points":[[262,2472],[230,2460],[204,2456],[179,2463],[158,2473],[136,2488],[125,2513],[119,2545],[119,2574],[130,2599],[153,2624],[177,2633],[211,2641],[239,2633],[269,2616],[291,2587],[303,2544],[301,2523],[282,2487]]},{"area":"319","points":[[427,2584],[397,2584],[371,2593],[354,2613],[338,2636],[337,2671],[345,2702],[363,2719],[393,2731],[421,2736],[456,2724],[479,2697],[487,2664],[482,2629],[470,2603],[448,2589]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/099-6.03-three-moons-vault.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/100-6.03-three-moons-vault-player.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"526"},"grid":{"type":"square","size":156,"offsetX":92,"offsetY":-27,"scale":5}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/102-6.04-three-moons-vault-upper-level.webp"},"title":"Map 6.4: Three Moons Vault—Upper Level","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"527","grid":{"type":"square","size":133,"offsetX":16,"offsetY":-45,"scale":5},"mapRegions":[{"area":"361","points":[[246,631],[235,600],[219,580],[192,562],[152,552],[120,551],[93,564],[66,579],[46,596],[25,628],[20,675],[22,711],[39,739],[64,767],[104,786],[127,791],[169,789],[198,776],[226,760],[246,736]]},{"area":"367","points":[[252,615],[396,614],[382,729],[252,728]]},{"area":"363","points":[[809,352],[893,431],[902,422],[924,427],[954,421],[987,405],[1009,378],[1028,346],[1035,315],[1027,275],[1008,246],[991,222],[955,206],[924,200],[885,208],[856,227],[831,249],[816,281],[809,320]]},{"area":"365","points":[[841,980],[901,924],[917,921],[936,919],[964,926],[990,935],[1009,955],[1024,976],[1033,1001],[1030,1038],[1019,1068],[1000,1089],[971,1105],[940,1115],[910,1110],[880,1096],[853,1068],[842,1036],[839,1006]]},{"area":"368","points":[[385,737],[404,599],[422,564],[445,532],[478,508],[513,490],[554,473],[590,463],[632,460],[683,469],[712,481],[760,518],[803,551],[831,596],[849,643],[857,696],[847,757],[825,806],[807,835],[753,889],[703,915],[646,932],[593,934],[523,914],[469,881],[431,841],[398,786]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/102-6.04-three-moons-vault-upper-level.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/103-6.04-three-moons-vault-upper-level-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"527"},"grid":{"type":"square","size":133,"offsetX":16,"offsetY":-45,"scale":5}}]},{"name":"Ch. 7: Tomb of Wayward Souls","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/107-7.01-isle-of-serpents-lagoon.webp"},"title":"Map 7.1: Isle of Serpents Lagoon","credit":"Dyson Logos","width":1032,"height":1350,"imageType":"map","id":"528","grid":{"type":"square","size":129,"offsetX":18,"offsetY":24,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/108-7.01-isle-of-serpents-lagoon-player.webp"},"title":"Player Version","width":1032,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"528"},"grid":{"type":"square","size":129,"offsetX":18,"offsetY":24,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/111-map-7.02-tomb-complex.webp"},"imageType":"map","title":"Map 7.2: Tomb Complex","credit":"Francesca Baerald","width":4000,"height":2569,"grid":{"type":"none"},"id":"538"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/112-7.03-tomb-of-wayward-souls.webp"},"title":"Map 7.3: Tomb of Wayward Souls","credit":"Dyson Logos","width":2100,"height":2850,"imageType":"map","id":"529","grid":{"type":"square","size":146,"offsetX":-19,"offsetY":15,"scale":3},"mapRegions":[{"area":"3bc","points":[[334,199],[334,341],[480,341],[480,199]]},{"area":"3ba","points":[[188,393],[188,832],[626,832],[626,393]]},{"area":"3b5","points":[[726,345],[869,345],[869,574],[825,574],[825,538],[726,538]]},{"area":"3b2","points":[[919,591],[919,1169],[776,1169],[746,1141],[718,1101],[699,1033],[684,982],[680,924],[674,869],[678,814],[692,746],[706,689],[741,629],[776,591]]},{"area":"3ad","points":[[188,928],[188,1171],[429,1171],[429,928]]},{"area":"3af","points":[[680,1221],[680,1512],[868,1512],[868,1221]]},{"area":"3a7","points":[[189,1269],[428,1269],[428,1513],[335,1513],[189,1367]]},{"area":"39a","points":[[351,1986],[331,1954],[312,1952],[292,1954],[278,1953],[252,1968],[226,1966],[205,1965],[180,1967],[161,1941],[149,1904],[139,1886],[118,1871],[96,1844],[71,1835],[62,1802],[64,1781],[56,1753],[81,1739],[106,1713],[111,1671],[118,1649],[136,1629],[164,1621],[182,1605],[221,1607],[261,1615],[304,1627],[328,1655],[334,1689],[327,1721],[327,1756],[327,1789],[346,1812],[362,1835],[367,1858],[385,1873],[379,1898],[389,1927]]},{"area":"3a4","points":[[482,1816],[462,1793],[472,1782],[458,1772],[445,1772],[431,1752],[438,1738],[435,1720],[409,1720],[404,1701],[412,1687],[436,1686],[431,1668],[447,1640],[462,1629],[489,1592],[504,1588],[512,1573],[532,1564],[541,1572],[562,1566],[562,1546],[599,1546],[601,1566],[619,1565],[648,1586],[674,1598],[687,1627],[695,1636],[708,1644],[722,1666],[715,1674],[714,1685],[740,1685],[740,1722],[713,1722],[712,1741],[719,1749],[709,1767],[694,1761],[682,1775],[694,1785],[660,1819],[649,1819],[634,1826],[627,1844],[616,1851],[600,1841],[593,1842],[589,1867],[572,1873],[561,1866],[556,1844],[546,1844],[541,1851],[507,1835],[505,1813]]},{"area":"3a1","points":[[776,1868],[776,1953],[867,1953],[867,1868]]},{"area":"38c","points":[[93,2000],[93,2199],[282,2199],[282,2000]]},{"area":"38f","points":[[446,2348],[446,2536],[772,2536],[772,2348]]},{"area":"394","points":[[298,2193],[360,2126],[498,2273],[441,2333]]},{"area":"396","points":[[532,1949],[580,1905],[601,1905],[639,1913],[662,1927],[686,1945],[705,1973],[715,2002],[718,2038],[711,2058],[678,2095]]},{"area":"39e","points":[[732,2052],[732,2098],[1018,2098],[1018,2052]]},{"area":"3c0","points":[[921,2247],[921,2392],[1406,2392],[1406,2247]]},{"area":"3c8","points":[[1361,1673],[1361,2142],[1452,2142],[1452,1673]]},{"area":"3c3","points":[[1508,1953],[1893,1953],[1893,2051],[1945,2051],[1945,2148],[1894,2148],[1894,2295],[1944,2295],[1944,2389],[1894,2389],[1894,2492],[1508,2492]]},{"area":"3cc","points":[[1116,1467],[1116,1659],[1696,1659],[1696,1467]]},{"area":"3d6","points":[[1753,1032],[1892,1028],[1944,1224],[1898,1415],[1754,1415],[1701,1222],[1753,1072]]},{"area":"3da","points":[[1313,1169],[1405,1077],[1456,1077],[1550,1171],[1550,1219],[1454,1315],[1406,1315],[1312,1221]]},{"area":"3e1","points":[[1215,696],[1359,696],[1359,729],[1286,802],[1215,731]]},{"area":"3de","points":[[1604,686],[1845,686],[1845,975],[1652,975],[1604,929]]},{"area":"3e4","points":[[973,489],[1071,296],[1501,296],[1599,489],[1504,681],[1067,681]]},{"area":"3ea","points":[[1214,148],[1214,285],[1358,285],[1358,148]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/112-7.03-tomb-of-wayward-souls.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/113-7.03-tomb-of-wayward-souls-player.webp"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"529"},"grid":{"type":"square","size":146,"offsetX":-19,"offsetY":15,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/119-07-009.vortex-bridge-puzzle.webp"},"title":"Map 7.4: Vortex Bridge Puzzle","credit":"Claudio Pozas","width":850,"height":1507,"imageType":"map","grid":{"type":"square","size":142,"offsetX":73,"offsetY":53},"id":"539"}]},{"name":"Ch. 8: The Dragon Queen's Pride","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/123-map-8.01-the-red-belvedere.webp"},"imageType":"map","title":"Map 8.1: The Red Belvedere","credit":"Francesca Baerald","width":4000,"height":5429,"id":"52a","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/124-map-8.01-the-red-belvedere-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4000,"height":5429,"credit":"Francesca Baerald","mapParent":{"id":"52a"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/129-8.02-alabaster-racetrack-stables.webp"},"title":"Map 8.2: Alabaster Racetrack Stables","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"52b","grid":{"type":"square","size":55,"offsetX":3,"offsetY":27}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/130-8.02-alabaster-racetrack-stables-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"52b"},"grid":{"type":"square","size":55,"offsetX":3,"offsetY":27}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/131-8.03-scarlet-coliseum.webp"},"title":"Map 8.3: Scarlet Coliseum","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"52c","grid":{"type":"square","size":117,"offsetX":-2,"offsetY":63,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/132-8.03-scarlet-coliseum-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"52c"},"grid":{"type":"square","size":117,"offsetX":-2,"offsetY":63,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/134-8.04-dragons-pride.webp"},"title":"Map 8.4: Dragon's Pride","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"52d","grid":{"type":"square","size":116,"offsetX":3,"offsetY":-1,"scale":3},"mapRegions":[{"area":"44f","points":[[236,156],[351,41],[579,41],[696,158],[696,539],[619,616],[576,573],[544,573],[511,540],[421,540],[388,573],[351,573],[311,613],[236,541]]},{"area":"452","points":[[711,156],[711,301],[810,301],[810,156]]},{"area":"455","points":[[708,318],[813,318],[813,425],[886,425],[886,579],[680,579],[708,542]]},{"area":"457","points":[[313,628],[357,584],[393,584],[431,546],[505,546],[543,584],[574,584],[620,630],[620,694],[585,729],[542,729],[542,769],[502,809],[502,819],[426,819],[426,807],[390,771],[390,732],[351,732],[313,693]]},{"area":"45b","points":[[216,982],[216,938],[231,918],[248,909],[255,893],[292,874],[313,873],[332,849],[429,849],[429,833],[500,833],[500,848],[581,848],[593,860],[601,881],[603,899],[620,937],[628,949],[645,966],[660,1000],[635,1046],[630,1073],[634,1085],[636,1102],[660,1134],[670,1148],[690,1199],[677,1214],[660,1210],[593,1236],[580,1233],[545,1250],[518,1266],[500,1282],[503,1304],[507,1317],[471,1317],[464,1297],[449,1267],[353,1225],[339,1228],[285,1197],[261,1200],[245,1174],[219,1141],[195,1120],[199,1094],[208,1059],[218,1028],[230,1011],[225,991]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/134-8.04-dragons-pride.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/135-8.04-dragons-pride-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"52d"},"grid":{"type":"square","size":116,"offsetX":3,"offsetY":-1,"scale":3}}]},{"name":"Ch. 9: The Betrayer Revealed","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/139-9.01-pandesmos-outlook.webp"},"title":"Map 9.1: Pandesmos Outlook","credit":"Dyson Logos","width":1031,"height":1318,"imageType":"map","id":"52e","grid":{"type":"square","size":137,"offsetX":25,"offsetY":-4,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/140-9.01-pandesmos-outlook-player.webp"},"title":"Player Version","width":1031,"height":1318,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"52e"},"grid":{"type":"square","size":137,"offsetX":25,"offsetY":-4,"scale":2}}]},{"name":"Ch. 10: The War of Pandesmos","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/142-map-10.01-pandesmos-battlefield.webp"},"imageType":"map","title":"Map 10.1: Pandesmos Battlefield","credit":"Francesca Baerald","width":4000,"height":2571,"id":"52f","grid":{"type":"square","size":149,"offsetX":-38,"offsetY":56,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/143-map-10.01-pandesmos-battlefield-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4000,"height":2571,"credit":"Francesca Baerald","mapParent":{"id":"52f"},"grid":{"type":"square","size":149,"offsetX":-38,"offsetY":56,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/146-10.02-hurricane-tower.webp"},"title":"Map 10.2: Hurricane Tower","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"530","grid":{"type":"square","size":129,"offsetX":6,"offsetY":-2,"scale":3},"mapRegions":[{"area":"497","points":[[261,560],[261,341],[272,307],[293,280],[330,262],[365,256],[493,256],[512,240],[522,219],[522,157],[528,134],[550,130],[776,130],[821,175],[821,278],[808,293],[789,296],[734,296],[710,309],[693,326],[685,355],[690,560],[688,586],[672,610],[645,630],[603,643],[365,643],[317,637],[282,614],[262,587]]},{"area":"49b","points":[[222,834],[228,790],[250,760],[276,729],[314,705],[364,689],[450,692],[582,686],[644,703],[694,738],[717,786],[737,849],[735,950],[729,1075],[705,1132],[672,1168],[646,1183],[597,1201],[532,1206],[383,1203],[326,1191],[283,1169],[243,1126],[221,1054],[219,954]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/146-10.02-hurricane-tower.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/147-10.02-hurricane-tower-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"530"},"grid":{"type":"square","size":129,"offsetX":6,"offsetY":-2,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/150-10.03-ruinous-citadel.webp"},"title":"Map 10.3: Ruinous Citadel","credit":"Dyson Logos","width":1935,"height":1350,"imageType":"map","id":"531","grid":{"type":"square","size":159,"offsetX":51,"offsetY":15,"scale":4},"mapRegions":[{"area":"4a8","points":[[769,396],[769,80],[170,80],[170,396]]},{"area":"4ab","points":[[294,443],[294,997],[532,997],[532,443]]},{"area":"4b5","points":[[575,445],[575,839],[845,839],[845,445]]},{"area":"4ad","points":[[569,1072],[569,880],[1045,880],[1045,1072]]},{"area":"4af","points":[[1086,912],[1086,1076],[1600,1076],[1600,912]]},{"area":"4b9","points":[[1285,680],[1285,874],[1759,874],[1759,680]]},{"area":"4bb","points":[[889,125],[889,519],[1519,519],[1519,125]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/150-10.03-ruinous-citadel.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/151-10.03-ruinous-citadel-player.webp"},"title":"Player Version","width":1935,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"531"},"grid":{"type":"square","size":159,"offsetX":51,"offsetY":15,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/154-10.04-cliffside-redoubt.webp"},"title":"Map 10.4: Cliffside Redoubt","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"532","grid":{"type":"square","size":126,"offsetX":-56,"offsetY":-6,"scale":4},"mapRegions":[{"area":"4d0","points":[[138,195],[153,154],[228,134],[307,112],[382,115],[405,86],[454,60],[476,19],[895,15],[931,42],[984,52],[996,71],[1012,115],[999,292],[972,288],[928,287],[909,300],[881,299],[806,315],[762,324],[749,315],[719,321],[679,340],[660,331],[634,329],[615,341],[584,341],[506,320],[504,305],[489,287],[480,275],[419,275],[404,291],[372,281],[336,278],[307,267],[285,238],[253,236],[220,221],[175,206],[155,199]]},{"area":"4d0","points":[[148,611],[195,564],[229,564],[293,500],[632,500],[728,596],[745,596],[745,565],[734,538],[738,515],[761,495],[778,493],[804,500],[816,526],[820,551],[805,562],[777,534],[794,579],[804,579],[804,595],[838,595],[838,722],[804,722],[804,734],[792,734],[769,784],[809,759],[821,771],[814,799],[806,814],[794,825],[766,827],[741,813],[731,789],[735,774],[745,756],[745,722],[728,722],[629,814],[288,814],[220,753],[193,753],[148,708]]},{"area":"4ce","points":[[396,1194],[431,1180],[457,1173],[481,1159],[505,1146],[529,1140],[539,1151],[574,1138],[593,1129],[613,1106],[623,1093],[654,1090],[670,1094],[693,1085],[717,1081],[749,1079],[786,1082],[798,1077],[831,1082],[848,1076],[881,1077],[906,1093],[936,1094],[970,1099],[994,1105],[994,1334],[396,1334]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/154-10.04-cliffside-redoubt.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/155-10.04-cliffside-redoubt-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"532"},"grid":{"type":"square","size":126,"offsetX":-56,"offsetY":-6,"scale":4}}]},{"name":"Ch. 11: Eve of Ruin","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/VEoR/158-11.01-vecnas-grasp.webp"},"title":"Map 11.1: Vecna's Grasp","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"533","grid":{"type":"square","size":158,"offsetX":-20,"offsetY":-49,"scale":3},"mapRegions":[{"area":"4eb","points":[[249,405],[285,361],[324,351],[336,332],[321,313],[321,283],[309,248],[280,238],[258,217],[222,214],[177,221],[159,223],[123,247],[82,285],[71,324],[84,353],[90,365],[93,393],[113,410],[141,428],[160,424],[179,439],[216,438],[235,428]]},{"area":"4ec","points":[[738,385],[742,366],[739,348],[758,332],[761,314],[750,269],[779,243],[818,226],[856,218],[875,207],[900,222],[930,236],[940,262],[937,285],[947,302],[954,325],[972,337],[966,358],[977,390],[909,414],[888,385],[892,356],[887,332],[874,295],[840,284],[829,297],[832,317],[837,345],[826,353],[827,383],[813,399],[795,422],[787,430],[768,425],[743,410]]},{"area":"4ed","points":[[550,1076],[573,1074],[592,1078],[602,1117],[619,1137],[632,1156],[661,1161],[669,1146],[695,1153],[734,1155],[743,1142],[768,1157],[781,1167],[740,1189],[723,1191],[703,1188],[686,1199],[650,1202],[631,1201],[596,1178],[548,1151],[543,1121],[555,1100]]},{"area":"4e8","points":[[182,447],[229,440],[259,410],[287,413],[304,425],[322,420],[331,397],[362,390],[391,380],[411,368],[425,353],[449,334],[473,332],[486,355],[502,385],[540,384],[559,365],[574,349],[611,340],[646,340],[655,360],[647,382],[662,404],[682,412],[698,415],[725,400],[736,417],[783,435],[784,457],[789,483],[809,479],[841,495],[850,504],[856,523],[866,543],[888,553],[901,580],[905,592],[890,606],[869,622],[862,633],[859,664],[875,672],[885,707],[884,730],[901,758],[906,768],[906,798],[910,842],[904,850],[878,859],[861,874],[856,890],[855,933],[824,947],[810,950],[798,971],[789,991],[761,995],[745,1009],[742,1028],[716,1040],[678,1063],[645,1055],[620,1044],[597,1050],[588,1067],[541,1068],[513,1055],[485,1040],[463,1052],[442,1060],[403,1057],[384,1038],[355,1023],[314,1025],[296,1027],[268,1009],[261,993],[236,989],[215,995],[179,970],[180,947],[185,902],[197,870],[175,852],[151,824],[156,791],[165,770],[179,752],[179,724],[163,692],[180,671],[192,645],[197,632],[187,597],[197,561],[207,548],[221,514],[214,498],[194,479],[183,464]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/158-11.01-vecnas-grasp.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/159-11.01-vecnas-grasp-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"533"},"grid":{"type":"square","size":158,"offsetX":-20,"offsetY":-49,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/161-11.02-torment-of-kas.webp"},"title":"Map 11.2: Torment of Kas","credit":"Dyson Logos","width":1050,"height":1350,"imageType":"map","id":"534","grid":{"type":"square","size":219,"offsetX":10,"offsetY":-69,"scale":4},"mapRegions":[{"area":"4fa","points":[[578,284],[717,154],[873,314],[791,399],[772,399],[763,410],[710,409],[690,402]]},{"area":"4f5","points":[[632,450],[632,398],[549,315],[359,310],[329,303],[291,311],[289,344],[280,366],[278,502],[279,604],[332,604],[331,528],[440,528],[440,554],[525,554]]},{"area":"4f7","points":[[576,559],[690,436],[786,436],[786,559]]},{"area":"4f3","points":[[20,635],[20,799],[858,799],[858,635]]},{"area":"4f2","points":[[248,1216],[248,828],[858,828],[858,1216]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/161-11.02-torment-of-kas.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/162-11.02-torment-of-kas-player.webp"},"title":"Player Version","width":1050,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"534"},"grid":{"type":"square","size":219,"offsetX":10,"offsetY":-69,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/164-11.03-neverwinter-square.webp"},"title":"Map 11.3: Neverwinter Square","credit":"Dyson Logos","width":1050,"height":1262,"imageType":"map","grid":{"type":"square","size":156,"offsetX":84,"offsetY":-24,"scale":3},"id":"53a"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/166-11.04-arekanzs-donjon.webp"},"title":"Map 11.4: Arekanz's Donjon","credit":"Dyson Logos","width":2100,"height":1350,"imageType":"map","id":"535","grid":{"type":"square","size":168,"offsetX":-62,"offsetY":15,"scale":3},"mapRegions":[{"area":"504","points":[[646,618],[646,910],[770,910],[770,618]]},{"area":"506","points":[[355,667],[450,523],[648,411],[827,307],[1056,163],[1259,45],[1485,35],[1293,178],[1094,299],[938,405],[806,477],[562,626],[523,645],[373,683]]},{"area":"508","points":[[1109,458],[1200,432],[1232,386],[1267,338],[1328,328],[1373,264],[1413,214],[1507,166],[1568,107],[1659,53],[2021,296],[1877,330],[1874,357],[1787,349],[1746,371],[1722,408],[1696,424],[1616,445],[1533,486],[1430,510],[1394,522],[1386,557],[1302,560],[1234,534],[1192,490],[1144,469]]},{"area":"50a","points":[[1491,955],[1657,789],[1771,789],[1939,957],[1939,1074],[1775,1238],[1658,1238],[1492,1072]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/166-11.04-arekanzs-donjon.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/167-11.04-arekanzs-donjon-player.webp"},"title":"Player Version","width":2100,"height":1350,"imageType":"mapPlayer","credit":"Dyson Logos","mapParent":{"id":"535"},"grid":{"type":"square","size":168,"offsetX":-62,"offsetY":15,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/169-map-11.05-cave-of-shattered-reflection.webp"},"imageType":"map","title":"Map 11.5: Cave of Shattered Reflection","credit":"Francesca Baerald","width":4000,"height":2571,"id":"536","grid":{"type":"square","offsetX":7,"offsetY":11},"mapRegions":[{"area":"515","points":[[672,1130],[767,1060],[825,1047],[895,1015],[945,1032],[1025,1027],[1062,1062],[1117,1095],[1157,1157],[1172,1207],[1227,1237],[1290,1230],[1382,1190],[1442,1145],[1475,1142],[1465,1505],[1410,1500],[1362,1495],[1310,1450],[1280,1400],[1210,1392],[1170,1435],[1122,1490],[1075,1535],[1035,1590],[925,1610],[837,1602],[782,1592],[732,1547],[702,1497],[640,1420],[617,1332],[627,1252],[670,1185]]},{"area":"517","points":[[1535,1175],[1582,1142],[1620,1152],[1672,1155],[1707,1207],[1737,1242],[1827,1247],[1890,1250],[1927,1227],[2032,1222],[2092,1197],[2135,1205],[2200,1180],[2247,1207],[2295,1192],[2320,1292],[2270,1412],[2192,1432],[2120,1417],[2035,1417],[1977,1400],[1937,1410],[1885,1392],[1830,1397],[1777,1455],[1752,1517],[1705,1537],[1675,1550],[1600,1547],[1535,1502]]},{"area":"51b","points":[[2305,1160],[2300,1060],[2302,947],[2270,857],[2297,767],[2282,637],[2307,567],[2295,472],[2267,360],[2312,305],[2285,235],[2322,197],[2442,175],[2600,187],[2772,180],[2852,182],[2967,207],[3045,177],[3145,200],[3227,180],[3332,195],[3452,187],[3582,182],[3690,167],[3832,180],[3830,255],[3857,342],[3847,447],[3840,572],[3822,735],[3822,937],[3830,1097],[3835,1225],[3835,1357],[3820,1422],[3830,1472],[3830,1527],[3820,1605],[3822,1695],[3810,1755],[3827,1842],[3820,1892],[3830,1997],[3807,2045],[3835,2120],[3820,2177],[3827,2237],[3717,2230],[3657,2240],[3570,2220],[3470,2230],[3277,2235],[3192,2207],[3105,2222],[3000,2215],[2915,2232],[2840,2212],[2755,2230],[2677,2207],[2555,2200],[2472,2225],[2407,2215],[2310,2225],[2302,2107],[2285,1852],[2295,1652],[2317,1510],[2292,1462],[2340,1305],[2322,1217]]},{"area":"517","points":[[630,2357],[630,2417],[775,2417],[775,2357]]},{"area":"51b","points":[[792,2347],[792,2445],[1227,2445],[1227,2347]]},{"area":"515","points":[[437,1900],[437,2422],[615,2422],[615,1900]]}],"hrefThumbnail":{"type":"internal","path":"adventure/VEoR/thumbnail/169-map-11.05-cave-of-shattered-reflection.webp"},"page":"adventure.html","source":"VEoR","hash":"veor"},{"type":"image","href":{"type":"internal","path":"adventure/VEoR/170-map-11.05-cave-of-shattered-reflection-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4000,"height":2571,"credit":"Francesca Baerald","mapParent":{"id":"536"},"grid":{"type":"square","offsetX":7,"offsetY":11}}]}]},"QftIS":{"id":"QftIS","name":"Quests from the Infinite Staircase","source":"QftIS","prop":"adventure","chapters":[{"name":"Ch. 2: The Lost City","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/010-map-2.01-buried-ziggurat-1-3.webp"},"imageType":"map","title":"Map 2.1: Buried Ziggurat, Tiers 1-3","credit":"Mike Schley","width":3165,"height":4096,"id":"4ab","grid":{"type":"square","size":165,"offsetX":25,"offsetY":48,"scale":2,"distance":10},"mapRegions":[{"area":"03f","points":[[835,1018],[835,1342],[1163,1342],[1163,1018]]},{"area":"054","points":[[2248,689],[2248,839],[2395,839],[2395,689]]},{"area":"058","points":[[2494,686],[2494,845],[2644,845],[2644,686]]},{"area":"052","points":[[1835,777],[1835,1005],[2066,1005],[2066,777]]},{"area":"05b","points":[[2497,935],[2497,1086],[2644,1086],[2644,935]]},{"area":"047","points":[[1828,1103],[1828,1255],[1991,1255],[1991,1103]]},{"area":"044","points":[[2081,1018],[2081,1338],[2394,1338],[2394,1018]]},{"area":"05e","points":[[2494,1190],[2494,1335],[2644,1335],[2644,1190]]},{"area":"04b","points":[[2001,1511],[2001,1672],[2227,1672],[2227,1511]]},{"area":"04e","points":[[2248,1426],[2248,1587],[2480,1587],[2480,1426]]},{"area":"060","points":[[2497,1352],[2497,1502],[2645,1502],[2645,1352]]},{"area":"063","points":[[2494,1519],[2494,1671],[2644,1671],[2644,1519]]},{"area":"075","points":[[837,2170],[837,2490],[1168,2490],[1168,2170]]},{"area":"070","points":[[1253,2341],[1253,2489],[1494,2489],[1494,2341]]},{"area":"073","points":[[1333,2590],[1333,2738],[1497,2738],[1497,2590]]},{"area":"078","points":[[840,2750],[840,3151],[1159,3151],[1159,2750]]},{"area":"07f","points":[[839,3252],[839,3485],[1084,3485],[1084,3252]]},{"area":"082","points":[[841,3668],[841,3819],[1081,3819],[1081,3668]]},{"area":"088","points":[[1337,3503],[1337,3734],[1575,3734],[1575,3503]]},{"area":"086","points":[[1342,3170],[1538,3170],[1577,3209],[1577,3237],[1495,3237],[1495,3484],[1415,3484],[1415,3239],[1342,3239]]},{"area":"09c","points":[[2248,3243],[2248,3814],[2566,3814],[2566,3243]]},{"area":"06b","points":[[1658,2840],[1745,2836],[1818,2867],[1865,2921],[1899,2986],[1902,3072],[1880,3128],[1821,3194],[1755,3230],[1658,3230],[1590,3199],[1534,3146],[1506,3080],[1508,3000],[1532,2928],[1596,2865]]},{"area":"094","points":[[2245,2837],[2245,3161],[2569,3161],[2569,2837]]},{"area":"08f","points":[[2413,2508],[2565,2508],[2565,2668],[2534,2668],[2534,2746],[2569,2746],[2569,2822],[2413,2822]]},{"area":"08b","points":[[2237,2169],[2237,2490],[2565,2490],[2565,2169]]},{"area":"06d","points":[[1910,2338],[1910,2658],[2156,2658],[2156,2338]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/010-map-2.01-buried-ziggurat-1-3.webp"},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/011-map-2.01-buried-ziggurat-1-3-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3165,"height":4096,"credit":"Mike Schley","mapParent":{"id":"4ab"},"grid":{"type":"square","size":165,"offsetX":25,"offsetY":48,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/018-map-2.02-buried-ziggurat-4.webp"},"imageType":"map","title":"Map 2.2: Buried Ziggurat, Tier 4","credit":"Mike Schley","width":3165,"height":4096,"id":"59a","mapRegions":[{"area":"0ac","points":[[245,971],[245,1342],[618,1342],[618,971]]},{"area":"0aa","points":[[1517,970],[1517,1341],[1869,1341],[1869,970]]},{"area":"0ae","points":[[2363,1454],[2363,1726],[2541,1726],[2541,1454]]},{"area":"0b1","points":[[2656,1838],[2656,2114],[2925,2114],[2925,1838]]},{"area":"0a1","points":[[2075,1742],[2075,2018],[2349,2018],[2349,1742]]},{"area":"0ce","points":[[1597,1936],[1869,1936],[1869,2112],[1771,2112],[1771,2210],[1597,2210]]},{"area":"0cb","points":[[1786,2227],[1883,2227],[1883,2130],[2253,2130],[2253,2499],[1883,2499],[1883,2400],[1786,2400]]},{"area":"0d1","points":[[1592,2418],[1773,2418],[1773,2512],[1869,2512],[1869,2690],[1592,2690]]},{"area":"0b9","points":[[1403,2800],[1403,3072],[1675,3072],[1675,2800]]},{"area":"0b7","points":[[1690,3376],[1690,3653],[2061,3653],[2061,3376]]},{"area":"0b4","points":[[2653,3277],[2653,3560],[2933,3560],[2933,3277]]},{"area":"0be","points":[[1016,3182],[1016,3555],[1387,3555],[1387,3182]]},{"area":"0c0","points":[[445,3090],[445,3554],[808,3554],[808,3090]]},{"area":"0bb","points":[[629,2506],[629,2883],[1102,2883],[1102,2506]]},{"area":"0c2","points":[[250,2416],[250,3413],[334,3413],[334,2416]]},{"area":"0c6","points":[[246,2224],[246,2398],[910,2398],[910,2224]]},{"area":"0a7","points":[[250,1357],[250,2208],[525,2208],[525,1357]]},{"area":"0a4","points":[[1018,1741],[1018,2114],[1486,2114],[1486,1741]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/018-map-2.02-buried-ziggurat-4.webp"},"grid":{"type":"square","size":193,"offsetX":85,"offsetY":-16,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/019-map-2.02-buried-ziggurat-4-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3165,"height":4096,"credit":"Mike Schley","mapParent":{"id":"59a"},"grid":{"type":"square","size":193,"offsetX":85,"offsetY":-16,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/021-map-2.03-buried-ziggurat-5.webp"},"imageType":"map","title":"Map 2.3: Buried Ziggurat, Tier 5","credit":"Mike Schley","width":3165,"height":4096,"id":"59b","mapRegions":[{"area":"0f6","points":[[1192,219],[1192,1106],[1925,1106],[1925,219]]},{"area":"0ed","points":[[462,1250],[462,1546],[680,1546],[680,1250]]},{"area":"0ef","points":[[1050,1250],[1050,1621],[1339,1621],[1339,1250]]},{"area":"0fa","points":[[1707,1405],[1707,1616],[1930,1616],[1930,1405]]},{"area":"0f3","points":[[1205,1702],[1205,2859],[1923,2859],[1923,1702]]},{"area":"0ea","points":[[237,2067],[237,2501],[528,2501],[528,2067]]},{"area":"0dd","points":[[238,2797],[238,2941],[384,2941],[384,2797]]},{"area":"0d6","points":[[530,2795],[530,2941],[680,2941],[680,2795]]},{"area":"0d7","points":[[240,2955],[240,3230],[595,3230],[595,2955]]},{"area":"0e1","points":[[238,3246],[238,3528],[595,3528],[595,3246]]},{"area":"0e3","points":[[238,3544],[238,3904],[597,3904],[597,3544]]},{"area":"0e5","points":[[978,3616],[978,3902],[1558,3902],[1558,3616]]},{"area":"0e9","points":[[1925,3542],[1925,3904],[2296,3904],[2296,3542]]},{"area":"0e8","points":[[1115,3242],[1115,3310],[1366,3310],[1366,3242]]},{"area":"108","points":[[2666,3246],[2666,3605],[2880,3605],[2880,3246]]},{"area":"104","points":[[2443,2802],[2443,3230],[2883,3230],[2883,2802]]},{"area":"0ff","points":[[2522,2216],[2522,2792],[2882,2792],[2882,2216]]},{"area":"102","points":[[2368,1917],[2368,2202],[2882,2202],[2882,1917]]},{"area":"0fc","points":[[2589,1326],[2589,1685],[2878,1685],[2878,1326]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/021-map-2.03-buried-ziggurat-5.webp"},"grid":{"type":"square","size":147,"offsetX":34,"offsetY":6,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/022-map-2.03-buried-ziggurat-5-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3165,"height":4096,"credit":"Mike Schley","mapParent":{"id":"59b"},"grid":{"type":"square","size":147,"offsetX":34,"offsetY":6,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/025-map-2.04-expanded-ziggurat.webp"},"imageType":"map","title":"Map 2.4: Expanded Ziggurat","credit":"Mike Schley","width":4098,"height":2652,"id":"59c","mapRegions":[{"area":"112","points":[[490,1386],[534,1355],[517,1328],[523,1285],[550,1282],[578,1269],[582,1240],[602,1226],[586,1189],[600,1163],[634,1147],[637,1115],[629,1085],[654,1075],[686,1058],[712,1069],[736,1048],[1238,1048],[1238,1714],[1214,1725],[1194,1747],[1162,1733],[1128,1730],[1099,1738],[1072,1725],[1029,1731],[1011,1763],[997,1774],[979,1810],[933,1821],[901,1802],[893,1760],[870,1723],[830,1736],[806,1714],[802,1683],[773,1666],[765,1640],[731,1622],[685,1635],[680,1669],[696,1693],[680,1704],[666,1733],[595,1722],[597,1677],[573,1640],[570,1603],[518,1589],[510,1565],[467,1558],[416,1563],[389,1534],[368,1523],[338,1499],[350,1448]]},{"area":"115","points":[[1258,1274],[1363,1274],[1486,1054],[1920,1054],[2034,1272],[2034,1501],[1925,1718],[1488,1718],[1365,1496],[1258,1496]]},{"area":"119","points":[[1251,589],[1251,926],[2034,926],[2034,589]]},{"area":"11d","points":[[1405,1843],[1829,1843],[1859,1824],[1891,1826],[1904,1840],[1947,1840],[1974,1854],[1986,1869],[2016,1861],[2038,1842],[2086,1851],[2136,1842],[2197,1846],[2248,1853],[2285,1858],[2304,1877],[2341,1896],[2379,1883],[2406,1869],[2429,1872],[2454,1923],[2480,1936],[2496,1938],[2507,1982],[2534,1997],[2566,2019],[2571,2046],[2592,2078],[2629,2070],[2661,2080],[2706,2096],[2752,2296],[2718,2285],[2686,2272],[2642,2274],[2613,2274],[2584,2296],[2542,2288],[2515,2293],[2486,2275],[2450,2272],[2426,2286],[2416,2302],[2397,2301],[2387,2278],[2360,2269],[2328,2282],[2298,2294],[2285,2301],[2229,2291],[2210,2283],[2184,2288],[2154,2248],[2117,2234],[2083,2240],[2058,2262],[2013,2267],[1976,2278],[1946,2285],[1899,2272],[1874,2272],[1842,2282],[1826,2296],[1798,2288],[1752,2296],[1720,2288],[1701,2256],[1685,2218],[1643,2195],[1611,2210],[1594,2237],[1549,2232],[1515,2246],[1474,2242],[1451,2226],[1421,2213],[1368,2179],[1350,2160],[1350,2094],[1374,2074],[1379,2038],[1419,2016],[1405,1976],[1381,1962],[1354,1960],[1354,1912],[1386,1894],[1387,1862]]},{"area":"125","points":[[2397,598],[2614,598],[2614,469],[3069,469],[3069,597],[3184,597],[3280,816],[3280,1043],[3184,1274],[2397,1274]]},{"area":"121","points":[[2274,1539],[2288,1507],[2310,1474],[2354,1422],[2402,1381],[2474,1389],[2539,1387],[2579,1366],[2611,1382],[2664,1392],[2694,1378],[2733,1363],[2752,1387],[2782,1392],[2843,1386],[2893,1366],[2918,1374],[2947,1403],[2952,1437],[2981,1458],[3005,1485],[3029,1488],[3064,1499],[3098,1530],[3090,1579],[3080,1622],[3098,1653],[3131,1659],[3138,1704],[3158,1754],[3170,1813],[3147,1840],[3114,1838],[3096,1875],[3062,1925],[2960,1917],[2899,1894],[2870,1870],[2834,1864],[2808,1891],[2773,1896],[2742,1901],[2691,1886],[2680,1853],[2630,1850],[2602,1872],[2550,1862],[2514,1861],[2480,1838],[2456,1821],[2458,1789],[2419,1778],[2405,1763],[2370,1747],[2381,1717],[2371,1678],[2384,1653],[2368,1613],[2336,1576],[2294,1574],[2278,1560]]},{"area":"12d","points":[[3400,1483],[3435,1458],[3496,1434],[3558,1421],[3618,1427],[3621,1464],[3654,1480],[3678,1504],[3717,1498],[3739,1509],[3738,1539],[3752,1571],[3771,1598],[3800,1618],[3810,1654],[3763,1666],[3739,1698],[3741,1733],[3779,1746],[3803,1750],[3805,1773],[3816,1805],[3803,1826],[3814,1862],[3830,1883],[3803,1909],[3818,1936],[3850,1941],[3870,1966],[3870,2006],[3859,2042],[3875,2075],[3894,2106],[3891,2134],[3869,2150],[3872,2208],[3840,2205],[3818,2227],[3813,2245],[3782,2237],[3749,2238],[3706,2256],[3670,2286],[3653,2286],[3634,2262],[3614,2266],[3587,2280],[3546,2269],[3518,2285],[3470,2296],[3440,2290],[3408,2280],[3384,2261],[3358,2248],[3330,2261],[3299,2229],[3283,2211],[3258,2182],[3270,2144],[3267,2109],[3288,2094],[3309,2072],[3315,2037],[3293,2011],[3288,1963],[3307,1946],[3310,1901],[3310,1877],[3294,1850],[3274,1834],[3261,1805],[3282,1762],[3317,1720],[3325,1677],[3358,1666],[3390,1646],[3419,1619],[3406,1590],[3410,1539],[3410,1509]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/025-map-2.04-expanded-ziggurat.webp"},"grid":{"type":"square","size":114,"offsetX":-6,"offsetY":19,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/026-map-2.04-expanded-ziggurat-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4098,"height":2652,"credit":"Mike Schley","mapParent":{"id":"59c"},"grid":{"type":"square","size":114,"offsetX":-6,"offsetY":19,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/028-map-2.05-underground-city.webp"},"imageType":"map","title":"Map 2.5: Underground City","credit":"Marco Bernardini","width":4096,"height":2650,"id":"59d","mapRegions":[{"area":"135","points":[[309,1004],[309,1116],[741,1116],[741,1004]]},{"area":"137","points":[[808,935],[808,1084],[1202,1084],[1202,935]]},{"area":"138","points":[[1465,1122],[1465,1253],[1779,1253],[1779,1122]]},{"area":"134","points":[[2192,149],[2192,278],[2560,278],[2560,149]]},{"area":"136","points":[[3556,465],[3556,621],[3924,621],[3924,465]]},{"area":"136","points":[[3589,1503],[3589,1648],[3981,1648],[3981,1503]]},{"area":"136","points":[[3255,1682],[3255,1804],[3754,1804],[3754,1682]]},{"area":"136","points":[[2884,2301],[2884,2444],[3219,2444],[3219,2301]]},{"area":"13a","points":[[2509,2204],[2509,2335],[2764,2335],[2764,2204]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/028-map-2.05-underground-city.webp"},"grid":{"type":"none","size":148,"distance":200},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/029-map-2.05-underground-city-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Marco Bernardini","mapParent":{"id":"59d"},"grid":{"type":"none","size":148,"distance":200}}]},{"name":"Ch. 3: When a Star Falls","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/033-map-3.01-tegefed-mountains.webp"},"imageType":"map","title":"Map 3.1: Tegefed Mountains","credit":"Marco Bernardini","width":4096,"height":2650,"id":"59e","mapRegions":[{"area":"1fa","points":[[448,497],[451,446],[480,392],[509,375],[556,360],[608,368],[644,402],[657,448],[667,499],[640,531],[598,562],[554,577],[512,562],[469,528]]},{"area":"19d","points":[[1048,998],[1055,945],[1074,893],[1107,865],[1160,853],[1215,869],[1242,903],[1259,962],[1269,996],[1227,1040],[1192,1063],[1152,1080],[1101,1059],[1063,1027]]},{"area":"17a","points":[[1556,1667],[1562,1611],[1575,1564],[1606,1537],[1651,1524],[1699,1531],[1743,1560],[1762,1602],[1768,1667],[1731,1712],[1691,1733],[1655,1741],[1608,1722],[1575,1697]]},{"area":"159","points":[[2244,2147],[2253,2103],[2269,2065],[2286,2034],[2343,2011],[2383,2013],[2425,2034],[2451,2072],[2461,2149],[2425,2187],[2379,2215],[2324,2219],[2272,2185]]},{"area":"1ae","points":[[2903,398],[2907,341],[2926,303],[2949,267],[3008,257],[3055,272],[3093,295],[3114,341],[3118,398],[3084,444],[3027,469],[2977,465],[2931,432]]},{"area":"144","points":[[3063,1897],[3065,1851],[3078,1817],[3109,1781],[3147,1760],[3194,1756],[3227,1775],[3269,1808],[3280,1861],[3272,1912],[3215,1949],[3164,1968],[3122,1958],[3086,1933]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/033-map-3.01-tegefed-mountains.webp"},"grid":{"type":"hexColsOdd","size":181,"offsetX":-67,"offsetY":46,"distance":4,"units":"miles"},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/034-map-3.01-tegefed-mountains-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Marco Bernardini","mapParent":{"id":"59e"},"grid":{"type":"hexColsOdd","size":181,"offsetX":-67,"offsetY":46,"distance":4,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/036-map-3.02-derwyths-homestead.webp"},"imageType":"map","title":"Map 3.2: Derwyth's Homestead","credit":"Sean Macdonald","width":3277,"height":4096,"id":"59f","mapRegions":[{"area":"164","points":[[813,1444],[813,1192],[823,1162],[844,1147],[1072,1147],[1103,1162],[1112,1192],[1112,1402],[1101,1427],[1072,1444]]},{"area":"166","points":[[1160,1465],[1278,1583],[1301,1602],[1339,1606],[1899,1606],[1926,1589],[1941,1562],[1941,1202],[1933,1166],[1901,1143],[1206,1143],[1164,1154],[1160,1196]]},{"area":"16c","points":[[1979,1194],[1998,1160],[2044,1141],[2726,1141],[2766,1158],[2783,1211],[2783,1381],[2768,1425],[2728,1444],[2034,1444],[1996,1438],[1979,1392]]},{"area":"169","points":[[1726,1051],[1535,1051],[1535,905],[1562,893],[1579,863],[1678,863],[1693,891],[1726,909]]},{"area":"15f","points":[[998,1697],[1044,1760],[1097,1798],[1164,1811],[1305,1823],[1453,1825],[1564,1829],[1718,1966],[1617,1968],[1448,1954],[1328,1956],[1314,2008],[1316,2078],[1156,2072],[1137,1975],[1101,1931],[998,1899],[891,1895],[840,1926],[707,1848],[779,1792],[800,1726],[798,1629]]},{"area":"16e","points":[[867,2482],[1558,2482],[1587,2501],[1604,2537],[1604,2714],[1589,2747],[1556,2771],[874,2771],[836,2747],[823,2720],[823,2535],[834,2495]]},{"area":"170","points":[[2263,2352],[2284,2307],[2320,2272],[2364,2246],[2419,2227],[2463,2227],[2522,2234],[2585,2253],[2636,2297],[2686,2362],[2707,2434],[2695,2499],[2667,2564],[2634,2623],[2592,2659],[2509,2684],[2434,2688],[2358,2663],[2297,2617],[2253,2549],[2232,2484],[2240,2413]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/036-map-3.02-derwyths-homestead.webp"},"grid":{"type":"square","size":167,"offsetX":-42,"offsetY":-47,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/037-map-3.02-derwyths-homestead-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3277,"height":4096,"credit":"Sean Macdonald","mapParent":{"id":"59f"},"grid":{"type":"square","size":167,"offsetX":-42,"offsetY":-47,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/039-map-3.03-derro-lair.webp"},"imageType":"map","title":"Map 3.3: Derro Lair","credit":"Jason A. Engle","width":4096,"height":2650,"id":"5a0","mapRegions":[{"area":"183","points":[[622,1464],[686,1472],[706,1454],[750,1450],[802,1453],[832,1448],[867,1416],[882,1366],[904,1334],[893,1296],[923,1267],[918,1227],[973,1198],[1014,1202],[1037,1200],[1069,1178],[1083,1146],[1150,1112],[1162,1080],[1200,1066],[1229,1064],[1277,1083],[1318,1082],[1373,1070],[1395,1050],[1434,1018],[1462,992],[1491,1008],[1509,1045],[1514,1102],[1509,1162],[1498,1189],[1469,1208],[1453,1221],[1446,1266],[1466,1293],[1472,1342],[1509,1371],[1549,1382],[1568,1405],[1534,1435],[1509,1450],[1491,1494],[1459,1490],[1419,1478],[1390,1501],[1370,1530],[1349,1566],[1306,1550],[1256,1531],[1226,1488],[1219,1461],[1226,1429],[1213,1392],[1178,1370],[1149,1374],[1155,1410],[1125,1402],[1080,1410],[1043,1429],[1010,1424],[976,1438],[957,1462],[939,1506],[896,1512],[880,1538],[846,1557],[826,1586],[800,1597],[760,1603],[728,1610],[715,1642],[661,1603],[622,1558],[606,1502]]},{"area":"18e","points":[[1886,1448],[1886,1869],[2094,1869],[2094,1448]]},{"area":"198","points":[[2342,1206],[2342,990],[2453,898],[2568,898],[2611,934],[2643,925],[2674,931],[2707,955],[2746,1018],[2762,1091],[2755,1149],[2726,1195],[2688,1235],[2613,1237],[2533,1237],[2458,1206]]},{"area":"18c","points":[[2400,1443],[2440,1394],[2427,1358],[2424,1326],[2456,1283],[2509,1293],[2581,1296],[2568,1376],[2571,1434],[2622,1440],[2666,1432],[2693,1429],[2722,1440],[2747,1474],[2747,1517],[2693,1547],[2622,1570],[2566,1571],[2520,1563],[2483,1554],[2456,1538]]},{"area":"189","points":[[1894,2112],[2118,2112],[2118,2002],[2774,2002],[2774,2427],[2115,2427],[2115,2315],[1894,2315]]},{"area":"187","points":[[1379,1702],[1422,1702],[1443,1731],[1466,1766],[1494,1797],[1515,1832],[1523,1882],[1539,1922],[1557,1954],[1595,1971],[1622,2000],[1619,2051],[1616,2072],[1630,2106],[1648,2128],[1642,2158],[1616,2162],[1613,2203],[1605,2258],[1614,2296],[1619,2315],[1606,2344],[1582,2371],[1557,2392],[1533,2387],[1491,2358],[1446,2339],[1414,2331],[1387,2339],[1336,2365],[1283,2386],[1232,2371],[1192,2358],[1176,2334],[1186,2310],[1216,2298],[1274,2285],[1299,2266],[1325,2240],[1333,2179],[1354,2144],[1352,2098],[1362,2054],[1360,2003],[1330,1954],[1339,1925],[1355,1866],[1346,1835],[1342,1795],[1358,1770],[1368,1736]]},{"area":"192","points":[[3024,2109],[3141,2107],[3166,2085],[3195,2074],[3235,2080],[3290,2069],[3349,2061],[3406,2040],[3442,2019],[3454,1971],[3496,1981],[3526,2034],[3528,2102],[3533,2157],[3522,2210],[3512,2245],[3504,2291],[3499,2352],[3462,2382],[3424,2387],[3374,2355],[3318,2355],[3264,2370],[3224,2341],[3186,2315],[3134,2306],[3101,2315],[3024,2315]]},{"area":"195","points":[[2554,1882],[2558,1811],[2579,1762],[2656,1738],[2714,1770],[2778,1763],[2837,1758],[2858,1739],[2907,1688],[2944,1642],[2994,1664],[3051,1667],[3128,1680],[3165,1666],[3226,1685],[3272,1699],[3363,1717],[3450,1690],[3453,1778],[3458,1872],[3387,1870],[3339,1869],[3291,1890],[3253,1917],[3198,1920],[3157,1920],[3117,1944],[3056,1938],[2994,1918],[2933,1910],[2909,1894],[2859,1901],[2814,1886],[2786,1866],[2669,1866],[2669,1882]]},{"area":"19c","points":[[3722,907],[3779,874],[3818,829],[3846,803],[3891,770],[3939,747],[3974,715],[4018,690],[4075,685],[4086,814],[4051,845],[4029,883],[3995,917],[3962,954],[3912,979],[3882,1016],[3848,1046]]},{"area":"180","points":[[2909,565],[3347,565],[3347,802],[3309,826],[3248,866],[3144,867],[3070,869],[2982,864],[2928,845],[2888,771],[2888,712],[2909,677]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/039-map-3.03-derro-lair.webp"},"grid":{"type":"square","size":226,"offsetX":140,"offsetY":123,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/040-map-3.03-derro-lair-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Jason A. Engle","mapParent":{"id":"5a0"},"grid":{"type":"square","size":226,"offsetX":140,"offsetY":123,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/043-map-3.04-therno-lake.webp"},"imageType":"map","title":"Map 3.4: Therno Lake","credit":"Marco Bernardini","width":3277,"height":4096,"id":"5a1","mapRegions":[{"area":"1a0","points":[[489,3437],[489,3575],[652,3575],[652,3437]]},{"area":"1a8","points":[[1089,2142],[1089,2274],[1258,2274],[1258,2142]]},{"area":"1ab","points":[[1714,1175],[1714,1317],[1895,1317],[1895,1175]]},{"area":"1a3","points":[[871,1132],[871,1262],[1058,1262],[1058,1132]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/043-map-3.04-therno-lake.webp"},"grid":{"type":"square","size":306,"offsetX":111,"offsetY":-89,"distance":50},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/044-map-3.04-therno-lake-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3277,"height":4096,"credit":"Marco Bernardini","mapParent":{"id":"5a1"},"grid":{"type":"square","size":306,"offsetX":111,"offsetY":-89,"distance":50}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/046-map-3.05-tower-of-the-heavens.webp"},"imageType":"map","title":"Map 3.5: Tower of the Heavens","credit":"Sean Macdonald","width":3165,"height":4096,"id":"5a2","mapRegions":[{"area":"1e9","points":[[626,472],[626,584],[837,584],[837,472]]},{"area":"1e2","points":[[1103,397],[1103,715],[1426,715],[1426,397]]},{"area":"1e6","points":[[1478,529],[1505,502],[1604,502],[1637,535],[1637,718],[1612,743],[1507,743],[1478,716]]},{"area":"1d4","points":[[1078,774],[1479,774],[1531,819],[1531,877],[1478,929],[1078,929]]},{"area":"1d8","points":[[786,931],[786,1089],[1052,1089],[1052,931]]},{"area":"1d9","points":[[1105,984],[1158,984],[1158,964],[1210,964],[1210,1086],[1105,1086]]},{"area":"1dc","points":[[1236,983],[1266,983],[1266,964],[1318,964],[1318,983],[1339,983],[1339,1090],[1236,1090]]},{"area":"1df","points":[[1374,966],[1423,966],[1423,983],[1478,983],[1478,1089],[1374,1089]]},{"area":"1be","points":[[2120,346],[2278,346],[2387,427],[2387,637],[2565,637],[2565,902],[2517,902],[2517,1065],[2406,1065],[2406,1227],[2176,1227],[2176,1057],[2094,1057],[2094,471],[2120,471]]},{"area":"1ed","points":[[596,1841],[732,1761],[859,1835],[859,2002],[734,2076],[596,2000]]},{"area":"1c8","points":[[998,1835],[1101,1835],[1101,1942],[1050,1942],[1050,1964],[998,1964]]},{"area":"1c3","points":[[1102,1786],[1102,1996],[1424,1996],[1424,1786]]},{"area":"1d2","points":[[762,2187],[790,2215],[1080,2215],[1080,2268],[764,2268],[710,2214],[710,2155]]},{"area":"1d1","points":[[895,2290],[895,2478],[1053,2478],[1053,2290]]},{"area":"1d0","points":[[1075,2344],[1075,2479],[1244,2479],[1244,2344]]},{"area":"1cd","points":[[1372,2158],[1450,2158],[1531,2239],[1531,2371],[1372,2371]]},{"area":"1c1","points":[[1479,2046],[1479,2104],[1504,2129],[1613,2129],[1638,2104],[1638,1918],[1614,1894],[1508,1894],[1479,1925]]},{"area":"1bc","points":[[2123,1892],[2252,1892],[2307,1947],[2307,2136],[2210,2136],[2210,1973],[2123,1973]]},{"area":"1ca","points":[[1103,2048],[1103,2291],[1319,2291],[1319,2048]]},{"area":"1f6","points":[[502,3351],[509,3335],[542,3317],[560,3303],[565,3282],[571,3257],[588,3243],[601,3236],[604,3221],[617,3210],[643,3206],[675,3210],[677,3196],[725,3196],[730,3201],[750,3204],[773,3210],[809,3222],[818,3235],[809,3255],[814,3276],[830,3283],[844,3302],[840,3319],[803,3335],[783,3345],[784,3359],[794,3372],[816,3375],[830,3389],[830,3441],[819,3432],[799,3424],[773,3430],[761,3444],[764,3465],[788,3472],[804,3485],[816,3510],[815,3532],[792,3546],[763,3555],[738,3555],[712,3549],[664,3544],[646,3530],[636,3518],[609,3507],[589,3459],[557,3443],[531,3432],[511,3412],[499,3381]]},{"area":"1d3","points":[[457,3236],[525,3125],[478,3097],[432,3105],[394,3162],[411,3200]]},{"area":"1d3","points":[[667,3041],[797,3041],[797,2986],[769,2952],[704,2952],[667,2981]]},{"area":"1d3","points":[[464,3397],[529,3507],[476,3536],[435,3523],[401,3474],[415,3429]]},{"area":"1d3","points":[[724,3839],[815,3933],[774,3972],[728,3972],[685,3933],[685,3882]]},{"area":"1d3","points":[[1608,3932],[1696,3834],[1741,3890],[1735,3926],[1698,3972],[1652,3972]]},{"area":"1d3","points":[[1602,3121],[1645,3080],[1686,3076],[1739,3122],[1735,3169],[1694,3211]]},{"area":"1f8","points":[[2522,3037],[2577,3044],[2624,3059],[2678,3093],[2710,3118],[2734,3147],[2764,3190],[2781,3231],[2789,3284],[2789,3349],[2777,3390],[2766,3419],[2739,3472],[2711,3503],[2680,3526],[2628,3560],[2572,3577],[2519,3583],[2468,3574],[2410,3560],[2356,3525],[2322,3502],[2297,3463],[2272,3416],[2253,3363],[2250,3317],[2250,3275],[2259,3230],[2271,3196],[2297,3151],[2328,3115],[2357,3090],[2413,3061],[2469,3044]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/046-map-3.05-tower-of-the-heavens.webp"},"grid":{"type":"square","size":160,"offsetX":-44,"offsetY":64,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/047-map-3.05-tower-of-the-heavens-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3165,"height":4096,"credit":"Sean Macdonald","mapParent":{"id":"5a2"},"grid":{"type":"square","size":160,"offsetX":-44,"offsetY":64,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/050-map-3.06-forge-of-the-kagu-svirfneblin.webp"},"imageType":"map","title":"Map 3.6: Forge of the Kagu-svirfneblin","credit":"Damien Mammoliti","width":3165,"height":4096,"id":"5a3","mapRegions":[{"area":"204","points":[[1477,1098],[1448,1139],[1427,1173],[1402,1235],[1397,1264],[1350,1304],[1346,1347],[1326,1381],[1320,1427],[1331,1459],[1355,1515],[1320,1589],[1251,1629],[1195,1677],[1155,1669],[1099,1669],[1069,1666],[906,1666],[885,1688],[814,1682],[742,1654],[699,1611],[683,1590],[651,1582],[610,1512],[611,1464],[590,1416],[550,1373],[510,1365],[485,1310],[448,1192],[422,1141],[402,1062],[382,998],[403,923],[443,853],[442,779],[448,750],[429,675],[434,590],[419,538],[435,485],[422,432],[499,398],[581,334],[731,318],[888,307],[1043,328],[1152,374],[1314,448],[1392,502],[1499,574],[1522,630],[1504,678],[1494,709],[1493,736],[1470,778],[1445,822],[1442,862],[1432,910],[1434,949],[1477,949]]},{"area":"207","points":[[1491,947],[1522,955],[1554,947],[1606,949],[1662,955],[1693,885],[1670,830],[1680,797],[1715,758],[1739,722],[1778,720],[1811,714],[1834,694],[1869,696],[1896,707],[1906,744],[1915,794],[1915,829],[1888,846],[1840,845],[1811,867],[1792,893],[1786,934],[1806,955],[1848,960],[1902,947],[1934,933],[1958,939],[2006,933],[2014,898],[2006,867],[1992,838],[2002,797],[2037,750],[2086,744],[2133,733],[2170,736],[2182,773],[2182,814],[2179,856],[2197,878],[2200,912],[2195,946],[2158,957],[2131,981],[2117,1016],[2104,1064],[2102,1118],[2130,1154],[2149,1190],[2139,1227],[2125,1267],[2104,1291],[2042,1306],[2008,1334],[1989,1323],[1974,1280],[2006,1234],[1995,1178],[1965,1125],[1918,1088],[1866,1094],[1850,1136],[1858,1186],[1890,1229],[1898,1266],[1894,1323],[1885,1358],[1835,1394],[1784,1398],[1738,1392],[1691,1362],[1680,1318],[1715,1278],[1715,1227],[1726,1168],[1720,1123],[1694,1096],[1659,1070],[1637,1048],[1597,1054],[1558,1054],[1517,1061],[1491,1094]]},{"area":"211","points":[[1906,1693],[2000,1693],[2000,1586],[2103,1586],[2103,1688],[2210,1688],[2210,1587],[2308,1587],[2308,1690],[2414,1690],[2414,1788],[2311,1788],[2311,1837],[2415,1837],[2415,1941],[2311,1941],[2311,1996],[2413,1996],[2413,2102],[1906,2102],[1906,1999],[2001,1999],[2001,1937],[1906,1937],[1906,1836],[1999,1836],[1999,1788],[1906,1788]]},{"area":"214","points":[[2226,2557],[2249,2555],[2285,2542],[2321,2525],[2342,2485],[2352,2417],[2323,2392],[2305,2372],[2288,2350],[2299,2319],[2295,2283],[2311,2261],[2366,2237],[2414,2218],[2446,2210],[2483,2241],[2502,2281],[2507,2319],[2498,2357],[2489,2383],[2483,2430],[2459,2462],[2471,2486],[2501,2494],[2545,2490],[2551,2450],[2579,2439],[2570,2404],[2556,2368],[2560,2355],[2590,2345],[2596,2301],[2615,2275],[2632,2261],[2663,2265],[2703,2297],[2737,2314],[2768,2311],[2786,2337],[2791,2363],[2773,2377],[2726,2382],[2706,2404],[2676,2428],[2668,2461],[2697,2483],[2730,2508],[2732,2546],[2725,2600],[2729,2628],[2835,2628],[2835,2828],[2627,2828],[2627,2618],[2590,2614],[2560,2623],[2535,2644],[2552,2679],[2568,2708],[2557,2734],[2538,2773],[2517,2787],[2511,2813],[2477,2827],[2445,2814],[2413,2781],[2404,2752],[2404,2729],[2434,2724],[2453,2686],[2474,2677],[2485,2619],[2463,2606],[2440,2610],[2419,2650],[2397,2680],[2377,2694],[2355,2712],[2316,2711],[2290,2706],[2262,2708],[2226,2707]]},{"area":"218","points":[[1164,3252],[1061,3149],[1061,3041],[1170,2943],[1267,2943],[1370,3046],[1370,3148],[1265,3252]]},{"area":"216","points":[[1692,2945],[1890,2945],[1890,3150],[2003,3150],[2003,2899],[2204,2899],[2204,3151],[2315,3151],[2315,2945],[2519,2945],[2519,3139],[2569,3132],[2599,3134],[2639,3148],[2672,3170],[2714,3205],[2728,3236],[2732,3285],[2734,3325],[2725,3379],[2693,3418],[2655,3445],[2610,3470],[2565,3472],[2517,3466],[2517,3667],[2319,3667],[2319,3458],[2199,3458],[2199,3659],[2008,3659],[2008,3459],[1888,3459],[1888,3666],[1692,3666],[1692,3462],[1476,3462],[1476,3148],[1692,3148]]},{"area":"20c","points":[[1166,2826],[1785,2826],[1785,2111],[1166,2111]]},{"area":"21c","points":[[1165,3565],[1261,3565],[1267,3636],[1262,3681],[1257,3717],[1261,3757],[1281,3779],[1286,3808],[1292,3858],[1271,3886],[1274,3917],[1289,3950],[1311,3981],[1317,4019],[1356,4053],[1360,4086],[1170,4086],[1152,4045],[1161,3994],[1138,3934],[1155,3892],[1152,3832],[1142,3787],[1155,3743],[1165,3668]]},{"area":"20b","points":[[121,2987],[121,3455],[323,3455],[323,2987]]},{"area":"20b","points":[[382,2988],[382,3462],[586,3462],[586,2988]]},{"area":"20b","points":[[641,2987],[641,3454],[850,3454],[850,2987]]},{"area":"209","points":[[223,2348],[249,2284],[281,2243],[328,2215],[375,2203],[617,2215],[653,2232],[689,2265],[719,2314],[732,2368],[732,2539],[717,2608],[685,2654],[654,2693],[613,2720],[556,2728],[374,2728],[316,2707],[276,2671],[237,2622],[223,2569]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/050-map-3.06-forge-of-the-kagu-svirfneblin.webp"},"grid":{"type":"square","size":209,"offsetX":27,"offsetY":28,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/051-map-3.06-forge-of-the-kagu-svirfneblin-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3165,"height":4096,"credit":"Damien Mammoliti","mapParent":{"id":"5a3"},"grid":{"type":"square","size":209,"offsetX":27,"offsetY":28,"scale":2,"distance":10}}]},{"name":"Ch. 4: Beyond the Crystal Cave","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/058-map-4.01-cave-of-echoes.webp"},"imageType":"map","title":"Map 4.1: Cave of Echoes","credit":"Marc Moureau","width":4096,"height":2650,"id":"5a4","mapRegions":[{"area":"232","points":[[309,1253],[356,1248],[411,1244],[507,1223],[573,1198],[655,1162],[709,1135],[804,1124],[905,1112],[928,1057],[960,1002],[996,973],[1044,933],[1078,1027],[1036,1057],[1000,1118],[973,1162],[901,1206],[888,1269],[867,1297],[844,1328],[798,1377],[779,1415],[743,1429],[718,1522],[709,1549],[619,1531],[583,1446],[604,1383],[522,1354],[482,1324],[406,1312],[371,1343]]},{"area":"235","points":[[1055,1752],[1063,1716],[1099,1674],[1158,1642],[1213,1627],[1274,1632],[1331,1663],[1377,1714],[1398,1781],[1404,1857],[1383,1926],[1333,1981],[1278,2006],[1198,2021],[1143,2002],[1069,1956],[1027,1891],[1023,1819]]},{"area":"239","points":[[1324,1017],[1423,1019],[1442,1000],[1476,968],[1509,926],[1476,869],[1444,781],[1389,739],[1349,771],[1326,827],[1267,846],[1223,834],[1175,802],[1171,739],[1192,705],[1246,655],[1269,636],[1335,636],[1373,629],[1434,638],[1461,682],[1499,724],[1518,768],[1520,804],[1545,878],[1585,926],[1592,987],[1627,1051],[1627,1135],[1648,1175],[1691,1221],[1697,1263],[1718,1301],[1731,1343],[1724,1425],[1617,1379],[1533,1324],[1474,1324],[1429,1349],[1392,1387],[1349,1411],[1324,1438],[1280,1459],[1236,1442],[1196,1411],[1128,1381],[1160,1333],[1194,1278],[1217,1326],[1263,1352],[1333,1345],[1385,1276],[1404,1221],[1389,1164],[1322,1156],[1278,1093],[1244,1051],[1196,926],[1244,949],[1288,973]]},{"area":"23d","points":[[2143,1192],[2152,1135],[2118,1091],[2099,1044],[2093,1011],[2034,968],[2015,922],[2040,895],[2015,779],[2038,735],[2074,712],[2105,737],[2162,712],[2202,741],[2269,726],[2305,745],[2345,754],[2444,760],[2465,787],[2499,829],[2495,884],[2512,928],[2526,975],[2495,1063],[2448,1088],[2417,1109],[2349,1109],[2286,1078],[2234,1101],[2232,1154],[2238,1177],[2293,1196],[2295,1227],[2208,1265],[2154,1232]]},{"area":"240","points":[[2541,1731],[2573,1693],[2642,1667],[2703,1682],[2754,1678],[2775,1659],[2836,1653],[2909,1659],[2952,1684],[3002,1733],[3057,1764],[3112,1771],[3177,1771],[3185,1712],[3194,1667],[3168,1623],[3240,1672],[3246,1724],[3278,1731],[3265,1811],[3219,1825],[3171,1853],[3080,1857],[3006,1865],[2935,1855],[2872,1861],[2842,1851],[2758,1878],[2695,1834],[2640,1829],[2651,1783],[2608,1758],[2562,1752]]},{"area":"243","points":[[2806,1164],[2773,1128],[2768,1072],[2747,1011],[2752,968],[2760,897],[2752,872],[2789,804],[2857,777],[2872,749],[2924,726],[2979,697],[3008,672],[3063,688],[3143,697],[3171,714],[3246,709],[3291,754],[3358,785],[3392,821],[3408,909],[3404,1065],[3392,1131],[3312,1173],[3238,1187],[3202,1215],[3141,1204],[3097,1223],[3013,1208],[2983,1234],[2924,1248],[2834,1194]]},{"area":"249","points":[[3499,823],[3808,823],[3808,926],[3868,926],[3891,968],[3867,1004],[3806,1004],[3806,1114],[3499,1114]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/058-map-4.01-cave-of-echoes.webp"},"grid":{"type":"square","size":201,"offsetX":-21,"offsetY":21,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/059-map-4.01-cave-of-echoes-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Marc Moureau","mapParent":{"id":"5a4"},"grid":{"type":"square","size":201,"offsetX":-21,"offsetY":21,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/061-map-4.02-eternal-garden.webp"},"imageType":"map","title":"Map 4.2: Eternal Garden","credit":"Marc Moureau","width":4096,"height":2650,"id":"5a5","mapRegions":[{"area":"259","points":[[874,653],[874,736],[987,736],[987,653]]},{"area":"25c","points":[[696,1006],[696,1091],[819,1091],[819,1006]]},{"area":"254","points":[[1049,990],[1049,1064],[1139,1064],[1139,990]]},{"area":"26b","points":[[1229,1334],[1229,1413],[1354,1413],[1354,1334]]},{"area":"266","points":[[949,1641],[949,1721],[1050,1721],[1050,1641]]},{"area":"289","points":[[2150,2179],[2150,2274],[2294,2274],[2294,2179]]},{"area":"284","points":[[2504,2080],[2504,2187],[2640,2187],[2640,2080]]},{"area":"280","points":[[2946,1994],[2946,2081],[3079,2081],[3079,1994]]},{"area":"298","points":[[2557,1456],[2557,1544],[2689,1544],[2689,1456]]},{"area":"2a0","points":[[3150,1509],[3150,1599],[3311,1599],[3311,1509]]},{"area":"299","points":[[2129,1380],[2129,1466],[2270,1466],[2270,1380]]},{"area":"29c","points":[[2144,941],[2144,1029],[2287,1029],[2287,941]]},{"area":"28c","points":[[1769,1476],[1769,1577],[1914,1577],[1914,1476]]},{"area":"291","points":[[2537,1129],[2537,1214],[2669,1214],[2669,1129]]},{"area":"2a4","points":[[2889,1170],[2889,1260],[3046,1260],[3046,1170]]},{"area":"294","points":[[2776,810],[2776,893],[2923,893],[2923,810]]},{"area":"27b","points":[[3413,957],[3413,1034],[3544,1034],[3544,957]]},{"area":"276","points":[[2757,587],[2757,679],[2870,679],[2870,587]]},{"area":"273","points":[[2280,256],[2280,343],[2411,343],[2411,256]]},{"area":"270","points":[[1714,340],[1714,427],[1836,427],[1836,340]]},{"area":"262","points":[[1504,598],[1504,689],[1638,689],[1638,598]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/061-map-4.02-eternal-garden.webp"},"grid":{"type":"square","size":81,"offsetX":24,"offsetY":29,"distance":50},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/062-map-4.02-eternal-garden-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Marc Moureau","mapParent":{"id":"5a5"},"grid":{"type":"square","size":81,"offsetX":24,"offsetY":29,"distance":50}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/069-map-4.03-palace-of-spires.webp"},"imageType":"map","title":"Map 4.3: Palace of Spires","credit":"Marc Moureau","width":4096,"height":2650,"id":"5a6","mapRegions":[{"area":"2ac","points":[[242,1249],[242,1382],[362,1382],[362,1249]]},{"area":"2ae","points":[[405,1084],[405,927],[461,871],[709,871],[752,914],[752,1084]]},{"area":"2ae","points":[[411,1553],[758,1553],[758,1725],[710,1773],[465,1773],[411,1721]]},{"area":"2b1","points":[[315,827],[269,822],[244,793],[235,760],[245,724],[276,696],[309,691],[336,700],[362,716],[375,745],[376,780],[365,811],[344,827]]},{"area":"2b1","points":[[375,1858],[371,1896],[349,1927],[315,1945],[275,1936],[249,1913],[233,1869],[249,1835],[269,1815],[300,1807],[331,1813],[353,1827]]},{"area":"2bb","points":[[878,764],[878,1091],[1285,1091],[1285,764]]},{"area":"2c1","points":[[878,1542],[878,1873],[1291,1873],[1291,1542]]},{"area":"2b4","points":[[518,1218],[518,1420],[795,1420],[795,1218]]},{"area":"2b7","points":[[1015,1120],[1424,1120],[1476,1131],[1547,1167],[1602,1218],[1625,1275],[1633,1311],[1622,1358],[1600,1420],[1551,1467],[1487,1507],[1420,1522],[1015,1522]]},{"area":"2c8","points":[[1998,853],[2042,836],[2065,804],[2073,760],[2327,760],[2356,805],[2387,831],[2398,842],[2398,1093],[2076,1093],[2056,1053],[2024,1024],[1998,1005]]},{"area":"2c6","points":[[2047,1118],[2038,1085],[2025,1058],[1995,1044],[1967,1042],[1929,1058],[1905,1089],[1922,1129],[1945,1165],[1995,1178],[1995,1458],[1945,1469],[1915,1507],[1915,1545],[1931,1578],[1964,1593],[2005,1591],[2035,1576],[2053,1549],[2053,1515],[2540,1515],[2600,1509],[2653,1480],[2705,1435],[2738,1375],[2747,1313],[2735,1256],[2705,1200],[2655,1149],[2595,1116],[2536,1118]]},{"area":"2c8","points":[[2004,1625],[2036,1605],[2065,1576],[2075,1542],[2393,1542],[2393,1798],[2358,1818],[2329,1860],[2078,1860],[2056,1820],[2027,1793],[2004,1778]]},{"area":"2cc","points":[[3116,1204],[3151,1187],[3173,1156],[3184,1127],[3524,1127],[3475,1173],[3440,1222],[3440,1398],[3456,1436],[3536,1513],[3187,1513],[3165,1469],[3116,1435]]},{"area":"2ce","points":[[3456,1276],[3473,1233],[3495,1202],[3529,1169],[3575,1138],[3620,1122],[3671,1122],[3722,1127],[3780,1156],[3829,1211],[3853,1282],[3862,1364],[3829,1431],[3775,1482],[3698,1520],[3618,1515],[3547,1484],[3493,1427],[3453,1367]]},{"area":"2ca","points":[[3074,828],[3074,1037],[3120,1037],[3120,828]]},{"area":"2ca","points":[[3077,1601],[3077,1805],[3117,1805],[3117,1601]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/069-map-4.03-palace-of-spires.webp"},"grid":{"type":"square","size":209,"offsetX":95,"offsetY":-18,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/070-map-4.03-palace-of-spires-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":2650,"credit":"Marc Moureau","mapParent":{"id":"5a6"},"grid":{"type":"square","size":209,"offsetX":95,"offsetY":-18,"scale":3,"distance":10}}]},{"name":"Ch. 5: Pharaoh","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/076-map-5.01-false-tomb.webp"},"imageType":"map","title":"Map 5.1: False Tomb","credit":"Stacey Allan & William Doyle","width":1489,"height":4096,"id":"5a7","mapRegions":[{"area":"2f4","points":[[594,3476],[645,3435],[846,3435],[894,3476]]},{"area":"2f6","points":[[579,3078],[579,3338],[908,3338],[908,3078]]},{"area":"2fe","points":[[306,3078],[306,3269],[495,3269],[495,3078]]},{"area":"301","points":[[991,3080],[991,3271],[1187,3271],[1187,3080]]},{"area":"306","points":[[98,2902],[101,2873],[115,2842],[141,2820],[167,2807],[196,2802],[222,2807],[249,2819],[272,2840],[288,2865],[292,2902],[288,2936],[265,2973],[232,2992],[198,3000],[164,2992],[135,2978],[114,2959],[98,2926]]},{"area":"309","points":[[1394,2902],[1386,2941],[1367,2973],[1334,2993],[1298,3001],[1255,2993],[1220,2968],[1199,2933],[1193,2902],[1200,2873],[1211,2851],[1231,2824],[1269,2807],[1313,2806],[1346,2820],[1376,2848],[1389,2880]]},{"area":"30b","points":[[651,2807],[651,2998],[838,2998],[838,2807]]},{"area":"30d","points":[[714,2320],[714,2799],[772,2799],[772,2320]]},{"area":"30e","points":[[647,2049],[647,2315],[839,2315],[839,2049]]},{"area":"312","points":[[988,2106],[958,2099],[933,2080],[924,2046],[924,1618],[928,1598],[955,1578],[988,1569],[1047,1569],[1074,1578],[1099,1593],[1112,1616],[1112,2053],[1100,2079],[1081,2098],[1053,2106]]},{"area":"314","points":[[920,1489],[854,1425],[854,1294],[920,1228],[1119,1228],[1181,1293],[1181,1425],[1120,1489]]},{"area":"316","points":[[924,1141],[924,880],[986,818],[1051,818],[1116,879],[1116,1141]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/076-map-5.01-false-tomb.webp"},"grid":{"type":"square","size":206,"offsetX":68,"offsetY":-61,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/077-map-5.01-false-tomb-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1489,"height":4096,"credit":"Stacey Allan & William Doyle","mapParent":{"id":"5a7"},"grid":{"type":"square","size":206,"offsetX":68,"offsetY":-61,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/079-map-5.02-maze-of-mists-map.webp"},"imageType":"map","title":"Map 5.2: Maze of Mists","credit":"Stacey Allan & William Doyle","width":2550,"height":3300,"id":"5a8","mapRegions":[{"area":"350","points":[[1113,3159],[1113,2979],[932,2979],[932,3159]]},{"area":"34f","points":[[1369,3164],[1369,2979],[1186,2979],[1186,3164]]},{"area":"34d","points":[[1622,3161],[1622,2978],[1439,2978],[1439,3161]]},{"area":"329","points":[[1176,2339],[1176,2396],[1026,2396],[1026,2339]]},{"area":"349","points":[[1186,2276],[1186,2459],[1368,2459],[1368,2276]]},{"area":"327","points":[[1473,2339],[1473,2399],[1578,2399],[1578,2339]]},{"area":"357","points":[[349,1518],[349,1698],[166,1698],[166,1518]]},{"area":"355","points":[[349,1774],[349,1953],[165,1953],[165,1774]]},{"area":"351","points":[[348,2025],[348,2208],[167,2208],[167,2025]]},{"area":"32c","points":[[714,1575],[714,1640],[824,1640],[824,1575]]},{"area":"32b","points":[[941,1702],[941,1762],[1082,1762],[1082,1702]]},{"area":"31b","points":[[1182,1708],[1246,1644],[1306,1644],[1368,1706],[1368,1764],[1304,1828],[1246,1828],[1182,1761]]},{"area":"325","points":[[1736,1832],[1736,1888],[1834,1888],[1834,1832]]},{"area":"326","points":[[1839,1579],[1839,1635],[1758,1635],[1758,1579]]},{"area":"33d","points":[[2199,1261],[2199,1445],[2386,1445],[2386,1261]]},{"area":"342","points":[[2204,1516],[2204,1701],[2387,1701],[2387,1516]]},{"area":"345","points":[[2201,1770],[2201,1951],[2384,1951],[2384,1770]]},{"area":"328","points":[[1988,1577],[1988,1636],[2089,1636],[2089,1577]]},{"area":"327","points":[[1715,1321],[1715,1381],[1840,1381],[1840,1321]]},{"area":"32d","points":[[1183,1073],[1183,1255],[1366,1255],[1366,1073]]},{"area":"320","points":[[1074,1133],[1074,1191],[1174,1191],[1174,1133]]},{"area":"31f","points":[[992,1103],[992,1223],[1049,1223],[1049,1103]]},{"area":"321","points":[[1220,878],[1220,937],[1333,937],[1333,878]]},{"area":"322","points":[[1215,626],[1215,685],[1333,685],[1333,626]]},{"area":"323","points":[[1049,498],[1049,585],[993,585],[993,498]]},{"area":"324","points":[[1500,498],[1500,612],[1558,612],[1558,498]]},{"area":"32f","points":[[1114,311],[1114,490],[930,490],[930,311]]},{"area":"333","points":[[1366,308],[1366,491],[1185,491],[1185,308]]},{"area":"334","points":[[1434,308],[1434,491],[1622,491],[1622,308]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/079-map-5.02-maze-of-mists-map.webp"},"grid":{"type":"square","size":191,"offsetX":-89,"offsetY":-52,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/080-map-5.02-maze-of-mists-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"credit":"Stacey Allan & William Doyle","mapParent":{"id":"5a8"},"grid":{"type":"square","size":191,"offsetX":-89,"offsetY":-52,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/084-well-of-questions-gm.webp"},"imageType":"map","title":"Diagram 5.1: Well of Questions","credit":"Marc Moureau","grid":{"type":"none"},"id":"5be","mapRegions":[{"area":"35e","points":[[134,346],[299,386],[472,430],[782,517],[1004,581],[1195,640],[1360,698],[1179,832],[823,716],[547,632],[352,579],[134,511]]},{"area":"35a","points":[[1357,701],[1350,1563],[406,1560],[405,1351],[560,1351],[560,1423],[1188,1423],[1188,831]]},{"area":"334","points":[[243,817],[765,817],[765,1378],[587,1378],[587,1346],[369,1346],[369,1366],[243,1366]]},{"area":"309","points":[[537,1733],[537,1836],[858,1836],[858,1733]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/084-well-of-questions-gm.webp"},"width":1575,"height":1969,"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/084-well-of-questions-player.webp"},"imageType":"mapPlayer","title":"Player Version","credit":"Marc Moureau","mapParent":{"id":"5be"},"grid":{"type":"none"},"width":1575,"height":1969},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/082-map-5.04-halls-of-the-upper-priesthood-map.webp"},"imageType":"map","title":"Map 5.3: Halls of the Upper Priesthood","credit":"Stacey Allan & William Doyle","width":2550,"height":3300,"id":"5a9","mapRegions":[{"area":"35e","points":[[1363,612],[1363,673],[1572,673],[1572,612]]},{"area":"35d","points":[[1745,612],[1745,669],[1633,669],[1633,612]]},{"area":"360","points":[[1247,812],[1247,1068],[1303,1068],[1303,812]]},{"area":"378","points":[[742,1313],[742,1616],[921,1616],[921,1313]]},{"area":"377","points":[[740,1633],[740,1749],[921,1749],[921,1633]]},{"area":"36d","points":[[1058,1441],[1058,1499],[1113,1499],[1113,1441]]},{"area":"370","points":[[1437,1442],[1437,1499],[1493,1499],[1493,1442]]},{"area":"37a","points":[[1630,1316],[1630,1619],[1809,1619],[1809,1316]]},{"area":"379","points":[[1809,1633],[1809,1749],[1632,1749],[1632,1633]]},{"area":"362","points":[[1183,1313],[1365,1313],[1365,1370],[1393,1383],[1401,1408],[1392,1427],[1368,1433],[1368,1504],[1389,1510],[1401,1532],[1384,1559],[1366,1559],[1366,1622],[1183,1622],[1183,1561],[1159,1552],[1149,1529],[1162,1511],[1183,1500],[1183,1437],[1160,1423],[1148,1403],[1161,1383],[1183,1373]]},{"area":"367","points":[[1186,1754],[1249,1691],[1302,1691],[1366,1755],[1366,1819],[1307,1878],[1246,1878],[1186,1815]]},{"area":"373","points":[[1176,1759],[1176,1875],[1058,1875],[1058,1759]]},{"area":"374","points":[[1373,1758],[1373,1874],[1491,1874],[1491,1758]]},{"area":"375","points":[[788,1821],[788,1881],[876,1881],[876,1821]]},{"area":"376","points":[[1674,1820],[1674,1879],[1767,1879],[1767,1820]]},{"area":"382","points":[[797,2130],[797,1949],[742,1949],[742,2130]]},{"area":"380","points":[[929,1949],[929,2132],[1178,2132],[1178,1949]]},{"area":"383","points":[[546,2010],[611,1945],[669,1945],[733,2009],[733,2071],[671,2133],[607,2133],[546,2071]]},{"area":"37d","points":[[1246,2069],[1246,2159],[1307,2159],[1307,2069]]},{"area":"38d","points":[[929,2203],[929,2383],[1176,2383],[1176,2203]]},{"area":"386","points":[[1372,1950],[1372,2320],[1620,2320],[1620,1950]]},{"area":"389","points":[[1757,1952],[1757,2130],[1812,2130],[1812,1952]]},{"area":"38b","points":[[1820,2008],[1879,1949],[1937,1949],[2001,2013],[2001,2075],[1940,2136],[1880,2136],[1820,2071]]},{"area":"38e","points":[[1183,2459],[1367,2459],[1367,2700],[1307,2766],[1246,2766],[1183,2702]]},{"area":"394","points":[[2292,1503],[2313,1507],[2329,1514],[2349,1527],[2365,1542],[2379,1562],[2383,1588],[2379,1619],[2364,1649],[2342,1668],[2319,1679],[2293,1684],[2261,1680],[2235,1665],[2217,1644],[2204,1622],[2198,1593],[2205,1567],[2215,1549],[2228,1529],[2244,1514],[2267,1505]]},{"area":"395","points":[[2296,1757],[2325,1763],[2351,1779],[2369,1799],[2379,1825],[2381,1852],[2377,1883],[2356,1913],[2326,1933],[2297,1943],[2270,1940],[2238,1927],[2219,1908],[2203,1881],[2200,1853],[2203,1825],[2220,1795],[2239,1775],[2263,1763]]},{"area":"396","points":[[2292,2013],[2328,2023],[2357,2040],[2372,2062],[2379,2091],[2380,2113],[2373,2149],[2351,2173],[2327,2188],[2303,2196],[2273,2195],[2249,2184],[2227,2170],[2207,2144],[2198,2117],[2202,2090],[2207,2068],[2222,2044],[2247,2027],[2270,2018]]},{"area":"399","points":[[167,1846],[176,1812],[193,1781],[220,1764],[246,1756],[277,1754],[305,1768],[334,1793],[347,1824],[347,1860],[340,1890],[309,1921],[273,1936],[234,1935],[202,1921],[180,1889],[167,1865]]},{"area":"398","points":[[255,2014],[219,2024],[191,2046],[174,2080],[171,2118],[177,2147],[199,2171],[223,2188],[259,2195],[299,2185],[322,2167],[340,2142],[353,2107],[347,2072],[326,2041],[296,2020],[273,2014]]},{"area":"397","points":[[257,2267],[300,2277],[327,2295],[341,2321],[347,2351],[345,2382],[336,2414],[308,2435],[279,2448],[241,2448],[203,2433],[180,2407],[168,2369],[173,2338],[187,2307],[207,2284],[230,2273]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/082-map-5.04-halls-of-the-upper-priesthood-map.webp"},"grid":{"type":"square","size":190,"offsetX":-67,"offsetY":-56,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/083-map-5.04-halls-of-the-upper-priesthood-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"credit":"Stacey Allan & William Doyle","mapParent":{"id":"5a9"},"grid":{"type":"square","size":190,"offsetX":-67,"offsetY":-56,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/084-map-5.05-dome-of-flight-map.webp"},"imageType":"map","title":"Diagram 5.2: Dome of Flight","credit":"Marc Moureau","width":2400,"height":3000,"id":"5ab","mapRegions":[{"area":"362","points":[[181,1640],[259,1640],[337,1653],[408,1667],[480,1709],[480,1773],[480,2120],[712,2120],[712,2423],[181,2423]]},{"area":"37d","points":[[2215,1768],[1861,1768],[1787,1861],[1783,2109],[1692,2109],[1692,2411],[2215,2411]]},{"area":"39f","points":[[1733,1154],[2217,996],[2217,1316],[1733,1467]]},{"area":"367","points":[[724,1126],[726,1013],[747,943],[796,865],[878,794],[981,731],[1080,697],[1185,674],[1276,684],[1368,712],[1467,749],[1552,806],[1617,869],[1661,939],[1680,1055],[1680,2419],[724,2419]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/084-map-5.05-dome-of-flight-map.webp"},"grid":{"type":"none"},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/085-map-5.05-dome-of-flight-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2400,"height":3000,"credit":"Marc Moureau","mapParent":{"id":"5ab"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/087-map-5.06-observation-dome-map.webp"},"imageType":"map","title":"Diagram 5.3: Observation Dome","credit":"Marc Moureau","width":2400,"height":3000,"id":"5ac","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/088-map-5.06-observation-dome-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2400,"height":3000,"credit":"Marc Moureau","mapParent":{"id":"5ac"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/089-map-5.07-gauntlet.webp"},"imageType":"map","title":"Map 5.4: Gauntlet","credit":"Stacey Allan & William Doyle","width":2400,"height":2998,"id":"5ad","mapRegions":[{"area":"39b","points":[[1401,658],[1435,662],[1466,665],[1489,654],[1505,636],[1523,644],[1552,628],[1578,604],[1578,570],[1585,535],[1614,523],[1643,533],[1670,516],[1721,508],[1705,541],[1737,560],[1754,599],[1734,631],[1705,600],[1681,578],[1663,546],[1641,557],[1646,592],[1613,596],[1608,628],[1585,661],[1564,671],[1542,670],[1508,683],[1485,688],[1465,692],[1445,693],[1412,685]]},{"area":"3b8","points":[[1845,635],[1889,612],[1886,561],[1897,543],[1929,519],[1966,508],[1994,517],[2023,526],[2055,545],[2090,532],[2094,537],[2119,523],[2121,497],[2147,501],[2179,472],[2170,444],[2179,406],[2195,419],[2206,441],[2244,434],[2265,446],[2250,458],[2243,492],[2225,502],[2225,539],[2226,563],[2197,561],[2192,591],[2188,613],[2199,650],[2173,659],[2150,681],[2147,706],[2151,741],[2130,747],[2120,773],[2093,768],[2068,777],[2059,790],[2062,817],[2046,835],[2015,852],[1961,849],[1942,844],[1941,805],[1920,794],[1894,813],[1875,800],[1841,812],[1826,827],[1812,827],[1782,845],[1779,828],[1806,809],[1796,788],[1769,795],[1788,779],[1825,773],[1841,763],[1846,743],[1859,729],[1845,702],[1818,686],[1783,699],[1754,683],[1712,676],[1711,659],[1769,637],[1806,643],[1819,627]]},{"area":"39f","points":[[1151,885],[1244,885],[1244,1108],[1356,1108],[1356,1310],[1263,1310],[1263,1204],[1137,1204],[1137,1316],[1040,1316],[1040,1112],[1151,1112]]},{"area":"3a2","points":[[1041,1338],[1356,1338],[1356,1559],[1446,1559],[1472,1608],[1441,1653],[1357,1653],[1357,1781],[1437,1781],[1472,1828],[1440,1874],[1361,1874],[1361,2005],[1441,2005],[1474,2050],[1440,2101],[1360,2101],[1360,2341],[1337,2373],[1312,2400],[1279,2423],[1252,2432],[1146,2432],[1111,2414],[1077,2390],[1041,2342],[1041,2101],[974,2101],[926,2049],[974,2006],[1041,2006],[1041,1875],[973,1874],[928,1827],[972,1782],[1041,1782],[1041,1652],[970,1652],[926,1603],[977,1560],[1041,1560]]},{"area":"3b5","points":[[1822,2550],[1714,2446],[1714,2338],[1821,2231],[1920,2231],[2032,2338],[2032,2446],[1930,2550]]},{"area":"3b7","points":[[1938,2566],[2044,2459],[2156,2459],[2259,2564],[2259,2670],[2154,2777],[2044,2777],[1938,2671]]},{"area":"3b3","points":[[1489,2565],[1597,2457],[1698,2457],[1808,2564],[1808,2674],[1694,2774],[1599,2774],[1489,2665]]},{"area":"3a8","points":[[928,2566],[1468,2566],[1468,2663],[1357,2663],[1357,2788],[1335,2831],[1305,2854],[1250,2876],[1199,2884],[1148,2877],[1102,2861],[1071,2836],[1040,2795],[1040,2662],[928,2662]]},{"area":"3b0","points":[[476,2554],[368,2449],[368,2343],[475,2234],[575,2234],[685,2338],[685,2445],[577,2554]]},{"area":"3b2","points":[[138,2565],[245,2457],[350,2457],[457,2565],[457,2671],[351,2777],[249,2777],[138,2668]]},{"area":"3ae","points":[[592,2566],[699,2459],[799,2459],[911,2565],[911,2668],[805,2777],[697,2777],[590,2667]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/089-map-5.07-gauntlet.webp"},"grid":{"type":"square","size":225,"offsetX":36,"offsetY":-55,"scale":2,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/090-map-5.07-gauntlet-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2400,"height":2998,"credit":"Stacey Allan & William Doyle","mapParent":{"id":"5ad"},"grid":{"type":"square","size":225,"offsetX":36,"offsetY":-55,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/092-map-5.08-tomb-of-amun-sa-map.webp"},"imageType":"map","title":"Map 5.5: Tomb of Amun Sa","credit":"Stacey Allan & William Doyle","width":1200,"height":1500,"id":"5ae","mapRegions":[{"area":"3c2","points":[[693,318],[693,1258],[1112,1258],[1112,318]]},{"area":"3c6","points":[[254,403],[341,317],[425,317],[508,403],[508,657],[254,657]]},{"area":"3bf","points":[[257,751],[257,1003],[512,1003],[512,751]]},{"area":"3bc","points":[[342,1013],[421,1013],[421,1306],[408,1338],[382,1348],[356,1338],[342,1308]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/092-map-5.08-tomb-of-amun-sa-map.webp"},"grid":{"type":"square","size":87,"offsetX":-10,"offsetY":-36,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/093-map-5.08-tomb-of-amun-sa-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1200,"height":1500,"credit":"Stacey Allan & William Doyle","mapParent":{"id":"5ae"},"grid":{"type":"square","size":87,"offsetX":-10,"offsetY":-36,"distance":10}}]},{"name":"Ch. 6: The Lost Caverns of Tsojcanth","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/099-map-6.01-yatil-mountains-map.webp"},"imageType":"map","title":"Map 6.1: Yatil Mountains","credit":"Marc Moureau","width":2550,"height":3300,"id":"5af","grid":{"type":"hexRowsOdd","size":240,"offsetX":142,"offsetY":98,"scale":3,"distance":4,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/100-map-6.01-yatil-mountains-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"credit":"Marc Moureau","mapParent":{"id":"5af"},"grid":{"type":"hexRowsOdd","size":240,"offsetX":142,"offsetY":98,"scale":3,"distance":4,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/102-map-6.02-lesser-caverns-map.webp"},"imageType":"map","title":"Map 6.2: Lesser Caverns","credit":"Mike Schley","width":2550,"height":3300,"id":"5b0","mapRegions":[{"area":"423","points":[[823,453],[809,409],[843,380],[860,357],[903,366],[926,400],[921,445],[910,473],[886,488],[848,487],[844,469]]},{"area":"420","points":[[612,320],[620,272],[609,250],[583,237],[561,243],[541,257],[513,250],[484,234],[486,204],[468,192],[447,186],[416,193],[408,205],[369,219],[347,239],[327,254],[319,269],[300,285],[282,281],[273,268],[252,258],[229,257],[202,259],[182,286],[180,308],[166,317],[156,348],[167,380],[170,404],[153,431],[134,444],[140,462],[149,486],[162,505],[173,541],[196,560],[199,597],[219,614],[266,634],[292,626],[324,627],[343,616],[363,623],[380,645],[409,657],[434,662],[455,653],[493,656],[533,656],[557,669],[584,677],[603,675],[626,670],[628,629],[592,563],[586,509],[592,473],[606,460],[602,446],[591,422],[599,402],[589,380],[591,353],[607,337]]},{"area":"428","points":[[852,914],[859,887],[902,878],[929,878],[952,866],[986,866],[1011,872],[1026,893],[1039,911],[1052,918],[1060,945],[1067,966],[1081,989],[1073,1004],[1067,1012],[1064,1035],[1073,1056],[1067,1073],[1033,1079],[1014,1079],[986,1067],[964,1058],[942,1052],[910,1047],[898,1030],[875,1036],[847,1018],[812,1000],[809,980],[811,944],[840,931]]},{"area":"42e","points":[[1076,535],[1051,539],[1041,524],[1038,488],[1026,458],[1050,428],[1063,393],[1057,362],[1087,350],[1099,321],[1114,299],[1140,300],[1160,283],[1175,260],[1205,269],[1224,260],[1236,257],[1255,273],[1270,266],[1287,248],[1318,240],[1340,248],[1368,251],[1407,250],[1425,243],[1444,233],[1476,238],[1504,236],[1528,245],[1544,239],[1562,216],[1576,250],[1579,268],[1581,280],[1574,298],[1570,326],[1551,341],[1553,372],[1559,387],[1548,403],[1535,420],[1520,431],[1512,459],[1513,484],[1503,504],[1515,534],[1502,550],[1480,559],[1477,590],[1455,608],[1426,620],[1406,635],[1364,646],[1349,658],[1304,662],[1282,659],[1245,655],[1222,664],[1212,678],[1175,688],[1152,702],[1141,738],[1047,709],[1047,679],[1043,646],[1082,618],[1081,580],[1080,560],[1087,541]]},{"area":"437","points":[[1860,550],[1819,547],[1801,550],[1784,540],[1770,544],[1753,560],[1736,570],[1726,578],[1738,617],[1736,633],[1724,651],[1727,673],[1705,690],[1670,682],[1672,661],[1663,647],[1659,622],[1631,609],[1620,587],[1623,526],[1614,509],[1615,478],[1608,467],[1627,435],[1643,404],[1668,380],[1673,353],[1691,338],[1719,313],[1753,296],[1762,275],[1792,253],[1824,245],[1857,232],[1898,233],[1917,243],[1940,248],[1961,262],[1981,257],[2004,258],[2022,285],[2017,318],[2012,335],[2000,356],[2010,394],[2002,432],[1976,463],[1967,490],[1961,510],[1944,525],[1940,555],[1924,564],[1883,559]]},{"area":"413","points":[[2222,638],[2276,623],[2352,617],[2414,592],[2436,575],[2437,535],[2430,490],[2451,463],[2455,436],[2433,401],[2420,376],[2441,352],[2440,329],[2417,295],[2416,271],[2419,249],[2401,229],[2381,230],[2371,218],[2340,208],[2318,214],[2290,214],[2270,222],[2250,216],[2225,214],[2222,225],[2209,239],[2189,252],[2159,260],[2136,266],[2116,289],[2087,294],[2069,316],[2074,346],[2078,370],[2069,398],[2064,421],[2073,458],[2087,482],[2082,513],[2072,534],[2047,550],[2046,580],[2042,603],[2066,627],[2096,628],[2113,622],[2139,632],[2167,633],[2193,623],[2206,631]]},{"area":"411","points":[[2220,1120],[2239,1076],[2314,1049],[2368,1021],[2415,1074],[2439,1085],[2460,1091],[2437,1101],[2434,1127],[2424,1151],[2447,1160],[2427,1175],[2421,1199],[2426,1230],[2460,1242],[2426,1254],[2435,1285],[2433,1297],[2466,1302],[2468,1311],[2437,1313],[2433,1346],[2431,1367],[2459,1374],[2430,1387],[2429,1410],[2427,1437],[2455,1447],[2425,1460],[2419,1478],[2418,1501],[2421,1511],[2447,1507],[2446,1520],[2433,1525],[2430,1579],[2452,1585],[2454,1593],[2430,1599],[2422,1627],[2419,1666],[2353,1707],[2312,1660],[2307,1622],[2285,1601],[2260,1603],[2280,1585],[2286,1563],[2295,1525],[2273,1511],[2302,1506],[2302,1475],[2296,1461],[2273,1449],[2302,1442],[2286,1421],[2280,1416],[2251,1419],[2275,1399],[2263,1391],[2249,1353],[2229,1341],[2249,1334],[2256,1310],[2268,1296],[2263,1279],[2235,1281],[2241,1269],[2260,1260],[2256,1238],[2258,1209],[2233,1213],[2256,1188],[2236,1175],[2235,1140],[2199,1142],[2218,1130]]},{"area":"433","points":[[1247,753],[1244,737],[1264,730],[1287,736],[1300,741],[1312,729],[1318,722],[1347,717],[1370,717],[1415,708],[1451,696],[1473,680],[1503,670],[1521,693],[1549,696],[1572,727],[1603,734],[1640,735],[1670,734],[1701,747],[1723,749],[1744,805],[1709,795],[1676,805],[1656,787],[1631,780],[1610,767],[1593,771],[1576,778],[1538,764],[1525,789],[1542,806],[1557,821],[1579,818],[1606,821],[1612,838],[1627,852],[1629,866],[1642,878],[1660,888],[1668,906],[1662,920],[1638,919],[1619,906],[1601,904],[1588,912],[1562,902],[1548,882],[1530,867],[1525,891],[1527,910],[1540,922],[1553,943],[1571,952],[1599,965],[1609,973],[1628,975],[1646,997],[1678,1016],[1693,1087],[1673,1071],[1635,1051],[1616,1044],[1603,1029],[1573,1030],[1554,1022],[1540,1017],[1512,1004],[1486,974],[1464,967],[1461,948],[1432,930],[1418,919],[1387,916],[1368,904],[1348,895],[1343,881],[1339,842],[1313,823],[1305,812],[1273,805],[1258,805],[1242,783],[1248,771]]},{"area":"416","points":[[1617,1567],[1641,1534],[1652,1514],[1696,1494],[1718,1495],[1704,1537],[1685,1580],[1651,1605],[1623,1593],[1616,1582]]},{"area":"419","points":[[1745,1504],[1771,1490],[1800,1477],[1827,1444],[1852,1428],[1893,1431],[1914,1420],[1920,1389],[1923,1364],[1923,1345],[1950,1323],[1978,1300],[2021,1282],[2064,1291],[2113,1279],[2175,1296],[2188,1333],[2206,1371],[2220,1413],[2213,1436],[2220,1473],[2206,1509],[2205,1540],[2189,1566],[2180,1589],[2183,1624],[2191,1644],[2185,1667],[2195,1702],[2190,1720],[2174,1749],[2173,1785],[2188,1816],[2134,1846],[2028,1843],[2000,1832],[1960,1822],[1941,1830],[1912,1833],[1891,1830],[1847,1820],[1814,1808],[1791,1778],[1783,1753],[1746,1753],[1710,1719],[1706,1697],[1710,1621],[1722,1580],[1740,1539]]},{"area":"41b","points":[[1684,1297],[1816,1248],[1839,1318],[1716,1370]]},{"area":"407","points":[[2047,2477],[2045,2445],[2075,2410],[2059,2389],[2056,2362],[2033,2344],[2011,2338],[1980,2335],[1953,2310],[1922,2287],[1900,2266],[1874,2252],[1861,2225],[1873,2200],[1887,2190],[1912,2159],[1937,2162],[1953,2171],[1996,2166],[1990,2148],[1997,2134],[2031,2121],[2055,2110],[2086,2102],[2105,2113],[2124,2126],[2140,2138],[2155,2161],[2169,2183],[2201,2189],[2225,2187],[2244,2206],[2249,2226],[2247,2242],[2270,2270],[2260,2289],[2258,2311],[2265,2329],[2251,2362],[2256,2389],[2258,2404],[2263,2415],[2261,2438],[2262,2461],[2247,2466],[2220,2485],[2198,2489],[2176,2483],[2147,2486],[2120,2503],[2080,2516],[2129,2423],[2157,2412],[2194,2407],[2180,2365],[2202,2345],[2192,2300],[2193,2245],[2177,2247],[2165,2259],[2128,2273],[2128,2288],[2104,2288],[2085,2274],[2078,2247],[2074,2224],[2042,2229],[2023,2212],[2015,2202],[1996,2207],[1978,2216],[1955,2226],[1967,2241],[1991,2260],[2020,2279],[2035,2304],[2053,2313],[2078,2332],[2104,2327],[2125,2330],[2140,2352],[2121,2370],[2121,2409],[2068,2505]]},{"area":"407","points":[[2119,2412],[2125,2421],[2079,2517],[2071,2507]]},{"area":"40c","points":[[2051,2833],[2068,2809],[2096,2789],[2122,2792],[2112,2758],[2122,2722],[2113,2700],[2126,2675],[2117,2642],[2104,2631],[2118,2605],[2140,2592],[2162,2594],[2172,2584],[2177,2569],[2207,2567],[2215,2546],[2233,2525],[2258,2522],[2289,2528],[2295,2555],[2326,2582],[2324,2608],[2324,2639],[2308,2654],[2309,2684],[2304,2696],[2307,2716],[2321,2718],[2331,2724],[2325,2749],[2312,2753],[2301,2770],[2289,2783],[2289,2798],[2299,2809],[2291,2830],[2282,2851],[2275,2865],[2256,2878],[2237,2892],[2213,2900],[2198,2896],[2191,2882],[2174,2877],[2152,2879],[2131,2869],[2112,2880],[2101,2899],[2081,2906]]},{"area":"404","points":[[1577,2804],[1593,2801],[1620,2805],[1643,2810],[1652,2824],[1676,2837],[1688,2812],[1681,2796],[1679,2783],[1705,2758],[1703,2739],[1714,2718],[1735,2712],[1767,2690],[1784,2696],[1791,2706],[1788,2719],[1780,2739],[1781,2764],[1810,2748],[1833,2731],[1852,2725],[1880,2710],[1911,2722],[1927,2720],[1941,2747],[1956,2758],[1981,2740],[2029,2781],[2031,2810],[2038,2833],[2069,2906],[2039,2923],[2042,2949],[2017,2958],[1950,2965],[1929,2967],[1924,2974],[1887,2979],[1874,2971],[1864,2964],[1826,2968],[1808,2962],[1792,2974],[1795,2990],[1794,3003],[1784,3015],[1761,3011],[1729,3019],[1707,3027],[1685,3023],[1674,3011],[1653,3016],[1639,3041],[1640,3057],[1612,3063],[1593,3060],[1578,3065],[1553,3062],[1536,3043],[1564,3018],[1549,3002],[1538,3007],[1518,3005],[1472,3001],[1454,2999],[1482,2987],[1495,2978],[1523,2977],[1532,2967],[1569,2965],[1584,2969],[1593,2975],[1606,2967],[1607,2946],[1612,2933],[1603,2922],[1586,2911],[1568,2901]]},{"area":"401","points":[[1168,2552],[1381,2552],[1381,2804],[1309,2748],[1309,2620],[1168,2620]]},{"area":"3f3","points":[[791,2752],[826,2732],[870,2728],[928,2726],[947,2700],[932,2662],[944,2640],[947,2620],[961,2608],[963,2585],[980,2610],[1007,2626],[1004,2645],[1007,2672],[1026,2691],[1040,2683],[1076,2685],[1125,2667],[1156,2673],[1185,2685],[1202,2687],[1226,2701],[1249,2711],[1250,2729],[1270,2741],[1297,2753],[1368,2805],[1337,2820],[1307,2820],[1300,2847],[1291,2862],[1285,2883],[1285,2897],[1296,2959],[1261,2975],[1255,2987],[1207,3004],[1180,2985],[1172,2968],[1143,2963],[1080,2964],[1056,2940],[1043,2942],[1027,2970],[991,2982],[973,3002],[933,2994],[913,2962],[886,2936],[878,2892],[862,2861],[863,2839],[839,2819],[820,2798],[792,2777]]},{"area":"3f5","points":[[678,2828],[670,2808],[679,2799],[699,2798],[723,2797],[735,2821],[757,2828],[778,2841],[789,2864],[796,2883],[815,2909],[802,2922],[807,2941],[818,2960],[829,3006],[861,3020],[862,3045],[869,3064],[864,3104],[831,3087],[832,3063],[800,3036],[779,3047],[752,3040],[724,3037],[725,3017],[701,2992],[695,2962],[667,2929],[659,2917],[641,2900],[648,2877],[655,2845],[669,2839]]},{"area":"3fd","points":[[784,2277],[799,2272],[830,2275],[845,2272],[874,2298],[865,2318],[864,2339],[854,2346],[853,2372],[864,2393],[877,2403],[888,2421],[888,2442],[887,2462],[852,2476],[840,2488],[820,2477],[815,2460],[803,2454],[783,2450],[767,2438],[762,2422],[760,2400],[737,2393],[727,2373],[713,2357],[712,2332],[725,2313],[721,2293],[729,2279],[749,2266],[761,2263],[770,2273]]},{"area":"3fa","points":[[126,2316],[121,2292],[106,2281],[102,2258],[109,2242],[100,2222],[111,2193],[136,2190],[158,2172],[189,2164],[211,2169],[245,2176],[268,2184],[287,2180],[304,2171],[331,2170],[349,2181],[380,2177],[398,2170],[410,2168],[431,2185],[443,2189],[443,2206],[456,2224],[454,2244],[448,2263],[458,2282],[468,2293],[475,2325],[473,2345],[470,2358],[480,2378],[484,2402],[472,2413],[469,2429],[474,2445],[455,2464],[440,2465],[414,2474],[393,2480],[380,2484],[380,2496],[380,2508],[344,2512],[327,2505],[306,2513],[288,2507],[264,2507],[255,2497],[238,2477],[240,2450],[256,2449],[275,2448],[288,2433],[287,2415],[277,2412],[263,2420],[246,2414],[228,2422],[208,2422],[188,2438],[191,2382],[209,2373],[231,2376],[259,2370],[271,2362],[300,2357],[296,2341],[272,2338],[253,2339],[220,2340],[195,2338],[182,2326],[164,2327],[138,2328]]},{"area":"41d","points":[[790,1793],[780,1758],[802,1727],[815,1734],[850,1751],[873,1751],[898,1740],[924,1732],[941,1741],[970,1734],[985,1738],[990,1751],[1022,1731],[1047,1756],[1030,1773],[994,1779],[978,1781],[988,1804],[997,1813],[1021,1813],[1045,1816],[1090,1847],[1073,1855],[1051,1849],[1028,1844],[1015,1851],[989,1853],[974,1839],[961,1852],[954,1869],[965,1878],[991,1880],[1002,1893],[1005,1910],[1028,1927],[976,1919],[953,1903],[933,1890],[904,1893],[882,1884],[877,1872],[856,1871],[843,1848],[821,1838],[799,1847],[783,1832],[773,1816],[780,1807]]},{"area":"40f","points":[[1762,3088],[1776,3081],[1834,3079],[1859,3069],[1899,3076],[1944,3072],[1971,3073],[1996,3082],[2035,3079],[2052,3080],[2075,3071],[2118,3064],[2176,3062],[2192,3047],[2239,3029],[2274,3014],[2285,2981],[2276,2964],[2302,2932],[2312,2893],[2349,2859],[2431,2809],[2441,2835],[2441,2865],[2424,2884],[2413,2915],[2401,2935],[2386,2953],[2373,2958],[2366,2986],[2372,3005],[2360,3036],[2358,3064],[2340,3086],[2321,3111],[2294,3120],[2278,3112],[2256,3119],[2241,3138],[2208,3149],[2172,3152],[2139,3151],[2109,3161],[2078,3165],[2046,3158],[2002,3165],[1972,3174],[1925,3171],[1902,3168],[1862,3168],[1839,3165],[1801,3166],[1779,3158],[1740,3154],[1698,3172]]},{"area":"41c","points":[[334,1039],[405,1046],[393,1213],[325,1208]]},{"area":"3f7","points":[[108,2919],[137,2894],[155,2884],[177,2901],[210,2892],[236,2893],[262,2911],[274,2934],[279,2946],[310,2966],[305,2981],[299,3006],[271,3023],[263,3041],[279,3071],[301,3074],[328,3057],[352,3061],[388,3124],[365,3128],[332,3134],[306,3141],[286,3156],[255,3159],[221,3159],[194,3148],[177,3134],[148,3128],[137,3110],[119,3085],[110,3053],[106,3023],[97,3009],[99,2977],[102,2954],[108,2942]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/102-map-6.02-lesser-caverns-map.webp"},"grid":{"type":"square","size":211,"offsetX":34,"offsetY":-42,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/103-map-6.02-lesser-caverns-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"credit":"Mike Schley","mapParent":{"id":"5b0"},"grid":{"type":"square","size":211,"offsetX":34,"offsetY":-42,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/106-map-6.03-greater-caverns-map.webp"},"imageType":"map","title":"Map 6.3: Greater Caverns","credit":"Mike Schley","width":2550,"height":3300,"id":"5b1","mapRegions":[{"area":"456","points":[[325,605],[316,575],[327,559],[311,540],[292,511],[269,448],[273,425],[307,405],[334,374],[353,365],[370,375],[392,367],[411,352],[429,336],[447,330],[492,340],[497,357],[514,374],[527,390],[562,374],[567,356],[606,345],[616,358],[635,362],[651,351],[675,348],[709,340],[729,342],[744,362],[762,367],[754,389],[750,404],[755,412],[772,432],[762,447],[758,472],[755,492],[738,501],[713,512],[710,522],[709,553],[701,571],[684,583],[674,606],[663,672],[638,682],[621,711],[633,727],[627,754],[551,783],[467,767],[456,754],[438,753],[420,757],[411,748],[393,751],[344,730],[342,697],[327,678],[313,648],[315,633],[325,621]]},{"area":"491","points":[[723,622],[755,615],[777,589],[804,568],[823,546],[875,533],[879,554],[863,567],[863,592],[873,606],[887,624],[899,639],[927,640],[923,705],[900,696],[877,687],[872,715],[849,724],[837,739],[813,740],[820,764],[766,750],[736,740],[711,710],[711,693],[689,682]]},{"area":"453","points":[[407,1183],[401,1148],[426,1124],[440,1093],[429,1080],[407,1063],[401,1050],[385,1037],[386,1027],[409,1018],[410,996],[431,980],[437,964],[473,956],[507,953],[538,944],[553,955],[575,966],[599,960],[616,945],[640,936],[662,910],[704,982],[699,1007],[675,1024],[667,1052],[680,1064],[688,1087],[697,1108],[693,1138],[707,1155],[698,1184],[669,1180],[650,1193],[633,1203],[612,1190],[606,1168],[607,1153],[585,1147],[560,1143],[545,1153],[516,1151],[492,1156],[487,1179],[469,1191]]},{"area":"450","points":[[905,879],[940,872],[964,876],[994,870],[1023,871],[1061,871],[1048,841],[1038,815],[1064,821],[1078,833],[1104,856],[1112,874],[1119,914],[1134,924],[1146,948],[1169,968],[1178,995],[1173,1021],[1185,1028],[1197,1052],[1190,1070],[1193,1098],[1204,1114],[1202,1137],[1217,1159],[1224,1188],[1214,1198],[1223,1218],[1220,1240],[1195,1246],[1173,1244],[1157,1224],[1127,1211],[1107,1175],[1099,1154],[1082,1130],[1060,1125],[1050,1086],[1033,1068],[1028,1045],[1033,1012],[1050,1003],[1034,964],[1021,947],[984,928],[967,922],[952,928],[927,936],[901,923],[904,899]]},{"area":"491","points":[[300,1317],[330,1304],[344,1286],[371,1292],[405,1272],[434,1245],[477,1243],[500,1268],[502,1290],[520,1311],[523,1328],[541,1333],[565,1386],[544,1397],[522,1387],[496,1397],[490,1419],[492,1428],[477,1439],[459,1447],[432,1442],[420,1458],[361,1458],[344,1432],[341,1393],[320,1390],[305,1380]]},{"area":"474","points":[[283,1846],[301,1824],[309,1797],[320,1779],[321,1759],[340,1753],[356,1753],[372,1764],[396,1780],[424,1776],[448,1784],[465,1805],[487,1804],[498,1814],[501,1843],[500,1864],[490,1875],[501,1895],[490,1906],[473,1914],[453,1923],[428,1925],[409,1908],[386,1893],[367,1901],[358,1891],[337,1889],[308,1897]]},{"area":"477","points":[[371,2321],[378,2304],[402,2283],[407,2253],[415,2230],[430,2191],[420,2170],[412,2139],[400,2118],[392,2100],[366,2092],[357,2075],[351,2044],[333,2039],[313,2028],[279,2028],[247,2030],[236,2034],[237,2055],[233,2065],[207,2073],[197,2088],[193,2113],[193,2126],[180,2141],[180,2170],[178,2197],[183,2237],[176,2256],[181,2278],[197,2305],[184,2320],[180,2335],[187,2357],[198,2375],[207,2389],[210,2412],[292,2415],[311,2420],[335,2403],[347,2376],[371,2339]]},{"area":"491","points":[[436,2463],[436,2445],[447,2425],[471,2415],[494,2419],[523,2411],[547,2421],[560,2447],[576,2444],[590,2454],[600,2472],[607,2484],[607,2524],[590,2541],[580,2553],[573,2571],[552,2585],[535,2591],[484,2598],[450,2580],[431,2562],[425,2533],[427,2504]]},{"area":"479","points":[[768,2583],[803,2611],[809,2636],[814,2647],[820,2666],[816,2681],[813,2706],[821,2725],[818,2742],[800,2767],[775,2771],[772,2787],[774,2806],[789,2818],[805,2832],[808,2844],[806,2858],[790,2864],[773,2868],[764,2887],[758,2914],[732,2926],[714,2924],[686,2921],[647,2918],[622,2900],[607,2882],[574,2881],[572,2861],[582,2837],[595,2821],[589,2801],[571,2766],[570,2752],[587,2738],[593,2715],[583,2688],[602,2668],[615,2640],[639,2634],[663,2640],[679,2631],[683,2613],[699,2607],[735,2613],[749,2603],[767,2595]]},{"area":"47c","points":[[447,2707],[478,2730],[482,2759],[492,2773],[503,2793],[519,2811],[528,2828],[520,2857],[512,2874],[506,2889],[521,2897],[527,2916],[526,2947],[530,2960],[543,2976],[551,2991],[582,3005],[600,3084],[580,3092],[571,3113],[573,3122],[538,3133],[521,3122],[491,3119],[478,3107],[440,3113],[408,3106],[385,3123],[362,3127],[335,3122],[328,3114],[310,3123],[302,3133],[280,3129],[262,3132],[247,3123],[251,3107],[234,3085],[209,3089],[190,3066],[196,3049],[216,3039],[220,3007],[207,2970],[203,2941],[184,2917],[170,2904],[185,2882],[185,2847],[205,2822],[207,2809],[215,2791],[207,2764],[228,2767],[242,2751],[253,2740],[240,2730],[223,2723],[207,2720],[203,2711],[180,2705],[180,2693],[187,2664],[214,2644],[211,2622],[221,2597],[241,2591],[251,2607],[264,2628],[274,2638],[292,2631],[306,2620],[312,2606],[331,2593],[340,2602],[347,2614],[340,2630],[346,2654],[353,2660],[367,2656],[365,2673],[371,2693],[380,2713],[400,2706],[425,2718],[440,2713]]},{"area":"47f","points":[[711,3018],[726,3023],[747,3015],[774,3010],[795,2997],[803,2982],[808,2967],[807,2941],[814,2922],[837,2921],[856,2914],[860,2900],[903,2900],[914,2915],[900,2944],[903,2954],[925,2954],[947,2958],[961,2964],[973,2980],[980,3000],[1007,3010],[1020,3073],[988,3077],[974,3088],[966,3113],[965,3128],[948,3141],[920,3138],[888,3151],[869,3147],[856,3130],[833,3122],[823,3116],[799,3119],[791,3134],[782,3143],[749,3141],[738,3130],[724,3113],[709,3119],[693,3114],[699,3094],[683,3087],[664,3081]]},{"area":"491","points":[[1107,2933],[1129,2937],[1153,2931],[1156,2916],[1191,2901],[1196,2881],[1260,2873],[1273,2884],[1287,2917],[1314,2928],[1335,2940],[1351,2943],[1323,2984],[1304,2993],[1286,3013],[1260,3030],[1232,3047],[1173,3056],[1148,3025],[1138,2997],[1106,3001],[1081,2970]]},{"area":"481","points":[[1622,3004],[1617,2972],[1637,2955],[1659,2934],[1671,2917],[1664,2886],[1670,2853],[1678,2831],[1674,2799],[1699,2784],[1716,2761],[1728,2742],[1741,2730],[1753,2750],[1788,2765],[1796,2762],[1803,2736],[1818,2723],[1837,2701],[1862,2704],[1886,2698],[1906,2715],[1920,2729],[1916,2753],[1923,2780],[1943,2801],[1964,2798],[1980,2788],[1988,2774],[2010,2787],[2025,2802],[2040,2815],[2055,2833],[2060,2855],[2064,2868],[2096,2879],[2126,2881],[2130,2993],[2113,2998],[2102,3012],[2087,3026],[2073,3039],[2054,3065],[2051,3081],[2010,3089],[1971,3085],[1961,3076],[1947,3084],[1945,3106],[1915,3118],[1900,3100],[1875,3092],[1842,3087],[1824,3085],[1809,3092],[1805,3101],[1780,3094],[1771,3082],[1753,3060],[1727,3057],[1709,3057],[1690,3042],[1669,3052],[1638,3041]]},{"area":"491","points":[[1931,2578],[1936,2564],[1948,2544],[1960,2533],[1980,2532],[1985,2521],[1980,2512],[1985,2479],[1985,2445],[2043,2445],[2051,2463],[2061,2496],[2070,2514],[2092,2519],[2104,2535],[2111,2558],[2140,2571],[2144,2592],[2153,2612],[2146,2625],[2134,2649],[2124,2662],[2105,2668],[2104,2691],[2033,2702],[1995,2682],[1967,2675],[1945,2658],[1939,2643]]},{"area":"484","points":[[2139,2430],[2140,2400],[2159,2388],[2189,2379],[2211,2354],[2207,2330],[2223,2311],[2247,2274],[2242,2253],[2241,2214],[2258,2196],[2313,2155],[2322,2187],[2313,2208],[2302,2240],[2305,2265],[2313,2288],[2316,2320],[2323,2340],[2330,2376],[2349,2398],[2360,2416],[2364,2442],[2364,2460],[2353,2475],[2354,2499],[2362,2518],[2356,2537],[2341,2548],[2344,2580],[2327,2594],[2312,2604],[2288,2611],[2255,2613],[2234,2600],[2222,2590],[2202,2580],[2195,2559],[2194,2542],[2180,2528],[2154,2523],[2154,2499],[2143,2462],[2142,2444]]},{"area":"43e","points":[[1887,1287],[1904,1293],[1916,1315],[1938,1326],[1950,1353],[1957,1374],[1975,1399],[1982,1418],[1998,1439],[2033,1438],[2039,1424],[2033,1398],[2054,1367],[2073,1371],[2073,1397],[2073,1413],[2073,1447],[2089,1428],[2110,1398],[2102,1373],[2111,1345],[2085,1329],[2065,1318],[2040,1329],[2014,1329],[2019,1314],[2061,1297],[2067,1283],[2054,1270],[2039,1260],[2014,1263],[1990,1262],[1973,1260],[1973,1242],[1993,1235],[2018,1231],[2041,1231],[2064,1229],[2084,1233],[2098,1264],[2105,1272],[2119,1280],[2124,1266],[2140,1269],[2155,1300],[2152,1319],[2154,1337],[2158,1358],[2166,1376],[2156,1405],[2175,1431],[2191,1402],[2199,1375],[2188,1345],[2184,1318],[2176,1289],[2166,1264],[2188,1239],[2179,1215],[2218,1208],[2249,1212],[2250,1235],[2230,1256],[2235,1291],[2245,1311],[2247,1333],[2255,1341],[2261,1310],[2283,1309],[2301,1307],[2296,1278],[2316,1273],[2338,1287],[2343,1314],[2335,1332],[2335,1356],[2308,1369],[2283,1393],[2288,1415],[2276,1446],[2277,1468],[2299,1454],[2306,1447],[2312,1430],[2326,1410],[2342,1403],[2338,1423],[2346,1449],[2332,1468],[2327,1491],[2307,1499],[2313,1523],[2294,1530],[2283,1545],[2288,1563],[2261,1574],[2236,1587],[2205,1590],[2187,1596],[2171,1610],[2178,1638],[2117,1639],[2104,1620],[2081,1607],[2073,1576],[2052,1568],[2039,1574],[2013,1566],[2012,1554],[2025,1540],[2036,1527],[2017,1519],[2001,1516],[1994,1530],[1990,1540],[1974,1539],[1957,1544],[1940,1532],[1957,1523],[1970,1497],[1949,1482],[1930,1462],[1913,1445],[1900,1429],[1900,1398],[1887,1392],[1873,1370],[1860,1336],[1862,1310]]},{"area":"442","points":[[2031,960],[2075,965],[2072,988],[2068,1001],[2098,1004],[2123,1003],[2132,993],[2156,988],[2171,999],[2212,1001],[2220,1021],[2237,1023],[2261,1020],[2287,1018],[2312,1025],[2334,1043],[2346,1052],[2343,1077],[2337,1092],[2351,1115],[2362,1131],[2358,1143],[2351,1167],[2327,1183],[2303,1200],[2277,1188],[2260,1182],[2247,1197],[2223,1198],[2168,1211],[2151,1195],[2139,1180],[2113,1183],[2104,1191],[2079,1186],[2033,1193],[2009,1183],[1969,1177],[1963,1157],[1944,1153],[1921,1148],[1900,1137],[1887,1109],[1910,1096],[1922,1087],[1911,1064],[1924,1038],[1942,1031],[1962,1033],[1995,1024],[2006,1015],[2003,996],[2026,980]]},{"area":"491","points":[[1738,807],[1770,802],[1794,806],[1801,788],[1799,769],[1809,751],[1822,739],[1839,740],[1854,727],[1884,722],[1908,737],[1916,750],[1931,746],[1948,744],[1961,753],[1965,769],[1975,783],[1992,801],[1999,826],[1979,864],[1969,880],[1970,905],[1953,917],[1927,928],[1912,934],[1911,948],[1847,972],[1838,940],[1825,927],[1793,927],[1783,916],[1780,884],[1760,872],[1748,865]]},{"area":"44c","points":[[1332,1084],[1333,1055],[1311,1034],[1308,999],[1303,985],[1327,971],[1346,973],[1388,980],[1400,953],[1432,944],[1462,937],[1477,947],[1498,942],[1511,936],[1519,920],[1531,910],[1536,891],[1528,866],[1535,852],[1549,833],[1563,813],[1590,811],[1610,803],[1623,808],[1643,801],[1663,804],[1689,807],[1712,817],[1727,807],[1739,865],[1722,878],[1702,881],[1674,881],[1651,865],[1623,870],[1600,887],[1593,906],[1596,925],[1594,945],[1602,960],[1621,963],[1645,962],[1652,973],[1644,993],[1664,1017],[1686,1023],[1704,1014],[1728,1025],[1743,1020],[1766,1019],[1804,1023],[1771,1040],[1748,1067],[1744,1100],[1730,1119],[1702,1121],[1682,1120],[1651,1130],[1653,1147],[1664,1167],[1655,1182],[1633,1184],[1620,1189],[1609,1206],[1576,1219],[1560,1227],[1537,1237],[1527,1226],[1509,1217],[1481,1216],[1467,1225],[1459,1198],[1435,1201],[1408,1201],[1399,1186],[1382,1159],[1410,1161],[1414,1143],[1408,1118],[1392,1111],[1373,1113],[1365,1101],[1346,1095]]},{"area":"449","points":[[952,468],[989,468],[1015,467],[1045,455],[1073,438],[1110,436],[1138,430],[1143,420],[1171,416],[1169,391],[1176,367],[1190,349],[1220,336],[1260,340],[1287,352],[1311,343],[1334,347],[1357,339],[1383,343],[1420,344],[1460,341],[1477,323],[1504,331],[1514,342],[1529,356],[1544,362],[1568,370],[1580,354],[1609,353],[1629,363],[1641,387],[1647,416],[1671,409],[1694,418],[1700,435],[1727,444],[1741,461],[1755,483],[1752,593],[1729,581],[1726,570],[1699,553],[1679,526],[1667,531],[1654,546],[1647,563],[1619,574],[1607,606],[1600,620],[1571,607],[1551,588],[1541,561],[1526,541],[1500,547],[1481,561],[1472,575],[1435,585],[1398,574],[1372,575],[1354,566],[1327,575],[1311,578],[1297,585],[1274,593],[1246,591],[1219,595],[1201,599],[1158,595],[1138,610],[1124,624],[1100,628],[1079,622],[1016,602],[1025,579],[1045,564],[1068,551],[1060,536],[1035,541],[1016,539],[994,526],[978,531],[967,542],[943,539],[935,516]]},{"area":"445","points":[[1818,457],[1825,433],[1856,433],[1867,406],[1872,377],[1910,366],[1950,352],[1966,344],[1987,349],[2021,345],[2046,359],[2065,365],[2110,364],[2129,353],[2144,334],[2162,348],[2180,363],[2197,367],[2207,393],[2227,383],[2272,387],[2314,407],[2330,420],[2353,422],[2363,439],[2358,460],[2350,487],[2357,513],[2345,536],[2338,565],[2338,581],[2315,603],[2296,604],[2275,602],[2256,608],[2229,613],[2206,609],[2203,587],[2184,573],[2166,591],[2134,600],[2110,587],[2089,584],[2074,590],[2048,576],[2052,554],[2024,540],[2013,528],[1989,515],[1961,521],[1951,529],[1921,528],[1899,525],[1884,509],[1863,514],[1850,530],[1821,531],[1805,503],[1816,475]]},{"area":"45a","points":[[912,1650],[922,1640],[949,1631],[990,1635],[1031,1646],[1063,1651],[1089,1664],[1100,1681],[1114,1700],[1135,1715],[1133,1741],[1141,1767],[1141,1793],[1121,1801],[1122,1821],[1117,1840],[1087,1850],[1077,1862],[1058,1871],[1031,1860],[1021,1846],[991,1850],[964,1844],[940,1835],[913,1840],[895,1818],[873,1812],[858,1799],[820,1775],[825,1754],[822,1727],[813,1709],[831,1688],[835,1668],[863,1655],[875,1655],[896,1662]]},{"area":"46f","points":[[696,2145],[697,2095],[722,2104],[746,2104],[763,2082],[754,2036],[769,2052],[785,2077],[791,2090],[815,2091],[808,2065],[803,2043],[810,2038],[821,2052],[845,2071],[845,2085],[833,2107],[839,2141],[862,2131],[882,2138],[881,2159],[900,2148],[913,2162],[959,2159],[964,2166],[957,2181],[980,2199],[988,2220],[965,2223],[960,2242],[970,2268],[971,2279],[947,2267],[925,2260],[907,2264],[892,2260],[883,2274],[884,2295],[882,2313],[858,2303],[839,2304],[830,2325],[824,2345],[803,2329],[793,2322],[780,2346],[759,2365],[748,2374],[747,2386],[730,2407],[713,2419],[712,2394],[726,2380],[727,2350],[739,2337],[735,2307],[728,2297],[713,2320],[691,2351],[687,2316],[700,2284],[675,2282],[673,2268],[641,2275],[620,2295],[630,2266],[646,2258],[673,2220],[658,2213],[625,2216],[594,2199],[619,2192],[643,2188],[678,2178],[650,2157],[684,2156],[694,2155]]},{"area":"487","points":[[1854,2086],[1843,2051],[1809,2006],[1790,2026],[1784,2048],[1762,2073],[1744,2086],[1723,2102],[1694,2113],[1691,2129],[1676,2149],[1661,2172],[1654,2201],[1662,2231],[1673,2254],[1684,2269],[1700,2281],[1703,2297],[1720,2301],[1731,2321],[1759,2322],[1787,2324],[1820,2326],[1863,2309],[1876,2300],[1872,2280],[1903,2263],[1904,2239],[1914,2214],[1935,2199],[1927,2183],[1917,2160],[1899,2159],[1884,2155],[1891,2141],[1885,2128],[1868,2121],[1857,2104]]},{"area":"48c","points":[[1206,1840],[1337,1840],[1303,2094],[1273,2086],[1239,2091]]},{"area":"48c","points":[[1364,2127],[1569,1975],[1636,2087],[1402,2188],[1391,2153]]},{"area":"48c","points":[[1175,2127],[974,1976],[909,2087],[1141,2184],[1154,2155]]},{"area":"48c","points":[[1142,2259],[909,2357],[974,2467],[1175,2316],[1153,2288]]},{"area":"48c","points":[[1238,2349],[1207,2603],[1336,2604],[1307,2351],[1272,2358]]},{"area":"48c","points":[[1364,2313],[1570,2468],[1634,2357],[1398,2259],[1389,2287]]},{"area":"492","points":[[1272,2095],[1311,2102],[1338,2116],[1379,2160],[1393,2195],[1396,2221],[1390,2258],[1378,2286],[1338,2329],[1270,2347],[1207,2326],[1163,2284],[1149,2252],[1146,2223],[1153,2178],[1167,2149],[1200,2117],[1234,2101]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/106-map-6.03-greater-caverns-map.webp"},"grid":{"type":"square","size":193,"offsetX":-40,"offsetY":95,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/107-map-6.03-greater-caverns-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":2550,"height":3300,"credit":"Mike Schley","mapParent":{"id":"5b1"},"grid":{"type":"square","size":193,"offsetX":-40,"offsetY":95,"scale":3,"distance":10}}]},{"name":"Ch. 7: Expedition to the Barrier Peaks","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/QftIS/117-map-7.01-spaceship-level-1-map.webp"},"imageType":"map","title":"Map 7.1: Spaceship Level 1","credit":"Damien Mammoliti","width":3000,"height":3882,"id":"5b2","mapRegions":[{"area":"4f2","points":[[918,808],[918,669],[707,669],[707,808]]},{"area":"4e7","points":[[551,1025],[414,1025],[414,995],[498,884],[551,884]]},{"area":"4e7","points":[[555,1027],[555,1171],[698,1171],[698,1027]]},{"area":"4f0","points":[[779,1029],[779,1168],[844,1168],[844,1029]]},{"area":"4f0","points":[[849,1031],[849,1168],[914,1168],[914,1031]]},{"area":"4f0","points":[[923,1033],[923,1168],[988,1168],[988,1033]]},{"area":"4f0","points":[[997,1031],[997,1170],[1062,1170],[1062,1031]]},{"area":"4f0","points":[[1070,1032],[1070,1170],[1135,1170],[1135,1032]]},{"area":"4f0","points":[[1214,1030],[1214,1092],[1317,1092],[1317,1030]]},{"area":"4f0","points":[[1218,1103],[1218,1169],[1317,1169],[1317,1103]]},{"area":"4f1","points":[[997,811],[1279,811],[1279,1022],[1216,1022],[1216,953],[1133,953],[1133,1018],[997,1018]]},{"area":"4ee","points":[[555,1177],[555,1240],[1428,1240],[1428,1177]]},{"area":"4cc","points":[[997,1250],[997,1390],[1132,1390],[1132,1250]]},{"area":"4ef","points":[[1137,1250],[1137,1313],[1277,1313],[1277,1250]]},{"area":"4ef","points":[[1422,1317],[1422,1251],[1287,1251],[1287,1317]]},{"area":"4ef","points":[[1140,1323],[1140,1388],[1278,1388],[1278,1323]]},{"area":"4ef","points":[[1420,1323],[1420,1387],[1287,1387],[1287,1323]]},{"area":"4cb","points":[[847,1251],[847,1823],[991,1823],[991,1251]]},{"area":"4db","points":[[558,1471],[558,1822],[767,1822],[767,1471]]},{"area":"4f4","points":[[259,1897],[154,1897],[151,1856],[152,1790],[157,1757],[259,1757]]},{"area":"4f7","points":[[694,1976],[694,2115],[559,2115],[559,1976]]},{"area":"4fb","points":[[990,1977],[990,2115],[848,2115],[848,1977]]},{"area":"4f8","points":[[769,2258],[769,2119],[562,2119],[562,2258]]},{"area":"4fc","points":[[851,2121],[851,2191],[991,2191],[991,2121]]},{"area":"4fd","points":[[852,2197],[852,2404],[989,2404],[989,2197]]},{"area":"4f6","points":[[560,2265],[769,2265],[769,2332],[695,2332],[695,2405],[560,2405]]},{"area":"4f9","points":[[559,2412],[694,2412],[694,2553],[559,2553]]},{"area":"4fa","points":[[779,2412],[779,2555],[990,2555],[990,2412]]},{"area":"4fe","points":[[997,2413],[997,2553],[1135,2553],[1135,2413]]},{"area":"4bf","points":[[1466,737],[1473,717],[1498,708],[1524,713],[1532,734],[1528,754],[1501,767],[1475,759]]},{"area":"4e6","points":[[1726,815],[1726,1167],[1932,1167],[1932,815]]},{"area":"4e5","points":[[2013,885],[2013,1169],[2223,1169],[2223,885]]},{"area":"4e7","points":[[2304,957],[2304,1168],[2444,1168],[2444,957]]},{"area":"4e7","points":[[2449,958],[2556,958],[2589,1003],[2626,1056],[2655,1105],[2684,1169],[2449,1169]]},{"area":"4e9","points":[[1577,1249],[1577,1389],[2007,1389],[2007,1249]]},{"area":"4cc","points":[[2015,1249],[2015,1388],[2229,1388],[2229,1249]]},{"area":"4ca","points":[[2014,1398],[2014,1535],[2227,1535],[2227,1398]]},{"area":"50b","points":[[1356,1537],[1356,1751],[1862,1751],[1862,1537]]},{"area":"512","points":[[1140,1539],[1140,1753],[1350,1753],[1350,1539]]},{"area":"510","points":[[1140,1761],[1140,1896],[1350,1896],[1350,1761]]},{"area":"514","points":[[1139,1903],[1139,2042],[1350,2042],[1350,1903]]},{"area":"51c","points":[[1432,1761],[1641,1761],[1641,1899],[1578,1899],[1578,1825],[1432,1825]]},{"area":"51d","points":[[1429,1830],[1429,1972],[1570,1972],[1570,1830]]},{"area":"518","points":[[1431,1977],[1578,1977],[1578,1905],[1641,1905],[1641,2041],[1431,2041]]},{"area":"507","points":[[1649,1760],[1649,1899],[1788,1899],[1788,1760]]},{"area":"508","points":[[1795,1761],[1795,1899],[1860,1899],[1860,1761]]},{"area":"509","points":[[1796,1908],[1796,2115],[1862,2115],[1862,1908]]},{"area":"507","points":[[1649,1905],[1649,2042],[1790,2042],[1790,1905]]},{"area":"503","points":[[1140,2260],[1140,2050],[1640,2050],[1640,2260],[1504,2260],[1504,2116],[1279,2116],[1279,2260]]},{"area":"505","points":[[1286,2124],[1286,2260],[1391,2260],[1391,2124]]},{"area":"505","points":[[1398,2123],[1398,2258],[1499,2258],[1499,2123]]},{"area":"507","points":[[1647,2048],[1647,2258],[1788,2258],[1788,2048]]},{"area":"50a","points":[[1793,2123],[1793,2261],[1863,2261],[1863,2123]]},{"area":"4e7","points":[[2595,1611],[2829,1611],[2836,1658],[2843,1716],[2846,1750],[2595,1750]]},{"area":"4e0","points":[[2743,1758],[2845,1758],[2848,1804],[2849,1852],[2850,1909],[2847,1971],[2844,2016],[2840,2043],[2743,2043]]},{"area":"4bf","points":[[2557,1895],[2565,1874],[2590,1862],[2615,1869],[2628,1891],[2620,1917],[2593,1925],[2564,1914]]},{"area":"4e7","points":[[2599,2048],[2841,2048],[2831,2130],[2817,2189],[2599,2189]]},{"area":"4e7","points":[[2449,2631],[2657,2631],[2633,2671],[2588,2745],[2532,2820],[2474,2894],[2449,2919]]},{"area":"4d0","points":[[2016,2996],[2299,2996],[2299,3057],[2232,3109],[2164,3152],[2100,3189],[2045,3217],[2016,3233]]},{"area":"4bf","points":[[1464,3068],[1471,3047],[1500,3033],[1526,3047],[1532,3069],[1521,3092],[1498,3099],[1471,3089]]},{"area":"4e7","points":[[701,2997],[986,2997],[986,3231],[900,3190],[825,3144],[755,3098],[701,3058]]},{"area":"4bf","points":[[372,1892],[382,1870],[410,1861],[433,1871],[444,1900],[431,1918],[408,1924],[380,1910]]},{"area":"4ff","points":[[697,2557],[697,2625],[514,2625],[514,2557]]},{"area":"500","points":[[561,2633],[561,2695],[697,2695],[697,2633]]},{"area":"500","points":[[559,2704],[559,2768],[699,2768],[699,2704]]},{"area":"500","points":[[559,2777],[559,2914],[695,2914],[695,2777]]},{"area":"500","points":[[557,2922],[695,2922],[695,2987],[621,2987],[584,2953]]},{"area":"500","points":[[777,2630],[777,2767],[841,2767],[841,2630]]},{"area":"500","points":[[777,2773],[777,2913],[841,2913],[841,2773]]},{"area":"500","points":[[850,2631],[850,2767],[915,2767],[915,2631]]},{"area":"500","points":[[850,2775],[850,2917],[916,2917],[916,2775]]},{"area":"501","points":[[923,2631],[923,2767],[1132,2767],[1132,2631]]},{"area":"501","points":[[1215,2632],[1215,2768],[1425,2768],[1425,2632]]},{"area":"501","points":[[921,2775],[1133,2775],[1133,2840],[1060,2840],[1060,2916],[921,2916]]},{"area":"501","points":[[1216,2777],[1424,2777],[1424,2911],[1285,2911],[1285,2839],[1216,2839]]},{"area":"502","points":[[1068,2849],[1068,2983],[1278,2983],[1278,2849]]},{"area":"4ba","points":[[1429,3134],[1570,3134],[1570,3340],[1500,3341],[1429,3338]]},{"area":"4d5","points":[[2089,2410],[2089,2769],[2295,2769],[2295,2410]]},{"area":"4c9","points":[[1723,2985],[1939,2985],[1939,2767],[2078,2767],[2078,2636],[1723,2636]]},{"area":"4cc","points":[[1944,2777],[1944,2911],[2226,2911],[2226,2777]]},{"area":"4c3","points":[[1944,2920],[1944,3047],[2008,3047],[2008,2920]]},{"area":"4dd","points":[[1576,2411],[1576,2550],[2079,2550],[2079,2411]]},{"area":"4dc","points":[[2011,1978],[2154,1978],[2154,2191],[2223,2191],[2223,2402],[2011,2402]]},{"area":"4da","points":[[2235,1976],[2446,1976],[2446,2546],[2307,2546],[2307,2111],[2235,2111]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/117-map-7.01-spaceship-level-1-map.webp"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/118-map-7.01-spaceship-level-1-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3882,"credit":"Damien Mammoliti","mapParent":{"id":"5b2"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/121-map-7.02-spaceship-level-2-map.webp"},"imageType":"map","title":"Map 7.2: Spaceship Level 2","credit":"Damien Mammoliti","width":3000,"height":3882,"id":"5b3","mapRegions":[{"area":"54a","points":[[559,1016],[559,823],[601,777],[660,719],[660,1016]]},{"area":"54f","points":[[549,1015],[405,1015],[468,929],[549,833]]},{"area":"54b","points":[[670,1014],[670,711],[770,635],[770,1014]]},{"area":"54e","points":[[477,1163],[316,1163],[374,1068],[401,1024],[477,1024]]},{"area":"549","points":[[556,1023],[768,1023],[768,1090],[556,1297]]},{"area":"54c","points":[[548,1170],[548,1749],[156,1748],[165,1657],[183,1552],[208,1448],[234,1356],[269,1265],[321,1170]]},{"area":"52d","points":[[254,1757],[155,1757],[151,1845],[156,1970],[163,2041],[254,2041]]},{"area":"526","points":[[266,1756],[266,2039],[545,2039],[545,1756]]},{"area":"52d","points":[[400,2051],[400,2192],[546,2192],[546,2480],[271,2480],[243,2402],[217,2326],[186,2216],[169,2123],[163,2051]]},{"area":"527","points":[[410,2050],[410,2184],[546,2184],[546,2050]]},{"area":"550","points":[[547,2485],[693,2630],[693,3047],[618,2985],[547,2911],[508,2865],[473,2826],[425,2757],[378,2690],[318,2580],[275,2485]]},{"area":"538","points":[[701,2637],[840,2774],[840,3057],[701,2914]]},{"area":"554","points":[[847,2780],[990,2921],[1348,2921],[1348,3331],[1265,3321],[1177,3299],[1077,3267],[957,3216],[847,3159]]},{"area":"52a","points":[[1356,3212],[1639,3212],[1639,3334],[1588,3338],[1532,3343],[1463,3343],[1356,3333]]},{"area":"526","points":[[1356,2922],[1356,3203],[1638,3203],[1638,2922]]},{"area":"527","points":[[1649,2920],[1649,3065],[1787,3065],[1787,2920]]},{"area":"52a","points":[[1797,2922],[1938,2922],[1938,2997],[2008,2997],[2008,3237],[1875,3288],[1750,3317],[1651,3332],[1651,3074],[1797,3074]]},{"area":"530","points":[[2014,3233],[2015,2924],[2237,2705],[2611,2706],[2570,2770],[2509,2854],[2430,2938],[2357,3011],[2262,3090],[2190,3139],[2124,3177],[2050,3217]]},{"area":"537","points":[[2323,2620],[2463,2482],[2731,2482],[2708,2529],[2685,2582],[2667,2620]]},{"area":"539","points":[[2454,2129],[2828,2129],[2816,2195],[2791,2300],[2763,2390],[2733,2475],[2454,2475]]},{"area":"53f","points":[[2453,1971],[2844,1971],[2841,2053],[2830,2120],[2453,2120]]},{"area":"526","points":[[2454,1835],[2454,1964],[2732,1964],[2732,1835]]},{"area":"52b","points":[[2743,1835],[2848,1835],[2850,1881],[2849,1926],[2843,1965],[2743,1965]]},{"area":"527","points":[[2454,1690],[2454,1823],[2592,1823],[2592,1690]]},{"area":"52b","points":[[2453,1318],[2748,1318],[2772,1375],[2784,1423],[2806,1502],[2827,1594],[2839,1685],[2848,1770],[2850,1824],[2601,1824],[2601,1680],[2453,1680]]},{"area":"53f","points":[[2452,830],[2530,907],[2583,992],[2643,1083],[2688,1167],[2752,1314],[2452,1314]]},{"area":"540","points":[[2018,875],[2378,1237],[2444,1237],[2444,822],[2305,694],[2252,651],[2158,592],[2077,543],[2018,517]]},{"area":"543","points":[[1725,594],[1725,864],[2008,864],[2008,594]]},{"area":"545","points":[[1726,586],[1726,436],[1863,453],[1863,586]]},{"area":"546","points":[[1874,581],[2009,581],[2009,512],[1939,480],[1874,457]]},{"area":"52b","points":[[1361,431],[1450,425],[1575,424],[1717,438],[1717,866],[1653,866],[1653,581],[1361,581]]},{"area":"526","points":[[1361,591],[1361,868],[1643,868],[1643,591]]},{"area":"527","points":[[1350,734],[1350,867],[1218,867],[1218,734]]},{"area":"52c","points":[[997,864],[997,512],[1037,493],[1088,473],[1152,453],[1197,443],[1265,433],[1351,430],[1351,724],[1210,724],[1210,864]]},{"area":"547","points":[[777,1076],[985,868],[985,515],[902,556],[834,593],[777,630]]},{"area":"53e","points":[[694,1387],[694,2406],[556,2406],[556,1387]]},{"area":"53c","points":[[2306,1790],[2306,2056],[2447,2056],[2447,1790]]},{"area":"53d","points":[[1292,875],[1292,1021],[1845,1021],[1845,875]]},{"area":"52e","points":[[702,2405],[702,1390],[1065,1027],[1930,1027],[2294,1391],[2294,2415],[1940,2769],[1062,2769]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/121-map-7.02-spaceship-level-2-map.webp"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/122-map-7.02-spaceship-level-2-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3882,"credit":"Damien Mammoliti","mapParent":{"id":"5b3"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/125-map-7.03-spaceship-level-3-map.webp"},"imageType":"map","title":"Map 7.3: Spaceship Level 3","credit":"Damien Mammoliti","width":3000,"height":3882,"id":"5b4","mapRegions":[{"area":"55b","points":[[1356,631],[1356,841],[1641,841],[1641,631]]},{"area":"566","points":[[999,509],[1082,471],[1196,441],[1346,426],[1519,421],[1721,433],[1855,453],[2004,512],[2004,585],[1786,585],[1786,727],[1651,727],[1651,618],[1351,618],[1351,727],[1213,727],[1213,584],[999,584]]},{"area":"56a","points":[[480,1313],[255,1313],[288,1216],[365,1069],[455,940],[554,826],[720,669],[796,612],[908,548],[991,513],[991,809],[918,809],[480,1244]]},{"area":"55b","points":[[304,1756],[304,2047],[518,2047],[518,1756]]},{"area":"56b","points":[[261,1321],[261,1613],[405,1613],[405,1746],[295,1746],[295,2051],[401,2051],[401,2187],[265,2187],[265,2449],[219,2333],[185,2204],[162,2080],[151,1931],[154,1774],[171,1641],[193,1498],[224,1386],[248,1324]]},{"area":"56e","points":[[273,2482],[481,2482],[481,2553],[918,2990],[985,2990],[985,3233],[874,3175],[775,3109],[684,3046],[591,2958],[515,2884],[451,2801],[382,2696],[324,2582],[284,2514]]},{"area":"55b","points":[[1361,2958],[1361,3167],[1645,3167],[1645,2958]]},{"area":"55c","points":[[995,3235],[1084,3272],[1188,3298],[1312,3325],[1455,3342],[1579,3339],[1705,3322],[1872,3287],[2006,3235],[2006,3211],[1785,3211],[1785,3071],[1652,3071],[1652,3174],[1354,3174],[1354,3066],[1215,3066],[1215,3212],[995,3212]]},{"area":"55e","points":[[2014,3231],[2014,2992],[2095,2992],[2527,2558],[2527,2485],[2727,2485],[2699,2553],[2651,2644],[2602,2724],[2514,2847],[2440,2934],[2346,3015],[2246,3101],[2139,3166],[2054,3215]]},{"area":"55b","points":[[2695,1829],[2695,1961],[2485,1961],[2485,1829]]},{"area":"560","points":[[2742,2454],[2742,2111],[2596,2111],[2596,1976],[2701,1976],[2701,1819],[2595,1819],[2595,1686],[2740,1686],[2740,1324],[2755,1324],[2791,1422],[2818,1540],[2835,1651],[2847,1749],[2855,1852],[2848,1987],[2832,2112],[2812,2228],[2785,2344]]},{"area":"562","points":[[2013,516],[2013,804],[2085,804],[2526,1245],[2526,1315],[2754,1315],[2715,1221],[2629,1060],[2527,908],[2418,785],[2255,652],[2134,575],[2047,532]]},{"area":"586","points":[[1358,1968],[1358,1833],[1500,1758],[1571,1758],[1643,1822],[1643,1894],[1502,2006],[1429,2009]]},{"area":"581","points":[[1078,1674],[1102,1674],[1118,1644],[1175,1590],[1166,1565],[1194,1564],[1220,1591],[1238,1594],[1255,1563],[1278,1557],[1281,1536],[1313,1542],[1323,1572],[1337,1563],[1353,1704],[1334,1694],[1321,1710],[1332,1746],[1328,1779],[1329,1815],[1299,1825],[1296,1843],[1271,1841],[1247,1849],[1236,1874],[1237,1925],[1254,1951],[1286,1985],[1301,2014],[1315,2034],[1355,2045],[1402,2053],[1439,2059],[1502,2048],[1539,2036],[1556,2068],[1570,2081],[1586,2051],[1599,2014],[1615,2002],[1610,1978],[1634,1993],[1666,1980],[1673,1953],[1654,1945],[1680,1931],[1701,1909],[1698,1882],[1678,1860],[1689,1843],[1709,1829],[1697,1795],[1688,1782],[1673,1772],[1692,1769],[1683,1735],[1652,1723],[1621,1705],[1602,1702],[1581,1688],[1547,1690],[1518,1681],[1479,1648],[1454,1659],[1457,1674],[1441,1682],[1448,1703],[1423,1716],[1400,1718],[1374,1711],[1358,1556],[1379,1537],[1396,1511],[1425,1506],[1429,1491],[1466,1495],[1476,1521],[1494,1499],[1516,1478],[1530,1448],[1538,1433],[1556,1424],[1570,1403],[1592,1401],[1604,1375],[1635,1372],[1644,1388],[1659,1416],[1671,1436],[1706,1452],[1686,1478],[1679,1499],[1710,1485],[1736,1465],[1752,1497],[1787,1504],[1811,1541],[1854,1556],[1880,1595],[1894,1624],[1872,1664],[1865,1688],[1894,1679],[1906,1707],[1935,1709],[1974,1711],[1996,1734],[2021,1733],[2035,1761],[2035,1814],[2012,1853],[1972,1876],[2015,1901],[1999,1938],[1981,1961],[1971,1956],[1964,1991],[1938,2028],[1899,2047],[1853,2074],[1831,2080],[1812,2079],[1850,2110],[1816,2112],[1816,2131],[1780,2136],[1768,2154],[1763,2187],[1736,2174],[1755,2201],[1743,2223],[1735,2267],[1714,2269],[1706,2249],[1686,2297],[1676,2341],[1653,2358],[1615,2333],[1620,2308],[1594,2295],[1569,2274],[1559,2254],[1549,2247],[1520,2272],[1510,2297],[1485,2332],[1469,2360],[1446,2315],[1436,2345],[1419,2374],[1414,2407],[1386,2403],[1367,2375],[1343,2346],[1356,2323],[1319,2322],[1320,2305],[1285,2312],[1252,2327],[1222,2311],[1227,2290],[1208,2311],[1209,2330],[1187,2309],[1158,2315],[1133,2288],[1156,2264],[1139,2211],[1132,2176],[1100,2156],[1064,2167],[1048,2152],[1016,2144],[991,2128],[963,2127],[950,2087],[955,2059],[983,2059],[996,2024],[996,1981],[1032,1973],[1075,1940],[1072,1864],[1044,1856],[1017,1818],[1029,1778],[1003,1761],[995,1734],[1013,1704],[1050,1690],[1059,1677]]},{"area":"581","points":[[1336,1564],[1355,1555],[1372,1710],[1355,1706]]},{"area":"577","points":[[1432,977],[1432,1061],[1578,1061],[1578,977]]},{"area":"578","points":[[1094,1157],[1094,1249],[975,1249],[975,1157]]},{"area":"576","points":[[2015,1249],[2015,1321],[2141,1321],[2141,1249]]},{"area":"57e","points":[[1436,1346],[1436,1406],[1555,1406],[1555,1346]]},{"area":"57c","points":[[1129,1513],[1129,1598],[1005,1598],[1005,1513]]},{"area":"579","points":[[761,1742],[761,1830],[632,1830],[632,1742]]},{"area":"57a","points":[[871,2482],[871,2551],[757,2551],[757,2482]]},{"area":"57c","points":[[1143,2331],[1143,2397],[1258,2397],[1258,2331]]},{"area":"573","points":[[1487,2708],[1487,2779],[1373,2779],[1373,2708]]},{"area":"574","points":[[2268,2478],[2268,2550],[2149,2550],[2149,2478]]},{"area":"57f","points":[[1568,2288],[1568,2318],[1586,2337],[1574,2348],[1572,2376],[1592,2371],[1600,2411],[1580,2409],[1566,2443],[1565,2478],[1597,2478],[1629,2470],[1629,2491],[1620,2498],[1632,2528],[1644,2540],[1772,2540],[2134,2178],[2109,2174],[2094,2143],[2088,2123],[2072,2113],[2083,2092],[2058,2089],[2043,2131],[2007,2120],[1997,2098],[1988,2071],[1986,2055],[1948,2053],[1928,2055],[1902,2053],[1861,2075],[1835,2082],[1857,2109],[1825,2119],[1822,2136],[1782,2144],[1773,2160],[1769,2190],[1755,2188],[1761,2203],[1750,2226],[1739,2271],[1712,2276],[1707,2262],[1691,2299],[1684,2340],[1656,2366],[1610,2338],[1612,2310],[1587,2296],[1576,2284]]},{"area":"575","points":[[2301,1856],[2301,1935],[2410,1935],[2410,1856]]},{"area":"57d","points":[[1905,1594],[1905,1663],[2020,1663],[2020,1594]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/125-map-7.03-spaceship-level-3-map.webp"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/126-map-7.03-spaceship-level-3-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3882,"credit":"Damien Mammoliti","mapParent":{"id":"5b4"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/129-map-7.04-spaceship-level-4-map.webp"},"imageType":"map","title":"Map 7.4: Spaceship Level 4","credit":"Damien Mammoliti","width":3000,"height":3882,"id":"5b5","mapRegions":[{"area":"595","points":[[333,1315],[333,1605],[199,1605],[199,1534],[234,1534],[234,1381],[253,1315]]},{"area":"596","points":[[474,1093],[469,1075],[502,1085],[516,1052],[558,1039],[590,1034],[650,1046],[652,1110],[630,1175],[550,1178],[474,1186]]},{"area":"591","points":[[489,2333],[489,2472],[629,2472],[629,2333]]},{"area":"590","points":[[1351,2996],[1351,3129],[1446,3129],[1446,2996]]},{"area":"591","points":[[2465,1697],[2465,1818],[2588,1818],[2588,1697]]},{"area":"592","points":[[2160,1170],[2160,1388],[2372,1388],[2372,1170]]},{"area":"595","points":[[704,741],[777,741],[777,667],[844,667],[844,872],[704,872]]},{"area":"591","points":[[1871,2172],[1871,2270],[2001,2270],[2001,2172]]},{"area":"58b","points":[[1143,1391],[1143,1826],[1862,1826],[1862,1391]]}],"hrefThumbnail":{"type":"internal","path":"adventure/QftIS/thumbnail/129-map-7.04-spaceship-level-4-map.webp"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10},"page":"adventure.html","source":"QftIS","hash":"qftis"},{"type":"image","href":{"type":"internal","path":"adventure/QftIS/130-map-7.04-spaceship-level-4-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3000,"height":3882,"credit":"Damien Mammoliti","mapParent":{"id":"5b5"},"grid":{"type":"square","size":218,"offsetX":-76,"offsetY":26,"scale":3,"distance":10}}]}]},"UtHftLH":{"id":"UtHftLH","name":"Uni and the Hunt for the Lost Horn","source":"UtHftLH","prop":"adventure","chapters":[{"name":"Uni and the Hunt for the Lost Horn","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/001-map-0.01-woodland-pool.webp"},"imageType":"map","title":"Map 1.1: Woodland Pool","credit":"Stacey Allan, Will Doyle","width":3067,"height":1291,"id":"038","mapRegions":[{"area":"020","points":[[2246,179],[2246,246],[2459,246],[2459,179]]}],"hrefThumbnail":{"type":"internal","path":"adventure/UtHftLH/thumbnail/001-map-0.01-woodland-pool.webp"},"grid":{"type":"square","size":153,"offsetX":12,"offsetY":-28,"scale":3},"page":"adventure.html","source":"UtHftLH","hash":"uthftlh"},{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/002-map-0.01-woodland-pool-dm.webp"},"imageType":"map","title":"Without Tokens","credit":"Stacey Allan, Will Doyle","width":3067,"height":1291,"id":"039","mapParent":{"id":"038"},"grid":{"type":"square","size":153,"offsetX":12,"offsetY":-28,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/003-map-0.01-woodland-pool-player.webp"},"imageType":"mapPlayer","title":"Player Version","credit":"Stacey Allan, Will Doyle","width":3067,"height":1291,"mapParent":{"id":"038"},"grid":{"type":"square","size":153,"offsetX":12,"offsetY":-28,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/004-map-0.02-the-crystal-ball.webp"},"imageType":"map","title":"Map 1.2: The Crystal Ball","credit":"Stacey Allan, Will Doyle","width":3070,"height":3536,"id":"03a","mapRegions":[{"area":"02f","points":[[1781,1244],[1807,1261],[1844,1259],[1874,1264],[1907,1273],[1937,1267],[1961,1244],[1997,1237],[2026,1224],[2044,1181],[2070,1157],[2091,1139],[2089,1096],[2107,1059],[2119,1027],[2137,990],[2140,951],[2111,930],[2104,891],[2087,879],[2073,844],[2051,820],[2033,796],[2046,759],[2054,730],[2039,683],[2014,650],[1987,627],[1954,614],[1909,589],[1876,574],[1819,571],[1786,554],[1756,553],[1711,557],[1674,556],[1639,556],[1583,556],[1546,556],[1523,577],[1483,586],[1450,601],[1409,609],[1364,596],[1334,596],[1319,621],[1297,639],[1281,660],[1253,673],[1247,694],[1210,720],[1197,753],[1187,774],[1159,779],[1136,800],[1114,834],[1127,870],[1106,910],[1089,953],[1087,994],[1089,1036],[1097,1070],[1116,1101],[1131,1143],[1146,1157],[1169,1166],[1196,1163],[1221,1167],[1241,1180],[1264,1177],[1281,1191],[1299,1206],[1329,1217],[1353,1223],[1380,1213],[1420,1206],[1453,1211],[1497,1203],[1523,1234],[1547,1254],[1571,1276],[1603,1289],[1636,1280],[1647,1257],[1674,1254],[1710,1273],[1737,1284],[1763,1274]]},{"area":"02a","points":[[1701,1281],[1734,1293],[1761,1284],[1780,1270],[1794,1284],[1826,1294],[1846,1313],[1873,1320],[1886,1356],[1904,1387],[1907,1410],[1924,1423],[1957,1416],[1986,1427],[1999,1450],[2004,1484],[1999,1520],[1994,1544],[1999,1579],[1990,1609],[1960,1616],[1924,1634],[1900,1650],[1897,1670],[1903,1700],[1903,1727],[1886,1751],[1871,1774],[1853,1809],[1820,1829],[1796,1826],[1781,1821],[1750,1826],[1713,1829],[1680,1810],[1657,1771],[1667,1749],[1663,1690],[1630,1669],[1621,1643],[1626,1617],[1633,1580],[1614,1543],[1617,1507],[1620,1483],[1656,1467],[1696,1450],[1719,1431],[1747,1419],[1776,1397],[1797,1383],[1789,1360],[1769,1346],[1741,1343],[1710,1333],[1704,1297]]},{"area":"021","points":[[2056,1873],[2079,1839],[2131,1839],[2150,1857],[2170,1884],[2200,1879],[2234,1860],[2269,1867],[2313,1881],[2340,1909],[2344,1936],[2340,1979],[2339,2009],[2336,2036],[2330,2054],[2301,2096],[2304,2123],[2314,2159],[2307,2190],[2286,2201],[2250,2184],[2209,2179],[2177,2151],[2163,2146],[2137,2179],[2097,2163],[2059,2157],[2056,2117],[2071,2089],[2069,2040],[2049,1984],[2026,1939],[2037,1907],[2043,1887]]},{"area":"01e","points":[[2059,2591],[2109,2574],[2156,2547],[2176,2520],[2186,2480],[2199,2430],[2187,2380],[2150,2350],[2137,2334],[2091,2327],[2033,2349],[1997,2360],[1974,2403],[1963,2430],[1964,2460],[1943,2497],[1950,2521],[1967,2557],[1987,2570],[2019,2580]]},{"area":"027","points":[[1324,2041],[1323,2017],[1351,1989],[1381,1961],[1399,1926],[1440,1897],[1474,1884],[1509,1877],[1559,1880],[1596,1894],[1626,1911],[1649,1930],[1666,1947],[1674,1969],[1704,1961],[1727,1951],[1753,1953],[1767,1976],[1767,2011],[1790,2041],[1837,2039],[1850,2080],[1859,2110],[1841,2131],[1843,2160],[1836,2183],[1817,2213],[1783,2224],[1764,2239],[1763,2271],[1761,2291],[1727,2304],[1707,2311],[1680,2279],[1650,2274],[1639,2287],[1673,2296],[1683,2307],[1694,2327],[1691,2359],[1677,2387],[1651,2397],[1623,2393],[1601,2377],[1586,2389],[1589,2411],[1580,2427],[1541,2440],[1513,2443],[1483,2436],[1477,2477],[1450,2494],[1407,2499],[1379,2476],[1351,2453],[1353,2414],[1393,2407],[1396,2390],[1370,2366],[1341,2346],[1309,2343],[1286,2320],[1309,2289],[1313,2253],[1293,2231],[1290,2206],[1300,2180],[1326,2159],[1326,2123],[1333,2086],[1329,2060]]}],"hrefThumbnail":{"type":"internal","path":"adventure/UtHftLH/thumbnail/004-map-0.02-the-crystal-ball.webp"},"grid":{"type":"square","size":153,"offsetX":11,"offsetY":-13,"scale":3},"page":"adventure.html","source":"UtHftLH","hash":"uthftlh"},{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/005-map-0.02-the-crystal-ball-dm.webp"},"imageType":"map","title":"Without Tokens","credit":"Stacey Allan, Will Doyle","width":3070,"height":3536,"id":"03b","mapParent":{"id":"03a"},"grid":{"type":"square","size":153,"offsetX":11,"offsetY":-13,"scale":3}},{"type":"image","href":{"type":"internal","path":"adventure/UtHftLH/006-map-0.02-the-crystal-ball-player.webp"},"imageType":"mapPlayer","title":"Player Version","credit":"Stacey Allan, Will Doyle","width":3070,"height":3536,"mapParent":{"id":"03a"},"grid":{"type":"square","size":153,"offsetX":11,"offsetY":-13,"scale":3}}]}]},"ScoEE":{"id":"ScoEE","name":"Scions of Elemental Evil","source":"ScoEE","prop":"adventure","chapters":[{"name":"Scions of Elemental Evil","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/ScoEE/002-map-0.01-temple-of-elemental-evil.webp"},"imageType":"map","title":"Map 1.1: Temple of Elemental Evil","credit":"Stacey Allan & Will Doyle","width":3018,"height":3927,"id":"057","mapRegions":[{"area":"044","points":[[1396,590],[1396,553],[1355,528],[1375,488],[1373,459],[1401,457],[1431,435],[1471,422],[1512,418],[1560,425],[1605,445],[1627,454],[1641,479],[1658,505],[1659,521],[1622,556],[1622,590]]},{"area":"040","points":[[1110,596],[1110,1636],[1908,1636],[1908,596]]},{"area":"029","points":[[1111,1639],[1911,1639],[1915,2423],[1111,2423]]},{"area":"035","points":[[1915,1643],[2520,2262],[2124,2640],[1915,2419]]},{"area":"02b","points":[[1106,1640],[499,2259],[897,2641],[1106,2421]]},{"area":"02f","points":[[461,2301],[648,2477],[495,2639],[306,2454]]},{"area":"039","points":[[2366,2471],[2520,2635],[2711,2454],[2551,2293]]},{"area":"024","points":[[1108,2425],[1108,3025],[1908,3025],[1908,2425]]},{"area":"020","points":[[1315,3061],[1315,3437],[1706,3437],[1706,3061]]},{"area":"01d","points":[[790,3919],[754,3888],[760,3862],[739,3827],[805,3794],[814,3772],[782,3730],[790,3707],[814,3697],[840,3695],[849,3649],[870,3605],[921,3591],[917,3539],[875,3532],[881,3519],[910,3502],[945,3475],[978,3454],[1003,3409],[1086,3414],[1101,3568],[1097,3712],[1204,3695],[1112,3772],[1094,3792],[1046,3795],[1018,3826],[1019,3871],[1027,3884],[992,3919]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ScoEE/thumbnail/002-map-0.01-temple-of-elemental-evil.webp"},"grid":{"type":"square","size":102,"offsetX":-41,"offsetY":49,"scale":2},"page":"adventure.html","source":"ScoEE","hash":"scoee"},{"type":"image","href":{"type":"internal","path":"adventure/ScoEE/003-map-0.01-temple-of-elemental-evil-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4096,"height":5331,"credit":"Stacey Allan & Will Doyle","mapParent":{"id":"057","autoScale":true},"grid":{"type":"square","size":277,"offsetX":-109,"offsetY":-144,"scale":4}},{"type":"image","href":{"type":"internal","path":"adventure/ScoEE/004-map-0.02-primordial-nexus.webp"},"imageType":"map","title":"Map 1.2: Primordial Nexus","credit":"Stacey Allan & Will Doyle","width":4096,"height":2612,"id":"058","grid":{"type":"square","size":128,"offsetX":-61,"offsetY":-46}}]}]},"DMG":{"id":"DMG","name":"Dungeon Master's Guide (2014)","source":"DMG","prop":"book","chapters":[{"name":"App. C: Maps","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-1.webp"},"width":1125,"height":2475,"imageType":"map","title":"Map 1","grid":{"type":"square","size":97,"offsetX":-19,"offsetY":3,"scale":3},"id":"233"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-2.webp"},"width":1013,"height":2862,"imageType":"map","title":"Map 2","grid":{"type":"square","size":146,"offsetX":-50,"offsetY":50,"scale":2},"id":"234"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-3.webp"},"width":2179,"height":2942,"imageType":"map","title":"Map 3","grid":{"type":"square","size":117,"offsetX":14,"offsetY":-6,"scale":2,"distance":10},"id":"235"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-4.webp"},"width":2182,"height":3105,"imageType":"map","title":"Map 4","grid":{"type":"square","size":84,"scale":3},"id":"236"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-5.webp"},"width":3900,"height":3151,"imageType":"map","title":"Map 5","grid":{"type":"none","size":146,"distance":100},"id":"237"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-6.webp"},"width":3375,"height":2625,"imageType":"map","title":"Map 6","grid":{"type":"none","size":53,"distance":100},"id":"238"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-7.webp"},"width":2100,"height":1575,"imageType":"map","title":"Map 7","grid":{"type":"square","size":105,"scale":2},"id":"239"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-8.webp"},"width":2288,"height":1613,"imageType":"map","title":"Map 8","grid":{"type":"square","size":75,"offsetX":21,"offsetY":36},"id":"23a"},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-9.webp"},"width":2040,"height":2965,"imageType":"map","title":"Map 9","grid":{"type":"square","size":102,"offsetX":50,"offsetY":20,"scale":3},"id":"387"}]}]},"SCAG":{"id":"SCAG","name":"Sword Coast Adventurer's Guide","source":"SCAG","prop":"book","chapters":[{"name":"Preface","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map.webp"},"width":5564,"height":3600,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1e5"}]},{"name":"Ch. 1: Welcome to the Realms","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"book/SCAG/Northern Faerun Map.webp"},"width":1227,"height":1000,"grid":{"type":"none"},"imageType":"map","id":"1e6"}]},{"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.webp"},"width":1391,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1e7"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Baldurs Gate Map.webp"},"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.webp"},"width":1660,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1e8"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Neverwinter.webp"},"width":1321,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1e9"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Neverwinter Map.webp"},"width":1227,"height":1000,"grid":{"type":"none"},"imageType":"map","id":"1ea"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Silverymoon.webp"},"width":1204,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1eb"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Waterdeep Map.webp"},"width":815,"height":1000,"grid":{"type":"none"},"imageType":"map","id":"1ec"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Yartar.webp"},"width":1145,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1ed"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Moonshaes.webp"},"width":563,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1ee"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Nelanther.webp"},"width":1041,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1ef"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Darkhold.webp"},"width":1042,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f0"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Evereska.webp"},"width":1047,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f1"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Hartsvale.webp"},"width":1010,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f2"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - High Moor.webp"},"width":852,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f3"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Trielta Hills.webp"},"width":1355,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f4"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Luskan.webp"},"width":1186,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map","id":"1f5"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Luskan Map.webp"},"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","name":"Volo's Guide to Monsters","source":"VGM","prop":"book","chapters":[{"name":"Ch. 1: Monster Lore","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/VGM/Beholder-Lair-DM.webp"},"title":"Beholder Lair (DM)","grid":{"type":"square","size":50,"offsetX":5,"offsetY":-15,"scale":2,"distance":10},"width":800,"height":1100,"imageType":"map","id":"199"},{"type":"image","href":{"type":"internal","path":"book/VGM/Beholder-Lair-Players.webp"},"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.webp"},"title":"Goblin War Camp (DM)","width":1164,"height":800,"grid":{"type":"square","size":56,"offsetX":19,"offsetY":7,"scale":4},"imageType":"map","id":"1a7"},{"type":"image","href":{"type":"internal","path":"book/VGM/Goblin-War-Camp-Players.webp"},"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.webp"},"title":"Hag Lairs (DM)","width":1091,"height":750,"grid":{"type":"square","size":50,"offsetX":19,"offsetY":15,"scale":1.87,"distance":10},"imageType":"map","id":"1a8"},{"type":"image","href":{"type":"internal","path":"book/VGM/Hag-Lair-Players.webp"},"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.webp"},"title":"Kobold Lair (DM)","width":545,"height":750,"grid":{"type":"square","size":50,"offsetX":19,"offsetY":6,"scale":4.15},"imageType":"map","id":"1a9"},{"type":"image","href":{"type":"internal","path":"book/VGM/Kobold-Lair-Players.webp"},"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.webp"},"title":"Mind Flayer Colony (DM)","width":545,"height":750,"grid":{"type":"none","size":138,"distance":50},"imageType":"map","id":"1aa"},{"type":"image","href":{"type":"internal","path":"book/VGM/Orc-Stronghold-DM.webp"},"title":"Orc Stronghold (DM)","width":800,"height":1100,"grid":{"type":"square","size":50,"offsetX":10,"offsetY":3,"scale":3.5},"imageType":"map","id":"1ab"},{"type":"image","href":{"type":"internal","path":"book/VGM/Orc-Stronghold-Players.webp"},"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.webp"},"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","id":"1ac"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L1.webp"},"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.webp"},"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.webp"},"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.webp"},"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.webp"},"title":"Yuan-Ti Temple—Level 5 (Players)","width":856,"height":812,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"}]}]},"PS-X":{"id":"PS-X","name":"Plane Shift: Ixalan","source":"PSX","prop":"book","chapters":[{"name":"Land of the Great River","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/PSX/016.webp"},"width":1613,"height":1075,"title":"Ixalan","credit":"{@link Jared Blando|https://jaredblando.com/}","imageType":"map","grid":{"type":"none"},"id":"048"}]}]},"GGR":{"id":"GGR","name":"Guildmasters' Guide to Ravnica","source":"GGR","prop":"book","chapters":[{"name":"Ch. 3: The Tenth District","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/GGR/062-302.webp"},"width":5000,"height":3160,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none","size":184,"distance":0.5,"units":"miles"},"title":"Tenth District","id":"221"},{"type":"image","href":{"type":"internal","path":"book/GGR/064-304.webp"},"width":3487,"height":5000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct One","id":"222"},{"type":"image","href":{"type":"internal","path":"book/GGR/067-307.webp"},"width":2117,"height":3000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct Two","id":"223"},{"type":"image","href":{"type":"internal","path":"book/GGR/070-310.webp"},"width":2118,"height":3000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct Three","id":"224"},{"type":"image","href":{"type":"internal","path":"book/GGR/073-313.webp"},"width":2116,"height":3000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct Four","id":"225"},{"type":"image","href":{"type":"internal","path":"book/GGR/076-316.webp"},"width":2096,"height":3000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct Five","id":"226"},{"type":"image","href":{"type":"internal","path":"book/GGR/080-320.webp"},"width":2115,"height":3000,"credit":"Jonas de Ro","imageType":"map","grid":{"type":"none"},"title":"Precinct Six","id":"227"}]},{"name":"Ch. 4: Creating Adventures","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/GGR/086-406.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":101,"offsetX":-12,"offsetY":-13,"scale":3},"title":"Map 4.1: Arrester Station","id":"228"},{"type":"image","href":{"type":"internal","path":"book/GGR/088-408.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":126,"offsetX":27,"offsetY":-3,"scale":3},"title":"Map 4.2: Legion Garrison","id":"229"},{"type":"image","href":{"type":"internal","path":"book/GGR/090-410.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":166,"offsetX":-52,"offsetY":25,"scale":3},"title":"Map 4.3: Safe House","id":"22a"},{"type":"image","href":{"type":"internal","path":"book/GGR/092-412.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":120,"offsetX":11,"offsetY":46,"scale":3},"title":"Map 4.4: Undercity Mansion","id":"22b"},{"type":"image","href":{"type":"internal","path":"book/GGR/095-415.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":147,"offsetX":75,"offsetY":-62,"scale":3},"title":"Map 4.5: Rubblebelt Encampment","id":"22c"},{"type":"image","href":{"type":"internal","path":"book/GGR/097-417.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":154,"offsetX":88,"offsetY":87,"scale":3},"title":"Map 4.6: Experimental Workshop","id":"22d"},{"type":"image","href":{"type":"internal","path":"book/GGR/099-419.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":155,"offsetX":102,"offsetY":-13,"scale":3},"title":"Map 4.7: Grand Basilica","id":"22e"},{"type":"image","href":{"type":"internal","path":"book/GGR/102-422.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":164,"offsetX":59,"offsetY":-82,"scale":3},"title":"Map 4.8: Notorious Nightclub","id":"22f"},{"type":"image","href":{"type":"internal","path":"book/GGR/104-424.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":139,"offsetX":16,"offsetY":-10,"scale":3},"title":"Map 4.9: Vernadi Center","id":"230"},{"type":"image","href":{"type":"internal","path":"book/GGR/106-426.webp"},"width":2513,"height":3338,"credit":"Dyson Logos","imageType":"map","grid":{"type":"square","size":142,"offsetX":20,"offsetY":8,"scale":3},"title":"Map 4.10: Growth Chambers","id":"231"}]}]},"ERLW":{"id":"ERLW","name":"Eberron: Rising from the Last War","source":"ERLW","prop":"book","chapters":[{"name":"Ch. 2: Khorvaire Gazetteer","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/069-map-khorvaire.webp"},"title":"Map 2.1: The Continent of Khorvaire","width":5033,"height":3548,"grid":{"type":"none","size":1350,"distance":1000,"units":"miles"},"imageType":"map","credit":"Lee Moyer","id":"059"}]},{"name":"Ch. 2: Khorvaire Gazeteer - Distant Lands","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/082-map-aerenal-small.webp"},"title":"Map 2.2: Islands of Aerenal","width":850,"height":568,"grid":{"type":"none","size":164,"distance":300,"units":"miles"},"imageType":"map","id":"02e","credit":"Lee Moyer"},{"type":"image","href":{"type":"internal","path":"book/ERLW/083-map-aerenal-large.webp"},"title":"Player Version","width":2550,"height":1704,"imageType":"mapPlayer","grid":{"type":"none","size":492,"distance":300,"units":"miles"},"mapParent":{"id":"02e","autoScale":true},"credit":"Lee Moyer"},{"type":"image","href":{"type":"internal","path":"book/ERLW/086-map-xendrik-small.webp"},"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","credit":"Lee Moyer"},{"type":"image","href":{"type":"internal","path":"book/ERLW/087-map-xendrik-large.webp"},"title":"Player Version","width":2550,"height":1710,"grid":{"type":"none","size":445,"distance":1000,"units":"miles"},"imageType":"mapPlayer","mapParent":{"id":"02f","autoScale":true},"credit":"Lee Moyer"}]},{"name":"Ch. 4: Building Eberron Adventures","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/106-map41_arcaneworkshop.webp"},"title":"Map 4.1: Arcane Workshop","width":2498,"height":4000,"grid":{"type":"square","size":115,"offsetX":57,"offsetY":37},"imageType":"map","id":"030","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/107-map41_arcaneworkshop-player.webp"},"title":"Player Version","width":2500,"height":4000,"grid":{"type":"square","size":114,"offsetX":47,"offsetY":58},"imageType":"mapPlayer","mapParent":{"id":"030","autoScale":true},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/108-map42_planarobservatory.webp"},"title":"Map 4.2: Planar Observatory","width":4200,"height":5700,"imageType":"map","grid":{"type":"square"},"id":"031","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/109-map42_planarobservatory-player.webp"},"title":"Player Version","width":2947,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":2,"offsetY":4},"mapParent":{"id":"031","autoScale":true},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/110-map43_ruindhakaanifort.webp"},"title":"Map 4.3: Ruined Dhakaani Fort","width":2945,"height":4000,"grid":{"type":"square","size":62,"offsetX":12},"imageType":"map","id":"032","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/111-map43_ruindhakaanifort-player.webp"},"title":"Player Version","width":2945,"height":4000,"grid":{"type":"square","size":63,"offsetY":32},"imageType":"mapPlayer","mapParent":{"id":"032"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/112-map44_gatekeeperseal.webp"},"title":"Map 4.4: Gatekeeper Seal","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":7},"imageType":"map","id":"033","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/113-map44_gatekeeperseal-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":7},"imageType":"mapPlayer","mapParent":{"id":"033"},"credit":"Dyson Logos"}]},{"name":"Ch. 4: Building Eberron Adventures","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/115-map45_fortifiedoutpost.webp"},"title":"Map 4.5: Fortified Outpost","width":2947,"height":4000,"grid":{"type":"square","size":52,"offsetX":12,"offsetY":29},"imageType":"map","id":"034","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/116-map45_fortifiedoutpost-player.webp"},"title":"Player Version","width":2607,"height":4000,"grid":{"type":"square","size":52,"offsetY":39},"imageType":"mapPlayer","mapParent":{"id":"034","autoScale":true},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/118-map46_warforgedossuary.webp"},"title":"Map 4.6: Warforged Ossuary","width":3063,"height":4000,"grid":{"type":"square","size":73,"offsetX":-2,"offsetY":-7},"imageType":"map","id":"035","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/119-map46_warforgedossuary-player.webp"},"title":"Player Version","width":3055,"height":4000,"grid":{"type":"square","size":73,"offsetX":27,"offsetY":37},"imageType":"mapPlayer","mapParent":{"id":"035","autoScale":true},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/120-map47_demonruin.webp"},"title":"Map 4.7: Demon Ruin","width":2947,"height":4000,"grid":{"type":"square","size":56,"offsetX":2,"offsetY":3},"imageType":"map","id":"036","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/121-map47_demonruin-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":56,"offsetX":2,"offsetY":3},"imageType":"mapPlayer","mapParent":{"id":"036"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/125-map48_fallenwarforge.webp"},"title":"Map 4.8: Fallen Warforged Colossus","width":2947,"height":4000,"grid":{"type":"square","size":66,"offsetX":1,"offsetY":1},"imageType":"map","id":"037","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/126-map48_fallenwarforge-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":66,"offsetX":1,"offsetY":1},"imageType":"mapPlayer","mapParent":{"id":"037"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/127-map49_libraryvault.webp"},"title":"Map 4.9: Library Vault","width":2960,"height":4000,"grid":{"type":"square","size":97,"offsetX":50,"offsetY":74},"imageType":"map","id":"038","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/128-map49_libraryvault-player.webp"},"title":"Player Version","width":3017,"height":4000,"grid":{"type":"square","size":98,"offsetX":66,"offsetY":55},"imageType":"mapPlayer","mapParent":{"id":"038","autoScale":true},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/129-map-planes.webp"},"title":"Planes of Existence","width":850,"height":850,"grid":{"type":"none"},"imageType":"map","id":"053","credit":"Lee Moyer"},{"type":"image","href":{"type":"internal","path":"book/ERLW/130-map-planes-large.webp"},"title":"Player Version","width":1788,"height":1788,"grid":{"type":"none"},"imageType":"mapPlayer","mapParent":{"id":"053","autoScale":true},"credit":"Lee Moyer"},{"type":"image","href":{"type":"internal","path":"book/ERLW/132-map410_lightningrailcars.webp"},"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","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/133-map410_lightningrailcars-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":65,"offsetX":1,"offsetY":7,"distance":2.5},"imageType":"mapPlayer","mapParent":{"id":"054"},"credit":"Dyson Logos"}]},{"name":"Ch. 4: Building Eberron Adventures - Sharn","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/135-map411_sharn_flat_gs.webp"},"title":"Map 4.11: Sharn Heights","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":3},"imageType":"map","id":"055","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/136-map411_sharn_flat_gs-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":3},"imageType":"mapPlayer","mapParent":{"id":"055"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/138-map412_nightclub.webp"},"title":"Map 4.12: Nightclub","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetY":-15},"imageType":"map","id":"056","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/139-map412_nightclub-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":-2,"offsetY":-14},"imageType":"mapPlayer","mapParent":{"id":"056"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/140-map413_coghub.webp"},"title":"Map 4.13: Cog Hub","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":4,"offsetY":4},"imageType":"map","id":"057","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/ERLW/141-map413_coghub-player.webp"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":4,"offsetY":4},"imageType":"mapPlayer","mapParent":{"id":"057"},"credit":"Dyson Logos"}]}]},"EGW":{"id":"EGW","name":"Explorer's Guide to Wildemount","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.webp"},"title":"Continent of Wildemount","width":9300,"height":6600,"grid":{"type":"square","size":600,"offsetX":142,"offsetY":13,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"02c"}]},{"name":"Ch. 3: Wildemount Gazetteer","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/045-3.1-Menagerie-Coast.webp"},"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","credit":"Deven Rue","id":"02d"},{"type":"image","href":{"type":"internal","path":"book/EGW/049-3.2-Port-Damali-player.webp"},"title":"Map 3.2: Port Damali","width":2550,"height":3300,"grid":{"type":"none","distance":250,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"02e"},{"type":"image","href":{"type":"internal","path":"book/EGW/051-3.3-Marrow-Valley.webp"},"title":"Map 3.3: Marrow Valley","width":2550,"height":1650,"grid":{"type":"none","size":600,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"02f"},{"type":"image","href":{"type":"internal","path":"book/EGW/056-3.4-Zemni-Fields.webp"},"title":"Map 3.4: Zemni Fields","width":2550,"height":1650,"grid":{"type":"none","size":540,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"032"},{"type":"image","href":{"type":"internal","path":"book/EGW/059-3.5-Rexxentrum-player.webp"},"title":"Map 3.5: Rexxentrum","width":2550,"height":3300,"grid":{"type":"none","distance":666,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"050"},{"type":"image","href":{"type":"internal","path":"book/EGW/061-3.6-Greying-Wildlands.webp"},"title":"Map 3.6: Greying Wildlands","width":2550,"height":1650,"grid":{"type":"none","size":505,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"051"},{"type":"image","href":{"type":"internal","path":"book/EGW/066-3.7-Eiselcross.webp"},"title":"Map 3.7: Eiselcross","width":2550,"height":1560,"grid":{"type":"none","size":609,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"052"},{"type":"image","href":{"type":"internal","path":"book/EGW/071-3.8-wastes-of-xhorhas.webp"},"title":"Map 3.8: Wastes of Xorhas","width":2550,"height":2956,"grid":{"type":"none","size":602,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"053"},{"type":"image","href":{"type":"internal","path":"book/EGW/074-3.9-Rosohna-player.webp"},"title":"Map 3.9: Rosohna","width":2550,"height":3300,"grid":{"type":"none","size":300,"distance":1000,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"054"},{"type":"image","href":{"type":"internal","path":"book/EGW/077-3.10-Blightshore.webp"},"title":"Map 3.10: Blightshore","width":2550,"height":1650,"grid":{"type":"none","size":600,"distance":200,"units":"miles"},"imageType":"map","credit":"Deven Rue","id":"055"}]}]},"MOT":{"id":"MOT","name":"Mythic Odysseys of Theros","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.webp"},"title":"Map 3.1: The World of Theros","width":3631,"height":5000,"imageType":"map","grid":{"type":"none","size":104,"distance":10,"units":"miles"},"id":"018","credit":"Jonas De Ro"},{"type":"image","href":{"type":"internal","path":"book/MOT/056-map-3.1-world-of-theros-player.webp"},"title":"Player Version","width":3631,"height":5000,"imageType":"mapPlayer","grid":{"type":"none","size":104,"distance":10,"units":"miles"},"mapParent":{"id":"018"},"credit":"Jonas De Ro"}]},{"name":"Ch. 4: Creating Theros Adventures","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/MOT/076-map-4.1-Underworld-Crossing.webp"},"title":"Map 4.1: Underworld Crossing","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"019","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/077-map-4.1-Underworld-Crossing-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"019"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/081-map-4.2-Asora.webp"},"title":"Map 4.2: Agora","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"offsetX":-1,"offsetY":-1},"id":"01a","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/082-map-4.2-Asora-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-1,"offsetY":-1},"mapParent":{"id":"01a"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/086-map-4.3-Graveyard.webp"},"title":"Map 4.3: Graveyard","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01b","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/087-map-4.3-Graveyard-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01b"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/091-map-4.4-Sun-Temple.webp"},"title":"Map 4.4: Sun Temple","width":4200,"height":5880,"imageType":"map","grid":{"type":"square","size":70},"id":"01c","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/092-map-4.4-Sun-Temple-player.webp"},"title":"Player Version","width":4200,"height":5880,"imageType":"mapPlayer","grid":{"type":"square","size":70},"mapParent":{"id":"01c"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/096-map-4.5-arena.webp"},"title":"Map 4.5: Arena","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"distance":10},"id":"01d","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/097-map-4.5-arena-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"distance":10},"mapParent":{"id":"01d"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/101-map-4.6-Arbor-Watchtower.webp"},"title":"Map 4.6: Arbor Watchtower","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01e","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/102-map-4.6-Arbor-Watchtower-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01e"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/105-map-4.7-Oracular-Conflux.webp"},"title":"Map 4.7: Oracular Conflux","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01f","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/106-map-4.7-Oracular-Conflux-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01f"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/110-map-4.8-Abandoned-Temple.webp"},"title":"Map 4.8: Abandoned Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square"},"id":"020","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/111-map-4.8-Abandoned-Temple-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square"},"mapParent":{"id":"020"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/115-map-4.9-Temple-of-Mystery.webp"},"title":"Map 4.9: Temple of Mystery","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"021","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/116-map-4.9-Temple-of-Mystery-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"021"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/120-map-4.10-Canyon-Shrine.webp"},"title":"Map 4.10: Canyon Shrine","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"distance":10},"id":"022","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/121-map-4.10-Canyon-Shrine-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"distance":10},"mapParent":{"id":"022"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/125-map-4.11-Forest-Shrine.webp"},"title":"Map 4.11: Forest Shrine","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"023","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/126-map-4.11-Forest-Shrine-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"023"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/130-map-4.12-Healing-Pools.webp"},"title":"Map 4.12: Healing Pools","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"024","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/131-map-4.12-Healing-Pools-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"024"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/135-map-4.13-Amphitheater.webp"},"title":"Map 4.13: Amphitheater","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"025","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/136-map-4.13-Amphitheater-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"025"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/140-map-4.14-Volcano-Temple.webp"},"title":"Map 4.14: Volcano Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"026","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/141-map-4.14-Volcano-Temple-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"026"},"credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/145-map-4.15-Coastal-Temple.webp"},"title":"Map 4.15: Coastal Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"027","credit":"Dyson Logos"},{"type":"image","href":{"type":"internal","path":"book/MOT/146-map-4.15-Coastal-Temple-player.webp"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"027"},"credit":"Dyson Logos"}]}]},"ScreenDungeonKit":{"id":"ScreenDungeonKit","name":"Dungeon Master's Screen: Dungeon Kit","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","id":"00e"},{"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","id":"00f"},{"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","id":"010"},{"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","id":"011"},{"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","id":"012"},{"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","id":"013"},{"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","id":"014"},{"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","id":"015"},{"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","id":"016"},{"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","id":"017"},{"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","id":"018"},{"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","id":"019"},{"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","id":"01a"},{"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","id":"01b"},{"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","id":"01c"},{"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","id":"01d"},{"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","id":"01e"},{"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","id":"01f"},{"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","id":"020"},{"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","id":"021"},{"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","id":"022"},{"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","id":"023"},{"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","id":"024"},{"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","id":"025"},{"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","id":"026"},{"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","id":"027"},{"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","id":"028"},{"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","id":"029"},{"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","id":"02a"},{"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","id":"02b"},{"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","id":"02c"},{"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","id":"02d"},{"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","id":"02e"},{"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","id":"02f"},{"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","id":"030"},{"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","id":"031"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print1.webp"},"width":1692,"height":2126,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-17,"offsetY":-38,"scale":2},"title":"Geomorph Page 1","id":"032"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print2.webp"},"width":1692,"height":2131,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":-30,"scale":2},"title":"Geomorph Page 2","id":"033"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print3.webp"},"width":1692,"height":2132,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-41,"scale":2},"title":"Geomorph Page 3","id":"034"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print4.webp"},"width":1698,"height":2136,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":15,"scale":2},"title":"Geomorph Page 4","id":"035"}]}]},"VRGR":{"id":"VRGR","name":"Van Richten's Guide to Ravenloft","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.webp"},"imageType":"map","grid":{"type":"none","size":142,"distance":1,"units":"miles"},"title":"Map 3.1: Barovia","width":3000,"height":1926,"id":"04a","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/041-map-3.1-barovia-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":142,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":1926,"mapParent":{"id":"04a"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/045-map-3.2-borca.webp"},"imageType":"map","grid":{"type":"none","size":85,"distance":4,"units":"miles"},"title":"Map 3.2: Borca","width":3000,"height":2073,"id":"04b","credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/046-map-3.2-borca-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":85,"distance":4,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"04b"},"credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/052-map-3.3-darkon.webp"},"imageType":"map","grid":{"type":"none","size":205,"distance":15,"units":"miles"},"title":"Map 3.3: Darkon","width":3000,"height":2072,"id":"038","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/053-map-3.3-darkon-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":205,"distance":15,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"038"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/056-map-3.4-dementlieu.webp"},"imageType":"map","grid":{"type":"none","size":107,"distance":500},"title":"Map 3.4: Dementlieu","width":1498,"height":3000,"id":"039","credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/057-map-3.4-dementlieu-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":107,"distance":500},"title":"Player Version","width":1498,"height":3000,"mapParent":{"id":"039"},"credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/059-map-3.5-falkovnia.webp"},"imageType":"map","grid":{"type":"none","size":85,"distance":1,"units":"miles"},"title":"Map 3.5: Falkovnia","width":3000,"height":2073,"id":"03a","credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/060-map-3.5-falkovnia-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":85,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"03a"},"credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/062-map-3.6-har-akir.webp"},"imageType":"map","grid":{"type":"none","size":205,"units":"miles"},"title":"Map 3.6: Har'Akir","width":3000,"height":2072,"id":"03b","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/063-map-3.6-har-akir-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":205,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03b"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/065-map-3.7-hazlan.webp"},"imageType":"map","title":"Map 3.7: Hazlan","grid":{"type":"none","size":82,"distance":1,"units":"miles"},"width":3000,"height":2072,"id":"03c","credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/066-map-3.7-hazlan-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":82,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03c"},"credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/071-map-3.8-kalakeri.webp"},"imageType":"map","grid":{"type":"none","size":206,"distance":10,"units":"miles"},"title":"Map 3.8: Kalakeri","width":3000,"height":2072,"id":"03d","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/072-map-3.8-kalakeri-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":206,"distance":10,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03d"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/076-map-3.9-kartakass.webp"},"imageType":"map","grid":{"type":"none","size":163,"distance":2,"units":"miles"},"title":"Map 3.9: Kartakass","width":3000,"height":2072,"id":"03e","credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/077-map-3.9-kartakass-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":163,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03e"},"credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/080-map-3.10-lamordia.webp"},"imageType":"map","grid":{"type":"none","size":103,"distance":3,"units":"miles"},"title":"Map 3.10: Lamordia","width":3000,"height":2073,"id":"03f","credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/081-map-3.10-lamordia-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":103,"distance":3,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"03f"},"credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/084-map-3.11-mordent.webp"},"imageType":"map","grid":{"type":"none","size":175,"distance":2,"units":"miles"},"title":"Map 3.11: Mordent","width":3000,"height":2072,"id":"040","credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/085-map-3.11-mordent-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":175,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"040"},"credit":"{@link Jared Blando|https://jaredblando.com/}"},{"type":"image","href":{"type":"internal","path":"book/VRGR/088-map-3.12-richemulot.webp"},"imageType":"map","grid":{"type":"none","size":202,"distance":2,"units":"miles"},"title":"Map 3.12: Richemulot","width":1773,"height":3600,"id":"042","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/089-map-3.12-richemulot-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":202,"distance":2,"units":"miles"},"title":"Player Version","width":1773,"height":3600,"mapParent":{"id":"042"},"credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/092-map-3.13-tepest.webp"},"imageType":"map","grid":{"type":"none","size":84,"distance":0.5,"units":"miles"},"title":"Map 3.13: Tepest","width":3000,"height":2073,"id":"043","credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/093-map-3.13-tepest-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":84,"distance":0.5,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"043"},"credit":"Francesca Baerald"},{"type":"image","href":{"type":"internal","path":"book/VRGR/096-map-3.14-valachan.webp"},"imageType":"map","grid":{"type":"none","size":145,"distance":2,"units":"miles"},"title":"Map 3.14: Valachan","width":3000,"height":2072,"id":"049","credit":"Mike Schley"},{"type":"image","href":{"type":"internal","path":"book/VRGR/097-map-3.14-valachan-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":145,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"049"},"credit":"Mike Schley"}]}]},"MaBJoV":{"id":"MaBJoV","name":"Minsc and Boo's Journal of Villainy","source":"MaBJoV","prop":"book","chapters":[{"name":"Ch. 1: Hometowns","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"book/MaBJoV/033.webp"},"width":1774,"height":2295,"grid":{"type":"none"},"title":"Map 1.1: Athkatla","imageType":"map","id":"017"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/003.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":1661,"height":2150,"mapParent":{"id":"017","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/035.webp"},"width":1773,"height":2296,"grid":{"type":"none"},"title":"Map 1.2: Baldur's Gate","imageType":"map","id":"040"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/007.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":1663,"height":2153,"mapParent":{"id":"040","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/034.webp"},"width":1773,"height":2294,"grid":{"type":"none"},"title":"Map 1.3: Suldanesselar","imageType":"map","id":"067"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/010.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":1663,"height":2152,"mapParent":{"id":"067","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/036.webp"},"width":1773,"height":2294,"grid":{"type":"none"},"title":"Map 1.4: Ust Natha","imageType":"map","id":"082"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/012.webp"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":1661,"height":2151,"mapParent":{"id":"082","autoScale":true}}]}]},"FTD":{"id":"FTD","name":"Fizban's Treasury of Dragons","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":"021","credit":"Dyson Logos"},{"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":"021"},"credit":"Dyson Logos"},{"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":"022","credit":"Dyson Logos"},{"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":"022"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"},{"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","credit":"Dyson Logos"},{"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"},"credit":"Dyson Logos"}]}]},"SCC":{"id":"SCC","name":"Strixhaven: A Curriculum of Chaos","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,"credit":"Francesca Baerald","id":"07f"},{"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,"credit":"Francesca Baerald","id":"080"},{"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,"credit":"Francesca Baerald","id":"081"},{"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,"credit":"Francesca Baerald","id":"082"},{"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,"credit":"Francesca Baerald","id":"083"},{"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,"credit":"Francesca Baerald","id":"084"}]},{"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","title":"Campus Map","credit":"Francesca Baerald","id":"085"}]}]},"TDCSR":{"id":"TDCSR","name":"Tal'Dorei Campaign Setting Reborn","source":"TDCSR","prop":"book","chapters":[{"name":"Ch. 3: Tal'Dorei Gazetteer","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-LucidianCoastMap.webp"},"title":"The Lucidian Coast","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Lucidian Coast with a mountainous landscape surrounded by a bay of water. On the southern tip is the city of Stilben. To the north is the Mooren River Run.","imageType":"map","grid":{"type":"none"},"mapName":"The Lucidian Coast","width":850,"height":914,"id":"2cd"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-StilbenMap.webp"},"title":"Stilben: The Rotted Lot","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of Stilben displaying the coastal city surrounded by water and swampland.","imageType":"map","grid":{"type":"none"},"mapName":"Stilben","width":2550,"height":1731,"id":"2c7"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-StilbenMapPlayer.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none"},"mapName":"Player Version","width":2550,"height":1731,"mapParent":{"id":"2c7"},"credit":"{@link Andy Law|https://artstation.com/andylaw1}"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-AlabasterSierrasMap.webp"},"title":"The Alabaster Sierras","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Alabaster Sierras showing a heavily forested landscape with snow-peaked mountains at its northern tip near the marked city of Whitestone. To the north and west is the Lucidian Ocean, to the east is the Shearing Channel.","imageType":"map","grid":{"type":"none"},"mapName":"The Alabaster Sierras","width":1700,"height":1315,"id":"2ce"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-ShearingChannelMap.webp"},"title":"The Shearing Channel","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Shearing Channel, a narrow waterway between the northeastern coast of Tal'Dorei and the northwestern edge of Wildemount.","imageType":"map","grid":{"type":"none"},"mapName":"The Shearing Channel","width":850,"height":1121,"id":"2cf"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-WhitestoneMap.webp"},"title":"The City of Whitestone","credit":"{@link Kent Davis|https://artstation.com/idrawbagman}","altText":"A map of the city of Whitestone, with Castle Whitestone at the northernmost point of the city. The outer walls of Whitestone surrounded by forest.","imageType":"map","grid":{"type":"none"},"mapName":"The City of Whitestone","width":2164,"height":3188,"id":"2c8","mapRegions":[{"area":"1. Castle Whitestone","points":[[1297,371],[1373,288],[1398,242],[1436,242],[1457,291],[1507,337],[1560,400],[1560,469],[1528,509],[1455,581],[1436,621],[1402,627],[1377,585],[1333,545],[1272,501],[1263,472],[1301,459],[1339,423]]},{"area":"10. Galdric's Gate","points":[[343,838],[343,931],[438,931],[438,838]]},{"area":"9. Lord Trinket's Public Park","points":[[194,1337],[204,1246],[238,1160],[295,1076],[341,1000],[368,954],[415,935],[459,937],[507,964],[528,1004],[535,1082],[549,1137],[564,1166],[518,1198],[482,1225],[476,1257],[421,1282],[343,1312],[286,1341],[240,1362],[202,1364]]},{"area":"4. The Heart of Whitestone","points":[[1048,939],[1198,958],[1179,1059],[1053,1040],[1046,989]]},{"area":"2. The Sun Tree","points":[[1571,977],[1571,1118],[1716,1118],[1716,977]]},{"area":"3. Temples and the Greyfield","points":[[1693,1476],[1741,1375],[1775,1337],[1933,1309],[2008,1387],[1886,1587],[1851,1581],[1811,1571],[1743,1522]]},{"area":"5. Snowdrop Memorial Trail","points":[[1640,1718],[1709,1733],[1798,1747],[1914,1756],[1975,1705],[2011,1642],[1994,1581],[2032,1512],[1992,1467],[2027,1429],[2072,1478],[2074,1579],[2027,1606],[2038,1669],[2011,1747],[1931,1796],[1846,1800],[1743,1785],[1665,1754]]},{"area":"12. Hearth of the Everlight","points":[[678,2133],[678,2213],[783,2213],[783,2133]]},{"area":"7. House of the Lawbearer","points":[[648,1695],[648,1789],[741,1789],[741,1695]]},{"area":"8. Slayer's Cake Bakery","points":[[573,1389],[573,1478],[663,1478],[663,1389]]},{"area":"2. The Sun Tree","points":[[912,1459],[912,1573],[1017,1573],[1017,1459]]},{"area":"6. Grey Hunt Manor","points":[[1438,1709],[1469,1606],[1539,1571],[1587,1621],[1611,1661],[1613,1743],[1531,1737],[1469,1724]]}],"hrefThumbnail":{"type":"internal","path":"book/TDCSR/thumbnail/Chapter3-WhitestoneMap.webp"},"page":"book.html","source":"TDCSR","hash":"tdcsr"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-WhitestoneMapPlayer.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none"},"mapName":"Player Version","width":2164,"height":3188,"mapParent":{"id":"2c8"},"credit":"{@link Kent Davis|https://artstation.com/idrawbagman}"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-DividingPlainsMap.webp"},"title":"The Dividing Plains","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Dividing Plains showing cross-sections of mountain, forest, and plains-like terrain. The larger cities of Westruun and Kymal are marked on either end of the map.","imageType":"map","grid":{"type":"none"},"mapName":"The Dividing Plains","width":1700,"height":1181,"id":"2d0"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-WestruunMap.webp"},"title":"The City of Westruun","credit":"{@link Kent Davis|https://artstation.com/idrawbagman}","altText":"A map of the city of Westruun, showing a cross-section of the city at the edge of a forest as well as a smaller map of the Underwalk Ward.","imageType":"map","grid":{"type":"none"},"mapName":"The City of Westruun","width":2550,"height":1730,"id":"2c9","mapRegions":[{"area":"1. Cobalt Reserve","points":[[712,461],[712,535],[781,535],[781,461]]},{"area":"3. Yuminor Observatory","points":[[1025,522],[1025,583],[1101,583],[1101,522]]},{"area":"2. Westhall Academy","points":[[998,602],[998,657],[1059,657],[1059,602]]},{"area":"14. Gilmore's Glorious Goods","points":[[901,764],[901,842],[968,842],[968,764]]},{"area":"4. First Bastion","points":[[1139,1027],[1139,1097],[1211,1097],[1211,1027]]},{"area":"7. The Black King","points":[[1234,724],[1234,800],[1297,800],[1297,724]]},{"area":"6. Hall of Reason","points":[[1425,493],[1425,564],[1486,564],[1486,493]]},{"area":"6. Hall of Reason","points":[[1364,705],[1364,796],[1448,796],[1448,705]]}],"hrefThumbnail":{"type":"internal","path":"book/TDCSR/thumbnail/Chapter3-WestruunMap.webp"},"page":"book.html","source":"TDCSR","hash":"tdcsr"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-WestruunMapPlayer.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none"},"mapName":"Player Version","width":2550,"height":1730,"mapParent":{"id":"2c9"},"credit":"{@link Kent Davis|https://artstation.com/idrawbagman}"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-CliffkeepMountainsMap.webp"},"title":"The Cliffkeep Mountains","credit":"{@link Andy Law|https://artstation.com/andylaw1}","imageType":"map","grid":{"type":"none"},"mapName":"The Cliffkeep Mountains","width":1700,"height":994,"id":"2d1"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-KraghammerMap.webp"},"credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A cross-sectioned map of Kraghammer showing the underground network of dwarfish tunnels beneath the mountain. On top is The Arch, the middle is The Heart, the bottom is The Pit, with Keenstone Quarry below that. Much further down are the Emberhold and Yug'voril.","imageType":"map","grid":{"type":"none"},"mapName":"The City of Kraghammer","width":850,"height":2307,"id":"2d2"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-StormcrestMountainsMap.webp"},"title":"The Stormcrest Mountains","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Stormcrest Mountains, a mountainous terrain along a bay coastline. To the northeast is the city of Stilben. In the midst of the mountain range is the city of Syngorn. The Frostweald lies directly to the north.","imageType":"map","grid":{"type":"none"},"mapName":"The Stormcrest Mountains","width":1700,"height":889,"id":"2d3"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-RifenmistPeninsulaMap.webp"},"title":"The Rifenmist Peninsula","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Rifenmist Peninsula with the Beynsfal Plateu hugging the coastline. Jungle terrain lies to the north of the mountains. The city of Tz'arrm is at the southernmost tip, with the city of Niirdal-Poc north, in the jungle.","imageType":"map","grid":{"type":"none"},"mapName":"The Rifenmist Peninsula","width":1700,"height":794,"id":"2d4"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-VerdantExpanseMap.webp"},"title":"The Verdant Expanse","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Verdant Expanse showing a wooded coastline on the Ozmit Sea. To the east of the Verdant Expanse lie the Stormcrest Mountains, with the city of Syngorn at the base of the mountain range.","imageType":"map","grid":{"type":"none"},"mapName":"The Verdant Expanse","width":1700,"height":823,"id":"2d5"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-SyngornMap.webp"},"title":"The City of Syngorn","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the elven city of Syngorn showing the neighborhoods and wards that surround Lake Ywnnlas.","imageType":"map","grid":{"type":"none"},"mapName":"The City of Syngorn","width":1700,"height":1153,"id":"2d6"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-BladeshimmerShorelineMap.webp"},"title":"The Bladeshimmer Shoreline","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of the Bladeshimmer Shoreline showing the western coastline of Tal'Dorei. To its northern end, upon the coast is the city of Emon. Northeast of Emon are the Cliffkeep Mountains and the dwarven city of Kraghammer.","imageType":"map","grid":{"type":"none"},"mapName":"The Bladeshimmer Shoreline","width":850,"height":2289,"id":"2d7"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/Chapter3-EmonMap.webp"},"title":"Emon, The City of Fellowship","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A map of Emon: The City of Fellowship along the Ozmit Sea coastline, detailing the city's many districts, with the port on the Ozmit Sea to the west and its castle directly in the middle of the city. Channels and waterways wind throughout the city, circling towards the north.","imageType":"map","grid":{"type":"none"},"mapName":"Emon, The City of Fellowship","width":1700,"height":2307,"id":"2d8"}]},{"name":"App. B: Continent Map","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"book/TDCSR/ContinentMap.webp"},"title":"Realm of Tal'Dorei","credit":"{@link Andy Law|https://artstation.com/andylaw1}","altText":"A continent map of Tal'Dorei, betwee the Ozmit Sea in the west and the Lucidian Ocean in the east.","imageType":"map","grid":{"type":"none"},"mapName":"Realm of Tal'Dorei","width":1280,"height":1651,"id":"2d9"},{"type":"image","href":{"type":"internal","path":"book/TDCSR/ContinentMap-Watermarked.webp"},"title":"Realm of Tal'Dorei","credit":"{@link Andy Law|https://artstation.com/andylaw1} (Large, Watermarked)","altText":"A continent map of Tal'Dorei, betwee the Ozmit Sea in the west and the Lucidian Ocean in the east. (Larger, Watermarked)","imageType":"map","grid":{"type":"none"},"mapName":"Realm of Tal'Dorei—Large Watermarked","width":2000,"height":2556,"id":"2da"}]}]},"MPMM":{"id":"MPMM","name":"Mordenkainen Presents: Monsters of the Multiverse","source":"MPMM","prop":"book","chapters":[{"name":"App.: Maps","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/MPMM/Mind Flayer Colony.webp"},"title":"Mind Flayer Colony","imageType":"map","credit":"{@link Jared Blando|https://jaredblando.com/}","width":3200,"height":4400,"grid":{"type":"none","size":810,"distance":50},"id":"00B"},{"type":"image","href":{"type":"internal","path":"book/MPMM/Mind Flayer Colony.webp"},"title":"Player Version","imageType":"mapPlayer","credit":"{@link Jared Blando|https://jaredblando.com/}","width":3200,"height":4400,"grid":{"type":"none","size":810,"distance":50},"mapParent":{"id":"00B"}},{"type":"image","href":{"type":"internal","path":"book/MPMM/Yuan-ti Temple.webp"},"title":"Yuan-ti Temple","imageType":"map","credit":"{@link Jared Blando|https://jaredblando.com/}","width":3200,"height":4400,"id":"00C","grid":{"type":"square","size":190,"offsetX":-79,"offsetY":-58,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/MPMM/Yuan-ti Temple (Player Version).webp"},"title":"Player Version","imageType":"mapPlayer","credit":"{@link Jared Blando|https://jaredblando.com/}","width":3200,"height":4400,"mapParent":{"id":"00C"},"grid":{"type":"square","size":190,"offsetX":-79,"offsetY":-58,"scale":3,"distance":10}}]}]},"AAG":{"id":"AAG","name":"Astral Adventurer's Guide","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","size":58,"distance":100},"imageType":"map","id":"00b","credit":"Marco Bernardini"},{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Topside-player.webp"},"title":"Player Version","width":4096,"height":2887,"grid":{"type":"none","size":58,"distance":100},"imageType":"mapPlayer","mapParent":{"id":"00b"},"credit":"Marco Bernardini"},{"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","size":58,"distance":100},"imageType":"map","id":"013","credit":"Marco Bernardini"},{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Underside-player.webp"},"title":"Player Version","width":4096,"height":2887,"grid":{"type":"none","size":58,"distance":100},"imageType":"mapPlayer","mapParent":{"id":"013"},"credit":"Marco Bernardini"}]}]},"BGG":{"id":"BGG","name":"Bigby Presents: Glory of the Giants","source":"BGG","prop":"book","chapters":[{"name":"Ch. 4: Giant Enclaves","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/BGG/047-map-4.01-annams-cradle.webp"},"imageType":"map","title":"Map 4.1: Annam's Cradle","credit":"Dyson Logos","width":4200,"height":5700,"id":"016","grid":{"type":"hexColsOdd","size":799,"offsetX":-426,"offsetY":81,"scale":2,"distance":6,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"book/BGG/048-map-4.01-annams-cradle-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"016"},"credit":"Dyson Logos","grid":{"type":"hexColsOdd","size":799,"offsetX":-426,"offsetY":81,"scale":2,"distance":6,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"book/BGG/049-map-4.02-ashen-grotto.webp"},"imageType":"map","title":"Map 4.2: Ashen Grotto","credit":"Dyson Logos","width":4200,"height":5700,"id":"017","grid":{"type":"square","size":274,"offsetX":-13,"offsetY":56,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/050-map-4.02-ashen-grotto-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"017"},"credit":"Dyson Logos","grid":{"type":"square","size":274,"offsetX":-13,"offsetY":56,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/051-map-4.03-dreamers-reach.webp"},"imageType":"map","title":"Map 4.3: Dreamer's Reach","credit":"Dyson Logos","width":4177,"height":5214,"grid":{"type":"square","size":263,"offsetX":-81,"scale":3,"distance":10},"id":"023"},{"type":"image","href":{"type":"internal","path":"book/BGG/052-map-4.04-endless-rockslide.webp"},"imageType":"map","title":"Map 4.4: Endless Rockslide","credit":"Dyson Logos","width":4179,"height":5222,"grid":{"type":"square","size":263,"offsetX":-36,"offsetY":-48,"scale":3,"distance":10},"id":"024"},{"type":"image","href":{"type":"internal","path":"book/BGG/053-map-4.05-forest-crystal.webp"},"imageType":"map","title":"Map 4.5: Forest Crystal","credit":"Dyson Logos","width":4137,"height":5237,"grid":{"type":"square","size":262,"offsetX":9,"offsetY":-20,"scale":3,"distance":10},"id":"025"},{"type":"image","href":{"type":"internal","path":"book/BGG/054-map-4.06-forsaken-deep.webp"},"imageType":"map","title":"Map 4.6: Forsaken Deep","credit":"Dyson Logos","width":4179,"height":5665,"id":"018","grid":{"type":"square","size":225,"offsetX":-26,"offsetY":-18,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/055-map-4.06-forsaken-deep-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4179,"height":5665,"mapParent":{"id":"018"},"credit":"Dyson Logos","grid":{"type":"square","size":225,"offsetX":-26,"offsetY":-18,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/056-map-4.07-gales-eye-tower.webp"},"imageType":"map","title":"Map 4.7: Gale's Eye Tower","credit":"Dyson Logos","width":4137,"height":5451,"grid":{"type":"square","size":263,"offsetX":71,"offsetY":112,"scale":3,"distance":10},"id":"026"},{"type":"image","href":{"type":"internal","path":"book/BGG/057-map-4.08-grolantors-larder.webp"},"imageType":"map","title":"Map 4.8: Grolantor's Larder","credit":"Dyson Logos","width":4179,"height":5235,"grid":{"type":"square","size":261,"offsetX":-19,"offsetY":84,"scale":3,"distance":10},"id":"027"},{"type":"image","href":{"type":"internal","path":"book/BGG/058-map-4.09-hiateas-hearth.webp"},"imageType":"map","title":"Map 4.9: Hiatea's Hearth","credit":"Dyson Logos","width":4157,"height":5186,"id":"019","grid":{"type":"square","size":263,"offsetX":-72,"offsetY":70,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/059-map-4.09-hiateas-hearth-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4157,"height":5186,"mapParent":{"id":"019"},"credit":"Dyson Logos","grid":{"type":"square","size":263,"offsetX":-72,"offsetY":70,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/060-map-4.10-horizons-edge.webp"},"imageType":"map","title":"Map 4.10: Horizon's Edge","credit":"Dyson Logos","width":4200,"height":5285,"grid":{"type":"square","size":180,"offsetY":47,"scale":3,"distance":10},"id":"03c"},{"type":"image","href":{"type":"internal","path":"book/BGG/061-map-4.11-howling-iceberg.webp"},"imageType":"map","title":"Map 4.11: Howling Iceberg","credit":"Dyson Logos","width":4182,"height":5674,"id":"01a","grid":{"type":"square","size":225,"offsetX":59,"offsetY":-22,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/062-map-4.11-howling-iceberg-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4182,"height":5674,"mapParent":{"id":"01a"},"credit":"Dyson Logos","grid":{"type":"square","size":225,"offsetX":59,"offsetY":-22,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/063-map-4.12-karontors-hold.webp"},"imageType":"map","title":"Map 4.12: Karontor's Hold","credit":"Dyson Logos","width":4200,"height":5700,"id":"01b","grid":{"type":"square","size":263,"offsetY":8,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/064-map-4.12-karontors-hold-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01b"},"credit":"Dyson Logos","grid":{"type":"square","size":263,"offsetX":8,"offsetY":3,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/065-map-4.13-misty-vale.webp"},"imageType":"map","title":"Map 4.13: Misty Vale","credit":"Dyson Logos","width":4200,"height":5700,"grid":{"type":"square","size":263,"offsetY":-106,"scale":3,"distance":10},"id":"03d"},{"type":"image","href":{"type":"internal","path":"book/BGG/066-map-4.14-runic-circle.webp"},"imageType":"map","title":"Map 4.14: Runic Circle","credit":"Dyson Logos","width":4179,"height":5242,"grid":{"type":"square","size":263,"offsetX":-27,"offsetY":-58,"scale":3,"distance":10},"id":"03e"},{"type":"image","href":{"type":"internal","path":"book/BGG/067-map-4.15-singing-sands.webp"},"imageType":"map","title":"Map 4.15: Singing Sands","credit":"Dyson Logos","width":4158,"height":5354,"id":"01e","grid":{"type":"square","size":261,"offsetX":-40,"offsetY":169,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/068-map-4.15-singing-sands-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":4158,"height":5354,"mapParent":{"id":"01e"},"credit":"Dyson Logos","grid":{"type":"square","size":261,"offsetX":-40,"offsetY":169,"scale":3,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/BGG/069-map-4.16-star-forge.webp"},"imageType":"map","title":"Map 4.16: Star Forge","credit":"Dyson Logos","width":4200,"height":5700,"grid":{"type":"square","size":180,"offsetX":-9,"offsetY":-1,"scale":3,"distance":10},"id":"03f"},{"type":"image","href":{"type":"internal","path":"book/BGG/070-map-4.17-thundering-observatory.webp"},"imageType":"map","title":"Map 4.17: Thundering Observatory","credit":"Dyson Logos","width":4136,"height":5506,"grid":{"type":"square","size":301,"offsetX":161,"offsetY":143,"scale":3,"distance":10},"id":"040"},{"type":"image","href":{"type":"internal","path":"book/BGG/071-map-4.18-worldroot-sapling.webp"},"imageType":"map","title":"Map 4.18: Worldroot Sapling","credit":"Dyson Logos","width":4179,"height":5309,"grid":{"type":"square","size":261,"offsetY":107,"scale":3,"distance":10},"id":"041"}]}]},"SatO":{"id":"SatO","name":"Sigil and the Outlands","source":"SatO","prop":"book","chapters":[{"name":"Ch. 2: Sigil, the City of Doors","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"book/SatO/026-map-2.01-elloweth-theater.webp"},"imageType":"map","title":"Map 2.1: Elloweth Theater in the Civic Festhall","credit":"Jared Blando","width":4250,"height":3812,"grid":{"type":"none"},"mapRegions":[{"area":"075","points":[[2086,135],[2086,305],[3046,305],[3046,135]]}],"hrefThumbnail":{"type":"internal","path":"book/SatO/thumbnail/026-map-2.01-elloweth-theater.webp"},"id":"010","page":"book.html","source":"SatO","hash":"sato"},{"type":"image","href":{"type":"internal","path":"book/SatO/031-map-2.02-hall-of-vigils.webp"},"imageType":"map","title":"Map 2.2: Hall of Vigils in the Mortuary","credit":"Jared Blando","width":4250,"height":3835,"grid":{"type":"none"},"mapRegions":[{"area":"08d","points":[[2720,102],[2720,351],[3902,351],[3902,102]]}],"hrefThumbnail":{"type":"internal","path":"book/SatO/thumbnail/031-map-2.02-hall-of-vigils.webp"},"id":"011","page":"book.html","source":"SatO","hash":"sato"},{"type":"image","href":{"type":"internal","path":"book/SatO/036-map-2.03-spire-of-grixitt.webp"},"imageType":"map","title":"Map 2.3: Spire of the Grixitt in the Prison","credit":"Jared Blando","width":4250,"height":3631,"grid":{"type":"none"},"mapRegions":[{"area":"0aa","points":[[3443,3378],[3443,3554],[3868,3554],[3868,3378]]}],"hrefThumbnail":{"type":"internal","path":"book/SatO/thumbnail/036-map-2.03-spire-of-grixitt.webp"},"id":"00d","page":"book.html","source":"SatO","hash":"sato"},{"type":"image","href":{"type":"internal","path":"book/SatO/039-map-2.04-mithral-tower.webp"},"imageType":"map","title":"Map 2.4: Mithral Tower in the Great Foundry","credit":"Jared Blando","width":4250,"height":3597,"grid":{"type":"none"},"mapRegions":[{"area":"0b6","points":[[2003,3077],[2003,3295],[3212,3295],[3212,3077]]}],"hrefThumbnail":{"type":"internal","path":"book/SatO/thumbnail/039-map-2.04-mithral-tower.webp"},"id":"00e","page":"book.html","source":"SatO","hash":"sato"},{"type":"image","href":{"type":"internal","path":"book/SatO/043-map-2.05-great-gymnasium.webp"},"imageType":"map","title":"Map 2.5: Grounds of the Great Gymnasium","credit":"Jared Blando","width":4250,"height":4003,"grid":{"type":"none"},"mapRegions":[{"area":"0ca","points":[[326,3308],[326,3649],[1458,3649],[1458,3308]]}],"hrefThumbnail":{"type":"internal","path":"book/SatO/thumbnail/043-map-2.05-great-gymnasium.webp"},"id":"00f","page":"book.html","source":"SatO","hash":"sato"}]},{"name":"Poster Map","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/SatO/outlands-poster-map.webp"},"title":"The Outlands","width":4096,"height":2867,"imageType":"map","id":"012","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"book/SatO/outlands-poster-map-player.webp"},"title":"Player Version","width":4096,"height":2867,"imageType":"mapPlayer","mapParent":{"id":"012"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"book/SatO/sigil-poster-map.webp"},"title":"Sigil–The City of Doors","width":4096,"height":2867,"imageType":"map","id":"013","grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"book/SatO/sigil-poster-map-player.webp"},"title":"Player Version","width":4096,"height":2867,"imageType":"mapPlayer","mapParent":{"id":"013"},"grid":{"type":"none"}}]}]},"AATM":{"id":"AATM","name":"Adventure Atlas: The Mortuary","source":"AATM","prop":"book","chapters":[{"name":"Adventure Atlas: The Mortuary","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/AATM/004-map-0.01.corpse-receiving-and-shipping.webp"},"imageType":"map","title":"Map 1.1: Corpse Receiving and Shipping","credit":"Marco Bernardini","width":3840,"height":2160,"id":"032","grid":{"type":"square","size":232,"offsetX":42,"offsetY":-19,"scale":3},"mapRegions":[{"area":"018","points":[[3386,2141],[3389,2032],[3397,1966],[3406,1816],[3411,1765],[3328,1693],[3205,1715],[3158,1773],[3198,1923],[3170,1955],[3099,1848],[3114,1786],[3146,1669],[3048,1619],[2918,1598],[2861,1680],[2870,1760],[2899,1822],[2832,1872],[2802,1752],[2822,1597],[2710,1550],[2618,1538],[2520,1584],[2533,1680],[2581,1730],[2528,1824],[2338,1838],[2259,1811],[2227,1699],[2267,1584],[2176,1547],[2034,1549],[2002,1640],[2021,1731],[2026,1806],[1925,1885],[1979,1723],[1917,1635],[1779,1616],[1702,1658],[1720,1760],[1731,1827],[1694,1867],[1605,1933],[1656,1730],[1539,1690],[1390,1731],[1382,1880],[1387,1910],[1301,1946],[1173,1949],[1090,1934],[1117,1824],[1056,1723],[947,1698],[878,1757],[850,1827],[891,1888],[858,1949],[806,1947],[768,1866],[813,1784],[738,1712],[646,1694],[560,1723],[539,1813],[530,1925],[539,2002],[582,2085],[581,2141]]},{"area":"019","points":[[2603,522],[2634,464],[2646,429],[2650,376],[2952,376],[2965,451],[2989,488],[2995,544],[2997,611],[2995,646],[2962,691],[2955,736],[2950,834],[2981,880],[3003,922],[2994,1006],[2982,1054],[2958,1077],[2954,1133],[2936,1184],[2907,1221],[2872,1224],[2864,1251],[2832,1282],[2774,1296],[2728,1272],[2728,1219],[2683,1218],[2659,1189],[2643,1142],[2643,1107],[2643,1078],[2610,1066],[2605,990],[2598,917],[2610,869],[2638,843],[2642,806],[2621,768],[2640,730],[2650,696],[2616,672],[2602,614],[2602,563]]},{"area":"01b","points":[[3280,550],[3378,507],[3427,448],[3480,426],[3643,450],[3739,451],[3827,482],[3827,1445],[3584,1469],[3536,1466],[3453,1486],[3365,1432],[3334,1342],[3373,1261],[3442,1189],[3490,1141],[3464,1104],[3398,1046],[3339,965],[3346,893],[3442,810],[3480,754],[3450,715],[3395,670],[3346,634],[3290,602]]},{"area":"01a","points":[[1307,928],[1293,885],[1304,834],[1318,789],[1317,744],[1339,726],[1362,666],[1370,626],[1398,587],[1435,574],[1469,541],[1482,506],[1514,506],[1562,483],[1587,453],[1632,437],[1677,448],[1702,406],[1819,405],[1819,435],[1829,438],[1867,432],[1902,442],[1936,464],[1936,483],[1992,502],[2026,509],[2032,536],[2058,557],[2080,574],[2118,597],[2142,634],[2149,661],[2155,694],[2165,723],[2190,738],[2189,770],[2195,808],[2194,830],[2218,867],[2214,914],[2200,928],[2189,994],[2194,1024],[2178,1037],[2147,1090],[2146,1136],[2112,1179],[2086,1187],[2038,1222],[2027,1254],[2000,1253],[1949,1285],[1926,1307],[1882,1326],[1838,1323],[1766,1328],[1752,1339],[1715,1328],[1662,1325],[1605,1326],[1563,1306],[1555,1283],[1504,1256],[1482,1256],[1466,1222],[1422,1189],[1386,1165],[1360,1112],[1330,1062],[1318,989],[1317,962]]}],"hrefThumbnail":{"type":"internal","path":"book/AATM/thumbnail/004-map-0.01.corpse-receiving-and-shipping.webp"},"page":"book.html","source":"AATM","hash":"aatm"},{"type":"image","href":{"type":"internal","path":"book/AATM/005-map-0.01.corpse-receiving-and-shipping-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3840,"height":2160,"mapParent":{"id":"032"},"credit":"Marco Bernardini","grid":{"type":"square","size":232,"offsetX":42,"offsetY":-19,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/AATM/007-map-0.02.spirit-sump.webp"},"imageType":"map","title":"Map 1.2: Spirit Sump","credit":"Jared Blando","width":3400,"height":4400,"id":"033","grid":{"type":"square","size":180,"offsetX":41,"offsetY":7,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/AATM/008-map-0.02.spirit-sump-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3400,"height":4400,"mapParent":{"id":"033"},"credit":"Jared Blando","grid":{"type":"square","size":180,"offsetX":41,"offsetY":7,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/AATM/010-map-0.03.nevervault.webp"},"imageType":"map","title":"Map 1.3: Nevervault","credit":"Marco Bernardini","width":3840,"height":2160,"id":"034","grid":{"type":"square","size":232,"offsetX":74,"offsetY":-124,"scale":3},"mapRegions":[{"area":"024","points":[[2192,412],[2142,312],[2162,250],[2250,102],[2435,142],[2522,197],[2617,217],[2697,267],[2760,305],[2782,370],[2867,447],[2920,475],[3015,620],[3035,687],[3057,767],[3095,802],[3125,930],[3125,1212],[3110,1275],[3105,1357],[3070,1370],[3057,1445],[3020,1507],[3015,1567],[2910,1692],[2865,1707],[2780,1805],[2752,1852],[2630,1945],[2577,1947],[2507,1980],[2445,1987],[2435,2022],[2252,2060],[2155,1922],[2140,1847],[2167,1790],[2187,1745],[2182,1595],[2277,1505],[2262,1330],[2325,1195],[2352,1072],[2335,945],[2217,922],[2242,857],[2280,817],[2262,690],[2277,637],[2227,610],[2192,577],[2185,490]]},{"area":"023","points":[[345,1596],[360,1498],[347,1331],[365,1227],[360,905],[349,858],[384,676],[524,664],[535,616],[562,573],[609,573],[665,602],[736,593],[780,565],[813,585],[842,662],[860,775],[864,847],[845,913],[869,958],[904,907],[882,853],[905,707],[911,656],[911,609],[931,573],[989,580],[1027,602],[1091,602],[1127,585],[1156,569],[1193,569],[1220,647],[1233,735],[1238,798],[1247,864],[1235,902],[1242,947],[1269,955],[1289,920],[1264,873],[1291,682],[1298,627],[1316,578],[1353,571],[1402,591],[1445,602],[1498,593],[1536,580],[1573,573],[1585,585],[1602,636],[1607,695],[1622,780],[1627,838],[1625,884],[1613,920],[1640,953],[1658,945],[1678,907],[1660,865],[1665,773],[1667,689],[1687,636],[1695,582],[1722,571],[1753,580],[1782,591],[1822,611],[1869,600],[1913,589],[1945,569],[1969,576],[1982,611],[2009,624],[2031,664],[2049,685],[2060,745],[2056,807],[2044,829],[2062,856],[2053,895],[2045,925],[2067,960],[2102,1011],[2118,1115],[2078,1180],[2060,1209],[1938,1202],[1856,1200],[1825,1211],[1811,1247],[1829,1300],[1815,1422],[1798,1507],[1798,1545],[1780,1595],[1736,1587],[1696,1569],[1655,1556],[1602,1562],[1580,1573],[1540,1593],[1515,1589],[1491,1531],[1487,1465],[1467,1345],[1471,1287],[1487,1240],[1462,1202],[1442,1207],[1425,1247],[1444,1302],[1429,1409],[1413,1485],[1411,1551],[1395,1595],[1345,1582],[1305,1565],[1260,1556],[1225,1560],[1193,1578],[1155,1587],[1125,1585],[1105,1547],[1113,1507],[1100,1449],[1087,1371],[1082,1302],[1098,1253],[1075,1209],[1053,1211],[1040,1256],[1053,1300],[1047,1387],[1040,1458],[1022,1509],[1016,1558],[1002,1591],[940,1576],[905,1555],[840,1555],[813,1573],[776,1595],[736,1591],[693,1313],[715,1255],[684,1202],[667,1220],[655,1253],[665,1318],[649,1451],[636,1558],[622,1591],[584,1587],[547,1569],[496,1556],[436,1567],[400,1585],[384,1598]]}],"hrefThumbnail":{"type":"internal","path":"book/AATM/thumbnail/010-map-0.03.nevervault.webp"},"page":"book.html","source":"AATM","hash":"aatm"},{"type":"image","href":{"type":"internal","path":"book/AATM/011-map-0.03.nevervault-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3840,"height":2160,"mapParent":{"id":"034"},"credit":"Marco Bernardini","grid":{"type":"square","size":232,"offsetX":74,"offsetY":-124,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/AATM/013-map-0.04.factol-skalls-orrery.webp"},"imageType":"map","title":"Map 1.4: Factol Skall's Orrery","credit":"Jared Blando","width":3400,"height":4400,"grid":{"type":"square","size":162,"offsetX":62,"offsetY":-26,"scale":3},"id":"037"},{"type":"image","href":{"type":"internal","path":"book/AATM/015-map-0.05.path-of-graves.webp"},"imageType":"map","title":"Map 1.5: Path of Graves","credit":"Jared Blando","width":3400,"height":4400,"id":"035","grid":{"type":"square","size":126,"offsetX":33,"offsetY":18,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/AATM/016-map-0.05.path-of-graves-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":3400,"height":4400,"mapParent":{"id":"035"},"credit":"Jared Blando","grid":{"type":"square","size":126,"offsetX":33,"offsetY":18,"scale":3}}]}]},"BMT":{"id":"BMT","name":"The Book of Many Things","source":"BMT","prop":"book","chapters":[{"name":"Ch. 10: Sun","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/054-map-9.01-solar-bastion.webp"},"imageType":"map","title":"Map 10.1: The Solar Bastion","credit":"Francesca Baerald","width":1700,"height":2210,"id":"071","grid":{"type":"none","size":76,"distance":33,"units":"yards"},"mapRegions":[{"area":"152","points":[[846,966],[849,946],[811,927],[797,904],[793,869],[821,839],[857,824],[893,824],[933,836],[959,861],[967,891],[960,929],[926,949],[899,953],[897,966]]},{"area":"153","points":[[1256,894],[1271,854],[1276,810],[1300,794],[1326,813],[1317,874],[1301,907]]},{"area":"154","points":[[504,827],[513,779],[526,753],[539,739],[553,751],[561,779],[564,817],[573,851],[541,869],[520,849]]},{"area":"153","points":[[130,1167],[141,1113],[147,1059],[171,1050],[196,1057],[204,1096],[210,1144],[204,1173],[164,1183]]},{"area":"153","points":[[223,1594],[237,1531],[246,1474],[247,1457],[270,1449],[281,1421],[289,1450],[310,1460],[319,1490],[313,1524],[297,1556],[307,1603],[280,1616],[243,1607]]},{"area":"153","points":[[653,1750],[661,1706],[669,1669],[677,1631],[677,1609],[709,1596],[717,1574],[724,1597],[753,1611],[749,1627],[751,1686],[757,1739],[759,1774],[716,1789],[677,1786],[659,1767]]},{"area":"153","points":[[1160,1629],[1169,1553],[1193,1529],[1207,1501],[1211,1527],[1239,1540],[1249,1560],[1236,1621],[1244,1659],[1253,1683],[1254,1711],[1209,1729],[1174,1719],[1159,1689],[1174,1660]]},{"area":"153","points":[[1537,1257],[1549,1216],[1549,1171],[1580,1134],[1587,1154],[1613,1177],[1607,1194],[1611,1263],[1574,1267]]},{"area":"155","points":[[1416,1456],[1416,1546],[1604,1546],[1604,1456]]},{"area":"156","points":[[721,1179],[699,1094],[717,1066],[741,1003],[763,1030],[816,1021],[870,1019],[914,1034],[963,1066],[993,1087],[1004,1113],[980,1137],[966,1176],[924,1200],[869,1216],[799,1209],[747,1197]]},{"area":"157","points":[[827,1539],[843,1509],[870,1513],[876,1463],[889,1411],[906,1357],[906,1317],[929,1287],[941,1321],[937,1383],[939,1414],[937,1451],[943,1500],[946,1526],[951,1564],[940,1596],[897,1579],[856,1560],[831,1550]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/054-map-9.01-solar-bastion.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/055-map-9.01-solar-bastion-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":2210,"credit":"Francesca Baerald","grid":{"type":"none","size":76,"distance":33,"units":"yards"},"mapParent":{"id":"071"},"id":"082"}]},{"name":"Ch. 11: Moon","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/062-map-10.01-moonstalker-guildhall.webp"},"imageType":"map","title":"Map 11.1: Moonstalker Guildhall","credit":"Mike Schley","width":1700,"height":2227,"id":"072","grid":{"type":"square","size":130,"offsetX":80,"offsetY":77,"scale":3},"mapRegions":[{"area":"17d","points":[[1068,549],[1068,402],[1142,429],[1196,456],[1196,549]]},{"area":"17b","points":[[458,674],[458,461],[501,461],[501,431],[542,412],[605,395],[668,377],[737,364],[802,360],[876,363],[933,370],[1021,390],[1021,674]]},{"area":"17e","points":[[66,981],[80,916],[99,854],[125,797],[156,741],[183,691],[219,641],[261,596],[309,551],[371,504],[371,981],[290,981],[290,951],[200,951],[200,981]]},{"area":"17a","points":[[503,719],[676,719],[676,849],[503,849]]},{"area":"17f","points":[[504,937],[760,937],[760,1067],[851,1067],[851,1197],[504,1197]]},{"area":"184","points":[[97,1368],[501,1368],[501,1675],[316,1675],[264,1622],[225,1574],[179,1516],[134,1446],[115,1405]]},{"area":"185","points":[[677,1586],[849,1586],[849,1678],[739,1715],[677,1715]]},{"area":"175","points":[[936,1110],[1149,1110],[1239,1197],[1241,1325],[1152,1411],[936,1411]]},{"area":"177","points":[[849,760],[849,1022],[1110,1022],[1110,760]]},{"area":"179","points":[[1109,730],[1135,761],[1324,761],[1324,637],[1109,637]]},{"area":"176","points":[[1197,896],[1197,1107],[1324,1107],[1324,896]]},{"area":"186","points":[[544,1241],[544,1457],[894,1457],[894,1241]]},{"area":"174","points":[[365,1775],[405,1781],[478,1786],[538,1787],[606,1782],[665,1774],[723,1761],[795,1742],[859,1720],[923,1691],[990,1657],[1051,1612],[1114,1565],[1168,1519],[1210,1469],[1254,1408],[1286,1363],[1317,1286],[1342,1206],[1364,1138],[1382,1050],[1389,970],[1391,880],[1389,808],[1377,734],[1360,661],[1336,592],[1321,549],[1302,505],[1266,453],[1271,445],[1292,457],[1334,494],[1385,544],[1428,587],[1466,635],[1502,685],[1531,742],[1557,799],[1577,854],[1597,911],[1612,983],[1616,1036],[1618,1108],[1615,1197],[1601,1270],[1582,1355],[1549,1446],[1502,1528],[1448,1612],[1402,1661],[1348,1710],[1297,1756],[1232,1801],[1145,1845],[1072,1875],[999,1894],[939,1908],[841,1918],[759,1915],[670,1904],[585,1885],[511,1859],[432,1822],[362,1782]]},{"area":"182","points":[[129,1109],[147,1077],[178,1048],[221,1028],[264,1023],[305,1027],[342,1045],[370,1071],[392,1099],[414,1144],[415,1187],[408,1226],[384,1266],[355,1296],[311,1319],[266,1326],[192,1308],[149,1276],[130,1249],[114,1206],[111,1158],[118,1131]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/062-map-10.01-moonstalker-guildhall.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/063-map-10.01-moonstalker-guildhall-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":2227,"credit":"Mike Schley","mapParent":{"id":"072"},"grid":{"type":"square","size":130,"offsetX":80,"offsetY":77,"scale":3},"id":"083"}]},{"name":"Ch. 12: Comet","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/068-map-11.01-cult-hideout.webp"},"imageType":"map","title":"Map 12.1: Cult Hideout","credit":"Mike Schley","width":1700,"height":1196,"id":"073","grid":{"type":"square","size":110,"offsetX":50,"offsetY":40,"scale":2},"mapRegions":[{"area":"19d","points":[[966,192],[966,397],[1117,397],[1117,192]]},{"area":"19e","points":[[285,398],[211,448],[142,467],[104,450],[86,426],[90,366],[74,344],[72,318],[91,306],[88,266],[80,237],[83,208],[117,184],[146,190],[179,176],[179,142],[219,128],[267,134],[304,139],[352,142],[373,141],[386,163],[405,186],[434,200],[430,237],[429,293],[424,320],[403,358],[378,384],[357,402],[333,403],[309,403],[293,390]]},{"area":"19f","points":[[635,834],[629,822],[638,803],[637,779],[637,736],[650,718],[678,710],[690,690],[688,670],[710,656],[714,613],[738,600],[771,587],[794,587],[826,602],[853,610],[866,635],[872,664],[883,683],[880,712],[893,738],[901,766],[886,789],[882,819],[882,837],[886,869],[870,899],[859,930],[818,938],[786,938],[758,922],[744,926],[710,917],[704,891],[693,874],[669,898],[648,890],[629,861]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/068-map-11.01-cult-hideout.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/069-map-11.01-cult-hideout-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1196,"credit":"Mike Schley","mapParent":{"id":"073"},"grid":{"type":"square","size":110,"offsetX":50,"offsetY":40,"scale":2},"id":"084"}]},{"name":"Ch. 13: Star","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/074-map-12.01-observatory.webp"},"imageType":"map","title":"Map 13.1: Observatory","credit":"Mike Schley","width":1700,"height":1198,"id":"074","grid":{"type":"square","size":108,"offsetX":28,"offsetY":47,"scale":4},"mapRegions":[{"area":"1cd","points":[[365,702],[347,666],[324,632],[306,574],[299,506],[307,431],[326,370],[355,310],[392,267],[435,219],[490,183],[546,163],[588,146],[648,141],[730,148],[779,165],[823,190],[880,219],[907,248],[941,277],[968,316],[968,332],[951,377],[952,435],[963,474],[983,511],[999,547],[1005,564],[983,626],[950,694],[915,745],[875,773],[826,809],[765,832],[703,848],[637,852],[575,841],[521,826],[519,770],[383,770],[373,739]]},{"area":"1c8","points":[[988,470],[978,410],[982,361],[1009,320],[1068,270],[1134,254],[1190,263],[1232,283],[1265,311],[1293,372],[1302,412],[1290,484],[1268,517],[1231,551],[1186,577],[1143,581],[1101,574],[1053,556],[1018,526],[995,495]]},{"area":"1ca","points":[[1276,685],[1279,644],[1301,600],[1335,565],[1373,537],[1419,523],[1470,528],[1511,546],[1546,570],[1575,603],[1594,645],[1597,695],[1588,747],[1563,792],[1537,818],[1501,837],[1457,848],[1419,849],[1368,835],[1326,806],[1295,760],[1279,719]]},{"area":"1cc","points":[[111,419],[121,386],[142,368],[165,363],[188,366],[206,383],[219,410],[221,441],[196,466],[156,472],[134,461],[117,440]]},{"area":"1cb","points":[[80,654],[80,720],[285,720],[285,654]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/074-map-12.01-observatory.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/075-map-12.01-observatory-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1198,"credit":"Mike Schley","mapParent":{"id":"074"},"grid":{"type":"square","size":108,"offsetX":28,"offsetY":47,"scale":4},"id":"085"}]},{"name":"Ch. 14: Jester","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/078-map-13.01-seelie-market.webp"},"imageType":"map","title":"Map 14.1: Seelie Market","credit":"Francesca Baerald","width":1700,"height":1194,"id":"075","grid":{"type":"none"},"mapRegions":[{"area":"1d8","points":[[1205,427],[1204,486],[1223,503],[1290,565],[1334,579],[1408,563],[1476,514],[1434,396],[1390,347],[1320,370],[1268,399],[1235,421]]},{"area":"1db","points":[[862,404],[897,409],[939,434],[981,461],[1025,436],[1058,428],[1121,406],[1120,352],[1097,310],[1081,272],[1017,285],[970,261],[910,252],[822,272],[834,324],[814,359],[839,387]]},{"area":"1d6","points":[[1132,426],[1130,345],[1106,312],[1095,259],[1145,252],[1195,244],[1227,274],[1246,319],[1254,347],[1285,377],[1271,397],[1239,410],[1191,422],[1159,425]]},{"area":"1e5","points":[[734,790],[752,705],[773,608],[844,557],[893,503],[932,489],[966,551],[985,625],[1017,680],[1025,729],[977,770],[935,825],[865,841],[782,837],[734,808]]},{"area":"1eb","points":[[1040,499],[1032,546],[1053,560],[1092,597],[1102,621],[1133,658],[1152,672],[1203,652],[1286,643],[1326,599],[1245,539],[1172,489],[1146,446],[1061,446],[1045,468]]},{"area":"1e2","points":[[1166,910],[1142,836],[1083,809],[1013,813],[1001,854],[950,917],[943,979],[970,1046],[1017,1106],[1061,1086],[1088,1052],[1148,1059],[1196,1040],[1188,983],[1177,950]]},{"area":"1d6","points":[[466,1093],[490,985],[596,926],[661,863],[707,845],[791,835],[861,865],[906,921],[928,968],[952,1032],[948,1092],[834,1106],[751,1053],[684,1077],[650,1107],[572,1130],[520,1120]]},{"area":"1df","points":[[516,707],[474,743],[448,755],[405,760],[350,812],[329,839],[305,911],[356,977],[395,1009],[417,1005],[481,983],[548,946],[592,921],[641,866],[671,832],[640,791],[574,765],[535,723]]},{"area":"1ee","points":[[399,526],[350,507],[286,467],[223,404],[244,314],[276,274],[334,240],[385,219],[450,204],[510,201],[555,215],[586,231],[643,246],[688,275],[754,289],[800,305],[814,363],[827,404],[832,437],[778,463],[737,501],[650,516],[560,493],[479,498],[430,524]]},{"area":"1d6","points":[[626,541],[579,508],[534,503],[471,520],[413,532],[335,577],[303,627],[284,694],[289,800],[308,821],[375,766],[446,738],[465,698],[517,645],[574,646],[635,645],[639,612],[622,570]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/078-map-13.01-seelie-market.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/079-map-13.01-seelie-market-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1194,"credit":"Francesca Baerald","mapParent":{"id":"075"},"grid":{"type":"none"},"id":"086"}]},{"name":"Ch. 15: Throne","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/084-map-14.01-harrowhall.webp"},"imageType":"map","title":"Map 15.1: Harrowhall","credit":"Mike Schley","width":1700,"height":2225,"id":"076","grid":{"type":"square","size":106,"offsetX":1,"offsetY":40,"scale":5},"mapRegions":[{"area":"21a","points":[[1461,625],[1461,561],[1500,522],[1568,522],[1609,563],[1609,624],[1566,667],[1502,667]]},{"area":"21c","points":[[598,291],[598,409],[718,409],[718,291]]},{"area":"215","points":[[346,292],[346,533],[463,533],[463,292]]},{"area":"217","points":[[598,458],[598,538],[677,538],[677,458]]},{"area":"218","points":[[769,292],[1179,292],[1179,363],[1139,363],[1139,532],[1097,532],[1097,576],[769,576]]},{"area":"1fd","points":[[764,1131],[403,1131],[255,1279],[255,1851],[362,1958],[1123,1958],[1210,1871],[1271,1871],[1355,1787],[1355,1237],[1247,1129],[1088,1129],[1058,1109],[1029,1107],[1008,1114],[990,1123],[984,1131],[848,1131],[848,962],[872,956],[916,959],[988,963],[1066,969],[1133,969],[1211,964],[1254,970],[1293,974],[1334,996],[1372,1022],[1408,1049],[1440,1070],[1457,1091],[1479,1122],[1486,1150],[1505,1185],[1516,1211],[1532,1262],[1529,1303],[1539,1361],[1545,1394],[1542,1454],[1555,1475],[1560,1512],[1574,1556],[1579,1591],[1582,1635],[1569,1663],[1560,1716],[1558,1754],[1554,1788],[1552,1823],[1550,1857],[1541,1903],[1534,1954],[1521,1983],[1503,2005],[1477,2028],[1440,2044],[1410,2055],[1389,2075],[1373,2094],[1358,2111],[1325,2123],[1295,2143],[1236,2154],[1184,2157],[1148,2160],[1118,2157],[1082,2154],[1044,2156],[1005,2164],[941,2160],[910,2166],[871,2162],[817,2156],[781,2147],[695,2146],[639,2149],[570,2147],[514,2138],[457,2145],[425,2138],[386,2123],[336,2120],[275,2106],[206,2074],[165,2031],[144,2006],[119,1956],[91,1941],[64,1878],[64,1826],[66,1768],[79,1684],[80,1637],[68,1586],[64,1515],[64,1454],[80,1395],[78,1355],[90,1268],[123,1206],[156,1160],[196,1118],[252,1070],[282,1029],[332,996],[373,969],[427,957],[492,950],[532,956],[606,952],[659,951],[710,952],[764,958]]},{"area":"203","points":[[992,1170],[995,1147],[1012,1134],[1028,1127],[1046,1126],[1073,1138],[1085,1153],[1085,1173],[1079,1198],[1060,1214],[1033,1217],[1007,1210],[997,1196]]},{"area":"206","points":[[716,1289],[716,1437],[911,1437],[911,1289]]},{"area":"204","points":[[430,1378],[430,1351],[476,1305],[546,1305],[546,1378]]},{"area":"20f","points":[[385,1514],[385,1571],[462,1571],[462,1514]]},{"area":"20f","points":[[389,1578],[389,1654],[460,1654],[460,1578]]},{"area":"20f","points":[[390,1665],[390,1740],[460,1740],[460,1665]]},{"area":"211","points":[[768,1586],[788,1560],[948,1560],[970,1582],[970,1779],[768,1779]]},{"area":"20a","points":[[553,1561],[736,1561],[758,1583],[758,1673],[553,1673]]},{"area":"20c","points":[[513,1686],[513,1741],[671,1741],[671,1686]]},{"area":"213","points":[[1020,1555],[1020,1613],[1056,1613],[1056,1555]]},{"area":"213","points":[[1053,1698],[1053,1622],[1025,1622],[1025,1698]]},{"area":"213","points":[[1054,1779],[1054,1708],[1020,1708],[1020,1779]]},{"area":"213","points":[[1104,1557],[1104,1591],[1180,1591],[1180,1557]]},{"area":"213","points":[[1106,1674],[1106,1603],[1137,1603],[1137,1674]]},{"area":"213","points":[[1103,1685],[1103,1737],[1137,1737],[1137,1685]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/084-map-14.01-harrowhall.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/085-map-14.01-harrowhall-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":2225,"credit":"Mike Schley","mapParent":{"id":"076"},"grid":{"type":"square","size":106,"offsetX":1,"offsetY":40,"scale":5},"id":"087"}]},{"name":"Ch. 16: Ruin","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/088-map-14.01-ruins-of-gardmore-abbey.webp"},"imageType":"map","title":"Map 16.1: Ruins of Gardmore Abbey","credit":"Mike Schley","width":1700,"height":2230,"id":"077","grid":{"type":"none"},"mapRegions":[{"area":"225","points":[[235,626],[253,600],[264,616],[278,620],[295,589],[311,549],[332,571],[391,588],[416,574],[459,589],[451,598],[352,608],[286,618],[244,631]]},{"area":"225","points":[[1000,809],[929,765],[918,738],[1015,714],[1092,719],[1167,771],[1213,798],[1227,871],[1219,935],[1105,868],[1076,853],[1045,835]]},{"area":"228","points":[[302,1727],[285,1615],[275,1518],[326,1472],[364,1421],[401,1505],[405,1547],[405,1591],[388,1707],[375,1751],[334,1746]]},{"area":"225","points":[[499,1614],[604,1599],[706,1604],[813,1574],[875,1559],[884,1504],[994,1505],[1105,1454],[1169,1424],[1205,1359],[1231,1259],[1358,1239],[1467,1166],[1480,1116],[1478,1065],[1498,987],[1576,1031],[1585,1122],[1554,1208],[1507,1268],[1451,1352],[1351,1431],[1251,1506],[1167,1573],[1024,1656],[800,1729],[671,1738],[486,1716],[422,1732],[391,1734],[400,1680],[416,1586],[461,1595]]},{"area":"225","points":[[1244,1120],[1247,1038],[1285,987],[1352,994],[1366,1004],[1389,1029],[1419,1041],[1414,1099],[1406,1111],[1354,1126],[1306,1126],[1261,1127]]},{"area":"227","points":[[864,1068],[864,1116],[1002,1116],[1002,1068]]},{"area":"229","points":[[569,891],[645,815],[687,735],[678,664],[631,629],[564,574],[533,549],[472,609],[420,649],[378,654],[262,667],[196,729],[142,781],[152,852],[186,869],[287,871],[353,931],[416,958],[471,919],[532,919],[566,914]]},{"area":"226","points":[[729,619],[729,667],[759,667],[759,619]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/088-map-14.01-ruins-of-gardmore-abbey.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/089-map-14.01-ruins-of-gardmore-abbey-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":2230,"credit":"Mike Schley","mapParent":{"id":"077"},"grid":{"type":"none"},"id":"088"},{"type":"image","href":{"type":"internal","path":"book/BMT/092-map-15.01-dragons-roost.webp"},"imageType":"map","title":"Map 16.2: Dragon's Roost","credit":"Mike Schley","width":1700,"height":1192,"id":"078","grid":{"type":"square","size":107,"offsetX":-9,"offsetY":-6,"scale":6}},{"type":"image","href":{"type":"internal","path":"book/BMT/093-map-15.01-dragons-roost-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1192,"credit":"Mike Schley","mapParent":{"id":"078"},"grid":{"type":"square","size":107,"offsetX":-9,"offsetY":-6,"scale":6},"id":"08b"}]},{"name":"Ch. 17: Donjon","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/095-map-16.01-donjon-sphere.webp"},"imageType":"map","title":"Map 17.1: Donjon Sphere","credit":"Mike Schley","width":1700,"height":2391,"grid":{"type":"none"},"id":"08c"},{"type":"image","href":{"type":"internal","path":"book/BMT/097-map-16.02-sphere-of-the-donjon.webp"},"imageType":"map","title":"Map 17.2: Donjon Core","credit":"Mike Schley","width":1700,"height":2226,"id":"079","grid":{"type":"square","size":112,"offsetX":-51,"offsetY":52,"scale":8},"mapRegions":[{"area":"277","points":[[316,189],[316,273],[458,273],[458,189]]},{"area":"279","points":[[121,189],[121,303],[260,303],[260,189]]},{"area":"27d","points":[[175,496],[175,443],[206,412],[257,412],[289,444],[289,497],[261,525],[208,525]]},{"area":"27c","points":[[239,553],[301,553],[301,384],[162,384],[162,553],[229,553],[229,579],[135,579],[135,358],[331,358],[331,553],[331,580],[237,580]]},{"area":"27c","points":[[229,551],[238,551],[235,580],[229,580]]},{"area":"27b","points":[[121,636],[121,778],[260,778],[260,636]]},{"area":"27a","points":[[317,664],[317,747],[456,747],[456,664]]},{"area":"244","points":[[274,1029],[317,986],[430,985],[470,1025],[470,1140],[427,1183],[317,1183],[274,1139]]},{"area":"245","points":[[553,1040],[556,1029],[562,1021],[572,1014],[786,1014],[797,1019],[803,1028],[806,1046],[806,1153],[578,1153],[566,1148],[559,1137],[553,1124]]},{"area":"252","points":[[638,233],[638,428],[650,428],[664,437],[667,442],[676,449],[686,457],[694,467],[702,469],[708,486],[721,490],[737,492],[748,490],[754,496],[765,500],[775,519],[775,233]]},{"area":"24e","points":[[777,980],[771,982],[752,983],[692,983],[692,903],[723,901],[745,899],[762,906],[763,919],[777,932]]},{"area":"254","points":[[855,788],[841,831],[853,877],[849,896],[847,928],[870,987],[876,1000],[919,1016],[934,954],[929,905],[926,862],[908,806],[890,783]]},{"area":"254","points":[[736,556],[719,586],[719,644],[741,670],[766,663],[779,679],[798,683],[792,645],[779,587],[755,562]]},{"area":"255","points":[[879,639],[850,641],[814,639],[801,643],[841,690],[866,708],[866,718],[877,745],[891,756],[919,744],[938,711],[919,666],[903,657],[894,646]]},{"area":"25a","points":[[785,482],[785,343],[862,343],[862,482]]},{"area":"25b","points":[[974,204],[974,283],[1169,283],[1169,204]]},{"area":"24e","points":[[891,539],[891,592],[972,592],[972,539]]},{"area":"257","points":[[890,345],[1001,345],[1001,483],[974,483],[974,536],[890,536]]},{"area":"25d","points":[[1094,344],[1253,344],[1253,594],[1142,594],[1142,567],[1127,552],[1127,528],[1142,513],[1142,483],[1128,469],[1128,440],[1143,425],[1143,399],[1094,399]]},{"area":"24e","points":[[1337,512],[1337,564],[1420,564],[1420,512]]},{"area":"25e","points":[[1310,481],[1321,470],[1350,470],[1362,482],[1392,482],[1404,470],[1433,470],[1447,484],[1436,495],[1319,495]]},{"area":"25e","points":[[1363,594],[1281,594],[1281,496],[1474,496],[1474,594],[1379,594],[1379,570],[1423,570],[1423,508],[1336,508],[1336,569],[1363,569]]},{"area":"25e","points":[[1361,568],[1361,595],[1378,595],[1378,568]]},{"area":"25f","points":[[1448,623],[1448,650],[1462,664],[1462,690],[1448,704],[1448,734],[1464,750],[1464,774],[1448,789],[1448,816],[1463,831],[1463,863],[1448,876],[1448,901],[1337,901],[1337,623]]},{"area":"262","points":[[1193,706],[1193,732],[1169,732],[1169,761],[1099,761],[1099,706]]},{"area":"263","points":[[1228,761],[1228,732],[1254,732],[1254,706],[1322,706],[1322,761]]},{"area":"264","points":[[1252,846],[1252,817],[1230,817],[1230,790],[1323,790],[1323,846]]},{"area":"265","points":[[1230,929],[1230,901],[1254,901],[1254,873],[1324,873],[1324,929]]},{"area":"264","points":[[1099,928],[1168,928],[1168,902],[1192,902],[1192,873],[1099,873]]},{"area":"264","points":[[1100,845],[1192,845],[1192,818],[1170,818],[1170,791],[1100,791]]},{"area":"266","points":[[1170,1031],[1159,1044],[1147,1062],[1141,1081],[1139,1106],[1140,1128],[1143,1152],[1150,1171],[1163,1187],[1178,1195],[1195,1194],[1207,1179],[1216,1167],[1224,1141],[1227,1124],[1227,1103],[1223,1079],[1218,1063],[1210,1049],[1202,1038],[1195,1031]]},{"area":"260","points":[[1252,1056],[1295,1013],[1376,1013],[1418,1055],[1418,1140],[1377,1181],[1296,1181],[1252,1139]]},{"area":"24e","points":[[1139,1208],[1139,1380],[1307,1380],[1307,1208]]},{"area":"26a","points":[[1393,1214],[1393,1345],[1475,1345],[1475,1214]]},{"area":"26b","points":[[1393,1380],[1393,1462],[1476,1462],[1476,1380]]},{"area":"26c","points":[[1395,1490],[1395,1575],[1475,1575],[1475,1490]]},{"area":"26d","points":[[1395,1603],[1395,1687],[1475,1687],[1475,1603]]},{"area":"26e","points":[[1395,1713],[1395,1798],[1476,1798],[1476,1713]]},{"area":"24e","points":[[1251,1408],[1251,1462],[1308,1462],[1308,1408]]},{"area":"26f","points":[[1141,1408],[1141,1712],[1307,1712],[1307,1468],[1248,1468],[1248,1408]]},{"area":"270","points":[[974,1491],[974,1573],[1002,1573],[1002,1603],[974,1603],[974,1686],[1112,1686],[1112,1491]]},{"area":"273","points":[[1319,1827],[1319,2081],[1450,2081],[1450,1827]]},{"area":"274","points":[[1168,1799],[1168,2109],[1309,2109],[1309,1799]]},{"area":"272","points":[[1033,1827],[1033,2078],[1159,2078],[1159,1827]]},{"area":"276","points":[[1439,201],[1433,218],[1432,237],[1436,256],[1441,275],[1459,294],[1479,309],[1501,319],[1527,319],[1556,311],[1581,290],[1594,269],[1603,248],[1604,225],[1598,196],[1584,174],[1565,156],[1540,147],[1516,145],[1496,150],[1484,152],[1475,137],[1457,134],[1442,138],[1430,143],[1420,158],[1418,173],[1426,188],[1432,196]]},{"area":"24c","points":[[274,1236],[274,1379],[500,1379],[500,1236]]},{"area":"24e","points":[[358,1436],[358,1518],[442,1518],[442,1436]]},{"area":"24c","points":[[525,1238],[525,1435],[610,1435],[610,1238]]},{"area":"24d","points":[[638,1743],[638,1491],[499,1491],[499,1743]]},{"area":"251","points":[[275,1604],[275,1770],[443,1770],[443,1604]]},{"area":"250","points":[[274,1885],[274,2024],[388,2024],[388,1885]]},{"area":"24f","points":[[484,1913],[488,1925],[496,1934],[500,1941],[500,1957],[504,1971],[512,1976],[525,1987],[534,1993],[537,2001],[540,2017],[540,2038],[544,2054],[545,2063],[546,2075],[545,2084],[550,2097],[562,2106],[567,2107],[575,2106],[586,2114],[587,2123],[590,2131],[594,2149],[607,2155],[613,2143],[613,2124],[610,2114],[614,2100],[606,2091],[594,2081],[589,2071],[577,2070],[572,2053],[569,2041],[570,2033],[579,2021],[589,2012],[610,2009],[621,2008],[633,2007],[642,1994],[643,1978],[641,1968],[639,1949],[628,1937],[621,1919],[634,1904],[644,1897],[642,1882],[639,1872],[646,1858],[655,1852],[666,1853],[660,1829],[644,1823],[633,1833],[622,1839],[615,1856],[617,1865],[613,1877],[619,1891],[620,1894],[608,1902],[601,1911],[599,1920],[603,1933],[610,1952],[610,1969],[605,1977],[598,1986],[583,1992],[567,1994],[564,1981],[555,1975],[546,1968],[531,1959],[525,1952],[515,1950],[516,1936],[524,1930],[530,1920],[524,1907],[513,1900],[494,1906]]},{"area":"24b","points":[[693,1887],[693,2151],[750,2151],[750,1887]]},{"area":"24a","points":[[664,1411],[664,1879],[941,1879],[941,1411]]},{"area":"249","points":[[665,1350],[665,1401],[804,1401],[804,1350]]},{"area":"246","points":[[664,1211],[664,1324],[752,1324],[752,1211]]},{"area":"256","points":[[622,702],[648,715],[671,726],[679,723],[691,748],[695,754],[720,759],[733,768],[741,803],[735,817],[712,794],[677,780],[671,777],[637,769],[628,761],[622,740]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/097-map-16.02-sphere-of-the-donjon.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/098-map-16.02-sphere-of-the-donjon-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":2226,"credit":"Mike Schley","mapParent":{"id":"079"},"grid":{"type":"square","size":112,"offsetX":-51,"offsetY":52,"scale":8},"id":"08d"}]},{"name":"Ch. 18: Void","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/103-map-17.01-the-house-of-cards.webp"},"imageType":"map","title":"Map 18.1: The House of Cards","credit":"Mike Schley","width":1700,"height":1194,"id":"07a","grid":{"type":"square","size":119,"offsetX":-4,"offsetY":62,"scale":5},"mapRegions":[{"area":"2b7","points":[[1078,609],[1093,609],[1143,616],[1140,646],[1134,659],[1135,677],[1142,688],[1136,699],[1112,701],[1105,696],[1089,697],[1083,702],[1064,699],[1066,687],[1050,678],[1059,666],[1075,659],[1076,633]]},{"area":"2b4","points":[[945,658],[945,697],[933,705],[927,722],[931,744],[940,756],[940,780],[963,781],[971,789],[1004,788],[1011,795],[1020,792],[1045,787],[1047,747],[1037,746],[1033,728],[1034,695],[1039,691],[1038,667],[997,661],[993,658]]},{"area":"295","points":[[900,860],[948,860],[978,865],[1010,870],[1038,856],[1066,859],[1070,904],[1110,906],[1110,941],[1083,944],[1077,935],[927,937],[930,941],[1067,949],[1068,967],[1074,980],[932,982],[925,991],[1070,994],[1077,1004],[1081,1032],[1077,1033],[1041,1035],[1000,1036],[964,1036],[925,1039],[907,1034],[901,957],[904,897]]},{"area":"297","points":[[1116,729],[1145,727],[1146,720],[1180,718],[1181,712],[1242,715],[1244,723],[1263,726],[1267,729],[1309,732],[1307,750],[1296,758],[1301,841],[1309,847],[1311,866],[1297,867],[1280,868],[1192,872],[1189,864],[1169,869],[1144,869],[1122,869],[1118,826],[1114,814],[1114,755],[1117,749]]},{"area":"292","points":[[740,1034],[713,1009],[712,971],[723,961],[724,906],[718,903],[717,897],[736,873],[779,867],[783,872],[854,875],[858,871],[878,888],[877,924],[885,930],[887,969],[877,976],[880,1016],[853,1042],[805,1041],[797,1036],[787,1033],[782,1026],[760,1030],[744,1028]]},{"area":"2ae","points":[[693,702],[726,705],[730,698],[763,692],[765,701],[788,701],[817,705],[862,708],[870,702],[903,697],[920,702],[922,753],[900,753],[884,749],[865,755],[818,756],[808,750],[757,748],[730,753],[702,753],[693,741],[693,722]]},{"area":"2a9","points":[[737,655],[736,625],[746,613],[741,596],[757,590],[779,584],[806,580],[852,586],[861,595],[861,627],[856,651],[838,653],[829,647],[813,650],[796,659],[786,656],[769,653],[750,651]]},{"area":"2a5","points":[[737,537],[737,493],[766,470],[856,466],[879,489],[879,536],[856,559],[810,557],[780,561],[762,557]]},{"area":"2a6","points":[[881,538],[881,495],[902,466],[976,468],[998,487],[998,535],[974,559],[908,560]]},{"area":"2a7","points":[[1001,537],[1001,490],[1025,463],[1119,465],[1139,493],[1143,524],[1142,533],[1113,556],[1024,560]]},{"area":"2d0","points":[[965,405],[949,388],[967,381],[969,363],[967,351],[958,351],[960,342],[972,337],[984,331],[1004,334],[1012,324],[1014,314],[1027,320],[1048,323],[1055,314],[1071,311],[1091,305],[1095,311],[1099,319],[1110,322],[1124,332],[1130,328],[1131,319],[1140,324],[1153,319],[1169,327],[1183,323],[1195,311],[1194,303],[1201,300],[1204,313],[1200,322],[1196,327],[1192,339],[1182,341],[1169,345],[1159,359],[1153,377],[1162,385],[1175,382],[1175,393],[1183,410],[1183,417],[1170,421],[1159,423],[1149,414],[1139,416],[1121,416],[1111,409],[1103,393],[1090,389],[1084,403],[1081,408],[1084,419],[1079,425],[1051,424],[1045,411],[1031,404],[1025,397],[1015,398],[1005,393],[993,393],[988,400],[974,402]]},{"area":"299","points":[[1172,605],[1175,581],[1169,583],[1166,564],[1178,556],[1179,526],[1174,522],[1175,497],[1180,492],[1185,473],[1188,468],[1192,460],[1212,460],[1218,465],[1234,463],[1234,444],[1228,441],[1227,394],[1232,394],[1237,398],[1258,398],[1260,369],[1266,361],[1267,326],[1275,319],[1302,316],[1339,319],[1381,325],[1385,371],[1384,400],[1381,441],[1377,446],[1377,487],[1332,489],[1328,512],[1335,521],[1335,559],[1337,591],[1336,601],[1322,607],[1316,612],[1274,609],[1249,608],[1198,607]]},{"area":"29d","points":[[1175,199],[1169,191],[1167,159],[1264,153],[1260,119],[1277,119],[1280,95],[1296,84],[1304,73],[1324,71],[1364,73],[1368,93],[1349,103],[1352,119],[1376,122],[1380,115],[1408,113],[1408,150],[1487,150],[1479,137],[1481,127],[1553,125],[1561,120],[1569,124],[1572,139],[1589,145],[1591,197],[1616,204],[1613,226],[1608,226],[1608,236],[1641,236],[1640,276],[1622,284],[1618,290],[1560,290],[1557,277],[1561,264],[1501,265],[1497,271],[1422,272],[1417,264],[1337,269],[1333,289],[1306,289],[1303,269],[1284,268],[1282,253],[1273,249],[1278,234],[1281,208],[1263,201]]},{"area":"29f","points":[[923,225],[927,109],[951,111],[958,105],[1021,105],[1022,97],[1109,100],[1113,106],[1142,111],[1144,135],[1149,156],[1161,159],[1161,201],[1140,206],[1141,253],[1144,257],[1145,276],[1121,276],[1111,284],[1047,278],[1005,274],[994,269],[967,273],[935,273],[932,228]]},{"area":"2a1","points":[[697,217],[696,192],[700,187],[743,182],[749,151],[743,146],[738,135],[776,129],[792,125],[835,123],[837,130],[879,137],[882,156],[896,164],[897,200],[882,200],[871,206],[868,235],[871,247],[872,284],[867,292],[867,319],[873,324],[876,333],[872,337],[867,360],[836,362],[809,365],[791,366],[783,370],[751,370],[744,365],[745,351],[759,348],[757,326],[753,316],[753,290],[761,283],[762,241],[739,233],[735,220],[711,218]]},{"area":"2b9","points":[[476,112],[481,71],[531,72],[528,76],[576,78],[581,73],[631,71],[634,79],[649,80],[644,100],[638,100],[637,125],[641,150],[641,160],[649,182],[684,185],[684,217],[650,217],[644,225],[641,287],[644,298],[646,322],[655,329],[653,390],[646,397],[644,422],[639,435],[640,484],[655,493],[655,543],[650,548],[643,575],[596,577],[591,583],[572,583],[564,601],[533,601],[527,586],[513,582],[508,577],[472,575],[475,548],[479,542],[474,519],[467,511],[460,508],[459,491],[467,481],[470,452],[476,441],[473,417],[477,402],[479,289],[473,279],[468,239],[470,219],[477,207],[479,182],[484,167],[480,141],[483,120]]},{"area":"2bc","points":[[201,225],[204,232],[234,231],[250,229],[297,228],[308,231],[337,233],[342,227],[359,228],[360,271],[349,280],[334,294],[352,319],[335,344],[355,368],[359,374],[364,388],[340,390],[337,384],[284,387],[262,394],[249,389],[210,386],[202,391],[191,392],[193,374],[215,344],[196,322],[217,300],[193,277],[191,249],[186,244],[190,231]]},{"area":"2c3","points":[[166,491],[165,443],[148,441],[141,447],[101,454],[100,484],[108,493],[111,530],[144,530],[149,538],[159,532],[161,508]]},{"area":"2bf","points":[[232,404],[235,417],[305,420],[313,412],[369,414],[367,420],[362,424],[362,439],[382,441],[393,434],[438,435],[444,483],[447,511],[437,516],[436,532],[448,540],[449,558],[409,558],[398,549],[363,547],[356,541],[313,547],[287,551],[257,548],[265,541],[264,512],[228,512],[220,514],[218,488],[220,468],[228,464],[229,452],[222,449],[220,441],[212,439],[212,407]]},{"area":"2ce","points":[[100,720],[100,701],[74,701],[72,681],[68,675],[66,647],[71,649],[76,649],[81,609],[73,601],[73,593],[124,590],[130,585],[165,583],[167,591],[169,601],[169,632],[167,636],[163,652],[158,674],[167,680],[164,698],[145,703],[140,721]]},{"area":"2cb","points":[[104,733],[101,751],[54,753],[52,795],[56,800],[56,841],[101,841],[109,848],[167,845],[167,817],[185,811],[184,781],[169,778],[159,774],[159,753],[143,752],[138,734]]},{"area":"2c9","points":[[217,702],[231,704],[234,708],[262,707],[260,686],[289,686],[291,699],[305,697],[318,696],[333,698],[329,706],[331,745],[335,784],[332,859],[337,862],[335,889],[273,893],[269,900],[221,900],[221,891],[215,887],[213,822],[217,773],[215,753],[212,744],[211,719],[217,713]]},{"area":"2c6","points":[[223,610],[225,600],[280,596],[311,595],[321,601],[319,644],[308,648],[300,663],[286,672],[261,674],[260,662],[239,660],[236,653],[228,652],[227,617]]},{"area":"28b","points":[[428,772],[428,752],[437,737],[433,681],[446,680],[455,687],[483,682],[481,658],[479,649],[479,634],[535,631],[536,615],[567,613],[572,633],[588,636],[590,646],[591,663],[599,676],[635,673],[641,668],[665,668],[665,695],[665,701],[681,706],[683,742],[666,745],[664,772],[657,772],[654,768],[636,768],[632,824],[641,833],[640,857],[593,861],[546,864],[505,862],[503,855],[480,853],[474,798],[451,798],[444,777]]},{"area":"28f","points":[[484,904],[522,895],[567,890],[607,901],[641,948],[642,1019],[602,1075],[550,1094],[487,1069],[450,1019],[450,953]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/103-map-17.01-the-house-of-cards.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/104-map-17.01-the-house-of-cards-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1194,"credit":"Mike Schley","mapParent":{"id":"07a"},"grid":{"type":"square","size":119,"offsetX":-4,"offsetY":62,"scale":5},"id":"08e"}]},{"name":"Ch. 19: Skull","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/109-map-18.01-gardens-of-decay.webp"},"imageType":"map","title":"Map 19.1: Gardens of Decay","credit":"Mike Schley","width":1700,"height":1196,"id":"07b","grid":{"type":"none"},"mapRegions":[{"area":"2e0","points":[[694,658],[664,567],[595,498],[602,404],[571,372],[578,304],[614,284],[665,226],[774,206],[795,152],[765,113],[821,61],[901,45],[945,42],[962,115],[982,209],[962,309],[968,336],[1036,372],[1099,442],[1135,493],[1182,585],[1166,634],[1114,639],[1069,708],[1025,740],[894,753],[781,736],[705,688]]},{"area":"2e6","points":[[1128,320],[1204,478],[1279,542],[1455,562],[1621,468],[1560,380],[1612,346],[1641,269],[1632,140],[1607,121],[1519,159],[1462,156],[1365,140],[1268,185],[1146,194],[1134,261]]},{"area":"2e4","points":[[144,1134],[173,1005],[189,972],[351,919],[491,882],[534,834],[568,768],[612,722],[656,715],[655,666],[681,664],[689,702],[794,759],[896,766],[1028,753],[1119,728],[1255,744],[1368,766],[1460,809],[1471,846],[1441,846],[1475,876],[1520,909],[1555,949],[1548,1009],[1496,1054],[1444,1095],[1401,1153],[1401,1169],[162,1169],[148,1152]]},{"area":"2e2","points":[[62,1008],[131,919],[314,833],[515,774],[595,671],[624,620],[576,508],[481,467],[476,445],[511,396],[553,369],[569,294],[624,245],[685,193],[727,142],[733,105],[608,89],[271,76],[116,111],[28,205],[28,984]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/109-map-18.01-gardens-of-decay.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/110-map-18.01-gardens-of-decay-player.webp"},"imageType":"map","title":"Player Version","width":2038,"height":1434,"credit":"Mike Schley","mapParent":{"id":"07b","autoScale":true},"grid":{"type":"none"},"id":"097"}]},{"name":"Ch. 20: Flames","ix":19,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/118-map-19.01-xulregg.webp"},"imageType":"map","title":"Map 20.1: Xulregg","credit":"Mike Schley","width":1700,"height":1196,"id":"07c","grid":{"type":"none"},"mapRegions":[{"area":"2fd","points":[[462,888],[300,896],[235,948],[228,1007],[227,1098],[278,1136],[473,1148],[618,1147],[758,1152],[904,1156],[1012,1120],[989,946],[944,908],[869,968],[719,973],[528,949],[499,939]]},{"area":"2fc","points":[[444,738],[461,701],[534,696],[589,687],[681,654],[795,652],[852,705],[826,798],[838,875],[742,880],[614,881],[515,855],[492,815],[464,785]]},{"area":"2fa","points":[[732,469],[609,540],[552,573],[421,580],[272,440],[221,271],[242,202],[526,204],[567,167],[586,38],[792,32],[820,89],[809,104],[1034,40],[1149,132],[1139,208],[1291,133],[1419,155],[1459,301],[1455,316],[1667,376],[1632,471],[1407,521],[1246,458],[1113,475],[1015,544],[931,602],[792,552],[755,516]]},{"area":"2fb","points":[[1216,487],[1224,549],[1225,588],[1171,620],[1128,649],[1129,728],[1147,776],[1171,791],[1209,829],[1286,812],[1313,787],[1349,704],[1344,628],[1318,560],[1278,491],[1246,472]]},{"area":"2fe","points":[[1588,861],[1441,915],[1329,898],[1204,909],[1078,947],[1107,1047],[1165,1125],[1432,1098],[1599,1031],[1651,973],[1638,844]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/118-map-19.01-xulregg.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/119-map-19.01-xulregg-player-rev.webp"},"imageType":"map","title":"Player Version","width":2038,"height":1434,"credit":"Mike Schley","mapParent":{"id":"07c","autoScale":true},"grid":{"type":"none"},"id":"098"}]},{"name":"Ch. 22: Euryale","ix":21,"images":[{"type":"image","href":{"type":"internal","path":"book/BMT/137-map-21.01-cair-ophidian.webp"},"imageType":"map","title":"Map 22.1: Cair Ophidian","credit":"Mike Schley","width":1700,"height":1196,"id":"07d","grid":{"type":"square","size":125,"offsetX":-41,"offsetY":-36,"scale":4},"mapRegions":[{"area":"336","points":[[213,289],[206,269],[205,248],[210,229],[227,215],[241,208],[238,187],[242,151],[250,128],[270,103],[291,91],[315,83],[347,80],[378,91],[404,105],[421,128],[428,154],[435,184],[430,217],[413,243],[395,260],[358,275],[325,277],[308,272],[298,289],[282,302],[258,309],[235,306],[223,297]]},{"area":"337","points":[[522,355],[369,429],[369,402],[340,398],[305,402],[305,429],[174,370],[168,348],[175,329],[171,305],[167,297],[166,278],[180,264],[185,254],[197,251],[199,267],[208,289],[220,307],[228,312],[256,316],[280,308],[296,298],[307,308],[322,308],[342,304],[369,303],[395,300],[415,305],[442,306],[465,320],[488,325],[509,346]]},{"area":"334","points":[[355,1157],[351,1087],[352,1020],[327,969],[318,933],[305,893],[302,839],[302,758],[305,687],[302,641],[302,618],[268,581],[197,556],[155,552],[65,584],[24,622],[24,1077],[62,1092],[94,1111],[108,1146],[113,1157]]},{"area":"335","points":[[382,937],[363,917],[357,862],[369,775],[365,705],[366,666],[372,642],[482,639],[642,644],[754,642],[880,644],[926,652],[890,709],[856,768],[845,804],[825,832],[835,855],[804,838],[747,824],[684,828],[647,858],[614,893],[605,931],[615,1015],[636,1048],[671,1078],[723,1093],[764,1097],[754,1125],[755,1167],[378,1167],[377,1061],[372,1018],[370,990],[389,982],[396,965],[392,948]]},{"area":"338","points":[[742,839],[717,840],[692,851],[665,867],[643,892],[627,918],[622,949],[622,991],[633,1014],[654,1046],[686,1065],[718,1076],[764,1075],[803,1062],[828,1036],[852,1006],[858,966],[853,915],[834,885],[812,860],[786,850],[762,842]]},{"area":"338","points":[[968,889],[948,868],[933,833],[930,782],[945,741],[965,715],[995,695],[1026,682],[1056,683],[1080,684],[1085,662],[1098,636],[1126,622],[1152,618],[1178,625],[1195,646],[1202,660],[1205,692],[1195,709],[1185,720],[1168,732],[1158,738],[1152,741],[1167,772],[1172,801],[1168,832],[1154,869],[1131,891],[1091,916],[1058,925],[1018,917],[985,905]]}],"hrefThumbnail":{"type":"internal","path":"book/BMT/thumbnail/137-map-21.01-cair-ophidian.webp"},"page":"book.html","source":"BMT","hash":"bmt"},{"type":"image","href":{"type":"internal","path":"book/BMT/138-map-21.01-cair-ophidian-player.webp"},"imageType":"map","title":"Player Version","width":1700,"height":1196,"credit":"Mike Schley","mapParent":{"id":"07d"},"grid":{"type":"square","size":125,"offsetX":-41,"offsetY":-36,"scale":4},"id":"099"}]}]},"XDMG":{"id":"XDMG","name":"Dungeon Master's Guide (2024)","source":"XDMG","prop":"book","chapters":[{"name":"Ch. 5: Creating Campaigns","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/XDMG/070-map-5.01-city-of-greyhawk.webp"},"imageType":"map","title":"The Free City of Greyhawk","credit":"Francesca Baerald","width":4934,"height":7000,"id":"1f9","grid":{"type":"none"},"mapRegions":[{"area":"320","points":[[3440,1317],[3446,1222],[3520,1151],[3588,1037],[3597,905],[3689,828],[3791,914],[3892,923],[3935,997],[4003,982],[4012,1028],[4092,1031],[4163,938],[4277,874],[4323,1012],[4385,1182],[4382,1311],[4292,1375],[4246,1462],[4289,1578],[4271,1677],[3797,1772],[3477,1532],[3477,1409]]},{"area":"12e","points":[[3178,2105],[3065,1985],[2834,1723],[2698,1532],[2526,1320],[2425,1249],[2323,1197],[2378,1172],[2545,1160],[2695,1175],[2938,1194],[3123,1218],[3314,1265],[3412,1366],[3468,1523],[3575,1637],[3705,1791],[3852,1828],[3994,1751],[4203,1723],[4258,2037],[4265,2132],[4274,2363],[4252,2603],[3886,2452],[3628,2308],[3434,2222],[3240,2154]]},{"area":"330","points":[[3892,2862],[3825,2766],[3806,2662],[3905,2686],[4028,2751],[4028,2834],[3982,2889]]},{"area":"334","points":[[3449,2625],[3400,2523],[3465,2409],[3588,2369],[3615,2431],[3612,2542],[3538,2625]]},{"area":"328","points":[[1794,2206],[1886,2292],[2003,2317],[2065,2160],[1972,2105],[1914,2102],[1828,2148]]},{"area":"32c","points":[[2628,2911],[2665,2843],[2769,2831],[2812,2852],[2812,2942],[2763,2994],[2711,3015]]},{"area":"31c","points":[[2705,3455],[2791,3545],[2871,3542],[2892,3465],[2858,3388],[2769,3382]]},{"area":"338","points":[[3791,3938],[3794,3862],[3895,3865],[3874,3972]]},{"area":"131","points":[[1305,5800],[1452,5585],[1582,5357],[1686,5169],[1883,4957],[2037,4751],[2218,4560],[2338,4517],[2594,4597],[2874,4665],[3363,4775],[3058,5391],[2880,5640],[2597,5920],[1849,5877]]},{"area":"130","points":[[1237,5689],[1418,5535],[1560,5292],[1714,5071],[1883,4874],[2049,4674],[2191,4520],[1865,4452],[1649,4412],[1265,4357],[1022,4311],[932,4569],[917,4763],[957,4985],[1052,5320],[1148,5591]]},{"area":"12a","points":[[1052,4280],[1317,3962],[1460,3717],[1497,3460],[1492,3270],[1775,3350],[1905,3650],[2045,3832],[2340,3830],[2562,3690],[2630,3500],[2782,3565],[2922,3567],[2905,3352],[3042,3302],[3260,3490],[3325,3505],[3515,3540],[3812,3597],[3992,3615],[3895,3815],[3755,3850],[3732,4010],[3785,4135],[3665,4285],[3620,4442],[3490,4610],[3392,4740],[2707,4582],[2325,4480],[1897,4410],[1380,4335]]},{"area":"12c","points":[[1730,3017],[1737,3197],[1787,3317],[1862,3470],[1920,3635],[2047,3790],[2335,3795],[2537,3662],[2595,3482],[2717,3335],[2747,3235],[2745,3040],[2677,3015],[2575,2870],[2337,2842],[2080,2842],[1952,2850],[1885,2885],[1762,2947]]},{"area":"12f","points":[[1465,3257],[1355,3162],[1280,2990],[1255,2837],[1345,2675],[1490,2485],[1665,2337],[1825,2340],[2015,2365],[2230,2447],[2555,2570],[2760,2577],[2957,2567],[2845,2762],[2830,2827],[2695,2812],[2617,2850],[2015,2810],[1937,2825],[1750,2932],[1690,3047],[1717,3207],[1765,3327]]},{"area":"12d","points":[[1677,2300],[1800,2120],[1915,1937],[1992,1817],[2055,1567],[2142,1337],[2300,1242],[2440,1307],[2582,1442],[2647,1575],[2742,1722],[2900,1860],[3032,2037],[3130,2167],[3237,2242],[3457,2292],[3580,2342],[3445,2377],[3367,2482],[3372,2565],[3157,2535],[2932,2532],[2732,2527],[2490,2515],[2305,2440],[2142,2340],[2052,2327],[2102,2157],[1985,2080],[1847,2102],[1782,2192],[1860,2310]]},{"area":"12d","points":[[3617,2357],[3860,2477],[4072,2565],[4292,2687],[4320,2800],[4327,3017],[4187,3227],[4125,3132],[4040,2947],[4035,2865],[4047,2732],[3932,2672],[3782,2642],[3817,2782],[3527,2645],[3620,2575],[3625,2410]]},{"area":"324","points":[[2805,3182],[2797,3082],[2825,3015],[2930,3052],[3005,3112],[3010,3195],[2880,3212]]},{"area":"12b","points":[[2827,2982],[2872,2862],[2957,2710],[3027,2590],[3157,2567],[3340,2612],[3617,2715],[3835,2832],[3950,2912],[4020,2935],[4057,3070],[4145,3227],[4075,3340],[4032,3462],[4022,3607],[3447,3500],[3295,3457],[3080,3295],[2900,3342],[2892,3415],[2825,3365],[2730,3355],[2760,3180],[2862,3252],[2987,3232],[3032,3150],[2962,3042]]}],"hrefThumbnail":{"type":"internal","path":"book/XDMG/thumbnail/070-map-5.01-city-of-greyhawk.webp"},"page":"book.html","source":"XDMG","hash":"xdmg"},{"type":"image","href":{"type":"internal","path":"book/XDMG/071-map-5.01-city-of-greyhawk-player.webp"},"imageType":"map","title":"Player Version","width":4934,"height":7000,"id":"1fa","credit":"Francesca Baerald","mapParent":{"id":"1f9"},"grid":{"type":"none"}},{"type":"image","href":{"type":"internal","path":"book/XDMG/076-map-5.02-greyhawk-and-environs.webp"},"imageType":"map","title":"City of Greyhawk and Environs","credit":"Mike Schley","width":2369,"height":3066,"id":"1fb","grid":{"type":"hexColsEven","size":238,"offsetX":-71,"offsetY":-30,"scale":3,"units":"miles"},"mapRegions":[{"area":"161","points":[[1488,937],[1488,1013],[1680,1013],[1680,937]]},{"area":"18e","points":[[903,577],[903,640],[1095,640],[1095,577]]},{"area":"165","points":[[646,981],[646,1053],[956,1053],[956,981]]},{"area":"16b","points":[[924,1067],[924,1171],[1074,1171],[1074,1067]]},{"area":"15f","points":[[585,1211],[585,1278],[903,1278],[903,1211]]},{"area":"163","points":[[360,1594],[360,1665],[554,1665],[554,1594]]},{"area":"15b","points":[[436,2183],[436,2255],[722,2255],[722,2183]]},{"area":"190","points":[[206,2202],[206,2305],[305,2305],[305,2202]]},{"area":"169","points":[[562,2585],[562,2691],[722,2691],[722,2585]]},{"area":"166","points":[[1373,2627],[1373,2722],[1507,2722],[1507,2627]]},{"area":"168","points":[[1739,1941],[1739,2299],[2158,2299],[2158,1941]]},{"area":"16a","points":[[1074,1244],[1074,1349],[1255,1349],[1255,1244]]},{"area":"15e","points":[[1478,1200],[1518,1112],[1912,1198],[1897,1324]]},{"area":"15c","points":[[1293,1240],[1293,1312],[1497,1312],[1497,1240]]},{"area":"160","points":[[1522,1392],[1522,1488],[1682,1488],[1682,1392]]},{"area":"18f","points":[[2048,1149],[2048,1263],[2204,1263],[2204,1149]]},{"area":"15d","points":[[1716,1737],[1716,1859],[1926,1859],[1926,1737]]},{"area":"162","points":[[1274,1446],[1274,1529],[1465,1529],[1465,1446]]},{"area":"162","points":[[871,1975],[871,2062],[1046,2062],[1046,1975]]},{"area":"302","points":[[806,1415],[806,1508],[1169,1508],[1169,1415]]}],"hrefThumbnail":{"type":"internal","path":"book/XDMG/thumbnail/076-map-5.02-greyhawk-and-environs.webp"},"page":"book.html","source":"XDMG","hash":"xdmg"},{"type":"image","href":{"type":"internal","path":"book/XDMG/077-map-5.02-greyhawk-and-environs-player.webp"},"imageType":"map","title":"Player Version","width":2369,"height":3066,"id":"1fc","credit":"Mike Schley","mapParent":{"id":"1fb"},"grid":{"type":"hexColsEven","size":238,"offsetX":-71,"offsetY":-30,"scale":3,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"book/XDMG/078-map-5.03-flanaess.webp"},"imageType":"map","title":"Flanaess","credit":"Mike Schley","width":8192,"height":5755,"id":"1fd","grid":{"type":"hexColsEven","size":56,"offsetX":-14,"offsetY":-7,"distance":30,"units":"miles"},"mapRegions":[{"area":"364","points":[[128,1572],[228,1520],[724,1772],[856,1684],[872,1828],[996,1760],[1136,1768],[1108,1612],[1012,1468],[1080,1424],[1136,1488],[1212,1428],[1168,1316],[1216,1236],[1336,1172],[1248,1080],[1360,992],[1396,1112],[1568,1144],[1644,1220],[1752,1300],[1832,1444],[1840,1516],[1888,1576],[1916,1664],[2000,1724],[2020,1808],[2080,1816],[2088,1860],[2240,1944],[2384,2020],[2428,2076],[2480,2128],[2492,2196],[2500,2268],[2448,2312],[2320,2340],[2272,2380],[2248,2524],[2164,2520],[1992,2588],[1932,2656],[1828,2640],[1800,2708],[1744,2760],[1692,2732],[1576,2824],[1560,2892],[1424,2996],[1456,3060],[1440,3140],[1356,3172],[1296,3156],[1176,3232],[1128,3352],[1148,3488],[1360,3692],[1372,3756],[1432,3776],[1536,3876],[1552,3972],[1680,4096],[1680,4164],[1752,4260],[1760,4320],[1816,4356],[1800,4428],[1896,4520],[1904,4576],[2032,4684],[2080,4816],[2076,4924],[2116,5032],[2188,5072],[2200,5140],[2384,5312],[2468,5444],[2616,5520],[2684,5624],[120,5624]]},{"area":"351","points":[[1356,968],[1456,888],[1344,796],[1336,716],[1436,664],[1448,596],[1404,564],[1552,448],[1648,292],[1752,248],[1768,128],[3716,128],[3700,276],[3544,272],[3568,324],[3400,452],[3464,424],[3584,420],[3576,484],[3460,548],[3528,600],[3672,500],[3712,436],[3852,384],[4512,576],[4592,692],[4692,612],[4800,616],[4840,680],[4760,696],[4776,756],[4868,800],[4972,812],[5064,868],[5048,920],[5112,936],[5168,888],[5200,800],[5160,708],[5152,568],[5136,468],[5204,408],[5128,352],[5104,268],[5184,244],[5328,276],[5404,324],[5644,324],[5712,392],[5828,408],[5888,364],[5920,388],[5888,444],[6012,564],[6012,372],[6048,268],[6108,244],[6248,260],[6552,264],[6656,300],[6696,260],[6880,264],[6928,320],[6944,252],[7184,208],[7208,256],[7360,228],[7472,272],[7528,212],[7664,252],[7704,372],[7792,408],[7808,472],[7764,580],[7684,628],[7672,668],[7680,720],[7620,820],[7744,988],[7712,1040],[7792,1112],[7776,1280],[7696,1420],[7628,1424],[7604,1572],[7540,1552],[7424,1548],[7320,1476],[7152,1540],[7056,1412],[7036,1268],[7064,1184],[7040,1044],[6888,1136],[6816,1044],[6888,964],[6816,956],[6712,892],[6608,948],[6552,888],[6556,808],[6496,884],[6348,932],[6264,860],[6252,900],[6300,968],[6248,1120],[6252,1236],[6256,1316],[6164,1380],[6012,1260],[5956,1240],[6000,1300],[5880,1332],[5908,1428],[5992,1480],[6076,1548],[6124,1600],[6068,1636],[6168,1696],[6256,1760],[6232,1820],[6100,1792],[6060,1832],[6084,1872],[5944,1880],[5880,1844],[5880,1812],[5808,1812],[5812,1740],[5732,1716],[5740,1668],[5700,1668],[5704,1744],[5588,1708],[5636,1632],[5552,1668],[5480,1620],[5500,1552],[5576,1552],[5608,1476],[5520,1384],[5424,1332],[5296,1380],[5312,1452],[5224,1476],[5132,1548],[5128,1436],[5104,1360],[5132,1304],[5120,1276],[5064,1316],[5016,1292],[4964,1324],[4952,1392],[4872,1380],[4792,1412],[4772,1532],[4676,1592],[4704,1672],[4920,1772],[4896,1844],[4928,1892],[4920,2100],[4872,2116],[4840,2020],[4820,2040],[4812,2172],[4744,2196],[4656,2028],[4592,2036],[4576,2100],[4592,2136],[4540,2144],[4484,2216],[4452,2184],[4392,2196],[4328,2100],[4336,2036],[4264,2024],[4152,1924],[4144,1884],[4096,1788],[4056,1824],[3968,1680],[3956,1740],[3896,1768],[3864,1712],[3888,1632],[3828,1612],[3884,1536],[3904,1460],[3872,1348],[3680,1124],[3632,1012],[3532,944],[3448,928],[3408,952],[3316,948],[3272,920],[3232,960],[3264,1000],[3232,1076],[3276,1132],[3336,1144],[3312,1196],[3292,1248],[3316,1284],[3300,1332],[3188,1276],[2980,1224],[2868,1244],[2784,1172],[2704,1252],[2620,1232],[2560,1280],[2524,1224],[2428,1188],[2392,1220],[2332,1188],[2256,1200],[2144,1156],[2112,1248],[2008,1316],[1916,1284],[1752,1300],[1568,1156],[1392,1124],[1360,972]]},{"area":"35a","points":[[3624,3940],[3656,3784],[3752,3732],[3552,3624],[3548,3576],[3452,3520],[3432,3428],[3312,3348],[3316,3252],[3144,3028],[3040,3044],[2912,2964],[2844,2900],[2832,2804],[2724,2744],[2640,2680],[2636,2612],[2548,2612],[2580,2436],[2528,2420],[2464,2436],[2328,2408],[2332,2340],[2264,2368],[2272,2504],[2192,2536],[1996,2604],[1936,2660],[1840,2644],[1752,2756],[1688,2736],[1576,2820],[1560,2896],[1416,3012],[1448,3080],[1440,3148],[1344,3172],[1296,3156],[1260,3200],[1168,3236],[1164,3292],[1132,3376],[1144,3480],[1352,3684],[1372,3748],[1440,3780],[1536,3876],[1560,3972],[1680,4100],[1752,4292],[1836,4356],[1808,4432],[1904,4532],[1908,4580],[2044,4692],[2096,4852],[2128,5048],[2208,5072],[2232,5156],[2468,5412],[2620,5508],[2692,5620],[3988,5620],[4076,5524],[4096,5452],[3848,5556],[3688,5492],[3556,5556],[3452,5492],[3472,5372],[3584,5252],[3472,5160],[3572,4952],[3476,4836],[3404,4692],[3296,4644],[3328,4756],[3296,4836],[3264,5012],[3176,5140],[3124,5096],[2856,5184],[2708,5132],[2544,5172],[2576,5000],[2552,4884],[2608,4788],[2764,4812],[2864,4708],[2992,4608],[3104,4568],[3400,4484],[3392,4380],[3232,4368],[3140,4288],[3048,4244],[3112,4152],[3104,4100],[3356,3944],[3412,4040],[3456,4016],[3448,3944],[3492,3888],[3588,3968]]},{"area":"340","points":[[1764,1296],[1856,1472],[1848,1532],[1944,1700],[2008,1720],[2024,1800],[2112,1872],[2400,2016],[2496,2116],[2508,2256],[2464,2308],[2336,2344],[2316,2412],[2364,2396],[2432,2448],[2516,2412],[2592,2460],[2568,2624],[2640,2612],[2664,2708],[2720,2724],[2740,2772],[2848,2804],[2876,2932],[3072,3048],[3152,3044],[3328,3268],[3320,3360],[3464,3524],[3552,3580],[3564,3636],[3736,3724],[3664,3796],[3632,3924],[3760,3836],[3872,3900],[4016,3868],[4168,3956],[4308,3888],[4284,3648],[4108,3588],[3720,3444],[3636,3240],[3748,3260],[3712,3144],[3728,2980],[3792,2932],[3912,3012],[3932,3120],[3892,3256],[4024,3240],[4056,3104],[4048,3028],[4068,2916],[4136,2836],[4080,2596],[4108,2548],[4100,2488],[4224,2464],[4396,2548],[4400,2604],[4464,2620],[4480,2532],[4456,2380],[4392,2332],[4384,2200],[4336,2080],[4344,2036],[4256,2024],[4104,1796],[4064,1840],[3968,1680],[3924,1788],[3876,1756],[3880,1648],[3824,1620],[3912,1452],[3872,1348],[3696,1168],[3632,996],[3516,944],[3440,936],[3412,968],[3312,964],[3280,916],[3236,960],[3280,996],[3248,1064],[3328,1148],[3288,1236],[3320,1284],[3300,1340],[2988,1224],[2864,1248],[2784,1168],[2692,1248],[2612,1236],[2580,1280],[2436,1188],[2376,1220],[2156,1172],[2100,1268],[1984,1316]]},{"area":"349","points":[[4044,3172],[4064,3084],[4048,3004],[4128,2860],[4100,2596],[4112,2496],[4256,2484],[4384,2552],[4396,2612],[4464,2608],[4480,2512],[4464,2372],[4384,2316],[4392,2212],[4464,2192],[4560,2148],[4596,2036],[4652,2052],[4756,2196],[4820,2144],[4840,2028],[4876,2120],[4920,2112],[4928,1876],[4900,1848],[4924,1764],[4776,1720],[4676,1640],[4676,1576],[4780,1532],[4796,1420],[4888,1384],[4928,1412],[5008,1296],[5076,1324],[5120,1284],[5140,1328],[5104,1384],[5124,1424],[5124,1520],[5172,1524],[5212,1464],[5304,1464],[5288,1380],[5424,1340],[5592,1480],[5468,1616],[5536,1672],[5620,1644],[5592,1716],[5664,1764],[5720,1720],[5708,1684],[5748,1676],[5740,1732],[5816,1748],[5828,1828],[5948,1892],[6076,1884],[6088,1796],[6220,1812],[6264,1764],[6416,1700],[6456,1764],[6532,1808],[6516,1908],[6544,1928],[6456,2060],[6504,2124],[6604,2136],[6676,2088],[6760,2156],[6928,2012],[7008,2100],[6960,2180],[7084,2272],[7080,2352],[7120,2436],[7320,2788],[7484,2804],[7552,3004],[7728,2964],[7720,3108],[7432,3324],[7436,3728],[7332,3696],[7300,3476],[7016,3644],[6968,3780],[7072,3924],[7028,4116],[6800,4132],[6600,4040],[6420,4068],[6408,4236],[6372,4384],[6392,4500],[6052,4756],[6012,4936],[6008,5136],[5852,5228],[5844,5332],[5580,5456],[5140,5424],[5000,5240],[4828,5172],[4584,5124],[4540,5004],[4684,4948],[4944,4964],[5184,5040],[5288,5044],[5168,4948],[5280,4912],[5408,5008],[5364,4876],[5464,4864],[5540,4984],[5600,4992],[5568,4892],[5676,4932],[5768,4928],[5856,4864],[5840,4688],[5736,4592],[5496,4556],[5424,4452],[5424,4264],[5376,4212],[5304,4260],[5076,4148],[5064,4080],[4972,4064],[4920,4092],[4788,4004],[4584,3972],[4500,3864],[4624,3744],[4728,3764],[4824,3684],[4848,3788],[4904,3824],[4868,3892],[4992,3960],[4992,3880],[5024,3828],[4928,3688],[5012,3700],[5056,3620],[5288,3596],[5344,3628],[5476,3612],[5476,3532],[5608,3536],[5664,3436],[5544,3348],[5504,3252],[5572,3216],[5480,3124],[5352,3132],[5284,3092],[5352,3188],[5296,3224],[5244,3184],[5244,3256],[4968,3240],[4968,3336],[4928,3380],[4872,3532],[4836,3436],[4804,3432],[4780,3516],[4656,3604],[4612,3540],[4588,3436],[4496,3408],[4324,3440],[4148,3388],[4112,3292],[4028,3332],[4048,3244]]}],"hrefThumbnail":{"type":"internal","path":"book/XDMG/thumbnail/078-map-5.03-flanaess.webp"},"page":"book.html","source":"XDMG","hash":"xdmg"},{"type":"image","href":{"type":"internal","path":"book/XDMG/079-map-5.03-flanaess-player.webp"},"imageType":"map","title":"Player Version","width":8192,"height":5755,"id":"1fe","grid":{"type":"hexColsEven","size":56,"offsetX":-14,"offsetY":-7,"distance":30,"units":"miles"}}]},{"name":"App. B: Maps","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"book/XDMG/213-map-12.01-barrow-crypt.webp"},"imageType":"map","title":"Barrow Crypt","width":5100,"height":6600,"id":"1ff","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/214-map-12.01-barrow-crypt-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"201","mapParent":{"id":"1ff"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/215-map-12.02-caravan-encampment.webp"},"imageType":"map","title":"Caravan Encampment","credit":"Dyson Logos","width":5100,"height":6600,"id":"202","grid":{"type":"square","size":150}},{"type":"image","href":{"type":"internal","path":"book/XDMG/216-map-12.03-crossroads-village.webp"},"imageType":"map","title":"Crossroads Village","credit":"Dyson Logos","width":5100,"height":6600,"id":"203","grid":{"type":"square","size":120,"offsetX":5,"offsetY":5,"distance":25}},{"type":"image","href":{"type":"internal","path":"book/XDMG/217-map-12.04-dragons-lair.webp"},"imageType":"map","title":"Dragon's Lair","width":5100,"height":6600,"id":"204","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/218-map-12.04-dragons-lair-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"205","mapParent":{"id":"204"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/219-map-12.05-dungeon-hideout.webp"},"imageType":"map","title":"Dungeon Hideout","width":5100,"height":6600,"id":"206","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/220-map-12.05-dungeon-hideout-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"207","mapParent":{"id":"206"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/221-map-12.06-farmstead.webp"},"imageType":"map","title":"Farmstead","credit":"Dyson Logos","width":5100,"height":6600,"id":"44b","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/222-map-12.07-keep.webp"},"imageType":"map","title":"Keep","width":5100,"height":6600,"id":"44c","grid":{"type":"square","size":356,"offsetY":-113,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/223-map-12.07-keep-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"44d","mapParent":{"id":"44c"},"grid":{"type":"square","size":356,"offsetY":-113,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/224-map-12.08-manor.webp"},"imageType":"map","title":"Manor","width":5100,"height":6600,"id":"44e","grid":{"type":"square","size":356,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/225-map-12.08-manor-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"44f","mapParent":{"id":"44e"},"grid":{"type":"square","size":356,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/226-map-12.09-mine.webp"},"imageType":"map","title":"Mine","width":5100,"height":6600,"id":"450","grid":{"type":"square","size":356,"offsetY":-140,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/227-map-12.09-mine-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"451","mapParent":{"id":"450"},"grid":{"type":"square","size":356,"offsetY":-140,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/228-map-12.10-roadside-inn.webp"},"imageType":"map","title":"Roadside Inn","width":5100,"height":6600,"id":"452","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/229-map-12.10-roadside-inn-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"453","mapParent":{"id":"452"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/230-map-12.11-ship.webp"},"imageType":"map","title":"Ship","width":5100,"height":6600,"id":"454","grid":{"type":"square","size":244,"offsetX":-10,"offsetY":10}},{"type":"image","href":{"type":"internal","path":"book/XDMG/231-map-12.11-ship-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"455","mapParent":{"id":"454"},"grid":{"type":"square","size":244,"offsetX":-10,"offsetY":10}},{"type":"image","href":{"type":"internal","path":"book/XDMG/232-map-12.12-spooky-house.webp"},"imageType":"map","title":"Spooky House","width":5100,"height":6600,"id":"456","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/233-map-12.12-spooky-house-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"457","mapParent":{"id":"456"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/234-map-12.13-underdark-warren.webp"},"imageType":"map","title":"Underdark Warren","width":5100,"height":6600,"id":"458","grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/235-map-12.13-underdark-warren-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"459","mapParent":{"id":"458"},"grid":{"type":"square","size":120}},{"type":"image","href":{"type":"internal","path":"book/XDMG/236-map-12.14-volcanic-caves.webp"},"imageType":"map","title":"Volcanic Caves","width":5100,"height":6600,"id":"45a","grid":{"type":"square","size":364,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/237-map-12.14-volcanic-caves-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"45b","mapParent":{"id":"45a"},"grid":{"type":"square","size":364,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/XDMG/238-map-12.15-wizards-tower.webp"},"imageType":"map","title":"Wizard's Tower","width":5100,"height":6600,"id":"45c","grid":{"type":"square","size":120,"offsetX":53}},{"type":"image","href":{"type":"internal","path":"book/XDMG/239-map-12.15-wizards-tower-player.webp"},"imageType":"map","title":"Player Version","width":5100,"height":6600,"id":"45d","mapParent":{"id":"45c"},"grid":{"type":"square","size":120,"offsetX":53}}]}]}} \ No newline at end of file diff --git a/data/generated/gendata-nav-adventure-book-index.json b/data/generated/gendata-nav-adventure-book-index.json index 24d2e13..fac5ba7 100644 --- a/data/generated/gendata-nav-adventure-book-index.json +++ b/data/generated/gendata-nav-adventure-book-index.json @@ -1 +1 @@ -{"adventure":[{"name":"Lost Mine of Phandelver","id":"LMoP","source":"LMoP","group":"supplement","level":{"start":1,"end":5},"storyline":"Starter Set","published":"2014-07-15"},{"name":"Hoard of the Dragon Queen","id":"HotDQ","source":"HotDQ","group":"supplement","level":{"start":1,"end":7},"storyline":"Tyranny of Dragons","published":"2014-08-19"},{"name":"Rise of Tiamat","id":"RoT","source":"RoT","group":"supplement","level":{"start":8,"end":15},"storyline":"Tyranny of Dragons","published":"2014-11-04"},{"name":"Princes of the Apocalypse","id":"PotA","source":"PotA","group":"supplement","level":{"start":1,"end":15},"storyline":"Elemental Evil","published":"2015-04-07"},{"name":"Out of the Abyss","id":"OotA","source":"OotA","group":"supplement","level":{"start":1,"end":15},"storyline":"Rage of Demons","published":"2015-09-15"},{"name":"Curse of Strahd","id":"CoS","source":"CoS","group":"supplement","level":{"start":1,"end":10},"storyline":"Ravenloft","published":"2016-03-15"},{"name":"Storm King's Thunder","id":"SKT","source":"SKT","group":"supplement","level":{"start":1,"end":11},"storyline":"Storm King's Thunder","published":"2016-09-06"},{"name":"Tales from the Yawning Portal: The Sunless Citadel","id":"TftYP-TSC","source":"TftYP-TSC","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":1,"end":3},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":0},{"name":"Tales from the Yawning Portal: The Forge of Fury","id":"TftYP-TFoF","source":"TftYP-TFoF","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":3,"end":5},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":1},{"name":"Tales from the Yawning Portal: The Hidden Shrine of Tamoachan","id":"TftYP-THSoT","source":"TftYP-THSoT","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":5,"end":8},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":2},{"name":"Tales from the Yawning Portal: White Plume Mountain","id":"TftYP-WPM","source":"TftYP-WPM","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":8,"end":9},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":3},{"name":"Tales from the Yawning Portal: Dead in Thay","id":"TftYP-DiT","source":"TftYP-DiT","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":9,"end":11},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":4},{"name":"Tales from the Yawning Portal: Against the Giants","id":"TftYP-AtG","source":"TftYP-AtG","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":11,"end":14},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":5},{"name":"Tales from the Yawning Portal: Tomb of Horrors","id":"TftYP-ToH","source":"TftYP-ToH","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":10,"end":14},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":6},{"name":"Tomb of Annihilation","id":"ToA","source":"ToA","group":"supplement","level":{"start":1,"end":11},"storyline":"Tomb of Annihilation","published":"2017-09-19"},{"name":"The Tortle Package","id":"TTP","source":"TTP","group":"supplement-alt","level":{"start":1,"end":4},"storyline":"Tomb of Annihilation","published":"2017-11-03"},{"name":"The Lost Kenku","id":"TLK","source":"TLK","group":"supplement-alt","level":{"start":4,"end":4},"storyline":"Extra Life","published":"2017-11-28"},{"name":"X Marks the Spot","id":"XMtS","source":"XMtS","group":"supplement-alt","level":{"start":4,"end":4},"storyline":"Ixalan","published":"2017-12-11"},{"name":"Waterdeep: Dragon Heist","id":"WDH","source":"WDH","group":"supplement","level":{"start":1,"end":5},"storyline":"Waterdeep","published":"2018-09-18"},{"name":"Lost Laboratory of Kwalish","id":"LLK","source":"LLK","group":"supplement-alt","level":{"start":5,"end":10},"storyline":"Extra Life","published":"2018-11-10"},{"name":"Waterdeep: Dungeon of the Mad Mage","id":"WDMM","source":"WDMM","group":"supplement","level":{"start":5,"end":20},"storyline":"Waterdeep","published":"2018-11-13"},{"name":"Krenko's Way","id":"KKW","source":"KKW","group":"supplement-alt","level":{"start":1,"end":2},"storyline":"Ravnica","published":"2018-11-20"},{"name":"A Zib for Your Thoughts","id":"AZfyT","source":"AZfyT","group":"supplement-alt","level":{"start":2,"end":2},"storyline":"Ravnica","published":"2019-03-05"},{"name":"Ghosts of Saltmarsh","id":"GoS","source":"GoS","group":"supplement","level":{"start":1,"end":12},"storyline":"Ghosts of Saltmarsh","published":"2019-05-21"},{"name":"Hunt for the Thessalhydra","id":"HftT","source":"HftT","group":"supplement-alt","level":{"start":3,"end":4},"storyline":"Stranger Things","published":"2019-05-21"},{"name":"Humblewood: Adventure in the Wood","id":"HWAitW","source":"HWAitW","group":"supplement-alt","level":{"start":1,"end":5},"storyline":"Humblewood","published":"2019-06-17"},{"name":"The Orrery of the Wanderer","id":"OoW","source":"OoW","group":"supplement","level":{"start":1,"end":6},"storyline":"Acquisitions Incorporated","published":"2019-06-18"},{"name":"Essentials Kit: Dragon of Icespire Peak","id":"DIP","source":"DIP","parentSource":"ESK","parentName":"Essentials Kit","group":"supplement","level":{"start":1,"end":6},"storyline":"Essentials Kit","published":"2019-06-24","publishedOrder":0},{"name":"Essentials Kit: Storm Lord's Wrath","id":"SLW","source":"SLW","parentSource":"ESK","parentName":"Essentials Kit","group":"supplement","level":{"start":7,"end":9},"storyline":"Essentials Kit","published":"2019-09-03","publishedOrder":1},{"name":"Essentials Kit: Sleeping Dragon's Wake","id":"SDW","source":"SDW","parentSource":"ESK","parentName":"Essentials Kit","group":"supplement","level":{"start":9,"end":11},"storyline":"Essentials Kit","published":"2019-09-03","publishedOrder":2},{"name":"Essentials Kit: Divine Contention","id":"DC","source":"DC","parentSource":"ESK","parentName":"Essentials Kit","group":"supplement","level":{"start":11,"end":12},"storyline":"Essentials Kit","published":"2019-09-03","publishedOrder":3},{"name":"Baldur's Gate: Descent Into Avernus","id":"BGDIA","source":"BGDIA","group":"supplement","level":{"start":1,"end":13},"storyline":"Baldur's Gate","published":"2019-09-18"},{"name":"Locathah Rising","id":"LR","source":"LR","group":"supplement-alt","level":{"start":9,"end":9},"storyline":"Extra Life","published":"2019-09-19"},{"name":"Infernal Machine Rebuild","id":"IMR","source":"IMR","group":"supplement-alt","level":{"start":5,"end":10},"storyline":"Extra Life","published":"2019-11-12"},{"name":"Eberron: Forgotten Relics","id":"EFR","source":"EFR","group":"supplement","level":{"start":1,"end":2},"storyline":"Eberron","published":"2019-11-19"},{"name":"The Lost Dungeon of Rickedness: Big Rick Energy","id":"RMBRE","source":"RMBRE","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"Rick and Morty","published":"2019-11-19"},{"name":"Wildemount: Tide of Retribution","id":"ToR","source":"ToR","parentSource":"EGW","parentName":"Explorer’s Guide to Wildemount","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"Wildemount","published":"2020-03-17","publishedOrder":0},{"name":"Wildemount: Dangerous Designs","id":"DD","source":"DD","parentSource":"EGW","parentName":"Explorer’s Guide to Wildemount","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"Wildemount","published":"2020-03-17","publishedOrder":1},{"name":"Wildemount: Frozen Sick","id":"FS","source":"FS","parentSource":"EGW","parentName":"Explorer’s Guide to Wildemount","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"Wildemount","published":"2020-03-17","publishedOrder":2},{"name":"Wildemount: Unwelcome Spirits","id":"US","source":"US","parentSource":"EGW","parentName":"Explorer’s Guide to Wildemount","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"Wildemount","published":"2020-03-17","publishedOrder":3},{"name":"Theros: No Silent Secret","id":"MOT-NSS","source":"MOT","group":"supplement","level":{"start":1,"end":2},"storyline":"Mythic Odysseys of Theros","published":"2020-06-02"},{"name":"Icewind Dale: Rime of the Frostmaiden","id":"IDRotF","source":"IDRotF","group":"supplement","level":{"start":1,"end":12},"storyline":"Icewind Dale","published":"2020-09-15"},{"name":"Candlekeep Mysteries","id":"CM","source":"CM","group":"supplement","level":{"start":1,"end":16},"storyline":"Candlekeep Mysteries","published":"2021-03-16"},{"name":"Ravenloft: The House of Lament","id":"HoL","source":"HoL","group":"supplement","level":{"start":1,"end":3},"storyline":"Ravenloft","published":"2021-05-18"},{"name":"Return to the Glory","id":"RtG","source":"RtG","group":"supplement-alt","level":{"start":6,"end":8},"storyline":"Extra Life","published":"2021-05-21"},{"name":"Adventures in the Forgotten Realms: In Scarlet Flames","id":"AitFR-ISF","source":"AitFR-ISF","parentSource":"AitFR","parentName":"Adventures in the Forgotten Realms","group":"supplement-alt","level":{"start":8,"end":8},"storyline":"Adventures in the Forgotten Realms","published":"2021-06-30"},{"name":"Adventures in the Forgotten Realms: The Hidden Page","id":"AitFR-THP","source":"AitFR-THP","parentSource":"AitFR","parentName":"Adventures in the Forgotten Realms","group":"supplement-alt","level":{"start":8,"end":9},"storyline":"Adventures in the Forgotten Realms","published":"2021-07-07"},{"name":"Adventures in the Forgotten Realms: A Verdant Tomb","id":"AitFR-AVT","source":"AitFR-AVT","parentSource":"AitFR","parentName":"Adventures in the Forgotten Realms","group":"supplement-alt","level":{"start":9,"end":9},"storyline":"Adventures in the Forgotten Realms","published":"2021-07-14"},{"name":"Adventures in the Forgotten Realms: Deepest Night","id":"AitFR-DN","source":"AitFR-DN","parentSource":"AitFR","parentName":"Adventures in the Forgotten Realms","group":"supplement-alt","level":{"start":9,"end":10},"storyline":"Adventures in the Forgotten Realms","published":"2021-07-21"},{"name":"Adventures in the Forgotten Realms: From Cyan Depths","id":"AitFR-FCD","source":"AitFR-FCD","parentSource":"AitFR","parentName":"Adventures in the Forgotten Realms","group":"supplement-alt","level":{"start":10,"end":10},"storyline":"Adventures in the Forgotten Realms","published":"2021-07-28"},{"name":"NERDS Restoring Harmony: The Candy Mountain Caper","id":"NRH-TCMC","source":"NRH-TCMC","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":0},{"name":"NERDS Restoring Harmony: A Voice in the Wilderness","id":"NRH-AVitW","source":"NRH-AVitW","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":1},{"name":"NERDS Restoring Harmony: A Sticky Situation","id":"NRH-ASS","source":"NRH-ASS","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":2},{"name":"NERDS Restoring Harmony: Circus of Illusion","id":"NRH-CoI","source":"NRH-CoI","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":3},{"name":"NERDS Restoring Harmony: The Lost Tomb","id":"NRH-TLT","source":"NRH-TLT","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":4},{"name":"NERDS Restoring Harmony: A Web of Lies","id":"NRH-AWoL","source":"NRH-AWoL","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":5},{"name":"NERDS Restoring Harmony: Adventure Together","id":"NRH-AT","source":"NRH-AT","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":6},{"name":"The Wild Beyond the Witchlight","id":"WBtW","source":"WBtW","group":"supplement","level":{"start":1,"end":8},"storyline":"The Wild Beyond the Witchlight","published":"2021-09-21"},{"name":"Strixhaven: Campus Kerfuffle","id":"SCC-CK","source":"SCC-CK","parentSource":"SCC","parentName":"Strixhaven: A Curriculum of Chaos","group":"supplement","level":{"start":1,"end":4},"storyline":"Strixhaven","published":"2021-12-07","publishedOrder":0},{"name":"Strixhaven: Hunt for Mage Tower","id":"SCC-HfMT","source":"SCC-HfMT","parentSource":"SCC","parentName":"Strixhaven: A Curriculum of Chaos","group":"supplement","level":{"start":4,"end":6},"storyline":"Strixhaven","published":"2021-12-07","publishedOrder":1},{"name":"Strixhaven: The Magister's Masquerade","id":"SCC-TMM","source":"SCC-TMM","parentSource":"SCC","parentName":"Strixhaven: A Curriculum of Chaos","group":"supplement","level":{"start":6,"end":8},"storyline":"Strixhaven","published":"2021-12-07","publishedOrder":2},{"name":"Strixhaven: A Reckoning in Ruins","id":"SCC-ARiR","source":"SCC-ARiR","parentSource":"SCC","parentName":"Strixhaven: A Curriculum of Chaos","group":"supplement","level":{"start":8,"end":10},"storyline":"Strixhaven","published":"2021-12-07","publishedOrder":3},{"name":"Critical Role: Call of the Netherdeep","id":"CRCotN","source":"CRCotN","group":"supplement-alt","level":{"start":3,"end":13},"storyline":"Critical Role","published":"2022-03-15"},{"name":"Journeys through the Radiant Citadel","id":"JttRC","source":"JttRC","group":"supplement","level":{"start":1,"end":14},"storyline":"Journeys through the Radiant Citadel","published":"2022-07-19"},{"name":"Dragons of Stormwreck Isle","id":"DoSI","source":"DoSI","group":"supplement","level":{"start":1,"end":3},"storyline":"Starter Set","published":"2022-07-31"},{"name":"Spelljammer Academy","id":"SjA","source":"SjA","group":"supplement-alt","level":{"start":1,"end":4},"storyline":"Spelljammer","published":"2022-08-01"},{"name":"Light of Xaryxis","id":"LoX","source":"LoX","group":"supplement","level":{"start":5,"end":8},"storyline":"Spelljammer","published":"2022-08-16"},{"name":"Dragonlance: Shadow of the Dragon Queen","id":"DSotDQ","source":"DSotDQ","group":"supplement","level":{"start":1,"end":11},"storyline":"Dragonlance","published":"2022-11-22"},{"name":"Keys from the Golden Vault","id":"KftGV","source":"KftGV","group":"supplement","level":{"start":1,"end":11},"storyline":"Keys from the Golden Vault","published":"2023-02-21"},{"name":"Giants of the Star Forge","id":"GotSF","source":"GotSF","group":"supplement-alt","level":{"start":16,"end":16},"storyline":"Giants of the Star Forge","published":"2023-08-01"},{"name":"Phandelver and Below: The Shattered Obelisk","id":"PaBTSO","source":"PaBTSO","group":"supplement","level":{"start":1,"end":12},"storyline":"Starter Set","published":"2023-09-19"},{"name":"Lightning Keep","id":"LK","source":"LK","group":"supplement-alt","level":{"start":3,"end":3},"storyline":"Minecraft","published":"2023-09-26"},{"name":"Turn of Fortune's Wheel","id":"ToFW","source":"ToFW","group":"supplement","level":{"start":3,"end":18},"storyline":"Planescape","published":"2023-10-17"},{"name":"Chains of Asmodeus","id":"CoA","source":"CoA","group":"supplement-alt","level":{"start":11,"end":20},"storyline":"Extra Life","published":"2023-10-30"},{"name":"Peril in Pinebrook","id":"PiP","source":"PiP","group":"supplement-alt","level":{"start":1,"end":1},"storyline":"Family Friendly","published":"2023-11-20"},{"name":"Heroes' Feast: Saving the Childrens Menu","id":"HFStCM","source":"HFStCM","group":"supplement-alt","level":{"start":10,"end":10},"storyline":"Heroes' Feast","published":"2023-11-21"},{"name":"Grim Hollow: Lairs of Etharis","id":"GHLoE","source":"GHLoE","group":"supplement-alt","level":{"start":1,"end":20},"storyline":"Grim Hollow","published":"2023-11-30"},{"name":"Dungeons of Drakkenheim","id":"DoDk","source":"DoDk","group":"supplement-alt","level":{"start":1,"end":13},"storyline":"Drakkenheim","published":"2023-12-21"},{"name":"Descent into the Lost Caverns of Tsojcanth","id":"DitLCoT","source":"DitLCoT","group":"supplement","level":{"start":9,"end":9},"storyline":"Quests from the Infinite Staircase","published":"2024-03-26"},{"name":"Red Dragon's Tale: A LEGO Adventure","id":"LRDT","source":"LRDT","group":"supplement-alt","level":{"start":5,"end":5},"storyline":"LEGO","published":"2024-04-01"},{"name":"Vecna: Nest of the Eldritch Eye","id":"VNotEE","source":"VNotEE","group":"supplement","level":{"start":3,"end":3},"storyline":"Vecna","published":"2024-04-16"},{"name":"Vecna: Eve of Ruin","id":"VEoR","source":"VEoR","group":"supplement","level":{"start":10,"end":20},"storyline":"Vecna","published":"2024-05-21"},{"name":"Quests from the Infinite Staircase","id":"QftIS","source":"QftIS","group":"supplement","level":{"start":1,"end":13},"storyline":"Quests from the Infinite Staircase","published":"2024-07-16"},{"name":"Uni and the Hunt for the Lost Horn","id":"UtHftLH","source":"UtHftLH","group":"supplement-alt","level":{"start":4,"end":4},"storyline":"Animated Series","published":"2024-09-24"},{"name":"Scions of Elemental Evil","id":"ScoEE","source":"ScoEE","group":"supplement-alt","level":{"start":4,"end":4},"storyline":"Animated Series","published":"2024-10-24"}],"book":[{"name":"Player's Handbook (2014)","id":"PHB","source":"PHB","group":"core","published":"2014-08-19"},{"name":"Monster Manual (2014)","id":"MM","source":"MM","group":"core","published":"2014-09-30"},{"name":"Dungeon Master's Guide (2014)","id":"DMG","source":"DMG","group":"core","published":"2014-12-09"},{"name":"Dungeon Master's Screen","id":"Screen","source":"Screen","group":"screen","published":"2015-01-20"},{"name":"Sword Coast Adventurer's Guide","id":"SCAG","source":"SCAG","group":"setting","published":"2015-11-03"},{"name":"Plane Shift: Zendikar","id":"PS-Z","source":"PSZ","group":"supplement-alt","published":"2016-04-27"},{"name":"Plane Shift: Innistrad","id":"PS-I","source":"PSI","group":"supplement-alt","published":"2016-07-12"},{"name":"Adventurers League","id":"AL","source":"AL","group":"other","published":"2016-08-26"},{"name":"Volo's Guide to Monsters","id":"VGM","source":"VGM","group":"supplement","published":"2016-11-15"},{"name":"Plane Shift: Kaladesh","id":"PS-K","source":"PSK","group":"supplement-alt","published":"2017-02-16"},{"name":"Plane Shift: Amonkhet","id":"PS-A","source":"PSA","group":"supplement-alt","published":"2017-07-06"},{"name":"One Grung Above","id":"OGA","source":"OGA","group":"supplement-alt","published":"2017-10-11"},{"name":"Xanathar's Guide to Everything","id":"XGE","source":"XGE","group":"supplement","published":"2017-11-21"},{"name":"Plane Shift: Ixalan","id":"PS-X","source":"PSX","group":"supplement-alt","published":"2018-01-09"},{"name":"Mordenkainen's Tome of Foes","id":"MTF","source":"MTF","group":"supplement","published":"2018-05-29"},{"name":"Plane Shift: Dominaria","id":"PS-D","source":"PSD","group":"supplement-alt","published":"2018-07-31"},{"name":"Guildmasters' Guide to Ravnica","id":"GGR","source":"GGR","group":"setting","published":"2018-11-20"},{"name":"Sage Advice Compendium","id":"SAC","source":"SAC","group":"other","published":"2019-01-31"},{"name":"Humblewood Campaign Setting","id":"HWCS","source":"HWCS","group":"supplement-alt","published":"2019-06-17"},{"name":"Acquisitions Incorporated","id":"AI","source":"AI","group":"supplement","published":"2019-06-18"},{"name":"Dungeons & Dragons vs. Rick and Morty: Basic Rules","id":"RMR","source":"RMR","group":"supplement-alt","published":"2019-11-19"},{"name":"Eberron: Rising from the Last War","id":"ERLW","source":"ERLW","group":"setting","published":"2019-11-19"},{"name":"Explorer's Guide to Wildemount","id":"EGW","source":"EGW","group":"setting","published":"2020-03-17"},{"name":"Mythic Odysseys of Theros","id":"MOT","source":"MOT","group":"setting","published":"2020-06-02"},{"name":"Dungeon Master's Screen: Dungeon Kit","id":"ScreenDungeonKit","source":"ScreenDungeonKit","group":"screen","published":"2020-09-21"},{"name":"Heroes' Feast","id":"HF","source":"HF","group":"recipe","published":"2020-10-27"},{"name":"Dungeon Master's Screen: Wilderness Kit","id":"ScreenWildernessKit","source":"ScreenWildernessKit","group":"screen","published":"2020-11-17"},{"name":"Tasha's Cauldron of Everything","id":"TCE","source":"TCE","group":"supplement","published":"2020-11-17"},{"name":"Van Richten's Guide to Ravenloft","id":"VRGR","source":"VRGR","group":"setting","published":"2021-05-18"},{"name":"Domains of Delight","id":"DoD","source":"DoD","group":"supplement-alt","published":"2021-09-21"},{"name":"Minsc and Boo's Journal of Villainy","id":"MaBJoV","source":"MaBJoV","group":"supplement-alt","published":"2021-10-05"},{"name":"Fizban's Treasury of Dragons","id":"FTD","source":"FTD","group":"supplement","published":"2021-10-26"},{"name":"Strixhaven: A Curriculum of Chaos","id":"SCC","source":"SCC","group":"setting","published":"2021-12-07"},{"name":"Tal'Dorei Campaign Setting Reborn","id":"TDCSR","source":"TDCSR","group":"setting","published":"2022-01-18"},{"name":"Mordenkainen Presents: Monsters of the Multiverse","id":"MPMM","source":"MPMM","group":"supplement","published":"2022-01-25"},{"name":"Tarot Deck","id":"TD","source":"TD","group":"supplement-alt","published":"2022-05-24"},{"name":"Astral Adventurer's Guide","id":"AAG","source":"AAG","group":"supplement","published":"2022-08-16"},{"name":"Boo's Astral Menagerie","id":"BAM","source":"BAM","group":"supplement","published":"2022-08-16"},{"name":"Dungeon Master's Screen: Spelljammer","id":"ScreenSpelljammer","source":"ScreenSpelljammer","group":"screen","published":"2022-08-16"},{"name":"Thieves' Gallery","id":"HAT-TG","source":"HAT-TG","group":"supplement-alt","published":"2023-03-06"},{"name":"Tome of Beasts 1 (2023 Edition)","id":"ToB1-2023","source":"ToB1-2023","group":"supplement-alt","published":"2023-05-31"},{"name":"Bigby Presents: Glory of the Giants","id":"BGG","source":"BGG","group":"supplement","published":"2023-08-15"},{"name":"Monstrous Compendium Volume 4: Eldraine Creatures","id":"MCV4EC","source":"MCV4EC","group":"supplement-alt","published":"2023-09-21"},{"name":"Morte's Planar Parade","id":"MPP","source":"MPP","group":"supplement","published":"2023-10-07"},{"name":"Sigil and the Outlands","id":"SatO","source":"SatO","group":"supplement","published":"2023-10-07"},{"name":"Adventure Atlas: The Mortuary","id":"AATM","source":"AATM","group":"supplement-alt","published":"2023-10-17"},{"name":"Heroes' Feast Flavors of the Multiverse","id":"HFFotM","source":"HFFotM","group":"recipe","published":"2023-11-07"},{"name":"The Book of Many Things","id":"BMT","source":"BMT","group":"supplement","published":"2023-11-14"},{"name":"The Deck of Many Things: Card Reference Guide","id":"DMTCRG","source":"DMTCRG","group":"supplement","published":"2023-11-14"},{"name":"Puncheons and Flagons","id":"PaF","source":"PaF","group":"recipe","published":"2024-08-27"},{"name":"Player's Handbook (2024)","id":"XPHB","source":"XPHB","group":"core","published":"2024-09-17"},{"name":"Dungeon Master's Guide (2024)","id":"XDMG","source":"XDMG","group":"core","published":"2024-11-12"},{"name":"Dungeon Master's Screen (2024)","id":"XScreen","source":"XScreen","group":"screen","published":"2024-11-12"},{"name":"Monster Manual (2025)","id":"XMM","source":"XMM","group":"core","published":"2025-02-18"}]} \ No newline at end of file +{"adventure":[{"name":"Lost Mine of Phandelver","id":"LMoP","source":"LMoP","group":"supplement","level":{"start":1,"end":5},"storyline":"Starter Set","published":"2014-07-15"},{"name":"Hoard of the Dragon Queen","id":"HotDQ","source":"HotDQ","group":"supplement","level":{"start":1,"end":7},"storyline":"Tyranny of Dragons","published":"2014-08-19"},{"name":"Rise of Tiamat","id":"RoT","source":"RoT","group":"supplement","level":{"start":8,"end":15},"storyline":"Tyranny of Dragons","published":"2014-11-04"},{"name":"Princes of the Apocalypse","id":"PotA","source":"PotA","group":"supplement","level":{"start":1,"end":15},"storyline":"Elemental Evil","published":"2015-04-07"},{"name":"Out of the Abyss","id":"OotA","source":"OotA","group":"supplement","level":{"start":1,"end":15},"storyline":"Rage of Demons","published":"2015-09-15"},{"name":"Curse of Strahd","id":"CoS","source":"CoS","group":"supplement","level":{"start":1,"end":10},"storyline":"Ravenloft","published":"2016-03-15"},{"name":"Storm King's Thunder","id":"SKT","source":"SKT","group":"supplement","level":{"start":1,"end":11},"storyline":"Storm King's Thunder","published":"2016-09-06"},{"name":"Tales from the Yawning Portal: The Sunless Citadel","id":"TftYP-TSC","source":"TftYP-TSC","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":1,"end":3},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":0},{"name":"Tales from the Yawning Portal: The Forge of Fury","id":"TftYP-TFoF","source":"TftYP-TFoF","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":3,"end":5},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":1},{"name":"Tales from the Yawning Portal: The Hidden Shrine of Tamoachan","id":"TftYP-THSoT","source":"TftYP-THSoT","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":5,"end":8},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":2},{"name":"Tales from the Yawning Portal: White Plume Mountain","id":"TftYP-WPM","source":"TftYP-WPM","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":8,"end":9},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":3},{"name":"Tales from the Yawning Portal: Dead in Thay","id":"TftYP-DiT","source":"TftYP-DiT","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":9,"end":11},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":4},{"name":"Tales from the Yawning Portal: Against the Giants","id":"TftYP-AtG","source":"TftYP-AtG","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":11,"end":14},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":5},{"name":"Tales from the Yawning Portal: Tomb of Horrors","id":"TftYP-ToH","source":"TftYP-ToH","parentSource":"TftYP","parentName":"Tales from the Yawning Portal","group":"supplement","level":{"start":10,"end":14},"storyline":"Tales from the Yawning Portal","published":"2017-03-24","publishedOrder":6},{"name":"Tomb of Annihilation","id":"ToA","source":"ToA","group":"supplement","level":{"start":1,"end":11},"storyline":"Tomb of Annihilation","published":"2017-09-19"},{"name":"The Tortle Package","id":"TTP","source":"TTP","group":"supplement-alt","level":{"start":1,"end":4},"storyline":"Tomb of Annihilation","published":"2017-11-03"},{"name":"The Lost Kenku","id":"TLK","source":"TLK","group":"supplement-alt","level":{"start":4,"end":4},"storyline":"Extra Life","published":"2017-11-28"},{"name":"X Marks the Spot","id":"XMtS","source":"XMtS","group":"supplement-alt","level":{"start":4,"end":4},"storyline":"Ixalan","published":"2017-12-11"},{"name":"Waterdeep: Dragon Heist","id":"WDH","source":"WDH","group":"supplement","level":{"start":1,"end":5},"storyline":"Waterdeep","published":"2018-09-18"},{"name":"Lost Laboratory of Kwalish","id":"LLK","source":"LLK","group":"supplement-alt","level":{"start":5,"end":10},"storyline":"Extra Life","published":"2018-11-10"},{"name":"Waterdeep: Dungeon of the Mad Mage","id":"WDMM","source":"WDMM","group":"supplement","level":{"start":5,"end":20},"storyline":"Waterdeep","published":"2018-11-13"},{"name":"Krenko's Way","id":"KKW","source":"KKW","group":"supplement-alt","level":{"start":1,"end":2},"storyline":"Ravnica","published":"2018-11-20"},{"name":"A Zib for Your Thoughts","id":"AZfyT","source":"AZfyT","group":"supplement-alt","level":{"start":2,"end":2},"storyline":"Ravnica","published":"2019-03-05"},{"name":"Ghosts of Saltmarsh","id":"GoS","source":"GoS","group":"supplement","level":{"start":1,"end":12},"storyline":"Ghosts of Saltmarsh","published":"2019-05-21"},{"name":"Hunt for the Thessalhydra","id":"HftT","source":"HftT","group":"supplement-alt","level":{"start":3,"end":4},"storyline":"Stranger Things","published":"2019-05-21"},{"name":"The Orrery of the Wanderer","id":"OoW","source":"OoW","group":"supplement","level":{"start":1,"end":6},"storyline":"Acquisitions Incorporated","published":"2019-06-18"},{"name":"Essentials Kit: Dragon of Icespire Peak","id":"DIP","source":"DIP","parentSource":"ESK","parentName":"Essentials Kit","group":"supplement","level":{"start":1,"end":6},"storyline":"Essentials Kit","published":"2019-06-24","publishedOrder":0},{"name":"Essentials Kit: Storm Lord's Wrath","id":"SLW","source":"SLW","parentSource":"ESK","parentName":"Essentials Kit","group":"supplement","level":{"start":7,"end":9},"storyline":"Essentials Kit","published":"2019-09-03","publishedOrder":1},{"name":"Essentials Kit: Sleeping Dragon's Wake","id":"SDW","source":"SDW","parentSource":"ESK","parentName":"Essentials Kit","group":"supplement","level":{"start":9,"end":11},"storyline":"Essentials Kit","published":"2019-09-03","publishedOrder":2},{"name":"Essentials Kit: Divine Contention","id":"DC","source":"DC","parentSource":"ESK","parentName":"Essentials Kit","group":"supplement","level":{"start":11,"end":12},"storyline":"Essentials Kit","published":"2019-09-03","publishedOrder":3},{"name":"Baldur's Gate: Descent Into Avernus","id":"BGDIA","source":"BGDIA","group":"supplement","level":{"start":1,"end":13},"storyline":"Baldur's Gate","published":"2019-09-18"},{"name":"Locathah Rising","id":"LR","source":"LR","group":"supplement-alt","level":{"start":9,"end":9},"storyline":"Extra Life","published":"2019-09-19"},{"name":"Infernal Machine Rebuild","id":"IMR","source":"IMR","group":"supplement-alt","level":{"start":5,"end":10},"storyline":"Extra Life","published":"2019-11-12"},{"name":"Eberron: Forgotten Relics","id":"EFR","source":"EFR","group":"supplement","level":{"start":1,"end":2},"storyline":"Eberron","published":"2019-11-19"},{"name":"The Lost Dungeon of Rickedness: Big Rick Energy","id":"RMBRE","source":"RMBRE","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"Rick and Morty","published":"2019-11-19"},{"name":"Wildemount: Tide of Retribution","id":"ToR","source":"ToR","parentSource":"EGW","parentName":"Explorer’s Guide to Wildemount","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"Wildemount","published":"2020-03-17","publishedOrder":0},{"name":"Wildemount: Dangerous Designs","id":"DD","source":"DD","parentSource":"EGW","parentName":"Explorer’s Guide to Wildemount","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"Wildemount","published":"2020-03-17","publishedOrder":1},{"name":"Wildemount: Frozen Sick","id":"FS","source":"FS","parentSource":"EGW","parentName":"Explorer’s Guide to Wildemount","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"Wildemount","published":"2020-03-17","publishedOrder":2},{"name":"Wildemount: Unwelcome Spirits","id":"US","source":"US","parentSource":"EGW","parentName":"Explorer’s Guide to Wildemount","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"Wildemount","published":"2020-03-17","publishedOrder":3},{"name":"Theros: No Silent Secret","id":"MOT-NSS","source":"MOT","group":"supplement","level":{"start":1,"end":2},"storyline":"Mythic Odysseys of Theros","published":"2020-06-02"},{"name":"Icewind Dale: Rime of the Frostmaiden","id":"IDRotF","source":"IDRotF","group":"supplement","level":{"start":1,"end":12},"storyline":"Icewind Dale","published":"2020-09-15"},{"name":"Candlekeep Mysteries","id":"CM","source":"CM","group":"supplement","level":{"start":1,"end":16},"storyline":"Candlekeep Mysteries","published":"2021-03-16"},{"name":"Ravenloft: The House of Lament","id":"HoL","source":"HoL","group":"supplement","level":{"start":1,"end":3},"storyline":"Ravenloft","published":"2021-05-18"},{"name":"Return to the Glory","id":"RtG","source":"RtG","group":"supplement-alt","level":{"start":6,"end":8},"storyline":"Extra Life","published":"2021-05-21"},{"name":"Adventures in the Forgotten Realms: In Scarlet Flames","id":"AitFR-ISF","source":"AitFR-ISF","parentSource":"AitFR","parentName":"Adventures in the Forgotten Realms","group":"supplement-alt","level":{"start":8,"end":8},"storyline":"Adventures in the Forgotten Realms","published":"2021-06-30"},{"name":"Adventures in the Forgotten Realms: The Hidden Page","id":"AitFR-THP","source":"AitFR-THP","parentSource":"AitFR","parentName":"Adventures in the Forgotten Realms","group":"supplement-alt","level":{"start":8,"end":9},"storyline":"Adventures in the Forgotten Realms","published":"2021-07-07"},{"name":"Adventures in the Forgotten Realms: A Verdant Tomb","id":"AitFR-AVT","source":"AitFR-AVT","parentSource":"AitFR","parentName":"Adventures in the Forgotten Realms","group":"supplement-alt","level":{"start":9,"end":9},"storyline":"Adventures in the Forgotten Realms","published":"2021-07-14"},{"name":"Adventures in the Forgotten Realms: Deepest Night","id":"AitFR-DN","source":"AitFR-DN","parentSource":"AitFR","parentName":"Adventures in the Forgotten Realms","group":"supplement-alt","level":{"start":9,"end":10},"storyline":"Adventures in the Forgotten Realms","published":"2021-07-21"},{"name":"Adventures in the Forgotten Realms: From Cyan Depths","id":"AitFR-FCD","source":"AitFR-FCD","parentSource":"AitFR","parentName":"Adventures in the Forgotten Realms","group":"supplement-alt","level":{"start":10,"end":10},"storyline":"Adventures in the Forgotten Realms","published":"2021-07-28"},{"name":"NERDS Restoring Harmony: The Candy Mountain Caper","id":"NRH-TCMC","source":"NRH-TCMC","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":0},{"name":"NERDS Restoring Harmony: A Voice in the Wilderness","id":"NRH-AVitW","source":"NRH-AVitW","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":1},{"name":"NERDS Restoring Harmony: A Sticky Situation","id":"NRH-ASS","source":"NRH-ASS","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":2},{"name":"NERDS Restoring Harmony: Circus of Illusion","id":"NRH-CoI","source":"NRH-CoI","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":3},{"name":"NERDS Restoring Harmony: The Lost Tomb","id":"NRH-TLT","source":"NRH-TLT","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":4},{"name":"NERDS Restoring Harmony: A Web of Lies","id":"NRH-AWoL","source":"NRH-AWoL","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":5},{"name":"NERDS Restoring Harmony: Adventure Together","id":"NRH-AT","source":"NRH-AT","parentSource":"NRH","parentName":"NERDS Restoring Harmony","group":"supplement-alt","level":{"start":1,"end":3},"storyline":"NERDS Restoring Harmony","published":"2021-09-01","publishedOrder":6},{"name":"The Wild Beyond the Witchlight","id":"WBtW","source":"WBtW","group":"supplement","level":{"start":1,"end":8},"storyline":"The Wild Beyond the Witchlight","published":"2021-09-21"},{"name":"Strixhaven: Campus Kerfuffle","id":"SCC-CK","source":"SCC-CK","parentSource":"SCC","parentName":"Strixhaven: A Curriculum of Chaos","group":"supplement","level":{"start":1,"end":4},"storyline":"Strixhaven","published":"2021-12-07","publishedOrder":0},{"name":"Strixhaven: Hunt for Mage Tower","id":"SCC-HfMT","source":"SCC-HfMT","parentSource":"SCC","parentName":"Strixhaven: A Curriculum of Chaos","group":"supplement","level":{"start":4,"end":6},"storyline":"Strixhaven","published":"2021-12-07","publishedOrder":1},{"name":"Strixhaven: The Magister's Masquerade","id":"SCC-TMM","source":"SCC-TMM","parentSource":"SCC","parentName":"Strixhaven: A Curriculum of Chaos","group":"supplement","level":{"start":6,"end":8},"storyline":"Strixhaven","published":"2021-12-07","publishedOrder":2},{"name":"Strixhaven: A Reckoning in Ruins","id":"SCC-ARiR","source":"SCC-ARiR","parentSource":"SCC","parentName":"Strixhaven: A Curriculum of Chaos","group":"supplement","level":{"start":8,"end":10},"storyline":"Strixhaven","published":"2021-12-07","publishedOrder":3},{"name":"Critical Role: Call of the Netherdeep","id":"CRCotN","source":"CRCotN","group":"supplement-alt","level":{"start":3,"end":13},"storyline":"Critical Role","published":"2022-03-15"},{"name":"Journeys through the Radiant Citadel","id":"JttRC","source":"JttRC","group":"supplement","level":{"start":1,"end":14},"storyline":"Journeys through the Radiant Citadel","published":"2022-07-19"},{"name":"Dragons of Stormwreck Isle","id":"DoSI","source":"DoSI","group":"supplement","level":{"start":1,"end":3},"storyline":"Starter Set","published":"2022-07-31"},{"name":"Spelljammer Academy","id":"SjA","source":"SjA","group":"supplement-alt","level":{"start":1,"end":4},"storyline":"Spelljammer","published":"2022-08-01"},{"name":"Light of Xaryxis","id":"LoX","source":"LoX","group":"supplement","level":{"start":5,"end":8},"storyline":"Spelljammer","published":"2022-08-16"},{"name":"Dragonlance: Shadow of the Dragon Queen","id":"DSotDQ","source":"DSotDQ","group":"supplement","level":{"start":1,"end":11},"storyline":"Dragonlance","published":"2022-11-22"},{"name":"Keys from the Golden Vault","id":"KftGV","source":"KftGV","group":"supplement","level":{"start":1,"end":11},"storyline":"Keys from the Golden Vault","published":"2023-02-21"},{"name":"Giants of the Star Forge","id":"GotSF","source":"GotSF","group":"supplement-alt","level":{"start":16,"end":16},"storyline":"Giants of the Star Forge","published":"2023-08-01"},{"name":"Phandelver and Below: The Shattered Obelisk","id":"PaBTSO","source":"PaBTSO","group":"supplement","level":{"start":1,"end":12},"storyline":"Starter Set","published":"2023-09-19"},{"name":"Lightning Keep","id":"LK","source":"LK","group":"supplement-alt","level":{"start":3,"end":3},"storyline":"Minecraft","published":"2023-09-26"},{"name":"Turn of Fortune's Wheel","id":"ToFW","source":"ToFW","group":"supplement","level":{"start":3,"end":18},"storyline":"Planescape","published":"2023-10-17"},{"name":"Chains of Asmodeus","id":"CoA","source":"CoA","group":"supplement-alt","level":{"start":11,"end":20},"storyline":"Extra Life","published":"2023-10-30"},{"name":"Peril in Pinebrook","id":"PiP","source":"PiP","group":"supplement-alt","level":{"start":1,"end":1},"storyline":"Family Friendly","published":"2023-11-20"},{"name":"Heroes' Feast: Saving the Childrens Menu","id":"HFStCM","source":"HFStCM","group":"supplement-alt","level":{"start":10,"end":10},"storyline":"Heroes' Feast","published":"2023-11-21"},{"name":"Grim Hollow: Lairs of Etharis","id":"GHLoE","source":"GHLoE","group":"supplement-alt","level":{"start":1,"end":20},"storyline":"Grim Hollow","published":"2023-11-30"},{"name":"Dungeons of Drakkenheim","id":"DoDk","source":"DoDk","group":"supplement-alt","level":{"start":1,"end":13},"storyline":"Drakkenheim","published":"2023-12-21"},{"name":"Descent into the Lost Caverns of Tsojcanth","id":"DitLCoT","source":"DitLCoT","group":"supplement","level":{"start":9,"end":9},"storyline":"Quests from the Infinite Staircase","published":"2024-03-26"},{"name":"Red Dragon's Tale: A LEGO Adventure","id":"LRDT","source":"LRDT","group":"supplement-alt","level":{"start":5,"end":5},"storyline":"LEGO","published":"2024-04-01"},{"name":"Vecna: Nest of the Eldritch Eye","id":"VNotEE","source":"VNotEE","group":"supplement","level":{"start":3,"end":3},"storyline":"Vecna","published":"2024-04-16"},{"name":"Vecna: Eve of Ruin","id":"VEoR","source":"VEoR","group":"supplement","level":{"start":10,"end":20},"storyline":"Vecna","published":"2024-05-21"},{"name":"Quests from the Infinite Staircase","id":"QftIS","source":"QftIS","group":"supplement","level":{"start":1,"end":13},"storyline":"Quests from the Infinite Staircase","published":"2024-07-16"},{"name":"Uni and the Hunt for the Lost Horn","id":"UtHftLH","source":"UtHftLH","group":"supplement-alt","level":{"start":4,"end":4},"storyline":"Animated Series","published":"2024-09-24"},{"name":"Scions of Elemental Evil","id":"ScoEE","source":"ScoEE","group":"supplement-alt","level":{"start":4,"end":4},"storyline":"Animated Series","published":"2024-10-24"}],"book":[{"name":"Player's Handbook (2014)","id":"PHB","source":"PHB","group":"core","published":"2014-08-19"},{"name":"Monster Manual (2014)","id":"MM","source":"MM","group":"core","published":"2014-09-30"},{"name":"Dungeon Master's Guide (2014)","id":"DMG","source":"DMG","group":"core","published":"2014-12-09"},{"name":"Dungeon Master's Screen","id":"Screen","source":"Screen","group":"screen","published":"2015-01-20"},{"name":"Sword Coast Adventurer's Guide","id":"SCAG","source":"SCAG","group":"setting","published":"2015-11-03"},{"name":"Plane Shift: Zendikar","id":"PS-Z","source":"PSZ","group":"supplement-alt","published":"2016-04-27"},{"name":"Plane Shift: Innistrad","id":"PS-I","source":"PSI","group":"supplement-alt","published":"2016-07-12"},{"name":"Adventurers League","id":"AL","source":"AL","group":"other","published":"2016-08-26"},{"name":"Volo's Guide to Monsters","id":"VGM","source":"VGM","group":"supplement","published":"2016-11-15"},{"name":"Plane Shift: Kaladesh","id":"PS-K","source":"PSK","group":"supplement-alt","published":"2017-02-16"},{"name":"Plane Shift: Amonkhet","id":"PS-A","source":"PSA","group":"supplement-alt","published":"2017-07-06"},{"name":"One Grung Above","id":"OGA","source":"OGA","group":"supplement-alt","published":"2017-10-11"},{"name":"Xanathar's Guide to Everything","id":"XGE","source":"XGE","group":"supplement","published":"2017-11-21"},{"name":"Plane Shift: Ixalan","id":"PS-X","source":"PSX","group":"supplement-alt","published":"2018-01-09"},{"name":"Mordenkainen's Tome of Foes","id":"MTF","source":"MTF","group":"supplement","published":"2018-05-29"},{"name":"Plane Shift: Dominaria","id":"PS-D","source":"PSD","group":"supplement-alt","published":"2018-07-31"},{"name":"Guildmasters' Guide to Ravnica","id":"GGR","source":"GGR","group":"setting","published":"2018-11-20"},{"name":"Sage Advice Compendium","id":"SAC","source":"SAC","group":"other","published":"2019-01-31"},{"name":"Acquisitions Incorporated","id":"AI","source":"AI","group":"supplement","published":"2019-06-18"},{"name":"Dungeons & Dragons vs. Rick and Morty: Basic Rules","id":"RMR","source":"RMR","group":"supplement-alt","published":"2019-11-19"},{"name":"Eberron: Rising from the Last War","id":"ERLW","source":"ERLW","group":"setting","published":"2019-11-19"},{"name":"Explorer's Guide to Wildemount","id":"EGW","source":"EGW","group":"setting","published":"2020-03-17"},{"name":"Mythic Odysseys of Theros","id":"MOT","source":"MOT","group":"setting","published":"2020-06-02"},{"name":"Dungeon Master's Screen: Dungeon Kit","id":"ScreenDungeonKit","source":"ScreenDungeonKit","group":"screen","published":"2020-09-21"},{"name":"Heroes' Feast","id":"HF","source":"HF","group":"recipe","published":"2020-10-27"},{"name":"Dungeon Master's Screen: Wilderness Kit","id":"ScreenWildernessKit","source":"ScreenWildernessKit","group":"screen","published":"2020-11-17"},{"name":"Tasha's Cauldron of Everything","id":"TCE","source":"TCE","group":"supplement","published":"2020-11-17"},{"name":"Van Richten's Guide to Ravenloft","id":"VRGR","source":"VRGR","group":"setting","published":"2021-05-18"},{"name":"Domains of Delight","id":"DoD","source":"DoD","group":"supplement-alt","published":"2021-09-21"},{"name":"Minsc and Boo's Journal of Villainy","id":"MaBJoV","source":"MaBJoV","group":"supplement-alt","published":"2021-10-05"},{"name":"Fizban's Treasury of Dragons","id":"FTD","source":"FTD","group":"supplement","published":"2021-10-26"},{"name":"Strixhaven: A Curriculum of Chaos","id":"SCC","source":"SCC","group":"setting","published":"2021-12-07"},{"name":"Tal'Dorei Campaign Setting Reborn","id":"TDCSR","source":"TDCSR","group":"setting","published":"2022-01-18"},{"name":"Mordenkainen Presents: Monsters of the Multiverse","id":"MPMM","source":"MPMM","group":"supplement","published":"2022-01-25"},{"name":"Tarot Deck","id":"TD","source":"TD","group":"supplement-alt","published":"2022-05-24"},{"name":"Astral Adventurer's Guide","id":"AAG","source":"AAG","group":"supplement","published":"2022-08-16"},{"name":"Boo's Astral Menagerie","id":"BAM","source":"BAM","group":"supplement","published":"2022-08-16"},{"name":"Dungeon Master's Screen: Spelljammer","id":"ScreenSpelljammer","source":"ScreenSpelljammer","group":"screen","published":"2022-08-16"},{"name":"Thieves' Gallery","id":"HAT-TG","source":"HAT-TG","group":"supplement-alt","published":"2023-03-06"},{"name":"Tome of Beasts 1 (2023 Edition)","id":"ToB1-2023","source":"ToB1-2023","group":"supplement-alt","published":"2023-05-31"},{"name":"Bigby Presents: Glory of the Giants","id":"BGG","source":"BGG","group":"supplement","published":"2023-08-15"},{"name":"Monstrous Compendium Volume 4: Eldraine Creatures","id":"MCV4EC","source":"MCV4EC","group":"supplement-alt","published":"2023-09-21"},{"name":"Morte's Planar Parade","id":"MPP","source":"MPP","group":"supplement","published":"2023-10-07"},{"name":"Sigil and the Outlands","id":"SatO","source":"SatO","group":"supplement","published":"2023-10-07"},{"name":"Adventure Atlas: The Mortuary","id":"AATM","source":"AATM","group":"supplement-alt","published":"2023-10-17"},{"name":"Heroes' Feast Flavors of the Multiverse","id":"HFFotM","source":"HFFotM","group":"recipe","published":"2023-11-07"},{"name":"The Book of Many Things","id":"BMT","source":"BMT","group":"supplement","published":"2023-11-14"},{"name":"The Deck of Many Things: Card Reference Guide","id":"DMTCRG","source":"DMTCRG","group":"supplement","published":"2023-11-14"},{"name":"Puncheons and Flagons","id":"PaF","source":"PaF","group":"recipe","published":"2024-08-27"},{"name":"Player's Handbook (2024)","id":"XPHB","source":"XPHB","group":"core","published":"2024-09-17"},{"name":"Dungeon Master's Guide (2024)","id":"XDMG","source":"XDMG","group":"core","published":"2024-11-12"},{"name":"Dungeon Master's Screen (2024)","id":"XScreen","source":"XScreen","group":"screen","published":"2024-11-12"},{"name":"Monster Manual (2025)","id":"XMM","source":"XMM","group":"core","published":"2025-02-18"}]} \ No newline at end of file diff --git a/data/generated/gendata-spell-source-lookup.json b/data/generated/gendata-spell-source-lookup.json index 115d9fe..9aa5854 100644 --- a/data/generated/gendata-spell-source-lookup.json +++ b/data/generated/gendata-spell-source-lookup.json @@ -1 +1 @@ -{"aag":{"air bubble":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"create spelljamming helm":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Wizard":true}}}},"ai":{"distort value":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true,"Warlock":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true,"Warlock":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"fast friends":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true},"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"gift of gab":{"class":{"PHB":{"Bard":true,"Wizard":true},"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"incite greed":{"class":{"PHB":{"Cleric":true,"Wizard":true,"Warlock":true},"XPHB":{"Cleric":true,"Wizard":true,"Warlock":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"jim's glowing coin":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"jim's magic missile":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"motivational speech":{"class":{"PHB":{"Bard":true,"Cleric":true},"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}}},"aitfr-avt":{"linked glyphs":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}}}},"ftd":{"ashardalon's stride":{"class":{"TCE":{"Artificer":true},"PHB":{"Ranger":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"draconic transformation":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fizban's platinum shield":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"nathair's mischief":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"raulothim's psychic lance":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"rime's binding ice":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon draconic spirit":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}}}},"idrotf":{"create magen":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"frost fingers":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}}},"llk":{"flock of familiars":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}}},"galder's speedy courier":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}}},"galder's tower":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}}}},"phb":{"acid splash":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"aid":{"class":{"PHB":{"Cleric":true,"Paladin":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"alarm":{"class":{"PHB":{"Ranger":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"alter self":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Druid":{"PHB":{"Moon":{"name":"Circle of the Moon"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"optionalfeature":{"PHB":{"Master of Myriad Forms":{"featureType":["EI"]}}}},"animal friendship":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}},"MPMM":{"Yuan-Ti":true},"VGM":{"Yuan-ti Pureblood":true}}},"animal messenger":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"animal shapes":{"class":{"PHB":{"Druid":true}}},"animate dead":{"class":{"PHB":{"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Golgari Agent":true}},"optionalfeature":{"TCE":{"Undying Servitude":{"featureType":["EI"]}}}},"animate objects":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"antilife shell":{"class":{"PHB":{"Druid":true}},"subclass":{"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"antimagic field":{"class":{"PHB":{"Cleric":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"antipathy/sympathy":{"class":{"PHB":{"Druid":true,"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"arcane eye":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Dimir Operative":true},"SCC":{"Lorehold Student":true}},"optionalfeature":{"PHB":{"Visions of Distant Realms":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"},"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"arcane gate":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"arcane lock":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}},"MTF":{"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"armor of agathys":{"class":{"PHB":{"Warlock":true}},"subclass":{"PHB":{"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}}},"XPHB":{"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}},"MTF":{"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"arms of hadar":{"class":{"PHB":{"Warlock":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}}},"astral projection":{"class":{"PHB":{"Cleric":true,"Warlock":true,"Wizard":true,"Monk":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"augury":{"class":{"PHB":{"Cleric":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true,"Divinely Favored":true}}},"aura of life":{"class":{"PHB":{"Paladin":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"},"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"aura of purity":{"class":{"PHB":{"Paladin":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"},"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"aura of vitality":{"class":{"PHB":{"Paladin":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]},"Druid":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Quandrix Student":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"awaken":{"class":{"PHB":{"Bard":true,"Druid":true}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"bane":{"class":{"PHB":{"Bard":true,"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Thief of Five Fates":{"featureType":["EI"]}}}},"banishing smite":{"class":{"PHB":{"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}}},"banishment":{"class":{"PHB":{"Cleric":true,"Paladin":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"barkskin":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"beacon of hope":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Silverquill Student":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"beast sense":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"bestow curse":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"optionalfeature":{"PHB":{"Sign of Ill Omen":{"featureType":["EI"]}}}},"bigby's hand":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"XPHB":{"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"blade barrier":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"blade ward":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"bless":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"blight":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true},"SCC":{"Witherbloom Student":true}}},"blinding smite":{"class":{"PHB":{"Paladin":true}},"background":{"GGR":{"Boros Legionnaire":true}}},"blindness/deafness":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true},"MTF":{"Svirfneblin Magic":true}},"race":{"DMG":{"Gnome (Deep)":true}}},"blink":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"blur":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true},"MTF":{"Svirfneblin Magic":true}},"race":{"DMG":{"Gnome (Deep)":true}}},"branding smite":{"class":{"PHB":{"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"race":{"MTF":{"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"burning hands":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XGE":{"Sun Soul":{"name":"Way of the Sun Soul"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XGE":{"Sun Soul":{"name":"Way of the Sun Soul"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Sweeping Cinder Strike":{"featureType":["ED"]}}},"race":{"EEPC":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"MTF":{"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"call lightning":{"class":{"PHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"calm emotions":{"class":{"PHB":{"Bard":true,"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Selesnya Initiate":true},"SCC":{"Silverquill Student":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"},"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"chain lightning":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"charm person":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"chill touch":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"chromatic orb":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Prismari Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"circle of death":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"circle of power":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}}},"background":{"SCC":{"Quandrix Student":true}}},"clairvoyance":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"},"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"clone":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"cloud of daggers":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"cloudkill":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"color spray":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"command":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Bard":{"XGE":{"Glamour":{"name":"College of Glamour"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Orzhov Representative":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"commune":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"commune with nature":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Forest"]}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"XPHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"compelled duel":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}},"XPHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"comprehend languages":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"BGG":{"Rune Shaper":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"compulsion":{"class":{"PHB":{"Bard":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}}}},"background":{"GGR":{"Azorius Functionary":true},"SCC":{"Silverquill Student":true}},"optionalfeature":{"PHB":{"Bewitching Whispers":{"featureType":["EI"]}}}},"cone of cold":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"background":{"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"Breath of Winter":{"featureType":["ED"]}}}},"confusion":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"background":{"GGR":{"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}},"optionalfeature":{"PHB":{"Dreadful Word":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"conjure animals":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"conjure barrage":{"class":{"PHB":{"Ranger":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"conjure celestial":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"conjure elemental":{"class":{"PHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}}}},"background":{"GGR":{"Izzet Engineer":true},"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"Minions of Chaos":{"featureType":["EI"]}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"conjure fey":{"class":{"PHB":{"Druid":true,"Warlock":true}}},"conjure minor elementals":{"class":{"PHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true,"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"conjure volley":{"class":{"PHB":{"Ranger":true}}},"conjure woodland beings":{"class":{"PHB":{"Druid":true,"Ranger":true}}},"contact other plane":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"contagion":{"class":{"PHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}}},"contingency":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"continual flame":{"class":{"PHB":{"Cleric":true,"Wizard":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"control water":{"class":{"PHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"background":{"SCC":{"Quandrix Student":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"control weather":{"class":{"PHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"cordon of arrows":{"class":{"PHB":{"Ranger":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"counterspell":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"create food and water":{"class":{"PHB":{"Cleric":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"create or destroy water":{"class":{"PHB":{"Cleric":true,"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EEPC":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"}}}},"create undead":{"class":{"PHB":{"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"creation":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"background":{"GGR":{"Simic Scientist":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"crown of madness":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"MTF":{"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"crusader's mantle":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}}}}},"cure wounds":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"FTD":{"Gift of the Metallic Dragon":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"dancing lights":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"AAG":{"Astral Elf":true},"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"},"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"darkness":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Shadow":{"name":"Shadow Magic"}}}},"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Shadow":{"name":"Shadow Magic"}}}}},"background":{"SCC":{"Silverquill Student":true}},"race":{"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"},"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"}},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"},"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"darkvision":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"daylight":{"class":{"PHB":{"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true,"Sorcerer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Silverquill Student":true}},"race":{"DMG":{"Aasimar":true}}},"death ward":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Orzhov Representative":true},"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"delayed blast fireball":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"demiplane":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"destructive wave":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}}},"background":{"GGR":{"Gruul Anarch":true}}},"detect evil and good":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect magic":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Fey Touched":true},"DSotDQ":{"Divinely Favored":true},"XGE":{"Drow High Magic":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]},"Eldritch Sight":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"MPMM":{"Firbolg":true},"VGM":{"Firbolg":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect poison and disease":{"class":{"PHB":{"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect thoughts":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true},"TCE":{"Telepathic":true}},"race":{"MTF":{"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"},"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Githzerai":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"dimension door":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"disguise self":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Shadow Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"SCC":{"Strixhaven Initiate":true},"MTF":{"Svirfneblin Magic":true}},"optionalfeature":{"PHB":{"Mask of Many Faces":{"featureType":["EI"]}}},"race":{"MPMM":{"Deep Gnome":true,"Firbolg":true},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"VGM":{"Firbolg":true},"DMG":{"Gnome (Deep)":true},"VRGR":{"Hexblood":true},"MTF":{"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"disintegrate":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dispel evil and good":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"dispel magic":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"feat":{"XGE":{"Drow High Magic":true}}},"dissonant whispers":{"class":{"PHB":{"Bard":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"background":{"GGR":{"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"divination":{"class":{"PHB":{"Cleric":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest","Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Izzet Engineer":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"divine favor":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}}}},"divine word":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"dominate beast":{"class":{"PHB":{"Druid":true,"Sorcerer":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"dominate monster":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dominate person":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}}},"drawmij's instant summons":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dream":{"class":{"PHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}}},"XPHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"druidcraft":{"class":{"PHB":{"Druid":true}},"subclass":{"PHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}}},"XPHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}}}},"background":{"GGR":{"Selesnya Initiate":true,"Simic Scientist":true}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"MPMM":{"Fairy":true},"WBtW":{"Fairy":true},"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"earthquake":{"class":{"PHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"eldritch blast":{"class":{"PHB":{"Warlock":true}},"feat":{"PHB":{"Magic Initiate":true,"Spell Sniper":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"elemental weapon":{"class":{"PHB":{"Paladin":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"enhance ability":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Sorcerer":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"enlarge/reduce":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]},"Druid":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Quandrix Student":true},"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"MPMM":{"Duergar":true,"Fairy":true},"MTF":{"Dwarf (Duergar)":{"baseName":"Dwarf","baseSource":"PHB"}},"WBtW":{"Fairy":true}}},"ensnaring strike":{"class":{"PHB":{"Ranger":true}},"subclass":{"PHB":{"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}}},"background":{"GGR":{"Azorius Functionary":true}}},"entangle":{"class":{"PHB":{"Druid":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Golgari Agent":true},"SCC":{"Quandrix Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}}}},"enthrall":{"class":{"PHB":{"Bard":true,"Warlock":true}},"background":{"GGR":{"Orzhov Representative":true,"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"etherealness":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"evard's black tentacles":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}}},"expeditious retreat":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"eyebite":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fabricate":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"faerie fire":{"class":{"PHB":{"Bard":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"}},"MPMM":{"Fairy":true},"WBtW":{"Fairy":true},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"false life":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Shadow Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Fiendish Vigor":{"featureType":["EI"]}}}},"fear":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"race":{"HWCS":{"Vulpin":true}}},"feather fall":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"}},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"feeblemind":{"class":{"PHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"feign death":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}}},"find familiar":{"class":{"PHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true,"Servo Crafting":true},"SCC":{"Strixhaven Initiate":true,"Strixhaven Mascot":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]},"Pact of the Chain":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"find steed":{"class":{"PHB":{"Paladin":true}}},"find the path":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"find traps":{"class":{"PHB":{"Cleric":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"finger of death":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fire bolt":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Gruul Anarch":true,"Rakdos Cultist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"fire shield":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}}},"fire storm":{"class":{"PHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"fireball":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"optionalfeature":{"PHB":{"Flames of the Phoenix":{"featureType":["ED"]}}}},"flame blade":{"class":{"PHB":{"Druid":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"race":{"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"MTF":{"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"flame strike":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"},"War":{"name":"War Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"XGE":{"Celestial":{"name":"The Celestial"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Lorehold Student":true}}},"flaming sphere":{"class":{"PHB":{"Druid":true,"Wizard":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Prismari Student":true},"GGR":{"Rakdos Cultist":true}}},"flesh to stone":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fly":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"optionalfeature":{"PHB":{"Ride the Wind":{"featureType":["ED"]}}}},"fog cloud":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MOT":{"Triton":true},"MPMM":{"Triton":true},"VGM":{"Triton":true}}},"forbiddance":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"forcecage":{"class":{"PHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"foresight":{"class":{"PHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"freedom of movement":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Coast","Forest","Grassland","Swamp"]}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"GGR":{"Dimir Operative":true,"Simic Scientist":true},"SCC":{"Prismari Student":true,"Quandrix Student":true}},"optionalfeature":{"XGE":{"Trickster's Escape":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"friends":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Orzhov Representative":true,"Selesnya Initiate":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Siren":true},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"gaseous form":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true,"Simic Scientist":true}},"optionalfeature":{"PHB":{"Mist Stance":{"featureType":["ED"]}}}},"gate":{"class":{"PHB":{"Cleric":true,"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"geas":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Wizard":true}},"subclass":{"PHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}}},"gentle repose":{"class":{"PHB":{"Cleric":true,"Wizard":true}},"classVariant":{"PHB":{"Paladin":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"giant insect":{"class":{"PHB":{"Druid":true}},"background":{"GGR":{"Golgari Agent":true}}},"glibness":{"class":{"PHB":{"Bard":true,"Warlock":true}}},"globe of invulnerability":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"glyph of warding":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"goodberry":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}}},"PHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"grasping vine":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"grease":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"greater invisibility":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}},"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"greater restoration":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"guardian of faith":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"},"Light":{"name":"Light Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"guards and wards":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"guidance":{"class":{"PHB":{"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Bard":{"VRGR":{"Spirits":{"name":"College of Spirits"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}},"TCE":{"Stars":{"name":"Circle of Stars"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Bard":{"VRGR":{"Spirits":{"name":"College of Spirits"}},"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"guiding bolt":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Druid":{"TCE":{"Stars":{"name":"Circle of Stars"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Quandrix Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"gust of wind":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"optionalfeature":{"PHB":{"Rush of the Gale Spirits":{"featureType":["ED"]}}},"race":{"MPMM":{"Aarakocra":true,"Triton":true},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MOT":{"Triton":true},"VGM":{"Triton":true}}},"hail of thorns":{"class":{"PHB":{"Ranger":true}}},"hallow":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"hallucinatory terrain":{"class":{"PHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"harm":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"haste":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Prismari Student":true,"Quandrix Student":true},"GGR":{"Rakdos Cultist":true}}},"heal":{"class":{"PHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"healing word":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"heat metal":{"class":{"PHB":{"Bard":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}},"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"hellish rebuke":{"class":{"PHB":{"Warlock":true}},"subclass":{"PHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}}},"XPHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"race":{"PHB":{"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"heroes' feast":{"class":{"PHB":{"Cleric":true,"Druid":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"heroism":{"class":{"PHB":{"Bard":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}}},"XPHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"}}}}},"background":{"GGR":{"Boros Legionnaire":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"hex":{"class":{"PHB":{"Warlock":true}},"feat":{"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"PHB":{"Magic Initiate":true}},"race":{"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"}},"VRGR":{"Hexblood":true}}},"hold monster":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"optionalfeature":{"PHB":{"Chains of Carceri":{"featureType":["EI"]}}}},"hold person":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"optionalfeature":{"PHB":{"Clench of the North Wind":{"featureType":["ED"]}}}},"holy aura":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"hunger of hadar":{"class":{"PHB":{"Warlock":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}}}},"hunter's mark":{"class":{"PHB":{"Ranger":true}},"subclass":{"PHB":{"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}}}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"hypnotic pattern":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"ice storm":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"identify":{"class":{"PHB":{"Bard":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"TCE":{"Artificer Initiate":true,"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"TDCSR":{"Mystic Conflux":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"illusory script":{"class":{"PHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true,"Shadow-Touched":true},"PSK":{"Quicksmithing":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"imprisonment":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"incendiary cloud":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"inflict wounds":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"insect plague":{"class":{"PHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert","Grassland","Swamp","Underdark"]}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"invisibility":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true},"TCE":{"Shadow Touched":true}},"optionalfeature":{"XGE":{"Shroud of Shadow":{"featureType":["EI"]}}},"race":{"MPMM":{"Duergar":true},"MTF":{"Dwarf (Duergar)":{"baseName":"Dwarf","baseSource":"PHB"},"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}}}},"jump":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Otherworldly Leap":{"featureType":["EI"]}}},"race":{"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githyanki":true},"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"knock":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"legend lore":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"SCC":{"Lorehold Student":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"leomund's secret chest":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"leomund's tiny hut":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"lesser restoration":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"DMG":{"Aasimar":true},"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"levitate":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true},"XGE":{"Drow High Magic":true}},"optionalfeature":{"PHB":{"Ascendant Step":{"featureType":["EI"]}}},"race":{"EEPC":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"}},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"light":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"DMG":{"Aasimar":true},"MPMM":{"Aasimar":true,"Kobold":true},"VGM":{"Aasimar (Fallen)":{"baseName":"Aasimar","baseSource":"VGM"},"Aasimar (Protector)":{"baseName":"Aasimar","baseSource":"VGM"},"Aasimar (Scourge)":{"baseName":"Aasimar","baseSource":"VGM"}},"AAG":{"Astral Elf":true},"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"lightning arrow":{"class":{"PHB":{"Ranger":true}}},"lightning bolt":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}}},"locate animals or plants":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"locate creature":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"locate object":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"longstrider":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"mage armor":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Armor of Shadows":{"featureType":["EI"]}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"mage hand":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Telekinetic":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"},"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"},"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Githyanki":true,"Githzerai":true,"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"magic circle":{"class":{"PHB":{"Cleric":true,"Paladin":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"magic jar":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"magic missile":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"magic mouth":{"class":{"PHB":{"Bard":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"magic weapon":{"class":{"PHB":{"Paladin":true,"Wizard":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"major image":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"mass cure wounds":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"mass heal":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"mass healing word":{"class":{"PHB":{"Cleric":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"mass suggestion":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"maze":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"meld into stone":{"class":{"PHB":{"Cleric":true,"Druid":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"background":{"GGR":{"Dimir Operative":true}}},"melf's acid arrow":{"class":{"PHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"mending":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"message":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"meteor swarm":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mind blank":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"minor illusion":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"PHB":{"Illusion":{"name":"School of Illusion"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"},"Gnome (Forest)":{"baseName":"Gnome","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"mirage arcane":{"class":{"PHB":{"Bard":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mirror image":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"mislead":{"class":{"PHB":{"Bard":true,"Wizard":true}},"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"misty step":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}},"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"XGE":{"Fey Teleportation":true},"TCE":{"Fey Touched":true}},"race":{"DMG":{"Elf (Eladrin)":{"baseName":"Elf","baseSource":"PHB"}},"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githyanki":true},"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"modify memory":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}}}},"background":{"GGR":{"Dimir Operative":true}}},"moonbeam":{"class":{"PHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}}},"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}}}}},"mordenkainen's faithful hound":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"mordenkainen's magnificent mansion":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mordenkainen's private sanctum":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"mordenkainen's sword":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"move earth":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"nondetection":{"class":{"PHB":{"Bard":true,"Ranger":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"HWCS":{"Night":{"name":"Night Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"HWCS":{"Night":{"name":"Night Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"MTF":{"Svirfneblin Magic":true}},"race":{"MPMM":{"Deep Gnome":true},"DMG":{"Gnome (Deep)":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"nystul's magic aura":{"class":{"PHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"otiluke's freezing sphere":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"otiluke's resilient sphere":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"otto's irresistible dance":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"pass without trace":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true},"XGE":{"Wood Elf Magic":true}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"},"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}},"EEPC":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"MPMM"}}}},"passwall":{"class":{"PHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}}},"XPHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}}}},"background":{"SCC":{"Quandrix Student":true}}},"phantasmal force":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}},"TCE":{"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"phantasmal killer":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie"}}}}}},"phantom steed":{"class":{"PHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"planar ally":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"planar binding":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Wizard":true}},"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"plane shift":{"class":{"PHB":{"Cleric":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"plant growth":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}},"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Golgari Agent":true,"Selesnya Initiate":true}}},"poison spray":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true,"Yuan-Ti":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"VGM":{"Yuan-ti Pureblood":true}}},"polymorph":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"optionalfeature":{"PHB":{"Sculptor of Flesh":{"featureType":["EI"]}}}},"power word heal":{"class":{"PHB":{"Bard":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"power word kill":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"power word stun":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"prayer of healing":{"class":{"PHB":{"Cleric":true}},"classVariant":{"PHB":{"Paladin":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"prestidigitation":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}},"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}},"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"BMT":{"Cartomancer":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"prismatic spray":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"prismatic wall":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"produce flame":{"class":{"PHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"background":{"GGR":{"Gruul Anarch":true,"Izzet Engineer":true}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"EEPC":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"programmed illusion":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"project image":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"protection from energy":{"class":{"PHB":{"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"protection from evil and good":{"class":{"PHB":{"Cleric":true,"Paladin":true,"Warlock":true,"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"protection from poison":{"class":{"PHB":{"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"purify food and drink":{"class":{"PHB":{"Cleric":true,"Druid":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"raise dead":{"class":{"PHB":{"Bard":true,"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"rary's telepathic bond":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"SCC":{"Silverquill Student":true}}},"ray of enfeeblement":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true,"Orzhov Representative":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"ray of frost":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"ray of sickness":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"regenerate":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"reincarnate":{"class":{"PHB":{"Druid":true}}},"remove curse":{"class":{"PHB":{"Cleric":true,"Paladin":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"resistance":{"class":{"PHB":{"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"resurrection":{"class":{"PHB":{"Bard":true,"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"reverse gravity":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"revivify":{"class":{"PHB":{"Cleric":true,"Paladin":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}}},"rope trick":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"sacred flame":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"GGR":{"Boros Legionnaire":true}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"AAG":{"Astral Elf":true}}},"sanctuary":{"class":{"PHB":{"Cleric":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Monk":{"PHB":{"Open Hand":{"name":"Way of the Open Hand"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"scorching ray":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Boros Legionnaire":true}}},"scrying":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"},"Light":{"name":"Light Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast","Swamp"]}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"searing smite":{"class":{"PHB":{"Paladin":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}}}},"race":{"MTF":{"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"see invisibility":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"seeming":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"XPHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}}},"sending":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"optionalfeature":{"TCE":{"Far Scribe":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"sequester":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"shapechange":{"class":{"PHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"shatter":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"optionalfeature":{"PHB":{"Gong of the Summit":{"featureType":["ED"]}}}},"shield":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"},"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githzerai":true},"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"shield of faith":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"shillelagh":{"class":{"PHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"shocking grasp":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"silence":{"class":{"PHB":{"Bard":true,"Cleric":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"silent image":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Misty Visions":{"featureType":["EI"]}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"simulacrum":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"sleep":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}},"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"sleet storm":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"slow":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"optionalfeature":{"PHB":{"Mire the Mind":{"featureType":["EI"]}}}},"spare the dying":{"class":{"PHB":{"Cleric":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"speak with animals":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Beast Speech":{"featureType":["EI"]},"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"speak with dead":{"class":{"PHB":{"Bard":true,"Cleric":true}},"classVariant":{"PHB":{"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"SCC":{"Lorehold Student":true},"GGR":{"Orzhov Representative":true}},"optionalfeature":{"PHB":{"Whispers of the Grave":{"featureType":["EI"]}}}},"speak with plants":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"spider climb":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest","Mountain","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"spike growth":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Mountain"]}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}}}},"spirit guardians":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"HWCS":{"Community":{"name":"Community Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Lorehold Student":true},"GGR":{"Orzhov Representative":true}}},"spiritual weapon":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"},"War":{"name":"War Domain"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"staggering smite":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}}},"stinking cloud":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}}}},"stone shape":{"class":{"PHB":{"Cleric":true,"Druid":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"background":{"SCC":{"Lorehold Student":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"stoneskin":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"optionalfeature":{"PHB":{"Eternal Mountain Defense":{"featureType":["ED"]}}}},"storm of vengeance":{"class":{"PHB":{"Druid":true}}},"suggestion":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Yuan-Ti":true},"VGM":{"Yuan-ti Pureblood":true}}},"sunbeam":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"sunburst":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"swift quiver":{"class":{"PHB":{"Ranger":true}}},"symbol":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"tasha's hideous laughter":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"telekinesis":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"TCE":{"Psi Warrior":{"name":"Psi Warrior"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}},"TDCSR":{"Runechild":{"name":"Runechild"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}}}}}},"telepathy":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"teleport":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"teleportation circle":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"tenser's floating disk":{"class":{"PHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}},"MTF":{"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"thaumaturgy":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Ranger":{"FTD":{"Drakewarden":{"name":"Drakewarden"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Ranger":{"FTD":{"Drakewarden":{"name":"Drakewarden"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"thorn whip":{"class":{"PHB":{"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"thunderous smite":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}}}},"thunderwave":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"background":{"GGR":{"Gruul Anarch":true},"SCC":{"Prismari Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Fist of Four Thunders":{"featureType":["ED"]}}}},"time stop":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"tongues":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"transport via plants":{"class":{"PHB":{"Druid":true}}},"tree stride":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}}},"true polymorph":{"class":{"PHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"true resurrection":{"class":{"PHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"true seeing":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"true strike":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"tsunami":{"class":{"PHB":{"Druid":true}}},"unseen servant":{"class":{"PHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"vampiric touch":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"background":{"SCC":{"Witherbloom Student":true}}},"vicious mockery":{"class":{"PHB":{"Bard":true}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"wall of fire":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Rakdos Cultist":true},"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"River of Hungry Flame":{"featureType":["ED"]}}}},"wall of force":{"class":{"PHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}},"XPHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}}}}},"wall of ice":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"wall of stone":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert","Mountain"]}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"XPHB":{"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"optionalfeature":{"PHB":{"Wave of Rolling Earth":{"featureType":["ED"]}}}},"wall of thorns":{"class":{"PHB":{"Druid":true}}},"warding bond":{"class":{"PHB":{"Cleric":true}},"classVariant":{"PHB":{"Paladin":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"water breathing":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"optionalfeature":{"XGE":{"Gift of the Depths":{"featureType":["EI"]}}}},"water walk":{"class":{"PHB":{"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast","Swamp"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Prismari Student":true}},"race":{"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"},"Triton":true}}},"web":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"weird":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"wind walk":{"class":{"PHB":{"Druid":true}}},"wind wall":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"background":{"GGR":{"Simic Scientist":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"wish":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}}},"witch bolt":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"word of recall":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"wrathful smite":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}}},"zone of truth":{"class":{"PHB":{"Bard":true,"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}}},"sato":{"gate seal":{"class":{"PHB":{"Sorcerer":{"definedInSources":["SatO"]},"Warlock":{"definedInSources":["SatO"]},"Wizard":{"definedInSources":["SatO"]}},"XPHB":{"Sorcerer":{"definedInSources":["SatO"]},"Warlock":{"definedInSources":["SatO"]},"Wizard":{"definedInSources":["SatO"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"warp sense":{"class":{"PHB":{"Sorcerer":{"definedInSources":["SatO"]},"Warlock":{"definedInSources":["SatO"]},"Wizard":{"definedInSources":["SatO"]}},"XPHB":{"Sorcerer":{"definedInSources":["SatO"]},"Warlock":{"definedInSources":["SatO"]},"Wizard":{"definedInSources":["SatO"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}}},"scc":{"borrowed knowledge":{"class":{"PHB":{"Bard":true,"Cleric":true,"Warlock":true,"Wizard":true},"XPHB":{"Bard":true,"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"kinetic jaunt":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Prismari Student":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"silvery barbs":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Silverquill Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"vortex warp":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Quandrix Student":true}}},"wither and bloom":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}}},"tce":{"blade of disaster":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"booming blade":{"class":{"TCE":{"Artificer":true},"PHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}},"XPHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"dream of the blue veil":{"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Bard":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"green-flame blade":{"class":{"TCE":{"Artificer":true},"PHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}},"XPHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"intellect fortress":{"class":{"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Bard":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"lightning lure":{"class":{"TCE":{"Artificer":true},"PHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}},"XPHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"mind sliver":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"spirit shroud":{"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]},"Paladin":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Cleric":{"definedInSources":["TCE"]},"Paladin":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"summon aberration":{"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon beast":{"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}}},"summon celestial":{"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]},"Paladin":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"summon construct":{"class":{"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon elemental":{"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}}},"summon fey":{"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon fiend":{"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"summon shadowspawn":{"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon undead":{"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"sword burst":{"class":{"TCE":{"Artificer":true},"PHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}},"XPHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"tasha's caustic brew":{"class":{"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"tasha's mind whip":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"tasha's otherworldly guise":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}}},"tdcsr":{"freedom of the waves":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true},"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"PHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}}}},"freedom of the winds":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Ranger":true},"XPHB":{"Druid":true,"Sorcerer":true,"Ranger":true}},"subclass":{"PHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"XPHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}}}}},"xge":{"abi-dalzim's horrid wilting":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"absorb elements":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"aganazzar's scorcher":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"beast bond":{"class":{"PHB":{"Druid":true,"Ranger":true},"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"bones of the earth":{"class":{"PHB":{"Druid":true},"XPHB":{"Druid":true}}},"catapult":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"catnap":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"cause fear":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"ceremony":{"class":{"PHB":{"Cleric":true,"Paladin":true},"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"chaos bolt":{"class":{"PHB":{"Sorcerer":true},"XPHB":{"Sorcerer":true}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"charm monster":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"control flames":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"control winds":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}}},"create bonfire":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"create homunculus":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"crown of stars":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"danse macabre":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}}},"dawn":{"class":{"PHB":{"Cleric":true,"Wizard":true},"XPHB":{"Cleric":true,"Wizard":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"dragon's breath":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"druid grove":{"class":{"PHB":{"Druid":true},"XPHB":{"Druid":true}}},"dust devil":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"earth tremor":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"earthbind":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"elemental bane":{"class":{"PHB":{"Druid":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"enemies abound":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"enervation":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}}},"erupting earth":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"far step":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}}},"find greater steed":{"class":{"PHB":{"Paladin":true},"XPHB":{"Paladin":true}}},"flame arrows":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"frostbite":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"guardian of nature":{"class":{"PHB":{"Druid":true,"Ranger":true},"XPHB":{"Druid":true,"Ranger":true}}},"gust":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"healing spirit":{"class":{"PHB":{"Druid":true,"Ranger":true},"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}}},"holy weapon":{"class":{"PHB":{"Cleric":true,"Paladin":true},"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"ice knife":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"illusory dragon":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"immolation":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}}},"infernal calling":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}}},"infestation":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"investiture of flame":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"investiture of ice":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"investiture of stone":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"investiture of wind":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"invulnerability":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"life transference":{"class":{"PHB":{"Cleric":true,"Wizard":true},"XPHB":{"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"maddening darkness":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"maelstrom":{"class":{"PHB":{"Druid":true},"XPHB":{"Druid":true}}},"magic stone":{"class":{"PHB":{"Druid":true,"Warlock":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Warlock":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"mass polymorph":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"maximilian's earthen grasp":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"melf's minute meteors":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"mental prison":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mighty fortress":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mind spike":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"mold earth":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"negative energy flood":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}}},"power word pain":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"primal savagery":{"class":{"PHB":{"Druid":true},"XPHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"primordial ward":{"class":{"PHB":{"Druid":true},"XPHB":{"Druid":true}}},"psychic scream":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"pyrotechnics":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"scatter":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"shadow blade":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"shadow of moil":{"class":{"PHB":{"Warlock":true},"XPHB":{"Warlock":true}}},"shape water":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"EEPC":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"EEPC"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"sickening radiance":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"skill empowerment":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}}},"skywrite":{"class":{"PHB":{"Bard":true,"Druid":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Druid":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"snare":{"class":{"PHB":{"Druid":true,"Ranger":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Ranger":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"snilloc's snowball swarm":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"soul cage":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"steel wind strike":{"class":{"PHB":{"Ranger":true,"Wizard":true}}},"storm sphere":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon greater demon":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon lesser demons":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"synaptic static":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}}},"temple of the gods":{"class":{"PHB":{"Cleric":true},"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"tenser's transformation":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"thunder step":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"thunderclap":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"tidal wave":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"tiny servant":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"toll the dead":{"class":{"PHB":{"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"transmute rock":{"class":{"PHB":{"Druid":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Wizard":true}}},"vitriolic sphere":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"wall of light":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}}},"wall of sand":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"wall of water":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"MOT":{"Triton":true},"VGM":{"Triton":true}}},"warding wind":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"watery sphere":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"whirlwind":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"word of radiance":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"wrath of nature":{"class":{"PHB":{"Druid":true,"Ranger":true},"XPHB":{"Druid":true,"Ranger":true}}},"zephyr strike":{"class":{"PHB":{"Ranger":true},"XPHB":{"Ranger":true}}}},"bmt":{"antagonize":{"classVariant":{"PHB":{"Bard":{"definedInSources":["BMT"]},"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}},"XPHB":{"Bard":{"definedInSources":["BMT"]},"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"spirit of death":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}},"XPHB":{"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"spray of cards":{"classVariant":{"PHB":{"Bard":{"definedInSources":["BMT"]},"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}},"XPHB":{"Bard":{"definedInSources":["BMT"]},"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}}},"ghloe":{"arboreal curse":{"class":{"PHB":{"Druid":{"definedInSources":["GHLoE"]}},"XPHB":{"Druid":{"definedInSources":["GHLoE"]}}}},"consume mind":{"class":{"PHB":{"Cleric":{"definedInSources":["GHLoE"]},"Warlock":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}},"XPHB":{"Cleric":{"definedInSources":["GHLoE"]},"Warlock":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"heartseeker":{"class":{"PHB":{"Sorcerer":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}},"XPHB":{"Sorcerer":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"hunter sense":{"class":{"PHB":{"Druid":{"definedInSources":["GHLoE"]}},"XPHB":{"Druid":{"definedInSources":["GHLoE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"magic mirror":{"class":{"PHB":{"Sorcerer":{"definedInSources":["GHLoE"]}},"XPHB":{"Sorcerer":{"definedInSources":["GHLoE"]}}}},"suffocate":{"class":{"PHB":{"Bard":{"definedInSources":["GHLoE"]},"Sorcerer":{"definedInSources":["GHLoE"]},"Warlock":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}},"XPHB":{"Bard":{"definedInSources":["GHLoE"]},"Sorcerer":{"definedInSources":["GHLoE"]},"Warlock":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"wrack":{"class":{"PHB":{"Cleric":{"definedInSources":["GHLoE"]}},"XPHB":{"Cleric":{"definedInSources":["GHLoE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}}},"dodk":{"conjure the deep haze":{"classVariant":{"PHB":{"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}}},"contaminated power":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"contamination immunity":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"delerium blast":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"delerium orb":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"forced evolution":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"neutralizing field":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Paladin":{"definedInSources":["DoDk"]},"Ranger":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Paladin":{"definedInSources":["DoDk"]},"Ranger":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"octarine spray":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"purge contamination":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Paladin":{"definedInSources":["DoDk"]},"Ranger":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Paladin":{"definedInSources":["DoDk"]},"Ranger":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"ray of contamination":{"classVariant":{"PHB":{"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"ride the rifts":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"sacrament of the falling fire":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"siphon contamination":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"warp bolt":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}}},"hwcs":{"ambush prey":{"class":{"PHB":{"Ranger":true},"XPHB":{"Ranger":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"HWCS":{"Vulpin":true}}},"elevated sight":{"class":{"PHB":{"Cleric":true,"Druid":true,"Ranger":true,"Warlock":true,"Wizard":true},"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"feathered reach":{"class":{"PHB":{"Druid":true,"Ranger":true},"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}}},"globe of twilight":{"class":{"PHB":{"Druid":true,"Ranger":true,"Warlock":true},"XPHB":{"Druid":true,"Ranger":true,"Warlock":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}}},"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}}}}},"gust barrier":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"invoke the amaranthine":{"class":{"PHB":{"Cleric":true,"Paladin":true},"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"shape plants":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true},"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"spiny shield":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"stellar bodies":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"veil of dusk":{"class":{"PHB":{"Druid":true,"Warlock":true},"XPHB":{"Druid":true,"Warlock":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}}},"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}}},"xphb":{"acid splash":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"aid":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"alarm":{"class":{"XPHB":{"Ranger":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"alter self":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}},"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}},"PHB":{"Druid":{"PHB":{"Moon":{"name":"Circle of the Moon"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"optionalfeature":{"PHB":{"Master of Myriad Forms":{"featureType":["EI"]}},"XPHB":{"Master of Myriad Forms":{"featureType":["EI"]}}}},"animal friendship":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}},"MPMM":{"Yuan-Ti":true},"VGM":{"Yuan-ti Pureblood":true}}},"animal messenger":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"animal shapes":{"class":{"XPHB":{"Druid":true}}},"animate dead":{"class":{"XPHB":{"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Golgari Agent":true}},"optionalfeature":{"TCE":{"Undying Servitude":{"featureType":["EI"]}}}},"animate objects":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"antilife shell":{"class":{"XPHB":{"Druid":true}},"subclass":{"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"antimagic field":{"class":{"XPHB":{"Cleric":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"antipathy/sympathy":{"class":{"XPHB":{"Bard":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"arcane eye":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Dimir Operative":true},"SCC":{"Lorehold Student":true}},"optionalfeature":{"PHB":{"Visions of Distant Realms":{"featureType":["EI"]}},"XPHB":{"Visions of Distant Realms":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"},"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"arcane gate":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"arcane lock":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}},"MTF":{"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"arcane vigor":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"armor of agathys":{"class":{"XPHB":{"Warlock":true}},"subclass":{"PHB":{"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}}},"XPHB":{"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}},"MTF":{"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"arms of hadar":{"class":{"XPHB":{"Warlock":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}},"XPHB":{"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}}},"astral projection":{"class":{"XPHB":{"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"augury":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true,"Divinely Favored":true}}},"aura of life":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"},"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"aura of purity":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"},"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"aura of vitality":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Quandrix Student":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"awaken":{"class":{"XPHB":{"Bard":true,"Druid":true}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"bane":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Warlock":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Paladin":{"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Thief of Five Fates":{"featureType":["EI"]}}}},"banishing smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}}},"banishment":{"class":{"XPHB":{"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true,"Paladin":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}},"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"barkskin":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"beacon of hope":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Silverquill Student":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"beast sense":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}}},"XPHB":{"Barbarian":{"XPHB":{"Wild Heart":{"name":"Path of the Wild Heart"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"befuddlement":{"class":{"XPHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"bestow curse":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"optionalfeature":{"PHB":{"Sign of Ill Omen":{"featureType":["EI"]}}}},"bigby's hand":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"XPHB":{"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"blade barrier":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"blade ward":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"bless":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"blight":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}},"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true},"SCC":{"Witherbloom Student":true}}},"blinding smite":{"class":{"XPHB":{"Paladin":true}},"background":{"GGR":{"Boros Legionnaire":true}}},"blindness/deafness":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"DMG":{"Gnome (Deep)":true}}},"blink":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"blur":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"DMG":{"Gnome (Deep)":true}}},"burning hands":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}},"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XGE":{"Sun Soul":{"name":"Way of the Sun Soul"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}},"XPHB":{"Fiend":{"name":"Fiend Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XGE":{"Sun Soul":{"name":"Way of the Sun Soul"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Sweeping Cinder Strike":{"featureType":["ED"]}}},"race":{"EEPC":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"MTF":{"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"call lightning":{"class":{"XPHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"calm emotions":{"class":{"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Selesnya Initiate":true},"SCC":{"Silverquill Student":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"},"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"chain lightning":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"charm monster":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}}}},"charm person":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Glamour":{"name":"College of Glamour"},"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XPHB":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"chill touch":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"chromatic orb":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Prismari Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"circle of death":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"circle of power":{"class":{"XPHB":{"Cleric":true,"Wizard":true,"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Quandrix Student":true}}},"clairvoyance":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"},"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"clone":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"cloud of daggers":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"cloudkill":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"color spray":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"command":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Bard":{"XGE":{"Glamour":{"name":"College of Glamour"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}},"XPHB":{"Bard":{"XPHB":{"Glamour":{"name":"College of Glamour"},"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}},"Warlock":{"XPHB":{"Fiend":{"name":"Fiend Patron"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Orzhov Representative":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"commune":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"commune with nature":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Forest"]}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"XPHB":{"Barbarian":{"XPHB":{"Wild Heart":{"name":"Path of the Wild Heart"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}},"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"compelled duel":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}},"XPHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"comprehend languages":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"BGG":{"Rune Shaper":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"compulsion":{"class":{"XPHB":{"Bard":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}}}},"background":{"GGR":{"Azorius Functionary":true},"SCC":{"Silverquill Student":true}},"optionalfeature":{"PHB":{"Bewitching Whispers":{"featureType":["EI"]}}}},"cone of cold":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"XPHB":{"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"background":{"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"Breath of Winter":{"featureType":["ED"]}}}},"confusion":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}},"background":{"GGR":{"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}},"optionalfeature":{"PHB":{"Dreadful Word":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"conjure animals":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Moon":{"name":"Circle of the Moon"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"conjure barrage":{"class":{"XPHB":{"Ranger":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"conjure celestial":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"conjure elemental":{"class":{"XPHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}}}},"background":{"GGR":{"Izzet Engineer":true},"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"Minions of Chaos":{"featureType":["EI"]}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"conjure fey":{"class":{"XPHB":{"Druid":true}}},"conjure minor elementals":{"class":{"XPHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true,"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"conjure volley":{"class":{"XPHB":{"Ranger":true}}},"conjure woodland beings":{"class":{"XPHB":{"Druid":true,"Ranger":true}}},"contact other plane":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"contagion":{"class":{"XPHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}}},"contingency":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"continual flame":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"control water":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"background":{"SCC":{"Quandrix Student":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"control weather":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"cordon of arrows":{"class":{"XPHB":{"Ranger":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"counterspell":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Abjurer":{"name":"Abjurer"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"create food and water":{"class":{"XPHB":{"Cleric":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"create or destroy water":{"class":{"XPHB":{"Cleric":true,"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EEPC":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"}}}},"create undead":{"class":{"XPHB":{"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"creation":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"background":{"GGR":{"Simic Scientist":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"crown of madness":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"MTF":{"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"crusader's mantle":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"XPHB":{"War":{"name":"War Domain"}}}}}},"cure wounds":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}},"XPHB":{"Moon":{"name":"Circle of the Moon"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"FTD":{"Gift of the Metallic Dragon":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"dancing lights":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"AAG":{"Astral Elf":true},"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"},"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"darkness":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XPHB":{"Shadow":{"name":"Warrior of Shadow"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Shadow":{"name":"Shadow Magic"}}}},"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Shadow":{"name":"Shadow Magic"}}}}},"background":{"SCC":{"Silverquill Student":true}},"race":{"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"},"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"}},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"},"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"darkvision":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"daylight":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Light":{"name":"Light Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Silverquill Student":true}},"race":{"DMG":{"Aasimar":true}}},"death ward":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Orzhov Representative":true},"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"delayed blast fireball":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"demiplane":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"destructive wave":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}}},"background":{"GGR":{"Gruul Anarch":true}}},"detect evil and good":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect magic":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Warlock":true,"Wizard":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Fey Touched":true},"DSotDQ":{"Divinely Favored":true},"XGE":{"Drow High Magic":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]},"Eldritch Sight":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"XPHB":{"Elf":true},"MPMM":{"Firbolg":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect poison and disease":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect thoughts":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true},"TCE":{"Telepathic":true},"XPHB":{"Telepathic":true}},"race":{"MTF":{"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"},"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Githzerai":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"dimension door":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"XPHB":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"disguise self":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XPHB":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Shadow Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Mask of Many Faces":{"featureType":["EI"]}},"XPHB":{"Mask of Many Faces":{"featureType":["EI"]}}},"race":{"MPMM":{"Deep Gnome":true,"Firbolg":true},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"DMG":{"Gnome (Deep)":true},"VRGR":{"Hexblood":true},"MTF":{"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"disintegrate":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dispel evil and good":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"dispel magic":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Warlock":true,"Wizard":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}},"Wizard":{"XPHB":{"Abjurer":{"name":"Abjurer"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}}},"dissonant whispers":{"class":{"XPHB":{"Bard":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}},"background":{"GGR":{"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"divination":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest","Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Izzet Engineer":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"divine favor":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}}}},"divine smite":{"class":{"XPHB":{"Paladin":true}}},"divine word":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"dominate beast":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"dominate monster":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dominate person":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}}},"dragon's breath":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"drawmij's instant summons":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dream":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}}},"XPHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"druidcraft":{"class":{"XPHB":{"Druid":true}},"subclass":{"PHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}}},"XPHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}}}},"background":{"GGR":{"Selesnya Initiate":true,"Simic Scientist":true}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"MPMM":{"Fairy":true},"WBtW":{"Fairy":true},"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"earthquake":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"eldritch blast":{"class":{"XPHB":{"Warlock":true}},"feat":{"PHB":{"Magic Initiate":true,"Spell Sniper":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"elemental weapon":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"elementalism":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XPHB":{"Elements":{"name":"Warrior of the Elements"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"enhance ability":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"enlarge/reduce":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Quandrix Student":true},"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"MPMM":{"Duergar":true,"Fairy":true},"MTF":{"Dwarf (Duergar)":{"baseName":"Dwarf","baseSource":"PHB"}},"WBtW":{"Fairy":true}}},"ensnaring strike":{"class":{"XPHB":{"Ranger":true}},"subclass":{"PHB":{"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"XPHB":{"Paladin":{"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}}}},"background":{"GGR":{"Azorius Functionary":true}}},"entangle":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Golgari Agent":true},"SCC":{"Quandrix Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}}}},"enthrall":{"class":{"XPHB":{"Bard":true,"Warlock":true}},"background":{"GGR":{"Orzhov Representative":true,"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"etherealness":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"evard's black tentacles":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}}},"expeditious retreat":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"eyebite":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fabricate":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"faerie fire":{"class":{"XPHB":{"Bard":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Fairy":true},"WBtW":{"Fairy":true},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"false life":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Shadow Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Fiendish Vigor":{"featureType":["EI"]}},"XPHB":{"Fiendish Vigor":{"featureType":["EI"]}}}},"fear":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Ranger":{"XPHB":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"race":{"HWCS":{"Vulpin":true}}},"feather fall":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"}},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"feign death":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}}},"find familiar":{"class":{"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true,"Servo Crafting":true},"SCC":{"Strixhaven Initiate":true,"Strixhaven Mascot":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]},"Pact of the Chain":{"featureType":["PB"]}},"XPHB":{"Pact of the Chain":{"featureType":["EI"]},"Pact of the Tome":{"featureType":["EI"]}}}},"find steed":{"class":{"XPHB":{"Paladin":true}}},"find the path":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"find traps":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"finger of death":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fire bolt":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Gruul Anarch":true,"Rakdos Cultist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"fire shield":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XPHB":{"War":{"name":"War Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}},"XPHB":{"Fiend":{"name":"Fiend Patron"}}}}}},"fire storm":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"fireball":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}},"XPHB":{"Fiend":{"name":"Fiend Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"optionalfeature":{"PHB":{"Flames of the Phoenix":{"featureType":["ED"]}}}},"flame blade":{"class":{"XPHB":{"Druid":true,"Sorcerer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"race":{"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"MTF":{"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"flame strike":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"},"War":{"name":"War Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"XGE":{"Celestial":{"name":"The Celestial"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Lorehold Student":true}}},"flaming sphere":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Prismari Student":true},"GGR":{"Rakdos Cultist":true}}},"flesh to stone":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fly":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"optionalfeature":{"PHB":{"Ride the Wind":{"featureType":["ED"]}}}},"fog cloud":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]},"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MOT":{"Triton":true},"MPMM":{"Triton":true},"VGM":{"Triton":true}}},"forbiddance":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"forcecage":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"foresight":{"class":{"XPHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"fount of moonlight":{"class":{"XPHB":{"Bard":true,"Druid":true}},"subclass":{"XPHB":{"Druid":{"XPHB":{"Moon":{"name":"Circle of the Moon"}}}}}},"freedom of movement":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Coast","Forest","Grassland","Swamp"]}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XPHB":{"War":{"name":"War Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}},"XPHB":{"Devotion":{"name":"Oath of Devotion"},"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}}},"background":{"GGR":{"Dimir Operative":true,"Simic Scientist":true},"SCC":{"Prismari Student":true,"Quandrix Student":true}},"optionalfeature":{"XGE":{"Trickster's Escape":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"friends":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Orzhov Representative":true,"Selesnya Initiate":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Siren":true},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"gaseous form":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true,"Simic Scientist":true}},"optionalfeature":{"PHB":{"Mist Stance":{"featureType":["ED"]}}}},"gate":{"class":{"XPHB":{"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"geas":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Wizard":true,"Paladin":true}},"subclass":{"PHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Fiend":{"name":"Fiend Patron"}}}}},"background":{"GGR":{"Orzhov Representative":true}}},"gentle repose":{"class":{"XPHB":{"Cleric":true,"Wizard":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"giant insect":{"class":{"XPHB":{"Druid":true}},"background":{"GGR":{"Golgari Agent":true}}},"glibness":{"class":{"XPHB":{"Bard":true,"Warlock":true}}},"globe of invulnerability":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"glyph of warding":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"goodberry":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}}},"PHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"grasping vine":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"grease":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"greater invisibility":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}},"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XPHB":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}},"VRGR":{"Undead":{"name":"The Undead"}},"XPHB":{"Archfey":{"name":"Archfey Patron"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"greater restoration":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"guardian of faith":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"},"Light":{"name":"Light Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"guards and wards":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"guidance":{"class":{"XPHB":{"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Bard":{"VRGR":{"Spirits":{"name":"College of Spirits"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}},"TCE":{"Stars":{"name":"Circle of Stars"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Bard":{"VRGR":{"Spirits":{"name":"College of Spirits"}},"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"XPHB":{"Stars":{"name":"Circle of the Stars"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"guiding bolt":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"XPHB":{"War":{"name":"War Domain"}}},"Druid":{"XPHB":{"Stars":{"name":"Circle of the Stars"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Druid":{"TCE":{"Stars":{"name":"Circle of Stars"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Quandrix Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"gust of wind":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"XPHB":{"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"optionalfeature":{"PHB":{"Rush of the Gale Spirits":{"featureType":["ED"]}}},"race":{"MPMM":{"Aarakocra":true,"Triton":true},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MOT":{"Triton":true},"VGM":{"Triton":true}}},"hail of thorns":{"class":{"XPHB":{"Ranger":true}}},"hallow":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"hallucinatory terrain":{"class":{"XPHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"harm":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"haste":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"},"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Prismari Student":true,"Quandrix Student":true},"GGR":{"Rakdos Cultist":true}}},"heal":{"class":{"XPHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"healing word":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"heat metal":{"class":{"XPHB":{"Bard":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}},"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"hellish rebuke":{"class":{"XPHB":{"Warlock":true}},"subclass":{"PHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}}},"XPHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"race":{"PHB":{"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"heroes' feast":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"heroism":{"class":{"XPHB":{"Bard":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}}},"XPHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}}}},"background":{"GGR":{"Boros Legionnaire":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"hex":{"class":{"XPHB":{"Warlock":true}},"subclass":{"XPHB":{"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"PHB":{"Magic Initiate":true}},"race":{"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"}},"VRGR":{"Hexblood":true}}},"hold monster":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TDCSR":{"Blood":{"name":"Blood Domain"}},"XPHB":{"War":{"name":"War Domain"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}},"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"optionalfeature":{"PHB":{"Chains of Carceri":{"featureType":["EI"]}}}},"hold person":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}},"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"optionalfeature":{"PHB":{"Clench of the North Wind":{"featureType":["ED"]}}}},"holy aura":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"hunger of hadar":{"class":{"XPHB":{"Warlock":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}},"XPHB":{"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}}},"hunter's mark":{"class":{"XPHB":{"Ranger":true}},"subclass":{"PHB":{"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}}},"XPHB":{"Paladin":{"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}}}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"hypnotic pattern":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"ice knife":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"ice storm":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"identify":{"class":{"XPHB":{"Bard":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"TCE":{"Artificer Initiate":true,"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"TDCSR":{"Mystic Conflux":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"illusory script":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true,"Shadow-Touched":true},"PSK":{"Quicksmithing":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"imprisonment":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"incendiary cloud":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"inflict wounds":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"insect plague":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert","Grassland","Swamp","Underdark"]}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Fiend":{"name":"Fiend Patron"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"invisibility":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true},"TCE":{"Shadow Touched":true},"XPHB":{"Shadow-Touched":true}},"optionalfeature":{"XPHB":{"One with Shadows":{"featureType":["EI"]}},"XGE":{"Shroud of Shadow":{"featureType":["EI"]}}},"race":{"MPMM":{"Duergar":true},"MTF":{"Dwarf (Duergar)":{"baseName":"Dwarf","baseSource":"PHB"},"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}}}},"jallarzi's storm of radiance":{"class":{"XPHB":{"Warlock":true,"Wizard":true}}},"jump":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Otherworldly Leap":{"featureType":["EI"]}},"XPHB":{"Otherworldly Leap":{"featureType":["EI"]}}},"race":{"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githyanki":true},"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"knock":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"legend lore":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"SCC":{"Lorehold Student":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"leomund's secret chest":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"leomund's tiny hut":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"lesser restoration":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Life":{"name":"Life Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"DMG":{"Aasimar":true},"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"levitate":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"optionalfeature":{"PHB":{"Ascendant Step":{"featureType":["EI"]}},"XPHB":{"Ascendant Step":{"featureType":["EI"]}}},"race":{"EEPC":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"}},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"light":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"DMG":{"Aasimar":true},"MPMM":{"Aasimar":true,"Kobold":true},"VGM":{"Aasimar (Fallen)":{"baseName":"Aasimar","baseSource":"VGM"},"Aasimar (Protector)":{"baseName":"Aasimar","baseSource":"VGM"},"Aasimar (Scourge)":{"baseName":"Aasimar","baseSource":"VGM"}},"XPHB":{"Aasimar":true,"Elf":true},"AAG":{"Astral Elf":true},"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"lightning arrow":{"class":{"XPHB":{"Ranger":true}}},"lightning bolt":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]},"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}}},"locate animals or plants":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"locate creature":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Wizard":true,"Paladin":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"locate object":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Wizard":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"longstrider":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"race":{"XPHB":{"Elf":true},"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"mage armor":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Armor of Shadows":{"featureType":["EI"]}},"XPHB":{"Armor of Shadows":{"featureType":["EI"]}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"mage hand":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Telekinetic":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Telekinetic":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"},"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"},"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Githyanki":true,"Githzerai":true,"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"magic circle":{"class":{"XPHB":{"Cleric":true,"Warlock":true,"Wizard":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"magic jar":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"magic missile":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"magic mouth":{"class":{"XPHB":{"Bard":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"magic weapon":{"class":{"XPHB":{"Ranger":true,"Sorcerer":true,"Wizard":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}},"XPHB":{"War":{"name":"War Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"major image":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"mass cure wounds":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"HWCS":{"Community":{"name":"Community Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}},"XPHB":{"Moon":{"name":"Circle of the Moon"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"mass heal":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"mass healing word":{"class":{"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"mass suggestion":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"maze":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"meld into stone":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"background":{"GGR":{"Dimir Operative":true}}},"melf's acid arrow":{"class":{"XPHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"mending":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"message":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"meteor swarm":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mind blank":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mind sliver":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"mind spike":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"minor illusion":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XPHB":{"Shadow":{"name":"Warrior of Shadow"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Illusionist":{"name":"Illusionist"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"PHB":{"Illusion":{"name":"School of Illusion"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"},"Gnome (Forest)":{"baseName":"Gnome","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"mirage arcane":{"class":{"XPHB":{"Bard":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mirror image":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Glamour":{"name":"College of Glamour"},"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"mislead":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Ranger":{"XPHB":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"misty step":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}},"XPHB":{"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}},"XPHB":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}},"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"XGE":{"Fey Teleportation":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}},"race":{"DMG":{"Elf (Eladrin)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githyanki":true},"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"modify memory":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}},"background":{"GGR":{"Dimir Operative":true}}},"moonbeam":{"class":{"XPHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Druid":{"XPHB":{"Moon":{"name":"Circle of the Moon"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}},"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}}}}},"mordenkainen's faithful hound":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"mordenkainen's magnificent mansion":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mordenkainen's private sanctum":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"mordenkainen's sword":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"move earth":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"nondetection":{"class":{"XPHB":{"Bard":true,"Ranger":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"HWCS":{"Night":{"name":"Night Domain"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"HWCS":{"Night":{"name":"Night Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"MTF":{"Svirfneblin Magic":true}},"race":{"MPMM":{"Deep Gnome":true},"DMG":{"Gnome (Deep)":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"nystul's magic aura":{"class":{"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"otiluke's freezing sphere":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"otiluke's resilient sphere":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"otto's irresistible dance":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"pass without trace":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Trickery":{"name":"Trickery Domain"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true},"XGE":{"Wood Elf Magic":true}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"},"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}},"XPHB":{"Elf":true},"EEPC":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"MPMM"}}}},"passwall":{"class":{"XPHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}}},"XPHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}}}},"background":{"SCC":{"Quandrix Student":true}}},"phantasmal force":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}},"XPHB":{"Archfey":{"name":"Archfey Patron"},"Great Old One":{"name":"Great Old One Patron"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}},"TCE":{"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"phantasmal killer":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie"}}}}}},"phantom steed":{"class":{"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"planar ally":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"planar binding":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"plane shift":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"plant growth":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}},"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Golgari Agent":true,"Selesnya Initiate":true}}},"poison spray":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true,"Yuan-Ti":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"VGM":{"Yuan-ti Pureblood":true}}},"polymorph":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"optionalfeature":{"PHB":{"Sculptor of Flesh":{"featureType":["EI"]}}}},"power word fortify":{"class":{"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"power word heal":{"class":{"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"power word kill":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"power word stun":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"prayer of healing":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"prestidigitation":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}},"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}},"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"BMT":{"Cartomancer":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"prismatic spray":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"prismatic wall":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"produce flame":{"class":{"XPHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"background":{"GGR":{"Gruul Anarch":true,"Izzet Engineer":true}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"EEPC":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"programmed illusion":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"project image":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"protection from energy":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"},"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"protection from evil and good":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Warlock":true,"Wizard":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"protection from poison":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"purify food and drink":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"raise dead":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"rary's telepathic bond":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}},"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"SCC":{"Silverquill Student":true}}},"ray of enfeeblement":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true,"Orzhov Representative":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"ray of frost":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]},"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"ray of sickness":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"regenerate":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"reincarnate":{"class":{"XPHB":{"Druid":true}}},"remove curse":{"class":{"XPHB":{"Cleric":true,"Warlock":true,"Wizard":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"resistance":{"class":{"XPHB":{"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"resurrection":{"class":{"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"reverse gravity":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"revivify":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}}},"rope trick":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XPHB":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"sacred flame":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"GGR":{"Boros Legionnaire":true}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"AAG":{"Astral Elf":true}}},"sanctuary":{"class":{"XPHB":{"Cleric":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Monk":{"PHB":{"Open Hand":{"name":"Way of the Open Hand"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"scorching ray":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}},"XPHB":{"Fiend":{"name":"Fiend Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Boros Legionnaire":true}}},"scrying":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"},"Light":{"name":"Light Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast","Swamp"]}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}},"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"searing smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}}}},"race":{"MTF":{"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"see invisibility":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"seeming":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"XPHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}}},"Ranger":{"XPHB":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}},"XPHB":{"Archfey":{"name":"Archfey Patron"}}}}}},"sending":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"optionalfeature":{"TCE":{"Far Scribe":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"sequester":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"shapechange":{"class":{"XPHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"shatter":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"XPHB":{"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"optionalfeature":{"PHB":{"Gong of the Summit":{"featureType":["ED"]}}}},"shield":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"},"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githzerai":true},"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"shield of faith":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XPHB":{"War":{"name":"War Domain"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"shillelagh":{"class":{"XPHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"shining smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"MTF":{"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"shocking grasp":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"silence":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"silent image":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Misty Visions":{"featureType":["EI"]}},"XPHB":{"Misty Visions":{"featureType":["EI"]}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"simulacrum":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"sleep":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Cleric":{"HWCS":{"Night":{"name":"Night Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}},"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"sleet storm":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"slow":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"optionalfeature":{"PHB":{"Mire the Mind":{"featureType":["EI"]}}}},"sorcerous burst":{"class":{"XPHB":{"Sorcerer":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"MPMM":{"Kobold":true}}},"spare the dying":{"class":{"XPHB":{"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"speak with animals":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true,"Warlock":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"XPHB":{"Barbarian":{"XPHB":{"Wild Heart":{"name":"Path of the Wild Heart"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Paladin":{"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Beast Speech":{"featureType":["EI"]},"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"speak with dead":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"SCC":{"Lorehold Student":true},"GGR":{"Orzhov Representative":true}},"optionalfeature":{"PHB":{"Whispers of the Grave":{"featureType":["EI"]}},"XPHB":{"Whispers of the Grave":{"featureType":["EI"]}}}},"speak with plants":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"spider climb":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest","Mountain","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"spike growth":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Mountain"]}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}}}},"spirit guardians":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"HWCS":{"Community":{"name":"Community Domain"}},"XPHB":{"War":{"name":"War Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"HWCS":{"Community":{"name":"Community Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Lorehold Student":true},"GGR":{"Orzhov Representative":true}}},"spiritual weapon":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"War":{"name":"War Domain"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"},"War":{"name":"War Domain"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"staggering smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}}},"starry wisp":{"class":{"XPHB":{"Bard":true,"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"XPHB":{"Moon":{"name":"Circle of the Moon"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"steel wind strike":{"class":{"XPHB":{"Ranger":true,"Wizard":true}},"subclass":{"XPHB":{"Cleric":{"XPHB":{"War":{"name":"War Domain"}}}}}},"stinking cloud":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Fiend":{"name":"Fiend Patron"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}}}},"stone shape":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"background":{"SCC":{"Lorehold Student":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"stoneskin":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}},"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"optionalfeature":{"PHB":{"Eternal Mountain Defense":{"featureType":["ED"]}}}},"storm of vengeance":{"class":{"XPHB":{"Druid":true}}},"suggestion":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Fiend":{"name":"Fiend Patron"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Yuan-Ti":true},"VGM":{"Yuan-ti Pureblood":true}}},"summon aberration":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}}},"summon beast":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Wizard":{"XPHB":{"Illusionist":{"name":"Illusionist"}}}}}},"summon celestial":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}}}},"summon construct":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}}}},"summon dragon":{"class":{"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}}}},"summon elemental":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon fey":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XPHB":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Illusionist":{"name":"Illusionist"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon fiend":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"summon undead":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"sunbeam":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"sunburst":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"swift quiver":{"class":{"XPHB":{"Ranger":true}}},"symbol":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"synaptic static":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}}},"tasha's bubbling cauldron":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"tasha's hideous laughter":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"telekinesis":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"TCE":{"Psi Warrior":{"name":"Psi Warrior"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}},"TDCSR":{"Runechild":{"name":"Runechild"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Fighter":{"XPHB":{"Psi Warrior":{"name":"Psi Warrior"}}},"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}},"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}}},"telepathy":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"teleport":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"teleportation circle":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"tenser's floating disk":{"class":{"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}},"MTF":{"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"thaumaturgy":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Ranger":{"FTD":{"Drakewarden":{"name":"Drakewarden"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Ranger":{"FTD":{"Drakewarden":{"name":"Drakewarden"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}},"XPHB":{"Tiefling":true}}},"thorn whip":{"class":{"XPHB":{"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"thunderclap":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"thunderous smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}}}},"thunderwave":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"XPHB":{"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"background":{"GGR":{"Gruul Anarch":true},"SCC":{"Prismari Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Fist of Four Thunders":{"featureType":["ED"]}}}},"time stop":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"toll the dead":{"class":{"XPHB":{"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"tongues":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"transport via plants":{"class":{"XPHB":{"Druid":true}}},"tree stride":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]}}},"Paladin":{"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}}}}},"true polymorph":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"true resurrection":{"class":{"XPHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"true seeing":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"true strike":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"tsunami":{"class":{"XPHB":{"Druid":true}}},"unseen servant":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"vampiric touch":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"background":{"SCC":{"Witherbloom Student":true}}},"vicious mockery":{"class":{"XPHB":{"Bard":true}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"vitriolic sphere":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"wall of fire":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"},"Fiend":{"name":"Fiend Patron"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Rakdos Cultist":true},"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"River of Hungry Flame":{"featureType":["ED"]}}}},"wall of force":{"class":{"XPHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}},"XPHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}}}},"wall of ice":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"wall of stone":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert","Mountain"]}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"XPHB":{"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"optionalfeature":{"PHB":{"Wave of Rolling Earth":{"featureType":["ED"]}}}},"wall of thorns":{"class":{"XPHB":{"Druid":true}}},"warding bond":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"water breathing":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"optionalfeature":{"XGE":{"Gift of the Depths":{"featureType":["EI"]}},"XPHB":{"Gift of the Depths":{"featureType":["EI"]}}}},"water walk":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast","Swamp"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Prismari Student":true}},"race":{"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"},"Triton":true}}},"web":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"weird":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"wind walk":{"class":{"XPHB":{"Druid":true}}},"wind wall":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"background":{"GGR":{"Simic Scientist":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"wish":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}}},"witch bolt":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"word of radiance":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"word of recall":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"wrathful smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"feat":{"TCE":{"Shadow Touched":true},"XPHB":{"Shadow-Touched":true}}},"yolande's regal presence":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"XPHB":{"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}}}}},"zone of truth":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}}},"egw":{"sapping sting":{"subclass":{"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"dark star":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"fortune's favor":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"gift of alacrity":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}}},"gravity fissure":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"gravity sinkhole":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"immovable object":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"magnify gravity":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"pulse wave":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"ravenous void":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"reality break":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"temporal shunt":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"tether essence":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"time ravage":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"wristpocket":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}}},"ggr":{"encode thoughts":{"background":{"GGR":{"Dimir Operative":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}}}} \ No newline at end of file +{"aag":{"air bubble":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"create spelljamming helm":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Wizard":true}}}},"ai":{"distort value":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true,"Warlock":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true,"Warlock":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"fast friends":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true},"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"gift of gab":{"class":{"PHB":{"Bard":true,"Wizard":true},"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"incite greed":{"class":{"PHB":{"Cleric":true,"Wizard":true,"Warlock":true},"XPHB":{"Cleric":true,"Wizard":true,"Warlock":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"jim's glowing coin":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"jim's magic missile":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"motivational speech":{"class":{"PHB":{"Bard":true,"Cleric":true},"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}}},"aitfr-avt":{"linked glyphs":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}}}},"ftd":{"ashardalon's stride":{"class":{"TCE":{"Artificer":true},"PHB":{"Ranger":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"draconic transformation":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fizban's platinum shield":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"nathair's mischief":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"raulothim's psychic lance":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"rime's binding ice":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon draconic spirit":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}}}},"idrotf":{"create magen":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"frost fingers":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}}},"llk":{"flock of familiars":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}}},"galder's speedy courier":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}}},"galder's tower":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}}}},"phb":{"acid splash":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"aid":{"class":{"PHB":{"Cleric":true,"Paladin":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"alarm":{"class":{"PHB":{"Ranger":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"alter self":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Druid":{"PHB":{"Moon":{"name":"Circle of the Moon"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"optionalfeature":{"PHB":{"Master of Myriad Forms":{"featureType":["EI"]}}}},"animal friendship":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}},"MPMM":{"Yuan-Ti":true},"VGM":{"Yuan-ti Pureblood":true}}},"animal messenger":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"animal shapes":{"class":{"PHB":{"Druid":true}}},"animate dead":{"class":{"PHB":{"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Golgari Agent":true}},"optionalfeature":{"TCE":{"Undying Servitude":{"featureType":["EI"]}}}},"animate objects":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"antilife shell":{"class":{"PHB":{"Druid":true}},"subclass":{"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"antimagic field":{"class":{"PHB":{"Cleric":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"antipathy/sympathy":{"class":{"PHB":{"Druid":true,"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"arcane eye":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Dimir Operative":true},"SCC":{"Lorehold Student":true}},"optionalfeature":{"PHB":{"Visions of Distant Realms":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"},"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"arcane gate":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"arcane lock":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}},"MTF":{"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"armor of agathys":{"class":{"PHB":{"Warlock":true}},"subclass":{"PHB":{"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}}},"XPHB":{"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}},"MTF":{"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"arms of hadar":{"class":{"PHB":{"Warlock":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}}},"astral projection":{"class":{"PHB":{"Cleric":true,"Warlock":true,"Wizard":true,"Monk":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"augury":{"class":{"PHB":{"Cleric":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true,"Divinely Favored":true}}},"aura of life":{"class":{"PHB":{"Paladin":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"},"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"aura of purity":{"class":{"PHB":{"Paladin":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"},"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"aura of vitality":{"class":{"PHB":{"Paladin":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]},"Druid":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Quandrix Student":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"awaken":{"class":{"PHB":{"Bard":true,"Druid":true}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"bane":{"class":{"PHB":{"Bard":true,"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Thief of Five Fates":{"featureType":["EI"]}}}},"banishing smite":{"class":{"PHB":{"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}}},"banishment":{"class":{"PHB":{"Cleric":true,"Paladin":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"barkskin":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"beacon of hope":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Silverquill Student":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"beast sense":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"bestow curse":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"optionalfeature":{"PHB":{"Sign of Ill Omen":{"featureType":["EI"]}}}},"bigby's hand":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"XPHB":{"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"blade barrier":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"blade ward":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"bless":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"blight":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true},"SCC":{"Witherbloom Student":true}}},"blinding smite":{"class":{"PHB":{"Paladin":true}},"background":{"GGR":{"Boros Legionnaire":true}}},"blindness/deafness":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true},"MTF":{"Svirfneblin Magic":true}},"race":{"DMG":{"Gnome (Deep)":true}}},"blink":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"blur":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true},"MTF":{"Svirfneblin Magic":true}},"race":{"DMG":{"Gnome (Deep)":true}}},"branding smite":{"class":{"PHB":{"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"race":{"MTF":{"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"burning hands":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XGE":{"Sun Soul":{"name":"Way of the Sun Soul"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XGE":{"Sun Soul":{"name":"Way of the Sun Soul"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Sweeping Cinder Strike":{"featureType":["ED"]}}},"race":{"EEPC":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"MTF":{"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"call lightning":{"class":{"PHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"calm emotions":{"class":{"PHB":{"Bard":true,"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Selesnya Initiate":true},"SCC":{"Silverquill Student":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"},"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"chain lightning":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"charm person":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"chill touch":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"chromatic orb":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Prismari Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"circle of death":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"circle of power":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}}},"background":{"SCC":{"Quandrix Student":true}}},"clairvoyance":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"},"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"clone":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"cloud of daggers":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"cloudkill":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"color spray":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"command":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Bard":{"XGE":{"Glamour":{"name":"College of Glamour"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Orzhov Representative":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"commune":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"commune with nature":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Forest"]}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"XPHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"compelled duel":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}},"XPHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"comprehend languages":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"BGG":{"Rune Shaper":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"compulsion":{"class":{"PHB":{"Bard":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}}}},"background":{"GGR":{"Azorius Functionary":true},"SCC":{"Silverquill Student":true}},"optionalfeature":{"PHB":{"Bewitching Whispers":{"featureType":["EI"]}}}},"cone of cold":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"background":{"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"Breath of Winter":{"featureType":["ED"]}}}},"confusion":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"background":{"GGR":{"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}},"optionalfeature":{"PHB":{"Dreadful Word":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"conjure animals":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"conjure barrage":{"class":{"PHB":{"Ranger":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"conjure celestial":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"conjure elemental":{"class":{"PHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}}}},"background":{"GGR":{"Izzet Engineer":true},"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"Minions of Chaos":{"featureType":["EI"]}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"conjure fey":{"class":{"PHB":{"Druid":true,"Warlock":true}}},"conjure minor elementals":{"class":{"PHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true,"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"conjure volley":{"class":{"PHB":{"Ranger":true}}},"conjure woodland beings":{"class":{"PHB":{"Druid":true,"Ranger":true}}},"contact other plane":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"contagion":{"class":{"PHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}}},"contingency":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"continual flame":{"class":{"PHB":{"Cleric":true,"Wizard":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"control water":{"class":{"PHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"background":{"SCC":{"Quandrix Student":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"control weather":{"class":{"PHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"cordon of arrows":{"class":{"PHB":{"Ranger":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"counterspell":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"create food and water":{"class":{"PHB":{"Cleric":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"create or destroy water":{"class":{"PHB":{"Cleric":true,"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EEPC":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"}}}},"create undead":{"class":{"PHB":{"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"creation":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"background":{"GGR":{"Simic Scientist":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"crown of madness":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"MTF":{"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"crusader's mantle":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}}}}},"cure wounds":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"FTD":{"Gift of the Metallic Dragon":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"dancing lights":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"AAG":{"Astral Elf":true},"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"},"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"darkness":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Shadow":{"name":"Shadow Magic"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Shadow":{"name":"Shadow Magic"}}}}},"background":{"SCC":{"Silverquill Student":true}},"race":{"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"},"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"}},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"},"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"darkvision":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"daylight":{"class":{"PHB":{"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true,"Sorcerer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Silverquill Student":true}},"race":{"DMG":{"Aasimar":true}}},"death ward":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Orzhov Representative":true},"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"delayed blast fireball":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"demiplane":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"destructive wave":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}}},"background":{"GGR":{"Gruul Anarch":true}}},"detect evil and good":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect magic":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Fey Touched":true},"DSotDQ":{"Divinely Favored":true},"XGE":{"Drow High Magic":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]},"Eldritch Sight":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"MPMM":{"Firbolg":true},"VGM":{"Firbolg":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect poison and disease":{"class":{"PHB":{"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect thoughts":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true},"TCE":{"Telepathic":true}},"race":{"MTF":{"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"},"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Githzerai":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"dimension door":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"disguise self":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Shadow Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"SCC":{"Strixhaven Initiate":true},"MTF":{"Svirfneblin Magic":true}},"optionalfeature":{"PHB":{"Mask of Many Faces":{"featureType":["EI"]}}},"race":{"MPMM":{"Deep Gnome":true,"Firbolg":true},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"VGM":{"Firbolg":true},"DMG":{"Gnome (Deep)":true},"VRGR":{"Hexblood":true},"MTF":{"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"disintegrate":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dispel evil and good":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"dispel magic":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"feat":{"XGE":{"Drow High Magic":true}}},"dissonant whispers":{"class":{"PHB":{"Bard":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"background":{"GGR":{"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"divination":{"class":{"PHB":{"Cleric":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest","Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Izzet Engineer":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"divine favor":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}}}},"divine word":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"dominate beast":{"class":{"PHB":{"Druid":true,"Sorcerer":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"dominate monster":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dominate person":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}}},"drawmij's instant summons":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dream":{"class":{"PHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}}},"XPHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"druidcraft":{"class":{"PHB":{"Druid":true}},"subclass":{"PHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}}},"XPHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}}}},"background":{"GGR":{"Selesnya Initiate":true,"Simic Scientist":true}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"MPMM":{"Fairy":true},"WBtW":{"Fairy":true},"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"earthquake":{"class":{"PHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"eldritch blast":{"class":{"PHB":{"Warlock":true}},"feat":{"PHB":{"Magic Initiate":true,"Spell Sniper":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"elemental weapon":{"class":{"PHB":{"Paladin":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"enhance ability":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Sorcerer":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"enlarge/reduce":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]},"Druid":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Quandrix Student":true},"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"MPMM":{"Duergar":true,"Fairy":true},"MTF":{"Dwarf (Duergar)":{"baseName":"Dwarf","baseSource":"PHB"}},"WBtW":{"Fairy":true}}},"ensnaring strike":{"class":{"PHB":{"Ranger":true}},"subclass":{"PHB":{"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}}},"background":{"GGR":{"Azorius Functionary":true}}},"entangle":{"class":{"PHB":{"Druid":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Golgari Agent":true},"SCC":{"Quandrix Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}}}},"enthrall":{"class":{"PHB":{"Bard":true,"Warlock":true}},"background":{"GGR":{"Orzhov Representative":true,"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"etherealness":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"evard's black tentacles":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}}},"expeditious retreat":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"eyebite":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fabricate":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"faerie fire":{"class":{"PHB":{"Bard":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"}},"MPMM":{"Fairy":true},"WBtW":{"Fairy":true},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"false life":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Shadow Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Fiendish Vigor":{"featureType":["EI"]}}}},"fear":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Rakdos Cultist":true}}},"feather fall":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"}},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"feeblemind":{"class":{"PHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"feign death":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}}},"find familiar":{"class":{"PHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true,"Servo Crafting":true},"SCC":{"Strixhaven Initiate":true,"Strixhaven Mascot":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]},"Pact of the Chain":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"find steed":{"class":{"PHB":{"Paladin":true}}},"find the path":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"find traps":{"class":{"PHB":{"Cleric":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"finger of death":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fire bolt":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Gruul Anarch":true,"Rakdos Cultist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"fire shield":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}}},"fire storm":{"class":{"PHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"fireball":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"optionalfeature":{"PHB":{"Flames of the Phoenix":{"featureType":["ED"]}}}},"flame blade":{"class":{"PHB":{"Druid":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"race":{"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"MTF":{"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"flame strike":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"},"War":{"name":"War Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"XGE":{"Celestial":{"name":"The Celestial"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Lorehold Student":true}}},"flaming sphere":{"class":{"PHB":{"Druid":true,"Wizard":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Prismari Student":true},"GGR":{"Rakdos Cultist":true}}},"flesh to stone":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fly":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"optionalfeature":{"PHB":{"Ride the Wind":{"featureType":["ED"]}}}},"fog cloud":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MOT":{"Triton":true},"MPMM":{"Triton":true},"VGM":{"Triton":true}}},"forbiddance":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"forcecage":{"class":{"PHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"foresight":{"class":{"PHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"freedom of movement":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Coast","Forest","Grassland","Swamp"]}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"GGR":{"Dimir Operative":true,"Simic Scientist":true},"SCC":{"Prismari Student":true,"Quandrix Student":true}},"optionalfeature":{"XGE":{"Trickster's Escape":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"friends":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Orzhov Representative":true,"Selesnya Initiate":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Siren":true},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"gaseous form":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true,"Simic Scientist":true}},"optionalfeature":{"PHB":{"Mist Stance":{"featureType":["ED"]}}}},"gate":{"class":{"PHB":{"Cleric":true,"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"geas":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Wizard":true}},"subclass":{"PHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}}},"gentle repose":{"class":{"PHB":{"Cleric":true,"Wizard":true}},"classVariant":{"PHB":{"Paladin":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"giant insect":{"class":{"PHB":{"Druid":true}},"background":{"GGR":{"Golgari Agent":true}}},"glibness":{"class":{"PHB":{"Bard":true,"Warlock":true}}},"globe of invulnerability":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"glyph of warding":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"goodberry":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"grasping vine":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"grease":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"greater invisibility":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}},"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"greater restoration":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"guardian of faith":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"},"Light":{"name":"Light Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"guards and wards":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"guidance":{"class":{"PHB":{"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Bard":{"VRGR":{"Spirits":{"name":"College of Spirits"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}},"TCE":{"Stars":{"name":"Circle of Stars"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Bard":{"VRGR":{"Spirits":{"name":"College of Spirits"}},"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"guiding bolt":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Druid":{"TCE":{"Stars":{"name":"Circle of Stars"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Quandrix Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"gust of wind":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"optionalfeature":{"PHB":{"Rush of the Gale Spirits":{"featureType":["ED"]}}},"race":{"MPMM":{"Aarakocra":true,"Triton":true},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MOT":{"Triton":true},"VGM":{"Triton":true}}},"hail of thorns":{"class":{"PHB":{"Ranger":true}}},"hallow":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"hallucinatory terrain":{"class":{"PHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"harm":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"haste":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Prismari Student":true,"Quandrix Student":true},"GGR":{"Rakdos Cultist":true}}},"heal":{"class":{"PHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"healing word":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"heat metal":{"class":{"PHB":{"Bard":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}},"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"hellish rebuke":{"class":{"PHB":{"Warlock":true}},"subclass":{"PHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}}},"XPHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"race":{"PHB":{"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"heroes' feast":{"class":{"PHB":{"Cleric":true,"Druid":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"heroism":{"class":{"PHB":{"Bard":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"}}}}},"background":{"GGR":{"Boros Legionnaire":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"hex":{"class":{"PHB":{"Warlock":true}},"feat":{"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"PHB":{"Magic Initiate":true}},"race":{"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"}},"VRGR":{"Hexblood":true}}},"hold monster":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"optionalfeature":{"PHB":{"Chains of Carceri":{"featureType":["EI"]}}}},"hold person":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"optionalfeature":{"PHB":{"Clench of the North Wind":{"featureType":["ED"]}}}},"holy aura":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"hunger of hadar":{"class":{"PHB":{"Warlock":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}}}},"hunter's mark":{"class":{"PHB":{"Ranger":true}},"subclass":{"PHB":{"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}}}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"hypnotic pattern":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"ice storm":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"identify":{"class":{"PHB":{"Bard":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"TCE":{"Artificer Initiate":true,"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"TDCSR":{"Mystic Conflux":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"illusory script":{"class":{"PHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true,"Shadow-Touched":true},"PSK":{"Quicksmithing":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"imprisonment":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"incendiary cloud":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"inflict wounds":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"insect plague":{"class":{"PHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert","Grassland","Swamp","Underdark"]}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"invisibility":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true},"TCE":{"Shadow Touched":true}},"optionalfeature":{"XGE":{"Shroud of Shadow":{"featureType":["EI"]}}},"race":{"MPMM":{"Duergar":true},"MTF":{"Dwarf (Duergar)":{"baseName":"Dwarf","baseSource":"PHB"},"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}}}},"jump":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Otherworldly Leap":{"featureType":["EI"]}}},"race":{"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githyanki":true},"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"knock":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"legend lore":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"SCC":{"Lorehold Student":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"leomund's secret chest":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"leomund's tiny hut":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"lesser restoration":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"DMG":{"Aasimar":true},"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"levitate":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true},"XGE":{"Drow High Magic":true}},"optionalfeature":{"PHB":{"Ascendant Step":{"featureType":["EI"]}}},"race":{"EEPC":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"}},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"light":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"DMG":{"Aasimar":true},"MPMM":{"Aasimar":true,"Kobold":true},"VGM":{"Aasimar (Fallen)":{"baseName":"Aasimar","baseSource":"VGM"},"Aasimar (Protector)":{"baseName":"Aasimar","baseSource":"VGM"},"Aasimar (Scourge)":{"baseName":"Aasimar","baseSource":"VGM"}},"AAG":{"Astral Elf":true},"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"lightning arrow":{"class":{"PHB":{"Ranger":true}}},"lightning bolt":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}}},"locate animals or plants":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"locate creature":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"locate object":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"longstrider":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"mage armor":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Armor of Shadows":{"featureType":["EI"]}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"mage hand":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Telekinetic":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"},"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"},"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Githyanki":true,"Githzerai":true,"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"magic circle":{"class":{"PHB":{"Cleric":true,"Paladin":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"magic jar":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"magic missile":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"magic mouth":{"class":{"PHB":{"Bard":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"magic weapon":{"class":{"PHB":{"Paladin":true,"Wizard":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"major image":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"mass cure wounds":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"mass heal":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"mass healing word":{"class":{"PHB":{"Cleric":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"mass suggestion":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"maze":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"meld into stone":{"class":{"PHB":{"Cleric":true,"Druid":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"background":{"GGR":{"Dimir Operative":true}}},"melf's acid arrow":{"class":{"PHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"mending":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"message":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"meteor swarm":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mind blank":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"minor illusion":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"PHB":{"Illusion":{"name":"School of Illusion"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"},"Gnome (Forest)":{"baseName":"Gnome","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"mirage arcane":{"class":{"PHB":{"Bard":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mirror image":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"mislead":{"class":{"PHB":{"Bard":true,"Wizard":true}},"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"misty step":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}},"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"XGE":{"Fey Teleportation":true},"TCE":{"Fey Touched":true}},"race":{"DMG":{"Elf (Eladrin)":{"baseName":"Elf","baseSource":"PHB"}},"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githyanki":true},"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"modify memory":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}}}},"background":{"GGR":{"Dimir Operative":true}}},"moonbeam":{"class":{"PHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}}}}},"mordenkainen's faithful hound":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"mordenkainen's magnificent mansion":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mordenkainen's private sanctum":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"mordenkainen's sword":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"move earth":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"nondetection":{"class":{"PHB":{"Bard":true,"Ranger":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"MTF":{"Svirfneblin Magic":true}},"race":{"MPMM":{"Deep Gnome":true},"DMG":{"Gnome (Deep)":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"nystul's magic aura":{"class":{"PHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"otiluke's freezing sphere":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"otiluke's resilient sphere":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"otto's irresistible dance":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"pass without trace":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true},"XGE":{"Wood Elf Magic":true}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"},"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}},"EEPC":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"MPMM"}}}},"passwall":{"class":{"PHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}}},"XPHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}}}},"background":{"SCC":{"Quandrix Student":true}}},"phantasmal force":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}},"TCE":{"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"phantasmal killer":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie"}}}}}},"phantom steed":{"class":{"PHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"planar ally":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"planar binding":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Wizard":true}},"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"plane shift":{"class":{"PHB":{"Cleric":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"plant growth":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}},"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Golgari Agent":true,"Selesnya Initiate":true}}},"poison spray":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true,"Yuan-Ti":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"VGM":{"Yuan-ti Pureblood":true}}},"polymorph":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"optionalfeature":{"PHB":{"Sculptor of Flesh":{"featureType":["EI"]}}}},"power word heal":{"class":{"PHB":{"Bard":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"power word kill":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"power word stun":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"prayer of healing":{"class":{"PHB":{"Cleric":true}},"classVariant":{"PHB":{"Paladin":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"prestidigitation":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}},"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}},"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"BMT":{"Cartomancer":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"prismatic spray":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"prismatic wall":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"produce flame":{"class":{"PHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"background":{"GGR":{"Gruul Anarch":true,"Izzet Engineer":true}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"EEPC":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"programmed illusion":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"project image":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"protection from energy":{"class":{"PHB":{"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"protection from evil and good":{"class":{"PHB":{"Cleric":true,"Paladin":true,"Warlock":true,"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"protection from poison":{"class":{"PHB":{"Cleric":true,"Druid":true,"Paladin":true,"Ranger":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"purify food and drink":{"class":{"PHB":{"Cleric":true,"Druid":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"raise dead":{"class":{"PHB":{"Bard":true,"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"rary's telepathic bond":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"SCC":{"Silverquill Student":true}}},"ray of enfeeblement":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true,"Orzhov Representative":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"ray of frost":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"ray of sickness":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"regenerate":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"reincarnate":{"class":{"PHB":{"Druid":true}}},"remove curse":{"class":{"PHB":{"Cleric":true,"Paladin":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"resistance":{"class":{"PHB":{"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"resurrection":{"class":{"PHB":{"Bard":true,"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"reverse gravity":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"revivify":{"class":{"PHB":{"Cleric":true,"Paladin":true},"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}}},"rope trick":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"sacred flame":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"GGR":{"Boros Legionnaire":true}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"AAG":{"Astral Elf":true}}},"sanctuary":{"class":{"PHB":{"Cleric":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Monk":{"PHB":{"Open Hand":{"name":"Way of the Open Hand"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"scorching ray":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Boros Legionnaire":true}}},"scrying":{"class":{"PHB":{"Bard":true,"Cleric":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"},"Light":{"name":"Light Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast","Swamp"]}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"searing smite":{"class":{"PHB":{"Paladin":true}},"classVariant":{"PHB":{"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}}}},"race":{"MTF":{"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"see invisibility":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"seeming":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"XPHB":{"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}}},"sending":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"optionalfeature":{"TCE":{"Far Scribe":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"sequester":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"shapechange":{"class":{"PHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"shatter":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"optionalfeature":{"PHB":{"Gong of the Summit":{"featureType":["ED"]}}}},"shield":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"},"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githzerai":true},"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"shield of faith":{"class":{"PHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"shillelagh":{"class":{"PHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"shocking grasp":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"silence":{"class":{"PHB":{"Bard":true,"Cleric":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"silent image":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Misty Visions":{"featureType":["EI"]}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"simulacrum":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"sleep":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}},"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"sleet storm":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"slow":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"optionalfeature":{"PHB":{"Mire the Mind":{"featureType":["EI"]}}}},"spare the dying":{"class":{"PHB":{"Cleric":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"speak with animals":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Beast Speech":{"featureType":["EI"]},"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"speak with dead":{"class":{"PHB":{"Bard":true,"Cleric":true}},"classVariant":{"PHB":{"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"SCC":{"Lorehold Student":true},"GGR":{"Orzhov Representative":true}},"optionalfeature":{"PHB":{"Whispers of the Grave":{"featureType":["EI"]}}}},"speak with plants":{"class":{"PHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"spider climb":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest","Mountain","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"spike growth":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Mountain"]}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}}}},"spirit guardians":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Lorehold Student":true},"GGR":{"Orzhov Representative":true}}},"spiritual weapon":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"},"War":{"name":"War Domain"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"staggering smite":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}}},"stinking cloud":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}}}},"stone shape":{"class":{"PHB":{"Cleric":true,"Druid":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"background":{"SCC":{"Lorehold Student":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"stoneskin":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"optionalfeature":{"PHB":{"Eternal Mountain Defense":{"featureType":["ED"]}}}},"storm of vengeance":{"class":{"PHB":{"Druid":true}}},"suggestion":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Yuan-Ti":true},"VGM":{"Yuan-ti Pureblood":true}}},"sunbeam":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"sunburst":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"swift quiver":{"class":{"PHB":{"Ranger":true}}},"symbol":{"class":{"PHB":{"Bard":true,"Cleric":true,"Wizard":true}},"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"tasha's hideous laughter":{"class":{"PHB":{"Bard":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"telekinesis":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"TCE":{"Psi Warrior":{"name":"Psi Warrior"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}},"TDCSR":{"Runechild":{"name":"Runechild"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}}}}}},"telepathy":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"teleport":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"teleportation circle":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"tenser's floating disk":{"class":{"PHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}},"MTF":{"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"thaumaturgy":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Ranger":{"FTD":{"Drakewarden":{"name":"Drakewarden"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Ranger":{"FTD":{"Drakewarden":{"name":"Drakewarden"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"thorn whip":{"class":{"PHB":{"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"thunderous smite":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}}}},"thunderwave":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"background":{"GGR":{"Gruul Anarch":true},"SCC":{"Prismari Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Fist of Four Thunders":{"featureType":["ED"]}}}},"time stop":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"tongues":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"transport via plants":{"class":{"PHB":{"Druid":true}}},"tree stride":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}}},"true polymorph":{"class":{"PHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"true resurrection":{"class":{"PHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"true seeing":{"class":{"PHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"true strike":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"tsunami":{"class":{"PHB":{"Druid":true}}},"unseen servant":{"class":{"PHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"vampiric touch":{"class":{"PHB":{"Warlock":true,"Wizard":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"background":{"SCC":{"Witherbloom Student":true}}},"vicious mockery":{"class":{"PHB":{"Bard":true}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"wall of fire":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Rakdos Cultist":true},"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"River of Hungry Flame":{"featureType":["ED"]}}}},"wall of force":{"class":{"PHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}},"XPHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}}}}},"wall of ice":{"class":{"PHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"wall of stone":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert","Mountain"]}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"XPHB":{"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"optionalfeature":{"PHB":{"Wave of Rolling Earth":{"featureType":["ED"]}}}},"wall of thorns":{"class":{"PHB":{"Druid":true}}},"warding bond":{"class":{"PHB":{"Cleric":true}},"classVariant":{"PHB":{"Paladin":{"definedInSources":["TCE"]}}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"water breathing":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"optionalfeature":{"XGE":{"Gift of the Depths":{"featureType":["EI"]}}}},"water walk":{"class":{"PHB":{"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast","Swamp"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Prismari Student":true}},"race":{"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"},"Triton":true}}},"web":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"weird":{"class":{"PHB":{"Wizard":true}},"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"wind walk":{"class":{"PHB":{"Druid":true}}},"wind wall":{"class":{"PHB":{"Druid":true,"Ranger":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"background":{"GGR":{"Simic Scientist":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"wish":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}}},"witch bolt":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"word of recall":{"class":{"PHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"wrathful smite":{"class":{"PHB":{"Paladin":true}},"subclass":{"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}}},"zone of truth":{"class":{"PHB":{"Bard":true,"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}}},"sato":{"gate seal":{"class":{"PHB":{"Sorcerer":{"definedInSources":["SatO"]},"Warlock":{"definedInSources":["SatO"]},"Wizard":{"definedInSources":["SatO"]}},"XPHB":{"Sorcerer":{"definedInSources":["SatO"]},"Warlock":{"definedInSources":["SatO"]},"Wizard":{"definedInSources":["SatO"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"warp sense":{"class":{"PHB":{"Sorcerer":{"definedInSources":["SatO"]},"Warlock":{"definedInSources":["SatO"]},"Wizard":{"definedInSources":["SatO"]}},"XPHB":{"Sorcerer":{"definedInSources":["SatO"]},"Warlock":{"definedInSources":["SatO"]},"Wizard":{"definedInSources":["SatO"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}}},"scc":{"borrowed knowledge":{"class":{"PHB":{"Bard":true,"Cleric":true,"Warlock":true,"Wizard":true},"XPHB":{"Bard":true,"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"kinetic jaunt":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Prismari Student":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"silvery barbs":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Silverquill Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"vortex warp":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Quandrix Student":true}}},"wither and bloom":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}}},"tce":{"blade of disaster":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"booming blade":{"class":{"TCE":{"Artificer":true},"PHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}},"XPHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"dream of the blue veil":{"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Bard":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"green-flame blade":{"class":{"TCE":{"Artificer":true},"PHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}},"XPHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"intellect fortress":{"class":{"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Bard":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Bard":{"definedInSources":["TCE"]},"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"lightning lure":{"class":{"TCE":{"Artificer":true},"PHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}},"XPHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"mind sliver":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"spirit shroud":{"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]},"Paladin":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Cleric":{"definedInSources":["TCE"]},"Paladin":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"summon aberration":{"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon beast":{"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}}},"summon celestial":{"classVariant":{"PHB":{"Cleric":{"definedInSources":["TCE"]},"Paladin":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"summon construct":{"class":{"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon elemental":{"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}}},"summon fey":{"classVariant":{"PHB":{"Druid":{"definedInSources":["TCE"]},"Ranger":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon fiend":{"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"summon shadowspawn":{"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon undead":{"classVariant":{"PHB":{"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"sword burst":{"class":{"TCE":{"Artificer":true},"PHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}},"XPHB":{"Sorcerer":{"definedInSources":["SCAG"]},"Warlock":{"definedInSources":["SCAG"]},"Wizard":{"definedInSources":["SCAG"]}}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"tasha's caustic brew":{"class":{"TCE":{"Artificer":true}},"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"tasha's mind whip":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"tasha's otherworldly guise":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}},"XPHB":{"Sorcerer":{"definedInSources":["TCE"]},"Warlock":{"definedInSources":["TCE"]},"Wizard":{"definedInSources":["TCE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}}},"tdcsr":{"freedom of the waves":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true},"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"PHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}}}},"freedom of the winds":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Ranger":true},"XPHB":{"Druid":true,"Sorcerer":true,"Ranger":true}},"subclass":{"PHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"XPHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}}}}},"xge":{"abi-dalzim's horrid wilting":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"absorb elements":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"aganazzar's scorcher":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"beast bond":{"class":{"PHB":{"Druid":true,"Ranger":true},"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"bones of the earth":{"class":{"PHB":{"Druid":true},"XPHB":{"Druid":true}}},"catapult":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"catnap":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"cause fear":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"ceremony":{"class":{"PHB":{"Cleric":true,"Paladin":true},"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"chaos bolt":{"class":{"PHB":{"Sorcerer":true},"XPHB":{"Sorcerer":true}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"charm monster":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"control flames":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"control winds":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}}},"create bonfire":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"create homunculus":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"crown of stars":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"danse macabre":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}}},"dawn":{"class":{"PHB":{"Cleric":true,"Wizard":true},"XPHB":{"Cleric":true,"Wizard":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"dragon's breath":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"druid grove":{"class":{"PHB":{"Druid":true},"XPHB":{"Druid":true}}},"dust devil":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"earth tremor":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"earthbind":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"elemental bane":{"class":{"PHB":{"Druid":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"enemies abound":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"enervation":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}}},"erupting earth":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"far step":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}}},"find greater steed":{"class":{"PHB":{"Paladin":true},"XPHB":{"Paladin":true}}},"flame arrows":{"class":{"PHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"frostbite":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"guardian of nature":{"class":{"PHB":{"Druid":true,"Ranger":true},"XPHB":{"Druid":true,"Ranger":true}}},"gust":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"healing spirit":{"class":{"PHB":{"Druid":true,"Ranger":true},"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}}},"holy weapon":{"class":{"PHB":{"Cleric":true,"Paladin":true},"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"ice knife":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"illusory dragon":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"immolation":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}}},"infernal calling":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}}},"infestation":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"investiture of flame":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"investiture of ice":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"investiture of stone":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"investiture of wind":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"invulnerability":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"life transference":{"class":{"PHB":{"Cleric":true,"Wizard":true},"XPHB":{"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"maddening darkness":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"maelstrom":{"class":{"PHB":{"Druid":true},"XPHB":{"Druid":true}}},"magic stone":{"class":{"PHB":{"Druid":true,"Warlock":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Warlock":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"mass polymorph":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"maximilian's earthen grasp":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"melf's minute meteors":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"mental prison":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mighty fortress":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mind spike":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"mold earth":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"negative energy flood":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}}},"power word pain":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"primal savagery":{"class":{"PHB":{"Druid":true},"XPHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"primordial ward":{"class":{"PHB":{"Druid":true},"XPHB":{"Druid":true}}},"psychic scream":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"pyrotechnics":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"scatter":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"shadow blade":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"shadow of moil":{"class":{"PHB":{"Warlock":true},"XPHB":{"Warlock":true}}},"shape water":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"EEPC":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"EEPC"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"sickening radiance":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"skill empowerment":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}}},"skywrite":{"class":{"PHB":{"Bard":true,"Druid":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Bard":true,"Druid":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"snare":{"class":{"PHB":{"Druid":true,"Ranger":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Ranger":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"snilloc's snowball swarm":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"soul cage":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"steel wind strike":{"class":{"PHB":{"Ranger":true,"Wizard":true}}},"storm sphere":{"class":{"PHB":{"Sorcerer":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon greater demon":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon lesser demons":{"class":{"PHB":{"Warlock":true,"Wizard":true},"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"synaptic static":{"class":{"PHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}}},"temple of the gods":{"class":{"PHB":{"Cleric":true},"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"tenser's transformation":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"thunder step":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"thunderclap":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"tidal wave":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"tiny servant":{"class":{"PHB":{"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"toll the dead":{"class":{"PHB":{"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"transmute rock":{"class":{"PHB":{"Druid":true,"Wizard":true},"TCE":{"Artificer":true},"XPHB":{"Druid":true,"Wizard":true}}},"vitriolic sphere":{"class":{"PHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"wall of light":{"class":{"PHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}}},"wall of sand":{"class":{"PHB":{"Wizard":true},"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"wall of water":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"MOT":{"Triton":true},"VGM":{"Triton":true}}},"warding wind":{"class":{"PHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"watery sphere":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"whirlwind":{"class":{"PHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"word of radiance":{"class":{"PHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"wrath of nature":{"class":{"PHB":{"Druid":true,"Ranger":true},"XPHB":{"Druid":true,"Ranger":true}}},"zephyr strike":{"class":{"PHB":{"Ranger":true},"XPHB":{"Ranger":true}}}},"bmt":{"antagonize":{"classVariant":{"PHB":{"Bard":{"definedInSources":["BMT"]},"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}},"XPHB":{"Bard":{"definedInSources":["BMT"]},"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"spirit of death":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}},"XPHB":{"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"spray of cards":{"classVariant":{"PHB":{"Bard":{"definedInSources":["BMT"]},"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}},"XPHB":{"Bard":{"definedInSources":["BMT"]},"Sorcerer":{"definedInSources":["BMT"]},"Warlock":{"definedInSources":["BMT"]},"Wizard":{"definedInSources":["BMT"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}}},"ghloe":{"arboreal curse":{"class":{"PHB":{"Druid":{"definedInSources":["GHLoE"]}},"XPHB":{"Druid":{"definedInSources":["GHLoE"]}}}},"consume mind":{"class":{"PHB":{"Cleric":{"definedInSources":["GHLoE"]},"Warlock":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}},"XPHB":{"Cleric":{"definedInSources":["GHLoE"]},"Warlock":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"heartseeker":{"class":{"PHB":{"Sorcerer":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}},"XPHB":{"Sorcerer":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"hunter sense":{"class":{"PHB":{"Druid":{"definedInSources":["GHLoE"]}},"XPHB":{"Druid":{"definedInSources":["GHLoE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"magic mirror":{"class":{"PHB":{"Sorcerer":{"definedInSources":["GHLoE"]}},"XPHB":{"Sorcerer":{"definedInSources":["GHLoE"]}}}},"suffocate":{"class":{"PHB":{"Bard":{"definedInSources":["GHLoE"]},"Sorcerer":{"definedInSources":["GHLoE"]},"Warlock":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}},"XPHB":{"Bard":{"definedInSources":["GHLoE"]},"Sorcerer":{"definedInSources":["GHLoE"]},"Warlock":{"definedInSources":["GHLoE"]},"Wizard":{"definedInSources":["GHLoE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"wrack":{"class":{"PHB":{"Cleric":{"definedInSources":["GHLoE"]}},"XPHB":{"Cleric":{"definedInSources":["GHLoE"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}}},"dodk":{"conjure the deep haze":{"classVariant":{"PHB":{"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}}},"contaminated power":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"contamination immunity":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"delerium blast":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"delerium orb":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"forced evolution":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"neutralizing field":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Paladin":{"definedInSources":["DoDk"]},"Ranger":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Paladin":{"definedInSources":["DoDk"]},"Ranger":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"octarine spray":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"purge contamination":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Paladin":{"definedInSources":["DoDk"]},"Ranger":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Paladin":{"definedInSources":["DoDk"]},"Ranger":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"ray of contamination":{"classVariant":{"PHB":{"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Druid":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"ride the rifts":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"sacrament of the falling fire":{"classVariant":{"PHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]}},"XPHB":{"Bard":{"definedInSources":["DoDk"]},"Cleric":{"definedInSources":["DoDk"]},"Druid":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"siphon contamination":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"warp bolt":{"classVariant":{"PHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}},"XPHB":{"Sorcerer":{"definedInSources":["DoDk"]},"Warlock":{"definedInSources":["DoDk"]},"Wizard":{"definedInSources":["DoDk"]}}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}}},"xphb":{"acid splash":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"aid":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"alarm":{"class":{"XPHB":{"Ranger":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"alter self":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}},"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}},"PHB":{"Druid":{"PHB":{"Moon":{"name":"Circle of the Moon"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"optionalfeature":{"PHB":{"Master of Myriad Forms":{"featureType":["EI"]}},"XPHB":{"Master of Myriad Forms":{"featureType":["EI"]}}}},"animal friendship":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}},"MPMM":{"Yuan-Ti":true},"VGM":{"Yuan-ti Pureblood":true}}},"animal messenger":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"animal shapes":{"class":{"XPHB":{"Druid":true}}},"animate dead":{"class":{"XPHB":{"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Golgari Agent":true}},"optionalfeature":{"TCE":{"Undying Servitude":{"featureType":["EI"]}}}},"animate objects":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"antilife shell":{"class":{"XPHB":{"Druid":true}},"subclass":{"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"antimagic field":{"class":{"XPHB":{"Cleric":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"antipathy/sympathy":{"class":{"XPHB":{"Bard":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"arcane eye":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Dimir Operative":true},"SCC":{"Lorehold Student":true}},"optionalfeature":{"PHB":{"Visions of Distant Realms":{"featureType":["EI"]}},"XPHB":{"Visions of Distant Realms":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"},"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"arcane gate":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"arcane lock":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}},"MTF":{"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"arcane vigor":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"armor of agathys":{"class":{"XPHB":{"Warlock":true}},"subclass":{"PHB":{"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}}},"XPHB":{"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}},"MTF":{"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"arms of hadar":{"class":{"XPHB":{"Warlock":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}},"XPHB":{"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}}},"astral projection":{"class":{"XPHB":{"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"augury":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true,"Divinely Favored":true}}},"aura of life":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"},"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"aura of purity":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"},"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"aura of vitality":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Quandrix Student":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"awaken":{"class":{"XPHB":{"Bard":true,"Druid":true}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"bane":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Warlock":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Paladin":{"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Thief of Five Fates":{"featureType":["EI"]}}}},"banishing smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}}},"banishment":{"class":{"XPHB":{"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true,"Paladin":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}},"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"barkskin":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"beacon of hope":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Silverquill Student":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"beast sense":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}}},"XPHB":{"Barbarian":{"XPHB":{"Wild Heart":{"name":"Path of the Wild Heart"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"befuddlement":{"class":{"XPHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"bestow curse":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"optionalfeature":{"PHB":{"Sign of Ill Omen":{"featureType":["EI"]}}}},"bigby's hand":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"XPHB":{"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"blade barrier":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"blade ward":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"bless":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"blight":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}},"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true},"SCC":{"Witherbloom Student":true}}},"blinding smite":{"class":{"XPHB":{"Paladin":true}},"background":{"GGR":{"Boros Legionnaire":true}}},"blindness/deafness":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"DMG":{"Gnome (Deep)":true}}},"blink":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"blur":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"DMG":{"Gnome (Deep)":true}}},"burning hands":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}},"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XGE":{"Sun Soul":{"name":"Way of the Sun Soul"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}},"XPHB":{"Fiend":{"name":"Fiend Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XGE":{"Sun Soul":{"name":"Way of the Sun Soul"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Sweeping Cinder Strike":{"featureType":["ED"]}}},"race":{"EEPC":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"MTF":{"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"call lightning":{"class":{"XPHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"calm emotions":{"class":{"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Selesnya Initiate":true},"SCC":{"Silverquill Student":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"},"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"chain lightning":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"charm monster":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}}}},"charm person":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Glamour":{"name":"College of Glamour"},"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XPHB":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"chill touch":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"chromatic orb":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Prismari Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"circle of death":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"circle of power":{"class":{"XPHB":{"Cleric":true,"Wizard":true,"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Quandrix Student":true}}},"clairvoyance":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Barbarian":{"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"},"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"clone":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"cloud of daggers":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"cloudkill":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"color spray":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"command":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Bard":{"XGE":{"Glamour":{"name":"College of Glamour"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}},"XPHB":{"Bard":{"XPHB":{"Glamour":{"name":"College of Glamour"},"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}},"Warlock":{"XPHB":{"Fiend":{"name":"Fiend Patron"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Orzhov Representative":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"commune":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"commune with nature":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Forest"]}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}}},"XPHB":{"Barbarian":{"XPHB":{"Wild Heart":{"name":"Path of the Wild Heart"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}},"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"compelled duel":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}},"XPHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"comprehend languages":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"BGG":{"Rune Shaper":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"compulsion":{"class":{"XPHB":{"Bard":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}}}},"background":{"GGR":{"Azorius Functionary":true},"SCC":{"Silverquill Student":true}},"optionalfeature":{"PHB":{"Bewitching Whispers":{"featureType":["EI"]}}}},"cone of cold":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"XPHB":{"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"background":{"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"Breath of Winter":{"featureType":["ED"]}}}},"confusion":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}},"background":{"GGR":{"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}},"optionalfeature":{"PHB":{"Dreadful Word":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"conjure animals":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Moon":{"name":"Circle of the Moon"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"conjure barrage":{"class":{"XPHB":{"Ranger":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"conjure celestial":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"conjure elemental":{"class":{"XPHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}}}},"background":{"GGR":{"Izzet Engineer":true},"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"Minions of Chaos":{"featureType":["EI"]}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"conjure fey":{"class":{"XPHB":{"Druid":true}}},"conjure minor elementals":{"class":{"XPHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true,"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"conjure volley":{"class":{"XPHB":{"Ranger":true}}},"conjure woodland beings":{"class":{"XPHB":{"Druid":true,"Ranger":true}}},"contact other plane":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"contagion":{"class":{"XPHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}}},"contingency":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"continual flame":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"control water":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"background":{"SCC":{"Quandrix Student":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"control weather":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"cordon of arrows":{"class":{"XPHB":{"Ranger":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"counterspell":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Abjurer":{"name":"Abjurer"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"create food and water":{"class":{"XPHB":{"Cleric":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"create or destroy water":{"class":{"XPHB":{"Cleric":true,"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EEPC":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"}}}},"create undead":{"class":{"XPHB":{"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"creation":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"background":{"GGR":{"Simic Scientist":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"crown of madness":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"MTF":{"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"crusader's mantle":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"XPHB":{"War":{"name":"War Domain"}}}}}},"cure wounds":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}},"XPHB":{"Moon":{"name":"Circle of the Moon"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"FTD":{"Gift of the Metallic Dragon":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"dancing lights":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"AAG":{"Astral Elf":true},"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"},"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"darkness":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XPHB":{"Shadow":{"name":"Warrior of Shadow"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Shadow":{"name":"Shadow Magic"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Shadow":{"name":"Shadow Magic"}}}}},"background":{"SCC":{"Silverquill Student":true}},"race":{"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"},"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"}},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"},"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"darkvision":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"daylight":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Light":{"name":"Light Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Silverquill Student":true}},"race":{"DMG":{"Aasimar":true}}},"death ward":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Orzhov Representative":true},"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"delayed blast fireball":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"demiplane":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"destructive wave":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}}},"background":{"GGR":{"Gruul Anarch":true}}},"detect evil and good":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect magic":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Warlock":true,"Wizard":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Fey Touched":true},"DSotDQ":{"Divinely Favored":true},"XGE":{"Drow High Magic":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]},"Eldritch Sight":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"XPHB":{"Elf":true},"MPMM":{"Firbolg":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect poison and disease":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"detect thoughts":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true},"TCE":{"Telepathic":true},"XPHB":{"Telepathic":true}},"race":{"MTF":{"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"},"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Githzerai":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"dimension door":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"XPHB":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"disguise self":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XPHB":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Shadow Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Mask of Many Faces":{"featureType":["EI"]}},"XPHB":{"Mask of Many Faces":{"featureType":["EI"]}}},"race":{"MPMM":{"Deep Gnome":true,"Firbolg":true},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"DMG":{"Gnome (Deep)":true},"VRGR":{"Hexblood":true},"MTF":{"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"disintegrate":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dispel evil and good":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"dispel magic":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Warlock":true,"Wizard":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}},"Wizard":{"XPHB":{"Abjurer":{"name":"Abjurer"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}}},"dissonant whispers":{"class":{"XPHB":{"Bard":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}},"background":{"GGR":{"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"divination":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest","Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Izzet Engineer":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"},"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"divine favor":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}}}},"divine smite":{"class":{"XPHB":{"Paladin":true}}},"divine word":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"dominate beast":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"dominate monster":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dominate person":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Rakdos Cultist":true},"SCC":{"Silverquill Student":true}}},"dragon's breath":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"drawmij's instant summons":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"dream":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}}},"XPHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"druidcraft":{"class":{"XPHB":{"Druid":true}},"subclass":{"PHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}}},"XPHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}}}},"background":{"GGR":{"Selesnya Initiate":true,"Simic Scientist":true}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"MPMM":{"Fairy":true},"WBtW":{"Fairy":true},"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"earthquake":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"eldritch blast":{"class":{"XPHB":{"Warlock":true}},"feat":{"PHB":{"Magic Initiate":true,"Spell Sniper":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"elemental weapon":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"elementalism":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XPHB":{"Elements":{"name":"Warrior of the Elements"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"enhance ability":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"enlarge/reduce":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Quandrix Student":true},"GGR":{"Simic Scientist":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"MPMM":{"Duergar":true,"Fairy":true},"MTF":{"Dwarf (Duergar)":{"baseName":"Dwarf","baseSource":"PHB"}},"WBtW":{"Fairy":true}}},"ensnaring strike":{"class":{"XPHB":{"Ranger":true}},"subclass":{"PHB":{"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"XPHB":{"Paladin":{"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}}}},"background":{"GGR":{"Azorius Functionary":true}}},"entangle":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Golgari Agent":true},"SCC":{"Quandrix Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}}}},"enthrall":{"class":{"XPHB":{"Bard":true,"Warlock":true}},"background":{"GGR":{"Orzhov Representative":true,"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"etherealness":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"evard's black tentacles":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}}},"expeditious retreat":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"eyebite":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fabricate":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"faerie fire":{"class":{"XPHB":{"Bard":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"PHB":{"Elf (Drow)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Fairy":true},"WBtW":{"Fairy":true},"SCAG":{"Half-Elf (Variant; Drow Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"false life":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Shadow Touched":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Fiendish Vigor":{"featureType":["EI"]}},"XPHB":{"Fiendish Vigor":{"featureType":["EI"]}}}},"fear":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Ranger":{"XPHB":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Rakdos Cultist":true}}},"feather fall":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"}},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"feign death":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}}},"find familiar":{"class":{"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true,"Servo Crafting":true},"SCC":{"Strixhaven Initiate":true,"Strixhaven Mascot":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]},"Pact of the Chain":{"featureType":["PB"]}},"XPHB":{"Pact of the Chain":{"featureType":["EI"]},"Pact of the Tome":{"featureType":["EI"]}}}},"find steed":{"class":{"XPHB":{"Paladin":true}}},"find the path":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"find traps":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"finger of death":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fire bolt":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Gruul Anarch":true,"Rakdos Cultist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"fire shield":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XPHB":{"War":{"name":"War Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}},"XPHB":{"Fiend":{"name":"Fiend Patron"}}}}}},"fire storm":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"fireball":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}},"XPHB":{"Fiend":{"name":"Fiend Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"optionalfeature":{"PHB":{"Flames of the Phoenix":{"featureType":["ED"]}}}},"flame blade":{"class":{"XPHB":{"Druid":true,"Sorcerer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"race":{"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"MTF":{"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"flame strike":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"},"War":{"name":"War Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"XGE":{"Celestial":{"name":"The Celestial"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Lorehold Student":true}}},"flaming sphere":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Prismari Student":true},"GGR":{"Rakdos Cultist":true}}},"flesh to stone":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"fly":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"optionalfeature":{"PHB":{"Ride the Wind":{"featureType":["ED"]}}}},"fog cloud":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]},"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MOT":{"Triton":true},"MPMM":{"Triton":true},"VGM":{"Triton":true}}},"forbiddance":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"forcecage":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"foresight":{"class":{"XPHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"fount of moonlight":{"class":{"XPHB":{"Bard":true,"Druid":true}},"subclass":{"XPHB":{"Druid":{"XPHB":{"Moon":{"name":"Circle of the Moon"}}}}}},"freedom of movement":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Coast","Forest","Grassland","Swamp"]}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"TCE":{"Glory":{"name":"Oath of Glory"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XPHB":{"War":{"name":"War Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}},"XPHB":{"Devotion":{"name":"Oath of Devotion"},"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}}},"background":{"GGR":{"Dimir Operative":true,"Simic Scientist":true},"SCC":{"Prismari Student":true,"Quandrix Student":true}},"optionalfeature":{"XGE":{"Trickster's Escape":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"friends":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true,"Orzhov Representative":true,"Selesnya Initiate":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Siren":true},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"gaseous form":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}},"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true,"Simic Scientist":true}},"optionalfeature":{"PHB":{"Mist Stance":{"featureType":["ED"]}}}},"gate":{"class":{"XPHB":{"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"geas":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Wizard":true,"Paladin":true}},"subclass":{"PHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Fiend":{"name":"Fiend Patron"}}}}},"background":{"GGR":{"Orzhov Representative":true}}},"gentle repose":{"class":{"XPHB":{"Cleric":true,"Wizard":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Spores":{"name":"Circle of Spores"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"giant insect":{"class":{"XPHB":{"Druid":true}},"background":{"GGR":{"Golgari Agent":true}}},"glibness":{"class":{"XPHB":{"Bard":true,"Warlock":true}}},"globe of invulnerability":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"glyph of warding":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"goodberry":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"grasping vine":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"grease":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"greater invisibility":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}},"VRGR":{"Undead":{"name":"The Undead"}}}},"XPHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XPHB":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}},"VRGR":{"Undead":{"name":"The Undead"}},"XPHB":{"Archfey":{"name":"Archfey Patron"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"greater restoration":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"guardian of faith":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"},"Light":{"name":"Light Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"guards and wards":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"guidance":{"class":{"XPHB":{"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Bard":{"VRGR":{"Spirits":{"name":"College of Spirits"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}},"TCE":{"Stars":{"name":"Circle of Stars"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Bard":{"VRGR":{"Spirits":{"name":"College of Spirits"}},"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"XPHB":{"Stars":{"name":"Circle of the Stars"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"guiding bolt":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"XPHB":{"War":{"name":"War Domain"}}},"Druid":{"XPHB":{"Stars":{"name":"Circle of the Stars"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Druid":{"TCE":{"Stars":{"name":"Circle of Stars"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"GGR":{"Boros Legionnaire":true},"SCC":{"Quandrix Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"gust of wind":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"XPHB":{"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"optionalfeature":{"PHB":{"Rush of the Gale Spirits":{"featureType":["ED"]}}},"race":{"MPMM":{"Aarakocra":true,"Triton":true},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MOT":{"Triton":true},"VGM":{"Triton":true}}},"hail of thorns":{"class":{"XPHB":{"Ranger":true}}},"hallow":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"hallucinatory terrain":{"class":{"XPHB":{"Bard":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"harm":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"haste":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"},"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Prismari Student":true,"Quandrix Student":true},"GGR":{"Rakdos Cultist":true}}},"heal":{"class":{"XPHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"healing word":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"heat metal":{"class":{"XPHB":{"Bard":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}},"PHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"hellish rebuke":{"class":{"XPHB":{"Warlock":true}},"subclass":{"PHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}}},"XPHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}}}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"race":{"PHB":{"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"heroes' feast":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"heroism":{"class":{"XPHB":{"Bard":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}}}},"background":{"GGR":{"Boros Legionnaire":true}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"hex":{"class":{"XPHB":{"Warlock":true}},"subclass":{"XPHB":{"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true},"PHB":{"Magic Initiate":true}},"race":{"PSZ":{"Elf (Zendikar; Mul Daya Nation)":{"baseName":"Elf (Zendikar)","baseSource":"PSZ"}},"VRGR":{"Hexblood":true}}},"hold monster":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TDCSR":{"Blood":{"name":"Blood Domain"}},"XPHB":{"War":{"name":"War Domain"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}},"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"optionalfeature":{"PHB":{"Chains of Carceri":{"featureType":["EI"]}}}},"hold person":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}},"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"optionalfeature":{"PHB":{"Clench of the North Wind":{"featureType":["ED"]}}}},"holy aura":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"hunger of hadar":{"class":{"XPHB":{"Warlock":true}},"subclass":{"PHB":{"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}}},"XPHB":{"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}}},"hunter's mark":{"class":{"XPHB":{"Ranger":true}},"subclass":{"PHB":{"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}}}},"XPHB":{"Paladin":{"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}}}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"hypnotic pattern":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"ice knife":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"ice storm":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"identify":{"class":{"XPHB":{"Bard":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"TCE":{"Artificer Initiate":true,"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"TDCSR":{"Mystic Conflux":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"illusory script":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true,"Shadow-Touched":true},"PSK":{"Quicksmithing":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"imprisonment":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"incendiary cloud":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"inflict wounds":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Paladin":{"DMG":{"Oathbreaker":{"name":"Oathbreaker"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}}},"insect plague":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert","Grassland","Swamp","Underdark"]}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Fiend":{"name":"Fiend Patron"}}}}},"background":{"GGR":{"Golgari Agent":true}}},"invisibility":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true},"TCE":{"Shadow Touched":true},"XPHB":{"Shadow-Touched":true}},"optionalfeature":{"XPHB":{"One with Shadows":{"featureType":["EI"]}},"XGE":{"Shroud of Shadow":{"featureType":["EI"]}}},"race":{"MPMM":{"Duergar":true},"MTF":{"Dwarf (Duergar)":{"baseName":"Dwarf","baseSource":"PHB"},"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}}}},"jallarzi's storm of radiance":{"class":{"XPHB":{"Warlock":true,"Wizard":true}}},"jump":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Otherworldly Leap":{"featureType":["EI"]}},"XPHB":{"Otherworldly Leap":{"featureType":["EI"]}}},"race":{"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githyanki":true},"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"knock":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"legend lore":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"SCC":{"Lorehold Student":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"leomund's secret chest":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"leomund's tiny hut":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"lesser restoration":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Life":{"name":"Life Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"DMG":{"Aasimar":true},"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"levitate":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"optionalfeature":{"PHB":{"Ascendant Step":{"featureType":["EI"]}},"XPHB":{"Ascendant Step":{"featureType":["EI"]}}},"race":{"EEPC":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"}},"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"light":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"DMG":{"Aasimar":true},"MPMM":{"Aasimar":true,"Kobold":true},"VGM":{"Aasimar (Fallen)":{"baseName":"Aasimar","baseSource":"VGM"},"Aasimar (Protector)":{"baseName":"Aasimar","baseSource":"VGM"},"Aasimar (Scourge)":{"baseName":"Aasimar","baseSource":"VGM"}},"XPHB":{"Aasimar":true,"Elf":true},"AAG":{"Astral Elf":true},"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"lightning arrow":{"class":{"XPHB":{"Ranger":true}}},"lightning bolt":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]},"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"}}}}}},"locate animals or plants":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"locate creature":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Wizard":true,"Paladin":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"locate object":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Ranger":true,"Wizard":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Lorehold Student":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"longstrider":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"race":{"XPHB":{"Elf":true},"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"mage armor":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Armor of Shadows":{"featureType":["EI"]}},"XPHB":{"Armor of Shadows":{"featureType":["EI"]}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"mage hand":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true,"Telekinetic":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Telekinetic":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"},"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"},"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Mephistopheles)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Githyanki":true,"Githzerai":true,"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"magic circle":{"class":{"XPHB":{"Cleric":true,"Warlock":true,"Wizard":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"magic jar":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"magic missile":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"magic mouth":{"class":{"XPHB":{"Bard":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"magic weapon":{"class":{"XPHB":{"Ranger":true,"Sorcerer":true,"Wizard":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}},"XPHB":{"War":{"name":"War Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"major image":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"mass cure wounds":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}},"XPHB":{"Moon":{"name":"Circle of the Moon"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"mass heal":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"mass healing word":{"class":{"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"mass suggestion":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"maze":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"meld into stone":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"background":{"GGR":{"Dimir Operative":true}}},"melf's acid arrow":{"class":{"XPHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"mending":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"message":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Azorius Functionary":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"meteor swarm":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mind blank":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mind sliver":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"mind spike":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"minor illusion":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"XPHB":{"Shadow":{"name":"Warrior of Shadow"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Illusionist":{"name":"Illusionist"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"PHB":{"Illusion":{"name":"School of Illusion"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"},"Gnome (Forest)":{"baseName":"Gnome","baseSource":"PHB"}},"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Glasya)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"mirage arcane":{"class":{"XPHB":{"Bard":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mirror image":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"XPHB":{"Bard":{"XPHB":{"Glamour":{"name":"College of Glamour"},"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"mislead":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Ranger":{"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Ranger":{"XPHB":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"misty step":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}},"XPHB":{"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}},"XPHB":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}},"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"XGE":{"Fey Teleportation":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}},"race":{"DMG":{"Elf (Eladrin)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MTF":{"Gith (Githyanki)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githyanki":true},"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"modify memory":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}},"background":{"GGR":{"Dimir Operative":true}}},"moonbeam":{"class":{"XPHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"XPHB":{"Moon":{"name":"Circle of the Moon"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}},"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}}}}},"mordenkainen's faithful hound":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Dwarf (Mark of Warding)":{"baseName":"Dwarf","baseSource":"PHB"}}}},"mordenkainen's magnificent mansion":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"mordenkainen's private sanctum":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"mordenkainen's sword":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"move earth":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"nondetection":{"class":{"XPHB":{"Bard":true,"Ranger":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XPHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"MTF":{"Svirfneblin Magic":true}},"race":{"MPMM":{"Deep Gnome":true},"DMG":{"Gnome (Deep)":true},"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"nystul's magic aura":{"class":{"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"otiluke's freezing sphere":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"otiluke's resilient sphere":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}}},"otto's irresistible dance":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"pass without trace":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Trickery":{"name":"Trickery Domain"}}}},"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Grassland"]}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true},"XGE":{"Wood Elf Magic":true}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"},"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}},"XPHB":{"Elf":true},"EEPC":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Earth)":{"baseName":"Genasi","baseSource":"MPMM"}}}},"passwall":{"class":{"XPHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}}},"XPHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}}}},"background":{"SCC":{"Quandrix Student":true}}},"phantasmal force":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}},"XPHB":{"Archfey":{"name":"Archfey Patron"},"Great Old One":{"name":"Great Old One Patron"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Great Old One":{"name":"The Great Old One"}},"TCE":{"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"phantasmal killer":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}},"TCE":{"Genie":{"name":"The Genie"}}}}}},"phantom steed":{"class":{"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"VRGR":{"Undead":{"name":"The Undead"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"planar ally":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"planar binding":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"plane shift":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"plant growth":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}},"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Golgari Agent":true,"Selesnya Initiate":true}}},"poison spray":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true,"Yuan-Ti":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"VGM":{"Yuan-ti Pureblood":true}}},"polymorph":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Trickery":{"name":"Trickery Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"optionalfeature":{"PHB":{"Sculptor of Flesh":{"featureType":["EI"]}}}},"power word fortify":{"class":{"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"power word heal":{"class":{"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"power word kill":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"power word stun":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"prayer of healing":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Halfling (Mark of Healing)":{"baseName":"Halfling","baseSource":"PHB"}}}},"prestidigitation":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XGE":{"Arcane Archer":{"name":"Arcane Archer"}},"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}},"XGE":{"Arcane Archer":{"name":"Arcane Archer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"BMT":{"Cartomancer":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"prismatic spray":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"prismatic wall":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"produce flame":{"class":{"XPHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"background":{"GGR":{"Gruul Anarch":true,"Izzet Engineer":true}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"EEPC":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"EEPC"}},"MPMM":{"Genasi (Fire)":{"baseName":"Genasi","baseSource":"MPMM"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"programmed illusion":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"project image":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"protection from energy":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"},"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Glory":{"name":"Oath of Glory"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"protection from evil and good":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Warlock":true,"Wizard":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"protection from poison":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}},"PHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"purify food and drink":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"raise dead":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"rary's telepathic bond":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"XPHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}},"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}},"background":{"SCC":{"Silverquill Student":true}}},"ray of enfeeblement":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true,"Orzhov Representative":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}}},"ray of frost":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]},"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"MTF":{"Tiefling (Levistus)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"ray of sickness":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"regenerate":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"reincarnate":{"class":{"XPHB":{"Druid":true}}},"remove curse":{"class":{"XPHB":{"Cleric":true,"Warlock":true,"Wizard":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"resistance":{"class":{"XPHB":{"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"resurrection":{"class":{"XPHB":{"Bard":true,"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"reverse gravity":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"revivify":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Paladin":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XGE":{"Grave":{"name":"Grave Domain"}},"XPHB":{"Life":{"name":"Life Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"SCC":{"Witherbloom Student":true}}},"rope trick":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XPHB":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"sacred flame":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XGE":{"Celestial":{"name":"The Celestial"}}}}},"background":{"GGR":{"Boros Legionnaire":true}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SatO":{"Scion of the Outer Planes":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"AAG":{"Astral Elf":true}}},"sanctuary":{"class":{"XPHB":{"Cleric":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Monk":{"PHB":{"Open Hand":{"name":"Way of the Open Hand"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"feat":{"TCE":{"Artificer Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"scorching ray":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}},"XPHB":{"Fiend":{"name":"Fiend Patron"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}}},"Druid":{"TCE":{"Wildfire":{"name":"Circle of Wildfire"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Efreeti"]}}}}},"background":{"GGR":{"Boros Legionnaire":true}}},"scrying":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"},"Light":{"name":"Light Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast","Swamp"]}}},"Paladin":{"PHB":{"Vengeance":{"name":"Oath of Vengeance"}},"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}},"XPHB":{"Vengeance":{"name":"Oath of Vengeance"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"searing smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"}}}}},"race":{"MTF":{"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"see invisibility":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"TCE":{"Watchers":{"name":"Oath of the Watchers"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Detection)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"seeming":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Ranger":{"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}},"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"XPHB":{"Ranger":{"XPHB":{"Gloom Stalker":{"name":"Gloom Stalker"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}},"XPHB":{"Archfey":{"name":"Archfey Patron"}}}}}},"sending":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"TCE":{"Peace":{"name":"Peace Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"optionalfeature":{"TCE":{"Far Scribe":{"featureType":["EI"]}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"sequester":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"shapechange":{"class":{"XPHB":{"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"shatter":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Druid":{"XPHB":{"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}},"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"optionalfeature":{"PHB":{"Gong of the Summit":{"featureType":["ED"]}}}},"shield":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"},"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"MTF":{"Gith (Githzerai)":{"baseName":"Gith","baseSource":"MTF"}},"MPMM":{"Githzerai":true},"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"shield of faith":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XPHB":{"War":{"name":"War Domain"}}},"Paladin":{"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"shillelagh":{"class":{"XPHB":{"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"shining smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"MTF":{"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"shocking grasp":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"MPMM":{"Genasi (Air)":{"baseName":"Genasi","baseSource":"MPMM"},"Kobold":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"silence":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"TCE":{"Fathomless":{"name":"The Fathomless"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"silent image":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TDCSR":{"Moon":{"name":"Moon Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true,"Shadow-Touched":true},"TCE":{"Shadow Touched":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Misty Visions":{"featureType":["EI"]}},"XPHB":{"Misty Visions":{"featureType":["EI"]}}},"race":{"ERLW":{"Elf (Mark of Shadow)":{"baseName":"Elf","baseSource":"PHB"}}}},"simulacrum":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"sleep":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Archfey":{"name":"Archfey Patron"}}}},"PHB":{"Cleric":{"TCE":{"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"}}}}},"background":{"GGR":{"Dimir Operative":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"race":{"EGW":{"Elf (Pallid)":{"baseName":"Elf","baseSource":"PHB"}},"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"sleet storm":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Polar Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Marid"]}}}}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"slow":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"optionalfeature":{"PHB":{"Mire the Mind":{"featureType":["EI"]}}}},"sorcerous burst":{"class":{"XPHB":{"Sorcerer":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"MPMM":{"Kobold":true}}},"spare the dying":{"class":{"XPHB":{"Cleric":true,"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Blessed Warrior":true,"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]},"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"speak with animals":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true,"Warlock":true}},"subclass":{"PHB":{"Barbarian":{"PHB":{"Totem Warrior":{"name":"Path of the Totem Warrior"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"XPHB":{"Barbarian":{"XPHB":{"Wild Heart":{"name":"Path of the Wild Heart"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Paladin":{"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true,"Ritual Caster":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Beast Speech":{"featureType":["EI"]},"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Handling)":{"baseName":"Human","baseSource":"PHB"}}}},"speak with dead":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"SCAG":{"Undying":{"name":"The Undying"}},"VRGR":{"Undead":{"name":"The Undead"}}}}},"background":{"SCC":{"Lorehold Student":true},"GGR":{"Orzhov Representative":true}},"optionalfeature":{"PHB":{"Whispers of the Grave":{"featureType":["EI"]}},"XPHB":{"Whispers of the Grave":{"featureType":["EI"]}}}},"speak with plants":{"class":{"XPHB":{"Bard":true,"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"race":{"ERLW":{"Half-Orc (Variant; Mark of Finding)":{"baseName":"Half-Orc","baseSource":"PHB"},"Human (Variant; Mark of Finding)":{"baseName":"Human","baseSource":"PHB"}}}},"spider climb":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest","Mountain","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Golgari Agent":true}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"spike growth":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arctic","Mountain"]}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}},"race":{"EGW":{"Halfling (Lotusden)":{"baseName":"Halfling","baseSource":"PHB"}}}},"spirit guardians":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"War":{"name":"War Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Lorehold Student":true},"GGR":{"Orzhov Representative":true}}},"spiritual weapon":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"XPHB":{"War":{"name":"War Domain"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PHB":{"Life":{"name":"Life Domain"},"War":{"name":"War Domain"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"staggering smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}}},"starry wisp":{"class":{"XPHB":{"Bard":true,"Druid":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"XPHB":{"Moon":{"name":"Circle of the Moon"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"steel wind strike":{"class":{"XPHB":{"Ranger":true,"Wizard":true}},"subclass":{"XPHB":{"Cleric":{"XPHB":{"War":{"name":"War Domain"}}}}}},"stinking cloud":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Fiend":{"name":"Fiend Patron"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Swamp","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}}}}}},"stone shape":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain","Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"background":{"SCC":{"Lorehold Student":true}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}}}},"stoneskin":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"War":{"name":"War Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Mountain"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Cleric":{"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}},"TDCSR":{"Blood":{"name":"Blood Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Paladin":{"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}},"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Gruul Anarch":true}},"optionalfeature":{"PHB":{"Eternal Mountain Defense":{"featureType":["ED"]}}}},"storm of vengeance":{"class":{"XPHB":{"Druid":true}}},"suggestion":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Fiend":{"name":"Fiend Patron"}}}},"PHB":{"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"}},"PSA":{"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"MTF":{"Tiefling (Fierna)":{"baseName":"Tiefling","baseSource":"PHB"}},"MPMM":{"Yuan-Ti":true},"VGM":{"Yuan-ti Pureblood":true}}},"summon aberration":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}}},"summon beast":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Wizard":{"XPHB":{"Illusionist":{"name":"Illusionist"}}}}}},"summon celestial":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"}}}}}},"summon construct":{"class":{"XPHB":{"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}}}},"summon dragon":{"class":{"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Sorcerer":{"XPHB":{"Draconic":{"name":"Draconic Sorcery"}}}}}},"summon elemental":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon fey":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"XPHB":{"Fey Wanderer":{"name":"Fey Wanderer"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Illusionist":{"name":"Illusionist"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"summon fiend":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"summon undead":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"sunbeam":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"sunburst":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"swift quiver":{"class":{"XPHB":{"Ranger":true}}},"symbol":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Druid":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"synaptic static":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}}},"tasha's bubbling cauldron":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"tasha's hideous laughter":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}}},"feat":{"DSotDQ":{"Divinely Favored":true},"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"telekinesis":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"TCE":{"Psi Warrior":{"name":"Psi Warrior"}}},"Sorcerer":{"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"}},"TDCSR":{"Runechild":{"name":"Runechild"}}},"Warlock":{"PHB":{"Great Old One":{"name":"The Great Old One"}}}},"XPHB":{"Fighter":{"XPHB":{"Psi Warrior":{"name":"Psi Warrior"}}},"Sorcerer":{"TDCSR":{"Runechild":{"name":"Runechild"}},"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"}}},"Warlock":{"XPHB":{"Great Old One":{"name":"Great Old One Patron"}}}}}},"telepathy":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"teleport":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"teleportation circle":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Ranger":{"XGE":{"Horizon Walker":{"name":"Horizon Walker"}}}}},"race":{"ERLW":{"Human (Mark of Passage)":{"baseName":"Human","baseSource":"PHB"}}}},"tenser's floating disk":{"class":{"XPHB":{"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Human (Mark of Making)":{"baseName":"Human","baseSource":"PHB"}},"MTF":{"Tiefling (Mammon)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"thaumaturgy":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Ranger":{"FTD":{"Drakewarden":{"name":"Drakewarden"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Barbarian":{"BGG":{"Giant":{"name":"Path of the Giant"}}},"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Ranger":{"FTD":{"Drakewarden":{"name":"Drakewarden"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Tiefling":{"baseName":"Tiefling","baseSource":"PHB"}},"MTF":{"Tiefling (Asmodeus)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Baalzebul)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Dispater)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Zariel)":{"baseName":"Tiefling","baseSource":"PHB"}},"SCAG":{"Tiefling (Variant; Hellfire)":{"baseName":"Tiefling","baseSource":"PHB"},"Tiefling (Variant; Infernal Legacy)":{"baseName":"Tiefling","baseSource":"PHB"}},"XPHB":{"Tiefling":true}}},"thorn whip":{"class":{"XPHB":{"Druid":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}}}},"feat":{"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"PHB":{"Magic Initiate":true,"Spell Sniper":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"PSX":{"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"thunderclap":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Warlock":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Strength (PSA)":{"name":"Strength Domain (PSA)"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"TCE":{"Artificer Initiate":true},"XPHB":{"Druidic Warrior":true,"Magic Initiate":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XGE":{"Wood Elf Magic":true}},"optionalfeature":{"TCE":{"Druidic Warrior":{"featureType":["FS:R"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"PSK":{"Elf (Kaladesh; Vahadar)":{"baseName":"Elf (Kaladesh)","baseSource":"PSK"}},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Ixalan; Green)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Emeria Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"thunderous smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}},"XPHB":{"Cleric":{"PSA":{"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}}}}}},"thunderwave":{"class":{"XPHB":{"Bard":true,"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Druid":{"XPHB":{"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Tempest":{"name":"Tempest Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"background":{"GGR":{"Gruul Anarch":true},"SCC":{"Prismari Student":true}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Fist of Four Thunders":{"featureType":["ED"]}}}},"time stop":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"toll the dead":{"class":{"XPHB":{"Cleric":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true,"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"tongues":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"race":{"ERLW":{"Gnome (Mark of Scribing)":{"baseName":"Gnome","baseSource":"PHB"}}}},"transport via plants":{"class":{"XPHB":{"Druid":true}}},"tree stride":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Forest"]}}},"Paladin":{"PHB":{"Ancients":{"name":"Oath of the Ancients"}}}},"XPHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Temperate Land"]}}},"Paladin":{"XPHB":{"Ancients":{"name":"Oath of the Ancients"}}}}}},"true polymorph":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"true resurrection":{"class":{"XPHB":{"Cleric":true,"Druid":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"true seeing":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}}}},"true strike":{"class":{"XPHB":{"Bard":true,"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Wizard":{"XPHB":{"Diviner":{"name":"Diviner"}}}},"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Initiate of High Sorcery":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PHB":{"Elf (High)":{"baseName":"Elf","baseSource":"PHB"}},"XPHB":{"Elf":true},"SCAG":{"Half-Elf (Variant; Moon Elf or Sun Elf Descent)":{"baseName":"Half-Elf","baseSource":"PHB"}},"MPMM":{"Kobold":true},"PSX":{"Merfolk (Ixalan; Blue)":{"baseName":"Merfolk","baseSource":"PSZ"}},"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"},"Merfolk (Zendikar; Ula Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}}}},"tsunami":{"class":{"XPHB":{"Druid":true}}},"unseen servant":{"class":{"XPHB":{"Bard":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Izzet Engineer":true}},"feat":{"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true,"Ritual Caster":true},"XPHB":{"Magic Initiate":true,"Ritual Caster":true},"PSK":{"Quicksmithing":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Book of Ancient Secrets":{"featureType":["EI"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"ERLW":{"Halfling (Mark of Hospitality)":{"baseName":"Halfling","baseSource":"PHB"}}}},"vampiric touch":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}},"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"}},"XGE":{"Grave":{"name":"Grave Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Sorcerer":{"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}}}},"background":{"SCC":{"Witherbloom Student":true}}},"vicious mockery":{"class":{"XPHB":{"Bard":true}},"background":{"GGR":{"Rakdos Cultist":true}},"feat":{"PHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}},"race":{"PSZ":{"Merfolk (Zendikar; Cosi Creed)":{"baseName":"Merfolk","baseSource":"PSZ"}},"SCAG":{"Tiefling (Variant; Devil's Tongue)":{"baseName":"Tiefling","baseSource":"PHB"}}}},"vitriolic sphere":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"XPHB":{"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"wall of fire":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Cleric":{"PHB":{"Light":{"name":"Light Domain"}},"XGE":{"Forge":{"name":"Forge Domain"}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"PHB":{"Fiend":{"name":"The Fiend"}},"XGE":{"Celestial":{"name":"The Celestial"}}}},"XPHB":{"Cleric":{"XGE":{"Forge":{"name":"Forge Domain"}},"XPHB":{"Light":{"name":"Light Domain"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}},"Warlock":{"XPHB":{"Celestial":{"name":"Celestial Patron"},"Fiend":{"name":"Fiend Patron"}}}}},"background":{"GGR":{"Boros Legionnaire":true,"Rakdos Cultist":true},"SCC":{"Prismari Student":true}},"optionalfeature":{"PHB":{"River of Hungry Flame":{"featureType":["ED"]}}}},"wall of force":{"class":{"XPHB":{"Wizard":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"}}}},"PHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"TCE":{"Clockwork Soul":{"name":"Clockwork Soul"}}}},"XPHB":{"Paladin":{"XGE":{"Redemption":{"name":"Oath of Redemption"}}},"Sorcerer":{"XPHB":{"Clockwork":{"name":"Clockwork Sorcery"}}}}}},"wall of ice":{"class":{"XPHB":{"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"wall of stone":{"class":{"XPHB":{"Druid":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Desert","Mountain"]}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}},"XPHB":{"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Arid Land"]}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Dao"]}}}}},"optionalfeature":{"PHB":{"Wave of Rolling Earth":{"featureType":["ED"]}}}},"wall of thorns":{"class":{"XPHB":{"Druid":true}}},"warding bond":{"class":{"XPHB":{"Cleric":true,"Paladin":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Battle Smith":{"name":"Battle Smith"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"PSA":{"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"}},"TCE":{"Peace":{"name":"Peace Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Selesnya Initiate":true}},"feat":{"DSotDQ":{"Adept of the White Robes":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}},"water breathing":{"class":{"XPHB":{"Druid":true,"Ranger":true,"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Sea":{"name":"Circle of the Sea"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"background":{"GGR":{"Simic Scientist":true}},"optionalfeature":{"XGE":{"Gift of the Depths":{"featureType":["EI"]}},"XPHB":{"Gift of the Depths":{"featureType":["EI"]}}}},"water walk":{"class":{"XPHB":{"Cleric":true,"Druid":true,"Ranger":true,"Sorcerer":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Coast","Swamp"]}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"SCC":{"Prismari Student":true}},"race":{"MPMM":{"Genasi (Water)":{"baseName":"Genasi","baseSource":"MPMM"},"Triton":true}}},"web":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true},"TCE":{"Artificer":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Druid":{"XPHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Tropical Land"]}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Druid":{"PHB":{"Land":{"name":"Circle of the Land","subSubclasses":["Underdark"]}}},"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Ranger":{"TCE":{"Swarmkeeper":{"name":"Swarmkeeper"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}}},"weird":{"class":{"XPHB":{"Warlock":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}}}}},"wind walk":{"class":{"XPHB":{"Druid":true}}},"wind wall":{"class":{"XPHB":{"Druid":true,"Ranger":true}},"subclass":{"TCE":{"Artificer":{"TCE":{"Artillerist":{"name":"Artillerist"}}}},"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}},"PHB":{"Cleric":{"PHB":{"Nature":{"name":"Nature Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie","subSubclasses":["Djinni"]}}}}},"background":{"GGR":{"Simic Scientist":true}},"race":{"ERLW":{"Half-Elf (Variant; Mark of Storm)":{"baseName":"Half-Elf","baseSource":"PHB"}}}},"wish":{"class":{"XPHB":{"Sorcerer":true,"Wizard":true}},"subclass":{"PHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}},"XPHB":{"Cleric":{"SCAG":{"Arcana":{"name":"Arcana Domain"}}},"Warlock":{"TCE":{"Genie":{"name":"The Genie"}}}}}},"witch bolt":{"class":{"XPHB":{"Sorcerer":true,"Warlock":true,"Wizard":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Fighter":{"XPHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}},"PHB":{"Fighter":{"PHB":{"Eldritch Knight":{"name":"Eldritch Knight"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"}}}}},"feat":{"ERLW":{"Aberrant Dragonmark":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true},"XPHB":{"Magic Initiate":true},"SCC":{"Strixhaven Initiate":true}}},"word of radiance":{"class":{"XPHB":{"Cleric":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"feat":{"XPHB":{"Blessed Warrior":true,"Magic Initiate":true},"DSotDQ":{"Divinely Favored":true},"PHB":{"Magic Initiate":true}},"optionalfeature":{"TCE":{"Blessed Warrior":{"featureType":["FS:P"]}},"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"word of recall":{"class":{"XPHB":{"Cleric":true}},"subclass":{"PHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"XPHB":{"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}}},"wrathful smite":{"class":{"XPHB":{"Paladin":true}},"subclass":{"PHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}},"XPHB":{"Warlock":{"XGE":{"Hexblade":{"name":"The Hexblade"}}}}},"feat":{"TCE":{"Shadow Touched":true},"XPHB":{"Shadow-Touched":true}}},"yolande's regal presence":{"class":{"XPHB":{"Bard":true,"Wizard":true}},"subclass":{"XPHB":{"Paladin":{"XPHB":{"Glory":{"name":"Oath of Glory"}}}}}},"zone of truth":{"class":{"XPHB":{"Bard":true,"Cleric":true,"Paladin":true}},"subclass":{"XPHB":{"Bard":{"XPHB":{"Lore":{"name":"College of Lore"}}},"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XPHB":{"Devotion":{"name":"Oath of Devotion"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}},"PHB":{"Cleric":{"TCE":{"Order":{"name":"Order Domain"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}}},"Ranger":{"XGE":{"Monster Slayer":{"name":"Monster Slayer"}}},"Sorcerer":{"XGE":{"Divine Soul":{"name":"Divine Soul"}}}}},"background":{"GGR":{"Orzhov Representative":true}},"feat":{"DSotDQ":{"Adept of the Black Robes":true}},"race":{"ERLW":{"Human (Mark of Sentinel)":{"baseName":"Human","baseSource":"PHB"}}}}},"egw":{"sapping sting":{"subclass":{"PHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Cleric":{"DMG":{"Death":{"name":"Death Domain"}}},"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}},"dark star":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"fortune's favor":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}},"feat":{"DSotDQ":{"Adept of the White Robes":true}}},"gift of alacrity":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}},"feat":{"TCE":{"Fey Touched":true},"XPHB":{"Fey-Touched":true}}},"gravity fissure":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"gravity sinkhole":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"immovable object":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}},"feat":{"DSotDQ":{"Adept of the Red Robes":true}}},"magnify gravity":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"pulse wave":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"ravenous void":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"reality break":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"temporal shunt":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"tether essence":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"time ravage":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}},"wristpocket":{"subclass":{"PHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}},"XPHB":{"Wizard":{"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}}}}}}},"ggr":{"encode thoughts":{"background":{"GGR":{"Dimir Operative":true}},"optionalfeature":{"PHB":{"Pact of the Tome":{"featureType":["PB"]}},"XPHB":{"Pact of the Tome":{"featureType":["EI"]}}}}}} \ No newline at end of file diff --git a/data/generated/gendata-subclass-lookup.json b/data/generated/gendata-subclass-lookup.json index e3092aa..ccc2671 100644 --- a/data/generated/gendata-subclass-lookup.json +++ b/data/generated/gendata-subclass-lookup.json @@ -1 +1 @@ -{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"},"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"},"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Barbarian":{"PHB":{"Berserker":{"name":"Path of the Berserker"},"Totem Warrior":{"name":"Path of the Totem Warrior"}},"SCAG":{"Battlerager":{"name":"Path of the Battlerager"}},"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"},"Storm Herald":{"name":"Path of the Storm Herald"},"Zealot":{"name":"Path of the Zealot"}},"TCE":{"Beast":{"name":"Path of the Beast"},"Wild Magic":{"name":"Path of Wild Magic"}},"TDCSR":{"Juggernaut":{"name":"Path of the Juggernaut"}},"BGG":{"Giant":{"name":"Path of the Giant"}}},"Bard":{"PHB":{"Lore":{"name":"College of Lore"},"Valor":{"name":"College of Valor"}},"XGE":{"Glamour":{"name":"College of Glamour"},"Swords":{"name":"College of Swords"},"Whispers":{"name":"College of Whispers"}},"HWCS":{"Road":{"name":"College of the Road"}},"TCE":{"Creation":{"name":"College of Creation"},"Eloquence":{"name":"College of Eloquence"}},"VRGR":{"Spirits":{"name":"College of Spirits"}},"TDCSR":{"Tragedy":{"name":"College of Tragedy"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"},"Life":{"name":"Life Domain"},"Light":{"name":"Light Domain"},"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"},"Trickery":{"name":"Trickery Domain"},"War":{"name":"War Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"},"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)","isReprinted":true},"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"},"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"},"Grave":{"name":"Grave Domain"}},"HWCS":{"Community":{"name":"Community Domain"},"Night":{"name":"Night Domain"}},"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"},"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"},"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"},"Moon":{"name":"Circle of the Moon"}},"XGE":{"Dreams":{"name":"Circle of Dreams"},"Shepherd":{"name":"Circle of the Shepherd"}},"TCE":{"Spores":{"name":"Circle of Spores"},"Stars":{"name":"Circle of Stars"},"Wildfire":{"name":"Circle of Wildfire"}},"TDCSR":{"Blighted":{"name":"Circle of the Blighted"}}},"Fighter":{"PHB":{"Battle Master":{"name":"Battle Master"},"Champion":{"name":"Champion"},"Eldritch Knight":{"name":"Eldritch Knight"}},"SCAG":{"Purple Dragon Knight (Banneret)":{"name":"Purple Dragon Knight (Banneret)"}},"XGE":{"Arcane Archer":{"name":"Arcane Archer"},"Cavalier":{"name":"Cavalier"},"Samurai":{"name":"Samurai"}},"HWCS":{"Scofflaw":{"name":"Scofflaw"}},"EGW":{"Echo Knight":{"name":"Echo Knight"}},"TCE":{"Psi Warrior":{"name":"Psi Warrior"},"Rune Knight":{"name":"Rune Knight"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"},"Four Elements":{"name":"Way of the Four Elements"},"Open Hand":{"name":"Way of the Open Hand"}},"SCAG":{"Long Death":{"name":"Way of the Long Death"}},"XGE":{"Drunken Master":{"name":"Way of the Drunken Master"},"Kensei":{"name":"Way of the Kensei"},"Sun Soul":{"name":"Way of the Sun Soul"}},"TCE":{"Mercy":{"name":"Way of Mercy"},"Astral Self":{"name":"Way of the Astral Self"}},"FTD":{"Ascendant Dragon":{"name":"Way of the Ascendant Dragon"}},"TDCSR":{"Cobalt Soul":{"name":"Way of the Cobalt Soul"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"},"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Glory":{"name":"Oath of Glory"},"Watchers":{"name":"Oath of the Watchers"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Ranger":{"PHB":{"Beast Master":{"name":"Beast Master"},"Hunter":{"name":"Hunter"}},"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"},"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}},"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"},"Swarmkeeper":{"name":"Swarmkeeper"}},"FTD":{"Drakewarden":{"name":"Drakewarden"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"},"Assassin":{"name":"Assassin"},"Thief":{"name":"Thief"}},"XGE":{"Inquisitive":{"name":"Inquisitive"},"Mastermind":{"name":"Mastermind"},"Scout":{"name":"Scout"},"Swashbuckler":{"name":"Swashbuckler"}},"TCE":{"Phantom":{"name":"Phantom"},"Soulknife":{"name":"Soulknife"}}},"Sorcerer":{"PHB":{"Draconic":{"name":"Draconic Bloodline"},"Wild":{"name":"Wild Magic"}},"PSK":{"Pyromancer (PSK)":{"name":"Pyromancer (PSK)"}},"XGE":{"Divine Soul":{"name":"Divine Soul"},"Shadow":{"name":"Shadow Magic"},"Storm":{"name":"Storm Sorcery"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"},"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Fiend":{"name":"The Fiend"},"Great Old One":{"name":"The Great Old One"}},"SCAG":{"Undying":{"name":"The Undying"}},"XGE":{"Celestial":{"name":"The Celestial"},"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}}},"Wizard":{"PHB":{"Abjuration":{"name":"School of Abjuration"},"Conjuration":{"name":"School of Conjuration"},"Divination":{"name":"School of Divination"},"Enchantment":{"name":"School of Enchantment"},"Evocation":{"name":"School of Evocation"},"Illusion":{"name":"School of Illusion"},"Necromancy":{"name":"School of Necromancy"},"Transmutation":{"name":"School of Transmutation"}},"XGE":{"War":{"name":"War Magic"}},"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}},"TCE":{"Bladesinging":{"name":"Bladesinging"},"Scribes":{"name":"Order of Scribes"}},"TDCSR":{"Blood Magic":{"name":"Blood Magic"}}}},"XPHB":{"Barbarian":{"PHB":{"Berserker":{"name":"Path of the Berserker"},"Totem Warrior":{"name":"Path of the Totem Warrior"}},"SCAG":{"Battlerager":{"name":"Path of the Battlerager"}},"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"},"Storm Herald":{"name":"Path of the Storm Herald"},"Zealot":{"name":"Path of the Zealot"}},"TCE":{"Beast":{"name":"Path of the Beast"},"Wild Magic":{"name":"Path of Wild Magic"}},"TDCSR":{"Juggernaut":{"name":"Path of the Juggernaut"}},"BGG":{"Giant":{"name":"Path of the Giant"}},"XPHB":{"Berserker":{"name":"Path of the Berserker"},"Wild Heart":{"name":"Path of the Wild Heart"},"World Tree":{"name":"Path of the World Tree"},"Zealot":{"name":"Path of the Zealot"}}},"Bard":{"PHB":{"Lore":{"name":"College of Lore"},"Valor":{"name":"College of Valor"}},"XGE":{"Glamour":{"name":"College of Glamour"},"Swords":{"name":"College of Swords"},"Whispers":{"name":"College of Whispers"}},"HWCS":{"Road":{"name":"College of the Road"}},"TCE":{"Creation":{"name":"College of Creation"},"Eloquence":{"name":"College of Eloquence"}},"VRGR":{"Spirits":{"name":"College of Spirits"}},"TDCSR":{"Tragedy":{"name":"College of Tragedy"}},"XPHB":{"Dance":{"name":"College of Dance"},"Glamour":{"name":"College of Glamour"},"Lore":{"name":"College of Lore"},"Valor":{"name":"College of Valor"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"},"Life":{"name":"Life Domain"},"Light":{"name":"Light Domain"},"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"},"Trickery":{"name":"Trickery Domain"},"War":{"name":"War Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"},"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"},"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"},"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"},"Grave":{"name":"Grave Domain"}},"HWCS":{"Community":{"name":"Community Domain"},"Night":{"name":"Night Domain"}},"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"},"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"},"Moon":{"name":"Moon Domain"}},"XPHB":{"Life":{"name":"Life Domain"},"Light":{"name":"Light Domain"},"Trickery":{"name":"Trickery Domain"},"War":{"name":"War Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"},"Moon":{"name":"Circle of the Moon"}},"XGE":{"Dreams":{"name":"Circle of Dreams"},"Shepherd":{"name":"Circle of the Shepherd"}},"TCE":{"Spores":{"name":"Circle of Spores"},"Stars":{"name":"Circle of Stars"},"Wildfire":{"name":"Circle of Wildfire"}},"TDCSR":{"Blighted":{"name":"Circle of the Blighted"}},"XPHB":{"Land":{"name":"Circle of the Land"},"Moon":{"name":"Circle of the Moon"},"Sea":{"name":"Circle of the Sea"},"Stars":{"name":"Circle of the Stars"}}},"Fighter":{"PHB":{"Battle Master":{"name":"Battle Master"},"Champion":{"name":"Champion"},"Eldritch Knight":{"name":"Eldritch Knight"}},"SCAG":{"Purple Dragon Knight (Banneret)":{"name":"Purple Dragon Knight (Banneret)"}},"XGE":{"Arcane Archer":{"name":"Arcane Archer"},"Cavalier":{"name":"Cavalier"},"Samurai":{"name":"Samurai"}},"HWCS":{"Scofflaw":{"name":"Scofflaw"}},"EGW":{"Echo Knight":{"name":"Echo Knight"}},"TCE":{"Psi Warrior":{"name":"Psi Warrior"},"Rune Knight":{"name":"Rune Knight"}},"XPHB":{"Battle Master":{"name":"Battle Master"},"Champion":{"name":"Champion"},"Eldritch Knight":{"name":"Eldritch Knight"},"Psi Warrior":{"name":"Psi Warrior"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"},"Four Elements":{"name":"Way of the Four Elements"},"Open Hand":{"name":"Way of the Open Hand"}},"SCAG":{"Long Death":{"name":"Way of the Long Death"}},"XGE":{"Drunken Master":{"name":"Way of the Drunken Master"},"Kensei":{"name":"Way of the Kensei"},"Sun Soul":{"name":"Way of the Sun Soul"}},"TCE":{"Mercy":{"name":"Way of Mercy"},"Astral Self":{"name":"Way of the Astral Self"}},"FTD":{"Ascendant Dragon":{"name":"Way of the Ascendant Dragon"}},"TDCSR":{"Cobalt Soul":{"name":"Way of the Cobalt Soul"}},"XPHB":{"Mercy":{"name":"Warrior of Mercy"},"Shadow":{"name":"Warrior of Shadow"},"Elements":{"name":"Warrior of the Elements"},"Open Hand":{"name":"Warrior of the Open Hand"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"},"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Glory":{"name":"Oath of Glory"},"Watchers":{"name":"Oath of the Watchers"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}},"XPHB":{"Devotion":{"name":"Oath of Devotion"},"Glory":{"name":"Oath of Glory"},"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"PHB":{"Beast Master":{"name":"Beast Master"},"Hunter":{"name":"Hunter"}},"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"},"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}},"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"},"Swarmkeeper":{"name":"Swarmkeeper"}},"FTD":{"Drakewarden":{"name":"Drakewarden"}},"XPHB":{"Beast Master":{"name":"Beast Master"},"Fey Wanderer":{"name":"Fey Wanderer"},"Gloom Stalker":{"name":"Gloom Stalker"},"Hunter":{"name":"Hunter"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"},"Assassin":{"name":"Assassin"},"Thief":{"name":"Thief"}},"XGE":{"Inquisitive":{"name":"Inquisitive"},"Mastermind":{"name":"Mastermind"},"Scout":{"name":"Scout"},"Swashbuckler":{"name":"Swashbuckler"}},"TCE":{"Phantom":{"name":"Phantom"},"Soulknife":{"name":"Soulknife"}},"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"},"Assassin":{"name":"Assassin"},"Soulknife":{"name":"Soulknife"},"Thief":{"name":"Thief"}}},"Sorcerer":{"PHB":{"Draconic":{"name":"Draconic Bloodline"},"Wild":{"name":"Wild Magic"}},"PSK":{"Pyromancer (PSK)":{"name":"Pyromancer (PSK)"}},"XGE":{"Divine Soul":{"name":"Divine Soul"},"Shadow":{"name":"Shadow Magic"},"Storm":{"name":"Storm Sorcery"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"},"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}},"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"},"Clockwork":{"name":"Clockwork Sorcery"},"Draconic":{"name":"Draconic Sorcery"},"Wild Magic":{"name":"Wild Magic Sorcery"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Fiend":{"name":"The Fiend"},"Great Old One":{"name":"The Great Old One"}},"SCAG":{"Undying":{"name":"The Undying"}},"XGE":{"Celestial":{"name":"The Celestial"},"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}},"XPHB":{"Archfey":{"name":"Archfey Patron"},"Celestial":{"name":"Celestial Patron"},"Fiend":{"name":"Fiend Patron"},"Great Old One":{"name":"Great Old One Patron"}}},"Wizard":{"PHB":{"Abjuration":{"name":"School of Abjuration"},"Conjuration":{"name":"School of Conjuration"},"Divination":{"name":"School of Divination"},"Enchantment":{"name":"School of Enchantment"},"Evocation":{"name":"School of Evocation"},"Illusion":{"name":"School of Illusion"},"Necromancy":{"name":"School of Necromancy"},"Transmutation":{"name":"School of Transmutation"}},"XGE":{"War":{"name":"War Magic"}},"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}},"TCE":{"Bladesinging":{"name":"Bladesinging"},"Scribes":{"name":"Order of Scribes"}},"TDCSR":{"Blood Magic":{"name":"Blood Magic"}},"XPHB":{"Abjurer":{"name":"Abjurer"},"Diviner":{"name":"Diviner"},"Evoker":{"name":"Evoker"},"Illusionist":{"name":"Illusionist"}}}},"UATheMysticClass":{"Mystic":{"UATheMysticClass":{"Avatar":{"name":"Order of the Avatar"},"Awakened":{"name":"Order of the Awakened"},"Immortal":{"name":"Order of the Immortal"},"Nomad":{"name":"Order of the Nomad"},"Soul Knife":{"name":"Order of the Soul Knife"},"Wu Jen":{"name":"Order of the Wu Jen"}}}}} \ No newline at end of file +{"TCE":{"Artificer":{"TCE":{"Alchemist":{"name":"Alchemist"},"Armorer":{"name":"Armorer"},"Artillerist":{"name":"Artillerist"},"Battle Smith":{"name":"Battle Smith"}}}},"PHB":{"Barbarian":{"PHB":{"Berserker":{"name":"Path of the Berserker"},"Totem Warrior":{"name":"Path of the Totem Warrior"}},"SCAG":{"Battlerager":{"name":"Path of the Battlerager"}},"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"},"Storm Herald":{"name":"Path of the Storm Herald"},"Zealot":{"name":"Path of the Zealot"}},"TCE":{"Beast":{"name":"Path of the Beast"},"Wild Magic":{"name":"Path of Wild Magic"}},"TDCSR":{"Juggernaut":{"name":"Path of the Juggernaut"}},"BGG":{"Giant":{"name":"Path of the Giant"}}},"Bard":{"PHB":{"Lore":{"name":"College of Lore"},"Valor":{"name":"College of Valor"}},"XGE":{"Glamour":{"name":"College of Glamour"},"Swords":{"name":"College of Swords"},"Whispers":{"name":"College of Whispers"}},"TCE":{"Creation":{"name":"College of Creation"},"Eloquence":{"name":"College of Eloquence"}},"VRGR":{"Spirits":{"name":"College of Spirits"}},"TDCSR":{"Tragedy":{"name":"College of Tragedy"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"},"Life":{"name":"Life Domain"},"Light":{"name":"Light Domain"},"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"},"Trickery":{"name":"Trickery Domain"},"War":{"name":"War Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"},"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)","isReprinted":true},"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"},"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"},"Grave":{"name":"Grave Domain"}},"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"},"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"},"Moon":{"name":"Moon Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"},"Moon":{"name":"Circle of the Moon"}},"XGE":{"Dreams":{"name":"Circle of Dreams"},"Shepherd":{"name":"Circle of the Shepherd"}},"TCE":{"Spores":{"name":"Circle of Spores"},"Stars":{"name":"Circle of Stars"},"Wildfire":{"name":"Circle of Wildfire"}},"TDCSR":{"Blighted":{"name":"Circle of the Blighted"}}},"Fighter":{"PHB":{"Battle Master":{"name":"Battle Master"},"Champion":{"name":"Champion"},"Eldritch Knight":{"name":"Eldritch Knight"}},"SCAG":{"Purple Dragon Knight (Banneret)":{"name":"Purple Dragon Knight (Banneret)"}},"XGE":{"Arcane Archer":{"name":"Arcane Archer"},"Cavalier":{"name":"Cavalier"},"Samurai":{"name":"Samurai"}},"EGW":{"Echo Knight":{"name":"Echo Knight"}},"TCE":{"Psi Warrior":{"name":"Psi Warrior"},"Rune Knight":{"name":"Rune Knight"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"},"Four Elements":{"name":"Way of the Four Elements"},"Open Hand":{"name":"Way of the Open Hand"}},"SCAG":{"Long Death":{"name":"Way of the Long Death"}},"XGE":{"Drunken Master":{"name":"Way of the Drunken Master"},"Kensei":{"name":"Way of the Kensei"},"Sun Soul":{"name":"Way of the Sun Soul"}},"TCE":{"Mercy":{"name":"Way of Mercy"},"Astral Self":{"name":"Way of the Astral Self"}},"FTD":{"Ascendant Dragon":{"name":"Way of the Ascendant Dragon"}},"TDCSR":{"Cobalt Soul":{"name":"Way of the Cobalt Soul"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"},"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Glory":{"name":"Oath of Glory"},"Watchers":{"name":"Oath of the Watchers"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}}},"Ranger":{"PHB":{"Beast Master":{"name":"Beast Master"},"Hunter":{"name":"Hunter"}},"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"},"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}},"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"},"Swarmkeeper":{"name":"Swarmkeeper"}},"FTD":{"Drakewarden":{"name":"Drakewarden"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"},"Assassin":{"name":"Assassin"},"Thief":{"name":"Thief"}},"XGE":{"Inquisitive":{"name":"Inquisitive"},"Mastermind":{"name":"Mastermind"},"Scout":{"name":"Scout"},"Swashbuckler":{"name":"Swashbuckler"}},"TCE":{"Phantom":{"name":"Phantom"},"Soulknife":{"name":"Soulknife"}}},"Sorcerer":{"PHB":{"Draconic":{"name":"Draconic Bloodline"},"Wild":{"name":"Wild Magic"}},"PSK":{"Pyromancer (PSK)":{"name":"Pyromancer (PSK)"}},"XGE":{"Divine Soul":{"name":"Divine Soul"},"Shadow":{"name":"Shadow Magic"},"Storm":{"name":"Storm Sorcery"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"},"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Fiend":{"name":"The Fiend"},"Great Old One":{"name":"The Great Old One"}},"SCAG":{"Undying":{"name":"The Undying"}},"XGE":{"Celestial":{"name":"The Celestial"},"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}}},"Wizard":{"PHB":{"Abjuration":{"name":"School of Abjuration"},"Conjuration":{"name":"School of Conjuration"},"Divination":{"name":"School of Divination"},"Enchantment":{"name":"School of Enchantment"},"Evocation":{"name":"School of Evocation"},"Illusion":{"name":"School of Illusion"},"Necromancy":{"name":"School of Necromancy"},"Transmutation":{"name":"School of Transmutation"}},"XGE":{"War":{"name":"War Magic"}},"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}},"TCE":{"Bladesinging":{"name":"Bladesinging"},"Scribes":{"name":"Order of Scribes"}},"TDCSR":{"Blood Magic":{"name":"Blood Magic"}}}},"XPHB":{"Barbarian":{"PHB":{"Berserker":{"name":"Path of the Berserker"},"Totem Warrior":{"name":"Path of the Totem Warrior"}},"SCAG":{"Battlerager":{"name":"Path of the Battlerager"}},"XGE":{"Ancestral Guardian":{"name":"Path of the Ancestral Guardian"},"Storm Herald":{"name":"Path of the Storm Herald"},"Zealot":{"name":"Path of the Zealot"}},"TCE":{"Beast":{"name":"Path of the Beast"},"Wild Magic":{"name":"Path of Wild Magic"}},"TDCSR":{"Juggernaut":{"name":"Path of the Juggernaut"}},"BGG":{"Giant":{"name":"Path of the Giant"}},"XPHB":{"Berserker":{"name":"Path of the Berserker"},"Wild Heart":{"name":"Path of the Wild Heart"},"World Tree":{"name":"Path of the World Tree"},"Zealot":{"name":"Path of the Zealot"}}},"Bard":{"PHB":{"Lore":{"name":"College of Lore"},"Valor":{"name":"College of Valor"}},"XGE":{"Glamour":{"name":"College of Glamour"},"Swords":{"name":"College of Swords"},"Whispers":{"name":"College of Whispers"}},"TCE":{"Creation":{"name":"College of Creation"},"Eloquence":{"name":"College of Eloquence"}},"VRGR":{"Spirits":{"name":"College of Spirits"}},"TDCSR":{"Tragedy":{"name":"College of Tragedy"}},"XPHB":{"Dance":{"name":"College of Dance"},"Glamour":{"name":"College of Glamour"},"Lore":{"name":"College of Lore"},"Valor":{"name":"College of Valor"}}},"Cleric":{"PHB":{"Knowledge":{"name":"Knowledge Domain"},"Life":{"name":"Life Domain"},"Light":{"name":"Light Domain"},"Nature":{"name":"Nature Domain"},"Tempest":{"name":"Tempest Domain"},"Trickery":{"name":"Trickery Domain"},"War":{"name":"War Domain"}},"DMG":{"Death":{"name":"Death Domain"}},"SCAG":{"Arcana":{"name":"Arcana Domain"}},"PSA":{"Ambition (PSA)":{"name":"Ambition Domain (PSA)"},"Knowledge (PSA)":{"name":"Knowledge Domain (PSA)"},"Solidarity (PSA)":{"name":"Solidarity Domain (PSA)"},"Strength (PSA)":{"name":"Strength Domain (PSA)"},"Zeal (PSA)":{"name":"Zeal Domain (PSA)"}},"XGE":{"Forge":{"name":"Forge Domain"},"Grave":{"name":"Grave Domain"}},"TCE":{"Order":{"name":"Order Domain"},"Peace":{"name":"Peace Domain"},"Twilight":{"name":"Twilight Domain"}},"TDCSR":{"Blood":{"name":"Blood Domain"},"Moon":{"name":"Moon Domain"}},"XPHB":{"Life":{"name":"Life Domain"},"Light":{"name":"Light Domain"},"Trickery":{"name":"Trickery Domain"},"War":{"name":"War Domain"}}},"Druid":{"PHB":{"Land":{"name":"Circle of the Land"},"Moon":{"name":"Circle of the Moon"}},"XGE":{"Dreams":{"name":"Circle of Dreams"},"Shepherd":{"name":"Circle of the Shepherd"}},"TCE":{"Spores":{"name":"Circle of Spores"},"Stars":{"name":"Circle of Stars"},"Wildfire":{"name":"Circle of Wildfire"}},"TDCSR":{"Blighted":{"name":"Circle of the Blighted"}},"XPHB":{"Land":{"name":"Circle of the Land"},"Moon":{"name":"Circle of the Moon"},"Sea":{"name":"Circle of the Sea"},"Stars":{"name":"Circle of the Stars"}}},"Fighter":{"PHB":{"Battle Master":{"name":"Battle Master"},"Champion":{"name":"Champion"},"Eldritch Knight":{"name":"Eldritch Knight"}},"SCAG":{"Purple Dragon Knight (Banneret)":{"name":"Purple Dragon Knight (Banneret)"}},"XGE":{"Arcane Archer":{"name":"Arcane Archer"},"Cavalier":{"name":"Cavalier"},"Samurai":{"name":"Samurai"}},"EGW":{"Echo Knight":{"name":"Echo Knight"}},"TCE":{"Psi Warrior":{"name":"Psi Warrior"},"Rune Knight":{"name":"Rune Knight"}},"XPHB":{"Battle Master":{"name":"Battle Master"},"Champion":{"name":"Champion"},"Eldritch Knight":{"name":"Eldritch Knight"},"Psi Warrior":{"name":"Psi Warrior"}}},"Monk":{"PHB":{"Shadow":{"name":"Way of Shadow"},"Four Elements":{"name":"Way of the Four Elements"},"Open Hand":{"name":"Way of the Open Hand"}},"SCAG":{"Long Death":{"name":"Way of the Long Death"}},"XGE":{"Drunken Master":{"name":"Way of the Drunken Master"},"Kensei":{"name":"Way of the Kensei"},"Sun Soul":{"name":"Way of the Sun Soul"}},"TCE":{"Mercy":{"name":"Way of Mercy"},"Astral Self":{"name":"Way of the Astral Self"}},"FTD":{"Ascendant Dragon":{"name":"Way of the Ascendant Dragon"}},"TDCSR":{"Cobalt Soul":{"name":"Way of the Cobalt Soul"}},"XPHB":{"Mercy":{"name":"Warrior of Mercy"},"Shadow":{"name":"Warrior of Shadow"},"Elements":{"name":"Warrior of the Elements"},"Open Hand":{"name":"Warrior of the Open Hand"}}},"Paladin":{"PHB":{"Devotion":{"name":"Oath of Devotion"},"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}},"DMG":{"Oathbreaker":{"name":"Oathbreaker"}},"SCAG":{"Crown":{"name":"Oath of the Crown"}},"XGE":{"Conquest":{"name":"Oath of Conquest"},"Redemption":{"name":"Oath of Redemption"}},"TCE":{"Glory":{"name":"Oath of Glory"},"Watchers":{"name":"Oath of the Watchers"}},"TDCSR":{"Open Sea":{"name":"Oath of the Open Sea"}},"XPHB":{"Devotion":{"name":"Oath of Devotion"},"Glory":{"name":"Oath of Glory"},"Ancients":{"name":"Oath of the Ancients"},"Vengeance":{"name":"Oath of Vengeance"}}},"Ranger":{"PHB":{"Beast Master":{"name":"Beast Master"},"Hunter":{"name":"Hunter"}},"XGE":{"Gloom Stalker":{"name":"Gloom Stalker"},"Horizon Walker":{"name":"Horizon Walker"},"Monster Slayer":{"name":"Monster Slayer"}},"TCE":{"Fey Wanderer":{"name":"Fey Wanderer"},"Swarmkeeper":{"name":"Swarmkeeper"}},"FTD":{"Drakewarden":{"name":"Drakewarden"}},"XPHB":{"Beast Master":{"name":"Beast Master"},"Fey Wanderer":{"name":"Fey Wanderer"},"Gloom Stalker":{"name":"Gloom Stalker"},"Hunter":{"name":"Hunter"}}},"Rogue":{"PHB":{"Arcane Trickster":{"name":"Arcane Trickster"},"Assassin":{"name":"Assassin"},"Thief":{"name":"Thief"}},"XGE":{"Inquisitive":{"name":"Inquisitive"},"Mastermind":{"name":"Mastermind"},"Scout":{"name":"Scout"},"Swashbuckler":{"name":"Swashbuckler"}},"TCE":{"Phantom":{"name":"Phantom"},"Soulknife":{"name":"Soulknife"}},"XPHB":{"Arcane Trickster":{"name":"Arcane Trickster"},"Assassin":{"name":"Assassin"},"Soulknife":{"name":"Soulknife"},"Thief":{"name":"Thief"}}},"Sorcerer":{"PHB":{"Draconic":{"name":"Draconic Bloodline"},"Wild":{"name":"Wild Magic"}},"PSK":{"Pyromancer (PSK)":{"name":"Pyromancer (PSK)"}},"XGE":{"Divine Soul":{"name":"Divine Soul"},"Shadow":{"name":"Shadow Magic"},"Storm":{"name":"Storm Sorcery"}},"TCE":{"Aberrant Mind":{"name":"Aberrant Mind"},"Clockwork Soul":{"name":"Clockwork Soul"}},"TDCSR":{"Runechild":{"name":"Runechild"}},"DSotDQ":{"Lunar":{"name":"Lunar Sorcery"}},"XPHB":{"Aberrant":{"name":"Aberrant Sorcery"},"Clockwork":{"name":"Clockwork Sorcery"},"Draconic":{"name":"Draconic Sorcery"},"Wild Magic":{"name":"Wild Magic Sorcery"}}},"Warlock":{"PHB":{"Archfey":{"name":"The Archfey"},"Fiend":{"name":"The Fiend"},"Great Old One":{"name":"The Great Old One"}},"SCAG":{"Undying":{"name":"The Undying"}},"XGE":{"Celestial":{"name":"The Celestial"},"Hexblade":{"name":"The Hexblade"}},"TCE":{"Fathomless":{"name":"The Fathomless"},"Genie":{"name":"The Genie"}},"VRGR":{"Undead":{"name":"The Undead"}},"XPHB":{"Archfey":{"name":"Archfey Patron"},"Celestial":{"name":"Celestial Patron"},"Fiend":{"name":"Fiend Patron"},"Great Old One":{"name":"Great Old One Patron"}}},"Wizard":{"PHB":{"Abjuration":{"name":"School of Abjuration"},"Conjuration":{"name":"School of Conjuration"},"Divination":{"name":"School of Divination"},"Enchantment":{"name":"School of Enchantment"},"Evocation":{"name":"School of Evocation"},"Illusion":{"name":"School of Illusion"},"Necromancy":{"name":"School of Necromancy"},"Transmutation":{"name":"School of Transmutation"}},"XGE":{"War":{"name":"War Magic"}},"EGW":{"Chronurgy":{"name":"Chronurgy Magic"},"Graviturgy":{"name":"Graviturgy Magic"}},"TCE":{"Bladesinging":{"name":"Bladesinging"},"Scribes":{"name":"Order of Scribes"}},"TDCSR":{"Blood Magic":{"name":"Blood Magic"}},"XPHB":{"Abjurer":{"name":"Abjurer"},"Diviner":{"name":"Diviner"},"Evoker":{"name":"Evoker"},"Illusionist":{"name":"Illusionist"}}}},"UATheMysticClass":{"Mystic":{"UATheMysticClass":{"Avatar":{"name":"Order of the Avatar"},"Awakened":{"name":"Order of the Awakened"},"Immortal":{"name":"Order of the Immortal"},"Nomad":{"name":"Order of the Nomad"},"Soul Knife":{"name":"Order of the Soul Knife"},"Wu Jen":{"name":"Order of the Wu Jen"}}}}} \ No newline at end of file diff --git a/data/generated/gendata-tables.json b/data/generated/gendata-tables.json index 2fbb606..322fb97 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} 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":"Stagefright's Lines","page":250,"colLabels":["1d80","Line"],"colStyles":["col-1 text-center","col-11 text-center"],"rows":[[1,"Did you speak? I thought 'twas the braying of an ass."],[2,"Not even otyughs would dine on this."],[3,"Am I to make pie from these crumbs?"],[4,"Are you the lord here? I bring dark tidings from afar."],[5,"You would make a mistress of the moon, if it shone on you."],[6,"You have lit my lantern wick, that's for sure! I am aflame."],[7,"You! Fetch my steed!"],[8,"'Tis said that in Veluna they eat such things."],[9,"Careful, whelp. Far greater than thou hath perished for less."],[10,"Hold on to thy seat. This trail has more bumps to come!"],[11,"I feel I have inherited much from this meeting."],[12,"Stop saying that! Are you a fool?"],[13,"From this wound I shall not recover. You have slain me."],[14,"Let us dance in the whistling wind!"],[15,"You dare speak of this, rascal?"],[16,"On the contrary, I acknowledge all your faults."],[17,"My liege, he's dead."],[18,"It seems we are in a bit of a pickle."],[19,"No, master! He turned to stone."],[20,"But I am your son!"],[21,"Murder! Oh, murder!"],[22,"Hurts, doesn't it?"],[23,"This portends an unpleasant day."],[24,"What manner of ghoul is this I see before me?"],[25,"Knaves, footpads, and liars. I am in good company!"],[26,"Even a beholder wouldn't have seen that one coming!"],[27,"This truly is the worst outcome."],[28,"Tomorrow, at sunrise, I shall no longer be here."],[29,"Hurry! 'Tis best I die quickly."],[30,"Lend me your hand. There is something I must show you."],[31,"I would not wish you upon a toad."],[32,"You beastly little imp!"],[33,"Oh, let us make merry again soon!"],[34,"Night comes, and we must away!"],[35,"I smell a foul wind."],[36,"Tomorrow should dawn merrier."],[37,"My hope is shriveled like a grape. Let us make wine of it!"],[38,"Tell me what I must do."],[39,"Speak only good news! My mood is leaden."],[40,"I think I'll hide in the chimney."],[41,"Enough! I shall not be kicked by any mule!"],[42,"An unnecessary footnote, you are."],[43,"I would tear the world in two for a quaff."],[44,"How now, friend. Why the long face?"],[45,"I shall make a banquet of your dreams."],[46,"Hush, my sweet dumpling."],[47,"We danced too long; now all the music is gone."],[48,"Such humor. I can barely hold my sides."],[49,"Who goes there, on this woebegone, rain-lashed night?"],[50,"The words catch in my throat. I cannot speak them!"],[51,"That is a goatish look you have upon your face."],[52,"Is that a hoot or a growl? It chills my blood!"],[53,"A tailor could not sew a finer lie."],[54,"Silence, piglet! You have squealed enough."],[55,"This dream shall soon end."],[56,"As for this one: let your sword speak."],[57,"A runt has no place among giants."],[58,"Perhaps I shall have that drink, after all."],[59,"Awake! The time is upon us."],[60,"Strange bedfellows, these ones."],[61,"I have a wicked thought, if you will hear it."],[62,"Well, here is a serpent!"],[63,"Two truths told. A lie is sure to follow."],[64,"I warn you: my patience has sunk."],[65,"It seems I am betrayed."],[66,"Have you met my husband?"],[67,"Bar the door! They're here!"],[68,"Let me answer this one."],[69,"I shall not rest 'til the deed is done."],[70,"My enemies are dead, yet I hunger still."],[71,"This is no night for joy."],[72,"See, 'twas I all along!"],[73,"Here's some gristle to chew upon."],[74,"I feel like a giant stepped on my head."],[75,"All is lost! No prayer can save us now!"],[76,"Oh, for a sword!"],[77,"What malice are you planning?"],[78,"What fresh horror is this?"],[79,"Something stirs below."],[80,"See! I blush red as a radish."]],"name":"Stagefright's Lines","source":"WBtW","chapter":{"name":"Stagefright's Lines","ordinal":{"type":"appendix","identifier":"E"},"index":10}},{"caption":"Summoned Underlings","colLabels":["Archdevil","Underlings Summoned"],"colStyles":["col-6","col-6"],"rows":[["{@creature Asmodeus|CoA}","Any devil, including another archdevil"],["{@creature Baalzebul|CoA}","{@dice 1d6} allied {@creature horned devil||horned devils}, {@dice 1d4} allied {@creature ice devil||ice devils}, or 1 allied {@creature pit fiend}"],["{@creature Bel|CoA}","{@dice 1d6} {@creature bearded devil||bearded devils}"],["{@creature Belial|CoA}","{@dice 1d2} {@creature bone devil||bone devils}"],["{@creature Dispater|CoA}","1 {@creature pit fiend}"],["{@creature Fierna|CoA}","{@dice 1d6} {@creature bearded devil||bearded devils}"],["{@creature Glasya|CoA}","{@dice 1d2} {@creature erinyes}"],["{@creature Levistus|CoA}","1 {@creature pit fiend}"],["{@creature Mammon|CoA}","{@dice 1d2} {@creature bone devil||bone devils}"],["{@creature Mephistopheles|CoA}","{@dice 1d4} {@creature ice devil||ice devils}"],["{@creature Zariel|CoA}","{@dice 1d6} {@creature bearded devil||bearded devils}"]],"name":"Archdevil Lair Action List; Summoned Underlings","page":214,"source":"CoA","chapter":{"name":"Lords of the Nine","ordinal":{"type":"appendix","identifier":"A"},"index":13}},{"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}"]]}],["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}"]]}],["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","isNameGenerator":true,"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":"Automatons and Vehicles","page":12,"source":"PSK","chapter":{"name":"The World of Kaladesh","index":1}},{"page":39,"isStriped":false,"colStyles":["col-4 text-enter","col-8"],"rows":[[{"type":"image","href":{"type":"internal","path":"book/PSA/017.webp"},"credit":"Jonas De Ro","width":155,"height":153},{"type":"entries","name":"Amonkhet","entries":["Five deadly trials await the people of this plane as they hope for a glorious death—and eternal glory in the afterlife. But their true fate lies in the hands of the sinister Nicol Bolas."],"id":"014"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/018.webp"},"credit":"James Paick","width":137,"height":137},{"type":"entries","name":"Dominaria","entries":["Home to the volcanic continent of Shiv, the time-shattered isle of Tolaria, and the cold mountains of Keld, Dominaria is the setting for brutal conflicts and home to powerful mages."],"id":"015"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/019.webp"},"credit":"Jung Park","width":151,"height":151},{"type":"entries","name":"Innistrad","entries":["For centuries, the archangel Avacyn and her hosts protected the humans of Innistrad from the terrors of the night. But then she turned on the people she was supposed to protect as an alien madness seized the plane."],"id":"016"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/020.webp"},"credit":"Daniel Ljunggren","width":150,"height":150},{"type":"entries","name":"Kaladesh","entries":["Kaladesh is a vibrant, beautiful land in the midst of an inventors' renaissance, teeming with creativity and optimism."],"id":"017"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/021.webp"},"credit":"Tomasz Jedruszek","width":151,"height":151},{"type":"entries","name":"New Phyrexia","entries":["Once known as Mirrodin, this metallic plane has been transformed by the vile Phyrexian corruption. Its natives fought and lost the war for their world, and now struggle to survive each day."],"id":"018"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/022.webp"},"credit":"Richard Wright","width":152,"height":150},{"type":"entries","name":"Ravnica","entries":["This worldwide cityscape holds countless grand halls, decrepit slums, and ancient ruins. Ten guilds maintain an uneasy peace in governing the various aspects of life in the majestic city."],"id":"019"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/023.webp"},"credit":"John Severin Brassell","width":150,"height":151},{"type":"entries","name":"Shandalar","entries":["Rich with mana, Shandalar is a place where magic flows freely. Planeswalkers seek out this plane for its plentiful, powerful magic."],"id":"01a"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/024.webp"},"credit":"Jung Park","width":151,"height":150},{"type":"entries","name":"Theros","entries":["Theros is ruled by an awe-inspiring pantheon of gods. Mortals tremble before them, feel the sting of their petty whims, and live in terror of their wrath."],"id":"01b"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/025.webp"},"credit":"Sam Burley","width":151,"height":151},{"type":"entries","name":"Zendikar","entries":["This land of primal mana is slowly recovering from the unnatural disaster of colossal predators from the Aether rampaging across the plane."],"id":"01c"}]],"name":"Appendix: Planeswalkers and the Multiverse","source":"PSA","chapter":{"name":"Planeswalkers and the Multiverse","ordinal":{"type":"appendix"},"index":5}},{"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":"Selling a Magic Item; 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":"Selling a Magic Item; 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":"Work; 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-1 text-center","col-11"],"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; 1","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":"Four Peoples, One Party; 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":"Four Peoples, One Party; 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","{@b Strength.} In life as in war, the stronger force wins."]],"name":"Legion of Dusk; 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":"Legion of Dusk; 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":"Brazen Coalition; 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":"Brazen Coalition; 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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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"]],"footnotes":["*Appears in {@book Xanathar's Guide to Everything|XGE}"],"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":2}},{"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":2}},{"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","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":2}},{"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":2}},{"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":2}},{"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.\" ({@i 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.\" ({@i 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.\" ({@i Song of All}, Canto 167)"],["4","{@b Reason.} \"Reason must be retained. If the web of Reason comes unwoven, madness will escape.\" ({@i 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.\" ({@i 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":3}},{"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":3}},{"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":3}},{"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":3}},{"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":3}},{"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":4}},{"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":4}},{"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":4}},{"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":4}},{"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":4}},{"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":5}},{"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":5}},{"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":5}},{"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":6}},{"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":6}},{"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":7}},{"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":7}},{"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":7}},{"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":7}},{"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":7}},{"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":8}},{"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":8}},{"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":8}},{"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":8}},{"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":8}},{"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":[["{@class barbarian||Path of the Ancestral Guardian|Ancestral Guardian|XGE}*","Gruul"],["{@class barbarian||Path of the Berserker|Berserker}","Gruul, {@creature Rakdos|GGR}"],["{@class barbarian||Path of the Storm Herald|Storm Herald|XGE}*","Gruul"],["{@class barbarian||Path of the Totem Warrior|Totem Warrior}","Gruul"],["{@class barbarian||Path of the Zealot|Zealot|XGE}*","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":[["{@class bard||College of Glamour|Glamour|XGE}*","Selesnya"],["{@class bard||College of Lore|Lore}","Azorius, Selesnya"],["{@class bard||College of Swords|Swords|XGE}*","{@creature Rakdos|GGR}"],["{@class bard||College of Valor|Valor}","{@creature Rakdos|GGR}"],["{@class bard||College of Whispers|Whispers|XGE}*","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":[["{@class cleric||Forge Domain|Forge|XGE}*","Boros"],["{@class cleric||Knowledge Domain|Knowledge}","Azorius"],["{@class cleric||Life Domain|Life}","Boros, Selesnya"],["{@class cleric||Light Domain|Light}","Boros"],["{@class cleric||Nature Domain|Nature}","Selesnya"],["{@class cleric||Order Domain|Order|TCE}**","Azorius, Orzhov"],["{@class cleric||Tempest Domain|Tempest}","Gruul"],["{@class cleric||Trickery Domain|Trickery}","Dimir"],["{@class cleric||War Domain|War}","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":[["{@class druid||Circle of Dreams|Dreams|XGE}*","Selesnya"],["{@class druid||Circle of Spores|Spores|TCE}**","Golgari"],["{@class druid||Circle of the Land|Land}","Golgari (forest, swamp, Underdark), Selesnya (forest, grassland), Simic (coast, forest)"],["{@class druid||Circle of the Moon|Moon}","Gruul"],["{@class druid||Circle of the Shepherd|Shepherd|XGE}*","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":[["{@class fighter||Arcane Archer|Arcane Archer|XGE}*","Selesnya"],["{@class fighter||Battle Master|Battle MAster}","Azorius, Boros, Orzhov, Selesnya"],["{@class fighter||Cavalier|Cavalier|XGE}*","Azorius, Boros"],["{@class fighter||Champion|Champion}","Azorius, Boros, Golgari, Gruul, Orzhov, {@creature Rakdos|GGR}, Selesnya, Simic"],["{@class fighter||Eldritch Knight|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":[["{@class monk||Way of Shadow|Shadow}","Dimir"],["{@class monk||Way of the Four Elements|Four Elements}","Simic (focus on water- and air-related disciplines)"],["{@class monk||Way of the Open Hand|Open Hand}","Selesnya, Simic"],["{@class monk||Way of the Sun Soul|Sun Soul|XGE}*","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":[["{@class Paladin||Oath of Conquest|Conquest|XGE}*","Orzhov"],["{@class Paladin||Oath of Devotion|Devotion}","Boros"],["{@class Paladin||Oath of Redemption|Redemption|XGE}*","Selesnya"],["{@class Paladin||Oath of the Ancients|Ancients}","Selesnya"],["{@class Paladin||Oath of Vengeance|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":[["{@class ranger||Beast Master|Beast Master}","Golgari (prefer insects and reptiles), Gruul (prefer fierce beasts), Selesnya (prefer wolves)"],["{@class ranger||Gloom Stalker|Gloom Stalker|XGE}*","Golgari"],["{@class ranger||Hunter|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":[["{@class Rogue||Arcane Trickster|Arcane Trickster}","Dimir"],["{@class Rogue||Assassin|Assassin}","Dimir, Golgari, Orzhov"],["{@class Rogue||Inquisitive|Inquisitive|XGE}*","Azorius, Dimir"],["{@class Rogue||Mastermind|Mastermind|XGE}*","Dimir"],["{@class Rogue||Scout|Scout|XGE}*","Gruul"],["{@class Rogue||Swashbuckler|Swashbuckler|XGE}*","{@creature Rakdos|GGR}"],["{@class Rogue||Thief|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":[["{@class Sorcerer||Divine Soul|Divine Soul|XGE}*","Boros"],["{@class Sorcerer||Draconic Bloodline|Draconic}","Izzet"],["{@class Sorcerer||Shadow Magic|Shadow|XGE}*","Dimir"],["{@class Sorcerer||Storm Sorcery|Storm|XGE}*","Izzet"],["{@class Sorcerer||Wild Magic|Wild}","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":[["{@class Warlock||The Archfey|Archfey}","Selesnya"],["{@class Warlock||The Celestial|Celestial|XGE}*","Boros"],["{@class Warlock||The Fiend|Fiend}","{@creature Rakdos|GGR}"],["{@class Warlock||The Great Old One|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":[["{@class Wizard||School of Abjuration|Abjuration}","Azorius, Orzhov"],["{@class Wizard||School of Conjuration|Conjuration}","Izzet, Simic"],["{@class Wizard||School of Divination|Divination}","Azorius, Dimir, Orzhov"],["{@class Wizard||School of Enchantment|Enchantment}","Azorius, Dimir, Orzhov"],["{@class Wizard||School of Evocation|Evocation}","Boros, Izzet"],["{@class Wizard||School of Illusion|Illusion}","Dimir"],["{@class Wizard||School of Necromancy|Necromancy}","Golgari, Orzhov"],["{@class Wizard||School of Transmutation|Transmutation}","Izzet, Simic"],["{@class Wizard||War Magic|War|XGE}*","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":"Random Height and Weight","colLabels":["Race","Base Height","Height Modifier","Base Weight","Weight Modifier"],"colStyles":["col-1","col-1","col-1","col-1","col-1"],"rows":[["Cervan (Grove)","4'8\"","+{@dice 2d10}","110 lb.","x ({@dice 1d4}) lb."],["Cervan (Pronghorn)","6'1\"","+{@dice 2d10}","120 lb.","x ({@dice 2d4}) lb."],["Corvum","4'4\"","+{@dice 2d10}","70 lb.","x ({@dice 1d4}) lb."],["Gallus","3'4\"","+{@dice 3d10}","55 lb.","x ({@dice 1d4}) lb."],["Hedge","2'11\"","+{@dice 2d6}","30 lb.","x ({@dice 1d4}) lb."],["Jerbeen","2'4\"","+{@dice 2d4}","20 lb.","x ({@dice 1d2}) lb."],["Luma","2'8\"","+{@dice 2d4}","25 lb.","x 1 lb."],["Mapach","3'11\"","+{@dice 2d6}","85 lb.","x ({@dice 2d4}) lb."],["Raptor","2'11\"","+{@dice 2d6}","25 lb.","x 1 lb."],["Strig","3'10\"","+{@dice 2d10}","80 lb.","x ({@dice 1d6}) lb."],["Vulpin","4'2\"","+{@dice 2d10}","80 lb.","x ({@dice 2d4}) lb."]],"name":"Random Height and Weight","page":32,"source":"HWCS","chapter":{"name":"Ch. 1: Welcome to the Wood","index":1}},{"caption":"Standard Languages","colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-1","col-1","col-1"],"rows":[["Birdfolk","Birdfolk, Humblefolk","Birdfolk"],["Cervan","Cervans","–"],["Hedge","Hedges","Sylvan"],["Jerbeen","Jerbeens","Birdfolk"],["Mapach","Mapachs","Mapach"],["Vulpin","Vulpins","Vulpin"]],"name":"Languages of the Wood; Standard Languages","page":32,"source":"HWCS","chapter":{"name":"Ch. 1: Welcome to the Wood","index":1}},{"colLabels":["Amaranthine","Alignment","Race","Domains","Symbol"],"rows":[["{@deity Altus|Amaranthine|HWCS|Altus, the Enduring}","CG","Strig","Tempest, War","An ornate wooden chalice, out of which pour storm clouds"],["{@deity Ardea|Amaranthine|HWCS|Ardea, the Dawnmother}","NG","–","Life, Light","A radiant sun with two golden feathers"],["{@deity Cairith|Amaranthine|HWCS|Cairith, the Resolute}","LN","Cervan","Life","A pair of white antlers wrapped in flowering vines"],["{@deity Clhuran|Amaranthine|HWCS|Clhuran, the Fickle}","CN","Luma","Arcana, Trickery","Two birds, one singing, the other crowing"],["{@deity Gaspard|Amaranthine|HWCS|Gaspard, the Champion}","NG","Jerbeen","Community","Three rapiers, tied together by a pink ribbon"],["{@deity Gesme|Amaranthine|HWCS|Gesme, the Brilliant}","N","Corvum","Knowledge, The Forge","A gnarled oak branch, burning at one end"],["{@deity Hanera|Amaranthine|HWCS|Hanera, the Provider}","LG","Gallus","Community, Nature","A bird with plants for tail feathers"],["{@deity Hath|Amaranthine|HWCS|Hath, the Whisperer}","CN","Mapach","Night","A raccoon mask with a single star above it"],["{@deity Reya|Amaranthine|HWCS|Reya, the Explorer}","CN","Raptor","Nature, Tempest","Four arrows, in a circle of ivy, forming a compass"],["{@deity Henwin|Amaranthine|HWCS|Henwin, the Kind}","NG","Hedge","Nature","A blooming yellow rose, flecked with dew"],["{@deity Kren|Amaranthine|HWCS|Kren, the Sly}","NE","Vulpin","Trickery","An eye wreathed in fangs"],["{@deity Tyton|Amaranthine|HWCS|Tyton, the Nightfather}","LN","–","Grave, Night","A wing containing three stars and a crescent moon"]],"name":"The Amaranthine","page":54,"source":"HWCS","chapter":{"name":"Ch. 2: Religion in the Wood","index":2}},{"caption":"City Encounters (Levels 2-4)","colLabels":["d8","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[[1,"A {@creature mapach tinkerer|HWCS} with a hand cart of goods distracts the party with his marvelous wares while his {@creature hedge bard|HWCS} partner attempts to pickpocket them."],[2,"An innocent {@creature cervan priest|HWCS} is accosted by {@dice 1d4} {@creature birdfolk guard|HWCS|birdfolk guards}. These birdfolk are criminals who've stolen Perch Guard uniforms, and the party will be rewarded for their capture."],[3,"A visiting {@creature vulpin noble|HWCS} is interested in seeing the sights. Show them around town by rolling again on this table. They will accompany the party for this encounter, and should they survive, will reward the party 20 gp for the invigorating time."],[4,"A gathering of acrobatic street performers. If high enough level, a party member with the Sharp Mind trait, or who makes a {@dc 14} Intelligence check, will recognize a {@creature gallus monk|HWCS} among them from a wanted poster."],[5,"A citywide parade to honor Gaspard, the Champion. There are jousts, fencing matches, and other contests in which the party can participate. Defeat a {@creature jerbeen swashbuckler|HWCS} in a duel to win a magic item."],[6,"A mysterious death. If players are high enough level, this could lead to a fight with the {@creature corvum assassin|HWCS} who was paid to perform the murder."],[7,"A bar fight breaks out between {@dice 1d4} {@creature mapach bandit|HWCS} patrons and {@dice 1d4} {@creature birdfolk militia|HWCS}."],[8,"A pair of {@creature jerbeen thief|HWCS|jerbeen thieves} steal from the party. This leads back to their {@creature vulpin captain|HWCS} leader, who runs a pickpocketing ring in town."]],"name":"Appendix E: Random Encounters; City Encounters (Levels 2-4)","page":215,"source":"HWCS","chapter":{"name":"App. E: Random Encounters","index":9}},{"caption":"Cave Encounters (Level 1)","colLabels":["d8","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[[1,"{@dice 1d2} {@creature gray ooze|mm|gray oozes} conceal themselves as stagnant pools."],[2,"A {@creature shifting slime|HWCS} attacks."],[3,"{@dice 1d2} roosting {@creature swarm of emberbats|HWCS|swarms of emberbats} drop from the ceiling."],[4,"2 {@creature caustic slime|HWCS|caustic slimes} attack."],[5,"The party finds a 6-foot-tall bioluminescent mushroom."],[6,"{@dice 1d4} {@creature sticky slime|HWCS|sticky slimes} attack."],[7,"Two {@creature sticky slime|HWCS|sticky slimes} and a {@creature caustic slime|HWCS} attack."],[8,"{@dice 1d4} {@creature violet fungus} attack."]],"name":"Appendix E: Random Encounters; Cave Encounters (Level 1)","page":215,"source":"HWCS","chapter":{"name":"App. E: Random Encounters","index":9}},{"caption":"Coast Encounters (Level 4)","colLabels":["d8","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[[1,"The party finds a small shrine to Gesme within a hidden grotto. The first player to pray here gains the ability to cast {@spell clairvoyance} once, without material components."],[2,"2 {@creature raptor explorer|HWCS|raptor explorers} are leading a {@creature strig tracker|HWCS} bounty hunter to the party."],[3,"{@dice 1d4} giant petrels circle overhead (use the stat block for a {@creature giant eagle}, but with a 30 ft. swim speed)."],[4,"A violent storm rolls in. If the party chooses not to take shelter, they must make a {@dc 14} Constitution saving throw while traveling, suffering a level of {@condition exhaustion} on a failure."],[5,"A mass of seaweed turns out to be a {@creature shambling mound}."],[6,"A ship is stolen from the docks by {@dice 1d4 + 1} {@creature birdfolk sailor|HWCS} pirates, led by a {@creature jerbeen swashbuckler|HWCS}."],[7,"A sinking ship is spotted with its crew aboard. There are {@dice 1d3} {@creature hunter shark|mm|hunter sharks} circling in the water."],[8,"A crashing wave sweeps in, and the party must make a {@dc 14} Strength saving throw or be swept 80 feet into the sea, where a {@creature water elemental} lies in wait."]],"name":"Appendix E: Random Encounters; Coast Encounters (Level 4)","page":215,"source":"HWCS","chapter":{"name":"App. E: Random Encounters","index":9}},{"caption":"Forest Encounters (Level 1-2)","colLabels":["d8","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[[1,"{@dice 2d4} {@creature mapach bandit|HWCS|mapach bandits} ambush the party."],[2,"{@dice 1d2} {@creature swarm of emberbats|HWCS|swarms of emberbats} attack the party."],[3,"{@dice 1d4} {@creature magmin} can be spotted burning foliage through the trees. They haven't started a fire yet, but they will if left unchecked."],[4,"The party finds a moss covered shrine to Reya. The first character that stops to pray here gains the ability to cast {@spell elevated sight|HWCS} once."],[5,"{@dice 1d4} {@creature mapach bandit|HWCS|mapach bandits} and a {@creature jerbeen thief|HWCS} spring from the forest, offering safe passage for a road toll of 3 gp per party member. They will attack if the toll is not paid immediately."],[6,"{@dice 1d3} {@creature wolf|mm|wolves} led by a {@creature dire wolf} attack the party."],[7,"A {@creature birdfolk skirmisher|HWCS} on patrol is struggling in a large spider web and calling for help. He has been bound in silk, requiring a {@dc 15} Strength check or one round using a cutting tool to free him. There are {@dice 1d2 + 1} {@creature giant spider|mm|giant spiders} hidden in the trees."],[8,"A bandit's net trap has been laid across the trail and covered with leaves. It can be spotted with a {@dc 15} Wisdom ({@skill Perception}) check. If players walk into it, the trap springs, and players must make a {@dc 14} Dexterity saving throw to avoid getting caught. On a failure, you can roll on this table again to complicate the encounter."]],"name":"Appendix E: Random Encounters; Forest Encounters (Level 1-2)","page":215,"source":"HWCS","chapter":{"name":"App. E: Random Encounters","index":9}},{"caption":"Mountain Encounters (Levels 2-3)","colLabels":["d8","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[[1,"Two {@creature griffon|mm|griffons} can be seen in the distance. They give a warning shriek. The party can find another route, losing ground and rolling again on this table, or fight them."],[2,"{@dice 1d4} {@creature mapach bandit|HWCS|mapach bandits} and a {@creature vulpin captain|HWCS} attack."],[3,"A hungry {@creature basilisk} appears."],[4,"{@dice 1d4} {@creature jerbeen thief|HWCS|jerbeen thieves} attack."],[5,"{@dice 1d4} {@creature mountain lion|HWCS|mountain lions} attack."],[6,"The weather suddenly shifts to a bitter storm. If the party chooses not to take shelter, they must make a {@dc 13} Constitution saving throw while traveling, suffering a level of {@condition exhaustion} from the cold on a failure."],[7,"The party finds a weathered shrine to Altus. The first character that stops to pray here gains the ability to cast {@spell enhance ability} once, without using material components. The player may only select either the {@b Bear's Endurance} or {@b Bull's Strength} options when the spell is cast."],[8,"The party finds a roost of {@dice 1d3} {@creature giant eagle|mm|giant eagles} with {@dice 1d4} young (Medium sized beasts that cannot attack) with them. They will attack unless the party can convince them they are not a threat."]],"name":"Appendix E: Random Encounters; Mountain Encounters (Levels 2-3)","page":215,"source":"HWCS","chapter":{"name":"App. E: Random Encounters","index":9}},{"caption":"Scorched Grove Encounters (Level 3)","colLabels":["d8","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[[1,"{@dice 1d4 + 1} {@creature swarm of emberbats|HWCS|swarms of emberbats} attack."],[2,"An {@creature ashsnake|HWCS} attacks. If the party is hunting for the ashsnake in {@adventure Part 3|HWAitW|3}, it is waiting to ambush them."],[3,"The party finds a small stand of scorched trees, two of which tower above the others. When approached these two {@creature awakened tree|mm|awakened trees} attack with branches that glow with embers. Their attacks deal fire damage instead of bludgeoning damage, and can set flammable objects carried by characters on fire."],[4,"One {@creature fire elemental} can be seen off in the distance. Players must make a {@dc 10} Dexterity ({@skill Stealth}) check to avoid its notice, otherwise it will see them and attack. "],[5,"{@dice 1d3} {@creature magma mephit|mm|magma mephits} and {@dice 1d2} {@creature dust mephit|mm|dust mephits} attack."],[6,"{@dice 1d4} {@creature magmin} attack."],[7,"A Tender is being attacked by a {@creature swarm of emberbats|HWCS}."],[8,"A field of geysers lays ahead, each intermittently spraying scalding gases into the air. The party can attempt to cross cautiously with a {@dc 16} Intelligence check to notice a pattern, or by making three {@dc 14} Dexterity saving throws, taking 4 ({@dice 1d8}) fire damage on each failure. Pass or fail, after 3 saving throws they've made it across. Alternatively, party members can choose to go around. If so, roll again on this table."]],"name":"Appendix E: Random Encounters; Scorched Grove Encounters (Level 3)","page":215,"source":"HWCS","chapter":{"name":"App. E: Random Encounters","index":9}},{"caption":"Swamp Encounters (Level 1)","colLabels":["d8","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[[1,"{@dice 1d3} {@creature birdfolk skeleton|HWCS|birdfolk skeletons}, covered in moss rise from the murky water and attack."],[2,"Two {@creature sticky slime|HWCS|sticky slimes} and a {@creature caustic slime|HWCS} attack."],[3,"The party stumbles upon a {@creature swarm of quippers} in the water. Players with a passive Perception of 15 or higher notice the swarm and avoid it."],[4,"The party finds a fungus covered shrine to Henwin within a tangle of plant life. The first character to pray here gains the ability to cast {@spell spiny shield|HWCS} once, without using material components."],[5,"{@dice 1d4} {@creature sticky slime|HWCS|sticky slimes} attack."],[6,"{@dice 1d2} {@creature swarm of insects|MM|swarms of insects} envelop the party. They have a walking speed of 5 ft., a 30 ft. flying speed, and no climbing speed."],[7,"Two {@creature caustic slime|HWCS|caustic slimes} attack."],[8,"A birdfolk researcher caught in quicksand. Requires a {@dc 12} Strength ({@skill Athletics}) check to free. Roll again on this table to complicate the encounter."]],"name":"Appendix E: Random Encounters; Swamp Encounters (Level 1)","page":215,"source":"HWCS","chapter":{"name":"App. E: Random Encounters","index":9}},{"caption":"What did They Find?","colLabels":["d20","They find..."],"colStyles":["col-1 text-center","col-11"],"rows":[[1,"A carefully cleaned and varnished mouse skull."],[2,"A ruby statue worth 50 gp, but birdfolk and humblefolk alike believe it to be cursed."],[3,"A golden coin dating back to the very founding of Alderheart."],[4,"A small switch-knife hidden inside of a wooden spoon."],[5,"A holy symbol of an Amaranthine not worshiped in Humblewood."],[6,"A feather with brilliant tropical colors, not seen on any Humblewood birdfolk."],[7,"A ring with a strange seed where a gemstone would normally be."],[8,"A mechanical cricket, but its winding key is missing."],[9,"A thin length of chain, that when examined is actually made of seamless loops of wood."],[10,"A small bag containing hand polished marbles, each one with a different small insect in it."],[11,"A necklace made from the shells of small iridescent beetles."],[12,"A wooden frog that is perpetually slick with some kind of viscous moisture."],[13,"A short, thin twig that is unbendable and indestructible."],[14,"A locket made from a polished periwinkle shell. A strange sigil has been carved on the inside."],[15,"A glass jar filled with eight fireflies, each giving off light. One glows white, and the others glow a different color of the rainbow."],[16,"A bandit mask from a time before the Coalition."],[17,"A detailed onyx carving of a birdfolk skull. It is cold to the touch."],[18,"A silver pinecone that is completely immune to fire damage."],[19,"A locked music box. Mechanical chirping can occasionally be heard from inside."],[20,"A weathered parchment scroll, which unfurls to reveal music inscribed in long-faded ink."]],"name":"Appendix F: What did They Find?; What did They Find?","page":218,"source":"HWCS","chapter":{"name":"App. F: What did They Find?","index":10}},{"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}},{"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":"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":"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} 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} 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} 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}. {@quickref Cover||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 {@hazard brown mold}, {@hazard green slime}, or {@hazard yellow mold} lies nearby. "],["6","A group of friendly explorers crosses the player characters' path. The explorers have {@dice 2d4} goods for sale that cost 1 gp or less, which you can select from the {@table Adventuring Gear|PHB} 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 {@status 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 {@quickref Cover||3||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 {@quickref Cover||3||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} 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}","{@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 Shagglecran","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 Moonblade}","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 Windheim, {@creature Nauk|MaBJoV}","Mercenaries and War","Work for the world's most feared mercenaries."],["6","Harpers","{@creature Jaheira|MaBJoV|Jaheira, Vellin Farstride}","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","{@creature Farastu Stalker|mabjov} 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":"Waukeen's Promenade (Area A3); 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 (Area A17); 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 (Area B21); 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":"High House of Wonders (Area B11); 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","Victims hunted by a {@creature Wolfwere|MaBJoV} in the Black Branches"],["4","A {@creature Skeleton warrior|MaBJoV} seeking to punish one who has transgressed against {@creature Jon Irenicus|MaBJoV}"],["5","{@creature Sword spider|MaBJoV|Sword spiders} prowling 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":"House of the Horn (Area S4); 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 (Area S4); 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":"House of the Horn (Area S4); 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","An {@creature Achaierai|MaBJoV} band hunting for vengeance"],["2","{@creature Kelubar Consul|mabjov|Kelubar Consuls} 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","A war band of eight {@creature drow} led by a {@creature drow mage}"],["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":"Trade Center (Area U13); 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":"Trade Center (Area U13); 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":"Aboleth Bowl (Area U15); 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","Mercenary. 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","Zoologist. 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 newly discovered Netherese ruins. Bring back any secrets found"],["4","Evil Magic User. Defeat a {@creature necromancer wizard|mpmm} or {@creature 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","{@creature Needle Blight||Needle Blights}"],["Mythal paths","Myth Rynn in the forest of Tethyr or Myth Drannor in the forest of Cormanthor","1","{@creature Quickling|mpmm|Quicklings}"],["The unicorn run","The Star Mounts or the Grandfather Tree in the High Forest","3","{@creature Displacer Beast||Displacer beasts}"],["Forest pool to the Feywild","The fens bordering the Summer Court","5","{@creature Ettercap||Ettercaps} and {@creature Giant Spider||giant spiders}"],["Tree roots to Ysgard","The Gates of the Moon—home to the goddesses Selune and Sune","7","Lone {@creature green hag} or a coven"],["Forest paths to the Beastlands","The Grove of the Unicorns—the realm of the goddess Mielikki","7","{@creature fomorian||Fomorian giants}"],["Mushroom ring to Bytopia","Whispertree—the ancient oak tree that is home to the god Baervan Wildwanderer","7","Lone {@creature 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 table from the {@book Dungeon Master's Guide|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 Lords' 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":"Magic 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 {@book Dungeon Master's Guide|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 {@book Dungeon Master's Guide|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","one {@creature mage}, four {@creature veteran||veterans}","20"],["Seven Songs import in Athkatla","{@item Nolzur's marvelous pigments}","8,000 gp","twelve {@creature thug||thugs}, one {@creature assassin}","15"],["High House of Wonders in Baldur's Gate","{@item Apparatus of kwalish}, shield guardian control medallion","20,000 gp in art objects","two {@creature clay golem||clay golems}, one {@creature stone golem}, one {@creature iron golem}","25"],["Ducal Palace in Baldur's Gate","{@item Figurine of wondrous power}—obsidian steed","15,000 gp in platinum ingots","twelve {@creature knight||knights}, two {@creature mage||mages}","25"],["Temple of Lolth in Ust Natha","{@item Candle of invocation}","10,000 gp","six {@creature drow elite warrior||elite drow warriors}, four {@creature drow priestess of lolth||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}."]],"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} 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":"Exandrian Calendar","colLabels":["Month","Day","Holidays"],"colStyles":["col-4","col-3 text-center","col-5"],"rows":[["Horisal","29",{"type":"entries","entries":["New Dawn (1st)","Hillsgold (27th)"],"id":"012"}],["Misuthar","30","Day of Challenging (7th)"],["Dualahei","30",{"type":"entries","entries":["Renewal Festival (13th)","Wild's Grandeur (20th)"],"id":"013"}],["Thunsheer","31",{"type":"entries","entries":["Harvest's Rise (11th)","Merryfrond's Day (31st)"],"id":"014"}],["Unndilar","28",{"type":"entries","entries":["Deep Solace (8th)","Zenith (26th)"],"id":"015"}],["Brussendar","31",{"type":"entries","entries":["Artisan's Faire (15th)","Elvendawn or Midsummer (20th)"],"id":"016"}],["Sydenstar","32",{"type":"entries","entries":["Highsummer (7th)","Morn of Largesse (14th)"],"id":"017"}],["Fessuran","29","Harvest's Close (3rd)"],["Quen'pillar","27",{"type":"entries","entries":["The Hazel Festival (10th)","Civilization's Dawn (22nd)"],"id":"018"}],["Cuersaar","29",{"type":"entries","entries":["Night of Ascension (13th)","Zan's Cup (21st)"],"id":"019"}],["Duscar","32",{"type":"entries","entries":["Barren Eve (2nd)","Embertide (5th)","Winter's Crest (20th)"],"id":"01a"}]],"name":"Exandrian Calendar","page":9,"source":"TDCSR","chapter":{"name":"Welcome to Tal'Dorei","ordinal":{"identifier":1,"type":"chapter"},"index":1}},{"caption":"Prime Deities","colLabels":["Deity","Alignment","Province"],"colStyles":["col-4","col-4","col-4"],"rows":[["{@deity The Changebringer|Exandria|TDCSR|Changebringer}","Chaotic good","Change, freedom, luck"],["{@deity The Platinum Dragon|Exandria|TDCSR|Platinum Dragon}","Lawful good","Honor, justice"],["{@deity The Arch Heart|Exandria|TDCSR|Arch Heart}","Chaotic good","Art, beauty, {@book elves|TDCSR|4|elves}"],["{@deity The Lawbearer|Exandria|TDCSR|Lawbearer}","Lawful neutral","Civilization, law, peace"],["{@deity The Knowing Mentor|Exandria|TDCSR|Knowing Mentor}","Neutral","Knowledge, learning, teaching"],["{@deity The Stormlord|Exandria|TDCSR|Stormlord}","Chaotic neutral","Battle, competition, storms"],["{@deity The Wildmother|Exandria|TDCSR|Wildmother}","Neutral","Seas, wilderness"],["{@deity The All-Hammer|Exandria|TDCSR|All-Hammer}","Lawful good","Craft, creation"],["{@deity The Dawnfather|Exandria|TDCSR|Dawnfather}","Neutral good","Healing, sun"],["{@deity The Everlight|Exandria|TDCSR|Everlight}","Neutral good","Atonement, compassion"],["{@deity The Matron of Ravens|Exandria|TDCSR|Matron of Ravens}","Lawful neutral","Death, fate, winter"],["{@deity The Moonweaver|Exandria|TDCSR|Moonweaver}","Chaotic good","Illusion, moonlight, night"]],"name":"Prime Deities","page":27,"source":"TDCSR","chapter":{"name":"Allegiances of Tal'Dorei","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Betrayer Gods","colLabels":["Deity","Alignment","Province"],"colStyles":["col-4","col-4","col-4"],"rows":[["{@deity The Lord of the Hells|Exandria|TDCSR|Lord of the Hells}","Lawful evil","God of devils and the Hells"],["{@deity The Strife Emperor|Exandria|TDCSR|Strife Emperor}","Lawful evil","Conquest, tyranny"],["{@deity The Ruiner|Exandria|TDCSR}","Chaotic evil","Slaughter, warfare"],["{@deity The Spider Queen|Exandria|TDCSR|Spider Queen}","Chaotic evil","Deceit, spiders"],["{@deity The Chained Oblivion|Exandria|TDCSR|Chained Oblivion}","Chaotic evil","Darkness, destruction"],["{@deity The Scaled Tyrant|Exandria|TDCSR|Scaled Tyrant}","Lawful evil","Dragon god of evil"],["{@deity The Crawling King|Exandria|TDCSR|Crawling King}","Neutral evil","Enslavement, torture"],["{@deity The Whispered One|Exandria|TDCSR|Whispered One}","Neutral evil","Necromancy, secrets"],["{@deity The Cloaked Serpent|Exandria|TDCSR|Cloaked Serpent}","Chaotic evil","Assassins, poison, snakes"]],"name":"Betrayer Gods","page":34,"source":"TDCSR","chapter":{"name":"Allegiances of Tal'Dorei","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Lesser Idols","colLabels":["Deity","Alignment","Province"],"colStyles":["col-4","col-4","col-4"],"rows":[["{@deity Azgrah|Exandria|TDCSR}","Lawful neutral","Undying"],["{@deity Galdric|Exandria|TDCSR}","Lawful good","Celestial, Undying"],["{@deity Graz'tchar|Exandria|TDCSR}","Chaotic evil","Fiend, Hexblade"],["{@deity Khedive Xundi|Exandria|TDCSR}","Chaotic neutral","Genie"],["{@deity The Lost Beacon of Unknown Light|Exandria|TDCSR|Lost Beacon}","Neutral","Celestial"],["{@deity The Observer|Exandria|TDCSR}","Neutral good","Archfey, Celestial"],["{@deity The Sightless|Exandria|TDCSR}","Chaotic evil","Great Old One"],["{@deity The Traveler|Exandria|TDCSR}","Chaotic neutral","Archfey"],["{@deity Vesh|Exandria|TDCSR}","Neutral evil","Archfey, Undying"]],"name":"Lesser Idols","page":39,"source":"TDCSR","chapter":{"name":"Allegiances of Tal'Dorei","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cracksackle Wares","colLabels":["Item","Cost","Description"],"colStyles":["col-3","col-2","col-7"],"rows":[["{@item Dynamite|TDCSR}","100gp","This bundle of explosives can be lit and thrown up to 30 feet as an action. It explodes at the start of your next turn. Creatures and objects within 20 feet of it must make a {@dc 12} Dexterity {@quickref saving throws|PHB|2|1|saving throw}, taking {@damage 6d6} fire damage on a failed save, or half as much damage on a successful one."],["{@item Gluebomb|TDCSR}","50gp","This unique explosive can be primed and thrown up to 30 feet as an action. It explodes on impact. Creatures within 20 feet of it must make a {@dc 12} Dexterity {@quickref saving throws|PHB|2|1|saving throw} or be {@condition restrained} for 1 minute. A {@condition restrained} creature can make a {@dc 12} Strength check as an action, escaping on a success."],["{@item Stink bomb|TDCSR}","25gp","This smelly explosive can be primed and thrown up to 30 feet as an action. It explodes at the start of your next turn. Creatures within 20 feet of it must make a {@dc 12} Constitution {@quickref saving throws|PHB|2|1|saving throw} or be {@condition poisoned} for 1 minute. A creature can repeat this save at the end of each of its turns, ending the effect on itself on a success."]],"name":"Cracksackle Guildhall (Middle Slab); Cracksackle Wares","page":100,"source":"TDCSR","chapter":{"name":"Tal'Dorei Gazetteer","ordinal":{"identifier":3,"type":"chapter"},"index":3}},{"caption":"Vestiges of Divergence by Advancement","colLabels":["Item Group","Dormant","Awakened","Exalted"],"colStyles":["col-3 text-left","col-3 text-right","col-3 text-right","col-3 text-right"],"rows":[["{@item Agony|TDCSR}","{@item Agony (Dormant)|TDCSR}","{@item Agony (Awakened)|TDCSR}","{@item Agony (Exalted)|TDCSR}"],["{@item Armor of the Valiant Soul|TDCSR}","{@item Armor of the Valiant Soul (Dormant)|TDCSR}","{@item Armor of the Valiant Soul (Awakened)|TDCSR}","{@item Armor of the Valiant Soul (Exalted)|TDCSR}"],["{@item Cabal's Ruin|TDCSR}","{@item Cabal's Ruin (Dormant)|TDCSR}","{@item Cabal's Ruin (Awakened)|TDCSR}","{@item Cabal's Ruin (Exalted)|TDCSR}"],["{@item Circlet of Barbed Vision|TDCSR}","{@item Circlet of Barbed Vision (Dormant)|TDCSR}","{@item Circlet of Barbed Vision (Awakened)|TDCSR}","{@item Circlet of Barbed Vision (Exalted)|TDCSR}"],["{@item Condemner|TDCSR}","{@item Condemner (Dormant)|TDCSR}","{@item Condemner (Awakened)|TDCSR}","{@item Condemner (Exalted)|TDCSR}"],["{@item Deathwalker's Ward|TDCSR}","{@item Deathwalker's Ward (Dormant)|TDCSR}","{@item Deathwalker's Ward (Awakened)|TDCSR}","{@item Deathwalker's Ward (Exalted)|TDCSR}"],["{@item Fenthras|TDCSR}","{@item Fenthras (Dormant)|TDCSR}","{@item Fenthras (Awakened)|TDCSR}","{@item Fenthras (Exalted)|TDCSR}"],["{@item Honor's Last Stand|TDCSR}","{@item Honor's Last Stand (Dormant)|TDCSR}","{@item Honor's Last Stand (Awakened)|TDCSR}","{@item Honor's Last Stand (Exalted)|TDCSR}"],["{@item Kiss of the Changebringer|TDCSR}","{@item Kiss of the Changebringer (Dormant)|TDCSR}","{@item Kiss of the Changebringer (Awakened)|TDCSR}","{@item Kiss of the Changebringer (Exalted)|TDCSR}"],["{@item Mythcarver|TDCSR}","{@item Mythcarver (Dormant)|TDCSR}","{@item Mythcarver (Awakened)|TDCSR}","{@item Mythcarver (Exalted)|TDCSR}"],["{@item Plate of the Dawnmartyr|TDCSR}","{@item Plate of the Dawnmartyr (Dormant)|TDCSR}","{@item Plate of the Dawnmartyr (Awakened)|TDCSR}","{@item Plate of the Dawnmartyr (Exalted)|TDCSR}"],["{@item Pyremaul|TDCSR}","{@item Pyremaul (Dormant)|TDCSR}","{@item Pyremaul (Awakened)|TDCSR}","{@item Pyremaul (Exalted)|TDCSR}"],["{@item Spire of Conflux|TDCSR}","{@item Spire of Conflux (Dormant)|TDCSR}","{@item Spire of Conflux (Awakened)|TDCSR}","{@item Spire of Conflux (Exalted)|TDCSR}"],["{@item Star Razor|TDCSR}","{@item Star Razor (Dormant)|TDCSR}","{@item Star Razor (Awakened)|TDCSR}","{@item Star Razor (Exalted)|TDCSR}"],["{@item Titanstone Knuckles|TDCSR}","{@item Titanstone Knuckles (Dormant)|TDCSR}","{@item Titanstone Knuckles (Awakened)|TDCSR}","{@item Titanstone Knuckles (Exalted)|TDCSR}"],["{@item Whisper|TDCSR}","{@item Whisper (Dormant)|TDCSR}","{@item Whisper (Awakened)|TDCSR}","{@item Whisper (Exalted)|TDCSR}"],["{@item Wraps of Dyamak|TDCSR}","{@item Wraps of Dyamak (Dormant)|TDCSR}","{@item Wraps of Dyamak (Awakened)|TDCSR}","{@item Wraps of Dyamak (Exalted)|TDCSR}"]],"name":"Vestiges of Divergence by Advancement","page":200,"source":"TDCSR","chapter":{"name":"Game Master's Toolkit","ordinal":{"type":"chapter","identifier":5},"index":5}},{"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":"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":"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":"NPC Features","colStyles":["col-2","col-2","col-8"],"rows":[["{@creature Behtu|ToB1-2023}","+2 Str, +1 Dex","Fire Breath action; Bite attack; resistance to cold, fire, and lightning damage; {@sense darkvision} 60 ft.; walking speed of 20 feet, climbing speed of 20 feet; knows the Infernal and Behtu languages"],["{@creature Burrowling|ToB1-2023}","+2 Dex","Burrow Awareness and Pack Tactics traits; Bite and Claw attacks; {@sense darkvision} 60 ft.; burrowing speed of 10 feet"],["{@creature Deep One|ToB1-2023}","+2 Str, +1 Con","Amphibious and Frenzied Rage traits; Claw attack; resistance to cold damage and vulnerability to fire damage; {@sense darkvision} 120 ft.; swimming speed of 30 feet; knows the Void Speech language"],["{@creature Eonic Drifter|ToB1-2023}","+2 Int, +1 Dex","Drift Forward action; Call to the Future bonus action; proficiency in the {@skill History} skill; knows the Eonic, Giant, and Sylvan languages"],["{@creature Lemurfolk|ToB1-2023}","+2 Dex","Glide trait; Small size; {@sense darkvision} 60 ft.; walking speed of 30 feet, climbing speed of 20 feet; knows the Lemurfolk language"],["{@creature Noctiny|ToB1-2023}","+2 Cha, +1 Str","Eldritch Weapons and Magic Resistance traits; Eldritch Fury attack; immunity to the {@condition frightened} condition"],["{@creature Roachling Skirmisher|ToB1-2023|Roachling}","+2 Dex","Hardy and Unpleasant Scent traits; Small size; AC equals 11 + its Dexterity modifier; {@sense darkvision} 60 ft., {@sense tremorsense|MM} 10 ft.; walking speed of 25 feet"]],"name":"NPC Features Table; NPC Features","page":405,"source":"ToB1-2023","chapter":{"name":"Appendix: NPCs","index":2}},{"caption":"Elemental Marks","colLabels":["d6","Mark"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Small, benign motes of elemental energy, like pebbles or water droplets, float around your head."],["2","Your skin harmlessly feels blazing hot or freezing cold (your choice)."],["3","You have a faint scent reminiscent of your primordial nexus home, like petrichor, ozone, or smoke."],["4","Sparks flicker in your eyes whenever you are angry or excited."],["5","Patches of your skin are veined with stone, like marble or obsidian."],["6","Your hair ripples as if moved by an unseen current."]],"name":"Elemental Marks","page":16,"source":"BGG","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Underground Quirks","colLabels":["d6","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You've seen few colors, instead primarily experiencing the world in shades of black and white."],["2","Your eyes lack pigment and appear translucent."],["3","You vaguely recall a phenomenon called \"rain,\" during which fresh water fell from above."],["4","Your ears are used to the echo of empty caverns, and the bustling noises of the surface are distracting for you."],["5","The idea of a space with no ceiling terrifies you."],["6","You're desperate to touch a cloud. You don't know what it will feel like, but you hope it's fluffy."]],"name":"Underground Quirks","page":16,"source":"BGG","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Tall Tales","colLabels":["d6","Tall Tale Connection"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You stumbled into a giant castle in the sky when you were younger, but no one believed your story. You aim to prove them wrong."],["2","A loved one died mysteriously at sea. You swore the culprit was a sea leviathan everyone else dismissed as a myth, and you seek vindication and revenge."],["3","Stories say you're descended from a legendary giant-killer, and you strive to uphold that legacy."],["4","A city's legends claim the neighboring landscape is the work of some ancient giant sculptor or rampaging titanic beast—or is itself a sleeping giant. You seek to discover the truth of the land's origin."],["5","A relative once returned home claiming to have found a strange island inhabited by ancient, larger-than-life creatures. Because of this, your family became the town laughingstock, and you seek to redeem your family's reputation."],["6","Your sibling says giants and other enormous creatures are stories for children. You hope to slay such a creature and bring back proof of their existence out of spite."]],"name":"Tall Tales","page":17,"source":"BGG","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Huge Behaviors","colLabels":["d8","Behavior"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The giant has a pet (a {@creature panther}, a {@creature wolf}, or a {@creature giant weasel}) that sits on the giant's lap or shoulder."],["2","The giant swats at a murmuration of starlings as if it were a cloud of gnats."],["3","The giant uses a {@item dagger|PHB} as a toothpick, a {@item greatsword|PHB} as a letter opener, or a pair of {@item Javelin|PHB|javelins} as knitting needles."],["4","The giant carefully lifts Humanoids (cradling their heads to avoid injury) to see and hear them better."],["5","The giant exclaims with admiration at the fine detail and exquisite articulation of the characters' armor."],["6","The giant fidgets with the skulls of Humanoids."],["7","The giant drinks from a barrel as a human would from a waterskin."],["8","The giant takes a messy bite from a large melon held in one hand."]],"name":"Size; Huge Behaviors","page":21,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Life Spans","colLabels":["Giant Kind","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":"Age; Life Spans","page":22,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ancient Behaviors","colLabels":["d8","Behavior"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The giant addresses Humanoids as citizens of a fallen realm (equivalent to calling people in the real world \"Babylonians\")."],["2","The giant burdens conversation with irrelevant historical context."],["3","The giant is curious about minute details of fashion, slang, and popular culture among Humanoids."],["4","The giant is a hopeless procrastinator, always convinced there will be time later for any task."],["5","The giant is prone to reminiscing about friends and family members who have died."],["6","The giant is unwilling to accept any problems as truly urgent."],["7","The giant is determined to wring every possible ounce of enjoyment from each day."],["8","The giant is convinced that giants were meant to use their long lives to make a mark on the world."]],"name":"Age; Ancient Behaviors","page":22,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Loud Behaviors","colLabels":["d6","Behavior"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The giant constantly (and loudly) encourages smaller creatures to speak up."],["2","The giant's thoughtful \"hmm\" causes a rumbling vibration in the ground and the pit of listeners' stomachs."],["3","The giant's exclamation of surprise or anger briefly sets listeners' ears ringing."],["4","The giant's sneeze, snore, or sigh rattles windows or blows leaves off trees."],["5","The giant's laughter feels like a small earthquake."],["6","The giant's armor or weapons clang thunderously."]],"name":"Volume; Loud Behaviors","page":22,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Proud Behaviors","colLabels":["d8","Behavior"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The giant ignores smaller creatures unless they offer the giant obeisance and flattery."],["2","The giant refuses to bend over, sit, or kneel in the presence of smaller creatures."],["3","The giant ignores the names of smaller creatures, referring to them with generic labels (such as \"human\" or \"armor shaker\")."],["4","The giant's first reaction to smaller creatures—even when threatened or presented with a terrible problem—is laughter."],["5","The giant constantly demeans or patronizes smaller creatures, calling them \"tiny,\" \"insignificant,\" \"babies,\" \"pests,\" \"vermin,\" or similar terms."],["6","The giant won't speak any language but Giant."],["7","The giant erupts in rage at the slightest sign of insult or disrespect from a smaller creature."],["8","The giant addresses smaller creatures in a tone that drips with condescension and refuses to take them seriously."]],"name":"Pride; Proud Behaviors","page":22,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Giants' Names","colLabels":["d10","Hill","Stone","Frost","Fire","Cloud","Storm"],"colStyles":["col-1-8 text-center","col-1-7","col-1-7","col-1-7","col-1-7","col-1-7","col-1-7"],"rows":[["1","Adj","Brunnar","Estia","Ashvalk","Alastrah","Adana"],["2","Bor","Delveni","Flakkar","Askavar","Cressaro","Bullrak"],["3","Cug","Frasta","Grugnur","Brasalag","Eigeron","Eblixten"],["4","Dop","Kragsten","Gurdrim","Brimskarda","Kaaltar","Mirran"],["5","Gug","Maddag","Jokalla","Glodden","Lissia","Nym"],["6","Kru","Olhuud","Kallen","Osaglod","Messet","Orlekto"],["7","Moog","Pashka","Luskig","Snurre","Mollen","Serissa"],["8","Noad","Ralden","Rimna","Svavehild","Nedimma","Shaldoor"],["9","Paff","Steyras","Storvald","Tartha","Santar","Uthor"],["10","Tig","Thonna","Thryggid","Zaltasker","Thullen","Vaasha"]],"name":"Giants' Names","page":23,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Giants and the Ordning","colLabels":["d10","Ranking","Status"],"colStyles":["col-2 text-center","col-2","col-8"],"rows":[["1","High","Very protective of that high status and angling to get even higher"],["2","High","Hoping to improve but not doing much to pursue an increase in status"],["3","High","Unconcerned with maintaining that status"],["4","Medium","On the rise"],["5","Medium","Contented"],["6","Medium","In a state of decline"],["7","Low","Despairing after years of steady decline"],["8","Low","Desperate to improve"],["9","Low","Resigned to that status"],["10","Outcast","Shunned by giant society"]],"name":"Giants and the Ordning","page":24,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cloud Giant Wealth","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cloud giant seeks to gain wealth by investing in an adventuring party (perhaps giving the characters magic items or other valuables) in exchange for a share of the party's rewards."],["2","A cloud giant hosts an art gala in a cloud castle to display their wealth, providing an opportunity for the characters to retrieve an important magic item from the giant's collection."],["3","Wishing to one-up rivals, a cloud giant seeks adventurers to hunt exotic monsters for a lavish banquet."],["4","With two nations on the brink of war, the characters discover cloud giants are betting on the outcome—and at least one giant is meddling behind the scenes to increase the likelihood of one side winning."],["5","A cloud giant who recently lost a large amount of money on bad bets tries to recoup those losses by plundering a royal treasury or the adventurers' stronghold."],["6","A cloud giant offers to buy the adventurers' services as an extravagant (and useful) gift for another giant."]],"name":"The Ordning; Cloud Giant Wealth","page":24,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Fire Giant Skill","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fire giant demands payments from miners transporting a rare ore through a mountain pass. The miners seek adventurers to intervene."],["2","The characters acquire a broken magic weapon that only a renowned fire giant smith can repair."],["3","The characters find a giant-crafted sword—a magical masterpiece; when word of their find gets out, the artisan's descendants come looking for the sword."],["4","When the characters' enemies take refuge in a giant-built ruin, an ambitious fire giant offers to help the characters get inside in return for a share of the treasure."],["5","A fire giant captures a renowned Humanoid smith in the hope of learning a new technique, and the smith's spouse begs the adventurers to help."],["6","A fire giant offers adventurers an extravagant sum for metal ore retrieved from another plane of existence."]],"name":"The Ordning; Fire Giant Skill","page":24,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Frost Giant Might","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Planning to claim all the credit, a frost giant seeks the help of powerful adventurers to defeat a foe the giant could never handle alone."],["2","A frost giant wants help obtaining a {@item manual of gainful exercise} believed to be in a dragon's hoard."],["3","A low-ranking frost giant prefers to be surrounded with weaker creatures and so leads a band of Humanoid brigands. A merchant council asks for aid against them."],["4","A frost giant keeps a defeated foe's head as a trophy; the foe's family wants justice—and the head back—and asks adventurers for help."],["5","Two groups of frost giants meet near a mountain pass. When their wrestling matches cause avalanches, travelers who rely on the pass ask for help."],["6","A frost giant destroys works of Humanoid construction—such as bridges, barns, and walls—as a show of strength. Affected farmers beg for help."]],"name":"The Ordning; Frost Giant Might","page":24,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Stone Giant Artistry","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A stone giant has been throwing stones near a city in the mountains. The mayor seeks help to protect the city from the destructive effects of the boulders."],["2","A famous Humanoid sculptor attracts stone giants to the sculptor's town. The struggling town seeks protection from the rowdy giants, who thoughtlessly cause great damage because they believe they're in the dream world."],["3","The characters' discovery of a huge, raw onyx attracts the attention of a stone giant who wants to carve the stone."],["4","A stone giant traveler hones their skills by carving a relief into a city's walls. The city's rulers and masons beg for help."],["5","Characters traveling underground encounter feuding stone giants who accuse each other of destroying their artwork; the characters can end the feud by finding the actual vandal (perhaps a third giant, a group of duergar, or an unwitting {@creature umber hulk})."],["6","A stone giant tries to manipulate characters into killing a fierce rival."]],"name":"The Ordning; Stone Giant Artistry","page":24,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Rejecting the Ordning","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A giant wanders into a settlement of Humanoids looking for an opportunity to use talents the giant's kin do not value, but the giant is greeted with suspicion and hostility. The giant seeks adventurers to help negotiate peace with the settlement."],["2","Characters must find a wise giant who has pursued specialized knowledge instead of excellence within the ordning."],["3","A giant tries to use the characters as pawns in a scheme to subvert the ordning and increase the giant's status."],["4","A charismatic leader gathers giants of different kinds into a mighty war band, intending to conquer and settle lands inhabited by Humanoids who seek adventurers' protection."],["5","A {@creature storm giant} asks adventurers to kill a revolutionary before the ordning is irrevocably disrupted."],["6","A family of giants joined a cult of Elemental Evil and quickly took over the leadership, sorting its membership into a new hierarchy and creating dissension within the ranks—which the adventurers can use as they try to foil the cult's evil schemes."],["7","A giant serving a demon lord attacks a town. The town's leaders ask the characters to retaliate against the giant's kin—which is exactly what the demon cultist was hoping for."],["8","A group of giants seeks adventurers to deal with a surge of demon cult activity within the giants' community."]],"name":"Rejecting the Ordning","page":26,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gods of the Ordning","colLabels":["Name","Alignment","Suggested Cleric Domains","Symbol"],"colStyles":["col-2","col-2 text-center","col-4","col-4"],"rows":[["Annam","LN","{@class Cleric||Knowledge|Knowledge}","Two hands, wrists crossed, with fingers pointing downward"],["Diancastra","CN","{@class Cleric||Trickery|Trickery}","Journey rune"],["Grolantor","CE","{@class Cleric||War|War}","Wooden club"],["Hiatea","N","{@class Cleric||Life|Life}, {@class Cleric||Nature|Nature}","Flaming spear"],["Iallanis","NG","{@class Cleric||Light|Light}, {@class Cleric||Peace|Peace|TCE}*","Garland of flowers"],["Karontor","NE","{@class Cleric||Death|Death|DMG}, {@class Cleric||Knowledge|Knowledge}","Broken shackles"],["Memnor","N or NE","{@class Cleric||Knowledge|Knowledge}, {@class Cleric||Trickery|Trickery}","Black obelisk"],["Skoraeus","N","{@class Cleric||Knowledge|Knowledge}","Stalactite"],["Stronmaus","NG","{@class Cleric||Life|Life}, {@class Cleric||Tempest|Tempest}","Forked lightning bolt descending from a cloud partly obscuring the sun"],["Surtur","LE","{@class Cleric||Forge|Forge|XGE},** {@class Cleric||Knowledge|Knowledge}, {@class Cleric||War|War}","Flaming sword"],["Thrym","CE","{@class Cleric||War|War}","White double-bladed axe"]],"name":"Gods and Religion; Gods of the Ordning","page":27,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Annam's Children Adventures","colLabels":["d12","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A storm giant prophet claims a revelation from Annam and begins a campaign of unification and conquest to prepare the way for the All-Father's return. A rival asks adventurers to stop the prophet."],["2","A mysterious woman leads adventurers through a perilous dungeon to find an ancient giant queen's crown. In the end, she reveals herself to be Diancastra and either blesses or curses the adventurers, depending on how they acted."],["3","A stone giant recluse asks adventurers to help stop a hill giant who has gathered a band of other giants and is plundering nearby giant steadings in Grolantor's name."],["4","A fire giant priest of Hiatea warns a city of a titanic monster wandering nearby. The city asks adventurers for aid, and the priest offers to help."],["5","A cloud giant priest of Iallanis seeks a neutral party to negotiate a truce between warring giant families whose conflict threatens a town."],["6","Adventurers investigating a series of kidnappings discover a stone giant carrying people into the Underdark as an offering to Karontor."],["7","Adventurers sent as emissaries to a cloud giant enclave find the place in chaos, sown by a devotee of Memnor in a bid to seize power."],["8","Adventurers find a stone giant community in distress because its priest of Skoraeus has not returned from a pilgrimage to the Underdark. The giants suspect the priest has been captured by mind flayers."],["9","Adventurers are shipwrecked in a mighty storm and rescued by storm giants, who believe the storm is a message from Stronmaus and are trying to discern its meaning."],["10","A metallic dragon wyrmling asks adventurers for help stopping a fire giant who is slaughtering older dragons. The giant hopes to provoke a conflict between giants and dragons that will lead to Surtur cleansing the world with fire."],["11","When winter stretches too long, food grows scarce and a priest of Thrym leads a hunting band to prey on the beleaguered people, who seek adventurers' protection."],["12","A frost giant seeks help protecting a strange baby giant whom she believes to be a child of Annam who will herald a new age for all giantkind."]],"name":"Gods and Adventures; Annam's Children Adventures","page":33,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Interloper Gods Adventures","colLabels":["d10","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A giant who worships Vaprak leads ogres and ettins in a rebellion against their steading. The leaders ask adventurers for help."],["2","Adventurers traveling underground become lost in a labyrinthine network of passages and are hunted by stone giant cultists of Baphomet."],["3","A storm giant devotee of Demogorgon begins summoning the Prince of Demons in a sea cave, but before the ritual is complete, hordes of aquatic monsters swarm the area. Local fishers seek protection."],["4","After being cast out from a steading, a frost giant devotee of Kostchtchie attacks caravans. The drivers hire adventurers as guards."],["5","The characters discover a large horde of gnolls attacking a hill giant steading, but the more gnolls the hill giants kill (and eat), the more the giants seem to change into demonic forms."],["6","The characters experience a series of small earthquakes while visiting a mountain town. Their investigation suggests Evil Earth cultists might be active nearby, practicing for a larger catastrophe. A stone giant leads the cult."],["7","Adventurers encounter a longboat crewed by frost giant cultists of Evil Water, which is plundering a busy trade route."],["8","Forest gnomes seek protection from Evil Fire cultists who are burning the forest, having grown impatient waiting for Surtur to cleanse the world in flames."],["9","A storm giant cultist of Evil Air unleashes an endless storm upon a thriving seaport. The locals ask for help."],["10","A fire giant opens a gateway to the Nine Hells in the heart of a volcano. Locals seek protection from the lava and marauding fiends."]],"name":"Gods and Adventures; Interloper Gods Adventures","page":33,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Recluses","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adventurers stumble upon a giants' enclave where a deadly plague wiped out most of the inhabitants. One survivor remains, tending the site and trying to hold back the ravages of time."],["2","A new settlement in a remote region seeks to hire adventurers to get rid of a giant lairing nearby. The giant just wants to be left alone and is tired of having to move every few decades as other creatures crowd too close to the giant's dwelling."],["3","Adventurers are hired to deal with a rampaging wild beast, but they discover the beast has a collar. The beast's owner is a giant who was forced to move recently, and the beast got lost trying to find its new home."],["4","A wandering giant comes to a city looking for people who are knowledgeable about the world and might possess maps of remote regions. City authorities point the giant to the adventurers."],["5","An approaching giant alarms the people of a small town, who ask the adventurers to protect them. But the peaceful giant is just searching for a new community of giants to join after fleeing a community ravaged by internal conflict. The giant agrees to leave the town in peace if the adventurers will help find a new home for the giant."],["6","Adventurers stumble across the humble abode of a reclusive giant who is hungry for company and doesn't want them to leave."]],"name":"Recluses","page":35,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Exiles","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Characters get entangled in the affairs of a criminal gang operating in a major city and eventually discover the gang's leader is a giant whose headquarters is a huge warehouse at the city's outskirts."],["2","Adventurers discover a secret cult conducting sinister rites in a vast mansion where a giant lives in luxury."],["3","A giant takes up residence in a city and demands a huge share of tax revenue in exchange for protecting the city from outside threats."],["4","An adventurer receives an exclusive invitation to study a topic of interest (perhaps giants' sagas or religion), but the invitation seems suspicious—demanding secrecy, traveling to a remote place, and so on. The teacher is a giant living near a city who is trying not to attract attention."],["5","A group of adventurers—supplied with superior equipment and information by their giant patron—pursues the same goal as the characters."],["6","A giant who lives in a city asks the characters to take the giant's teenage child with them on their next adventure. (See the \"{@book Giant Children|BGG|2|Giant Children}\" sidebar for suggestions on how to represent the teenage giant with a stat block.)"]],"name":"Exiles","page":35,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Bands","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A band of giants is spotted near a town, and the adventurers are asked to dissuade the giants from coming any closer."],["2","A raiding band of giants draws disaffected citizens of the region to join its ranks. The region's desperate despot hires adventurers to fight the giants."],["3","A giant-led cult devoted to a demon lord or Elemental Evil wreaks destruction across the countryside."],["4","A band of nature-revering giants seeks adventurers' help dealing with a corruption spreading through the local flora and turning animals into Aberrations."],["5","A band of hunting giants has driven its prey—enormous beasts—into pastureland. The local farmers seek help."],["6","Devout giants live a monastic life at a sacred site with vast magical power—power the adventurers require to deal with a cosmic threat."]],"name":"Bands","page":36,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Families","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","After a family of giants plunders a farming village of grain and livestock, adventurers are asked to track the raiders to their lair and prevent any further raids."],["2","After a devastating storm, a lost giant child wanders into a settlement, looking for help getting home."],["3","A giant begs adventurers for help after a family member becomes possessed by a murderous ghost."],["4","Lost or stranded in the wilderness, the adventurers stumble upon a giant family's home."],["5","Adventurers follow or track a fugitive to a giant family's home, where the villain hides from both the giants and the characters."],["6","Characters seeking a mighty magical artifact learn it was lost during a battle against giants, and magical divination reveals it's now an heirloom treasured by a family of giants."]],"name":"Family; Families","page":37,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Steadings","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A young giant looks for adventurers' help turning the rest of the steading, including the young giant's family, away from the worship of a demon lord."],["2","The only possible source to learn about an ancient evil threatening the world is a steading of giants who preserved a detailed history of the evil's previous appearance thousands of years ago."],["3","Giants raided a village and took several prisoners to their steading, and adventurers must free them."],["4","An evil conqueror tries to recruit giants from a steading, which would be disastrous for the peaceful peoples standing against the conqueror. Adventurers are asked to make sure no alliance is made."],["5","A dozen people arrive in a small town after escaping from captivity in a giant steading. Their fierce habits disrupt the peace in the town while they look for heroes who can help free the remaining captives."],["6","A metallic dragon asks adventurers to help reclaim the dragon's lair, which has been occupied by giants."]],"name":"Steadings","page":37,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Settlements","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adventurers track marauding giants to a settlement where a cult of an interloper god dominates about half the steadings. The giants who remain faithful to the gods of the Ordning are barricaded in their steadings."],["2","Adventurers are sent on a diplomatic mission to a giant sovereign to ask permission to open new mines in the giants' territory."],["3","Adventurers need to infiltrate a giants' settlement to discover who is leading its ruler on the path to war."],["4","The death of a giant monarch is an opportunity for adventurers to help a giant who has a peaceable attitude toward smaller folk to claim the throne."],["5","Characters investigating a magical catastrophe discover that it engulfed a giants' settlement, and the giants need help dealing with its effects."],["6","Adventurers are asked to deliver a ransom to a giants' settlement to secure the freedom of a very important captive, but the giants decide the adventurers would be even more valuable captives!"]],"name":"Settlements","page":38,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Hidden Rune Adventures","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While exploring an ancient giant ruin, adventurers encounter an agent of the Hidden Rune who tries to drive them from the ruin."],["2","After adventurers discover an artifact made by ancient giants, an agent of the Hidden Rune approaches them and demands the item for the order's archive."],["3","A collector hires adventurers to retrieve stolen items, but the thief has already sold the items to a giant. The chase could lead all the way to the Elemental Plane of Earth."],["4","An agent of the Hidden Rune is unable to open the sealed entrance to an ancient ruin. The giant lures adventurers there, hoping they'll figure it out."],["5","A comet appears in the sky, last seen when giants ruled the world. Adventurers discover there is information about the comet in the Hidden Rune's archive, if the giants can be persuaded to share it."],["6","An agent of the Hidden Rune steals an important artifact and flees to another world, but the adventurers have a chance to follow."]],"name":"Hidden Rune Adventures","page":39,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Eternal Throne Adventures","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Characters arriving in a remote village are greeted by a stern giant who urges them to move along quickly, as the town is under the giant's protection."],["2","A wandering knight of the stewards asks adventurers for help closing a planar portal that is allowing demons to spill across the countryside."],["3","A Fiend or Undead hunted by a knight of the stewards poses as human and tells adventurers the giant is a dangerous marauder."],["4","A giant knight is convinced the adventurers pose a threat and must be eliminated."],["5","Following rumors of a \"dangerous giants' hideout\" in the mountains, the adventurers discover a bastion of the stewards."],["6","After defeating a terrible evil, the adventurers receive an invitation to a stronghold of the stewards, where they are welcomed warmly and offered a peaceful life in the bastion if they agree to help protect it."]],"name":"Eternal Throne Adventures","page":40,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Worldroot Circle Adventures","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Giants of the Worldroot Circle need smaller adventurers to brave the caves beneath their world tree to stop whatever is gnawing or corrupting its roots."],["2","A druid who saw the root of the world in a vision hires adventurers for protection on a pilgrimage to the site, which is guarded by the Worldroot Circle."],["3","Long ago, the Worldroot Circle helped seal portals where invaders from another plane broke through. Now one of those portals has reopened, and the characters must find giants to reseal it."],["4","Multiple oracles see visions of a great evil entering the world through a portal at its root, so adventurers are sent to find the place and ensure the portal doesn't open. They arrive to find giants of the Worldroot Circle locked in a losing battle to hold back the evil."],["5","The characters find a magic staff made from a branch of a world tree, but the staff gives its owner haunting dreams that echo the Worldroot Circle's rites."],["6","A giant of the Worldroot Circle comes to a city and insists a portal to the Far Realm has opened somewhere inside. Adventurers are tasked with helping the giant find and seal the portal."]],"name":"Worldroot Circle Adventures","page":41,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Initial Attitudes","colLabels":["Attitude Roll Total","Initial Attitude"],"colStyles":["col-2","col-10"],"rows":[["4 or lower","Hostile"],["5–8","Indifferent"],["9 or higher","Friendly"]],"name":"Initial Attitudes","page":44,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Giantkind Encounters","colLabels":["d8","Encounter Table"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@book Cloud Giant Encounters|BGG|3|Cloud Giant Encounters}"],["2","{@book Death Giant Encounters|BGG|3|Death Giant Encounters}"],["3","{@book Fire Giant Encounters|BGG|3|Fire Giant Encounters}"],["4","{@book Fomorian Encounters|BGG|3|Fomorian Encounters}"],["5","{@book Frost Giant Encounters|BGG|3|Frost Giant Encounters}"],["6","{@book Hill Giant Encounters|BGG|3|Hill Giant Encounters}"],["7","{@book Stone Giant Encounters|BGG|3|Stone Giant Encounters}"],["8","{@book Storm Giant Encounters|BGG|3|Storm Giant Encounters}"]],"name":"Giantkind Encounters","page":44,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Against the Giants","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adventurers find a village completely deserted, with tracks leading to a hill giant steading. Can they rescue the surviving villagers and livestock before the {@creature Hill Giant||hill giants} eat them all?"],["2","A family of {@creature Stone Giant||stone giants} fell under the sway of Lolth and allied with Lolth-worshiping drow to raid the surface. Adventurers must break the alliance or eliminate the stone giants if necessary."],["3","An especially harsh winter is accompanied by roving bands of {@creature Frost Giant||frost giants} and {@creature Winter Wolf||winter wolves} preying on travelers."],["4","{@creature Fire Giant||Fire giants} send {@creature Hell Hound||hell hounds} into mine tunnels to chase the miners out, then send their own azer servants to plunder the mineral-rich mines. The miners seek help to reclaim their mines."],["5","A clever {@creature cloud giant} plays several other powerful creatures against each other and against nearby Humanoids. Eliminating the giant will return the volatile situation to an uneasy status quo."],["6","A {@creature frost giant} leads a mixed band of weaker giants in a campaign of bloodlust to honor Thrym or a demon lord."],["7","After a villainous group slays a young {@creature storm giant}, the giant's parent unleashes an undiscriminating campaign of vengeance against any \"interfering little gnats\" living nearby."],["8","As characters explore a steading belonging to one kind of giant (you can roll a {@dice d6} on this table to decide why the characters are there), they discover an honored guest of a more powerful giant kind who is coordinating the weaker giants' activities."]],"name":"Against the Giants","page":55,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Clash of Titans","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Frost giants besiege a fire giant settlement, disrupting travel and trade across the region. Injured frost giants shelter in nearby towns, demanding the people there serve them while they recover."],["2","A dragon and a giant, in the middle of a fierce battle, suddenly fall from the sky into a town square. Neither combatant is concerned about protecting the people around them."],["3","Hired to guard a caravan heading to a remote mountain town, adventurers find the pass blocked with rockslides caused by stone giants at play."],["4","A group of giants (perhaps members of the Stewards of the Eternal Throne, described in {@book chapter 2|BGG|2|Stewards of the Eternal Throne}) warns a city that the {@creature tarrasque} is approaching and asks for heroes to evacuate the city while the giants hold the monster at bay."],["5","A terrifying storm lashes a fishing village for days. After helping people get to safety, the adventurers investigate the storm, and they discover a storm giant locked in battle with a kraken nearby."],["6","After slumbering for centuries, a {@creature scion of Grolantor|BGG} (described in {@book chapter 6)|BGG|6|Hill Scion}, begins to stir. The residents of the farming village built on the sleeping giant's back seek help evacuating."]],"name":"Clash of Titans","page":56,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Delve into the Past","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","During a long drought, the water level of a lake lowers, revealing huge structures at its bottom."],["2","A sinkhole releases strange monsters into the surface world, and characters who investigate discover a ruined stronghold in its depths."],["3","An eccentric aristocrat finances an expedition to a remote ruin to retrieve giant-made art and artifacts."],["4","The characters' research suggests the last known location of the {@item Axe of the Dwarvish Lords} (or some other artifact they want to retrieve) was in an ancient giant stronghold."],["5","Adventurers tracking a monster discover its lair in an ancient giants' ruin. While they hunt the monster, they can also piece together the history of the place."],["6","Characters exploring a strange ruin accidentally trigger magic that causes seven flying castles—including the one the characters are in—to rise into the sky from where they had fallen."]],"name":"Delve into the Past","page":57,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Giant-Sized Schemes","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The ghost of a murdered giant monarch appears to the monarch's heirs and demands they claim vengeance. The heirs and the murderer end up in a wide-ranging conflict that threatens to devastate settlements near the giants' realm."],["2","Convinced she is the rightful ruler of another giant's domain, a giant launches an invasion, heedless of the inhabitants of the lands between the giants' realms."],["3","Believing his sovereign has violated the ordning by promoting an inferior giant instead of him, a scheming giant hires adventurers to undermine the sovereign's authority."],["4","Seeking to impress a fire giant, a frost giant tries to bind a powerful elemental, but the elemental escapes and rampages across the region."],["5","A dejected storm or cloud giant causes a drought or flooding across nearby farmlands."],["6","After being insulted by a giant sovereign, a noble giant schemes to open a portal to the Abyss and summon a demon lord to destroy the sovereign's settlement. The site becomes a festering sinkhole of evil as demons roam the surrounding area."]],"name":"Giant-Sized Schemes","page":57,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Into the Giant Realms","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fissure opens during an earthquake, and ordinary means can't determine its depth. Adventurers are asked to explore it and determine the source of the light that is barely visible far below."],["2","Characters find a coded journal in a dragon's treasure hoard, indicating a path to a hidden paradise."],["3","Adventurers find a giant-sized ring inscribed with the sigil sequence for a teleportation circle."],["4","An enormous stone archway is carved with symbols that, when touched in the correct sequence, activate a portal."],["5","A strange map shows a road where no road exists. During solstices, the road appears and stretches in an impossible direction to a mysterious destination."],["6","Characters acquire a broken piece of an artifact that magically guides them to the location of another piece, which is in a realm of giants."]],"name":"Into the Giant Realms","page":58,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Giant Patrons","colLabels":["Giant Role","Group Patron Type"],"colStyles":["col-4 text-center","col-8 text-center"],"rows":[["{@book Boss|BGG|3|Boss}","Criminal Syndicate"],["{@book Financier|BGG|3|Financier}","Aristocrat"],["{@book Seer|BGG|3|Seer}","Ancient Being"],["{@book Sovereign|BGG|3|Sovereign}","Sovereign"],["{@book Tutor|BGG|3|Tutor}","Academy"],["{@book Warleader|BGG|3|Warleader}","Military Force"]],"name":"Giant Patrons","page":59,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Boss Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Thieves stole the giant's most precious treasure and fled into the sewers, where the giant can't follow. Hunt the thieves and retrieve the treasure."],["2","A rival gang is encroaching on the giant's territory. Spy on these rivals, and identify the best place for the giant to strike to shut them down for good."],["3","Somebody who works for the giant is stealing. Find out who it is, and make sure they never think about double-crossing the giant again."],["4","The giant has a score to settle with a powerful foe (perhaps a dragon, a {@creature beholder}, or another monstrous crime lord). Make sure the boss survives!"],["5","The boss wants a treasure that's being held in an underground refuge the giant can't enter. Plan and execute the perfect heist."],["6","Another group of adventurers refuses to serve the boss anymore. Find them and convince them to return, or join forces with them to topple the giant."]],"name":"Boss Assignments","page":59,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Financier Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Follow a map found in an ancient tome to a long-forgotten ruin in search of treasure or lore."],["2","Find a new route around or across inhospitable terrain such as a desert or ocean."],["3","Delve into the Underdark in search of deposits of rare magical crystal, and map your route so miners can retrace it."],["4","Sabotage the business of a rival giant."],["5","Guard a wagon or caravan hauling goods to a remote settlement of giants."],["6","Venture into a desolate wasteland to find the undiscovered ruined city at the center and identify the catastrophe that devastated the region."]],"name":"Financier Assignments","page":59,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Seer Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Help the giant re-create an ancient ritual that should reveal an omen or revelation from Annam."],["2","Steal the research notes of some ancient sage (perhaps a dragon or a yugoloth), which hold information pertinent to Annam's activities."],["3","Explore the ruins of an ancient temple to Annam, looking for records of revelations or prophecies."],["4","Follow a devastating storm across the countryside, carefully mapping its path and cataloging the destruction left in its wake."],["5","Brave a dragon's hoard to steal a device that tracks the positions of invisible celestial bodies."],["6","Search for clues pointing to the location of the {@item Adze of Annam|BGG} (described in {@book chapter 5|BGG|5|Adze of Annam}) or some other artifact related to the gods of the Ordning."]],"name":"Seer Assignments","page":60,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Sovereign Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal intelligence from an enemy giant sovereign."],["2","Weaken or remove a rival to the sovereign's rule—an ambitious general, fanatical priest, or jealous sibling."],["3","Root out corruption or disloyalty among the giants, and eliminate their abuse of their strength to exploit the settlement's smaller inhabitants."],["4","Bring gifts to a powerful dragon—and convince it not to destroy the settlement of giants."],["5","Suppress (or secretly aid) an underground rebellion among the smaller folk of the settlement."],["6","While pretending to entertain visiting diplomats, try to discover their secret reason for visiting."]],"name":"Sovereign Assignments","page":60,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tutor Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Capture and document the elemental hulks (see {@book chapter 6|BGG|6}) or other creatures that inhabit a remote valley, island, or cavern."],["2","Explore the effects of a planar nexus on spellcasting, creatures, and magic items."],["3","Delve into an ancient ruin to discover the nature of the plague, conflict, or magical catastrophe that exterminated the giants who once lived there."],["4","Find the secret demiplane where an ancient city of giants was hidden to avoid catastrophe."],["5","Find a set of artifacts that was plundered and scattered when a settlement of giants fell."],["6","Plumb the secrets of a sect of giants that was wiped from the face of the earth by the gods' wrath."]],"name":"Tutor Assignments","page":60,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Warleader Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Take out a champion or commander at the rear of a mass of enemy forces."],["2","Oversee the defense of a supply depot when enemies attack."],["3","Sabotage or steal a powerful magical weapon before enemies can use it against the giant's forces."],["4","Gather information on enemy troop numbers, placements, composition, or supply routes."],["5","Protect the giant's forces from an attacking dragon."],["6","Suppress the activities of bandits and rebels within the giant's territory."]],"name":"Warleader Assignments","page":61,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"World-Shaking Events","colLabels":["d8","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A giant who claims prophetic inspiration from Annam unites scattered bands of giants into a powerful political and militaristic force."],["2","The death of a storm giant sets off a wide-ranging struggle among various giant leaders to fill the resulting power vacuum."],["3","A cataclysmic disaster (such as a volcanic eruption, unending winter, or relentless storm) displaces both giants and smaller folk from their homes; only later do adventurers discover giants caused the disaster."],["4","A mighty army led by giants launches an invasion of its neighbors, secretly motivated by the desire to access an ancient ruin in neighboring territory."],["5","Humanoids mobilize to overthrow their giant oppressors, but the Humanoids are hopelessly outmatched in battle."],["6","One of the giants' organizations described in {@book chapter 2|BGG|2|Organizations} is founded or comes to this world for the first time."],["7","A group of giants sailing in enormous boats makes landfall in an area inhabited by Humanoids, marking each people's first awareness of the other and the lands they inhabit."],["8","A small but growing number of giants believe the adventurers might be the fulfillment of an ancient prophecy that means they will bring about the return of Annam—and either the downfall or the resurgence of the giants."]],"name":"Campaign Events; World-Shaking Events","page":62,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Howling Iceberg Tunnels","colLabels":["d10","Destination"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–4","A planar portal leading to the Frostfell"],["5–8","A planar portal leading to Pandemonium"],["9–10","The cavern where the Frostfell Shard rests"]],"name":"Howling Iceberg Tunnels","page":88,"source":"BGG","chapter":{"name":"Giant Enclaves","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Star Forge Item Creation","colLabels":["Rarity","Material Cost","Check DC"],"colStyles":["col-4","col-5 text-right","col-3 text-right"],"rows":[["Common","100 gp","10"],["Uncommon","500 gp","15"],["Rare","5,000 gp","20"],["Very Rare","50,000 gp","25"],["Legendary","500,000 gp","30"]],"name":"Star Forge Item Creation","page":98,"source":"BGG","chapter":{"name":"Giant Enclaves","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Cloud Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A 4-foot-diameter gourd"],["2","A massive mortar and pestle"],["3","A gilded birdcage, large enough to hold a Medium creature, worth 50 gp"],["4","A giant-sized silver ring set with blue crystals, worth 75 gp"],["5","A large, gaudy citrine pendant carved to look like the sun, worth 90 gp"],["6","A giant-sized brass spyglass worth 100 gp"],["7","A life-sized malachite statue of a vulture, worth 110 gp"],["8","A tall electrum goblet inlaid with jade, worth 115 gp"],["9","A giant-sized silk dressing gown worth 125 gp"],["10","A 3-foot-tall turquoise idol depicting Memnor, worth 150 gp"],["11","Two 1-foot-tall golden eggs, each worth 100 gp"],["12","A large platinum mask worth 200 gp, which can depict two expressions—one of grand joy and one of deep sorrow—depending on its orientation"]],"name":"Cloud Giant Bag Contents; Cloud Giant Bag Items","page":105,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Fire Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A battered, giant-sized pewter bowl and spoon"],["2","A giant-sized leather apron stained with soot"],["3","A branding iron of the giant's family name"],["4","Six giant-sized iron ingots"],["5","A large pot of metal polish"],["6","An old iron warhammer (used to emboss metal)"],["7","120 feet of thick hemp rope coated in fire-retardant lacquer"],["8","A diagram showing how to make a spiked tower shield"],["9","A 3-foot-tall ceramic mug with golden paint"],["10","A giant-sized ivory beard comb worth 50 gp"],["11","Fragments of a fire opal, worth 60 gp"],["12","A delicate, blown-glass flower wrapped carefully in gauze, worth 80 gp"]],"name":"Fire Giant Bag Contents; Fire Giant Bag Items","page":106,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Frost Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A large bronze bell with no clapper"],["2","A giant-sized wineskin, half-filled with wine frozen to slush"],["3","A necklace made of griffon beaks and skulls"],["4","The jagged claw of a white dragon with ice still riming its tip"],["5","A giant-sized fur cloak, ripped and patched in multiple places"],["6","A rusty longsword used to skin animals"],["7","A sack of dried meat strips, with \"Wolf Treats\" stitched in Giant on the front"],["8","Six large iron caltrops"],["9","Three ivory tusks, each worth 10 gp"],["10","Two polar bear pelts, each worth 20 gp"],["11","A massive, gold-tipped war horn worth 50 gp"],["12","Five large blue quartz gems, each worth 25 gp"]],"name":"Frost Giant Bag Contents; Frost Giant Bag Items","page":106,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Hill Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Five wheels of cheese"],["2","A giant-sized pair of old sandals"],["3","The skull of a Monstrosity native to the region"],["4","A haunch of smoked meat"],["5","A rusty dagger the giant used as a toothpick"],["6","Iron prongs and a trough of coal to create a makeshift spit-roast setup"],["7","A beehive with live bees"],["8","A small picture book for learning Common"],["9","A hefty box containing an assortment of colorful peppercorns"],["10","A clay tablet carved with stirring poetry"],["11","An unopened cask of honey mead, worth 25 gp"],["12","A cracked, giant-sized porcelain plate, repaired with silver lacquer, worth 50 gp"]],"name":"Hill Giant Bag Contents; Hill Giant Bag Items","page":107,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Stone Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A striated boulder, notably smooth on one side but rough and bumpy on the other"],["2","A pair of flat stones tied together with hempen rope, currently pressing bioluminescent flowers"],["3","A string of giant-sized clay beads, each engraved with different patterns that mimic constellations"],["4","A wooden ocarina that perfectly imitates the sound of wind echoing in an underground cavern"],["5","A leather sack containing pungent spices"],["6","A multifaceted crystal prism"],["7","A giant-sized iron kettle"],["8","A misshapen, plush rendition of a giant cave spider"],["9","A giant-sized, elegant silver chisel and hammer used for carving runes, worth 20 gp"],["10","Seven giant-sized knucklebones worth 50 gp total"],["11","A 2-foot-diameter moonstone pendant depicting the profile of Skoraeus, worth 70 gp"],["12","Two halves of a 3-foot-diameter geode worth 120 gp total, split to reveal jagged indigo crystals"]],"name":"Stone Giant Bag Contents; Stone Giant Bag Items","page":107,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Storm Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The bones of a roc, carved with prophetic runes"],["2","A giant-sized deck of ornately illustrated cards, their edges trimmed with gold foil"],["3","A drop of crystallized amber from a sacred tree"],["4","An earthenware jar filled with salt"],["5","10 pounds of candle wax in various colors"],["6","An elegant, giant-sized drinking horn engraved with a prayer to Stronmaus in the Giant language"],["7","A smooth, triangular blue stone crossed with etchings that look like lightning strikes"],["8","A giant-sized dulcimer inlaid with mother-of-pearl, worth 100 gp"],["9","A large bronze gong worth 50 gp"],["10","A gold toad pendant with carnelian eyes, worth 90 gp"],["11","A star rose quartz orb worth 120 gp"],["12","Three giant-sized sticks of incense, worth 75 gp each"]],"name":"Storm Giant Bag Contents; Storm Giant Bag Items","page":108,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"25 gp Art Objects","colLabels":["d8","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dome-shaped crystal carved with patterns of constellations"],["2","A pale-blue clay mask depicting an expression of raucous laughter"],["3","A set of gilded, giant-sized cutlery"],["4","A 5-foot-tall stone tablet engraved with runes that feel warm to the touch"],["5","A quartz pendant carved in the likeness of a god"],["6","A slightly bent silver crown kept as a trophy"],["7","A lopsided chunk of luminous stone"],["8","A bronze war horn, its flared bell shaped like a charging ram"]],"name":"25 gp Art Objects","page":109,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"250 gp Art Objects","colLabels":["d8","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An ornate tapestry depicting a high-ranking family of giants"],["2","The expertly stuffed and mounted remains of a Large Monstrosity native to the area"],["3","An abstract spiral sculpture carved from a fulgurite"],["4","A rowboat displayed inside a giant-sized green crystal bottle"],["5","An iridescent conch shell that echoes with the sounds of a maelstrom"],["6","A hefty ceramic funerary urn, intricately painted with scenes from its inhabitant's lifetime"],["7","A 10-foot-tall mirror set in a gem-encrusted frame"],["8","A complex bronze armillary sphere, its rings engraved with various Giant runes and prophecies"]],"name":"250 gp Art Objects","page":109,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Cloud Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Cloud giant}","9"],["{@creature Cloud giant destiny gambler|BGG}*","19"],["{@creature Cloud giant of Evil Air|BGG}*","12"],["{@creature Cloud giant smiling one|MPMM}†","11"],["{@creature Mist hulk|BGG}*","6"],["{@creature Scion of Memnor|BGG}*","26"],["{@creature Spectral cloud|BGG}*","13"]],"name":"Giants by Kind; Cloud Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Fire Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Cinder hulk|BGG}*","7"],["{@creature Firegaunt|BGG}*","11"],["{@creature Fire giant}","9"],["{@creature Fire giant dreadnought|MPMM}†","14"],["{@creature Fire giant forgecaller|BGG}*","18"],["{@creature Fire giant of Evil Fire|BGG}*","10"],["{@creature Fire hellion|BGG}*","11"],["{@creature Scion of Surtur|BGG}*","25"]],"name":"Giants by Kind; Fire Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Frost Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Frost giant}","8"],["{@creature Frost giant everlasting one|MPMM}†","12"],["{@creature Frost giant ice shaper|BGG}*","17"],["{@creature Frost giant of Evil Water|BGG}*","11"],["{@creature Frostmourn|BGG}*","10"],["{@creature Fury of Kostchtchie|BGG}*","14"],["{@creature Rime hulk|BGG}*","5"],["{@creature Scion of Thrym|BGG}*","24"]],"name":"Giants by Kind; Frost Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Hill Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Barrowghast|BGG}*","7"],["{@creature Hill giant}","5"],["{@creature Hill giant avalancher|BGG}*","12"],["{@creature Maw of Yeenoghu|BGG}*","10"],["{@creature Mouth of Grolantor|MPMM}†","6"],["{@creature Mud hulk|BGG}*","3"],["{@creature Scion of Grolantor|BGG}*","22"]],"name":"Giants by Kind; Hill Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Stone Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Cairnwight|BGG}*","9"],["{@creature Dust hulk|BGG}*","5"],["{@creature Scion of Skoraeus|BGG}*","23"],["{@creature Stalker of Baphomet|BGG}*","12"],["{@creature Stone giant}","7"],["{@creature Stone giant dreamwalker|MPMM}†","10"],["{@creature Stone giant of Evil Earth|BGG}*","9"],["{@creature Stone giant rockspeaker|BGG}*","16"]],"name":"Giants by Kind; Stone Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Storm Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Lightning hulk|BGG}*","9"],["{@creature Scion of Stronmaus|BGG}*","27"],["{@creature Storm giant}","13"],["{@creature Storm giant quintessent|MPMM}†","16"],["{@creature Storm giant tempest caller|BGG}*","20"],["{@creature Storm herald|BGG}*","17"],["{@creature Tempest spirit|BGG}*","15"]],"name":"Giants by Kind; Storm Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Other Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Cyclops}","6"],["{@creature Death giant reaper|BGG}*","12"],["{@creature Death giant shrouded one|BGG}*","15"],["{@creature Dire troll|MPMM}†","13"],["{@creature Echo of Demogorgon|BGG}*","6"],["{@creature Ettin}","4"],["{@creature Ettin ceremorph|BGG}*","8"],["{@creature Fensir skirmisher|BGG}*","6"],["{@creature Fensir devourer|BGG}*","8"],["{@creature Fomorian}","8"],["{@creature Fomorian deep crawler|BGG}*","10"],["{@creature Fomorian noble|BGG}*","15"],["{@creature Fomorian warlock of the dark|BGG}*","12"],["{@creature Gargantua|BGG}*","21"],["{@creature Ogre}","2"],["{@creature Ogre battering ram|MPMM}†","4"],["{@creature Ogre bolt launcher|MPMM}†","2"],["{@creature Ogre chain brute|MPMM}†","3"],["{@creature Ogre howdah|MPMM}†","2"],["{@creature Rot troll|MPMM}†","9"],["{@creature Spirit troll|MPMM}†","11"],["{@creature Troll}","5"],["{@creature Troll amalgam|BGG}*","17"],["{@creature Troll mutate|BGG}*","7"],["{@creature Venom troll|MPMM}†","7"]],"name":"Giants by Kind; Other Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Creatures by Challenge Rating","colLabels":["CR","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/2","{@creature Giant lynx|BGG}"],["1","{@creature Bag jelly|BGG}"],["1","{@creature Giant ram|BGG}"],["1","{@creature Grinning cat|BGG}"],["2","{@creature Giant tick|BGG}"],["3","{@creature Giant goose|BGG}"],["3","{@creature Giant ox|BGG}"],["3","{@creature Goliath giant-kin|BGG}"],["3","{@creature Mud hulk|BGG}"],["3","{@creature Spotted lion|BGG}"],["4","{@creature Firbolg primeval warden|BGG}"],["5","{@creature Dust hulk|BGG}"],["5","{@creature Firbolg wanderer|BGG}"],["5","{@creature Rime hulk|BGG}"],["5","{@creature Titanothere|BGG}"],["6","{@creature Echo of Demogorgon|BGG}"],["6","{@creature Fensir skirmisher|BGG}"],["6","{@creature Mist hulk|BGG}"],["7","{@creature Barrowghast|BGG}"],["7","{@creature Cinder hulk|BGG}"],["7","{@creature Troll mutate|BGG}"],["8","{@creature Ettin ceremorph|BGG}"],["8","{@creature Fensir devourer|BGG}"],["9","{@creature Cairnwight|BGG}"],["9","{@creature Ceratops|BGG|Ceratops (dinosaur)}"],["9","{@creature Lightning hulk|BGG}"],["9","{@creature Stone giant of Evil Earth|BGG}"],["10","{@creature Aerosaur|BGG|Aerosaur (dinosaur)}"],["10","{@creature Fire giant of Evil Fire|BGG}"],["10","{@creature Fomorian deep crawler|BGG}"],["10","{@creature Frostmourn|BGG}"],["10","{@creature Maw of Yeenoghu|BGG}"],["11","{@creature Firegaunt|BGG}"],["11","{@creature Fire hellion|BGG}"],["11","{@creature Frost giant of Evil Water|BGG}"],["11","{@creature Storm crab|BGG}"],["12","{@creature Cloud giant of Evil Air|BGG}"],["12","{@creature Death giant reaper|BGG}"],["12","{@creature Fomorian warlock of the dark|BGG}"],["12","{@creature Hill giant avalancher|BGG}"],["12","{@creature Stalker of Baphomet|BGG}"],["13","{@creature Altisaur|BGG|Altisaur (dinosaur)}"],["13","{@creature Spectral cloud|BGG}"],["14","{@creature Fury of Kostchtchie|BGG}"],["14","{@creature Regisaur|BGG|Regisaur (dinosaur)}"],["15","{@creature Death giant shrouded one|BGG}"],["15","{@creature Fomorian noble|BGG}"],["15","{@creature Tempest spirit|BGG}"],["16","{@creature Stone giant rockspeaker|BGG}"],["17","{@creature Frost giant ice shaper|BGG}"],["17","{@creature Storm herald|BGG}"],["17","{@creature Troll amalgam|BGG}"],["18","{@creature Fire giant forgecaller|BGG}"],["19","{@creature Cloud giant destiny gambler|BGG}"],["20","{@creature Flesh colossus|BGG}"],["20","{@creature Gigant|BGG}"],["20","{@creature Storm giant tempest caller|BGG}"],["21","{@creature Gargantua|BGG}"],["21","{@creature Runic colossus|BGG}"],["22","{@creature Scion of Grolantor|BGG}"],["23","{@creature Scion of Skoraeus|BGG}"],["24","{@creature Scion of Thrym|BGG}"],["25","{@creature Scion of Surtur|BGG}"],["26","{@creature Scion of Memnor|BGG}"],["27","{@creature Scion of Stronmaus|BGG}"]],"name":"Challenge Ratings; Creatures by Challenge Rating","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Adventure Hooks","colLabels":["d100","Adventure Hook Table or Text"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@book Cloud Giant Wealth|BGG|2|Cloud Giant Wealth} (chapter 2, \"{@book The Ordning|BGG|2|The Ordning}\")"],["03–04","{@book Fire Giant Skill|BGG|2|Fire Giant Skill} (chapter 2, \"{@book The Ordning|BGG|2|The Ordning}\")"],["05–06","{@book Frost Giant Might|BGG|2|Frost Giant Might} (chapter 2, \"{@book The Ordning|BGG|2|The Ordning}\")"],["07–08","{@book Stone Giant Artistry|BGG|2|Stone Giant Artistry} (chapter 2, \"{@book The Ordning|BGG|2|The Ordning}\")"],["09–11","{@book Rejecting the Ordning|BGG|2|Rejecting the Ordning} (chapter 2, \"{@book The Ordning|BGG|2|The Ordning}\")"],["12–14","{@book Annam's Children Adventures|BGG|2|Annam's Children Adventures} (chapter 2, \"{@book Gods and Religion|BGG|2|Gods and Religion}\")"],["15–17","{@book Interloper Gods Adventures|BGG|2|Interloper Gods Adventures} (chapter 2, \"{@book Gods and Religion|BGG|2|Gods and Religion}\")"],["18–20","{@book Recluses|BGG|2|Recluses} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["21–23","{@book Exiles|BGG|2|Exiles} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["24–25","{@book Bands|BGG|2|Bands} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["26–27","{@book Families|BGG|2|Families} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["28–29","{@book Steadings|BGG|2|Steadings} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["30–31","{@book Settlements|BGG|2|Settlements} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["32–33","{@book Hidden Rune Adventures|BGG|2|Hidden Rune Adventures} (chapter 2, \"{@book Organizations|BGG|2|Organizations}\")"],["34–35","{@book Eternal Throne Adventures|BGG|2|Eternal Throne Adventures} (chapter 2, \"{@book Organizations|BGG|2|Organizations}\")"],["36–37","{@book Worldroot Circle Adventures|BGG|2|Worldroot Circle Adventures} (chapter 2, \"{@book Organizations|BGG|2|Organizations}\")"],["38–40","{@book Against the Giants|BGG|3|Against the Giants} (chapter 3, \"{@book Adventure Models|BGG|3|Adventure Models}\")"],["41–43","{@book Clash of Titans|BGG|3|Clash of Titans} (chapter 3, \"{@book Adventure Models|BGG|3|Adventure Models}\")"],["44–46","{@book Delve into the Past|BGG|3|Delve into the Past} (chapter 3, \"{@book Adventure Models|BGG|3|Adventure Models}\")"],["47–49","{@book Giant-Sized Schemes|BGG|3|Giant-Sized Schemes} (chapter 3, \"{@book Adventure Models|BGG|3|Adventure Models}\")"],["50–52","{@book Into the Giant Realms|BGG|3|Into the Giant Realms} (chapter 3, \"{@book Adventure Models|BGG|3|Adventure Models}\")"],["53–54","{@book Boss Assignments|BGG|3|Boss Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["55–56","{@book Financier Assignments|BGG|3|Financier Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["57–58","{@book Seer Assignments|BGG|3|Seer Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["59–60","{@book Sovereign Assignments|BGG|3|Sovereign Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["61–62","{@book Tutor Assignments|BGG|3|Tutor Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["63–64","{@book Warleader Assignments|BGG|3|Warleader Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["65–66","{@book Annam's Cradle Adventures|BGG|4|Annam's Cradle Adventures} ({@book chapter 4|BGG|4|Annam's Cradle})"],["67–68","{@book Ashen Grotto Adventures|BGG|4|Ashen Grotto Adventures} ({@book chapter 4|BGG|4|Ashen Grotto})"],["69–70","{@book Dreamer's Reach Adventures|BGG|4|Dreamer's Reach Adventures} ({@book chapter 4|BGG|4|Dreamer's Reach})"],["71–72","{@book Endless Rockslide Adventures|BGG|4|Endless Rockslide Adventures} ({@book chapter 4|BGG|4|Endless Rockslide})"],["73–74","{@book Forest Crystal Adventures|BGG|4|Forest Crystal Adventures} ({@book chapter 4|BGG|4|Forest Crystal})"],["75–76","{@book Forsaken Deep Adventures|BGG|4|Forsaken Deep Adventures} ({@book chapter 4|BGG|4|Forsaken Deep})"],["77–78","{@book Gale's Eye Tower Adventures|BGG|4|Gale's Eye Tower Adventures} ({@book chapter 4|BGG|4|Gale's Eye Tower})"],["79–80","{@book Grolantor's Larder Adventures|BGG|4|Grolantor's Larder Adventures} ({@book chapter 4|BGG|4|Grolantor's Larder})"],["81–82","{@book Hiatea's Hearth Adventures|BGG|4|Hiatea's Hearth Adventures} ({@book chapter 4|BGG|4|Hiatea's Hearth})"],["83–84","{@book Horizon's Edge Adventures|BGG|4|Horizon's Edge Adventures} ({@book chapter 4|BGG|4|Horizon's Edge})"],["85–86","{@book Howling Iceberg Adventures|BGG|4|Howling Iceberg Adventures} ({@book chapter 4|BGG|4|Howling Iceberg})"],["87–88","{@book Karontor's Hold Adventures|BGG|4|Karontor's Hold Adventures} ({@book chapter 4|BGG|4|Karontor's Hold})"],["89–90","{@book Misty Vale Adventures|BGG|4|Misty Vale Adventures} ({@book chapter 4|BGG|4|Misty Vale})"],["91–92","{@book Runic Circle Adventures|BGG|4|Runic Circle Adventures} ({@book chapter 4|BGG|4|Runic Circle})"],["93–94","{@book Singing Sands Adventures|BGG|4|Singing Sands Adventures} ({@book chapter 4|BGG|4|Singing Sands})"],["95–96","{@book Star Forge Adventures|BGG|4|Star Forge Adventures} ({@book chapter 4|BGG|4|Star Forge})"],["97–98","{@book Thundering Observatory Adventures|BGG|4|Thundering Observatory Adventures} ({@book chapter 4|BGG|4|Thundering Observatory})"],["99–00","{@book Worldroot Sapling Adventures|BGG|4|Worldroot Sapling Adventures} ({@book chapter 4|BGG|4|Worldroot Sapling})"]],"name":"Appendix B: Adventure Hooks; Adventure Hooks","page":192,"source":"BGG","chapter":{"name":"Adventure Hooks","ordinal":{"type":"appendix","identifier":"B"},"index":8}},{"caption":"Eldraine Creatures","colLabels":["CR","Creature","Creature Type"],"colStyles":["col-2 text-center","col-6","col-4"],"rows":[["1/2","{@creature Faerie Borrower|MCV4EC}","Fey"],["1/2","{@creature Gingerbrute|MCV4EC}","Construct"],["1","{@creature Faerie Pest|MCV4EC}","Fey"],["2","{@creature Faerie Pathlighter|MCV4EC}","Fey"],["2","{@creature Sewer King|MCV4EC}","Fiend"],["3","{@creature Knight of Eldraine|MCV4EC}","Humanoid"],["3","{@creature Ogre Chitterlord|MCV4EC}","Giant"],["3","{@creature Redtooth Werefox|MCV4EC}","Monstrosity"],["4","{@creature Sweettooth Horror|MCV4EC}","Fiend"],["5","{@creature Deathless Rider|MCV4EC}","Undead"],["5","{@creature Dunbarrow Witch|MCV4EC}","Humanoid"],["5","{@creature Nightmare Haunt|MCV4EC}","Aberration"],["6","{@creature Witchstalker|MCV4EC}","Monstrosity"],["7","{@creature Goose Mother|MCV4EC}","Fey"],["11","{@creature High Fae Impostor|MCV4EC}","Fey"],["11","{@creature Snapping Hydra|MCV4EC}","Monstrosity"],["11","{@creature Tempest Hart|MCV4EC}","Elemental"],["11","{@creature Treefolk|MCV4EC}","Plant"],["12","{@creature High Fae Kindguard|MCV4EC}","Fey"],["12","{@creature High Fae Mage|MCV4EC}","Fey"],["12","{@creature Specter of Night|MCV4EC}","Undead"],["13","{@creature High Fae Noble|MCV4EC}","Fey"],["15","{@creature Archon of Boundaries|MCV4EC}","Celestial"],["15","{@creature Witchkite|MCV4EC}","Dragon"],["18","{@creature Beanstalk Wurm|MCV4EC}","Monstrosity"]],"name":"In This Collection; Eldraine Creatures","source":"MCV4EC","chapter":{"name":"Monstrous Compendium Vol. Four: Eldraine Creatures","index":0}},{"caption":"Stat Blocks by Challenge Rating","colLabels":["CR","Stat Block","Creature Type"],"colStyles":["col-2 text-center","col-6","col-4"],"rows":[["0","{@creature Cranium rat squeaker|MPP}","Aberration"],["0","{@creature Sunfly|MPP}","Celestial"],["1","{@creature Swarm of sunflies|MPP}","Celestial"],["1","{@creature Vargouille reflection|MPP}","Fiend"],["2","{@creature Dabus|MPP}","Celestial"],["2","{@creature Lantern archon|MPP}","Celestial"],["2","{@creature Musteval guardinal|MPP}","Celestial"],["3","{@creature Bariaur wanderer|MPP}","Celestial"],["3","{@creature Bleak Cabal void soother|MPP}*","Humanoid"],["3","{@creature Githzerai traveler|MPP}","Aberration"],["3","{@creature Harmonium peacekeeper|MPP}*","Humanoid"],["3","{@creature Society of Sensation muse|MPP}*","Humanoid"],["3","{@creature Transcendent Order instinct|MPP}*","Humanoid"],["4","{@creature Hands of Havoc fire starter|MPP}*","Humanoid"],["4","{@creature Heralds of Dust remnant|MPP}*","Humanoid"],["4","{@creature Hound archon|MPP}","Celestial"],["4","{@creature Mind's Eye matter smith|MPP}*","Humanoid"],["5","{@creature Athar null|MPP}*","Humanoid"],["5","{@creature Cranium rat squeaker swarm|MPP}","Aberration"],["5","{@creature Fated shaker|MPP}*","Humanoid"],["5","{@creature Time dragon wyrmling|MPP}","Dragon"],["6","{@creature Doomguard rot blade|MPP}*","Humanoid"],["6","{@creature Eater of knowledge|MPP}","Aberration"],["6","{@creature Equinal guardinal|MPP}","Celestial"],["7","{@creature Githzerai uniter|MPP}","Aberration"],["7","{@creature Mercykiller bloodhound|MPP}*","Humanoid"],["8","{@creature Decaton modron|MPP}","Celestial"],["8","{@creature Harmonium captain|MPP}*","Humanoid"],["8","{@creature Transcendent Order conduit|MPP}*","Humanoid"],["8","{@creature Warden archon|MPP}","Celestial"],["9","{@creature Avoral guardinal|MPP}","Celestial"],["9","{@creature Ferrumach rilmani|MPP}","Celestial"],["9","{@creature Fraternity of Order law bender|MPP}*","Humanoid"],["9","{@creature Githzerai futurist|MPP}","Aberration"],["10","{@creature Darkweaver|MPP}","Aberration"],["10","{@creature Maelephant|MPP}","Fiend"],["10","{@creature Nonaton modron|MPP}","Construct"],["11","{@creature Farastu demodand|MPP}","Fiend"],["11","{@creature Octon modron|MPP}","Construct"],["11","{@creature Young time dragon|MPP}","Dragon"],["12","{@creature Cuprilach rilmani|MPP}","Celestial"],["12","{@creature Doomguard doom lord|MPP}*","Humanoid"],["12","{@creature Septon modron|MPP}","Construct"],["13","{@creature Hexton modron|MPP}","Construct"],["13","{@creature Kelubar demodand|MPP}","Fiend"],["14","{@creature Shemeshka|MPP}","Fiend"],["16","{@creature Shator demodand|MPP}","Fiend"],["17","{@creature Aurumach rilmani|MPP}","Celestial"],["17","{@creature Baernaloth|MPP}","Fiend"],["18","{@creature Adult time dragon|MPP}","Dragon"],["20","{@creature Kolyarut|MPP}","Construct"],["22","{@creature Planar incarnate|MPP}","Celestial or Fiend"],["26","{@creature Ancient time dragon|MPP}","Dragon"]],"footnotes":["*Appears in the \"{@book Faction Agents|MPP|1|Faction Agents}\" section"],"name":"Meeting Magic Item Prerequisites; Stat Blocks by Challenge Rating","page":4,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outer Plane Alignments","colLabels":["Outer Plane","Alignment"],"colStyles":["col-6","col-6"],"rows":[["{@book The Abyss|MPP|0|The Abyss}","CE"],["{@book Acheron|MPP|0|Acheron}","LN, LE"],["{@book Arborea|MPP|0|Arborea}","CG"],["{@book Arcadia|MPP|0|Arcadia}","LN, LG"],["{@book The Beastlands|MPP|0|The Beastlands}","NG, CG"],["{@book Bytopia|MPP|0|Bytopia}","NG, LG"],["{@book Carceri|MPP|0|Carceri}","NE, CE"],["{@book Elysium|MPP|0|Elysium}","NG"],["{@book Gehenna|MPP|0|Gehenna}","NE, LE"],["{@book Hades|MPP|0|Hades}","NE"],["{@book Limbo|MPP|0|Limbo}","CN"],["{@book Mechanus|MPP|0|Mechanus}","LN"],["{@book Mount Celestia|MPP|0|Mount Celestia}","LG"],["{@book The Nine Hells|MPP|0|The Nine Hells}","LE"],["{@book Pandemonium|MPP|0|Pandemonium}","CN, CE"],["{@book Ysgard|MPP|0|Ysgard}","CN, CG"]],"name":"Planar Alignment; Outer Plane Alignments","page":6,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Aberrations","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature aboleth} travels in a muck-filled, orbicular carriage, seeking to better understand the Outer Planes in preparation for a future world-domination scheme."],["2","A {@creature beholder} influenced by {@book the Abyss|MPP|0|The Abyss} has compound eyes and looks like a floating, cyclopean fly head. It promises not to destroy the characters if they bring it a corpse it has never tasted before."],["3","A dejected {@creature red slaad} wishes to be reunited with its {@creature slaad tadpole}, but it isn't certain where—or in what—it implanted its egg."],["4","A hirsute, axe-wielding {@creature flumph} influenced by {@book Ysgard|MPP|0|Ysgard} quests across the land, seeking legendary beasts to slay and epic songs to sing."]],"name":"Outlands Aberrations","page":11,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Beasts","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An awakened {@creature giant scorpion} owns a custom-made boat and runs a ferry business along a prominent river. It offers its services to characters in need."],["2","A {@creature triceratops} influenced by {@book Mechanus|MPP|0|Mechanus} and composed of simple geometric shapes charges creatures that enter the angular canyons it inhabits. It moves only in straight lines and turns only at right angles."],["3","{@creature Stirge||Stirges} drawn from countless worlds congregate in a tornado-sized, bloodsucking cloud that threatens a gate-town."],["4","A desiccated {@creature giant frog} influenced by {@book Pandemonium|MPP|0|Pandemonium} screams whenever it opens its mouth. Its interior is even noisier."]],"name":"Outlands Beasts","page":11,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Celestials","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature empyrean} calls for aid in taking back a corner of the Outlands overrun by demons."],["2","Wearing grim armor and displaying a rust-colored horn, a {@creature unicorn} influenced by {@book Acheron|MPP|0|Acheron} challenges all it encounters to mortal combat."],["3","A fallen {@creature deva}, now neutral aligned, is on permanent vacation. The mellow angel is a font of multiversal secrets, but it shares them only with strangers who prove themselves more relaxed than it."],["4","A {@creature couatl} influenced by {@book Limbo|MPP|0|Limbo} has color-changing wings and insists passersby convince it that they're worthy of existing. If the couatl isn't convinced, it has a 50 percent chance of either attacking or wandering off."]],"name":"Outlands Celestials","page":11,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Constructs","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A tyrannical {@creature homunculus} rules over the small domain of its long-lost archmage master."],["2","A beautiful but vain {@creature flesh golem} influenced by {@book Arborea|MPP|0|Arborea} insists on following a character until the character sketches, sculpts, or otherwise artistically renders it."],["3","A gang of inquisitive {@creature Monodrone||monodrones} and its {@creature duodrone} leader insist on following a character, saying they expect that individual's doom to be \"statistically noteworthy.\""],["4","A {@creature clay golem} influenced by {@book the Beastlands|MPP|0|The Beastlands} has been transformed into the walking hive that's home to numerous {@creature Swarm of Wasps||swarms of insects (wasps)}."]],"name":"Outlands Constructs","page":12,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Dragons","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient gold dragon} disguised as a canary gives the characters a nonmagical item and offers them Bahamut's best wishes."],["2","A lawful good {@creature Faerie Dragon (Violet)||faerie dragon} with wings like stained glass has been influenced by {@book Mount Celestia|MPP|0|Mount Celestia}. It seeks the characters' aid in recovering a stolen {@item holy avenger}."],["3","A {@creature time dragon wyrmling|MPP} (presented later in this book) wants help constructing a magical structure that will be important in the future."],["4","A neutral evil {@creature adult silver dragon} with dull, gray scales has been influenced by {@book Hades|MPP|0|Hades}. It demands a toll from any who crosses its domain."]],"name":"Outlands Dragons","page":12,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Elementals","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Water Elemental||Water elementals} travel in a group that looks like a long, wandering river."],["2","Some skull-headed {@creature Azer||azers} have been influenced by {@book the Nine Hells|MPP|0|The Nine Hells}. They escort a heavily armored caravan of rare ore to the gate-town of Ribcage."],["3","A wounded {@creature mud mephit} asks the characters to help it deliver a sealed package to a leader in a nearby gate-town."],["4","A wealthy {@creature dao} that glistens with gemstones has been influenced by {@book Arborea|MPP|0|Arborea}. It leads a parade of glimmering {@creature galeb duhr} between gate-towns as part of a shopping spree for precious rocks."]],"name":"Outlands Elementals","page":13,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Fey","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Revelers joined a group of {@creature Satyr||satyrs} in their festivities. As the satyrs' celebration has continued for over a year, the revelers seek the characters' help in extricating themselves without offending their hosts."],["2","A kindly {@creature green hag} influenced by {@book Elysium|MPP|0|Elysium} invites passersby to join her for tea in her cottage made of sweets. She makes some of the best cookies in the Outlands."],["3","A pack of {@creature Blink Dog||blink dogs} tracks a band of {@creature Maelephant|MPP|maelephants} (presented {@book later|MPP|1|Maelephant} in this book) to prevent them from spoiling lands influenced by the Upper Planes."],["4","A gnarled {@creature dryad} influenced by {@book Carceri|MPP|0|Carceri} seeks to entrap creatures within the root-snarled, prison-like cavern beneath her grove."]],"name":"Outlands Fey","page":13,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Fiends","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature nycaloth} seeks to capture several monochromatic {@creature Hell Hound||hell hounds} influenced by {@book Gehenna|MPP|0|Gehenna}. The yugoloth seeks to sell the hounds to Fiends participating in the Blood War."],["2","After being ambushed by a rival, a {@creature night hag} merchant offers a reward to characters who help her recover her lost inventory: several dozen stray {@creature Larva|DMG|larvae} (see the {@book Dungeon Master's Guide|DMG})."],["3","A hero requests the characters' help in gaining the aid of a legendary steed called a nic'epona, a {@creature nightmare} influenced by one of the Upper Planes."],["4","Rival {@creature Incubus||incubi} seek to recruit the characters to serve either a {@creature balor} warlord or a {@creature pit fiend} general whose fiendish armies are prepared to clash nearby."]],"name":"Outlands Fiends","page":13,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Giants","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Several {@creature Cyclops||cyclopes} refuse to let the characters pass through a region where they're constructing a massive ring of beautifully carved standing stones."],["2","An {@creature ettin} influenced by {@book the Beastlands|MPP|0|The Beastlands} has one head with bovine features and one head with lupine features. It desperately needs help finding something both heads are willing to eat."],["3","A {@creature storm giant} seeks the characters' help in finding an offering of significant worth and size to impress the god Annam."],["4","A jade-skinned {@creature oni} from Bytopia has become separated from the spirit she was bound to protect. She requests aid in catching up to her lost ward."]],"name":"Outlands Giants","page":13,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Humanoids","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters need to find a wandering {@creature priest} who alone knows the ritual necessary to open a specific portal."],["2","Several gnome {@creature Mage||mages} seek help recovering their walking castle from a band of aggressive, spine-covered {@creature lizardfolk} influenced by {@book the Abyss|MPP|0|The Abyss}."],["3","The characters stumble across a youthful or elderly {@creature commoner} who doesn't know how they came to be in the Outlands and who wants only to go home."],["4","A {@creature bandit captain} and his gang seek the characters' help as they plan a heist in the realm of an immortal being, like the {@book Realm of the Norns|SatO|_UNKNOWN} or {@book Wonderhome|SatO|_UNKNOWN} (see {@book Sigil and the Outlands|SatO} for details on both locations)."]],"name":"Outlands Humanoids","page":14,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Monstrosities","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters are hired to recover cargo from a crashed vessel brimming with rare technology, but the wreckage is overrun with {@creature Rust Monster||rust monsters}."],["2","The characters have to retrieve a treasure from a group of mischievous {@creature Sprite||sprites}. The sprites are secretly defended by {@creature Mimic||mimics} influenced by {@book Elysium|MPP|0|Elysium} that take the form of tiny, whimsical cottages."],["3","A pride of {@creature Displacer Beast||displacer beasts} stalks a band of traveling merchants. The merchants seek protection from the predators hunting them for sport."],["4","A {@creature drider} influenced by {@book Arborea|MPP|0|Arborea} runs a {@creature giant spider} ranch. She hires the characters to hunt a rare breed of {@creature sunfly|MPP} (detailed {@book later|MPP|1|Sunflies} in this book) that, when fed to her spiders, will allow them to produce a remarkable type of silk."]],"name":"Outlands Monstrosities","page":14,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Oozes","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A yugoloth arms dealer has captured a hundred {@creature Gray Ooze||gray oozes} and seeks to sell them in the gate-town of Rigus as a weapon capable of destroying Acheron's floating cubes. A rival hires the characters to steal and dispose of the oozes."],["2","Within a {@creature gelatinous cube} influenced by {@book Gehenna|MPP|0|Gehenna} floats a gigantic fiendish skull. Numerous Fiends revere the cube and interpret depraved schemes and threatening orders from its quivering. A Celestial seeks aid in destroying the cube."],["3","A bog in a region influenced by {@book Carceri|MPP|0|Carceri} is swamped with countless {@creature Black Pudding||black puddings}. The characters are hired to recover a lost relic from the bottom of the bog."],["4","A chef in the gate-town of {@book Tradegate|SatO|_UNKNOWN} wants the characters to retrieve royal jelly from a hive of giant bees (use the {@creature giant wasp} stat block). He doesn't note that the hive's honey takes the form of sweet-tasting {@creature Ochre Jelly||ochre jellies}."]],"name":"Outlands Oozes","page":14,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Plants","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A young {@creature treant} wants to put down roots. It asks the characters to help it travel around the Outlands so it can find a suitable place to call home."],["2","A {@creature myconid sovereign} has convinced a group of {@creature Githzerai Monk||githzerai monks} to abandon their teachings and follow its path to serenity. Another githzerai hires the characters to oust the fungal guru."],["3","An herbalist has cultivated a unique breed of {@creature Gas Spore||gas spores}. She hires the characters to convey the spores to her buyer without setting off the fungi."],["4","A resident of the gate-town of {@book Ecstasy|SatO|_UNKNOWN} is missing. His garden of {@creature Twig Blight||twig blights}—influenced by {@book Elysium|MPP|0|Elysium} to resemble topiary sculptures—haven't been fed and now sow chaos in town."]],"name":"Outlands Plants","page":14,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Undead","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters find a trapped {@creature crawling claw}. Rather than attacking, the severed hand can lead the characters to the thankful immortal who lost it."],["2","A {@creature banshee} influenced by {@book Acheron|MPP|0|Acheron} appears as a fallen knight-commander with a legion of {@creature Specter||specters}. Guardians of the gate-town of Rigus hire the characters to help banish the phantom army."],["3","A {@creature lich} seeks to dominate the gate-town of Hopeless and see it dragged into Hades with himself as its ruler. Citizens of the gate-town entreat the characters to keep the gate-town hopeful enough that it doesn't fall into the Lower Plane."],["4","Several confused {@creature ghost} {@book petitioners|MPP|0|Petitioners} have become lost. They seek someone to pass judgment on their lives and deliver them to the proper planes."]],"name":"Outlands Undead","page":15,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Chaotic Planar Encounters","colLabels":["d100","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–8","{@dice 1d6} {@creature Bariaur Wanderer|MPP|bariaur wanderers}*"],["09–16","1 {@creature monodrone} that has gone rogue and seeks the meaning of the multiverse"],["17–24","{@dice 1d6} {@creature Swarm of Sunflies|MPP|swarms of sunflies}*"],["25–31","{@dice 1d4} {@creature Red Slaad||red slaadi}"],["32–38","1 {@creature Cranium Rat Squeaker Swarm|MPP|swarm of cranium rat squeakers}.* Roll a die. If the number is even, these cranium rats have set up a tiny shop. If the number is odd, these cranium rats have also set up a tiny shop but are con artists."],["39–46","{@dice 1d6} {@creature Pteranodon||pteranodons}"],["47–55","{@dice 1d4} {@creature Mercykiller Bloodhound|MPP|Mercykiller bloodhounds}* tracking a planar criminal"],["56–62","{@dice 1d8} {@creature berserker} {@book petitioners|MPP|0|Petitioners}"],["63–72","A rift-like portal connecting to a random plane"],["73–79","1 {@creature ettin} with two different animal heads"],["80–85","1 {@creature green slaad} disguised as a lost explorer from the Material Plane"],["86–90","{@dice 1d6} {@creature Vrock||vrocks} seeking to dragoon captives into the Blood War"],["91–97","A location the characters passed hours ago"],["98–00","1 chaotic {@creature empyrean} seeking companions to undertake a mighty quest"]],"name":"Chaotic Planar Encounters","page":63,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Evil Planar Encounters","colLabels":["d100","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–7","{@dice 1d6} {@creature Vargouille Reflection|MPP|vargouille reflections}*"],["08–16","1 {@creature night hag} selling {@dice 2d6} {@creature Larva|DMG|larvae} (see the {@book Dungeon Master's Guide|DMG})"],["17–23","{@dice 1d4} {@creature Razorvine Blight|MPP|razorvine blights}*"],["24–31","A force of {@dice 3d10} {@creature Hobgoblin||hobgoblins} and 1 {@creature hobgoblin} {@creature warlord|MPMM}"],["32–38","1 {@creature gnoll fang of Yeenoghu} and {@dice 2d6} {@creature Gnoll||gnolls}"],["39–47","1 {@creature ultroloth} and {@dice 1d4} {@creature Mezzoloth||mezzoloths}"],["48–53","1 {@creature darkweaver|MPP}* that calls from its shadowy lair"],["54–63","A portal to a Lower Plane that whispers sinister promises"],["64–69","1 {@creature shator demodand|MPP}* seeking its lost prisoners"],["70–77","{@dice 2d6} {@creature Nightmare||nightmares}"],["78–84","1 {@creature githyanki knight} mounted on 1 {@creature young red dragon}"],["85–91","1 {@creature lich} in a sinister walking citadel"],["92–98","A Blood War battlefield where 1 {@creature marilith} general leads demons against 1 {@creature ice devil} general and its devils"],["99–00","1 {@creature baernaloth|MPP}* with a sinister magic item"]],"name":"Evil Planar Encounters","page":63,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Good Planar Encounters","colLabels":["d100","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–09","1 {@creature sunfly|MPP}* carrying a tiny dessert"],["10–16","1 {@creature lantern archon|MPP}* leading a group of {@dice 2d4} {@creature commoner} {@book petitioners|MPP|0|Petitioners} who are prone to getting lost"],["17–22","{@dice 1d6} {@creature Musteval Guardinal|MPP|musteval guardinals}* on a secret mission"],["23–28","1 {@creature time dragon wyrmling|MPP}*"],["29–35","{@dice 1d4} {@creature Hound Archon|MPP|hound archons},* each with a {@creature mastiff} tracking dog"],["36–41","A friendly, awakened {@creature swarm of bats}"],["42–48","{@dice 1d4} {@creature Cloud Giant||cloud giants} on a floating island"],["49–56","1 {@creature druid} studying an inert, magical animal sculpture made of thousands of tanzanite crystals"],["57–63","1 {@creature treant} comprised of cacti, coral, or mushrooms"],["64–70","1 {@creature avoral guardinal|MPP}* seeking a lost animal {@book petitioner|MPP|0|Petitioners}"],["71–80","A portal to an Upper Plane that beckons with promises of eternal peace and comfort"],["81–87","1 gold dragon (your choice of {@creature Young Gold Dragon||young}, {@creature Adult Gold Dragon||adult}, or {@creature Ancient Gold Dragon||ancient})"],["88–95","1 {@creature planar incarnate|MPP|planar incarnate (Celestial form)}"],["96–00","1 {@creature solar} angel sent to bestow a {@book blessing|DMG|7|Blessings} (see the {@book Dungeon Master's Guide|DMG}) on a character"]],"name":"Good Planar Encounters","page":63,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Lawful Planar Encounters","colLabels":["d100","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","A {@creature warden archon|MPP}* guarding a portal to a dangerous plane"],["07–13","1 {@creature imp} who claims to speak for an archdevil"],["14–21","{@dice 1d6} {@creature Hands of Havoc Fire Starter|MPP|Hands of Havoc fire starters}*"],["22–29","1 {@creature maelephant|MPP}*"],["30–36","1 {@creature flumph} {@book petitioner|MPP|0|Petitioners} that's excited to learn about the planes"],["37–42","1 {@creature decaton modron|MPP}* and {@dice 2d6} {@creature Quadrone||quadrones} on their way back to Mechanus"],["43–48","1 {@creature guardian naga} storyteller"],["49–54","1 {@creature gynosphinx} who guards secret wisdom"],["55–61","{@dice 1d6} {@creature Knight||knights} on a quest across the planes"],["62–69","1 {@creature nonaton modron|MPP}* in a walking citadel that looks like a giant modron"],["70–76","{@dice 1d4} {@creature Couatl||couatls}"],["77–84","1 {@creature Mind's Eye matter smith|MPP}* testing a new invention"],["85–90","1 {@creature beholder} {@book petitioner|MPP|0|Petitioners} scheming against a rival who's still alive"],["91–97","1 {@creature pit fiend} who claims to speak for an archdevil"],["98–00","1 {@creature hexton modron|MPP}* leading a march of hundreds of lesser modrons"]],"name":"Lawful Planar Encounters","page":63,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Neutral Planar Encounters","colLabels":["d100","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–07","{@dice 1d6} {@creature thri-kreen} looking for a way back to their Material Plane home"],["08–15","A mysterious being who communicates via 1 {@creature cranium rat squeaker|MPP}*"],["16–22","{@dice 1d4} {@creature Society of Sensation Muse|MPP|Society of Sensation muses}* undertaking increasingly daring feats"],["23–31","1 {@creature smoke mephit} carrying challenges between archmage rivals"],["32–38","1 {@creature eater of knowledge|MPP}*"],["39–46","{@dice 2d12} {@creature commoner} {@book petitioners|MPP|0|Petitioners} fleeing {@dice 1d4} {@creature Farastu Demodand|MPP|farastu demodands}* and 1 {@creature kelubar demodand|MPP}*"],["47–55","1 {@creature cuprilach rilmani|MPP}* on an assassination mission"],["56–64","1 {@creature equinal guardinal|MPP}* messenger"],["65–71","{@dice 1d4} {@creature Githzerai Traveler|MPP|githzerai travelers}*"],["72–79","1 {@creature kolyarut|MPP}* seeking a contract breaker"],["80–86","1 {@creature aurumach rilmani|MPP}*"],["87–92","1 {@creature githzerai futurist|MPP}* with a warning about a character's future"],["93–98","1 {@creature flameskull} claiming to be the famed planar explorer Morte"],["99–00","1 {@creature ancient time dragon|MPP}* (50 percent chance the time dragon is from the past, 50 percent chance it's from the future)"]],"name":"Neutral Planar Encounters","page":63,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Ascendant Factions of Sigil","colLabels":["Name","Summary"],"colStyles":["col-6","col-6"],"rows":[["{@creature Athar Null|MPP|Athar}","Claim the gods are frauds"],["{@creature Bleak Cabal Void Soother|MPP|Bleak Cabal}","Find no sense in the multiverse"],["{@creature Doomguard Doom Lord|MPP|Doomguard}","Celebrate destruction"],["{@creature Doomguard Rot Blade|MPP|Fated}","Take all they can"],["{@creature Fated Shaker|MPP|Fraternity of Order}","Discover laws to find truth"],["{@creature Fraternity of Order Law Bender|MPP|Hands of Havoc}","Free society through chaos"],["{@creature Hands of Havoc Fire Starter|MPP|Harmonium}","Enforce peace through might"],["{@creature Harmonium Captain|MPP|Heralds of Dust}","Believe we're already dead"],["{@creature Harmonium Peacekeeper|MPP|Mercykillers}","Bringers of merciless justice"],["{@creature Heralds of Dust Remnant|MPP|Mind's Eye}","Seekers of godhood"],["{@creature Mercykiller Bloodhound|MPP|Society of Sensation}","Find truth through experience"],["{@creature Mind's Eye Matter Smith|MPP|Transcendent Order}","Act unfettered by thought"]],"name":"Faction Agents; Ascendant Factions of Sigil","page":53,"source":"MPP","chapter":{"name":"Bestiary A to Z","index":1}},{"caption":"Spells","colLabels":["Level","Spell","School","Class"],"colStyles":["col-2 text-center","col-2","col-2","col-6"],"rows":[["2nd","{@spell Warp sense|SatO}","Divination","Sorcerer, warlock, wizard"],["4th","{@spell Gate seal|SatO}","Abjuration","Sorcerer, warlock, wizard"]],"name":"Spells","page":12,"source":"SatO","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Portal Quirks","colLabels":["d6","Portal Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One-Way. The portal functions only one way, either into or out of Sigil. The portal isn't visible or detectable from the exit side."],["2","Shifting. One end of the portal moves in a pattern between different locations in Sigil or the destination plane."],["3","Slow. After a creature enters the portal, {@dice 2d4} days pass before the creature appears at its destination, during which time the creature is trapped in a stasis and is unaware of the passage of time."],["4","Taxing. The portal's energy is unstable. A creature that passes through the portal must succeed on a {@dc 10} Constitution saving throw or gain 1 level of {@condition exhaustion}."],["5","Temporary. The portal allows only {@dice 1d6 + 6} travelers to pass through in either direction, then vanishes."],["6","Tumbling Lock. Every time the portal is opened, it requires a different portal key."]],"name":"Portal Quirks","page":18,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Planar Portals","colLabelRows":[["","",{"type":"cellHeader","width":2,"entry":"Destination","style":"th-skewer"},""],["d100","Portal Anchor","Sigil","Other Plane","Sample Keys"]],"colStyles":["col-2 text-center","col-2","col-2","col-2","col-4"],"rows":[["01–03","Carved wooden arch","{@book Bottle and Jug|SatO|2|Bottle and Jug}","{@book Ysgard|DMG|2|Ysgard}","Stein, war horn"],["04–06","Revolving door","{@book Face of Gith|SatO|2|Face of Gith}","{@book Limbo|DMG|2|Limbo}","Melting ice, red slaad egg"],["07–09","Shattered window","{@book Nowhere|SatO|2|Nowhere}","{@book Pandemonium|DMG|2|Pandemonium}","Brick from an infirmary, tattered paper fan"],["10–12","Sewer pipe","{@book Infinite Well|SatO|2|Infinite Well}","{@book The Abyss|DMG|2|The Abyss}","Celestial blood, demon ichor"],["13–15","Cell door","{@book Prison|SatO|2|Prison}","{@book Carceri|DMG|2|Carceri}","Broken key, length of chain"],["16–18","Open grave","{@book Dead Nations|SatO|2|Dead Nations}","{@book Hades|DMG|2|Hades}","Faceless mask, scrap of gray cloth"],["19–21","Trapdoor","{@book Grease Pit|SatO|2|Grease Pit}","{@book Gehenna|DMG|2|Gehenna}","Bloody knife, lava rock"],["22–24","Furnace door","{@book Bank of Abbathor|SatO|2|Bank of Abbathor Inc.}","{@book The Nine Hells|DMG|2|The Nine Hells}","Pinch of sulfur, signed contract"],["25–27","Iron gate","{@book Armory|SatO|2|Armory}","{@book Acheron|DMG|2|Acheron}","Broken blade, medal"],["28–30","Clock tower face","{@book High Courts|SatO|2|High Courts}","{@book Mechanus|DMG|2|Mechanus}","Metal cog, perfectly balanced scales"],["31–33","Razorvine trellis","{@book Great Foundry|SatO|2|Great Foundry}","{@book Arcadia|DMG|2|Arcadia}","Rune-inscribed ingot, sprig of grapes"],["34–36","Temple window","{@book Heart's Fire|SatO|2|Heart's Fire}","{@book Mount Celestia|DMG|2|Mount Celestia}","Angel feather, holy water"],["37–39","Ornate mirror","{@book Hall of Speakers|SatO|2|Hall of Speakers}","{@book Bytopia|DMG|2|Bytopia}","Garden trowel, pair of twins"],["40–42","Reflecting pool","{@book Gatehouse|SatO|2|Gatehouse}","{@book Elysium|DMG|2|Elysium}","Tears of joy, white lily"],["43–45","Stable gate","{@book Flame Pits|SatO|2|Flame Pits}","{@book The Beastlands|DMG|2|The Beastlands}","Animal tooth, fresh wildflower"],["46–48","Garden arch","{@book Civic Festhall|SatO|2|Civic Festhall}","{@book Arborea|DMG|2|Arborea}","Boisterous laughter, pinprick from a thorn"],["49–58","Courtyard gate","{@book Fortune's Wheel|SatO|2|Fortune's Wheel}","{@book The Outlands|DMG|2|The Outlands and Sigil}","Stone from the Spire, spoked wheel"],["59–63","Bedroom closet","{@book Planar Energy Cooperative|SatO|2|Planar Energy Cooperative}","{@book Ethereal Plane|DMG|2|Ethereal Plane}","Burial shroud, phase spider mandible"],["64–68","Skylight","{@book Shattered Temple|SatO|2|Shattered Temple}","{@book Astral Plane|DMG|2|Astral Plane}","Scrap of githyanki armor, silver sphere"],["69–71","Chimney","{@book Great Bazaar|SatO|2|Great Bazaar}","{@book Elemental Plane of Air|DMG|2|Plane of Air}","Incense smoke, silken scarf"],["72–74","Cellar door","{@book Tower Sorcerous|SatO|2|Tower Sorcerous}","{@book Elemental Plane of Earth|DMG|2|Plane of Earth}","Granite cube, metal ore"],["75–77","Blazing hearth","{@book Smoldering Corpse Bar|SatO|2|Smoldering Corpse Bar}","{@book Elemental Plane of Fire|DMG|2|Plane of Fire}","Brass brazier, burning coal"],["78–80","Crumbling well","{@book The Ditch|SatO|2|The Ditch}","{@book Elemental Plane of Water|DMG|2|Plane of Water}","Pearl, pure water"],["81–90","Mausoleum entrance","{@book Mortuary|SatO|2|Mortuary}","{@book Shadowfell|DMG|2|Shadowfell}","Grave dirt, mourner's veil"],["91–94","Yew wardrobe","{@book Parted Veil|SatO|2|Parted Veil}","{@book Feywild|DMG|2|Feywild}","Book of limericks, toadstool"],["95–98","Human-shaped hole","{@book Gastrognome|SatO|2|Gastrognome}","{@book Far Realm|DMG|2|The Far Realm}","Alien fossil, bezoar"],["99–00","Inn room door","{@book Ubiquitous Wayfarer|SatO|2|Ubiquitous Wayfarer}","{@book Material Plane|DMG|2|Known Worlds of the Material Plane}","Childhood toy, map scroll"]],"name":"Planar Portals","page":18,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sigil Wards","colLabels":["Ward","Prominent Factions"],"colStyles":["col-3","col-9"],"rows":[["{@book Clerks' Ward|SatO|2|Clerks' Ward}","{@book Fated|SatO|2|Fated}, {@book Incanterium|SatO|2|Incanterium},* {@book Society of Sensation|SatO|2|Society of Sensation}"],["{@book Hive Ward|SatO|2|Hive Ward}","{@book Bleak Cabal|SatO|2|Bleak Cabal}, {@book Hands of Havoc|SatO|2|Hands of Havoc}, {@book Heralds of Dust|SatO|2|Heralds of Dust}"],["{@book Lady's Ward|SatO|2|Lady's Ward}","{@book Doomguard|SatO|2|Doomguard}, {@book Fraternity of Order|SatO|2|Fraternity of Order}, {@book Harmonium|SatO|2|Harmonium}, {@book Mercykillers|SatO|2|Mercykillers}"],["{@book Lower Ward|SatO|2|Lower Ward}","{@book Athar|SatO|2|Athar}, {@book Ring Givers|SatO|2|Ring Givers},* {@book Mind's Eye|SatO|2|Mind's Eye}"],["{@book Market Ward|SatO|2|Market Ward}","{@book Free League|SatO|2|Free League},* {@book Transcendent Order|SatO|2|Transcendent Order}"],["{@book Undersigil|SatO|2|Undersigil}","Coterie of Cakes,* Revolutionary League,* Undivided* (see the \"{@book Undersigil|SatO|2|Undersigil}\" section later in this chapter for these factions)"]],"name":"Sigil Gazetteer; Sigil Wards","page":29,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Prison Inmates","colLabels":["d12","Inmate"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A chaotic evil {@creature storm giant} conquerer who darkened Sigil's skies with storm clouds"],["2","A disheveled wizard named Gifad (chaotic neutral, human {@creature mage}) who claims to hail from the future"],["3","Koe, a fiery-winged, chaotic neutral {@creature deva} imprisoned for smuggling weapons forged on Mount Celestia to Fiends on both sides of the Blood War"],["4","A clone of Manshoon (lawful evil, human {@creature archmage}), an infamous masked archwizard from the world of Toril, who insists he has been framed"],["5","A {@creature cuprilach rilmani|MPP} (see {@book Morte's Planar Parade|MPP}) that killed a former factol to preserve the Balance"],["6","A malevolent cosmic force manifesting as a {@creature planar incarnate|MPP} (see {@book Morte's Planar Parade|MPP}) that feeds on entire realities"],["7","A nameless, chaotic evil {@creature doppelganger} who has impersonated every factol in Sigil"],["8","A supernatural {@creature assassin} who targets only former mortals"],["9","A world-destroying Construct (use the {@creature kolyarut|MPP} stat block) whose creator is still at large"],["10","A {@creature decaton modron|MPP} (see {@book Morte's Planar Parade|MPP}) that turned itself in after a {@creature pentadrone} under its command malfunctioned and abandoned its post"],["11","A {@creature darkweaver|MPP} guilty of trying to eat a {@creature dabus|MPP} (both stat blocks are in {@book Morte's Planar Parade|MPP})"],["12","A {@creature kraken} that briefly drowned one of Sigil's wards by using portals to aquatic planes"]],"name":"Prison Inmates","page":45,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Spells for Sale","colLabels":["Spell","Cost per Spell"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@spell Comprehend languages}, {@spell detect magic}, {@spell disguise self}, {@spell feather fall}, {@spell illusory script}, {@spell protection from evil and good}, {@spell shield}, {@spell Tenser's floating disk}","25 gp"],["{@spell Arcane lock}, {@spell darkvision}, {@spell detect thoughts}, {@spell hold person}, {@spell invisibility}, {@spell knock}, {@spell Nystul's magic aura}, {@spell warp sense|SatO}*","75 gp"],["{@spell Dispel magic}, {@spell fly}, {@spell glyph of warding}, {@spell magic circle}, {@spell sending}, {@spell tongues}","150 gp"],["{@spell Dimension door}, {@spell fabricate}, {@spell gate seal|SatO},* {@spell locate creature}","300 gp"],["{@spell Contact other plane}, {@spell legend lore}, {@spell planar binding}, {@spell Rary's telepathic bond}","750 gp"]],"name":"Spells for Sale","page":50,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Bazaar Shops","colLabels":["d8","Vendor"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Boastful human hunter ({@creature assassin}) who sells hides and armors made from creatures she has slain—such as ankheg breastplates, angel-feathered cloaks, and horned gorgon shields"],["2","Celestial-owned bookstall carrying holy texts, illuminated manuscripts, and divine stationary"],["3","Boutique where a {@creature darkweaver|MPP} (see {@book Morte's Planar Parade|MPP}) with an eye for fashion weaves the latest styles out of pure shadow"],["4","Food stall catering to creatures of a specific type"],["5","Sweltering iron shack where a {@creature fire giant} blacksmith and his two {@creature magmin} helpers craft sturdy weapons with harmlessly smoldering pommels"],["6","Pawn shop that specializes in portal keys"],["7","Souvenir shop full of chintzy planar trinkets that might all be Tiny {@creature Mimic||mimics}"],["8","Contractor hiring monsters to defend dungeons on other worlds"]],"name":"Shopping in the Bazaar; Bazaar Shops","page":53,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sigil Adventure Hooks","colLabels":["d10","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A lost soul asks the party to escort them to the home of their deity—who no one's ever heard of."],["2","A barrister begs the characters to serve as witnesses during a trial in the {@book High Courts|SatO|2|High Courts}, but the characters have no memory of witnessing a crime."],["3","A {@creature cranium rat squeaker|MPP} (see {@book Morte's Planar Parade|MPP}) with an important secret needs help avoiding foes and finding its swarm elsewhere in Sigil."],["4","Refugees entreat the characters to help them find a safe new home in Sigil."],["5","The characters learn that a terrifying war machine is being transported through Sigil for use in conquering a Material Plane world."],["6","A shop or tavern owner hires the characters to track down a deadbeat patron—a {@creature solar}, a {@creature pit fiend}, a {@creature death knight}, or other powerful being."],["7","A group tries to kidnap a character, as the character is the key to a portal the group plans to use."],["8","A villain looks remarkably like one of the characters, enough so that a {@creature kolyarut|MPP} or {@creature cuprilach rilmani|MPP} (both detailed in {@book Morte's Planar Parade|MPP}) mistakes the character for the scoundrel."],["9","An {@creature archmage} new to the city offers to reward the characters with a magic item if they serve as their touts and sedan chair carriers for a day."],["10","A {@creature dabus|MPP} (see {@book Morte's Planar Parade|MPP}) requests the characters' aid in removing someone or someplace from Sigil before the Lady of Pain learns of it."]],"name":"Sigil Adventure Hooks","page":58,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Faction Missions","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A factol hires the characters to dig up dirt on a rival faction leader."],["2","The characters must infiltrate another faction's headquarters and steal a priceless item."],["3","A faction leader hires the characters as bodyguards for an important city event at the {@book Hall of Speakers|SatO|2|Hall of Speakers}."],["4","Suspicious of their own ranks, a factol hires the characters to root out a spy."],["5","A factotum secretly offers the characters a hefty reward to break someone out of the {@book Prison|SatO|2|Prison}."],["6","After a public spat with another faction leader, a factol goes missing. Their second-in-command hires the characters to investigate."]],"name":"Faction Missions","page":58,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sigil Calamities","colLabels":["d8","Calamity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sigil begins to shudder daily at peak and antipeak, causing a citywide panic."],["2","Waves of arcane blackouts sweep across Sigil. During these events, magic items have their effects suppressed, spells behave unpredictably, and portals cease to function. The {@book Incanterium|SatO|2|Incanterium} is to blame."],["3","Without warning, the Lady of Pain sends two-thirds of Sigil's population to {@book the Mazes|SatO|2|The Mazes}. It's up to the characters to figure out why."],["4","Reliable portals throughout Sigil begin to malfunction. Chaos ensues as citizens vanish to unknown planes in a mass."],["5","A portal to the front lines of the Blood War opens in the {@book Lower Ward|SatO|2|Lower Ward}, bringing the conflict to the city."],["6","Dozens of dead factions unite in {@book Undersigil|SatO|2|Undersigil}. They mount an uprising on the surface and attempt to oust several factions."],["7","The Lady of Pain locks the Cage without warning, barring anything and anyone from entering or exiting the City of Doors."],["8","The Lady of Pain decrees that Sigil tolerates its factions no longer. They must disband or risk her wrath. Three factols come together and hire the characters to change the Lady's mind."]],"name":"Sigil Calamities","page":58,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Automata Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Fleeing interplanar bounty hunters, a three-horned tiefling named Romerillo (chaotic good, tiefling {@creature spy}) seeks refuge on one of the Upper Planes. Romerillo asks the characters to sneak them aboard the Concordant Express."],["2","Disguised as Serafil, a {@creature shator demodand|MPP} (see {@book Morte's Planar Parade|MPP}) assumes the council member's position and has the \"impostor\" arrested. Serafil's disheveled secretary beseeches the characters for aid."],["3","A chaotic evil {@creature quadrone} tampers with the street numbers at night, causing widespread gridlock as modrons leave for work each morning. The Council of Order asks the characters to investigate."],["4","A {@creature marid} fruit vendor is arrested in the Inverse for color-coordinating the produce in their stall. The genie petitions the characters to defend them in the nonsensical courts of the Hall of Discord."]],"name":"Automata Adventures","page":63,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Bedlam Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The winds puppeteer the contents of an armory in the Bleakheights. A {@creature goblin} shopkeep pays the characters to defend their shop's wind chimes from rampaging suits of {@creature animated armor}."],["2","Each night, a {@creature darkweaver|MPP} (see {@book Morte's Planar Parade|MPP}) snatches a resident of Midtown and drags them into the {@book Wailing Hollows|SatO|3|Wailing Hollows}. Gatekeeper Cirrus calls for the creature's capture or extermination."],["3","Orbys Bumblewing asks the characters to test a dubious new flying machine. During their flight, Nimbus Knife {@creature Bandit||bandits} attempt to steal it."],["4","A wave of murder sweeps through Midtown, caused by a malevolent breeze (use the {@creature ghost} stat block) that possesses the townsfolk."]],"name":"Bedlam Adventures","page":65,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Curst Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dolores ({@creature green hag}) pays the characters to remove a group of {@creature Bandit||bandits} from her junkyard."],["2","A disgraced {@creature githzerai uniter|MPP} (see {@book Morte's Planar Parade|MPP}) in the {@book Traitor's Gate|SatO|3|Traitor's Gate} pays the characters to free Tovus Gilaf from the burgomaster's estate."],["3","A {@creature Mercykiller bloodhound|MPP} (see {@book Morte's Planar Parade|MPP}) arrives in town, searching for a fugitive who looks exactly like one of the characters."],["4","The gate to Carceri briefly ruptures, releasing a host of destructive {@creature Fomorian||fomorians} on Curst."]],"name":"Curst Adventures","page":67,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ecstasy Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A convincing petitioner (chaotic neutral {@creature ghost}) pretends to be the long-lost relative of a character. The spirit aims to possess the character and live life to the fullest."],["2","The Lightcaller holds a peace banquet in {@book Solrise Tower|SatO|3|Solrise Tower}, inviting powerful devils and demons in hopes of ending the Blood War. A {@creature solar} requests the characters attend in case things turn ugly."],["3","A {@creature green hag} poisons Ecstasy's orchards daily at twilight, outside the jurisdiction of either monarch. After a string of illnesses at {@book Revelhome|SatO|3|Revelhome}, Madame Millani hires the characters to investigate."],["4","Three evenings have passed since the gates of {@book Moondark Tower|SatO|3|Moondark Tower} last opened. An owl-like {@creature avoral guardinal|MPP} (see {@book Morte's Planar Parade|MPP}) night merchant asks the party to solve the mystery."]],"name":"Ecstasy Adventures","page":69,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Excelsior Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature androsphinx} arrives in Excelsior and declares itself the new high chancellor. Forough petitions the characters to help cement her authority."],["2","The {@creature empyrean} Tygrant receives a prophecy that he can return to Mount Celestia only if he is humbled through defeat. He challenges all of Excelsior, including the characters, to wrestling matches in his tower."],["3","Allowed into the {@book forum|SatO|3|Forum} on an ancient contract, a silver-tongued {@creature pit fiend} invites Excelsior's orators to debate the worth of a soul. An angel asks the characters to take the podium."],["4","The faith of a divine champion ({@creature gladiator}) begins to waver in the {@book Chandelier|SatO|3|Chandelier}, causing their cloud keep to shudder. A {@creature lantern archon|MPP} (see {@book Morte's Planar Parade|MPP}) asks the characters to erase the warrior's doubt before their fortress falls from the sky."]],"name":"Excelsior Adventures","page":71,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Faunel Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Mick Mangehide ({@creature gnoll fang of Yeenoghu}) and his band of {@creature Gnoll||gnolls} set out to claim the hides of Faunel's three pack leaders."],["2","Commanded by a general in Rigus, a {@creature hobgoblin warlord} attempts to capture {@book Camp Greenbriar|SatO|3|Camp Greenbriar} and convert it into a logging camp."],["3","A {@creature musteval guardinal|MPP} (see {@book Morte's Planar Parade|MPP}) explorer hires the characters to join an expedition to recover a lost treasure from Old Faunel."],["4","An irate {@creature roc} assails Eagles' Aerie, gobbling up its inhabitants and destroying their nests in search of its egg, which was stolen by the Vile Hunt."]],"name":"Faunel Adventures","page":73,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Fortitude Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A local politician (dwarf {@creature noble}) pays the characters to dig up dirt on an opponent."],["2","After a series of guilty admissions, {@creature Black Pudding||black puddings} begin to slither from the {@book Pavilion of Purity|SatO|3|Pavilion of Purity} at night, slaying their confessors one by one. The Spotless Seven hires the party to scrub the black puddings from the town."],["3","One of the Storm Lords falls ill with a supernatural cold, plunging Fortitude into a sudden brutal winter. The remaining three elemental beings ask the characters to enter the gate in search of a cure."],["4","A popular candidate for the Spotless Seven convinces several citizens that to achieve inner harmony, they must indulge themselves in one night of unchecked mayhem."]],"name":"Fortitude Adventures","page":75,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Glorium Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The town's deceased warriors rise to fight again as {@creature Ghost||ghosts}, but their resurgence creates headaches when the spirit of Flatnose Grim expects to be reinstated as the town's ruler."],["2","After an argument with Tyrza, Jek Thanol refuses to shield Glorium from the armies of Gzemnid. With their treaty shattered, a {@creature death tyrant} attacks the gate-town."],["3","A {@creature frost giant} jarl learns of the entrance to the World Tree within {@book Serpent's Rise|SatO|3|Serpent's Rise}. Rather than attack Glorium, he sets out to find the root and use it to conquer untold worlds."],["4","A {@creature sea hag} in the {@book Sacred Well|SatO|3|Sacred Well} tells one of the characters they will die at the hand of Gzemnid in five days."]],"name":"Glorium Adventures","page":77,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hopeless Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The party is caught red-handed after a mean-spirited {@creature goblin} makeup artist ambushes them with a splash of magic paint. Two {@creature Beholder||beholders} demand the characters perform at the {@book Gallows|SatO|3|Gallows} or be disintegrated where they stand."],["2","Commanded by its superiors in Hades, a {@creature nycaloth} bubbles up through the Wishless Well and begins hunting members of the resistance in Hopeless."],["3","High Cardinal Thingol hires the characters to catch the Jester, a costumed vigilante ({@creature mage}) in possession of a wand that spreads joy."],["4","A {@creature baernaloth|MPP} (see {@book Morte's Planar Parade|MPP}) whispers to the characters through the Wishless Well, offering to trade ancient secrets for the Maiden of Misery's true identity."]],"name":"Hopeless Adventures","page":79,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Plague-Mort Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Disguised as a cleric of a sun god, a {@creature deva} from Excelsior begins proselytizing among hopeful townsfolk in secret. Archlector Bex commands the characters to capture the missionary and deliver them to the Pit."],["2","A farmer pays the characters to prune a patch of pustules from a field before the harvest is spoiled. Dozens of {@creature Zombie||zombies} lurk within the maze of stalks."],["3","Armed with a forked spear, the vindictive Martari Mayhem (lawful evil, tiefling {@creature gladiator}) plans to storm {@book Blightsteel Keep|SatO|3|Blightsteel Keep}. At the {@book Razed Altar|SatO|3|Razed Altar}, she hires the characters to infiltrate the stronghold and report on its defenses."],["4","Alorio Nightriddle (chaotic evil, human {@creature mage}) invites the characters to a clandestine meeting at A Pinch of Salt, a rundown tavern with a {@creature glabrezu} proprietor. Alorio wants their help to oust the archlector."]],"name":"Plague-Mort Adventures","page":81,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ribcage Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One of the character's loved ones pledges their soul in an infernal contract. To win it back, the party must argue their case before a {@creature pit fiend} judge in the Court of Cinders."],["2","Commanded by a fallen angel (lawful evil {@creature planetar}) who runs a rival tavern, a gaggle of {@creature Imp||imps} begins vandalizing the {@book Bleeding Horn|SatO|3|Bleeding Horn}. The {@creature ice devil} Sparax pays characters to deal with the situation."],["3","Thalamra Vanthampur, a deceased duke of Baldur's Gate, claws her way out of the depths of Avernus and emerges in Ribcage as a {@creature death knight}. A vengeful conqueror, she calls on the characters to help topple Duchess Zurkbane and her cronies."],["4","Duchess Zurkbane hires the characters to capture a supposedly dangerous criminal, who turns out to be an innocent {@creature commoner} who saw Zurkbane's true form."]],"name":"Ribcage Adventures","page":83,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rigus Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The {@creature arcanaloth} Fetchtatter pays the characters to steal an infernal war machine from {@book Ribcage|SatO|3|Ribcage} so it can be sold to a general in Rigus."],["2","The avatar of an evil deity of war (use the {@creature planar incarnate|MPP} stat block from {@book Morte's Planar Parade|MPP}) emerges from the {@book Lion's Gate|SatO|3|Gate} to destroy Rigus."],["3","A {@creature mummy lord} in the {@book Crown|SatO|3|Crown} commands General Braahg to implement an outdated strategy. Risking treason, the hobgoblin hires the characters to lay his superior to rest."],["4","The {@creature ghost} of a fallen warrior asks the party to investigate why their name isn't on the {@book Final Procession|SatO|3|Final Procession}. The culprit is a petty Crown General who took credit for the warrior's heroism."]],"name":"Rigus Adventures","page":85,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Sylvania Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature vampire} bachelorette invites the characters to a costumed ball at the {@book Yearning Timbers|SatO|3|Yearning Timbers}, hoping to enlist their help in choosing her next partner."],["2","A jolly halfling invites the characters to a tea party at their woodland cottage. The halfling is actually a {@creature green hag} intent on eating her guests."],["3","A {@creature blink dog} gobbles up King Ewren III. As the kingdom descends into chaos, a {@creature pixie} messenger asks the characters to help determine the next monarch."],["4","One of the Seven Spiritors (use the {@creature ghost} stat block) possesses a {@creature satyr} and involves the characters in a scandal that must be remedied."]],"name":"Sylvania Adventures","page":87,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Torch Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When a buyer stiffs the Stolen Glance, Zephesta hires the characters to collect the debt and \"rough him up a little bit.\" She fails to mention the buyer is a {@creature cloud giant}."],["2","A {@creature death tyrant} claiming to be the deceased founder of the Xanathar's Guild on Toril hires the party to obtain an invitation to the Family on its behalf—or be destroyed."],["3","The {@book Bank of Abbathor|SatO|3|Bank of Abbathor} hires the characters as security. The very same day, two {@creature Maelephant|MPP|maelephants} (see {@book Morte's Planar Parade|MPP}) attempt to rob the bank."],["4","{@creature Doppelganger||Doppelgangers} in the Lookalikes gang take on the characters' appearances and go on a crime spree, creating problems for the party at multiple locations."]],"name":"Torch Adventures","page":89,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tradegate Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While the characters are shopping, several hostile {@creature xorn} attack the {@book Trademill Mint|SatO|3|Trademill Mint}."],["2","During a demonstration for the characters, a gnome inventor's latest creation (use the {@creature iron golem} stat block) runs amok, wreaking havoc."],["3","Melvin Manyroads (chaotic good, gnome {@creature mage}) asks the characters to help map one of the many sites in the Outlands (see the \"{@book Other Realms|SatO|3|Other Realms}\" section later in this chapter)."],["4","A local beekeeper wants to sell a special planar honey in the {@book Everything Emporium|SatO|3|Everything Emporium}. To help her get started, the beekeeper asks the characters to capture {@dice 1d10} live {@creature Sunfly|MPP|sunflies} (see {@book Morte's Planar Parade|MPP})."]],"name":"Tradegate Adventures","page":91,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Xaos Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A team of four {@creature Quadrone||quadrones} recruits the party on a rescue mission into the {@book Cube|SatO|3|The Cube}."],["2","Lazethon, a {@creature githzerai uniter|MPP} (see {@book Morte's Planar Parade|MPP}), recruits the characters to defend the embassy from an approaching githyanki warship."],["3","A merciless {@creature githyanki knight} arrives in Xaos on the back of a {@creature young red dragon}. He asks the characters to help him sniff out members of the Sha'sal Khou on behalf of Vlaakith the Lich-Queen."],["4","Slaadi flock to their nest in Xaos for a ritual that occurs once every century. Afraid of becoming hosts for {@creature Slaad Tadpole||slaad tadpoles}, townsfolk beseech the characters for aid."]],"name":"Xaos Adventures","page":93,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Heralds of Dust Spellcasting Fees","colLabels":["Spell","Price"],"colStyles":["col-11","col-2 text-right"],"rows":[["{@spell Identify}, {@spell illusory script}","25 gp"],["{@spell Darkvision}, {@spell gentle repose}","50 gp"],["{@spell Animate dead}, {@spell feign death}, {@spell speak with dead}","100 gp"]],"name":"Heralds of Dust Spellcasting Fees","source":"AATM","chapter":{"name":"Adventure Atlas: The Mortuary","index":0}},{"caption":"Mortuary Portals","colLabels":["d6","Portal Anchor","Portal Key"],"colStyles":["col-2 text-center","col-5 text-center","col-5"],"rows":[["1","Body bag","Vial of embalming fluid"],["2","Bone-filled ossuary","Mourning dance"],["3","Funerary urn","Spoken eulogy"],["4","Eye of a giant's skull","Two gold coins"],["5","Open casket","Flower from a grave"],["6","Pile of ashes","Dead creature's keepsake"]],"name":"Entering the Mortuary; Mortuary Portals","source":"AATM","chapter":{"name":"Adventure Atlas: The Mortuary","index":0}},{"caption":"Mortuary Chambers","colLabels":["d10","Chamber"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A storage room for objects bequeathed by the dead"],["2","A cramped, tenement-like catacomb housing for sapient Undead who live and work in Sigil"],["3","A crematorium littered with ash"],["4","A scriptorium for epitaphs, eulogies, and obituaries"],["5","A filthy room filled with mounds of grave dirt"],["6","A cadaver room where maimed Undead can peruse replacement limbs"],["7","A craft room for caskets, ships, and other containers used in funerary ceremonies"],["8","A ritual chamber affected by a permanent {@spell hallow} spell"],["9","A reception hall that smells of funeral potatoes"],["10","An autopsy room lined with surgical instruments"]],"name":"Exploring the Mortuary; Mortuary Chambers","source":"AATM","chapter":{"name":"Adventure Atlas: The Mortuary","index":0}},{"caption":"Mortuary Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A wrongfully interred {@creature death knight} launches a campaign against Factol Skall, fomenting dissent and dividing the Heralds of Dust into splinter factions. Factol Skall hires the characters to unite the dead before the faction crumbles beyond repair."],["2","A multiversal law dictates that a death council must convene in the Mortuary once every century. The characters are charged with exhuming a series of influential Undead entombed on other planes and escorting them to the Mortuary. Some of the council members are especially cranky when awoken."],["3","When a godling is born on the Upper Planes, a wave of positive energy sweeps over the Mortuary through its myriad portals, restoring hundreds of long-dead creatures to life."],["4","{@creature Factol Skall|AATM} (see the appendix) announces his retirement. Before he transcends to True Death, he asks the characters to help him name his successor."]],"name":"Mortuary Adventures; Mortuary Adventure Hooks","source":"AATM","chapter":{"name":"Adventure Atlas: The Mortuary","index":0}},{"caption":"Animated Coffin Contents","colLabels":["d6","Contents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 1d4} {@creature swarm of bats}"],["2","{@dice 1d4} {@creature Skeleton||skeletons} packed like sardines"],["3","A groaning {@creature mummy}"],["4","A patch of {@hazard yellow mold} (see the {@book Dungeon Master's Guide|DMG})"],["5","A slumbering {@creature vampire spawn}"],["6","A portal to the {@area Path of Graves|02a|x} (detailed earlier in this supplement)"]],"name":"Animated Coffin Contents","source":"AATM","chapter":{"name":"Adventure Atlas: The Mortuary","index":0}},{"caption":"Inspiration Cards","colLabels":["Card","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["Balance (or 2 ♠)","When you deal damage to a creature, immediately spend 1 Hit Die to heal yourself. Roll the die, add your Constitution modifier, and regain a number of hit points equal to the total (minimum 1)."],["Comet (or 2 {@color ♦|#ff0000})","As a bonus action, select one creature as your chosen foe. That creature has vulnerability to damage you deal and resistance to all other damage, and it has disadvantage on its attack rolls against any creature other than you. This effect ends when any creature other than you deals damage to the target."],["Donjon (or A ♠)","As an action, you are transported to an empty demiplane until the end of your next turn. You can't affect or be affected by anything on the plane you left until you return. You return to the same space you left or, if that space is occupied, to the nearest unoccupied space."],["Euryale (or Q ♠)","When a creature makes a saving throw, it has disadvantage on that saving throw."],["Fates (or A {@color ♥|#ff0000})","Reroll a single {@dice d20} roll you've just made. You must use the second roll."],["Flames (or Q ♣)","When you deal damage to a creature, that creature takes an extra {@dice 1d6} fire damage."],["Fool (or Joker with ™)","As a reaction, when you take damage, you cause the creature that dealt it to have the {@condition prone} condition."],["Gem (or 2 {@color ♥|#ff0000})","Take an additional action on your turn."],["Jester (or Joker without ™)","Take the {@action Disengage} action as a bonus action."],["Key (or Q {@color ♥|#ff0000})","As a bonus action, teleport, with anything you are wearing or carrying, up to 30 feet to a space you can see."],["Knight (or J {@color ♥|#ff0000})","As a reaction, impose disadvantage on the attack roll of a creature you can see."],["Moon (or Q {@color ♦|#ff0000})","As a bonus action, regain one expended 1st-level spell slot or a single use of an ability that can be used a certain number of times per day."],["Puzzle (or 2 ♣)","Gain advantage on a saving throw."],["Rogue (or J ♠)","Gain advantage on an attack roll."],["Ruin (or K ♠)","As a bonus action, impose disadvantage on all ability checks of a creature you can see until the end of its next turn."],["Sage (or A {@color ♦|#ff0000})","Take the {@action Help} or {@action Search} action as a bonus action."],["Skull (or J ♣)","As an action, surround yourself with a shroud of death. Until the start of your next turn, any creature that ends its turn within 5 feet of you takes {@dice 1d6} necrotic damage."],["Star (or J {@color ♦|#ff0000})","Gain advantage on an ability check."],["Sun (or K {@color ♦|#ff0000})","As a reaction, when a creature makes a melee attack that hits you, that creature has the {@condition blinded} condition until the end of your next turn."],["Talons (or A ♣)","As a bonus action, reduce the speed of one creature within 5 feet of you to 0 until the start of your next turn."],["Throne (or K {@color ♥|#ff0000})","As a reaction, when you take damage, the creature that dealt the damage has the {@condition frightened} condition until the end of its next turn. You are the source of its fear."],["Void (or K ♣)","As a reaction, when you take damage, gain resistance to that damage until the start of your next turn."]],"name":"Inspiration Hand; Inspiration Cards","page":18,"source":"BMT","chapter":{"name":"Balance","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Forest Encounter Deck","colLabels":["{@dice 1d21|Card}","Creature","Challenge","Group"],"colStyles":["col-2 text-center","col-6","col-2 text-center","col-2 text-center"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"A ♠"},"{@creature Young green dragon}","8","—"],[{"type":"cell","roll":{"exact":2},"entry":"A ♣"},"{@creature Druid} (friend)","—","—"],[{"type":"cell","roll":{"exact":3},"entry":"K ♠"},"{@creature Bandit captain}","2","Bandits"],[{"type":"cell","roll":{"exact":4},"entry":"K ♣"},"{@creature Bandit} ×4","1/8","Bandits"],[{"type":"cell","roll":{"exact":5},"entry":"K {@color ♥|#ff0000}"},"{@creature Bandit} ×4","1/8","Bandits"],[{"type":"cell","roll":{"exact":6},"entry":"Q ♠"},"{@creature Owlbear}","3","—"],[{"type":"cell","roll":{"exact":7},"entry":"Q ♣"},"{@creature Owlbear}","3","—"],[{"type":"cell","roll":{"exact":8},"entry":"J ♠"},"{@creature Ettercap}","2","Spiders"],[{"type":"cell","roll":{"exact":9},"entry":"J ♣"},"{@creature Swarm of Spiders||Swarm of insects (spiders)}","2","Spiders"],[{"type":"cell","roll":{"exact":10},"entry":"J {@color ♥|#ff0000}"},"{@creature Giant spider} ×2","1","Spiders"],[{"type":"cell","roll":{"exact":11},"entry":"J {@color ♦|#ff0000}"},"{@creature Giant spider} ×2","1","Spiders"],[{"type":"cell","roll":{"exact":12},"entry":"9 ♣"},"{@creature Giant boar}","2","—"],[{"type":"cell","roll":{"exact":13},"entry":"8 ♣"},"{@creature Ankheg} (lurker)","2","—"],[{"type":"cell","roll":{"exact":14},"entry":"7 ♠"},"{@creature Displacer beast} (twin)","3","—"],[{"type":"cell","roll":{"exact":15},"entry":"7 ♣"},"{@creature Displacer beast} (twin)","3","—"],[{"type":"cell","roll":{"exact":16},"entry":"6 ♠"},"{@creature Worg} ×2 (lurker)","1/2","—"],[{"type":"cell","roll":{"exact":17},"entry":"5 ♠"},"{@creature Pegasus}","2","—"],[{"type":"cell","roll":{"exact":18},"entry":"5 ♣"},"{@creature Pegasus}","2","—"],[{"type":"cell","roll":{"exact":19},"entry":"4 ♠"},"{@creature Shambling mound}","5","—"],[{"type":"cell","roll":{"exact":20},"entry":"3 ♠"},"{@creature Vampiric mist|MPMM}*","3","—"],[{"type":"cell","roll":{"exact":21},"entry":"2 ♠"},"Draw two","—","—"]],"footnotes":["*This monster appears in {@book Mordenkainen Presents: Monsters of the Multiverse|MPMM}. Omit this card if you don't have that book."],"name":"Forest Encounter Deck","page":23,"source":"BMT","chapter":{"name":"Balance","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Corrupted Lands Encounter Deck","colLabels":["{@dice 1d21|Card}","Creature","Challenge","Group"],"colStyles":["col-2 text-center","col-6","col-2 text-center","col-2 text-center"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":" A {@color ♦|#ff0000}"},"{@creature Shoosuva|MPMM}*","8","—"],[{"type":"cell","roll":{"exact":2},"entry":" A {@color ♥|#ff0000}"},"{@creature Gold dragon wyrmling} (friend)","—","—"],[{"type":"cell","roll":{"exact":3},"entry":" K {@color ♦|#ff0000}"},"{@creature Ochre jelly} (lurker)","2","—"],[{"type":"cell","roll":{"exact":4},"entry":" Q {@color ♥|#ff0000}"},"{@creature Nothic} (twin)","2","—"],[{"type":"cell","roll":{"exact":5},"entry":" Q {@color ♦|#ff0000}"},"{@creature Nothic} (twin)","2","—"],[{"type":"cell","roll":{"exact":6},"entry":"10 ♠"},"{@creature Cult fanatic}","2","Cultists"],[{"type":"cell","roll":{"exact":7},"entry":"10 ♣"},"{@creature Veteran}","3","Cultists"],[{"type":"cell","roll":{"exact":8},"entry":"10 {@color ♥|#ff0000}"},"{@creature Cultist} ×4","1/8","Cultists"],[{"type":"cell","roll":{"exact":9},"entry":"10 {@color ♦|#ff0000}"},"{@creature Maw demon|MPMM}*","1","Cultists"],[{"type":"cell","roll":{"exact":10},"entry":" 9 ♠"},"{@creature Gnoll fang of Yeenoghu}","4","Gnolls"],[{"type":"cell","roll":{"exact":11},"entry":" 9 {@color ♥|#ff0000}"},"{@creature Gnoll pack lord}","2","Gnolls"],[{"type":"cell","roll":{"exact":12},"entry":" 9 {@color ♦|#ff0000}"},"{@creature Gnoll}","1/2","Gnolls"],[{"type":"cell","roll":{"exact":13},"entry":" 8 {@color ♥|#ff0000}"},"{@creature Vrock}","6","—"],[{"type":"cell","roll":{"exact":14},"entry":" 7 {@color ♥|#ff0000}"},"{@creature Harpy}","1","—"],[{"type":"cell","roll":{"exact":15},"entry":" 7 {@color ♦|#ff0000}"},"{@creature Harpy}","1","—"],[{"type":"cell","roll":{"exact":16},"entry":" 6 {@color ♥|#ff0000}"},"{@creature Manticore}","3","—"],[{"type":"cell","roll":{"exact":17},"entry":" 5 {@color ♥|#ff0000}"},"{@creature Deathlock|MPMM}* (twin)","4","—"],[{"type":"cell","roll":{"exact":18},"entry":" 5 {@color ♦|#ff0000}"},"{@creature Ghoul} ×2 (twin)","1","—"],[{"type":"cell","roll":{"exact":19},"entry":" 4 {@color ♥|#ff0000}"},"{@creature Gibbering mouther} (lurker)","2","—"],[{"type":"cell","roll":{"exact":20},"entry":" 3 {@color ♥|#ff0000}"},"{@creature Treant} (noncombat encounter)","—","—"],[{"type":"cell","roll":{"exact":21},"entry":" 2 {@color ♦|#ff0000}"},"Draw two","—","—"]],"footnotes":["*This monster appears in {@book Mordenkainen Presents: Monsters of the Multiverse|MPMM}. Omit this card if you don't have that book."],"name":"Corrupted Lands Encounter Deck","page":23,"source":"BMT","chapter":{"name":"Balance","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Magic Items by Name","colLabels":["Magic Item","Rarity","Chapter"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["{@item Antimagic Armor|BMT}","Very rare","{@book 9|BMT|8|Starshot Crossbow}"],["{@item Armor of Fungal Spores|BMT}","Uncommon","{@book 9|BMT|8|Armor of Fungal Spores}"],["{@item Armor of the Fallen|BMT}","Uncommon","{@book 9|BMT|8|Armor of the Fallen}"],["{@item Armor of Weightlessness|BMT}","Uncommon","{@book 9|BMT|8|Armor of Weightlessness}"],["{@item Baleful Talon|BMT}","Very rare","{@book 5|BMT|4|Baleful Talon}"],["{@item Blasted Goggles|BMT}","Uncommon","{@book 20|BMT|19|Blasted Goggles}"],["{@item Bloodrage Greataxe|BMT}","Uncommon","{@book 9|BMT|8|Bloodrage Greataxe}"],["{@item Bloodseeker Ammunition|BMT}","Very rare","{@book 9|BMT|8|Bloodseeker Ammunition}"],["{@item Boomerang Shield|BMT}","Uncommon","{@book 9|BMT|8|Boomerang Shield}"],["{@item Bow of Conflagration|BMT}","Rare","{@book 9|BMT|8|Bow of Conflagration}"],["{@item Bow of Melodies|BMT}","Very rare","{@book 9|BMT|8|Bow of Melodies}"],["{@item Breastplate of Balance|BMT}","Rare","{@book 5|BMT|4|Breastplate of Balance}"],["{@item Card Sharp's Deck|BMT}","Uncommon","{@book 6|BMT|5|Card Sharp's Deck}"],["{@item Clockwork Armor|BMT}","Very rare","{@book 9|BMT|8|Clockwork Armor}"],["{@item Crown of Whirling Comets|BMT}","Very rare","{@book 5|BMT|4|Crown of Whirling Comets}"],["{@item Deck of Dimensions|BMT}","Very rare","{@book 6|BMT|5|Deck of Dimensions}"],["{@item Deck of Many More Things|BMT}","Legendary","{@book 7|BMT|6|Deck of Many More Things}"],["{@item Deck of Miscellany|BMT}","Uncommon","{@book 6|BMT|5|Deck of Miscellany}"],["{@item Deck of Oracles|BMT}","Rare","{@book 8|BMT|7|Deck of Oracles}"],["{@item Deck of Wild Cards|BMT}","Very rare","{@book 6|BMT|5|Deck of Wild Cards}"],["{@item Deck of Wonder|BMT}","Uncommon","{@book 7|BMT|6|Deck of Wonder}"],["{@item Donjon's Sundering Sphere|BMT}","Rare","{@book 5|BMT|4|Donjon's Sundering Sphere}"],["{@item Dried Leech|BMT}","Uncommon","{@book 9|BMT|8|Dried Leech}"],["{@item Euryale's Aegis|BMT}","Legendary","{@book 5|BMT|4|Euryale's Aegis}"],["{@item Fabulist Gem|BMT}","Uncommon","{@book 5|BMT|4|Fabulist Gem}"],["{@item Fate Cutter Shears|BMT}","Very rare","{@book 8|BMT|7|Fate Cutter Shears}"],["{@item +1 Fate Dealer's Deck|BMT|Fate Dealer's Deck}","Varies","{@book 8|BMT|7|Fate Dealer's Deck}"],["{@item Feywrought Armor|BMT}","Rare","{@book 9|BMT|8|Feywrought Armor}"],["{@item Fool's Blade|BMT}","Very rare","{@book 5|BMT|4|Fool's Blade}"],["{@item Forcebreaker Weapon|BMT}","Very rare","{@book 9|BMT|8|Forcebreaker Weapon}"],["{@item Glimmering Moonbow|BMT}","Rare","{@book 5|BMT|4|Glimmering Moonbow}"],["{@item Gloomwrought Armor|BMT}","Rare","{@book 9|BMT|8|Gloomwrought Armor}"],["{@item Grasping Whip|BMT}","Rare","{@book 9|BMT|8|Grasping Whip}"],["{@item Hammer of Runic Focus|BMT}","Very rare","{@book 9|BMT|8|Hammer of Runic Focus}"],["{@item House of Cards|BMT}","Uncommon","{@book 8|BMT|7|House of Cards}"],["{@item Jester's Mask|BMT}","Legendary","{@book 5|BMT|4|Jester's Mask}"],["{@item Plate of Knight's Fellowship|BMT}","Uncommon","{@book 5|BMT|4|Plate of Knight's Fellowship}"],["{@item Ring of Puzzler's Wit|BMT}","Uncommon","{@book 5|BMT|4|Ring of Puzzler's Wit}"],["{@item Rod of Hellish Flames|BMT}","Very rare","{@book 5|BMT|4|Rod of Hellish Flames}"],["{@item Rogue's Mantle|BMT}","Rare","{@book 5|BMT|4|Rogue's Mantle}"],["{@item Ruinous Flail|BMT}","Rare","{@book 5|BMT|4|Ruinous Flail}"],["{@item Sage's Signet|BMT}","Varies","{@book 5|BMT|4|Sage's Signet}"],["{@item Shield of the Tortoise|BMT}","Uncommon","{@book 9|BMT|8|Shield of the Tortoise}"],["{@item Shrieking Greaves|BMT}","Rare","{@book 20|BMT|19|Shrieking Greaves}"],["{@item Skull Helm|BMT}","Very rare","{@book 5|BMT|4|Skull Helm}"],["{@item Sling of Giant Felling|BMT}","Uncommon","{@book 9|BMT|8|Sling of Giant Felling}"],["{@item Spindle of Fate|BMT}","Legendary","{@book 5|BMT|4|Spindle of Fate}"],["{@item Starshot Crossbow|BMT}","Rare","{@book 5|BMT|4|Antimagic Armor}"],["{@item Stonemaker War Pick|BMT}","Very rare","{@book 9|BMT|8|Stonemaker War Pick}"],["{@item Sun Staff|BMT}","Rare","{@book 5|BMT|4|Sun Staff}"],["{@item Sword of the Planes|BMT}","Legendary","{@book 9|BMT|8|Sword of the Planes}"],["{@item Telescopic Transporter|BMT}","Legendary","{@book 13|BMT|12|Telescopic Transporter}"],["{@item Tidecaller Trident|BMT}","Very rare","{@book 9|BMT|8|Tidecaller Trident}"],["{@item Voidwalker Armor|BMT}","Rare","{@book 5|BMT|4|Voidwalker Armor}"],["{@item Warrior's Passkey|BMT}","Rare","{@book 5|BMT|4|Warrior's Passkey}"],["{@item Weapon of Throne's Command|BMT}","Very rare","{@book 5|BMT|4|Weapon of Throne's Command}"],["{@item Winged Ammunition|BMT}","Uncommon","{@book 9|BMT|8|Winged Ammunition}"],["{@item +1 Wraps of Unarmed Prowess|BMT|Wraps of Unarmed Prowess}","Varies","{@book 9|BMT|8|Wraps of Unarmed Prowess}"]],"name":"Magic Items in This Book; Magic Items by Name","page":32,"source":"BMT","chapter":{"name":"Gem","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gem Stories","colLabels":["d6","Moment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One of the party's patrons dies, and the patron's will bequeaths all their wealth to the characters."],["2","The party is hired by a disguised dragon who offers them part of its hoard as payment."],["3","A character falls through a crevice and discovers a massive deposit of glittering ore."],["4","The party finds a map in an old bottle that leads to a buried treasure chest filled with ancient coins."],["5","The local merchants' guild, enamored with the party's exploits, offers to sponsor the characters."],["6","The characters are invited to participate in a grand talent competition. Despite the odds, one of the characters wins."]],"name":"Sudden Riches; Gem Stories","page":33,"source":"BMT","chapter":{"name":"Gem","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Rogue Destinies","colLabels":["{@dice 1d22|Card}","Heroic Tie"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"Balance"},"Your family is connected to an organization that seeks justice and opposes tyranny."],[{"type":"cell","roll":{"exact":2},"entry":"Comet"},"A powerful member of a thieves' guild or spy network opposes you at every turn."],[{"type":"cell","roll":{"exact":3},"entry":"Donjon"},"Someone important to you is imprisoned, but you believe they're innocent."],[{"type":"cell","roll":{"exact":4},"entry":"Euryale"},"You committed a terrible trespass and have a bounty on your head."],[{"type":"cell","roll":{"exact":5},"entry":"Fates"},"An important individual owes you a favor; what did you do to earn it?"],[{"type":"cell","roll":{"exact":6},"entry":"Flames"},"A Fiend threatens someone dear to you."],[{"type":"cell","roll":{"exact":7},"entry":"Fool"},"Your friend since childhood is optimistic to a fault and often conned or exploited."],[{"type":"cell","roll":{"exact":8},"entry":"Gem"},"Someone searches for the same treasure you do, and disaster will strike if they find it first."],[{"type":"cell","roll":{"exact":9},"entry":"Jester"},"Hardships bring out your optimism—which is lucky, since you seem to attract unfortunate events!"],[{"type":"cell","roll":{"exact":10},"entry":"Key"},"You've had an unexpected crisis. Did you solve it quickly, or did you hesitate and risk doom?"],[{"type":"cell","roll":{"exact":11},"entry":"Knight"},"An ally who is a member of a helpful organization passes you information or exerts influence on your behalf in subtle ways."],[{"type":"cell","roll":{"exact":12},"entry":"Moon"},"Your life is an idyllic story, except for something that makes you wonder if any of it is true."],[{"type":"cell","roll":{"exact":13},"entry":"Puzzle"},"You have part of a riddle that leads to a great treasure or momentous secret."],[{"type":"cell","roll":{"exact":14},"entry":"Rogue"},"Someone important to you isn't who you think they are."],[{"type":"cell","roll":{"exact":15},"entry":"Ruin"},"You lived a life of luxury until someone in power took it away. Will you get revenge?"],[{"type":"cell","roll":{"exact":16},"entry":"Sage"},"A mage or magical creature takes an interest in you, offering you advice—for a price."],[{"type":"cell","roll":{"exact":17},"entry":"Skull"},"You've defied certain death so many times that it doesn't seem like coincidence anymore."],[{"type":"cell","roll":{"exact":18},"entry":"Star"},"You overcame a hardship imposed by your life circumstances, transforming your position entirely or turning the situation to your benefit."],[{"type":"cell","roll":{"exact":19},"entry":"Sun"},"A divine spellcaster or divine emissary provides you with guidance, whether you want it or not."],[{"type":"cell","roll":{"exact":20},"entry":"Talons"},"A precious object was stolen from you."],[{"type":"cell","roll":{"exact":21},"entry":"Throne"},"You are secretly the heir to great power, but those who usurped that power want you dead."],[{"type":"cell","roll":{"exact":22},"entry":"Void"},"Someone you care for is lost; although others have written them off, you believe they're still alive somewhere."]],"name":"Heroes of Destiny; Rogue Destinies","page":42,"source":"BMT","chapter":{"name":"Rogue","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Villainous Motivations","colLabels":["d6","Motivation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Eliminate the character and take their place."],["2","Use the character as the key to unlocking immense power, perhaps as a ritual sacrifice."],["3","Claim a treasure from the character, or take the character's wealth and holdings for themself."],["4","Avenge a harm caused by the character or someone the character represents."],["5","Prove their superiority by bringing the character to ruin in a public and inescapable fashion."],["6","Use the character to solve a great mystery and then claim credit."]],"name":"The Rogue's Motivation; Villainous Motivations","page":43,"source":"BMT","chapter":{"name":"Rogue","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Spells","colLabels":["Level","Spell","School","Concentration","Ritual","Class"],"colStyles":["col-1 text-center","col-2","col-2","col-1 text-center","col-1 text-center","col-5"],"rows":[["2nd","{@spell Spray of Cards|BMT}","Conjuration","No","No","Bard, sorcerer, warlock, wizard"],["3rd","{@spell Antagonize|BMT}","Enchantment","No","No","Bard, sorcerer, warlock, wizard"],["4th","{@spell Spirit of Death|BMT}","Necromancy","Yes","No","Sorcerer, warlock, wizard"]],"name":"Spells","page":49,"source":"BMT","chapter":{"name":"Sage","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Sage Destinies","colLabels":["{@dice 1d22|Card}","Heroic Tie"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"Balance"},"You were once a member of an order dedicated to keeping magical artifacts out of the hands of those who would abuse their power."],[{"type":"cell","roll":{"exact":2},"entry":"Comet"},"A seer predicted you're destined for immense power. Do you seek this power or reject it?"],[{"type":"cell","roll":{"exact":3},"entry":"Donjon"},"Your dreams include visions of an imprisoned extraplanar entity."],[{"type":"cell","roll":{"exact":4},"entry":"Euryale"},"You wish to learn powerful magic to protect your loved ones from harm."],[{"type":"cell","roll":{"exact":5},"entry":"Fates"},"Your magical studies are driven by a desire to manipulate reality."],[{"type":"cell","roll":{"exact":6},"entry":"Flames"},"Your magical ability stems from a gamble you made with a Fiend—though you're not sure if you won or lost."],[{"type":"cell","roll":{"exact":7},"entry":"Fool"},"You use your arcane prowess to con unsuspecting individuals."],[{"type":"cell","roll":{"exact":8},"entry":"Gem"},"You carry a seemingly ordinary item stolen from a powerful archmage, and it causes inexplicable things to happen around you."],[{"type":"cell","roll":{"exact":9},"entry":"Jester"},"You come from a long tradition of wild mages, even if your own powers are different."],[{"type":"cell","roll":{"exact":10},"entry":"Key"},"Your spellbook manifests as a deck of cards."],[{"type":"cell","roll":{"exact":11},"entry":"Knight"},"Your family of renowned warriors judges you on your martial talents (or lack thereof)."],[{"type":"cell","roll":{"exact":12},"entry":"Moon"},"A loved one is cursed, and you're determined to break that curse."],[{"type":"cell","roll":{"exact":13},"entry":"Puzzle"},"You live for the pursuit of arcane secrets and lost legends."],[{"type":"cell","roll":{"exact":14},"entry":"Rogue"},"Someone you trust is actually a monster, such as a dragon or a hag, in disguise."],[{"type":"cell","roll":{"exact":15},"entry":"Ruin"},"A fortune teller warned that you're destined to cause great destruction, which you're trying to avoid."],[{"type":"cell","roll":{"exact":16},"entry":"Sage"},"You use a divinatory card spread to decide which spells to prepare each day."],[{"type":"cell","roll":{"exact":17},"entry":"Skull"},"You seek a way to cheat death."],[{"type":"cell","roll":{"exact":18},"entry":"Star"},"Your spells and magical abilities take on the appearance of playing cards."],[{"type":"cell","roll":{"exact":19},"entry":"Sun"},"Agents of the Solar Bastion (see {@book chapter 10|BMT|9}) once saved your life."],[{"type":"cell","roll":{"exact":20},"entry":"Talons"},"You seek to reclaim a stolen magical artifact."],[{"type":"cell","roll":{"exact":21},"entry":"Throne"},"You began your arcane scholarship as an apprentice to a court magician."],[{"type":"cell","roll":{"exact":22},"entry":"Void"},"You've glimpsed another plane of existence, but no one believes you. You strive to prove them wrong."]],"name":"Heroes of Destiny; Sage Destinies","page":47,"source":"BMT","chapter":{"name":"Sage","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Fated Destinies","colLabels":["{@dice 1d22|Card}","Heroic Tie"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"Balance"},"You were trained by an organization that opposes a deity or another powerful cosmic force."],[{"type":"cell","roll":{"exact":2},"entry":"Comet"},"You were born under a sign associated with cataclysm, and every attempt to glimpse your future reveals ill omens."],[{"type":"cell","roll":{"exact":3},"entry":"Donjon"},"A religious organization imprisoned you, perhaps because of a crime you committed against that faith or because the leaders considered you the servant of a rival power."],[{"type":"cell","roll":{"exact":4},"entry":"Euryale"},"You or your family are watched by secretive figures. They usually keep hidden, but you've seen they wear an unknown symbol."],[{"type":"cell","roll":{"exact":5},"entry":"Fates"},"You made a choice in your past that haunts you. Whatever the consequences, it's not clear you made the right choice."],[{"type":"cell","roll":{"exact":6},"entry":"Flames"},"A powerful figure opposed to your beliefs vexes your life; even your triumphs seem to serve this being's ends."],[{"type":"cell","roll":{"exact":7},"entry":"Fool"},"What could have been one of the happiest moments in your life turned into a tragedy."],[{"type":"cell","roll":{"exact":8},"entry":"Gem"},"You inherited land containing the ruins of a temple where a coveted relic was hidden."],[{"type":"cell","roll":{"exact":9},"entry":"Jester"},"You were brought up to believe in a prophecy of impending doom, but you perceive potential and hope where others expect disaster."],[{"type":"cell","roll":{"exact":10},"entry":"Key"},"An inflexible person with power over you threatened to bring about disaster, but your decisive action prevailed."],[{"type":"cell","roll":{"exact":11},"entry":"Knight"},"The defenders of a religious organization such as a druid circle, paladin order, or temple watch over you."],[{"type":"cell","roll":{"exact":12},"entry":"Moon"},"You are most comfortable at night, and all your greatest successes have taken place then. You also bear a silvery, crescent-shaped birthmark."],[{"type":"cell","roll":{"exact":13},"entry":"Puzzle"},"Your studies led you to a scrap of prophecy or the memoir of a prominent figure, which calls your beliefs into question."],[{"type":"cell","roll":{"exact":14},"entry":"Rogue"},"A devout individual whom you looked up to revealed themself to be false, a disciple of a power opposed to your beliefs."],[{"type":"cell","roll":{"exact":15},"entry":"Ruin"},"You were once a favored adherent of a religious order, but you've been cast out in disgrace."],[{"type":"cell","roll":{"exact":16},"entry":"Sage"},"An otherworldly being whispers advice to you in dreams or visitations, taking on different guises and speaking through others."],[{"type":"cell","roll":{"exact":17},"entry":"Skull"},"You were returned to life through resurrection magic, divine intervention, or a mysterious circumstance you don't yet understand."],[{"type":"cell","roll":{"exact":18},"entry":"Star"},"When you adopted your current beliefs, your life changed dramatically for the better."],[{"type":"cell","roll":{"exact":19},"entry":"Sun"},"While you never placed much stock in the beliefs you were taught, adhering to them saved you from a catastrophe."],[{"type":"cell","roll":{"exact":20},"entry":"Talons"},"You have a well-used holy symbol from someone you looked up to, and you feel uncertain anytime you're without it."],[{"type":"cell","roll":{"exact":21},"entry":"Throne"},"You were born to a family of divinely favored folk, and they have big expectations for you."],[{"type":"cell","roll":{"exact":22},"entry":"Void"},"Your soul, or a loved one's, is doomed to be taken by a Fiend, a powerful Undead, or another wicked power."]],"name":"Heroes of Destiny; Fated Destinies","page":58,"source":"BMT","chapter":{"name":"Fates","ordinal":{"type":"chapter","identifier":8},"index":7}},{"caption":"Knight Destinies","colLabels":["{@dice 1d22|Card}","Heroic Tie"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"Balance"},"Someone—or something—wronged you in your past. You seek revenge."],[{"type":"cell","roll":{"exact":2},"entry":"Comet"},"You've been promised an inheritance if you can make a name for yourself as a hero."],[{"type":"cell","roll":{"exact":3},"entry":"Donjon"},"You're stranded far from home and intend to fight your way back."],[{"type":"cell","roll":{"exact":4},"entry":"Euryale"},"A year of solitude gave you clarity and led you down the path of the warrior."],[{"type":"cell","roll":{"exact":5},"entry":"Fates"},"A fortune teller foresaw that you would find your calling in a life of battle."],[{"type":"cell","roll":{"exact":6},"entry":"Flames"},"When the heat of battle takes over, you barely recognize yourself. This scares you."],[{"type":"cell","roll":{"exact":7},"entry":"Fool"},"Friendly (or not-so-friendly) competition with a rival has spurred you to adventure."],[{"type":"cell","roll":{"exact":8},"entry":"Gem"},"You seek a fabled magic weapon or magic suit of armor. You won't rest until you find it."],[{"type":"cell","roll":{"exact":9},"entry":"Jester"},"You feel like a laughingstock but believe you'll make something of yourself on the battlefield."],[{"type":"cell","roll":{"exact":10},"entry":"Key"},"Someone close to you was kidnapped. You hope to find and rescue them."],[{"type":"cell","roll":{"exact":11},"entry":"Knight"},"You used to be a squire to a brave knight, but that knight died in combat."],[{"type":"cell","roll":{"exact":12},"entry":"Moon"},"Your dreams are haunted by the screams of those you couldn't save in battle."],[{"type":"cell","roll":{"exact":13},"entry":"Puzzle"},"Unpredictability is a hallmark of your fighting style. You keep enemies on their toes."],[{"type":"cell","roll":{"exact":14},"entry":"Rogue"},"Tales of your past heroic deeds might be somewhat exaggerated."],[{"type":"cell","roll":{"exact":15},"entry":"Ruin"},"When you lost everything, you realized the only thing you could rely on was your martial skill."],[{"type":"cell","roll":{"exact":16},"entry":"Sage"},"Descended from a family of sorcerers, you were the only one not to show magical aptitude."],[{"type":"cell","roll":{"exact":17},"entry":"Skull"},"You had a near-death experience, and you believe you saw yourself going to the Nine Hells."],[{"type":"cell","roll":{"exact":18},"entry":"Star"},"You're chasing notoriety, hoping for folk to sing of your deeds for years to come."],[{"type":"cell","roll":{"exact":19},"entry":"Sun"},"You once belonged to a small but mighty militia. Sometimes, you miss the regimented structure of that life."],[{"type":"cell","roll":{"exact":20},"entry":"Talons"},"When monsters attacked your hamlet, you found you had a way with weapons."],[{"type":"cell","roll":{"exact":21},"entry":"Throne"},"You honed your martial skills as a bodyguard to an important political figure."],[{"type":"cell","roll":{"exact":22},"entry":"Void"},"Slaying monsters is a welcome distraction to the growing emptiness inside you."]],"name":"Heroes of Destiny; Knight Destinies","page":69,"source":"BMT","chapter":{"name":"Knight","ordinal":{"type":"chapter","identifier":9},"index":8}},{"caption":"Solar Bastion Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Restless Retiree. Gundra, an ancient dwarf, served the Solar Bastion in the field for over a century before retiring. She lives in the Solar Bastion now and relentlessly drills the knights she trains. She clearly misses working in the field."],["2","Grumpy Veteran. Howart, an older human, has mentored many young adventurers, but most were smart enough to listen to his advice... unlike you lot, who seem to think you know everything."],["3","Busy Supervisor. Theira, a frazzled elf, has so many irons in the fire, so many projects to keep track of! Of course you're not imposing, she says, but can you get quickly to the point, please?"],["4","Distracted Researcher. Haddick, a middle-aged halfling, spends most of her time in the Library Tower at the Solar Bastion. Even when she's not at the library, or when she's talking to you, it's pretty clear that her mind is still there, focused on her latest subject of research."],["5","Lonely Knight. Jared, a human knight of the Solar Bastion with a distinguished career, has traveled the multiverse alone so long he's become isolated and unsure of himself in social situations. He wants to help but needs encouragement to regain his naturally friendly demeanor."],["6","Hilarion. The solar speaks to you directly, via the {@spell Sending} spell or after summoning you to the Solar Bastion."]],"name":"Solar Bastion Contact","page":79,"source":"BMT","chapter":{"name":"Sun","ordinal":{"type":"chapter","identifier":10},"index":9}},{"caption":"Solar Bastion Member Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-6","col-6"],"rows":[["Counselor","{@background Charlatan}, {@background entertainer}, {@background noble}"],["Curse-breaker","{@background Acolyte}, {@background folk hero}, {@background hermit}, {@background soldier}"],["Investigator","{@background Variant Criminal (Spy)||Criminal}, {@background sage}, {@background sailor}"],["Researcher","{@background Variant Guild Artisan (Guild Merchant)||Guild artisan}, {@background sage}"],["Tracker","{@background Outlander}, {@background urchin}"]],"name":"Solar Bastion Specialists; Solar Bastion Member Roles","page":79,"source":"BMT","chapter":{"name":"Sun","ordinal":{"type":"chapter","identifier":10},"index":9}},{"caption":"Solar Bastion Quests","colLabels":["d8","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aid and Counsel. Your contact has learned another group of adventurers has discovered a {@item Deck of Many Things}. Find them before they draw from it, and warn them of its dangers—or help them get out of the mess their draws bring upon them."],["2","Research. A rare tome said to describe early encounters with Decks of Many Things is thought to lie in the hoard of a dragon. Retrieve it!"],["3","Track Rifflers. {@creature Riffler|BMT|Rifflers} (see {@book chapter 21|BMT|20|Riffler}) have been active in a remote countryside. Find out if they have a {@item Deck of Many Things}, and ensure they don't give it to a hapless mortal."],["4","Stay Ahead of the Grim Harrow. Riders of the Grim Harrow (see {@book chapter 19|BMT|18}) are terrorizing a village as they search for a {@item Deck of Many Things}. Figure out where they're going, and get there before they do!"],["5","Find {@creature Euryale|BMT}. Rumors of a reclusive medusa are spreading through a city. There's a slim chance the medusa could be {@creature Euryale|BMT}, who could lead the knights to {@creature Asteria|BMT}. Determine the medusa's identity and secretly follow her trail, if any, to {@creature Asteria|BMT}."],["6","Prevent Misuse. A {@creature Hierophant of the Comet|BMT|hierophant} of the Heralds of the Comet (see {@book chapter 12|BMT|11|Hierophant of the Comet}) has acquired a few cards from the original {@item Deck of Many Things}. Ensure the complete artifact doesn't fall into her hands."],["7","Combat a Curse. After plundering a dragon's hoard, adventurers attract constant ill luck. Make sure the treasure isn't cursed; if it is, ensure they aren't spreading the curse as they spend the gold."],["8","Contain an Evil Artifact. The blights and ruination befalling a region suggest someone there is casting spells from the {@item Book of Vile Darkness} or perhaps wielding the {@item Wand of Orcus}. Do whatever is necessary to stop this person, and bring the evil artifact back to Hilarion so it can be contained."]],"name":"Solar Bastion Quests","page":79,"source":"BMT","chapter":{"name":"Sun","ordinal":{"type":"chapter","identifier":10},"index":9}},{"caption":"Apocalyptic Warnings","colLabels":["d12","Warning"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A large star or comet appears in the night sky, shedding as much light as the full moon."],["2","A constant stream of meteors is visible in the sky, even during the day, always moving in the same direction."],["3","The sky turns sickly green or bruised purple."],["4","The water of a river or a lake or along a coastline turns to blood, acid, or blue sand."],["5","All creatures born on a particular day (including livestock and wild animals) have a common feature, such as incandescent eyes, a fiery halo, or brightly glowing blood that is visible through the skin."],["6","Locusts, cicadas, wasps, spiders, or snakes swarm in unimaginable numbers."],["7","Earthquakes shake the ground with increasing frequency and strength."],["8","A warning message in countless languages appears all over a city's walls."],["9","A hermit who is a local legend comes to town and delivers a warning."],["10","A dead angel falls from the sky in a fireball that strikes the earth, leaving a charred skeleton with burnt wings and a scorched trumpet."],["11","Everyone has the exact same dream, in which a disembodied presence delivers a warning."],["12","All children simultaneously stop what they're doing and convey the same warning in unison."]],"name":"Apocalyptic Warnings","page":96,"source":"BMT","chapter":{"name":"Comet","ordinal":{"type":"chapter","identifier":12},"index":11}},{"caption":"Apocalyptic Calamities","colLabels":["d12","Calamity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The {@creature tarrasque} awakens. (A {@creature kraken}, an {@creature empyrean}, or another titan might also serve as an agent of apocalyptic wrath.)"],["2","A deadly plague that's resistant to curative magic sweeps the land."],["3","A prolonged drought leads to terrible famine."],["4","A volcano (or chain of volcanoes) erupts."],["5","A large asteroid crashes into the world."],["6","A vast sinkhole opens, swallowing a city into the Underdark or one of the Lower Planes, or releasing hordes of Fiends."],["7","The gods are stripped of their power and are forced to occupy mortal forms."],["8","The world is drawn into another plane of existence."],["9","The gods war among themselves or against incredibly powerful alien beings."],["10","Magic goes awry, creating random zones of wild magic (where casting any spell of 1st level or higher causes a roll on the {@table Wild Magic Surge|PHB|Wild Magic Surge table} in the {@book Player's Handbook|PHB}) and dead magic (like an {@spell Antimagic Field} spell on a larger scale)."],["11","The corpse of a slain god falls to the earth."],["12","Every Dragon is consumed with unthinking rage and unleashes devastation on those living nearby."]],"name":"Apocalyptic Calamities","page":97,"source":"BMT","chapter":{"name":"Comet","ordinal":{"type":"chapter","identifier":12},"index":11}},{"caption":"Common Zodiac Associations","colLabels":["Sign","Nickname","Prominence","Birthstone","Creature","Color","Ability Score"],"colStyles":["col-1-8","col-1-7","col-1-7","col-1-7","col-1-7","col-1-7","col-1-7"],"rows":[["{@book Skull|BMT|12|Skull}","The Watcher","Midwinter","Onyx","Imp","Black, white","Constitution"],["{@book Balance|BMT|12|Balance}","The Merchant","Late winter","Quartz","Fish","Orange","Intelligence"],["{@book Sage|BMT|12|Sage}","The Wise One","Early spring","Garnet","Sphinx","Purple","Intelligence"],["{@book Throne|BMT|12|Throne}","The Everlasting","Midspring","Ruby","Dragon","Gold","Charisma"],["{@book Key|BMT|12|Key}","The Child","Late spring","Opal","Cat","Silver","Wisdom"],["{@book Flames|BMT|12|Flames}","The Lovers","Early summer","Moonstone","Unicorn","Pink","Charisma"],["{@book Knight|BMT|12|Knight}","The Dragon Slayer","Midsummer","Diamond","Griffon","Blue","Strength"],["{@book Euryale|BMT|12|Euryale}","The Gardener","Late summer","Emerald","Basilisk","Green","Wisdom"],["{@book Rogue|BMT|12|Rogue}","Night's Edge","Early autumn","Jet","Rat","Black","Dexterity"],["{@book Gem|BMT|12|Gem}","The Genie","Midautumn","Blue sapphire","Whale","Indigo","Strength"],["{@book Talons|BMT|12|Talons}","The Elder","Late autumn","Jade","Owlbear","Yellow","Constitution"],["{@book Jester|BMT|12|Jester}","The Nilbog","Early winter","Pearl","Goose","Red","Dexterity"]],"name":"Common Zodiac Associations","page":101,"source":"BMT","chapter":{"name":"Star","ordinal":{"type":"chapter","identifier":13},"index":12}},{"caption":"Zodiac Phenomena","colLabels":["d12","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Skull. The unliving surge with renewed zeal. Undead in the region gain 13 ({@dice 3d8}) {@book temporary hit points|PHB|9|Temporary Hit Points} daily at dusk."],["2","Balance. Each creature in the region intuitively knows the immunities, resistances, and vulnerabilities of any creature it sees in the region."],["3","Sage. Emotions are muted in the region, but minds open to new ideas. Creatures in the region have advantage on Charisma checks made to improve the attitude of other creatures in the region."],["4","Throne. The resolve of the law-abiding is bolstered, while rebels are emboldened to passionately pursue their causes. Creatures in the region are immune to the {@condition frightened} condition."],["5","Key. A creature can unlock an object in this region simply by touching it, even if the lock is magical."],["6","Flames. Emotions in the region become more intense. Whenever a creature in the region tries to alter the attitude of another, a failed Charisma check always results in the latter creature turning hostile if it wasn't hostile already."],["7","Knight. Spectral knights routinely fly across the sky. Whenever the characters are outdoors and become embroiled in combat in the region, one or more knights descend from the sky to help them, provided none of the characters is evil. Each round on initiative count 20 (losing initiative ties), the knights deal 9 ({@dice 2d8}) force damage to each of the characters' enemies. After the battle, the knights bow, then disappear."],["8","Euryale. Natural vegetation in the region grows poisonous thorns. A creature that enters or ends its turn in {@book difficult terrain|PHB|8|Difficult Terrain} caused by this vegetation must succeed on a {@dc 12} Constitution saving throw or take 7 ({@dice 2d6}) poison damage. If this damage reduces a creature to 0 hit points, the creature instead has 1 hit point and has the {@condition petrified} condition until that condition is removed by the {@spell Greater Restoration} spell or similar magic."],["9","Rogue. Sneaks find their efforts easier in the region. Creatures in the region make Dexterity ({@skill Stealth}) checks with advantage."],["10","Gem. At midnight on a clear night, the stars appear to multiply tenfold, then rain down to the ground as minuscule silver meteorites. In all, 100 gp worth of silver falls harmlessly from the sky, scattered throughout the region."],["11","Talons. Some magic is suppressed in the region. Common magic items, cantrips, and 1st-level spells don't function within this area."],["12","Jester. Misfortune besets people in the region. Whenever a Humanoid in the region makes an ability check or an attack roll and rolls a 1 on the {@dice d20}, it has the {@condition incapacitated} condition until the end of its next turn, as it is magically overcome with laughter."]],"name":"Zodiac Phenomena","page":102,"source":"BMT","chapter":{"name":"Star","ordinal":{"type":"chapter","identifier":13},"index":12}},{"caption":"Telescope Travel Mishaps","colLabels":["d6","Mishap"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The travelers appear adrift in the Astral Sea."],["2","The travelers appear on a different plane of existence, determined randomly or chosen by the DM."],["3","Excess cosmic energy overloads the telescope, causing it to explode. Each creature within 60 feet of the telescope takes {@dice 8d6} necrotic damage. Any Humanoid who survives this damage is transformed into a different kind of creature, as if it had been subject to the {@spell Reincarnate} spell."],["4","A creature from the Astral Sea (such as a {@creature githyanki knight}) appears within 60 feet of the telescope. The DM decides its attitude."],["5","The travelers appear on a different planet or celestial body in the Wildspace system nearest to their target destination."],["6","The travelers arrive at their intended destination, but they each appear coated in harmless slime."]],"name":"Telescope Travel Mishaps","page":105,"source":"BMT","chapter":{"name":"Star","ordinal":{"type":"chapter","identifier":13},"index":12}},{"caption":"Seelie Market Introductions","colLabels":["d6","Introduction"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A strange trail of toadstools leads off the beaten path into the nearby woods."],["2","A pixie beckons you to follow her, promising you a sight beyond your wildest dreams."],["3","A man stumbles from the forest. He doesn't speak, but his arms are full of delicious-looking fruit."],["4","The party hears chattering voices and the music of panpipes coming from a secluded area."],["5","In the distance, the party sees a descending dragon pulling a caravan of wagons."],["6","A dragon's gentle voice calls out to the characters in their dreams, giving them directions to the market but no further details."]],"name":"Seelie Market Introductions","page":106,"source":"BMT","chapter":{"name":"Jester","ordinal":{"type":"chapter","identifier":14},"index":13}},{"caption":"Fey Fruit Effects","colLabels":["d10","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Every 10 minutes, the creature must eat another fey fruit or make a {@dc 10} Constitution saving throw, gaining 1 level of {@condition exhaustion} on a failed save. Magic that ends the {@condition charmed} condition cures the cravings, which otherwise end after 1 hour."],["2","The creature turns a sickly green and has the {@condition poisoned} condition for 1 hour."],["3","The creature can't deliberately lie for 24 hours."],["4","The creature can't understand any language for the next 8 hours."],["5","The creature turns into a {@creature Faerie Dragon (Violet)||faerie dragon}, as if by a {@spell True Polymorph} spell that has a duration of 24 hours."],["6","Regenerative bark covers the creature's skin, granting the effects of a {@spell Barkskin} spell for 24 hours."],["7","The creature and anything it is wearing or carrying become {@condition invisible} for 24 hours. This invisibility ends early immediately after the creature attacks or casts a spell."],["8","The creature gains the benefits of a {@spell Speak with Animals} spell for 8 hours."],["9","The creature gains {@dice 4d4 + 4} {@book temporary hit points|PHB|9|Temporary Hit Points}."],["10","The creature sprouts dragonfly-like wings, gaining a flying speed of 30 feet for 1 hour."]],"name":"Fruit Stalls; Fey Fruit Effects","page":107,"source":"BMT","chapter":{"name":"Jester","ordinal":{"type":"chapter","identifier":14},"index":13}},{"caption":"Lavender's Spell Scrolls","colLabels":["Spell Level","Spell Scroll"],"colStyles":["col-2 text-center","col-10"],"rows":[["1st","{@spell Cure Wounds}, {@spell Faerie Fire}"],["2nd","{@spell Moonbeam}, {@spell Protection from Poison}"],["3rd","{@spell Antagonize|BMT}*"]],"footnotes":["*This spell appears in {@book chapter 7|BMT|6|Antagonize}."],"name":"Lavender's Spell Scrolls","page":109,"source":"BMT","chapter":{"name":"Jester","ordinal":{"type":"chapter","identifier":14},"index":13}},{"caption":"Fortunes","colLabels":["{@dice 1d9|Card}","Fortune"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"Comet"},"\"Carry a lit flame with you at all times. You will be rewarded with wondrous treasure.\""],[{"type":"cell","roll":{"exact":2},"entry":"Fates"},"\"You are fated to witness a terrible catastrophe. Take solace in knowing there is nothing you can do to stop it.\""],[{"type":"cell","roll":{"exact":3},"entry":"Fool"},"\"Someone who seems helpless will call for your aid. Do not trust them.\""],[{"type":"cell","roll":{"exact":4},"entry":"Key"},"\"A dream will bring answers to the questions you seek.\""],[{"type":"cell","roll":{"exact":5},"entry":"Knight"},"\"Someone will offer you their services in a time of great need. Trust them.\""],[{"type":"cell","roll":{"exact":6},"entry":"Rogue"},"\"A foe is hunting you. They seek vengeance and shall arrive soon.\""],[{"type":"cell","roll":{"exact":7},"entry":"Ruin"},"\"You will soon lose something you hold dear.\""],[{"type":"cell","roll":{"exact":8},"entry":"Sage"},"\"Give advice freely and often. It will save another's life in the near future, earning you their loyalty.\""],[{"type":"cell","roll":{"exact":9},"entry":"Throne"},"\"Great responsibility shall be thrust upon you. Only you will know if you are ready.\""]],"name":"Fortune-Telling; Fortunes","page":110,"source":"BMT","chapter":{"name":"Jester","ordinal":{"type":"chapter","identifier":14},"index":13}},{"caption":"Ruin Encounters","colLabels":["1d12","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Animals—such as a {@creature brown bear}, {@creature giant owl}, or pack of {@dice 2d6} {@creature Wolf||wolves}—attack, made vicious by the effect of Baphomet's temple deep under the hill."],["2","{@dice 2d4} {@creature Minotaur Archaeologist|BMT|minotaur archaeologists} explore the hill, looking for artifacts and places to dig."],["3","{@dice 1d6} {@creature Minotaur Infiltrator|BMT|minotaur infiltrators} are performing a bloody rite to Baphomet; if there are six, one is their leader, {@creature Brusipha|BMT} (both stat blocks appear in this chapter). If discovered, the minotaurs attack to conceal their activity from outsiders."],["4","{@dice 1d3} {@creature Displacer Beast||displacer beasts}, pets of the green hags, are on the prowl; alternatively, use {@creature Yeth Hound|MPMM|yeth hounds} from {@book Mordenkainen Presents: Monsters of the Multiverse|MPMM}."],["5","A plaintive howl echoes over the hill. Characters who succeed on a {@dc 12} Wisdom ({@skill Perception}) check identify the source as the collapsed bell tower in the Feygrove, where a young {@creature displacer beast} is trapped."],["6","A {@creature green hag} from the coven hidden in the Feygrove is on a mysterious errand. If she detects the adventurers before they spot her, the hag uses Illusory Appearance to conceal herself as a dryad and invites the characters to the Feygrove, then returns to her coven and sets a trap for the characters."],["7","Vegetation on the hillside has grown into a hedge maze due to the magical influence of Baphomet's temple. Navigating the maze requires 1 hour and a successful {@dc 18} Wisdom ({@skill Survival}) check."],["8","Mekkalath's presence prompts a fiery eruption. Creatures in a 5-foot-radius, 20-foot-high cylinder must succeed on a {@dc 15} Dexterity saving throw or take 17 ({@dice 5d6}) fire damage."],["9","{@dice 1d3} {@creature Fire Elemental||fire elementals} drawn from the Elemental Plane of Fire by Mekkalath's aura wander the hill."],["10","Spiders from the Feygrove are on the prowl; they include {@dice 2d4} {@creature Giant Spider||giant spiders} plus either {@dice 1d3} {@creature Phase Spider||phase spiders} or 1 {@creature ruin spider|BMT} (see {@book chapter 21|BMT|20|Ruin Spider})."],["11","A lone {@creature githyanki warrior} hunts for tonight's meal."],["12","A {@creature red slaad}, dropped here by the comet that recently overflew the site, searches the hill for any way to lift the wards around the watchtower."]],"name":"Random Encounters; Ruin Encounters","page":124,"source":"BMT","chapter":{"name":"Ruin","ordinal":{"type":"chapter","identifier":16},"index":15}},{"caption":"Visions of Ioun","colLabels":["1d6","Vision"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Minotaurs dig beneath the hill and build a temple to Bahamut and other gods."],["2","Minotaurs clad in the garb of a bestial cult summon demons and slay other minotaur priests in a horrific bloodbath."],["3","Monks and knights travel to the hill and construct the abbey at its summit."],["4","Knights defeat a hobgoblin warlord and bring back a {@item Deck of Many Things} and other trophies."],["5","As an army besieges the abbey, a knight draws the Skull card from a {@item Deck of Many Things}. Skull-headed Undead appear and massacre everyone they see."],["6","A huge red dragon emerges from the catacombs beneath the abbey to make his lair atop the hill. Among his treasures is a {@item Deck of Many Things}."]],"name":"Feygrove; Visions of Ioun","page":126,"source":"BMT","chapter":{"name":"Ruin","ordinal":{"type":"chapter","identifier":16},"index":15}},{"caption":"Marks of the Donjon","colLabels":["d6","Curse"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The character can't stop shivering."],["2","The character's vision is limited to a 5-foot-wide line pointing in a single direction."],["3","The character gets nauseous near windows or doorways. If the character moves through such a threshold, the character has disadvantage on saving throws for 1 minute."],["4","The character is plagued by nightmares of metal constructs."],["5","The character is disoriented by wide-open spaces and has no sense of direction outdoors."],["6","While in sunlight, the character has disadvantage on attack rolls."]],"name":"Mark of the Donjon; Marks of the Donjon","page":134,"source":"BMT","chapter":{"name":"Donjon","ordinal":{"type":"chapter","identifier":17},"index":16}},{"caption":"Drone Patrols","colLabels":["d6","Patrol Composition"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","{@dice 1d6} {@creature Quadrone Detention Drone|BMT|quadrones}"],["3","{@dice 1d4} suits of {@creature Animated Armor Detention Drone|BMT|animated armor}"],["4–5","2 {@creature Helmed Horror Detention Drone|BMT|helmed horrors}"],["6","1 {@creature Advanced Detention Drone|BMT|shield guardian}"]],"name":"Drone Patrols","page":135,"source":"BMT","chapter":{"name":"Donjon","ordinal":{"type":"chapter","identifier":17},"index":16}},{"caption":"Gem Shards","colLabels":["Attack Roll or Check Total","Thunder Damage","Gemstone Value"],"colStyles":["col-4","col-4","col-4"],"rows":[["5 or lower","33 ({@dice 6d10})","10 gp"],["10–14","22 ({@dice 4d10})","50 gp"],["15–19","11 ({@dice 2d10})","100 gp"],["20–24","5 ({@dice 1d10})","500 gp"],["25–29","—","1,000 gp"],["30 or higher","—","5,000 gp"]],"name":"Gem Shards","page":147,"source":"BMT","chapter":{"name":"Void","ordinal":{"type":"chapter","identifier":18},"index":17}},{"caption":"Stat Blocks by Challenge Rating","colLabels":["CR","Stat Block","Creature Type","Chapter"],"colStyles":["col-2 text-center","col-6","col-2","col-2 text-center"],"rows":[["1/4","{@creature Minotaur archaeologist|BMT}","Humanoid","{@book 16|BMT|15}"],["1/2","{@creature Aspirant of the Comet|BMT}","Humanoid","{@book 12|BMT|11}"],["1","{@creature Harrow hawk|BMT}","Undead","{@book 21|BMT|20}"],["2","{@creature Minotaur infiltrator|BMT}","Humanoid","{@book 16|BMT|15}"],["2","{@creature Oddlewin|BMT}","Fey","{@book 14|BMT|13}"],["3","{@creature Brusipha|BMT}","Humanoid","{@book 16|BMT|15}"],["3","{@creature Harrow hound|BMT}","Undead","{@book 19|BMT|18}"],["3","{@creature Living portent|BMT}","Celestial","{@book 21|BMT|20}"],["4","{@creature Fate hag|BMT}","Fey","{@book 21|BMT|20}"],["4","{@creature Initiate of the Comet|BMT}","Humanoid","{@book 12|BMT|11}"],["4","{@creature Werevulture|BMT}","Fiend","{@book 21|BMT|20}"],["5","{@creature Ambitious assassin|BMT}","Humanoid","{@book 6|BMT|5}"],["5","{@creature Riffler|BMT}","Fey","{@book 21|BMT|20}"],["5","{@creature Ruin spider|BMT}","Monstrosity","{@book 21|BMT|20}"],["5","{@creature Sir Jared|BMT}","Humanoid","{@book 10|BMT|9}"],["7","{@creature Talon beast|BMT}","Monstrosity","{@book 21|BMT|20}"],["9","{@creature Boss Augustus|BMT}","Monstrosity","{@book 11|BMT|10}"],["9","{@creature Boss Delour|BMT}","Monstrosity","{@book 11|BMT|10}"],["9","{@creature Gremorly's ghost|BMT}","Undead","{@book 15|BMT|14}"],["9","{@creature Solar Bastion knight|BMT}","Humanoid","{@book 10|BMT|9}"],["11","{@creature Enchanting infiltrator|BMT}","Fey","{@book 6|BMT|5}"],["11","{@creature Hierophant of the Comet|BMT}","Humanoid","{@book 12|BMT|11}"],["14","{@creature Breath drinker|BMT}","Aberration","{@book 18|BMT|17}"],["14","{@creature Hulgaz|BMT}","Fiend","{@book 20|BMT|19}"],["15","{@creature Grim Champion of Pestilence|BMT}","Undead","{@book 19|BMT|18}"],["17","{@creature Hierophant medusa|BMT}","Monstrosity","{@book 21|BMT|20}"],["17","{@creature Otherworldly corrupter|BMT}","Aberration","{@book 6|BMT|5}"],["18","{@creature Asteria|BMT}","Humanoid","{@book 22|BMT|21}"],["18","{@creature Euryale|BMT}","Monstrosity","{@book 22|BMT|21}"],["18","{@creature Malaxxix|BMT}","Fiend","{@book 20|BMT|19}"],["20","{@creature Grim Champion of Bloodshed|BMT}","Undead","{@book 19|BMT|18}"],["21","{@creature Pazrodine|BMT}","Dragon","{@book 14|BMT|13}"],["21","{@creature Veiled presence|BMT}","Celestial","{@book 6|BMT|5}"],["22","{@creature Aurnozci|BMT}","Fiend","{@book 20|BMT|19}"],["25","{@creature Grim Champion of Desolation|BMT}","Undead","{@book 19|BMT|18}"]],"name":"Monsters in This Book; Stat Blocks by Challenge Rating","page":175,"source":"BMT","chapter":{"name":"Talons","ordinal":{"type":"chapter","identifier":21},"index":20}},{"caption":"Cair Ophidian Flowers","colLabels":["d20","Flower"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–10","Nonmagical Flower. This bloom has no magical properties but is very pretty."],["11–14","Swift Lily. This flower crackles with energy. As a bonus action, you can crush the flower to increase your speed by 30 feet until the start of your next turn. The flower is then destroyed. The flower loses its magic {@dice 1d6} days after being plucked."],["15–17","Drowsing Lavender. This stalk of purple blooms glows faintly. As an action, you can wave it at a creature within your reach. The creature must succeed on a {@dc 17} Wisdom saving throw or have the {@condition unconscious} condition until the start of your next turn. Once used this way, the flower is destroyed. The flower loses its magic {@dice 1d8} days after being plucked."],["18–19","Iron Peony. This flower's petals are silver-tipped. As a bonus action, you can crush the flower to gain resistance to all damage until the start of your next turn. The flower is then destroyed. This flower loses its magic {@dice 1d12} days after being plucked."],["20","Wishing Lion. This flower appears as a dandelion with a tiny lion head embedded in the fluff. As an action, you can blow on the fluff and cast the {@spell Wish} spell. The flower is then destroyed. This flower retains its magic until the spell is cast."]],"name":"Cair Ophidian Flowers","page":190,"source":"BMT","chapter":{"name":"Euryale","ordinal":{"type":"chapter","identifier":22},"index":21}},{"caption":"Fortune Tellers","page":13,"colLabels":["d6","Fortune Teller"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","An entertainer at a street fair or civic festival, who emphasizes that this card reading is \"for entertainment purposes only\""],["2","A professional fortune teller with a shop in a small town, who tries to inject the reading with elements of romance"],["3","A seer in a temple, whose eyes are closed throughout the reading and who couches everything in terms of the will of a certain god"],["4","A hag who cackles gleefully at every hint of danger or destruction in the reading"],["5","A haunted deck of cards that lays itself out and narrates the reading in a distant, ghostly echo"],["6","A member of the {@book Heralds of the Comet|BMT|11|Heralds of the Comet} (an apocalyptic cult described in The Book of Many Things), who stresses danger and destruction in the reading"]],"name":"Using an Adventure Spread During Play; Fortune Tellers","source":"DMTCRG","chapter":{"name":"Adventure Spreads","index":2}},{"caption":"Ability Descriptions","colLabels":["Ability","Score Measures..."],"colStyles":["col-4","col-8"],"rows":[["Strength","Physical might"],["Dexterity","Agility, reflexes, and balance"],["Constitution","Health and stamina"],["Intelligence","Reasoning and memory"],["Wisdom","Perceptiveness and mental fortitude"],["Charisma","Confidence, poise, and charm"]],"name":"The Six Abilities; Ability Descriptions","page":10,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Ability Scores","colLabels":["Score","Meaning"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","This is the lowest a score can normally go. If an effect reduces a score to 0, that effect explains what happens."],["2–9","This represents a weak capability."],["10–11","This represents the human average."],["12–19","This represents a strong capability."],["20","This is the highest an adventurer's score can go unless a feature says otherwise."],["21–29","This represents an extraordinary capability."],["30","This is the highest a score can go."]],"name":"Ability Scores","page":10,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Ability Modifiers","colLabels":["Score","Modifier"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1","−5"],["2–3","−4"],["4–5","−3"],["6–7","−2"],["8–9","−1"],["10–11","+0"],["12–13","+1"],["14–15","+2"],["16–17","+3"],["18–19","+4"],["20–21","+5"],["22–23","+6"],["24–25","+7"],["26–27","+8"],["28–29","+9"],["30","+10"]],"name":"Ability Modifiers","page":10,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Ability Check Examples","colLabels":["Ability","Make a Check To..."],"colStyles":["col-4","col-8"],"rows":[["Strength","Lift, push, pull, or break something"],["Dexterity","Move nimbly, quickly, or quietly"],["Constitution","Push your body beyond normal limits"],["Intelligence","Reason or remember"],["Wisdom","Notice things in the environment or in creatures' behavior"],["Charisma","Influence, entertain, or deceive"]],"name":"Ability Modifier; Ability Check Examples","page":10,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Typical Difficulty Classes","colLabels":["Task Difficulty","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Very easy","5"],["Easy","10"],["Medium","15"],["Hard","20"],["Very hard","25"],["Nearly impossible","30"]],"name":"Typical Difficulty Classes","page":11,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Saving Throw Examples","colLabels":["Ability","Make a Save To..."],"colStyles":["col-4","col-8"],"rows":[["Strength","Physically resist direct force"],["Dexterity","Dodge out of harm's way"],["Constitution","Endure a toxic hazard"],["Intelligence","Recognize an illusion as fake"],["Wisdom","Resist a mental assault"],["Charisma","Assert your identity"]],"name":"Ability Modifier; Saving Throw Examples","page":11,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Attack Roll Abilities","colLabels":["Ability","Attack Type"],"colStyles":["col-2","col-10"],"rows":[["Strength","Melee attack with a weapon or an {@variantrule Unarmed Strike|XPHB}"],["Dexterity","Ranged attack with a weapon"],["Varies","Spell attack (the ability used is determined by the spellcaster's spellcasting feature, as explained in {@book chapter 7|XPHB|7})"]],"name":"Ability Modifier; Attack Roll Abilities","page":12,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Proficiency Bonus","colLabels":["Level or CR","Bonus"],"colStyles":["col-5 text-center","col-5 text-center"],"rows":[["Up to 4","+2"],["5–8","+3"],["9–12","+4"],["13–16","+5"],["17–20","+6"],["21–24","+7"],["25–28","+8"],["29–30","+9"]],"name":"Proficiency Bonus","page":13,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Skills","colLabels":["Skill","Ability","Example Uses"],"colStyles":["col-2","col-2","col-8"],"rows":[["{@skill Acrobatics|XPHB}","Dexterity","Stay on your feet in a tricky situation, or perform an acrobatic stunt."],["{@skill Animal Handling|XPHB}","Wisdom","Calm or train an animal, or get an animal to behave in a certain way."],["{@skill Arcana|XPHB}","Intelligence","Recall lore about spells, magic items, and the planes of existence."],["{@skill Athletics|XPHB}","Strength","Jump farther than normal, stay afloat in rough water, or break something."],["{@skill Deception|XPHB}","Charisma","Tell a convincing lie, or wear a disguise convincingly."],["{@skill History|XPHB}","Intelligence","Recall lore about historical events, people, nations, and cultures."],["{@skill Insight|XPHB}","Wisdom","Discern a person's mood and intentions."],["{@skill Intimidation|XPHB}","Charisma","Awe or threaten someone into doing what you want."],["{@skill Investigation|XPHB}","Intelligence","Find obscure information in books, or deduce how something works."],["{@skill Medicine|XPHB}","Wisdom","Diagnose an illness, or determine what killed the recently slain."],["{@skill Nature|XPHB}","Intelligence","Recall lore about terrain, plants, animals, and weather."],["{@skill Perception|XPHB}","Wisdom","Using a combination of senses, notice something that's easy to miss."],["{@skill Performance|XPHB}","Charisma","Act, tell a story, perform music, or dance."],["{@skill Persuasion|XPHB}","Charisma","Honestly and graciously convince someone of something."],["{@skill Religion|XPHB}","Intelligence","Recall lore about gods, religious rituals, and holy symbols."],["{@skill Sleight of Hand|XPHB}","Dexterity","Pick a pocket, conceal a handheld object, or perform legerdemain."],["{@skill Stealth|XPHB}","Dexterity","Escape notice by moving quietly and hiding behind things."],["{@skill Survival|XPHB}","Wisdom","Follow tracks, forage, find a trail, or avoid natural hazards."]],"name":"Skill List; Skills","page":14,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Actions","colLabels":["Action","Summary"],"colStyles":["col-2","col-10"],"rows":[["{@action Attack|XPHB}","Attack with a weapon or an {@variantrule Unarmed Strike|XPHB}."],["{@action Dash|XPHB}","For the rest of the turn, give yourself extra movement equal to your {@variantrule Speed|XPHB}."],["{@action Disengage|XPHB}","Your movement doesn't provoke {@action Opportunity Attack|XPHB} for the rest of the turn."],["{@action Dodge|XPHB}","Until the start of your next turn, attack rolls against you have {@variantrule Disadvantage|XPHB}, and you make Dexterity saving throws with {@variantrule Advantage|XPHB}. You lose this benefit if you have the {@condition Incapacitated|XPHB} condition or if your Speed is 0."],["{@action Help|XPHB}","Help another creature's ability check or attack roll, or administer first aid."],["{@action Hide|XPHB}","Make a Dexterity ({@skill Stealth|XPHB}) check."],["{@action Influence|XPHB}","Make a Charisma ({@skill Deception|XPHB}, {@skill Intimidation|XPHB}, {@skill Performance|XPHB}, or {@skill Persuasion|XPHB}) or Wisdom ({@skill Animal Handling|XPHB}) check to alter a creature's attitude."],["{@action Magic|XPHB}","Cast a spell, use a magic item, or use a magical feature."],["{@action Ready|XPHB}","Prepare to take an action in response to a trigger you define."],["{@action Search|XPHB}","Make a Wisdom ({@skill Insight|XPHB}, {@skill Medicine|XPHB}, {@skill Perception|XPHB}, or {@skill Survival|XPHB}) check."],["{@action Study|XPHB}","Make an Intelligence ({@skill Arcana|XPHB}, {@skill History|XPHB}, {@skill Investigation|XPHB}, {@skill Nature|XPHB}, or {@skill Religion|XPHB}) check."],["{@action Utilize|XPHB}","Use a nonmagical object."]],"name":"Actions","page":15,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Travel Pace","colLabelRows":[["",{"type":"cellHeader","width":3,"entry":"Distance Traveled Per...","style":"th-skewer"}],["Pace","Minute","Hour","Day"]],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["Fast","400 feet","4 miles","30 miles"],["Normal","300 feet","3 miles","24 miles"],["Slow","200 feet","2 miles","18 miles"]],"name":"Travel Pace","page":20,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Creature Size and Space","colLabels":["Size","Space (Feet)","Space (Squares)"],"colStyles":["col-4","col-4","col-4"],"rows":[["Tiny","2½ by 2½ feet","4 per square"],["Small","5 by 5 feet","1 square"],["Medium","5 by 5 feet","1 square"],["Large","10 by 10 feet","4 squares (2 by 2)"],["Huge","15 by 15 feet","9 squares (3 by 3)"],["Gargantuan","20 by 20 feet","16 squares (4 by 4)"]],"name":"Creature Size and Space","page":25,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Cover","colLabels":["Degree","Benefit to Target","Offered By..."],"colStyles":["col-2","col-4","col-6"],"rows":[["{@variantrule Cover|XPHB|Half}","+2 bonus to AC and Dexterity saving throws","Another creature or an object that covers at least half of the target"],["{@variantrule Cover|XPHB|Three-Quarters}","+5 bonus to AC and Dexterity saving throws","An object that covers at least three-quarters of the target"],["{@variantrule Cover|XPHB|Total}","Can't be targeted directly","An object that covers the whole target"]],"name":"Cover","page":25,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Class Overview","colLabels":["Class","Likes...","Primary Ability","Complexity"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@class Barbarian|XPHB}","Battle","Strength","Average"],["{@class Bard|XPHB}","Performing","Charisma","High"],["{@class Cleric|XPHB}","Gods","Wisdom","Average"],["{@class Druid|XPHB}","Nature","Wisdom","High"],["{@class Fighter|XPHB}","Weapons","Strength or Dexterity","Low"],["{@class Monk|XPHB}","Unarmed combat","Dexterity and Wisdom","High"],["{@class Paladin|XPHB}","Defense","Strength and Charisma","Average"],["{@class Ranger|XPHB}","Survival","Dexterity and Wisdom","Average"],["{@class Rogue|XPHB}","Stealth","Dexterity","Low"],["{@class Sorcerer|XPHB}","Power","Charisma","High"],["{@class Warlock|XPHB}","Occult lore","Charisma","High"],["{@class Wizard|XPHB}","Spellbooks","Intelligence","Average"]],"name":"Choose a Class; Class Overview","page":33,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ability Scores and Backgrounds","colLabels":["Ability","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Strength","{@background Artisan|XPHB}, {@background Entertainer|XPHB}, {@background Farmer|XPHB}, {@background Guard|XPHB}, {@background Noble|XPHB}, {@background Sailor|XPHB}, {@background Soldier|XPHB}"],["Dexterity","{@background Artisan|XPHB}, {@background Charlatan|XPHB}, {@background Criminal|XPHB}, {@background Entertainer|XPHB}, {@background Guide|XPHB}, {@background Sailor|XPHB}, {@background Scribe|XPHB}, {@background Soldier|XPHB}, {@background Wayfarer|XPHB}"],["Constitution","{@background Charlatan|XPHB}, {@background Criminal|XPHB}, {@background Farmer|XPHB}, {@background Guide|XPHB}, {@background Hermit|XPHB}, {@background Merchant|XPHB}, {@background Sage|XPHB}, {@background Soldier|XPHB}"],["Intelligence","{@background Acolyte|XPHB}, {@background Artisan|XPHB}, {@background Criminal|XPHB}, {@background Guard|XPHB}, {@background Merchant|XPHB}, {@background Noble|XPHB}, {@background Sage|XPHB}, {@background Scribe|XPHB}"],["Wisdom","{@background Acolyte|XPHB}, {@background Farmer|XPHB}, {@background Guard|XPHB}, {@background Guide|XPHB}, {@background Hermit|XPHB}, {@background Sage|XPHB}, {@background Sailor|XPHB}, {@background Scribe|XPHB}, {@background Wayfarer|XPHB}"],["Charisma","{@background Acolyte|XPHB}, {@background Charlatan|XPHB}, {@background Entertainer|XPHB}, {@background Hermit|XPHB}, {@background Merchant|XPHB}, {@background Noble|XPHB}, {@background Wayfarer|XPHB}"]],"name":"Choose a Background; Ability Scores and Backgrounds","page":36,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Standard Languages","colLabels":["{@dice 1d12}","Language","Origin"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["—","{@language Common|XPHB}","Sigil"],[{"type":"cell","roll":{"exact":1}},"{@language Common Sign Language|XPHB}","Sigil"],[{"type":"cell","roll":{"exact":2}},"{@language Draconic|XPHB}","Dragons"],[{"type":"cell","roll":{"min":3,"max":4}},"{@language Dwarvish|XPHB}","Dwarves"],[{"type":"cell","roll":{"min":5,"max":6}},"{@language Elvish|XPHB}","Elves"],[{"type":"cell","roll":{"exact":7}},"{@language Giant|XPHB}","Giants"],[{"type":"cell","roll":{"exact":8}},"{@language Gnomish|XPHB}","Gnomes"],[{"type":"cell","roll":{"exact":9}},"{@language Goblin|XPHB}","Goblinoids"],[{"type":"cell","roll":{"min":10,"max":11}},"{@language Halfling|XPHB}","Halflings"],[{"type":"cell","roll":{"exact":12}},"{@language Orc|XPHB}","Orcs"]],"name":"Choose Languages; Standard Languages","page":37,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Rare Languages","colLabels":["Language","Origin"],"colStyles":["col-6","col-6"],"rows":[["Abyssal","Demons of the Abyss"],["Celestial","Celestials"],["Deep Speech","Aberrations"],["Druidic","Druidic circles"],["Infernal","Devils of the Nine Hells"],["Primordial*","Elementals"],["Sylvan","The Feywild"],["Thieves' Cant","Various criminal guilds"],["Undercommon","The Underdark"]],"footnotes":["*Primordial includes the Aquan, Auran, Ignan, and Terran dialects. Creatures that know one of these dialects can communicate with those that know a different one."],"name":"Choose Languages; Rare Languages","page":37,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ability Score Point Costs","colLabels":["Score","Cost"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["8","0"],["9","1"],["10","2"],["11","3"],["12","4"],["13","5"],["14","7"],["15","9"]],"name":"Ability Score Point Costs","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Standard Array by Class","colLabels":["Class","Str.","Dex.","Con.","Int.","Wis.","Cha."],"colStyles":["col-6","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":[["{@class Barbarian|XPHB}","15","13","14","10","12","8"],["{@class Bard|XPHB}","8","14","12","13","10","15"],["{@class Cleric|XPHB}","14","8","13","10","15","12"],["{@class Druid|XPHB}","8","12","14","13","15","10"],["{@class Fighter|XPHB}","15","14","13","8","10","12"],["{@class Monk|XPHB}","12","15","13","10","14","8"],["{@class Paladin|XPHB}","15","10","13","8","12","14"],["{@class Ranger|XPHB}","12","15","13","8","14","10"],["{@class Rogue|XPHB}","12","15","13","14","10","8"],["{@class Sorcerer|XPHB}","10","13","14","8","12","15"],["{@class Warlock|XPHB}","8","14","13","12","10","15"],["{@class Wizard|XPHB}","8","12","13","15","14","10"]],"name":"Assign Ability Scores; Standard Array by Class","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ability Scores and Modifiers","colLabels":["Score","Modifier"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["3","−4"],["4–5","−3"],["6–7","−2"],["8–9","−1"],["10–11","+0"],["12–13","+1"],["14–15","+2"],["16–17","+3"],["18–19","+4"],["20","+5"]],"name":"Determine Ability Modifiers; Ability Scores and Modifiers","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Strength","colLabels":["1d4","High Strength","Low Strength"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Muscular","Weak"],["2","Sinewy","Slight"],["3","Protective","Self-conscious"],["4","Direct","Indirect"]],"name":"Describe Appearance and Personality; Strength","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dexterity","colLabels":["1d4","High Dexterity","Low Dexterity"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Lithe","Jittery"],["2","Dynamic","Clumsy"],["3","Fidgety","Hesitant"],["4","Poised","Unsteady"]],"name":"Describe Appearance and Personality; Dexterity","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Constitution","colLabels":["1d4","High Constitution","Low Constitution"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Energetic","Frail"],["2","Hale","Squeamish"],["3","Hearty","Lethargic"],["4","Stable","Fragile"]],"name":"Describe Appearance and Personality; Constitution","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Intelligence","colLabels":["1d4","High Intelligence","Low Intelligence"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Decisive","Artless"],["2","Logical","Illogical"],["3","Informative","Uninformed"],["4","Curious","Frivolous"]],"name":"Describe Appearance and Personality; Intelligence","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Wisdom","colLabels":["1d4","High Wisdom","Low Wisdom"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Serene","Rash"],["2","Considerate","Distracted"],["3","Attentive","Oblivious"],["4","Wary","Naive"]],"name":"Describe Appearance and Personality; Wisdom","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Charisma","colLabels":["1d4","High Charisma","Low Charisma"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Charming","Pedantic"],["2","Commanding","Humorless"],["3","Hilarious","Reserved"],["4","Inspiring","Tactless"]],"name":"Describe Appearance and Personality; Charisma","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Personality Traits by Alignment","colLabels":["Alignment","{@dice 1d4}","Associated Trait"],"colStyles":["col-2","col-2 text-center","col-8"],"rows":[["Chaotic","1","Boastful"],["","2","Impulsive"],["","3","Rebellious"],["","4","Self-absorbed"],["Good","1","Compassionate"],["","2","Helpful"],["","3","Honest"],["","4","Kind"],["Evil","1","Dishonest"],["","2","Vengeful"],["","3","Cruel"],["","4","Greedy"],["Lawful","1","Cooperative"],["","2","Loyal"],["","3","Judgmental"],["","4","Methodical"],["Neutral","1","Selfish"],["","2","Disinterested"],["","3","Laconic"],["","4","Pragmatic"]],"name":"Alignment and Personality; Personality Traits by Alignment","page":40,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Level 1 Hit Points by Class","colLabels":["Class","Hit Point Maximum"],"colStyles":["col-6","col-6"],"rows":[["{@class Barbarian|XPHB}","12 + Con. modifier"],["{@class Fighter|XPHB}, {@class Paladin|XPHB}, or {@class Ranger|XPHB}","10 + Con. modifier"],["{@class Bard|XPHB}, {@class Cleric|XPHB}, {@class Druid|XPHB}, {@class Monk|XPHB}, {@class Rogue|XPHB}, or {@class Warlock|XPHB}","8 + Con. modifier"],["{@class Sorcerer|XPHB} or {@class Wizard|XPHB}","6 + Con. modifier"]],"name":"Level 1 Hit Points by Class","page":40,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Character Advancement","colLabels":["Level","Experience Points","Proficiency Bonus"],"colStyles":["col-2 text-center","col-5","col-5 text-center"],"rows":[["1","0","+2"],["2","300","+2"],["3","900","+2"],["4","2,700","+2"],["5","6,500","+3"],["6","14,000","+3"],["7","23,000","+3"],["8","34,000","+3"],["9","48,000","+4"],["10","64,000","+4"],["11","85,000","+4"],["12","100,000","+4"],["13","120,000","+5"],["14","140,000","+5"],["15","165,000","+5"],["16","195,000","+5"],["17","225,000","+6"],["18","265,000","+6"],["19","305,000","+6"],["20","355,000","+6"]],"name":"Level Advancement; Character Advancement","page":41,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Fixed Hit Points by Class","colLabels":["Class","Hit Points per Level"],"colStyles":["col-6","col-6"],"rows":[["{@class Barbarian|XPHB}","7 + Con. modifier"],["{@class Fighter|XPHB}, {@class Paladin|XPHB}, or {@class Ranger|XPHB}","6 + Con. modifier"],["{@class Bard|XPHB}, {@class Cleric|XPHB}, {@class Druid|XPHB}, {@class Monk|XPHB}, {@class Rogue|XPHB}, or {@class Warlock|XPHB}","5 + Con. modifier"],["{@class Sorcerer|XPHB} or {@class Wizard|XPHB}","4 + Con. modifier"]],"name":"Adjust Hit Points and Hit Point Dice; Fixed Hit Points by Class","page":42,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Starting Equipment at Higher Levels","colLabels":["Starting Level","Equipment and Money","Magic Items"],"colStyles":["col-2 text-center","col-6","col-4"],"rows":[["2–4","Normal starting equipment","1 {@filter Common|items|rarity=Common}"],["5–10","500 GP plus {@dice 1d10 × 25} GP plus normal starting equipment","1 {@filter Common|items|rarity=Common}, 1 {@filter Uncommon|items|rarity=Uncommon}"],["11–16","5,000 gp plus {@dice 1d10 × 250} GP plus normal starting equipment","2 {@filter Common|items|rarity=Common}, 3 {@filter Uncommon|items|rarity=Uncommon}, 1 {@filter Rare|items|rarity=Rare}"],["17–20","20,000 GP plus {@dice 1d10 × 250} GP plus normal starting equipment","2 {@filter Common|items|rarity=Common}, 4 {@filter Uncommon|items|rarity=Uncommon}, 3 {@filter Rare|items|rarity=Rare}, 1 {@filter Very Rare|items|rarity=Very Rare}"]],"name":"Starting Equipment at Higher Levels","page":43,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Multiclass Spellcaster: Spell Slots per Spell Level","colLabels":["Level","1","2","3","4","5","6","7","8","9"],"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":[["1","2","—","—","—","—","—","—","—","—"],["2","3","—","—","—","—","—","—","—","—"],["3","4","2","—","—","—","—","—","—","—"],["4","4","3","—","—","—","—","—","—","—"],["5","4","3","2","—","—","—","—","—","—"],["6","4","3","3","—","—","—","—","—","—"],["7","4","3","3","1","—","—","—","—","—"],["8","4","3","3","2","—","—","—","—","—"],["9","4","3","3","3","1","—","—","—","—"],["10","4","3","3","3","2","—","—","—","—"],["11","4","3","3","3","2","1","—","—","—"],["12","4","3","3","3","2","1","—","—","—"],["13","4","3","3","3","2","1","1","—","—"],["14","4","3","3","3","2","1","1","—","—"],["15","4","3","3","3","2","1","1","1","—"],["16","4","3","3","3","2","1","1","1","—"],["17","4","3","3","3","2","1","1","1","1"],["18","4","3","3","3","3","1","1","1","1"],["19","4","3","3","3","3","2","1","1","1"],["20","4","3","3","3","3","2","2","1","1"]],"name":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level","page":44,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Feat List","colLabels":["Feat","Category"],"colStyles":["col-6","col-6"],"rows":[["{@feat Ability Score Improvement|XPHB}*","{@book General|XPHB|5|General Feats}"],["{@feat Actor|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Alert|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Archery|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Athlete|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Blind Fighting|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Boon of Combat Prowess|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Dimensional Travel|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Energy Resistance|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Fate|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Fortitude|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Irresistible Offense|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Recovery|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Skill|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Speed|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Spell Recall|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of the Night Spirit|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Truesight|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Charger|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Chef|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Crafter|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Crossbow Expert|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Crusher|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Defense|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Defensive Duelist|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Dual Wielder|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Dueling|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Durable|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Elemental Adept|XPHB}*","{@book General|XPHB|5|General Feats}"],["{@feat Fey-Touched|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Grappler|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Great Weapon Fighting|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Great Weapon Master|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Healer|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Heavily Armored|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Heavy Armor Master|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Inspiring Leader|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Interception|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Keen Mind|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Lightly Armored|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Lucky|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Mage Slayer|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Magic Initiate|XPHB}*","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Martial Weapon Training|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Medium Armor Master|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Moderately Armored|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Mounted Combatant|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Musician|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Observant|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Piercer|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Poisoner|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Polearm Master|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Protection|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Resilient|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Ritual Caster|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Savage Attacker|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Sentinel|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Shadow-Touched|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Sharpshooter|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Shield Master|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Skilled|XPHB}*","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Skill Expert|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Skulker|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Slasher|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Speedy|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Spell Sniper|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Tavern Brawler|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Telekinetic|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Telepathic|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Thrown Weapon Fighting|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Tough|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Two-Weapon Fighting|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Unarmed Fighting|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat War Caster|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Weapon Master|XPHB}","{@book General|XPHB|5|General Feats}"]],"footnotes":["*This feat can be taken more than once."],"name":"Repeatable; Feat List","page":199,"source":"XPHB","chapter":{"name":"Feats","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Coin Values","colLabels":["Coin","Value in GP"],"colStyles":["col-6","col-6"],"rows":[["Copper Piece (CP)","1/100"],["Silver Piece (SP)","1/10"],["Electrum Piece (EP)","1/2"],["Gold Piece (GP)","1"],["Platinum Piece (PP)","10"]],"name":"Coins; Coin Values","page":213,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Weapons","colLabels":["Name","Damage","Properties","Mastery","Weight","Cost"],"colStyles":["col-2","col-2","col-4-1","col-1-3 text-center","col-1-3 text-center","col-1-3 text-right"],"rows":[[{"type":"cell","width":6,"entry":"{@i Simple Melee Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Club|XPHB}","{@dice 1d4} Bludgeoning","{@itemProperty L|XPHB|Light}","{@itemMastery Slow}","2 lb.","1 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Dagger|XPHB}","{@dice 1d4} Piercing","{@itemProperty F|XPHB|Finesse}, {@itemProperty L|XPHB|Light}, {@itemProperty T|XPHB|Thrown} (Range 20/60)","{@itemMastery Nick}","1 lb.","2 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Greatclub|XPHB}","{@dice 1d8} Bludgeoning","{@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Push}","10 lb.","2 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Handaxe|XPHB}","{@dice 1d6} Slashing","{@itemProperty L|XPHB|Light}, {@itemProperty T|XPHB|Thrown} (Range 20/60)","{@itemMastery Vex}","2 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Javelin|XPHB}","{@dice 1d6} Piercing","{@itemProperty T|XPHB|Thrown} (Range 30/120)","{@itemMastery Slow}","2 lb.","5 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Light Hammer|XPHB}","{@dice 1d4} Bludgeoning","{@itemProperty L|XPHB|Light}, {@itemProperty T|XPHB|Thrown} (Range 20/60)","{@itemMastery Nick}","2 lb.","2 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Mace|XPHB}","{@dice 1d6} Bludgeoning","—","{@itemMastery Sap}","4 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Quarterstaff|XPHB}","{@dice 1d6} Bludgeoning","{@itemProperty V|XPHB|Versatile} ({@dice 1d8})","{@itemMastery Topple}","4 lb.","2 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Sickle|XPHB}","{@dice 1d4} Slashing","{@itemProperty L|XPHB|Light}","{@itemMastery Nick}","2 lb.","1 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Spear|XPHB}","{@dice 1d6} Piercing","{@itemProperty T|XPHB|Thrown} (Range 20/60), {@itemProperty V|XPHB|Versatile} ({@dice 1d8})","{@itemMastery Sap}","3 lb.","1 GP"]},[{"type":"cell","width":6,"entry":"{@i Simple Ranged Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Dart|XPHB}","{@dice 1d4} Piercing","{@itemProperty F|XPHB|Finesse}, {@itemProperty T|XPHB|Thrown} (Range 20/60)","{@itemMastery Vex}","1/4 lb.","5 CP"]},{"type":"row","style":"row-indent-first","row":["{@item Light Crossbow|XPHB}","{@dice 1d8} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 80/320; Bolt), {@itemProperty LD|XPHB|Loading}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","5 lb.","25 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Shortbow|XPHB}","{@dice 1d6} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 80/320; Arrow), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Vex}","2 lb.","25 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Sling|XPHB}","{@dice 1d4} Bludgeoning","{@itemProperty A|XPHB|Ammunition} (Range 30/120; Bullet)","{@itemMastery Slow}","—","1 SP"]},[{"type":"cell","width":6,"entry":"{@i Martial Melee Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Battleaxe|XPHB}","{@dice 1d8} Slashing","{@itemProperty V|XPHB|Versatile} ({@dice 1d10})","{@itemMastery Topple}","4 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Flail|XPHB}","{@dice 1d8} Bludgeoning","—","{@itemMastery Sap}","2 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Glaive|XPHB}","{@dice 1d10} Slashing","{@itemProperty H|XPHB|Heavy}, {@itemProperty R|XPHB|Reach}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Graze}","6 lb.","20 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Greataxe|XPHB}","{@dice 1d12} Slashing","{@itemProperty H|XPHB|Heavy}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Cleave}","7 lb.","30 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Greatsword|XPHB}","{@dice 2d6} Slashing","{@itemProperty H|XPHB|Heavy}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Graze}","6 lb.","50 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Halberd|XPHB}","{@dice 1d10} Slashing","{@itemProperty H|XPHB|Heavy}, {@itemProperty R|XPHB|Reach}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Cleave}","6 lb.","20 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Lance|XPHB}","{@dice 1d10} Piercing","{@itemProperty H|XPHB|Heavy}, {@itemProperty R|XPHB|Reach}, {@itemProperty 2H|XPHB|Two-Handed} (unless mounted)","{@itemMastery Topple}","6 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Longsword|XPHB}","{@dice 1d8} Slashing","{@itemProperty V|XPHB|Versatile} ({@dice 1d10})","{@itemMastery Sap}","3 lb.","15 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Maul|XPHB}","{@dice 2d6} Bludgeoning","{@itemProperty H|XPHB|Heavy}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Topple}","10 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Morningstar|XPHB}","{@dice 1d8} Piercing","—","{@itemMastery Sap}","4 lb.","15 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Pike|XPHB}","{@dice 1d10} Piercing","{@itemProperty H|XPHB|Heavy}, {@itemProperty R|XPHB|Reach}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Push}","18 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Rapier|XPHB}","{@dice 1d8} Piercing","{@itemProperty F|XPHB|Finesse}","{@itemMastery Vex}","2 lb.","25 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Scimitar|XPHB}","{@dice 1d6} Slashing","{@itemProperty F|XPHB|Finesse}, {@itemProperty L|XPHB|Light}","{@itemMastery Nick}","3 lb.","25 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Shortsword|XPHB}","{@dice 1d6} Piercing","{@itemProperty F|XPHB|Finesse}, {@itemProperty L|XPHB|Light}","{@itemMastery Vex}","2 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Trident|XPHB}","{@dice 1d8} Piercing","{@itemProperty T|XPHB|Thrown} (Range 20/60), {@itemProperty V|XPHB|Versatile} ({@dice 1d10})","{@itemMastery Topple}","4 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Warhammer|XPHB}","{@dice 1d8} Bludgeoning","{@itemProperty V|XPHB|Versatile} ({@dice 1d10})","{@itemMastery Push}","5 lb.","15 GP"]},{"type":"row","style":"row-indent-first","row":["{@item War Pick|XPHB}","{@dice 1d8} Piercing","{@itemProperty V|XPHB|Versatile} ({@dice 1d10})","{@itemMastery Sap}","2 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Whip|XPHB}","{@dice 1d4} Slashing","{@itemProperty F|XPHB|Finesse}, {@itemProperty R|XPHB|Reach}","{@itemMastery Slow}","3 lb.","2 GP"]},[{"type":"cell","width":6,"entry":"{@i Martial Ranged Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Blowgun|XPHB}","1 Piercing","{@itemProperty A|XPHB|Ammunition} (Range 25/100; Needle), {@itemProperty LD|XPHB|Loading}","{@itemMastery Vex}","1 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Hand Crossbow|XPHB}","{@dice 1d6} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 30/120; Bolt), {@itemProperty L|XPHB|Light}, {@itemProperty LD|XPHB|Loading}","{@itemMastery Vex}","3 lb.","75 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Heavy Crossbow|XPHB}","{@dice 1d10} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 100/400; Bolt), {@itemProperty H|XPHB|Heavy}, {@itemProperty LD|XPHB|Loading}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Push}","18 lb.","50 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Longbow|XPHB}","{@dice 1d8} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 150/600; Arrow), {@itemProperty H|XPHB|Heavy}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","2 lb.","50 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Musket|XPHB}","{@dice 1d12} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 40/120; Bullet), {@itemProperty LD|XPHB|Loading}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","10 lb.","500 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Pistol|XPHB}","{@dice 1d10} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 30/90; Bullet), {@itemProperty LD|XPHB|Loading}","{@itemMastery Vex}","3 lb.","250 GP"]}],"name":"Weapons","page":213,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Armor","colLabels":["Armor","Armor Class (AC)","Strength","Stealth","Weight","Cost"],"colStyles":["col-2-9","col-2-9","col-1-4","col-2","col-1-4 text-center","col-1-4 text-right"],"rows":[[{"type":"cell","width":6,"entry":"{@i Light Armor (1 Minute to Don or Doff)}"}],{"type":"row","style":"row-indent-first","row":["{@item Padded Armor|XPHB}","11 + Dex modifier","—","{@variantrule Disadvantage|XPHB}","8 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Leather Armor|XPHB}","11 + Dex modifier","—","—","10 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Studded Leather Armor|XPHB}","12 + Dex modifier","—","—","13 lb.","45 GP"]},[{"type":"cell","width":6,"entry":"{@i Medium Armor (5 Minutes to Don and 1 Minute to Doff)}"}],{"type":"row","style":"row-indent-first","row":["{@item Hide Armor|XPHB}","12 + Dex modifier (max 2)","—","—","12 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Chain Shirt|XPHB}","13 + Dex modifier (max 2)","—","—","20 lb.","50 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Scale Mail|XPHB}","14 + Dex modifier (max 2)","—","{@variantrule Disadvantage|XPHB}","45 lb.","50 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Breastplate|XPHB}","14 + Dex modifier (max 2)","—","—","20 lb.","400 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Half Plate Armor|XPHB}","15 + Dex modifier (max 2)","—","{@variantrule Disadvantage|XPHB}","40 lb.","750 GP"]},[{"type":"cell","width":6,"entry":"{@i Heavy Armor (10 Minutes to Don and 5 Minutes to Doff)}"}],{"type":"row","style":"row-indent-first","row":["{@item Ring Mail|XPHB}","14","—","{@variantrule Disadvantage|XPHB}","40 lb.","30 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Chain Mail|XPHB}","16","Str 13","{@variantrule Disadvantage|XPHB}","55 lb.","75 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Splint Armor|XPHB}","17","Str 15","{@variantrule Disadvantage|XPHB}","60 lb.","200 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Plate Armor|XPHB}","18","Str 15","{@variantrule Disadvantage|XPHB}","65 lb.","1,500 GP"]},[{"type":"cell","width":6,"entry":"{@i Shield ({@action Utilize|XPHB} Action to Don or Doff)}"}],{"type":"row","style":"row-indent-first","row":["{@item Shield|XPHB}","+2","—","—","6 lb.","10 GP"]}],"name":"Armor","page":219,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Adventuring Gear","colLabels":["Item","Weight","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Acid|XPHB}","1 lb.","25 GP"],["{@item Alchemist's Fire|XPHB}","1 lb.","50 GP"],["Ammunition","Varies","Varies"],["{@item Antitoxin|XPHB}","—","50 GP"],["{@item Arcane Focus|XPHB}","Varies","Varies"],["{@item Backpack|XPHB}","5 lb.","2 GP"],["{@item Ball Bearings|XPHB}","2 lb.","1 GP"],["{@item Barrel|XPHB}","70 lb.","2 GP"],["{@item Basket|XPHB}","2 lb.","4 SP"],["{@item Bedroll|XPHB}","7 lb.","1 GP"],["{@item Bell|XPHB}","—","1 GP"],["{@item Blanket|XPHB}","3 lb.","5 SP"],["{@item Block and Tackle|XPHB}","5 lb.","1 GP"],["{@item Book|XPHB}","5 lb.","25 GP"],["{@item Glass Bottle|XPHB|Bottle, Glass}","2 lb.","2 GP"],["{@item Bucket|XPHB}","2 lb.","5 CP"],["{@item Burglar's Pack|XPHB}","42 lb.","16 GP"],["{@item Caltrops|XPHB}","2 lb.","1 GP"],["{@item Candle|XPHB}","—","1 CP"],["{@item Crossbow Bolt Case|XPHB|Case, Crossbow Bolt}","1 lb.","1 GP"],["{@item Map or Scroll Case|XPHB|Case, Map or Scroll}","1 lb.","1 GP"],["{@item Chain|XPHB}","10 lb.","5 GP"],["{@item Chest|XPHB}","25 lb.","5 GP"],["{@item Climber's Kit|XPHB}","12 lb.","25 GP"],["{@item Fine Clothes|XPHB|Clothes, Fine}","6 lb.","15 GP"],["{@item Traveler's Clothes|XPHB|Clothes, Traveler's}","4 lb.","2 GP"],["{@item Component Pouch|XPHB}","2 lb.","25 GP"],["{@item Costume|XPHB}","4 lb.","5 GP"],["{@item Crowbar|XPHB}","5 lb.","2 GP"],["{@item Diplomat's Pack|XPHB}","39 lb.","39 GP"],["{@item Druidic Focus|XPHB}","Varies","Varies"],["{@item Dungeoneer's Pack|XPHB}","55 lb.","12 GP"],["{@item Entertainer's Pack|XPHB}","58½ lb.","40 GP"],["{@item Explorer's Pack|XPHB}","55 lb.","10 GP"],["{@item Flask|XPHB}","1 lb.","2 CP"],["{@item Grappling Hook|XPHB}","4 lb.","2 GP"],["{@item Healer's Kit|XPHB}","3 lb.","5 GP"],["{@item Holy Symbol|XPHB}","Varies","Varies"],["{@item Holy Water|XPHB}","1 lb.","25 GP"],["{@item Hunting Trap|XPHB}","25 lb.","5 GP"],["{@item Ink|XPHB}","—","10 GP"],["{@item Ink Pen|XPHB}","—","2 CP"],["{@item Jug|XPHB}","4 lb.","2 CP"],["{@item Ladder|XPHB}","25 lb.","1 SP"],["{@item Lamp|XPHB}","1 lb.","5 SP"],["{@item Bullseye Lantern|XPHB|Lantern, Bullseye}","2 lb.","10 GP"],["{@item Hooded Lantern|XPHB|Lantern, Hooded}","2 lb.","5 GP"],["{@item Lock|XPHB}","1 lb.","10 GP"],["{@item Magnifying Glass|XPHB}","—","100 GP"],["{@item Manacles|XPHB}","6 lb.","2 GP"],["{@item Map|XPHB}","—","1 GP"],["{@item Mirror|XPHB}","1/2 lb.","5 GP"],["{@item Net|XPHB}","3 lb.","1 GP"],["{@item Oil|XPHB}","1 lb.","1 SP"],["{@item Paper|XPHB}","—","2 SP"],["{@item Parchment|XPHB}","—","1 SP"],["{@item Perfume|XPHB}","—","5 GP"],["{@item Basic Poison|XPHB|Poison, Basic}","—","100 GP"],["{@item Pole|XPHB}","7 lb.","5 CP"],["{@item Iron Pot|XPHB|Pot, Iron}","10 lb.","2 GP"],["{@item Potion of Healing|XDMG}","1/2 lb.","50 GP"],["{@item Pouch|XPHB}","1 lb.","5 SP"],["{@item Priest's Pack|XPHB}","29 lb.","33 GP"],["{@item Quiver|XPHB}","1 lb.","1 GP"],["{@item Portable Ram|XPHB|Ram, Portable}","35 lb.","4 GP"],["{@item Rations|XPHB}","2 lb.","5 SP"],["{@item Robe|XPHB}","4 lb.","1 GP"],["{@item Rope|XPHB}","5 lb.","1 GP"],["{@item Sack|XPHB}","1/2 lb.","1 CP"],["{@item Scholar's Pack|XPHB}","22 lb.","40 GP"],["{@item Shovel|XPHB}","5 lb.","2 GP"],["{@item Signal Whistle|XPHB}","—","5 CP"],["Spell Scroll (Cantrip)","—","30 GP"],["Spell Scroll (Level 1)","—","50 GP"],["{@item Iron Spikes|XPHB|Spikes, Iron}","5 lb.","1 GP"],["{@item Spyglass|XPHB}","1 lb.","1,000 GP"],["{@item String|XPHB}","—","1 SP"],["{@item Tent|XPHB}","20 lb.","2 GP"],["{@item Tinderbox|XPHB}","1 lb.","5 SP"],["{@item Torch|XPHB}","1 lb.","1 CP"],["{@item Vial|XPHB}","—","1 GP"],["{@item Waterskin|XPHB}","5 lb. (full)","2 SP"]],"name":"Adventuring Gear","page":222,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Ammunition","colLabels":["Type","Amount","Storage","Weight","Cost"],"colStyles":["col-3","col-2 text-center","col-3","col-2 text-center","col-2 text-right"],"rows":[["{@item Arrows (20)|XPHB|Arrows}","20","{@item Quiver|XPHB}","1 lb.","1 GP"],["{@item Bolts (20)|XPHB|Bolts}","20","{@item Crossbow Bolt Case|XPHB|Case}","1½ lb.","1 GP"],["{@item Firearm Bullets (10)|XPHB|Bullets, Firearm}","10","{@item Pouch|XPHB}","2 lb.","3 GP"],["{@item Sling Bullet|XPHB|Bullets, Sling}","20","{@item Pouch|XPHB}","1½ lb.","4 CP"],["{@item Needles (50)|XPHB|Needles}","50","{@item Pouch|XPHB}","1 lb.","1 GP"]],"name":"Ammunition (Varies); Ammunition","page":222,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Arcane Focuses","colLabels":["Focus","Weight","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Crystal|XPHB}","1 lb.","10 GP"],["{@item Orb|XPHB}","3 lb.","20 GP"],["{@item Rod|XPHB}","2 lb.","10 GP"],["{@item Staff|XPHB} (also a {@item Quarterstaff|XPHB})","4 lb.","5 GP"],["{@item Wand|XPHB}","1 lb.","10 GP"]],"name":"Arcane Focus (Varies); Arcane Focuses","page":224,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Druidic Focuses","colLabels":["Focus","Weight","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Sprig of mistletoe|XPHB}","—","1 GP"],["{@item Wooden staff|XPHB} (also a {@item Quarterstaff|XPHB})","4 lb.","5 GP"],["{@item Yew wand|XPHB}","1 lb.","10 GP"]],"name":"Druidic Focus (Varies); Druidic Focuses","page":225,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Holy Symbols","colLabels":["Symbol","Weight","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Amulet|XPHB} (worn or held)","1 lb.","5 GP"],["{@item Emblem|XPHB} (borne on fabric or a Shield)","—","5 GP"],["{@item Reliquary|XPHB} (held)","2 lb.","5 GP"]],"name":"Holy Symbol (Varies); Holy Symbols","page":226,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Mounts and Other Animals","colLabels":["Item","Carrying Capacity","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Camel|XPHB}","450 lb.","50 GP"],["{@item Elephant|XPHB}","1,320 lb.","200 GP"],["{@item Draft Horse|XPHB|Horse, Draft}","540 lb.","50 GP"],["{@item Riding Horse|XPHB|Horse, Riding}","480 lb.","75 GP"],["{@item Mastiff|XPHB}","195 lb.","25 GP"],["{@item Mule|XPHB}","420 lb.","8 GP"],["{@item Pony|XPHB}","225 lb.","30 GP"],["{@item Warhorse|XPHB}","540 lb.","400 GP"]],"name":"Mounts and Vehicles; Mounts and Other Animals","page":229,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Tack, Harness, and Drawn Vehicles","colLabels":["Item","Weight","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[{"type":"row","style":"row-indent-first","row":["{@item Carriage|XPHB}","600 lb.","100 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Cart|XPHB}","200 lb.","15 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Chariot|XPHB}","100 lb.","250 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Feed (per day)|XPHB|Feed per day}","10 lb.","5 CP"]},[{"type":"cell","width":3,"entry":"{@i Saddle}"}],{"type":"row","style":"row-indent-first","row":["{@item Exotic Saddle|XPHB|Exotic}","40 lb.","60 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Military Saddle|XPHB|Military}","30 lb.","20 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Riding Saddle|XPHB|Riding}","25 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Sled|XPHB}","300 lb.","20 GP"]},{"type":"row","style":"row-indent-first","row":["Stabling per day","—","5 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Wagon|XPHB}","400 lb.","35 GP"]}],"name":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles","page":229,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Airborne and Waterborne Vehicles","colLabels":["Ship","Speed","Crew","Passengers","Cargo (Tons)","AC","HP","Damage Threshold","Cost"],"colStyles":["col-1-6","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-1-3 text-right"],"rows":[["{@item Airship|XPHB}","8 mph","10","20","1","13","300","—","40,000 GP"],["{@item Galley|XPHB}","4 mph","80","—","150","15","500","20","30,000 GP"],["{@item Keelboat|XPHB}","1 mph","1","6","1/2","15","100","10","3,000 GP"],["{@item Longship|XPHB}","3 mph","40","150","10","15","300","15","10,000 GP"],["{@item Rowboat|XPHB}","1½ mph","1","3","—","11","50","—","50 GP"],["{@item Sailing Ship|XPHB}","2 mph","20","20","100","15","300","15","10,000 GP"],["{@item Warship|XPHB}","2½ mph","60","60","200","15","500","20","25,000 GP"]],"name":"Large Vehicles; Airborne and Waterborne Vehicles","page":230,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Food, Drink, and Lodging","colLabels":["Item","Cost"],"colStyles":["col-8","col-2 text-right"],"rows":[{"type":"row","style":"row-indent-first","row":["Ale (mug)","4 CP"]},{"type":"row","style":"row-indent-first","row":["Bread (loaf)","2 CP"]},{"type":"row","style":"row-indent-first","row":["Cheese (wedge)","1 SP"]},[{"type":"cell","width":2,"entry":"{@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"]},[{"type":"cell","width":2,"entry":"{@i Meal}"}],{"type":"row","style":"row-indent-first","row":["Squalid","1 CP"]},{"type":"row","style":"row-indent-first","row":["Poor","2 CP"]},{"type":"row","style":"row-indent-first","row":["Modest","1 SP"]},{"type":"row","style":"row-indent-first","row":["Comfortable","2 SP"]},{"type":"row","style":"row-indent-first","row":["Wealthy","3 SP"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","6 SP"]},[{"type":"cell","width":2,"entry":"{@i Wine (bottle)}"}],{"type":"row","style":"row-indent-first","row":["Common","2 SP"]},{"type":"row","style":"row-indent-first","row":["Fine","10 GP"]}],"name":"Food, Drink, and Lodging","page":231,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Travel","colLabels":["Service","Cost"],"colStyles":["col-8","col-4"],"rows":[["Coach ride between towns","3 CP per mile"],["Coach ride within a city","1 CP per mile"],["Road or gate toll","1 CP"],["Ship's passage","1 SP per mile"]],"name":"Travel","page":231,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Hirelings","colLabels":["Service","Cost"],"colStyles":["col-8","col-4"],"rows":[["Skilled hireling","2 GP per day"],["Untrained hireling","2 SP per day"],["Messenger","2 CP per mile"]],"name":"Hirelings","page":232,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Spellcasting Services","colLabels":["Spell Level","Availability","Cost"],"colStyles":["col-2 text-center","col-6","col-2 text-right"],"rows":[["{@filter Cantrip|spells|level=0}","Village, town, or city","30 GP"],["{@filter 1|spells|level=1}","Village, town, or city","50 GP"],["{@filter 2|spells|level=2}","Village, town, or city","200 GP"],["{@filter 3|spells|level=3}","Town or city only","300 GP"],["{@filter 4–5|spells|level=4;5}","Town or city only","2,000 GP"],["{@filter 6–8|spells|level=6;8}","City only","20,000 GP"],["{@filter 9|spells|level=9}","City only","100,000 GP"]],"name":"Spellcasting Services","page":232,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Spell Scroll Costs","colLabels":["Spell Level","Time","Cost"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-right"],"rows":[["{@filter Cantrip|spells|level=0}","1 day","15 GP"],["{@filter 1|spells|level=1}","1 day","25 GP"],["{@filter 2|spells|level=2}","3 days","100 GP"],["{@filter 3|spells|level=3}","5 days","150 GP"],["{@filter 4|spells|level=4}","10 days","1,000 GP"],["{@filter 5|spells|level=5}","25 days","1,500 GP"],["{@filter 6|spells|level=6}","40 days","10,000 GP"],["{@filter 7|spells|level=7}","50 days","12,500 GP"],["{@filter 8|spells|level=8}","60 days","15,000 GP"],["{@filter 9|spells|level=9}","120 days","50,000 GP"]],"name":"Scribing Spell Scrolls; Spell Scroll Costs","page":233,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Spell Preparation by Class","colLabels":["Class","Change When You...","Number of Spells"],"colStyles":["col-2","col-8","col-2 text-center"],"rows":[["{@class Bard|XPHB}","Gain a level","One"],["{@class Cleric|XPHB}","Finish a Long Rest","Any"],["{@class Druid|XPHB}","Finish a Long Rest","Any"],["{@class Paladin|XPHB}","Finish a Long Rest","One"],["{@class Ranger|XPHB}","Finish a Long Rest","One"],["{@class Sorcerer|XPHB}","Gain a level","One"],["{@class Warlock|XPHB}","Gain a level","One"],["{@class Wizard|XPHB}","Finish a Long Rest","Any"]],"name":"Preparing Spells; Spell Preparation by Class","page":235,"source":"XPHB","chapter":{"name":"Spells","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Schools of Magic","colLabels":["School","Typical Effects"],"colStyles":["col-4","col-8"],"rows":[["Abjuration","Prevents or reverses harmful effects"],["Conjuration","Transports creatures or objects"],["Divination","Reveals information"],["Enchantment","Influences minds"],["Evocation","Channels energy to create effects that are often destructive"],["Illusion","Deceives the mind or senses"],["Necromancy","Manipulates life and death"],["Transmutation","Transforms creatures or objects"]],"name":"School of Magic; Schools of Magic","page":236,"source":"XPHB","chapter":{"name":"Spells","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Outer Planes","colLabels":["Outer Plane","Alignment"],"colStyles":["col-4","col-8"],"rows":[["Abyss","Chaotic Evil"],["Acheron","Lawful Evil, Lawful Neutral"],["Arborea","Chaotic Good"],["Arcadia","Lawful Good, Lawful Neutral"],["Beastlands","Chaotic Good, Neutral Good"],["Bytopia","Lawful Good, Neutral Good"],["Carceri","Chaotic Evil, Neutral Evil"],["Elysium","Neutral Good"],["Gehenna","Lawful Evil, Neutral Evil"],["Hades","Neutral Evil"],["Limbo","Chaotic Neutral"],["Mechanus","Lawful Neutral"],["Mount Celestia","Lawful Good"],["Nine Hells","Lawful Evil"],["Outlands","Neutral"],["Pandemonium","Chaotic Evil, Chaotic Neutral"],["Ysgard","Chaotic Good, Chaotic Neutral"]],"name":"The Outer Planes; Outer Planes","page":344,"source":"XPHB","chapter":{"name":"The Multiverse","ordinal":{"type":"appendix","identifier":"A"},"index":8}},{"colStyles":["col-2 text-right","col-10"],"rows":[["AC","Armor Class"],["C","{@status Concentration|XPHB}"],["CE","Chaotic Evil"],["CG","Chaotic Good"],["Cha.","Charisma"],["CN","Chaotic Neutral"],["Con.","Constitution"],["CP","Copper Piece(s)"],["CR","{@variantrule Challenge Rating|XPHB}"],["DC","{@variantrule Difficulty Class|XPHB}"],["Dex.","Dexterity"],["DM","Dungeon Master"],["EP","Electrum Piece(s)"],["GP","Gold Piece(s)"],["HP","{@variantrule Hit Points|XPHB|Hit Point}(s)"],["Int.","Intelligence"],["LE","Lawful Evil"],["LG","Lawful Good"],["LN","Lawful Neutral"],["M","Material component"],["N","Neutral"],["NE","Neutral Evil"],["NG","Neutral Good"],["NPC","Nonplayer character"],["PB","{@variantrule Proficiency|XPHB|Proficiency Bonus}"],["PP","Platinum Piece(s)"],["R","{@variantrule Ritual|XPHB}"],["S","Somatic component"],["SP","Silver Piece(s)"],["Str.","Strength"],["V","Verbal component"],["Wis.","Wisdom"],["XP","{@variantrule Experience Points|XPHB|Experience Point}(s)"]],"name":"Glossary Conventions","page":360,"source":"XPHB","chapter":{"name":"Rules Glossary","ordinal":{"type":"appendix","identifier":"C"},"index":10}},{"caption":"Abilities, Ability Checks, and Saving Throws","colLabels":["Ability","Score Measures...","Make an Ability Check To...","Make a Saving Throw To..."],"colStyles":["col-2-1","col-3-3","col-3-3","col-3-3"],"rows":[["Strength","Physical might","Lift, push, pull, or break something","Physically resist direct force"],["Dexterity","Agility, reflexes, balance","Move nimbly, quickly, or quietly","Dodge out of harm's way"],["Constitution","Health and stamina","Push your body beyond normal limits","Endure a toxic hazard"],["Intelligence","Reasoning and memory","Reason or remember","Recognize an illusion as fake"],["Wisdom","Perceptiveness and mental fortitude","Notice things in the environment or in creatures' behavior","Resist a mental assault"],["Charisma","Confidence, poise, and charm","Influence, entertain, or deceive","Assert your identity"]],"name":"Resolving Outcomes; Abilities, Ability Checks, and Saving Throws","page":27,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"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":29,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Improvising Damage","colLabels":["Damage","Examples"],"colStyles":["col-2 text-center","col-10"],"rows":[["{@damage 1d10}","Burned by coals, hit by a falling bookcase, pricked by a poison needle"],["{@damage 2d10}","Struck by lightning, stumbling into a firepit"],["{@damage 4d10}","Hit by falling rubble in a collapsing tunnel, tumbling into a vat of acid"],["{@damage 10d10}","Crushed by compacting walls, hit by whirling steel blades, wading through lava"],["{@damage 18d10}","Submerged in lava, hit by a crashing flying fortress"],["{@damage 24d10}","Tumbling into a vortex of fire on the {@book Elemental Plane of Fire|XDMG|5|Elemental Plane of Fire}, crushed in the jaws of a godlike creature or a moon-size monster"]],"name":"Improvising Damage","page":30,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Damage Severity and Level","colLabels":["Character Levels","Nuisance","Deadly"],"colStyles":["col-4 text-center","col-4 text-right","col-4 text-right"],"rows":[["1–4","5 ({@damage 1d10})","11 ({@damage 2d10})"],["5–10","11 ({@damage 2d10})","22 ({@damage 4d10})"],["11–16","22 ({@damage 4d10})","55 ({@damage 10d10})"],["17–20","55 ({@damage 10d10})","99 ({@damage 18d10})"]],"name":"Improvising Damage; Damage Severity and Level","page":30,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Audible Distance","colLabels":["Noise","Distance"],"colStyles":["col-10","col-2 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":"Perception and Encounters; Audible Distance","page":34,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Underwater Encounter Distance","colLabels":["Visibility","Encounter Distance"],"colStyles":["col-10","col-2 text-center"],"rows":[["Clear water, {@variantrule Bright Light|XPHB}","60 feet"],["Clear water, {@variantrule Dim Light|XPHB}","30 feet"],["Murky water or {@variantrule Darkness|XPHB}","10 feet"]],"name":"Visibility Underwater; Underwater Encounter Distance","page":36,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Weather","colLabels":["1d20","Temperature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–14","Normal for the season"],["15–17","{@dice 1d4 × 10} degrees Fahrenheit colder"],["18–20","{@dice 1d4 × 10} degrees Fahrenheit hotter"]],"name":"Weather","page":38,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["1d20","Wind","Precipitation"],"colStyles":["col-2 text-center","col-2","col-8"],"rows":[["1–12","None","None"],["13–17","Light","Light rain or light snowfall"],["18–20","Strong","Heavy rain or heavy snowfall"]],"name":"Weather; 2","page":38,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Travel Terrain","colLabels":["Terrain","Maximum Pace","Encounter Distance","Foraging DC","Navigation DC","Search DC"],"colStyles":["col-2","col-2","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["Arctic","Fast*","{@dice 6d6 × 10} feet","20","10","10"],["Coastal","Normal","{@dice 2d10 × 10} feet","10","5","15"],["Desert","Normal","{@dice 6d6 × 10} feet","20","10","10"],["Forest","Normal","{@dice 2d8 × 10} feet","10","15","15"],["Grassland","Fast","{@dice 6d6 × 10} feet","15","5","15"],["Hill","Normal","{@dice 2d10 × 10} feet","15","10","15"],["Mountain","Slow","{@dice 4d10 × 10} feet","20","15","20"],["Swamp","Slow","{@dice 2d8 × 10} feet","10","15","20"],["Underdark","Normal","{@dice 2d6 × 10} feet","20","10","20"],["Urban","Normal","{@dice 2d6 × 10} feet","20","15","15"],["Waterborne","Special†","{@dice 6d6 × 10} feet","15","10","15"]],"footnotes":["*Appropriate equipment (such as skis) is necessary to keep up a Fast pace in Arctic terrain.","†Characters' rate of travel while waterborne depends on the vehicle carrying them; see \"Vehicles.\""],"name":"Travel Terrain","page":39,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Creature Size and Space","colLabels":["Size","Space in Squares","Space in Hexes"],"colStyles":["col-2","col-5","col-5"],"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 and Space","page":44,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Describing Actions","colLabels":["Action","Description"],"colStyles":["col-2","col-10"],"rows":[["{@action Dash|XPHB}","\"Dispensing with attacks, your foe hurries across the room.\""],["{@action Disengage|XPHB}","\"Careful not to drop its guard, your foe edges away from you.\""],["{@action Dodge|XPHB}","\"Your foe watches you closely and tries to parry your attacks.\""],["{@action Help|XPHB}","\"While its ally attacks, your foe darts around, causing a distraction.\""],["{@action Magic|XPHB}","\"Your foe gestures in a deliberate manner and utters an invocation.\""],["{@action Ready|XPHB}","\"Your foe seems to be waiting for something, ready to act.\""]],"name":"Actions in Combat; Describing Actions","page":46,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Training to Gain Levels","colLabels":["Level Attained","Training Time","Training Cost"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["2–4","10 days","20 GP"],["5–10","20 days","40 GP"],["11–16","30 days","60 GP"],["17–20","40 days","80 GP"]],"name":"Variant: Training to Gain Levels; Training to Gain Levels","page":49,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Escape Factors","colLabels":["Factor","Check Has..."],"colStyles":["col-6","col-6"],"rows":[["Many things to hide behind","Advantage"],["A very crowded area","Advantage"],["Few things to hide behind","Disadvantage"],["An uncrowded area","Disadvantage"]],"name":"Ending a Chase; Escape Factors","page":53,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Urban Chase Complications","colLabels":["1d12","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cart or another large obstacle blocks your way. Make a {@dc 10} Dexterity saving throw to get past the obstacle. On a failed save, the obstacle counts as 10 feet of {@variantrule Difficult Terrain|XPHB} for you."],["2","A crowd blocks your way. Make a {@dc 10} Strength, Dexterity, or Charisma saving throw (your choice) to navigate through the crowd. On a failed save, the crowd counts as 10 feet of {@variantrule Difficult Terrain|XPHB} for you."],["3","A maze of barrels, crates, or similar obstacles stands in your way. Make a {@dc 10} Dexterity or Intelligence saving throw (your choice) to navigate the maze. On a failed save, the maze counts as 10 feet of {@variantrule Difficult Terrain|XPHB} for you."],["4","The ground is slippery with rain, spilled oil, or some other liquid. Make a {@dc 10} Dexterity saving throw. On a failed save, you have the {@condition Prone|XPHB} condition."],["5","You encounter a brawl in progress. Make a {@dc 15} Strength, Dexterity, or Charisma saving throw (your choice) to get past the brawlers unimpeded. On a failed save, you take {@dice 2d4} Bludgeoning damage, and the brawlers count as 10 feet of {@variantrule Difficult Terrain|XPHB} for you."],["6","You must 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."],["7–12","There is no complication."]],"name":"Urban Chase Complications","page":53,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Wilderness Chase Complications","colLabels":["1d12","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You pass through a {@creature Swarm of Insects|XMM} (see the {@book Monster Manual|XMM}, with the DM choosing whichever kind of insects makes the most sense). The swarm uses one of its actions, targeting you."],["2","A stream or ravine blocks your path. Make a {@dc 10} Strength or Dexterity saving throw (your choice) to cross the impediment. On a failed save, the impediment counts as 10 feet of {@variantrule Difficult Terrain|XPHB} for you."],["3","Make a {@dc 10} Constitution saving throw. On a failed save, blowing sand, dirt, ash, snow, or pollen causes you to have the {@condition Blinded|XPHB} condition until the end of your turn. While you are Blinded in this way, your Speed is halved."],["4","A sudden drop catches you by surprise. Make a {@dc 10} Dexterity saving throw to navigate the impediment. On a failed save, you fall 10 feet."],["5","Your path takes you near a patch of {@book razorvine|XDMG|2|Razorvine} (see \"{@book Hazards|XDMG|2|Hazards}\" in this chapter). 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."],["6","A creature native to the area notices you. (The DM chooses a creature appropriate for the terrain.) Make a {@dc 10} Wisdom or Charisma saving throw (your choice). On a failed save, the creature joins the chase, with you as its quarry."],["7–12","There is no complication."]],"name":"Wilderness Chase Complications","page":53,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Magic Item Power by Rarity","colLabels":["Rarity","Max. Spell Level","Max. Bonus"],"colStyles":["col-4","col-4 text-center","col-4 text-center"],"rows":[["Common","1","—"],["Uncommon","3","+1"],["Rare","5","+2"],["Very Rare","8","+3"],["Legendary","9","+4"]],"name":"Power Level; Magic Item Power by Rarity","page":58,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Spell Damage","colLabels":["Spell Level","One Target","Multiple Targets"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["Cantrip","{@dice 1d10}","{@dice 1d6}"],["1","{@dice 2d10}","{@dice 2d6}"],["2","{@dice 3d10}","{@dice 3d6}"],["3","{@dice 5d10}","{@dice 6d6}"],["4","{@dice 6d10}","{@dice 7d6}"],["5","{@dice 7d10}","{@dice 8d6}"],["6","{@dice 10d10}","{@dice 11d6}"],["7","{@dice 11d10}","{@dice 12d6}"],["8","{@dice 12d10}","{@dice 13d6}"],["9","{@dice 15d10}","{@dice 16d6}"]],"name":"Spell Damage","page":59,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Doors","colLabels":["Door","AC","HP","DC to Open"],"colStyles":["col-3","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["Glass door","13","4","10"],["Metal door","19","72","25"],["Stone door","17","40","20"],["Wooden door","15","18","15"]],"name":"Doors","page":64,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Lock Complexity","colLabels":["Complexity","Time"],"colStyles":["col-6","col-6 text-center"],"rows":[["Simple","1 action"],["Complex","1 minute"]],"name":"Locked Door; Lock Complexity","page":64,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Lock Quality","colLabels":["Quality","DC to Unlock"],"colStyles":["col-6","col-6 text-center"],"rows":[["Inferior","10"],["Good","15"],["Superior","20"]],"name":"Locked Door; Lock Quality","page":64,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Secret Doors","colLabels":["Secret Door","DC to Detect"],"colStyles":["col-6","col-6 text-center"],"rows":[["Barely hidden secret door","10"],["Standard secret door","15"],["Well-hidden secret door","20"]],"name":"Secret Doors","page":64,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Portcullises","colLabels":["Portcullis Size","Iron DC","Wood DC"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["Medium (8 ft. tall × 5 ft. wide)","20","15"],["Large (10 ft. tall × 10 ft. wide)","25","20"],["Huge (20 ft. tall × 15 ft. wide)","30","25"]],"name":"Portcullises","page":64,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Dungeon Quirks","colLabels":["1d100","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","Abandoned after internal strife devastated its population"],["03–04","Abandoned because the site was cursed by a god or other powerful entity"],["05–06","Abandoned by its original creators when a plague spread through the dungeon"],["07–09","Amazingly well preserved ancient city inside a dome encased in volcanic ash, submerged underwater, or entombed in desert sands"],["10–12","Built as a fortress guarding a mountain pass"],["13–15","Built as a maze, either to protect treasure from intruders or as a gauntlet where prisoners were hunted by monsters"],["16–18","Built as a stronghold but abandoned after it fell to invaders"],["19–21","Built as a treasure vault to protect powerful magic items and great wealth"],["22–23","Built atop a cloud"],["24–26","Built beneath a city in catacombs or sewers"],["27–29","Built beneath or on top of a mesa or several connected mesas"],["30–32","Built by a religious group to serve as a temple and linked to the energy of other planes of existence"],["33–35","Built by dwarves and decorated with enormous dwarven faces that have been defaced by its current inhabitants"],["36–38","Built in a volcano"],["39–40","Built in or among the branches of a tree"],["41–43","Built to house a planar portal but abandoned when creatures or energy from the other side of the portal seeped into the dungeon"],["44–46","Carved into a meteorite (before or after it fell to earth)"],["47–49","Carved into a sheer cliff face"],["50–52","Caverns carved by a beholder's disintegration eye ray, with unnaturally smooth walls and vertical shafts connecting different levels"],["53–55","Contains something that led to the downfall of its creators or inhabitants"],["56–58","Dug as a burrow by a monster that might still live inside"],["59–61","Entrance concealed behind a waterfall"],["62–64","Floating on the sea"],["65–66","Intended as a death trap to eliminate any creature that enters, perhaps to guard a treasure or to harvest souls for a necromantic rite"],["67–69","Intended as a tomb"],["70–72","Long known as the site of a great miracle or another auspicious event"],["73–75","Made by amphibious creatures (such as kuo-toa or aboleths), using water to protect the innermost reaches from air-breathing intruders"],["76–78","Made by a powerful spellcaster (perhaps a lich) as a site for magical research and experimentation"],["79–81","Made by giants at a vast scale"],["82–84","Natural caverns featuring a range of strikingly beautiful rock and crystal formations"],["85–87","On an island in an underground sea"],["88–90","On the back of a Gargantuan creature"],["91–93","Originally constructed as a mine but abandoned when tunnels connected to dangerous Underdark tunnels"],["94–96","Secreted away in a demiplane or in a pocket dimension"],["97–98","Slowly abandoned as its creators died out or migrated away"],["99–00","Transformed by multiple events or disasters over the course of centuries"]],"name":"Dungeons; Dungeon Quirks","page":65,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"States of Ruin","colLabels":["1d6","Features"],"colStyles":["col-2 text-center","col-10"],"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."],["2","Crumbling. Areas within the dungeon section are choked with rubble and have a 50 percent chance of being {@variantrule Difficult Terrain|XPHB}. {@table Cover|XPHB|Half Cover} and hiding places are plentiful."],["3","Neglected. One dungeon hazard—such as {@book brown mold|XDMG|2|Brown Mold}, {@book green slime|XDMG|2|Green Slime}, or {@book yellow mold|XDMG|2|Yellow Mold} (see \"{@book Hazards|XDMG|2|Hazards}\" in this chapter)—is abundant."],["4","Abandoned. Most of the dungeon is deserted. Dexterity ({@skill Stealth|XPHB}) checks have {@variantrule Disadvantage|XPHB} because any sounds stand out as unusual."],["5","Secure. Ability checks made to break down doors, open locks, or carry out similar activities have Disadvantage."],["6","Thriving. The dungeon is heavily populated. Any loud noises draw the attention of nearby creatures."]],"name":"Dungeon Decay; States of Ruin","page":67,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Sample Fear DCs","colLabels":["Example","Save DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["When the characters open a sarcophagus, a harmless yet terrifying apparition appears.","10"],["A character triggers a magical trap that creates an illusory manifestation of that character's worst fears, visible only to that character.","15"],["A portal to the Abyss opens, revealing a nightmarish realm of torment and slaughter.","20"]],"name":"Fear Effects; Sample Fear DCs","page":70,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Sample Mental Stress Effects","colLabels":["Example","Save DC","Psychic Damage"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["A character ingests a hallucinogenic substance that distorts the character's perception of reality.","10","{@dice 1d6}"],["A character touches a fiendish idol that tears at the character's mind, threatening to shatter it.","15","{@dice 3d6}"],["A magical trap flings a character into the Far Realm until the end of that character's next turn.","20","{@dice 9d6}"]],"name":"Sample Mental Stress Effects","page":70,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Firearms","colLabels":["Modern Item","Damage","Properties","Mastery","Weight"],"colStyles":["col-2","col-2","col-5-4","col-1-3 text-center","col-1-3 text-center"],"rows":[[{"type":"cell","width":5,"entry":"{@i Martial Ranged Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Automatic Rifle|XDMG}","{@dice 2d8} Piercing","{@itemProperty AF|XDMG|Ammunition} (Range 80/240; Bullet), {@itemProperty BF|XDMG|Burst Fire}, {@itemProperty RLD|XDMG|Reload} (30 shots), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Hunting Rifle|XDMG}","{@dice 2d10} Piercing","{@itemProperty AF|XDMG|Ammunition} (Range 80/240; Bullet), {@itemProperty RLD|XDMG|Reload} (5 shots), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Revolver|XDMG}","{@dice 2d8} Piercing","{@itemProperty AF|XDMG|Ammunition} (Range 40/120; Bullet), {@itemProperty RLD|XDMG|Reload} (6 shots)","{@itemMastery Sap}","3 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Semiautomatic Pistol|XDMG}","{@dice 2d6} Piercing","{@itemProperty AF|XDMG|Ammunition} (Range 50/150; Bullet), {@itemProperty RLD|XDMG|Reload} (15 shots)","{@itemMastery Vex}","3 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Shotgun|XDMG}","{@dice 2d8} Piercing","{@itemProperty AF|XDMG|Ammunition} (Range 30/90; Bullet), {@itemProperty RLD|XDMG|Reload} (2 shots), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Push}","7 lb."]}],"name":"Firearms","page":72,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Futuristic Item","Damage","Properties","Mastery","Weight"],"colStyles":["col-2","col-2","col-5-4","col-1-3 text-center","col-1-3 text-center"],"rows":[[{"type":"cell","width":5,"entry":"{@i Martial Ranged Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Antimatter Rifle|XDMG}","{@dice 6d8} Necrotic","{@itemProperty AF|XDMG|Ammunition} (Range 120/360; Energy Cell), {@itemProperty RLD|XDMG|Reload} (2 shots), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Sap}","10 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Laser Pistol|XDMG}","{@dice 3d6} Radiant","{@itemProperty AF|XDMG|Ammunition} (Range 40/120; Energy Cell), {@itemProperty RLD|XDMG|Reload} (50 shots)","{@itemMastery Vex}","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Laser Rifle|XDMG}","{@dice 3d8} Radiant","{@itemProperty AF|XDMG|Ammunition} (Range 100/300; Energy Cell), {@itemProperty RLD|XDMG|Reload} (30 shots), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","7 lb."]}],"name":"Ammunition; 2","page":72,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Explosives","colLabels":["Item","Cost","Weight"],"colStyles":["col-8","col-2 text-right","col-2 text-center"],"rows":[["{@item Bomb|XDMG}","100 GP","1 lb."],["{@item Dynamite Stick|XDMG}","—","1 lb."],["{@item Fragmentation Grenade|XDMG|Grenade, Fragmentation}","—","1 lb."],["{@item Grenade Launcher|XDMG}","—","7 lb."],["{@item Smoke Grenade|XDMG|Grenade, Smoke}","50 GP","2 lb."],["{@item Gunpowder (keg)|XDMG}","250 GP","20 lb."],["{@item Gunpowder (powder horn)|XDMG}","35 GP","2 lb."]],"name":"Explosives","page":72,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Maintenance Costs","colLabels":["Fortification","Cost per Day"],"colStyles":["col-10","col-2 text-right"],"rows":[["Fortified outpost or watchtower","50 GP"],["Keep or small castle","100 GP"],["Large castle or fortress","400 GP"]],"name":"Fortifications; Maintenance Costs","page":80,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Mob Results","colLabelRows":[[{"type":"cellHeader","width":3,"entry":"Roll Needed","style":"th-skewer"},{"type":"cellHeader","width":4,"entry":"Number of Successes","style":"th-skewer"}],["Normal","With Advantage","With Disadvantage","Out of 4","Out of 5","Out of 6","Out of 8","Out of 10"]],"colStyles":["col-1-5 text-center","col-1-5 text-center","col-1-5 text-center","col-1-5 text-center","col-1-5 text-center","col-1-5 text-center","col-1-5 text-center","col-1-5 text-center"],"rows":[["1","1–4","1","4/4","5/5","6/6","8/8","10/10"],["2","5–6","—","4/4","5/5","6/6","8/8","10/10"],["3","7–8","2","4/4","5/5","5/6","7/8","9/10"],["4","9","—","3/4","4/5","5/6","7/8","9/10"],["5","10","3","3/4","4/5","5/6","6/8","8/10"],["6","11","—","3/4","4/5","5/6","6/8","8/10"],["7","12","4","3/4","4/5","4/6","6/8","7/10"],["8","13","5","3/4","3/5","4/6","5/8","7/10"],["9","14","—","2/4","3/5","4/6","5/8","6/10"],["10","—","6","2/4","3/5","3/6","4/8","6/10"],["11","15","7","2/4","3/5","3/6","4/8","5/10"],["12","16","—","2/4","2/5","3/6","4/8","5/10"],["13","—","8","2/4","2/5","2/6","3/8","4/10"],["14","17","9","1/4","2/5","2/6","3/8","4/10"],["15","18","10","1/4","2/5","2/6","2/8","3/10"],["16","—","11","1/4","1/5","2/6","2/8","3/10"],["17","19","12","1/4","1/5","1/6","2/8","2/10"],["18","—","13","1/4","1/5","1/6","1/8","2/10"],["19","20","14–15","0","1/5","1/6","1/8","1/10"],["20","—","16–17","0","0","0","0","1/10"]],"name":"Average Results; Mob Results","page":82,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Targets in Area of Effect","colLabelRows":[[{"type":"cellHeader","width":4,"entry":"Area Shape and Size","style":"th-skewer"}],["Cone","Cube","Circular*","Line","Number of Targets"]],"colStyles":["col-2","col-2","col-2","col-4","col-2 text-center"],"rows":[["10-foot","5- to 10-foot","5-foot-radius","—","1"],["15- to 20-foot","15-foot","—","30-foot-long, 5-foot-wide","2"],["25-foot","—","10-foot-radius","30-foot-long, 10-foot-wide or 60-foot-long, 5-foot-wide","3"],["—","20-foot","—","90- or 100-foot-long, 5-foot-wide","4"],["30-foot","—","—","60-foot-long, 10-foot-wide or 120-foot-long, 5-foot-wide","5"],["35-foot","25-foot","15-foot-radius","—","6"],["40-foot","30-foot","—","90- or 100-foot-long, 10-foot-wide","8"],["45-foot","—","—","—","9"],["50-foot","35-foot","20-foot-radius","120-foot-long, 10-foot-wide","10"],["55-foot","40-foot","—","—","12"],["60-foot","45-foot","25-foot-radius","—","16"],["—","50-foot","30-foot-radius","—","20"]],"footnotes":["*Use this column for {@variantrule Cylinder [Area of Effect]|XPHB|Cylinders}, {@variantrule Emanation [Area of Effect]|XPHB|Emanations} (using the size of the Emanation rather than its radius), and {@variantrule Sphere [Area of Effect]|XPHB|Spheres}."],"name":"Adjudicating Areas of Effect; Targets in Area of Effect","page":82,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"1: Common Names","isNameGenerator":true,"colLabels":["1d12","Common Given Name","Common Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Adrik","Brightsun"],["2","Alvyn","Dundragon"],["3","Aurora","Frostbeard"],["4","Eldeth","Garrick"],["5","Eldon","Goodbarrel"],["6","Farris","Greycastle"],["7","Kathra","Ironfist"],["8","Kellen","Jaerin"],["9","Lily","Merryweather"],["10","Nissa","Redthorn"],["11","Xinli","Stormriver"],["12","Zorra","Wren"]],"name":"1: Common Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"2: Guttural Names","isNameGenerator":true,"colLabels":["1d12","Guttural Given Name","Guttural Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Abzug","Burska"],["2","Bajok","Gruuthok"],["3","Bharash","Hrondl"],["4","Grovis","Jarzzok"],["5","Gruuna","Kraltus"],["6","Hokrun","Shamog"],["7","Mardred","Skrangval"],["8","Rhogar","Ungart"],["9","Skuldark","Uuthrakt"],["10","Thokk","Vrakir"],["11","Urzul","Yuldra"],["12","Varka","Zulrax"]],"name":"2: Guttural Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"3: Lyrical Names","isNameGenerator":true,"colLabels":["1d12","Lyrical Given Name","Lyrical Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Arannis","Arvannis"],["2","Damaia","Brawnanvil"],["3","Darsis","Daardendrian"],["4","Dweomer","Drachedandion"],["5","Evabeth","Endryss"],["6","Jhessail","Meliamne"],["7","Keyleth","Mishann"],["8","Netheria","Silverfrond"],["9","Orianna","Snowmantle"],["10","Sorcyl","Summerbreeze"],["11","Umarion","Thunderfoot"],["12","Velissa","Zashir"]],"name":"3: Lyrical Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"4: Monosyllabic Names","isNameGenerator":true,"colLabels":["1d12","Monosyllabic Given Name","Monosyllabic Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Chen","Dench"],["2","Creel","Drog"],["3","Dain","Dusk"],["4","Dorn","Holg"],["5","Flint","Horn"],["6","Glim","Imsh"],["7","Henk","Jask"],["8","Krusk","Keth"],["9","Nox","Ku"],["10","Nyx","Kung"],["11","Rukh","Mott"],["12","Shan","Quaal"]],"name":"4: Monosyllabic Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"5: Sinister Names","isNameGenerator":true,"colLabels":["1d12","Sinister Given Name","Sinister Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Arachne","Doomwhisper"],["2","Axyss","Dreadfield"],["3","Carrion","Gallows"],["4","Grinnus","Hellstryke"],["5","Melkhis","Killraven"],["6","Morthos","Nightblade"],["7","Nadir","Norixius"],["8","Scandal","Shadowfang"],["9","Skellendyre","Valtar"],["10","Thaltus","Winterspell"],["11","Valkora","Xandros"],["12","Vexander","Zarkynzorn"]],"name":"5: Sinister Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"6: Whimsical Names","isNameGenerator":true,"colLabels":["1d12","Whimsical Given Name","Whimsical Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Cricket","Borogove"],["2","Daisy","Goldjoy"],["3","Dimble","Hoddypeak"],["4","Ellywick","Huddle"],["5","Erky","Jollywind"],["6","Fiddlestyx","Oneshoe"],["7","Fonkin","Scramblewise"],["8","Golly","Sunnyhill"],["9","Mimsy","Tallgrass"],["10","Pumpkin","Timbers"],["11","Quarrel","Underbough"],["12","Sybilwick","Wimbly"]],"name":"6: Whimsical Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"NPC Appearance","colLabels":["1d12","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Distinctive jewelry"],["2","Flamboyant, outlandish, formal, or ragged clothes"],["3","Uses an elegant mobility device (wheelchair, brace, or cane)"],["4","Pronounced scar"],["5","Unusual eye color (or two different colors)"],["6","Tattoos or piercings"],["7","Birthmark"],["8","Unusual hair color"],["9","Bald, or braided beard or hair"],["10","Distinctive nose (large, bulbous, angular, small)"],["11","Distinctive posture (stooped or rigid)"],["12","Exceptionally beautiful or ugly"]],"name":"NPC Appearance","page":86,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"NPC Secrets","colLabels":["1d10","Secret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The NPC is in disguise, concealing their identity or some aspect of their appearance."],["2","The NPC is currently planning, executing, or covering up a crime."],["3","The NPC (or their family) has been threatened with harm unless the NPC does something."],["4","The NPC is under a magical compulsion (perhaps a {@spell Geas|XPHB} spell or some kind of curse) to behave in a certain way."],["5","The NPC is seriously ill or in terrible pain."],["6","The NPC feels responsible for someone's death or ill fortune."],["7","The NPC is on the brink of financial ruin."],["8","The NPC is desperately lonely or harboring an unrequited passion."],["9","The NPC nurses a powerful ambition."],["10","The NPC is deeply dissatisfied or unhappy."]],"name":"NPC Secrets","page":86,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Level-Based Renown","colLabels":["Renown Score","Character Level"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1"],["3","3"],["10","5"],["25","11"],["50","17"]],"name":"Level-Based Renown","page":92,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Settlements by Size","colLabels":["Settlement","Population Range","Max. GP Value"],"colStyles":["col-4","col-4","col-4 text-right"],"rows":[["Village","Up to 500","20 GP"],["Town","501–5,000","2,000 GP"],["City","5,001 and higher","200,000 GP"]],"name":"Settlements by Size","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Defining Traits","colLabels":["1d20","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Fortified outer wall"],["3–4","Lots of gardens, parks, and greenery"],["5–6","Lots of mud, filth, and litter"],["7–8","Sprawling cemetery"],["9–10","Lingering fog"],["11–12","Noise and smoke from smithies and forges"],["13","Canals and bridges"],["14","Cliffs on one or more sides"],["15–16","Clean streets and well-maintained buildings"],["17–18","Ancient ruins within the settlement"],["19–20","Impressive structure (such as a keep, temple, circle of standing stones, or ziggurat)"]],"name":"Settlement Tables and Tracker; Defining Traits","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Claims to Fame","colLabels":["1d20","Claim to Fame"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Delicious food"],["2","Rude people"],["3","Friendly folk"],["4","Artists or writers"],["5","Great hero/savior"],["6","Flowers"],["7","Seasonal festival"],["8","Hauntings"],["9","Spellcasters"],["10","Decadence"],["11","Piety"],["12","Gambling"],["13","Godlessness"],["14","Education"],["15","Wines"],["16","High fashion"],["17","Political intrigue"],["18","Powerful guilds"],["19","Patriotism"],["20","Ancient ruins"]],"name":"Settlement Tables and Tracker; Claims to Fame","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Current Calamities","colLabels":["1d12","Calamity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Monsters infest the settlement."],["2","A key figure died; murder is suspected."],["3","War brews between rival guilds or gangs."],["4","A plague or famine sparks riots."],["5","Monsters attack anyone who approaches or leaves the settlement."],["6","Trade disputes cause economic hardship."],["7","A natural disaster threatens the settlement."],["8","A prophecy of doom has residents on edge."],["9","Locals are being drafted to fight in a war."],["10","Political or religious strife threatens violence."],["11","The settlement is under siege."],["12","Scandal threatens powerful local families."]],"name":"Settlement Tables and Tracker; Current Calamities","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Local Leaders","colLabels":["1d12","Leader"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Respected, fair, and just leader or council"],["2","Feared tyrant"],["3","Coward manipulated by others"],["4","Illegitimate leader causing civil unrest"],["5","Powerful monster"],["6","Mysterious, anonymous conspirators"],["7","Contested leadership (with open fighting)"],["8","Acrimonious council unable to make decisions"],["9","Doltish lout"],["10","Dying leader (with disputed succession)"],["11","Iron-willed and respected leader or council"],["12","Religious leader or council"]],"name":"Settlement Tables and Tracker; Local Leaders","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Tavern Names","isNameGenerator":true,"colLabels":["1d20","First Part","Second Part"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","The Golden","Lyre"],["2","The Silver","Dolphin"],["3","The Beardless","Dwarf"],["4","The Laughing","Pegasus"],["5","The Dancing","Hut"],["6","The Gilded","Rose"],["7","The Stumbling","Stag"],["8","The Wolf and","Duck"],["9","The Fallen","Lamb"],["10","The Leering","Demon"],["11","The Drunken","Goat"],["12","The Wine and","Spirit"],["13","The Roaring","Horde"],["14","The Frowning","Jester"],["15","The Barrel and","Bucket"],["16","The Thirsty","Crow"],["17","The Wandering","Satyr"],["18","The Barking","Dog"],["19","The Happy","Spider"],["20","The Witch and","Dragon"]],"footnotes":["*Roll a separate {@dice d20} for each part of the tavern's name."],"name":"Settlement Tables and Tracker; Tavern Names","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Random Shops","colLabels":["1d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Pawnshop"],["2","Apothecary"],["3","Grocer"],["4","Delicatessen"],["5","Potter"],["6","Undertaker"],["7","Bookstore"],["8","Moneylender"],["9","Armorer"],["10","Chandler"],["11","Smithy"],["12","Carpenter"],["13","Weaver"],["14","Jeweler"],["15","Baker"],["16","Mapmaker"],["17","Tailor"],["18","Ropemaker"],["19","Mason"],["20","Scribe"]],"name":"Settlement Tables and Tracker; Random Shops","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Building a Trap","colLabelRows":[["",{"type":"cellHeader","width":3,"entry":"Nuisance Traps","style":"th-skewer"},{"type":"cellHeader","width":3,"entry":"Deadly Traps","style":"th-skewer"}],["Levels","Attack Bonus","Save DC","Damage","Attack Bonus","Save DC","Damage"]],"colStyles":["col-1-8 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center"],"rows":[["1–4","{@hit 4}","10–12","5 ({@dice 1d10})","{@hit 8}","13–15","11 ({@dice 2d10})"],["5–10","{@hit 4}","12–14","11 ({@dice 2d10})","{@hit 8}","15–17","22 ({@dice 4d10})"],["11–16","{@hit 4}","14–16","22 ({@dice 4d10})","{@hit 8}","17–19","55 ({@dice 10d10})"],["17–20","{@hit 4}","16–18","55 ({@dice 10d10})","{@hit 8}","19–21","99 ({@dice 18d10})"]],"name":"Building Your Own Traps; Building a Trap","page":103,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Levels 1–4 Adventure Situations","colLabels":["1d20","Situation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dragon wyrmling has gathered a band of kobolds to help it amass a hoard."],["2","Wererats living in a city's sewers plot to take control of the governing council."],["3","Bandit activity signals efforts to revive an evil cult long ago driven from the region."],["4","A pack of gnolls is rampaging dangerously close to local farmlands."],["5","A rivalry between two merchant families escalates from mischief to mayhem."],["6","A new sinkhole has revealed a long-buried dungeon thought to hold treasure."],["7","Miners discovered an underground ruin and were captured by monsters living there."],["8","An innocent person is being framed for the crimes of a shape-shifting monster."],["9","Ghouls are venturing out of the catacombs at night."],["10","A notorious criminal hides from the law in an old ruin or abandoned mine."],["11","A contagion in a forest is causing spiders to grow massive and become aggressive."],["12","To take revenge against a village for an imagined slight, a necromancer has been animating the corpses in the village cemetery."],["13","An evil cult is spreading in a village. Those who oppose the cult are marked for sacrifice."],["14","An abandoned house on the edge of town is haunted by Undead because of a cursed item in the house."],["15","Creatures from the Feywild enter the world and cause mischief and misfortune among villagers and their livestock."],["16","A hag's curse is making animals unusually aggressive."],["17","Bullies have appointed themselves the village militia and are extorting money and food from villagers."],["18","After a local fisher pulls a grotesque statue from the sea, aquatic monsters start attacking the waterfront at night."],["19","The ruins on the hill near the village lie under a curse, so people don't go there—except a scholar who wants to study the ruins."],["20","A new captain has taken charge of a band of pirates or bandits and started raiding more frequently."]],"name":"Levels 1–4: Local Heroes; Levels 1–4 Adventure Situations","page":106,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Levels 5–10 Adventure Situations","colLabels":["1d20","Situation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A group of cultists has summoned a demon to wreak havoc in the city."],["2","A rebel lures monsters to the cause with the promise of looting the king's treasury."],["3","An evil Artifact has transformed a forest into a dismal swamp full of horrific monsters."],["4","An Aberration living in the Underdark sends minions to capture people from the surface to turn those people into new minions."],["5","A monster (perhaps a devil, slaad, or hag) is impersonating a prominent noble to throw the realm into civil war."],["6","A master thief plans to steal royal regalia."],["7","A golem intended to serve as a protector has gone berserk and captured its creator."],["8","A conspiracy of spies, assassins, and necromancers schemes to overthrow a ruler."],["9","After establishing a lair, a young dragon is trying to earn the fear and respect of other creatures living nearby."],["10","The approach of a lone giant alarms the people of a town, but the giant is simply looking for a place to live in peace."],["11","An enormous monster on display in a menagerie breaks free and goes on a rampage."],["12","A coven of hags steals cherished memories from travelers."],["13","A villain seeks powerful magic in an ancient ruin, hoping to use it to conquer the region."],["14","A scheming aristocrat hosts a masquerade ball, which many guests see as an opportunity to advance their own agendas. At least one shape-shifting monster also attends."],["15","A ship carrying a valuable treasure or an evil Artifact sinks in a storm or monster attack."],["16","A natural disaster was actually caused by magic gone awry or a cult's villainous plans."],["17","A secretive cult uses spies to heighten tensions between two rival nations, hoping to provoke a war that will weaken both."],["18","Rebels or forces of an enemy nation have kidnapped an important noble."],["19","The descendants of a displaced people want to reclaim their ancestral city, which is now inhabited by monsters."],["20","A renowned group of adventurers never returned from an expedition to a famous ruin."]],"name":"Levels 5–10: Heroes of the Realm; Levels 5–10 Adventure Situations","page":106,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Levels 11–16 Adventure Situations","colLabels":["1d12","Situation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A portal to the Abyss opens in a cursed location and spews demons into the world."],["2","A band of hunting giants has driven its prey—enormous beasts—into pastureland."],["3","An adult dragon's lair is transforming an expanse into an environment inhospitable to the other creatures living there."],["4","A long-lost journal describes an incredible journey to a hidden subterranean realm full of magical wonders."],["5","Cultists hope to persuade a dragon to undergo the rite that will transform it into a dracolich."],["6","The ruler of the realm is sending an emissary to a hostile neighbor to negotiate a truce, and the emissary needs protection."],["7","A castle or city has been drawn into another plane of existence."],["8","A storm tears across the land, with a mysterious flying citadel in the eye of the storm."],["9","Two parts of a magic item are in the hands of bitter enemies; the third piece is lost."],["10","Evil cultists gather from around the world to summon a monstrous god or alien entity."],["11","A tyrannical ruler outlaws the use of magic without official sanction. A secret society of spellcasters seeks to oust the tyrant."],["12","During a drought, low water levels in a lake reveal previously unknown ancient ruins that contain a powerful evil."]],"name":"Levels 11–16: Masters of the Realm; Levels 11–16 Adventure Situations","page":106,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Levels 17–20 Adventure Situations","colLabels":["1d10","Situation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An ancient dragon is scheming to destroy a god and take the god's place in the pantheon. The dragon's minions are searching for Artifacts that can summon and weaken this god."],["2","A band of giants drove away a metallic dragon and took over the dragon's lair, and the dragon wants to reclaim the lair."],["3","An ancient hero returns from the dead to prepare the world for the return of an equally ancient monster."],["4","An ancient Artifact has the power to defeat or imprison a rampaging titan."],["5","A god of agriculture is angry, causing rivers to dry up and crops to wither."],["6","An Artifact belonging to a god falls into mortal hands."],["7","A titan imprisoned in the Underdark begins to break free, causing terrible earthquakes that are only a hint of the destruction that the titan will cause if it is released."],["8","A lich tries to exterminate any spellcasters that approach the lich's level of power."],["9","A holy temple was built around a portal leading to one of the Lower Planes to prevent any evil from passing through in either direction. Now the temple has come under siege from both directions."],["10","Five ancient metallic dragons lair in the Pillars of Creation. If all these dragons are killed, the world will collapse into chaos. One has just been slain."]],"name":"Levels 17–20: Masters of the World; Levels 17–20 Adventure Situations","page":106,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Patron Hooks","colLabels":["1d6","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A town crier announces that someone is hoping to hire adventurers."],["2","Someone the characters want to impress or need a favor from asks them to deal with the adventure situation."],["3","When the characters arrive in a new city, they find a job board where someone has posted in search of adventurers."],["4","A wealthy patron who is aware of the adventurers' accomplishments writes to them, offering to pay them for their talents."],["5","A citizen in need, who has learned of the adventurers' accomplishments and kindness, travels miles to find them and implore them for help."],["6","The adventurers are arrested (on valid or invented charges) and offered a chance to escape punishment by completing a quest."]],"name":"Adventure Patrons; Patron Hooks","page":110,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Supernatural Hooks","colLabels":["1d6","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters all have a vivid dream that foreshadows elements of the adventure."],["2","While preparing spells, one character receives a quest from a god or patron."],["3","A fortune teller's reading for one of the characters points to a quest and offers hints about challenges that lie ahead."],["4","Flames, clouds, smoke, or huge flocks of birds take distinct shapes that portend the adventure situation."],["5","Animals or animated objects speak clearly to direct the adventurers toward the situation."],["6","Someone who died returns as a ghost and haunts the characters. The ghost prompts the characters to investigate the cause of the ghost's death and put it to rest."]],"name":"Supernatural Hooks","page":111,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Happenstance Hooks","colLabels":["1d6","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters find a letter describing the adventure situation."],["2","The characters are on an unrelated quest, such as searching for a particular magic item, that leads them into the adventure situation."],["3","The adventure situation disrupts a festival or ceremony that the characters are attending."],["4","A magical mishap places the characters in the adventure situation."],["5","While traveling in a caravan or aboard a ship, the characters befriend an NPC who has news about the adventure situation."],["6","The characters are attacked after being mistaken for another group of adventurers. They learn about the adventure situation from a clue left behind by their attackers."]],"name":"Happenstance Hooks","page":111,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"XP Budget per Character","colLabelRows":[["",{"type":"cellHeader","width":3,"entry":"Encounter Difficulty","style":"th-skewer"}],["Party's Level","Low","Moderate","High"]],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1","50","75","100"],["2","100","150","200"],["3","150","225","400"],["4","250","375","500"],["5","500","750","1,100"],["6","600","1,000","1,400"],["7","750","1,300","1,700"],["8","1,000","1,700","2,100"],["9","1,300","2,000","2,600"],["10","1,600","2,300","3,100"],["11","1,900","2,900","4,100"],["12","2,200","3,700","4,700"],["13","2,600","4,200","5,400"],["14","2,900","4,900","6,200"],["15","3,300","5,400","7,800"],["16","3,800","6,100","9,800"],["17","4,500","7,200","11,700"],["18","5,000","8,700","14,200"],["19","5,500","10,700","17,200"],["20","6,400","13,200","22,000"]],"name":"Determine Your XP Budget; XP Budget per Character","page":114,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Initial Attitude","colLabels":["{@dice 1d12}*","Initial Attitude"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","entry":"4 or lower","roll":{"min":1,"max":4}},"Hostile"],[{"type":"cell","entry":"5–8","roll":{"min":5,"max":8}},"Indifferent"],[{"type":"cell","entry":"9 or higher","roll":{"min":9,"max":12}},"Friendly"]],"footnotes":["*Roll different dice to alter the range and likelihood of possible attitudes. For example, you could roll {@dice 1d6} for a predatory monster, {@dice 1d6 + 3} for ordinary travelers, or {@dice 1d6 + 6} for kindhearted individuals."],"name":"Initial Attitudes; Initial Attitude","page":116,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Monster Personality","colLabels":["1d8","Personality"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Cowardly; surrenders easily"],["2","Greedy; wants treasure"],["3","Boastful; makes a show of bravery but runs from danger"],["4","Disorderly; poorly trained and easily rattled"],["5","Fanatical; ready to die fighting"],["6","Brave; stands firm against danger"],["7","Jocular; taunts enemies"],["8","Orderly; difficult to rattle"]],"name":"Monster Personality","page":116,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Monster Relationships","colLabels":["1d6","Relationship"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Two monsters have a bitter rivalry; each wants the other to suffer."],["2","One monster, bullied by the others, hangs back and flees at the first opportunity."],["3","One monster is revered or even worshiped by the others, who will die for it."],["4","One monster is admired by the group; its allies try to impress or help it."],["5","One monster cares only for itself and not the rest of the group."],["6","One monster bullies the others; it forces them into danger, but they want it defeated."]],"name":"Monster Relationships","page":117,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Adventure Climax","colLabels":["1d10","Climax"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The adventurers confront a villain and a group of minions in a battle to the finish."],["2","The adventurers chase a villain while dodging obstacles designed to thwart them, leading to a final confrontation in the villain's refuge."],["3","The actions of the adventurers or a villain result in a cataclysmic event that the adventurers must escape."],["4","The adventurers race to the site where a villain is bringing a master plan to its conclusion, arriving just as that plan is about to be completed."],["5","A villain and two or three lieutenants perform separate rites in a large room. The adventurers must disrupt all the rites."],["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 while dealing with a villain at the same time."],["8","The dungeon begins to collapse while a villain attempts to escape in the chaos."],["9","The adventurers must choose whether to pursue a fleeing villain or save an NPC they care about or a group of innocents."],["10","Just when the characters think the main threat is defeated, it transforms into a different monster or a more powerful form."]],"name":"Bring It to an End; Adventure Climax","page":120,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Random Individual Treasure","colLabels":["CR","Treasure"],"colStyles":["col-2 text-center","col-10"],"rows":[["0–4","{@dice 3d6} (10) GP"],["5–10","{@dice 2d8 × 10} (90) GP"],["11–16","{@dice 2d10 × 10} (110) PP"],["17+","{@dice 2d8 × 100} (900) PP"]],"name":"Random Individual Treasure","page":120,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Random Treasure Hoard","colLabels":["CR","Monetary Treasure","Magic Items"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["0–4","{@dice 2d4 × 100} (500) GP","{@dice 1d4-1}"],["5–10","{@dice 8d10 × 100} (4,400) GP","{@dice 1d3}"],["11–16","{@dice 8d8 × 1,000} (36,000) GP","{@dice 1d4}"],["17+","{@dice 6d10 × 10,000} (330,000) GP","{@dice 1d6}"]],"name":"Treasure Hoards; Random Treasure Hoard","page":120,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"colLabels":["1d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Four {@creature Violet Fungus|XMM|Violet Fungi} and one {@creature Rust Monster|XMM}"],["2","One {@creature Giant Spider|XPHB} and two {@creature Swarm of Insects|XMM|Swarms of Insects} (spiders)"],["3","One {@creature Darkmantle|XMM} and three {@creature Piercer|XMM|Piercers}"],["4","A patch of {@book yellow mold|XDMG|2|Yellow Mold} (see \"{@book Hazards|XDMG|2|Hazards}\" in {@book chapter 3|XDMG|2}) on a miner's remains"],["5","One {@creature Gelatinous Cube|XMM}"],["6","Sounds of Terror (see below)"]],"name":"Exploring the Mine","page":123,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"colLabels":["1d20","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–14","No encounter"],["15","An {@variantrule Indifferent [Attitude]|XPHB|Indifferent} {@creature Giant Ape|XMM} protects its territory; its primary concern is getting the party to leave."],["16","A {@variantrule Hostile [Attitude]|XPHB|Hostile} {@creature Tyrannosaurus Rex|XMM} is on the hunt and tries to eat the characters."],["17","Three {@creature Allosaurus|XMM|Allosauruses} are hunting in the jungle; they are {@variantrule Hostile [Attitude]|XPHB|Hostile} and treat the party as prey."],["18","Two {@creature Ankylosaurus|XMM|Ankylosauruses} tromp through the forest nearby. They are territorial and aggressive but {@variantrule Indifferent [Attitude]|XPHB|Indifferent}, and they won't pursue a fleeing party."],["19","A band of humans, including a {@creature Warrior Veteran|XMM} and eight {@creature Warrior Infantry|XMM}, watch the party. They are {@variantrule Indifferent [Attitude]|XPHB|Indifferent}; they live in the jungle and aren't used to seeing other people."],["20","Four {@creature Minotaur of Baphomet|XMM|Minotaurs of Baphomet} prowl the jungle looking for Humanoids they can capture and bring back to the temple."]],"name":"Stage 2","page":124,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"D&D Settings","colLabels":["Setting","Description"],"colStyles":["col-2","col-10"],"rows":[["Dark Sun","Heroes make their mark on a postapocalyptic world defiled by magic and forsaken by the gods."],["{@adventure Dragonlance|DSotDQ}","The forces of good battle the evil queen of dragons and her armies in the world-shaking War of the Lance."],["{@book Eberron|ERLW}","In the aftermath of a deadly war, magically advanced nations rebuild as a cold war threatens lasting peace."],["{@book Exandria|EGW}","Heroes make names for themselves in the world made popular by the streaming show Critical Role."],["Forgotten Realms","Larger-than-life heroes and villains struggle to determine the fate of the world as they explore the ruins and dungeons of fallen kingdoms and long-forgotten empires."],["{@book Greyhawk|XDMG|4|Greyhawk}","As tensions rise among warring nations, heroes plunder dungeons to gain the magic and might they need to defeat the growing forces of evil."],["{@book Planescape|SatO}","Sigil, the City of Doors, is where heroes begin to explore the wonders of the D&D multiverse and its many planes of existence."],["{@book Ravenloft|VRGR}","Heroes are drawn into the gloomy Domains of Dread—cursed realms ruled by evil lords—and must find a means of escape."],["{@book Ravnica|GGR}*","In a world-spanning city, ten disparate factions draw heroes into a web of adventure and danger."],["{@book Spelljammer|AAG}","Travel among the stars on a spelljamming ship, and visit worlds floating in the majestic oceans of Wildspace."],["{@book Strixhaven|SCC}*","Strixhaven, a school of magic, serves as a hub of learning and adventure."],["{@book Theros|MoT}*","Heroic destinies wait to be fulfilled in this setting inspired by the myths of ancient Greece."]],"footnotes":["*This setting is based on a Magic: The Gathering world."],"name":"Using a Published Setting; D&D Settings","page":136,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Adventure Connections","colLabels":["1d6","Adventure Connection"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Introduce a person, an object, or information that the characters need to transport safely to a location involved in the new adventure."],["2","Have a major villain flee to a location that features in the new adventure. The characters might be able to pursue the villain, or they might have to search for clues about where the villain has gone."],["3","Introduce clues suggesting that a villain or another NPC in this adventure is part of a larger group—a group that features prominently in the new adventure."],["4","Introduce a villainous group that's featured in the new adventure by having its agents spy on or interfere with the characters' activities."],["5","Have travelers bring news of events transpiring elsewhere, leading characters toward the new adventure."],["6","Give the characters a treasure that's wrapped in mystery they'll need to unravel in the new adventure."]],"name":"Linking Adventures; Adventure Connections","page":139,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Days of the Week","colLabels":["Starday","Sunday","Moonday","Godsday","Waterday","Earthday","Freeday"],"colStyles":["col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-8 text-center"],"rows":[["(Saturday)","(Sunday)","(Monday)","(Tuesday)","(Wednesday)","(Thursday)","(Friday)"],[{"type":"cell","width":6,"entry":"Day of Worship"},"Day of Rest"]],"name":"Months and Festivals; Days of the Week","page":146,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gods of Greyhawk","colLabels":["Name and Epithet","Home Plane","Typical Worshipers","Symbol"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@deity Beory|Greyhawk|XDMG}, Heart of Oerth*","{@book Material Plane|XDMG|5|Material Plane}","Farmers, herders","Green disk"],["{@deity Berei|Greyhawk|XDMG} of the Hearth","{@book Bytopia|XDMG|5|Bytopia}","Families, farmers","Sheaf of wheat stalks"],["{@deity Boccob|Greyhawk|XDMG} the Uncaring, Archmage of the Gods*","{@book Outlands|XDMG|5|Outlands}","Sages, spellcasters, seers","Eye within a pentagram"],["{@deity Celestian|Greyhawk|XDMG}, the Far Wanderer","{@book Astral Plane|XDMG|5|Astral Plane}","Wanderers, astronomers","Arc of seven stars inside a circle"],["{@deity Cuthbert|Greyhawk|XDMG} of the Cudgel","{@book Arcadia|XDMG|5|Arcadia}","Practical, honest folk","Circle at the center of a starburst of lines"],["{@deity Ehlonna|Greyhawk|XDMG} of the Forests","{@book Beastlands|XDMG|5|Beastlands}","Hunters, foragers","Unicorn horn"],["{@deity Erythnul|Greyhawk|XDMG}, the Many","{@book Pandemonium|XDMG|5|Pandemonium}","Raiders, bandits, berserkers","Blood drop"],["{@deity Fharlanghn|Greyhawk|XDMG}, the Dweller on the Horizon","{@book Outlands|XDMG|5|Outlands}","Travelers","Circle crossed by a curved horizon line"],["{@deity Heironeous|Greyhawk|XDMG} the Invincible","{@book Mount Celestia|XDMG|5|Mount Celestia}","Knights, soldiers","Lightning bolt"],["{@deity Hextor|Greyhawk|XDMG}, Scourge of Battle","{@book Acheron|XDMG|5|Acheron}","Soldiers, tyrants","Six down-pointing arrows in a fan"],["{@deity Incabulos|Greyhawk|XDMG}, the Black Rider*","{@book Hades|XDMG|5|Hades}","Necromancers, those who seek to ward off illness","Reptilian eye within a horizontal diamond"],["{@deity Istus|Greyhawk|XDMG}, Weaver of Our Fate*","{@book Mechanus|XDMG|5|Mechanus}","Seers, advisers","Spindle with three strands"],["{@deity Iuz|Greyhawk|XDMG} the Evil†","{@book Material Plane|XDMG|5|Material Plane}","His subjects and allies","Grinning human skull"],["{@deity Kord|Greyhawk|XDMG}, the Brawler","{@book Ysgard|XDMG|5|Ysgard}","Athletes, berserkers","Spears and maces radiating from a point"],["{@deity Nerull|Greyhawk|XDMG}, the Reaper*","{@book Carceri|XDMG|5|Carceri}","Murderers, necromancers","Skull with a scythe"],["{@deity Obad-Hai|Greyhawk|XDMG}, the Shalm","{@book Outlands|XDMG|5|Outlands}","Hunters, gatherers, hermits","Oak leaf and acorn"],["{@deity Olidammara|Greyhawk|XDMG}, the Laughing Rogue","{@book Ysgard|XDMG|5|Ysgard}","Revelers, gamblers, pranksters","Laughing mask"],["{@deity Pelor|Greyhawk|XDMG}, the Radiant Sun*","{@book Elysium|XDMG|5|Elysium}","Healers, the compassionate","Sun"],["{@deity Pholtus|Greyhawk|XDMG} of the Blinding Light","{@book Arcadia|XDMG|5|Arcadia}","Judges, lawyers, arbiters","Silver sun partially eclipsed by a crescent moon"],["{@deity Ralishaz|Greyhawk|XDMG}, the Unlooked For","{@book Limbo|XDMG|5|Limbo}","Gamblers","Three bone fate-casting sticks"],["{@deity Rao|Greyhawk|XDMG}, the Mediator*","{@book Mount Celestia|XDMG|5|Mount Celestia}","Mediators, sages, scientists","White heart"],["{@deity Syrul|Greyhawk|XDMG} Oathbreaker","{@book Gehenna|XDMG|5|Gehenna}","Liars, charlatans, traitors","Forked tongue"],["{@deity Tharizdun|Greyhawk|XDMG}, the Eater of Worlds","Imprisoned in a demiplane","Nihilistic cultists","Spiral rune"],["{@deity Trithereon|Greyhawk|XDMG}, the Summoner","{@book Arborea|XDMG|5|Arborea}","Rebels, individualists","Triskelion"],["{@deity Ulaa|Greyhawk|XDMG}, the Bejeweled","{@book Arcadia|XDMG|5|Arcadia}","Miners, jewelers, quarriers","Ruby-hearted mountain"],["{@deity Vecna|Greyhawk|XDMG}, the Whispered One","Unknown","Necromancers, undead, those who keep or unearth secrets","An eye in the palm of a left hand"],["{@deity Wee Jas|Greyhawk|XDMG}, the Witch","{@book Acheron|XDMG|5|Acheron}","Spellcasters, advisers","Red skull in front of fireball"]],"footnotes":["*Greater god","†Demigod"],"name":"Gods of Greyhawk","page":149,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Central Flanaess Locations","colLabels":["Location","Ruler","Description"],"colStyles":["col-3","col-3","col-6"],"rows":[["Celene","Queen Yolande (elf)","Elven monarchy with large gnome and halfling populations"],["Dyvers (Free City)","Magister Thymantia Gortoz (aasimar)","Important port and trading center with a powerful navy"],["Furyondy, the Kingdom of","King Belvor IV (human)","Former province of the Great Kingdom, among the first to claim independence"],["Highfolk (Free City)","Mayor Talisyr (appears as an elf)","Fortified city with large population of elves; the mayor is a disguised adult silver dragon"],["Horned Society, the","Nine hierarchs (mostly humans and hobgoblins)","Theocracy ruled by devil worshipers allied with Iuz, supported by mercenaries enforcing their tyrannical rule"],["Iuz","Iuz (cambion demigod)","The monster-infested domain of the demonic dictator, steeped in wickedness"],["Nyr Dyv","—","The Lake of Unknown Depths; home to barge dwellers"],["Perrenland","Voorzitter Yrenda Schwartzen (human)","Fiercely independent confederation of canons"],["Pomarj, the","—","Lawless peninsula; home to bandits and marauders"],["Shield Lands, the","Various allied nobles","Independent alliance of nobles protected by the Knights of Holy Shielding, led by Knight Commander Aleshh Kaarth (dragonborn) and fortified by Furyondy and Urnst"],["Veluna, the Archclericy of","Canon Hazen (human)","Theocracy ruled by priests of Rao, a divine beacon of justice and hope"],["Verbobonc (Free City and Viscounty)","Viscountess Wilfrick Rejjin (human)","Vassal state of Veluna; site of the Temple of Elemental Evil"],["Wild Coast, the","Various burgomasters, lord mayors, and others","Free territory with self-governing settlements; haven for outcasts and dissidents"]],"name":"Central Flanaess Locations","page":162,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Eastern Flanaess Locations","colLabels":["Location","Ruler","Description"],"colStyles":["col-3","col-3","col-6"],"rows":[["Aerdiaak","Herzog Varz Grenell (human)","North province of the Great Kingdom, ruled by a cousin of the overking; its court is rife with debauchery and intrigue"],["Ahlissa","Herzogin Seprenna Calyn (human)","South province of the Great Kingdom, ruled by a cousin of the overking; embroiled in war with the Iron League"],["Almor, the Prelacy of","Prelate Xanther Klimstyn (human)","Theocracy ruled by a priest of Pelor who declared independence when the Great Kingdom descended into evil"],["Bone March, the","—","Fallen territory of the Great Kingdom, now held by armies from Almor and Nyrond"],["Celadon Forest","—","Ancient forest protected by druidic circles and fey"],["Flinty Hills and Gamboge Forest","—","Home to several independent communities with no great love for Nyrond or the Pale"],["Great Kingdom, the","Overking Ivid V (human)","Unspeakably evil monarchy"],["Idee","Count Vasiliek Donsten (human)","Independent fiefdom; member of the Iron League"],["Irongate (Free City)","Mayor Unthera Selvich (appears as a dwarf)","Thriving metropolis; member of the Iron League; the mayor is a disguised adult bronze dragon"],["Lordship of the Isles, the","Princess Ronthal III (human)","Independent principality; member of the Iron League"],["Medegia, the See of","Holy Censor Starvik Jerel (human)","Theocratic fiefdom ruled by a priest whose power is rumored to come from pacts with archdevils"],["Nyrond, the Kingdom of","King Dunstan I (human)","Center of resistance to the Great Kingdom"],["Onnwal","The Raven of Onnwal, Zyl Grayshadow (dwarf)","Independent state; member of the Iron League"],["Pale, the Theocracy of the","Supreme Prelate Ogon Tillit (human)","Theocracy ruled by a priest of Pholtus"],["Rel Astra, City of","Constable Mayor Drax (orc)","Independent fief plotting in secret against the Great Kingdom, hoping to ally with Medegia or the Sea Baronies"],["Sea Baronies, the","Four sea barons, including High Admiral Kalashe Asperdi (human)","Independent island fiefdoms that serve as the Great Kingdom's navy"],["Shar, the Hidden Empire of","Father of Obedience Korenth Zan (human?)","Isolated order of Suloise militants whose spies operate across the Flanaess"],["Spindrift Isles, the","The Council of Five (on the northern islands) and the Council of Seven (on the southern island)","Independent islands that keep watchful eyes on aggressive island neighbors"],["Sunndi","Steward Valenta (elf)","Independent fiefdom; member of the Iron League"],["Tenh, the Duchy of","Duchess Ehliyah Raynar III (human)","Independent fiefdom allied with Nyrond for defense against Iuz"],["Urnst, the County of","Countess Belissica Gellor (human)","Independent fiefdom"],["Urnst, the Duchy of","Duke Jalken Lorinar (human)","Independent fiefdom"],["Vast Swamp, the","—","Morass separating the Tilvanot Peninsula and Shar from the rest of the East"]],"name":"Eastern Flanaess Locations","page":164,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Northern Flanaess Locations","colLabels":["Location","Ruler","Description"],"colStyles":["col-3","col-3","col-6"],"rows":[["Arn, the Archbarony of","Archbaron of Arn (identity unknown)","Remote and little-known region located near a ruined castle with monster-filled dungeons"],["Bandit Kingdoms, the","Four to six bandit lords","Feuding kingdoms ruled by greedy bandit lords with private armies"],["Barren Wastes, the","—","Harsh, despoiled land where dragons roam and sometimes go to die"],["Chakyik","Lord Agul Krusef (human)","Land of the Tiger Nomads—horse riders with scattered trading outposts"],["Hunting Lands, the","Overlord-Protector Yhareen Sakarr (tiefling)","Home to Flan nomads, known to their neighbors as the Rovers of the Barrens"],["North Kingdom of the Cruski, the","Queen Tharla of the Cruski (human)","Fierce, seafaring berserkers of the North Kingdoms"],["North Kingdom of the Fruzti, the","King Hundgred of the Fruzti (human)","Weakest of the three North Kingdoms, having suffered great losses battling in the Bone March"],["North Kingdom of the Schnai, the","Queen Ingrid of the Schnai (human)","Strongest and most populated of the North Kingdoms"],["Ratik, the Barony of","Baron Lexnol Haarkof (human)","Former province of the Great Kingdom trying to ally with the North Kingdoms"],["Stonefist, The Hold of","King Sevvord Redbeard of the Hold (human)","Monarchy founded by a bandit leader who attracted malcontents from many nations"],["Wegwiur","Wolf-Mother Bargra Yefkos (human)","Land of the Wolf Nomads—horse riders engaged in war against Iuz"]],"name":"Northern Flanaess Locations","page":165,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Old Keoland Locations","colLabels":["Location","Ruler","Description"],"colStyles":["col-3","col-3","col-6"],"rows":[["Bissel, the March of","Margrave Imran Rendulkar (human)","Bone of contention between Keoland, Veluna, and Ket"],["Geoff, the Grand Duchy of","Grand Duchess Owena Blackthorn (human)","Isolated fiefdom with a long history of battling giants in the nearby mountains"],["Gran March, the","Commandant Magnus Onyxbeard (dwarf)","Nominal vassal of Keoland and ally with Bissel; the commandant is elected from among the March's noble houses"],["Hold of the Sea Princes, the","Prince Zygmund III of Monmurg (human)","Independent oligarchy of sea traders founded by buccaneers; now a powerful naval force"],["Keoland, the Kingdom of","King Kimbertos Skotti (human)","Heart of the Old Keoland region, surrounded by friendly neighbors that swear fealty to Keoland's monarch"],["Lortmil Mountains, the","—","Natural border between the Old Keoland region and the Central Flanaess"],["Sterich, the March of","Marquise Quercha Emondav (human)","Nominal vassal state of Keoland, but its ruler is more like a sister than a vassal to the king of Keoland"],["Ulek, the County of","Countess Lewenn Richfield (human)","Former vassal of Keoland"],["Ulek, the Duchy of","Duke Grenowin (elf)","Former vassal of Keoland with a large population of elves"],["Ulek, the Principality of","Princess Olynn Corond (dwarf)","Fiefdom with a significant navy; its princess commands the respect of many dwarves beyond Ulek"],["Valley of the Mage, the","The Mage of the Valley (identity unknown)","Secluded refuge of an ancient archmage; current inhabitants unknown"],["Yeomanry, the","Freeholder Vyndi Skyspear (goliath)","Independent republic governed by an elected freeholder"]],"name":"Old Keoland Locations","page":169,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Western Flanaess Locations","colLabels":["Location","Ruler","Description"],"colStyles":["col-3","col-3","col-6"],"rows":[["Dry Steppes, the","—","Desert where the Baklunish empire once stood"],["Ekbir, the Sultanate of","Sultan Xargun II (aasimar)","Monarchy in an uneasy peace with its neighbors, bracing for a rumored invasion from Zeif"],["Ket","Beygraf Zoltana Lhaz (human)","Crossroads region"],["Plains of the Ulakandar, the","Various Ulakandar clan leaders","Land of the Ulakandar nomads, who roam between the Dry Steppes and the border of Zeif"],["Sea of Dust, the","—","Wasteland where the Suel Imperium once stood"],["Tusmit, the Pashalik of","Pasha Qharlan Sylba (human)","Monarchy profiting by playing its neighbors against each other"],["Ull","Orakhan Drasika Borinok (human)","Independent fiefdom founded by Ulakandar nomads who settled the land"],["Zeif, the Sultanate of","Sultan Naxas Murad (human)","Monarchy ruled by a reclusive philosopher who resists his advisers' call to imperial expansion"]],"name":"Western Flanaess Locations","page":170,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Outer Planes","colLabels":["Outer Plane","Alignment"],"colStyles":["col-4","col-8"],"rows":[["{@book Abyss|XDMG|5|Abyss}","Chaotic Evil"],["{@book Acheron|XDMG|5|Acheron}","Lawful Evil, Lawful Neutral"],["{@book Arborea|XDMG|5|Arborea}","Chaotic Good"],["{@book Arcadia|XDMG|5|Arcadia}","Lawful Good, Lawful Neutral"],["{@book Beastlands|XDMG|5|Beastlands}","Chaotic Good, Neutral Good"],["{@book Bytopia|XDMG|5|Bytopia}","Lawful Good, Neutral Good"],["{@book Carceri|XDMG|5|Carceri}","Chaotic Evil, Neutral Evil"],["{@book Elysium|XDMG|5|Elysium}","Neutral Good"],["{@book Gehenna|XDMG|5|Gehenna}","Lawful Evil, Neutral Evil"],["{@book Hades|XDMG|5|Hades}","Neutral Evil"],["{@book Limbo|XDMG|5|Limbo}","Chaotic Neutral"],["{@book Mechanus|XDMG|5|Mechanus}","Lawful Neutral"],["{@book Mount Celestia|XDMG|5|Mount Celestia}","Lawful Good"],["{@book Nine Hells|XDMG|5|Nine Hells}","Lawful Evil"],["{@book Outlands|XDMG|5|Outlands}","Neutral"],["{@book Pandemonium|XDMG|5|Pandemonium}","Chaotic Evil, Chaotic Neutral"],["{@book Ysgard|XDMG|5|Ysgard}","Chaotic Good, Chaotic Neutral"]],"name":"Outer Planes","page":174,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Planar Adventure Situations","colLabels":["1d10","Situation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When magic fails to revive a dead person, the only solution is to venture to the Outer Planes to find the person's spirit and either release it from some prison or convince the person to return to life."],["2","People who venture into the woods keep accidentally wandering into the Feywild or the Shadowfell. They might never return, return with no sense of how much time has passed, or return dramatically changed."],["3","A long-dead oracle is the only one who knows how a terrible prophecy might be averted, but the cataclysmic fulfillment of the prophecy has already begun."],["4","A god has stopped answering prayers and won't respond to any {@spell Commune|XPHB} spell."],["5","A devil has tricked an angel into meddling in the Blood War, and the angel seeks mortal aid."],["6","A ancestor of one of the characters must be convinced to bless the character before the full power of the character's bloodline can be unleashed."],["7","A foolhardy knight carried a holy weapon on a doomed mission into the Nine Hells, and the powers of Mount Celestia want the weapon and the knight's remains retrieved."],["8","A titan is imprisoned on an Outer Plane. The characters might be trying to stop those who seek to release it, or they might want to release it to help defend the world from a greater threat."],["9","To prove themselves worthy of an even greater quest, the characters are sent to slay a horrible monster, win the favor of a powerful planar being, negotiate peace between two warring planar factions, or retrieve a long-lost item on another plane."],["10","An item of legend is being sold at auction in Sigil, the City of Brass, or some other planar metropolis."]],"name":"Planar Adventure Situations","page":178,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of the Abyss","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["The Plain of Infinite Portals","On layer 1, corroded iron fortresses defend routes to lower layers."],["Azzagrat","Graz'zt's corrupt, decadent city is split across layers 45, 46, and 47."],["The Demonweb","On layer 66, Lolth's web snares all and hides portals to other planes."],["Gaping Maw","Layer 88 is a malevolent wilderness surrounding Demogorgon's ocean fortress."],["Thanatos","On layer 113, an endless graveyard hosts Orcus and the sleepless dead."],["The Slime Pits (Shedaklah)","Layer 222, a fetid realm of ooze and fungi, obeys the whims of Juiblex and Zuggtmoy."],["The Death Dells","Yeenoghu and his gnoll servants prowl layer 422—a cruel, desolate realm."],["The Endless Maze","Layer 600's endless labyrinth turns visitors into Baphomet's prey."]],"name":"Layers of the Abyss","page":180,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Acheron","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Avalas","Spirit soldiers wage endless wars across debris-strewn battlefields."],["Thuldanin","Pitted, hollow cubes are filled with the cast-off machinery of war."],["Tintibulus","Jagged blocks tumble in darkness, holding frozen memories sapped by the River Styx and crystallized into fleeting images."],["Ocanthus","Maelstroms of razor-sharp debris swirl above a mire of black ice."]],"name":"Layers of Acheron","page":182,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Arborea","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Arvandor","Towering trees, colorful wildflowers, abundant grain, and delicious fruit create a lush environment."],["Aquallor","An eternal ocean fed by the River Oceanus is home to teeming sea life and mighty storms."],["Mithardir","A desert of white sand is abandoned by whatever powers once lived there."]],"name":"Layers of Arborea","page":183,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Arcadia","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Abellio","Everything in these fields of plenty is dedicated to the good of all."],["Buxenus","Military forces gather their strength, amid pleasant valleys and orchards, to reclaim the lost layer of Menausus—now part of Mechanus."]],"name":"Layers of Arcadia","page":183,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Astral Color Pools","colLabels":["1d20","Plane","Pool Color"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Abyss","Amethyst"],["2","Acheron","Flame red"],["3","Arborea","Sapphire blue"],["4","Arcadia","Saffron"],["5","Beastlands","Emerald green"],["6","Bytopia","Amber"],["7","Carceri","Olive"],["8","Elysium","Orange"],["9","Ethereal Plane","Spiraling white"],["10","Gehenna","Russet"],["11","Hades","Rust"],["12","Limbo","Jet black"],["13–14","Material Plane","Silver"],["15","Mechanus","Diamond blue"],["16","Mount Celestia","Gold"],["17","Nine Hells","Ruby"],["18","Outlands","Leather brown"],["19","Pandemonium","Magenta"],["20","Ysgard","Indigo"]],"name":"Astral Color Pools","page":184,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Psychic Wind Location Effects","colLabels":["1d20","Location Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–8","Diverted; add {@dice 1d6} days to travel time"],["9–12","Blown astray; add {@dice 3d10} days to travel time"],["13–16","Lost; at the end of the travel time, the characters arrive at a location other than the intended destination"],["17–20","Sent through a random color pool (roll on the {@book Astral Color Pools|XDMG|5|Astral Color Pools} table)"]],"name":"Psychic Wind Location Effects","page":185,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Psychic Wind Psychic Effects","colLabels":["1d20","Psychic Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–8","You have the {@condition Stunned|XPHB} condition for 1 minute; you repeat the saving throw at the end of each of your turns, ending the effect on yourself on a success."],["9–12","You take 11 ({@dice 2d10}) Psychic damage."],["13–17","You take 22 ({@dice 4d10}) Psychic damage."],["18–20","You have the {@condition Unconscious|XPHB} condition for 5 ({@dice 1d10}) hours; the effect on you ends if you take damage or if another creature takes an action to shake you awake."]],"name":"Psychic Wind Psychic Effects","page":185,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of the Beastlands","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Krigala","The River Oceanus is a strong torrent flowing through this wilderness of eternal summer noon."],["Brux","A red sun hovers forever on the horizon as mists and streams roil through the trees in eternal twilight."],["Karasuthra","A pale moon provides the only light in this wilderness of eternal night."]],"name":"Layers of the Beastlands","page":186,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Bytopia","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Dothion","Farms nestled among well-tamed woods are hubs of pastoral activity and individual industry."],["Shurrock","Small communities thrive around quarries and mills amid rough country and harsh weather."]],"name":"Layers of Bytopia","page":186,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Carceri","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Orthrys","The River Styx meanders through a layer of vast bogs and quicksand."],["Cathrys","The stench of decay hangs over fetid jungles and scarlet plains."],["Minethys","Stinging sand blows in unending storms, hiding the ruins of the ancient city Payratheon."],["Colothys","Deep chasms cut between cruel mountains make foot travel nearly impossible."],["Porphatys","Cold, acidic oceans are fed by constant black snow."],["Agathys","Black ice streaked with red covers this frigid realm."]],"name":"Layers of Carceri","page":187,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Elysium","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Amoria","Small towns on the banks of the River Oceanus, surrounded by lush meadows, are among the most hospitable refuges on the Outer Planes."],["Eronia","Steep hills, craggy mountains, and white granite valleys offer a rugged home for hardy souls."],["Belierin","Lighthouses pierce the fog and form hubs for small communities amid sprawling marshlands."],["Thalasia","The Heroic Isles, rising from the headwaters of the River Oceanus, hold the best departed souls."]],"name":"Layers of Elysium","page":191,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Ethereal Curtains","colLabels":["1d12","Plane","Curtain Color"],"colStyles":["col-2 text-center","col-7","col-3"],"rows":[["1–2","Material Plane","Turquoise"],["3","Shadowfell","Dusky gray"],["4","Feywild","Opalescent"],["5","Elemental Plane of Air","Pale blue"],["6","Elemental Plane of Earth","Chestnut"],["7","Elemental Plane of Fire","Orange"],["8","Elemental Plane of Water","Green"],["9","Para-elemental Plane of Ash","Dark gray"],["10","Para-elemental Plane of Ice","Aquamarine"],["11","Para-elemental Plane of Magma","Maroon"],["12","Para-elemental Plane of Ooze","Chocolate"]],"name":"Deep Ethereal; Ethereal Curtains","page":192,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Ether Cyclone","colLabels":["1d20","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–12","Extended journey. Each character in a group traveling together makes a {@dc 15} Charisma saving throw. If at least half the group succeeds, travel is delayed by {@dice 1d10} hours. Otherwise, the journey's travel time is doubled."],["13–19","Blown to a location in the Border Ethereal overlapping a random plane (roll on the {@book Ethereal Curtains|XDMG|5|Ethereal Curtains} table)"],["20","Hurled to a random destination on the Astral Plane"]],"name":"Ether Cyclones; Ether Cyclone","page":193,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Feywild Time Warp","colLabels":["1d20","Result"],"colStyles":["col-2 text-center","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":196,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Gehenna","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Khalas","Lava illuminates clouds of volcanic ash and steam from the River Styx."],["Chamada","Constant lava flows and eruptions make overland travel difficult. Iron zeppelins piloted by yugoloths drift through the constant gray ashfall."],["Mungoth","Acidic ash mingles with falling snow on this freezing layer."],["Krangath","The Dead Furnace is a great mountain suspended in silence and darkness, home to a coterie of liches."]],"name":"Layers of Gehenna","page":197,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Hades","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Oinos","A land of dead-gray ash, stunted trees, and virulent disease is stalked by roving bands of Fiends looking for a fight or recruits for the Blood War."],["Niflheim","Gray pine trees blanket rolling hills and rocky bluffs, and thick mists coil around their trunks."],["Pluton","Shriveled willows, olive trees, and poplars contribute to the gloom of this concentration of the deepest despair in the multiverse."]],"name":"Layers of Hades","page":197,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Mount Celestia","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Lunia","In the Silver Heaven, the holy water of the Silver Sea laps at the base of the celestial mountain under a starry sky."],["Mercuria","The Golden Heaven's tame slopes and lush valleys are bathed in golden light that evokes the hope of a new dawn."],["Venya","In the Pearly Heaven, terraced fields and tended woodlands dot the snowy slopes."],["Solania","In the Crystal Heaven, holy shrines glitter under a silvery sky amid luminescent fog."],["Mertion","On the sweeping plains of the Platinum Heaven, holy soldiers muster in grand citadels for battles across the planes."],["Jovar","The Glittering Heaven, strewn with beautiful rubies and garnets, is home to the seven-tiered Heavenly City."],["Chronias","The Illuminated Heaven is an ineffable mystery."]],"name":"Layers of Mount Celestia","page":200,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of the Nine Hells","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["{@book Avernus|XDMG|5|Avernus}","The Blood War rages across battlefields littered with corpses and the wreckage of hellish war machines."],["{@book Dis|XDMG|5|Dis}","Iron roads in deep canyons lead to the dreaded Iron City of Dis."],["{@book Minauros|XDMG|5|Minauros}","Acid falls like rain on putrid bogs and decaying cities."],["{@book Phlegethos|XDMG|5|Phlegethos}","Obsidian fortresses bask in the heat of raging volcanoes and magma rivers."],["{@book Stygia|XDMG|5|Stygia}","Levistus's prison is a frigid hellscape of jagged ice and cold fire."],["{@book Malbolge|XDMG|5|Malbolge}","An ever-crumbling mountain threatens to bury visitors."],["{@book Maladomini|XDMG|5|Maladomini}","Swarms of hungry flies plague dead cities surrounded by utter desolation."],["{@book Cania|XDMG|5|Cania}","Ice-trapped cities provide shelter in a realm cold enough to freeze the soul."],["{@book Nessus|XDMG|5|Nessus}","Mighty fortresses stand watch over the deepest pits of the Nine Hells."]],"name":"Layers of the Nine Hells","page":202,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Gate-Towns of the Outlands","colLabels":["Town","Gate Destination"],"colStyles":["col-3","col-9"],"rows":[["Automata","Mechanus"],["Bedlam","Pandemonium"],["Curst","Carceri"],["Ecstasy","Elysium"],["Excelsior","Mount Celestia"],["Faunel","Beastlands"],["Fortitude","Arcadia"],["Glorium","Ysgard"],["Hopeless","Hades"],["Plague-Mort","Abyss"],["Ribcage","Nine Hells"],["Rigus","Acheron"],["Sylvania","Arborea"],["Torch","Gehenna"],["Tradegate","Bytopia"],["Xaos","Limbo"]],"name":"Gate-Towns of the Outlands","page":205,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Pandemonium","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Pandesmos","Howling winds, dark streams bound for the River Styx, and blowing snow pour through vast, desolate caverns."],["Cocytus","Winds blowing through narrower tunnels create a stronger force and louder wails, making this the so-called \"Layer of Lamentation.\""],["Phlegethon","Tunnel walls absorb light while water creates intricate rock formations."],["Agathion","Sealed-off tunnels are largely inaccessible from elsewhere, making them ideal as vaults for ancient secrets."]],"name":"Layers of Pandemonium","page":206,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Shadowfell Despair","colLabels":["1d6","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–3","Apathy. The character has {@variantrule Disadvantage|XPHB} on {@variantrule Death Saving Throw|XPHB|Death Saving Throws} and {@variantrule Initiative|XPHB} rolls."],["4–5","Dread. The character has {@variantrule Disadvantage|XPHB} on all saving throws."],["6","Delusion. The character has {@variantrule Disadvantage|XPHB} on ability checks and saving throws that use Intelligence, Wisdom, or Charisma."]],"name":"Shadowfell Despair","page":209,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Ysgard","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Ysgard","Immense rivers of floating earth grind together in eternal rumbling."],["Muspelheim","The ground smokes and burns beneath the earthbergs of the top layer."],["Nidavellir","Floating chunks of earth are closer together, giving the appearance of endless tunnels with rich mineral deposits."]],"name":"Layers of Ysgard","page":210,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Treasure Themes","colLabels":["Theme","Appropriate Treasure"],"colStyles":["col-3","col-9"],"rows":[["{@book Arcana|XDMG|6|Arcana Tables}","Gemstones plus magic items of an eldritch or esoteric nature"],["{@book Armaments|XDMG|6|Armaments Tables}","Coins or trade bars plus magic items that are useful in battle"],["{@book Implements|XDMG|6|Implements Tables}","Coins, trade bars, or trade goods plus magic items that focus on utility"],["{@book Relics|XDMG|6|Relics Tables}","Art objects plus magic items that have religious origins or purposes"]],"name":"Treasure Themes","page":213,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Trade Bars","colLabels":["Bar","Value","Dimensions"],"colStyles":["col-4","col-2 text-center","col-6"],"rows":[["{@item silver bar (2-pound)|XDMG|2-pound silver bar}","10 GP","5 in. long × 2 in. wide × 1/2 in. thick"],["{@item silver bar (5-pound)|XDMG|5-pound silver bar}","25 GP","6 in. long × 2 in. wide × 1 in. thick"],["{@item gold bar (5-pound)|XDMG|5-pound gold bar}","250 GP","5 in. long × 2 in. wide × 3/4 in. thick"]],"name":"Trade Bars","page":213,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Trade Goods","colLabels":["Cost","Goods"],"colStyles":["col-2 text-center","col-10"],"rows":[["1 CP","1 lb. of {@item wheat|XDMG}"],["2 CP","2 lb. of {@item flour|XDMG} or one {@item chicken|XDMG}"],["5 CP","1 lb. of {@item salt|XDMG}"],["1 SP","1 lb. of {@item iron|XDMG} or 1 sq. yd. of {@item Canvas (1 sq. yd.)|XDMG|canvas}"],["5 SP","1 lb. of {@item copper|XDMG} or 1 sq. yd. of {@item Cotton Cloth (1 sq. yd.)|XDMG|cotton cloth}"],["1 GP","1 lb. of {@item ginger|XDMG} or one {@item goat|XDMG}"],["2 GP","1 lb. of {@item cinnamon|XDMG} or {@item pepper|XDMG}, or one {@item sheep|XDMG}"],["3 GP","1 lb. of {@item cloves|XDMG} or one {@item pig|XDMG}"],["5 GP","1 lb. of {@item silver|XDMG} or 1 sq. yd. of {@item Linen (1 sq. yd.)|XDMG|linen}"],["10 GP","1 lb. of {@item silk|XDMG} or one {@item cow|XDMG}"],["15 GP","1 lb. of {@item saffron|XDMG} or one {@item ox|XDMG}"],["50 GP","1 lb. of {@item gold|XDMG}"],["500 GP","1 lb. of {@item platinum|XDMG}"]],"name":"Trade Goods","page":213,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"10 GP Gemstones","colLabels":["1d12","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Azurite|XDMG} (mottled deep blue)"],["2","{@item Banded agate|XDMG} (striped brown, blue, white, or red)"],["3","{@item Blue quartz|XDMG} (pale blue)"],["4","{@item Eye agate|XDMG} (circles of gray, white, brown, blue, or green)"],["5","{@item Hematite|XDMG} (gray black)"],["6","{@item Lapis lazuli|XDMG} (light and dark blue with yellow flecks)"],["7","{@item Malachite|XDMG} (striated light and dark green)"],["8","{@item Moss agate|XDMG} (pink or yellow white with mossy gray or green markings)"],["9","{@item Obsidian|XDMG} (black)"],["10","{@item Rhodochrosite|XDMG} (light pink)"],["11","{@item Tiger eye|XDMG} (brown with golden center)"],["12","{@item Turquoise|XDMG} (light blue green)"]],"name":"10 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"50 GP Gemstones","colLabels":["1d12","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Bloodstone|XDMG} (dark gray with red flecks)"],["2","{@item Carnelian|XDMG} (orange to red brown)"],["3","{@item Chalcedony|XDMG} (white)"],["4","{@item Chrysoprase|XDMG} (green)"],["5","{@item Citrine|XDMG} (pale yellow brown)"],["6","{@item Jasper|XDMG} (blue, black, or brown)"],["7","{@item Moonstone|XDMG} (white with pale-blue glow)"],["8","{@item Onyx|XDMG} (bands of black and white, or pure black or white)"],["9","{@item Quartz|XDMG} (white, smoky gray, or yellow)"],["10","{@item Sardonyx|XDMG} (bands of red and white)"],["11","{@item Star rose quartz|XDMG} (rosy stone with white star-shaped center)"],["12","{@item Zircon|XDMG} (pale blue green)"]],"name":"50 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"100 GP Gemstones","colLabels":["1d10","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Amber|XDMG} (watery gold to rich gold)"],["2","{@item Amethyst|XDMG} (deep purple)"],["3","{@item Chrysoberyl|XDMG} (yellow green to pale green)"],["4","{@item Coral|XDMG} (crimson)"],["5","{@item Garnet|XDMG} (red, brown green, or violet)"],["6","{@item Jade|XDMG} (light green, deep green, or white)"],["7","{@item Jet|XDMG} (deep black)"],["8","{@item Pearl|XDMG} (lustrous white, yellow, or pink)"],["9","{@item Spinel|XDMG} (red, red brown, or deep green)"],["10","{@item Tourmaline|XDMG} (pale green, blue, brown, or red)"]],"name":"100 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"500 GP Gemstones","colLabels":["1d6","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Alexandrite|XDMG} (dark green)"],["2","{@item Aquamarine|XDMG} (pale blue green)"],["3","{@item Black pearl|XDMG} (pure black)"],["4","{@item Blue spinel|XDMG} (deep blue)"],["5","{@item Peridot|XDMG} (rich olive green)"],["6","{@item Topaz|XDMG} (golden yellow)"]],"name":"500 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"1,000 GP Gemstones","colLabels":["1d8","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Black opal|XDMG} (dark green with black mottling and golden flecks)"],["2","{@item Blue sapphire|XDMG} (medium blue)"],["3","{@item Emerald|XDMG} (deep bright green)"],["4","{@item Fire opal|XDMG} (fiery red)"],["5","{@item Opal|XDMG} (pale blue with green and golden mottling)"],["6","{@item Star ruby|XDMG} (ruby with white star-shaped center)"],["7","{@item Star sapphire|XDMG} (blue sapphire with white star-shaped center)"],["8","{@item Yellow sapphire|XDMG} (fiery yellow or yellow green)"]],"name":"1,000 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"5,000 GP Gemstones","colLabels":["1d4","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Black sapphire|XDMG} (lustrous black with glowing highlights)"],["2","{@item Diamond|XDMG} (blue white, canary, pink, brown, or blue)"],["3","{@item Jacinth|XDMG} (fiery orange)"],["4","{@item Ruby|XDMG} (clear red to deep crimson)"]],"name":"5,000 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"25 GP Art Objects","colLabels":["1d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Silver ewer|XDMG}"],["2","{@item Carved bone statuette|XDMG}"],["3","{@item Gold bracelet|XDMG}"],["4","{@item Cloth-of-gold vestments|XDMG}"],["5","{@item Black velvet mask stitched with silver thread|XDMG}"],["6","{@item Copper chalice with silver filigree|XDMG}"],["7","{@item Pair of engraved bone dice|XDMG}"],["8","{@item Handheld mirror set in a painted wooden frame|XDMG}"],["9","{@item Embroidered silk handkerchief|XDMG}"],["10","{@item Gold locket with a painted portrait inside|XDMG}"]],"name":"25 GP Art Objects","page":215,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"250 GP Art Objects","colLabels":["1d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Gold ring set with bloodstones|XDMG}"],["2","{@item Carved ivory statuette|XDMG}"],["3","{@item Bejeweled gold bracelet|XDMG}"],["4","{@item Silver necklace with a gemstone pendant|XDMG}"],["5","{@item Bronze crown|XDMG}"],["6","{@item Silk vestments with gold embroidery|XDMG}"],["7","{@item Well-made tapestry that is 10 feet by 10 feet|XDMG}"],["8","{@item Brass mug with jade inlay|XDMG}"],["9","{@item Box of turquoise animal figurines|XDMG}"],["10","{@item Gold birdcage with electrum filigree|XDMG}"]],"name":"250 GP Art Objects","page":215,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"750 GP Art Objects","colLabels":["1d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Silver chalice set with moonstones|XDMG}"],["2","{@item Bundle of sheet music representing the lost dirges of a famous composer|XDMG}"],["3","{@item Carved wooden harp with ivory inlay and zircon gems|XDMG}"],["4","{@item Gold idol|XDMG}"],["5","{@item Gold comb shaped like a dragon with red garnets as eyes|XDMG}"],["6","{@item Bottle stopper cork embossed with gold leaf and set with amethysts|XDMG}"],["7","{@item Detailed, life-sized dragonborn skull cast in electrum|XDMG}"],["8","{@item Silver and gold brooch|XDMG}"],["9","{@item Obsidian statuette with gold fittings and inlay|XDMG}"],["10","{@item Painted gold war mask|XDMG}"]],"name":"750 GP Art Objects","page":215,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"2,500 GP Art Objects","colLabels":["1d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Fine gold chain set with a fire opal|XDMG}"],["2","{@item Old masterpiece painting|XDMG}"],["3","{@item Embroidered silk and velvet mantle set with numerous moonstones|XDMG}"],["4","{@item Platinum bracelet set with an emerald|XDMG}"],["5","{@item Embroidered glove set with jewel chips|XDMG}"],["6","{@item Jeweled anklet|XDMG}"],["7","{@item Gold music box|XDMG}"],["8","{@item Gold circlet set with four aquamarines|XDMG}"],["9","{@item Eye patch decorated with tiny blue sapphires and moonstones|XDMG}"],["10","A {@item necklace string of small pink pearls|XDMG}"]],"name":"2,500 GP Art Objects","page":215,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"7,500 GP Art Objects","colLabels":["1d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Jeweled gold crown|XDMG}"],["2","{@item Jeweled platinum ring|XDMG}"],["3","{@item Gold statuette set with rubies|XDMG}"],["4","{@item Gold cup set with emeralds|XDMG}"],["5","{@item Gold jewelry box with platinum filigree|XDMG}"],["6","{@item Set of gold nesting dolls|XDMG}"],["7","{@item Jade game board with gold playing pieces|XDMG}"],["8","{@item Bejeweled ivory drinking horn with gold filigree|XDMG}"],["9","{@item Gilded royal coach or funeral barge|XDMG}"],["10","{@item Ceremonial gold armor with black pearls|XDMG}"]],"name":"7,500 GP Art Objects","page":215,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item Categories","colLabels":["Category","Examples"],"colStyles":["col-3","col-9"],"rows":[["{@book Armor|XDMG|6|Armor}","{@item +1 Leather Armor|XDMG}, {@item +1 Shield|XDMG}"],["{@book Potions|XDMG|6|Potions}","{@item Potion of Healing|XDMG}"],["{@book Rings|XDMG|6|Rings}","{@item Ring of Invisibility|XDMG}"],["{@book Rods|XDMG|6|Rods}","{@item Immovable Rod|XDMG}"],["{@book Scrolls|XDMG|6|Scrolls}","{@item Spell Scroll|XDMG}"],["{@book Staffs|XDMG|6|Staffs}","{@item Staff of Striking|XDMG}"],["{@book Wands|XDMG|6|Wands}","{@item Wand of Fireballs|XDMG}"],["{@book Weapons|XDMG|6|Weapons}","{@item +1 Ammunition|XDMG}, {@item +1 Longsword|XDMG}"],["{@book Wondrous Items|XDMG|6|Wondrous Items}","{@item Bag of Holding|XDMG}, {@item Boots of Elvenkind|XDMG}"]],"name":"Magic Item Categories","page":216,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Potion Miscibility","colLabels":["1d100","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","Both potions lose their effects, and the mixture creates a magical explosion in a 5-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on itself. Each creature in that area takes {@dice 4d10} Force damage."],["02–08","Both potions lose their effects, and the mixture becomes an ingested poison of your choice (see \"{@book Poison|XDMG|2|Poison}\" in {@book chapter 3|XDMG|2})."],["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. If a potion has no numerical effect and no duration, it instead loses its effect."],["36–90","Both potions work normally."],["91–99","Both potions work, but 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 effects are permanent. Choose the simplest effect to make permanent or the one that seems the most fun. For example, a {@item Potion of Healing|XDMG} might increase the drinker's Hit Point maximum by {@dice 2d4 + 2}, or a {@item Potion of Invisibility|XDMG} might give the drinker the {@condition Invisible|XPHB} condition indefinitely. At your discretion, a {@spell Dispel Magic|XPHB} spell or similar magic might end this lasting effect."]],"name":"Mixing Potions; Potion Miscibility","page":216,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item Rarities and Values","colLabels":["Rarity","Value*"],"colStyles":["col-6 text-center","col-6 text-right"],"rows":[["Common","100 GP"],["Uncommon","400 GP"],["Rare","4,000 GP"],["Very Rare","40,000 GP"],["Legendary","200,000 GP"],["Artifact","Priceless"]],"footnotes":["*Halve the value for a consumable item other than a {@item Spell Scroll|XDMG}. The value of a Spell Scroll is double what it costs to scribe the scroll (as specified in the {@book Player's Handbook|XPHB})."],"name":"Magic Item Values by Rarity; Magic Item Rarities and Values","page":217,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Items Awarded by Level","colLabels":["Character Level (Tier of Play)","Common Items","Uncommon Items","Rare Items","Very Rare Items","Legendary Items","All Items"],"colStyles":["col-1-8 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center"],"rows":[["1–4 (tier 1)","6","4","1","0","0","11"],["5–10 (tier 2)","10","17","6","1","0","34"],["11–16 (tier 3)","3","7","11","7","2","30"],["17–20 (tier 4)","0","0","5","11","9","25"],["{@b Total}","{@b 19}","{@b 28}","{@b 23}","{@b 19}","{@b 11}","{@b 100}"]],"name":"Magic Items Awarded by Level","page":218,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item Rarities","colLabelRows":[[{"type":"cellHeader","width":4,"entry":"{@dice 1d100} Roll","style":"th-skewer"}],["Levels 1–4","Levels 5–10","Levels 11–16","Levels 17–20","Item's Rarity"]],"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–54","01–30","01–11","—","Common"],["55–91","31–81","12–34","—","Uncommon"],["92–00","82–98","35–70","01–20","Rare"],["—","99–00","71–93","21–64","Very Rare"],["—","—","94–00","65–00","Legendary"]],"name":"Random Magic Item Rarity; Magic Item Rarities","page":218,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item Tools","colLabels":["Item Category","Required Tool"],"colStyles":["col-3","col-9"],"rows":[["Armor","{@item Leatherworker's Tools|XPHB}, {@item Smith's Tools|XPHB}, or {@item Weaver's Tools|XPHB} depending on the kind of armor as noted in the tools' descriptions"],["Potion","{@item Alchemist's Supplies|XPHB} or {@item Herbalism Kit|XPHB}"],["Ring","{@item Jeweler's Tools|XPHB}"],["Rod","{@item Woodcarver's Tools|XPHB}"],["Scroll","{@item Calligrapher's Supplies|XPHB}"],["Staff","{@item Woodcarver's Tools|XPHB}"],["Wand","{@item Woodcarver's Tools|XPHB}"],["Weapon","{@item Leatherworker's Tools|XPHB}, {@item Smith's Tools|XPHB}, or {@item Woodcarver's Tools|XPHB} depending on the kind of weapon as noted in the tools' descriptions"],["Wondrous Item","{@item Tinker's Tools|XPHB} or the tool required to make the nonmagical item on which the magic item is based"]],"name":"Magic Item Tools","page":220,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item Crafting Time and Cost","colLabels":["Item Rarity","Time*","Cost*"],"colStyles":["col-4","col-4 text-right","col-4 text-right"],"rows":[["Common","5 days","50 GP"],["Uncommon","10 days","200 GP"],["Rare","50 days","2,000 GP"],["Very Rare","125 days","20,000 GP"],["Legendary","250 days","100,000 GP"]],"footnotes":["*The time and cost are halved for a consumable item other than a {@item Spell Scroll|XDMG}, whose {@table Scribing Spell Scrolls; Spell Scroll Costs|XPHB|crafting time and cost} are given in the {@book Player's Handbook|XPHB}."],"name":"Magic Item Crafting Time and Cost","page":221,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item's Creator or Intended User","colLabels":["1d20","Creator or Intended User"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aberration. The item is ancient. At a glance, it seems to be covered with mucus."],["2","Celestial. The item is half the normal weight and inscribed with feathered wings, suns, and stars. Fiends find it repulsive."],["3","Devotees of Lolth. The item is half the normal weight. It is inscribed with spiders and webs in honor of Lolth."],["4","Dragon. This item incorporates precious metals and gems from a dragon's hoard. It grows warm when within 120 feet of a Dragon."],["5–6","Dwarf. The item is durable and has Dwarvish runes worked into its design. It might be associated with a clan that would like to see it returned to their ancestral halls."],["7","Elemental Air. The item is half the normal weight and feels hollow. If it's made of fabric, it is diaphanous."],["8","Elemental Earth. This item might be crafted from stone. Any cloth or leather elements are studded with finely polished rock."],["9","Elemental Fire. This item is warm to the touch, and any metal parts are crafted from black iron. Flame imagery covers its surface."],["10","Elemental Water. Lustrous fish scales replace leather or cloth on this item, and seashells and worked coral (as hard as any metal) replace metal portions."],["11–12","Elf. The item is half the normal weight. It is adorned with symbols of nature: leaves, vines, stars, and the like."],["13","Fey. The item is exquisitely crafted from the finest materials and glows with a pale radiance in moonlight, shedding {@variantrule Dim Light|XPHB} in a 5-foot radius. Any metal in the item is silver or mithral rather than iron or steel."],["14","Fiend. The item is made of iron or horn, and any cloth or leather components are crafted from the hide of Fiends. Leering faces or vile runes are engraved on its surface. Celestials find it repulsive."],["15","Giant. The item is larger than normal and was crafted by Giants for use by their smaller allies."],["16","Gnome. The item is crafted to appear ordinary and well used. It could also incorporate gears and mechanical components, even if these aren't essential to its function."],["17–19","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 language or symbols whose significance is lost to the ages."],["20","Undead. The item incorporates symbols of death, such as bones and skulls, and it might be crafted from parts of corpses. It feels cold to the touch."]],"name":"Magic Item Special Features; Magic Item's Creator or Intended User","page":222,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item's History","colLabels":["1d8","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 to oppose creatures of a particular type, such as Aberrations or Dragons."],["3","Heroic. A great hero once wielded this item. Anyone who knows the item's history expects great deeds from the new owner."],["4","Ornament. The item honors a special event. 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."],["6","Religious. This item was used in religious ceremonies dedicated to a particular deity. It has religious symbols worked into it."],["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."],["8","Symbol of Power. This item was once used as part of royal regalia or as a badge of high office."]],"name":"Magic Item Special Features; Magic Item's History","page":222,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item's Minor Property","colLabels":["1d20","Minor Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Beacon. You can take a Bonus Action to cause the item to shed {@variantrule Bright Light|XPHB} in a 10-foot radius and {@variantrule Dim Light|XPHB} for an additional 10 feet, or to extinguish the light."],["3","Compass. You can take a {@action Magic|XPHB} action to learn which way is magnetic north. Nothing happens if this property is used in a location that has no magnetic north."],["4","Delver. While underground, you always know the item's depth below the surface and the direction to the nearest staircase, ramp, or other path leading upward."],["5–6","Guardian. The item warns you, granting a +2 bonus to your {@variantrule Initiative|XPHB} rolls if you don't have the {@condition Incapacitated|XPHB} condition."],["7–8","Harmonious. Attuning to this item takes only 1 minute."],["9","Key. The item is used to unlock a container, chamber, vault, or door."],["10","Secret Message. A message is hidden somewhere on the item. It might be visible only at a certain time, under the light of one phase of the moon, or in a specific location."],["11–12","Sentinel. The DM chooses a kind of creature, such as mind flayers or trolls. This item glows faintly when such creatures are within 120 feet of it."],["13","Songcraft. Whenever this item is struck or is used to strike a foe, you hear a fragment of an ancient song."],["14–15","Strange Material. The item was created from a material that is bizarre given its purpose. Its durability is unaffected."],["16","Temperate. You are unharmed by temperatures of 0 degrees Fahrenheit or lower, and 100 degrees Fahrenheit or higher."],["17","Unbreakable. The item can't be broken. Special means must be used to destroy it."],["18","War Leader. You can take a {@action Magic|XPHB} action to cause your voice or signal to carry clearly for up to 600 feet until the end of your next turn."],["19","Waterborne. This item floats on water and other liquids. You have {@variantrule Advantage|XPHB} on Strength ({@skill Athletics|XPHB}) checks to swim."],["20","Roll twice, rerolling any additional 20s."]],"name":"Magic Item Special Features; Magic Item's Minor Property","page":222,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item's Quirk","colLabels":["1d8","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Blissful. You feel 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 you feel self-assured."],["3","Covetous. You become obsessed with material wealth."],["4","Fragile. The item crumbles, frays, chips, or cracks slightly when wielded, worn, or activated. This quirk has no effect on its properties."],["5","Loud. The item makes a loud noise—such as a clang, a shout, or a resonating gong—when used."],["6","Metamorphic. The item periodically alters its appearance in slight ways. You have no control over these minor alterations, which have no effect on the item's use."],["7","Painful. You experience a harmless flash of pain when using the item."],["8","Repulsive. You feel a sense of distaste when in contact with the item and continue to experience discomfort while bearing it."]],"name":"Magic Item Special Features; Magic Item's Quirk","page":222,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Minor Beneficial Properties","colLabels":["1d100","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 have Immunity to the {@condition Poisoned|XPHB} condition."],["31–40","While attuned to the Artifact, you have Immunity to the {@condition Charmed|XPHB} and {@condition Frightened|XPHB} conditions."],["41–50","While attuned to the Artifact, you have Resistance to one damage type of the DM's choice."],["51–60","While attuned to the Artifact, you can cast one cantrip (chosen by the DM) from it."],["61–70","While attuned to the Artifact, you can cast one level 1 spell (chosen by the DM) from it. After you cast the spell, roll {@dice 1d6}. On a roll of 1–5, you can't cast it again in this way until the next dawn."],["71–80","As 61–70 above, except the spell is level 2."],["81–90","As 61–70 above, except the spell is level 3."],["91–00","While attuned to the Artifact, you gain a +1 bonus to Armor Class."]],"name":"Artifact Properties; Minor Beneficial Properties","page":224,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Major Beneficial Properties","colLabels":["1d100","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 each of your turns if you have at least 1 Hit Point."],["31–40","When you hit with an attack roll while attuned to the Artifact, the target takes an extra {@dice 1d6} Force damage."],["41–50","While you're attuned to the Artifact, your Speed increases by 10 feet."],["51–60","While attuned to the Artifact, you can cast one level 4 spell (chosen by the DM) from it. After you cast the spell, roll {@dice 1d6}. On a roll of 1–5, you can't cast it again in this way until the next dawn."],["61–70","As 51–60 above, except the spell is level 5."],["71–80","As 51–60 above, except the spell is level 6."],["81–90","As 51–60 above, except the spell is level 7."],["91–00","While attuned to the Artifact, you have Immunity to the {@condition Blinded|XPHB}, {@condition Deafened|XPHB}, {@condition Petrified|XPHB}, and {@condition Stunned|XPHB} conditions."]],"name":"Artifact Properties; Major Beneficial Properties","page":224,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Minor Detrimental Properties","colLabels":["1d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–08","While attuned to the Artifact, you have Disadvantage on any ability check or saving throw that uses Strength or Constitution."],["09–16","While attuned to the Artifact, you have Disadvantage on Intelligence, Wisdom, and Charisma saving throws."],["17–24","While attuned to the Artifact, you have Vulnerability to Poison damage."],["25–32","While attuned to the Artifact, you have the {@condition Blinded|XPHB} condition when you're more than 10 feet away from it."],["33–40","While attuned to the Artifact, you have the {@condition Deafened|XPHB} condition when you're more than 10 feet away from it."],["41–48","While attuned to the Artifact, you lose all sense of smell."],["49–66","While you're attuned to the Artifact, your appearance changes as the DM decides."],["67–72","While attuned to the Artifact, you emit a sour stench noticeable from up to 10 feet away."],["73–76","Whenever you touch a nonmagical gem or an art object while attuned to this Artifact, the value of the gem or art object is reduced by half. This affects a particular object only once."],["77–80","While you're attuned to the Artifact, all {@item Holy Water|XPHB} within 10 feet of you is destroyed."],["81–84","While you're attuned to the Artifact, nonmagical flames are extinguished within 30 feet of you."],["85–88","While you're attuned to the Artifact, other creatures can't take Short or Long Rests while within 300 feet of you."],["89–92","While attuned to the Artifact, you kill any nonmagical vegetation you touch that isn't a creature."],["93–00","While you're attuned to the Artifact, Beasts within 30 feet of you that have a Challenge Rating of 6 or lower are {@variantrule Hostile [Attitude]|XPHB|Hostile} toward you."]],"name":"Artifact Properties; Minor Detrimental Properties","page":224,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Major Detrimental Properties","colLabels":["1d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–09","You can't attune to other magic items while you're attuned to the Artifact. When you become attuned to the Artifact, your Attunement to other magic items ends immediately."],["10–18","When you become attuned to the Artifact, a random one of your ability scores is reduced by 2, to a minimum of 3. A {@spell Greater Restoration|XPHB} spell restores the ability."],["19–27","When you become attuned to the Artifact, you take {@dice 8d10} Psychic damage."],["28–36","The first time you become attuned to the Artifact, it gives you a quest determined by the DM. You can't use any of the Artifact's properties until you complete the quest."],["37–45","Each time you become attuned to the Artifact, there is a 10 percent chance that you attract the attention of a god who sends an avatar to wrest the Artifact from you. The avatar has the same alignment as its creator and uses the {@creature Empyrean|XMM} stat block. Once it obtains the Artifact, the avatar vanishes."],["46–54","Each time you become attuned to the Artifact, you must succeed on a {@dc 10} Constitution saving throw or die from the shock. If you die, you're instantly transformed into a {@creature Wight|XMM} under the DM's control that must protect the Artifact."],["55–63","The Artifact dilutes potions within 10 feet of itself, rendering them nonmagical."],["64–72","The Artifact erases scrolls within 10 feet of itself, rendering them nonmagical."],["73–81","While you're attuned to the Artifact, creatures of a particular type other than Humanoid (chosen by the DM) are always {@variantrule Hostile [Attitude]|XPHB|Hostile} toward you."],["82–90","While attuned to the Artifact, you have Vulnerability to all damage."],["91–96","The Artifact imprisons a {@creature Death Slaad|XMM}. Each time you become attuned to the Artifact, the slaad has a 10 percent chance of escaping, whereupon it appears in an unoccupied space as close to you as possible and attacks you."],["97–00","While attuned to the Artifact, you can't spend Hit Point Dice or regain Hit Points."]],"name":"Artifact Properties; Major Detrimental Properties","page":224,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Sentient Item's Alignment","colLabels":["1d100","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–00","Chaotic Evil"]],"name":"Special Purpose; Sentient Item's Alignment","page":226,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Sentient Item's Communication","colLabels":["1d10","Communication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–6","The item communicates by transmitting emotion to the creature carrying or wielding it."],["7–9","The item speaks one or more languages."],["10","The item speaks one or more languages. In addition, the item can communicate telepathically with any creature that carries or wields it."]],"name":"Special Purpose; Sentient Item's Communication","page":226,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Sentient Item's Senses","colLabels":["1d4","Senses"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Hearing and standard vision out to 30 feet"],["2","Hearing and standard vision out to 60 feet"],["3","Hearing and standard vision out to 120 feet"],["4","Hearing and {@sense Darkvision|XPHB} out to 120 feet"]],"name":"Special Purpose; Sentient Item's Senses","page":226,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Sentient Item's Special Purpose","colLabels":["1d10","Special 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 thwart or destroy creatures of a particular type, such as Constructs, Fiends, or Undead."],["3","Creator Seeker. The item seeks its creator and wants to understand why it was created."],["4","Destiny Seeker. The item believes it and its bearer have key roles to play in future events."],["5","Destroyer. The item craves destruction and goads its user to fight arbitrarily."],["6","Glory Seeker. The item seeks renown as the greatest magic item in the world by winning fame or notoriety for its user."],["7","Lore Seeker. The item craves knowledge or is determined to solve a mystery, learn a secret, or unravel a cryptic prophecy."],["8","Protector. The item seeks to defend a particular kind of creature, such as elves or werewolves."],["9","Soulmate Seeker. The item seeks another sentient magic item, perhaps one that is similar to itself."],["10","Templar. The item seeks to defend the servants and interests of a particular deity."]],"name":"Sentient Item's Special Purpose","page":226,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Arcana - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Bead of Nourishment|XDMG}"],["03–04","{@item Bead of Refreshment|XDMG}"],["05–07","{@item Candle of the Deep|XDMG}"],["08–10","{@item Cloak of Billowing|XDMG}"],["11–13","{@item Cloak of Many Fashions|XDMG}"],["14–15","{@item Clothes of Mending|XDMG}"],["16–17","{@item Dark Shard Amulet|XDMG}"],["18–19","{@item Enduring Spellbook|XDMG}"],["20–21","{@item Ersatz Eye|XDMG}"],["22–24","{@item Hat of Vermin|XDMG}"],["25–27","{@item Hat of Wizardry|XDMG}"],["28–29","{@item Heward's Handy Spice Pouch|XDMG}"],["30–31","{@item Horn of Silent Alarm|XDMG}"],["32–33","{@item Instrument of Illusions|XDMG}"],["34–35","{@item Instrument of Scribing|XDMG}"],["36–37","{@item Lock of Trickery|XDMG}"],["38–40","{@item Mystery Key|XDMG}"],["41–42","{@item Orb of Direction|XDMG}"],["43–44","{@item Orb of Time|XDMG}"],["45–46","{@item Perfume of Bewitching|XDMG}"],["47–49","{@item Pipe of Smoke Monsters|XDMG}"],["50–52","{@item Potion of Climbing|XDMG}"],["53–55","{@item Potion of Comprehension|XDMG}"],["56–58","{@item Pot of Awakening|XDMG}"],["59–60","{@item Prosthetic Limb|XDMG}"],["61–64","{@item Rival Coin|XDMG}"],["65–66","{@item Rope of Mending|XDMG}"],["67–68","{@item Ruby of the War Mage|XDMG}"],["69–82","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Cantrip)|XDMG|cantrip} or {@item Spell Scroll (Level 1)|XDMG|level 1} spell)"],["83–84","{@item Staff of Adornment|XDMG}"],["85–86","{@item Staff of Birdcalls|XDMG}"],["87–89","{@item Staff of Flowers|XDMG}"],["90–92","{@item Talking Doll|XDMG}"],["93–94","{@item Tankard of Sobriety|XDMG}"],["95–97","{@item Wand of Conducting|XDMG}"],["98–00","{@item Wand of Pyrotechnics|XDMG}"]],"name":"Arcana - Common","page":326,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Arcana - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@item Amulet of Proof against Detection and Location|XDMG}"],["02","{@item Baba Yaga's Dancing Broom|XDMG}"],["03–05","{@item Bag of Holding|XDMG}"],["06–07","{@item Bag of Tricks|XDMG}"],["08","{@item Brooch of Shielding|XDMG}"],["09","{@item Broom of Flying|XDMG}"],["10","{@item Cap of Water Breathing|XDMG}"],["11","{@item Circlet of Blasting|XDMG}"],["12–13","{@item Cloak of Protection|XDMG}"],["14","{@item Cloak of the Manta Ray|XDMG}"],["15","{@item Decanter of Endless Water|XDMG}"],["16","{@item Deck of Illusions|XDMG}"],["17–18","{@item Driftglobe|XDMG}"],["19–20","{@item Dust of Disappearance|XDMG}"],["21","{@item Dust of Dryness|XDMG}"],["22","{@item Dust of Sneezing and Choking|XDMG}"],["23–24","{@item Elemental Gem|XDMG}"],["25","{@item Enspelled Staff|XDMG} (cantrip or level 1 spell)"],["26","{@item Eversmoking Bottle|XDMG}"],["27","{@item Eyes of Charming|XDMG}"],["28","{@item Eyes of Minute Seeing|XDMG}"],["29–30","{@item Figurine of Wondrous Power, Silver Raven|XDMG|Figurine of Wondrous Power (silver raven)}"],["31","{@item Gem of Brightness|XDMG}"],["32","{@item Hag Eye|XDMG}"],["33","{@item Hat of Disguise|XDMG}"],["34","{@item Headband of Intellect|XDMG}"],["35","{@item Helm of Comprehending Languages|XDMG}"],["36","{@item Helm of Telepathy|XDMG}"],["37","{@item Immovable Rod|XDMG}"],["38","{@item Lantern of Revealing|XDMG}"],["39","{@item Medallion of Thoughts|XDMG}"],["40","{@item Mithral Armor|XDMG}"],["41–42","{@item Necklace of Adaptation|XDMG}"],["43","{@item Oil of Slipperiness|XDMG}"],["44","{@item Pearl of Power|XDMG}"],["45","{@item Periapt of Health|XDMG}"],["46–47","{@item Philter of Love|XDMG}"],["48–49","{@item Potion of Animal Friendship|XDMG}"],["50–51","{@item Potion of Fire Breath|XDMG}"],["52–53","{@item Potion of Hill Giant Strength|XDMG|Potion of Giant Strength (hill)}"],["54–55","{@item Potion of Growth|XDMG}"],["56–57","{@item Potion of Poison|XDMG}"],["58–59","{@item Potion of Resistance|XDMG}"],["60–61","{@item Potion of Water Breathing|XDMG}"],["62","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Anchor|XDMG|anchor}, {@item Quaal's Feather Token, Fan|XDMG|fan}, or {@item Quaal's Feather Token, Tree|XDMG|tree})"],["63","{@item Ring of Mind Shielding|XDMG}"],["64–65","{@item Robe of Useful Items|XDMG}"],["66–67","{@item Rod of the Pact Keeper|XDMG}"],["68–69","{@item Rope of Climbing|XDMG}"],["70","{@item Saddle of the Cavalier|XDMG}"],["71–72","{@item Sending Stones|XDMG}"],["73–74","{@item Slippers of Spider Climbing|XDMG}"],["75–82","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 2)|XDMG|level 2} or {@item Spell Scroll (Level 3)|XDMG|level 3} spell)"],["83","{@item Staff of the Adder|XDMG}"],["84","{@item Staff of the Python|XDMG}"],["85–88","{@item Wand of Magic Detection|XDMG}"],["89–91","{@item Wand of Magic Missiles|XDMG}"],["92–93","{@item Wand of Secrets|XDMG}"],["94–95","{@item +1 Wand of the War Mage|XDMG|Wand of the War Mage, +1}"],["96–97","{@item Wand of Web|XDMG}"],["98–99","{@item Wind Fan|XDMG}"],["00","{@item Winged Boots|XDMG}"]],"name":"Arcana - Uncommon","page":326,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Arcana - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@item Bag of Beans|XDMG}"],["02–03","{@item Bead of Force|XDMG}"],["04","{@item Bowl of Commanding Water Elementals|XDMG}"],["05–06","{@item Bracers of Defense|XDMG}"],["07","{@item Brazier of Commanding Fire Elementals|XDMG}"],["08–09","{@item Cape of the Mountebank|XDMG}"],["10","{@item Censer of Controlling Air Elementals|XDMG}"],["11–12","{@item Chime of Opening|XDMG}"],["13–14","{@item Cloak of Displacement|XDMG}"],["15–16","{@item Cloak of the Bat|XDMG}"],["17","{@item Cube of Force|XDMG}"],["18","{@item Cube of Summoning|XDMG}"],["19","{@item Daern's Instant Fortress|XDMG}"],["20–21","{@item Enspelled Staff|XDMG} (level 2 or 3 spell)"],["22–23","{@item Figurine of Wondrous Power|XDMG} ({@item Figurine of Wondrous Power, Bronze Griffon|XDMG|bronze griffon}, {@item Figurine of Wondrous Power, Ebony Fly|XDMG|ebony fly}, {@item Figurine of Wondrous Power, Golden Lions|XDMG|golden lions}, {@item Figurine of Wondrous Power, Ivory Goats|XDMG|ivory goats}, {@item Figurine of Wondrous Power, Marble Elephant|XDMG|marble elephant}, {@item Figurine of Wondrous Power, Onyx Dog|XDMG|onyx dog}, or {@item Figurine of Wondrous Power, Serpentine Owl|XDMG|serpentine owl})"],["24–25","{@item Folding Boat|XDMG}"],["26–27","{@item Gem of Seeing|XDMG}"],["28","{@item Helm of Teleportation|XDMG}"],["29–30","{@item Heward's Handy Haversack|XDMG}"],["31–32","{@item Horseshoes of Speed|XDMG}"],["33–34","{@item Ioun Stone, Reserve|XDMG|Ioun Stone (reserve)}"],["35","{@item Iron Bands of Bilarro|XDMG}"],["36","{@item Mantle of Spell Resistance|XDMG}"],["37–38","{@item Necklace of Fireballs|XDMG}"],["39","{@item Oil of Etherealness|XDMG}"],["40","{@item Portable Hole|XDMG}"],["41–42","{@item Potion of Clairvoyance|XDMG}"],["43–44","{@item Potion of Diminution|XDMG}"],["45–46","{@item Potion of Gaseous Form|XDMG}"],["47","{@item Potion of Fire Giant Strength|XDMG|Potion of Giant Strength (fire)}"],["48–49","{@item Potion of Giant Strength|XDMG} ({@item Potion of Frost Giant Strength|XDMG|frost} or {@item Potion of Stone Giant Strength|XDMG|stone})"],["50–51","{@item Potion of Heroism|XDMG}"],["52–53","{@item Potion of Invisibility|XDMG}"],["54–55","{@item Potion of Invulnerability|XDMG}"],["56–57","{@item Potion of Mind Reading|XDMG}"],["58–59","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Bird|XDMG|bird}, {@item Quaal's Feather Token, Swan Boat|XDMG|swan boat}, or {@item Quaal's Feather Token, Whip|XDMG|whip})"],["60–61","{@item Ring of Feather Falling|XDMG}"],["62","{@item Ring of Spell Storing|XDMG}"],["63","{@item Ring of X-ray Vision|XDMG}"],["64–65","{@item Robe of Eyes|XDMG}"],["66","{@item Rod of Rulership|XDMG}"],["67–68","{@item +2 Rod of the Pact Keeper|XDMG|Rod of the Pact Keeper, +2}"],["69–70","{@item Scroll of Protection|XDMG}"],["71–75","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 4)|XDMG|level 4} or {@item Spell Scroll (Level 5)|XDMG|level 5} spell)"],["76–77","{@item Staff of Charming|XDMG}"],["78–79","{@item Staff of Swarming Insects|XDMG}"],["80–81","{@item Staff of Withering|XDMG}"],["82","{@item Stone of Controlling Earth Elementals|XDMG}"],["83–84","{@item Wand of Binding|XDMG}"],["85–86","{@item Wand of Fear|XDMG}"],["87–90","{@item Wand of Fireballs|XDMG}"],["91–94","{@item Wand of Lightning Bolts|XDMG}"],["95–96","{@item +2 Wand of the War Mage|XDMG|Wand of the War Mage, +2}"],["97–98","{@item Wand of Wonder|XDMG}"],["99–00","{@item Wings of Flying|XDMG}"]],"name":"Arcana - Rare","page":326,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Arcana - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Amulet of the Planes|XDMG}"],["03–04","{@item Bag of Devouring|XDMG}"],["05–06","{@item Carpet of Flying|XDMG}"],["07–08","{@item Cauldron of Rebirth|XDMG}"],["09–10","{@item Cloak of Arachnida|XDMG}"],["11–12","{@item Crystal Ball|XDMG}"],["13","{@item Dancing Sword|XDMG}"],["14","{@item Efreeti Bottle|XDMG}"],["15–16","{@item Enspelled Staff|XDMG} (level 4 or 5 spell)"],["17–18","{@item Figurine of Wondrous Power, Obsidian Steed|XDMG|Figurine of Wondrous Power (obsidian steed)}"],["19–20","{@item Hat of Many Spells|XDMG}"],["21–22","{@item Helm of Brilliance|XDMG}"],["23–24","{@item Horseshoes of a Zephyr|XDMG}"],["25–26","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Absorption|XDMG|absorption}, {@item Ioun Stone, Fortitude|XDMG|fortitude}, {@item Ioun Stone, Intellect|XDMG|intellect}, or {@item Ioun Stone, Leadership|XDMG|leadership})"],["27–28","{@item Manual of Golems|XDMG} ({@item Manual of Clay Golems|XDMG|clay}, {@item Manual of Flesh Golems|XDMG|flesh}, {@item Manual of Iron Golems|XDMG|iron}, or {@item Manual of Stone Golems|XDMG|stone})"],["29","{@item Mirror of Life Trapping|XDMG}"],["30–31","{@item Nolzur's Marvelous Pigments|XDMG}"],["32–34","{@item Oil of Sharpness|XDMG}"],["35–38","{@item Potion of Flying|XDMG}"],["39–42","{@item Potion of Cloud Giant Strength|XDMG|Potion of Giant Strength (cloud)}"],["43–46","{@item Potion of Greater Invisibility|XDMG}"],["47–49","{@item Potion of Longevity|XDMG}"],["50–53","{@item Potion of Speed|XDMG}"],["54–57","{@item Potion of Vitality|XDMG}"],["58–59","{@item Ring of Regeneration|XDMG}"],["60–61","{@item Ring of Shooting Stars|XDMG}"],["62–63","{@item Ring of Telekinesis|XDMG}"],["64–65","{@item Robe of Scintillating Colors|XDMG}"],["66–67","{@item Robe of Stars|XDMG}"],["68–69","{@item Rod of Absorption|XDMG}"],["70–71","{@item Rod of Security|XDMG}"],["72–73","{@item +3 Rod of the Pact Keeper|XDMG|Rod of the Pact Keeper, +3}"],["74–85","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 6)|XDMG|level 6}, {@item Spell Scroll (Level 7)|XDMG|level 7}, or {@item Spell Scroll (Level 8)|XDMG|level 8} spell)"],["86–87","{@item Staff of Fire|XDMG}"],["88–89","{@item Staff of Frost|XDMG}"],["90","{@item Staff of Power|XDMG}"],["91–92","{@item Staff of Thunder and Lightning|XDMG}"],["93–94","{@item Tome of Clear Thought|XDMG}"],["95–97","{@item Wand of Polymorph|XDMG}"],["98–00","{@item +3 Wand of the War Mage|XDMG|Wand of the War Mage, +3}"]],"name":"Arcana - Very Rare","page":326,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Arcana - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item Apparatus of Kwalish|XDMG}"],["05–08","{@item Cloak of Invisibility|XDMG}"],["09–12","{@item Crystal Ball of Mind Reading|XDMG}"],["13–16","{@item Crystal Ball of Telepathy|XDMG}"],["17–20","{@item Crystal Ball of True Seeing|XDMG}"],["21–22","{@item Cubic Gate|XDMG}"],["23","{@item Deck of Many Things|XDMG}"],["24–27","{@item Enspelled Staff|XDMG} (level 6, 7, or 8 spell)"],["28–31","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Greater Absorption|XDMG|greater absorption}, {@item Ioun Stone, Mastery|XDMG|mastery}, or {@item Ioun Stone, Regeneration|XDMG|regeneration})"],["32–33","{@item Iron Flask|XDMG}"],["34–41","{@item Potion of Storm Giant Strength|XDMG|Potion of Storm Giant Strength (storm)}"],["42–45","{@item Ring of Djinni Summoning|XDMG}"],["46–49","{@item Ring of Elemental Command|XDMG} ({@item Ring of Elemental Command (Air)|XDMG|air}, {@item Ring of Elemental Command (Earth)|XDMG|earth}, {@item Ring of Elemental Command (Fire)|XDMG|fire}, or {@item Ring of Elemental Command (Water)|XDMG|water})"],["50–53","{@item Ring of Invisibility|XDMG}"],["54–57","{@item Ring of Spell Turning|XDMG}"],["58","{@item Ring of Three Wishes|XDMG}"],["59","{@item Robe of the Archmagi|XDMG}"],["60–61","{@item Scroll of Titan Summoning|XDMG}"],["62–65","{@item Sovereign Glue|XDMG}"],["66–83","{@item Spell Scroll (Level 9)|XDMG|Spell Scroll (level 9} spell)"],["84","{@item Sphere of Annihilation|XDMG}"],["85","{@item Staff of the Magi|XDMG}"],["86–88","{@item Talisman of the Sphere|XDMG}"],["89–92","{@item Tome of the Stilled Tongue|XDMG}"],["93–96","{@item Universal Solvent|XDMG}"],["97–00","{@item Well of Many Worlds|XDMG}"]],"name":"Arcana - Legendary","page":326,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Armaments - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–10","{@item Armor of Gleaming|XDMG}"],["11–20","{@item Cast-Off Armor|XDMG}"],["21–30","{@item Dread Helm|XDMG}"],["31–40","{@item Moon-Touched Sword|XDMG}"],["41–50","{@item Shield of Expression|XDMG}"],["51–60","{@item Silvered Weapon|XDMG}"],["61–70","{@item Smoldering Armor|XDMG}"],["71–80","{@item Sylvan Talon|XDMG}"],["81–90","{@item Veteran's Cane|XDMG}"],["91–00","{@item Walloping Ammunition|XDMG}"]],"name":"Armaments - Common","page":328,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Armaments - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item Adamantine Armor|XDMG}"],["05–08","{@item Adamantine Weapon|XDMG}"],["09–13","{@item +1 Ammunition|XDMG|Ammunition, +1}"],["14–18","{@item Bracers of Archery|XDMG}"],["19–23","{@item Enspelled Armor|XDMG} (cantrip or level 1 spell)"],["24–28","{@item Enspelled Weapon|XDMG} (cantrip or level 1 spell)"],["29–33","{@item Gauntlets of Ogre Power|XDMG}"],["34–38","{@item Javelin of Lightning|XDMG}"],["39–43","{@item Mariner's Armor|XDMG}"],["44–48","{@item Mithral Armor|XDMG}"],["49–53","{@item Potion of Hill Giant Strength|XDMG|Potion of Giant Strength (hill)}"],["54–58","{@item Potion of Pugilism|XDMG}"],["59–62","{@item Quiver of Ehlonna|XDMG}"],["63–66","{@item Saddle of the Cavalier|XDMG}"],["67–71","{@item Sentinel Shield|XDMG}"],["72–76","{@item +1 Shield|XDMG|Shield, +1}"],["77–81","{@item Sword of Vengeance|XDMG}"],["82–85","{@item Trident of Fish Command|XDMG}"],["86–90","{@item +1 Weapon|XDMG|Weapon, +1}"],["91–95","{@item Weapon of Warning|XDMG}"],["96–00","{@item +1 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +1}"]],"name":"Armaments - Uncommon","page":328,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Armaments - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item +2 Ammunition|XDMG|Ammunition, +2}"],["04–07","{@item +1 Armor|XDMG|Armor, +1}"],["08–10","{@item Armor of Resistance|XDMG}"],["11–13","{@item Armor of Vulnerability|XDMG}"],["14–15","{@item Arrow-Catching Shield|XDMG}"],["16–18","{@item Belt of Hill Giant Strength|XDMG|Belt of Giant Strength (hill)}"],["19–20","{@item Berserker Axe|XDMG}"],["21–22","{@item Daern's Instant Fortress|XDMG}"],["23–25","{@item Dagger of Venom|XDMG}"],["26–28","{@item Dragon Slayer|XDMG}"],["29–31","{@item Elven Chain|XDMG}"],["32–34","{@item Enspelled Armor|XDMG} (level 2 or 3 spell)"],["35–37","{@item Enspelled Weapon|XDMG} (level 2 or 3 spell)"],["38–40","{@item Flame Tongue|XDMG}"],["41–43","{@item Giant Slayer|XDMG}"],["44–46","{@item Horn of Blasting|XDMG}"],["47–48","{@item Horn of Valhalla|XDMG} ({@item Horn of Valhalla, Brass|XDMG|brass} or {@item Horn of Valhalla, Silver|XDMG|silver})"],["49–51","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Protection|XDMG|protection})"],["52–54","{@item Mace of Disruption|XDMG}"],["55–57","{@item Mace of Smiting|XDMG}"],["58–60","{@item Mace of Terror|XDMG}"],["61–63","{@item Potion of Fire Giant Strength|XDMG|Potion of Giant Strength (fire)}"],["64–66","{@item Potion of Giant Strength|XDMG} ({@item Potion of Frost Giant Strength|XDMG|frost} or {@item Potion of Stone Giant Strength|XDMG|stone})"],["67–69","{@item Potion of Heroism|XDMG}"],["70–72","{@item Potion of Invulnerability|XDMG}"],["73–75","{@item Ring of Protection|XDMG}"],["76–78","{@item Ring of the Ram|XDMG}"],["79–81","{@item +2 Shield|XDMG|Shield, +2}"],["82–84","{@item Shield of Missile Attraction|XDMG}"],["85–86","{@item Sun Blade|XDMG}"],["87–88","{@item Sword of Life Stealing|XDMG}"],["89–90","{@item Sword of Wounding|XDMG}"],["91–92","{@item Tentacle Rod|XDMG}"],["93–94","{@item Vicious Weapon|XDMG}"],["95–97","{@item +2 Weapon|XDMG|Weapon, +2}"],["98–00","{@item +2 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +2}"]],"name":"Armaments - Rare","page":328,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Armaments - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item +3 Ammunition|XDMG|Ammunition, +3}"],["04–06","{@item Ammunition of Slaying|XDMG}"],["07–09","{@item Animated Shield|XDMG}"],["10–12","{@item +2 Armor|XDMG|Armor, +2}"],["13–14","{@item Belt of Fire Giant Strength|XDMG|Belt of Giant Strength (fire)}"],["15–17","{@item Belt of Giant Strength|XDMG} ({@item Belt of Frost Giant Strength|XDMG|frost} or {@item Belt of Stone Giant Strength|XDMG|stone})"],["18–19","{@item Dancing Sword|XDMG}"],["20–22","{@item Demon Armor|XDMG}"],["23–25","{@item Dragon Scale Mail|XDMG}"],["26–28","{@item Dwarven Plate|XDMG}"],["29–31","{@item Dwarven Thrower|XDMG}"],["32–34","{@item Energy Bow|XDMG}"],["35–37","{@item Enspelled Armor|XDMG} (level 4 or 5 spell)"],["38–40","{@item Enspelled Weapon|XDMG} (level 4 or 5 spell)"],["41–43","{@item Executioner's Axe|XDMG}"],["44–46","{@item Frost Brand|XDMG}"],["47–49","{@item Horn of Valhalla, Bronze|XDMG|Horn of Valhalla (bronze)}"],["50–52","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Strength|XDMG|strength})"],["53–55","{@item Lute of Thunderous Thumping|XDMG}"],["56–58","{@item Manual of Gainful Exercise|XDMG}"],["59–61","{@item Nine Lives Stealer|XDMG}"],["62–64","{@item Oathbow|XDMG}"],["65–68","{@item Oil of Sharpness|XDMG}"],["69–72","{@item Potion of Cloud Giant Strength|XDMG|Potion of Giant Strength (cloud)}"],["73–75","{@item Quarterstaff of the Acrobat|XDMG}"],["76–78","{@item Scimitar of Speed|XDMG}"],["79–82","{@item +3 Shield|XDMG|Shield, +3}"],["83–85","{@item Shield of the Cavalier|XDMG}"],["86–88","{@item Spellguard Shield|XDMG}"],["89–91","{@item Sword of Sharpness|XDMG}"],["92–94","{@item Thunderous Greatclub|XDMG}"],["95–97","{@item +3 Weapon|XDMG|Weapon, +3}"],["98–00","{@item +3 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +3}"]],"name":"Armaments - Very Rare","page":328,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Armaments - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","{@item +3 Armor|XDMG|Armor, +3}"],["07–12","{@item Armor of Invulnerability|XDMG}"],["13–18","{@item Belt of Cloud Giant Strength|XDMG|Belt of Giant Strength (cloud)}"],["19–21","{@item Belt of Storm Giant Strength|XDMG|Belt of Giant Strength (storm)}"],["22–27","{@item Defender|XDMG}"],["28–33","{@item Efreeti Chain|XDMG}"],["34–39","{@item Enspelled Armor|XDMG} (level 6, 7, or 8 spell)"],["40–45","{@item Enspelled Weapon|XDMG} (level 6, 7, or 8 spell)"],["46–51","{@item Hammer of Thunderbolts|XDMG}"],["52–56","{@item Holy Avenger|XDMG}"],["57–62","{@item Horn of Valhalla, Iron|XDMG|Horn of Valhalla (iron)}"],["63–68","{@item Luck Blade|XDMG}"],["69–72","{@item Moonblade|XDMG}"],["73–78","{@item Plate Armor of Etherealness|XDMG}"],["79–87","{@item Potion of Storm Giant Strength|XDMG|Potion of Giant Strength (storm)}"],["88–90","{@item Rod of Lordly Might|XDMG}"],["91–95","{@item Sword of Answering|XDMG}"],["96–00","{@item Vorpal Sword|XDMG}"]],"name":"Armaments - Legendary","page":328,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Implements - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Bead of Nourishment|XDMG}"],["03–04","{@item Bead of Refreshment|XDMG}"],["05–06","{@item Boots of False Tracks|XDMG}"],["07–08","{@item Candle of the Deep|XDMG}"],["09–10","{@item Charlatan's Die|XDMG}"],["11–13","{@item Cloak of Many Fashions|XDMG}"],["14–15","{@item Clockwork Amulet|XDMG}"],["16–17","{@item Ear Horn of Hearing|XDMG}"],["18–19","{@item Ersatz Eye|XDMG}"],["20–21","{@item Heward's Handy Spice Pouch|XDMG}"],["22–23","{@item Horn of Silent Alarm|XDMG}"],["24–25","{@item Instrument of Illusions|XDMG}"],["26–27","{@item Instrument of Scribing|XDMG}"],["28–29","{@item Lock of Trickery|XDMG}"],["30–32","{@item Moon-Touched Sword|XDMG}"],["33–34","{@item Mystery Key|XDMG}"],["35–36","{@item Orb of Direction|XDMG}"],["37–38","{@item Orb of Time|XDMG}"],["39–40","{@item Perfume of Bewitching|XDMG}"],["41–42","{@item Pipe of Smoke Monsters|XDMG}"],["43–44","{@item Pole of Angling|XDMG}"],["45–46","{@item Pole of Collapsing|XDMG}"],["47–52","{@item Potion of Climbing|XDMG}"],["53–58","{@item Potion of Comprehension|XDMG}"],["59–74","{@item Potion of Healing|XDMG}"],["75–76","{@item Prosthetic Limb|XDMG}"],["77–78","{@item Rope of Mending|XDMG}"],["79–80","{@item Staff of Birdcalls|XDMG}"],["81–82","{@item Sylvan Talon|XDMG}"],["83–84","{@item Talking Doll|XDMG}"],["85–86","{@item Tankard of Sobriety|XDMG}"],["87–90","{@item Veteran's Cane|XDMG}"],["91–92","{@item Walloping Ammunition|XDMG}"],["93–94","{@item Wand of Conducting|XDMG}"],["95–97","{@item Wand of Enemy Detection|XDMG}"],["98–00","{@item Wand of Pyrotechnics|XDMG}"]],"name":"Implements - Common","page":329,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Implements - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Alchemy Jug|XDMG}"],["03–06","{@item +1 Ammunition|XDMG|Ammunition, +1}"],["07–10","{@item Bag of Holding|XDMG}"],["11–12","{@item Boots of Elvenkind|XDMG}"],["13–14","{@item Boots of Striding and Springing|XDMG}"],["15–16","{@item Boots of the Winterlands|XDMG}"],["17–18","{@item Broom of Flying|XDMG}"],["19–20","{@item Cap of Water Breathing|XDMG}"],["21–22","{@item Cloak of Elvenkind|XDMG}"],["23–24","{@item Cloak of Protection|XDMG}"],["25–26","{@item Cloak of the Manta Ray|XDMG}"],["27","{@item Decanter of Endless Water|XDMG}"],["28–30","{@item Driftglobe|XDMG}"],["31–32","{@item Dust of Disappearance|XDMG}"],["33–34","{@item Dust of Dryness|XDMG}"],["35–36","{@item Dust of Sneezing and Choking|XDMG}"],["37–38","{@item Enspelled Weapon|XDMG} (cantrip or level 1 spell)"],["39–40","{@item Eyes of Minute Seeing|XDMG}"],["41–42","{@item Eyes of the Eagle|XDMG}"],["43–44","{@item Gloves of Missile Snaring|XDMG}"],["45–46","{@item Gloves of Swimming and Climbing|XDMG}"],["47–48","{@item Gloves of Thievery|XDMG}"],["49–50","{@item Goggles of Night|XDMG}"],["51","{@item Hag Eye|XDMG}"],["52–54","{@item Helm of Comprehending Languages|XDMG}"],["55","{@item Immovable Rod|XDMG}"],["56–57","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Doss Lute|XDMG|Doss lute}, {@item Instrument of the Bards, Fochlucan Bandore|XDMG|Fochlucan bandore}, or {@item Instrument of the Bards, Mac-Fuirmidh Cittern|XDMG|Mac-Fuirmidh cittern})"],["58–59","{@item Lantern of Revealing|XDMG}"],["60–61","{@item Nature's Mantle|XDMG}"],["62–63","{@item Oil of Slipperiness|XDMG}"],["64–65","{@item Pipes of Haunting|XDMG}"],["66–67","{@item Pipes of the Sewers|XDMG}"],["68–71","{@item Potion of Growth|XDMG}"],["72–80","{@item Potion of Greater Healing|XDMG|Potion of Healing (greater)}"],["81–84","{@item Potion of Water Breathing|XDMG}"],["85–86","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Anchor|XDMG|anchor}, {@item Quaal's Feather Token, Fan|XDMG|fan}, or {@item Quaal's Feather Token, Tree|XDMG|tree})"],["87–88","{@item Ring of Jumping|XDMG}"],["89–90","{@item Ring of Swimming|XDMG}"],["91–92","{@item Ring of Warmth|XDMG}"],["93–94","{@item Robe of Useful Items|XDMG}"],["95–96","{@item Rope of Climbing|XDMG}"],["97–98","{@item Stone of Good Luck|XDMG}"],["99–00","{@item Wand of Secrets|XDMG}"]],"name":"Implements - Uncommon","page":329,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Implements - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item +2 Ammunition|XDMG|Ammunition, +2}"],["05–08","{@item Bag of Beans|XDMG}"],["09–12","{@item Belt of Dwarvenkind|XDMG}"],["13–16","{@item Boots of Levitation|XDMG}"],["17–20","{@item Boots of Speed|XDMG}"],["21–24","{@item Chime of Opening|XDMG}"],["25–28","{@item Dimensional Shackles|XDMG}"],["29–32","{@item Enspelled Weapon|XDMG} (level 2 or 3 spell)"],["33–36","{@item Folding Boat|XDMG}"],["37–40","{@item Glamoured Studded Leather|XDMG}"],["41–44","{@item Heward's Handy Haversack|XDMG}"],["45–48","{@item Horseshoes of Speed|XDMG}"],["49–52","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Canaith Mandolin|XDMG|Canaith mandolin} or {@item Instrument of the Bards, Cli Lyre|XDMG|Cli lyre})"],["53–56","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Awareness|XDMG|awareness})"],["57–60","{@item Portable Hole|XDMG}"],["61–64","{@item Potion of Diminution|XDMG}"],["65–68","{@item Potion of Gaseous Form|XDMG}"],["69–76","{@item Potion of Superior Healing|XDMG|Potion of Healing (superior)}"],["77–80","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Bird|XDMG|bird}, {@item Quaal's Feather Token, Swan Boat|XDMG|swan boat}, or {@item Quaal's Feather Token, Whip|XDMG|whip})"],["81–84","{@item Ring of Evasion|XDMG}"],["85–88","{@item Ring of Free Action|XDMG}"],["89–92","{@item Rope of Entanglement|XDMG}"],["93–96","{@item Staff of Healing|XDMG}"],["97–00","{@item Wand of Enemy Detection|XDMG}"]],"name":"Implements - Rare","page":329,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Implements - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–07","{@item +3 Ammunition|XDMG|Ammunition, +3}"],["08–14","{@item Bag of Devouring|XDMG}"],["15–21","{@item Carpet of Flying|XDMG}"],["22–28","{@item Enspelled Weapon|XDMG} (level 4 or 5 spell)"],["29–35","{@item Horseshoes of a Zephyr|XDMG}"],["36–42","{@item Instrument of the Bards, Anstruth Harp|XDMG|Instrument of the Bards (Anstruth harp)}"],["43–49","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Agility|XDMG|agility})"],["50–56","{@item Lute of Thunderous Thumping|XDMG}"],["57–63","{@item Manual of Quickness of Action|XDMG}"],["64–70","{@item Nolzur's Marvelous Pigments|XDMG}"],["71–77","{@item Potion of Flying|XDMG}"],["78–86","{@item Potion of Supreme Healing|XDMG|Potion of Healing (supreme)}"],["87–93","{@item Potion of Speed|XDMG}"],["94–00","{@item Tome of Leadership and Influence|XDMG}"]],"name":"Implements - Very Rare","page":329,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Implements - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–17","{@item Enspelled Weapon|XDMG} (level 6, 7, or 8 spell)"],["18–34","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Ollamh Harp|XDMG|Ollamh harp})"],["35–54","{@item Sovereign Glue|XDMG}"],["55–70","{@item Sphere of Annihilation|XDMG}"],["71–83","{@item Talisman of the Sphere|XDMG}"],["84–00","{@item Universal Solvent|XDMG}"]],"name":"Implements - Legendary","page":329,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Relics - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–08","{@item Ear Horn of Hearing|XDMG}"],["09–28","{@item Potion of Healing|XDMG}"],["29–36","{@item Pot of Awakening|XDMG}"],["37–44","{@item Ruby of the War Mage|XDMG}"],["45–52","{@item Shield of Expression|XDMG}"],["53–60","{@item Smoldering Armor|XDMG}"],["61–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Cantrip)|XDMG|cantrip} or {@item Spell Scroll (Level 1)|XDMG|level 1} spell)"],["81–90","{@item Staff of Adornment|XDMG}"],["91–00","{@item Staff of Flowers|XDMG}"]],"name":"Relics - Common","page":330,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Relics - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","{@item Enspelled Staff|XDMG} (cantrip or level 1 spell)"],["06–10","{@item Keoghtom's Ointment|XDMG}"],["11–15","{@item Mariner's Armor|XDMG}"],["16–20","{@item Nature's Mantle|XDMG}"],["21–25","{@item Pearl of Power|XDMG}"],["26–30","{@item Periapt of Health|XDMG}"],["31–35","{@item Periapt of Wound Closure|XDMG}"],["36–40","{@item Potion of Animal Friendship|XDMG}"],["41–55","{@item Potion of Greater Healing|XDMG|Potion of Healing (greater)}"],["56–60","{@item Potion of Resistance|XDMG}"],["61–65","{@item Ring of Water Walking|XDMG}"],["66–70","{@item Sending Stones|XDMG}"],["71–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 2)|XDMG|level 2} or {@item Spell Scroll (Level 3)|XDMG|level 3} spell)"],["81–85","{@item Staff of the Adder|XDMG}"],["86–90","{@item Staff of the Python|XDMG}"],["91–95","{@item Wand of Magic Detection|XDMG}"],["96–00","{@item +1 Wand of the War Mage|XDMG|Wand of the War Mage, +1}"]],"name":"Relics - Uncommon","page":330,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Relics - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item Amulet of Health|XDMG}"],["04–07","{@item +1 Armor|XDMG|Armor, +1}"],["08–09","{@item Bowl of Commanding Water Elementals|XDMG}"],["10–11","{@item Brazier of Commanding Fire Elementals|XDMG}"],["12–13","{@item Censer of Controlling Air Elementals|XDMG}"],["14–16","{@item Elixir of Health|XDMG}"],["17–19","{@item Enspelled Staff|XDMG} (level 2 or 3 spell)"],["20–22","{@item Horn of Blasting|XDMG}"],["23–25","{@item Horn of Valhalla|XDMG} ({@item Horn of Valhalla, Brass|XDMG|brass} or {@item Horn of Valhalla, Silver|XDMG|silver})"],["26–28","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Reserve|XDMG|reserve} or {@item Ioun Stone, Sustenance|XDMG|sustenance})"],["29–31","{@item Mace of Disruption|XDMG}"],["32–34","{@item Mace of Smiting|XDMG}"],["35–37","{@item Mace of Terror|XDMG}"],["38–40","{@item Necklace of Prayer Beads|XDMG}"],["41–43","{@item Periapt of Proof against Poison|XDMG}"],["44–51","{@item Potion of Superior Healing|XDMG|Potion of Healing (superior)}"],["52–54","{@item Ring of Animal Influence|XDMG}"],["55–58","{@item Ring of Resistance|XDMG}"],["59–61","{@item Ring of Spell Storing|XDMG}"],["62–65","{@item Scroll of Protection|XDMG}"],["66–73","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 4)|XDMG|level 4} or {@item Spell Scroll (Level 5)|XDMG|level 5} spell)"],["74–76","{@item Staff of Charming|XDMG}"],["77–79","{@item Staff of Healing|XDMG}"],["80–82","{@item Staff of Swarming Insects|XDMG}"],["83–85","{@item Staff of the Woodlands|XDMG}"],["86–88","{@item Staff of Withering|XDMG}"],["89–90","{@item Stone of Controlling Earth Elementals|XDMG}"],["91–93","{@item Tentacle Rod|XDMG}"],["94–96","{@item Wand of Paralysis|XDMG}"],["97–00","{@item +2 Wand of the War Mage|XDMG|Wand of the War Mage, +2}"]],"name":"Relics - Rare","page":330,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Relics - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","{@item +2 Armor|XDMG|Armor, +2}"],["06–10","{@item Candle of Invocation|XDMG}"],["11–15","{@item Cauldron of Rebirth|XDMG}"],["16–20","{@item Enspelled Staff|XDMG} (level 4 or 5 spell)"],["21–25","{@item Horn of Valhalla, Bronze|XDMG|Horn of Valhalla (bronze)}"],["26–30","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Insight|XDMG|insight})"],["31–35","{@item Manual of Bodily Health|XDMG}"],["36–43","{@item Potion of Supreme Healing|XDMG|Potion of Healing (supreme)}"],["44–50","{@item Potion of Vitality|XDMG}"],["51–55","{@item Rod of Alertness|XDMG}"],["56–65","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 6)|XDMG|level 6}, {@item Spell Scroll (Level 7)|XDMG|level 7}, or {@item Spell Scroll (Level 8)|XDMG|level 8} spell)"],["66–70","{@item Spirit Board|XDMG}"],["71–75","{@item Staff of Fire|XDMG}"],["76–80","{@item Staff of Frost|XDMG}"],["81–85","{@item Staff of Striking|XDMG}"],["86–90","{@item Staff of Thunder and Lightning|XDMG}"],["91–95","{@item Tome of Understanding|XDMG}"],["96–00","{@item +3 Wand of the War Mage|XDMG|Wand of the War Mage, +3}"]],"name":"Relics - Very Rare","page":330,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Relics - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–08","{@item Armor of Invulnerability|XDMG}"],["09–18","{@item +3 Armor|XDMG|Armor, +3}"],["19–27","{@item Enspelled Staff|XDMG} (level 6, 7, or 8 spell)"],["28–36","{@item Holy Avenger|XDMG}"],["37–45","{@item Horn of Valhalla, Iron|XDMG|Horn of Valhalla (iron)}"],["46–54","{@item Rod of Resurrection|XDMG}"],["55–63","{@item Scarab of Protection|XDMG}"],["64–72","{@item Scroll of Titan Summoning|XDMG}"],["73–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 9)|XDMG|level 9} spell)"],["81–90","{@item Talisman of Pure Good|XDMG}"],["91–00","{@item Talisman of Ultimate Evil|XDMG}"]],"name":"Relics - Legendary","page":330,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Facility Space","colLabels":["Space","Maximum Area"],"colStyles":["col-3","col-9"],"rows":[["Cramped","4 squares"],["Roomy","16 squares"],["Vast","36 squares"]],"name":"Facility Space","page":335,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"colLabels":["Facility Space","Cost","Time Required"],"colStyles":["col-4","col-4 text-right","col-4 text-right"],"rows":[["Cramped","500 GP","20 days"],["Roomy","1,000 GP","45 days"],["Vast","3,000 GP","125 days"]],"name":"Adding Basic Facilities","page":335,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"colLabels":["Space Increase","Cost","Time Required"],"colStyles":["col-4","col-4 text-right","col-4 text-right"],"rows":[["Cramped to Roomy","500 GP","25 days"],["Roomy to Vast","2,000 GP","80 days"]],"name":"Enlarging Basic Facilities","page":335,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"caption":"Special Facility Acquisition","colLabels":["Level","Special Facilities"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["5","2"],["9","4"],["13","5"],["17","6"]],"name":"Special Facilities; Special Facility Acquisition","page":335,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"caption":"Special Facilities","colLabels":["Level","Special Facility","Prerequisite","Order"],"colStyles":["col-1 text-center","col-2","col-7","col-2"],"rows":[["5","{@facility Arcane Study|XDMG}","Ability to use an {@item Arcane Focus|XPHB} or a tool as a {@variantrule Spellcasting Focus|XPHB}","Craft"],["5","{@facility Armory|XDMG}","None","Trade"],["5","{@facility Barrack|XDMG}","None","Recruit"],["5","{@facility Garden|XDMG}","None","Harvest"],["5","{@facility Library|XDMG}","None","Research"],["5","{@facility Sanctuary|XDMG}","Ability to use a {@item Holy Symbol|XPHB} or {@item Druidic Focus|XPHB} as a {@variantrule Spellcasting Focus|XPHB}","Craft"],["5","{@facility Smithy|XDMG}","None","Craft"],["5","{@facility Storehouse|XDMG}","None","Trade"],["5","{@facility Workshop|XDMG}","None","Craft"],["9","{@facility Gaming Hall|XDMG}","None","Trade"],["9","{@facility Greenhouse|XDMG}","None","Harvest"],["9","{@facility Laboratory|XDMG}","None*","Craft"],["9","{@facility Sacristy|XDMG}","Ability to use a {@item Holy Symbol|XPHB} or {@item Druidic Focus|XPHB} as a {@variantrule Spellcasting Focus|XPHB}","Craft"],["9","{@facility Scriptorium|XDMG}","None*","Craft"],["9","{@facility Stable|XDMG}","None","Trade"],["9","{@facility Teleportation Circle|XDMG}","None","Recruit"],["9","{@facility Theater|XDMG}","None","Empower"],["9","{@facility Training Area|XDMG}","None","Empower"],["9","{@facility Trophy Room|XDMG}","None","Research"],["13","{@facility Archive|XDMG}","None","Research"],["13","{@facility Meditation Chamber|XDMG}","None","Empower"],["13","{@facility Menagerie|XDMG}","None","Recruit"],["13","{@facility Observatory|XDMG}","Ability to use a {@variantrule Spellcasting Focus|XPHB}","Empower"],["13","{@facility Pub|XDMG}","None","Research"],["13","{@facility Reliquary|XDMG}","Ability to use a {@item Holy Symbol|XPHB} or {@item Druidic Focus|XPHB} as a {@variantrule Spellcasting Focus|XPHB}","Harvest"],["17","{@facility Demiplane|XDMG}","Ability to use an {@item Arcane Focus|XPHB} or a tool as a {@variantrule Spellcasting Focus|XPHB}","Empower"],["17","{@facility Guildhall|XDMG}","Expertise in a skill","Recruit"],["17","{@facility Sanctum|XDMG}","Ability to use a {@item Holy Symbol|XPHB} or {@item Druidic Focus|XPHB} as a {@variantrule Spellcasting Focus|XPHB}","Empower"],["17","{@facility War Room|XDMG}","Fighting Style feature or Unarmored Defense feature","Recruit"]],"footnotes":["*Certain orders that can be issued to these facilities have additional prerequisites."],"name":"Special Facility Descriptions; Special Facilities","page":336,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"caption":"Bastion Events","colLabels":["1d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–50","{@book All Is Well|XDMG|7|All Is Well}"],["51–55","{@book Attack|XDMG|7|Attack}"],["56–58","{@book Criminal Hireling|XDMG|7|Criminal Hireling}"],["59–63","{@book Extraordinary Opportunity|XDMG|7|Extraordinary Opportunity}"],["64–72","{@book Friendly Visitors|XDMG|7|Friendly Visitors}"],["73–76","{@book Guest|XDMG|7|Guest}"],["77–79","{@book Lost Hirelings|XDMG|7|Lost Hirelings}"],["80–83","{@book Magical Discovery|XDMG|7|Magical Discovery}"],["84–91","{@book Refugees|XDMG|7|Refugees}"],["92–98","{@book Request for Aid|XDMG|7|Request for Aid}"],["99–00","{@book Treasure|XDMG|7|Chapter 7: Treasure}"]],"name":"Bastion Events","page":350,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"colLabels":["1d8","Details"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Accident reports are way down."],["2","The leak in the roof has been fixed."],["3","No vermin infestations to report."],["4","You-Know-Who lost their spectacles again."],["5","One of your hirelings adopted a stray dog."],["6","You received a lovely letter from a friend."],["7","Some practical joker has been putting rotten eggs in people's boots."],["8","Someone thought they saw a ghost."]],"name":"All Is Well","page":350,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"colLabels":["1d4","Guest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The guest is an individual of great renown who stays for 7 days. At the end of their stay, the guest gives you a letter of recommendation (see \"{@book Marks of Prestige|XDMG|2|Marks of Prestige}\" in {@book chapter 3|XDMG|2})."],["2","The guest requests sanctuary while avoiding persecution for their beliefs or crimes. They depart 7 days later, but not before offering you a gift of {@dice 1d6 × 100} GP."],["3","The guest is a mercenary, giving you one additional Bastion Defender. The guest doesn't require a facility to house them, and they stay until you send them away or they're killed."],["4","The guest is a {@variantrule Friendly [Attitude]|XPHB|Friendly} monster, such as a brass dragon or a treant. If your Bastion is attacked while this monster is your guest, it defends your Bastion, and you lose no Bastion Defenders. The monster leaves after it defends your Bastion once or when you send it away."]],"name":"Guest","page":352,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"colLabels":["1d100","Treasure"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–40","Roll on the 25 GP {@book Art Objects|XDMG|6|25 GP Art Objects} table."],["41–63","Roll on the 250 GP {@book Art Objects|XDMG|6|250 GP Art Objects} table."],["64–73","Roll on the 750 GP {@book Art Objects|XDMG|6|750 GP Art Objects} table."],["74–75","Roll on the 2,500 GP {@book Art Objects|XDMG|6|2,500 GP Art Objects} table."],["76–90","Roll on a Common Magic Items table of your choice ({@book Arcana|XDMG|6|Arcana—Common}, {@book Armaments|XDMG|6|Armaments—Common}, {@book Implements|XDMG|6|Implements—Common}, or {@book Relics|XDMG|6|Relics—Common})."],["91–98","Roll on an Uncommon Magic Items table of your choice ({@book Arcana|XDMG|6|Arcana—Uncommon}, {@book Armaments|XDMG|6|Armaments—Uncommon}, {@book Implements|XDMG|6|Implements—Uncommon}, or {@book Relics|XDMG|6|Relics—Uncommon})."],["99–00","Roll on a Rare Magic Items table of your choice ({@book Arcana|XDMG|6|Arcana—Rare}, {@book Armaments|XDMG|6|Armaments—Rare}, {@book Implements|XDMG|6|Implements—Rare}, or {@book Relics|XDMG|6|Relics—Rare})."]],"name":"Treasure","page":352,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"caption":"Improvising Damage","colLabels":["Dice","Examples"],"colStyles":["col-2 text-center","col-10"],"rows":[["{@damage 1d10}","Burned by coals, hit by a falling bookcase, pricked by a poison needle"],["{@damage 2d10}","Struck by lightning, stumbling into a firepit"],["{@damage 4d10}","Hit by falling rubble in a collapsing tunnel, tumbling into a vat of acid"],["{@damage 10d10}","Crushed by compacting walls, hit by whirling steel blades, wading through lava"],["{@damage 18d10}","Submerged in lava, hit by a crashing flying fortress"],["{@damage 24d10}","Tumbling into a vortex of fire on the Elemental Plane of Fire, crushed in the jaws of a godlike creature or a moon-sized monster"]],"name":"Tables; Improvising Damage","source":"XScreen"},{"caption":"Damage Severity and Level","colLabels":["Character Levels","Nuisance","Deadly"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["1–4","5 ({@damage 1d10})","11 ({@damage 2d10})"],["5–10","11 ({@damage 2d10})","22 ({@damage 4d10})"],["11–16","22 ({@damage 4d10})","55 ({@damage 10d10})"],["17–20","55 ({@damage 10d10})","99 ({@damage 18d10})"]],"name":"Tables; Damage Severity and Level","source":"XScreen"},{"caption":"Actions","colLabels":["Action","Summary"],"colStyles":["col-2","col-10"],"rows":[["{@action Attack|XPHB}","Attack with a weapon or an {@variantrule Unarmed Strike|XPHB}."],["{@action Dash|XPHB}","For the rest of the turn, give yourself extra movement equal to your {@variantrule Speed|XPHB}."],["{@action Disengage|XPHB}","Your movement doesn't provoke {@action Opportunity Attack|XPHB|Opportunity Attacks} for the rest of the turn."],["{@action Dodge|XPHB}","Until the start of your next turn, attach rolls against you have {@variantrule Disadvantage|XPHB}, and you make Dexterity saving throws with {@variantrule Advantage|XPHB}. You lose this benefit if you have the {@condition Incapacitated|XPHB} condition or if your {@variantrule Speed|XPHB} is 0."],["{@action Help|XPHB}","Help another creature's ability check or attack roll, or administer first aid."],["{@action Hide|XPHB}","Make a Dexterity ({@skill Stealth|XPHB}) check."],["{@action Influence|XPHB}","Make a Charisma ({@skill Deception|XPHB}, {@skill Intimidation|XPHB}, {@skill Performance|XPHB}, or {@skill Persuasion|XPHB}) or Wisdom ({@skill Animal Handling|XPHB|}) check to alter a creature's attitude."],["{@action Magic|XPHB}","Cast a spell, use a magic item, or use a magical feature."],["{@action Ready|XPHB}","Prepare to take an action in response to a trigger you define."],["{@action Search|XPHB}","Make a Wisdom ({@skill Insight|XPHB}, {@skill Medicine|XPHB}, {@skill Perception|XPHB}, or {@skill Survival|XPHB}) check."],["{@action Study|XPHB}","Make an Intelligence ({@skill Arcana|XPHB}, {@skill History|XPHB}, {@skill Investigation|XPHB}, {@skill Nature|XPHB}, or {@skill Religion|XPHB}) check."],["{@action Utilize|XPHB}","Use a nonmagical object."]],"footnotes":["{@i See the Player's Handbook rules glossary for full action definitions}"],"name":"Tables; Actions","source":"XScreen"},{"caption":"Skills","colLabels":["Skill","Ability"],"colStyles":["col-6","col-6"],"rows":[["{@skill Acrobatics|XPHB}","Dexterity"],["{@skill Animal Handling|XPHB}","Wisdom"],["{@skill Arcana|XPHB}","Intelligence"],["{@skill Athletics|XPHB}","Strength"],["{@skill Deception|XPHB}","Charisma"],["{@skill History|XPHB}","Intelligence"],["{@skill Insight|XPHB}","Wisdom"],["{@skill Intimidation|XPHB}","Charisma"],["{@skill Investigation|XPHB}","Intelligence"],["{@skill Medicine|XPHB}","Wisdom"],["{@skill Nature|XPHB}","Intelligence"],["{@skill Perception|XPHB}","Wisdom"],["{@skill Performance|XPHB}","Charisma"],["{@skill Persuasion|XPHB}","Charisma"],["{@skill Religion|XPHB}","Intelligence"],["{@skill Sleight of Hand|XPHB}","Dexterity"],["{@skill Stealth|XPHB}","Dexterity"],["{@skill Survival|XPHB}","Wisdom"]],"name":"Tables; Skills","source":"XScreen"},{"caption":"Object Armor Class","colLabels":["AC","Substance"],"colStyles":["col-2 text-center","col-10"],"rows":[["11","Cloth, paper, rope"],["13","Crystal, glass, ice"],["15","Wood"],["17","Stone"],["19","Iron, steel"],["21","Mithral"],["23","Adamantine"]],"name":"Tables; Object Armor Class","source":"XScreen"},{"caption":"Object Hit Points","colLabels":["Size","Fragile","Resilient"],"colStyles":["col-6","col-3","col-3"],"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, dining table)","5 ({@dice 1d10})","27 {@dice 5d10})"]],"name":"Tables; Object Hit Points","source":"XScreen"},{"caption":"Food, Drink, and Lodging","colLabels":["Item","Cost"],"colStyles":["col-8","col-4 text-right"],"rows":[["{@item Ale (mug)|XPHB}","4 CP"],["{@item Bread (loaf)|XPHB}","2 CP"],["{@item Cheese (wedge)|XPHB}","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 Meal}",""],{"type":"row","style":"row-indent-first","row":["Squalid","1 CP"]},{"type":"row","style":"row-indent-first","row":["Poor","2 CP"]},{"type":"row","style":"row-indent-first","row":["Modest","1 SP"]},{"type":"row","style":"row-indent-first","row":["Comfortable","2 SP"]},{"type":"row","style":"row-indent-first","row":["Wealthy","3 SP"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","6 SP"]},["{@i Wine (bottle)}",""],{"type":"row","style":"row-indent-first","row":["{@item Common Wine (bottle)|XPHB|Common}","2 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Fine Wine (bottle)|XPHB|Fine}","10 GP"]}],"name":"Tables; Food, Drink, and Lodging","source":"XScreen"},{"caption":"Typical Difficulty Classes","colLabels":["Task Difficulty","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Very easy","5"],["Easy","10"],["Medium","15"],["Hard","20"],["Very hard","25"],["Nearly impossible","30"]],"name":"Tables; Typical Difficulty Classes","source":"XScreen"},{"caption":"Light Sources","colLabels":["Source","Bright Light","Dim Light","Duration"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@item Candle|XPHB}","5 feet","+5 feet","1 hour"],["{@item Lamp|XPHB}","15 feet","+30 feet","6 hours"],["{@item Bullseye Lantern|XPHB|Lantern, Bullseye}","60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}","+60 feet","6 hours"],["{@item Hooded Lantern|XPHB|Lantern, Hooded}","30 feet (none with hood lowered)","+30 feet (5 feet with hood lowered)","6 hours"],["{@item Torch|XPHB}","20 feet","+20 feet","1 hour"]],"name":"Tables; Light Sources","source":"XScreen"},{"caption":"Obscured Areas","colLabels":["Obscureness","Effect","Examples"],"colStyles":["col-3","col-5","col-4"],"rows":[["{@variantrule Lightly Obscured|XPHB}","Creatures have {@variantrule Disadvantage|XPHB} on Wisdom ({@skill Perception|XPHB}) checks that rely on sight","{@variantrule Dim Light|XPHB}, patchy fog, moderate foliage"],["{@variantrule Heavily Obscured|XPHB}","Creatures have the {@condition Blinded|XPHB} condition","{@variantrule Darkness|XPHB}, heavy fog, dense foliage"]],"name":"Tables; Obscured Areas","source":"XScreen"},{"caption":"Travel Pace","colLabelRows":[["",{"type":"cellHeader","width":3,"entry":"Distance Traveled Per...","style":"th-skewer"},""],["Pace","Minute","Hour","Day","Effect"]],"colStyles":["col-2","col-2","col-2","col-2","col-4"],"rows":[["Fast","400 feet","4 miles","30 miles","{@variantrule Disadvantage|XPHB} on Wisdom ({@skill Perception|XPHB} or {@skill Survival|XPHB}) and Dexterity ({@skill Stealth|XPHB}) checks"],["Normal","300 feet","3 miles","24 miles","{@variantrule Disadvantage|XPHB} on Dexterity ({@skill Stealth|XPHB}) checks"],["Slow","200 feet","2 miles","18 miles","{@variantrule Advantage|XPHB} on Wisdom ({@skill Perception|XPHB} or {@skill Survival|XPHB}) checks"]],"name":"Tables; Travel Pace","source":"XScreen"},{"caption":"Travel Terrain","colLabels":["Terrain","Maximum Pace","Encounter Distance","Foraging DC","Navigation DC","Search DC"],"colStyles":["col-2","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["Arctic","Fast*","{@dice 6d6 × 10} feet","20","10","10"],["Coastal","Normal","{@dice 2d10 × 10} feet","10","5","15"],["Desert","Normal","{@dice 6d6 × 10} feet","20","10","10"],["Forest","Normal","{@dice 2d8 × 10} feet","10","15","15"],["Grassland","Fast","{@dice 6d6 × 10} feet","15","5","15"],["Hill","Normal","{@dice 2d10 × 10} feet","15","10","15"],["Mountain","Slow","{@dice 4d10 × 10} feet","20","15","20"],["Swamp","Slow","{@dice 2d8 × 10} feet","10","15","20"],["Underdark","Normal","{@dice 2d6 × 10} feet","20","10","20"],["Urban","Normal","{@dice 2d6 × 10} feet","20","15","15"],["Waterborne","Special†","{@dice 6d6 × 10} feet","15","10","15"]],"footnotes":["*Appropriate equipment (such as skis) is necessary to keep up a Fast pace in Arctic terrain.","†Characters' rate of travel while waterborne depends on the vehicle carrying them."],"name":"Tables; Travel Terrain","source":"XScreen"},{"caption":"Cover","colLabels":["Cover Degree","Benefit to Target"],"colStyles":["col-3","col-9"],"rows":[["Half Cover","+2 bonus to AC and Dexterity saving throws"],["Three-Quarters Cover","+5 bonus to AC and Dexterity saving throws"],["Total Cover","Can't be targeted directly"]],"name":"Tables; Cover","source":"XScreen"},{"caption":"Audible Distance","colLabels":["Noise","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"]],"name":"Tables; Audible Distance","source":"XScreen"},{"caption":"Visibility Outdoors","colLabels":["Conditions","Distance"],"colStyles":["col-6","col-6"],"rows":[["Clear day, no obstructions","2 miles (40 miles from a height)"],["Rain ({@variantrule Lightly Obscured|XPHB})","1 mile"],["Fog ({@variantrule Lightly Obscured|XPHB})","100 to 300 feet"]],"name":"Tables; Visibility Outdoors","source":"XScreen"},{"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,"srd52":false,"basicRules":false,"freeRules2024":false,"page":25,"parentEntity":{"type":"subclass","name":"Path of Wild Magic","shortName":"Wild Magic","source":"TCE","className":"Barbarian","classSource":"PHB"}},{"caption":"Spirit Tales","colLabels":["Bardic Insp. Die","Tale Told Through You"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Tale of the Clever Animal. For the next 10 minutes, whenever the target makes an Intelligence, a Wisdom, or a Charisma check, the target can roll an extra die immediately after rolling the {@dice d20} and add the extra die's number to the check. The extra die is the same type as your Bardic Inspiration die."],["2","Tale of the Renowned Duelist. You make a melee spell attack against the target. On a hit, the target takes force damage equal to two rolls of your Bardic Inspiration die + your Charisma modifier."],["3","Tale of the Beloved Friends. The target and another creature of its choice it can see within 5 feet of it gains temporary hit points equal to a roll of your Bardic Inspiration die + your Charisma modifier."],["4","Tale of the Runaway. The target can immediately use its reaction to teleport up to 30 feet to an unoccupied space it can see. When the target teleports, it can choose a number of creatures it can see within 30 feet of it up to your Charisma modifier (minimum of 0) to immediately use the same reaction."],["5","Tale of the Avenger. For 1 minute, any creature that hits the target with a melee attack takes force damage equal to a roll of your Bardic Inspiration die."],["6","Tale of the Traveler. The target gains temporary hit points equal to a roll of your Bardic Inspiration die + your bard level. While it has these temporary hit points, the target's walking speed increases by 10 feet and it gains a +1 bonus to its AC."],["7","Tale of the Beguiler. The target must succeed on a Wisdom saving throw or take psychic damage equal to two rolls of your Bardic Inspiration die, and the target is {@condition incapacitated} until the end of its next turn."],["8","Tale of the Phantom. The target becomes {@condition invisible} until the end of its next turn or until it hits a creature with an attack. If the target hits a creature with an attack during this invisibility, the creature it hits takes necrotic damage equal to a roll of your Bardic Inspiration die and is {@condition frightened} of the target until the end of the {@condition frightened} creature's next turn."],["9","Tale of the Brute. Each creature of the target's choice it can see within 30 feet of it must make a Strength saving throw. On a failed save, a creature takes thunder damage equal to three rolls of your Bardic Inspiration die and is knocked {@condition prone}. A creature that succeeds on its saving throw takes half as much damage and isn't knocked {@condition prone}."],["10","Tale of the Dragon. The target spews fire from the mouth in a 30-foot cone. Each creature in that area must make a Dexterity saving throw, taking fire damage equal to four rolls of your Bardic Inspiration die on a failed save, or half as much damage on a successful one."],["11","Tale of the Angel. The target regains hit points equal to two rolls of your Bardic Inspiration die + your Charisma modifier, and you end one condition from the following list affecting the target: {@condition blinded}, {@condition deafened}, {@condition paralyzed}, {@condition petrified}, or {@condition poisoned}."],["12","Tale of the Mind-Bender. You evoke an incomprehensible fable from an otherworldly being. The target must succeed on an Intelligence saving throw or take psychic damage equal to three rolls of your Bardic Inspiration die and be {@condition stunned} until the end of its next turn."]],"name":"Spirit Tales","source":"VRGR","srd":false,"srd52":false,"basicRules":false,"freeRules2024":false,"page":28,"parentEntity":{"type":"subclass","name":"College of Spirits","shortName":"Spirits","source":"VRGR","className":"Bard","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,"srd52":false,"basicRules":false,"freeRules2024":false,"page":103,"parentEntity":{"type":"subclass","name":"Wild Magic","shortName":"Wild","source":"PHB","className":"Sorcerer","classSource":"PHB"}},{"caption":"Wild Magic Surge","colLabels":["{@dice 1d100}","Effect"],"colStyles":["col-1 text-center","col-11"],"rows":[["01–04","Roll on this table at the start of each of your turns for the next minute, ignoring this result on subsequent rolls."],["05–08","A creature that is Friendly toward you appears in a random unoccupied space within 60 feet of you. The creature is under the DM's control and disappears 1 minute later. Roll {@dice 1d4} to determine the creature: on a 1, a Modron Duodrone appears; on a 2, a Flumph appears; on a 3, a Modron Monodrone appears; on a 4, a Unicorn appears. See the Monster Manual for the creature's stat block."],["09–12","For the next minute, you regain 5 {@variantrule Hit Points|XPHB} at the start of each of your turns."],["13–16","Creatures have {@variantrule Disadvantage|XPHB} on saving throws against the next spell you cast in the next minute that involves a saving throw."],["17–20","You are subjected to an effect that lasts for 1 minute unless its description says otherwise. Roll {@dice 1d8} to determine the effect: on a 1, you're surrounded by faint, ethereal music only you and creatures within 5 feet of you can hear; on a 2, your size increases by one size category; on a 3, you grow a long beard made of feathers that remains until you sneeze, at which point the feathers explode from your face and vanish; on a 4, you must shout when you speak; on a 5, illusory butterflies flutter in the air within 10 feet of you; on a 6, an eye appears on your forehead, granting you {@variantrule Advantage|XPHB} on Wisdom ({@skill Perception|XPHB}) checks; on an 7, pink bubbles float out of your mouth whenever you speak; on an 8, your skin turns a vibrant shade of blue for 24 hours or until the effect is ended by a {@spell Remove Curse|XPHB} spell."],["21–24","For the next minute, all your spells with a casting time of an action have a casting time of a {@variantrule Bonus Action|XPHB}."],["25–28","You are transported to the Astral Plane until the end of your next turn. You then return to the space you previously occupied or the nearest unoccupied space if that space is occupied."],["29–32","The next time you cast a spell that deals damage within the next minute, don't roll the spell's damage dice for the damage. Instead use the highest number possible for each damage die."],["33–36","You have {@variantrule Resistance|XPHB} to all damage for the next minute."],["37–40","You turn into a potted plant until the start of your next turn. While you're a plant, you have the {@condition Incapacitated|XPHB} condition and have {@variantrule Vulnerability|XPHB} to all damage. If you drop to 0 {@variantrule Hit Points|XPHB}, your pot breaks, and your form reverts."],["41–44","For the next minute, you can teleport up to 20 feet as a {@variantrule Bonus Action|XPHB} on each of your turns."],["45–48","You and up to three creatures you choose within 30 feet of you have the {@condition Invisible|XPHB} condition for 1 minute. This invisibility ends on a creature immediately after it makes an attack roll, deals damage, or casts a spell."],["49–52","A spectral shield hovers near you for the next minute, granting you a +2 bonus to AC and immunity to {@spell Magic Missile|XPHB}."],["53–56","You can take one extra action on this turn."],["57–60","You cast a random spell. If the spell normally requires {@status Concentration|XPHB}, it doesn't require {@status Concentration|XPHB} in this case; the spell lasts for its full duration. Roll {@dice 1d10} to determine the spell: on a 1, {@spell Confusion|XPHB}; on a 2, {@spell Fireball|XPHB}; on a 3, {@spell Fog Cloud|XPHB}; on a 4, {@spell Fly|XPHB} (cast on a random creature within 60 feet of you), on a 5, {@spell Grease|XPHB}; on a 6, {@spell Levitate|XPHB} (cast on yourself); on a 7, {@spell Magic Missile|XPHB} (cast as a level 5 spell); on an 8, {@spell Mirror Image|XPHB}; on a 9, {@spell Polymorph|XPHB} (cast on yourself), and if you fail the saving throw, you turn into a Goat (see appendix B); on a 10, {@spell See Invisibility|XPHB}."],["61–64","For the next minute, any flammable, nonmagical object you touch that isn't being worn or carried by another creature bursts into flame, takes {@damage 1d4} Fire damage, and is burning."],["65–68","If you die within the next hour, you immediately revive as if by the {@spell Reincarnate|XPHB} spell."],["69–72","You have the {@condition Frightened|XPHB} condition until the end of your next turn. The DM determines the source of your fear."],["73–76","You teleport up to 60 feet to an unoccupied space you can see."],["77–80","A random creature within 60 feet of you has the {@condition Poisoned|XPHB} condition for {@dice 1d4} hours."],["81–84","You radiate {@variantrule Bright Light|XPHB} in a 30-foot radius for the next minute. Any creature that ends its turn within 5 feet of you has the {@condition Blinded|XPHB} condition until the end of its next turn."],["85–88","Up to three creatures of your choice that you can see within 30 feet of you take {@damage 1d10} Necrotic damage. You regain {@variantrule Hit Points|XPHB} equal to the sum of the Necrotic damage dealt."],["89–92","Up to three creatures of your choice that you can see within 30 feet of you take {@damage 4d10} Lightning damage."],["93–96","You and all creatures within 30 feet of you have {@variantrule Vulnerability|XPHB} to Piercing damage for the next minute."],["97–00","Roll {@dice 1d6} On a 1, you regain {@dice 2d10} {@variantrule Hit Points|XPHB}; on a 2, one ally of your choice within 300 feet of you regains {@dice 2d10} {@variantrule Hit Points|XPHB}; on a 3, you regain your lowest-level expended spell slot; on a 4, one ally of your choice within 300 feet of you regains their lowest-level expended spell slot; on a 5, you regain all your expended Sorcery Points; on a 6, all the effects of row 17–20 affect you simultaneously."]],"name":"Wild Magic Surge","source":"XPHB","srd":false,"srd52":false,"basicRules":false,"freeRules2024":false,"page":149,"parentEntity":{"type":"subclass","name":"Wild Magic Sorcery","shortName":"Wild Magic","source":"XPHB","className":"Sorcerer","classSource":"XPHB"}},{"caption":"Potions for Sale","colLabels":["Potion of...","Cost"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["{@item potion of Healing||Healing}","50 gp"],["{@item potion of Climbing||Climbing}","75 gp"],["{@item potion of Animal friendship||Animal friendship}","100 gp"],["{@item potion of Greater healing||Greater healing}","100 gp"],["{@item potion of Water breathing||Water breathing}","100 gp"],["{@item potion of Superior healing||Superior healing}","500 gp"],["{@item potion of Supreme healing||Supreme healing}","5,000 gp"],["{@item potion of Invisibility||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"}},{"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||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":"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":"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":"Cloud Giant Encounters","type":"table","source":"BGG","page":44,"caption":"Cloud Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature cloud giant} seeking to learn the secrets of 1 {@creature spectral cloud|BGG} (attitude for both: {@dice 1d8})"],["2","1 {@creature cloud giant} (attitude: {@dice 1d12}) trading riddles with 1 {@creature djinni} (attitude: {@dice 1d6 + 4})"],["3","{@dice 1d6} {@creature Nothic||nothics} (attitude: {@dice 2d4 + 2}) coveting cloud giant arcana"],["4","1 {@creature cloud giant destiny gambler|BGG} (attitude: {@dice 1d8 + 2}) conferring with 1 {@creature mage} (attitude: {@dice 1d12})"],["5","{@dice 1d4} {@creature doppelganger} spies (attitude: {@dice 1d8 + 1}) posing as servants while they try to glean secrets"],["6","2 {@creature Cloud Giant||cloud giants} (attitude: {@dice 1d10 + 2}; roll separately for each) engaged in a wager or battle of wits"],["7","1 {@creature cloud giant} (attitude: {@dice 1d10 + 2}) training 1 {@creature spotted lion|BGG} (attitude: {@dice 1d4 + 1})"],["8","1 {@creature cloud giant of Evil Air|BGG} bossing around 2 {@creature Air Elemental||air elementals} (attitude for all: {@dice 1d6})"],["9","1 {@creature cloud giant} (attitude: {@dice 1d8 + 1}) hunting with 1 {@creature wyvern} (attitude: {@dice 1d6})"],["10","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d6 + 4}) trying to retrieve an {@creature owlbear} (attitude: {@dice 1d6}) on a rampage after running away from its giant owner"],["11","{@dice 1d4 + 1} {@creature Vampiric Mist|MPMM|vampiric mists} (attitude: {@dice 1d4 + 1}) lurking in a fog bank"],["12","1 {@creature cloud giant smiling one|MPMM} (attitude: {@dice 1d10}) seeking the {@book Misty Vale|BGG|4|Misty Vale} (see {@book chapter 4|BGG|4})"]]},{"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":"Death Giant Encounters","type":"table","source":"BGG","page":45,"caption":"Death Giant Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 1d6} {@creature Skeleton||skeletons} (attitude: {@dice 1d4 + 1}) rebuilding a destroyed idol at the disinterested direction of 1 {@creature death giant reaper|BGG} (attitude: {@dice 1d10 + 2})"],["2","1 {@creature death giant shrouded one|BGG} (attitude: {@dice 1d8}) wringing historical facts from a {@creature ghost} (attitude: {@dice 1d6 + 4}) that weeps over the memories"],["3","{@dice 1d4} {@creature Wraith||wraiths} (attitude: {@dice 1d4 + 1}) puzzling over a trinket that reminds them of their past lives"],["4","1 {@creature death giant reaper|BGG} (attitude: {@dice 1d6}) stalking a creature to offer its soul to the Raven Queen"],["5","1 {@creature stone giant} (attitude: {@dice 1d12}) negotiating with 1 {@creature death giant reaper|BGG} (attitude: {@dice 1d8})"],["6","1 {@creature revenant} (attitude: {@dice 1d10}) bent on revenging itself on its killer—a death giant"],["7","1 {@creature death giant reaper|BGG} (attitude: {@dice 1d8 + 2}) brooding over ancient carvings"],["8","1 {@creature death giant reaper|BGG} exile (attitude: {@dice 1d8 + 1}) searching for a creature it killed whose soul escaped the Raven Queen's clutches (the creature is now a {@creature revenant})"],["9","1 {@creature death giant shrouded one|BGG} (attitude: {@dice 1d6}) debating 1 {@creature devourer|MPMM} (attitude: {@dice 1d4 + 1}) on the finer points of souls"],["10","1 {@creature nightwalker|MPMM} (attitude: {@dice 1d4 + 1}) striding in search of a death giant's home or trappings"]]},{"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":"Dinosaur World Encounters","type":"table","source":"BGG","page":49,"caption":"Dinosaur World Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature regisaur|BGG} (attitude: {@dice 1d8}) hunting"],["2","1 {@creature altisaur|BGG} (attitude: {@dice 1d8 + 2}) grazing"],["3","{@dice 2d4} {@creature ankylosaurus} (attitude: {@dice 1d8}) digging a nest"],["4","{@dice 2d4} {@creature allosaurus} (attitude: {@dice 1d6}) engaged in territorial threat displays"],["5","1 {@creature aerosaur|BGG} (attitude: {@dice 1d8}) slowly circling"],["6","1 {@creature ceratops|BGG} (attitude: {@dice 1d6}) rampaging"],["7","{@dice 1d4 + 1} {@creature triceratops} (attitude: {@dice 1d6 + 4}) grazing"],["8","1 {@creature tyrannosaurus rex} (attitude: {@dice 1d4 + 1}) pursuing prey"],["9","{@dice 2d4} {@creature brontosaurus|MPMM} (attitude: {@dice 1d6 + 4}) migrating"],["10","{@dice 1d4} {@creature stegosaurus|MPMM} (attitude: {@dice 1d8 + 2}) trying to help an additional one that is stuck in thick mud"]]},{"name":"Elemental Air Encounters","type":"table","source":"BGG","page":49,"caption":"Elemental Air Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 1d3} {@creature Mist Hulk|BGG|mist hulks} (attitude: {@dice 1d8}) wandering about, wallowing in regret"],["2","{@dice 2d4} {@creature aarakocra} (attitude: {@dice 1d10 + 2}) flying in formation"],["3","{@dice 1d4} {@creature Air Elemental||air elementals} (attitude: {@dice 1d8 + 2}) kicking up dust and debris"],["4","{@dice 1d4} Evil Air cultists ({@creature Veteran||veterans}; attitude: {@dice 1d8}) riding {@creature Hippogriff||hippogriffs} (attitude: {@dice 1d8 + 2}) and accosting travelers"],["5","1 {@creature invisible stalker} (attitude: {@dice 1d6}) looking for a particular magic item"],["6","1 {@creature young gold dragon} (attitude: {@dice 1d8 + 4}) dancing in high wind currents"],["7","1 {@creature cloud giant of Evil Air|BGG} (attitude: {@dice 1d4 + 1}) terrorizing the skies"],["8","1 {@creature djinni} (attitude: {@dice 1d12 + 2}) examining shattered gargoyle remains"],["9","{@dice 2d4} {@creature Griffon||griffons} (attitude: {@dice 1d10}) with blue and gray coloring soaring"],["10","1 {@creature lightning hulk|BGG} (attitude: {@dice 1d8}) crackling in a jagged path"],["11","{@dice 1d3} {@creature Air Elemental Myrmidon|MPMM|air elemental myrmidons} (attitude: {@dice 1d6}) on high alert"],["12","1 {@creature elder tempest|MPMM} (attitude: {@dice 1d6 + 2}) reveling in a storm"]]},{"name":"Elemental Earth Encounters","type":"table","source":"BGG","page":50,"caption":"Elemental Earth Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 2d4} {@creature Gargoyle||gargoyles} (attitude: {@dice 1d8}) keeping watch, crouching utterly still"],["2","2 {@creature Galeb Duhr||galeb duhrs} (attitude: {@dice 1d10}) singing a rumbling bass duet to an audience of boulders"],["3","1 {@creature mud hulk|BGG} (attitude: {@dice 1d4 + 1}) futilely trying to bury 1 {@creature dust hulk|BGG} (attitude: {@dice 1d12}) in piles of muck"],["4","2 {@creature Bulette||bulettes} (attitude: {@dice 1d6 + 2}) burrowing and breaching the surface in an intricate dance"],["5","2 {@creature xorn} (attitude: {@dice 1d10}) gliding through the ground"],["6","1 {@creature roper} lurking near its brood of {@dice 1d6} {@creature Piercer||piercers} (attitude for all: {@dice 1d4 + 1})"],["7","1 {@creature stone giant of Evil Earth|BGG} (attitude: {@dice 1d4 + 1}) seeking surface-world creatures or structures to destroy"],["8","1 {@creature medusa} (attitude: {@dice 1d10}) anxiously planning its next move"],["9","{@dice 1d3} {@creature Earth Elemental||earth elementals} (attitude: {@dice 1d6 + 2}) examining a crystal formation"],["10","1 {@creature dao} (attitude: {@dice 1d8}) shaking down 2 dwarf miners ({@creature Veteran||veterans}; attitude: {@dice 1d10 + 2}) for \"taxes\""],["11","2 {@creature Earth Elemental Myrmidon|MPMM|earth elemental myrmidons} (attitude: {@dice 1d8}) stoically patrolling"],["12","1 {@creature zaratan|MPMM} (attitude: {@dice 1d6 + 2}) lumbering through the area, heedless of damage it causes"]]},{"name":"Elemental Fire Encounters","type":"table","source":"BGG","page":51,"caption":"Elemental Fire Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature salamander} heating its spear over {@dice 2d4} {@creature Fire Snake||fire snakes} (attitude for all: {@dice 1d6 + 3}) in a tangled coil"],["2","2 {@creature Cinder Hulk|BGG|cinder hulks} (attitude: {@dice 1d4 + 1}) seeking to burn everything in their path"],["3","{@dice 1d4 + 1} {@creature Smoke Mephit||smoke mephits} (attitude: {@dice 1d6}) following 1 {@creature fire elemental} (attitude: {@dice 1d8}) as it cuts a blazing swath"],["4","1 {@creature efreeti} and its {@dice 1d4} dwarf minions ({@creature Thug||thugs}; attitude for all: {@dice 1d4 + 1}) demanding tribute"],["5","{@dice 2d6} {@creature Magmin||magmins} (attitude: {@dice 1d6}) searching for something sizable to burn"],["6","{@dice 2d4} {@creature Azer||azers} assembling pieces of a {@creature helmed horror} (attitude for all: {@dice 1d10})"],["7","2 {@creature Fire Elemental||fire elementals} (attitude: {@dice 1d8}) flitting adoringly around a bonfire"],["8","1 {@creature young red dragon} (attitude: {@dice 1d4 + 1}) picking through the remains of a burned-out caravan"],["9","1 {@creature fire giant of Evil Fire|BGG} (attitude: {@dice 1d4 + 1}) conquering in the name of Imix, Prince of Evil Fire"],["10","1 {@creature flameskull} (attitude: {@dice 1d8 + 2}) searching for a lost spellbook from its living days"],["11","1 {@creature fire elemental myrmidon|MPMM} guarding 1 {@creature azer} (attitude for both: {@dice 1d6 + 2}) that is gathering metal or other raw material"],["12","1 {@creature phoenix|MPMM} (attitude: {@dice 1d8 + 3}) traveling to or from a site of great devastation"]]},{"name":"Elemental Water Encounters","type":"table","source":"BGG","page":51,"caption":"Elemental Water Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature Sea Hag||coven} of 3 {@creature Sea Hag||sea hags} (attitude: {@dice 1d4 + 1}) trying to peer into the future"],["2","1 {@creature cult fanatic} and {@dice 2d6} {@creature Cultist||cultists} of Evil Water (all with swimming speeds of 30 feet and the ability to breathe water), with {@dice 1d2} {@creature Chuul||chuuls} (attitude for all: {@dice 1d4 +1})"],["3","1 {@creature rime hulk|BGG} (attitude: {@dice 1d6}) wailing and stalking"],["4","1 {@creature storm crab|BGG} (attitude: {@dice 1d8}) traveling in a straight path with purpose"],["5","1 {@creature frost giant of Evil Water|BGG} (attitude: {@dice 1d6}) considering going on a rampage"],["6","1 {@creature marid} singing as it lounges with 1 {@creature water elemental} (attitude for both: {@dice 1d10})"],["7","1 {@creature hydra} (attitude: {@dice 1d4 + 1}) hunting"],["8","2 {@creature Water Weird||water weirds} (attitude: {@dice 1d8}) keeping watch in small pools"],["9","1 {@creature dragon turtle} (attitude: {@dice 1d12}) searching for an advantage against a rival {@creature kraken}"],["10","2 {@creature Water Elemental||water elementals} (attitude: {@dice 1d10}) diligently making furrows in the sand using their bodies, creating a sprawling pattern"],["11","2 {@creature Water Elemental Myrmidon|MPMM|water elemental myrmidons} (attitude: {@dice 1d6 + 2}) barring a passage or portal"],["12","1 {@creature leviathan|MPMM} (attitude: {@dice 1d8}) swimming through an exceptionally high tide"]]},{"name":"Fiendish Incursion Encounters","type":"table","source":"BGG","page":52,"caption":"Fiendish Incursion Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 1d4} {@creature Barlgura||barlguras} (attitude: {@dice 1d4 + 1}) capering around a blasphemous idol"],["2","1 {@creature arcanaloth} (attitude: {@dice 1d12}) searching for a tempting bit of lost lore"],["3","2 {@creature Chain Devil||chain devils} (attitude: {@dice 1d6}) suspending corpses on spiked chains"],["4","1 {@creature fury of Kostchtchie|BGG} performing a rite with 2 {@creature Troll||trolls} (attitude for all: {@dice 1d6})"],["5","1 {@creature echo of Demogorgon|BGG} (attitude: {@dice 1d4 + 1}) building a two-headed effigy from corpses"],["6","1 {@creature stalker of Baphomet|BGG} (attitude: {@dice 1d4 + 1}) and 2 {@creature minotaur} cultists (attitude: {@dice 1d4 + 1}) stalking a {@creature scout} (attitude: {@dice 1d10 + 4})"],["7","1 {@creature maw of Yeenoghu|BGG} with 4 {@creature Gnoll||gnolls} and 4 {@creature Hyena||hyenas} (attitude for all: {@dice 1d4 + 1}), all stalking prey"],["8","1 {@creature marilith} (attitude: {@dice 1d4 + 2}) searching for a renowned giant smith to forge six new swords"],["9","1 {@creature cambion} (attitude: {@dice 1d8}) trading verbal jabs with 1 {@creature succubus} (attitude: {@dice 1d12})"],["10","1 {@creature fire hellion|BGG} (attitude: {@dice 1d6}) conjuring 1 {@creature bone devil} (attitude: {@dice 1d12}) into a red-hot iron circle"]]},{"name":"Fire Giant Encounters","type":"table","source":"BGG","page":46,"caption":"Fire Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature fire giant of Evil Fire|BGG} overseeing the rampage of 2 {@creature Fire Elemental||fire elementals} (attitude for all: {@dice 1d4 + 1})"],["2","1 {@creature fire giant forgecaller|BGG} using a {@creature xorn} (attitude for both: {@dice 1d10}) to track down mineral deposits"],["3","1 {@creature fire giant} (attitude: {@dice 1d10}) feeding {@dice 1d4 + 1} {@creature Hell Hound||hell hounds} (attitude: {@dice 1d6})"],["4","{@dice 2d4} {@creature Rust Monster||rust monsters} (attitude: {@dice 1d10}, automatically hostile toward anyone using metal objects) following the scent of iron"],["5","1 {@creature firegaunt|BGG} (attitude: {@dice 1d6}) stalking its former fellows who betrayed it"],["6","2 {@creature Troll||trolls} (attitude: {@dice 1d10 + 3}) terrified to disobey the orders of 1 {@creature fire giant} (attitude: {@dice 1d6})"],["7","1 soot-caked {@creature iron golem} (attitude: {@dice 1d6})"],["8","1 {@creature fire giant} smith (attitude: {@dice 1d10}) working on a breastplate sized for a Large creature"],["9","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d8 + 2}) hauling a load of ore from a mine"],["10","3 {@creature Fire Giant||fire giants} (attitude: {@dice 1d6 + 1}) battling an {@creature adult red dragon} (attitude: {@dice 1d6})"],["11","1 {@creature fire giant} (attitude: {@dice 1d8 + 1}) leading 4 {@creature Firenewt Warrior|MPMM|firenewt warriors} (attitude: {@dice 1d8 + 1}) riding {@creature Giant Strider|MPMM|giant striders} (attitude: {@dice 1d8 + 3})"],["12","1 {@creature fire giant dreadnought|MPMM} (attitude: {@dice 1d6}) on guard"]]},{"name":"Fomorian Encounters","type":"table","source":"BGG","page":46,"caption":"Fomorian Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature fomorian noble|BGG} (attitude: {@dice 1d8 + 2}) studying a treatise on arcane phenomena"],["2","{@dice 1d4 + 2} {@creature Hook Horror||hook horrors} (attitude: {@dice 1d6}) banging their hooks on rocks or their bodies"],["3","1 {@creature fomorian} (attitude: {@dice 1d4 + 1}) with 5 {@creature commoner} captives (attitude: {@dice 1d8 + 4})"],["4","1 {@creature fomorian deep crawler|BGG} (attitude: {@dice 1d4 + 1}) scuttling in search of victims"],["5","1 {@creature fomorian} (attitude: {@dice 1d10}) supervising 1 {@creature umber hulk} (attitude: {@dice 1d6}) as it digs new tunnels"],["6","{@dice 2d4} {@creature Flumph||flumphs} (attitude: {@dice 1d8 + 4}) trying to avoid 1 {@creature ettin ceremorph|BGG} (attitude: {@dice 1d4 + 1}) while feeding on the ettin's psionic energy"],["7","2 {@creature Mind Flayer||mind flayers} (attitude: {@dice 1d4 + 1}) telepathically discussing the finer points of a brain they just shared"],["8","1 {@creature fomorian} (attitude: {@dice 1d8}) contemplating a gemstone it thinks is floating but that is actually suspended inside 1 {@creature gelatinous cube} (attitude: {@dice 1d4 + 1})"],["9","1 {@creature fomorian warlock of the dark|BGG} (attitude: {@dice 1d8 + 2}) seeking omens in the twisting slither of 1 {@creature neothelid|MPMM} (attitude: {@dice 1d8})"],["10","1 {@creature ulitharid|MPMM} (attitude: {@dice 1d6}) bargaining with 1 {@creature fomorian} (attitude: {@dice 1d8}) to establish a new mind flayer colony in the fomorian's territory"]]},{"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":"Frost Giant Encounters","type":"table","source":"BGG","page":46,"caption":"Frost Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature frost giant} (attitude: {@dice 1d8 + 1}) leading 1 {@creature titanothere|BGG} (attitude: {@dice 1d10}) loaded with fur and timber"],["2","1 {@creature young silver dragon} (attitude: {@dice 1d10 + 3}) tracking a frost giant raiding party"],["3","1 {@creature frost giant} hunting with {@dice 1d4} {@creature Winter Wolf||winter wolves} (attitude for all: {@dice 1d6})"],["4","2 {@creature Frost Giant||frost giants} (attitude: {@dice 1d6 + 2}) burying a body that rises as 1 {@creature frostmourn|BGG} (attitude: {@dice 1d4 + 1}) in the process"],["5","{@dice 2d4} {@creature Giant Goat||giant goats} (attitude: {@dice 1d6 + 4}) wandering about with chewed tethers"],["6","1 {@creature troll} (attitude: {@dice 1d10 + 2}) anxiously searching for the lost goats it tends for a frost giant tribe"],["7","1 {@creature frost giant} (attitude: {@dice 1d8 + 1}) building a wind shelter from ice blocks"],["8","1 {@creature frost giant ice shaper|BGG} (attitude: {@dice 1d10}) performing a sacrifice to Thrym"],["9","1 bored {@creature troll amalgam|BGG} (attitude: {@dice 1d10}) throwing its arm at a stack of boulders"],["10","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d8 + 3}) on a pilgrimage"],["11","1 {@creature ogre bolt launcher|MPMM} and {@dice 1d4 + 2} {@creature Ogre||ogres} (attitude for all: {@dice 1d6}) bringing spoils from a raid to their frost giant leader"],["12","1 {@creature frost giant everlasting one|MPMM} (attitude: {@dice 1d4 + 1}) plotting revenge against the tribe that exiled it"]]},{"name":"Giant Construct Encounters","type":"table","source":"BGG","page":53,"caption":"Giant Construct Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature runic colossus|BGG} (attitude: {@dice 1d6}) slowly rousing from a dormant state"],["2","{@dice 2d4} {@creature Animated Armor||animated armors} (Large) and 1 {@creature rug of smothering} (attitude for all: {@dice 1d6}) keeping watch"],["3","1 {@creature iron golem} (attitude: {@dice 1d6}) patrolling"],["4","1 {@creature shield guardian} (attitude: {@dice 1d12}) searching for its master"],["5","1 {@creature stone golem} (attitude: {@dice 1d6}) crudely carved to resemble a hill giant"],["6","{@dice 1d4 + 1} {@creature Helmed Horror||helmed horrors} (attitude: {@dice 1d8}) in a partially dormant state, as if asleep"],["7","2 {@creature Flesh Golem||flesh golems} (Large; attitude: {@dice 1d6}) made from ogre corpses stitched with copper wire"],["8","1 {@creature clay golem} (attitude: {@dice 1d6 + 6}) awaiting the fulfillment of a verse of ancient prophecy, which the characters could fulfill"],["9","1 {@creature cadaver collector|MPMM} (attitude: {@dice 1d8}) gathering bodies destined to become a {@creature flesh colossus|BGG} (described in {@book chapter 6|BGG|6|Flesh Colossus})"],["10","1 {@creature retriever|MPMM} (attitude: {@dice 1d6}) searching for a thief who stole a Giant rune"]]},{"name":"Giant Kin Encounters","type":"table","source":"BGG","page":53,"caption":"Giant Kin Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A band of {@dice 2d6} {@creature Ogre||ogres} (attitude: {@dice 1d6}) fawning over enormous Giant runes inscribed in the ground"],["2","{@dice 1d4} {@creature Cyclops||cyclopes} (attitude: {@dice 1d10}) tending a herd of sheep"],["3","1 {@creature troll} and {@dice 2d4} {@creature Orc||orcs} (attitude for all: {@dice 1d8}) scouting new settlement locations"],["4","1 {@creature troll mutate|BGG} (attitude: {@dice 1d6}) drawing, scratching, or painting with too many claws"],["5","{@dice 1d4} {@creature Firbolg Primeval Warden|BGG|firbolg primeval wardens} (attitude: {@dice 1d12}) making camp"],["6","{@dice 1d4 + 1} {@creature Fensir Skirmisher|BGG|fensir skirmishers} (attitude: {@dice 1d6 + 2}) frantically gathering and hunting food to stockpile"],["7","1 {@creature firbolg wanderer|BGG} (attitude: {@dice 1d8}) reluctantly bargaining with 1 {@creature green hag} (attitude: {@dice 1d8 + 3})"],["8","2 {@creature Ettin||ettins} (attitude: {@dice 1d8}) playing cards, with each head as an individual player in a four-player game"],["9","2 {@creature Ogre Chain Brute|MPMM|ogre chain brutes} (attitude: {@dice 1d4 + 1}) demolishing a small structure"],["10","1 {@creature dire troll|MPMM} (attitude: {@dice 1d6}) eating a dead troll before it regenerates"]]},{"name":"Giant Necropolis Encounters","type":"table","source":"BGG","page":54,"caption":"Giant Necropolis Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature young red shadow dragon} (attitude: {@dice 1d4 + 1}) seeking treasures steeped in sorrow"],["2","2 {@creature Cairnwight|BGG|cairnwights} (attitude: {@dice 1d6 + 3}) critiquing each other's artistic works in progress"],["3","1 {@creature barrowghast|BGG} and 2 {@creature Zombie||zombies} (attitude for all: {@dice 1d4 + 1}) prowling for living creatures to slay"],["4","1 {@creature frostmourn|BGG} (attitude: {@dice 1d8 + 1}) contemplating the many notches on its greataxe"],["5","{@dice 1d4} {@creature Shadow||shadows} (attitude: {@dice 1d8}) playing out the last moments of their lives as a shadow puppet show on a wall"],["6","{@dice 2d6} {@creature Zombie||zombies} (attitude: {@dice 1d4 + 1}) shuffling listlessly, following a path of Giant runes painted in dried blood"],["7","1 {@creature firegaunt|BGG} (attitude: {@dice 1d4 + 1}) killing and destroying, desperately hoping someone will end its existence"],["8","1 {@creature flesh colossus|BGG} (attitude: {@dice 1d6}) marked with the Giant rune of death, defending the crumbled ruins of the place it was created to protect"],["9","1 {@creature tempest spirit|BGG} (attitude: {@dice 1d6}) searching for lost magical knowledge"],["10","1 {@creature spectral cloud|BGG} (attitude: {@dice 1d12}) wandering with a ghostly green lantern"]]},{"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":"Hill Giant Encounters","type":"table","source":"BGG","page":47,"caption":"Hill Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","2 {@creature Hill Giant||hill giants} charging at each other until their heads collide, while 4 {@creature Ogre||ogres} (attitude for all: {@dice 1d6 + 3}) watch and cheer"],["2","1 {@creature hill giant avalancher|BGG} (attitude: {@dice 1d8 + 2}) searching exasperatedly for a {@creature giant goose|BGG} that stole from the giant's bag"],["3","2 {@creature Hill Giant||hill giants} (attitude: {@dice 1d10}) trading broken weapons they've collected"],["4","1 {@creature hill giant} and 3 {@creature Ogre||ogres} (attitude for all: {@dice 1d12}) taking turns bowling ettin skulls at sticks stuck in the ground"],["5","1 {@creature hill giant} (attitude: {@dice 1d6 + 3}) dejectedly trying to reassemble a small stone building it accidentally demolished"],["6","{@dice 1d4} {@creature Otyugh||otyughs} (attitude: {@dice 1d10}) in a waste pit where hill giants dispose of feast remnants"],["7","1 {@creature hill giant} singing beautifully for {@dice 1d4} {@creature Dire Wolf||dire wolves} (attitude for all: {@dice 1d10 + 2})"],["8","2 {@creature Hill Giant||hill giants} (attitude: {@dice 1d8}) roasting a bear over a burning wagon and excessively seasoning it with spices plundered from the wagon"],["9","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d8 + 2}) enjoying a feast"],["10","1 {@creature hill giant} (attitude: {@dice 1d6}) asking for food from a gang of {@dice 2d4} {@creature Bugbear||bugbears} (attitude: {@dice 1d6 + 2})"],["11","1 {@creature flind|MPMM} (attitude: {@dice 1d4 + 1}) leading a bloodthirsty party of 5 {@creature Gnoll Hunter|MPMM|gnoll hunters} (attitude: {@dice 1d6})"],["12","1 {@creature mouth of Grolantor|MPMM} (attitude: {@dice 1d6}) eating everything in reach, including the landscape"]]},{"name":"Megafauna World Encounters","type":"table","source":"BGG","page":54,"caption":"Megafauna World Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 2d4} {@creature Giant Ox|BGG|giant oxen} (attitude: {@dice 1d6 + 4}) grazing on shrubs, trees, or thatched roofs"],["2","{@dice 1d3} {@creature Titanothere|BGG|titanotheres} (attitude: {@dice 1d8 + 3}) roaming; one of them scratches an itch on trees, uprooting them in the process"],["3","1 {@creature giant goose|BGG} (attitude: {@dice 1d8}) running with an item from a hill giant's bag (see \"{@book Giant Bags|BGG|5|Giant Bags}\" in {@book chapter 5|BGG|5}) in its mouth"],["4","2 {@creature Mammoth||mammoths} (attitude: {@dice 1d6}) locking tusks in a territory dispute"],["5","1 {@creature gigant|BGG} (attitude: {@dice 1d4 + 1}) rampaging"],["6","{@dice 1d4} {@creature Saber-Toothed Tiger||saber-toothed tigers} (attitude: {@dice 1d10}) stalking near a herd of {@dice 2d4} {@creature giant elk} (attitude: {@dice 1d6 + 3})"],["7","1 {@creature purple worm} (attitude: {@dice 1d4 + 1}) following vibrations toward food"],["8","{@dice 2d6} {@creature Giant Tick|BGG|giant ticks} (attitude: {@dice 1d4 + 1}) sucking the last blood from a giant's corpse"],["9","1 {@creature froghemoth|MPMM} (attitude: {@dice 1d6}) trying to hide somewhere comically inadequate for its bulk"],["10","1 {@creature gray render|MPMM} (attitude: {@dice 1d6 + 3}) gnawing the scenery"]]},{"name":"Mortuary Encounters (Levels 1—4)","type":"table","source":"AATM","caption":"Mortuary Encounters (Levels 1—4)","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A decapitated {@creature zombie} with the {@condition blinded} and {@condition deafened} conditions scrabbles along the ground, looking for its head. The zombie attacks any creature it detects."],["2","{@dice 1d4} {@creature Will-o'-Wisp||will-o'-wisps} offer to guide the characters to their destination but might lead them to a deadly location in the Mortuary, such as a crematorium."],["3","A poshly dressed Duster {@creature wight} asks the characters to help them write a eulogy that's due in 10 minutes."],["4","A friendly {@creature death dog} trots up to the characters and drops a bony hand at their feet. The dog wants to play fetch."],["5","Ten melancholy Dusters ({@creature Commoner||commoners}) conduct an open-casket funeral for a cheery {@creature skeleton} named Merle, who never received one in life. Merle lies in the casket but occasionally sits up to hear his own eulogies. The Dusters ask the characters if they'd like to say anything on behalf of the deceased."],["6","A lost {@creature animated coffin|AATM}* lurches along, carrying a reverently laid corpse to its crypt. The Construct approaches the characters and silently petitions them to escort it to its destination."],["7","{@dice 1d4} {@creature Zombie||zombies}, bloated and riddled with holes, shuffle up to the characters and each expel a {@creature swarm of rot grubs|MPMM}† at their feet. All the creatures are hostile toward the characters."],["8","A {@creature Heralds of Dust exorcist|AATM}* works to expel a {@creature dybbuk|MPMM}† from a corpse. The exorcist asks the characters to help in dispatch the Fiend."],["9","Two {@creature Bard|MPMM|bards}† in the Heralds of Dust approach the characters and sing a ballad honoring the dead. If the characters interrupt or otherwise ruin the tune, {@dice 1d4} irascible {@creature Specter||specters} emerge from the walls and attack, causing the bards to flee."],["10","Three {@creature skeleton} farmers quietly tend to corpse-white grave flowers in an underground garden. Four {@creature Stench Kow|MPMM|stench kows}† graze nearby and protect the farmers, who attack if the characters pluck any flowers or interfere with their work."]],"footnotes":["†Monsters marked with a dagger (†) appear in {@book Monsters of the Multiverse|MPMM}. Roll a {@dice d6} if you don't have that book.","*See {@book the appendix|AATM|Appendix: Mortuary Creatures}."]},{"name":"Mortuary Encounters (Levels 5—10)","type":"table","source":"AATM","caption":"Mortuary Encounters (Levels 5—10)","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Three {@creature Ghost||ghosts} of long-dead nobles invite the characters to an incorporeal tea party."],["2","{@dice 1d8 + 3} {@creature Ghoul||ghouls} feast on a veritable smorgasbord of corpses in a chilly morgue. The ghouls attack any who disturb their meal."],["3","Twenty {@creature Skeleton||skeletons} parade down a dusty hall, dancing all the way. The skeletons are friendly toward characters who join their procession but attack any who impede it."],["4","Disguised as a Humanoid member of the Heralds of Dust, a {@creature planetar} sneaks through a crypt in hopes of raising one of its god's agents from the dead. The angel reveals itself to the characters and asks for help in finding its way."],["5","The party unknowingly enters a crematorium, and the walls erupt with gouts of flame. Each creature in the room must succeed on a {@dc 18} Dexterity saving throw, taking 44 ({@dice 8d10}) fire damage on a failed save, or half as much damage on a successful one."],["6","A {@creature stone golem} composed of tombstones tromps down an empty hallway. It lets the characters pass if they etch an epitaph into its frame."],["7","A passing {@creature animated coffin|AATM}* exhales a hostile cloud of {@creature vampiric mist|MPMM}† with an audible wheeze."],["8","{@dice 1d6 + 2} {@creature Vargouille|MPMM|vargouilles}† fly through the halls, looking for their next meal. The vargouilles attack the characters on sight."],["9","{@dice 1d4} {@creature Spawn of Kyuss|MPMM|spawns of Kyuss}† shamble through the Mortuary, infecting its corpses. A lawful neutral {@creature wight} shouts for the party's aid in curbing the infestation."],["10","Two {@creature lost sorrowsworn|MPMM},† manifestations of those who never reached the afterlife, wander aimlessly. The sorrowsworn ask the characters to guide them to the great beyond. If the characters refuse the sorrowsworn attack in panicked fury."]],"footnotes":["†Monsters marked with a dagger (†) appear in {@book Monsters of the Multiverse|MPMM}. Roll a {@dice d6} if you don't have that book.","*See {@book the appendix|AATM|Appendix: Mortuary Creatures}."]},{"name":"Mortuary Encounters (Levels 11—16)","type":"table","source":"AATM","caption":"Mortuary Encounters (Levels 11—16)","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Factol Skall|AATM}* drifts through the Mortuary toward his {@area orrery|025|x} (detailed later in this supplement)."],["2","Two {@creature Guardian Naga||guardian nagas} slither up to the party. The nagas are collecting stories about those who have passed."],["3","A {@creature death tyrant}, eager to build its undead army, lingers outside a derelict crypt. The monster accosts any non-Undead it encounters."],["4","An {@creature arcanaloth} testator informs the characters they much each present a copy of their last will and testament to continue their exploration. If a character doesn't have a will, the testator offers to write one for them on the spot in exchange for 10 gp each."],["5","A {@creature githyanki knight} and four pallbearers ({@creature Githyanki Warrior||githyanki warriors}) march toward a portal to the Astral Plane to honor a fallen comrade. The githyanki attack characters who interrupt their solemn procession but accept any who share the load as one of their own."],["6","A sarcophagus-like {@creature animated coffin|AATM}* conveys a haughty {@creature mummy lord} to its tomb. Two {@creature Mummy||mummies} walk alongside the coffin. The mummy lord demands that passersby acknowledge its rule with a bow; the mummies attack all who refuse."],["7","A {@creature cadaver collector|MPMM}† emerges from a portal to Acheron, dragging a cart of corpses behind it."],["8","A {@creature deathlock mastermind|MPMM}† leads four {@creature Deathlock|MPMM|deathlocks}† in an unholy ritual dedicated to the powers of death. To complete the ritual, the deathlocks require a living sacrifice—one of the characters would be perfect."],["9","Four {@creature Minotaur Skeleton||minotaur skeletons} carry a palanquin of bones supporting a hostile {@creature skull lord|MPMM}.†"],["10","A {@creature narzugon|MPMM}† astride a {@creature nightmare} patrols a stretch of catacombs as part of an archdevil's errand. The narzugon attacks any non-Undead, eager to add their souls to archdevil's growing collection."]],"footnotes":["†Monsters marked with a dagger (†) appear in {@book Monsters of the Multiverse|MPMM}. Roll a {@dice d6} if you don't have that book.","*See {@book the appendix|AATM|Appendix: Mortuary Creatures}."]},{"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":"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":"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":"Sigil Clerks' Ward Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Clerks' Ward Encounters","colLabels":["{@dice d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cocky {@creature bariaur wanderer|MPP} (see {@book Morte's Planar Parade|MPP}) offers their services to the party as a tout."],["2","A stiff-necked Fated tax collector ({@creature noble}), flanked by two {@creature Guard||guards}, smugly informs the characters they must each pay a \"promenade toll\" of 1 sp to proceed in their current direction."],["3","Out of breath and clearly hiding something on their person, a teenage tiefling {@creature spy} begs the characters to help them avoid two oncoming {@creature Harmonium Peacekeeper|MPP|Harmonium peacekeepers} (see {@book Morte's Planar Parade|MPP})."],["4","A drunk elf {@creature commoner} stumbles out of an onion-shaped cab pulled by a sweet and gullible {@creature unicorn} named Corny. The unicorn asks the characters if they need a ride."],["5","A wizened, purple-robed Incantifer ({@creature archmage}) passes through the streets, eliciting nervous whispers from a crowd of onlookers."],["6","A {@creature Society of Sensation Muse|MPP} (see {@book Morte's Planar Parade|MPP}) dazzles the characters with a street-side performance."],["7","Olga, a bookish {@creature frost giant}, trips before the characters as she hurries to the {@book Hall of Records|SatO|2|Hall of Records}, sending a stack of titanic papers into the air."],["8","An obnoxious {@creature equinal guardinal|MPP} (see {@book Morte's Planar Parade|MPP}) brays atop a street-side soapbox. They attempt to goad a character into a cynical debate about the future of Sigil."]]},{"name":"Sigil General Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil General Encounters","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-03","1 {@creature noble} pedestrian distractedly talking to 1 {@creature cranium rat squeaker|MPP}*"],["04-07","{@dice 1d4} {@creature dabus|MPP}*"],["08-10","1 {@creature scout} tumbling through a portal from the Material Plane"],["11-14","{@dice 1d4} {@creature Nightmare||nightmares} recklessly pulling a sedan chair"],["15-17","{@dice 1d10} {@creature Bariaur Wanderer|MPP|bariaur wanderers}*"],["18-22","{@dice 1d6} {@creature Harmonium Peacekeeper|MPP|Harmonium peacekeepers}* on patrol"],["23-25","{@dice 1d6} {@creature dust mephit} messengers"],["26-28","{@dice 1d4} {@creature Razorvine Blight|MPP|razorvine blights}*"],["29-32","{@dice 1d4} {@creature Society of Sensation Muse|MPP|Society of Sensation muses}*"],["33-36","{@dice 1d6} {@creature Quadrone||quadrones}"],["37-39","{@dice 1d4} {@creature Cranium Rat Squeaker Swarm|MPP|cranium rat squeaker swarms}*"],["40-43","1 {@creature Heralds of Dust Remnant|MPP|Herald of Dust remnant}* and {@dice 1d4} {@creature Zombie||zombies} collecting bodies"],["44-46","1 {@creature young copper dragon} sightseer"],["47-49","1 {@creature Mind's Eye matter smith|MPP}* carrying a rare gizmo"],["50-54","1 {@creature night hag} street vendor"],["55-57","{@dice 1d8} {@creature Bleak Cabal Void Soother|MPP|Bleak Cabal void soothers}* assisting locals"],["58-60","{@dice 1d4} {@creature Vrock||vrocks} on a shopping trip"],["61-63","{@dice 1d6} {@creature Equinal Guardinal|MPP|equinal guardinals}*"],["64-66","{@dice 1d6} {@creature Transcendent Order Instinct|MPP|Transcendent Order instincts}* parkouring through the crowd"],["67-69","{@dice 1d4} {@creature green slaad}"],["70-72","{@dice 1d4} {@creature Fated Shaker|MPP|Fated shakers}* collecting taxes"],["73-74","1 {@creature bone devil} late for a meeting"],["75-76","1 {@creature mage} who's overwhelmed, having just arrived from the Material Plane"],["77-79","{@dice 1d4} {@creature Mercykiller Bloodhound|MPP|Mercykiller bloodhounds}* tracking a criminal"],["80-81","{@dice 1d8} {@creature Githzerai Traveler|MPP|githzerai travelers}*"],["82-83","{@dice 1d4} {@creature maelephant|MPP}* mercenaries"],["84-85","{@dice 1d6} {@creature Doomguard rot blade|MPP}* monster hunters"],["86-87","1 {@creature planetar} looking for a shop"],["88-89","1 {@creature cuprilach rilmani|MPP}* spying on a target"],["90-91","1 {@creature Fraternity of Order law bender|MPP}*"],["92-93","{@dice 1d4} {@creature Cloud Giant||cloud giants} who've become lost"],["94-95","1 {@creature aboleth} in an aquarium sedan chair"],["96-97","1 {@creature kolyarut|MPP}*"],["98-99","A famous {@creature archmage}, like Bigby, Evard, Mordenkainen, or Tasha"],["100","The Lady of Pain and {@dice 2d4} {@creature dabus|MPP}*"]],"footnotes":["Creatures marked with an asterisk (*) appear in {@book Morte's Planar Parade|MPP}, while the rest are described in the {@book Monster Manual|MM}. Most creatures are initially indifferent to characters."]},{"name":"Sigil Hive Ward Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Hive Ward Encounters","colLabels":["{@dice d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature Hands of Havoc fire starter|MPP} (see {@book Morte's Planar Parade|MPP}), flame in hand and a wild look in their eyes, stands outside an abandoned building. \"Care to help?\" they ask the characters."],["2","A {@creature kelubar demodand|MPP} (see {@book Morte's Planar Parade|MPP}) street food vendor pushes a rusty cart down a nearby alley. Charred, sausage-link manacles dangle from the cart's torn awning. The demodand offers the characters anything on the cart for 5 cp."],["3","Two chaotic neutral {@creature Troll||trolls} in sleeveless vests strut up to the characters, eager to show off their matching tattoos, courtesy of the dabus Fell."],["4","Pugdug, a kind-eyed orc {@creature Bleak Cabal void soother|MPP} (see {@book Morte's Planar Parade|MPP}), offers to heal the characters, asking only that they pay the deed forward."],["5","Two out-of-breath githzerai ratcatchers ({@creature Guard||guards}) in pink skullcaps chase a nimble {@creature cranium rat squeaker|MPP} (see {@book Morte's Planar Parade|MPP}). \"Get 'em!\" they cry as the rat darts toward the characters."],["6","A droopy-eyed corpse collector (dwarf {@creature commoner}) in tattered clothing dumps a rotten body into the back of a wooden wagon. \"If ye need a ride to the Mortuary, there's room in the back!\" he laughs."],["7","A thieving {@creature musteval guardinal|MPP} (see {@book Morte's Planar Parade|MPP}) snatches a bag from a desperate human {@creature commoner} and flees into a nearby alley. The victim cries for help from the characters."],["8","Two {@creature Ettercap||ettercaps} hiss at the characters from an abandoned tenement building cocooned in thick webbing. The building belongs to the Spite Spinners, a gang of arachnid bandits and their boss, a {@creature darkweaver|MPP} (see {@book Morte's Planar Parade|MPP})."]]},{"name":"Sigil Lady's Ward Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Lady's Ward Encounters","colLabels":["{@dice d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A tiefling wastrel ({@creature noble}) flicks a gambling chip from {@book Fortune's Wheel|SatO|2|Fortune's Wheel} at the party, lamenting, \"May your luck be better than mine.\""],["2","A deluxe sedan chair carried by four {@creature Veteran||veterans} stops in front of the characters. A gloved Humanoid hand parts its privacy curtain, extending them an invitation to a masked ball."],["3","A cheery {@creature drider} skitters toward the party. A cultist of Lolth, the drider hands the party a pamphlet advertising an upcoming ritual at the {@book Infinite Well|SatO|2|Infinite Well} (see the \"{@book Lady's Ward Locations|SatO|2|Lady's Ward Locations}\" section)."],["4","A desperate {@creature commoner} from a faction of your choice has an impending trial in the {@book High Courts of Sigil|SatO|2|High Courts} (see the \"{@book Lady's Ward Locations|SatO|2|Lady's Ward Locations}\" section). Unable to secure an advocate, they plead with the characters to represent them in court."],["5","When the coast is clear, a shady-looking {@creature Doomguard rot blade|MPP} (see {@book Morte's Planar Parade|MPP}) opens their long overcoat in front of the characters to reveal a slew of finely crafted weapons available for purchase."],["6","Three {@creature Harmonium Peacekeeper|MPP|Harmonium peacekeepers} escort a manacled {@creature githzerai uniter|MPP} to the {@book Prison|SatO|2|Prison} (both stat blocks are in {@book Morte's Planar Parade|MPP}). As they pass the characters, the githzerai drops a crumpled note asserting their innocence."],["7","A character spots a notice from the Mercykillers for an escaped prisoner who bears an uncanny resemblance to someone in the party."],["8","Atop a low building, a {@creature githyanki warrior} proselytizes furiously to the characters about Aoskar, the Keeper of Gateways, claiming to have seen the dead god alive and well on the Astral Plane. As Harmonium officers move to arrest the githyanki, he mysteriously vanishes."]]},{"name":"Sigil Lower Ward Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Lower Ward Encounters","colLabels":["{@dice d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A thunder-voiced {@creature Mind's Eye matter smith|MPP} (see {@book Morte's Planar Parade|MPP}) admonishes passersby to realize the power inside themselves. As a demonstration, the matter smith reshapes material around one of the characters."],["2","Two {@creature Wererat||wererats} in human form approach the characters, offering to sell them various junkyard baubles, while a third wererat uses the distraction to pick a character's pocket."],["3","A {@creature bariaur wanderer|MPP} (see {@book Morte's Planar Parade|MPP}) wearing a gold monocle and an embroidered vest asks the characters to pick up an order for him at a nearby pawnshop. He offers to pay them 10 gp for their trouble (and their discretion)."],["4","Two {@creature minotaur} smiths argue with a {@creature goristro} over the price of an expertly forged greataxe, turning to the characters to settle the debate."],["5","An {@creature Athar null|MPP} (see {@book Morte's Planar Parade|MPP}) warmly greets the characters and offers to show them to their destination—while subtly pitching Athar philosophy to them."],["6","The {@creature ghost} of a factory worker appears to the characters and asks them to retrieve its skull from the {@book Bones of the Night|SatO|2|Bones of the Night} (see the \"{@book Lower Ward Locations|SatO|2|Lower Ward Locations}\" section) so it can finally be laid to rest."],["7","Two {@creature Githzerai Monk||githzerai monks} approach the characters, searching for a dangerous {@creature blue slaad} that stole a mote of primordial chaos from the {@book Face of Gith|SatO|2|Face of Gith} tavern (see the \"{@book Lower Ward Locations|SatO|2|Lower Ward Locations}\" section)."],["8","A soot-stained goblin {@creature mage} uses fire magic to repair a damaged {@creature iron golem} in the street. She tells the characters she needs two hundred pounds of iron to replace the construct's missing arm—even scrap will do."]]},{"name":"Sigil Market Ward Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Market Ward Encounters","colLabels":["{@dice d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature Transcendent Order instinct|MPP} (see {@book Morte's Planar Parade|MPP}) asks to spar with the characters, promising a reward if the character wins the fight."],["2","A neutral good {@creature manticore} acupuncturist brushes past the characters, accidentally poking one of them with its spiny tail. As a token of apology, the manticore gifts the party a voucher for one free spa treatment at the Flame Pits (see the \"{@book Market Ward Locations|SatO|2|Market Ward Locations}\" section)."],["3","Wheeze Whistletooth, a {@creature night hag} with a persistent hacking cough, offers the party free samples of her famous mystery meat pies."],["4","Clearly troubled, a human {@creature commoner} in the Free League asks the party which faction, if any, they believe is right about the truths of the multiverse."],["5","Two {@creature Harmonium Peacekeeper|MPP|Harmonium peacekeepers} (see {@book Morte's Planar Parade|MPP}) question the characters about the whereabouts of a red-furred bariaur who reportedly stole a {@item potion of invisibility} from an alchemical shop."],["6","A tiny copper soldier fashioned by a {@creature pentadrone} toymaker marches up to the party, salutes them, and then stops functioning."],["7","A {@creature hill giant} stumbles toward the characters, pointing at his throat in worry but not saying a word. He's choking on an entire spit-roasted hog."],["8","Disguised as Rowan Darkwood, a {@creature barlgura} mastermind attempts to recruit the characters with a lucrative opportunity: robbing the Bank of Abbathor (see the \"{@book Market Ward Locations|SatO|2|Market Ward Locations}\" section)."]]},{"name":"Sigil Undersigil Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Undersigil Encounters","colLabels":["{@dice d6}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature vargouille reflection|MPP} (see {@book Morte's Planar Parade|MPP}) sprouts from a nearby corpse."],["2","Putrice, a {@creature night hag}, cackles as she fishes a wriggling {@creature larva|DMG} (see the {@book Dungeon Master's Guide|DMG}) from a vent underneath a fiend-owned restaurant."],["3","Two {@creature Cranium Rat Squeaker|MPP|cranium rat squeakers} (see {@book Morte's Planar Parade|MPP}) gnaw on the bones of a {@creature skeleton}, which reaches out toward the characters for help."],["4","Two {@creature dabus|MPP} (see {@book Morte's Planar Parade|MPP}) prune back a mass of razorvine that has spread through a barred grate to the busy street above. As they trim its barbed branches, something shudders within."],["5","Three {@creature sahuagin} emerge from a wide pipe. \"Polluters!\" shouts one of them, addressing the characters."],["6","A warm sponge cake cools on a dusty stone ledge. Its sweet, strawberry aroma wafts through the otherwise dingy passage. A note reading \"DO NOT EAT\" rests below its porcelain serving dish."]]},{"name":"Stone Giant Encounters","type":"table","source":"BGG","page":48,"caption":"Stone Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature stone giant} and 1 {@creature xorn} (attitude for both: {@dice 1d10}) hunting for gems, much the way surface peoples hunt for truffles"],["2","1 {@creature stone giant rockspeaker|BGG} conferring with 2 {@creature Galeb Duhr||galeb duhrs} (attitude for all: {@dice 1d8 + 4})"],["3","1 {@creature stone giant} (attitude: {@dice 1d12}) playing fetch with 1 {@creature carrion crawler} (attitude: {@dice 1d4 + 1})"],["4","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d10}) practicing throwing rocks"],["5","1 {@creature stone giant} arguing with 1 {@creature minotaur} (attitude for both: {@dice 1d12}) about the best path for a maze they're designing"],["6","1 {@creature stone giant} (attitude: {@dice 1d6 + 4}) dreamily carving a slab of rock into an abstract hill giant figure"],["7","1 {@creature cairnwight|BGG} (attitude: {@dice 1d8 + 2}) searching for treasure stolen from its tomb"],["8","{@dice 2d4} cave bears ({@creature Polar Bear||polar bears}; attitude: {@dice 1d6 + 1}) on patrol"],["9","1 {@creature stone giant of Evil Earth|BGG} (attitude: {@dice 1d6}) arguing theology with 2 {@creature Stone Giant||stone giants} (attitude: {@dice 1d12})"],["10","{@dice 2d6} dwarf prospectors ({@creature Veteran||veterans}; attitude: {@dice 1d12}) delving into areas full of stone giant dream carvings"],["11","2 {@creature Korred|MPMM|korreds} (attitude: {@dice 1d8}) exchanging their cut hair with 1 {@creature stone giant} (attitude: {@dice 1d10}) for stone and gem artwork"],["12","1 {@creature stone giant dreamwalker|MPMM} (attitude: {@dice 1d8 + 2}) collecting objects and creatures to fuse into its body"]]},{"name":"Storm Giant Encounters","type":"table","source":"BGG","page":48,"caption":"Storm Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature storm giant tempest caller|BGG} (attitude: {@dice 1d8 + 2}) communing with a lightning-lit face in a thundercloud"],["2","1 {@creature storm giant} riding 1 {@creature aerosaur|BGG} (attitude for both: {@dice 1d10})"],["3","1 {@creature lightning hulk|BGG} (attitude: {@dice 1d6}) reveling in destruction"],["4","1 {@creature storm giant} hunting or fishing with 1 {@creature griffon} or {@creature giant octopus} companion (attitude for both: {@dice 1d10 + 2})"],["5","1 {@creature storm giant} (attitude: {@dice 1d12}) patiently explaining a Giant rune to {@dice 1d4} {@creature Ogre||ogres} (attitude: {@dice 1d10})"],["6","2 {@creature Storm Giant||storm giants} (attitude: {@dice 1d8 + 2}) moving pieces on a massive game board according to events that haven't happened yet"],["7","{@dice 1d4} {@creature Behir||behirs} (attitude: {@dice 1d8 + 1}) stalking storm giants"],["8","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d8 + 3}) meditating in hopes of receiving a vision or prophetic word"],["9","1 {@creature storm herald|BGG} conferring with 1 {@creature kraken} (attitude for both: {@dice 1d8 + 1})"],["10","1 {@creature adult blue dragon} (attitude: {@dice 1d6}) seeking the secret refuge of a storm giant oracle who is an ancient enemy"],["11","1 {@creature kraken priest|MPMM} and 3 {@creature Deep Scion|MPMM|deep scions} (attitude for all: {@dice 1d4 + 1}) studying storm giant runes"],["12","1 {@creature storm giant quintessent|MPMM} (attitude: {@dice 1d12}) reading omens in the migration paths of 2 {@creature Roc||rocs} or {@creature Killer Whale||killer whales} (attitude: {@dice 1d6 + 4})"]]},{"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":"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":"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":"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":"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","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":"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":"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":"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":"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":"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":"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":"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":"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":"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)"]]},{"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"]]}],"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":"Explosives","tables":[{"type":"table","caption":"Explosives","colLabels":["Renaissance Item","Cost","Weight"],"colStyles":["col-8","col-2 text-right","col-2 text-right"],"rows":[["{@item Bomb}","150 gp","1 lb."],["{@item Gunpowder Keg||Gunpowder, keg}","250 gp","20 lb."],["{@item Gunpowder Horn||Gunpowder, powder horn}","35 gp","2 lb."]]},{"type":"table","colLabels":["Modern Item","Cost","Weight"],"colStyles":["col-8 text","col-2 text-right","col-2 text-right"],"rows":[["{@item Dynamite (stick)}","—","1 lb."],["{@item Fragmentation Grenade||Grenade, fragmentation}","—","1 lb."],["{@item Smoke Grenade||Grenade, smoke}","—","2 lb."],["{@item Grenade Launcher||Grenade launcher}","—","7 lb."]]}],"page":267,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"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}},{"type":"tableGroup","name":"Dungeon Spread Decks","page":11,"source":"DMTCRG","tables":[{"type":"table","caption":"Locations Deck","page":11,"rows":[["{@card Bridge|Deck of Many More Things|DMTCRG}"],["{@card Cavern|Deck of Many More Things|DMTCRG}"],["{@card Crossroads|Deck of Many More Things|DMTCRG}"],["{@card Donjon|Deck of Many More Things|DMTCRG}"],["{@card Maze|Deck of Many More Things|DMTCRG}"],["{@card Path|Deck of Many More Things|DMTCRG}"],["{@card Ruin|Deck of Many More Things|DMTCRG}"],["{@card Tavern|Deck of Many More Things|DMTCRG}"],["{@card Temple|Deck of Many More Things|DMTCRG}"],["{@card Tomb|Deck of Many More Things|DMTCRG}"],["{@card Tower|Deck of Many More Things|DMTCRG}"]]},{"type":"table","caption":"Story Deck *","page":11,"rows":[["{@card Balance|Deck of Many More Things|DMTCRG}"],["{@card Comet|Deck of Many More Things|DMTCRG}"],["{@card Fates|Deck of Many More Things|DMTCRG}"],["{@card Flames|Deck of Many More Things|DMTCRG}"],["{@card Moon|Deck of Many More Things|DMTCRG}"],["{@card Ship|Deck of Many More Things|DMTCRG}"],["{@card Star|Deck of Many More Things|DMTCRG}"],["{@card Sun|Deck of Many More Things|DMTCRG}"],["{@card Talons|Deck of Many More Things|DMTCRG}"],["{@card Void|Deck of Many More Things|DMTCRG}"]],"footnotes":["* Optional"]},{"type":"table","caption":"Features Deck","page":11,"rows":[["{@card Aberration|Deck of Many More Things|DMTCRG}","{@card Mage|Deck of Many More Things|DMTCRG}"],["{@card Beast|Deck of Many More Things|DMTCRG}","{@card Map|Deck of Many More Things|DMTCRG}"],["{@card Book|Deck of Many More Things|DMTCRG}","{@card Monstrosity|Deck of Many More Things|DMTCRG}"],["{@card Campfire|Deck of Many More Things|DMTCRG}","{@card Ooze|Deck of Many More Things|DMTCRG}"],["{@card Celestial|Deck of Many More Things|DMTCRG}","{@card Pit|Deck of Many More Things|DMTCRG}"],["{@card Construct|Deck of Many More Things|DMTCRG}","{@card Plant|Deck of Many More Things|DMTCRG}"],["{@card Corpse|Deck of Many More Things|DMTCRG}","{@card Priest|Deck of Many More Things|DMTCRG}"],["{@card Door|Deck of Many More Things|DMTCRG}","{@card Prisoner|Deck of Many More Things|DMTCRG}"],["{@card Dragon|Deck of Many More Things|DMTCRG}","{@card Puzzle|Deck of Many More Things|DMTCRG}"],["{@card Elemental|Deck of Many More Things|DMTCRG}","{@card Ring|Deck of Many More Things|DMTCRG}"],["{@card Euryale|Deck of Many More Things|DMTCRG}","{@card Rogue|Deck of Many More Things|DMTCRG}"],["{@card Expert|Deck of Many More Things|DMTCRG}","{@card Sage|Deck of Many More Things|DMTCRG}"],["{@card Fey|Deck of Many More Things|DMTCRG}","{@card Shield|Deck of Many More Things|DMTCRG}"],["{@card Fiend|Deck of Many More Things|DMTCRG}","{@card Skull|Deck of Many More Things|DMTCRG}"],["{@card Fool|Deck of Many More Things|DMTCRG}","{@card Staff|Deck of Many More Things|DMTCRG}"],["{@card Gem|Deck of Many More Things|DMTCRG}","{@card Stairway|Deck of Many More Things|DMTCRG}"],["{@card Giant|Deck of Many More Things|DMTCRG}","{@card Statue|Deck of Many More Things|DMTCRG}"],["{@card Humanoid|Deck of Many More Things|DMTCRG}","{@card Throne|Deck of Many More Things|DMTCRG}"],["{@card Jester|Deck of Many More Things|DMTCRG}","{@card Tree|Deck of Many More Things|DMTCRG}"],["{@card Key|Deck of Many More Things|DMTCRG}","{@card Undead|Deck of Many More Things|DMTCRG}"],["{@card Knight|Deck of Many More Things|DMTCRG}","{@card Warrior|Deck of Many More Things|DMTCRG}"],["{@card Lance|Deck of Many More Things|DMTCRG}","{@card Well|Deck of Many More Things|DMTCRG}"]]}],"chapter":{"name":"Adventure Spreads","index":2}},{"type":"tableGroup","name":"Random Magic Items - Arcana","source":"XDMG","page":326,"tables":[{"type":"table","caption":"Arcana - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Bead of Nourishment|XDMG}"],["03–04","{@item Bead of Refreshment|XDMG}"],["05–07","{@item Candle of the Deep|XDMG}"],["08–10","{@item Cloak of Billowing|XDMG}"],["11–13","{@item Cloak of Many Fashions|XDMG}"],["14–15","{@item Clothes of Mending|XDMG}"],["16–17","{@item Dark Shard Amulet|XDMG}"],["18–19","{@item Enduring Spellbook|XDMG}"],["20–21","{@item Ersatz Eye|XDMG}"],["22–24","{@item Hat of Vermin|XDMG}"],["25–27","{@item Hat of Wizardry|XDMG}"],["28–29","{@item Heward's Handy Spice Pouch|XDMG}"],["30–31","{@item Horn of Silent Alarm|XDMG}"],["32–33","{@item Instrument of Illusions|XDMG}"],["34–35","{@item Instrument of Scribing|XDMG}"],["36–37","{@item Lock of Trickery|XDMG}"],["38–40","{@item Mystery Key|XDMG}"],["41–42","{@item Orb of Direction|XDMG}"],["43–44","{@item Orb of Time|XDMG}"],["45–46","{@item Perfume of Bewitching|XDMG}"],["47–49","{@item Pipe of Smoke Monsters|XDMG}"],["50–52","{@item Potion of Climbing|XDMG}"],["53–55","{@item Potion of Comprehension|XDMG}"],["56–58","{@item Pot of Awakening|XDMG}"],["59–60","{@item Prosthetic Limb|XDMG}"],["61–64","{@item Rival Coin|XDMG}"],["65–66","{@item Rope of Mending|XDMG}"],["67–68","{@item Ruby of the War Mage|XDMG}"],["69–82","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Cantrip)|XDMG|cantrip} or {@item Spell Scroll (Level 1)|XDMG|level 1} spell)"],["83–84","{@item Staff of Adornment|XDMG}"],["85–86","{@item Staff of Birdcalls|XDMG}"],["87–89","{@item Staff of Flowers|XDMG}"],["90–92","{@item Talking Doll|XDMG}"],["93–94","{@item Tankard of Sobriety|XDMG}"],["95–97","{@item Wand of Conducting|XDMG}"],["98–00","{@item Wand of Pyrotechnics|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Arcana Tables","page":326}],"section":"Arcana Tables","sectionIndex":1},{"type":"table","caption":"Arcana - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@item Amulet of Proof against Detection and Location|XDMG}"],["02","{@item Baba Yaga's Dancing Broom|XDMG}"],["03–05","{@item Bag of Holding|XDMG}"],["06–07","{@item Bag of Tricks|XDMG}"],["08","{@item Brooch of Shielding|XDMG}"],["09","{@item Broom of Flying|XDMG}"],["10","{@item Cap of Water Breathing|XDMG}"],["11","{@item Circlet of Blasting|XDMG}"],["12–13","{@item Cloak of Protection|XDMG}"],["14","{@item Cloak of the Manta Ray|XDMG}"],["15","{@item Decanter of Endless Water|XDMG}"],["16","{@item Deck of Illusions|XDMG}"],["17–18","{@item Driftglobe|XDMG}"],["19–20","{@item Dust of Disappearance|XDMG}"],["21","{@item Dust of Dryness|XDMG}"],["22","{@item Dust of Sneezing and Choking|XDMG}"],["23–24","{@item Elemental Gem|XDMG}"],["25","{@item Enspelled Staff|XDMG} (cantrip or level 1 spell)"],["26","{@item Eversmoking Bottle|XDMG}"],["27","{@item Eyes of Charming|XDMG}"],["28","{@item Eyes of Minute Seeing|XDMG}"],["29–30","{@item Figurine of Wondrous Power, Silver Raven|XDMG|Figurine of Wondrous Power (silver raven)}"],["31","{@item Gem of Brightness|XDMG}"],["32","{@item Hag Eye|XDMG}"],["33","{@item Hat of Disguise|XDMG}"],["34","{@item Headband of Intellect|XDMG}"],["35","{@item Helm of Comprehending Languages|XDMG}"],["36","{@item Helm of Telepathy|XDMG}"],["37","{@item Immovable Rod|XDMG}"],["38","{@item Lantern of Revealing|XDMG}"],["39","{@item Medallion of Thoughts|XDMG}"],["40","{@item Mithral Armor|XDMG}"],["41–42","{@item Necklace of Adaptation|XDMG}"],["43","{@item Oil of Slipperiness|XDMG}"],["44","{@item Pearl of Power|XDMG}"],["45","{@item Periapt of Health|XDMG}"],["46–47","{@item Philter of Love|XDMG}"],["48–49","{@item Potion of Animal Friendship|XDMG}"],["50–51","{@item Potion of Fire Breath|XDMG}"],["52–53","{@item Potion of Hill Giant Strength|XDMG|Potion of Giant Strength (hill)}"],["54–55","{@item Potion of Growth|XDMG}"],["56–57","{@item Potion of Poison|XDMG}"],["58–59","{@item Potion of Resistance|XDMG}"],["60–61","{@item Potion of Water Breathing|XDMG}"],["62","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Anchor|XDMG|anchor}, {@item Quaal's Feather Token, Fan|XDMG|fan}, or {@item Quaal's Feather Token, Tree|XDMG|tree})"],["63","{@item Ring of Mind Shielding|XDMG}"],["64–65","{@item Robe of Useful Items|XDMG}"],["66–67","{@item Rod of the Pact Keeper|XDMG}"],["68–69","{@item Rope of Climbing|XDMG}"],["70","{@item Saddle of the Cavalier|XDMG}"],["71–72","{@item Sending Stones|XDMG}"],["73–74","{@item Slippers of Spider Climbing|XDMG}"],["75–82","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 2)|XDMG|level 2} or {@item Spell Scroll (Level 3)|XDMG|level 3} spell)"],["83","{@item Staff of the Adder|XDMG}"],["84","{@item Staff of the Python|XDMG}"],["85–88","{@item Wand of Magic Detection|XDMG}"],["89–91","{@item Wand of Magic Missiles|XDMG}"],["92–93","{@item Wand of Secrets|XDMG}"],["94–95","{@item +1 Wand of the War Mage|XDMG|Wand of the War Mage, +1}"],["96–97","{@item Wand of Web|XDMG}"],["98–99","{@item Wind Fan|XDMG}"],["00","{@item Winged Boots|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Arcana Tables","page":326}],"section":"Arcana Tables","sectionIndex":2},{"type":"table","caption":"Arcana - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@item Bag of Beans|XDMG}"],["02–03","{@item Bead of Force|XDMG}"],["04","{@item Bowl of Commanding Water Elementals|XDMG}"],["05–06","{@item Bracers of Defense|XDMG}"],["07","{@item Brazier of Commanding Fire Elementals|XDMG}"],["08–09","{@item Cape of the Mountebank|XDMG}"],["10","{@item Censer of Controlling Air Elementals|XDMG}"],["11–12","{@item Chime of Opening|XDMG}"],["13–14","{@item Cloak of Displacement|XDMG}"],["15–16","{@item Cloak of the Bat|XDMG}"],["17","{@item Cube of Force|XDMG}"],["18","{@item Cube of Summoning|XDMG}"],["19","{@item Daern's Instant Fortress|XDMG}"],["20–21","{@item Enspelled Staff|XDMG} (level 2 or 3 spell)"],["22–23","{@item Figurine of Wondrous Power|XDMG} ({@item Figurine of Wondrous Power, Bronze Griffon|XDMG|bronze griffon}, {@item Figurine of Wondrous Power, Ebony Fly|XDMG|ebony fly}, {@item Figurine of Wondrous Power, Golden Lions|XDMG|golden lions}, {@item Figurine of Wondrous Power, Ivory Goats|XDMG|ivory goats}, {@item Figurine of Wondrous Power, Marble Elephant|XDMG|marble elephant}, {@item Figurine of Wondrous Power, Onyx Dog|XDMG|onyx dog}, or {@item Figurine of Wondrous Power, Serpentine Owl|XDMG|serpentine owl})"],["24–25","{@item Folding Boat|XDMG}"],["26–27","{@item Gem of Seeing|XDMG}"],["28","{@item Helm of Teleportation|XDMG}"],["29–30","{@item Heward's Handy Haversack|XDMG}"],["31–32","{@item Horseshoes of Speed|XDMG}"],["33–34","{@item Ioun Stone, Reserve|XDMG|Ioun Stone (reserve)}"],["35","{@item Iron Bands of Bilarro|XDMG}"],["36","{@item Mantle of Spell Resistance|XDMG}"],["37–38","{@item Necklace of Fireballs|XDMG}"],["39","{@item Oil of Etherealness|XDMG}"],["40","{@item Portable Hole|XDMG}"],["41–42","{@item Potion of Clairvoyance|XDMG}"],["43–44","{@item Potion of Diminution|XDMG}"],["45–46","{@item Potion of Gaseous Form|XDMG}"],["47","{@item Potion of Fire Giant Strength|XDMG|Potion of Giant Strength (fire)}"],["48–49","{@item Potion of Giant Strength|XDMG} ({@item Potion of Frost Giant Strength|XDMG|frost} or {@item Potion of Stone Giant Strength|XDMG|stone})"],["50–51","{@item Potion of Heroism|XDMG}"],["52–53","{@item Potion of Invisibility|XDMG}"],["54–55","{@item Potion of Invulnerability|XDMG}"],["56–57","{@item Potion of Mind Reading|XDMG}"],["58–59","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Bird|XDMG|bird}, {@item Quaal's Feather Token, Swan Boat|XDMG|swan boat}, or {@item Quaal's Feather Token, Whip|XDMG|whip})"],["60–61","{@item Ring of Feather Falling|XDMG}"],["62","{@item Ring of Spell Storing|XDMG}"],["63","{@item Ring of X-ray Vision|XDMG}"],["64–65","{@item Robe of Eyes|XDMG}"],["66","{@item Rod of Rulership|XDMG}"],["67–68","{@item +2 Rod of the Pact Keeper|XDMG|Rod of the Pact Keeper, +2}"],["69–70","{@item Scroll of Protection|XDMG}"],["71–75","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 4)|XDMG|level 4} or {@item Spell Scroll (Level 5)|XDMG|level 5} spell)"],["76–77","{@item Staff of Charming|XDMG}"],["78–79","{@item Staff of Swarming Insects|XDMG}"],["80–81","{@item Staff of Withering|XDMG}"],["82","{@item Stone of Controlling Earth Elementals|XDMG}"],["83–84","{@item Wand of Binding|XDMG}"],["85–86","{@item Wand of Fear|XDMG}"],["87–90","{@item Wand of Fireballs|XDMG}"],["91–94","{@item Wand of Lightning Bolts|XDMG}"],["95–96","{@item +2 Wand of the War Mage|XDMG|Wand of the War Mage, +2}"],["97–98","{@item Wand of Wonder|XDMG}"],["99–00","{@item Wings of Flying|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Arcana Tables","page":326}],"section":"Arcana Tables","sectionIndex":3},{"type":"table","caption":"Arcana - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Amulet of the Planes|XDMG}"],["03–04","{@item Bag of Devouring|XDMG}"],["05–06","{@item Carpet of Flying|XDMG}"],["07–08","{@item Cauldron of Rebirth|XDMG}"],["09–10","{@item Cloak of Arachnida|XDMG}"],["11–12","{@item Crystal Ball|XDMG}"],["13","{@item Dancing Sword|XDMG}"],["14","{@item Efreeti Bottle|XDMG}"],["15–16","{@item Enspelled Staff|XDMG} (level 4 or 5 spell)"],["17–18","{@item Figurine of Wondrous Power, Obsidian Steed|XDMG|Figurine of Wondrous Power (obsidian steed)}"],["19–20","{@item Hat of Many Spells|XDMG}"],["21–22","{@item Helm of Brilliance|XDMG}"],["23–24","{@item Horseshoes of a Zephyr|XDMG}"],["25–26","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Absorption|XDMG|absorption}, {@item Ioun Stone, Fortitude|XDMG|fortitude}, {@item Ioun Stone, Intellect|XDMG|intellect}, or {@item Ioun Stone, Leadership|XDMG|leadership})"],["27–28","{@item Manual of Golems|XDMG} ({@item Manual of Clay Golems|XDMG|clay}, {@item Manual of Flesh Golems|XDMG|flesh}, {@item Manual of Iron Golems|XDMG|iron}, or {@item Manual of Stone Golems|XDMG|stone})"],["29","{@item Mirror of Life Trapping|XDMG}"],["30–31","{@item Nolzur's Marvelous Pigments|XDMG}"],["32–34","{@item Oil of Sharpness|XDMG}"],["35–38","{@item Potion of Flying|XDMG}"],["39–42","{@item Potion of Cloud Giant Strength|XDMG|Potion of Giant Strength (cloud)}"],["43–46","{@item Potion of Greater Invisibility|XDMG}"],["47–49","{@item Potion of Longevity|XDMG}"],["50–53","{@item Potion of Speed|XDMG}"],["54–57","{@item Potion of Vitality|XDMG}"],["58–59","{@item Ring of Regeneration|XDMG}"],["60–61","{@item Ring of Shooting Stars|XDMG}"],["62–63","{@item Ring of Telekinesis|XDMG}"],["64–65","{@item Robe of Scintillating Colors|XDMG}"],["66–67","{@item Robe of Stars|XDMG}"],["68–69","{@item Rod of Absorption|XDMG}"],["70–71","{@item Rod of Security|XDMG}"],["72–73","{@item +3 Rod of the Pact Keeper|XDMG|Rod of the Pact Keeper, +3}"],["74–85","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 6)|XDMG|level 6}, {@item Spell Scroll (Level 7)|XDMG|level 7}, or {@item Spell Scroll (Level 8)|XDMG|level 8} spell)"],["86–87","{@item Staff of Fire|XDMG}"],["88–89","{@item Staff of Frost|XDMG}"],["90","{@item Staff of Power|XDMG}"],["91–92","{@item Staff of Thunder and Lightning|XDMG}"],["93–94","{@item Tome of Clear Thought|XDMG}"],["95–97","{@item Wand of Polymorph|XDMG}"],["98–00","{@item +3 Wand of the War Mage|XDMG|Wand of the War Mage, +3}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Arcana Tables","page":326}],"section":"Arcana Tables","sectionIndex":4},{"type":"table","caption":"Arcana - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item Apparatus of Kwalish|XDMG}"],["05–08","{@item Cloak of Invisibility|XDMG}"],["09–12","{@item Crystal Ball of Mind Reading|XDMG}"],["13–16","{@item Crystal Ball of Telepathy|XDMG}"],["17–20","{@item Crystal Ball of True Seeing|XDMG}"],["21–22","{@item Cubic Gate|XDMG}"],["23","{@item Deck of Many Things|XDMG}"],["24–27","{@item Enspelled Staff|XDMG} (level 6, 7, or 8 spell)"],["28–31","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Greater Absorption|XDMG|greater absorption}, {@item Ioun Stone, Mastery|XDMG|mastery}, or {@item Ioun Stone, Regeneration|XDMG|regeneration})"],["32–33","{@item Iron Flask|XDMG}"],["34–41","{@item Potion of Storm Giant Strength|XDMG|Potion of Storm Giant Strength (storm)}"],["42–45","{@item Ring of Djinni Summoning|XDMG}"],["46–49","{@item Ring of Elemental Command|XDMG} ({@item Ring of Elemental Command (Air)|XDMG|air}, {@item Ring of Elemental Command (Earth)|XDMG|earth}, {@item Ring of Elemental Command (Fire)|XDMG|fire}, or {@item Ring of Elemental Command (Water)|XDMG|water})"],["50–53","{@item Ring of Invisibility|XDMG}"],["54–57","{@item Ring of Spell Turning|XDMG}"],["58","{@item Ring of Three Wishes|XDMG}"],["59","{@item Robe of the Archmagi|XDMG}"],["60–61","{@item Scroll of Titan Summoning|XDMG}"],["62–65","{@item Sovereign Glue|XDMG}"],["66–83","{@item Spell Scroll (Level 9)|XDMG|Spell Scroll (level 9} spell)"],["84","{@item Sphere of Annihilation|XDMG}"],["85","{@item Staff of the Magi|XDMG}"],["86–88","{@item Talisman of the Sphere|XDMG}"],["89–92","{@item Tome of the Stilled Tongue|XDMG}"],["93–96","{@item Universal Solvent|XDMG}"],["97–00","{@item Well of Many Worlds|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Arcana Tables","page":326}],"section":"Arcana Tables","sectionIndex":5}],"chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"type":"tableGroup","name":"Random Magic Items - Armaments","source":"XDMG","page":328,"tables":[{"type":"table","caption":"Armaments - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–10","{@item Armor of Gleaming|XDMG}"],["11–20","{@item Cast-Off Armor|XDMG}"],["21–30","{@item Dread Helm|XDMG}"],["31–40","{@item Moon-Touched Sword|XDMG}"],["41–50","{@item Shield of Expression|XDMG}"],["51–60","{@item Silvered Weapon|XDMG}"],["61–70","{@item Smoldering Armor|XDMG}"],["71–80","{@item Sylvan Talon|XDMG}"],["81–90","{@item Veteran's Cane|XDMG}"],["91–00","{@item Walloping Ammunition|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Armaments Tables","page":328}],"section":"Armaments Tables","sectionIndex":1},{"type":"table","caption":"Armaments - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item Adamantine Armor|XDMG}"],["05–08","{@item Adamantine Weapon|XDMG}"],["09–13","{@item +1 Ammunition|XDMG|Ammunition, +1}"],["14–18","{@item Bracers of Archery|XDMG}"],["19–23","{@item Enspelled Armor|XDMG} (cantrip or level 1 spell)"],["24–28","{@item Enspelled Weapon|XDMG} (cantrip or level 1 spell)"],["29–33","{@item Gauntlets of Ogre Power|XDMG}"],["34–38","{@item Javelin of Lightning|XDMG}"],["39–43","{@item Mariner's Armor|XDMG}"],["44–48","{@item Mithral Armor|XDMG}"],["49–53","{@item Potion of Hill Giant Strength|XDMG|Potion of Giant Strength (hill)}"],["54–58","{@item Potion of Pugilism|XDMG}"],["59–62","{@item Quiver of Ehlonna|XDMG}"],["63–66","{@item Saddle of the Cavalier|XDMG}"],["67–71","{@item Sentinel Shield|XDMG}"],["72–76","{@item +1 Shield|XDMG|Shield, +1}"],["77–81","{@item Sword of Vengeance|XDMG}"],["82–85","{@item Trident of Fish Command|XDMG}"],["86–90","{@item +1 Weapon|XDMG|Weapon, +1}"],["91–95","{@item Weapon of Warning|XDMG}"],["96–00","{@item +1 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +1}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Armaments Tables","page":328}],"section":"Armaments Tables","sectionIndex":2},{"type":"table","caption":"Armaments - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item +2 Ammunition|XDMG|Ammunition, +2}"],["04–07","{@item +1 Armor|XDMG|Armor, +1}"],["08–10","{@item Armor of Resistance|XDMG}"],["11–13","{@item Armor of Vulnerability|XDMG}"],["14–15","{@item Arrow-Catching Shield|XDMG}"],["16–18","{@item Belt of Hill Giant Strength|XDMG|Belt of Giant Strength (hill)}"],["19–20","{@item Berserker Axe|XDMG}"],["21–22","{@item Daern's Instant Fortress|XDMG}"],["23–25","{@item Dagger of Venom|XDMG}"],["26–28","{@item Dragon Slayer|XDMG}"],["29–31","{@item Elven Chain|XDMG}"],["32–34","{@item Enspelled Armor|XDMG} (level 2 or 3 spell)"],["35–37","{@item Enspelled Weapon|XDMG} (level 2 or 3 spell)"],["38–40","{@item Flame Tongue|XDMG}"],["41–43","{@item Giant Slayer|XDMG}"],["44–46","{@item Horn of Blasting|XDMG}"],["47–48","{@item Horn of Valhalla|XDMG} ({@item Horn of Valhalla, Brass|XDMG|brass} or {@item Horn of Valhalla, Silver|XDMG|silver})"],["49–51","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Protection|XDMG|protection})"],["52–54","{@item Mace of Disruption|XDMG}"],["55–57","{@item Mace of Smiting|XDMG}"],["58–60","{@item Mace of Terror|XDMG}"],["61–63","{@item Potion of Fire Giant Strength|XDMG|Potion of Giant Strength (fire)}"],["64–66","{@item Potion of Giant Strength|XDMG} ({@item Potion of Frost Giant Strength|XDMG|frost} or {@item Potion of Stone Giant Strength|XDMG|stone})"],["67–69","{@item Potion of Heroism|XDMG}"],["70–72","{@item Potion of Invulnerability|XDMG}"],["73–75","{@item Ring of Protection|XDMG}"],["76–78","{@item Ring of the Ram|XDMG}"],["79–81","{@item +2 Shield|XDMG|Shield, +2}"],["82–84","{@item Shield of Missile Attraction|XDMG}"],["85–86","{@item Sun Blade|XDMG}"],["87–88","{@item Sword of Life Stealing|XDMG}"],["89–90","{@item Sword of Wounding|XDMG}"],["91–92","{@item Tentacle Rod|XDMG}"],["93–94","{@item Vicious Weapon|XDMG}"],["95–97","{@item +2 Weapon|XDMG|Weapon, +2}"],["98–00","{@item +2 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +2}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Armaments Tables","page":328}],"section":"Armaments Tables","sectionIndex":3},{"type":"table","caption":"Armaments - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item +3 Ammunition|XDMG|Ammunition, +3}"],["04–06","{@item Ammunition of Slaying|XDMG}"],["07–09","{@item Animated Shield|XDMG}"],["10–12","{@item +2 Armor|XDMG|Armor, +2}"],["13–14","{@item Belt of Fire Giant Strength|XDMG|Belt of Giant Strength (fire)}"],["15–17","{@item Belt of Giant Strength|XDMG} ({@item Belt of Frost Giant Strength|XDMG|frost} or {@item Belt of Stone Giant Strength|XDMG|stone})"],["18–19","{@item Dancing Sword|XDMG}"],["20–22","{@item Demon Armor|XDMG}"],["23–25","{@item Dragon Scale Mail|XDMG}"],["26–28","{@item Dwarven Plate|XDMG}"],["29–31","{@item Dwarven Thrower|XDMG}"],["32–34","{@item Energy Bow|XDMG}"],["35–37","{@item Enspelled Armor|XDMG} (level 4 or 5 spell)"],["38–40","{@item Enspelled Weapon|XDMG} (level 4 or 5 spell)"],["41–43","{@item Executioner's Axe|XDMG}"],["44–46","{@item Frost Brand|XDMG}"],["47–49","{@item Horn of Valhalla, Bronze|XDMG|Horn of Valhalla (bronze)}"],["50–52","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Strength|XDMG|strength})"],["53–55","{@item Lute of Thunderous Thumping|XDMG}"],["56–58","{@item Manual of Gainful Exercise|XDMG}"],["59–61","{@item Nine Lives Stealer|XDMG}"],["62–64","{@item Oathbow|XDMG}"],["65–68","{@item Oil of Sharpness|XDMG}"],["69–72","{@item Potion of Cloud Giant Strength|XDMG|Potion of Giant Strength (cloud)}"],["73–75","{@item Quarterstaff of the Acrobat|XDMG}"],["76–78","{@item Scimitar of Speed|XDMG}"],["79–82","{@item +3 Shield|XDMG|Shield, +3}"],["83–85","{@item Shield of the Cavalier|XDMG}"],["86–88","{@item Spellguard Shield|XDMG}"],["89–91","{@item Sword of Sharpness|XDMG}"],["92–94","{@item Thunderous Greatclub|XDMG}"],["95–97","{@item +3 Weapon|XDMG|Weapon, +3}"],["98–00","{@item +3 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +3}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Armaments Tables","page":328}],"section":"Armaments Tables","sectionIndex":4},{"type":"table","caption":"Armaments - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","{@item +3 Armor|XDMG|Armor, +3}"],["07–12","{@item Armor of Invulnerability|XDMG}"],["13–18","{@item Belt of Cloud Giant Strength|XDMG|Belt of Giant Strength (cloud)}"],["19–21","{@item Belt of Storm Giant Strength|XDMG|Belt of Giant Strength (storm)}"],["22–27","{@item Defender|XDMG}"],["28–33","{@item Efreeti Chain|XDMG}"],["34–39","{@item Enspelled Armor|XDMG} (level 6, 7, or 8 spell)"],["40–45","{@item Enspelled Weapon|XDMG} (level 6, 7, or 8 spell)"],["46–51","{@item Hammer of Thunderbolts|XDMG}"],["52–56","{@item Holy Avenger|XDMG}"],["57–62","{@item Horn of Valhalla, Iron|XDMG|Horn of Valhalla (iron)}"],["63–68","{@item Luck Blade|XDMG}"],["69–72","{@item Moonblade|XDMG}"],["73–78","{@item Plate Armor of Etherealness|XDMG}"],["79–87","{@item Potion of Storm Giant Strength|XDMG|Potion of Giant Strength (storm)}"],["88–90","{@item Rod of Lordly Might|XDMG}"],["91–95","{@item Sword of Answering|XDMG}"],["96–00","{@item Vorpal Sword|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Armaments Tables","page":328}],"section":"Armaments Tables","sectionIndex":5}],"chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"type":"tableGroup","name":"Random Magic Items - Implements","source":"XDMG","page":329,"tables":[{"type":"table","caption":"Implements - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Bead of Nourishment|XDMG}"],["03–04","{@item Bead of Refreshment|XDMG}"],["05–06","{@item Boots of False Tracks|XDMG}"],["07–08","{@item Candle of the Deep|XDMG}"],["09–10","{@item Charlatan's Die|XDMG}"],["11–13","{@item Cloak of Many Fashions|XDMG}"],["14–15","{@item Clockwork Amulet|XDMG}"],["16–17","{@item Ear Horn of Hearing|XDMG}"],["18–19","{@item Ersatz Eye|XDMG}"],["20–21","{@item Heward's Handy Spice Pouch|XDMG}"],["22–23","{@item Horn of Silent Alarm|XDMG}"],["24–25","{@item Instrument of Illusions|XDMG}"],["26–27","{@item Instrument of Scribing|XDMG}"],["28–29","{@item Lock of Trickery|XDMG}"],["30–32","{@item Moon-Touched Sword|XDMG}"],["33–34","{@item Mystery Key|XDMG}"],["35–36","{@item Orb of Direction|XDMG}"],["37–38","{@item Orb of Time|XDMG}"],["39–40","{@item Perfume of Bewitching|XDMG}"],["41–42","{@item Pipe of Smoke Monsters|XDMG}"],["43–44","{@item Pole of Angling|XDMG}"],["45–46","{@item Pole of Collapsing|XDMG}"],["47–52","{@item Potion of Climbing|XDMG}"],["53–58","{@item Potion of Comprehension|XDMG}"],["59–74","{@item Potion of Healing|XDMG}"],["75–76","{@item Prosthetic Limb|XDMG}"],["77–78","{@item Rope of Mending|XDMG}"],["79–80","{@item Staff of Birdcalls|XDMG}"],["81–82","{@item Sylvan Talon|XDMG}"],["83–84","{@item Talking Doll|XDMG}"],["85–86","{@item Tankard of Sobriety|XDMG}"],["87–90","{@item Veteran's Cane|XDMG}"],["91–92","{@item Walloping Ammunition|XDMG}"],["93–94","{@item Wand of Conducting|XDMG}"],["95–97","{@item Wand of Enemy Detection|XDMG}"],["98–00","{@item Wand of Pyrotechnics|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Implements Tables","page":329}],"section":"Implements Tables","sectionIndex":1},{"type":"table","caption":"Implements - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Alchemy Jug|XDMG}"],["03–06","{@item +1 Ammunition|XDMG|Ammunition, +1}"],["07–10","{@item Bag of Holding|XDMG}"],["11–12","{@item Boots of Elvenkind|XDMG}"],["13–14","{@item Boots of Striding and Springing|XDMG}"],["15–16","{@item Boots of the Winterlands|XDMG}"],["17–18","{@item Broom of Flying|XDMG}"],["19–20","{@item Cap of Water Breathing|XDMG}"],["21–22","{@item Cloak of Elvenkind|XDMG}"],["23–24","{@item Cloak of Protection|XDMG}"],["25–26","{@item Cloak of the Manta Ray|XDMG}"],["27","{@item Decanter of Endless Water|XDMG}"],["28–30","{@item Driftglobe|XDMG}"],["31–32","{@item Dust of Disappearance|XDMG}"],["33–34","{@item Dust of Dryness|XDMG}"],["35–36","{@item Dust of Sneezing and Choking|XDMG}"],["37–38","{@item Enspelled Weapon|XDMG} (cantrip or level 1 spell)"],["39–40","{@item Eyes of Minute Seeing|XDMG}"],["41–42","{@item Eyes of the Eagle|XDMG}"],["43–44","{@item Gloves of Missile Snaring|XDMG}"],["45–46","{@item Gloves of Swimming and Climbing|XDMG}"],["47–48","{@item Gloves of Thievery|XDMG}"],["49–50","{@item Goggles of Night|XDMG}"],["51","{@item Hag Eye|XDMG}"],["52–54","{@item Helm of Comprehending Languages|XDMG}"],["55","{@item Immovable Rod|XDMG}"],["56–57","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Doss Lute|XDMG|Doss lute}, {@item Instrument of the Bards, Fochlucan Bandore|XDMG|Fochlucan bandore}, or {@item Instrument of the Bards, Mac-Fuirmidh Cittern|XDMG|Mac-Fuirmidh cittern})"],["58–59","{@item Lantern of Revealing|XDMG}"],["60–61","{@item Nature's Mantle|XDMG}"],["62–63","{@item Oil of Slipperiness|XDMG}"],["64–65","{@item Pipes of Haunting|XDMG}"],["66–67","{@item Pipes of the Sewers|XDMG}"],["68–71","{@item Potion of Growth|XDMG}"],["72–80","{@item Potion of Greater Healing|XDMG|Potion of Healing (greater)}"],["81–84","{@item Potion of Water Breathing|XDMG}"],["85–86","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Anchor|XDMG|anchor}, {@item Quaal's Feather Token, Fan|XDMG|fan}, or {@item Quaal's Feather Token, Tree|XDMG|tree})"],["87–88","{@item Ring of Jumping|XDMG}"],["89–90","{@item Ring of Swimming|XDMG}"],["91–92","{@item Ring of Warmth|XDMG}"],["93–94","{@item Robe of Useful Items|XDMG}"],["95–96","{@item Rope of Climbing|XDMG}"],["97–98","{@item Stone of Good Luck|XDMG}"],["99–00","{@item Wand of Secrets|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Implements Tables","page":329}],"section":"Implements Tables","sectionIndex":2},{"type":"table","caption":"Implements - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item +2 Ammunition|XDMG|Ammunition, +2}"],["05–08","{@item Bag of Beans|XDMG}"],["09–12","{@item Belt of Dwarvenkind|XDMG}"],["13–16","{@item Boots of Levitation|XDMG}"],["17–20","{@item Boots of Speed|XDMG}"],["21–24","{@item Chime of Opening|XDMG}"],["25–28","{@item Dimensional Shackles|XDMG}"],["29–32","{@item Enspelled Weapon|XDMG} (level 2 or 3 spell)"],["33–36","{@item Folding Boat|XDMG}"],["37–40","{@item Glamoured Studded Leather|XDMG}"],["41–44","{@item Heward's Handy Haversack|XDMG}"],["45–48","{@item Horseshoes of Speed|XDMG}"],["49–52","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Canaith Mandolin|XDMG|Canaith mandolin} or {@item Instrument of the Bards, Cli Lyre|XDMG|Cli lyre})"],["53–56","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Awareness|XDMG|awareness})"],["57–60","{@item Portable Hole|XDMG}"],["61–64","{@item Potion of Diminution|XDMG}"],["65–68","{@item Potion of Gaseous Form|XDMG}"],["69–76","{@item Potion of Superior Healing|XDMG|Potion of Healing (superior)}"],["77–80","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Bird|XDMG|bird}, {@item Quaal's Feather Token, Swan Boat|XDMG|swan boat}, or {@item Quaal's Feather Token, Whip|XDMG|whip})"],["81–84","{@item Ring of Evasion|XDMG}"],["85–88","{@item Ring of Free Action|XDMG}"],["89–92","{@item Rope of Entanglement|XDMG}"],["93–96","{@item Staff of Healing|XDMG}"],["97–00","{@item Wand of Enemy Detection|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Implements Tables","page":329}],"section":"Implements Tables","sectionIndex":3},{"type":"table","caption":"Implements - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–07","{@item +3 Ammunition|XDMG|Ammunition, +3}"],["08–14","{@item Bag of Devouring|XDMG}"],["15–21","{@item Carpet of Flying|XDMG}"],["22–28","{@item Enspelled Weapon|XDMG} (level 4 or 5 spell)"],["29–35","{@item Horseshoes of a Zephyr|XDMG}"],["36–42","{@item Instrument of the Bards, Anstruth Harp|XDMG|Instrument of the Bards (Anstruth harp)}"],["43–49","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Agility|XDMG|agility})"],["50–56","{@item Lute of Thunderous Thumping|XDMG}"],["57–63","{@item Manual of Quickness of Action|XDMG}"],["64–70","{@item Nolzur's Marvelous Pigments|XDMG}"],["71–77","{@item Potion of Flying|XDMG}"],["78–86","{@item Potion of Supreme Healing|XDMG|Potion of Healing (supreme)}"],["87–93","{@item Potion of Speed|XDMG}"],["94–00","{@item Tome of Leadership and Influence|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Implements Tables","page":329}],"section":"Implements Tables","sectionIndex":4},{"type":"table","caption":"Implements - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–17","{@item Enspelled Weapon|XDMG} (level 6, 7, or 8 spell)"],["18–34","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Ollamh Harp|XDMG|Ollamh harp})"],["35–54","{@item Sovereign Glue|XDMG}"],["55–70","{@item Sphere of Annihilation|XDMG}"],["71–83","{@item Talisman of the Sphere|XDMG}"],["84–00","{@item Universal Solvent|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Implements Tables","page":329}],"section":"Implements Tables","sectionIndex":5}],"chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"type":"tableGroup","name":"Random Magic Items - Relics","source":"XDMG","page":330,"tables":[{"type":"table","caption":"Relics - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–08","{@item Ear Horn of Hearing|XDMG}"],["09–28","{@item Potion of Healing|XDMG}"],["29–36","{@item Pot of Awakening|XDMG}"],["37–44","{@item Ruby of the War Mage|XDMG}"],["45–52","{@item Shield of Expression|XDMG}"],["53–60","{@item Smoldering Armor|XDMG}"],["61–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Cantrip)|XDMG|cantrip} or {@item Spell Scroll (Level 1)|XDMG|level 1} spell)"],["81–90","{@item Staff of Adornment|XDMG}"],["91–00","{@item Staff of Flowers|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Relics Tables","page":330}],"section":"Relics Tables","sectionIndex":1},{"type":"table","caption":"Relics - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","{@item Enspelled Staff|XDMG} (cantrip or level 1 spell)"],["06–10","{@item Keoghtom's Ointment|XDMG}"],["11–15","{@item Mariner's Armor|XDMG}"],["16–20","{@item Nature's Mantle|XDMG}"],["21–25","{@item Pearl of Power|XDMG}"],["26–30","{@item Periapt of Health|XDMG}"],["31–35","{@item Periapt of Wound Closure|XDMG}"],["36–40","{@item Potion of Animal Friendship|XDMG}"],["41–55","{@item Potion of Greater Healing|XDMG|Potion of Healing (greater)}"],["56–60","{@item Potion of Resistance|XDMG}"],["61–65","{@item Ring of Water Walking|XDMG}"],["66–70","{@item Sending Stones|XDMG}"],["71–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 2)|XDMG|level 2} or {@item Spell Scroll (Level 3)|XDMG|level 3} spell)"],["81–85","{@item Staff of the Adder|XDMG}"],["86–90","{@item Staff of the Python|XDMG}"],["91–95","{@item Wand of Magic Detection|XDMG}"],["96–00","{@item +1 Wand of the War Mage|XDMG|Wand of the War Mage, +1}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Relics Tables","page":330}],"section":"Relics Tables","sectionIndex":2},{"type":"table","caption":"Relics - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item Amulet of Health|XDMG}"],["04–07","{@item +1 Armor|XDMG|Armor, +1}"],["08–09","{@item Bowl of Commanding Water Elementals|XDMG}"],["10–11","{@item Brazier of Commanding Fire Elementals|XDMG}"],["12–13","{@item Censer of Controlling Air Elementals|XDMG}"],["14–16","{@item Elixir of Health|XDMG}"],["17–19","{@item Enspelled Staff|XDMG} (level 2 or 3 spell)"],["20–22","{@item Horn of Blasting|XDMG}"],["23–25","{@item Horn of Valhalla|XDMG} ({@item Horn of Valhalla, Brass|XDMG|brass} or {@item Horn of Valhalla, Silver|XDMG|silver})"],["26–28","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Reserve|XDMG|reserve} or {@item Ioun Stone, Sustenance|XDMG|sustenance})"],["29–31","{@item Mace of Disruption|XDMG}"],["32–34","{@item Mace of Smiting|XDMG}"],["35–37","{@item Mace of Terror|XDMG}"],["38–40","{@item Necklace of Prayer Beads|XDMG}"],["41–43","{@item Periapt of Proof against Poison|XDMG}"],["44–51","{@item Potion of Superior Healing|XDMG|Potion of Healing (superior)}"],["52–54","{@item Ring of Animal Influence|XDMG}"],["55–58","{@item Ring of Resistance|XDMG}"],["59–61","{@item Ring of Spell Storing|XDMG}"],["62–65","{@item Scroll of Protection|XDMG}"],["66–73","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 4)|XDMG|level 4} or {@item Spell Scroll (Level 5)|XDMG|level 5} spell)"],["74–76","{@item Staff of Charming|XDMG}"],["77–79","{@item Staff of Healing|XDMG}"],["80–82","{@item Staff of Swarming Insects|XDMG}"],["83–85","{@item Staff of the Woodlands|XDMG}"],["86–88","{@item Staff of Withering|XDMG}"],["89–90","{@item Stone of Controlling Earth Elementals|XDMG}"],["91–93","{@item Tentacle Rod|XDMG}"],["94–96","{@item Wand of Paralysis|XDMG}"],["97–00","{@item +2 Wand of the War Mage|XDMG|Wand of the War Mage, +2}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Relics Tables","page":330}],"section":"Relics Tables","sectionIndex":3},{"type":"table","caption":"Relics - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","{@item +2 Armor|XDMG|Armor, +2}"],["06–10","{@item Candle of Invocation|XDMG}"],["11–15","{@item Cauldron of Rebirth|XDMG}"],["16–20","{@item Enspelled Staff|XDMG} (level 4 or 5 spell)"],["21–25","{@item Horn of Valhalla, Bronze|XDMG|Horn of Valhalla (bronze)}"],["26–30","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Insight|XDMG|insight})"],["31–35","{@item Manual of Bodily Health|XDMG}"],["36–43","{@item Potion of Supreme Healing|XDMG|Potion of Healing (supreme)}"],["44–50","{@item Potion of Vitality|XDMG}"],["51–55","{@item Rod of Alertness|XDMG}"],["56–65","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 6)|XDMG|level 6}, {@item Spell Scroll (Level 7)|XDMG|level 7}, or {@item Spell Scroll (Level 8)|XDMG|level 8} spell)"],["66–70","{@item Spirit Board|XDMG}"],["71–75","{@item Staff of Fire|XDMG}"],["76–80","{@item Staff of Frost|XDMG}"],["81–85","{@item Staff of Striking|XDMG}"],["86–90","{@item Staff of Thunder and Lightning|XDMG}"],["91–95","{@item Tome of Understanding|XDMG}"],["96–00","{@item +3 Wand of the War Mage|XDMG|Wand of the War Mage, +3}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Relics Tables","page":330}],"section":"Relics Tables","sectionIndex":4},{"type":"table","caption":"Relics - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–08","{@item Armor of Invulnerability|XDMG}"],["09–18","{@item +3 Armor|XDMG|Armor, +3}"],["19–27","{@item Enspelled Staff|XDMG} (level 6, 7, or 8 spell)"],["28–36","{@item Holy Avenger|XDMG}"],["37–45","{@item Horn of Valhalla, Iron|XDMG|Horn of Valhalla (iron)}"],["46–54","{@item Rod of Resurrection|XDMG}"],["55–63","{@item Scarab of Protection|XDMG}"],["64–72","{@item Scroll of Titan Summoning|XDMG}"],["73–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 9)|XDMG|level 9} spell)"],["81–90","{@item Talisman of Pure Good|XDMG}"],["91–00","{@item Talisman of Ultimate Evil|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Relics Tables","page":330}],"section":"Relics Tables","sectionIndex":5}],"chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"type":"tableGroup","name":"Tables; Weather","tables":[{"type":"table","caption":"Weather","colLabels":["1d20","Temperature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–14","Normal for the season"],["15–17","{@dice 1d4 × 10} degrees Fahrenheit colder"],["18–20","{@dice 1d4 × 10} degrees Fahrenheit hotter"]]},{"type":"table","colLabels":["1d20","Wind","Precipitation"],"colStyles":["col-2 text-center","col-2","col-8"],"rows":[["1–12","None","None"],["13–17","Light","Light rain or light snowfall"],["18–20","Strong","Heavy rain or heavy snowfall"]]}],"source":"XScreen","chapter":{"name":"DM Screen","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} 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":"Stagefright's Lines","page":250,"colLabels":["1d80","Line"],"colStyles":["col-1 text-center","col-11 text-center"],"rows":[[1,"Did you speak? I thought 'twas the braying of an ass."],[2,"Not even otyughs would dine on this."],[3,"Am I to make pie from these crumbs?"],[4,"Are you the lord here? I bring dark tidings from afar."],[5,"You would make a mistress of the moon, if it shone on you."],[6,"You have lit my lantern wick, that's for sure! I am aflame."],[7,"You! Fetch my steed!"],[8,"'Tis said that in Veluna they eat such things."],[9,"Careful, whelp. Far greater than thou hath perished for less."],[10,"Hold on to thy seat. This trail has more bumps to come!"],[11,"I feel I have inherited much from this meeting."],[12,"Stop saying that! Are you a fool?"],[13,"From this wound I shall not recover. You have slain me."],[14,"Let us dance in the whistling wind!"],[15,"You dare speak of this, rascal?"],[16,"On the contrary, I acknowledge all your faults."],[17,"My liege, he's dead."],[18,"It seems we are in a bit of a pickle."],[19,"No, master! He turned to stone."],[20,"But I am your son!"],[21,"Murder! Oh, murder!"],[22,"Hurts, doesn't it?"],[23,"This portends an unpleasant day."],[24,"What manner of ghoul is this I see before me?"],[25,"Knaves, footpads, and liars. I am in good company!"],[26,"Even a beholder wouldn't have seen that one coming!"],[27,"This truly is the worst outcome."],[28,"Tomorrow, at sunrise, I shall no longer be here."],[29,"Hurry! 'Tis best I die quickly."],[30,"Lend me your hand. There is something I must show you."],[31,"I would not wish you upon a toad."],[32,"You beastly little imp!"],[33,"Oh, let us make merry again soon!"],[34,"Night comes, and we must away!"],[35,"I smell a foul wind."],[36,"Tomorrow should dawn merrier."],[37,"My hope is shriveled like a grape. Let us make wine of it!"],[38,"Tell me what I must do."],[39,"Speak only good news! My mood is leaden."],[40,"I think I'll hide in the chimney."],[41,"Enough! I shall not be kicked by any mule!"],[42,"An unnecessary footnote, you are."],[43,"I would tear the world in two for a quaff."],[44,"How now, friend. Why the long face?"],[45,"I shall make a banquet of your dreams."],[46,"Hush, my sweet dumpling."],[47,"We danced too long; now all the music is gone."],[48,"Such humor. I can barely hold my sides."],[49,"Who goes there, on this woebegone, rain-lashed night?"],[50,"The words catch in my throat. I cannot speak them!"],[51,"That is a goatish look you have upon your face."],[52,"Is that a hoot or a growl? It chills my blood!"],[53,"A tailor could not sew a finer lie."],[54,"Silence, piglet! You have squealed enough."],[55,"This dream shall soon end."],[56,"As for this one: let your sword speak."],[57,"A runt has no place among giants."],[58,"Perhaps I shall have that drink, after all."],[59,"Awake! The time is upon us."],[60,"Strange bedfellows, these ones."],[61,"I have a wicked thought, if you will hear it."],[62,"Well, here is a serpent!"],[63,"Two truths told. A lie is sure to follow."],[64,"I warn you: my patience has sunk."],[65,"It seems I am betrayed."],[66,"Have you met my husband?"],[67,"Bar the door! They're here!"],[68,"Let me answer this one."],[69,"I shall not rest 'til the deed is done."],[70,"My enemies are dead, yet I hunger still."],[71,"This is no night for joy."],[72,"See, 'twas I all along!"],[73,"Here's some gristle to chew upon."],[74,"I feel like a giant stepped on my head."],[75,"All is lost! No prayer can save us now!"],[76,"Oh, for a sword!"],[77,"What malice are you planning?"],[78,"What fresh horror is this?"],[79,"Something stirs below."],[80,"See! I blush red as a radish."]],"name":"Stagefright's Lines","source":"WBtW","chapter":{"name":"Stagefright's Lines","ordinal":{"type":"appendix","identifier":"E"},"index":10}},{"caption":"Summoned Underlings","colLabels":["Archdevil","Underlings Summoned"],"colStyles":["col-6","col-6"],"rows":[["{@creature Asmodeus|CoA}","Any devil, including another archdevil"],["{@creature Baalzebul|CoA}","{@dice 1d6} allied {@creature horned devil||horned devils}, {@dice 1d4} allied {@creature ice devil||ice devils}, or 1 allied {@creature pit fiend}"],["{@creature Bel|CoA}","{@dice 1d6} {@creature bearded devil||bearded devils}"],["{@creature Belial|CoA}","{@dice 1d2} {@creature bone devil||bone devils}"],["{@creature Dispater|CoA}","1 {@creature pit fiend}"],["{@creature Fierna|CoA}","{@dice 1d6} {@creature bearded devil||bearded devils}"],["{@creature Glasya|CoA}","{@dice 1d2} {@creature erinyes}"],["{@creature Levistus|CoA}","1 {@creature pit fiend}"],["{@creature Mammon|CoA}","{@dice 1d2} {@creature bone devil||bone devils}"],["{@creature Mephistopheles|CoA}","{@dice 1d4} {@creature ice devil||ice devils}"],["{@creature Zariel|CoA}","{@dice 1d6} {@creature bearded devil||bearded devils}"]],"name":"Archdevil Lair Action List; Summoned Underlings","page":214,"source":"CoA","chapter":{"name":"Lords of the Nine","ordinal":{"type":"appendix","identifier":"A"},"index":13}},{"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}"]]}],["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}"]]}],["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","isNameGenerator":true,"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":"Automatons and Vehicles","page":12,"source":"PSK","chapter":{"name":"The World of Kaladesh","index":1}},{"page":39,"isStriped":false,"colStyles":["col-4 text-enter","col-8"],"rows":[[{"type":"image","href":{"type":"internal","path":"book/PSA/017.webp"},"credit":"Jonas De Ro","width":155,"height":153},{"type":"entries","name":"Amonkhet","entries":["Five deadly trials await the people of this plane as they hope for a glorious death—and eternal glory in the afterlife. But their true fate lies in the hands of the sinister Nicol Bolas."],"id":"014"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/018.webp"},"credit":"James Paick","width":137,"height":137},{"type":"entries","name":"Dominaria","entries":["Home to the volcanic continent of Shiv, the time-shattered isle of Tolaria, and the cold mountains of Keld, Dominaria is the setting for brutal conflicts and home to powerful mages."],"id":"015"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/019.webp"},"credit":"Jung Park","width":151,"height":151},{"type":"entries","name":"Innistrad","entries":["For centuries, the archangel Avacyn and her hosts protected the humans of Innistrad from the terrors of the night. But then she turned on the people she was supposed to protect as an alien madness seized the plane."],"id":"016"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/020.webp"},"credit":"Daniel Ljunggren","width":150,"height":150},{"type":"entries","name":"Kaladesh","entries":["Kaladesh is a vibrant, beautiful land in the midst of an inventors' renaissance, teeming with creativity and optimism."],"id":"017"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/021.webp"},"credit":"Tomasz Jedruszek","width":151,"height":151},{"type":"entries","name":"New Phyrexia","entries":["Once known as Mirrodin, this metallic plane has been transformed by the vile Phyrexian corruption. Its natives fought and lost the war for their world, and now struggle to survive each day."],"id":"018"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/022.webp"},"credit":"Richard Wright","width":152,"height":150},{"type":"entries","name":"Ravnica","entries":["This worldwide cityscape holds countless grand halls, decrepit slums, and ancient ruins. Ten guilds maintain an uneasy peace in governing the various aspects of life in the majestic city."],"id":"019"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/023.webp"},"credit":"John Severin Brassell","width":150,"height":151},{"type":"entries","name":"Shandalar","entries":["Rich with mana, Shandalar is a place where magic flows freely. Planeswalkers seek out this plane for its plentiful, powerful magic."],"id":"01a"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/024.webp"},"credit":"Jung Park","width":151,"height":150},{"type":"entries","name":"Theros","entries":["Theros is ruled by an awe-inspiring pantheon of gods. Mortals tremble before them, feel the sting of their petty whims, and live in terror of their wrath."],"id":"01b"}],[{"type":"image","href":{"type":"internal","path":"book/PSA/025.webp"},"credit":"Sam Burley","width":151,"height":151},{"type":"entries","name":"Zendikar","entries":["This land of primal mana is slowly recovering from the unnatural disaster of colossal predators from the Aether rampaging across the plane."],"id":"01c"}]],"name":"Appendix: Planeswalkers and the Multiverse","source":"PSA","chapter":{"name":"Planeswalkers and the Multiverse","ordinal":{"type":"appendix"},"index":5}},{"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":"Selling a Magic Item; 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":"Selling a Magic Item; 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":"Work; 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-1 text-center","col-11"],"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; 1","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":"Four Peoples, One Party; 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":"Four Peoples, One Party; 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","{@b Strength.} In life as in war, the stronger force wins."]],"name":"Legion of Dusk; 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":"Legion of Dusk; 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":"Brazen Coalition; 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":"Brazen Coalition; 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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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":"The Colors of Magic","ordinal":{"type":"appendix"},"index":5}},{"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"]],"footnotes":["*Appears in {@book Xanathar's Guide to Everything|XGE}"],"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":2}},{"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":2}},{"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","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":2}},{"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":2}},{"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":2}},{"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.\" ({@i 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.\" ({@i 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.\" ({@i Song of All}, Canto 167)"],["4","{@b Reason.} \"Reason must be retained. If the web of Reason comes unwoven, madness will escape.\" ({@i 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.\" ({@i 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":3}},{"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":3}},{"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":3}},{"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":3}},{"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":3}},{"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":4}},{"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":4}},{"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":4}},{"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":4}},{"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":4}},{"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":5}},{"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":5}},{"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":5}},{"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":6}},{"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":6}},{"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":7}},{"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":7}},{"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":7}},{"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":7}},{"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":7}},{"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":8}},{"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":8}},{"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":8}},{"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":8}},{"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":8}},{"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":[["{@class barbarian||Path of the Ancestral Guardian|Ancestral Guardian|XGE}*","Gruul"],["{@class barbarian||Path of the Berserker|Berserker}","Gruul, {@creature Rakdos|GGR}"],["{@class barbarian||Path of the Storm Herald|Storm Herald|XGE}*","Gruul"],["{@class barbarian||Path of the Totem Warrior|Totem Warrior}","Gruul"],["{@class barbarian||Path of the Zealot|Zealot|XGE}*","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":[["{@class bard||College of Glamour|Glamour|XGE}*","Selesnya"],["{@class bard||College of Lore|Lore}","Azorius, Selesnya"],["{@class bard||College of Swords|Swords|XGE}*","{@creature Rakdos|GGR}"],["{@class bard||College of Valor|Valor}","{@creature Rakdos|GGR}"],["{@class bard||College of Whispers|Whispers|XGE}*","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":[["{@class cleric||Forge Domain|Forge|XGE}*","Boros"],["{@class cleric||Knowledge Domain|Knowledge}","Azorius"],["{@class cleric||Life Domain|Life}","Boros, Selesnya"],["{@class cleric||Light Domain|Light}","Boros"],["{@class cleric||Nature Domain|Nature}","Selesnya"],["{@class cleric||Order Domain|Order|TCE}**","Azorius, Orzhov"],["{@class cleric||Tempest Domain|Tempest}","Gruul"],["{@class cleric||Trickery Domain|Trickery}","Dimir"],["{@class cleric||War Domain|War}","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":[["{@class druid||Circle of Dreams|Dreams|XGE}*","Selesnya"],["{@class druid||Circle of Spores|Spores|TCE}**","Golgari"],["{@class druid||Circle of the Land|Land}","Golgari (forest, swamp, Underdark), Selesnya (forest, grassland), Simic (coast, forest)"],["{@class druid||Circle of the Moon|Moon}","Gruul"],["{@class druid||Circle of the Shepherd|Shepherd|XGE}*","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":[["{@class fighter||Arcane Archer|Arcane Archer|XGE}*","Selesnya"],["{@class fighter||Battle Master|Battle MAster}","Azorius, Boros, Orzhov, Selesnya"],["{@class fighter||Cavalier|Cavalier|XGE}*","Azorius, Boros"],["{@class fighter||Champion|Champion}","Azorius, Boros, Golgari, Gruul, Orzhov, {@creature Rakdos|GGR}, Selesnya, Simic"],["{@class fighter||Eldritch Knight|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":[["{@class monk||Way of Shadow|Shadow}","Dimir"],["{@class monk||Way of the Four Elements|Four Elements}","Simic (focus on water- and air-related disciplines)"],["{@class monk||Way of the Open Hand|Open Hand}","Selesnya, Simic"],["{@class monk||Way of the Sun Soul|Sun Soul|XGE}*","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":[["{@class Paladin||Oath of Conquest|Conquest|XGE}*","Orzhov"],["{@class Paladin||Oath of Devotion|Devotion}","Boros"],["{@class Paladin||Oath of Redemption|Redemption|XGE}*","Selesnya"],["{@class Paladin||Oath of the Ancients|Ancients}","Selesnya"],["{@class Paladin||Oath of Vengeance|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":[["{@class ranger||Beast Master|Beast Master}","Golgari (prefer insects and reptiles), Gruul (prefer fierce beasts), Selesnya (prefer wolves)"],["{@class ranger||Gloom Stalker|Gloom Stalker|XGE}*","Golgari"],["{@class ranger||Hunter|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":[["{@class Rogue||Arcane Trickster|Arcane Trickster}","Dimir"],["{@class Rogue||Assassin|Assassin}","Dimir, Golgari, Orzhov"],["{@class Rogue||Inquisitive|Inquisitive|XGE}*","Azorius, Dimir"],["{@class Rogue||Mastermind|Mastermind|XGE}*","Dimir"],["{@class Rogue||Scout|Scout|XGE}*","Gruul"],["{@class Rogue||Swashbuckler|Swashbuckler|XGE}*","{@creature Rakdos|GGR}"],["{@class Rogue||Thief|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":[["{@class Sorcerer||Divine Soul|Divine Soul|XGE}*","Boros"],["{@class Sorcerer||Draconic Bloodline|Draconic}","Izzet"],["{@class Sorcerer||Shadow Magic|Shadow|XGE}*","Dimir"],["{@class Sorcerer||Storm Sorcery|Storm|XGE}*","Izzet"],["{@class Sorcerer||Wild Magic|Wild}","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":[["{@class Warlock||The Archfey|Archfey}","Selesnya"],["{@class Warlock||The Celestial|Celestial|XGE}*","Boros"],["{@class Warlock||The Fiend|Fiend}","{@creature Rakdos|GGR}"],["{@class Warlock||The Great Old One|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":[["{@class Wizard||School of Abjuration|Abjuration}","Azorius, Orzhov"],["{@class Wizard||School of Conjuration|Conjuration}","Izzet, Simic"],["{@class Wizard||School of Divination|Divination}","Azorius, Dimir, Orzhov"],["{@class Wizard||School of Enchantment|Enchantment}","Azorius, Dimir, Orzhov"],["{@class Wizard||School of Evocation|Evocation}","Boros, Izzet"],["{@class Wizard||School of Illusion|Illusion}","Dimir"],["{@class Wizard||School of Necromancy|Necromancy}","Golgari, Orzhov"],["{@class Wizard||School of Transmutation|Transmutation}","Izzet, Simic"],["{@class Wizard||War Magic|War|XGE}*","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}},{"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":"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":"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} 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} 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} 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}. {@quickref Cover||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 {@hazard brown mold}, {@hazard green slime}, or {@hazard yellow mold} lies nearby. "],["6","A group of friendly explorers crosses the player characters' path. The explorers have {@dice 2d4} goods for sale that cost 1 gp or less, which you can select from the {@table Adventuring Gear|PHB} 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 {@status 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 {@quickref Cover||3||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 {@quickref Cover||3||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} 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}","{@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 Shagglecran","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 Moonblade}","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 Windheim, {@creature Nauk|MaBJoV}","Mercenaries and War","Work for the world's most feared mercenaries."],["6","Harpers","{@creature Jaheira|MaBJoV|Jaheira, Vellin Farstride}","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","{@creature Farastu Stalker|mabjov} 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":"Waukeen's Promenade (Area A3); 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 (Area A17); 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 (Area B21); 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":"High House of Wonders (Area B11); 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","Victims hunted by a {@creature Wolfwere|MaBJoV} in the Black Branches"],["4","A {@creature Skeleton warrior|MaBJoV} seeking to punish one who has transgressed against {@creature Jon Irenicus|MaBJoV}"],["5","{@creature Sword spider|MaBJoV|Sword spiders} prowling 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":"House of the Horn (Area S4); 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 (Area S4); 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":"House of the Horn (Area S4); 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","An {@creature Achaierai|MaBJoV} band hunting for vengeance"],["2","{@creature Kelubar Consul|mabjov|Kelubar Consuls} 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","A war band of eight {@creature drow} led by a {@creature drow mage}"],["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":"Trade Center (Area U13); 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":"Trade Center (Area U13); 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":"Aboleth Bowl (Area U15); 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","Mercenary. 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","Zoologist. 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 newly discovered Netherese ruins. Bring back any secrets found"],["4","Evil Magic User. Defeat a {@creature necromancer wizard|mpmm} or {@creature 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","{@creature Needle Blight||Needle Blights}"],["Mythal paths","Myth Rynn in the forest of Tethyr or Myth Drannor in the forest of Cormanthor","1","{@creature Quickling|mpmm|Quicklings}"],["The unicorn run","The Star Mounts or the Grandfather Tree in the High Forest","3","{@creature Displacer Beast||Displacer beasts}"],["Forest pool to the Feywild","The fens bordering the Summer Court","5","{@creature Ettercap||Ettercaps} and {@creature Giant Spider||giant spiders}"],["Tree roots to Ysgard","The Gates of the Moon—home to the goddesses Selune and Sune","7","Lone {@creature green hag} or a coven"],["Forest paths to the Beastlands","The Grove of the Unicorns—the realm of the goddess Mielikki","7","{@creature fomorian||Fomorian giants}"],["Mushroom ring to Bytopia","Whispertree—the ancient oak tree that is home to the god Baervan Wildwanderer","7","Lone {@creature 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 table from the {@book Dungeon Master's Guide|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 Lords' 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":"Magic 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 {@book Dungeon Master's Guide|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 {@book Dungeon Master's Guide|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","one {@creature mage}, four {@creature veteran||veterans}","20"],["Seven Songs import in Athkatla","{@item Nolzur's marvelous pigments}","8,000 gp","twelve {@creature thug||thugs}, one {@creature assassin}","15"],["High House of Wonders in Baldur's Gate","{@item Apparatus of kwalish}, shield guardian control medallion","20,000 gp in art objects","two {@creature clay golem||clay golems}, one {@creature stone golem}, one {@creature iron golem}","25"],["Ducal Palace in Baldur's Gate","{@item Figurine of wondrous power}—obsidian steed","15,000 gp in platinum ingots","twelve {@creature knight||knights}, two {@creature mage||mages}","25"],["Temple of Lolth in Ust Natha","{@item Candle of invocation}","10,000 gp","six {@creature drow elite warrior||elite drow warriors}, four {@creature drow priestess of lolth||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}."]],"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} 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":"Exandrian Calendar","colLabels":["Month","Day","Holidays"],"colStyles":["col-4","col-3 text-center","col-5"],"rows":[["Horisal","29",{"type":"entries","entries":["New Dawn (1st)","Hillsgold (27th)"],"id":"012"}],["Misuthar","30","Day of Challenging (7th)"],["Dualahei","30",{"type":"entries","entries":["Renewal Festival (13th)","Wild's Grandeur (20th)"],"id":"013"}],["Thunsheer","31",{"type":"entries","entries":["Harvest's Rise (11th)","Merryfrond's Day (31st)"],"id":"014"}],["Unndilar","28",{"type":"entries","entries":["Deep Solace (8th)","Zenith (26th)"],"id":"015"}],["Brussendar","31",{"type":"entries","entries":["Artisan's Faire (15th)","Elvendawn or Midsummer (20th)"],"id":"016"}],["Sydenstar","32",{"type":"entries","entries":["Highsummer (7th)","Morn of Largesse (14th)"],"id":"017"}],["Fessuran","29","Harvest's Close (3rd)"],["Quen'pillar","27",{"type":"entries","entries":["The Hazel Festival (10th)","Civilization's Dawn (22nd)"],"id":"018"}],["Cuersaar","29",{"type":"entries","entries":["Night of Ascension (13th)","Zan's Cup (21st)"],"id":"019"}],["Duscar","32",{"type":"entries","entries":["Barren Eve (2nd)","Embertide (5th)","Winter's Crest (20th)"],"id":"01a"}]],"name":"Exandrian Calendar","page":9,"source":"TDCSR","chapter":{"name":"Welcome to Tal'Dorei","ordinal":{"identifier":1,"type":"chapter"},"index":1}},{"caption":"Prime Deities","colLabels":["Deity","Alignment","Province"],"colStyles":["col-4","col-4","col-4"],"rows":[["{@deity The Changebringer|Exandria|TDCSR|Changebringer}","Chaotic good","Change, freedom, luck"],["{@deity The Platinum Dragon|Exandria|TDCSR|Platinum Dragon}","Lawful good","Honor, justice"],["{@deity The Arch Heart|Exandria|TDCSR|Arch Heart}","Chaotic good","Art, beauty, {@book elves|TDCSR|4|elves}"],["{@deity The Lawbearer|Exandria|TDCSR|Lawbearer}","Lawful neutral","Civilization, law, peace"],["{@deity The Knowing Mentor|Exandria|TDCSR|Knowing Mentor}","Neutral","Knowledge, learning, teaching"],["{@deity The Stormlord|Exandria|TDCSR|Stormlord}","Chaotic neutral","Battle, competition, storms"],["{@deity The Wildmother|Exandria|TDCSR|Wildmother}","Neutral","Seas, wilderness"],["{@deity The All-Hammer|Exandria|TDCSR|All-Hammer}","Lawful good","Craft, creation"],["{@deity The Dawnfather|Exandria|TDCSR|Dawnfather}","Neutral good","Healing, sun"],["{@deity The Everlight|Exandria|TDCSR|Everlight}","Neutral good","Atonement, compassion"],["{@deity The Matron of Ravens|Exandria|TDCSR|Matron of Ravens}","Lawful neutral","Death, fate, winter"],["{@deity The Moonweaver|Exandria|TDCSR|Moonweaver}","Chaotic good","Illusion, moonlight, night"]],"name":"Prime Deities","page":27,"source":"TDCSR","chapter":{"name":"Allegiances of Tal'Dorei","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Betrayer Gods","colLabels":["Deity","Alignment","Province"],"colStyles":["col-4","col-4","col-4"],"rows":[["{@deity The Lord of the Hells|Exandria|TDCSR|Lord of the Hells}","Lawful evil","God of devils and the Hells"],["{@deity The Strife Emperor|Exandria|TDCSR|Strife Emperor}","Lawful evil","Conquest, tyranny"],["{@deity The Ruiner|Exandria|TDCSR}","Chaotic evil","Slaughter, warfare"],["{@deity The Spider Queen|Exandria|TDCSR|Spider Queen}","Chaotic evil","Deceit, spiders"],["{@deity The Chained Oblivion|Exandria|TDCSR|Chained Oblivion}","Chaotic evil","Darkness, destruction"],["{@deity The Scaled Tyrant|Exandria|TDCSR|Scaled Tyrant}","Lawful evil","Dragon god of evil"],["{@deity The Crawling King|Exandria|TDCSR|Crawling King}","Neutral evil","Enslavement, torture"],["{@deity The Whispered One|Exandria|TDCSR|Whispered One}","Neutral evil","Necromancy, secrets"],["{@deity The Cloaked Serpent|Exandria|TDCSR|Cloaked Serpent}","Chaotic evil","Assassins, poison, snakes"]],"name":"Betrayer Gods","page":34,"source":"TDCSR","chapter":{"name":"Allegiances of Tal'Dorei","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Lesser Idols","colLabels":["Deity","Alignment","Province"],"colStyles":["col-4","col-4","col-4"],"rows":[["{@deity Azgrah|Exandria|TDCSR}","Lawful neutral","Undying"],["{@deity Galdric|Exandria|TDCSR}","Lawful good","Celestial, Undying"],["{@deity Graz'tchar|Exandria|TDCSR}","Chaotic evil","Fiend, Hexblade"],["{@deity Khedive Xundi|Exandria|TDCSR}","Chaotic neutral","Genie"],["{@deity The Lost Beacon of Unknown Light|Exandria|TDCSR|Lost Beacon}","Neutral","Celestial"],["{@deity The Observer|Exandria|TDCSR}","Neutral good","Archfey, Celestial"],["{@deity The Sightless|Exandria|TDCSR}","Chaotic evil","Great Old One"],["{@deity The Traveler|Exandria|TDCSR}","Chaotic neutral","Archfey"],["{@deity Vesh|Exandria|TDCSR}","Neutral evil","Archfey, Undying"]],"name":"Lesser Idols","page":39,"source":"TDCSR","chapter":{"name":"Allegiances of Tal'Dorei","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cracksackle Wares","colLabels":["Item","Cost","Description"],"colStyles":["col-3","col-2","col-7"],"rows":[["{@item Dynamite|TDCSR}","100gp","This bundle of explosives can be lit and thrown up to 30 feet as an action. It explodes at the start of your next turn. Creatures and objects within 20 feet of it must make a {@dc 12} Dexterity {@quickref saving throws|PHB|2|1|saving throw}, taking {@damage 6d6} fire damage on a failed save, or half as much damage on a successful one."],["{@item Gluebomb|TDCSR}","50gp","This unique explosive can be primed and thrown up to 30 feet as an action. It explodes on impact. Creatures within 20 feet of it must make a {@dc 12} Dexterity {@quickref saving throws|PHB|2|1|saving throw} or be {@condition restrained} for 1 minute. A {@condition restrained} creature can make a {@dc 12} Strength check as an action, escaping on a success."],["{@item Stink bomb|TDCSR}","25gp","This smelly explosive can be primed and thrown up to 30 feet as an action. It explodes at the start of your next turn. Creatures within 20 feet of it must make a {@dc 12} Constitution {@quickref saving throws|PHB|2|1|saving throw} or be {@condition poisoned} for 1 minute. A creature can repeat this save at the end of each of its turns, ending the effect on itself on a success."]],"name":"Cracksackle Guildhall (Middle Slab); Cracksackle Wares","page":100,"source":"TDCSR","chapter":{"name":"Tal'Dorei Gazetteer","ordinal":{"identifier":3,"type":"chapter"},"index":3}},{"caption":"Vestiges of Divergence by Advancement","colLabels":["Item Group","Dormant","Awakened","Exalted"],"colStyles":["col-3 text-left","col-3 text-right","col-3 text-right","col-3 text-right"],"rows":[["{@item Agony|TDCSR}","{@item Agony (Dormant)|TDCSR}","{@item Agony (Awakened)|TDCSR}","{@item Agony (Exalted)|TDCSR}"],["{@item Armor of the Valiant Soul|TDCSR}","{@item Armor of the Valiant Soul (Dormant)|TDCSR}","{@item Armor of the Valiant Soul (Awakened)|TDCSR}","{@item Armor of the Valiant Soul (Exalted)|TDCSR}"],["{@item Cabal's Ruin|TDCSR}","{@item Cabal's Ruin (Dormant)|TDCSR}","{@item Cabal's Ruin (Awakened)|TDCSR}","{@item Cabal's Ruin (Exalted)|TDCSR}"],["{@item Circlet of Barbed Vision|TDCSR}","{@item Circlet of Barbed Vision (Dormant)|TDCSR}","{@item Circlet of Barbed Vision (Awakened)|TDCSR}","{@item Circlet of Barbed Vision (Exalted)|TDCSR}"],["{@item Condemner|TDCSR}","{@item Condemner (Dormant)|TDCSR}","{@item Condemner (Awakened)|TDCSR}","{@item Condemner (Exalted)|TDCSR}"],["{@item Deathwalker's Ward|TDCSR}","{@item Deathwalker's Ward (Dormant)|TDCSR}","{@item Deathwalker's Ward (Awakened)|TDCSR}","{@item Deathwalker's Ward (Exalted)|TDCSR}"],["{@item Fenthras|TDCSR}","{@item Fenthras (Dormant)|TDCSR}","{@item Fenthras (Awakened)|TDCSR}","{@item Fenthras (Exalted)|TDCSR}"],["{@item Honor's Last Stand|TDCSR}","{@item Honor's Last Stand (Dormant)|TDCSR}","{@item Honor's Last Stand (Awakened)|TDCSR}","{@item Honor's Last Stand (Exalted)|TDCSR}"],["{@item Kiss of the Changebringer|TDCSR}","{@item Kiss of the Changebringer (Dormant)|TDCSR}","{@item Kiss of the Changebringer (Awakened)|TDCSR}","{@item Kiss of the Changebringer (Exalted)|TDCSR}"],["{@item Mythcarver|TDCSR}","{@item Mythcarver (Dormant)|TDCSR}","{@item Mythcarver (Awakened)|TDCSR}","{@item Mythcarver (Exalted)|TDCSR}"],["{@item Plate of the Dawnmartyr|TDCSR}","{@item Plate of the Dawnmartyr (Dormant)|TDCSR}","{@item Plate of the Dawnmartyr (Awakened)|TDCSR}","{@item Plate of the Dawnmartyr (Exalted)|TDCSR}"],["{@item Pyremaul|TDCSR}","{@item Pyremaul (Dormant)|TDCSR}","{@item Pyremaul (Awakened)|TDCSR}","{@item Pyremaul (Exalted)|TDCSR}"],["{@item Spire of Conflux|TDCSR}","{@item Spire of Conflux (Dormant)|TDCSR}","{@item Spire of Conflux (Awakened)|TDCSR}","{@item Spire of Conflux (Exalted)|TDCSR}"],["{@item Star Razor|TDCSR}","{@item Star Razor (Dormant)|TDCSR}","{@item Star Razor (Awakened)|TDCSR}","{@item Star Razor (Exalted)|TDCSR}"],["{@item Titanstone Knuckles|TDCSR}","{@item Titanstone Knuckles (Dormant)|TDCSR}","{@item Titanstone Knuckles (Awakened)|TDCSR}","{@item Titanstone Knuckles (Exalted)|TDCSR}"],["{@item Whisper|TDCSR}","{@item Whisper (Dormant)|TDCSR}","{@item Whisper (Awakened)|TDCSR}","{@item Whisper (Exalted)|TDCSR}"],["{@item Wraps of Dyamak|TDCSR}","{@item Wraps of Dyamak (Dormant)|TDCSR}","{@item Wraps of Dyamak (Awakened)|TDCSR}","{@item Wraps of Dyamak (Exalted)|TDCSR}"]],"name":"Vestiges of Divergence by Advancement","page":200,"source":"TDCSR","chapter":{"name":"Game Master's Toolkit","ordinal":{"type":"chapter","identifier":5},"index":5}},{"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":"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":"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":"NPC Features","colStyles":["col-2","col-2","col-8"],"rows":[["{@creature Behtu|ToB1-2023}","+2 Str, +1 Dex","Fire Breath action; Bite attack; resistance to cold, fire, and lightning damage; {@sense darkvision} 60 ft.; walking speed of 20 feet, climbing speed of 20 feet; knows the Infernal and Behtu languages"],["{@creature Burrowling|ToB1-2023}","+2 Dex","Burrow Awareness and Pack Tactics traits; Bite and Claw attacks; {@sense darkvision} 60 ft.; burrowing speed of 10 feet"],["{@creature Deep One|ToB1-2023}","+2 Str, +1 Con","Amphibious and Frenzied Rage traits; Claw attack; resistance to cold damage and vulnerability to fire damage; {@sense darkvision} 120 ft.; swimming speed of 30 feet; knows the Void Speech language"],["{@creature Eonic Drifter|ToB1-2023}","+2 Int, +1 Dex","Drift Forward action; Call to the Future bonus action; proficiency in the {@skill History} skill; knows the Eonic, Giant, and Sylvan languages"],["{@creature Lemurfolk|ToB1-2023}","+2 Dex","Glide trait; Small size; {@sense darkvision} 60 ft.; walking speed of 30 feet, climbing speed of 20 feet; knows the Lemurfolk language"],["{@creature Noctiny|ToB1-2023}","+2 Cha, +1 Str","Eldritch Weapons and Magic Resistance traits; Eldritch Fury attack; immunity to the {@condition frightened} condition"],["{@creature Roachling Skirmisher|ToB1-2023|Roachling}","+2 Dex","Hardy and Unpleasant Scent traits; Small size; AC equals 11 + its Dexterity modifier; {@sense darkvision} 60 ft., {@sense tremorsense|MM} 10 ft.; walking speed of 25 feet"]],"name":"NPC Features Table; NPC Features","page":405,"source":"ToB1-2023","chapter":{"name":"Appendix: NPCs","index":2}},{"caption":"Elemental Marks","colLabels":["d6","Mark"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Small, benign motes of elemental energy, like pebbles or water droplets, float around your head."],["2","Your skin harmlessly feels blazing hot or freezing cold (your choice)."],["3","You have a faint scent reminiscent of your primordial nexus home, like petrichor, ozone, or smoke."],["4","Sparks flicker in your eyes whenever you are angry or excited."],["5","Patches of your skin are veined with stone, like marble or obsidian."],["6","Your hair ripples as if moved by an unseen current."]],"name":"Elemental Marks","page":16,"source":"BGG","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Underground Quirks","colLabels":["d6","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You've seen few colors, instead primarily experiencing the world in shades of black and white."],["2","Your eyes lack pigment and appear translucent."],["3","You vaguely recall a phenomenon called \"rain,\" during which fresh water fell from above."],["4","Your ears are used to the echo of empty caverns, and the bustling noises of the surface are distracting for you."],["5","The idea of a space with no ceiling terrifies you."],["6","You're desperate to touch a cloud. You don't know what it will feel like, but you hope it's fluffy."]],"name":"Underground Quirks","page":16,"source":"BGG","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Tall Tales","colLabels":["d6","Tall Tale Connection"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You stumbled into a giant castle in the sky when you were younger, but no one believed your story. You aim to prove them wrong."],["2","A loved one died mysteriously at sea. You swore the culprit was a sea leviathan everyone else dismissed as a myth, and you seek vindication and revenge."],["3","Stories say you're descended from a legendary giant-killer, and you strive to uphold that legacy."],["4","A city's legends claim the neighboring landscape is the work of some ancient giant sculptor or rampaging titanic beast—or is itself a sleeping giant. You seek to discover the truth of the land's origin."],["5","A relative once returned home claiming to have found a strange island inhabited by ancient, larger-than-life creatures. Because of this, your family became the town laughingstock, and you seek to redeem your family's reputation."],["6","Your sibling says giants and other enormous creatures are stories for children. You hope to slay such a creature and bring back proof of their existence out of spite."]],"name":"Tall Tales","page":17,"source":"BGG","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Huge Behaviors","colLabels":["d8","Behavior"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The giant has a pet (a {@creature panther}, a {@creature wolf}, or a {@creature giant weasel}) that sits on the giant's lap or shoulder."],["2","The giant swats at a murmuration of starlings as if it were a cloud of gnats."],["3","The giant uses a {@item dagger|PHB} as a toothpick, a {@item greatsword|PHB} as a letter opener, or a pair of {@item Javelin|PHB|javelins} as knitting needles."],["4","The giant carefully lifts Humanoids (cradling their heads to avoid injury) to see and hear them better."],["5","The giant exclaims with admiration at the fine detail and exquisite articulation of the characters' armor."],["6","The giant fidgets with the skulls of Humanoids."],["7","The giant drinks from a barrel as a human would from a waterskin."],["8","The giant takes a messy bite from a large melon held in one hand."]],"name":"Size; Huge Behaviors","page":21,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Life Spans","colLabels":["Giant Kind","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":"Age; Life Spans","page":22,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ancient Behaviors","colLabels":["d8","Behavior"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The giant addresses Humanoids as citizens of a fallen realm (equivalent to calling people in the real world \"Babylonians\")."],["2","The giant burdens conversation with irrelevant historical context."],["3","The giant is curious about minute details of fashion, slang, and popular culture among Humanoids."],["4","The giant is a hopeless procrastinator, always convinced there will be time later for any task."],["5","The giant is prone to reminiscing about friends and family members who have died."],["6","The giant is unwilling to accept any problems as truly urgent."],["7","The giant is determined to wring every possible ounce of enjoyment from each day."],["8","The giant is convinced that giants were meant to use their long lives to make a mark on the world."]],"name":"Age; Ancient Behaviors","page":22,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Loud Behaviors","colLabels":["d6","Behavior"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The giant constantly (and loudly) encourages smaller creatures to speak up."],["2","The giant's thoughtful \"hmm\" causes a rumbling vibration in the ground and the pit of listeners' stomachs."],["3","The giant's exclamation of surprise or anger briefly sets listeners' ears ringing."],["4","The giant's sneeze, snore, or sigh rattles windows or blows leaves off trees."],["5","The giant's laughter feels like a small earthquake."],["6","The giant's armor or weapons clang thunderously."]],"name":"Volume; Loud Behaviors","page":22,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Proud Behaviors","colLabels":["d8","Behavior"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The giant ignores smaller creatures unless they offer the giant obeisance and flattery."],["2","The giant refuses to bend over, sit, or kneel in the presence of smaller creatures."],["3","The giant ignores the names of smaller creatures, referring to them with generic labels (such as \"human\" or \"armor shaker\")."],["4","The giant's first reaction to smaller creatures—even when threatened or presented with a terrible problem—is laughter."],["5","The giant constantly demeans or patronizes smaller creatures, calling them \"tiny,\" \"insignificant,\" \"babies,\" \"pests,\" \"vermin,\" or similar terms."],["6","The giant won't speak any language but Giant."],["7","The giant erupts in rage at the slightest sign of insult or disrespect from a smaller creature."],["8","The giant addresses smaller creatures in a tone that drips with condescension and refuses to take them seriously."]],"name":"Pride; Proud Behaviors","page":22,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Giants' Names","colLabels":["d10","Hill","Stone","Frost","Fire","Cloud","Storm"],"colStyles":["col-1-8 text-center","col-1-7","col-1-7","col-1-7","col-1-7","col-1-7","col-1-7"],"rows":[["1","Adj","Brunnar","Estia","Ashvalk","Alastrah","Adana"],["2","Bor","Delveni","Flakkar","Askavar","Cressaro","Bullrak"],["3","Cug","Frasta","Grugnur","Brasalag","Eigeron","Eblixten"],["4","Dop","Kragsten","Gurdrim","Brimskarda","Kaaltar","Mirran"],["5","Gug","Maddag","Jokalla","Glodden","Lissia","Nym"],["6","Kru","Olhuud","Kallen","Osaglod","Messet","Orlekto"],["7","Moog","Pashka","Luskig","Snurre","Mollen","Serissa"],["8","Noad","Ralden","Rimna","Svavehild","Nedimma","Shaldoor"],["9","Paff","Steyras","Storvald","Tartha","Santar","Uthor"],["10","Tig","Thonna","Thryggid","Zaltasker","Thullen","Vaasha"]],"name":"Giants' Names","page":23,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Giants and the Ordning","colLabels":["d10","Ranking","Status"],"colStyles":["col-2 text-center","col-2","col-8"],"rows":[["1","High","Very protective of that high status and angling to get even higher"],["2","High","Hoping to improve but not doing much to pursue an increase in status"],["3","High","Unconcerned with maintaining that status"],["4","Medium","On the rise"],["5","Medium","Contented"],["6","Medium","In a state of decline"],["7","Low","Despairing after years of steady decline"],["8","Low","Desperate to improve"],["9","Low","Resigned to that status"],["10","Outcast","Shunned by giant society"]],"name":"Giants and the Ordning","page":24,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cloud Giant Wealth","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cloud giant seeks to gain wealth by investing in an adventuring party (perhaps giving the characters magic items or other valuables) in exchange for a share of the party's rewards."],["2","A cloud giant hosts an art gala in a cloud castle to display their wealth, providing an opportunity for the characters to retrieve an important magic item from the giant's collection."],["3","Wishing to one-up rivals, a cloud giant seeks adventurers to hunt exotic monsters for a lavish banquet."],["4","With two nations on the brink of war, the characters discover cloud giants are betting on the outcome—and at least one giant is meddling behind the scenes to increase the likelihood of one side winning."],["5","A cloud giant who recently lost a large amount of money on bad bets tries to recoup those losses by plundering a royal treasury or the adventurers' stronghold."],["6","A cloud giant offers to buy the adventurers' services as an extravagant (and useful) gift for another giant."]],"name":"The Ordning; Cloud Giant Wealth","page":24,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Fire Giant Skill","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fire giant demands payments from miners transporting a rare ore through a mountain pass. The miners seek adventurers to intervene."],["2","The characters acquire a broken magic weapon that only a renowned fire giant smith can repair."],["3","The characters find a giant-crafted sword—a magical masterpiece; when word of their find gets out, the artisan's descendants come looking for the sword."],["4","When the characters' enemies take refuge in a giant-built ruin, an ambitious fire giant offers to help the characters get inside in return for a share of the treasure."],["5","A fire giant captures a renowned Humanoid smith in the hope of learning a new technique, and the smith's spouse begs the adventurers to help."],["6","A fire giant offers adventurers an extravagant sum for metal ore retrieved from another plane of existence."]],"name":"The Ordning; Fire Giant Skill","page":24,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Frost Giant Might","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Planning to claim all the credit, a frost giant seeks the help of powerful adventurers to defeat a foe the giant could never handle alone."],["2","A frost giant wants help obtaining a {@item manual of gainful exercise} believed to be in a dragon's hoard."],["3","A low-ranking frost giant prefers to be surrounded with weaker creatures and so leads a band of Humanoid brigands. A merchant council asks for aid against them."],["4","A frost giant keeps a defeated foe's head as a trophy; the foe's family wants justice—and the head back—and asks adventurers for help."],["5","Two groups of frost giants meet near a mountain pass. When their wrestling matches cause avalanches, travelers who rely on the pass ask for help."],["6","A frost giant destroys works of Humanoid construction—such as bridges, barns, and walls—as a show of strength. Affected farmers beg for help."]],"name":"The Ordning; Frost Giant Might","page":24,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Stone Giant Artistry","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A stone giant has been throwing stones near a city in the mountains. The mayor seeks help to protect the city from the destructive effects of the boulders."],["2","A famous Humanoid sculptor attracts stone giants to the sculptor's town. The struggling town seeks protection from the rowdy giants, who thoughtlessly cause great damage because they believe they're in the dream world."],["3","The characters' discovery of a huge, raw onyx attracts the attention of a stone giant who wants to carve the stone."],["4","A stone giant traveler hones their skills by carving a relief into a city's walls. The city's rulers and masons beg for help."],["5","Characters traveling underground encounter feuding stone giants who accuse each other of destroying their artwork; the characters can end the feud by finding the actual vandal (perhaps a third giant, a group of duergar, or an unwitting {@creature umber hulk})."],["6","A stone giant tries to manipulate characters into killing a fierce rival."]],"name":"The Ordning; Stone Giant Artistry","page":24,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Rejecting the Ordning","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A giant wanders into a settlement of Humanoids looking for an opportunity to use talents the giant's kin do not value, but the giant is greeted with suspicion and hostility. The giant seeks adventurers to help negotiate peace with the settlement."],["2","Characters must find a wise giant who has pursued specialized knowledge instead of excellence within the ordning."],["3","A giant tries to use the characters as pawns in a scheme to subvert the ordning and increase the giant's status."],["4","A charismatic leader gathers giants of different kinds into a mighty war band, intending to conquer and settle lands inhabited by Humanoids who seek adventurers' protection."],["5","A {@creature storm giant} asks adventurers to kill a revolutionary before the ordning is irrevocably disrupted."],["6","A family of giants joined a cult of Elemental Evil and quickly took over the leadership, sorting its membership into a new hierarchy and creating dissension within the ranks—which the adventurers can use as they try to foil the cult's evil schemes."],["7","A giant serving a demon lord attacks a town. The town's leaders ask the characters to retaliate against the giant's kin—which is exactly what the demon cultist was hoping for."],["8","A group of giants seeks adventurers to deal with a surge of demon cult activity within the giants' community."]],"name":"Rejecting the Ordning","page":26,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gods of the Ordning","colLabels":["Name","Alignment","Suggested Cleric Domains","Symbol"],"colStyles":["col-2","col-2 text-center","col-4","col-4"],"rows":[["Annam","LN","{@class Cleric||Knowledge|Knowledge}","Two hands, wrists crossed, with fingers pointing downward"],["Diancastra","CN","{@class Cleric||Trickery|Trickery}","Journey rune"],["Grolantor","CE","{@class Cleric||War|War}","Wooden club"],["Hiatea","N","{@class Cleric||Life|Life}, {@class Cleric||Nature|Nature}","Flaming spear"],["Iallanis","NG","{@class Cleric||Light|Light}, {@class Cleric||Peace|Peace|TCE}*","Garland of flowers"],["Karontor","NE","{@class Cleric||Death|Death|DMG}, {@class Cleric||Knowledge|Knowledge}","Broken shackles"],["Memnor","N or NE","{@class Cleric||Knowledge|Knowledge}, {@class Cleric||Trickery|Trickery}","Black obelisk"],["Skoraeus","N","{@class Cleric||Knowledge|Knowledge}","Stalactite"],["Stronmaus","NG","{@class Cleric||Life|Life}, {@class Cleric||Tempest|Tempest}","Forked lightning bolt descending from a cloud partly obscuring the sun"],["Surtur","LE","{@class Cleric||Forge|Forge|XGE},** {@class Cleric||Knowledge|Knowledge}, {@class Cleric||War|War}","Flaming sword"],["Thrym","CE","{@class Cleric||War|War}","White double-bladed axe"]],"name":"Gods and Religion; Gods of the Ordning","page":27,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Annam's Children Adventures","colLabels":["d12","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A storm giant prophet claims a revelation from Annam and begins a campaign of unification and conquest to prepare the way for the All-Father's return. A rival asks adventurers to stop the prophet."],["2","A mysterious woman leads adventurers through a perilous dungeon to find an ancient giant queen's crown. In the end, she reveals herself to be Diancastra and either blesses or curses the adventurers, depending on how they acted."],["3","A stone giant recluse asks adventurers to help stop a hill giant who has gathered a band of other giants and is plundering nearby giant steadings in Grolantor's name."],["4","A fire giant priest of Hiatea warns a city of a titanic monster wandering nearby. The city asks adventurers for aid, and the priest offers to help."],["5","A cloud giant priest of Iallanis seeks a neutral party to negotiate a truce between warring giant families whose conflict threatens a town."],["6","Adventurers investigating a series of kidnappings discover a stone giant carrying people into the Underdark as an offering to Karontor."],["7","Adventurers sent as emissaries to a cloud giant enclave find the place in chaos, sown by a devotee of Memnor in a bid to seize power."],["8","Adventurers find a stone giant community in distress because its priest of Skoraeus has not returned from a pilgrimage to the Underdark. The giants suspect the priest has been captured by mind flayers."],["9","Adventurers are shipwrecked in a mighty storm and rescued by storm giants, who believe the storm is a message from Stronmaus and are trying to discern its meaning."],["10","A metallic dragon wyrmling asks adventurers for help stopping a fire giant who is slaughtering older dragons. The giant hopes to provoke a conflict between giants and dragons that will lead to Surtur cleansing the world with fire."],["11","When winter stretches too long, food grows scarce and a priest of Thrym leads a hunting band to prey on the beleaguered people, who seek adventurers' protection."],["12","A frost giant seeks help protecting a strange baby giant whom she believes to be a child of Annam who will herald a new age for all giantkind."]],"name":"Gods and Adventures; Annam's Children Adventures","page":33,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Interloper Gods Adventures","colLabels":["d10","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A giant who worships Vaprak leads ogres and ettins in a rebellion against their steading. The leaders ask adventurers for help."],["2","Adventurers traveling underground become lost in a labyrinthine network of passages and are hunted by stone giant cultists of Baphomet."],["3","A storm giant devotee of Demogorgon begins summoning the Prince of Demons in a sea cave, but before the ritual is complete, hordes of aquatic monsters swarm the area. Local fishers seek protection."],["4","After being cast out from a steading, a frost giant devotee of Kostchtchie attacks caravans. The drivers hire adventurers as guards."],["5","The characters discover a large horde of gnolls attacking a hill giant steading, but the more gnolls the hill giants kill (and eat), the more the giants seem to change into demonic forms."],["6","The characters experience a series of small earthquakes while visiting a mountain town. Their investigation suggests Evil Earth cultists might be active nearby, practicing for a larger catastrophe. A stone giant leads the cult."],["7","Adventurers encounter a longboat crewed by frost giant cultists of Evil Water, which is plundering a busy trade route."],["8","Forest gnomes seek protection from Evil Fire cultists who are burning the forest, having grown impatient waiting for Surtur to cleanse the world in flames."],["9","A storm giant cultist of Evil Air unleashes an endless storm upon a thriving seaport. The locals ask for help."],["10","A fire giant opens a gateway to the Nine Hells in the heart of a volcano. Locals seek protection from the lava and marauding fiends."]],"name":"Gods and Adventures; Interloper Gods Adventures","page":33,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Recluses","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adventurers stumble upon a giants' enclave where a deadly plague wiped out most of the inhabitants. One survivor remains, tending the site and trying to hold back the ravages of time."],["2","A new settlement in a remote region seeks to hire adventurers to get rid of a giant lairing nearby. The giant just wants to be left alone and is tired of having to move every few decades as other creatures crowd too close to the giant's dwelling."],["3","Adventurers are hired to deal with a rampaging wild beast, but they discover the beast has a collar. The beast's owner is a giant who was forced to move recently, and the beast got lost trying to find its new home."],["4","A wandering giant comes to a city looking for people who are knowledgeable about the world and might possess maps of remote regions. City authorities point the giant to the adventurers."],["5","An approaching giant alarms the people of a small town, who ask the adventurers to protect them. But the peaceful giant is just searching for a new community of giants to join after fleeing a community ravaged by internal conflict. The giant agrees to leave the town in peace if the adventurers will help find a new home for the giant."],["6","Adventurers stumble across the humble abode of a reclusive giant who is hungry for company and doesn't want them to leave."]],"name":"Recluses","page":35,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Exiles","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Characters get entangled in the affairs of a criminal gang operating in a major city and eventually discover the gang's leader is a giant whose headquarters is a huge warehouse at the city's outskirts."],["2","Adventurers discover a secret cult conducting sinister rites in a vast mansion where a giant lives in luxury."],["3","A giant takes up residence in a city and demands a huge share of tax revenue in exchange for protecting the city from outside threats."],["4","An adventurer receives an exclusive invitation to study a topic of interest (perhaps giants' sagas or religion), but the invitation seems suspicious—demanding secrecy, traveling to a remote place, and so on. The teacher is a giant living near a city who is trying not to attract attention."],["5","A group of adventurers—supplied with superior equipment and information by their giant patron—pursues the same goal as the characters."],["6","A giant who lives in a city asks the characters to take the giant's teenage child with them on their next adventure. (See the \"{@book Giant Children|BGG|2|Giant Children}\" sidebar for suggestions on how to represent the teenage giant with a stat block.)"]],"name":"Exiles","page":35,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Bands","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A band of giants is spotted near a town, and the adventurers are asked to dissuade the giants from coming any closer."],["2","A raiding band of giants draws disaffected citizens of the region to join its ranks. The region's desperate despot hires adventurers to fight the giants."],["3","A giant-led cult devoted to a demon lord or Elemental Evil wreaks destruction across the countryside."],["4","A band of nature-revering giants seeks adventurers' help dealing with a corruption spreading through the local flora and turning animals into Aberrations."],["5","A band of hunting giants has driven its prey—enormous beasts—into pastureland. The local farmers seek help."],["6","Devout giants live a monastic life at a sacred site with vast magical power—power the adventurers require to deal with a cosmic threat."]],"name":"Bands","page":36,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Families","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","After a family of giants plunders a farming village of grain and livestock, adventurers are asked to track the raiders to their lair and prevent any further raids."],["2","After a devastating storm, a lost giant child wanders into a settlement, looking for help getting home."],["3","A giant begs adventurers for help after a family member becomes possessed by a murderous ghost."],["4","Lost or stranded in the wilderness, the adventurers stumble upon a giant family's home."],["5","Adventurers follow or track a fugitive to a giant family's home, where the villain hides from both the giants and the characters."],["6","Characters seeking a mighty magical artifact learn it was lost during a battle against giants, and magical divination reveals it's now an heirloom treasured by a family of giants."]],"name":"Family; Families","page":37,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Steadings","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A young giant looks for adventurers' help turning the rest of the steading, including the young giant's family, away from the worship of a demon lord."],["2","The only possible source to learn about an ancient evil threatening the world is a steading of giants who preserved a detailed history of the evil's previous appearance thousands of years ago."],["3","Giants raided a village and took several prisoners to their steading, and adventurers must free them."],["4","An evil conqueror tries to recruit giants from a steading, which would be disastrous for the peaceful peoples standing against the conqueror. Adventurers are asked to make sure no alliance is made."],["5","A dozen people arrive in a small town after escaping from captivity in a giant steading. Their fierce habits disrupt the peace in the town while they look for heroes who can help free the remaining captives."],["6","A metallic dragon asks adventurers to help reclaim the dragon's lair, which has been occupied by giants."]],"name":"Steadings","page":37,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Settlements","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adventurers track marauding giants to a settlement where a cult of an interloper god dominates about half the steadings. The giants who remain faithful to the gods of the Ordning are barricaded in their steadings."],["2","Adventurers are sent on a diplomatic mission to a giant sovereign to ask permission to open new mines in the giants' territory."],["3","Adventurers need to infiltrate a giants' settlement to discover who is leading its ruler on the path to war."],["4","The death of a giant monarch is an opportunity for adventurers to help a giant who has a peaceable attitude toward smaller folk to claim the throne."],["5","Characters investigating a magical catastrophe discover that it engulfed a giants' settlement, and the giants need help dealing with its effects."],["6","Adventurers are asked to deliver a ransom to a giants' settlement to secure the freedom of a very important captive, but the giants decide the adventurers would be even more valuable captives!"]],"name":"Settlements","page":38,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Hidden Rune Adventures","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While exploring an ancient giant ruin, adventurers encounter an agent of the Hidden Rune who tries to drive them from the ruin."],["2","After adventurers discover an artifact made by ancient giants, an agent of the Hidden Rune approaches them and demands the item for the order's archive."],["3","A collector hires adventurers to retrieve stolen items, but the thief has already sold the items to a giant. The chase could lead all the way to the Elemental Plane of Earth."],["4","An agent of the Hidden Rune is unable to open the sealed entrance to an ancient ruin. The giant lures adventurers there, hoping they'll figure it out."],["5","A comet appears in the sky, last seen when giants ruled the world. Adventurers discover there is information about the comet in the Hidden Rune's archive, if the giants can be persuaded to share it."],["6","An agent of the Hidden Rune steals an important artifact and flees to another world, but the adventurers have a chance to follow."]],"name":"Hidden Rune Adventures","page":39,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Eternal Throne Adventures","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Characters arriving in a remote village are greeted by a stern giant who urges them to move along quickly, as the town is under the giant's protection."],["2","A wandering knight of the stewards asks adventurers for help closing a planar portal that is allowing demons to spill across the countryside."],["3","A Fiend or Undead hunted by a knight of the stewards poses as human and tells adventurers the giant is a dangerous marauder."],["4","A giant knight is convinced the adventurers pose a threat and must be eliminated."],["5","Following rumors of a \"dangerous giants' hideout\" in the mountains, the adventurers discover a bastion of the stewards."],["6","After defeating a terrible evil, the adventurers receive an invitation to a stronghold of the stewards, where they are welcomed warmly and offered a peaceful life in the bastion if they agree to help protect it."]],"name":"Eternal Throne Adventures","page":40,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Worldroot Circle Adventures","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Giants of the Worldroot Circle need smaller adventurers to brave the caves beneath their world tree to stop whatever is gnawing or corrupting its roots."],["2","A druid who saw the root of the world in a vision hires adventurers for protection on a pilgrimage to the site, which is guarded by the Worldroot Circle."],["3","Long ago, the Worldroot Circle helped seal portals where invaders from another plane broke through. Now one of those portals has reopened, and the characters must find giants to reseal it."],["4","Multiple oracles see visions of a great evil entering the world through a portal at its root, so adventurers are sent to find the place and ensure the portal doesn't open. They arrive to find giants of the Worldroot Circle locked in a losing battle to hold back the evil."],["5","The characters find a magic staff made from a branch of a world tree, but the staff gives its owner haunting dreams that echo the Worldroot Circle's rites."],["6","A giant of the Worldroot Circle comes to a city and insists a portal to the Far Realm has opened somewhere inside. Adventurers are tasked with helping the giant find and seal the portal."]],"name":"Worldroot Circle Adventures","page":41,"source":"BGG","chapter":{"name":"Giants in Play","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Initial Attitudes","colLabels":["Attitude Roll Total","Initial Attitude"],"colStyles":["col-2","col-10"],"rows":[["4 or lower","Hostile"],["5–8","Indifferent"],["9 or higher","Friendly"]],"name":"Initial Attitudes","page":44,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Giantkind Encounters","colLabels":["d8","Encounter Table"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@book Cloud Giant Encounters|BGG|3|Cloud Giant Encounters}"],["2","{@book Death Giant Encounters|BGG|3|Death Giant Encounters}"],["3","{@book Fire Giant Encounters|BGG|3|Fire Giant Encounters}"],["4","{@book Fomorian Encounters|BGG|3|Fomorian Encounters}"],["5","{@book Frost Giant Encounters|BGG|3|Frost Giant Encounters}"],["6","{@book Hill Giant Encounters|BGG|3|Hill Giant Encounters}"],["7","{@book Stone Giant Encounters|BGG|3|Stone Giant Encounters}"],["8","{@book Storm Giant Encounters|BGG|3|Storm Giant Encounters}"]],"name":"Giantkind Encounters","page":44,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Against the Giants","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adventurers find a village completely deserted, with tracks leading to a hill giant steading. Can they rescue the surviving villagers and livestock before the {@creature Hill Giant||hill giants} eat them all?"],["2","A family of {@creature Stone Giant||stone giants} fell under the sway of Lolth and allied with Lolth-worshiping drow to raid the surface. Adventurers must break the alliance or eliminate the stone giants if necessary."],["3","An especially harsh winter is accompanied by roving bands of {@creature Frost Giant||frost giants} and {@creature Winter Wolf||winter wolves} preying on travelers."],["4","{@creature Fire Giant||Fire giants} send {@creature Hell Hound||hell hounds} into mine tunnels to chase the miners out, then send their own azer servants to plunder the mineral-rich mines. The miners seek help to reclaim their mines."],["5","A clever {@creature cloud giant} plays several other powerful creatures against each other and against nearby Humanoids. Eliminating the giant will return the volatile situation to an uneasy status quo."],["6","A {@creature frost giant} leads a mixed band of weaker giants in a campaign of bloodlust to honor Thrym or a demon lord."],["7","After a villainous group slays a young {@creature storm giant}, the giant's parent unleashes an undiscriminating campaign of vengeance against any \"interfering little gnats\" living nearby."],["8","As characters explore a steading belonging to one kind of giant (you can roll a {@dice d6} on this table to decide why the characters are there), they discover an honored guest of a more powerful giant kind who is coordinating the weaker giants' activities."]],"name":"Against the Giants","page":55,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Clash of Titans","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Frost giants besiege a fire giant settlement, disrupting travel and trade across the region. Injured frost giants shelter in nearby towns, demanding the people there serve them while they recover."],["2","A dragon and a giant, in the middle of a fierce battle, suddenly fall from the sky into a town square. Neither combatant is concerned about protecting the people around them."],["3","Hired to guard a caravan heading to a remote mountain town, adventurers find the pass blocked with rockslides caused by stone giants at play."],["4","A group of giants (perhaps members of the Stewards of the Eternal Throne, described in {@book chapter 2|BGG|2|Stewards of the Eternal Throne}) warns a city that the {@creature tarrasque} is approaching and asks for heroes to evacuate the city while the giants hold the monster at bay."],["5","A terrifying storm lashes a fishing village for days. After helping people get to safety, the adventurers investigate the storm, and they discover a storm giant locked in battle with a kraken nearby."],["6","After slumbering for centuries, a {@creature scion of Grolantor|BGG} (described in {@book chapter 6)|BGG|6|Hill Scion}, begins to stir. The residents of the farming village built on the sleeping giant's back seek help evacuating."]],"name":"Clash of Titans","page":56,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Delve into the Past","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","During a long drought, the water level of a lake lowers, revealing huge structures at its bottom."],["2","A sinkhole releases strange monsters into the surface world, and characters who investigate discover a ruined stronghold in its depths."],["3","An eccentric aristocrat finances an expedition to a remote ruin to retrieve giant-made art and artifacts."],["4","The characters' research suggests the last known location of the {@item Axe of the Dwarvish Lords} (or some other artifact they want to retrieve) was in an ancient giant stronghold."],["5","Adventurers tracking a monster discover its lair in an ancient giants' ruin. While they hunt the monster, they can also piece together the history of the place."],["6","Characters exploring a strange ruin accidentally trigger magic that causes seven flying castles—including the one the characters are in—to rise into the sky from where they had fallen."]],"name":"Delve into the Past","page":57,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Giant-Sized Schemes","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The ghost of a murdered giant monarch appears to the monarch's heirs and demands they claim vengeance. The heirs and the murderer end up in a wide-ranging conflict that threatens to devastate settlements near the giants' realm."],["2","Convinced she is the rightful ruler of another giant's domain, a giant launches an invasion, heedless of the inhabitants of the lands between the giants' realms."],["3","Believing his sovereign has violated the ordning by promoting an inferior giant instead of him, a scheming giant hires adventurers to undermine the sovereign's authority."],["4","Seeking to impress a fire giant, a frost giant tries to bind a powerful elemental, but the elemental escapes and rampages across the region."],["5","A dejected storm or cloud giant causes a drought or flooding across nearby farmlands."],["6","After being insulted by a giant sovereign, a noble giant schemes to open a portal to the Abyss and summon a demon lord to destroy the sovereign's settlement. The site becomes a festering sinkhole of evil as demons roam the surrounding area."]],"name":"Giant-Sized Schemes","page":57,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Into the Giant Realms","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fissure opens during an earthquake, and ordinary means can't determine its depth. Adventurers are asked to explore it and determine the source of the light that is barely visible far below."],["2","Characters find a coded journal in a dragon's treasure hoard, indicating a path to a hidden paradise."],["3","Adventurers find a giant-sized ring inscribed with the sigil sequence for a teleportation circle."],["4","An enormous stone archway is carved with symbols that, when touched in the correct sequence, activate a portal."],["5","A strange map shows a road where no road exists. During solstices, the road appears and stretches in an impossible direction to a mysterious destination."],["6","Characters acquire a broken piece of an artifact that magically guides them to the location of another piece, which is in a realm of giants."]],"name":"Into the Giant Realms","page":58,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Giant Patrons","colLabels":["Giant Role","Group Patron Type"],"colStyles":["col-4 text-center","col-8 text-center"],"rows":[["{@book Boss|BGG|3|Boss}","Criminal Syndicate"],["{@book Financier|BGG|3|Financier}","Aristocrat"],["{@book Seer|BGG|3|Seer}","Ancient Being"],["{@book Sovereign|BGG|3|Sovereign}","Sovereign"],["{@book Tutor|BGG|3|Tutor}","Academy"],["{@book Warleader|BGG|3|Warleader}","Military Force"]],"name":"Giant Patrons","page":59,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Boss Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Thieves stole the giant's most precious treasure and fled into the sewers, where the giant can't follow. Hunt the thieves and retrieve the treasure."],["2","A rival gang is encroaching on the giant's territory. Spy on these rivals, and identify the best place for the giant to strike to shut them down for good."],["3","Somebody who works for the giant is stealing. Find out who it is, and make sure they never think about double-crossing the giant again."],["4","The giant has a score to settle with a powerful foe (perhaps a dragon, a {@creature beholder}, or another monstrous crime lord). Make sure the boss survives!"],["5","The boss wants a treasure that's being held in an underground refuge the giant can't enter. Plan and execute the perfect heist."],["6","Another group of adventurers refuses to serve the boss anymore. Find them and convince them to return, or join forces with them to topple the giant."]],"name":"Boss Assignments","page":59,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Financier Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Follow a map found in an ancient tome to a long-forgotten ruin in search of treasure or lore."],["2","Find a new route around or across inhospitable terrain such as a desert or ocean."],["3","Delve into the Underdark in search of deposits of rare magical crystal, and map your route so miners can retrace it."],["4","Sabotage the business of a rival giant."],["5","Guard a wagon or caravan hauling goods to a remote settlement of giants."],["6","Venture into a desolate wasteland to find the undiscovered ruined city at the center and identify the catastrophe that devastated the region."]],"name":"Financier Assignments","page":59,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Seer Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Help the giant re-create an ancient ritual that should reveal an omen or revelation from Annam."],["2","Steal the research notes of some ancient sage (perhaps a dragon or a yugoloth), which hold information pertinent to Annam's activities."],["3","Explore the ruins of an ancient temple to Annam, looking for records of revelations or prophecies."],["4","Follow a devastating storm across the countryside, carefully mapping its path and cataloging the destruction left in its wake."],["5","Brave a dragon's hoard to steal a device that tracks the positions of invisible celestial bodies."],["6","Search for clues pointing to the location of the {@item Adze of Annam|BGG} (described in {@book chapter 5|BGG|5|Adze of Annam}) or some other artifact related to the gods of the Ordning."]],"name":"Seer Assignments","page":60,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Sovereign Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal intelligence from an enemy giant sovereign."],["2","Weaken or remove a rival to the sovereign's rule—an ambitious general, fanatical priest, or jealous sibling."],["3","Root out corruption or disloyalty among the giants, and eliminate their abuse of their strength to exploit the settlement's smaller inhabitants."],["4","Bring gifts to a powerful dragon—and convince it not to destroy the settlement of giants."],["5","Suppress (or secretly aid) an underground rebellion among the smaller folk of the settlement."],["6","While pretending to entertain visiting diplomats, try to discover their secret reason for visiting."]],"name":"Sovereign Assignments","page":60,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tutor Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Capture and document the elemental hulks (see {@book chapter 6|BGG|6}) or other creatures that inhabit a remote valley, island, or cavern."],["2","Explore the effects of a planar nexus on spellcasting, creatures, and magic items."],["3","Delve into an ancient ruin to discover the nature of the plague, conflict, or magical catastrophe that exterminated the giants who once lived there."],["4","Find the secret demiplane where an ancient city of giants was hidden to avoid catastrophe."],["5","Find a set of artifacts that was plundered and scattered when a settlement of giants fell."],["6","Plumb the secrets of a sect of giants that was wiped from the face of the earth by the gods' wrath."]],"name":"Tutor Assignments","page":60,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Warleader Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Take out a champion or commander at the rear of a mass of enemy forces."],["2","Oversee the defense of a supply depot when enemies attack."],["3","Sabotage or steal a powerful magical weapon before enemies can use it against the giant's forces."],["4","Gather information on enemy troop numbers, placements, composition, or supply routes."],["5","Protect the giant's forces from an attacking dragon."],["6","Suppress the activities of bandits and rebels within the giant's territory."]],"name":"Warleader Assignments","page":61,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"World-Shaking Events","colLabels":["d8","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A giant who claims prophetic inspiration from Annam unites scattered bands of giants into a powerful political and militaristic force."],["2","The death of a storm giant sets off a wide-ranging struggle among various giant leaders to fill the resulting power vacuum."],["3","A cataclysmic disaster (such as a volcanic eruption, unending winter, or relentless storm) displaces both giants and smaller folk from their homes; only later do adventurers discover giants caused the disaster."],["4","A mighty army led by giants launches an invasion of its neighbors, secretly motivated by the desire to access an ancient ruin in neighboring territory."],["5","Humanoids mobilize to overthrow their giant oppressors, but the Humanoids are hopelessly outmatched in battle."],["6","One of the giants' organizations described in {@book chapter 2|BGG|2|Organizations} is founded or comes to this world for the first time."],["7","A group of giants sailing in enormous boats makes landfall in an area inhabited by Humanoids, marking each people's first awareness of the other and the lands they inhabit."],["8","A small but growing number of giants believe the adventurers might be the fulfillment of an ancient prophecy that means they will bring about the return of Annam—and either the downfall or the resurgence of the giants."]],"name":"Campaign Events; World-Shaking Events","page":62,"source":"BGG","chapter":{"name":"Giant Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Howling Iceberg Tunnels","colLabels":["d10","Destination"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–4","A planar portal leading to the Frostfell"],["5–8","A planar portal leading to Pandemonium"],["9–10","The cavern where the Frostfell Shard rests"]],"name":"Howling Iceberg Tunnels","page":88,"source":"BGG","chapter":{"name":"Giant Enclaves","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Star Forge Item Creation","colLabels":["Rarity","Material Cost","Check DC"],"colStyles":["col-4","col-5 text-right","col-3 text-right"],"rows":[["Common","100 gp","10"],["Uncommon","500 gp","15"],["Rare","5,000 gp","20"],["Very Rare","50,000 gp","25"],["Legendary","500,000 gp","30"]],"name":"Star Forge Item Creation","page":98,"source":"BGG","chapter":{"name":"Giant Enclaves","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Cloud Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A 4-foot-diameter gourd"],["2","A massive mortar and pestle"],["3","A gilded birdcage, large enough to hold a Medium creature, worth 50 gp"],["4","A giant-sized silver ring set with blue crystals, worth 75 gp"],["5","A large, gaudy citrine pendant carved to look like the sun, worth 90 gp"],["6","A giant-sized brass spyglass worth 100 gp"],["7","A life-sized malachite statue of a vulture, worth 110 gp"],["8","A tall electrum goblet inlaid with jade, worth 115 gp"],["9","A giant-sized silk dressing gown worth 125 gp"],["10","A 3-foot-tall turquoise idol depicting Memnor, worth 150 gp"],["11","Two 1-foot-tall golden eggs, each worth 100 gp"],["12","A large platinum mask worth 200 gp, which can depict two expressions—one of grand joy and one of deep sorrow—depending on its orientation"]],"name":"Cloud Giant Bag Contents; Cloud Giant Bag Items","page":105,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Fire Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A battered, giant-sized pewter bowl and spoon"],["2","A giant-sized leather apron stained with soot"],["3","A branding iron of the giant's family name"],["4","Six giant-sized iron ingots"],["5","A large pot of metal polish"],["6","An old iron warhammer (used to emboss metal)"],["7","120 feet of thick hemp rope coated in fire-retardant lacquer"],["8","A diagram showing how to make a spiked tower shield"],["9","A 3-foot-tall ceramic mug with golden paint"],["10","A giant-sized ivory beard comb worth 50 gp"],["11","Fragments of a fire opal, worth 60 gp"],["12","A delicate, blown-glass flower wrapped carefully in gauze, worth 80 gp"]],"name":"Fire Giant Bag Contents; Fire Giant Bag Items","page":106,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Frost Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A large bronze bell with no clapper"],["2","A giant-sized wineskin, half-filled with wine frozen to slush"],["3","A necklace made of griffon beaks and skulls"],["4","The jagged claw of a white dragon with ice still riming its tip"],["5","A giant-sized fur cloak, ripped and patched in multiple places"],["6","A rusty longsword used to skin animals"],["7","A sack of dried meat strips, with \"Wolf Treats\" stitched in Giant on the front"],["8","Six large iron caltrops"],["9","Three ivory tusks, each worth 10 gp"],["10","Two polar bear pelts, each worth 20 gp"],["11","A massive, gold-tipped war horn worth 50 gp"],["12","Five large blue quartz gems, each worth 25 gp"]],"name":"Frost Giant Bag Contents; Frost Giant Bag Items","page":106,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Hill Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Five wheels of cheese"],["2","A giant-sized pair of old sandals"],["3","The skull of a Monstrosity native to the region"],["4","A haunch of smoked meat"],["5","A rusty dagger the giant used as a toothpick"],["6","Iron prongs and a trough of coal to create a makeshift spit-roast setup"],["7","A beehive with live bees"],["8","A small picture book for learning Common"],["9","A hefty box containing an assortment of colorful peppercorns"],["10","A clay tablet carved with stirring poetry"],["11","An unopened cask of honey mead, worth 25 gp"],["12","A cracked, giant-sized porcelain plate, repaired with silver lacquer, worth 50 gp"]],"name":"Hill Giant Bag Contents; Hill Giant Bag Items","page":107,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Stone Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A striated boulder, notably smooth on one side but rough and bumpy on the other"],["2","A pair of flat stones tied together with hempen rope, currently pressing bioluminescent flowers"],["3","A string of giant-sized clay beads, each engraved with different patterns that mimic constellations"],["4","A wooden ocarina that perfectly imitates the sound of wind echoing in an underground cavern"],["5","A leather sack containing pungent spices"],["6","A multifaceted crystal prism"],["7","A giant-sized iron kettle"],["8","A misshapen, plush rendition of a giant cave spider"],["9","A giant-sized, elegant silver chisel and hammer used for carving runes, worth 20 gp"],["10","Seven giant-sized knucklebones worth 50 gp total"],["11","A 2-foot-diameter moonstone pendant depicting the profile of Skoraeus, worth 70 gp"],["12","Two halves of a 3-foot-diameter geode worth 120 gp total, split to reveal jagged indigo crystals"]],"name":"Stone Giant Bag Contents; Stone Giant Bag Items","page":107,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Storm Giant Bag Items","colLabels":["d12","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The bones of a roc, carved with prophetic runes"],["2","A giant-sized deck of ornately illustrated cards, their edges trimmed with gold foil"],["3","A drop of crystallized amber from a sacred tree"],["4","An earthenware jar filled with salt"],["5","10 pounds of candle wax in various colors"],["6","An elegant, giant-sized drinking horn engraved with a prayer to Stronmaus in the Giant language"],["7","A smooth, triangular blue stone crossed with etchings that look like lightning strikes"],["8","A giant-sized dulcimer inlaid with mother-of-pearl, worth 100 gp"],["9","A large bronze gong worth 50 gp"],["10","A gold toad pendant with carnelian eyes, worth 90 gp"],["11","A star rose quartz orb worth 120 gp"],["12","Three giant-sized sticks of incense, worth 75 gp each"]],"name":"Storm Giant Bag Contents; Storm Giant Bag Items","page":108,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"25 gp Art Objects","colLabels":["d8","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dome-shaped crystal carved with patterns of constellations"],["2","A pale-blue clay mask depicting an expression of raucous laughter"],["3","A set of gilded, giant-sized cutlery"],["4","A 5-foot-tall stone tablet engraved with runes that feel warm to the touch"],["5","A quartz pendant carved in the likeness of a god"],["6","A slightly bent silver crown kept as a trophy"],["7","A lopsided chunk of luminous stone"],["8","A bronze war horn, its flared bell shaped like a charging ram"]],"name":"25 gp Art Objects","page":109,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"250 gp Art Objects","colLabels":["d8","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An ornate tapestry depicting a high-ranking family of giants"],["2","The expertly stuffed and mounted remains of a Large Monstrosity native to the area"],["3","An abstract spiral sculpture carved from a fulgurite"],["4","A rowboat displayed inside a giant-sized green crystal bottle"],["5","An iridescent conch shell that echoes with the sounds of a maelstrom"],["6","A hefty ceramic funerary urn, intricately painted with scenes from its inhabitant's lifetime"],["7","A 10-foot-tall mirror set in a gem-encrusted frame"],["8","A complex bronze armillary sphere, its rings engraved with various Giant runes and prophecies"]],"name":"250 gp Art Objects","page":109,"source":"BGG","chapter":{"name":"Giant Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Cloud Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Cloud giant}","9"],["{@creature Cloud giant destiny gambler|BGG}*","19"],["{@creature Cloud giant of Evil Air|BGG}*","12"],["{@creature Cloud giant smiling one|MPMM}†","11"],["{@creature Mist hulk|BGG}*","6"],["{@creature Scion of Memnor|BGG}*","26"],["{@creature Spectral cloud|BGG}*","13"]],"name":"Giants by Kind; Cloud Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Fire Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Cinder hulk|BGG}*","7"],["{@creature Firegaunt|BGG}*","11"],["{@creature Fire giant}","9"],["{@creature Fire giant dreadnought|MPMM}†","14"],["{@creature Fire giant forgecaller|BGG}*","18"],["{@creature Fire giant of Evil Fire|BGG}*","10"],["{@creature Fire hellion|BGG}*","11"],["{@creature Scion of Surtur|BGG}*","25"]],"name":"Giants by Kind; Fire Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Frost Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Frost giant}","8"],["{@creature Frost giant everlasting one|MPMM}†","12"],["{@creature Frost giant ice shaper|BGG}*","17"],["{@creature Frost giant of Evil Water|BGG}*","11"],["{@creature Frostmourn|BGG}*","10"],["{@creature Fury of Kostchtchie|BGG}*","14"],["{@creature Rime hulk|BGG}*","5"],["{@creature Scion of Thrym|BGG}*","24"]],"name":"Giants by Kind; Frost Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Hill Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Barrowghast|BGG}*","7"],["{@creature Hill giant}","5"],["{@creature Hill giant avalancher|BGG}*","12"],["{@creature Maw of Yeenoghu|BGG}*","10"],["{@creature Mouth of Grolantor|MPMM}†","6"],["{@creature Mud hulk|BGG}*","3"],["{@creature Scion of Grolantor|BGG}*","22"]],"name":"Giants by Kind; Hill Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Stone Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Cairnwight|BGG}*","9"],["{@creature Dust hulk|BGG}*","5"],["{@creature Scion of Skoraeus|BGG}*","23"],["{@creature Stalker of Baphomet|BGG}*","12"],["{@creature Stone giant}","7"],["{@creature Stone giant dreamwalker|MPMM}†","10"],["{@creature Stone giant of Evil Earth|BGG}*","9"],["{@creature Stone giant rockspeaker|BGG}*","16"]],"name":"Giants by Kind; Stone Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Storm Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Lightning hulk|BGG}*","9"],["{@creature Scion of Stronmaus|BGG}*","27"],["{@creature Storm giant}","13"],["{@creature Storm giant quintessent|MPMM}†","16"],["{@creature Storm giant tempest caller|BGG}*","20"],["{@creature Storm herald|BGG}*","17"],["{@creature Tempest spirit|BGG}*","15"]],"name":"Giants by Kind; Storm Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Other Giants","colLabels":["Giant","CR"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@creature Cyclops}","6"],["{@creature Death giant reaper|BGG}*","12"],["{@creature Death giant shrouded one|BGG}*","15"],["{@creature Dire troll|MPMM}†","13"],["{@creature Echo of Demogorgon|BGG}*","6"],["{@creature Ettin}","4"],["{@creature Ettin ceremorph|BGG}*","8"],["{@creature Fensir skirmisher|BGG}*","6"],["{@creature Fensir devourer|BGG}*","8"],["{@creature Fomorian}","8"],["{@creature Fomorian deep crawler|BGG}*","10"],["{@creature Fomorian noble|BGG}*","15"],["{@creature Fomorian warlock of the dark|BGG}*","12"],["{@creature Gargantua|BGG}*","21"],["{@creature Ogre}","2"],["{@creature Ogre battering ram|MPMM}†","4"],["{@creature Ogre bolt launcher|MPMM}†","2"],["{@creature Ogre chain brute|MPMM}†","3"],["{@creature Ogre howdah|MPMM}†","2"],["{@creature Rot troll|MPMM}†","9"],["{@creature Spirit troll|MPMM}†","11"],["{@creature Troll}","5"],["{@creature Troll amalgam|BGG}*","17"],["{@creature Troll mutate|BGG}*","7"],["{@creature Venom troll|MPMM}†","7"]],"name":"Giants by Kind; Other Giants","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Creatures by Challenge Rating","colLabels":["CR","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/2","{@creature Giant lynx|BGG}"],["1","{@creature Bag jelly|BGG}"],["1","{@creature Giant ram|BGG}"],["1","{@creature Grinning cat|BGG}"],["2","{@creature Giant tick|BGG}"],["3","{@creature Giant goose|BGG}"],["3","{@creature Giant ox|BGG}"],["3","{@creature Goliath giant-kin|BGG}"],["3","{@creature Mud hulk|BGG}"],["3","{@creature Spotted lion|BGG}"],["4","{@creature Firbolg primeval warden|BGG}"],["5","{@creature Dust hulk|BGG}"],["5","{@creature Firbolg wanderer|BGG}"],["5","{@creature Rime hulk|BGG}"],["5","{@creature Titanothere|BGG}"],["6","{@creature Echo of Demogorgon|BGG}"],["6","{@creature Fensir skirmisher|BGG}"],["6","{@creature Mist hulk|BGG}"],["7","{@creature Barrowghast|BGG}"],["7","{@creature Cinder hulk|BGG}"],["7","{@creature Troll mutate|BGG}"],["8","{@creature Ettin ceremorph|BGG}"],["8","{@creature Fensir devourer|BGG}"],["9","{@creature Cairnwight|BGG}"],["9","{@creature Ceratops|BGG|Ceratops (dinosaur)}"],["9","{@creature Lightning hulk|BGG}"],["9","{@creature Stone giant of Evil Earth|BGG}"],["10","{@creature Aerosaur|BGG|Aerosaur (dinosaur)}"],["10","{@creature Fire giant of Evil Fire|BGG}"],["10","{@creature Fomorian deep crawler|BGG}"],["10","{@creature Frostmourn|BGG}"],["10","{@creature Maw of Yeenoghu|BGG}"],["11","{@creature Firegaunt|BGG}"],["11","{@creature Fire hellion|BGG}"],["11","{@creature Frost giant of Evil Water|BGG}"],["11","{@creature Storm crab|BGG}"],["12","{@creature Cloud giant of Evil Air|BGG}"],["12","{@creature Death giant reaper|BGG}"],["12","{@creature Fomorian warlock of the dark|BGG}"],["12","{@creature Hill giant avalancher|BGG}"],["12","{@creature Stalker of Baphomet|BGG}"],["13","{@creature Altisaur|BGG|Altisaur (dinosaur)}"],["13","{@creature Spectral cloud|BGG}"],["14","{@creature Fury of Kostchtchie|BGG}"],["14","{@creature Regisaur|BGG|Regisaur (dinosaur)}"],["15","{@creature Death giant shrouded one|BGG}"],["15","{@creature Fomorian noble|BGG}"],["15","{@creature Tempest spirit|BGG}"],["16","{@creature Stone giant rockspeaker|BGG}"],["17","{@creature Frost giant ice shaper|BGG}"],["17","{@creature Storm herald|BGG}"],["17","{@creature Troll amalgam|BGG}"],["18","{@creature Fire giant forgecaller|BGG}"],["19","{@creature Cloud giant destiny gambler|BGG}"],["20","{@creature Flesh colossus|BGG}"],["20","{@creature Gigant|BGG}"],["20","{@creature Storm giant tempest caller|BGG}"],["21","{@creature Gargantua|BGG}"],["21","{@creature Runic colossus|BGG}"],["22","{@creature Scion of Grolantor|BGG}"],["23","{@creature Scion of Skoraeus|BGG}"],["24","{@creature Scion of Thrym|BGG}"],["25","{@creature Scion of Surtur|BGG}"],["26","{@creature Scion of Memnor|BGG}"],["27","{@creature Scion of Stronmaus|BGG}"]],"name":"Challenge Ratings; Creatures by Challenge Rating","page":188,"source":"BGG","chapter":{"name":"Bestiary","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Adventure Hooks","colLabels":["d100","Adventure Hook Table or Text"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@book Cloud Giant Wealth|BGG|2|Cloud Giant Wealth} (chapter 2, \"{@book The Ordning|BGG|2|The Ordning}\")"],["03–04","{@book Fire Giant Skill|BGG|2|Fire Giant Skill} (chapter 2, \"{@book The Ordning|BGG|2|The Ordning}\")"],["05–06","{@book Frost Giant Might|BGG|2|Frost Giant Might} (chapter 2, \"{@book The Ordning|BGG|2|The Ordning}\")"],["07–08","{@book Stone Giant Artistry|BGG|2|Stone Giant Artistry} (chapter 2, \"{@book The Ordning|BGG|2|The Ordning}\")"],["09–11","{@book Rejecting the Ordning|BGG|2|Rejecting the Ordning} (chapter 2, \"{@book The Ordning|BGG|2|The Ordning}\")"],["12–14","{@book Annam's Children Adventures|BGG|2|Annam's Children Adventures} (chapter 2, \"{@book Gods and Religion|BGG|2|Gods and Religion}\")"],["15–17","{@book Interloper Gods Adventures|BGG|2|Interloper Gods Adventures} (chapter 2, \"{@book Gods and Religion|BGG|2|Gods and Religion}\")"],["18–20","{@book Recluses|BGG|2|Recluses} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["21–23","{@book Exiles|BGG|2|Exiles} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["24–25","{@book Bands|BGG|2|Bands} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["26–27","{@book Families|BGG|2|Families} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["28–29","{@book Steadings|BGG|2|Steadings} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["30–31","{@book Settlements|BGG|2|Settlements} (chapter 2, \"{@book Social Structures|BGG|2|Social Structures}\")"],["32–33","{@book Hidden Rune Adventures|BGG|2|Hidden Rune Adventures} (chapter 2, \"{@book Organizations|BGG|2|Organizations}\")"],["34–35","{@book Eternal Throne Adventures|BGG|2|Eternal Throne Adventures} (chapter 2, \"{@book Organizations|BGG|2|Organizations}\")"],["36–37","{@book Worldroot Circle Adventures|BGG|2|Worldroot Circle Adventures} (chapter 2, \"{@book Organizations|BGG|2|Organizations}\")"],["38–40","{@book Against the Giants|BGG|3|Against the Giants} (chapter 3, \"{@book Adventure Models|BGG|3|Adventure Models}\")"],["41–43","{@book Clash of Titans|BGG|3|Clash of Titans} (chapter 3, \"{@book Adventure Models|BGG|3|Adventure Models}\")"],["44–46","{@book Delve into the Past|BGG|3|Delve into the Past} (chapter 3, \"{@book Adventure Models|BGG|3|Adventure Models}\")"],["47–49","{@book Giant-Sized Schemes|BGG|3|Giant-Sized Schemes} (chapter 3, \"{@book Adventure Models|BGG|3|Adventure Models}\")"],["50–52","{@book Into the Giant Realms|BGG|3|Into the Giant Realms} (chapter 3, \"{@book Adventure Models|BGG|3|Adventure Models}\")"],["53–54","{@book Boss Assignments|BGG|3|Boss Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["55–56","{@book Financier Assignments|BGG|3|Financier Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["57–58","{@book Seer Assignments|BGG|3|Seer Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["59–60","{@book Sovereign Assignments|BGG|3|Sovereign Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["61–62","{@book Tutor Assignments|BGG|3|Tutor Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["63–64","{@book Warleader Assignments|BGG|3|Warleader Assignments} (chapter 3, \"{@book Giant Patrons|BGG|3|Giant Patrons}\")"],["65–66","{@book Annam's Cradle Adventures|BGG|4|Annam's Cradle Adventures} ({@book chapter 4|BGG|4|Annam's Cradle})"],["67–68","{@book Ashen Grotto Adventures|BGG|4|Ashen Grotto Adventures} ({@book chapter 4|BGG|4|Ashen Grotto})"],["69–70","{@book Dreamer's Reach Adventures|BGG|4|Dreamer's Reach Adventures} ({@book chapter 4|BGG|4|Dreamer's Reach})"],["71–72","{@book Endless Rockslide Adventures|BGG|4|Endless Rockslide Adventures} ({@book chapter 4|BGG|4|Endless Rockslide})"],["73–74","{@book Forest Crystal Adventures|BGG|4|Forest Crystal Adventures} ({@book chapter 4|BGG|4|Forest Crystal})"],["75–76","{@book Forsaken Deep Adventures|BGG|4|Forsaken Deep Adventures} ({@book chapter 4|BGG|4|Forsaken Deep})"],["77–78","{@book Gale's Eye Tower Adventures|BGG|4|Gale's Eye Tower Adventures} ({@book chapter 4|BGG|4|Gale's Eye Tower})"],["79–80","{@book Grolantor's Larder Adventures|BGG|4|Grolantor's Larder Adventures} ({@book chapter 4|BGG|4|Grolantor's Larder})"],["81–82","{@book Hiatea's Hearth Adventures|BGG|4|Hiatea's Hearth Adventures} ({@book chapter 4|BGG|4|Hiatea's Hearth})"],["83–84","{@book Horizon's Edge Adventures|BGG|4|Horizon's Edge Adventures} ({@book chapter 4|BGG|4|Horizon's Edge})"],["85–86","{@book Howling Iceberg Adventures|BGG|4|Howling Iceberg Adventures} ({@book chapter 4|BGG|4|Howling Iceberg})"],["87–88","{@book Karontor's Hold Adventures|BGG|4|Karontor's Hold Adventures} ({@book chapter 4|BGG|4|Karontor's Hold})"],["89–90","{@book Misty Vale Adventures|BGG|4|Misty Vale Adventures} ({@book chapter 4|BGG|4|Misty Vale})"],["91–92","{@book Runic Circle Adventures|BGG|4|Runic Circle Adventures} ({@book chapter 4|BGG|4|Runic Circle})"],["93–94","{@book Singing Sands Adventures|BGG|4|Singing Sands Adventures} ({@book chapter 4|BGG|4|Singing Sands})"],["95–96","{@book Star Forge Adventures|BGG|4|Star Forge Adventures} ({@book chapter 4|BGG|4|Star Forge})"],["97–98","{@book Thundering Observatory Adventures|BGG|4|Thundering Observatory Adventures} ({@book chapter 4|BGG|4|Thundering Observatory})"],["99–00","{@book Worldroot Sapling Adventures|BGG|4|Worldroot Sapling Adventures} ({@book chapter 4|BGG|4|Worldroot Sapling})"]],"name":"Appendix B: Adventure Hooks; Adventure Hooks","page":192,"source":"BGG","chapter":{"name":"Adventure Hooks","ordinal":{"type":"appendix","identifier":"B"},"index":8}},{"caption":"Eldraine Creatures","colLabels":["CR","Creature","Creature Type"],"colStyles":["col-2 text-center","col-6","col-4"],"rows":[["1/2","{@creature Faerie Borrower|MCV4EC}","Fey"],["1/2","{@creature Gingerbrute|MCV4EC}","Construct"],["1","{@creature Faerie Pest|MCV4EC}","Fey"],["2","{@creature Faerie Pathlighter|MCV4EC}","Fey"],["2","{@creature Sewer King|MCV4EC}","Fiend"],["3","{@creature Knight of Eldraine|MCV4EC}","Humanoid"],["3","{@creature Ogre Chitterlord|MCV4EC}","Giant"],["3","{@creature Redtooth Werefox|MCV4EC}","Monstrosity"],["4","{@creature Sweettooth Horror|MCV4EC}","Fiend"],["5","{@creature Deathless Rider|MCV4EC}","Undead"],["5","{@creature Dunbarrow Witch|MCV4EC}","Humanoid"],["5","{@creature Nightmare Haunt|MCV4EC}","Aberration"],["6","{@creature Witchstalker|MCV4EC}","Monstrosity"],["7","{@creature Goose Mother|MCV4EC}","Fey"],["11","{@creature High Fae Impostor|MCV4EC}","Fey"],["11","{@creature Snapping Hydra|MCV4EC}","Monstrosity"],["11","{@creature Tempest Hart|MCV4EC}","Elemental"],["11","{@creature Treefolk|MCV4EC}","Plant"],["12","{@creature High Fae Kindguard|MCV4EC}","Fey"],["12","{@creature High Fae Mage|MCV4EC}","Fey"],["12","{@creature Specter of Night|MCV4EC}","Undead"],["13","{@creature High Fae Noble|MCV4EC}","Fey"],["15","{@creature Archon of Boundaries|MCV4EC}","Celestial"],["15","{@creature Witchkite|MCV4EC}","Dragon"],["18","{@creature Beanstalk Wurm|MCV4EC}","Monstrosity"]],"name":"In This Collection; Eldraine Creatures","source":"MCV4EC","chapter":{"name":"Monstrous Compendium Vol. Four: Eldraine Creatures","index":0}},{"caption":"Stat Blocks by Challenge Rating","colLabels":["CR","Stat Block","Creature Type"],"colStyles":["col-2 text-center","col-6","col-4"],"rows":[["0","{@creature Cranium rat squeaker|MPP}","Aberration"],["0","{@creature Sunfly|MPP}","Celestial"],["1","{@creature Swarm of sunflies|MPP}","Celestial"],["1","{@creature Vargouille reflection|MPP}","Fiend"],["2","{@creature Dabus|MPP}","Celestial"],["2","{@creature Lantern archon|MPP}","Celestial"],["2","{@creature Musteval guardinal|MPP}","Celestial"],["3","{@creature Bariaur wanderer|MPP}","Celestial"],["3","{@creature Bleak Cabal void soother|MPP}*","Humanoid"],["3","{@creature Githzerai traveler|MPP}","Aberration"],["3","{@creature Harmonium peacekeeper|MPP}*","Humanoid"],["3","{@creature Society of Sensation muse|MPP}*","Humanoid"],["3","{@creature Transcendent Order instinct|MPP}*","Humanoid"],["4","{@creature Hands of Havoc fire starter|MPP}*","Humanoid"],["4","{@creature Heralds of Dust remnant|MPP}*","Humanoid"],["4","{@creature Hound archon|MPP}","Celestial"],["4","{@creature Mind's Eye matter smith|MPP}*","Humanoid"],["5","{@creature Athar null|MPP}*","Humanoid"],["5","{@creature Cranium rat squeaker swarm|MPP}","Aberration"],["5","{@creature Fated shaker|MPP}*","Humanoid"],["5","{@creature Time dragon wyrmling|MPP}","Dragon"],["6","{@creature Doomguard rot blade|MPP}*","Humanoid"],["6","{@creature Eater of knowledge|MPP}","Aberration"],["6","{@creature Equinal guardinal|MPP}","Celestial"],["7","{@creature Githzerai uniter|MPP}","Aberration"],["7","{@creature Mercykiller bloodhound|MPP}*","Humanoid"],["8","{@creature Decaton modron|MPP}","Celestial"],["8","{@creature Harmonium captain|MPP}*","Humanoid"],["8","{@creature Transcendent Order conduit|MPP}*","Humanoid"],["8","{@creature Warden archon|MPP}","Celestial"],["9","{@creature Avoral guardinal|MPP}","Celestial"],["9","{@creature Ferrumach rilmani|MPP}","Celestial"],["9","{@creature Fraternity of Order law bender|MPP}*","Humanoid"],["9","{@creature Githzerai futurist|MPP}","Aberration"],["10","{@creature Darkweaver|MPP}","Aberration"],["10","{@creature Maelephant|MPP}","Fiend"],["10","{@creature Nonaton modron|MPP}","Construct"],["11","{@creature Farastu demodand|MPP}","Fiend"],["11","{@creature Octon modron|MPP}","Construct"],["11","{@creature Young time dragon|MPP}","Dragon"],["12","{@creature Cuprilach rilmani|MPP}","Celestial"],["12","{@creature Doomguard doom lord|MPP}*","Humanoid"],["12","{@creature Septon modron|MPP}","Construct"],["13","{@creature Hexton modron|MPP}","Construct"],["13","{@creature Kelubar demodand|MPP}","Fiend"],["14","{@creature Shemeshka|MPP}","Fiend"],["16","{@creature Shator demodand|MPP}","Fiend"],["17","{@creature Aurumach rilmani|MPP}","Celestial"],["17","{@creature Baernaloth|MPP}","Fiend"],["18","{@creature Adult time dragon|MPP}","Dragon"],["20","{@creature Kolyarut|MPP}","Construct"],["22","{@creature Planar incarnate|MPP}","Celestial or Fiend"],["26","{@creature Ancient time dragon|MPP}","Dragon"]],"footnotes":["*Appears in the \"{@book Faction Agents|MPP|1|Faction Agents}\" section"],"name":"Meeting Magic Item Prerequisites; Stat Blocks by Challenge Rating","page":4,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outer Plane Alignments","colLabels":["Outer Plane","Alignment"],"colStyles":["col-6","col-6"],"rows":[["{@book The Abyss|MPP|0|The Abyss}","CE"],["{@book Acheron|MPP|0|Acheron}","LN, LE"],["{@book Arborea|MPP|0|Arborea}","CG"],["{@book Arcadia|MPP|0|Arcadia}","LN, LG"],["{@book The Beastlands|MPP|0|The Beastlands}","NG, CG"],["{@book Bytopia|MPP|0|Bytopia}","NG, LG"],["{@book Carceri|MPP|0|Carceri}","NE, CE"],["{@book Elysium|MPP|0|Elysium}","NG"],["{@book Gehenna|MPP|0|Gehenna}","NE, LE"],["{@book Hades|MPP|0|Hades}","NE"],["{@book Limbo|MPP|0|Limbo}","CN"],["{@book Mechanus|MPP|0|Mechanus}","LN"],["{@book Mount Celestia|MPP|0|Mount Celestia}","LG"],["{@book The Nine Hells|MPP|0|The Nine Hells}","LE"],["{@book Pandemonium|MPP|0|Pandemonium}","CN, CE"],["{@book Ysgard|MPP|0|Ysgard}","CN, CG"]],"name":"Planar Alignment; Outer Plane Alignments","page":6,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Aberrations","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature aboleth} travels in a muck-filled, orbicular carriage, seeking to better understand the Outer Planes in preparation for a future world-domination scheme."],["2","A {@creature beholder} influenced by {@book the Abyss|MPP|0|The Abyss} has compound eyes and looks like a floating, cyclopean fly head. It promises not to destroy the characters if they bring it a corpse it has never tasted before."],["3","A dejected {@creature red slaad} wishes to be reunited with its {@creature slaad tadpole}, but it isn't certain where—or in what—it implanted its egg."],["4","A hirsute, axe-wielding {@creature flumph} influenced by {@book Ysgard|MPP|0|Ysgard} quests across the land, seeking legendary beasts to slay and epic songs to sing."]],"name":"Outlands Aberrations","page":11,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Beasts","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An awakened {@creature giant scorpion} owns a custom-made boat and runs a ferry business along a prominent river. It offers its services to characters in need."],["2","A {@creature triceratops} influenced by {@book Mechanus|MPP|0|Mechanus} and composed of simple geometric shapes charges creatures that enter the angular canyons it inhabits. It moves only in straight lines and turns only at right angles."],["3","{@creature Stirge||Stirges} drawn from countless worlds congregate in a tornado-sized, bloodsucking cloud that threatens a gate-town."],["4","A desiccated {@creature giant frog} influenced by {@book Pandemonium|MPP|0|Pandemonium} screams whenever it opens its mouth. Its interior is even noisier."]],"name":"Outlands Beasts","page":11,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Celestials","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature empyrean} calls for aid in taking back a corner of the Outlands overrun by demons."],["2","Wearing grim armor and displaying a rust-colored horn, a {@creature unicorn} influenced by {@book Acheron|MPP|0|Acheron} challenges all it encounters to mortal combat."],["3","A fallen {@creature deva}, now neutral aligned, is on permanent vacation. The mellow angel is a font of multiversal secrets, but it shares them only with strangers who prove themselves more relaxed than it."],["4","A {@creature couatl} influenced by {@book Limbo|MPP|0|Limbo} has color-changing wings and insists passersby convince it that they're worthy of existing. If the couatl isn't convinced, it has a 50 percent chance of either attacking or wandering off."]],"name":"Outlands Celestials","page":11,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Constructs","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A tyrannical {@creature homunculus} rules over the small domain of its long-lost archmage master."],["2","A beautiful but vain {@creature flesh golem} influenced by {@book Arborea|MPP|0|Arborea} insists on following a character until the character sketches, sculpts, or otherwise artistically renders it."],["3","A gang of inquisitive {@creature Monodrone||monodrones} and its {@creature duodrone} leader insist on following a character, saying they expect that individual's doom to be \"statistically noteworthy.\""],["4","A {@creature clay golem} influenced by {@book the Beastlands|MPP|0|The Beastlands} has been transformed into the walking hive that's home to numerous {@creature Swarm of Wasps||swarms of insects (wasps)}."]],"name":"Outlands Constructs","page":12,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Dragons","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient gold dragon} disguised as a canary gives the characters a nonmagical item and offers them Bahamut's best wishes."],["2","A lawful good {@creature Faerie Dragon (Violet)||faerie dragon} with wings like stained glass has been influenced by {@book Mount Celestia|MPP|0|Mount Celestia}. It seeks the characters' aid in recovering a stolen {@item holy avenger}."],["3","A {@creature time dragon wyrmling|MPP} (presented later in this book) wants help constructing a magical structure that will be important in the future."],["4","A neutral evil {@creature adult silver dragon} with dull, gray scales has been influenced by {@book Hades|MPP|0|Hades}. It demands a toll from any who crosses its domain."]],"name":"Outlands Dragons","page":12,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Elementals","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Water Elemental||Water elementals} travel in a group that looks like a long, wandering river."],["2","Some skull-headed {@creature Azer||azers} have been influenced by {@book the Nine Hells|MPP|0|The Nine Hells}. They escort a heavily armored caravan of rare ore to the gate-town of Ribcage."],["3","A wounded {@creature mud mephit} asks the characters to help it deliver a sealed package to a leader in a nearby gate-town."],["4","A wealthy {@creature dao} that glistens with gemstones has been influenced by {@book Arborea|MPP|0|Arborea}. It leads a parade of glimmering {@creature galeb duhr} between gate-towns as part of a shopping spree for precious rocks."]],"name":"Outlands Elementals","page":13,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Fey","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Revelers joined a group of {@creature Satyr||satyrs} in their festivities. As the satyrs' celebration has continued for over a year, the revelers seek the characters' help in extricating themselves without offending their hosts."],["2","A kindly {@creature green hag} influenced by {@book Elysium|MPP|0|Elysium} invites passersby to join her for tea in her cottage made of sweets. She makes some of the best cookies in the Outlands."],["3","A pack of {@creature Blink Dog||blink dogs} tracks a band of {@creature Maelephant|MPP|maelephants} (presented {@book later|MPP|1|Maelephant} in this book) to prevent them from spoiling lands influenced by the Upper Planes."],["4","A gnarled {@creature dryad} influenced by {@book Carceri|MPP|0|Carceri} seeks to entrap creatures within the root-snarled, prison-like cavern beneath her grove."]],"name":"Outlands Fey","page":13,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Fiends","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature nycaloth} seeks to capture several monochromatic {@creature Hell Hound||hell hounds} influenced by {@book Gehenna|MPP|0|Gehenna}. The yugoloth seeks to sell the hounds to Fiends participating in the Blood War."],["2","After being ambushed by a rival, a {@creature night hag} merchant offers a reward to characters who help her recover her lost inventory: several dozen stray {@creature Larva|DMG|larvae} (see the {@book Dungeon Master's Guide|DMG})."],["3","A hero requests the characters' help in gaining the aid of a legendary steed called a nic'epona, a {@creature nightmare} influenced by one of the Upper Planes."],["4","Rival {@creature Incubus||incubi} seek to recruit the characters to serve either a {@creature balor} warlord or a {@creature pit fiend} general whose fiendish armies are prepared to clash nearby."]],"name":"Outlands Fiends","page":13,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Giants","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Several {@creature Cyclops||cyclopes} refuse to let the characters pass through a region where they're constructing a massive ring of beautifully carved standing stones."],["2","An {@creature ettin} influenced by {@book the Beastlands|MPP|0|The Beastlands} has one head with bovine features and one head with lupine features. It desperately needs help finding something both heads are willing to eat."],["3","A {@creature storm giant} seeks the characters' help in finding an offering of significant worth and size to impress the god Annam."],["4","A jade-skinned {@creature oni} from Bytopia has become separated from the spirit she was bound to protect. She requests aid in catching up to her lost ward."]],"name":"Outlands Giants","page":13,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Humanoids","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters need to find a wandering {@creature priest} who alone knows the ritual necessary to open a specific portal."],["2","Several gnome {@creature Mage||mages} seek help recovering their walking castle from a band of aggressive, spine-covered {@creature lizardfolk} influenced by {@book the Abyss|MPP|0|The Abyss}."],["3","The characters stumble across a youthful or elderly {@creature commoner} who doesn't know how they came to be in the Outlands and who wants only to go home."],["4","A {@creature bandit captain} and his gang seek the characters' help as they plan a heist in the realm of an immortal being, like the {@book Realm of the Norns|SatO|_UNKNOWN} or {@book Wonderhome|SatO|_UNKNOWN} (see {@book Sigil and the Outlands|SatO} for details on both locations)."]],"name":"Outlands Humanoids","page":14,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Monstrosities","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters are hired to recover cargo from a crashed vessel brimming with rare technology, but the wreckage is overrun with {@creature Rust Monster||rust monsters}."],["2","The characters have to retrieve a treasure from a group of mischievous {@creature Sprite||sprites}. The sprites are secretly defended by {@creature Mimic||mimics} influenced by {@book Elysium|MPP|0|Elysium} that take the form of tiny, whimsical cottages."],["3","A pride of {@creature Displacer Beast||displacer beasts} stalks a band of traveling merchants. The merchants seek protection from the predators hunting them for sport."],["4","A {@creature drider} influenced by {@book Arborea|MPP|0|Arborea} runs a {@creature giant spider} ranch. She hires the characters to hunt a rare breed of {@creature sunfly|MPP} (detailed {@book later|MPP|1|Sunflies} in this book) that, when fed to her spiders, will allow them to produce a remarkable type of silk."]],"name":"Outlands Monstrosities","page":14,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Oozes","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A yugoloth arms dealer has captured a hundred {@creature Gray Ooze||gray oozes} and seeks to sell them in the gate-town of Rigus as a weapon capable of destroying Acheron's floating cubes. A rival hires the characters to steal and dispose of the oozes."],["2","Within a {@creature gelatinous cube} influenced by {@book Gehenna|MPP|0|Gehenna} floats a gigantic fiendish skull. Numerous Fiends revere the cube and interpret depraved schemes and threatening orders from its quivering. A Celestial seeks aid in destroying the cube."],["3","A bog in a region influenced by {@book Carceri|MPP|0|Carceri} is swamped with countless {@creature Black Pudding||black puddings}. The characters are hired to recover a lost relic from the bottom of the bog."],["4","A chef in the gate-town of {@book Tradegate|SatO|_UNKNOWN} wants the characters to retrieve royal jelly from a hive of giant bees (use the {@creature giant wasp} stat block). He doesn't note that the hive's honey takes the form of sweet-tasting {@creature Ochre Jelly||ochre jellies}."]],"name":"Outlands Oozes","page":14,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Plants","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A young {@creature treant} wants to put down roots. It asks the characters to help it travel around the Outlands so it can find a suitable place to call home."],["2","A {@creature myconid sovereign} has convinced a group of {@creature Githzerai Monk||githzerai monks} to abandon their teachings and follow its path to serenity. Another githzerai hires the characters to oust the fungal guru."],["3","An herbalist has cultivated a unique breed of {@creature Gas Spore||gas spores}. She hires the characters to convey the spores to her buyer without setting off the fungi."],["4","A resident of the gate-town of {@book Ecstasy|SatO|_UNKNOWN} is missing. His garden of {@creature Twig Blight||twig blights}—influenced by {@book Elysium|MPP|0|Elysium} to resemble topiary sculptures—haven't been fed and now sow chaos in town."]],"name":"Outlands Plants","page":14,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Outlands Undead","colLabels":["d4","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters find a trapped {@creature crawling claw}. Rather than attacking, the severed hand can lead the characters to the thankful immortal who lost it."],["2","A {@creature banshee} influenced by {@book Acheron|MPP|0|Acheron} appears as a fallen knight-commander with a legion of {@creature Specter||specters}. Guardians of the gate-town of Rigus hire the characters to help banish the phantom army."],["3","A {@creature lich} seeks to dominate the gate-town of Hopeless and see it dragged into Hades with himself as its ruler. Citizens of the gate-town entreat the characters to keep the gate-town hopeful enough that it doesn't fall into the Lower Plane."],["4","Several confused {@creature ghost} {@book petitioners|MPP|0|Petitioners} have become lost. They seek someone to pass judgment on their lives and deliver them to the proper planes."]],"name":"Outlands Undead","page":15,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Chaotic Planar Encounters","colLabels":["d100","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–8","{@dice 1d6} {@creature Bariaur Wanderer|MPP|bariaur wanderers}*"],["09–16","1 {@creature monodrone} that has gone rogue and seeks the meaning of the multiverse"],["17–24","{@dice 1d6} {@creature Swarm of Sunflies|MPP|swarms of sunflies}*"],["25–31","{@dice 1d4} {@creature Red Slaad||red slaadi}"],["32–38","1 {@creature Cranium Rat Squeaker Swarm|MPP|swarm of cranium rat squeakers}.* Roll a die. If the number is even, these cranium rats have set up a tiny shop. If the number is odd, these cranium rats have also set up a tiny shop but are con artists."],["39–46","{@dice 1d6} {@creature Pteranodon||pteranodons}"],["47–55","{@dice 1d4} {@creature Mercykiller Bloodhound|MPP|Mercykiller bloodhounds}* tracking a planar criminal"],["56–62","{@dice 1d8} {@creature berserker} {@book petitioners|MPP|0|Petitioners}"],["63–72","A rift-like portal connecting to a random plane"],["73–79","1 {@creature ettin} with two different animal heads"],["80–85","1 {@creature green slaad} disguised as a lost explorer from the Material Plane"],["86–90","{@dice 1d6} {@creature Vrock||vrocks} seeking to dragoon captives into the Blood War"],["91–97","A location the characters passed hours ago"],["98–00","1 chaotic {@creature empyrean} seeking companions to undertake a mighty quest"]],"name":"Chaotic Planar Encounters","page":63,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Evil Planar Encounters","colLabels":["d100","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–7","{@dice 1d6} {@creature Vargouille Reflection|MPP|vargouille reflections}*"],["08–16","1 {@creature night hag} selling {@dice 2d6} {@creature Larva|DMG|larvae} (see the {@book Dungeon Master's Guide|DMG})"],["17–23","{@dice 1d4} {@creature Razorvine Blight|MPP|razorvine blights}*"],["24–31","A force of {@dice 3d10} {@creature Hobgoblin||hobgoblins} and 1 {@creature hobgoblin} {@creature warlord|MPMM}"],["32–38","1 {@creature gnoll fang of Yeenoghu} and {@dice 2d6} {@creature Gnoll||gnolls}"],["39–47","1 {@creature ultroloth} and {@dice 1d4} {@creature Mezzoloth||mezzoloths}"],["48–53","1 {@creature darkweaver|MPP}* that calls from its shadowy lair"],["54–63","A portal to a Lower Plane that whispers sinister promises"],["64–69","1 {@creature shator demodand|MPP}* seeking its lost prisoners"],["70–77","{@dice 2d6} {@creature Nightmare||nightmares}"],["78–84","1 {@creature githyanki knight} mounted on 1 {@creature young red dragon}"],["85–91","1 {@creature lich} in a sinister walking citadel"],["92–98","A Blood War battlefield where 1 {@creature marilith} general leads demons against 1 {@creature ice devil} general and its devils"],["99–00","1 {@creature baernaloth|MPP}* with a sinister magic item"]],"name":"Evil Planar Encounters","page":63,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Good Planar Encounters","colLabels":["d100","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–09","1 {@creature sunfly|MPP}* carrying a tiny dessert"],["10–16","1 {@creature lantern archon|MPP}* leading a group of {@dice 2d4} {@creature commoner} {@book petitioners|MPP|0|Petitioners} who are prone to getting lost"],["17–22","{@dice 1d6} {@creature Musteval Guardinal|MPP|musteval guardinals}* on a secret mission"],["23–28","1 {@creature time dragon wyrmling|MPP}*"],["29–35","{@dice 1d4} {@creature Hound Archon|MPP|hound archons},* each with a {@creature mastiff} tracking dog"],["36–41","A friendly, awakened {@creature swarm of bats}"],["42–48","{@dice 1d4} {@creature Cloud Giant||cloud giants} on a floating island"],["49–56","1 {@creature druid} studying an inert, magical animal sculpture made of thousands of tanzanite crystals"],["57–63","1 {@creature treant} comprised of cacti, coral, or mushrooms"],["64–70","1 {@creature avoral guardinal|MPP}* seeking a lost animal {@book petitioner|MPP|0|Petitioners}"],["71–80","A portal to an Upper Plane that beckons with promises of eternal peace and comfort"],["81–87","1 gold dragon (your choice of {@creature Young Gold Dragon||young}, {@creature Adult Gold Dragon||adult}, or {@creature Ancient Gold Dragon||ancient})"],["88–95","1 {@creature planar incarnate|MPP|planar incarnate (Celestial form)}"],["96–00","1 {@creature solar} angel sent to bestow a {@book blessing|DMG|7|Blessings} (see the {@book Dungeon Master's Guide|DMG}) on a character"]],"name":"Good Planar Encounters","page":63,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Lawful Planar Encounters","colLabels":["d100","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","A {@creature warden archon|MPP}* guarding a portal to a dangerous plane"],["07–13","1 {@creature imp} who claims to speak for an archdevil"],["14–21","{@dice 1d6} {@creature Hands of Havoc Fire Starter|MPP|Hands of Havoc fire starters}*"],["22–29","1 {@creature maelephant|MPP}*"],["30–36","1 {@creature flumph} {@book petitioner|MPP|0|Petitioners} that's excited to learn about the planes"],["37–42","1 {@creature decaton modron|MPP}* and {@dice 2d6} {@creature Quadrone||quadrones} on their way back to Mechanus"],["43–48","1 {@creature guardian naga} storyteller"],["49–54","1 {@creature gynosphinx} who guards secret wisdom"],["55–61","{@dice 1d6} {@creature Knight||knights} on a quest across the planes"],["62–69","1 {@creature nonaton modron|MPP}* in a walking citadel that looks like a giant modron"],["70–76","{@dice 1d4} {@creature Couatl||couatls}"],["77–84","1 {@creature Mind's Eye matter smith|MPP}* testing a new invention"],["85–90","1 {@creature beholder} {@book petitioner|MPP|0|Petitioners} scheming against a rival who's still alive"],["91–97","1 {@creature pit fiend} who claims to speak for an archdevil"],["98–00","1 {@creature hexton modron|MPP}* leading a march of hundreds of lesser modrons"]],"name":"Lawful Planar Encounters","page":63,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Neutral Planar Encounters","colLabels":["d100","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–07","{@dice 1d6} {@creature thri-kreen} looking for a way back to their Material Plane home"],["08–15","A mysterious being who communicates via 1 {@creature cranium rat squeaker|MPP}*"],["16–22","{@dice 1d4} {@creature Society of Sensation Muse|MPP|Society of Sensation muses}* undertaking increasingly daring feats"],["23–31","1 {@creature smoke mephit} carrying challenges between archmage rivals"],["32–38","1 {@creature eater of knowledge|MPP}*"],["39–46","{@dice 2d12} {@creature commoner} {@book petitioners|MPP|0|Petitioners} fleeing {@dice 1d4} {@creature Farastu Demodand|MPP|farastu demodands}* and 1 {@creature kelubar demodand|MPP}*"],["47–55","1 {@creature cuprilach rilmani|MPP}* on an assassination mission"],["56–64","1 {@creature equinal guardinal|MPP}* messenger"],["65–71","{@dice 1d4} {@creature Githzerai Traveler|MPP|githzerai travelers}*"],["72–79","1 {@creature kolyarut|MPP}* seeking a contract breaker"],["80–86","1 {@creature aurumach rilmani|MPP}*"],["87–92","1 {@creature githzerai futurist|MPP}* with a warning about a character's future"],["93–98","1 {@creature flameskull} claiming to be the famed planar explorer Morte"],["99–00","1 {@creature ancient time dragon|MPP}* (50 percent chance the time dragon is from the past, 50 percent chance it's from the future)"]],"name":"Neutral Planar Encounters","page":63,"source":"MPP","chapter":{"name":"Introduction: Multiversal Menagerie","index":0}},{"caption":"Ascendant Factions of Sigil","colLabels":["Name","Summary"],"colStyles":["col-6","col-6"],"rows":[["{@creature Athar Null|MPP|Athar}","Claim the gods are frauds"],["{@creature Bleak Cabal Void Soother|MPP|Bleak Cabal}","Find no sense in the multiverse"],["{@creature Doomguard Doom Lord|MPP|Doomguard}","Celebrate destruction"],["{@creature Doomguard Rot Blade|MPP|Fated}","Take all they can"],["{@creature Fated Shaker|MPP|Fraternity of Order}","Discover laws to find truth"],["{@creature Fraternity of Order Law Bender|MPP|Hands of Havoc}","Free society through chaos"],["{@creature Hands of Havoc Fire Starter|MPP|Harmonium}","Enforce peace through might"],["{@creature Harmonium Captain|MPP|Heralds of Dust}","Believe we're already dead"],["{@creature Harmonium Peacekeeper|MPP|Mercykillers}","Bringers of merciless justice"],["{@creature Heralds of Dust Remnant|MPP|Mind's Eye}","Seekers of godhood"],["{@creature Mercykiller Bloodhound|MPP|Society of Sensation}","Find truth through experience"],["{@creature Mind's Eye Matter Smith|MPP|Transcendent Order}","Act unfettered by thought"]],"name":"Faction Agents; Ascendant Factions of Sigil","page":53,"source":"MPP","chapter":{"name":"Bestiary A to Z","index":1}},{"caption":"Spells","colLabels":["Level","Spell","School","Class"],"colStyles":["col-2 text-center","col-2","col-2","col-6"],"rows":[["2nd","{@spell Warp sense|SatO}","Divination","Sorcerer, warlock, wizard"],["4th","{@spell Gate seal|SatO}","Abjuration","Sorcerer, warlock, wizard"]],"name":"Spells","page":12,"source":"SatO","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Portal Quirks","colLabels":["d6","Portal Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One-Way. The portal functions only one way, either into or out of Sigil. The portal isn't visible or detectable from the exit side."],["2","Shifting. One end of the portal moves in a pattern between different locations in Sigil or the destination plane."],["3","Slow. After a creature enters the portal, {@dice 2d4} days pass before the creature appears at its destination, during which time the creature is trapped in a stasis and is unaware of the passage of time."],["4","Taxing. The portal's energy is unstable. A creature that passes through the portal must succeed on a {@dc 10} Constitution saving throw or gain 1 level of {@condition exhaustion}."],["5","Temporary. The portal allows only {@dice 1d6 + 6} travelers to pass through in either direction, then vanishes."],["6","Tumbling Lock. Every time the portal is opened, it requires a different portal key."]],"name":"Portal Quirks","page":18,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Planar Portals","colLabelRows":[["","",{"type":"cellHeader","width":2,"entry":"Destination","style":"th-skewer"},""],["d100","Portal Anchor","Sigil","Other Plane","Sample Keys"]],"colStyles":["col-2 text-center","col-2","col-2","col-2","col-4"],"rows":[["01–03","Carved wooden arch","{@book Bottle and Jug|SatO|2|Bottle and Jug}","{@book Ysgard|DMG|2|Ysgard}","Stein, war horn"],["04–06","Revolving door","{@book Face of Gith|SatO|2|Face of Gith}","{@book Limbo|DMG|2|Limbo}","Melting ice, red slaad egg"],["07–09","Shattered window","{@book Nowhere|SatO|2|Nowhere}","{@book Pandemonium|DMG|2|Pandemonium}","Brick from an infirmary, tattered paper fan"],["10–12","Sewer pipe","{@book Infinite Well|SatO|2|Infinite Well}","{@book The Abyss|DMG|2|The Abyss}","Celestial blood, demon ichor"],["13–15","Cell door","{@book Prison|SatO|2|Prison}","{@book Carceri|DMG|2|Carceri}","Broken key, length of chain"],["16–18","Open grave","{@book Dead Nations|SatO|2|Dead Nations}","{@book Hades|DMG|2|Hades}","Faceless mask, scrap of gray cloth"],["19–21","Trapdoor","{@book Grease Pit|SatO|2|Grease Pit}","{@book Gehenna|DMG|2|Gehenna}","Bloody knife, lava rock"],["22–24","Furnace door","{@book Bank of Abbathor|SatO|2|Bank of Abbathor Inc.}","{@book The Nine Hells|DMG|2|The Nine Hells}","Pinch of sulfur, signed contract"],["25–27","Iron gate","{@book Armory|SatO|2|Armory}","{@book Acheron|DMG|2|Acheron}","Broken blade, medal"],["28–30","Clock tower face","{@book High Courts|SatO|2|High Courts}","{@book Mechanus|DMG|2|Mechanus}","Metal cog, perfectly balanced scales"],["31–33","Razorvine trellis","{@book Great Foundry|SatO|2|Great Foundry}","{@book Arcadia|DMG|2|Arcadia}","Rune-inscribed ingot, sprig of grapes"],["34–36","Temple window","{@book Heart's Fire|SatO|2|Heart's Fire}","{@book Mount Celestia|DMG|2|Mount Celestia}","Angel feather, holy water"],["37–39","Ornate mirror","{@book Hall of Speakers|SatO|2|Hall of Speakers}","{@book Bytopia|DMG|2|Bytopia}","Garden trowel, pair of twins"],["40–42","Reflecting pool","{@book Gatehouse|SatO|2|Gatehouse}","{@book Elysium|DMG|2|Elysium}","Tears of joy, white lily"],["43–45","Stable gate","{@book Flame Pits|SatO|2|Flame Pits}","{@book The Beastlands|DMG|2|The Beastlands}","Animal tooth, fresh wildflower"],["46–48","Garden arch","{@book Civic Festhall|SatO|2|Civic Festhall}","{@book Arborea|DMG|2|Arborea}","Boisterous laughter, pinprick from a thorn"],["49–58","Courtyard gate","{@book Fortune's Wheel|SatO|2|Fortune's Wheel}","{@book The Outlands|DMG|2|The Outlands and Sigil}","Stone from the Spire, spoked wheel"],["59–63","Bedroom closet","{@book Planar Energy Cooperative|SatO|2|Planar Energy Cooperative}","{@book Ethereal Plane|DMG|2|Ethereal Plane}","Burial shroud, phase spider mandible"],["64–68","Skylight","{@book Shattered Temple|SatO|2|Shattered Temple}","{@book Astral Plane|DMG|2|Astral Plane}","Scrap of githyanki armor, silver sphere"],["69–71","Chimney","{@book Great Bazaar|SatO|2|Great Bazaar}","{@book Elemental Plane of Air|DMG|2|Plane of Air}","Incense smoke, silken scarf"],["72–74","Cellar door","{@book Tower Sorcerous|SatO|2|Tower Sorcerous}","{@book Elemental Plane of Earth|DMG|2|Plane of Earth}","Granite cube, metal ore"],["75–77","Blazing hearth","{@book Smoldering Corpse Bar|SatO|2|Smoldering Corpse Bar}","{@book Elemental Plane of Fire|DMG|2|Plane of Fire}","Brass brazier, burning coal"],["78–80","Crumbling well","{@book The Ditch|SatO|2|The Ditch}","{@book Elemental Plane of Water|DMG|2|Plane of Water}","Pearl, pure water"],["81–90","Mausoleum entrance","{@book Mortuary|SatO|2|Mortuary}","{@book Shadowfell|DMG|2|Shadowfell}","Grave dirt, mourner's veil"],["91–94","Yew wardrobe","{@book Parted Veil|SatO|2|Parted Veil}","{@book Feywild|DMG|2|Feywild}","Book of limericks, toadstool"],["95–98","Human-shaped hole","{@book Gastrognome|SatO|2|Gastrognome}","{@book Far Realm|DMG|2|The Far Realm}","Alien fossil, bezoar"],["99–00","Inn room door","{@book Ubiquitous Wayfarer|SatO|2|Ubiquitous Wayfarer}","{@book Material Plane|DMG|2|Known Worlds of the Material Plane}","Childhood toy, map scroll"]],"name":"Planar Portals","page":18,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sigil Wards","colLabels":["Ward","Prominent Factions"],"colStyles":["col-3","col-9"],"rows":[["{@book Clerks' Ward|SatO|2|Clerks' Ward}","{@book Fated|SatO|2|Fated}, {@book Incanterium|SatO|2|Incanterium},* {@book Society of Sensation|SatO|2|Society of Sensation}"],["{@book Hive Ward|SatO|2|Hive Ward}","{@book Bleak Cabal|SatO|2|Bleak Cabal}, {@book Hands of Havoc|SatO|2|Hands of Havoc}, {@book Heralds of Dust|SatO|2|Heralds of Dust}"],["{@book Lady's Ward|SatO|2|Lady's Ward}","{@book Doomguard|SatO|2|Doomguard}, {@book Fraternity of Order|SatO|2|Fraternity of Order}, {@book Harmonium|SatO|2|Harmonium}, {@book Mercykillers|SatO|2|Mercykillers}"],["{@book Lower Ward|SatO|2|Lower Ward}","{@book Athar|SatO|2|Athar}, {@book Ring Givers|SatO|2|Ring Givers},* {@book Mind's Eye|SatO|2|Mind's Eye}"],["{@book Market Ward|SatO|2|Market Ward}","{@book Free League|SatO|2|Free League},* {@book Transcendent Order|SatO|2|Transcendent Order}"],["{@book Undersigil|SatO|2|Undersigil}","Coterie of Cakes,* Revolutionary League,* Undivided* (see the \"{@book Undersigil|SatO|2|Undersigil}\" section later in this chapter for these factions)"]],"name":"Sigil Gazetteer; Sigil Wards","page":29,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Prison Inmates","colLabels":["d12","Inmate"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A chaotic evil {@creature storm giant} conquerer who darkened Sigil's skies with storm clouds"],["2","A disheveled wizard named Gifad (chaotic neutral, human {@creature mage}) who claims to hail from the future"],["3","Koe, a fiery-winged, chaotic neutral {@creature deva} imprisoned for smuggling weapons forged on Mount Celestia to Fiends on both sides of the Blood War"],["4","A clone of Manshoon (lawful evil, human {@creature archmage}), an infamous masked archwizard from the world of Toril, who insists he has been framed"],["5","A {@creature cuprilach rilmani|MPP} (see {@book Morte's Planar Parade|MPP}) that killed a former factol to preserve the Balance"],["6","A malevolent cosmic force manifesting as a {@creature planar incarnate|MPP} (see {@book Morte's Planar Parade|MPP}) that feeds on entire realities"],["7","A nameless, chaotic evil {@creature doppelganger} who has impersonated every factol in Sigil"],["8","A supernatural {@creature assassin} who targets only former mortals"],["9","A world-destroying Construct (use the {@creature kolyarut|MPP} stat block) whose creator is still at large"],["10","A {@creature decaton modron|MPP} (see {@book Morte's Planar Parade|MPP}) that turned itself in after a {@creature pentadrone} under its command malfunctioned and abandoned its post"],["11","A {@creature darkweaver|MPP} guilty of trying to eat a {@creature dabus|MPP} (both stat blocks are in {@book Morte's Planar Parade|MPP})"],["12","A {@creature kraken} that briefly drowned one of Sigil's wards by using portals to aquatic planes"]],"name":"Prison Inmates","page":45,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Spells for Sale","colLabels":["Spell","Cost per Spell"],"colStyles":["col-10","col-2 text-center"],"rows":[["{@spell Comprehend languages}, {@spell detect magic}, {@spell disguise self}, {@spell feather fall}, {@spell illusory script}, {@spell protection from evil and good}, {@spell shield}, {@spell Tenser's floating disk}","25 gp"],["{@spell Arcane lock}, {@spell darkvision}, {@spell detect thoughts}, {@spell hold person}, {@spell invisibility}, {@spell knock}, {@spell Nystul's magic aura}, {@spell warp sense|SatO}*","75 gp"],["{@spell Dispel magic}, {@spell fly}, {@spell glyph of warding}, {@spell magic circle}, {@spell sending}, {@spell tongues}","150 gp"],["{@spell Dimension door}, {@spell fabricate}, {@spell gate seal|SatO},* {@spell locate creature}","300 gp"],["{@spell Contact other plane}, {@spell legend lore}, {@spell planar binding}, {@spell Rary's telepathic bond}","750 gp"]],"name":"Spells for Sale","page":50,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Bazaar Shops","colLabels":["d8","Vendor"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Boastful human hunter ({@creature assassin}) who sells hides and armors made from creatures she has slain—such as ankheg breastplates, angel-feathered cloaks, and horned gorgon shields"],["2","Celestial-owned bookstall carrying holy texts, illuminated manuscripts, and divine stationary"],["3","Boutique where a {@creature darkweaver|MPP} (see {@book Morte's Planar Parade|MPP}) with an eye for fashion weaves the latest styles out of pure shadow"],["4","Food stall catering to creatures of a specific type"],["5","Sweltering iron shack where a {@creature fire giant} blacksmith and his two {@creature magmin} helpers craft sturdy weapons with harmlessly smoldering pommels"],["6","Pawn shop that specializes in portal keys"],["7","Souvenir shop full of chintzy planar trinkets that might all be Tiny {@creature Mimic||mimics}"],["8","Contractor hiring monsters to defend dungeons on other worlds"]],"name":"Shopping in the Bazaar; Bazaar Shops","page":53,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sigil Adventure Hooks","colLabels":["d10","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A lost soul asks the party to escort them to the home of their deity—who no one's ever heard of."],["2","A barrister begs the characters to serve as witnesses during a trial in the {@book High Courts|SatO|2|High Courts}, but the characters have no memory of witnessing a crime."],["3","A {@creature cranium rat squeaker|MPP} (see {@book Morte's Planar Parade|MPP}) with an important secret needs help avoiding foes and finding its swarm elsewhere in Sigil."],["4","Refugees entreat the characters to help them find a safe new home in Sigil."],["5","The characters learn that a terrifying war machine is being transported through Sigil for use in conquering a Material Plane world."],["6","A shop or tavern owner hires the characters to track down a deadbeat patron—a {@creature solar}, a {@creature pit fiend}, a {@creature death knight}, or other powerful being."],["7","A group tries to kidnap a character, as the character is the key to a portal the group plans to use."],["8","A villain looks remarkably like one of the characters, enough so that a {@creature kolyarut|MPP} or {@creature cuprilach rilmani|MPP} (both detailed in {@book Morte's Planar Parade|MPP}) mistakes the character for the scoundrel."],["9","An {@creature archmage} new to the city offers to reward the characters with a magic item if they serve as their touts and sedan chair carriers for a day."],["10","A {@creature dabus|MPP} (see {@book Morte's Planar Parade|MPP}) requests the characters' aid in removing someone or someplace from Sigil before the Lady of Pain learns of it."]],"name":"Sigil Adventure Hooks","page":58,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Faction Missions","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A factol hires the characters to dig up dirt on a rival faction leader."],["2","The characters must infiltrate another faction's headquarters and steal a priceless item."],["3","A faction leader hires the characters as bodyguards for an important city event at the {@book Hall of Speakers|SatO|2|Hall of Speakers}."],["4","Suspicious of their own ranks, a factol hires the characters to root out a spy."],["5","A factotum secretly offers the characters a hefty reward to break someone out of the {@book Prison|SatO|2|Prison}."],["6","After a public spat with another faction leader, a factol goes missing. Their second-in-command hires the characters to investigate."]],"name":"Faction Missions","page":58,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sigil Calamities","colLabels":["d8","Calamity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sigil begins to shudder daily at peak and antipeak, causing a citywide panic."],["2","Waves of arcane blackouts sweep across Sigil. During these events, magic items have their effects suppressed, spells behave unpredictably, and portals cease to function. The {@book Incanterium|SatO|2|Incanterium} is to blame."],["3","Without warning, the Lady of Pain sends two-thirds of Sigil's population to {@book the Mazes|SatO|2|The Mazes}. It's up to the characters to figure out why."],["4","Reliable portals throughout Sigil begin to malfunction. Chaos ensues as citizens vanish to unknown planes in a mass."],["5","A portal to the front lines of the Blood War opens in the {@book Lower Ward|SatO|2|Lower Ward}, bringing the conflict to the city."],["6","Dozens of dead factions unite in {@book Undersigil|SatO|2|Undersigil}. They mount an uprising on the surface and attempt to oust several factions."],["7","The Lady of Pain locks the Cage without warning, barring anything and anyone from entering or exiting the City of Doors."],["8","The Lady of Pain decrees that Sigil tolerates its factions no longer. They must disband or risk her wrath. Three factols come together and hire the characters to change the Lady's mind."]],"name":"Sigil Calamities","page":58,"source":"SatO","chapter":{"name":"Sigil, the City of Doors","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Automata Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Fleeing interplanar bounty hunters, a three-horned tiefling named Romerillo (chaotic good, tiefling {@creature spy}) seeks refuge on one of the Upper Planes. Romerillo asks the characters to sneak them aboard the Concordant Express."],["2","Disguised as Serafil, a {@creature shator demodand|MPP} (see {@book Morte's Planar Parade|MPP}) assumes the council member's position and has the \"impostor\" arrested. Serafil's disheveled secretary beseeches the characters for aid."],["3","A chaotic evil {@creature quadrone} tampers with the street numbers at night, causing widespread gridlock as modrons leave for work each morning. The Council of Order asks the characters to investigate."],["4","A {@creature marid} fruit vendor is arrested in the Inverse for color-coordinating the produce in their stall. The genie petitions the characters to defend them in the nonsensical courts of the Hall of Discord."]],"name":"Automata Adventures","page":63,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Bedlam Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The winds puppeteer the contents of an armory in the Bleakheights. A {@creature goblin} shopkeep pays the characters to defend their shop's wind chimes from rampaging suits of {@creature animated armor}."],["2","Each night, a {@creature darkweaver|MPP} (see {@book Morte's Planar Parade|MPP}) snatches a resident of Midtown and drags them into the {@book Wailing Hollows|SatO|3|Wailing Hollows}. Gatekeeper Cirrus calls for the creature's capture or extermination."],["3","Orbys Bumblewing asks the characters to test a dubious new flying machine. During their flight, Nimbus Knife {@creature Bandit||bandits} attempt to steal it."],["4","A wave of murder sweeps through Midtown, caused by a malevolent breeze (use the {@creature ghost} stat block) that possesses the townsfolk."]],"name":"Bedlam Adventures","page":65,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Curst Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dolores ({@creature green hag}) pays the characters to remove a group of {@creature Bandit||bandits} from her junkyard."],["2","A disgraced {@creature githzerai uniter|MPP} (see {@book Morte's Planar Parade|MPP}) in the {@book Traitor's Gate|SatO|3|Traitor's Gate} pays the characters to free Tovus Gilaf from the burgomaster's estate."],["3","A {@creature Mercykiller bloodhound|MPP} (see {@book Morte's Planar Parade|MPP}) arrives in town, searching for a fugitive who looks exactly like one of the characters."],["4","The gate to Carceri briefly ruptures, releasing a host of destructive {@creature Fomorian||fomorians} on Curst."]],"name":"Curst Adventures","page":67,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ecstasy Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A convincing petitioner (chaotic neutral {@creature ghost}) pretends to be the long-lost relative of a character. The spirit aims to possess the character and live life to the fullest."],["2","The Lightcaller holds a peace banquet in {@book Solrise Tower|SatO|3|Solrise Tower}, inviting powerful devils and demons in hopes of ending the Blood War. A {@creature solar} requests the characters attend in case things turn ugly."],["3","A {@creature green hag} poisons Ecstasy's orchards daily at twilight, outside the jurisdiction of either monarch. After a string of illnesses at {@book Revelhome|SatO|3|Revelhome}, Madame Millani hires the characters to investigate."],["4","Three evenings have passed since the gates of {@book Moondark Tower|SatO|3|Moondark Tower} last opened. An owl-like {@creature avoral guardinal|MPP} (see {@book Morte's Planar Parade|MPP}) night merchant asks the party to solve the mystery."]],"name":"Ecstasy Adventures","page":69,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Excelsior Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature androsphinx} arrives in Excelsior and declares itself the new high chancellor. Forough petitions the characters to help cement her authority."],["2","The {@creature empyrean} Tygrant receives a prophecy that he can return to Mount Celestia only if he is humbled through defeat. He challenges all of Excelsior, including the characters, to wrestling matches in his tower."],["3","Allowed into the {@book forum|SatO|3|Forum} on an ancient contract, a silver-tongued {@creature pit fiend} invites Excelsior's orators to debate the worth of a soul. An angel asks the characters to take the podium."],["4","The faith of a divine champion ({@creature gladiator}) begins to waver in the {@book Chandelier|SatO|3|Chandelier}, causing their cloud keep to shudder. A {@creature lantern archon|MPP} (see {@book Morte's Planar Parade|MPP}) asks the characters to erase the warrior's doubt before their fortress falls from the sky."]],"name":"Excelsior Adventures","page":71,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Faunel Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Mick Mangehide ({@creature gnoll fang of Yeenoghu}) and his band of {@creature Gnoll||gnolls} set out to claim the hides of Faunel's three pack leaders."],["2","Commanded by a general in Rigus, a {@creature hobgoblin warlord} attempts to capture {@book Camp Greenbriar|SatO|3|Camp Greenbriar} and convert it into a logging camp."],["3","A {@creature musteval guardinal|MPP} (see {@book Morte's Planar Parade|MPP}) explorer hires the characters to join an expedition to recover a lost treasure from Old Faunel."],["4","An irate {@creature roc} assails Eagles' Aerie, gobbling up its inhabitants and destroying their nests in search of its egg, which was stolen by the Vile Hunt."]],"name":"Faunel Adventures","page":73,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Fortitude Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A local politician (dwarf {@creature noble}) pays the characters to dig up dirt on an opponent."],["2","After a series of guilty admissions, {@creature Black Pudding||black puddings} begin to slither from the {@book Pavilion of Purity|SatO|3|Pavilion of Purity} at night, slaying their confessors one by one. The Spotless Seven hires the party to scrub the black puddings from the town."],["3","One of the Storm Lords falls ill with a supernatural cold, plunging Fortitude into a sudden brutal winter. The remaining three elemental beings ask the characters to enter the gate in search of a cure."],["4","A popular candidate for the Spotless Seven convinces several citizens that to achieve inner harmony, they must indulge themselves in one night of unchecked mayhem."]],"name":"Fortitude Adventures","page":75,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Glorium Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The town's deceased warriors rise to fight again as {@creature Ghost||ghosts}, but their resurgence creates headaches when the spirit of Flatnose Grim expects to be reinstated as the town's ruler."],["2","After an argument with Tyrza, Jek Thanol refuses to shield Glorium from the armies of Gzemnid. With their treaty shattered, a {@creature death tyrant} attacks the gate-town."],["3","A {@creature frost giant} jarl learns of the entrance to the World Tree within {@book Serpent's Rise|SatO|3|Serpent's Rise}. Rather than attack Glorium, he sets out to find the root and use it to conquer untold worlds."],["4","A {@creature sea hag} in the {@book Sacred Well|SatO|3|Sacred Well} tells one of the characters they will die at the hand of Gzemnid in five days."]],"name":"Glorium Adventures","page":77,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hopeless Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The party is caught red-handed after a mean-spirited {@creature goblin} makeup artist ambushes them with a splash of magic paint. Two {@creature Beholder||beholders} demand the characters perform at the {@book Gallows|SatO|3|Gallows} or be disintegrated where they stand."],["2","Commanded by its superiors in Hades, a {@creature nycaloth} bubbles up through the Wishless Well and begins hunting members of the resistance in Hopeless."],["3","High Cardinal Thingol hires the characters to catch the Jester, a costumed vigilante ({@creature mage}) in possession of a wand that spreads joy."],["4","A {@creature baernaloth|MPP} (see {@book Morte's Planar Parade|MPP}) whispers to the characters through the Wishless Well, offering to trade ancient secrets for the Maiden of Misery's true identity."]],"name":"Hopeless Adventures","page":79,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Plague-Mort Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Disguised as a cleric of a sun god, a {@creature deva} from Excelsior begins proselytizing among hopeful townsfolk in secret. Archlector Bex commands the characters to capture the missionary and deliver them to the Pit."],["2","A farmer pays the characters to prune a patch of pustules from a field before the harvest is spoiled. Dozens of {@creature Zombie||zombies} lurk within the maze of stalks."],["3","Armed with a forked spear, the vindictive Martari Mayhem (lawful evil, tiefling {@creature gladiator}) plans to storm {@book Blightsteel Keep|SatO|3|Blightsteel Keep}. At the {@book Razed Altar|SatO|3|Razed Altar}, she hires the characters to infiltrate the stronghold and report on its defenses."],["4","Alorio Nightriddle (chaotic evil, human {@creature mage}) invites the characters to a clandestine meeting at A Pinch of Salt, a rundown tavern with a {@creature glabrezu} proprietor. Alorio wants their help to oust the archlector."]],"name":"Plague-Mort Adventures","page":81,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ribcage Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One of the character's loved ones pledges their soul in an infernal contract. To win it back, the party must argue their case before a {@creature pit fiend} judge in the Court of Cinders."],["2","Commanded by a fallen angel (lawful evil {@creature planetar}) who runs a rival tavern, a gaggle of {@creature Imp||imps} begins vandalizing the {@book Bleeding Horn|SatO|3|Bleeding Horn}. The {@creature ice devil} Sparax pays characters to deal with the situation."],["3","Thalamra Vanthampur, a deceased duke of Baldur's Gate, claws her way out of the depths of Avernus and emerges in Ribcage as a {@creature death knight}. A vengeful conqueror, she calls on the characters to help topple Duchess Zurkbane and her cronies."],["4","Duchess Zurkbane hires the characters to capture a supposedly dangerous criminal, who turns out to be an innocent {@creature commoner} who saw Zurkbane's true form."]],"name":"Ribcage Adventures","page":83,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rigus Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The {@creature arcanaloth} Fetchtatter pays the characters to steal an infernal war machine from {@book Ribcage|SatO|3|Ribcage} so it can be sold to a general in Rigus."],["2","The avatar of an evil deity of war (use the {@creature planar incarnate|MPP} stat block from {@book Morte's Planar Parade|MPP}) emerges from the {@book Lion's Gate|SatO|3|Gate} to destroy Rigus."],["3","A {@creature mummy lord} in the {@book Crown|SatO|3|Crown} commands General Braahg to implement an outdated strategy. Risking treason, the hobgoblin hires the characters to lay his superior to rest."],["4","The {@creature ghost} of a fallen warrior asks the party to investigate why their name isn't on the {@book Final Procession|SatO|3|Final Procession}. The culprit is a petty Crown General who took credit for the warrior's heroism."]],"name":"Rigus Adventures","page":85,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Sylvania Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature vampire} bachelorette invites the characters to a costumed ball at the {@book Yearning Timbers|SatO|3|Yearning Timbers}, hoping to enlist their help in choosing her next partner."],["2","A jolly halfling invites the characters to a tea party at their woodland cottage. The halfling is actually a {@creature green hag} intent on eating her guests."],["3","A {@creature blink dog} gobbles up King Ewren III. As the kingdom descends into chaos, a {@creature pixie} messenger asks the characters to help determine the next monarch."],["4","One of the Seven Spiritors (use the {@creature ghost} stat block) possesses a {@creature satyr} and involves the characters in a scandal that must be remedied."]],"name":"Sylvania Adventures","page":87,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Torch Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When a buyer stiffs the Stolen Glance, Zephesta hires the characters to collect the debt and \"rough him up a little bit.\" She fails to mention the buyer is a {@creature cloud giant}."],["2","A {@creature death tyrant} claiming to be the deceased founder of the Xanathar's Guild on Toril hires the party to obtain an invitation to the Family on its behalf—or be destroyed."],["3","The {@book Bank of Abbathor|SatO|3|Bank of Abbathor} hires the characters as security. The very same day, two {@creature Maelephant|MPP|maelephants} (see {@book Morte's Planar Parade|MPP}) attempt to rob the bank."],["4","{@creature Doppelganger||Doppelgangers} in the Lookalikes gang take on the characters' appearances and go on a crime spree, creating problems for the party at multiple locations."]],"name":"Torch Adventures","page":89,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tradegate Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While the characters are shopping, several hostile {@creature xorn} attack the {@book Trademill Mint|SatO|3|Trademill Mint}."],["2","During a demonstration for the characters, a gnome inventor's latest creation (use the {@creature iron golem} stat block) runs amok, wreaking havoc."],["3","Melvin Manyroads (chaotic good, gnome {@creature mage}) asks the characters to help map one of the many sites in the Outlands (see the \"{@book Other Realms|SatO|3|Other Realms}\" section later in this chapter)."],["4","A local beekeeper wants to sell a special planar honey in the {@book Everything Emporium|SatO|3|Everything Emporium}. To help her get started, the beekeeper asks the characters to capture {@dice 1d10} live {@creature Sunfly|MPP|sunflies} (see {@book Morte's Planar Parade|MPP})."]],"name":"Tradegate Adventures","page":91,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Xaos Adventures","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A team of four {@creature Quadrone||quadrones} recruits the party on a rescue mission into the {@book Cube|SatO|3|The Cube}."],["2","Lazethon, a {@creature githzerai uniter|MPP} (see {@book Morte's Planar Parade|MPP}), recruits the characters to defend the embassy from an approaching githyanki warship."],["3","A merciless {@creature githyanki knight} arrives in Xaos on the back of a {@creature young red dragon}. He asks the characters to help him sniff out members of the Sha'sal Khou on behalf of Vlaakith the Lich-Queen."],["4","Slaadi flock to their nest in Xaos for a ritual that occurs once every century. Afraid of becoming hosts for {@creature Slaad Tadpole||slaad tadpoles}, townsfolk beseech the characters for aid."]],"name":"Xaos Adventures","page":93,"source":"SatO","chapter":{"name":"The Outlands","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Heralds of Dust Spellcasting Fees","colLabels":["Spell","Price"],"colStyles":["col-11","col-2 text-right"],"rows":[["{@spell Identify}, {@spell illusory script}","25 gp"],["{@spell Darkvision}, {@spell gentle repose}","50 gp"],["{@spell Animate dead}, {@spell feign death}, {@spell speak with dead}","100 gp"]],"name":"Heralds of Dust Spellcasting Fees","source":"AATM","chapter":{"name":"Adventure Atlas: The Mortuary","index":0}},{"caption":"Mortuary Portals","colLabels":["d6","Portal Anchor","Portal Key"],"colStyles":["col-2 text-center","col-5 text-center","col-5"],"rows":[["1","Body bag","Vial of embalming fluid"],["2","Bone-filled ossuary","Mourning dance"],["3","Funerary urn","Spoken eulogy"],["4","Eye of a giant's skull","Two gold coins"],["5","Open casket","Flower from a grave"],["6","Pile of ashes","Dead creature's keepsake"]],"name":"Entering the Mortuary; Mortuary Portals","source":"AATM","chapter":{"name":"Adventure Atlas: The Mortuary","index":0}},{"caption":"Mortuary Chambers","colLabels":["d10","Chamber"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A storage room for objects bequeathed by the dead"],["2","A cramped, tenement-like catacomb housing for sapient Undead who live and work in Sigil"],["3","A crematorium littered with ash"],["4","A scriptorium for epitaphs, eulogies, and obituaries"],["5","A filthy room filled with mounds of grave dirt"],["6","A cadaver room where maimed Undead can peruse replacement limbs"],["7","A craft room for caskets, ships, and other containers used in funerary ceremonies"],["8","A ritual chamber affected by a permanent {@spell hallow} spell"],["9","A reception hall that smells of funeral potatoes"],["10","An autopsy room lined with surgical instruments"]],"name":"Exploring the Mortuary; Mortuary Chambers","source":"AATM","chapter":{"name":"Adventure Atlas: The Mortuary","index":0}},{"caption":"Mortuary Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A wrongfully interred {@creature death knight} launches a campaign against Factol Skall, fomenting dissent and dividing the Heralds of Dust into splinter factions. Factol Skall hires the characters to unite the dead before the faction crumbles beyond repair."],["2","A multiversal law dictates that a death council must convene in the Mortuary once every century. The characters are charged with exhuming a series of influential Undead entombed on other planes and escorting them to the Mortuary. Some of the council members are especially cranky when awoken."],["3","When a godling is born on the Upper Planes, a wave of positive energy sweeps over the Mortuary through its myriad portals, restoring hundreds of long-dead creatures to life."],["4","{@creature Factol Skall|AATM} (see the appendix) announces his retirement. Before he transcends to True Death, he asks the characters to help him name his successor."]],"name":"Mortuary Adventures; Mortuary Adventure Hooks","source":"AATM","chapter":{"name":"Adventure Atlas: The Mortuary","index":0}},{"caption":"Animated Coffin Contents","colLabels":["d6","Contents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 1d4} {@creature swarm of bats}"],["2","{@dice 1d4} {@creature Skeleton||skeletons} packed like sardines"],["3","A groaning {@creature mummy}"],["4","A patch of {@hazard yellow mold} (see the {@book Dungeon Master's Guide|DMG})"],["5","A slumbering {@creature vampire spawn}"],["6","A portal to the {@area Path of Graves|02a|x} (detailed earlier in this supplement)"]],"name":"Animated Coffin Contents","source":"AATM","chapter":{"name":"Adventure Atlas: The Mortuary","index":0}},{"caption":"Inspiration Cards","colLabels":["Card","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["Balance (or 2 ♠)","When you deal damage to a creature, immediately spend 1 Hit Die to heal yourself. Roll the die, add your Constitution modifier, and regain a number of hit points equal to the total (minimum 1)."],["Comet (or 2 {@color ♦|#ff0000})","As a bonus action, select one creature as your chosen foe. That creature has vulnerability to damage you deal and resistance to all other damage, and it has disadvantage on its attack rolls against any creature other than you. This effect ends when any creature other than you deals damage to the target."],["Donjon (or A ♠)","As an action, you are transported to an empty demiplane until the end of your next turn. You can't affect or be affected by anything on the plane you left until you return. You return to the same space you left or, if that space is occupied, to the nearest unoccupied space."],["Euryale (or Q ♠)","When a creature makes a saving throw, it has disadvantage on that saving throw."],["Fates (or A {@color ♥|#ff0000})","Reroll a single {@dice d20} roll you've just made. You must use the second roll."],["Flames (or Q ♣)","When you deal damage to a creature, that creature takes an extra {@dice 1d6} fire damage."],["Fool (or Joker with ™)","As a reaction, when you take damage, you cause the creature that dealt it to have the {@condition prone} condition."],["Gem (or 2 {@color ♥|#ff0000})","Take an additional action on your turn."],["Jester (or Joker without ™)","Take the {@action Disengage} action as a bonus action."],["Key (or Q {@color ♥|#ff0000})","As a bonus action, teleport, with anything you are wearing or carrying, up to 30 feet to a space you can see."],["Knight (or J {@color ♥|#ff0000})","As a reaction, impose disadvantage on the attack roll of a creature you can see."],["Moon (or Q {@color ♦|#ff0000})","As a bonus action, regain one expended 1st-level spell slot or a single use of an ability that can be used a certain number of times per day."],["Puzzle (or 2 ♣)","Gain advantage on a saving throw."],["Rogue (or J ♠)","Gain advantage on an attack roll."],["Ruin (or K ♠)","As a bonus action, impose disadvantage on all ability checks of a creature you can see until the end of its next turn."],["Sage (or A {@color ♦|#ff0000})","Take the {@action Help} or {@action Search} action as a bonus action."],["Skull (or J ♣)","As an action, surround yourself with a shroud of death. Until the start of your next turn, any creature that ends its turn within 5 feet of you takes {@dice 1d6} necrotic damage."],["Star (or J {@color ♦|#ff0000})","Gain advantage on an ability check."],["Sun (or K {@color ♦|#ff0000})","As a reaction, when a creature makes a melee attack that hits you, that creature has the {@condition blinded} condition until the end of your next turn."],["Talons (or A ♣)","As a bonus action, reduce the speed of one creature within 5 feet of you to 0 until the start of your next turn."],["Throne (or K {@color ♥|#ff0000})","As a reaction, when you take damage, the creature that dealt the damage has the {@condition frightened} condition until the end of its next turn. You are the source of its fear."],["Void (or K ♣)","As a reaction, when you take damage, gain resistance to that damage until the start of your next turn."]],"name":"Inspiration Hand; Inspiration Cards","page":18,"source":"BMT","chapter":{"name":"Balance","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Forest Encounter Deck","colLabels":["{@dice 1d21|Card}","Creature","Challenge","Group"],"colStyles":["col-2 text-center","col-6","col-2 text-center","col-2 text-center"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"A ♠"},"{@creature Young green dragon}","8","—"],[{"type":"cell","roll":{"exact":2},"entry":"A ♣"},"{@creature Druid} (friend)","—","—"],[{"type":"cell","roll":{"exact":3},"entry":"K ♠"},"{@creature Bandit captain}","2","Bandits"],[{"type":"cell","roll":{"exact":4},"entry":"K ♣"},"{@creature Bandit} ×4","1/8","Bandits"],[{"type":"cell","roll":{"exact":5},"entry":"K {@color ♥|#ff0000}"},"{@creature Bandit} ×4","1/8","Bandits"],[{"type":"cell","roll":{"exact":6},"entry":"Q ♠"},"{@creature Owlbear}","3","—"],[{"type":"cell","roll":{"exact":7},"entry":"Q ♣"},"{@creature Owlbear}","3","—"],[{"type":"cell","roll":{"exact":8},"entry":"J ♠"},"{@creature Ettercap}","2","Spiders"],[{"type":"cell","roll":{"exact":9},"entry":"J ♣"},"{@creature Swarm of Spiders||Swarm of insects (spiders)}","2","Spiders"],[{"type":"cell","roll":{"exact":10},"entry":"J {@color ♥|#ff0000}"},"{@creature Giant spider} ×2","1","Spiders"],[{"type":"cell","roll":{"exact":11},"entry":"J {@color ♦|#ff0000}"},"{@creature Giant spider} ×2","1","Spiders"],[{"type":"cell","roll":{"exact":12},"entry":"9 ♣"},"{@creature Giant boar}","2","—"],[{"type":"cell","roll":{"exact":13},"entry":"8 ♣"},"{@creature Ankheg} (lurker)","2","—"],[{"type":"cell","roll":{"exact":14},"entry":"7 ♠"},"{@creature Displacer beast} (twin)","3","—"],[{"type":"cell","roll":{"exact":15},"entry":"7 ♣"},"{@creature Displacer beast} (twin)","3","—"],[{"type":"cell","roll":{"exact":16},"entry":"6 ♠"},"{@creature Worg} ×2 (lurker)","1/2","—"],[{"type":"cell","roll":{"exact":17},"entry":"5 ♠"},"{@creature Pegasus}","2","—"],[{"type":"cell","roll":{"exact":18},"entry":"5 ♣"},"{@creature Pegasus}","2","—"],[{"type":"cell","roll":{"exact":19},"entry":"4 ♠"},"{@creature Shambling mound}","5","—"],[{"type":"cell","roll":{"exact":20},"entry":"3 ♠"},"{@creature Vampiric mist|MPMM}*","3","—"],[{"type":"cell","roll":{"exact":21},"entry":"2 ♠"},"Draw two","—","—"]],"footnotes":["*This monster appears in {@book Mordenkainen Presents: Monsters of the Multiverse|MPMM}. Omit this card if you don't have that book."],"name":"Forest Encounter Deck","page":23,"source":"BMT","chapter":{"name":"Balance","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Corrupted Lands Encounter Deck","colLabels":["{@dice 1d21|Card}","Creature","Challenge","Group"],"colStyles":["col-2 text-center","col-6","col-2 text-center","col-2 text-center"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":" A {@color ♦|#ff0000}"},"{@creature Shoosuva|MPMM}*","8","—"],[{"type":"cell","roll":{"exact":2},"entry":" A {@color ♥|#ff0000}"},"{@creature Gold dragon wyrmling} (friend)","—","—"],[{"type":"cell","roll":{"exact":3},"entry":" K {@color ♦|#ff0000}"},"{@creature Ochre jelly} (lurker)","2","—"],[{"type":"cell","roll":{"exact":4},"entry":" Q {@color ♥|#ff0000}"},"{@creature Nothic} (twin)","2","—"],[{"type":"cell","roll":{"exact":5},"entry":" Q {@color ♦|#ff0000}"},"{@creature Nothic} (twin)","2","—"],[{"type":"cell","roll":{"exact":6},"entry":"10 ♠"},"{@creature Cult fanatic}","2","Cultists"],[{"type":"cell","roll":{"exact":7},"entry":"10 ♣"},"{@creature Veteran}","3","Cultists"],[{"type":"cell","roll":{"exact":8},"entry":"10 {@color ♥|#ff0000}"},"{@creature Cultist} ×4","1/8","Cultists"],[{"type":"cell","roll":{"exact":9},"entry":"10 {@color ♦|#ff0000}"},"{@creature Maw demon|MPMM}*","1","Cultists"],[{"type":"cell","roll":{"exact":10},"entry":" 9 ♠"},"{@creature Gnoll fang of Yeenoghu}","4","Gnolls"],[{"type":"cell","roll":{"exact":11},"entry":" 9 {@color ♥|#ff0000}"},"{@creature Gnoll pack lord}","2","Gnolls"],[{"type":"cell","roll":{"exact":12},"entry":" 9 {@color ♦|#ff0000}"},"{@creature Gnoll}","1/2","Gnolls"],[{"type":"cell","roll":{"exact":13},"entry":" 8 {@color ♥|#ff0000}"},"{@creature Vrock}","6","—"],[{"type":"cell","roll":{"exact":14},"entry":" 7 {@color ♥|#ff0000}"},"{@creature Harpy}","1","—"],[{"type":"cell","roll":{"exact":15},"entry":" 7 {@color ♦|#ff0000}"},"{@creature Harpy}","1","—"],[{"type":"cell","roll":{"exact":16},"entry":" 6 {@color ♥|#ff0000}"},"{@creature Manticore}","3","—"],[{"type":"cell","roll":{"exact":17},"entry":" 5 {@color ♥|#ff0000}"},"{@creature Deathlock|MPMM}* (twin)","4","—"],[{"type":"cell","roll":{"exact":18},"entry":" 5 {@color ♦|#ff0000}"},"{@creature Ghoul} ×2 (twin)","1","—"],[{"type":"cell","roll":{"exact":19},"entry":" 4 {@color ♥|#ff0000}"},"{@creature Gibbering mouther} (lurker)","2","—"],[{"type":"cell","roll":{"exact":20},"entry":" 3 {@color ♥|#ff0000}"},"{@creature Treant} (noncombat encounter)","—","—"],[{"type":"cell","roll":{"exact":21},"entry":" 2 {@color ♦|#ff0000}"},"Draw two","—","—"]],"footnotes":["*This monster appears in {@book Mordenkainen Presents: Monsters of the Multiverse|MPMM}. Omit this card if you don't have that book."],"name":"Corrupted Lands Encounter Deck","page":23,"source":"BMT","chapter":{"name":"Balance","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Magic Items by Name","colLabels":["Magic Item","Rarity","Chapter"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["{@item Antimagic Armor|BMT}","Very rare","{@book 9|BMT|8|Starshot Crossbow}"],["{@item Armor of Fungal Spores|BMT}","Uncommon","{@book 9|BMT|8|Armor of Fungal Spores}"],["{@item Armor of the Fallen|BMT}","Uncommon","{@book 9|BMT|8|Armor of the Fallen}"],["{@item Armor of Weightlessness|BMT}","Uncommon","{@book 9|BMT|8|Armor of Weightlessness}"],["{@item Baleful Talon|BMT}","Very rare","{@book 5|BMT|4|Baleful Talon}"],["{@item Blasted Goggles|BMT}","Uncommon","{@book 20|BMT|19|Blasted Goggles}"],["{@item Bloodrage Greataxe|BMT}","Uncommon","{@book 9|BMT|8|Bloodrage Greataxe}"],["{@item Bloodseeker Ammunition|BMT}","Very rare","{@book 9|BMT|8|Bloodseeker Ammunition}"],["{@item Boomerang Shield|BMT}","Uncommon","{@book 9|BMT|8|Boomerang Shield}"],["{@item Bow of Conflagration|BMT}","Rare","{@book 9|BMT|8|Bow of Conflagration}"],["{@item Bow of Melodies|BMT}","Very rare","{@book 9|BMT|8|Bow of Melodies}"],["{@item Breastplate of Balance|BMT}","Rare","{@book 5|BMT|4|Breastplate of Balance}"],["{@item Card Sharp's Deck|BMT}","Uncommon","{@book 6|BMT|5|Card Sharp's Deck}"],["{@item Clockwork Armor|BMT}","Very rare","{@book 9|BMT|8|Clockwork Armor}"],["{@item Crown of Whirling Comets|BMT}","Very rare","{@book 5|BMT|4|Crown of Whirling Comets}"],["{@item Deck of Dimensions|BMT}","Very rare","{@book 6|BMT|5|Deck of Dimensions}"],["{@item Deck of Many More Things|BMT}","Legendary","{@book 7|BMT|6|Deck of Many More Things}"],["{@item Deck of Miscellany|BMT}","Uncommon","{@book 6|BMT|5|Deck of Miscellany}"],["{@item Deck of Oracles|BMT}","Rare","{@book 8|BMT|7|Deck of Oracles}"],["{@item Deck of Wild Cards|BMT}","Very rare","{@book 6|BMT|5|Deck of Wild Cards}"],["{@item Deck of Wonder|BMT}","Uncommon","{@book 7|BMT|6|Deck of Wonder}"],["{@item Donjon's Sundering Sphere|BMT}","Rare","{@book 5|BMT|4|Donjon's Sundering Sphere}"],["{@item Dried Leech|BMT}","Uncommon","{@book 9|BMT|8|Dried Leech}"],["{@item Euryale's Aegis|BMT}","Legendary","{@book 5|BMT|4|Euryale's Aegis}"],["{@item Fabulist Gem|BMT}","Uncommon","{@book 5|BMT|4|Fabulist Gem}"],["{@item Fate Cutter Shears|BMT}","Very rare","{@book 8|BMT|7|Fate Cutter Shears}"],["{@item +1 Fate Dealer's Deck|BMT|Fate Dealer's Deck}","Varies","{@book 8|BMT|7|Fate Dealer's Deck}"],["{@item Feywrought Armor|BMT}","Rare","{@book 9|BMT|8|Feywrought Armor}"],["{@item Fool's Blade|BMT}","Very rare","{@book 5|BMT|4|Fool's Blade}"],["{@item Forcebreaker Weapon|BMT}","Very rare","{@book 9|BMT|8|Forcebreaker Weapon}"],["{@item Glimmering Moonbow|BMT}","Rare","{@book 5|BMT|4|Glimmering Moonbow}"],["{@item Gloomwrought Armor|BMT}","Rare","{@book 9|BMT|8|Gloomwrought Armor}"],["{@item Grasping Whip|BMT}","Rare","{@book 9|BMT|8|Grasping Whip}"],["{@item Hammer of Runic Focus|BMT}","Very rare","{@book 9|BMT|8|Hammer of Runic Focus}"],["{@item House of Cards|BMT}","Uncommon","{@book 8|BMT|7|House of Cards}"],["{@item Jester's Mask|BMT}","Legendary","{@book 5|BMT|4|Jester's Mask}"],["{@item Plate of Knight's Fellowship|BMT}","Uncommon","{@book 5|BMT|4|Plate of Knight's Fellowship}"],["{@item Ring of Puzzler's Wit|BMT}","Uncommon","{@book 5|BMT|4|Ring of Puzzler's Wit}"],["{@item Rod of Hellish Flames|BMT}","Very rare","{@book 5|BMT|4|Rod of Hellish Flames}"],["{@item Rogue's Mantle|BMT}","Rare","{@book 5|BMT|4|Rogue's Mantle}"],["{@item Ruinous Flail|BMT}","Rare","{@book 5|BMT|4|Ruinous Flail}"],["{@item Sage's Signet|BMT}","Varies","{@book 5|BMT|4|Sage's Signet}"],["{@item Shield of the Tortoise|BMT}","Uncommon","{@book 9|BMT|8|Shield of the Tortoise}"],["{@item Shrieking Greaves|BMT}","Rare","{@book 20|BMT|19|Shrieking Greaves}"],["{@item Skull Helm|BMT}","Very rare","{@book 5|BMT|4|Skull Helm}"],["{@item Sling of Giant Felling|BMT}","Uncommon","{@book 9|BMT|8|Sling of Giant Felling}"],["{@item Spindle of Fate|BMT}","Legendary","{@book 5|BMT|4|Spindle of Fate}"],["{@item Starshot Crossbow|BMT}","Rare","{@book 5|BMT|4|Antimagic Armor}"],["{@item Stonemaker War Pick|BMT}","Very rare","{@book 9|BMT|8|Stonemaker War Pick}"],["{@item Sun Staff|BMT}","Rare","{@book 5|BMT|4|Sun Staff}"],["{@item Sword of the Planes|BMT}","Legendary","{@book 9|BMT|8|Sword of the Planes}"],["{@item Telescopic Transporter|BMT}","Legendary","{@book 13|BMT|12|Telescopic Transporter}"],["{@item Tidecaller Trident|BMT}","Very rare","{@book 9|BMT|8|Tidecaller Trident}"],["{@item Voidwalker Armor|BMT}","Rare","{@book 5|BMT|4|Voidwalker Armor}"],["{@item Warrior's Passkey|BMT}","Rare","{@book 5|BMT|4|Warrior's Passkey}"],["{@item Weapon of Throne's Command|BMT}","Very rare","{@book 5|BMT|4|Weapon of Throne's Command}"],["{@item Winged Ammunition|BMT}","Uncommon","{@book 9|BMT|8|Winged Ammunition}"],["{@item +1 Wraps of Unarmed Prowess|BMT|Wraps of Unarmed Prowess}","Varies","{@book 9|BMT|8|Wraps of Unarmed Prowess}"]],"name":"Magic Items in This Book; Magic Items by Name","page":32,"source":"BMT","chapter":{"name":"Gem","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gem Stories","colLabels":["d6","Moment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One of the party's patrons dies, and the patron's will bequeaths all their wealth to the characters."],["2","The party is hired by a disguised dragon who offers them part of its hoard as payment."],["3","A character falls through a crevice and discovers a massive deposit of glittering ore."],["4","The party finds a map in an old bottle that leads to a buried treasure chest filled with ancient coins."],["5","The local merchants' guild, enamored with the party's exploits, offers to sponsor the characters."],["6","The characters are invited to participate in a grand talent competition. Despite the odds, one of the characters wins."]],"name":"Sudden Riches; Gem Stories","page":33,"source":"BMT","chapter":{"name":"Gem","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Rogue Destinies","colLabels":["{@dice 1d22|Card}","Heroic Tie"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"Balance"},"Your family is connected to an organization that seeks justice and opposes tyranny."],[{"type":"cell","roll":{"exact":2},"entry":"Comet"},"A powerful member of a thieves' guild or spy network opposes you at every turn."],[{"type":"cell","roll":{"exact":3},"entry":"Donjon"},"Someone important to you is imprisoned, but you believe they're innocent."],[{"type":"cell","roll":{"exact":4},"entry":"Euryale"},"You committed a terrible trespass and have a bounty on your head."],[{"type":"cell","roll":{"exact":5},"entry":"Fates"},"An important individual owes you a favor; what did you do to earn it?"],[{"type":"cell","roll":{"exact":6},"entry":"Flames"},"A Fiend threatens someone dear to you."],[{"type":"cell","roll":{"exact":7},"entry":"Fool"},"Your friend since childhood is optimistic to a fault and often conned or exploited."],[{"type":"cell","roll":{"exact":8},"entry":"Gem"},"Someone searches for the same treasure you do, and disaster will strike if they find it first."],[{"type":"cell","roll":{"exact":9},"entry":"Jester"},"Hardships bring out your optimism—which is lucky, since you seem to attract unfortunate events!"],[{"type":"cell","roll":{"exact":10},"entry":"Key"},"You've had an unexpected crisis. Did you solve it quickly, or did you hesitate and risk doom?"],[{"type":"cell","roll":{"exact":11},"entry":"Knight"},"An ally who is a member of a helpful organization passes you information or exerts influence on your behalf in subtle ways."],[{"type":"cell","roll":{"exact":12},"entry":"Moon"},"Your life is an idyllic story, except for something that makes you wonder if any of it is true."],[{"type":"cell","roll":{"exact":13},"entry":"Puzzle"},"You have part of a riddle that leads to a great treasure or momentous secret."],[{"type":"cell","roll":{"exact":14},"entry":"Rogue"},"Someone important to you isn't who you think they are."],[{"type":"cell","roll":{"exact":15},"entry":"Ruin"},"You lived a life of luxury until someone in power took it away. Will you get revenge?"],[{"type":"cell","roll":{"exact":16},"entry":"Sage"},"A mage or magical creature takes an interest in you, offering you advice—for a price."],[{"type":"cell","roll":{"exact":17},"entry":"Skull"},"You've defied certain death so many times that it doesn't seem like coincidence anymore."],[{"type":"cell","roll":{"exact":18},"entry":"Star"},"You overcame a hardship imposed by your life circumstances, transforming your position entirely or turning the situation to your benefit."],[{"type":"cell","roll":{"exact":19},"entry":"Sun"},"A divine spellcaster or divine emissary provides you with guidance, whether you want it or not."],[{"type":"cell","roll":{"exact":20},"entry":"Talons"},"A precious object was stolen from you."],[{"type":"cell","roll":{"exact":21},"entry":"Throne"},"You are secretly the heir to great power, but those who usurped that power want you dead."],[{"type":"cell","roll":{"exact":22},"entry":"Void"},"Someone you care for is lost; although others have written them off, you believe they're still alive somewhere."]],"name":"Heroes of Destiny; Rogue Destinies","page":42,"source":"BMT","chapter":{"name":"Rogue","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Villainous Motivations","colLabels":["d6","Motivation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Eliminate the character and take their place."],["2","Use the character as the key to unlocking immense power, perhaps as a ritual sacrifice."],["3","Claim a treasure from the character, or take the character's wealth and holdings for themself."],["4","Avenge a harm caused by the character or someone the character represents."],["5","Prove their superiority by bringing the character to ruin in a public and inescapable fashion."],["6","Use the character to solve a great mystery and then claim credit."]],"name":"The Rogue's Motivation; Villainous Motivations","page":43,"source":"BMT","chapter":{"name":"Rogue","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Spells","colLabels":["Level","Spell","School","Concentration","Ritual","Class"],"colStyles":["col-1 text-center","col-2","col-2","col-1 text-center","col-1 text-center","col-5"],"rows":[["2nd","{@spell Spray of Cards|BMT}","Conjuration","No","No","Bard, sorcerer, warlock, wizard"],["3rd","{@spell Antagonize|BMT}","Enchantment","No","No","Bard, sorcerer, warlock, wizard"],["4th","{@spell Spirit of Death|BMT}","Necromancy","Yes","No","Sorcerer, warlock, wizard"]],"name":"Spells","page":49,"source":"BMT","chapter":{"name":"Sage","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Sage Destinies","colLabels":["{@dice 1d22|Card}","Heroic Tie"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"Balance"},"You were once a member of an order dedicated to keeping magical artifacts out of the hands of those who would abuse their power."],[{"type":"cell","roll":{"exact":2},"entry":"Comet"},"A seer predicted you're destined for immense power. Do you seek this power or reject it?"],[{"type":"cell","roll":{"exact":3},"entry":"Donjon"},"Your dreams include visions of an imprisoned extraplanar entity."],[{"type":"cell","roll":{"exact":4},"entry":"Euryale"},"You wish to learn powerful magic to protect your loved ones from harm."],[{"type":"cell","roll":{"exact":5},"entry":"Fates"},"Your magical studies are driven by a desire to manipulate reality."],[{"type":"cell","roll":{"exact":6},"entry":"Flames"},"Your magical ability stems from a gamble you made with a Fiend—though you're not sure if you won or lost."],[{"type":"cell","roll":{"exact":7},"entry":"Fool"},"You use your arcane prowess to con unsuspecting individuals."],[{"type":"cell","roll":{"exact":8},"entry":"Gem"},"You carry a seemingly ordinary item stolen from a powerful archmage, and it causes inexplicable things to happen around you."],[{"type":"cell","roll":{"exact":9},"entry":"Jester"},"You come from a long tradition of wild mages, even if your own powers are different."],[{"type":"cell","roll":{"exact":10},"entry":"Key"},"Your spellbook manifests as a deck of cards."],[{"type":"cell","roll":{"exact":11},"entry":"Knight"},"Your family of renowned warriors judges you on your martial talents (or lack thereof)."],[{"type":"cell","roll":{"exact":12},"entry":"Moon"},"A loved one is cursed, and you're determined to break that curse."],[{"type":"cell","roll":{"exact":13},"entry":"Puzzle"},"You live for the pursuit of arcane secrets and lost legends."],[{"type":"cell","roll":{"exact":14},"entry":"Rogue"},"Someone you trust is actually a monster, such as a dragon or a hag, in disguise."],[{"type":"cell","roll":{"exact":15},"entry":"Ruin"},"A fortune teller warned that you're destined to cause great destruction, which you're trying to avoid."],[{"type":"cell","roll":{"exact":16},"entry":"Sage"},"You use a divinatory card spread to decide which spells to prepare each day."],[{"type":"cell","roll":{"exact":17},"entry":"Skull"},"You seek a way to cheat death."],[{"type":"cell","roll":{"exact":18},"entry":"Star"},"Your spells and magical abilities take on the appearance of playing cards."],[{"type":"cell","roll":{"exact":19},"entry":"Sun"},"Agents of the Solar Bastion (see {@book chapter 10|BMT|9}) once saved your life."],[{"type":"cell","roll":{"exact":20},"entry":"Talons"},"You seek to reclaim a stolen magical artifact."],[{"type":"cell","roll":{"exact":21},"entry":"Throne"},"You began your arcane scholarship as an apprentice to a court magician."],[{"type":"cell","roll":{"exact":22},"entry":"Void"},"You've glimpsed another plane of existence, but no one believes you. You strive to prove them wrong."]],"name":"Heroes of Destiny; Sage Destinies","page":47,"source":"BMT","chapter":{"name":"Sage","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Fated Destinies","colLabels":["{@dice 1d22|Card}","Heroic Tie"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"Balance"},"You were trained by an organization that opposes a deity or another powerful cosmic force."],[{"type":"cell","roll":{"exact":2},"entry":"Comet"},"You were born under a sign associated with cataclysm, and every attempt to glimpse your future reveals ill omens."],[{"type":"cell","roll":{"exact":3},"entry":"Donjon"},"A religious organization imprisoned you, perhaps because of a crime you committed against that faith or because the leaders considered you the servant of a rival power."],[{"type":"cell","roll":{"exact":4},"entry":"Euryale"},"You or your family are watched by secretive figures. They usually keep hidden, but you've seen they wear an unknown symbol."],[{"type":"cell","roll":{"exact":5},"entry":"Fates"},"You made a choice in your past that haunts you. Whatever the consequences, it's not clear you made the right choice."],[{"type":"cell","roll":{"exact":6},"entry":"Flames"},"A powerful figure opposed to your beliefs vexes your life; even your triumphs seem to serve this being's ends."],[{"type":"cell","roll":{"exact":7},"entry":"Fool"},"What could have been one of the happiest moments in your life turned into a tragedy."],[{"type":"cell","roll":{"exact":8},"entry":"Gem"},"You inherited land containing the ruins of a temple where a coveted relic was hidden."],[{"type":"cell","roll":{"exact":9},"entry":"Jester"},"You were brought up to believe in a prophecy of impending doom, but you perceive potential and hope where others expect disaster."],[{"type":"cell","roll":{"exact":10},"entry":"Key"},"An inflexible person with power over you threatened to bring about disaster, but your decisive action prevailed."],[{"type":"cell","roll":{"exact":11},"entry":"Knight"},"The defenders of a religious organization such as a druid circle, paladin order, or temple watch over you."],[{"type":"cell","roll":{"exact":12},"entry":"Moon"},"You are most comfortable at night, and all your greatest successes have taken place then. You also bear a silvery, crescent-shaped birthmark."],[{"type":"cell","roll":{"exact":13},"entry":"Puzzle"},"Your studies led you to a scrap of prophecy or the memoir of a prominent figure, which calls your beliefs into question."],[{"type":"cell","roll":{"exact":14},"entry":"Rogue"},"A devout individual whom you looked up to revealed themself to be false, a disciple of a power opposed to your beliefs."],[{"type":"cell","roll":{"exact":15},"entry":"Ruin"},"You were once a favored adherent of a religious order, but you've been cast out in disgrace."],[{"type":"cell","roll":{"exact":16},"entry":"Sage"},"An otherworldly being whispers advice to you in dreams or visitations, taking on different guises and speaking through others."],[{"type":"cell","roll":{"exact":17},"entry":"Skull"},"You were returned to life through resurrection magic, divine intervention, or a mysterious circumstance you don't yet understand."],[{"type":"cell","roll":{"exact":18},"entry":"Star"},"When you adopted your current beliefs, your life changed dramatically for the better."],[{"type":"cell","roll":{"exact":19},"entry":"Sun"},"While you never placed much stock in the beliefs you were taught, adhering to them saved you from a catastrophe."],[{"type":"cell","roll":{"exact":20},"entry":"Talons"},"You have a well-used holy symbol from someone you looked up to, and you feel uncertain anytime you're without it."],[{"type":"cell","roll":{"exact":21},"entry":"Throne"},"You were born to a family of divinely favored folk, and they have big expectations for you."],[{"type":"cell","roll":{"exact":22},"entry":"Void"},"Your soul, or a loved one's, is doomed to be taken by a Fiend, a powerful Undead, or another wicked power."]],"name":"Heroes of Destiny; Fated Destinies","page":58,"source":"BMT","chapter":{"name":"Fates","ordinal":{"type":"chapter","identifier":8},"index":7}},{"caption":"Knight Destinies","colLabels":["{@dice 1d22|Card}","Heroic Tie"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"Balance"},"Someone—or something—wronged you in your past. You seek revenge."],[{"type":"cell","roll":{"exact":2},"entry":"Comet"},"You've been promised an inheritance if you can make a name for yourself as a hero."],[{"type":"cell","roll":{"exact":3},"entry":"Donjon"},"You're stranded far from home and intend to fight your way back."],[{"type":"cell","roll":{"exact":4},"entry":"Euryale"},"A year of solitude gave you clarity and led you down the path of the warrior."],[{"type":"cell","roll":{"exact":5},"entry":"Fates"},"A fortune teller foresaw that you would find your calling in a life of battle."],[{"type":"cell","roll":{"exact":6},"entry":"Flames"},"When the heat of battle takes over, you barely recognize yourself. This scares you."],[{"type":"cell","roll":{"exact":7},"entry":"Fool"},"Friendly (or not-so-friendly) competition with a rival has spurred you to adventure."],[{"type":"cell","roll":{"exact":8},"entry":"Gem"},"You seek a fabled magic weapon or magic suit of armor. You won't rest until you find it."],[{"type":"cell","roll":{"exact":9},"entry":"Jester"},"You feel like a laughingstock but believe you'll make something of yourself on the battlefield."],[{"type":"cell","roll":{"exact":10},"entry":"Key"},"Someone close to you was kidnapped. You hope to find and rescue them."],[{"type":"cell","roll":{"exact":11},"entry":"Knight"},"You used to be a squire to a brave knight, but that knight died in combat."],[{"type":"cell","roll":{"exact":12},"entry":"Moon"},"Your dreams are haunted by the screams of those you couldn't save in battle."],[{"type":"cell","roll":{"exact":13},"entry":"Puzzle"},"Unpredictability is a hallmark of your fighting style. You keep enemies on their toes."],[{"type":"cell","roll":{"exact":14},"entry":"Rogue"},"Tales of your past heroic deeds might be somewhat exaggerated."],[{"type":"cell","roll":{"exact":15},"entry":"Ruin"},"When you lost everything, you realized the only thing you could rely on was your martial skill."],[{"type":"cell","roll":{"exact":16},"entry":"Sage"},"Descended from a family of sorcerers, you were the only one not to show magical aptitude."],[{"type":"cell","roll":{"exact":17},"entry":"Skull"},"You had a near-death experience, and you believe you saw yourself going to the Nine Hells."],[{"type":"cell","roll":{"exact":18},"entry":"Star"},"You're chasing notoriety, hoping for folk to sing of your deeds for years to come."],[{"type":"cell","roll":{"exact":19},"entry":"Sun"},"You once belonged to a small but mighty militia. Sometimes, you miss the regimented structure of that life."],[{"type":"cell","roll":{"exact":20},"entry":"Talons"},"When monsters attacked your hamlet, you found you had a way with weapons."],[{"type":"cell","roll":{"exact":21},"entry":"Throne"},"You honed your martial skills as a bodyguard to an important political figure."],[{"type":"cell","roll":{"exact":22},"entry":"Void"},"Slaying monsters is a welcome distraction to the growing emptiness inside you."]],"name":"Heroes of Destiny; Knight Destinies","page":69,"source":"BMT","chapter":{"name":"Knight","ordinal":{"type":"chapter","identifier":9},"index":8}},{"caption":"Solar Bastion Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Restless Retiree. Gundra, an ancient dwarf, served the Solar Bastion in the field for over a century before retiring. She lives in the Solar Bastion now and relentlessly drills the knights she trains. She clearly misses working in the field."],["2","Grumpy Veteran. Howart, an older human, has mentored many young adventurers, but most were smart enough to listen to his advice... unlike you lot, who seem to think you know everything."],["3","Busy Supervisor. Theira, a frazzled elf, has so many irons in the fire, so many projects to keep track of! Of course you're not imposing, she says, but can you get quickly to the point, please?"],["4","Distracted Researcher. Haddick, a middle-aged halfling, spends most of her time in the Library Tower at the Solar Bastion. Even when she's not at the library, or when she's talking to you, it's pretty clear that her mind is still there, focused on her latest subject of research."],["5","Lonely Knight. Jared, a human knight of the Solar Bastion with a distinguished career, has traveled the multiverse alone so long he's become isolated and unsure of himself in social situations. He wants to help but needs encouragement to regain his naturally friendly demeanor."],["6","Hilarion. The solar speaks to you directly, via the {@spell Sending} spell or after summoning you to the Solar Bastion."]],"name":"Solar Bastion Contact","page":79,"source":"BMT","chapter":{"name":"Sun","ordinal":{"type":"chapter","identifier":10},"index":9}},{"caption":"Solar Bastion Member Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-6","col-6"],"rows":[["Counselor","{@background Charlatan}, {@background entertainer}, {@background noble}"],["Curse-breaker","{@background Acolyte}, {@background folk hero}, {@background hermit}, {@background soldier}"],["Investigator","{@background Variant Criminal (Spy)||Criminal}, {@background sage}, {@background sailor}"],["Researcher","{@background Variant Guild Artisan (Guild Merchant)||Guild artisan}, {@background sage}"],["Tracker","{@background Outlander}, {@background urchin}"]],"name":"Solar Bastion Specialists; Solar Bastion Member Roles","page":79,"source":"BMT","chapter":{"name":"Sun","ordinal":{"type":"chapter","identifier":10},"index":9}},{"caption":"Solar Bastion Quests","colLabels":["d8","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aid and Counsel. Your contact has learned another group of adventurers has discovered a {@item Deck of Many Things}. Find them before they draw from it, and warn them of its dangers—or help them get out of the mess their draws bring upon them."],["2","Research. A rare tome said to describe early encounters with Decks of Many Things is thought to lie in the hoard of a dragon. Retrieve it!"],["3","Track Rifflers. {@creature Riffler|BMT|Rifflers} (see {@book chapter 21|BMT|20|Riffler}) have been active in a remote countryside. Find out if they have a {@item Deck of Many Things}, and ensure they don't give it to a hapless mortal."],["4","Stay Ahead of the Grim Harrow. Riders of the Grim Harrow (see {@book chapter 19|BMT|18}) are terrorizing a village as they search for a {@item Deck of Many Things}. Figure out where they're going, and get there before they do!"],["5","Find {@creature Euryale|BMT}. Rumors of a reclusive medusa are spreading through a city. There's a slim chance the medusa could be {@creature Euryale|BMT}, who could lead the knights to {@creature Asteria|BMT}. Determine the medusa's identity and secretly follow her trail, if any, to {@creature Asteria|BMT}."],["6","Prevent Misuse. A {@creature Hierophant of the Comet|BMT|hierophant} of the Heralds of the Comet (see {@book chapter 12|BMT|11|Hierophant of the Comet}) has acquired a few cards from the original {@item Deck of Many Things}. Ensure the complete artifact doesn't fall into her hands."],["7","Combat a Curse. After plundering a dragon's hoard, adventurers attract constant ill luck. Make sure the treasure isn't cursed; if it is, ensure they aren't spreading the curse as they spend the gold."],["8","Contain an Evil Artifact. The blights and ruination befalling a region suggest someone there is casting spells from the {@item Book of Vile Darkness} or perhaps wielding the {@item Wand of Orcus}. Do whatever is necessary to stop this person, and bring the evil artifact back to Hilarion so it can be contained."]],"name":"Solar Bastion Quests","page":79,"source":"BMT","chapter":{"name":"Sun","ordinal":{"type":"chapter","identifier":10},"index":9}},{"caption":"Apocalyptic Warnings","colLabels":["d12","Warning"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A large star or comet appears in the night sky, shedding as much light as the full moon."],["2","A constant stream of meteors is visible in the sky, even during the day, always moving in the same direction."],["3","The sky turns sickly green or bruised purple."],["4","The water of a river or a lake or along a coastline turns to blood, acid, or blue sand."],["5","All creatures born on a particular day (including livestock and wild animals) have a common feature, such as incandescent eyes, a fiery halo, or brightly glowing blood that is visible through the skin."],["6","Locusts, cicadas, wasps, spiders, or snakes swarm in unimaginable numbers."],["7","Earthquakes shake the ground with increasing frequency and strength."],["8","A warning message in countless languages appears all over a city's walls."],["9","A hermit who is a local legend comes to town and delivers a warning."],["10","A dead angel falls from the sky in a fireball that strikes the earth, leaving a charred skeleton with burnt wings and a scorched trumpet."],["11","Everyone has the exact same dream, in which a disembodied presence delivers a warning."],["12","All children simultaneously stop what they're doing and convey the same warning in unison."]],"name":"Apocalyptic Warnings","page":96,"source":"BMT","chapter":{"name":"Comet","ordinal":{"type":"chapter","identifier":12},"index":11}},{"caption":"Apocalyptic Calamities","colLabels":["d12","Calamity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The {@creature tarrasque} awakens. (A {@creature kraken}, an {@creature empyrean}, or another titan might also serve as an agent of apocalyptic wrath.)"],["2","A deadly plague that's resistant to curative magic sweeps the land."],["3","A prolonged drought leads to terrible famine."],["4","A volcano (or chain of volcanoes) erupts."],["5","A large asteroid crashes into the world."],["6","A vast sinkhole opens, swallowing a city into the Underdark or one of the Lower Planes, or releasing hordes of Fiends."],["7","The gods are stripped of their power and are forced to occupy mortal forms."],["8","The world is drawn into another plane of existence."],["9","The gods war among themselves or against incredibly powerful alien beings."],["10","Magic goes awry, creating random zones of wild magic (where casting any spell of 1st level or higher causes a roll on the {@table Wild Magic Surge|PHB|Wild Magic Surge table} in the {@book Player's Handbook|PHB}) and dead magic (like an {@spell Antimagic Field} spell on a larger scale)."],["11","The corpse of a slain god falls to the earth."],["12","Every Dragon is consumed with unthinking rage and unleashes devastation on those living nearby."]],"name":"Apocalyptic Calamities","page":97,"source":"BMT","chapter":{"name":"Comet","ordinal":{"type":"chapter","identifier":12},"index":11}},{"caption":"Common Zodiac Associations","colLabels":["Sign","Nickname","Prominence","Birthstone","Creature","Color","Ability Score"],"colStyles":["col-1-8","col-1-7","col-1-7","col-1-7","col-1-7","col-1-7","col-1-7"],"rows":[["{@book Skull|BMT|12|Skull}","The Watcher","Midwinter","Onyx","Imp","Black, white","Constitution"],["{@book Balance|BMT|12|Balance}","The Merchant","Late winter","Quartz","Fish","Orange","Intelligence"],["{@book Sage|BMT|12|Sage}","The Wise One","Early spring","Garnet","Sphinx","Purple","Intelligence"],["{@book Throne|BMT|12|Throne}","The Everlasting","Midspring","Ruby","Dragon","Gold","Charisma"],["{@book Key|BMT|12|Key}","The Child","Late spring","Opal","Cat","Silver","Wisdom"],["{@book Flames|BMT|12|Flames}","The Lovers","Early summer","Moonstone","Unicorn","Pink","Charisma"],["{@book Knight|BMT|12|Knight}","The Dragon Slayer","Midsummer","Diamond","Griffon","Blue","Strength"],["{@book Euryale|BMT|12|Euryale}","The Gardener","Late summer","Emerald","Basilisk","Green","Wisdom"],["{@book Rogue|BMT|12|Rogue}","Night's Edge","Early autumn","Jet","Rat","Black","Dexterity"],["{@book Gem|BMT|12|Gem}","The Genie","Midautumn","Blue sapphire","Whale","Indigo","Strength"],["{@book Talons|BMT|12|Talons}","The Elder","Late autumn","Jade","Owlbear","Yellow","Constitution"],["{@book Jester|BMT|12|Jester}","The Nilbog","Early winter","Pearl","Goose","Red","Dexterity"]],"name":"Common Zodiac Associations","page":101,"source":"BMT","chapter":{"name":"Star","ordinal":{"type":"chapter","identifier":13},"index":12}},{"caption":"Zodiac Phenomena","colLabels":["d12","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Skull. The unliving surge with renewed zeal. Undead in the region gain 13 ({@dice 3d8}) {@book temporary hit points|PHB|9|Temporary Hit Points} daily at dusk."],["2","Balance. Each creature in the region intuitively knows the immunities, resistances, and vulnerabilities of any creature it sees in the region."],["3","Sage. Emotions are muted in the region, but minds open to new ideas. Creatures in the region have advantage on Charisma checks made to improve the attitude of other creatures in the region."],["4","Throne. The resolve of the law-abiding is bolstered, while rebels are emboldened to passionately pursue their causes. Creatures in the region are immune to the {@condition frightened} condition."],["5","Key. A creature can unlock an object in this region simply by touching it, even if the lock is magical."],["6","Flames. Emotions in the region become more intense. Whenever a creature in the region tries to alter the attitude of another, a failed Charisma check always results in the latter creature turning hostile if it wasn't hostile already."],["7","Knight. Spectral knights routinely fly across the sky. Whenever the characters are outdoors and become embroiled in combat in the region, one or more knights descend from the sky to help them, provided none of the characters is evil. Each round on initiative count 20 (losing initiative ties), the knights deal 9 ({@dice 2d8}) force damage to each of the characters' enemies. After the battle, the knights bow, then disappear."],["8","Euryale. Natural vegetation in the region grows poisonous thorns. A creature that enters or ends its turn in {@book difficult terrain|PHB|8|Difficult Terrain} caused by this vegetation must succeed on a {@dc 12} Constitution saving throw or take 7 ({@dice 2d6}) poison damage. If this damage reduces a creature to 0 hit points, the creature instead has 1 hit point and has the {@condition petrified} condition until that condition is removed by the {@spell Greater Restoration} spell or similar magic."],["9","Rogue. Sneaks find their efforts easier in the region. Creatures in the region make Dexterity ({@skill Stealth}) checks with advantage."],["10","Gem. At midnight on a clear night, the stars appear to multiply tenfold, then rain down to the ground as minuscule silver meteorites. In all, 100 gp worth of silver falls harmlessly from the sky, scattered throughout the region."],["11","Talons. Some magic is suppressed in the region. Common magic items, cantrips, and 1st-level spells don't function within this area."],["12","Jester. Misfortune besets people in the region. Whenever a Humanoid in the region makes an ability check or an attack roll and rolls a 1 on the {@dice d20}, it has the {@condition incapacitated} condition until the end of its next turn, as it is magically overcome with laughter."]],"name":"Zodiac Phenomena","page":102,"source":"BMT","chapter":{"name":"Star","ordinal":{"type":"chapter","identifier":13},"index":12}},{"caption":"Telescope Travel Mishaps","colLabels":["d6","Mishap"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The travelers appear adrift in the Astral Sea."],["2","The travelers appear on a different plane of existence, determined randomly or chosen by the DM."],["3","Excess cosmic energy overloads the telescope, causing it to explode. Each creature within 60 feet of the telescope takes {@dice 8d6} necrotic damage. Any Humanoid who survives this damage is transformed into a different kind of creature, as if it had been subject to the {@spell Reincarnate} spell."],["4","A creature from the Astral Sea (such as a {@creature githyanki knight}) appears within 60 feet of the telescope. The DM decides its attitude."],["5","The travelers appear on a different planet or celestial body in the Wildspace system nearest to their target destination."],["6","The travelers arrive at their intended destination, but they each appear coated in harmless slime."]],"name":"Telescope Travel Mishaps","page":105,"source":"BMT","chapter":{"name":"Star","ordinal":{"type":"chapter","identifier":13},"index":12}},{"caption":"Seelie Market Introductions","colLabels":["d6","Introduction"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A strange trail of toadstools leads off the beaten path into the nearby woods."],["2","A pixie beckons you to follow her, promising you a sight beyond your wildest dreams."],["3","A man stumbles from the forest. He doesn't speak, but his arms are full of delicious-looking fruit."],["4","The party hears chattering voices and the music of panpipes coming from a secluded area."],["5","In the distance, the party sees a descending dragon pulling a caravan of wagons."],["6","A dragon's gentle voice calls out to the characters in their dreams, giving them directions to the market but no further details."]],"name":"Seelie Market Introductions","page":106,"source":"BMT","chapter":{"name":"Jester","ordinal":{"type":"chapter","identifier":14},"index":13}},{"caption":"Fey Fruit Effects","colLabels":["d10","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Every 10 minutes, the creature must eat another fey fruit or make a {@dc 10} Constitution saving throw, gaining 1 level of {@condition exhaustion} on a failed save. Magic that ends the {@condition charmed} condition cures the cravings, which otherwise end after 1 hour."],["2","The creature turns a sickly green and has the {@condition poisoned} condition for 1 hour."],["3","The creature can't deliberately lie for 24 hours."],["4","The creature can't understand any language for the next 8 hours."],["5","The creature turns into a {@creature Faerie Dragon (Violet)||faerie dragon}, as if by a {@spell True Polymorph} spell that has a duration of 24 hours."],["6","Regenerative bark covers the creature's skin, granting the effects of a {@spell Barkskin} spell for 24 hours."],["7","The creature and anything it is wearing or carrying become {@condition invisible} for 24 hours. This invisibility ends early immediately after the creature attacks or casts a spell."],["8","The creature gains the benefits of a {@spell Speak with Animals} spell for 8 hours."],["9","The creature gains {@dice 4d4 + 4} {@book temporary hit points|PHB|9|Temporary Hit Points}."],["10","The creature sprouts dragonfly-like wings, gaining a flying speed of 30 feet for 1 hour."]],"name":"Fruit Stalls; Fey Fruit Effects","page":107,"source":"BMT","chapter":{"name":"Jester","ordinal":{"type":"chapter","identifier":14},"index":13}},{"caption":"Lavender's Spell Scrolls","colLabels":["Spell Level","Spell Scroll"],"colStyles":["col-2 text-center","col-10"],"rows":[["1st","{@spell Cure Wounds}, {@spell Faerie Fire}"],["2nd","{@spell Moonbeam}, {@spell Protection from Poison}"],["3rd","{@spell Antagonize|BMT}*"]],"footnotes":["*This spell appears in {@book chapter 7|BMT|6|Antagonize}."],"name":"Lavender's Spell Scrolls","page":109,"source":"BMT","chapter":{"name":"Jester","ordinal":{"type":"chapter","identifier":14},"index":13}},{"caption":"Fortunes","colLabels":["{@dice 1d9|Card}","Fortune"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"exact":1},"entry":"Comet"},"\"Carry a lit flame with you at all times. You will be rewarded with wondrous treasure.\""],[{"type":"cell","roll":{"exact":2},"entry":"Fates"},"\"You are fated to witness a terrible catastrophe. Take solace in knowing there is nothing you can do to stop it.\""],[{"type":"cell","roll":{"exact":3},"entry":"Fool"},"\"Someone who seems helpless will call for your aid. Do not trust them.\""],[{"type":"cell","roll":{"exact":4},"entry":"Key"},"\"A dream will bring answers to the questions you seek.\""],[{"type":"cell","roll":{"exact":5},"entry":"Knight"},"\"Someone will offer you their services in a time of great need. Trust them.\""],[{"type":"cell","roll":{"exact":6},"entry":"Rogue"},"\"A foe is hunting you. They seek vengeance and shall arrive soon.\""],[{"type":"cell","roll":{"exact":7},"entry":"Ruin"},"\"You will soon lose something you hold dear.\""],[{"type":"cell","roll":{"exact":8},"entry":"Sage"},"\"Give advice freely and often. It will save another's life in the near future, earning you their loyalty.\""],[{"type":"cell","roll":{"exact":9},"entry":"Throne"},"\"Great responsibility shall be thrust upon you. Only you will know if you are ready.\""]],"name":"Fortune-Telling; Fortunes","page":110,"source":"BMT","chapter":{"name":"Jester","ordinal":{"type":"chapter","identifier":14},"index":13}},{"caption":"Ruin Encounters","colLabels":["1d12","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Animals—such as a {@creature brown bear}, {@creature giant owl}, or pack of {@dice 2d6} {@creature Wolf||wolves}—attack, made vicious by the effect of Baphomet's temple deep under the hill."],["2","{@dice 2d4} {@creature Minotaur Archaeologist|BMT|minotaur archaeologists} explore the hill, looking for artifacts and places to dig."],["3","{@dice 1d6} {@creature Minotaur Infiltrator|BMT|minotaur infiltrators} are performing a bloody rite to Baphomet; if there are six, one is their leader, {@creature Brusipha|BMT} (both stat blocks appear in this chapter). If discovered, the minotaurs attack to conceal their activity from outsiders."],["4","{@dice 1d3} {@creature Displacer Beast||displacer beasts}, pets of the green hags, are on the prowl; alternatively, use {@creature Yeth Hound|MPMM|yeth hounds} from {@book Mordenkainen Presents: Monsters of the Multiverse|MPMM}."],["5","A plaintive howl echoes over the hill. Characters who succeed on a {@dc 12} Wisdom ({@skill Perception}) check identify the source as the collapsed bell tower in the Feygrove, where a young {@creature displacer beast} is trapped."],["6","A {@creature green hag} from the coven hidden in the Feygrove is on a mysterious errand. If she detects the adventurers before they spot her, the hag uses Illusory Appearance to conceal herself as a dryad and invites the characters to the Feygrove, then returns to her coven and sets a trap for the characters."],["7","Vegetation on the hillside has grown into a hedge maze due to the magical influence of Baphomet's temple. Navigating the maze requires 1 hour and a successful {@dc 18} Wisdom ({@skill Survival}) check."],["8","Mekkalath's presence prompts a fiery eruption. Creatures in a 5-foot-radius, 20-foot-high cylinder must succeed on a {@dc 15} Dexterity saving throw or take 17 ({@dice 5d6}) fire damage."],["9","{@dice 1d3} {@creature Fire Elemental||fire elementals} drawn from the Elemental Plane of Fire by Mekkalath's aura wander the hill."],["10","Spiders from the Feygrove are on the prowl; they include {@dice 2d4} {@creature Giant Spider||giant spiders} plus either {@dice 1d3} {@creature Phase Spider||phase spiders} or 1 {@creature ruin spider|BMT} (see {@book chapter 21|BMT|20|Ruin Spider})."],["11","A lone {@creature githyanki warrior} hunts for tonight's meal."],["12","A {@creature red slaad}, dropped here by the comet that recently overflew the site, searches the hill for any way to lift the wards around the watchtower."]],"name":"Random Encounters; Ruin Encounters","page":124,"source":"BMT","chapter":{"name":"Ruin","ordinal":{"type":"chapter","identifier":16},"index":15}},{"caption":"Visions of Ioun","colLabels":["1d6","Vision"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Minotaurs dig beneath the hill and build a temple to Bahamut and other gods."],["2","Minotaurs clad in the garb of a bestial cult summon demons and slay other minotaur priests in a horrific bloodbath."],["3","Monks and knights travel to the hill and construct the abbey at its summit."],["4","Knights defeat a hobgoblin warlord and bring back a {@item Deck of Many Things} and other trophies."],["5","As an army besieges the abbey, a knight draws the Skull card from a {@item Deck of Many Things}. Skull-headed Undead appear and massacre everyone they see."],["6","A huge red dragon emerges from the catacombs beneath the abbey to make his lair atop the hill. Among his treasures is a {@item Deck of Many Things}."]],"name":"Feygrove; Visions of Ioun","page":126,"source":"BMT","chapter":{"name":"Ruin","ordinal":{"type":"chapter","identifier":16},"index":15}},{"caption":"Marks of the Donjon","colLabels":["d6","Curse"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The character can't stop shivering."],["2","The character's vision is limited to a 5-foot-wide line pointing in a single direction."],["3","The character gets nauseous near windows or doorways. If the character moves through such a threshold, the character has disadvantage on saving throws for 1 minute."],["4","The character is plagued by nightmares of metal constructs."],["5","The character is disoriented by wide-open spaces and has no sense of direction outdoors."],["6","While in sunlight, the character has disadvantage on attack rolls."]],"name":"Mark of the Donjon; Marks of the Donjon","page":134,"source":"BMT","chapter":{"name":"Donjon","ordinal":{"type":"chapter","identifier":17},"index":16}},{"caption":"Drone Patrols","colLabels":["d6","Patrol Composition"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","{@dice 1d6} {@creature Quadrone Detention Drone|BMT|quadrones}"],["3","{@dice 1d4} suits of {@creature Animated Armor Detention Drone|BMT|animated armor}"],["4–5","2 {@creature Helmed Horror Detention Drone|BMT|helmed horrors}"],["6","1 {@creature Advanced Detention Drone|BMT|shield guardian}"]],"name":"Drone Patrols","page":135,"source":"BMT","chapter":{"name":"Donjon","ordinal":{"type":"chapter","identifier":17},"index":16}},{"caption":"Gem Shards","colLabels":["Attack Roll or Check Total","Thunder Damage","Gemstone Value"],"colStyles":["col-4","col-4","col-4"],"rows":[["5 or lower","33 ({@dice 6d10})","10 gp"],["10–14","22 ({@dice 4d10})","50 gp"],["15–19","11 ({@dice 2d10})","100 gp"],["20–24","5 ({@dice 1d10})","500 gp"],["25–29","—","1,000 gp"],["30 or higher","—","5,000 gp"]],"name":"Gem Shards","page":147,"source":"BMT","chapter":{"name":"Void","ordinal":{"type":"chapter","identifier":18},"index":17}},{"caption":"Stat Blocks by Challenge Rating","colLabels":["CR","Stat Block","Creature Type","Chapter"],"colStyles":["col-2 text-center","col-6","col-2","col-2 text-center"],"rows":[["1/4","{@creature Minotaur archaeologist|BMT}","Humanoid","{@book 16|BMT|15}"],["1/2","{@creature Aspirant of the Comet|BMT}","Humanoid","{@book 12|BMT|11}"],["1","{@creature Harrow hawk|BMT}","Undead","{@book 21|BMT|20}"],["2","{@creature Minotaur infiltrator|BMT}","Humanoid","{@book 16|BMT|15}"],["2","{@creature Oddlewin|BMT}","Fey","{@book 14|BMT|13}"],["3","{@creature Brusipha|BMT}","Humanoid","{@book 16|BMT|15}"],["3","{@creature Harrow hound|BMT}","Undead","{@book 19|BMT|18}"],["3","{@creature Living portent|BMT}","Celestial","{@book 21|BMT|20}"],["4","{@creature Fate hag|BMT}","Fey","{@book 21|BMT|20}"],["4","{@creature Initiate of the Comet|BMT}","Humanoid","{@book 12|BMT|11}"],["4","{@creature Werevulture|BMT}","Fiend","{@book 21|BMT|20}"],["5","{@creature Ambitious assassin|BMT}","Humanoid","{@book 6|BMT|5}"],["5","{@creature Riffler|BMT}","Fey","{@book 21|BMT|20}"],["5","{@creature Ruin spider|BMT}","Monstrosity","{@book 21|BMT|20}"],["5","{@creature Sir Jared|BMT}","Humanoid","{@book 10|BMT|9}"],["7","{@creature Talon beast|BMT}","Monstrosity","{@book 21|BMT|20}"],["9","{@creature Boss Augustus|BMT}","Monstrosity","{@book 11|BMT|10}"],["9","{@creature Boss Delour|BMT}","Monstrosity","{@book 11|BMT|10}"],["9","{@creature Gremorly's ghost|BMT}","Undead","{@book 15|BMT|14}"],["9","{@creature Solar Bastion knight|BMT}","Humanoid","{@book 10|BMT|9}"],["11","{@creature Enchanting infiltrator|BMT}","Fey","{@book 6|BMT|5}"],["11","{@creature Hierophant of the Comet|BMT}","Humanoid","{@book 12|BMT|11}"],["14","{@creature Breath drinker|BMT}","Aberration","{@book 18|BMT|17}"],["14","{@creature Hulgaz|BMT}","Fiend","{@book 20|BMT|19}"],["15","{@creature Grim Champion of Pestilence|BMT}","Undead","{@book 19|BMT|18}"],["17","{@creature Hierophant medusa|BMT}","Monstrosity","{@book 21|BMT|20}"],["17","{@creature Otherworldly corrupter|BMT}","Aberration","{@book 6|BMT|5}"],["18","{@creature Asteria|BMT}","Humanoid","{@book 22|BMT|21}"],["18","{@creature Euryale|BMT}","Monstrosity","{@book 22|BMT|21}"],["18","{@creature Malaxxix|BMT}","Fiend","{@book 20|BMT|19}"],["20","{@creature Grim Champion of Bloodshed|BMT}","Undead","{@book 19|BMT|18}"],["21","{@creature Pazrodine|BMT}","Dragon","{@book 14|BMT|13}"],["21","{@creature Veiled presence|BMT}","Celestial","{@book 6|BMT|5}"],["22","{@creature Aurnozci|BMT}","Fiend","{@book 20|BMT|19}"],["25","{@creature Grim Champion of Desolation|BMT}","Undead","{@book 19|BMT|18}"]],"name":"Monsters in This Book; Stat Blocks by Challenge Rating","page":175,"source":"BMT","chapter":{"name":"Talons","ordinal":{"type":"chapter","identifier":21},"index":20}},{"caption":"Cair Ophidian Flowers","colLabels":["d20","Flower"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–10","Nonmagical Flower. This bloom has no magical properties but is very pretty."],["11–14","Swift Lily. This flower crackles with energy. As a bonus action, you can crush the flower to increase your speed by 30 feet until the start of your next turn. The flower is then destroyed. The flower loses its magic {@dice 1d6} days after being plucked."],["15–17","Drowsing Lavender. This stalk of purple blooms glows faintly. As an action, you can wave it at a creature within your reach. The creature must succeed on a {@dc 17} Wisdom saving throw or have the {@condition unconscious} condition until the start of your next turn. Once used this way, the flower is destroyed. The flower loses its magic {@dice 1d8} days after being plucked."],["18–19","Iron Peony. This flower's petals are silver-tipped. As a bonus action, you can crush the flower to gain resistance to all damage until the start of your next turn. The flower is then destroyed. This flower loses its magic {@dice 1d12} days after being plucked."],["20","Wishing Lion. This flower appears as a dandelion with a tiny lion head embedded in the fluff. As an action, you can blow on the fluff and cast the {@spell Wish} spell. The flower is then destroyed. This flower retains its magic until the spell is cast."]],"name":"Cair Ophidian Flowers","page":190,"source":"BMT","chapter":{"name":"Euryale","ordinal":{"type":"chapter","identifier":22},"index":21}},{"caption":"Fortune Tellers","page":13,"colLabels":["d6","Fortune Teller"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","An entertainer at a street fair or civic festival, who emphasizes that this card reading is \"for entertainment purposes only\""],["2","A professional fortune teller with a shop in a small town, who tries to inject the reading with elements of romance"],["3","A seer in a temple, whose eyes are closed throughout the reading and who couches everything in terms of the will of a certain god"],["4","A hag who cackles gleefully at every hint of danger or destruction in the reading"],["5","A haunted deck of cards that lays itself out and narrates the reading in a distant, ghostly echo"],["6","A member of the {@book Heralds of the Comet|BMT|11|Heralds of the Comet} (an apocalyptic cult described in The Book of Many Things), who stresses danger and destruction in the reading"]],"name":"Using an Adventure Spread During Play; Fortune Tellers","source":"DMTCRG","chapter":{"name":"Adventure Spreads","index":2}},{"caption":"Ability Descriptions","colLabels":["Ability","Score Measures..."],"colStyles":["col-4","col-8"],"rows":[["Strength","Physical might"],["Dexterity","Agility, reflexes, and balance"],["Constitution","Health and stamina"],["Intelligence","Reasoning and memory"],["Wisdom","Perceptiveness and mental fortitude"],["Charisma","Confidence, poise, and charm"]],"name":"The Six Abilities; Ability Descriptions","page":10,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Ability Scores","colLabels":["Score","Meaning"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","This is the lowest a score can normally go. If an effect reduces a score to 0, that effect explains what happens."],["2–9","This represents a weak capability."],["10–11","This represents the human average."],["12–19","This represents a strong capability."],["20","This is the highest an adventurer's score can go unless a feature says otherwise."],["21–29","This represents an extraordinary capability."],["30","This is the highest a score can go."]],"name":"Ability Scores","page":10,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Ability Modifiers","colLabels":["Score","Modifier"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1","−5"],["2–3","−4"],["4–5","−3"],["6–7","−2"],["8–9","−1"],["10–11","+0"],["12–13","+1"],["14–15","+2"],["16–17","+3"],["18–19","+4"],["20–21","+5"],["22–23","+6"],["24–25","+7"],["26–27","+8"],["28–29","+9"],["30","+10"]],"name":"Ability Modifiers","page":10,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Ability Check Examples","colLabels":["Ability","Make a Check To..."],"colStyles":["col-4","col-8"],"rows":[["Strength","Lift, push, pull, or break something"],["Dexterity","Move nimbly, quickly, or quietly"],["Constitution","Push your body beyond normal limits"],["Intelligence","Reason or remember"],["Wisdom","Notice things in the environment or in creatures' behavior"],["Charisma","Influence, entertain, or deceive"]],"name":"Ability Modifier; Ability Check Examples","page":10,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Typical Difficulty Classes","colLabels":["Task Difficulty","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Very easy","5"],["Easy","10"],["Medium","15"],["Hard","20"],["Very hard","25"],["Nearly impossible","30"]],"name":"Typical Difficulty Classes","page":11,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Saving Throw Examples","colLabels":["Ability","Make a Save To..."],"colStyles":["col-4","col-8"],"rows":[["Strength","Physically resist direct force"],["Dexterity","Dodge out of harm's way"],["Constitution","Endure a toxic hazard"],["Intelligence","Recognize an illusion as fake"],["Wisdom","Resist a mental assault"],["Charisma","Assert your identity"]],"name":"Ability Modifier; Saving Throw Examples","page":11,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Attack Roll Abilities","colLabels":["Ability","Attack Type"],"colStyles":["col-2","col-10"],"rows":[["Strength","Melee attack with a weapon or an {@variantrule Unarmed Strike|XPHB}"],["Dexterity","Ranged attack with a weapon"],["Varies","Spell attack (the ability used is determined by the spellcaster's spellcasting feature, as explained in {@book chapter 7|XPHB|7})"]],"name":"Ability Modifier; Attack Roll Abilities","page":12,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Proficiency Bonus","colLabels":["Level or CR","Bonus"],"colStyles":["col-5 text-center","col-5 text-center"],"rows":[["Up to 4","+2"],["5–8","+3"],["9–12","+4"],["13–16","+5"],["17–20","+6"],["21–24","+7"],["25–28","+8"],["29–30","+9"]],"name":"Proficiency Bonus","page":13,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Skills","colLabels":["Skill","Ability","Example Uses"],"colStyles":["col-2","col-2","col-8"],"rows":[["{@skill Acrobatics|XPHB}","Dexterity","Stay on your feet in a tricky situation, or perform an acrobatic stunt."],["{@skill Animal Handling|XPHB}","Wisdom","Calm or train an animal, or get an animal to behave in a certain way."],["{@skill Arcana|XPHB}","Intelligence","Recall lore about spells, magic items, and the planes of existence."],["{@skill Athletics|XPHB}","Strength","Jump farther than normal, stay afloat in rough water, or break something."],["{@skill Deception|XPHB}","Charisma","Tell a convincing lie, or wear a disguise convincingly."],["{@skill History|XPHB}","Intelligence","Recall lore about historical events, people, nations, and cultures."],["{@skill Insight|XPHB}","Wisdom","Discern a person's mood and intentions."],["{@skill Intimidation|XPHB}","Charisma","Awe or threaten someone into doing what you want."],["{@skill Investigation|XPHB}","Intelligence","Find obscure information in books, or deduce how something works."],["{@skill Medicine|XPHB}","Wisdom","Diagnose an illness, or determine what killed the recently slain."],["{@skill Nature|XPHB}","Intelligence","Recall lore about terrain, plants, animals, and weather."],["{@skill Perception|XPHB}","Wisdom","Using a combination of senses, notice something that's easy to miss."],["{@skill Performance|XPHB}","Charisma","Act, tell a story, perform music, or dance."],["{@skill Persuasion|XPHB}","Charisma","Honestly and graciously convince someone of something."],["{@skill Religion|XPHB}","Intelligence","Recall lore about gods, religious rituals, and holy symbols."],["{@skill Sleight of Hand|XPHB}","Dexterity","Pick a pocket, conceal a handheld object, or perform legerdemain."],["{@skill Stealth|XPHB}","Dexterity","Escape notice by moving quietly and hiding behind things."],["{@skill Survival|XPHB}","Wisdom","Follow tracks, forage, find a trail, or avoid natural hazards."]],"name":"Skill List; Skills","page":14,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Actions","colLabels":["Action","Summary"],"colStyles":["col-2","col-10"],"rows":[["{@action Attack|XPHB}","Attack with a weapon or an {@variantrule Unarmed Strike|XPHB}."],["{@action Dash|XPHB}","For the rest of the turn, give yourself extra movement equal to your {@variantrule Speed|XPHB}."],["{@action Disengage|XPHB}","Your movement doesn't provoke {@action Opportunity Attack|XPHB} for the rest of the turn."],["{@action Dodge|XPHB}","Until the start of your next turn, attack rolls against you have {@variantrule Disadvantage|XPHB}, and you make Dexterity saving throws with {@variantrule Advantage|XPHB}. You lose this benefit if you have the {@condition Incapacitated|XPHB} condition or if your Speed is 0."],["{@action Help|XPHB}","Help another creature's ability check or attack roll, or administer first aid."],["{@action Hide|XPHB}","Make a Dexterity ({@skill Stealth|XPHB}) check."],["{@action Influence|XPHB}","Make a Charisma ({@skill Deception|XPHB}, {@skill Intimidation|XPHB}, {@skill Performance|XPHB}, or {@skill Persuasion|XPHB}) or Wisdom ({@skill Animal Handling|XPHB}) check to alter a creature's attitude."],["{@action Magic|XPHB}","Cast a spell, use a magic item, or use a magical feature."],["{@action Ready|XPHB}","Prepare to take an action in response to a trigger you define."],["{@action Search|XPHB}","Make a Wisdom ({@skill Insight|XPHB}, {@skill Medicine|XPHB}, {@skill Perception|XPHB}, or {@skill Survival|XPHB}) check."],["{@action Study|XPHB}","Make an Intelligence ({@skill Arcana|XPHB}, {@skill History|XPHB}, {@skill Investigation|XPHB}, {@skill Nature|XPHB}, or {@skill Religion|XPHB}) check."],["{@action Utilize|XPHB}","Use a nonmagical object."]],"name":"Actions","page":15,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Travel Pace","colLabelRows":[["",{"type":"cellHeader","width":3,"entry":"Distance Traveled Per...","style":"th-skewer"}],["Pace","Minute","Hour","Day"]],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["Fast","400 feet","4 miles","30 miles"],["Normal","300 feet","3 miles","24 miles"],["Slow","200 feet","2 miles","18 miles"]],"name":"Travel Pace","page":20,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Creature Size and Space","colLabels":["Size","Space (Feet)","Space (Squares)"],"colStyles":["col-4","col-4","col-4"],"rows":[["Tiny","2½ by 2½ feet","4 per square"],["Small","5 by 5 feet","1 square"],["Medium","5 by 5 feet","1 square"],["Large","10 by 10 feet","4 squares (2 by 2)"],["Huge","15 by 15 feet","9 squares (3 by 3)"],["Gargantuan","20 by 20 feet","16 squares (4 by 4)"]],"name":"Creature Size and Space","page":25,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Cover","colLabels":["Degree","Benefit to Target","Offered By..."],"colStyles":["col-2","col-4","col-6"],"rows":[["{@variantrule Cover|XPHB|Half}","+2 bonus to AC and Dexterity saving throws","Another creature or an object that covers at least half of the target"],["{@variantrule Cover|XPHB|Three-Quarters}","+5 bonus to AC and Dexterity saving throws","An object that covers at least three-quarters of the target"],["{@variantrule Cover|XPHB|Total}","Can't be targeted directly","An object that covers the whole target"]],"name":"Cover","page":25,"source":"XPHB","chapter":{"name":"Playing the Game","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Class Overview","colLabels":["Class","Likes...","Primary Ability","Complexity"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@class Barbarian|XPHB}","Battle","Strength","Average"],["{@class Bard|XPHB}","Performing","Charisma","High"],["{@class Cleric|XPHB}","Gods","Wisdom","Average"],["{@class Druid|XPHB}","Nature","Wisdom","High"],["{@class Fighter|XPHB}","Weapons","Strength or Dexterity","Low"],["{@class Monk|XPHB}","Unarmed combat","Dexterity and Wisdom","High"],["{@class Paladin|XPHB}","Defense","Strength and Charisma","Average"],["{@class Ranger|XPHB}","Survival","Dexterity and Wisdom","Average"],["{@class Rogue|XPHB}","Stealth","Dexterity","Low"],["{@class Sorcerer|XPHB}","Power","Charisma","High"],["{@class Warlock|XPHB}","Occult lore","Charisma","High"],["{@class Wizard|XPHB}","Spellbooks","Intelligence","Average"]],"name":"Choose a Class; Class Overview","page":33,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ability Scores and Backgrounds","colLabels":["Ability","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Strength","{@background Artisan|XPHB}, {@background Entertainer|XPHB}, {@background Farmer|XPHB}, {@background Guard|XPHB}, {@background Noble|XPHB}, {@background Sailor|XPHB}, {@background Soldier|XPHB}"],["Dexterity","{@background Artisan|XPHB}, {@background Charlatan|XPHB}, {@background Criminal|XPHB}, {@background Entertainer|XPHB}, {@background Guide|XPHB}, {@background Sailor|XPHB}, {@background Scribe|XPHB}, {@background Soldier|XPHB}, {@background Wayfarer|XPHB}"],["Constitution","{@background Charlatan|XPHB}, {@background Criminal|XPHB}, {@background Farmer|XPHB}, {@background Guide|XPHB}, {@background Hermit|XPHB}, {@background Merchant|XPHB}, {@background Sage|XPHB}, {@background Soldier|XPHB}"],["Intelligence","{@background Acolyte|XPHB}, {@background Artisan|XPHB}, {@background Criminal|XPHB}, {@background Guard|XPHB}, {@background Merchant|XPHB}, {@background Noble|XPHB}, {@background Sage|XPHB}, {@background Scribe|XPHB}"],["Wisdom","{@background Acolyte|XPHB}, {@background Farmer|XPHB}, {@background Guard|XPHB}, {@background Guide|XPHB}, {@background Hermit|XPHB}, {@background Sage|XPHB}, {@background Sailor|XPHB}, {@background Scribe|XPHB}, {@background Wayfarer|XPHB}"],["Charisma","{@background Acolyte|XPHB}, {@background Charlatan|XPHB}, {@background Entertainer|XPHB}, {@background Hermit|XPHB}, {@background Merchant|XPHB}, {@background Noble|XPHB}, {@background Wayfarer|XPHB}"]],"name":"Choose a Background; Ability Scores and Backgrounds","page":36,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Standard Languages","colLabels":["{@dice 1d12}","Language","Origin"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["—","{@language Common|XPHB}","Sigil"],[{"type":"cell","roll":{"exact":1}},"{@language Common Sign Language|XPHB}","Sigil"],[{"type":"cell","roll":{"exact":2}},"{@language Draconic|XPHB}","Dragons"],[{"type":"cell","roll":{"min":3,"max":4}},"{@language Dwarvish|XPHB}","Dwarves"],[{"type":"cell","roll":{"min":5,"max":6}},"{@language Elvish|XPHB}","Elves"],[{"type":"cell","roll":{"exact":7}},"{@language Giant|XPHB}","Giants"],[{"type":"cell","roll":{"exact":8}},"{@language Gnomish|XPHB}","Gnomes"],[{"type":"cell","roll":{"exact":9}},"{@language Goblin|XPHB}","Goblinoids"],[{"type":"cell","roll":{"min":10,"max":11}},"{@language Halfling|XPHB}","Halflings"],[{"type":"cell","roll":{"exact":12}},"{@language Orc|XPHB}","Orcs"]],"name":"Choose Languages; Standard Languages","page":37,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Rare Languages","colLabels":["Language","Origin"],"colStyles":["col-6","col-6"],"rows":[["Abyssal","Demons of the Abyss"],["Celestial","Celestials"],["Deep Speech","Aberrations"],["Druidic","Druidic circles"],["Infernal","Devils of the Nine Hells"],["Primordial*","Elementals"],["Sylvan","The Feywild"],["Thieves' Cant","Various criminal guilds"],["Undercommon","The Underdark"]],"footnotes":["*Primordial includes the Aquan, Auran, Ignan, and Terran dialects. Creatures that know one of these dialects can communicate with those that know a different one."],"name":"Choose Languages; Rare Languages","page":37,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ability Score Point Costs","colLabels":["Score","Cost"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["8","0"],["9","1"],["10","2"],["11","3"],["12","4"],["13","5"],["14","7"],["15","9"]],"name":"Ability Score Point Costs","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Standard Array by Class","colLabels":["Class","Str.","Dex.","Con.","Int.","Wis.","Cha."],"colStyles":["col-6","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":[["{@class Barbarian|XPHB}","15","13","14","10","12","8"],["{@class Bard|XPHB}","8","14","12","13","10","15"],["{@class Cleric|XPHB}","14","8","13","10","15","12"],["{@class Druid|XPHB}","8","12","14","13","15","10"],["{@class Fighter|XPHB}","15","14","13","8","10","12"],["{@class Monk|XPHB}","12","15","13","10","14","8"],["{@class Paladin|XPHB}","15","10","13","8","12","14"],["{@class Ranger|XPHB}","12","15","13","8","14","10"],["{@class Rogue|XPHB}","12","15","13","14","10","8"],["{@class Sorcerer|XPHB}","10","13","14","8","12","15"],["{@class Warlock|XPHB}","8","14","13","12","10","15"],["{@class Wizard|XPHB}","8","12","13","15","14","10"]],"name":"Assign Ability Scores; Standard Array by Class","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ability Scores and Modifiers","colLabels":["Score","Modifier"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["3","−4"],["4–5","−3"],["6–7","−2"],["8–9","−1"],["10–11","+0"],["12–13","+1"],["14–15","+2"],["16–17","+3"],["18–19","+4"],["20","+5"]],"name":"Determine Ability Modifiers; Ability Scores and Modifiers","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Strength","colLabels":["1d4","High Strength","Low Strength"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Muscular","Weak"],["2","Sinewy","Slight"],["3","Protective","Self-conscious"],["4","Direct","Indirect"]],"name":"Describe Appearance and Personality; Strength","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dexterity","colLabels":["1d4","High Dexterity","Low Dexterity"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Lithe","Jittery"],["2","Dynamic","Clumsy"],["3","Fidgety","Hesitant"],["4","Poised","Unsteady"]],"name":"Describe Appearance and Personality; Dexterity","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Constitution","colLabels":["1d4","High Constitution","Low Constitution"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Energetic","Frail"],["2","Hale","Squeamish"],["3","Hearty","Lethargic"],["4","Stable","Fragile"]],"name":"Describe Appearance and Personality; Constitution","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Intelligence","colLabels":["1d4","High Intelligence","Low Intelligence"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Decisive","Artless"],["2","Logical","Illogical"],["3","Informative","Uninformed"],["4","Curious","Frivolous"]],"name":"Describe Appearance and Personality; Intelligence","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Wisdom","colLabels":["1d4","High Wisdom","Low Wisdom"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Serene","Rash"],["2","Considerate","Distracted"],["3","Attentive","Oblivious"],["4","Wary","Naive"]],"name":"Describe Appearance and Personality; Wisdom","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Charisma","colLabels":["1d4","High Charisma","Low Charisma"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Charming","Pedantic"],["2","Commanding","Humorless"],["3","Hilarious","Reserved"],["4","Inspiring","Tactless"]],"name":"Describe Appearance and Personality; Charisma","page":38,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Personality Traits by Alignment","colLabels":["Alignment","{@dice 1d4}","Associated Trait"],"colStyles":["col-2","col-2 text-center","col-8"],"rows":[["Chaotic","1","Boastful"],["","2","Impulsive"],["","3","Rebellious"],["","4","Self-absorbed"],["Good","1","Compassionate"],["","2","Helpful"],["","3","Honest"],["","4","Kind"],["Evil","1","Dishonest"],["","2","Vengeful"],["","3","Cruel"],["","4","Greedy"],["Lawful","1","Cooperative"],["","2","Loyal"],["","3","Judgmental"],["","4","Methodical"],["Neutral","1","Selfish"],["","2","Disinterested"],["","3","Laconic"],["","4","Pragmatic"]],"name":"Alignment and Personality; Personality Traits by Alignment","page":40,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Level 1 Hit Points by Class","colLabels":["Class","Hit Point Maximum"],"colStyles":["col-6","col-6"],"rows":[["{@class Barbarian|XPHB}","12 + Con. modifier"],["{@class Fighter|XPHB}, {@class Paladin|XPHB}, or {@class Ranger|XPHB}","10 + Con. modifier"],["{@class Bard|XPHB}, {@class Cleric|XPHB}, {@class Druid|XPHB}, {@class Monk|XPHB}, {@class Rogue|XPHB}, or {@class Warlock|XPHB}","8 + Con. modifier"],["{@class Sorcerer|XPHB} or {@class Wizard|XPHB}","6 + Con. modifier"]],"name":"Level 1 Hit Points by Class","page":40,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Character Advancement","colLabels":["Level","Experience Points","Proficiency Bonus"],"colStyles":["col-2 text-center","col-5","col-5 text-center"],"rows":[["1","0","+2"],["2","300","+2"],["3","900","+2"],["4","2,700","+2"],["5","6,500","+3"],["6","14,000","+3"],["7","23,000","+3"],["8","34,000","+3"],["9","48,000","+4"],["10","64,000","+4"],["11","85,000","+4"],["12","100,000","+4"],["13","120,000","+5"],["14","140,000","+5"],["15","165,000","+5"],["16","195,000","+5"],["17","225,000","+6"],["18","265,000","+6"],["19","305,000","+6"],["20","355,000","+6"]],"name":"Level Advancement; Character Advancement","page":41,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Fixed Hit Points by Class","colLabels":["Class","Hit Points per Level"],"colStyles":["col-6","col-6"],"rows":[["{@class Barbarian|XPHB}","7 + Con. modifier"],["{@class Fighter|XPHB}, {@class Paladin|XPHB}, or {@class Ranger|XPHB}","6 + Con. modifier"],["{@class Bard|XPHB}, {@class Cleric|XPHB}, {@class Druid|XPHB}, {@class Monk|XPHB}, {@class Rogue|XPHB}, or {@class Warlock|XPHB}","5 + Con. modifier"],["{@class Sorcerer|XPHB} or {@class Wizard|XPHB}","4 + Con. modifier"]],"name":"Adjust Hit Points and Hit Point Dice; Fixed Hit Points by Class","page":42,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Starting Equipment at Higher Levels","colLabels":["Starting Level","Equipment and Money","Magic Items"],"colStyles":["col-2 text-center","col-6","col-4"],"rows":[["2–4","Normal starting equipment","1 {@filter Common|items|rarity=Common}"],["5–10","500 GP plus {@dice 1d10 × 25} GP plus normal starting equipment","1 {@filter Common|items|rarity=Common}, 1 {@filter Uncommon|items|rarity=Uncommon}"],["11–16","5,000 gp plus {@dice 1d10 × 250} GP plus normal starting equipment","2 {@filter Common|items|rarity=Common}, 3 {@filter Uncommon|items|rarity=Uncommon}, 1 {@filter Rare|items|rarity=Rare}"],["17–20","20,000 GP plus {@dice 1d10 × 250} GP plus normal starting equipment","2 {@filter Common|items|rarity=Common}, 4 {@filter Uncommon|items|rarity=Uncommon}, 3 {@filter Rare|items|rarity=Rare}, 1 {@filter Very Rare|items|rarity=Very Rare}"]],"name":"Starting Equipment at Higher Levels","page":43,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Multiclass Spellcaster: Spell Slots per Spell Level","colLabels":["Level","1","2","3","4","5","6","7","8","9"],"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":[["1","2","—","—","—","—","—","—","—","—"],["2","3","—","—","—","—","—","—","—","—"],["3","4","2","—","—","—","—","—","—","—"],["4","4","3","—","—","—","—","—","—","—"],["5","4","3","2","—","—","—","—","—","—"],["6","4","3","3","—","—","—","—","—","—"],["7","4","3","3","1","—","—","—","—","—"],["8","4","3","3","2","—","—","—","—","—"],["9","4","3","3","3","1","—","—","—","—"],["10","4","3","3","3","2","—","—","—","—"],["11","4","3","3","3","2","1","—","—","—"],["12","4","3","3","3","2","1","—","—","—"],["13","4","3","3","3","2","1","1","—","—"],["14","4","3","3","3","2","1","1","—","—"],["15","4","3","3","3","2","1","1","1","—"],["16","4","3","3","3","2","1","1","1","—"],["17","4","3","3","3","2","1","1","1","1"],["18","4","3","3","3","3","1","1","1","1"],["19","4","3","3","3","3","2","1","1","1"],["20","4","3","3","3","3","2","2","1","1"]],"name":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level","page":44,"source":"XPHB","chapter":{"name":"Creating a Character","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Feat List","colLabels":["Feat","Category"],"colStyles":["col-6","col-6"],"rows":[["{@feat Ability Score Improvement|XPHB}*","{@book General|XPHB|5|General Feats}"],["{@feat Actor|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Alert|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Archery|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Athlete|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Blind Fighting|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Boon of Combat Prowess|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Dimensional Travel|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Energy Resistance|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Fate|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Fortitude|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Irresistible Offense|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Recovery|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Skill|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Speed|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Spell Recall|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of the Night Spirit|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Boon of Truesight|XPHB}","{@book Epic Boon|XPHB|5|Epic Boon Feats}"],["{@feat Charger|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Chef|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Crafter|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Crossbow Expert|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Crusher|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Defense|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Defensive Duelist|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Dual Wielder|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Dueling|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Durable|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Elemental Adept|XPHB}*","{@book General|XPHB|5|General Feats}"],["{@feat Fey-Touched|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Grappler|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Great Weapon Fighting|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Great Weapon Master|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Healer|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Heavily Armored|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Heavy Armor Master|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Inspiring Leader|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Interception|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Keen Mind|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Lightly Armored|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Lucky|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Mage Slayer|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Magic Initiate|XPHB}*","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Martial Weapon Training|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Medium Armor Master|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Moderately Armored|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Mounted Combatant|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Musician|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Observant|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Piercer|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Poisoner|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Polearm Master|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Protection|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Resilient|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Ritual Caster|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Savage Attacker|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Sentinel|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Shadow-Touched|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Sharpshooter|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Shield Master|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Skilled|XPHB}*","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Skill Expert|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Skulker|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Slasher|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Speedy|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Spell Sniper|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Tavern Brawler|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Telekinetic|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Telepathic|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Thrown Weapon Fighting|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Tough|XPHB}","{@book Origin|XPHB|5|Origin Feats}"],["{@feat Two-Weapon Fighting|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat Unarmed Fighting|XPHB}","{@book Fighting Style|XPHB|5|Fighting Style Feats}"],["{@feat War Caster|XPHB}","{@book General|XPHB|5|General Feats}"],["{@feat Weapon Master|XPHB}","{@book General|XPHB|5|General Feats}"]],"footnotes":["*This feat can be taken more than once."],"name":"Repeatable; Feat List","page":199,"source":"XPHB","chapter":{"name":"Feats","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Coin Values","colLabels":["Coin","Value in GP"],"colStyles":["col-6","col-6"],"rows":[["Copper Piece (CP)","1/100"],["Silver Piece (SP)","1/10"],["Electrum Piece (EP)","1/2"],["Gold Piece (GP)","1"],["Platinum Piece (PP)","10"]],"name":"Coins; Coin Values","page":213,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Weapons","colLabels":["Name","Damage","Properties","Mastery","Weight","Cost"],"colStyles":["col-2","col-2","col-4-1","col-1-3 text-center","col-1-3 text-center","col-1-3 text-right"],"rows":[[{"type":"cell","width":6,"entry":"{@i Simple Melee Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Club|XPHB}","{@dice 1d4} Bludgeoning","{@itemProperty L|XPHB|Light}","{@itemMastery Slow}","2 lb.","1 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Dagger|XPHB}","{@dice 1d4} Piercing","{@itemProperty F|XPHB|Finesse}, {@itemProperty L|XPHB|Light}, {@itemProperty T|XPHB|Thrown} (Range 20/60)","{@itemMastery Nick}","1 lb.","2 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Greatclub|XPHB}","{@dice 1d8} Bludgeoning","{@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Push}","10 lb.","2 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Handaxe|XPHB}","{@dice 1d6} Slashing","{@itemProperty L|XPHB|Light}, {@itemProperty T|XPHB|Thrown} (Range 20/60)","{@itemMastery Vex}","2 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Javelin|XPHB}","{@dice 1d6} Piercing","{@itemProperty T|XPHB|Thrown} (Range 30/120)","{@itemMastery Slow}","2 lb.","5 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Light Hammer|XPHB}","{@dice 1d4} Bludgeoning","{@itemProperty L|XPHB|Light}, {@itemProperty T|XPHB|Thrown} (Range 20/60)","{@itemMastery Nick}","2 lb.","2 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Mace|XPHB}","{@dice 1d6} Bludgeoning","—","{@itemMastery Sap}","4 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Quarterstaff|XPHB}","{@dice 1d6} Bludgeoning","{@itemProperty V|XPHB|Versatile} ({@dice 1d8})","{@itemMastery Topple}","4 lb.","2 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Sickle|XPHB}","{@dice 1d4} Slashing","{@itemProperty L|XPHB|Light}","{@itemMastery Nick}","2 lb.","1 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Spear|XPHB}","{@dice 1d6} Piercing","{@itemProperty T|XPHB|Thrown} (Range 20/60), {@itemProperty V|XPHB|Versatile} ({@dice 1d8})","{@itemMastery Sap}","3 lb.","1 GP"]},[{"type":"cell","width":6,"entry":"{@i Simple Ranged Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Dart|XPHB}","{@dice 1d4} Piercing","{@itemProperty F|XPHB|Finesse}, {@itemProperty T|XPHB|Thrown} (Range 20/60)","{@itemMastery Vex}","1/4 lb.","5 CP"]},{"type":"row","style":"row-indent-first","row":["{@item Light Crossbow|XPHB}","{@dice 1d8} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 80/320; Bolt), {@itemProperty LD|XPHB|Loading}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","5 lb.","25 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Shortbow|XPHB}","{@dice 1d6} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 80/320; Arrow), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Vex}","2 lb.","25 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Sling|XPHB}","{@dice 1d4} Bludgeoning","{@itemProperty A|XPHB|Ammunition} (Range 30/120; Bullet)","{@itemMastery Slow}","—","1 SP"]},[{"type":"cell","width":6,"entry":"{@i Martial Melee Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Battleaxe|XPHB}","{@dice 1d8} Slashing","{@itemProperty V|XPHB|Versatile} ({@dice 1d10})","{@itemMastery Topple}","4 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Flail|XPHB}","{@dice 1d8} Bludgeoning","—","{@itemMastery Sap}","2 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Glaive|XPHB}","{@dice 1d10} Slashing","{@itemProperty H|XPHB|Heavy}, {@itemProperty R|XPHB|Reach}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Graze}","6 lb.","20 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Greataxe|XPHB}","{@dice 1d12} Slashing","{@itemProperty H|XPHB|Heavy}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Cleave}","7 lb.","30 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Greatsword|XPHB}","{@dice 2d6} Slashing","{@itemProperty H|XPHB|Heavy}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Graze}","6 lb.","50 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Halberd|XPHB}","{@dice 1d10} Slashing","{@itemProperty H|XPHB|Heavy}, {@itemProperty R|XPHB|Reach}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Cleave}","6 lb.","20 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Lance|XPHB}","{@dice 1d10} Piercing","{@itemProperty H|XPHB|Heavy}, {@itemProperty R|XPHB|Reach}, {@itemProperty 2H|XPHB|Two-Handed} (unless mounted)","{@itemMastery Topple}","6 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Longsword|XPHB}","{@dice 1d8} Slashing","{@itemProperty V|XPHB|Versatile} ({@dice 1d10})","{@itemMastery Sap}","3 lb.","15 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Maul|XPHB}","{@dice 2d6} Bludgeoning","{@itemProperty H|XPHB|Heavy}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Topple}","10 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Morningstar|XPHB}","{@dice 1d8} Piercing","—","{@itemMastery Sap}","4 lb.","15 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Pike|XPHB}","{@dice 1d10} Piercing","{@itemProperty H|XPHB|Heavy}, {@itemProperty R|XPHB|Reach}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Push}","18 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Rapier|XPHB}","{@dice 1d8} Piercing","{@itemProperty F|XPHB|Finesse}","{@itemMastery Vex}","2 lb.","25 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Scimitar|XPHB}","{@dice 1d6} Slashing","{@itemProperty F|XPHB|Finesse}, {@itemProperty L|XPHB|Light}","{@itemMastery Nick}","3 lb.","25 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Shortsword|XPHB}","{@dice 1d6} Piercing","{@itemProperty F|XPHB|Finesse}, {@itemProperty L|XPHB|Light}","{@itemMastery Vex}","2 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Trident|XPHB}","{@dice 1d8} Piercing","{@itemProperty T|XPHB|Thrown} (Range 20/60), {@itemProperty V|XPHB|Versatile} ({@dice 1d10})","{@itemMastery Topple}","4 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Warhammer|XPHB}","{@dice 1d8} Bludgeoning","{@itemProperty V|XPHB|Versatile} ({@dice 1d10})","{@itemMastery Push}","5 lb.","15 GP"]},{"type":"row","style":"row-indent-first","row":["{@item War Pick|XPHB}","{@dice 1d8} Piercing","{@itemProperty V|XPHB|Versatile} ({@dice 1d10})","{@itemMastery Sap}","2 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Whip|XPHB}","{@dice 1d4} Slashing","{@itemProperty F|XPHB|Finesse}, {@itemProperty R|XPHB|Reach}","{@itemMastery Slow}","3 lb.","2 GP"]},[{"type":"cell","width":6,"entry":"{@i Martial Ranged Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Blowgun|XPHB}","1 Piercing","{@itemProperty A|XPHB|Ammunition} (Range 25/100; Needle), {@itemProperty LD|XPHB|Loading}","{@itemMastery Vex}","1 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Hand Crossbow|XPHB}","{@dice 1d6} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 30/120; Bolt), {@itemProperty L|XPHB|Light}, {@itemProperty LD|XPHB|Loading}","{@itemMastery Vex}","3 lb.","75 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Heavy Crossbow|XPHB}","{@dice 1d10} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 100/400; Bolt), {@itemProperty H|XPHB|Heavy}, {@itemProperty LD|XPHB|Loading}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Push}","18 lb.","50 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Longbow|XPHB}","{@dice 1d8} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 150/600; Arrow), {@itemProperty H|XPHB|Heavy}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","2 lb.","50 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Musket|XPHB}","{@dice 1d12} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 40/120; Bullet), {@itemProperty LD|XPHB|Loading}, {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","10 lb.","500 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Pistol|XPHB}","{@dice 1d10} Piercing","{@itemProperty A|XPHB|Ammunition} (Range 30/90; Bullet), {@itemProperty LD|XPHB|Loading}","{@itemMastery Vex}","3 lb.","250 GP"]}],"name":"Weapons","page":213,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Armor","colLabels":["Armor","Armor Class (AC)","Strength","Stealth","Weight","Cost"],"colStyles":["col-2-9","col-2-9","col-1-4","col-2","col-1-4 text-center","col-1-4 text-right"],"rows":[[{"type":"cell","width":6,"entry":"{@i Light Armor (1 Minute to Don or Doff)}"}],{"type":"row","style":"row-indent-first","row":["{@item Padded Armor|XPHB}","11 + Dex modifier","—","{@variantrule Disadvantage|XPHB}","8 lb.","5 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Leather Armor|XPHB}","11 + Dex modifier","—","—","10 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Studded Leather Armor|XPHB}","12 + Dex modifier","—","—","13 lb.","45 GP"]},[{"type":"cell","width":6,"entry":"{@i Medium Armor (5 Minutes to Don and 1 Minute to Doff)}"}],{"type":"row","style":"row-indent-first","row":["{@item Hide Armor|XPHB}","12 + Dex modifier (max 2)","—","—","12 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Chain Shirt|XPHB}","13 + Dex modifier (max 2)","—","—","20 lb.","50 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Scale Mail|XPHB}","14 + Dex modifier (max 2)","—","{@variantrule Disadvantage|XPHB}","45 lb.","50 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Breastplate|XPHB}","14 + Dex modifier (max 2)","—","—","20 lb.","400 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Half Plate Armor|XPHB}","15 + Dex modifier (max 2)","—","{@variantrule Disadvantage|XPHB}","40 lb.","750 GP"]},[{"type":"cell","width":6,"entry":"{@i Heavy Armor (10 Minutes to Don and 5 Minutes to Doff)}"}],{"type":"row","style":"row-indent-first","row":["{@item Ring Mail|XPHB}","14","—","{@variantrule Disadvantage|XPHB}","40 lb.","30 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Chain Mail|XPHB}","16","Str 13","{@variantrule Disadvantage|XPHB}","55 lb.","75 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Splint Armor|XPHB}","17","Str 15","{@variantrule Disadvantage|XPHB}","60 lb.","200 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Plate Armor|XPHB}","18","Str 15","{@variantrule Disadvantage|XPHB}","65 lb.","1,500 GP"]},[{"type":"cell","width":6,"entry":"{@i Shield ({@action Utilize|XPHB} Action to Don or Doff)}"}],{"type":"row","style":"row-indent-first","row":["{@item Shield|XPHB}","+2","—","—","6 lb.","10 GP"]}],"name":"Armor","page":219,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Adventuring Gear","colLabels":["Item","Weight","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Acid|XPHB}","1 lb.","25 GP"],["{@item Alchemist's Fire|XPHB}","1 lb.","50 GP"],["Ammunition","Varies","Varies"],["{@item Antitoxin|XPHB}","—","50 GP"],["{@item Arcane Focus|XPHB}","Varies","Varies"],["{@item Backpack|XPHB}","5 lb.","2 GP"],["{@item Ball Bearings|XPHB}","2 lb.","1 GP"],["{@item Barrel|XPHB}","70 lb.","2 GP"],["{@item Basket|XPHB}","2 lb.","4 SP"],["{@item Bedroll|XPHB}","7 lb.","1 GP"],["{@item Bell|XPHB}","—","1 GP"],["{@item Blanket|XPHB}","3 lb.","5 SP"],["{@item Block and Tackle|XPHB}","5 lb.","1 GP"],["{@item Book|XPHB}","5 lb.","25 GP"],["{@item Glass Bottle|XPHB|Bottle, Glass}","2 lb.","2 GP"],["{@item Bucket|XPHB}","2 lb.","5 CP"],["{@item Burglar's Pack|XPHB}","42 lb.","16 GP"],["{@item Caltrops|XPHB}","2 lb.","1 GP"],["{@item Candle|XPHB}","—","1 CP"],["{@item Crossbow Bolt Case|XPHB|Case, Crossbow Bolt}","1 lb.","1 GP"],["{@item Map or Scroll Case|XPHB|Case, Map or Scroll}","1 lb.","1 GP"],["{@item Chain|XPHB}","10 lb.","5 GP"],["{@item Chest|XPHB}","25 lb.","5 GP"],["{@item Climber's Kit|XPHB}","12 lb.","25 GP"],["{@item Fine Clothes|XPHB|Clothes, Fine}","6 lb.","15 GP"],["{@item Traveler's Clothes|XPHB|Clothes, Traveler's}","4 lb.","2 GP"],["{@item Component Pouch|XPHB}","2 lb.","25 GP"],["{@item Costume|XPHB}","4 lb.","5 GP"],["{@item Crowbar|XPHB}","5 lb.","2 GP"],["{@item Diplomat's Pack|XPHB}","39 lb.","39 GP"],["{@item Druidic Focus|XPHB}","Varies","Varies"],["{@item Dungeoneer's Pack|XPHB}","55 lb.","12 GP"],["{@item Entertainer's Pack|XPHB}","58½ lb.","40 GP"],["{@item Explorer's Pack|XPHB}","55 lb.","10 GP"],["{@item Flask|XPHB}","1 lb.","2 CP"],["{@item Grappling Hook|XPHB}","4 lb.","2 GP"],["{@item Healer's Kit|XPHB}","3 lb.","5 GP"],["{@item Holy Symbol|XPHB}","Varies","Varies"],["{@item Holy Water|XPHB}","1 lb.","25 GP"],["{@item Hunting Trap|XPHB}","25 lb.","5 GP"],["{@item Ink|XPHB}","—","10 GP"],["{@item Ink Pen|XPHB}","—","2 CP"],["{@item Jug|XPHB}","4 lb.","2 CP"],["{@item Ladder|XPHB}","25 lb.","1 SP"],["{@item Lamp|XPHB}","1 lb.","5 SP"],["{@item Bullseye Lantern|XPHB|Lantern, Bullseye}","2 lb.","10 GP"],["{@item Hooded Lantern|XPHB|Lantern, Hooded}","2 lb.","5 GP"],["{@item Lock|XPHB}","1 lb.","10 GP"],["{@item Magnifying Glass|XPHB}","—","100 GP"],["{@item Manacles|XPHB}","6 lb.","2 GP"],["{@item Map|XPHB}","—","1 GP"],["{@item Mirror|XPHB}","1/2 lb.","5 GP"],["{@item Net|XPHB}","3 lb.","1 GP"],["{@item Oil|XPHB}","1 lb.","1 SP"],["{@item Paper|XPHB}","—","2 SP"],["{@item Parchment|XPHB}","—","1 SP"],["{@item Perfume|XPHB}","—","5 GP"],["{@item Basic Poison|XPHB|Poison, Basic}","—","100 GP"],["{@item Pole|XPHB}","7 lb.","5 CP"],["{@item Iron Pot|XPHB|Pot, Iron}","10 lb.","2 GP"],["{@item Potion of Healing|XDMG}","1/2 lb.","50 GP"],["{@item Pouch|XPHB}","1 lb.","5 SP"],["{@item Priest's Pack|XPHB}","29 lb.","33 GP"],["{@item Quiver|XPHB}","1 lb.","1 GP"],["{@item Portable Ram|XPHB|Ram, Portable}","35 lb.","4 GP"],["{@item Rations|XPHB}","2 lb.","5 SP"],["{@item Robe|XPHB}","4 lb.","1 GP"],["{@item Rope|XPHB}","5 lb.","1 GP"],["{@item Sack|XPHB}","1/2 lb.","1 CP"],["{@item Scholar's Pack|XPHB}","22 lb.","40 GP"],["{@item Shovel|XPHB}","5 lb.","2 GP"],["{@item Signal Whistle|XPHB}","—","5 CP"],["Spell Scroll (Cantrip)","—","30 GP"],["Spell Scroll (Level 1)","—","50 GP"],["{@item Iron Spikes|XPHB|Spikes, Iron}","5 lb.","1 GP"],["{@item Spyglass|XPHB}","1 lb.","1,000 GP"],["{@item String|XPHB}","—","1 SP"],["{@item Tent|XPHB}","20 lb.","2 GP"],["{@item Tinderbox|XPHB}","1 lb.","5 SP"],["{@item Torch|XPHB}","1 lb.","1 CP"],["{@item Vial|XPHB}","—","1 GP"],["{@item Waterskin|XPHB}","5 lb. (full)","2 SP"]],"name":"Adventuring Gear","page":222,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Ammunition","colLabels":["Type","Amount","Storage","Weight","Cost"],"colStyles":["col-3","col-2 text-center","col-3","col-2 text-center","col-2 text-right"],"rows":[["{@item Arrows (20)|XPHB|Arrows}","20","{@item Quiver|XPHB}","1 lb.","1 GP"],["{@item Bolts (20)|XPHB|Bolts}","20","{@item Crossbow Bolt Case|XPHB|Case}","1½ lb.","1 GP"],["{@item Firearm Bullets (10)|XPHB|Bullets, Firearm}","10","{@item Pouch|XPHB}","2 lb.","3 GP"],["{@item Sling Bullet|XPHB|Bullets, Sling}","20","{@item Pouch|XPHB}","1½ lb.","4 CP"],["{@item Needles (50)|XPHB|Needles}","50","{@item Pouch|XPHB}","1 lb.","1 GP"]],"name":"Ammunition (Varies); Ammunition","page":222,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Arcane Focuses","colLabels":["Focus","Weight","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Crystal|XPHB}","1 lb.","10 GP"],["{@item Orb|XPHB}","3 lb.","20 GP"],["{@item Rod|XPHB}","2 lb.","10 GP"],["{@item Staff|XPHB} (also a {@item Quarterstaff|XPHB})","4 lb.","5 GP"],["{@item Wand|XPHB}","1 lb.","10 GP"]],"name":"Arcane Focus (Varies); Arcane Focuses","page":224,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Druidic Focuses","colLabels":["Focus","Weight","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Sprig of mistletoe|XPHB}","—","1 GP"],["{@item Wooden staff|XPHB} (also a {@item Quarterstaff|XPHB})","4 lb.","5 GP"],["{@item Yew wand|XPHB}","1 lb.","10 GP"]],"name":"Druidic Focus (Varies); Druidic Focuses","page":225,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Holy Symbols","colLabels":["Symbol","Weight","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Amulet|XPHB} (worn or held)","1 lb.","5 GP"],["{@item Emblem|XPHB} (borne on fabric or a Shield)","—","5 GP"],["{@item Reliquary|XPHB} (held)","2 lb.","5 GP"]],"name":"Holy Symbol (Varies); Holy Symbols","page":226,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Mounts and Other Animals","colLabels":["Item","Carrying Capacity","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Camel|XPHB}","450 lb.","50 GP"],["{@item Elephant|XPHB}","1,320 lb.","200 GP"],["{@item Draft Horse|XPHB|Horse, Draft}","540 lb.","50 GP"],["{@item Riding Horse|XPHB|Horse, Riding}","480 lb.","75 GP"],["{@item Mastiff|XPHB}","195 lb.","25 GP"],["{@item Mule|XPHB}","420 lb.","8 GP"],["{@item Pony|XPHB}","225 lb.","30 GP"],["{@item Warhorse|XPHB}","540 lb.","400 GP"]],"name":"Mounts and Vehicles; Mounts and Other Animals","page":229,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Tack, Harness, and Drawn Vehicles","colLabels":["Item","Weight","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[{"type":"row","style":"row-indent-first","row":["{@item Carriage|XPHB}","600 lb.","100 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Cart|XPHB}","200 lb.","15 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Chariot|XPHB}","100 lb.","250 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Feed (per day)|XPHB|Feed per day}","10 lb.","5 CP"]},[{"type":"cell","width":3,"entry":"{@i Saddle}"}],{"type":"row","style":"row-indent-first","row":["{@item Exotic Saddle|XPHB|Exotic}","40 lb.","60 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Military Saddle|XPHB|Military}","30 lb.","20 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Riding Saddle|XPHB|Riding}","25 lb.","10 GP"]},{"type":"row","style":"row-indent-first","row":["{@item Sled|XPHB}","300 lb.","20 GP"]},{"type":"row","style":"row-indent-first","row":["Stabling per day","—","5 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Wagon|XPHB}","400 lb.","35 GP"]}],"name":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles","page":229,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Airborne and Waterborne Vehicles","colLabels":["Ship","Speed","Crew","Passengers","Cargo (Tons)","AC","HP","Damage Threshold","Cost"],"colStyles":["col-1-6","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-1-3 text-right"],"rows":[["{@item Airship|XPHB}","8 mph","10","20","1","13","300","—","40,000 GP"],["{@item Galley|XPHB}","4 mph","80","—","150","15","500","20","30,000 GP"],["{@item Keelboat|XPHB}","1 mph","1","6","1/2","15","100","10","3,000 GP"],["{@item Longship|XPHB}","3 mph","40","150","10","15","300","15","10,000 GP"],["{@item Rowboat|XPHB}","1½ mph","1","3","—","11","50","—","50 GP"],["{@item Sailing Ship|XPHB}","2 mph","20","20","100","15","300","15","10,000 GP"],["{@item Warship|XPHB}","2½ mph","60","60","200","15","500","20","25,000 GP"]],"name":"Large Vehicles; Airborne and Waterborne Vehicles","page":230,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Food, Drink, and Lodging","colLabels":["Item","Cost"],"colStyles":["col-8","col-2 text-right"],"rows":[{"type":"row","style":"row-indent-first","row":["Ale (mug)","4 CP"]},{"type":"row","style":"row-indent-first","row":["Bread (loaf)","2 CP"]},{"type":"row","style":"row-indent-first","row":["Cheese (wedge)","1 SP"]},[{"type":"cell","width":2,"entry":"{@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"]},[{"type":"cell","width":2,"entry":"{@i Meal}"}],{"type":"row","style":"row-indent-first","row":["Squalid","1 CP"]},{"type":"row","style":"row-indent-first","row":["Poor","2 CP"]},{"type":"row","style":"row-indent-first","row":["Modest","1 SP"]},{"type":"row","style":"row-indent-first","row":["Comfortable","2 SP"]},{"type":"row","style":"row-indent-first","row":["Wealthy","3 SP"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","6 SP"]},[{"type":"cell","width":2,"entry":"{@i Wine (bottle)}"}],{"type":"row","style":"row-indent-first","row":["Common","2 SP"]},{"type":"row","style":"row-indent-first","row":["Fine","10 GP"]}],"name":"Food, Drink, and Lodging","page":231,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Travel","colLabels":["Service","Cost"],"colStyles":["col-8","col-4"],"rows":[["Coach ride between towns","3 CP per mile"],["Coach ride within a city","1 CP per mile"],["Road or gate toll","1 CP"],["Ship's passage","1 SP per mile"]],"name":"Travel","page":231,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Hirelings","colLabels":["Service","Cost"],"colStyles":["col-8","col-4"],"rows":[["Skilled hireling","2 GP per day"],["Untrained hireling","2 SP per day"],["Messenger","2 CP per mile"]],"name":"Hirelings","page":232,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Spellcasting Services","colLabels":["Spell Level","Availability","Cost"],"colStyles":["col-2 text-center","col-6","col-2 text-right"],"rows":[["{@filter Cantrip|spells|level=0}","Village, town, or city","30 GP"],["{@filter 1|spells|level=1}","Village, town, or city","50 GP"],["{@filter 2|spells|level=2}","Village, town, or city","200 GP"],["{@filter 3|spells|level=3}","Town or city only","300 GP"],["{@filter 4–5|spells|level=4;5}","Town or city only","2,000 GP"],["{@filter 6–8|spells|level=6;8}","City only","20,000 GP"],["{@filter 9|spells|level=9}","City only","100,000 GP"]],"name":"Spellcasting Services","page":232,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Spell Scroll Costs","colLabels":["Spell Level","Time","Cost"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-right"],"rows":[["{@filter Cantrip|spells|level=0}","1 day","15 GP"],["{@filter 1|spells|level=1}","1 day","25 GP"],["{@filter 2|spells|level=2}","3 days","100 GP"],["{@filter 3|spells|level=3}","5 days","150 GP"],["{@filter 4|spells|level=4}","10 days","1,000 GP"],["{@filter 5|spells|level=5}","25 days","1,500 GP"],["{@filter 6|spells|level=6}","40 days","10,000 GP"],["{@filter 7|spells|level=7}","50 days","12,500 GP"],["{@filter 8|spells|level=8}","60 days","15,000 GP"],["{@filter 9|spells|level=9}","120 days","50,000 GP"]],"name":"Scribing Spell Scrolls; Spell Scroll Costs","page":233,"source":"XPHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Spell Preparation by Class","colLabels":["Class","Change When You...","Number of Spells"],"colStyles":["col-2","col-8","col-2 text-center"],"rows":[["{@class Bard|XPHB}","Gain a level","One"],["{@class Cleric|XPHB}","Finish a Long Rest","Any"],["{@class Druid|XPHB}","Finish a Long Rest","Any"],["{@class Paladin|XPHB}","Finish a Long Rest","One"],["{@class Ranger|XPHB}","Finish a Long Rest","One"],["{@class Sorcerer|XPHB}","Gain a level","One"],["{@class Warlock|XPHB}","Gain a level","One"],["{@class Wizard|XPHB}","Finish a Long Rest","Any"]],"name":"Preparing Spells; Spell Preparation by Class","page":235,"source":"XPHB","chapter":{"name":"Spells","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Schools of Magic","colLabels":["School","Typical Effects"],"colStyles":["col-4","col-8"],"rows":[["Abjuration","Prevents or reverses harmful effects"],["Conjuration","Transports creatures or objects"],["Divination","Reveals information"],["Enchantment","Influences minds"],["Evocation","Channels energy to create effects that are often destructive"],["Illusion","Deceives the mind or senses"],["Necromancy","Manipulates life and death"],["Transmutation","Transforms creatures or objects"]],"name":"School of Magic; Schools of Magic","page":236,"source":"XPHB","chapter":{"name":"Spells","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Outer Planes","colLabels":["Outer Plane","Alignment"],"colStyles":["col-4","col-8"],"rows":[["Abyss","Chaotic Evil"],["Acheron","Lawful Evil, Lawful Neutral"],["Arborea","Chaotic Good"],["Arcadia","Lawful Good, Lawful Neutral"],["Beastlands","Chaotic Good, Neutral Good"],["Bytopia","Lawful Good, Neutral Good"],["Carceri","Chaotic Evil, Neutral Evil"],["Elysium","Neutral Good"],["Gehenna","Lawful Evil, Neutral Evil"],["Hades","Neutral Evil"],["Limbo","Chaotic Neutral"],["Mechanus","Lawful Neutral"],["Mount Celestia","Lawful Good"],["Nine Hells","Lawful Evil"],["Outlands","Neutral"],["Pandemonium","Chaotic Evil, Chaotic Neutral"],["Ysgard","Chaotic Good, Chaotic Neutral"]],"name":"The Outer Planes; Outer Planes","page":344,"source":"XPHB","chapter":{"name":"The Multiverse","ordinal":{"type":"appendix","identifier":"A"},"index":8}},{"colStyles":["col-2 text-right","col-10"],"rows":[["AC","Armor Class"],["C","{@status Concentration|XPHB}"],["CE","Chaotic Evil"],["CG","Chaotic Good"],["Cha.","Charisma"],["CN","Chaotic Neutral"],["Con.","Constitution"],["CP","Copper Piece(s)"],["CR","{@variantrule Challenge Rating|XPHB}"],["DC","{@variantrule Difficulty Class|XPHB}"],["Dex.","Dexterity"],["DM","Dungeon Master"],["EP","Electrum Piece(s)"],["GP","Gold Piece(s)"],["HP","{@variantrule Hit Points|XPHB|Hit Point}(s)"],["Int.","Intelligence"],["LE","Lawful Evil"],["LG","Lawful Good"],["LN","Lawful Neutral"],["M","Material component"],["N","Neutral"],["NE","Neutral Evil"],["NG","Neutral Good"],["NPC","Nonplayer character"],["PB","{@variantrule Proficiency|XPHB|Proficiency Bonus}"],["PP","Platinum Piece(s)"],["R","{@variantrule Ritual|XPHB}"],["S","Somatic component"],["SP","Silver Piece(s)"],["Str.","Strength"],["V","Verbal component"],["Wis.","Wisdom"],["XP","{@variantrule Experience Points|XPHB|Experience Point}(s)"]],"name":"Glossary Conventions","page":360,"source":"XPHB","chapter":{"name":"Rules Glossary","ordinal":{"type":"appendix","identifier":"C"},"index":10}},{"caption":"Abilities, Ability Checks, and Saving Throws","colLabels":["Ability","Score Measures...","Make an Ability Check To...","Make a Saving Throw To..."],"colStyles":["col-2-1","col-3-3","col-3-3","col-3-3"],"rows":[["Strength","Physical might","Lift, push, pull, or break something","Physically resist direct force"],["Dexterity","Agility, reflexes, balance","Move nimbly, quickly, or quietly","Dodge out of harm's way"],["Constitution","Health and stamina","Push your body beyond normal limits","Endure a toxic hazard"],["Intelligence","Reasoning and memory","Reason or remember","Recognize an illusion as fake"],["Wisdom","Perceptiveness and mental fortitude","Notice things in the environment or in creatures' behavior","Resist a mental assault"],["Charisma","Confidence, poise, and charm","Influence, entertain, or deceive","Assert your identity"]],"name":"Resolving Outcomes; Abilities, Ability Checks, and Saving Throws","page":27,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"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":29,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Improvising Damage","colLabels":["Damage","Examples"],"colStyles":["col-2 text-center","col-10"],"rows":[["{@damage 1d10}","Burned by coals, hit by a falling bookcase, pricked by a poison needle"],["{@damage 2d10}","Struck by lightning, stumbling into a firepit"],["{@damage 4d10}","Hit by falling rubble in a collapsing tunnel, tumbling into a vat of acid"],["{@damage 10d10}","Crushed by compacting walls, hit by whirling steel blades, wading through lava"],["{@damage 18d10}","Submerged in lava, hit by a crashing flying fortress"],["{@damage 24d10}","Tumbling into a vortex of fire on the {@book Elemental Plane of Fire|XDMG|5|Elemental Plane of Fire}, crushed in the jaws of a godlike creature or a moon-size monster"]],"name":"Improvising Damage","page":30,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Damage Severity and Level","colLabels":["Character Levels","Nuisance","Deadly"],"colStyles":["col-4 text-center","col-4 text-right","col-4 text-right"],"rows":[["1–4","5 ({@damage 1d10})","11 ({@damage 2d10})"],["5–10","11 ({@damage 2d10})","22 ({@damage 4d10})"],["11–16","22 ({@damage 4d10})","55 ({@damage 10d10})"],["17–20","55 ({@damage 10d10})","99 ({@damage 18d10})"]],"name":"Improvising Damage; Damage Severity and Level","page":30,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Audible Distance","colLabels":["Noise","Distance"],"colStyles":["col-10","col-2 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":"Perception and Encounters; Audible Distance","page":34,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Underwater Encounter Distance","colLabels":["Visibility","Encounter Distance"],"colStyles":["col-10","col-2 text-center"],"rows":[["Clear water, {@variantrule Bright Light|XPHB}","60 feet"],["Clear water, {@variantrule Dim Light|XPHB}","30 feet"],["Murky water or {@variantrule Darkness|XPHB}","10 feet"]],"name":"Visibility Underwater; Underwater Encounter Distance","page":36,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Weather","colLabels":["1d20","Temperature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–14","Normal for the season"],["15–17","{@dice 1d4 × 10} degrees Fahrenheit colder"],["18–20","{@dice 1d4 × 10} degrees Fahrenheit hotter"]],"name":"Weather","page":38,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["1d20","Wind","Precipitation"],"colStyles":["col-2 text-center","col-2","col-8"],"rows":[["1–12","None","None"],["13–17","Light","Light rain or light snowfall"],["18–20","Strong","Heavy rain or heavy snowfall"]],"name":"Weather; 2","page":38,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Travel Terrain","colLabels":["Terrain","Maximum Pace","Encounter Distance","Foraging DC","Navigation DC","Search DC"],"colStyles":["col-2","col-2","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["Arctic","Fast*","{@dice 6d6 × 10} feet","20","10","10"],["Coastal","Normal","{@dice 2d10 × 10} feet","10","5","15"],["Desert","Normal","{@dice 6d6 × 10} feet","20","10","10"],["Forest","Normal","{@dice 2d8 × 10} feet","10","15","15"],["Grassland","Fast","{@dice 6d6 × 10} feet","15","5","15"],["Hill","Normal","{@dice 2d10 × 10} feet","15","10","15"],["Mountain","Slow","{@dice 4d10 × 10} feet","20","15","20"],["Swamp","Slow","{@dice 2d8 × 10} feet","10","15","20"],["Underdark","Normal","{@dice 2d6 × 10} feet","20","10","20"],["Urban","Normal","{@dice 2d6 × 10} feet","20","15","15"],["Waterborne","Special†","{@dice 6d6 × 10} feet","15","10","15"]],"footnotes":["*Appropriate equipment (such as skis) is necessary to keep up a Fast pace in Arctic terrain.","†Characters' rate of travel while waterborne depends on the vehicle carrying them; see \"Vehicles.\""],"name":"Travel Terrain","page":39,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Creature Size and Space","colLabels":["Size","Space in Squares","Space in Hexes"],"colStyles":["col-2","col-5","col-5"],"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 and Space","page":44,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Describing Actions","colLabels":["Action","Description"],"colStyles":["col-2","col-10"],"rows":[["{@action Dash|XPHB}","\"Dispensing with attacks, your foe hurries across the room.\""],["{@action Disengage|XPHB}","\"Careful not to drop its guard, your foe edges away from you.\""],["{@action Dodge|XPHB}","\"Your foe watches you closely and tries to parry your attacks.\""],["{@action Help|XPHB}","\"While its ally attacks, your foe darts around, causing a distraction.\""],["{@action Magic|XPHB}","\"Your foe gestures in a deliberate manner and utters an invocation.\""],["{@action Ready|XPHB}","\"Your foe seems to be waiting for something, ready to act.\""]],"name":"Actions in Combat; Describing Actions","page":46,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Training to Gain Levels","colLabels":["Level Attained","Training Time","Training Cost"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["2–4","10 days","20 GP"],["5–10","20 days","40 GP"],["11–16","30 days","60 GP"],["17–20","40 days","80 GP"]],"name":"Variant: Training to Gain Levels; Training to Gain Levels","page":49,"source":"XDMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Escape Factors","colLabels":["Factor","Check Has..."],"colStyles":["col-6","col-6"],"rows":[["Many things to hide behind","Advantage"],["A very crowded area","Advantage"],["Few things to hide behind","Disadvantage"],["An uncrowded area","Disadvantage"]],"name":"Ending a Chase; Escape Factors","page":53,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Urban Chase Complications","colLabels":["1d12","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cart or another large obstacle blocks your way. Make a {@dc 10} Dexterity saving throw to get past the obstacle. On a failed save, the obstacle counts as 10 feet of {@variantrule Difficult Terrain|XPHB} for you."],["2","A crowd blocks your way. Make a {@dc 10} Strength, Dexterity, or Charisma saving throw (your choice) to navigate through the crowd. On a failed save, the crowd counts as 10 feet of {@variantrule Difficult Terrain|XPHB} for you."],["3","A maze of barrels, crates, or similar obstacles stands in your way. Make a {@dc 10} Dexterity or Intelligence saving throw (your choice) to navigate the maze. On a failed save, the maze counts as 10 feet of {@variantrule Difficult Terrain|XPHB} for you."],["4","The ground is slippery with rain, spilled oil, or some other liquid. Make a {@dc 10} Dexterity saving throw. On a failed save, you have the {@condition Prone|XPHB} condition."],["5","You encounter a brawl in progress. Make a {@dc 15} Strength, Dexterity, or Charisma saving throw (your choice) to get past the brawlers unimpeded. On a failed save, you take {@dice 2d4} Bludgeoning damage, and the brawlers count as 10 feet of {@variantrule Difficult Terrain|XPHB} for you."],["6","You must 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."],["7–12","There is no complication."]],"name":"Urban Chase Complications","page":53,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Wilderness Chase Complications","colLabels":["1d12","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You pass through a {@creature Swarm of Insects|XMM} (see the {@book Monster Manual|XMM}, with the DM choosing whichever kind of insects makes the most sense). The swarm uses one of its actions, targeting you."],["2","A stream or ravine blocks your path. Make a {@dc 10} Strength or Dexterity saving throw (your choice) to cross the impediment. On a failed save, the impediment counts as 10 feet of {@variantrule Difficult Terrain|XPHB} for you."],["3","Make a {@dc 10} Constitution saving throw. On a failed save, blowing sand, dirt, ash, snow, or pollen causes you to have the {@condition Blinded|XPHB} condition until the end of your turn. While you are Blinded in this way, your Speed is halved."],["4","A sudden drop catches you by surprise. Make a {@dc 10} Dexterity saving throw to navigate the impediment. On a failed save, you fall 10 feet."],["5","Your path takes you near a patch of {@book razorvine|XDMG|2|Razorvine} (see \"{@book Hazards|XDMG|2|Hazards}\" in this chapter). 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."],["6","A creature native to the area notices you. (The DM chooses a creature appropriate for the terrain.) Make a {@dc 10} Wisdom or Charisma saving throw (your choice). On a failed save, the creature joins the chase, with you as its quarry."],["7–12","There is no complication."]],"name":"Wilderness Chase Complications","page":53,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Magic Item Power by Rarity","colLabels":["Rarity","Max. Spell Level","Max. Bonus"],"colStyles":["col-4","col-4 text-center","col-4 text-center"],"rows":[["Common","1","—"],["Uncommon","3","+1"],["Rare","5","+2"],["Very Rare","8","+3"],["Legendary","9","+4"]],"name":"Power Level; Magic Item Power by Rarity","page":58,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Spell Damage","colLabels":["Spell Level","One Target","Multiple Targets"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["Cantrip","{@dice 1d10}","{@dice 1d6}"],["1","{@dice 2d10}","{@dice 2d6}"],["2","{@dice 3d10}","{@dice 3d6}"],["3","{@dice 5d10}","{@dice 6d6}"],["4","{@dice 6d10}","{@dice 7d6}"],["5","{@dice 7d10}","{@dice 8d6}"],["6","{@dice 10d10}","{@dice 11d6}"],["7","{@dice 11d10}","{@dice 12d6}"],["8","{@dice 12d10}","{@dice 13d6}"],["9","{@dice 15d10}","{@dice 16d6}"]],"name":"Spell Damage","page":59,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Doors","colLabels":["Door","AC","HP","DC to Open"],"colStyles":["col-3","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["Glass door","13","4","10"],["Metal door","19","72","25"],["Stone door","17","40","20"],["Wooden door","15","18","15"]],"name":"Doors","page":64,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Lock Complexity","colLabels":["Complexity","Time"],"colStyles":["col-6","col-6 text-center"],"rows":[["Simple","1 action"],["Complex","1 minute"]],"name":"Locked Door; Lock Complexity","page":64,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Lock Quality","colLabels":["Quality","DC to Unlock"],"colStyles":["col-6","col-6 text-center"],"rows":[["Inferior","10"],["Good","15"],["Superior","20"]],"name":"Locked Door; Lock Quality","page":64,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Secret Doors","colLabels":["Secret Door","DC to Detect"],"colStyles":["col-6","col-6 text-center"],"rows":[["Barely hidden secret door","10"],["Standard secret door","15"],["Well-hidden secret door","20"]],"name":"Secret Doors","page":64,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Portcullises","colLabels":["Portcullis Size","Iron DC","Wood DC"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["Medium (8 ft. tall × 5 ft. wide)","20","15"],["Large (10 ft. tall × 10 ft. wide)","25","20"],["Huge (20 ft. tall × 15 ft. wide)","30","25"]],"name":"Portcullises","page":64,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Dungeon Quirks","colLabels":["1d100","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","Abandoned after internal strife devastated its population"],["03–04","Abandoned because the site was cursed by a god or other powerful entity"],["05–06","Abandoned by its original creators when a plague spread through the dungeon"],["07–09","Amazingly well preserved ancient city inside a dome encased in volcanic ash, submerged underwater, or entombed in desert sands"],["10–12","Built as a fortress guarding a mountain pass"],["13–15","Built as a maze, either to protect treasure from intruders or as a gauntlet where prisoners were hunted by monsters"],["16–18","Built as a stronghold but abandoned after it fell to invaders"],["19–21","Built as a treasure vault to protect powerful magic items and great wealth"],["22–23","Built atop a cloud"],["24–26","Built beneath a city in catacombs or sewers"],["27–29","Built beneath or on top of a mesa or several connected mesas"],["30–32","Built by a religious group to serve as a temple and linked to the energy of other planes of existence"],["33–35","Built by dwarves and decorated with enormous dwarven faces that have been defaced by its current inhabitants"],["36–38","Built in a volcano"],["39–40","Built in or among the branches of a tree"],["41–43","Built to house a planar portal but abandoned when creatures or energy from the other side of the portal seeped into the dungeon"],["44–46","Carved into a meteorite (before or after it fell to earth)"],["47–49","Carved into a sheer cliff face"],["50–52","Caverns carved by a beholder's disintegration eye ray, with unnaturally smooth walls and vertical shafts connecting different levels"],["53–55","Contains something that led to the downfall of its creators or inhabitants"],["56–58","Dug as a burrow by a monster that might still live inside"],["59–61","Entrance concealed behind a waterfall"],["62–64","Floating on the sea"],["65–66","Intended as a death trap to eliminate any creature that enters, perhaps to guard a treasure or to harvest souls for a necromantic rite"],["67–69","Intended as a tomb"],["70–72","Long known as the site of a great miracle or another auspicious event"],["73–75","Made by amphibious creatures (such as kuo-toa or aboleths), using water to protect the innermost reaches from air-breathing intruders"],["76–78","Made by a powerful spellcaster (perhaps a lich) as a site for magical research and experimentation"],["79–81","Made by giants at a vast scale"],["82–84","Natural caverns featuring a range of strikingly beautiful rock and crystal formations"],["85–87","On an island in an underground sea"],["88–90","On the back of a Gargantuan creature"],["91–93","Originally constructed as a mine but abandoned when tunnels connected to dangerous Underdark tunnels"],["94–96","Secreted away in a demiplane or in a pocket dimension"],["97–98","Slowly abandoned as its creators died out or migrated away"],["99–00","Transformed by multiple events or disasters over the course of centuries"]],"name":"Dungeons; Dungeon Quirks","page":65,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"States of Ruin","colLabels":["1d6","Features"],"colStyles":["col-2 text-center","col-10"],"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."],["2","Crumbling. Areas within the dungeon section are choked with rubble and have a 50 percent chance of being {@variantrule Difficult Terrain|XPHB}. {@table Cover|XPHB|Half Cover} and hiding places are plentiful."],["3","Neglected. One dungeon hazard—such as {@book brown mold|XDMG|2|Brown Mold}, {@book green slime|XDMG|2|Green Slime}, or {@book yellow mold|XDMG|2|Yellow Mold} (see \"{@book Hazards|XDMG|2|Hazards}\" in this chapter)—is abundant."],["4","Abandoned. Most of the dungeon is deserted. Dexterity ({@skill Stealth|XPHB}) checks have {@variantrule Disadvantage|XPHB} because any sounds stand out as unusual."],["5","Secure. Ability checks made to break down doors, open locks, or carry out similar activities have Disadvantage."],["6","Thriving. The dungeon is heavily populated. Any loud noises draw the attention of nearby creatures."]],"name":"Dungeon Decay; States of Ruin","page":67,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Sample Fear DCs","colLabels":["Example","Save DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["When the characters open a sarcophagus, a harmless yet terrifying apparition appears.","10"],["A character triggers a magical trap that creates an illusory manifestation of that character's worst fears, visible only to that character.","15"],["A portal to the Abyss opens, revealing a nightmarish realm of torment and slaughter.","20"]],"name":"Fear Effects; Sample Fear DCs","page":70,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Sample Mental Stress Effects","colLabels":["Example","Save DC","Psychic Damage"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["A character ingests a hallucinogenic substance that distorts the character's perception of reality.","10","{@dice 1d6}"],["A character touches a fiendish idol that tears at the character's mind, threatening to shatter it.","15","{@dice 3d6}"],["A magical trap flings a character into the Far Realm until the end of that character's next turn.","20","{@dice 9d6}"]],"name":"Sample Mental Stress Effects","page":70,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Firearms","colLabels":["Modern Item","Damage","Properties","Mastery","Weight"],"colStyles":["col-2","col-2","col-5-4","col-1-3 text-center","col-1-3 text-center"],"rows":[[{"type":"cell","width":5,"entry":"{@i Martial Ranged Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Automatic Rifle|XDMG}","{@dice 2d8} Piercing","{@itemProperty AF|XDMG|Ammunition} (Range 80/240; Bullet), {@itemProperty BF|XDMG|Burst Fire}, {@itemProperty RLD|XDMG|Reload} (30 shots), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Hunting Rifle|XDMG}","{@dice 2d10} Piercing","{@itemProperty AF|XDMG|Ammunition} (Range 80/240; Bullet), {@itemProperty RLD|XDMG|Reload} (5 shots), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Revolver|XDMG}","{@dice 2d8} Piercing","{@itemProperty AF|XDMG|Ammunition} (Range 40/120; Bullet), {@itemProperty RLD|XDMG|Reload} (6 shots)","{@itemMastery Sap}","3 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Semiautomatic Pistol|XDMG}","{@dice 2d6} Piercing","{@itemProperty AF|XDMG|Ammunition} (Range 50/150; Bullet), {@itemProperty RLD|XDMG|Reload} (15 shots)","{@itemMastery Vex}","3 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Shotgun|XDMG}","{@dice 2d8} Piercing","{@itemProperty AF|XDMG|Ammunition} (Range 30/90; Bullet), {@itemProperty RLD|XDMG|Reload} (2 shots), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Push}","7 lb."]}],"name":"Firearms","page":72,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Futuristic Item","Damage","Properties","Mastery","Weight"],"colStyles":["col-2","col-2","col-5-4","col-1-3 text-center","col-1-3 text-center"],"rows":[[{"type":"cell","width":5,"entry":"{@i Martial Ranged Weapons}"}],{"type":"row","style":"row-indent-first","row":["{@item Antimatter Rifle|XDMG}","{@dice 6d8} Necrotic","{@itemProperty AF|XDMG|Ammunition} (Range 120/360; Energy Cell), {@itemProperty RLD|XDMG|Reload} (2 shots), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Sap}","10 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Laser Pistol|XDMG}","{@dice 3d6} Radiant","{@itemProperty AF|XDMG|Ammunition} (Range 40/120; Energy Cell), {@itemProperty RLD|XDMG|Reload} (50 shots)","{@itemMastery Vex}","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Laser Rifle|XDMG}","{@dice 3d8} Radiant","{@itemProperty AF|XDMG|Ammunition} (Range 100/300; Energy Cell), {@itemProperty RLD|XDMG|Reload} (30 shots), {@itemProperty 2H|XPHB|Two-Handed}","{@itemMastery Slow}","7 lb."]}],"name":"Ammunition; 2","page":72,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Explosives","colLabels":["Item","Cost","Weight"],"colStyles":["col-8","col-2 text-right","col-2 text-center"],"rows":[["{@item Bomb|XDMG}","100 GP","1 lb."],["{@item Dynamite Stick|XDMG}","—","1 lb."],["{@item Fragmentation Grenade|XDMG|Grenade, Fragmentation}","—","1 lb."],["{@item Grenade Launcher|XDMG}","—","7 lb."],["{@item Smoke Grenade|XDMG|Grenade, Smoke}","50 GP","2 lb."],["{@item Gunpowder (keg)|XDMG}","250 GP","20 lb."],["{@item Gunpowder (powder horn)|XDMG}","35 GP","2 lb."]],"name":"Explosives","page":72,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Maintenance Costs","colLabels":["Fortification","Cost per Day"],"colStyles":["col-10","col-2 text-right"],"rows":[["Fortified outpost or watchtower","50 GP"],["Keep or small castle","100 GP"],["Large castle or fortress","400 GP"]],"name":"Fortifications; Maintenance Costs","page":80,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Mob Results","colLabelRows":[[{"type":"cellHeader","width":3,"entry":"Roll Needed","style":"th-skewer"},{"type":"cellHeader","width":4,"entry":"Number of Successes","style":"th-skewer"}],["Normal","With Advantage","With Disadvantage","Out of 4","Out of 5","Out of 6","Out of 8","Out of 10"]],"colStyles":["col-1-5 text-center","col-1-5 text-center","col-1-5 text-center","col-1-5 text-center","col-1-5 text-center","col-1-5 text-center","col-1-5 text-center","col-1-5 text-center"],"rows":[["1","1–4","1","4/4","5/5","6/6","8/8","10/10"],["2","5–6","—","4/4","5/5","6/6","8/8","10/10"],["3","7–8","2","4/4","5/5","5/6","7/8","9/10"],["4","9","—","3/4","4/5","5/6","7/8","9/10"],["5","10","3","3/4","4/5","5/6","6/8","8/10"],["6","11","—","3/4","4/5","5/6","6/8","8/10"],["7","12","4","3/4","4/5","4/6","6/8","7/10"],["8","13","5","3/4","3/5","4/6","5/8","7/10"],["9","14","—","2/4","3/5","4/6","5/8","6/10"],["10","—","6","2/4","3/5","3/6","4/8","6/10"],["11","15","7","2/4","3/5","3/6","4/8","5/10"],["12","16","—","2/4","2/5","3/6","4/8","5/10"],["13","—","8","2/4","2/5","2/6","3/8","4/10"],["14","17","9","1/4","2/5","2/6","3/8","4/10"],["15","18","10","1/4","2/5","2/6","2/8","3/10"],["16","—","11","1/4","1/5","2/6","2/8","3/10"],["17","19","12","1/4","1/5","1/6","2/8","2/10"],["18","—","13","1/4","1/5","1/6","1/8","2/10"],["19","20","14–15","0","1/5","1/6","1/8","1/10"],["20","—","16–17","0","0","0","0","1/10"]],"name":"Average Results; Mob Results","page":82,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Targets in Area of Effect","colLabelRows":[[{"type":"cellHeader","width":4,"entry":"Area Shape and Size","style":"th-skewer"}],["Cone","Cube","Circular*","Line","Number of Targets"]],"colStyles":["col-2","col-2","col-2","col-4","col-2 text-center"],"rows":[["10-foot","5- to 10-foot","5-foot-radius","—","1"],["15- to 20-foot","15-foot","—","30-foot-long, 5-foot-wide","2"],["25-foot","—","10-foot-radius","30-foot-long, 10-foot-wide or 60-foot-long, 5-foot-wide","3"],["—","20-foot","—","90- or 100-foot-long, 5-foot-wide","4"],["30-foot","—","—","60-foot-long, 10-foot-wide or 120-foot-long, 5-foot-wide","5"],["35-foot","25-foot","15-foot-radius","—","6"],["40-foot","30-foot","—","90- or 100-foot-long, 10-foot-wide","8"],["45-foot","—","—","—","9"],["50-foot","35-foot","20-foot-radius","120-foot-long, 10-foot-wide","10"],["55-foot","40-foot","—","—","12"],["60-foot","45-foot","25-foot-radius","—","16"],["—","50-foot","30-foot-radius","—","20"]],"footnotes":["*Use this column for {@variantrule Cylinder [Area of Effect]|XPHB|Cylinders}, {@variantrule Emanation [Area of Effect]|XPHB|Emanations} (using the size of the Emanation rather than its radius), and {@variantrule Sphere [Area of Effect]|XPHB|Spheres}."],"name":"Adjudicating Areas of Effect; Targets in Area of Effect","page":82,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"1: Common Names","isNameGenerator":true,"colLabels":["1d12","Common Given Name","Common Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Adrik","Brightsun"],["2","Alvyn","Dundragon"],["3","Aurora","Frostbeard"],["4","Eldeth","Garrick"],["5","Eldon","Goodbarrel"],["6","Farris","Greycastle"],["7","Kathra","Ironfist"],["8","Kellen","Jaerin"],["9","Lily","Merryweather"],["10","Nissa","Redthorn"],["11","Xinli","Stormriver"],["12","Zorra","Wren"]],"name":"1: Common Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"2: Guttural Names","isNameGenerator":true,"colLabels":["1d12","Guttural Given Name","Guttural Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Abzug","Burska"],["2","Bajok","Gruuthok"],["3","Bharash","Hrondl"],["4","Grovis","Jarzzok"],["5","Gruuna","Kraltus"],["6","Hokrun","Shamog"],["7","Mardred","Skrangval"],["8","Rhogar","Ungart"],["9","Skuldark","Uuthrakt"],["10","Thokk","Vrakir"],["11","Urzul","Yuldra"],["12","Varka","Zulrax"]],"name":"2: Guttural Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"3: Lyrical Names","isNameGenerator":true,"colLabels":["1d12","Lyrical Given Name","Lyrical Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Arannis","Arvannis"],["2","Damaia","Brawnanvil"],["3","Darsis","Daardendrian"],["4","Dweomer","Drachedandion"],["5","Evabeth","Endryss"],["6","Jhessail","Meliamne"],["7","Keyleth","Mishann"],["8","Netheria","Silverfrond"],["9","Orianna","Snowmantle"],["10","Sorcyl","Summerbreeze"],["11","Umarion","Thunderfoot"],["12","Velissa","Zashir"]],"name":"3: Lyrical Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"4: Monosyllabic Names","isNameGenerator":true,"colLabels":["1d12","Monosyllabic Given Name","Monosyllabic Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Chen","Dench"],["2","Creel","Drog"],["3","Dain","Dusk"],["4","Dorn","Holg"],["5","Flint","Horn"],["6","Glim","Imsh"],["7","Henk","Jask"],["8","Krusk","Keth"],["9","Nox","Ku"],["10","Nyx","Kung"],["11","Rukh","Mott"],["12","Shan","Quaal"]],"name":"4: Monosyllabic Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"5: Sinister Names","isNameGenerator":true,"colLabels":["1d12","Sinister Given Name","Sinister Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Arachne","Doomwhisper"],["2","Axyss","Dreadfield"],["3","Carrion","Gallows"],["4","Grinnus","Hellstryke"],["5","Melkhis","Killraven"],["6","Morthos","Nightblade"],["7","Nadir","Norixius"],["8","Scandal","Shadowfang"],["9","Skellendyre","Valtar"],["10","Thaltus","Winterspell"],["11","Valkora","Xandros"],["12","Vexander","Zarkynzorn"]],"name":"5: Sinister Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"6: Whimsical Names","isNameGenerator":true,"colLabels":["1d12","Whimsical Given Name","Whimsical Surname"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Cricket","Borogove"],["2","Daisy","Goldjoy"],["3","Dimble","Hoddypeak"],["4","Ellywick","Huddle"],["5","Erky","Jollywind"],["6","Fiddlestyx","Oneshoe"],["7","Fonkin","Scramblewise"],["8","Golly","Sunnyhill"],["9","Mimsy","Tallgrass"],["10","Pumpkin","Timbers"],["11","Quarrel","Underbough"],["12","Sybilwick","Wimbly"]],"name":"6: Whimsical Names","page":84,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"NPC Appearance","colLabels":["1d12","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Distinctive jewelry"],["2","Flamboyant, outlandish, formal, or ragged clothes"],["3","Uses an elegant mobility device (wheelchair, brace, or cane)"],["4","Pronounced scar"],["5","Unusual eye color (or two different colors)"],["6","Tattoos or piercings"],["7","Birthmark"],["8","Unusual hair color"],["9","Bald, or braided beard or hair"],["10","Distinctive nose (large, bulbous, angular, small)"],["11","Distinctive posture (stooped or rigid)"],["12","Exceptionally beautiful or ugly"]],"name":"NPC Appearance","page":86,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"NPC Secrets","colLabels":["1d10","Secret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The NPC is in disguise, concealing their identity or some aspect of their appearance."],["2","The NPC is currently planning, executing, or covering up a crime."],["3","The NPC (or their family) has been threatened with harm unless the NPC does something."],["4","The NPC is under a magical compulsion (perhaps a {@spell Geas|XPHB} spell or some kind of curse) to behave in a certain way."],["5","The NPC is seriously ill or in terrible pain."],["6","The NPC feels responsible for someone's death or ill fortune."],["7","The NPC is on the brink of financial ruin."],["8","The NPC is desperately lonely or harboring an unrequited passion."],["9","The NPC nurses a powerful ambition."],["10","The NPC is deeply dissatisfied or unhappy."]],"name":"NPC Secrets","page":86,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Level-Based Renown","colLabels":["Renown Score","Character Level"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1"],["3","3"],["10","5"],["25","11"],["50","17"]],"name":"Level-Based Renown","page":92,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Settlements by Size","colLabels":["Settlement","Population Range","Max. GP Value"],"colStyles":["col-4","col-4","col-4 text-right"],"rows":[["Village","Up to 500","20 GP"],["Town","501–5,000","2,000 GP"],["City","5,001 and higher","200,000 GP"]],"name":"Settlements by Size","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Defining Traits","colLabels":["1d20","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Fortified outer wall"],["3–4","Lots of gardens, parks, and greenery"],["5–6","Lots of mud, filth, and litter"],["7–8","Sprawling cemetery"],["9–10","Lingering fog"],["11–12","Noise and smoke from smithies and forges"],["13","Canals and bridges"],["14","Cliffs on one or more sides"],["15–16","Clean streets and well-maintained buildings"],["17–18","Ancient ruins within the settlement"],["19–20","Impressive structure (such as a keep, temple, circle of standing stones, or ziggurat)"]],"name":"Settlement Tables and Tracker; Defining Traits","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Claims to Fame","colLabels":["1d20","Claim to Fame"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Delicious food"],["2","Rude people"],["3","Friendly folk"],["4","Artists or writers"],["5","Great hero/savior"],["6","Flowers"],["7","Seasonal festival"],["8","Hauntings"],["9","Spellcasters"],["10","Decadence"],["11","Piety"],["12","Gambling"],["13","Godlessness"],["14","Education"],["15","Wines"],["16","High fashion"],["17","Political intrigue"],["18","Powerful guilds"],["19","Patriotism"],["20","Ancient ruins"]],"name":"Settlement Tables and Tracker; Claims to Fame","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Current Calamities","colLabels":["1d12","Calamity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Monsters infest the settlement."],["2","A key figure died; murder is suspected."],["3","War brews between rival guilds or gangs."],["4","A plague or famine sparks riots."],["5","Monsters attack anyone who approaches or leaves the settlement."],["6","Trade disputes cause economic hardship."],["7","A natural disaster threatens the settlement."],["8","A prophecy of doom has residents on edge."],["9","Locals are being drafted to fight in a war."],["10","Political or religious strife threatens violence."],["11","The settlement is under siege."],["12","Scandal threatens powerful local families."]],"name":"Settlement Tables and Tracker; Current Calamities","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Local Leaders","colLabels":["1d12","Leader"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Respected, fair, and just leader or council"],["2","Feared tyrant"],["3","Coward manipulated by others"],["4","Illegitimate leader causing civil unrest"],["5","Powerful monster"],["6","Mysterious, anonymous conspirators"],["7","Contested leadership (with open fighting)"],["8","Acrimonious council unable to make decisions"],["9","Doltish lout"],["10","Dying leader (with disputed succession)"],["11","Iron-willed and respected leader or council"],["12","Religious leader or council"]],"name":"Settlement Tables and Tracker; Local Leaders","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Tavern Names","isNameGenerator":true,"colLabels":["1d20","First Part","Second Part"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","The Golden","Lyre"],["2","The Silver","Dolphin"],["3","The Beardless","Dwarf"],["4","The Laughing","Pegasus"],["5","The Dancing","Hut"],["6","The Gilded","Rose"],["7","The Stumbling","Stag"],["8","The Wolf and","Duck"],["9","The Fallen","Lamb"],["10","The Leering","Demon"],["11","The Drunken","Goat"],["12","The Wine and","Spirit"],["13","The Roaring","Horde"],["14","The Frowning","Jester"],["15","The Barrel and","Bucket"],["16","The Thirsty","Crow"],["17","The Wandering","Satyr"],["18","The Barking","Dog"],["19","The Happy","Spider"],["20","The Witch and","Dragon"]],"footnotes":["*Roll a separate {@dice d20} for each part of the tavern's name."],"name":"Settlement Tables and Tracker; Tavern Names","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Random Shops","colLabels":["1d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Pawnshop"],["2","Apothecary"],["3","Grocer"],["4","Delicatessen"],["5","Potter"],["6","Undertaker"],["7","Bookstore"],["8","Moneylender"],["9","Armorer"],["10","Chandler"],["11","Smithy"],["12","Carpenter"],["13","Weaver"],["14","Jeweler"],["15","Baker"],["16","Mapmaker"],["17","Tailor"],["18","Ropemaker"],["19","Mason"],["20","Scribe"]],"name":"Settlement Tables and Tracker; Random Shops","page":93,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Building a Trap","colLabelRows":[["",{"type":"cellHeader","width":3,"entry":"Nuisance Traps","style":"th-skewer"},{"type":"cellHeader","width":3,"entry":"Deadly Traps","style":"th-skewer"}],["Levels","Attack Bonus","Save DC","Damage","Attack Bonus","Save DC","Damage"]],"colStyles":["col-1-8 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center"],"rows":[["1–4","{@hit 4}","10–12","5 ({@dice 1d10})","{@hit 8}","13–15","11 ({@dice 2d10})"],["5–10","{@hit 4}","12–14","11 ({@dice 2d10})","{@hit 8}","15–17","22 ({@dice 4d10})"],["11–16","{@hit 4}","14–16","22 ({@dice 4d10})","{@hit 8}","17–19","55 ({@dice 10d10})"],["17–20","{@hit 4}","16–18","55 ({@dice 10d10})","{@hit 8}","19–21","99 ({@dice 18d10})"]],"name":"Building Your Own Traps; Building a Trap","page":103,"source":"XDMG","chapter":{"name":"DM's Toolbox","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Levels 1–4 Adventure Situations","colLabels":["1d20","Situation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dragon wyrmling has gathered a band of kobolds to help it amass a hoard."],["2","Wererats living in a city's sewers plot to take control of the governing council."],["3","Bandit activity signals efforts to revive an evil cult long ago driven from the region."],["4","A pack of gnolls is rampaging dangerously close to local farmlands."],["5","A rivalry between two merchant families escalates from mischief to mayhem."],["6","A new sinkhole has revealed a long-buried dungeon thought to hold treasure."],["7","Miners discovered an underground ruin and were captured by monsters living there."],["8","An innocent person is being framed for the crimes of a shape-shifting monster."],["9","Ghouls are venturing out of the catacombs at night."],["10","A notorious criminal hides from the law in an old ruin or abandoned mine."],["11","A contagion in a forest is causing spiders to grow massive and become aggressive."],["12","To take revenge against a village for an imagined slight, a necromancer has been animating the corpses in the village cemetery."],["13","An evil cult is spreading in a village. Those who oppose the cult are marked for sacrifice."],["14","An abandoned house on the edge of town is haunted by Undead because of a cursed item in the house."],["15","Creatures from the Feywild enter the world and cause mischief and misfortune among villagers and their livestock."],["16","A hag's curse is making animals unusually aggressive."],["17","Bullies have appointed themselves the village militia and are extorting money and food from villagers."],["18","After a local fisher pulls a grotesque statue from the sea, aquatic monsters start attacking the waterfront at night."],["19","The ruins on the hill near the village lie under a curse, so people don't go there—except a scholar who wants to study the ruins."],["20","A new captain has taken charge of a band of pirates or bandits and started raiding more frequently."]],"name":"Levels 1–4: Local Heroes; Levels 1–4 Adventure Situations","page":106,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Levels 5–10 Adventure Situations","colLabels":["1d20","Situation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A group of cultists has summoned a demon to wreak havoc in the city."],["2","A rebel lures monsters to the cause with the promise of looting the king's treasury."],["3","An evil Artifact has transformed a forest into a dismal swamp full of horrific monsters."],["4","An Aberration living in the Underdark sends minions to capture people from the surface to turn those people into new minions."],["5","A monster (perhaps a devil, slaad, or hag) is impersonating a prominent noble to throw the realm into civil war."],["6","A master thief plans to steal royal regalia."],["7","A golem intended to serve as a protector has gone berserk and captured its creator."],["8","A conspiracy of spies, assassins, and necromancers schemes to overthrow a ruler."],["9","After establishing a lair, a young dragon is trying to earn the fear and respect of other creatures living nearby."],["10","The approach of a lone giant alarms the people of a town, but the giant is simply looking for a place to live in peace."],["11","An enormous monster on display in a menagerie breaks free and goes on a rampage."],["12","A coven of hags steals cherished memories from travelers."],["13","A villain seeks powerful magic in an ancient ruin, hoping to use it to conquer the region."],["14","A scheming aristocrat hosts a masquerade ball, which many guests see as an opportunity to advance their own agendas. At least one shape-shifting monster also attends."],["15","A ship carrying a valuable treasure or an evil Artifact sinks in a storm or monster attack."],["16","A natural disaster was actually caused by magic gone awry or a cult's villainous plans."],["17","A secretive cult uses spies to heighten tensions between two rival nations, hoping to provoke a war that will weaken both."],["18","Rebels or forces of an enemy nation have kidnapped an important noble."],["19","The descendants of a displaced people want to reclaim their ancestral city, which is now inhabited by monsters."],["20","A renowned group of adventurers never returned from an expedition to a famous ruin."]],"name":"Levels 5–10: Heroes of the Realm; Levels 5–10 Adventure Situations","page":106,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Levels 11–16 Adventure Situations","colLabels":["1d12","Situation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A portal to the Abyss opens in a cursed location and spews demons into the world."],["2","A band of hunting giants has driven its prey—enormous beasts—into pastureland."],["3","An adult dragon's lair is transforming an expanse into an environment inhospitable to the other creatures living there."],["4","A long-lost journal describes an incredible journey to a hidden subterranean realm full of magical wonders."],["5","Cultists hope to persuade a dragon to undergo the rite that will transform it into a dracolich."],["6","The ruler of the realm is sending an emissary to a hostile neighbor to negotiate a truce, and the emissary needs protection."],["7","A castle or city has been drawn into another plane of existence."],["8","A storm tears across the land, with a mysterious flying citadel in the eye of the storm."],["9","Two parts of a magic item are in the hands of bitter enemies; the third piece is lost."],["10","Evil cultists gather from around the world to summon a monstrous god or alien entity."],["11","A tyrannical ruler outlaws the use of magic without official sanction. A secret society of spellcasters seeks to oust the tyrant."],["12","During a drought, low water levels in a lake reveal previously unknown ancient ruins that contain a powerful evil."]],"name":"Levels 11–16: Masters of the Realm; Levels 11–16 Adventure Situations","page":106,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Levels 17–20 Adventure Situations","colLabels":["1d10","Situation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An ancient dragon is scheming to destroy a god and take the god's place in the pantheon. The dragon's minions are searching for Artifacts that can summon and weaken this god."],["2","A band of giants drove away a metallic dragon and took over the dragon's lair, and the dragon wants to reclaim the lair."],["3","An ancient hero returns from the dead to prepare the world for the return of an equally ancient monster."],["4","An ancient Artifact has the power to defeat or imprison a rampaging titan."],["5","A god of agriculture is angry, causing rivers to dry up and crops to wither."],["6","An Artifact belonging to a god falls into mortal hands."],["7","A titan imprisoned in the Underdark begins to break free, causing terrible earthquakes that are only a hint of the destruction that the titan will cause if it is released."],["8","A lich tries to exterminate any spellcasters that approach the lich's level of power."],["9","A holy temple was built around a portal leading to one of the Lower Planes to prevent any evil from passing through in either direction. Now the temple has come under siege from both directions."],["10","Five ancient metallic dragons lair in the Pillars of Creation. If all these dragons are killed, the world will collapse into chaos. One has just been slain."]],"name":"Levels 17–20: Masters of the World; Levels 17–20 Adventure Situations","page":106,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Patron Hooks","colLabels":["1d6","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A town crier announces that someone is hoping to hire adventurers."],["2","Someone the characters want to impress or need a favor from asks them to deal with the adventure situation."],["3","When the characters arrive in a new city, they find a job board where someone has posted in search of adventurers."],["4","A wealthy patron who is aware of the adventurers' accomplishments writes to them, offering to pay them for their talents."],["5","A citizen in need, who has learned of the adventurers' accomplishments and kindness, travels miles to find them and implore them for help."],["6","The adventurers are arrested (on valid or invented charges) and offered a chance to escape punishment by completing a quest."]],"name":"Adventure Patrons; Patron Hooks","page":110,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Supernatural Hooks","colLabels":["1d6","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters all have a vivid dream that foreshadows elements of the adventure."],["2","While preparing spells, one character receives a quest from a god or patron."],["3","A fortune teller's reading for one of the characters points to a quest and offers hints about challenges that lie ahead."],["4","Flames, clouds, smoke, or huge flocks of birds take distinct shapes that portend the adventure situation."],["5","Animals or animated objects speak clearly to direct the adventurers toward the situation."],["6","Someone who died returns as a ghost and haunts the characters. The ghost prompts the characters to investigate the cause of the ghost's death and put it to rest."]],"name":"Supernatural Hooks","page":111,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Happenstance Hooks","colLabels":["1d6","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters find a letter describing the adventure situation."],["2","The characters are on an unrelated quest, such as searching for a particular magic item, that leads them into the adventure situation."],["3","The adventure situation disrupts a festival or ceremony that the characters are attending."],["4","A magical mishap places the characters in the adventure situation."],["5","While traveling in a caravan or aboard a ship, the characters befriend an NPC who has news about the adventure situation."],["6","The characters are attacked after being mistaken for another group of adventurers. They learn about the adventure situation from a clue left behind by their attackers."]],"name":"Happenstance Hooks","page":111,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"XP Budget per Character","colLabelRows":[["",{"type":"cellHeader","width":3,"entry":"Encounter Difficulty","style":"th-skewer"}],["Party's Level","Low","Moderate","High"]],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1","50","75","100"],["2","100","150","200"],["3","150","225","400"],["4","250","375","500"],["5","500","750","1,100"],["6","600","1,000","1,400"],["7","750","1,300","1,700"],["8","1,000","1,700","2,100"],["9","1,300","2,000","2,600"],["10","1,600","2,300","3,100"],["11","1,900","2,900","4,100"],["12","2,200","3,700","4,700"],["13","2,600","4,200","5,400"],["14","2,900","4,900","6,200"],["15","3,300","5,400","7,800"],["16","3,800","6,100","9,800"],["17","4,500","7,200","11,700"],["18","5,000","8,700","14,200"],["19","5,500","10,700","17,200"],["20","6,400","13,200","22,000"]],"name":"Determine Your XP Budget; XP Budget per Character","page":114,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Initial Attitude","colLabels":["{@dice 1d12}*","Initial Attitude"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","entry":"4 or lower","roll":{"min":1,"max":4}},"Hostile"],[{"type":"cell","entry":"5–8","roll":{"min":5,"max":8}},"Indifferent"],[{"type":"cell","entry":"9 or higher","roll":{"min":9,"max":12}},"Friendly"]],"footnotes":["*Roll different dice to alter the range and likelihood of possible attitudes. For example, you could roll {@dice 1d6} for a predatory monster, {@dice 1d6 + 3} for ordinary travelers, or {@dice 1d6 + 6} for kindhearted individuals."],"name":"Initial Attitudes; Initial Attitude","page":116,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Monster Personality","colLabels":["1d8","Personality"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Cowardly; surrenders easily"],["2","Greedy; wants treasure"],["3","Boastful; makes a show of bravery but runs from danger"],["4","Disorderly; poorly trained and easily rattled"],["5","Fanatical; ready to die fighting"],["6","Brave; stands firm against danger"],["7","Jocular; taunts enemies"],["8","Orderly; difficult to rattle"]],"name":"Monster Personality","page":116,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Monster Relationships","colLabels":["1d6","Relationship"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Two monsters have a bitter rivalry; each wants the other to suffer."],["2","One monster, bullied by the others, hangs back and flees at the first opportunity."],["3","One monster is revered or even worshiped by the others, who will die for it."],["4","One monster is admired by the group; its allies try to impress or help it."],["5","One monster cares only for itself and not the rest of the group."],["6","One monster bullies the others; it forces them into danger, but they want it defeated."]],"name":"Monster Relationships","page":117,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Adventure Climax","colLabels":["1d10","Climax"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The adventurers confront a villain and a group of minions in a battle to the finish."],["2","The adventurers chase a villain while dodging obstacles designed to thwart them, leading to a final confrontation in the villain's refuge."],["3","The actions of the adventurers or a villain result in a cataclysmic event that the adventurers must escape."],["4","The adventurers race to the site where a villain is bringing a master plan to its conclusion, arriving just as that plan is about to be completed."],["5","A villain and two or three lieutenants perform separate rites in a large room. The adventurers must disrupt all the rites."],["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 while dealing with a villain at the same time."],["8","The dungeon begins to collapse while a villain attempts to escape in the chaos."],["9","The adventurers must choose whether to pursue a fleeing villain or save an NPC they care about or a group of innocents."],["10","Just when the characters think the main threat is defeated, it transforms into a different monster or a more powerful form."]],"name":"Bring It to an End; Adventure Climax","page":120,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Random Individual Treasure","colLabels":["CR","Treasure"],"colStyles":["col-2 text-center","col-10"],"rows":[["0–4","{@dice 3d6} (10) GP"],["5–10","{@dice 2d8 × 10} (90) GP"],["11–16","{@dice 2d10 × 10} (110) PP"],["17+","{@dice 2d8 × 100} (900) PP"]],"name":"Random Individual Treasure","page":120,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Random Treasure Hoard","colLabels":["CR","Monetary Treasure","Magic Items"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["0–4","{@dice 2d4 × 100} (500) GP","{@dice 1d4-1}"],["5–10","{@dice 8d10 × 100} (4,400) GP","{@dice 1d3}"],["11–16","{@dice 8d8 × 1,000} (36,000) GP","{@dice 1d4}"],["17+","{@dice 6d10 × 10,000} (330,000) GP","{@dice 1d6}"]],"name":"Treasure Hoards; Random Treasure Hoard","page":120,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"colLabels":["1d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Four {@creature Violet Fungus|XMM|Violet Fungi} and one {@creature Rust Monster|XMM}"],["2","One {@creature Giant Spider|XMM} and two {@creature Swarm of Insects|XMM|Swarms of Insects} (spiders)"],["3","One {@creature Darkmantle|XMM} and three {@creature Piercer|XMM|Piercers}"],["4","A patch of {@book yellow mold|XDMG|2|Yellow Mold} (see \"{@book Hazards|XDMG|2|Hazards}\" in {@book chapter 3|XDMG|2}) on a miner's remains"],["5","One {@creature Gelatinous Cube|XMM}"],["6","Sounds of Terror (see below)"]],"name":"Exploring the Mine","page":123,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"colLabels":["1d20","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–14","No encounter"],["15","An {@variantrule Indifferent [Attitude]|XPHB|Indifferent} {@creature Giant Ape|XMM} protects its territory; its primary concern is getting the party to leave."],["16","A {@variantrule Hostile [Attitude]|XPHB|Hostile} {@creature Tyrannosaurus Rex|XMM} is on the hunt and tries to eat the characters."],["17","Three {@creature Allosaurus|XMM|Allosauruses} are hunting in the jungle; they are {@variantrule Hostile [Attitude]|XPHB|Hostile} and treat the party as prey."],["18","Two {@creature Ankylosaurus|XMM|Ankylosauruses} tromp through the forest nearby. They are territorial and aggressive but {@variantrule Indifferent [Attitude]|XPHB|Indifferent}, and they won't pursue a fleeing party."],["19","A band of humans, including a {@creature Warrior Veteran|XMM} and eight {@creature Warrior Infantry|XMM}, watch the party. They are {@variantrule Indifferent [Attitude]|XPHB|Indifferent}; they live in the jungle and aren't used to seeing other people."],["20","Four {@creature Minotaur of Baphomet|XMM|Minotaurs of Baphomet} prowl the jungle looking for Humanoids they can capture and bring back to the temple."]],"name":"Stage 2","page":124,"source":"XDMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"D&D Settings","colLabels":["Setting","Description"],"colStyles":["col-2","col-10"],"rows":[["Dark Sun","Heroes make their mark on a postapocalyptic world defiled by magic and forsaken by the gods."],["{@adventure Dragonlance|DSotDQ}","The forces of good battle the evil queen of dragons and her armies in the world-shaking War of the Lance."],["{@book Eberron|ERLW}","In the aftermath of a deadly war, magically advanced nations rebuild as a cold war threatens lasting peace."],["{@book Exandria|EGW}","Heroes make names for themselves in the world made popular by the streaming show Critical Role."],["Forgotten Realms","Larger-than-life heroes and villains struggle to determine the fate of the world as they explore the ruins and dungeons of fallen kingdoms and long-forgotten empires."],["{@book Greyhawk|XDMG|4|Greyhawk}","As tensions rise among warring nations, heroes plunder dungeons to gain the magic and might they need to defeat the growing forces of evil."],["{@book Planescape|SatO}","Sigil, the City of Doors, is where heroes begin to explore the wonders of the D&D multiverse and its many planes of existence."],["{@book Ravenloft|VRGR}","Heroes are drawn into the gloomy Domains of Dread—cursed realms ruled by evil lords—and must find a means of escape."],["{@book Ravnica|GGR}*","In a world-spanning city, ten disparate factions draw heroes into a web of adventure and danger."],["{@book Spelljammer|AAG}","Travel among the stars on a spelljamming ship, and visit worlds floating in the majestic oceans of Wildspace."],["{@book Strixhaven|SCC}*","Strixhaven, a school of magic, serves as a hub of learning and adventure."],["{@book Theros|MoT}*","Heroic destinies wait to be fulfilled in this setting inspired by the myths of ancient Greece."]],"footnotes":["*This setting is based on a Magic: The Gathering world."],"name":"Using a Published Setting; D&D Settings","page":136,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Adventure Connections","colLabels":["1d6","Adventure Connection"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Introduce a person, an object, or information that the characters need to transport safely to a location involved in the new adventure."],["2","Have a major villain flee to a location that features in the new adventure. The characters might be able to pursue the villain, or they might have to search for clues about where the villain has gone."],["3","Introduce clues suggesting that a villain or another NPC in this adventure is part of a larger group—a group that features prominently in the new adventure."],["4","Introduce a villainous group that's featured in the new adventure by having its agents spy on or interfere with the characters' activities."],["5","Have travelers bring news of events transpiring elsewhere, leading characters toward the new adventure."],["6","Give the characters a treasure that's wrapped in mystery they'll need to unravel in the new adventure."]],"name":"Linking Adventures; Adventure Connections","page":139,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Days of the Week","colLabels":["Starday","Sunday","Moonday","Godsday","Waterday","Earthday","Freeday"],"colStyles":["col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-8 text-center"],"rows":[["(Saturday)","(Sunday)","(Monday)","(Tuesday)","(Wednesday)","(Thursday)","(Friday)"],[{"type":"cell","width":6,"entry":"Day of Worship"},"Day of Rest"]],"name":"Months and Festivals; Days of the Week","page":146,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gods of Greyhawk","colLabels":["Name and Epithet","Home Plane","Typical Worshipers","Symbol"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@deity Beory|Greyhawk|XDMG}, Heart of Oerth*","{@book Material Plane|XDMG|5|Material Plane}","Farmers, herders","Green disk"],["{@deity Berei|Greyhawk|XDMG} of the Hearth","{@book Bytopia|XDMG|5|Bytopia}","Families, farmers","Sheaf of wheat stalks"],["{@deity Boccob|Greyhawk|XDMG} the Uncaring, Archmage of the Gods*","{@book Outlands|XDMG|5|Outlands}","Sages, spellcasters, seers","Eye within a pentagram"],["{@deity Celestian|Greyhawk|XDMG}, the Far Wanderer","{@book Astral Plane|XDMG|5|Astral Plane}","Wanderers, astronomers","Arc of seven stars inside a circle"],["{@deity Cuthbert|Greyhawk|XDMG} of the Cudgel","{@book Arcadia|XDMG|5|Arcadia}","Practical, honest folk","Circle at the center of a starburst of lines"],["{@deity Ehlonna|Greyhawk|XDMG} of the Forests","{@book Beastlands|XDMG|5|Beastlands}","Hunters, foragers","Unicorn horn"],["{@deity Erythnul|Greyhawk|XDMG}, the Many","{@book Pandemonium|XDMG|5|Pandemonium}","Raiders, bandits, berserkers","Blood drop"],["{@deity Fharlanghn|Greyhawk|XDMG}, the Dweller on the Horizon","{@book Outlands|XDMG|5|Outlands}","Travelers","Circle crossed by a curved horizon line"],["{@deity Heironeous|Greyhawk|XDMG} the Invincible","{@book Mount Celestia|XDMG|5|Mount Celestia}","Knights, soldiers","Lightning bolt"],["{@deity Hextor|Greyhawk|XDMG}, Scourge of Battle","{@book Acheron|XDMG|5|Acheron}","Soldiers, tyrants","Six down-pointing arrows in a fan"],["{@deity Incabulos|Greyhawk|XDMG}, the Black Rider*","{@book Hades|XDMG|5|Hades}","Necromancers, those who seek to ward off illness","Reptilian eye within a horizontal diamond"],["{@deity Istus|Greyhawk|XDMG}, Weaver of Our Fate*","{@book Mechanus|XDMG|5|Mechanus}","Seers, advisers","Spindle with three strands"],["{@deity Iuz|Greyhawk|XDMG} the Evil†","{@book Material Plane|XDMG|5|Material Plane}","His subjects and allies","Grinning human skull"],["{@deity Kord|Greyhawk|XDMG}, the Brawler","{@book Ysgard|XDMG|5|Ysgard}","Athletes, berserkers","Spears and maces radiating from a point"],["{@deity Nerull|Greyhawk|XDMG}, the Reaper*","{@book Carceri|XDMG|5|Carceri}","Murderers, necromancers","Skull with a scythe"],["{@deity Obad-Hai|Greyhawk|XDMG}, the Shalm","{@book Outlands|XDMG|5|Outlands}","Hunters, gatherers, hermits","Oak leaf and acorn"],["{@deity Olidammara|Greyhawk|XDMG}, the Laughing Rogue","{@book Ysgard|XDMG|5|Ysgard}","Revelers, gamblers, pranksters","Laughing mask"],["{@deity Pelor|Greyhawk|XDMG}, the Radiant Sun*","{@book Elysium|XDMG|5|Elysium}","Healers, the compassionate","Sun"],["{@deity Pholtus|Greyhawk|XDMG} of the Blinding Light","{@book Arcadia|XDMG|5|Arcadia}","Judges, lawyers, arbiters","Silver sun partially eclipsed by a crescent moon"],["{@deity Ralishaz|Greyhawk|XDMG}, the Unlooked For","{@book Limbo|XDMG|5|Limbo}","Gamblers","Three bone fate-casting sticks"],["{@deity Rao|Greyhawk|XDMG}, the Mediator*","{@book Mount Celestia|XDMG|5|Mount Celestia}","Mediators, sages, scientists","White heart"],["{@deity Syrul|Greyhawk|XDMG} Oathbreaker","{@book Gehenna|XDMG|5|Gehenna}","Liars, charlatans, traitors","Forked tongue"],["{@deity Tharizdun|Greyhawk|XDMG}, the Eater of Worlds","Imprisoned in a demiplane","Nihilistic cultists","Spiral rune"],["{@deity Trithereon|Greyhawk|XDMG}, the Summoner","{@book Arborea|XDMG|5|Arborea}","Rebels, individualists","Triskelion"],["{@deity Ulaa|Greyhawk|XDMG}, the Bejeweled","{@book Arcadia|XDMG|5|Arcadia}","Miners, jewelers, quarriers","Ruby-hearted mountain"],["{@deity Vecna|Greyhawk|XDMG}, the Whispered One","Unknown","Necromancers, undead, those who keep or unearth secrets","An eye in the palm of a left hand"],["{@deity Wee Jas|Greyhawk|XDMG}, the Witch","{@book Acheron|XDMG|5|Acheron}","Spellcasters, advisers","Red skull in front of fireball"]],"footnotes":["*Greater god","†Demigod"],"name":"Gods of Greyhawk","page":149,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Central Flanaess Locations","colLabels":["Location","Ruler","Description"],"colStyles":["col-3","col-3","col-6"],"rows":[["Celene","Queen Yolande (elf)","Elven monarchy with large gnome and halfling populations"],["Dyvers (Free City)","Magister Thymantia Gortoz (aasimar)","Important port and trading center with a powerful navy"],["Furyondy, the Kingdom of","King Belvor IV (human)","Former province of the Great Kingdom, among the first to claim independence"],["Highfolk (Free City)","Mayor Talisyr (appears as an elf)","Fortified city with large population of elves; the mayor is a disguised adult silver dragon"],["Horned Society, the","Nine hierarchs (mostly humans and hobgoblins)","Theocracy ruled by devil worshipers allied with Iuz, supported by mercenaries enforcing their tyrannical rule"],["Iuz","Iuz (cambion demigod)","The monster-infested domain of the demonic dictator, steeped in wickedness"],["Nyr Dyv","—","The Lake of Unknown Depths; home to barge dwellers"],["Perrenland","Voorzitter Yrenda Schwartzen (human)","Fiercely independent confederation of canons"],["Pomarj, the","—","Lawless peninsula; home to bandits and marauders"],["Shield Lands, the","Various allied nobles","Independent alliance of nobles protected by the Knights of Holy Shielding, led by Knight Commander Aleshh Kaarth (dragonborn) and fortified by Furyondy and Urnst"],["Veluna, the Archclericy of","Canon Hazen (human)","Theocracy ruled by priests of Rao, a divine beacon of justice and hope"],["Verbobonc (Free City and Viscounty)","Viscountess Wilfrick Rejjin (human)","Vassal state of Veluna; site of the Temple of Elemental Evil"],["Wild Coast, the","Various burgomasters, lord mayors, and others","Free territory with self-governing settlements; haven for outcasts and dissidents"]],"name":"Central Flanaess Locations","page":162,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Eastern Flanaess Locations","colLabels":["Location","Ruler","Description"],"colStyles":["col-3","col-3","col-6"],"rows":[["Aerdiaak","Herzog Varz Grenell (human)","North province of the Great Kingdom, ruled by a cousin of the overking; its court is rife with debauchery and intrigue"],["Ahlissa","Herzogin Seprenna Calyn (human)","South province of the Great Kingdom, ruled by a cousin of the overking; embroiled in war with the Iron League"],["Almor, the Prelacy of","Prelate Xanther Klimstyn (human)","Theocracy ruled by a priest of Pelor who declared independence when the Great Kingdom descended into evil"],["Bone March, the","—","Fallen territory of the Great Kingdom, now held by armies from Almor and Nyrond"],["Celadon Forest","—","Ancient forest protected by druidic circles and fey"],["Flinty Hills and Gamboge Forest","—","Home to several independent communities with no great love for Nyrond or the Pale"],["Great Kingdom, the","Overking Ivid V (human)","Unspeakably evil monarchy"],["Idee","Count Vasiliek Donsten (human)","Independent fiefdom; member of the Iron League"],["Irongate (Free City)","Mayor Unthera Selvich (appears as a dwarf)","Thriving metropolis; member of the Iron League; the mayor is a disguised adult bronze dragon"],["Lordship of the Isles, the","Princess Ronthal III (human)","Independent principality; member of the Iron League"],["Medegia, the See of","Holy Censor Starvik Jerel (human)","Theocratic fiefdom ruled by a priest whose power is rumored to come from pacts with archdevils"],["Nyrond, the Kingdom of","King Dunstan I (human)","Center of resistance to the Great Kingdom"],["Onnwal","The Raven of Onnwal, Zyl Grayshadow (dwarf)","Independent state; member of the Iron League"],["Pale, the Theocracy of the","Supreme Prelate Ogon Tillit (human)","Theocracy ruled by a priest of Pholtus"],["Rel Astra, City of","Constable Mayor Drax (orc)","Independent fief plotting in secret against the Great Kingdom, hoping to ally with Medegia or the Sea Baronies"],["Sea Baronies, the","Four sea barons, including High Admiral Kalashe Asperdi (human)","Independent island fiefdoms that serve as the Great Kingdom's navy"],["Shar, the Hidden Empire of","Father of Obedience Korenth Zan (human?)","Isolated order of Suloise militants whose spies operate across the Flanaess"],["Spindrift Isles, the","The Council of Five (on the northern islands) and the Council of Seven (on the southern island)","Independent islands that keep watchful eyes on aggressive island neighbors"],["Sunndi","Steward Valenta (elf)","Independent fiefdom; member of the Iron League"],["Tenh, the Duchy of","Duchess Ehliyah Raynar III (human)","Independent fiefdom allied with Nyrond for defense against Iuz"],["Urnst, the County of","Countess Belissica Gellor (human)","Independent fiefdom"],["Urnst, the Duchy of","Duke Jalken Lorinar (human)","Independent fiefdom"],["Vast Swamp, the","—","Morass separating the Tilvanot Peninsula and Shar from the rest of the East"]],"name":"Eastern Flanaess Locations","page":164,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Northern Flanaess Locations","colLabels":["Location","Ruler","Description"],"colStyles":["col-3","col-3","col-6"],"rows":[["Arn, the Archbarony of","Archbaron of Arn (identity unknown)","Remote and little-known region located near a ruined castle with monster-filled dungeons"],["Bandit Kingdoms, the","Four to six bandit lords","Feuding kingdoms ruled by greedy bandit lords with private armies"],["Barren Wastes, the","—","Harsh, despoiled land where dragons roam and sometimes go to die"],["Chakyik","Lord Agul Krusef (human)","Land of the Tiger Nomads—horse riders with scattered trading outposts"],["Hunting Lands, the","Overlord-Protector Yhareen Sakarr (tiefling)","Home to Flan nomads, known to their neighbors as the Rovers of the Barrens"],["North Kingdom of the Cruski, the","Queen Tharla of the Cruski (human)","Fierce, seafaring berserkers of the North Kingdoms"],["North Kingdom of the Fruzti, the","King Hundgred of the Fruzti (human)","Weakest of the three North Kingdoms, having suffered great losses battling in the Bone March"],["North Kingdom of the Schnai, the","Queen Ingrid of the Schnai (human)","Strongest and most populated of the North Kingdoms"],["Ratik, the Barony of","Baron Lexnol Haarkof (human)","Former province of the Great Kingdom trying to ally with the North Kingdoms"],["Stonefist, The Hold of","King Sevvord Redbeard of the Hold (human)","Monarchy founded by a bandit leader who attracted malcontents from many nations"],["Wegwiur","Wolf-Mother Bargra Yefkos (human)","Land of the Wolf Nomads—horse riders engaged in war against Iuz"]],"name":"Northern Flanaess Locations","page":165,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Old Keoland Locations","colLabels":["Location","Ruler","Description"],"colStyles":["col-3","col-3","col-6"],"rows":[["Bissel, the March of","Margrave Imran Rendulkar (human)","Bone of contention between Keoland, Veluna, and Ket"],["Geoff, the Grand Duchy of","Grand Duchess Owena Blackthorn (human)","Isolated fiefdom with a long history of battling giants in the nearby mountains"],["Gran March, the","Commandant Magnus Onyxbeard (dwarf)","Nominal vassal of Keoland and ally with Bissel; the commandant is elected from among the March's noble houses"],["Hold of the Sea Princes, the","Prince Zygmund III of Monmurg (human)","Independent oligarchy of sea traders founded by buccaneers; now a powerful naval force"],["Keoland, the Kingdom of","King Kimbertos Skotti (human)","Heart of the Old Keoland region, surrounded by friendly neighbors that swear fealty to Keoland's monarch"],["Lortmil Mountains, the","—","Natural border between the Old Keoland region and the Central Flanaess"],["Sterich, the March of","Marquise Quercha Emondav (human)","Nominal vassal state of Keoland, but its ruler is more like a sister than a vassal to the king of Keoland"],["Ulek, the County of","Countess Lewenn Richfield (human)","Former vassal of Keoland"],["Ulek, the Duchy of","Duke Grenowin (elf)","Former vassal of Keoland with a large population of elves"],["Ulek, the Principality of","Princess Olynn Corond (dwarf)","Fiefdom with a significant navy; its princess commands the respect of many dwarves beyond Ulek"],["Valley of the Mage, the","The Mage of the Valley (identity unknown)","Secluded refuge of an ancient archmage; current inhabitants unknown"],["Yeomanry, the","Freeholder Vyndi Skyspear (goliath)","Independent republic governed by an elected freeholder"]],"name":"Old Keoland Locations","page":169,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Western Flanaess Locations","colLabels":["Location","Ruler","Description"],"colStyles":["col-3","col-3","col-6"],"rows":[["Dry Steppes, the","—","Desert where the Baklunish empire once stood"],["Ekbir, the Sultanate of","Sultan Xargun II (aasimar)","Monarchy in an uneasy peace with its neighbors, bracing for a rumored invasion from Zeif"],["Ket","Beygraf Zoltana Lhaz (human)","Crossroads region"],["Plains of the Ulakandar, the","Various Ulakandar clan leaders","Land of the Ulakandar nomads, who roam between the Dry Steppes and the border of Zeif"],["Sea of Dust, the","—","Wasteland where the Suel Imperium once stood"],["Tusmit, the Pashalik of","Pasha Qharlan Sylba (human)","Monarchy profiting by playing its neighbors against each other"],["Ull","Orakhan Drasika Borinok (human)","Independent fiefdom founded by Ulakandar nomads who settled the land"],["Zeif, the Sultanate of","Sultan Naxas Murad (human)","Monarchy ruled by a reclusive philosopher who resists his advisers' call to imperial expansion"]],"name":"Western Flanaess Locations","page":170,"source":"XDMG","chapter":{"name":"Creating Campaigns","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Outer Planes","colLabels":["Outer Plane","Alignment"],"colStyles":["col-4","col-8"],"rows":[["{@book Abyss|XDMG|5|Abyss}","Chaotic Evil"],["{@book Acheron|XDMG|5|Acheron}","Lawful Evil, Lawful Neutral"],["{@book Arborea|XDMG|5|Arborea}","Chaotic Good"],["{@book Arcadia|XDMG|5|Arcadia}","Lawful Good, Lawful Neutral"],["{@book Beastlands|XDMG|5|Beastlands}","Chaotic Good, Neutral Good"],["{@book Bytopia|XDMG|5|Bytopia}","Lawful Good, Neutral Good"],["{@book Carceri|XDMG|5|Carceri}","Chaotic Evil, Neutral Evil"],["{@book Elysium|XDMG|5|Elysium}","Neutral Good"],["{@book Gehenna|XDMG|5|Gehenna}","Lawful Evil, Neutral Evil"],["{@book Hades|XDMG|5|Hades}","Neutral Evil"],["{@book Limbo|XDMG|5|Limbo}","Chaotic Neutral"],["{@book Mechanus|XDMG|5|Mechanus}","Lawful Neutral"],["{@book Mount Celestia|XDMG|5|Mount Celestia}","Lawful Good"],["{@book Nine Hells|XDMG|5|Nine Hells}","Lawful Evil"],["{@book Outlands|XDMG|5|Outlands}","Neutral"],["{@book Pandemonium|XDMG|5|Pandemonium}","Chaotic Evil, Chaotic Neutral"],["{@book Ysgard|XDMG|5|Ysgard}","Chaotic Good, Chaotic Neutral"]],"name":"Outer Planes","page":174,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Planar Adventure Situations","colLabels":["1d10","Situation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When magic fails to revive a dead person, the only solution is to venture to the Outer Planes to find the person's spirit and either release it from some prison or convince the person to return to life."],["2","People who venture into the woods keep accidentally wandering into the Feywild or the Shadowfell. They might never return, return with no sense of how much time has passed, or return dramatically changed."],["3","A long-dead oracle is the only one who knows how a terrible prophecy might be averted, but the cataclysmic fulfillment of the prophecy has already begun."],["4","A god has stopped answering prayers and won't respond to any {@spell Commune|XPHB} spell."],["5","A devil has tricked an angel into meddling in the Blood War, and the angel seeks mortal aid."],["6","A ancestor of one of the characters must be convinced to bless the character before the full power of the character's bloodline can be unleashed."],["7","A foolhardy knight carried a holy weapon on a doomed mission into the Nine Hells, and the powers of Mount Celestia want the weapon and the knight's remains retrieved."],["8","A titan is imprisoned on an Outer Plane. The characters might be trying to stop those who seek to release it, or they might want to release it to help defend the world from a greater threat."],["9","To prove themselves worthy of an even greater quest, the characters are sent to slay a horrible monster, win the favor of a powerful planar being, negotiate peace between two warring planar factions, or retrieve a long-lost item on another plane."],["10","An item of legend is being sold at auction in Sigil, the City of Brass, or some other planar metropolis."]],"name":"Planar Adventure Situations","page":178,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of the Abyss","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["The Plain of Infinite Portals","On layer 1, corroded iron fortresses defend routes to lower layers."],["Azzagrat","Graz'zt's corrupt, decadent city is split across layers 45, 46, and 47."],["The Demonweb","On layer 66, Lolth's web snares all and hides portals to other planes."],["Gaping Maw","Layer 88 is a malevolent wilderness surrounding Demogorgon's ocean fortress."],["Thanatos","On layer 113, an endless graveyard hosts Orcus and the sleepless dead."],["The Slime Pits (Shedaklah)","Layer 222, a fetid realm of ooze and fungi, obeys the whims of Juiblex and Zuggtmoy."],["The Death Dells","Yeenoghu and his gnoll servants prowl layer 422—a cruel, desolate realm."],["The Endless Maze","Layer 600's endless labyrinth turns visitors into Baphomet's prey."]],"name":"Layers of the Abyss","page":180,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Acheron","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Avalas","Spirit soldiers wage endless wars across debris-strewn battlefields."],["Thuldanin","Pitted, hollow cubes are filled with the cast-off machinery of war."],["Tintibulus","Jagged blocks tumble in darkness, holding frozen memories sapped by the River Styx and crystallized into fleeting images."],["Ocanthus","Maelstroms of razor-sharp debris swirl above a mire of black ice."]],"name":"Layers of Acheron","page":182,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Arborea","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Arvandor","Towering trees, colorful wildflowers, abundant grain, and delicious fruit create a lush environment."],["Aquallor","An eternal ocean fed by the River Oceanus is home to teeming sea life and mighty storms."],["Mithardir","A desert of white sand is abandoned by whatever powers once lived there."]],"name":"Layers of Arborea","page":183,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Arcadia","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Abellio","Everything in these fields of plenty is dedicated to the good of all."],["Buxenus","Military forces gather their strength, amid pleasant valleys and orchards, to reclaim the lost layer of Menausus—now part of Mechanus."]],"name":"Layers of Arcadia","page":183,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Astral Color Pools","colLabels":["1d20","Plane","Pool Color"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Abyss","Amethyst"],["2","Acheron","Flame red"],["3","Arborea","Sapphire blue"],["4","Arcadia","Saffron"],["5","Beastlands","Emerald green"],["6","Bytopia","Amber"],["7","Carceri","Olive"],["8","Elysium","Orange"],["9","Ethereal Plane","Spiraling white"],["10","Gehenna","Russet"],["11","Hades","Rust"],["12","Limbo","Jet black"],["13–14","Material Plane","Silver"],["15","Mechanus","Diamond blue"],["16","Mount Celestia","Gold"],["17","Nine Hells","Ruby"],["18","Outlands","Leather brown"],["19","Pandemonium","Magenta"],["20","Ysgard","Indigo"]],"name":"Astral Color Pools","page":184,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Psychic Wind Location Effects","colLabels":["1d20","Location Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–8","Diverted; add {@dice 1d6} days to travel time"],["9–12","Blown astray; add {@dice 3d10} days to travel time"],["13–16","Lost; at the end of the travel time, the characters arrive at a location other than the intended destination"],["17–20","Sent through a random color pool (roll on the {@book Astral Color Pools|XDMG|5|Astral Color Pools} table)"]],"name":"Psychic Wind Location Effects","page":185,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Psychic Wind Psychic Effects","colLabels":["1d20","Psychic Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–8","You have the {@condition Stunned|XPHB} condition for 1 minute; you repeat the saving throw at the end of each of your turns, ending the effect on yourself on a success."],["9–12","You take 11 ({@dice 2d10}) Psychic damage."],["13–17","You take 22 ({@dice 4d10}) Psychic damage."],["18–20","You have the {@condition Unconscious|XPHB} condition for 5 ({@dice 1d10}) hours; the effect on you ends if you take damage or if another creature takes an action to shake you awake."]],"name":"Psychic Wind Psychic Effects","page":185,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of the Beastlands","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Krigala","The River Oceanus is a strong torrent flowing through this wilderness of eternal summer noon."],["Brux","A red sun hovers forever on the horizon as mists and streams roil through the trees in eternal twilight."],["Karasuthra","A pale moon provides the only light in this wilderness of eternal night."]],"name":"Layers of the Beastlands","page":186,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Bytopia","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Dothion","Farms nestled among well-tamed woods are hubs of pastoral activity and individual industry."],["Shurrock","Small communities thrive around quarries and mills amid rough country and harsh weather."]],"name":"Layers of Bytopia","page":186,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Carceri","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Orthrys","The River Styx meanders through a layer of vast bogs and quicksand."],["Cathrys","The stench of decay hangs over fetid jungles and scarlet plains."],["Minethys","Stinging sand blows in unending storms, hiding the ruins of the ancient city Payratheon."],["Colothys","Deep chasms cut between cruel mountains make foot travel nearly impossible."],["Porphatys","Cold, acidic oceans are fed by constant black snow."],["Agathys","Black ice streaked with red covers this frigid realm."]],"name":"Layers of Carceri","page":187,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Elysium","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Amoria","Small towns on the banks of the River Oceanus, surrounded by lush meadows, are among the most hospitable refuges on the Outer Planes."],["Eronia","Steep hills, craggy mountains, and white granite valleys offer a rugged home for hardy souls."],["Belierin","Lighthouses pierce the fog and form hubs for small communities amid sprawling marshlands."],["Thalasia","The Heroic Isles, rising from the headwaters of the River Oceanus, hold the best departed souls."]],"name":"Layers of Elysium","page":191,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Ethereal Curtains","colLabels":["1d12","Plane","Curtain Color"],"colStyles":["col-2 text-center","col-7","col-3"],"rows":[["1–2","Material Plane","Turquoise"],["3","Shadowfell","Dusky gray"],["4","Feywild","Opalescent"],["5","Elemental Plane of Air","Pale blue"],["6","Elemental Plane of Earth","Chestnut"],["7","Elemental Plane of Fire","Orange"],["8","Elemental Plane of Water","Green"],["9","Para-elemental Plane of Ash","Dark gray"],["10","Para-elemental Plane of Ice","Aquamarine"],["11","Para-elemental Plane of Magma","Maroon"],["12","Para-elemental Plane of Ooze","Chocolate"]],"name":"Deep Ethereal; Ethereal Curtains","page":192,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Ether Cyclone","colLabels":["1d20","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–12","Extended journey. Each character in a group traveling together makes a {@dc 15} Charisma saving throw. If at least half the group succeeds, travel is delayed by {@dice 1d10} hours. Otherwise, the journey's travel time is doubled."],["13–19","Blown to a location in the Border Ethereal overlapping a random plane (roll on the {@book Ethereal Curtains|XDMG|5|Ethereal Curtains} table)"],["20","Hurled to a random destination on the Astral Plane"]],"name":"Ether Cyclones; Ether Cyclone","page":193,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Feywild Time Warp","colLabels":["1d20","Result"],"colStyles":["col-2 text-center","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":196,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Gehenna","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Khalas","Lava illuminates clouds of volcanic ash and steam from the River Styx."],["Chamada","Constant lava flows and eruptions make overland travel difficult. Iron zeppelins piloted by yugoloths drift through the constant gray ashfall."],["Mungoth","Acidic ash mingles with falling snow on this freezing layer."],["Krangath","The Dead Furnace is a great mountain suspended in silence and darkness, home to a coterie of liches."]],"name":"Layers of Gehenna","page":197,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Hades","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Oinos","A land of dead-gray ash, stunted trees, and virulent disease is stalked by roving bands of Fiends looking for a fight or recruits for the Blood War."],["Niflheim","Gray pine trees blanket rolling hills and rocky bluffs, and thick mists coil around their trunks."],["Pluton","Shriveled willows, olive trees, and poplars contribute to the gloom of this concentration of the deepest despair in the multiverse."]],"name":"Layers of Hades","page":197,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Mount Celestia","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Lunia","In the Silver Heaven, the holy water of the Silver Sea laps at the base of the celestial mountain under a starry sky."],["Mercuria","The Golden Heaven's tame slopes and lush valleys are bathed in golden light that evokes the hope of a new dawn."],["Venya","In the Pearly Heaven, terraced fields and tended woodlands dot the snowy slopes."],["Solania","In the Crystal Heaven, holy shrines glitter under a silvery sky amid luminescent fog."],["Mertion","On the sweeping plains of the Platinum Heaven, holy soldiers muster in grand citadels for battles across the planes."],["Jovar","The Glittering Heaven, strewn with beautiful rubies and garnets, is home to the seven-tiered Heavenly City."],["Chronias","The Illuminated Heaven is an ineffable mystery."]],"name":"Layers of Mount Celestia","page":200,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of the Nine Hells","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["{@book Avernus|XDMG|5|Avernus}","The Blood War rages across battlefields littered with corpses and the wreckage of hellish war machines."],["{@book Dis|XDMG|5|Dis}","Iron roads in deep canyons lead to the dreaded Iron City of Dis."],["{@book Minauros|XDMG|5|Minauros}","Acid falls like rain on putrid bogs and decaying cities."],["{@book Phlegethos|XDMG|5|Phlegethos}","Obsidian fortresses bask in the heat of raging volcanoes and magma rivers."],["{@book Stygia|XDMG|5|Stygia}","Levistus's prison is a frigid hellscape of jagged ice and cold fire."],["{@book Malbolge|XDMG|5|Malbolge}","An ever-crumbling mountain threatens to bury visitors."],["{@book Maladomini|XDMG|5|Maladomini}","Swarms of hungry flies plague dead cities surrounded by utter desolation."],["{@book Cania|XDMG|5|Cania}","Ice-trapped cities provide shelter in a realm cold enough to freeze the soul."],["{@book Nessus|XDMG|5|Nessus}","Mighty fortresses stand watch over the deepest pits of the Nine Hells."]],"name":"Layers of the Nine Hells","page":202,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Gate-Towns of the Outlands","colLabels":["Town","Gate Destination"],"colStyles":["col-3","col-9"],"rows":[["Automata","Mechanus"],["Bedlam","Pandemonium"],["Curst","Carceri"],["Ecstasy","Elysium"],["Excelsior","Mount Celestia"],["Faunel","Beastlands"],["Fortitude","Arcadia"],["Glorium","Ysgard"],["Hopeless","Hades"],["Plague-Mort","Abyss"],["Ribcage","Nine Hells"],["Rigus","Acheron"],["Sylvania","Arborea"],["Torch","Gehenna"],["Tradegate","Bytopia"],["Xaos","Limbo"]],"name":"Gate-Towns of the Outlands","page":205,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Pandemonium","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Pandesmos","Howling winds, dark streams bound for the River Styx, and blowing snow pour through vast, desolate caverns."],["Cocytus","Winds blowing through narrower tunnels create a stronger force and louder wails, making this the so-called \"Layer of Lamentation.\""],["Phlegethon","Tunnel walls absorb light while water creates intricate rock formations."],["Agathion","Sealed-off tunnels are largely inaccessible from elsewhere, making them ideal as vaults for ancient secrets."]],"name":"Layers of Pandemonium","page":206,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Shadowfell Despair","colLabels":["1d6","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–3","Apathy. The character has {@variantrule Disadvantage|XPHB} on {@variantrule Death Saving Throw|XPHB|Death Saving Throws} and {@variantrule Initiative|XPHB} rolls."],["4–5","Dread. The character has {@variantrule Disadvantage|XPHB} on all saving throws."],["6","Delusion. The character has {@variantrule Disadvantage|XPHB} on ability checks and saving throws that use Intelligence, Wisdom, or Charisma."]],"name":"Shadowfell Despair","page":209,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Layers of Ysgard","colLabels":["Layer","Description"],"colStyles":["col-3","col-9"],"rows":[["Ysgard","Immense rivers of floating earth grind together in eternal rumbling."],["Muspelheim","The ground smokes and burns beneath the earthbergs of the top layer."],["Nidavellir","Floating chunks of earth are closer together, giving the appearance of endless tunnels with rich mineral deposits."]],"name":"Layers of Ysgard","page":210,"source":"XDMG","chapter":{"name":"Cosmology","ordinal":{"type":"chapter","identifier":6},"index":5}},{"caption":"Treasure Themes","colLabels":["Theme","Appropriate Treasure"],"colStyles":["col-3","col-9"],"rows":[["{@book Arcana|XDMG|6|Arcana Tables}","Gemstones plus magic items of an eldritch or esoteric nature"],["{@book Armaments|XDMG|6|Armaments Tables}","Coins or trade bars plus magic items that are useful in battle"],["{@book Implements|XDMG|6|Implements Tables}","Coins, trade bars, or trade goods plus magic items that focus on utility"],["{@book Relics|XDMG|6|Relics Tables}","Art objects plus magic items that have religious origins or purposes"]],"name":"Treasure Themes","page":213,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Trade Bars","colLabels":["Bar","Value","Dimensions"],"colStyles":["col-4","col-2 text-center","col-6"],"rows":[["{@item silver bar (2-pound)|XDMG|2-pound silver bar}","10 GP","5 in. long × 2 in. wide × 1/2 in. thick"],["{@item silver bar (5-pound)|XDMG|5-pound silver bar}","25 GP","6 in. long × 2 in. wide × 1 in. thick"],["{@item gold bar (5-pound)|XDMG|5-pound gold bar}","250 GP","5 in. long × 2 in. wide × 3/4 in. thick"]],"name":"Trade Bars","page":213,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Trade Goods","colLabels":["Cost","Goods"],"colStyles":["col-2 text-center","col-10"],"rows":[["1 CP","1 lb. of {@item wheat|XDMG}"],["2 CP","2 lb. of {@item flour|XDMG} or one {@item chicken|XDMG}"],["5 CP","1 lb. of {@item salt|XDMG}"],["1 SP","1 lb. of {@item iron|XDMG} or 1 sq. yd. of {@item Canvas (1 sq. yd.)|XDMG|canvas}"],["5 SP","1 lb. of {@item copper|XDMG} or 1 sq. yd. of {@item Cotton Cloth (1 sq. yd.)|XDMG|cotton cloth}"],["1 GP","1 lb. of {@item ginger|XDMG} or one {@item goat|XDMG}"],["2 GP","1 lb. of {@item cinnamon|XDMG} or {@item pepper|XDMG}, or one {@item sheep|XDMG}"],["3 GP","1 lb. of {@item cloves|XDMG} or one {@item pig|XDMG}"],["5 GP","1 lb. of {@item silver|XDMG} or 1 sq. yd. of {@item Linen (1 sq. yd.)|XDMG|linen}"],["10 GP","1 lb. of {@item silk|XDMG} or one {@item cow|XDMG}"],["15 GP","1 lb. of {@item saffron|XDMG} or one {@item ox|XDMG}"],["50 GP","1 lb. of {@item gold|XDMG}"],["500 GP","1 lb. of {@item platinum|XDMG}"]],"name":"Trade Goods","page":213,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"10 GP Gemstones","colLabels":["1d12","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Azurite|XDMG} (mottled deep blue)"],["2","{@item Banded agate|XDMG} (striped brown, blue, white, or red)"],["3","{@item Blue quartz|XDMG} (pale blue)"],["4","{@item Eye agate|XDMG} (circles of gray, white, brown, blue, or green)"],["5","{@item Hematite|XDMG} (gray black)"],["6","{@item Lapis lazuli|XDMG} (light and dark blue with yellow flecks)"],["7","{@item Malachite|XDMG} (striated light and dark green)"],["8","{@item Moss agate|XDMG} (pink or yellow white with mossy gray or green markings)"],["9","{@item Obsidian|XDMG} (black)"],["10","{@item Rhodochrosite|XDMG} (light pink)"],["11","{@item Tiger eye|XDMG} (brown with golden center)"],["12","{@item Turquoise|XDMG} (light blue green)"]],"name":"10 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"50 GP Gemstones","colLabels":["1d12","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Bloodstone|XDMG} (dark gray with red flecks)"],["2","{@item Carnelian|XDMG} (orange to red brown)"],["3","{@item Chalcedony|XDMG} (white)"],["4","{@item Chrysoprase|XDMG} (green)"],["5","{@item Citrine|XDMG} (pale yellow brown)"],["6","{@item Jasper|XDMG} (blue, black, or brown)"],["7","{@item Moonstone|XDMG} (white with pale-blue glow)"],["8","{@item Onyx|XDMG} (bands of black and white, or pure black or white)"],["9","{@item Quartz|XDMG} (white, smoky gray, or yellow)"],["10","{@item Sardonyx|XDMG} (bands of red and white)"],["11","{@item Star rose quartz|XDMG} (rosy stone with white star-shaped center)"],["12","{@item Zircon|XDMG} (pale blue green)"]],"name":"50 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"100 GP Gemstones","colLabels":["1d10","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Amber|XDMG} (watery gold to rich gold)"],["2","{@item Amethyst|XDMG} (deep purple)"],["3","{@item Chrysoberyl|XDMG} (yellow green to pale green)"],["4","{@item Coral|XDMG} (crimson)"],["5","{@item Garnet|XDMG} (red, brown green, or violet)"],["6","{@item Jade|XDMG} (light green, deep green, or white)"],["7","{@item Jet|XDMG} (deep black)"],["8","{@item Pearl|XDMG} (lustrous white, yellow, or pink)"],["9","{@item Spinel|XDMG} (red, red brown, or deep green)"],["10","{@item Tourmaline|XDMG} (pale green, blue, brown, or red)"]],"name":"100 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"500 GP Gemstones","colLabels":["1d6","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Alexandrite|XDMG} (dark green)"],["2","{@item Aquamarine|XDMG} (pale blue green)"],["3","{@item Black pearl|XDMG} (pure black)"],["4","{@item Blue spinel|XDMG} (deep blue)"],["5","{@item Peridot|XDMG} (rich olive green)"],["6","{@item Topaz|XDMG} (golden yellow)"]],"name":"500 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"1,000 GP Gemstones","colLabels":["1d8","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Black opal|XDMG} (dark green with black mottling and golden flecks)"],["2","{@item Blue sapphire|XDMG} (medium blue)"],["3","{@item Emerald|XDMG} (deep bright green)"],["4","{@item Fire opal|XDMG} (fiery red)"],["5","{@item Opal|XDMG} (pale blue with green and golden mottling)"],["6","{@item Star ruby|XDMG} (ruby with white star-shaped center)"],["7","{@item Star sapphire|XDMG} (blue sapphire with white star-shaped center)"],["8","{@item Yellow sapphire|XDMG} (fiery yellow or yellow green)"]],"name":"1,000 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"5,000 GP Gemstones","colLabels":["1d4","Stone"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Black sapphire|XDMG} (lustrous black with glowing highlights)"],["2","{@item Diamond|XDMG} (blue white, canary, pink, brown, or blue)"],["3","{@item Jacinth|XDMG} (fiery orange)"],["4","{@item Ruby|XDMG} (clear red to deep crimson)"]],"name":"5,000 GP Gemstones","page":214,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"25 GP Art Objects","colLabels":["1d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Silver ewer|XDMG}"],["2","{@item Carved bone statuette|XDMG}"],["3","{@item Gold bracelet|XDMG}"],["4","{@item Cloth-of-gold vestments|XDMG}"],["5","{@item Black velvet mask stitched with silver thread|XDMG}"],["6","{@item Copper chalice with silver filigree|XDMG}"],["7","{@item Pair of engraved bone dice|XDMG}"],["8","{@item Handheld mirror set in a painted wooden frame|XDMG}"],["9","{@item Embroidered silk handkerchief|XDMG}"],["10","{@item Gold locket with a painted portrait inside|XDMG}"]],"name":"25 GP Art Objects","page":215,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"250 GP Art Objects","colLabels":["1d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Gold ring set with bloodstones|XDMG}"],["2","{@item Carved ivory statuette|XDMG}"],["3","{@item Bejeweled gold bracelet|XDMG}"],["4","{@item Silver necklace with a gemstone pendant|XDMG}"],["5","{@item Bronze crown|XDMG}"],["6","{@item Silk vestments with gold embroidery|XDMG}"],["7","{@item Well-made tapestry that is 10 feet by 10 feet|XDMG}"],["8","{@item Brass mug with jade inlay|XDMG}"],["9","{@item Box of turquoise animal figurines|XDMG}"],["10","{@item Gold birdcage with electrum filigree|XDMG}"]],"name":"250 GP Art Objects","page":215,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"750 GP Art Objects","colLabels":["1d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Silver chalice set with moonstones|XDMG}"],["2","{@item Bundle of sheet music representing the lost dirges of a famous composer|XDMG}"],["3","{@item Carved wooden harp with ivory inlay and zircon gems|XDMG}"],["4","{@item Gold idol|XDMG}"],["5","{@item Gold comb shaped like a dragon with red garnets as eyes|XDMG}"],["6","{@item Bottle stopper cork embossed with gold leaf and set with amethysts|XDMG}"],["7","{@item Detailed, life-sized dragonborn skull cast in electrum|XDMG}"],["8","{@item Silver and gold brooch|XDMG}"],["9","{@item Obsidian statuette with gold fittings and inlay|XDMG}"],["10","{@item Painted gold war mask|XDMG}"]],"name":"750 GP Art Objects","page":215,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"2,500 GP Art Objects","colLabels":["1d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Fine gold chain set with a fire opal|XDMG}"],["2","{@item Old masterpiece painting|XDMG}"],["3","{@item Embroidered silk and velvet mantle set with numerous moonstones|XDMG}"],["4","{@item Platinum bracelet set with an emerald|XDMG}"],["5","{@item Embroidered glove set with jewel chips|XDMG}"],["6","{@item Jeweled anklet|XDMG}"],["7","{@item Gold music box|XDMG}"],["8","{@item Gold circlet set with four aquamarines|XDMG}"],["9","{@item Eye patch decorated with tiny blue sapphires and moonstones|XDMG}"],["10","A {@item necklace string of small pink pearls|XDMG}"]],"name":"2,500 GP Art Objects","page":215,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"7,500 GP Art Objects","colLabels":["1d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Jeweled gold crown|XDMG}"],["2","{@item Jeweled platinum ring|XDMG}"],["3","{@item Gold statuette set with rubies|XDMG}"],["4","{@item Gold cup set with emeralds|XDMG}"],["5","{@item Gold jewelry box with platinum filigree|XDMG}"],["6","{@item Set of gold nesting dolls|XDMG}"],["7","{@item Jade game board with gold playing pieces|XDMG}"],["8","{@item Bejeweled ivory drinking horn with gold filigree|XDMG}"],["9","{@item Gilded royal coach or funeral barge|XDMG}"],["10","{@item Ceremonial gold armor with black pearls|XDMG}"]],"name":"7,500 GP Art Objects","page":215,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item Categories","colLabels":["Category","Examples"],"colStyles":["col-3","col-9"],"rows":[["{@book Armor|XDMG|6|Armor}","{@item +1 Leather Armor|XDMG}, {@item +1 Shield|XDMG}"],["{@book Potions|XDMG|6|Potions}","{@item Potion of Healing|XDMG}"],["{@book Rings|XDMG|6|Rings}","{@item Ring of Invisibility|XDMG}"],["{@book Rods|XDMG|6|Rods}","{@item Immovable Rod|XDMG}"],["{@book Scrolls|XDMG|6|Scrolls}","{@item Spell Scroll|XDMG}"],["{@book Staffs|XDMG|6|Staffs}","{@item Staff of Striking|XDMG}"],["{@book Wands|XDMG|6|Wands}","{@item Wand of Fireballs|XDMG}"],["{@book Weapons|XDMG|6|Weapons}","{@item +1 Ammunition|XDMG}, {@item +1 Longsword|XDMG}"],["{@book Wondrous Items|XDMG|6|Wondrous Items}","{@item Bag of Holding|XDMG}, {@item Boots of Elvenkind|XDMG}"]],"name":"Magic Item Categories","page":216,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Potion Miscibility","colLabels":["1d100","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","Both potions lose their effects, and the mixture creates a magical explosion in a 5-foot-radius {@variantrule Sphere [Area of Effect]|XPHB|Sphere} centered on itself. Each creature in that area takes {@dice 4d10} Force damage."],["02–08","Both potions lose their effects, and the mixture becomes an ingested poison of your choice (see \"{@book Poison|XDMG|2|Poison}\" in {@book chapter 3|XDMG|2})."],["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. If a potion has no numerical effect and no duration, it instead loses its effect."],["36–90","Both potions work normally."],["91–99","Both potions work, but 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 effects are permanent. Choose the simplest effect to make permanent or the one that seems the most fun. For example, a {@item Potion of Healing|XDMG} might increase the drinker's Hit Point maximum by {@dice 2d4 + 2}, or a {@item Potion of Invisibility|XDMG} might give the drinker the {@condition Invisible|XPHB} condition indefinitely. At your discretion, a {@spell Dispel Magic|XPHB} spell or similar magic might end this lasting effect."]],"name":"Mixing Potions; Potion Miscibility","page":216,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item Rarities and Values","colLabels":["Rarity","Value*"],"colStyles":["col-6 text-center","col-6 text-right"],"rows":[["Common","100 GP"],["Uncommon","400 GP"],["Rare","4,000 GP"],["Very Rare","40,000 GP"],["Legendary","200,000 GP"],["Artifact","Priceless"]],"footnotes":["*Halve the value for a consumable item other than a {@item Spell Scroll|XDMG}. The value of a Spell Scroll is double what it costs to scribe the scroll (as specified in the {@book Player's Handbook|XPHB})."],"name":"Magic Item Values by Rarity; Magic Item Rarities and Values","page":217,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Items Awarded by Level","colLabels":["Character Level (Tier of Play)","Common Items","Uncommon Items","Rare Items","Very Rare Items","Legendary Items","All Items"],"colStyles":["col-1-8 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center","col-1-7 text-center"],"rows":[["1–4 (tier 1)","6","4","1","0","0","11"],["5–10 (tier 2)","10","17","6","1","0","34"],["11–16 (tier 3)","3","7","11","7","2","30"],["17–20 (tier 4)","0","0","5","11","9","25"],["{@b Total}","{@b 19}","{@b 28}","{@b 23}","{@b 19}","{@b 11}","{@b 100}"]],"name":"Magic Items Awarded by Level","page":218,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item Rarities","colLabelRows":[[{"type":"cellHeader","width":4,"entry":"{@dice 1d100} Roll","style":"th-skewer"}],["Levels 1–4","Levels 5–10","Levels 11–16","Levels 17–20","Item's Rarity"]],"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–54","01–30","01–11","—","Common"],["55–91","31–81","12–34","—","Uncommon"],["92–00","82–98","35–70","01–20","Rare"],["—","99–00","71–93","21–64","Very Rare"],["—","—","94–00","65–00","Legendary"]],"name":"Random Magic Item Rarity; Magic Item Rarities","page":218,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item Tools","colLabels":["Item Category","Required Tool"],"colStyles":["col-3","col-9"],"rows":[["Armor","{@item Leatherworker's Tools|XPHB}, {@item Smith's Tools|XPHB}, or {@item Weaver's Tools|XPHB} depending on the kind of armor as noted in the tools' descriptions"],["Potion","{@item Alchemist's Supplies|XPHB} or {@item Herbalism Kit|XPHB}"],["Ring","{@item Jeweler's Tools|XPHB}"],["Rod","{@item Woodcarver's Tools|XPHB}"],["Scroll","{@item Calligrapher's Supplies|XPHB}"],["Staff","{@item Woodcarver's Tools|XPHB}"],["Wand","{@item Woodcarver's Tools|XPHB}"],["Weapon","{@item Leatherworker's Tools|XPHB}, {@item Smith's Tools|XPHB}, or {@item Woodcarver's Tools|XPHB} depending on the kind of weapon as noted in the tools' descriptions"],["Wondrous Item","{@item Tinker's Tools|XPHB} or the tool required to make the nonmagical item on which the magic item is based"]],"name":"Magic Item Tools","page":220,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item Crafting Time and Cost","colLabels":["Item Rarity","Time*","Cost*"],"colStyles":["col-4","col-4 text-right","col-4 text-right"],"rows":[["Common","5 days","50 GP"],["Uncommon","10 days","200 GP"],["Rare","50 days","2,000 GP"],["Very Rare","125 days","20,000 GP"],["Legendary","250 days","100,000 GP"]],"footnotes":["*The time and cost are halved for a consumable item other than a {@item Spell Scroll|XDMG}, whose {@table Scribing Spell Scrolls; Spell Scroll Costs|XPHB|crafting time and cost} are given in the {@book Player's Handbook|XPHB}."],"name":"Magic Item Crafting Time and Cost","page":221,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item's Creator or Intended User","colLabels":["1d20","Creator or Intended User"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aberration. The item is ancient. At a glance, it seems to be covered with mucus."],["2","Celestial. The item is half the normal weight and inscribed with feathered wings, suns, and stars. Fiends find it repulsive."],["3","Devotees of Lolth. The item is half the normal weight. It is inscribed with spiders and webs in honor of Lolth."],["4","Dragon. This item incorporates precious metals and gems from a dragon's hoard. It grows warm when within 120 feet of a Dragon."],["5–6","Dwarf. The item is durable and has Dwarvish runes worked into its design. It might be associated with a clan that would like to see it returned to their ancestral halls."],["7","Elemental Air. The item is half the normal weight and feels hollow. If it's made of fabric, it is diaphanous."],["8","Elemental Earth. This item might be crafted from stone. Any cloth or leather elements are studded with finely polished rock."],["9","Elemental Fire. This item is warm to the touch, and any metal parts are crafted from black iron. Flame imagery covers its surface."],["10","Elemental Water. Lustrous fish scales replace leather or cloth on this item, and seashells and worked coral (as hard as any metal) replace metal portions."],["11–12","Elf. The item is half the normal weight. It is adorned with symbols of nature: leaves, vines, stars, and the like."],["13","Fey. The item is exquisitely crafted from the finest materials and glows with a pale radiance in moonlight, shedding {@variantrule Dim Light|XPHB} in a 5-foot radius. Any metal in the item is silver or mithral rather than iron or steel."],["14","Fiend. The item is made of iron or horn, and any cloth or leather components are crafted from the hide of Fiends. Leering faces or vile runes are engraved on its surface. Celestials find it repulsive."],["15","Giant. The item is larger than normal and was crafted by Giants for use by their smaller allies."],["16","Gnome. The item is crafted to appear ordinary and well used. It could also incorporate gears and mechanical components, even if these aren't essential to its function."],["17–19","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 language or symbols whose significance is lost to the ages."],["20","Undead. The item incorporates symbols of death, such as bones and skulls, and it might be crafted from parts of corpses. It feels cold to the touch."]],"name":"Magic Item Special Features; Magic Item's Creator or Intended User","page":222,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item's History","colLabels":["1d8","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 to oppose creatures of a particular type, such as Aberrations or Dragons."],["3","Heroic. A great hero once wielded this item. Anyone who knows the item's history expects great deeds from the new owner."],["4","Ornament. The item honors a special event. 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."],["6","Religious. This item was used in religious ceremonies dedicated to a particular deity. It has religious symbols worked into it."],["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."],["8","Symbol of Power. This item was once used as part of royal regalia or as a badge of high office."]],"name":"Magic Item Special Features; Magic Item's History","page":222,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item's Minor Property","colLabels":["1d20","Minor Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Beacon. You can take a Bonus Action to cause the item to shed {@variantrule Bright Light|XPHB} in a 10-foot radius and {@variantrule Dim Light|XPHB} for an additional 10 feet, or to extinguish the light."],["3","Compass. You can take a {@action Magic|XPHB} action to learn which way is magnetic north. Nothing happens if this property is used in a location that has no magnetic north."],["4","Delver. While underground, you always know the item's depth below the surface and the direction to the nearest staircase, ramp, or other path leading upward."],["5–6","Guardian. The item warns you, granting a +2 bonus to your {@variantrule Initiative|XPHB} rolls if you don't have the {@condition Incapacitated|XPHB} condition."],["7–8","Harmonious. Attuning to this item takes only 1 minute."],["9","Key. The item is used to unlock a container, chamber, vault, or door."],["10","Secret Message. A message is hidden somewhere on the item. It might be visible only at a certain time, under the light of one phase of the moon, or in a specific location."],["11–12","Sentinel. The DM chooses a kind of creature, such as mind flayers or trolls. This item glows faintly when such creatures are within 120 feet of it."],["13","Songcraft. Whenever this item is struck or is used to strike a foe, you hear a fragment of an ancient song."],["14–15","Strange Material. The item was created from a material that is bizarre given its purpose. Its durability is unaffected."],["16","Temperate. You are unharmed by temperatures of 0 degrees Fahrenheit or lower, and 100 degrees Fahrenheit or higher."],["17","Unbreakable. The item can't be broken. Special means must be used to destroy it."],["18","War Leader. You can take a {@action Magic|XPHB} action to cause your voice or signal to carry clearly for up to 600 feet until the end of your next turn."],["19","Waterborne. This item floats on water and other liquids. You have {@variantrule Advantage|XPHB} on Strength ({@skill Athletics|XPHB}) checks to swim."],["20","Roll twice, rerolling any additional 20s."]],"name":"Magic Item Special Features; Magic Item's Minor Property","page":222,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Magic Item's Quirk","colLabels":["1d8","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Blissful. You feel 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 you feel self-assured."],["3","Covetous. You become obsessed with material wealth."],["4","Fragile. The item crumbles, frays, chips, or cracks slightly when wielded, worn, or activated. This quirk has no effect on its properties."],["5","Loud. The item makes a loud noise—such as a clang, a shout, or a resonating gong—when used."],["6","Metamorphic. The item periodically alters its appearance in slight ways. You have no control over these minor alterations, which have no effect on the item's use."],["7","Painful. You experience a harmless flash of pain when using the item."],["8","Repulsive. You feel a sense of distaste when in contact with the item and continue to experience discomfort while bearing it."]],"name":"Magic Item Special Features; Magic Item's Quirk","page":222,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Minor Beneficial Properties","colLabels":["1d100","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 have Immunity to the {@condition Poisoned|XPHB} condition."],["31–40","While attuned to the Artifact, you have Immunity to the {@condition Charmed|XPHB} and {@condition Frightened|XPHB} conditions."],["41–50","While attuned to the Artifact, you have Resistance to one damage type of the DM's choice."],["51–60","While attuned to the Artifact, you can cast one cantrip (chosen by the DM) from it."],["61–70","While attuned to the Artifact, you can cast one level 1 spell (chosen by the DM) from it. After you cast the spell, roll {@dice 1d6}. On a roll of 1–5, you can't cast it again in this way until the next dawn."],["71–80","As 61–70 above, except the spell is level 2."],["81–90","As 61–70 above, except the spell is level 3."],["91–00","While attuned to the Artifact, you gain a +1 bonus to Armor Class."]],"name":"Artifact Properties; Minor Beneficial Properties","page":224,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Major Beneficial Properties","colLabels":["1d100","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 each of your turns if you have at least 1 Hit Point."],["31–40","When you hit with an attack roll while attuned to the Artifact, the target takes an extra {@dice 1d6} Force damage."],["41–50","While you're attuned to the Artifact, your Speed increases by 10 feet."],["51–60","While attuned to the Artifact, you can cast one level 4 spell (chosen by the DM) from it. After you cast the spell, roll {@dice 1d6}. On a roll of 1–5, you can't cast it again in this way until the next dawn."],["61–70","As 51–60 above, except the spell is level 5."],["71–80","As 51–60 above, except the spell is level 6."],["81–90","As 51–60 above, except the spell is level 7."],["91–00","While attuned to the Artifact, you have Immunity to the {@condition Blinded|XPHB}, {@condition Deafened|XPHB}, {@condition Petrified|XPHB}, and {@condition Stunned|XPHB} conditions."]],"name":"Artifact Properties; Major Beneficial Properties","page":224,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Minor Detrimental Properties","colLabels":["1d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–08","While attuned to the Artifact, you have Disadvantage on any ability check or saving throw that uses Strength or Constitution."],["09–16","While attuned to the Artifact, you have Disadvantage on Intelligence, Wisdom, and Charisma saving throws."],["17–24","While attuned to the Artifact, you have Vulnerability to Poison damage."],["25–32","While attuned to the Artifact, you have the {@condition Blinded|XPHB} condition when you're more than 10 feet away from it."],["33–40","While attuned to the Artifact, you have the {@condition Deafened|XPHB} condition when you're more than 10 feet away from it."],["41–48","While attuned to the Artifact, you lose all sense of smell."],["49–66","While you're attuned to the Artifact, your appearance changes as the DM decides."],["67–72","While attuned to the Artifact, you emit a sour stench noticeable from up to 10 feet away."],["73–76","Whenever you touch a nonmagical gem or an art object while attuned to this Artifact, the value of the gem or art object is reduced by half. This affects a particular object only once."],["77–80","While you're attuned to the Artifact, all {@item Holy Water|XPHB} within 10 feet of you is destroyed."],["81–84","While you're attuned to the Artifact, nonmagical flames are extinguished within 30 feet of you."],["85–88","While you're attuned to the Artifact, other creatures can't take Short or Long Rests while within 300 feet of you."],["89–92","While attuned to the Artifact, you kill any nonmagical vegetation you touch that isn't a creature."],["93–00","While you're attuned to the Artifact, Beasts within 30 feet of you that have a Challenge Rating of 6 or lower are {@variantrule Hostile [Attitude]|XPHB|Hostile} toward you."]],"name":"Artifact Properties; Minor Detrimental Properties","page":224,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Major Detrimental Properties","colLabels":["1d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–09","You can't attune to other magic items while you're attuned to the Artifact. When you become attuned to the Artifact, your Attunement to other magic items ends immediately."],["10–18","When you become attuned to the Artifact, a random one of your ability scores is reduced by 2, to a minimum of 3. A {@spell Greater Restoration|XPHB} spell restores the ability."],["19–27","When you become attuned to the Artifact, you take {@dice 8d10} Psychic damage."],["28–36","The first time you become attuned to the Artifact, it gives you a quest determined by the DM. You can't use any of the Artifact's properties until you complete the quest."],["37–45","Each time you become attuned to the Artifact, there is a 10 percent chance that you attract the attention of a god who sends an avatar to wrest the Artifact from you. The avatar has the same alignment as its creator and uses the {@creature Empyrean|XMM} stat block. Once it obtains the Artifact, the avatar vanishes."],["46–54","Each time you become attuned to the Artifact, you must succeed on a {@dc 10} Constitution saving throw or die from the shock. If you die, you're instantly transformed into a {@creature Wight|XMM} under the DM's control that must protect the Artifact."],["55–63","The Artifact dilutes potions within 10 feet of itself, rendering them nonmagical."],["64–72","The Artifact erases scrolls within 10 feet of itself, rendering them nonmagical."],["73–81","While you're attuned to the Artifact, creatures of a particular type other than Humanoid (chosen by the DM) are always {@variantrule Hostile [Attitude]|XPHB|Hostile} toward you."],["82–90","While attuned to the Artifact, you have Vulnerability to all damage."],["91–96","The Artifact imprisons a {@creature Death Slaad|XMM}. Each time you become attuned to the Artifact, the slaad has a 10 percent chance of escaping, whereupon it appears in an unoccupied space as close to you as possible and attacks you."],["97–00","While attuned to the Artifact, you can't spend Hit Point Dice or regain Hit Points."]],"name":"Artifact Properties; Major Detrimental Properties","page":224,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Sentient Item's Alignment","colLabels":["1d100","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–00","Chaotic Evil"]],"name":"Special Purpose; Sentient Item's Alignment","page":226,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Sentient Item's Communication","colLabels":["1d10","Communication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–6","The item communicates by transmitting emotion to the creature carrying or wielding it."],["7–9","The item speaks one or more languages."],["10","The item speaks one or more languages. In addition, the item can communicate telepathically with any creature that carries or wields it."]],"name":"Special Purpose; Sentient Item's Communication","page":226,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Sentient Item's Senses","colLabels":["1d4","Senses"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Hearing and standard vision out to 30 feet"],["2","Hearing and standard vision out to 60 feet"],["3","Hearing and standard vision out to 120 feet"],["4","Hearing and {@sense Darkvision|XPHB} out to 120 feet"]],"name":"Special Purpose; Sentient Item's Senses","page":226,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Sentient Item's Special Purpose","colLabels":["1d10","Special 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 thwart or destroy creatures of a particular type, such as Constructs, Fiends, or Undead."],["3","Creator Seeker. The item seeks its creator and wants to understand why it was created."],["4","Destiny Seeker. The item believes it and its bearer have key roles to play in future events."],["5","Destroyer. The item craves destruction and goads its user to fight arbitrarily."],["6","Glory Seeker. The item seeks renown as the greatest magic item in the world by winning fame or notoriety for its user."],["7","Lore Seeker. The item craves knowledge or is determined to solve a mystery, learn a secret, or unravel a cryptic prophecy."],["8","Protector. The item seeks to defend a particular kind of creature, such as elves or werewolves."],["9","Soulmate Seeker. The item seeks another sentient magic item, perhaps one that is similar to itself."],["10","Templar. The item seeks to defend the servants and interests of a particular deity."]],"name":"Sentient Item's Special Purpose","page":226,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Arcana - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Bead of Nourishment|XDMG}"],["03–04","{@item Bead of Refreshment|XDMG}"],["05–07","{@item Candle of the Deep|XDMG}"],["08–10","{@item Cloak of Billowing|XDMG}"],["11–13","{@item Cloak of Many Fashions|XDMG}"],["14–15","{@item Clothes of Mending|XDMG}"],["16–17","{@item Dark Shard Amulet|XDMG}"],["18–19","{@item Enduring Spellbook|XDMG}"],["20–21","{@item Ersatz Eye|XDMG}"],["22–24","{@item Hat of Vermin|XDMG}"],["25–27","{@item Hat of Wizardry|XDMG}"],["28–29","{@item Heward's Handy Spice Pouch|XDMG}"],["30–31","{@item Horn of Silent Alarm|XDMG}"],["32–33","{@item Instrument of Illusions|XDMG}"],["34–35","{@item Instrument of Scribing|XDMG}"],["36–37","{@item Lock of Trickery|XDMG}"],["38–40","{@item Mystery Key|XDMG}"],["41–42","{@item Orb of Direction|XDMG}"],["43–44","{@item Orb of Time|XDMG}"],["45–46","{@item Perfume of Bewitching|XDMG}"],["47–49","{@item Pipe of Smoke Monsters|XDMG}"],["50–52","{@item Potion of Climbing|XDMG}"],["53–55","{@item Potion of Comprehension|XDMG}"],["56–58","{@item Pot of Awakening|XDMG}"],["59–60","{@item Prosthetic Limb|XDMG}"],["61–64","{@item Rival Coin|XDMG}"],["65–66","{@item Rope of Mending|XDMG}"],["67–68","{@item Ruby of the War Mage|XDMG}"],["69–82","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Cantrip)|XDMG|cantrip} or {@item Spell Scroll (Level 1)|XDMG|level 1} spell)"],["83–84","{@item Staff of Adornment|XDMG}"],["85–86","{@item Staff of Birdcalls|XDMG}"],["87–89","{@item Staff of Flowers|XDMG}"],["90–92","{@item Talking Doll|XDMG}"],["93–94","{@item Tankard of Sobriety|XDMG}"],["95–97","{@item Wand of Conducting|XDMG}"],["98–00","{@item Wand of Pyrotechnics|XDMG}"]],"name":"Arcana - Common","page":326,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Arcana - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@item Amulet of Proof against Detection and Location|XDMG}"],["02","{@item Baba Yaga's Dancing Broom|XDMG}"],["03–05","{@item Bag of Holding|XDMG}"],["06–07","{@item Bag of Tricks|XDMG}"],["08","{@item Brooch of Shielding|XDMG}"],["09","{@item Broom of Flying|XDMG}"],["10","{@item Cap of Water Breathing|XDMG}"],["11","{@item Circlet of Blasting|XDMG}"],["12–13","{@item Cloak of Protection|XDMG}"],["14","{@item Cloak of the Manta Ray|XDMG}"],["15","{@item Decanter of Endless Water|XDMG}"],["16","{@item Deck of Illusions|XDMG}"],["17–18","{@item Driftglobe|XDMG}"],["19–20","{@item Dust of Disappearance|XDMG}"],["21","{@item Dust of Dryness|XDMG}"],["22","{@item Dust of Sneezing and Choking|XDMG}"],["23–24","{@item Elemental Gem|XDMG}"],["25","{@item Enspelled Staff|XDMG} (cantrip or level 1 spell)"],["26","{@item Eversmoking Bottle|XDMG}"],["27","{@item Eyes of Charming|XDMG}"],["28","{@item Eyes of Minute Seeing|XDMG}"],["29–30","{@item Figurine of Wondrous Power, Silver Raven|XDMG|Figurine of Wondrous Power (silver raven)}"],["31","{@item Gem of Brightness|XDMG}"],["32","{@item Hag Eye|XDMG}"],["33","{@item Hat of Disguise|XDMG}"],["34","{@item Headband of Intellect|XDMG}"],["35","{@item Helm of Comprehending Languages|XDMG}"],["36","{@item Helm of Telepathy|XDMG}"],["37","{@item Immovable Rod|XDMG}"],["38","{@item Lantern of Revealing|XDMG}"],["39","{@item Medallion of Thoughts|XDMG}"],["40","{@item Mithral Armor|XDMG}"],["41–42","{@item Necklace of Adaptation|XDMG}"],["43","{@item Oil of Slipperiness|XDMG}"],["44","{@item Pearl of Power|XDMG}"],["45","{@item Periapt of Health|XDMG}"],["46–47","{@item Philter of Love|XDMG}"],["48–49","{@item Potion of Animal Friendship|XDMG}"],["50–51","{@item Potion of Fire Breath|XDMG}"],["52–53","{@item Potion of Hill Giant Strength|XDMG|Potion of Giant Strength (hill)}"],["54–55","{@item Potion of Growth|XDMG}"],["56–57","{@item Potion of Poison|XDMG}"],["58–59","{@item Potion of Resistance|XDMG}"],["60–61","{@item Potion of Water Breathing|XDMG}"],["62","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Anchor|XDMG|anchor}, {@item Quaal's Feather Token, Fan|XDMG|fan}, or {@item Quaal's Feather Token, Tree|XDMG|tree})"],["63","{@item Ring of Mind Shielding|XDMG}"],["64–65","{@item Robe of Useful Items|XDMG}"],["66–67","{@item Rod of the Pact Keeper|XDMG}"],["68–69","{@item Rope of Climbing|XDMG}"],["70","{@item Saddle of the Cavalier|XDMG}"],["71–72","{@item Sending Stones|XDMG}"],["73–74","{@item Slippers of Spider Climbing|XDMG}"],["75–82","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 2)|XDMG|level 2} or {@item Spell Scroll (Level 3)|XDMG|level 3} spell)"],["83","{@item Staff of the Adder|XDMG}"],["84","{@item Staff of the Python|XDMG}"],["85–88","{@item Wand of Magic Detection|XDMG}"],["89–91","{@item Wand of Magic Missiles|XDMG}"],["92–93","{@item Wand of Secrets|XDMG}"],["94–95","{@item +1 Wand of the War Mage|XDMG|Wand of the War Mage, +1}"],["96–97","{@item Wand of Web|XDMG}"],["98–99","{@item Wind Fan|XDMG}"],["00","{@item Winged Boots|XDMG}"]],"name":"Arcana - Uncommon","page":326,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Arcana - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@item Bag of Beans|XDMG}"],["02–03","{@item Bead of Force|XDMG}"],["04","{@item Bowl of Commanding Water Elementals|XDMG}"],["05–06","{@item Bracers of Defense|XDMG}"],["07","{@item Brazier of Commanding Fire Elementals|XDMG}"],["08–09","{@item Cape of the Mountebank|XDMG}"],["10","{@item Censer of Controlling Air Elementals|XDMG}"],["11–12","{@item Chime of Opening|XDMG}"],["13–14","{@item Cloak of Displacement|XDMG}"],["15–16","{@item Cloak of the Bat|XDMG}"],["17","{@item Cube of Force|XDMG}"],["18","{@item Cube of Summoning|XDMG}"],["19","{@item Daern's Instant Fortress|XDMG}"],["20–21","{@item Enspelled Staff|XDMG} (level 2 or 3 spell)"],["22–23","{@item Figurine of Wondrous Power|XDMG} ({@item Figurine of Wondrous Power, Bronze Griffon|XDMG|bronze griffon}, {@item Figurine of Wondrous Power, Ebony Fly|XDMG|ebony fly}, {@item Figurine of Wondrous Power, Golden Lions|XDMG|golden lions}, {@item Figurine of Wondrous Power, Ivory Goats|XDMG|ivory goats}, {@item Figurine of Wondrous Power, Marble Elephant|XDMG|marble elephant}, {@item Figurine of Wondrous Power, Onyx Dog|XDMG|onyx dog}, or {@item Figurine of Wondrous Power, Serpentine Owl|XDMG|serpentine owl})"],["24–25","{@item Folding Boat|XDMG}"],["26–27","{@item Gem of Seeing|XDMG}"],["28","{@item Helm of Teleportation|XDMG}"],["29–30","{@item Heward's Handy Haversack|XDMG}"],["31–32","{@item Horseshoes of Speed|XDMG}"],["33–34","{@item Ioun Stone, Reserve|XDMG|Ioun Stone (reserve)}"],["35","{@item Iron Bands of Bilarro|XDMG}"],["36","{@item Mantle of Spell Resistance|XDMG}"],["37–38","{@item Necklace of Fireballs|XDMG}"],["39","{@item Oil of Etherealness|XDMG}"],["40","{@item Portable Hole|XDMG}"],["41–42","{@item Potion of Clairvoyance|XDMG}"],["43–44","{@item Potion of Diminution|XDMG}"],["45–46","{@item Potion of Gaseous Form|XDMG}"],["47","{@item Potion of Fire Giant Strength|XDMG|Potion of Giant Strength (fire)}"],["48–49","{@item Potion of Giant Strength|XDMG} ({@item Potion of Frost Giant Strength|XDMG|frost} or {@item Potion of Stone Giant Strength|XDMG|stone})"],["50–51","{@item Potion of Heroism|XDMG}"],["52–53","{@item Potion of Invisibility|XDMG}"],["54–55","{@item Potion of Invulnerability|XDMG}"],["56–57","{@item Potion of Mind Reading|XDMG}"],["58–59","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Bird|XDMG|bird}, {@item Quaal's Feather Token, Swan Boat|XDMG|swan boat}, or {@item Quaal's Feather Token, Whip|XDMG|whip})"],["60–61","{@item Ring of Feather Falling|XDMG}"],["62","{@item Ring of Spell Storing|XDMG}"],["63","{@item Ring of X-ray Vision|XDMG}"],["64–65","{@item Robe of Eyes|XDMG}"],["66","{@item Rod of Rulership|XDMG}"],["67–68","{@item +2 Rod of the Pact Keeper|XDMG|Rod of the Pact Keeper, +2}"],["69–70","{@item Scroll of Protection|XDMG}"],["71–75","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 4)|XDMG|level 4} or {@item Spell Scroll (Level 5)|XDMG|level 5} spell)"],["76–77","{@item Staff of Charming|XDMG}"],["78–79","{@item Staff of Swarming Insects|XDMG}"],["80–81","{@item Staff of Withering|XDMG}"],["82","{@item Stone of Controlling Earth Elementals|XDMG}"],["83–84","{@item Wand of Binding|XDMG}"],["85–86","{@item Wand of Fear|XDMG}"],["87–90","{@item Wand of Fireballs|XDMG}"],["91–94","{@item Wand of Lightning Bolts|XDMG}"],["95–96","{@item +2 Wand of the War Mage|XDMG|Wand of the War Mage, +2}"],["97–98","{@item Wand of Wonder|XDMG}"],["99–00","{@item Wings of Flying|XDMG}"]],"name":"Arcana - Rare","page":326,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Arcana - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Amulet of the Planes|XDMG}"],["03–04","{@item Bag of Devouring|XDMG}"],["05–06","{@item Carpet of Flying|XDMG}"],["07–08","{@item Cauldron of Rebirth|XDMG}"],["09–10","{@item Cloak of Arachnida|XDMG}"],["11–12","{@item Crystal Ball|XDMG}"],["13","{@item Dancing Sword|XDMG}"],["14","{@item Efreeti Bottle|XDMG}"],["15–16","{@item Enspelled Staff|XDMG} (level 4 or 5 spell)"],["17–18","{@item Figurine of Wondrous Power, Obsidian Steed|XDMG|Figurine of Wondrous Power (obsidian steed)}"],["19–20","{@item Hat of Many Spells|XDMG}"],["21–22","{@item Helm of Brilliance|XDMG}"],["23–24","{@item Horseshoes of a Zephyr|XDMG}"],["25–26","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Absorption|XDMG|absorption}, {@item Ioun Stone, Fortitude|XDMG|fortitude}, {@item Ioun Stone, Intellect|XDMG|intellect}, or {@item Ioun Stone, Leadership|XDMG|leadership})"],["27–28","{@item Manual of Golems|XDMG} ({@item Manual of Clay Golems|XDMG|clay}, {@item Manual of Flesh Golems|XDMG|flesh}, {@item Manual of Iron Golems|XDMG|iron}, or {@item Manual of Stone Golems|XDMG|stone})"],["29","{@item Mirror of Life Trapping|XDMG}"],["30–31","{@item Nolzur's Marvelous Pigments|XDMG}"],["32–34","{@item Oil of Sharpness|XDMG}"],["35–38","{@item Potion of Flying|XDMG}"],["39–42","{@item Potion of Cloud Giant Strength|XDMG|Potion of Giant Strength (cloud)}"],["43–46","{@item Potion of Greater Invisibility|XDMG}"],["47–49","{@item Potion of Longevity|XDMG}"],["50–53","{@item Potion of Speed|XDMG}"],["54–57","{@item Potion of Vitality|XDMG}"],["58–59","{@item Ring of Regeneration|XDMG}"],["60–61","{@item Ring of Shooting Stars|XDMG}"],["62–63","{@item Ring of Telekinesis|XDMG}"],["64–65","{@item Robe of Scintillating Colors|XDMG}"],["66–67","{@item Robe of Stars|XDMG}"],["68–69","{@item Rod of Absorption|XDMG}"],["70–71","{@item Rod of Security|XDMG}"],["72–73","{@item +3 Rod of the Pact Keeper|XDMG|Rod of the Pact Keeper, +3}"],["74–85","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 6)|XDMG|level 6}, {@item Spell Scroll (Level 7)|XDMG|level 7}, or {@item Spell Scroll (Level 8)|XDMG|level 8} spell)"],["86–87","{@item Staff of Fire|XDMG}"],["88–89","{@item Staff of Frost|XDMG}"],["90","{@item Staff of Power|XDMG}"],["91–92","{@item Staff of Thunder and Lightning|XDMG}"],["93–94","{@item Tome of Clear Thought|XDMG}"],["95–97","{@item Wand of Polymorph|XDMG}"],["98–00","{@item +3 Wand of the War Mage|XDMG|Wand of the War Mage, +3}"]],"name":"Arcana - Very Rare","page":326,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Arcana - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item Apparatus of Kwalish|XDMG}"],["05–08","{@item Cloak of Invisibility|XDMG}"],["09–12","{@item Crystal Ball of Mind Reading|XDMG}"],["13–16","{@item Crystal Ball of Telepathy|XDMG}"],["17–20","{@item Crystal Ball of True Seeing|XDMG}"],["21–22","{@item Cubic Gate|XDMG}"],["23","{@item Deck of Many Things|XDMG}"],["24–27","{@item Enspelled Staff|XDMG} (level 6, 7, or 8 spell)"],["28–31","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Greater Absorption|XDMG|greater absorption}, {@item Ioun Stone, Mastery|XDMG|mastery}, or {@item Ioun Stone, Regeneration|XDMG|regeneration})"],["32–33","{@item Iron Flask|XDMG}"],["34–41","{@item Potion of Storm Giant Strength|XDMG|Potion of Storm Giant Strength (storm)}"],["42–45","{@item Ring of Djinni Summoning|XDMG}"],["46–49","{@item Ring of Elemental Command|XDMG} ({@item Ring of Elemental Command (Air)|XDMG|air}, {@item Ring of Elemental Command (Earth)|XDMG|earth}, {@item Ring of Elemental Command (Fire)|XDMG|fire}, or {@item Ring of Elemental Command (Water)|XDMG|water})"],["50–53","{@item Ring of Invisibility|XDMG}"],["54–57","{@item Ring of Spell Turning|XDMG}"],["58","{@item Ring of Three Wishes|XDMG}"],["59","{@item Robe of the Archmagi|XDMG}"],["60–61","{@item Scroll of Titan Summoning|XDMG}"],["62–65","{@item Sovereign Glue|XDMG}"],["66–83","{@item Spell Scroll (Level 9)|XDMG|Spell Scroll (level 9} spell)"],["84","{@item Sphere of Annihilation|XDMG}"],["85","{@item Staff of the Magi|XDMG}"],["86–88","{@item Talisman of the Sphere|XDMG}"],["89–92","{@item Tome of the Stilled Tongue|XDMG}"],["93–96","{@item Universal Solvent|XDMG}"],["97–00","{@item Well of Many Worlds|XDMG}"]],"name":"Arcana - Legendary","page":326,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Armaments - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–10","{@item Armor of Gleaming|XDMG}"],["11–20","{@item Cast-Off Armor|XDMG}"],["21–30","{@item Dread Helm|XDMG}"],["31–40","{@item Moon-Touched Sword|XDMG}"],["41–50","{@item Shield of Expression|XDMG}"],["51–60","{@item Silvered Weapon|XDMG}"],["61–70","{@item Smoldering Armor|XDMG}"],["71–80","{@item Sylvan Talon|XDMG}"],["81–90","{@item Veteran's Cane|XDMG}"],["91–00","{@item Walloping Ammunition|XDMG}"]],"name":"Armaments - Common","page":328,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Armaments - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item Adamantine Armor|XDMG}"],["05–08","{@item Adamantine Weapon|XDMG}"],["09–13","{@item +1 Ammunition|XDMG|Ammunition, +1}"],["14–18","{@item Bracers of Archery|XDMG}"],["19–23","{@item Enspelled Armor|XDMG} (cantrip or level 1 spell)"],["24–28","{@item Enspelled Weapon|XDMG} (cantrip or level 1 spell)"],["29–33","{@item Gauntlets of Ogre Power|XDMG}"],["34–38","{@item Javelin of Lightning|XDMG}"],["39–43","{@item Mariner's Armor|XDMG}"],["44–48","{@item Mithral Armor|XDMG}"],["49–53","{@item Potion of Hill Giant Strength|XDMG|Potion of Giant Strength (hill)}"],["54–58","{@item Potion of Pugilism|XDMG}"],["59–62","{@item Quiver of Ehlonna|XDMG}"],["63–66","{@item Saddle of the Cavalier|XDMG}"],["67–71","{@item Sentinel Shield|XDMG}"],["72–76","{@item +1 Shield|XDMG|Shield, +1}"],["77–81","{@item Sword of Vengeance|XDMG}"],["82–85","{@item Trident of Fish Command|XDMG}"],["86–90","{@item +1 Weapon|XDMG|Weapon, +1}"],["91–95","{@item Weapon of Warning|XDMG}"],["96–00","{@item +1 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +1}"]],"name":"Armaments - Uncommon","page":328,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Armaments - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item +2 Ammunition|XDMG|Ammunition, +2}"],["04–07","{@item +1 Armor|XDMG|Armor, +1}"],["08–10","{@item Armor of Resistance|XDMG}"],["11–13","{@item Armor of Vulnerability|XDMG}"],["14–15","{@item Arrow-Catching Shield|XDMG}"],["16–18","{@item Belt of Hill Giant Strength|XDMG|Belt of Giant Strength (hill)}"],["19–20","{@item Berserker Axe|XDMG}"],["21–22","{@item Daern's Instant Fortress|XDMG}"],["23–25","{@item Dagger of Venom|XDMG}"],["26–28","{@item Dragon Slayer|XDMG}"],["29–31","{@item Elven Chain|XDMG}"],["32–34","{@item Enspelled Armor|XDMG} (level 2 or 3 spell)"],["35–37","{@item Enspelled Weapon|XDMG} (level 2 or 3 spell)"],["38–40","{@item Flame Tongue|XDMG}"],["41–43","{@item Giant Slayer|XDMG}"],["44–46","{@item Horn of Blasting|XDMG}"],["47–48","{@item Horn of Valhalla|XDMG} ({@item Horn of Valhalla, Brass|XDMG|brass} or {@item Horn of Valhalla, Silver|XDMG|silver})"],["49–51","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Protection|XDMG|protection})"],["52–54","{@item Mace of Disruption|XDMG}"],["55–57","{@item Mace of Smiting|XDMG}"],["58–60","{@item Mace of Terror|XDMG}"],["61–63","{@item Potion of Fire Giant Strength|XDMG|Potion of Giant Strength (fire)}"],["64–66","{@item Potion of Giant Strength|XDMG} ({@item Potion of Frost Giant Strength|XDMG|frost} or {@item Potion of Stone Giant Strength|XDMG|stone})"],["67–69","{@item Potion of Heroism|XDMG}"],["70–72","{@item Potion of Invulnerability|XDMG}"],["73–75","{@item Ring of Protection|XDMG}"],["76–78","{@item Ring of the Ram|XDMG}"],["79–81","{@item +2 Shield|XDMG|Shield, +2}"],["82–84","{@item Shield of Missile Attraction|XDMG}"],["85–86","{@item Sun Blade|XDMG}"],["87–88","{@item Sword of Life Stealing|XDMG}"],["89–90","{@item Sword of Wounding|XDMG}"],["91–92","{@item Tentacle Rod|XDMG}"],["93–94","{@item Vicious Weapon|XDMG}"],["95–97","{@item +2 Weapon|XDMG|Weapon, +2}"],["98–00","{@item +2 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +2}"]],"name":"Armaments - Rare","page":328,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Armaments - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item +3 Ammunition|XDMG|Ammunition, +3}"],["04–06","{@item Ammunition of Slaying|XDMG}"],["07–09","{@item Animated Shield|XDMG}"],["10–12","{@item +2 Armor|XDMG|Armor, +2}"],["13–14","{@item Belt of Fire Giant Strength|XDMG|Belt of Giant Strength (fire)}"],["15–17","{@item Belt of Giant Strength|XDMG} ({@item Belt of Frost Giant Strength|XDMG|frost} or {@item Belt of Stone Giant Strength|XDMG|stone})"],["18–19","{@item Dancing Sword|XDMG}"],["20–22","{@item Demon Armor|XDMG}"],["23–25","{@item Dragon Scale Mail|XDMG}"],["26–28","{@item Dwarven Plate|XDMG}"],["29–31","{@item Dwarven Thrower|XDMG}"],["32–34","{@item Energy Bow|XDMG}"],["35–37","{@item Enspelled Armor|XDMG} (level 4 or 5 spell)"],["38–40","{@item Enspelled Weapon|XDMG} (level 4 or 5 spell)"],["41–43","{@item Executioner's Axe|XDMG}"],["44–46","{@item Frost Brand|XDMG}"],["47–49","{@item Horn of Valhalla, Bronze|XDMG|Horn of Valhalla (bronze)}"],["50–52","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Strength|XDMG|strength})"],["53–55","{@item Lute of Thunderous Thumping|XDMG}"],["56–58","{@item Manual of Gainful Exercise|XDMG}"],["59–61","{@item Nine Lives Stealer|XDMG}"],["62–64","{@item Oathbow|XDMG}"],["65–68","{@item Oil of Sharpness|XDMG}"],["69–72","{@item Potion of Cloud Giant Strength|XDMG|Potion of Giant Strength (cloud)}"],["73–75","{@item Quarterstaff of the Acrobat|XDMG}"],["76–78","{@item Scimitar of Speed|XDMG}"],["79–82","{@item +3 Shield|XDMG|Shield, +3}"],["83–85","{@item Shield of the Cavalier|XDMG}"],["86–88","{@item Spellguard Shield|XDMG}"],["89–91","{@item Sword of Sharpness|XDMG}"],["92–94","{@item Thunderous Greatclub|XDMG}"],["95–97","{@item +3 Weapon|XDMG|Weapon, +3}"],["98–00","{@item +3 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +3}"]],"name":"Armaments - Very Rare","page":328,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Armaments - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","{@item +3 Armor|XDMG|Armor, +3}"],["07–12","{@item Armor of Invulnerability|XDMG}"],["13–18","{@item Belt of Cloud Giant Strength|XDMG|Belt of Giant Strength (cloud)}"],["19–21","{@item Belt of Storm Giant Strength|XDMG|Belt of Giant Strength (storm)}"],["22–27","{@item Defender|XDMG}"],["28–33","{@item Efreeti Chain|XDMG}"],["34–39","{@item Enspelled Armor|XDMG} (level 6, 7, or 8 spell)"],["40–45","{@item Enspelled Weapon|XDMG} (level 6, 7, or 8 spell)"],["46–51","{@item Hammer of Thunderbolts|XDMG}"],["52–56","{@item Holy Avenger|XDMG}"],["57–62","{@item Horn of Valhalla, Iron|XDMG|Horn of Valhalla (iron)}"],["63–68","{@item Luck Blade|XDMG}"],["69–72","{@item Moonblade|XDMG}"],["73–78","{@item Plate Armor of Etherealness|XDMG}"],["79–87","{@item Potion of Storm Giant Strength|XDMG|Potion of Giant Strength (storm)}"],["88–90","{@item Rod of Lordly Might|XDMG}"],["91–95","{@item Sword of Answering|XDMG}"],["96–00","{@item Vorpal Sword|XDMG}"]],"name":"Armaments - Legendary","page":328,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Implements - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Bead of Nourishment|XDMG}"],["03–04","{@item Bead of Refreshment|XDMG}"],["05–06","{@item Boots of False Tracks|XDMG}"],["07–08","{@item Candle of the Deep|XDMG}"],["09–10","{@item Charlatan's Die|XDMG}"],["11–13","{@item Cloak of Many Fashions|XDMG}"],["14–15","{@item Clockwork Amulet|XDMG}"],["16–17","{@item Ear Horn of Hearing|XDMG}"],["18–19","{@item Ersatz Eye|XDMG}"],["20–21","{@item Heward's Handy Spice Pouch|XDMG}"],["22–23","{@item Horn of Silent Alarm|XDMG}"],["24–25","{@item Instrument of Illusions|XDMG}"],["26–27","{@item Instrument of Scribing|XDMG}"],["28–29","{@item Lock of Trickery|XDMG}"],["30–32","{@item Moon-Touched Sword|XDMG}"],["33–34","{@item Mystery Key|XDMG}"],["35–36","{@item Orb of Direction|XDMG}"],["37–38","{@item Orb of Time|XDMG}"],["39–40","{@item Perfume of Bewitching|XDMG}"],["41–42","{@item Pipe of Smoke Monsters|XDMG}"],["43–44","{@item Pole of Angling|XDMG}"],["45–46","{@item Pole of Collapsing|XDMG}"],["47–52","{@item Potion of Climbing|XDMG}"],["53–58","{@item Potion of Comprehension|XDMG}"],["59–74","{@item Potion of Healing|XDMG}"],["75–76","{@item Prosthetic Limb|XDMG}"],["77–78","{@item Rope of Mending|XDMG}"],["79–80","{@item Staff of Birdcalls|XDMG}"],["81–82","{@item Sylvan Talon|XDMG}"],["83–84","{@item Talking Doll|XDMG}"],["85–86","{@item Tankard of Sobriety|XDMG}"],["87–90","{@item Veteran's Cane|XDMG}"],["91–92","{@item Walloping Ammunition|XDMG}"],["93–94","{@item Wand of Conducting|XDMG}"],["95–97","{@item Wand of Enemy Detection|XDMG}"],["98–00","{@item Wand of Pyrotechnics|XDMG}"]],"name":"Implements - Common","page":329,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Implements - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Alchemy Jug|XDMG}"],["03–06","{@item +1 Ammunition|XDMG|Ammunition, +1}"],["07–10","{@item Bag of Holding|XDMG}"],["11–12","{@item Boots of Elvenkind|XDMG}"],["13–14","{@item Boots of Striding and Springing|XDMG}"],["15–16","{@item Boots of the Winterlands|XDMG}"],["17–18","{@item Broom of Flying|XDMG}"],["19–20","{@item Cap of Water Breathing|XDMG}"],["21–22","{@item Cloak of Elvenkind|XDMG}"],["23–24","{@item Cloak of Protection|XDMG}"],["25–26","{@item Cloak of the Manta Ray|XDMG}"],["27","{@item Decanter of Endless Water|XDMG}"],["28–30","{@item Driftglobe|XDMG}"],["31–32","{@item Dust of Disappearance|XDMG}"],["33–34","{@item Dust of Dryness|XDMG}"],["35–36","{@item Dust of Sneezing and Choking|XDMG}"],["37–38","{@item Enspelled Weapon|XDMG} (cantrip or level 1 spell)"],["39–40","{@item Eyes of Minute Seeing|XDMG}"],["41–42","{@item Eyes of the Eagle|XDMG}"],["43–44","{@item Gloves of Missile Snaring|XDMG}"],["45–46","{@item Gloves of Swimming and Climbing|XDMG}"],["47–48","{@item Gloves of Thievery|XDMG}"],["49–50","{@item Goggles of Night|XDMG}"],["51","{@item Hag Eye|XDMG}"],["52–54","{@item Helm of Comprehending Languages|XDMG}"],["55","{@item Immovable Rod|XDMG}"],["56–57","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Doss Lute|XDMG|Doss lute}, {@item Instrument of the Bards, Fochlucan Bandore|XDMG|Fochlucan bandore}, or {@item Instrument of the Bards, Mac-Fuirmidh Cittern|XDMG|Mac-Fuirmidh cittern})"],["58–59","{@item Lantern of Revealing|XDMG}"],["60–61","{@item Nature's Mantle|XDMG}"],["62–63","{@item Oil of Slipperiness|XDMG}"],["64–65","{@item Pipes of Haunting|XDMG}"],["66–67","{@item Pipes of the Sewers|XDMG}"],["68–71","{@item Potion of Growth|XDMG}"],["72–80","{@item Potion of Greater Healing|XDMG|Potion of Healing (greater)}"],["81–84","{@item Potion of Water Breathing|XDMG}"],["85–86","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Anchor|XDMG|anchor}, {@item Quaal's Feather Token, Fan|XDMG|fan}, or {@item Quaal's Feather Token, Tree|XDMG|tree})"],["87–88","{@item Ring of Jumping|XDMG}"],["89–90","{@item Ring of Swimming|XDMG}"],["91–92","{@item Ring of Warmth|XDMG}"],["93–94","{@item Robe of Useful Items|XDMG}"],["95–96","{@item Rope of Climbing|XDMG}"],["97–98","{@item Stone of Good Luck|XDMG}"],["99–00","{@item Wand of Secrets|XDMG}"]],"name":"Implements - Uncommon","page":329,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Implements - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item +2 Ammunition|XDMG|Ammunition, +2}"],["05–08","{@item Bag of Beans|XDMG}"],["09–12","{@item Belt of Dwarvenkind|XDMG}"],["13–16","{@item Boots of Levitation|XDMG}"],["17–20","{@item Boots of Speed|XDMG}"],["21–24","{@item Chime of Opening|XDMG}"],["25–28","{@item Dimensional Shackles|XDMG}"],["29–32","{@item Enspelled Weapon|XDMG} (level 2 or 3 spell)"],["33–36","{@item Folding Boat|XDMG}"],["37–40","{@item Glamoured Studded Leather|XDMG}"],["41–44","{@item Heward's Handy Haversack|XDMG}"],["45–48","{@item Horseshoes of Speed|XDMG}"],["49–52","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Canaith Mandolin|XDMG|Canaith mandolin} or {@item Instrument of the Bards, Cli Lyre|XDMG|Cli lyre})"],["53–56","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Awareness|XDMG|awareness})"],["57–60","{@item Portable Hole|XDMG}"],["61–64","{@item Potion of Diminution|XDMG}"],["65–68","{@item Potion of Gaseous Form|XDMG}"],["69–76","{@item Potion of Superior Healing|XDMG|Potion of Healing (superior)}"],["77–80","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Bird|XDMG|bird}, {@item Quaal's Feather Token, Swan Boat|XDMG|swan boat}, or {@item Quaal's Feather Token, Whip|XDMG|whip})"],["81–84","{@item Ring of Evasion|XDMG}"],["85–88","{@item Ring of Free Action|XDMG}"],["89–92","{@item Rope of Entanglement|XDMG}"],["93–96","{@item Staff of Healing|XDMG}"],["97–00","{@item Wand of Enemy Detection|XDMG}"]],"name":"Implements - Rare","page":329,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Implements - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–07","{@item +3 Ammunition|XDMG|Ammunition, +3}"],["08–14","{@item Bag of Devouring|XDMG}"],["15–21","{@item Carpet of Flying|XDMG}"],["22–28","{@item Enspelled Weapon|XDMG} (level 4 or 5 spell)"],["29–35","{@item Horseshoes of a Zephyr|XDMG}"],["36–42","{@item Instrument of the Bards, Anstruth Harp|XDMG|Instrument of the Bards (Anstruth harp)}"],["43–49","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Agility|XDMG|agility})"],["50–56","{@item Lute of Thunderous Thumping|XDMG}"],["57–63","{@item Manual of Quickness of Action|XDMG}"],["64–70","{@item Nolzur's Marvelous Pigments|XDMG}"],["71–77","{@item Potion of Flying|XDMG}"],["78–86","{@item Potion of Supreme Healing|XDMG|Potion of Healing (supreme)}"],["87–93","{@item Potion of Speed|XDMG}"],["94–00","{@item Tome of Leadership and Influence|XDMG}"]],"name":"Implements - Very Rare","page":329,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Implements - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–17","{@item Enspelled Weapon|XDMG} (level 6, 7, or 8 spell)"],["18–34","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Ollamh Harp|XDMG|Ollamh harp})"],["35–54","{@item Sovereign Glue|XDMG}"],["55–70","{@item Sphere of Annihilation|XDMG}"],["71–83","{@item Talisman of the Sphere|XDMG}"],["84–00","{@item Universal Solvent|XDMG}"]],"name":"Implements - Legendary","page":329,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Relics - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–08","{@item Ear Horn of Hearing|XDMG}"],["09–28","{@item Potion of Healing|XDMG}"],["29–36","{@item Pot of Awakening|XDMG}"],["37–44","{@item Ruby of the War Mage|XDMG}"],["45–52","{@item Shield of Expression|XDMG}"],["53–60","{@item Smoldering Armor|XDMG}"],["61–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Cantrip)|XDMG|cantrip} or {@item Spell Scroll (Level 1)|XDMG|level 1} spell)"],["81–90","{@item Staff of Adornment|XDMG}"],["91–00","{@item Staff of Flowers|XDMG}"]],"name":"Relics - Common","page":330,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Relics - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","{@item Enspelled Staff|XDMG} (cantrip or level 1 spell)"],["06–10","{@item Keoghtom's Ointment|XDMG}"],["11–15","{@item Mariner's Armor|XDMG}"],["16–20","{@item Nature's Mantle|XDMG}"],["21–25","{@item Pearl of Power|XDMG}"],["26–30","{@item Periapt of Health|XDMG}"],["31–35","{@item Periapt of Wound Closure|XDMG}"],["36–40","{@item Potion of Animal Friendship|XDMG}"],["41–55","{@item Potion of Greater Healing|XDMG|Potion of Healing (greater)}"],["56–60","{@item Potion of Resistance|XDMG}"],["61–65","{@item Ring of Water Walking|XDMG}"],["66–70","{@item Sending Stones|XDMG}"],["71–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 2)|XDMG|level 2} or {@item Spell Scroll (Level 3)|XDMG|level 3} spell)"],["81–85","{@item Staff of the Adder|XDMG}"],["86–90","{@item Staff of the Python|XDMG}"],["91–95","{@item Wand of Magic Detection|XDMG}"],["96–00","{@item +1 Wand of the War Mage|XDMG|Wand of the War Mage, +1}"]],"name":"Relics - Uncommon","page":330,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Relics - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item Amulet of Health|XDMG}"],["04–07","{@item +1 Armor|XDMG|Armor, +1}"],["08–09","{@item Bowl of Commanding Water Elementals|XDMG}"],["10–11","{@item Brazier of Commanding Fire Elementals|XDMG}"],["12–13","{@item Censer of Controlling Air Elementals|XDMG}"],["14–16","{@item Elixir of Health|XDMG}"],["17–19","{@item Enspelled Staff|XDMG} (level 2 or 3 spell)"],["20–22","{@item Horn of Blasting|XDMG}"],["23–25","{@item Horn of Valhalla|XDMG} ({@item Horn of Valhalla, Brass|XDMG|brass} or {@item Horn of Valhalla, Silver|XDMG|silver})"],["26–28","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Reserve|XDMG|reserve} or {@item Ioun Stone, Sustenance|XDMG|sustenance})"],["29–31","{@item Mace of Disruption|XDMG}"],["32–34","{@item Mace of Smiting|XDMG}"],["35–37","{@item Mace of Terror|XDMG}"],["38–40","{@item Necklace of Prayer Beads|XDMG}"],["41–43","{@item Periapt of Proof against Poison|XDMG}"],["44–51","{@item Potion of Superior Healing|XDMG|Potion of Healing (superior)}"],["52–54","{@item Ring of Animal Influence|XDMG}"],["55–58","{@item Ring of Resistance|XDMG}"],["59–61","{@item Ring of Spell Storing|XDMG}"],["62–65","{@item Scroll of Protection|XDMG}"],["66–73","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 4)|XDMG|level 4} or {@item Spell Scroll (Level 5)|XDMG|level 5} spell)"],["74–76","{@item Staff of Charming|XDMG}"],["77–79","{@item Staff of Healing|XDMG}"],["80–82","{@item Staff of Swarming Insects|XDMG}"],["83–85","{@item Staff of the Woodlands|XDMG}"],["86–88","{@item Staff of Withering|XDMG}"],["89–90","{@item Stone of Controlling Earth Elementals|XDMG}"],["91–93","{@item Tentacle Rod|XDMG}"],["94–96","{@item Wand of Paralysis|XDMG}"],["97–00","{@item +2 Wand of the War Mage|XDMG|Wand of the War Mage, +2}"]],"name":"Relics - Rare","page":330,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Relics - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","{@item +2 Armor|XDMG|Armor, +2}"],["06–10","{@item Candle of Invocation|XDMG}"],["11–15","{@item Cauldron of Rebirth|XDMG}"],["16–20","{@item Enspelled Staff|XDMG} (level 4 or 5 spell)"],["21–25","{@item Horn of Valhalla, Bronze|XDMG|Horn of Valhalla (bronze)}"],["26–30","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Insight|XDMG|insight})"],["31–35","{@item Manual of Bodily Health|XDMG}"],["36–43","{@item Potion of Supreme Healing|XDMG|Potion of Healing (supreme)}"],["44–50","{@item Potion of Vitality|XDMG}"],["51–55","{@item Rod of Alertness|XDMG}"],["56–65","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 6)|XDMG|level 6}, {@item Spell Scroll (Level 7)|XDMG|level 7}, or {@item Spell Scroll (Level 8)|XDMG|level 8} spell)"],["66–70","{@item Spirit Board|XDMG}"],["71–75","{@item Staff of Fire|XDMG}"],["76–80","{@item Staff of Frost|XDMG}"],["81–85","{@item Staff of Striking|XDMG}"],["86–90","{@item Staff of Thunder and Lightning|XDMG}"],["91–95","{@item Tome of Understanding|XDMG}"],["96–00","{@item +3 Wand of the War Mage|XDMG|Wand of the War Mage, +3}"]],"name":"Relics - Very Rare","page":330,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Relics - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–08","{@item Armor of Invulnerability|XDMG}"],["09–18","{@item +3 Armor|XDMG|Armor, +3}"],["19–27","{@item Enspelled Staff|XDMG} (level 6, 7, or 8 spell)"],["28–36","{@item Holy Avenger|XDMG}"],["37–45","{@item Horn of Valhalla, Iron|XDMG|Horn of Valhalla (iron)}"],["46–54","{@item Rod of Resurrection|XDMG}"],["55–63","{@item Scarab of Protection|XDMG}"],["64–72","{@item Scroll of Titan Summoning|XDMG}"],["73–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 9)|XDMG|level 9} spell)"],["81–90","{@item Talisman of Pure Good|XDMG}"],["91–00","{@item Talisman of Ultimate Evil|XDMG}"]],"name":"Relics - Legendary","page":330,"source":"XDMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"caption":"Facility Space","colLabels":["Space","Maximum Area"],"colStyles":["col-3","col-9"],"rows":[["Cramped","4 squares"],["Roomy","16 squares"],["Vast","36 squares"]],"name":"Facility Space","page":335,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"colLabels":["Facility Space","Cost","Time Required"],"colStyles":["col-4","col-4 text-right","col-4 text-right"],"rows":[["Cramped","500 GP","20 days"],["Roomy","1,000 GP","45 days"],["Vast","3,000 GP","125 days"]],"name":"Adding Basic Facilities","page":335,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"colLabels":["Space Increase","Cost","Time Required"],"colStyles":["col-4","col-4 text-right","col-4 text-right"],"rows":[["Cramped to Roomy","500 GP","25 days"],["Roomy to Vast","2,000 GP","80 days"]],"name":"Enlarging Basic Facilities","page":335,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"caption":"Special Facility Acquisition","colLabels":["Level","Special Facilities"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["5","2"],["9","4"],["13","5"],["17","6"]],"name":"Special Facilities; Special Facility Acquisition","page":335,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"caption":"Special Facilities","colLabels":["Level","Special Facility","Prerequisite","Order"],"colStyles":["col-1 text-center","col-2","col-7","col-2"],"rows":[["5","{@facility Arcane Study|XDMG}","Ability to use an {@item Arcane Focus|XPHB} or a tool as a {@variantrule Spellcasting Focus|XPHB}","Craft"],["5","{@facility Armory|XDMG}","None","Trade"],["5","{@facility Barrack|XDMG}","None","Recruit"],["5","{@facility Garden|XDMG}","None","Harvest"],["5","{@facility Library|XDMG}","None","Research"],["5","{@facility Sanctuary|XDMG}","Ability to use a {@item Holy Symbol|XPHB} or {@item Druidic Focus|XPHB} as a {@variantrule Spellcasting Focus|XPHB}","Craft"],["5","{@facility Smithy|XDMG}","None","Craft"],["5","{@facility Storehouse|XDMG}","None","Trade"],["5","{@facility Workshop|XDMG}","None","Craft"],["9","{@facility Gaming Hall|XDMG}","None","Trade"],["9","{@facility Greenhouse|XDMG}","None","Harvest"],["9","{@facility Laboratory|XDMG}","None*","Craft"],["9","{@facility Sacristy|XDMG}","Ability to use a {@item Holy Symbol|XPHB} or {@item Druidic Focus|XPHB} as a {@variantrule Spellcasting Focus|XPHB}","Craft"],["9","{@facility Scriptorium|XDMG}","None*","Craft"],["9","{@facility Stable|XDMG}","None","Trade"],["9","{@facility Teleportation Circle|XDMG}","None","Recruit"],["9","{@facility Theater|XDMG}","None","Empower"],["9","{@facility Training Area|XDMG}","None","Empower"],["9","{@facility Trophy Room|XDMG}","None","Research"],["13","{@facility Archive|XDMG}","None","Research"],["13","{@facility Meditation Chamber|XDMG}","None","Empower"],["13","{@facility Menagerie|XDMG}","None","Recruit"],["13","{@facility Observatory|XDMG}","Ability to use a {@variantrule Spellcasting Focus|XPHB}","Empower"],["13","{@facility Pub|XDMG}","None","Research"],["13","{@facility Reliquary|XDMG}","Ability to use a {@item Holy Symbol|XPHB} or {@item Druidic Focus|XPHB} as a {@variantrule Spellcasting Focus|XPHB}","Harvest"],["17","{@facility Demiplane|XDMG}","Ability to use an {@item Arcane Focus|XPHB} or a tool as a {@variantrule Spellcasting Focus|XPHB}","Empower"],["17","{@facility Guildhall|XDMG}","Expertise in a skill","Recruit"],["17","{@facility Sanctum|XDMG}","Ability to use a {@item Holy Symbol|XPHB} or {@item Druidic Focus|XPHB} as a {@variantrule Spellcasting Focus|XPHB}","Empower"],["17","{@facility War Room|XDMG}","Fighting Style feature or Unarmored Defense feature","Recruit"]],"footnotes":["*Certain orders that can be issued to these facilities have additional prerequisites."],"name":"Special Facility Descriptions; Special Facilities","page":336,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"caption":"Bastion Events","colLabels":["1d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–50","{@book All Is Well|XDMG|7|All Is Well}"],["51–55","{@book Attack|XDMG|7|Attack}"],["56–58","{@book Criminal Hireling|XDMG|7|Criminal Hireling}"],["59–63","{@book Extraordinary Opportunity|XDMG|7|Extraordinary Opportunity}"],["64–72","{@book Friendly Visitors|XDMG|7|Friendly Visitors}"],["73–76","{@book Guest|XDMG|7|Guest}"],["77–79","{@book Lost Hirelings|XDMG|7|Lost Hirelings}"],["80–83","{@book Magical Discovery|XDMG|7|Magical Discovery}"],["84–91","{@book Refugees|XDMG|7|Refugees}"],["92–98","{@book Request for Aid|XDMG|7|Request for Aid}"],["99–00","{@book Treasure|XDMG|7|Chapter 7: Treasure}"]],"name":"Bastion Events","page":350,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"colLabels":["1d8","Details"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Accident reports are way down."],["2","The leak in the roof has been fixed."],["3","No vermin infestations to report."],["4","You-Know-Who lost their spectacles again."],["5","One of your hirelings adopted a stray dog."],["6","You received a lovely letter from a friend."],["7","Some practical joker has been putting rotten eggs in people's boots."],["8","Someone thought they saw a ghost."]],"name":"All Is Well","page":350,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"colLabels":["1d4","Guest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The guest is an individual of great renown who stays for 7 days. At the end of their stay, the guest gives you a letter of recommendation (see \"{@book Marks of Prestige|XDMG|2|Marks of Prestige}\" in {@book chapter 3|XDMG|2})."],["2","The guest requests sanctuary while avoiding persecution for their beliefs or crimes. They depart 7 days later, but not before offering you a gift of {@dice 1d6 × 100} GP."],["3","The guest is a mercenary, giving you one additional Bastion Defender. The guest doesn't require a facility to house them, and they stay until you send them away or they're killed."],["4","The guest is a {@variantrule Friendly [Attitude]|XPHB|Friendly} monster, such as a brass dragon or a treant. If your Bastion is attacked while this monster is your guest, it defends your Bastion, and you lose no Bastion Defenders. The monster leaves after it defends your Bastion once or when you send it away."]],"name":"Guest","page":352,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"colLabels":["1d100","Treasure"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–40","Roll on the 25 GP {@book Art Objects|XDMG|6|25 GP Art Objects} table."],["41–63","Roll on the 250 GP {@book Art Objects|XDMG|6|250 GP Art Objects} table."],["64–73","Roll on the 750 GP {@book Art Objects|XDMG|6|750 GP Art Objects} table."],["74–75","Roll on the 2,500 GP {@book Art Objects|XDMG|6|2,500 GP Art Objects} table."],["76–90","Roll on a Common Magic Items table of your choice ({@book Arcana|XDMG|6|Arcana—Common}, {@book Armaments|XDMG|6|Armaments—Common}, {@book Implements|XDMG|6|Implements—Common}, or {@book Relics|XDMG|6|Relics—Common})."],["91–98","Roll on an Uncommon Magic Items table of your choice ({@book Arcana|XDMG|6|Arcana—Uncommon}, {@book Armaments|XDMG|6|Armaments—Uncommon}, {@book Implements|XDMG|6|Implements—Uncommon}, or {@book Relics|XDMG|6|Relics—Uncommon})."],["99–00","Roll on a Rare Magic Items table of your choice ({@book Arcana|XDMG|6|Arcana—Rare}, {@book Armaments|XDMG|6|Armaments—Rare}, {@book Implements|XDMG|6|Implements—Rare}, or {@book Relics|XDMG|6|Relics—Rare})."]],"name":"Treasure","page":352,"source":"XDMG","chapter":{"name":"Bastions","ordinal":{"type":"chapter","identifier":8},"index":7}},{"caption":"Improvising Damage","colLabels":["Dice","Examples"],"colStyles":["col-2 text-center","col-10"],"rows":[["{@damage 1d10}","Burned by coals, hit by a falling bookcase, pricked by a poison needle"],["{@damage 2d10}","Struck by lightning, stumbling into a firepit"],["{@damage 4d10}","Hit by falling rubble in a collapsing tunnel, tumbling into a vat of acid"],["{@damage 10d10}","Crushed by compacting walls, hit by whirling steel blades, wading through lava"],["{@damage 18d10}","Submerged in lava, hit by a crashing flying fortress"],["{@damage 24d10}","Tumbling into a vortex of fire on the Elemental Plane of Fire, crushed in the jaws of a godlike creature or a moon-sized monster"]],"name":"Tables; Improvising Damage","source":"XScreen"},{"caption":"Damage Severity and Level","colLabels":["Character Levels","Nuisance","Deadly"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["1–4","5 ({@damage 1d10})","11 ({@damage 2d10})"],["5–10","11 ({@damage 2d10})","22 ({@damage 4d10})"],["11–16","22 ({@damage 4d10})","55 ({@damage 10d10})"],["17–20","55 ({@damage 10d10})","99 ({@damage 18d10})"]],"name":"Tables; Damage Severity and Level","source":"XScreen"},{"caption":"Actions","colLabels":["Action","Summary"],"colStyles":["col-2","col-10"],"rows":[["{@action Attack|XPHB}","Attack with a weapon or an {@variantrule Unarmed Strike|XPHB}."],["{@action Dash|XPHB}","For the rest of the turn, give yourself extra movement equal to your {@variantrule Speed|XPHB}."],["{@action Disengage|XPHB}","Your movement doesn't provoke {@action Opportunity Attack|XPHB|Opportunity Attacks} for the rest of the turn."],["{@action Dodge|XPHB}","Until the start of your next turn, attack rolls against you have {@variantrule Disadvantage|XPHB}, and you make Dexterity saving throws with {@variantrule Advantage|XPHB}. You lose this benefit if you have the {@condition Incapacitated|XPHB} condition or if your {@variantrule Speed|XPHB} is 0."],["{@action Help|XPHB}","Help another creature's ability check or attack roll, or administer first aid."],["{@action Hide|XPHB}","Make a Dexterity ({@skill Stealth|XPHB}) check."],["{@action Influence|XPHB}","Make a Charisma ({@skill Deception|XPHB}, {@skill Intimidation|XPHB}, {@skill Performance|XPHB}, or {@skill Persuasion|XPHB}) or Wisdom ({@skill Animal Handling|XPHB|}) check to alter a creature's attitude."],["{@action Magic|XPHB}","Cast a spell, use a magic item, or use a magical feature."],["{@action Ready|XPHB}","Prepare to take an action in response to a trigger you define."],["{@action Search|XPHB}","Make a Wisdom ({@skill Insight|XPHB}, {@skill Medicine|XPHB}, {@skill Perception|XPHB}, or {@skill Survival|XPHB}) check."],["{@action Study|XPHB}","Make an Intelligence ({@skill Arcana|XPHB}, {@skill History|XPHB}, {@skill Investigation|XPHB}, {@skill Nature|XPHB}, or {@skill Religion|XPHB}) check."],["{@action Utilize|XPHB}","Use a nonmagical object."]],"footnotes":["{@i See the Player's Handbook rules glossary for full action definitions}"],"name":"Tables; Actions","source":"XScreen"},{"caption":"Skills","colLabels":["Skill","Ability"],"colStyles":["col-6","col-6"],"rows":[["{@skill Acrobatics|XPHB}","Dexterity"],["{@skill Animal Handling|XPHB}","Wisdom"],["{@skill Arcana|XPHB}","Intelligence"],["{@skill Athletics|XPHB}","Strength"],["{@skill Deception|XPHB}","Charisma"],["{@skill History|XPHB}","Intelligence"],["{@skill Insight|XPHB}","Wisdom"],["{@skill Intimidation|XPHB}","Charisma"],["{@skill Investigation|XPHB}","Intelligence"],["{@skill Medicine|XPHB}","Wisdom"],["{@skill Nature|XPHB}","Intelligence"],["{@skill Perception|XPHB}","Wisdom"],["{@skill Performance|XPHB}","Charisma"],["{@skill Persuasion|XPHB}","Charisma"],["{@skill Religion|XPHB}","Intelligence"],["{@skill Sleight of Hand|XPHB}","Dexterity"],["{@skill Stealth|XPHB}","Dexterity"],["{@skill Survival|XPHB}","Wisdom"]],"name":"Tables; Skills","source":"XScreen"},{"caption":"Object Armor Class","colLabels":["AC","Substance"],"colStyles":["col-2 text-center","col-10"],"rows":[["11","Cloth, paper, rope"],["13","Crystal, glass, ice"],["15","Wood"],["17","Stone"],["19","Iron, steel"],["21","Mithral"],["23","Adamantine"]],"name":"Tables; Object Armor Class","source":"XScreen"},{"caption":"Object Hit Points","colLabels":["Size","Fragile","Resilient"],"colStyles":["col-6","col-3","col-3"],"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, dining table)","5 ({@dice 1d10})","27 ({@dice 5d10})"]],"name":"Tables; Object Hit Points","source":"XScreen"},{"caption":"Food, Drink, and Lodging","colLabels":["Item","Cost"],"colStyles":["col-8","col-4 text-right"],"rows":[["{@item Ale (mug)|XPHB}","4 CP"],["{@item Bread (loaf)|XPHB}","2 CP"],["{@item Cheese (wedge)|XPHB}","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 Meal}",""],{"type":"row","style":"row-indent-first","row":["Squalid","1 CP"]},{"type":"row","style":"row-indent-first","row":["Poor","2 CP"]},{"type":"row","style":"row-indent-first","row":["Modest","1 SP"]},{"type":"row","style":"row-indent-first","row":["Comfortable","2 SP"]},{"type":"row","style":"row-indent-first","row":["Wealthy","3 SP"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","6 SP"]},["{@i Wine (bottle)}",""],{"type":"row","style":"row-indent-first","row":["{@item Common Wine (bottle)|XPHB|Common}","2 SP"]},{"type":"row","style":"row-indent-first","row":["{@item Fine Wine (bottle)|XPHB|Fine}","10 GP"]}],"name":"Tables; Food, Drink, and Lodging","source":"XScreen"},{"caption":"Typical Difficulty Classes","colLabels":["Task Difficulty","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Very easy","5"],["Easy","10"],["Medium","15"],["Hard","20"],["Very hard","25"],["Nearly impossible","30"]],"name":"Tables; Typical Difficulty Classes","source":"XScreen"},{"caption":"Light Sources","colLabels":["Source","Bright Light","Dim Light","Duration"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@item Candle|XPHB}","5 feet","+5 feet","1 hour"],["{@item Lamp|XPHB}","15 feet","+30 feet","6 hours"],["{@item Bullseye Lantern|XPHB|Lantern, Bullseye}","60-foot {@variantrule Cone [Area of Effect]|XPHB|Cone}","+60 feet","6 hours"],["{@item Hooded Lantern|XPHB|Lantern, Hooded}","30 feet (none with hood lowered)","+30 feet (5 feet with hood lowered)","6 hours"],["{@item Torch|XPHB}","20 feet","+20 feet","1 hour"]],"name":"Tables; Light Sources","source":"XScreen"},{"caption":"Obscured Areas","colLabels":["Obscureness","Effect","Examples"],"colStyles":["col-3","col-5","col-4"],"rows":[["{@variantrule Lightly Obscured|XPHB}","Creatures have {@variantrule Disadvantage|XPHB} on Wisdom ({@skill Perception|XPHB}) checks that rely on sight","{@variantrule Dim Light|XPHB}, patchy fog, moderate foliage"],["{@variantrule Heavily Obscured|XPHB}","Creatures have the {@condition Blinded|XPHB} condition","{@variantrule Darkness|XPHB}, heavy fog, dense foliage"]],"name":"Tables; Obscured Areas","source":"XScreen"},{"caption":"Travel Pace","colLabelRows":[["",{"type":"cellHeader","width":3,"entry":"Distance Traveled Per...","style":"th-skewer"},""],["Pace","Minute","Hour","Day","Effect"]],"colStyles":["col-2","col-2","col-2","col-2","col-4"],"rows":[["Fast","400 feet","4 miles","30 miles","{@variantrule Disadvantage|XPHB} on Wisdom ({@skill Perception|XPHB} or {@skill Survival|XPHB}) and Dexterity ({@skill Stealth|XPHB}) checks"],["Normal","300 feet","3 miles","24 miles","{@variantrule Disadvantage|XPHB} on Dexterity ({@skill Stealth|XPHB}) checks"],["Slow","200 feet","2 miles","18 miles","{@variantrule Advantage|XPHB} on Wisdom ({@skill Perception|XPHB} or {@skill Survival|XPHB}) checks"]],"name":"Tables; Travel Pace","source":"XScreen"},{"caption":"Travel Terrain","colLabels":["Terrain","Maximum Pace","Encounter Distance","Foraging DC","Navigation DC","Search DC"],"colStyles":["col-2","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["Arctic","Fast*","{@dice 6d6 × 10} feet","20","10","10"],["Coastal","Normal","{@dice 2d10 × 10} feet","10","5","15"],["Desert","Normal","{@dice 6d6 × 10} feet","20","10","10"],["Forest","Normal","{@dice 2d8 × 10} feet","10","15","15"],["Grassland","Fast","{@dice 6d6 × 10} feet","15","5","15"],["Hill","Normal","{@dice 2d10 × 10} feet","15","10","15"],["Mountain","Slow","{@dice 4d10 × 10} feet","20","15","20"],["Swamp","Slow","{@dice 2d8 × 10} feet","10","15","20"],["Underdark","Normal","{@dice 2d6 × 10} feet","20","10","20"],["Urban","Normal","{@dice 2d6 × 10} feet","20","15","15"],["Waterborne","Special†","{@dice 6d6 × 10} feet","15","10","15"]],"footnotes":["*Appropriate equipment (such as skis) is necessary to keep up a Fast pace in Arctic terrain.","†Characters' rate of travel while waterborne depends on the vehicle carrying them."],"name":"Tables; Travel Terrain","source":"XScreen"},{"caption":"Cover","colLabels":["Cover Degree","Benefit to Target"],"colStyles":["col-3","col-9"],"rows":[["Half Cover","+2 bonus to AC and Dexterity saving throws"],["Three-Quarters Cover","+5 bonus to AC and Dexterity saving throws"],["Total Cover","Can't be targeted directly"]],"name":"Tables; Cover","source":"XScreen"},{"caption":"Audible Distance","colLabels":["Noise","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"]],"name":"Tables; Audible Distance","source":"XScreen"},{"caption":"Visibility Outdoors","colLabels":["Conditions","Distance"],"colStyles":["col-6","col-6"],"rows":[["Clear day, no obstructions","2 miles (40 miles from a height)"],["Rain ({@variantrule Lightly Obscured|XPHB})","1 mile"],["Fog ({@variantrule Lightly Obscured|XPHB})","100 to 300 feet"]],"name":"Tables; Visibility Outdoors","source":"XScreen"},{"caption":"Hit Dice by Size","colLabels":["Monster Size","Hit Die","Average HP per Die"],"colStyles":["col-4 text-center","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":"Parts of a Stat Block; Hit Dice by Size","page":6,"source":"XMM","chapter":{"name":"Introduction","index":0}},{"caption":"Experience Points by Challenge Rating","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":"Experience Points by Challenge Rating","page":8,"source":"XMM","chapter":{"name":"Introduction","index":0}},{"caption":"Proficiency Bonus by Challenge Rating","colLabels":["CR","PB"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["0–4","+2"],["5–8","+3"],["9–12","+4"],["13–16","+5"],["17–20","+6"],["21–24","+7"],["25–28","+8"],["29–30","+9"]],"name":"Proficiency Bonus by Challenge Rating","page":8,"source":"XMM","chapter":{"name":"Introduction","index":0}},{"caption":"Stat Block Conversions","colLabels":["2014 Stat Block","2025 Equivalent"],"colStyles":["col-6","col-6"],"rows":[["{@creature Aarakocra|MM}","{@creature Aarakocra Skirmisher|XMM}"],["{@creature Acolyte|MM}","{@creature Priest Acolyte|XMM}"],["{@creature Adult Blue Dracolich|MM}","{@creature Dracolich|XMM}"],["{@creature Androsphinx|MM}","{@creature Sphinx of Valor|XMM}"],["{@creature Azer|MM}","{@creature Azer Sentinel|XMM}"],["{@creature Bugbear|MM}","{@creature Bugbear Warrior|XMM}"],["{@creature Bullywug|MM}","{@creature Bullywug Warrior|XMM}"],["{@creature Centaur|MM}","{@creature Centaur Trooper|XMM}"],["{@creature Cult Fanatic|MM}","{@creature Cultist Fanatic|XMM}"],["{@creature Cyclops|MM}","{@creature Cyclops Sentry|XMM}"],["{@creature Deep Gnome (Svirfneblin)|MM|Deep Gnome}","{@creature Scout|XMM}"],["{@creature Drow|MM}","{@creature Priest Acolyte|XMM}"],["{@creature Drow Elite Warrior|MM}","{@creature Gladiator|XMM}"],["{@creature Drow Mage|MM}","{@creature Bandit Deceiver|XMM}"],["{@creature Drow Priestess of Lolth|MM}","{@creature Fiend Cultist|XMM}"],["{@creature Duergar|MM}","{@creature Spy|XMM}"],["{@creature Duodrone|MM}","{@creature Modron Duodrone|XMM}"],["{@creature Faerie Dragon (Green)|MM|Faerie Dragon (if green, blue, indigo, or violet)}","{@creature Faerie Dragon Adult|XMM}"],["{@creature Faerie Dragon (Red)|MM|Faerie Dragon (if red, orange, or yellow)}","{@creature Faerie Dragon Youth|XMM}"],["{@creature Fire Snake|MM}","{@creature Salamander Fire Snake|XMM}"],["{@creature Flying Sword|MM}","{@creature Animated Flying Sword|XMM}"],["{@creature Gas Spore|MM}","{@creature Gas Spore Fungus|XMM}"],["{@creature Giant Poisonous Snake|MM}","{@creature Giant Venomous Snake|XMM}"],["{@creature Gnoll|MM}","{@creature Gnoll Warrior|XMM}"],["{@creature Goblin|MM}","{@creature Goblin Warrior|XMM}"],["{@creature Grick Alpha|MM}","{@creature Grick Ancient|XMM}"],["{@creature Gynosphinx|MM}","{@creature Sphinx of Lore|XMM}"],["{@creature Half-Ogre (Ogrillon)|MM}","{@creature Ogrillon Ogre|XMM}"],["{@creature Half-Red Dragon Veteran|MM}","{@creature Half-Dragon|XMM}"],["{@creature Hobgoblin|MM}","{@creature Hobgoblin Warrior|XMM}"],["{@creature Kobold|MM}","{@creature Kobold Warrior|XMM}"],["{@creature Lizardfolk|MM}","{@creature Scout|XMM}"],["{@creature Lizardfolk Shaman|MM}","{@creature Lizardfolk Geomancer|XMM}"],["{@creature Lizard King|MM}/{@creature Lizard Queen|MM|Queen}","{@creature Lizardfolk Sovereign|XMM}"],["{@creature Merfolk|MM}","{@creature Merfolk Skirmisher|XMM}"],["{@creature Minotaur|MM}","{@creature Minotaur of Baphomet|XMM}"],["{@creature Monodrone|MM}","{@creature Modron Monodrone|XMM}"],["{@creature Orc|MM}","{@creature Tough|XMM}"],["{@creature Orc Eye of Gruumsh|MM}","{@creature Cultist Fanatic|XMM}"],["{@creature Orc War Chief|MM}","{@creature Tough Boss|XMM}"],["{@creature Orog|MM}","{@creature Berserker|XMM}"],["{@creature Pentadrone|MM}","{@creature Modron Pentadrone|XMM}"],["{@creature Poisonous Snake|MM}","{@creature Venomous Snake|XMM}"],["{@creature Quadrone|MM}","{@creature Modron Quadrone|XMM}"],["{@creature Quaggoth Spore Servant|MM}","{@creature Myconid Spore Servant|XMM}"],["{@creature Quipper|MM}","{@creature Piranha|XMM}"],["{@creature Rug of Smothering|MM}","{@creature Animated Rug of Smothering|XMM}"],["{@creature Sahuagin|MM}","{@creature Sahuagin Warrior|XMM}"],["{@creature Sahuagin Priestess|MM}","{@creature Sahuagin Priest|XMM}"],["{@creature Shrieker|MM}","{@creature Shrieker Fungus|XMM}"],["{@creature Swarm of Poisonous Snakes|MM}","{@creature Swarm of Venomous Snakes|XMM}"],["{@creature Swarm of Quippers|MM}","{@creature Swarm of Piranhas|XMM}"],["{@creature Thri-kreen|MM}","{@creature Thri-kreen Marauder|XMM}"],["{@creature Thug|MM}","{@creature Tough|XMM}"],["{@creature Tribal Warrior|MM}","{@creature Warrior Infantry|XMM}"],["{@creature Tridrone|MM}","{@creature Modron Tridrone|XMM}"],["{@creature Veteran|MM}","{@creature Warrior Veteran|XMM}"],["{@creature Young Red Shadow Dragon|MM}","{@creature Shadow Dragon|XMM}"],["{@creature Yuan-ti Pureblood|MM}","{@creature Yuan-ti Infiltrator|XMM}"]],"name":"Monster Conversions; Stat Block Conversions","page":374,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Any Habitat Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Commoner|XMM}, {@creature Crawling Claw|XMM}, {@creature Homunculus|XMM}"],["1/8","{@creature Bandit|XMM}, {@creature Cultist|XMM}, {@creature Guard|XMM}, {@creature Noble|XMM}, {@creature Warrior Infantry|XMM}"],["1/4","{@creature Priest Acolyte|XMM}"],["1/2","{@creature Performer|XMM}, {@creature Scout|XMM}, {@creature Tough|XMM}"],["1","{@creature Empyrean Iota|XMM}, {@creature Imp|XMM}, {@creature Pirate|XMM}, {@creature Spy|XMM}"],["2","{@creature Bandit Captain|XMM}, {@creature Berserker|XMM}, {@creature Cultist Fanatic|XMM}, {@creature Druid|XMM}, {@creature Mage Apprentice|XMM}, {@creature Priest|XMM}"],["3","{@creature Knight|XMM}, {@creature Scout Captain|XMM}, {@creature Swarm of Crawling Claws|XMM}, {@creature Warrior Veteran|XMM}"],["4","{@creature Banshee|XMM}, {@creature Guard Captain|XMM}, {@creature Helmed Horror|XMM}, {@creature Tough Boss|XMM}"],["5","{@creature Cambion|XMM}, {@creature Flesh Golem|XMM}, {@creature Gladiator|XMM}, {@creature Half-Dragon|XMM}"],["6","{@creature Mage|XMM}, {@creature Performer Maestro|XMM}, {@creature Pirate Captain|XMM}"],["7","{@creature Bandit Deceiver|XMM}"],["8","{@creature Aberrant Cultist|XMM}, {@creature Assassin|XMM}, {@creature Berserker Commander|XMM}, {@creature Death Cultist|XMM}, {@creature Elemental Cultist|XMM}, {@creature Fiend Cultist|XMM}"],["10","{@creature Cultist Hierophant|XMM}, {@creature Noble Prodigy|XMM}, {@creature Performer Legend|XMM}, {@creature Spy Master|XMM}, {@creature Stone Golem|XMM}, {@creature Warrior Commander|XMM}"],["11","{@creature Bandit Crime Lord|XMM}, {@creature Death Knight Aspirant|XMM}"],["12","{@creature Archmage|XMM}, {@creature Archpriest|XMM}, {@creature Pirate Admiral|XMM}, {@creature Questing Knight|XMM}"],["16","{@creature Iron Golem|XMM}"],["17","{@creature Death Knight|XMM}, {@creature Dracolich|XMM}"],["18","{@creature Demilich|XMM}"],["21","{@creature Arch-hag|XMM}, {@creature Lich|XMM}"],["23","{@creature Blob of Annihilation|XMM}, {@creature Empyrean|XMM}"],["25","{@creature Colossus|XMM}"]],"name":"Monsters by Habitat; Any Habitat Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Arctic Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Hawk|XMM}, {@creature Owl|XMM}"],["1/8","{@creature Blood Hawk|XMM}, {@creature Kobold Warrior|XMM}"],["1/4","{@creature Axe Beak|XMM}, {@creature Giant Owl|XMM}, {@creature Winged Kobold|XMM}"],["1/2","{@creature Ice Mephit|XMM}"],["1","{@creature Brown Bear|XMM}, {@creature Ogrillon Ogre|XMM}"],["2","{@creature Griffon|XMM}, {@creature Ogre|XMM}, {@creature Polar Bear|XMM}, {@creature Saber-Toothed Tiger|XMM}, {@creature White Dragon Wyrmling|XMM}"],["3","{@creature Manticore|XMM}, {@creature Winter Wolf|XMM}, {@creature Yeti|XMM}"],["5","{@creature Giant Axe Beak|XMM}, {@creature Troll|XMM}, {@creature Werebear|XMM}, {@creature Young Remorhaz|XMM}"],["6","{@creature Mammoth|XMM}, {@creature Young White Dragon|XMM}"],["8","{@creature Frost Giant|XMM}"],["9","{@creature Abominable Yeti|XMM}"],["11","{@creature Remorhaz|XMM}, {@creature Roc|XMM}"],["13","{@creature Adult White Dragon|XMM}"],["20","{@creature Ancient White Dragon|XMM}"]],"name":"Monsters by Habitat; Arctic Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Coastal Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Crab|XMM}, {@creature Eagle|XMM}, {@creature Hawk|XMM}, {@creature Lizard|XMM}"],["1/8","{@creature Blood Hawk|XMM}, {@creature Giant Crab|XMM}, {@creature Kobold Warrior|XMM}, {@creature Merfolk Skirmisher|XMM}, {@creature Venomous Snake|XMM}"],["1/4","{@creature Giant Lizard|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Giant Wolf Spider|XMM}, {@creature Kuo-toa|XMM}, {@creature Pseudodragon|XMM}, {@creature Pteranodon|XMM}, {@creature Winged Kobold|XMM}"],["1/2","{@creature Crocodile|XMM}, {@creature Sahuagin Warrior|XMM}"],["1","{@creature Giant Eagle|XMM}, {@creature Giant Toad|XMM}, {@creature Harpy|XMM}, {@creature Kuo-toa Whip|XMM}"],["2","{@creature Bronze Dragon Wyrmling|XMM}, {@creature Griffon|XMM}, {@creature Merrow|XMM}, {@creature Plesiosaurus|XMM}, {@creature Sahuagin Priest|XMM}, {@creature Sea Hag|XMM}, {@creature Swarm of Venomous Snakes|XMM}"],["3","{@creature Blue Dragon Wyrmling|XMM}, {@creature Kuo-toa Monitor|XMM}, {@creature Manticore|XMM}"],["4","{@creature Chuul|XMM}"],["5","{@creature Giant Crocodile|XMM}, {@creature Sahuagin Baron|XMM}, {@creature Water Elemental|XMM}"],["6","{@creature Cyclops Sentry|XMM}, {@creature Kuo-toa Archpriest|XMM}, {@creature Merfolk Wavebender|XMM}"],["8","{@creature Hydra|XMM}, {@creature Young Bronze Dragon|XMM}"],["9","{@creature Young Blue Dragon|XMM}"],["10","{@creature Cyclops Oracle|XMM}"],["11","{@creature Djinni|XMM}, {@creature Marid|XMM}, {@creature Roc|XMM}"],["13","{@creature Storm Giant|XMM}"],["15","{@creature Adult Bronze Dragon|XMM}"],["16","{@creature Adult Blue Dragon|XMM}"],["17","{@creature Dragon Turtle|XMM}"],["22","{@creature Ancient Bronze Dragon|XMM}"],["23","{@creature Ancient Blue Dragon|XMM}"]],"name":"Monsters by Habitat; Coastal Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Desert Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Cat|XMM}, {@creature Hyena|XMM}, {@creature Jackal|XMM}, {@creature Lizard|XMM}, {@creature Scorpion|XMM}, {@creature Spider|XMM}, {@creature Vulture|XMM}"],["1/8","{@creature Camel|XMM}, {@creature Flying Snake|XMM}, {@creature Kobold Warrior|XMM}, {@creature Mule|XMM}, {@creature Stirge|XMM}, {@creature Venomous Snake|XMM}"],["1/4","{@creature Constrictor Snake|XMM}, {@creature Giant Lizard|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Giant Wolf Spider|XMM}, {@creature Pseudodragon|XMM}, {@creature Winged Kobold|XMM}"],["1/2","{@creature Dust Mephit|XMM}, {@creature Gnoll Warrior|XMM}, {@creature Hobgoblin Warrior|XMM}, {@creature Jackalwere|XMM}, {@creature Swarm of Insects|XMM}"],["1","{@creature Brass Dragon Wyrmling|XMM}, {@creature Death Dog|XMM}, {@creature Giant Hyena|XMM}, {@creature Giant Spider|XMM}, {@creature Giant Vulture|XMM}, {@creature Lion|XMM}, {@creature Ogrillon Ogre|XMM}, {@creature Sphinx of Wonder|XMM}, {@creature Thri-kreen Marauder|XMM}, {@creature Yuan-ti Infiltrator|XMM}"],["2","{@creature Giant Constrictor Snake|XMM}, {@creature Gnoll Pack Lord|XMM}, {@creature Ogre|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Swarm of Venomous Snakes|XMM}"],["3","{@creature Blue Dragon Wyrmling|XMM}, {@creature Giant Scorpion|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Mummy|XMM}, {@creature Phase Spider|XMM}, {@creature Wight|XMM}, {@creature Yuan-ti Malison (Type 1)|XMM}/{@creature Yuan-ti Malison (Type 2)|XMM}/{@creature Yuan-ti Malison (Type 3)|XMM}"],["4","{@creature Couatl|XMM}, {@creature Gnoll Fang of Yeenoghu|XMM}, {@creature Lamia|XMM}, {@creature Weretiger|XMM}"],["5","{@creature Air Elemental|XMM}, {@creature Fire Elemental|XMM}"],["6","{@creature Cyclops Sentry|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Medusa|XMM}, {@creature Young Brass Dragon|XMM}"],["7","{@creature Yuan-ti Abomination|XMM}"],["8","{@creature Gnoll Demoniac|XMM}, {@creature Sphinx of Secrets|XMM}, {@creature Thri-kreen Psion|XMM}"],["9","{@creature Young Blue Dragon|XMM}"],["10","{@creature Cyclops Oracle|XMM}, {@creature Guardian Naga|XMM}"],["11","{@creature Efreeti|XMM}, {@creature Roc|XMM}, {@creature Sphinx of Lore|XMM}"],["13","{@creature Adult Brass Dragon|XMM}"],["15","{@creature Mummy Lord|XMM}, {@creature Purple Worm|XMM}"],["16","{@creature Adult Blue Dragon|XMM}"],["17","{@creature Sphinx of Valor|XMM}"],["20","{@creature Ancient Brass Dragon|XMM}"],["23","{@creature Ancient Blue Dragon|XMM}"]],"name":"Monsters by Habitat; Desert Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Forest Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Awakened Shrub|XMM}, {@creature Baboon|XMM}, {@creature Badger|XMM}, {@creature Bat|XMM}, {@creature Cat|XMM}, {@creature Deer|XMM}, {@creature Frog|XMM}, {@creature Hawk|XMM}, {@creature Hyena|XMM}, {@creature Lizard|XMM}, {@creature Owl|XMM}, {@creature Rat|XMM}, {@creature Spider|XMM}, {@creature Weasel|XMM}"],["1/8","{@creature Blood Hawk|XMM}, {@creature Flying Snake|XMM}, {@creature Giant Rat|XMM}, {@creature Giant Weasel|XMM}, {@creature Goblin Minion|XMM}, {@creature Kobold Warrior|XMM}, {@creature Mastiff|XMM}, {@creature Stirge|XMM}, {@creature Twig Blight|XMM}, {@creature Venomous Snake|XMM}"],["1/4","{@creature Blink Dog|XMM}, {@creature Boar|XMM}, {@creature Constrictor Snake|XMM}, {@creature Elk|XMM}, {@creature Giant Badger|XMM}, {@creature Giant Bat|XMM}, {@creature Giant Frog|XMM}, {@creature Giant Lizard|XMM}, {@creature Giant Owl|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Giant Wolf Spider|XMM}, {@creature Goblin Warrior|XMM}, {@creature Kenku|XMM}, {@creature Needle Blight|XMM}, {@creature Panther|XMM}, {@creature Pixie|XMM}, {@creature Pseudodragon|XMM}, {@creature Sprite|XMM}, {@creature Swarm of Bats|XMM}, {@creature Swarm of Rats|XMM}, {@creature Winged Kobold|XMM}, {@creature Wolf|XMM}"],["1/2","{@creature Ape|XMM}, {@creature Black Bear|XMM}, {@creature Giant Wasp|XMM}, {@creature Gnoll Warrior|XMM}, {@creature Hobgoblin Warrior|XMM}, {@creature Satyr|XMM}, {@creature Swarm of Insects|XMM}, {@creature Vine Blight|XMM}, {@creature Worg|XMM}"],["1","{@creature Brown Bear|XMM}, {@creature Bugbear Warrior|XMM}, {@creature Dire Wolf|XMM}, {@creature Dryad|XMM}, {@creature Faerie Dragon Youth|XMM}, {@creature Giant Hyena|XMM}, {@creature Giant Spider|XMM}, {@creature Giant Toad|XMM}, {@creature Goblin Boss|XMM}, {@creature Harpy|XMM}, {@creature Ogrillon Ogre|XMM}, {@creature Tiger|XMM}, {@creature Yuan-ti Infiltrator|XMM}"],["2","{@creature Ankheg|XMM}, {@creature Awakened Tree|XMM}, {@creature Centaur Trooper|XMM}, {@creature Ettercap|XMM}, {@creature Faerie Dragon Adult|XMM}, {@creature Giant Boar|XMM}, {@creature Giant Constrictor Snake|XMM}, {@creature Giant Elk|XMM}, {@creature Gnoll Pack Lord|XMM}, {@creature Green Dragon Wyrmling|XMM}, {@creature Grick|XMM}, {@creature Lizardfolk Geomancer|XMM}, {@creature Ogre|XMM}, {@creature Pegasus|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Swarm of Venomous Snakes|XMM}, {@creature Wererat|XMM}, {@creature Will-o'-Wisp|XMM}"],["3","{@creature Bugbear Stalker|XMM}, {@creature Displacer Beast|XMM}, {@creature Goblin Hexer|XMM}, {@creature Gold Dragon Wyrmling|XMM}, {@creature Green Hag|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Owlbear|XMM}, {@creature Phase Spider|XMM}, {@creature Werewolf|XMM}, {@creature Yuan-ti Malison (Type 1)|XMM}/{@creature Yuan-ti Malison (Type 2)|XMM}/{@creature Yuan-ti Malison (Type 3)|XMM}"],["4","{@creature Couatl|XMM}, {@creature Gnoll Fang of Yeenoghu|XMM}, {@creature Hippopotamus|XMM}, {@creature Lizardfolk Sovereign|XMM}, {@creature Wereboar|XMM}, {@creature Weretiger|XMM}"],["5","{@creature Gorgon|XMM}, {@creature Pixie Wonderbringer|XMM}, {@creature Revenant|XMM}, {@creature Shambling Mound|XMM}, {@creature Troll|XMM}, {@creature Unicorn|XMM}, {@creature Werebear|XMM}"],["6","{@creature Drider|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Satyr Revelmaster|XMM}"],["7","{@creature Centaur Warden|XMM}, {@creature Giant Ape|XMM}, {@creature Graveyard Revenant|XMM}, {@creature Grick Ancient|XMM}, {@creature Oni|XMM}, {@creature Primeval Owlbear|XMM}, {@creature Tree Blight|XMM}, {@creature Yuan-ti Abomination|XMM}"],["8","{@creature Gnoll Demoniac|XMM}, {@creature Young Green Dragon|XMM}"],["9","{@creature Brazen Gorgon|XMM}, {@creature Treant|XMM}"],["10","{@creature Dire Worg|XMM}, {@creature Guardian Naga|XMM}, {@creature Haunting Revenant|XMM}, {@creature Young Gold Dragon|XMM}"],["15","{@creature Adult Green Dragon|XMM}"],["16","{@creature Gulthias Blight|XMM}"],["17","{@creature Adult Gold Dragon|XMM}"],["22","{@creature Ancient Green Dragon|XMM}"],["24","{@creature Ancient Gold Dragon|XMM}"]],"name":"Monsters by Habitat; Forest Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Grassland Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Cat|XMM}, {@creature Deer|XMM}, {@creature Eagle|XMM}, {@creature Goat|XMM}, {@creature Hawk|XMM}, {@creature Hyena|XMM}, {@creature Jackal|XMM}, {@creature Vulture|XMM}, {@creature Weasel|XMM}"],["1/8","{@creature Blood Hawk|XMM}, {@creature Flying Snake|XMM}, {@creature Giant Weasel|XMM}, {@creature Goblin Minion|XMM}, {@creature Pony|XMM}, {@creature Stirge|XMM}, {@creature Venomous Snake|XMM}"],["1/4","{@creature Axe Beak|XMM}, {@creature Boar|XMM}, {@creature Elk|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Giant Wolf Spider|XMM}, {@creature Goblin Warrior|XMM}, {@creature Panther|XMM}, {@creature Pteranodon|XMM}, {@creature Riding Horse|XMM}, {@creature Wolf|XMM}"],["1/2","{@creature Cockatrice|XMM}, {@creature Giant Goat|XMM}, {@creature Giant Wasp|XMM}, {@creature Gnoll Warrior|XMM}, {@creature Hobgoblin Warrior|XMM}, {@creature Jackalwere|XMM}, {@creature Swarm of Insects|XMM}, {@creature Worg|XMM}"],["1","{@creature Bugbear Warrior|XMM}, {@creature Giant Eagle|XMM}, {@creature Giant Hyena|XMM}, {@creature Giant Vulture|XMM}, {@creature Goblin Boss|XMM}, {@creature Hippogriff|XMM}, {@creature Lion|XMM}, {@creature Ogrillon Ogre|XMM}, {@creature Scarecrow|XMM}, {@creature Thri-kreen Marauder|XMM}, {@creature Tiger|XMM}"],["2","{@creature Allosaurus|XMM}, {@creature Ankheg|XMM}, {@creature Bulette Pup|XMM}, {@creature Centaur Trooper|XMM}, {@creature Giant Boar|XMM}, {@creature Giant Elk|XMM}, {@creature Gnoll Pack Lord|XMM}, {@creature Griffon|XMM}, {@creature Ogre|XMM}, {@creature Pegasus|XMM}, {@creature Rhinoceros|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Swarm of Venomous Snakes|XMM}"],["3","{@creature Ankylosaurus|XMM}, {@creature Bugbear Stalker|XMM}, {@creature Goblin Hexer|XMM}, {@creature Gold Dragon Wyrmling|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Manticore|XMM}, {@creature Phase Spider|XMM}"],["4","{@creature Couatl|XMM}, {@creature Elephant|XMM}, {@creature Gnoll Fang of Yeenoghu|XMM}, {@creature Hippopotamus|XMM}, {@creature Wereboar|XMM}, {@creature Weretiger|XMM}"],["5","{@creature Bulette|XMM}, {@creature Giant Axe Beak|XMM}, {@creature Gorgon|XMM}, {@creature Triceratops|XMM}"],["6","{@creature Chimera|XMM}, {@creature Cyclops Sentry|XMM}, {@creature Hobgoblin Warlord|XMM}"],["7","{@creature Centaur Warden|XMM}"],["8","{@creature Cockatrice Regent|XMM}, {@creature Gnoll Demoniac|XMM}, {@creature Thri-kreen Psion|XMM}, {@creature Tyrannosaurus Rex|XMM}"],["9","{@creature Brazen Gorgon|XMM}"],["10","{@creature Cyclops Oracle|XMM}, {@creature Dire Worg|XMM}, {@creature Young Gold Dragon|XMM}"],["17","{@creature Adult Gold Dragon|XMM}"],["24","{@creature Ancient Gold Dragon|XMM}"]],"name":"Monsters by Habitat; Grassland Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Hill Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Baboon|XMM}, {@creature Eagle|XMM}, {@creature Goat|XMM}, {@creature Hawk|XMM}, {@creature Hyena|XMM}, {@creature Owl|XMM}, {@creature Raven|XMM}, {@creature Vulture|XMM}, {@creature Weasel|XMM}"],["1/8","{@creature Blood Hawk|XMM}, {@creature Giant Weasel|XMM}, {@creature Goblin Minion|XMM}, {@creature Kobold Warrior|XMM}, {@creature Mastiff|XMM}, {@creature Mule|XMM}, {@creature Stirge|XMM}, {@creature Venomous Snake|XMM}"],["1/4","{@creature Axe Beak|XMM}, {@creature Boar|XMM}, {@creature Elk|XMM}, {@creature Giant Owl|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Giant Wolf Spider|XMM}, {@creature Goblin Warrior|XMM}, {@creature Panther|XMM}, {@creature Pseudodragon|XMM}, {@creature Swarm of Ravens|XMM}, {@creature Winged Kobold|XMM}, {@creature Wolf|XMM}"],["1/2","{@creature Giant Goat|XMM}, {@creature Gnoll Warrior|XMM}, {@creature Hobgoblin Warrior|XMM}, {@creature Swarm of Insects|XMM}, {@creature Worg|XMM}"],["1","{@creature Brown Bear|XMM}, {@creature Copper Dragon Wyrmling|XMM}, {@creature Dire Wolf|XMM}, {@creature Giant Eagle|XMM}, {@creature Giant Hyena|XMM}, {@creature Giant Vulture|XMM}, {@creature Goblin Boss|XMM}, {@creature Harpy|XMM}, {@creature Hippogriff|XMM}, {@creature Lion|XMM}, {@creature Ogrillon Ogre|XMM}"],["2","{@creature Bulette Pup|XMM}, {@creature Giant Boar|XMM}, {@creature Giant Elk|XMM}, {@creature Gnoll Pack Lord|XMM}, {@creature Griffon|XMM}, {@creature Ogre|XMM}, {@creature Pegasus|XMM}, {@creature Peryton|XMM}, {@creature Saber-Toothed Tiger|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Swarm of Venomous Snakes|XMM}"],["3","{@creature Goblin Hexer|XMM}, {@creature Green Hag|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Manticore|XMM}, {@creature Phase Spider|XMM}, {@creature Werewolf|XMM}"],["4","{@creature Ettin|XMM}, {@creature Gnoll Fang of Yeenoghu|XMM}, {@creature Red Dragon Wyrmling|XMM}, {@creature Wereboar|XMM}"],["5","{@creature Bulette|XMM}, {@creature Giant Axe Beak|XMM}, {@creature Gorgon|XMM}, {@creature Hill Giant|XMM}, {@creature Troll|XMM}, {@creature Werebear|XMM}"],["6","{@creature Chimera|XMM}, {@creature Cyclops Sentry|XMM}, {@creature Galeb Duhr|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Wyvern|XMM}"],["7","{@creature Stone Giant|XMM}, {@creature Young Copper Dragon|XMM}"],["8","{@creature Gnoll Demoniac|XMM}"],["9","{@creature Brazen Gorgon|XMM}"],["10","{@creature Cyclops Oracle|XMM}, {@creature Dire Worg|XMM}, {@creature Young Red Dragon|XMM}"],["11","{@creature Roc|XMM}"],["14","{@creature Adult Copper Dragon|XMM}"],["17","{@creature Adult Red Dragon|XMM}"],["21","{@creature Ancient Copper Dragon|XMM}"],["24","{@creature Ancient Red Dragon|XMM}"]],"name":"Monsters by Habitat; Hill Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Mountain Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Bat|XMM}, {@creature Eagle|XMM}, {@creature Goat|XMM}, {@creature Hawk|XMM}"],["1/8","{@creature Blood Hawk|XMM}, {@creature Kobold Warrior|XMM}, {@creature Stirge|XMM}"],["1/4","{@creature Aarakocra Skirmisher|XMM}, {@creature Giant Bat|XMM}, {@creature Pseudodragon|XMM}, {@creature Pteranodon|XMM}, {@creature Swarm of Bats|XMM}, {@creature Winged Kobold|XMM}"],["1/2","{@creature Giant Goat|XMM}, {@creature Hobgoblin Warrior|XMM}"],["1","{@creature Giant Eagle|XMM}, {@creature Harpy|XMM}, {@creature Hippogriff|XMM}, {@creature Lion|XMM}, {@creature Ogrillon Ogre|XMM}"],["2","{@creature Azer Sentinel|XMM}, {@creature Bulette Pup|XMM}, {@creature Griffon|XMM}, {@creature Ogre|XMM}, {@creature Peryton|XMM}, {@creature Saber-Toothed Tiger|XMM}, {@creature Silver Dragon Wyrmling|XMM}, {@creature Swarm of Stirges|XMM}"],["3","{@creature Basilisk|XMM}, {@creature Hell Hound|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Manticore|XMM}"],["4","{@creature Aarakocra Aeromancer|XMM}, {@creature Ettin|XMM}, {@creature Red Dragon Wyrmling|XMM}"],["5","{@creature Air Elemental|XMM}, {@creature Bulette|XMM}, {@creature Earth Elemental|XMM}, {@creature Troll|XMM}"],["6","{@creature Azer Pyromancer|XMM}, {@creature Chimera|XMM}, {@creature Cyclops Sentry|XMM}, {@creature Galeb Duhr|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Wyvern|XMM}"],["7","{@creature Stone Giant|XMM}"],["8","{@creature Frost Giant|XMM}"],["9","{@creature Cloud Giant|XMM}, {@creature Fire Giant|XMM}, {@creature Young Silver Dragon|XMM}"],["10","{@creature Cyclops Oracle|XMM}, {@creature Young Red Dragon|XMM}"],["11","{@creature Roc|XMM}"],["16","{@creature Adult Silver Dragon|XMM}"],["17","{@creature Adult Red Dragon|XMM}"],["23","{@creature Ancient Silver Dragon|XMM}"],["24","{@creature Ancient Red Dragon|XMM}"]],"name":"Monsters by Habitat; Mountain Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Swamp Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Frog|XMM}, {@creature Lizard|XMM}, {@creature Rat|XMM}, {@creature Raven|XMM}, {@creature Spider|XMM}"],["1/8","{@creature Giant Rat|XMM}, {@creature Kobold Warrior|XMM}, {@creature Stirge|XMM}, {@creature Venomous Snake|XMM}"],["1/4","{@creature Bullywug Warrior|XMM}, {@creature Constrictor Snake|XMM}, {@creature Giant Frog|XMM}, {@creature Giant Lizard|XMM}, {@creature Giant Venomous Snake|XMM}, {@creature Mud Mephit|XMM}, {@creature Swarm of Rats|XMM}, {@creature Swarm of Ravens|XMM}, {@creature Winged Kobold|XMM}"],["1/2","{@creature Crocodile|XMM}, {@creature Swarm of Insects|XMM}"],["1","{@creature Ghoul|XMM}, {@creature Giant Spider|XMM}, {@creature Giant Toad|XMM}, {@creature Lacedon Ghoul|XMM}, {@creature Ogrillon Ogre|XMM}, {@creature Yuan-ti Infiltrator|XMM}"],["2","{@creature Black Dragon Wyrmling|XMM}, {@creature Ghast|XMM}, {@creature Giant Constrictor Snake|XMM}, {@creature Lizardfolk Geomancer|XMM}, {@creature Ogre|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Swarm of Venomous Snakes|XMM}, {@creature Will-o'-Wisp|XMM}"],["3","{@creature Green Hag|XMM}, {@creature Mummy|XMM}, {@creature Wight|XMM}, {@creature Yuan-ti Malison (Type 1)|XMM}/{@creature Yuan-ti Malison (Type 2)|XMM}/{@creature Yuan-ti Malison (Type 3)|XMM}"],["4","{@creature Bullywug Bog Sage|XMM}, {@creature Chuul|XMM}, {@creature Hippopotamus|XMM}, {@creature Lizardfolk Sovereign|XMM}"],["5","{@creature Giant Crocodile|XMM}, {@creature Revenant|XMM}, {@creature Shambling Mound|XMM}, {@creature Troll|XMM}, {@creature Water Elemental|XMM}"],["6","{@creature Ghast Gravecaller|XMM}"],["7","{@creature Graveyard Revenant|XMM}, {@creature Young Black Dragon|XMM}, {@creature Yuan-ti Abomination|XMM}"],["8","{@creature Hydra|XMM}"],["10","{@creature Haunting Revenant|XMM}"],["14","{@creature Adult Black Dragon|XMM}"],["15","{@creature Mummy Lord|XMM}"],["21","{@creature Ancient Black Dragon|XMM}"]],"name":"Monsters by Habitat; Swamp Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Underdark Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Bat|XMM}, {@creature Giant Fire Beetle|XMM}, {@creature Lizard|XMM}, {@creature Myconid Sprout|XMM}, {@creature Rat|XMM}, {@creature Shrieker Fungus|XMM}, {@creature Spider|XMM}"],["1/8","{@creature Flumph|XMM}, {@creature Giant Rat|XMM}, {@creature Goblin Minion|XMM}, {@creature Kobold Warrior|XMM}, {@creature Stirge|XMM}"],["1/4","{@creature Giant Bat|XMM}, {@creature Giant Centipede|XMM}, {@creature Giant Lizard|XMM}, {@creature Goblin Warrior|XMM}, {@creature Grimlock|XMM}, {@creature Kuo-toa|XMM}, {@creature Skeleton|XMM}, {@creature Swarm of Bats|XMM}, {@creature Swarm of Rats|XMM}, {@creature Troglodyte|XMM}, {@creature Violet Fungus|XMM}, {@creature Winged Kobold|XMM}, {@creature Zombie|XMM}"],["1/2","{@creature Darkmantle|XMM}, {@creature Gas Spore Fungus|XMM}, {@creature Gray Ooze|XMM}, {@creature Hobgoblin Warrior|XMM}, {@creature Myconid Adult|XMM}, {@creature Piercer|XMM}, {@creature Rust Monster|XMM}, {@creature Shadow|XMM}, {@creature Swarm of Insects|XMM}, {@creature Warhorse Skeleton|XMM}"],["1","{@creature Bugbear Warrior|XMM}, {@creature Ghoul|XMM}, {@creature Giant Spider|XMM}, {@creature Giant Toad|XMM}, {@creature Goblin Boss|XMM}, {@creature Kuo-toa Whip|XMM}, {@creature Lacedon Ghoul|XMM}, {@creature Myconid Spore Servant|XMM}, {@creature Ogrillon Ogre|XMM}, {@creature Psychic Gray Ooze|XMM}, {@creature Salamander Fire Snake|XMM}, {@creature Specter|XMM}"],["2","{@creature Carrion Crawler|XMM}, {@creature Gargoyle|XMM}, {@creature Gelatinous Cube|XMM}, {@creature Ghast|XMM}, {@creature Gibbering Mouther|XMM}, {@creature Grick|XMM}, {@creature Intellect Devourer|XMM}, {@creature Mimic|XMM}, {@creature Minotaur Skeleton|XMM}, {@creature Myconid Sovereign|XMM}, {@creature Nothic|XMM}, {@creature Ochre Jelly|XMM}, {@creature Ogre|XMM}, {@creature Ogre Zombie|XMM}, {@creature Poltergeist|XMM}, {@creature Quaggoth|XMM}, {@creature Swarm of Stirges|XMM}"],["3","{@creature Basilisk|XMM}, {@creature Bugbear Stalker|XMM}, {@creature Doppelganger|XMM}, {@creature Flaming Skeleton|XMM}, {@creature Goblin Hexer|XMM}, {@creature Grell|XMM}, {@creature Hell Hound|XMM}, {@creature Hobgoblin Captain|XMM}, {@creature Hook Horror|XMM}, {@creature Kuo-toa Monitor|XMM}, {@creature Minotaur of Baphomet|XMM}, {@creature Phase Spider|XMM}, {@creature Quaggoth Thonot|XMM}, {@creature Spectator|XMM}, {@creature Vampire Familiar|XMM}, {@creature Water Weird|XMM}, {@creature Wight|XMM}"],["4","{@creature Black Pudding|XMM}, {@creature Bone Naga|XMM}, {@creature Chuul|XMM}, {@creature Ettin|XMM}, {@creature Flameskull|XMM}, {@creature Ghost|XMM}, {@creature Juvenile Shadow Dragon|XMM}"],["5","{@creature Beholder Zombie|XMM}, {@creature Earth Elemental|XMM}, {@creature Otyugh|XMM}, {@creature Roper|XMM}, {@creature Salamander|XMM}, {@creature Troll|XMM}, {@creature Umber Hulk|XMM}, {@creature Vampire Spawn|XMM}, {@creature Wraith|XMM}, {@creature Xorn|XMM}"],["6","{@creature Cyclops Sentry|XMM}, {@creature Drider|XMM}, {@creature Ghast Gravecaller|XMM}, {@creature Hobgoblin Warlord|XMM}, {@creature Kuo-toa Archpriest|XMM}"],["7","{@creature Grick Ancient|XMM}, {@creature Mind Flayer|XMM}, {@creature Stone Giant|XMM}, {@creature Violet Fungus Necrohulk|XMM}"],["8","{@creature Cloaker|XMM}, {@creature Fomorian|XMM}, {@creature Spirit Naga|XMM}, {@creature Vampire Nightbringer|XMM}"],["9","{@creature Fire Giant|XMM}"],["10","{@creature Aboleth|XMM}, {@creature Cyclops Oracle|XMM}"],["11","{@creature Behir|XMM}, {@creature Dao|XMM}, {@creature Mind Flayer Arcanist|XMM}"],["13","{@creature Beholder|XMM}, {@creature Shadow Dragon|XMM}, {@creature Vampire|XMM}"],["14","{@creature Death Tyrant|XMM}"],["15","{@creature Purple Worm|XMM}, {@creature Salamander Inferno Master|XMM}, {@creature Vampire Umbral Lord|XMM}"]],"name":"Monsters by Habitat; Underdark Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Underwater Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Crab|XMM}, {@creature Octopus|XMM}, {@creature Piranha|XMM}, {@creature Seahorse|XMM}"],["1/8","{@creature Giant Crab|XMM}, {@creature Merfolk Skirmisher|XMM}"],["1/4","{@creature Constrictor Snake|XMM}"],["1/2","{@creature Giant Seahorse|XMM}, {@creature Reef Shark|XMM}, {@creature Sahuagin Warrior|XMM}"],["1","{@creature Giant Octopus|XMM}, {@creature Swarm of Piranhas|XMM}"],["2","{@creature Giant Constrictor Snake|XMM}, {@creature Hunter Shark|XMM}, {@creature Merrow|XMM}, {@creature Plesiosaurus|XMM}, {@creature Sahuagin Priest|XMM}, {@creature Sea Hag|XMM}"],["3","{@creature Killer Whale|XMM}"],["4","{@creature Archelon|XMM}"],["5","{@creature Giant Shark|XMM}, {@creature Sahuagin Baron|XMM}, {@creature Water Elemental|XMM}"],["6","{@creature Giant Squid|XMM}, {@creature Merfolk Wavebender|XMM}"],["10","{@creature Aboleth|XMM}"],["11","{@creature Marid|XMM}"],["13","{@creature Storm Giant|XMM}"],["17","{@creature Dragon Turtle|XMM}"],["23","{@creature Kraken|XMM}"]],"name":"Monsters by Habitat; Underwater Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"caption":"Urban Monsters","colLabels":["CR","Monsters"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Bat|XMM}, {@creature Cat|XMM}, {@creature Goat|XMM}, {@creature Rat|XMM}, {@creature Raven|XMM}, {@creature Spider|XMM}"],["1/8","{@creature Giant Rat|XMM}, {@creature Kobold Warrior|XMM}, {@creature Mastiff|XMM}, {@creature Mule|XMM}, {@creature Pony|XMM}, {@creature Stirge|XMM}"],["1/4","{@creature Animated Broom|XMM}, {@creature Animated Flying Sword|XMM}, {@creature Draft Horse|XMM}, {@creature Giant Centipede|XMM}, {@creature Kenku|XMM}, {@creature Pseudodragon|XMM}, {@creature Riding Horse|XMM}, {@creature Skeleton|XMM}, {@creature Swarm of Bats|XMM}, {@creature Swarm of Rats|XMM}, {@creature Swarm of Ravens|XMM}, {@creature Winged Kobold|XMM}, {@creature Zombie|XMM}"],["1/2","{@creature Crocodile|XMM}, {@creature Giant Wasp|XMM}, {@creature Shadow|XMM}, {@creature Swarm of Insects|XMM}, {@creature Warhorse|XMM}, {@creature Warhorse Skeleton|XMM}"],["1","{@creature Animated Armor|XMM}, {@creature Ghoul|XMM}, {@creature Giant Spider|XMM}, {@creature Lacedon Ghoul|XMM}, {@creature Specter|XMM}, {@creature Yuan-ti Infiltrator|XMM}"],["2","{@creature Animated Rug of Smothering|XMM}, {@creature Carrion Crawler|XMM}, {@creature Gargoyle|XMM}, {@creature Ghast|XMM}, {@creature Mimic|XMM}, {@creature Minotaur Skeleton|XMM}, {@creature Ogre Zombie|XMM}, {@creature Poltergeist|XMM}, {@creature Silver Dragon Wyrmling|XMM}, {@creature Swarm of Stirges|XMM}, {@creature Wererat|XMM}, {@creature Will-o'-Wisp|XMM}"],["3","{@creature Doppelganger|XMM}, {@creature Flaming Skeleton|XMM}, {@creature Phase Spider|XMM}, {@creature Vampire Familiar|XMM}, {@creature Water Weird|XMM}, {@creature Wight|XMM}, {@creature Yuan-ti Malison (Type 1)|XMM}/{@creature Yuan-ti Malison (Type 2)|XMM}/{@creature Yuan-ti Malison (Type 3)|XMM}"],["4","{@creature Couatl|XMM}, {@creature Ghost|XMM}, {@creature Incubus|XMM}, {@creature Succubus|XMM}"],["5","{@creature Beholder Zombie|XMM}, {@creature Revenant|XMM}, {@creature Vampire Spawn|XMM}"],["6","{@creature Ghast Gravecaller|XMM}, {@creature Invisible Stalker|XMM}"],["7","{@creature Graveyard Revenant|XMM}, {@creature Oni|XMM}, {@creature Shield Guardian|XMM}, {@creature Yuan-ti Abomination|XMM}"],["8","{@creature Vampire Nightbringer|XMM}"],["9","{@creature Clay Golem|XMM}, {@creature Young Silver Dragon|XMM}"],["10","{@creature Haunting Revenant|XMM}"],["13","{@creature Rakshasa|XMM}, {@creature Vampire|XMM}"],["15","{@creature Vampire Umbral Lord|XMM}"],["16","{@creature Adult Silver Dragon|XMM}"],["23","{@creature Ancient Silver Dragon|XMM}"],["30","{@creature Tarrasque|XMM}"]],"name":"Monsters by Habitat; Urban Monsters","page":375,"source":"XMM","chapter":{"name":"Monster Lists","ordinal":{"type":"appendix","identifier":"B"},"index":3}},{"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,"srd52":false,"basicRules":false,"freeRules2024":false,"page":25,"parentEntity":{"type":"subclass","name":"Path of Wild Magic","shortName":"Wild Magic","source":"TCE","className":"Barbarian","classSource":"PHB"}},{"caption":"Spirit Tales","colLabels":["Bardic Insp. Die","Tale Told Through You"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Tale of the Clever Animal. For the next 10 minutes, whenever the target makes an Intelligence, a Wisdom, or a Charisma check, the target can roll an extra die immediately after rolling the {@dice d20} and add the extra die's number to the check. The extra die is the same type as your Bardic Inspiration die."],["2","Tale of the Renowned Duelist. You make a melee spell attack against the target. On a hit, the target takes force damage equal to two rolls of your Bardic Inspiration die + your Charisma modifier."],["3","Tale of the Beloved Friends. The target and another creature of its choice it can see within 5 feet of it gains temporary hit points equal to a roll of your Bardic Inspiration die + your Charisma modifier."],["4","Tale of the Runaway. The target can immediately use its reaction to teleport up to 30 feet to an unoccupied space it can see. When the target teleports, it can choose a number of creatures it can see within 30 feet of it up to your Charisma modifier (minimum of 0) to immediately use the same reaction."],["5","Tale of the Avenger. For 1 minute, any creature that hits the target with a melee attack takes force damage equal to a roll of your Bardic Inspiration die."],["6","Tale of the Traveler. The target gains temporary hit points equal to a roll of your Bardic Inspiration die + your bard level. While it has these temporary hit points, the target's walking speed increases by 10 feet and it gains a +1 bonus to its AC."],["7","Tale of the Beguiler. The target must succeed on a Wisdom saving throw or take psychic damage equal to two rolls of your Bardic Inspiration die, and the target is {@condition incapacitated} until the end of its next turn."],["8","Tale of the Phantom. The target becomes {@condition invisible} until the end of its next turn or until it hits a creature with an attack. If the target hits a creature with an attack during this invisibility, the creature it hits takes necrotic damage equal to a roll of your Bardic Inspiration die and is {@condition frightened} of the target until the end of the {@condition frightened} creature's next turn."],["9","Tale of the Brute. Each creature of the target's choice it can see within 30 feet of it must make a Strength saving throw. On a failed save, a creature takes thunder damage equal to three rolls of your Bardic Inspiration die and is knocked {@condition prone}. A creature that succeeds on its saving throw takes half as much damage and isn't knocked {@condition prone}."],["10","Tale of the Dragon. The target spews fire from the mouth in a 30-foot cone. Each creature in that area must make a Dexterity saving throw, taking fire damage equal to four rolls of your Bardic Inspiration die on a failed save, or half as much damage on a successful one."],["11","Tale of the Angel. The target regains hit points equal to two rolls of your Bardic Inspiration die + your Charisma modifier, and you end one condition from the following list affecting the target: {@condition blinded}, {@condition deafened}, {@condition paralyzed}, {@condition petrified}, or {@condition poisoned}."],["12","Tale of the Mind-Bender. You evoke an incomprehensible fable from an otherworldly being. The target must succeed on an Intelligence saving throw or take psychic damage equal to three rolls of your Bardic Inspiration die and be {@condition stunned} until the end of its next turn."]],"name":"Spirit Tales","source":"VRGR","srd":false,"srd52":false,"basicRules":false,"freeRules2024":false,"page":28,"parentEntity":{"type":"subclass","name":"College of Spirits","shortName":"Spirits","source":"VRGR","className":"Bard","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,"srd52":false,"basicRules":false,"freeRules2024":false,"page":103,"parentEntity":{"type":"subclass","name":"Wild Magic","shortName":"Wild","source":"PHB","className":"Sorcerer","classSource":"PHB"}},{"caption":"Wild Magic Surge","colLabels":["{@dice 1d100}","Effect"],"colStyles":["col-1 text-center","col-11"],"rows":[["01–04","Roll on this table at the start of each of your turns for the next minute, ignoring this result on subsequent rolls."],["05–08","A creature that is Friendly toward you appears in a random unoccupied space within 60 feet of you. The creature is under the DM's control and disappears 1 minute later. Roll {@dice 1d4} to determine the creature: on a 1, a Modron Duodrone appears; on a 2, a Flumph appears; on a 3, a Modron Monodrone appears; on a 4, a Unicorn appears. See the Monster Manual for the creature's stat block."],["09–12","For the next minute, you regain 5 {@variantrule Hit Points|XPHB} at the start of each of your turns."],["13–16","Creatures have {@variantrule Disadvantage|XPHB} on saving throws against the next spell you cast in the next minute that involves a saving throw."],["17–20","You are subjected to an effect that lasts for 1 minute unless its description says otherwise. Roll {@dice 1d8} to determine the effect: on a 1, you're surrounded by faint, ethereal music only you and creatures within 5 feet of you can hear; on a 2, your size increases by one size category; on a 3, you grow a long beard made of feathers that remains until you sneeze, at which point the feathers explode from your face and vanish; on a 4, you must shout when you speak; on a 5, illusory butterflies flutter in the air within 10 feet of you; on a 6, an eye appears on your forehead, granting you {@variantrule Advantage|XPHB} on Wisdom ({@skill Perception|XPHB}) checks; on an 7, pink bubbles float out of your mouth whenever you speak; on an 8, your skin turns a vibrant shade of blue for 24 hours or until the effect is ended by a {@spell Remove Curse|XPHB} spell."],["21–24","For the next minute, all your spells with a casting time of an action have a casting time of a {@variantrule Bonus Action|XPHB}."],["25–28","You are transported to the Astral Plane until the end of your next turn. You then return to the space you previously occupied or the nearest unoccupied space if that space is occupied."],["29–32","The next time you cast a spell that deals damage within the next minute, don't roll the spell's damage dice for the damage. Instead use the highest number possible for each damage die."],["33–36","You have {@variantrule Resistance|XPHB} to all damage for the next minute."],["37–40","You turn into a potted plant until the start of your next turn. While you're a plant, you have the {@condition Incapacitated|XPHB} condition and have {@variantrule Vulnerability|XPHB} to all damage. If you drop to 0 {@variantrule Hit Points|XPHB}, your pot breaks, and your form reverts."],["41–44","For the next minute, you can teleport up to 20 feet as a {@variantrule Bonus Action|XPHB} on each of your turns."],["45–48","You and up to three creatures you choose within 30 feet of you have the {@condition Invisible|XPHB} condition for 1 minute. This invisibility ends on a creature immediately after it makes an attack roll, deals damage, or casts a spell."],["49–52","A spectral shield hovers near you for the next minute, granting you a +2 bonus to AC and immunity to {@spell Magic Missile|XPHB}."],["53–56","You can take one extra action on this turn."],["57–60","You cast a random spell. If the spell normally requires {@status Concentration|XPHB}, it doesn't require {@status Concentration|XPHB} in this case; the spell lasts for its full duration. Roll {@dice 1d10} to determine the spell: on a 1, {@spell Confusion|XPHB}; on a 2, {@spell Fireball|XPHB}; on a 3, {@spell Fog Cloud|XPHB}; on a 4, {@spell Fly|XPHB} (cast on a random creature within 60 feet of you), on a 5, {@spell Grease|XPHB}; on a 6, {@spell Levitate|XPHB} (cast on yourself); on a 7, {@spell Magic Missile|XPHB} (cast as a level 5 spell); on an 8, {@spell Mirror Image|XPHB}; on a 9, {@spell Polymorph|XPHB} (cast on yourself), and if you fail the saving throw, you turn into a Goat (see appendix B); on a 10, {@spell See Invisibility|XPHB}."],["61–64","For the next minute, any flammable, nonmagical object you touch that isn't being worn or carried by another creature bursts into flame, takes {@damage 1d4} Fire damage, and is burning."],["65–68","If you die within the next hour, you immediately revive as if by the {@spell Reincarnate|XPHB} spell."],["69–72","You have the {@condition Frightened|XPHB} condition until the end of your next turn. The DM determines the source of your fear."],["73–76","You teleport up to 60 feet to an unoccupied space you can see."],["77–80","A random creature within 60 feet of you has the {@condition Poisoned|XPHB} condition for {@dice 1d4} hours."],["81–84","You radiate {@variantrule Bright Light|XPHB} in a 30-foot radius for the next minute. Any creature that ends its turn within 5 feet of you has the {@condition Blinded|XPHB} condition until the end of its next turn."],["85–88","Up to three creatures of your choice that you can see within 30 feet of you take {@damage 1d10} Necrotic damage. You regain {@variantrule Hit Points|XPHB} equal to the sum of the Necrotic damage dealt."],["89–92","Up to three creatures of your choice that you can see within 30 feet of you take {@damage 4d10} Lightning damage."],["93–96","You and all creatures within 30 feet of you have {@variantrule Vulnerability|XPHB} to Piercing damage for the next minute."],["97–00","Roll {@dice 1d6} On a 1, you regain {@dice 2d10} {@variantrule Hit Points|XPHB}; on a 2, one ally of your choice within 300 feet of you regains {@dice 2d10} {@variantrule Hit Points|XPHB}; on a 3, you regain your lowest-level expended spell slot; on a 4, one ally of your choice within 300 feet of you regains their lowest-level expended spell slot; on a 5, you regain all your expended Sorcery Points; on a 6, all the effects of row 17–20 affect you simultaneously."]],"name":"Wild Magic Surge","source":"XPHB","srd":false,"srd52":false,"basicRules":false,"freeRules2024":false,"page":149,"parentEntity":{"type":"subclass","name":"Wild Magic Sorcery","shortName":"Wild Magic","source":"XPHB","className":"Sorcerer","classSource":"XPHB"}},{"caption":"Potions for Sale","colLabels":["Potion of...","Cost"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["{@item potion of Healing||Healing}","50 gp"],["{@item potion of Climbing||Climbing}","75 gp"],["{@item potion of Animal friendship||Animal friendship}","100 gp"],["{@item potion of Greater healing||Greater healing}","100 gp"],["{@item potion of Water breathing||Water breathing}","100 gp"],["{@item potion of Superior healing||Superior healing}","500 gp"],["{@item potion of Supreme healing||Supreme healing}","5,000 gp"],["{@item potion of Invisibility||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"}},{"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||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":"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":"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":"Cloud Giant Encounters","type":"table","source":"BGG","page":44,"caption":"Cloud Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature cloud giant} seeking to learn the secrets of 1 {@creature spectral cloud|BGG} (attitude for both: {@dice 1d8})"],["2","1 {@creature cloud giant} (attitude: {@dice 1d12}) trading riddles with 1 {@creature djinni} (attitude: {@dice 1d6 + 4})"],["3","{@dice 1d6} {@creature Nothic||nothics} (attitude: {@dice 2d4 + 2}) coveting cloud giant arcana"],["4","1 {@creature cloud giant destiny gambler|BGG} (attitude: {@dice 1d8 + 2}) conferring with 1 {@creature mage} (attitude: {@dice 1d12})"],["5","{@dice 1d4} {@creature doppelganger} spies (attitude: {@dice 1d8 + 1}) posing as servants while they try to glean secrets"],["6","2 {@creature Cloud Giant||cloud giants} (attitude: {@dice 1d10 + 2}; roll separately for each) engaged in a wager or battle of wits"],["7","1 {@creature cloud giant} (attitude: {@dice 1d10 + 2}) training 1 {@creature spotted lion|BGG} (attitude: {@dice 1d4 + 1})"],["8","1 {@creature cloud giant of Evil Air|BGG} bossing around 2 {@creature Air Elemental||air elementals} (attitude for all: {@dice 1d6})"],["9","1 {@creature cloud giant} (attitude: {@dice 1d8 + 1}) hunting with 1 {@creature wyvern} (attitude: {@dice 1d6})"],["10","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d6 + 4}) trying to retrieve an {@creature owlbear} (attitude: {@dice 1d6}) on a rampage after running away from its giant owner"],["11","{@dice 1d4 + 1} {@creature Vampiric Mist|MPMM|vampiric mists} (attitude: {@dice 1d4 + 1}) lurking in a fog bank"],["12","1 {@creature cloud giant smiling one|MPMM} (attitude: {@dice 1d10}) seeking the {@book Misty Vale|BGG|4|Misty Vale} (see {@book chapter 4|BGG|4})"]]},{"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":"Death Giant Encounters","type":"table","source":"BGG","page":45,"caption":"Death Giant Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 1d6} {@creature Skeleton||skeletons} (attitude: {@dice 1d4 + 1}) rebuilding a destroyed idol at the disinterested direction of 1 {@creature death giant reaper|BGG} (attitude: {@dice 1d10 + 2})"],["2","1 {@creature death giant shrouded one|BGG} (attitude: {@dice 1d8}) wringing historical facts from a {@creature ghost} (attitude: {@dice 1d6 + 4}) that weeps over the memories"],["3","{@dice 1d4} {@creature Wraith||wraiths} (attitude: {@dice 1d4 + 1}) puzzling over a trinket that reminds them of their past lives"],["4","1 {@creature death giant reaper|BGG} (attitude: {@dice 1d6}) stalking a creature to offer its soul to the Raven Queen"],["5","1 {@creature stone giant} (attitude: {@dice 1d12}) negotiating with 1 {@creature death giant reaper|BGG} (attitude: {@dice 1d8})"],["6","1 {@creature revenant} (attitude: {@dice 1d10}) bent on revenging itself on its killer—a death giant"],["7","1 {@creature death giant reaper|BGG} (attitude: {@dice 1d8 + 2}) brooding over ancient carvings"],["8","1 {@creature death giant reaper|BGG} exile (attitude: {@dice 1d8 + 1}) searching for a creature it killed whose soul escaped the Raven Queen's clutches (the creature is now a {@creature revenant})"],["9","1 {@creature death giant shrouded one|BGG} (attitude: {@dice 1d6}) debating 1 {@creature devourer|MPMM} (attitude: {@dice 1d4 + 1}) on the finer points of souls"],["10","1 {@creature nightwalker|MPMM} (attitude: {@dice 1d4 + 1}) striding in search of a death giant's home or trappings"]]},{"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":"Dinosaur World Encounters","type":"table","source":"BGG","page":49,"caption":"Dinosaur World Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature regisaur|BGG} (attitude: {@dice 1d8}) hunting"],["2","1 {@creature altisaur|BGG} (attitude: {@dice 1d8 + 2}) grazing"],["3","{@dice 2d4} {@creature ankylosaurus} (attitude: {@dice 1d8}) digging a nest"],["4","{@dice 2d4} {@creature allosaurus} (attitude: {@dice 1d6}) engaged in territorial threat displays"],["5","1 {@creature aerosaur|BGG} (attitude: {@dice 1d8}) slowly circling"],["6","1 {@creature ceratops|BGG} (attitude: {@dice 1d6}) rampaging"],["7","{@dice 1d4 + 1} {@creature triceratops} (attitude: {@dice 1d6 + 4}) grazing"],["8","1 {@creature tyrannosaurus rex} (attitude: {@dice 1d4 + 1}) pursuing prey"],["9","{@dice 2d4} {@creature brontosaurus|MPMM} (attitude: {@dice 1d6 + 4}) migrating"],["10","{@dice 1d4} {@creature stegosaurus|MPMM} (attitude: {@dice 1d8 + 2}) trying to help an additional one that is stuck in thick mud"]]},{"name":"Elemental Air Encounters","type":"table","source":"BGG","page":49,"caption":"Elemental Air Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 1d3} {@creature Mist Hulk|BGG|mist hulks} (attitude: {@dice 1d8}) wandering about, wallowing in regret"],["2","{@dice 2d4} {@creature aarakocra} (attitude: {@dice 1d10 + 2}) flying in formation"],["3","{@dice 1d4} {@creature Air Elemental||air elementals} (attitude: {@dice 1d8 + 2}) kicking up dust and debris"],["4","{@dice 1d4} Evil Air cultists ({@creature Veteran||veterans}; attitude: {@dice 1d8}) riding {@creature Hippogriff||hippogriffs} (attitude: {@dice 1d8 + 2}) and accosting travelers"],["5","1 {@creature invisible stalker} (attitude: {@dice 1d6}) looking for a particular magic item"],["6","1 {@creature young gold dragon} (attitude: {@dice 1d8 + 4}) dancing in high wind currents"],["7","1 {@creature cloud giant of Evil Air|BGG} (attitude: {@dice 1d4 + 1}) terrorizing the skies"],["8","1 {@creature djinni} (attitude: {@dice 1d12 + 2}) examining shattered gargoyle remains"],["9","{@dice 2d4} {@creature Griffon||griffons} (attitude: {@dice 1d10}) with blue and gray coloring soaring"],["10","1 {@creature lightning hulk|BGG} (attitude: {@dice 1d8}) crackling in a jagged path"],["11","{@dice 1d3} {@creature Air Elemental Myrmidon|MPMM|air elemental myrmidons} (attitude: {@dice 1d6}) on high alert"],["12","1 {@creature elder tempest|MPMM} (attitude: {@dice 1d6 + 2}) reveling in a storm"]]},{"name":"Elemental Earth Encounters","type":"table","source":"BGG","page":50,"caption":"Elemental Earth Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 2d4} {@creature Gargoyle||gargoyles} (attitude: {@dice 1d8}) keeping watch, crouching utterly still"],["2","2 {@creature Galeb Duhr||galeb duhrs} (attitude: {@dice 1d10}) singing a rumbling bass duet to an audience of boulders"],["3","1 {@creature mud hulk|BGG} (attitude: {@dice 1d4 + 1}) futilely trying to bury 1 {@creature dust hulk|BGG} (attitude: {@dice 1d12}) in piles of muck"],["4","2 {@creature Bulette||bulettes} (attitude: {@dice 1d6 + 2}) burrowing and breaching the surface in an intricate dance"],["5","2 {@creature xorn} (attitude: {@dice 1d10}) gliding through the ground"],["6","1 {@creature roper} lurking near its brood of {@dice 1d6} {@creature Piercer||piercers} (attitude for all: {@dice 1d4 + 1})"],["7","1 {@creature stone giant of Evil Earth|BGG} (attitude: {@dice 1d4 + 1}) seeking surface-world creatures or structures to destroy"],["8","1 {@creature medusa} (attitude: {@dice 1d10}) anxiously planning its next move"],["9","{@dice 1d3} {@creature Earth Elemental||earth elementals} (attitude: {@dice 1d6 + 2}) examining a crystal formation"],["10","1 {@creature dao} (attitude: {@dice 1d8}) shaking down 2 dwarf miners ({@creature Veteran||veterans}; attitude: {@dice 1d10 + 2}) for \"taxes\""],["11","2 {@creature Earth Elemental Myrmidon|MPMM|earth elemental myrmidons} (attitude: {@dice 1d8}) stoically patrolling"],["12","1 {@creature zaratan|MPMM} (attitude: {@dice 1d6 + 2}) lumbering through the area, heedless of damage it causes"]]},{"name":"Elemental Fire Encounters","type":"table","source":"BGG","page":51,"caption":"Elemental Fire Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature salamander} heating its spear over {@dice 2d4} {@creature Fire Snake||fire snakes} (attitude for all: {@dice 1d6 + 3}) in a tangled coil"],["2","2 {@creature Cinder Hulk|BGG|cinder hulks} (attitude: {@dice 1d4 + 1}) seeking to burn everything in their path"],["3","{@dice 1d4 + 1} {@creature Smoke Mephit||smoke mephits} (attitude: {@dice 1d6}) following 1 {@creature fire elemental} (attitude: {@dice 1d8}) as it cuts a blazing swath"],["4","1 {@creature efreeti} and its {@dice 1d4} dwarf minions ({@creature Thug||thugs}; attitude for all: {@dice 1d4 + 1}) demanding tribute"],["5","{@dice 2d6} {@creature Magmin||magmins} (attitude: {@dice 1d6}) searching for something sizable to burn"],["6","{@dice 2d4} {@creature Azer||azers} assembling pieces of a {@creature helmed horror} (attitude for all: {@dice 1d10})"],["7","2 {@creature Fire Elemental||fire elementals} (attitude: {@dice 1d8}) flitting adoringly around a bonfire"],["8","1 {@creature young red dragon} (attitude: {@dice 1d4 + 1}) picking through the remains of a burned-out caravan"],["9","1 {@creature fire giant of Evil Fire|BGG} (attitude: {@dice 1d4 + 1}) conquering in the name of Imix, Prince of Evil Fire"],["10","1 {@creature flameskull} (attitude: {@dice 1d8 + 2}) searching for a lost spellbook from its living days"],["11","1 {@creature fire elemental myrmidon|MPMM} guarding 1 {@creature azer} (attitude for both: {@dice 1d6 + 2}) that is gathering metal or other raw material"],["12","1 {@creature phoenix|MPMM} (attitude: {@dice 1d8 + 3}) traveling to or from a site of great devastation"]]},{"name":"Elemental Water Encounters","type":"table","source":"BGG","page":51,"caption":"Elemental Water Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature Sea Hag||coven} of 3 {@creature Sea Hag||sea hags} (attitude: {@dice 1d4 + 1}) trying to peer into the future"],["2","1 {@creature cult fanatic} and {@dice 2d6} {@creature Cultist||cultists} of Evil Water (all with swimming speeds of 30 feet and the ability to breathe water), with {@dice 1d2} {@creature Chuul||chuuls} (attitude for all: {@dice 1d4 +1})"],["3","1 {@creature rime hulk|BGG} (attitude: {@dice 1d6}) wailing and stalking"],["4","1 {@creature storm crab|BGG} (attitude: {@dice 1d8}) traveling in a straight path with purpose"],["5","1 {@creature frost giant of Evil Water|BGG} (attitude: {@dice 1d6}) considering going on a rampage"],["6","1 {@creature marid} singing as it lounges with 1 {@creature water elemental} (attitude for both: {@dice 1d10})"],["7","1 {@creature hydra} (attitude: {@dice 1d4 + 1}) hunting"],["8","2 {@creature Water Weird||water weirds} (attitude: {@dice 1d8}) keeping watch in small pools"],["9","1 {@creature dragon turtle} (attitude: {@dice 1d12}) searching for an advantage against a rival {@creature kraken}"],["10","2 {@creature Water Elemental||water elementals} (attitude: {@dice 1d10}) diligently making furrows in the sand using their bodies, creating a sprawling pattern"],["11","2 {@creature Water Elemental Myrmidon|MPMM|water elemental myrmidons} (attitude: {@dice 1d6 + 2}) barring a passage or portal"],["12","1 {@creature leviathan|MPMM} (attitude: {@dice 1d8}) swimming through an exceptionally high tide"]]},{"name":"Fiendish Incursion Encounters","type":"table","source":"BGG","page":52,"caption":"Fiendish Incursion Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 1d4} {@creature Barlgura||barlguras} (attitude: {@dice 1d4 + 1}) capering around a blasphemous idol"],["2","1 {@creature arcanaloth} (attitude: {@dice 1d12}) searching for a tempting bit of lost lore"],["3","2 {@creature Chain Devil||chain devils} (attitude: {@dice 1d6}) suspending corpses on spiked chains"],["4","1 {@creature fury of Kostchtchie|BGG} performing a rite with 2 {@creature Troll||trolls} (attitude for all: {@dice 1d6})"],["5","1 {@creature echo of Demogorgon|BGG} (attitude: {@dice 1d4 + 1}) building a two-headed effigy from corpses"],["6","1 {@creature stalker of Baphomet|BGG} (attitude: {@dice 1d4 + 1}) and 2 {@creature minotaur} cultists (attitude: {@dice 1d4 + 1}) stalking a {@creature scout} (attitude: {@dice 1d10 + 4})"],["7","1 {@creature maw of Yeenoghu|BGG} with 4 {@creature Gnoll||gnolls} and 4 {@creature Hyena||hyenas} (attitude for all: {@dice 1d4 + 1}), all stalking prey"],["8","1 {@creature marilith} (attitude: {@dice 1d4 + 2}) searching for a renowned giant smith to forge six new swords"],["9","1 {@creature cambion} (attitude: {@dice 1d8}) trading verbal jabs with 1 {@creature succubus} (attitude: {@dice 1d12})"],["10","1 {@creature fire hellion|BGG} (attitude: {@dice 1d6}) conjuring 1 {@creature bone devil} (attitude: {@dice 1d12}) into a red-hot iron circle"]]},{"name":"Fire Giant Encounters","type":"table","source":"BGG","page":46,"caption":"Fire Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature fire giant of Evil Fire|BGG} overseeing the rampage of 2 {@creature Fire Elemental||fire elementals} (attitude for all: {@dice 1d4 + 1})"],["2","1 {@creature fire giant forgecaller|BGG} using a {@creature xorn} (attitude for both: {@dice 1d10}) to track down mineral deposits"],["3","1 {@creature fire giant} (attitude: {@dice 1d10}) feeding {@dice 1d4 + 1} {@creature Hell Hound||hell hounds} (attitude: {@dice 1d6})"],["4","{@dice 2d4} {@creature Rust Monster||rust monsters} (attitude: {@dice 1d10}, automatically hostile toward anyone using metal objects) following the scent of iron"],["5","1 {@creature firegaunt|BGG} (attitude: {@dice 1d6}) stalking its former fellows who betrayed it"],["6","2 {@creature Troll||trolls} (attitude: {@dice 1d10 + 3}) terrified to disobey the orders of 1 {@creature fire giant} (attitude: {@dice 1d6})"],["7","1 soot-caked {@creature iron golem} (attitude: {@dice 1d6})"],["8","1 {@creature fire giant} smith (attitude: {@dice 1d10}) working on a breastplate sized for a Large creature"],["9","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d8 + 2}) hauling a load of ore from a mine"],["10","3 {@creature Fire Giant||fire giants} (attitude: {@dice 1d6 + 1}) battling an {@creature adult red dragon} (attitude: {@dice 1d6})"],["11","1 {@creature fire giant} (attitude: {@dice 1d8 + 1}) leading 4 {@creature Firenewt Warrior|MPMM|firenewt warriors} (attitude: {@dice 1d8 + 1}) riding {@creature Giant Strider|MPMM|giant striders} (attitude: {@dice 1d8 + 3})"],["12","1 {@creature fire giant dreadnought|MPMM} (attitude: {@dice 1d6}) on guard"]]},{"name":"Fomorian Encounters","type":"table","source":"BGG","page":46,"caption":"Fomorian Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature fomorian noble|BGG} (attitude: {@dice 1d8 + 2}) studying a treatise on arcane phenomena"],["2","{@dice 1d4 + 2} {@creature Hook Horror||hook horrors} (attitude: {@dice 1d6}) banging their hooks on rocks or their bodies"],["3","1 {@creature fomorian} (attitude: {@dice 1d4 + 1}) with 5 {@creature commoner} captives (attitude: {@dice 1d8 + 4})"],["4","1 {@creature fomorian deep crawler|BGG} (attitude: {@dice 1d4 + 1}) scuttling in search of victims"],["5","1 {@creature fomorian} (attitude: {@dice 1d10}) supervising 1 {@creature umber hulk} (attitude: {@dice 1d6}) as it digs new tunnels"],["6","{@dice 2d4} {@creature Flumph||flumphs} (attitude: {@dice 1d8 + 4}) trying to avoid 1 {@creature ettin ceremorph|BGG} (attitude: {@dice 1d4 + 1}) while feeding on the ettin's psionic energy"],["7","2 {@creature Mind Flayer||mind flayers} (attitude: {@dice 1d4 + 1}) telepathically discussing the finer points of a brain they just shared"],["8","1 {@creature fomorian} (attitude: {@dice 1d8}) contemplating a gemstone it thinks is floating but that is actually suspended inside 1 {@creature gelatinous cube} (attitude: {@dice 1d4 + 1})"],["9","1 {@creature fomorian warlock of the dark|BGG} (attitude: {@dice 1d8 + 2}) seeking omens in the twisting slither of 1 {@creature neothelid|MPMM} (attitude: {@dice 1d8})"],["10","1 {@creature ulitharid|MPMM} (attitude: {@dice 1d6}) bargaining with 1 {@creature fomorian} (attitude: {@dice 1d8}) to establish a new mind flayer colony in the fomorian's territory"]]},{"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":"Frost Giant Encounters","type":"table","source":"BGG","page":46,"caption":"Frost Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature frost giant} (attitude: {@dice 1d8 + 1}) leading 1 {@creature titanothere|BGG} (attitude: {@dice 1d10}) loaded with fur and timber"],["2","1 {@creature young silver dragon} (attitude: {@dice 1d10 + 3}) tracking a frost giant raiding party"],["3","1 {@creature frost giant} hunting with {@dice 1d4} {@creature Winter Wolf||winter wolves} (attitude for all: {@dice 1d6})"],["4","2 {@creature Frost Giant||frost giants} (attitude: {@dice 1d6 + 2}) burying a body that rises as 1 {@creature frostmourn|BGG} (attitude: {@dice 1d4 + 1}) in the process"],["5","{@dice 2d4} {@creature Giant Goat||giant goats} (attitude: {@dice 1d6 + 4}) wandering about with chewed tethers"],["6","1 {@creature troll} (attitude: {@dice 1d10 + 2}) anxiously searching for the lost goats it tends for a frost giant tribe"],["7","1 {@creature frost giant} (attitude: {@dice 1d8 + 1}) building a wind shelter from ice blocks"],["8","1 {@creature frost giant ice shaper|BGG} (attitude: {@dice 1d10}) performing a sacrifice to Thrym"],["9","1 bored {@creature troll amalgam|BGG} (attitude: {@dice 1d10}) throwing its arm at a stack of boulders"],["10","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d8 + 3}) on a pilgrimage"],["11","1 {@creature ogre bolt launcher|MPMM} and {@dice 1d4 + 2} {@creature Ogre||ogres} (attitude for all: {@dice 1d6}) bringing spoils from a raid to their frost giant leader"],["12","1 {@creature frost giant everlasting one|MPMM} (attitude: {@dice 1d4 + 1}) plotting revenge against the tribe that exiled it"]]},{"name":"Giant Construct Encounters","type":"table","source":"BGG","page":53,"caption":"Giant Construct Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature runic colossus|BGG} (attitude: {@dice 1d6}) slowly rousing from a dormant state"],["2","{@dice 2d4} {@creature Animated Armor||animated armors} (Large) and 1 {@creature rug of smothering} (attitude for all: {@dice 1d6}) keeping watch"],["3","1 {@creature iron golem} (attitude: {@dice 1d6}) patrolling"],["4","1 {@creature shield guardian} (attitude: {@dice 1d12}) searching for its master"],["5","1 {@creature stone golem} (attitude: {@dice 1d6}) crudely carved to resemble a hill giant"],["6","{@dice 1d4 + 1} {@creature Helmed Horror||helmed horrors} (attitude: {@dice 1d8}) in a partially dormant state, as if asleep"],["7","2 {@creature Flesh Golem||flesh golems} (Large; attitude: {@dice 1d6}) made from ogre corpses stitched with copper wire"],["8","1 {@creature clay golem} (attitude: {@dice 1d6 + 6}) awaiting the fulfillment of a verse of ancient prophecy, which the characters could fulfill"],["9","1 {@creature cadaver collector|MPMM} (attitude: {@dice 1d8}) gathering bodies destined to become a {@creature flesh colossus|BGG} (described in {@book chapter 6|BGG|6|Flesh Colossus})"],["10","1 {@creature retriever|MPMM} (attitude: {@dice 1d6}) searching for a thief who stole a Giant rune"]]},{"name":"Giant Kin Encounters","type":"table","source":"BGG","page":53,"caption":"Giant Kin Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A band of {@dice 2d6} {@creature Ogre||ogres} (attitude: {@dice 1d6}) fawning over enormous Giant runes inscribed in the ground"],["2","{@dice 1d4} {@creature Cyclops||cyclopes} (attitude: {@dice 1d10}) tending a herd of sheep"],["3","1 {@creature troll} and {@dice 2d4} {@creature Orc||orcs} (attitude for all: {@dice 1d8}) scouting new settlement locations"],["4","1 {@creature troll mutate|BGG} (attitude: {@dice 1d6}) drawing, scratching, or painting with too many claws"],["5","{@dice 1d4} {@creature Firbolg Primeval Warden|BGG|firbolg primeval wardens} (attitude: {@dice 1d12}) making camp"],["6","{@dice 1d4 + 1} {@creature Fensir Skirmisher|BGG|fensir skirmishers} (attitude: {@dice 1d6 + 2}) frantically gathering and hunting food to stockpile"],["7","1 {@creature firbolg wanderer|BGG} (attitude: {@dice 1d8}) reluctantly bargaining with 1 {@creature green hag} (attitude: {@dice 1d8 + 3})"],["8","2 {@creature Ettin||ettins} (attitude: {@dice 1d8}) playing cards, with each head as an individual player in a four-player game"],["9","2 {@creature Ogre Chain Brute|MPMM|ogre chain brutes} (attitude: {@dice 1d4 + 1}) demolishing a small structure"],["10","1 {@creature dire troll|MPMM} (attitude: {@dice 1d6}) eating a dead troll before it regenerates"]]},{"name":"Giant Necropolis Encounters","type":"table","source":"BGG","page":54,"caption":"Giant Necropolis Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature young red shadow dragon} (attitude: {@dice 1d4 + 1}) seeking treasures steeped in sorrow"],["2","2 {@creature Cairnwight|BGG|cairnwights} (attitude: {@dice 1d6 + 3}) critiquing each other's artistic works in progress"],["3","1 {@creature barrowghast|BGG} and 2 {@creature Zombie||zombies} (attitude for all: {@dice 1d4 + 1}) prowling for living creatures to slay"],["4","1 {@creature frostmourn|BGG} (attitude: {@dice 1d8 + 1}) contemplating the many notches on its greataxe"],["5","{@dice 1d4} {@creature Shadow||shadows} (attitude: {@dice 1d8}) playing out the last moments of their lives as a shadow puppet show on a wall"],["6","{@dice 2d6} {@creature Zombie||zombies} (attitude: {@dice 1d4 + 1}) shuffling listlessly, following a path of Giant runes painted in dried blood"],["7","1 {@creature firegaunt|BGG} (attitude: {@dice 1d4 + 1}) killing and destroying, desperately hoping someone will end its existence"],["8","1 {@creature flesh colossus|BGG} (attitude: {@dice 1d6}) marked with the Giant rune of death, defending the crumbled ruins of the place it was created to protect"],["9","1 {@creature tempest spirit|BGG} (attitude: {@dice 1d6}) searching for lost magical knowledge"],["10","1 {@creature spectral cloud|BGG} (attitude: {@dice 1d12}) wandering with a ghostly green lantern"]]},{"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":"Hill Giant Encounters","type":"table","source":"BGG","page":47,"caption":"Hill Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","2 {@creature Hill Giant||hill giants} charging at each other until their heads collide, while 4 {@creature Ogre||ogres} (attitude for all: {@dice 1d6 + 3}) watch and cheer"],["2","1 {@creature hill giant avalancher|BGG} (attitude: {@dice 1d8 + 2}) searching exasperatedly for a {@creature giant goose|BGG} that stole from the giant's bag"],["3","2 {@creature Hill Giant||hill giants} (attitude: {@dice 1d10}) trading broken weapons they've collected"],["4","1 {@creature hill giant} and 3 {@creature Ogre||ogres} (attitude for all: {@dice 1d12}) taking turns bowling ettin skulls at sticks stuck in the ground"],["5","1 {@creature hill giant} (attitude: {@dice 1d6 + 3}) dejectedly trying to reassemble a small stone building it accidentally demolished"],["6","{@dice 1d4} {@creature Otyugh||otyughs} (attitude: {@dice 1d10}) in a waste pit where hill giants dispose of feast remnants"],["7","1 {@creature hill giant} singing beautifully for {@dice 1d4} {@creature Dire Wolf||dire wolves} (attitude for all: {@dice 1d10 + 2})"],["8","2 {@creature Hill Giant||hill giants} (attitude: {@dice 1d8}) roasting a bear over a burning wagon and excessively seasoning it with spices plundered from the wagon"],["9","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d8 + 2}) enjoying a feast"],["10","1 {@creature hill giant} (attitude: {@dice 1d6}) asking for food from a gang of {@dice 2d4} {@creature Bugbear||bugbears} (attitude: {@dice 1d6 + 2})"],["11","1 {@creature flind|MPMM} (attitude: {@dice 1d4 + 1}) leading a bloodthirsty party of 5 {@creature Gnoll Hunter|MPMM|gnoll hunters} (attitude: {@dice 1d6})"],["12","1 {@creature mouth of Grolantor|MPMM} (attitude: {@dice 1d6}) eating everything in reach, including the landscape"]]},{"name":"Megafauna World Encounters","type":"table","source":"BGG","page":54,"caption":"Megafauna World Encounters","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 2d4} {@creature Giant Ox|BGG|giant oxen} (attitude: {@dice 1d6 + 4}) grazing on shrubs, trees, or thatched roofs"],["2","{@dice 1d3} {@creature Titanothere|BGG|titanotheres} (attitude: {@dice 1d8 + 3}) roaming; one of them scratches an itch on trees, uprooting them in the process"],["3","1 {@creature giant goose|BGG} (attitude: {@dice 1d8}) running with an item from a hill giant's bag (see \"{@book Giant Bags|BGG|5|Giant Bags}\" in {@book chapter 5|BGG|5}) in its mouth"],["4","2 {@creature Mammoth||mammoths} (attitude: {@dice 1d6}) locking tusks in a territory dispute"],["5","1 {@creature gigant|BGG} (attitude: {@dice 1d4 + 1}) rampaging"],["6","{@dice 1d4} {@creature Saber-Toothed Tiger||saber-toothed tigers} (attitude: {@dice 1d10}) stalking near a herd of {@dice 2d4} {@creature giant elk} (attitude: {@dice 1d6 + 3})"],["7","1 {@creature purple worm} (attitude: {@dice 1d4 + 1}) following vibrations toward food"],["8","{@dice 2d6} {@creature Giant Tick|BGG|giant ticks} (attitude: {@dice 1d4 + 1}) sucking the last blood from a giant's corpse"],["9","1 {@creature froghemoth|MPMM} (attitude: {@dice 1d6}) trying to hide somewhere comically inadequate for its bulk"],["10","1 {@creature gray render|MPMM} (attitude: {@dice 1d6 + 3}) gnawing the scenery"]]},{"name":"Mortuary Encounters (Levels 1—4)","type":"table","source":"AATM","caption":"Mortuary Encounters (Levels 1—4)","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A decapitated {@creature zombie} with the {@condition blinded} and {@condition deafened} conditions scrabbles along the ground, looking for its head. The zombie attacks any creature it detects."],["2","{@dice 1d4} {@creature Will-o'-Wisp||will-o'-wisps} offer to guide the characters to their destination but might lead them to a deadly location in the Mortuary, such as a crematorium."],["3","A poshly dressed Duster {@creature wight} asks the characters to help them write a eulogy that's due in 10 minutes."],["4","A friendly {@creature death dog} trots up to the characters and drops a bony hand at their feet. The dog wants to play fetch."],["5","Ten melancholy Dusters ({@creature Commoner||commoners}) conduct an open-casket funeral for a cheery {@creature skeleton} named Merle, who never received one in life. Merle lies in the casket but occasionally sits up to hear his own eulogies. The Dusters ask the characters if they'd like to say anything on behalf of the deceased."],["6","A lost {@creature animated coffin|AATM}* lurches along, carrying a reverently laid corpse to its crypt. The Construct approaches the characters and silently petitions them to escort it to its destination."],["7","{@dice 1d4} {@creature Zombie||zombies}, bloated and riddled with holes, shuffle up to the characters and each expel a {@creature swarm of rot grubs|MPMM}† at their feet. All the creatures are hostile toward the characters."],["8","A {@creature Heralds of Dust exorcist|AATM}* works to expel a {@creature dybbuk|MPMM}† from a corpse. The exorcist asks the characters to help in dispatch the Fiend."],["9","Two {@creature Bard|MPMM|bards}† in the Heralds of Dust approach the characters and sing a ballad honoring the dead. If the characters interrupt or otherwise ruin the tune, {@dice 1d4} irascible {@creature Specter||specters} emerge from the walls and attack, causing the bards to flee."],["10","Three {@creature skeleton} farmers quietly tend to corpse-white grave flowers in an underground garden. Four {@creature Stench Kow|MPMM|stench kows}† graze nearby and protect the farmers, who attack if the characters pluck any flowers or interfere with their work."]],"footnotes":["†Monsters marked with a dagger (†) appear in {@book Monsters of the Multiverse|MPMM}. Roll a {@dice d6} if you don't have that book.","*See {@book the appendix|AATM|Appendix: Mortuary Creatures}."]},{"name":"Mortuary Encounters (Levels 5—10)","type":"table","source":"AATM","caption":"Mortuary Encounters (Levels 5—10)","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Three {@creature Ghost||ghosts} of long-dead nobles invite the characters to an incorporeal tea party."],["2","{@dice 1d8 + 3} {@creature Ghoul||ghouls} feast on a veritable smorgasbord of corpses in a chilly morgue. The ghouls attack any who disturb their meal."],["3","Twenty {@creature Skeleton||skeletons} parade down a dusty hall, dancing all the way. The skeletons are friendly toward characters who join their procession but attack any who impede it."],["4","Disguised as a Humanoid member of the Heralds of Dust, a {@creature planetar} sneaks through a crypt in hopes of raising one of its god's agents from the dead. The angel reveals itself to the characters and asks for help in finding its way."],["5","The party unknowingly enters a crematorium, and the walls erupt with gouts of flame. Each creature in the room must succeed on a {@dc 18} Dexterity saving throw, taking 44 ({@dice 8d10}) fire damage on a failed save, or half as much damage on a successful one."],["6","A {@creature stone golem} composed of tombstones tromps down an empty hallway. It lets the characters pass if they etch an epitaph into its frame."],["7","A passing {@creature animated coffin|AATM}* exhales a hostile cloud of {@creature vampiric mist|MPMM}† with an audible wheeze."],["8","{@dice 1d6 + 2} {@creature Vargouille|MPMM|vargouilles}† fly through the halls, looking for their next meal. The vargouilles attack the characters on sight."],["9","{@dice 1d4} {@creature Spawn of Kyuss|MPMM|spawns of Kyuss}† shamble through the Mortuary, infecting its corpses. A lawful neutral {@creature wight} shouts for the party's aid in curbing the infestation."],["10","Two {@creature lost sorrowsworn|MPMM},† manifestations of those who never reached the afterlife, wander aimlessly. The sorrowsworn ask the characters to guide them to the great beyond. If the characters refuse the sorrowsworn attack in panicked fury."]],"footnotes":["†Monsters marked with a dagger (†) appear in {@book Monsters of the Multiverse|MPMM}. Roll a {@dice d6} if you don't have that book.","*See {@book the appendix|AATM|Appendix: Mortuary Creatures}."]},{"name":"Mortuary Encounters (Levels 11—16)","type":"table","source":"AATM","caption":"Mortuary Encounters (Levels 11—16)","colLabels":["{@dice d10}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Factol Skall|AATM}* drifts through the Mortuary toward his {@area orrery|025|x} (detailed later in this supplement)."],["2","Two {@creature Guardian Naga||guardian nagas} slither up to the party. The nagas are collecting stories about those who have passed."],["3","A {@creature death tyrant}, eager to build its undead army, lingers outside a derelict crypt. The monster accosts any non-Undead it encounters."],["4","An {@creature arcanaloth} testator informs the characters they much each present a copy of their last will and testament to continue their exploration. If a character doesn't have a will, the testator offers to write one for them on the spot in exchange for 10 gp each."],["5","A {@creature githyanki knight} and four pallbearers ({@creature Githyanki Warrior||githyanki warriors}) march toward a portal to the Astral Plane to honor a fallen comrade. The githyanki attack characters who interrupt their solemn procession but accept any who share the load as one of their own."],["6","A sarcophagus-like {@creature animated coffin|AATM}* conveys a haughty {@creature mummy lord} to its tomb. Two {@creature Mummy||mummies} walk alongside the coffin. The mummy lord demands that passersby acknowledge its rule with a bow; the mummies attack all who refuse."],["7","A {@creature cadaver collector|MPMM}† emerges from a portal to Acheron, dragging a cart of corpses behind it."],["8","A {@creature deathlock mastermind|MPMM}† leads four {@creature Deathlock|MPMM|deathlocks}† in an unholy ritual dedicated to the powers of death. To complete the ritual, the deathlocks require a living sacrifice—one of the characters would be perfect."],["9","Four {@creature Minotaur Skeleton||minotaur skeletons} carry a palanquin of bones supporting a hostile {@creature skull lord|MPMM}.†"],["10","A {@creature narzugon|MPMM}† astride a {@creature nightmare} patrols a stretch of catacombs as part of an archdevil's errand. The narzugon attacks any non-Undead, eager to add their souls to archdevil's growing collection."]],"footnotes":["†Monsters marked with a dagger (†) appear in {@book Monsters of the Multiverse|MPMM}. Roll a {@dice d6} if you don't have that book.","*See {@book the appendix|AATM|Appendix: Mortuary Creatures}."]},{"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":"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":"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":"Sigil Clerks' Ward Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Clerks' Ward Encounters","colLabels":["{@dice d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cocky {@creature bariaur wanderer|MPP} (see {@book Morte's Planar Parade|MPP}) offers their services to the party as a tout."],["2","A stiff-necked Fated tax collector ({@creature noble}), flanked by two {@creature Guard||guards}, smugly informs the characters they must each pay a \"promenade toll\" of 1 sp to proceed in their current direction."],["3","Out of breath and clearly hiding something on their person, a teenage tiefling {@creature spy} begs the characters to help them avoid two oncoming {@creature Harmonium Peacekeeper|MPP|Harmonium peacekeepers} (see {@book Morte's Planar Parade|MPP})."],["4","A drunk elf {@creature commoner} stumbles out of an onion-shaped cab pulled by a sweet and gullible {@creature unicorn} named Corny. The unicorn asks the characters if they need a ride."],["5","A wizened, purple-robed Incantifer ({@creature archmage}) passes through the streets, eliciting nervous whispers from a crowd of onlookers."],["6","A {@creature Society of Sensation Muse|MPP} (see {@book Morte's Planar Parade|MPP}) dazzles the characters with a street-side performance."],["7","Olga, a bookish {@creature frost giant}, trips before the characters as she hurries to the {@book Hall of Records|SatO|2|Hall of Records}, sending a stack of titanic papers into the air."],["8","An obnoxious {@creature equinal guardinal|MPP} (see {@book Morte's Planar Parade|MPP}) brays atop a street-side soapbox. They attempt to goad a character into a cynical debate about the future of Sigil."]]},{"name":"Sigil General Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil General Encounters","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-03","1 {@creature noble} pedestrian distractedly talking to 1 {@creature cranium rat squeaker|MPP}*"],["04-07","{@dice 1d4} {@creature dabus|MPP}*"],["08-10","1 {@creature scout} tumbling through a portal from the Material Plane"],["11-14","{@dice 1d4} {@creature Nightmare||nightmares} recklessly pulling a sedan chair"],["15-17","{@dice 1d10} {@creature Bariaur Wanderer|MPP|bariaur wanderers}*"],["18-22","{@dice 1d6} {@creature Harmonium Peacekeeper|MPP|Harmonium peacekeepers}* on patrol"],["23-25","{@dice 1d6} {@creature dust mephit} messengers"],["26-28","{@dice 1d4} {@creature Razorvine Blight|MPP|razorvine blights}*"],["29-32","{@dice 1d4} {@creature Society of Sensation Muse|MPP|Society of Sensation muses}*"],["33-36","{@dice 1d6} {@creature Quadrone||quadrones}"],["37-39","{@dice 1d4} {@creature Cranium Rat Squeaker Swarm|MPP|cranium rat squeaker swarms}*"],["40-43","1 {@creature Heralds of Dust Remnant|MPP|Herald of Dust remnant}* and {@dice 1d4} {@creature Zombie||zombies} collecting bodies"],["44-46","1 {@creature young copper dragon} sightseer"],["47-49","1 {@creature Mind's Eye matter smith|MPP}* carrying a rare gizmo"],["50-54","1 {@creature night hag} street vendor"],["55-57","{@dice 1d8} {@creature Bleak Cabal Void Soother|MPP|Bleak Cabal void soothers}* assisting locals"],["58-60","{@dice 1d4} {@creature Vrock||vrocks} on a shopping trip"],["61-63","{@dice 1d6} {@creature Equinal Guardinal|MPP|equinal guardinals}*"],["64-66","{@dice 1d6} {@creature Transcendent Order Instinct|MPP|Transcendent Order instincts}* parkouring through the crowd"],["67-69","{@dice 1d4} {@creature green slaad}"],["70-72","{@dice 1d4} {@creature Fated Shaker|MPP|Fated shakers}* collecting taxes"],["73-74","1 {@creature bone devil} late for a meeting"],["75-76","1 {@creature mage} who's overwhelmed, having just arrived from the Material Plane"],["77-79","{@dice 1d4} {@creature Mercykiller Bloodhound|MPP|Mercykiller bloodhounds}* tracking a criminal"],["80-81","{@dice 1d8} {@creature Githzerai Traveler|MPP|githzerai travelers}*"],["82-83","{@dice 1d4} {@creature maelephant|MPP}* mercenaries"],["84-85","{@dice 1d6} {@creature Doomguard rot blade|MPP}* monster hunters"],["86-87","1 {@creature planetar} looking for a shop"],["88-89","1 {@creature cuprilach rilmani|MPP}* spying on a target"],["90-91","1 {@creature Fraternity of Order law bender|MPP}*"],["92-93","{@dice 1d4} {@creature Cloud Giant||cloud giants} who've become lost"],["94-95","1 {@creature aboleth} in an aquarium sedan chair"],["96-97","1 {@creature kolyarut|MPP}*"],["98-99","A famous {@creature archmage}, like Bigby, Evard, Mordenkainen, or Tasha"],["100","The Lady of Pain and {@dice 2d4} {@creature dabus|MPP}*"]],"footnotes":["Creatures marked with an asterisk (*) appear in {@book Morte's Planar Parade|MPP}, while the rest are described in the {@book Monster Manual|MM}. Most creatures are initially indifferent to characters."]},{"name":"Sigil Hive Ward Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Hive Ward Encounters","colLabels":["{@dice d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature Hands of Havoc fire starter|MPP} (see {@book Morte's Planar Parade|MPP}), flame in hand and a wild look in their eyes, stands outside an abandoned building. \"Care to help?\" they ask the characters."],["2","A {@creature kelubar demodand|MPP} (see {@book Morte's Planar Parade|MPP}) street food vendor pushes a rusty cart down a nearby alley. Charred, sausage-link manacles dangle from the cart's torn awning. The demodand offers the characters anything on the cart for 5 cp."],["3","Two chaotic neutral {@creature Troll||trolls} in sleeveless vests strut up to the characters, eager to show off their matching tattoos, courtesy of the dabus Fell."],["4","Pugdug, a kind-eyed orc {@creature Bleak Cabal void soother|MPP} (see {@book Morte's Planar Parade|MPP}), offers to heal the characters, asking only that they pay the deed forward."],["5","Two out-of-breath githzerai ratcatchers ({@creature Guard||guards}) in pink skullcaps chase a nimble {@creature cranium rat squeaker|MPP} (see {@book Morte's Planar Parade|MPP}). \"Get 'em!\" they cry as the rat darts toward the characters."],["6","A droopy-eyed corpse collector (dwarf {@creature commoner}) in tattered clothing dumps a rotten body into the back of a wooden wagon. \"If ye need a ride to the Mortuary, there's room in the back!\" he laughs."],["7","A thieving {@creature musteval guardinal|MPP} (see {@book Morte's Planar Parade|MPP}) snatches a bag from a desperate human {@creature commoner} and flees into a nearby alley. The victim cries for help from the characters."],["8","Two {@creature Ettercap||ettercaps} hiss at the characters from an abandoned tenement building cocooned in thick webbing. The building belongs to the Spite Spinners, a gang of arachnid bandits and their boss, a {@creature darkweaver|MPP} (see {@book Morte's Planar Parade|MPP})."]]},{"name":"Sigil Lady's Ward Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Lady's Ward Encounters","colLabels":["{@dice d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A tiefling wastrel ({@creature noble}) flicks a gambling chip from {@book Fortune's Wheel|SatO|2|Fortune's Wheel} at the party, lamenting, \"May your luck be better than mine.\""],["2","A deluxe sedan chair carried by four {@creature Veteran||veterans} stops in front of the characters. A gloved Humanoid hand parts its privacy curtain, extending them an invitation to a masked ball."],["3","A cheery {@creature drider} skitters toward the party. A cultist of Lolth, the drider hands the party a pamphlet advertising an upcoming ritual at the {@book Infinite Well|SatO|2|Infinite Well} (see the \"{@book Lady's Ward Locations|SatO|2|Lady's Ward Locations}\" section)."],["4","A desperate {@creature commoner} from a faction of your choice has an impending trial in the {@book High Courts of Sigil|SatO|2|High Courts} (see the \"{@book Lady's Ward Locations|SatO|2|Lady's Ward Locations}\" section). Unable to secure an advocate, they plead with the characters to represent them in court."],["5","When the coast is clear, a shady-looking {@creature Doomguard rot blade|MPP} (see {@book Morte's Planar Parade|MPP}) opens their long overcoat in front of the characters to reveal a slew of finely crafted weapons available for purchase."],["6","Three {@creature Harmonium Peacekeeper|MPP|Harmonium peacekeepers} escort a manacled {@creature githzerai uniter|MPP} to the {@book Prison|SatO|2|Prison} (both stat blocks are in {@book Morte's Planar Parade|MPP}). As they pass the characters, the githzerai drops a crumpled note asserting their innocence."],["7","A character spots a notice from the Mercykillers for an escaped prisoner who bears an uncanny resemblance to someone in the party."],["8","Atop a low building, a {@creature githyanki warrior} proselytizes furiously to the characters about Aoskar, the Keeper of Gateways, claiming to have seen the dead god alive and well on the Astral Plane. As Harmonium officers move to arrest the githyanki, he mysteriously vanishes."]]},{"name":"Sigil Lower Ward Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Lower Ward Encounters","colLabels":["{@dice d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A thunder-voiced {@creature Mind's Eye matter smith|MPP} (see {@book Morte's Planar Parade|MPP}) admonishes passersby to realize the power inside themselves. As a demonstration, the matter smith reshapes material around one of the characters."],["2","Two {@creature Wererat||wererats} in human form approach the characters, offering to sell them various junkyard baubles, while a third wererat uses the distraction to pick a character's pocket."],["3","A {@creature bariaur wanderer|MPP} (see {@book Morte's Planar Parade|MPP}) wearing a gold monocle and an embroidered vest asks the characters to pick up an order for him at a nearby pawnshop. He offers to pay them 10 gp for their trouble (and their discretion)."],["4","Two {@creature minotaur} smiths argue with a {@creature goristro} over the price of an expertly forged greataxe, turning to the characters to settle the debate."],["5","An {@creature Athar null|MPP} (see {@book Morte's Planar Parade|MPP}) warmly greets the characters and offers to show them to their destination—while subtly pitching Athar philosophy to them."],["6","The {@creature ghost} of a factory worker appears to the characters and asks them to retrieve its skull from the {@book Bones of the Night|SatO|2|Bones of the Night} (see the \"{@book Lower Ward Locations|SatO|2|Lower Ward Locations}\" section) so it can finally be laid to rest."],["7","Two {@creature Githzerai Monk||githzerai monks} approach the characters, searching for a dangerous {@creature blue slaad} that stole a mote of primordial chaos from the {@book Face of Gith|SatO|2|Face of Gith} tavern (see the \"{@book Lower Ward Locations|SatO|2|Lower Ward Locations}\" section)."],["8","A soot-stained goblin {@creature mage} uses fire magic to repair a damaged {@creature iron golem} in the street. She tells the characters she needs two hundred pounds of iron to replace the construct's missing arm—even scrap will do."]]},{"name":"Sigil Market Ward Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Market Ward Encounters","colLabels":["{@dice d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature Transcendent Order instinct|MPP} (see {@book Morte's Planar Parade|MPP}) asks to spar with the characters, promising a reward if the character wins the fight."],["2","A neutral good {@creature manticore} acupuncturist brushes past the characters, accidentally poking one of them with its spiny tail. As a token of apology, the manticore gifts the party a voucher for one free spa treatment at the Flame Pits (see the \"{@book Market Ward Locations|SatO|2|Market Ward Locations}\" section)."],["3","Wheeze Whistletooth, a {@creature night hag} with a persistent hacking cough, offers the party free samples of her famous mystery meat pies."],["4","Clearly troubled, a human {@creature commoner} in the Free League asks the party which faction, if any, they believe is right about the truths of the multiverse."],["5","Two {@creature Harmonium Peacekeeper|MPP|Harmonium peacekeepers} (see {@book Morte's Planar Parade|MPP}) question the characters about the whereabouts of a red-furred bariaur who reportedly stole a {@item potion of invisibility} from an alchemical shop."],["6","A tiny copper soldier fashioned by a {@creature pentadrone} toymaker marches up to the party, salutes them, and then stops functioning."],["7","A {@creature hill giant} stumbles toward the characters, pointing at his throat in worry but not saying a word. He's choking on an entire spit-roasted hog."],["8","Disguised as Rowan Darkwood, a {@creature barlgura} mastermind attempts to recruit the characters with a lucrative opportunity: robbing the Bank of Abbathor (see the \"{@book Market Ward Locations|SatO|2|Market Ward Locations}\" section)."]]},{"name":"Sigil Undersigil Encounters","type":"table","source":"SatO","page":59,"caption":"Sigil Undersigil Encounters","colLabels":["{@dice d6}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature vargouille reflection|MPP} (see {@book Morte's Planar Parade|MPP}) sprouts from a nearby corpse."],["2","Putrice, a {@creature night hag}, cackles as she fishes a wriggling {@creature larva|DMG} (see the {@book Dungeon Master's Guide|DMG}) from a vent underneath a fiend-owned restaurant."],["3","Two {@creature Cranium Rat Squeaker|MPP|cranium rat squeakers} (see {@book Morte's Planar Parade|MPP}) gnaw on the bones of a {@creature skeleton}, which reaches out toward the characters for help."],["4","Two {@creature dabus|MPP} (see {@book Morte's Planar Parade|MPP}) prune back a mass of razorvine that has spread through a barred grate to the busy street above. As they trim its barbed branches, something shudders within."],["5","Three {@creature sahuagin} emerge from a wide pipe. \"Polluters!\" shouts one of them, addressing the characters."],["6","A warm sponge cake cools on a dusty stone ledge. Its sweet, strawberry aroma wafts through the otherwise dingy passage. A note reading \"DO NOT EAT\" rests below its porcelain serving dish."]]},{"name":"Stone Giant Encounters","type":"table","source":"BGG","page":48,"caption":"Stone Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature stone giant} and 1 {@creature xorn} (attitude for both: {@dice 1d10}) hunting for gems, much the way surface peoples hunt for truffles"],["2","1 {@creature stone giant rockspeaker|BGG} conferring with 2 {@creature Galeb Duhr||galeb duhrs} (attitude for all: {@dice 1d8 + 4})"],["3","1 {@creature stone giant} (attitude: {@dice 1d12}) playing fetch with 1 {@creature carrion crawler} (attitude: {@dice 1d4 + 1})"],["4","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d10}) practicing throwing rocks"],["5","1 {@creature stone giant} arguing with 1 {@creature minotaur} (attitude for both: {@dice 1d12}) about the best path for a maze they're designing"],["6","1 {@creature stone giant} (attitude: {@dice 1d6 + 4}) dreamily carving a slab of rock into an abstract hill giant figure"],["7","1 {@creature cairnwight|BGG} (attitude: {@dice 1d8 + 2}) searching for treasure stolen from its tomb"],["8","{@dice 2d4} cave bears ({@creature Polar Bear||polar bears}; attitude: {@dice 1d6 + 1}) on patrol"],["9","1 {@creature stone giant of Evil Earth|BGG} (attitude: {@dice 1d6}) arguing theology with 2 {@creature Stone Giant||stone giants} (attitude: {@dice 1d12})"],["10","{@dice 2d6} dwarf prospectors ({@creature Veteran||veterans}; attitude: {@dice 1d12}) delving into areas full of stone giant dream carvings"],["11","2 {@creature Korred|MPMM|korreds} (attitude: {@dice 1d8}) exchanging their cut hair with 1 {@creature stone giant} (attitude: {@dice 1d10}) for stone and gem artwork"],["12","1 {@creature stone giant dreamwalker|MPMM} (attitude: {@dice 1d8 + 2}) collecting objects and creatures to fuse into its body"]]},{"name":"Storm Giant Encounters","type":"table","source":"BGG","page":48,"caption":"Storm Giant Encounters","colLabels":["{@dice d12}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature storm giant tempest caller|BGG} (attitude: {@dice 1d8 + 2}) communing with a lightning-lit face in a thundercloud"],["2","1 {@creature storm giant} riding 1 {@creature aerosaur|BGG} (attitude for both: {@dice 1d10})"],["3","1 {@creature lightning hulk|BGG} (attitude: {@dice 1d6}) reveling in destruction"],["4","1 {@creature storm giant} hunting or fishing with 1 {@creature griffon} or {@creature giant octopus} companion (attitude for both: {@dice 1d10 + 2})"],["5","1 {@creature storm giant} (attitude: {@dice 1d12}) patiently explaining a Giant rune to {@dice 1d4} {@creature Ogre||ogres} (attitude: {@dice 1d10})"],["6","2 {@creature Storm Giant||storm giants} (attitude: {@dice 1d8 + 2}) moving pieces on a massive game board according to events that haven't happened yet"],["7","{@dice 1d4} {@creature Behir||behirs} (attitude: {@dice 1d8 + 1}) stalking storm giants"],["8","{@dice 2d4} {@creature goliath giant-kin|BGG} (attitude: {@dice 1d8 + 3}) meditating in hopes of receiving a vision or prophetic word"],["9","1 {@creature storm herald|BGG} conferring with 1 {@creature kraken} (attitude for both: {@dice 1d8 + 1})"],["10","1 {@creature adult blue dragon} (attitude: {@dice 1d6}) seeking the secret refuge of a storm giant oracle who is an ancient enemy"],["11","1 {@creature kraken priest|MPMM} and 3 {@creature Deep Scion|MPMM|deep scions} (attitude for all: {@dice 1d4 + 1}) studying storm giant runes"],["12","1 {@creature storm giant quintessent|MPMM} (attitude: {@dice 1d12}) reading omens in the migration paths of 2 {@creature Roc||rocs} or {@creature Killer Whale||killer whales} (attitude: {@dice 1d6 + 4})"]]},{"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":"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":"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":"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":"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","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":"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":"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":"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":"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":"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":"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":"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":"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":"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)"]]},{"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"]]}],"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":"Explosives","tables":[{"type":"table","caption":"Explosives","colLabels":["Renaissance Item","Cost","Weight"],"colStyles":["col-8","col-2 text-right","col-2 text-right"],"rows":[["{@item Bomb}","150 gp","1 lb."],["{@item Gunpowder Keg||Gunpowder, keg}","250 gp","20 lb."],["{@item Gunpowder Horn||Gunpowder, powder horn}","35 gp","2 lb."]]},{"type":"table","colLabels":["Modern Item","Cost","Weight"],"colStyles":["col-8 text","col-2 text-right","col-2 text-right"],"rows":[["{@item Dynamite (stick)}","—","1 lb."],["{@item Fragmentation Grenade||Grenade, fragmentation}","—","1 lb."],["{@item Smoke Grenade||Grenade, smoke}","—","2 lb."],["{@item Grenade Launcher||Grenade launcher}","—","7 lb."]]}],"page":267,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"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}},{"type":"tableGroup","name":"Dungeon Spread Decks","page":11,"source":"DMTCRG","tables":[{"type":"table","caption":"Locations Deck","page":11,"rows":[["{@card Bridge|Deck of Many More Things|DMTCRG}"],["{@card Cavern|Deck of Many More Things|DMTCRG}"],["{@card Crossroads|Deck of Many More Things|DMTCRG}"],["{@card Donjon|Deck of Many More Things|DMTCRG}"],["{@card Maze|Deck of Many More Things|DMTCRG}"],["{@card Path|Deck of Many More Things|DMTCRG}"],["{@card Ruin|Deck of Many More Things|DMTCRG}"],["{@card Tavern|Deck of Many More Things|DMTCRG}"],["{@card Temple|Deck of Many More Things|DMTCRG}"],["{@card Tomb|Deck of Many More Things|DMTCRG}"],["{@card Tower|Deck of Many More Things|DMTCRG}"]]},{"type":"table","caption":"Story Deck *","page":11,"rows":[["{@card Balance|Deck of Many More Things|DMTCRG}"],["{@card Comet|Deck of Many More Things|DMTCRG}"],["{@card Fates|Deck of Many More Things|DMTCRG}"],["{@card Flames|Deck of Many More Things|DMTCRG}"],["{@card Moon|Deck of Many More Things|DMTCRG}"],["{@card Ship|Deck of Many More Things|DMTCRG}"],["{@card Star|Deck of Many More Things|DMTCRG}"],["{@card Sun|Deck of Many More Things|DMTCRG}"],["{@card Talons|Deck of Many More Things|DMTCRG}"],["{@card Void|Deck of Many More Things|DMTCRG}"]],"footnotes":["* Optional"]},{"type":"table","caption":"Features Deck","page":11,"rows":[["{@card Aberration|Deck of Many More Things|DMTCRG}","{@card Mage|Deck of Many More Things|DMTCRG}"],["{@card Beast|Deck of Many More Things|DMTCRG}","{@card Map|Deck of Many More Things|DMTCRG}"],["{@card Book|Deck of Many More Things|DMTCRG}","{@card Monstrosity|Deck of Many More Things|DMTCRG}"],["{@card Campfire|Deck of Many More Things|DMTCRG}","{@card Ooze|Deck of Many More Things|DMTCRG}"],["{@card Celestial|Deck of Many More Things|DMTCRG}","{@card Pit|Deck of Many More Things|DMTCRG}"],["{@card Construct|Deck of Many More Things|DMTCRG}","{@card Plant|Deck of Many More Things|DMTCRG}"],["{@card Corpse|Deck of Many More Things|DMTCRG}","{@card Priest|Deck of Many More Things|DMTCRG}"],["{@card Door|Deck of Many More Things|DMTCRG}","{@card Prisoner|Deck of Many More Things|DMTCRG}"],["{@card Dragon|Deck of Many More Things|DMTCRG}","{@card Puzzle|Deck of Many More Things|DMTCRG}"],["{@card Elemental|Deck of Many More Things|DMTCRG}","{@card Ring|Deck of Many More Things|DMTCRG}"],["{@card Euryale|Deck of Many More Things|DMTCRG}","{@card Rogue|Deck of Many More Things|DMTCRG}"],["{@card Expert|Deck of Many More Things|DMTCRG}","{@card Sage|Deck of Many More Things|DMTCRG}"],["{@card Fey|Deck of Many More Things|DMTCRG}","{@card Shield|Deck of Many More Things|DMTCRG}"],["{@card Fiend|Deck of Many More Things|DMTCRG}","{@card Skull|Deck of Many More Things|DMTCRG}"],["{@card Fool|Deck of Many More Things|DMTCRG}","{@card Staff|Deck of Many More Things|DMTCRG}"],["{@card Gem|Deck of Many More Things|DMTCRG}","{@card Stairway|Deck of Many More Things|DMTCRG}"],["{@card Giant|Deck of Many More Things|DMTCRG}","{@card Statue|Deck of Many More Things|DMTCRG}"],["{@card Humanoid|Deck of Many More Things|DMTCRG}","{@card Throne|Deck of Many More Things|DMTCRG}"],["{@card Jester|Deck of Many More Things|DMTCRG}","{@card Tree|Deck of Many More Things|DMTCRG}"],["{@card Key|Deck of Many More Things|DMTCRG}","{@card Undead|Deck of Many More Things|DMTCRG}"],["{@card Knight|Deck of Many More Things|DMTCRG}","{@card Warrior|Deck of Many More Things|DMTCRG}"],["{@card Lance|Deck of Many More Things|DMTCRG}","{@card Well|Deck of Many More Things|DMTCRG}"]]}],"chapter":{"name":"Adventure Spreads","index":2}},{"type":"tableGroup","name":"Random Magic Items - Arcana","source":"XDMG","page":326,"tables":[{"type":"table","caption":"Arcana - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Bead of Nourishment|XDMG}"],["03–04","{@item Bead of Refreshment|XDMG}"],["05–07","{@item Candle of the Deep|XDMG}"],["08–10","{@item Cloak of Billowing|XDMG}"],["11–13","{@item Cloak of Many Fashions|XDMG}"],["14–15","{@item Clothes of Mending|XDMG}"],["16–17","{@item Dark Shard Amulet|XDMG}"],["18–19","{@item Enduring Spellbook|XDMG}"],["20–21","{@item Ersatz Eye|XDMG}"],["22–24","{@item Hat of Vermin|XDMG}"],["25–27","{@item Hat of Wizardry|XDMG}"],["28–29","{@item Heward's Handy Spice Pouch|XDMG}"],["30–31","{@item Horn of Silent Alarm|XDMG}"],["32–33","{@item Instrument of Illusions|XDMG}"],["34–35","{@item Instrument of Scribing|XDMG}"],["36–37","{@item Lock of Trickery|XDMG}"],["38–40","{@item Mystery Key|XDMG}"],["41–42","{@item Orb of Direction|XDMG}"],["43–44","{@item Orb of Time|XDMG}"],["45–46","{@item Perfume of Bewitching|XDMG}"],["47–49","{@item Pipe of Smoke Monsters|XDMG}"],["50–52","{@item Potion of Climbing|XDMG}"],["53–55","{@item Potion of Comprehension|XDMG}"],["56–58","{@item Pot of Awakening|XDMG}"],["59–60","{@item Prosthetic Limb|XDMG}"],["61–64","{@item Rival Coin|XDMG}"],["65–66","{@item Rope of Mending|XDMG}"],["67–68","{@item Ruby of the War Mage|XDMG}"],["69–82","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Cantrip)|XDMG|cantrip} or {@item Spell Scroll (Level 1)|XDMG|level 1} spell)"],["83–84","{@item Staff of Adornment|XDMG}"],["85–86","{@item Staff of Birdcalls|XDMG}"],["87–89","{@item Staff of Flowers|XDMG}"],["90–92","{@item Talking Doll|XDMG}"],["93–94","{@item Tankard of Sobriety|XDMG}"],["95–97","{@item Wand of Conducting|XDMG}"],["98–00","{@item Wand of Pyrotechnics|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Arcana Tables","page":326}],"section":"Arcana Tables","sectionIndex":1},{"type":"table","caption":"Arcana - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@item Amulet of Proof against Detection and Location|XDMG}"],["02","{@item Baba Yaga's Dancing Broom|XDMG}"],["03–05","{@item Bag of Holding|XDMG}"],["06–07","{@item Bag of Tricks|XDMG}"],["08","{@item Brooch of Shielding|XDMG}"],["09","{@item Broom of Flying|XDMG}"],["10","{@item Cap of Water Breathing|XDMG}"],["11","{@item Circlet of Blasting|XDMG}"],["12–13","{@item Cloak of Protection|XDMG}"],["14","{@item Cloak of the Manta Ray|XDMG}"],["15","{@item Decanter of Endless Water|XDMG}"],["16","{@item Deck of Illusions|XDMG}"],["17–18","{@item Driftglobe|XDMG}"],["19–20","{@item Dust of Disappearance|XDMG}"],["21","{@item Dust of Dryness|XDMG}"],["22","{@item Dust of Sneezing and Choking|XDMG}"],["23–24","{@item Elemental Gem|XDMG}"],["25","{@item Enspelled Staff|XDMG} (cantrip or level 1 spell)"],["26","{@item Eversmoking Bottle|XDMG}"],["27","{@item Eyes of Charming|XDMG}"],["28","{@item Eyes of Minute Seeing|XDMG}"],["29–30","{@item Figurine of Wondrous Power, Silver Raven|XDMG|Figurine of Wondrous Power (silver raven)}"],["31","{@item Gem of Brightness|XDMG}"],["32","{@item Hag Eye|XDMG}"],["33","{@item Hat of Disguise|XDMG}"],["34","{@item Headband of Intellect|XDMG}"],["35","{@item Helm of Comprehending Languages|XDMG}"],["36","{@item Helm of Telepathy|XDMG}"],["37","{@item Immovable Rod|XDMG}"],["38","{@item Lantern of Revealing|XDMG}"],["39","{@item Medallion of Thoughts|XDMG}"],["40","{@item Mithral Armor|XDMG}"],["41–42","{@item Necklace of Adaptation|XDMG}"],["43","{@item Oil of Slipperiness|XDMG}"],["44","{@item Pearl of Power|XDMG}"],["45","{@item Periapt of Health|XDMG}"],["46–47","{@item Philter of Love|XDMG}"],["48–49","{@item Potion of Animal Friendship|XDMG}"],["50–51","{@item Potion of Fire Breath|XDMG}"],["52–53","{@item Potion of Hill Giant Strength|XDMG|Potion of Giant Strength (hill)}"],["54–55","{@item Potion of Growth|XDMG}"],["56–57","{@item Potion of Poison|XDMG}"],["58–59","{@item Potion of Resistance|XDMG}"],["60–61","{@item Potion of Water Breathing|XDMG}"],["62","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Anchor|XDMG|anchor}, {@item Quaal's Feather Token, Fan|XDMG|fan}, or {@item Quaal's Feather Token, Tree|XDMG|tree})"],["63","{@item Ring of Mind Shielding|XDMG}"],["64–65","{@item Robe of Useful Items|XDMG}"],["66–67","{@item Rod of the Pact Keeper|XDMG}"],["68–69","{@item Rope of Climbing|XDMG}"],["70","{@item Saddle of the Cavalier|XDMG}"],["71–72","{@item Sending Stones|XDMG}"],["73–74","{@item Slippers of Spider Climbing|XDMG}"],["75–82","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 2)|XDMG|level 2} or {@item Spell Scroll (Level 3)|XDMG|level 3} spell)"],["83","{@item Staff of the Adder|XDMG}"],["84","{@item Staff of the Python|XDMG}"],["85–88","{@item Wand of Magic Detection|XDMG}"],["89–91","{@item Wand of Magic Missiles|XDMG}"],["92–93","{@item Wand of Secrets|XDMG}"],["94–95","{@item +1 Wand of the War Mage|XDMG|Wand of the War Mage, +1}"],["96–97","{@item Wand of Web|XDMG}"],["98–99","{@item Wind Fan|XDMG}"],["00","{@item Winged Boots|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Arcana Tables","page":326}],"section":"Arcana Tables","sectionIndex":2},{"type":"table","caption":"Arcana - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@item Bag of Beans|XDMG}"],["02–03","{@item Bead of Force|XDMG}"],["04","{@item Bowl of Commanding Water Elementals|XDMG}"],["05–06","{@item Bracers of Defense|XDMG}"],["07","{@item Brazier of Commanding Fire Elementals|XDMG}"],["08–09","{@item Cape of the Mountebank|XDMG}"],["10","{@item Censer of Controlling Air Elementals|XDMG}"],["11–12","{@item Chime of Opening|XDMG}"],["13–14","{@item Cloak of Displacement|XDMG}"],["15–16","{@item Cloak of the Bat|XDMG}"],["17","{@item Cube of Force|XDMG}"],["18","{@item Cube of Summoning|XDMG}"],["19","{@item Daern's Instant Fortress|XDMG}"],["20–21","{@item Enspelled Staff|XDMG} (level 2 or 3 spell)"],["22–23","{@item Figurine of Wondrous Power|XDMG} ({@item Figurine of Wondrous Power, Bronze Griffon|XDMG|bronze griffon}, {@item Figurine of Wondrous Power, Ebony Fly|XDMG|ebony fly}, {@item Figurine of Wondrous Power, Golden Lions|XDMG|golden lions}, {@item Figurine of Wondrous Power, Ivory Goats|XDMG|ivory goats}, {@item Figurine of Wondrous Power, Marble Elephant|XDMG|marble elephant}, {@item Figurine of Wondrous Power, Onyx Dog|XDMG|onyx dog}, or {@item Figurine of Wondrous Power, Serpentine Owl|XDMG|serpentine owl})"],["24–25","{@item Folding Boat|XDMG}"],["26–27","{@item Gem of Seeing|XDMG}"],["28","{@item Helm of Teleportation|XDMG}"],["29–30","{@item Heward's Handy Haversack|XDMG}"],["31–32","{@item Horseshoes of Speed|XDMG}"],["33–34","{@item Ioun Stone, Reserve|XDMG|Ioun Stone (reserve)}"],["35","{@item Iron Bands of Bilarro|XDMG}"],["36","{@item Mantle of Spell Resistance|XDMG}"],["37–38","{@item Necklace of Fireballs|XDMG}"],["39","{@item Oil of Etherealness|XDMG}"],["40","{@item Portable Hole|XDMG}"],["41–42","{@item Potion of Clairvoyance|XDMG}"],["43–44","{@item Potion of Diminution|XDMG}"],["45–46","{@item Potion of Gaseous Form|XDMG}"],["47","{@item Potion of Fire Giant Strength|XDMG|Potion of Giant Strength (fire)}"],["48–49","{@item Potion of Giant Strength|XDMG} ({@item Potion of Frost Giant Strength|XDMG|frost} or {@item Potion of Stone Giant Strength|XDMG|stone})"],["50–51","{@item Potion of Heroism|XDMG}"],["52–53","{@item Potion of Invisibility|XDMG}"],["54–55","{@item Potion of Invulnerability|XDMG}"],["56–57","{@item Potion of Mind Reading|XDMG}"],["58–59","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Bird|XDMG|bird}, {@item Quaal's Feather Token, Swan Boat|XDMG|swan boat}, or {@item Quaal's Feather Token, Whip|XDMG|whip})"],["60–61","{@item Ring of Feather Falling|XDMG}"],["62","{@item Ring of Spell Storing|XDMG}"],["63","{@item Ring of X-ray Vision|XDMG}"],["64–65","{@item Robe of Eyes|XDMG}"],["66","{@item Rod of Rulership|XDMG}"],["67–68","{@item +2 Rod of the Pact Keeper|XDMG|Rod of the Pact Keeper, +2}"],["69–70","{@item Scroll of Protection|XDMG}"],["71–75","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 4)|XDMG|level 4} or {@item Spell Scroll (Level 5)|XDMG|level 5} spell)"],["76–77","{@item Staff of Charming|XDMG}"],["78–79","{@item Staff of Swarming Insects|XDMG}"],["80–81","{@item Staff of Withering|XDMG}"],["82","{@item Stone of Controlling Earth Elementals|XDMG}"],["83–84","{@item Wand of Binding|XDMG}"],["85–86","{@item Wand of Fear|XDMG}"],["87–90","{@item Wand of Fireballs|XDMG}"],["91–94","{@item Wand of Lightning Bolts|XDMG}"],["95–96","{@item +2 Wand of the War Mage|XDMG|Wand of the War Mage, +2}"],["97–98","{@item Wand of Wonder|XDMG}"],["99–00","{@item Wings of Flying|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Arcana Tables","page":326}],"section":"Arcana Tables","sectionIndex":3},{"type":"table","caption":"Arcana - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Amulet of the Planes|XDMG}"],["03–04","{@item Bag of Devouring|XDMG}"],["05–06","{@item Carpet of Flying|XDMG}"],["07–08","{@item Cauldron of Rebirth|XDMG}"],["09–10","{@item Cloak of Arachnida|XDMG}"],["11–12","{@item Crystal Ball|XDMG}"],["13","{@item Dancing Sword|XDMG}"],["14","{@item Efreeti Bottle|XDMG}"],["15–16","{@item Enspelled Staff|XDMG} (level 4 or 5 spell)"],["17–18","{@item Figurine of Wondrous Power, Obsidian Steed|XDMG|Figurine of Wondrous Power (obsidian steed)}"],["19–20","{@item Hat of Many Spells|XDMG}"],["21–22","{@item Helm of Brilliance|XDMG}"],["23–24","{@item Horseshoes of a Zephyr|XDMG}"],["25–26","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Absorption|XDMG|absorption}, {@item Ioun Stone, Fortitude|XDMG|fortitude}, {@item Ioun Stone, Intellect|XDMG|intellect}, or {@item Ioun Stone, Leadership|XDMG|leadership})"],["27–28","{@item Manual of Golems|XDMG} ({@item Manual of Clay Golems|XDMG|clay}, {@item Manual of Flesh Golems|XDMG|flesh}, {@item Manual of Iron Golems|XDMG|iron}, or {@item Manual of Stone Golems|XDMG|stone})"],["29","{@item Mirror of Life Trapping|XDMG}"],["30–31","{@item Nolzur's Marvelous Pigments|XDMG}"],["32–34","{@item Oil of Sharpness|XDMG}"],["35–38","{@item Potion of Flying|XDMG}"],["39–42","{@item Potion of Cloud Giant Strength|XDMG|Potion of Giant Strength (cloud)}"],["43–46","{@item Potion of Greater Invisibility|XDMG}"],["47–49","{@item Potion of Longevity|XDMG}"],["50–53","{@item Potion of Speed|XDMG}"],["54–57","{@item Potion of Vitality|XDMG}"],["58–59","{@item Ring of Regeneration|XDMG}"],["60–61","{@item Ring of Shooting Stars|XDMG}"],["62–63","{@item Ring of Telekinesis|XDMG}"],["64–65","{@item Robe of Scintillating Colors|XDMG}"],["66–67","{@item Robe of Stars|XDMG}"],["68–69","{@item Rod of Absorption|XDMG}"],["70–71","{@item Rod of Security|XDMG}"],["72–73","{@item +3 Rod of the Pact Keeper|XDMG|Rod of the Pact Keeper, +3}"],["74–85","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 6)|XDMG|level 6}, {@item Spell Scroll (Level 7)|XDMG|level 7}, or {@item Spell Scroll (Level 8)|XDMG|level 8} spell)"],["86–87","{@item Staff of Fire|XDMG}"],["88–89","{@item Staff of Frost|XDMG}"],["90","{@item Staff of Power|XDMG}"],["91–92","{@item Staff of Thunder and Lightning|XDMG}"],["93–94","{@item Tome of Clear Thought|XDMG}"],["95–97","{@item Wand of Polymorph|XDMG}"],["98–00","{@item +3 Wand of the War Mage|XDMG|Wand of the War Mage, +3}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Arcana Tables","page":326}],"section":"Arcana Tables","sectionIndex":4},{"type":"table","caption":"Arcana - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item Apparatus of Kwalish|XDMG}"],["05–08","{@item Cloak of Invisibility|XDMG}"],["09–12","{@item Crystal Ball of Mind Reading|XDMG}"],["13–16","{@item Crystal Ball of Telepathy|XDMG}"],["17–20","{@item Crystal Ball of True Seeing|XDMG}"],["21–22","{@item Cubic Gate|XDMG}"],["23","{@item Deck of Many Things|XDMG}"],["24–27","{@item Enspelled Staff|XDMG} (level 6, 7, or 8 spell)"],["28–31","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Greater Absorption|XDMG|greater absorption}, {@item Ioun Stone, Mastery|XDMG|mastery}, or {@item Ioun Stone, Regeneration|XDMG|regeneration})"],["32–33","{@item Iron Flask|XDMG}"],["34–41","{@item Potion of Storm Giant Strength|XDMG|Potion of Storm Giant Strength (storm)}"],["42–45","{@item Ring of Djinni Summoning|XDMG}"],["46–49","{@item Ring of Elemental Command|XDMG} ({@item Ring of Elemental Command (Air)|XDMG|air}, {@item Ring of Elemental Command (Earth)|XDMG|earth}, {@item Ring of Elemental Command (Fire)|XDMG|fire}, or {@item Ring of Elemental Command (Water)|XDMG|water})"],["50–53","{@item Ring of Invisibility|XDMG}"],["54–57","{@item Ring of Spell Turning|XDMG}"],["58","{@item Ring of Three Wishes|XDMG}"],["59","{@item Robe of the Archmagi|XDMG}"],["60–61","{@item Scroll of Titan Summoning|XDMG}"],["62–65","{@item Sovereign Glue|XDMG}"],["66–83","{@item Spell Scroll (Level 9)|XDMG|Spell Scroll (level 9} spell)"],["84","{@item Sphere of Annihilation|XDMG}"],["85","{@item Staff of the Magi|XDMG}"],["86–88","{@item Talisman of the Sphere|XDMG}"],["89–92","{@item Tome of the Stilled Tongue|XDMG}"],["93–96","{@item Universal Solvent|XDMG}"],["97–00","{@item Well of Many Worlds|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Arcana Tables","page":326}],"section":"Arcana Tables","sectionIndex":5}],"chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"type":"tableGroup","name":"Random Magic Items - Armaments","source":"XDMG","page":328,"tables":[{"type":"table","caption":"Armaments - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–10","{@item Armor of Gleaming|XDMG}"],["11–20","{@item Cast-Off Armor|XDMG}"],["21–30","{@item Dread Helm|XDMG}"],["31–40","{@item Moon-Touched Sword|XDMG}"],["41–50","{@item Shield of Expression|XDMG}"],["51–60","{@item Silvered Weapon|XDMG}"],["61–70","{@item Smoldering Armor|XDMG}"],["71–80","{@item Sylvan Talon|XDMG}"],["81–90","{@item Veteran's Cane|XDMG}"],["91–00","{@item Walloping Ammunition|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Armaments Tables","page":328}],"section":"Armaments Tables","sectionIndex":1},{"type":"table","caption":"Armaments - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item Adamantine Armor|XDMG}"],["05–08","{@item Adamantine Weapon|XDMG}"],["09–13","{@item +1 Ammunition|XDMG|Ammunition, +1}"],["14–18","{@item Bracers of Archery|XDMG}"],["19–23","{@item Enspelled Armor|XDMG} (cantrip or level 1 spell)"],["24–28","{@item Enspelled Weapon|XDMG} (cantrip or level 1 spell)"],["29–33","{@item Gauntlets of Ogre Power|XDMG}"],["34–38","{@item Javelin of Lightning|XDMG}"],["39–43","{@item Mariner's Armor|XDMG}"],["44–48","{@item Mithral Armor|XDMG}"],["49–53","{@item Potion of Hill Giant Strength|XDMG|Potion of Giant Strength (hill)}"],["54–58","{@item Potion of Pugilism|XDMG}"],["59–62","{@item Quiver of Ehlonna|XDMG}"],["63–66","{@item Saddle of the Cavalier|XDMG}"],["67–71","{@item Sentinel Shield|XDMG}"],["72–76","{@item +1 Shield|XDMG|Shield, +1}"],["77–81","{@item Sword of Vengeance|XDMG}"],["82–85","{@item Trident of Fish Command|XDMG}"],["86–90","{@item +1 Weapon|XDMG|Weapon, +1}"],["91–95","{@item Weapon of Warning|XDMG}"],["96–00","{@item +1 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +1}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Armaments Tables","page":328}],"section":"Armaments Tables","sectionIndex":2},{"type":"table","caption":"Armaments - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item +2 Ammunition|XDMG|Ammunition, +2}"],["04–07","{@item +1 Armor|XDMG|Armor, +1}"],["08–10","{@item Armor of Resistance|XDMG}"],["11–13","{@item Armor of Vulnerability|XDMG}"],["14–15","{@item Arrow-Catching Shield|XDMG}"],["16–18","{@item Belt of Hill Giant Strength|XDMG|Belt of Giant Strength (hill)}"],["19–20","{@item Berserker Axe|XDMG}"],["21–22","{@item Daern's Instant Fortress|XDMG}"],["23–25","{@item Dagger of Venom|XDMG}"],["26–28","{@item Dragon Slayer|XDMG}"],["29–31","{@item Elven Chain|XDMG}"],["32–34","{@item Enspelled Armor|XDMG} (level 2 or 3 spell)"],["35–37","{@item Enspelled Weapon|XDMG} (level 2 or 3 spell)"],["38–40","{@item Flame Tongue|XDMG}"],["41–43","{@item Giant Slayer|XDMG}"],["44–46","{@item Horn of Blasting|XDMG}"],["47–48","{@item Horn of Valhalla|XDMG} ({@item Horn of Valhalla, Brass|XDMG|brass} or {@item Horn of Valhalla, Silver|XDMG|silver})"],["49–51","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Protection|XDMG|protection})"],["52–54","{@item Mace of Disruption|XDMG}"],["55–57","{@item Mace of Smiting|XDMG}"],["58–60","{@item Mace of Terror|XDMG}"],["61–63","{@item Potion of Fire Giant Strength|XDMG|Potion of Giant Strength (fire)}"],["64–66","{@item Potion of Giant Strength|XDMG} ({@item Potion of Frost Giant Strength|XDMG|frost} or {@item Potion of Stone Giant Strength|XDMG|stone})"],["67–69","{@item Potion of Heroism|XDMG}"],["70–72","{@item Potion of Invulnerability|XDMG}"],["73–75","{@item Ring of Protection|XDMG}"],["76–78","{@item Ring of the Ram|XDMG}"],["79–81","{@item +2 Shield|XDMG|Shield, +2}"],["82–84","{@item Shield of Missile Attraction|XDMG}"],["85–86","{@item Sun Blade|XDMG}"],["87–88","{@item Sword of Life Stealing|XDMG}"],["89–90","{@item Sword of Wounding|XDMG}"],["91–92","{@item Tentacle Rod|XDMG}"],["93–94","{@item Vicious Weapon|XDMG}"],["95–97","{@item +2 Weapon|XDMG|Weapon, +2}"],["98–00","{@item +2 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +2}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Armaments Tables","page":328}],"section":"Armaments Tables","sectionIndex":3},{"type":"table","caption":"Armaments - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item +3 Ammunition|XDMG|Ammunition, +3}"],["04–06","{@item Ammunition of Slaying|XDMG}"],["07–09","{@item Animated Shield|XDMG}"],["10–12","{@item +2 Armor|XDMG|Armor, +2}"],["13–14","{@item Belt of Fire Giant Strength|XDMG|Belt of Giant Strength (fire)}"],["15–17","{@item Belt of Giant Strength|XDMG} ({@item Belt of Frost Giant Strength|XDMG|frost} or {@item Belt of Stone Giant Strength|XDMG|stone})"],["18–19","{@item Dancing Sword|XDMG}"],["20–22","{@item Demon Armor|XDMG}"],["23–25","{@item Dragon Scale Mail|XDMG}"],["26–28","{@item Dwarven Plate|XDMG}"],["29–31","{@item Dwarven Thrower|XDMG}"],["32–34","{@item Energy Bow|XDMG}"],["35–37","{@item Enspelled Armor|XDMG} (level 4 or 5 spell)"],["38–40","{@item Enspelled Weapon|XDMG} (level 4 or 5 spell)"],["41–43","{@item Executioner's Axe|XDMG}"],["44–46","{@item Frost Brand|XDMG}"],["47–49","{@item Horn of Valhalla, Bronze|XDMG|Horn of Valhalla (bronze)}"],["50–52","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Strength|XDMG|strength})"],["53–55","{@item Lute of Thunderous Thumping|XDMG}"],["56–58","{@item Manual of Gainful Exercise|XDMG}"],["59–61","{@item Nine Lives Stealer|XDMG}"],["62–64","{@item Oathbow|XDMG}"],["65–68","{@item Oil of Sharpness|XDMG}"],["69–72","{@item Potion of Cloud Giant Strength|XDMG|Potion of Giant Strength (cloud)}"],["73–75","{@item Quarterstaff of the Acrobat|XDMG}"],["76–78","{@item Scimitar of Speed|XDMG}"],["79–82","{@item +3 Shield|XDMG|Shield, +3}"],["83–85","{@item Shield of the Cavalier|XDMG}"],["86–88","{@item Spellguard Shield|XDMG}"],["89–91","{@item Sword of Sharpness|XDMG}"],["92–94","{@item Thunderous Greatclub|XDMG}"],["95–97","{@item +3 Weapon|XDMG|Weapon, +3}"],["98–00","{@item +3 Wraps of Unarmed Power|XDMG|Wraps of Unarmed Power, +3}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Armaments Tables","page":328}],"section":"Armaments Tables","sectionIndex":4},{"type":"table","caption":"Armaments - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","{@item +3 Armor|XDMG|Armor, +3}"],["07–12","{@item Armor of Invulnerability|XDMG}"],["13–18","{@item Belt of Cloud Giant Strength|XDMG|Belt of Giant Strength (cloud)}"],["19–21","{@item Belt of Storm Giant Strength|XDMG|Belt of Giant Strength (storm)}"],["22–27","{@item Defender|XDMG}"],["28–33","{@item Efreeti Chain|XDMG}"],["34–39","{@item Enspelled Armor|XDMG} (level 6, 7, or 8 spell)"],["40–45","{@item Enspelled Weapon|XDMG} (level 6, 7, or 8 spell)"],["46–51","{@item Hammer of Thunderbolts|XDMG}"],["52–56","{@item Holy Avenger|XDMG}"],["57–62","{@item Horn of Valhalla, Iron|XDMG|Horn of Valhalla (iron)}"],["63–68","{@item Luck Blade|XDMG}"],["69–72","{@item Moonblade|XDMG}"],["73–78","{@item Plate Armor of Etherealness|XDMG}"],["79–87","{@item Potion of Storm Giant Strength|XDMG|Potion of Giant Strength (storm)}"],["88–90","{@item Rod of Lordly Might|XDMG}"],["91–95","{@item Sword of Answering|XDMG}"],["96–00","{@item Vorpal Sword|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Armaments Tables","page":328}],"section":"Armaments Tables","sectionIndex":5}],"chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"type":"tableGroup","name":"Random Magic Items - Implements","source":"XDMG","page":329,"tables":[{"type":"table","caption":"Implements - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Bead of Nourishment|XDMG}"],["03–04","{@item Bead of Refreshment|XDMG}"],["05–06","{@item Boots of False Tracks|XDMG}"],["07–08","{@item Candle of the Deep|XDMG}"],["09–10","{@item Charlatan's Die|XDMG}"],["11–13","{@item Cloak of Many Fashions|XDMG}"],["14–15","{@item Clockwork Amulet|XDMG}"],["16–17","{@item Ear Horn of Hearing|XDMG}"],["18–19","{@item Ersatz Eye|XDMG}"],["20–21","{@item Heward's Handy Spice Pouch|XDMG}"],["22–23","{@item Horn of Silent Alarm|XDMG}"],["24–25","{@item Instrument of Illusions|XDMG}"],["26–27","{@item Instrument of Scribing|XDMG}"],["28–29","{@item Lock of Trickery|XDMG}"],["30–32","{@item Moon-Touched Sword|XDMG}"],["33–34","{@item Mystery Key|XDMG}"],["35–36","{@item Orb of Direction|XDMG}"],["37–38","{@item Orb of Time|XDMG}"],["39–40","{@item Perfume of Bewitching|XDMG}"],["41–42","{@item Pipe of Smoke Monsters|XDMG}"],["43–44","{@item Pole of Angling|XDMG}"],["45–46","{@item Pole of Collapsing|XDMG}"],["47–52","{@item Potion of Climbing|XDMG}"],["53–58","{@item Potion of Comprehension|XDMG}"],["59–74","{@item Potion of Healing|XDMG}"],["75–76","{@item Prosthetic Limb|XDMG}"],["77–78","{@item Rope of Mending|XDMG}"],["79–80","{@item Staff of Birdcalls|XDMG}"],["81–82","{@item Sylvan Talon|XDMG}"],["83–84","{@item Talking Doll|XDMG}"],["85–86","{@item Tankard of Sobriety|XDMG}"],["87–90","{@item Veteran's Cane|XDMG}"],["91–92","{@item Walloping Ammunition|XDMG}"],["93–94","{@item Wand of Conducting|XDMG}"],["95–97","{@item Wand of Enemy Detection|XDMG}"],["98–00","{@item Wand of Pyrotechnics|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Implements Tables","page":329}],"section":"Implements Tables","sectionIndex":1},{"type":"table","caption":"Implements - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","{@item Alchemy Jug|XDMG}"],["03–06","{@item +1 Ammunition|XDMG|Ammunition, +1}"],["07–10","{@item Bag of Holding|XDMG}"],["11–12","{@item Boots of Elvenkind|XDMG}"],["13–14","{@item Boots of Striding and Springing|XDMG}"],["15–16","{@item Boots of the Winterlands|XDMG}"],["17–18","{@item Broom of Flying|XDMG}"],["19–20","{@item Cap of Water Breathing|XDMG}"],["21–22","{@item Cloak of Elvenkind|XDMG}"],["23–24","{@item Cloak of Protection|XDMG}"],["25–26","{@item Cloak of the Manta Ray|XDMG}"],["27","{@item Decanter of Endless Water|XDMG}"],["28–30","{@item Driftglobe|XDMG}"],["31–32","{@item Dust of Disappearance|XDMG}"],["33–34","{@item Dust of Dryness|XDMG}"],["35–36","{@item Dust of Sneezing and Choking|XDMG}"],["37–38","{@item Enspelled Weapon|XDMG} (cantrip or level 1 spell)"],["39–40","{@item Eyes of Minute Seeing|XDMG}"],["41–42","{@item Eyes of the Eagle|XDMG}"],["43–44","{@item Gloves of Missile Snaring|XDMG}"],["45–46","{@item Gloves of Swimming and Climbing|XDMG}"],["47–48","{@item Gloves of Thievery|XDMG}"],["49–50","{@item Goggles of Night|XDMG}"],["51","{@item Hag Eye|XDMG}"],["52–54","{@item Helm of Comprehending Languages|XDMG}"],["55","{@item Immovable Rod|XDMG}"],["56–57","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Doss Lute|XDMG|Doss lute}, {@item Instrument of the Bards, Fochlucan Bandore|XDMG|Fochlucan bandore}, or {@item Instrument of the Bards, Mac-Fuirmidh Cittern|XDMG|Mac-Fuirmidh cittern})"],["58–59","{@item Lantern of Revealing|XDMG}"],["60–61","{@item Nature's Mantle|XDMG}"],["62–63","{@item Oil of Slipperiness|XDMG}"],["64–65","{@item Pipes of Haunting|XDMG}"],["66–67","{@item Pipes of the Sewers|XDMG}"],["68–71","{@item Potion of Growth|XDMG}"],["72–80","{@item Potion of Greater Healing|XDMG|Potion of Healing (greater)}"],["81–84","{@item Potion of Water Breathing|XDMG}"],["85–86","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Anchor|XDMG|anchor}, {@item Quaal's Feather Token, Fan|XDMG|fan}, or {@item Quaal's Feather Token, Tree|XDMG|tree})"],["87–88","{@item Ring of Jumping|XDMG}"],["89–90","{@item Ring of Swimming|XDMG}"],["91–92","{@item Ring of Warmth|XDMG}"],["93–94","{@item Robe of Useful Items|XDMG}"],["95–96","{@item Rope of Climbing|XDMG}"],["97–98","{@item Stone of Good Luck|XDMG}"],["99–00","{@item Wand of Secrets|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Implements Tables","page":329}],"section":"Implements Tables","sectionIndex":2},{"type":"table","caption":"Implements - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@item +2 Ammunition|XDMG|Ammunition, +2}"],["05–08","{@item Bag of Beans|XDMG}"],["09–12","{@item Belt of Dwarvenkind|XDMG}"],["13–16","{@item Boots of Levitation|XDMG}"],["17–20","{@item Boots of Speed|XDMG}"],["21–24","{@item Chime of Opening|XDMG}"],["25–28","{@item Dimensional Shackles|XDMG}"],["29–32","{@item Enspelled Weapon|XDMG} (level 2 or 3 spell)"],["33–36","{@item Folding Boat|XDMG}"],["37–40","{@item Glamoured Studded Leather|XDMG}"],["41–44","{@item Heward's Handy Haversack|XDMG}"],["45–48","{@item Horseshoes of Speed|XDMG}"],["49–52","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Canaith Mandolin|XDMG|Canaith mandolin} or {@item Instrument of the Bards, Cli Lyre|XDMG|Cli lyre})"],["53–56","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Awareness|XDMG|awareness})"],["57–60","{@item Portable Hole|XDMG}"],["61–64","{@item Potion of Diminution|XDMG}"],["65–68","{@item Potion of Gaseous Form|XDMG}"],["69–76","{@item Potion of Superior Healing|XDMG|Potion of Healing (superior)}"],["77–80","{@item Quaal's Feather Token|XDMG} ({@item Quaal's Feather Token, Bird|XDMG|bird}, {@item Quaal's Feather Token, Swan Boat|XDMG|swan boat}, or {@item Quaal's Feather Token, Whip|XDMG|whip})"],["81–84","{@item Ring of Evasion|XDMG}"],["85–88","{@item Ring of Free Action|XDMG}"],["89–92","{@item Rope of Entanglement|XDMG}"],["93–96","{@item Staff of Healing|XDMG}"],["97–00","{@item Wand of Enemy Detection|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Implements Tables","page":329}],"section":"Implements Tables","sectionIndex":3},{"type":"table","caption":"Implements - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–07","{@item +3 Ammunition|XDMG|Ammunition, +3}"],["08–14","{@item Bag of Devouring|XDMG}"],["15–21","{@item Carpet of Flying|XDMG}"],["22–28","{@item Enspelled Weapon|XDMG} (level 4 or 5 spell)"],["29–35","{@item Horseshoes of a Zephyr|XDMG}"],["36–42","{@item Instrument of the Bards, Anstruth Harp|XDMG|Instrument of the Bards (Anstruth harp)}"],["43–49","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Agility|XDMG|agility})"],["50–56","{@item Lute of Thunderous Thumping|XDMG}"],["57–63","{@item Manual of Quickness of Action|XDMG}"],["64–70","{@item Nolzur's Marvelous Pigments|XDMG}"],["71–77","{@item Potion of Flying|XDMG}"],["78–86","{@item Potion of Supreme Healing|XDMG|Potion of Healing (supreme)}"],["87–93","{@item Potion of Speed|XDMG}"],["94–00","{@item Tome of Leadership and Influence|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Implements Tables","page":329}],"section":"Implements Tables","sectionIndex":4},{"type":"table","caption":"Implements - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–17","{@item Enspelled Weapon|XDMG} (level 6, 7, or 8 spell)"],["18–34","{@item Instrument of the Bards|XDMG} ({@item Instrument of the Bards, Ollamh Harp|XDMG|Ollamh harp})"],["35–54","{@item Sovereign Glue|XDMG}"],["55–70","{@item Sphere of Annihilation|XDMG}"],["71–83","{@item Talisman of the Sphere|XDMG}"],["84–00","{@item Universal Solvent|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Implements Tables","page":329}],"section":"Implements Tables","sectionIndex":5}],"chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"type":"tableGroup","name":"Random Magic Items - Relics","source":"XDMG","page":330,"tables":[{"type":"table","caption":"Relics - Common","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–08","{@item Ear Horn of Hearing|XDMG}"],["09–28","{@item Potion of Healing|XDMG}"],["29–36","{@item Pot of Awakening|XDMG}"],["37–44","{@item Ruby of the War Mage|XDMG}"],["45–52","{@item Shield of Expression|XDMG}"],["53–60","{@item Smoldering Armor|XDMG}"],["61–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Cantrip)|XDMG|cantrip} or {@item Spell Scroll (Level 1)|XDMG|level 1} spell)"],["81–90","{@item Staff of Adornment|XDMG}"],["91–00","{@item Staff of Flowers|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Relics Tables","page":330}],"section":"Relics Tables","sectionIndex":1},{"type":"table","caption":"Relics - Uncommon","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","{@item Enspelled Staff|XDMG} (cantrip or level 1 spell)"],["06–10","{@item Keoghtom's Ointment|XDMG}"],["11–15","{@item Mariner's Armor|XDMG}"],["16–20","{@item Nature's Mantle|XDMG}"],["21–25","{@item Pearl of Power|XDMG}"],["26–30","{@item Periapt of Health|XDMG}"],["31–35","{@item Periapt of Wound Closure|XDMG}"],["36–40","{@item Potion of Animal Friendship|XDMG}"],["41–55","{@item Potion of Greater Healing|XDMG|Potion of Healing (greater)}"],["56–60","{@item Potion of Resistance|XDMG}"],["61–65","{@item Ring of Water Walking|XDMG}"],["66–70","{@item Sending Stones|XDMG}"],["71–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 2)|XDMG|level 2} or {@item Spell Scroll (Level 3)|XDMG|level 3} spell)"],["81–85","{@item Staff of the Adder|XDMG}"],["86–90","{@item Staff of the Python|XDMG}"],["91–95","{@item Wand of Magic Detection|XDMG}"],["96–00","{@item +1 Wand of the War Mage|XDMG|Wand of the War Mage, +1}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Relics Tables","page":330}],"section":"Relics Tables","sectionIndex":2},{"type":"table","caption":"Relics - Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","{@item Amulet of Health|XDMG}"],["04–07","{@item +1 Armor|XDMG|Armor, +1}"],["08–09","{@item Bowl of Commanding Water Elementals|XDMG}"],["10–11","{@item Brazier of Commanding Fire Elementals|XDMG}"],["12–13","{@item Censer of Controlling Air Elementals|XDMG}"],["14–16","{@item Elixir of Health|XDMG}"],["17–19","{@item Enspelled Staff|XDMG} (level 2 or 3 spell)"],["20–22","{@item Horn of Blasting|XDMG}"],["23–25","{@item Horn of Valhalla|XDMG} ({@item Horn of Valhalla, Brass|XDMG|brass} or {@item Horn of Valhalla, Silver|XDMG|silver})"],["26–28","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Reserve|XDMG|reserve} or {@item Ioun Stone, Sustenance|XDMG|sustenance})"],["29–31","{@item Mace of Disruption|XDMG}"],["32–34","{@item Mace of Smiting|XDMG}"],["35–37","{@item Mace of Terror|XDMG}"],["38–40","{@item Necklace of Prayer Beads|XDMG}"],["41–43","{@item Periapt of Proof against Poison|XDMG}"],["44–51","{@item Potion of Superior Healing|XDMG|Potion of Healing (superior)}"],["52–54","{@item Ring of Animal Influence|XDMG}"],["55–58","{@item Ring of Resistance|XDMG}"],["59–61","{@item Ring of Spell Storing|XDMG}"],["62–65","{@item Scroll of Protection|XDMG}"],["66–73","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 4)|XDMG|level 4} or {@item Spell Scroll (Level 5)|XDMG|level 5} spell)"],["74–76","{@item Staff of Charming|XDMG}"],["77–79","{@item Staff of Healing|XDMG}"],["80–82","{@item Staff of Swarming Insects|XDMG}"],["83–85","{@item Staff of the Woodlands|XDMG}"],["86–88","{@item Staff of Withering|XDMG}"],["89–90","{@item Stone of Controlling Earth Elementals|XDMG}"],["91–93","{@item Tentacle Rod|XDMG}"],["94–96","{@item Wand of Paralysis|XDMG}"],["97–00","{@item +2 Wand of the War Mage|XDMG|Wand of the War Mage, +2}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Relics Tables","page":330}],"section":"Relics Tables","sectionIndex":3},{"type":"table","caption":"Relics - Very Rare","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","{@item +2 Armor|XDMG|Armor, +2}"],["06–10","{@item Candle of Invocation|XDMG}"],["11–15","{@item Cauldron of Rebirth|XDMG}"],["16–20","{@item Enspelled Staff|XDMG} (level 4 or 5 spell)"],["21–25","{@item Horn of Valhalla, Bronze|XDMG|Horn of Valhalla (bronze)}"],["26–30","{@item Ioun Stone|XDMG} ({@item Ioun Stone, Insight|XDMG|insight})"],["31–35","{@item Manual of Bodily Health|XDMG}"],["36–43","{@item Potion of Supreme Healing|XDMG|Potion of Healing (supreme)}"],["44–50","{@item Potion of Vitality|XDMG}"],["51–55","{@item Rod of Alertness|XDMG}"],["56–65","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 6)|XDMG|level 6}, {@item Spell Scroll (Level 7)|XDMG|level 7}, or {@item Spell Scroll (Level 8)|XDMG|level 8} spell)"],["66–70","{@item Spirit Board|XDMG}"],["71–75","{@item Staff of Fire|XDMG}"],["76–80","{@item Staff of Frost|XDMG}"],["81–85","{@item Staff of Striking|XDMG}"],["86–90","{@item Staff of Thunder and Lightning|XDMG}"],["91–95","{@item Tome of Understanding|XDMG}"],["96–00","{@item +3 Wand of the War Mage|XDMG|Wand of the War Mage, +3}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Relics Tables","page":330}],"section":"Relics Tables","sectionIndex":4},{"type":"table","caption":"Relics - Legendary","colLabels":["1d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–08","{@item Armor of Invulnerability|XDMG}"],["09–18","{@item +3 Armor|XDMG|Armor, +3}"],["19–27","{@item Enspelled Staff|XDMG} (level 6, 7, or 8 spell)"],["28–36","{@item Holy Avenger|XDMG}"],["37–45","{@item Horn of Valhalla, Iron|XDMG|Horn of Valhalla (iron)}"],["46–54","{@item Rod of Resurrection|XDMG}"],["55–63","{@item Scarab of Protection|XDMG}"],["64–72","{@item Scroll of Titan Summoning|XDMG}"],["73–80","{@item Spell Scroll|XDMG} ({@item Spell Scroll (Level 9)|XDMG|level 9} spell)"],["81–90","{@item Talisman of Pure Good|XDMG}"],["91–00","{@item Talisman of Ultimate Evil|XDMG}"]],"path":[{"name":"Chapter 7: Treasure","page":213},{"name":"Random Magic Items","page":326},{"name":"Relics Tables","page":330}],"section":"Relics Tables","sectionIndex":5}],"chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":6}},{"type":"tableGroup","name":"Tables; Weather","tables":[{"type":"table","caption":"Weather","colLabels":["1d20","Temperature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–14","Normal for the season"],["15–17","{@dice 1d4 × 10} degrees Fahrenheit colder"],["18–20","{@dice 1d4 × 10} degrees Fahrenheit hotter"]]},{"type":"table","colLabels":["1d20","Wind","Precipitation"],"colStyles":["col-2 text-center","col-2","col-8"],"rows":[["1–12","None","None"],["13–17","Light","Light rain or light snowfall"],["18–20","Strong","Heavy rain or heavy snowfall"]]}],"source":"XScreen","chapter":{"name":"DM Screen","index":0}}]} \ No newline at end of file diff --git a/data/generated/gendata-tag-redirects.json b/data/generated/gendata-tag-redirects.json index 13fd56d..4096904 100644 --- a/data/generated/gendata-tag-redirects.json +++ b/data/generated/gendata-tag-redirects.json @@ -1 +1 @@ -{"actions.html":{"attack_phb":"attack_xphb","cast%20a%20spell_phb":"magic_xphb","dash_phb":"dash_xphb","disengage_phb":"disengage_xphb","dodge_phb":"dodge_xphb","don%20or%20doff%20a%20shield_phb":"don%20or%20doff%20a%20shield_xphb","end%20concentration_phb":"end%20concentration_xphb","escape%20a%20grapple_phb":"escape%20a%20grapple_xphb","grapple_phb":{"hash":"unarmed%20strike_xphb","page":"variantrules.html"},"help_phb":"help_xphb","hide_phb":"hide_xphb","improvising%20an%20action_phb":"improvising%20an%20action_xphb","opportunity%20attack_phb":"opportunity%20attack_xphb","ready_phb":"ready_xphb","search_phb":"search_xphb","shove_phb":{"hash":"unarmed%20strike_xphb","page":"variantrules.html"},"stabilize%20a%20creature_phb":"help_xphb","two-weapon%20fighting_phb":"two-weapon%20fighting_xphb","use%20an%20object_phb":"utilize_xphb"},"backgrounds.html":{"acolyte_phb":"acolyte_xphb","charlatan_phb":"charlatan_xphb","criminal_phb":"criminal_xphb","entertainer_phb":"entertainer_xphb","hermit_phb":"hermit_xphb","noble_phb":"noble_xphb","sage_phb":"sage_xphb","sailor_phb":"sailor_xphb","soldier_phb":"soldier_xphb"},"bestiary.html":{"ape_mm":"ape_xphb","awakened%20shrub_mm":"awakened%20shrub_xmm","awakened%20tree_mm":"awakened%20tree_xmm","badger_mm":"badger_xphb","bat_mm":"bat_xphb","berserker_mm":"berserker_xmm","black%20bear_mm":"black%20bear_xphb","blink%20dog_mm":"blink%20dog_xmm","boar_mm":"boar_xphb","brown%20bear_mm":"brown%20bear_xphb","camel_mm":"camel_xphb","cat_mm":"cat_xphb","constrictor%20snake_mm":"constrictor%20snake_xphb","crab_mm":"crab_xphb","crocodile_mm":"crocodile_xphb","cultist_mm":"cultist_xmm","dire%20wolf_mm":"dire%20wolf_xphb","draft%20horse_mm":"draft%20horse_xphb","elephant_mm":"elephant_xphb","elk_mm":"elk_xphb","fire%20elemental_mm":"fire%20elemental_xmm","frog_mm":"frog_xphb","ghast_mm":"ghast_xmm","ghoul_mm":"ghoul_xmm","giant%20badger_mm":"giant%20badger_xphb","giant%20crab_mm":"giant%20crab_xphb","giant%20goat_mm":"giant%20goat_xphb","giant%20sea%20horse_mm":"giant%20seahorse_xphb","giant%20spider_mm":"giant%20spider_xphb","giant%20weasel_mm":"giant%20weasel_xphb","goat_mm":"goat_xphb","gray%20ooze_mm":"gray%20ooze_xmm","hawk_mm":"hawk_xphb","imp_mm":"imp_xphb","incubus_mm":"incubus_xmm","knight_mm":"knight_xmm","lion_mm":"lion_xphb","lizard_mm":"lizard_xphb","mage_mm":"mage_xmm","mastiff_mm":"mastiff_xphb","mule_mm":"mule_xphb","mummy_mm":"mummy_xmm","octopus_mm":"octopus_xphb","ogre_mm":"ogre_xmm","owl_mm":"owl_xphb","panther_mm":"panther_xphb","poisonous%20snake_mm":"venomous%20snake_xphb","pony_mm":"pony_xphb","pseudodragon_mm":"pseudodragon_xphb","quasit_mm":"quasit_xphb","rat_mm":"rat_xphb","raven_mm":"raven_xphb","reef%20shark_mm":"reef%20shark_xphb","riding%20horse_mm":"riding%20horse_xphb","scorpion_mm":"scorpion_xphb","skeleton_mm":"skeleton_xphb","slaad%20tadpole_mm":"slaad%20tadpole_xphb","spider_mm":"spider_xphb","sprite_mm":"sprite_xphb","stone%20golem_mm":"stone%20golem_xmm","succubus_mm":"succubus_xmm","tiger_mm":"tiger_xphb","warhorse_mm":"warhorse_xphb","weasel_mm":"weasel_xphb","wight_mm":"wight_xmm","wolf_mm":"wolf_xphb","worg_mm":"worg_xmm","zombie_mm":"zombie_xphb"},"classes.html":{"barbarian_phb":"barbarian_xphb","bard_phb":"bard_xphb","cleric_phb":"cleric_xphb","druid_phb":"druid_xphb","fighter_phb":"fighter_xphb","monk_phb":"monk_xphb","paladin_phb":"paladin_xphb","ranger_phb":"ranger_xphb","rogue_phb":"rogue_xphb","sorcerer_phb":"sorcerer_xphb","warlock_phb":"warlock_xphb","wizard_phb":"wizard_xphb"},"conditionsdiseases.html":{"blinded_phb":"blinded_xphb","charmed_phb":"charmed_xphb","deafened_phb":"deafened_xphb","exhaustion_phb":"exhaustion_xphb","frightened_phb":"frightened_xphb","grappled_phb":"grappled_xphb","incapacitated_phb":"incapacitated_xphb","invisible_phb":"invisible_xphb","paralyzed_phb":"paralyzed_xphb","petrified_phb":"petrified_xphb","poisoned_phb":"poisoned_xphb","prone_phb":"prone_xphb","restrained_phb":"restrained_xphb","stunned_phb":"stunned_xphb","unconscious_phb":"unconscious_xphb","cackle%20fever_dmg":"cackle%20fever_xdmg","sewer%20plague_dmg":"sewer%20plague_xdmg","sight%20rot_dmg":"sight%20rot_xdmg","concentration_phb":"concentration_xphb","surprised_phb":"surprised_xphb"},"cultsboons.html":{"cult%20of%20zariel_mtf":"cult%20of%20zariel_mpmm","demonic%20boon%20of%20baphomet_mtf":"cult%20of%20baphomet_mpmm","demonic%20boon%20of%20demogorgon_mtf":"cult%20of%20demogorgon_mpmm","demonic%20boon%20of%20fraz-urb'luu_mtf":"cult%20of%20fraz-urb'luu_mpmm","demonic%20boon%20of%20graz'zt_mtf":"cult%20of%20graz'zt_mpmm","demonic%20boon%20of%20juiblex_mtf":"cult%20of%20juiblex_mpmm","demonic%20boon%20of%20orcus_mtf":"cult%20of%20orcus_mpmm","demonic%20boon%20of%20yeenoghu_mtf":"cult%20of%20yeenoghu_mpmm","demonic%20boon%20of%20zuggtmoy_mtf":"cult%20of%20zuggtmoy_mpmm"},"feats.html":{"actor_phb":"actor_xphb","alert_phb":"alert_xphb","athlete_phb":"athlete_xphb","charger_phb":"charger_xphb","crossbow%20expert_phb":"crossbow%20expert_xphb","defensive%20duelist_phb":"defensive%20duelist_xphb","dual%20wielder_phb":"dual%20wielder_xphb","durable_phb":"durable_xphb","elemental%20adept_phb":"elemental%20adept_xphb","grappler_phb":"grappler_xphb","great%20weapon%20master_phb":"great%20weapon%20master_xphb","healer_phb":"healer_xphb","heavily%20armored_phb":"heavily%20armored_xphb","heavy%20armor%20master_phb":"heavy%20armor%20master_xphb","inspiring%20leader_phb":"inspiring%20leader_xphb","keen%20mind_phb":"keen%20mind_xphb","lightly%20armored_phb":"lightly%20armored_xphb","lucky_phb":"lucky_xphb","mage%20slayer_phb":"mage%20slayer_xphb","magic%20initiate_phb":"magic%20initiate_xphb","medium%20armor%20master_phb":"medium%20armor%20master_xphb","mobile_phb":"speedy_xphb","moderately%20armored_phb":"moderately%20armored_xphb","mounted%20combatant_phb":"mounted%20combatant_xphb","observant_phb":"observant_xphb","polearm%20master_phb":"polearm%20master_xphb","resilient_phb":"resilient_xphb","ritual%20caster_phb":"ritual%20caster_xphb","savage%20attacker_phb":"savage%20attacker_xphb","sentinel_phb":"sentinel_xphb","sharpshooter_phb":"sharpshooter_xphb","shield%20master_phb":"shield%20master_xphb","skilled_phb":"skilled_xphb","skulker_phb":"skulker_xphb","spell%20sniper_phb":"spell%20sniper_xphb","tavern%20brawler_phb":"tavern%20brawler_xphb","tough_phb":"tough_xphb","war%20caster_phb":"war%20caster_xphb","weapon%20master_phb":"martial%20weapon%20training_xphb"},"items.html":{"antimatter%20rifle_dmg":"antimatter%20rifle_xdmg","automatic%20pistol_dmg":"semiautomatic%20pistol_xdmg","automatic%20rifle_dmg":"automatic%20rifle_xdmg","energy%20cell_dmg":"energy%20cell_xdmg","hunting%20rifle_dmg":"hunting%20rifle_xdmg","laser%20pistol_dmg":"laser%20pistol_xdmg","laser%20rifle_dmg":"laser%20rifle_xdmg","musket_dmg":"musket_xphb","pistol_dmg":"pistol_xphb","renaissance%20bullet_dmg":"firearm%20bullet_xphb","renaissance%20bullets%20(10)_dmg":"firearm%20bullets%20(10)_xphb","revolver_dmg":"revolver_xdmg","shotgun_dmg":"shotgun_xdmg","%2b1%20rod%20of%20the%20pact%20keeper_dmg":"%2b1%20rod%20of%20the%20pact%20keeper_xdmg","%2b1%20wand%20of%20the%20war%20mage_dmg":"%2b1%20wand%20of%20the%20war%20mage_xdmg","%2b2%20rod%20of%20the%20pact%20keeper_dmg":"%2b2%20rod%20of%20the%20pact%20keeper_xdmg","%2b2%20wand%20of%20the%20war%20mage_dmg":"%2b2%20wand%20of%20the%20war%20mage_xdmg","%2b3%20rod%20of%20the%20pact%20keeper_dmg":"%2b3%20rod%20of%20the%20pact%20keeper_xdmg","%2b3%20wand%20of%20the%20war%20mage_dmg":"%2b3%20wand%20of%20the%20war%20mage_xdmg","airship_dmg":"airship_xphb","alchemy%20jug_dmg":"alchemy%20jug_xdmg","alexandrite_dmg":"alexandrite_xdmg","amber_dmg":"amber_xdmg","amethyst_dmg":"amethyst_xdmg","amulet%20of%20health_dmg":"amulet%20of%20health_xdmg","amulet%20of%20proof%20against%20detection%20and%20location_dmg":"amulet%20of%20proof%20against%20detection%20and%20location_xdmg","amulet%20of%20the%20planes_dmg":"amulet%20of%20the%20planes_xdmg","animated%20shield_dmg":"animated%20shield_xdmg","apparatus%20of%20kwalish_dmg":"apparatus%20of%20kwalish_xdmg","aquamarine_dmg":"aquamarine_xdmg","armor%20of%20invulnerability_dmg":"armor%20of%20invulnerability_xdmg","armor%20of%20vulnerability%20(bludgeoning)_dmg":"armor%20of%20vulnerability%20(bludgeoning)_xdmg","armor%20of%20vulnerability%20(piercing)_dmg":"armor%20of%20vulnerability%20(piercing)_xdmg","armor%20of%20vulnerability%20(slashing)_dmg":"armor%20of%20vulnerability%20(slashing)_xdmg","arrow-catching%20shield_dmg":"arrow-catching%20shield_xdmg","assassin's%20blood_dmg":"assassin's%20blood_xdmg","axe%20of%20the%20dwarvish%20lords_dmg":"axe%20of%20the%20dwarvish%20lords_xdmg","azurite_dmg":"azurite_xdmg","bag%20of%20beans_dmg":"bag%20of%20beans_xdmg","bag%20of%20devouring_dmg":"bag%20of%20devouring_xdmg","bag%20of%20holding_dmg":"bag%20of%20holding_xdmg","bag%20of%20tricks%2c%20gray_dmg":"bag%20of%20tricks%2c%20gray_xdmg","bag%20of%20tricks%2c%20rust_dmg":"bag%20of%20tricks%2c%20rust_xdmg","bag%20of%20tricks%2c%20tan_dmg":"bag%20of%20tricks%2c%20tan_xdmg","banded%20agate_dmg":"banded%20agate_xdmg","bead%20of%20force_dmg":"bead%20of%20force_xdmg","bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_dmg":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_xdmg","belt%20of%20cloud%20giant%20strength_dmg":"belt%20of%20cloud%20giant%20strength_xdmg","belt%20of%20dwarvenkind_dmg":"belt%20of%20dwarvenkind_xdmg","belt%20of%20fire%20giant%20strength_dmg":"belt%20of%20fire%20giant%20strength_xdmg","belt%20of%20frost%20giant%20strength_dmg":"belt%20of%20frost%20giant%20strength_xdmg","belt%20of%20hill%20giant%20strength_dmg":"belt%20of%20hill%20giant%20strength_xdmg","belt%20of%20stone%20giant%20strength_dmg":"belt%20of%20stone%20giant%20strength_xdmg","belt%20of%20storm%20giant%20strength_dmg":"belt%20of%20storm%20giant%20strength_xdmg","black%20dragon%20scale%20mail_dmg":"black%20dragon%20scale%20mail_xdmg","black%20opal_dmg":"black%20opal_xdmg","black%20pearl_dmg":"black%20pearl_xdmg","black%20sapphire_dmg":"black%20sapphire_xdmg","black%20velvet%20mask%20stitched%20with%20silver%20thread_dmg":"black%20velvet%20mask%20stitched%20with%20silver%20thread_xdmg","blackrazor_dmg":"blackrazor_xdmg","bloodstone_dmg":"bloodstone_xdmg","blue%20dragon%20scale%20mail_dmg":"blue%20dragon%20scale%20mail_xdmg","blue%20quartz_dmg":"blue%20quartz_xdmg","blue%20sapphire_dmg":"blue%20sapphire_xdmg","blue%20spinel_dmg":"blue%20spinel_xdmg","bomb_dmg":"bomb_xdmg","book%20of%20exalted%20deeds_dmg":"book%20of%20exalted%20deeds_xdmg","book%20of%20vile%20darkness_dmg":"book%20of%20vile%20darkness_xdmg","boots%20of%20elvenkind_dmg":"boots%20of%20elvenkind_xdmg","boots%20of%20levitation_dmg":"boots%20of%20levitation_xdmg","boots%20of%20speed_dmg":"boots%20of%20speed_xdmg","boots%20of%20striding%20and%20springing_dmg":"boots%20of%20striding%20and%20springing_xdmg","boots%20of%20the%20winterlands_dmg":"boots%20of%20the%20winterlands_xdmg","bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_dmg":"bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_xdmg","bowl%20of%20commanding%20water%20elementals_dmg":"bowl%20of%20commanding%20water%20elementals_xdmg","box%20of%20turquoise%20animal%20figurines_dmg":"box%20of%20turquoise%20animal%20figurines_xdmg","bracers%20of%20archery_dmg":"bracers%20of%20archery_xdmg","bracers%20of%20defense_dmg":"bracers%20of%20defense_xdmg","brass%20dragon%20scale%20mail_dmg":"brass%20dragon%20scale%20mail_xdmg","brass%20mug%20with%20jade%20inlay_dmg":"brass%20mug%20with%20jade%20inlay_xdmg","brazier%20of%20commanding%20fire%20elementals_dmg":"brazier%20of%20commanding%20fire%20elementals_xdmg","bronze%20crown_dmg":"bronze%20crown_xdmg","bronze%20dragon%20scale%20mail_dmg":"bronze%20dragon%20scale%20mail_xdmg","brooch%20of%20shielding_dmg":"brooch%20of%20shielding_xdmg","broom%20of%20flying_dmg":"broom%20of%20flying_xdmg","burnt%20othur%20fumes_dmg":"burnt%20othur%20fumes_xdmg","candle%20of%20invocation_dmg":"candle%20of%20invocation_xdmg","cap%20of%20water%20breathing_dmg":"cap%20of%20water%20breathing_xdmg","cape%20of%20the%20mountebank_dmg":"cape%20of%20the%20mountebank_xdmg","carnelian_dmg":"carnelian_xdmg","carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._dmg":"carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._xdmg","carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._dmg":"carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._xdmg","carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._dmg":"carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._xdmg","carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._dmg":"carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._xdmg","carrion%20crawler%20mucus_dmg":"carrion%20crawler%20mucus_xdmg","carved%20bone%20statuette_dmg":"carved%20bone%20statuette_xdmg","carved%20harp%20of%20exotic%20wood%20with%20ivory%20inlay%20and%20zircon%20gems_dmg":"carved%20wooden%20harp%20with%20ivory%20inlay%20and%20zircon%20gems_xdmg","carved%20ivory%20statuette_dmg":"carved%20ivory%20statuette_xdmg","censer%20of%20controlling%20air%20elementals_dmg":"censer%20of%20controlling%20air%20elementals_xdmg","ceremonial%20electrum%20dagger%20with%20a%20black%20pearl%20in%20the%20pommel_dmg":"detailed%2c%20life-sized%20dragonborn%20skull%20cast%20in%20electrum_xdmg","chalcedony_dmg":"chalcedony_xdmg","chime%20of%20opening_dmg":"chime%20of%20opening_xdmg","chrysoberyl_dmg":"chrysoberyl_xdmg","chrysoprase_dmg":"chrysoprase_xdmg","circlet%20of%20blasting_dmg":"circlet%20of%20blasting_xdmg","citrine_dmg":"citrine_xdmg","cloak%20of%20arachnida_dmg":"cloak%20of%20arachnida_xdmg","cloak%20of%20displacement_dmg":"cloak%20of%20displacement_xdmg","cloak%20of%20elvenkind_dmg":"cloak%20of%20elvenkind_xdmg","cloak%20of%20invisibility_dmg":"cloak%20of%20invisibility_xdmg","cloak%20of%20protection_dmg":"cloak%20of%20protection_xdmg","cloak%20of%20the%20bat_dmg":"cloak%20of%20the%20bat_xdmg","cloak%20of%20the%20manta%20ray_dmg":"cloak%20of%20the%20manta%20ray_xdmg","cloth-of-gold%20vestments_dmg":"cloth-of-gold%20vestments_xdmg","copper%20chalice%20with%20silver%20filigree_dmg":"copper%20chalice%20with%20silver%20filigree_xdmg","copper%20dragon%20scale%20mail_dmg":"copper%20dragon%20scale%20mail_xdmg","coral_dmg":"coral_xdmg","crystal%20ball_dmg":"crystal%20ball_xdmg","crystal%20ball%20of%20mind%20reading_dmg":"crystal%20ball%20of%20mind%20reading_xdmg","crystal%20ball%20of%20telepathy_dmg":"crystal%20ball%20of%20telepathy_xdmg","crystal%20ball%20of%20true%20seeing_dmg":"crystal%20ball%20of%20true%20seeing_xdmg","cube%20of%20force_dmg":"cube%20of%20force_xdmg","cubic%20gate_dmg":"cubic%20gate_xdmg","daern's%20instant%20fortress_dmg":"daern's%20instant%20fortress_xdmg","dagger%20of%20venom_dmg":"dagger%20of%20venom_xdmg","decanter%20of%20endless%20water_dmg":"decanter%20of%20endless%20water_xdmg","deck%20of%20illusions_dmg":"deck%20of%20illusions_xdmg","deck%20of%20many%20things_dmg":"deck%20of%20many%20things_xdmg","demon%20armor_dmg":"demon%20armor_xdmg","diamond_dmg":"diamond_xdmg","dimensional%20shackles_dmg":"dimensional%20shackles_xdmg","driftglobe_dmg":"driftglobe_xdmg","drow%20poison_dmg":"lolth's%20sting_xdmg","dust%20of%20disappearance_dmg":"dust%20of%20disappearance_xdmg","dust%20of%20dryness_dmg":"dust%20of%20dryness_xdmg","dust%20of%20sneezing%20and%20choking_dmg":"dust%20of%20sneezing%20and%20choking_xdmg","dwarven%20plate_dmg":"dwarven%20plate_xdmg","dwarven%20thrower_dmg":"dwarven%20thrower_xdmg","dynamite%20(stick)_dmg":"dynamite%20stick_xdmg","efreeti%20bottle_dmg":"efreeti%20bottle_xdmg","efreeti%20chain_dmg":"efreeti%20chain_xdmg","elemental%20gem%2c%20blue%20sapphire_dmg":"elemental%20gem%2c%20blue%20sapphire_xdmg","elemental%20gem%2c%20emerald_dmg":"elemental%20gem%2c%20emerald_xdmg","elemental%20gem%2c%20red%20corundum_dmg":"elemental%20gem%2c%20red%20corundum_xdmg","elemental%20gem%2c%20yellow%20diamond_dmg":"elemental%20gem%2c%20yellow%20diamond_xdmg","elixir%20of%20health_dmg":"elixir%20of%20health_xdmg","elven%20chain_dmg":"elven%20chain_xdmg","embroidered%20glove%20set%20with%20jewel%20chips_dmg":"embroidered%20glove%20set%20with%20jewel%20chips_xdmg","embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_dmg":"embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_xdmg","embroidered%20silk%20handkerchief_dmg":"embroidered%20silk%20handkerchief_xdmg","emerald_dmg":"emerald_xdmg","essence%20of%20ether_dmg":"essence%20of%20ether_xdmg","eversmoking%20bottle_dmg":"eversmoking%20bottle_xdmg","eye%20agate_dmg":"eye%20agate_xdmg","eye%20of%20vecna_dmg":"eye%20of%20vecna_xdmg","eye%20patch%20with%20a%20mock%20eye%20set%20in%20blue%20sapphire%20and%20moonstone_dmg":"eye%20patch%20decorated%20with%20tiny%20blue%20sapphires%20and%20moonstones_xdmg","eyes%20of%20charming_dmg":"eyes%20of%20charming_xdmg","eyes%20of%20minute%20seeing_dmg":"eyes%20of%20minute%20seeing_xdmg","eyes%20of%20the%20eagle_dmg":"eyes%20of%20the%20eagle_xdmg","figurine%20of%20wondrous%20power%2c%20bronze%20griffon_dmg":"figurine%20of%20wondrous%20power%2c%20bronze%20griffon_xdmg","figurine%20of%20wondrous%20power%2c%20ebony%20fly_dmg":"figurine%20of%20wondrous%20power%2c%20ebony%20fly_xdmg","figurine%20of%20wondrous%20power%2c%20golden%20lions_dmg":"figurine%20of%20wondrous%20power%2c%20golden%20lions_xdmg","figurine%20of%20wondrous%20power%2c%20ivory%20goats_dmg":"figurine%20of%20wondrous%20power%2c%20ivory%20goats_xdmg","figurine%20of%20wondrous%20power%2c%20marble%20elephant_dmg":"figurine%20of%20wondrous%20power%2c%20marble%20elephant_xdmg","figurine%20of%20wondrous%20power%2c%20obsidian%20steed_dmg":"figurine%20of%20wondrous%20power%2c%20obsidian%20steed_xdmg","figurine%20of%20wondrous%20power%2c%20onyx%20dog_dmg":"figurine%20of%20wondrous%20power%2c%20onyx%20dog_xdmg","figurine%20of%20wondrous%20power%2c%20serpentine%20owl_dmg":"figurine%20of%20wondrous%20power%2c%20serpentine%20owl_xdmg","figurine%20of%20wondrous%20power%2c%20silver%20raven_dmg":"figurine%20of%20wondrous%20power%2c%20silver%20raven_xdmg","fine%20gold%20chain%20set%20with%20a%20fire%20opal_dmg":"fine%20gold%20chain%20set%20with%20a%20fire%20opal_xdmg","fire%20opal_dmg":"fire%20opal_xdmg","folding%20boat_dmg":"folding%20boat_xdmg","fragmentation%20grenade_dmg":"fragmentation%20grenade_xdmg","galley_dmg":"galley_xphb","garnet_dmg":"garnet_xdmg","gauntlets%20of%20ogre%20power_dmg":"gauntlets%20of%20ogre%20power_xdmg","gem%20of%20brightness_dmg":"gem%20of%20brightness_xdmg","gem%20of%20seeing_dmg":"gem%20of%20seeing_xdmg","glamoured%20studded%20leather_dmg":"glamoured%20studded%20leather_xdmg","gloves%20of%20missile%20snaring_dmg":"gloves%20of%20missile%20snaring_xdmg","gloves%20of%20swimming%20and%20climbing_dmg":"gloves%20of%20swimming%20and%20climbing_xdmg","gloves%20of%20thievery_dmg":"gloves%20of%20thievery_xdmg","goggles%20of%20night_dmg":"goggles%20of%20night_xdmg","gold%20bird%20cage%20with%20electrum%20filigree_dmg":"gold%20birdcage%20with%20electrum%20filigree_xdmg","gold%20circlet%20set%20with%20four%20aquamarines_dmg":"gold%20circlet%20set%20with%20four%20aquamarines_xdmg","gold%20cup%20set%20with%20emeralds_dmg":"gold%20cup%20set%20with%20emeralds_xdmg","gold%20dragon%20comb%20set%20with%20red%20garnets%20as%20eyes_dmg":"gold%20comb%20shaped%20like%20a%20dragon%20with%20red%20garnets%20as%20eyes_xdmg","gold%20dragon%20scale%20mail_dmg":"gold%20dragon%20scale%20mail_xdmg","gold%20jewelry%20box%20with%20platinum%20filigree_dmg":"gold%20jewelry%20box%20with%20platinum%20filigree_xdmg","gold%20locket%20with%20a%20painted%20portrait%20inside_dmg":"gold%20locket%20with%20a%20painted%20portrait%20inside_xdmg","gold%20music%20box_dmg":"gold%20music%20box_xdmg","gold%20ring%20set%20with%20bloodstones_dmg":"gold%20ring%20set%20with%20bloodstones_xdmg","green%20dragon%20scale%20mail_dmg":"green%20dragon%20scale%20mail_xdmg","grenade%20launcher_dmg":"grenade%20launcher_xdmg","gunpowder%20horn_dmg":"gunpowder%20(powder%20horn)_xdmg","gunpowder%20keg_dmg":"gunpowder%20(keg)_xdmg","hammer%20of%20thunderbolts_dmg":"hammer%20of%20thunderbolts_xdmg","hand%20of%20vecna_dmg":"hand%20of%20vecna_xdmg","hat%20of%20disguise_dmg":"hat%20of%20disguise_xdmg","headband%20of%20intellect_dmg":"headband%20of%20intellect_xdmg","helm%20of%20brilliance_dmg":"helm%20of%20brilliance_xdmg","helm%20of%20comprehending%20languages_dmg":"helm%20of%20comprehending%20languages_xdmg","helm%20of%20telepathy_dmg":"helm%20of%20telepathy_xdmg","helm%20of%20teleportation_dmg":"helm%20of%20teleportation_xdmg","hematite_dmg":"hematite_xdmg","heward's%20handy%20haversack_dmg":"heward's%20handy%20haversack_xdmg","horn%20of%20blasting_dmg":"horn%20of%20blasting_xdmg","horn%20of%20valhalla%2c%20brass_dmg":"horn%20of%20valhalla%2c%20brass_xdmg","horn%20of%20valhalla%2c%20bronze_dmg":"horn%20of%20valhalla%2c%20bronze_xdmg","horn%20of%20valhalla%2c%20iron_dmg":"horn%20of%20valhalla%2c%20iron_xdmg","horn%20of%20valhalla%2c%20silver_dmg":"horn%20of%20valhalla%2c%20silver_xdmg","horseshoes%20of%20a%20zephyr_dmg":"horseshoes%20of%20a%20zephyr_xdmg","horseshoes%20of%20speed_dmg":"horseshoes%20of%20speed_xdmg","immovable%20rod_dmg":"immovable%20rod_xdmg","instrument%20of%20the%20bards%2c%20anstruth%20harp_dmg":"instrument%20of%20the%20bards%2c%20anstruth%20harp_xdmg","instrument%20of%20the%20bards%2c%20canaith%20mandolin_dmg":"instrument%20of%20the%20bards%2c%20canaith%20mandolin_xdmg","instrument%20of%20the%20bards%2c%20cli%20lyre_dmg":"instrument%20of%20the%20bards%2c%20cli%20lyre_xdmg","instrument%20of%20the%20bards%2c%20doss%20lute_dmg":"instrument%20of%20the%20bards%2c%20doss%20lute_xdmg","instrument%20of%20the%20bards%2c%20fochlucan%20bandore_dmg":"instrument%20of%20the%20bards%2c%20fochlucan%20bandore_xdmg","instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_dmg":"instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_xdmg","instrument%20of%20the%20bards%2c%20ollamh%20harp_dmg":"instrument%20of%20the%20bards%2c%20ollamh%20harp_xdmg","ioun%20stone%2c%20absorption_dmg":"ioun%20stone%2c%20absorption_xdmg","ioun%20stone%2c%20agility_dmg":"ioun%20stone%2c%20agility_xdmg","ioun%20stone%2c%20awareness_dmg":"ioun%20stone%2c%20awareness_xdmg","ioun%20stone%2c%20fortitude_dmg":"ioun%20stone%2c%20fortitude_xdmg","ioun%20stone%2c%20greater%20absorption_dmg":"ioun%20stone%2c%20greater%20absorption_xdmg","ioun%20stone%2c%20insight_dmg":"ioun%20stone%2c%20insight_xdmg","ioun%20stone%2c%20intellect_dmg":"ioun%20stone%2c%20intellect_xdmg","ioun%20stone%2c%20leadership_dmg":"ioun%20stone%2c%20leadership_xdmg","ioun%20stone%2c%20mastery_dmg":"ioun%20stone%2c%20mastery_xdmg","ioun%20stone%2c%20protection_dmg":"ioun%20stone%2c%20protection_xdmg","ioun%20stone%2c%20regeneration_dmg":"ioun%20stone%2c%20regeneration_xdmg","ioun%20stone%2c%20reserve_dmg":"ioun%20stone%2c%20reserve_xdmg","ioun%20stone%2c%20strength_dmg":"ioun%20stone%2c%20strength_xdmg","ioun%20stone%2c%20sustenance_dmg":"ioun%20stone%2c%20sustenance_xdmg","iron%20bands%20of%20bilarro_dmg":"iron%20bands%20of%20bilarro_xdmg","iron%20flask_dmg":"iron%20flask_xdmg","jacinth_dmg":"jacinth_xdmg","jade_dmg":"jade_xdmg","jade%20game%20board%20with%20solid%20gold%20playing%20pieces_dmg":"jade%20game%20board%20with%20gold%20playing%20pieces_xdmg","jasper_dmg":"jasper_xdmg","javelin%20of%20lightning_dmg":"javelin%20of%20lightning_xdmg","jet_dmg":"jet_xdmg","jeweled%20anklet_dmg":"jeweled%20anklet_xdmg","jeweled%20gold%20crown_dmg":"jeweled%20gold%20crown_xdmg","jeweled%20platinum%20ring_dmg":"jeweled%20platinum%20ring_xdmg","keelboat_dmg":"keelboat_xphb","keoghtom's%20ointment_dmg":"keoghtom's%20ointment_xdmg","lantern%20of%20revealing_dmg":"lantern%20of%20revealing_xdmg","lapis%20lazuli_dmg":"lapis%20lazuli_xdmg","large%20gold%20bracelet_dmg":"bejeweled%20gold%20bracelet_xdmg","large%20well-made%20tapestry_dmg":"well-made%20tapestry%20that%20is%2010%20feet%20by%2010%20feet_xdmg","longship_dmg":"longship_xphb","mace%20of%20disruption_dmg":"mace%20of%20disruption_xdmg","mace%20of%20smiting_dmg":"mace%20of%20smiting_xdmg","mace%20of%20terror_dmg":"mace%20of%20terror_xdmg","malachite_dmg":"malachite_xdmg","malice_dmg":"malice_xdmg","mantle%20of%20spell%20resistance_dmg":"mantle%20of%20spell%20resistance_xdmg","manual%20of%20bodily%20health_dmg":"manual%20of%20bodily%20health_xdmg","manual%20of%20clay%20golems_dmg":"manual%20of%20clay%20golems_xdmg","manual%20of%20flesh%20golems_dmg":"manual%20of%20flesh%20golems_xdmg","manual%20of%20gainful%20exercise_dmg":"manual%20of%20gainful%20exercise_xdmg","manual%20of%20iron%20golems_dmg":"manual%20of%20iron%20golems_xdmg","manual%20of%20quickness%20of%20action_dmg":"manual%20of%20quickness%20of%20action_xdmg","manual%20of%20stone%20golems_dmg":"manual%20of%20stone%20golems_xdmg","medallion%20of%20thoughts_dmg":"medallion%20of%20thoughts_xdmg","midnight%20tears_dmg":"midnight%20tears_xdmg","mirror%20of%20life%20trapping_dmg":"mirror%20of%20life%20trapping_xdmg","moonblade_dmg":"moonblade_xdmg","moonstone_dmg":"moonstone_xdmg","moss%20agate_dmg":"moss%20agate_xdmg","necklace%20of%20adaptation_dmg":"necklace%20of%20adaptation_xdmg","necklace%20of%20fireballs_dmg":"necklace%20of%20fireballs_xdmg","necklace%20of%20prayer%20beads_dmg":"necklace%20of%20prayer%20beads_xdmg","necklace%20string%20of%20small%20pink%20pearls_dmg":"necklace%20string%20of%20small%20pink%20pearls_xdmg","nolzur's%20marvelous%20pigments_dmg":"nolzur's%20marvelous%20pigments_xdmg","oathbow_dmg":"oathbow_xdmg","obsidian_dmg":"obsidian_xdmg","obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_dmg":"obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_xdmg","oil%20of%20etherealness_dmg":"oil%20of%20etherealness_xdmg","oil%20of%20sharpness_dmg":"oil%20of%20sharpness_xdmg","oil%20of%20slipperiness_dmg":"oil%20of%20slipperiness_xdmg","oil%20of%20taggit_dmg":"oil%20of%20taggit_xdmg","old%20masterpiece%20painting_dmg":"old%20masterpiece%20painting_xdmg","onyx_dmg":"onyx_xdmg","opal_dmg":"opal_xdmg","orb%20of%20dragonkind_dmg":"orb%20of%20dragonkind_xdmg","painted%20gold%20child's%20sarcophagus_dmg":"set%20of%20gold%20nesting%20dolls_xdmg","painted%20gold%20war%20mask_dmg":"painted%20gold%20war%20mask_xdmg","pair%20of%20engraved%20bone%20dice_dmg":"pair%20of%20engraved%20bone%20dice_xdmg","pale%20tincture_dmg":"pale%20tincture_xdmg","pearl_dmg":"pearl_xdmg","pearl%20of%20power_dmg":"pearl%20of%20power_xdmg","periapt%20of%20health_dmg":"periapt%20of%20health_xdmg","periapt%20of%20proof%20against%20poison_dmg":"periapt%20of%20proof%20against%20poison_xdmg","periapt%20of%20wound%20closure_dmg":"periapt%20of%20wound%20closure_xdmg","peridot_dmg":"peridot_xdmg","philter%20of%20love_dmg":"philter%20of%20love_xdmg","pipes%20of%20haunting_dmg":"pipes%20of%20haunting_xdmg","pipes%20of%20the%20sewers_dmg":"pipes%20of%20the%20sewers_xdmg","plate%20armor%20of%20etherealness_dmg":"plate%20armor%20of%20etherealness_xdmg","platinum%20bracelet%20set%20with%20a%20sapphire_dmg":"platinum%20bracelet%20set%20with%20an%20emerald_xdmg","portable%20hole_dmg":"portable%20hole_xdmg","potion%20of%20acid%20resistance_dmg":"potion%20of%20acid%20resistance_xdmg","potion%20of%20animal%20friendship_dmg":"potion%20of%20animal%20friendship_xdmg","potion%20of%20clairvoyance_dmg":"potion%20of%20clairvoyance_xdmg","potion%20of%20climbing_dmg":"potion%20of%20climbing_xdmg","potion%20of%20cloud%20giant%20strength_dmg":"potion%20of%20cloud%20giant%20strength_xdmg","potion%20of%20cold%20resistance_dmg":"potion%20of%20cold%20resistance_xdmg","potion%20of%20diminution_dmg":"potion%20of%20diminution_xdmg","potion%20of%20fire%20breath_dmg":"potion%20of%20fire%20breath_xdmg","potion%20of%20fire%20giant%20strength_dmg":"potion%20of%20fire%20giant%20strength_xdmg","potion%20of%20fire%20resistance_dmg":"potion%20of%20fire%20resistance_xdmg","potion%20of%20flying_dmg":"potion%20of%20flying_xdmg","potion%20of%20force%20resistance_dmg":"potion%20of%20force%20resistance_xdmg","potion%20of%20frost%20giant%20strength_dmg":"potion%20of%20frost%20giant%20strength_xdmg","potion%20of%20gaseous%20form_dmg":"potion%20of%20gaseous%20form_xdmg","potion%20of%20greater%20healing_dmg":"potion%20of%20greater%20healing_xdmg","potion%20of%20growth_dmg":"potion%20of%20growth_xdmg","potion%20of%20healing_dmg":"potion%20of%20healing_xdmg","potion%20of%20heroism_dmg":"potion%20of%20heroism_xdmg","potion%20of%20hill%20giant%20strength_dmg":"potion%20of%20hill%20giant%20strength_xdmg","potion%20of%20invisibility_dmg":"potion%20of%20invisibility_xdmg","potion%20of%20invulnerability_dmg":"potion%20of%20invulnerability_xdmg","potion%20of%20lightning%20resistance_dmg":"potion%20of%20lightning%20resistance_xdmg","potion%20of%20longevity_dmg":"potion%20of%20longevity_xdmg","potion%20of%20mind%20reading_dmg":"potion%20of%20mind%20reading_xdmg","potion%20of%20necrotic%20resistance_dmg":"potion%20of%20necrotic%20resistance_xdmg","potion%20of%20poison_dmg":"potion%20of%20poison_xdmg","potion%20of%20poison%20resistance_dmg":"potion%20of%20poison%20resistance_xdmg","potion%20of%20psychic%20resistance_dmg":"potion%20of%20psychic%20resistance_xdmg","potion%20of%20radiant%20resistance_dmg":"potion%20of%20radiant%20resistance_xdmg","potion%20of%20speed_dmg":"potion%20of%20speed_xdmg","potion%20of%20stone%20giant%20strength_dmg":"potion%20of%20stone%20giant%20strength_xdmg","potion%20of%20storm%20giant%20strength_dmg":"potion%20of%20storm%20giant%20strength_xdmg","potion%20of%20superior%20healing_dmg":"potion%20of%20superior%20healing_xdmg","potion%20of%20supreme%20healing_dmg":"potion%20of%20supreme%20healing_xdmg","potion%20of%20thunder%20resistance_dmg":"potion%20of%20thunder%20resistance_xdmg","potion%20of%20vitality_dmg":"potion%20of%20vitality_xdmg","potion%20of%20water%20breathing_dmg":"potion%20of%20water%20breathing_xdmg","purple%20worm%20poison_dmg":"purple%20worm%20poison_xdmg","quaal's%20feather%20token%2c%20anchor_dmg":"quaal's%20feather%20token%2c%20anchor_xdmg","quaal's%20feather%20token%2c%20bird_dmg":"quaal's%20feather%20token%2c%20bird_xdmg","quaal's%20feather%20token%2c%20fan_dmg":"quaal's%20feather%20token%2c%20fan_xdmg","quaal's%20feather%20token%2c%20swan%20boat_dmg":"quaal's%20feather%20token%2c%20swan%20boat_xdmg","quaal's%20feather%20token%2c%20tree_dmg":"quaal's%20feather%20token%2c%20tree_xdmg","quaal's%20feather%20token%2c%20whip_dmg":"quaal's%20feather%20token%2c%20whip_xdmg","quartz_dmg":"quartz_xdmg","quiver%20of%20ehlonna_dmg":"quiver%20of%20ehlonna_xdmg","red%20dragon%20scale%20mail_dmg":"red%20dragon%20scale%20mail_xdmg","rhodochrosite_dmg":"rhodochrosite_xdmg","ring%20of%20acid%20resistance_dmg":"ring%20of%20acid%20resistance_xdmg","ring%20of%20air%20elemental%20command_dmg":"ring%20of%20elemental%20command%20(air)_xdmg","ring%20of%20animal%20influence_dmg":"ring%20of%20animal%20influence_xdmg","ring%20of%20cold%20resistance_dmg":"ring%20of%20cold%20resistance_xdmg","ring%20of%20djinni%20summoning_dmg":"ring%20of%20djinni%20summoning_xdmg","ring%20of%20earth%20elemental%20command_dmg":"ring%20of%20elemental%20command%20(earth)_xdmg","ring%20of%20evasion_dmg":"ring%20of%20evasion_xdmg","ring%20of%20feather%20falling_dmg":"ring%20of%20feather%20falling_xdmg","ring%20of%20fire%20elemental%20command_dmg":"ring%20of%20elemental%20command%20(fire)_xdmg","ring%20of%20fire%20resistance_dmg":"ring%20of%20fire%20resistance_xdmg","ring%20of%20force%20resistance_dmg":"ring%20of%20force%20resistance_xdmg","ring%20of%20free%20action_dmg":"ring%20of%20free%20action_xdmg","ring%20of%20invisibility_dmg":"ring%20of%20invisibility_xdmg","ring%20of%20jumping_dmg":"ring%20of%20jumping_xdmg","ring%20of%20lightning%20resistance_dmg":"ring%20of%20lightning%20resistance_xdmg","ring%20of%20mind%20shielding_dmg":"ring%20of%20mind%20shielding_xdmg","ring%20of%20necrotic%20resistance_dmg":"ring%20of%20necrotic%20resistance_xdmg","ring%20of%20poison%20resistance_dmg":"ring%20of%20poison%20resistance_xdmg","ring%20of%20protection_dmg":"ring%20of%20protection_xdmg","ring%20of%20psychic%20resistance_dmg":"ring%20of%20psychic%20resistance_xdmg","ring%20of%20radiant%20resistance_dmg":"ring%20of%20radiant%20resistance_xdmg","ring%20of%20regeneration_dmg":"ring%20of%20regeneration_xdmg","ring%20of%20shooting%20stars_dmg":"ring%20of%20shooting%20stars_xdmg","ring%20of%20spell%20storing_dmg":"ring%20of%20spell%20storing_xdmg","ring%20of%20spell%20turning_dmg":"ring%20of%20spell%20turning_xdmg","ring%20of%20swimming_dmg":"ring%20of%20swimming_xdmg","ring%20of%20telekinesis_dmg":"ring%20of%20telekinesis_xdmg","ring%20of%20the%20ram_dmg":"ring%20of%20the%20ram_xdmg","ring%20of%20three%20wishes_dmg":"ring%20of%20three%20wishes_xdmg","ring%20of%20thunder%20resistance_dmg":"ring%20of%20thunder%20resistance_xdmg","ring%20of%20warmth_dmg":"ring%20of%20warmth_xdmg","ring%20of%20water%20elemental%20command_dmg":"ring%20of%20elemental%20command%20(water)_xdmg","ring%20of%20water%20walking_dmg":"ring%20of%20water%20walking_xdmg","ring%20of%20x-ray%20vision_dmg":"ring%20of%20x-ray%20vision_xdmg","robe%20of%20eyes_dmg":"robe%20of%20eyes_xdmg","robe%20of%20scintillating%20colors_dmg":"robe%20of%20scintillating%20colors_xdmg","robe%20of%20stars_dmg":"robe%20of%20stars_xdmg","robe%20of%20the%20archmagi_dmg":"robe%20of%20the%20archmagi_xdmg","robe%20of%20useful%20items_dmg":"robe%20of%20useful%20items_xdmg","rod%20of%20absorption_dmg":"rod%20of%20absorption_xdmg","rod%20of%20alertness_dmg":"rod%20of%20alertness_xdmg","rod%20of%20lordly%20might_dmg":"rod%20of%20lordly%20might_xdmg","rod%20of%20resurrection_dmg":"rod%20of%20resurrection_xdmg","rod%20of%20rulership_dmg":"rod%20of%20rulership_xdmg","rod%20of%20security_dmg":"rod%20of%20security_xdmg","rope%20of%20climbing_dmg":"rope%20of%20climbing_xdmg","rope%20of%20entanglement_dmg":"rope%20of%20entanglement_xdmg","rowboat_dmg":"rowboat_xphb","ruby_dmg":"ruby_xdmg","saddle%20of%20the%20cavalier_dmg":"saddle%20of%20the%20cavalier_xdmg","sailing%20ship_dmg":"sailing%20ship_xphb","sardonyx_dmg":"sardonyx_xdmg","scarab%20of%20protection_dmg":"scarab%20of%20protection_xdmg","scimitar%20of%20speed_dmg":"scimitar%20of%20speed_xdmg","scroll%20of%20protection%20from%20aberrations_dmg":"scroll%20of%20protection%20(aberrations)_xdmg","scroll%20of%20protection%20from%20beasts_dmg":"scroll%20of%20protection%20(beasts)_xdmg","scroll%20of%20protection%20from%20celestials_dmg":"scroll%20of%20protection%20(celestials)_xdmg","scroll%20of%20protection%20from%20elementals_dmg":"scroll%20of%20protection%20(elementals)_xdmg","scroll%20of%20protection%20from%20fey_dmg":"scroll%20of%20protection%20(fey)_xdmg","scroll%20of%20protection%20from%20fiends_dmg":"scroll%20of%20protection%20(fiends)_xdmg","scroll%20of%20protection%20from%20plants_dmg":"scroll%20of%20protection%20(plants)_xdmg","scroll%20of%20protection%20from%20undead_dmg":"scroll%20of%20protection%20(undead)_xdmg","sending%20stones_dmg":"sending%20stones_xdmg","sentinel%20shield_dmg":"sentinel%20shield_xdmg","serpent%20venom_dmg":"serpent%20venom_xdmg","shield%20of%20missile%20attraction_dmg":"shield%20of%20missile%20attraction_xdmg","silk%20robe%20with%20gold%20embroidery_dmg":"silk%20vestments%20with%20gold%20embroidery_xdmg","silver%20and%20gold%20brooch_dmg":"silver%20and%20gold%20brooch_xdmg","silver%20chalice%20set%20with%20moonstones_dmg":"silver%20chalice%20set%20with%20moonstones_xdmg","silver%20dragon%20scale%20mail_dmg":"silver%20dragon%20scale%20mail_xdmg","silver%20ewer_dmg":"silver%20ewer_xdmg","silver%20necklace%20with%20a%20gemstone%20pendant_dmg":"silver%20necklace%20with%20a%20gemstone%20pendant_xdmg","silver-plated%20steel%20longsword%20with%20jet%20set%20in%20hilt_dmg":"bundle%20of%20sheet%20music%20representing%20the%20lost%20dirges%20of%20a%20famous%20composer_xdmg","slippers%20of%20spider%20climbing_dmg":"slippers%20of%20spider%20climbing_xdmg","small%20gold%20bracelet_dmg":"gold%20bracelet_xdmg","small%20gold%20idol_dmg":"gold%20idol_xdmg","small%20gold%20statuette%20set%20with%20rubies_dmg":"gold%20statuette%20set%20with%20rubies_xdmg","small%20mirror%20set%20in%20a%20painted%20wooden%20frame_dmg":"handheld%20mirror%20set%20in%20a%20painted%20wooden%20frame_xdmg","smoke%20grenade_dmg":"smoke%20grenade_xdmg","sovereign%20glue_dmg":"sovereign%20glue_xdmg","spell%20scroll%20(1st%20level)_dmg":"spell%20scroll%20(level%201)_xdmg","spell%20scroll%20(2nd%20level)_dmg":"spell%20scroll%20(level%202)_xdmg","spell%20scroll%20(3rd%20level)_dmg":"spell%20scroll%20(level%203)_xdmg","spell%20scroll%20(4th%20level)_dmg":"spell%20scroll%20(level%204)_xdmg","spell%20scroll%20(5th%20level)_dmg":"spell%20scroll%20(level%205)_xdmg","spell%20scroll%20(6th%20level)_dmg":"spell%20scroll%20(level%206)_xdmg","spell%20scroll%20(7th%20level)_dmg":"spell%20scroll%20(level%207)_xdmg","spell%20scroll%20(8th%20level)_dmg":"spell%20scroll%20(level%208)_xdmg","spell%20scroll%20(9th%20level)_dmg":"spell%20scroll%20(level%209)_xdmg","spell%20scroll%20(cantrip)_dmg":"spell%20scroll%20(cantrip)_xdmg","spellguard%20shield_dmg":"spellguard%20shield_xdmg","sphere%20of%20annihilation_dmg":"sphere%20of%20annihilation_xdmg","spinel_dmg":"spinel_xdmg","staff%20of%20charming_dmg":"staff%20of%20charming_xdmg","staff%20of%20fire_dmg":"staff%20of%20fire_xdmg","staff%20of%20frost_dmg":"staff%20of%20frost_xdmg","staff%20of%20healing_dmg":"staff%20of%20healing_xdmg","staff%20of%20power_dmg":"staff%20of%20power_xdmg","staff%20of%20striking_dmg":"staff%20of%20striking_xdmg","staff%20of%20swarming%20insects_dmg":"staff%20of%20swarming%20insects_xdmg","staff%20of%20the%20adder_dmg":"staff%20of%20the%20adder_xdmg","staff%20of%20the%20magi_dmg":"staff%20of%20the%20magi_xdmg","staff%20of%20the%20python_dmg":"staff%20of%20the%20python_xdmg","staff%20of%20the%20woodlands_dmg":"staff%20of%20the%20woodlands_xdmg","staff%20of%20thunder%20and%20lightning_dmg":"staff%20of%20thunder%20and%20lightning_xdmg","staff%20of%20withering_dmg":"staff%20of%20withering_xdmg","star%20rose%20quartz_dmg":"star%20rose%20quartz_xdmg","star%20ruby_dmg":"star%20ruby_xdmg","star%20sapphire_dmg":"star%20sapphire_xdmg","stone%20of%20controlling%20earth%20elementals_dmg":"stone%20of%20controlling%20earth%20elementals_xdmg","stone%20of%20good%20luck_dmg":"stone%20of%20good%20luck_xdmg","sun%20blade_dmg":"sun%20blade_xdmg","sword%20of%20kas_dmg":"sword%20of%20kas_xdmg","talisman%20of%20pure%20good_dmg":"talisman%20of%20pure%20good_xdmg","talisman%20of%20the%20sphere_dmg":"talisman%20of%20the%20sphere_xdmg","talisman%20of%20ultimate%20evil_dmg":"talisman%20of%20ultimate%20evil_xdmg","tentacle%20rod_dmg":"tentacle%20rod_xdmg","tiger%20eye_dmg":"tiger%20eye_xdmg","tome%20of%20clear%20thought_dmg":"tome%20of%20clear%20thought_xdmg","tome%20of%20leadership%20and%20influence_dmg":"tome%20of%20leadership%20and%20influence_xdmg","tome%20of%20the%20stilled%20tongue_dmg":"tome%20of%20the%20stilled%20tongue_xdmg","tome%20of%20understanding_dmg":"tome%20of%20understanding_xdmg","topaz_dmg":"topaz_xdmg","torpor_dmg":"torpor_xdmg","tourmaline_dmg":"tourmaline_xdmg","trident%20of%20fish%20command_dmg":"trident%20of%20fish%20command_xdmg","truth%20serum_dmg":"truth%20serum_xdmg","turquoise_dmg":"turquoise_xdmg","universal%20solvent_dmg":"universal%20solvent_xdmg","wand%20of%20binding_dmg":"wand%20of%20binding_xdmg","wand%20of%20enemy%20detection_dmg":"wand%20of%20enemy%20detection_xdmg","wand%20of%20fear_dmg":"wand%20of%20fear_xdmg","wand%20of%20fireballs_dmg":"wand%20of%20fireballs_xdmg","wand%20of%20lightning%20bolts_dmg":"wand%20of%20lightning%20bolts_xdmg","wand%20of%20magic%20detection_dmg":"wand%20of%20magic%20detection_xdmg","wand%20of%20magic%20missiles_dmg":"wand%20of%20magic%20missiles_xdmg","wand%20of%20orcus_dmg":"wand%20of%20orcus_xdmg","wand%20of%20paralysis_dmg":"wand%20of%20paralysis_xdmg","wand%20of%20polymorph_dmg":"wand%20of%20polymorph_xdmg","wand%20of%20secrets_dmg":"wand%20of%20secrets_xdmg","wand%20of%20web_dmg":"wand%20of%20web_xdmg","wand%20of%20wonder_dmg":"wand%20of%20wonder_xdmg","warship_dmg":"warship_xphb","wave_dmg":"wave_xdmg","well%20of%20many%20worlds_dmg":"well%20of%20many%20worlds_xdmg","whelm_dmg":"whelm_xdmg","white%20dragon%20scale%20mail_dmg":"white%20dragon%20scale%20mail_xdmg","wind%20fan_dmg":"wind%20fan_xdmg","winged%20boots_dmg":"winged%20boots_xdmg","wings%20of%20flying_dmg":"wings%20of%20flying_xdmg","wyvern%20poison_dmg":"wyvern%20poison_xdmg","yellow%20sapphire_dmg":"yellow%20sapphire_xdmg","zircon_dmg":"zircon_xdmg","potions%20of%20healing_dmg":"potions%20of%20healing_xdmg","wand%20of%20the%20war%20mage_dmg":"wand%20of%20the%20war%20mage_xdmg","rod%20of%20the%20pact%20keeper_dmg":"rod%20of%20the%20pact%20keeper_xdmg","armor%20of%20resistance_dmg":"armor%20of%20resistance_xdmg","armor%20of%20vulnerability_dmg":"armor%20of%20vulnerability_xdmg","bag%20of%20tricks_dmg":"bag%20of%20tricks_xdmg","belt%20of%20giant%20strength_dmg":"belt%20of%20giant%20strength_xdmg","carpet%20of%20flying_dmg":"carpet%20of%20flying_xdmg","dragon%20scale%20mail_dmg":"dragon%20scale%20mail_xdmg","elemental%20gem_dmg":"elemental%20gem_xdmg","eye%20and%20hand%20of%20vecna_dmg":"eye%20and%20hand%20of%20vecna_xdmg","figurine%20of%20wondrous%20power_dmg":"figurine%20of%20wondrous%20power_xdmg","horn%20of%20valhalla_dmg":"horn%20of%20valhalla_xdmg","instrument%20of%20the%20bards_dmg":"instrument%20of%20the%20bards_xdmg","ioun%20stone_dmg":"ioun%20stone_xdmg","manual%20of%20golems_dmg":"manual%20of%20golems_xdmg","potion%20of%20giant%20strength_dmg":"potion%20of%20giant%20strength_xdmg","potion%20of%20resistance_dmg":"potion%20of%20resistance_xdmg","quaal's%20feather%20token_dmg":"quaal's%20feather%20token_xdmg","ring%20of%20elemental%20command_dmg":"ring%20of%20elemental%20command_xdmg","ring%20of%20resistance_dmg":"ring%20of%20resistance_xdmg","scroll%20of%20protection_dmg":"scroll%20of%20protection_xdmg","spell%20scroll_dmg":"spell%20scroll_xdmg","sword%20of%20answering_dmg":"sword%20of%20answering_xdmg","%2b1%20ammunition_dmg":"%2b1%20ammunition_xdmg","%2b1%20armor_dmg":"%2b1%20armor_xdmg","%2b1%20shield%20(*)_dmg":"%2b1%20shield%20(*)_xdmg","%2b1%20weapon_dmg":"%2b1%20weapon_xdmg","%2b2%20ammunition_dmg":"%2b2%20ammunition_xdmg","%2b2%20armor_dmg":"%2b2%20armor_xdmg","%2b2%20shield%20(*)_dmg":"%2b2%20shield%20(*)_xdmg","%2b2%20weapon_dmg":"%2b2%20weapon_xdmg","%2b3%20ammunition_dmg":"%2b3%20ammunition_xdmg","%2b3%20armor_dmg":"%2b3%20armor_xdmg","%2b3%20shield%20(*)_dmg":"%2b3%20shield%20(*)_xdmg","%2b3%20weapon_dmg":"%2b3%20weapon_xdmg","adamantine%20armor_dmg":"adamantine%20armor_xdmg","armor%20of%20acid%20resistance_dmg":"armor%20of%20acid%20resistance_xdmg","armor%20of%20cold%20resistance_dmg":"armor%20of%20cold%20resistance_xdmg","armor%20of%20fire%20resistance_dmg":"armor%20of%20fire%20resistance_xdmg","armor%20of%20force%20resistance_dmg":"armor%20of%20force%20resistance_xdmg","armor%20of%20lightning%20resistance_dmg":"armor%20of%20lightning%20resistance_xdmg","armor%20of%20necrotic%20resistance_dmg":"armor%20of%20necrotic%20resistance_xdmg","armor%20of%20poison%20resistance_dmg":"armor%20of%20poison%20resistance_xdmg","armor%20of%20psychic%20resistance_dmg":"armor%20of%20psychic%20resistance_xdmg","armor%20of%20radiant%20resistance_dmg":"armor%20of%20radiant%20resistance_xdmg","armor%20of%20thunder%20resistance_dmg":"armor%20of%20thunder%20resistance_xdmg","arrow%20of%20slaying%20(*)_dmg":"ammunition%20of%20slaying_xdmg","berserker%20axe_dmg":"berserker%20axe_xdmg","dancing%20sword_dmg":"dancing%20sword_xdmg","defender_dmg":"defender_xdmg","dragon%20slayer_dmg":"dragon%20slayer_xdmg","flame%20tongue_dmg":"flame%20tongue_xdmg","frost%20brand_dmg":"frost%20brand_xdmg","giant%20slayer_dmg":"giant%20slayer_xdmg","holy%20avenger_dmg":"holy%20avenger_xdmg","luck%20blade_dmg":"luck%20blade_xdmg","mariner's%20armor_dmg":"mariner's%20armor_xdmg","mithral%20armor_dmg":"mithral%20armor_xdmg","nine%20lives%20stealer_dmg":"nine%20lives%20stealer_xdmg","sword%20of%20life%20stealing_dmg":"sword%20of%20life%20stealing_xdmg","sword%20of%20sharpness_dmg":"sword%20of%20sharpness_xdmg","sword%20of%20vengeance_dmg":"sword%20of%20vengeance_xdmg","sword%20of%20wounding_dmg":"sword%20of%20wounding_xdmg","vicious%20weapon_dmg":"vicious%20weapon_xdmg","vorpal%20sword_dmg":"vorpal%20sword_xdmg","weapon%20of%20warning_dmg":"weapon%20of%20warning_xdmg","%2b1%20arrow_dmg":"%2b1%20arrow_xdmg","%2b1%20blowgun%20needle_dmg":"%2b1%20needle_xdmg","%2b1%20crossbow%20bolt_dmg":"%2b1%20bolt_xdmg","%2b1%20energy%20cell_dmg":"%2b1%20energy%20cell_xdmg","%2b1%20renaissance%20bullet_dmg":"%2b1%20firearm%20bullet_xdmg","%2b1%20sling%20bullet_dmg":"%2b1%20sling%20bullet_xdmg","%2b1%20breastplate_dmg":"%2b1%20breastplate_xdmg","%2b1%20chain%20mail_dmg":"%2b1%20chain%20mail_xdmg","%2b1%20chain%20shirt_dmg":"%2b1%20chain%20shirt_xdmg","%2b1%20half%20plate%20armor_dmg":"%2b1%20half%20plate%20armor_xdmg","%2b1%20hide%20armor_dmg":"%2b1%20hide%20armor_xdmg","%2b1%20leather%20armor_dmg":"%2b1%20leather%20armor_xdmg","%2b1%20padded%20armor_dmg":"%2b1%20padded%20armor_xdmg","%2b1%20plate%20armor_dmg":"%2b1%20plate%20armor_xdmg","%2b1%20ring%20mail_dmg":"%2b1%20ring%20mail_xdmg","%2b1%20scale%20mail_dmg":"%2b1%20scale%20mail_xdmg","%2b1%20splint%20armor_dmg":"%2b1%20splint%20armor_xdmg","%2b1%20studded%20leather%20armor_dmg":"%2b1%20studded%20leather%20armor_xdmg","%2b1%20shield_dmg":"%2b1%20shield_xdmg","%2b1%20antimatter%20rifle_dmg":"%2b1%20antimatter%20rifle_xdmg","%2b1%20automatic%20pistol_dmg":"%2b1%20semiautomatic%20pistol_xdmg","%2b1%20automatic%20rifle_dmg":"%2b1%20automatic%20rifle_xdmg","%2b1%20battleaxe_dmg":"%2b1%20battleaxe_xdmg","%2b1%20blowgun_dmg":"%2b1%20blowgun_xdmg","%2b1%20club_dmg":"%2b1%20club_xdmg","%2b1%20dagger_dmg":"%2b1%20dagger_xdmg","%2b1%20dart_dmg":"%2b1%20dart_xdmg","%2b1%20flail_dmg":"%2b1%20flail_xdmg","%2b1%20glaive_dmg":"%2b1%20glaive_xdmg","%2b1%20greataxe_dmg":"%2b1%20greataxe_xdmg","%2b1%20greatclub_dmg":"%2b1%20greatclub_xdmg","%2b1%20greatsword_dmg":"%2b1%20greatsword_xdmg","%2b1%20halberd_dmg":"%2b1%20halberd_xdmg","%2b1%20hand%20crossbow_dmg":"%2b1%20hand%20crossbow_xdmg","%2b1%20handaxe_dmg":"%2b1%20handaxe_xdmg","%2b1%20heavy%20crossbow_dmg":"%2b1%20heavy%20crossbow_xdmg","%2b1%20hunting%20rifle_dmg":"%2b1%20hunting%20rifle_xdmg","%2b1%20javelin_dmg":"%2b1%20javelin_xdmg","%2b1%20lance_dmg":"%2b1%20lance_xdmg","%2b1%20laser%20pistol_dmg":"%2b1%20laser%20pistol_xdmg","%2b1%20laser%20rifle_dmg":"%2b1%20laser%20rifle_xdmg","%2b1%20light%20crossbow_dmg":"%2b1%20light%20crossbow_xdmg","%2b1%20light%20hammer_dmg":"%2b1%20light%20hammer_xdmg","%2b1%20longbow_dmg":"%2b1%20longbow_xdmg","%2b1%20longsword_dmg":"%2b1%20longsword_xdmg","%2b1%20mace_dmg":"%2b1%20mace_xdmg","%2b1%20maul_dmg":"%2b1%20maul_xdmg","%2b1%20morningstar_dmg":"%2b1%20morningstar_xdmg","%2b1%20musket_dmg":"%2b1%20musket_xdmg","%2b1%20pike_dmg":"%2b1%20pike_xdmg","%2b1%20pistol_dmg":"%2b1%20pistol_xdmg","%2b1%20quarterstaff_dmg":"%2b1%20quarterstaff_xdmg","%2b1%20rapier_dmg":"%2b1%20rapier_xdmg","%2b1%20revolver_dmg":"%2b1%20revolver_xdmg","%2b1%20scimitar_dmg":"%2b1%20scimitar_xdmg","%2b1%20shortbow_dmg":"%2b1%20shortbow_xdmg","%2b1%20shortsword_dmg":"%2b1%20shortsword_xdmg","%2b1%20shotgun_dmg":"%2b1%20shotgun_xdmg","%2b1%20sickle_dmg":"%2b1%20sickle_xdmg","%2b1%20sling_dmg":"%2b1%20sling_xdmg","%2b1%20spear_dmg":"%2b1%20spear_xdmg","%2b1%20trident_dmg":"%2b1%20trident_xdmg","%2b1%20war%20pick_dmg":"%2b1%20war%20pick_xdmg","%2b1%20warhammer_dmg":"%2b1%20warhammer_xdmg","%2b1%20whip_dmg":"%2b1%20whip_xdmg","%2b2%20arrow_dmg":"%2b2%20arrow_xdmg","%2b2%20blowgun%20needle_dmg":"%2b2%20needle_xdmg","%2b2%20crossbow%20bolt_dmg":"%2b2%20bolt_xdmg","%2b2%20energy%20cell_dmg":"%2b2%20energy%20cell_xdmg","%2b2%20renaissance%20bullet_dmg":"%2b2%20firearm%20bullet_xdmg","%2b2%20sling%20bullet_dmg":"%2b2%20sling%20bullet_xdmg","%2b2%20breastplate_dmg":"%2b2%20breastplate_xdmg","%2b2%20chain%20mail_dmg":"%2b2%20chain%20mail_xdmg","%2b2%20chain%20shirt_dmg":"%2b2%20chain%20shirt_xdmg","%2b2%20half%20plate%20armor_dmg":"%2b2%20half%20plate%20armor_xdmg","%2b2%20hide%20armor_dmg":"%2b2%20hide%20armor_xdmg","%2b2%20leather%20armor_dmg":"%2b2%20leather%20armor_xdmg","%2b2%20padded%20armor_dmg":"%2b2%20padded%20armor_xdmg","%2b2%20plate%20armor_dmg":"%2b2%20plate%20armor_xdmg","%2b2%20ring%20mail_dmg":"%2b2%20ring%20mail_xdmg","%2b2%20scale%20mail_dmg":"%2b2%20scale%20mail_xdmg","%2b2%20splint%20armor_dmg":"%2b2%20splint%20armor_xdmg","%2b2%20studded%20leather%20armor_dmg":"%2b2%20studded%20leather%20armor_xdmg","%2b2%20shield_dmg":"%2b2%20shield_xdmg","%2b2%20antimatter%20rifle_dmg":"%2b2%20antimatter%20rifle_xdmg","%2b2%20automatic%20pistol_dmg":"%2b2%20semiautomatic%20pistol_xdmg","%2b2%20automatic%20rifle_dmg":"%2b2%20automatic%20rifle_xdmg","%2b2%20battleaxe_dmg":"%2b2%20battleaxe_xdmg","%2b2%20blowgun_dmg":"%2b2%20blowgun_xdmg","%2b2%20club_dmg":"%2b2%20club_xdmg","%2b2%20dagger_dmg":"%2b2%20dagger_xdmg","%2b2%20dart_dmg":"%2b2%20dart_xdmg","%2b2%20flail_dmg":"%2b2%20flail_xdmg","%2b2%20glaive_dmg":"%2b2%20glaive_xdmg","%2b2%20greataxe_dmg":"%2b2%20greataxe_xdmg","%2b2%20greatclub_dmg":"%2b2%20greatclub_xdmg","%2b2%20greatsword_dmg":"%2b2%20greatsword_xdmg","%2b2%20halberd_dmg":"%2b2%20halberd_xdmg","%2b2%20hand%20crossbow_dmg":"%2b2%20hand%20crossbow_xdmg","%2b2%20handaxe_dmg":"%2b2%20handaxe_xdmg","%2b2%20heavy%20crossbow_dmg":"%2b2%20heavy%20crossbow_xdmg","%2b2%20hunting%20rifle_dmg":"%2b2%20hunting%20rifle_xdmg","%2b2%20javelin_dmg":"%2b2%20javelin_xdmg","%2b2%20lance_dmg":"%2b2%20lance_xdmg","%2b2%20laser%20pistol_dmg":"%2b2%20laser%20pistol_xdmg","%2b2%20laser%20rifle_dmg":"%2b2%20laser%20rifle_xdmg","%2b2%20light%20crossbow_dmg":"%2b2%20light%20crossbow_xdmg","%2b2%20light%20hammer_dmg":"%2b2%20light%20hammer_xdmg","%2b2%20longbow_dmg":"%2b2%20longbow_xdmg","%2b2%20longsword_dmg":"%2b2%20longsword_xdmg","%2b2%20mace_dmg":"%2b2%20mace_xdmg","%2b2%20maul_dmg":"%2b2%20maul_xdmg","%2b2%20morningstar_dmg":"%2b2%20morningstar_xdmg","%2b2%20musket_dmg":"%2b2%20musket_xdmg","%2b2%20pike_dmg":"%2b2%20pike_xdmg","%2b2%20pistol_dmg":"%2b2%20pistol_xdmg","%2b2%20quarterstaff_dmg":"%2b2%20quarterstaff_xdmg","%2b2%20rapier_dmg":"%2b2%20rapier_xdmg","%2b2%20revolver_dmg":"%2b2%20revolver_xdmg","%2b2%20scimitar_dmg":"%2b2%20scimitar_xdmg","%2b2%20shortbow_dmg":"%2b2%20shortbow_xdmg","%2b2%20shortsword_dmg":"%2b2%20shortsword_xdmg","%2b2%20shotgun_dmg":"%2b2%20shotgun_xdmg","%2b2%20sickle_dmg":"%2b2%20sickle_xdmg","%2b2%20sling_dmg":"%2b2%20sling_xdmg","%2b2%20spear_dmg":"%2b2%20spear_xdmg","%2b2%20trident_dmg":"%2b2%20trident_xdmg","%2b2%20war%20pick_dmg":"%2b2%20war%20pick_xdmg","%2b2%20warhammer_dmg":"%2b2%20warhammer_xdmg","%2b2%20whip_dmg":"%2b2%20whip_xdmg","%2b3%20arrow_dmg":"%2b3%20arrow_xdmg","%2b3%20blowgun%20needle_dmg":"%2b3%20needle_xdmg","%2b3%20crossbow%20bolt_dmg":"%2b3%20bolt_xdmg","%2b3%20energy%20cell_dmg":"%2b3%20energy%20cell_xdmg","%2b3%20renaissance%20bullet_dmg":"%2b3%20firearm%20bullet_xdmg","%2b3%20sling%20bullet_dmg":"%2b3%20sling%20bullet_xdmg","%2b3%20breastplate_dmg":"%2b3%20breastplate_xdmg","%2b3%20chain%20mail_dmg":"%2b3%20chain%20mail_xdmg","%2b3%20chain%20shirt_dmg":"%2b3%20chain%20shirt_xdmg","%2b3%20half%20plate%20armor_dmg":"%2b3%20half%20plate%20armor_xdmg","%2b3%20hide%20armor_dmg":"%2b3%20hide%20armor_xdmg","%2b3%20leather%20armor_dmg":"%2b3%20leather%20armor_xdmg","%2b3%20padded%20armor_dmg":"%2b3%20padded%20armor_xdmg","%2b3%20plate%20armor_dmg":"%2b3%20plate%20armor_xdmg","%2b3%20ring%20mail_dmg":"%2b3%20ring%20mail_xdmg","%2b3%20scale%20mail_dmg":"%2b3%20scale%20mail_xdmg","%2b3%20splint%20armor_dmg":"%2b3%20splint%20armor_xdmg","%2b3%20studded%20leather%20armor_dmg":"%2b3%20studded%20leather%20armor_xdmg","%2b3%20shield_dmg":"%2b3%20shield_xdmg","%2b3%20antimatter%20rifle_dmg":"%2b3%20antimatter%20rifle_xdmg","%2b3%20automatic%20pistol_dmg":"%2b3%20semiautomatic%20pistol_xdmg","%2b3%20automatic%20rifle_dmg":"%2b3%20automatic%20rifle_xdmg","%2b3%20battleaxe_dmg":"%2b3%20battleaxe_xdmg","%2b3%20blowgun_dmg":"%2b3%20blowgun_xdmg","%2b3%20club_dmg":"%2b3%20club_xdmg","%2b3%20dagger_dmg":"%2b3%20dagger_xdmg","%2b3%20dart_dmg":"%2b3%20dart_xdmg","%2b3%20flail_dmg":"%2b3%20flail_xdmg","%2b3%20glaive_dmg":"%2b3%20glaive_xdmg","%2b3%20greataxe_dmg":"%2b3%20greataxe_xdmg","%2b3%20greatclub_dmg":"%2b3%20greatclub_xdmg","%2b3%20greatsword_dmg":"%2b3%20greatsword_xdmg","%2b3%20halberd_dmg":"%2b3%20halberd_xdmg","%2b3%20hand%20crossbow_dmg":"%2b3%20hand%20crossbow_xdmg","%2b3%20handaxe_dmg":"%2b3%20handaxe_xdmg","%2b3%20heavy%20crossbow_dmg":"%2b3%20heavy%20crossbow_xdmg","%2b3%20hunting%20rifle_dmg":"%2b3%20hunting%20rifle_xdmg","%2b3%20javelin_dmg":"%2b3%20javelin_xdmg","%2b3%20lance_dmg":"%2b3%20lance_xdmg","%2b3%20laser%20pistol_dmg":"%2b3%20laser%20pistol_xdmg","%2b3%20laser%20rifle_dmg":"%2b3%20laser%20rifle_xdmg","%2b3%20light%20crossbow_dmg":"%2b3%20light%20crossbow_xdmg","%2b3%20light%20hammer_dmg":"%2b3%20light%20hammer_xdmg","%2b3%20longbow_dmg":"%2b3%20longbow_xdmg","%2b3%20longsword_dmg":"%2b3%20longsword_xdmg","%2b3%20mace_dmg":"%2b3%20mace_xdmg","%2b3%20maul_dmg":"%2b3%20maul_xdmg","%2b3%20morningstar_dmg":"%2b3%20morningstar_xdmg","%2b3%20musket_dmg":"%2b3%20musket_xdmg","%2b3%20pike_dmg":"%2b3%20pike_xdmg","%2b3%20pistol_dmg":"%2b3%20pistol_xdmg","%2b3%20quarterstaff_dmg":"%2b3%20quarterstaff_xdmg","%2b3%20rapier_dmg":"%2b3%20rapier_xdmg","%2b3%20revolver_dmg":"%2b3%20revolver_xdmg","%2b3%20scimitar_dmg":"%2b3%20scimitar_xdmg","%2b3%20shortbow_dmg":"%2b3%20shortbow_xdmg","%2b3%20shortsword_dmg":"%2b3%20shortsword_xdmg","%2b3%20shotgun_dmg":"%2b3%20shotgun_xdmg","%2b3%20sickle_dmg":"%2b3%20sickle_xdmg","%2b3%20sling_dmg":"%2b3%20sling_xdmg","%2b3%20spear_dmg":"%2b3%20spear_xdmg","%2b3%20trident_dmg":"%2b3%20trident_xdmg","%2b3%20war%20pick_dmg":"%2b3%20war%20pick_xdmg","%2b3%20warhammer_dmg":"%2b3%20warhammer_xdmg","%2b3%20whip_dmg":"%2b3%20whip_xdmg","adamantine%20breastplate_dmg":"adamantine%20breastplate_xdmg","adamantine%20chain%20mail_dmg":"adamantine%20chain%20mail_xdmg","adamantine%20chain%20shirt_dmg":"adamantine%20chain%20shirt_xdmg","adamantine%20half%20plate%20armor_dmg":"adamantine%20half%20plate%20armor_xdmg","adamantine%20plate%20armor_dmg":"adamantine%20plate%20armor_xdmg","adamantine%20ring%20mail_dmg":"adamantine%20ring%20mail_xdmg","adamantine%20scale%20mail_dmg":"adamantine%20scale%20mail_xdmg","adamantine%20splint%20armor_dmg":"adamantine%20splint%20armor_xdmg","arrow%20of%20slaying_dmg":"arrow%20of%20slaying_xdmg","crossbow%20bolt%20of%20slaying_dmg":"bolt%20of%20slaying_xdmg","berserker%20battleaxe_dmg":"berserker%20battleaxe_xdmg","berserker%20greataxe_dmg":"berserker%20greataxe_xdmg","dancing%20greatsword_dmg":"dancing%20greatsword_xdmg","dancing%20longsword_dmg":"dancing%20longsword_xdmg","dancing%20rapier_dmg":"dancing%20rapier_xdmg","dancing%20scimitar_dmg":"dancing%20scimitar_xdmg","dancing%20shortsword_dmg":"dancing%20shortsword_xdmg","defender%20greatsword_dmg":"defender%20greatsword_xdmg","defender%20longsword_dmg":"defender%20longsword_xdmg","defender%20rapier_dmg":"defender%20rapier_xdmg","defender%20scimitar_dmg":"defender%20scimitar_xdmg","defender%20shortsword_dmg":"defender%20shortsword_xdmg","dragon%20slayer%20greatsword_dmg":"dragon%20slayer%20greatsword_xdmg","dragon%20slayer%20longsword_dmg":"dragon%20slayer%20longsword_xdmg","dragon%20slayer%20rapier_dmg":"dragon%20slayer%20rapier_xdmg","dragon%20slayer%20scimitar_dmg":"dragon%20slayer%20scimitar_xdmg","dragon%20slayer%20shortsword_dmg":"dragon%20slayer%20shortsword_xdmg","flame%20tongue%20greatsword_dmg":"flame%20tongue%20greatsword_xdmg","flame%20tongue%20longsword_dmg":"flame%20tongue%20longsword_xdmg","flame%20tongue%20rapier_dmg":"flame%20tongue%20rapier_xdmg","flame%20tongue%20scimitar_dmg":"flame%20tongue%20scimitar_xdmg","flame%20tongue%20shortsword_dmg":"flame%20tongue%20shortsword_xdmg","frost%20brand%20greatsword_dmg":"frost%20brand%20greatsword_xdmg","frost%20brand%20longsword_dmg":"frost%20brand%20longsword_xdmg","frost%20brand%20rapier_dmg":"frost%20brand%20rapier_xdmg","frost%20brand%20scimitar_dmg":"frost%20brand%20scimitar_xdmg","frost%20brand%20shortsword_dmg":"frost%20brand%20shortsword_xdmg","giant%20slayer%20battleaxe_dmg":"giant%20slayer%20battleaxe_xdmg","giant%20slayer%20greataxe_dmg":"giant%20slayer%20greataxe_xdmg","giant%20slayer%20greatsword_dmg":"giant%20slayer%20greatsword_xdmg","giant%20slayer%20handaxe_dmg":"giant%20slayer%20handaxe_xdmg","giant%20slayer%20longsword_dmg":"giant%20slayer%20longsword_xdmg","giant%20slayer%20rapier_dmg":"giant%20slayer%20rapier_xdmg","giant%20slayer%20scimitar_dmg":"giant%20slayer%20scimitar_xdmg","giant%20slayer%20shortsword_dmg":"giant%20slayer%20shortsword_xdmg","holy%20avenger%20greatsword_dmg":"holy%20avenger%20greatsword_xdmg","holy%20avenger%20longsword_dmg":"holy%20avenger%20longsword_xdmg","holy%20avenger%20rapier_dmg":"holy%20avenger%20rapier_xdmg","holy%20avenger%20scimitar_dmg":"holy%20avenger%20scimitar_xdmg","holy%20avenger%20shortsword_dmg":"holy%20avenger%20shortsword_xdmg","luck%20blade%20greatsword_dmg":"luck%20greatsword_xdmg","luck%20blade%20longsword_dmg":"luck%20longsword_xdmg","luck%20blade%20rapier_dmg":"luck%20rapier_xdmg","luck%20blade%20scimitar_dmg":"luck%20scimitar_xdmg","luck%20blade%20shortsword_dmg":"luck%20shortsword_xdmg","mariner's%20breastplate_dmg":"mariner's%20breastplate_xdmg","mariner's%20chain%20mail_dmg":"mariner's%20chain%20mail_xdmg","mariner's%20chain%20shirt_dmg":"mariner's%20chain%20shirt_xdmg","mariner's%20half%20plate%20armor_dmg":"mariner's%20half%20plate%20armor_xdmg","mariner's%20hide%20armor_dmg":"mariner's%20hide%20armor_xdmg","mariner's%20leather%20armor_dmg":"mariner's%20leather%20armor_xdmg","mariner's%20padded%20armor_dmg":"mariner's%20padded%20armor_xdmg","mariner's%20plate%20armor_dmg":"mariner's%20plate%20armor_xdmg","mariner's%20ring%20mail_dmg":"mariner's%20ring%20mail_xdmg","mariner's%20scale%20mail_dmg":"mariner's%20scale%20mail_xdmg","mariner's%20splint%20armor_dmg":"mariner's%20splint%20armor_xdmg","mariner's%20studded%20leather%20armor_dmg":"mariner's%20studded%20leather%20armor_xdmg","mithral%20breastplate_dmg":"mithral%20breastplate_xdmg","mithral%20chain%20mail_dmg":"mithral%20chain%20mail_xdmg","mithral%20chain%20shirt_dmg":"mithral%20chain%20shirt_xdmg","mithral%20half%20plate%20armor_dmg":"mithral%20half%20plate%20armor_xdmg","mithral%20plate%20armor_dmg":"mithral%20plate%20armor_xdmg","mithral%20ring%20mail_dmg":"mithral%20ring%20mail_xdmg","mithral%20scale%20mail_dmg":"mithral%20scale%20mail_xdmg","mithral%20splint%20armor_dmg":"mithral%20splint%20armor_xdmg","nine%20lives%20stealer%20greatsword_dmg":"nine%20lives%20stealer%20greatsword_xdmg","nine%20lives%20stealer%20longsword_dmg":"nine%20lives%20stealer%20longsword_xdmg","nine%20lives%20stealer%20rapier_dmg":"nine%20lives%20stealer%20rapier_xdmg","nine%20lives%20stealer%20scimitar_dmg":"nine%20lives%20stealer%20scimitar_xdmg","nine%20lives%20stealer%20shortsword_dmg":"nine%20lives%20stealer%20shortsword_xdmg","greatsword%20of%20life%20stealing_dmg":"greatsword%20of%20life%20stealing_xdmg","longsword%20of%20life%20stealing_dmg":"longsword%20of%20life%20stealing_xdmg","rapier%20of%20life%20stealing_dmg":"rapier%20of%20life%20stealing_xdmg","scimitar%20of%20life%20stealing_dmg":"scimitar%20of%20life%20stealing_xdmg","shortsword%20of%20life%20stealing_dmg":"shortsword%20of%20life%20stealing_xdmg","greatsword%20of%20sharpness_dmg":"greatsword%20of%20sharpness_xdmg","longsword%20of%20sharpness_dmg":"longsword%20of%20sharpness_xdmg","scimitar%20of%20sharpness_dmg":"scimitar%20of%20sharpness_xdmg","greatsword%20of%20vengeance_dmg":"greatsword%20of%20vengeance_xdmg","longsword%20of%20vengeance_dmg":"longsword%20of%20vengeance_xdmg","rapier%20of%20vengeance_dmg":"rapier%20of%20vengeance_xdmg","scimitar%20of%20vengeance_dmg":"scimitar%20of%20vengeance_xdmg","shortsword%20of%20vengeance_dmg":"shortsword%20of%20vengeance_xdmg","greatsword%20of%20wounding_dmg":"greatsword%20of%20wounding_xdmg","longsword%20of%20wounding_dmg":"longsword%20of%20wounding_xdmg","rapier%20of%20wounding_dmg":"rapier%20of%20wounding_xdmg","scimitar%20of%20wounding_dmg":"scimitar%20of%20wounding_xdmg","shortsword%20of%20wounding_dmg":"shortsword%20of%20wounding_xdmg","vicious%20antimatter%20rifle_dmg":"vicious%20antimatter%20rifle_xdmg","vicious%20automatic%20pistol_dmg":"vicious%20semiautomatic%20pistol_xdmg","vicious%20automatic%20rifle_dmg":"vicious%20automatic%20rifle_xdmg","vicious%20battleaxe_dmg":"vicious%20battleaxe_xdmg","vicious%20blowgun_dmg":"vicious%20blowgun_xdmg","vicious%20club_dmg":"vicious%20club_xdmg","vicious%20dagger_dmg":"vicious%20dagger_xdmg","vicious%20dart_dmg":"vicious%20dart_xdmg","vicious%20flail_dmg":"vicious%20flail_xdmg","vicious%20glaive_dmg":"vicious%20glaive_xdmg","vicious%20greataxe_dmg":"vicious%20greataxe_xdmg","vicious%20greatclub_dmg":"vicious%20greatclub_xdmg","vicious%20greatsword_dmg":"vicious%20greatsword_xdmg","vicious%20halberd_dmg":"vicious%20halberd_xdmg","vicious%20hand%20crossbow_dmg":"vicious%20hand%20crossbow_xdmg","vicious%20handaxe_dmg":"vicious%20handaxe_xdmg","vicious%20heavy%20crossbow_dmg":"vicious%20heavy%20crossbow_xdmg","vicious%20hunting%20rifle_dmg":"vicious%20hunting%20rifle_xdmg","vicious%20javelin_dmg":"vicious%20javelin_xdmg","vicious%20lance_dmg":"vicious%20lance_xdmg","vicious%20laser%20pistol_dmg":"vicious%20laser%20pistol_xdmg","vicious%20laser%20rifle_dmg":"vicious%20laser%20rifle_xdmg","vicious%20light%20crossbow_dmg":"vicious%20light%20crossbow_xdmg","vicious%20light%20hammer_dmg":"vicious%20light%20hammer_xdmg","vicious%20longbow_dmg":"vicious%20longbow_xdmg","vicious%20longsword_dmg":"vicious%20longsword_xdmg","vicious%20mace_dmg":"vicious%20mace_xdmg","vicious%20maul_dmg":"vicious%20maul_xdmg","vicious%20morningstar_dmg":"vicious%20morningstar_xdmg","vicious%20musket_dmg":"vicious%20musket_xdmg","vicious%20pike_dmg":"vicious%20pike_xdmg","vicious%20pistol_dmg":"vicious%20pistol_xdmg","vicious%20quarterstaff_dmg":"vicious%20quarterstaff_xdmg","vicious%20rapier_dmg":"vicious%20rapier_xdmg","vicious%20revolver_dmg":"vicious%20revolver_xdmg","vicious%20scimitar_dmg":"vicious%20scimitar_xdmg","vicious%20shortbow_dmg":"vicious%20shortbow_xdmg","vicious%20shortsword_dmg":"vicious%20shortsword_xdmg","vicious%20shotgun_dmg":"vicious%20shotgun_xdmg","vicious%20sickle_dmg":"vicious%20sickle_xdmg","vicious%20sling_dmg":"vicious%20sling_xdmg","vicious%20spear_dmg":"vicious%20spear_xdmg","vicious%20trident_dmg":"vicious%20trident_xdmg","vicious%20war%20pick_dmg":"vicious%20war%20pick_xdmg","vicious%20warhammer_dmg":"vicious%20warhammer_xdmg","vicious%20whip_dmg":"vicious%20whip_xdmg","vorpal%20greatsword_dmg":"vorpal%20greatsword_xdmg","vorpal%20longsword_dmg":"vorpal%20longsword_xdmg","vorpal%20scimitar_dmg":"vorpal%20scimitar_xdmg","antimatter%20rifle%20of%20warning_dmg":"antimatter%20rifle%20of%20warning_xdmg","automatic%20pistol%20of%20warning_dmg":"semiautomatic%20pistol%20of%20warning_xdmg","automatic%20rifle%20of%20warning_dmg":"automatic%20rifle%20of%20warning_xdmg","battleaxe%20of%20warning_dmg":"battleaxe%20of%20warning_xdmg","blowgun%20of%20warning_dmg":"blowgun%20of%20warning_xdmg","club%20of%20warning_dmg":"club%20of%20warning_xdmg","dagger%20of%20warning_dmg":"dagger%20of%20warning_xdmg","dart%20of%20warning_dmg":"dart%20of%20warning_xdmg","flail%20of%20warning_dmg":"flail%20of%20warning_xdmg","glaive%20of%20warning_dmg":"glaive%20of%20warning_xdmg","greataxe%20of%20warning_dmg":"greataxe%20of%20warning_xdmg","greatclub%20of%20warning_dmg":"greatclub%20of%20warning_xdmg","greatsword%20of%20warning_dmg":"greatsword%20of%20warning_xdmg","halberd%20of%20warning_dmg":"halberd%20of%20warning_xdmg","hand%20crossbow%20of%20warning_dmg":"hand%20crossbow%20of%20warning_xdmg","handaxe%20of%20warning_dmg":"handaxe%20of%20warning_xdmg","heavy%20crossbow%20of%20warning_dmg":"heavy%20crossbow%20of%20warning_xdmg","hunting%20rifle%20of%20warning_dmg":"hunting%20rifle%20of%20warning_xdmg","javelin%20of%20warning_dmg":"javelin%20of%20warning_xdmg","lance%20of%20warning_dmg":"lance%20of%20warning_xdmg","laser%20pistol%20of%20warning_dmg":"laser%20pistol%20of%20warning_xdmg","laser%20rifle%20of%20warning_dmg":"laser%20rifle%20of%20warning_xdmg","light%20crossbow%20of%20warning_dmg":"light%20crossbow%20of%20warning_xdmg","light%20hammer%20of%20warning_dmg":"light%20hammer%20of%20warning_xdmg","longbow%20of%20warning_dmg":"longbow%20of%20warning_xdmg","longsword%20of%20warning_dmg":"longsword%20of%20warning_xdmg","mace%20of%20warning_dmg":"mace%20of%20warning_xdmg","maul%20of%20warning_dmg":"maul%20of%20warning_xdmg","morningstar%20of%20warning_dmg":"morningstar%20of%20warning_xdmg","musket%20of%20warning_dmg":"musket%20of%20warning_xdmg","pike%20of%20warning_dmg":"pike%20of%20warning_xdmg","pistol%20of%20warning_dmg":"pistol%20of%20warning_xdmg","quarterstaff%20of%20warning_dmg":"quarterstaff%20of%20warning_xdmg","rapier%20of%20warning_dmg":"rapier%20of%20warning_xdmg","revolver%20of%20warning_dmg":"revolver%20of%20warning_xdmg","scimitar%20of%20warning_dmg":"scimitar%20of%20warning_xdmg","shortbow%20of%20warning_dmg":"shortbow%20of%20warning_xdmg","shortsword%20of%20warning_dmg":"shortsword%20of%20warning_xdmg","shotgun%20of%20warning_dmg":"shotgun%20of%20warning_xdmg","sickle%20of%20warning_dmg":"sickle%20of%20warning_xdmg","sling%20of%20warning_dmg":"sling%20of%20warning_xdmg","spear%20of%20warning_dmg":"spear%20of%20warning_xdmg","trident%20of%20warning_dmg":"trident%20of%20warning_xdmg","war%20pick%20of%20warning_dmg":"war%20pick%20of%20warning_xdmg","warhammer%20of%20warning_dmg":"warhammer%20of%20warning_xdmg","whip%20of%20warning_dmg":"whip%20of%20warning_xdmg","breastplate%20of%20acid%20resistance_dmg":"breastplate%20of%20acid%20resistance_xdmg","chain%20mail%20of%20acid%20resistance_dmg":"chain%20mail%20of%20acid%20resistance_xdmg","chain%20shirt%20of%20acid%20resistance_dmg":"chain%20shirt%20of%20acid%20resistance_xdmg","half%20plate%20armor%20of%20acid%20resistance_dmg":"half%20plate%20armor%20of%20acid%20resistance_xdmg","hide%20armor%20of%20acid%20resistance_dmg":"hide%20armor%20of%20acid%20resistance_xdmg","leather%20armor%20of%20acid%20resistance_dmg":"leather%20armor%20of%20acid%20resistance_xdmg","padded%20armor%20of%20acid%20resistance_dmg":"padded%20armor%20of%20acid%20resistance_xdmg","plate%20armor%20of%20acid%20resistance_dmg":"plate%20armor%20of%20acid%20resistance_xdmg","ring%20mail%20of%20acid%20resistance_dmg":"ring%20mail%20of%20acid%20resistance_xdmg","scale%20mail%20of%20acid%20resistance_dmg":"scale%20mail%20of%20acid%20resistance_xdmg","splint%20armor%20of%20acid%20resistance_dmg":"splint%20armor%20of%20acid%20resistance_xdmg","studded%20leather%20armor%20of%20acid%20resistance_dmg":"studded%20leather%20armor%20of%20acid%20resistance_xdmg","breastplate%20of%20cold%20resistance_dmg":"breastplate%20of%20cold%20resistance_xdmg","chain%20mail%20of%20cold%20resistance_dmg":"chain%20mail%20of%20cold%20resistance_xdmg","chain%20shirt%20of%20cold%20resistance_dmg":"chain%20shirt%20of%20cold%20resistance_xdmg","half%20plate%20armor%20of%20cold%20resistance_dmg":"half%20plate%20armor%20of%20cold%20resistance_xdmg","hide%20armor%20of%20cold%20resistance_dmg":"hide%20armor%20of%20cold%20resistance_xdmg","leather%20armor%20of%20cold%20resistance_dmg":"leather%20armor%20of%20cold%20resistance_xdmg","padded%20armor%20of%20cold%20resistance_dmg":"padded%20armor%20of%20cold%20resistance_xdmg","plate%20armor%20of%20cold%20resistance_dmg":"plate%20armor%20of%20cold%20resistance_xdmg","ring%20mail%20of%20cold%20resistance_dmg":"ring%20mail%20of%20cold%20resistance_xdmg","scale%20mail%20of%20cold%20resistance_dmg":"scale%20mail%20of%20cold%20resistance_xdmg","splint%20armor%20of%20cold%20resistance_dmg":"splint%20armor%20of%20cold%20resistance_xdmg","studded%20leather%20armor%20of%20cold%20resistance_dmg":"studded%20leather%20armor%20of%20cold%20resistance_xdmg","breastplate%20of%20fire%20resistance_dmg":"breastplate%20of%20fire%20resistance_xdmg","chain%20mail%20of%20fire%20resistance_dmg":"chain%20mail%20of%20fire%20resistance_xdmg","chain%20shirt%20of%20fire%20resistance_dmg":"chain%20shirt%20of%20fire%20resistance_xdmg","half%20plate%20armor%20of%20fire%20resistance_dmg":"half%20plate%20armor%20of%20fire%20resistance_xdmg","hide%20armor%20of%20fire%20resistance_dmg":"hide%20armor%20of%20fire%20resistance_xdmg","leather%20armor%20of%20fire%20resistance_dmg":"leather%20armor%20of%20fire%20resistance_xdmg","padded%20armor%20of%20fire%20resistance_dmg":"padded%20armor%20of%20fire%20resistance_xdmg","plate%20armor%20of%20fire%20resistance_dmg":"plate%20armor%20of%20fire%20resistance_xdmg","ring%20mail%20of%20fire%20resistance_dmg":"ring%20mail%20of%20fire%20resistance_xdmg","scale%20mail%20of%20fire%20resistance_dmg":"scale%20mail%20of%20fire%20resistance_xdmg","splint%20armor%20of%20fire%20resistance_dmg":"splint%20armor%20of%20fire%20resistance_xdmg","studded%20leather%20armor%20of%20fire%20resistance_dmg":"studded%20leather%20armor%20of%20fire%20resistance_xdmg","breastplate%20of%20force%20resistance_dmg":"breastplate%20of%20force%20resistance_xdmg","chain%20mail%20of%20force%20resistance_dmg":"chain%20mail%20of%20force%20resistance_xdmg","chain%20shirt%20of%20force%20resistance_dmg":"chain%20shirt%20of%20force%20resistance_xdmg","half%20plate%20armor%20of%20force%20resistance_dmg":"half%20plate%20armor%20of%20force%20resistance_xdmg","hide%20armor%20of%20force%20resistance_dmg":"hide%20armor%20of%20force%20resistance_xdmg","leather%20armor%20of%20force%20resistance_dmg":"leather%20armor%20of%20force%20resistance_xdmg","padded%20armor%20of%20force%20resistance_dmg":"padded%20armor%20of%20force%20resistance_xdmg","plate%20armor%20of%20force%20resistance_dmg":"plate%20armor%20of%20force%20resistance_xdmg","ring%20mail%20of%20force%20resistance_dmg":"ring%20mail%20of%20force%20resistance_xdmg","scale%20mail%20of%20force%20resistance_dmg":"scale%20mail%20of%20force%20resistance_xdmg","splint%20armor%20of%20force%20resistance_dmg":"splint%20armor%20of%20force%20resistance_xdmg","studded%20leather%20armor%20of%20force%20resistance_dmg":"studded%20leather%20armor%20of%20force%20resistance_xdmg","breastplate%20of%20lightning%20resistance_dmg":"breastplate%20of%20lightning%20resistance_xdmg","chain%20mail%20of%20lightning%20resistance_dmg":"chain%20mail%20of%20lightning%20resistance_xdmg","chain%20shirt%20of%20lightning%20resistance_dmg":"chain%20shirt%20of%20lightning%20resistance_xdmg","half%20plate%20armor%20of%20lightning%20resistance_dmg":"half%20plate%20armor%20of%20lightning%20resistance_xdmg","hide%20armor%20of%20lightning%20resistance_dmg":"hide%20armor%20of%20lightning%20resistance_xdmg","leather%20armor%20of%20lightning%20resistance_dmg":"leather%20armor%20of%20lightning%20resistance_xdmg","padded%20armor%20of%20lightning%20resistance_dmg":"padded%20armor%20of%20lightning%20resistance_xdmg","plate%20armor%20of%20lightning%20resistance_dmg":"plate%20armor%20of%20lightning%20resistance_xdmg","ring%20mail%20of%20lightning%20resistance_dmg":"ring%20mail%20of%20lightning%20resistance_xdmg","scale%20mail%20of%20lightning%20resistance_dmg":"scale%20mail%20of%20lightning%20resistance_xdmg","splint%20armor%20of%20lightning%20resistance_dmg":"splint%20armor%20of%20lightning%20resistance_xdmg","studded%20leather%20armor%20of%20lightning%20resistance_dmg":"studded%20leather%20armor%20of%20lightning%20resistance_xdmg","breastplate%20of%20necrotic%20resistance_dmg":"breastplate%20of%20necrotic%20resistance_xdmg","chain%20mail%20of%20necrotic%20resistance_dmg":"chain%20mail%20of%20necrotic%20resistance_xdmg","chain%20shirt%20of%20necrotic%20resistance_dmg":"chain%20shirt%20of%20necrotic%20resistance_xdmg","half%20plate%20armor%20of%20necrotic%20resistance_dmg":"half%20plate%20armor%20of%20necrotic%20resistance_xdmg","hide%20armor%20of%20necrotic%20resistance_dmg":"hide%20armor%20of%20necrotic%20resistance_xdmg","leather%20armor%20of%20necrotic%20resistance_dmg":"leather%20armor%20of%20necrotic%20resistance_xdmg","padded%20armor%20of%20necrotic%20resistance_dmg":"padded%20armor%20of%20necrotic%20resistance_xdmg","plate%20armor%20of%20necrotic%20resistance_dmg":"plate%20armor%20of%20necrotic%20resistance_xdmg","ring%20mail%20of%20necrotic%20resistance_dmg":"ring%20mail%20of%20necrotic%20resistance_xdmg","scale%20mail%20of%20necrotic%20resistance_dmg":"scale%20mail%20of%20necrotic%20resistance_xdmg","splint%20armor%20of%20necrotic%20resistance_dmg":"splint%20armor%20of%20necrotic%20resistance_xdmg","studded%20leather%20armor%20of%20necrotic%20resistance_dmg":"studded%20leather%20armor%20of%20necrotic%20resistance_xdmg","breastplate%20of%20poison%20resistance_dmg":"breastplate%20of%20poison%20resistance_xdmg","chain%20mail%20of%20poison%20resistance_dmg":"chain%20mail%20of%20poison%20resistance_xdmg","chain%20shirt%20of%20poison%20resistance_dmg":"chain%20shirt%20of%20poison%20resistance_xdmg","half%20plate%20armor%20of%20poison%20resistance_dmg":"half%20plate%20armor%20of%20poison%20resistance_xdmg","hide%20armor%20of%20poison%20resistance_dmg":"hide%20armor%20of%20poison%20resistance_xdmg","leather%20armor%20of%20poison%20resistance_dmg":"leather%20armor%20of%20poison%20resistance_xdmg","padded%20armor%20of%20poison%20resistance_dmg":"padded%20armor%20of%20poison%20resistance_xdmg","plate%20armor%20of%20poison%20resistance_dmg":"plate%20armor%20of%20poison%20resistance_xdmg","ring%20mail%20of%20poison%20resistance_dmg":"ring%20mail%20of%20poison%20resistance_xdmg","scale%20mail%20of%20poison%20resistance_dmg":"scale%20mail%20of%20poison%20resistance_xdmg","splint%20armor%20of%20poison%20resistance_dmg":"splint%20armor%20of%20poison%20resistance_xdmg","studded%20leather%20armor%20of%20poison%20resistance_dmg":"studded%20leather%20armor%20of%20poison%20resistance_xdmg","breastplate%20of%20psychic%20resistance_dmg":"breastplate%20of%20psychic%20resistance_xdmg","chain%20mail%20of%20psychic%20resistance_dmg":"chain%20mail%20of%20psychic%20resistance_xdmg","chain%20shirt%20of%20psychic%20resistance_dmg":"chain%20shirt%20of%20psychic%20resistance_xdmg","half%20plate%20armor%20of%20psychic%20resistance_dmg":"half%20plate%20armor%20of%20psychic%20resistance_xdmg","hide%20armor%20of%20psychic%20resistance_dmg":"hide%20armor%20of%20psychic%20resistance_xdmg","leather%20armor%20of%20psychic%20resistance_dmg":"leather%20armor%20of%20psychic%20resistance_xdmg","padded%20armor%20of%20psychic%20resistance_dmg":"padded%20armor%20of%20psychic%20resistance_xdmg","plate%20armor%20of%20psychic%20resistance_dmg":"plate%20armor%20of%20psychic%20resistance_xdmg","ring%20mail%20of%20psychic%20resistance_dmg":"ring%20mail%20of%20psychic%20resistance_xdmg","scale%20mail%20of%20psychic%20resistance_dmg":"scale%20mail%20of%20psychic%20resistance_xdmg","splint%20armor%20of%20psychic%20resistance_dmg":"splint%20armor%20of%20psychic%20resistance_xdmg","studded%20leather%20armor%20of%20psychic%20resistance_dmg":"studded%20leather%20armor%20of%20psychic%20resistance_xdmg","breastplate%20of%20radiant%20resistance_dmg":"breastplate%20of%20radiant%20resistance_xdmg","chain%20mail%20of%20radiant%20resistance_dmg":"chain%20mail%20of%20radiant%20resistance_xdmg","chain%20shirt%20of%20radiant%20resistance_dmg":"chain%20shirt%20of%20radiant%20resistance_xdmg","half%20plate%20armor%20of%20radiant%20resistance_dmg":"half%20plate%20armor%20of%20radiant%20resistance_xdmg","hide%20armor%20of%20radiant%20resistance_dmg":"hide%20armor%20of%20radiant%20resistance_xdmg","leather%20armor%20of%20radiant%20resistance_dmg":"leather%20armor%20of%20radiant%20resistance_xdmg","padded%20armor%20of%20radiant%20resistance_dmg":"padded%20armor%20of%20radiant%20resistance_xdmg","plate%20armor%20of%20radiant%20resistance_dmg":"plate%20armor%20of%20radiant%20resistance_xdmg","ring%20mail%20of%20radiant%20resistance_dmg":"ring%20mail%20of%20radiant%20resistance_xdmg","scale%20mail%20of%20radiant%20resistance_dmg":"scale%20mail%20of%20radiant%20resistance_xdmg","splint%20armor%20of%20radiant%20resistance_dmg":"splint%20armor%20of%20radiant%20resistance_xdmg","studded%20leather%20armor%20of%20radiant%20resistance_dmg":"studded%20leather%20armor%20of%20radiant%20resistance_xdmg","breastplate%20of%20thunder%20resistance_dmg":"breastplate%20of%20thunder%20resistance_xdmg","chain%20mail%20of%20thunder%20resistance_dmg":"chain%20mail%20of%20thunder%20resistance_xdmg","chain%20shirt%20of%20thunder%20resistance_dmg":"chain%20shirt%20of%20thunder%20resistance_xdmg","half%20plate%20armor%20of%20thunder%20resistance_dmg":"half%20plate%20armor%20of%20thunder%20resistance_xdmg","hide%20armor%20of%20thunder%20resistance_dmg":"hide%20armor%20of%20thunder%20resistance_xdmg","leather%20armor%20of%20thunder%20resistance_dmg":"leather%20armor%20of%20thunder%20resistance_xdmg","padded%20armor%20of%20thunder%20resistance_dmg":"padded%20armor%20of%20thunder%20resistance_xdmg","plate%20armor%20of%20thunder%20resistance_dmg":"plate%20armor%20of%20thunder%20resistance_xdmg","ring%20mail%20of%20thunder%20resistance_dmg":"ring%20mail%20of%20thunder%20resistance_xdmg","scale%20mail%20of%20thunder%20resistance_dmg":"scale%20mail%20of%20thunder%20resistance_xdmg","splint%20armor%20of%20thunder%20resistance_dmg":"splint%20armor%20of%20thunder%20resistance_xdmg","studded%20leather%20armor%20of%20thunder%20resistance_dmg":"studded%20leather%20armor%20of%20thunder%20resistance_xdmg"},"itemProperty":{"2h_phb":"2h_xphb","a_phb":"a_xphb","f_phb":"f_xphb","h_phb":"h_xphb","l_phb":"l_xphb","ld_phb":"ld_xphb","r_phb":"r_xphb","t_phb":"t_xphb","v_phb":"v_xphb"},"languages.html":{"abyssal_phb":"abyssal_xphb","celestial_phb":"celestial_xphb","common_phb":"common_xphb","deep%20speech_phb":"deep%20speech_xphb","draconic_phb":"draconic_xphb","druidic_phb":"druidic_xphb","dwarvish_phb":"dwarvish_xphb","elvish_phb":"elvish_xphb","giant_phb":"giant_xphb","gnomish_phb":"gnomish_xphb","goblin_phb":"goblin_xphb","halfling_phb":"halfling_xphb","infernal_phb":"infernal_xphb","orc_phb":"orc_xphb","primordial_phb":"primordial_xphb","sylvan_phb":"sylvan_xphb","thieves'%20cant_phb":"thieves'%20cant_xphb","undercommon_phb":"undercommon_xphb"},"objects.html":{"ballista_dmg":"ballista_xdmg","cannon_dmg":"cannon_xdmg","mangonel_dmg":"mangonel_xdmg","ram_dmg":"ram_xdmg","siege%20tower_dmg":"siege%20tower_xdmg","suspended%20cauldron_dmg":"suspended%20cauldron_xdmg","trebuchet_dmg":"trebuchet_xdmg"},"optionalfeatures.html":{"agonizing%20blast_phb":"agonizing%20blast_xphb","archery_phb":{"hash":"archery_xphb","page":"feats.html"},"armor%20of%20shadows_phb":"armor%20of%20shadows_xphb","ascendant%20step_phb":"ascendant%20step_xphb","careful%20spell_phb":"careful%20spell_xphb","commander's%20strike_phb":"commander's%20strike_xphb","defense_phb":{"hash":"defense_xphb","page":"feats.html"},"devil's%20sight_phb":"devil's%20sight_xphb","disarming%20attack_phb":"disarming%20attack_xphb","distant%20spell_phb":"distant%20spell_xphb","distracting%20strike_phb":"distracting%20strike_xphb","dueling_phb":{"hash":"dueling_xphb","page":"feats.html"},"eldritch%20spear_phb":"eldritch%20spear_xphb","empowered%20spell_phb":"empowered%20spell_xphb","evasive%20footwork_phb":"evasive%20footwork_xphb","extended%20spell_phb":"extended%20spell_xphb","feinting%20attack_phb":"feinting%20attack_xphb","fiendish%20vigor_phb":"fiendish%20vigor_xphb","gaze%20of%20two%20minds_phb":"gaze%20of%20two%20minds_xphb","goading%20attack_phb":"goading%20attack_xphb","great%20weapon%20fighting_phb":{"hash":"great%20weapon%20fighting_xphb","page":"feats.html"},"heightened%20spell_phb":"heightened%20spell_xphb","lifedrinker_phb":"lifedrinker_xphb","lunging%20attack_phb":"lunging%20attack_xphb","maneuvering%20attack_phb":"maneuvering%20attack_xphb","mask%20of%20many%20faces_phb":"mask%20of%20many%20faces_xphb","master%20of%20myriad%20forms_phb":"master%20of%20myriad%20forms_xphb","menacing%20attack_phb":"menacing%20attack_xphb","misty%20visions_phb":"misty%20visions_xphb","one%20with%20shadows_phb":"one%20with%20shadows_xphb","otherworldly%20leap_phb":"otherworldly%20leap_xphb","pact%20of%20the%20blade_phb":"pact%20of%20the%20blade_xphb","pact%20of%20the%20chain_phb":"pact%20of%20the%20chain_xphb","pact%20of%20the%20tome_phb":"pact%20of%20the%20tome_xphb","parry_phb":"parry_xphb","precision%20attack_phb":"precision%20attack_xphb","protection_phb":{"hash":"protection_xphb","page":"feats.html"},"pushing%20attack_phb":"pushing%20attack_xphb","quickened%20spell_phb":"quickened%20spell_xphb","rally_phb":"rally_xphb","repelling%20blast_phb":"repelling%20blast_xphb","riposte_phb":"riposte_xphb","subtle%20spell_phb":"subtle%20spell_xphb","sweeping%20attack_phb":"sweeping%20attack_xphb","thirsting%20blade_phb":"thirsting%20blade_xphb","trip%20attack_phb":"trip%20attack_xphb","twinned%20spell_phb":"twinned%20spell_xphb","two-weapon%20fighting_phb":{"hash":"two-weapon%20fighting_xphb","page":"feats.html"},"visions%20of%20distant%20realms_phb":"visions%20of%20distant%20realms_xphb","whispers%20of%20the%20grave_phb":"whispers%20of%20the%20grave_xphb","witch%20sight_phb":"witch%20sight_xphb"},"races.html":{"dragonborn_phb":"dragonborn_xphb","dwarf_phb":"dwarf_xphb","elf_phb":"elf_xphb","gnome_phb":"gnome_xphb","halfling_phb":"halfling_xphb","human_phb":"human_xphb","tiefling_phb":"tiefling_xphb"},"rewards.html":{"blessing%20of%20health_dmg":"blessing%20of%20health_xdmg","blessing%20of%20magic%20resistance_dmg":"blessing%20of%20magic%20resistance_xdmg","blessing%20of%20protection_dmg":"blessing%20of%20protection_xdmg","blessing%20of%20understanding_dmg":"blessing%20of%20understanding_xdmg","blessing%20of%20valhalla_dmg":"blessing%20of%20valhalla_xdmg","blessing%20of%20weapon%20enhancement_dmg":"blessing%20of%20weapon%20enhancement_xdmg","blessing%20of%20wound%20closure_dmg":"blessing%20of%20wound%20closure_xdmg","boon%20of%20combat%20prowess_dmg":{"hash":"boon%20of%20combat%20prowess_xphb","page":"feats.html"},"boon%20of%20dimensional%20travel_dmg":{"hash":"boon%20of%20dimensional%20travel_xphb","page":"feats.html"},"boon%20of%20fate_dmg":{"hash":"boon%20of%20fate_xphb","page":"feats.html"},"boon%20of%20fortitude_dmg":{"hash":"boon%20of%20fortitude_xphb","page":"feats.html"},"boon%20of%20irresistible%20offense_dmg":{"hash":"boon%20of%20irresistible%20offense_xphb","page":"feats.html"},"boon%20of%20recovery_dmg":{"hash":"boon%20of%20recovery_xphb","page":"feats.html"},"boon%20of%20skill%20proficiency_dmg":{"hash":"boon%20of%20skill_xphb","page":"feats.html"},"boon%20of%20speed_dmg":{"hash":"boon%20of%20speed_xphb","page":"feats.html"},"boon%20of%20spell%20recall_dmg":{"hash":"boon%20of%20spell%20recall_xphb","page":"feats.html"},"boon%20of%20the%20night%20spirit_dmg":{"hash":"boon%20of%20the%20night%20spirit_xphb","page":"feats.html"},"boon%20of%20truesight_dmg":{"hash":"boon%20of%20truesight_xphb","page":"feats.html"},"charm%20of%20animal%20conjuring_dmg":"charm%20of%20animal%20conjuring_xdmg","charm%20of%20darkvision_dmg":"charm%20of%20darkvision_xdmg","charm%20of%20feather%20falling_dmg":"charm%20of%20feather%20falling_xdmg","charm%20of%20heroism_dmg":"charm%20of%20heroism_xdmg","charm%20of%20restoration_dmg":"charm%20of%20restoration_xdmg","charm%20of%20the%20slayer_dmg":"charm%20of%20the%20slayer_xdmg","charm%20of%20vitality_dmg":"charm%20of%20vitality_xdmg"},"sense":{"blindsight_phb":"blindsight_xphb","darkvision_phb":"darkvision_xphb","truesight_phb":"truesight_xphb"},"skill":{"acrobatics_phb":"acrobatics_xphb","animal%20handling_phb":"animal%20handling_xphb","arcana_phb":"arcana_xphb","athletics_phb":"athletics_xphb","deception_phb":"deception_xphb","history_phb":"history_xphb","insight_phb":"insight_xphb","intimidation_phb":"intimidation_xphb","investigation_phb":"investigation_xphb","medicine_phb":"medicine_xphb","nature_phb":"nature_xphb","perception_phb":"perception_xphb","performance_phb":"performance_xphb","persuasion_phb":"persuasion_xphb","religion_phb":"religion_xphb","sleight%20of%20hand_phb":"sleight%20of%20hand_xphb","stealth_phb":"stealth_xphb","survival_phb":"survival_xphb"},"spells.html":{"acid%20splash_phb":"acid%20splash_xphb","aid_phb":"aid_xphb","alarm_phb":"alarm_xphb","alter%20self_phb":"alter%20self_xphb","animal%20friendship_phb":"animal%20friendship_xphb","animal%20messenger_phb":"animal%20messenger_xphb","animal%20shapes_phb":"animal%20shapes_xphb","animate%20dead_phb":"animate%20dead_xphb","animate%20objects_phb":"animate%20objects_xphb","antilife%20shell_phb":"antilife%20shell_xphb","antimagic%20field_phb":"antimagic%20field_xphb","antipathy%2fsympathy_phb":"antipathy%2fsympathy_xphb","arcane%20eye_phb":"arcane%20eye_xphb","arcane%20gate_phb":"arcane%20gate_xphb","arcane%20lock_phb":"arcane%20lock_xphb","armor%20of%20agathys_phb":"armor%20of%20agathys_xphb","arms%20of%20hadar_phb":"arms%20of%20hadar_xphb","astral%20projection_phb":"astral%20projection_xphb","augury_phb":"augury_xphb","aura%20of%20life_phb":"aura%20of%20life_xphb","aura%20of%20purity_phb":"aura%20of%20purity_xphb","aura%20of%20vitality_phb":"aura%20of%20vitality_xphb","awaken_phb":"awaken_xphb","bane_phb":"bane_xphb","banishing%20smite_phb":"banishing%20smite_xphb","banishment_phb":"banishment_xphb","barkskin_phb":"barkskin_xphb","beacon%20of%20hope_phb":"beacon%20of%20hope_xphb","beast%20sense_phb":"beast%20sense_xphb","bestow%20curse_phb":"bestow%20curse_xphb","bigby's%20hand_phb":"bigby's%20hand_xphb","blade%20barrier_phb":"blade%20barrier_xphb","blade%20ward_phb":"blade%20ward_xphb","bless_phb":"bless_xphb","blight_phb":"blight_xphb","blinding%20smite_phb":"blinding%20smite_xphb","blindness%2fdeafness_phb":"blindness%2fdeafness_xphb","blink_phb":"blink_xphb","blur_phb":"blur_xphb","branding%20smite_phb":"shining%20smite_xphb","burning%20hands_phb":"burning%20hands_xphb","call%20lightning_phb":"call%20lightning_xphb","calm%20emotions_phb":"calm%20emotions_xphb","chain%20lightning_phb":"chain%20lightning_xphb","charm%20person_phb":"charm%20person_xphb","chill%20touch_phb":"chill%20touch_xphb","chromatic%20orb_phb":"chromatic%20orb_xphb","circle%20of%20death_phb":"circle%20of%20death_xphb","circle%20of%20power_phb":"circle%20of%20power_xphb","clairvoyance_phb":"clairvoyance_xphb","clone_phb":"clone_xphb","cloud%20of%20daggers_phb":"cloud%20of%20daggers_xphb","cloudkill_phb":"cloudkill_xphb","color%20spray_phb":"color%20spray_xphb","command_phb":"command_xphb","commune_phb":"commune_xphb","commune%20with%20nature_phb":"commune%20with%20nature_xphb","compelled%20duel_phb":"compelled%20duel_xphb","comprehend%20languages_phb":"comprehend%20languages_xphb","compulsion_phb":"compulsion_xphb","cone%20of%20cold_phb":"cone%20of%20cold_xphb","confusion_phb":"confusion_xphb","conjure%20animals_phb":"conjure%20animals_xphb","conjure%20barrage_phb":"conjure%20barrage_xphb","conjure%20celestial_phb":"conjure%20celestial_xphb","conjure%20elemental_phb":"conjure%20elemental_xphb","conjure%20fey_phb":"conjure%20fey_xphb","conjure%20minor%20elementals_phb":"conjure%20minor%20elementals_xphb","conjure%20volley_phb":"conjure%20volley_xphb","conjure%20woodland%20beings_phb":"conjure%20woodland%20beings_xphb","contact%20other%20plane_phb":"contact%20other%20plane_xphb","contagion_phb":"contagion_xphb","contingency_phb":"contingency_xphb","continual%20flame_phb":"continual%20flame_xphb","control%20water_phb":"control%20water_xphb","control%20weather_phb":"control%20weather_xphb","cordon%20of%20arrows_phb":"cordon%20of%20arrows_xphb","counterspell_phb":"counterspell_xphb","create%20food%20and%20water_phb":"create%20food%20and%20water_xphb","create%20or%20destroy%20water_phb":"create%20or%20destroy%20water_xphb","create%20undead_phb":"create%20undead_xphb","creation_phb":"creation_xphb","crown%20of%20madness_phb":"crown%20of%20madness_xphb","crusader's%20mantle_phb":"crusader's%20mantle_xphb","cure%20wounds_phb":"cure%20wounds_xphb","dancing%20lights_phb":"dancing%20lights_xphb","darkness_phb":"darkness_xphb","darkvision_phb":"darkvision_xphb","daylight_phb":"daylight_xphb","death%20ward_phb":"death%20ward_xphb","delayed%20blast%20fireball_phb":"delayed%20blast%20fireball_xphb","demiplane_phb":"demiplane_xphb","destructive%20wave_phb":"destructive%20wave_xphb","detect%20evil%20and%20good_phb":"detect%20evil%20and%20good_xphb","detect%20magic_phb":"detect%20magic_xphb","detect%20poison%20and%20disease_phb":"detect%20poison%20and%20disease_xphb","detect%20thoughts_phb":"detect%20thoughts_xphb","dimension%20door_phb":"dimension%20door_xphb","disguise%20self_phb":"disguise%20self_xphb","disintegrate_phb":"disintegrate_xphb","dispel%20evil%20and%20good_phb":"dispel%20evil%20and%20good_xphb","dispel%20magic_phb":"dispel%20magic_xphb","dissonant%20whispers_phb":"dissonant%20whispers_xphb","divination_phb":"divination_xphb","divine%20favor_phb":"divine%20favor_xphb","divine%20word_phb":"divine%20word_xphb","dominate%20beast_phb":"dominate%20beast_xphb","dominate%20monster_phb":"dominate%20monster_xphb","dominate%20person_phb":"dominate%20person_xphb","drawmij's%20instant%20summons_phb":"drawmij's%20instant%20summons_xphb","dream_phb":"dream_xphb","druidcraft_phb":"druidcraft_xphb","earthquake_phb":"earthquake_xphb","eldritch%20blast_phb":"eldritch%20blast_xphb","elemental%20weapon_phb":"elemental%20weapon_xphb","enhance%20ability_phb":"enhance%20ability_xphb","enlarge%2freduce_phb":"enlarge%2freduce_xphb","ensnaring%20strike_phb":"ensnaring%20strike_xphb","entangle_phb":"entangle_xphb","enthrall_phb":"enthrall_xphb","etherealness_phb":"etherealness_xphb","evard's%20black%20tentacles_phb":"evard's%20black%20tentacles_xphb","expeditious%20retreat_phb":"expeditious%20retreat_xphb","eyebite_phb":"eyebite_xphb","fabricate_phb":"fabricate_xphb","faerie%20fire_phb":"faerie%20fire_xphb","false%20life_phb":"false%20life_xphb","fear_phb":"fear_xphb","feather%20fall_phb":"feather%20fall_xphb","feeblemind_phb":"befuddlement_xphb","feign%20death_phb":"feign%20death_xphb","find%20familiar_phb":"find%20familiar_xphb","find%20steed_phb":"find%20steed_xphb","find%20the%20path_phb":"find%20the%20path_xphb","find%20traps_phb":"find%20traps_xphb","finger%20of%20death_phb":"finger%20of%20death_xphb","fire%20bolt_phb":"fire%20bolt_xphb","fire%20shield_phb":"fire%20shield_xphb","fire%20storm_phb":"fire%20storm_xphb","fireball_phb":"fireball_xphb","flame%20blade_phb":"flame%20blade_xphb","flame%20strike_phb":"flame%20strike_xphb","flaming%20sphere_phb":"flaming%20sphere_xphb","flesh%20to%20stone_phb":"flesh%20to%20stone_xphb","fly_phb":"fly_xphb","fog%20cloud_phb":"fog%20cloud_xphb","forbiddance_phb":"forbiddance_xphb","forcecage_phb":"forcecage_xphb","foresight_phb":"foresight_xphb","freedom%20of%20movement_phb":"freedom%20of%20movement_xphb","friends_phb":"friends_xphb","gaseous%20form_phb":"gaseous%20form_xphb","gate_phb":"gate_xphb","geas_phb":"geas_xphb","gentle%20repose_phb":"gentle%20repose_xphb","giant%20insect_phb":"giant%20insect_xphb","glibness_phb":"glibness_xphb","globe%20of%20invulnerability_phb":"globe%20of%20invulnerability_xphb","glyph%20of%20warding_phb":"glyph%20of%20warding_xphb","goodberry_phb":"goodberry_xphb","grasping%20vine_phb":"grasping%20vine_xphb","grease_phb":"grease_xphb","greater%20invisibility_phb":"greater%20invisibility_xphb","greater%20restoration_phb":"greater%20restoration_xphb","guardian%20of%20faith_phb":"guardian%20of%20faith_xphb","guards%20and%20wards_phb":"guards%20and%20wards_xphb","guidance_phb":"guidance_xphb","guiding%20bolt_phb":"guiding%20bolt_xphb","gust%20of%20wind_phb":"gust%20of%20wind_xphb","hail%20of%20thorns_phb":"hail%20of%20thorns_xphb","hallow_phb":"hallow_xphb","hallucinatory%20terrain_phb":"hallucinatory%20terrain_xphb","harm_phb":"harm_xphb","haste_phb":"haste_xphb","heal_phb":"heal_xphb","healing%20word_phb":"healing%20word_xphb","heat%20metal_phb":"heat%20metal_xphb","hellish%20rebuke_phb":"hellish%20rebuke_xphb","heroes'%20feast_phb":"heroes'%20feast_xphb","heroism_phb":"heroism_xphb","hex_phb":"hex_xphb","hold%20monster_phb":"hold%20monster_xphb","hold%20person_phb":"hold%20person_xphb","holy%20aura_phb":"holy%20aura_xphb","hunger%20of%20hadar_phb":"hunger%20of%20hadar_xphb","hunter's%20mark_phb":"hunter's%20mark_xphb","hypnotic%20pattern_phb":"hypnotic%20pattern_xphb","ice%20storm_phb":"ice%20storm_xphb","identify_phb":"identify_xphb","illusory%20script_phb":"illusory%20script_xphb","imprisonment_phb":"imprisonment_xphb","incendiary%20cloud_phb":"incendiary%20cloud_xphb","inflict%20wounds_phb":"inflict%20wounds_xphb","insect%20plague_phb":"insect%20plague_xphb","invisibility_phb":"invisibility_xphb","jump_phb":"jump_xphb","knock_phb":"knock_xphb","legend%20lore_phb":"legend%20lore_xphb","leomund's%20secret%20chest_phb":"leomund's%20secret%20chest_xphb","leomund's%20tiny%20hut_phb":"leomund's%20tiny%20hut_xphb","lesser%20restoration_phb":"lesser%20restoration_xphb","levitate_phb":"levitate_xphb","light_phb":"light_xphb","lightning%20arrow_phb":"lightning%20arrow_xphb","lightning%20bolt_phb":"lightning%20bolt_xphb","locate%20animals%20or%20plants_phb":"locate%20animals%20or%20plants_xphb","locate%20creature_phb":"locate%20creature_xphb","locate%20object_phb":"locate%20object_xphb","longstrider_phb":"longstrider_xphb","mage%20armor_phb":"mage%20armor_xphb","mage%20hand_phb":"mage%20hand_xphb","magic%20circle_phb":"magic%20circle_xphb","magic%20jar_phb":"magic%20jar_xphb","magic%20missile_phb":"magic%20missile_xphb","magic%20mouth_phb":"magic%20mouth_xphb","magic%20weapon_phb":"magic%20weapon_xphb","major%20image_phb":"major%20image_xphb","mass%20cure%20wounds_phb":"mass%20cure%20wounds_xphb","mass%20heal_phb":"mass%20heal_xphb","mass%20healing%20word_phb":"mass%20healing%20word_xphb","mass%20suggestion_phb":"mass%20suggestion_xphb","maze_phb":"maze_xphb","meld%20into%20stone_phb":"meld%20into%20stone_xphb","melf's%20acid%20arrow_phb":"melf's%20acid%20arrow_xphb","mending_phb":"mending_xphb","message_phb":"message_xphb","meteor%20swarm_phb":"meteor%20swarm_xphb","mind%20blank_phb":"mind%20blank_xphb","minor%20illusion_phb":"minor%20illusion_xphb","mirage%20arcane_phb":"mirage%20arcane_xphb","mirror%20image_phb":"mirror%20image_xphb","mislead_phb":"mislead_xphb","misty%20step_phb":"misty%20step_xphb","modify%20memory_phb":"modify%20memory_xphb","moonbeam_phb":"moonbeam_xphb","mordenkainen's%20faithful%20hound_phb":"mordenkainen's%20faithful%20hound_xphb","mordenkainen's%20magnificent%20mansion_phb":"mordenkainen's%20magnificent%20mansion_xphb","mordenkainen's%20private%20sanctum_phb":"mordenkainen's%20private%20sanctum_xphb","mordenkainen's%20sword_phb":"mordenkainen's%20sword_xphb","move%20earth_phb":"move%20earth_xphb","nondetection_phb":"nondetection_xphb","nystul's%20magic%20aura_phb":"nystul's%20magic%20aura_xphb","otiluke's%20freezing%20sphere_phb":"otiluke's%20freezing%20sphere_xphb","otiluke's%20resilient%20sphere_phb":"otiluke's%20resilient%20sphere_xphb","otto's%20irresistible%20dance_phb":"otto's%20irresistible%20dance_xphb","pass%20without%20trace_phb":"pass%20without%20trace_xphb","passwall_phb":"passwall_xphb","phantasmal%20force_phb":"phantasmal%20force_xphb","phantasmal%20killer_phb":"phantasmal%20killer_xphb","phantom%20steed_phb":"phantom%20steed_xphb","planar%20ally_phb":"planar%20ally_xphb","planar%20binding_phb":"planar%20binding_xphb","plane%20shift_phb":"plane%20shift_xphb","plant%20growth_phb":"plant%20growth_xphb","poison%20spray_phb":"poison%20spray_xphb","polymorph_phb":"polymorph_xphb","power%20word%20heal_phb":"power%20word%20heal_xphb","power%20word%20kill_phb":"power%20word%20kill_xphb","power%20word%20stun_phb":"power%20word%20stun_xphb","prayer%20of%20healing_phb":"prayer%20of%20healing_xphb","prestidigitation_phb":"prestidigitation_xphb","prismatic%20spray_phb":"prismatic%20spray_xphb","prismatic%20wall_phb":"prismatic%20wall_xphb","produce%20flame_phb":"produce%20flame_xphb","programmed%20illusion_phb":"programmed%20illusion_xphb","project%20image_phb":"project%20image_xphb","protection%20from%20energy_phb":"protection%20from%20energy_xphb","protection%20from%20evil%20and%20good_phb":"protection%20from%20evil%20and%20good_xphb","protection%20from%20poison_phb":"protection%20from%20poison_xphb","purify%20food%20and%20drink_phb":"purify%20food%20and%20drink_xphb","raise%20dead_phb":"raise%20dead_xphb","rary's%20telepathic%20bond_phb":"rary's%20telepathic%20bond_xphb","ray%20of%20enfeeblement_phb":"ray%20of%20enfeeblement_xphb","ray%20of%20frost_phb":"ray%20of%20frost_xphb","ray%20of%20sickness_phb":"ray%20of%20sickness_xphb","regenerate_phb":"regenerate_xphb","reincarnate_phb":"reincarnate_xphb","remove%20curse_phb":"remove%20curse_xphb","resistance_phb":"resistance_xphb","resurrection_phb":"resurrection_xphb","reverse%20gravity_phb":"reverse%20gravity_xphb","revivify_phb":"revivify_xphb","rope%20trick_phb":"rope%20trick_xphb","sacred%20flame_phb":"sacred%20flame_xphb","sanctuary_phb":"sanctuary_xphb","scorching%20ray_phb":"scorching%20ray_xphb","scrying_phb":"scrying_xphb","searing%20smite_phb":"searing%20smite_xphb","see%20invisibility_phb":"see%20invisibility_xphb","seeming_phb":"seeming_xphb","sending_phb":"sending_xphb","sequester_phb":"sequester_xphb","shapechange_phb":"shapechange_xphb","shatter_phb":"shatter_xphb","shield_phb":"shield_xphb","shield%20of%20faith_phb":"shield%20of%20faith_xphb","shillelagh_phb":"shillelagh_xphb","shocking%20grasp_phb":"shocking%20grasp_xphb","silence_phb":"silence_xphb","silent%20image_phb":"silent%20image_xphb","simulacrum_phb":"simulacrum_xphb","sleep_phb":"sleep_xphb","sleet%20storm_phb":"sleet%20storm_xphb","slow_phb":"slow_xphb","spare%20the%20dying_phb":"spare%20the%20dying_xphb","speak%20with%20animals_phb":"speak%20with%20animals_xphb","speak%20with%20dead_phb":"speak%20with%20dead_xphb","speak%20with%20plants_phb":"speak%20with%20plants_xphb","spider%20climb_phb":"spider%20climb_xphb","spike%20growth_phb":"spike%20growth_xphb","spirit%20guardians_phb":"spirit%20guardians_xphb","spiritual%20weapon_phb":"spiritual%20weapon_xphb","staggering%20smite_phb":"staggering%20smite_xphb","stinking%20cloud_phb":"stinking%20cloud_xphb","stone%20shape_phb":"stone%20shape_xphb","stoneskin_phb":"stoneskin_xphb","storm%20of%20vengeance_phb":"storm%20of%20vengeance_xphb","suggestion_phb":"suggestion_xphb","sunbeam_phb":"sunbeam_xphb","sunburst_phb":"sunburst_xphb","swift%20quiver_phb":"swift%20quiver_xphb","symbol_phb":"symbol_xphb","tasha's%20hideous%20laughter_phb":"tasha's%20hideous%20laughter_xphb","telekinesis_phb":"telekinesis_xphb","telepathy_phb":"telepathy_xphb","teleport_phb":"teleport_xphb","teleportation%20circle_phb":"teleportation%20circle_xphb","tenser's%20floating%20disk_phb":"tenser's%20floating%20disk_xphb","thaumaturgy_phb":"thaumaturgy_xphb","thorn%20whip_phb":"thorn%20whip_xphb","thunderous%20smite_phb":"thunderous%20smite_xphb","thunderwave_phb":"thunderwave_xphb","time%20stop_phb":"time%20stop_xphb","tongues_phb":"tongues_xphb","transport%20via%20plants_phb":"transport%20via%20plants_xphb","tree%20stride_phb":"tree%20stride_xphb","true%20polymorph_phb":"true%20polymorph_xphb","true%20resurrection_phb":"true%20resurrection_xphb","true%20seeing_phb":"true%20seeing_xphb","true%20strike_phb":"true%20strike_xphb","tsunami_phb":"tsunami_xphb","unseen%20servant_phb":"unseen%20servant_xphb","vampiric%20touch_phb":"vampiric%20touch_xphb","vicious%20mockery_phb":"vicious%20mockery_xphb","wall%20of%20fire_phb":"wall%20of%20fire_xphb","wall%20of%20force_phb":"wall%20of%20force_xphb","wall%20of%20ice_phb":"wall%20of%20ice_xphb","wall%20of%20stone_phb":"wall%20of%20stone_xphb","wall%20of%20thorns_phb":"wall%20of%20thorns_xphb","warding%20bond_phb":"warding%20bond_xphb","water%20breathing_phb":"water%20breathing_xphb","water%20walk_phb":"water%20walk_xphb","web_phb":"web_xphb","weird_phb":"weird_xphb","wind%20walk_phb":"wind%20walk_xphb","wind%20wall_phb":"wind%20wall_xphb","wish_phb":"wish_xphb","witch%20bolt_phb":"witch%20bolt_xphb","word%20of%20recall_phb":"word%20of%20recall_xphb","wrathful%20smite_phb":"wrathful%20smite_xphb","zone%20of%20truth_phb":"zone%20of%20truth_xphb"},"trapshazards.html":{"collapsing%20roof_dmg":"collapsing%20roof_xdmg","falling%20net_dmg":"falling%20net_xdmg","fire-breathing%20statue_dmg":"fire-casting%20statue_xdmg","pits_dmg":"spiked%20pit_xdmg","poison%20darts_dmg":"poisoned%20darts_xdmg","poison%20needle_dmg":"poisoned%20needle_xdmg","rolling%20sphere_dmg":"rolling%20stone_xdmg","brown%20mold_dmg":"brown%20mold_xdmg","extreme%20cold_dmg":"extreme%20cold_xdmg","extreme%20heat_dmg":"extreme%20heat_xdmg","frigid%20water_dmg":"frigid%20water_xdmg","green%20slime_dmg":"green%20slime_xdmg","heavy%20precipitation_dmg":"heavy%20precipitation_xdmg","high%20altitude_dmg":"high%20altitude_xdmg","improvised%20damage_dmg":"improvised%20damage_xdmg","quicksand_dmg":"quicksand%20pit_xdmg","razorvine_dmg":"razorvine_xdmg","slippery%20ice_dmg":"slippery%20ice_xdmg","strong%20wind_dmg":"strong%20wind_xdmg","thin%20ice_dmg":"thin%20ice_xdmg","webs_dmg":"webs_xdmg","yellow%20mold_dmg":"yellow%20mold_xdmg"},"variantrules.html":{"planar%20effects_dmg":{"hash":"planar%20effects_xdmg","page":"trapshazards.html"}}} \ No newline at end of file +{"actions.html":{"attack_phb":"attack_xphb","cast%20a%20spell_phb":"magic_xphb","dash_phb":"dash_xphb","disengage_phb":"disengage_xphb","dodge_phb":"dodge_xphb","don%20or%20doff%20a%20shield_phb":"don%20or%20doff%20a%20shield_xphb","end%20concentration_phb":"end%20concentration_xphb","escape%20a%20grapple_phb":"escape%20a%20grapple_xphb","grapple_phb":{"hash":"unarmed%20strike_xphb","page":"variantrules.html"},"help_phb":"help_xphb","hide_phb":"hide_xphb","improvising%20an%20action_phb":"improvising%20an%20action_xphb","opportunity%20attack_phb":"opportunity%20attack_xphb","ready_phb":"ready_xphb","search_phb":"search_xphb","shove_phb":{"hash":"unarmed%20strike_xphb","page":"variantrules.html"},"stabilize%20a%20creature_phb":"help_xphb","two-weapon%20fighting_phb":"two-weapon%20fighting_xphb","use%20an%20object_phb":"utilize_xphb"},"backgrounds.html":{"acolyte_phb":"acolyte_xphb","charlatan_phb":"charlatan_xphb","criminal_phb":"criminal_xphb","entertainer_phb":"entertainer_xphb","hermit_phb":"hermit_xphb","noble_phb":"noble_xphb","sage_phb":"sage_xphb","sailor_phb":"sailor_xphb","soldier_phb":"soldier_xphb"},"bestiary.html":{"aarakocra_mm":"aarakocra%20skirmisher_xmm","aboleth_mm":"aboleth_xmm","abominable%20yeti_mm":"abominable%20yeti_xmm","acolyte_mm":"priest%20acolyte_xmm","adult%20black%20dragon_mm":"adult%20black%20dragon_xmm","adult%20blue%20dracolich_mm":"dracolich_xmm","adult%20blue%20dragon_mm":"adult%20blue%20dragon_xmm","adult%20brass%20dragon_mm":"adult%20brass%20dragon_xmm","adult%20bronze%20dragon_mm":"adult%20bronze%20dragon_xmm","adult%20copper%20dragon_mm":"adult%20copper%20dragon_xmm","adult%20gold%20dragon_mm":"adult%20gold%20dragon_xmm","adult%20green%20dragon_mm":"adult%20green%20dragon_xmm","adult%20red%20dragon_mm":"adult%20red%20dragon_xmm","adult%20silver%20dragon_mm":"adult%20silver%20dragon_xmm","adult%20white%20dragon_mm":"adult%20white%20dragon_xmm","air%20elemental_mm":"air%20elemental_xmm","allosaurus_mm":"allosaurus_xmm","ancient%20black%20dragon_mm":"ancient%20black%20dragon_xmm","ancient%20blue%20dragon_mm":"ancient%20blue%20dragon_xmm","ancient%20brass%20dragon_mm":"ancient%20brass%20dragon_xmm","ancient%20bronze%20dragon_mm":"ancient%20bronze%20dragon_xmm","ancient%20copper%20dragon_mm":"ancient%20copper%20dragon_xmm","ancient%20gold%20dragon_mm":"ancient%20gold%20dragon_xmm","ancient%20green%20dragon_mm":"ancient%20green%20dragon_xmm","ancient%20red%20dragon_mm":"ancient%20red%20dragon_xmm","ancient%20silver%20dragon_mm":"ancient%20silver%20dragon_xmm","ancient%20white%20dragon_mm":"ancient%20white%20dragon_xmm","androsphinx_mm":"sphinx%20of%20valor_xmm","animated%20armor_mm":"animated%20armor_xmm","ankheg_mm":"ankheg_xmm","ankylosaurus_mm":"ankylosaurus_xmm","ape_mm":"ape_xmm","arcanaloth_mm":"arcanaloth_xmm","archmage_mm":"archmage_xmm","assassin_mm":"assassin_xmm","awakened%20shrub_mm":"awakened%20shrub_xmm","awakened%20tree_mm":"awakened%20tree_xmm","axe%20beak_mm":"axe%20beak_xmm","azer_mm":"azer%20sentinel_xmm","baboon_mm":"baboon_xmm","badger_mm":"badger_xmm","balor_mm":"balor_xmm","bandit_mm":"bandit_xmm","bandit%20captain_mm":"bandit%20captain_xmm","banshee_mm":"banshee_xmm","barbed%20devil_mm":"barbed%20devil_xmm","barlgura_mm":"barlgura_xmm","basilisk_mm":"basilisk_xmm","bat_mm":"bat_xmm","bearded%20devil_mm":"bearded%20devil_xmm","behir_mm":"behir_xmm","beholder_mm":"beholder_xmm","beholder%20zombie_mm":"beholder%20zombie_xmm","berserker_mm":"berserker_xmm","black%20bear_mm":"black%20bear_xmm","black%20dragon%20wyrmling_mm":"black%20dragon%20wyrmling_xmm","black%20pudding_mm":"black%20pudding_xmm","blink%20dog_mm":"blink%20dog_xmm","blood%20hawk_mm":"blood%20hawk_xmm","blue%20dragon%20wyrmling_mm":"blue%20dragon%20wyrmling_xmm","blue%20slaad_mm":"blue%20slaad_xmm","boar_mm":"boar_xmm","bone%20devil_mm":"bone%20devil_xmm","bone%20naga%20(guardian)_mm":"bone%20naga_xmm","bone%20naga%20(spirit)_mm":"bone%20naga_xmm","brass%20dragon%20wyrmling_mm":"brass%20dragon%20wyrmling_xmm","bronze%20dragon%20wyrmling_mm":"bronze%20dragon%20wyrmling_xmm","brown%20bear_mm":"brown%20bear_xmm","bugbear_mm":"bugbear%20warrior_xmm","bulette_mm":"bulette_xmm","bullywug_mm":"bullywug%20warrior_xmm","cambion_mm":"cambion_xmm","camel_mm":"camel_xmm","carrion%20crawler_mm":"carrion%20crawler_xmm","cat_mm":"cat_xmm","cave%20bear_mm":"polar%20bear_xmm","centaur_mm":"centaur%20trooper_xmm","chain%20devil_mm":"chain%20devil_xmm","chasme_mm":"chasme_xmm","chimera_mm":"chimera_xmm","chuul_mm":"chuul_xmm","clay%20golem_mm":"clay%20golem_xmm","cloaker_mm":"cloaker_xmm","cloud%20giant_mm":"cloud%20giant_xmm","cockatrice_mm":"cockatrice_xmm","commoner_mm":"commoner_xmm","constrictor%20snake_mm":"constrictor%20snake_xmm","copper%20dragon%20wyrmling_mm":"copper%20dragon%20wyrmling_xmm","couatl_mm":"couatl_xmm","crab_mm":"crab_xmm","crawling%20claw_mm":"crawling%20claw_xmm","crocodile_mm":"crocodile_xmm","cult%20fanatic_mm":"cultist%20fanatic_xmm","cultist_mm":"cultist_xmm","cyclops_mm":"cyclops%20sentry_xmm","dao_mm":"dao_xmm","darkmantle_mm":"darkmantle_xmm","death%20dog_mm":"death%20dog_xmm","death%20knight_mm":"death%20knight_xmm","death%20slaad_mm":"death%20slaad_xmm","death%20tyrant_mm":"death%20tyrant_xmm","deer_mm":"deer_xmm","demilich_mm":"demilich_xmm","deva_mm":"deva_xmm","dire%20wolf_mm":"dire%20wolf_xmm","displacer%20beast_mm":"displacer%20beast_xmm","djinni_mm":"djinni_xmm","doppelganger_mm":"doppelganger_xmm","draft%20horse_mm":"draft%20horse_xmm","dragon%20turtle_mm":"dragon%20turtle_xmm","dretch_mm":"dretch_xmm","drider_mm":"drider_xmm","drow_mm":"priest%20acolyte_xmm","drow%20elite%20warrior_mm":"gladiator_xmm","drow%20mage_mm":"bandit%20deceiver_xmm","drow%20priestess%20of%20lolth_mm":"fiend%20cultist_xmm","druid_mm":"druid_xmm","dryad_mm":"dryad_xmm","duergar_mm":"spy_xmm","duodrone_mm":"modron%20duodrone_xmm","dust%20mephit_mm":"dust%20mephit_xmm","eagle_mm":"eagle_xmm","earth%20elemental_mm":"earth%20elemental_xmm","efreeti_mm":"efreeti_xmm","elephant_mm":"elephant_xmm","elk_mm":"elk_xmm","empyrean_mm":"empyrean_xmm","erinyes_mm":"erinyes_xmm","ettercap_mm":"ettercap_xmm","ettin_mm":"ettin_xmm","faerie%20dragon%20(blue)_mm":"faerie%20dragon%20adult_xmm","faerie%20dragon%20(green)_mm":"faerie%20dragon%20adult_xmm","faerie%20dragon%20(indigo)_mm":"faerie%20dragon%20adult_xmm","faerie%20dragon%20(orange)_mm":"faerie%20dragon%20youth_xmm","faerie%20dragon%20(red)_mm":"faerie%20dragon%20youth_xmm","faerie%20dragon%20(violet)_mm":"faerie%20dragon%20adult_xmm","faerie%20dragon%20(yellow)_mm":"faerie%20dragon%20youth_xmm","fire%20elemental_mm":"fire%20elemental_xmm","fire%20giant_mm":"fire%20giant_xmm","fire%20snake_mm":"salamander%20fire%20snake_xmm","flameskull_mm":"flameskull_xmm","flesh%20golem_mm":"flesh%20golem_xmm","flumph_mm":"flumph_xmm","flying%20snake_mm":"flying%20snake_xmm","flying%20sword_mm":"animated%20flying%20sword_xmm","fomorian_mm":"fomorian_xmm","frog_mm":"frog_xmm","frost%20giant_mm":"frost%20giant_xmm","galeb%20duhr_mm":"galeb%20duhr_xmm","gargoyle_mm":"gargoyle_xmm","gas%20spore_mm":"gas%20spore%20fungus_xmm","gelatinous%20cube_mm":"gelatinous%20cube_xmm","ghast_mm":"ghast_xmm","ghost_mm":"ghost_xmm","ghoul_mm":"ghoul_xmm","giant%20ape_mm":"giant%20ape_xmm","giant%20badger_mm":"giant%20badger_xmm","giant%20bat_mm":"giant%20bat_xmm","giant%20boar_mm":"giant%20boar_xmm","giant%20centipede_mm":"giant%20centipede_xmm","giant%20constrictor%20snake_mm":"giant%20constrictor%20snake_xmm","giant%20crab_mm":"giant%20crab_xmm","giant%20crocodile_mm":"giant%20crocodile_xmm","giant%20eagle_mm":"giant%20eagle_xmm","giant%20elk_mm":"giant%20elk_xmm","giant%20fire%20beetle_mm":"giant%20fire%20beetle_xmm","giant%20frog_mm":"giant%20frog_xmm","giant%20goat_mm":"giant%20goat_xmm","giant%20hyena_mm":"giant%20hyena_xmm","giant%20lizard_mm":"giant%20lizard_xmm","giant%20octopus_mm":"giant%20octopus_xmm","giant%20owl_mm":"giant%20owl_xmm","giant%20poisonous%20snake_mm":"giant%20venomous%20snake_xmm","giant%20rat_mm":"giant%20rat_xmm","giant%20scorpion_mm":"giant%20scorpion_xmm","giant%20sea%20horse_mm":"giant%20seahorse_xmm","giant%20shark_mm":"giant%20shark_xmm","giant%20spider_mm":"giant%20spider_xmm","giant%20toad_mm":"giant%20toad_xmm","giant%20vulture_mm":"giant%20vulture_xmm","giant%20wasp_mm":"giant%20wasp_xmm","giant%20weasel_mm":"giant%20weasel_xmm","giant%20wolf%20spider_mm":"giant%20wolf%20spider_xmm","gibbering%20mouther_mm":"gibbering%20mouther_xmm","githyanki%20knight_mm":"githyanki%20knight_xmm","githyanki%20warrior_mm":"githyanki%20warrior_xmm","githzerai%20monk_mm":"githzerai%20monk_xmm","githzerai%20zerth_mm":"githzerai%20zerth_xmm","glabrezu_mm":"glabrezu_xmm","gladiator_mm":"gladiator_xmm","gnoll_mm":"gnoll%20warrior_xmm","gnoll%20fang%20of%20yeenoghu_mm":"gnoll%20fang%20of%20yeenoghu_xmm","gnoll%20pack%20lord_mm":"gnoll%20pack%20lord_xmm","goat_mm":"goat_xmm","goblin_mm":"goblin%20warrior_xmm","goblin%20boss_mm":"goblin%20boss_xmm","gold%20dragon%20wyrmling_mm":"gold%20dragon%20wyrmling_xmm","gorgon_mm":"gorgon_xmm","goristro_mm":"goristro_xmm","gray%20ooze_mm":"psychic%20gray%20ooze_xmm","gray%20slaad_mm":"gray%20slaad_xmm","green%20dragon%20wyrmling_mm":"green%20dragon%20wyrmling_xmm","green%20hag_mm":"green%20hag_xmm","green%20slaad_mm":"green%20slaad_xmm","grell_mm":"grell_xmm","grick_mm":"grick_xmm","grick%20alpha_mm":"grick%20ancient_xmm","griffon_mm":"griffon_xmm","grimlock_mm":"grimlock_xmm","guard_mm":"guard_xmm","guardian%20naga_mm":"guardian%20naga_xmm","gynosphinx_mm":"sphinx%20of%20lore_xmm","half-ogre%20(ogrillon)_mm":"ogrillon%20ogre_xmm","half-red%20dragon%20veteran_mm":"half-dragon_xmm","harpy_mm":"harpy_xmm","hawk_mm":"hawk_xmm","hell%20hound_mm":"hell%20hound_xmm","helmed%20horror_mm":"helmed%20horror_xmm","hezrou_mm":"hezrou_xmm","hill%20giant_mm":"hill%20giant_xmm","hippogriff_mm":"hippogriff_xmm","hobgoblin_mm":"hobgoblin%20warrior_xmm","hobgoblin%20captain_mm":"hobgoblin%20captain_xmm","hobgoblin%20warlord_mm":"hobgoblin%20warlord_xmm","homunculus_mm":"homunculus_xmm","hook%20horror_mm":"hook%20horror_xmm","horned%20devil_mm":"horned%20devil_xmm","hunter%20shark_mm":"hunter%20shark_xmm","hydra_mm":"hydra_xmm","hyena_mm":"hyena_xmm","ice%20devil_mm":"ice%20devil_xmm","ice%20mephit_mm":"ice%20mephit_xmm","imp_mm":"imp_xmm","incubus_mm":"incubus_xmm","intellect%20devourer_mm":"intellect%20devourer_xmm","invisible%20stalker_mm":"invisible%20stalker_xmm","iron%20golem_mm":"iron%20golem_xmm","jackal_mm":"jackal_xmm","jackalwere_mm":"jackalwere_xmm","kenku_mm":"kenku_xmm","killer%20whale_mm":"killer%20whale_xmm","knight_mm":"knight_xmm","kobold_mm":"kobold%20warrior_xmm","kraken_mm":"kraken_xmm","kuo-toa_mm":"kuo-toa_xmm","kuo-toa%20archpriest_mm":"kuo-toa%20archpriest_xmm","kuo-toa%20monitor_mm":"kuo-toa%20monitor_xmm","kuo-toa%20whip_mm":"kuo-toa%20whip_xmm","lamia_mm":"lamia_xmm","lemure_mm":"lemure_xmm","lich_mm":"lich_xmm","lion_mm":"lion_xmm","lizard_mm":"lizard_xmm","lizard%20king_mm":"lizardfolk%20sovereign_xmm","lizard%20queen_mm":"lizardfolk%20sovereign_xmm","lizardfolk_mm":"scout_xmm","lizardfolk%20shaman_mm":"lizardfolk%20geomancer_xmm","mage_mm":"mage_xmm","magma%20mephit_mm":"magma%20mephit_xmm","magmin_mm":"magmin_xmm","mammoth_mm":"mammoth_xmm","manes_mm":"manes_xmm","manticore_mm":"manticore_xmm","marid_mm":"marid_xmm","marilith_mm":"marilith_xmm","mastiff_mm":"mastiff_xmm","medusa_mm":"medusa_xmm","merfolk_mm":"merfolk%20skirmisher_xmm","merrow_mm":"merrow_xmm","mezzoloth_mm":"mezzoloth_xmm","mimic_mm":"mimic_xmm","mind%20flayer_mm":"mind%20flayer_xmm","mind%20flayer%20arcanist_mm":"mind%20flayer%20arcanist_xmm","minotaur_mm":"minotaur%20of%20baphomet_xmm","minotaur%20skeleton_mm":"minotaur%20skeleton_xmm","monodrone_mm":"modron%20monodrone_xmm","mud%20mephit_mm":"mud%20mephit_xmm","mule_mm":"mule_xmm","mummy_mm":"mummy_xmm","mummy%20lord_mm":"mummy%20lord_xmm","myconid%20adult_mm":"myconid%20adult_xmm","myconid%20sovereign_mm":"myconid%20sovereign_xmm","myconid%20sprout_mm":"myconid%20sprout_xmm","nalfeshnee_mm":"nalfeshnee_xmm","needle%20blight_mm":"needle%20blight_xmm","night%20hag_mm":"night%20hag_xmm","nightmare_mm":"nightmare_xmm","noble_mm":"noble_xmm","nothic_mm":"nothic_xmm","nycaloth_mm":"nycaloth_xmm","ochre%20jelly_mm":"ochre%20jelly_xmm","octopus_mm":"octopus_xmm","ogre_mm":"ogre_xmm","ogre%20zombie_mm":"ogre%20zombie_xmm","oni_mm":"oni_xmm","orc_mm":"tough_xmm","orc%20eye%20of%20gruumsh_mm":"cultist%20fanatic_xmm","orc%20war%20chief_mm":"tough%20boss_xmm","orog_mm":"berserker_xmm","otyugh_mm":"otyugh_xmm","owl_mm":"owl_xmm","owlbear_mm":"owlbear_xmm","panther_mm":"panther_xmm","pegasus_mm":"pegasus_xmm","pentadrone_mm":"modron%20pentadrone_xmm","peryton_mm":"peryton_xmm","phase%20spider_mm":"phase%20spider_xmm","piercer_mm":"piercer_xmm","pit%20fiend_mm":"pit%20fiend_xmm","pixie_mm":"pixie_xmm","planetar_mm":"planetar_xmm","plesiosaurus_mm":"plesiosaurus_xmm","poisonous%20snake_mm":"venomous%20snake_xmm","polar%20bear_mm":"polar%20bear_xmm","poltergeist_mm":"poltergeist_xmm","pony_mm":"pony_xmm","priest_mm":"priest_xmm","pseudodragon_mm":"pseudodragon_xmm","pteranodon_mm":"pteranodon_xmm","purple%20worm_mm":"purple%20worm_xmm","quadrone_mm":"modron%20quadrone_xmm","quaggoth_mm":"quaggoth_xmm","quaggoth%20spore%20servant_mm":"myconid%20spore%20servant_xmm","quaggoth%20thonot_mm":"quaggoth%20thonot_xmm","quasit_mm":"quasit_xmm","quipper_mm":"piranha_xmm","rakshasa_mm":"rakshasa_xmm","rat_mm":"rat_xmm","raven_mm":"raven_xmm","red%20dragon%20wyrmling_mm":"red%20dragon%20wyrmling_xmm","red%20slaad_mm":"red%20slaad_xmm","reef%20shark_mm":"reef%20shark_xmm","remorhaz_mm":"remorhaz_xmm","revenant_mm":"revenant_xmm","rhinoceros_mm":"rhinoceros_xmm","riding%20horse_mm":"riding%20horse_xmm","roc_mm":"roc_xmm","roper_mm":"roper_xmm","rug%20of%20smothering_mm":"animated%20rug%20of%20smothering_xmm","rust%20monster_mm":"rust%20monster_xmm","saber-toothed%20tiger_mm":"saber-toothed%20tiger_xmm","sahuagin_mm":"sahuagin%20warrior_xmm","sahuagin%20baron_mm":"sahuagin%20baron_xmm","sahuagin%20priestess_mm":"sahuagin%20priest_xmm","salamander_mm":"salamander_xmm","satyr_mm":"satyr_xmm","scarecrow_mm":"scarecrow_xmm","scorpion_mm":"scorpion_xmm","scout_mm":"scout_xmm","sea%20hag_mm":"sea%20hag_xmm","shadow_mm":"shadow_xmm","shadow%20demon_mm":"shadow%20demon_xmm","shambling%20mound_mm":"shambling%20mound_xmm","shield%20guardian_mm":"shield%20guardian_xmm","shrieker_mm":"shrieker%20fungus_xmm","silver%20dragon%20wyrmling_mm":"silver%20dragon%20wyrmling_xmm","skeleton_mm":"skeleton_xmm","slaad%20tadpole_mm":"slaad%20tadpole_xmm","smoke%20mephit_mm":"smoke%20mephit_xmm","solar_mm":"solar_xmm","spectator_mm":"spectator_xmm","specter_mm":"specter_xmm","spider_mm":"spider_xmm","spined%20devil_mm":"spined%20devil_xmm","spirit%20naga_mm":"spirit%20naga_xmm","sprite_mm":"sprite_xmm","spy_mm":"spy_xmm","steam%20mephit_mm":"steam%20mephit_xmm","stirge_mm":"stirge_xmm","stone%20giant_mm":"stone%20giant_xmm","stone%20golem_mm":"stone%20golem_xmm","storm%20giant_mm":"storm%20giant_xmm","succubus_mm":"succubus_xmm","swarm%20of%20bats_mm":"swarm%20of%20bats_xmm","swarm%20of%20beetles_mm":"swarm%20of%20insects_xmm","swarm%20of%20centipedes_mm":"swarm%20of%20insects_xmm","swarm%20of%20insects_mm":"swarm%20of%20insects_xmm","swarm%20of%20poisonous%20snakes_mm":"swarm%20of%20venomous%20snakes_xmm","swarm%20of%20quippers_mm":"swarm%20of%20piranhas_xmm","swarm%20of%20rats_mm":"swarm%20of%20rats_xmm","swarm%20of%20ravens_mm":"swarm%20of%20ravens_xmm","swarm%20of%20spiders_mm":"swarm%20of%20insects_xmm","swarm%20of%20wasps_mm":"swarm%20of%20insects_xmm","tarrasque_mm":"tarrasque_xmm","thri-kreen_mm":"thri-kreen%20marauder_xmm","thug_mm":"tough_xmm","tiger_mm":"tiger_xmm","treant_mm":"treant_xmm","tribal%20warrior_mm":"warrior%20infantry_xmm","triceratops_mm":"triceratops_xmm","tridrone_mm":"modron%20tridrone_xmm","troglodyte_mm":"troglodyte_xmm","troll_mm":"troll_xmm","twig%20blight_mm":"twig%20blight_xmm","tyrannosaurus%20rex_mm":"tyrannosaurus%20rex_xmm","ultroloth_mm":"ultroloth_xmm","umber%20hulk_mm":"umber%20hulk_xmm","unicorn_mm":"unicorn_xmm","vampire_mm":"vampire_xmm","vampire%20spawn_mm":"vampire%20spawn_xmm","vampire%20spellcaster_mm":"vampire_xmm","vampire%20warrior_mm":"vampire_xmm","veteran_mm":"warrior%20veteran_xmm","vine%20blight_mm":"vine%20blight_xmm","violet%20fungus_mm":"violet%20fungus_xmm","vrock_mm":"vrock_xmm","vulture_mm":"vulture_xmm","warhorse_mm":"warhorse_xmm","warhorse%20skeleton_mm":"warhorse%20skeleton_xmm","water%20elemental_mm":"water%20elemental_xmm","water%20weird_mm":"water%20weird_xmm","weasel_mm":"weasel_xmm","werebear_mm":"werebear_xmm","wereboar_mm":"wereboar_xmm","wererat_mm":"wererat_xmm","weretiger_mm":"weretiger_xmm","werewolf_mm":"werewolf_xmm","white%20dragon%20wyrmling_mm":"white%20dragon%20wyrmling_xmm","wight_mm":"wight_xmm","will-o'-wisp_mm":"will-o'-wisp_xmm","winged%20kobold_mm":"winged%20kobold_xmm","winter%20wolf_mm":"winter%20wolf_xmm","wolf_mm":"wolf_xmm","worg_mm":"worg_xmm","wraith_mm":"wraith_xmm","wyvern_mm":"wyvern_xmm","xorn_mm":"xorn_xmm","yeti_mm":"yeti_xmm","yochlol_mm":"yochlol_xmm","young%20black%20dragon_mm":"young%20black%20dragon_xmm","young%20blue%20dragon_mm":"young%20blue%20dragon_xmm","young%20brass%20dragon_mm":"young%20brass%20dragon_xmm","young%20bronze%20dragon_mm":"young%20bronze%20dragon_xmm","young%20copper%20dragon_mm":"young%20copper%20dragon_xmm","young%20gold%20dragon_mm":"young%20gold%20dragon_xmm","young%20green%20dragon_mm":"young%20green%20dragon_xmm","young%20red%20dragon_mm":"young%20red%20dragon_xmm","young%20red%20shadow%20dragon_mm":"shadow%20dragon_xmm","young%20remorhaz_mm":"young%20remorhaz_xmm","young%20silver%20dragon_mm":"young%20silver%20dragon_xmm","young%20white%20dragon_mm":"young%20white%20dragon_xmm","yuan-ti%20abomination_mm":"yuan-ti%20abomination_xmm","yuan-ti%20malison%20(type%201)_mm":"yuan-ti%20malison%20(type%201)_xmm","yuan-ti%20malison%20(type%202)_mm":"yuan-ti%20malison%20(type%202)_xmm","yuan-ti%20malison%20(type%203)_mm":"yuan-ti%20malison%20(type%203)_xmm","yuan-ti%20pureblood_mm":"yuan-ti%20infiltrator_xmm","zombie_mm":"zombie_xmm"},"classes.html":{"barbarian_phb":"barbarian_xphb","bard_phb":"bard_xphb","cleric_phb":"cleric_xphb","druid_phb":"druid_xphb","fighter_phb":"fighter_xphb","monk_phb":"monk_xphb","paladin_phb":"paladin_xphb","ranger_phb":"ranger_xphb","rogue_phb":"rogue_xphb","sorcerer_phb":"sorcerer_xphb","warlock_phb":"warlock_xphb","wizard_phb":"wizard_xphb"},"conditionsdiseases.html":{"blinded_phb":"blinded_xphb","charmed_phb":"charmed_xphb","deafened_phb":"deafened_xphb","exhaustion_phb":"exhaustion_xphb","frightened_phb":"frightened_xphb","grappled_phb":"grappled_xphb","incapacitated_phb":"incapacitated_xphb","invisible_phb":"invisible_xphb","paralyzed_phb":"paralyzed_xphb","petrified_phb":"petrified_xphb","poisoned_phb":"poisoned_xphb","prone_phb":"prone_xphb","restrained_phb":"restrained_xphb","stunned_phb":"stunned_xphb","unconscious_phb":"unconscious_xphb","cackle%20fever_dmg":"cackle%20fever_xdmg","sewer%20plague_dmg":"sewer%20plague_xdmg","sight%20rot_dmg":"sight%20rot_xdmg","concentration_phb":"concentration_xphb","surprised_phb":"surprised_xphb"},"cultsboons.html":{"cult%20of%20geryon_mtf":"cult%20of%20geryon_mpmm","cult%20of%20zariel_mtf":"cult%20of%20zariel_mpmm","demonic%20boon%20of%20baphomet_mtf":"cult%20of%20baphomet_mpmm","demonic%20boon%20of%20demogorgon_mtf":"cult%20of%20demogorgon_mpmm","demonic%20boon%20of%20fraz-urb'luu_mtf":"cult%20of%20fraz-urb'luu_mpmm","demonic%20boon%20of%20graz'zt_mtf":"cult%20of%20graz'zt_mpmm","demonic%20boon%20of%20juiblex_mtf":"cult%20of%20juiblex_mpmm","demonic%20boon%20of%20orcus_mtf":"cult%20of%20orcus_mpmm","demonic%20boon%20of%20yeenoghu_mtf":"cult%20of%20yeenoghu_mpmm","demonic%20boon%20of%20zuggtmoy_mtf":"cult%20of%20zuggtmoy_mpmm"},"feats.html":{"actor_phb":"actor_xphb","alert_phb":"alert_xphb","athlete_phb":"athlete_xphb","charger_phb":"charger_xphb","crossbow%20expert_phb":"crossbow%20expert_xphb","defensive%20duelist_phb":"defensive%20duelist_xphb","dual%20wielder_phb":"dual%20wielder_xphb","durable_phb":"durable_xphb","elemental%20adept_phb":"elemental%20adept_xphb","grappler_phb":"grappler_xphb","great%20weapon%20master_phb":"great%20weapon%20master_xphb","healer_phb":"healer_xphb","heavily%20armored_phb":"heavily%20armored_xphb","heavy%20armor%20master_phb":"heavy%20armor%20master_xphb","inspiring%20leader_phb":"inspiring%20leader_xphb","keen%20mind_phb":"keen%20mind_xphb","lightly%20armored_phb":"lightly%20armored_xphb","lucky_phb":"lucky_xphb","mage%20slayer_phb":"mage%20slayer_xphb","magic%20initiate_phb":"magic%20initiate_xphb","medium%20armor%20master_phb":"medium%20armor%20master_xphb","mobile_phb":"speedy_xphb","moderately%20armored_phb":"moderately%20armored_xphb","mounted%20combatant_phb":"mounted%20combatant_xphb","observant_phb":"observant_xphb","polearm%20master_phb":"polearm%20master_xphb","resilient_phb":"resilient_xphb","ritual%20caster_phb":"ritual%20caster_xphb","savage%20attacker_phb":"savage%20attacker_xphb","sentinel_phb":"sentinel_xphb","sharpshooter_phb":"sharpshooter_xphb","shield%20master_phb":"shield%20master_xphb","skilled_phb":"skilled_xphb","skulker_phb":"skulker_xphb","spell%20sniper_phb":"spell%20sniper_xphb","tavern%20brawler_phb":"tavern%20brawler_xphb","tough_phb":"tough_xphb","war%20caster_phb":"war%20caster_xphb","weapon%20master_phb":"martial%20weapon%20training_xphb"},"items.html":{"antimatter%20rifle_dmg":"antimatter%20rifle_xdmg","automatic%20pistol_dmg":"semiautomatic%20pistol_xdmg","automatic%20rifle_dmg":"automatic%20rifle_xdmg","energy%20cell_dmg":"energy%20cell_xdmg","hunting%20rifle_dmg":"hunting%20rifle_xdmg","laser%20pistol_dmg":"laser%20pistol_xdmg","laser%20rifle_dmg":"laser%20rifle_xdmg","musket_dmg":"musket_xphb","pistol_dmg":"pistol_xphb","renaissance%20bullet_dmg":"firearm%20bullet_xphb","renaissance%20bullets%20(10)_dmg":"firearm%20bullets%20(10)_xphb","revolver_dmg":"revolver_xdmg","shotgun_dmg":"shotgun_xdmg","%2b1%20rod%20of%20the%20pact%20keeper_dmg":"%2b1%20rod%20of%20the%20pact%20keeper_xdmg","%2b1%20wand%20of%20the%20war%20mage_dmg":"%2b1%20wand%20of%20the%20war%20mage_xdmg","%2b2%20rod%20of%20the%20pact%20keeper_dmg":"%2b2%20rod%20of%20the%20pact%20keeper_xdmg","%2b2%20wand%20of%20the%20war%20mage_dmg":"%2b2%20wand%20of%20the%20war%20mage_xdmg","%2b3%20rod%20of%20the%20pact%20keeper_dmg":"%2b3%20rod%20of%20the%20pact%20keeper_xdmg","%2b3%20wand%20of%20the%20war%20mage_dmg":"%2b3%20wand%20of%20the%20war%20mage_xdmg","airship_dmg":"airship_xphb","alchemy%20jug_dmg":"alchemy%20jug_xdmg","alexandrite_dmg":"alexandrite_xdmg","amber_dmg":"amber_xdmg","amethyst_dmg":"amethyst_xdmg","amulet%20of%20health_dmg":"amulet%20of%20health_xdmg","amulet%20of%20proof%20against%20detection%20and%20location_dmg":"amulet%20of%20proof%20against%20detection%20and%20location_xdmg","amulet%20of%20the%20planes_dmg":"amulet%20of%20the%20planes_xdmg","animated%20shield_dmg":"animated%20shield_xdmg","apparatus%20of%20kwalish_dmg":"apparatus%20of%20kwalish_xdmg","aquamarine_dmg":"aquamarine_xdmg","armor%20of%20invulnerability_dmg":"armor%20of%20invulnerability_xdmg","armor%20of%20vulnerability%20(bludgeoning)_dmg":"armor%20of%20vulnerability%20(bludgeoning)_xdmg","armor%20of%20vulnerability%20(piercing)_dmg":"armor%20of%20vulnerability%20(piercing)_xdmg","armor%20of%20vulnerability%20(slashing)_dmg":"armor%20of%20vulnerability%20(slashing)_xdmg","arrow-catching%20shield_dmg":"arrow-catching%20shield_xdmg","assassin's%20blood_dmg":"assassin's%20blood_xdmg","axe%20of%20the%20dwarvish%20lords_dmg":"axe%20of%20the%20dwarvish%20lords_xdmg","azurite_dmg":"azurite_xdmg","bag%20of%20beans_dmg":"bag%20of%20beans_xdmg","bag%20of%20devouring_dmg":"bag%20of%20devouring_xdmg","bag%20of%20holding_dmg":"bag%20of%20holding_xdmg","bag%20of%20tricks%2c%20gray_dmg":"bag%20of%20tricks%2c%20gray_xdmg","bag%20of%20tricks%2c%20rust_dmg":"bag%20of%20tricks%2c%20rust_xdmg","bag%20of%20tricks%2c%20tan_dmg":"bag%20of%20tricks%2c%20tan_xdmg","banded%20agate_dmg":"banded%20agate_xdmg","bead%20of%20force_dmg":"bead%20of%20force_xdmg","bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_dmg":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_xdmg","belt%20of%20cloud%20giant%20strength_dmg":"belt%20of%20cloud%20giant%20strength_xdmg","belt%20of%20dwarvenkind_dmg":"belt%20of%20dwarvenkind_xdmg","belt%20of%20fire%20giant%20strength_dmg":"belt%20of%20fire%20giant%20strength_xdmg","belt%20of%20frost%20giant%20strength_dmg":"belt%20of%20frost%20giant%20strength_xdmg","belt%20of%20hill%20giant%20strength_dmg":"belt%20of%20hill%20giant%20strength_xdmg","belt%20of%20stone%20giant%20strength_dmg":"belt%20of%20stone%20giant%20strength_xdmg","belt%20of%20storm%20giant%20strength_dmg":"belt%20of%20storm%20giant%20strength_xdmg","black%20dragon%20scale%20mail_dmg":"black%20dragon%20scale%20mail_xdmg","black%20opal_dmg":"black%20opal_xdmg","black%20pearl_dmg":"black%20pearl_xdmg","black%20sapphire_dmg":"black%20sapphire_xdmg","black%20velvet%20mask%20stitched%20with%20silver%20thread_dmg":"black%20velvet%20mask%20stitched%20with%20silver%20thread_xdmg","blackrazor_dmg":"blackrazor_xdmg","bloodstone_dmg":"bloodstone_xdmg","blue%20dragon%20scale%20mail_dmg":"blue%20dragon%20scale%20mail_xdmg","blue%20quartz_dmg":"blue%20quartz_xdmg","blue%20sapphire_dmg":"blue%20sapphire_xdmg","blue%20spinel_dmg":"blue%20spinel_xdmg","bomb_dmg":"bomb_xdmg","book%20of%20exalted%20deeds_dmg":"book%20of%20exalted%20deeds_xdmg","book%20of%20vile%20darkness_dmg":"book%20of%20vile%20darkness_xdmg","boots%20of%20elvenkind_dmg":"boots%20of%20elvenkind_xdmg","boots%20of%20levitation_dmg":"boots%20of%20levitation_xdmg","boots%20of%20speed_dmg":"boots%20of%20speed_xdmg","boots%20of%20striding%20and%20springing_dmg":"boots%20of%20striding%20and%20springing_xdmg","boots%20of%20the%20winterlands_dmg":"boots%20of%20the%20winterlands_xdmg","bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_dmg":"bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_xdmg","bowl%20of%20commanding%20water%20elementals_dmg":"bowl%20of%20commanding%20water%20elementals_xdmg","box%20of%20turquoise%20animal%20figurines_dmg":"box%20of%20turquoise%20animal%20figurines_xdmg","bracers%20of%20archery_dmg":"bracers%20of%20archery_xdmg","bracers%20of%20defense_dmg":"bracers%20of%20defense_xdmg","brass%20dragon%20scale%20mail_dmg":"brass%20dragon%20scale%20mail_xdmg","brass%20mug%20with%20jade%20inlay_dmg":"brass%20mug%20with%20jade%20inlay_xdmg","brazier%20of%20commanding%20fire%20elementals_dmg":"brazier%20of%20commanding%20fire%20elementals_xdmg","bronze%20crown_dmg":"bronze%20crown_xdmg","bronze%20dragon%20scale%20mail_dmg":"bronze%20dragon%20scale%20mail_xdmg","brooch%20of%20shielding_dmg":"brooch%20of%20shielding_xdmg","broom%20of%20flying_dmg":"broom%20of%20flying_xdmg","burnt%20othur%20fumes_dmg":"burnt%20othur%20fumes_xdmg","candle%20of%20invocation_dmg":"candle%20of%20invocation_xdmg","cap%20of%20water%20breathing_dmg":"cap%20of%20water%20breathing_xdmg","cape%20of%20the%20mountebank_dmg":"cape%20of%20the%20mountebank_xdmg","carnelian_dmg":"carnelian_xdmg","carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._dmg":"carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._xdmg","carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._dmg":"carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._xdmg","carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._dmg":"carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._xdmg","carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._dmg":"carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._xdmg","carrion%20crawler%20mucus_dmg":"carrion%20crawler%20mucus_xdmg","carved%20bone%20statuette_dmg":"carved%20bone%20statuette_xdmg","carved%20harp%20of%20exotic%20wood%20with%20ivory%20inlay%20and%20zircon%20gems_dmg":"carved%20wooden%20harp%20with%20ivory%20inlay%20and%20zircon%20gems_xdmg","carved%20ivory%20statuette_dmg":"carved%20ivory%20statuette_xdmg","censer%20of%20controlling%20air%20elementals_dmg":"censer%20of%20controlling%20air%20elementals_xdmg","ceremonial%20electrum%20dagger%20with%20a%20black%20pearl%20in%20the%20pommel_dmg":"detailed%2c%20life-sized%20dragonborn%20skull%20cast%20in%20electrum_xdmg","chalcedony_dmg":"chalcedony_xdmg","chime%20of%20opening_dmg":"chime%20of%20opening_xdmg","chrysoberyl_dmg":"chrysoberyl_xdmg","chrysoprase_dmg":"chrysoprase_xdmg","circlet%20of%20blasting_dmg":"circlet%20of%20blasting_xdmg","citrine_dmg":"citrine_xdmg","cloak%20of%20arachnida_dmg":"cloak%20of%20arachnida_xdmg","cloak%20of%20displacement_dmg":"cloak%20of%20displacement_xdmg","cloak%20of%20elvenkind_dmg":"cloak%20of%20elvenkind_xdmg","cloak%20of%20invisibility_dmg":"cloak%20of%20invisibility_xdmg","cloak%20of%20protection_dmg":"cloak%20of%20protection_xdmg","cloak%20of%20the%20bat_dmg":"cloak%20of%20the%20bat_xdmg","cloak%20of%20the%20manta%20ray_dmg":"cloak%20of%20the%20manta%20ray_xdmg","cloth-of-gold%20vestments_dmg":"cloth-of-gold%20vestments_xdmg","copper%20chalice%20with%20silver%20filigree_dmg":"copper%20chalice%20with%20silver%20filigree_xdmg","copper%20dragon%20scale%20mail_dmg":"copper%20dragon%20scale%20mail_xdmg","coral_dmg":"coral_xdmg","crystal%20ball_dmg":"crystal%20ball_xdmg","crystal%20ball%20of%20mind%20reading_dmg":"crystal%20ball%20of%20mind%20reading_xdmg","crystal%20ball%20of%20telepathy_dmg":"crystal%20ball%20of%20telepathy_xdmg","crystal%20ball%20of%20true%20seeing_dmg":"crystal%20ball%20of%20true%20seeing_xdmg","cube%20of%20force_dmg":"cube%20of%20force_xdmg","cubic%20gate_dmg":"cubic%20gate_xdmg","daern's%20instant%20fortress_dmg":"daern's%20instant%20fortress_xdmg","dagger%20of%20venom_dmg":"dagger%20of%20venom_xdmg","decanter%20of%20endless%20water_dmg":"decanter%20of%20endless%20water_xdmg","deck%20of%20illusions_dmg":"deck%20of%20illusions_xdmg","deck%20of%20many%20things_dmg":"deck%20of%20many%20things_xdmg","demon%20armor_dmg":"demon%20armor_xdmg","diamond_dmg":"diamond_xdmg","dimensional%20shackles_dmg":"dimensional%20shackles_xdmg","driftglobe_dmg":"driftglobe_xdmg","drow%20poison_dmg":"lolth's%20sting_xdmg","dust%20of%20disappearance_dmg":"dust%20of%20disappearance_xdmg","dust%20of%20dryness_dmg":"dust%20of%20dryness_xdmg","dust%20of%20sneezing%20and%20choking_dmg":"dust%20of%20sneezing%20and%20choking_xdmg","dwarven%20plate_dmg":"dwarven%20plate_xdmg","dwarven%20thrower_dmg":"dwarven%20thrower_xdmg","dynamite%20(stick)_dmg":"dynamite%20stick_xdmg","efreeti%20bottle_dmg":"efreeti%20bottle_xdmg","efreeti%20chain_dmg":"efreeti%20chain_xdmg","elemental%20gem%2c%20blue%20sapphire_dmg":"elemental%20gem%2c%20blue%20sapphire_xdmg","elemental%20gem%2c%20emerald_dmg":"elemental%20gem%2c%20emerald_xdmg","elemental%20gem%2c%20red%20corundum_dmg":"elemental%20gem%2c%20red%20corundum_xdmg","elemental%20gem%2c%20yellow%20diamond_dmg":"elemental%20gem%2c%20yellow%20diamond_xdmg","elixir%20of%20health_dmg":"elixir%20of%20health_xdmg","elven%20chain_dmg":"elven%20chain_xdmg","embroidered%20glove%20set%20with%20jewel%20chips_dmg":"embroidered%20glove%20set%20with%20jewel%20chips_xdmg","embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_dmg":"embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_xdmg","embroidered%20silk%20handkerchief_dmg":"embroidered%20silk%20handkerchief_xdmg","emerald_dmg":"emerald_xdmg","essence%20of%20ether_dmg":"essence%20of%20ether_xdmg","eversmoking%20bottle_dmg":"eversmoking%20bottle_xdmg","eye%20agate_dmg":"eye%20agate_xdmg","eye%20of%20vecna_dmg":"eye%20of%20vecna_xdmg","eye%20patch%20with%20a%20mock%20eye%20set%20in%20blue%20sapphire%20and%20moonstone_dmg":"eye%20patch%20decorated%20with%20tiny%20blue%20sapphires%20and%20moonstones_xdmg","eyes%20of%20charming_dmg":"eyes%20of%20charming_xdmg","eyes%20of%20minute%20seeing_dmg":"eyes%20of%20minute%20seeing_xdmg","eyes%20of%20the%20eagle_dmg":"eyes%20of%20the%20eagle_xdmg","figurine%20of%20wondrous%20power%2c%20bronze%20griffon_dmg":"figurine%20of%20wondrous%20power%2c%20bronze%20griffon_xdmg","figurine%20of%20wondrous%20power%2c%20ebony%20fly_dmg":"figurine%20of%20wondrous%20power%2c%20ebony%20fly_xdmg","figurine%20of%20wondrous%20power%2c%20golden%20lions_dmg":"figurine%20of%20wondrous%20power%2c%20golden%20lions_xdmg","figurine%20of%20wondrous%20power%2c%20ivory%20goats_dmg":"figurine%20of%20wondrous%20power%2c%20ivory%20goats_xdmg","figurine%20of%20wondrous%20power%2c%20marble%20elephant_dmg":"figurine%20of%20wondrous%20power%2c%20marble%20elephant_xdmg","figurine%20of%20wondrous%20power%2c%20obsidian%20steed_dmg":"figurine%20of%20wondrous%20power%2c%20obsidian%20steed_xdmg","figurine%20of%20wondrous%20power%2c%20onyx%20dog_dmg":"figurine%20of%20wondrous%20power%2c%20onyx%20dog_xdmg","figurine%20of%20wondrous%20power%2c%20serpentine%20owl_dmg":"figurine%20of%20wondrous%20power%2c%20serpentine%20owl_xdmg","figurine%20of%20wondrous%20power%2c%20silver%20raven_dmg":"figurine%20of%20wondrous%20power%2c%20silver%20raven_xdmg","fine%20gold%20chain%20set%20with%20a%20fire%20opal_dmg":"fine%20gold%20chain%20set%20with%20a%20fire%20opal_xdmg","fire%20opal_dmg":"fire%20opal_xdmg","folding%20boat_dmg":"folding%20boat_xdmg","fragmentation%20grenade_dmg":"fragmentation%20grenade_xdmg","galley_dmg":"galley_xphb","garnet_dmg":"garnet_xdmg","gauntlets%20of%20ogre%20power_dmg":"gauntlets%20of%20ogre%20power_xdmg","gem%20of%20brightness_dmg":"gem%20of%20brightness_xdmg","gem%20of%20seeing_dmg":"gem%20of%20seeing_xdmg","glamoured%20studded%20leather_dmg":"glamoured%20studded%20leather_xdmg","gloves%20of%20missile%20snaring_dmg":"gloves%20of%20missile%20snaring_xdmg","gloves%20of%20swimming%20and%20climbing_dmg":"gloves%20of%20swimming%20and%20climbing_xdmg","gloves%20of%20thievery_dmg":"gloves%20of%20thievery_xdmg","goggles%20of%20night_dmg":"goggles%20of%20night_xdmg","gold%20bird%20cage%20with%20electrum%20filigree_dmg":"gold%20birdcage%20with%20electrum%20filigree_xdmg","gold%20circlet%20set%20with%20four%20aquamarines_dmg":"gold%20circlet%20set%20with%20four%20aquamarines_xdmg","gold%20cup%20set%20with%20emeralds_dmg":"gold%20cup%20set%20with%20emeralds_xdmg","gold%20dragon%20comb%20set%20with%20red%20garnets%20as%20eyes_dmg":"gold%20comb%20shaped%20like%20a%20dragon%20with%20red%20garnets%20as%20eyes_xdmg","gold%20dragon%20scale%20mail_dmg":"gold%20dragon%20scale%20mail_xdmg","gold%20jewelry%20box%20with%20platinum%20filigree_dmg":"gold%20jewelry%20box%20with%20platinum%20filigree_xdmg","gold%20locket%20with%20a%20painted%20portrait%20inside_dmg":"gold%20locket%20with%20a%20painted%20portrait%20inside_xdmg","gold%20music%20box_dmg":"gold%20music%20box_xdmg","gold%20ring%20set%20with%20bloodstones_dmg":"gold%20ring%20set%20with%20bloodstones_xdmg","green%20dragon%20scale%20mail_dmg":"green%20dragon%20scale%20mail_xdmg","grenade%20launcher_dmg":"grenade%20launcher_xdmg","gunpowder%20horn_dmg":"gunpowder%20(powder%20horn)_xdmg","gunpowder%20keg_dmg":"gunpowder%20(keg)_xdmg","hammer%20of%20thunderbolts_dmg":"hammer%20of%20thunderbolts_xdmg","hand%20of%20vecna_dmg":"hand%20of%20vecna_xdmg","hat%20of%20disguise_dmg":"hat%20of%20disguise_xdmg","headband%20of%20intellect_dmg":"headband%20of%20intellect_xdmg","helm%20of%20brilliance_dmg":"helm%20of%20brilliance_xdmg","helm%20of%20comprehending%20languages_dmg":"helm%20of%20comprehending%20languages_xdmg","helm%20of%20telepathy_dmg":"helm%20of%20telepathy_xdmg","helm%20of%20teleportation_dmg":"helm%20of%20teleportation_xdmg","hematite_dmg":"hematite_xdmg","heward's%20handy%20haversack_dmg":"heward's%20handy%20haversack_xdmg","horn%20of%20blasting_dmg":"horn%20of%20blasting_xdmg","horn%20of%20valhalla%2c%20brass_dmg":"horn%20of%20valhalla%2c%20brass_xdmg","horn%20of%20valhalla%2c%20bronze_dmg":"horn%20of%20valhalla%2c%20bronze_xdmg","horn%20of%20valhalla%2c%20iron_dmg":"horn%20of%20valhalla%2c%20iron_xdmg","horn%20of%20valhalla%2c%20silver_dmg":"horn%20of%20valhalla%2c%20silver_xdmg","horseshoes%20of%20a%20zephyr_dmg":"horseshoes%20of%20a%20zephyr_xdmg","horseshoes%20of%20speed_dmg":"horseshoes%20of%20speed_xdmg","immovable%20rod_dmg":"immovable%20rod_xdmg","instrument%20of%20the%20bards%2c%20anstruth%20harp_dmg":"instrument%20of%20the%20bards%2c%20anstruth%20harp_xdmg","instrument%20of%20the%20bards%2c%20canaith%20mandolin_dmg":"instrument%20of%20the%20bards%2c%20canaith%20mandolin_xdmg","instrument%20of%20the%20bards%2c%20cli%20lyre_dmg":"instrument%20of%20the%20bards%2c%20cli%20lyre_xdmg","instrument%20of%20the%20bards%2c%20doss%20lute_dmg":"instrument%20of%20the%20bards%2c%20doss%20lute_xdmg","instrument%20of%20the%20bards%2c%20fochlucan%20bandore_dmg":"instrument%20of%20the%20bards%2c%20fochlucan%20bandore_xdmg","instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_dmg":"instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_xdmg","instrument%20of%20the%20bards%2c%20ollamh%20harp_dmg":"instrument%20of%20the%20bards%2c%20ollamh%20harp_xdmg","ioun%20stone%2c%20absorption_dmg":"ioun%20stone%2c%20absorption_xdmg","ioun%20stone%2c%20agility_dmg":"ioun%20stone%2c%20agility_xdmg","ioun%20stone%2c%20awareness_dmg":"ioun%20stone%2c%20awareness_xdmg","ioun%20stone%2c%20fortitude_dmg":"ioun%20stone%2c%20fortitude_xdmg","ioun%20stone%2c%20greater%20absorption_dmg":"ioun%20stone%2c%20greater%20absorption_xdmg","ioun%20stone%2c%20insight_dmg":"ioun%20stone%2c%20insight_xdmg","ioun%20stone%2c%20intellect_dmg":"ioun%20stone%2c%20intellect_xdmg","ioun%20stone%2c%20leadership_dmg":"ioun%20stone%2c%20leadership_xdmg","ioun%20stone%2c%20mastery_dmg":"ioun%20stone%2c%20mastery_xdmg","ioun%20stone%2c%20protection_dmg":"ioun%20stone%2c%20protection_xdmg","ioun%20stone%2c%20regeneration_dmg":"ioun%20stone%2c%20regeneration_xdmg","ioun%20stone%2c%20reserve_dmg":"ioun%20stone%2c%20reserve_xdmg","ioun%20stone%2c%20strength_dmg":"ioun%20stone%2c%20strength_xdmg","ioun%20stone%2c%20sustenance_dmg":"ioun%20stone%2c%20sustenance_xdmg","iron%20bands%20of%20bilarro_dmg":"iron%20bands%20of%20bilarro_xdmg","iron%20flask_dmg":"iron%20flask_xdmg","jacinth_dmg":"jacinth_xdmg","jade_dmg":"jade_xdmg","jade%20game%20board%20with%20solid%20gold%20playing%20pieces_dmg":"jade%20game%20board%20with%20gold%20playing%20pieces_xdmg","jasper_dmg":"jasper_xdmg","javelin%20of%20lightning_dmg":"javelin%20of%20lightning_xdmg","jet_dmg":"jet_xdmg","jeweled%20anklet_dmg":"jeweled%20anklet_xdmg","jeweled%20gold%20crown_dmg":"jeweled%20gold%20crown_xdmg","jeweled%20platinum%20ring_dmg":"jeweled%20platinum%20ring_xdmg","keelboat_dmg":"keelboat_xphb","keoghtom's%20ointment_dmg":"keoghtom's%20ointment_xdmg","lantern%20of%20revealing_dmg":"lantern%20of%20revealing_xdmg","lapis%20lazuli_dmg":"lapis%20lazuli_xdmg","large%20gold%20bracelet_dmg":"bejeweled%20gold%20bracelet_xdmg","large%20well-made%20tapestry_dmg":"well-made%20tapestry%20that%20is%2010%20feet%20by%2010%20feet_xdmg","longship_dmg":"longship_xphb","mace%20of%20disruption_dmg":"mace%20of%20disruption_xdmg","mace%20of%20smiting_dmg":"mace%20of%20smiting_xdmg","mace%20of%20terror_dmg":"mace%20of%20terror_xdmg","malachite_dmg":"malachite_xdmg","malice_dmg":"malice_xdmg","mantle%20of%20spell%20resistance_dmg":"mantle%20of%20spell%20resistance_xdmg","manual%20of%20bodily%20health_dmg":"manual%20of%20bodily%20health_xdmg","manual%20of%20clay%20golems_dmg":"manual%20of%20clay%20golems_xdmg","manual%20of%20flesh%20golems_dmg":"manual%20of%20flesh%20golems_xdmg","manual%20of%20gainful%20exercise_dmg":"manual%20of%20gainful%20exercise_xdmg","manual%20of%20iron%20golems_dmg":"manual%20of%20iron%20golems_xdmg","manual%20of%20quickness%20of%20action_dmg":"manual%20of%20quickness%20of%20action_xdmg","manual%20of%20stone%20golems_dmg":"manual%20of%20stone%20golems_xdmg","medallion%20of%20thoughts_dmg":"medallion%20of%20thoughts_xdmg","midnight%20tears_dmg":"midnight%20tears_xdmg","mirror%20of%20life%20trapping_dmg":"mirror%20of%20life%20trapping_xdmg","moonblade_dmg":"moonblade_xdmg","moonstone_dmg":"moonstone_xdmg","moss%20agate_dmg":"moss%20agate_xdmg","necklace%20of%20adaptation_dmg":"necklace%20of%20adaptation_xdmg","necklace%20of%20fireballs_dmg":"necklace%20of%20fireballs_xdmg","necklace%20of%20prayer%20beads_dmg":"necklace%20of%20prayer%20beads_xdmg","necklace%20string%20of%20small%20pink%20pearls_dmg":"necklace%20string%20of%20small%20pink%20pearls_xdmg","nolzur's%20marvelous%20pigments_dmg":"nolzur's%20marvelous%20pigments_xdmg","oathbow_dmg":"oathbow_xdmg","obsidian_dmg":"obsidian_xdmg","obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_dmg":"obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_xdmg","oil%20of%20etherealness_dmg":"oil%20of%20etherealness_xdmg","oil%20of%20sharpness_dmg":"oil%20of%20sharpness_xdmg","oil%20of%20slipperiness_dmg":"oil%20of%20slipperiness_xdmg","oil%20of%20taggit_dmg":"oil%20of%20taggit_xdmg","old%20masterpiece%20painting_dmg":"old%20masterpiece%20painting_xdmg","onyx_dmg":"onyx_xdmg","opal_dmg":"opal_xdmg","orb%20of%20dragonkind_dmg":"orb%20of%20dragonkind_xdmg","painted%20gold%20child's%20sarcophagus_dmg":"set%20of%20gold%20nesting%20dolls_xdmg","painted%20gold%20war%20mask_dmg":"painted%20gold%20war%20mask_xdmg","pair%20of%20engraved%20bone%20dice_dmg":"pair%20of%20engraved%20bone%20dice_xdmg","pale%20tincture_dmg":"pale%20tincture_xdmg","pearl_dmg":"pearl_xdmg","pearl%20of%20power_dmg":"pearl%20of%20power_xdmg","periapt%20of%20health_dmg":"periapt%20of%20health_xdmg","periapt%20of%20proof%20against%20poison_dmg":"periapt%20of%20proof%20against%20poison_xdmg","periapt%20of%20wound%20closure_dmg":"periapt%20of%20wound%20closure_xdmg","peridot_dmg":"peridot_xdmg","philter%20of%20love_dmg":"philter%20of%20love_xdmg","pipes%20of%20haunting_dmg":"pipes%20of%20haunting_xdmg","pipes%20of%20the%20sewers_dmg":"pipes%20of%20the%20sewers_xdmg","plate%20armor%20of%20etherealness_dmg":"plate%20armor%20of%20etherealness_xdmg","platinum%20bracelet%20set%20with%20a%20sapphire_dmg":"platinum%20bracelet%20set%20with%20an%20emerald_xdmg","portable%20hole_dmg":"portable%20hole_xdmg","potion%20of%20acid%20resistance_dmg":"potion%20of%20acid%20resistance_xdmg","potion%20of%20animal%20friendship_dmg":"potion%20of%20animal%20friendship_xdmg","potion%20of%20clairvoyance_dmg":"potion%20of%20clairvoyance_xdmg","potion%20of%20climbing_dmg":"potion%20of%20climbing_xdmg","potion%20of%20cloud%20giant%20strength_dmg":"potion%20of%20cloud%20giant%20strength_xdmg","potion%20of%20cold%20resistance_dmg":"potion%20of%20cold%20resistance_xdmg","potion%20of%20diminution_dmg":"potion%20of%20diminution_xdmg","potion%20of%20fire%20breath_dmg":"potion%20of%20fire%20breath_xdmg","potion%20of%20fire%20giant%20strength_dmg":"potion%20of%20fire%20giant%20strength_xdmg","potion%20of%20fire%20resistance_dmg":"potion%20of%20fire%20resistance_xdmg","potion%20of%20flying_dmg":"potion%20of%20flying_xdmg","potion%20of%20force%20resistance_dmg":"potion%20of%20force%20resistance_xdmg","potion%20of%20frost%20giant%20strength_dmg":"potion%20of%20frost%20giant%20strength_xdmg","potion%20of%20gaseous%20form_dmg":"potion%20of%20gaseous%20form_xdmg","potion%20of%20greater%20healing_dmg":"potion%20of%20greater%20healing_xdmg","potion%20of%20growth_dmg":"potion%20of%20growth_xdmg","potion%20of%20healing_dmg":"potion%20of%20healing_xdmg","potion%20of%20heroism_dmg":"potion%20of%20heroism_xdmg","potion%20of%20hill%20giant%20strength_dmg":"potion%20of%20hill%20giant%20strength_xdmg","potion%20of%20invisibility_dmg":"potion%20of%20invisibility_xdmg","potion%20of%20invulnerability_dmg":"potion%20of%20invulnerability_xdmg","potion%20of%20lightning%20resistance_dmg":"potion%20of%20lightning%20resistance_xdmg","potion%20of%20longevity_dmg":"potion%20of%20longevity_xdmg","potion%20of%20mind%20reading_dmg":"potion%20of%20mind%20reading_xdmg","potion%20of%20necrotic%20resistance_dmg":"potion%20of%20necrotic%20resistance_xdmg","potion%20of%20poison_dmg":"potion%20of%20poison_xdmg","potion%20of%20poison%20resistance_dmg":"potion%20of%20poison%20resistance_xdmg","potion%20of%20psychic%20resistance_dmg":"potion%20of%20psychic%20resistance_xdmg","potion%20of%20radiant%20resistance_dmg":"potion%20of%20radiant%20resistance_xdmg","potion%20of%20speed_dmg":"potion%20of%20speed_xdmg","potion%20of%20stone%20giant%20strength_dmg":"potion%20of%20stone%20giant%20strength_xdmg","potion%20of%20storm%20giant%20strength_dmg":"potion%20of%20storm%20giant%20strength_xdmg","potion%20of%20superior%20healing_dmg":"potion%20of%20superior%20healing_xdmg","potion%20of%20supreme%20healing_dmg":"potion%20of%20supreme%20healing_xdmg","potion%20of%20thunder%20resistance_dmg":"potion%20of%20thunder%20resistance_xdmg","potion%20of%20vitality_dmg":"potion%20of%20vitality_xdmg","potion%20of%20water%20breathing_dmg":"potion%20of%20water%20breathing_xdmg","purple%20worm%20poison_dmg":"purple%20worm%20poison_xdmg","quaal's%20feather%20token%2c%20anchor_dmg":"quaal's%20feather%20token%2c%20anchor_xdmg","quaal's%20feather%20token%2c%20bird_dmg":"quaal's%20feather%20token%2c%20bird_xdmg","quaal's%20feather%20token%2c%20fan_dmg":"quaal's%20feather%20token%2c%20fan_xdmg","quaal's%20feather%20token%2c%20swan%20boat_dmg":"quaal's%20feather%20token%2c%20swan%20boat_xdmg","quaal's%20feather%20token%2c%20tree_dmg":"quaal's%20feather%20token%2c%20tree_xdmg","quaal's%20feather%20token%2c%20whip_dmg":"quaal's%20feather%20token%2c%20whip_xdmg","quartz_dmg":"quartz_xdmg","quiver%20of%20ehlonna_dmg":"quiver%20of%20ehlonna_xdmg","red%20dragon%20scale%20mail_dmg":"red%20dragon%20scale%20mail_xdmg","rhodochrosite_dmg":"rhodochrosite_xdmg","ring%20of%20acid%20resistance_dmg":"ring%20of%20acid%20resistance_xdmg","ring%20of%20air%20elemental%20command_dmg":"ring%20of%20elemental%20command%20(air)_xdmg","ring%20of%20animal%20influence_dmg":"ring%20of%20animal%20influence_xdmg","ring%20of%20cold%20resistance_dmg":"ring%20of%20cold%20resistance_xdmg","ring%20of%20djinni%20summoning_dmg":"ring%20of%20djinni%20summoning_xdmg","ring%20of%20earth%20elemental%20command_dmg":"ring%20of%20elemental%20command%20(earth)_xdmg","ring%20of%20evasion_dmg":"ring%20of%20evasion_xdmg","ring%20of%20feather%20falling_dmg":"ring%20of%20feather%20falling_xdmg","ring%20of%20fire%20elemental%20command_dmg":"ring%20of%20elemental%20command%20(fire)_xdmg","ring%20of%20fire%20resistance_dmg":"ring%20of%20fire%20resistance_xdmg","ring%20of%20force%20resistance_dmg":"ring%20of%20force%20resistance_xdmg","ring%20of%20free%20action_dmg":"ring%20of%20free%20action_xdmg","ring%20of%20invisibility_dmg":"ring%20of%20invisibility_xdmg","ring%20of%20jumping_dmg":"ring%20of%20jumping_xdmg","ring%20of%20lightning%20resistance_dmg":"ring%20of%20lightning%20resistance_xdmg","ring%20of%20mind%20shielding_dmg":"ring%20of%20mind%20shielding_xdmg","ring%20of%20necrotic%20resistance_dmg":"ring%20of%20necrotic%20resistance_xdmg","ring%20of%20poison%20resistance_dmg":"ring%20of%20poison%20resistance_xdmg","ring%20of%20protection_dmg":"ring%20of%20protection_xdmg","ring%20of%20psychic%20resistance_dmg":"ring%20of%20psychic%20resistance_xdmg","ring%20of%20radiant%20resistance_dmg":"ring%20of%20radiant%20resistance_xdmg","ring%20of%20regeneration_dmg":"ring%20of%20regeneration_xdmg","ring%20of%20shooting%20stars_dmg":"ring%20of%20shooting%20stars_xdmg","ring%20of%20spell%20storing_dmg":"ring%20of%20spell%20storing_xdmg","ring%20of%20spell%20turning_dmg":"ring%20of%20spell%20turning_xdmg","ring%20of%20swimming_dmg":"ring%20of%20swimming_xdmg","ring%20of%20telekinesis_dmg":"ring%20of%20telekinesis_xdmg","ring%20of%20the%20ram_dmg":"ring%20of%20the%20ram_xdmg","ring%20of%20three%20wishes_dmg":"ring%20of%20three%20wishes_xdmg","ring%20of%20thunder%20resistance_dmg":"ring%20of%20thunder%20resistance_xdmg","ring%20of%20warmth_dmg":"ring%20of%20warmth_xdmg","ring%20of%20water%20elemental%20command_dmg":"ring%20of%20elemental%20command%20(water)_xdmg","ring%20of%20water%20walking_dmg":"ring%20of%20water%20walking_xdmg","ring%20of%20x-ray%20vision_dmg":"ring%20of%20x-ray%20vision_xdmg","robe%20of%20eyes_dmg":"robe%20of%20eyes_xdmg","robe%20of%20scintillating%20colors_dmg":"robe%20of%20scintillating%20colors_xdmg","robe%20of%20stars_dmg":"robe%20of%20stars_xdmg","robe%20of%20the%20archmagi_dmg":"robe%20of%20the%20archmagi_xdmg","robe%20of%20useful%20items_dmg":"robe%20of%20useful%20items_xdmg","rod%20of%20absorption_dmg":"rod%20of%20absorption_xdmg","rod%20of%20alertness_dmg":"rod%20of%20alertness_xdmg","rod%20of%20lordly%20might_dmg":"rod%20of%20lordly%20might_xdmg","rod%20of%20resurrection_dmg":"rod%20of%20resurrection_xdmg","rod%20of%20rulership_dmg":"rod%20of%20rulership_xdmg","rod%20of%20security_dmg":"rod%20of%20security_xdmg","rope%20of%20climbing_dmg":"rope%20of%20climbing_xdmg","rope%20of%20entanglement_dmg":"rope%20of%20entanglement_xdmg","rowboat_dmg":"rowboat_xphb","ruby_dmg":"ruby_xdmg","saddle%20of%20the%20cavalier_dmg":"saddle%20of%20the%20cavalier_xdmg","sailing%20ship_dmg":"sailing%20ship_xphb","sardonyx_dmg":"sardonyx_xdmg","scarab%20of%20protection_dmg":"scarab%20of%20protection_xdmg","scimitar%20of%20speed_dmg":"scimitar%20of%20speed_xdmg","scroll%20of%20protection%20from%20aberrations_dmg":"scroll%20of%20protection%20(aberrations)_xdmg","scroll%20of%20protection%20from%20beasts_dmg":"scroll%20of%20protection%20(beasts)_xdmg","scroll%20of%20protection%20from%20celestials_dmg":"scroll%20of%20protection%20(celestials)_xdmg","scroll%20of%20protection%20from%20elementals_dmg":"scroll%20of%20protection%20(elementals)_xdmg","scroll%20of%20protection%20from%20fey_dmg":"scroll%20of%20protection%20(fey)_xdmg","scroll%20of%20protection%20from%20fiends_dmg":"scroll%20of%20protection%20(fiends)_xdmg","scroll%20of%20protection%20from%20plants_dmg":"scroll%20of%20protection%20(plants)_xdmg","scroll%20of%20protection%20from%20undead_dmg":"scroll%20of%20protection%20(undead)_xdmg","sending%20stones_dmg":"sending%20stones_xdmg","sentinel%20shield_dmg":"sentinel%20shield_xdmg","serpent%20venom_dmg":"serpent%20venom_xdmg","shield%20of%20missile%20attraction_dmg":"shield%20of%20missile%20attraction_xdmg","silk%20robe%20with%20gold%20embroidery_dmg":"silk%20vestments%20with%20gold%20embroidery_xdmg","silver%20and%20gold%20brooch_dmg":"silver%20and%20gold%20brooch_xdmg","silver%20chalice%20set%20with%20moonstones_dmg":"silver%20chalice%20set%20with%20moonstones_xdmg","silver%20dragon%20scale%20mail_dmg":"silver%20dragon%20scale%20mail_xdmg","silver%20ewer_dmg":"silver%20ewer_xdmg","silver%20necklace%20with%20a%20gemstone%20pendant_dmg":"silver%20necklace%20with%20a%20gemstone%20pendant_xdmg","silver-plated%20steel%20longsword%20with%20jet%20set%20in%20hilt_dmg":"bundle%20of%20sheet%20music%20representing%20the%20lost%20dirges%20of%20a%20famous%20composer_xdmg","slippers%20of%20spider%20climbing_dmg":"slippers%20of%20spider%20climbing_xdmg","small%20gold%20bracelet_dmg":"gold%20bracelet_xdmg","small%20gold%20idol_dmg":"gold%20idol_xdmg","small%20gold%20statuette%20set%20with%20rubies_dmg":"gold%20statuette%20set%20with%20rubies_xdmg","small%20mirror%20set%20in%20a%20painted%20wooden%20frame_dmg":"handheld%20mirror%20set%20in%20a%20painted%20wooden%20frame_xdmg","smoke%20grenade_dmg":"smoke%20grenade_xdmg","sovereign%20glue_dmg":"sovereign%20glue_xdmg","spell%20scroll%20(1st%20level)_dmg":"spell%20scroll%20(level%201)_xdmg","spell%20scroll%20(2nd%20level)_dmg":"spell%20scroll%20(level%202)_xdmg","spell%20scroll%20(3rd%20level)_dmg":"spell%20scroll%20(level%203)_xdmg","spell%20scroll%20(4th%20level)_dmg":"spell%20scroll%20(level%204)_xdmg","spell%20scroll%20(5th%20level)_dmg":"spell%20scroll%20(level%205)_xdmg","spell%20scroll%20(6th%20level)_dmg":"spell%20scroll%20(level%206)_xdmg","spell%20scroll%20(7th%20level)_dmg":"spell%20scroll%20(level%207)_xdmg","spell%20scroll%20(8th%20level)_dmg":"spell%20scroll%20(level%208)_xdmg","spell%20scroll%20(9th%20level)_dmg":"spell%20scroll%20(level%209)_xdmg","spell%20scroll%20(cantrip)_dmg":"spell%20scroll%20(cantrip)_xdmg","spellguard%20shield_dmg":"spellguard%20shield_xdmg","sphere%20of%20annihilation_dmg":"sphere%20of%20annihilation_xdmg","spinel_dmg":"spinel_xdmg","staff%20of%20charming_dmg":"staff%20of%20charming_xdmg","staff%20of%20fire_dmg":"staff%20of%20fire_xdmg","staff%20of%20frost_dmg":"staff%20of%20frost_xdmg","staff%20of%20healing_dmg":"staff%20of%20healing_xdmg","staff%20of%20power_dmg":"staff%20of%20power_xdmg","staff%20of%20striking_dmg":"staff%20of%20striking_xdmg","staff%20of%20swarming%20insects_dmg":"staff%20of%20swarming%20insects_xdmg","staff%20of%20the%20adder_dmg":"staff%20of%20the%20adder_xdmg","staff%20of%20the%20magi_dmg":"staff%20of%20the%20magi_xdmg","staff%20of%20the%20python_dmg":"staff%20of%20the%20python_xdmg","staff%20of%20the%20woodlands_dmg":"staff%20of%20the%20woodlands_xdmg","staff%20of%20thunder%20and%20lightning_dmg":"staff%20of%20thunder%20and%20lightning_xdmg","staff%20of%20withering_dmg":"staff%20of%20withering_xdmg","star%20rose%20quartz_dmg":"star%20rose%20quartz_xdmg","star%20ruby_dmg":"star%20ruby_xdmg","star%20sapphire_dmg":"star%20sapphire_xdmg","stone%20of%20controlling%20earth%20elementals_dmg":"stone%20of%20controlling%20earth%20elementals_xdmg","stone%20of%20good%20luck_dmg":"stone%20of%20good%20luck_xdmg","sun%20blade_dmg":"sun%20blade_xdmg","sword%20of%20kas_dmg":"sword%20of%20kas_xdmg","talisman%20of%20pure%20good_dmg":"talisman%20of%20pure%20good_xdmg","talisman%20of%20the%20sphere_dmg":"talisman%20of%20the%20sphere_xdmg","talisman%20of%20ultimate%20evil_dmg":"talisman%20of%20ultimate%20evil_xdmg","tentacle%20rod_dmg":"tentacle%20rod_xdmg","tiger%20eye_dmg":"tiger%20eye_xdmg","tome%20of%20clear%20thought_dmg":"tome%20of%20clear%20thought_xdmg","tome%20of%20leadership%20and%20influence_dmg":"tome%20of%20leadership%20and%20influence_xdmg","tome%20of%20the%20stilled%20tongue_dmg":"tome%20of%20the%20stilled%20tongue_xdmg","tome%20of%20understanding_dmg":"tome%20of%20understanding_xdmg","topaz_dmg":"topaz_xdmg","torpor_dmg":"torpor_xdmg","tourmaline_dmg":"tourmaline_xdmg","trident%20of%20fish%20command_dmg":"trident%20of%20fish%20command_xdmg","truth%20serum_dmg":"truth%20serum_xdmg","turquoise_dmg":"turquoise_xdmg","universal%20solvent_dmg":"universal%20solvent_xdmg","wand%20of%20binding_dmg":"wand%20of%20binding_xdmg","wand%20of%20enemy%20detection_dmg":"wand%20of%20enemy%20detection_xdmg","wand%20of%20fear_dmg":"wand%20of%20fear_xdmg","wand%20of%20fireballs_dmg":"wand%20of%20fireballs_xdmg","wand%20of%20lightning%20bolts_dmg":"wand%20of%20lightning%20bolts_xdmg","wand%20of%20magic%20detection_dmg":"wand%20of%20magic%20detection_xdmg","wand%20of%20magic%20missiles_dmg":"wand%20of%20magic%20missiles_xdmg","wand%20of%20orcus_dmg":"wand%20of%20orcus_xdmg","wand%20of%20paralysis_dmg":"wand%20of%20paralysis_xdmg","wand%20of%20polymorph_dmg":"wand%20of%20polymorph_xdmg","wand%20of%20secrets_dmg":"wand%20of%20secrets_xdmg","wand%20of%20web_dmg":"wand%20of%20web_xdmg","wand%20of%20wonder_dmg":"wand%20of%20wonder_xdmg","warship_dmg":"warship_xphb","wave_dmg":"wave_xdmg","well%20of%20many%20worlds_dmg":"well%20of%20many%20worlds_xdmg","whelm_dmg":"whelm_xdmg","white%20dragon%20scale%20mail_dmg":"white%20dragon%20scale%20mail_xdmg","wind%20fan_dmg":"wind%20fan_xdmg","winged%20boots_dmg":"winged%20boots_xdmg","wings%20of%20flying_dmg":"wings%20of%20flying_xdmg","wyvern%20poison_dmg":"wyvern%20poison_xdmg","yellow%20sapphire_dmg":"yellow%20sapphire_xdmg","zircon_dmg":"zircon_xdmg","armor%20of%20resistance_dmg":"armor%20of%20resistance_xdmg","armor%20of%20vulnerability_dmg":"armor%20of%20vulnerability_xdmg","bag%20of%20tricks_dmg":"bag%20of%20tricks_xdmg","belt%20of%20giant%20strength_dmg":"belt%20of%20giant%20strength_xdmg","carpet%20of%20flying_dmg":"carpet%20of%20flying_xdmg","dragon%20scale%20mail_dmg":"dragon%20scale%20mail_xdmg","elemental%20gem_dmg":"elemental%20gem_xdmg","eye%20and%20hand%20of%20vecna_dmg":"eye%20and%20hand%20of%20vecna_xdmg","figurine%20of%20wondrous%20power_dmg":"figurine%20of%20wondrous%20power_xdmg","horn%20of%20valhalla_dmg":"horn%20of%20valhalla_xdmg","instrument%20of%20the%20bards_dmg":"instrument%20of%20the%20bards_xdmg","ioun%20stone_dmg":"ioun%20stone_xdmg","manual%20of%20golems_dmg":"manual%20of%20golems_xdmg","potion%20of%20giant%20strength_dmg":"potion%20of%20giant%20strength_xdmg","potion%20of%20resistance_dmg":"potion%20of%20resistance_xdmg","potions%20of%20healing_dmg":"potions%20of%20healing_xdmg","quaal's%20feather%20token_dmg":"quaal's%20feather%20token_xdmg","ring%20of%20elemental%20command_dmg":"ring%20of%20elemental%20command_xdmg","ring%20of%20resistance_dmg":"ring%20of%20resistance_xdmg","rod%20of%20the%20pact%20keeper_dmg":"rod%20of%20the%20pact%20keeper_xdmg","scroll%20of%20protection_dmg":"scroll%20of%20protection_xdmg","spell%20scroll_dmg":"spell%20scroll_xdmg","sword%20of%20answering_dmg":"sword%20of%20answering_xdmg","wand%20of%20the%20war%20mage_dmg":"wand%20of%20the%20war%20mage_xdmg","%2b1%20ammunition_dmg":"%2b1%20ammunition_xdmg","%2b1%20armor_dmg":"%2b1%20armor_xdmg","%2b1%20shield%20(*)_dmg":"%2b1%20shield%20(*)_xdmg","%2b1%20weapon_dmg":"%2b1%20weapon_xdmg","%2b2%20ammunition_dmg":"%2b2%20ammunition_xdmg","%2b2%20armor_dmg":"%2b2%20armor_xdmg","%2b2%20shield%20(*)_dmg":"%2b2%20shield%20(*)_xdmg","%2b2%20weapon_dmg":"%2b2%20weapon_xdmg","%2b3%20ammunition_dmg":"%2b3%20ammunition_xdmg","%2b3%20armor_dmg":"%2b3%20armor_xdmg","%2b3%20shield%20(*)_dmg":"%2b3%20shield%20(*)_xdmg","%2b3%20weapon_dmg":"%2b3%20weapon_xdmg","adamantine%20armor_dmg":"adamantine%20armor_xdmg","armor%20of%20acid%20resistance_dmg":"armor%20of%20acid%20resistance_xdmg","armor%20of%20cold%20resistance_dmg":"armor%20of%20cold%20resistance_xdmg","armor%20of%20fire%20resistance_dmg":"armor%20of%20fire%20resistance_xdmg","armor%20of%20force%20resistance_dmg":"armor%20of%20force%20resistance_xdmg","armor%20of%20lightning%20resistance_dmg":"armor%20of%20lightning%20resistance_xdmg","armor%20of%20necrotic%20resistance_dmg":"armor%20of%20necrotic%20resistance_xdmg","armor%20of%20poison%20resistance_dmg":"armor%20of%20poison%20resistance_xdmg","armor%20of%20psychic%20resistance_dmg":"armor%20of%20psychic%20resistance_xdmg","armor%20of%20radiant%20resistance_dmg":"armor%20of%20radiant%20resistance_xdmg","armor%20of%20thunder%20resistance_dmg":"armor%20of%20thunder%20resistance_xdmg","arrow%20of%20slaying%20(*)_dmg":"ammunition%20of%20slaying_xdmg","berserker%20axe_dmg":"berserker%20axe_xdmg","dancing%20sword_dmg":"dancing%20sword_xdmg","defender_dmg":"defender_xdmg","dragon%20slayer_dmg":"dragon%20slayer_xdmg","flame%20tongue_dmg":"flame%20tongue_xdmg","frost%20brand_dmg":"frost%20brand_xdmg","giant%20slayer_dmg":"giant%20slayer_xdmg","holy%20avenger_dmg":"holy%20avenger_xdmg","luck%20blade_dmg":"luck%20blade_xdmg","mariner's%20armor_dmg":"mariner's%20armor_xdmg","mithral%20armor_dmg":"mithral%20armor_xdmg","nine%20lives%20stealer_dmg":"nine%20lives%20stealer_xdmg","sword%20of%20life%20stealing_dmg":"sword%20of%20life%20stealing_xdmg","sword%20of%20sharpness_dmg":"sword%20of%20sharpness_xdmg","sword%20of%20vengeance_dmg":"sword%20of%20vengeance_xdmg","sword%20of%20wounding_dmg":"sword%20of%20wounding_xdmg","vicious%20weapon_dmg":"vicious%20weapon_xdmg","vorpal%20sword_dmg":"vorpal%20sword_xdmg","weapon%20of%20warning_dmg":"weapon%20of%20warning_xdmg","%2b1%20arrow_dmg":"%2b1%20arrow_xdmg","%2b1%20blowgun%20needle_dmg":"%2b1%20needle_xdmg","%2b1%20crossbow%20bolt_dmg":"%2b1%20bolt_xdmg","%2b1%20energy%20cell_dmg":"%2b1%20energy%20cell_xdmg","%2b1%20renaissance%20bullet_dmg":"%2b1%20firearm%20bullet_xdmg","%2b1%20sling%20bullet_dmg":"%2b1%20sling%20bullet_xdmg","%2b1%20breastplate_dmg":"%2b1%20breastplate_xdmg","%2b1%20chain%20mail_dmg":"%2b1%20chain%20mail_xdmg","%2b1%20chain%20shirt_dmg":"%2b1%20chain%20shirt_xdmg","%2b1%20half%20plate%20armor_dmg":"%2b1%20half%20plate%20armor_xdmg","%2b1%20hide%20armor_dmg":"%2b1%20hide%20armor_xdmg","%2b1%20leather%20armor_dmg":"%2b1%20leather%20armor_xdmg","%2b1%20padded%20armor_dmg":"%2b1%20padded%20armor_xdmg","%2b1%20plate%20armor_dmg":"%2b1%20plate%20armor_xdmg","%2b1%20ring%20mail_dmg":"%2b1%20ring%20mail_xdmg","%2b1%20scale%20mail_dmg":"%2b1%20scale%20mail_xdmg","%2b1%20splint%20armor_dmg":"%2b1%20splint%20armor_xdmg","%2b1%20studded%20leather%20armor_dmg":"%2b1%20studded%20leather%20armor_xdmg","%2b1%20shield_dmg":"%2b1%20shield_xdmg","%2b1%20antimatter%20rifle_dmg":"%2b1%20antimatter%20rifle_xdmg","%2b1%20automatic%20pistol_dmg":"%2b1%20semiautomatic%20pistol_xdmg","%2b1%20automatic%20rifle_dmg":"%2b1%20automatic%20rifle_xdmg","%2b1%20battleaxe_dmg":"%2b1%20battleaxe_xdmg","%2b1%20blowgun_dmg":"%2b1%20blowgun_xdmg","%2b1%20club_dmg":"%2b1%20club_xdmg","%2b1%20dagger_dmg":"%2b1%20dagger_xdmg","%2b1%20dart_dmg":"%2b1%20dart_xdmg","%2b1%20flail_dmg":"%2b1%20flail_xdmg","%2b1%20glaive_dmg":"%2b1%20glaive_xdmg","%2b1%20greataxe_dmg":"%2b1%20greataxe_xdmg","%2b1%20greatclub_dmg":"%2b1%20greatclub_xdmg","%2b1%20greatsword_dmg":"%2b1%20greatsword_xdmg","%2b1%20halberd_dmg":"%2b1%20halberd_xdmg","%2b1%20hand%20crossbow_dmg":"%2b1%20hand%20crossbow_xdmg","%2b1%20handaxe_dmg":"%2b1%20handaxe_xdmg","%2b1%20heavy%20crossbow_dmg":"%2b1%20heavy%20crossbow_xdmg","%2b1%20hunting%20rifle_dmg":"%2b1%20hunting%20rifle_xdmg","%2b1%20javelin_dmg":"%2b1%20javelin_xdmg","%2b1%20lance_dmg":"%2b1%20lance_xdmg","%2b1%20laser%20pistol_dmg":"%2b1%20laser%20pistol_xdmg","%2b1%20laser%20rifle_dmg":"%2b1%20laser%20rifle_xdmg","%2b1%20light%20crossbow_dmg":"%2b1%20light%20crossbow_xdmg","%2b1%20light%20hammer_dmg":"%2b1%20light%20hammer_xdmg","%2b1%20longbow_dmg":"%2b1%20longbow_xdmg","%2b1%20longsword_dmg":"%2b1%20longsword_xdmg","%2b1%20mace_dmg":"%2b1%20mace_xdmg","%2b1%20maul_dmg":"%2b1%20maul_xdmg","%2b1%20morningstar_dmg":"%2b1%20morningstar_xdmg","%2b1%20musket_dmg":"%2b1%20musket_xdmg","%2b1%20pike_dmg":"%2b1%20pike_xdmg","%2b1%20pistol_dmg":"%2b1%20pistol_xdmg","%2b1%20quarterstaff_dmg":"%2b1%20quarterstaff_xdmg","%2b1%20rapier_dmg":"%2b1%20rapier_xdmg","%2b1%20revolver_dmg":"%2b1%20revolver_xdmg","%2b1%20scimitar_dmg":"%2b1%20scimitar_xdmg","%2b1%20shortbow_dmg":"%2b1%20shortbow_xdmg","%2b1%20shortsword_dmg":"%2b1%20shortsword_xdmg","%2b1%20shotgun_dmg":"%2b1%20shotgun_xdmg","%2b1%20sickle_dmg":"%2b1%20sickle_xdmg","%2b1%20sling_dmg":"%2b1%20sling_xdmg","%2b1%20spear_dmg":"%2b1%20spear_xdmg","%2b1%20trident_dmg":"%2b1%20trident_xdmg","%2b1%20war%20pick_dmg":"%2b1%20war%20pick_xdmg","%2b1%20warhammer_dmg":"%2b1%20warhammer_xdmg","%2b1%20whip_dmg":"%2b1%20whip_xdmg","%2b2%20arrow_dmg":"%2b2%20arrow_xdmg","%2b2%20blowgun%20needle_dmg":"%2b2%20needle_xdmg","%2b2%20crossbow%20bolt_dmg":"%2b2%20bolt_xdmg","%2b2%20energy%20cell_dmg":"%2b2%20energy%20cell_xdmg","%2b2%20renaissance%20bullet_dmg":"%2b2%20firearm%20bullet_xdmg","%2b2%20sling%20bullet_dmg":"%2b2%20sling%20bullet_xdmg","%2b2%20breastplate_dmg":"%2b2%20breastplate_xdmg","%2b2%20chain%20mail_dmg":"%2b2%20chain%20mail_xdmg","%2b2%20chain%20shirt_dmg":"%2b2%20chain%20shirt_xdmg","%2b2%20half%20plate%20armor_dmg":"%2b2%20half%20plate%20armor_xdmg","%2b2%20hide%20armor_dmg":"%2b2%20hide%20armor_xdmg","%2b2%20leather%20armor_dmg":"%2b2%20leather%20armor_xdmg","%2b2%20padded%20armor_dmg":"%2b2%20padded%20armor_xdmg","%2b2%20plate%20armor_dmg":"%2b2%20plate%20armor_xdmg","%2b2%20ring%20mail_dmg":"%2b2%20ring%20mail_xdmg","%2b2%20scale%20mail_dmg":"%2b2%20scale%20mail_xdmg","%2b2%20splint%20armor_dmg":"%2b2%20splint%20armor_xdmg","%2b2%20studded%20leather%20armor_dmg":"%2b2%20studded%20leather%20armor_xdmg","%2b2%20shield_dmg":"%2b2%20shield_xdmg","%2b2%20antimatter%20rifle_dmg":"%2b2%20antimatter%20rifle_xdmg","%2b2%20automatic%20pistol_dmg":"%2b2%20semiautomatic%20pistol_xdmg","%2b2%20automatic%20rifle_dmg":"%2b2%20automatic%20rifle_xdmg","%2b2%20battleaxe_dmg":"%2b2%20battleaxe_xdmg","%2b2%20blowgun_dmg":"%2b2%20blowgun_xdmg","%2b2%20club_dmg":"%2b2%20club_xdmg","%2b2%20dagger_dmg":"%2b2%20dagger_xdmg","%2b2%20dart_dmg":"%2b2%20dart_xdmg","%2b2%20flail_dmg":"%2b2%20flail_xdmg","%2b2%20glaive_dmg":"%2b2%20glaive_xdmg","%2b2%20greataxe_dmg":"%2b2%20greataxe_xdmg","%2b2%20greatclub_dmg":"%2b2%20greatclub_xdmg","%2b2%20greatsword_dmg":"%2b2%20greatsword_xdmg","%2b2%20halberd_dmg":"%2b2%20halberd_xdmg","%2b2%20hand%20crossbow_dmg":"%2b2%20hand%20crossbow_xdmg","%2b2%20handaxe_dmg":"%2b2%20handaxe_xdmg","%2b2%20heavy%20crossbow_dmg":"%2b2%20heavy%20crossbow_xdmg","%2b2%20hunting%20rifle_dmg":"%2b2%20hunting%20rifle_xdmg","%2b2%20javelin_dmg":"%2b2%20javelin_xdmg","%2b2%20lance_dmg":"%2b2%20lance_xdmg","%2b2%20laser%20pistol_dmg":"%2b2%20laser%20pistol_xdmg","%2b2%20laser%20rifle_dmg":"%2b2%20laser%20rifle_xdmg","%2b2%20light%20crossbow_dmg":"%2b2%20light%20crossbow_xdmg","%2b2%20light%20hammer_dmg":"%2b2%20light%20hammer_xdmg","%2b2%20longbow_dmg":"%2b2%20longbow_xdmg","%2b2%20longsword_dmg":"%2b2%20longsword_xdmg","%2b2%20mace_dmg":"%2b2%20mace_xdmg","%2b2%20maul_dmg":"%2b2%20maul_xdmg","%2b2%20morningstar_dmg":"%2b2%20morningstar_xdmg","%2b2%20musket_dmg":"%2b2%20musket_xdmg","%2b2%20pike_dmg":"%2b2%20pike_xdmg","%2b2%20pistol_dmg":"%2b2%20pistol_xdmg","%2b2%20quarterstaff_dmg":"%2b2%20quarterstaff_xdmg","%2b2%20rapier_dmg":"%2b2%20rapier_xdmg","%2b2%20revolver_dmg":"%2b2%20revolver_xdmg","%2b2%20scimitar_dmg":"%2b2%20scimitar_xdmg","%2b2%20shortbow_dmg":"%2b2%20shortbow_xdmg","%2b2%20shortsword_dmg":"%2b2%20shortsword_xdmg","%2b2%20shotgun_dmg":"%2b2%20shotgun_xdmg","%2b2%20sickle_dmg":"%2b2%20sickle_xdmg","%2b2%20sling_dmg":"%2b2%20sling_xdmg","%2b2%20spear_dmg":"%2b2%20spear_xdmg","%2b2%20trident_dmg":"%2b2%20trident_xdmg","%2b2%20war%20pick_dmg":"%2b2%20war%20pick_xdmg","%2b2%20warhammer_dmg":"%2b2%20warhammer_xdmg","%2b2%20whip_dmg":"%2b2%20whip_xdmg","%2b3%20arrow_dmg":"%2b3%20arrow_xdmg","%2b3%20blowgun%20needle_dmg":"%2b3%20needle_xdmg","%2b3%20crossbow%20bolt_dmg":"%2b3%20bolt_xdmg","%2b3%20energy%20cell_dmg":"%2b3%20energy%20cell_xdmg","%2b3%20renaissance%20bullet_dmg":"%2b3%20firearm%20bullet_xdmg","%2b3%20sling%20bullet_dmg":"%2b3%20sling%20bullet_xdmg","%2b3%20breastplate_dmg":"%2b3%20breastplate_xdmg","%2b3%20chain%20mail_dmg":"%2b3%20chain%20mail_xdmg","%2b3%20chain%20shirt_dmg":"%2b3%20chain%20shirt_xdmg","%2b3%20half%20plate%20armor_dmg":"%2b3%20half%20plate%20armor_xdmg","%2b3%20hide%20armor_dmg":"%2b3%20hide%20armor_xdmg","%2b3%20leather%20armor_dmg":"%2b3%20leather%20armor_xdmg","%2b3%20padded%20armor_dmg":"%2b3%20padded%20armor_xdmg","%2b3%20plate%20armor_dmg":"%2b3%20plate%20armor_xdmg","%2b3%20ring%20mail_dmg":"%2b3%20ring%20mail_xdmg","%2b3%20scale%20mail_dmg":"%2b3%20scale%20mail_xdmg","%2b3%20splint%20armor_dmg":"%2b3%20splint%20armor_xdmg","%2b3%20studded%20leather%20armor_dmg":"%2b3%20studded%20leather%20armor_xdmg","%2b3%20shield_dmg":"%2b3%20shield_xdmg","%2b3%20antimatter%20rifle_dmg":"%2b3%20antimatter%20rifle_xdmg","%2b3%20automatic%20pistol_dmg":"%2b3%20semiautomatic%20pistol_xdmg","%2b3%20automatic%20rifle_dmg":"%2b3%20automatic%20rifle_xdmg","%2b3%20battleaxe_dmg":"%2b3%20battleaxe_xdmg","%2b3%20blowgun_dmg":"%2b3%20blowgun_xdmg","%2b3%20club_dmg":"%2b3%20club_xdmg","%2b3%20dagger_dmg":"%2b3%20dagger_xdmg","%2b3%20dart_dmg":"%2b3%20dart_xdmg","%2b3%20flail_dmg":"%2b3%20flail_xdmg","%2b3%20glaive_dmg":"%2b3%20glaive_xdmg","%2b3%20greataxe_dmg":"%2b3%20greataxe_xdmg","%2b3%20greatclub_dmg":"%2b3%20greatclub_xdmg","%2b3%20greatsword_dmg":"%2b3%20greatsword_xdmg","%2b3%20halberd_dmg":"%2b3%20halberd_xdmg","%2b3%20hand%20crossbow_dmg":"%2b3%20hand%20crossbow_xdmg","%2b3%20handaxe_dmg":"%2b3%20handaxe_xdmg","%2b3%20heavy%20crossbow_dmg":"%2b3%20heavy%20crossbow_xdmg","%2b3%20hunting%20rifle_dmg":"%2b3%20hunting%20rifle_xdmg","%2b3%20javelin_dmg":"%2b3%20javelin_xdmg","%2b3%20lance_dmg":"%2b3%20lance_xdmg","%2b3%20laser%20pistol_dmg":"%2b3%20laser%20pistol_xdmg","%2b3%20laser%20rifle_dmg":"%2b3%20laser%20rifle_xdmg","%2b3%20light%20crossbow_dmg":"%2b3%20light%20crossbow_xdmg","%2b3%20light%20hammer_dmg":"%2b3%20light%20hammer_xdmg","%2b3%20longbow_dmg":"%2b3%20longbow_xdmg","%2b3%20longsword_dmg":"%2b3%20longsword_xdmg","%2b3%20mace_dmg":"%2b3%20mace_xdmg","%2b3%20maul_dmg":"%2b3%20maul_xdmg","%2b3%20morningstar_dmg":"%2b3%20morningstar_xdmg","%2b3%20musket_dmg":"%2b3%20musket_xdmg","%2b3%20pike_dmg":"%2b3%20pike_xdmg","%2b3%20pistol_dmg":"%2b3%20pistol_xdmg","%2b3%20quarterstaff_dmg":"%2b3%20quarterstaff_xdmg","%2b3%20rapier_dmg":"%2b3%20rapier_xdmg","%2b3%20revolver_dmg":"%2b3%20revolver_xdmg","%2b3%20scimitar_dmg":"%2b3%20scimitar_xdmg","%2b3%20shortbow_dmg":"%2b3%20shortbow_xdmg","%2b3%20shortsword_dmg":"%2b3%20shortsword_xdmg","%2b3%20shotgun_dmg":"%2b3%20shotgun_xdmg","%2b3%20sickle_dmg":"%2b3%20sickle_xdmg","%2b3%20sling_dmg":"%2b3%20sling_xdmg","%2b3%20spear_dmg":"%2b3%20spear_xdmg","%2b3%20trident_dmg":"%2b3%20trident_xdmg","%2b3%20war%20pick_dmg":"%2b3%20war%20pick_xdmg","%2b3%20warhammer_dmg":"%2b3%20warhammer_xdmg","%2b3%20whip_dmg":"%2b3%20whip_xdmg","adamantine%20breastplate_dmg":"adamantine%20breastplate_xdmg","adamantine%20chain%20mail_dmg":"adamantine%20chain%20mail_xdmg","adamantine%20chain%20shirt_dmg":"adamantine%20chain%20shirt_xdmg","adamantine%20half%20plate%20armor_dmg":"adamantine%20half%20plate%20armor_xdmg","adamantine%20plate%20armor_dmg":"adamantine%20plate%20armor_xdmg","adamantine%20ring%20mail_dmg":"adamantine%20ring%20mail_xdmg","adamantine%20scale%20mail_dmg":"adamantine%20scale%20mail_xdmg","adamantine%20splint%20armor_dmg":"adamantine%20splint%20armor_xdmg","arrow%20of%20slaying_dmg":"arrow%20of%20slaying_xdmg","crossbow%20bolt%20of%20slaying_dmg":"bolt%20of%20slaying_xdmg","berserker%20battleaxe_dmg":"berserker%20battleaxe_xdmg","berserker%20greataxe_dmg":"berserker%20greataxe_xdmg","dancing%20greatsword_dmg":"dancing%20greatsword_xdmg","dancing%20longsword_dmg":"dancing%20longsword_xdmg","dancing%20rapier_dmg":"dancing%20rapier_xdmg","dancing%20scimitar_dmg":"dancing%20scimitar_xdmg","dancing%20shortsword_dmg":"dancing%20shortsword_xdmg","defender%20greatsword_dmg":"defender%20greatsword_xdmg","defender%20longsword_dmg":"defender%20longsword_xdmg","defender%20rapier_dmg":"defender%20rapier_xdmg","defender%20scimitar_dmg":"defender%20scimitar_xdmg","defender%20shortsword_dmg":"defender%20shortsword_xdmg","dragon%20slayer%20greatsword_dmg":"dragon%20slayer%20greatsword_xdmg","dragon%20slayer%20longsword_dmg":"dragon%20slayer%20longsword_xdmg","dragon%20slayer%20rapier_dmg":"dragon%20slayer%20rapier_xdmg","dragon%20slayer%20scimitar_dmg":"dragon%20slayer%20scimitar_xdmg","dragon%20slayer%20shortsword_dmg":"dragon%20slayer%20shortsword_xdmg","flame%20tongue%20greatsword_dmg":"flame%20tongue%20greatsword_xdmg","flame%20tongue%20longsword_dmg":"flame%20tongue%20longsword_xdmg","flame%20tongue%20rapier_dmg":"flame%20tongue%20rapier_xdmg","flame%20tongue%20scimitar_dmg":"flame%20tongue%20scimitar_xdmg","flame%20tongue%20shortsword_dmg":"flame%20tongue%20shortsword_xdmg","frost%20brand%20greatsword_dmg":"frost%20brand%20greatsword_xdmg","frost%20brand%20longsword_dmg":"frost%20brand%20longsword_xdmg","frost%20brand%20rapier_dmg":"frost%20brand%20rapier_xdmg","frost%20brand%20scimitar_dmg":"frost%20brand%20scimitar_xdmg","frost%20brand%20shortsword_dmg":"frost%20brand%20shortsword_xdmg","giant%20slayer%20battleaxe_dmg":"giant%20slayer%20battleaxe_xdmg","giant%20slayer%20greataxe_dmg":"giant%20slayer%20greataxe_xdmg","giant%20slayer%20greatsword_dmg":"giant%20slayer%20greatsword_xdmg","giant%20slayer%20handaxe_dmg":"giant%20slayer%20handaxe_xdmg","giant%20slayer%20longsword_dmg":"giant%20slayer%20longsword_xdmg","giant%20slayer%20rapier_dmg":"giant%20slayer%20rapier_xdmg","giant%20slayer%20scimitar_dmg":"giant%20slayer%20scimitar_xdmg","giant%20slayer%20shortsword_dmg":"giant%20slayer%20shortsword_xdmg","holy%20avenger%20greatsword_dmg":"holy%20avenger%20greatsword_xdmg","holy%20avenger%20longsword_dmg":"holy%20avenger%20longsword_xdmg","holy%20avenger%20rapier_dmg":"holy%20avenger%20rapier_xdmg","holy%20avenger%20scimitar_dmg":"holy%20avenger%20scimitar_xdmg","holy%20avenger%20shortsword_dmg":"holy%20avenger%20shortsword_xdmg","luck%20blade%20greatsword_dmg":"luck%20greatsword_xdmg","luck%20blade%20longsword_dmg":"luck%20longsword_xdmg","luck%20blade%20rapier_dmg":"luck%20rapier_xdmg","luck%20blade%20scimitar_dmg":"luck%20scimitar_xdmg","luck%20blade%20shortsword_dmg":"luck%20shortsword_xdmg","mariner's%20breastplate_dmg":"mariner's%20breastplate_xdmg","mariner's%20chain%20mail_dmg":"mariner's%20chain%20mail_xdmg","mariner's%20chain%20shirt_dmg":"mariner's%20chain%20shirt_xdmg","mariner's%20half%20plate%20armor_dmg":"mariner's%20half%20plate%20armor_xdmg","mariner's%20hide%20armor_dmg":"mariner's%20hide%20armor_xdmg","mariner's%20leather%20armor_dmg":"mariner's%20leather%20armor_xdmg","mariner's%20padded%20armor_dmg":"mariner's%20padded%20armor_xdmg","mariner's%20plate%20armor_dmg":"mariner's%20plate%20armor_xdmg","mariner's%20ring%20mail_dmg":"mariner's%20ring%20mail_xdmg","mariner's%20scale%20mail_dmg":"mariner's%20scale%20mail_xdmg","mariner's%20splint%20armor_dmg":"mariner's%20splint%20armor_xdmg","mariner's%20studded%20leather%20armor_dmg":"mariner's%20studded%20leather%20armor_xdmg","mithral%20breastplate_dmg":"mithral%20breastplate_xdmg","mithral%20chain%20mail_dmg":"mithral%20chain%20mail_xdmg","mithral%20chain%20shirt_dmg":"mithral%20chain%20shirt_xdmg","mithral%20half%20plate%20armor_dmg":"mithral%20half%20plate%20armor_xdmg","mithral%20plate%20armor_dmg":"mithral%20plate%20armor_xdmg","mithral%20ring%20mail_dmg":"mithral%20ring%20mail_xdmg","mithral%20scale%20mail_dmg":"mithral%20scale%20mail_xdmg","mithral%20splint%20armor_dmg":"mithral%20splint%20armor_xdmg","nine%20lives%20stealer%20greatsword_dmg":"nine%20lives%20stealer%20greatsword_xdmg","nine%20lives%20stealer%20longsword_dmg":"nine%20lives%20stealer%20longsword_xdmg","nine%20lives%20stealer%20rapier_dmg":"nine%20lives%20stealer%20rapier_xdmg","nine%20lives%20stealer%20scimitar_dmg":"nine%20lives%20stealer%20scimitar_xdmg","nine%20lives%20stealer%20shortsword_dmg":"nine%20lives%20stealer%20shortsword_xdmg","greatsword%20of%20life%20stealing_dmg":"greatsword%20of%20life%20stealing_xdmg","longsword%20of%20life%20stealing_dmg":"longsword%20of%20life%20stealing_xdmg","rapier%20of%20life%20stealing_dmg":"rapier%20of%20life%20stealing_xdmg","scimitar%20of%20life%20stealing_dmg":"scimitar%20of%20life%20stealing_xdmg","shortsword%20of%20life%20stealing_dmg":"shortsword%20of%20life%20stealing_xdmg","greatsword%20of%20sharpness_dmg":"greatsword%20of%20sharpness_xdmg","longsword%20of%20sharpness_dmg":"longsword%20of%20sharpness_xdmg","scimitar%20of%20sharpness_dmg":"scimitar%20of%20sharpness_xdmg","greatsword%20of%20vengeance_dmg":"greatsword%20of%20vengeance_xdmg","longsword%20of%20vengeance_dmg":"longsword%20of%20vengeance_xdmg","rapier%20of%20vengeance_dmg":"rapier%20of%20vengeance_xdmg","scimitar%20of%20vengeance_dmg":"scimitar%20of%20vengeance_xdmg","shortsword%20of%20vengeance_dmg":"shortsword%20of%20vengeance_xdmg","greatsword%20of%20wounding_dmg":"greatsword%20of%20wounding_xdmg","longsword%20of%20wounding_dmg":"longsword%20of%20wounding_xdmg","rapier%20of%20wounding_dmg":"rapier%20of%20wounding_xdmg","scimitar%20of%20wounding_dmg":"scimitar%20of%20wounding_xdmg","shortsword%20of%20wounding_dmg":"shortsword%20of%20wounding_xdmg","vicious%20antimatter%20rifle_dmg":"vicious%20antimatter%20rifle_xdmg","vicious%20automatic%20pistol_dmg":"vicious%20semiautomatic%20pistol_xdmg","vicious%20automatic%20rifle_dmg":"vicious%20automatic%20rifle_xdmg","vicious%20battleaxe_dmg":"vicious%20battleaxe_xdmg","vicious%20blowgun_dmg":"vicious%20blowgun_xdmg","vicious%20club_dmg":"vicious%20club_xdmg","vicious%20dagger_dmg":"vicious%20dagger_xdmg","vicious%20dart_dmg":"vicious%20dart_xdmg","vicious%20flail_dmg":"vicious%20flail_xdmg","vicious%20glaive_dmg":"vicious%20glaive_xdmg","vicious%20greataxe_dmg":"vicious%20greataxe_xdmg","vicious%20greatclub_dmg":"vicious%20greatclub_xdmg","vicious%20greatsword_dmg":"vicious%20greatsword_xdmg","vicious%20halberd_dmg":"vicious%20halberd_xdmg","vicious%20hand%20crossbow_dmg":"vicious%20hand%20crossbow_xdmg","vicious%20handaxe_dmg":"vicious%20handaxe_xdmg","vicious%20heavy%20crossbow_dmg":"vicious%20heavy%20crossbow_xdmg","vicious%20hunting%20rifle_dmg":"vicious%20hunting%20rifle_xdmg","vicious%20javelin_dmg":"vicious%20javelin_xdmg","vicious%20lance_dmg":"vicious%20lance_xdmg","vicious%20laser%20pistol_dmg":"vicious%20laser%20pistol_xdmg","vicious%20laser%20rifle_dmg":"vicious%20laser%20rifle_xdmg","vicious%20light%20crossbow_dmg":"vicious%20light%20crossbow_xdmg","vicious%20light%20hammer_dmg":"vicious%20light%20hammer_xdmg","vicious%20longbow_dmg":"vicious%20longbow_xdmg","vicious%20longsword_dmg":"vicious%20longsword_xdmg","vicious%20mace_dmg":"vicious%20mace_xdmg","vicious%20maul_dmg":"vicious%20maul_xdmg","vicious%20morningstar_dmg":"vicious%20morningstar_xdmg","vicious%20musket_dmg":"vicious%20musket_xdmg","vicious%20pike_dmg":"vicious%20pike_xdmg","vicious%20pistol_dmg":"vicious%20pistol_xdmg","vicious%20quarterstaff_dmg":"vicious%20quarterstaff_xdmg","vicious%20rapier_dmg":"vicious%20rapier_xdmg","vicious%20revolver_dmg":"vicious%20revolver_xdmg","vicious%20scimitar_dmg":"vicious%20scimitar_xdmg","vicious%20shortbow_dmg":"vicious%20shortbow_xdmg","vicious%20shortsword_dmg":"vicious%20shortsword_xdmg","vicious%20shotgun_dmg":"vicious%20shotgun_xdmg","vicious%20sickle_dmg":"vicious%20sickle_xdmg","vicious%20sling_dmg":"vicious%20sling_xdmg","vicious%20spear_dmg":"vicious%20spear_xdmg","vicious%20trident_dmg":"vicious%20trident_xdmg","vicious%20war%20pick_dmg":"vicious%20war%20pick_xdmg","vicious%20warhammer_dmg":"vicious%20warhammer_xdmg","vicious%20whip_dmg":"vicious%20whip_xdmg","vorpal%20greatsword_dmg":"vorpal%20greatsword_xdmg","vorpal%20longsword_dmg":"vorpal%20longsword_xdmg","vorpal%20scimitar_dmg":"vorpal%20scimitar_xdmg","antimatter%20rifle%20of%20warning_dmg":"antimatter%20rifle%20of%20warning_xdmg","automatic%20pistol%20of%20warning_dmg":"semiautomatic%20pistol%20of%20warning_xdmg","automatic%20rifle%20of%20warning_dmg":"automatic%20rifle%20of%20warning_xdmg","battleaxe%20of%20warning_dmg":"battleaxe%20of%20warning_xdmg","blowgun%20of%20warning_dmg":"blowgun%20of%20warning_xdmg","club%20of%20warning_dmg":"club%20of%20warning_xdmg","dagger%20of%20warning_dmg":"dagger%20of%20warning_xdmg","dart%20of%20warning_dmg":"dart%20of%20warning_xdmg","flail%20of%20warning_dmg":"flail%20of%20warning_xdmg","glaive%20of%20warning_dmg":"glaive%20of%20warning_xdmg","greataxe%20of%20warning_dmg":"greataxe%20of%20warning_xdmg","greatclub%20of%20warning_dmg":"greatclub%20of%20warning_xdmg","greatsword%20of%20warning_dmg":"greatsword%20of%20warning_xdmg","halberd%20of%20warning_dmg":"halberd%20of%20warning_xdmg","hand%20crossbow%20of%20warning_dmg":"hand%20crossbow%20of%20warning_xdmg","handaxe%20of%20warning_dmg":"handaxe%20of%20warning_xdmg","heavy%20crossbow%20of%20warning_dmg":"heavy%20crossbow%20of%20warning_xdmg","hunting%20rifle%20of%20warning_dmg":"hunting%20rifle%20of%20warning_xdmg","javelin%20of%20warning_dmg":"javelin%20of%20warning_xdmg","lance%20of%20warning_dmg":"lance%20of%20warning_xdmg","laser%20pistol%20of%20warning_dmg":"laser%20pistol%20of%20warning_xdmg","laser%20rifle%20of%20warning_dmg":"laser%20rifle%20of%20warning_xdmg","light%20crossbow%20of%20warning_dmg":"light%20crossbow%20of%20warning_xdmg","light%20hammer%20of%20warning_dmg":"light%20hammer%20of%20warning_xdmg","longbow%20of%20warning_dmg":"longbow%20of%20warning_xdmg","longsword%20of%20warning_dmg":"longsword%20of%20warning_xdmg","mace%20of%20warning_dmg":"mace%20of%20warning_xdmg","maul%20of%20warning_dmg":"maul%20of%20warning_xdmg","morningstar%20of%20warning_dmg":"morningstar%20of%20warning_xdmg","musket%20of%20warning_dmg":"musket%20of%20warning_xdmg","pike%20of%20warning_dmg":"pike%20of%20warning_xdmg","pistol%20of%20warning_dmg":"pistol%20of%20warning_xdmg","quarterstaff%20of%20warning_dmg":"quarterstaff%20of%20warning_xdmg","rapier%20of%20warning_dmg":"rapier%20of%20warning_xdmg","revolver%20of%20warning_dmg":"revolver%20of%20warning_xdmg","scimitar%20of%20warning_dmg":"scimitar%20of%20warning_xdmg","shortbow%20of%20warning_dmg":"shortbow%20of%20warning_xdmg","shortsword%20of%20warning_dmg":"shortsword%20of%20warning_xdmg","shotgun%20of%20warning_dmg":"shotgun%20of%20warning_xdmg","sickle%20of%20warning_dmg":"sickle%20of%20warning_xdmg","sling%20of%20warning_dmg":"sling%20of%20warning_xdmg","spear%20of%20warning_dmg":"spear%20of%20warning_xdmg","trident%20of%20warning_dmg":"trident%20of%20warning_xdmg","war%20pick%20of%20warning_dmg":"war%20pick%20of%20warning_xdmg","warhammer%20of%20warning_dmg":"warhammer%20of%20warning_xdmg","whip%20of%20warning_dmg":"whip%20of%20warning_xdmg","breastplate%20of%20acid%20resistance_dmg":"breastplate%20of%20acid%20resistance_xdmg","chain%20mail%20of%20acid%20resistance_dmg":"chain%20mail%20of%20acid%20resistance_xdmg","chain%20shirt%20of%20acid%20resistance_dmg":"chain%20shirt%20of%20acid%20resistance_xdmg","half%20plate%20armor%20of%20acid%20resistance_dmg":"half%20plate%20armor%20of%20acid%20resistance_xdmg","hide%20armor%20of%20acid%20resistance_dmg":"hide%20armor%20of%20acid%20resistance_xdmg","leather%20armor%20of%20acid%20resistance_dmg":"leather%20armor%20of%20acid%20resistance_xdmg","padded%20armor%20of%20acid%20resistance_dmg":"padded%20armor%20of%20acid%20resistance_xdmg","plate%20armor%20of%20acid%20resistance_dmg":"plate%20armor%20of%20acid%20resistance_xdmg","ring%20mail%20of%20acid%20resistance_dmg":"ring%20mail%20of%20acid%20resistance_xdmg","scale%20mail%20of%20acid%20resistance_dmg":"scale%20mail%20of%20acid%20resistance_xdmg","splint%20armor%20of%20acid%20resistance_dmg":"splint%20armor%20of%20acid%20resistance_xdmg","studded%20leather%20armor%20of%20acid%20resistance_dmg":"studded%20leather%20armor%20of%20acid%20resistance_xdmg","breastplate%20of%20cold%20resistance_dmg":"breastplate%20of%20cold%20resistance_xdmg","chain%20mail%20of%20cold%20resistance_dmg":"chain%20mail%20of%20cold%20resistance_xdmg","chain%20shirt%20of%20cold%20resistance_dmg":"chain%20shirt%20of%20cold%20resistance_xdmg","half%20plate%20armor%20of%20cold%20resistance_dmg":"half%20plate%20armor%20of%20cold%20resistance_xdmg","hide%20armor%20of%20cold%20resistance_dmg":"hide%20armor%20of%20cold%20resistance_xdmg","leather%20armor%20of%20cold%20resistance_dmg":"leather%20armor%20of%20cold%20resistance_xdmg","padded%20armor%20of%20cold%20resistance_dmg":"padded%20armor%20of%20cold%20resistance_xdmg","plate%20armor%20of%20cold%20resistance_dmg":"plate%20armor%20of%20cold%20resistance_xdmg","ring%20mail%20of%20cold%20resistance_dmg":"ring%20mail%20of%20cold%20resistance_xdmg","scale%20mail%20of%20cold%20resistance_dmg":"scale%20mail%20of%20cold%20resistance_xdmg","splint%20armor%20of%20cold%20resistance_dmg":"splint%20armor%20of%20cold%20resistance_xdmg","studded%20leather%20armor%20of%20cold%20resistance_dmg":"studded%20leather%20armor%20of%20cold%20resistance_xdmg","breastplate%20of%20fire%20resistance_dmg":"breastplate%20of%20fire%20resistance_xdmg","chain%20mail%20of%20fire%20resistance_dmg":"chain%20mail%20of%20fire%20resistance_xdmg","chain%20shirt%20of%20fire%20resistance_dmg":"chain%20shirt%20of%20fire%20resistance_xdmg","half%20plate%20armor%20of%20fire%20resistance_dmg":"half%20plate%20armor%20of%20fire%20resistance_xdmg","hide%20armor%20of%20fire%20resistance_dmg":"hide%20armor%20of%20fire%20resistance_xdmg","leather%20armor%20of%20fire%20resistance_dmg":"leather%20armor%20of%20fire%20resistance_xdmg","padded%20armor%20of%20fire%20resistance_dmg":"padded%20armor%20of%20fire%20resistance_xdmg","plate%20armor%20of%20fire%20resistance_dmg":"plate%20armor%20of%20fire%20resistance_xdmg","ring%20mail%20of%20fire%20resistance_dmg":"ring%20mail%20of%20fire%20resistance_xdmg","scale%20mail%20of%20fire%20resistance_dmg":"scale%20mail%20of%20fire%20resistance_xdmg","splint%20armor%20of%20fire%20resistance_dmg":"splint%20armor%20of%20fire%20resistance_xdmg","studded%20leather%20armor%20of%20fire%20resistance_dmg":"studded%20leather%20armor%20of%20fire%20resistance_xdmg","breastplate%20of%20force%20resistance_dmg":"breastplate%20of%20force%20resistance_xdmg","chain%20mail%20of%20force%20resistance_dmg":"chain%20mail%20of%20force%20resistance_xdmg","chain%20shirt%20of%20force%20resistance_dmg":"chain%20shirt%20of%20force%20resistance_xdmg","half%20plate%20armor%20of%20force%20resistance_dmg":"half%20plate%20armor%20of%20force%20resistance_xdmg","hide%20armor%20of%20force%20resistance_dmg":"hide%20armor%20of%20force%20resistance_xdmg","leather%20armor%20of%20force%20resistance_dmg":"leather%20armor%20of%20force%20resistance_xdmg","padded%20armor%20of%20force%20resistance_dmg":"padded%20armor%20of%20force%20resistance_xdmg","plate%20armor%20of%20force%20resistance_dmg":"plate%20armor%20of%20force%20resistance_xdmg","ring%20mail%20of%20force%20resistance_dmg":"ring%20mail%20of%20force%20resistance_xdmg","scale%20mail%20of%20force%20resistance_dmg":"scale%20mail%20of%20force%20resistance_xdmg","splint%20armor%20of%20force%20resistance_dmg":"splint%20armor%20of%20force%20resistance_xdmg","studded%20leather%20armor%20of%20force%20resistance_dmg":"studded%20leather%20armor%20of%20force%20resistance_xdmg","breastplate%20of%20lightning%20resistance_dmg":"breastplate%20of%20lightning%20resistance_xdmg","chain%20mail%20of%20lightning%20resistance_dmg":"chain%20mail%20of%20lightning%20resistance_xdmg","chain%20shirt%20of%20lightning%20resistance_dmg":"chain%20shirt%20of%20lightning%20resistance_xdmg","half%20plate%20armor%20of%20lightning%20resistance_dmg":"half%20plate%20armor%20of%20lightning%20resistance_xdmg","hide%20armor%20of%20lightning%20resistance_dmg":"hide%20armor%20of%20lightning%20resistance_xdmg","leather%20armor%20of%20lightning%20resistance_dmg":"leather%20armor%20of%20lightning%20resistance_xdmg","padded%20armor%20of%20lightning%20resistance_dmg":"padded%20armor%20of%20lightning%20resistance_xdmg","plate%20armor%20of%20lightning%20resistance_dmg":"plate%20armor%20of%20lightning%20resistance_xdmg","ring%20mail%20of%20lightning%20resistance_dmg":"ring%20mail%20of%20lightning%20resistance_xdmg","scale%20mail%20of%20lightning%20resistance_dmg":"scale%20mail%20of%20lightning%20resistance_xdmg","splint%20armor%20of%20lightning%20resistance_dmg":"splint%20armor%20of%20lightning%20resistance_xdmg","studded%20leather%20armor%20of%20lightning%20resistance_dmg":"studded%20leather%20armor%20of%20lightning%20resistance_xdmg","breastplate%20of%20necrotic%20resistance_dmg":"breastplate%20of%20necrotic%20resistance_xdmg","chain%20mail%20of%20necrotic%20resistance_dmg":"chain%20mail%20of%20necrotic%20resistance_xdmg","chain%20shirt%20of%20necrotic%20resistance_dmg":"chain%20shirt%20of%20necrotic%20resistance_xdmg","half%20plate%20armor%20of%20necrotic%20resistance_dmg":"half%20plate%20armor%20of%20necrotic%20resistance_xdmg","hide%20armor%20of%20necrotic%20resistance_dmg":"hide%20armor%20of%20necrotic%20resistance_xdmg","leather%20armor%20of%20necrotic%20resistance_dmg":"leather%20armor%20of%20necrotic%20resistance_xdmg","padded%20armor%20of%20necrotic%20resistance_dmg":"padded%20armor%20of%20necrotic%20resistance_xdmg","plate%20armor%20of%20necrotic%20resistance_dmg":"plate%20armor%20of%20necrotic%20resistance_xdmg","ring%20mail%20of%20necrotic%20resistance_dmg":"ring%20mail%20of%20necrotic%20resistance_xdmg","scale%20mail%20of%20necrotic%20resistance_dmg":"scale%20mail%20of%20necrotic%20resistance_xdmg","splint%20armor%20of%20necrotic%20resistance_dmg":"splint%20armor%20of%20necrotic%20resistance_xdmg","studded%20leather%20armor%20of%20necrotic%20resistance_dmg":"studded%20leather%20armor%20of%20necrotic%20resistance_xdmg","breastplate%20of%20poison%20resistance_dmg":"breastplate%20of%20poison%20resistance_xdmg","chain%20mail%20of%20poison%20resistance_dmg":"chain%20mail%20of%20poison%20resistance_xdmg","chain%20shirt%20of%20poison%20resistance_dmg":"chain%20shirt%20of%20poison%20resistance_xdmg","half%20plate%20armor%20of%20poison%20resistance_dmg":"half%20plate%20armor%20of%20poison%20resistance_xdmg","hide%20armor%20of%20poison%20resistance_dmg":"hide%20armor%20of%20poison%20resistance_xdmg","leather%20armor%20of%20poison%20resistance_dmg":"leather%20armor%20of%20poison%20resistance_xdmg","padded%20armor%20of%20poison%20resistance_dmg":"padded%20armor%20of%20poison%20resistance_xdmg","plate%20armor%20of%20poison%20resistance_dmg":"plate%20armor%20of%20poison%20resistance_xdmg","ring%20mail%20of%20poison%20resistance_dmg":"ring%20mail%20of%20poison%20resistance_xdmg","scale%20mail%20of%20poison%20resistance_dmg":"scale%20mail%20of%20poison%20resistance_xdmg","splint%20armor%20of%20poison%20resistance_dmg":"splint%20armor%20of%20poison%20resistance_xdmg","studded%20leather%20armor%20of%20poison%20resistance_dmg":"studded%20leather%20armor%20of%20poison%20resistance_xdmg","breastplate%20of%20psychic%20resistance_dmg":"breastplate%20of%20psychic%20resistance_xdmg","chain%20mail%20of%20psychic%20resistance_dmg":"chain%20mail%20of%20psychic%20resistance_xdmg","chain%20shirt%20of%20psychic%20resistance_dmg":"chain%20shirt%20of%20psychic%20resistance_xdmg","half%20plate%20armor%20of%20psychic%20resistance_dmg":"half%20plate%20armor%20of%20psychic%20resistance_xdmg","hide%20armor%20of%20psychic%20resistance_dmg":"hide%20armor%20of%20psychic%20resistance_xdmg","leather%20armor%20of%20psychic%20resistance_dmg":"leather%20armor%20of%20psychic%20resistance_xdmg","padded%20armor%20of%20psychic%20resistance_dmg":"padded%20armor%20of%20psychic%20resistance_xdmg","plate%20armor%20of%20psychic%20resistance_dmg":"plate%20armor%20of%20psychic%20resistance_xdmg","ring%20mail%20of%20psychic%20resistance_dmg":"ring%20mail%20of%20psychic%20resistance_xdmg","scale%20mail%20of%20psychic%20resistance_dmg":"scale%20mail%20of%20psychic%20resistance_xdmg","splint%20armor%20of%20psychic%20resistance_dmg":"splint%20armor%20of%20psychic%20resistance_xdmg","studded%20leather%20armor%20of%20psychic%20resistance_dmg":"studded%20leather%20armor%20of%20psychic%20resistance_xdmg","breastplate%20of%20radiant%20resistance_dmg":"breastplate%20of%20radiant%20resistance_xdmg","chain%20mail%20of%20radiant%20resistance_dmg":"chain%20mail%20of%20radiant%20resistance_xdmg","chain%20shirt%20of%20radiant%20resistance_dmg":"chain%20shirt%20of%20radiant%20resistance_xdmg","half%20plate%20armor%20of%20radiant%20resistance_dmg":"half%20plate%20armor%20of%20radiant%20resistance_xdmg","hide%20armor%20of%20radiant%20resistance_dmg":"hide%20armor%20of%20radiant%20resistance_xdmg","leather%20armor%20of%20radiant%20resistance_dmg":"leather%20armor%20of%20radiant%20resistance_xdmg","padded%20armor%20of%20radiant%20resistance_dmg":"padded%20armor%20of%20radiant%20resistance_xdmg","plate%20armor%20of%20radiant%20resistance_dmg":"plate%20armor%20of%20radiant%20resistance_xdmg","ring%20mail%20of%20radiant%20resistance_dmg":"ring%20mail%20of%20radiant%20resistance_xdmg","scale%20mail%20of%20radiant%20resistance_dmg":"scale%20mail%20of%20radiant%20resistance_xdmg","splint%20armor%20of%20radiant%20resistance_dmg":"splint%20armor%20of%20radiant%20resistance_xdmg","studded%20leather%20armor%20of%20radiant%20resistance_dmg":"studded%20leather%20armor%20of%20radiant%20resistance_xdmg","breastplate%20of%20thunder%20resistance_dmg":"breastplate%20of%20thunder%20resistance_xdmg","chain%20mail%20of%20thunder%20resistance_dmg":"chain%20mail%20of%20thunder%20resistance_xdmg","chain%20shirt%20of%20thunder%20resistance_dmg":"chain%20shirt%20of%20thunder%20resistance_xdmg","half%20plate%20armor%20of%20thunder%20resistance_dmg":"half%20plate%20armor%20of%20thunder%20resistance_xdmg","hide%20armor%20of%20thunder%20resistance_dmg":"hide%20armor%20of%20thunder%20resistance_xdmg","leather%20armor%20of%20thunder%20resistance_dmg":"leather%20armor%20of%20thunder%20resistance_xdmg","padded%20armor%20of%20thunder%20resistance_dmg":"padded%20armor%20of%20thunder%20resistance_xdmg","plate%20armor%20of%20thunder%20resistance_dmg":"plate%20armor%20of%20thunder%20resistance_xdmg","ring%20mail%20of%20thunder%20resistance_dmg":"ring%20mail%20of%20thunder%20resistance_xdmg","scale%20mail%20of%20thunder%20resistance_dmg":"scale%20mail%20of%20thunder%20resistance_xdmg","splint%20armor%20of%20thunder%20resistance_dmg":"splint%20armor%20of%20thunder%20resistance_xdmg","studded%20leather%20armor%20of%20thunder%20resistance_dmg":"studded%20leather%20armor%20of%20thunder%20resistance_xdmg"},"itemProperty":{"2h_phb":"2h_xphb","a_phb":"a_xphb","f_phb":"f_xphb","h_phb":"h_xphb","l_phb":"l_xphb","ld_phb":"ld_xphb","r_phb":"r_xphb","t_phb":"t_xphb","v_phb":"v_xphb"},"languages.html":{"abyssal_phb":"abyssal_xphb","celestial_phb":"celestial_xphb","common_phb":"common_xphb","deep%20speech_phb":"deep%20speech_xphb","draconic_phb":"draconic_xphb","druidic_phb":"druidic_xphb","dwarvish_phb":"dwarvish_xphb","elvish_phb":"elvish_xphb","giant_phb":"giant_xphb","gnomish_phb":"gnomish_xphb","goblin_phb":"goblin_xphb","halfling_phb":"halfling_xphb","infernal_phb":"infernal_xphb","orc_phb":"orc_xphb","primordial_phb":"primordial_xphb","sylvan_phb":"sylvan_xphb","thieves'%20cant_phb":"thieves'%20cant_xphb","undercommon_phb":"undercommon_xphb"},"objects.html":{"ballista_dmg":"ballista_xdmg","cannon_dmg":"cannon_xdmg","mangonel_dmg":"mangonel_xdmg","ram_dmg":"ram_xdmg","siege%20tower_dmg":"siege%20tower_xdmg","suspended%20cauldron_dmg":"suspended%20cauldron_xdmg","trebuchet_dmg":"trebuchet_xdmg"},"optionalfeatures.html":{"agonizing%20blast_phb":"agonizing%20blast_xphb","archery_phb":{"hash":"archery_xphb","page":"feats.html"},"armor%20of%20shadows_phb":"armor%20of%20shadows_xphb","ascendant%20step_phb":"ascendant%20step_xphb","careful%20spell_phb":"careful%20spell_xphb","commander's%20strike_phb":"commander's%20strike_xphb","defense_phb":{"hash":"defense_xphb","page":"feats.html"},"devil's%20sight_phb":"devil's%20sight_xphb","disarming%20attack_phb":"disarming%20attack_xphb","distant%20spell_phb":"distant%20spell_xphb","distracting%20strike_phb":"distracting%20strike_xphb","dueling_phb":{"hash":"dueling_xphb","page":"feats.html"},"eldritch%20spear_phb":"eldritch%20spear_xphb","empowered%20spell_phb":"empowered%20spell_xphb","evasive%20footwork_phb":"evasive%20footwork_xphb","extended%20spell_phb":"extended%20spell_xphb","feinting%20attack_phb":"feinting%20attack_xphb","fiendish%20vigor_phb":"fiendish%20vigor_xphb","gaze%20of%20two%20minds_phb":"gaze%20of%20two%20minds_xphb","goading%20attack_phb":"goading%20attack_xphb","great%20weapon%20fighting_phb":{"hash":"great%20weapon%20fighting_xphb","page":"feats.html"},"heightened%20spell_phb":"heightened%20spell_xphb","lifedrinker_phb":"lifedrinker_xphb","lunging%20attack_phb":"lunging%20attack_xphb","maneuvering%20attack_phb":"maneuvering%20attack_xphb","mask%20of%20many%20faces_phb":"mask%20of%20many%20faces_xphb","master%20of%20myriad%20forms_phb":"master%20of%20myriad%20forms_xphb","menacing%20attack_phb":"menacing%20attack_xphb","misty%20visions_phb":"misty%20visions_xphb","one%20with%20shadows_phb":"one%20with%20shadows_xphb","otherworldly%20leap_phb":"otherworldly%20leap_xphb","pact%20of%20the%20blade_phb":"pact%20of%20the%20blade_xphb","pact%20of%20the%20chain_phb":"pact%20of%20the%20chain_xphb","pact%20of%20the%20tome_phb":"pact%20of%20the%20tome_xphb","parry_phb":"parry_xphb","precision%20attack_phb":"precision%20attack_xphb","protection_phb":{"hash":"protection_xphb","page":"feats.html"},"pushing%20attack_phb":"pushing%20attack_xphb","quickened%20spell_phb":"quickened%20spell_xphb","rally_phb":"rally_xphb","repelling%20blast_phb":"repelling%20blast_xphb","riposte_phb":"riposte_xphb","subtle%20spell_phb":"subtle%20spell_xphb","sweeping%20attack_phb":"sweeping%20attack_xphb","thirsting%20blade_phb":"thirsting%20blade_xphb","trip%20attack_phb":"trip%20attack_xphb","twinned%20spell_phb":"twinned%20spell_xphb","two-weapon%20fighting_phb":{"hash":"two-weapon%20fighting_xphb","page":"feats.html"},"visions%20of%20distant%20realms_phb":"visions%20of%20distant%20realms_xphb","whispers%20of%20the%20grave_phb":"whispers%20of%20the%20grave_xphb","witch%20sight_phb":"witch%20sight_xphb"},"races.html":{"dragonborn_phb":"dragonborn_xphb","dwarf_phb":"dwarf_xphb","elf_phb":"elf_xphb","gnome_phb":"gnome_xphb","halfling_phb":"halfling_xphb","human_phb":"human_xphb","tiefling_phb":"tiefling_xphb"},"rewards.html":{"blessing%20of%20health_dmg":"blessing%20of%20health_xdmg","blessing%20of%20magic%20resistance_dmg":"blessing%20of%20magic%20resistance_xdmg","blessing%20of%20protection_dmg":"blessing%20of%20protection_xdmg","blessing%20of%20understanding_dmg":"blessing%20of%20understanding_xdmg","blessing%20of%20valhalla_dmg":"blessing%20of%20valhalla_xdmg","blessing%20of%20weapon%20enhancement_dmg":"blessing%20of%20weapon%20enhancement_xdmg","blessing%20of%20wound%20closure_dmg":"blessing%20of%20wound%20closure_xdmg","boon%20of%20combat%20prowess_dmg":{"hash":"boon%20of%20combat%20prowess_xphb","page":"feats.html"},"boon%20of%20dimensional%20travel_dmg":{"hash":"boon%20of%20dimensional%20travel_xphb","page":"feats.html"},"boon%20of%20fate_dmg":{"hash":"boon%20of%20fate_xphb","page":"feats.html"},"boon%20of%20fortitude_dmg":{"hash":"boon%20of%20fortitude_xphb","page":"feats.html"},"boon%20of%20irresistible%20offense_dmg":{"hash":"boon%20of%20irresistible%20offense_xphb","page":"feats.html"},"boon%20of%20recovery_dmg":{"hash":"boon%20of%20recovery_xphb","page":"feats.html"},"boon%20of%20skill%20proficiency_dmg":{"hash":"boon%20of%20skill_xphb","page":"feats.html"},"boon%20of%20speed_dmg":{"hash":"boon%20of%20speed_xphb","page":"feats.html"},"boon%20of%20spell%20recall_dmg":{"hash":"boon%20of%20spell%20recall_xphb","page":"feats.html"},"boon%20of%20the%20night%20spirit_dmg":{"hash":"boon%20of%20the%20night%20spirit_xphb","page":"feats.html"},"boon%20of%20truesight_dmg":{"hash":"boon%20of%20truesight_xphb","page":"feats.html"},"charm%20of%20animal%20conjuring_dmg":"charm%20of%20animal%20conjuring_xdmg","charm%20of%20darkvision_dmg":"charm%20of%20darkvision_xdmg","charm%20of%20feather%20falling_dmg":"charm%20of%20feather%20falling_xdmg","charm%20of%20heroism_dmg":"charm%20of%20heroism_xdmg","charm%20of%20restoration_dmg":"charm%20of%20restoration_xdmg","charm%20of%20the%20slayer_dmg":"charm%20of%20the%20slayer_xdmg","charm%20of%20vitality_dmg":"charm%20of%20vitality_xdmg"},"sense":{"blindsight_phb":"blindsight_xphb","darkvision_phb":"darkvision_xphb","truesight_phb":"truesight_xphb"},"skill":{"acrobatics_phb":"acrobatics_xphb","animal%20handling_phb":"animal%20handling_xphb","arcana_phb":"arcana_xphb","athletics_phb":"athletics_xphb","deception_phb":"deception_xphb","history_phb":"history_xphb","insight_phb":"insight_xphb","intimidation_phb":"intimidation_xphb","investigation_phb":"investigation_xphb","medicine_phb":"medicine_xphb","nature_phb":"nature_xphb","perception_phb":"perception_xphb","performance_phb":"performance_xphb","persuasion_phb":"persuasion_xphb","religion_phb":"religion_xphb","sleight%20of%20hand_phb":"sleight%20of%20hand_xphb","stealth_phb":"stealth_xphb","survival_phb":"survival_xphb"},"spells.html":{"acid%20splash_phb":"acid%20splash_xphb","aid_phb":"aid_xphb","alarm_phb":"alarm_xphb","alter%20self_phb":"alter%20self_xphb","animal%20friendship_phb":"animal%20friendship_xphb","animal%20messenger_phb":"animal%20messenger_xphb","animal%20shapes_phb":"animal%20shapes_xphb","animate%20dead_phb":"animate%20dead_xphb","animate%20objects_phb":"animate%20objects_xphb","antilife%20shell_phb":"antilife%20shell_xphb","antimagic%20field_phb":"antimagic%20field_xphb","antipathy%2fsympathy_phb":"antipathy%2fsympathy_xphb","arcane%20eye_phb":"arcane%20eye_xphb","arcane%20gate_phb":"arcane%20gate_xphb","arcane%20lock_phb":"arcane%20lock_xphb","armor%20of%20agathys_phb":"armor%20of%20agathys_xphb","arms%20of%20hadar_phb":"arms%20of%20hadar_xphb","astral%20projection_phb":"astral%20projection_xphb","augury_phb":"augury_xphb","aura%20of%20life_phb":"aura%20of%20life_xphb","aura%20of%20purity_phb":"aura%20of%20purity_xphb","aura%20of%20vitality_phb":"aura%20of%20vitality_xphb","awaken_phb":"awaken_xphb","bane_phb":"bane_xphb","banishing%20smite_phb":"banishing%20smite_xphb","banishment_phb":"banishment_xphb","barkskin_phb":"barkskin_xphb","beacon%20of%20hope_phb":"beacon%20of%20hope_xphb","beast%20sense_phb":"beast%20sense_xphb","bestow%20curse_phb":"bestow%20curse_xphb","bigby's%20hand_phb":"bigby's%20hand_xphb","blade%20barrier_phb":"blade%20barrier_xphb","blade%20ward_phb":"blade%20ward_xphb","bless_phb":"bless_xphb","blight_phb":"blight_xphb","blinding%20smite_phb":"blinding%20smite_xphb","blindness%2fdeafness_phb":"blindness%2fdeafness_xphb","blink_phb":"blink_xphb","blur_phb":"blur_xphb","branding%20smite_phb":"shining%20smite_xphb","burning%20hands_phb":"burning%20hands_xphb","call%20lightning_phb":"call%20lightning_xphb","calm%20emotions_phb":"calm%20emotions_xphb","chain%20lightning_phb":"chain%20lightning_xphb","charm%20person_phb":"charm%20person_xphb","chill%20touch_phb":"chill%20touch_xphb","chromatic%20orb_phb":"chromatic%20orb_xphb","circle%20of%20death_phb":"circle%20of%20death_xphb","circle%20of%20power_phb":"circle%20of%20power_xphb","clairvoyance_phb":"clairvoyance_xphb","clone_phb":"clone_xphb","cloud%20of%20daggers_phb":"cloud%20of%20daggers_xphb","cloudkill_phb":"cloudkill_xphb","color%20spray_phb":"color%20spray_xphb","command_phb":"command_xphb","commune_phb":"commune_xphb","commune%20with%20nature_phb":"commune%20with%20nature_xphb","compelled%20duel_phb":"compelled%20duel_xphb","comprehend%20languages_phb":"comprehend%20languages_xphb","compulsion_phb":"compulsion_xphb","cone%20of%20cold_phb":"cone%20of%20cold_xphb","confusion_phb":"confusion_xphb","conjure%20animals_phb":"conjure%20animals_xphb","conjure%20barrage_phb":"conjure%20barrage_xphb","conjure%20celestial_phb":"conjure%20celestial_xphb","conjure%20elemental_phb":"conjure%20elemental_xphb","conjure%20fey_phb":"conjure%20fey_xphb","conjure%20minor%20elementals_phb":"conjure%20minor%20elementals_xphb","conjure%20volley_phb":"conjure%20volley_xphb","conjure%20woodland%20beings_phb":"conjure%20woodland%20beings_xphb","contact%20other%20plane_phb":"contact%20other%20plane_xphb","contagion_phb":"contagion_xphb","contingency_phb":"contingency_xphb","continual%20flame_phb":"continual%20flame_xphb","control%20water_phb":"control%20water_xphb","control%20weather_phb":"control%20weather_xphb","cordon%20of%20arrows_phb":"cordon%20of%20arrows_xphb","counterspell_phb":"counterspell_xphb","create%20food%20and%20water_phb":"create%20food%20and%20water_xphb","create%20or%20destroy%20water_phb":"create%20or%20destroy%20water_xphb","create%20undead_phb":"create%20undead_xphb","creation_phb":"creation_xphb","crown%20of%20madness_phb":"crown%20of%20madness_xphb","crusader's%20mantle_phb":"crusader's%20mantle_xphb","cure%20wounds_phb":"cure%20wounds_xphb","dancing%20lights_phb":"dancing%20lights_xphb","darkness_phb":"darkness_xphb","darkvision_phb":"darkvision_xphb","daylight_phb":"daylight_xphb","death%20ward_phb":"death%20ward_xphb","delayed%20blast%20fireball_phb":"delayed%20blast%20fireball_xphb","demiplane_phb":"demiplane_xphb","destructive%20wave_phb":"destructive%20wave_xphb","detect%20evil%20and%20good_phb":"detect%20evil%20and%20good_xphb","detect%20magic_phb":"detect%20magic_xphb","detect%20poison%20and%20disease_phb":"detect%20poison%20and%20disease_xphb","detect%20thoughts_phb":"detect%20thoughts_xphb","dimension%20door_phb":"dimension%20door_xphb","disguise%20self_phb":"disguise%20self_xphb","disintegrate_phb":"disintegrate_xphb","dispel%20evil%20and%20good_phb":"dispel%20evil%20and%20good_xphb","dispel%20magic_phb":"dispel%20magic_xphb","dissonant%20whispers_phb":"dissonant%20whispers_xphb","divination_phb":"divination_xphb","divine%20favor_phb":"divine%20favor_xphb","divine%20word_phb":"divine%20word_xphb","dominate%20beast_phb":"dominate%20beast_xphb","dominate%20monster_phb":"dominate%20monster_xphb","dominate%20person_phb":"dominate%20person_xphb","drawmij's%20instant%20summons_phb":"drawmij's%20instant%20summons_xphb","dream_phb":"dream_xphb","druidcraft_phb":"druidcraft_xphb","earthquake_phb":"earthquake_xphb","eldritch%20blast_phb":"eldritch%20blast_xphb","elemental%20weapon_phb":"elemental%20weapon_xphb","enhance%20ability_phb":"enhance%20ability_xphb","enlarge%2freduce_phb":"enlarge%2freduce_xphb","ensnaring%20strike_phb":"ensnaring%20strike_xphb","entangle_phb":"entangle_xphb","enthrall_phb":"enthrall_xphb","etherealness_phb":"etherealness_xphb","evard's%20black%20tentacles_phb":"evard's%20black%20tentacles_xphb","expeditious%20retreat_phb":"expeditious%20retreat_xphb","eyebite_phb":"eyebite_xphb","fabricate_phb":"fabricate_xphb","faerie%20fire_phb":"faerie%20fire_xphb","false%20life_phb":"false%20life_xphb","fear_phb":"fear_xphb","feather%20fall_phb":"feather%20fall_xphb","feeblemind_phb":"befuddlement_xphb","feign%20death_phb":"feign%20death_xphb","find%20familiar_phb":"find%20familiar_xphb","find%20steed_phb":"find%20steed_xphb","find%20the%20path_phb":"find%20the%20path_xphb","find%20traps_phb":"find%20traps_xphb","finger%20of%20death_phb":"finger%20of%20death_xphb","fire%20bolt_phb":"fire%20bolt_xphb","fire%20shield_phb":"fire%20shield_xphb","fire%20storm_phb":"fire%20storm_xphb","fireball_phb":"fireball_xphb","flame%20blade_phb":"flame%20blade_xphb","flame%20strike_phb":"flame%20strike_xphb","flaming%20sphere_phb":"flaming%20sphere_xphb","flesh%20to%20stone_phb":"flesh%20to%20stone_xphb","fly_phb":"fly_xphb","fog%20cloud_phb":"fog%20cloud_xphb","forbiddance_phb":"forbiddance_xphb","forcecage_phb":"forcecage_xphb","foresight_phb":"foresight_xphb","freedom%20of%20movement_phb":"freedom%20of%20movement_xphb","friends_phb":"friends_xphb","gaseous%20form_phb":"gaseous%20form_xphb","gate_phb":"gate_xphb","geas_phb":"geas_xphb","gentle%20repose_phb":"gentle%20repose_xphb","giant%20insect_phb":"giant%20insect_xphb","glibness_phb":"glibness_xphb","globe%20of%20invulnerability_phb":"globe%20of%20invulnerability_xphb","glyph%20of%20warding_phb":"glyph%20of%20warding_xphb","goodberry_phb":"goodberry_xphb","grasping%20vine_phb":"grasping%20vine_xphb","grease_phb":"grease_xphb","greater%20invisibility_phb":"greater%20invisibility_xphb","greater%20restoration_phb":"greater%20restoration_xphb","guardian%20of%20faith_phb":"guardian%20of%20faith_xphb","guards%20and%20wards_phb":"guards%20and%20wards_xphb","guidance_phb":"guidance_xphb","guiding%20bolt_phb":"guiding%20bolt_xphb","gust%20of%20wind_phb":"gust%20of%20wind_xphb","hail%20of%20thorns_phb":"hail%20of%20thorns_xphb","hallow_phb":"hallow_xphb","hallucinatory%20terrain_phb":"hallucinatory%20terrain_xphb","harm_phb":"harm_xphb","haste_phb":"haste_xphb","heal_phb":"heal_xphb","healing%20word_phb":"healing%20word_xphb","heat%20metal_phb":"heat%20metal_xphb","hellish%20rebuke_phb":"hellish%20rebuke_xphb","heroes'%20feast_phb":"heroes'%20feast_xphb","heroism_phb":"heroism_xphb","hex_phb":"hex_xphb","hold%20monster_phb":"hold%20monster_xphb","hold%20person_phb":"hold%20person_xphb","holy%20aura_phb":"holy%20aura_xphb","hunger%20of%20hadar_phb":"hunger%20of%20hadar_xphb","hunter's%20mark_phb":"hunter's%20mark_xphb","hypnotic%20pattern_phb":"hypnotic%20pattern_xphb","ice%20storm_phb":"ice%20storm_xphb","identify_phb":"identify_xphb","illusory%20script_phb":"illusory%20script_xphb","imprisonment_phb":"imprisonment_xphb","incendiary%20cloud_phb":"incendiary%20cloud_xphb","inflict%20wounds_phb":"inflict%20wounds_xphb","insect%20plague_phb":"insect%20plague_xphb","invisibility_phb":"invisibility_xphb","jump_phb":"jump_xphb","knock_phb":"knock_xphb","legend%20lore_phb":"legend%20lore_xphb","leomund's%20secret%20chest_phb":"leomund's%20secret%20chest_xphb","leomund's%20tiny%20hut_phb":"leomund's%20tiny%20hut_xphb","lesser%20restoration_phb":"lesser%20restoration_xphb","levitate_phb":"levitate_xphb","light_phb":"light_xphb","lightning%20arrow_phb":"lightning%20arrow_xphb","lightning%20bolt_phb":"lightning%20bolt_xphb","locate%20animals%20or%20plants_phb":"locate%20animals%20or%20plants_xphb","locate%20creature_phb":"locate%20creature_xphb","locate%20object_phb":"locate%20object_xphb","longstrider_phb":"longstrider_xphb","mage%20armor_phb":"mage%20armor_xphb","mage%20hand_phb":"mage%20hand_xphb","magic%20circle_phb":"magic%20circle_xphb","magic%20jar_phb":"magic%20jar_xphb","magic%20missile_phb":"magic%20missile_xphb","magic%20mouth_phb":"magic%20mouth_xphb","magic%20weapon_phb":"magic%20weapon_xphb","major%20image_phb":"major%20image_xphb","mass%20cure%20wounds_phb":"mass%20cure%20wounds_xphb","mass%20heal_phb":"mass%20heal_xphb","mass%20healing%20word_phb":"mass%20healing%20word_xphb","mass%20suggestion_phb":"mass%20suggestion_xphb","maze_phb":"maze_xphb","meld%20into%20stone_phb":"meld%20into%20stone_xphb","melf's%20acid%20arrow_phb":"melf's%20acid%20arrow_xphb","mending_phb":"mending_xphb","message_phb":"message_xphb","meteor%20swarm_phb":"meteor%20swarm_xphb","mind%20blank_phb":"mind%20blank_xphb","minor%20illusion_phb":"minor%20illusion_xphb","mirage%20arcane_phb":"mirage%20arcane_xphb","mirror%20image_phb":"mirror%20image_xphb","mislead_phb":"mislead_xphb","misty%20step_phb":"misty%20step_xphb","modify%20memory_phb":"modify%20memory_xphb","moonbeam_phb":"moonbeam_xphb","mordenkainen's%20faithful%20hound_phb":"mordenkainen's%20faithful%20hound_xphb","mordenkainen's%20magnificent%20mansion_phb":"mordenkainen's%20magnificent%20mansion_xphb","mordenkainen's%20private%20sanctum_phb":"mordenkainen's%20private%20sanctum_xphb","mordenkainen's%20sword_phb":"mordenkainen's%20sword_xphb","move%20earth_phb":"move%20earth_xphb","nondetection_phb":"nondetection_xphb","nystul's%20magic%20aura_phb":"nystul's%20magic%20aura_xphb","otiluke's%20freezing%20sphere_phb":"otiluke's%20freezing%20sphere_xphb","otiluke's%20resilient%20sphere_phb":"otiluke's%20resilient%20sphere_xphb","otto's%20irresistible%20dance_phb":"otto's%20irresistible%20dance_xphb","pass%20without%20trace_phb":"pass%20without%20trace_xphb","passwall_phb":"passwall_xphb","phantasmal%20force_phb":"phantasmal%20force_xphb","phantasmal%20killer_phb":"phantasmal%20killer_xphb","phantom%20steed_phb":"phantom%20steed_xphb","planar%20ally_phb":"planar%20ally_xphb","planar%20binding_phb":"planar%20binding_xphb","plane%20shift_phb":"plane%20shift_xphb","plant%20growth_phb":"plant%20growth_xphb","poison%20spray_phb":"poison%20spray_xphb","polymorph_phb":"polymorph_xphb","power%20word%20heal_phb":"power%20word%20heal_xphb","power%20word%20kill_phb":"power%20word%20kill_xphb","power%20word%20stun_phb":"power%20word%20stun_xphb","prayer%20of%20healing_phb":"prayer%20of%20healing_xphb","prestidigitation_phb":"prestidigitation_xphb","prismatic%20spray_phb":"prismatic%20spray_xphb","prismatic%20wall_phb":"prismatic%20wall_xphb","produce%20flame_phb":"produce%20flame_xphb","programmed%20illusion_phb":"programmed%20illusion_xphb","project%20image_phb":"project%20image_xphb","protection%20from%20energy_phb":"protection%20from%20energy_xphb","protection%20from%20evil%20and%20good_phb":"protection%20from%20evil%20and%20good_xphb","protection%20from%20poison_phb":"protection%20from%20poison_xphb","purify%20food%20and%20drink_phb":"purify%20food%20and%20drink_xphb","raise%20dead_phb":"raise%20dead_xphb","rary's%20telepathic%20bond_phb":"rary's%20telepathic%20bond_xphb","ray%20of%20enfeeblement_phb":"ray%20of%20enfeeblement_xphb","ray%20of%20frost_phb":"ray%20of%20frost_xphb","ray%20of%20sickness_phb":"ray%20of%20sickness_xphb","regenerate_phb":"regenerate_xphb","reincarnate_phb":"reincarnate_xphb","remove%20curse_phb":"remove%20curse_xphb","resistance_phb":"resistance_xphb","resurrection_phb":"resurrection_xphb","reverse%20gravity_phb":"reverse%20gravity_xphb","revivify_phb":"revivify_xphb","rope%20trick_phb":"rope%20trick_xphb","sacred%20flame_phb":"sacred%20flame_xphb","sanctuary_phb":"sanctuary_xphb","scorching%20ray_phb":"scorching%20ray_xphb","scrying_phb":"scrying_xphb","searing%20smite_phb":"searing%20smite_xphb","see%20invisibility_phb":"see%20invisibility_xphb","seeming_phb":"seeming_xphb","sending_phb":"sending_xphb","sequester_phb":"sequester_xphb","shapechange_phb":"shapechange_xphb","shatter_phb":"shatter_xphb","shield_phb":"shield_xphb","shield%20of%20faith_phb":"shield%20of%20faith_xphb","shillelagh_phb":"shillelagh_xphb","shocking%20grasp_phb":"shocking%20grasp_xphb","silence_phb":"silence_xphb","silent%20image_phb":"silent%20image_xphb","simulacrum_phb":"simulacrum_xphb","sleep_phb":"sleep_xphb","sleet%20storm_phb":"sleet%20storm_xphb","slow_phb":"slow_xphb","spare%20the%20dying_phb":"spare%20the%20dying_xphb","speak%20with%20animals_phb":"speak%20with%20animals_xphb","speak%20with%20dead_phb":"speak%20with%20dead_xphb","speak%20with%20plants_phb":"speak%20with%20plants_xphb","spider%20climb_phb":"spider%20climb_xphb","spike%20growth_phb":"spike%20growth_xphb","spirit%20guardians_phb":"spirit%20guardians_xphb","spiritual%20weapon_phb":"spiritual%20weapon_xphb","staggering%20smite_phb":"staggering%20smite_xphb","stinking%20cloud_phb":"stinking%20cloud_xphb","stone%20shape_phb":"stone%20shape_xphb","stoneskin_phb":"stoneskin_xphb","storm%20of%20vengeance_phb":"storm%20of%20vengeance_xphb","suggestion_phb":"suggestion_xphb","sunbeam_phb":"sunbeam_xphb","sunburst_phb":"sunburst_xphb","swift%20quiver_phb":"swift%20quiver_xphb","symbol_phb":"symbol_xphb","tasha's%20hideous%20laughter_phb":"tasha's%20hideous%20laughter_xphb","telekinesis_phb":"telekinesis_xphb","telepathy_phb":"telepathy_xphb","teleport_phb":"teleport_xphb","teleportation%20circle_phb":"teleportation%20circle_xphb","tenser's%20floating%20disk_phb":"tenser's%20floating%20disk_xphb","thaumaturgy_phb":"thaumaturgy_xphb","thorn%20whip_phb":"thorn%20whip_xphb","thunderous%20smite_phb":"thunderous%20smite_xphb","thunderwave_phb":"thunderwave_xphb","time%20stop_phb":"time%20stop_xphb","tongues_phb":"tongues_xphb","transport%20via%20plants_phb":"transport%20via%20plants_xphb","tree%20stride_phb":"tree%20stride_xphb","true%20polymorph_phb":"true%20polymorph_xphb","true%20resurrection_phb":"true%20resurrection_xphb","true%20seeing_phb":"true%20seeing_xphb","true%20strike_phb":"true%20strike_xphb","tsunami_phb":"tsunami_xphb","unseen%20servant_phb":"unseen%20servant_xphb","vampiric%20touch_phb":"vampiric%20touch_xphb","vicious%20mockery_phb":"vicious%20mockery_xphb","wall%20of%20fire_phb":"wall%20of%20fire_xphb","wall%20of%20force_phb":"wall%20of%20force_xphb","wall%20of%20ice_phb":"wall%20of%20ice_xphb","wall%20of%20stone_phb":"wall%20of%20stone_xphb","wall%20of%20thorns_phb":"wall%20of%20thorns_xphb","warding%20bond_phb":"warding%20bond_xphb","water%20breathing_phb":"water%20breathing_xphb","water%20walk_phb":"water%20walk_xphb","web_phb":"web_xphb","weird_phb":"weird_xphb","wind%20walk_phb":"wind%20walk_xphb","wind%20wall_phb":"wind%20wall_xphb","wish_phb":"wish_xphb","witch%20bolt_phb":"witch%20bolt_xphb","word%20of%20recall_phb":"word%20of%20recall_xphb","wrathful%20smite_phb":"wrathful%20smite_xphb","zone%20of%20truth_phb":"zone%20of%20truth_xphb"},"trapshazards.html":{"collapsing%20roof_dmg":"collapsing%20roof_xdmg","falling%20net_dmg":"falling%20net_xdmg","fire-breathing%20statue_dmg":"fire-casting%20statue_xdmg","pits_dmg":"spiked%20pit_xdmg","poison%20darts_dmg":"poisoned%20darts_xdmg","poison%20needle_dmg":"poisoned%20needle_xdmg","rolling%20sphere_dmg":"rolling%20stone_xdmg","brown%20mold_dmg":"brown%20mold_xdmg","extreme%20cold_dmg":"extreme%20cold_xdmg","extreme%20heat_dmg":"extreme%20heat_xdmg","frigid%20water_dmg":"frigid%20water_xdmg","green%20slime_dmg":"green%20slime_xdmg","heavy%20precipitation_dmg":"heavy%20precipitation_xdmg","high%20altitude_dmg":"high%20altitude_xdmg","improvised%20damage_dmg":"improvised%20damage_xdmg","quicksand_dmg":"quicksand%20pit_xdmg","razorvine_dmg":"razorvine_xdmg","slippery%20ice_dmg":"slippery%20ice_xdmg","strong%20wind_dmg":"strong%20wind_xdmg","thin%20ice_dmg":"thin%20ice_xdmg","webs_dmg":"webs_xdmg","yellow%20mold_dmg":"yellow%20mold_xdmg"},"variantrules.html":{"planar%20effects_dmg":{"hash":"planar%20effects_xdmg","page":"trapshazards.html"}}} \ No newline at end of file diff --git a/data/items-base.json b/data/items-base.json index 4944a17..044583a 100644 --- a/data/items-base.json +++ b/data/items-base.json @@ -895,6 +895,7 @@ "rarity": "none", "weight": 0.3125, "age": "futuristic", + "cellEnergy": true, "miscTags": [ "CNS" ] @@ -908,6 +909,7 @@ "rarity": "none", "weight": 0.5, "age": "futuristic", + "cellEnergy": true, "miscTags": [ "CNS" ] @@ -2364,6 +2366,7 @@ "rarity": "none", "weight": 0.1, "age": "modern", + "bulletFirearm": true, "miscTags": [ "CNS" ] @@ -2377,6 +2380,7 @@ "rarity": "none", "weight": 1, "age": "modern", + "bulletFirearm": true, "packContents": [ { "item": "modern bullet", @@ -2906,6 +2910,7 @@ "weight": 0.2, "value": 30, "age": "renaissance", + "bulletFirearm": true, "miscTags": [ "CNS" ] @@ -2923,6 +2928,7 @@ "weight": 2, "value": 300, "age": "renaissance", + "bulletFirearm": true, "packContents": [ { "item": "renaissance bullet", diff --git a/data/items.json b/data/items.json index 190acfe..6c94551 100644 --- a/data/items.json +++ b/data/items.json @@ -2128,6 +2128,12 @@ "wondrous": true, "entries": [ "This piece of polished amber is engraved with many tiny runes. As a bonus action, you can mentally command the stone to shed bright light in a 15-foot radius and dim light for an additional 15 feet. The light is sunlight. While the light persists, you can also use a bonus action to expand or reduce its radius of bright and dim light by 5 feet each, to a maximum of 30 feet each or a minimum of 10 feet each." + ], + "light": [ + { + "bright": 15, + "dim": 30 + } ] }, { @@ -2819,6 +2825,12 @@ ] } ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "lootTables": [ "Magic Item Table I" ], @@ -2907,6 +2919,12 @@ ] } ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "lootTables": [ "Arcana - Legendary|XDMG" ], @@ -4079,6 +4097,12 @@ ] } ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "attachedSpells": [ "shield" ] @@ -4670,7 +4694,7 @@ "rows": [ [ "1", - "{@creature Weasel|XPHB}" + "{@creature Weasel|XMM}" ], [ "2", @@ -4678,23 +4702,23 @@ ], [ "3", - "{@creature Badger|XPHB}" + "{@creature Badger|XMM}" ], [ "4", - "{@creature Boar|XPHB}" + "{@creature Boar|XMM}" ], [ "5", - "{@creature Panther|XPHB}" + "{@creature Panther|XMM}" ], [ "6", - "{@creature Giant Badger|XPHB}" + "{@creature Giant Badger|XMM}" ], [ "7", - "{@creature Dire Wolf|XPHB}" + "{@creature Dire Wolf|XMM}" ], [ "8", @@ -4798,23 +4822,23 @@ "rows": [ [ "1", - "{@creature Rat|XPHB}" + "{@creature Rat|XMM}" ], [ "2", - "{@creature Owl|XPHB}" + "{@creature Owl|XMM}" ], [ "3", - "{@creature Mastiff|XPHB}" + "{@creature Mastiff|XMM}" ], [ "4", - "{@creature Goat|XPHB}" + "{@creature Goat|XMM}" ], [ "5", - "{@creature Giant Goat|XPHB}" + "{@creature Giant Goat|XMM}" ], [ "6", @@ -4822,11 +4846,11 @@ ], [ "7", - "{@creature Lion|XPHB}" + "{@creature Lion|XMM}" ], [ "8", - "{@creature Brown Bear|XPHB}" + "{@creature Brown Bear|XMM}" ] ] } @@ -4930,7 +4954,7 @@ ], [ "2", - "{@creature Ape|XPHB}" + "{@creature Ape|XMM}" ], [ "3", @@ -4942,11 +4966,11 @@ ], [ "5", - "{@creature Black Bear|XPHB}" + "{@creature Black Bear|XMM}" ], [ "6", - "{@creature Giant Weasel|XPHB}" + "{@creature Giant Weasel|XMM}" ], [ "7", @@ -4954,7 +4978,7 @@ ], [ "8", - "{@creature Tiger|XPHB}" + "{@creature Tiger|XMM}" ] ] } @@ -7890,6 +7914,12 @@ ] } ], + "light": [ + { + "bright": 10, + "dim": 20 + } + ], "hasFluffImages": true }, { @@ -7959,6 +7989,12 @@ ] } ], + "light": [ + { + "bright": 10, + "dim": 20 + } + ], "hasFluffImages": true }, { @@ -8254,6 +8290,12 @@ ] } ], + "light": [ + { + "bright": 20, + "dim": 40 + } + ], "attachedSpells": [ "dimension door", "compulsion" @@ -8593,79 +8635,6 @@ ], "hasFluffImages": true }, - { - "name": "Borealus", - "source": "HWCS", - "page": 213, - "immune": [ - "cold" - ], - "resist": [ - "fire" - ], - "tier": "major", - "rarity": "artifact", - "reqAttune": true, - "weaponCategory": "simple", - "property": [ - "V" - ], - "dmg1": "1d6", - "dmgType": "B", - "dmg2": "1d8", - "staff": true, - "entries": [ - "This legendary artifact was created by a powerful wizard, crafted from the finger of a towering, ancient elemental aspect of frost. It is so cold to the touch that it numbs any skin it comes into contact with, although an attuned character is immune to this effect.", - { - "name": "Gifts of the Rime", - "type": "entries", - "entries": [ - "As long as you are attuned to the Borealus, you gain the following benefits:", - { - "type": "list", - "items": [ - "You are resistant to fire damage", - "You are immune to cold damage", - "You learn the {@spell ray of frost} cantrip" - ] - } - ] - }, - { - "name": "Breath of Winter", - "type": "entries", - "entries": [ - "While holding the staff you can use your action to unleash an icy-cold blizzard from your open mouth. A 100-foot-cone of hoarfrost blasts forth in a direction of your choice, dealing {@damage 9d8} cold damage to all creatures within the cone if they fail a {@dc 18} Constitution saving throw, or half as much on a success. You can't use this property again until the next dawn." - ] - }, - { - "name": "Glacial Prison", - "type": "entries", - "entries": [ - "By using your action to touch the staff to a surface, you can cause a barrier of ice to spring into existence from a point you can see along this surface within 200 feet of you. This effect is otherwise identical to a {@spell wall of ice} spell cast at 6th level, with a {@dc 18} for all saving throws related to the effect. You can't use this property again until 3 days have passed." - ] - }, - { - "name": "Cruel Winds", - "type": "entries", - "entries": [ - "Wherever the staff goes, a bitterly cold boreal wind accompanies it. The wind gusts intermittently within 30 feet of the attuned character and extinguishes all non-magical flames it comes into contact with." - ] - }, - { - "name": "Destroying the Staff", - "type": "entries", - "entries": [ - "The staff can be destroyed through exposure to flames from a fire elemental of equal power to the being it was crafted from. After centuries of exposure, it will melt away into nothing." - ] - } - ], - "attachedSpells": [ - "ray of frost", - "wall of ice" - ], - "hasFluffImages": true - }, { "name": "Boros Guild Signet", "source": "GGR", @@ -9544,6 +9513,13 @@ "value": 1000, "entries": [ "A bullseye lantern casts bright light in a 60-foot cone and dim light for an additional 60 feet. Once lit, it burns for 6 hours on a flask (1 pint) of oil." + ], + "light": [ + { + "bright": 60, + "dim": 120, + "shape": "cone" + } ] }, { @@ -9557,6 +9533,13 @@ "value": 1000, "entries": [ "A Bullseye Lantern burns Oil as fuel to cast {@variantrule Bright Light|XPHB} in a 60-foot Cone and {@variantrule Dim Light|XPHB} for an additional 60 feet." + ], + "light": [ + { + "bright": 60, + "dim": 120, + "shape": "cone" + } ] }, { @@ -10046,6 +10029,15 @@ "value": 1, "entries": [ "For 1 hour, a candle sheds bright light in a 5-foot radius and dim light for an additional 5 feet." + ], + "light": [ + { + "bright": 5, + "dim": 10 + } + ], + "miscTags": [ + "CNS" ] }, { @@ -10058,6 +10050,15 @@ "value": 1, "entries": [ "For 1 hour, a lit Candle sheds {@variantrule Bright Light|XPHB} in a 5-foot radius and {@variantrule Dim Light|XPHB} for an additional 5 feet." + ], + "light": [ + { + "bright": 5, + "dim": 10 + } + ], + "miscTags": [ + "CNS" ] }, { @@ -10074,6 +10075,12 @@ "bonusWeapon": "+1", "entries": [ "You have a +1 bonus to attack and damage rolls made with this magic weapon. The head of this mace sheds bright light in a 5-foot-radius and dim light for an additional 5 feet. When you wield this mace, you can extinguish or ignite its light as an action." + ], + "light": [ + { + "bright": 5, + "dim": 10 + } ] }, { @@ -10143,6 +10150,11 @@ "While lit, the candle sheds dim light in a 30-foot radius. Any creature within that light whose alignment matches that of the candle makes attack rolls, saving throws, and ability checks with advantage. In addition, a cleric or druid in the light whose alignment matches the candle's can cast 1st-level spells he or she has prepared without expending spell slots, though the spell's effect is as if cast with a 1st-level slot.", "Alternatively, when you light the candle for the first time, you can cast the {@spell gate} spell with it. Doing so destroys the candle." ], + "light": [ + { + "dim": 30 + } + ], "attachedSpells": [ "gate" ], @@ -10243,6 +10255,11 @@ ] } ], + "light": [ + { + "dim": 30 + } + ], "attachedSpells": [ "gate|xphb" ], @@ -12500,7 +12517,7 @@ "wondrous": true, "entries": [ "While wearing this cloak, you have {@variantrule Advantage|XPHB} on Dexterity ({@skill Stealth|XPHB}) checks. In an area of {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, you can grip the edges of the cloak and use it to gain a {@variantrule Fly Speed|XPHB} of 40 feet. If you ever fail to grip the cloak's edges while flying in this way, or if you are no longer in {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, you lose this {@variantrule Fly Speed|XPHB}.", - "While wearing the cloak in an area of {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, you can cast {@spell Polymorph|XPHB} on yourself, shape-shifting into a {@creature Bat|XPHB}. While in that form, you retain your Intelligence, Wisdom, and Charisma scores. The cloak can't be used this way again until the next dawn." + "While wearing the cloak in an area of {@variantrule Dim Light|XPHB} or {@variantrule Darkness|XPHB}, you can cast {@spell Polymorph|XPHB} on yourself, shape-shifting into a {@creature Bat|XMM}. While in that form, you retain your Intelligence, Wisdom, and Charisma scores. The cloak can't be used this way again until the next dawn." ], "optionalfeatures": [ "replicate magic item|tce" @@ -12930,6 +12947,11 @@ "wondrous": true, "entries": [ "This scintillating copper coin sheds dim light in a 5-foot radius. If dropped a distance greater than 5 feet, the coin issues a melodious ringing sound when it hits a surface. Any creature that can hear the chime can determine the distance the coin dropped based on the tone." + ], + "light": [ + { + "dim": 5 + } ] }, { @@ -14114,6 +14136,12 @@ ] } ], + "light": [ + { + "bright": 15, + "dim": 30 + } + ], "attachedSpells": [ "crusader's mantle" ] @@ -15070,6 +15098,15 @@ ] } ], + "light": [ + { + "bright": 60, + "dim": 120 + }, + { + "dim": 5 + } + ], "attachedSpells": [ "reverse gravity", "disintegrate", @@ -15202,6 +15239,12 @@ ] } ], + "light": [ + { + "bright": 15, + "dim": 30 + } + ], "attachedSpells": [ "lesser restoration" ], @@ -20516,6 +20559,12 @@ "While the radiant head is active, you gain a +2 bonus to attack and damage rolls made with this magic weapon, and attacks with the weapon deal radiant damage instead of bludgeoning damage. An undead creature hit by the weapon takes an extra {@damage 1d8} radiant damage.", "While you are holding Duskcrusher and its radiant head is active, you can use an action to cast the {@spell sunbeam} spell (save {@dc 15}) from the weapon, and this action can't be used again until the next dawn." ], + "light": [ + { + "bright": 15, + "dim": 30 + } + ], "attachedSpells": [ "sunbeam" ], @@ -22474,6 +22523,13 @@ "wondrous": true, "entries": [ "This bullseye lantern contains an Eberron dragonshard that sheds light comparable to that produced by a {@spell continual flame} spell. An everbright lantern sheds light in a 120-foot cone; the closest 60 feet is bright light, and the farthest 60 feet is dim light." + ], + "light": [ + { + "bright": 60, + "dim": 120, + "shape": "cone" + } ] }, { @@ -23304,76 +23360,6 @@ "This small metal disk is inscribed with the image of a feather. When you fall at least 20 feet while the token is on your person, you descend 60 feet per round and take no damage from falling. The token's magic is expended after you land, whereupon the disk becomes nonmagical." ] }, - { - "name": "Feathered Helm", - "source": "HWCS", - "page": 213, - "rarity": "rare", - "reqAttune": true, - "wondrous": true, - "recharge": "dawn", - "rechargeAmount": "{@dice 1d3}", - "charges": 3, - "entries": [ - "The helm itself is simple leather, hide, scale, or plate, but the magic imbued into it comes from the feather. The birdfolk races of Humblewood consider the giving of a feather to be one of the highest honors one can bestow, and it represents an eternal bond or deep appreciation.", - "The helm has 3 charges that, while wearing it, you can use to activate its abilities. The helm has different properties based on the race of the birdfolk who gifted the feather.", - { - "name": "Corvum", - "type": "entries", - "entries": [ - "You can use a charge to cast {@spell Tasha's hideous laughter} (save {@dc 16}) and two charges to cast {@spell detect thoughts} (save {@dc 16})." - ] - }, - { - "name": "Gallus", - "type": "entries", - "entries": [ - "You can use a charge to cast {@spell bless} and two charges to cast {@spell aid}." - ] - }, - { - "name": "Luma", - "type": "entries", - "entries": [ - "You can use a charge to cast a random 1st-level spell from the {@filter sorcerer spell list|spells|level=1|class=sorcerer}, then roll a {@dice d20}. On a roll of 20, you may use this ability again without expending a charge. On a roll of 1, the spell also targets you, unless you are its only target, in which case the spell fizzles to no effect. Any spell cast using this helm that requires a saving throw has a save DC of 16." - ] - }, - { - "name": "Raptor", - "type": "entries", - "entries": [ - "You can use a charge to cast {@spell hunter's mark} and two charges to cast {@spell magic weapon}." - ] - }, - { - "name": "Strig", - "type": "entries", - "entries": [ - "You can use a charge to cast {@spell divine favor} and two charges to cast {@spell pass without trace}." - ] - }, - "The helm regains {@dice 1d3} charges each day at dawn.", - { - "type": "inset", - "name": "A True Gift", - "entries": [ - "Whether you are playing through the Humblewood adventure, or playing your own campaign in the Wood, look for organic relationships between a character and the races of birdfolk. If one stands out, use that to decide what type of feather is offered to the player in this helm.", - "Additionally, a player whose character is a birdfolk may want to make this gift themselves. Make sure to create a narrative bond between this character and who they share a feather with\u2014the gift of a feather is not something which should be given lightly." - ] - } - ], - "attachedSpells": [ - "tasha's hideous laughter", - "detect thoughts", - "bless", - "aid", - "hunter's mark", - "magic weapon", - "divine favor", - "pass without trace" - ], - "hasFluffImages": true - }, { "name": "Feathered mantle with emerald clasp (Sun Empire)", "source": "PSX", @@ -24113,7 +24099,7 @@ "type": "entries", "name": "Golden Lions (Rare)", "entries": [ - "These gold statuettes of lions are always created in pairs. You can use one figurine or both simultaneously. Each can become a {@creature Lion|XPHB} for up to 1 hour. Once a lion has been used, it can't be used again until 7 days have passed." + "These gold statuettes of lions are always created in pairs. You can use one figurine or both simultaneously. Each can become a {@creature Lion|XMM} for up to 1 hour. Once a lion has been used, it can't be used again until 7 days have passed." ] } ], @@ -24182,21 +24168,21 @@ "type": "item", "name": "Goat of Terror", "entries": [ - "This figurine can become a {@creature Giant Goat|XPHB} for up to 3 hours. The goat can't attack, but you can (harmlessly) remove its horns and use them as weapons. One horn becomes a {@item +1 Lance|XDMG}, and the other becomes a {@item +2 Longsword|XDMG}. Removing a horn requires a {@action Magic|XPHB} action, and the weapons disappear and the horns return when the goat reverts to figurine form. While you ride the goat, any {@variantrule Hostile [Attitude]|XPHB|Hostile} creature that starts its turn within a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the goat must succeed on a {@dc 15} Wisdom saving throw or have the {@condition Frightened|XPHB} condition for 1 minute, until you are no longer riding the goat, or until the goat reverts to figurine form. The {@condition Frightened|XPHB} creature repeats the save at the end of each of its turns, ending the effect on itself on a success. Once it succeeds on the save, a creature is immune to this effect for the next 24 hours. Once the figurine has been used, it can't be used again until 15 days have passed." + "This figurine can become a {@creature Giant Goat|XMM} for up to 3 hours. The goat can't attack, but you can (harmlessly) remove its horns and use them as weapons. One horn becomes a {@item +1 Lance|XDMG}, and the other becomes a {@item +2 Longsword|XDMG}. Removing a horn requires a {@action Magic|XPHB} action, and the weapons disappear and the horns return when the goat reverts to figurine form. While you ride the goat, any {@variantrule Hostile [Attitude]|XPHB|Hostile} creature that starts its turn within a 30-foot {@variantrule Emanation [Area of Effect]|XPHB|Emanation} originating from the goat must succeed on a {@dc 15} Wisdom saving throw or have the {@condition Frightened|XPHB} condition for 1 minute, until you are no longer riding the goat, or until the goat reverts to figurine form. The {@condition Frightened|XPHB} creature repeats the save at the end of each of its turns, ending the effect on itself on a success. Once it succeeds on the save, a creature is immune to this effect for the next 24 hours. Once the figurine has been used, it can't be used again until 15 days have passed." ] }, { "type": "item", "name": "Goat of Traveling", "entries": [ - "This figurine can become a Large goat with the same statistics as a {@creature Riding Horse|XPHB}. It has 24 charges, and each hour or portion thereof it spends in goat form costs 1 charge. While it has charges, you can use it as often as you wish. When it runs out of charges, it reverts to a figurine and can't be used again until 7 days have passed, when it regains all expended charges." + "This figurine can become a Large goat with the same statistics as a {@creature Riding Horse|XMM}. It has 24 charges, and each hour or portion thereof it spends in goat form costs 1 charge. While it has charges, you can use it as often as you wish. When it runs out of charges, it reverts to a figurine and can't be used again until 7 days have passed, when it regains all expended charges." ] }, { "type": "item", "name": "Goat of Travail", "entries": [ - "This figurine can become a {@creature Giant Goat|XPHB} for up to 3 hours. Once it has been used, it can't be used again until 30 days have passed." + "This figurine can become a {@creature Giant Goat|XMM} for up to 3 hours. Once it has been used, it can't be used again until 30 days have passed." ] } ] @@ -24250,7 +24236,7 @@ "type": "entries", "name": "Marble Elephant (Rare)", "entries": [ - "This marble statuette resembles a trumpeting elephant. It can become an {@creature Elephant|XPHB} for up to 24 hours. Once it has been used, it can't be used again until 7 days have passed." + "This marble statuette resembles a trumpeting elephant. It can become an {@creature Elephant|XMM} for up to 24 hours. Once it has been used, it can't be used again until 7 days have passed." ] } ], @@ -24352,7 +24338,7 @@ "type": "entries", "name": "Onyx Dog (Rare)", "entries": [ - "This onyx statuette of a dog can become a {@creature Mastiff|XPHB} for up to 6 hours. The mastiff has an Intelligence of 8 and can speak Common. It also has {@sense Blindsight|XPHB} with a range of 60 feet. Once it has been used, it can't be used again until 7 days have passed." + "This onyx statuette of a dog can become a {@creature Mastiff|XMM} for up to 6 hours. The mastiff has an Intelligence of 8 and can speak Common. It also has {@sense Blindsight|XPHB} with a range of 60 feet. Once it has been used, it can't be used again until 7 days have passed." ] } ], @@ -24454,7 +24440,7 @@ "type": "entries", "name": "Silver Raven (Uncommon)", "entries": [ - "This silver statuette of a raven can become a {@creature Raven|XPHB} for up to 12 hours. Once it has been used, it can't be used again until 2 days have passed. While in raven form, the figurine grants you the ability to cast {@spell Animal Messenger|XPHB} on it." + "This silver statuette of a raven can become a {@creature Raven|XMM} for up to 12 hours. Once it has been used, it can't be used again until 2 days have passed. While in raven form, the figurine grants you the ability to cast {@spell Animal Messenger|XPHB} on it." ] } ], @@ -24733,6 +24719,12 @@ "entries": [ "You can use a bonus action to speak this magic sword's command word, causing flames to erupt from the blade. These flames shed bright light in a 40-foot radius and dim light for an additional 40 feet. While the sword is ablaze, it deals an extra {@damage 2d6} fire damage to any target it hits. The flames last until you use a bonus action to speak the command word again or until you drop or sheathe the sword.", "While you are attuned to this sword you can use an action to mentally command it to detect gems and jewels. You learn the kind and number of such objects within 60 feet of the sword." + ], + "light": [ + { + "bright": 40, + "dim": 80 + } ] }, { @@ -24779,6 +24771,12 @@ ] } ], + "light": [ + { + "bright": 60, + "dim": 120 + } + ], "attachedSpells": [ "produce flame", "burning hands" @@ -25522,6 +25520,11 @@ ] } ], + "light": [ + { + "dim": 5 + } + ], "miscTags": [ "TT" ] @@ -25685,6 +25688,12 @@ }, "When all of the gem's charges are expended, the gem becomes a nonmagical jewel worth 50 gp." ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "lootTables": [ "Magic Item Table F" ], @@ -25728,6 +25737,12 @@ }, "When all of the gem's charges are expended, the gem becomes a nonmagical jewel worth 50 GP." ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "lootTables": [ "Arcana - Uncommon|XDMG" ], @@ -25798,6 +25813,12 @@ "The spirit is bound to the lantern and can't be harmed, turned, or raised from the dead.", "Casting a {@spell dispel evil and good} spell on the lantern releases the spirit to the afterlife and renders the lantern nonmagical." ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "attachedSpells": [ "mage hand" ], @@ -27607,6 +27628,12 @@ "Gunpowder is chiefly used to propel a bullet out of the barrel of a pistol or rifle, or it is formed into a bomb. Gunpowder is sold in small wooden kegs or in water-resistant powder horns.", "Setting fire to a container full of gunpowder can cause it to explode, dealing fire damage to creatures within 10 feet of it ({@damage 3d6} for a powder horn). A successful {@dc 12} Dexterity saving throw halves the damage. Setting fire to an ounce of gunpowder causes it to flare for 1 round, shedding bright light in a 30-foot radius and dim light for an additional 30 feet." ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "miscTags": [ "CNS" ] @@ -27627,6 +27654,12 @@ "Gunpowder is chiefly used to propel a bullet out of the barrel of a pistol or rifle, or it is formed into a bomb. Gunpowder is sold in small wooden kegs or in water-resistant powder horns.", "Setting fire to a container full of gunpowder can cause it to explode, dealing fire damage to creatures within 10 feet of it ({@damage 7d6} for a keg). A successful {@dc 12} Dexterity saving throw halves the damage. Setting fire to an ounce of gunpowder causes it to flare for 1 round, shedding bright light in a 30-foot radius and dim light for an additional 30 feet." ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "miscTags": [ "CNS" ] @@ -28249,7 +28282,7 @@ ], [ "81-85", - "A creature appears in an unoccupied space as close to you as possible. The creature isn't under your control and acts as it normally would, and it disappears after 1 hour or when it drops to 0 {@variantrule Hit Points|XPHB}. Roll {@dice 1d4} to determine the creature: on a {@b 1}, a {@creature Camel|XPHB}; on a {@b 2}, a {@creature Constrictor Snake|XPHB}; on a {@b 3}, an {@creature Elephant|XPHB}; on a {@b 4}, a {@creature Mule|XPHB}." + "A creature appears in an unoccupied space as close to you as possible. The creature isn't under your control and acts as it normally would, and it disappears after 1 hour or when it drops to 0 {@variantrule Hit Points|XPHB}. Roll {@dice 1d4} to determine the creature: on a {@b 1}, a {@creature Camel|XMM}; on a {@b 2}, a {@creature Constrictor Snake|XMM}; on a {@b 3}, an {@creature Elephant|XMM}; on a {@b 4}, a {@creature Mule|XMM}." ], [ "86-90", @@ -28293,7 +28326,7 @@ "rechargeAmount": 3, "charges": 3, "entries": [ - "This hat has 3 charges. While holding the hat, you can take a {@action Magic|XPHB} action to expend 1 charge and summon your choice of a {@creature Bat|XPHB}, a {@creature Frog|XPHB}, or a {@creature Rat|XPHB}. The summoned creature magically appears in the hat and tries to get away from you as quickly as possible. The creature is {@variantrule Indifferent [Attitude]|XPHB|Indifferent} toward you and other creatures, and it isn't under your control. It behaves as an ordinary creature of its kind and disappears after 1 hour or when it drops to 0 {@variantrule Hit Points|XPHB}. The hat regains all expended charges daily at dawn." + "This hat has 3 charges. While holding the hat, you can take a {@action Magic|XPHB} action to expend 1 charge and summon your choice of a {@creature Bat|XMM}, a {@creature Frog|XMM}, or a {@creature Rat|XMM}. The summoned creature magically appears in the hat and tries to get away from you as quickly as possible. The creature is {@variantrule Indifferent [Attitude]|XPHB|Indifferent} toward you and other creatures, and it isn't under your control. It behaves as an ordinary creature of its kind and disappears after 1 hour or when it drops to 0 {@variantrule Hit Points|XPHB}. The hat regains all expended charges daily at dawn." ], "lootTables": [ "Arcana - Common|XDMG" @@ -28661,6 +28694,15 @@ }, "Roll a {@dice d20} if you are wearing the helm and take fire damage as a result of failing a saving throw against a spell. On a roll of 1, the helm emits beams of light from its remaining gems. Each creature within 60 feet of the helm other than you must succeed on a {@dc 17} Dexterity saving throw or be struck by a beam, taking radiant damage equal to the number of gems in the helm. The helm and its gems are then destroyed." ], + "light": [ + { + "dim": 30 + }, + { + "bright": 10, + "dim": 20 + } + ], "attachedSpells": [ "daylight", "fireball", @@ -28721,6 +28763,12 @@ ] } ], + "light": [ + { + "bright": 10, + "dim": 20 + } + ], "attachedSpells": [ "daylight|xphb", "fireball|xphb", @@ -29770,6 +29818,12 @@ ] } ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "hasFluffImages": true }, { @@ -29947,6 +30001,15 @@ "value": 500, "entries": [ "A hooded lantern casts bright light in a 30-foot radius and dim light for an additional 30 feet. Once lit, it burns for 6 hours on a flask (1 pint) of oil. As an action, you can lower the hood, reducing the light to dim light in a 5-foot radius." + ], + "light": [ + { + "bright": 30, + "dim": 60 + }, + { + "dim": 5 + } ] }, { @@ -29960,6 +30023,15 @@ "value": 500, "entries": [ "A Hooded Lantern burns Oil as fuel to cast {@variantrule Bright Light|XPHB} in a 30-foot radius and {@variantrule Dim Light|XPHB} for an additional 30 feet. As a {@variantrule Bonus Action|XPHB}, you can lower the hood, reducing the light to {@variantrule Dim Light|XPHB} in a 5-foot radius, or raise it again." + ], + "light": [ + { + "bright": 30, + "dim": 60 + }, + { + "dim": 5 + } ] }, { @@ -31218,6 +31290,12 @@ ] } ], + "light": [ + { + "bright": 40, + "dim": 80 + } + ], "attachedSpells": [ "heal" ] @@ -34044,6 +34122,12 @@ ] } ], + "light": [ + { + "bright": 15, + "dim": 30 + } + ], "attachedSpells": [ "invisibility" ], @@ -34672,6 +34756,12 @@ ] } ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "attachedSpells": [ "guiding bolt", "sunbeam", @@ -35060,6 +35150,12 @@ "value": 50, "entries": [ "A lamp casts bright light in a 15-foot radius and dim light for an additional 30 feet. Once lit, it burns for 6 hours on a flask (1 pint) of oil." + ], + "light": [ + { + "bright": 15, + "dim": 45 + } ] }, { @@ -35074,6 +35170,12 @@ "entries": [ "A Lamp burns {@item Oil|XPHB} as fuel to cast {@variantrule Bright Light|XPHB} in a 15-foot radius and {@variantrule Dim Light|XPHB} for an additional 30 feet." ], + "light": [ + { + "bright": 15, + "dim": 45 + } + ], "hasFluffImages": true }, { @@ -35113,6 +35215,15 @@ "entries": [ "While lit, this {@item hooded lantern|phb} burns for 6 hours on 1 pint of oil, shedding bright light in a 30-foot radius and dim light for an additional 30 feet. {@condition Invisible} creatures and objects are visible as long as they are in the lantern's bright light. You can use an action to lower the hood, reducing the light to dim light in a 5-foot radius." ], + "light": [ + { + "bright": 30, + "dim": 60 + }, + { + "dim": 5 + } + ], "optionalfeatures": [ "replicate magic item|tce" ], @@ -35130,6 +35241,15 @@ "entries": [ "While lit, this hooded lantern burns for 6 hours on 1 pint of oil, shedding {@variantrule Bright Light|XPHB} in a 30-foot radius and {@variantrule Dim Light|XPHB} for an additional 30 feet. {@condition Invisible|XPHB} creatures and objects are visible as long as they are in the lantern's {@variantrule Bright Light|XPHB}. You can take a {@action Utilize|XPHB} action to lower the hood, reducing the lantern's light to {@variantrule Dim Light|XPHB} in a 5-foot radius." ], + "light": [ + { + "bright": 30, + "dim": 60 + }, + { + "dim": 5 + } + ], "optionalfeatures": [ "replicate magic item|tce" ], @@ -35202,6 +35322,12 @@ ] ] } + ], + "light": [ + { + "bright": 30, + "dim": 60 + } ] }, { @@ -36695,6 +36821,12 @@ "When you hit a fiend or an undead with this magic weapon, that creature takes an extra {@damage 2d6} radiant damage. If the target has 25 hit points or fewer after taking this damage, it must succeed on a {@dc 15} Wisdom saving throw or be destroyed. On a successful save, the creature becomes {@condition frightened} of you until the end of your next turn.", "While you hold this weapon, it sheds bright light in a 20-foot radius and dim light for an additional 20 feet." ], + "light": [ + { + "bright": 20, + "dim": 40 + } + ], "lootTables": [ "Magic Item Table G" ], @@ -36726,6 +36858,12 @@ ] } ], + "light": [ + { + "bright": 20, + "dim": 40 + } + ], "lootTables": [ "Armaments - Rare|XDMG", "Relics - Rare|XDMG" @@ -36938,6 +37076,12 @@ ] } ], + "light": [ + { + "bright": 40, + "dim": 80 + } + ], "hasFluffImages": true }, { @@ -39986,97 +40130,6 @@ "rarity": "none", "value": 250000 }, - { - "name": "Necronomicon Ex Corvis", - "source": "HWCS", - "page": 213, - "rarity": "artifact", - "reqAttune": true, - "wondrous": true, - "ability": { - "int": 2 - }, - "entries": [ - "This legendary tome of dark necromancy was penned by the mad corvum necromancer Lathrus, of the Night's Call. The book is one of a kind and contains terrible necromantic secrets.", - "The {@i Necronomicon Ex Corvis} is a {@item spellbook|phb}, and as such only wizards can truly benefit from studying the dark secrets within.", - { - "name": "Abyssal Secrets", - "type": "entries", - "entries": [ - "By spending a full week studying the dark secrets in this tome, your Intelligence score increases by 2. These secrets gnaw at your mind, however, and your Wisdom score decreases by 1." - ] - }, - { - "name": "Grasp of Shadows", - "type": "entries", - "entries": [ - "By spending at least a minute reciting a ritual listed in this book, you can summon forth {@dice 1d4 + 2} {@creature shadow|mm|shadows}. These creatures are loyal to you and can understand any instructions you give them. They will carry out these instructions to the best of their ability. This property can only be used once per week." - ] - }, - { - "name": "Knowledge Beyond Reason", - "type": "entries", - "entries": [ - "You may add the spells listed below into your spellbook. However, the tome removes the restriction that requires you to be able to prepare and cast these spells. In effect, you can copy these spells to your spellbook now, though they will only be available to prepare once you reach a level at which you can cast them.", - "Additionally, rather than pay gold pieces to copy any spell within into your spellbook, you may deal one point of damage to yourself and take one level of {@condition exhaustion} to scribe the spell in your own blood.", - { - "type": "table", - "colLabels": [ - "Level", - "Spell" - ], - "colStyles": [ - "col-1", - "col-11" - ], - "rows": [ - [ - "3rd", - "{@spell animate dead}, {@spell bestow curse}, {@spell vampiric touch}" - ], - [ - "4th", - "{@spell blight}" - ], - [ - "6th", - "{@spell circle of death}, {@spell magic jar}" - ], - [ - "7th", - "{@spell finger of death}" - ] - ] - } - ] - }, - { - "name": "The Corvum's Curse", - "type": "entries", - "entries": [ - "After copying at least one spell from this tome into your spellbook, you must succeed on a {@dc 16} Wisdom saving throw or become cursed (as {@spell bestow curse}), with the effect of the curse being decided by the GM.", - "The curse persists for {@dice 2d4} days, but its duration resets anytime you copy a spell from this book. Otherwise, only a {@spell remove curse} spell cast using a 5th level or higher spell slot can rid you of this effect." - ] - }, - { - "name": "Destroying the Book", - "type": "entries", - "entries": [ - "Unlike other artifacts, the book is not immune to damage. Pages removed from the book will lose their magic within a day. Additionally, exposing the book to direct sunlight for at least 8 hours will cause the dark magic within to dissipate, rendering it useless." - ] - } - ], - "attachedSpells": [ - "animate dead", - "bestow curse", - "vampiric touch", - "blight", - "circle of death", - "magic jar", - "finger of death" - ], - "hasFluffImages": true - }, { "name": "Necrotic Absorbing Tattoo", "source": "TCE", @@ -40184,20 +40237,6 @@ ], "hasFluffImages": true }, - { - "name": "Nest Charm", - "source": "HWCS", - "page": 214, - "rarity": "uncommon", - "reqAttune": true, - "wondrous": true, - "entries": [ - "This charm is a sphere of intricate metal branches, interwoven to form a sort of nest.", - "By placing the charm on the ground and speaking its command word, you can cause it to unfold, creating a 30-foot-diameter circular platform of interwoven branches. Once the platform has reached its full size, a magical tree grows beneath it, lifting the platform 50 feet into the air, carrying any passengers and items along with it.", - "This perch lasts up to 8 hours, at which point the tree will retreat into the ground and the platform will shrink, eventually curling back into the small charm. At any time the command word can be spoken again to dismiss the perch in a similar fashion. Once the nest charm's power has been used, it can't be used again until the next dawn." - ], - "hasFluffImages": true - }, { "name": "Net", "source": "XPHB", @@ -40706,6 +40745,9 @@ "Oil serves as fuel for Lamps and Lanterns. Once lit, a flask of Oil burns for 6 hours in a Lamp or Lantern. That duration doesn't need to be consecutive; you can extinguish the burning Oil (as a {@action Utilize|XPHB} action) and rekindle it again until it has burned for a total of 6 hours." ] } + ], + "miscTags": [ + "CNS" ] }, { @@ -40723,6 +40765,9 @@ "value": 10, "entries": [ "Oil usually comes in a clay flask that holds 1 pint. As an action, you can splash the oil in this flask onto a creature within 5 feet of you or throw it up to 20 feet, shattering it on impact. Make a ranged attack against a target creature or object, treating the oil as an improvised weapon. On a hit, the target is covered in oil. If the target takes any fire damage before the oil dries (after 1 minute), the target takes an additional 5 fire damage from the burning oil. You can also pour a flask of oil on the ground to cover a 5-foot-square area, provided that the surface is level. If lit, the oil burns for 2 rounds and deals 5 fire damage to any creature that enters the area or ends its turn in the area. A creature can take this damage only once per turn." + ], + "miscTags": [ + "CNS" ] }, { @@ -42864,7 +42909,7 @@ "rechargeAmount": "{@dice 1d3}", "charges": 3, "entries": [ - "While these pipes are on your person, ordinary {@creature rat|XPHB|rats} and {@creature giant rat|XMM|giant rats} are {@variantrule Indifferent [Attitude]|XPHB|Indifferent} toward you and won't attack you unless you threaten or harm them.", + "While these pipes are on your person, ordinary {@creature rat|XMM|rats} and {@creature giant rat|XMM|giant rats} are {@variantrule Indifferent [Attitude]|XPHB|Indifferent} toward you and won't attack you unless you threaten or harm them.", "The pipes have 3 charges and regain {@dice 1d3} expended charges daily at dawn. If you play the pipes as a {@action Magic|XPHB} action, you can take a {@variantrule Bonus Action|XPHB} to expend 1 to 3 charges, calling forth one {@creature Swarm of Rats|XMM} with each expended charge if enough rats are within half a mile of you to be called in this fashion (as determined by the DM). If there aren't enough rats to form a swarm, the charge is wasted. Called swarms move toward the music by the shortest available route but aren't under your control otherwise.", "Whenever a Swarm of Rats that isn't under another creature's control comes within 30 feet of you while you are playing the pipes, the swarm makes a {@dc 15} Wisdom saving throw. On a successful save, the swarm behaves as it normally would and can't be swayed by the pipes' music for the next 24 hours. On a failed save, the swarm is swayed by the pipes' music and becomes {@variantrule Friendly [Attitude]|XPHB|Friendly} to you and your allies for as long as you continue to play the pipes each round as a {@action Magic|XPHB} action. A {@variantrule Friendly [Attitude]|XPHB|Friendly} swarm obeys your commands. If you issue no commands to a {@variantrule Friendly [Attitude]|XPHB|Friendly} swarm, it defends itself but otherwise takes no actions. If a {@variantrule Friendly [Attitude]|XPHB|Friendly} swarm starts its turn more than 30 feet away from you, your control over that swarm ends, and the swarm behaves as it normally would and can't be swayed by the pipes' music for the next 24 hours." ], @@ -46599,6 +46644,20 @@ ] } ], + "light": [ + { + "bright": 5, + "dim": 10 + }, + { + "bright": 10, + "dim": 20 + }, + { + "bright": 15, + "dim": 30 + } + ], "hasFluffImages": true }, { @@ -46778,6 +46837,12 @@ ] } ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "hasFluffImages": true }, { @@ -47260,6 +47325,11 @@ ] } ], + "light": [ + { + "dim": 10 + } + ], "lootTables": [ "Armaments - Very Rare|XDMG" ], @@ -47428,6 +47498,11 @@ "While holding this wand, you gain a +1 bonus to spell attack rolls. In addition, you ignore {@quickref Cover||3||half cover} when making a spell attack. Radiance is in the form of an exquisite golden hand mirror.", "While surrounded by darkness, it sheds dim light in a 5-foot radius. A creature that is attuned to Radiance can use a bonus action while holding the mirror to cast the {@spell enhance ability} spell, choosing itself and no other creature as the spell's target. Once this property of the wand is used, it can't be used again until the next dawn." ], + "light": [ + { + "dim": 5 + } + ], "attachedSpells": [ "enhance ability" ] @@ -47957,6 +48032,11 @@ "entries": [ "You have a +1 bonus to attack and damage rolls made with this weapon, which doesn't make noise when it hits or cuts something.", "The name \"Reszur\" is graven on the dagger's pommel. If the wielder speaks the name, the blade gives off a faint, cold glow, shedding dim light in a 10-foot radius until the wielder speaks the name again." + ], + "light": [ + { + "dim": 10 + } ] }, { @@ -49430,6 +49510,11 @@ ] } ], + "light": [ + { + "dim": 30 + } + ], "attachedSpells": [ "dancing lights", "faerie fire", @@ -49506,6 +49591,11 @@ ] } ], + "light": [ + { + "dim": 30 + } + ], "attachedSpells": [ "dancing lights|xphb", "faerie fire|xphb", @@ -50255,6 +50345,12 @@ "entries": [ "This robe has 3 charges, and it regains {@dice 1d3} expended charges daily at dawn. While you wear it, you can use an action and expend 1 charge to cause the garment to display a shifting pattern of dazzling hues until the end of your next turn. During this time, the robe sheds bright light in a 30-foot radius and dim light for an additional 30 feet. Creatures that can see you have disadvantage on attack rolls against you. In addition, any creature in the bright light that can see you when the robe's power is activated must succeed on a {@dc 15} Wisdom saving throw or become {@condition stunned} until the effect ends." ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "lootTables": [ "Magic Item Table H" ] @@ -50272,6 +50368,12 @@ "entries": [ "This robe has 3 charges, and it regains {@dice 1d3} expended charges daily at dawn. While you wear it, you can take a {@action Magic|XPHB} action and expend 1 charge to cause the garment to display a shifting pattern of dazzling hues until the end of your next turn. During this time, the robe sheds {@variantrule Bright Light|XPHB} in a 30-foot radius and {@variantrule Dim Light|XPHB} for an additional 30 feet, and creatures that can see you have {@variantrule Disadvantage|XPHB} on attack rolls against you. Any creature in the {@variantrule Bright Light|XPHB} that can see you when the robe's power is activated must succeed on a {@dc 15} Wisdom saving throw or have the {@condition Stunned|XPHB} condition until the effect ends." ], + "light": [ + { + "bright": 30, + "dim": 60 + } + ], "lootTables": [ "Arcana - Very Rare|XDMG" ] @@ -50594,7 +50696,7 @@ ], [ "45-51", - "{@creature Riding Horse|XPHB} with a {@item Riding Saddle|XPHB}" + "{@creature Riding Horse|XMM} with a {@item Riding Saddle|XPHB}" ], [ "52-59", @@ -50614,7 +50716,7 @@ ], [ "84-90", - "2 {@creature Mastiff|XPHB|Mastiffs}" + "2 {@creature Mastiff|XMM|Mastiffs}" ], [ "91-96", @@ -50766,6 +50868,12 @@ ] } ], + "light": [ + { + "bright": 60, + "dim": 120 + } + ], "attachedSpells": [ "detect evil and good", "detect magic", @@ -50813,6 +50921,12 @@ ] } ], + "light": [ + { + "bright": 60, + "dim": 120 + } + ], "attachedSpells": [ "detect evil and good|xphb", "detect magic|xphb", @@ -51020,6 +51134,12 @@ ] } ], + "light": [ + { + "bright": 40, + "dim": 80 + } + ], "lootTables": [ "Armaments - Legendary|XDMG" ], @@ -52416,6 +52536,12 @@ "{@item Mace of Disruption}. When you hit a fiend or an undead with this magic weapon, that creature takes an extra {@damage 2d6} radiant damage. If the target has 25 hit points or fewer after taking this damage, it must succeed on a {@dc 15} Wisdom saving throw or be destroyed. On a successful save, the creature becomes {@condition frightened} of you until the end of your next turn.", "While you hold this weapon, it sheds bright light in a 20-foot radius and dim light for an additional 20 feet." ], + "light": [ + { + "bright": 20, + "dim": 40 + } + ], "hasFluffImages": true }, { @@ -56581,6 +56707,12 @@ ] } ], + "light": [ + { + "bright": 15, + "shape": "cone" + } + ], "miscTags": [ "TT" ] @@ -60796,6 +60928,12 @@ ] } ], + "light": [ + { + "bright": 20, + "dim": 40 + } + ], "attachedSpells": [ "faerie fire" ], @@ -61655,6 +61793,12 @@ "wondrous": true, "entries": [ "This magic pennant bears the symbol of Strixhaven or one of its colleges: Lorehold, Prismari, Quandrix, Silverquill, or Witherbloom. While you wave the pennant, the symbol on it glitters, and the pennant sheds bright light in a 10-foot-radius and dim light for an additional 10 feet." + ], + "light": [ + { + "bright": 10, + "dim": 20 + } ] }, { @@ -61732,6 +61876,12 @@ "You gain a +2 bonus to attack and damage rolls made with this weapon, which deals radiant damage instead of slashing damage. When you hit an undead with it, that target takes an extra {@damage 1d8} radiant damage.", "The sword's luminous blade emits bright light in a 15-foot radius and dim light for an additional 15 feet. The light is sunlight. While the blade persists, you can use an action to expand or reduce its radius of bright and dim light by 5 feet each, to a maximum of 30 feet each or a minimum of 10 feet each." ], + "light": [ + { + "bright": 15, + "dim": 30 + } + ], "lootTables": [ "Magic Item Table G" ], @@ -61776,6 +61926,12 @@ ] } ], + "light": [ + { + "bright": 15, + "dim": 30 + } + ], "lootTables": [ "Armaments - Rare|XDMG" ], @@ -61840,6 +61996,12 @@ "As a bonus action, you can cause the staff to glow with sunlight. While glowing, the staff sheds {@quickref Vision and Light||2||bright light} in a 15-foot radius and {@quickref Vision and Light||2||dim light} for an additional 15 feet. The light lasts until you use another bonus action to extinguish it." ] } + ], + "light": [ + { + "bright": 15, + "dim": 30 + } ] }, { @@ -61924,6 +62086,12 @@ ] } ], + "light": [ + { + "bright": 15, + "dim": 30 + } + ], "hasFluffImages": true }, { @@ -62833,6 +63001,16 @@ ] } ], + "light": [ + { + "bright": 5, + "dim": 10 + }, + { + "bright": 15, + "dim": 30 + } + ], "hasFluffImages": true }, { @@ -63236,6 +63414,12 @@ "{@note Note: According to the SRD, it is an extra {@damage 4d6} slashing damage, although {@link this is incorrect|https://rpg.stackexchange.com/a/174522/53884}}.", "In addition, you can speak the sword's command to cause the blade to shed bright light in a 10-foot radius and dim light for an additional 10 feet. Speaking the command word again or sheathing the sword puts out the light." ], + "light": [ + { + "bright": 10, + "dim": 20 + } + ], "attachedSpells": [ "fly", "polymorph", @@ -65432,6 +65616,15 @@ "value": 1, "entries": [ "A torch burns for 1 hour, providing bright light in a 20-foot radius and dim light for an additional 20 feet. If you make a melee attack with a burning torch and hit, it deals 1 fire damage." + ], + "light": [ + { + "bright": 20, + "dim": 40 + } + ], + "miscTags": [ + "CNS" ] }, { @@ -65445,6 +65638,15 @@ "value": 1, "entries": [ "A Torch burns for 1 hour, casting {@variantrule Bright Light|XPHB} in a 20-foot radius and {@variantrule Dim Light|XPHB} for an additional 20 feet. When you take the {@action Attack|XPHB} action, you can attack with the Torch, using it as a Simple Melee weapon. On a hit, the target takes 1 Fire damage." + ], + "light": [ + { + "bright": 20, + "dim": 40 + } + ], + "miscTags": [ + "CNS" ] }, { @@ -69173,7 +69375,7 @@ "entries": [ "Crafted and wielded by {@creature Orcus|MPMM}, this ghastly wand slips from the demon lord's grasp from time to time. When it does, it magically appears wherever the demon lord senses an opportunity to achieve some fell goal.", "The wand is topped with a skull that once belonged to a human hero slain by Orcus. The wand can magically change in size to better conform to the grip of its user. All Holy Water within 10 feet of the wand is destroyed.", - "Any creature besides Orcus that tries to attune to the wand makes a {@dc 17} Constitution saving throw. On a successful save, the creature takes {@damage 10d6} Necrotic damage. On a failed save, the creature dies and, if it is a Humanoid, turns into a {@creature Zombie|XPHB}.", + "Any creature besides Orcus that tries to attune to the wand makes a {@dc 17} Constitution saving throw. On a successful save, the creature takes {@damage 10d6} Necrotic damage. On a failed save, the creature dies and, if it is a Humanoid, turns into a {@creature Zombie|XMM}.", { "type": "entries", "name": "Magic Weapon", @@ -69254,7 +69456,7 @@ "type": "entries", "name": "Call Undead", "entries": [ - "While holding the wand, you can take a {@action Magic|XPHB} action to conjure 15 {@creature Skeleton|XPHB|Skeletons} and 15 {@creature Zombie|XPHB|Zombies}. These Undead magically rise up from the ground or otherwise form in unoccupied spaces within 300 feet of you and obey your commands until they are destroyed or until the next dawn, when they collapse into inanimate piles of bones and rotting corpses. Once you use this property, you can't use it again until the next dawn.", + "While holding the wand, you can take a {@action Magic|XPHB} action to conjure 15 {@creature Skeleton|XMM|Skeletons} and 15 {@creature Zombie|XMM|Zombies}. These Undead magically rise up from the ground or otherwise form in unoccupied spaces within 300 feet of you and obey your commands until they are destroyed or until the next dawn, when they collapse into inanimate piles of bones and rotting corpses. Once you use this property, you can't use it again until the next dawn.", "While holding the wand, Orcus can summon any kind of Undead, not just skeletons and zombies. These Undead don't perish at dawn the following day, remaining until Orcus dismisses them." ] }, @@ -69891,7 +70093,7 @@ ], [ "56-60", - "A magically formed creature appears in an unoccupied space as close to the chosen point of origin as possible. The creature isn't under your control, acts as it normally would, and disappears after 1 hour or when it drops to 0 {@variantrule Hit Points|XPHB}. Roll {@dice 1d4} to determine which creature appears. On a {@b 1}, a {@creature Rhinoceros|XMM} appears; on a {@b 2}, an {@creature Elephant|XPHB} appears; and on a {@b 3-4}, a {@creature Rat|XPHB} appears." + "A magically formed creature appears in an unoccupied space as close to the chosen point of origin as possible. The creature isn't under your control, acts as it normally would, and disappears after 1 hour or when it drops to 0 {@variantrule Hit Points|XPHB}. Roll {@dice 1d4} to determine which creature appears. On a {@b 1}, a {@creature Rhinoceros|XMM} appears; on a {@b 2}, an {@creature Elephant|XMM} appears; and on a {@b 3-4}, a {@creature Rat|XMM} appears." ], [ "61-64", @@ -69923,7 +70125,7 @@ ], [ "93-97", - "You cast {@spell Polymorph|XPHB}, targeting the creature closest to the chosen point of origin. Roll {@dice 1d4} to determine the target's new form. On a {@b 1}, the new form is a {@creature Black Bear|XPHB}; on a {@b 2}, the new form is a {@creature Giant Wasp|XMM}; on a {@b 3-4}, the new form is a {@creature Frog|XPHB}." + "You cast {@spell Polymorph|XPHB}, targeting the creature closest to the chosen point of origin. Roll {@dice 1d4} to determine the target's new form. On a {@b 1}, the new form is a {@creature Black Bear|XMM}; on a {@b 2}, the new form is a {@creature Giant Wasp|XMM}; on a {@b 3-4}, the new form is a {@creature Frog|XMM}." ], [ "98-00", @@ -71462,25 +71664,6 @@ ], "hasFluffImages": true }, - { - "name": "Wing Crest Shield", - "source": "HWCS", - "page": 214, - "type": "S", - "rarity": "uncommon", - "reqAttune": true, - "wondrous": true, - "ac": 2, - "bonusAc": "+1", - "entries": [ - "While wielding this shield, you gain a +1 bonus to your AC.", - "As an action, you can speak the command word to cast {@spell gust of wind} (save {@dc 15}). Once the shield has been used to cast this spell, it can't be used to cast this spell again until the next dawn." - ], - "attachedSpells": [ - "gust of wind" - ], - "hasFluffImages": true - }, { "name": "Winged Boots", "source": "DMG", @@ -72246,6 +72429,12 @@ "value": 100, "entries": [ "These fist-sized nuts grow on wukka trees, which are popular haunts for {@creature jaculi|ToA}, {@creature su-monster|ToA|su-monsters}, and {@creature zorbo|ToA|zorbos}. A wukka nut rattles when shaken, causing its shell to shed bright light in a 10-foot radius and dim light for an additional 10 feet. This magical light fades after 1 minute, but shaking the nut again causes the light to reappear. If the shell of the nut is cracked open, it loses its magic." + ], + "light": [ + { + "bright": 10, + "dim": 20 + } ] }, { @@ -72539,6 +72728,12 @@ ] } ], + "light": [ + { + "bright": 300, + "dim": 600 + } + ], "attachedSpells": [ "control weather" ] diff --git a/data/magicvariants.json b/data/magicvariants.json index bed0cbd..a18e3b8 100644 --- a/data/magicvariants.json +++ b/data/magicvariants.json @@ -820,7 +820,7 @@ } ], "excludes": { - "name": "Energy Cell" + "cellEnergy": true }, "ammo": true, "entries": [ @@ -2041,13 +2041,8 @@ } ], "excludes": { - "name": [ - "Energy Cell", - "Modern Bullet", - "Modern Bullets (10)", - "Renaissance Bullet", - "Renaissance Bullets (10)" - ] + "cellEnergy": true, + "bulletFirearm": true }, "ammo": true, "entries": [ @@ -2234,34 +2229,6 @@ ] } }, - { - "name": "Blade of the Wood", - "type": "GV|DMG", - "requires": [ - { - "sword": true - } - ], - "inherits": { - "nameSuffix": " of the Wood", - "source": "HWCS", - "page": 213, - "rarity": "rare", - "reqAttune": true, - "bonusWeapon": "+1", - "charges": 2, - "entries": [ - "A finely crafted sword with delicate etchings, it resonates with a faint hum of life.", - "You gain a {=bonusWeapon} bonus to attack and damage rolls made with this magic weapon.", - "The sword has 2 charges. You can expend a charge and speak the command word to cast {@spell spike growth} (save {@dc 16}) centered on yourself. You can pass through this terrain unaffected.", - "The sword regains one charge each day at dawn." - ], - "attachedSpells": [ - "spike growth" - ] - }, - "hasFluffImages": true - }, { "name": "Bloodseeker Ammunition", "type": "GV|DMG", @@ -2517,6 +2484,15 @@ "This magic sword's blade is fashioned from a horn or spine from a crystal dragon. When you hit with an attack roll using this sword, the target takes an extra {@damage 1d8} radiant damage.", "The sword has 3 charges and regains {@dice 1d3} expended charges daily at dawn. When you hit a creature with an attack roll using the sword, you can expend 1 charge to regain a number of hit points equal to the extra radiant damage the sword dealt.", "While you're holding the sword, you can use a bonus action to cause it to shed bright light in a 30-foot radius and dim light for an additional 30 feet, to cause it to shed dim light in a 10-foot radius, or to douse the light." + ], + "light": [ + { + "bright": 30, + "dim": 60 + }, + { + "dim": 10 + } ] } }, @@ -2890,7 +2866,7 @@ } ], "excludes": { - "name": "Energy Cell" + "cellEnergy": true }, "ammo": true, "inherits": { @@ -3160,6 +3136,12 @@ "As a {@action Magic|XPHB} action, you can loose a flurry of energy arrows from this weapon at a wall up to 60 feet away from yourself. The arrows become glowing rungs that stick out of the wall, forming a magical {@item ladder|XPHB} up to 60 feet long on the wall. This ladder lasts for 1 minute before disappearing." ] } + ], + "light": [ + { + "bright": 20, + "dim": 40 + } ] } }, @@ -3209,6 +3191,12 @@ ] } ], + "light": [ + { + "bright": 20, + "dim": 40 + } + ], "lootTables": [ "Armaments - Very Rare|XDMG" ] @@ -3828,6 +3816,12 @@ "entries": [ "You can use a bonus action to speak this magic sword's command word, causing flames to erupt from the blade. These flames shed bright light in a 40-foot radius and dim light for an additional 40 feet. While the sword is ablaze, it deals an extra {@damage 2d6} fire damage to any target it hits. The flames last until you use a bonus action to speak the command word again or until you drop or sheathe the sword." ], + "light": [ + { + "bright": 40, + "dim": 80 + } + ], "lootTables": [ "Magic Item Table G" ] @@ -3852,6 +3846,12 @@ "entries": [ "While holding this magic weapon, you can take a {@variantrule Bonus Action|XPHB} and use a command word to cause flames to engulf the damage-dealing part of the weapon. These flames shed {@variantrule Bright Light|XPHB} in a 40-foot radius and {@variantrule Dim Light|XPHB} for an additional 40 feet. While the weapon is ablaze, it deals an extra {@damage 2d6} Fire damage on a hit. The flames last until you take a {@variantrule Bonus Action|XPHB} to issue the command again or until you drop, stow, or sheathe the weapon." ], + "light": [ + { + "bright": 40, + "dim": 80 + } + ], "lootTables": [ "Armaments - Rare|XDMG" ] @@ -3947,6 +3947,12 @@ "In freezing temperatures, the blade sheds bright light in a 10-foot radius and dim light for an additional 10 feet.", "When you draw this weapon, you can extinguish all nonmagical flames within 30 feet of you. This property can be used no more than once per hour." ], + "light": [ + { + "bright": 10, + "dim": 20 + } + ], "lootTables": [ "Magic Item Table H" ] @@ -3994,6 +4000,12 @@ "In freezing temperatures, the weapon sheds {@variantrule Bright Light|XPHB} in a 10-foot radius and {@variantrule Dim Light|XPHB} for an additional 10 feet.", "When you draw this weapon, you can extinguish all nonmagical flames within 30 feet of yourself. Once used, this property can't be used again for 1 hour." ], + "light": [ + { + "bright": 10, + "dim": 20 + } + ], "lootTables": [ "Armaments - Very Rare|XDMG" ] @@ -4259,6 +4271,11 @@ "entries": [ "This weapon is fashioned from infernal iron and traced with veins of hellfire that shed dim light in a 5-foot-radius.", "Any humanoid killed by an attack made with this weapon has its soul funneled into the River Styx, where it's reborn instantly as a {@creature lemure} devil." + ], + "light": [ + { + "dim": 5 + } ] }, "hasFluffImages": true @@ -5095,6 +5112,12 @@ "rarity": "common", "entries": [ "In darkness, the unsheathed blade of this sword sheds moonlight, creating bright light in a 15-foot radius and dim light for an additional 15 feet." + ], + "light": [ + { + "bright": 15, + "dim": 30 + } ] } }, @@ -5114,6 +5137,12 @@ "entries": [ "In {@variantrule Darkness|XPHB}, the unsheathed blade of this weapon sheds moonlight, creating {@variantrule Bright Light|XPHB} in a 15-foot radius and {@variantrule Dim Light|XPHB} for an additional 15 feet." ], + "light": [ + { + "bright": 15, + "dim": 30 + } + ], "lootTables": [ "Armaments - Common|XDMG", "Implements - Common|XDMG" @@ -5790,30 +5819,6 @@ ] } }, - { - "name": "Red-Feather Bow", - "type": "GV|DMG", - "requires": [ - { - "bow": true - } - ], - "inherits": { - "namePrefix": "Red-Feather ", - "source": "HWCS", - "page": 214, - "rarity": "uncommon", - "reqAttune": true, - "bonusWeapon": "+1", - "charges": 3, - "entries": [ - "A prized hunting weapon among mistral raptors, this bow is imbued with magic to help the wielder see their prey from afar.", - "You gain a {=bonusWeapon} bonus to attack and damage rolls made with this magic weapon.", - "The bow has 3 charges. When you fire an arrow from this bow, you can speak the command word and use a charge to see through the arrow as a bonus action. You can see from the point your arrow lands as if you were there for 1 minute. If the arrow strikes a creature, you see what they see for the same duration." - ] - }, - "hasFluffImages": true - }, { "name": "Ruidium Armor", "type": "GV|DMG", @@ -5948,7 +5953,7 @@ } ], "excludes": { - "name": "Energy Cell" + "cellEnergy": true }, "ammo": true, "entries": [ @@ -6365,6 +6370,12 @@ "{@note Note: According to the SRD, it is an extra {@damage 4d6} slashing damage, although {@link this is incorrect|https://rpg.stackexchange.com/a/174522/53884}}.", "In addition, you can speak the sword's command to cause the blade to shed bright light in a 10-foot radius and dim light for an additional 10 feet. Speaking the command word again or sheathing the sword puts out the light." ], + "light": [ + { + "bright": 10, + "dim": 20 + } + ], "lootTables": [ "Magic Item Table H" ] @@ -7061,7 +7072,7 @@ } ], "excludes": { - "name": "Energy Cell" + "cellEnergy": true }, "ammo": true, "inherits": { diff --git a/data/optionalfeatures.json b/data/optionalfeatures.json index 6d7195b..b9c455d 100644 --- a/data/optionalfeatures.json +++ b/data/optionalfeatures.json @@ -1,18 +1,5 @@ { "optionalfeature": [ - { - "name": "Acrobatics Lessons", - "source": "HWCS", - "page": 36, - "featureType": [ - "TT" - ], - "entries": [ - "A slick rogue once gave you some pointers on zigging and zagging. When you or an ally makes a Dexterity saving throw, you may expend one use of your Bardic Inspiration, rolling a Bardic Inspiration die and adding the result to the saving throw. An ally must be within 60 feet of you and able to see and hear you to benefit from this trick.", - "At 6th level, if the target succeeds the saving throw against an effect that would deal half damage on a successful save, the target takes no damage instead.", - "At 14th level, even if the target fails their saving throw they only take half damage from the effect." - ] - }, { "name": "Agonizing Blast", "source": "PHB", @@ -168,29 +155,6 @@ "You gain a +2 bonus to attack rolls you make with ranged weapons." ] }, - { - "name": "Armed Combat Lessons", - "source": "HWCS", - "page": 36, - "featureType": [ - "TT" - ], - "entries": [ - "A seasoned fighter taught you how to use a simple combat stance to wield your weapons more effectively. When you select this option, choose from the following {@b Fighting Styles}:", - { - "type": "list", - "items": [ - "{@optfeature Archery}: You gain a +2 bonus to attack rolls you make with ranged weapons.", - "{@optfeature Dueling}: When you are wielding a melee weapon in one hand and no other weapons, you gain a +2 bonus to damage rolls with that weapon.", - "{@optfeature Great Weapon Fighting}: When you roll a 1 or 2 on a damage die for an attack you make with a melee weapon that you are wielding with two hands, you can reroll the die and must use the new roll, even if the new roll is a 1 or a 2. The weapon must have the two-handed or versatile property for you to gain this benefit.", - "{@optfeature Two-Weapon Fighting}: When you engage in two-weapon fighting, you can add your ability modifier." - ] - }, - "When you make a weapon attack, you can expend one use of your Bardic Inspiration, adding your Bardic Inspiration die to the attack or damage roll. When you do this, you gain the benefits of your chosen Fighting Style for 10 minutes.", - "At 6th level, you learn how to use your stance to chain your attacks together in deadly combination. Once, while your Fighting Style is active, you may attack twice, instead of once, when taking the Attack action on your turn.", - "At 14th level you have learned to shore up any weaknesses in your stance. You gain +1 to your AC for the effect's duration." - ] - }, { "name": "Armor of Magical Strength", "source": "TCE", @@ -481,19 +445,6 @@ "You can cast {@spell compulsion} once using a warlock spell slot. You can't do so again until you finish a long rest." ] }, - { - "name": "Bind the Wound", - "source": "HWCS", - "page": 36, - "featureType": [ - "TT" - ], - "entries": [ - "An experienced paladin instructed you in the basics of combat triage. When you or an ally within 5 feet of you receives healing of any kind, you may use your reaction to expend one use of your Bardic Inspiration and provide extra healing equal to the number on the Bardic Inspiration die roll + your Wisdom modifier (minimum of 1). You must have at least one hand free in order to quickly staunch the target's wound.", - "At 6th level, you have learned to identify a selection of useful herbs that you can carry with you. When providing additional healing with this trick you may also remove the poisoned or paralyzed condition from the target.", - "At 14th level, you have developed a true knack for emergency triage. You may additionally remove a single disease affecting the target of this ability." - ] - }, { "name": "Blessed Warrior", "source": "TCE", @@ -637,19 +588,6 @@ "While wearing these boots, a creature can teleport up to 15 feet as a bonus action to an unoccupied space the creature can see. The creature must have occupied that space at some point during the current turn." ] }, - { - "name": "Boxing Lessons", - "source": "HWCS", - "page": 36, - "featureType": [ - "TT" - ], - "entries": [ - "A wise monk was happy to share the basic form of the jab and weave. When you take the {@action Attack} action, you can expend one use of your Bardic Inspiration to quickly execute two unarmed strikes against one or more creatures you could target. You may use Dexterity instead of Strength for the attack and damage rolls of these unarmed strikes. The damage die used for these unarmed strikes is the same as your Bardic Inspiration die.", - "At 6th level, you have finally mastered the \"weave\" portion of your technique. You do not provoke {@action opportunity attack|phb|attacks of opportunity} this turn.", - "At 14th level, your practice has paid off, granting you the use of a slightly ki-infused attack. When you hit with one of these attacks you may attempt a stunning strike. The target must succeed on a Constitution saving throw or be stunned until the end of your next turn." - ] - }, { "name": "Brace", "source": "TCE", @@ -924,32 +862,6 @@ "When you make a Charisma ({@skill Intimidation|XPHB}, {@skill Performance|XPHB}, or {@skill Persuasion|XPHB}) check, you can expend one Superiority Die and add that die to the roll." ] }, - { - "name": "Conjure Woodland Spirit", - "source": "HWCS", - "page": 36, - "featureType": [ - "TT" - ], - "entries": [ - "{@note This is a magical effect.} A patient druid shared the secrets of forest magic with you. You can expend one use of your Bardic Inspiration as an action to conjure a forest guardian spirit in an unoccupied space you can see within 60 feet of you. The guardian spirit is Large, and takes the appearance of a spectral predatory cat. Any enemy that moves into or leaves a space adjacent to the guardian spirit must make a Wisdom saving throw, taking magical slashing damage equal to your Bardic Inspiration die on a failure. The guardian spirit will remain for as long as you concentrate on it, up to 10 minutes.", - "At 6th level, your bond with the guardian spirit grows even deeper. Any creature dealt damage by your guardian spirit has their speed reduced to 0 for the rest of the turn.", - "At 14th level, any Large or smaller creature who has their speed reduced to 0 by the guardian spirit is restrained for as long as you maintain your concentration, as your guardian spirit pins them in place. The target can break free by spending an action to make a Strength ({@skill Athletics}) check against your Traveler's Trick save DC." - ] - }, - { - "name": "Dark Bargain", - "source": "HWCS", - "page": 36, - "featureType": [ - "TT" - ], - "entries": [ - "{@note This is a magical effect.} You made a shady bargain with a haggard warlock. When you select this option, choose a {@filter Eldritch Invocation|optionalfeatures|type=EI} from the Warlock's list of class features for which you meet the prerequisites. You can expend one use of your Bardic Inspiration to gain the benefits of this Dark Invocation for 10 minutes. Doing this requires you to roll your Bardic Inspiration die and take an amount of necrotic damage equal to the roll.", - "At 6th level, you have learned how to deepen your pact with the warlock you once met. You may choose to take double the necrotic damage you rolled on your Bardic Inspiration die to instead have the effect last for 1 hour.", - "At 14th level, your pact with the warlock unlocks frightening new power. When you reach 14th level, choose a single spell of 7th level or lower from the {@filter warlock's spell list|spells|level=0;1;2;3;4;5;6;7|class=warlock}. You may cast the spell once during this effect without expending any spell slots, although you must cast it at the level of your highest spell slot. In exchange, the spell deals additional necrotic damage to you equal to twice the level at which it was cast." - ] - }, { "name": "Defense", "source": "PHB", @@ -1616,19 +1528,6 @@ "As a {@variantrule Bonus Action|XPHB}, you can expend one Superiority Die and take the {@action Disengage|XPHB} action. You also roll the die and add the number rolled to your AC until the start of your next turn." ] }, - { - "name": "Evocation Lessons", - "source": "HWCS", - "page": 36, - "featureType": [ - "TT" - ], - "entries": [ - "{@note This is a magical effect.} A venerable wizard shared secrets of evocation magic with you. When you select this option, choose a damage-dealing spell you can cast. You can expend one use of your Bardic Inspiration when you cast this spell to change the type of damage it deals to your choice of either acid, cold, fire, lightning, or thunder (chosen when you cast the spell). Add the number you roll on your Bardic Inspiration die + your Wisdom modifier (minimum of 1) to the damage dealt by the spell.", - "At 6th level you may choose to change the spell you had previously selected with this feature to another spell that you know.", - "At 14th level you may choose to change the spell you had previously selected with this feature to another spell that you know." - ] - }, { "name": "Extended Spell", "source": "PHB", @@ -2362,19 +2261,6 @@ ], "hasFluffImages": true }, - { - "name": "Hunting Lessons", - "source": "HWCS", - "page": 36, - "featureType": [ - "TT" - ], - "entries": [ - "{@note This is a magical effect.} A skilled ranger taught you how to use your magic to pinpoint your quarry's weak spots. You can expend one use of your Bardic Inspiration to target one creature you can see within 90 feet of you as your quarry. For as long as you concentrate on this ability, up to 1 hour, all weapon attacks you make against the target deal additional damage equal to your Bardic Inspiration die.", - "At 6th level, you have honed your skills to the point where you can easily track your quarry. For the duration of the effect, you are aware of your target's approximate distance and direction from you, so long as you are on the same plane.", - "At 14th level, you can maintain this effect for up to 24 hours." - ] - }, { "name": "Improved Pact Weapon", "source": "XGE", @@ -3249,7 +3135,7 @@ ], "entries": [ "You learn the {@spell Find Familiar|XPHB} spell and can cast it as a {@action Magic|XPHB} action without expending a spell slot.", - "When you cast the spell, you choose one of the normal forms for your familiar or one of the following special forms: {@creature Imp|XPHB}, {@creature Pseudodragon|XPHB}, {@creature Quasit|XPHB}, {@creature Skeleton|XPHB}, {@creature Slaad Tadpole|XPHB}, {@creature Sphinx of Wonder|XPHB}, {@creature Sprite|XPHB}, or {@creature Venomous Snake|XPHB} (see appendix B for the familiar's stat block).", + "When you cast the spell, you choose one of the normal forms for your familiar or one of the following special forms: {@creature Imp|XMM}, {@creature Pseudodragon|XMM}, {@creature Quasit|XMM}, {@creature Skeleton|XMM}, {@creature Slaad Tadpole|XMM}, {@creature Sphinx of Wonder|XMM}, {@creature Sprite|XMM}, or {@creature Venomous Snake|XMM} (see appendix B for the familiar's stat block).", "Additionally, when you take the {@action Attack|XPHB} action, you can forgo one of your own attacks to allow your familiar to make one attack of its own with its {@variantrule Reaction|XPHB}." ] }, @@ -3630,19 +3516,6 @@ "When the wearer of your talisman is hit by an attacker you can see within 30 feet of you, you can use your reaction to deal psychic damage to the attacker equal to your proficiency bonus and push it up to 10 feet away from the talisman's wearer." ] }, - { - "name": "Reckless Tactics", - "source": "HWCS", - "page": 36, - "featureType": [ - "TT" - ], - "entries": [ - "You learned from a hardened barbarian that sometimes you have to charge into combat with no regard for your own safety. When you make an attack with a melee weapon that has either the heavy, two handed, or versatile quality, you can expend one use of your Bardic Inspiration to gain advantage on the attack. Add the number you roll on your Bardic Inspiration die + your Wisdom modifier (minimum of 1) to the attack's damage roll. Attacks made against you this round have advantage.", - "At 6th level you have learned, through practice, how to push your offense even further. You may impose a -5 penalty to this attack roll. If the attack hits, you add +10 to the attack's damage.", - "At 14th level, your experience has taught you how to really go all in. If you have not moved this turn, you may voluntarily reduce your speed to 0 until your next turn to resolve this attack against any number of creatures within 5 feet of you, making a separate attack roll for each target." - ] - }, { "name": "Relentless Hex", "source": "XGE", @@ -5075,19 +4948,6 @@ "You can communicate telepathically with your familiar and perceive through your familiar's senses as long as you are on the same plane of existence. Additionally, while perceiving through your familiar's senses, you can also speak through your familiar in your own voice, even if your familiar is normally incapable of speech." ] }, - { - "name": "Warding Trick", - "source": "HWCS", - "page": 36, - "featureType": [ - "TT" - ], - "entries": [ - "{@note This is a magical effect.} A gentle cleric taught you how to channel your magic into a protective veil. You can expend one use of your Bardic Inspiration as an action to grant an ally you can see within 60 feet of you a number of temporary hit points equal to your roll on the Bardic Inspiration die + your Wisdom modifier (minimum of 1). This ward lasts for as long as you maintain concentration on it, up to 10 minutes.", - "At 6th level, your practice allows you to weave wards that retaliate against those who would harm your allies. Any creature who deals damage to an ally with temporary hit points granted by this effect must make a Wisdom saving throw. On a failure, the creature dealing damage takes an amount of radiant damage equal to your Bardic Inspiration die.", - "At 14th level, you have learned how to make your ward even more resilient. For the duration of the effect, at the beginning of each round on your turn the target gains a number of temporary hit points equal to your Bardic Inspiration die + your Wisdom modifier (minimum of 1). These replace any previous temporary hit points." - ] - }, { "name": "Water Whip", "source": "PHB", diff --git a/data/races.json b/data/races.json index 7d6af5c..d3a5e4a 100644 --- a/data/races.json +++ b/data/races.json @@ -1774,78 +1774,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Cervan", - "source": "HWCS", - "page": 22, - "size": [ - "M" - ], - "speed": 30, - "ability": [ - { - "con": 2 - } - ], - "languageProficiencies": [ - { - "other": true - } - ], - "entries": [ - { - "name": "Age", - "type": "entries", - "entries": [ - "Cervans reach maturity around 12 years. They live long lives compared to the rest of the Humblefolk, between 100 and 150 years, something they attribute as much to their way of life as the blessing of Cairith. Pronghorns generally live longer than grove cervans, which is considered a sign of Cairith's favor." - ] - }, - { - "name": "Alignment", - "type": "entries", - "entries": [ - "Cervans are pragmatic in their thinking, and generally prefer to keep their philosophies flexible in order to prioritize what they believe is important for both themselves and their communities. They lean towards neutral alignments." - ] - }, - { - "type": "entries", - "name": "Size", - "entries": [ - "Grove cervans stand between 5 and 6 feet tall, and have light builds, weighing between 130 and 180 pounds. Pronghorn cervans are taller and tend toward heavier, more muscular builds, standing around 7 feet tall, and sometimes weighing over 200 pounds. Your size is Medium." - ] - }, - { - "name": "Speed", - "type": "entries", - "entries": [ - "Your base walking speed is 30 feet." - ] - }, - { - "name": "Practical", - "type": "entries", - "entries": [ - "Cervans are eminently practical and like to spend their time learning useful skills for life in their woodland villages. You gain proficiency in one of the following skills: {@skill Athletics}, {@skill Medicine}, {@skill Nature}, or {@skill Survival}." - ] - }, - { - "name": "Surge of Vigor", - "type": "entries", - "entries": [ - "All cervans possess a great tenacity and will to survive, which allows them to bounce back from even the most devastating blows. If an attack deals over half of your current remaining hit points in damage, (even if your hit points are reduced to 0 by the attack) you immediately regain hit points equal to {@dice 1d12} + your Constitution Modifier. You can't use this feature again until you have completed a long rest." - ] - }, - { - "name": "Languages", - "type": "entries", - "entries": [ - "You can speak, read, and write Birdfolk, and speak Cervan (Cervan has no written component)." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, { "name": "Changeling", "source": "ERLW", @@ -2010,93 +1938,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Corvum", - "source": "HWCS", - "page": 12, - "size": [ - "M" - ], - "speed": 30, - "ability": [ - { - "int": 2 - } - ], - "languageProficiencies": [ - { - "other": true, - "auran": true - } - ], - "entries": [ - { - "name": "Age", - "type": "entries", - "entries": [ - "Corvums reach adulthood at around 18 years. They live slightly shorter lives than other birdfolk, approximately 70 years." - ] - }, - { - "name": "Alignment", - "type": "entries", - "entries": [ - "Shrewd and capable, corvums prefer moral flexibility and are more likely to be neutral than either good or evil. Nonetheless, corvums see the benefit of rules, even if many attempt to turn them to their own advantage. Because of this they favor lawful alignments." - ] - }, - { - "type": "entries", - "name": "Size", - "entries": [ - "Corvums cut imposing figures, standing between 4 and a half and 5 and a half feet tall, encompassing a variety of different builds. They weigh around 100 pounds. Your size is Medium." - ] - }, - { - "name": "Speed", - "type": "entries", - "entries": [ - "Your base walking speed is 30 feet." - ] - }, - { - "name": "Glide", - "type": "entries", - "entries": [ - "Using your feathered arms, you can slow your fall, and glide short distances. When falling you can use your reaction to spread your arms, stiffen your wing feathers, and slow your descent. While doing so, you continue to fall gently at a speed of 60 feet per round, taking no fall damage when you land. If you would fall at least 10 feet in this way, you may fly up to your movement speed in one direction you choose, although you cannot choose to move upwards, landing in the space you finish your movement. You cannot glide while carrying heavy weapons or wielding a shield (though you may drop any held items as part of your reaction to spread your arms). You cannot glide while wearing heavy armor, or if you are encumbered." - ] - }, - { - "name": "Talons", - "type": "entries", - "entries": [ - "Your sharp claws aid you in unarmed combat and while climbing. Your damage for an unarmed strike is {@damage 1d4} piercing damage. Additionally, you have advantage on Strength ({@skill Athletics}) checks made to climb any surface your talons could reasonably grip." - ] - }, - { - "name": "Learned", - "type": "entries", - "entries": [ - "You gain proficiency in one of the following skills: {@skill Arcana}, {@skill History}, {@skill Nature}, or {@skill Religion}." - ] - }, - { - "name": "Appraising Eye", - "type": "entries", - "entries": [ - "You have an almost supernatural ability to appraise objects. By spending an action examining any object, you can determine any magical properties the item has, how they might be used or activated, as well as a fair estimation of market price. Using this skill strains the eyes, and you must complete a long or short rest before you can use it again." - ] - }, - { - "name": "Languages", - "type": "entries", - "entries": [ - "You can speak, read, and write Birdfolk. You can also understand Auran, though you cannot speak it naturally." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, { "name": "Custom Lineage", "source": "TCE", @@ -4819,111 +4660,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Gallus", - "source": "HWCS", - "page": 14, - "size": [ - "M" - ], - "speed": 30, - "ability": [ - { - "wis": 2 - } - ], - "languageProficiencies": [ - { - "other": true, - "auran": true - } - ], - "toolProficiencies": [ - { - "choose": { - "from": [ - "brewer's supplies", - "carpenter's tools", - "smith's tools" - ] - } - } - ], - "entries": [ - { - "name": "Age", - "type": "entries", - "entries": [ - "While ages fluctuate, gallus reach maturity around 18 and can live anywhere between 70 and 100 years." - ] - }, - { - "name": "Alignment", - "type": "entries", - "entries": [ - "Most gallus are lawful good. They are a salt-of-the-earth sort of folk who believe in justice, the value of hard work, and the importance of respecting others." - ] - }, - { - "type": "entries", - "name": "Size", - "entries": [ - "Gallus are the most varied of the birdfolk races, ranging from just under 4 feet to just over 5 feet tall, and showing many unique builds. The variety of shapes and sizes means they also encompass a variety of weights, but most average around 90 pounds. Your size is Medium." - ] - }, - { - "name": "Speed", - "type": "entries", - "entries": [ - "Your base walking speed is 30 feet." - ] - }, - { - "name": "Glide", - "type": "entries", - "entries": [ - "Using your feathered arms, you can slow your fall, and glide short distances. When falling you can use your reaction to spread your arms, stiffen your wing feathers, and slow your descent. While doing so, you continue to fall gently at a speed of 60 feet per round, taking no fall damage when you land. If you would fall at least 10 feet in this way, you may fly up to your movement speed in one direction you choose, although you cannot choose to move upwards, landing in the space you finish your movement. You cannot glide while carrying heavy weapons or wielding a shield (though you may drop any held items as part of your reaction to spread your arms). You cannot glide while wearing heavy armor, or if you are encumbered." - ] - }, - { - "name": "Wing Flap", - "type": "entries", - "entries": [ - "As a bonus action, you can use your powerful feathered arms to propel yourself upward a distance equal to half your movement speed. You can use it in conjunction with a regular jump, but not while gliding." - ] - }, - { - "name": "Communal", - "type": "entries", - "entries": [ - "Whenever you make an Intelligence ({@skill History}) check related to the history of your race, culture, or community, you are considered proficient in the {@skill History} skill and add double your proficiency bonus to the check, instead of your normal proficiency bonus." - ] - }, - { - "name": "Militia Training", - "type": "entries", - "entries": [ - "You have proficiency in {@filter simple weapons|items|source=phb|category=basic|type=simple weapon;melee weapon=sand}." - ] - }, - { - "name": "Of the People", - "type": "entries", - "entries": [ - "You gain proficiency with the {@filter artisan tools|items|source=phb|category=basic|type=artisan's tools} of your choice: {@item brewer's supplies|PHB}, {@item carpenter's tools|PHB}, or {@item smith's tools|PHB}." - ] - }, - { - "name": "Languages", - "type": "entries", - "entries": [ - "You can speak, read, and write Birdfolk. You can also understand Auran, though you cannot speak it naturally." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, { "name": "Genasi", "source": "EEPC", @@ -7169,126 +6905,25 @@ "hasFluffImages": true }, { - "name": "Hedge", - "source": "HWCS", - "page": 24, - "size": [ - "S" - ], - "speed": { - "walk": 25, - "burrow": 15 - }, - "ability": [ - { - "cha": 2, - "wis": 1 - } + "name": "Hexblood", + "source": "VRGR", + "page": 18, + "lineage": "VRGR", + "creatureTypes": [ + "fey" ], - "traitTags": [ - "Natural Armor" + "size": [ + "S", + "M" ], - "languageProficiencies": [ + "speed": 30, + "darkvision": 60, + "skillProficiencies": [ { - "other": true + "any": 2 } ], - "entries": [ - { - "name": "Age", - "type": "entries", - "entries": [ - "Hedges take longer to mature than most other races, reaching adulthood around 20 years. They also live for a long time, with many reaching 120 years or more." - ] - }, - { - "name": "Alignment", - "type": "entries", - "entries": [ - "Hedges are compassionate, empathetic, and diplomatic, tending towards good alignments. They also favor neutral alignments, as hedges have a great respect for the balance of nature." - ] - }, - { - "type": "entries", - "name": "Size", - "entries": [ - "Hedges have short, rounded body shapes, standing between 3 and 4 feet in height, and weighing between 40 and 70 pounds. Your size is Small." - ] - }, - { - "name": "Speed", - "type": "entries", - "entries": [ - "Your base walking speed is 25 feet." - ] - }, - { - "name": "Natural Burrowers", - "type": "entries", - "entries": [ - "You have a burrowing speed of 15 feet. You are capable of burrowing through soil, but are unable to dig through anything more substantial with just your clawed hands." - ] - }, - { - "name": "Spiny Quills", - "type": "entries", - "entries": [ - "The backs of hedges are covered with spiny quills, which makes it impossible for hedges to wear armor. These quills provide exceptional protection, therefore you have a base armor class of 14 + your Dexterity modifier. Even though you can't wear armor, you can still benefit from the armor class bonus provided by shields so long as you are proficient with them." - ] - }, - { - "name": "Curl Up", - "type": "entries", - "entries": [ - "You can use your action to curl up, exposing attackers to a wall of your toughened quills. While curled up you cannot move, attack, or cast spells with somatic components, and your base armor class becomes 19. You cannot benefit from any Dexterity bonus to armor class while curled up, but you can still use shields.", - "Any creature that misses you with a melee attack while you are curled up takes {@damage 2d4} points of piercing damage from your sharp quills. If a creature hits you while you are curled up, you are knocked {@condition prone} in your space at the end of the turn. You may uncurl yourself at any point during your turn." - ] - }, - { - "name": "Forest Magic", - "type": "entries", - "entries": [ - "You have a deep connection to the magic of the Wood. You know the {@spell druidcraft} cantrip. Additionally, you can cast {@spell animal messenger} as a 2nd level spell once with this trait, and regain the ability to do so after a short or long rest. Charisma is your spellcasting ability for these spells." - ] - }, - { - "name": "Speak With Bugs", - "type": "entries", - "entries": [ - "Through sounds and gestures, you can communicate simple ideas with creatures of the beast subtype that represent insects, spiders, worms, and other creepy crawlies, regardless of their size." - ] - }, - { - "name": "Languages", - "type": "entries", - "entries": [ - "You can speak, read, and write Birdfolk and Hedge." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Hexblood", - "source": "VRGR", - "page": 18, - "lineage": "VRGR", - "creatureTypes": [ - "fey" - ], - "size": [ - "S", - "M" - ], - "speed": 30, - "darkvision": 60, - "skillProficiencies": [ - { - "any": 2 - } - ], - "additionalSpells": [ + "additionalSpells": [ { "ability": { "choose": [ @@ -8058,93 +7693,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Jerbeen", - "source": "HWCS", - "page": 27, - "size": [ - "S" - ], - "speed": 30, - "ability": [ - { - "dex": 2, - "cha": 1 - } - ], - "languageProficiencies": [ - { - "other": true - } - ], - "entries": [ - { - "name": "Age", - "type": "entries", - "entries": [ - "Jerbeens grow quickly, reaching maturity around 5 years. They are the shortest lived of all the humblefolk races, living just about 40 years." - ] - }, - { - "name": "Alignment", - "type": "entries", - "entries": [ - "Being small and facing many threats in the world, jerbeens are sensitive to the feelings of others, and tend towards good alignments. They also lean more towards lawful alignments due to their co-operative nature." - ] - }, - { - "type": "entries", - "name": "Size", - "entries": [ - "Jerbeens have incredibly small and light bodies, standing between 2 and 3 feet tall, and weighing between 20 and 40 pounds. Your size is Small." - ] - }, - { - "name": "Speed", - "type": "entries", - "entries": [ - "Your base walking speed is 30 feet." - ] - }, - { - "name": "Standing Leap", - "type": "entries", - "entries": [ - "Your base long jump is 30 feet, and your base high jump is 15 feet, with or without a running start." - ] - }, - { - "name": "Nimbleness", - "type": "entries", - "entries": [ - "You can move through the space of any creature that is of a size larger than yours." - ] - }, - { - "name": "Take Heart", - "type": "entries", - "entries": [ - "You have advantage on Strength saving throws and saving throws against being frightened as long as you are within 5 feet of an ally who isn't {@condition frightened} or {@condition incapacitated} that you can both see and hear." - ] - }, - { - "name": "Team Tactics", - "type": "entries", - "entries": [ - "You can use the {@action Help} action as a bonus action." - ] - }, - { - "name": "Languages", - "type": "entries", - "entries": [ - "You can speak, read, and write Birdfolk and Jerbeen." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, { "name": "Kalashtar", "source": "ERLW", @@ -9597,309 +9145,114 @@ "hasFluffImages": true }, { - "name": "Luma", - "source": "HWCS", - "page": 16, + "name": "Merfolk", + "source": "DMG", + "page": 282, "size": [ - "S" + "M" ], - "speed": 25, - "ability": [ - { - "cha": 2 - } + "speed": { + "walk": 10, + "swim": 40 + }, + "traitTags": [ + "Amphibious", + "NPC Race" ], "languageProficiencies": [ { - "other": true, - "auran": true + "common": true, + "aquan": true } ], "entries": [ { - "name": "Age", - "type": "entries", + "name": "Amphibious", "entries": [ - "Lumas are short-lived reaching adulthood around 20 years. Few lumas live beyond 70 years." - ] + "You can breathe air and water." + ], + "type": "entries" }, { - "name": "Alignment", - "type": "entries", + "name": "Languages", "entries": [ - "Spurred by personal interests and flights of fancy, lumas lean towards chaotic alignments. While generally good natured, those that have been spurned by society find it hard to see the benefits of altruism, but even under such circumstances lumas are rarely evil." - ] - }, + "You can speak, read, and write Common and Aquan." + ], + "type": "entries" + } + ] + }, + { + "name": "Merfolk", + "source": "PSZ", + "page": 13, + "otherSources": [ { - "type": "entries", - "name": "Size", - "entries": [ - "Lumas are the shortest and lightest of the birdfolk, standing roughly 3 feet tall and weighing only around 30 pounds. Your size is Small." - ] - }, + "source": "PSX", + "page": 12 + } + ], + "size": [ + "M" + ], + "speed": { + "walk": 30, + "swim": 30 + }, + "ability": [ + { + "cha": 1 + } + ], + "age": { + "mature": 20, + "max": 100 + }, + "traitTags": [ + "Amphibious" + ], + "languageProficiencies": [ + { + "common": true, + "other": true, + "anyStandard": 1 + } + ], + "entries": [ { - "name": "Speed", "type": "entries", + "name": "Age", "entries": [ - "Your base walking speed is 25 feet." + "Merfolk mature at the same rate humans do and reach adulthood around the age of 20. They live considerably longer than humans, though, often reaching well over 100 years." ] }, { - "name": "Glide", "type": "entries", + "name": "Alignment", "entries": [ - "Using your feathered arms, you can slow your fall, and glide short distances. When falling you can use your reaction to spread your arms, stiffen your wing feathers, and slow your descent. While doing so, you continue to fall gently at a speed of 60 feet per round, taking no fall damage when you land. If you would fall at least 10 feet in this way, you may fly up to your movement speed in one direction you choose, although you cannot choose to move upwards, landing in the space you finish your movement. You cannot glide while carrying heavy weapons or wielding a shield (though you may drop any held items as part of your reaction to spread your arms). You cannot glide while wearing heavy armor, or if you are encumbered." + "Most merfolk are neutral, though merfolk of the Emeria and Cosi creeds have chaotic leanings." ] }, { - "name": "Wing Flap", - "type": "entries", + "name": "Amphibious", "entries": [ - "As a bonus action, you can use your powerful feathered arms to propel yourself upward a distance equal to half your movement speed. You can use it in conjunction with a regular jump, but not while gliding." - ] + "You can breathe air and water." + ], + "type": "entries" }, { - "name": "Touched", "type": "entries", + "name": "Size", "entries": [ - "You know one {@filter cantrip from the sorcerer spell list|spells|level=0|class=sorcerer}. Charisma is your spellcasting ability for this cantrip." + "Merfolk are about the same size and build as humans. Your size is Medium." ] }, { - "name": "Fated", - "type": "entries", + "name": "Swimming", "entries": [ - "Whether by luck or a guiding presence, you always seem to find your way. You can choose to reroll any attack, skill check, or saving throw. You can decide to do this after your roll, but only before the outcome of the roll has been determined. You can't use this feature again until you have completed a long rest." - ] - }, - { - "name": "Languages", - "type": "entries", - "entries": [ - "You can speak, read, and write Birdfolk. You can also understand Auran, though you cannot speak it naturally." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Mapach", - "source": "HWCS", - "page": 28, - "size": [ - "M" - ], - "speed": { - "walk": 30, - "climb": 20 - }, - "ability": [ - { - "wis": 2, - "con": 1 - } - ], - "darkvision": 60, - "languageProficiencies": [ - { - "other": true - } - ], - "toolProficiencies": [ - { - "tinker's tools": true - } - ], - "resist": [ - "poison" - ], - "entries": [ - { - "name": "Age", - "type": "entries", - "entries": [ - "Mapachs mature quickly, reaching adulthood around 8 years. Despite this they have fairly average lifespans, the oldest among them living just past 60 years." - ] - }, - { - "name": "Alignment", - "type": "entries", - "entries": [ - "Mapachs don't favour good over evil, with most choosing to remain neutral. They also lean towards the freedom of chaotic alignments." - ] - }, - { - "type": "entries", - "name": "Size", - "entries": [ - "Mapachs stand between 4 and 5 feet tall, and encompass a variety of builds from svelt to wide, weighing between 90 and 160 pounds. Your size is Medium." - ] - }, - { - "name": "Speed", - "type": "entries", - "entries": [ - "Your base walking speed is 30 feet." - ] - }, - { - "name": "Darkvision", - "type": "entries", - "entries": [ - "You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray. Mapachs are most comfortable under the cloak of night." - ] - }, - { - "name": "Expert Climbers", - "type": "entries", - "entries": [ - "You have a climb speed of 20 feet." - ] - }, - { - "name": "Resilience", - "type": "entries", - "entries": [ - "You have advantage on saving throws against poison and resistance against poison damage." - ] - }, - { - "name": "Scroungecraft", - "type": "entries", - "entries": [ - "You are proficient with {@item tinker's tools|PHB}. Additionally, you have the ability to construct crude but functional versions of common items using materials present in your surroundings. You may spend 10 minutes to craft these materials into any tool or piece of adventuring gear worth 30 gold pieces or less. The item will be completely functional, even capable of passing for a disguise (if you crafted an article of clothing). Tools, along with any other item that would logically break on its first use (caltrops, arrows), will become useless afterward. Scroungecrafted items will otherwise last 1 hour before falling apart.", - "Depending on the materials available, a Game Master (GM) may rule that you cannot craft an item in this way. For example, a vial of acid might be easy to make if you happen to be near a nest of acidic beetle larvae, or bark can be bound into a makeshift flask, but it would be difficult to create a passable facsimile of silken robes from a pile of leaves.", - "Should you have access to the proper materials, you can spend 8 hours converting an item you have scroungecrafted in this way into a permanent version, so long as you start this process before the item falls apart. Items crafted in such a way will function exactly as a normal version of the item, and if you have proficiency in the tools used to craft them, they can even look professionally-crafted. Otherwise, they retain a rather rough, cobbled-together appearance. You can also use scroungecraft to repair broken equipment, provided you have the materials on hand. Though, how long your repairs hold together is up to the GM." - ] - }, - { - "name": "Skulker", - "type": "entries", - "entries": [ - "You have advantage on {@skill Stealth} checks made in dim light and darkness." - ] - }, - { - "name": "Languages", - "type": "entries", - "entries": [ - "You can speak, read, and write Birdfolk and Mapach." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Merfolk", - "source": "DMG", - "page": 282, - "size": [ - "M" - ], - "speed": { - "walk": 10, - "swim": 40 - }, - "traitTags": [ - "Amphibious", - "NPC Race" - ], - "languageProficiencies": [ - { - "common": true, - "aquan": true - } - ], - "entries": [ - { - "name": "Amphibious", - "entries": [ - "You can breathe air and water." - ], - "type": "entries" - }, - { - "name": "Languages", - "entries": [ - "You can speak, read, and write Common and Aquan." - ], - "type": "entries" - } - ] - }, - { - "name": "Merfolk", - "source": "PSZ", - "page": 13, - "otherSources": [ - { - "source": "PSX", - "page": 12 - } - ], - "size": [ - "M" - ], - "speed": { - "walk": 30, - "swim": 30 - }, - "ability": [ - { - "cha": 1 - } - ], - "age": { - "mature": 20, - "max": 100 - }, - "traitTags": [ - "Amphibious" - ], - "languageProficiencies": [ - { - "common": true, - "other": true, - "anyStandard": 1 - } - ], - "entries": [ - { - "type": "entries", - "name": "Age", - "entries": [ - "Merfolk mature at the same rate humans do and reach adulthood around the age of 20. They live considerably longer than humans, though, often reaching well over 100 years." - ] - }, - { - "type": "entries", - "name": "Alignment", - "entries": [ - "Most merfolk are neutral, though merfolk of the Emeria and Cosi creeds have chaotic leanings." - ] - }, - { - "name": "Amphibious", - "entries": [ - "You can breathe air and water." - ], - "type": "entries" - }, - { - "type": "entries", - "name": "Size", - "entries": [ - "Merfolk are about the same size and build as humans. Your size is Medium." - ] - }, - { - "name": "Swimming", - "entries": [ - "You have a swimming speed of 30 feet." - ], - "type": "entries" + "You have a swimming speed of 30 feet." + ], + "type": "entries" }, { "name": "Languages", @@ -10970,100 +10323,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Raptor", - "source": "HWCS", - "page": 18, - "size": [ - "S" - ], - "speed": 25, - "ability": [ - { - "dex": 2 - } - ], - "languageProficiencies": [ - { - "other": true, - "auran": true - } - ], - "entries": [ - { - "name": "Age", - "type": "entries", - "entries": [ - "Raptors reach maturity around 20 years. They can live longer than any other birdfolk race, over 100 years." - ] - }, - { - "name": "Alignment", - "type": "entries", - "entries": [ - "Raptors tend towards neutral alignments. Preferring the path of naturalists and hunters, raptors rarely see value in order for the sake of order, and are often more pragmatic than idealistic." - ] - }, - { - "type": "entries", - "name": "Size", - "entries": [ - "Raptors are lean, muscular hunters, but they stand less than 4 feet tall. Their light builds usually lend themselves to bodies that weigh far less than one would expect for their height, averaging around only 35 pounds. Your size is Small." - ] - }, - { - "name": "Speed", - "type": "entries", - "entries": [ - "Your base walking speed is 25 feet." - ] - }, - { - "name": "Glide", - "type": "entries", - "entries": [ - "Using your feathered arms, you can slow your fall, and glide short distances. When falling you can use your reaction to spread your arms, stiffen your wing feathers, and slow your descent. While doing so, you continue to fall gently at a speed of 60 feet per round, taking no fall damage when you land. If you would fall at least 10 feet in this way, you may fly up to your movement speed in one direction you choose, although you cannot choose to move upwards, landing in the space you finish your movement. You cannot glide while carrying heavy weapons or wielding a shield (though you may drop any held items as part of your reaction to spread your arms). You cannot glide while wearing heavy armor, or if you are encumbered." - ] - }, - { - "name": "Talons", - "type": "entries", - "entries": [ - "Your sharp claws aid you in unarmed combat and while climbing. Your damage for an unarmed strike is {@damage 1d4} piercing damage. Additionally, you have advantage on Strength ({@skill Athletics}) checks made to climb any surface your talons could reasonably grip." - ] - }, - { - "name": "Keen Senses", - "type": "entries", - "entries": [ - "You have proficiency in the {@skill Perception} skill." - ] - }, - { - "name": "Woodland Hunter", - "type": "entries", - "entries": [ - "Your accuracy allows you to treat {@quickref Cover||3||three-quarters cover} as {@quickref Cover||3||half cover} and {@quickref Cover||3||half cover} as no cover." - ] - }, - { - "name": "Hunter's Training", - "type": "entries", - "entries": [ - "You have proficiency with the {@item longbow|PHB}, {@item shortbow|PHB}, and {@item spear|PHB}. Additionally, your familiarity with the longbow means that it is not considered a heavy weapon for you." - ] - }, - { - "name": "Languages", - "type": "entries", - "entries": [ - "You can speak, read, and write Birdfolk. You can also understand Auran, though you cannot speak it naturally." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, { "name": "Reborn", "source": "VRGR", @@ -11962,133 +11221,45 @@ ], "conditionImmune": [ "exhaustion", - "poisoned" - ], - "entries": [ - { - "type": "entries", - "name": "Creature Type", - "entries": [ - "You are Undead." - ] - }, - { - "type": "entries", - "name": "Brittle Bones", - "entries": [ - "You are vulnerable to bludgeoning damage." - ] - }, - { - "type": "entries", - "name": "Undead Nature", - "entries": [ - "You are immune to poison damage and {@condition exhaustion}, and you can't be {@condition poisoned}. You don't require air, food, drink, or sleep." - ] - }, - { - "name": "Darkvision", - "entries": [ - "You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray." - ], - "type": "entries" - }, - { - "name": "Languages", - "entries": [ - "You can't speak, but you can understand the languages you knew in life." - ], - "type": "entries" - } - ] - }, - { - "name": "Strig", - "source": "HWCS", - "page": 20, - "size": [ - "M" - ], - "speed": 30, - "ability": [ - { - "str": 2 - } - ], - "darkvision": 60, - "languageProficiencies": [ - { - "other": true, - "auran": true - } + "poisoned" ], "entries": [ { - "name": "Age", - "type": "entries", - "entries": [ - "Strigs reach maturity faster than most birdfolk races, around 15 years. They can reach a respectable old age by birdfolk standards, living around 80 years." - ] - }, - { - "name": "Alignment", - "type": "entries", - "entries": [ - "Strigs are normally good aligned, having a strong sense of fair play as well as a tendency to see the best in others. They also favor chaotic alignments, as strigs are a freedom-loving people who will usually put their personal morals above any imposed system of governance." - ] - }, - { - "type": "entries", - "name": "Size", - "entries": [ - "Strigs are muscular, imposing folk ranging from 4 to over 5 feet tall and weighing around 110 pounds. Your size is Medium." - ] - }, - { - "name": "Speed", "type": "entries", + "name": "Creature Type", "entries": [ - "Your base walking speed is 30 feet." + "You are Undead." ] }, { - "name": "Glide", "type": "entries", + "name": "Brittle Bones", "entries": [ - "Using your feathered arms, you can slow your fall, and glide short distances. When falling you can use your reaction to spread your arms, stiffen your wing feathers, and slow your descent. While doing so, you continue to fall gently at a speed of 60 feet per round, taking no fall damage when you land. If you would fall at least 10 feet in this way, you may fly up to your movement speed in one direction you choose, although you cannot choose to move upwards, landing in the space you finish your movement. You cannot glide while carrying heavy weapons or wielding a shield (though you may drop any held items as part of your reaction to spread your arms). You cannot glide while wearing heavy armor, or if you are encumbered." + "You are vulnerable to bludgeoning damage." ] }, { - "name": "Talons", "type": "entries", + "name": "Undead Nature", "entries": [ - "Your sharp claws aid you in unarmed combat and while climbing. Your damage for an unarmed strike is {@damage 1d4} piercing damage. Additionally, you have advantage on Strength ({@skill Athletics}) checks made to climb any surface your talons could reasonably grip." + "You are immune to poison damage and {@condition exhaustion}, and you can't be {@condition poisoned}. You don't require air, food, drink, or sleep." ] }, { "name": "Darkvision", - "type": "entries", - "entries": [ - "You are adept at hunting under the cover of night. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray." - ] - }, - { - "name": "Patterned Feathers", - "type": "entries", "entries": [ - "You have advantage on Dexterity ({@skill Stealth}) checks when you attempt to hide in a forest." - ] + "You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray." + ], + "type": "entries" }, { "name": "Languages", - "type": "entries", "entries": [ - "You can speak, read, and write Birdfolk. You can also understand Auran, though you cannot speak it naturally." - ] + "You can't speak, but you can understand the languages you knew in life." + ], + "type": "entries" } - ], - "hasFluff": true, - "hasFluffImages": true + ] }, { "name": "Tabaxi", @@ -13619,118 +12790,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Vulpin", - "source": "HWCS", - "page": 30, - "size": [ - "M" - ], - "speed": 30, - "ability": [ - { - "int": 2, - "cha": 1 - } - ], - "darkvision": 60, - "traitTags": [ - "Natural Weapon" - ], - "languageProficiencies": [ - { - "other": true - } - ], - "additionalSpells": [ - { - "ability": "int", - "innate": { - "3": { - "daily": { - "1": [ - "ambush prey|HWCS" - ] - } - }, - "5": { - "daily": { - "1": [ - "fear" - ] - } - } - } - } - ], - "entries": [ - { - "name": "Age", - "type": "entries", - "entries": [ - "Vulpins mature at an average pace, and can be comparatively long-lived. They reach adulthood at 15 years, and live well past 90 years." - ] - }, - { - "name": "Alignment", - "type": "entries", - "entries": [ - "Vulpins aren't innately evil, but their difficulty empathizing with others means they are only rarely good aligned. Most vulpins find strict authority distasteful, preferring chaotic alignments over lawful ones." - ] - }, - { - "type": "entries", - "name": "Size", - "entries": [ - "Vulpins cut dashing figures and are usually lean and muscular. They stand between 4 and a half and 5 and a half feet tall, but are relatively lightweight, weighing between 90 and 140 pounds. Your size is Medium." - ] - }, - { - "name": "Speed", - "type": "entries", - "entries": [ - "Your base walking speed is 30 feet." - ] - }, - { - "name": "Darkvision", - "type": "entries", - "entries": [ - "You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray. Mapachs are most comfortable under the cloak of night." - ] - }, - { - "name": "Bite", - "type": "entries", - "entries": [ - "You have sharp fangs that enable you to make natural bite attacks. You can choose to bite as an unarmed strike that deals {@damage 1d6} points of piercing damage, which can be calculated using either your Strength or Dexterity modifier for both the attack roll and damage bonus." - ] - }, - { - "name": "Evasive", - "type": "entries", - "entries": [ - "You add your Intelligence modifier as a bonus on all Dexterity saving throws." - ] - }, - { - "name": "Bewitching Guile", - "type": "entries", - "entries": [ - "You can cast {@spell charm person} as a 1st level spell with this trait, and regain the ability to do so when you finish a long rest. When you reach 3rd level, you can cast {@spell ambush prey|HWCS} as a 2nd level spell with this trait, and regain the ability to do so when you finish a long rest. When you reach 5th level, you can cast {@spell fear} with this trait, and regain the ability to do so when you finish a long rest. Intelligence is your spellcasting ability for these spells." - ] - }, - { - "name": "Languages", - "type": "entries", - "entries": [ - "You can speak, read, and write Birdfolk and Vulpin." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, { "name": "Warforged", "source": "ERLW", @@ -14225,204 +13284,60 @@ "entries": [ "Starting at 3rd level, you can use your action to unleash the divine energy within yourself, causing a searing light to radiate from you, pour out of your eyes and mouth, and threaten to char you.", "Your transformation lasts for 1 minute or until you end it as a bonus action. During it, you shed bright light in a 10-foot radius and dim light for an additional 10 feet, and at the end of each of your turns, you and each creature within 10 feet of you take radiant damage equal to half your level (rounded up). In addition, once on each of your turns, you can deal extra radiant damage to one target when you deal damage to it with an attack or a spell. The extra radiant damage equals your level.", - "Once you use this trait, you can't use it again until you finish a long rest." - ], - "type": "entries" - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Hawk-Headed", - "source": "PSA", - "raceName": "Aven", - "raceSource": "PSA", - "page": 16, - "ability": [ - { - "wis": 2 - } - ], - "skillProficiencies": [ - { - "perception": true - } - ], - "entries": [ - { - "name": "Hawkeyed", - "entries": [ - "You have proficiency in the {@skill Perception} skill. In addition, attacking at long range doesn't impose disadvantage on your ranged weapon attack rolls." - ], - "type": "entries" - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Ibis-Headed", - "source": "PSA", - "raceName": "Aven", - "raceSource": "PSA", - "page": 16, - "ability": [ - { - "int": 1 - } - ], - "entries": [ - { - "name": "Kefnet's Blessing", - "entries": [ - "You can add half your proficiency bonus, rounded down, to any Intelligence check you make that doesn't already include your proficiency bonus." - ], - "type": "entries" - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Grove", - "source": "HWCS", - "raceName": "Cervan", - "raceSource": "HWCS", - "page": 22, - "speed": 35, - "ability": [ - { - "dex": 1 - } - ], - "entries": [ - { - "name": "Swift", - "type": "entries", - "entries": [ - "Your base walking speed increases to 35 feet." - ] - }, - { - "name": "Standing Leap", - "type": "entries", - "entries": [ - "Your base long jump is 30 feet, and your base high jump is 15 feet, with or without a running start." - ] - }, - { - "name": "Nimble Step", - "type": "entries", - "entries": [ - "Opportunity attacks made against you are rolled with disadvantage." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Pronghorn", - "source": "HWCS", - "raceName": "Cervan", - "raceSource": "HWCS", - "page": 22, - "ability": [ - { - "str": 1 - } - ], - "traitTags": [ - "Natural Weapon", - "Powerful Build" - ], - "entries": [ - { - "name": "Robust Build", - "type": "entries", - "entries": [ - "Your carrying capacity is doubled, as is the weight you can push, drag, or lift." - ] - }, - { - "name": "Antlers", - "type": "entries", - "entries": [ - "You have a set of large, strong antlers that can be used to make devastating charge attacks. You can use your unarmed strike to gore opponents, dealing {@damage 1d6} + your Strength Modifier piercing damage on a hit.", - "Additionally, if you move at least 20 feet in a straight line towards an opponent, you can spend a bonus action to charge them, dealing an extra 1d6 points of piercing damage. If the target of your charge is Large or smaller, they must make a Strength saving throw against a DC of your Proficiency Bonus + 8 + your Strength Modifier. On failure, the target is pushed 10 feet away from you into a space of your choice." - ] + "Once you use this trait, you can't use it again until you finish a long rest." + ], + "type": "entries" } ], "hasFluff": true, "hasFluffImages": true }, { - "name": "Dusk", - "source": "HWCS", - "raceName": "Corvum", - "raceSource": "HWCS", - "page": 12, + "name": "Hawk-Headed", + "source": "PSA", + "raceName": "Aven", + "raceSource": "PSA", + "page": 16, "ability": [ { - "dex": 1 + "wis": 2 } ], - "traitTags": [ - "Natural Weapon" + "skillProficiencies": [ + { + "perception": true + } ], "entries": [ { - "name": "Skulker", - "type": "entries", - "entries": [ - "You have advantage on Dexterity ({@skill Stealth}) checks made in dim light or darkness." - ] - }, - { - "name": "Street Smarts", - "type": "entries", + "name": "Hawkeyed", "entries": [ - "You gain proficiency in the {@skill Insight} skill." - ] + "You have proficiency in the {@skill Perception} skill. In addition, attacking at long range doesn't impose disadvantage on your ranged weapon attack rolls." + ], + "type": "entries" } ], "hasFluff": true, "hasFluffImages": true }, { - "name": "Kindled", - "source": "HWCS", - "raceName": "Corvum", - "raceSource": "HWCS", - "page": 12, + "name": "Ibis-Headed", + "source": "PSA", + "raceName": "Aven", + "raceSource": "PSA", + "page": 16, "ability": [ { - "cha": 1 - } - ], - "traitTags": [ - "Natural Weapon" - ], - "toolProficiencies": [ - { - "any": 1 + "int": 1 } ], "entries": [ { - "name": "Convincing", - "type": "entries", - "entries": [ - "Kindled corvums have a way with words, and are accomplished at saying what someone wants or needs to hear. You have proficiency in either the {@skill Deception} or {@skill Persuasion} skill. Additionally, you have advantage on all Charisma checks made to convince someone of your exceptional knowledge on any topic related to the skill you selected with your learned trait ({@skill Arcana}, {@skill History}, {@skill Nature}, or {@skill Religion})." - ] - }, - { - "name": "Sharp Mind", - "type": "entries", + "name": "Kefnet's Blessing", "entries": [ - "You learn one additional language of your choice, gain proficiency in a {@book tool|PHB|5|Tools} of your choice, and are able to accurately recall with perfect clarity anything you have seen or heard within the past month." - ] + "You can add half your proficiency bonus, rounded down, to any Intelligence check you make that doesn't already include your proficiency bonus." + ], + "type": "entries" } ], "hasFluff": true, @@ -16210,66 +15125,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Bright", - "source": "HWCS", - "raceName": "Gallus", - "raceSource": "HWCS", - "page": 14, - "ability": [ - { - "cha": 1 - } - ], - "entries": [ - { - "name": "Inspiring", - "type": "entries", - "entries": [ - "By spending an action and giving words of advice or encouragement, you can inspire an ally who is able to see and hear you. The ally can roll a {@dice d4} and add the number rolled to their next ability check, attack roll, or saving throw." - ] - }, - { - "name": "Understanding", - "type": "entries", - "entries": [ - "You gain proficiency in the {@skill Insight} skill." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Huden", - "source": "HWCS", - "raceName": "Gallus", - "raceSource": "HWCS", - "page": 14, - "ability": [ - { - "dex": 1 - } - ], - "entries": [ - { - "name": "One With the Wood", - "type": "entries", - "entries": [ - "You have proficiency in the {@skill Nature} skill." - ] - }, - { - "name": "Seedspeech", - "type": "entries", - "entries": [ - "Your connection to the Great Rhythm is such that you can speak with the greenery of the forest itself. Through speech and touch you can communicate simple ideas to living plants. You are able to interpret their responses in simple language. Plants in the Wood do not experience the world in terms of sight, but most can feel differences in temperature, describe things that have touched them, as well as hear vibrations that happened around them (including speech)." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, { "name": "Air", "source": "EEPC", @@ -19665,69 +18520,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Sable", - "source": "HWCS", - "raceName": "Luma", - "raceSource": "HWCS", - "page": 16, - "ability": [ - { - "con": 1 - } - ], - "resist": [ - "poison" - ], - "entries": [ - { - "name": "Hard to Read", - "type": "entries", - "entries": [ - "Your innate eccentricities make it hard for other folk to figure you out. When someone performs a Wisdom ({@skill Insight}) check against you, they have disadvantage on their roll. Additionally, you gain advantage on Charisma ({@skill Deception}) checks made against creatures that are not lumas." - ] - }, - { - "name": "Resilience", - "type": "entries", - "entries": [ - "You have advantage on saving throws against poison and resistance against poison damage." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Sera", - "source": "HWCS", - "raceName": "Luma", - "raceSource": "HWCS", - "page": 16, - "ability": [ - { - "wis": 1 - } - ], - "entries": [ - { - "name": "Center of Attention", - "type": "entries", - "entries": [ - "You have proficiency in the {@skill Performance} skill." - ] - }, - { - "name": "Songbird", - "type": "entries", - "entries": [ - "When you perform, you can demonstrate the innate and mystical power of your Charisma. You may cast the {@spell charm person} spell once per long rest. This spell does not require any somatic components to cast. Charisma is your spellcasting ability for this spell." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, { "name": "Ixalan; Blue", "source": "PSX", @@ -20016,76 +18808,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Maran", - "source": "HWCS", - "raceName": "Raptor", - "raceSource": "HWCS", - "page": 18, - "speed": { - "walk": 25, - "swim": 25 - }, - "ability": [ - { - "int": 1 - } - ], - "traitTags": [ - "Natural Weapon" - ], - "entries": [ - { - "name": "Swimmer", - "type": "entries", - "entries": [ - "You have a swimming speed of 25 feet." - ] - }, - { - "name": "Patient", - "type": "entries", - "entries": [ - "When you react with a readied action, you have advantage on the first attack roll, skill check, or ability check you make as a part of that action." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Mistral", - "source": "HWCS", - "raceName": "Raptor", - "raceSource": "HWCS", - "page": 18, - "ability": [ - { - "wis": 1 - } - ], - "traitTags": [ - "Natural Weapon" - ], - "entries": [ - { - "name": "Agile", - "type": "entries", - "entries": [ - "You have proficiency in the {@skill Acrobatics} skill." - ] - }, - { - "name": "Aerial Defense", - "type": "entries", - "entries": [ - "Creatures that attack you while you are falling, gliding, or jumping have disadvantage on their attack roll." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, { "name": "Beasthide", "source": "ERLW", @@ -20236,73 +18958,6 @@ "hasFluff": true, "hasFluffImages": true }, - { - "name": "Stout", - "source": "HWCS", - "raceName": "Strig", - "raceSource": "HWCS", - "page": 20, - "ability": [ - { - "con": 1 - } - ], - "traitTags": [ - "Natural Weapon" - ], - "entries": [ - { - "name": "Imposing", - "type": "entries", - "entries": [ - "You have proficiency in the {@skill Intimidation} skill." - ] - }, - { - "name": "Brawler", - "type": "entries", - "entries": [ - "When you successfully attack a target with your talons, you can choose to grapple that target as a bonus action." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, - { - "name": "Swift", - "source": "HWCS", - "raceName": "Strig", - "raceSource": "HWCS", - "page": 20, - "speed": 35, - "ability": [ - { - "dex": 1 - } - ], - "traitTags": [ - "Natural Weapon" - ], - "entries": [ - { - "name": "Swift", - "type": "entries", - "entries": [ - "Your base walking speed increases to 35 feet." - ] - }, - { - "name": "Survivor", - "type": "entries", - "entries": [ - "You have proficiency in the {@skill Survival} skill." - ] - } - ], - "hasFluff": true, - "hasFluffImages": true - }, { "source": "PHB", "raceName": "Tiefling", diff --git a/data/renderdemo.json b/data/renderdemo.json index f0fe7fc..ec1f46f 100644 --- a/data/renderdemo.json +++ b/data/renderdemo.json @@ -90,6 +90,7 @@ "Meta-options can be set; inline for individual filters, and using 'fbmt' for filtering meta-options {@filter filter meta example|spells|level=1;2=sor~sand|fbmt=sor|fbmh=source}", "Search can be set; {@filter view dinosaurs|bestiary|search=dinosaur}", "An exact starting entity; {@filter filter for beasts and show cat|bestiary|type=beast|hash=cat_mm} where 'hash' is the part after a '#' and before any commas which appears in the URL bar when viewing the entity.", + "Preserve existing filter state (i.e., only modify filters specified in the tag); {@filter urban creatures|bestiary|environment=grassland|preserve}", { "type": "entries", "name": "Note", diff --git a/data/spells/fluff-index.json b/data/spells/fluff-index.json index 747735b..93791e2 100644 --- a/data/spells/fluff-index.json +++ b/data/spells/fluff-index.json @@ -4,7 +4,6 @@ "EGW": "fluff-spells-egw.json", "FTD": "fluff-spells-ftd.json", "GGR": "fluff-spells-ggr.json", - "HWCS": "fluff-spells-hwcs.json", "PHB": "fluff-spells-phb.json", "TCE": "fluff-spells-tce.json", "XGE": "fluff-spells-xge.json", diff --git a/data/spells/fluff-spells-hwcs.json b/data/spells/fluff-spells-hwcs.json deleted file mode 100644 index f5a3ace..0000000 --- a/data/spells/fluff-spells-hwcs.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "spellFluff": [ - { - "name": "Ambush Prey", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "spells/HWCS/Ambush-Prey.webp" - } - } - ] - }, - { - "name": "Elevated Sight", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "spells/HWCS/Elevated-Sight.webp" - } - } - ] - }, - { - "name": "Feathered Reach", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "spells/HWCS/Feathered-Reach.webp" - } - } - ] - }, - { - "name": "Globe of Twilight", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "spells/HWCS/Globe-of-Twilight.webp" - } - } - ] - }, - { - "name": "Gust Barrier", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "spells/HWCS/Gust-Barrier.webp" - } - } - ] - }, - { - "name": "Invoke the Amaranthine", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "spells/HWCS/Invoke-the-Amaranthine.webp" - } - } - ] - }, - { - "name": "Shape Plants", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "spells/HWCS/Shape-Plants.webp" - } - } - ] - }, - { - "name": "Spiny Shield", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "spells/HWCS/Spiny-Shield.webp" - } - } - ] - }, - { - "name": "Stellar Bodies", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "spells/HWCS/Stellar-Bodies.webp" - } - } - ] - }, - { - "name": "Veil of Dusk", - "source": "HWCS", - "images": [ - { - "type": "image", - "href": { - "type": "internal", - "path": "spells/HWCS/Veil-of-Dusk.webp" - } - } - ] - } - ] -} diff --git a/data/spells/index.json b/data/spells/index.json index 152e4c4..ecf6883 100644 --- a/data/spells/index.json +++ b/data/spells/index.json @@ -8,7 +8,6 @@ "FTD": "spells-ftd.json", "GGR": "spells-ggr.json", "GHLoE": "spells-ghloe.json", - "HWCS": "spells-hwcs.json", "IDRotF": "spells-idrotf.json", "LLK": "spells-llk.json", "PHB": "spells-phb.json", diff --git a/data/spells/sources.json b/data/spells/sources.json index 1f13857..dced70d 100644 --- a/data/spells/sources.json +++ b/data/spells/sources.json @@ -10243,288 +10243,6 @@ ] } }, - "HWCS": { - "Ambush Prey": { - "class": [ - { - "name": "Ranger", - "source": "PHB" - }, - { - "name": "Ranger", - "source": "XPHB" - } - ] - }, - "Elevated Sight": { - "class": [ - { - "name": "Cleric", - "source": "PHB" - }, - { - "name": "Druid", - "source": "PHB" - }, - { - "name": "Ranger", - "source": "PHB" - }, - { - "name": "Warlock", - "source": "PHB" - }, - { - "name": "Wizard", - "source": "PHB" - }, - { - "name": "Cleric", - "source": "XPHB" - }, - { - "name": "Druid", - "source": "XPHB" - }, - { - "name": "Ranger", - "source": "XPHB" - }, - { - "name": "Warlock", - "source": "XPHB" - }, - { - "name": "Wizard", - "source": "XPHB" - } - ] - }, - "Feathered Reach": { - "class": [ - { - "name": "Druid", - "source": "PHB" - }, - { - "name": "Ranger", - "source": "PHB" - }, - { - "name": "Druid", - "source": "XPHB" - }, - { - "name": "Ranger", - "source": "XPHB" - } - ] - }, - "Globe of Twilight": { - "class": [ - { - "name": "Druid", - "source": "PHB" - }, - { - "name": "Ranger", - "source": "PHB" - }, - { - "name": "Warlock", - "source": "PHB" - }, - { - "name": "Druid", - "source": "XPHB" - }, - { - "name": "Ranger", - "source": "XPHB" - }, - { - "name": "Warlock", - "source": "XPHB" - } - ] - }, - "Gust Barrier": { - "class": [ - { - "name": "Bard", - "source": "PHB" - }, - { - "name": "Druid", - "source": "PHB" - }, - { - "name": "Sorcerer", - "source": "PHB" - }, - { - "name": "Wizard", - "source": "PHB" - }, - { - "name": "Bard", - "source": "XPHB" - }, - { - "name": "Druid", - "source": "XPHB" - }, - { - "name": "Sorcerer", - "source": "XPHB" - }, - { - "name": "Wizard", - "source": "XPHB" - } - ] - }, - "Invoke the Amaranthine": { - "class": [ - { - "name": "Cleric", - "source": "PHB" - }, - { - "name": "Paladin", - "source": "PHB" - }, - { - "name": "Cleric", - "source": "XPHB" - }, - { - "name": "Paladin", - "source": "XPHB" - } - ] - }, - "Shape Plants": { - "class": [ - { - "name": "Bard", - "source": "PHB" - }, - { - "name": "Cleric", - "source": "PHB" - }, - { - "name": "Druid", - "source": "PHB" - }, - { - "name": "Bard", - "source": "XPHB" - }, - { - "name": "Cleric", - "source": "XPHB" - }, - { - "name": "Druid", - "source": "XPHB" - } - ] - }, - "Spiny Shield": { - "class": [ - { - "name": "Druid", - "source": "PHB" - }, - { - "name": "Ranger", - "source": "PHB" - }, - { - "name": "Sorcerer", - "source": "PHB" - }, - { - "name": "Wizard", - "source": "PHB" - }, - { - "name": "Druid", - "source": "XPHB" - }, - { - "name": "Ranger", - "source": "XPHB" - }, - { - "name": "Sorcerer", - "source": "XPHB" - }, - { - "name": "Wizard", - "source": "XPHB" - } - ] - }, - "Stellar Bodies": { - "class": [ - { - "name": "Druid", - "source": "PHB" - }, - { - "name": "Ranger", - "source": "PHB" - }, - { - "name": "Sorcerer", - "source": "PHB" - }, - { - "name": "Wizard", - "source": "PHB" - }, - { - "name": "Druid", - "source": "XPHB" - }, - { - "name": "Ranger", - "source": "XPHB" - }, - { - "name": "Sorcerer", - "source": "XPHB" - }, - { - "name": "Wizard", - "source": "XPHB" - } - ] - }, - "Veil of Dusk": { - "class": [ - { - "name": "Druid", - "source": "PHB" - }, - { - "name": "Warlock", - "source": "PHB" - }, - { - "name": "Druid", - "source": "XPHB" - }, - { - "name": "Warlock", - "source": "XPHB" - } - ] - } - }, "XPHB": { "Acid Splash": { "class": [ diff --git a/data/spells/spells-hwcs.json b/data/spells/spells-hwcs.json deleted file mode 100644 index cabd699..0000000 --- a/data/spells/spells-hwcs.json +++ /dev/null @@ -1,503 +0,0 @@ -{ - "spell": [ - { - "name": "Ambush Prey", - "source": "HWCS", - "page": 49, - "level": 2, - "school": "I", - "time": [ - { - "number": 1, - "unit": "action" - } - ], - "range": { - "type": "point", - "distance": { - "type": "self" - } - }, - "components": { - "s": true, - "m": { - "text": "a broken twig" - } - }, - "duration": [ - { - "type": "timed", - "duration": { - "type": "hour", - "amount": 1 - } - } - ], - "entries": [ - "You channel primal predatory energies to perfectly conceal your presence in order to surprise your target. You become {@condition invisible} for the spell's duration, granting advantage on all Dexterity ({@skill Stealth}) checks to remain hidden. The invisibility will last for the duration of the spell, however, moving 5 feet or more from your position when you cast the spell will end the effect.", - "As long as you remain invisible, the first attack you make against any target who is unaware of your presence deals an additional {@damage 1d6} points of damage. This attack ends the spell." - ], - "entriesHigherLevel": [ - { - "type": "entries", - "name": "At Higher Levels", - "entries": [ - "When you cast this spell using a spell slot above 2nd level, the damage of your first attack increases by {@scaledamage 1d6|2-9|1d6} for every slot level above 2nd." - ] - } - ], - "conditionInflict": [ - "invisible" - ], - "hasFluffImages": true - }, - { - "name": "Elevated Sight", - "source": "HWCS", - "page": 49, - "level": 1, - "school": "D", - "time": [ - { - "number": 1, - "unit": "action" - } - ], - "range": { - "type": "point", - "distance": { - "type": "self" - } - }, - "components": { - "v": true, - "s": true - }, - "duration": [ - { - "type": "timed", - "duration": { - "type": "minute", - "amount": 1 - }, - "concentration": true - } - ], - "entries": [ - "You cast your eyes skyward, granting you sight from a higher vantage point. You project your vision to see through an invisible sensor which appears in a spot up to 120 feet above you. You can see through the sensor as if you were flying, granting a full 360 degree view from its location.", - "The sensor moves with you, retaining its height in relation to you. You can use a bonus action to adjust the sensor's height, but only to a maximum of 120 feet above you.", - "While looking through this sensor you are {@condition blinded|PHB|blind}, though you can switch between seeing through the sensor or through your own eyes at any time during your turn." - ], - "conditionInflict": [ - "blinded" - ], - "miscTags": [ - "SGT", - "UBA" - ], - "hasFluffImages": true - }, - { - "name": "Feathered Reach", - "source": "HWCS", - "page": 50, - "level": 3, - "school": "T", - "time": [ - { - "number": 1, - "unit": "action" - } - ], - "range": { - "type": "point", - "distance": { - "type": "self" - } - }, - "components": { - "s": true, - "m": { - "text": "a small feather" - } - }, - "duration": [ - { - "type": "timed", - "duration": { - "type": "minute", - "amount": 1 - } - } - ], - "entries": [ - "You transform your arms into powerful wings, and your fingers into long, graceful feathers. The effects of this spell last 1 minute, at which point the feathers gradually fall out, causing you to float gently to the ground as your arms return to their original form. This spell confers a number of benefits upon the caster:", - { - "type": "list", - "items": [ - "As a bonus action, you can fly up to double your movement speed. You must land once you finish your movement, although you do not take fall damage while this spell is active, as your feathered arms bear you gently to the ground.", - "You can use your powerful feathered arms to propel yourself upward a distance equal to half your movement speed. You can do this once during your turn and may use it in conjunction with a regular jump.", - "When falling, you can use your reaction to stiffen your arms, and glide on the wind. You may fly up to your movement speed, in any direction, choosing where you land.", - "You gain advantage on all {@skill Athletics} checks used to make a long or high jump. You do not need to move 10 feet before you jump to gain distance, and you triple the distance you would jump normally." - ] - }, - "In order to benefit from this spell your hands must be free of shields and heavy weapons, and you cannot be encumbered." - ], - "miscTags": [ - "ADV", - "UBA" - ], - "hasFluffImages": true - }, - { - "name": "Globe of Twilight", - "source": "HWCS", - "page": 50, - "level": 3, - "school": "C", - "time": [ - { - "number": 1, - "unit": "action" - } - ], - "range": { - "type": "sphere", - "distance": { - "type": "feet", - "amount": 15 - } - }, - "components": { - "v": true, - "s": true, - "m": { - "text": "a dab of pitch and a bag of glittering sand" - } - }, - "duration": [ - { - "type": "timed", - "duration": { - "type": "minute", - "amount": 10 - }, - "concentration": true - } - ], - "entries": [ - "You shroud the area surrounding you in a sphere of night sky, dotted with miniature stars. The twilight conceals your allies, but clearly illuminates your enemies.", - "The area affected by this spell is lightly obscured by magical shadow, within which small constellations softly twinkle. Aside from these stars, only light produced by a spell of 3rd level or higher can properly illuminate any area inside the sphere. Nonmagical light does not function inside the sphere, and all other forms of magical radiance can only produce dim light in a 5-foot space.", - "When you cast this spell you may designate any number of creatures you can see to be concealed by the supernatural shadows while in the sphere. A concealed creature has advantage on Dexterity ({@skill Stealth}) checks when inside the sphere and may attempt to hide at any time. Because the area of the spell is lightly obscured, creatures within the spell's area have disadvantage on Wisdom ({@skill Perception}) checks made to see those outside of it.", - "All other creatures in the area are dazzled by the light of the miniature stars, causing them to have disadvantage on all perception checks inside the sphere. When such a creature enters the spell's area for the first time, or starts its turn there, it must make a Wisdom saving throw or be {@condition blinded} until the end of its turn." - ], - "conditionInflict": [ - "blinded" - ], - "savingThrow": [ - "wisdom" - ], - "miscTags": [ - "ADV", - "SGT" - ], - "areaTags": [ - "S" - ], - "hasFluffImages": true - }, - { - "name": "Gust Barrier", - "source": "HWCS", - "page": 50, - "level": 0, - "school": "V", - "time": [ - { - "number": 1, - "unit": "action" - } - ], - "range": { - "type": "point", - "distance": { - "type": "self" - } - }, - "components": { - "s": true - }, - "duration": [ - { - "type": "timed", - "duration": { - "type": "round", - "amount": 1 - } - } - ], - "entries": [ - "You spread your arms wide, allowing yourself to become enveloped by the air around you. Until the end of your next turn, any ranged attack against you is made with disadvantage.", - "Melee attackers who successfully hit you must make a Constitution saving throw against your spell save DC. On a failure, the attacker is flung away from you up to 10 feet and is knocked {@condition prone}." - ], - "conditionInflict": [ - "prone" - ], - "savingThrow": [ - "constitution" - ], - "hasFluffImages": true - }, - { - "name": "Invoke the Amaranthine", - "source": "HWCS", - "page": 51, - "level": 3, - "school": "D", - "time": [ - { - "number": 10, - "unit": "minute" - } - ], - "range": { - "type": "point", - "distance": { - "type": "self" - } - }, - "components": { - "v": true, - "s": true, - "m": { - "text": "a holy symbol of the Amaranthine" - } - }, - "duration": [ - { - "type": "timed", - "duration": { - "type": "hour", - "amount": 24 - } - } - ], - "entries": [ - "You call upon the power of an Amaranthine to grant yourself insight into the Great Rhythm that moves all things. When you cast this spell, roll two {@dice d20}s, and record what you rolled. For each die, choose either attack roll, skill check, or saving throw. You can choose each option multiple times. For the next 24 hours, you may substitute any roll of an ally or enemy you can see within 60 feet with one of the recorded numbers that matches the type of roll you wish to replace (attack roll, skill check, or saving throw). The target still adds any relevant modifiers to this number, but otherwise treat the substituted number as the number they rolled.", - "To do this, you must spend a reaction to present your holy symbol and invoke the name of the Amaranthine whose energies you called upon. You can do this anytime after the skill check, saving throw or attack has been rolled, but before the outcome of the event has been determined. The spell ends after 24 hours have passed, or when both dice have been expended." - ], - "miscTags": [ - "SGT" - ], - "hasFluffImages": true - }, - { - "name": "Shape Plants", - "source": "HWCS", - "page": 51, - "level": 4, - "school": "T", - "time": [ - { - "number": 1, - "unit": "action" - } - ], - "range": { - "type": "point", - "distance": { - "type": "touch" - } - }, - "components": { - "v": true, - "s": true - }, - "duration": [ - { - "type": "instant", - "duration": { - "type": "hour", - "amount": 1 - } - } - ], - "entries": [ - "You call upon gentle natural magics to alter the growth of plants. Any plant life you can see within range that fits within a 5-foot cube can take on whatever shape you desire. Additionally, if the plant is a bramble or capable of growing thorns, you may turn the affected area into difficult terrain, causing {@damage 2d4} points of piercing damage for every 5 feet moved through the area you shaped. You may also increase or decrease the number of flowers, vines, leaves, thorns, branches, or fruits produced by any plant you shape.", - "After one hour, the magic of your spell fades, and the plant resumes its normal shape. If you can use speak with plants (or a similar ability) to communicate with the plant, you may persuade it to retain its new form. Different plants have different feelings and attitudes, and if the form is too different from its natural shape it is likely to decline. If the plant accepts, at the GM's discretion, it will retain the form you have sculpted it into, in which case the effect becomes permanent." - ], - "entriesHigherLevel": [ - { - "type": "entries", - "name": "At Higher Levels", - "entries": [ - "When you cast this spell using a spell slot above 4th level, the size of the cube of plant life you can affect with the spell increases by an additional 5 feet for every slot level above 4th." - ] - } - ], - "damageInflict": [ - "piercing" - ], - "miscTags": [ - "PRM", - "SGT" - ], - "areaTags": [ - "C" - ], - "hasFluffImages": true - }, - { - "name": "Spiny Shield", - "source": "HWCS", - "page": 51, - "level": 1, - "school": "A", - "time": [ - { - "number": 1, - "unit": "reaction" - } - ], - "range": { - "type": "point", - "distance": { - "type": "self" - } - }, - "components": { - "v": true, - "s": true, - "m": { - "text": "a small quill" - } - }, - "duration": [ - { - "type": "timed", - "duration": { - "type": "round", - "amount": 1 - } - } - ], - "entries": [ - "An ethereal barrier of spikes, made of magical force, interposes itself between you and an attacker. Until your next turn, when you are hit by a melee attack, the barrier reduces the damage you are dealt by {@dice 2d4}, and deals the same amount of piercing damage to the attacker. The shield is ineffective against ranged attackers, but still provides a +2 bonus to AC (treat as {@quickref Cover||3||half cover}) against them for the duration." - ], - "entriesHigherLevel": [ - { - "type": "entries", - "name": "At Higher Levels", - "entries": [ - "When you cast this spell using a spell slot above 1st level, increase the spell's effect by an additional {@scaledice 2d4|1-9|1d4} for every slot level above 1st." - ] - } - ], - "damageInflict": [ - "piercing" - ], - "miscTags": [ - "MAC" - ], - "hasFluffImages": true - }, - { - "name": "Stellar Bodies", - "source": "HWCS", - "page": 52, - "level": 4, - "school": "V", - "time": [ - { - "number": 1, - "unit": "action" - } - ], - "range": { - "type": "special" - }, - "components": { - "v": true, - "s": true - }, - "duration": [ - { - "type": "timed", - "duration": { - "type": "minute", - "amount": 1 - } - } - ], - "entries": [ - "You create two small stars that orbit you. They twinkle pleasantly, shedding dim light in a 10-foot radius centered on you. The stars protect you. If a creature within 5 feet of you hits you with a melee attack they must make a Wisdom saving throw or take {@damage 1d8} points of radiant damage for each star orbiting you.", - "Once per round, on your turn, you may use your action to cause a star to streak towards an enemy, expending it as it explodes in a blinding flash. Make a ranged spell attack against an enemy within 120 feet, dealing {@damage 4d8} points of radiant damage on a hit. The target must then make a Constitution saving throw or be {@condition blinded} until the start of your next turn.", - "The spell ends when either its duration expires, you fall {@condition unconscious}, or you have expended all of your stars." - ], - "entriesHigherLevel": [ - { - "type": "entries", - "name": "At Higher Levels", - "entries": [ - "When you cast this spell using a spell slot above 4th level, you may create one additional star for every two slot levels above 4th. For each additional star orbiting you, the radius of dim light centered on you increases by 5 feet." - ] - } - ], - "damageInflict": [ - "radiant" - ], - "conditionInflict": [ - "blinded" - ], - "spellAttack": [ - "R" - ], - "savingThrow": [ - "constitution", - "wisdom" - ], - "hasFluffImages": true - }, - { - "name": "Veil of Dusk", - "source": "HWCS", - "page": 52, - "level": 1, - "school": "A", - "time": [ - { - "number": 1, - "unit": "bonus" - } - ], - "range": { - "type": "point", - "distance": { - "type": "feet", - "amount": 60 - } - }, - "components": { - "v": true, - "s": true, - "m": { - "text": "a pinch of soot" - } - }, - "duration": [ - { - "type": "timed", - "duration": { - "type": "minute", - "amount": 10 - }, - "concentration": true - } - ], - "entries": [ - "You incant towards a creature, cloaking them in a shadowy veil of darkness and silence. The target gains a +1 bonus to their armor class and makes {@skill Stealth} checks with advantage for the duration of the spell." - ], - "hasFluffImages": true - } - ] -} diff --git a/data/spells/spells-xphb.json b/data/spells/spells-xphb.json index fd5f369..970ce37 100644 --- a/data/spells/spells-xphb.json +++ b/data/spells/spells-xphb.json @@ -447,7 +447,7 @@ } ], "entries": [ - "Choose a pile of bones or a corpse of a Medium or Small Humanoid within range. The target becomes an Undead creature: a {@creature Skeleton|XPHB} if you chose bones or a {@creature Zombie|XPHB} if you chose a corpse.", + "Choose a pile of bones or a corpse of a Medium or Small Humanoid within range. The target becomes an Undead creature: a {@creature Skeleton|XMM} if you chose bones or a {@creature Zombie|XMM} if you chose a corpse.", "On each of your turns, you can take a {@variantrule Bonus Action|XPHB} to mentally command any creature you made with this spell if the creature is within 60 feet of you (if you control multiple creatures, you can command any of them at the same time, issuing the same command to each one). You decide what action the creature will take and where it will move on its next turn, or you can issue a general command, such as to guard a chamber or corridor. If you issue no commands, the creature takes the {@action Dodge|XPHB} action and moves only to avoid harm. Once given an order, the creature continues to follow it until its task is complete.", "The creature is under your control for 24 hours, after which it stops obeying any command you've given it. To maintain control of the creature for another 24 hours, you must cast this spell on the creature again before the current 24-hour period ends. This use of the spell reasserts your control over up to four creatures you have animated with this spell rather than animating a new creature." ], @@ -7446,7 +7446,7 @@ "ritual": true }, "entries": [ - "You gain the service of a familiar, a spirit that takes an animal form you choose: {@creature Bat|XPHB}, {@creature Cat|XPHB}, {@creature Frog|XPHB}, {@creature Hawk|XPHB}, {@creature Lizard|XPHB}, {@creature Octopus|XPHB}, {@creature Owl|XPHB}, {@creature Rat|XPHB}, {@creature Raven|XPHB}, {@creature Spider|XPHB}, {@creature Weasel|XPHB}, or another Beast that has a {@filter Challenge Rating of 0|bestiary|challenge rating=[&0]|type=beast|miscellaneous=!swarm}. Appearing in an unoccupied space within range, the familiar has the statistics of the chosen form, though it is a Celestial, Fey, or Fiend (your choice) instead of a Beast. Your familiar acts independently of you, but it obeys your commands.", + "You gain the service of a familiar, a spirit that takes an animal form you choose: {@creature Bat|XMM}, {@creature Cat|XMM}, {@creature Frog|XMM}, {@creature Hawk|XMM}, {@creature Lizard|XMM}, {@creature Octopus|XMM}, {@creature Owl|XMM}, {@creature Rat|XMM}, {@creature Raven|XMM}, {@creature Spider|XMM}, {@creature Weasel|XMM}, or another Beast that has a {@filter Challenge Rating of 0|bestiary|challenge rating=[&0]|type=beast|miscellaneous=!swarm}. Appearing in an unoccupied space within range, the familiar has the statistics of the chosen form, though it is a Celestial, Fey, or Fiend (your choice) instead of a Beast. Your familiar acts independently of you, but it obeys your commands.", { "type": "entries", "name": "Telepathic Connection", @@ -7654,7 +7654,7 @@ ], "entries": [ "You unleash negative energy toward a creature you can see within range. The target makes a Constitution saving throw, taking {@damage 7d8 + 30} Necrotic damage on a failed save or half as much damage on a successful one.", - "A Humanoid killed by this spell rises at the start of your next turn as a {@creature Zombie|XPHB} that follows your verbal orders." + "A Humanoid killed by this spell rises at the start of your next turn as a {@creature Zombie|XMM} that follows your verbal orders." ], "damageInflict": [ "necrotic" @@ -14024,7 +14024,7 @@ }, "entries": [ "A Large, quasi-real, horselike creature appears on the ground in an unoccupied space of your choice within range. You decide the creature's appearance, and it is equipped with a saddle, bit, and bridle. Any of the equipment created by the spell vanishes in a puff of smoke if it is carried more than 10 feet away from the steed.", - "For the duration, you or a creature you choose can ride the steed. The steed uses the {@creature Riding Horse|XPHB} stat block, except it has a {@variantrule Speed|XPHB} of 100 feet and can travel 13 miles in an hour. When the spell ends, the steed gradually fades, giving the rider 1 minute to dismount. The spell ends early if the steed takes any damage." + "For the duration, you or a creature you choose can ride the steed. The steed uses the {@creature Riding Horse|XMM} stat block, except it has a {@variantrule Speed|XPHB} of 100 feet and can travel 13 miles in an hour. When the spell ends, the steed gradually fades, giving the rider 1 minute to dismount. The spell ends early if the steed takes any damage." ], "miscTags": [ "SMN" diff --git a/eslint.config.mjs b/eslint.config.mjs new file mode 100644 index 0000000..fe69763 --- /dev/null +++ b/eslint.config.mjs @@ -0,0 +1,195 @@ +import js from "@eslint/js"; +import globals from "globals"; +import {CONFIG_IGNORES} from "./test/eslint/eslint-config.js"; + +export default [ + js.configs.recommended, + { + files: [ + "**/*.js", + "**/*.cjs", + "**/*.mjs", + ], + languageOptions: { + ecmaVersion: "latest", + sourceType: "module", + globals: { + ...globals.browser, + }, + }, + "rules": { + "accessor-pairs": "off", + "arrow-spacing": ["error", {"before": true, "after": true}], + "block-spacing": ["error", "always"], + "brace-style": ["error", "1tbs", {"allowSingleLine": true}], + "comma-dangle": ["error", { + "arrays": "always-multiline", + "objects": "always-multiline", + "imports": "always-multiline", + "exports": "always-multiline", + "functions": "always-multiline", + }], + "comma-spacing": ["error", {"before": false, "after": true}], + "comma-style": ["error", "last"], + "constructor-super": "error", + "curly": ["error", "multi-line"], + "dot-location": ["error", "property"], + "eqeqeq": ["error", "always", {"null": "ignore"}], + "func-call-spacing": ["error", "never"], + "generator-star-spacing": ["error", {"before": false, "after": true}], + "handle-callback-err": ["error", "^(err|error)$"], + "indent": [ + "error", + "tab", + { + "SwitchCase": 1, + }, + ], + "key-spacing": ["error", {"beforeColon": false, "afterColon": true}], + "keyword-spacing": ["error", {"before": true, "after": true}], + "new-cap": ["error", {"newIsCap": true, "capIsNew": false}], + "new-parens": "error", + "no-array-constructor": "error", + "no-caller": "error", + "no-class-assign": "error", + "no-compare-neg-zero": "error", + "no-cond-assign": "error", + "no-const-assign": "error", + "no-constant-condition": ["error", {"checkLoops": false}], + "no-control-regex": "error", + "no-debugger": "error", + "no-delete-var": "error", + "no-dupe-args": "error", + "no-dupe-class-members": "error", + "no-dupe-keys": "error", + "no-duplicate-case": "error", + "no-empty-character-class": "error", + "no-empty-pattern": "error", + "no-eval": "error", + "no-ex-assign": "error", + "no-extra-bind": "error", + "no-extra-boolean-cast": "error", + "no-extra-parens": ["error", "functions"], + "no-fallthrough": "error", + "no-floating-decimal": "error", + "no-func-assign": "error", + "no-global-assign": "error", + "no-implied-eval": "error", + "no-inner-declarations": ["error", "functions"], + "no-invalid-regexp": "error", + "no-irregular-whitespace": "error", + "no-iterator": "error", + "no-label-var": "error", + "no-labels": ["error", {"allowLoop": true, "allowSwitch": false}], + "no-lone-blocks": "error", + "no-mixed-operators": ["error", { + "groups": [ + ["==", "!=", "===", "!==", ">", ">=", "<", "<="], + ["&&", "||"], + ["in", "instanceof"], + ], + "allowSamePrecedence": true, + }], + "no-mixed-spaces-and-tabs": "error", + "no-multi-spaces": "error", + "no-multi-str": "error", + "no-multiple-empty-lines": ["error", {"max": 1, "maxEOF": 0}], + "no-negated-in-lhs": "error", + "no-new": "error", + "no-new-func": "error", + "no-new-object": "error", + "no-new-require": "error", + "no-new-symbol": "error", + "no-new-wrappers": "error", + "no-obj-calls": "error", + "no-octal": "error", + "no-octal-escape": "error", + "no-path-concat": "error", + "no-proto": "error", + "no-redeclare": "error", + "no-regex-spaces": "error", + "no-return-await": "error", + "no-self-assign": "error", + "no-self-compare": "error", + "no-sequences": "error", + "no-shadow-restricted-names": "error", + "no-sparse-arrays": "error", + "no-template-curly-in-string": "error", + "no-this-before-super": "error", + "no-throw-literal": "error", + "no-trailing-spaces": "error", + "no-undef": "off", + "no-undef-init": "error", + "no-unexpected-multiline": "error", + "no-unmodified-loop-condition": "error", + "no-unneeded-ternary": ["error", {"defaultAssignment": false}], + "no-unreachable": "error", + "no-unsafe-finally": "error", + "no-unsafe-negation": "error", + "no-unused-expressions": ["error", { + "allowShortCircuit": true, + "allowTernary": true, + "allowTaggedTemplates": true, + }], + "no-unused-vars": "off", + "no-use-before-define": ["error", {"functions": false, "classes": false, "variables": false}], + "no-useless-call": "error", + "no-useless-computed-key": "error", + "no-useless-constructor": "error", + "no-useless-escape": "error", + "no-useless-rename": "error", + "no-useless-return": "error", + "no-whitespace-before-property": "error", + "no-with": "error", + "object-property-newline": ["error", {"allowMultiplePropertiesPerLine": true}], + "one-var": ["error", {"initialized": "never"}], + "operator-linebreak": ["error", "after", { + "overrides": { + "?": "before", + ":": "before", + "+": "before", + "-": "before", + "*": "before", + "/": "before", + "||": "before", + "&&": "before", + }, + }], + "padded-blocks": ["error", {"blocks": "never", "switches": "never", "classes": "never"}], + "prefer-promise-reject-errors": "error", + "rest-spread-spacing": ["error", "never"], + "semi": ["warn", "always"], + "semi-spacing": ["error", {"before": false, "after": true}], + "space-before-blocks": ["error", "always"], + "space-before-function-paren": ["error", "always"], + "space-in-parens": ["error", "never"], + "space-infix-ops": "error", + "space-unary-ops": ["error", {"words": true, "nonwords": false}], + "spaced-comment": ["error", "always", { + "line": {"markers": ["*package", "!", "/", ",", "="]}, + "block": { + "balanced": true, + "markers": ["*package", "!", ",", ":", "::", "flow-include"], + "exceptions": ["*"], + }, + }], + "symbol-description": "error", + "template-curly-spacing": ["error", "never"], + "template-tag-spacing": ["error", "never"], + "unicode-bom": ["error", "never"], + "use-isnan": "error", + "valid-typeof": ["error", {"requireStringLiterals": true}], + "wrap-iife": ["error", "any", {"functionPrototypeMethods": true}], + "yield-star-spacing": ["error", "both"], + "yoda": ["error", "never"], + "no-prototype-builtins": "off", + "require-atomic-updates": "off", + "no-console": "error", + "prefer-template": "error", + "quotes": ["error", "double", {"allowTemplateLiterals": true}], + "no-var": "error", + "no-constant-binary-expression": "error", + }, + }, + CONFIG_IGNORES, +]; diff --git a/fonts/hpphumblescratch-webfont.woff2 b/fonts/hpphumblescratch-webfont.woff2 deleted file mode 100644 index 7ee2146de78507b94e0c2740246bb554e8cc28b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 71440 zcmV(^K-Ir@Pew8T0RR910T&Pe4gdfE11}5!0T#3X0RR9100000000000000000000 z0000#Mn+Uk92y=5U;u<(2m}!b3XH~hiJuk=gBSn-HUcCAgA@cH1%yrqgC$#z^ZuZoxO# zB9De4{Tk;`T*=i{D?w&#GbG62F2~2C5ATujb zWF^T)kd?#<$?g)8poxRW5f5UeC4^vwA_1!WqNVn+mQqKo`U@4P|5B(>9iCsC@BM!P z{r?@b$R&}NL|#%yTmnZ#9U-F7iZ&%;qhg>=LF_5o8#1dgrf#}4a_U@M%RfDPDLr8i z@CgT~DCr1=n|4*kjt7nN{IvrVR`2B;cIdhlMtO%BA)7{%7f0^{S;d#11$>GqXg=BDGq91)|Jc zs;<)Yfuwe~$DY_R#10K-7BU~n-M$_E|EBt%;uhFm0F%;LJmaL>J?XExoZ}5CCjGV4 z{>sMM5?fr{DO-@xdrGv|p{OFmON=tzRkbpg9OSO?j&Qr*ot~>u_)9<&pssmLGNY$;>AWIMACr^XyJYkCf zdoa@T$a2UNLae$~#qF-{2D-XY)728jn{Ff%B$?`JFi9S0WF3Tf`Y6nMPX9lp z=OgK9{(%O`5;!8+?~FXrVM2&bljAC_W;bVcKgM<3=jC6lV_v4!TW$V&o5Jod|6=!d zoB#8wrt7D!QLemHIj!nanKCS;&0fX~)Bo?267WFkh!0st;oXrRx|jszg#4hBBk0oV zno`;%f^q|uB1lT%T^dtrU50pClRl4ehIPn%Zhp0cL|4q(D@q__#k?t)A!Gt^lCLXn zfg$<%K=Lj7SH$nGx}vZ4t`hI|or6nyr0 z?-)AkMTU~__Q%-TCFl(ff}=lUt$rxbCTrXCpJzK;b7m=ma=ZsT&|^%iXAg8+uGf@J zB1WSoGB5~8k$p3n{{LrXNhSs#-Y>PBo&0c3jU7!YEGCc4qtq$?{%*FdU61)7c!vqUMp+v-g<^;fAIn5ow@^ zS_m3pBI*K#R}rllD2+)>OIo{bgwm-o6q`1ax!Q{pXPW|XyKDo1|ND+ffUqIQ1im_6 zaWSY55oUjvK*VvgSzy2x4r3CWu&crW%5KeQq@ncGTZCB{i3%(oH$@CW=B_geF&Khe zGyKHmOnYw(0!G^7UMHfR6lC~SgW-kA+BNiIF87zZfFBh8I!XZ2fh(qte-UQBGB3_X zuwji^p}SY)>Af}1rnCBqlO=Ou5?2-ce9K7zW4ZTA)$Q^k!6HaW&qL6KdSrpO8q{;l zqby3rJAKn4j+~=+Y_}`K9GFj*pO?Vtp!$HhIWA5Tp<<4y<5`Fh5|V$0q_;zeK{1^9 z(adVj_6)5#2`_}+UZQohusHyOZeCJ?=-_h$&{N+9Tb+bo<;GA}b((553kJ_KVs0Dv`)$GAk3*qs*IK%pf zL%VP*`wYqCXuG2JJ5(MHf@pL}7Yu6`A2&LQ4<7f3%242*o-d_9z10!QevNKr4Z z)I|qls^nz1gF>zB6KKRDuy?HY-(5+NBoM|>S){3GaNJt+ok?JrhTzy32R;s1!1K~B zlT#d~K$D3-8ll73_y73il_W^GIS7NT&D%*~z;v?87bkPVmNlp}p)n&QN>}$~bi^o| z-t9n^u9)*fT<>31`zT2m`~EBOfRw_j_Na>JqlkW5v^SQz2gw;dv;z%=I}Inq{$?;W z`JR>}nCGk5<3Z2auAf=du9~HCv08QwJ18M@fiCYrQ!c9lcB%xGElLHVpoxGcE0P&& z_uq+&6a3LhfE= z@)gv;3Zv3bii9)ye({QRKKtiOJsA))BkOYm<{z%y#T$#q@bm<;+iqx+!D*Q1Ii+MU zS9b$j=4#WP&u3WX<|b>V*d$>U%3ah9bii1#7TIyT+a^FnfH*x|QnHlyzRE}B;M@|6 z1~zA`wfs_>Mv$;?zo4CC^}AzUQmbg%SZ5t&B@4t|MY0)z+`-MLT;GX=t(>47f|!fF z@^5sdJvL8e2#qf17R=yj(}d7|4D$Z^cB!eQ;+JD2oV6FCLeMbBqL4b&duB!sPmc`8 zbFvc+E~cnz7#??W12kqD0al{Q1^P~P84^p5eG%_aZ?5SPu=nfp9~<|;bY&W7K=MxX z{zrgH46k6$L@N2K{1pdf zeR^DnKI8NqvM0#;2I@a&dMwAM=j`B7B-MmHzwBFYAD{3FCSrV8r-#x9a)CG}^+0%G zVB)QS=)_QPcV&2FPye5Fd@3@A2%6OB*|(cbXUp+aFZ<0Ei>whvWoGvKtDvWRPZp49~$XG>XReD7Eus8t?oU@^1CiWKaAR>vNPaxr< zK7$u_mqWinh8bZ(2Sssi`S+!NIxoBOv9(7Zbq;Mz zZp-AnBmKF}<)3F_9$Lk)0_8S}e7lso1*C>6F&!8uBI+qNPFS_TGvBUXIl;(faNTNU zBAp&3Ue+(J(-X)``GmbGLc_)DN%SMD=uCVQP3r6Rq4~j-+%(-e2mJ)^1sM&d1Asw=T^vA=tdo~;f{y% z<1?dUu=FNLu#6}io=l>KVCrjjK!?HBr;n+0!fj`9m>H3<_}vSi7+_G`bBI!){Xr?e zFFAuGRq!yi+Sx?qiA1Xldg`H1=z(PC$HM6vd~u&wi#}P#Dgp( zWN=nXd}(hxLD&OS11Itya|Pn!Eh{W_`pUJo)-5flR54?JYXo~RJkDccspPz~*$oIi z8j zSUyh<$U|J#BzoCpU&*V>yCOtQL}0s&Im@jm$$MZkD$AK)(pQkNx=O_smmY{9<165& zK5vG>pA2Uls&0!xb(zh_D&vg63F^V?LHSutLaI2Mx~sM-)haK$_~v#hB=yazzkfSV zt14<{986gJbT133z(Xqz7*w8CJR&pxu3X9JzH|;n?&NN`ECmQx)ZP`WS}o!fwPnEW zD^^U~tu~Ysyc`x?m;1d@HC;{~_+@XCd!R{_QiFuea7N1?@oE+I3tMnS^_iHzwFxOo ziXePE+EtuXSP=n{V76>{<)sIMma%q%$W)9(3ZauRSzu_0{<{@6u%xWCio7Cgt+FaH zA8{MahpId*ps*5$M!vVP-O2Kz&33AKrR0uUH0E`S-R=7`+zQd$FI^MnKq9PXY`W#O zJXF=rhh_+nd@aYya!YO*C?d)h!usPyD0xm4B9czBVA=6HT{9JgGE<%Ht5Dg{1hA$t zMx$FdJ;04Tv{7N}*!29(jg5c^p(m0u5xt6#-af3o%p=0oChVxcNv+RSLdQHgc1izi z(}1>c*cT)#m!{6s0Ns!IJN|^C_X_%Wp59SWsaPNT$aq!DhPq{Dwo5ZBxM@b!vqWYN z8Nrzqy973OmzV{y5P`HqsTCe#DZbzCq@ByyZd*5q5k+tp%e(H)flcv`lnh$xbnQBp+5;cFSy_xh=L=25vlh8?i44era7+tHfG)Uz_Q5tahD zVpgaY7a0zx9O#}LT16q|oegueb11l)1!l2z3Pa!&aO-U`&gRLN-uar_eCPC)toqY; z9{-iUICyUBgxmg@VX+u}8@Erhxp#CaT?W@WHM1gzQq$|hHk;xE!|LNC6I{)s!%;aBL;CRXL=8O2`N!}#LmZEy`rFVk-=Xb+C zOn#nN2pVP%xn@L&qJxbbICdmgE)le;(+A69l#^I-**$kp6ObeJ?tI!N5Hl*fKZ!teW7Hx(56=7EXJ$4UC1^T zr0cqcHVZ9F1Y>l^$E4C+1X1lDaJP}DI=<9kT$g9}!Ij93fW8@=yjOL7UtePI_2}8P z&IpRTQOLZAo%uqz_x_wqR!kM@M4;y&UR@6w#g2prP@>-!QGLd`>Rn9LlqvX9rR~R zgj>|5lSNyqadgze9n^w7sivV0pMDt6d_~#PNp~|)bW)~!`Wb#rY|TvzGvt#ZFQ_;t zB5K|oH7hh}nvjNJ53!crrrUg{dPz)jlUyBko2I^!3e?S4bfv12vEhuO)Mg^sW~HQtuf3ab?FpQ@N489d-ZnWB!W-P-H(8tX42RpO1Hq_ zzDhXho57LBMp3*+vW;!#h+qwK=c`ycP_xq-3O1kKI(5I<#tV=L+E9>74b2J zO9%XE7YJ7hSrk$^7u~QzPfx$g^8=ftnhuY$Lev#1?yS&>zweV}=N=aofj&mJ!M&bd zv!V(deeS_L8_7paWLrii5xj9%wCpGzCyCOIRdqLbX&~61SL+fGk`_Zcle$&}=K_c~ zCTg-9&s9=gYc4BfC*p6@L<(&t`6Q=gJcyFr(~?J!N=3Rplo%H(W{s>Q%REnVAlWJD zpoW-;vbK`5ksFp!8%=7%)$XVac{`;#x{|}(8#`&oq4AnvKp@RDqGUl*X8DM;WG$Hk z%dqN}1C&X?jv?s+i!TK46k3*x)4OAnm*-Pt0hkqg7c)!dMdxw?jZm?v>G(x;bQ>pga>SG-5XB1KG+f z(=ZgppGQ{iOP6*{(lphiiPl;OrYP3N7*WBhLUbBtL%K0j2b)?jwK@EjaoF(7&7c^9a;zs zz4*&+Vr?zsuAUYeP>4`L&%-aNx3VRNExGz5bb1oW^`Z~@b- zh}tbLN2xh@kA@IEhe*O41$xmTbhr29^=G(#{z6qdZgoHszHFTg6d$hY@>CuCQ(Nsg zbX5_lugkG=Zl`Hcl)HL&4IL!7wRoHgcI+Nrh&|eN4>I;osrq+Zga+sS|M6nD1h^-{ zCte8WKa>ZW)b3vzseoTBR?u^(t+f`uqGaf+Yv*;<*kkf`Y4b|xsMs(-!mEvG@vf%^ zm!)c>fuDD#p-5QDG1%NMXjl@L1W-G9Ou;Wi2P^6eivvlOWh+|%rH-mk^@+-lM9+b_ zXLJ-EH`z!`v2WjblPwr!+oZGwFmgeWYhkyS5Mga(k`u%zs1#WUqfN^DYzx^{ zdnPcmsL6sUR`~GE<&xeT4dp?0aB&u>v!ex~cu)u)44VPXtu3zQQL;Hk%>ay}{E&uC ztB@N+XmYl=i{|;Wl3wlJh%tXHH=x33M`6&>6FKtC0yDoZbEI0>g;h2K?cQ3jDi$Ku z^b5IPL1Qh^$2{skKewh>u@q?Qe0FZ+W4qd0Fc!6AVO|Y{OtHbhjP4Fv*0r-lo)*ou zT)hBq7Ie_gLa$77+{w)0E@_Khn~Av0E~pBXznB~qYeDN?Uy^d|xC0B?R85Vuj!i4) zYTt|Px4OaoL7-@QQPlJfbI%{!$(XsbB%(J7^FYCl%-GfJ2Zr4=ZnN&<NLjjt%0x~|YMJ^r;`;ow0sSOH4gQ9-NvYZaEThF||;F^_L5-6045PHGg)Gq&83d7DH zkD9hrN%bZsH+yAuE-;&`&?whR`0`JU#it|RV~!{y3OC#tkY(nmKbjqk9WHtiNO%$8 z{)omf_t9@O^epXKTUzeYftK3n%#oap;RoagopkCZ-xoiD@mj8(N=js=(#ct zyT}=bUfzr>bs=52lI9fm7d*S%d`4y?=sGPfjx{S91S_|2Ci%phjH^F9&>d>34J<2@^ zqenrnUSwLb6;%Bk8?q5S&ce0OiU1u{=wmF#0ex3I{>1UdpCJf?T_;NI5sV@SY+?f| z?2~&*6H157m(2w|(7b$Oy{e3;Zhu5sLEb7M-T+i0jEb_ZY`?$0p8oaTkKS9B&BHt7Xk@p9@{+%<-C~87kU>Kli(70zZc?mxLP9E}m zs0IDs379RXl18QHqq@%ap>w}^^$%utt07|tV~q%X^1YA25c*Yen8)>X6H8XJCv7y#WcfUzH%8m)O-9 zCL_V!d?Xymd-80b6E#{AB)KP9KSr(PFTkT36S#_}JMaAkCz;(`jwc3$B+v;hP`fwQ zQbXV$jAk7`IE}vbv5@^AQ7i`CfIa379J5mYtF(T0uF-H8yHNr7x z#oOTaHE8-p+&mfQXcR+0%5ndCiHPtZ2t3B}jw=3MRiF@3Rp^e9?J1%LD|$!h)XeOu zXL+QUYPmd8j2R`wZU2PHzjJPF8ept#87|aC0P3A}0fDjs0Gg;>c^gO!We>$e#1_rNcF&*fZPparhhWcKhN+}g8 zg;rW)Wau5#9U&2l>L|YflzOdOh}|t?soC+p`C`0 zK>FNrt5=`}90FeP=*AD)_e7$qX#VK>t8Y8SfkBwAX{abe_KrR(=s~Y69RqtH2qU-0YnhLATKorcMbtJpNGV zK$S-Lv+zG+d-GN-DWtV&DLOjezH6xkjkDnhPQiD9W|a$f_v6;-4LJyxwmG; zSB0iE3g$wHb;O6r_8$l3vHCE+PBF6fIzYo$P3g;s&Y;%}X-Thn0UNkOX4tUj{1;`s ze(as8m?@dSbwJB|V!ZtuXqa8LannzjinlMNA`#WbO~#m}XvduGX6;x*Fhs-(iQ!z& zue|SoJR~@ovDT8tGhu><@bY-i!emxO>5&;nALz{Db@CL(wyHaM0N4=6^KdcugQ@#b z8g|RipFdEzcN%1z+3t%_jsgsaKum`;yFkD0V7WJnT=~Xp52FD2QE^!lJ2{O)3-q1`JqsXYmN(HA^Z?=W3m?_uAbH0JaW6Fx%7X z%j{U|b+81hx{)V(6BV(qqp_1m9VKN|;{{bylI@YztBCd|8fsjy?j| zdkW5W4}X{$hCQ~fqt)|Lu%|Cp{L`Z-E8iaK75v_BP=hu>4OhFk_NfG4ja^rcVrz`K zVZM~xNG&*S(yr}zD26ccdmqgq^gIsV;c&_A<`Oq~;U)h<+=48-SX+i>xNrwvVzjSf z+0k|9o4Q1s!hhL*g({+p$l*S`LCSB_GL8~~-}?0wXm{XO5olJ7UKzJ7Zi8q+)P}X= zQ?4^`8|nnXK>_#&x`@KYmiQ%=jnX5r+V0$?YG}&^6uZ~9uAR1&e~3{Ky*He*f3L{Y zrzY{zW8i{4igH+1(&k9_c_~zpnr_QyXR_H&3*x!}@7+v*00K+r4Nj45*Y}qF#04Zp zim2+rg09{+ZlA|ic&Dobhmx{*=Uld(U^!cNvqEs=C6?m%N{Ai(PI4~DKFy|FF~(K3 z&8CQ0Id89-$pX9;QLMA^(e}#n>%!LCqo%Q%2Witp zwx3tO0$qB@8pUKKU}_IUb?r|gepOR&Qhp6{@rGsA5Lt;?LS!F<<-j^}iDS{14ro1{ z!^$MoaoX-8zgwc*@YZwIg^6lKW z%GTiFmRSHl?cG#Oqu{v2g|fdkSX4I~OR;L8!$}W4QBBTb5UpVa;zQ*%QIzUFC|0W< zk(GHWHx`u9Qc%8ggOTl((6H(ZHba*6WZh7dP!8qxajqID)lR1E#34ioP1jw}<v{7w8;HLZA8LyJtvN%?ivy0uQd~y*ytvXt8VSS&+V%nBY>@_qTSW2}WwQ z;Al3^#-%PJZK34jbs9WcUQtDC%cS-wG)u^`mgL?a{z%>+TNh#0$`q24xXYLy)r*5U#*A|L`4l3@qY2hI}NbZCRM zQ0oW&qWwL8{yw{lP}_#39bbuvED`qjIpR~N>o#NEjTc2Z;}A_9oH{nJk3p5eS@%jb zArn#QU+}sP?)KDUo>=aOtf)C9cNY+60+RvJ&V1NQ;Wm2oqOU||Emhj*Ad2KvCFp(K?bM* zy=+N*K2wW1BS190!`jhtt{o&Yl|{qlfu82IX`PNghXk=4${!Ov!ke2MDn+YxrrQTSysf=NB#E>$SmrGe%~)bEkDB>^BQwdyWb8FCcAT9XnTU zvT@k&M{f+*r(HPdMdA^Ch(B%0rghxT#&83U{>;B6gFG>%Vj!DBYZoJ99zdfMB|cu4 zYC|s(k&hbdi5&&!R1o|PWA=nWbCSM7axLeEX0bgZ?+Lm34bk78q$E>S&~t+|QxZYOizTSH)=@}unRA*1$PM6A$S{ehfof7B9nlNdC~u0$LzMy%RemG(cYZ zcYHyz_MOjtae%ya>Niy3o>^)ocg8C%UI9B#eVFgdM^0g5GkE@&mq}}eBzlL&qd)4340^jVR#w!2~qRkgDBo{@X?!cJs zwGmQ~-?smM&e{6Xtj&z82AX3tfocG2c@sj^31MGWb(fE%F!tjlH}I3 z2r-@6bPL2Q6Q0r-YKnRe4Cf#t1gEvxZ$_-`kQ$)x)t6X1AT1TTn8iC;2DooyN;xEL zE24?su3+F+X+32RRaW}VeT6_#*Ef{A8|npg+V}unN2?o%yv}~N{gV}!njZjqDI-Cb zUF#?{SAm)n372#RAyUP#j(Dpt#w2!FqJ80Na@7#yUeLt(h3+dzH&i2#Y+nz0?-zpU z!e~-XJE~;LZZ$1lC*!+F5lvV*h+901UGd+LNm|4Zaxz}STLaXl18Dk6x02Nn)k z&bD~2PI&e%`3w)}brn=y0&8^V%e$K3#>*VAmegmT z=z#Mk9_Vo-&bABMkdNZyp^%V+!x<2FbQ%B5^cI<#ejZ&2y}d|IA%#cWzh-jeesapUS zy=<}W5n?<=5y%YCfLqFzStXVZlVLTy&nlj8xNjbteTSfm9}SrUmRBBM_cQg|2+n8t zHyIWse)l)4-lBxM7OsOU;V;ln^|Zg%iJv|oA-p+o=H6fj&`(#wv3*16&AMB~RrQTK zS94#3+J0wu6=~~OT@Gs^Ja}5g`>#F$D5d(X;%c><;c7VC zlffQ5Ih{E#!i6JGEqNXHgi)Zte}u zhD$NMwE3#x&z$01)Y17QHeRT`@`CVl)!hO-q5fq&n7Y2Je5{8`u3<*>l*r@XRz>)>WsY1Uh1T^xnegX@RR zHR=2w#I?gC*R(qF0le;&$2pkQ^x)8+OJ94ay>IsF)!Ti2XZ!7!5kETrWb<|3+FW(7 zfcLA>=h$A0A3N?Hid4mmg8qPOrxD~MO?`Ef>~rr`=K%MXdjD>j+933ig@&L0^iW=| zdh35#=hf4_sx3Fl$&Kf(SErv&^trb|Bl>3=4g<2lA36D4>M&4~_YGV{F1Y73I<%Ad zR&!0uoZQ>IQBI?+NWdQlpyVwE;F=i~0RjE0C?q4}{c8>zUgnRH9V%EqVy#_>IEp9QoSX-7+2!b4mcV=6*cX)1qeC5+1xA$+8tn=qnI1_(_E z+hL_)9BF+y=>0*4G$_}n$$XsGukN)&_32`bJor- zo3duub%Ilm>H#zUvKf_-m7WoE?v}Bt;3}qyBDRCv- zhUYCz_upDH$)@@8fzI}Px$cI$@5aOvEkTB87#XRQAPr=^REh*u15;@zAyyUdidc`m z(Ku$tj0n~eQ@Q;%&1VVHa*vbsx$Kku+*XwV`v?=(Q`#RP17nzh3wM_Rz1kvR_vEc- z&X8b~Y&QBO%!OL7_xCcmJ2tPRGbfdwT9TyaiA2jqG8|B)@~Y_j38;S?k3LFA zK+|(@J5fNt00nOT{hp#VEPs8$G7I^KI<117SIcV*PtOAg+KcPSIZ2mdc@6YUtg4zI^>^F z0YhshQ`}&VZ^T+4+txEu{oR6@jYO~z*Aq1bvjtR&1XBp_kmRd;lLv5At`r#eM)jQrOl`dQLuRjjL3F9~^uu;#!lXOan$kfYa0^D6 zCUkq7Pdn3o-*?DQsM|v2SyxJzUKI^-hFPI}Tu6v;kTq?X_` zC&{NCY(QBsU2_TYM!?Ba&Z?mSQen4&k#Z*iL5aRU&znupJ^L%#_iE?`tOy1{@7yf7 zCY;{=u@HM*BxK~4zL@!3a z!0miFy!uXd>M#7PGz3PiY|8wRZ8mbDj&3&;o5M`p=sABLpdG10WK_;uUzooRkpM+;6Ok?E^s|fnV^Zf0~%t_ zY0dwBfPvA9-qcVW+!xxX?nz%105FXE+&?!ag~DFI5r6E$!a?>V3^&aAl{`YNgo4&w zxGFJA<~j2!p!VthW{uFo=N~3MOC&)B@=${LrcRmOc#^c+T6f0CJdu~q$EFeb!2(4FLvMr;KkO^X zaqn8nSpWCkAP?=WA0&&?#I=fR59f7P3o1M0Q*pG@Zfeb@KIN%c5f#{$*|mIAscs(n z=l4#hWsD?y9)=!5K<6;;a&DwC;8WtXwMvYcl*wySu1*I+KNT&}I{g`VC<-eR0Wx98 zyH#Qag#i_SgDntpDI84#6QEp#qx!hMm*B>~fQeWeLqqFy^800bD$+NuT5P(;Fn?VG zt9A|iHwzL+`a($y=yVfq`|5^*IjIIz)FFKj^-Lyi6WT-Oa#(foN7o=0HXDl2 z)_M!s*f>w4;Dwqk-`YU4^}8cd@j{94swwMIR6{$L+X_*2v1rS>1Fhl+ z+mQBENA~h}b#WK^cC;G&oj-@*;a7is8v;{@6p$%O{#%_&zE{KpC-We-%iNS`t@26# zQ69vHlIJBDY0xl>o0)_q4}meSV;|v1cS3=J0d2xnF0CT|&KL+uy`jnV$G>mGJf!^1 zh$CJ)3;DNxlDju`ST~{X_b2_nTJ={raLtRilRjxm)z>vUXdtCGi3-y?eb84afFl1A znzCnF0VIUi8>^7|Ni|{fHlhTIU!#I0WD%>XpYgN|Cdx0Mqw1%qd&mucXVpqwR_oES ztBq_K6p`4_Ty>YePEnZ#^+{EmMT>+|;>O7Bw{*JCFeU~t`cc0JM?Zi;? zP_{B!<+;Bg)1RZ-Rb5=wu*I(GQ$Zw0ia;u?zQ5{opEsMPG!DkK2My^}2gT(#IrPcl zAm2A&PBPoJHKOMRxZ+-zJ!h(O^@x8w7E<~6Is{`FEFzdCebMt2+7tyE5~*yxP@3-f z0Z-XJdwvTIPzjC4&)I$9o-|;ZJ>(b*gmiRPE`<$RL>ZvAE5JW8Q={S> zn^dfd04zZBQ`t%eUG5Kzfp#^rK?#Vz;hJ!vCOsO37nLa}#zEM;Y9lvfrHC*ar&fsP zMavgFFE-*^dEb!JlxY(_?~~*nslS2V6>A&_>*Q^QrMP%$fJQ|%=ByMXa4TAgWfrgu zxwSG<)$r4A*oJLSi=xUtLcqXjz`R^3eZ01X%kOn#wd&245tq6&R~id-=nj0642Lhp zW0(o=wXGIUxn6T83=n+<)b007?e|12`Wgr5z~G%R`2j*m@9Zv~Wl$YyC2U6G14g(N z)urv?t;E-2iydj=S&Q9GX5JAIW}*NqQX#B;omoA8md#)BWqW~8b(f=B;!fV38HN`_ zn4OAK8;_Du>1XZoaw`m*ML}^^b!YJ4bQFu8nnydT!-$Mukm~n}5V3E7)rcB5^eG(| zPJUsv4`I~kM5({}9;Lp)>^pKqopYOUXrEMKpnwr0`x92kl^jN23Ke2`%Z+8dxE-XY z>FFc-MC61N;BqO-sBBMrHhT{nv3~E*3Hc&9MC0q2z<_*7 zWOl}{8wm)9b`zUTo2LkAq^9s#wyj-d48u! zUwUQx8;Xs^RqUI%`EB%v`yWLf2(oReAg;_pmPRVR)g{`XKgF9Vq4Ylg74KM9(RbD9ufzgkXBZA z)t9o0KMA3cNE9M7Cme@D+OHIYuMuu-O8=}vRAQOUoH+UB0B2UN z_aHKLCI$bVwO#nLvh`^B>EGqCjCZQKyZg&X#J?9yF=TUzTY+4oKoq4|URcYzYW`7d zW?68&=0LFBK!di3Dw%zAZVni=Mf7Ffu%KA-j>n&fEJXSWYXSy1CQKdPnU12-o6gMS z&EJ~p=<#p-zeutI(`$J4mOyb>`1nPGnsx4mL`biYR5WzNUH;BK(0UI!W~%zNq@xGr z7XHPW27hd>nWap7v*xo-bc8vA59?eb#vjy<$dP{_fm4K3+){ob(J2a8U>xW^eB*@z$BP$YpAo@;Ou7n zrJw&3>!)~CvldBtn+gO)pigNRO6IfT{5w83I%Oug_EfiXkph4FFuy_#bJH3eG$}hJ z9M`HG!dr!2vB?UKH|I`rd-sNJ9Z7R-#CG?~`I*Nezwyw<51=AbhFWv?@#Ugfp9trA zYJ3GC+}0hv@et3=7X+W0T})S@#WLV+-zw|NKH# zDGc91mGiW6^GG1_DE?Ynwal4LR;wiIwxsr62B>)(}j~EvMPkN{I?juB}cLs{SsSCwr<( zmG&N~Y46h2EtZ_dyc;6K@UO>uf6cWe7zYa|19B0XOL^9>nm2?HO@y41W6EzU^n=sh z$<4ENui26&dl2gZ_?;lTYuf+j$Ajssv)yVP(sG{sdYcgl^4n7E8nJJO6QHa=mA|@? zIqh#_B~>7WUqoL$4#>Tj;zi%zckbw?$Mee3P`AGITBrNwb z(IKt@Qo%|AT=~m`9SMI@KRe9?e(dHI-qvzvAlr3(LW{R&P7UsFX(;xwx2_i{@8j^^ zolp0mLPd9juzOzYVuR5{YGu{LsV)INDePtv!;C=I2x9Nz z9MHo9QQ-i7Lb65hWn6XpLl0uc9;f;NJ4xnL?OUigU5Ko2=LrXx_TfqjZ^JvsJsx(6 zuRx6EqvY=}j&P|mw^Nf0XJ^8@zq*eI{<3e+!=YTX$_3Nx2EnRcEmjxiud77`^vZyo zIx}h&o(Ff#UVzm#l~eRc3$AL&9y9R$CJzqXiI}+n_MpDaZ{#DrEx{VCR~FS zb>iP>(ngqc@h^05Y;!($(+|?VX3UC(`=J9&NCSt@j7GzyS#aWW9Qcz{Ev)vrt?80M zKeqqstM(X>)SC#zzPG1pKljB4hc<8<`hDfEM*1qGY1B!6(ol!sz(}^E&H!z;#p%Bz zws{)ro?fLQBZoml2V-gHj0a0M6SnwGLHRPY&28B#1&`dDc^^OM zha>i^T46d)0)!YT2{)8Xm8rRW{_CryxqCdX5NHbbHdKU#V!JoE#d%RoHqVT9Td+5m zv)R!Fd9##^%{j9^-4%?RlQZA1b)G2C6tbhwyJ%h6Wfnc{w`j58N9bUOXL+l7T@8v# zszXs&R)e`}+N{j^44iEHKDL=f2Sh?rcsU?RngFbqN{W|)V#Z02uO_q6DO?u{dTM{t z%ND4hC`nFHPbZT}MGh`Ku{k+!%0@ayO)tG9?s%uP_aJE%<`H;MJO-F>CykkQyb^{D zE$}}L@?`+ONCJe9Flp0km~p^m)LoV4eu6IZC%YXUFr>v6=0`z`g3xuD;dy1w8>!Yg z)Bra?$iI_$ai{qw_eIn`C{s^^8ePOUyRh>8zH4j3SX%8m4ng7CbpUsF)5o4faRS- zOHgJon;G>@MhX8?lY+a_n&9~x**&!L@|=ggfpTLuX9r+I79{#Mt);KQl-JX!6#mpB zr*HBGN$+0I@An5H1FmEXDl3X!p>m;g$gXZGeRS#2z|No2*Y0@=@`r=3emDnreDDnE z{()SvWe*aUGuK=!z$01aA||V1K#Lw*49d( zN{HjK)9PV^g4`~?oc)6NR$BD51oIr|Zs-kUxNUP=1D^DvF$6w)?h*_ae@Vjod@PS2 zX!Y6U1; zutSV%q}=rPuKkfhshyrG_NW0~mJZ!721Y~RR5y)+`*e5!Z=1U>X!(5s6KCtVS5KUu z(&3DM<1{F}%LzJ^jm4etmv-P&U->t8>D622)-x*+8U_V1Hgh1m8T27s6H%RPgSdPF z*<-73-8nS)h=EvE(l)E|q3O=xwkF&zaNGiQp(+DY6x zRPnBeE@DDUqiZp@ZN|(Dge@1W@mP7V@C5e)lx^aQ%rPh5VZ;gGrHzTHW8cbITDUP? z=dHoJN)51n@}A-$EHE2*&`ns^4GzZROtm7+j3Us^{E4qQK>W84ZQ*$L*t+oFR?e63D|Zb- zJ!wQ2RXN3*g*If^e0P0_Scj2qI@FTRR5Pb1tfOROL*h6|DBBX5N@I$;!uDCZf3Q}% z)t;h8Q)xxAg*Ss21{Gk~jOAvyg+c@xmQ2LD>lAm%ksV= zg@jw92ZQ>I!~+^;#)`ABMJK|-9Y79&la75wnFG8M- z-P>zjdG{&7=X{iKTQQ|_%R*%|dl3*k$oN8HbSM53^Cpkrby{oR;ufpsV02-F;D0e;yKlE0_p<))gs@;FL3vJk3iArSA1O=K-}0IXn;kC_WXocRoxe;7jM9Q4dHNA6G*ac1s2E^XD5BNAQSMmh~3S7ttI7fR=8_3XRQ z#NluoIE;{butp%PVM@8%GNJQU^?Fs6@CaKW-g^dVSk6IVfpfk2fgvidpywz#N>PX) z?bLGNftO95EzbgtMV#vREf)?)P%f`1uAmCD+lMv;+sq)AXN8%e;xxOu2USzpFNRyM zyMchCr=s>Rq2R0+((I8=ZoJ-JxjlI9u-TP>fDflHK~g>{vk$syH2`bneH_B$1+Odn zRdf7!r~#~DJ}#kKLxl0t;8u7yj&V${*4ChPeKAS&wf`MT=`R%)##jx%&LAIH^g}OEBqVYA19&NUuTFa*|*tpdRL0?)7k1 zK2A79u)|C&q9k%KA@GxRlXP@Dj>wB2K7D!q7xRk;X9K}=c7UsM2{pqIOk+E=n_hG1 zP0K&AR;3w>_JWf{8G^A~M#YJm&EIqmy+_YPQRiH(YmQ0p#6-7{1nkB+S;V{=)*K2u zx)VI z1_x--R9XO?!;NsJ;))Fpr4G#iIQKOws~I!BSk*MML{Ivp%Au34c(MMS#RdQLjw_qq zp>S*-mGEHQ#BqpX}yuw(%4ryDE$EZX&uqCVsxKxJx3jvS{OuaaOOg zZIG{%Rb53n49@NV|5DN-wR%c86Fqy`M{li8V{^&#d-nwoy?4F%_y>^N0s>^1pWz6v> zyA)6S+4ht7IZ`9(0EScs;4mw8sAhMrbMC9lmA{_+g6pS@LE%eo+trnc zvRz7g8P}q_lE8#isO(f=^ti@&&ma%$62n!qte;7(M}A{b45BkzEFcNOWEb$6u(P3^ za;flR;?MQ~jy0LmtQ^*ptMh#G+K1RiNv^8W_focMKSL}SPzHbC#;}2Xp$m!;qW^21 zP5@8s8;KZ6_Hu`A8Uh;==32)W_G$q0ZawIw+ZC>o)Aa96Eh-raEp_Y11aiGRwAFg` zAD;aKSP6R{2sB`!)owsyM`8S>#^rsiCXO=3*zC0!pW@}Lf4^7B164$JP&^JPuewq5;6IDuybd(2dRyrQKEKqyfG z2(YgT?i7!9hDYY5F-lrjh6?DGd15PSs@8bgB{~d5eR1C++EYL85vs*SyH9ldpqET* z{-ur#?O4o$p(VsBt*PTJ4ycCV)0n64aRZgaI+eRDayy8^XYDb^M+eS1fJ$bCz*HF} zY4=PjSlWU8X6w@?(SS9o>m5s#J-G9-G=vVZoCMm1;vC=?xFrb9jd2_z$}%EHENyA$ z%K#*mF-z$x%Z`Ry2vNh(A;!vF_FM7kLg^bQHq6us){<4~yE#qJJ$uS5XV2Y%<}l`` z3dElNXH6xf`_PKOCgcyu9)C1@s7zt%*m~6xZOMTe4^U*AScTr)$parDxMr+*u;#dG z6SOfo@U&JQKjK(p%^mHluYmsDcA)@cN^o!dcW~gHPyTZ)RONgdj6F~IVyIE{-^Ls- zR{L2czrkd!A>J^7z)B4N2dj#9C3mw&Evuu38E4Zeb>Ob}@NLqeV4d&52Cx6pI&6Fe z0_=Vq^1)~yb>R=qNh-X}3v^IfECY8SXxzK`N=*XH_ec=oXIXoh=-$CwmHPxmX_8)P zA_Q2U0}jnn>R$2F&oCRlmbSF!SwH<+uFjnjB;%K$>?E+dvJ0EU(dd@`%fDYeKMcbt zcKjCua^&m1$`(}o!nvW_{xIw&5F?|VHJwsjOaK=5hwk3JcM-Qi-v+I&hi<>ax#>JS zi2ky&0E0!=n9APqxc!P{gtQ1|cqK0*z3uJO>Me6JIL={6aQTaX7GUj&Y9);?f$@Pz z1-ru8hMvsw_NN$`0F|L-v^W{3k>7jD12J%%b6lDC(q`IH%;!-ox(@rYavyY=Y?92d zFX((5b4d~O6xwKEa`k8zA+eZcsF^B|PYfGR&DuG8n~!jw-i0Uwk8+(Ef%oc^M4`#w%Xo6@B`Yq+r|gZeRDLh0 zNDJd;7%zs~71^8&H@#BUKryglArN~O2MK26w=I!vhRp-Y5R-P*bUR_FXfZ%kpq8 zBZ(z+w+TCiB}qvPw@nO+KVNRMUEWbOOmuMxqaV^N#h1CYvQAyv?^lU5H3aaz@SzmQG?s3)>ufJn$I-;3PSgH+tos97sh3s&d5%HmQX-i-(5Xy559Wr+yl zBp0ZxB&A2|oGz&nkH|79arFW;BEvpK*I~si0&R$FA>*oTxQYAL z77*L*3!=ZWfXG8EOJOfFp83^-VhtTc@qaAaximjng&EddJ-}JeXjuw#d`hHZQuj1E zfJg;~{S1++;_6GF^1Vp(Yay}xE=<5qq?Qp2q-`}Jg0aF`EEab87=#O%KjVZuOsIux zz(PE$8byw>@>kKmbt!-&kXe`8lLCj=X0u-^~me>Nu6LJLaF7=B~W+@DLy z^7-&N$MHjomcwih%{)-Z2r;j9fu(+LD_LGZ6)P?5u#zN7p>Mg_2-H8Bh3z4f%ss8L z_M5ho*hbh2UbbH~V7s__Jv;2$ZB(?|Vdk9kVReaRhB#v$_|Kh}WmJkG8+lw~6aYjK zwv4l+*!d413W@WE*wf-C+?}{)){-hc{V?y>o24Y;2*?oh`!Wyp*h zi#f)77xD2XVI*A=0f$>Kga^UCgQ=lAkNSu$POt=((LsFgybC_(-Yp@*`sq}*w*dB{ zF4tYPj~C}A%=f}CVY==!B2#Cn-NP~rOJ~!{n-J#z^uS!j(Sw=66j{U0CEEbkFDY;; z%MV43iOaV#w?N8D$57k=AtcFeGNm0=wbm|{5wcBd5}LH8_wc(%8SN!O9)1zaP!xj~X}q+GknPaEtbfbm>0)@WY>B z3DYf_!cF>U_@PT5Cli#OSpm%Pi=*4P#HR_)4HV@kv>kPikKK2>x6Bq{ou)-oCmA&j zu;$`+Qu->rek|`{aD@L_1U`62)(C?NAL4t{m$#fF-}+%2P%lOgTU{P~xJFu^mRqHt z(2RZwsW&LJr-qtbINtE}xVcJFL9af)vr~$MP>vtAo*pk?2}!C+h<$- z+fKp)Zfwsp?fDeXr{rK##a_@&-b3l211ijx4Q2t2_CAaXO>3|w!-wd^9*u;xZ9YW| z-{CnFbTDMhWwdMPK_&oPpUy%@u04Lhd8x?7&N@Z?sCLT+mZyQ2<}V&Xr>JV)u-_@; z8PQOa8vw1sc-&df)hKhWn5whe^X%?S)STzXKb!;ojwf3@yV6~Vvj%J?eV70Dfsg3H z*i>d?^@@}0yCcmj3EJow`7@>`thhthm0oHrMLOA9=8Vap5oZ}~j}?r!Ns7JwR@tb=g#@Am0_a3|b5@e>Q1c{gU)__YB>1L`c=m#M zEjE?^&RY554mev=ASm_;g(p}^ZFJXy5J^{FU;5`LHf`G^&i2kxxlKN&TU#T`qV z22sc${l#XkcY-gFbGVOgwSOY+@#LlC>=6vuWfKrArYhZucFo>pCEd>aQl^Hje8a?2 zBh&^kCBg_*tHIc-K~s!e04#NyulYkuW=DRjxu?O*R#OU zabzi`FD5J_BFh(E9?vQa2KJZa^|xqd@*dEmw~KQ$2#6>=DRb$e~ z&HLxCrnFsCXAh#}9{_FE@eCiRYi8afa~0&!*SkmXyLKwOwxeD_tlIrK6x%g^)Ytjz z=F7bjw^tO%{;vPcIlfAP=62YbUK&V9`Wq6VVmauoRpSS2!1SMq$f5H%qXI-D8iww}c zs?0yP2f+*=M&(ws+y*kC*@xr*$ca?n9rmD_JZ-id2j+E z&g0=_x1pNgiW6<6i`wtlws?ZmiAHyWq0Qa(@G65Z?@_=6=lnt5s^u%~g>jZPCao)E zrg$MUarbP$h8pIDOTFw_6n;T6Jt5;D?9_6o$Q@?|%pJoeDXBLdyjCDKcBDwmmP06@ zoyw$ohh-L^y>f+%)AxJkEdd3HVn5qMwU6WCHR>WOJ&GjQGwzk!Y|zwT%%?k|IS-lz zJ>wo-f`)Q_-PK?<3hrMHb;JtxxY|R}<8dWG?GZ5Jnc@(leON0`+kGcp1k@{3xHwvb zDZsZxo(1m7^L$ul%iYs*Hg#U}LE6j}a&~AgPuTi+t)=5vaesCEls`Z~U{_z(J1q4X z?T>D%7%Qn8EfZA4IjRDh;5`Bc=dP$Zn}P|s3?oNoUe{SWm9qqw-8`GxlC2{3J~?J5 z)hbqrWOGq@sGTdEX-)nw;puJOVt2?tB?H#j4b!7N@Wky8HFLKsmL^Og90~@(j6p9V zyzOn3=yk$f){E`Ywsl1~+hJXC0##^s1uvr{7iyzJX7;9~P&cJkiDQYlQ%sx77p7b< z9McB1uscKr)!-G*pI&BS=ktt`c=c%4!@1iNkcfqHpX)!;H z+C`n7*?e-h*_`zN1gR8+bvh2HpJ6sBTA^<4I+o*W$!==MZ4%e#`^aOKwV9OF^TYU; zDB}feRXb|KC;;)6NaaAnZ8OGDNt#|2e&%6SnwXr}8D`gy_~7`fiXK+SKr3sO;!>dV7x_DaNf!C(T# z_XSbR^wQEh?bg>jQi5^$AXWtVr?zy|Fcb&b&vm;Wf&>NVU3#ry=u{t_`qBhqez-1w zQsEK5>+=HcaXGL4{thM&%)b%I+HU~5;_3K}pO8oCgsGzMfgpqVR@H9om(^V__mYI; zfIb$;c22J#bW$|iuCcO62OKPzKRIT@O?8mxmv=VX{KI@!C;E1De{!lo{5NporkL3{ zQZ-MUlV_<cuh}{AJ-awHl(6$dEqa z08Qtiv#VD50f*#vw%aXZIu=X?ztnR9Xg&K*RKge1e5gZ%QCiIT?}OEo_T=E}MlDVR z=-%A5D}QrhuBeM~Pb)!Fy=^wm{O;;^9PIT>C$GFT$7mPrbcSS4baFf2zqxpLv{*fe z4@@|f((q(hcb_h-T;j2I7`h~t9Kjs7UKe^r3CZdSA6&7vkSX1|Dd&PQs)C{&deVp zJzBi{@~3BF9II}g;oWcLliIDHiBz+mzdcU(Kb$Yx1+A`6y-M9{9n&6Eday|p)hhS1 zgk*-WTh695qHqtAgp&yVU;GCEfNOp@sNY#WaN?ZNhDK}&xB@Yv#4 z&uswSc&-`P1ub}v^MAb=%o=fU@&9!T{zEEh7vFl00TR*?uL>nYe%MEHrUt^of~1Hx zzd+qOKFGC?w>;gx8L7UD-%WFmVd1^1J3iecFSM3huy zDk+>&8qV(sf&4{W{JxI}SbhGDJE@y+;wjA^4>e)^(taXjKZSeM=@^uW1(AQrn}I}} zJr=tF1SIIcG+Pyq+N-| zGaWr3QYfJfu$An0x5aj|@;c^18o$FefmiuJYN zIRT(}-;J~U+)RuFsn%p#;UHZlkNIu}0NZsSVh(DI4eOKTg^I6sO7$bDgjA}f;_m@< zO&SDzMAy2aQwEbDG}K}_nYeJ7wgD0Dgw4JjI&y+MqAHh`H?22IYy764v}9W$ASM4v zl`LOWk73&vV*X;l%u!@eJtfG3j#{>dkVavTr{gRK)YdUa1;Lm>(xeQv8YKj+HU39c zs~^T-qXWzB`CTh#rH%V+ZbudmzthT54qW^0JW%#y#z{hk)boS@E@<- z>5t$0(VD2p$K_gqUM=S-=E{lJ{u|^r)Mz#u-?tOoehJkb#w|bX`SIc7DEa!Ow4q@{ zK*O1rn6~h-3D0zVkEMY*stI9;E*dbKM$!pUbiaeGTsOdle0AQ`_BM1ink2Ao=vKRj zvIwiiBC0Ya_pIW7wq*ld=!yQG$ZCQ1qTkC#>O^q#u#|%5hQlu=qqbsrP`CF%Yl-rt z*a}XjoE{(ieQMhN9z#FCkukp#+n3u&Cmp&NhN`&Wg3`yzn~W6q)?LWu^~&C&ERoz| z;OM(Dw-{2RYmP<~a`~WvPIPJEh2r}zZwVpXga6t|$s(#c53slMW-!S``noTU)MjNtogM=K~MfA7-|16UlRR z@j{!Y1F<@+3)(cy~z3J*5D9~9CZ015ZU?S9*W{7qAZ4Vo&a zfKXsCtgTFKJpG7oe~QEC`))r)q>z_h?Oc(nXxK%p4rsMA=dS7)IqvqrAt{xqbq9W7 zl1=!*=vBnn5*oPRV9I7HS}&>92%!qGDW#Fst|V^3c-5BM3vk&C5aMjyKH>6{%`W~p zpJZ=twFzSLm>bBHD0#SDI$I*isvwmg7Kb-j&vrC%@bj%t(B`!Td%c6=VuyksRlF9 z**Z_ilGHp6JL0}yt!I?7Go~LEpU#4MqVVRlVR9x6j4I*fw zw>Q={pr^5uI5GREcdWDElM5$&4ffdy!|Da%It~J zy`MO$J?m%7BR5G2ucFON+JcELB7)PA)0By*h`KXjSaS6s=kE-Vv!Gvxv(&da^_1$f zfYG}slGzJV+7>0%S7l;_EW|*6{e?M<`GxAtngf(UE>L+!-!4eb_oerYl4EM-6(tNN zVF${BZGTnwNImN)pjnqi1>+^XmJBFIF)i``^wK@Qp_9^b|I{0qg?&{luS*A5)YT4^ zo!9QmSm~V-a|^K-G$z9tI%6&pWEjsMqMRX$yXTm&+Xbm~y6mRfb8y4YYMxAd#3^5E zr9q@badsy)=4n=21}66$FF;;^JypQEKp@O&;l7^t$xO3yT+6Pl{9f-Fn~%< zuqX5GxU7KOx25cu?8E|zZBOl2EBk9&h;y{9aE5lgE^exKUl@P~uk|=P5i2=(j z{JYYR@g$o_DTP zL^eQCeS4=-C1utE-D`PH0wd=jm_P@j=yoUE#_U+}h@ekYe$hrNs+j>wl=^iRrYX5Z zn6VqB{bCj4htb0n&u*pa2I-`{v02DJdDZWL%M6zScHfqCMyLjmG_djxL=mSl!$)hB zyqt_^=8_prvV|-!B*KVapnUeIk5YY7MApX6;8w=Wp3a{w zq!d=hp~Ze-S;SIfR+f+W+mj*yPIX=-P}FGLQ6Kkrx+aXAiY@M2BbUWOEjkLW+cb*l zBTDC%rKv5kZM1RXjM!<|q?tJbB=ml> zXvqjTDfiQz8N;;FJ!XA2!)~U4 zMZaV-x5chNtd!gd!3RgF;+5DaS^p56{8a#GG=@c73uRM>keRjv3d!l^hv%2TP@pIK&zG83==4f|Ya}$UGe4lnW^qnJg z8OL||58HW2c8dmhrLUSlAL?wn}Wq@!*XwHc(`pptucB|OO^6* zZL4CTCI-^z^fejhq;5ng{+LXHghhUJ4AHBAO?H&VX0;j+hh-3O1X8YHNZlX+V%H+1 zR_QPb=z$%yQ}K?A{|&jzS@*x~Ru_Q5JwoiC|0Qw_@L}aYw4wL8{-m$p@ap3jmDpI) zZH(H{t7J^Bt*Hc8?fLiEw;6sMOdtJD|Q7`QivaU9jJ61cL5OtX~lhs)N@sLOej+e z><1Yj%tVyAzaI7cqZfe!p+rNj4>fWr2!(kWQdq7@B+)Z#(+=4m?rPvow z6ZmQlFxC6cd!%?{>92pM+!o#Y2h(gxe%O(tUWEyXWpx+G-)81OH;0(@{A}shOme6` ziy$GTT?iva8bjEmR#Cd;^$?5yNLB0GgBsY`DH|-Nx%E@8$GDYHdAXDDDxa*pXj<|^ z9yuaJKkBKETf7!?Xs|CFE91AkD#_0scA6%PcXQKU{b?Qx>A(-9`7<7Drj6~LuD#Os z+bKGBm&y-S!Nt&gE+J487?xR(Tuy5D%mDI%4z-%07}DvG7ar9egI%8KKJCw(V`W2B zqiJi*=4enPkApA-POHl>xWvK>t(H5EPaf5Va5#cTyrx#AOGi(*)Ua#E1gWi?YP;zG zg;ww`K?=pyg&X4_B!2>JdqMxNV1(0-mMl@DvhhTX*@qOm+*q-}Xd5A$ffbzfZoR|E z7zbc4|FhLWBHB*R5J}CB{$Lu!LhT@q@(rK}Jc0;m7IWh*rJUu# zvzVsoNMYvz-y(}OunONOOm9zdiIbtN4=is(R>&T>&{3(ANmXf^7roetjh2-(JIz}h zv`y`6*?!jfD`^bh7CC)poE~VKS+NDBBqNxt{La@tchnt;nqF0?FTm9Mm0Q+OkK<-3 zw1Q?I9sU=xy_3K3D&F@8S(6nB25d3*=R|q`@YR2!^lPjrb-@99DXbSvTRKvni2)%- z0Vc_1i*>l_m$Xr?aE8V%#a*1$1CKq&y--?0;)_-Qo&mPd9)M#83G*yIpM{5D_K5UO zcMRDuR*G`X$O_S_JW@8{7f7 z%KT0zu7UeY-Rt$$RH^J0C&b|F~z~q<-mhDtH&0) z1F*ny@_r_MQFv(7YlQydUIRQLz8ZRFH7`BOIeLg+nIn;4&yNS&P5np}Jl00qT zmRUe$Iz8Rj%|ZYpWnV0czsi+QSj_n|5#mq&t!HH$zmT)sV}sKdl!i%Pg#=qzDOO?g zN9y92ZMG)q^VWt-iFzb~`Avx5HPs56EM#PCgfv6qoWIp}mY;<+ag|IjtbiP`ijbHW z3R}e8#$drUh&IvlR$C74kYDW38NfRG+8IFqXUll=BS3frK z__JzqN}r)p^bkTM9VckjjIxiOLS{vIB&)5P=gIm`E#LC7Fm|29GOd3%tQt-Z-kZ;h zX@I602jb_DGbU0TT{jLyZ0E=kC&NQ@l(3n{^ktWAS z^z9j$Z}60=jKWX{iJfLelaxq0d#yd@f75BqcW$iK{A#aj??0jN=)pN;6rEmtr}pI= z>+gK{Z-y8;Tf+N6>12m%2zs`-T;mrex~X10#k7FtFM4Rjpco+E5%OuzA}HhQotlvg zBYiQI;RiuL@NV+<2}MV9Icv$2^r&czD8uS#us%81y2FE@o255hmQ5O?QdMbtV`rK6 z6P}}=Z;5skn|6Ijkpys=x7axcGU?Ii`MBBHNRe%vW7MUkeZHI5;xJJBu%vVUqzbFS zFavTreprWP`C||})U-o$@^z8T{jb~Lww?K*JEzO@+Z$>wpv+lO=oYlfZ=YbIQEjX7 z-^}SPf=f1E=$lW1w6rSUU14_wLHfR}?3mqqGr)UWRlQwI_=kjaj|UV4v}0nD^pOEX zBHzdr=cZsFc`VMhvOiVtiVtmNH@ZJ8Mu4M{qz4;4l~)fJyFagM&D|PIi+^+P*Ml3g zGWWTk%-;9zclNe79CZ)9(T*63vOfEbX`L^q13nA+G9f4oX074p?H_9v^s2g~>rd73 zS+T4)(0xx>2sNiIn6Vnl)vP(8J6-mytjz4$)}x9$YMzp);KdC>jgZV#Ni;#5znI8Z zi_a(5pO~E-?HDlQW1Jg$bDBlvy#43ko?{m%p8QDut49MI-ye_aD%yD;)yx( zez`8RCtmdHL@I&ji92Y)Fj!JUO7(l?w7t=ZD+~CBR{!+To##K zb7)Paa>FJ~el(1I2_o>X~33Ivt_GL4O57AQqbWBpvWv>m7aeH|2Czzc00Zi)#SgoL~WOWM`KZs%9kKe zw_ME}DFj)yIl*QEV$oqQp&cBqm#DEEAVq(AQM)lVMEpLX8+!>BVQ<+0Bv1LN6;MQ$ z3#KXZPeCC-Oly*tIyL&ZpiUl(ZK~ge+lp3z*W?QX;Q=H(S7Lnkx7?jJF4VKKGZXAH zZX_P~dVY^(x*Zl@`1irKKld&k=hzg#b!|ngC+fX%V-v@*do~}Ba6LQKA7?unV$9b9mA9{Dr3!FoUVn7zH6^VlC?x^EQVceC&DXz z_zg7_$O$q3wzNQZ>pahLI%Y%`fK^oiR8ju6VL-V2CGY23+lc+Y%<$waQIlSkKbq?r zN=`n%AUQmmI8vsrSTziO+H?T_i}OY9dXk(QJk(ul3?hYG4FjcX>>p%CAdq^tOMJl; zJ~n829R{ovj1QpO*tBEUs6P;xmjRGu(RH~lkZ0y9?L+F|8YCYVUSCQb+*_FXk|^TC zsjqCU!3!(OpP5?zs?l2^s6ku!)j3`a!qYBK-a7GR2w$MbUMWvliwn};9kzXd09&?y zjJ}e}vi=!PG7!2!kAA@rn7rQR+&OKkD49!}F-V(mT_*ky+Wt5={fTh^bEFXxq#{Am zI%-wiX`|IIo61@ar_81m zW#T^PDv`eVv}4X%lbDXl{Z40X+1wCn|K6@LkklFj_ccrKYGe@f?i9pTV%cQ^{L=HN z!TgVOM;-asC}*QcPkc8=T#m~hF_W`l%<2$=^f$r`ssm^s()PzZL1IGXJ_EB^EE^zh zcnO9tEar4-t$$su(j;LwKIdZf`AJ+K+7f#1jHSM@!E#w*S?`X_5rn`rI{7aj3Ox z{@!_3Dk>%omSzTDD1F(V6(Xe z3Ie&L>iCSqMoDDsa#4FbC}h2`h7y`x!dZC<5#SRN8VNxy#at#buc#Q9t3jiXhgOM@ zh9qtAYeyp7T!i3Lg-@1;NY1dFP>8fgtZxsQ`O3J>UbaUBw21<#^7Qy;f&pp()a6}f z^1!9^kCI860XtjcNfGh1x?5R_%e9kjsQdLSEFq|K+K;RP$zjrLW%ZI1x`c{e7mFxa z%OeXQ@Bq=m#i>V$jo}J!_qD3!%5iyWSZeJzd#a8s#pbgM#x~kSVq~od!R{Z&cpkJr zuBL#RQ~oY;eyv_Hv09JZTlJAZKm*wjHw8wjOYUNFme8hx#W^e zCSx9fpq0FE#-x5U=#=_TRG(b!v}6>ko7|!V;$gtC%PRYvb$I#9>J$~Qdo={oOLBg+ zEXp-2!V}3vs-I^f z3-oQ=b@UN*&pUJr=0lws0K*)H&TJ?v|G$%kv~(24XOn~{MEPEGMnwFQ#Ae>lkc3zK z=t7=l6Z{NI(Bym9o(gY|Z-3L;+(0O7_nZR9Esh@E}mqGG~bFFJ2x7-OT_TJ4G7Flu*p;onP zs_(RRm5Hc3tMP-vB)t)bSGHFG>J_RImAVz+yrduu%sgcxsq6^Mx`#E02&tK6^08%h z+msW!-L9^8_x7@@+b?ThPx@Dx$OpS!qmK$05Yk&=)?N7%l=N6_O^rZg0a>$A99!1@ zkCWBXoeope>D?;eNQ@*U*C<+M- z1?o6QNs_zBO-ikhoOMrFt)$otLNg0QMO0*MVoKBwq?uNvkcjoh?MMmdK*4dgQ6*H~ z{?szl7pNyaoL@Mf%wTzvAvRvz+nIuV!5K-@%cBl~OcBCqxLkEBgAxO^h65r=lBCgI zLYTw>2~X`%8(H~~3KmjBu<+C=!85Q?O?iTO4<4p`MX75@VHA)gg?3JwNFn`Xa!x`g zObRul@fw1y7iMrTzY;vvG3M7Y+OxS=>mOKuzQ-dUuc&hJBp>_&NAeuOy~ACtcdCue zOcgrH9|-x**15$(evWl%GO1uUTT=UHW^LK5RR^0ZQJZ(UmJ9+&?n$L`^}lM&nO#O9 z%UhN%RduhfG_ZwDR*)_$m-L&@#e_HA>EtN{LY+YdwS?rn!Q zS{>J3Wu?-3AlslLHP{It`_0rumKpz(h-#(`=s;R##Z6)(Rf-(bNgChUm5fV0b2%|M z_4eM`>?L7>Z?&+QhfPy;(REwB5r%K~aJV-fwX)Q98Um&?%-#_Tdu$bKq-kz}z9)%; zgnW}EASef9zFjfWA4#t-a|{E`I>o@tSVUlY`)YudR#xJOqgZk1Nz#f)!9V-@{Dx$v ziwj6~E7`FogO$3R1j5f!P`%gx#wvrsU^E6IRBfL?m`$ILLn4#`PPFrvMIPhDVMSo3 z^VRI*0gjDbR?!2%P!`nN7#-dmMc^WpsT@U_)B~niM~%p~$P|S%K#5R7%5{2@EG|q> z-UV{qTz;F-i5hA$GD_i#Zq`m#PE zIw4|0YWc@&{5^cIFcEom0b9K=!oM}K{#aLA%S*tL`4K{9y`$t%S6EO8ip z+Z(%DlN#bkB1_MU{M6)@Qsc&Hx!mRMsD#wtw7_Ep>OTp*e(mZxZmcH&5DFjK(z&JjX9$~5@YOWi1*JpX0ZF0y@FtPzc|H*wY5VZu5^-e=H0(<~Lt(Xx8 z1$>;W*Muz+T{K%^a2d9abdt_l(5`(eWkO5Xt84c+H3aNfVBRBzo4?`}t_+>u`e^ak z@!l8}5n5{@@5_!UHwK$S6FB7QBUIg1+(K=ohj=hyeDR}Rn@kE^eBL?v@v~o*FjpvW zY%RpFl*E0py@#6ng}@cAPf`MHC6%)Kk`noPb^OVQTRCWF)rUEd@-kV^*M1E_<2@br zJ;yCorQwb@*Y)LNH7qa~F_u{t3b04mfUz6$R ztVrK7eNM;g59wmWJxz}QL`_joWtPO}?XnaO3RyDwxH0YbLKcwLVMA%Lk<^XOt5I0A zg8p`&6}DxekhGU|dH_Q}yubEOMy*L9G|-MohnlfNw^q>+{k|Qr7lcKXt}N0}F&@@A zun7uHpf4~j=8cWjI}t&N^okX=3fGhtk^|qS|d3q z4lKP9@fi`*BD8@8TV>bKeU-Xf2SCD;1r%F`SqUQT*}G!Oje88nRwE5qw1v$LPi6fr zHo?m8exx_niA%eYpyWv^JNtu`CTSl@#TO;R3RSq{N$dY+lENM51SBM^?As->YDr{2 zLoePrY7jQH|{=r*P3eI{e($4$Gh?Rr)e$D+Ik(VHX4a>a7+5;1`h zlYW;g50X3AtXkaWOw!wtB6%N!56o;ePh7Nmw~NJ;gu#735_e9oO-$3ZM-1~)Z<%qz zND~+qxuM72Nh~z)(m%!=(e(nWCR~r0&0{Q(kkGBq4k4=-YD(QAcIMG2xLlYJN2*FI zkVa*rx-?YExhr9BFYpJG;NgaMON?M|pkP_q0Qd}H)o3$gx{jn(aTG}(b7lovR9O^Y zvooc!qZpOo%lZNa)hVZ=Xn=(eu#&=xsr~fH>&R6M15p{aFRS=6BMV)pFKKIH-IM1a z!X;aEmb;@um9RV0n%Bh^_E>(T0}Fl1^bjl&toaaX>Dg2uO6n;U{W}Y$-izd|N53;J zKQVNF=7iOLV!*Je?772FZ>N!p+EMi(tIO+e%-6Aj6e0tJ(|O4<;D1;?3U>6Nynyfo3&8x$^XCB_^CG zujkbDH>t&0GC6W(WVtbv?WN(LnSuR@#+P;bVlgvfRLc58S;pQ!iIt(cq|vNICCp;J zxU-#~6!^6G1qxyd!~G-q|0_3eo`plZ1mZwB0l84H*&ofv!=%m7hFJZGI#wkXP@wO) zo*O#M0C=Bt@V$qeFAbuPUv+$>q#a^)2L|MVG!q@>w&zBj=_rg0*7C8>#6cVy6T6&T z3U>O3f=udyGO32Gz8vwp%i>CPNBTu$WIOX#DUP=&dkbmIc}#iNgp@>$_CUapp~>V0 z%ZaAIT4JTW1%&h|cn>J*=TmgU_8O~iBO0z{j&KK9VH1(xL0+2iqwl|k*sAA@`NNpR`!1g>#%8n z8oF_XG{><8LgZSZNT|$@tWUjg~-k?!;b>r)iJc~FcgEhX+Hx=eLs=gU`h-7kt}gsT%Wpiujy6Ch!@BvKchfy z_n>RaM<(m99-gN%#dZ4+Er~HT#?MPs?z;U~dl6ti+0x8G=5@Q2NNoOr;qHUicG5nt z%~WPiHQ1Jn!2AQVxIpySDg1w#SQ`))Je*#x|4c^u;pKW~J5B%L4QBs7B=e4SSI+7D zA32U`X}&b-X>y=H=A4_y@7h;AeeSuzUDFF*Pm6O+&f^in9x2->h@0VkSY(ciA9RG= zcvxnvYpv}xak}`hnw0ncyNBW8`%|@9^7-?>xQ2$@Jv)3ah?$apdI;-Tahg(kxRSlF zDrqz~&-&;5Y0av#9VS}w6ge3@JNNeH!L@a9_OwWe{?##k#`wh_mIqsY=d@_fSNB#O z6p^8m?=6jO54I8rxMrzzhNcc4-%odOpW z0D}_~gN|1Lf&vVOhpZz6Gd$0ZK@MX4Mo<81Q7?~L6xy> zBaE1SrEO?=$C{gRBZ(Ad=)HP!XvHR!lp%H(k~DBAUSo)j4X!;!He5!hdC7qy5|%aI ztuL7hFoC?ls)HbH808?h(VHWsNJBXNlpcoJsgV>@I_a~DK!%?Kw-z3qkRg4mA6r5K z;o=hBvZE2P%p$&JL8Zu%z%GejZ*p^IddS#Y+L<29m)43DBBBULJ*_oai$=JJ4*C-8u0k5tedtdK z(#3@aW?zlLg{63Hw5ymHn9qzF!$5$MAK2*b?m{|1E^-}#Q_2(H%7IQfvgf=N1U&>RH0=eJ5%*}cC?SHN;_Gc ztfW}(wuuRbVN8iGe*p{y(sSk*L~WQMI?otJo2a@mAq7j5OEP9_T`5t%O~qqsU~hDf z?u@YHY|&(kGvqtJvg`u3hJ3>etIsE@$>BCly;pC|@jk3{BPIrbmhm2$(qGfot2)W~ z=?kQ&-_F@QR){SZglYz>mgiNu#)$qi%85GWD+CqY8zpU*n;PW_%;np8r==OAMCU2j z=2mRrGwl?Zlnr-aL#)THw~4qvc&yC~s8r!s;d2+ClZfy^6mBbxR_Btup;h$(G?~J5 zm)hFn_(rUzz+5O$FOG6~6@92~G8eBxjQ%ChB|S)DexD2+oHZ!Qy;$waioo%b;lE9! zAiNX7mP_2>3-#MEb-XcVnts~C8yt&TI2aHZA%Z4X1d&~csXjQ4;5hx$9(8ea*R zrRMG zEr0b{mUxneK(u$&V_VM`IVi@=xXWFDsIWosLKWtZW3nnCacM~?i8FI!aW0E;q9S*4 zU+XshEMn42&0cIqA*t$7QDNK>AvZ1YUGTEi?hC=e%p)40VS(~VGw4X_c9o#5!M1i`-s(j1s@;f@u)HHkOnRx z>ZHFek1P%&xp#_?vhP8&`v>DAIR{Qkk4Qxm^)N`}nRbYs(lqCMvw-{wA;lf(5iw&Q z$W^|!^9u@FRC+`O?|_v6#8*F>VqI(f%c4s4(x0Ubqx?HYa;cUC=qzLNi1+~BkH$BIU{O` zIBnO1XK?-}z^!lbuvcWp4`=3hbP}HbuIjoFzQ`hRh}yki%sYumPyaalVYx+<@ZIa` zY_Q}7gP2{We1{>s19?7P7?5zl{Ox-3Mze2SAI3V$ImqZ!bO3=i>ez+}>eTIc4?U0=x;MNGst6Kyrl860hyV3{9AUx== zhWmy!IC_|{bRrO_9l8wB^IAwM7>Da~ZeXN>OEV}8GIL{Q1&d-%v$-_fx{a{$r#rXR z^*Q3|OMlB;xoW(esXHZ)CDaT{Kq%B8LZ*55EejGIDdHn)#LpA)uva`hbBMWSixkef zEMOT@@wJ<5#14`QhI{vYRU-e3bxbMm(me81qRn4uUqRIJZNJ$ZkCvNcGFkTFnF4BX8 z838SJ_2KM7LVV?`3Gw()gJKIPA=xoW)X_u4!)Y)rcvDD3nkLpLj-59MwF9Z9R-NrA zpB3;okyN1pd=*%59wG^QGl;w$^nfs#qx4fqiBfAV>HtN^NkcbEiU|C%U(do;Q55Hj zh!>cMNJisWtE!sIk(S7IVl`l`E;H&`1p@P05ztvY_20K}x z((;d9{O;#&90ZP*#?+97tfrUeGnOh+M1w{qj?Z5FU}%35MV($%t~;?#TfidLPm|!m zyb>1+rn*A9w+EB?As23;Yff*e+%6P^8G+{oc zjm?#<*WMlN++a3ulG25NeuF?CkVf(H!{@k65dd#kiq?oP+`{BXd8Qjs?67vpJyk-b z=Jeg97WT_N9*VuEM9PJ?s@YJXg28ooc%#%PX{U)3{jb!$zyDj)VDu~(kVf7k&9eao5DkR**ysk; zDccyV6Vj?(VSNVheOrkm%l3}w&YoGlCtUFH4G2>XXQ>i-V$(x~3#jZr9O#1ic_}=* zY2WXrH1r*v%9h>rXgK?K2$6Z`)b1z9Lu6d-*u|l4#;p>-dLiu6-9}6QZ)2uY*aTyM z75Fuq%;XHzl1Pt_13%sx0v+AyvZ}q-z zIiXlNGW$#!L}?9u8d7Novy4tz{MvO)VQET%JdhbPUF1|;5SqSOO`%Oj3HXdK)YOj> zX7k+lmTdelS4})ZBvV<*ERN%^x1tY~T%ct3gv*0=ecY#gyvE@x2$n<<>HEoFs`g^n zR3VFQ6WO?yh?ElQiV-X3sunwn@j>phLTXlI1IQ)gQU^aOA2(~55*mn2a+<`SMQ6fP zX?2?cJE3<&AZEymlna3ae$x=Z3Wh>0M0GU`=B;`RsU2utRxo{j54Llh$QwpztzyUL z{;K`9f3f|3;F0_OF29|wJKTV@?(ruHc2|U_+Ywb#ZnbkyDK^{T;VcC8BMgc`pnEtM zNi#{&rUe4RrUEDyh+;Zeg$0iHwAh&+zf@>@8(kQ^W~GHv%8s*E(jaCNNpm@I&<(Um z@UscKG6Y9|l6VHtT?CMf9BoBSpzb*-VbrIn+BLr@W0N*@zL8Z;PE0oX2kBtyYo0#N z@T7yC>fJrqt4d^6WP|L~H9vRPyC5~JhqS+Vf3Z4KRpHDkvXzY?v`l_iAIdbs*36+? zvHy@`aG#5`O<84buto+`UwDHy5pQ~sG6u)=8(^R!YX6m8_q);0t2q|)RnAFnfW=FX zBFws=^{@X;VcEadfFx#5!agJxZbao?eV@YVF%X&#i&Pw)x%Ol7U{fIP=Rm4www7Vx zS5UR4*R##K1#7*xwv%)$zl&t-2qEnwj#A9iC3X8*|2RMAJ;Sw>(>&??rNJR5+29P+ zR5AXRfZ^gAba`QsrUFI?BoDv^0vf_CFs4wDW%VUB5B(x?vj zoFPXAq#OwpRt#lWoPf(MS_3g--RmBED4UfiPE+Pnj(m9uOtE2$FU*eP0t)rIE`%an z`E~WDZm@2@PB|pm!Zsp{X&?gu-yq`)Xt}VGLZIq(`5|nE$P8(tbhW4|gC0q@P+jz% zY)#lT8=3mTS^UPZ#Gv=&K07h z`C{lar}tv(C2pmzqbOVN6S+p&j|%qidhH@~Kg&o`q!z^31lav0!lgILH(cI7KDXHR zRyM&vLC$6^zrC{a{74$8qsb2d)7&Qm6NiZ`K`^2EgCWG!b7$~N-M*hd%tXh}nV0MO zT~lf8PcG`cPw2Sq$;S=*vSHvw@$ zcvPirtH276zokd@&nNYhI@>x_-w7(4_uKm+A&m=XgFFSIVg-ysHox{gkVpr=Y8_b;0iNJ~b=HKG=i3p3SgMjvbT100s~`TyXg4PVR(iHQO5u z$-GEIkIJevy}X>c7}Itwg4p-JE6g$2y9E;IacKmzfekXLI5{T%sFe?CKt=H@aM zCWe3r(WzOKrkl1M8;K%htfa*ptG3I&5xW+M-DqZO_9WoF1QQKD9O+|8q3z#Nq6T~x zTTUWg^I*|oC7`+jeY%*ERx*6J+Rs=2UUtL`G&8=e+QcQ~ zA#tIXI4SnjIb`4nGy#Wf9JX}$>^DGwZ4KBUyG?B*+z-EGF%U#mbbUXmo z73NcA&$if^R<|RE1k$1;ZkC-qx;F=)nAl6lRiX3^zm0hl;r}AuTdT ziyp0?611^Q8#y#etHfBoiqz<;pfqAQ%TnDjs!vFvn3EBwVD^i;?J$5WMnb@&0D(D; zp|fxYUOnM^d|(!c35VtiS%egEfdWQgzAiRhkVJlq05UtlZS@_3df+S;CRu%S7Wi;mXgtx&B?*S!_U2TK zu9K4fBM_K=sUc-Pl#gHR6q!-OGKX><21&~>4_#ahKq%M{5lr#Uv@_)HL-tZZWAp3u z+m6k&(+Pr-vsDSdLd56Q0WS3$1OQCvldXGiBUt?J5{{Ej+gNK?@fmein1v)5!Q- z`Df@GlFI9vf~a<a$P-jn>&TdE#un;reBEY@A`wtW#I>KSHUJ&5%E09BYcCUAf5V)g~L zkv;QgcZyL&Mj+=$JBp*BQc6ge=8^0yiGJ$hB!7lR=yAng3EfO%(GF+41X3yCiW@Ba z1Bohn-zbaEY>39?QHDd-GE3)a=tgE(=C~9+lJJ^a(I)7|TGtb<)IKI*(C%a{(%%=e zt3v4*w~{iKf+ll@SBSBB&<4)U`{FZMh)}R$j!F5JsC9P^*hcXY0Qt@U_j7JR=2_zp zMb6)-6f6m^b92=x%RWWp$eyYs;x@F|QE}Nfz1$(vN-UU_gyb@z4Xfa0!WzR%XU(_3 z+~B;B|I*f;NlmAsL%7bhQa2E2%QJEV}z+&vjK~9BBMJSX*3>mQq=%4}Nvn z*;B4mD7hfM8ziU_2Hy?L5k=j$_={=hp85JuC8iiYU zo-S1H+3-s#UmVvp>N>^oJnG^wTkw50aY4rB};_dT2e+JEU z35&Vg2IkimM91V7L`CNn#6;(vMhQ_Ti$&_BkWfuCswU~>sg7Y@8}Go;1O8oQShZ=^ zD~mAn4Hu&WDtK1BHCLmA|Cz9rjMt${hcNeKAJ-uVocvd`@vL=E1Z(yxq z9}tb4-bDGqW(Rpwd>bz>c+4wGS*uW?i&eYzbEmputEMbn;uYmPOTc?n9PhMw4R78@ zkF(w$u8Ncc{`L)@y|&e!(B&&Ki+031nRN3`gxGr#e+vl_D!CR>=PXMS-NHJQe&JDy za8ZQTx~|vaXBVbQ$Bc9cWS4P#pPawWa@@wsn~Jg*GU7em_MKhfY|}-{{%-o$TO5sc z5WK7E-P|_r(|q>1I=qM08aJOHZ{K7OC-W7LcwsTI;bNsq>T&#Fn#mjRpvT|Nb+J*w zO0t~p;#&E3A|zmgmv3mYI2>`biL&(>lKe1#NiG;Se*PQ9n$-%1yD}!yE#Z}m(!;~R zkwLeqE-6r~iK_m(Q$((#2mkf*ty#yO&k+lXl-uHQW_8J5L&U2 zH1-L?eX``J+TAEb6A`(|A4|bR90F^SsOmNyEMu}{1#)h&D&AJz3a;w^GZ*lgQGkI< z)jlipP{Su&#VIG?xq$*k660T#eX){>7*)!39lPd9kpJU=g14`AddD^_Dr$OO3AHR~ zD+?JWb#V2PUx%rm!sc#t)t@bf3U;QwzNHvWXr8Q`L#cYXgfig~%Z_Rg7DV3{ikR~m zk5AVtH3~uJ0{F`iT;Bb8sA96tmeVU2(nI> z;6J(qA_AzF{uZK~3miq|)`;k-OV~hh8L8ZYb!uEpv1g?va6d11jsT(Xu)Wvvdi#0Qq@eXjkn)dPB@TwwO^z(gQz972Ed)88Hs|K5bVvc z7|oFdUC~CpMjRa=iPLdRwoie0e-gn;jQEK*jGjBo>S?_md%{II<6k$UJA9PV4EK5# z&K7y7on@|3zgl@&iQ2ZqybYxMr1jhj)X2MQ;t`8b4Y%5)R8DogL*HLm|Q0IdyUsGIqq1$Nnb9 z;Xb879UPysxhElGUD0kgN_Rt=YqXKe^JGIAledne>L^wr1}zULjjB&KBv^BR0dT`M z!*4lNO_-DH7#oQA)eYa|1;QuOD!&Cz_Si_zU`Be^R5P$(nTh9~i2-)peh5>Th9U`M zaudvF@PnlTp4c=2=J@~JQrJP-Z}m`q#XcThCzw$LSh6CWnxBx zn$-H~T!RrQw9^?=wkv~&2{*9NY7m%cNxD}LiX~V!a*9iM_3&RYluE(4d9@_lRo?>eWSO&LB|8Z7y6HXYCX2R<9kOz_#H`? zm{|(7+J*0K<0hBJNND@%XR?I1NB4heem|PjlvNfnQ8iC4#@^qkK2mG?#O+G#PUO{+ z@Xv>HbL(Wj(^ZxJ%jK!tvVzYT4(8NekNT&4!ePpjT$2{w(#h-`WBmDX4xPOI51QPS zGEb4i@85GMRm!_VzjL)d8L!8;sOVIeI94v-Kg!j~kJcrLf^8pU zb;f&m#?dlgt(3TSW^i==?b$wFQg85emE_v7hq%N|#ZEgc^#;|MThzzYjJsMBU7*@; zfT@n=zID9VXxq-a%iz{)IZ3=Pe@gfo*yiQP7(E!5zqsMY+ShjUzqG5op7KX^`jYg&N_V z^6L1?@Y`3@d7mE;?h!yB>q06oM629m##FH*7zO%#y%-K|Yjl>ERmh7_Xjnzi7!=hu z1+s3vptV+!CihtNfmc(o4jL!UTqWKj8KqV#6$7hs^~ ztB^zAcC&r)T%=lLmO|K<^3Eoys&Fg7@$Akl8jcYGbS`Y?$HAXJI{b}9*+dTZ=2{kV zE~2{#BmFJP+&JXUh}k5S73r2Q59w$L@88Ia@bhMK zjH)B6R$h^<`xDDXs7!dILHJfX*qiT4)L(``tCm-Z{sYgpE{|*yOcchrB31Zf@LWO^ zL!aPs4g$+XovN!uf}e=G20IeXTT^q}7phHb(sFT?mID6GvOvj2zVvEr7`H+Vz}{)=$IaBcz(-wHMeU zhTS*Bvxsu7DrY(e9%#&Blj@S?j?lf#n23ryhQdRpNPAPSGu=1uW|ViDFx_Ep=m1Ol zTQe^H5Nx_tyCsJvo||(_EbNopXbZNCWwA;^AEHlmav{bfI^3g@_u>PZO>_nZ zF!&Y~Fs1mnYd{aY@l9gO4ei+O0#~R|lhpbbOn>lg)*-A))7kk9%}yO3*Ed5MjM=sY znw~`buzu0Ai;+``YI=Y8aQ4FiP}M@LHO}I+uhgtl`MKj)YPE>4hz8$a>z?V|kJ;sdauVAN#!TrBm82kD5 zWSmzFCHua)y|%8Q#P96E9IqH9zN;;WRr2u0q>bfm;xK^CUpC&ap(d@HQy*cgM+*q{LQVodagf|#h_Q3~?L{&;>Z`NH&@vvb zqX|Z(`=EP|BRz6(lwMq4{PxX)8JT7_pLPE{h5z7q(&9^D5n0yKFzKCxhYTI0+}Y)6 zDY3zpC0SvT?xi0NZUGf#$eP!MD=C6UARB=Biw$Kz<=xZ1*M9L_@f-FB$FWUyUq@J@ z9jpUi2Nvq(kaWZUvgMa3EFr!nEgRz7Z3VXYTuPGiP^1cxf9g2ACL&69JtouheR9q@ z#J+v_La*Du8@GF2ZdpVwp7nQ~2gc($O?}!S`djH2v2R!NXs%{un9&&|<#Ecop}AFS z_OGp|<9+6JE#0@TsBZF2_vEd?T~~Hl#}@1@z$m8#yW7`;W;re98~@N}de4#B3;&Xd zk`l20KmJqq*C8d)y}Dm4L8^rl9FE-0lr_o=0e)V4GvKI@2RGu$No}EKBojB+!KQEY z_Fp{&Jj8lu@N#Yu<^#2YPbH$n>C|q4Pb9F|c_sBFnzAoIfS$W4K6&>FaXW~LuI4nV zJ!H;uwn%(hEKBna9umBW>k;pwzM$e}cxQBdxmuui$0Y9beQ|bRn`w6r^RC3v|B@SH z$PVj7NuKDScef>HwBk7WYx3eiq&^@*?*0)IN2?AVD%%(X^^BUb%E=?|5Gd_bCOp)jd@E!`CxM8mE;{jiq)pr%XqaW0c&5%jn4WJiK9+s$b*1lro3}(*IGU^!g^J)*Q^~dD~XT#{9 zE4W-{DSYF6Dpn?ymU0yt6+3p=^7)AFQf7ISu4&XRlhd~V$ZaoJPR3wGrNV`s z#S5vWlqzz~1cs*_ID?24AO+YGQQFYXtXF%gUCITp`_wrI#wrgrDAx)bb>+DdWaT@~ z8Lp3L&o)mUdm>iplC5AGoHHE)X!|8lh3lTJ;?K~3#~f6QM7LbNzryXSAFWL^S2bSd z>$@(wdyv}0nCTtrTc>g0`C>P%YY>?+f%A-a^gLrA_vz;~O3b*&)ub9bKCBa4H zd^|5i=CwZWMpRF1`NNn z|2BWvUI*itv?zL{Gh)* z0kCopTI)Hi5QG8+U{*oacK?<9Ps0#5Kmr2^irMwFPCSwMKcZrqcp>MDaUs@3Fi|e1 zOBydo%v!9##8QqP3%%+8E>?o}mT%)ZWu%k|?Cw(g{TlHx*2n_>-q+xO1hMP|I;+P` zIEL2GJ*5BlE5g@8M;}ddi=Pc`&?v^U>kNnZd%|EWyv{j`r_L2T3E!1dQk3QJ8~ND! zV<6Q&;uyH4k#o7#X%TuMf^%&kZ7EN<*$D$u9N6WSXAQwU=pF3coz>keWFe+^j zY;go0_Hl{PfnCrfVHV1kc{}TQ8<*ssd`1u(@k4Dl>uUba0VAK>{7N_a{trA|$~nM= zKz2xVLik%~x~bi6F83BNaSuw>=&6L5CV+DVsv?g)fttPEA}I5^*NDv7?jmP*Re_-6e_T8W z?X?9Z;$_m=f95R{y?4~oNklwVE$mB~tzu$Y3<7mYy`^XB;T&*(!hHAJkIE)ZBvG&@ zf+j|89RRpb(G^#RC=;ekvwurzw&AL|E``Pj&0N$hb%clr2UciEqP=}~5w1fZ8^+0l zX$3+&RmN&V{KDpHEFB1CUcM9EP`-D)(byZ@s`6F2sV%&LG&MwUs5tE=Zvwq?mjWGr z@_TxW59cO}2S_5bt1S1}R$L#nZazbuCi(v})zba1q)_saoGo_ZK1a!c)>{Uw!?6QG zP;PNW?;<-RatgdF8hr~O_*BKub3b!w1b1MrjdJ87gz!|0|38f!8%%(~+1+WU^V+x8 zxpm5=hay~mI(^%_FgUOVo>&XE)*%C$vV}o)Prh}y9!_F!9a(Zn?wUt?rODlsi(Qt` z;v!wQ=GA_Q%WY2KwLjR#-#q=NdVbz#iHYN*0{0qev0$Y?q<{$cy|UMna#s-n zgPOXrp8}3)ky`GYP#;JH3oEOa?O?W8PaTyo@C!pVjSwL;elV!J5!DrF;HB!%QTk#)WsAs@evBqadqD+-`L zf_2QHGeG+7B7vHJvdf$0z`6fzFOT&`y*I8bsj?CcP`{^@$d<2u(XTz=va;~sj{Kd1 zTk~JuKQ2fZsIfn={rPLwLb;1uSE(OAtZ5V>Z-h*MAUY)954{)m-MT_?J5D}^DLm)! zOyr)J)7j^p2n0>F8#^9vBI+TM%5QJ!r?DEfHCjNDz^VoGjX(rI)OpmlV*^GadG(j) z+S)CyhW~CY4EberVl9|AHTa&+ep_i!&9|SAzHN>4)bJxj$CBu)=;tcpF2s2DcUh2>+U|qU!X z!iWp9DCezMK28FoKU%IfUS5XI9VW_R(4PMz4&LOj=H=`3#p!DlI+|R*I)4!a*cxf~ z!v9x~jzwv>TJDa;fuhH_jMEc2d24JGjhfTAnz8I5PAU5_c#yU7_1cZ=WwMU8cU5gm zTbA9ODY#gVTcTcogzq&qe)roG{34jX;K+e3H_(kVJ6`rt`MjIc8Dnp`etQtDT zvx8Cky?*XH3^HU@I&S$~GyN~PMdevQwO ziv`jt#4YAu^TiIjG=g!(p?PAu&xFU9jQmAEYLsQD{|!>C&G zj%d0dJuduHR&v7Nj{TRKDNrQ^%Gis>Z`05bK1j~C5#7M!$v>uUb)Dv&&b)2E+M zkR^fg_|f!l;P8hJo%XR`@#F_HEUFaAklisg;4$3hdY&>_&s+Y#o6?;BEuzzTIG1yM zhP`OMDUY=WKKgPF?tm-Pzko4=@iTDwcaIJOdrD)L@jv5V&Bxxh+#7$w3YNDG&dq1fAB%&qYwk%)M`5V5e#*5_5PefBw(o5_MIN@3Y7~mA1QCd(Kz&5x#GP z_`iS3XW1~8yG(f6r5`U)9$CY~Fu-Suney;McmBaAD(1I7d@(I-ZeHvV7xbH0?mCr5 z^Zt_57g>l0#L54edU*w?yY@tM-VaCWmYn&QSj$F-xKBCx@|^Ac1+xggLZdUz?vS!~ zr*|XE<=2e4c9Wjl^h85OZ0?lD#N6dmkds}~B3u5DRb~mY0sdp4OV{9v@z&C-jx&qm z^UjTn&0h8@_f=or#`O2H>ucEnl}T*v#em%Rh-tb{CCQ)Is*g7j~Y2{No_CBX><6YS{S7)C(O?n;)0;8E^QjUMi=T_orfjU%z== zdExVYk>=UgHbxxQSetdT4=~L7Y=^6H1r)dX$d*3hfS`=fu9s4XxT{Q#quA9)hR-xu zZeM&@R#hN}+x0d@7}U@IK`3|R?ZX|nQ!@@niBp&*tmKb&-6z{SW1vZ}F{#n@tX80H zWFD9ke(2n%n?71U<@=A|L5X-dZL)IEh2)-!YlMPAu!eAt_>T~T9~$VWV44&{fFP43 zX#pdC^iXPq-A{=yGyT@jts5w0pFx`Xj>M4hyIP;;cDH&kAQWmFKmI7U4%y^iGtLjn zEsjVy06bF;2y-h_6mIkqqt2ssJ;ILd^;=U<8amRFV@dF4Gfc1E9BB@}g# z$Ygt6O|-e224Sms?h_&MSK^X<~tPno@_GqYZYNa`rAyo`uO+e|YcblzR z%h}NGkRE#b0}^H_EHSddgD&HbAz@WY%B_0;80HMKuqF|)v5EkTYGFP1QRoDP+LQs1 zc%rSzA^I7%`lc@L$cV7RYy9_?&pGp8RB;468C<+aH(U}_>RQN1%xkiE-qQM7T64Hj zyk{Q&a!>|Seu+|ozqOe9e6YFs(7*uh2cC!!mrKstnp=06ZM&NrKR^aDNA~u0{@4MF zpy({@IHDP)KItbrk>76IE%?fWs|5Sr1tftOr|>3=Na)b7<=>t6g1DpO*Yp~Mt>&)$ z;WM}S?B&xPlXxs=NNvTTuim>eqE4nFqrYe(4l+S-;#i}r<5{bjXUxKa<#uK9;l4A* zGiGDdzuDwF=WpIk`Zi{C)^keCrE6Z@(o(YTV!OUBsw3a6I?4Z@&z|pjjT?239-Vc5 z)1`>!j~Y~i(CvFhsAAIVvBdiAtM1gao^;$&lTyfx<;6|sJ`CzB&21AW)HQ8MZ3+3q zE=qwzDjYOW^tE#{w$4~PeA~b70MM#E%sI-+tmk|ZY)okA6=($8L2y5H_gf38ViY@$ ziiWdUvmBoWQGcTJ1;KfYnMOI9ggp))B}7^^vlSs%J>%El(MzZ!`uiy`Ld`NvF}a!P z+}w||B66E&Y3)VcnvJN}u*S1^%~CeZ3NMV0xoAt^d-rhEk(p#eCAlm~>ToHh_fiNz2??c=`HYO` zj*-o;SeseRs-Ge|k;v4VRaN<^I8vKsq}SX=-w`b#?-w;g>%>`VhL)b0dD64nBYgew zOmq@Uim%fl5jM^_bdMdV4ePN3VS?9)jp~gizjG3CKIv?m_V(7_77XPfRRRotNE1R) z=j@zAbOuKNG@5Eqvn1Nb-8axeJ}g4>nBWI)Ts>&{ayIe!Sk@4?iX^rW)2#p*i;5ao zOMPk6GfTlv?am1_RH#Y$!y^&H-b}S*sA{1RUt2=p)K8MnoZCd@NR0ffjX(UVI)Py0 z#+H%?G~sspL?kH>c^T&jm8WBkRsog0CR2@+7DgKRLOv@vqCn3SfCzh`CBN#XlSY%q z2&AzTo@w{A?hUPt!nt~6TJ_}{twjSl*911VKOA0qX{%4Jt<kDB_iXXVcGw^AYe4OMZnG(tF4R-9oFl8V zXUEi3|Da$uqlQAiLZ6-N%xr~^;+g+-um!fxlL!z|V~%V)m(w9u8jS=ts>{2dQ?FHx z1(f&qcKbJB35H_8z$MM=%eIyaGuPceVo#Y%SsqpwlA*0;eirWbZ~E*L<@ZwfBJm!_ z--Z7MZ~C{1n%95k%=wxW3e2AnID+GjlnyUdL)tP{K*_!5Xfx!s!2HT)#|Ap*=$i(V z2RpM+S!)7-H8{|hB+A1J_$&Cw;sSV&T22OC7jpFOpC41`@-Ya)|C*h@AkUI<%H$9CKAp6Ve0!_j<>+6+x4#6GB{Rbo?!Z=y80c1ruD*oM*BS!dW_Xe zO*pkH!72-(|1yP485|n?Vez3$n4bWRb=%@Fb!+Ys;pc&e5ydP?>1Y6LuXpqhZ$dl# zwA}b}6|b!O(TbJHg?r=!Dz0D2^_Ej*D6Q!ghwzv73cf@v)CM=*56Nvh9#fllA+Dk_ zsxiu4I<6Rw&KR+G!hZFW1?npf{Cp?EsVVyN>eFPrZf|8n5TvY;Cz-br{cJbi_yu zYyR6rIr@y{;e0A{3{d_Z0_m(GF1|sJ3Hyd zTIRl%JHv{3c}IRq@)i{w7PSV}?@#fR&;2ERSJpGXvx=4MlefJ!vyMd4qh{|oUfBSb z?sxJO3T*_5%qaF9Av=oVE8-S_YzHh}TCyvJ6G;UV_N02>kN{mkqQ8UVV}d-#%UT6I zEZFxR3~b`e^Rmw$So-m$*wxKJPS;K4e}X*1*deQwaMl>LYtR#ev!Ut0b9X@IIzz)c z7Ju_=r$Gf$EdT+KP63xxfQLVu#-E=U1*?&{$RNhVm0oO>UTu-9hw?Cw6bTYpdRz`; z@RPr=?=)k-%uZ1RRX8Ip)C9m{7*vqBDCS7En9PkX9uD_ug%(SXK!#aPeb6Y0{k*AZ zwZwU*E?_3dyNaj2?NI0`n(ZevM!EX1o`}ko5L`X+ueGwzwwW^GYM5jt84bDr6yIJi z0hud{b{E^xVo5%nd^I;v_lv1TSNJZTAqWU?Wq-oVdEiYHM@bM|&RLhk|5u98YvF&% z4dN3|++f`0NwnI(B`%PMFInm$qVVUp47H|XXy$)YMzaxNth=+Kk}P=i&cqR{sfLhP z^5h#RwWV;MpjBC)$^+GKMR6PB>^~Qa(}d#>OcnFDa-&AdUmbPlx`V_u7cy=0@K;^Y zyaX?clEFV$hGWQzbl$N3z!t!b(JnvR2)bQ$z({J&Y6;1zO73F@`4Q0Y1Z=}PXwV2@ z6NUgTc&OhVD`#T^B!~lTsSB0}r{R)e{kE?|0Ak_I?a8e z<7&Fm`ac|^&~sRS>n}Wl;{!Up6{@XgmT6IHc)siw*x6NdO2CGoZLzOETmYTmi!Q6o zVB|0jpSYLOdYTup#sBEk!lEFkg_^Xeeahb$W{TYfR8^{D_ULT7YKv3N{WP|zZlDC> z28hplOky(9$&i~R;vj74rflMjg;qxufHSsl0Eg~<68N3G=C?XD8+D9 z$f*`dh?JZl(r?nfAV{%V$=SE6v30g|*I*J#=|iFtXt=VedeU#IKS}{(1cXp0W@H9P z-=))&IPe)gN=A)^e=AbaD9(GmQg5S|Nmhs9@^FTS4!$XrO8FD8iz^e7r7eu~;}iHP zDDJpog*95gpZHn_1v_PSa??N$54SqLwYAv7LzZ$eF%a)3A)Y2IGh%s^MT!8g#6FA%x)@d?@6LE&9Z5*l?Q=4aoe zy1%B#`|MoRIn{W4efQwqJQJyE!F4&uPdYK-bl?JiH`T{b`Z?>)sYZ!3$0URYVq)8B!DR`ao`Px8(jtNqyr%p9*=pOTb z?GG$Jjm2>YD=V9BDyAak^|3)^vDR>t{cDd{>j&}MQ>Gb0Yd2RtD@W;WlEhSLRNsy3 zD-3V@zWL1|)C)DG*H!iFW9K{FWN!Qg6*v&cw5(@dzq@*iqxIPos365+56mPfSegyu zU%yxYv`7Qls@5cLSr9FpMv!!H;l+X+Zehl@PRoz$KNIPP=F`&Mc5Fu?L?*2j(9W#0 zCIc>c2kDJD*NqR0hqf>cMj{tILx__AcXwy}eb}fM&oAK{0l6IYGZmi)%Tth??vUjH z;VsdhnSK%1)aX(hTe2=Z`>hj51gKv6M~Lz+FpA3QBH0JKvYgCr<`u$G9AEVXT)A z8_#m+^*nYzHGJ&H!D=_kaV9H5jylRGPw*u|ESXO*tW(zcZjK9uko&gJmV05cyyjR#eXVpmRO0T8C|Abu#`b|R`#F3 z04E0(13|HvG|~(VP8>}}*iI8B@x~qA!_f23mrsQoY(i5@^w52n5Fj|Oq0tdY1ZkIU zbALCtho_iR?qwg+OcGUPx&=`|vt{^Z_ApMp#qa=0z4<6JY4p(hsB#54d!ZGcS$$(| z*RKcFP}$|^2|&lh#2+*B-jk#jII?w!8sR;u4jpCIGy$9!HCW9&pr1Euwk zh>O!H=J9i)@3BRcWz1zxgZG1b^=t@UU_xZ{ z68R!xk&35&CFrYYG^>{C%?BEdxe=ZTB$BCMWbwP`T2#-YV@{fpFp?0v6U@}0ny`r7 zvBE!LO{9t@r4({|0WtbMzNb&#Mx5_e@*`JAc~ z{sxDCuOp&WW~aBto$_W;cU2rNUq3h1yKq|A9oyd&G9B3D+vE`kQ(63YuWEX%M}uYe z%EPzO#jf2}rcoJzHva@uVdlHG2LqA$>;w1o)7;HxAmxDW-~Ogz&;l?*CrX9l=&$!ec_d*t`S3E4EcXa8x$7c2V@dEB!ZIueW}>^YZSrIrN|@`CoE}FW=-5+ zaIeu&znhBvn8iNNf*2aKI+xB=po2~I;DO`>L>WnB%t(Dgn9VxJCOG_^akudR4>f}W z&E)FiLc-Yq2uL%jgp#(XymI%9)c4eW5nuJ}zuyrzZ+$YGIPO<n+V4L3Zce{Wz>& zRq`+@_=|O{B$i$Yzz^&s@K5q%$hc!crkSN@G#j9rrO(}2)liNjSN|m#c&`8d3{o6)$J4f@FFO^$X~ z3uF9F_`A;z(|Jq$rU03shYTxZ%oj~{tah}az|`0D1Dvb%033VV>b*nXB(i#!jYImR zYtsaKe$9F8Kbn*Db!6#a1XrVp7Xe02XeH>xv3*iH54E3E^~1AC&XL7c+97>zdb`&(#Me8PVG>^-beXn+b(h|(Zn zh1erGxeN##X9myj0de z80i0Nan^_YbB+{~gR4ebB%!Zo+>MTsa|CSOez&p5KoY}kv2~ID04B$J2dZF7*X-5Z z5pwGjPT~qX88V&$sP*(Bt%nMFr8R=$t`fe-^a*NYSyC&7xi44=|6-w6eKhGq@WBng z-+3u+N5Ir_hMbe^B@aeCbOW>(3lv#~qt&h%)c31X42ad!;+XOc-nEVoS3n6WPG5qat|VPR zqFH=3_W+^yCkm47R!m)azbg2y%@Apf8`t<5Td3q2R|&-A;{tN*CFznuU*fw=?9gfL z^T;4G{MkP``g6EZa-NVciby(!m*PwGEo=5NcMq&Gz25~VSW5kOwVDp7M*!*6oS6*F z6_8BISW}0Kn-{Te8A@}#VpMzwM^hY{7?ESX6S4HY=TLM?z%wz&)Y@cAr}$t|=w^$9 zn(sXNo%fRp%jl;bOpkVwMRV^55g0j~W?CukLqmpe&)s-F=`(^47$XPOE&b{OF1&=_g z$b7n?{6gM6?ajPDLN+eG4!eIjWS4FG42D-Dm%<``-^feQ)PC{12P%TQ425ss7-Ui| zO~A(P$GNmv+`eGwR7|!Pl->mGJDve+-LU7J8bKqeWcEM#j+lgJt`YF|A&uo%l09pd z#{`m=tR-o0;Qvg5?q~&)iCF0iqj{adL`Mm-^ratjDeP)YnRET8|BVj0bO63x9U9La@Sjt-k;AL`bbkJ ziwEYcLjOjA&tKIR{+&%Ow&S6Z+}vTw9wX`T+;l%=VL?CiK{H7N+e4grA_?onA~uRg ztm=JPPlZUwy0JDD|5&AW2~@@(NHE z`O+9NE?}TT{=b|U5{edR3&WsrNr*SXz(QziH5`t(Xsn>-=Ha_@*35Qu4Cw2et8zSax9 zDJPsg9aFyR)lidGjYm&nPTi^PB0oAqVuf# zGec;chO?_+<5TKE@!OEC3=lb**i8&okgw5WLqgVxGPptG;dnM#%UW?c79-O<{6lzS z#az)6AKDShl(HM53WOmLATDCFV%ZO7%xHL97uW+Qf1r}U3<`AyJ?G{f{&f`5NQd@3 zEM4?QY;tb%UoKlxh3#b47s*JQ8IVu8A?X6fCBwY;j=D&HP+Ii*G#Z@JVNjdj( zrl(>=8+lh7vnb487?1pwJ2x?QGbZvgx^#Dr$UgbUtJiLsX=wUKKF}{e_7L?Y(!mlL zM`#tKa)T9NBf_YW8v3pzDhtUbC(@VuQf6I&JVzAuSLHH7nRZG?8h7FKqQdVcG*ikP zDl&Kd`@IzIlRy3&bJ+dcAE9lJW3==lI`aNSwhmGXiB4^vZf)zX!@um`V@p`L)R!@D z2B(z$Xr;)YGFx8{tzSyd$zc;Cf1EQT)&KZt`6EF>qOd6IUJkaP)p=p)!awVaejZt? zQsVhoN>qB%|M&jq#l`XddGMVguFYTF@R}`e^jmZc_&lI8n666@I~1fkbKJt(D=OZ<_P`$5IMDV03MLqJ!i@a&Kx$H$qf*qI90H=Bu z+`;k&@@g>PLftk7)FN!VW3#rx#aFd$ZG>M*A8yD?Ni6pZ>+dvhjZyI~XH85PXvGv`&?Kbob%XtW}-j)tH(dKw6QI@`4v%Ts=Uhk}-O!pSq6 zfY>^fpfgVKg{JP;Ec=z$(F|FL1VVa*E%&vRB1eLqco5wC|i^gil|HIf(2VuyQ#?FZ3F%aN1lUgX$MS_xeC)2bXJt_$sqX?J-_KTk)imiW2V&w~8g zQt)CAK~5K40bOrbLM@o`0wn%e#IIYF;;2AqLrelJWu%DJ4~7dAu4{WDnqUx`ua)_# zJm+{X9(O9c7U3Z7Nw7_UG(U^LWVrqumCWY8E=(7$xT3r-wov zm|Z6ksXt@?b{v56e)=6qcts?xYG7T8OlLvd5d)91z8Cz^7h9k0`w=^f)dtvq zPD0AZNemKlBudRvn{#(M#GbfI90iv8G`h{E>qvBXt9XEq0I-vyF5N@m>KU~R=SaFG zQOsM=j?ovn$mN10dzZc#$4)`l!JIqSL*QOWUC`24D1e{?K;B0K0fAOc!+O!F8Tt^@ z-r8TebWh1oX73vXd%@r(PO7|ahwP?cxo_PN8#(PRfKd9#jR7JykBIm3LotbN=z2!e zMM0#434UF!RNd1s_pJp(?lxI`<4N(pkV3!C!ee3~(&&6tO2sYVQm$e5jiH6~h;|e@ z`Jd|wZeS$33DjEX5AhX?F(txQG=8c1XCnl@I+)O-j>)s zhBIbz#>kDol=04M%U9Y-GIvcIBc4syoOShTx=+gXEeWODEh!|Dh zFkhpTg3pR=<~RP)BwuTrl$a5rNgJvgia>Is6IT`d*dUkd9xtX8!_o;AsNnp>Xbm3AUNkknErHQO@-!7nBwMKs;gt_-}b>wQ?=d`N1(S$u~m*4DY{?%+# z%*>BcT>9U#&C3>&x$62=GaIKFc+kJd0`%L_vB-LLe*WqwVQuUPHM$}?dN`lp33;;m z6^Ftxc5GZ~bY-7SfvStR0~7#eq`w2fc(TU%{#xs4i9MWL*J7+ZBT@5N~2USdg5fPR(Qe3xr+v zh|gZzmx}&m9OU+*_e?h`h;r}a`9}7YHd)oc&W{eh;lC^#N*WU5k6M?@byo>}`Z%hT zJmT$cE1S>5i9ljUVY`# zH;$5E6N~Xi7UP#2BjYG5A&X0c`uoB)O`D2_xFhy#GkskzY%VeT_;Q2@%F4ij$UhH~^m8(9Ur z3%1X3Pkw3~x3$ECC&HykaU1quA&bvX$wp-lStJWJ``(`~cB(SVqRl}WqyF@?$i4rD zEvy{&kS-TVEA$_BK>1k9>6283=VqSJ)Z50k-EGwd$e=%H>?~+5NZ~2xs&56Tqhx_E zDgVB`5A?2+ntXxqb{}TWox9fQZ!l^#Z-;vt_u#1c;n@CC#U&RS zl1<(yDL$}*A%EWUk_z=K*7CorT2p;|`#la~G?P>mJ+je>iUvGu+zG-cBd6{typzh# zc5Mkak^=nabF5e}f_+ax-#sxUGuQd~@f1pGLh85aDEX)o&snVU8%+sTqn{KoFrI12 zMsTIJdq_Ah^{18%MUC)ts6~pAkWdc%s(E!WgK`KjD>G9ZDTaW_s|TaX-JldHcgEbD z1y+<_1*YFr-i8%zJ4>ja`aM)z9IelkKoQSX|L|W}{w-CXiz3-QO63iL%QAgl#ome; z_L%b38*ciWtL7j}UuI5d_f3s?z+_X>{m73F`=x)*-h-}KgCn8<@HpC>0_m)u3=2;r zRDc{S)W-{mISgp1pZg)=aj=z3sv5DeyPR0E2!A6SNVH6&U1d_s7S6c`g~7&pY!v#tyC2~T?l~&9>43=DuI4bt}+F*WusFH1m`vbDDHAyLy%k3p)LJgQAMqw!v zS3yIMb!o{&?3VtJ+S65UD*zgDts}plugE;j8y8>JG=6vsIUjC^0a~-h@u2Qz8$F_} zmp>P@D_*A3WC+E6pq zsC^vif=)&}Tec|rWs1HPaS;%S3K+p?2aqbOLt+iFErWvaZVZ}C+!olKM&1O;b&i?B z_}xS^;U&){AF}h&xIA)!@#QttR1`SiZ_))zE)(PULovn>iO8z8Z-E5Kz*`tsn-Y5ne*cS?V6KnYBaf5hwFpdHH$l7dyZJa)8pCR>Ra^ zg*6l4$5k5Oo7j=<^4a?rcVSNwjC|syG;#d=v%isBCAO&Mjv|H#QR874@TMKE;!n&s zkc&O<+~s>$#4*?NkLc>IrrT3DB)IC9cac+iLJ+^h*RIv92D(>^hHku%OORp@9YdEU zv%KTwOLg1FlRkeqw~Y?PS}Lo)AA3gcr_)jf>AKOopRIAb@)6gFcF?kRHm4HAaxR^5 zctF(!N%P?{`>W!{>$k4{0fkS$l!eltBIc9T-0Jon_|GqHk%+XFZyIe5t?f_x9dLp` zI$plc9GGE>-QyP`pQN=l^Ub0dP{td-+P&>BCNo94z`wmER;Z_)B`~mbAfHbch;tm+ z0o86V^Q&g)LLU)ZPB09!1x-JV7J%Fv_?PD~}Z>x|fRKC2Sp-50UV3Thg3T#uv z*ke^%b|_|JVpreW3L*&)>54yMF@fkpHSY`hvV7DtYcS%cS|p)@1pAtjuTR~yt6A?9 zmA=DecyLc>lF=XS&eb?i*FM$K+c59|t7Pl>0e!f|AKyy`N)>&1|6*b53M>+pa;apJuqbRbKqH_NaB zn7u#UdQ>$2=(^rolhV?CSwjQr9KU)G=-JNX!*;K9AodPR@XP*9|H+!0Du-S3876mR zFr0GLh{9_YuQ?G7GzUn3)Iz22Jbrur*hp%a%?4yw(F&<&&1bj)%Q5!S=uHr%S`*ruzM6MiZ#eie&!96GS#<}Oc|FmUuc4j*POHRFTgm=*JuU&~J>jX^F} zO=~aQ{A}{rC*KmdC{~2h18-~oO*PS2bfYM}DXr%IZ`*i!$+gP^=}uOCs0TJ(^8P0_ zDfR+zqcH+A|CF3LDkmnqFnDmt=GOO(9|o3SAu7_cjgSyF*CfY;eoV8*GsoWDK=z5m zQ#F=8Qr@At-Y|1_5h+poOv|N?!B2-igqwp&Z2yg}a<|?`05`YBvC@{K(o8wnWgJzs zdIPt2KO15g*t(Ob)GOC1wcR=2EpGFc%ei`!-2D#d z=waXs+?hL8l3~KK0h|6jX z$M{5@=#!L4d0|MDF&Utm>4;dcNn*!obHEK39 zMLmp{ZqWF(SP3EJjou8&N^Q%lFk`)I3ZgH3Up#YC0r1-%?$i3G80#q$rtF7tfQ67I zxEMUTT&VmZY;`z?`71m5cN}$nsFGNRfz%+N%l+K3>}}S5rcZLrTnPAk^hxVN%aA-a zG_XVo1nm{QsrOR;)0*u4%R)IhGNjDEB-u+GQ~(PwXq2aj?S0v2%B9md^hoEZ%eE0o z$-P@@{9B-8guu&!RK6&iwAs?%A^8?h0_I2m_Lrb5-{)s?vVhEgPEkK?^-%S36s)t_ z9_pM_Y3yyIF3wgeafU+c-M*s|-U*7hSqdn%#}K9Le2}nW6Yy^ld{!ELe}z$GWJJ+> zozv!hJgrsDlfZyiArkUIthKfIl~S7A6G?HTgb1_dr~ibbJb}nZXrjqdx^ws2wQgl4 zr+QFlV_F`+Z=SwDy8KWF7X@awQd$$ed%KJIbZ=yEKrR2|cUxE{&A1WMP%&B#6TNN7 zUY9AhPFH13%icgG7H$Yo#fgx!e;`ToDdZe9J2K%sdFsta>W#?wmNZ`l+*m%p1?ebM zdQgQPH!^F44MniSh$TOIplLntf_2naE{7!*Bj&m&pFtWnGrkTe69=4#ope_D-;=obfeXg0T ze`~X;+Va(L^f$%VwE!t3gEbjJo1{Ak(J+%qBE5?-M}pZ)ApJFj2H)-_f5u=u=T9hG zig>QS{fInZ!I;5H|GiLpU)~tL5w^iiOv+UScc3n2M948lwm49ClULe&b;q=){*i*b zWDr#ok3OFL80OXRvNk~OR1mwJk(nQ zj$rQ*o;nuaa-yX{o0NELsojxo52EQTi@J;vnGx$huW}d=tW#C4544=R(ozKr4L9Ig zRzo745&u_b3ey&~uGZfco(d{Tzduupr%bzOkm^D2fVOXGrR5Zm+HSr^!y`yCyuY`4 zlj?a*-*r)vy9jJ27~BkEc3x|@U=~63dcyR}nc}>xv3xHKmkDCII6Hfr+0Q3qQLo$V zo^3kl7hK}vJ~P_Cj{R4ApT0nphd4$7FBccR z-uT1dymlj7T~_hT%V`{UTu3{_t+ec%ullj3=0{&ikakLOZ+)k8eXS%k6>SdtDjIPg zG4^g;Z1nj)>$C5MpOKc~e7Fibtilj)J!by4v+mM#gPIwnbLHi{^+q46BIo2CQE|6jH>0ASPZ8KIpyIp z(ai8$x#W9zY?yWBmi+sY_!fH6p}p6PkJcR;Cs)2+R7u@LTh8n`VHUU~nU%cIa*q5H zDzGl3J#;Ohu{t&N$Li`IWn$^9tiSJklZGv9nwmw_cU^5D-4?%BEiz9(z`KFv<65;A z&id}uiXgyQBz-|cj-6^Wy=N3}Ym0Uujyx8-ffzY#bsY3 z6^8FAFR!UtFefwfm^}OR?0K~t?q<+wTh=&)jmNo2B}yU`j;pN7Muy_!!`)IKQ!aLm z^NVs26jQTG=={+mzZ=BE`}Rcfu)cj93f1jYqj#tt#n_jw6o+WCe3l;OjyF?@D5nwB2-mi*R z|4@h&W?1|jG8#!Y8Ep4}lYJ^ePbD2a=LVKbPw^jkd2YF(9h)g}1qu=c;*H>NMr}tS zhB#A=Ezmy4zb%Mzt+sg><4)^chYj%{0MB=P5_dm!sN*Z|8CP&RLO_BR5OQ^jR~1%C zCpz~!R85DUIa{6PRoV3g(2-8U#O@guyXtPgDP29THJ5RZD_Bj(@N@QUWGijBy|3EU z%5PnAbGmB>k|ei>Ks#dAT`q3akWizf5aNzj&HEEpQQmGYy3mb6YNBObA8>i&8rpvS zRSRkYo3J*ks#tfJAo_n|FfiR%kZNcW)L6y=riFZM5{mDjQ-A`lxS+i@8Xj?bR@>iY z>&w{ntK!gr2gb_t#=T-Xn02N*+&tq7I@+EQ84a!$4T*g9>Ul0~o82qwXB7Q5Ua2Z$ z9LaO=LI5bE-sil=yJ!U-9}qP}VPJAqa=pYHlw71 z$yNy_D9(#p$MNu(3UL2o;>B=_0fP^s{B=R77IvsxLU(ZGz65&0C}85hdL2xGafgj2 zd~d-4^d-c^CJ#*g_&frLS*3f(jsf{r?5TPFGiY~8qI`(KuMiDjbO%k z+~m6m(`%UoowDK9k(9Oaf+mp_4-Ldq$XbOnHgS;byd6c#@c7Nm+KIS<{!^` z{_XOr^Tf@Mz8{w`E>RJH9SAsp9`%PtlY{LpC*_3^fnWv3(vCtEZId`3avd6#F(gunFFk01Wix zI*tz{A&wY`7zI2AhAsSi|2ne;JR{OMs{@eeiAiB%XR|Iz>qP9YAq+{loH|w!Rtj)c zS+`7I+&R(HyL1a*?GL$#vR)(g5K!Xhx@H~sFHpCPie|~OJX3E2)B-?p9TAkQHq*bn zN}ix&aX46hj)_XDT8(%exPrI>1O68fT$mnXP5qMv;1``9XQ$2sek$Txt-(B-br+0?UGZPkWt)Ubhe(pmaF_`uIsFWSrFLAhp^Fi?H!#zGA1P={(U{ zn=v4OQ}xuFw15AH@X<4NrNglHhqzZ4=SN+GWIS)u1>f#;{1%KHgmpxlXEcmr0hF=*Scv8KF}jgh2Y$I52}F%Oe`eN$G!r=@-{YvlHtb3`gd$^jpll3@ z6j?B!*HfnQW{{JP5?Lno%|@bB?fb1GD$xN1@jw@S12l)xI*!`)Eo;~4D*sCIPa((i zKzGnDI}e@+$mb8*l}y+J5twYt zYxyJ|LZ-!LexsY$T^gJ~T)JdkwEUM+BdHFFNvyZ%Sgm>6iUof^Y)m9@N+D57BL$J> z)xnr<9g$FO;g*F^Lekd8=)^ME7F(n&eQ`kBml&1xfWzPUTA_~1Boa1c4IuGWH zqw|;V(6t;oaSEOm^SIGxfI>ni##oqRsy4Z`Spd6U=eiO@s?@-zeAmh%<&X1pe!d&f zbU@#6kCwCuxjq;d8GTf~hJT3x`80M391-Yxy>CV8KxE(isv66^#dhRK8G4CdiFi6q zmlRQvq8_1dfOx~6;9GnQ?r!Ge$3Mt~9fVA{muB~JV|D2SlDY*`3E1u3EG9c9{*s#S z{*C*b0;|O}qNe%u3-tddOoL6md)&Aft~}+)kQ-JR9*uymS{ILBDZ`0`O!-HB4j2uy?iY-*Tv@C5~sklTy(LX_<#giYnMq{Ar4^AhmafDy>i z($ayuiQvPFf@r5uI-&|)(ItAx5X~oNBNgIDs{!-V6F$@>-N{|1WaQ3=X1Cm2fR5K+ z~`4hi{Br;V- z4}GV0y|cjm=&LIFweFEwOwWcUb?uo?0mzw~Nt_Pm*T#B!EZaKZ1Z)HV&RUN3MBo_+=Nzfh?Us*2GWd)4+@Gsa zMipKn$ZoOn>iKABbIKZE1>_IakJm{b$VL@jp{o3CBU}U7sFG~ZC=mh)*XE`KFa zi8G~8jU6*m`KdGr%5QsYhepE907&JVA=258C1cm?5ZU8b7uaEUxGLEPBLT1W*)7@KGueO?)`&{NcaP7|^SVOa%Ba2MOYx627T@(<>^cyJ&5g zdmox6ufQtw<5e(bTsc&CO$Z73uFxAK!5{P2hy}8lkjCI)S4qh`j#vj5@%e_U-@e(~ zWEQR_caLR_@}?Aw3m9afs&Q11QSb z%^D{S;U?X_#6K#j(}n!57CY%pExFDI8F9GUsE(?sGowZTZvaf}CW#h9;L36UR?{DF zGwB_S7GIzWOoS$&Xc++eH1P&X5>ktGpgLAqC+V^TkG{1H7RZ;3*LNxWN@K`gUUc9e zXmSC$f&nW}0KpDDHM=xNVSxR!KV>_tLS|YQSt?4Yh>CgFgz=M5q5s&Z3`!wtx0s&~KIv1T!0Zh** z>k@k>aV#pGjIY*;TVYc=sj{<1w(bg++en!@NMamjl9+>phf8if?7;;*NSB9CCm>+4 zTMiHg7@-3Ey)Bo+8S@LULT*^axLRufK`S661z%Rr^IEM~;Qu@{1drrWF{HQ80bp;7_1S>^&((9l$0e*x0$w3s@0vN?#; zsD+FgJg6?yf~tXs{MKS*#aWFpaiZh1U@DUN8UdF7FcYqZv~|x9JfA~dT0}TZ(S*-o zkV%ie(?T!JCe*tciO%MHa^|NxXP){(T3aukl<|d6REgW8s(BvPKJ{F6#Z2jLg;p)! zTXlD^E(V8`r^^DPEhjv06v6C5ehYgJ^HkLMT1|>p{c+o!qn55^-aT9rBnRHpi{+8( z_^wPc5{+6hIF2+B%^JCSNy7H3X2x7SiiUBqHvWi@MWE^h-@TAa7UwIf2BWi$2i-Hf zdWzJV+0ofqThe?LPyMfJQq|`E^PM#x+>EipXG^x4$z>+66aPaFX&Ffj%4A%>_R$~b zhm|j5B~z7HRtD$X3L#Z=HaNR!m30?unyPw>GMX_DE9pQmfN&v*+OWAC1&bxKJzq`M zNMP|iERzep8e1WTYj_PX03r38Y_!_hq!?b2HSt&)H)*~A8VTnG@dpmT5YwK-VyJ>v zJAFpJ6kbAS!1a%R%zrUs!Onorn&A4~1EYW7Oqqv$gmLKX1X5t5SBB7(BgfXe#vp2( z(^)9+)pP*)0DZO!`ZA1{BDZNfKc`Mcsj|GPON4>{?nA$4@n-2VoQT`uS}jo=VHTy9Bi zKFEmZb;MB|S4gKdF6jw5AQF5x(k|HFwcj3Hf;-kE&HY-xYYY+dLg~874_7RUq+&;Z zkcX=w8DQL%L%1D(b9nSyDPc)28DQk?aoPVgA_MC&n{}R@{}`%wYcDHm-Xq-N!5*#J z82_4ol70r|;#~kJ^##fs|4}zmW0)bHJf1;*;>zSt>4j^oG`7eUu#eU(bM&Nc_~yS~ zBp7EFIjI(@5Iyxl)x|eWU0MY^;qXH96&BPpisgU&Ty|ul>wSfzG`UGomqAj%!0poE z-omXP4Dnc9cvcC;*Ew#+_&2~e1HuDs-(E3yVB;o38IpU(-TVYFO^i87E@Vq3{mWqu zn2j8Oc>JfIGq{LnBQvD_K@mg+0WsJMcn)I>Z|z4F=ll^hN<9Os0RYzotH`5Ym;|j= zAVaCOH`d<5$vb|xv);_zZP}Amq67o+(cpWB{Z8yU&dXA@YlS;U6Ja731^MhyWdVzV zbJf)5&AZt=y)K4;T6MVd#|8)vccLEb+&Y60GLl)uSFjd!pc#Od6p9Di1*oO~UwT1Z zKzydayl!|~mj0j973Vn@SL((WDbH**+_*a~5fAQ2n`<)P|7@1H-n95FgSEdP$YsvvU9q`fGNT1wM`hst-JGclYz$2!+u2+_a z#yxRbbgVlrvZb(fpuSp@QftR&&t+0V#?^KmBnqc}s^V-jb>o6{B1djf9^jn_veQJ)<`e*Wy(XN0bO~pq)l>ca&J^I0^`pR}iRAegeb6k$7 z&87dg=GJ6ea@b+U1-Clm&DxL63!A+;dmcG_Ca9kq zPDwk?zAE59@Rs`G^NT7q;2n_)j9yFra~FFP2>eKUx|+PNn84L`zqy_d?5O&}=3DGb zKB);?SHebDr5#qDj$kgn+niOtxDJ)lDHS6_sHsixb*i-7av&l5Bw;(UzfR-xZ0tFU zw(@#_dpax$9$ix1J67NGv62V#KB|l^w+Df+_>zqZXDqjB@Xt);7t-bni*!_yaJ zjz4I&SF3rx?P}p=nE7C~&@SX)D-svgy{&gTieg9Xa~DAe5z2+e5|;v?e1r|YhECGn zkArm35UO9YUD?p#5bTAHZ{GPe1Du#Lf?GoFA%i)xU#u1 z7FmQGr$jtN;l5Vu>?MWZ4=9F80PDx0qNu8B0oeowOP_I?fDoNA;MBkZG+FXk2OU2R z;+Z=pe;xk$Wp;BC$qk>tMDd;qhKEm(T-Ayh|M%oSdyR3!2K_+TBKbcJI^pf{93T zam?pz0fHD;Frj3_6T)Ue)9g6uVIVNGs=~0A#J0}sJGv7W>c%{kxM5V=RiCcC;vru| z$Ee%MF9?D>vo7PYQ#CzACOS!j~D~=H&H?7@|Iz7Lz|<6&RwYeR^ASD_RlffN{4Nl2nWj*OTp3+ESKebjA27N{B;Cl#GW>dXI5 z8T*;NyHO3_pJF82k1qoaPbNGoCRikCENl<9)D=MkzjfAHMeQ`%_6 z8%w`|?5Dilid(47&ZHkq1t6x@-DTh7N6=xqCtmCz7k;Gy4;Jw0$wsG+)a1UP4`E2j zobtFBw)GULAs#sjW7!ftAP@!lz=oM6s-veNHX8Dq z*hR-v_>0#uVe#s~jujh^G+o56*Cos%p0p4s0K<$=!P=@#Lx+F1at$HD{=6BMfSp=n z|L#Op4la|*VA83yBWI7-<#KIGGqXA*tC6%^SHzs4!gDdWGT#Nrw6vE`g+;GRm~Nb^ zpEmQj7S5`-0jo6$aw0~6W^+9J;QQO!tzk{$zAexO|a08iHzlh)EsufE{c+N5COPGwA+s7#Y9CxY)YEY!2e6V?dF^uQ`?5V{f(Wx_dDyVc@!w9x{>USWMCDdmg_v8+z5+ei zoY*zwIm~^R34UR#RB-k}s-6>pq>e}2^tpF{{t^P-VUnKfLjn{o0jb;K3DtQLqX;%R zk$dw~4kxnq&7lovw)ROFD6p!m?K1(7PbtNLcwKJaCFtCrI$(JmfC`(|(2#CgMX)aD z>KZz5wP7~oHTYhtUN%QLZ)Z}VT2yD&msKrXoa|2)6b(NJWdvDe<y&G0 z<1|bai@R`cXmrz7(f?Qq%GP;m2K-ab8QNjez|ZVA$eVIC1ph%y{2uGa5f79$8uXxU z4!HuSJnb+Yip0T|>N22EMpIx_5dzd83%_Hi$i~*Fu)H37zdDF5=M+lQ|7S)368OLm z7$n4PVx(2&#z?|#r>^_a)oo`DO}Tnf55FYKD;~+ zK(lpYy-$+Wdh21==HRl5H79W(uD|nPSTddG-DC!5TrkSI5+Acpv4^fRYGyVa@u;dM zHzD>dO;=W|z{IPaKlkqFZa3m;8x1oXrg4Z5rvLD2QTyncWyW5weLA5a^cTkK#?7Vi zv7ddHj2=O48)&>Q(n#iVb)ihxx+d;UyaOMnJ84mKvo15~)K_4Q&D``tqkYl3zFstE zR&9Z6{iFXBrL1ASiY#_O&fBCXs;b7aMJh`9FA5hG4M{dT0tbb$ih9AT(t=9!Da_;( z23u3{4-;vh{Yso3Mr3{5@0>!ye6#+hGcJo`vF-&3&vXqAPCR`sz; zL>T)pN#<9O8_(UYGAw?_CnIFXr4rL3miHAE5edKRdTUB5qyYMO6b15fAE{Ke35_)d zj2yRRK`UPZxn)ZOMJ&67|e=O zHRDOZf4GA#N357j&qA!4)jo+=RDN$y1GapPTqyHO^U@1+zEKTC)pg~9c`dytt^EqiNRKIbwXv^Qb7XH92JGi4`PoHe@&v)?Bs{k);l2$ux z&H>iCZzAqo3b&H;^^MHSjZ9JX?uIUFE(E$xV`CCeSz*eHWI|>H5($3ogxC<`T7F zd7NLdO^_`>4BngjD8e44#dzEt7a^)8ZqOBAR(x649y6_P$C=;O>8lNg zvv6)Q8IgP*C@6t^aCy2KQmb-W(^fjtI)OOvq6(~hXQ+hFdb^TvW(a>ZbgoTEH8@Z~ zCm>-aDSDQNFE0A~eHIHq4kh|@ zr#8IqCQ=PAm<)Cu6rV3DkpMwbaqB*mEYF9$I%D#d=PUz+NZ8q8w9cX$Qbph$#`??F zo=~5!+~MPhBSen59%2>S&s<>Fr4kL~J#`xo!Qlx1`< zl@ybaD!Np|9Z9sGVq|m8cmKh;*(IJmkE`;|c%D4DQL9bDhR~%a|7sP&$OubfVUc|P zorYP9*Zlmde!a8LhT4baqx2VD$}gXbx9Ew5)-^eb6A<@o)oc>9k`q z%c=v*a}xdy1^nmptPi%^+C6r3ZOi*Is;WA`UaS5i>(~R6At`0ZUxHHc)(2L7c+alb z_zMk>acvu3+W{#l?%1{s7HjPZ>1lNCgBcmKtRGVioj_tMSONlSBcatQ2|61ZR96SC zwTDI(L>7ZyeN9}Qi)gWqU6J}i@!7j3xIB~+{abYn1fQe0jy6HH8%)JBlui~v^_bxg zDYwL&)S05#g_ll^Em zyHIrp$^T&Rh(5{>b6?25E{uKp3H5c7pp#pvP6MLYSDjhh0txjt4D7#>4+fMTO0+ca z7_nNNr2b)6h#Xpcq_h~UBTZr)7>L9PNiRmcV^O&CUn+HkL)Wsv^vTrrDj2UK^*kGrd3J-p{bzi&RWrB^ z*cS%|9+8Sho;W5$5!1)5i*>uF>@pi*oP-{A4@$JpD{8aU@&Sh|b+GH}@Q?#kjP)Gn zcHhK0x%X5}5@Twnk$)YSWE&?fTB+n8XgVHdI6(E%5 z1F%1=g@H(jfBBf9AtVe9mU0&}HA5!UG-Un?B#gULo^}0GxuzQ5f2CDGY!G0k$<~k%O zZf0nL$&%Yk`|Yl9^vjWh*_*bGibGT3omqfG#7C@vsow8?^C>YYHluvBqHte9MFg}j zf#`6g0G`d{KZ}R^kXIHm0kFC`%~vt(BGT)66*sJYc(C_Sn1>V}l40x-7A(B8U$016 zE#ejcdhy_Wa!A$Jvq^QY0p4yE2$mmtM;eqW?hww0J*2yCg{GN;PKQ~?uE5$os+&m( zAf?VJpKH^)R?R?|`xEnFw=`9{X9SmFQAPU_2&(x@J_#S6NqL50uV3H6z{!XC1>j+6 zBGGFtrEzYz3qwrzS9f~>@93aR!+1k7lTz3jfnPJDrG7$905bh7fZm#%lINQA`ubh+ zQn?rV&2MVWy7~6${N0pa6V$y<70qq%mF!|(DPiKn?1L}I-a=EgolG^yj9pzSY*k3i z6J5zU8zpW}%$g;b1so?JIaI}MiF;ZgP_ zDwC1+D>F3~x`ZU|kx0d3gq_nWjsB^3PaRzi*w-35@GSk@N(&xR(25 z_+@=jYYfA=N&X%XMN(j0=pYFww!>A<^;%9T6|NpZDq}I=QRg+Qhj#r1s%pWZ%IQA8%jj^s&r8!8e z{q!6I+y;KV@P8w+_r{HMOQlb&f@R`KF#G-&+M|)|i?nK2A@kZP?M<-fe2k z^-sgL{D0bNQE5w)Xu7(3*1ediloCQsNP5W8O_=JuYU2h!1y&)WAcEXIpsrKv3b22F zWhxVVEC9af0i+dPkw)6mV5rQ!C=*3Q)AGt?eajoD<-9_um{@;)X;2YA-t6aS!6wK# z@rJD0n^FsF-$*%(IK9oSn99wB^O=4FJ);*stjams9zuIU>CyeBA>Np#b<>m{xxy>;#8zB8Kos@rn{M)jl9nZ&PImF)WAaHGs>8Ufnmy26gi-2kn z`p0emeVF|5+J6-)f4uf(2Xj+7fz4?)J7T~+>4ZzQyVk$&eCddM0O9PBob7)AK zSu-!N$hd8Q76!X3tkfK%9%-gYrAieds8FQpNJpm#(5Lp;{eCEPAD|aFAfq zlyS~qAVbw)8c|fGy8x5cD^L;IsB+6@52DrFvfOiUH4};JfkC*1C)rhlIo8FeX8Y|_ zIbb=U_UUYMy!I>oqXetLvL>=cR2s4o72w$>wS2t~GUw6#o5yJwMiP1ed0XV?Hsm7J z;%o&fY<#<$cFI@;C%ErHJL5=ZHSub}sndfKR^+}yh_LK^oP~!IRCLc+0?kZds;=8l zm|{!$E1LLahH$wX#UZ|2Vuju^7viHV65IxWJJc9axLaED=rP$_fvUP6-s+4P zz_3iBzMoxdDj`SJ>=xK$=B#ACO0gj-t@fXYC7N(S*f*Etvyp7|`BZi8mWW#-PQ;kG%%q?bDo(?1cx)_Stj<7=6bS?WT>*WwlLQixEIniiS+=30s(Nrb)W{ptOyFl4 zs$%D4_m0F1**A=WHWr1X_wR_hgO}IVhhh;bfAk zCy*YnU_v@%3Saxh71B+UGsKN&UfDr)$VO28B`u5IN6WIMAtB1it1@(jW$E>-o>b#k zg#Q;9)v%n9Clbu_SV9f;l)2*Sv8cM2S4gsN6wpwdqnXHy$R8u8Pm?!|qan@-7Fz_x zq*R$RN%SSSaSjj;5V0}OH#45Xi2y|*IqDGmUHcbe;uGW;8!Z`oN1Do&hF4wxg}S*6 z&CBJXGH(l!yZEHh9J>zBwECX0uq!ApZ``sn(+u2|GqmHWFlbYdi5yhX_Y{qAJD%n^ z?h_i={V_;GhmDhY`hhn_QhjnIQ6_;S=r6;GRpVr}cIRd#v!o~{&aL(ma!2UDRvT7%O5PZPq+uq&j&S7ucUIMuF?Wx|6CGqI0u2dBi6I_Za zAm&yFLL3*5?X=2;&jV`&BS00_BhC66a{Xo5Y$PQdkYL#ce?nVC$OG%2--aQev?4rC z%EAhONb;A3f?^~WDzsq8LJKvRvd~5swk>op3!g01kQrQP(1+6&ei=4wTKE-kxWx9= z*ScHZ{56nx*QjqPl<+M2P>RySGik?6)L;hc(TZBMpc-xAn}WbBy%Fu0QNIOt41sO4 z3!TVfY8zo!vTqwZvbDTE@KnskEXc9ib04eQ(2Dx5x&bnZ-9DYzCcm@~A^g+AkvetQ z%Db`}G^7H-Hs)1zJ!E9NzZP;z;MA9a%me21r67Igcfj_-R`-d&0o5Ve+u~b28@W?o z5X}#LQ_-@4xpXs(UH{qgxhnh{K)sP~Di&=hSn#0;#h3&Q5fbz;z=#M$q939VjTrQY z3=_<-z=}A;BLRs>LNW$nFos}g`o?y^i4>$F4KAeT;k#89hG95-$VLuwk%xQ~pb$kE zg<_0G2}5_q(dM53^2$77P5%NoJ37Smm!83!BP4UqKq-_ zY}!7rX^MTnxkIym=Tw``=5e*z$sQY?ZF4O0(Ajkkol}>hOVy?6T)K2!hSrm8w|VR# W|6Q!gy6V;`vm{5ZBNb9=t`7iouQEdb diff --git a/js/blocklist-ui.js b/js/blocklist-ui.js index 48eecb6..dd871eb 100644 --- a/js/blocklist-ui.js +++ b/js/blocklist-ui.js @@ -5,6 +5,7 @@ class BlocklistUtil { "_meta", "_test", "linkedLootTables", + "$schema", // `items-base.json` "itemProperty", diff --git a/js/converter/converter-base.js b/js/converter/converter-base.js index e8c087e..87d5a13 100644 --- a/js/converter/converter-base.js +++ b/js/converter/converter-base.js @@ -84,7 +84,9 @@ export class ConverterBase { // Connect together likely word pairs .replace(/\b(?hit) *\n* *(?points)\b/gi, (...m) => `${m.last().start} ${m.last().end}`) .replace(/\b(?save) *\n* *(?DC)\b/gi, (...m) => `${m.last().start} ${m.last().end}`) - .replace(/\b(moved\s+\d+\+?\s+feet|attacks\.\s+[a-zA-Z]+\s+can\s+replace|\d+\s+Hit\s+Points?)\b/gi, (...m) => m[0].replace(this._RE_WHITESPACE, " ")) + .replace(/\b(moved\s+\d+\+?\s+feet|attacks\.\s+[a-zA-Z]+\s+can\s+replace|(? m[0].replace(this._RE_WHITESPACE, " ")) + .replace(/\b(Difficult *\n* *Terrain)\b/gi, (...m) => m[0].replace(this._RE_WHITESPACE, " ")) + .replace(/\b(\d+- *\n* *foot- *\n* *(?:wide|long|high))\b/gi, (...m) => m[0].replace(this._RE_WHITESPACE, "")) ; if (options) { diff --git a/js/converter/converter-creature.js b/js/converter/converter-creature.js index fdcb918..29db8bb 100644 --- a/js/converter/converter-creature.js +++ b/js/converter/converter-creature.js @@ -1278,7 +1278,7 @@ export class ConverterCreature extends ConverterBase { isMultiple, fnIsMatchCurEntry: cur => /\b(?:following( effects)?|their effects follow|subjected to the [^.!?]+ effect)[^.!?]*:/.test(cur.entries.last().trim()), fnIsMatchNxtStr: ({entryNxt, entryNxtStr}) => { - if (/\bthe target\b/i.test(entryNxtStr) && !entryNxt.name?.includes("(")) return true; + if (/\b(?:the target|all targeted)\b/i.test(entryNxtStr) && !entryNxt.name?.includes("(")) return true; if (entryNxt.name && / Only\)$/.test(entryNxt.name)) return true; return false; }, @@ -2237,7 +2237,6 @@ export class ConverterCreature extends ConverterBase { const out = []; - // TODO(Future; XMM) refine lineGear .split(StrUtil.COMMA_SPACE_NOT_IN_PARENTHESES_REGEX) .forEach(pt => { @@ -2282,47 +2281,71 @@ export class ConverterCreature extends ConverterBase { const tempSenses = []; senses - .split(StrUtil.COMMA_SPACE_NOT_IN_PARENTHESES_REGEX) - .forEach(pt => { - pt = pt.trim(); - if (!pt) return; + .split(StrUtil.SEMICOLON_SPACE_NOT_IN_PARENTHESES_REGEX) + .forEach(tkOuter => { + if (!tkOuter?.trim()) return; - if (!pt.toLowerCase().includes("passive perception")) return tempSenses.push(pt.toLowerCase()); + tkOuter.split(StrUtil.COMMA_SPACE_NOT_IN_PARENTHESES_REGEX) + .forEach(pt => { + pt = pt.trim(); + if (!pt) return; - let ptPassive = pt.split(/passive perception/i)[1].trim(); - if (!isNaN(ptPassive)) return stats.passive = this._tryConvertNumber(ptPassive); + if (!pt.toLowerCase().includes("passive perception")) return tempSenses.push(pt.toLowerCase()); - if ( - !/^\d+\s+(?:plus|\+)\s+PB$/i.test(ptPassive) - && !/^\d+\s+(?:plus|\+)\s+\(PB\s*(?:×|\*|x|times)\s*\d+\)$/i.test(ptPassive) - ) return cbWarning(`${stats.name ? `(${stats.name}) ` : ""}Passive perception "${ptPassive}" requires manual conversion`); + let ptPassive = pt.replace(/^passive perception/i, "").trim(); + if (!isNaN(ptPassive)) return stats.passive = this._tryConvertNumber(ptPassive); - // Handle e.g. "10 plus PB" - stats.passive = ptPassive; + if ( + !/^\d+\s+(?:plus|\+)\s+PB$/i.test(ptPassive) + && !/^\d+\s+(?:plus|\+)\s+\(PB\s*(?:×|\*|x|times)\s*\d+\)$/i.test(ptPassive) + ) return cbWarning(`${stats.name ? `(${stats.name}) ` : ""}Passive perception "${ptPassive}" requires manual conversion`); + + // Handle e.g. "10 plus PB" + stats.passive = ptPassive; + }); }); - if (tempSenses.length) stats.senses = tempSenses; - else delete stats.senses; + if (!tempSenses.length) return delete stats.senses; + stats.senses = tempSenses; } static _setCleanLanguages (stats, line) { stats.languages = ConverterUtils.getStatblockLineHeaderText({reStartStr: this._RE_START_LANGUAGES, line}); - if (stats.languages && /^([-–‒—]|\\u201\d)+$/.exec(stats.languages.trim())) delete stats.languages; - else { - stats.languages = stats.languages - // Clean caps words - .split(/(\W)/g) - .map(s => { - return s - .replace(/Telepathy/g, "telepathy") - .replace(/All/g, "all") - .replace(/Understands/g, "understands") - .replace(/Cant/g, "cant") - .replace(/Can/g, "can"); - }) - .join("") - .split(StrUtil.COMMA_SPACE_NOT_IN_PARENTHESES_REGEX); - } + if (stats.languages && /^([-–‒—]|\\u201\d)+$/.exec(stats.languages.trim())) return delete stats.languages; + + stats.languages = stats.languages + // Clean caps words + .split(/(\W)/g) + .map(s => { + return s + .replace(/Telepathy/g, "telepathy") + .replace(/All/g, "all") + .replace(/Understands/g, "understands") + .replace(/Cant/g, "cant") + .replace(/Can/g, "can"); + }) + .join("") + .split(StrUtil.COMMA_SPACE_NOT_IN_PARENTHESES_REGEX); + + // "Telepathy" is semicolon-separated + stats.languages = stats.languages.reduce( + (accum, str) => { + if (!accum.length || typeof str !== "string" || typeof accum.at(-1) !== "string") { + accum.push(str); + return accum; + } + + if (!/^telepathy/i.test(str)) { + accum.push(str); + return accum; + } + + accum[accum.length - 1] = [accum.at(-1), str].join("; "); + + return accum; + }, + [], + ); } static _setCleanCr (stats, meta, {cbWarning, header = "Challenge"} = {}) { diff --git a/js/converter/converter-feature.js b/js/converter/converter-feature.js index c3c4d07..b193d92 100644 --- a/js/converter/converter-feature.js +++ b/js/converter/converter-feature.js @@ -185,7 +185,7 @@ export class ConverterFeatureBase extends ConverterBase { return; } - const mAbility = new RegExp(`^${Object.entries(Parser.ATB_ABV_TO_FULL).map(([abv, full]) => `(?:or )?(?<${abv}>${full})?(?:,? )?`).join("")} (?\\d+)\\+$`).exec(pt); + const mAbility = new RegExp(`^${Object.entries(Parser.ATB_ABV_TO_FULL).map(([abv, full]) => `(?:or )?(?<${abv}>${full})?(?:,? )?`).join("")} (?:score of )?(?\\d+)(?:\\+| or higher)$`).exec(pt); if (mAbility) { // Expect only one ability score threshold (i.e. no "str 15 OR dex 13") if (preAbilsMeta.score) { diff --git a/js/converter/converter-item.js b/js/converter/converter-item.js index e2ee6c7..5027de1 100644 --- a/js/converter/converter-item.js +++ b/js/converter/converter-item.js @@ -1,4 +1,4 @@ -import {AttachedSpellTag, BasicTextClean, BonusTag, ChargeTag, ConditionImmunityTag, DamageImmunityTag, DamageResistanceTag, DamageVulnerabilityTag, ItemMiscTag, ItemOtherTagsTag, ItemSpellcastingFocusTag, RechargeAmountTag, RechargeTypeTag, ReqAttuneTagTag} from "./converterutils-item.js"; +import {AttachedSpellTag, BasicTextClean, BonusTag, ChargeTag, ConditionImmunityTag, DamageImmunityTag, DamageResistanceTag, DamageVulnerabilityTag, ItemMiscTag, ItemOtherTagsTag, ItemSpellcastingFocusTag, LightTag, RechargeAmountTag, RechargeTypeTag, ReqAttuneTagTag} from "./converterutils-item.js"; import {ConverterBase} from "./converter-base.js"; import {ArtifactPropertiesTag, TagCondition} from "./converterutils-tags.js"; import {TagJsons} from "./converterutils-entries.js"; @@ -143,6 +143,7 @@ export class ConverterItem extends ConverterBase { ConditionImmunityTag.tryRun(stats, {cbMan: () => options.cbWarning(`${manName}Condition immunity tagging requires manual conversion`)}); ReqAttuneTagTag.tryRun(stats, {cbMan: () => options.cbWarning(`${manName}Attunement requirement tagging requires manual conversion`)}); AttachedSpellTag.tryRun(stats); + LightTag.tryRun(stats); // TODO // - tag damage type? @@ -210,6 +211,7 @@ export class ConverterItem extends ConverterBase { case "rod": stats.type = options.styleHint === SITE_STYLE__ONE ? Parser.ITM_TYP__ODND_ROD : Parser.ITM_TYP__ROD; continue; case "wand": stats.type = options.styleHint === SITE_STYLE__ONE ? Parser.ITM_TYP__ODND_WAND : Parser.ITM_TYP__WAND; continue; case "scroll": stats.type = options.styleHint === SITE_STYLE__ONE ? Parser.ITM_TYP__ODND_SCROLL : Parser.ITM_TYP__SCROLL; continue; + case "adventuring gear": stats.type = options.styleHint === SITE_STYLE__ONE ? Parser.ITM_TYP__ODND_ADVENTURING_GEAR : Parser.ITM_TYP__ADVENTURING_GEAR; continue; } // endregion @@ -299,7 +301,7 @@ export class ConverterItem extends ConverterBase { continue; } - if (options.styleHint === SITE_STYLE__CLASSIC) throw new Error(`Multiple base item(s) for "${mBaseWeapon.groups.ptParens}"`); + if (options.styleHint === SITE_STYLE__CLASSIC) options.cbWarning(`${stats.name ? `(${stats.name}) ` : ""}Multiple base item(s) for "${mBaseWeapon.groups.ptParens}"`); // e.g. XDMG items have broken down "any sword" into a specific list of items (stats.requires ||= []) @@ -612,6 +614,7 @@ export class ConverterItem extends ConverterBase { stats.__prop = "magicvariant"; stats.type = options.styleHint === SITE_STYLE__ONE ? Parser.ITM_TYP__ODND_GENERIC_VARIANT : Parser.ITM_TYP__GENERIC_VARIANT; + if (options.styleHint === SITE_STYLE__CLASSIC) stats.edition = SITE_STYLE__CLASSIC; } static _setWeight (stats, options) { @@ -684,5 +687,13 @@ export class ConverterItem extends ConverterBase { }) .forEach(prop => delete stats[prop]); // endregion + + // region other props + [ + "reprintedAs", + "edition", + ] + .forEach(prop => delete stats[prop]); + // endregion } } diff --git a/js/converter/converter-ui-base.js b/js/converter/converter-ui-base.js index 8bb5612..fbbe9da 100644 --- a/js/converter/converter-ui-base.js +++ b/js/converter/converter-ui-base.js @@ -248,7 +248,7 @@ export class ConverterUiBase extends BaseComponent { }); } - const toDelete = CollectionUtil.setDiff(curSources, nxtSources); + const toDelete = curSources.difference(nxtSources); if (toDelete.size) $selSource.find(`option`).filter((i, e) => toDelete.has($(e).val())).remove(); }; parent.addHook("availableSources", hkAvailSources); diff --git a/js/converter/converterutils-creature.js b/js/converter/converterutils-creature.js index 0eb50e9..0c291b8 100644 --- a/js/converter/converterutils-creature.js +++ b/js/converter/converterutils-creature.js @@ -47,16 +47,18 @@ export class AcConvert { // region Handle alternates of the form: // - `natural armor; 22 in shield form` // - `natural armor; 16 while flying` + // - `natural armor; 16 when flying` // - `natural armor; 18 with hardened by flame` // - `shield; ac 12 without shield` fromClean = fromClean - .replace(/^(?.+); (?:(?:ac )?(?\d+) (?in .*? form|while .*?|includes .*?|without .*?|with .*?))$/i, (...m) => { + .replace(/^(?:(?.+); )?(?:(?:ac )?(?\d+) (?in .*? form|while .*?|when .*?|includes .*?|without .*?|with .*?))$/i, (...m) => { + const {from, nxtVal, nxtCond} = m.at(-1); nuAcTail.push({ - ac: Number(m.last().nxtVal), - condition: m.last().nxtCond, + ac: Number(nxtVal), + condition: nxtCond, braces: true, }); - return m.last().from; + return from || ""; }); // endregion @@ -105,9 +107,9 @@ export class AcConvert { .trim(); // endregion - // region Handle "while ..." parts + // region Handle "while ..."/"when ..." parts fromClean = fromClean - .replace(/^while .*$/, (...m) => { + .replace(/^(while|when) .*$/, (...m) => { if (cur.condition) throw new Error(`Multiple AC conditions! "${cur.condition}" and "${m[0]}"`); cur.condition = m[0].trim().toLowerCase(); return ""; @@ -287,6 +289,9 @@ export class AcConvert { case "precog reflexes": case "pathfinder's boots": return fromLow; + // Humblewood Tales + case "shadowed leather armor": + return fromLow; // endregion // region au naturel diff --git a/js/converter/converterutils-entries.js b/js/converter/converterutils-entries.js index 6f87945..bcedce1 100644 --- a/js/converter/converterutils-entries.js +++ b/js/converter/converterutils-entries.js @@ -1,7 +1,7 @@ import {ActionTag, DiceConvert, SenseTag, SkillTag, TagCondition, TaggerUtils} from "./converterutils-tags.js"; import {VetoolsConfig} from "../utils-config/utils-config-config.js"; import {ConverterTaggerInitializable} from "./converterutils-taggerbase.js"; -import {SITE_STYLE__ONE} from "../consts.js"; +import {SITE_STYLE__CLASSIC, SITE_STYLE__ONE} from "../consts.js"; const LAST_KEY_ALLOWLIST = new Set([ "entries", @@ -983,7 +983,9 @@ export class CoreRuleTag extends ConverterTaggerInitializable { this._RE_BASIC_XPHB = new RegExp(`\\b(?${(Object.keys(this._LOOKUP_XPHB).join("|"))})\\b`, "g"); } - static _tryRun (it) { + static _tryRun (it, {styleHint = null} = {}) { + if (styleHint === SITE_STYLE__CLASSIC) return it; + return TagJsons.WALKER.walk( it, { diff --git a/js/converter/converterutils-item.js b/js/converter/converterutils-item.js index 20d39db..f4eb256 100644 --- a/js/converter/converterutils-item.js +++ b/js/converter/converterutils-item.js @@ -93,13 +93,13 @@ export class RechargeTypeTag { const mLongRest = /All charges are restored when you finish a long rest/i.test(strEntries); if (mLongRest) return obj.recharge = "restLong"; - const mDawn = /charges? at dawn|charges? daily (?:at|in the twilight before) dawn|charges?(?:, which (?:are|you) regain(?:ed)?)? each day at dawn|charges and regains all of them at dawn|charges and regains[^.]+each dawn|recharging them all each dawn|charges that are replenished each dawn/gi.exec(strEntries); + const mDawn = /charges? at dawn|charges? (?:daily|nightly),? (?:at|in the twilight before) dawn|charges?(?:, which (?:are|you) regain(?:ed)?)? each day at dawn|charges and regains all of them at dawn|charges and regains[^.]+each dawn|recharging them all each dawn|charges that are replenished each dawn/gi.exec(strEntries); if (mDawn) return obj.recharge = "dawn"; - const mDusk = /charges? daily at dusk|charges? each (?:day at dusk|nightfall)|regains all charges at dusk/gi.exec(strEntries); + const mDusk = /charges? (?:daily|nightly),? at dusk|charges? each (?:(?:day|night) at dusk|nightfall)|regains all charges at dusk/gi.exec(strEntries); if (mDusk) return obj.recharge = "dusk"; - const mMidnight = /charges? daily at midnight|Each night at midnight[^.]+charges/gi.exec(strEntries); + const mMidnight = /charges? (?:daily|nightly),? at midnight|Each night at midnight[^.]+charges/gi.exec(strEntries); if (mMidnight) return obj.recharge = "midnight"; const mDecade = /regains [^ ]+ expended charge every ten years/gi.exec(strEntries); @@ -126,7 +126,7 @@ export class RechargeAmountTag { // region Dawn [ "(?", - ")[^.]*?\\b(?:charges? (?:at|each) dawn|charges? daily (?:at|in the twilight before) dawn|charges?(?:, which (?:are|you) regain(?:ed)?)? each day at dawn)", + ")[^.]*?\\b(?:charges? (?:at|each) dawn|charges? (?:daily|nightly),? (?:at|in the twilight before) dawn|charges?(?:, which (?:are|you) regain(?:ed)?)? each day at dawn)", ], [ "charges and regains (?", @@ -137,14 +137,14 @@ export class RechargeAmountTag { // region Dusk [ "(?", - ")[^.]*?\\b(?:charges? daily at dusk|charges? each (?:day at dusk|nightfall))", + ")[^.]*?\\b(?:charges? (?:daily|nightly),? at dusk|charges? each (?:(?:day|night) at dusk|nightfall))", ], // endregion // region Midnight [ "(?", - ")[^.]*?\\b(?:charges? daily at midnight)", + ")[^.]*?\\b(?:charges? (?:daily|nightly),? at midnight)", ], [ "Each night at midnight[^.]+regains (?", @@ -833,3 +833,67 @@ ReqAttuneTagTag._EBERRON_MARK_RACES = { "Mark of Passage": ["Human (Mark of Passage)|ERLW"], "Mark of Sentinel": ["Human (Mark of Sentinel)|ERLW"], }; + +export class LightTag { + static _getSingleRegex_lightInShape ({lightType, radiusName}) { + return new RegExp(`\\b${lightType} light in a (?<${radiusName}>\\d+)-foot[- ](?radius|cone)\\b`, "gi"); + } + static _getSingleRegex_lightOutTo ({lightType, radiusName}) { + return new RegExp(`\\b${lightType} light out to (?<${radiusName}>\\d+) feet\\b`, "gi"); + } + static _getSingleRegex_shapeOfLight ({lightType, radiusName}) { + return new RegExp(`\\b(?<${radiusName}>\\d+)-foot[- ](?radius|cone) of ${lightType} light\\b`, "gi"); + } + + static _checkAndTag (obj, opts) { + if (obj.light?.length) return; + + const light = []; + + MiscUtil.getWalker({isNoModification: true}).walk(obj.entries, {string: str => { + let strStrippedTmp = Renderer.stripTags(str); + [ + // Bright and dim + /\bbright light in a (?\d+)-foot[- ](?radius|cone) and dim light for an (?additional) (?\d+) (?:feet|foot|ft\.)\b/gi, + /\blight in a \d+-foot[- ](?radius|cone); the (?closest) (?\d+) feet is bright light, and the farthest (?\d+) feet is dim light\b/gi, + /\bbright light in a (?radius|cone) of your choice up to (?\d+) feet and dim light for the (?same) distance beyond that\b/gi, + + // Bright only + this._getSingleRegex_lightInShape({lightType: "bright", radiusName: "rBright"}), + this._getSingleRegex_lightOutTo({lightType: "bright", radiusName: "rBright"}), + this._getSingleRegex_shapeOfLight({lightType: "bright", radiusName: "rBright"}), + + // Dim only + this._getSingleRegex_lightInShape({lightType: "dim", radiusName: "rDim"}), + this._getSingleRegex_lightOutTo({lightType: "dim", radiusName: "rDim"}), + this._getSingleRegex_shapeOfLight({lightType: "dim", radiusName: "rDim"}), + ] + .forEach(re => { + strStrippedTmp = strStrippedTmp + .replace(re, (...m) => { + const {rBright, rDim, rBrightDim, shape, isAdditional} = m.at(-1); + + const rBrightNum = rBright ? Number(rBright) : rBrightDim ? Number(rBrightDim) : null; + const rDimNum = rDim ? Number(rDim) : rBrightDim ? Number(rBrightDim) : null; + const shapeClean = shape ? shape.toLowerCase().trim() : null; + + const out = {}; + if (rBrightNum) out.bright = rBrightNum; + if (rDimNum) out.dim = isAdditional && rBrightNum ? (rBrightNum + rDimNum) : rDimNum; + + // Treat "radius" as the default + if (shapeClean && shapeClean !== "radius") out.shape = shapeClean; + + light.push(out); + }); + }); + }}); + + if (light.length) obj.light = light; + } + + static tryRun (ent, opts) { + if (ent.entries) this._checkAndTag(ent, opts); + if (ent.inherits && ent.inherits.entries) this._checkAndTag(ent.inherits, opts); + } +} diff --git a/js/converter/converterutils-spell.js b/js/converter/converterutils-spell.js index 5c24672..ed589a6 100644 --- a/js/converter/converterutils-spell.js +++ b/js/converter/converterutils-spell.js @@ -465,7 +465,7 @@ export class AffectedCreatureTypeTagger { ]); if (!setAffectedOut.size) Parser.MON_TYPES.forEach(it => setAffectedOut.add(it)); - sp.affectsCreatureType = [...CollectionUtil.setDiff(setAffectedOut, setNotAffected)].sort(SortUtil.ascSortLower); + sp.affectsCreatureType = [...setAffectedOut.difference(setNotAffected)].sort(SortUtil.ascSortLower); if (!sp.affectsCreatureType.length) delete sp.affectsCreatureType; } diff --git a/js/converter/converterutils-tags.js b/js/converter/converterutils-tags.js index 01ece69..a0dbffe 100644 --- a/js/converter/converterutils-tags.js +++ b/js/converter/converterutils-tags.js @@ -557,7 +557,7 @@ export class DiceConvert { // Handle e.g. `+3 plus PB to hit` .replace(/(?[-+])?(?\d+(?: (?:plus|minus|[-+]) PB)?)(?= to hit\b)/g, (...m) => `{@hit ${m.last().op === "-" ? "-" : ""}${m.last().bonus}}`) // Handle E.g. "... Attack Roll: +5, ..." - .replace(/(?<=Attack Roll: )(?[-+])?(?\d+(?: (?:plus|minus|[-+]) PB)?)(?=,)/g, (...m) => `{@hit ${m.last().op === "-" ? "-" : ""}${m.last().bonus}}`) + .replace(/(?<=Attack Roll: )(?[-+])?(?\d+(?: (?:plus|minus|[-+]) PB)?)(?=,| \()/g, (...m) => `{@hit ${m.last().op === "-" ? "-" : ""}${m.last().bonus}}`) // Handle E.g. "... Attack Roll: Bonus equals your spell attack modifier, ..." .replace(/(?<=Attack Roll: )Bonus equals your spell attack modifier(?=,)/g, (...m) => `{@hitYourSpellAttack Bonus equals your spell attack modifier}`) ; diff --git a/js/dmscreen/dmscreen-counter.js b/js/dmscreen/dmscreen-counter.js index 2f855d0..05c7e2f 100644 --- a/js/dmscreen/dmscreen-counter.js +++ b/js/dmscreen/dmscreen-counter.js @@ -135,7 +135,7 @@ class CounterRow extends CounterComponent { removeRow(this); }); - this._$row = $$`
+ this._$row = $$`
${$iptName}
${$iptCur} diff --git a/js/dmscreen/dmscreen-timetracker.js b/js/dmscreen/dmscreen-timetracker.js index d6228c8..2f1c8c4 100644 --- a/js/dmscreen/dmscreen-timetracker.js +++ b/js/dmscreen/dmscreen-timetracker.js @@ -3057,7 +3057,7 @@ class TimeTrackerRoot_Settings_Day extends RenderableCollectionTimeTracker { const $btnRemove = $(``) .click(() => this._comp._state.days = this._comp._state.days.filter(it => it !== entity)); - const $wrpRow = $$`
+ const $wrpRow = $$`
${$iptName} ${$padDrag} ${$btnRemove} @@ -3092,7 +3092,7 @@ class TimeTrackerRoot_Settings_Month extends RenderableCollectionTimeTracker { const $btnRemove = $(``) .click(() => this._comp._state.months = this._comp._state.months.filter(it => it !== entity)); - const $wrpRow = $$`
+ const $wrpRow = $$`
${$iptName} ${$iptDays} ${$padDrag} diff --git a/js/filter-items.js b/js/filter-items.js index 1ab927f..b31ae2a 100644 --- a/js/filter-items.js +++ b/js/filter-items.js @@ -10,6 +10,8 @@ class PageFilterEquipment extends PageFilterBase { "Reprinted", "Disadvantage on Stealth", "Strength Requirement", + "Emits Light, Bright", + "Emits Light, Dim", ]; static _RE_FOUNDRY_ATTR = /(?:[-+*/]\s*)?@[a-z0-9.]+/gi; @@ -112,6 +114,8 @@ class PageFilterEquipment extends PageFilterBase { if (item.miscTags) item._fMisc.push(...item.miscTags.map(Parser.itemMiscTagToFull)); if (item.stealth) item._fMisc.push("Disadvantage on Stealth"); if (item.strength != null) item._fMisc.push("Strength Requirement"); + if (item.light?.some(l => l.bright)) item._fMisc.push("Emits Light, Bright"); + if (item.light?.some(l => l.dim)) item._fMisc.push("Emits Light, Dim"); const itemTypeAbv = item.type ? DataUtil.itemType.unpackUid(item.type).abbreviation : null; if (item.focus || item.name === "Thieves' Tools" || itemTypeAbv === Parser.ITM_TYP_ABV__INSTRUMENT || itemTypeAbv === Parser.ITM_TYP_ABV__SPELLCASTING_FOCUS || itemTypeAbv === Parser.ITM_TYP_ABV__ARTISAN_TOOL) { diff --git a/js/filter/filter-box.js b/js/filter/filter-box.js index a046fcb..2b9cf9e 100644 --- a/js/filter/filter-box.js +++ b/js/filter/filter-box.js @@ -502,6 +502,7 @@ export class FilterBox extends ProxyBase { const urlHeadersUpdated = new Set(); const subHashesConsumed = new Set(); let filterInitialSearch; + let isPreserveExisting = false; const filterBoxState = {}; const statePerFilter = {}; @@ -521,9 +522,17 @@ export class FilterBox extends ProxyBase { } if (Object.values(FilterBox._SUB_HASH_PREFIXES).includes(prefix)) { - // special case for the search """state""" - if (prefix === VeCt.FILTER_BOX_SUB_HASH_SEARCH_PREFIX) filterInitialSearch = data.clean[0]; - else filterBoxState[prefix] = data.clean; + switch (prefix) { + case VeCt.FILTER_BOX_SUB_HASH_SEARCH_PREFIX: + filterInitialSearch = data.clean[0]; + break; + case VeCt.FILTER_BOX_SUB_HASH_FLAG_IS_PRESERVE_EXISTING: + isPreserveExisting = true; + break; + default: + filterBoxState[prefix] = data.clean; + } + subHashesConsumed.add(data.raw); return; } @@ -541,6 +550,7 @@ export class FilterBox extends ProxyBase { unpacked, subHashesConsumed, filterInitialSearch, + isPreserveExisting, }; } @@ -549,12 +559,6 @@ export class FilterBox extends ProxyBase { if (unpackedSubhashes == null) return subHashes; - const { - unpacked, - subHashesConsumed, - filterInitialSearch, - } = unpackedSubhashes; - // region Update filter state const {box: nxtStateBox, filters: nxtStatesFilters} = this.getNextStateFromSubHashes({unpackedSubhashes}); @@ -569,6 +573,12 @@ export class FilterBox extends ProxyBase { .forEach(filter => filter.setStateFromNextState(nxtStatesFilters)); // endregion + const { + unpacked, + subHashesConsumed, + filterInitialSearch, + } = unpackedSubhashes; + // region Update search input value if (filterInitialSearch && ($iptSearch || this._$iptSearch)) ($iptSearch || this._$iptSearch).val(filterInitialSearch).change().keydown().keyup().trigger("instantKeyup"); // endregion @@ -596,6 +606,7 @@ export class FilterBox extends ProxyBase { filterBoxState, statePerFilter, urlHeadersUpdated, + isPreserveExisting, } = unpackedSubhashes; const nxtStateBox = this._getNextBoxStateFromSubHashes(urlHeaderToFilter, filterBoxState); @@ -609,12 +620,14 @@ export class FilterBox extends ProxyBase { }); // reset any other state/meta state/etc - Object.keys(urlHeaderToFilter) - .filter(k => !urlHeadersUpdated.has(k)) - .forEach(k => { - const filter = urlHeaderToFilter[k]; - Object.assign(nxtStateFilters, filter.getNextStateFromSubhashState(null)); - }); + if (!isPreserveExisting) { + Object.keys(urlHeaderToFilter) + .filter(k => !urlHeadersUpdated.has(k)) + .forEach(k => { + const filter = urlHeaderToFilter[k]; + Object.assign(nxtStateFilters, filter.getNextStateFromSubhashState(null)); + }); + } return {box: nxtStateBox, filters: nxtStateFilters}; } @@ -858,6 +871,7 @@ FilterBox._SUB_HASH_PREFIXES = { minisHidden: FilterBox._SUB_HASH_BOX_MINIS_HIDDEN_PREFIX, combineAs: FilterBox._SUB_HASH_BOX_COMBINE_AS_PREFIX, search: VeCt.FILTER_BOX_SUB_HASH_SEARCH_PREFIX, + flagIsPreserveExisting: VeCt.FILTER_BOX_SUB_HASH_FLAG_IS_PRESERVE_EXISTING, }; FilterRegistry.registerSubhashes(Object.values(FilterBox._SUB_HASH_PREFIXES)); diff --git a/js/filter/filter-page-filter-base.js b/js/filter/filter-page-filter-base.js index 9e91809..9ba03ee 100644 --- a/js/filter/filter-page-filter-base.js +++ b/js/filter/filter-page-filter-base.js @@ -101,10 +101,15 @@ export class PageFilterBase { }); } - static isReprinted (ent) { + static isReprinted (ent, {fnMissingBuilder = null} = {}) { if (!ent?.reprintedAs?.length) return false; return ent.reprintedAs .some(it => { + if (!UrlUtil.URL_TO_HASH_BUILDER[ent.__prop]) { + if (fnMissingBuilder) fnMissingBuilder(ent); + return false; + } + const unpacked = DataUtil.proxy.unpackUid(ent.__prop, it?.uid ?? it, Parser.getPropTag(ent.__prop)); const hash = UrlUtil.URL_TO_HASH_BUILDER[ent.__prop](unpacked); return !ExcludeUtil.isExcluded(hash, ent.__prop, unpacked.source, {isNoCount: true}); diff --git a/js/foundry/foundry-utils.js b/js/foundry/foundry-utils.js index 86707c8..e9c4e6e 100644 --- a/js/foundry/foundry-utils.js +++ b/js/foundry/foundry-utils.js @@ -107,6 +107,9 @@ export class UtilsFoundryItem { if (item.miscTags?.includes("CNS")) return this._TYPE_CONSUMABLE; + // Classify light-producing items as "equipment", which can be equipped + if (item.light?.length) return this._TYPE_EQUIPMENT; + // Treat everything else as loot return this._TYPE_LOOT; } diff --git a/js/makebrew/makebrew-builder-base.js b/js/makebrew/makebrew-builder-base.js index a855be3..7225e73 100644 --- a/js/makebrew/makebrew-builder-base.js +++ b/js/makebrew/makebrew-builder-base.js @@ -522,7 +522,7 @@ export class BuilderBase extends ProxyBase { }; const $wrpRowsOuter = $(`
`); - const $wrpRows = $(`
`).appendTo($wrpRowsOuter); + const $wrpRows = $(`
`).appendTo($wrpRowsOuter); const rowOptions = {$wrpRowsOuter}; @@ -597,7 +597,7 @@ export class BuilderBase extends ProxyBase { $wrpRowsOuter: options.$wrpRowsOuter, }); - out.$ele = $$`
${$iptUrl}${$btnPreview}${$btnRemove}${$dragOrder}
`; + out.$ele = $$`
${$iptUrl}${$btnPreview}${$btnRemove}${$dragOrder}
`; out.getState = getState; imageRows.push(out); diff --git a/js/makebrew/makebrew-builderui.js b/js/makebrew/makebrew-builderui.js index f398917..af19a9c 100644 --- a/js/makebrew/makebrew-builderui.js +++ b/js/makebrew/makebrew-builderui.js @@ -340,7 +340,7 @@ export class BuilderUi { const ixRow = rows.indexOf(myRow); rows.forEach((row, i) => { - const dimensions = {w: row.$ele.outerWidth(true), h: row.$ele.outerHeight(true)}; + const dimensions = {w: row.$ele.outerWidth(), h: row.$ele.outerHeight()}; const $dummy = $(`
`) .width(dimensions.w).height(dimensions.h) .mouseup(() => { diff --git a/js/parser.js b/js/parser.js index 58aec9a..7ab7fdc 100644 --- a/js/parser.js +++ b/js/parser.js @@ -1468,6 +1468,25 @@ Parser.UNT_INCHES = "inches"; Parser.UNT_FEET = "feet"; Parser.UNT_YARDS = "yards"; Parser.UNT_MILES = "miles"; + +Parser.UNT_CUBIC_FEET = "cubic feet"; + +Parser.getNormalizedUnit = function (unit) { + if (unit == null) return unit; + + unit = unit.toLowerCase().trim(); + + switch (unit) { + case "inch": case "in.": case "in": case Parser.UNT_INCHES: return Parser.UNT_INCHES; + case "foot": case "ft.": case "ft": case Parser.UNT_FEET: return Parser.UNT_FEET; + case "yard": case "yd.": case "yd": case Parser.UNT_YARDS: return Parser.UNT_YARDS; + case "mile": case "mi.": case "mi": case Parser.UNT_MILES: return Parser.UNT_MILES; + + case "pound": case "pounds": case "lbs.": case "lb.": case "lb": case Parser.UNT_LBS: return Parser.UNT_LBS; + default: return unit; + } +}; + Parser.SP_DIST_TYPE_TO_FULL = { [Parser.UNT_INCHES]: "Inches", [Parser.UNT_FEET]: "Feet", @@ -2077,6 +2096,8 @@ Parser.ENVIRONMENT__PLANAR_MAGMA = "planar, magma"; Parser.ENVIRONMENT__PLANAR_ASH = "planar, ash"; Parser.ENVIRONMENT__PLANAR_ICE = "planar, ice"; +Parser.ENVIRONMENT__PLANAR_ELEMENTAL_CHAOS = "planar, elemental chaos"; + Parser.ENVIRONMENT__PLANAR_ETHEREAL = "planar, ethereal"; Parser.ENVIRONMENT__PLANAR_ASTRAL = "planar, astral"; @@ -2128,6 +2149,8 @@ Parser.ENVIRONMENT_GROUPS = { Parser.ENVIRONMENT__PLANAR_MAGMA, Parser.ENVIRONMENT__PLANAR_ASH, Parser.ENVIRONMENT__PLANAR_ICE, + + Parser.ENVIRONMENT__PLANAR_ELEMENTAL_CHAOS, ], [Parser.ENVIRONMENT__GROUP_PLANAR_UPPER]: [ Parser.ENVIRONMENT__PLANAR_ARBOREA, @@ -2177,6 +2200,8 @@ Parser.ENVIRONMENT_DISPLAY_NAMES = { [Parser.ENVIRONMENT__PLANAR_ASH]: "Planar (Para-elemental Plane of Ash)", [Parser.ENVIRONMENT__PLANAR_ICE]: "Planar (Para-elemental Plane of Ice)", + [Parser.ENVIRONMENT__PLANAR_ELEMENTAL_CHAOS]: "Planar (Elemental Chaos)", + [Parser.ENVIRONMENT__PLANAR_ETHEREAL]: "Planar (Ethereal Plane)", [Parser.ENVIRONMENT__PLANAR_ASTRAL]: "Planar (Astral Plane)", @@ -3162,8 +3187,6 @@ Parser.SRC_QftIS = "QftIS"; Parser.SRC_VEoR = "VEoR"; Parser.SRC_GHLoE = "GHLoE"; Parser.SRC_DoDk = "DoDk"; -Parser.SRC_HWCS = "HWCS"; -Parser.SRC_HWAitW = "HWAitW"; Parser.SRC_ToB1_2023 = "ToB1-2023"; Parser.SRC_XPHB = "XPHB"; Parser.SRC_XDMG = "XDMG"; @@ -3352,8 +3375,6 @@ Parser.SOURCE_JSON_TO_FULL[Parser.SRC_QftIS] = "Quests from the Infinite Stairca Parser.SOURCE_JSON_TO_FULL[Parser.SRC_VEoR] = "Vecna: Eve of Ruin"; Parser.SOURCE_JSON_TO_FULL[Parser.SRC_GHLoE] = "Grim Hollow: Lairs of Etharis"; Parser.SOURCE_JSON_TO_FULL[Parser.SRC_DoDk] = "Dungeons of Drakkenheim"; -Parser.SOURCE_JSON_TO_FULL[Parser.SRC_HWCS] = "Humblewood Campaign Setting"; -Parser.SOURCE_JSON_TO_FULL[Parser.SRC_HWAitW] = "Humblewood: Adventure in the Wood"; Parser.SOURCE_JSON_TO_FULL[Parser.SRC_ToB1_2023] = "Tome of Beasts 1 (2023 Edition)"; Parser.SOURCE_JSON_TO_FULL[Parser.SRC_XPHB] = "Player's Handbook (2024)"; Parser.SOURCE_JSON_TO_FULL[Parser.SRC_XDMG] = "Dungeon Master's Guide (2024)"; @@ -3517,8 +3538,6 @@ Parser.SOURCE_JSON_TO_ABV[Parser.SRC_QftIS] = "QftIS"; Parser.SOURCE_JSON_TO_ABV[Parser.SRC_VEoR] = "VEoR"; Parser.SOURCE_JSON_TO_ABV[Parser.SRC_GHLoE] = "GHLoE"; Parser.SOURCE_JSON_TO_ABV[Parser.SRC_DoDk] = "DoDk"; -Parser.SOURCE_JSON_TO_ABV[Parser.SRC_HWCS] = "HWCS"; -Parser.SOURCE_JSON_TO_ABV[Parser.SRC_HWAitW] = "HWAitW"; Parser.SOURCE_JSON_TO_ABV[Parser.SRC_ToB1_2023] = "ToB1'23"; Parser.SOURCE_JSON_TO_ABV[Parser.SRC_XPHB] = "PHB'24"; Parser.SOURCE_JSON_TO_ABV[Parser.SRC_XDMG] = "DMG'24"; @@ -3681,8 +3700,6 @@ Parser.SOURCE_JSON_TO_DATE[Parser.SRC_QftIS] = "2024-07-16"; Parser.SOURCE_JSON_TO_DATE[Parser.SRC_VEoR] = "2024-05-21"; Parser.SOURCE_JSON_TO_DATE[Parser.SRC_GHLoE] = "2023-11-30"; Parser.SOURCE_JSON_TO_DATE[Parser.SRC_DoDk] = "2023-12-21"; -Parser.SOURCE_JSON_TO_DATE[Parser.SRC_HWCS] = "2019-06-17"; -Parser.SOURCE_JSON_TO_DATE[Parser.SRC_HWAitW] = "2019-06-17"; Parser.SOURCE_JSON_TO_DATE[Parser.SRC_ToB1_2023] = "2023-05-31"; Parser.SOURCE_JSON_TO_DATE[Parser.SRC_XPHB] = "2024-09-17"; Parser.SOURCE_JSON_TO_DATE[Parser.SRC_XDMG] = "2024-11-12"; @@ -3826,7 +3843,6 @@ Parser.SOURCES_ADVENTURES = new Set([ Parser.SRC_HFStCM, Parser.SRC_GHLoE, Parser.SRC_DoDk, - Parser.SRC_HWAitW, Parser.SRC_AWM, ]); @@ -3890,8 +3906,6 @@ Parser.SOURCES_PARTNERED_WOTC = new Set([ Parser.SRC_HftT, Parser.SRC_GHLoE, Parser.SRC_DoDk, - Parser.SRC_HWCS, - Parser.SRC_HWAitW, Parser.SRC_ToB1_2023, Parser.SRC_TD, Parser.SRC_LRDT, @@ -3899,7 +3913,7 @@ Parser.SOURCES_PARTNERED_WOTC = new Set([ Parser.SOURCES_LEGACY_WOTC = new Set([ Parser.SRC_PHB, Parser.SRC_DMG, - // Parser.SRC_MM, // TODO(XMM) + Parser.SRC_MM, Parser.SRC_SCREEN, Parser.SRC_EEPC, Parser.SRC_VGM, @@ -3993,8 +4007,6 @@ Parser.SOURCES_NON_FR = new Set([ Parser.SRC_LK, Parser.SRC_GHLoE, Parser.SRC_DoDk, - Parser.SRC_HWCS, - Parser.SRC_HWAitW, Parser.SRC_ToB1_2023, Parser.SRC_LRDT, Parser.SRC_UtHftLH, @@ -4041,7 +4053,6 @@ Parser.SOURCES_AVAILABLE_DOCS_BOOK = {}; Parser.SRC_PaF, Parser.SRC_BMT, Parser.SRC_DMTCRG, - Parser.SRC_HWCS, Parser.SRC_ToB1_2023, Parser.SRC_XPHB, Parser.SRC_XMM, @@ -4142,7 +4153,6 @@ Parser.SOURCES_AVAILABLE_DOCS_ADVENTURE = {}; Parser.SRC_HFStCM, Parser.SRC_GHLoE, Parser.SRC_DoDk, - Parser.SRC_HWAitW, Parser.SRC_QftIS, Parser.SRC_LRDT, Parser.SRC_VEoR, @@ -4176,6 +4186,7 @@ Parser.PROP_TO_TAG = { }; Parser.getPropTag = function (prop) { if (Parser.PROP_TO_TAG[prop]) return Parser.PROP_TO_TAG[prop]; + if (prop?.endsWith("Fluff")) return null; return prop; }; @@ -4262,7 +4273,13 @@ Parser.metric = { POUNDS_TO_KILOGRAMS: 0.5, // 2 lb = 1 kg // Other additions INCHES_TO_CENTIMETERS: 2.5, // 1 in = 2.5 cm + CUBIC_FEET_TO_LIBRES: 28, // 1 ft³ = 28 L + /** + * @param {number} originalValue + * @param {string} originalUnit + * @param {?boolean} toFixed + */ getMetricNumber ({originalValue, originalUnit, toFixed = null}) { if (originalValue == null || isNaN(originalValue)) return originalValue; @@ -4270,25 +4287,32 @@ Parser.metric = { if (!originalValue) return originalValue; let out = null; - switch (originalUnit) { - case "in.": case "in": case Parser.UNT_INCHES: out = originalValue * Parser.metric.INCHES_TO_CENTIMETERS; break; - case "ft.": case "ft": case Parser.UNT_FEET: out = originalValue * Parser.metric.FEET_TO_METRES; break; - case "yd.": case "yd": case Parser.UNT_YARDS: out = originalValue * Parser.metric.YARDS_TO_METRES; break; - case "mi.": case "mi": case Parser.UNT_MILES: out = originalValue * Parser.metric.MILES_TO_KILOMETRES; break; - case "lb.": case "lb": case Parser.UNT_LBS: out = originalValue * Parser.metric.POUNDS_TO_KILOGRAMS; break; + switch (Parser.getNormalizedUnit(originalUnit)) { + case Parser.UNT_INCHES: out = originalValue * Parser.metric.INCHES_TO_CENTIMETERS; break; + case Parser.UNT_FEET: out = originalValue * Parser.metric.FEET_TO_METRES; break; + case Parser.UNT_YARDS: out = originalValue * Parser.metric.YARDS_TO_METRES; break; + case Parser.UNT_MILES: out = originalValue * Parser.metric.MILES_TO_KILOMETRES; break; + case Parser.UNT_LBS: out = originalValue * Parser.metric.POUNDS_TO_KILOGRAMS; break; + case Parser.UNT_CUBIC_FEET: out = originalValue * Parser.metric.CUBIC_FEET_TO_LIBRES; break; default: return originalValue; } if (toFixed != null) return NumberUtil.toFixedNumber(out, toFixed); return out; }, + /** + * @param {number} originalValue + * @param {boolean} isShortForm + * @param {isPlural} isShortForm + */ getMetricUnit ({originalUnit, isShortForm = false, isPlural = true}) { - switch (originalUnit) { - case "in.": case "in": case Parser.UNT_INCHES: return isShortForm ? "cm" : `centimeter`[isPlural ? "toPlural" : "toString"](); - case "ft.": case "ft": case Parser.UNT_FEET: return isShortForm ? "m" : `meter`[isPlural ? "toPlural" : "toString"](); - case "yd.": case "yd": case Parser.UNT_YARDS: return isShortForm ? "m" : `meter`[isPlural ? "toPlural" : "toString"](); - case "mi.": case "mi": case Parser.UNT_MILES: return isShortForm ? "km" : `kilometre`[isPlural ? "toPlural" : "toString"](); - case "lb.": case "lb": case Parser.UNT_LBS: return isShortForm ? "kg" : `kilogram`[isPlural ? "toPlural" : "toString"](); + switch (Parser.getNormalizedUnit(originalUnit)) { + case Parser.UNT_INCHES: return isShortForm ? "cm" : `centimeter`[isPlural ? "toPlural" : "toString"](); + case Parser.UNT_FEET: return isShortForm ? "m" : `meter`[isPlural ? "toPlural" : "toString"](); + case Parser.UNT_YARDS: return isShortForm ? "m" : `meter`[isPlural ? "toPlural" : "toString"](); + case Parser.UNT_MILES: return isShortForm ? "km" : `kilometer`[isPlural ? "toPlural" : "toString"](); + case Parser.UNT_LBS: return isShortForm ? "kg" : `kilogram`[isPlural ? "toPlural" : "toString"](); + case Parser.UNT_CUBIC_FEET: return isShortForm ? "L" : `liter`[isPlural ? "toPlural" : "toString"](); default: return originalUnit; } }, diff --git a/js/render-bestiary.js b/js/render-bestiary.js index 974e2a1..3ef7930 100644 --- a/js/render-bestiary.js +++ b/js/render-bestiary.js @@ -10,8 +10,8 @@ class _RenderBestiaryImplBase { * @param [opts] * @param {jQuery} [opts.$btnScaleCr] * @param {jQuery} [opts.$btnResetScaleCr] - * @param {HTMLElementModified} [opts.selSummonSpellLevel] - * @param {HTMLElementModified} [opts.selSummonClassLevel] + * @param {HTMLElementExtended} [opts.selSummonSpellLevel] + * @param {HTMLElementExtended} [opts.selSummonClassLevel] * @param {boolean} [opts.isSkipExcludesRender] * @param {boolean} [opts.isSkipTokenRender] * @@ -37,8 +37,8 @@ class _RenderBestiaryImplBase { * @param opts * @param {jQuery} [opts.$btnScaleCr] * @param {jQuery} [opts.$btnResetScaleCr] - * @param {HTMLElementModified} [opts.selSummonSpellLevel] - * @param {HTMLElementModified} [opts.selSummonClassLevel] + * @param {HTMLElementExtended} [opts.selSummonSpellLevel] + * @param {HTMLElementExtended} [opts.selSummonClassLevel] * @param {boolean} [opts.isSkipExcludesRender] * @param {boolean} [opts.isSkipTokenRender] * @param {Renderer} renderer diff --git a/js/render-class.js b/js/render-class.js index 4f93dcf..ec0975e 100644 --- a/js/render-class.js +++ b/js/render-class.js @@ -14,7 +14,7 @@ class _RenderClassesSidebarImplBase { /** * @abstract * - * @return {HTMLElementModified} + * @return {HTMLElementExtended} */ _getRenderedClassSidebar ({comp, cls, renderer}) { throw new Error("Unimplemented!"); diff --git a/js/render-markdown.js b/js/render-markdown.js index 6d576e0..b8cfe20 100644 --- a/js/render-markdown.js +++ b/js/render-markdown.js @@ -2539,6 +2539,15 @@ class MarkdownConverter { }); })(); + (function normalizeRanges () { + tbl.rows.forEach(row => { + if (!row[0] || typeof row[0] !== "string") return; + + // Collapse "1 - 2" to "1-2" + row[0] = row[0].replace(/^(\d+)\s+([-\u2012-\u2014\u2212])\s+(\d+)$/, "$1$2$3"); + }); + })(); + let isDiceCol0 = true; (function doCheckDiceOrNumericCol0 () { // check if first column is all strictly number-like diff --git a/js/render.js b/js/render.js index 02fe0b1..cb126e5 100644 --- a/js/render.js +++ b/js/render.js @@ -1603,45 +1603,40 @@ globalThis.Renderer = function () { const headerName = entry.displayName || entry.data?.name; const headerStyle = entry.style; + const isFluff = entry.dataType?.includes("Fluff"); + if (!fnGetRenderCompact) { - this._renderPrefix(entry, textStack, meta, options); - this._renderDataHeader(textStack, headerName, headerStyle); + this._renderDataHeader(textStack, headerName, headerStyle, {isStats: !isFluff}); textStack[0] += ` Cannot render "${entry.type}"—unknown data type "${entry.dataType}"! `; this._renderDataFooter(textStack); - this._renderSuffix(entry, textStack, meta, options); return; } if (!entry.data) { - this._renderPrefix(entry, textStack, meta, options); - this._renderDataHeader(textStack, headerName, headerStyle); + this._renderDataHeader(textStack, headerName, headerStyle, {isStats: !isFluff}); textStack[0] += ` Entry "${JSON.stringify(entry).qq()} did not contain required "data" key! `; this._renderDataFooter(textStack); - this._renderSuffix(entry, textStack, meta, options); return; } const strategy = this._INLINE_STATBLOCK_STRATEGIES[entry.dataType]; if (!strategy?.pFnPreProcess && !entry.data?._copy) { - this._renderPrefix(entry, textStack, meta, options); - this._renderDataHeader(textStack, headerName, headerStyle, {isCollapsed: entry.collapsed}); + this._renderDataHeader(textStack, headerName, headerStyle, {isStats: !isFluff, isCollapsed: entry.collapsed}); textStack[0] += fnGetRenderCompact(entry.data, {isEmbeddedEntity: true}); this._renderDataFooter(textStack); - this._renderSuffix(entry, textStack, meta, options); return; } - this._renderPrefix(entry, textStack, meta, options); - this._renderDataHeader(textStack, headerName, headerStyle, {isCollapsed: entry.collapsed}); + this._renderDataHeader(textStack, headerName, headerStyle, {isStats: !isFluff, isCollapsed: entry.collapsed}); const id = CryptUtil.uid(); Renderer._cache.inlineStatblock[id] = { @@ -1658,7 +1653,7 @@ globalThis.Renderer = function () { const tbl = ele.closest("table"); const nxt = e_({ - outer: Renderer.utils.getEmbeddedDataHeader(headerName, headerStyle, {isCollapsed: entry.collapsed}) + outer: Renderer.utils.getEmbeddedDataHeader(headerName, headerStyle, {isCollapsed: entry.collapsed, isStats: !isFluff}) + fnGetRenderCompact(ent, {isEmbeddedEntity: true}) + Renderer.utils.getEmbeddedDataFooter(), }); @@ -1671,11 +1666,10 @@ globalThis.Renderer = function () { textStack[0] += ``; this._renderDataFooter(textStack); - this._renderSuffix(entry, textStack, meta, options); }; - this._renderDataHeader = function (textStack, name, style, {isCollapsed = false} = {}) { - textStack[0] += Renderer.utils.getEmbeddedDataHeader(name, style, {isCollapsed}); + this._renderDataHeader = function (textStack, name, style, {isStats = false, isCollapsed = false, htmlNameExpanded = null, htmlNameCollapsed = null} = {}) { + textStack[0] += Renderer.utils.getEmbeddedDataHeader(name, style, {isStats, isCollapsed, htmlNameExpanded, htmlNameCollapsed}); }; this._renderDataFooter = function (textStack) { @@ -1690,7 +1684,9 @@ globalThis.Renderer = function () { const prop = entry.prop || Parser.getTagProps(entry.tag)[0]; const uid = prop ? DataUtil.proxy.getUid(prop, {...entry, source}, {isMaintainCase: true}) : "unknown|unknown"; - const asTag = `{@${tag} ${uid}${entry.displayName ? `|${entry.displayName}` : ""}}`; + const asTag = tag ? `{@${tag} ${uid}${entry.displayName ? `|${entry.displayName}` : ""}}` : null; + + const isFluff = prop?.endsWith("Fluff"); const displayName = entry.displayName || entry.name || entry.abbreviation; @@ -1702,29 +1698,25 @@ globalThis.Renderer = function () { if (fromPlugins) return void (textStack[0] += fromPlugins); if (!page || !source || !hash) { - this._renderPrefix(entry, textStack, meta, options); - this._renderDataHeader(textStack, displayName, entry.style); + this._renderDataHeader(textStack, displayName, entry.style, {isStats: !isFluff, htmlNameExpanded, htmlNameCollapsed}); textStack[0] += ` - Cannot load ${tag ? `"${asTag}"` : displayName}! An unknown tag/prop, source, or hash was provided. + Cannot load ${asTag ? `"${asTag}"` : displayName}! An unknown tag/prop, source, or hash was provided. `; this._renderDataFooter(textStack); - this._renderSuffix(entry, textStack, meta, options); return; } - this._renderPrefix(entry, textStack, meta, options); - this._renderDataHeader(textStack, displayName, entry.style, {isCollapsed: entry.collapsed}); + this._renderDataHeader(textStack, displayName, entry.style, {isStats: !isFluff, isCollapsed: entry.collapsed}); textStack[0] += ` - - Loading ${tag ? `${Renderer.get().render(asTag)}` : displayName}... + + Loading ${asTag ? `${Renderer.get().render(asTag)}` : displayName}... `; this._renderDataFooter(textStack); - this._renderSuffix(entry, textStack, meta, options); }; this._renderGallery = function (entry, textStack, meta, options) { @@ -2992,25 +2984,39 @@ Renderer.getFilterSubhashes = function (filters, namespace = null) { const isBoxData = fName.startsWith("fb"); const key = isBoxData ? `${fName}${namespace ? `.${namespace}` : ""}` : `flst${namespace ? `.${namespace}` : ""}${UrlUtil.encodeForHash(fName)}`; - let value; - // special cases for "search" and "hash" keywords if (isBoxData) { return { key, value: fVals, preEncoded: true, }; - } else if (fName === "search") { + } + + // region Special cases for keywords + if (fName === "search") { // "search" as a filter name is hackily converted to a box meta option return { key: VeCt.FILTER_BOX_SUB_HASH_SEARCH_PREFIX, value: UrlUtil.encodeForHash(fVals), preEncoded: true, }; - } else if (fName === "hash") { + } + + if (fName === "hash") { customHash = fVals; return null; - } else if (fVals.startsWith("[") && fVals.endsWith("]")) { // range + } + + if (fName === "preserve") { + return { + key: VeCt.FILTER_BOX_SUB_HASH_FLAG_IS_PRESERVE_EXISTING, + value: true, + }; + } + // endregion + + let value; + if (fVals.startsWith("[") && fVals.endsWith("]")) { // range const [min, max] = fVals.substring(1, fVals.length - 1).split(";").map(it => it.trim()); if (max == null) { // shorthand version, with only one value, becomes min _and_ max value = [ @@ -3269,13 +3275,29 @@ Renderer.utils = class { return Renderer.get().render(Renderer.utils.getAbilityRollerEntry(statblock, ability, {isDisplayAsBonus})); } - static getEmbeddedDataHeader (name, style, {isCollapsed = false, isStatic = false} = {}) { - return ` + static getEmbeddedDataHeader ( + name, + style, + { + isCollapsed = false, + isStatic = false, + isStats = false, + + htmlNameCollapsed = null, + htmlNameExpanded = null, + } = {}, + ) { + return `
`; @@ -4636,6 +4658,9 @@ Renderer.utils = class { case "@itemMastery": { out.isFauxPage = true; out.page = "itemMastery"; break; } case "@cite": { out.isFauxPage = true; out.page = "citation"; break; } + // TODO(Future) revise/expand + case "@creatureFluff": { out.isFauxPage = true; out.page = "monsterFluff"; break; } + default: throw new Error(`Unhandled tag "${tag}"`); } @@ -5832,12 +5857,17 @@ Renderer.events = class { } static handleClick_dataEmbedHeader (evt, ele) { + if (evt.target.closest("a")) return; + evt.stopPropagation(); evt.preventDefault(); const $ele = $(ele); - $ele.find(".rd__data-embed-name").toggleVe(); - $ele.find(".rd__data-embed-toggle").text($ele.text().includes("+") ? "[\u2013]" : "[+]"); + const $eleToggle = $ele.find(".rd__data-embed-toggle"); + const isHidden = $eleToggle.text().includes("+"); + $ele.find(".rd__data-embed-name").toggleVe(!isHidden); + $ele.find(".rd__data-embed-name-expanded").toggleVe(isHidden); + $eleToggle.text(isHidden ? "[\u2013]" : "[+]"); $ele.closest("table").find("tbody").toggleVe(); } @@ -5931,16 +5961,49 @@ Renderer.events = class { observer.track(ele.parentNode); } + static _handleLoad_inlineStatblock_getHtmlNames ({tag, uid, displayName}) { + if (!tag) return {}; + + const tagMeta = Renderer.utils.getTagMeta(`@${tag}`, `${uid}${displayName ? `|${displayName}` : ""}`); + + const {name, displayText, page, hash, hashPreEncoded} = tagMeta; + + const fauxEntryBase = { + type: "link", + href: { + type: "internal", + path: page, + hash, + }, + }; + if (hashPreEncoded != null) fauxEntryBase.href.hashPreEncoded = hashPreEncoded; + + return { + htmlNameCollapsed: Renderer.get().render({ + ...fauxEntryBase, + text: displayText || name, + }), + htmlNameExpanded: Renderer.get().render({ + ...fauxEntryBase, + text: ``, + }), + }; + } + static _handleLoad_inlineStatblock_fnOnObserve ({entry}) { const ele = entry.target; const tag = ele.dataset.rdTag.uq(); + const uid = (ele.getAttribute("data-rd-uid") || "").uq(); const page = ele.dataset.rdPage.uq(); const source = ele.dataset.rdSource.uq(); const name = ele.dataset.rdName.uq(); const displayName = ele.dataset.rdDisplayName.uq(); const hash = ele.dataset.rdHash.uq(); const style = ele.dataset.rdStyle.uq(); + const entryData = JSON.parse((ele.getAttribute("data-rd-entry-data") || "").uq() || `{}`); return DataLoader.pCacheAndGet(page, Parser.getTagSource(tag, source), hash) .then(toRender => { @@ -5954,11 +6017,23 @@ Renderer.events = class { const headerName = displayName || (name ?? toRender.name ?? (toRender.entries?.length ? toRender.entries?.[0]?.name : "(Unknown)")); + const {htmlNameCollapsed, htmlNameExpanded} = Renderer.events._handleLoad_inlineStatblock_getHtmlNames({ + tag, uid, displayName, + }); + const fnRender = Renderer.hover.getFnRenderCompact(page); const tbl = tr.closest("table"); const nxt = e_({ - outer: Renderer.utils.getEmbeddedDataHeader(headerName, style) - + fnRender(toRender, {isEmbeddedEntity: true}) + outer: Renderer.utils.getEmbeddedDataHeader( + headerName, + style, + { + isStats: !toRender.__prop?.endsWith("Fluff"), + htmlNameCollapsed, + htmlNameExpanded, + }, + ) + + fnRender(toRender, {...(entryData?.renderCompact || {}), isEmbeddedEntity: true}) + Renderer.utils.getEmbeddedDataFooter(), }); tbl.parentNode.replaceChild( @@ -10265,7 +10340,6 @@ Renderer.monster = class { /* -------------------------------------------- */ - // TODO(Future; XMM) revise static getGearPart (mon, {renderer = null} = {}) { if (!mon.gear?.length && !mon.attachedItems?.length) return ""; @@ -10746,7 +10820,7 @@ Renderer.monster = class { if (!envs?.length) return ""; const ptEntry = envs - .map(env => `{@filter ${Parser.getEnvironmentDisplayName(env)}|bestiary|environment=${env}}`) + .map(env => `{@filter ${Parser.getEnvironmentDisplayName(env)}|bestiary|environment=${env}|preserve}`) .sort(SortUtil.ascSortLower) .join(", "); @@ -12462,7 +12536,12 @@ Renderer.item = class { // Inherit generic variant fluff return Renderer.utils.pGetFluff({ - entity: {name: item._variantName, source: item.source}, + entity: { + name: item._variantName, + source: item.source, + hasFluff: item.hasFluff, + hasFluffImages: item.hasFluffImages, + }, fluffProp: "itemFluff", }); } @@ -15783,6 +15862,23 @@ Renderer.hover = class { `; } + static getCompactRenderedFluffString (entry, {isSkipRootName = false} = {}) { + if (!entry.entries) return ""; + + if (!isSkipRootName) { + return ``; + } + + const toRender = MiscUtil.copyFast(entry.entries); + delete toRender[0]?.name; + + return ``; + } + static getFnRenderCompact (page, {isStatic = false} = {}) { switch (page) { case "generic": @@ -15825,6 +15921,7 @@ Renderer.hover = class { // endregion default: if (Renderer[page]?.getCompactRenderedString) return Renderer[page].getCompactRenderedString.bind(Renderer[page]); + if (page?.endsWith("Fluff")) return Renderer.hover.getCompactRenderedFluffString.bind(Renderer.hover); return null; } } diff --git a/js/scalecreature/scalecreature-scaler-summon-class.js b/js/scalecreature/scalecreature-scaler-summon-class.js index 6a862b0..fd1e9b1 100644 --- a/js/scalecreature/scalecreature-scaler-summon-class.js +++ b/js/scalecreature/scalecreature-scaler-summon-class.js @@ -56,9 +56,12 @@ export class ScaleClassSummonedCreature extends ScaleSummonedCreature { static _scale_getConvertedPbString (state, str, {isBonus = false} = {}) { let out = str + .replace(/\b(?:one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve)\b/gi, (...m) => Parser.textToNumber(m[0])) .replace(/\bplus\b/gi, "+") .replace(/\btimes\b/, "*") + .replace(/\b×\b/, "*") .replace(/(\b|[-+/*])PB\b/g, `$1${state.proficiencyBonus}`) + .replace(/\bPB(d\d+)/g, `${state.proficiencyBonus}$1`) // eslint-disable-next-line no-eval .replace(/\b\d+\s*[/*]\s*\d+\b/g, (...n) => eval(n[0])) // eslint-disable-next-line no-eval @@ -154,18 +157,35 @@ export class ScaleClassSummonedCreature extends ScaleSummonedCreature { const numTimes = isNaN(m.last().perLevel) ? Parser.textToNumber(m.last().perLevel) : Number(m.last().perLevel); return `${Parser.getAbilityModNumber(mon.con) + (numTimes * toClassLevel)}`; }) + // "Eight times their level" + .replace(/\btheir level\b/gi, toClassLevel) + // "7 + seven times caregiver's level" + .replace(/\bcaregiver's level\b/gi, toClassLevel) ; basePart = this._scale_getConvertedPbString(state, basePart); - // "the beast has a number of Hit Dice [d8s] equal to your ranger level" if (hdPart) { - hdPart = hdPart.replace(/(?.*) a number of hit dice \[d(?\d+)s?] equal to your (?:(?[^(]*) )?level/i, (...m) => { - const hdFormula = `${toClassLevel}d${m.last().hdSides}`; - if (!yourAbilModPart) return hdFormula; + hdPart = hdPart + // "the beast has a number of Hit Dice [d8s] equal to your ranger level" + .replace(/(?.*) a number of hit dice \[d(?\d+)s?] equal to (?:your (?:(?[^(]*) )?|their caregiver's |their )level/i, (...m) => { + const {intro, hdSides, className} = m.at(-1); - return `${m.last().intro} {@dice ${hdFormula}} Hit Dice`; - }); + const hdFormula = `${toClassLevel}d${hdSides}`; + if (!yourAbilModPart) return hdFormula; + + return `${intro} {@dice ${hdFormula}} Hit Dice`; + }) + // "(number of d8 Hit Dice equal to their caregiver's level)" + .replace(/number of d(?\d+)s? hit dice equal to (?:your (?:(?[^(]*) )?|their caregiver's |their )level/i, (...m) => { + const {hdSides, className} = m.at(-1); + + const hdFormula = `${toClassLevel}d${hdSides}`; + if (!yourAbilModPart) return hdFormula; + + return `{@dice ${hdFormula}} Hit Dice`; + }) + ; } // If there is an ability modifier part, we cannot scale purely by level--display an expression instead. @@ -206,6 +226,18 @@ export class ScaleClassSummonedCreature extends ScaleSummonedCreature { return `{@${tag} ${[ptNumberOut, ...ptsRest].join("|")}}`; }) + .replace(/(?\d+)\s*[×*]\s*PB\b/g, (...m) => { + const {factor} = m.at(-1); + return `${factor * state.proficiencyBonus}`; + }) + .replace(/\bPB\s*[×*]\s*(?\d+)/g, (...m) => { + const {factor} = m.at(-1); + return `${factor * state.proficiencyBonus}`; + }) + .replace(/\b(?\+\s*)?PB\b/g, (...m) => { + const {ptOp} = m.at(-1); + return `${(ptOp || "").trim()}${state.proficiencyBonus}`; + }) ; return str; @@ -222,7 +254,8 @@ export class ScaleClassSummonedCreature extends ScaleSummonedCreature { static _scale_pbNote (mon, toClassLevel, state) { if (!mon.pbNote) return; - mon.pbNote = mon.pbNote.replace(/equals your bonus\b/, (...m) => `${m[0]} (${UiUtil.intToBonus(state.proficiencyBonus, {isPretty: true})})`); + mon.pbNote = mon.pbNote + .replace(/equals (?:your|the mentor's|the caregiver's) (?:Proficiency )?bonus\b/i, (...m) => `${m[0]} [${UiUtil.intToBonus(state.proficiencyBonus, {isPretty: true})}]`); } static _State = class { diff --git a/js/utils-config/utils-config-setting-base.js b/js/utils-config/utils-config-setting-base.js index 9f65883..7eccc0e 100644 --- a/js/utils-config/utils-config-setting-base.js +++ b/js/utils-config/utils-config-setting-base.js @@ -50,7 +50,7 @@ class _ConfigSettingBase { /** * @abstract - * @return {HTMLElementModified} + * @return {HTMLElementExtended} */ _renderUi (rdState) { throw new Error("Unimplemented!"); } @@ -70,7 +70,7 @@ export class ConfigSettingExternal extends _ConfigSettingBase { /** * @abstract - * @return {HTMLElementModified} + * @return {HTMLElementExtended} */ _getEleExternal () { throw new Error("Unimplemented!"); } diff --git a/js/utils-proporder.js b/js/utils-proporder.js index 7f84858..aeae2b4 100644 --- a/js/utils-proporder.js +++ b/js/utils-proporder.js @@ -239,7 +239,7 @@ export class PropOrder { }); // ensure any non-orderable keys are maintained - const otherKeys = CollectionUtil.setDiff(keySet, seenKeys); + const otherKeys = keySet.difference(seenKeys); [...otherKeys].forEach(prop => { out[prop] = obj[prop]; if (!opts.fnUnhandledKey) return; @@ -1847,6 +1847,7 @@ PropOrder._ITEM = [ "bow", "bulletFirearm", "bulletSling", + "cellEnergy", "club", "crossbow", "dagger", @@ -1879,6 +1880,8 @@ PropOrder._ITEM = [ "atomicPackContents", "containerCapacity", + "light", + "optionalfeatures", "attachedSpells", "spellScrollLevel", diff --git a/js/utils-ui.js b/js/utils-ui.js index ac55bf7..2edb16b 100644 --- a/js/utils-ui.js +++ b/js/utils-ui.js @@ -488,6 +488,9 @@ class UiUtil { $modal: $(modal), $modalInner: $(wrpScroller), $modalFooter: $(modalFooter), + eleModal: modal, + eleModalInner: wrpScroller, + eleModalFooter: modalFooter, doClose: pHandleCloseClick, doTeardown, pGetResolved: () => pResolveModal, @@ -3565,7 +3568,7 @@ class DragReorderUiUtil { const ixRow = $children.indexOf($fnGetRow()); $children.forEach(($child, i) => { - const dimensions = {w: $child.outerWidth(true), h: $child.outerHeight(true)}; + const dimensions = {w: $child.outerWidth(), h: $child.outerHeight()}; const $dummy = $(`
`) .width(dimensions.w).height(dimensions.h) .mouseup(() => { @@ -5120,7 +5123,7 @@ class ComponentUiUtil { * @param [opts.isTreatIndeterminateNullAsPositive] * @param [opts.stateName] State name. * @param [opts.stateProp] State prop. - * @return {(HTMLElementModified | Object)} + * @return {(HTMLElementExtended | Object)} */ static getCbBool (component, prop, opts) { opts = opts || {}; diff --git a/js/utils.js b/js/utils.js index 9b9d61f..1aa3b03 100644 --- a/js/utils.js +++ b/js/utils.js @@ -2,7 +2,7 @@ // in deployment, `IS_DEPLOYED = "";` should be set below. globalThis.IS_DEPLOYED = undefined; -globalThis.VERSION_NUMBER = /* 5ETOOLS_VERSION__OPEN */"2.5.12"/* 5ETOOLS_VERSION__CLOSE */; +globalThis.VERSION_NUMBER = /* 5ETOOLS_VERSION__OPEN */"2.6.0"/* 5ETOOLS_VERSION__CLOSE */; globalThis.DEPLOYED_IMG_ROOT = undefined; // for the roll20 script to set globalThis.IS_VTT = false; @@ -26,6 +26,7 @@ globalThis.VeCt = { HASH_SCALED_CLASS_SUMMON: "scaledclasssummon", FILTER_BOX_SUB_HASH_SEARCH_PREFIX: "fbsr", + FILTER_BOX_SUB_HASH_FLAG_IS_PRESERVE_EXISTING: "fbpe", JSON_PRERELEASE_INDEX: `prerelease/index.json`, JSON_BREW_INDEX: `homebrew/index.json`, @@ -851,7 +852,7 @@ class TemplateUtil { * Template strings which can contain DOM elements. * Usage: ee`
Press this button: ${ve-btn}
` * or: ee(ele)`
Press this button: ${ve-btn}
` - * @return {HTMLElementModified} + * @return {HTMLElementExtended} */ globalThis.ee = (parts, ...args) => { if (parts instanceof Node) { @@ -1158,44 +1159,51 @@ class ElementUtil { ]); /** - * @typedef {HTMLElement} HTMLElementModified + * @typedef {HTMLElement} HTMLElementExtended * @extends {HTMLElement} * - * @property {function(HTMLElement): HTMLElementModified} appends - * @property {function(HTMLElement): HTMLElementModified} appendTo - * @property {function(HTMLElement): HTMLElementModified} prependTo - * @property {function(HTMLElement): HTMLElementModified} insertAfter + * @property {function(HTMLElement|string): HTMLElementExtended} appends + * @property {function(HTMLElement): HTMLElementExtended} appendTo + * @property {function(HTMLElement): HTMLElementExtended} prependTo + * @property {function(HTMLElement|string): HTMLElementExtended} aftere + * @property {function(HTMLElement): HTMLElementExtended} insertAfter * - * @property {function(string): HTMLElementModified} addClass - * @property {function(string): HTMLElementModified} removeClass - * @property {function(string, ?boolean): HTMLElementModified} toggleClass + * @property {function(string): HTMLElementExtended} addClass + * @property {function(string): HTMLElementExtended} removeClass + * @property {function(string, ?boolean): HTMLElementExtended} toggleClass * - * @property {function(): HTMLElementModified} showVe - * @property {function(): HTMLElementModified} hideVe - * @property {function(?boolean): HTMLElementModified} toggleVe + * @property {function(): HTMLElementExtended} showVe + * @property {function(): HTMLElementExtended} hideVe + * @property {function(?boolean): HTMLElementExtended} toggleVe * - * @property {function(): HTMLElementModified} empty - * @property {function(): HTMLElementModified} detach + * @property {function(): HTMLElementExtended} empty + * @property {function(): HTMLElementExtended} detach * - * @property {function(string, string): HTMLElementModified} attr - * @property {function(*=, ?object): *} val + * @property {function(string, string=): HTMLElementExtended} attr + * @property {function(string, *=): HTMLElementExtended} prop + * @property {function(*=): *} val * - * @property {function(?string): (HTMLElementModified|string)} html - * @property {function(?string): (HTMLElementModified|string)} txt + * @property {function(string=): (HTMLElementExtended|string)} html + * @property {function(string=): (HTMLElementExtended|string)} txt * - * @property {function(string): HTMLElementModified} tooltip - * @property {function(): HTMLElementModified} disableSpellcheck + * @property {function(string): HTMLElementExtended} tooltip + * @property {function(): HTMLElementExtended} disableSpellcheck * - * @property {function(string, function): HTMLElementModified} onn - * @property {function(function): HTMLElementModified} onClick - * @property {function(function): HTMLElementModified} onContextmenu - * @property {function(function): HTMLElementModified} onChange - * @property {function(function): HTMLElementModified} onKeydown - * @property {function(function): HTMLElementModified} onKeyup + * @property {function(string, function): HTMLElementExtended} onn + * @property {function(function): HTMLElementExtended} onClick + * @property {function(function): HTMLElementExtended} onContextmenu + * @property {function(function): HTMLElementExtended} onChange + * @property {function(function): HTMLElementExtended} onKeydown + * @property {function(function): HTMLElementExtended} onKeyup * - * @property {function(string): HTMLElementModified} first + * @property {function(string): HTMLElementExtended} trigger * - * @return {HTMLElementModified} + * @property {function(string): HTMLElementExtended} first + * @property {function(string): HTMLElementExtended} closeste + * @property {function(string): Array} childrene + * @property {function(string): Array} siblings + * + * @return {HTMLElementExtended} */ static getOrModify ({ tag, @@ -1286,20 +1294,26 @@ class ElementUtil { ele.empty = ele.empty || ElementUtil._empty.bind(ele); ele.detach = ele.detach || ElementUtil._detach.bind(ele); ele.attr = ele.attr || ElementUtil._attr.bind(ele); + ele.prop = ele.prop || ElementUtil._prop.bind(ele); ele.val = ele.val || ElementUtil._val.bind(ele); ele.html = ele.html || ElementUtil._html.bind(ele); ele.txt = ele.txt || ElementUtil._txt.bind(ele); ele.tooltip = ele.tooltip || ElementUtil._tooltip.bind(ele); ele.disableSpellcheck = ele.disableSpellcheck || ElementUtil._disableSpellcheck.bind(ele); ele.onn = ele.onn || ElementUtil._onX.bind(ele); + ele.off = ele.off || ElementUtil._offX.bind(ele); ele.onClick = ele.onClick || ElementUtil._onX.bind(ele, "click"); ele.onContextmenu = ele.onContextmenu || ElementUtil._onX.bind(ele, "contextmenu"); ele.onChange = ele.onChange || ElementUtil._onX.bind(ele, "change"); ele.onKeydown = ele.onKeydown || ElementUtil._onX.bind(ele, "keydown"); ele.onKeyup = ele.onKeyup || ElementUtil._onX.bind(ele, "keyup"); + ele.trigger = ele.trigger || ElementUtil._trigger.bind(ele); ele.first = ele.first || ElementUtil._first.bind(ele); ele.closeste = ele.closeste || ElementUtil._closeste.bind(ele); ele.childrene = ele.childrene || ElementUtil._childrene.bind(ele); + ele.siblings = ele.siblings || ElementUtil._siblings.bind(ele); + ele.outerWidthe = ele.outerWidthe || ElementUtil._outerWidthe.bind(ele); + ele.outerHeighte = ele.outerHeighte || ElementUtil._outerHeighte.bind(ele); return ele; } @@ -1323,51 +1337,51 @@ class ElementUtil { throw new Error(`Could not find or create element!`); } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _appends (child) { if (typeof child === "string") child = ee`${child}`; this.appendChild(child); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _appendTo (parent) { parent.appendChild(this); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _prependTo (parent) { parent.prepend(this); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _aftere (other) { if (typeof other === "string") other = ee`${other}`; this.after(other); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _insertAfter (parent) { parent.after(this); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _addClass (clazz) { this.classList.add(clazz); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _removeClass (clazz) { this.classList.remove(clazz); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _toggleClass (clazz, isActive) { if (isActive == null) this.classList.toggle(clazz); else if (isActive) this.classList.add(clazz); @@ -1375,63 +1389,70 @@ class ElementUtil { return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _showVe () { this.classList.remove("ve-hidden"); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _hideVe () { this.classList.add("ve-hidden"); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _toggleVe (isActive) { this.toggleClass("ve-hidden", isActive == null ? isActive : !isActive); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _empty () { this.innerHTML = ""; return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _detach () { if (this.parentElement) this.parentElement.removeChild(this); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _attr (name, value) { if (value === undefined) return this.getAttribute(name); this.setAttribute(name, value); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ + static _prop (name, value) { + if (value === undefined) return this[name]; + this[name] = value; + return this; + } + + /** @this {HTMLElementExtended} */ static _html (html) { if (html === undefined) return this.innerHTML; this.innerHTML = html; return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _txt (txt) { if (txt === undefined) return this.innerText; this.innerText = txt; return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _tooltip (title) { return this.attr("title", title); } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _disableSpellcheck () { // avoid setting input type to "search" as it visually offsets the contents of the input return this @@ -1440,13 +1461,25 @@ class ElementUtil { .attr("spellcheck", "false"); } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _onX (evtName, fn) { this.addEventListener(evtName, fn); return this; } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ + static _offX (evtName, fn) { + this.removeEventListener(evtName, fn); + return this; + } + + /** @this {HTMLElementExtended} */ + static _trigger (evtName) { + this.dispatchEvent(new Event(evtName)); + return this; + } + + /** @this {HTMLElementExtended} */ static _val (val, {isSetAttribute = false} = {}) { if (val !== undefined) { switch (this.tagName) { @@ -1477,30 +1510,49 @@ class ElementUtil { } } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _first (selector) { const child = this.querySelector(selector); if (!child) return child; return e_({ele: child}); } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _closeste (selector) { const sibling = this.closest(selector); if (!sibling) return sibling; return e_({ele: sibling}); } - /** @this {HTMLElementModified} */ + /** @this {HTMLElementExtended} */ static _childrene (selector) { if (!selector) return [...this.children].map(child => e_({ele: child})); return em(selector, this); } + /** @this {HTMLElementExtended} */ + static _siblings (selector) { + if (!selector) { + return [...this.parentNode.children] + .filter(ele => ele !== this) + .map(ele => e_({ele: ele})); + } + + return [...this.parentNode.querySelectorAll(`:scope > ${selector}`)] + .filter(ele => ele !== this) + .map(ele => e_({ele: ele})); + } + + /** @this {HTMLElementExtended} */ + static _outerWidthe () { return this.getBoundingClientRect().width; } + + /** @this {HTMLElementExtended} */ + static _outerHeighte () { return this.getBoundingClientRect().height; } + /* -------------------------------------------- */ /** - * @return {?HTMLElementModified} + * @return {?HTMLElementExtended} */ static getBySelector (selector, parent) { const ele = (parent || document).querySelector(selector); @@ -1509,7 +1561,7 @@ class ElementUtil { } /** - * @return {Array} + * @return {Array} */ static getBySelectorMulti (selector, parent) { return [...(parent || document).querySelectorAll(selector)] @@ -1552,8 +1604,19 @@ class ElementUtil { globalThis.ElementUtil = ElementUtil; if (typeof window !== "undefined") { + /** + * @return {HTMLElementExtended} + */ window.e_ = ElementUtil.getOrModify.bind(ElementUtil); + + /** + * @return {HTMLElementExtended} + */ window.es = ElementUtil.getBySelector.bind(ElementUtil); + + /** + * @return {Array} + */ window.em = ElementUtil.getBySelectorMulti.bind(ElementUtil); } @@ -3435,7 +3498,7 @@ UrlUtil.URL_TO_HASH_BUILDER["background"] = UrlUtil.URL_TO_HASH_BUILDER[UrlUtil. UrlUtil.URL_TO_HASH_BUILDER["item"] = UrlUtil.URL_TO_HASH_BUILDER[UrlUtil.PG_ITEMS]; UrlUtil.URL_TO_HASH_BUILDER["itemGroup"] = UrlUtil.URL_TO_HASH_BUILDER[UrlUtil.PG_ITEMS]; UrlUtil.URL_TO_HASH_BUILDER["baseitem"] = UrlUtil.URL_TO_HASH_BUILDER[UrlUtil.PG_ITEMS]; -UrlUtil.URL_TO_HASH_BUILDER["magicvariant"] = UrlUtil.URL_TO_HASH_BUILDER[UrlUtil.PG_ITEMS]; +UrlUtil.URL_TO_HASH_BUILDER["magicvariant"] = (it) => UrlUtil.encodeArrayForHash(it.name, SourceUtil.getEntitySource(it)); UrlUtil.URL_TO_HASH_BUILDER["class"] = UrlUtil.URL_TO_HASH_BUILDER[UrlUtil.PG_CLASSES]; UrlUtil.URL_TO_HASH_BUILDER["condition"] = UrlUtil.URL_TO_HASH_BUILDER[UrlUtil.PG_CONDITIONS_DISEASES]; UrlUtil.URL_TO_HASH_BUILDER["disease"] = UrlUtil.URL_TO_HASH_BUILDER[UrlUtil.PG_CONDITIONS_DISEASES]; @@ -4261,7 +4324,10 @@ globalThis.DataUtil = { const isHasInternalCopies = (data._meta.internalCopies || []).includes(dataProp); - const dependencyData = await Promise.all(sourceIds.map(sourceId => DataUtil.pLoadByMeta(dataProp, sourceId))); + const dependencyData = await Promise.all( + DataUtil._getLoadGroupedSourceIds({prop: dataProp, sourceIds}) + .map(sourceId => DataUtil.pLoadByMeta(dataProp, sourceId)), + ); const flatDependencyData = dependencyData.map(dd => dd[dataProp]).flat().filter(Boolean); await Promise.all(data[dataProp].map(entry => DataUtil._pDoMetaMerge_handleCopyProp(dataProp, flatDependencyData, entry, {...options, isErrorOnMissing: !isHasInternalCopies}))); @@ -4489,16 +4555,17 @@ globalThis.DataUtil = { // region Special case "item": case "itemGroup": - case "baseitem": { + case "baseitem": + case "magicvariant": { const data = await DataUtil.item.loadRawJSON(); - if (data[prop] && data[prop].some(it => it.source === source)) return data; + if (SourceUtil.isSiteSource(source)) return data; return DataUtil._pLoadByMeta_pGetPrereleaseBrew(source); } case "race": { // FIXME(Future) this should really `loadRawJSON`, but this breaks existing brew. // Consider a large-scale migration in future. const data = await DataUtil.race.loadJSON({isAddBaseRaces: true}); - if (data[prop] && data[prop].some(it => it.source === source)) return data; + if (SourceUtil.isSiteSource(source)) return data; return DataUtil._pLoadByMeta_pGetPrereleaseBrew(source); } // endregion @@ -4508,7 +4575,7 @@ globalThis.DataUtil = { const impl = DataUtil[prop]; if (impl && (impl.getDataUrl || impl.loadJSON)) { const data = await (impl.loadJSON ? impl.loadJSON() : DataUtil.loadJSON(impl.getDataUrl())); - if (data[prop] && data[prop].some(it => it.source === source)) return data; + if (SourceUtil.isSiteSource(source)) return data; return DataUtil._pLoadByMeta_pGetPrereleaseBrew(source); } @@ -4531,6 +4598,24 @@ globalThis.DataUtil = { /* -------------------------------------------- */ + _getLoadGroupedSourceIds ({prop, sourceIds}) { + if (DataUtil._MULTI_SOURCE_PROP_TO_DIR[prop]) return sourceIds; + + let siteSourceFirst = null; + + const nonSiteSources = sourceIds + .filter(sourceId => { + const isSiteSource = SourceUtil.isSiteSource(sourceId); + if (isSiteSource && siteSourceFirst == null) siteSourceFirst = sourceId; + return !isSiteSource; + }); + + if (!siteSourceFirst) return sourceIds; + return [siteSourceFirst, ...nonSiteSources]; + }, + + /* -------------------------------------------- */ + async pLoadPrereleaseBySource (source) { if (typeof PrereleaseUtil === "undefined") return null; return this._pLoadPrereleaseBrewBySource({source, brewUtil: PrereleaseUtil}); @@ -4632,25 +4717,25 @@ globalThis.DataUtil = { if (hashCurrent === hash) throw new Error(`${hashCurrent} _copy self-references! This is a bug!`); - const it = (impl._mergeCache = impl._mergeCache || {})[hash] || DataUtil.generic._pMergeCopy_search(impl, page, entryList, entry, options); + const entParent = (impl._mergeCache = impl._mergeCache || {})[hash] || DataUtil.generic._pMergeCopy_search(impl, page, entryList, entry, options); - if (!it) { + if (!entParent) { if (options.isErrorOnMissing) { throw new Error(`Could not find "${page}" entity "${entry._copy.name}" ("${entry._copy.source}") to copy in copier "${entry.name}" ("${entry.source}")`); } return; } - if (DataUtil.dbg.isTrackCopied) it.dbg_isCopied = true; + if (DataUtil.dbg.isTrackCopied) entParent.dbg_isCopied = true; // Handle recursive copy - if (it._copy) await DataUtil.generic._pMergeCopy(impl, page, entryList, it, options); + if (entParent._copy) await DataUtil.generic._pMergeCopy(impl, page, entryList, entParent, options); // Preload templates, if required // TODO(Template) allow templates for other entity types const templateData = entry._copy?._templates ? (await DataUtil.loadJSON(`${Renderer.get().baseUrl}data/bestiary/template.json`)) : null; - return DataUtil.generic.copyApplier.getCopy(impl, MiscUtil.copyFast(it), entry, templateData, options); + return DataUtil.generic.copyApplier.getCopy(impl, MiscUtil.copyFast(entParent), entry, templateData, options); }, _pMergeCopy_search (impl, page, entryList, entry, options) { @@ -4698,25 +4783,28 @@ globalThis.DataUtil = { return split.join(""); } - static _doMod_appendStr ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { - if (copyTo[prop]) copyTo[prop] = `${copyTo[prop]}${modInfo.joiner || ""}${modInfo.str}`; - else copyTo[prop] = modInfo.str; + static _doMod_appendStr ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const valExisting = MiscUtil.get(copyTo, ...propPath); + if (valExisting) MiscUtil.set(copyTo, ...propPath, `${valExisting}${modInfo.joiner || ""}${modInfo.str}`); + else MiscUtil.set(copyTo, ...propPath, modInfo.str); } - static _doMod_replaceName ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { - if (!copyTo[prop]) return; + static _doMod_replaceName ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const ents = MiscUtil.get(copyTo, ...propPath); + if (!ents) return; DataUtil.generic._walker_replaceTxt = DataUtil.generic._walker_replaceTxt || MiscUtil.getWalker(); const re = this._getRegexFromReplaceModInfo({replace: modInfo.replace, flags: modInfo.flags}); const handlers = {string: this._doReplaceStringHandler.bind(null, {re: re, withStr: modInfo.with})}; - copyTo[prop].forEach(it => { - if (it.name) it.name = DataUtil.generic._walker_replaceTxt.walk(it.name, handlers); + ents.forEach(ent => { + if (ent.name) ent.name = DataUtil.generic._walker_replaceTxt.walk(ent.name, handlers); }); } - static _doMod_replaceTxt ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { - if (!copyTo[prop]) return; + static _doMod_replaceTxt ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const ents = MiscUtil.get(copyTo, ...propPath); + if (!ents) return; DataUtil.generic._walker_replaceTxt = DataUtil.generic._walker_replaceTxt || MiscUtil.getWalker(); const re = this._getRegexFromReplaceModInfo({replace: modInfo.replace, flags: modInfo.flags}); @@ -4727,105 +4815,112 @@ globalThis.DataUtil = { if (props.includes(null)) { // Handle any pure strings, e.g. `"legendaryHeader"` - copyTo[prop] = copyTo[prop].map(it => { + MiscUtil.set(copyTo, ...propPath, ents.map(it => { if (typeof it !== "string") return it; return DataUtil.generic._walker_replaceTxt.walk(it, handlers); - }); + })); } - copyTo[prop].forEach(it => { + ents.forEach(ent => { props.forEach(prop => { if (prop == null) return; - if (it[prop]) it[prop] = DataUtil.generic._walker_replaceTxt.walk(it[prop], handlers); + if (ent[prop]) ent[prop] = DataUtil.generic._walker_replaceTxt.walk(ent[prop], handlers); }); }); } - static _doMod_prependArr ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { + static _doMod_prependArr ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { this._doEnsureArray({obj: modInfo, prop: "items"}); - copyTo[prop] = copyTo[prop] ? modInfo.items.concat(copyTo[prop]) : modInfo.items; + const valExisting = MiscUtil.get(copyTo, ...propPath); + MiscUtil.set(copyTo, ...propPath, valExisting ? modInfo.items.concat(valExisting) : modInfo.items); } - static _doMod_appendArr ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { + static _doMod_appendArr ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { this._doEnsureArray({obj: modInfo, prop: "items"}); - copyTo[prop] = copyTo[prop] ? copyTo[prop].concat(modInfo.items) : modInfo.items; + const valExisting = MiscUtil.get(copyTo, ...propPath); + MiscUtil.set(copyTo, ...propPath, valExisting ? valExisting.concat(modInfo.items) : modInfo.items); } - static _doMod_appendIfNotExistsArr ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { + static _doMod_appendIfNotExistsArr ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { this._doEnsureArray({obj: modInfo, prop: "items"}); - if (!copyTo[prop]) return copyTo[prop] = modInfo.items; - copyTo[prop] = copyTo[prop].concat(modInfo.items.filter(it => !copyTo[prop].some(x => CollectionUtil.deepEquals(it, x)))); + const valExisting = MiscUtil.get(copyTo, ...propPath); + if (!valExisting) return MiscUtil.set(copyTo, ...propPath, modInfo.items); + MiscUtil.set(copyTo, ...propPath, valExisting.concat(modInfo.items.filter(it => !valExisting.some(x => CollectionUtil.deepEquals(it, x))))); } - static _doMod_replaceArr ({copyTo, copyFrom, modInfo, msgPtFailed, prop, isThrow = true}) { + static _doMod_replaceArr ({copyTo, copyFrom, modInfo, msgPtFailed, propPath, isThrow = true}) { this._doEnsureArray({obj: modInfo, prop: "items"}); - if (!copyTo[prop]) { - if (isThrow) throw new Error(`${msgPtFailed} Could not find "${prop}" array`); + const valExisting = MiscUtil.get(copyTo, ...propPath); + if (!valExisting) { + if (isThrow) throw new Error(`${msgPtFailed} Could not find "${propPath.join(".")}" array`); return false; } let ixOld; if (modInfo.replace.regex) { const re = new RegExp(modInfo.replace.regex, modInfo.replace.flags || ""); - ixOld = copyTo[prop].findIndex(it => it.name ? re.test(it.name) : typeof it === "string" ? re.test(it) : false); + ixOld = valExisting.findIndex(it => it.name ? re.test(it.name) : typeof it === "string" ? re.test(it) : false); } else if (modInfo.replace.index != null) { ixOld = modInfo.replace.index; } else { - ixOld = copyTo[prop].findIndex(it => it.name ? it.name === modInfo.replace : it === modInfo.replace); + ixOld = valExisting.findIndex(it => it.name ? it.name === modInfo.replace : it === modInfo.replace); } if (~ixOld) { - copyTo[prop].splice(ixOld, 1, ...modInfo.items); + valExisting.splice(ixOld, 1, ...modInfo.items); return true; - } else if (isThrow) throw new Error(`${msgPtFailed} Could not find "${prop}" item with name "${modInfo.replace}" to replace`); + } else if (isThrow) throw new Error(`${msgPtFailed} Could not find "${propPath.join(".")}" item with name "${modInfo.replace}" to replace`); return false; } - static _doMod_replaceOrAppendArr ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { - const didReplace = this._doMod_replaceArr({copyTo, copyFrom, modInfo, msgPtFailed, prop, isThrow: false}); - if (!didReplace) this._doMod_appendArr({copyTo, copyFrom, modInfo, msgPtFailed, prop}); + static _doMod_replaceOrAppendArr ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const didReplace = this._doMod_replaceArr({copyTo, copyFrom, modInfo, msgPtFailed, propPath, isThrow: false}); + if (!didReplace) this._doMod_appendArr({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); } - static _doMod_insertArr ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { + static _doMod_insertArr ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { this._doEnsureArray({obj: modInfo, prop: "items"}); - if (!copyTo[prop]) throw new Error(`${msgPtFailed} Could not find "${prop}" array`); - copyTo[prop].splice(~modInfo.index ? modInfo.index : copyTo[prop].length, 0, ...modInfo.items); + const valExisting = MiscUtil.get(copyTo, ...propPath); + if (!valExisting) throw new Error(`${msgPtFailed} Could not find "${valExisting.join(".")}" array`); + valExisting.splice(~modInfo.index ? modInfo.index : valExisting.length, 0, ...modInfo.items); } - static _doMod_removeArr ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { + static _doMod_removeArr ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const valExisting = MiscUtil.get(copyTo, ...propPath); if (modInfo.names) { this._doEnsureArray({obj: modInfo, prop: "names"}); modInfo.names.forEach(nameToRemove => { - const ixOld = copyTo[prop].findIndex(it => it.name === nameToRemove); - if (~ixOld) copyTo[prop].splice(ixOld, 1); + const ixOld = valExisting.findIndex(it => it.name === nameToRemove); + if (~ixOld) valExisting.splice(ixOld, 1); else { - if (!modInfo.force) throw new Error(`${msgPtFailed} Could not find "${prop}" item with name "${nameToRemove}" to remove`); + if (!modInfo.force) throw new Error(`${msgPtFailed} Could not find "${propPath.join(".")}" item with name "${nameToRemove}" to remove`); } }); } else if (modInfo.items) { this._doEnsureArray({obj: modInfo, prop: "items"}); modInfo.items.forEach(itemToRemove => { - const ixOld = copyTo[prop].findIndex(it => it === itemToRemove); - if (~ixOld) copyTo[prop].splice(ixOld, 1); - else throw new Error(`${msgPtFailed} Could not find "${prop}" item "${itemToRemove}" to remove`); + const ixOld = valExisting.findIndex(it => it === itemToRemove); + if (~ixOld) valExisting.splice(ixOld, 1); + else throw new Error(`${msgPtFailed} Could not find "${propPath.join(".")}" item "${itemToRemove}" to remove`); }); } else throw new Error(`${msgPtFailed} One of "names" or "items" must be provided!`); } - static _doMod_renameArr ({copyTo, copyFrom, modInfo, msgPtFailed, prop, isThrow = true}) { + static _doMod_renameArr ({copyTo, copyFrom, modInfo, msgPtFailed, propPath, isThrow = true}) { this._doEnsureArray({obj: modInfo, prop: "renames"}); - if (!copyTo[prop]) { - if (isThrow) throw new Error(`${msgPtFailed} Could not find "${prop}" array`); + const valExisting = MiscUtil.get(copyTo, ...propPath); + if (!valExisting) { + if (isThrow) throw new Error(`${msgPtFailed} Could not find "${propPath.join(".")}" array`); return; } modInfo.renames .forEach(rename => { - const ent = copyTo[prop].find(ent => ent?.name === rename.rename); + const ent = valExisting.find(ent => ent?.name === rename.rename); if (!ent) { - if (isThrow) throw new Error(`${msgPtFailed} Could not find "${prop}" item with name "${rename.rename}" to rename`); + if (isThrow) throw new Error(`${msgPtFailed} Could not find "${propPath.join(".")}" item with name "${rename.rename}" to rename`); return; } @@ -4833,8 +4928,8 @@ globalThis.DataUtil = { }); } - static _doMod_calculateProp ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { - copyTo[prop] = copyTo[prop] || {}; + static _doMod_calculateProp ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const tgt = MiscUtil.getOrSet(copyTo, ...propPath, {}); const toExec = modInfo.formula.replace(/<\$([^$]+)\$>/g, (...m) => { switch (m[1]) { case "prof_bonus": return Parser.crToPb(copyTo.cr); @@ -4844,31 +4939,35 @@ globalThis.DataUtil = { }); // TODO(Future) add option to format as bonus // eslint-disable-next-line no-eval - copyTo[prop][modInfo.prop] = eval(DataUtil.generic.variableResolver.getCleanMathExpression(toExec)); + tgt[modInfo.prop] = eval(DataUtil.generic.variableResolver.getCleanMathExpression(toExec)); } - static _doMod_scalarAddProp ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { + static _doMod_scalarAddProp ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const tgt = MiscUtil.get(copyTo, ...propPath); + if (!tgt) return; + const applyTo = (k) => { - const out = Number(copyTo[prop][k]) + modInfo.scalar; - const isString = typeof copyTo[prop][k] === "string"; - copyTo[prop][k] = isString ? `${out >= 0 ? "+" : ""}${out}` : out; + const out = Number(tgt[k]) + modInfo.scalar; + const isString = typeof tgt[k] === "string"; + tgt[k] = isString ? `${out >= 0 ? "+" : ""}${out}` : out; }; - if (!copyTo[prop]) return; - if (modInfo.prop === "*") Object.keys(copyTo[prop]).forEach(k => applyTo(k)); + if (modInfo.prop === "*") Object.keys(tgt).forEach(k => applyTo(k)); else applyTo(modInfo.prop); } - static _doMod_scalarMultProp ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { + static _doMod_scalarMultProp ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const tgt = MiscUtil.get(copyTo, ...propPath); + if (!tgt) return; + const applyTo = (k) => { - let out = Number(copyTo[prop][k]) * modInfo.scalar; + let out = Number(tgt[k]) * modInfo.scalar; if (modInfo.floor) out = Math.floor(out); - const isString = typeof copyTo[prop][k] === "string"; - copyTo[prop][k] = isString ? `${out >= 0 ? "+" : ""}${out}` : out; + const isString = typeof tgt[k] === "string"; + tgt[k] = isString ? `${out >= 0 ? "+" : ""}${out}` : out; }; - if (!copyTo[prop]) return; - if (modInfo.prop === "*") Object.keys(copyTo[prop]).forEach(k => applyTo(k)); + if (modInfo.prop === "*") Object.keys(tgt).forEach(k => applyTo(k)); else applyTo(modInfo.prop); } @@ -5078,33 +5177,43 @@ globalThis.DataUtil = { }); } - static _doMod_scalarAddHit ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { - if (!copyTo[prop]) return; + static _doMod_scalarAddHit ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const valExisting = MiscUtil.get(copyTo, ...propPath); + if (!valExisting) return; const re = /{@hit ([-+]?\d+)}/g; - copyTo[prop] = this._WALKER.walk( - copyTo[prop], - { - string: (str) => { - return str - .replace(re, (m0, m1) => `{@hit ${Number(m1) + modInfo.scalar}}`); + MiscUtil.set( + copyTo, + ...propPath, + this._WALKER.walk( + valExisting, + { + string: (str) => { + return str + .replace(re, (m0, m1) => `{@hit ${Number(m1) + modInfo.scalar}}`); + }, }, - }, + ), ); } - static _doMod_scalarAddDc ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { - if (!copyTo[prop]) return; + static _doMod_scalarAddDc ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const valExisting = MiscUtil.get(copyTo, ...propPath); + if (!valExisting) return; const re = /{@dc (\d+)(?:\|[^}]+)?}/g; - copyTo[prop] = this._WALKER.walk( - copyTo[prop], - { - string: (str) => { - return str - .replace(re, (m0, m1) => `{@dc ${Number(m1) + modInfo.scalar}}`); + MiscUtil.set( + copyTo, + ...propPath, + this._WALKER.walk( + valExisting, + { + string: (str) => { + return str + .replace(re, (m0, m1) => `{@dc ${Number(m1) + modInfo.scalar}}`); + }, }, - }, + ), ); } @@ -5137,61 +5246,63 @@ globalThis.DataUtil = { } } - static _doMod_setProp ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { - const propPath = modInfo.prop.split("."); - if (prop != null && prop !== "*") propPath.unshift(prop); - MiscUtil.set(copyTo, ...propPath, MiscUtil.copyFast(modInfo.value)); + static _doMod_setProp ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const propPathCombined = modInfo.prop ? modInfo.prop.split(".") : []; + if (propPath != null && !CollectionUtil.deepEquals(propPath, ["*"])) propPathCombined.unshift(...propPath); + MiscUtil.set(copyTo, ...propPathCombined, MiscUtil.copyFast(modInfo.value)); } - static _doMod_prefixSuffixStringProp ({copyTo, copyFrom, modInfo, msgPtFailed, prop}) { - const propPath = modInfo.prop.split("."); - if (prop != null && prop !== "*") propPath.unshift(prop); - const str = MiscUtil.get(copyTo, ...propPath); + static _doMod_prefixSuffixStringProp ({copyTo, copyFrom, modInfo, msgPtFailed, propPath}) { + const propPathCombined = modInfo.prop ? modInfo.prop.split(".") : []; + if (propPath != null && !CollectionUtil.deepEquals(propPath, ["*"])) propPathCombined.unshift(...propPath); + const str = MiscUtil.get(copyTo, ...propPathCombined); if (str == null || !(typeof str === "string")) return; - MiscUtil.set(copyTo, ...propPath, `${modInfo.prefix || ""}${str}${modInfo.suffix || ""}`); + MiscUtil.set(copyTo, ...propPathCombined, `${modInfo.prefix || ""}${str}${modInfo.suffix || ""}`); } static _doMod_handleProp ({copyTo, copyFrom, modInfos, msgPtFailed, prop = null}) { + const propPath = prop ? prop.split(".") : null; + modInfos.forEach(modInfo => { if (typeof modInfo === "string") { switch (modInfo) { case "remove": return delete copyTo[prop]; default: throw new Error(`${msgPtFailed} Unhandled mode: ${modInfo}`); } - } else { - switch (modInfo.mode) { - case "appendStr": return this._doMod_appendStr({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "replaceName": return this._doMod_replaceName({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "replaceTxt": return this._doMod_replaceTxt({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "prependArr": return this._doMod_prependArr({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "appendArr": return this._doMod_appendArr({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "replaceArr": return this._doMod_replaceArr({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "replaceOrAppendArr": return this._doMod_replaceOrAppendArr({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "appendIfNotExistsArr": return this._doMod_appendIfNotExistsArr({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "insertArr": return this._doMod_insertArr({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "removeArr": return this._doMod_removeArr({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "renameArr": return this._doMod_renameArr({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "calculateProp": return this._doMod_calculateProp({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "scalarAddProp": return this._doMod_scalarAddProp({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "scalarMultProp": return this._doMod_scalarMultProp({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "setProp": return this._doMod_setProp({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "prefixSuffixStringProp": return this._doMod_prefixSuffixStringProp({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - // region Bestiary specific - case "addSenses": return this._doMod_addSenses({copyTo, copyFrom, modInfo, msgPtFailed}); - case "addSaves": return this._doMod_addSaves({copyTo, copyFrom, modInfo, msgPtFailed}); - case "addSkills": return this._doMod_addSkills({copyTo, copyFrom, modInfo, msgPtFailed}); - case "addAllSaves": return this._doMod_addAllSaves({copyTo, copyFrom, modInfo, msgPtFailed}); - case "addAllSkills": return this._doMod_addAllSkills({copyTo, copyFrom, modInfo, msgPtFailed}); - case "addSpells": return this._doMod_addSpells({copyTo, copyFrom, modInfo, msgPtFailed}); - case "replaceSpells": return this._doMod_replaceSpells({copyTo, copyFrom, modInfo, msgPtFailed}); - case "removeSpells": return this._doMod_removeSpells({copyTo, copyFrom, modInfo, msgPtFailed}); - case "maxSize": return this._doMod_maxSize({copyTo, copyFrom, modInfo, msgPtFailed}); - case "scalarMultXp": return this._doMod_scalarMultXp({copyTo, copyFrom, modInfo, msgPtFailed}); - case "scalarAddHit": return this._doMod_scalarAddHit({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - case "scalarAddDc": return this._doMod_scalarAddDc({copyTo, copyFrom, modInfo, msgPtFailed, prop}); - // endregion - default: throw new Error(`${msgPtFailed} Unhandled mode: ${modInfo.mode}`); - } + } + + switch (modInfo.mode) { + case "appendStr": return this._doMod_appendStr({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "replaceName": return this._doMod_replaceName({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "replaceTxt": return this._doMod_replaceTxt({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "prependArr": return this._doMod_prependArr({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "appendArr": return this._doMod_appendArr({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "replaceArr": return this._doMod_replaceArr({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "replaceOrAppendArr": return this._doMod_replaceOrAppendArr({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "appendIfNotExistsArr": return this._doMod_appendIfNotExistsArr({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "insertArr": return this._doMod_insertArr({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "removeArr": return this._doMod_removeArr({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "renameArr": return this._doMod_renameArr({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "calculateProp": return this._doMod_calculateProp({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "scalarAddProp": return this._doMod_scalarAddProp({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "scalarMultProp": return this._doMod_scalarMultProp({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "setProp": return this._doMod_setProp({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "prefixSuffixStringProp": return this._doMod_prefixSuffixStringProp({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + // region Bestiary specific + case "addSenses": return this._doMod_addSenses({copyTo, copyFrom, modInfo, msgPtFailed}); + case "addSaves": return this._doMod_addSaves({copyTo, copyFrom, modInfo, msgPtFailed}); + case "addSkills": return this._doMod_addSkills({copyTo, copyFrom, modInfo, msgPtFailed}); + case "addAllSaves": return this._doMod_addAllSaves({copyTo, copyFrom, modInfo, msgPtFailed}); + case "addAllSkills": return this._doMod_addAllSkills({copyTo, copyFrom, modInfo, msgPtFailed}); + case "addSpells": return this._doMod_addSpells({copyTo, copyFrom, modInfo, msgPtFailed}); + case "replaceSpells": return this._doMod_replaceSpells({copyTo, copyFrom, modInfo, msgPtFailed}); + case "removeSpells": return this._doMod_removeSpells({copyTo, copyFrom, modInfo, msgPtFailed}); + case "maxSize": return this._doMod_maxSize({copyTo, copyFrom, modInfo, msgPtFailed}); + case "scalarMultXp": return this._doMod_scalarMultXp({copyTo, copyFrom, modInfo, msgPtFailed}); + case "scalarAddHit": return this._doMod_scalarAddHit({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + case "scalarAddDc": return this._doMod_scalarAddDc({copyTo, copyFrom, modInfo, msgPtFailed, propPath}); + // endregion + default: throw new Error(`${msgPtFailed} Unhandled mode: ${modInfo.mode}`); } }); } @@ -6070,6 +6181,16 @@ globalThis.DataUtil = { static async loadRawJSON (...args) { return DataUtil.item.loadRawJSON(...args); } }, + magicvariant: class extends _DataUtilPropConfig { + static _MERGE_REQUIRES_PRESERVE = { + lootTables: true, + tier: true, + }; + static _PAGE = "magicvariant"; + + static async loadRawJSON (...args) { return DataUtil.item.loadRawJSON(...args); } + }, + itemFluff: class extends _DataUtilPropConfigSingleSource { static _PAGE = UrlUtil.PG_ITEMS; static _FILENAME = "fluff-items.json"; @@ -7430,10 +7551,6 @@ globalThis.CollectionUtil = { return true; }, - setDiff (set1, set2) { - return new Set([...set1].filter(it => !set2.has(it))); - }, - objectDiff (obj1, obj2) { const out = {}; diff --git a/node/.eslintrc.cjs b/node/.eslintrc.cjs deleted file mode 100644 index 3c7499a..0000000 --- a/node/.eslintrc.cjs +++ /dev/null @@ -1,184 +0,0 @@ -module.exports = { - "extends": "eslint:recommended", - "env": { - "browser": true, - "es6": true, - "jquery": true, - }, - "parserOptions": { - "ecmaVersion": "latest", - "sourceType": "module", - }, - "rules": { - "accessor-pairs": "off", - "arrow-spacing": ["error", {"before": true, "after": true}], - "block-spacing": ["error", "always"], - "brace-style": ["error", "1tbs", {"allowSingleLine": true}], - "comma-dangle": ["error", { - "arrays": "always-multiline", - "objects": "always-multiline", - "imports": "always-multiline", - "exports": "always-multiline", - "functions": "always-multiline", - }], - "comma-spacing": ["error", {"before": false, "after": true}], - "comma-style": ["error", "last"], - "constructor-super": "error", - "curly": ["error", "multi-line"], - "dot-location": ["error", "property"], - "eqeqeq": ["error", "always", {"null": "ignore"}], - "func-call-spacing": ["error", "never"], - "generator-star-spacing": ["error", {"before": false, "after": true}], - "handle-callback-err": ["error", "^(err|error)$"], - "indent": [ - "error", - "tab", - { - "SwitchCase": 1, - }, - ], - "key-spacing": ["error", {"beforeColon": false, "afterColon": true}], - "keyword-spacing": ["error", {"before": true, "after": true}], - "new-cap": ["error", {"newIsCap": true, "capIsNew": false}], - "new-parens": "error", - "no-array-constructor": "error", - "no-caller": "error", - "no-class-assign": "error", - "no-compare-neg-zero": "error", - "no-cond-assign": "error", - "no-const-assign": "error", - "no-constant-condition": ["error", {"checkLoops": false}], - "no-control-regex": "error", - "no-debugger": "error", - "no-delete-var": "error", - "no-dupe-args": "error", - "no-dupe-class-members": "error", - "no-dupe-keys": "error", - "no-duplicate-case": "error", - "no-empty-character-class": "error", - "no-empty-pattern": "error", - "no-eval": "error", - "no-ex-assign": "error", - "no-extra-bind": "error", - "no-extra-boolean-cast": "error", - "no-extra-parens": ["error", "functions"], - "no-fallthrough": "error", - "no-floating-decimal": "error", - "no-func-assign": "error", - "no-global-assign": "error", - "no-implied-eval": "error", - "no-inner-declarations": ["error", "functions"], - "no-invalid-regexp": "error", - "no-irregular-whitespace": "error", - "no-iterator": "error", - "no-label-var": "error", - "no-labels": ["error", {"allowLoop": true, "allowSwitch": false}], - "no-lone-blocks": "error", - "no-mixed-operators": ["error", { - "groups": [ - ["==", "!=", "===", "!==", ">", ">=", "<", "<="], - ["&&", "||"], - ["in", "instanceof"], - ], - "allowSamePrecedence": true, - }], - "no-mixed-spaces-and-tabs": "error", - "no-multi-spaces": "error", - "no-multi-str": "error", - "no-multiple-empty-lines": ["error", {"max": 1, "maxEOF": 0}], - "no-negated-in-lhs": "error", - "no-new": "error", - "no-new-func": "error", - "no-new-object": "error", - "no-new-require": "error", - "no-new-symbol": "error", - "no-new-wrappers": "error", - "no-obj-calls": "error", - "no-octal": "error", - "no-octal-escape": "error", - "no-path-concat": "error", - "no-proto": "error", - "no-redeclare": "error", - "no-regex-spaces": "error", - "no-return-await": "error", - "no-self-assign": "error", - "no-self-compare": "error", - "no-sequences": "error", - "no-shadow-restricted-names": "error", - "no-sparse-arrays": "error", - "no-template-curly-in-string": "error", - "no-this-before-super": "error", - "no-throw-literal": "error", - "no-trailing-spaces": "error", - "no-undef": "off", - "no-undef-init": "error", - "no-unexpected-multiline": "error", - "no-unmodified-loop-condition": "error", - "no-unneeded-ternary": ["error", {"defaultAssignment": false}], - "no-unreachable": "error", - "no-unsafe-finally": "error", - "no-unsafe-negation": "error", - "no-unused-expressions": ["error", { - "allowShortCircuit": true, - "allowTernary": true, - "allowTaggedTemplates": true, - }], - "no-unused-vars": "off", - "no-use-before-define": ["error", {"functions": false, "classes": false, "variables": false}], - "no-useless-call": "error", - "no-useless-computed-key": "error", - "no-useless-constructor": "error", - "no-useless-escape": "error", - "no-useless-rename": "error", - "no-useless-return": "error", - "no-whitespace-before-property": "error", - "no-with": "error", - "object-property-newline": ["error", {"allowMultiplePropertiesPerLine": true}], - "one-var": ["error", {"initialized": "never"}], - "operator-linebreak": ["error", "after", { - "overrides": { - "?": "before", - ":": "before", - "+": "before", - "-": "before", - "*": "before", - "/": "before", - "||": "before", - "&&": "before", - }, - }], - "padded-blocks": ["error", {"blocks": "never", "switches": "never", "classes": "never"}], - "prefer-promise-reject-errors": "error", - "rest-spread-spacing": ["error", "never"], - "semi": ["warn", "always"], - "semi-spacing": ["error", {"before": false, "after": true}], - "space-before-blocks": ["error", "always"], - "space-before-function-paren": ["error", "always"], - "space-in-parens": ["error", "never"], - "space-infix-ops": "error", - "space-unary-ops": ["error", {"words": true, "nonwords": false}], - "spaced-comment": ["error", "always", { - "line": {"markers": ["*package", "!", "/", ",", "="]}, - "block": { - "balanced": true, - "markers": ["*package", "!", ",", ":", "::", "flow-include"], - "exceptions": ["*"], - }, - }], - "symbol-description": "error", - "template-curly-spacing": ["error", "never"], - "template-tag-spacing": ["error", "never"], - "unicode-bom": ["error", "never"], - "use-isnan": "error", - "valid-typeof": ["error", {"requireStringLiterals": true}], - "wrap-iife": ["error", "any", {"functionPrototypeMethods": true}], - "yield-star-spacing": ["error", "both"], - "yoda": ["error", "never"], - "no-prototype-builtins": "off", - "require-atomic-updates": "off", - "no-console": 0, - "prefer-template": "error", - "quotes": ["error", "double", {"allowTemplateLiterals": true}], - "no-var": "error", - }, -}; diff --git a/node/eslint.config.mjs b/node/eslint.config.mjs new file mode 100644 index 0000000..99e5f63 --- /dev/null +++ b/node/eslint.config.mjs @@ -0,0 +1,195 @@ +import js from "@eslint/js"; +import globals from "globals"; +import {CONFIG_IGNORES} from "../test/eslint/eslint-config.js"; + +export default [ + js.configs.recommended, + { + files: [ + "**/*.js", + "**/*.cjs", + "**/*.mjs", + ], + languageOptions: { + ecmaVersion: "latest", + sourceType: "module", + globals: { + ...globals.browser, + ...globals.node, + }, + }, + "rules": { + "accessor-pairs": "off", + "arrow-spacing": ["error", {"before": true, "after": true}], + "block-spacing": ["error", "always"], + "brace-style": ["error", "1tbs", {"allowSingleLine": true}], + "comma-dangle": ["error", { + "arrays": "always-multiline", + "objects": "always-multiline", + "imports": "always-multiline", + "exports": "always-multiline", + "functions": "always-multiline", + }], + "comma-spacing": ["error", {"before": false, "after": true}], + "comma-style": ["error", "last"], + "constructor-super": "error", + "curly": ["error", "multi-line"], + "dot-location": ["error", "property"], + "eqeqeq": ["error", "always", {"null": "ignore"}], + "func-call-spacing": ["error", "never"], + "generator-star-spacing": ["error", {"before": false, "after": true}], + "handle-callback-err": ["error", "^(err|error)$"], + "indent": [ + "error", + "tab", + { + "SwitchCase": 1, + }, + ], + "key-spacing": ["error", {"beforeColon": false, "afterColon": true}], + "keyword-spacing": ["error", {"before": true, "after": true}], + "new-cap": ["error", {"newIsCap": true, "capIsNew": false}], + "new-parens": "error", + "no-array-constructor": "error", + "no-caller": "error", + "no-class-assign": "error", + "no-compare-neg-zero": "error", + "no-cond-assign": "error", + "no-const-assign": "error", + "no-constant-condition": ["error", {"checkLoops": false}], + "no-control-regex": "error", + "no-debugger": "error", + "no-delete-var": "error", + "no-dupe-args": "error", + "no-dupe-class-members": "error", + "no-dupe-keys": "error", + "no-duplicate-case": "error", + "no-empty-character-class": "error", + "no-empty-pattern": "error", + "no-eval": "error", + "no-ex-assign": "error", + "no-extra-bind": "error", + "no-extra-boolean-cast": "error", + "no-extra-parens": ["error", "functions"], + "no-fallthrough": "error", + "no-floating-decimal": "error", + "no-func-assign": "error", + "no-global-assign": "error", + "no-implied-eval": "error", + "no-inner-declarations": ["error", "functions"], + "no-invalid-regexp": "error", + "no-irregular-whitespace": "error", + "no-iterator": "error", + "no-label-var": "error", + "no-labels": ["error", {"allowLoop": true, "allowSwitch": false}], + "no-lone-blocks": "error", + "no-mixed-operators": ["error", { + "groups": [ + ["==", "!=", "===", "!==", ">", ">=", "<", "<="], + ["&&", "||"], + ["in", "instanceof"], + ], + "allowSamePrecedence": true, + }], + "no-mixed-spaces-and-tabs": "error", + "no-multi-spaces": "error", + "no-multi-str": "error", + "no-multiple-empty-lines": ["error", {"max": 1, "maxEOF": 0}], + "no-negated-in-lhs": "error", + "no-new": "error", + "no-new-func": "error", + "no-new-object": "error", + "no-new-require": "error", + "no-new-symbol": "error", + "no-new-wrappers": "error", + "no-obj-calls": "error", + "no-octal": "error", + "no-octal-escape": "error", + "no-path-concat": "error", + "no-proto": "error", + "no-redeclare": "error", + "no-regex-spaces": "error", + "no-return-await": "error", + "no-self-assign": "error", + "no-self-compare": "error", + "no-sequences": "error", + "no-shadow-restricted-names": "error", + "no-sparse-arrays": "error", + "no-template-curly-in-string": "error", + "no-this-before-super": "error", + "no-throw-literal": "error", + "no-trailing-spaces": "error", + "no-undef": "off", + "no-undef-init": "error", + "no-unexpected-multiline": "error", + "no-unmodified-loop-condition": "error", + "no-unneeded-ternary": ["error", {"defaultAssignment": false}], + "no-unreachable": "error", + "no-unsafe-finally": "error", + "no-unsafe-negation": "error", + "no-unused-expressions": ["error", { + "allowShortCircuit": true, + "allowTernary": true, + "allowTaggedTemplates": true, + }], + "no-unused-vars": "off", + "no-use-before-define": ["error", {"functions": false, "classes": false, "variables": false}], + "no-useless-call": "error", + "no-useless-computed-key": "error", + "no-useless-constructor": "error", + "no-useless-escape": "error", + "no-useless-rename": "error", + "no-useless-return": "error", + "no-whitespace-before-property": "error", + "no-with": "error", + "object-property-newline": ["error", {"allowMultiplePropertiesPerLine": true}], + "one-var": ["error", {"initialized": "never"}], + "operator-linebreak": ["error", "after", { + "overrides": { + "?": "before", + ":": "before", + "+": "before", + "-": "before", + "*": "before", + "/": "before", + "||": "before", + "&&": "before", + }, + }], + "padded-blocks": ["error", {"blocks": "never", "switches": "never", "classes": "never"}], + "prefer-promise-reject-errors": "error", + "rest-spread-spacing": ["error", "never"], + "semi": ["warn", "always"], + "semi-spacing": ["error", {"before": false, "after": true}], + "space-before-blocks": ["error", "always"], + "space-before-function-paren": ["error", "always"], + "space-in-parens": ["error", "never"], + "space-infix-ops": "error", + "space-unary-ops": ["error", {"words": true, "nonwords": false}], + "spaced-comment": ["error", "always", { + "line": {"markers": ["*package", "!", "/", ",", "="]}, + "block": { + "balanced": true, + "markers": ["*package", "!", ",", ":", "::", "flow-include"], + "exceptions": ["*"], + }, + }], + "symbol-description": "error", + "template-curly-spacing": ["error", "never"], + "template-tag-spacing": ["error", "never"], + "unicode-bom": ["error", "never"], + "use-isnan": "error", + "valid-typeof": ["error", {"requireStringLiterals": true}], + "wrap-iife": ["error", "any", {"functionPrototypeMethods": true}], + "yield-star-spacing": ["error", "both"], + "yoda": ["error", "never"], + "no-prototype-builtins": "off", + "require-atomic-updates": "off", + "no-console": 0, + "prefer-template": "error", + "quotes": ["error", "double", {"allowTemplateLiterals": true}], + "no-var": "error", + }, + }, + CONFIG_IGNORES, +]; diff --git a/node/lint-js-changed.js b/node/lint-js-changed.js index f7a4f63..5a74dda 100644 --- a/node/lint-js-changed.js +++ b/node/lint-js-changed.js @@ -29,7 +29,10 @@ const pDoLint = async () => { if (!fileList.length) return console.warn(`Nothing to lint!`); - const eslint = new ESLint({fix: true}); + const eslint = new ESLint({ + fix: true, + flags: ["unstable_config_lookup_from_file"], + }); const results = await eslint.lintFiles(fileList); diff --git a/node/util-search-index.js b/node/util-search-index.js index 6e5de8b..788f604 100644 --- a/node/util-search-index.js +++ b/node/util-search-index.js @@ -3,6 +3,8 @@ import "../js/utils-dataloader.js"; import "../js/render.js"; import "../js/omnidexer.js"; import * as ut from "./util.js"; +import {readJsonSync} from "5etools-utils/lib/UtilFs.js"; +import path from "path"; export class UtilSearchIndex { /** @@ -143,4 +145,28 @@ export class UtilSearchIndex { return out; } + + // TODO(Future) expand support; follow dependencies + static async pGetIndexLocalHomebrew ({baseIndex = 0, filepath}) { + ut.patchLoadJson(); + + const filename = path.basename(filepath); + + await BrewUtil2.pAddBrewsFromFiles([ + { + json: readJsonSync(filepath), + filename: filename, + }, + ]); + + const out = await BrewUtil2.pGetSearchIndex({ + id: baseIndex, + isDecompress: false, + isIncludeExtendedSourceInfo: true, + }); + + ut.unpatchLoadJson(); + + return out; + } } diff --git a/package-lock.json b/package-lock.json index d132a64..dc2a1df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,20 +1,20 @@ { "name": "5etools", - "version": "2.5.12", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "5etools", - "version": "2.5.12", + "version": "2.6.0", "license": "MIT", "devDependencies": { - "5etools-utils": "^0.12.69", + "5etools-utils": "^0.12.77", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "commander": "^12.0.0", "esbuild": "^0.20.1", - "eslint": "^8.56.0", + "eslint": "^9.19.0", "handlebars": "^4.7.8", "http-server": "^14.1.1", "jest": "^29.7.0", @@ -2432,24 +2432,50 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", - "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", + "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, + "node_modules/@eslint/config-array": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.1.tgz", + "integrity": "sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==", + "dev": true, + "dependencies": { + "@eslint/object-schema": "^2.1.5", + "debug": "^4.3.1", + "minimatch": "^3.1.2" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/core": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.10.0.tgz", + "integrity": "sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@eslint/eslintrc": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz", + "integrity": "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", + "espree": "^10.0.1", + "globals": "^14.0.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", @@ -2457,7 +2483,7 @@ "strip-json-comments": "^3.1.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -2486,26 +2512,69 @@ "dev": true }, "node_modules/@eslint/js": { - "version": "8.56.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz", - "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==", + "version": "9.19.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.19.0.tgz", + "integrity": "sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==", "dev": true, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/object-schema": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.5.tgz", + "integrity": "sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.11.13", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", - "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", + "node_modules/@eslint/plugin-kit": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz", + "integrity": "sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==", "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^2.0.1", - "debug": "^4.1.1", - "minimatch": "^3.0.5" + "@eslint/core": "^0.10.0", + "levn": "^0.4.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@humanfs/core": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", + "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", + "dev": true, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node": { + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", + "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", + "dev": true, + "dependencies": { + "@humanfs/core": "^0.19.1", + "@humanwhocodes/retry": "^0.3.0" }, "engines": { - "node": ">=10.10.0" + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", + "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", + "dev": true, + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" } }, "node_modules/@humanwhocodes/module-importer": { @@ -2521,11 +2590,18 @@ "url": "https://github.com/sponsors/nzakas" } }, - "node_modules/@humanwhocodes/object-schema": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", - "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", - "dev": true + "node_modules/@humanwhocodes/retry": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz", + "integrity": "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==", + "dev": true, + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } }, "node_modules/@img/sharp-darwin-arm64": { "version": "0.33.2", @@ -2977,73 +3053,6 @@ "url": "https://opencollective.com/libvips" } }, - "node_modules/@isaacs/cliui": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "dev": true, - "dependencies": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true - }, - "node_modules/@isaacs/cliui/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@isaacs/cliui/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", @@ -3596,16 +3605,6 @@ "node": ">= 8" } }, - "node_modules/@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", - "dev": true, - "optional": true, - "engines": { - "node": ">=14" - } - }, "node_modules/@rollup/plugin-babel": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", @@ -3877,6 +3876,12 @@ "@types/istanbul-lib-report": "*" } }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true + }, "node_modules/@types/minimist": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", @@ -3931,17 +3936,12 @@ "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", "dev": true }, - "node_modules/@ungap/structured-clone": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dev": true - }, "node_modules/5etools-utils": { - "version": "0.12.69", - "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.12.69.tgz", - "integrity": "sha512-KojA1vqpLImDvS67vvrDIqYMaQJSW1Bx1DfVoqVxS+fJOVrZQfWNV2zHoXWtTh+7XmuQ1qpxGFUzilC1CDCHpw==", + "version": "0.12.77", + "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.12.77.tgz", + "integrity": "sha512-4cHQMuBfSYtDVKfzx7TttzuhwYnTUOpghi7z4ntScUQGsWDB3KGASgbOdL26JUHiEe05p60qmrRBTtmC/2/JtA==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^8.12.0", "ajv-formats": "^2.1.1", @@ -3958,9 +3958,9 @@ } }, "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -5049,9 +5049,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "dependencies": { "path-key": "^3.1.0", @@ -5336,18 +5336,6 @@ "node": ">=8" } }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/dot-prop": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", @@ -5375,12 +5363,6 @@ "integrity": "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==", "dev": true }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true - }, "node_modules/ejs": { "version": "3.1.10", "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", @@ -5646,71 +5628,75 @@ } }, "node_modules/eslint": { - "version": "8.56.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", - "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", + "version": "9.19.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz", + "integrity": "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.56.0", - "@humanwhocodes/config-array": "^0.11.13", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.19.0", + "@eslint/core": "^0.10.0", + "@eslint/eslintrc": "^3.2.0", + "@eslint/js": "9.19.0", + "@eslint/plugin-kit": "^0.2.5", + "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "@ungap/structured-clone": "^1.2.0", + "@humanwhocodes/retry": "^0.4.1", + "@types/estree": "^1.0.6", + "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", + "cross-spawn": "^7.0.6", "debug": "^4.3.2", - "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", + "eslint-scope": "^8.2.0", + "eslint-visitor-keys": "^4.2.0", + "espree": "^10.3.0", + "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", + "file-entry-cache": "^8.0.0", "find-up": "^5.0.0", "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", "ignore": "^5.2.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" + "optionator": "^0.9.3" }, "bin": { "eslint": "bin/eslint.js" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { - "url": "https://opencollective.com/eslint" + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "jiti": "*" + }, + "peerDependenciesMeta": { + "jiti": { + "optional": true + } } }, "node_modules/eslint-scope": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz", + "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -5728,6 +5714,12 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@types/estree": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true + }, "node_modules/eslint/node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -5744,6 +5736,18 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/eslint/node_modules/eslint-visitor-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/eslint/node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -5751,17 +5755,29 @@ "dev": true }, "node_modules/espree": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz", + "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==", "dev": true, "dependencies": { - "acorn": "^8.9.0", + "acorn": "^8.14.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" + "eslint-visitor-keys": "^4.2.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/espree/node_modules/eslint-visitor-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -6018,15 +6034,15 @@ } }, "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", "dev": true, "dependencies": { - "flat-cache": "^3.0.4" + "flat-cache": "^4.0.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=16.0.0" } }, "node_modules/filelist": { @@ -6088,22 +6104,37 @@ } }, "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", "dev": true, "dependencies": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" + "flatted": "^3.2.9", + "keyv": "^4.5.4" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=16" + } + }, + "node_modules/flat-cache/node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "node_modules/flat-cache/node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" } }, "node_modules/flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz", + "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==", "dev": true }, "node_modules/follow-redirects": { @@ -6135,34 +6166,6 @@ "is-callable": "^1.1.3" } }, - "node_modules/foreground-child": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", - "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^4.0.1" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/foreground-child/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/fs-extra": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", @@ -6407,15 +6410,12 @@ } }, "node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, "engines": { - "node": ">=8" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -6524,12 +6524,6 @@ "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", "dev": true }, - "node_modules/graphemer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "dev": true - }, "node_modules/handlebars": { "version": "4.7.8", "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", @@ -7471,24 +7465,6 @@ "node": ">=8" } }, - "node_modules/jackspeak": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", - "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", - "dev": true, - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } - }, "node_modules/jake": { "version": "10.9.2", "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", @@ -8567,15 +8543,6 @@ "node": ">= 6" } }, - "node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", - "dev": true, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, "node_modules/mkdirp": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", @@ -8957,31 +8924,6 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, - "node_modules/path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", - "dev": true, - "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", - "dev": true, - "engines": { - "node": "14 || >=16.14" - } - }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -9852,21 +9794,6 @@ "node": ">=0.10.0" } }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/rollup": { "version": "2.79.1", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", @@ -10394,21 +10321,6 @@ "node": ">=8" } }, - "node_modules/string-width-cjs": { - "name": "string-width", - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/string.prototype.matchall": { "version": "4.0.11", "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", @@ -10510,19 +10422,6 @@ "node": ">=8" } }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/strip-bom": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", @@ -10739,99 +10638,6 @@ "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", "dev": true }, - "node_modules/stylelint/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/stylelint/node_modules/brace-expansion/node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/stylelint/node_modules/file-entry-cache": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", - "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", - "dev": true, - "dependencies": { - "flat-cache": "^4.0.0" - }, - "engines": { - "node": ">=16.0.0" - } - }, - "node_modules/stylelint/node_modules/flat-cache": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.0.tgz", - "integrity": "sha512-EryKbCE/wxpxKniQlyas6PY1I9vwtF3uCBweX+N8KYTCn3Y12RTGtQAJ/bd5pl7kxUAc8v/R3Ake/N17OZiFqA==", - "dev": true, - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.4", - "rimraf": "^5.0.5" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/stylelint/node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", - "dev": true, - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/stylelint/node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true - }, - "node_modules/stylelint/node_modules/keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/stylelint/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/stylelint/node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -10841,24 +10647,6 @@ "node": ">=8" } }, - "node_modules/stylelint/node_modules/rimraf": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", - "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", - "dev": true, - "dependencies": { - "glob": "^10.3.7" - }, - "bin": { - "rimraf": "dist/esm/bin.mjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/stylelint/node_modules/signal-exit": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", @@ -11059,12 +10847,6 @@ "node": ">=8" } }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true - }, "node_modules/through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", @@ -11164,18 +10946,6 @@ "node": ">=4" } }, - "node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/typed-array-buffer": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", @@ -11945,103 +11715,6 @@ "workbox-core": "7.1.0" } }, - "node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs": { - "name": "wrap-ansi", - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true - }, - "node_modules/wrap-ansi/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -13688,21 +13361,41 @@ } }, "@eslint-community/regexpp": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", - "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", + "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", "dev": true }, + "@eslint/config-array": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.1.tgz", + "integrity": "sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==", + "dev": true, + "requires": { + "@eslint/object-schema": "^2.1.5", + "debug": "^4.3.1", + "minimatch": "^3.1.2" + } + }, + "@eslint/core": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.10.0.tgz", + "integrity": "sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.15" + } + }, "@eslint/eslintrc": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz", + "integrity": "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==", "dev": true, "requires": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", + "espree": "^10.0.1", + "globals": "^14.0.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", @@ -13731,20 +13424,49 @@ } }, "@eslint/js": { - "version": "8.56.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz", - "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==", + "version": "9.19.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.19.0.tgz", + "integrity": "sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==", + "dev": true + }, + "@eslint/object-schema": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.5.tgz", + "integrity": "sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==", "dev": true }, - "@humanwhocodes/config-array": { - "version": "0.11.13", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", - "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", + "@eslint/plugin-kit": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz", + "integrity": "sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==", "dev": true, "requires": { - "@humanwhocodes/object-schema": "^2.0.1", - "debug": "^4.1.1", - "minimatch": "^3.0.5" + "@eslint/core": "^0.10.0", + "levn": "^0.4.1" + } + }, + "@humanfs/core": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", + "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", + "dev": true + }, + "@humanfs/node": { + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", + "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", + "dev": true, + "requires": { + "@humanfs/core": "^0.19.1", + "@humanwhocodes/retry": "^0.3.0" + }, + "dependencies": { + "@humanwhocodes/retry": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", + "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", + "dev": true + } } }, "@humanwhocodes/module-importer": { @@ -13753,10 +13475,10 @@ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", "dev": true }, - "@humanwhocodes/object-schema": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", - "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", + "@humanwhocodes/retry": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz", + "integrity": "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==", "dev": true }, "@img/sharp-darwin-arm64": { @@ -13919,54 +13641,6 @@ "dev": true, "optional": true }, - "@isaacs/cliui": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "dev": true, - "requires": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "dev": true - }, - "emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true - }, - "string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "requires": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - } - }, - "strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "requires": { - "ansi-regex": "^6.0.1" - } - } - } - }, "@istanbuljs/load-nyc-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", @@ -14403,13 +14077,6 @@ "fastq": "^1.6.0" } }, - "@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", - "dev": true, - "optional": true - }, "@rollup/plugin-babel": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", @@ -14622,6 +14289,12 @@ "@types/istanbul-lib-report": "*" } }, + "@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true + }, "@types/minimist": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", @@ -14676,16 +14349,10 @@ "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", "dev": true }, - "@ungap/structured-clone": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dev": true - }, "5etools-utils": { - "version": "0.12.69", - "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.12.69.tgz", - "integrity": "sha512-KojA1vqpLImDvS67vvrDIqYMaQJSW1Bx1DfVoqVxS+fJOVrZQfWNV2zHoXWtTh+7XmuQ1qpxGFUzilC1CDCHpw==", + "version": "0.12.77", + "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.12.77.tgz", + "integrity": "sha512-4cHQMuBfSYtDVKfzx7TttzuhwYnTUOpghi7z4ntScUQGsWDB3KGASgbOdL26JUHiEe05p60qmrRBTtmC/2/JtA==", "dev": true, "requires": { "ajv": "^8.12.0", @@ -14697,9 +14364,9 @@ } }, "acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true }, "acorn-jsx": { @@ -15469,9 +15136,9 @@ } }, "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "requires": { "path-key": "^3.1.0", @@ -15662,15 +15329,6 @@ "path-type": "^4.0.0" } }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "requires": { - "esutils": "^2.0.2" - } - }, "dot-prop": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", @@ -15694,12 +15352,6 @@ "integrity": "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==", "dev": true }, - "eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true - }, "ejs": { "version": "3.1.10", "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", @@ -15909,51 +15561,53 @@ "dev": true }, "eslint": { - "version": "8.56.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", - "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", + "version": "9.19.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz", + "integrity": "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.56.0", - "@humanwhocodes/config-array": "^0.11.13", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.19.0", + "@eslint/core": "^0.10.0", + "@eslint/eslintrc": "^3.2.0", + "@eslint/js": "9.19.0", + "@eslint/plugin-kit": "^0.2.5", + "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "@ungap/structured-clone": "^1.2.0", + "@humanwhocodes/retry": "^0.4.1", + "@types/estree": "^1.0.6", + "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", + "cross-spawn": "^7.0.6", "debug": "^4.3.2", - "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", + "eslint-scope": "^8.2.0", + "eslint-visitor-keys": "^4.2.0", + "espree": "^10.3.0", + "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", + "file-entry-cache": "^8.0.0", "find-up": "^5.0.0", "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", "ignore": "^5.2.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" + "optionator": "^0.9.3" }, "dependencies": { + "@types/estree": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true + }, "ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -15966,6 +15620,12 @@ "uri-js": "^4.2.2" } }, + "eslint-visitor-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", + "dev": true + }, "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -15975,9 +15635,9 @@ } }, "eslint-scope": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz", + "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==", "dev": true, "requires": { "esrecurse": "^4.3.0", @@ -15991,14 +15651,22 @@ "dev": true }, "espree": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz", + "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==", "dev": true, "requires": { - "acorn": "^8.9.0", + "acorn": "^8.14.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" + "eslint-visitor-keys": "^4.2.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", + "dev": true + } } }, "esprima": { @@ -16194,12 +15862,12 @@ } }, "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", "dev": true, "requires": { - "flat-cache": "^3.0.4" + "flat-cache": "^4.0.0" } }, "filelist": { @@ -16251,19 +15919,36 @@ } }, "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", "dev": true, "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" + "flatted": "^3.2.9", + "keyv": "^4.5.4" + }, + "dependencies": { + "json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "requires": { + "json-buffer": "3.0.1" + } + } } }, "flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz", + "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==", "dev": true }, "follow-redirects": { @@ -16281,24 +15966,6 @@ "is-callable": "^1.1.3" } }, - "foreground-child": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", - "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.0", - "signal-exit": "^4.0.1" - }, - "dependencies": { - "signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true - } - } - }, "fs-extra": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", @@ -16477,13 +16144,10 @@ } }, "globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - } + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "dev": true }, "globalthis": { "version": "1.0.4", @@ -16566,12 +16230,6 @@ "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", "dev": true }, - "graphemer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "dev": true - }, "handlebars": { "version": "4.7.8", "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", @@ -17219,16 +16877,6 @@ "istanbul-lib-report": "^3.0.0" } }, - "jackspeak": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", - "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", - "dev": true, - "requires": { - "@isaacs/cliui": "^8.0.2", - "@pkgjs/parseargs": "^0.11.0" - } - }, "jake": { "version": "10.9.2", "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", @@ -18050,12 +17698,6 @@ "kind-of": "^6.0.3" } }, - "minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", - "dev": true - }, "mkdirp": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", @@ -18336,24 +17978,6 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, - "path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", - "dev": true, - "requires": { - "lru-cache": "^9.1.1 || ^10.0.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", - "dev": true - } - } - }, "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -18968,15 +18592,6 @@ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, "rollup": { "version": "2.79.1", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", @@ -19380,17 +18995,6 @@ "strip-ansi": "^6.0.1" } }, - "string-width-cjs": { - "version": "npm:string-width@4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, "string.prototype.matchall": { "version": "4.0.11", "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", @@ -19465,15 +19069,6 @@ "ansi-regex": "^5.0.1" } }, - "strip-ansi-cjs": { - "version": "npm:strip-ansi@6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - }, "strip-bom": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", @@ -19565,95 +19160,12 @@ "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", "dev": true }, - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - }, - "dependencies": { - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - } - } - }, - "file-entry-cache": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", - "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", - "dev": true, - "requires": { - "flat-cache": "^4.0.0" - } - }, - "flat-cache": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.0.tgz", - "integrity": "sha512-EryKbCE/wxpxKniQlyas6PY1I9vwtF3uCBweX+N8KYTCn3Y12RTGtQAJ/bd5pl7kxUAc8v/R3Ake/N17OZiFqA==", - "dev": true, - "requires": { - "flatted": "^3.2.9", - "keyv": "^4.5.4", - "rimraf": "^5.0.5" - } - }, - "glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", - "dev": true, - "requires": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" - } - }, - "json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true - }, - "keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, - "requires": { - "json-buffer": "3.0.1" - } - }, - "minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true }, - "rimraf": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", - "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", - "dev": true, - "requires": { - "glob": "^10.3.7" - } - }, "signal-exit": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", @@ -19844,12 +19356,6 @@ "minimatch": "^3.0.4" } }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true - }, "through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", @@ -19928,12 +19434,6 @@ "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", "dev": true }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - }, "typed-array-buffer": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", @@ -20564,68 +20064,6 @@ "workbox-core": "7.1.0" } }, - "wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dev": true, - "requires": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "dev": true - }, - "ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", - "dev": true - }, - "emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true - }, - "string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "requires": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - } - }, - "strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "requires": { - "ansi-regex": "^6.0.1" - } - } - } - }, - "wrap-ansi-cjs": { - "version": "npm:wrap-ansi@7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - }, "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", diff --git a/package.json b/package.json index e97ab18..3f95fb3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "5etools", "author": "TheGiddyLimit", - "version": "2.5.12", + "version": "2.6.0", "license": "MIT", "description": "A site dedicated to making playing games with your friends as easy as possible.", "type": "module", @@ -12,7 +12,7 @@ "gen:search-index": "node node/generate-search-index.js", "gen:pages": "node node/generate-pages.js", "clean-jsons": "node node/clean-jsons.js", - "test:js": "eslint . --ext .js,.cjs,.mjs", + "test:js": "eslint --flag unstable_config_lookup_from_file .", "lint:js": "npm run test:js -- --fix", "lint:js:fast": "node node/lint-js-changed.js", "test:css:lint": "stylelint scss/*.scss scss/includes/*.scss", @@ -47,12 +47,12 @@ "url": "git+https://github.com/5etools-mirror-3/5etools-src" }, "devDependencies": { - "5etools-utils": "^0.12.69", + "5etools-utils": "^0.12.77", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "commander": "^12.0.0", "esbuild": "^0.20.1", - "eslint": "^8.56.0", + "eslint": "^9.19.0", "handlebars": "^4.7.8", "http-server": "^14.1.1", "jest": "^29.7.0", @@ -71,7 +71,6 @@ "url": "https://github.com/5etools-mirror-3/5etools-src/issues" }, "homepage": "https://github.com/5etools-mirror-3/5etools-src#readme", - "main": ".eslintrc.js", "directories": { "lib": "lib", "test": "test" diff --git a/scss/includes/fonts.scss b/scss/includes/fonts.scss index 8c4a35a..eb69de0 100644 --- a/scss/includes/fonts.scss +++ b/scss/includes/fonts.scss @@ -32,11 +32,3 @@ local("Blambot-Casual"), url("../fonts/Blambot-Casual-Regular.woff2") format("woff2"); } - -// HWCS/HWAitW -@font-face { - font-family: HPPHumblescratch; - src: - local("HPPHumblescratch"), - url("../fonts/hpphumblescratch-webfont.woff2") format("woff2"); -} diff --git a/scss/includes/render.scss b/scss/includes/render.scss index b8e4748..a0c1ab6 100644 --- a/scss/includes/render.scss +++ b/scss/includes/render.scss @@ -462,7 +462,7 @@ $rgb-inset-border: #656565; border: 3px solid vars.$rgb-border-yellow--statblock; border-left-width: 1px; border-right-width: 1px; - margin: 5px; + margin: 15px 5px; width: calc(100% - 12px); table-layout: fixed; @@ -471,6 +471,16 @@ $rgb-inset-border: #656565; border: 1px solid $rgb-inset-border; background-color: rgb(156 150 120 / 10%); } + + &--narrow { + max-width: 600px; + margin: 15px auto; + + @media screen and (width <= #{vars.$width-screen-sm}) { + max-width: initial; + margin: 15px 5px; + } + } } &li > .rd__b-data { @@ -480,18 +490,25 @@ $rgb-inset-border: #656565; &data-embed { &-header { cursor: pointer; + + &:hover { + background: rgb(100 100 100 / 8%); + } + } + + &-name { font-family: "Times New Roman", serif; font-variant: small-caps; text-transform: uppercase; font-weight: bold; + } - &:hover { - background: rgb(100 100 100 / 8%); - } + &-name-expanded { + font-weight: normal; + font-size: 90%; } &-toggle { - font-family: Arial, sans-serif; float: right; } } diff --git a/scss/includes/source.scss b/scss/includes/source.scss index c29d4f3..9846b73 100644 --- a/scss/includes/source.scss +++ b/scss/includes/source.scss @@ -91,7 +91,6 @@ $rgb-source-VEoR: #b74c62; $rgb-source-GHLoE: #c07e4e; $rgb-source-DoDk: #825494; - $rgb-source-HWCS: #d0914b; $rgb-source-ToB1-2023: #917792; $rgb-source-TD: #bb9528; $rgb-source-PaF: #5d7993; @@ -489,11 +488,6 @@ @include mix-source-color($rgb-source-DoDk); } - &HWCS, - &HWAitW { - @include mix-source-color($rgb-source-HWCS); - } - &ToB1-2023 { @include mix-source-color($rgb-source-ToB1-2023); } diff --git a/scss/includes/util-5etools.scss b/scss/includes/util-5etools.scss index 3ff4467..27be57f 100644 --- a/scss/includes/util-5etools.scss +++ b/scss/includes/util-5etools.scss @@ -1,5 +1,21 @@ @use "../vars/vars"; +// region Fix Chrome +input[type="checkbox"]:checked, +input[type="checkbox"]:indeterminate { + accent-color: vars.$rgb-cb-grey; +} + +input[type="radio"]:checked, +input[type="radio"]:indeterminate { + accent-color: vars.$rgb-cb-grey; +} + +input[type="range"] { + accent-color: vars.$rgb-cb-grey; +} +// endregion + .clickable { &--link { color: vars.$rgb-link-blue !important; diff --git a/scss/includes/util-night.scss b/scss/includes/util-night.scss index 87d4292..2f4ae52 100644 --- a/scss/includes/util-night.scss +++ b/scss/includes/util-night.scss @@ -1,22 +1,6 @@ @use "../vars/vars-night"; .ve-night-mode { - // region Fix Chrome - input[type="checkbox"]:checked, - input[type="checkbox"]:indeterminate { - filter: grayscale(100%) brightness(85%) contrast(200%); - } - - input[type="radio"]:checked, - input[type="radio"]:indeterminate { - filter: grayscale(100%) brightness(85%) contrast(200%); - } - - input[type="range"] { - filter: grayscale(100%) brightness(85%) contrast(200%); - } - // endregion - .ve-muted { color: vars-night.$rgb-font--muted-night !important; diff --git a/scss/includes/util.scss b/scss/includes/util.scss index ac2f317..ac419a6 100644 --- a/scss/includes/util.scss +++ b/scss/includes/util.scss @@ -1,21 +1,5 @@ @use "../vars/vars"; -// region Fix Chrome -input[type="checkbox"]:checked, -input[type="checkbox"]:indeterminate { - filter: grayscale(100%) contrast(200%); -} - -input[type="radio"]:checked, -input[type="radio"]:indeterminate { - filter: grayscale(100%) contrast(200%); -} - -input[type="range"] { - filter: grayscale(100%) contrast(200%); -} -// endregion - // region Font .code { font-family: monospace !important; diff --git a/search/index-alt-spell.json b/search/index-alt-spell.json index 715b189..1d7557b 100644 --- a/search/index-alt-spell.json +++ b/search/index-alt-spell.json @@ -1 +1 @@ -{"x":[{"id":0,"c":2,"u":"antagonize_bmt","p":50,"s":0,"h":1,"lvl":3,"n":"Antagonize"},{"id":1,"c":2,"u":"spirit%20of%20death_bmt","p":50,"s":0,"h":1,"lvl":4,"n":"Spirit of Death"},{"id":2,"c":2,"u":"spray%20of%20cards_bmt","p":50,"s":0,"h":1,"lvl":2,"n":"Spray of Cards"},{"id":3,"c":2,"u":"ashardalon's%20stride_ftd","p":19,"s":1,"h":1,"lvl":3,"n":"Ashardalon's Stride"},{"id":4,"c":2,"u":"draconic%20transformation_ftd","p":19,"s":1,"h":1,"lvl":7,"n":"Draconic Transformation"},{"id":5,"c":2,"u":"fizban's%20platinum%20shield_ftd","p":20,"s":1,"h":1,"lvl":6,"n":"Fizban's Platinum Shield"},{"id":6,"c":2,"u":"nathair's%20mischief_ftd","p":20,"s":1,"h":1,"lvl":2,"n":"Nathair's Mischief"},{"id":7,"c":2,"u":"raulothim's%20psychic%20lance_ftd","p":21,"s":1,"h":1,"lvl":4,"n":"Raulothim's Psychic Lance"},{"id":8,"c":2,"u":"rime's%20binding%20ice_ftd","p":21,"s":1,"h":1,"lvl":2,"n":"Rime's Binding Ice"},{"id":9,"c":2,"u":"summon%20draconic%20spirit_ftd","p":21,"s":1,"h":1,"lvl":5,"n":"Summon Draconic Spirit"},{"id":10,"c":2,"u":"blade%20of%20disaster_tce","p":106,"s":2,"h":1,"lvl":9,"n":"Blade of Disaster"},{"id":11,"c":2,"u":"booming%20blade_tce","p":106,"s":2,"h":1,"lvl":0,"n":"Booming Blade"},{"id":12,"c":2,"u":"dream%20of%20the%20blue%20veil_tce","p":106,"s":2,"h":1,"lvl":7,"n":"Dream of the Blue Veil"},{"id":13,"c":2,"u":"green-flame%20blade_tce","p":107,"s":2,"h":1,"lvl":0,"n":"Green-Flame Blade"},{"id":14,"c":2,"u":"intellect%20fortress_tce","p":107,"s":2,"h":1,"lvl":3,"n":"Intellect Fortress"},{"id":15,"c":2,"u":"lightning%20lure_tce","p":107,"s":2,"h":1,"lvl":0,"n":"Lightning Lure"},{"id":16,"c":2,"u":"mind%20sliver_tce","p":108,"s":2,"h":1,"lvl":0,"n":"Mind Sliver"},{"id":17,"c":2,"u":"spirit%20shroud_tce","p":108,"s":2,"h":1,"lvl":3,"n":"Spirit Shroud"},{"id":18,"c":2,"u":"summon%20aberration_tce","p":109,"s":2,"h":1,"lvl":4,"n":"Summon Aberration"},{"id":19,"c":2,"u":"summon%20beast_tce","p":109,"s":2,"h":1,"lvl":2,"n":"Summon Beast"},{"id":20,"c":2,"u":"summon%20celestial_tce","p":110,"s":2,"h":1,"lvl":5,"n":"Summon Celestial"},{"id":21,"c":2,"u":"summon%20construct_tce","p":111,"s":2,"h":1,"lvl":4,"n":"Summon Construct"},{"id":22,"c":2,"u":"summon%20elemental_tce","p":111,"s":2,"h":1,"lvl":4,"n":"Summon Elemental"},{"id":23,"c":2,"u":"summon%20fey_tce","p":112,"s":2,"h":1,"lvl":3,"n":"Summon Fey"},{"id":24,"c":2,"u":"summon%20fiend_tce","p":112,"s":2,"h":1,"lvl":6,"n":"Summon Fiend"},{"id":25,"c":2,"u":"summon%20shadowspawn_tce","p":113,"s":2,"h":1,"lvl":3,"n":"Summon Shadowspawn"},{"id":26,"c":2,"u":"summon%20undead_tce","p":114,"s":2,"h":1,"lvl":3,"n":"Summon Undead"},{"id":27,"c":2,"u":"sword%20burst_tce","p":115,"s":2,"h":1,"lvl":0,"n":"Sword Burst"},{"id":28,"c":2,"u":"tasha's%20caustic%20brew_tce","p":115,"s":2,"h":1,"lvl":1,"n":"Tasha's Caustic Brew"},{"id":29,"c":2,"u":"tasha's%20mind%20whip_tce","p":115,"s":2,"h":1,"lvl":2,"n":"Tasha's Mind Whip"},{"id":30,"c":2,"u":"tasha's%20otherworldly%20guise_tce","p":116,"s":2,"h":1,"lvl":6,"n":"Tasha's Otherworldly Guise"},{"id":31,"c":2,"u":"abi-dalzim's%20horrid%20wilting_xge","p":150,"s":3,"h":1,"lvl":8,"n":"Abi-Dalzim's Horrid Wilting"},{"id":32,"c":2,"u":"absorb%20elements_xge","p":150,"s":3,"h":1,"lvl":1,"n":"Absorb Elements"},{"id":33,"c":2,"u":"aganazzar's%20scorcher_xge","p":150,"s":3,"h":1,"lvl":2,"n":"Aganazzar's Scorcher"},{"id":34,"c":2,"u":"beast%20bond_xge","p":150,"s":3,"h":1,"lvl":1,"n":"Beast Bond"},{"id":35,"c":2,"u":"bones%20of%20the%20earth_xge","p":150,"s":3,"h":1,"lvl":6,"n":"Bones of the Earth"},{"id":36,"c":2,"u":"catapult_xge","p":150,"s":3,"h":1,"lvl":1,"n":"Catapult"},{"id":37,"c":2,"u":"catnap_xge","p":151,"s":3,"h":1,"lvl":3,"n":"Catnap"},{"id":38,"c":2,"u":"cause%20fear_xge","p":151,"s":3,"h":1,"lvl":1,"n":"Cause Fear"},{"id":39,"c":2,"u":"ceremony_xge","p":151,"s":3,"h":1,"lvl":1,"n":"Ceremony"},{"id":40,"c":2,"u":"chaos%20bolt_xge","p":151,"s":3,"h":1,"lvl":1,"n":"Chaos Bolt"},{"id":41,"c":2,"u":"charm%20monster_xge","p":151,"s":3,"h":1,"lvl":4,"n":"Charm Monster"},{"id":42,"c":2,"u":"control%20flames_xge","p":152,"s":3,"h":1,"lvl":0,"n":"Control Flames"},{"id":43,"c":2,"u":"control%20winds_xge","p":152,"s":3,"h":1,"lvl":5,"n":"Control Winds"},{"id":44,"c":2,"u":"create%20bonfire_xge","p":152,"s":3,"h":1,"lvl":0,"n":"Create Bonfire"},{"id":45,"c":2,"u":"create%20homunculus_xge","p":152,"s":3,"h":1,"lvl":6,"n":"Create Homunculus"},{"id":46,"c":2,"u":"crown%20of%20stars_xge","p":152,"s":3,"h":1,"lvl":7,"n":"Crown of Stars"},{"id":47,"c":2,"u":"danse%20macabre_xge","p":153,"s":3,"h":1,"lvl":5,"n":"Danse Macabre"},{"id":48,"c":2,"u":"dawn_xge","p":153,"s":3,"h":1,"lvl":5,"n":"Dawn"},{"id":49,"c":2,"u":"dragon's%20breath_xge","p":154,"s":3,"h":1,"lvl":2,"n":"Dragon's Breath"},{"id":50,"c":2,"u":"druid%20grove_xge","p":154,"s":3,"h":1,"lvl":6,"n":"Druid Grove"},{"id":51,"c":2,"u":"dust%20devil_xge","p":154,"s":3,"h":1,"lvl":2,"n":"Dust Devil"},{"id":52,"c":2,"u":"earth%20tremor_xge","p":155,"s":3,"h":1,"lvl":1,"n":"Earth Tremor"},{"id":53,"c":2,"u":"earthbind_xge","p":154,"s":3,"h":1,"lvl":2,"n":"Earthbind"},{"id":54,"c":2,"u":"elemental%20bane_xge","p":155,"s":3,"h":1,"lvl":4,"n":"Elemental Bane"},{"id":55,"c":2,"u":"enemies%20abound_xge","p":155,"s":3,"h":1,"lvl":3,"n":"Enemies Abound"},{"id":56,"c":2,"u":"enervation_xge","p":155,"s":3,"h":1,"lvl":5,"n":"Enervation"},{"id":57,"c":2,"u":"erupting%20earth_xge","p":155,"s":3,"h":1,"lvl":3,"n":"Erupting Earth"},{"id":58,"c":2,"u":"far%20step_xge","p":155,"s":3,"h":1,"lvl":5,"n":"Far Step"},{"id":59,"c":2,"u":"find%20greater%20steed_xge","p":156,"s":3,"h":1,"lvl":4,"n":"Find Greater Steed"},{"id":60,"c":2,"u":"flame%20arrows_xge","p":156,"s":3,"h":1,"lvl":3,"n":"Flame Arrows"},{"id":61,"c":2,"u":"frostbite_xge","p":156,"s":3,"h":1,"lvl":0,"n":"Frostbite"},{"id":62,"c":2,"u":"guardian%20of%20nature_xge","p":157,"s":3,"h":1,"lvl":4,"n":"Guardian of Nature"},{"id":63,"c":2,"u":"gust_xge","p":157,"s":3,"h":1,"lvl":0,"n":"Gust"},{"id":64,"c":2,"u":"healing%20spirit_xge","p":157,"s":3,"h":1,"lvl":2,"n":"Healing Spirit"},{"id":65,"c":2,"u":"holy%20weapon_xge","p":157,"s":3,"h":1,"lvl":5,"n":"Holy Weapon"},{"id":66,"c":2,"u":"ice%20knife_xge","p":157,"s":3,"h":1,"lvl":1,"n":"Ice Knife"},{"id":67,"c":2,"u":"illusory%20dragon_xge","p":157,"s":3,"h":1,"lvl":8,"n":"Illusory Dragon"},{"id":68,"c":2,"u":"immolation_xge","p":158,"s":3,"h":1,"lvl":5,"n":"Immolation"},{"id":69,"c":2,"u":"infernal%20calling_xge","p":158,"s":3,"h":1,"lvl":5,"n":"Infernal Calling"},{"id":70,"c":2,"u":"infestation_xge","p":158,"s":3,"h":1,"lvl":0,"n":"Infestation"},{"id":71,"c":2,"u":"investiture%20of%20flame_xge","p":159,"s":3,"h":1,"lvl":6,"n":"Investiture of Flame"},{"id":72,"c":2,"u":"investiture%20of%20ice_xge","p":159,"s":3,"h":1,"lvl":6,"n":"Investiture of Ice"},{"id":73,"c":2,"u":"investiture%20of%20stone_xge","p":159,"s":3,"h":1,"lvl":6,"n":"Investiture of Stone"},{"id":74,"c":2,"u":"investiture%20of%20wind_xge","p":160,"s":3,"h":1,"lvl":6,"n":"Investiture of Wind"},{"id":75,"c":2,"u":"invulnerability_xge","p":160,"s":3,"h":1,"lvl":9,"n":"Invulnerability"},{"id":76,"c":2,"u":"life%20transference_xge","p":160,"s":3,"h":1,"lvl":3,"n":"Life Transference"},{"id":77,"c":2,"u":"maddening%20darkness_xge","p":160,"s":3,"h":1,"lvl":8,"n":"Maddening Darkness"},{"id":78,"c":2,"u":"maelstrom_xge","p":160,"s":3,"h":1,"lvl":5,"n":"Maelstrom"},{"id":79,"c":2,"u":"magic%20stone_xge","p":160,"s":3,"h":1,"lvl":0,"n":"Magic Stone"},{"id":80,"c":2,"u":"mass%20polymorph_xge","p":160,"s":3,"h":1,"lvl":9,"n":"Mass Polymorph"},{"id":81,"c":2,"u":"maximilian's%20earthen%20grasp_xge","p":161,"s":3,"h":1,"lvl":2,"n":"Maximilian's Earthen Grasp"},{"id":82,"c":2,"u":"melf's%20minute%20meteors_xge","p":161,"s":3,"h":1,"lvl":3,"n":"Melf's Minute Meteors"},{"id":83,"c":2,"u":"mental%20prison_xge","p":161,"s":3,"h":1,"lvl":6,"n":"Mental Prison"},{"id":84,"c":2,"u":"mighty%20fortress_xge","p":161,"s":3,"h":1,"lvl":8,"n":"Mighty Fortress"},{"id":85,"c":2,"u":"mind%20spike_xge","p":162,"s":3,"h":1,"lvl":2,"n":"Mind Spike"},{"id":86,"c":2,"u":"mold%20earth_xge","p":162,"s":3,"h":1,"lvl":0,"n":"Mold Earth"},{"id":87,"c":2,"u":"negative%20energy%20flood_xge","p":163,"s":3,"h":1,"lvl":5,"n":"Negative Energy Flood"},{"id":88,"c":2,"u":"power%20word%20pain_xge","p":163,"s":3,"h":1,"lvl":7,"n":"Power Word Pain"},{"id":89,"c":2,"u":"primal%20savagery_xge","p":163,"s":3,"h":1,"lvl":0,"n":"Primal Savagery"},{"id":90,"c":2,"u":"primordial%20ward_xge","p":163,"s":3,"h":1,"lvl":6,"n":"Primordial Ward"},{"id":91,"c":2,"u":"psychic%20scream_xge","p":163,"s":3,"h":1,"lvl":9,"n":"Psychic Scream"},{"id":92,"c":2,"u":"pyrotechnics_xge","p":163,"s":3,"h":1,"lvl":2,"n":"Pyrotechnics"},{"id":93,"c":2,"u":"scatter_xge","p":164,"s":3,"h":1,"lvl":6,"n":"Scatter"},{"id":94,"c":2,"u":"shadow%20blade_xge","p":164,"s":3,"h":1,"lvl":2,"n":"Shadow Blade"},{"id":95,"c":2,"u":"shadow%20of%20moil_xge","p":164,"s":3,"h":1,"lvl":4,"n":"Shadow of Moil"},{"id":96,"c":2,"u":"shape%20water_xge","p":164,"s":3,"h":1,"lvl":0,"n":"Shape Water"},{"id":97,"c":2,"u":"sickening%20radiance_xge","p":164,"s":3,"h":1,"lvl":4,"n":"Sickening Radiance"},{"id":98,"c":2,"u":"skill%20empowerment_xge","p":165,"s":3,"h":1,"lvl":5,"n":"Skill Empowerment"},{"id":99,"c":2,"u":"skywrite_xge","p":165,"s":3,"h":1,"lvl":2,"n":"Skywrite"},{"id":100,"c":2,"u":"snare_xge","p":165,"s":3,"h":1,"lvl":1,"n":"Snare"},{"id":101,"c":2,"u":"snilloc's%20snowball%20swarm_xge","p":165,"s":3,"h":1,"lvl":2,"n":"Snilloc's Snowball Swarm"},{"id":102,"c":2,"u":"soul%20cage_xge","p":165,"s":3,"h":1,"lvl":6,"n":"Soul Cage"},{"id":103,"c":2,"u":"steel%20wind%20strike_xge","p":166,"s":3,"h":1,"lvl":5,"n":"Steel Wind Strike"},{"id":104,"c":2,"u":"storm%20sphere_xge","p":166,"s":3,"h":1,"lvl":4,"n":"Storm Sphere"},{"id":105,"c":2,"u":"summon%20greater%20demon_xge","p":166,"s":3,"h":1,"lvl":4,"n":"Summon Greater Demon"},{"id":106,"c":2,"u":"summon%20lesser%20demons_xge","p":167,"s":3,"h":1,"lvl":3,"n":"Summon Lesser Demons"},{"id":107,"c":2,"u":"synaptic%20static_xge","p":167,"s":3,"h":1,"lvl":5,"n":"Synaptic Static"},{"id":108,"c":2,"u":"temple%20of%20the%20gods_xge","p":167,"s":3,"h":1,"lvl":7,"n":"Temple of the Gods"},{"id":109,"c":2,"u":"tenser's%20transformation_xge","p":168,"s":3,"h":1,"lvl":6,"n":"Tenser's Transformation"},{"id":110,"c":2,"u":"thunder%20step_xge","p":168,"s":3,"h":1,"lvl":3,"n":"Thunder Step"},{"id":111,"c":2,"u":"thunderclap_xge","p":168,"s":3,"h":1,"lvl":0,"n":"Thunderclap"},{"id":112,"c":2,"u":"tidal%20wave_xge","p":168,"s":3,"h":1,"lvl":3,"n":"Tidal Wave"},{"id":113,"c":2,"u":"tiny%20servant_xge","p":168,"s":3,"h":1,"lvl":3,"n":"Tiny Servant"},{"id":114,"c":2,"u":"toll%20the%20dead_xge","p":169,"s":3,"h":1,"lvl":0,"n":"Toll the Dead"},{"id":115,"c":2,"u":"transmute%20rock_xge","p":169,"s":3,"h":1,"lvl":5,"n":"Transmute Rock"},{"id":116,"c":2,"u":"vitriolic%20sphere_xge","p":170,"s":3,"h":1,"lvl":4,"n":"Vitriolic Sphere"},{"id":117,"c":2,"u":"wall%20of%20light_xge","p":170,"s":3,"h":1,"lvl":5,"n":"Wall of Light"},{"id":118,"c":2,"u":"wall%20of%20sand_xge","p":170,"s":3,"h":1,"lvl":3,"n":"Wall of Sand"},{"id":119,"c":2,"u":"wall%20of%20water_xge","p":170,"s":3,"h":1,"lvl":3,"n":"Wall of Water"},{"id":120,"c":2,"u":"warding%20wind_xge","p":170,"s":3,"h":1,"lvl":2,"n":"Warding Wind"},{"id":121,"c":2,"u":"watery%20sphere_xge","p":170,"s":3,"h":1,"lvl":4,"n":"Watery Sphere"},{"id":122,"c":2,"u":"whirlwind_xge","p":171,"s":3,"h":1,"lvl":7,"n":"Whirlwind"},{"id":123,"c":2,"u":"word%20of%20radiance_xge","p":171,"s":3,"h":1,"lvl":0,"n":"Word of Radiance"},{"id":124,"c":2,"u":"wrath%20of%20nature_xge","p":171,"s":3,"h":1,"lvl":5,"n":"Wrath of Nature"},{"id":125,"c":2,"u":"zephyr%20strike_xge","p":171,"s":3,"h":1,"lvl":1,"n":"Zephyr Strike"},{"id":126,"c":2,"u":"acid%20splash_xphb","p":239,"s":4,"h":1,"lvl":0,"n":"Acid Splash"},{"id":127,"c":2,"u":"aid_xphb","p":239,"s":4,"h":1,"lvl":2,"n":"Aid"},{"id":128,"c":2,"u":"alarm_xphb","p":239,"s":4,"h":1,"lvl":1,"n":"Alarm"},{"id":129,"c":2,"u":"alter%20self_xphb","p":239,"s":4,"h":1,"lvl":2,"n":"Alter Self"},{"id":130,"c":2,"u":"animal%20friendship_xphb","p":239,"s":4,"h":1,"lvl":1,"n":"Animal Friendship"},{"id":131,"c":2,"u":"animal%20messenger_xphb","p":240,"s":4,"h":1,"lvl":2,"n":"Animal Messenger"},{"id":132,"c":2,"u":"animal%20shapes_xphb","p":240,"s":4,"h":1,"lvl":8,"n":"Animal Shapes"},{"id":133,"c":2,"u":"animate%20dead_xphb","p":240,"s":4,"h":1,"lvl":3,"n":"Animate Dead"},{"id":134,"c":2,"u":"animate%20objects_xphb","p":240,"s":4,"h":1,"lvl":5,"n":"Animate Objects"},{"id":135,"c":2,"u":"antilife%20shell_xphb","p":241,"s":4,"h":1,"lvl":5,"n":"Antilife Shell"},{"id":136,"c":2,"u":"antimagic%20field_xphb","p":241,"s":4,"h":1,"lvl":8,"n":"Antimagic Field"},{"id":137,"c":2,"u":"antipathy%2fsympathy_xphb","p":242,"s":4,"h":1,"lvl":8,"n":"Antipathy/Sympathy"},{"id":138,"c":2,"u":"arcane%20eye_xphb","p":242,"s":4,"h":1,"lvl":4,"n":"Arcane Eye"},{"id":139,"c":2,"u":"arcane%20gate_xphb","p":242,"s":4,"h":1,"lvl":6,"n":"Arcane Gate"},{"id":140,"c":2,"u":"arcane%20lock_xphb","p":242,"s":4,"h":1,"lvl":2,"n":"Arcane Lock"},{"id":141,"c":2,"u":"arcane%20vigor_xphb","p":242,"s":4,"h":1,"lvl":2,"n":"Arcane Vigor"},{"id":142,"c":2,"u":"armor%20of%20agathys_xphb","p":243,"s":4,"h":1,"lvl":1,"n":"Armor of Agathys"},{"id":143,"c":2,"u":"arms%20of%20hadar_xphb","p":243,"s":4,"h":1,"lvl":1,"n":"Arms of Hadar"},{"id":144,"c":2,"u":"astral%20projection_xphb","p":243,"s":4,"h":1,"lvl":9,"n":"Astral Projection"},{"id":145,"c":2,"u":"augury_xphb","p":244,"s":4,"h":1,"lvl":2,"n":"Augury"},{"id":146,"c":2,"u":"aura%20of%20life_xphb","p":244,"s":4,"h":1,"lvl":4,"n":"Aura of Life"},{"id":147,"c":2,"u":"aura%20of%20purity_xphb","p":244,"s":4,"h":1,"lvl":4,"n":"Aura of Purity"},{"id":148,"c":2,"u":"aura%20of%20vitality_xphb","p":244,"s":4,"h":1,"lvl":3,"n":"Aura of Vitality"},{"id":149,"c":2,"u":"awaken_xphb","p":245,"s":4,"h":1,"lvl":5,"n":"Awaken"},{"id":150,"c":2,"u":"bane_xphb","p":245,"s":4,"h":1,"lvl":1,"n":"Bane"},{"id":151,"c":2,"u":"banishing%20smite_xphb","p":245,"s":4,"h":1,"lvl":5,"n":"Banishing Smite"},{"id":152,"c":2,"u":"banishment_xphb","p":245,"s":4,"h":1,"lvl":4,"n":"Banishment"},{"id":153,"c":2,"u":"barkskin_xphb","p":245,"s":4,"h":1,"lvl":2,"n":"Barkskin"},{"id":154,"c":2,"u":"beacon%20of%20hope_xphb","p":245,"s":4,"h":1,"lvl":3,"n":"Beacon of Hope"},{"id":155,"c":2,"u":"beast%20sense_xphb","p":245,"s":4,"h":1,"lvl":2,"n":"Beast Sense"},{"id":156,"c":2,"u":"befuddlement_xphb","p":245,"s":4,"h":1,"lvl":8,"n":"Befuddlement"},{"id":157,"c":2,"u":"bestow%20curse_xphb","p":246,"s":4,"h":1,"lvl":3,"n":"Bestow Curse"},{"id":158,"c":2,"u":"bigby's%20hand_xphb","p":245,"s":4,"h":1,"lvl":5,"n":"Bigby's Hand"},{"id":159,"c":2,"u":"blade%20barrier_xphb","p":247,"s":4,"h":1,"lvl":6,"n":"Blade Barrier"},{"id":160,"c":2,"u":"blade%20ward_xphb","p":247,"s":4,"h":1,"lvl":0,"n":"Blade Ward"},{"id":161,"c":2,"u":"bless_xphb","p":247,"s":4,"h":1,"lvl":1,"n":"Bless"},{"id":162,"c":2,"u":"blight_xphb","p":247,"s":4,"h":1,"lvl":4,"n":"Blight"},{"id":163,"c":2,"u":"blinding%20smite_xphb","p":247,"s":4,"h":1,"lvl":3,"n":"Blinding Smite"},{"id":164,"c":2,"u":"blindness%2fdeafness_xphb","p":248,"s":4,"h":1,"lvl":2,"n":"Blindness/Deafness"},{"id":165,"c":2,"u":"blink_xphb","p":248,"s":4,"h":1,"lvl":3,"n":"Blink"},{"id":166,"c":2,"u":"blur_xphb","p":248,"s":4,"h":1,"lvl":2,"n":"Blur"},{"id":167,"c":2,"u":"burning%20hands_xphb","p":248,"s":4,"h":1,"lvl":1,"n":"Burning Hands"},{"id":168,"c":2,"u":"call%20lightning_xphb","p":248,"s":4,"h":1,"lvl":3,"n":"Call Lightning"},{"id":169,"c":2,"u":"calm%20emotions_xphb","p":249,"s":4,"h":1,"lvl":2,"n":"Calm Emotions"},{"id":170,"c":2,"u":"chain%20lightning_xphb","p":249,"s":4,"h":1,"lvl":6,"n":"Chain Lightning"},{"id":171,"c":2,"u":"charm%20monster_xphb","p":249,"s":4,"h":1,"lvl":4,"n":"Charm Monster"},{"id":172,"c":2,"u":"charm%20person_xphb","p":249,"s":4,"h":1,"lvl":1,"n":"Charm Person"},{"id":173,"c":2,"u":"chill%20touch_xphb","p":249,"s":4,"h":1,"lvl":0,"n":"Chill Touch"},{"id":174,"c":2,"u":"chromatic%20orb_xphb","p":249,"s":4,"h":1,"lvl":1,"n":"Chromatic Orb"},{"id":175,"c":2,"u":"circle%20of%20death_xphb","p":250,"s":4,"h":1,"lvl":6,"n":"Circle of Death"},{"id":176,"c":2,"u":"circle%20of%20power_xphb","p":250,"s":4,"h":1,"lvl":5,"n":"Circle of Power"},{"id":177,"c":2,"u":"clairvoyance_xphb","p":250,"s":4,"h":1,"lvl":3,"n":"Clairvoyance"},{"id":178,"c":2,"u":"clone_xphb","p":251,"s":4,"h":1,"lvl":8,"n":"Clone"},{"id":179,"c":2,"u":"cloud%20of%20daggers_xphb","p":251,"s":4,"h":1,"lvl":2,"n":"Cloud of Daggers"},{"id":180,"c":2,"u":"cloudkill_xphb","p":251,"s":4,"h":1,"lvl":5,"n":"Cloudkill"},{"id":181,"c":2,"u":"color%20spray_xphb","p":251,"s":4,"h":1,"lvl":1,"n":"Color Spray"},{"id":182,"c":2,"u":"command_xphb","p":251,"s":4,"h":1,"lvl":1,"n":"Command"},{"id":183,"c":2,"u":"commune_xphb","p":252,"s":4,"h":1,"lvl":5,"n":"Commune"},{"id":184,"c":2,"u":"commune%20with%20nature_xphb","p":252,"s":4,"h":1,"lvl":5,"n":"Commune with Nature"},{"id":185,"c":2,"u":"compelled%20duel_xphb","p":252,"s":4,"h":1,"lvl":1,"n":"Compelled Duel"},{"id":186,"c":2,"u":"comprehend%20languages_xphb","p":252,"s":4,"h":1,"lvl":1,"n":"Comprehend Languages"},{"id":187,"c":2,"u":"compulsion_xphb","p":252,"s":4,"h":1,"lvl":4,"n":"Compulsion"},{"id":188,"c":2,"u":"cone%20of%20cold_xphb","p":253,"s":4,"h":1,"lvl":5,"n":"Cone of Cold"},{"id":189,"c":2,"u":"confusion_xphb","p":253,"s":4,"h":1,"lvl":4,"n":"Confusion"},{"id":190,"c":2,"u":"conjure%20animals_xphb","p":254,"s":4,"h":1,"lvl":3,"n":"Conjure Animals"},{"id":191,"c":2,"u":"conjure%20barrage_xphb","p":254,"s":4,"h":1,"lvl":3,"n":"Conjure Barrage"},{"id":192,"c":2,"u":"conjure%20celestial_xphb","p":254,"s":4,"h":1,"lvl":7,"n":"Conjure Celestial"},{"id":193,"c":2,"u":"conjure%20elemental_xphb","p":254,"s":4,"h":1,"lvl":5,"n":"Conjure Elemental"},{"id":194,"c":2,"u":"conjure%20fey_xphb","p":255,"s":4,"h":1,"lvl":6,"n":"Conjure Fey"},{"id":195,"c":2,"u":"conjure%20minor%20elementals_xphb","p":255,"s":4,"h":1,"lvl":4,"n":"Conjure Minor Elementals"},{"id":196,"c":2,"u":"conjure%20volley_xphb","p":255,"s":4,"h":1,"lvl":5,"n":"Conjure Volley"},{"id":197,"c":2,"u":"conjure%20woodland%20beings_xphb","p":255,"s":4,"h":1,"lvl":4,"n":"Conjure Woodland Beings"},{"id":198,"c":2,"u":"contact%20other%20plane_xphb","p":255,"s":4,"h":1,"lvl":5,"n":"Contact Other Plane"},{"id":199,"c":2,"u":"contagion_xphb","p":256,"s":4,"h":1,"lvl":5,"n":"Contagion"},{"id":200,"c":2,"u":"contingency_xphb","p":256,"s":4,"h":1,"lvl":6,"n":"Contingency"},{"id":201,"c":2,"u":"continual%20flame_xphb","p":256,"s":4,"h":1,"lvl":2,"n":"Continual Flame"},{"id":202,"c":2,"u":"control%20water_xphb","p":256,"s":4,"h":1,"lvl":4,"n":"Control Water"},{"id":203,"c":2,"u":"control%20weather_xphb","p":257,"s":4,"h":1,"lvl":8,"n":"Control Weather"},{"id":204,"c":2,"u":"cordon%20of%20arrows_xphb","p":258,"s":4,"h":1,"lvl":2,"n":"Cordon of Arrows"},{"id":205,"c":2,"u":"counterspell_xphb","p":258,"s":4,"h":1,"lvl":3,"n":"Counterspell"},{"id":206,"c":2,"u":"create%20food%20and%20water_xphb","p":258,"s":4,"h":1,"lvl":3,"n":"Create Food and Water"},{"id":207,"c":2,"u":"create%20or%20destroy%20water_xphb","p":258,"s":4,"h":1,"lvl":1,"n":"Create or Destroy Water"},{"id":208,"c":2,"u":"create%20undead_xphb","p":258,"s":4,"h":1,"lvl":6,"n":"Create Undead"},{"id":209,"c":2,"u":"creation_xphb","p":259,"s":4,"h":1,"lvl":5,"n":"Creation"},{"id":210,"c":2,"u":"crown%20of%20madness_xphb","p":259,"s":4,"h":1,"lvl":2,"n":"Crown of Madness"},{"id":211,"c":2,"u":"crusader's%20mantle_xphb","p":259,"s":4,"h":1,"lvl":3,"n":"Crusader's Mantle"},{"id":212,"c":2,"u":"cure%20wounds_xphb","p":259,"s":4,"h":1,"lvl":1,"n":"Cure Wounds"},{"id":213,"c":2,"u":"dancing%20lights_xphb","p":259,"s":4,"h":1,"lvl":0,"n":"Dancing Lights"},{"id":214,"c":2,"u":"darkness_xphb","p":260,"s":4,"h":1,"lvl":2,"n":"Darkness"},{"id":215,"c":2,"u":"darkvision_xphb","p":260,"s":4,"h":1,"lvl":2,"n":"Darkvision"},{"id":216,"c":2,"u":"daylight_xphb","p":260,"s":4,"h":1,"lvl":3,"n":"Daylight"},{"id":217,"c":2,"u":"death%20ward_xphb","p":261,"s":4,"h":1,"lvl":4,"n":"Death Ward"},{"id":218,"c":2,"u":"delayed%20blast%20fireball_xphb","p":261,"s":4,"h":1,"lvl":7,"n":"Delayed Blast Fireball"},{"id":219,"c":2,"u":"demiplane_xphb","p":261,"s":4,"h":1,"lvl":8,"n":"Demiplane"},{"id":220,"c":2,"u":"destructive%20wave_xphb","p":261,"s":4,"h":1,"lvl":5,"n":"Destructive Wave"},{"id":221,"c":2,"u":"detect%20evil%20and%20good_xphb","p":261,"s":4,"h":1,"lvl":1,"n":"Detect Evil and Good"},{"id":222,"c":2,"u":"detect%20magic_xphb","p":262,"s":4,"h":1,"lvl":1,"n":"Detect Magic"},{"id":223,"c":2,"u":"detect%20poison%20and%20disease_xphb","p":262,"s":4,"h":1,"lvl":1,"n":"Detect Poison and Disease"},{"id":224,"c":2,"u":"detect%20thoughts_xphb","p":262,"s":4,"h":1,"lvl":2,"n":"Detect Thoughts"},{"id":225,"c":2,"u":"dimension%20door_xphb","p":262,"s":4,"h":1,"lvl":4,"n":"Dimension Door"},{"id":226,"c":2,"u":"disguise%20self_xphb","p":262,"s":4,"h":1,"lvl":1,"n":"Disguise Self"},{"id":227,"c":2,"u":"disintegrate_xphb","p":263,"s":4,"h":1,"lvl":6,"n":"Disintegrate"},{"id":228,"c":2,"u":"dispel%20evil%20and%20good_xphb","p":263,"s":4,"h":1,"lvl":5,"n":"Dispel Evil and Good"},{"id":229,"c":2,"u":"dispel%20magic_xphb","p":265,"s":4,"h":1,"lvl":3,"n":"Dispel Magic"},{"id":230,"c":2,"u":"dissonant%20whispers_xphb","p":264,"s":4,"h":1,"lvl":1,"n":"Dissonant Whispers"},{"id":231,"c":2,"u":"divination_xphb","p":264,"s":4,"h":1,"lvl":4,"n":"Divination"},{"id":232,"c":2,"u":"divine%20favor_xphb","p":265,"s":4,"h":1,"lvl":1,"n":"Divine Favor"},{"id":233,"c":2,"u":"divine%20smite_xphb","p":265,"s":4,"h":1,"lvl":1,"n":"Divine Smite"},{"id":234,"c":2,"u":"divine%20word_xphb","p":265,"s":4,"h":1,"lvl":7,"n":"Divine Word"},{"id":235,"c":2,"u":"dominate%20beast_xphb","p":265,"s":4,"h":1,"lvl":4,"n":"Dominate Beast"},{"id":236,"c":2,"u":"dominate%20monster_xphb","p":265,"s":4,"h":1,"lvl":8,"n":"Dominate Monster"},{"id":237,"c":2,"u":"dominate%20person_xphb","p":266,"s":4,"h":1,"lvl":5,"n":"Dominate Person"},{"id":238,"c":2,"u":"dragon's%20breath_xphb","p":266,"s":4,"h":1,"lvl":2,"n":"Dragon's Breath"},{"id":239,"c":2,"u":"drawmij's%20instant%20summons_xphb","p":266,"s":4,"h":1,"lvl":6,"n":"Drawmij's Instant Summons"},{"id":240,"c":2,"u":"dream_xphb","p":266,"s":4,"h":1,"lvl":5,"n":"Dream"},{"id":241,"c":2,"u":"druidcraft_xphb","p":266,"s":4,"h":1,"lvl":0,"n":"Druidcraft"},{"id":242,"c":2,"u":"earthquake_xphb","p":267,"s":4,"h":1,"lvl":8,"n":"Earthquake"},{"id":243,"c":2,"u":"eldritch%20blast_xphb","p":267,"s":4,"h":1,"lvl":0,"n":"Eldritch Blast"},{"id":244,"c":2,"u":"elemental%20weapon_xphb","p":268,"s":4,"h":1,"lvl":3,"n":"Elemental Weapon"},{"id":245,"c":2,"u":"elementalism_xphb","p":267,"s":4,"h":1,"lvl":0,"n":"Elementalism"},{"id":246,"c":2,"u":"enhance%20ability_xphb","p":268,"s":4,"h":1,"lvl":2,"n":"Enhance Ability"},{"id":247,"c":2,"u":"enlarge%2freduce_xphb","p":268,"s":4,"h":1,"lvl":2,"n":"Enlarge/Reduce"},{"id":248,"c":2,"u":"ensnaring%20strike_xphb","p":268,"s":4,"h":1,"lvl":1,"n":"Ensnaring Strike"},{"id":249,"c":2,"u":"entangle_xphb","p":268,"s":4,"h":1,"lvl":1,"n":"Entangle"},{"id":250,"c":2,"u":"enthrall_xphb","p":269,"s":4,"h":1,"lvl":2,"n":"Enthrall"},{"id":251,"c":2,"u":"etherealness_xphb","p":269,"s":4,"h":1,"lvl":7,"n":"Etherealness"},{"id":252,"c":2,"u":"evard's%20black%20tentacles_xphb","p":270,"s":4,"h":1,"lvl":4,"n":"Evard's Black Tentacles"},{"id":253,"c":2,"u":"expeditious%20retreat_xphb","p":270,"s":4,"h":1,"lvl":1,"n":"Expeditious Retreat"},{"id":254,"c":2,"u":"eyebite_xphb","p":270,"s":4,"h":1,"lvl":6,"n":"Eyebite"},{"id":255,"c":2,"u":"fabricate_xphb","p":271,"s":4,"h":1,"lvl":4,"n":"Fabricate"},{"id":256,"c":2,"u":"faerie%20fire_xphb","p":271,"s":4,"h":1,"lvl":1,"n":"Faerie Fire"},{"id":257,"c":2,"u":"false%20life_xphb","p":271,"s":4,"h":1,"lvl":1,"n":"False Life"},{"id":258,"c":2,"u":"fear_xphb","p":271,"s":4,"h":1,"lvl":3,"n":"Fear"},{"id":259,"c":2,"u":"feather%20fall_xphb","p":271,"s":4,"h":1,"lvl":1,"n":"Feather Fall"},{"id":260,"c":2,"u":"feign%20death_xphb","p":271,"s":4,"h":1,"lvl":3,"n":"Feign Death"},{"id":261,"c":2,"u":"find%20familiar_xphb","p":272,"s":4,"h":1,"lvl":1,"n":"Find Familiar"},{"id":262,"c":2,"u":"find%20steed_xphb","p":272,"s":4,"h":1,"lvl":2,"n":"Find Steed"},{"id":263,"c":2,"u":"find%20the%20path_xphb","p":273,"s":4,"h":1,"lvl":6,"n":"Find the Path"},{"id":264,"c":2,"u":"find%20traps_xphb","p":273,"s":4,"h":1,"lvl":2,"n":"Find Traps"},{"id":265,"c":2,"u":"finger%20of%20death_xphb","p":273,"s":4,"h":1,"lvl":7,"n":"Finger of Death"},{"id":266,"c":2,"u":"fire%20bolt_xphb","p":274,"s":4,"h":1,"lvl":0,"n":"Fire Bolt"},{"id":267,"c":2,"u":"fire%20shield_xphb","p":274,"s":4,"h":1,"lvl":4,"n":"Fire Shield"},{"id":268,"c":2,"u":"fire%20storm_xphb","p":275,"s":4,"h":1,"lvl":7,"n":"Fire Storm"},{"id":269,"c":2,"u":"fireball_xphb","p":274,"s":4,"h":1,"lvl":3,"n":"Fireball"},{"id":270,"c":2,"u":"flame%20blade_xphb","p":275,"s":4,"h":1,"lvl":2,"n":"Flame Blade"},{"id":271,"c":2,"u":"flame%20strike_xphb","p":275,"s":4,"h":1,"lvl":5,"n":"Flame Strike"},{"id":272,"c":2,"u":"flaming%20sphere_xphb","p":275,"s":4,"h":1,"lvl":2,"n":"Flaming Sphere"},{"id":273,"c":2,"u":"flesh%20to%20stone_xphb","p":275,"s":4,"h":1,"lvl":6,"n":"Flesh to Stone"},{"id":274,"c":2,"u":"fly_xphb","p":276,"s":4,"h":1,"lvl":3,"n":"Fly"},{"id":275,"c":2,"u":"fog%20cloud_xphb","p":276,"s":4,"h":1,"lvl":1,"n":"Fog Cloud"},{"id":276,"c":2,"u":"forbiddance_xphb","p":276,"s":4,"h":1,"lvl":6,"n":"Forbiddance"},{"id":277,"c":2,"u":"forcecage_xphb","p":276,"s":4,"h":1,"lvl":7,"n":"Forcecage"},{"id":278,"c":2,"u":"foresight_xphb","p":276,"s":4,"h":1,"lvl":9,"n":"Foresight"},{"id":279,"c":2,"u":"fount%20of%20moonlight_xphb","p":277,"s":4,"h":1,"lvl":4,"n":"Fount of Moonlight"},{"id":280,"c":2,"u":"freedom%20of%20movement_xphb","p":277,"s":4,"h":1,"lvl":4,"n":"Freedom of Movement"},{"id":281,"c":2,"u":"friends_xphb","p":277,"s":4,"h":1,"lvl":0,"n":"Friends"},{"id":282,"c":2,"u":"gaseous%20form_xphb","p":277,"s":4,"h":1,"lvl":3,"n":"Gaseous Form"},{"id":283,"c":2,"u":"gate_xphb","p":277,"s":4,"h":1,"lvl":9,"n":"Gate"},{"id":284,"c":2,"u":"geas_xphb","p":278,"s":4,"h":1,"lvl":5,"n":"Geas"},{"id":285,"c":2,"u":"gentle%20repose_xphb","p":278,"s":4,"h":1,"lvl":2,"n":"Gentle Repose"},{"id":286,"c":2,"u":"giant%20insect_xphb","p":279,"s":4,"h":1,"lvl":4,"n":"Giant Insect"},{"id":287,"c":2,"u":"glibness_xphb","p":279,"s":4,"h":1,"lvl":8,"n":"Glibness"},{"id":288,"c":2,"u":"globe%20of%20invulnerability_xphb","p":279,"s":4,"h":1,"lvl":6,"n":"Globe of Invulnerability"},{"id":289,"c":2,"u":"glyph%20of%20warding_xphb","p":279,"s":4,"h":1,"lvl":3,"n":"Glyph of Warding"},{"id":290,"c":2,"u":"goodberry_xphb","p":280,"s":4,"h":1,"lvl":1,"n":"Goodberry"},{"id":291,"c":2,"u":"grasping%20vine_xphb","p":280,"s":4,"h":1,"lvl":4,"n":"Grasping Vine"},{"id":292,"c":2,"u":"grease_xphb","p":280,"s":4,"h":1,"lvl":1,"n":"Grease"},{"id":293,"c":2,"u":"greater%20invisibility_xphb","p":281,"s":4,"h":1,"lvl":4,"n":"Greater Invisibility"},{"id":294,"c":2,"u":"greater%20restoration_xphb","p":281,"s":4,"h":1,"lvl":5,"n":"Greater Restoration"},{"id":295,"c":2,"u":"guardian%20of%20faith_xphb","p":281,"s":4,"h":1,"lvl":4,"n":"Guardian of Faith"},{"id":296,"c":2,"u":"guards%20and%20wards_xphb","p":282,"s":4,"h":1,"lvl":6,"n":"Guards and Wards"},{"id":297,"c":2,"u":"guidance_xphb","p":282,"s":4,"h":1,"lvl":0,"n":"Guidance"},{"id":298,"c":2,"u":"guiding%20bolt_xphb","p":282,"s":4,"h":1,"lvl":1,"n":"Guiding Bolt"},{"id":299,"c":2,"u":"gust%20of%20wind_xphb","p":282,"s":4,"h":1,"lvl":2,"n":"Gust of Wind"},{"id":300,"c":2,"u":"hail%20of%20thorns_xphb","p":283,"s":4,"h":1,"lvl":1,"n":"Hail of Thorns"},{"id":301,"c":2,"u":"hallow_xphb","p":283,"s":4,"h":1,"lvl":5,"n":"Hallow"},{"id":302,"c":2,"u":"hallucinatory%20terrain_xphb","p":283,"s":4,"h":1,"lvl":4,"n":"Hallucinatory Terrain"},{"id":303,"c":2,"u":"harm_xphb","p":283,"s":4,"h":1,"lvl":6,"n":"Harm"},{"id":304,"c":2,"u":"haste_xphb","p":284,"s":4,"h":1,"lvl":3,"n":"Haste"},{"id":305,"c":2,"u":"heal_xphb","p":284,"s":4,"h":1,"lvl":6,"n":"Heal"},{"id":306,"c":2,"u":"healing%20word_xphb","p":284,"s":4,"h":1,"lvl":1,"n":"Healing Word"},{"id":307,"c":2,"u":"heat%20metal_xphb","p":284,"s":4,"h":1,"lvl":2,"n":"Heat Metal"},{"id":308,"c":2,"u":"hellish%20rebuke_xphb","p":284,"s":4,"h":1,"lvl":1,"n":"Hellish Rebuke"},{"id":309,"c":2,"u":"heroes'%20feast_xphb","p":284,"s":4,"h":1,"lvl":6,"n":"Heroes' Feast"},{"id":310,"c":2,"u":"heroism_xphb","p":285,"s":4,"h":1,"lvl":1,"n":"Heroism"},{"id":311,"c":2,"u":"hex_xphb","p":285,"s":4,"h":1,"lvl":1,"n":"Hex"},{"id":312,"c":2,"u":"hold%20monster_xphb","p":285,"s":4,"h":1,"lvl":5,"n":"Hold Monster"},{"id":313,"c":2,"u":"hold%20person_xphb","p":286,"s":4,"h":1,"lvl":2,"n":"Hold Person"},{"id":314,"c":2,"u":"holy%20aura_xphb","p":286,"s":4,"h":1,"lvl":8,"n":"Holy Aura"},{"id":315,"c":2,"u":"hunger%20of%20hadar_xphb","p":286,"s":4,"h":1,"lvl":3,"n":"Hunger of Hadar"},{"id":316,"c":2,"u":"hunter's%20mark_xphb","p":287,"s":4,"h":1,"lvl":1,"n":"Hunter's Mark"},{"id":317,"c":2,"u":"hypnotic%20pattern_xphb","p":287,"s":4,"h":1,"lvl":3,"n":"Hypnotic Pattern"},{"id":318,"c":2,"u":"ice%20knife_xphb","p":287,"s":4,"h":1,"lvl":1,"n":"Ice Knife"},{"id":319,"c":2,"u":"ice%20storm_xphb","p":287,"s":4,"h":1,"lvl":4,"n":"Ice Storm"},{"id":320,"c":2,"u":"identify_xphb","p":287,"s":4,"h":1,"lvl":1,"n":"Identify"},{"id":321,"c":2,"u":"illusory%20script_xphb","p":288,"s":4,"h":1,"lvl":1,"n":"Illusory Script"},{"id":322,"c":2,"u":"imprisonment_xphb","p":288,"s":4,"h":1,"lvl":9,"n":"Imprisonment"},{"id":323,"c":2,"u":"incendiary%20cloud_xphb","p":288,"s":4,"h":1,"lvl":8,"n":"Incendiary Cloud"},{"id":324,"c":2,"u":"inflict%20wounds_xphb","p":288,"s":4,"h":1,"lvl":1,"n":"Inflict Wounds"},{"id":325,"c":2,"u":"insect%20plague_xphb","p":289,"s":4,"h":1,"lvl":5,"n":"Insect Plague"},{"id":326,"c":2,"u":"invisibility_xphb","p":289,"s":4,"h":1,"lvl":2,"n":"Invisibility"},{"id":327,"c":2,"u":"jallarzi's%20storm%20of%20radiance_xphb","p":289,"s":4,"h":1,"lvl":5,"n":"Jallarzi's Storm of Radiance"},{"id":328,"c":2,"u":"jump_xphb","p":290,"s":4,"h":1,"lvl":1,"n":"Jump"},{"id":329,"c":2,"u":"knock_xphb","p":290,"s":4,"h":1,"lvl":2,"n":"Knock"},{"id":330,"c":2,"u":"legend%20lore_xphb","p":290,"s":4,"h":1,"lvl":5,"n":"Legend Lore"},{"id":331,"c":2,"u":"leomund's%20secret%20chest_xphb","p":290,"s":4,"h":1,"lvl":4,"n":"Leomund's Secret Chest"},{"id":332,"c":2,"u":"leomund's%20tiny%20hut_xphb","p":291,"s":4,"h":1,"lvl":3,"n":"Leomund's Tiny Hut"},{"id":333,"c":2,"u":"lesser%20restoration_xphb","p":291,"s":4,"h":1,"lvl":2,"n":"Lesser Restoration"},{"id":334,"c":2,"u":"levitate_xphb","p":291,"s":4,"h":1,"lvl":2,"n":"Levitate"},{"id":335,"c":2,"u":"light_xphb","p":292,"s":4,"h":1,"lvl":0,"n":"Light"},{"id":336,"c":2,"u":"lightning%20arrow_xphb","p":292,"s":4,"h":1,"lvl":3,"n":"Lightning Arrow"},{"id":337,"c":2,"u":"lightning%20bolt_xphb","p":292,"s":4,"h":1,"lvl":3,"n":"Lightning Bolt"},{"id":338,"c":2,"u":"locate%20animals%20or%20plants_xphb","p":292,"s":4,"h":1,"lvl":2,"n":"Locate Animals or Plants"},{"id":339,"c":2,"u":"locate%20creature_xphb","p":292,"s":4,"h":1,"lvl":4,"n":"Locate Creature"},{"id":340,"c":2,"u":"locate%20object_xphb","p":293,"s":4,"h":1,"lvl":2,"n":"Locate Object"},{"id":341,"c":2,"u":"longstrider_xphb","p":293,"s":4,"h":1,"lvl":1,"n":"Longstrider"},{"id":342,"c":2,"u":"mage%20armor_xphb","p":293,"s":4,"h":1,"lvl":1,"n":"Mage Armor"},{"id":343,"c":2,"u":"mage%20hand_xphb","p":293,"s":4,"h":1,"lvl":0,"n":"Mage Hand"},{"id":344,"c":2,"u":"magic%20circle_xphb","p":293,"s":4,"h":1,"lvl":3,"n":"Magic Circle"},{"id":345,"c":2,"u":"magic%20jar_xphb","p":294,"s":4,"h":1,"lvl":6,"n":"Magic Jar"},{"id":346,"c":2,"u":"magic%20missile_xphb","p":295,"s":4,"h":1,"lvl":1,"n":"Magic Missile"},{"id":347,"c":2,"u":"magic%20mouth_xphb","p":295,"s":4,"h":1,"lvl":2,"n":"Magic Mouth"},{"id":348,"c":2,"u":"magic%20weapon_xphb","p":295,"s":4,"h":1,"lvl":2,"n":"Magic Weapon"},{"id":349,"c":2,"u":"major%20image_xphb","p":295,"s":4,"h":1,"lvl":3,"n":"Major Image"},{"id":350,"c":2,"u":"mass%20cure%20wounds_xphb","p":296,"s":4,"h":1,"lvl":5,"n":"Mass Cure Wounds"},{"id":351,"c":2,"u":"mass%20heal_xphb","p":296,"s":4,"h":1,"lvl":9,"n":"Mass Heal"},{"id":352,"c":2,"u":"mass%20healing%20word_xphb","p":296,"s":4,"h":1,"lvl":3,"n":"Mass Healing Word"},{"id":353,"c":2,"u":"mass%20suggestion_xphb","p":296,"s":4,"h":1,"lvl":6,"n":"Mass Suggestion"},{"id":354,"c":2,"u":"maze_xphb","p":296,"s":4,"h":1,"lvl":8,"n":"Maze"},{"id":355,"c":2,"u":"meld%20into%20stone_xphb","p":296,"s":4,"h":1,"lvl":3,"n":"Meld into Stone"},{"id":356,"c":2,"u":"melf's%20acid%20arrow_xphb","p":297,"s":4,"h":1,"lvl":2,"n":"Melf's Acid Arrow"},{"id":357,"c":2,"u":"mending_xphb","p":297,"s":4,"h":1,"lvl":0,"n":"Mending"},{"id":358,"c":2,"u":"message_xphb","p":298,"s":4,"h":1,"lvl":0,"n":"Message"},{"id":359,"c":2,"u":"meteor%20swarm_xphb","p":298,"s":4,"h":1,"lvl":9,"n":"Meteor Swarm"},{"id":360,"c":2,"u":"mind%20blank_xphb","p":298,"s":4,"h":1,"lvl":8,"n":"Mind Blank"},{"id":361,"c":2,"u":"mind%20sliver_xphb","p":298,"s":4,"h":1,"lvl":0,"n":"Mind Sliver"},{"id":362,"c":2,"u":"mind%20spike_xphb","p":298,"s":4,"h":1,"lvl":2,"n":"Mind Spike"},{"id":363,"c":2,"u":"minor%20illusion_xphb","p":298,"s":4,"h":1,"lvl":0,"n":"Minor Illusion"},{"id":364,"c":2,"u":"mirage%20arcane_xphb","p":299,"s":4,"h":1,"lvl":7,"n":"Mirage Arcane"},{"id":365,"c":2,"u":"mirror%20image_xphb","p":299,"s":4,"h":1,"lvl":2,"n":"Mirror Image"},{"id":366,"c":2,"u":"mislead_xphb","p":299,"s":4,"h":1,"lvl":5,"n":"Mislead"},{"id":367,"c":2,"u":"misty%20step_xphb","p":299,"s":4,"h":1,"lvl":2,"n":"Misty Step"},{"id":368,"c":2,"u":"modify%20memory_xphb","p":299,"s":4,"h":1,"lvl":5,"n":"Modify Memory"},{"id":369,"c":2,"u":"moonbeam_xphb","p":300,"s":4,"h":1,"lvl":2,"n":"Moonbeam"},{"id":370,"c":2,"u":"mordenkainen's%20faithful%20hound_xphb","p":300,"s":4,"h":1,"lvl":4,"n":"Mordenkainen's Faithful Hound"},{"id":371,"c":2,"u":"mordenkainen's%20magnificent%20mansion_xphb","p":300,"s":4,"h":1,"lvl":7,"n":"Mordenkainen's Magnificent Mansion"},{"id":372,"c":2,"u":"mordenkainen's%20private%20sanctum_xphb","p":301,"s":4,"h":1,"lvl":4,"n":"Mordenkainen's Private Sanctum"},{"id":373,"c":2,"u":"mordenkainen's%20sword_xphb","p":302,"s":4,"h":1,"lvl":7,"n":"Mordenkainen's Sword"},{"id":374,"c":2,"u":"move%20earth_xphb","p":302,"s":4,"h":1,"lvl":6,"n":"Move Earth"},{"id":375,"c":2,"u":"nondetection_xphb","p":302,"s":4,"h":1,"lvl":3,"n":"Nondetection"},{"id":376,"c":2,"u":"nystul's%20magic%20aura_xphb","p":302,"s":4,"h":1,"lvl":2,"n":"Nystul's Magic Aura"},{"id":377,"c":2,"u":"otiluke's%20freezing%20sphere_xphb","p":302,"s":4,"h":1,"lvl":6,"n":"Otiluke's Freezing Sphere"},{"id":378,"c":2,"u":"otiluke's%20resilient%20sphere_xphb","p":303,"s":4,"h":1,"lvl":4,"n":"Otiluke's Resilient Sphere"},{"id":379,"c":2,"u":"otto's%20irresistible%20dance_xphb","p":303,"s":4,"h":1,"lvl":6,"n":"Otto's Irresistible Dance"},{"id":380,"c":2,"u":"pass%20without%20trace_xphb","p":303,"s":4,"h":1,"lvl":2,"n":"Pass without Trace"},{"id":381,"c":2,"u":"passwall_xphb","p":303,"s":4,"h":1,"lvl":5,"n":"Passwall"},{"id":382,"c":2,"u":"phantasmal%20force_xphb","p":304,"s":4,"h":1,"lvl":2,"n":"Phantasmal Force"},{"id":383,"c":2,"u":"phantasmal%20killer_xphb","p":304,"s":4,"h":1,"lvl":4,"n":"Phantasmal Killer"},{"id":384,"c":2,"u":"phantom%20steed_xphb","p":304,"s":4,"h":1,"lvl":3,"n":"Phantom Steed"},{"id":385,"c":2,"u":"planar%20ally_xphb","p":304,"s":4,"h":1,"lvl":6,"n":"Planar Ally"},{"id":386,"c":2,"u":"planar%20binding_xphb","p":305,"s":4,"h":1,"lvl":5,"n":"Planar Binding"},{"id":387,"c":2,"u":"plane%20shift_xphb","p":305,"s":4,"h":1,"lvl":7,"n":"Plane Shift"},{"id":388,"c":2,"u":"plant%20growth_xphb","p":305,"s":4,"h":1,"lvl":3,"n":"Plant Growth"},{"id":389,"c":2,"u":"poison%20spray_xphb","p":306,"s":4,"h":1,"lvl":0,"n":"Poison Spray"},{"id":390,"c":2,"u":"polymorph_xphb","p":306,"s":4,"h":1,"lvl":4,"n":"Polymorph"},{"id":391,"c":2,"u":"power%20word%20fortify_xphb","p":306,"s":4,"h":1,"lvl":7,"n":"Power Word Fortify"},{"id":392,"c":2,"u":"power%20word%20heal_xphb","p":306,"s":4,"h":1,"lvl":9,"n":"Power Word Heal"},{"id":393,"c":2,"u":"power%20word%20kill_xphb","p":306,"s":4,"h":1,"lvl":9,"n":"Power Word Kill"},{"id":394,"c":2,"u":"power%20word%20stun_xphb","p":306,"s":4,"h":1,"lvl":8,"n":"Power Word Stun"},{"id":395,"c":2,"u":"prayer%20of%20healing_xphb","p":307,"s":4,"h":1,"lvl":2,"n":"Prayer of Healing"},{"id":396,"c":2,"u":"prestidigitation_xphb","p":307,"s":4,"h":1,"lvl":0,"n":"Prestidigitation"},{"id":397,"c":2,"u":"prismatic%20spray_xphb","p":307,"s":4,"h":1,"lvl":7,"n":"Prismatic Spray"},{"id":398,"c":2,"u":"prismatic%20wall_xphb","p":308,"s":4,"h":1,"lvl":9,"n":"Prismatic Wall"},{"id":399,"c":2,"u":"produce%20flame_xphb","p":308,"s":4,"h":1,"lvl":0,"n":"Produce Flame"},{"id":400,"c":2,"u":"programmed%20illusion_xphb","p":309,"s":4,"h":1,"lvl":6,"n":"Programmed Illusion"},{"id":401,"c":2,"u":"project%20image_xphb","p":309,"s":4,"h":1,"lvl":7,"n":"Project Image"},{"id":402,"c":2,"u":"protection%20from%20energy_xphb","p":309,"s":4,"h":1,"lvl":3,"n":"Protection from Energy"},{"id":403,"c":2,"u":"protection%20from%20evil%20and%20good_xphb","p":309,"s":4,"h":1,"lvl":1,"n":"Protection from Evil and Good"},{"id":404,"c":2,"u":"protection%20from%20poison_xphb","p":310,"s":4,"h":1,"lvl":2,"n":"Protection from Poison"},{"id":405,"c":2,"u":"purify%20food%20and%20drink_xphb","p":310,"s":4,"h":1,"lvl":1,"n":"Purify Food and Drink"},{"id":406,"c":2,"u":"raise%20dead_xphb","p":310,"s":4,"h":1,"lvl":5,"n":"Raise Dead"},{"id":407,"c":2,"u":"rary's%20telepathic%20bond_xphb","p":311,"s":4,"h":1,"lvl":5,"n":"Rary's Telepathic Bond"},{"id":408,"c":2,"u":"ray%20of%20enfeeblement_xphb","p":311,"s":4,"h":1,"lvl":2,"n":"Ray of Enfeeblement"},{"id":409,"c":2,"u":"ray%20of%20frost_xphb","p":311,"s":4,"h":1,"lvl":0,"n":"Ray of Frost"},{"id":410,"c":2,"u":"ray%20of%20sickness_xphb","p":311,"s":4,"h":1,"lvl":1,"n":"Ray of Sickness"},{"id":411,"c":2,"u":"regenerate_xphb","p":311,"s":4,"h":1,"lvl":7,"n":"Regenerate"},{"id":412,"c":2,"u":"reincarnate_xphb","p":311,"s":4,"h":1,"lvl":5,"n":"Reincarnate"},{"id":413,"c":2,"u":"remove%20curse_xphb","p":312,"s":4,"h":1,"lvl":3,"n":"Remove Curse"},{"id":414,"c":2,"u":"resistance_xphb","p":312,"s":4,"h":1,"lvl":0,"n":"Resistance"},{"id":415,"c":2,"u":"resurrection_xphb","p":312,"s":4,"h":1,"lvl":7,"n":"Resurrection"},{"id":416,"c":2,"u":"reverse%20gravity_xphb","p":312,"s":4,"h":1,"lvl":7,"n":"Reverse Gravity"},{"id":417,"c":2,"u":"revivify_xphb","p":312,"s":4,"h":1,"lvl":3,"n":"Revivify"},{"id":418,"c":2,"u":"rope%20trick_xphb","p":312,"s":4,"h":1,"lvl":2,"n":"Rope Trick"},{"id":419,"c":2,"u":"sacred%20flame_xphb","p":313,"s":4,"h":1,"lvl":0,"n":"Sacred Flame"},{"id":420,"c":2,"u":"sanctuary_xphb","p":313,"s":4,"h":1,"lvl":1,"n":"Sanctuary"},{"id":421,"c":2,"u":"scorching%20ray_xphb","p":314,"s":4,"h":1,"lvl":2,"n":"Scorching Ray"},{"id":422,"c":2,"u":"scrying_xphb","p":314,"s":4,"h":1,"lvl":5,"n":"Scrying"},{"id":423,"c":2,"u":"searing%20smite_xphb","p":314,"s":4,"h":1,"lvl":1,"n":"Searing Smite"},{"id":424,"c":2,"u":"see%20invisibility_xphb","p":314,"s":4,"h":1,"lvl":2,"n":"See Invisibility"},{"id":425,"c":2,"u":"seeming_xphb","p":314,"s":4,"h":1,"lvl":5,"n":"Seeming"},{"id":426,"c":2,"u":"sending_xphb","p":314,"s":4,"h":1,"lvl":3,"n":"Sending"},{"id":427,"c":2,"u":"sequester_xphb","p":315,"s":4,"h":1,"lvl":7,"n":"Sequester"},{"id":428,"c":2,"u":"shapechange_xphb","p":315,"s":4,"h":1,"lvl":9,"n":"Shapechange"},{"id":429,"c":2,"u":"shatter_xphb","p":316,"s":4,"h":1,"lvl":2,"n":"Shatter"},{"id":430,"c":2,"u":"shield_xphb","p":316,"s":4,"h":1,"lvl":1,"n":"Shield"},{"id":431,"c":2,"u":"shield%20of%20faith_xphb","p":316,"s":4,"h":1,"lvl":1,"n":"Shield of Faith"},{"id":432,"c":2,"u":"shillelagh_xphb","p":316,"s":4,"h":1,"lvl":0,"n":"Shillelagh"},{"id":433,"c":2,"u":"shining%20smite_xphb","p":316,"s":4,"h":1,"lvl":2,"n":"Shining Smite"},{"id":434,"c":2,"u":"shocking%20grasp_xphb","p":316,"s":4,"h":1,"lvl":0,"n":"Shocking Grasp"},{"id":435,"c":2,"u":"silence_xphb","p":316,"s":4,"h":1,"lvl":2,"n":"Silence"},{"id":436,"c":2,"u":"silent%20image_xphb","p":317,"s":4,"h":1,"lvl":1,"n":"Silent Image"},{"id":437,"c":2,"u":"simulacrum_xphb","p":317,"s":4,"h":1,"lvl":7,"n":"Simulacrum"},{"id":438,"c":2,"u":"sleep_xphb","p":317,"s":4,"h":1,"lvl":1,"n":"Sleep"},{"id":439,"c":2,"u":"sleet%20storm_xphb","p":317,"s":4,"h":1,"lvl":3,"n":"Sleet Storm"},{"id":440,"c":2,"u":"slow_xphb","p":318,"s":4,"h":1,"lvl":3,"n":"Slow"},{"id":441,"c":2,"u":"sorcerous%20burst_xphb","p":318,"s":4,"h":1,"lvl":0,"n":"Sorcerous Burst"},{"id":442,"c":2,"u":"spare%20the%20dying_xphb","p":318,"s":4,"h":1,"lvl":0,"n":"Spare the Dying"},{"id":443,"c":2,"u":"speak%20with%20animals_xphb","p":318,"s":4,"h":1,"lvl":1,"n":"Speak with Animals"},{"id":444,"c":2,"u":"speak%20with%20dead_xphb","p":318,"s":4,"h":1,"lvl":3,"n":"Speak with Dead"},{"id":445,"c":2,"u":"speak%20with%20plants_xphb","p":318,"s":4,"h":1,"lvl":3,"n":"Speak with Plants"},{"id":446,"c":2,"u":"spider%20climb_xphb","p":318,"s":4,"h":1,"lvl":2,"n":"Spider Climb"},{"id":447,"c":2,"u":"spike%20growth_xphb","p":318,"s":4,"h":1,"lvl":2,"n":"Spike Growth"},{"id":448,"c":2,"u":"spirit%20guardians_xphb","p":318,"s":4,"h":1,"lvl":3,"n":"Spirit Guardians"},{"id":449,"c":2,"u":"spiritual%20weapon_xphb","p":318,"s":4,"h":1,"lvl":2,"n":"Spiritual Weapon"},{"id":450,"c":2,"u":"staggering%20smite_xphb","p":319,"s":4,"h":1,"lvl":4,"n":"Staggering Smite"},{"id":451,"c":2,"u":"starry%20wisp_xphb","p":320,"s":4,"h":1,"lvl":0,"n":"Starry Wisp"},{"id":452,"c":2,"u":"steel%20wind%20strike_xphb","p":319,"s":4,"h":1,"lvl":5,"n":"Steel Wind Strike"},{"id":453,"c":2,"u":"stinking%20cloud_xphb","p":320,"s":4,"h":1,"lvl":3,"n":"Stinking Cloud"},{"id":454,"c":2,"u":"stone%20shape_xphb","p":320,"s":4,"h":1,"lvl":4,"n":"Stone Shape"},{"id":455,"c":2,"u":"stoneskin_xphb","p":320,"s":4,"h":1,"lvl":4,"n":"Stoneskin"},{"id":456,"c":2,"u":"storm%20of%20vengeance_xphb","p":320,"s":4,"h":1,"lvl":9,"n":"Storm of Vengeance"},{"id":457,"c":2,"u":"suggestion_xphb","p":320,"s":4,"h":1,"lvl":2,"n":"Suggestion"},{"id":458,"c":2,"u":"summon%20aberration_xphb","p":322,"s":4,"h":1,"lvl":4,"n":"Summon Aberration"},{"id":459,"c":2,"u":"summon%20beast_xphb","p":322,"s":4,"h":1,"lvl":2,"n":"Summon Beast"},{"id":460,"c":2,"u":"summon%20celestial_xphb","p":323,"s":4,"h":1,"lvl":5,"n":"Summon Celestial"},{"id":461,"c":2,"u":"summon%20construct_xphb","p":324,"s":4,"h":1,"lvl":4,"n":"Summon Construct"},{"id":462,"c":2,"u":"summon%20dragon_xphb","p":324,"s":4,"h":1,"lvl":5,"n":"Summon Dragon"},{"id":463,"c":2,"u":"summon%20elemental_xphb","p":325,"s":4,"h":1,"lvl":4,"n":"Summon Elemental"},{"id":464,"c":2,"u":"summon%20fey_xphb","p":326,"s":4,"h":1,"lvl":3,"n":"Summon Fey"},{"id":465,"c":2,"u":"summon%20fiend_xphb","p":326,"s":4,"h":1,"lvl":6,"n":"Summon Fiend"},{"id":466,"c":2,"u":"summon%20undead_xphb","p":328,"s":4,"h":1,"lvl":3,"n":"Summon Undead"},{"id":467,"c":2,"u":"sunbeam_xphb","p":329,"s":4,"h":1,"lvl":6,"n":"Sunbeam"},{"id":468,"c":2,"u":"sunburst_xphb","p":329,"s":4,"h":1,"lvl":8,"n":"Sunburst"},{"id":469,"c":2,"u":"swift%20quiver_xphb","p":329,"s":4,"h":1,"lvl":5,"n":"Swift Quiver"},{"id":470,"c":2,"u":"symbol_xphb","p":329,"s":4,"h":1,"lvl":7,"n":"Symbol"},{"id":471,"c":2,"u":"synaptic%20static_xphb","p":330,"s":4,"h":1,"lvl":5,"n":"Synaptic Static"},{"id":472,"c":2,"u":"tasha's%20bubbling%20cauldron_xphb","p":330,"s":4,"h":1,"lvl":6,"n":"Tasha's Bubbling Cauldron"},{"id":473,"c":2,"u":"tasha's%20hideous%20laughter_xphb","p":331,"s":4,"h":1,"lvl":1,"n":"Tasha's Hideous Laughter"},{"id":474,"c":2,"u":"telekinesis_xphb","p":331,"s":4,"h":1,"lvl":5,"n":"Telekinesis"},{"id":475,"c":2,"u":"telepathy_xphb","p":331,"s":4,"h":1,"lvl":8,"n":"Telepathy"},{"id":476,"c":2,"u":"teleport_xphb","p":331,"s":4,"h":1,"lvl":7,"n":"Teleport"},{"id":477,"c":2,"u":"teleportation%20circle_xphb","p":332,"s":4,"h":1,"lvl":5,"n":"Teleportation Circle"},{"id":478,"c":2,"u":"tenser's%20floating%20disk_xphb","p":332,"s":4,"h":1,"lvl":1,"n":"Tenser's Floating Disk"},{"id":479,"c":2,"u":"thaumaturgy_xphb","p":333,"s":4,"h":1,"lvl":0,"n":"Thaumaturgy"},{"id":480,"c":2,"u":"thorn%20whip_xphb","p":333,"s":4,"h":1,"lvl":0,"n":"Thorn Whip"},{"id":481,"c":2,"u":"thunderclap_xphb","p":333,"s":4,"h":1,"lvl":0,"n":"Thunderclap"},{"id":482,"c":2,"u":"thunderous%20smite_xphb","p":334,"s":4,"h":1,"lvl":1,"n":"Thunderous Smite"},{"id":483,"c":2,"u":"thunderwave_xphb","p":334,"s":4,"h":1,"lvl":1,"n":"Thunderwave"},{"id":484,"c":2,"u":"time%20stop_xphb","p":334,"s":4,"h":1,"lvl":9,"n":"Time Stop"},{"id":485,"c":2,"u":"toll%20the%20dead_xphb","p":334,"s":4,"h":1,"lvl":0,"n":"Toll the Dead"},{"id":486,"c":2,"u":"tongues_xphb","p":334,"s":4,"h":1,"lvl":3,"n":"Tongues"},{"id":487,"c":2,"u":"transport%20via%20plants_xphb","p":334,"s":4,"h":1,"lvl":6,"n":"Transport via Plants"},{"id":488,"c":2,"u":"tree%20stride_xphb","p":335,"s":4,"h":1,"lvl":5,"n":"Tree Stride"},{"id":489,"c":2,"u":"true%20polymorph_xphb","p":335,"s":4,"h":1,"lvl":9,"n":"True Polymorph"},{"id":490,"c":2,"u":"true%20resurrection_xphb","p":336,"s":4,"h":1,"lvl":9,"n":"True Resurrection"},{"id":491,"c":2,"u":"true%20seeing_xphb","p":336,"s":4,"h":1,"lvl":6,"n":"True Seeing"},{"id":492,"c":2,"u":"true%20strike_xphb","p":336,"s":4,"h":1,"lvl":0,"n":"True Strike"},{"id":493,"c":2,"u":"tsunami_xphb","p":336,"s":4,"h":1,"lvl":8,"n":"Tsunami"},{"id":494,"c":2,"u":"unseen%20servant_xphb","p":336,"s":4,"h":1,"lvl":1,"n":"Unseen Servant"},{"id":495,"c":2,"u":"vampiric%20touch_xphb","p":337,"s":4,"h":1,"lvl":3,"n":"Vampiric Touch"},{"id":496,"c":2,"u":"vicious%20mockery_xphb","p":337,"s":4,"h":1,"lvl":0,"n":"Vicious Mockery"},{"id":497,"c":2,"u":"vitriolic%20sphere_xphb","p":337,"s":4,"h":1,"lvl":4,"n":"Vitriolic Sphere"},{"id":498,"c":2,"u":"wall%20of%20fire_xphb","p":338,"s":4,"h":1,"lvl":4,"n":"Wall of Fire"},{"id":499,"c":2,"u":"wall%20of%20force_xphb","p":338,"s":4,"h":1,"lvl":5,"n":"Wall of Force"},{"id":500,"c":2,"u":"wall%20of%20ice_xphb","p":339,"s":4,"h":1,"lvl":6,"n":"Wall of Ice"},{"id":501,"c":2,"u":"wall%20of%20stone_xphb","p":339,"s":4,"h":1,"lvl":5,"n":"Wall of Stone"},{"id":502,"c":2,"u":"wall%20of%20thorns_xphb","p":339,"s":4,"h":1,"lvl":6,"n":"Wall of Thorns"},{"id":503,"c":2,"u":"warding%20bond_xphb","p":340,"s":4,"h":1,"lvl":2,"n":"Warding Bond"},{"id":504,"c":2,"u":"water%20breathing_xphb","p":340,"s":4,"h":1,"lvl":3,"n":"Water Breathing"},{"id":505,"c":2,"u":"water%20walk_xphb","p":340,"s":4,"h":1,"lvl":3,"n":"Water Walk"},{"id":506,"c":2,"u":"web_xphb","p":340,"s":4,"h":1,"lvl":2,"n":"Web"},{"id":507,"c":2,"u":"weird_xphb","p":341,"s":4,"h":1,"lvl":9,"n":"Weird"},{"id":508,"c":2,"u":"wind%20walk_xphb","p":341,"s":4,"h":1,"lvl":6,"n":"Wind Walk"},{"id":509,"c":2,"u":"wind%20wall_xphb","p":341,"s":4,"h":1,"lvl":3,"n":"Wind Wall"},{"id":510,"c":2,"u":"wish_xphb","p":341,"s":4,"h":1,"lvl":9,"n":"Wish"},{"id":511,"c":2,"u":"witch%20bolt_xphb","p":343,"s":4,"h":1,"lvl":1,"n":"Witch Bolt"},{"id":512,"c":2,"u":"word%20of%20radiance_xphb","p":343,"s":4,"h":1,"lvl":0,"n":"Word of Radiance"},{"id":513,"c":2,"u":"word%20of%20recall_xphb","p":343,"s":4,"h":1,"lvl":6,"n":"Word of Recall"},{"id":514,"c":2,"u":"wrathful%20smite_xphb","p":343,"s":4,"h":1,"lvl":1,"n":"Wrathful Smite"},{"id":515,"c":2,"u":"yolande's%20regal%20presence_xphb","p":343,"s":4,"h":1,"lvl":5,"n":"Yolande's Regal Presence"},{"id":516,"c":2,"u":"zone%20of%20truth_xphb","p":343,"s":4,"h":1,"lvl":2,"n":"Zone of Truth"},{"id":517,"c":2,"u":"air%20bubble_aag","p":22,"s":5,"h":1,"lvl":2,"n":"Air Bubble"},{"id":518,"c":2,"u":"create%20spelljamming%20helm_aag","p":22,"s":5,"h":1,"lvl":5,"n":"Create Spelljamming Helm"},{"id":519,"c":2,"u":"distort%20value_ai","p":75,"s":6,"h":1,"lvl":1,"n":"Distort Value"},{"id":520,"c":2,"u":"fast%20friends_ai","p":75,"s":6,"h":1,"lvl":3,"n":"Fast Friends"},{"id":521,"c":2,"u":"gift%20of%20gab_ai","p":76,"s":6,"h":1,"lvl":2,"n":"Gift of Gab"},{"id":522,"c":2,"u":"incite%20greed_ai","p":76,"s":6,"h":1,"lvl":3,"n":"Incite Greed"},{"id":523,"c":2,"u":"jim's%20glowing%20coin_ai","p":76,"s":6,"h":1,"lvl":2,"n":"Jim's Glowing Coin"},{"id":524,"c":2,"u":"jim's%20magic%20missile_ai","p":76,"s":6,"h":1,"lvl":1,"n":"Jim's Magic Missile"},{"id":525,"c":2,"u":"motivational%20speech_ai","p":77,"s":6,"h":1,"lvl":3,"n":"Motivational Speech"},{"id":526,"c":2,"u":"conjure%20the%20deep%20haze_dodk","p":226,"s":7,"h":1,"dP":1,"lvl":5,"n":"Conjure the Deep Haze"},{"id":527,"c":2,"u":"contaminated%20power_dodk","p":226,"s":7,"h":1,"dP":1,"lvl":8,"n":"Contaminated Power"},{"id":528,"c":2,"u":"contamination%20immunity_dodk","p":226,"s":7,"h":1,"dP":1,"lvl":7,"n":"Contamination Immunity"},{"id":529,"c":2,"u":"delerium%20blast_dodk","p":227,"s":7,"h":1,"dP":1,"lvl":4,"n":"Delerium Blast"},{"id":530,"c":2,"u":"delerium%20orb_dodk","p":227,"s":7,"h":1,"dP":1,"lvl":1,"n":"Delerium Orb"},{"id":531,"c":2,"u":"forced%20evolution_dodk","p":227,"s":7,"h":1,"dP":1,"lvl":4,"n":"Forced Evolution"},{"id":532,"c":2,"u":"neutralizing%20field_dodk","p":228,"s":7,"h":1,"dP":1,"lvl":5,"n":"Neutralizing Field"},{"id":533,"c":2,"u":"octarine%20spray_dodk","p":228,"s":7,"h":1,"dP":1,"lvl":7,"n":"Octarine Spray"},{"id":534,"c":2,"u":"purge%20contamination_dodk","p":228,"s":7,"h":1,"dP":1,"lvl":3,"n":"Purge Contamination"},{"id":535,"c":2,"u":"ray%20of%20contamination_dodk","p":229,"s":7,"h":1,"dP":1,"lvl":6,"n":"Ray of Contamination"},{"id":536,"c":2,"u":"ride%20the%20rifts_dodk","p":228,"s":7,"h":1,"dP":1,"lvl":3,"n":"Ride the Rifts"},{"id":537,"c":2,"u":"sacrament%20of%20the%20falling%20fire_dodk","p":229,"s":7,"h":1,"dP":1,"lvl":9,"n":"Sacrament of the Falling Fire"},{"id":538,"c":2,"u":"siphon%20contamination_dodk","p":229,"s":7,"h":1,"dP":1,"lvl":6,"n":"Siphon Contamination"},{"id":539,"c":2,"u":"warp%20bolt_dodk","p":229,"s":7,"h":1,"dP":1,"lvl":2,"n":"Warp Bolt"},{"id":540,"c":2,"u":"dark%20star_egw","p":186,"s":8,"h":1,"dP":1,"lvl":8,"n":"Dark Star"},{"id":541,"c":2,"u":"fortune's%20favor_egw","p":186,"s":8,"h":1,"dP":1,"lvl":2,"n":"Fortune's Favor"},{"id":542,"c":2,"u":"gift%20of%20alacrity_egw","p":186,"s":8,"h":1,"dP":1,"lvl":1,"n":"Gift of Alacrity"},{"id":543,"c":2,"u":"gravity%20fissure_egw","p":187,"s":8,"h":1,"dP":1,"lvl":6,"n":"Gravity Fissure"},{"id":544,"c":2,"u":"gravity%20sinkhole_egw","p":187,"s":8,"h":1,"dP":1,"lvl":4,"n":"Gravity Sinkhole"},{"id":545,"c":2,"u":"immovable%20object_egw","p":187,"s":8,"h":1,"dP":1,"lvl":2,"n":"Immovable Object"},{"id":546,"c":2,"u":"magnify%20gravity_egw","p":188,"s":8,"h":1,"dP":1,"lvl":1,"n":"Magnify Gravity"},{"id":547,"c":2,"u":"pulse%20wave_egw","p":188,"s":8,"h":1,"dP":1,"lvl":3,"n":"Pulse Wave"},{"id":548,"c":2,"u":"ravenous%20void_egw","p":188,"s":8,"h":1,"dP":1,"lvl":9,"n":"Ravenous Void"},{"id":549,"c":2,"u":"reality%20break_egw","p":189,"s":8,"h":1,"dP":1,"lvl":8,"n":"Reality Break"},{"id":550,"c":2,"u":"sapping%20sting_egw","p":189,"s":8,"h":1,"dP":1,"lvl":0,"n":"Sapping Sting"},{"id":551,"c":2,"u":"temporal%20shunt_egw","p":189,"s":8,"h":1,"dP":1,"lvl":5,"n":"Temporal Shunt"},{"id":552,"c":2,"u":"tether%20essence_egw","p":189,"s":8,"h":1,"dP":1,"lvl":7,"n":"Tether Essence"},{"id":553,"c":2,"u":"time%20ravage_egw","p":189,"s":8,"h":1,"dP":1,"lvl":9,"n":"Time Ravage"},{"id":554,"c":2,"u":"wristpocket_egw","p":190,"s":8,"h":1,"dP":1,"lvl":2,"n":"Wristpocket"},{"id":555,"c":2,"u":"encode%20thoughts_ggr","p":47,"s":9,"h":1,"lvl":0,"n":"Encode Thoughts"},{"id":556,"c":2,"u":"arboreal%20curse_ghloe","s":10,"h":1,"dP":1,"lvl":7,"n":"Arboreal Curse"},{"id":557,"c":2,"u":"consume%20mind_ghloe","s":10,"h":1,"dP":1,"lvl":4,"n":"Consume Mind"},{"id":558,"c":2,"u":"heartseeker_ghloe","s":10,"h":1,"dP":1,"lvl":6,"n":"Heartseeker"},{"id":559,"c":2,"u":"hunter%20sense_ghloe","s":10,"h":1,"dP":1,"lvl":0,"n":"Hunter Sense"},{"id":560,"c":2,"u":"magic%20mirror_ghloe","s":10,"h":1,"dP":1,"lvl":5,"n":"Magic Mirror"},{"id":561,"c":2,"u":"suffocate_ghloe","s":10,"h":1,"dP":1,"lvl":3,"n":"Suffocate"},{"id":562,"c":2,"u":"wrack_ghloe","s":10,"h":1,"dP":1,"lvl":2,"n":"Wrack"},{"id":563,"c":2,"u":"ambush%20prey_hwcs","p":49,"s":11,"h":1,"dP":1,"lvl":2,"n":"Ambush Prey"},{"id":564,"c":2,"u":"elevated%20sight_hwcs","p":49,"s":11,"h":1,"dP":1,"lvl":1,"n":"Elevated Sight"},{"id":565,"c":2,"u":"feathered%20reach_hwcs","p":50,"s":11,"h":1,"dP":1,"lvl":3,"n":"Feathered Reach"},{"id":566,"c":2,"u":"globe%20of%20twilight_hwcs","p":50,"s":11,"h":1,"dP":1,"lvl":3,"n":"Globe of Twilight"},{"id":567,"c":2,"u":"gust%20barrier_hwcs","p":50,"s":11,"h":1,"dP":1,"lvl":0,"n":"Gust Barrier"},{"id":568,"c":2,"u":"invoke%20the%20amaranthine_hwcs","p":51,"s":11,"h":1,"dP":1,"lvl":3,"n":"Invoke the Amaranthine"},{"id":569,"c":2,"u":"shape%20plants_hwcs","p":51,"s":11,"h":1,"dP":1,"lvl":4,"n":"Shape Plants"},{"id":570,"c":2,"u":"spiny%20shield_hwcs","p":51,"s":11,"h":1,"dP":1,"lvl":1,"n":"Spiny Shield"},{"id":571,"c":2,"u":"stellar%20bodies_hwcs","p":52,"s":11,"h":1,"dP":1,"lvl":4,"n":"Stellar Bodies"},{"id":572,"c":2,"u":"veil%20of%20dusk_hwcs","p":52,"s":11,"h":1,"dP":1,"lvl":1,"n":"Veil of Dusk"},{"id":573,"c":2,"u":"create%20magen_idrotf","p":318,"s":12,"h":1,"lvl":7,"n":"Create Magen"},{"id":574,"c":2,"u":"frost%20fingers_idrotf","p":318,"s":12,"h":1,"lvl":1,"n":"Frost Fingers"},{"id":575,"c":2,"u":"acid%20splash_phb","p":211,"s":13,"h":1,"r":1,"lvl":0,"n":"Acid Splash"},{"id":576,"c":2,"u":"aid_phb","p":211,"s":13,"h":1,"r":1,"lvl":2,"n":"Aid"},{"id":577,"c":2,"u":"alarm_phb","p":211,"s":13,"h":1,"r":1,"lvl":1,"n":"Alarm"},{"id":578,"c":2,"u":"alter%20self_phb","p":211,"s":13,"h":1,"r":1,"lvl":2,"n":"Alter Self"},{"id":579,"c":2,"u":"animal%20friendship_phb","p":212,"s":13,"h":1,"r":1,"lvl":1,"n":"Animal Friendship"},{"id":580,"c":2,"u":"animal%20messenger_phb","p":212,"s":13,"h":1,"r":1,"lvl":2,"n":"Animal Messenger"},{"id":581,"c":2,"u":"animal%20shapes_phb","p":212,"s":13,"h":1,"r":1,"lvl":8,"n":"Animal Shapes"},{"id":582,"c":2,"u":"animate%20dead_phb","p":212,"s":13,"h":1,"r":1,"lvl":3,"n":"Animate Dead"},{"id":583,"c":2,"u":"animate%20objects_phb","p":213,"s":13,"h":1,"r":1,"lvl":5,"n":"Animate Objects"},{"id":584,"c":2,"u":"antilife%20shell_phb","p":213,"s":13,"h":1,"r":1,"lvl":5,"n":"Antilife Shell"},{"id":585,"c":2,"u":"antimagic%20field_phb","p":213,"s":13,"h":1,"r":1,"lvl":8,"n":"Antimagic Field"},{"id":586,"c":2,"u":"antipathy%2fsympathy_phb","p":214,"s":13,"h":1,"r":1,"lvl":8,"n":"Antipathy/Sympathy"},{"id":587,"c":2,"u":"arcane%20eye_phb","p":214,"s":13,"h":1,"r":1,"lvl":4,"n":"Arcane Eye"},{"id":588,"c":2,"u":"arcane%20gate_phb","p":214,"s":13,"h":1,"lvl":6,"n":"Arcane Gate"},{"id":589,"c":2,"u":"arcane%20lock_phb","p":215,"s":13,"h":1,"r":1,"lvl":2,"n":"Arcane Lock"},{"id":590,"c":2,"u":"armor%20of%20agathys_phb","p":215,"s":13,"h":1,"lvl":1,"n":"Armor of Agathys"},{"id":591,"c":2,"u":"arms%20of%20hadar_phb","p":215,"s":13,"h":1,"lvl":1,"n":"Arms of Hadar"},{"id":592,"c":2,"u":"astral%20projection_phb","p":215,"s":13,"h":1,"r":1,"lvl":9,"n":"Astral Projection"},{"id":593,"c":2,"u":"augury_phb","p":215,"s":13,"h":1,"r":1,"lvl":2,"n":"Augury"},{"id":594,"c":2,"u":"aura%20of%20life_phb","p":216,"s":13,"h":1,"lvl":4,"n":"Aura of Life"},{"id":595,"c":2,"u":"aura%20of%20purity_phb","p":216,"s":13,"h":1,"lvl":4,"n":"Aura of Purity"},{"id":596,"c":2,"u":"aura%20of%20vitality_phb","p":216,"s":13,"h":1,"lvl":3,"n":"Aura of Vitality"},{"id":597,"c":2,"u":"awaken_phb","p":216,"s":13,"h":1,"r":1,"lvl":5,"n":"Awaken"},{"id":598,"c":2,"u":"bane_phb","p":216,"s":13,"h":1,"r":1,"lvl":1,"n":"Bane"},{"id":599,"c":2,"u":"banishing%20smite_phb","p":216,"s":13,"h":1,"lvl":5,"n":"Banishing Smite"},{"id":600,"c":2,"u":"banishment_phb","p":217,"s":13,"h":1,"r":1,"lvl":4,"n":"Banishment"},{"id":601,"c":2,"u":"barkskin_phb","p":217,"s":13,"h":1,"r":1,"lvl":2,"n":"Barkskin"},{"id":602,"c":2,"u":"beacon%20of%20hope_phb","p":217,"s":13,"h":1,"r":1,"lvl":3,"n":"Beacon of Hope"},{"id":603,"c":2,"u":"beast%20sense_phb","p":217,"s":13,"h":1,"lvl":2,"n":"Beast Sense"},{"id":604,"c":2,"u":"bestow%20curse_phb","p":218,"s":13,"h":1,"r":1,"lvl":3,"n":"Bestow Curse"},{"id":605,"c":2,"u":"bigby's%20hand_phb","p":218,"s":13,"h":1,"r":1,"lvl":5,"n":"Bigby's Hand"},{"id":606,"c":2,"u":"bigby's%20hand_phb","p":218,"s":13,"h":1,"r":1,"lvl":5,"n":"Arcane Hand"},{"id":607,"c":2,"u":"blade%20barrier_phb","p":218,"s":13,"h":1,"r":1,"lvl":6,"n":"Blade Barrier"},{"id":608,"c":2,"u":"blade%20ward_phb","p":218,"s":13,"h":1,"lvl":0,"n":"Blade Ward"},{"id":609,"c":2,"u":"bless_phb","p":219,"s":13,"h":1,"r":1,"lvl":1,"n":"Bless"},{"id":610,"c":2,"u":"blight_phb","p":219,"s":13,"h":1,"r":1,"lvl":4,"n":"Blight"},{"id":611,"c":2,"u":"blinding%20smite_phb","p":219,"s":13,"h":1,"lvl":3,"n":"Blinding Smite"},{"id":612,"c":2,"u":"blindness%2fdeafness_phb","p":219,"s":13,"h":1,"r":1,"lvl":2,"n":"Blindness/Deafness"},{"id":613,"c":2,"u":"blink_phb","p":219,"s":13,"h":1,"r":1,"lvl":3,"n":"Blink"},{"id":614,"c":2,"u":"blur_phb","p":219,"s":13,"h":1,"r":1,"lvl":2,"n":"Blur"},{"id":615,"c":2,"u":"branding%20smite_phb","p":219,"s":13,"h":1,"r":1,"lvl":2,"n":"Branding Smite"},{"id":616,"c":2,"u":"burning%20hands_phb","p":220,"s":13,"h":1,"r":1,"lvl":1,"n":"Burning Hands"},{"id":617,"c":2,"u":"call%20lightning_phb","p":220,"s":13,"h":1,"r":1,"lvl":3,"n":"Call Lightning"},{"id":618,"c":2,"u":"calm%20emotions_phb","p":221,"s":13,"h":1,"r":1,"lvl":2,"n":"Calm Emotions"},{"id":619,"c":2,"u":"chain%20lightning_phb","p":221,"s":13,"h":1,"r":1,"lvl":6,"n":"Chain Lightning"},{"id":620,"c":2,"u":"charm%20person_phb","p":221,"s":13,"h":1,"r":1,"lvl":1,"n":"Charm Person"},{"id":621,"c":2,"u":"chill%20touch_phb","p":221,"s":13,"h":1,"r":1,"lvl":0,"n":"Chill Touch"},{"id":622,"c":2,"u":"chromatic%20orb_phb","p":221,"s":13,"h":1,"lvl":1,"n":"Chromatic Orb"},{"id":623,"c":2,"u":"circle%20of%20death_phb","p":221,"s":13,"h":1,"r":1,"lvl":6,"n":"Circle of Death"},{"id":624,"c":2,"u":"circle%20of%20power_phb","p":221,"s":13,"h":1,"lvl":5,"n":"Circle of Power"},{"id":625,"c":2,"u":"clairvoyance_phb","p":222,"s":13,"h":1,"r":1,"lvl":3,"n":"Clairvoyance"},{"id":626,"c":2,"u":"clone_phb","p":222,"s":13,"h":1,"r":1,"lvl":8,"n":"Clone"},{"id":627,"c":2,"u":"cloud%20of%20daggers_phb","p":222,"s":13,"h":1,"lvl":2,"n":"Cloud of Daggers"},{"id":628,"c":2,"u":"cloudkill_phb","p":222,"s":13,"h":1,"r":1,"lvl":5,"n":"Cloudkill"},{"id":629,"c":2,"u":"color%20spray_phb","p":222,"s":13,"h":1,"r":1,"lvl":1,"n":"Color Spray"},{"id":630,"c":2,"u":"command_phb","p":223,"s":13,"h":1,"r":1,"lvl":1,"n":"Command"},{"id":631,"c":2,"u":"commune_phb","p":223,"s":13,"h":1,"r":1,"lvl":5,"n":"Commune"},{"id":632,"c":2,"u":"commune%20with%20nature_phb","p":224,"s":13,"h":1,"r":1,"lvl":5,"n":"Commune with Nature"},{"id":633,"c":2,"u":"compelled%20duel_phb","p":224,"s":13,"h":1,"lvl":1,"n":"Compelled Duel"},{"id":634,"c":2,"u":"comprehend%20languages_phb","p":224,"s":13,"h":1,"r":1,"lvl":1,"n":"Comprehend Languages"},{"id":635,"c":2,"u":"compulsion_phb","p":224,"s":13,"h":1,"r":1,"lvl":4,"n":"Compulsion"},{"id":636,"c":2,"u":"cone%20of%20cold_phb","p":224,"s":13,"h":1,"r":1,"lvl":5,"n":"Cone of Cold"},{"id":637,"c":2,"u":"confusion_phb","p":224,"s":13,"h":1,"r":1,"lvl":4,"n":"Confusion"},{"id":638,"c":2,"u":"conjure%20animals_phb","p":225,"s":13,"h":1,"r":1,"lvl":3,"n":"Conjure Animals"},{"id":639,"c":2,"u":"conjure%20barrage_phb","p":225,"s":13,"h":1,"lvl":3,"n":"Conjure Barrage"},{"id":640,"c":2,"u":"conjure%20celestial_phb","p":225,"s":13,"h":1,"r":1,"lvl":7,"n":"Conjure Celestial"},{"id":641,"c":2,"u":"conjure%20elemental_phb","p":225,"s":13,"h":1,"r":1,"lvl":5,"n":"Conjure Elemental"},{"id":642,"c":2,"u":"conjure%20fey_phb","p":226,"s":13,"h":1,"r":1,"lvl":6,"n":"Conjure Fey"},{"id":643,"c":2,"u":"conjure%20minor%20elementals_phb","p":226,"s":13,"h":1,"r":1,"lvl":4,"n":"Conjure Minor Elementals"},{"id":644,"c":2,"u":"conjure%20volley_phb","p":226,"s":13,"h":1,"lvl":5,"n":"Conjure Volley"},{"id":645,"c":2,"u":"conjure%20woodland%20beings_phb","p":226,"s":13,"h":1,"r":1,"lvl":4,"n":"Conjure Woodland Beings"},{"id":646,"c":2,"u":"contact%20other%20plane_phb","p":226,"s":13,"h":1,"r":1,"lvl":5,"n":"Contact Other Plane"},{"id":647,"c":2,"u":"contagion_phb","p":227,"s":13,"h":1,"r":1,"lvl":5,"n":"Contagion"},{"id":648,"c":2,"u":"contingency_phb","p":227,"s":13,"h":1,"r":1,"lvl":6,"n":"Contingency"},{"id":649,"c":2,"u":"continual%20flame_phb","p":227,"s":13,"h":1,"r":1,"lvl":2,"n":"Continual Flame"},{"id":650,"c":2,"u":"control%20water_phb","p":227,"s":13,"h":1,"r":1,"lvl":4,"n":"Control Water"},{"id":651,"c":2,"u":"control%20weather_phb","p":228,"s":13,"h":1,"r":1,"lvl":8,"n":"Control Weather"},{"id":652,"c":2,"u":"cordon%20of%20arrows_phb","p":228,"s":13,"h":1,"lvl":2,"n":"Cordon of Arrows"},{"id":653,"c":2,"u":"counterspell_phb","p":228,"s":13,"h":1,"r":1,"lvl":3,"n":"Counterspell"},{"id":654,"c":2,"u":"create%20food%20and%20water_phb","p":229,"s":13,"h":1,"r":1,"lvl":3,"n":"Create Food and Water"},{"id":655,"c":2,"u":"create%20or%20destroy%20water_phb","p":229,"s":13,"h":1,"r":1,"lvl":1,"n":"Create or Destroy Water"},{"id":656,"c":2,"u":"create%20undead_phb","p":229,"s":13,"h":1,"r":1,"lvl":6,"n":"Create Undead"},{"id":657,"c":2,"u":"creation_phb","p":229,"s":13,"h":1,"r":1,"lvl":5,"n":"Creation"},{"id":658,"c":2,"u":"crown%20of%20madness_phb","p":229,"s":13,"h":1,"lvl":2,"n":"Crown of Madness"},{"id":659,"c":2,"u":"crusader's%20mantle_phb","p":230,"s":13,"h":1,"lvl":3,"n":"Crusader's Mantle"},{"id":660,"c":2,"u":"cure%20wounds_phb","p":230,"s":13,"h":1,"r":1,"lvl":1,"n":"Cure Wounds"},{"id":661,"c":2,"u":"dancing%20lights_phb","p":230,"s":13,"h":1,"r":1,"lvl":0,"n":"Dancing Lights"},{"id":662,"c":2,"u":"darkness_phb","p":230,"s":13,"h":1,"r":1,"lvl":2,"n":"Darkness"},{"id":663,"c":2,"u":"darkvision_phb","p":230,"s":13,"h":1,"r":1,"lvl":2,"n":"Darkvision"},{"id":664,"c":2,"u":"daylight_phb","p":230,"s":13,"h":1,"r":1,"lvl":3,"n":"Daylight"},{"id":665,"c":2,"u":"death%20ward_phb","p":230,"s":13,"h":1,"r":1,"lvl":4,"n":"Death Ward"},{"id":666,"c":2,"u":"delayed%20blast%20fireball_phb","p":230,"s":13,"h":1,"r":1,"lvl":7,"n":"Delayed Blast Fireball"},{"id":667,"c":2,"u":"demiplane_phb","p":231,"s":13,"h":1,"r":1,"lvl":8,"n":"Demiplane"},{"id":668,"c":2,"u":"destructive%20wave_phb","p":231,"s":13,"h":1,"lvl":5,"n":"Destructive Wave"},{"id":669,"c":2,"u":"detect%20evil%20and%20good_phb","p":231,"s":13,"h":1,"r":1,"lvl":1,"n":"Detect Evil and Good"},{"id":670,"c":2,"u":"detect%20magic_phb","p":231,"s":13,"h":1,"r":1,"lvl":1,"n":"Detect Magic"},{"id":671,"c":2,"u":"detect%20poison%20and%20disease_phb","p":231,"s":13,"h":1,"r":1,"lvl":1,"n":"Detect Poison and Disease"},{"id":672,"c":2,"u":"detect%20thoughts_phb","p":231,"s":13,"h":1,"r":1,"lvl":2,"n":"Detect Thoughts"},{"id":673,"c":2,"u":"dimension%20door_phb","p":233,"s":13,"h":1,"r":1,"lvl":4,"n":"Dimension Door"},{"id":674,"c":2,"u":"disguise%20self_phb","p":233,"s":13,"h":1,"r":1,"lvl":1,"n":"Disguise Self"},{"id":675,"c":2,"u":"disintegrate_phb","p":233,"s":13,"h":1,"r":1,"lvl":6,"n":"Disintegrate"},{"id":676,"c":2,"u":"dispel%20evil%20and%20good_phb","p":233,"s":13,"h":1,"r":1,"lvl":5,"n":"Dispel Evil and Good"},{"id":677,"c":2,"u":"dispel%20magic_phb","p":234,"s":13,"h":1,"r":1,"lvl":3,"n":"Dispel Magic"},{"id":678,"c":2,"u":"dissonant%20whispers_phb","p":234,"s":13,"h":1,"lvl":1,"n":"Dissonant Whispers"},{"id":679,"c":2,"u":"divination_phb","p":234,"s":13,"h":1,"r":1,"lvl":4,"n":"Divination"},{"id":680,"c":2,"u":"divine%20favor_phb","p":234,"s":13,"h":1,"r":1,"lvl":1,"n":"Divine Favor"},{"id":681,"c":2,"u":"divine%20word_phb","p":234,"s":13,"h":1,"r":1,"lvl":7,"n":"Divine Word"},{"id":682,"c":2,"u":"dominate%20beast_phb","p":234,"s":13,"h":1,"r":1,"lvl":4,"n":"Dominate Beast"},{"id":683,"c":2,"u":"dominate%20monster_phb","p":235,"s":13,"h":1,"r":1,"lvl":8,"n":"Dominate Monster"},{"id":684,"c":2,"u":"dominate%20person_phb","p":235,"s":13,"h":1,"r":1,"lvl":5,"n":"Dominate Person"},{"id":685,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":13,"h":1,"r":1,"lvl":6,"n":"Drawmij's Instant Summons"},{"id":686,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":13,"h":1,"r":1,"lvl":6,"n":"Instant Summons"},{"id":687,"c":2,"u":"dream_phb","p":236,"s":13,"h":1,"r":1,"lvl":5,"n":"Dream"},{"id":688,"c":2,"u":"druidcraft_phb","p":236,"s":13,"h":1,"r":1,"lvl":0,"n":"Druidcraft"},{"id":689,"c":2,"u":"earthquake_phb","p":236,"s":13,"h":1,"r":1,"lvl":8,"n":"Earthquake"},{"id":690,"c":2,"u":"eldritch%20blast_phb","p":237,"s":13,"h":1,"r":1,"lvl":0,"n":"Eldritch Blast"},{"id":691,"c":2,"u":"elemental%20weapon_phb","p":237,"s":13,"h":1,"lvl":3,"n":"Elemental Weapon"},{"id":692,"c":2,"u":"enhance%20ability_phb","p":237,"s":13,"h":1,"r":1,"lvl":2,"n":"Enhance Ability"},{"id":693,"c":2,"u":"enlarge%2freduce_phb","p":237,"s":13,"h":1,"r":1,"lvl":2,"n":"Enlarge/Reduce"},{"id":694,"c":2,"u":"ensnaring%20strike_phb","p":237,"s":13,"h":1,"lvl":1,"n":"Ensnaring Strike"},{"id":695,"c":2,"u":"entangle_phb","p":238,"s":13,"h":1,"r":1,"lvl":1,"n":"Entangle"},{"id":696,"c":2,"u":"enthrall_phb","p":238,"s":13,"h":1,"r":1,"lvl":2,"n":"Enthrall"},{"id":697,"c":2,"u":"etherealness_phb","p":238,"s":13,"h":1,"r":1,"lvl":7,"n":"Etherealness"},{"id":698,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":13,"h":1,"r":1,"lvl":4,"n":"Evard's Black Tentacles"},{"id":699,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":13,"h":1,"r":1,"lvl":4,"n":"Black Tentacles"},{"id":700,"c":2,"u":"expeditious%20retreat_phb","p":238,"s":13,"h":1,"r":1,"lvl":1,"n":"Expeditious Retreat"},{"id":701,"c":2,"u":"eyebite_phb","p":238,"s":13,"h":1,"r":1,"lvl":6,"n":"Eyebite"},{"id":702,"c":2,"u":"fabricate_phb","p":239,"s":13,"h":1,"r":1,"lvl":4,"n":"Fabricate"},{"id":703,"c":2,"u":"faerie%20fire_phb","p":239,"s":13,"h":1,"r":1,"lvl":1,"n":"Faerie Fire"},{"id":704,"c":2,"u":"false%20life_phb","p":239,"s":13,"h":1,"r":1,"lvl":1,"n":"False Life"},{"id":705,"c":2,"u":"fear_phb","p":239,"s":13,"h":1,"r":1,"lvl":3,"n":"Fear"},{"id":706,"c":2,"u":"feather%20fall_phb","p":239,"s":13,"h":1,"r":1,"lvl":1,"n":"Feather Fall"},{"id":707,"c":2,"u":"feeblemind_phb","p":239,"s":13,"h":1,"r":1,"lvl":8,"n":"Feeblemind"},{"id":708,"c":2,"u":"feign%20death_phb","p":240,"s":13,"h":1,"lvl":3,"n":"Feign Death"},{"id":709,"c":2,"u":"find%20familiar_phb","p":240,"s":13,"h":1,"r":1,"lvl":1,"n":"Find Familiar"},{"id":710,"c":2,"u":"find%20steed_phb","p":240,"s":13,"h":1,"r":1,"lvl":2,"n":"Find Steed"},{"id":711,"c":2,"u":"find%20the%20path_phb","p":240,"s":13,"h":1,"r":1,"lvl":6,"n":"Find the Path"},{"id":712,"c":2,"u":"find%20traps_phb","p":241,"s":13,"h":1,"r":1,"lvl":2,"n":"Find Traps"},{"id":713,"c":2,"u":"finger%20of%20death_phb","p":241,"s":13,"h":1,"r":1,"lvl":7,"n":"Finger of Death"},{"id":714,"c":2,"u":"fire%20bolt_phb","p":242,"s":13,"h":1,"r":1,"lvl":0,"n":"Fire Bolt"},{"id":715,"c":2,"u":"fire%20shield_phb","p":242,"s":13,"h":1,"r":1,"lvl":4,"n":"Fire Shield"},{"id":716,"c":2,"u":"fire%20storm_phb","p":242,"s":13,"h":1,"r":1,"lvl":7,"n":"Fire Storm"},{"id":717,"c":2,"u":"fireball_phb","p":241,"s":13,"h":1,"r":1,"lvl":3,"n":"Fireball"},{"id":718,"c":2,"u":"flame%20blade_phb","p":242,"s":13,"h":1,"r":1,"lvl":2,"n":"Flame Blade"},{"id":719,"c":2,"u":"flame%20strike_phb","p":242,"s":13,"h":1,"r":1,"lvl":5,"n":"Flame Strike"},{"id":720,"c":2,"u":"flaming%20sphere_phb","p":242,"s":13,"h":1,"r":1,"lvl":2,"n":"Flaming Sphere"},{"id":721,"c":2,"u":"flesh%20to%20stone_phb","p":243,"s":13,"h":1,"r":1,"lvl":6,"n":"Flesh to Stone"},{"id":722,"c":2,"u":"fly_phb","p":243,"s":13,"h":1,"r":1,"lvl":3,"n":"Fly"},{"id":723,"c":2,"u":"fog%20cloud_phb","p":243,"s":13,"h":1,"r":1,"lvl":1,"n":"Fog Cloud"},{"id":724,"c":2,"u":"forbiddance_phb","p":243,"s":13,"h":1,"r":1,"lvl":6,"n":"Forbiddance"},{"id":725,"c":2,"u":"forcecage_phb","p":243,"s":13,"h":1,"r":1,"lvl":7,"n":"Forcecage"},{"id":726,"c":2,"u":"foresight_phb","p":244,"s":13,"h":1,"r":1,"lvl":9,"n":"Foresight"},{"id":727,"c":2,"u":"freedom%20of%20movement_phb","p":244,"s":13,"h":1,"r":1,"lvl":4,"n":"Freedom of Movement"},{"id":728,"c":2,"u":"friends_phb","p":244,"s":13,"h":1,"lvl":0,"n":"Friends"},{"id":729,"c":2,"u":"gaseous%20form_phb","p":244,"s":13,"h":1,"r":1,"lvl":3,"n":"Gaseous Form"},{"id":730,"c":2,"u":"gate_phb","p":244,"s":13,"h":1,"r":1,"lvl":9,"n":"Gate"},{"id":731,"c":2,"u":"geas_phb","p":244,"s":13,"h":1,"r":1,"lvl":5,"n":"Geas"},{"id":732,"c":2,"u":"gentle%20repose_phb","p":245,"s":13,"h":1,"r":1,"lvl":2,"n":"Gentle Repose"},{"id":733,"c":2,"u":"giant%20insect_phb","p":245,"s":13,"h":1,"r":1,"lvl":4,"n":"Giant Insect"},{"id":734,"c":2,"u":"glibness_phb","p":245,"s":13,"h":1,"r":1,"lvl":8,"n":"Glibness"},{"id":735,"c":2,"u":"globe%20of%20invulnerability_phb","p":245,"s":13,"h":1,"r":1,"lvl":6,"n":"Globe of Invulnerability"},{"id":736,"c":2,"u":"glyph%20of%20warding_phb","p":245,"s":13,"h":1,"r":1,"lvl":3,"n":"Glyph of Warding"},{"id":737,"c":2,"u":"goodberry_phb","p":246,"s":13,"h":1,"r":1,"lvl":1,"n":"Goodberry"},{"id":738,"c":2,"u":"grasping%20vine_phb","p":246,"s":13,"h":1,"lvl":4,"n":"Grasping Vine"},{"id":739,"c":2,"u":"grease_phb","p":246,"s":13,"h":1,"r":1,"lvl":1,"n":"Grease"},{"id":740,"c":2,"u":"greater%20invisibility_phb","p":246,"s":13,"h":1,"r":1,"lvl":4,"n":"Greater Invisibility"},{"id":741,"c":2,"u":"greater%20restoration_phb","p":246,"s":13,"h":1,"r":1,"lvl":5,"n":"Greater Restoration"},{"id":742,"c":2,"u":"guardian%20of%20faith_phb","p":246,"s":13,"h":1,"r":1,"lvl":4,"n":"Guardian of Faith"},{"id":743,"c":2,"u":"guards%20and%20wards_phb","p":248,"s":13,"h":1,"r":1,"lvl":6,"n":"Guards and Wards"},{"id":744,"c":2,"u":"guidance_phb","p":248,"s":13,"h":1,"r":1,"lvl":0,"n":"Guidance"},{"id":745,"c":2,"u":"guiding%20bolt_phb","p":248,"s":13,"h":1,"r":1,"lvl":1,"n":"Guiding Bolt"},{"id":746,"c":2,"u":"gust%20of%20wind_phb","p":248,"s":13,"h":1,"r":1,"lvl":2,"n":"Gust of Wind"},{"id":747,"c":2,"u":"hail%20of%20thorns_phb","p":249,"s":13,"h":1,"lvl":1,"n":"Hail of Thorns"},{"id":748,"c":2,"u":"hallow_phb","p":249,"s":13,"h":1,"r":1,"lvl":5,"n":"Hallow"},{"id":749,"c":2,"u":"hallucinatory%20terrain_phb","p":249,"s":13,"h":1,"r":1,"lvl":4,"n":"Hallucinatory Terrain"},{"id":750,"c":2,"u":"harm_phb","p":249,"s":13,"h":1,"r":1,"lvl":6,"n":"Harm"},{"id":751,"c":2,"u":"haste_phb","p":250,"s":13,"h":1,"r":1,"lvl":3,"n":"Haste"},{"id":752,"c":2,"u":"heal_phb","p":250,"s":13,"h":1,"r":1,"lvl":6,"n":"Heal"},{"id":753,"c":2,"u":"healing%20word_phb","p":250,"s":13,"h":1,"r":1,"lvl":1,"n":"Healing Word"},{"id":754,"c":2,"u":"heat%20metal_phb","p":250,"s":13,"h":1,"r":1,"lvl":2,"n":"Heat Metal"},{"id":755,"c":2,"u":"hellish%20rebuke_phb","p":250,"s":13,"h":1,"r":1,"lvl":1,"n":"Hellish Rebuke"},{"id":756,"c":2,"u":"heroes'%20feast_phb","p":250,"s":13,"h":1,"r":1,"lvl":6,"n":"Heroes' Feast"},{"id":757,"c":2,"u":"heroism_phb","p":250,"s":13,"h":1,"r":1,"lvl":1,"n":"Heroism"},{"id":758,"c":2,"u":"hex_phb","p":251,"s":13,"h":1,"lvl":1,"n":"Hex"},{"id":759,"c":2,"u":"hold%20monster_phb","p":251,"s":13,"h":1,"r":1,"lvl":5,"n":"Hold Monster"},{"id":760,"c":2,"u":"hold%20person_phb","p":251,"s":13,"h":1,"r":1,"lvl":2,"n":"Hold Person"},{"id":761,"c":2,"u":"holy%20aura_phb","p":251,"s":13,"h":1,"r":1,"lvl":8,"n":"Holy Aura"},{"id":762,"c":2,"u":"hunger%20of%20hadar_phb","p":251,"s":13,"h":1,"lvl":3,"n":"Hunger of Hadar"},{"id":763,"c":2,"u":"hunter's%20mark_phb","p":251,"s":13,"h":1,"r":1,"lvl":1,"n":"Hunter's Mark"},{"id":764,"c":2,"u":"hypnotic%20pattern_phb","p":252,"s":13,"h":1,"r":1,"lvl":3,"n":"Hypnotic Pattern"},{"id":765,"c":2,"u":"ice%20storm_phb","p":252,"s":13,"h":1,"r":1,"lvl":4,"n":"Ice Storm"},{"id":766,"c":2,"u":"identify_phb","p":252,"s":13,"h":1,"r":1,"lvl":1,"n":"Identify"},{"id":767,"c":2,"u":"illusory%20script_phb","p":252,"s":13,"h":1,"r":1,"lvl":1,"n":"Illusory Script"},{"id":768,"c":2,"u":"imprisonment_phb","p":252,"s":13,"h":1,"r":1,"lvl":9,"n":"Imprisonment"},{"id":769,"c":2,"u":"incendiary%20cloud_phb","p":253,"s":13,"h":1,"r":1,"lvl":8,"n":"Incendiary Cloud"},{"id":770,"c":2,"u":"inflict%20wounds_phb","p":253,"s":13,"h":1,"r":1,"lvl":1,"n":"Inflict Wounds"},{"id":771,"c":2,"u":"insect%20plague_phb","p":254,"s":13,"h":1,"r":1,"lvl":5,"n":"Insect Plague"},{"id":772,"c":2,"u":"invisibility_phb","p":254,"s":13,"h":1,"r":1,"lvl":2,"n":"Invisibility"},{"id":773,"c":2,"u":"jump_phb","p":254,"s":13,"h":1,"r":1,"lvl":1,"n":"Jump"},{"id":774,"c":2,"u":"knock_phb","p":254,"s":13,"h":1,"r":1,"lvl":2,"n":"Knock"},{"id":775,"c":2,"u":"legend%20lore_phb","p":254,"s":13,"h":1,"r":1,"lvl":5,"n":"Legend Lore"},{"id":776,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":13,"h":1,"r":1,"lvl":4,"n":"Leomund's Secret Chest"},{"id":777,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":13,"h":1,"r":1,"lvl":4,"n":"Secret Chest"},{"id":778,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":13,"h":1,"r":1,"lvl":3,"n":"Leomund's Tiny Hut"},{"id":779,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":13,"h":1,"r":1,"lvl":3,"n":"Tiny Hut"},{"id":780,"c":2,"u":"lesser%20restoration_phb","p":255,"s":13,"h":1,"r":1,"lvl":2,"n":"Lesser Restoration"},{"id":781,"c":2,"u":"levitate_phb","p":255,"s":13,"h":1,"r":1,"lvl":2,"n":"Levitate"},{"id":782,"c":2,"u":"light_phb","p":255,"s":13,"h":1,"r":1,"lvl":0,"n":"Light"},{"id":783,"c":2,"u":"lightning%20arrow_phb","p":255,"s":13,"h":1,"lvl":3,"n":"Lightning Arrow"},{"id":784,"c":2,"u":"lightning%20bolt_phb","p":255,"s":13,"h":1,"r":1,"lvl":3,"n":"Lightning Bolt"},{"id":785,"c":2,"u":"locate%20animals%20or%20plants_phb","p":256,"s":13,"h":1,"r":1,"lvl":2,"n":"Locate Animals or Plants"},{"id":786,"c":2,"u":"locate%20creature_phb","p":256,"s":13,"h":1,"r":1,"lvl":4,"n":"Locate Creature"},{"id":787,"c":2,"u":"locate%20object_phb","p":256,"s":13,"h":1,"r":1,"lvl":2,"n":"Locate Object"},{"id":788,"c":2,"u":"longstrider_phb","p":256,"s":13,"h":1,"r":1,"lvl":1,"n":"Longstrider"},{"id":789,"c":2,"u":"mage%20armor_phb","p":256,"s":13,"h":1,"r":1,"lvl":1,"n":"Mage Armor"},{"id":790,"c":2,"u":"mage%20hand_phb","p":256,"s":13,"h":1,"r":1,"lvl":0,"n":"Mage Hand"},{"id":791,"c":2,"u":"magic%20circle_phb","p":256,"s":13,"h":1,"r":1,"lvl":3,"n":"Magic Circle"},{"id":792,"c":2,"u":"magic%20jar_phb","p":257,"s":13,"h":1,"r":1,"lvl":6,"n":"Magic Jar"},{"id":793,"c":2,"u":"magic%20missile_phb","p":257,"s":13,"h":1,"r":1,"lvl":1,"n":"Magic Missile"},{"id":794,"c":2,"u":"magic%20mouth_phb","p":257,"s":13,"h":1,"r":1,"lvl":2,"n":"Magic Mouth"},{"id":795,"c":2,"u":"magic%20weapon_phb","p":257,"s":13,"h":1,"r":1,"lvl":2,"n":"Magic Weapon"},{"id":796,"c":2,"u":"major%20image_phb","p":258,"s":13,"h":1,"r":1,"lvl":3,"n":"Major Image"},{"id":797,"c":2,"u":"mass%20cure%20wounds_phb","p":258,"s":13,"h":1,"r":1,"lvl":5,"n":"Mass Cure Wounds"},{"id":798,"c":2,"u":"mass%20heal_phb","p":258,"s":13,"h":1,"r":1,"lvl":9,"n":"Mass Heal"},{"id":799,"c":2,"u":"mass%20healing%20word_phb","p":258,"s":13,"h":1,"r":1,"lvl":3,"n":"Mass Healing Word"},{"id":800,"c":2,"u":"mass%20suggestion_phb","p":258,"s":13,"h":1,"r":1,"lvl":6,"n":"Mass Suggestion"},{"id":801,"c":2,"u":"maze_phb","p":258,"s":13,"h":1,"r":1,"lvl":8,"n":"Maze"},{"id":802,"c":2,"u":"meld%20into%20stone_phb","p":259,"s":13,"h":1,"r":1,"lvl":3,"n":"Meld into Stone"},{"id":803,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":13,"h":1,"r":1,"lvl":2,"n":"Melf's Acid Arrow"},{"id":804,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":13,"h":1,"r":1,"lvl":2,"n":"Acid Arrow"},{"id":805,"c":2,"u":"mending_phb","p":259,"s":13,"h":1,"r":1,"lvl":0,"n":"Mending"},{"id":806,"c":2,"u":"message_phb","p":259,"s":13,"h":1,"r":1,"lvl":0,"n":"Message"},{"id":807,"c":2,"u":"meteor%20swarm_phb","p":259,"s":13,"h":1,"r":1,"lvl":9,"n":"Meteor Swarm"},{"id":808,"c":2,"u":"mind%20blank_phb","p":259,"s":13,"h":1,"r":1,"lvl":8,"n":"Mind Blank"},{"id":809,"c":2,"u":"minor%20illusion_phb","p":260,"s":13,"h":1,"r":1,"lvl":0,"n":"Minor Illusion"},{"id":810,"c":2,"u":"mirage%20arcane_phb","p":260,"s":13,"h":1,"r":1,"lvl":7,"n":"Mirage Arcane"},{"id":811,"c":2,"u":"mirror%20image_phb","p":260,"s":13,"h":1,"r":1,"lvl":2,"n":"Mirror Image"},{"id":812,"c":2,"u":"mislead_phb","p":260,"s":13,"h":1,"r":1,"lvl":5,"n":"Mislead"},{"id":813,"c":2,"u":"misty%20step_phb","p":260,"s":13,"h":1,"r":1,"lvl":2,"n":"Misty Step"},{"id":814,"c":2,"u":"modify%20memory_phb","p":261,"s":13,"h":1,"r":1,"lvl":5,"n":"Modify Memory"},{"id":815,"c":2,"u":"moonbeam_phb","p":261,"s":13,"h":1,"r":1,"lvl":2,"n":"Moonbeam"},{"id":816,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":13,"h":1,"r":1,"lvl":4,"n":"Mordenkainen's Faithful Hound"},{"id":817,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":13,"h":1,"r":1,"lvl":4,"n":"Faithful Hound"},{"id":818,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":13,"h":1,"r":1,"lvl":7,"n":"Mordenkainen's Magnificent Mansion"},{"id":819,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":13,"h":1,"r":1,"lvl":7,"n":"Magnificent Mansion"},{"id":820,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":13,"h":1,"r":1,"lvl":4,"n":"Mordenkainen's Private Sanctum"},{"id":821,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":13,"h":1,"r":1,"lvl":4,"n":"Private Sanctum"},{"id":822,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":13,"h":1,"r":1,"lvl":7,"n":"Mordenkainen's Sword"},{"id":823,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":13,"h":1,"r":1,"lvl":7,"n":"Arcane Sword"},{"id":824,"c":2,"u":"move%20earth_phb","p":263,"s":13,"h":1,"r":1,"lvl":6,"n":"Move Earth"},{"id":825,"c":2,"u":"nondetection_phb","p":263,"s":13,"h":1,"r":1,"lvl":3,"n":"Nondetection"},{"id":826,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":13,"h":1,"r":1,"lvl":2,"n":"Nystul's Magic Aura"},{"id":827,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":13,"h":1,"r":1,"lvl":2,"n":"Arcanist's Magic Aura"},{"id":828,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":13,"h":1,"r":1,"lvl":6,"n":"Otiluke's Freezing Sphere"},{"id":829,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":13,"h":1,"r":1,"lvl":6,"n":"Freezing Sphere"},{"id":830,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":13,"h":1,"r":1,"lvl":4,"n":"Otiluke's Resilient Sphere"},{"id":831,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":13,"h":1,"r":1,"lvl":4,"n":"Resilient Sphere"},{"id":832,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":13,"h":1,"r":1,"lvl":6,"n":"Otto's Irresistible Dance"},{"id":833,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":13,"h":1,"r":1,"lvl":6,"n":"Irresistible Dance"},{"id":834,"c":2,"u":"pass%20without%20trace_phb","p":264,"s":13,"h":1,"r":1,"lvl":2,"n":"Pass without Trace"},{"id":835,"c":2,"u":"passwall_phb","p":264,"s":13,"h":1,"r":1,"lvl":5,"n":"Passwall"},{"id":836,"c":2,"u":"phantasmal%20force_phb","p":264,"s":13,"h":1,"lvl":2,"n":"Phantasmal Force"},{"id":837,"c":2,"u":"phantasmal%20killer_phb","p":265,"s":13,"h":1,"r":1,"lvl":4,"n":"Phantasmal Killer"},{"id":838,"c":2,"u":"phantom%20steed_phb","p":265,"s":13,"h":1,"r":1,"lvl":3,"n":"Phantom Steed"},{"id":839,"c":2,"u":"planar%20ally_phb","p":265,"s":13,"h":1,"r":1,"lvl":6,"n":"Planar Ally"},{"id":840,"c":2,"u":"planar%20binding_phb","p":265,"s":13,"h":1,"r":1,"lvl":5,"n":"Planar Binding"},{"id":841,"c":2,"u":"plane%20shift_phb","p":266,"s":13,"h":1,"r":1,"lvl":7,"n":"Plane Shift"},{"id":842,"c":2,"u":"plant%20growth_phb","p":266,"s":13,"h":1,"r":1,"lvl":3,"n":"Plant Growth"},{"id":843,"c":2,"u":"poison%20spray_phb","p":266,"s":13,"h":1,"r":1,"lvl":0,"n":"Poison Spray"},{"id":844,"c":2,"u":"polymorph_phb","p":266,"s":13,"h":1,"r":1,"lvl":4,"n":"Polymorph"},{"id":845,"c":2,"u":"power%20word%20heal_phb","p":266,"s":13,"h":1,"lvl":9,"n":"Power Word Heal"},{"id":846,"c":2,"u":"power%20word%20kill_phb","p":266,"s":13,"h":1,"r":1,"lvl":9,"n":"Power Word Kill"},{"id":847,"c":2,"u":"power%20word%20stun_phb","p":267,"s":13,"h":1,"r":1,"lvl":8,"n":"Power Word Stun"},{"id":848,"c":2,"u":"prayer%20of%20healing_phb","p":267,"s":13,"h":1,"r":1,"lvl":2,"n":"Prayer of Healing"},{"id":849,"c":2,"u":"prestidigitation_phb","p":267,"s":13,"h":1,"r":1,"lvl":0,"n":"Prestidigitation"},{"id":850,"c":2,"u":"prismatic%20spray_phb","p":267,"s":13,"h":1,"r":1,"lvl":7,"n":"Prismatic Spray"},{"id":851,"c":2,"u":"prismatic%20wall_phb","p":267,"s":13,"h":1,"r":1,"lvl":9,"n":"Prismatic Wall"},{"id":852,"c":2,"u":"produce%20flame_phb","p":269,"s":13,"h":1,"r":1,"lvl":0,"n":"Produce Flame"},{"id":853,"c":2,"u":"programmed%20illusion_phb","p":269,"s":13,"h":1,"r":1,"lvl":6,"n":"Programmed Illusion"},{"id":854,"c":2,"u":"project%20image_phb","p":270,"s":13,"h":1,"r":1,"lvl":7,"n":"Project Image"},{"id":855,"c":2,"u":"protection%20from%20energy_phb","p":270,"s":13,"h":1,"r":1,"lvl":3,"n":"Protection from Energy"},{"id":856,"c":2,"u":"protection%20from%20evil%20and%20good_phb","p":270,"s":13,"h":1,"r":1,"lvl":1,"n":"Protection from Evil and Good"},{"id":857,"c":2,"u":"protection%20from%20poison_phb","p":270,"s":13,"h":1,"r":1,"lvl":2,"n":"Protection from Poison"},{"id":858,"c":2,"u":"purify%20food%20and%20drink_phb","p":270,"s":13,"h":1,"r":1,"lvl":1,"n":"Purify Food and Drink"},{"id":859,"c":2,"u":"raise%20dead_phb","p":270,"s":13,"h":1,"r":1,"lvl":5,"n":"Raise Dead"},{"id":860,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":13,"h":1,"r":1,"lvl":5,"n":"Rary's Telepathic Bond"},{"id":861,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":13,"h":1,"r":1,"lvl":5,"n":"Telepathic Bond"},{"id":862,"c":2,"u":"ray%20of%20enfeeblement_phb","p":271,"s":13,"h":1,"r":1,"lvl":2,"n":"Ray of Enfeeblement"},{"id":863,"c":2,"u":"ray%20of%20frost_phb","p":271,"s":13,"h":1,"r":1,"lvl":0,"n":"Ray of Frost"},{"id":864,"c":2,"u":"ray%20of%20sickness_phb","p":271,"s":13,"h":1,"lvl":1,"n":"Ray of Sickness"},{"id":865,"c":2,"u":"regenerate_phb","p":271,"s":13,"h":1,"r":1,"lvl":7,"n":"Regenerate"},{"id":866,"c":2,"u":"reincarnate_phb","p":271,"s":13,"h":1,"r":1,"lvl":5,"n":"Reincarnate"},{"id":867,"c":2,"u":"remove%20curse_phb","p":271,"s":13,"h":1,"r":1,"lvl":3,"n":"Remove Curse"},{"id":868,"c":2,"u":"resistance_phb","p":272,"s":13,"h":1,"r":1,"lvl":0,"n":"Resistance"},{"id":869,"c":2,"u":"resurrection_phb","p":272,"s":13,"h":1,"r":1,"lvl":7,"n":"Resurrection"},{"id":870,"c":2,"u":"reverse%20gravity_phb","p":272,"s":13,"h":1,"r":1,"lvl":7,"n":"Reverse Gravity"},{"id":871,"c":2,"u":"revivify_phb","p":272,"s":13,"h":1,"r":1,"lvl":3,"n":"Revivify"},{"id":872,"c":2,"u":"rope%20trick_phb","p":272,"s":13,"h":1,"r":1,"lvl":2,"n":"Rope Trick"},{"id":873,"c":2,"u":"sacred%20flame_phb","p":272,"s":13,"h":1,"r":1,"lvl":0,"n":"Sacred Flame"},{"id":874,"c":2,"u":"sanctuary_phb","p":272,"s":13,"h":1,"r":1,"lvl":1,"n":"Sanctuary"},{"id":875,"c":2,"u":"scorching%20ray_phb","p":273,"s":13,"h":1,"r":1,"lvl":2,"n":"Scorching Ray"},{"id":876,"c":2,"u":"scrying_phb","p":273,"s":13,"h":1,"r":1,"lvl":5,"n":"Scrying"},{"id":877,"c":2,"u":"searing%20smite_phb","p":274,"s":13,"h":1,"lvl":1,"n":"Searing Smite"},{"id":878,"c":2,"u":"see%20invisibility_phb","p":274,"s":13,"h":1,"r":1,"lvl":2,"n":"See Invisibility"},{"id":879,"c":2,"u":"seeming_phb","p":274,"s":13,"h":1,"r":1,"lvl":5,"n":"Seeming"},{"id":880,"c":2,"u":"sending_phb","p":274,"s":13,"h":1,"r":1,"lvl":3,"n":"Sending"},{"id":881,"c":2,"u":"sequester_phb","p":274,"s":13,"h":1,"r":1,"lvl":7,"n":"Sequester"},{"id":882,"c":2,"u":"shapechange_phb","p":274,"s":13,"h":1,"r":1,"lvl":9,"n":"Shapechange"},{"id":883,"c":2,"u":"shatter_phb","p":275,"s":13,"h":1,"r":1,"lvl":2,"n":"Shatter"},{"id":884,"c":2,"u":"shield_phb","p":275,"s":13,"h":1,"r":1,"lvl":1,"n":"Shield"},{"id":885,"c":2,"u":"shield%20of%20faith_phb","p":275,"s":13,"h":1,"r":1,"lvl":1,"n":"Shield of Faith"},{"id":886,"c":2,"u":"shillelagh_phb","p":275,"s":13,"h":1,"r":1,"lvl":0,"n":"Shillelagh"},{"id":887,"c":2,"u":"shocking%20grasp_phb","p":275,"s":13,"h":1,"r":1,"lvl":0,"n":"Shocking Grasp"},{"id":888,"c":2,"u":"silence_phb","p":275,"s":13,"h":1,"r":1,"lvl":2,"n":"Silence"},{"id":889,"c":2,"u":"silent%20image_phb","p":276,"s":13,"h":1,"r":1,"lvl":1,"n":"Silent Image"},{"id":890,"c":2,"u":"simulacrum_phb","p":276,"s":13,"h":1,"r":1,"lvl":7,"n":"Simulacrum"},{"id":891,"c":2,"u":"sleep_phb","p":276,"s":13,"h":1,"r":1,"lvl":1,"n":"Sleep"},{"id":892,"c":2,"u":"sleet%20storm_phb","p":276,"s":13,"h":1,"r":1,"lvl":3,"n":"Sleet Storm"},{"id":893,"c":2,"u":"slow_phb","p":277,"s":13,"h":1,"r":1,"lvl":3,"n":"Slow"},{"id":894,"c":2,"u":"spare%20the%20dying_phb","p":277,"s":13,"h":1,"r":1,"lvl":0,"n":"Spare the Dying"},{"id":895,"c":2,"u":"speak%20with%20animals_phb","p":277,"s":13,"h":1,"r":1,"lvl":1,"n":"Speak with Animals"},{"id":896,"c":2,"u":"speak%20with%20dead_phb","p":277,"s":13,"h":1,"r":1,"lvl":3,"n":"Speak with Dead"},{"id":897,"c":2,"u":"speak%20with%20plants_phb","p":277,"s":13,"h":1,"r":1,"lvl":3,"n":"Speak with Plants"},{"id":898,"c":2,"u":"spider%20climb_phb","p":277,"s":13,"h":1,"r":1,"lvl":2,"n":"Spider Climb"},{"id":899,"c":2,"u":"spike%20growth_phb","p":277,"s":13,"h":1,"r":1,"lvl":2,"n":"Spike Growth"},{"id":900,"c":2,"u":"spirit%20guardians_phb","p":278,"s":13,"h":1,"r":1,"lvl":3,"n":"Spirit Guardians"},{"id":901,"c":2,"u":"spiritual%20weapon_phb","p":278,"s":13,"h":1,"r":1,"lvl":2,"n":"Spiritual Weapon"},{"id":902,"c":2,"u":"staggering%20smite_phb","p":278,"s":13,"h":1,"lvl":4,"n":"Staggering Smite"},{"id":903,"c":2,"u":"stinking%20cloud_phb","p":278,"s":13,"h":1,"r":1,"lvl":3,"n":"Stinking Cloud"},{"id":904,"c":2,"u":"stone%20shape_phb","p":278,"s":13,"h":1,"r":1,"lvl":4,"n":"Stone Shape"},{"id":905,"c":2,"u":"stoneskin_phb","p":278,"s":13,"h":1,"r":1,"lvl":4,"n":"Stoneskin"},{"id":906,"c":2,"u":"storm%20of%20vengeance_phb","p":279,"s":13,"h":1,"r":1,"lvl":9,"n":"Storm of Vengeance"},{"id":907,"c":2,"u":"suggestion_phb","p":279,"s":13,"h":1,"r":1,"lvl":2,"n":"Suggestion"},{"id":908,"c":2,"u":"sunbeam_phb","p":279,"s":13,"h":1,"r":1,"lvl":6,"n":"Sunbeam"},{"id":909,"c":2,"u":"sunburst_phb","p":279,"s":13,"h":1,"r":1,"lvl":8,"n":"Sunburst"},{"id":910,"c":2,"u":"swift%20quiver_phb","p":279,"s":13,"h":1,"lvl":5,"n":"Swift Quiver"},{"id":911,"c":2,"u":"symbol_phb","p":280,"s":13,"h":1,"r":1,"lvl":7,"n":"Symbol"},{"id":912,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":13,"h":1,"r":1,"lvl":1,"n":"Tasha's Hideous Laughter"},{"id":913,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":13,"h":1,"r":1,"lvl":1,"n":"Hideous Laughter"},{"id":914,"c":2,"u":"telekinesis_phb","p":280,"s":13,"h":1,"r":1,"lvl":5,"n":"Telekinesis"},{"id":915,"c":2,"u":"telepathy_phb","p":281,"s":13,"h":1,"lvl":8,"n":"Telepathy"},{"id":916,"c":2,"u":"teleport_phb","p":281,"s":13,"h":1,"r":1,"lvl":7,"n":"Teleport"},{"id":917,"c":2,"u":"teleportation%20circle_phb","p":282,"s":13,"h":1,"r":1,"lvl":5,"n":"Teleportation Circle"},{"id":918,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":13,"h":1,"r":1,"lvl":1,"n":"Tenser's Floating Disk"},{"id":919,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":13,"h":1,"r":1,"lvl":1,"n":"Floating Disk"},{"id":920,"c":2,"u":"thaumaturgy_phb","p":282,"s":13,"h":1,"r":1,"lvl":0,"n":"Thaumaturgy"},{"id":921,"c":2,"u":"thorn%20whip_phb","p":282,"s":13,"h":1,"lvl":0,"n":"Thorn Whip"},{"id":922,"c":2,"u":"thunderous%20smite_phb","p":282,"s":13,"h":1,"lvl":1,"n":"Thunderous Smite"},{"id":923,"c":2,"u":"thunderwave_phb","p":282,"s":13,"h":1,"r":1,"lvl":1,"n":"Thunderwave"},{"id":924,"c":2,"u":"time%20stop_phb","p":283,"s":13,"h":1,"r":1,"lvl":9,"n":"Time Stop"},{"id":925,"c":2,"u":"tongues_phb","p":283,"s":13,"h":1,"r":1,"lvl":3,"n":"Tongues"},{"id":926,"c":2,"u":"transport%20via%20plants_phb","p":283,"s":13,"h":1,"r":1,"lvl":6,"n":"Transport via Plants"},{"id":927,"c":2,"u":"tree%20stride_phb","p":283,"s":13,"h":1,"r":1,"lvl":5,"n":"Tree Stride"},{"id":928,"c":2,"u":"true%20polymorph_phb","p":283,"s":13,"h":1,"r":1,"lvl":9,"n":"True Polymorph"},{"id":929,"c":2,"u":"true%20resurrection_phb","p":284,"s":13,"h":1,"r":1,"lvl":9,"n":"True Resurrection"},{"id":930,"c":2,"u":"true%20seeing_phb","p":284,"s":13,"h":1,"r":1,"lvl":6,"n":"True Seeing"},{"id":931,"c":2,"u":"true%20strike_phb","p":284,"s":13,"h":1,"r":1,"lvl":0,"n":"True Strike"},{"id":932,"c":2,"u":"tsunami_phb","p":284,"s":13,"h":1,"lvl":8,"n":"Tsunami"},{"id":933,"c":2,"u":"unseen%20servant_phb","p":284,"s":13,"h":1,"r":1,"lvl":1,"n":"Unseen Servant"},{"id":934,"c":2,"u":"vampiric%20touch_phb","p":285,"s":13,"h":1,"r":1,"lvl":3,"n":"Vampiric Touch"},{"id":935,"c":2,"u":"vicious%20mockery_phb","p":285,"s":13,"h":1,"r":1,"lvl":0,"n":"Vicious Mockery"},{"id":936,"c":2,"u":"wall%20of%20fire_phb","p":285,"s":13,"h":1,"r":1,"lvl":4,"n":"Wall of Fire"},{"id":937,"c":2,"u":"wall%20of%20force_phb","p":285,"s":13,"h":1,"r":1,"lvl":5,"n":"Wall of Force"},{"id":938,"c":2,"u":"wall%20of%20ice_phb","p":285,"s":13,"h":1,"r":1,"lvl":6,"n":"Wall of Ice"},{"id":939,"c":2,"u":"wall%20of%20stone_phb","p":287,"s":13,"h":1,"r":1,"lvl":5,"n":"Wall of Stone"},{"id":940,"c":2,"u":"wall%20of%20thorns_phb","p":287,"s":13,"h":1,"r":1,"lvl":6,"n":"Wall of Thorns"},{"id":941,"c":2,"u":"warding%20bond_phb","p":287,"s":13,"h":1,"r":1,"lvl":2,"n":"Warding Bond"},{"id":942,"c":2,"u":"water%20breathing_phb","p":287,"s":13,"h":1,"r":1,"lvl":3,"n":"Water Breathing"},{"id":943,"c":2,"u":"water%20walk_phb","p":287,"s":13,"h":1,"r":1,"lvl":3,"n":"Water Walk"},{"id":944,"c":2,"u":"web_phb","p":287,"s":13,"h":1,"r":1,"lvl":2,"n":"Web"},{"id":945,"c":2,"u":"weird_phb","p":288,"s":13,"h":1,"r":1,"lvl":9,"n":"Weird"},{"id":946,"c":2,"u":"wind%20walk_phb","p":288,"s":13,"h":1,"r":1,"lvl":6,"n":"Wind Walk"},{"id":947,"c":2,"u":"wind%20wall_phb","p":288,"s":13,"h":1,"r":1,"lvl":3,"n":"Wind Wall"},{"id":948,"c":2,"u":"wish_phb","p":288,"s":13,"h":1,"r":1,"lvl":9,"n":"Wish"},{"id":949,"c":2,"u":"witch%20bolt_phb","p":289,"s":13,"h":1,"lvl":1,"n":"Witch Bolt"},{"id":950,"c":2,"u":"word%20of%20recall_phb","p":289,"s":13,"h":1,"r":1,"lvl":6,"n":"Word of Recall"},{"id":951,"c":2,"u":"wrathful%20smite_phb","p":289,"s":13,"h":1,"lvl":1,"n":"Wrathful Smite"},{"id":952,"c":2,"u":"zone%20of%20truth_phb","p":289,"s":13,"h":1,"r":1,"lvl":2,"n":"Zone of Truth"},{"id":953,"c":2,"u":"gate%20seal_sato","p":12,"s":14,"h":1,"lvl":4,"n":"Gate Seal"},{"id":954,"c":2,"u":"warp%20sense_sato","p":12,"s":14,"h":1,"lvl":2,"n":"Warp Sense"},{"id":955,"c":2,"u":"borrowed%20knowledge_scc","p":37,"s":15,"h":1,"lvl":2,"n":"Borrowed Knowledge"},{"id":956,"c":2,"u":"kinetic%20jaunt_scc","p":37,"s":15,"h":1,"lvl":2,"n":"Kinetic Jaunt"},{"id":957,"c":2,"u":"silvery%20barbs_scc","p":38,"s":15,"h":1,"lvl":1,"n":"Silvery Barbs"},{"id":958,"c":2,"u":"vortex%20warp_scc","p":38,"s":15,"h":1,"lvl":2,"n":"Vortex Warp"},{"id":959,"c":2,"u":"wither%20and%20bloom_scc","p":38,"s":15,"h":1,"lvl":2,"n":"Wither and Bloom"},{"id":960,"c":2,"u":"freedom%20of%20the%20waves_tdcsr","p":176,"s":16,"h":1,"dP":1,"lvl":3,"n":"Freedom of the Waves"},{"id":961,"c":2,"u":"freedom%20of%20the%20winds_tdcsr","p":176,"s":16,"h":1,"dP":1,"lvl":5,"n":"Freedom of the Winds"},{"id":962,"c":2,"u":"linked%20glyphs_aitfr-avt","p":9,"s":17,"h":1,"lvl":3,"n":"Linked Glyphs"},{"id":963,"c":2,"u":"flock%20of%20familiars_llk","p":57,"s":18,"h":1,"lvl":2,"n":"Flock of Familiars"},{"id":964,"c":2,"u":"galder's%20speedy%20courier_llk","p":57,"s":18,"h":1,"lvl":4,"n":"Galder's Speedy Courier"},{"id":965,"c":2,"u":"galder's%20tower_llk","p":57,"s":18,"h":1,"lvl":3,"n":"Galder's Tower"}],"m":{"s":{"BMT":0,"FTD":1,"TCE":2,"XGE":3,"XPHB":4,"AAG":5,"AI":6,"DoDk":7,"EGW":8,"GGR":9,"GHLoE":10,"HWCS":11,"IDRotF":12,"PHB":13,"SatO":14,"SCC":15,"TDCSR":16,"AitFR-AVT":17,"LLK":18}}} \ No newline at end of file +{"x":[{"id":0,"c":2,"u":"antagonize_bmt","p":50,"s":0,"h":1,"lvl":3,"n":"Antagonize"},{"id":1,"c":2,"u":"spirit%20of%20death_bmt","p":50,"s":0,"h":1,"lvl":4,"n":"Spirit of Death"},{"id":2,"c":2,"u":"spray%20of%20cards_bmt","p":50,"s":0,"h":1,"lvl":2,"n":"Spray of Cards"},{"id":3,"c":2,"u":"ashardalon's%20stride_ftd","p":19,"s":1,"h":1,"lvl":3,"n":"Ashardalon's Stride"},{"id":4,"c":2,"u":"draconic%20transformation_ftd","p":19,"s":1,"h":1,"lvl":7,"n":"Draconic Transformation"},{"id":5,"c":2,"u":"fizban's%20platinum%20shield_ftd","p":20,"s":1,"h":1,"lvl":6,"n":"Fizban's Platinum Shield"},{"id":6,"c":2,"u":"nathair's%20mischief_ftd","p":20,"s":1,"h":1,"lvl":2,"n":"Nathair's Mischief"},{"id":7,"c":2,"u":"raulothim's%20psychic%20lance_ftd","p":21,"s":1,"h":1,"lvl":4,"n":"Raulothim's Psychic Lance"},{"id":8,"c":2,"u":"rime's%20binding%20ice_ftd","p":21,"s":1,"h":1,"lvl":2,"n":"Rime's Binding Ice"},{"id":9,"c":2,"u":"summon%20draconic%20spirit_ftd","p":21,"s":1,"h":1,"lvl":5,"n":"Summon Draconic Spirit"},{"id":10,"c":2,"u":"blade%20of%20disaster_tce","p":106,"s":2,"h":1,"lvl":9,"n":"Blade of Disaster"},{"id":11,"c":2,"u":"booming%20blade_tce","p":106,"s":2,"h":1,"lvl":0,"n":"Booming Blade"},{"id":12,"c":2,"u":"dream%20of%20the%20blue%20veil_tce","p":106,"s":2,"h":1,"lvl":7,"n":"Dream of the Blue Veil"},{"id":13,"c":2,"u":"green-flame%20blade_tce","p":107,"s":2,"h":1,"lvl":0,"n":"Green-Flame Blade"},{"id":14,"c":2,"u":"intellect%20fortress_tce","p":107,"s":2,"h":1,"lvl":3,"n":"Intellect Fortress"},{"id":15,"c":2,"u":"lightning%20lure_tce","p":107,"s":2,"h":1,"lvl":0,"n":"Lightning Lure"},{"id":16,"c":2,"u":"mind%20sliver_tce","p":108,"s":2,"h":1,"lvl":0,"n":"Mind Sliver"},{"id":17,"c":2,"u":"spirit%20shroud_tce","p":108,"s":2,"h":1,"lvl":3,"n":"Spirit Shroud"},{"id":18,"c":2,"u":"summon%20aberration_tce","p":109,"s":2,"h":1,"lvl":4,"n":"Summon Aberration"},{"id":19,"c":2,"u":"summon%20beast_tce","p":109,"s":2,"h":1,"lvl":2,"n":"Summon Beast"},{"id":20,"c":2,"u":"summon%20celestial_tce","p":110,"s":2,"h":1,"lvl":5,"n":"Summon Celestial"},{"id":21,"c":2,"u":"summon%20construct_tce","p":111,"s":2,"h":1,"lvl":4,"n":"Summon Construct"},{"id":22,"c":2,"u":"summon%20elemental_tce","p":111,"s":2,"h":1,"lvl":4,"n":"Summon Elemental"},{"id":23,"c":2,"u":"summon%20fey_tce","p":112,"s":2,"h":1,"lvl":3,"n":"Summon Fey"},{"id":24,"c":2,"u":"summon%20fiend_tce","p":112,"s":2,"h":1,"lvl":6,"n":"Summon Fiend"},{"id":25,"c":2,"u":"summon%20shadowspawn_tce","p":113,"s":2,"h":1,"lvl":3,"n":"Summon Shadowspawn"},{"id":26,"c":2,"u":"summon%20undead_tce","p":114,"s":2,"h":1,"lvl":3,"n":"Summon Undead"},{"id":27,"c":2,"u":"sword%20burst_tce","p":115,"s":2,"h":1,"lvl":0,"n":"Sword Burst"},{"id":28,"c":2,"u":"tasha's%20caustic%20brew_tce","p":115,"s":2,"h":1,"lvl":1,"n":"Tasha's Caustic Brew"},{"id":29,"c":2,"u":"tasha's%20mind%20whip_tce","p":115,"s":2,"h":1,"lvl":2,"n":"Tasha's Mind Whip"},{"id":30,"c":2,"u":"tasha's%20otherworldly%20guise_tce","p":116,"s":2,"h":1,"lvl":6,"n":"Tasha's Otherworldly Guise"},{"id":31,"c":2,"u":"abi-dalzim's%20horrid%20wilting_xge","p":150,"s":3,"h":1,"lvl":8,"n":"Abi-Dalzim's Horrid Wilting"},{"id":32,"c":2,"u":"absorb%20elements_xge","p":150,"s":3,"h":1,"lvl":1,"n":"Absorb Elements"},{"id":33,"c":2,"u":"aganazzar's%20scorcher_xge","p":150,"s":3,"h":1,"lvl":2,"n":"Aganazzar's Scorcher"},{"id":34,"c":2,"u":"beast%20bond_xge","p":150,"s":3,"h":1,"lvl":1,"n":"Beast Bond"},{"id":35,"c":2,"u":"bones%20of%20the%20earth_xge","p":150,"s":3,"h":1,"lvl":6,"n":"Bones of the Earth"},{"id":36,"c":2,"u":"catapult_xge","p":150,"s":3,"h":1,"lvl":1,"n":"Catapult"},{"id":37,"c":2,"u":"catnap_xge","p":151,"s":3,"h":1,"lvl":3,"n":"Catnap"},{"id":38,"c":2,"u":"cause%20fear_xge","p":151,"s":3,"h":1,"lvl":1,"n":"Cause Fear"},{"id":39,"c":2,"u":"ceremony_xge","p":151,"s":3,"h":1,"lvl":1,"n":"Ceremony"},{"id":40,"c":2,"u":"chaos%20bolt_xge","p":151,"s":3,"h":1,"lvl":1,"n":"Chaos Bolt"},{"id":41,"c":2,"u":"charm%20monster_xge","p":151,"s":3,"h":1,"lvl":4,"n":"Charm Monster"},{"id":42,"c":2,"u":"control%20flames_xge","p":152,"s":3,"h":1,"lvl":0,"n":"Control Flames"},{"id":43,"c":2,"u":"control%20winds_xge","p":152,"s":3,"h":1,"lvl":5,"n":"Control Winds"},{"id":44,"c":2,"u":"create%20bonfire_xge","p":152,"s":3,"h":1,"lvl":0,"n":"Create Bonfire"},{"id":45,"c":2,"u":"create%20homunculus_xge","p":152,"s":3,"h":1,"lvl":6,"n":"Create Homunculus"},{"id":46,"c":2,"u":"crown%20of%20stars_xge","p":152,"s":3,"h":1,"lvl":7,"n":"Crown of Stars"},{"id":47,"c":2,"u":"danse%20macabre_xge","p":153,"s":3,"h":1,"lvl":5,"n":"Danse Macabre"},{"id":48,"c":2,"u":"dawn_xge","p":153,"s":3,"h":1,"lvl":5,"n":"Dawn"},{"id":49,"c":2,"u":"dragon's%20breath_xge","p":154,"s":3,"h":1,"lvl":2,"n":"Dragon's Breath"},{"id":50,"c":2,"u":"druid%20grove_xge","p":154,"s":3,"h":1,"lvl":6,"n":"Druid Grove"},{"id":51,"c":2,"u":"dust%20devil_xge","p":154,"s":3,"h":1,"lvl":2,"n":"Dust Devil"},{"id":52,"c":2,"u":"earth%20tremor_xge","p":155,"s":3,"h":1,"lvl":1,"n":"Earth Tremor"},{"id":53,"c":2,"u":"earthbind_xge","p":154,"s":3,"h":1,"lvl":2,"n":"Earthbind"},{"id":54,"c":2,"u":"elemental%20bane_xge","p":155,"s":3,"h":1,"lvl":4,"n":"Elemental Bane"},{"id":55,"c":2,"u":"enemies%20abound_xge","p":155,"s":3,"h":1,"lvl":3,"n":"Enemies Abound"},{"id":56,"c":2,"u":"enervation_xge","p":155,"s":3,"h":1,"lvl":5,"n":"Enervation"},{"id":57,"c":2,"u":"erupting%20earth_xge","p":155,"s":3,"h":1,"lvl":3,"n":"Erupting Earth"},{"id":58,"c":2,"u":"far%20step_xge","p":155,"s":3,"h":1,"lvl":5,"n":"Far Step"},{"id":59,"c":2,"u":"find%20greater%20steed_xge","p":156,"s":3,"h":1,"lvl":4,"n":"Find Greater Steed"},{"id":60,"c":2,"u":"flame%20arrows_xge","p":156,"s":3,"h":1,"lvl":3,"n":"Flame Arrows"},{"id":61,"c":2,"u":"frostbite_xge","p":156,"s":3,"h":1,"lvl":0,"n":"Frostbite"},{"id":62,"c":2,"u":"guardian%20of%20nature_xge","p":157,"s":3,"h":1,"lvl":4,"n":"Guardian of Nature"},{"id":63,"c":2,"u":"gust_xge","p":157,"s":3,"h":1,"lvl":0,"n":"Gust"},{"id":64,"c":2,"u":"healing%20spirit_xge","p":157,"s":3,"h":1,"lvl":2,"n":"Healing Spirit"},{"id":65,"c":2,"u":"holy%20weapon_xge","p":157,"s":3,"h":1,"lvl":5,"n":"Holy Weapon"},{"id":66,"c":2,"u":"ice%20knife_xge","p":157,"s":3,"h":1,"lvl":1,"n":"Ice Knife"},{"id":67,"c":2,"u":"illusory%20dragon_xge","p":157,"s":3,"h":1,"lvl":8,"n":"Illusory Dragon"},{"id":68,"c":2,"u":"immolation_xge","p":158,"s":3,"h":1,"lvl":5,"n":"Immolation"},{"id":69,"c":2,"u":"infernal%20calling_xge","p":158,"s":3,"h":1,"lvl":5,"n":"Infernal Calling"},{"id":70,"c":2,"u":"infestation_xge","p":158,"s":3,"h":1,"lvl":0,"n":"Infestation"},{"id":71,"c":2,"u":"investiture%20of%20flame_xge","p":159,"s":3,"h":1,"lvl":6,"n":"Investiture of Flame"},{"id":72,"c":2,"u":"investiture%20of%20ice_xge","p":159,"s":3,"h":1,"lvl":6,"n":"Investiture of Ice"},{"id":73,"c":2,"u":"investiture%20of%20stone_xge","p":159,"s":3,"h":1,"lvl":6,"n":"Investiture of Stone"},{"id":74,"c":2,"u":"investiture%20of%20wind_xge","p":160,"s":3,"h":1,"lvl":6,"n":"Investiture of Wind"},{"id":75,"c":2,"u":"invulnerability_xge","p":160,"s":3,"h":1,"lvl":9,"n":"Invulnerability"},{"id":76,"c":2,"u":"life%20transference_xge","p":160,"s":3,"h":1,"lvl":3,"n":"Life Transference"},{"id":77,"c":2,"u":"maddening%20darkness_xge","p":160,"s":3,"h":1,"lvl":8,"n":"Maddening Darkness"},{"id":78,"c":2,"u":"maelstrom_xge","p":160,"s":3,"h":1,"lvl":5,"n":"Maelstrom"},{"id":79,"c":2,"u":"magic%20stone_xge","p":160,"s":3,"h":1,"lvl":0,"n":"Magic Stone"},{"id":80,"c":2,"u":"mass%20polymorph_xge","p":160,"s":3,"h":1,"lvl":9,"n":"Mass Polymorph"},{"id":81,"c":2,"u":"maximilian's%20earthen%20grasp_xge","p":161,"s":3,"h":1,"lvl":2,"n":"Maximilian's Earthen Grasp"},{"id":82,"c":2,"u":"melf's%20minute%20meteors_xge","p":161,"s":3,"h":1,"lvl":3,"n":"Melf's Minute Meteors"},{"id":83,"c":2,"u":"mental%20prison_xge","p":161,"s":3,"h":1,"lvl":6,"n":"Mental Prison"},{"id":84,"c":2,"u":"mighty%20fortress_xge","p":161,"s":3,"h":1,"lvl":8,"n":"Mighty Fortress"},{"id":85,"c":2,"u":"mind%20spike_xge","p":162,"s":3,"h":1,"lvl":2,"n":"Mind Spike"},{"id":86,"c":2,"u":"mold%20earth_xge","p":162,"s":3,"h":1,"lvl":0,"n":"Mold Earth"},{"id":87,"c":2,"u":"negative%20energy%20flood_xge","p":163,"s":3,"h":1,"lvl":5,"n":"Negative Energy Flood"},{"id":88,"c":2,"u":"power%20word%20pain_xge","p":163,"s":3,"h":1,"lvl":7,"n":"Power Word Pain"},{"id":89,"c":2,"u":"primal%20savagery_xge","p":163,"s":3,"h":1,"lvl":0,"n":"Primal Savagery"},{"id":90,"c":2,"u":"primordial%20ward_xge","p":163,"s":3,"h":1,"lvl":6,"n":"Primordial Ward"},{"id":91,"c":2,"u":"psychic%20scream_xge","p":163,"s":3,"h":1,"lvl":9,"n":"Psychic Scream"},{"id":92,"c":2,"u":"pyrotechnics_xge","p":163,"s":3,"h":1,"lvl":2,"n":"Pyrotechnics"},{"id":93,"c":2,"u":"scatter_xge","p":164,"s":3,"h":1,"lvl":6,"n":"Scatter"},{"id":94,"c":2,"u":"shadow%20blade_xge","p":164,"s":3,"h":1,"lvl":2,"n":"Shadow Blade"},{"id":95,"c":2,"u":"shadow%20of%20moil_xge","p":164,"s":3,"h":1,"lvl":4,"n":"Shadow of Moil"},{"id":96,"c":2,"u":"shape%20water_xge","p":164,"s":3,"h":1,"lvl":0,"n":"Shape Water"},{"id":97,"c":2,"u":"sickening%20radiance_xge","p":164,"s":3,"h":1,"lvl":4,"n":"Sickening Radiance"},{"id":98,"c":2,"u":"skill%20empowerment_xge","p":165,"s":3,"h":1,"lvl":5,"n":"Skill Empowerment"},{"id":99,"c":2,"u":"skywrite_xge","p":165,"s":3,"h":1,"lvl":2,"n":"Skywrite"},{"id":100,"c":2,"u":"snare_xge","p":165,"s":3,"h":1,"lvl":1,"n":"Snare"},{"id":101,"c":2,"u":"snilloc's%20snowball%20swarm_xge","p":165,"s":3,"h":1,"lvl":2,"n":"Snilloc's Snowball Swarm"},{"id":102,"c":2,"u":"soul%20cage_xge","p":165,"s":3,"h":1,"lvl":6,"n":"Soul Cage"},{"id":103,"c":2,"u":"steel%20wind%20strike_xge","p":166,"s":3,"h":1,"lvl":5,"n":"Steel Wind Strike"},{"id":104,"c":2,"u":"storm%20sphere_xge","p":166,"s":3,"h":1,"lvl":4,"n":"Storm Sphere"},{"id":105,"c":2,"u":"summon%20greater%20demon_xge","p":166,"s":3,"h":1,"lvl":4,"n":"Summon Greater Demon"},{"id":106,"c":2,"u":"summon%20lesser%20demons_xge","p":167,"s":3,"h":1,"lvl":3,"n":"Summon Lesser Demons"},{"id":107,"c":2,"u":"synaptic%20static_xge","p":167,"s":3,"h":1,"lvl":5,"n":"Synaptic Static"},{"id":108,"c":2,"u":"temple%20of%20the%20gods_xge","p":167,"s":3,"h":1,"lvl":7,"n":"Temple of the Gods"},{"id":109,"c":2,"u":"tenser's%20transformation_xge","p":168,"s":3,"h":1,"lvl":6,"n":"Tenser's Transformation"},{"id":110,"c":2,"u":"thunder%20step_xge","p":168,"s":3,"h":1,"lvl":3,"n":"Thunder Step"},{"id":111,"c":2,"u":"thunderclap_xge","p":168,"s":3,"h":1,"lvl":0,"n":"Thunderclap"},{"id":112,"c":2,"u":"tidal%20wave_xge","p":168,"s":3,"h":1,"lvl":3,"n":"Tidal Wave"},{"id":113,"c":2,"u":"tiny%20servant_xge","p":168,"s":3,"h":1,"lvl":3,"n":"Tiny Servant"},{"id":114,"c":2,"u":"toll%20the%20dead_xge","p":169,"s":3,"h":1,"lvl":0,"n":"Toll the Dead"},{"id":115,"c":2,"u":"transmute%20rock_xge","p":169,"s":3,"h":1,"lvl":5,"n":"Transmute Rock"},{"id":116,"c":2,"u":"vitriolic%20sphere_xge","p":170,"s":3,"h":1,"lvl":4,"n":"Vitriolic Sphere"},{"id":117,"c":2,"u":"wall%20of%20light_xge","p":170,"s":3,"h":1,"lvl":5,"n":"Wall of Light"},{"id":118,"c":2,"u":"wall%20of%20sand_xge","p":170,"s":3,"h":1,"lvl":3,"n":"Wall of Sand"},{"id":119,"c":2,"u":"wall%20of%20water_xge","p":170,"s":3,"h":1,"lvl":3,"n":"Wall of Water"},{"id":120,"c":2,"u":"warding%20wind_xge","p":170,"s":3,"h":1,"lvl":2,"n":"Warding Wind"},{"id":121,"c":2,"u":"watery%20sphere_xge","p":170,"s":3,"h":1,"lvl":4,"n":"Watery Sphere"},{"id":122,"c":2,"u":"whirlwind_xge","p":171,"s":3,"h":1,"lvl":7,"n":"Whirlwind"},{"id":123,"c":2,"u":"word%20of%20radiance_xge","p":171,"s":3,"h":1,"lvl":0,"n":"Word of Radiance"},{"id":124,"c":2,"u":"wrath%20of%20nature_xge","p":171,"s":3,"h":1,"lvl":5,"n":"Wrath of Nature"},{"id":125,"c":2,"u":"zephyr%20strike_xge","p":171,"s":3,"h":1,"lvl":1,"n":"Zephyr Strike"},{"id":126,"c":2,"u":"acid%20splash_xphb","p":239,"s":4,"h":1,"lvl":0,"n":"Acid Splash"},{"id":127,"c":2,"u":"aid_xphb","p":239,"s":4,"h":1,"lvl":2,"n":"Aid"},{"id":128,"c":2,"u":"alarm_xphb","p":239,"s":4,"h":1,"lvl":1,"n":"Alarm"},{"id":129,"c":2,"u":"alter%20self_xphb","p":239,"s":4,"h":1,"lvl":2,"n":"Alter Self"},{"id":130,"c":2,"u":"animal%20friendship_xphb","p":239,"s":4,"h":1,"lvl":1,"n":"Animal Friendship"},{"id":131,"c":2,"u":"animal%20messenger_xphb","p":240,"s":4,"h":1,"lvl":2,"n":"Animal Messenger"},{"id":132,"c":2,"u":"animal%20shapes_xphb","p":240,"s":4,"h":1,"lvl":8,"n":"Animal Shapes"},{"id":133,"c":2,"u":"animate%20dead_xphb","p":240,"s":4,"h":1,"lvl":3,"n":"Animate Dead"},{"id":134,"c":2,"u":"animate%20objects_xphb","p":240,"s":4,"h":1,"lvl":5,"n":"Animate Objects"},{"id":135,"c":2,"u":"antilife%20shell_xphb","p":241,"s":4,"h":1,"lvl":5,"n":"Antilife Shell"},{"id":136,"c":2,"u":"antimagic%20field_xphb","p":241,"s":4,"h":1,"lvl":8,"n":"Antimagic Field"},{"id":137,"c":2,"u":"antipathy%2fsympathy_xphb","p":242,"s":4,"h":1,"lvl":8,"n":"Antipathy/Sympathy"},{"id":138,"c":2,"u":"arcane%20eye_xphb","p":242,"s":4,"h":1,"lvl":4,"n":"Arcane Eye"},{"id":139,"c":2,"u":"arcane%20gate_xphb","p":242,"s":4,"h":1,"lvl":6,"n":"Arcane Gate"},{"id":140,"c":2,"u":"arcane%20lock_xphb","p":242,"s":4,"h":1,"lvl":2,"n":"Arcane Lock"},{"id":141,"c":2,"u":"arcane%20vigor_xphb","p":242,"s":4,"h":1,"lvl":2,"n":"Arcane Vigor"},{"id":142,"c":2,"u":"armor%20of%20agathys_xphb","p":243,"s":4,"h":1,"lvl":1,"n":"Armor of Agathys"},{"id":143,"c":2,"u":"arms%20of%20hadar_xphb","p":243,"s":4,"h":1,"lvl":1,"n":"Arms of Hadar"},{"id":144,"c":2,"u":"astral%20projection_xphb","p":243,"s":4,"h":1,"lvl":9,"n":"Astral Projection"},{"id":145,"c":2,"u":"augury_xphb","p":244,"s":4,"h":1,"lvl":2,"n":"Augury"},{"id":146,"c":2,"u":"aura%20of%20life_xphb","p":244,"s":4,"h":1,"lvl":4,"n":"Aura of Life"},{"id":147,"c":2,"u":"aura%20of%20purity_xphb","p":244,"s":4,"h":1,"lvl":4,"n":"Aura of Purity"},{"id":148,"c":2,"u":"aura%20of%20vitality_xphb","p":244,"s":4,"h":1,"lvl":3,"n":"Aura of Vitality"},{"id":149,"c":2,"u":"awaken_xphb","p":245,"s":4,"h":1,"lvl":5,"n":"Awaken"},{"id":150,"c":2,"u":"bane_xphb","p":245,"s":4,"h":1,"lvl":1,"n":"Bane"},{"id":151,"c":2,"u":"banishing%20smite_xphb","p":245,"s":4,"h":1,"lvl":5,"n":"Banishing Smite"},{"id":152,"c":2,"u":"banishment_xphb","p":245,"s":4,"h":1,"lvl":4,"n":"Banishment"},{"id":153,"c":2,"u":"barkskin_xphb","p":245,"s":4,"h":1,"lvl":2,"n":"Barkskin"},{"id":154,"c":2,"u":"beacon%20of%20hope_xphb","p":245,"s":4,"h":1,"lvl":3,"n":"Beacon of Hope"},{"id":155,"c":2,"u":"beast%20sense_xphb","p":245,"s":4,"h":1,"lvl":2,"n":"Beast Sense"},{"id":156,"c":2,"u":"befuddlement_xphb","p":245,"s":4,"h":1,"lvl":8,"n":"Befuddlement"},{"id":157,"c":2,"u":"bestow%20curse_xphb","p":246,"s":4,"h":1,"lvl":3,"n":"Bestow Curse"},{"id":158,"c":2,"u":"bigby's%20hand_xphb","p":245,"s":4,"h":1,"lvl":5,"n":"Bigby's Hand"},{"id":159,"c":2,"u":"blade%20barrier_xphb","p":247,"s":4,"h":1,"lvl":6,"n":"Blade Barrier"},{"id":160,"c":2,"u":"blade%20ward_xphb","p":247,"s":4,"h":1,"lvl":0,"n":"Blade Ward"},{"id":161,"c":2,"u":"bless_xphb","p":247,"s":4,"h":1,"lvl":1,"n":"Bless"},{"id":162,"c":2,"u":"blight_xphb","p":247,"s":4,"h":1,"lvl":4,"n":"Blight"},{"id":163,"c":2,"u":"blinding%20smite_xphb","p":247,"s":4,"h":1,"lvl":3,"n":"Blinding Smite"},{"id":164,"c":2,"u":"blindness%2fdeafness_xphb","p":248,"s":4,"h":1,"lvl":2,"n":"Blindness/Deafness"},{"id":165,"c":2,"u":"blink_xphb","p":248,"s":4,"h":1,"lvl":3,"n":"Blink"},{"id":166,"c":2,"u":"blur_xphb","p":248,"s":4,"h":1,"lvl":2,"n":"Blur"},{"id":167,"c":2,"u":"burning%20hands_xphb","p":248,"s":4,"h":1,"lvl":1,"n":"Burning Hands"},{"id":168,"c":2,"u":"call%20lightning_xphb","p":248,"s":4,"h":1,"lvl":3,"n":"Call Lightning"},{"id":169,"c":2,"u":"calm%20emotions_xphb","p":249,"s":4,"h":1,"lvl":2,"n":"Calm Emotions"},{"id":170,"c":2,"u":"chain%20lightning_xphb","p":249,"s":4,"h":1,"lvl":6,"n":"Chain Lightning"},{"id":171,"c":2,"u":"charm%20monster_xphb","p":249,"s":4,"h":1,"lvl":4,"n":"Charm Monster"},{"id":172,"c":2,"u":"charm%20person_xphb","p":249,"s":4,"h":1,"lvl":1,"n":"Charm Person"},{"id":173,"c":2,"u":"chill%20touch_xphb","p":249,"s":4,"h":1,"lvl":0,"n":"Chill Touch"},{"id":174,"c":2,"u":"chromatic%20orb_xphb","p":249,"s":4,"h":1,"lvl":1,"n":"Chromatic Orb"},{"id":175,"c":2,"u":"circle%20of%20death_xphb","p":250,"s":4,"h":1,"lvl":6,"n":"Circle of Death"},{"id":176,"c":2,"u":"circle%20of%20power_xphb","p":250,"s":4,"h":1,"lvl":5,"n":"Circle of Power"},{"id":177,"c":2,"u":"clairvoyance_xphb","p":250,"s":4,"h":1,"lvl":3,"n":"Clairvoyance"},{"id":178,"c":2,"u":"clone_xphb","p":251,"s":4,"h":1,"lvl":8,"n":"Clone"},{"id":179,"c":2,"u":"cloud%20of%20daggers_xphb","p":251,"s":4,"h":1,"lvl":2,"n":"Cloud of Daggers"},{"id":180,"c":2,"u":"cloudkill_xphb","p":251,"s":4,"h":1,"lvl":5,"n":"Cloudkill"},{"id":181,"c":2,"u":"color%20spray_xphb","p":251,"s":4,"h":1,"lvl":1,"n":"Color Spray"},{"id":182,"c":2,"u":"command_xphb","p":251,"s":4,"h":1,"lvl":1,"n":"Command"},{"id":183,"c":2,"u":"commune_xphb","p":252,"s":4,"h":1,"lvl":5,"n":"Commune"},{"id":184,"c":2,"u":"commune%20with%20nature_xphb","p":252,"s":4,"h":1,"lvl":5,"n":"Commune with Nature"},{"id":185,"c":2,"u":"compelled%20duel_xphb","p":252,"s":4,"h":1,"lvl":1,"n":"Compelled Duel"},{"id":186,"c":2,"u":"comprehend%20languages_xphb","p":252,"s":4,"h":1,"lvl":1,"n":"Comprehend Languages"},{"id":187,"c":2,"u":"compulsion_xphb","p":252,"s":4,"h":1,"lvl":4,"n":"Compulsion"},{"id":188,"c":2,"u":"cone%20of%20cold_xphb","p":253,"s":4,"h":1,"lvl":5,"n":"Cone of Cold"},{"id":189,"c":2,"u":"confusion_xphb","p":253,"s":4,"h":1,"lvl":4,"n":"Confusion"},{"id":190,"c":2,"u":"conjure%20animals_xphb","p":254,"s":4,"h":1,"lvl":3,"n":"Conjure Animals"},{"id":191,"c":2,"u":"conjure%20barrage_xphb","p":254,"s":4,"h":1,"lvl":3,"n":"Conjure Barrage"},{"id":192,"c":2,"u":"conjure%20celestial_xphb","p":254,"s":4,"h":1,"lvl":7,"n":"Conjure Celestial"},{"id":193,"c":2,"u":"conjure%20elemental_xphb","p":254,"s":4,"h":1,"lvl":5,"n":"Conjure Elemental"},{"id":194,"c":2,"u":"conjure%20fey_xphb","p":255,"s":4,"h":1,"lvl":6,"n":"Conjure Fey"},{"id":195,"c":2,"u":"conjure%20minor%20elementals_xphb","p":255,"s":4,"h":1,"lvl":4,"n":"Conjure Minor Elementals"},{"id":196,"c":2,"u":"conjure%20volley_xphb","p":255,"s":4,"h":1,"lvl":5,"n":"Conjure Volley"},{"id":197,"c":2,"u":"conjure%20woodland%20beings_xphb","p":255,"s":4,"h":1,"lvl":4,"n":"Conjure Woodland Beings"},{"id":198,"c":2,"u":"contact%20other%20plane_xphb","p":255,"s":4,"h":1,"lvl":5,"n":"Contact Other Plane"},{"id":199,"c":2,"u":"contagion_xphb","p":256,"s":4,"h":1,"lvl":5,"n":"Contagion"},{"id":200,"c":2,"u":"contingency_xphb","p":256,"s":4,"h":1,"lvl":6,"n":"Contingency"},{"id":201,"c":2,"u":"continual%20flame_xphb","p":256,"s":4,"h":1,"lvl":2,"n":"Continual Flame"},{"id":202,"c":2,"u":"control%20water_xphb","p":256,"s":4,"h":1,"lvl":4,"n":"Control Water"},{"id":203,"c":2,"u":"control%20weather_xphb","p":257,"s":4,"h":1,"lvl":8,"n":"Control Weather"},{"id":204,"c":2,"u":"cordon%20of%20arrows_xphb","p":258,"s":4,"h":1,"lvl":2,"n":"Cordon of Arrows"},{"id":205,"c":2,"u":"counterspell_xphb","p":258,"s":4,"h":1,"lvl":3,"n":"Counterspell"},{"id":206,"c":2,"u":"create%20food%20and%20water_xphb","p":258,"s":4,"h":1,"lvl":3,"n":"Create Food and Water"},{"id":207,"c":2,"u":"create%20or%20destroy%20water_xphb","p":258,"s":4,"h":1,"lvl":1,"n":"Create or Destroy Water"},{"id":208,"c":2,"u":"create%20undead_xphb","p":258,"s":4,"h":1,"lvl":6,"n":"Create Undead"},{"id":209,"c":2,"u":"creation_xphb","p":259,"s":4,"h":1,"lvl":5,"n":"Creation"},{"id":210,"c":2,"u":"crown%20of%20madness_xphb","p":259,"s":4,"h":1,"lvl":2,"n":"Crown of Madness"},{"id":211,"c":2,"u":"crusader's%20mantle_xphb","p":259,"s":4,"h":1,"lvl":3,"n":"Crusader's Mantle"},{"id":212,"c":2,"u":"cure%20wounds_xphb","p":259,"s":4,"h":1,"lvl":1,"n":"Cure Wounds"},{"id":213,"c":2,"u":"dancing%20lights_xphb","p":259,"s":4,"h":1,"lvl":0,"n":"Dancing Lights"},{"id":214,"c":2,"u":"darkness_xphb","p":260,"s":4,"h":1,"lvl":2,"n":"Darkness"},{"id":215,"c":2,"u":"darkvision_xphb","p":260,"s":4,"h":1,"lvl":2,"n":"Darkvision"},{"id":216,"c":2,"u":"daylight_xphb","p":260,"s":4,"h":1,"lvl":3,"n":"Daylight"},{"id":217,"c":2,"u":"death%20ward_xphb","p":261,"s":4,"h":1,"lvl":4,"n":"Death Ward"},{"id":218,"c":2,"u":"delayed%20blast%20fireball_xphb","p":261,"s":4,"h":1,"lvl":7,"n":"Delayed Blast Fireball"},{"id":219,"c":2,"u":"demiplane_xphb","p":261,"s":4,"h":1,"lvl":8,"n":"Demiplane"},{"id":220,"c":2,"u":"destructive%20wave_xphb","p":261,"s":4,"h":1,"lvl":5,"n":"Destructive Wave"},{"id":221,"c":2,"u":"detect%20evil%20and%20good_xphb","p":261,"s":4,"h":1,"lvl":1,"n":"Detect Evil and Good"},{"id":222,"c":2,"u":"detect%20magic_xphb","p":262,"s":4,"h":1,"lvl":1,"n":"Detect Magic"},{"id":223,"c":2,"u":"detect%20poison%20and%20disease_xphb","p":262,"s":4,"h":1,"lvl":1,"n":"Detect Poison and Disease"},{"id":224,"c":2,"u":"detect%20thoughts_xphb","p":262,"s":4,"h":1,"lvl":2,"n":"Detect Thoughts"},{"id":225,"c":2,"u":"dimension%20door_xphb","p":262,"s":4,"h":1,"lvl":4,"n":"Dimension Door"},{"id":226,"c":2,"u":"disguise%20self_xphb","p":262,"s":4,"h":1,"lvl":1,"n":"Disguise Self"},{"id":227,"c":2,"u":"disintegrate_xphb","p":263,"s":4,"h":1,"lvl":6,"n":"Disintegrate"},{"id":228,"c":2,"u":"dispel%20evil%20and%20good_xphb","p":263,"s":4,"h":1,"lvl":5,"n":"Dispel Evil and Good"},{"id":229,"c":2,"u":"dispel%20magic_xphb","p":265,"s":4,"h":1,"lvl":3,"n":"Dispel Magic"},{"id":230,"c":2,"u":"dissonant%20whispers_xphb","p":264,"s":4,"h":1,"lvl":1,"n":"Dissonant Whispers"},{"id":231,"c":2,"u":"divination_xphb","p":264,"s":4,"h":1,"lvl":4,"n":"Divination"},{"id":232,"c":2,"u":"divine%20favor_xphb","p":265,"s":4,"h":1,"lvl":1,"n":"Divine Favor"},{"id":233,"c":2,"u":"divine%20smite_xphb","p":265,"s":4,"h":1,"lvl":1,"n":"Divine Smite"},{"id":234,"c":2,"u":"divine%20word_xphb","p":265,"s":4,"h":1,"lvl":7,"n":"Divine Word"},{"id":235,"c":2,"u":"dominate%20beast_xphb","p":265,"s":4,"h":1,"lvl":4,"n":"Dominate Beast"},{"id":236,"c":2,"u":"dominate%20monster_xphb","p":265,"s":4,"h":1,"lvl":8,"n":"Dominate Monster"},{"id":237,"c":2,"u":"dominate%20person_xphb","p":266,"s":4,"h":1,"lvl":5,"n":"Dominate Person"},{"id":238,"c":2,"u":"dragon's%20breath_xphb","p":266,"s":4,"h":1,"lvl":2,"n":"Dragon's Breath"},{"id":239,"c":2,"u":"drawmij's%20instant%20summons_xphb","p":266,"s":4,"h":1,"lvl":6,"n":"Drawmij's Instant Summons"},{"id":240,"c":2,"u":"dream_xphb","p":266,"s":4,"h":1,"lvl":5,"n":"Dream"},{"id":241,"c":2,"u":"druidcraft_xphb","p":266,"s":4,"h":1,"lvl":0,"n":"Druidcraft"},{"id":242,"c":2,"u":"earthquake_xphb","p":267,"s":4,"h":1,"lvl":8,"n":"Earthquake"},{"id":243,"c":2,"u":"eldritch%20blast_xphb","p":267,"s":4,"h":1,"lvl":0,"n":"Eldritch Blast"},{"id":244,"c":2,"u":"elemental%20weapon_xphb","p":268,"s":4,"h":1,"lvl":3,"n":"Elemental Weapon"},{"id":245,"c":2,"u":"elementalism_xphb","p":267,"s":4,"h":1,"lvl":0,"n":"Elementalism"},{"id":246,"c":2,"u":"enhance%20ability_xphb","p":268,"s":4,"h":1,"lvl":2,"n":"Enhance Ability"},{"id":247,"c":2,"u":"enlarge%2freduce_xphb","p":268,"s":4,"h":1,"lvl":2,"n":"Enlarge/Reduce"},{"id":248,"c":2,"u":"ensnaring%20strike_xphb","p":268,"s":4,"h":1,"lvl":1,"n":"Ensnaring Strike"},{"id":249,"c":2,"u":"entangle_xphb","p":268,"s":4,"h":1,"lvl":1,"n":"Entangle"},{"id":250,"c":2,"u":"enthrall_xphb","p":269,"s":4,"h":1,"lvl":2,"n":"Enthrall"},{"id":251,"c":2,"u":"etherealness_xphb","p":269,"s":4,"h":1,"lvl":7,"n":"Etherealness"},{"id":252,"c":2,"u":"evard's%20black%20tentacles_xphb","p":270,"s":4,"h":1,"lvl":4,"n":"Evard's Black Tentacles"},{"id":253,"c":2,"u":"expeditious%20retreat_xphb","p":270,"s":4,"h":1,"lvl":1,"n":"Expeditious Retreat"},{"id":254,"c":2,"u":"eyebite_xphb","p":270,"s":4,"h":1,"lvl":6,"n":"Eyebite"},{"id":255,"c":2,"u":"fabricate_xphb","p":271,"s":4,"h":1,"lvl":4,"n":"Fabricate"},{"id":256,"c":2,"u":"faerie%20fire_xphb","p":271,"s":4,"h":1,"lvl":1,"n":"Faerie Fire"},{"id":257,"c":2,"u":"false%20life_xphb","p":271,"s":4,"h":1,"lvl":1,"n":"False Life"},{"id":258,"c":2,"u":"fear_xphb","p":271,"s":4,"h":1,"lvl":3,"n":"Fear"},{"id":259,"c":2,"u":"feather%20fall_xphb","p":271,"s":4,"h":1,"lvl":1,"n":"Feather Fall"},{"id":260,"c":2,"u":"feign%20death_xphb","p":271,"s":4,"h":1,"lvl":3,"n":"Feign Death"},{"id":261,"c":2,"u":"find%20familiar_xphb","p":272,"s":4,"h":1,"lvl":1,"n":"Find Familiar"},{"id":262,"c":2,"u":"find%20steed_xphb","p":272,"s":4,"h":1,"lvl":2,"n":"Find Steed"},{"id":263,"c":2,"u":"find%20the%20path_xphb","p":273,"s":4,"h":1,"lvl":6,"n":"Find the Path"},{"id":264,"c":2,"u":"find%20traps_xphb","p":273,"s":4,"h":1,"lvl":2,"n":"Find Traps"},{"id":265,"c":2,"u":"finger%20of%20death_xphb","p":273,"s":4,"h":1,"lvl":7,"n":"Finger of Death"},{"id":266,"c":2,"u":"fire%20bolt_xphb","p":274,"s":4,"h":1,"lvl":0,"n":"Fire Bolt"},{"id":267,"c":2,"u":"fire%20shield_xphb","p":274,"s":4,"h":1,"lvl":4,"n":"Fire Shield"},{"id":268,"c":2,"u":"fire%20storm_xphb","p":275,"s":4,"h":1,"lvl":7,"n":"Fire Storm"},{"id":269,"c":2,"u":"fireball_xphb","p":274,"s":4,"h":1,"lvl":3,"n":"Fireball"},{"id":270,"c":2,"u":"flame%20blade_xphb","p":275,"s":4,"h":1,"lvl":2,"n":"Flame Blade"},{"id":271,"c":2,"u":"flame%20strike_xphb","p":275,"s":4,"h":1,"lvl":5,"n":"Flame Strike"},{"id":272,"c":2,"u":"flaming%20sphere_xphb","p":275,"s":4,"h":1,"lvl":2,"n":"Flaming Sphere"},{"id":273,"c":2,"u":"flesh%20to%20stone_xphb","p":275,"s":4,"h":1,"lvl":6,"n":"Flesh to Stone"},{"id":274,"c":2,"u":"fly_xphb","p":276,"s":4,"h":1,"lvl":3,"n":"Fly"},{"id":275,"c":2,"u":"fog%20cloud_xphb","p":276,"s":4,"h":1,"lvl":1,"n":"Fog Cloud"},{"id":276,"c":2,"u":"forbiddance_xphb","p":276,"s":4,"h":1,"lvl":6,"n":"Forbiddance"},{"id":277,"c":2,"u":"forcecage_xphb","p":276,"s":4,"h":1,"lvl":7,"n":"Forcecage"},{"id":278,"c":2,"u":"foresight_xphb","p":276,"s":4,"h":1,"lvl":9,"n":"Foresight"},{"id":279,"c":2,"u":"fount%20of%20moonlight_xphb","p":277,"s":4,"h":1,"lvl":4,"n":"Fount of Moonlight"},{"id":280,"c":2,"u":"freedom%20of%20movement_xphb","p":277,"s":4,"h":1,"lvl":4,"n":"Freedom of Movement"},{"id":281,"c":2,"u":"friends_xphb","p":277,"s":4,"h":1,"lvl":0,"n":"Friends"},{"id":282,"c":2,"u":"gaseous%20form_xphb","p":277,"s":4,"h":1,"lvl":3,"n":"Gaseous Form"},{"id":283,"c":2,"u":"gate_xphb","p":277,"s":4,"h":1,"lvl":9,"n":"Gate"},{"id":284,"c":2,"u":"geas_xphb","p":278,"s":4,"h":1,"lvl":5,"n":"Geas"},{"id":285,"c":2,"u":"gentle%20repose_xphb","p":278,"s":4,"h":1,"lvl":2,"n":"Gentle Repose"},{"id":286,"c":2,"u":"giant%20insect_xphb","p":279,"s":4,"h":1,"lvl":4,"n":"Giant Insect"},{"id":287,"c":2,"u":"glibness_xphb","p":279,"s":4,"h":1,"lvl":8,"n":"Glibness"},{"id":288,"c":2,"u":"globe%20of%20invulnerability_xphb","p":279,"s":4,"h":1,"lvl":6,"n":"Globe of Invulnerability"},{"id":289,"c":2,"u":"glyph%20of%20warding_xphb","p":279,"s":4,"h":1,"lvl":3,"n":"Glyph of Warding"},{"id":290,"c":2,"u":"goodberry_xphb","p":280,"s":4,"h":1,"lvl":1,"n":"Goodberry"},{"id":291,"c":2,"u":"grasping%20vine_xphb","p":280,"s":4,"h":1,"lvl":4,"n":"Grasping Vine"},{"id":292,"c":2,"u":"grease_xphb","p":280,"s":4,"h":1,"lvl":1,"n":"Grease"},{"id":293,"c":2,"u":"greater%20invisibility_xphb","p":281,"s":4,"h":1,"lvl":4,"n":"Greater Invisibility"},{"id":294,"c":2,"u":"greater%20restoration_xphb","p":281,"s":4,"h":1,"lvl":5,"n":"Greater Restoration"},{"id":295,"c":2,"u":"guardian%20of%20faith_xphb","p":281,"s":4,"h":1,"lvl":4,"n":"Guardian of Faith"},{"id":296,"c":2,"u":"guards%20and%20wards_xphb","p":282,"s":4,"h":1,"lvl":6,"n":"Guards and Wards"},{"id":297,"c":2,"u":"guidance_xphb","p":282,"s":4,"h":1,"lvl":0,"n":"Guidance"},{"id":298,"c":2,"u":"guiding%20bolt_xphb","p":282,"s":4,"h":1,"lvl":1,"n":"Guiding Bolt"},{"id":299,"c":2,"u":"gust%20of%20wind_xphb","p":282,"s":4,"h":1,"lvl":2,"n":"Gust of Wind"},{"id":300,"c":2,"u":"hail%20of%20thorns_xphb","p":283,"s":4,"h":1,"lvl":1,"n":"Hail of Thorns"},{"id":301,"c":2,"u":"hallow_xphb","p":283,"s":4,"h":1,"lvl":5,"n":"Hallow"},{"id":302,"c":2,"u":"hallucinatory%20terrain_xphb","p":283,"s":4,"h":1,"lvl":4,"n":"Hallucinatory Terrain"},{"id":303,"c":2,"u":"harm_xphb","p":283,"s":4,"h":1,"lvl":6,"n":"Harm"},{"id":304,"c":2,"u":"haste_xphb","p":284,"s":4,"h":1,"lvl":3,"n":"Haste"},{"id":305,"c":2,"u":"heal_xphb","p":284,"s":4,"h":1,"lvl":6,"n":"Heal"},{"id":306,"c":2,"u":"healing%20word_xphb","p":284,"s":4,"h":1,"lvl":1,"n":"Healing Word"},{"id":307,"c":2,"u":"heat%20metal_xphb","p":284,"s":4,"h":1,"lvl":2,"n":"Heat Metal"},{"id":308,"c":2,"u":"hellish%20rebuke_xphb","p":284,"s":4,"h":1,"lvl":1,"n":"Hellish Rebuke"},{"id":309,"c":2,"u":"heroes'%20feast_xphb","p":284,"s":4,"h":1,"lvl":6,"n":"Heroes' Feast"},{"id":310,"c":2,"u":"heroism_xphb","p":285,"s":4,"h":1,"lvl":1,"n":"Heroism"},{"id":311,"c":2,"u":"hex_xphb","p":285,"s":4,"h":1,"lvl":1,"n":"Hex"},{"id":312,"c":2,"u":"hold%20monster_xphb","p":285,"s":4,"h":1,"lvl":5,"n":"Hold Monster"},{"id":313,"c":2,"u":"hold%20person_xphb","p":286,"s":4,"h":1,"lvl":2,"n":"Hold Person"},{"id":314,"c":2,"u":"holy%20aura_xphb","p":286,"s":4,"h":1,"lvl":8,"n":"Holy Aura"},{"id":315,"c":2,"u":"hunger%20of%20hadar_xphb","p":286,"s":4,"h":1,"lvl":3,"n":"Hunger of Hadar"},{"id":316,"c":2,"u":"hunter's%20mark_xphb","p":287,"s":4,"h":1,"lvl":1,"n":"Hunter's Mark"},{"id":317,"c":2,"u":"hypnotic%20pattern_xphb","p":287,"s":4,"h":1,"lvl":3,"n":"Hypnotic Pattern"},{"id":318,"c":2,"u":"ice%20knife_xphb","p":287,"s":4,"h":1,"lvl":1,"n":"Ice Knife"},{"id":319,"c":2,"u":"ice%20storm_xphb","p":287,"s":4,"h":1,"lvl":4,"n":"Ice Storm"},{"id":320,"c":2,"u":"identify_xphb","p":287,"s":4,"h":1,"lvl":1,"n":"Identify"},{"id":321,"c":2,"u":"illusory%20script_xphb","p":288,"s":4,"h":1,"lvl":1,"n":"Illusory Script"},{"id":322,"c":2,"u":"imprisonment_xphb","p":288,"s":4,"h":1,"lvl":9,"n":"Imprisonment"},{"id":323,"c":2,"u":"incendiary%20cloud_xphb","p":288,"s":4,"h":1,"lvl":8,"n":"Incendiary Cloud"},{"id":324,"c":2,"u":"inflict%20wounds_xphb","p":288,"s":4,"h":1,"lvl":1,"n":"Inflict Wounds"},{"id":325,"c":2,"u":"insect%20plague_xphb","p":289,"s":4,"h":1,"lvl":5,"n":"Insect Plague"},{"id":326,"c":2,"u":"invisibility_xphb","p":289,"s":4,"h":1,"lvl":2,"n":"Invisibility"},{"id":327,"c":2,"u":"jallarzi's%20storm%20of%20radiance_xphb","p":289,"s":4,"h":1,"lvl":5,"n":"Jallarzi's Storm of Radiance"},{"id":328,"c":2,"u":"jump_xphb","p":290,"s":4,"h":1,"lvl":1,"n":"Jump"},{"id":329,"c":2,"u":"knock_xphb","p":290,"s":4,"h":1,"lvl":2,"n":"Knock"},{"id":330,"c":2,"u":"legend%20lore_xphb","p":290,"s":4,"h":1,"lvl":5,"n":"Legend Lore"},{"id":331,"c":2,"u":"leomund's%20secret%20chest_xphb","p":290,"s":4,"h":1,"lvl":4,"n":"Leomund's Secret Chest"},{"id":332,"c":2,"u":"leomund's%20tiny%20hut_xphb","p":291,"s":4,"h":1,"lvl":3,"n":"Leomund's Tiny Hut"},{"id":333,"c":2,"u":"lesser%20restoration_xphb","p":291,"s":4,"h":1,"lvl":2,"n":"Lesser Restoration"},{"id":334,"c":2,"u":"levitate_xphb","p":291,"s":4,"h":1,"lvl":2,"n":"Levitate"},{"id":335,"c":2,"u":"light_xphb","p":292,"s":4,"h":1,"lvl":0,"n":"Light"},{"id":336,"c":2,"u":"lightning%20arrow_xphb","p":292,"s":4,"h":1,"lvl":3,"n":"Lightning Arrow"},{"id":337,"c":2,"u":"lightning%20bolt_xphb","p":292,"s":4,"h":1,"lvl":3,"n":"Lightning Bolt"},{"id":338,"c":2,"u":"locate%20animals%20or%20plants_xphb","p":292,"s":4,"h":1,"lvl":2,"n":"Locate Animals or Plants"},{"id":339,"c":2,"u":"locate%20creature_xphb","p":292,"s":4,"h":1,"lvl":4,"n":"Locate Creature"},{"id":340,"c":2,"u":"locate%20object_xphb","p":293,"s":4,"h":1,"lvl":2,"n":"Locate Object"},{"id":341,"c":2,"u":"longstrider_xphb","p":293,"s":4,"h":1,"lvl":1,"n":"Longstrider"},{"id":342,"c":2,"u":"mage%20armor_xphb","p":293,"s":4,"h":1,"lvl":1,"n":"Mage Armor"},{"id":343,"c":2,"u":"mage%20hand_xphb","p":293,"s":4,"h":1,"lvl":0,"n":"Mage Hand"},{"id":344,"c":2,"u":"magic%20circle_xphb","p":293,"s":4,"h":1,"lvl":3,"n":"Magic Circle"},{"id":345,"c":2,"u":"magic%20jar_xphb","p":294,"s":4,"h":1,"lvl":6,"n":"Magic Jar"},{"id":346,"c":2,"u":"magic%20missile_xphb","p":295,"s":4,"h":1,"lvl":1,"n":"Magic Missile"},{"id":347,"c":2,"u":"magic%20mouth_xphb","p":295,"s":4,"h":1,"lvl":2,"n":"Magic Mouth"},{"id":348,"c":2,"u":"magic%20weapon_xphb","p":295,"s":4,"h":1,"lvl":2,"n":"Magic Weapon"},{"id":349,"c":2,"u":"major%20image_xphb","p":295,"s":4,"h":1,"lvl":3,"n":"Major Image"},{"id":350,"c":2,"u":"mass%20cure%20wounds_xphb","p":296,"s":4,"h":1,"lvl":5,"n":"Mass Cure Wounds"},{"id":351,"c":2,"u":"mass%20heal_xphb","p":296,"s":4,"h":1,"lvl":9,"n":"Mass Heal"},{"id":352,"c":2,"u":"mass%20healing%20word_xphb","p":296,"s":4,"h":1,"lvl":3,"n":"Mass Healing Word"},{"id":353,"c":2,"u":"mass%20suggestion_xphb","p":296,"s":4,"h":1,"lvl":6,"n":"Mass Suggestion"},{"id":354,"c":2,"u":"maze_xphb","p":296,"s":4,"h":1,"lvl":8,"n":"Maze"},{"id":355,"c":2,"u":"meld%20into%20stone_xphb","p":296,"s":4,"h":1,"lvl":3,"n":"Meld into Stone"},{"id":356,"c":2,"u":"melf's%20acid%20arrow_xphb","p":297,"s":4,"h":1,"lvl":2,"n":"Melf's Acid Arrow"},{"id":357,"c":2,"u":"mending_xphb","p":297,"s":4,"h":1,"lvl":0,"n":"Mending"},{"id":358,"c":2,"u":"message_xphb","p":298,"s":4,"h":1,"lvl":0,"n":"Message"},{"id":359,"c":2,"u":"meteor%20swarm_xphb","p":298,"s":4,"h":1,"lvl":9,"n":"Meteor Swarm"},{"id":360,"c":2,"u":"mind%20blank_xphb","p":298,"s":4,"h":1,"lvl":8,"n":"Mind Blank"},{"id":361,"c":2,"u":"mind%20sliver_xphb","p":298,"s":4,"h":1,"lvl":0,"n":"Mind Sliver"},{"id":362,"c":2,"u":"mind%20spike_xphb","p":298,"s":4,"h":1,"lvl":2,"n":"Mind Spike"},{"id":363,"c":2,"u":"minor%20illusion_xphb","p":298,"s":4,"h":1,"lvl":0,"n":"Minor Illusion"},{"id":364,"c":2,"u":"mirage%20arcane_xphb","p":299,"s":4,"h":1,"lvl":7,"n":"Mirage Arcane"},{"id":365,"c":2,"u":"mirror%20image_xphb","p":299,"s":4,"h":1,"lvl":2,"n":"Mirror Image"},{"id":366,"c":2,"u":"mislead_xphb","p":299,"s":4,"h":1,"lvl":5,"n":"Mislead"},{"id":367,"c":2,"u":"misty%20step_xphb","p":299,"s":4,"h":1,"lvl":2,"n":"Misty Step"},{"id":368,"c":2,"u":"modify%20memory_xphb","p":299,"s":4,"h":1,"lvl":5,"n":"Modify Memory"},{"id":369,"c":2,"u":"moonbeam_xphb","p":300,"s":4,"h":1,"lvl":2,"n":"Moonbeam"},{"id":370,"c":2,"u":"mordenkainen's%20faithful%20hound_xphb","p":300,"s":4,"h":1,"lvl":4,"n":"Mordenkainen's Faithful Hound"},{"id":371,"c":2,"u":"mordenkainen's%20magnificent%20mansion_xphb","p":300,"s":4,"h":1,"lvl":7,"n":"Mordenkainen's Magnificent Mansion"},{"id":372,"c":2,"u":"mordenkainen's%20private%20sanctum_xphb","p":301,"s":4,"h":1,"lvl":4,"n":"Mordenkainen's Private Sanctum"},{"id":373,"c":2,"u":"mordenkainen's%20sword_xphb","p":302,"s":4,"h":1,"lvl":7,"n":"Mordenkainen's Sword"},{"id":374,"c":2,"u":"move%20earth_xphb","p":302,"s":4,"h":1,"lvl":6,"n":"Move Earth"},{"id":375,"c":2,"u":"nondetection_xphb","p":302,"s":4,"h":1,"lvl":3,"n":"Nondetection"},{"id":376,"c":2,"u":"nystul's%20magic%20aura_xphb","p":302,"s":4,"h":1,"lvl":2,"n":"Nystul's Magic Aura"},{"id":377,"c":2,"u":"otiluke's%20freezing%20sphere_xphb","p":302,"s":4,"h":1,"lvl":6,"n":"Otiluke's Freezing Sphere"},{"id":378,"c":2,"u":"otiluke's%20resilient%20sphere_xphb","p":303,"s":4,"h":1,"lvl":4,"n":"Otiluke's Resilient Sphere"},{"id":379,"c":2,"u":"otto's%20irresistible%20dance_xphb","p":303,"s":4,"h":1,"lvl":6,"n":"Otto's Irresistible Dance"},{"id":380,"c":2,"u":"pass%20without%20trace_xphb","p":303,"s":4,"h":1,"lvl":2,"n":"Pass without Trace"},{"id":381,"c":2,"u":"passwall_xphb","p":303,"s":4,"h":1,"lvl":5,"n":"Passwall"},{"id":382,"c":2,"u":"phantasmal%20force_xphb","p":304,"s":4,"h":1,"lvl":2,"n":"Phantasmal Force"},{"id":383,"c":2,"u":"phantasmal%20killer_xphb","p":304,"s":4,"h":1,"lvl":4,"n":"Phantasmal Killer"},{"id":384,"c":2,"u":"phantom%20steed_xphb","p":304,"s":4,"h":1,"lvl":3,"n":"Phantom Steed"},{"id":385,"c":2,"u":"planar%20ally_xphb","p":304,"s":4,"h":1,"lvl":6,"n":"Planar Ally"},{"id":386,"c":2,"u":"planar%20binding_xphb","p":305,"s":4,"h":1,"lvl":5,"n":"Planar Binding"},{"id":387,"c":2,"u":"plane%20shift_xphb","p":305,"s":4,"h":1,"lvl":7,"n":"Plane Shift"},{"id":388,"c":2,"u":"plant%20growth_xphb","p":305,"s":4,"h":1,"lvl":3,"n":"Plant Growth"},{"id":389,"c":2,"u":"poison%20spray_xphb","p":306,"s":4,"h":1,"lvl":0,"n":"Poison Spray"},{"id":390,"c":2,"u":"polymorph_xphb","p":306,"s":4,"h":1,"lvl":4,"n":"Polymorph"},{"id":391,"c":2,"u":"power%20word%20fortify_xphb","p":306,"s":4,"h":1,"lvl":7,"n":"Power Word Fortify"},{"id":392,"c":2,"u":"power%20word%20heal_xphb","p":306,"s":4,"h":1,"lvl":9,"n":"Power Word Heal"},{"id":393,"c":2,"u":"power%20word%20kill_xphb","p":306,"s":4,"h":1,"lvl":9,"n":"Power Word Kill"},{"id":394,"c":2,"u":"power%20word%20stun_xphb","p":306,"s":4,"h":1,"lvl":8,"n":"Power Word Stun"},{"id":395,"c":2,"u":"prayer%20of%20healing_xphb","p":307,"s":4,"h":1,"lvl":2,"n":"Prayer of Healing"},{"id":396,"c":2,"u":"prestidigitation_xphb","p":307,"s":4,"h":1,"lvl":0,"n":"Prestidigitation"},{"id":397,"c":2,"u":"prismatic%20spray_xphb","p":307,"s":4,"h":1,"lvl":7,"n":"Prismatic Spray"},{"id":398,"c":2,"u":"prismatic%20wall_xphb","p":308,"s":4,"h":1,"lvl":9,"n":"Prismatic Wall"},{"id":399,"c":2,"u":"produce%20flame_xphb","p":308,"s":4,"h":1,"lvl":0,"n":"Produce Flame"},{"id":400,"c":2,"u":"programmed%20illusion_xphb","p":309,"s":4,"h":1,"lvl":6,"n":"Programmed Illusion"},{"id":401,"c":2,"u":"project%20image_xphb","p":309,"s":4,"h":1,"lvl":7,"n":"Project Image"},{"id":402,"c":2,"u":"protection%20from%20energy_xphb","p":309,"s":4,"h":1,"lvl":3,"n":"Protection from Energy"},{"id":403,"c":2,"u":"protection%20from%20evil%20and%20good_xphb","p":309,"s":4,"h":1,"lvl":1,"n":"Protection from Evil and Good"},{"id":404,"c":2,"u":"protection%20from%20poison_xphb","p":310,"s":4,"h":1,"lvl":2,"n":"Protection from Poison"},{"id":405,"c":2,"u":"purify%20food%20and%20drink_xphb","p":310,"s":4,"h":1,"lvl":1,"n":"Purify Food and Drink"},{"id":406,"c":2,"u":"raise%20dead_xphb","p":310,"s":4,"h":1,"lvl":5,"n":"Raise Dead"},{"id":407,"c":2,"u":"rary's%20telepathic%20bond_xphb","p":311,"s":4,"h":1,"lvl":5,"n":"Rary's Telepathic Bond"},{"id":408,"c":2,"u":"ray%20of%20enfeeblement_xphb","p":311,"s":4,"h":1,"lvl":2,"n":"Ray of Enfeeblement"},{"id":409,"c":2,"u":"ray%20of%20frost_xphb","p":311,"s":4,"h":1,"lvl":0,"n":"Ray of Frost"},{"id":410,"c":2,"u":"ray%20of%20sickness_xphb","p":311,"s":4,"h":1,"lvl":1,"n":"Ray of Sickness"},{"id":411,"c":2,"u":"regenerate_xphb","p":311,"s":4,"h":1,"lvl":7,"n":"Regenerate"},{"id":412,"c":2,"u":"reincarnate_xphb","p":311,"s":4,"h":1,"lvl":5,"n":"Reincarnate"},{"id":413,"c":2,"u":"remove%20curse_xphb","p":312,"s":4,"h":1,"lvl":3,"n":"Remove Curse"},{"id":414,"c":2,"u":"resistance_xphb","p":312,"s":4,"h":1,"lvl":0,"n":"Resistance"},{"id":415,"c":2,"u":"resurrection_xphb","p":312,"s":4,"h":1,"lvl":7,"n":"Resurrection"},{"id":416,"c":2,"u":"reverse%20gravity_xphb","p":312,"s":4,"h":1,"lvl":7,"n":"Reverse Gravity"},{"id":417,"c":2,"u":"revivify_xphb","p":312,"s":4,"h":1,"lvl":3,"n":"Revivify"},{"id":418,"c":2,"u":"rope%20trick_xphb","p":312,"s":4,"h":1,"lvl":2,"n":"Rope Trick"},{"id":419,"c":2,"u":"sacred%20flame_xphb","p":313,"s":4,"h":1,"lvl":0,"n":"Sacred Flame"},{"id":420,"c":2,"u":"sanctuary_xphb","p":313,"s":4,"h":1,"lvl":1,"n":"Sanctuary"},{"id":421,"c":2,"u":"scorching%20ray_xphb","p":314,"s":4,"h":1,"lvl":2,"n":"Scorching Ray"},{"id":422,"c":2,"u":"scrying_xphb","p":314,"s":4,"h":1,"lvl":5,"n":"Scrying"},{"id":423,"c":2,"u":"searing%20smite_xphb","p":314,"s":4,"h":1,"lvl":1,"n":"Searing Smite"},{"id":424,"c":2,"u":"see%20invisibility_xphb","p":314,"s":4,"h":1,"lvl":2,"n":"See Invisibility"},{"id":425,"c":2,"u":"seeming_xphb","p":314,"s":4,"h":1,"lvl":5,"n":"Seeming"},{"id":426,"c":2,"u":"sending_xphb","p":314,"s":4,"h":1,"lvl":3,"n":"Sending"},{"id":427,"c":2,"u":"sequester_xphb","p":315,"s":4,"h":1,"lvl":7,"n":"Sequester"},{"id":428,"c":2,"u":"shapechange_xphb","p":315,"s":4,"h":1,"lvl":9,"n":"Shapechange"},{"id":429,"c":2,"u":"shatter_xphb","p":316,"s":4,"h":1,"lvl":2,"n":"Shatter"},{"id":430,"c":2,"u":"shield_xphb","p":316,"s":4,"h":1,"lvl":1,"n":"Shield"},{"id":431,"c":2,"u":"shield%20of%20faith_xphb","p":316,"s":4,"h":1,"lvl":1,"n":"Shield of Faith"},{"id":432,"c":2,"u":"shillelagh_xphb","p":316,"s":4,"h":1,"lvl":0,"n":"Shillelagh"},{"id":433,"c":2,"u":"shining%20smite_xphb","p":316,"s":4,"h":1,"lvl":2,"n":"Shining Smite"},{"id":434,"c":2,"u":"shocking%20grasp_xphb","p":316,"s":4,"h":1,"lvl":0,"n":"Shocking Grasp"},{"id":435,"c":2,"u":"silence_xphb","p":316,"s":4,"h":1,"lvl":2,"n":"Silence"},{"id":436,"c":2,"u":"silent%20image_xphb","p":317,"s":4,"h":1,"lvl":1,"n":"Silent Image"},{"id":437,"c":2,"u":"simulacrum_xphb","p":317,"s":4,"h":1,"lvl":7,"n":"Simulacrum"},{"id":438,"c":2,"u":"sleep_xphb","p":317,"s":4,"h":1,"lvl":1,"n":"Sleep"},{"id":439,"c":2,"u":"sleet%20storm_xphb","p":317,"s":4,"h":1,"lvl":3,"n":"Sleet Storm"},{"id":440,"c":2,"u":"slow_xphb","p":318,"s":4,"h":1,"lvl":3,"n":"Slow"},{"id":441,"c":2,"u":"sorcerous%20burst_xphb","p":318,"s":4,"h":1,"lvl":0,"n":"Sorcerous Burst"},{"id":442,"c":2,"u":"spare%20the%20dying_xphb","p":318,"s":4,"h":1,"lvl":0,"n":"Spare the Dying"},{"id":443,"c":2,"u":"speak%20with%20animals_xphb","p":318,"s":4,"h":1,"lvl":1,"n":"Speak with Animals"},{"id":444,"c":2,"u":"speak%20with%20dead_xphb","p":318,"s":4,"h":1,"lvl":3,"n":"Speak with Dead"},{"id":445,"c":2,"u":"speak%20with%20plants_xphb","p":318,"s":4,"h":1,"lvl":3,"n":"Speak with Plants"},{"id":446,"c":2,"u":"spider%20climb_xphb","p":318,"s":4,"h":1,"lvl":2,"n":"Spider Climb"},{"id":447,"c":2,"u":"spike%20growth_xphb","p":318,"s":4,"h":1,"lvl":2,"n":"Spike Growth"},{"id":448,"c":2,"u":"spirit%20guardians_xphb","p":318,"s":4,"h":1,"lvl":3,"n":"Spirit Guardians"},{"id":449,"c":2,"u":"spiritual%20weapon_xphb","p":318,"s":4,"h":1,"lvl":2,"n":"Spiritual Weapon"},{"id":450,"c":2,"u":"staggering%20smite_xphb","p":319,"s":4,"h":1,"lvl":4,"n":"Staggering Smite"},{"id":451,"c":2,"u":"starry%20wisp_xphb","p":320,"s":4,"h":1,"lvl":0,"n":"Starry Wisp"},{"id":452,"c":2,"u":"steel%20wind%20strike_xphb","p":319,"s":4,"h":1,"lvl":5,"n":"Steel Wind Strike"},{"id":453,"c":2,"u":"stinking%20cloud_xphb","p":320,"s":4,"h":1,"lvl":3,"n":"Stinking Cloud"},{"id":454,"c":2,"u":"stone%20shape_xphb","p":320,"s":4,"h":1,"lvl":4,"n":"Stone Shape"},{"id":455,"c":2,"u":"stoneskin_xphb","p":320,"s":4,"h":1,"lvl":4,"n":"Stoneskin"},{"id":456,"c":2,"u":"storm%20of%20vengeance_xphb","p":320,"s":4,"h":1,"lvl":9,"n":"Storm of Vengeance"},{"id":457,"c":2,"u":"suggestion_xphb","p":320,"s":4,"h":1,"lvl":2,"n":"Suggestion"},{"id":458,"c":2,"u":"summon%20aberration_xphb","p":322,"s":4,"h":1,"lvl":4,"n":"Summon Aberration"},{"id":459,"c":2,"u":"summon%20beast_xphb","p":322,"s":4,"h":1,"lvl":2,"n":"Summon Beast"},{"id":460,"c":2,"u":"summon%20celestial_xphb","p":323,"s":4,"h":1,"lvl":5,"n":"Summon Celestial"},{"id":461,"c":2,"u":"summon%20construct_xphb","p":324,"s":4,"h":1,"lvl":4,"n":"Summon Construct"},{"id":462,"c":2,"u":"summon%20dragon_xphb","p":324,"s":4,"h":1,"lvl":5,"n":"Summon Dragon"},{"id":463,"c":2,"u":"summon%20elemental_xphb","p":325,"s":4,"h":1,"lvl":4,"n":"Summon Elemental"},{"id":464,"c":2,"u":"summon%20fey_xphb","p":326,"s":4,"h":1,"lvl":3,"n":"Summon Fey"},{"id":465,"c":2,"u":"summon%20fiend_xphb","p":326,"s":4,"h":1,"lvl":6,"n":"Summon Fiend"},{"id":466,"c":2,"u":"summon%20undead_xphb","p":328,"s":4,"h":1,"lvl":3,"n":"Summon Undead"},{"id":467,"c":2,"u":"sunbeam_xphb","p":329,"s":4,"h":1,"lvl":6,"n":"Sunbeam"},{"id":468,"c":2,"u":"sunburst_xphb","p":329,"s":4,"h":1,"lvl":8,"n":"Sunburst"},{"id":469,"c":2,"u":"swift%20quiver_xphb","p":329,"s":4,"h":1,"lvl":5,"n":"Swift Quiver"},{"id":470,"c":2,"u":"symbol_xphb","p":329,"s":4,"h":1,"lvl":7,"n":"Symbol"},{"id":471,"c":2,"u":"synaptic%20static_xphb","p":330,"s":4,"h":1,"lvl":5,"n":"Synaptic Static"},{"id":472,"c":2,"u":"tasha's%20bubbling%20cauldron_xphb","p":330,"s":4,"h":1,"lvl":6,"n":"Tasha's Bubbling Cauldron"},{"id":473,"c":2,"u":"tasha's%20hideous%20laughter_xphb","p":331,"s":4,"h":1,"lvl":1,"n":"Tasha's Hideous Laughter"},{"id":474,"c":2,"u":"telekinesis_xphb","p":331,"s":4,"h":1,"lvl":5,"n":"Telekinesis"},{"id":475,"c":2,"u":"telepathy_xphb","p":331,"s":4,"h":1,"lvl":8,"n":"Telepathy"},{"id":476,"c":2,"u":"teleport_xphb","p":331,"s":4,"h":1,"lvl":7,"n":"Teleport"},{"id":477,"c":2,"u":"teleportation%20circle_xphb","p":332,"s":4,"h":1,"lvl":5,"n":"Teleportation Circle"},{"id":478,"c":2,"u":"tenser's%20floating%20disk_xphb","p":332,"s":4,"h":1,"lvl":1,"n":"Tenser's Floating Disk"},{"id":479,"c":2,"u":"thaumaturgy_xphb","p":333,"s":4,"h":1,"lvl":0,"n":"Thaumaturgy"},{"id":480,"c":2,"u":"thorn%20whip_xphb","p":333,"s":4,"h":1,"lvl":0,"n":"Thorn Whip"},{"id":481,"c":2,"u":"thunderclap_xphb","p":333,"s":4,"h":1,"lvl":0,"n":"Thunderclap"},{"id":482,"c":2,"u":"thunderous%20smite_xphb","p":334,"s":4,"h":1,"lvl":1,"n":"Thunderous Smite"},{"id":483,"c":2,"u":"thunderwave_xphb","p":334,"s":4,"h":1,"lvl":1,"n":"Thunderwave"},{"id":484,"c":2,"u":"time%20stop_xphb","p":334,"s":4,"h":1,"lvl":9,"n":"Time Stop"},{"id":485,"c":2,"u":"toll%20the%20dead_xphb","p":334,"s":4,"h":1,"lvl":0,"n":"Toll the Dead"},{"id":486,"c":2,"u":"tongues_xphb","p":334,"s":4,"h":1,"lvl":3,"n":"Tongues"},{"id":487,"c":2,"u":"transport%20via%20plants_xphb","p":334,"s":4,"h":1,"lvl":6,"n":"Transport via Plants"},{"id":488,"c":2,"u":"tree%20stride_xphb","p":335,"s":4,"h":1,"lvl":5,"n":"Tree Stride"},{"id":489,"c":2,"u":"true%20polymorph_xphb","p":335,"s":4,"h":1,"lvl":9,"n":"True Polymorph"},{"id":490,"c":2,"u":"true%20resurrection_xphb","p":336,"s":4,"h":1,"lvl":9,"n":"True Resurrection"},{"id":491,"c":2,"u":"true%20seeing_xphb","p":336,"s":4,"h":1,"lvl":6,"n":"True Seeing"},{"id":492,"c":2,"u":"true%20strike_xphb","p":336,"s":4,"h":1,"lvl":0,"n":"True Strike"},{"id":493,"c":2,"u":"tsunami_xphb","p":336,"s":4,"h":1,"lvl":8,"n":"Tsunami"},{"id":494,"c":2,"u":"unseen%20servant_xphb","p":336,"s":4,"h":1,"lvl":1,"n":"Unseen Servant"},{"id":495,"c":2,"u":"vampiric%20touch_xphb","p":337,"s":4,"h":1,"lvl":3,"n":"Vampiric Touch"},{"id":496,"c":2,"u":"vicious%20mockery_xphb","p":337,"s":4,"h":1,"lvl":0,"n":"Vicious Mockery"},{"id":497,"c":2,"u":"vitriolic%20sphere_xphb","p":337,"s":4,"h":1,"lvl":4,"n":"Vitriolic Sphere"},{"id":498,"c":2,"u":"wall%20of%20fire_xphb","p":338,"s":4,"h":1,"lvl":4,"n":"Wall of Fire"},{"id":499,"c":2,"u":"wall%20of%20force_xphb","p":338,"s":4,"h":1,"lvl":5,"n":"Wall of Force"},{"id":500,"c":2,"u":"wall%20of%20ice_xphb","p":339,"s":4,"h":1,"lvl":6,"n":"Wall of Ice"},{"id":501,"c":2,"u":"wall%20of%20stone_xphb","p":339,"s":4,"h":1,"lvl":5,"n":"Wall of Stone"},{"id":502,"c":2,"u":"wall%20of%20thorns_xphb","p":339,"s":4,"h":1,"lvl":6,"n":"Wall of Thorns"},{"id":503,"c":2,"u":"warding%20bond_xphb","p":340,"s":4,"h":1,"lvl":2,"n":"Warding Bond"},{"id":504,"c":2,"u":"water%20breathing_xphb","p":340,"s":4,"h":1,"lvl":3,"n":"Water Breathing"},{"id":505,"c":2,"u":"water%20walk_xphb","p":340,"s":4,"h":1,"lvl":3,"n":"Water Walk"},{"id":506,"c":2,"u":"web_xphb","p":340,"s":4,"h":1,"lvl":2,"n":"Web"},{"id":507,"c":2,"u":"weird_xphb","p":341,"s":4,"h":1,"lvl":9,"n":"Weird"},{"id":508,"c":2,"u":"wind%20walk_xphb","p":341,"s":4,"h":1,"lvl":6,"n":"Wind Walk"},{"id":509,"c":2,"u":"wind%20wall_xphb","p":341,"s":4,"h":1,"lvl":3,"n":"Wind Wall"},{"id":510,"c":2,"u":"wish_xphb","p":341,"s":4,"h":1,"lvl":9,"n":"Wish"},{"id":511,"c":2,"u":"witch%20bolt_xphb","p":343,"s":4,"h":1,"lvl":1,"n":"Witch Bolt"},{"id":512,"c":2,"u":"word%20of%20radiance_xphb","p":343,"s":4,"h":1,"lvl":0,"n":"Word of Radiance"},{"id":513,"c":2,"u":"word%20of%20recall_xphb","p":343,"s":4,"h":1,"lvl":6,"n":"Word of Recall"},{"id":514,"c":2,"u":"wrathful%20smite_xphb","p":343,"s":4,"h":1,"lvl":1,"n":"Wrathful Smite"},{"id":515,"c":2,"u":"yolande's%20regal%20presence_xphb","p":343,"s":4,"h":1,"lvl":5,"n":"Yolande's Regal Presence"},{"id":516,"c":2,"u":"zone%20of%20truth_xphb","p":343,"s":4,"h":1,"lvl":2,"n":"Zone of Truth"},{"id":517,"c":2,"u":"air%20bubble_aag","p":22,"s":5,"h":1,"lvl":2,"n":"Air Bubble"},{"id":518,"c":2,"u":"create%20spelljamming%20helm_aag","p":22,"s":5,"h":1,"lvl":5,"n":"Create Spelljamming Helm"},{"id":519,"c":2,"u":"distort%20value_ai","p":75,"s":6,"h":1,"lvl":1,"n":"Distort Value"},{"id":520,"c":2,"u":"fast%20friends_ai","p":75,"s":6,"h":1,"lvl":3,"n":"Fast Friends"},{"id":521,"c":2,"u":"gift%20of%20gab_ai","p":76,"s":6,"h":1,"lvl":2,"n":"Gift of Gab"},{"id":522,"c":2,"u":"incite%20greed_ai","p":76,"s":6,"h":1,"lvl":3,"n":"Incite Greed"},{"id":523,"c":2,"u":"jim's%20glowing%20coin_ai","p":76,"s":6,"h":1,"lvl":2,"n":"Jim's Glowing Coin"},{"id":524,"c":2,"u":"jim's%20magic%20missile_ai","p":76,"s":6,"h":1,"lvl":1,"n":"Jim's Magic Missile"},{"id":525,"c":2,"u":"motivational%20speech_ai","p":77,"s":6,"h":1,"lvl":3,"n":"Motivational Speech"},{"id":526,"c":2,"u":"conjure%20the%20deep%20haze_dodk","p":226,"s":7,"h":1,"dP":1,"lvl":5,"n":"Conjure the Deep Haze"},{"id":527,"c":2,"u":"contaminated%20power_dodk","p":226,"s":7,"h":1,"dP":1,"lvl":8,"n":"Contaminated Power"},{"id":528,"c":2,"u":"contamination%20immunity_dodk","p":226,"s":7,"h":1,"dP":1,"lvl":7,"n":"Contamination Immunity"},{"id":529,"c":2,"u":"delerium%20blast_dodk","p":227,"s":7,"h":1,"dP":1,"lvl":4,"n":"Delerium Blast"},{"id":530,"c":2,"u":"delerium%20orb_dodk","p":227,"s":7,"h":1,"dP":1,"lvl":1,"n":"Delerium Orb"},{"id":531,"c":2,"u":"forced%20evolution_dodk","p":227,"s":7,"h":1,"dP":1,"lvl":4,"n":"Forced Evolution"},{"id":532,"c":2,"u":"neutralizing%20field_dodk","p":228,"s":7,"h":1,"dP":1,"lvl":5,"n":"Neutralizing Field"},{"id":533,"c":2,"u":"octarine%20spray_dodk","p":228,"s":7,"h":1,"dP":1,"lvl":7,"n":"Octarine Spray"},{"id":534,"c":2,"u":"purge%20contamination_dodk","p":228,"s":7,"h":1,"dP":1,"lvl":3,"n":"Purge Contamination"},{"id":535,"c":2,"u":"ray%20of%20contamination_dodk","p":229,"s":7,"h":1,"dP":1,"lvl":6,"n":"Ray of Contamination"},{"id":536,"c":2,"u":"ride%20the%20rifts_dodk","p":228,"s":7,"h":1,"dP":1,"lvl":3,"n":"Ride the Rifts"},{"id":537,"c":2,"u":"sacrament%20of%20the%20falling%20fire_dodk","p":229,"s":7,"h":1,"dP":1,"lvl":9,"n":"Sacrament of the Falling Fire"},{"id":538,"c":2,"u":"siphon%20contamination_dodk","p":229,"s":7,"h":1,"dP":1,"lvl":6,"n":"Siphon Contamination"},{"id":539,"c":2,"u":"warp%20bolt_dodk","p":229,"s":7,"h":1,"dP":1,"lvl":2,"n":"Warp Bolt"},{"id":540,"c":2,"u":"dark%20star_egw","p":186,"s":8,"h":1,"dP":1,"lvl":8,"n":"Dark Star"},{"id":541,"c":2,"u":"fortune's%20favor_egw","p":186,"s":8,"h":1,"dP":1,"lvl":2,"n":"Fortune's Favor"},{"id":542,"c":2,"u":"gift%20of%20alacrity_egw","p":186,"s":8,"h":1,"dP":1,"lvl":1,"n":"Gift of Alacrity"},{"id":543,"c":2,"u":"gravity%20fissure_egw","p":187,"s":8,"h":1,"dP":1,"lvl":6,"n":"Gravity Fissure"},{"id":544,"c":2,"u":"gravity%20sinkhole_egw","p":187,"s":8,"h":1,"dP":1,"lvl":4,"n":"Gravity Sinkhole"},{"id":545,"c":2,"u":"immovable%20object_egw","p":187,"s":8,"h":1,"dP":1,"lvl":2,"n":"Immovable Object"},{"id":546,"c":2,"u":"magnify%20gravity_egw","p":188,"s":8,"h":1,"dP":1,"lvl":1,"n":"Magnify Gravity"},{"id":547,"c":2,"u":"pulse%20wave_egw","p":188,"s":8,"h":1,"dP":1,"lvl":3,"n":"Pulse Wave"},{"id":548,"c":2,"u":"ravenous%20void_egw","p":188,"s":8,"h":1,"dP":1,"lvl":9,"n":"Ravenous Void"},{"id":549,"c":2,"u":"reality%20break_egw","p":189,"s":8,"h":1,"dP":1,"lvl":8,"n":"Reality Break"},{"id":550,"c":2,"u":"sapping%20sting_egw","p":189,"s":8,"h":1,"dP":1,"lvl":0,"n":"Sapping Sting"},{"id":551,"c":2,"u":"temporal%20shunt_egw","p":189,"s":8,"h":1,"dP":1,"lvl":5,"n":"Temporal Shunt"},{"id":552,"c":2,"u":"tether%20essence_egw","p":189,"s":8,"h":1,"dP":1,"lvl":7,"n":"Tether Essence"},{"id":553,"c":2,"u":"time%20ravage_egw","p":189,"s":8,"h":1,"dP":1,"lvl":9,"n":"Time Ravage"},{"id":554,"c":2,"u":"wristpocket_egw","p":190,"s":8,"h":1,"dP":1,"lvl":2,"n":"Wristpocket"},{"id":555,"c":2,"u":"encode%20thoughts_ggr","p":47,"s":9,"h":1,"lvl":0,"n":"Encode Thoughts"},{"id":556,"c":2,"u":"arboreal%20curse_ghloe","s":10,"h":1,"dP":1,"lvl":7,"n":"Arboreal Curse"},{"id":557,"c":2,"u":"consume%20mind_ghloe","s":10,"h":1,"dP":1,"lvl":4,"n":"Consume Mind"},{"id":558,"c":2,"u":"heartseeker_ghloe","s":10,"h":1,"dP":1,"lvl":6,"n":"Heartseeker"},{"id":559,"c":2,"u":"hunter%20sense_ghloe","s":10,"h":1,"dP":1,"lvl":0,"n":"Hunter Sense"},{"id":560,"c":2,"u":"magic%20mirror_ghloe","s":10,"h":1,"dP":1,"lvl":5,"n":"Magic Mirror"},{"id":561,"c":2,"u":"suffocate_ghloe","s":10,"h":1,"dP":1,"lvl":3,"n":"Suffocate"},{"id":562,"c":2,"u":"wrack_ghloe","s":10,"h":1,"dP":1,"lvl":2,"n":"Wrack"},{"id":563,"c":2,"u":"create%20magen_idrotf","p":318,"s":11,"h":1,"lvl":7,"n":"Create Magen"},{"id":564,"c":2,"u":"frost%20fingers_idrotf","p":318,"s":11,"h":1,"lvl":1,"n":"Frost Fingers"},{"id":565,"c":2,"u":"acid%20splash_phb","p":211,"s":12,"h":1,"r":1,"lvl":0,"n":"Acid Splash"},{"id":566,"c":2,"u":"aid_phb","p":211,"s":12,"h":1,"r":1,"lvl":2,"n":"Aid"},{"id":567,"c":2,"u":"alarm_phb","p":211,"s":12,"h":1,"r":1,"lvl":1,"n":"Alarm"},{"id":568,"c":2,"u":"alter%20self_phb","p":211,"s":12,"h":1,"r":1,"lvl":2,"n":"Alter Self"},{"id":569,"c":2,"u":"animal%20friendship_phb","p":212,"s":12,"h":1,"r":1,"lvl":1,"n":"Animal Friendship"},{"id":570,"c":2,"u":"animal%20messenger_phb","p":212,"s":12,"h":1,"r":1,"lvl":2,"n":"Animal Messenger"},{"id":571,"c":2,"u":"animal%20shapes_phb","p":212,"s":12,"h":1,"r":1,"lvl":8,"n":"Animal Shapes"},{"id":572,"c":2,"u":"animate%20dead_phb","p":212,"s":12,"h":1,"r":1,"lvl":3,"n":"Animate Dead"},{"id":573,"c":2,"u":"animate%20objects_phb","p":213,"s":12,"h":1,"r":1,"lvl":5,"n":"Animate Objects"},{"id":574,"c":2,"u":"antilife%20shell_phb","p":213,"s":12,"h":1,"r":1,"lvl":5,"n":"Antilife Shell"},{"id":575,"c":2,"u":"antimagic%20field_phb","p":213,"s":12,"h":1,"r":1,"lvl":8,"n":"Antimagic Field"},{"id":576,"c":2,"u":"antipathy%2fsympathy_phb","p":214,"s":12,"h":1,"r":1,"lvl":8,"n":"Antipathy/Sympathy"},{"id":577,"c":2,"u":"arcane%20eye_phb","p":214,"s":12,"h":1,"r":1,"lvl":4,"n":"Arcane Eye"},{"id":578,"c":2,"u":"arcane%20gate_phb","p":214,"s":12,"h":1,"lvl":6,"n":"Arcane Gate"},{"id":579,"c":2,"u":"arcane%20lock_phb","p":215,"s":12,"h":1,"r":1,"lvl":2,"n":"Arcane Lock"},{"id":580,"c":2,"u":"armor%20of%20agathys_phb","p":215,"s":12,"h":1,"lvl":1,"n":"Armor of Agathys"},{"id":581,"c":2,"u":"arms%20of%20hadar_phb","p":215,"s":12,"h":1,"lvl":1,"n":"Arms of Hadar"},{"id":582,"c":2,"u":"astral%20projection_phb","p":215,"s":12,"h":1,"r":1,"lvl":9,"n":"Astral Projection"},{"id":583,"c":2,"u":"augury_phb","p":215,"s":12,"h":1,"r":1,"lvl":2,"n":"Augury"},{"id":584,"c":2,"u":"aura%20of%20life_phb","p":216,"s":12,"h":1,"lvl":4,"n":"Aura of Life"},{"id":585,"c":2,"u":"aura%20of%20purity_phb","p":216,"s":12,"h":1,"lvl":4,"n":"Aura of Purity"},{"id":586,"c":2,"u":"aura%20of%20vitality_phb","p":216,"s":12,"h":1,"lvl":3,"n":"Aura of Vitality"},{"id":587,"c":2,"u":"awaken_phb","p":216,"s":12,"h":1,"r":1,"lvl":5,"n":"Awaken"},{"id":588,"c":2,"u":"bane_phb","p":216,"s":12,"h":1,"r":1,"lvl":1,"n":"Bane"},{"id":589,"c":2,"u":"banishing%20smite_phb","p":216,"s":12,"h":1,"lvl":5,"n":"Banishing Smite"},{"id":590,"c":2,"u":"banishment_phb","p":217,"s":12,"h":1,"r":1,"lvl":4,"n":"Banishment"},{"id":591,"c":2,"u":"barkskin_phb","p":217,"s":12,"h":1,"r":1,"lvl":2,"n":"Barkskin"},{"id":592,"c":2,"u":"beacon%20of%20hope_phb","p":217,"s":12,"h":1,"r":1,"lvl":3,"n":"Beacon of Hope"},{"id":593,"c":2,"u":"beast%20sense_phb","p":217,"s":12,"h":1,"lvl":2,"n":"Beast Sense"},{"id":594,"c":2,"u":"bestow%20curse_phb","p":218,"s":12,"h":1,"r":1,"lvl":3,"n":"Bestow Curse"},{"id":595,"c":2,"u":"bigby's%20hand_phb","p":218,"s":12,"h":1,"r":1,"lvl":5,"n":"Bigby's Hand"},{"id":596,"c":2,"u":"bigby's%20hand_phb","p":218,"s":12,"h":1,"r":1,"lvl":5,"n":"Arcane Hand"},{"id":597,"c":2,"u":"blade%20barrier_phb","p":218,"s":12,"h":1,"r":1,"lvl":6,"n":"Blade Barrier"},{"id":598,"c":2,"u":"blade%20ward_phb","p":218,"s":12,"h":1,"lvl":0,"n":"Blade Ward"},{"id":599,"c":2,"u":"bless_phb","p":219,"s":12,"h":1,"r":1,"lvl":1,"n":"Bless"},{"id":600,"c":2,"u":"blight_phb","p":219,"s":12,"h":1,"r":1,"lvl":4,"n":"Blight"},{"id":601,"c":2,"u":"blinding%20smite_phb","p":219,"s":12,"h":1,"lvl":3,"n":"Blinding Smite"},{"id":602,"c":2,"u":"blindness%2fdeafness_phb","p":219,"s":12,"h":1,"r":1,"lvl":2,"n":"Blindness/Deafness"},{"id":603,"c":2,"u":"blink_phb","p":219,"s":12,"h":1,"r":1,"lvl":3,"n":"Blink"},{"id":604,"c":2,"u":"blur_phb","p":219,"s":12,"h":1,"r":1,"lvl":2,"n":"Blur"},{"id":605,"c":2,"u":"branding%20smite_phb","p":219,"s":12,"h":1,"r":1,"lvl":2,"n":"Branding Smite"},{"id":606,"c":2,"u":"burning%20hands_phb","p":220,"s":12,"h":1,"r":1,"lvl":1,"n":"Burning Hands"},{"id":607,"c":2,"u":"call%20lightning_phb","p":220,"s":12,"h":1,"r":1,"lvl":3,"n":"Call Lightning"},{"id":608,"c":2,"u":"calm%20emotions_phb","p":221,"s":12,"h":1,"r":1,"lvl":2,"n":"Calm Emotions"},{"id":609,"c":2,"u":"chain%20lightning_phb","p":221,"s":12,"h":1,"r":1,"lvl":6,"n":"Chain Lightning"},{"id":610,"c":2,"u":"charm%20person_phb","p":221,"s":12,"h":1,"r":1,"lvl":1,"n":"Charm Person"},{"id":611,"c":2,"u":"chill%20touch_phb","p":221,"s":12,"h":1,"r":1,"lvl":0,"n":"Chill Touch"},{"id":612,"c":2,"u":"chromatic%20orb_phb","p":221,"s":12,"h":1,"lvl":1,"n":"Chromatic Orb"},{"id":613,"c":2,"u":"circle%20of%20death_phb","p":221,"s":12,"h":1,"r":1,"lvl":6,"n":"Circle of Death"},{"id":614,"c":2,"u":"circle%20of%20power_phb","p":221,"s":12,"h":1,"lvl":5,"n":"Circle of Power"},{"id":615,"c":2,"u":"clairvoyance_phb","p":222,"s":12,"h":1,"r":1,"lvl":3,"n":"Clairvoyance"},{"id":616,"c":2,"u":"clone_phb","p":222,"s":12,"h":1,"r":1,"lvl":8,"n":"Clone"},{"id":617,"c":2,"u":"cloud%20of%20daggers_phb","p":222,"s":12,"h":1,"lvl":2,"n":"Cloud of Daggers"},{"id":618,"c":2,"u":"cloudkill_phb","p":222,"s":12,"h":1,"r":1,"lvl":5,"n":"Cloudkill"},{"id":619,"c":2,"u":"color%20spray_phb","p":222,"s":12,"h":1,"r":1,"lvl":1,"n":"Color Spray"},{"id":620,"c":2,"u":"command_phb","p":223,"s":12,"h":1,"r":1,"lvl":1,"n":"Command"},{"id":621,"c":2,"u":"commune_phb","p":223,"s":12,"h":1,"r":1,"lvl":5,"n":"Commune"},{"id":622,"c":2,"u":"commune%20with%20nature_phb","p":224,"s":12,"h":1,"r":1,"lvl":5,"n":"Commune with Nature"},{"id":623,"c":2,"u":"compelled%20duel_phb","p":224,"s":12,"h":1,"lvl":1,"n":"Compelled Duel"},{"id":624,"c":2,"u":"comprehend%20languages_phb","p":224,"s":12,"h":1,"r":1,"lvl":1,"n":"Comprehend Languages"},{"id":625,"c":2,"u":"compulsion_phb","p":224,"s":12,"h":1,"r":1,"lvl":4,"n":"Compulsion"},{"id":626,"c":2,"u":"cone%20of%20cold_phb","p":224,"s":12,"h":1,"r":1,"lvl":5,"n":"Cone of Cold"},{"id":627,"c":2,"u":"confusion_phb","p":224,"s":12,"h":1,"r":1,"lvl":4,"n":"Confusion"},{"id":628,"c":2,"u":"conjure%20animals_phb","p":225,"s":12,"h":1,"r":1,"lvl":3,"n":"Conjure Animals"},{"id":629,"c":2,"u":"conjure%20barrage_phb","p":225,"s":12,"h":1,"lvl":3,"n":"Conjure Barrage"},{"id":630,"c":2,"u":"conjure%20celestial_phb","p":225,"s":12,"h":1,"r":1,"lvl":7,"n":"Conjure Celestial"},{"id":631,"c":2,"u":"conjure%20elemental_phb","p":225,"s":12,"h":1,"r":1,"lvl":5,"n":"Conjure Elemental"},{"id":632,"c":2,"u":"conjure%20fey_phb","p":226,"s":12,"h":1,"r":1,"lvl":6,"n":"Conjure Fey"},{"id":633,"c":2,"u":"conjure%20minor%20elementals_phb","p":226,"s":12,"h":1,"r":1,"lvl":4,"n":"Conjure Minor Elementals"},{"id":634,"c":2,"u":"conjure%20volley_phb","p":226,"s":12,"h":1,"lvl":5,"n":"Conjure Volley"},{"id":635,"c":2,"u":"conjure%20woodland%20beings_phb","p":226,"s":12,"h":1,"r":1,"lvl":4,"n":"Conjure Woodland Beings"},{"id":636,"c":2,"u":"contact%20other%20plane_phb","p":226,"s":12,"h":1,"r":1,"lvl":5,"n":"Contact Other Plane"},{"id":637,"c":2,"u":"contagion_phb","p":227,"s":12,"h":1,"r":1,"lvl":5,"n":"Contagion"},{"id":638,"c":2,"u":"contingency_phb","p":227,"s":12,"h":1,"r":1,"lvl":6,"n":"Contingency"},{"id":639,"c":2,"u":"continual%20flame_phb","p":227,"s":12,"h":1,"r":1,"lvl":2,"n":"Continual Flame"},{"id":640,"c":2,"u":"control%20water_phb","p":227,"s":12,"h":1,"r":1,"lvl":4,"n":"Control Water"},{"id":641,"c":2,"u":"control%20weather_phb","p":228,"s":12,"h":1,"r":1,"lvl":8,"n":"Control Weather"},{"id":642,"c":2,"u":"cordon%20of%20arrows_phb","p":228,"s":12,"h":1,"lvl":2,"n":"Cordon of Arrows"},{"id":643,"c":2,"u":"counterspell_phb","p":228,"s":12,"h":1,"r":1,"lvl":3,"n":"Counterspell"},{"id":644,"c":2,"u":"create%20food%20and%20water_phb","p":229,"s":12,"h":1,"r":1,"lvl":3,"n":"Create Food and Water"},{"id":645,"c":2,"u":"create%20or%20destroy%20water_phb","p":229,"s":12,"h":1,"r":1,"lvl":1,"n":"Create or Destroy Water"},{"id":646,"c":2,"u":"create%20undead_phb","p":229,"s":12,"h":1,"r":1,"lvl":6,"n":"Create Undead"},{"id":647,"c":2,"u":"creation_phb","p":229,"s":12,"h":1,"r":1,"lvl":5,"n":"Creation"},{"id":648,"c":2,"u":"crown%20of%20madness_phb","p":229,"s":12,"h":1,"lvl":2,"n":"Crown of Madness"},{"id":649,"c":2,"u":"crusader's%20mantle_phb","p":230,"s":12,"h":1,"lvl":3,"n":"Crusader's Mantle"},{"id":650,"c":2,"u":"cure%20wounds_phb","p":230,"s":12,"h":1,"r":1,"lvl":1,"n":"Cure Wounds"},{"id":651,"c":2,"u":"dancing%20lights_phb","p":230,"s":12,"h":1,"r":1,"lvl":0,"n":"Dancing Lights"},{"id":652,"c":2,"u":"darkness_phb","p":230,"s":12,"h":1,"r":1,"lvl":2,"n":"Darkness"},{"id":653,"c":2,"u":"darkvision_phb","p":230,"s":12,"h":1,"r":1,"lvl":2,"n":"Darkvision"},{"id":654,"c":2,"u":"daylight_phb","p":230,"s":12,"h":1,"r":1,"lvl":3,"n":"Daylight"},{"id":655,"c":2,"u":"death%20ward_phb","p":230,"s":12,"h":1,"r":1,"lvl":4,"n":"Death Ward"},{"id":656,"c":2,"u":"delayed%20blast%20fireball_phb","p":230,"s":12,"h":1,"r":1,"lvl":7,"n":"Delayed Blast Fireball"},{"id":657,"c":2,"u":"demiplane_phb","p":231,"s":12,"h":1,"r":1,"lvl":8,"n":"Demiplane"},{"id":658,"c":2,"u":"destructive%20wave_phb","p":231,"s":12,"h":1,"lvl":5,"n":"Destructive Wave"},{"id":659,"c":2,"u":"detect%20evil%20and%20good_phb","p":231,"s":12,"h":1,"r":1,"lvl":1,"n":"Detect Evil and Good"},{"id":660,"c":2,"u":"detect%20magic_phb","p":231,"s":12,"h":1,"r":1,"lvl":1,"n":"Detect Magic"},{"id":661,"c":2,"u":"detect%20poison%20and%20disease_phb","p":231,"s":12,"h":1,"r":1,"lvl":1,"n":"Detect Poison and Disease"},{"id":662,"c":2,"u":"detect%20thoughts_phb","p":231,"s":12,"h":1,"r":1,"lvl":2,"n":"Detect Thoughts"},{"id":663,"c":2,"u":"dimension%20door_phb","p":233,"s":12,"h":1,"r":1,"lvl":4,"n":"Dimension Door"},{"id":664,"c":2,"u":"disguise%20self_phb","p":233,"s":12,"h":1,"r":1,"lvl":1,"n":"Disguise Self"},{"id":665,"c":2,"u":"disintegrate_phb","p":233,"s":12,"h":1,"r":1,"lvl":6,"n":"Disintegrate"},{"id":666,"c":2,"u":"dispel%20evil%20and%20good_phb","p":233,"s":12,"h":1,"r":1,"lvl":5,"n":"Dispel Evil and Good"},{"id":667,"c":2,"u":"dispel%20magic_phb","p":234,"s":12,"h":1,"r":1,"lvl":3,"n":"Dispel Magic"},{"id":668,"c":2,"u":"dissonant%20whispers_phb","p":234,"s":12,"h":1,"lvl":1,"n":"Dissonant Whispers"},{"id":669,"c":2,"u":"divination_phb","p":234,"s":12,"h":1,"r":1,"lvl":4,"n":"Divination"},{"id":670,"c":2,"u":"divine%20favor_phb","p":234,"s":12,"h":1,"r":1,"lvl":1,"n":"Divine Favor"},{"id":671,"c":2,"u":"divine%20word_phb","p":234,"s":12,"h":1,"r":1,"lvl":7,"n":"Divine Word"},{"id":672,"c":2,"u":"dominate%20beast_phb","p":234,"s":12,"h":1,"r":1,"lvl":4,"n":"Dominate Beast"},{"id":673,"c":2,"u":"dominate%20monster_phb","p":235,"s":12,"h":1,"r":1,"lvl":8,"n":"Dominate Monster"},{"id":674,"c":2,"u":"dominate%20person_phb","p":235,"s":12,"h":1,"r":1,"lvl":5,"n":"Dominate Person"},{"id":675,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":12,"h":1,"r":1,"lvl":6,"n":"Drawmij's Instant Summons"},{"id":676,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":12,"h":1,"r":1,"lvl":6,"n":"Instant Summons"},{"id":677,"c":2,"u":"dream_phb","p":236,"s":12,"h":1,"r":1,"lvl":5,"n":"Dream"},{"id":678,"c":2,"u":"druidcraft_phb","p":236,"s":12,"h":1,"r":1,"lvl":0,"n":"Druidcraft"},{"id":679,"c":2,"u":"earthquake_phb","p":236,"s":12,"h":1,"r":1,"lvl":8,"n":"Earthquake"},{"id":680,"c":2,"u":"eldritch%20blast_phb","p":237,"s":12,"h":1,"r":1,"lvl":0,"n":"Eldritch Blast"},{"id":681,"c":2,"u":"elemental%20weapon_phb","p":237,"s":12,"h":1,"lvl":3,"n":"Elemental Weapon"},{"id":682,"c":2,"u":"enhance%20ability_phb","p":237,"s":12,"h":1,"r":1,"lvl":2,"n":"Enhance Ability"},{"id":683,"c":2,"u":"enlarge%2freduce_phb","p":237,"s":12,"h":1,"r":1,"lvl":2,"n":"Enlarge/Reduce"},{"id":684,"c":2,"u":"ensnaring%20strike_phb","p":237,"s":12,"h":1,"lvl":1,"n":"Ensnaring Strike"},{"id":685,"c":2,"u":"entangle_phb","p":238,"s":12,"h":1,"r":1,"lvl":1,"n":"Entangle"},{"id":686,"c":2,"u":"enthrall_phb","p":238,"s":12,"h":1,"r":1,"lvl":2,"n":"Enthrall"},{"id":687,"c":2,"u":"etherealness_phb","p":238,"s":12,"h":1,"r":1,"lvl":7,"n":"Etherealness"},{"id":688,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":12,"h":1,"r":1,"lvl":4,"n":"Evard's Black Tentacles"},{"id":689,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":12,"h":1,"r":1,"lvl":4,"n":"Black Tentacles"},{"id":690,"c":2,"u":"expeditious%20retreat_phb","p":238,"s":12,"h":1,"r":1,"lvl":1,"n":"Expeditious Retreat"},{"id":691,"c":2,"u":"eyebite_phb","p":238,"s":12,"h":1,"r":1,"lvl":6,"n":"Eyebite"},{"id":692,"c":2,"u":"fabricate_phb","p":239,"s":12,"h":1,"r":1,"lvl":4,"n":"Fabricate"},{"id":693,"c":2,"u":"faerie%20fire_phb","p":239,"s":12,"h":1,"r":1,"lvl":1,"n":"Faerie Fire"},{"id":694,"c":2,"u":"false%20life_phb","p":239,"s":12,"h":1,"r":1,"lvl":1,"n":"False Life"},{"id":695,"c":2,"u":"fear_phb","p":239,"s":12,"h":1,"r":1,"lvl":3,"n":"Fear"},{"id":696,"c":2,"u":"feather%20fall_phb","p":239,"s":12,"h":1,"r":1,"lvl":1,"n":"Feather Fall"},{"id":697,"c":2,"u":"feeblemind_phb","p":239,"s":12,"h":1,"r":1,"lvl":8,"n":"Feeblemind"},{"id":698,"c":2,"u":"feign%20death_phb","p":240,"s":12,"h":1,"lvl":3,"n":"Feign Death"},{"id":699,"c":2,"u":"find%20familiar_phb","p":240,"s":12,"h":1,"r":1,"lvl":1,"n":"Find Familiar"},{"id":700,"c":2,"u":"find%20steed_phb","p":240,"s":12,"h":1,"r":1,"lvl":2,"n":"Find Steed"},{"id":701,"c":2,"u":"find%20the%20path_phb","p":240,"s":12,"h":1,"r":1,"lvl":6,"n":"Find the Path"},{"id":702,"c":2,"u":"find%20traps_phb","p":241,"s":12,"h":1,"r":1,"lvl":2,"n":"Find Traps"},{"id":703,"c":2,"u":"finger%20of%20death_phb","p":241,"s":12,"h":1,"r":1,"lvl":7,"n":"Finger of Death"},{"id":704,"c":2,"u":"fire%20bolt_phb","p":242,"s":12,"h":1,"r":1,"lvl":0,"n":"Fire Bolt"},{"id":705,"c":2,"u":"fire%20shield_phb","p":242,"s":12,"h":1,"r":1,"lvl":4,"n":"Fire Shield"},{"id":706,"c":2,"u":"fire%20storm_phb","p":242,"s":12,"h":1,"r":1,"lvl":7,"n":"Fire Storm"},{"id":707,"c":2,"u":"fireball_phb","p":241,"s":12,"h":1,"r":1,"lvl":3,"n":"Fireball"},{"id":708,"c":2,"u":"flame%20blade_phb","p":242,"s":12,"h":1,"r":1,"lvl":2,"n":"Flame Blade"},{"id":709,"c":2,"u":"flame%20strike_phb","p":242,"s":12,"h":1,"r":1,"lvl":5,"n":"Flame Strike"},{"id":710,"c":2,"u":"flaming%20sphere_phb","p":242,"s":12,"h":1,"r":1,"lvl":2,"n":"Flaming Sphere"},{"id":711,"c":2,"u":"flesh%20to%20stone_phb","p":243,"s":12,"h":1,"r":1,"lvl":6,"n":"Flesh to Stone"},{"id":712,"c":2,"u":"fly_phb","p":243,"s":12,"h":1,"r":1,"lvl":3,"n":"Fly"},{"id":713,"c":2,"u":"fog%20cloud_phb","p":243,"s":12,"h":1,"r":1,"lvl":1,"n":"Fog Cloud"},{"id":714,"c":2,"u":"forbiddance_phb","p":243,"s":12,"h":1,"r":1,"lvl":6,"n":"Forbiddance"},{"id":715,"c":2,"u":"forcecage_phb","p":243,"s":12,"h":1,"r":1,"lvl":7,"n":"Forcecage"},{"id":716,"c":2,"u":"foresight_phb","p":244,"s":12,"h":1,"r":1,"lvl":9,"n":"Foresight"},{"id":717,"c":2,"u":"freedom%20of%20movement_phb","p":244,"s":12,"h":1,"r":1,"lvl":4,"n":"Freedom of Movement"},{"id":718,"c":2,"u":"friends_phb","p":244,"s":12,"h":1,"lvl":0,"n":"Friends"},{"id":719,"c":2,"u":"gaseous%20form_phb","p":244,"s":12,"h":1,"r":1,"lvl":3,"n":"Gaseous Form"},{"id":720,"c":2,"u":"gate_phb","p":244,"s":12,"h":1,"r":1,"lvl":9,"n":"Gate"},{"id":721,"c":2,"u":"geas_phb","p":244,"s":12,"h":1,"r":1,"lvl":5,"n":"Geas"},{"id":722,"c":2,"u":"gentle%20repose_phb","p":245,"s":12,"h":1,"r":1,"lvl":2,"n":"Gentle Repose"},{"id":723,"c":2,"u":"giant%20insect_phb","p":245,"s":12,"h":1,"r":1,"lvl":4,"n":"Giant Insect"},{"id":724,"c":2,"u":"glibness_phb","p":245,"s":12,"h":1,"r":1,"lvl":8,"n":"Glibness"},{"id":725,"c":2,"u":"globe%20of%20invulnerability_phb","p":245,"s":12,"h":1,"r":1,"lvl":6,"n":"Globe of Invulnerability"},{"id":726,"c":2,"u":"glyph%20of%20warding_phb","p":245,"s":12,"h":1,"r":1,"lvl":3,"n":"Glyph of Warding"},{"id":727,"c":2,"u":"goodberry_phb","p":246,"s":12,"h":1,"r":1,"lvl":1,"n":"Goodberry"},{"id":728,"c":2,"u":"grasping%20vine_phb","p":246,"s":12,"h":1,"lvl":4,"n":"Grasping Vine"},{"id":729,"c":2,"u":"grease_phb","p":246,"s":12,"h":1,"r":1,"lvl":1,"n":"Grease"},{"id":730,"c":2,"u":"greater%20invisibility_phb","p":246,"s":12,"h":1,"r":1,"lvl":4,"n":"Greater Invisibility"},{"id":731,"c":2,"u":"greater%20restoration_phb","p":246,"s":12,"h":1,"r":1,"lvl":5,"n":"Greater Restoration"},{"id":732,"c":2,"u":"guardian%20of%20faith_phb","p":246,"s":12,"h":1,"r":1,"lvl":4,"n":"Guardian of Faith"},{"id":733,"c":2,"u":"guards%20and%20wards_phb","p":248,"s":12,"h":1,"r":1,"lvl":6,"n":"Guards and Wards"},{"id":734,"c":2,"u":"guidance_phb","p":248,"s":12,"h":1,"r":1,"lvl":0,"n":"Guidance"},{"id":735,"c":2,"u":"guiding%20bolt_phb","p":248,"s":12,"h":1,"r":1,"lvl":1,"n":"Guiding Bolt"},{"id":736,"c":2,"u":"gust%20of%20wind_phb","p":248,"s":12,"h":1,"r":1,"lvl":2,"n":"Gust of Wind"},{"id":737,"c":2,"u":"hail%20of%20thorns_phb","p":249,"s":12,"h":1,"lvl":1,"n":"Hail of Thorns"},{"id":738,"c":2,"u":"hallow_phb","p":249,"s":12,"h":1,"r":1,"lvl":5,"n":"Hallow"},{"id":739,"c":2,"u":"hallucinatory%20terrain_phb","p":249,"s":12,"h":1,"r":1,"lvl":4,"n":"Hallucinatory Terrain"},{"id":740,"c":2,"u":"harm_phb","p":249,"s":12,"h":1,"r":1,"lvl":6,"n":"Harm"},{"id":741,"c":2,"u":"haste_phb","p":250,"s":12,"h":1,"r":1,"lvl":3,"n":"Haste"},{"id":742,"c":2,"u":"heal_phb","p":250,"s":12,"h":1,"r":1,"lvl":6,"n":"Heal"},{"id":743,"c":2,"u":"healing%20word_phb","p":250,"s":12,"h":1,"r":1,"lvl":1,"n":"Healing Word"},{"id":744,"c":2,"u":"heat%20metal_phb","p":250,"s":12,"h":1,"r":1,"lvl":2,"n":"Heat Metal"},{"id":745,"c":2,"u":"hellish%20rebuke_phb","p":250,"s":12,"h":1,"r":1,"lvl":1,"n":"Hellish Rebuke"},{"id":746,"c":2,"u":"heroes'%20feast_phb","p":250,"s":12,"h":1,"r":1,"lvl":6,"n":"Heroes' Feast"},{"id":747,"c":2,"u":"heroism_phb","p":250,"s":12,"h":1,"r":1,"lvl":1,"n":"Heroism"},{"id":748,"c":2,"u":"hex_phb","p":251,"s":12,"h":1,"lvl":1,"n":"Hex"},{"id":749,"c":2,"u":"hold%20monster_phb","p":251,"s":12,"h":1,"r":1,"lvl":5,"n":"Hold Monster"},{"id":750,"c":2,"u":"hold%20person_phb","p":251,"s":12,"h":1,"r":1,"lvl":2,"n":"Hold Person"},{"id":751,"c":2,"u":"holy%20aura_phb","p":251,"s":12,"h":1,"r":1,"lvl":8,"n":"Holy Aura"},{"id":752,"c":2,"u":"hunger%20of%20hadar_phb","p":251,"s":12,"h":1,"lvl":3,"n":"Hunger of Hadar"},{"id":753,"c":2,"u":"hunter's%20mark_phb","p":251,"s":12,"h":1,"r":1,"lvl":1,"n":"Hunter's Mark"},{"id":754,"c":2,"u":"hypnotic%20pattern_phb","p":252,"s":12,"h":1,"r":1,"lvl":3,"n":"Hypnotic Pattern"},{"id":755,"c":2,"u":"ice%20storm_phb","p":252,"s":12,"h":1,"r":1,"lvl":4,"n":"Ice Storm"},{"id":756,"c":2,"u":"identify_phb","p":252,"s":12,"h":1,"r":1,"lvl":1,"n":"Identify"},{"id":757,"c":2,"u":"illusory%20script_phb","p":252,"s":12,"h":1,"r":1,"lvl":1,"n":"Illusory Script"},{"id":758,"c":2,"u":"imprisonment_phb","p":252,"s":12,"h":1,"r":1,"lvl":9,"n":"Imprisonment"},{"id":759,"c":2,"u":"incendiary%20cloud_phb","p":253,"s":12,"h":1,"r":1,"lvl":8,"n":"Incendiary Cloud"},{"id":760,"c":2,"u":"inflict%20wounds_phb","p":253,"s":12,"h":1,"r":1,"lvl":1,"n":"Inflict Wounds"},{"id":761,"c":2,"u":"insect%20plague_phb","p":254,"s":12,"h":1,"r":1,"lvl":5,"n":"Insect Plague"},{"id":762,"c":2,"u":"invisibility_phb","p":254,"s":12,"h":1,"r":1,"lvl":2,"n":"Invisibility"},{"id":763,"c":2,"u":"jump_phb","p":254,"s":12,"h":1,"r":1,"lvl":1,"n":"Jump"},{"id":764,"c":2,"u":"knock_phb","p":254,"s":12,"h":1,"r":1,"lvl":2,"n":"Knock"},{"id":765,"c":2,"u":"legend%20lore_phb","p":254,"s":12,"h":1,"r":1,"lvl":5,"n":"Legend Lore"},{"id":766,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":12,"h":1,"r":1,"lvl":4,"n":"Leomund's Secret Chest"},{"id":767,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":12,"h":1,"r":1,"lvl":4,"n":"Secret Chest"},{"id":768,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":12,"h":1,"r":1,"lvl":3,"n":"Leomund's Tiny Hut"},{"id":769,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":12,"h":1,"r":1,"lvl":3,"n":"Tiny Hut"},{"id":770,"c":2,"u":"lesser%20restoration_phb","p":255,"s":12,"h":1,"r":1,"lvl":2,"n":"Lesser Restoration"},{"id":771,"c":2,"u":"levitate_phb","p":255,"s":12,"h":1,"r":1,"lvl":2,"n":"Levitate"},{"id":772,"c":2,"u":"light_phb","p":255,"s":12,"h":1,"r":1,"lvl":0,"n":"Light"},{"id":773,"c":2,"u":"lightning%20arrow_phb","p":255,"s":12,"h":1,"lvl":3,"n":"Lightning Arrow"},{"id":774,"c":2,"u":"lightning%20bolt_phb","p":255,"s":12,"h":1,"r":1,"lvl":3,"n":"Lightning Bolt"},{"id":775,"c":2,"u":"locate%20animals%20or%20plants_phb","p":256,"s":12,"h":1,"r":1,"lvl":2,"n":"Locate Animals or Plants"},{"id":776,"c":2,"u":"locate%20creature_phb","p":256,"s":12,"h":1,"r":1,"lvl":4,"n":"Locate Creature"},{"id":777,"c":2,"u":"locate%20object_phb","p":256,"s":12,"h":1,"r":1,"lvl":2,"n":"Locate Object"},{"id":778,"c":2,"u":"longstrider_phb","p":256,"s":12,"h":1,"r":1,"lvl":1,"n":"Longstrider"},{"id":779,"c":2,"u":"mage%20armor_phb","p":256,"s":12,"h":1,"r":1,"lvl":1,"n":"Mage Armor"},{"id":780,"c":2,"u":"mage%20hand_phb","p":256,"s":12,"h":1,"r":1,"lvl":0,"n":"Mage Hand"},{"id":781,"c":2,"u":"magic%20circle_phb","p":256,"s":12,"h":1,"r":1,"lvl":3,"n":"Magic Circle"},{"id":782,"c":2,"u":"magic%20jar_phb","p":257,"s":12,"h":1,"r":1,"lvl":6,"n":"Magic Jar"},{"id":783,"c":2,"u":"magic%20missile_phb","p":257,"s":12,"h":1,"r":1,"lvl":1,"n":"Magic Missile"},{"id":784,"c":2,"u":"magic%20mouth_phb","p":257,"s":12,"h":1,"r":1,"lvl":2,"n":"Magic Mouth"},{"id":785,"c":2,"u":"magic%20weapon_phb","p":257,"s":12,"h":1,"r":1,"lvl":2,"n":"Magic Weapon"},{"id":786,"c":2,"u":"major%20image_phb","p":258,"s":12,"h":1,"r":1,"lvl":3,"n":"Major Image"},{"id":787,"c":2,"u":"mass%20cure%20wounds_phb","p":258,"s":12,"h":1,"r":1,"lvl":5,"n":"Mass Cure Wounds"},{"id":788,"c":2,"u":"mass%20heal_phb","p":258,"s":12,"h":1,"r":1,"lvl":9,"n":"Mass Heal"},{"id":789,"c":2,"u":"mass%20healing%20word_phb","p":258,"s":12,"h":1,"r":1,"lvl":3,"n":"Mass Healing Word"},{"id":790,"c":2,"u":"mass%20suggestion_phb","p":258,"s":12,"h":1,"r":1,"lvl":6,"n":"Mass Suggestion"},{"id":791,"c":2,"u":"maze_phb","p":258,"s":12,"h":1,"r":1,"lvl":8,"n":"Maze"},{"id":792,"c":2,"u":"meld%20into%20stone_phb","p":259,"s":12,"h":1,"r":1,"lvl":3,"n":"Meld into Stone"},{"id":793,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":12,"h":1,"r":1,"lvl":2,"n":"Melf's Acid Arrow"},{"id":794,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":12,"h":1,"r":1,"lvl":2,"n":"Acid Arrow"},{"id":795,"c":2,"u":"mending_phb","p":259,"s":12,"h":1,"r":1,"lvl":0,"n":"Mending"},{"id":796,"c":2,"u":"message_phb","p":259,"s":12,"h":1,"r":1,"lvl":0,"n":"Message"},{"id":797,"c":2,"u":"meteor%20swarm_phb","p":259,"s":12,"h":1,"r":1,"lvl":9,"n":"Meteor Swarm"},{"id":798,"c":2,"u":"mind%20blank_phb","p":259,"s":12,"h":1,"r":1,"lvl":8,"n":"Mind Blank"},{"id":799,"c":2,"u":"minor%20illusion_phb","p":260,"s":12,"h":1,"r":1,"lvl":0,"n":"Minor Illusion"},{"id":800,"c":2,"u":"mirage%20arcane_phb","p":260,"s":12,"h":1,"r":1,"lvl":7,"n":"Mirage Arcane"},{"id":801,"c":2,"u":"mirror%20image_phb","p":260,"s":12,"h":1,"r":1,"lvl":2,"n":"Mirror Image"},{"id":802,"c":2,"u":"mislead_phb","p":260,"s":12,"h":1,"r":1,"lvl":5,"n":"Mislead"},{"id":803,"c":2,"u":"misty%20step_phb","p":260,"s":12,"h":1,"r":1,"lvl":2,"n":"Misty Step"},{"id":804,"c":2,"u":"modify%20memory_phb","p":261,"s":12,"h":1,"r":1,"lvl":5,"n":"Modify Memory"},{"id":805,"c":2,"u":"moonbeam_phb","p":261,"s":12,"h":1,"r":1,"lvl":2,"n":"Moonbeam"},{"id":806,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":12,"h":1,"r":1,"lvl":4,"n":"Mordenkainen's Faithful Hound"},{"id":807,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":12,"h":1,"r":1,"lvl":4,"n":"Faithful Hound"},{"id":808,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":12,"h":1,"r":1,"lvl":7,"n":"Mordenkainen's Magnificent Mansion"},{"id":809,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":12,"h":1,"r":1,"lvl":7,"n":"Magnificent Mansion"},{"id":810,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":12,"h":1,"r":1,"lvl":4,"n":"Mordenkainen's Private Sanctum"},{"id":811,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":12,"h":1,"r":1,"lvl":4,"n":"Private Sanctum"},{"id":812,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":12,"h":1,"r":1,"lvl":7,"n":"Mordenkainen's Sword"},{"id":813,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":12,"h":1,"r":1,"lvl":7,"n":"Arcane Sword"},{"id":814,"c":2,"u":"move%20earth_phb","p":263,"s":12,"h":1,"r":1,"lvl":6,"n":"Move Earth"},{"id":815,"c":2,"u":"nondetection_phb","p":263,"s":12,"h":1,"r":1,"lvl":3,"n":"Nondetection"},{"id":816,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":12,"h":1,"r":1,"lvl":2,"n":"Nystul's Magic Aura"},{"id":817,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":12,"h":1,"r":1,"lvl":2,"n":"Arcanist's Magic Aura"},{"id":818,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":12,"h":1,"r":1,"lvl":6,"n":"Otiluke's Freezing Sphere"},{"id":819,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":12,"h":1,"r":1,"lvl":6,"n":"Freezing Sphere"},{"id":820,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":12,"h":1,"r":1,"lvl":4,"n":"Otiluke's Resilient Sphere"},{"id":821,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":12,"h":1,"r":1,"lvl":4,"n":"Resilient Sphere"},{"id":822,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":12,"h":1,"r":1,"lvl":6,"n":"Otto's Irresistible Dance"},{"id":823,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":12,"h":1,"r":1,"lvl":6,"n":"Irresistible Dance"},{"id":824,"c":2,"u":"pass%20without%20trace_phb","p":264,"s":12,"h":1,"r":1,"lvl":2,"n":"Pass without Trace"},{"id":825,"c":2,"u":"passwall_phb","p":264,"s":12,"h":1,"r":1,"lvl":5,"n":"Passwall"},{"id":826,"c":2,"u":"phantasmal%20force_phb","p":264,"s":12,"h":1,"lvl":2,"n":"Phantasmal Force"},{"id":827,"c":2,"u":"phantasmal%20killer_phb","p":265,"s":12,"h":1,"r":1,"lvl":4,"n":"Phantasmal Killer"},{"id":828,"c":2,"u":"phantom%20steed_phb","p":265,"s":12,"h":1,"r":1,"lvl":3,"n":"Phantom Steed"},{"id":829,"c":2,"u":"planar%20ally_phb","p":265,"s":12,"h":1,"r":1,"lvl":6,"n":"Planar Ally"},{"id":830,"c":2,"u":"planar%20binding_phb","p":265,"s":12,"h":1,"r":1,"lvl":5,"n":"Planar Binding"},{"id":831,"c":2,"u":"plane%20shift_phb","p":266,"s":12,"h":1,"r":1,"lvl":7,"n":"Plane Shift"},{"id":832,"c":2,"u":"plant%20growth_phb","p":266,"s":12,"h":1,"r":1,"lvl":3,"n":"Plant Growth"},{"id":833,"c":2,"u":"poison%20spray_phb","p":266,"s":12,"h":1,"r":1,"lvl":0,"n":"Poison Spray"},{"id":834,"c":2,"u":"polymorph_phb","p":266,"s":12,"h":1,"r":1,"lvl":4,"n":"Polymorph"},{"id":835,"c":2,"u":"power%20word%20heal_phb","p":266,"s":12,"h":1,"lvl":9,"n":"Power Word Heal"},{"id":836,"c":2,"u":"power%20word%20kill_phb","p":266,"s":12,"h":1,"r":1,"lvl":9,"n":"Power Word Kill"},{"id":837,"c":2,"u":"power%20word%20stun_phb","p":267,"s":12,"h":1,"r":1,"lvl":8,"n":"Power Word Stun"},{"id":838,"c":2,"u":"prayer%20of%20healing_phb","p":267,"s":12,"h":1,"r":1,"lvl":2,"n":"Prayer of Healing"},{"id":839,"c":2,"u":"prestidigitation_phb","p":267,"s":12,"h":1,"r":1,"lvl":0,"n":"Prestidigitation"},{"id":840,"c":2,"u":"prismatic%20spray_phb","p":267,"s":12,"h":1,"r":1,"lvl":7,"n":"Prismatic Spray"},{"id":841,"c":2,"u":"prismatic%20wall_phb","p":267,"s":12,"h":1,"r":1,"lvl":9,"n":"Prismatic Wall"},{"id":842,"c":2,"u":"produce%20flame_phb","p":269,"s":12,"h":1,"r":1,"lvl":0,"n":"Produce Flame"},{"id":843,"c":2,"u":"programmed%20illusion_phb","p":269,"s":12,"h":1,"r":1,"lvl":6,"n":"Programmed Illusion"},{"id":844,"c":2,"u":"project%20image_phb","p":270,"s":12,"h":1,"r":1,"lvl":7,"n":"Project Image"},{"id":845,"c":2,"u":"protection%20from%20energy_phb","p":270,"s":12,"h":1,"r":1,"lvl":3,"n":"Protection from Energy"},{"id":846,"c":2,"u":"protection%20from%20evil%20and%20good_phb","p":270,"s":12,"h":1,"r":1,"lvl":1,"n":"Protection from Evil and Good"},{"id":847,"c":2,"u":"protection%20from%20poison_phb","p":270,"s":12,"h":1,"r":1,"lvl":2,"n":"Protection from Poison"},{"id":848,"c":2,"u":"purify%20food%20and%20drink_phb","p":270,"s":12,"h":1,"r":1,"lvl":1,"n":"Purify Food and Drink"},{"id":849,"c":2,"u":"raise%20dead_phb","p":270,"s":12,"h":1,"r":1,"lvl":5,"n":"Raise Dead"},{"id":850,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":12,"h":1,"r":1,"lvl":5,"n":"Rary's Telepathic Bond"},{"id":851,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":12,"h":1,"r":1,"lvl":5,"n":"Telepathic Bond"},{"id":852,"c":2,"u":"ray%20of%20enfeeblement_phb","p":271,"s":12,"h":1,"r":1,"lvl":2,"n":"Ray of Enfeeblement"},{"id":853,"c":2,"u":"ray%20of%20frost_phb","p":271,"s":12,"h":1,"r":1,"lvl":0,"n":"Ray of Frost"},{"id":854,"c":2,"u":"ray%20of%20sickness_phb","p":271,"s":12,"h":1,"lvl":1,"n":"Ray of Sickness"},{"id":855,"c":2,"u":"regenerate_phb","p":271,"s":12,"h":1,"r":1,"lvl":7,"n":"Regenerate"},{"id":856,"c":2,"u":"reincarnate_phb","p":271,"s":12,"h":1,"r":1,"lvl":5,"n":"Reincarnate"},{"id":857,"c":2,"u":"remove%20curse_phb","p":271,"s":12,"h":1,"r":1,"lvl":3,"n":"Remove Curse"},{"id":858,"c":2,"u":"resistance_phb","p":272,"s":12,"h":1,"r":1,"lvl":0,"n":"Resistance"},{"id":859,"c":2,"u":"resurrection_phb","p":272,"s":12,"h":1,"r":1,"lvl":7,"n":"Resurrection"},{"id":860,"c":2,"u":"reverse%20gravity_phb","p":272,"s":12,"h":1,"r":1,"lvl":7,"n":"Reverse Gravity"},{"id":861,"c":2,"u":"revivify_phb","p":272,"s":12,"h":1,"r":1,"lvl":3,"n":"Revivify"},{"id":862,"c":2,"u":"rope%20trick_phb","p":272,"s":12,"h":1,"r":1,"lvl":2,"n":"Rope Trick"},{"id":863,"c":2,"u":"sacred%20flame_phb","p":272,"s":12,"h":1,"r":1,"lvl":0,"n":"Sacred Flame"},{"id":864,"c":2,"u":"sanctuary_phb","p":272,"s":12,"h":1,"r":1,"lvl":1,"n":"Sanctuary"},{"id":865,"c":2,"u":"scorching%20ray_phb","p":273,"s":12,"h":1,"r":1,"lvl":2,"n":"Scorching Ray"},{"id":866,"c":2,"u":"scrying_phb","p":273,"s":12,"h":1,"r":1,"lvl":5,"n":"Scrying"},{"id":867,"c":2,"u":"searing%20smite_phb","p":274,"s":12,"h":1,"lvl":1,"n":"Searing Smite"},{"id":868,"c":2,"u":"see%20invisibility_phb","p":274,"s":12,"h":1,"r":1,"lvl":2,"n":"See Invisibility"},{"id":869,"c":2,"u":"seeming_phb","p":274,"s":12,"h":1,"r":1,"lvl":5,"n":"Seeming"},{"id":870,"c":2,"u":"sending_phb","p":274,"s":12,"h":1,"r":1,"lvl":3,"n":"Sending"},{"id":871,"c":2,"u":"sequester_phb","p":274,"s":12,"h":1,"r":1,"lvl":7,"n":"Sequester"},{"id":872,"c":2,"u":"shapechange_phb","p":274,"s":12,"h":1,"r":1,"lvl":9,"n":"Shapechange"},{"id":873,"c":2,"u":"shatter_phb","p":275,"s":12,"h":1,"r":1,"lvl":2,"n":"Shatter"},{"id":874,"c":2,"u":"shield_phb","p":275,"s":12,"h":1,"r":1,"lvl":1,"n":"Shield"},{"id":875,"c":2,"u":"shield%20of%20faith_phb","p":275,"s":12,"h":1,"r":1,"lvl":1,"n":"Shield of Faith"},{"id":876,"c":2,"u":"shillelagh_phb","p":275,"s":12,"h":1,"r":1,"lvl":0,"n":"Shillelagh"},{"id":877,"c":2,"u":"shocking%20grasp_phb","p":275,"s":12,"h":1,"r":1,"lvl":0,"n":"Shocking Grasp"},{"id":878,"c":2,"u":"silence_phb","p":275,"s":12,"h":1,"r":1,"lvl":2,"n":"Silence"},{"id":879,"c":2,"u":"silent%20image_phb","p":276,"s":12,"h":1,"r":1,"lvl":1,"n":"Silent Image"},{"id":880,"c":2,"u":"simulacrum_phb","p":276,"s":12,"h":1,"r":1,"lvl":7,"n":"Simulacrum"},{"id":881,"c":2,"u":"sleep_phb","p":276,"s":12,"h":1,"r":1,"lvl":1,"n":"Sleep"},{"id":882,"c":2,"u":"sleet%20storm_phb","p":276,"s":12,"h":1,"r":1,"lvl":3,"n":"Sleet Storm"},{"id":883,"c":2,"u":"slow_phb","p":277,"s":12,"h":1,"r":1,"lvl":3,"n":"Slow"},{"id":884,"c":2,"u":"spare%20the%20dying_phb","p":277,"s":12,"h":1,"r":1,"lvl":0,"n":"Spare the Dying"},{"id":885,"c":2,"u":"speak%20with%20animals_phb","p":277,"s":12,"h":1,"r":1,"lvl":1,"n":"Speak with Animals"},{"id":886,"c":2,"u":"speak%20with%20dead_phb","p":277,"s":12,"h":1,"r":1,"lvl":3,"n":"Speak with Dead"},{"id":887,"c":2,"u":"speak%20with%20plants_phb","p":277,"s":12,"h":1,"r":1,"lvl":3,"n":"Speak with Plants"},{"id":888,"c":2,"u":"spider%20climb_phb","p":277,"s":12,"h":1,"r":1,"lvl":2,"n":"Spider Climb"},{"id":889,"c":2,"u":"spike%20growth_phb","p":277,"s":12,"h":1,"r":1,"lvl":2,"n":"Spike Growth"},{"id":890,"c":2,"u":"spirit%20guardians_phb","p":278,"s":12,"h":1,"r":1,"lvl":3,"n":"Spirit Guardians"},{"id":891,"c":2,"u":"spiritual%20weapon_phb","p":278,"s":12,"h":1,"r":1,"lvl":2,"n":"Spiritual Weapon"},{"id":892,"c":2,"u":"staggering%20smite_phb","p":278,"s":12,"h":1,"lvl":4,"n":"Staggering Smite"},{"id":893,"c":2,"u":"stinking%20cloud_phb","p":278,"s":12,"h":1,"r":1,"lvl":3,"n":"Stinking Cloud"},{"id":894,"c":2,"u":"stone%20shape_phb","p":278,"s":12,"h":1,"r":1,"lvl":4,"n":"Stone Shape"},{"id":895,"c":2,"u":"stoneskin_phb","p":278,"s":12,"h":1,"r":1,"lvl":4,"n":"Stoneskin"},{"id":896,"c":2,"u":"storm%20of%20vengeance_phb","p":279,"s":12,"h":1,"r":1,"lvl":9,"n":"Storm of Vengeance"},{"id":897,"c":2,"u":"suggestion_phb","p":279,"s":12,"h":1,"r":1,"lvl":2,"n":"Suggestion"},{"id":898,"c":2,"u":"sunbeam_phb","p":279,"s":12,"h":1,"r":1,"lvl":6,"n":"Sunbeam"},{"id":899,"c":2,"u":"sunburst_phb","p":279,"s":12,"h":1,"r":1,"lvl":8,"n":"Sunburst"},{"id":900,"c":2,"u":"swift%20quiver_phb","p":279,"s":12,"h":1,"lvl":5,"n":"Swift Quiver"},{"id":901,"c":2,"u":"symbol_phb","p":280,"s":12,"h":1,"r":1,"lvl":7,"n":"Symbol"},{"id":902,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":12,"h":1,"r":1,"lvl":1,"n":"Tasha's Hideous Laughter"},{"id":903,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":12,"h":1,"r":1,"lvl":1,"n":"Hideous Laughter"},{"id":904,"c":2,"u":"telekinesis_phb","p":280,"s":12,"h":1,"r":1,"lvl":5,"n":"Telekinesis"},{"id":905,"c":2,"u":"telepathy_phb","p":281,"s":12,"h":1,"lvl":8,"n":"Telepathy"},{"id":906,"c":2,"u":"teleport_phb","p":281,"s":12,"h":1,"r":1,"lvl":7,"n":"Teleport"},{"id":907,"c":2,"u":"teleportation%20circle_phb","p":282,"s":12,"h":1,"r":1,"lvl":5,"n":"Teleportation Circle"},{"id":908,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":12,"h":1,"r":1,"lvl":1,"n":"Tenser's Floating Disk"},{"id":909,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":12,"h":1,"r":1,"lvl":1,"n":"Floating Disk"},{"id":910,"c":2,"u":"thaumaturgy_phb","p":282,"s":12,"h":1,"r":1,"lvl":0,"n":"Thaumaturgy"},{"id":911,"c":2,"u":"thorn%20whip_phb","p":282,"s":12,"h":1,"lvl":0,"n":"Thorn Whip"},{"id":912,"c":2,"u":"thunderous%20smite_phb","p":282,"s":12,"h":1,"lvl":1,"n":"Thunderous Smite"},{"id":913,"c":2,"u":"thunderwave_phb","p":282,"s":12,"h":1,"r":1,"lvl":1,"n":"Thunderwave"},{"id":914,"c":2,"u":"time%20stop_phb","p":283,"s":12,"h":1,"r":1,"lvl":9,"n":"Time Stop"},{"id":915,"c":2,"u":"tongues_phb","p":283,"s":12,"h":1,"r":1,"lvl":3,"n":"Tongues"},{"id":916,"c":2,"u":"transport%20via%20plants_phb","p":283,"s":12,"h":1,"r":1,"lvl":6,"n":"Transport via Plants"},{"id":917,"c":2,"u":"tree%20stride_phb","p":283,"s":12,"h":1,"r":1,"lvl":5,"n":"Tree Stride"},{"id":918,"c":2,"u":"true%20polymorph_phb","p":283,"s":12,"h":1,"r":1,"lvl":9,"n":"True Polymorph"},{"id":919,"c":2,"u":"true%20resurrection_phb","p":284,"s":12,"h":1,"r":1,"lvl":9,"n":"True Resurrection"},{"id":920,"c":2,"u":"true%20seeing_phb","p":284,"s":12,"h":1,"r":1,"lvl":6,"n":"True Seeing"},{"id":921,"c":2,"u":"true%20strike_phb","p":284,"s":12,"h":1,"r":1,"lvl":0,"n":"True Strike"},{"id":922,"c":2,"u":"tsunami_phb","p":284,"s":12,"h":1,"lvl":8,"n":"Tsunami"},{"id":923,"c":2,"u":"unseen%20servant_phb","p":284,"s":12,"h":1,"r":1,"lvl":1,"n":"Unseen Servant"},{"id":924,"c":2,"u":"vampiric%20touch_phb","p":285,"s":12,"h":1,"r":1,"lvl":3,"n":"Vampiric Touch"},{"id":925,"c":2,"u":"vicious%20mockery_phb","p":285,"s":12,"h":1,"r":1,"lvl":0,"n":"Vicious Mockery"},{"id":926,"c":2,"u":"wall%20of%20fire_phb","p":285,"s":12,"h":1,"r":1,"lvl":4,"n":"Wall of Fire"},{"id":927,"c":2,"u":"wall%20of%20force_phb","p":285,"s":12,"h":1,"r":1,"lvl":5,"n":"Wall of Force"},{"id":928,"c":2,"u":"wall%20of%20ice_phb","p":285,"s":12,"h":1,"r":1,"lvl":6,"n":"Wall of Ice"},{"id":929,"c":2,"u":"wall%20of%20stone_phb","p":287,"s":12,"h":1,"r":1,"lvl":5,"n":"Wall of Stone"},{"id":930,"c":2,"u":"wall%20of%20thorns_phb","p":287,"s":12,"h":1,"r":1,"lvl":6,"n":"Wall of Thorns"},{"id":931,"c":2,"u":"warding%20bond_phb","p":287,"s":12,"h":1,"r":1,"lvl":2,"n":"Warding Bond"},{"id":932,"c":2,"u":"water%20breathing_phb","p":287,"s":12,"h":1,"r":1,"lvl":3,"n":"Water Breathing"},{"id":933,"c":2,"u":"water%20walk_phb","p":287,"s":12,"h":1,"r":1,"lvl":3,"n":"Water Walk"},{"id":934,"c":2,"u":"web_phb","p":287,"s":12,"h":1,"r":1,"lvl":2,"n":"Web"},{"id":935,"c":2,"u":"weird_phb","p":288,"s":12,"h":1,"r":1,"lvl":9,"n":"Weird"},{"id":936,"c":2,"u":"wind%20walk_phb","p":288,"s":12,"h":1,"r":1,"lvl":6,"n":"Wind Walk"},{"id":937,"c":2,"u":"wind%20wall_phb","p":288,"s":12,"h":1,"r":1,"lvl":3,"n":"Wind Wall"},{"id":938,"c":2,"u":"wish_phb","p":288,"s":12,"h":1,"r":1,"lvl":9,"n":"Wish"},{"id":939,"c":2,"u":"witch%20bolt_phb","p":289,"s":12,"h":1,"lvl":1,"n":"Witch Bolt"},{"id":940,"c":2,"u":"word%20of%20recall_phb","p":289,"s":12,"h":1,"r":1,"lvl":6,"n":"Word of Recall"},{"id":941,"c":2,"u":"wrathful%20smite_phb","p":289,"s":12,"h":1,"lvl":1,"n":"Wrathful Smite"},{"id":942,"c":2,"u":"zone%20of%20truth_phb","p":289,"s":12,"h":1,"r":1,"lvl":2,"n":"Zone of Truth"},{"id":943,"c":2,"u":"gate%20seal_sato","p":12,"s":13,"h":1,"lvl":4,"n":"Gate Seal"},{"id":944,"c":2,"u":"warp%20sense_sato","p":12,"s":13,"h":1,"lvl":2,"n":"Warp Sense"},{"id":945,"c":2,"u":"borrowed%20knowledge_scc","p":37,"s":14,"h":1,"lvl":2,"n":"Borrowed Knowledge"},{"id":946,"c":2,"u":"kinetic%20jaunt_scc","p":37,"s":14,"h":1,"lvl":2,"n":"Kinetic Jaunt"},{"id":947,"c":2,"u":"silvery%20barbs_scc","p":38,"s":14,"h":1,"lvl":1,"n":"Silvery Barbs"},{"id":948,"c":2,"u":"vortex%20warp_scc","p":38,"s":14,"h":1,"lvl":2,"n":"Vortex Warp"},{"id":949,"c":2,"u":"wither%20and%20bloom_scc","p":38,"s":14,"h":1,"lvl":2,"n":"Wither and Bloom"},{"id":950,"c":2,"u":"freedom%20of%20the%20waves_tdcsr","p":176,"s":15,"h":1,"dP":1,"lvl":3,"n":"Freedom of the Waves"},{"id":951,"c":2,"u":"freedom%20of%20the%20winds_tdcsr","p":176,"s":15,"h":1,"dP":1,"lvl":5,"n":"Freedom of the Winds"},{"id":952,"c":2,"u":"linked%20glyphs_aitfr-avt","p":9,"s":16,"h":1,"lvl":3,"n":"Linked Glyphs"},{"id":953,"c":2,"u":"flock%20of%20familiars_llk","p":57,"s":17,"h":1,"lvl":2,"n":"Flock of Familiars"},{"id":954,"c":2,"u":"galder's%20speedy%20courier_llk","p":57,"s":17,"h":1,"lvl":4,"n":"Galder's Speedy Courier"},{"id":955,"c":2,"u":"galder's%20tower_llk","p":57,"s":17,"h":1,"lvl":3,"n":"Galder's Tower"}],"m":{"s":{"BMT":0,"FTD":1,"TCE":2,"XGE":3,"XPHB":4,"AAG":5,"AI":6,"DoDk":7,"EGW":8,"GGR":9,"GHLoE":10,"IDRotF":11,"PHB":12,"SatO":13,"SCC":14,"TDCSR":15,"AitFR-AVT":16,"LLK":17}}} \ No newline at end of file diff --git a/search/index-foundry.json b/search/index-foundry.json index 9e9307f..271e879 100644 --- a/search/index-foundry.json +++ b/search/index-foundry.json @@ -1 +1 @@ -{"x":[{"id":0,"c":1,"u":"aerosaur_bgg","p":128,"s":0,"h":1,"t":0,"uu":"aerosaur|bgg","m":"bestiary/tokens/BGG/Aerosaur.webp","n":"Aerosaur"},{"id":1,"c":1,"u":"altisaur_bgg","p":129,"s":0,"h":1,"t":0,"uu":"altisaur|bgg","m":"bestiary/tokens/BGG/Altisaur.webp","n":"Altisaur"},{"id":2,"c":1,"u":"bag%20jelly_bgg","p":120,"s":0,"h":1,"t":0,"uu":"bag jelly|bgg","m":"bestiary/tokens/BGG/Bag Jelly.webp","n":"Bag Jelly"},{"id":3,"c":1,"u":"barrowghast_bgg","p":121,"s":0,"h":1,"t":0,"uu":"barrowghast|bgg","m":"bestiary/tokens/BGG/Barrowghast.webp","n":"Barrowghast"},{"id":4,"c":1,"u":"cairnwight_bgg","p":122,"s":0,"h":1,"t":0,"uu":"cairnwight|bgg","m":"bestiary/tokens/BGG/Cairnwight.webp","n":"Cairnwight"},{"id":5,"c":1,"u":"ceratops_bgg","p":129,"s":0,"h":1,"t":0,"uu":"ceratops|bgg","m":"bestiary/tokens/BGG/Ceratops.webp","n":"Ceratops"},{"id":6,"c":1,"u":"cinder%20hulk_bgg","p":123,"s":0,"h":1,"t":0,"uu":"cinder hulk|bgg","m":"bestiary/tokens/BGG/Cinder Hulk.webp","n":"Cinder Hulk"},{"id":7,"c":1,"u":"cloud%20giant%20destiny%20gambler_bgg","p":124,"s":0,"h":1,"t":0,"uu":"cloud giant destiny gambler|bgg","m":"bestiary/tokens/BGG/Cloud Giant Destiny Gambler.webp","n":"Cloud Giant Destiny Gambler"},{"id":8,"c":1,"u":"cloud%20giant%20of%20evil%20air_bgg","p":125,"s":0,"h":1,"t":0,"uu":"cloud giant of evil air|bgg","m":"bestiary/tokens/BGG/Cloud Giant of Evil Air.webp","n":"Cloud Giant of Evil Air"},{"id":9,"c":1,"u":"cradle%20of%20the%20cloud%20scion_bgg","p":166,"s":0,"h":1,"t":0,"uu":"cradle of the cloud scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Cloud Scion.webp","n":"Cradle of the Cloud Scion"},{"id":10,"c":1,"u":"cradle%20of%20the%20fire%20scion_bgg","p":172,"s":0,"h":1,"t":0,"uu":"cradle of the fire scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Fire Scion.webp","n":"Cradle of the Fire Scion"},{"id":11,"c":1,"u":"cradle%20of%20the%20frost%20scion_bgg","p":174,"s":0,"h":1,"t":0,"uu":"cradle of the frost scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Frost Scion.webp","n":"Cradle of the Frost Scion"},{"id":12,"c":1,"u":"cradle%20of%20the%20hill%20scion_bgg","p":164,"s":0,"h":1,"t":0,"uu":"cradle of the hill scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Hill Scion.webp","n":"Cradle of the Hill Scion"},{"id":13,"c":1,"u":"cradle%20of%20the%20stone%20scion_bgg","p":168,"s":0,"h":1,"t":0,"uu":"cradle of the stone scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Stone Scion.webp","n":"Cradle of the Stone Scion"},{"id":14,"c":1,"u":"cradle%20of%20the%20storm%20scion_bgg","p":170,"s":0,"h":1,"t":0,"uu":"cradle of the storm scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Storm Scion.webp","n":"Cradle of the Storm Scion"},{"id":15,"c":1,"u":"death%20giant%20reaper_bgg","p":126,"s":0,"h":1,"t":0,"uu":"death giant reaper|bgg","m":"bestiary/tokens/BGG/Death Giant Reaper.webp","n":"Death Giant Reaper"},{"id":16,"c":1,"u":"death%20giant%20shrouded%20one_bgg","p":127,"s":0,"h":1,"t":0,"uu":"death giant shrouded one|bgg","m":"bestiary/tokens/BGG/Death Giant Shrouded One.webp","n":"Death Giant Shrouded One"},{"id":17,"c":1,"u":"dust%20hulk_bgg","p":131,"s":0,"h":1,"t":0,"uu":"dust hulk|bgg","m":"bestiary/tokens/BGG/Dust Hulk.webp","n":"Dust Hulk"},{"id":18,"c":1,"u":"echo%20of%20demogorgon_bgg","p":132,"s":0,"h":1,"t":0,"uu":"echo of demogorgon|bgg","m":"bestiary/tokens/BGG/Echo of Demogorgon.webp","n":"Echo of Demogorgon"},{"id":19,"c":1,"u":"ettin%20ceremorph_bgg","p":133,"s":0,"h":1,"t":0,"uu":"ettin ceremorph|bgg","m":"bestiary/tokens/BGG/Ettin Ceremorph.webp","n":"Ettin Ceremorph"},{"id":20,"c":1,"u":"fensir%20devourer_bgg","p":135,"s":0,"h":1,"t":0,"uu":"fensir devourer|bgg","m":"bestiary/tokens/BGG/Fensir Devourer.webp","n":"Fensir Devourer"},{"id":21,"c":1,"u":"fensir%20skirmisher_bgg","p":135,"s":0,"h":1,"t":0,"uu":"fensir skirmisher|bgg","m":"bestiary/tokens/BGG/Fensir Skirmisher.webp","n":"Fensir Skirmisher"},{"id":22,"c":1,"u":"firbolg%20primeval%20warden_bgg","p":136,"s":0,"h":1,"t":0,"uu":"firbolg primeval warden|bgg","m":"bestiary/tokens/BGG/Firbolg Primeval Warden.webp","n":"Firbolg Primeval Warden"},{"id":23,"c":1,"u":"firbolg%20wanderer_bgg","p":137,"s":0,"h":1,"t":0,"uu":"firbolg wanderer|bgg","m":"bestiary/tokens/BGG/Firbolg Wanderer.webp","n":"Firbolg Wanderer"},{"id":24,"c":1,"u":"fire%20giant%20forgecaller_bgg","p":138,"s":0,"h":1,"t":0,"uu":"fire giant forgecaller|bgg","m":"bestiary/tokens/BGG/Fire Giant Forgecaller.webp","n":"Fire Giant Forgecaller"},{"id":25,"c":1,"u":"fire%20giant%20of%20evil%20fire_bgg","p":139,"s":0,"h":1,"t":0,"uu":"fire giant of evil fire|bgg","m":"bestiary/tokens/BGG/Fire Giant of Evil Fire.webp","n":"Fire Giant of Evil Fire"},{"id":26,"c":1,"u":"fire%20hellion_bgg","p":140,"s":0,"h":1,"t":0,"uu":"fire hellion|bgg","m":"bestiary/tokens/BGG/Fire Hellion.webp","n":"Fire Hellion"},{"id":27,"c":1,"u":"firegaunt_bgg","p":137,"s":0,"h":1,"t":0,"uu":"firegaunt|bgg","m":"bestiary/tokens/BGG/Firegaunt.webp","n":"Firegaunt"},{"id":28,"c":1,"u":"flesh%20colossus_bgg","p":141,"s":0,"h":1,"t":0,"uu":"flesh colossus|bgg","m":"bestiary/tokens/BGG/Flesh Colossus.webp","n":"Flesh Colossus"},{"id":29,"c":1,"u":"fomorian%20deep%20crawler_bgg","p":142,"s":0,"h":1,"t":0,"uu":"fomorian deep crawler|bgg","m":"bestiary/tokens/BGG/Fomorian Deep Crawler.webp","n":"Fomorian Deep Crawler"},{"id":30,"c":1,"u":"fomorian%20noble_bgg","p":143,"s":0,"h":1,"t":0,"uu":"fomorian noble|bgg","m":"bestiary/tokens/BGG/Fomorian Noble.webp","n":"Fomorian Noble"},{"id":31,"c":1,"u":"fomorian%20warlock%20of%20the%20dark_bgg","p":144,"s":0,"h":1,"t":0,"uu":"fomorian warlock of the dark|bgg","m":"bestiary/tokens/BGG/Fomorian Warlock of the Dark.webp","n":"Fomorian Warlock of the Dark"},{"id":32,"c":1,"u":"frost%20giant%20ice%20shaper_bgg","p":145,"s":0,"h":1,"t":0,"uu":"frost giant ice shaper|bgg","m":"bestiary/tokens/BGG/Frost Giant Ice Shaper.webp","n":"Frost Giant Ice Shaper"},{"id":33,"c":1,"u":"frost%20giant%20of%20evil%20water_bgg","p":146,"s":0,"h":1,"t":0,"uu":"frost giant of evil water|bgg","m":"bestiary/tokens/BGG/Frost Giant of Evil Water.webp","n":"Frost Giant of Evil Water"},{"id":34,"c":1,"u":"frostmourn_bgg","p":147,"s":0,"h":1,"t":0,"uu":"frostmourn|bgg","m":"bestiary/tokens/BGG/Frostmourn.webp","n":"Frostmourn"},{"id":35,"c":1,"u":"fury%20of%20kostchtchie_bgg","p":148,"s":0,"h":1,"t":0,"uu":"fury of kostchtchie|bgg","m":"bestiary/tokens/BGG/Fury of Kostchtchie.webp","n":"Fury of Kostchtchie"},{"id":36,"c":1,"u":"gargantua_bgg","p":149,"s":0,"h":1,"t":0,"uu":"gargantua|bgg","m":"bestiary/tokens/BGG/Gargantua.webp","n":"Gargantua"},{"id":37,"c":1,"u":"giant%20child_bgg","p":34,"s":0,"h":1,"t":0,"uu":"giant child|bgg","m":"bestiary/tokens/BGG/Giant Child.webp","n":"Giant Child"},{"id":38,"c":1,"u":"giant%20goose_bgg","p":150,"s":0,"h":1,"t":0,"uu":"giant goose|bgg","m":"bestiary/tokens/BGG/Giant Goose.webp","n":"Giant Goose"},{"id":39,"c":1,"u":"giant%20lynx_bgg","p":151,"s":0,"h":1,"t":0,"uu":"giant lynx|bgg","m":"bestiary/tokens/BGG/Giant Lynx.webp","n":"Giant Lynx"},{"id":40,"c":1,"u":"giant%20ox_bgg","p":152,"s":0,"h":1,"t":0,"uu":"giant ox|bgg","m":"bestiary/tokens/BGG/Giant Ox.webp","n":"Giant Ox"},{"id":41,"c":1,"u":"giant%20ram_bgg","p":153,"s":0,"h":1,"t":0,"uu":"giant ram|bgg","m":"bestiary/tokens/BGG/Giant Ram.webp","n":"Giant Ram"},{"id":42,"c":1,"u":"giant%20tick_bgg","p":153,"s":0,"h":1,"t":0,"uu":"giant tick|bgg","m":"bestiary/tokens/BGG/Giant Tick.webp","n":"Giant Tick"},{"id":43,"c":1,"u":"gigant_bgg","p":154,"s":0,"h":1,"t":0,"uu":"gigant|bgg","m":"bestiary/tokens/BGG/Gigant.webp","n":"Gigant"},{"id":44,"c":1,"u":"goliath%20giant-kin_bgg","p":155,"s":0,"h":1,"t":0,"uu":"goliath giant-kin|bgg","m":"bestiary/tokens/BGG/Goliath Giant-Kin.webp","n":"Goliath Giant-Kin"},{"id":45,"c":1,"u":"grinning%20cat_bgg","p":156,"s":0,"h":1,"t":0,"uu":"grinning cat|bgg","m":"bestiary/tokens/BGG/Grinning Cat.webp","n":"Grinning Cat"},{"id":46,"c":1,"u":"hill%20giant%20avalancher_bgg","p":157,"s":0,"h":1,"t":0,"uu":"hill giant avalancher|bgg","m":"bestiary/tokens/BGG/Hill Giant Avalancher.webp","n":"Hill Giant Avalancher"},{"id":47,"c":1,"u":"lightning%20hulk_bgg","p":158,"s":0,"h":1,"t":0,"uu":"lightning hulk|bgg","m":"bestiary/tokens/BGG/Lightning Hulk.webp","n":"Lightning Hulk"},{"id":48,"c":1,"u":"maw%20of%20yeenoghu_bgg","p":159,"s":0,"h":1,"t":0,"uu":"maw of yeenoghu|bgg","m":"bestiary/tokens/BGG/Maw of Yeenoghu.webp","n":"Maw of Yeenoghu"},{"id":49,"c":1,"u":"mist%20hulk_bgg","p":160,"s":0,"h":1,"t":0,"uu":"mist hulk|bgg","m":"bestiary/tokens/BGG/Mist Hulk.webp","n":"Mist Hulk"},{"id":50,"c":1,"u":"mud%20hulk_bgg","p":161,"s":0,"h":1,"t":0,"uu":"mud hulk|bgg","m":"bestiary/tokens/BGG/Mud Hulk.webp","n":"Mud Hulk"},{"id":51,"c":1,"u":"regisaur_bgg","p":130,"s":0,"h":1,"t":0,"uu":"regisaur|bgg","m":"bestiary/tokens/BGG/Regisaur.webp","n":"Regisaur"},{"id":52,"c":1,"u":"rime%20hulk_bgg","p":162,"s":0,"h":1,"t":0,"uu":"rime hulk|bgg","m":"bestiary/tokens/BGG/Rime Hulk.webp","n":"Rime Hulk"},{"id":53,"c":1,"u":"runic%20colossus_bgg","p":163,"s":0,"h":1,"t":0,"uu":"runic colossus|bgg","m":"bestiary/tokens/BGG/Runic Colossus.webp","n":"Runic Colossus"},{"id":54,"c":1,"u":"scion%20of%20grolantor_bgg","p":165,"s":0,"h":1,"t":0,"uu":"scion of grolantor|bgg","m":"bestiary/tokens/BGG/Scion of Grolantor.webp","n":"Scion of Grolantor"},{"id":55,"c":1,"u":"scion%20of%20memnor_bgg","p":167,"s":0,"h":1,"t":0,"uu":"scion of memnor|bgg","m":"bestiary/tokens/BGG/Scion of Memnor.webp","n":"Scion of Memnor"},{"id":56,"c":1,"u":"scion%20of%20skoraeus_bgg","p":169,"s":0,"h":1,"t":0,"uu":"scion of skoraeus|bgg","m":"bestiary/tokens/BGG/Scion of Skoraeus.webp","n":"Scion of Skoraeus"},{"id":57,"c":1,"u":"scion%20of%20stronmaus_bgg","p":171,"s":0,"h":1,"t":0,"uu":"scion of stronmaus|bgg","m":"bestiary/tokens/BGG/Scion of Stronmaus.webp","n":"Scion of Stronmaus"},{"id":58,"c":1,"u":"scion%20of%20surtur_bgg","p":173,"s":0,"h":1,"t":0,"uu":"scion of surtur|bgg","m":"bestiary/tokens/BGG/Scion of Surtur.webp","n":"Scion of Surtur"},{"id":59,"c":1,"u":"scion%20of%20thrym_bgg","p":175,"s":0,"h":1,"t":0,"uu":"scion of thrym|bgg","m":"bestiary/tokens/BGG/Scion of Thrym.webp","n":"Scion of Thrym"},{"id":60,"c":1,"u":"spectral%20cloud_bgg","p":176,"s":0,"h":1,"t":0,"uu":"spectral cloud|bgg","m":"bestiary/tokens/BGG/Spectral Cloud.webp","n":"Spectral Cloud"},{"id":61,"c":1,"u":"spotted%20lion_bgg","p":177,"s":0,"h":1,"t":0,"uu":"spotted lion|bgg","m":"bestiary/tokens/BGG/Spotted Lion.webp","n":"Spotted Lion"},{"id":62,"c":1,"u":"stalker%20of%20baphomet_bgg","p":178,"s":0,"h":1,"t":0,"uu":"stalker of baphomet|bgg","m":"bestiary/tokens/BGG/Stalker of Baphomet.webp","n":"Stalker of Baphomet"},{"id":63,"c":1,"u":"stone%20giant%20of%20evil%20earth_bgg","p":179,"s":0,"h":1,"t":0,"uu":"stone giant of evil earth|bgg","m":"bestiary/tokens/BGG/Stone Giant of Evil Earth.webp","n":"Stone Giant of Evil Earth"},{"id":64,"c":1,"u":"stone%20giant%20rockspeaker_bgg","p":180,"s":0,"h":1,"t":0,"uu":"stone giant rockspeaker|bgg","m":"bestiary/tokens/BGG/Stone Giant Rockspeaker.webp","n":"Stone Giant Rockspeaker"},{"id":65,"c":1,"u":"storm%20crab_bgg","p":181,"s":0,"h":1,"t":0,"uu":"storm crab|bgg","m":"bestiary/tokens/BGG/Storm Crab.webp","n":"Storm Crab"},{"id":66,"c":1,"u":"storm%20giant%20tempest%20caller_bgg","p":182,"s":0,"h":1,"t":0,"uu":"storm giant tempest caller|bgg","m":"bestiary/tokens/BGG/Storm Giant Tempest Caller.webp","n":"Storm Giant Tempest Caller"},{"id":67,"c":1,"u":"storm%20herald_bgg","p":183,"s":0,"h":1,"t":0,"uu":"storm herald|bgg","m":"bestiary/tokens/BGG/Storm Herald.webp","n":"Storm Herald"},{"id":68,"c":1,"u":"tempest%20spirit_bgg","p":184,"s":0,"h":1,"t":0,"uu":"tempest spirit|bgg","m":"bestiary/tokens/BGG/Tempest Spirit.webp","n":"Tempest Spirit"},{"id":69,"c":1,"u":"titanothere_bgg","p":185,"s":0,"h":1,"t":0,"uu":"titanothere|bgg","m":"bestiary/tokens/BGG/Titanothere.webp","n":"Titanothere"},{"id":70,"c":1,"u":"troll%20amalgam_bgg","p":186,"s":0,"h":1,"t":0,"uu":"troll amalgam|bgg","m":"bestiary/tokens/BGG/Troll Amalgam.webp","n":"Troll Amalgam"},{"id":71,"c":1,"u":"troll%20mutate_bgg","p":187,"s":0,"h":1,"t":0,"uu":"troll mutate|bgg","m":"bestiary/tokens/BGG/Troll Mutate.webp","n":"Troll Mutate"},{"id":72,"c":1,"u":"advanced%20detention%20drone_bmt","p":135,"s":1,"h":1,"t":0,"uu":"advanced detention drone|bmt","m":"bestiary/tokens/BMT/Advanced Detention Drone.webp","n":"Advanced Detention Drone"},{"id":73,"c":1,"u":"ambitious%20assassin_bmt","p":45,"s":1,"h":1,"t":0,"uu":"ambitious assassin|bmt","m":"bestiary/tokens/BMT/Ambitious Assassin.webp","n":"Ambitious Assassin"},{"id":74,"c":1,"u":"animated%20armor%20detention%20drone_bmt","p":135,"s":1,"h":1,"t":0,"uu":"animated armor detention drone|bmt","m":"bestiary/tokens/BMT/Animated Armor Detention Drone.webp","n":"Animated Armor Detention Drone"},{"id":75,"c":1,"u":"aspirant%20of%20the%20comet_bmt","p":91,"s":1,"h":1,"t":0,"uu":"aspirant of the comet|bmt","m":"bestiary/tokens/BMT/Aspirant of the Comet.webp","n":"Aspirant of the Comet"},{"id":76,"c":1,"u":"asteria_bmt","p":188,"s":1,"h":1,"t":0,"uu":"asteria|bmt","m":"bestiary/tokens/BMT/Asteria.webp","n":"Asteria"},{"id":77,"c":1,"u":"aurnozci_bmt","p":167,"s":1,"h":1,"t":0,"uu":"aurnozci|bmt","m":"bestiary/tokens/BMT/Aurnozci.webp","n":"Aurnozci"},{"id":78,"c":1,"u":"boss%20augustus_bmt","p":82,"s":1,"h":1,"t":0,"uu":"boss augustus|bmt","m":"bestiary/tokens/BMT/Boss Augustus.webp","n":"Boss Augustus"},{"id":79,"c":1,"u":"boss%20delour_bmt","p":83,"s":1,"h":1,"t":0,"uu":"boss delour|bmt","m":"bestiary/tokens/BMT/Boss Delour.webp","n":"Boss Delour"},{"id":80,"c":1,"u":"breath%20drinker_bmt","p":154,"s":1,"h":1,"t":0,"uu":"breath drinker|bmt","m":"bestiary/tokens/BMT/Breath Drinker.webp","n":"Breath Drinker"},{"id":81,"c":1,"u":"brusipha_bmt","p":127,"s":1,"h":1,"t":0,"uu":"brusipha|bmt","m":"bestiary/tokens/BMT/Brusipha.webp","n":"Brusipha"},{"id":82,"c":1,"u":"deck%20defender_bmt","p":72,"s":1,"h":1,"t":0,"uu":"deck defender|bmt","m":"bestiary/tokens/BMT/Deck Defender.webp","n":"Deck Defender"},{"id":83,"c":1,"u":"enchanting%20infiltrator_bmt","p":46,"s":1,"h":1,"t":0,"uu":"enchanting infiltrator|bmt","m":"bestiary/tokens/BMT/Enchanting Infiltrator.webp","n":"Enchanting Infiltrator"},{"id":84,"c":1,"u":"euryale_bmt","p":189,"s":1,"h":1,"t":0,"uu":"euryale|bmt","m":"bestiary/tokens/BMT/Euryale.webp","n":"Euryale"},{"id":85,"c":1,"u":"fate%20hag_bmt","p":176,"s":1,"h":1,"t":0,"uu":"fate hag|bmt","m":"bestiary/tokens/BMT/Fate Hag.webp","n":"Fate Hag"},{"id":86,"c":1,"u":"gremorly's%20ghost_bmt","p":122,"s":1,"h":1,"t":0,"uu":"gremorly's ghost|bmt","m":"bestiary/tokens/BMT/Gremorly's Ghost.webp","n":"Gremorly's Ghost"},{"id":87,"c":1,"u":"grim%20champion%20of%20bloodshed_bmt","p":161,"s":1,"h":1,"t":0,"uu":"grim champion of bloodshed|bmt","m":"bestiary/tokens/BMT/Grim Champion of Bloodshed.webp","n":"Grim Champion of Bloodshed"},{"id":88,"c":1,"u":"grim%20champion%20of%20desolation_bmt","p":162,"s":1,"h":1,"t":0,"uu":"grim champion of desolation|bmt","m":"bestiary/tokens/BMT/Grim Champion of Desolation.webp","n":"Grim Champion of Desolation"},{"id":89,"c":1,"u":"grim%20champion%20of%20pestilence_bmt","p":163,"s":1,"h":1,"t":0,"uu":"grim champion of pestilence|bmt","m":"bestiary/tokens/BMT/Grim Champion of Pestilence.webp","n":"Grim Champion of Pestilence"},{"id":90,"c":1,"u":"harrow%20hawk_bmt","p":177,"s":1,"h":1,"t":0,"uu":"harrow hawk|bmt","m":"bestiary/tokens/BMT/Harrow Hawk.webp","n":"Harrow Hawk"},{"id":91,"c":1,"u":"harrow%20hound_bmt","p":164,"s":1,"h":1,"t":0,"uu":"harrow hound|bmt","m":"bestiary/tokens/BMT/Harrow Hound.webp","n":"Harrow Hound"},{"id":92,"c":1,"u":"helmed%20horror%20detention%20drone_bmt","p":135,"s":1,"h":1,"t":0,"uu":"helmed horror detention drone|bmt","m":"bestiary/tokens/BMT/Helmed Horror Detention Drone.webp","n":"Helmed Horror Detention Drone"},{"id":93,"c":1,"u":"hierophant%20medusa_bmt","p":179,"s":1,"h":1,"t":0,"uu":"hierophant medusa|bmt","m":"bestiary/tokens/BMT/Hierophant Medusa.webp","n":"Hierophant Medusa"},{"id":94,"c":1,"u":"hierophant%20of%20the%20comet_bmt","p":92,"s":1,"h":1,"t":0,"uu":"hierophant of the comet|bmt","m":"bestiary/tokens/BMT/Hierophant of the Comet.webp","n":"Hierophant of the Comet"},{"id":95,"c":1,"u":"hulgaz_bmt","p":169,"s":1,"h":1,"t":0,"uu":"hulgaz|bmt","m":"bestiary/tokens/BMT/Hulgaz.webp","n":"Hulgaz"},{"id":96,"c":1,"u":"initiate%20of%20the%20comet_bmt","p":93,"s":1,"h":1,"t":0,"uu":"initiate of the comet|bmt","m":"bestiary/tokens/BMT/Initiate of the Comet.webp","n":"Initiate of the Comet"},{"id":97,"c":1,"u":"living%20portent_bmt","p":180,"s":1,"h":1,"t":0,"uu":"living portent|bmt","m":"bestiary/tokens/BMT/Living Portent.webp","n":"Living Portent"},{"id":98,"c":1,"u":"malaxxix_bmt","p":173,"s":1,"h":1,"t":0,"uu":"malaxxix|bmt","m":"bestiary/tokens/BMT/Malaxxix.webp","n":"Malaxxix"},{"id":99,"c":1,"u":"minotaur%20archaeologist_bmt","p":126,"s":1,"h":1,"t":0,"uu":"minotaur archaeologist|bmt","m":"bestiary/tokens/BMT/Minotaur Archaeologist.webp","n":"Minotaur Archaeologist"},{"id":100,"c":1,"u":"minotaur%20infiltrator_bmt","p":127,"s":1,"h":1,"t":0,"uu":"minotaur infiltrator|bmt","m":"bestiary/tokens/BMT/Minotaur Infiltrator.webp","n":"Minotaur Infiltrator"},{"id":101,"c":1,"u":"oddlewin_bmt","p":111,"s":1,"h":1,"t":0,"uu":"oddlewin|bmt","m":"bestiary/tokens/BMT/Oddlewin.webp","n":"Oddlewin"},{"id":102,"c":1,"u":"otherworldly%20corrupter_bmt","p":47,"s":1,"h":1,"t":0,"uu":"otherworldly corrupter|bmt","m":"bestiary/tokens/BMT/Otherworldly Corrupter.webp","n":"Otherworldly Corrupter"},{"id":103,"c":1,"u":"pazrodine_bmt","p":113,"s":1,"h":1,"t":0,"uu":"pazrodine|bmt","m":"bestiary/tokens/BMT/Pazrodine.webp","n":"Pazrodine"},{"id":104,"c":1,"u":"quadrone%20detention%20drone_bmt","p":135,"s":1,"h":1,"t":0,"uu":"quadrone detention drone|bmt","m":"bestiary/tokens/BMT/Quadrone Detention Drone.webp","n":"Quadrone Detention Drone"},{"id":105,"c":1,"u":"reaper%20spirit_bmt","p":50,"s":1,"h":1,"t":0,"uu":"reaper spirit|bmt","m":"bestiary/tokens/BMT/Reaper Spirit.webp","n":"Reaper Spirit"},{"id":106,"c":1,"u":"riffler_bmt","p":181,"s":1,"h":1,"t":0,"uu":"riffler|bmt","m":"bestiary/tokens/BMT/Riffler.webp","n":"Riffler"},{"id":107,"c":1,"u":"ruin%20spider_bmt","p":182,"s":1,"h":1,"t":0,"uu":"ruin spider|bmt","m":"bestiary/tokens/BMT/Ruin Spider.webp","n":"Ruin Spider"},{"id":108,"c":1,"u":"sir%20jared_bmt","p":80,"s":1,"h":1,"t":0,"uu":"sir jared|bmt","m":"bestiary/tokens/BMT/Sir Jared.webp","n":"Sir Jared"},{"id":109,"c":1,"u":"solar%20bastion%20knight_bmt","p":75,"s":1,"h":1,"t":0,"uu":"solar bastion knight|bmt","m":"bestiary/tokens/BMT/Solar Bastion Knight.webp","n":"Solar Bastion Knight"},{"id":110,"c":1,"u":"talon%20beast_bmt","p":183,"s":1,"h":1,"t":0,"uu":"talon beast|bmt","m":"bestiary/tokens/BMT/Talon Beast.webp","n":"Talon Beast"},{"id":111,"c":1,"u":"veiled%20presence_bmt","p":48,"s":1,"h":1,"t":0,"uu":"veiled presence|bmt","m":"bestiary/tokens/BMT/Veiled Presence.webp","n":"Veiled Presence"},{"id":112,"c":1,"u":"werevulture_bmt","p":184,"s":1,"h":1,"t":0,"uu":"werevulture|bmt","m":"bestiary/tokens/BMT/Werevulture.webp","n":"Werevulture"},{"id":113,"c":1,"u":"adult%20amethyst%20dragon_ftd","p":161,"s":2,"h":1,"t":0,"uu":"adult amethyst dragon|ftd","m":"bestiary/tokens/FTD/Adult Amethyst Dragon.webp","n":"Adult Amethyst Dragon"},{"id":114,"c":1,"u":"adult%20crystal%20dragon_ftd","p":171,"s":2,"h":1,"t":0,"uu":"adult crystal dragon|ftd","m":"bestiary/tokens/FTD/Adult Crystal Dragon.webp","n":"Adult Crystal Dragon"},{"id":115,"c":1,"u":"adult%20deep%20dragon_ftd","p":174,"s":2,"h":1,"t":0,"uu":"adult deep dragon|ftd","m":"bestiary/tokens/FTD/Adult Deep Dragon.webp","n":"Adult Deep Dragon"},{"id":116,"c":1,"u":"adult%20emerald%20dragon_ftd","p":196,"s":2,"h":1,"t":0,"uu":"adult emerald dragon|ftd","m":"bestiary/tokens/FTD/Adult Emerald Dragon.webp","n":"Adult Emerald Dragon"},{"id":117,"c":1,"u":"adult%20moonstone%20dragon_ftd","p":212,"s":2,"h":1,"t":0,"uu":"adult moonstone dragon|ftd","m":"bestiary/tokens/FTD/Adult Moonstone Dragon.webp","n":"Adult Moonstone Dragon"},{"id":118,"c":1,"u":"adult%20sapphire%20dragon_ftd","p":215,"s":2,"h":1,"t":0,"uu":"adult sapphire dragon|ftd","m":"bestiary/tokens/FTD/Adult Sapphire Dragon.webp","n":"Adult Sapphire Dragon"},{"id":119,"c":1,"u":"adult%20topaz%20dragon_ftd","p":221,"s":2,"h":1,"t":0,"uu":"adult topaz dragon|ftd","m":"bestiary/tokens/FTD/Adult Topaz Dragon.webp","n":"Adult Topaz Dragon"},{"id":120,"c":1,"u":"amethyst%20dragon%20wyrmling_ftd","p":162,"s":2,"h":1,"t":0,"uu":"amethyst dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Amethyst Dragon Wyrmling.webp","n":"Amethyst Dragon Wyrmling"},{"id":121,"c":1,"u":"amethyst%20greatwyrm_ftd","p":201,"s":2,"h":1,"t":0,"uu":"amethyst greatwyrm|ftd","m":"bestiary/tokens/FTD/Amethyst Greatwyrm.webp","n":"Amethyst Greatwyrm"},{"id":122,"c":1,"u":"ancient%20amethyst%20dragon_ftd","p":160,"s":2,"h":1,"t":0,"uu":"ancient amethyst dragon|ftd","m":"bestiary/tokens/FTD/Ancient Amethyst Dragon.webp","n":"Ancient Amethyst Dragon"},{"id":123,"c":1,"u":"ancient%20crystal%20dragon_ftd","p":170,"s":2,"h":1,"t":0,"uu":"ancient crystal dragon|ftd","m":"bestiary/tokens/FTD/Ancient Crystal Dragon.webp","n":"Ancient Crystal Dragon"},{"id":124,"c":1,"u":"ancient%20deep%20dragon_ftd","p":173,"s":2,"h":1,"t":0,"uu":"ancient deep dragon|ftd","m":"bestiary/tokens/FTD/Ancient Deep Dragon.webp","n":"Ancient Deep Dragon"},{"id":125,"c":1,"u":"ancient%20dragon%20turtle_ftd","p":191,"s":2,"h":1,"t":0,"uu":"ancient dragon turtle|ftd","m":"bestiary/tokens/FTD/Ancient Dragon Turtle.webp","n":"Ancient Dragon Turtle"},{"id":126,"c":1,"u":"ancient%20emerald%20dragon_ftd","p":195,"s":2,"h":1,"t":0,"uu":"ancient emerald dragon|ftd","m":"bestiary/tokens/FTD/Ancient Emerald Dragon.webp","n":"Ancient Emerald Dragon"},{"id":127,"c":1,"u":"ancient%20moonstone%20dragon_ftd","p":211,"s":2,"h":1,"t":0,"uu":"ancient moonstone dragon|ftd","m":"bestiary/tokens/FTD/Ancient Moonstone Dragon.webp","n":"Ancient Moonstone Dragon"},{"id":128,"c":1,"u":"ancient%20sapphire%20dragon_ftd","p":214,"s":2,"h":1,"t":0,"uu":"ancient sapphire dragon|ftd","m":"bestiary/tokens/FTD/Ancient Sapphire Dragon.webp","n":"Ancient Sapphire Dragon"},{"id":129,"c":1,"u":"ancient%20sea%20serpent_ftd","p":219,"s":2,"h":1,"t":0,"uu":"ancient sea serpent|ftd","m":"bestiary/tokens/FTD/Ancient Sea Serpent.webp","n":"Ancient Sea Serpent"},{"id":130,"c":1,"u":"ancient%20topaz%20dragon_ftd","p":220,"s":2,"h":1,"t":0,"uu":"ancient topaz dragon|ftd","m":"bestiary/tokens/FTD/Ancient Topaz Dragon.webp","n":"Ancient Topaz Dragon"},{"id":131,"c":1,"u":"animated%20breath_ftd","p":163,"s":2,"h":1,"t":0,"uu":"animated breath|ftd","m":"bestiary/tokens/FTD/Animated Breath.webp","n":"Animated Breath"},{"id":132,"c":1,"u":"aspect%20of%20bahamut_ftd","p":165,"s":2,"h":1,"t":0,"uu":"aspect of bahamut|ftd","m":"bestiary/tokens/FTD/Aspect of Bahamut.webp","n":"Aspect of Bahamut"},{"id":133,"c":1,"u":"aspect%20of%20tiamat_ftd","p":166,"s":2,"h":1,"t":0,"uu":"aspect of tiamat|ftd","m":"bestiary/tokens/FTD/Aspect of Tiamat.webp","n":"Aspect of Tiamat"},{"id":134,"c":1,"u":"black%20greatwyrm_ftd","p":168,"s":2,"h":1,"t":0,"uu":"black greatwyrm|ftd","m":"bestiary/tokens/FTD/Black Greatwyrm.webp","n":"Black Greatwyrm"},{"id":135,"c":1,"u":"blue%20greatwyrm_ftd","p":168,"s":2,"h":1,"t":0,"uu":"blue greatwyrm|ftd","m":"bestiary/tokens/FTD/Blue Greatwyrm.webp","n":"Blue Greatwyrm"},{"id":136,"c":1,"u":"brass%20greatwyrm_ftd","p":208,"s":2,"h":1,"t":0,"uu":"brass greatwyrm|ftd","m":"bestiary/tokens/FTD/Brass Greatwyrm.webp","n":"Brass Greatwyrm"},{"id":137,"c":1,"u":"bronze%20greatwyrm_ftd","p":208,"s":2,"h":1,"t":0,"uu":"bronze greatwyrm|ftd","m":"bestiary/tokens/FTD/Bronze Greatwyrm.webp","n":"Bronze Greatwyrm"},{"id":138,"c":1,"u":"copper%20greatwyrm_ftd","p":208,"s":2,"h":1,"t":0,"uu":"copper greatwyrm|ftd","m":"bestiary/tokens/FTD/Copper Greatwyrm.webp","n":"Copper Greatwyrm"},{"id":139,"c":1,"u":"crystal%20dragon%20wyrmling_ftd","p":172,"s":2,"h":1,"t":0,"uu":"crystal dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Crystal Dragon Wyrmling.webp","n":"Crystal Dragon Wyrmling"},{"id":140,"c":1,"u":"crystal%20greatwyrm_ftd","p":201,"s":2,"h":1,"t":0,"uu":"crystal greatwyrm|ftd","m":"bestiary/tokens/FTD/Crystal Greatwyrm.webp","n":"Crystal Greatwyrm"},{"id":141,"c":1,"u":"deep%20dragon%20wyrmling_ftd","p":175,"s":2,"h":1,"t":0,"uu":"deep dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Deep Dragon Wyrmling.webp","n":"Deep Dragon Wyrmling"},{"id":142,"c":1,"u":"dracohydra_ftd","p":176,"s":2,"h":1,"t":0,"uu":"dracohydra|ftd","m":"bestiary/tokens/FTD/Dracohydra.webp","n":"Dracohydra"},{"id":143,"c":1,"u":"draconian%20dreadnought_ftd","p":177,"s":2,"h":1,"t":0,"uu":"draconian dreadnought|ftd","m":"bestiary/tokens/FTD/Draconian Dreadnought.webp","n":"Draconian Dreadnought"},{"id":144,"c":1,"u":"draconian%20foot%20soldier_ftd","p":178,"s":2,"h":1,"t":0,"uu":"draconian foot soldier|ftd","m":"bestiary/tokens/FTD/Draconian Foot Soldier.webp","n":"Draconian Foot Soldier"},{"id":145,"c":1,"u":"draconian%20infiltrator_ftd","p":178,"s":2,"h":1,"t":0,"uu":"draconian infiltrator|ftd","m":"bestiary/tokens/FTD/Draconian Infiltrator.webp","n":"Draconian Infiltrator"},{"id":146,"c":1,"u":"draconian%20mage_ftd","p":179,"s":2,"h":1,"t":0,"uu":"draconian mage|ftd","m":"bestiary/tokens/FTD/Draconian Mage.webp","n":"Draconian Mage"},{"id":147,"c":1,"u":"draconian%20mastermind_ftd","p":180,"s":2,"h":1,"t":0,"uu":"draconian mastermind|ftd","m":"bestiary/tokens/FTD/Draconian Mastermind.webp","n":"Draconian Mastermind"},{"id":148,"c":1,"u":"draconic%20shard_ftd","p":181,"s":2,"h":1,"t":0,"uu":"draconic shard|ftd","m":"bestiary/tokens/FTD/Draconic Shard.webp","n":"Draconic Shard"},{"id":149,"c":1,"u":"draconic%20spirit_ftd","p":21,"s":2,"h":1,"t":0,"uu":"draconic spirit|ftd","m":"bestiary/tokens/FTD/Draconic Spirit.webp","n":"Draconic Spirit"},{"id":150,"c":1,"u":"dragon%20blessed_ftd","p":188,"s":2,"h":1,"t":0,"uu":"dragon blessed|ftd","m":"bestiary/tokens/FTD/Dragon Blessed.webp","n":"Dragon Blessed"},{"id":151,"c":1,"u":"dragon%20chosen_ftd","p":189,"s":2,"h":1,"t":0,"uu":"dragon chosen|ftd","m":"bestiary/tokens/FTD/Dragon Chosen.webp","n":"Dragon Chosen"},{"id":152,"c":1,"u":"dragon%20speaker_ftd","p":189,"s":2,"h":1,"t":0,"uu":"dragon speaker|ftd","m":"bestiary/tokens/FTD/Dragon Speaker.webp","n":"Dragon Speaker"},{"id":153,"c":1,"u":"dragon%20turtle%20wyrmling_ftd","p":192,"s":2,"h":1,"t":0,"uu":"dragon turtle wyrmling|ftd","m":"bestiary/tokens/FTD/Dragon Turtle Wyrmling.webp","n":"Dragon Turtle Wyrmling"},{"id":154,"c":1,"u":"dragonblood%20ooze_ftd","p":182,"s":2,"h":1,"t":0,"uu":"dragonblood ooze|ftd","m":"bestiary/tokens/FTD/Dragonblood Ooze.webp","n":"Dragonblood Ooze"},{"id":155,"c":1,"u":"dragonbone%20golem_ftd","p":183,"s":2,"h":1,"t":0,"uu":"dragonbone golem|ftd","m":"bestiary/tokens/FTD/Dragonbone Golem.webp","n":"Dragonbone Golem"},{"id":156,"c":1,"u":"dragonborn%20of%20bahamut_ftd","p":184,"s":2,"h":1,"t":0,"uu":"dragonborn of bahamut|ftd","m":"bestiary/tokens/FTD/Dragonborn of Bahamut.webp","n":"Dragonborn of Bahamut"},{"id":157,"c":1,"u":"dragonborn%20of%20sardior_ftd","p":185,"s":2,"h":1,"t":0,"uu":"dragonborn of sardior|ftd","m":"bestiary/tokens/FTD/Dragonborn of Sardior.webp","n":"Dragonborn of Sardior"},{"id":158,"c":1,"u":"dragonborn%20of%20tiamat_ftd","p":185,"s":2,"h":1,"t":0,"uu":"dragonborn of tiamat|ftd","m":"bestiary/tokens/FTD/Dragonborn of Tiamat.webp","n":"Dragonborn of Tiamat"},{"id":159,"c":1,"u":"dragonflesh%20abomination_ftd","p":187,"s":2,"h":1,"t":0,"uu":"dragonflesh abomination|ftd","m":"bestiary/tokens/FTD/Dragonflesh Abomination.webp","n":"Dragonflesh Abomination"},{"id":160,"c":1,"u":"dragonflesh%20grafter_ftd","p":186,"s":2,"h":1,"t":0,"uu":"dragonflesh grafter|ftd","m":"bestiary/tokens/FTD/Dragonflesh Grafter.webp","n":"Dragonflesh Grafter"},{"id":161,"c":1,"u":"dragonnel_ftd","p":190,"s":2,"h":1,"t":0,"uu":"dragonnel|ftd","m":"bestiary/tokens/FTD/Dragonnel.webp","n":"Dragonnel"},{"id":162,"c":1,"u":"drake%20companion_ftd","p":15,"s":2,"h":1,"t":0,"uu":"drake companion|ftd","m":"bestiary/tokens/FTD/Drake Companion.webp","n":"Drake Companion"},{"id":163,"c":1,"u":"egg%20hunter%20adult_ftd","p":193,"s":2,"h":1,"t":0,"uu":"egg hunter adult|ftd","m":"bestiary/tokens/FTD/Egg Hunter Adult.webp","n":"Egg Hunter Adult"},{"id":164,"c":1,"u":"egg%20hunter%20hatchling_ftd","p":193,"s":2,"h":1,"t":0,"uu":"egg hunter hatchling|ftd","m":"bestiary/tokens/FTD/Egg Hunter Hatchling.webp","n":"Egg Hunter Hatchling"},{"id":165,"c":1,"u":"elder%20brain%20dragon_ftd","p":194,"s":2,"h":1,"t":0,"uu":"elder brain dragon|ftd","m":"bestiary/tokens/FTD/Elder Brain Dragon.webp","n":"Elder Brain Dragon"},{"id":166,"c":1,"u":"emerald%20dragon%20wyrmling_ftd","p":197,"s":2,"h":1,"t":0,"uu":"emerald dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Emerald Dragon Wyrmling.webp","n":"Emerald Dragon Wyrmling"},{"id":167,"c":1,"u":"emerald%20greatwyrm_ftd","p":201,"s":2,"h":1,"t":0,"uu":"emerald greatwyrm|ftd","m":"bestiary/tokens/FTD/Emerald Greatwyrm.webp","n":"Emerald Greatwyrm"},{"id":168,"c":1,"u":"eyedrake_ftd","p":199,"s":2,"h":1,"t":0,"uu":"eyedrake|ftd","m":"bestiary/tokens/FTD/Eyedrake.webp","n":"Eyedrake"},{"id":169,"c":1,"u":"gem%20stalker_ftd","p":202,"s":2,"h":1,"t":0,"uu":"gem stalker|ftd","m":"bestiary/tokens/FTD/Gem Stalker.webp","n":"Gem Stalker"},{"id":170,"c":1,"u":"ghost%20dragon_ftd","p":203,"s":2,"h":1,"t":0,"uu":"ghost dragon|ftd","m":"bestiary/tokens/FTD/Ghost Dragon.webp","n":"Ghost Dragon"},{"id":171,"c":1,"u":"giant%20canary_ftd","p":23,"s":2,"h":1,"t":0,"uu":"giant canary|ftd","m":"bestiary/tokens/FTD/Giant Canary.webp","n":"Giant Canary"},{"id":172,"c":1,"u":"gold%20greatwyrm_ftd","p":208,"s":2,"h":1,"t":0,"uu":"gold greatwyrm|ftd","m":"bestiary/tokens/FTD/Gold Greatwyrm.webp","n":"Gold Greatwyrm"},{"id":173,"c":1,"u":"green%20greatwyrm_ftd","p":168,"s":2,"h":1,"t":0,"uu":"green greatwyrm|ftd","m":"bestiary/tokens/FTD/Green Greatwyrm.webp","n":"Green Greatwyrm"},{"id":174,"c":1,"u":"hoard%20mimic_ftd","p":204,"s":2,"h":1,"t":0,"uu":"hoard mimic|ftd","m":"bestiary/tokens/FTD/Hoard Mimic.webp","n":"Hoard Mimic"},{"id":175,"c":1,"u":"hoard%20scarab_ftd","p":205,"s":2,"h":1,"t":0,"uu":"hoard scarab|ftd","m":"bestiary/tokens/FTD/Hoard Scarab.webp","n":"Hoard Scarab"},{"id":176,"c":1,"u":"hollow%20dragon_ftd","p":206,"s":2,"h":1,"t":0,"uu":"hollow dragon|ftd","m":"bestiary/tokens/FTD/Hollow Dragon.webp","n":"Hollow Dragon"},{"id":177,"c":1,"u":"liondrake_ftd","p":207,"s":2,"h":1,"t":0,"uu":"liondrake|ftd","m":"bestiary/tokens/FTD/Liondrake.webp","n":"Liondrake"},{"id":178,"c":1,"u":"metallic%20peacekeeper_ftd","p":210,"s":2,"h":1,"t":0,"uu":"metallic peacekeeper|ftd","m":"bestiary/tokens/FTD/Metallic Peacekeeper.webp","n":"Metallic Peacekeeper"},{"id":179,"c":1,"u":"metallic%20warbler_ftd","p":210,"s":2,"h":1,"t":0,"uu":"metallic warbler|ftd","m":"bestiary/tokens/FTD/Metallic Warbler.webp","n":"Metallic Warbler"},{"id":180,"c":1,"u":"moonstone%20dragon%20wyrmling_ftd","p":213,"s":2,"h":1,"t":0,"uu":"moonstone dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Moonstone Dragon Wyrmling.webp","n":"Moonstone Dragon Wyrmling"},{"id":181,"c":1,"u":"red%20greatwyrm_ftd","p":168,"s":2,"h":1,"t":0,"uu":"red greatwyrm|ftd","m":"bestiary/tokens/FTD/Red Greatwyrm.webp","n":"Red Greatwyrm"},{"id":182,"c":1,"u":"sapphire%20dragon%20wyrmling_ftd","p":216,"s":2,"h":1,"t":0,"uu":"sapphire dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Sapphire Dragon Wyrmling.webp","n":"Sapphire Dragon Wyrmling"},{"id":183,"c":1,"u":"sapphire%20greatwyrm_ftd","p":201,"s":2,"h":1,"t":0,"uu":"sapphire greatwyrm|ftd","m":"bestiary/tokens/FTD/Sapphire Greatwyrm.webp","n":"Sapphire Greatwyrm"},{"id":184,"c":1,"u":"silver%20greatwyrm_ftd","p":208,"s":2,"h":1,"t":0,"uu":"silver greatwyrm|ftd","m":"bestiary/tokens/FTD/Silver Greatwyrm.webp","n":"Silver Greatwyrm"},{"id":185,"c":1,"u":"swarm%20of%20hoard%20scarabs_ftd","p":205,"s":2,"h":1,"t":0,"uu":"swarm of hoard scarabs|ftd","m":"bestiary/tokens/FTD/Swarm of Hoard Scarabs.webp","n":"Swarm of Hoard Scarabs"},{"id":186,"c":1,"u":"topaz%20dragon%20wyrmling_ftd","p":223,"s":2,"h":1,"t":0,"uu":"topaz dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Topaz Dragon Wyrmling.webp","n":"Topaz Dragon Wyrmling"},{"id":187,"c":1,"u":"topaz%20greatwyrm_ftd","p":201,"s":2,"h":1,"t":0,"uu":"topaz greatwyrm|ftd","m":"bestiary/tokens/FTD/Topaz Greatwyrm.webp","n":"Topaz Greatwyrm"},{"id":188,"c":1,"u":"white%20greatwyrm_ftd","p":168,"s":2,"h":1,"t":0,"uu":"white greatwyrm|ftd","m":"bestiary/tokens/FTD/White Greatwyrm.webp","n":"White Greatwyrm"},{"id":189,"c":1,"u":"young%20amethyst%20dragon_ftd","p":161,"s":2,"h":1,"t":0,"uu":"young amethyst dragon|ftd","m":"bestiary/tokens/FTD/Young Amethyst Dragon.webp","n":"Young Amethyst Dragon"},{"id":190,"c":1,"u":"young%20crystal%20dragon_ftd","p":172,"s":2,"h":1,"t":0,"uu":"young crystal dragon|ftd","m":"bestiary/tokens/FTD/Young Crystal Dragon.webp","n":"Young Crystal Dragon"},{"id":191,"c":1,"u":"young%20deep%20dragon_ftd","p":175,"s":2,"h":1,"t":0,"uu":"young deep dragon|ftd","m":"bestiary/tokens/FTD/Young Deep Dragon.webp","n":"Young Deep Dragon"},{"id":192,"c":1,"u":"young%20dragon%20turtle_ftd","p":192,"s":2,"h":1,"t":0,"uu":"young dragon turtle|ftd","m":"bestiary/tokens/FTD/Young Dragon Turtle.webp","n":"Young Dragon Turtle"},{"id":193,"c":1,"u":"young%20emerald%20dragon_ftd","p":197,"s":2,"h":1,"t":0,"uu":"young emerald dragon|ftd","m":"bestiary/tokens/FTD/Young Emerald Dragon.webp","n":"Young Emerald Dragon"},{"id":194,"c":1,"u":"young%20moonstone%20dragon_ftd","p":213,"s":2,"h":1,"t":0,"uu":"young moonstone dragon|ftd","m":"bestiary/tokens/FTD/Young Moonstone Dragon.webp","n":"Young Moonstone Dragon"},{"id":195,"c":1,"u":"young%20sapphire%20dragon_ftd","p":216,"s":2,"h":1,"t":0,"uu":"young sapphire dragon|ftd","m":"bestiary/tokens/FTD/Young Sapphire Dragon.webp","n":"Young Sapphire Dragon"},{"id":196,"c":1,"u":"young%20sea%20serpent_ftd","p":219,"s":2,"h":1,"t":0,"uu":"young sea serpent|ftd","m":"bestiary/tokens/FTD/Young Sea Serpent.webp","n":"Young Sea Serpent"},{"id":197,"c":1,"u":"young%20topaz%20dragon_ftd","p":223,"s":2,"h":1,"t":0,"uu":"young topaz dragon|ftd","m":"bestiary/tokens/FTD/Young Topaz Dragon.webp","n":"Young Topaz Dragon"},{"id":198,"c":1,"u":"abjurer%20wizard_mpmm","p":260,"s":3,"h":1,"t":0,"uu":"abjurer wizard|mpmm","m":"bestiary/tokens/MPMM/Abjurer Wizard.webp","n":"Abjurer Wizard"},{"id":199,"c":1,"u":"adult%20kruthik_mpmm","p":169,"s":3,"h":1,"t":0,"uu":"adult kruthik|mpmm","m":"bestiary/tokens/MPMM/Adult Kruthik.webp","n":"Adult Kruthik"},{"id":200,"c":1,"u":"adult%20oblex_mpmm","p":198,"s":3,"h":1,"t":0,"uu":"adult oblex|mpmm","m":"bestiary/tokens/MPMM/Adult Oblex.webp","n":"Adult Oblex"},{"id":201,"c":1,"u":"air%20elemental%20myrmidon_mpmm","p":122,"s":3,"h":1,"t":0,"uu":"air elemental myrmidon|mpmm","m":"bestiary/tokens/MPMM/Air Elemental Myrmidon.webp","n":"Air Elemental Myrmidon"},{"id":202,"c":1,"u":"alhoon_mpmm","p":43,"s":3,"h":1,"t":0,"uu":"alhoon|mpmm","m":"bestiary/tokens/MPMM/Alhoon.webp","n":"Alhoon"},{"id":203,"c":1,"u":"alkilith_mpmm","p":44,"s":3,"h":1,"t":0,"uu":"alkilith|mpmm","m":"bestiary/tokens/MPMM/Alkilith.webp","n":"Alkilith"},{"id":204,"c":1,"u":"allip_mpmm","p":45,"s":3,"h":1,"t":0,"uu":"allip|mpmm","m":"bestiary/tokens/MPMM/Allip.webp","n":"Allip"},{"id":205,"c":1,"u":"amnizu_mpmm","p":46,"s":3,"h":1,"t":0,"uu":"amnizu|mpmm","m":"bestiary/tokens/MPMM/Amnizu.webp","n":"Amnizu"},{"id":206,"c":1,"u":"angry%20sorrowsworn_mpmm","p":222,"s":3,"h":1,"t":0,"uu":"angry sorrowsworn|mpmm","m":"bestiary/tokens/MPMM/Angry Sorrowsworn.webp","n":"Angry Sorrowsworn"},{"id":207,"c":1,"u":"annis%20hag_mpmm","p":47,"s":3,"h":1,"t":0,"uu":"annis hag|mpmm","m":"bestiary/tokens/MPMM/Annis Hag.webp","n":"Annis Hag"},{"id":208,"c":1,"u":"apprentice%20wizard_mpmm","p":259,"s":3,"h":1,"t":0,"uu":"apprentice wizard|mpmm","m":"bestiary/tokens/MPMM/Apprentice Wizard.webp","n":"Apprentice Wizard"},{"id":209,"c":1,"u":"archdruid_mpmm","p":48,"s":3,"h":1,"t":0,"uu":"archdruid|mpmm","m":"bestiary/tokens/MPMM/Archdruid.webp","n":"Archdruid"},{"id":210,"c":1,"u":"archer_mpmm","p":49,"s":3,"h":1,"t":0,"uu":"archer|mpmm","m":"bestiary/tokens/MPMM/Archer.webp","n":"Archer"},{"id":211,"c":1,"u":"armanite_mpmm","p":50,"s":3,"h":1,"t":0,"uu":"armanite|mpmm","m":"bestiary/tokens/MPMM/Armanite.webp","n":"Armanite"},{"id":212,"c":1,"u":"astral%20dreadnought_mpmm","p":51,"s":3,"h":1,"t":0,"uu":"astral dreadnought|mpmm","m":"bestiary/tokens/MPMM/Astral Dreadnought.webp","n":"Astral Dreadnought"},{"id":213,"c":1,"u":"aurochs_mpmm","p":71,"s":3,"h":1,"t":0,"uu":"aurochs|mpmm","m":"bestiary/tokens/MPMM/Aurochs.webp","n":"Aurochs"},{"id":214,"c":1,"u":"autumn%20eladrin_mpmm","p":115,"s":3,"h":1,"t":0,"uu":"autumn eladrin|mpmm","m":"bestiary/tokens/MPMM/Autumn Eladrin.webp","n":"Autumn Eladrin"},{"id":215,"c":1,"u":"babau_mpmm","p":52,"s":3,"h":1,"t":0,"uu":"babau|mpmm","m":"bestiary/tokens/MPMM/Babau.webp","n":"Babau"},{"id":216,"c":1,"u":"bael_mpmm","p":54,"s":3,"h":1,"t":0,"uu":"bael|mpmm","m":"bestiary/tokens/MPMM/Bael.webp","n":"Bael"},{"id":217,"c":1,"u":"balhannoth_mpmm","p":55,"s":3,"h":1,"t":0,"uu":"balhannoth|mpmm","m":"bestiary/tokens/MPMM/Balhannoth.webp","n":"Balhannoth"},{"id":218,"c":1,"u":"banderhobb_mpmm","p":56,"s":3,"h":1,"t":0,"uu":"banderhobb|mpmm","m":"bestiary/tokens/MPMM/Banderhobb.webp","n":"Banderhobb"},{"id":219,"c":1,"u":"baphomet_mpmm","p":58,"s":3,"h":1,"t":0,"uu":"baphomet|mpmm","m":"bestiary/tokens/MPMM/Baphomet.webp","n":"Baphomet"},{"id":220,"c":1,"u":"bard_mpmm","p":59,"s":3,"h":1,"t":0,"uu":"bard|mpmm","m":"bestiary/tokens/MPMM/Bard.webp","n":"Bard"},{"id":221,"c":1,"u":"barghest_mpmm","p":60,"s":3,"h":1,"t":0,"uu":"barghest|mpmm","m":"bestiary/tokens/MPMM/Barghest.webp","n":"Barghest"},{"id":222,"c":1,"u":"berbalang_mpmm","p":61,"s":3,"h":1,"t":0,"uu":"berbalang|mpmm","m":"bestiary/tokens/MPMM/Berbalang.webp","n":"Berbalang"},{"id":223,"c":1,"u":"bheur%20hag_mpmm","p":62,"s":3,"h":1,"t":0,"uu":"bheur hag|mpmm","m":"bestiary/tokens/MPMM/Bheur Hag.webp","n":"Bheur Hag"},{"id":224,"c":1,"u":"black%20abishai_mpmm","p":38,"s":3,"h":1,"t":0,"uu":"black abishai|mpmm","m":"bestiary/tokens/MPMM/Black Abishai.webp","n":"Black Abishai"},{"id":225,"c":1,"u":"blackguard_mpmm","p":63,"s":3,"h":1,"t":0,"uu":"blackguard|mpmm","m":"bestiary/tokens/MPMM/Blackguard.webp","n":"Blackguard"},{"id":226,"c":1,"u":"blue%20abishai_mpmm","p":39,"s":3,"h":1,"t":0,"uu":"blue abishai|mpmm","m":"bestiary/tokens/MPMM/Blue Abishai.webp","n":"Blue Abishai"},{"id":227,"c":1,"u":"bodak_mpmm","p":64,"s":3,"h":1,"t":0,"uu":"bodak|mpmm","m":"bestiary/tokens/MPMM/Bodak.webp","n":"Bodak"},{"id":228,"c":1,"u":"boggle_mpmm","p":65,"s":3,"h":1,"t":0,"uu":"boggle|mpmm","m":"bestiary/tokens/MPMM/Boggle.webp","n":"Boggle"},{"id":229,"c":1,"u":"boneclaw_mpmm","p":66,"s":3,"h":1,"t":0,"uu":"boneclaw|mpmm","m":"bestiary/tokens/MPMM/Boneclaw.webp","n":"Boneclaw"},{"id":230,"c":1,"u":"brontosaurus_mpmm","p":95,"s":3,"h":1,"t":0,"uu":"brontosaurus|mpmm","m":"bestiary/tokens/MPMM/Brontosaurus.webp","n":"Brontosaurus"},{"id":231,"c":1,"u":"bulezau_mpmm","p":67,"s":3,"h":1,"t":0,"uu":"bulezau|mpmm","m":"bestiary/tokens/MPMM/Bulezau.webp","n":"Bulezau"},{"id":232,"c":1,"u":"cadaver%20collector_mpmm","p":68,"s":3,"h":1,"t":0,"uu":"cadaver collector|mpmm","m":"bestiary/tokens/MPMM/Cadaver Collector.webp","n":"Cadaver Collector"},{"id":233,"c":1,"u":"canoloth_mpmm","p":69,"s":3,"h":1,"t":0,"uu":"canoloth|mpmm","m":"bestiary/tokens/MPMM/Canoloth.webp","n":"Canoloth"},{"id":234,"c":1,"u":"catoblepas_mpmm","p":70,"s":3,"h":1,"t":0,"uu":"catoblepas|mpmm","m":"bestiary/tokens/MPMM/Catoblepas.webp","n":"Catoblepas"},{"id":235,"c":1,"u":"cave%20fisher_mpmm","p":73,"s":3,"h":1,"t":0,"uu":"cave fisher|mpmm","m":"bestiary/tokens/MPMM/Cave Fisher.webp","n":"Cave Fisher"},{"id":236,"c":1,"u":"champion_mpmm","p":74,"s":3,"h":1,"t":0,"uu":"champion|mpmm","m":"bestiary/tokens/MPMM/Champion.webp","n":"Champion"},{"id":237,"c":1,"u":"chitine_mpmm","p":75,"s":3,"h":1,"t":0,"uu":"chitine|mpmm","m":"bestiary/tokens/MPMM/Chitine.webp","n":"Chitine"},{"id":238,"c":1,"u":"choker_mpmm","p":76,"s":3,"h":1,"t":0,"uu":"choker|mpmm","m":"bestiary/tokens/MPMM/Choker.webp","n":"Choker"},{"id":239,"c":1,"u":"choldrith_mpmm","p":77,"s":3,"h":1,"t":0,"uu":"choldrith|mpmm","m":"bestiary/tokens/MPMM/Choldrith.webp","n":"Choldrith"},{"id":240,"c":1,"u":"clockwork%20bronze%20scout_mpmm","p":79,"s":3,"h":1,"t":0,"uu":"clockwork bronze scout|mpmm","m":"bestiary/tokens/MPMM/Clockwork Bronze Scout.webp","n":"Clockwork Bronze Scout"},{"id":241,"c":1,"u":"clockwork%20iron%20cobra_mpmm","p":79,"s":3,"h":1,"t":0,"uu":"clockwork iron cobra|mpmm","m":"bestiary/tokens/MPMM/Clockwork Iron Cobra.webp","n":"Clockwork Iron Cobra"},{"id":242,"c":1,"u":"clockwork%20oaken%20bolter_mpmm","p":80,"s":3,"h":1,"t":0,"uu":"clockwork oaken bolter|mpmm","m":"bestiary/tokens/MPMM/Clockwork Oaken Bolter.webp","n":"Clockwork Oaken Bolter"},{"id":243,"c":1,"u":"clockwork%20stone%20defender_mpmm","p":80,"s":3,"h":1,"t":0,"uu":"clockwork stone defender|mpmm","m":"bestiary/tokens/MPMM/Clockwork Stone Defender.webp","n":"Clockwork Stone Defender"},{"id":244,"c":1,"u":"cloud%20giant%20smiling%20one_mpmm","p":81,"s":3,"h":1,"t":0,"uu":"cloud giant smiling one|mpmm","m":"bestiary/tokens/MPMM/Cloud Giant Smiling One.webp","n":"Cloud Giant Smiling One"},{"id":245,"c":1,"u":"conjurer%20wizard_mpmm","p":260,"s":3,"h":1,"t":0,"uu":"conjurer wizard|mpmm","m":"bestiary/tokens/MPMM/Conjurer Wizard.webp","n":"Conjurer Wizard"},{"id":246,"c":1,"u":"corpse%20flower_mpmm","p":82,"s":3,"h":1,"t":0,"uu":"corpse flower|mpmm","m":"bestiary/tokens/MPMM/Corpse Flower.webp","n":"Corpse Flower"},{"id":247,"c":1,"u":"cranium%20rat_mpmm","p":83,"s":3,"h":1,"t":0,"uu":"cranium rat|mpmm","m":"bestiary/tokens/MPMM/Cranium Rat.webp","n":"Cranium Rat"},{"id":248,"c":1,"u":"darkling_mpmm","p":84,"s":3,"h":1,"t":0,"uu":"darkling|mpmm","m":"bestiary/tokens/MPMM/Darkling.webp","n":"Darkling"},{"id":249,"c":1,"u":"darkling%20elder_mpmm","p":84,"s":3,"h":1,"t":0,"uu":"darkling elder|mpmm","m":"bestiary/tokens/MPMM/Darkling Elder.webp","n":"Darkling Elder"},{"id":250,"c":1,"u":"death%20kiss_mpmm","p":85,"s":3,"h":1,"t":0,"uu":"death kiss|mpmm","m":"bestiary/tokens/MPMM/Death Kiss.webp","n":"Death Kiss"},{"id":251,"c":1,"u":"deathlock_mpmm","p":86,"s":3,"h":1,"t":0,"uu":"deathlock|mpmm","m":"bestiary/tokens/MPMM/Deathlock.webp","n":"Deathlock"},{"id":252,"c":1,"u":"deathlock%20mastermind_mpmm","p":87,"s":3,"h":1,"t":0,"uu":"deathlock mastermind|mpmm","m":"bestiary/tokens/MPMM/Deathlock Mastermind.webp","n":"Deathlock Mastermind"},{"id":253,"c":1,"u":"deathlock%20wight_mpmm","p":87,"s":3,"h":1,"t":0,"uu":"deathlock wight|mpmm","m":"bestiary/tokens/MPMM/Deathlock Wight.webp","n":"Deathlock Wight"},{"id":254,"c":1,"u":"deep%20roth%c3%a9_mpmm","p":71,"s":3,"h":1,"t":0,"uu":"deep rothé|mpmm","m":"bestiary/tokens/MPMM/Deep Rothe.webp","n":"Deep Rothe"},{"id":255,"c":1,"u":"deep%20scion_mpmm","p":88,"s":3,"h":1,"t":0,"uu":"deep scion|mpmm","m":"bestiary/tokens/MPMM/Deep Scion.webp","n":"Deep Scion"},{"id":256,"c":1,"u":"deinonychus_mpmm","p":95,"s":3,"h":1,"t":0,"uu":"deinonychus|mpmm","m":"bestiary/tokens/MPMM/Deinonychus.webp","n":"Deinonychus"},{"id":257,"c":1,"u":"demogorgon_mpmm","p":90,"s":3,"h":1,"t":0,"uu":"demogorgon|mpmm","m":"bestiary/tokens/MPMM/Demogorgon.webp","n":"Demogorgon"},{"id":258,"c":1,"u":"derro_mpmm","p":91,"s":3,"h":1,"t":0,"uu":"derro|mpmm","m":"bestiary/tokens/MPMM/Derro.webp","n":"Derro"},{"id":259,"c":1,"u":"derro%20savant_mpmm","p":92,"s":3,"h":1,"t":0,"uu":"derro savant|mpmm","m":"bestiary/tokens/MPMM/Derro Savant.webp","n":"Derro Savant"},{"id":260,"c":1,"u":"devourer_mpmm","p":93,"s":3,"h":1,"t":0,"uu":"devourer|mpmm","m":"bestiary/tokens/MPMM/Devourer.webp","n":"Devourer"},{"id":261,"c":1,"u":"dhergoloth_mpmm","p":94,"s":3,"h":1,"t":0,"uu":"dhergoloth|mpmm","m":"bestiary/tokens/MPMM/Dhergoloth.webp","n":"Dhergoloth"},{"id":262,"c":1,"u":"dimetrodon_mpmm","p":95,"s":3,"h":1,"t":0,"uu":"dimetrodon|mpmm","m":"bestiary/tokens/MPMM/Dimetrodon.webp","n":"Dimetrodon"},{"id":263,"c":1,"u":"dire%20troll_mpmm","p":246,"s":3,"h":1,"t":0,"uu":"dire troll|mpmm","m":"bestiary/tokens/MPMM/Dire Troll.webp","n":"Dire Troll"},{"id":264,"c":1,"u":"diviner%20wizard_mpmm","p":261,"s":3,"h":1,"t":0,"uu":"diviner wizard|mpmm","m":"bestiary/tokens/MPMM/Diviner Wizard.webp","n":"Diviner Wizard"},{"id":265,"c":1,"u":"dolphin_mpmm","p":97,"s":3,"h":1,"t":0,"uu":"dolphin|mpmm","m":"bestiary/tokens/MPMM/Dolphin.webp","n":"Dolphin"},{"id":266,"c":1,"u":"dolphin%20delighter_mpmm","p":97,"s":3,"h":1,"t":0,"uu":"dolphin delighter|mpmm","m":"bestiary/tokens/MPMM/Dolphin Delighter.webp","n":"Dolphin Delighter"},{"id":267,"c":1,"u":"draegloth_mpmm","p":98,"s":3,"h":1,"t":0,"uu":"draegloth|mpmm","m":"bestiary/tokens/MPMM/Draegloth.webp","n":"Draegloth"},{"id":268,"c":1,"u":"drow%20arachnomancer_mpmm","p":99,"s":3,"h":1,"t":0,"uu":"drow arachnomancer|mpmm","m":"bestiary/tokens/MPMM/Drow Arachnomancer.webp","n":"Drow Arachnomancer"},{"id":269,"c":1,"u":"drow%20favored%20consort_mpmm","p":100,"s":3,"h":1,"t":0,"uu":"drow favored consort|mpmm","m":"bestiary/tokens/MPMM/Drow Favored Consort.webp","n":"Drow Favored Consort"},{"id":270,"c":1,"u":"drow%20house%20captain_mpmm","p":101,"s":3,"h":1,"t":0,"uu":"drow house captain|mpmm","m":"bestiary/tokens/MPMM/Drow House Captain.webp","n":"Drow House Captain"},{"id":271,"c":1,"u":"drow%20inquisitor_mpmm","p":102,"s":3,"h":1,"t":0,"uu":"drow inquisitor|mpmm","m":"bestiary/tokens/MPMM/Drow Inquisitor.webp","n":"Drow Inquisitor"},{"id":272,"c":1,"u":"drow%20matron%20mother_mpmm","p":104,"s":3,"h":1,"t":0,"uu":"drow matron mother|mpmm","m":"bestiary/tokens/MPMM/Drow Matron Mother.webp","n":"Drow Matron Mother"},{"id":273,"c":1,"u":"drow%20shadowblade_mpmm","p":105,"s":3,"h":1,"t":0,"uu":"drow shadowblade|mpmm","m":"bestiary/tokens/MPMM/Drow Shadowblade.webp","n":"Drow Shadowblade"},{"id":274,"c":1,"u":"duergar%20despot_mpmm","p":107,"s":3,"h":1,"t":0,"uu":"duergar despot|mpmm","m":"bestiary/tokens/MPMM/Duergar Despot.webp","n":"Duergar Despot"},{"id":275,"c":1,"u":"duergar%20hammerer_mpmm","p":112,"s":3,"h":1,"t":0,"uu":"duergar hammerer|mpmm","m":"bestiary/tokens/MPMM/Duergar Hammerer.webp","n":"Duergar Hammerer"},{"id":276,"c":1,"u":"duergar%20kavalrachni_mpmm","p":107,"s":3,"h":1,"t":0,"uu":"duergar kavalrachni|mpmm","m":"bestiary/tokens/MPMM/Duergar Kavalrachni.webp","n":"Duergar Kavalrachni"},{"id":277,"c":1,"u":"duergar%20mind%20master_mpmm","p":108,"s":3,"h":1,"t":0,"uu":"duergar mind master|mpmm","m":"bestiary/tokens/MPMM/Duergar Mind Master.webp","n":"Duergar Mind Master"},{"id":278,"c":1,"u":"duergar%20screamer_mpmm","p":111,"s":3,"h":1,"t":0,"uu":"duergar screamer|mpmm","m":"bestiary/tokens/MPMM/Duergar Screamer.webp","n":"Duergar Screamer"},{"id":279,"c":1,"u":"duergar%20soulblade_mpmm","p":109,"s":3,"h":1,"t":0,"uu":"duergar soulblade|mpmm","m":"bestiary/tokens/MPMM/Duergar Soulblade.webp","n":"Duergar Soulblade"},{"id":280,"c":1,"u":"duergar%20stone%20guard_mpmm","p":110,"s":3,"h":1,"t":0,"uu":"duergar stone guard|mpmm","m":"bestiary/tokens/MPMM/Duergar Stone Guard.webp","n":"Duergar Stone Guard"},{"id":281,"c":1,"u":"duergar%20warlord_mpmm","p":111,"s":3,"h":1,"t":0,"uu":"duergar warlord|mpmm","m":"bestiary/tokens/MPMM/Duergar Warlord.webp","n":"Duergar Warlord"},{"id":282,"c":1,"u":"duergar%20xarrorn_mpmm","p":111,"s":3,"h":1,"t":0,"uu":"duergar xarrorn|mpmm","m":"bestiary/tokens/MPMM/Duergar Xarrorn.webp","n":"Duergar Xarrorn"},{"id":283,"c":1,"u":"dybbuk_mpmm","p":113,"s":3,"h":1,"t":0,"uu":"dybbuk|mpmm","m":"bestiary/tokens/MPMM/Dybbuk.webp","n":"Dybbuk"},{"id":284,"c":1,"u":"earth%20elemental%20myrmidon_mpmm","p":122,"s":3,"h":1,"t":0,"uu":"earth elemental myrmidon|mpmm","m":"bestiary/tokens/MPMM/Earth Elemental Myrmidon.webp","n":"Earth Elemental Myrmidon"},{"id":285,"c":1,"u":"eidolon_mpmm","p":114,"s":3,"h":1,"t":0,"uu":"eidolon|mpmm","m":"bestiary/tokens/MPMM/Eidolon.webp","n":"Eidolon"},{"id":286,"c":1,"u":"elder%20brain_mpmm","p":120,"s":3,"h":1,"t":0,"uu":"elder brain|mpmm","m":"bestiary/tokens/MPMM/Elder Brain.webp","n":"Elder Brain"},{"id":287,"c":1,"u":"elder%20oblex_mpmm","p":199,"s":3,"h":1,"t":0,"uu":"elder oblex|mpmm","m":"bestiary/tokens/MPMM/Elder Oblex.webp","n":"Elder Oblex"},{"id":288,"c":1,"u":"elder%20tempest_mpmm","p":121,"s":3,"h":1,"t":0,"uu":"elder tempest|mpmm","m":"bestiary/tokens/MPMM/Elder Tempest.webp","n":"Elder Tempest"},{"id":289,"c":1,"u":"enchanter%20wizard_mpmm","p":261,"s":3,"h":1,"t":0,"uu":"enchanter wizard|mpmm","m":"bestiary/tokens/MPMM/Enchanter Wizard.webp","n":"Enchanter Wizard"},{"id":290,"c":1,"u":"evoker%20wizard_mpmm","p":262,"s":3,"h":1,"t":0,"uu":"evoker wizard|mpmm","m":"bestiary/tokens/MPMM/Evoker Wizard.webp","n":"Evoker Wizard"},{"id":291,"c":1,"u":"female%20steeder_mpmm","p":231,"s":3,"h":1,"t":0,"uu":"female steeder|mpmm","m":"bestiary/tokens/MPMM/Female Steeder.webp","n":"Female Steeder"},{"id":292,"c":1,"u":"fire%20elemental%20myrmidon_mpmm","p":123,"s":3,"h":1,"t":0,"uu":"fire elemental myrmidon|mpmm","m":"bestiary/tokens/MPMM/Fire Elemental Myrmidon.webp","n":"Fire Elemental Myrmidon"},{"id":293,"c":1,"u":"fire%20giant%20dreadnought_mpmm","p":124,"s":3,"h":1,"t":0,"uu":"fire giant dreadnought|mpmm","m":"bestiary/tokens/MPMM/Fire Giant Dreadnought.webp","n":"Fire Giant Dreadnought"},{"id":294,"c":1,"u":"firenewt%20warlock%20of%20imix_mpmm","p":125,"s":3,"h":1,"t":0,"uu":"firenewt warlock of imix|mpmm","m":"bestiary/tokens/MPMM/Firenewt Warlock of Imix.webp","n":"Firenewt Warlock of Imix"},{"id":295,"c":1,"u":"firenewt%20warrior_mpmm","p":125,"s":3,"h":1,"t":0,"uu":"firenewt warrior|mpmm","m":"bestiary/tokens/MPMM/Firenewt Warrior.webp","n":"Firenewt Warrior"},{"id":296,"c":1,"u":"flail%20snail_mpmm","p":126,"s":3,"h":1,"t":0,"uu":"flail snail|mpmm","m":"bestiary/tokens/MPMM/Flail Snail.webp","n":"Flail Snail"},{"id":297,"c":1,"u":"flind_mpmm","p":127,"s":3,"h":1,"t":0,"uu":"flind|mpmm","m":"bestiary/tokens/MPMM/Flind.webp","n":"Flind"},{"id":298,"c":1,"u":"fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"t":0,"uu":"fraz-urb'luu|mpmm","m":"bestiary/tokens/MPMM/Fraz-Urb'luu.webp","n":"Fraz-Urb'luu"},{"id":299,"c":1,"u":"froghemoth_mpmm","p":130,"s":3,"h":1,"t":0,"uu":"froghemoth|mpmm","m":"bestiary/tokens/MPMM/Froghemoth.webp","n":"Froghemoth"},{"id":300,"c":1,"u":"frost%20giant%20everlasting%20one_mpmm","p":131,"s":3,"h":1,"t":0,"uu":"frost giant everlasting one|mpmm","m":"bestiary/tokens/MPMM/Frost Giant Everlasting One.webp","n":"Frost Giant Everlasting One"},{"id":301,"c":1,"u":"frost%20salamander_mpmm","p":132,"s":3,"h":1,"t":0,"uu":"frost salamander|mpmm","m":"bestiary/tokens/MPMM/Frost Salamander.webp","n":"Frost Salamander"},{"id":302,"c":1,"u":"gauth_mpmm","p":133,"s":3,"h":1,"t":0,"uu":"gauth|mpmm","m":"bestiary/tokens/MPMM/Gauth.webp","n":"Gauth"},{"id":303,"c":1,"u":"gazer_mpmm","p":134,"s":3,"h":1,"t":0,"uu":"gazer|mpmm","m":"bestiary/tokens/MPMM/Gazer.webp","n":"Gazer"},{"id":304,"c":1,"u":"geryon_mpmm","p":136,"s":3,"h":1,"t":0,"uu":"geryon|mpmm","m":"bestiary/tokens/MPMM/Geryon.webp","n":"Geryon"},{"id":305,"c":1,"u":"giant%20strider_mpmm","p":137,"s":3,"h":1,"t":0,"uu":"giant strider|mpmm","m":"bestiary/tokens/MPMM/Giant Strider.webp","n":"Giant Strider"},{"id":306,"c":1,"u":"giff_mpmm","p":138,"s":3,"h":1,"t":0,"uu":"giff|mpmm","m":"bestiary/tokens/MPMM/Giff.webp","n":"Giff"},{"id":307,"c":1,"u":"girallon_mpmm","p":139,"s":3,"h":1,"t":0,"uu":"girallon|mpmm","m":"bestiary/tokens/MPMM/Girallon.webp","n":"Girallon"},{"id":308,"c":1,"u":"githyanki%20gish_mpmm","p":140,"s":3,"h":1,"t":0,"uu":"githyanki gish|mpmm","m":"bestiary/tokens/MPMM/Githyanki Gish.webp","n":"Githyanki Gish"},{"id":309,"c":1,"u":"githyanki%20kith'rak_mpmm","p":140,"s":3,"h":1,"t":0,"uu":"githyanki kith'rak|mpmm","m":"bestiary/tokens/MPMM/Githyanki Kith'rak.webp","n":"Githyanki Kith'rak"},{"id":310,"c":1,"u":"githyanki%20supreme%20commander_mpmm","p":141,"s":3,"h":1,"t":0,"uu":"githyanki supreme commander|mpmm","m":"bestiary/tokens/MPMM/Githyanki Supreme Commander.webp","n":"Githyanki Supreme Commander"},{"id":311,"c":1,"u":"githzerai%20anarch_mpmm","p":142,"s":3,"h":1,"t":0,"uu":"githzerai anarch|mpmm","m":"bestiary/tokens/MPMM/Githzerai Anarch.webp","n":"Githzerai Anarch"},{"id":312,"c":1,"u":"githzerai%20enlightened_mpmm","p":143,"s":3,"h":1,"t":0,"uu":"githzerai enlightened|mpmm","m":"bestiary/tokens/MPMM/Githzerai Enlightened.webp","n":"Githzerai Enlightened"},{"id":313,"c":1,"u":"gnoll%20flesh%20gnawer_mpmm","p":144,"s":3,"h":1,"t":0,"uu":"gnoll flesh gnawer|mpmm","m":"bestiary/tokens/MPMM/Gnoll Flesh Gnawer.webp","n":"Gnoll Flesh Gnawer"},{"id":314,"c":1,"u":"gnoll%20hunter_mpmm","p":144,"s":3,"h":1,"t":0,"uu":"gnoll hunter|mpmm","m":"bestiary/tokens/MPMM/Gnoll Hunter.webp","n":"Gnoll Hunter"},{"id":315,"c":1,"u":"gnoll%20witherling_mpmm","p":145,"s":3,"h":1,"t":0,"uu":"gnoll witherling|mpmm","m":"bestiary/tokens/MPMM/Gnoll Witherling.webp","n":"Gnoll Witherling"},{"id":316,"c":1,"u":"gray%20render_mpmm","p":146,"s":3,"h":1,"t":0,"uu":"gray render|mpmm","m":"bestiary/tokens/MPMM/Gray Render.webp","n":"Gray Render"},{"id":317,"c":1,"u":"graz'zt_mpmm","p":148,"s":3,"h":1,"t":0,"uu":"graz'zt|mpmm","m":"bestiary/tokens/MPMM/Graz'zt.webp","n":"Graz'zt"},{"id":318,"c":1,"u":"green%20abishai_mpmm","p":40,"s":3,"h":1,"t":0,"uu":"green abishai|mpmm","m":"bestiary/tokens/MPMM/Green Abishai.webp","n":"Green Abishai"},{"id":319,"c":1,"u":"grung_mpmm","p":149,"s":3,"h":1,"t":0,"uu":"grung|mpmm","m":"bestiary/tokens/MPMM/Grung.webp","n":"Grung"},{"id":320,"c":1,"u":"grung%20elite%20warrior_mpmm","p":150,"s":3,"h":1,"t":0,"uu":"grung elite warrior|mpmm","m":"bestiary/tokens/MPMM/Grung Elite Warrior.webp","n":"Grung Elite Warrior"},{"id":321,"c":1,"u":"grung%20wildling_mpmm","p":150,"s":3,"h":1,"t":0,"uu":"grung wildling|mpmm","m":"bestiary/tokens/MPMM/Grung Wildling.webp","n":"Grung Wildling"},{"id":322,"c":1,"u":"guard%20drake_mpmm","p":151,"s":3,"h":1,"t":0,"uu":"guard drake|mpmm","m":"bestiary/tokens/MPMM/Guard Drake.webp","n":"Guard Drake"},{"id":323,"c":1,"u":"hadrosaurus_mpmm","p":96,"s":3,"h":1,"t":0,"uu":"hadrosaurus|mpmm","m":"bestiary/tokens/MPMM/Hadrosaurus.webp","n":"Hadrosaurus"},{"id":324,"c":1,"u":"hellfire%20engine_mpmm","p":152,"s":3,"h":1,"t":0,"uu":"hellfire engine|mpmm","m":"bestiary/tokens/MPMM/Hellfire Engine.webp","n":"Hellfire Engine"},{"id":325,"c":1,"u":"hobgoblin%20devastator_mpmm","p":153,"s":3,"h":1,"t":0,"uu":"hobgoblin devastator|mpmm","m":"bestiary/tokens/MPMM/Hobgoblin Devastator.webp","n":"Hobgoblin Devastator"},{"id":326,"c":1,"u":"hobgoblin%20iron%20shadow_mpmm","p":154,"s":3,"h":1,"t":0,"uu":"hobgoblin iron shadow|mpmm","m":"bestiary/tokens/MPMM/Hobgoblin Iron Shadow.webp","n":"Hobgoblin Iron Shadow"},{"id":327,"c":1,"u":"howler_mpmm","p":155,"s":3,"h":1,"t":0,"uu":"howler|mpmm","m":"bestiary/tokens/MPMM/Howler.webp","n":"Howler"},{"id":328,"c":1,"u":"hungry%20sorrowsworn_mpmm","p":223,"s":3,"h":1,"t":0,"uu":"hungry sorrowsworn|mpmm","m":"bestiary/tokens/MPMM/Hungry Sorrowsworn.webp","n":"Hungry Sorrowsworn"},{"id":329,"c":1,"u":"hutijin_mpmm","p":157,"s":3,"h":1,"t":0,"uu":"hutijin|mpmm","m":"bestiary/tokens/MPMM/Hutijin.webp","n":"Hutijin"},{"id":330,"c":1,"u":"hydroloth_mpmm","p":158,"s":3,"h":1,"t":0,"uu":"hydroloth|mpmm","m":"bestiary/tokens/MPMM/Hydroloth.webp","n":"Hydroloth"},{"id":331,"c":1,"u":"illusionist%20wizard_mpmm","p":263,"s":3,"h":1,"t":0,"uu":"illusionist wizard|mpmm","m":"bestiary/tokens/MPMM/Illusionist Wizard.webp","n":"Illusionist Wizard"},{"id":332,"c":1,"u":"juiblex_mpmm","p":160,"s":3,"h":1,"t":0,"uu":"juiblex|mpmm","m":"bestiary/tokens/MPMM/Juiblex.webp","n":"Juiblex"},{"id":333,"c":1,"u":"ki-rin_mpmm","p":162,"s":3,"h":1,"t":0,"uu":"ki-rin|mpmm","m":"bestiary/tokens/MPMM/Ki-rin.webp","n":"Ki-rin"},{"id":334,"c":1,"u":"kobold%20dragonshield_mpmm","p":163,"s":3,"h":1,"t":0,"uu":"kobold dragonshield|mpmm","m":"bestiary/tokens/MPMM/Kobold Dragonshield.webp","n":"Kobold Dragonshield"},{"id":335,"c":1,"u":"kobold%20inventor_mpmm","p":164,"s":3,"h":1,"t":0,"uu":"kobold inventor|mpmm","m":"bestiary/tokens/MPMM/Kobold Inventor.webp","n":"Kobold Inventor"},{"id":336,"c":1,"u":"kobold%20scale%20sorcerer_mpmm","p":165,"s":3,"h":1,"t":0,"uu":"kobold scale sorcerer|mpmm","m":"bestiary/tokens/MPMM/Kobold Scale Sorcerer.webp","n":"Kobold Scale Sorcerer"},{"id":337,"c":1,"u":"korred_mpmm","p":166,"s":3,"h":1,"t":0,"uu":"korred|mpmm","m":"bestiary/tokens/MPMM/Korred.webp","n":"Korred"},{"id":338,"c":1,"u":"kraken%20priest_mpmm","p":167,"s":3,"h":1,"t":0,"uu":"kraken priest|mpmm","m":"bestiary/tokens/MPMM/Kraken Priest.webp","n":"Kraken Priest"},{"id":339,"c":1,"u":"kruthik%20hive%20lord_mpmm","p":169,"s":3,"h":1,"t":0,"uu":"kruthik hive lord|mpmm","m":"bestiary/tokens/MPMM/Kruthik Hive Lord.webp","n":"Kruthik Hive Lord"},{"id":340,"c":1,"u":"leucrotta_mpmm","p":170,"s":3,"h":1,"t":0,"uu":"leucrotta|mpmm","m":"bestiary/tokens/MPMM/Leucrotta.webp","n":"Leucrotta"},{"id":341,"c":1,"u":"leviathan_mpmm","p":171,"s":3,"h":1,"t":0,"uu":"leviathan|mpmm","m":"bestiary/tokens/MPMM/Leviathan.webp","n":"Leviathan"},{"id":342,"c":1,"u":"lonely%20sorrowsworn_mpmm","p":223,"s":3,"h":1,"t":0,"uu":"lonely sorrowsworn|mpmm","m":"bestiary/tokens/MPMM/Lonely Sorrowsworn.webp","n":"Lonely Sorrowsworn"},{"id":343,"c":1,"u":"lost%20sorrowsworn_mpmm","p":224,"s":3,"h":1,"t":0,"uu":"lost sorrowsworn|mpmm","m":"bestiary/tokens/MPMM/Lost Sorrowsworn.webp","n":"Lost Sorrowsworn"},{"id":344,"c":1,"u":"male%20steeder_mpmm","p":231,"s":3,"h":1,"t":0,"uu":"male steeder|mpmm","m":"bestiary/tokens/MPMM/Male Steeder.webp","n":"Male Steeder"},{"id":345,"c":1,"u":"martial%20arts%20adept_mpmm","p":172,"s":3,"h":1,"t":0,"uu":"martial arts adept|mpmm","m":"bestiary/tokens/MPMM/Martial Arts Adept.webp","n":"Martial Arts Adept"},{"id":346,"c":1,"u":"marut_mpmm","p":173,"s":3,"h":1,"t":0,"uu":"marut|mpmm","m":"bestiary/tokens/MPMM/Marut.webp","n":"Marut"},{"id":347,"c":1,"u":"master%20thief_mpmm","p":174,"s":3,"h":1,"t":0,"uu":"master thief|mpmm","m":"bestiary/tokens/MPMM/Master Thief.webp","n":"Master Thief"},{"id":348,"c":1,"u":"maurezhi_mpmm","p":175,"s":3,"h":1,"t":0,"uu":"maurezhi|mpmm","m":"bestiary/tokens/MPMM/Maurezhi.webp","n":"Maurezhi"},{"id":349,"c":1,"u":"maw%20demon_mpmm","p":176,"s":3,"h":1,"t":0,"uu":"maw demon|mpmm","m":"bestiary/tokens/MPMM/Maw Demon.webp","n":"Maw Demon"},{"id":350,"c":1,"u":"meazel_mpmm","p":177,"s":3,"h":1,"t":0,"uu":"meazel|mpmm","m":"bestiary/tokens/MPMM/Meazel.webp","n":"Meazel"},{"id":351,"c":1,"u":"meenlock_mpmm","p":178,"s":3,"h":1,"t":0,"uu":"meenlock|mpmm","m":"bestiary/tokens/MPMM/Meenlock.webp","n":"Meenlock"},{"id":352,"c":1,"u":"merregon_mpmm","p":179,"s":3,"h":1,"t":0,"uu":"merregon|mpmm","m":"bestiary/tokens/MPMM/Merregon.webp","n":"Merregon"},{"id":353,"c":1,"u":"merrenoloth_mpmm","p":180,"s":3,"h":1,"t":0,"uu":"merrenoloth|mpmm","m":"bestiary/tokens/MPMM/Merrenoloth.webp","n":"Merrenoloth"},{"id":354,"c":1,"u":"mindwitness_mpmm","p":181,"s":3,"h":1,"t":0,"uu":"mindwitness|mpmm","m":"bestiary/tokens/MPMM/Mindwitness.webp","n":"Mindwitness"},{"id":355,"c":1,"u":"moloch_mpmm","p":183,"s":3,"h":1,"t":0,"uu":"moloch|mpmm","m":"bestiary/tokens/MPMM/Moloch.webp","n":"Moloch"},{"id":356,"c":1,"u":"molydeus_mpmm","p":184,"s":3,"h":1,"t":0,"uu":"molydeus|mpmm","m":"bestiary/tokens/MPMM/Molydeus.webp","n":"Molydeus"},{"id":357,"c":1,"u":"morkoth_mpmm","p":186,"s":3,"h":1,"t":0,"uu":"morkoth|mpmm","m":"bestiary/tokens/MPMM/Morkoth.webp","n":"Morkoth"},{"id":358,"c":1,"u":"mouth%20of%20grolantor_mpmm","p":187,"s":3,"h":1,"t":0,"uu":"mouth of grolantor|mpmm","m":"bestiary/tokens/MPMM/Mouth of Grolantor.webp","n":"Mouth of Grolantor"},{"id":359,"c":1,"u":"nabassu_mpmm","p":188,"s":3,"h":1,"t":0,"uu":"nabassu|mpmm","m":"bestiary/tokens/MPMM/Nabassu.webp","n":"Nabassu"},{"id":360,"c":1,"u":"nagpa_mpmm","p":189,"s":3,"h":1,"t":0,"uu":"nagpa|mpmm","m":"bestiary/tokens/MPMM/Nagpa.webp","n":"Nagpa"},{"id":361,"c":1,"u":"narzugon_mpmm","p":190,"s":3,"h":1,"t":0,"uu":"narzugon|mpmm","m":"bestiary/tokens/MPMM/Narzugon.webp","n":"Narzugon"},{"id":362,"c":1,"u":"necromancer%20wizard_mpmm","p":264,"s":3,"h":1,"t":0,"uu":"necromancer wizard|mpmm","m":"bestiary/tokens/MPMM/Necromancer Wizard.webp","n":"Necromancer Wizard"},{"id":363,"c":1,"u":"neogi_mpmm","p":192,"s":3,"h":1,"t":0,"uu":"neogi|mpmm","m":"bestiary/tokens/MPMM/Neogi.webp","n":"Neogi"},{"id":364,"c":1,"u":"neogi%20hatchling_mpmm","p":191,"s":3,"h":1,"t":0,"uu":"neogi hatchling|mpmm","m":"bestiary/tokens/MPMM/Neogi Hatchling.webp","n":"Neogi Hatchling"},{"id":365,"c":1,"u":"neogi%20master_mpmm","p":192,"s":3,"h":1,"t":0,"uu":"neogi master|mpmm","m":"bestiary/tokens/MPMM/Neogi Master.webp","n":"Neogi Master"},{"id":366,"c":1,"u":"neothelid_mpmm","p":193,"s":3,"h":1,"t":0,"uu":"neothelid|mpmm","m":"bestiary/tokens/MPMM/Neothelid.webp","n":"Neothelid"},{"id":367,"c":1,"u":"nightwalker_mpmm","p":194,"s":3,"h":1,"t":0,"uu":"nightwalker|mpmm","m":"bestiary/tokens/MPMM/Nightwalker.webp","n":"Nightwalker"},{"id":368,"c":1,"u":"nilbog_mpmm","p":195,"s":3,"h":1,"t":0,"uu":"nilbog|mpmm","m":"bestiary/tokens/MPMM/Nilbog.webp","n":"Nilbog"},{"id":369,"c":1,"u":"nupperibo_mpmm","p":196,"s":3,"h":1,"t":0,"uu":"nupperibo|mpmm","m":"bestiary/tokens/MPMM/Nupperibo.webp","n":"Nupperibo"},{"id":370,"c":1,"u":"oblex%20spawn_mpmm","p":197,"s":3,"h":1,"t":0,"uu":"oblex spawn|mpmm","m":"bestiary/tokens/MPMM/Oblex Spawn.webp","n":"Oblex Spawn"},{"id":371,"c":1,"u":"ogre%20battering%20ram_mpmm","p":200,"s":3,"h":1,"t":0,"uu":"ogre battering ram|mpmm","m":"bestiary/tokens/MPMM/Ogre Battering Ram.webp","n":"Ogre Battering Ram"},{"id":372,"c":1,"u":"ogre%20bolt%20launcher_mpmm","p":200,"s":3,"h":1,"t":0,"uu":"ogre bolt launcher|mpmm","m":"bestiary/tokens/MPMM/Ogre Bolt Launcher.webp","n":"Ogre Bolt Launcher"},{"id":373,"c":1,"u":"ogre%20chain%20brute_mpmm","p":201,"s":3,"h":1,"t":0,"uu":"ogre chain brute|mpmm","m":"bestiary/tokens/MPMM/Ogre Chain Brute.webp","n":"Ogre Chain Brute"},{"id":374,"c":1,"u":"ogre%20howdah_mpmm","p":201,"s":3,"h":1,"t":0,"uu":"ogre howdah|mpmm","m":"bestiary/tokens/MPMM/Ogre Howdah.webp","n":"Ogre Howdah"},{"id":375,"c":1,"u":"oinoloth_mpmm","p":202,"s":3,"h":1,"t":0,"uu":"oinoloth|mpmm","m":"bestiary/tokens/MPMM/Oinoloth.webp","n":"Oinoloth"},{"id":376,"c":1,"u":"orcus_mpmm","p":204,"s":3,"h":1,"t":0,"uu":"orcus|mpmm","m":"bestiary/tokens/MPMM/Orcus.webp","n":"Orcus"},{"id":377,"c":1,"u":"orthon_mpmm","p":205,"s":3,"h":1,"t":0,"uu":"orthon|mpmm","m":"bestiary/tokens/MPMM/Orthon.webp","n":"Orthon"},{"id":378,"c":1,"u":"ox_mpmm","p":72,"s":3,"h":1,"t":0,"uu":"ox|mpmm","m":"bestiary/tokens/MPMM/Ox.webp","n":"Ox"},{"id":379,"c":1,"u":"phoenix_mpmm","p":206,"s":3,"h":1,"t":0,"uu":"phoenix|mpmm","m":"bestiary/tokens/MPMM/Phoenix.webp","n":"Phoenix"},{"id":380,"c":1,"u":"quetzalcoatlus_mpmm","p":96,"s":3,"h":1,"t":0,"uu":"quetzalcoatlus|mpmm","m":"bestiary/tokens/MPMM/Quetzalcoatlus.webp","n":"Quetzalcoatlus"},{"id":381,"c":1,"u":"quickling_mpmm","p":207,"s":3,"h":1,"t":0,"uu":"quickling|mpmm","m":"bestiary/tokens/MPMM/Quickling.webp","n":"Quickling"},{"id":382,"c":1,"u":"red%20abishai_mpmm","p":40,"s":3,"h":1,"t":0,"uu":"red abishai|mpmm","m":"bestiary/tokens/MPMM/Red Abishai.webp","n":"Red Abishai"},{"id":383,"c":1,"u":"redcap_mpmm","p":208,"s":3,"h":1,"t":0,"uu":"redcap|mpmm","m":"bestiary/tokens/MPMM/Redcap.webp","n":"Redcap"},{"id":384,"c":1,"u":"retriever_mpmm","p":209,"s":3,"h":1,"t":0,"uu":"retriever|mpmm","m":"bestiary/tokens/MPMM/Retriever.webp","n":"Retriever"},{"id":385,"c":1,"u":"rot%20troll_mpmm","p":247,"s":3,"h":1,"t":0,"uu":"rot troll|mpmm","m":"bestiary/tokens/MPMM/Rot Troll.webp","n":"Rot Troll"},{"id":386,"c":1,"u":"rutterkin_mpmm","p":210,"s":3,"h":1,"t":0,"uu":"rutterkin|mpmm","m":"bestiary/tokens/MPMM/Rutterkin.webp","n":"Rutterkin"},{"id":387,"c":1,"u":"sacred%20statue_mpmm","p":114,"s":3,"h":1,"t":0,"uu":"sacred statue|mpmm","m":"bestiary/tokens/MPMM/Sacred Statue.webp","n":"Sacred Statue"},{"id":388,"c":1,"u":"sea%20spawn_mpmm","p":211,"s":3,"h":1,"t":0,"uu":"sea spawn|mpmm","m":"bestiary/tokens/MPMM/Sea Spawn.webp","n":"Sea Spawn"},{"id":389,"c":1,"u":"shadar-kai%20gloom%20weaver_mpmm","p":213,"s":3,"h":1,"t":0,"uu":"shadar-kai gloom weaver|mpmm","m":"bestiary/tokens/MPMM/Shadar-kai Gloom Weaver.webp","n":"Shadar-kai Gloom Weaver"},{"id":390,"c":1,"u":"shadar-kai%20shadow%20dancer_mpmm","p":213,"s":3,"h":1,"t":0,"uu":"shadar-kai shadow dancer|mpmm","m":"bestiary/tokens/MPMM/Shadar-kai Shadow Dancer.webp","n":"Shadar-kai Shadow Dancer"},{"id":391,"c":1,"u":"shadar-kai%20soul%20monger_mpmm","p":214,"s":3,"h":1,"t":0,"uu":"shadar-kai soul monger|mpmm","m":"bestiary/tokens/MPMM/Shadar-kai Soul Monger.webp","n":"Shadar-kai Soul Monger"},{"id":392,"c":1,"u":"shadow%20mastiff_mpmm","p":215,"s":3,"h":1,"t":0,"uu":"shadow mastiff|mpmm","m":"bestiary/tokens/MPMM/Shadow Mastiff.webp","n":"Shadow Mastiff"},{"id":393,"c":1,"u":"shadow%20mastiff%20alpha_mpmm","p":215,"s":3,"h":1,"t":0,"uu":"shadow mastiff alpha|mpmm","m":"bestiary/tokens/MPMM/Shadow Mastiff Alpha.webp","n":"Shadow Mastiff Alpha"},{"id":394,"c":1,"u":"shoosuva_mpmm","p":216,"s":3,"h":1,"t":0,"uu":"shoosuva|mpmm","m":"bestiary/tokens/MPMM/Shoosuva.webp","n":"Shoosuva"},{"id":395,"c":1,"u":"sibriex_mpmm","p":217,"s":3,"h":1,"t":0,"uu":"sibriex|mpmm","m":"bestiary/tokens/MPMM/Sibriex.webp","n":"Sibriex"},{"id":396,"c":1,"u":"skulk_mpmm","p":219,"s":3,"h":1,"t":0,"uu":"skulk|mpmm","m":"bestiary/tokens/MPMM/Skulk.webp","n":"Skulk"},{"id":397,"c":1,"u":"skull%20lord_mpmm","p":220,"s":3,"h":1,"t":0,"uu":"skull lord|mpmm","m":"bestiary/tokens/MPMM/Skull Lord.webp","n":"Skull Lord"},{"id":398,"c":1,"u":"slithering%20tracker_mpmm","p":221,"s":3,"h":1,"t":0,"uu":"slithering tracker|mpmm","m":"bestiary/tokens/MPMM/Slithering Tracker.webp","n":"Slithering Tracker"},{"id":399,"c":1,"u":"spawn%20of%20kyuss_mpmm","p":225,"s":3,"h":1,"t":0,"uu":"spawn of kyuss|mpmm","m":"bestiary/tokens/MPMM/Spawn of Kyuss.webp","n":"Spawn of Kyuss"},{"id":400,"c":1,"u":"spirit%20troll_mpmm","p":247,"s":3,"h":1,"t":0,"uu":"spirit troll|mpmm","m":"bestiary/tokens/MPMM/Spirit Troll.webp","n":"Spirit Troll"},{"id":401,"c":1,"u":"spring%20eladrin_mpmm","p":116,"s":3,"h":1,"t":0,"uu":"spring eladrin|mpmm","m":"bestiary/tokens/MPMM/Spring Eladrin.webp","n":"Spring Eladrin"},{"id":402,"c":1,"u":"star%20spawn%20grue_mpmm","p":227,"s":3,"h":1,"t":0,"uu":"star spawn grue|mpmm","m":"bestiary/tokens/MPMM/Star Spawn Grue.webp","n":"Star Spawn Grue"},{"id":403,"c":1,"u":"star%20spawn%20hulk_mpmm","p":227,"s":3,"h":1,"t":0,"uu":"star spawn hulk|mpmm","m":"bestiary/tokens/MPMM/Star Spawn Hulk.webp","n":"Star Spawn Hulk"},{"id":404,"c":1,"u":"star%20spawn%20larva%20mage_mpmm","p":228,"s":3,"h":1,"t":0,"uu":"star spawn larva mage|mpmm","m":"bestiary/tokens/MPMM/Star Spawn Larva Mage.webp","n":"Star Spawn Larva Mage"},{"id":405,"c":1,"u":"star%20spawn%20mangler_mpmm","p":229,"s":3,"h":1,"t":0,"uu":"star spawn mangler|mpmm","m":"bestiary/tokens/MPMM/Star Spawn Mangler.webp","n":"Star Spawn Mangler"},{"id":406,"c":1,"u":"star%20spawn%20seer_mpmm","p":230,"s":3,"h":1,"t":0,"uu":"star spawn seer|mpmm","m":"bestiary/tokens/MPMM/Star Spawn Seer.webp","n":"Star Spawn Seer"},{"id":407,"c":1,"u":"steel%20predator_mpmm","p":232,"s":3,"h":1,"t":0,"uu":"steel predator|mpmm","m":"bestiary/tokens/MPMM/Steel Predator.webp","n":"Steel Predator"},{"id":408,"c":1,"u":"stegosaurus_mpmm","p":96,"s":3,"h":1,"t":0,"uu":"stegosaurus|mpmm","m":"bestiary/tokens/MPMM/Stegosaurus.webp","n":"Stegosaurus"},{"id":409,"c":1,"u":"stench%20kow_mpmm","p":72,"s":3,"h":1,"t":0,"uu":"stench kow|mpmm","m":"bestiary/tokens/MPMM/Stench Kow.webp","n":"Stench Kow"},{"id":410,"c":1,"u":"stone%20cursed_mpmm","p":233,"s":3,"h":1,"t":0,"uu":"stone cursed|mpmm","m":"bestiary/tokens/MPMM/Stone Cursed.webp","n":"Stone Cursed"},{"id":411,"c":1,"u":"stone%20giant%20dreamwalker_mpmm","p":234,"s":3,"h":1,"t":0,"uu":"stone giant dreamwalker|mpmm","m":"bestiary/tokens/MPMM/Stone Giant Dreamwalker.webp","n":"Stone Giant Dreamwalker"},{"id":412,"c":1,"u":"storm%20giant%20quintessent_mpmm","p":235,"s":3,"h":1,"t":0,"uu":"storm giant quintessent|mpmm","m":"bestiary/tokens/MPMM/Storm Giant Quintessent.webp","n":"Storm Giant Quintessent"},{"id":413,"c":1,"u":"summer%20eladrin_mpmm","p":116,"s":3,"h":1,"t":0,"uu":"summer eladrin|mpmm","m":"bestiary/tokens/MPMM/Summer Eladrin.webp","n":"Summer Eladrin"},{"id":414,"c":1,"u":"swarm%20of%20cranium%20rats_mpmm","p":83,"s":3,"h":1,"t":0,"uu":"swarm of cranium rats|mpmm","m":"bestiary/tokens/MPMM/Swarm of Cranium Rats.webp","n":"Swarm of Cranium Rats"},{"id":415,"c":1,"u":"swarm%20of%20rot%20grubs_mpmm","p":237,"s":3,"h":1,"t":0,"uu":"swarm of rot grubs|mpmm","m":"bestiary/tokens/MPMM/Swarm of Rot Grubs.webp","n":"Swarm of Rot Grubs"},{"id":416,"c":1,"u":"swashbuckler_mpmm","p":238,"s":3,"h":1,"t":0,"uu":"swashbuckler|mpmm","m":"bestiary/tokens/MPMM/Swashbuckler.webp","n":"Swashbuckler"},{"id":417,"c":1,"u":"sword%20wraith%20commander_mpmm","p":239,"s":3,"h":1,"t":0,"uu":"sword wraith commander|mpmm","m":"bestiary/tokens/MPMM/Sword Wraith Commander.webp","n":"Sword Wraith Commander"},{"id":418,"c":1,"u":"sword%20wraith%20warrior_mpmm","p":239,"s":3,"h":1,"t":0,"uu":"sword wraith warrior|mpmm","m":"bestiary/tokens/MPMM/Sword Wraith Warrior.webp","n":"Sword Wraith Warrior"},{"id":419,"c":1,"u":"tanarukk_mpmm","p":240,"s":3,"h":1,"t":0,"uu":"tanarukk|mpmm","m":"bestiary/tokens/MPMM/Tanarukk.webp","n":"Tanarukk"},{"id":420,"c":1,"u":"thorny%20vegepygmy_mpmm","p":253,"s":3,"h":1,"t":0,"uu":"thorny vegepygmy|mpmm","m":"bestiary/tokens/MPMM/Thorny Vegepygmy.webp","n":"Thorny Vegepygmy"},{"id":421,"c":1,"u":"titivilus_mpmm","p":242,"s":3,"h":1,"t":0,"uu":"titivilus|mpmm","m":"bestiary/tokens/MPMM/Titivilus.webp","n":"Titivilus"},{"id":422,"c":1,"u":"tlincalli_mpmm","p":242,"s":3,"h":1,"t":0,"uu":"tlincalli|mpmm","m":"bestiary/tokens/MPMM/Tlincalli.webp","n":"Tlincalli"},{"id":423,"c":1,"u":"tortle_mpmm","p":244,"s":3,"h":1,"t":0,"uu":"tortle|mpmm","m":"bestiary/tokens/MPMM/Tortle.webp","n":"Tortle"},{"id":424,"c":1,"u":"tortle%20druid_mpmm","p":244,"s":3,"h":1,"t":0,"uu":"tortle druid|mpmm","m":"bestiary/tokens/MPMM/Tortle Druid.webp","n":"Tortle Druid"},{"id":425,"c":1,"u":"transmuter%20wizard_mpmm","p":265,"s":3,"h":1,"t":0,"uu":"transmuter wizard|mpmm","m":"bestiary/tokens/MPMM/Transmuter Wizard.webp","n":"Transmuter Wizard"},{"id":426,"c":1,"u":"trapper_mpmm","p":245,"s":3,"h":1,"t":0,"uu":"trapper|mpmm","m":"bestiary/tokens/MPMM/Trapper.webp","n":"Trapper"},{"id":427,"c":1,"u":"ulitharid_mpmm","p":249,"s":3,"h":1,"t":0,"uu":"ulitharid|mpmm","m":"bestiary/tokens/MPMM/Ulitharid.webp","n":"Ulitharid"},{"id":428,"c":1,"u":"vampiric%20mist_mpmm","p":250,"s":3,"h":1,"t":0,"uu":"vampiric mist|mpmm","m":"bestiary/tokens/MPMM/Vampiric Mist.webp","n":"Vampiric Mist"},{"id":429,"c":1,"u":"vargouille_mpmm","p":251,"s":3,"h":1,"t":0,"uu":"vargouille|mpmm","m":"bestiary/tokens/MPMM/Vargouille.webp","n":"Vargouille"},{"id":430,"c":1,"u":"vegepygmy_mpmm","p":252,"s":3,"h":1,"t":0,"uu":"vegepygmy|mpmm","m":"bestiary/tokens/MPMM/Vegepygmy.webp","n":"Vegepygmy"},{"id":431,"c":1,"u":"vegepygmy%20chief_mpmm","p":253,"s":3,"h":1,"t":0,"uu":"vegepygmy chief|mpmm","m":"bestiary/tokens/MPMM/Vegepygmy Chief.webp","n":"Vegepygmy Chief"},{"id":432,"c":1,"u":"velociraptor_mpmm","p":96,"s":3,"h":1,"t":0,"uu":"velociraptor|mpmm","m":"bestiary/tokens/MPMM/Velociraptor.webp","n":"Velociraptor"},{"id":433,"c":1,"u":"venom%20troll_mpmm","p":248,"s":3,"h":1,"t":0,"uu":"venom troll|mpmm","m":"bestiary/tokens/MPMM/Venom Troll.webp","n":"Venom Troll"},{"id":434,"c":1,"u":"war%20priest_mpmm","p":254,"s":3,"h":1,"t":0,"uu":"war priest|mpmm","m":"bestiary/tokens/MPMM/War Priest.webp","n":"War Priest"},{"id":435,"c":1,"u":"warlock%20of%20the%20archfey_mpmm","p":255,"s":3,"h":1,"t":0,"uu":"warlock of the archfey|mpmm","m":"bestiary/tokens/MPMM/Warlock of the Archfey.webp","n":"Warlock of the Archfey"},{"id":436,"c":1,"u":"warlock%20of%20the%20fiend_mpmm","p":255,"s":3,"h":1,"t":0,"uu":"warlock of the fiend|mpmm","m":"bestiary/tokens/MPMM/Warlock of the Fiend.webp","n":"Warlock of the Fiend"},{"id":437,"c":1,"u":"warlock%20of%20the%20great%20old%20one_mpmm","p":256,"s":3,"h":1,"t":0,"uu":"warlock of the great old one|mpmm","m":"bestiary/tokens/MPMM/Warlock of the Great Old One.webp","n":"Warlock of the Great Old One"},{"id":438,"c":1,"u":"warlord_mpmm","p":257,"s":3,"h":1,"t":0,"uu":"warlord|mpmm","m":"bestiary/tokens/MPMM/Warlord.webp","n":"Warlord"},{"id":439,"c":1,"u":"wastrilith_mpmm","p":258,"s":3,"h":1,"t":0,"uu":"wastrilith|mpmm","m":"bestiary/tokens/MPMM/Wastrilith.webp","n":"Wastrilith"},{"id":440,"c":1,"u":"water%20elemental%20myrmidon_mpmm","p":123,"s":3,"h":1,"t":0,"uu":"water elemental myrmidon|mpmm","m":"bestiary/tokens/MPMM/Water Elemental Myrmidon.webp","n":"Water Elemental Myrmidon"},{"id":441,"c":1,"u":"white%20abishai_mpmm","p":41,"s":3,"h":1,"t":0,"uu":"white abishai|mpmm","m":"bestiary/tokens/MPMM/White Abishai.webp","n":"White Abishai"},{"id":442,"c":1,"u":"winter%20eladrin_mpmm","p":117,"s":3,"h":1,"t":0,"uu":"winter eladrin|mpmm","m":"bestiary/tokens/MPMM/Winter Eladrin.webp","n":"Winter Eladrin"},{"id":443,"c":1,"u":"wood%20woad_mpmm","p":266,"s":3,"h":1,"t":0,"uu":"wood woad|mpmm","m":"bestiary/tokens/MPMM/Wood Woad.webp","n":"Wood Woad"},{"id":444,"c":1,"u":"wretched%20sorrowsworn_mpmm","p":224,"s":3,"h":1,"t":0,"uu":"wretched sorrowsworn|mpmm","m":"bestiary/tokens/MPMM/Wretched Sorrowsworn.webp","n":"Wretched Sorrowsworn"},{"id":445,"c":1,"u":"xvart_mpmm","p":267,"s":3,"h":1,"t":0,"uu":"xvart|mpmm","m":"bestiary/tokens/MPMM/Xvart.webp","n":"Xvart"},{"id":446,"c":1,"u":"xvart%20warlock%20of%20raxivort_mpmm","p":267,"s":3,"h":1,"t":0,"uu":"xvart warlock of raxivort|mpmm","m":"bestiary/tokens/MPMM/Xvart Warlock of Raxivort.webp","n":"Xvart Warlock of Raxivort"},{"id":447,"c":1,"u":"yagnoloth_mpmm","p":268,"s":3,"h":1,"t":0,"uu":"yagnoloth|mpmm","m":"bestiary/tokens/MPMM/Yagnoloth.webp","n":"Yagnoloth"},{"id":448,"c":1,"u":"yeenoghu_mpmm","p":270,"s":3,"h":1,"t":0,"uu":"yeenoghu|mpmm","m":"bestiary/tokens/MPMM/Yeenoghu.webp","n":"Yeenoghu"},{"id":449,"c":1,"u":"yeth%20hound_mpmm","p":271,"s":3,"h":1,"t":0,"uu":"yeth hound|mpmm","m":"bestiary/tokens/MPMM/Yeth Hound.webp","n":"Yeth Hound"},{"id":450,"c":1,"u":"young%20kruthik_mpmm","p":168,"s":3,"h":1,"t":0,"uu":"young kruthik|mpmm","m":"bestiary/tokens/MPMM/Young Kruthik.webp","n":"Young Kruthik"},{"id":451,"c":1,"u":"yuan-ti%20anathema_mpmm","p":272,"s":3,"h":1,"t":0,"uu":"yuan-ti anathema|mpmm","m":"bestiary/tokens/MPMM/Yuan-ti Anathema.webp","n":"Yuan-ti Anathema"},{"id":452,"c":1,"u":"yuan-ti%20broodguard_mpmm","p":273,"s":3,"h":1,"t":0,"uu":"yuan-ti broodguard|mpmm","m":"bestiary/tokens/MPMM/Yuan-ti Broodguard.webp","n":"Yuan-ti Broodguard"},{"id":453,"c":1,"u":"yuan-ti%20mind%20whisperer_mpmm","p":274,"s":3,"h":1,"t":0,"uu":"yuan-ti mind whisperer|mpmm","m":"bestiary/tokens/MPMM/Yuan-ti Mind Whisperer.webp","n":"Yuan-ti Mind Whisperer"},{"id":454,"c":1,"u":"yuan-ti%20nightmare%20speaker_mpmm","p":275,"s":3,"h":1,"t":0,"uu":"yuan-ti nightmare speaker|mpmm","m":"bestiary/tokens/MPMM/Yuan-ti Nightmare Speaker.webp","n":"Yuan-ti Nightmare Speaker"},{"id":455,"c":1,"u":"yuan-ti%20pit%20master_mpmm","p":276,"s":3,"h":1,"t":0,"uu":"yuan-ti pit master|mpmm","m":"bestiary/tokens/MPMM/Yuan-ti Pit Master.webp","n":"Yuan-ti Pit Master"},{"id":456,"c":1,"u":"zaratan_mpmm","p":278,"s":3,"h":1,"t":0,"uu":"zaratan|mpmm","m":"bestiary/tokens/MPMM/Zaratan.webp","n":"Zaratan"},{"id":457,"c":1,"u":"zariel_mpmm","p":280,"s":3,"h":1,"t":0,"uu":"zariel|mpmm","m":"bestiary/tokens/MPMM/Zariel.webp","n":"Zariel"},{"id":458,"c":1,"u":"zuggtmoy_mpmm","p":281,"s":3,"h":1,"t":0,"uu":"zuggtmoy|mpmm","m":"bestiary/tokens/MPMM/Zuggtmoy.webp","n":"Zuggtmoy"},{"id":459,"c":1,"u":"aberrant%20spirit_tce","p":109,"s":4,"h":1,"t":0,"uu":"aberrant spirit|tce","m":"bestiary/tokens/TCE/Aberrant Spirit.webp","n":"Aberrant Spirit"},{"id":460,"c":1,"u":"adult%20red%20dracolich_tce","p":137,"s":4,"h":1,"t":0,"uu":"adult red dracolich|tce","m":"bestiary/tokens/TCE/Adult Red Dracolich.webp","n":"Adult Red Dracolich"},{"id":461,"c":1,"u":"beast%20of%20the%20land_tce","p":61,"s":4,"h":1,"t":0,"uu":"beast of the land|tce","m":"bestiary/tokens/TCE/Beast of the Land.webp","n":"Beast of the Land"},{"id":462,"c":1,"u":"beast%20of%20the%20sea_tce","p":61,"s":4,"h":1,"t":0,"uu":"beast of the sea|tce","m":"bestiary/tokens/TCE/Beast of the Sea.webp","n":"Beast of the Sea"},{"id":463,"c":1,"u":"beast%20of%20the%20sky_tce","p":61,"s":4,"h":1,"t":0,"uu":"beast of the sky|tce","m":"bestiary/tokens/TCE/Beast of the Sky.webp","n":"Beast of the Sky"},{"id":464,"c":1,"u":"bestial%20spirit_tce","p":109,"s":4,"h":1,"t":0,"uu":"bestial spirit|tce","m":"bestiary/tokens/TCE/Bestial Spirit.webp","n":"Bestial Spirit"},{"id":465,"c":1,"u":"celestial%20spirit_tce","p":110,"s":4,"h":1,"t":0,"uu":"celestial spirit|tce","m":"bestiary/tokens/TCE/Celestial Spirit.webp","n":"Celestial Spirit"},{"id":466,"c":1,"u":"construct%20spirit_tce","p":111,"s":4,"h":1,"t":0,"uu":"construct spirit|tce","m":"bestiary/tokens/TCE/Construct Spirit.webp","n":"Construct Spirit"},{"id":467,"c":1,"u":"dancing%20item_tce","p":29,"s":4,"h":1,"t":0,"uu":"dancing item|tce","m":"bestiary/tokens/TCE/Dancing Item.webp","n":"Dancing Item"},{"id":468,"c":1,"u":"elemental%20spirit_tce","p":111,"s":4,"h":1,"t":0,"uu":"elemental spirit|tce","m":"bestiary/tokens/TCE/Elemental Spirit.webp","n":"Elemental Spirit"},{"id":469,"c":1,"u":"fey%20spirit_tce","p":112,"s":4,"h":1,"t":0,"uu":"fey spirit|tce","m":"bestiary/tokens/TCE/Fey Spirit.webp","n":"Fey Spirit"},{"id":470,"c":1,"u":"fiendish%20spirit_tce","p":112,"s":4,"h":1,"t":0,"uu":"fiendish spirit|tce","m":"bestiary/tokens/TCE/Fiendish Spirit.webp","n":"Fiendish Spirit"},{"id":471,"c":1,"u":"homunculus%20servant_tce","p":22,"s":4,"h":1,"t":0,"uu":"homunculus servant|tce","m":"bestiary/tokens/TCE/Homunculus Servant.webp","n":"Homunculus Servant"},{"id":472,"c":1,"u":"juvenile%20mimic_tce","p":167,"s":4,"h":1,"t":0,"uu":"juvenile mimic|tce","m":"bestiary/tokens/TCE/Juvenile Mimic.webp","n":"Juvenile Mimic"},{"id":473,"c":1,"u":"mighty%20servant%20of%20leuk-o_tce","p":131,"s":4,"h":1,"t":0,"uu":"mighty servant of leuk-o|tce","m":"bestiary/tokens/TCE/Mighty Servant of Leuk-o.webp","n":"Mighty Servant of Leuk-o"},{"id":474,"c":1,"u":"reflection_tce","p":158,"s":4,"h":1,"t":0,"uu":"reflection|tce","m":"bestiary/tokens/TCE/Reflection.webp","n":"Reflection"},{"id":475,"c":1,"u":"shadow%20spirit_tce","p":114,"s":4,"h":1,"t":0,"uu":"shadow spirit|tce","m":"bestiary/tokens/TCE/Shadow Spirit.webp","n":"Shadow Spirit"},{"id":476,"c":1,"u":"steel%20defender_tce","p":19,"s":4,"h":1,"t":0,"uu":"steel defender|tce","m":"bestiary/tokens/TCE/Steel Defender.webp","n":"Steel Defender"},{"id":477,"c":1,"u":"undead%20spirit_tce","p":114,"s":4,"h":1,"t":0,"uu":"undead spirit|tce","m":"bestiary/tokens/TCE/Undead Spirit.webp","n":"Undead Spirit"},{"id":478,"c":1,"u":"wildfire%20spirit_tce","p":40,"s":4,"h":1,"t":0,"uu":"wildfire spirit|tce","m":"bestiary/tokens/TCE/Wildfire Spirit.webp","n":"Wildfire Spirit"},{"id":479,"c":1,"u":"avatar%20of%20death_xdmg","p":252,"s":5,"h":1,"t":0,"uu":"avatar of death|xdmg","m":"bestiary/tokens/XDMG/Avatar of Death.webp","n":"Avatar of Death"},{"id":480,"c":1,"u":"giant%20fly_xdmg","p":261,"s":5,"h":1,"t":0,"uu":"giant fly|xdmg","m":"bestiary/tokens/XDMG/Giant Fly.webp","n":"Giant Fly"},{"id":481,"c":1,"u":"hound%20of%20ill%20omen_xge","p":50,"s":6,"h":1,"t":0,"uu":"hound of ill omen|xge","m":"bestiary/tokens/XGE/Hound of Ill Omen.webp","n":"Hound of Ill Omen"},{"id":482,"c":1,"u":"tiny%20servant_xge","p":169,"s":6,"h":1,"t":0,"uu":"tiny servant|xge","m":"bestiary/tokens/XGE/Tiny Servant.webp","n":"Tiny Servant"},{"id":483,"c":1,"u":"adult%20copper%20dragon_xmm","s":7,"h":1,"t":0,"uu":"adult copper dragon|xmm","m":"bestiary/tokens/MM/Adult Copper Dragon.webp","n":"Adult Copper Dragon"},{"id":484,"c":1,"u":"adult%20red%20dragon_xmm","s":7,"h":1,"t":0,"uu":"adult red dragon|xmm","m":"bestiary/tokens/MM/Adult Red Dragon.webp","n":"Adult Red Dragon"},{"id":485,"c":1,"u":"air%20elemental_xmm","s":7,"h":1,"t":0,"uu":"air elemental|xmm","m":"bestiary/tokens/MM/Air Elemental.webp","n":"Air Elemental"},{"id":486,"c":1,"u":"allosaurus_xmm","s":7,"h":1,"t":0,"uu":"allosaurus|xmm","m":"bestiary/tokens/MM/Allosaurus.webp","n":"Allosaurus"},{"id":487,"c":1,"u":"ancient%20black%20dragon_xmm","s":7,"h":1,"t":0,"uu":"ancient black dragon|xmm","m":"bestiary/tokens/MM/Ancient Black Dragon.webp","n":"Ancient Black Dragon"},{"id":488,"c":1,"u":"animal%20lord_xmm","s":7,"h":1,"t":0,"uu":"animal lord|xmm","m":"bestiary/tokens/MM/Cat.webp","n":"Animal Lord"},{"id":489,"c":1,"u":"animated%20broom_xmm","s":7,"h":1,"t":0,"uu":"animated broom|xmm","m":"bestiary/tokens/PHB/Animated Object (Small).webp","n":"Animated Broom"},{"id":490,"c":1,"u":"ankylosaurus_xmm","s":7,"h":1,"t":0,"uu":"ankylosaurus|xmm","m":"bestiary/tokens/MM/Ankylosaurus.webp","n":"Ankylosaurus"},{"id":491,"c":1,"u":"arcanaloth_xmm","s":7,"h":1,"t":0,"uu":"arcanaloth|xmm","m":"bestiary/tokens/MM/Arcanaloth.webp","n":"Arcanaloth"},{"id":492,"c":1,"u":"archmage_xmm","s":7,"h":1,"t":0,"uu":"archmage|xmm","m":"bestiary/tokens/MM/Archmage.webp","n":"Archmage"},{"id":493,"c":1,"u":"assassin_xmm","s":7,"h":1,"t":0,"uu":"assassin|xmm","m":"bestiary/tokens/MM/Assassin.webp","n":"Assassin"},{"id":494,"c":1,"u":"awakened%20shrub_xmm","s":7,"h":1,"t":0,"uu":"awakened shrub|xmm","m":"bestiary/tokens/MM/Awakened Shrub.webp","n":"Awakened Shrub"},{"id":495,"c":1,"u":"awakened%20tree_xmm","s":7,"h":1,"t":0,"uu":"awakened tree|xmm","m":"bestiary/tokens/MM/Awakened Tree.webp","n":"Awakened Tree"},{"id":496,"c":1,"u":"axe%20beak_xmm","s":7,"h":1,"t":0,"uu":"axe beak|xmm","m":"bestiary/tokens/MM/Axe Beak.webp","n":"Axe Beak"},{"id":497,"c":1,"u":"baboon_xmm","s":7,"h":1,"t":0,"uu":"baboon|xmm","m":"bestiary/tokens/MM/Baboon.webp","n":"Baboon"},{"id":498,"c":1,"u":"bandit%20captain_xmm","s":7,"h":1,"t":0,"uu":"bandit captain|xmm","m":"bestiary/tokens/MM/Bandit Captain.webp","n":"Bandit Captain"},{"id":499,"c":1,"u":"barbed%20devil_xmm","s":7,"h":1,"t":0,"uu":"barbed devil|xmm","m":"bestiary/tokens/MM/Barbed Devil.webp","n":"Barbed Devil"},{"id":500,"c":1,"u":"bearded%20devil_xmm","s":7,"h":1,"t":0,"uu":"bearded devil|xmm","m":"bestiary/tokens/MM/Bearded Devil.webp","n":"Bearded Devil"},{"id":501,"c":1,"u":"beholder_xmm","s":7,"h":1,"t":0,"uu":"beholder|xmm","m":"bestiary/tokens/MM/Beholder.webp","n":"Beholder"},{"id":502,"c":1,"u":"berserker_xmm","p":37,"s":7,"h":1,"t":0,"uu":"berserker|xmm","m":"bestiary/tokens/MM/Berserker.webp","n":"Berserker"},{"id":503,"c":1,"u":"black%20pudding_xmm","s":7,"h":1,"t":0,"uu":"black pudding|xmm","m":"bestiary/tokens/MM/Black Pudding.webp","n":"Black Pudding"},{"id":504,"c":1,"u":"blink%20dog_xmm","p":46,"s":7,"h":1,"t":0,"uu":"blink dog|xmm","m":"bestiary/tokens/MM/Blink Dog.webp","n":"Blink Dog"},{"id":505,"c":1,"u":"blob%20of%20annihilation_xmm","s":7,"h":1,"t":0,"uu":"blob of annihilation|xmm","m":"bestiary/tokens/MPMM/Elder Oblex.webp","n":"Blob of Annihilation"},{"id":506,"c":1,"u":"bone%20devil_xmm","s":7,"h":1,"t":0,"uu":"bone devil|xmm","m":"bestiary/tokens/MM/Bone Devil.webp","n":"Bone Devil"},{"id":507,"c":1,"u":"bugbear%20warrior_xmm","p":62,"s":7,"h":1,"t":0,"uu":"bugbear warrior|xmm","m":"bestiary/tokens/MM/Bugbear.webp","n":"Bugbear Warrior"},{"id":508,"c":1,"u":"bulette_xmm","s":7,"h":1,"t":0,"uu":"bulette|xmm","m":"bestiary/tokens/MM/Bulette.webp","n":"Bulette"},{"id":509,"c":1,"u":"bullywug%20bog%20sage_xmm","p":64,"s":7,"h":1,"t":0,"uu":"bullywug bog sage|xmm","m":"bestiary/tokens/MM/Bullywug.webp","n":"Bullywug Bog Sage"},{"id":510,"c":1,"u":"bullywug%20warrior_xmm","p":64,"s":7,"h":1,"t":0,"uu":"bullywug warrior|xmm","m":"bestiary/tokens/MM/Bullywug.webp","n":"Bullywug Warrior"},{"id":511,"c":1,"u":"cambion_xmm","s":7,"h":1,"t":0,"uu":"cambion|xmm","m":"bestiary/tokens/MM/Cambion.webp","n":"Cambion"},{"id":512,"c":1,"u":"chain%20devil_xmm","s":7,"h":1,"t":0,"uu":"chain devil|xmm","m":"bestiary/tokens/MM/Chain Devil.webp","n":"Chain Devil"},{"id":513,"c":1,"u":"clay%20golem_xmm","s":7,"h":1,"t":0,"uu":"clay golem|xmm","m":"bestiary/tokens/MM/Clay Golem.webp","n":"Clay Golem"},{"id":514,"c":1,"u":"cloud%20giant_xmm","s":7,"h":1,"t":0,"uu":"cloud giant|xmm","m":"bestiary/tokens/MM/Cloud Giant.webp","n":"Cloud Giant"},{"id":515,"c":1,"u":"colossus_xmm","s":7,"h":1,"t":0,"uu":"colossus|xmm","m":"bestiary/tokens/PHB/Animated Object (Huge).webp","n":"Colossus"},{"id":516,"c":1,"u":"commoner_xmm","s":7,"h":1,"t":0,"uu":"commoner|xmm","m":"bestiary/tokens/MM/Commoner.webp","n":"Commoner"},{"id":517,"c":1,"u":"cultist_xmm","p":84,"s":7,"h":1,"t":0,"uu":"cultist|xmm","m":"bestiary/tokens/MM/Cultist.webp","n":"Cultist"},{"id":518,"c":1,"u":"cultist%20fanatic_xmm","p":85,"s":7,"h":1,"t":0,"uu":"cultist fanatic|xmm","m":"bestiary/tokens/MM/Cult Fanatic.webp","n":"Cultist Fanatic"},{"id":519,"c":1,"u":"dao_xmm","s":7,"h":1,"t":0,"uu":"dao|xmm","m":"bestiary/tokens/MM/Dao.webp","n":"Dao"},{"id":520,"c":1,"u":"darkmantle_xmm","s":7,"h":1,"t":0,"uu":"darkmantle|xmm","m":"bestiary/tokens/MM/Darkmantle.webp","n":"Darkmantle"},{"id":521,"c":1,"u":"death%20slaad_xmm","s":7,"h":1,"t":0,"uu":"death slaad|xmm","m":"bestiary/tokens/MM/Death Slaad.webp","n":"Death Slaad"},{"id":522,"c":1,"u":"deva_xmm","s":7,"h":1,"t":0,"uu":"deva|xmm","m":"bestiary/tokens/MM/Deva.webp","n":"Deva"},{"id":523,"c":1,"u":"djinni_xmm","s":7,"h":1,"t":0,"uu":"djinni|xmm","m":"bestiary/tokens/MM/Djinni.webp","n":"Djinni"},{"id":524,"c":1,"u":"dragon%20turtle_xmm","s":7,"h":1,"t":0,"uu":"dragon turtle|xmm","m":"bestiary/tokens/MM/Dragon Turtle.webp","n":"Dragon Turtle"},{"id":525,"c":1,"u":"druid_xmm","s":7,"h":1,"t":0,"uu":"druid|xmm","m":"bestiary/tokens/MM/Druid.webp","n":"Druid"},{"id":526,"c":1,"u":"dryad_xmm","s":7,"h":1,"t":0,"uu":"dryad|xmm","m":"bestiary/tokens/MM/Dryad.webp","n":"Dryad"},{"id":527,"c":1,"u":"earth%20elemental_xmm","s":7,"h":1,"t":0,"uu":"earth elemental|xmm","m":"bestiary/tokens/MM/Earth Elemental.webp","n":"Earth Elemental"},{"id":528,"c":1,"u":"efreeti_xmm","s":7,"h":1,"t":0,"uu":"efreeti|xmm","m":"bestiary/tokens/MM/Efreeti.webp","n":"Efreeti"},{"id":529,"c":1,"u":"elemental%20cataclysm_xmm","s":7,"h":1,"t":0,"uu":"elemental cataclysm|xmm","m":"bestiary/tokens/MPMM/Elder Tempest.webp","n":"Elemental Cataclysm"},{"id":530,"c":1,"u":"empyrean_xmm","s":7,"h":1,"t":0,"uu":"empyrean|xmm","m":"bestiary/tokens/MM/Empyrean.webp","n":"Empyrean"},{"id":531,"c":1,"u":"erinyes_xmm","s":7,"h":1,"t":0,"uu":"erinyes|xmm","m":"bestiary/tokens/MM/Erinyes.webp","n":"Erinyes"},{"id":532,"c":1,"u":"ettin_xmm","s":7,"h":1,"t":0,"uu":"ettin|xmm","m":"bestiary/tokens/MM/Ettin.webp","n":"Ettin"},{"id":533,"c":1,"u":"fiend%20cultist_xmm","s":7,"h":1,"t":0,"uu":"fiend cultist|xmm","m":"bestiary/tokens/MM/Drow Priestess of Lolth.webp","n":"Fiend Cultist"},{"id":534,"c":1,"u":"fire%20elemental_xmm","p":118,"s":7,"h":1,"t":0,"uu":"fire elemental|xmm","m":"bestiary/tokens/MM/Fire Elemental.webp","n":"Fire Elemental"},{"id":535,"c":1,"u":"fire%20giant_xmm","s":7,"h":1,"t":0,"uu":"fire giant|xmm","m":"bestiary/tokens/MM/Fire Giant.webp","n":"Fire Giant"},{"id":536,"c":1,"u":"flesh%20golem_xmm","s":7,"h":1,"t":0,"uu":"flesh golem|xmm","m":"bestiary/tokens/MM/Flesh Golem.webp","n":"Flesh Golem"},{"id":537,"c":1,"u":"fomorian_xmm","s":7,"h":1,"t":0,"uu":"fomorian|xmm","m":"bestiary/tokens/MM/Fomorian.webp","n":"Fomorian"},{"id":538,"c":1,"u":"frost%20giant_xmm","s":7,"h":1,"t":0,"uu":"frost giant|xmm","m":"bestiary/tokens/MM/Frost Giant.webp","n":"Frost Giant"},{"id":539,"c":1,"u":"gelatinous%20cube_xmm","s":7,"h":1,"t":0,"uu":"gelatinous cube|xmm","m":"bestiary/tokens/MM/Gelatinous Cube.webp","n":"Gelatinous Cube"},{"id":540,"c":1,"u":"ghast_xmm","s":7,"h":1,"t":0,"uu":"ghast|xmm","m":"bestiary/tokens/MM/Ghast.webp","n":"Ghast"},{"id":541,"c":1,"u":"ghoul_xmm","s":7,"h":1,"t":0,"uu":"ghoul|xmm","m":"bestiary/tokens/MM/Ghoul.webp","n":"Ghoul"},{"id":542,"c":1,"u":"giant%20ape_xmm","s":7,"h":1,"t":0,"uu":"giant ape|xmm","m":"bestiary/tokens/MM/Giant Ape.webp","n":"Giant Ape"},{"id":543,"c":1,"u":"giant%20boar_xmm","s":7,"h":1,"t":0,"uu":"giant boar|xmm","m":"bestiary/tokens/MM/Giant Boar.webp","n":"Giant Boar"},{"id":544,"c":1,"u":"giant%20constrictor%20snake_xmm","s":7,"h":1,"t":0,"uu":"giant constrictor snake|xmm","m":"bestiary/tokens/MM/Giant Constrictor Snake.webp","n":"Giant Constrictor Snake"},{"id":545,"c":1,"u":"giant%20crocodile_xmm","s":7,"h":1,"t":0,"uu":"giant crocodile|xmm","m":"bestiary/tokens/MM/Giant Crocodile.webp","n":"Giant Crocodile"},{"id":546,"c":1,"u":"giant%20elk_xmm","s":7,"h":1,"t":0,"uu":"giant elk|xmm","m":"bestiary/tokens/MM/Giant Elk.webp","n":"Giant Elk"},{"id":547,"c":1,"u":"giant%20hyena_xmm","s":7,"h":1,"t":0,"uu":"giant hyena|xmm","m":"bestiary/tokens/MM/Giant Hyena.webp","n":"Giant Hyena"},{"id":548,"c":1,"u":"giant%20owl_xmm","s":7,"h":1,"t":0,"uu":"giant owl|xmm","m":"bestiary/tokens/MM/Giant Owl.webp","n":"Giant Owl"},{"id":549,"c":1,"u":"giant%20rat_xmm","s":7,"h":1,"t":0,"uu":"giant rat|xmm","m":"bestiary/tokens/MM/Giant Rat.webp","n":"Giant Rat"},{"id":550,"c":1,"u":"giant%20vulture_xmm","s":7,"h":1,"t":0,"uu":"giant vulture|xmm","m":"bestiary/tokens/MM/Giant Vulture.webp","n":"Giant Vulture"},{"id":551,"c":1,"u":"giant%20wasp_xmm","s":7,"h":1,"t":0,"uu":"giant wasp|xmm","m":"bestiary/tokens/MM/Giant Wasp.webp","n":"Giant Wasp"},{"id":552,"c":1,"u":"gibbering%20mouther_xmm","s":7,"h":1,"t":0,"uu":"gibbering mouther|xmm","m":"bestiary/tokens/MM/Gibbering Mouther.webp","n":"Gibbering Mouther"},{"id":553,"c":1,"u":"githyanki%20knight_xmm","s":7,"h":1,"t":0,"uu":"githyanki knight|xmm","m":"bestiary/tokens/MM/Githyanki Knight.webp","n":"Githyanki Knight"},{"id":554,"c":1,"u":"githzerai%20zerth_xmm","s":7,"h":1,"t":0,"uu":"githzerai zerth|xmm","m":"bestiary/tokens/MM/Githzerai Zerth.webp","n":"Githzerai Zerth"},{"id":555,"c":1,"u":"glabrezu_xmm","s":7,"h":1,"t":0,"uu":"glabrezu|xmm","m":"bestiary/tokens/MM/Glabrezu.webp","n":"Glabrezu"},{"id":556,"c":1,"u":"gnoll%20warrior_xmm","s":7,"h":1,"t":0,"uu":"gnoll warrior|xmm","m":"bestiary/tokens/MM/Gnoll.webp","n":"Gnoll Warrior"},{"id":557,"c":1,"u":"goblin%20warrior_xmm","s":7,"h":1,"t":0,"uu":"goblin warrior|xmm","m":"bestiary/tokens/MM/Goblin.webp","n":"Goblin Warrior"},{"id":558,"c":1,"u":"gray%20ooze_xmm","p":151,"s":7,"h":1,"t":0,"uu":"gray ooze|xmm","m":"bestiary/tokens/MM/Gray Ooze.webp","n":"Gray Ooze"},{"id":559,"c":1,"u":"green%20hag_xmm","s":7,"h":1,"t":0,"uu":"green hag|xmm","m":"bestiary/tokens/MM/Green Hag.webp","n":"Green Hag"},{"id":560,"c":1,"u":"griffon_xmm","s":7,"h":1,"t":0,"uu":"griffon|xmm","m":"bestiary/tokens/MM/Griffon.webp","n":"Griffon"},{"id":561,"c":1,"u":"guard_xmm","s":7,"h":1,"t":0,"uu":"guard|xmm","m":"bestiary/tokens/MM/Guard.webp","n":"Guard"},{"id":562,"c":1,"u":"guardian%20naga_xmm","s":7,"h":1,"t":0,"uu":"guardian naga|xmm","m":"bestiary/tokens/MM/Guardian Naga.webp","n":"Guardian Naga"},{"id":563,"c":1,"u":"hezrou_xmm","s":7,"h":1,"t":0,"uu":"hezrou|xmm","m":"bestiary/tokens/MM/Hezrou.webp","n":"Hezrou"},{"id":564,"c":1,"u":"hill%20giant_xmm","s":7,"h":1,"t":0,"uu":"hill giant|xmm","m":"bestiary/tokens/MM/Hill Giant.webp","n":"Hill Giant"},{"id":565,"c":1,"u":"hobgoblin%20captain_xmm","s":7,"h":1,"t":0,"uu":"hobgoblin captain|xmm","m":"bestiary/tokens/MM/Hobgoblin Captain.webp","n":"Hobgoblin Captain"},{"id":566,"c":1,"u":"hobgoblin%20warlord_xmm","s":7,"h":1,"t":0,"uu":"hobgoblin warlord|xmm","m":"bestiary/tokens/MM/Hobgoblin Warlord.webp","n":"Hobgoblin Warlord"},{"id":567,"c":1,"u":"hobgoblin%20warrior_xmm","s":7,"h":1,"t":0,"uu":"hobgoblin warrior|xmm","m":"bestiary/tokens/MM/Hobgoblin.webp","n":"Hobgoblin Warrior"},{"id":568,"c":1,"u":"hook%20horror_xmm","s":7,"h":1,"t":0,"uu":"hook horror|xmm","m":"bestiary/tokens/MM/Hook Horror.webp","n":"Hook Horror"},{"id":569,"c":1,"u":"horned%20devil_xmm","s":7,"h":1,"t":0,"uu":"horned devil|xmm","m":"bestiary/tokens/MM/Horned Devil.webp","n":"Horned Devil"},{"id":570,"c":1,"u":"hyena_xmm","s":7,"h":1,"t":0,"uu":"hyena|xmm","m":"bestiary/tokens/MM/Hyena.webp","n":"Hyena"},{"id":571,"c":1,"u":"ice%20devil_xmm","s":7,"h":1,"t":0,"uu":"ice devil|xmm","m":"bestiary/tokens/MM/Ice Devil.webp","n":"Ice Devil"},{"id":572,"c":1,"u":"incubus_xmm","p":178,"s":7,"h":1,"t":0,"uu":"incubus|xmm","m":"bestiary/tokens/MM/Incubus.webp","n":"Incubus"},{"id":573,"c":1,"u":"invisible%20stalker_xmm","s":7,"h":1,"t":0,"uu":"invisible stalker|xmm","m":"bestiary/tokens/MM/Invisible Stalker.webp","n":"Invisible Stalker"},{"id":574,"c":1,"u":"iron%20golem_xmm","s":7,"h":1,"t":0,"uu":"iron golem|xmm","m":"bestiary/tokens/MM/Iron Golem.webp","n":"Iron Golem"},{"id":575,"c":1,"u":"jackal_xmm","s":7,"h":1,"t":0,"uu":"jackal|xmm","m":"bestiary/tokens/MM/Jackal.webp","n":"Jackal"},{"id":576,"c":1,"u":"knight_xmm","p":184,"s":7,"h":1,"t":0,"uu":"knight|xmm","m":"bestiary/tokens/MM/Knight.webp","n":"Knight"},{"id":577,"c":1,"u":"kobold%20warrior_xmm","s":7,"h":1,"t":0,"uu":"kobold warrior|xmm","m":"bestiary/tokens/MM/Kobold.webp","n":"Kobold Warrior"},{"id":578,"c":1,"u":"kraken_xmm","s":7,"h":1,"t":0,"uu":"kraken|xmm","m":"bestiary/tokens/MM/Kraken.webp","n":"Kraken"},{"id":579,"c":1,"u":"larva_xmm","s":7,"h":1,"t":0,"uu":"larva|xmm","m":"bestiary/tokens/DMG/Larva.webp","n":"Larva"},{"id":580,"c":1,"u":"lemure_xmm","s":7,"h":1,"t":0,"uu":"lemure|xmm","m":"bestiary/tokens/MM/Lemure.webp","n":"Lemure"},{"id":581,"c":1,"u":"lich_xmm","s":7,"h":1,"t":0,"uu":"lich|xmm","m":"bestiary/tokens/MM/Lich.webp","n":"Lich"},{"id":582,"c":1,"u":"mage_xmm","p":199,"s":7,"h":1,"t":0,"uu":"mage|xmm","m":"bestiary/tokens/MM/Mage.webp","n":"Mage"},{"id":583,"c":1,"u":"mage%20apprentice_xmm","s":7,"h":1,"t":0,"uu":"mage apprentice|xmm","m":"bestiary/tokens/MPMM/Apprentice Wizard.webp","n":"Mage Apprentice"},{"id":584,"c":1,"u":"magma%20mephit_xmm","s":7,"h":1,"t":0,"uu":"magma mephit|xmm","m":"bestiary/tokens/MM/Magma Mephit.webp","n":"Magma Mephit"},{"id":585,"c":1,"u":"marid_xmm","s":7,"h":1,"t":0,"uu":"marid|xmm","m":"bestiary/tokens/MM/Marid.webp","n":"Marid"},{"id":586,"c":1,"u":"marilith_xmm","s":7,"h":1,"t":0,"uu":"marilith|xmm","m":"bestiary/tokens/MM/Marilith.webp","n":"Marilith"},{"id":587,"c":1,"u":"medusa_xmm","s":7,"h":1,"t":0,"uu":"medusa|xmm","m":"bestiary/tokens/MM/Medusa.webp","n":"Medusa"},{"id":588,"c":1,"u":"merrow_xmm","s":7,"h":1,"t":0,"uu":"merrow|xmm","m":"bestiary/tokens/MM/Merrow.webp","n":"Merrow"},{"id":589,"c":1,"u":"mezzoloth_xmm","s":7,"h":1,"t":0,"uu":"mezzoloth|xmm","m":"bestiary/tokens/MM/Mezzoloth.webp","n":"Mezzoloth"},{"id":590,"c":1,"u":"minotaur%20of%20baphomet_xmm","s":7,"h":1,"t":0,"uu":"minotaur of baphomet|xmm","m":"bestiary/tokens/MM/Minotaur.webp","n":"Minotaur of Baphomet"},{"id":591,"c":1,"u":"mummy_xmm","s":7,"h":1,"t":0,"uu":"mummy|xmm","m":"bestiary/tokens/MM/Mummy.webp","n":"Mummy"},{"id":592,"c":1,"u":"mummy%20lord_xmm","s":7,"h":1,"t":0,"uu":"mummy lord|xmm","m":"bestiary/tokens/MM/Mummy Lord.webp","n":"Mummy Lord"},{"id":593,"c":1,"u":"nalfeshnee_xmm","s":7,"h":1,"t":0,"uu":"nalfeshnee|xmm","m":"bestiary/tokens/MM/Nalfeshnee.webp","n":"Nalfeshnee"},{"id":594,"c":1,"u":"night%20hag_xmm","s":7,"h":1,"t":0,"uu":"night hag|xmm","m":"bestiary/tokens/MM/Night Hag.webp","n":"Night Hag"},{"id":595,"c":1,"u":"nightmare_xmm","s":7,"h":1,"t":0,"uu":"nightmare|xmm","m":"bestiary/tokens/MM/Nightmare.webp","n":"Nightmare"},{"id":596,"c":1,"u":"nothic_xmm","s":7,"h":1,"t":0,"uu":"nothic|xmm","m":"bestiary/tokens/MM/Nothic.webp","n":"Nothic"},{"id":597,"c":1,"u":"nycaloth_xmm","s":7,"h":1,"t":0,"uu":"nycaloth|xmm","m":"bestiary/tokens/MM/Nycaloth.webp","n":"Nycaloth"},{"id":598,"c":1,"u":"ochre%20jelly_xmm","s":7,"h":1,"t":0,"uu":"ochre jelly|xmm","m":"bestiary/tokens/MM/Ochre Jelly.webp","n":"Ochre Jelly"},{"id":599,"c":1,"u":"ogre_xmm","p":231,"s":7,"h":1,"t":0,"uu":"ogre|xmm","m":"bestiary/tokens/MM/Ogre.webp","n":"Ogre"},{"id":600,"c":1,"u":"oni_xmm","s":7,"h":1,"t":0,"uu":"oni|xmm","m":"bestiary/tokens/MM/Oni.webp","n":"Oni"},{"id":601,"c":1,"u":"owlbear_xmm","s":7,"h":1,"t":0,"uu":"owlbear|xmm","m":"bestiary/tokens/MM/Owlbear.webp","n":"Owlbear"},{"id":602,"c":1,"u":"piercer_xmm","s":7,"h":1,"t":0,"uu":"piercer|xmm","m":"bestiary/tokens/MM/Piercer.webp","n":"Piercer"},{"id":603,"c":1,"u":"pirate_xmm","p":241,"s":7,"h":1,"t":0,"uu":"pirate|xmm","m":"bestiary/tokens/GoS/Pirate Bosun.webp","n":"Pirate"},{"id":604,"c":1,"u":"pirate%20captain_xmm","p":242,"s":7,"h":1,"t":0,"uu":"pirate captain|xmm","m":"bestiary/tokens/GoS/Pirate Captain.webp","n":"Pirate Captain"},{"id":605,"c":1,"u":"pit%20fiend_xmm","s":7,"h":1,"t":0,"uu":"pit fiend|xmm","m":"bestiary/tokens/MM/Pit Fiend.webp","n":"Pit Fiend"},{"id":606,"c":1,"u":"pixie_xmm","s":7,"h":1,"t":0,"uu":"pixie|xmm","m":"bestiary/tokens/MM/Pixie.webp","n":"Pixie"},{"id":607,"c":1,"u":"planetar_xmm","s":7,"h":1,"t":0,"uu":"planetar|xmm","m":"bestiary/tokens/MM/Planetar.webp","n":"Planetar"},{"id":608,"c":1,"u":"priest_xmm","s":7,"h":1,"t":0,"uu":"priest|xmm","m":"bestiary/tokens/MM/Priest.webp","n":"Priest"},{"id":609,"c":1,"u":"red%20dragon%20wyrmling_xmm","s":7,"h":1,"t":0,"uu":"red dragon wyrmling|xmm","m":"bestiary/tokens/MM/Red Dragon Wyrmling.webp","n":"Red Dragon Wyrmling"},{"id":610,"c":1,"u":"red%20slaad_xmm","s":7,"h":1,"t":0,"uu":"red slaad|xmm","m":"bestiary/tokens/MM/Red Slaad.webp","n":"Red Slaad"},{"id":611,"c":1,"u":"rhinoceros_xmm","s":7,"h":1,"t":0,"uu":"rhinoceros|xmm","m":"bestiary/tokens/MM/Rhinoceros.webp","n":"Rhinoceros"},{"id":612,"c":1,"u":"roc_xmm","s":7,"h":1,"t":0,"uu":"roc|xmm","m":"bestiary/tokens/MM/Roc.webp","n":"Roc"},{"id":613,"c":1,"u":"rust%20monster_xmm","s":7,"h":1,"t":0,"uu":"rust monster|xmm","m":"bestiary/tokens/MM/Rust Monster.webp","n":"Rust Monster"},{"id":614,"c":1,"u":"sahuagin%20priest_xmm","s":7,"h":1,"t":0,"uu":"sahuagin priest|xmm","m":"bestiary/tokens/MM/Sahuagin Priestess.webp","n":"Sahuagin Priest"},{"id":615,"c":1,"u":"sahuagin%20warrior_xmm","s":7,"h":1,"t":0,"uu":"sahuagin warrior|xmm","m":"bestiary/tokens/MM/Sahuagin.webp","n":"Sahuagin Warrior"},{"id":616,"c":1,"u":"salamander_xmm","s":7,"h":1,"t":0,"uu":"salamander|xmm","m":"bestiary/tokens/MM/Salamander.webp","n":"Salamander"},{"id":617,"c":1,"u":"satyr%20revelmaster_xmm","s":7,"h":1,"t":0,"uu":"satyr revelmaster|xmm","m":"bestiary/tokens/MM/Satyr.webp","n":"Satyr Revelmaster"},{"id":618,"c":1,"u":"shadow_xmm","s":7,"h":1,"t":0,"uu":"shadow|xmm","m":"bestiary/tokens/MM/Shadow.webp","n":"Shadow"},{"id":619,"c":1,"u":"shield%20guardian_xmm","s":7,"h":1,"t":0,"uu":"shield guardian|xmm","m":"bestiary/tokens/MM/Shield Guardian.webp","n":"Shield Guardian"},{"id":620,"c":1,"u":"shrieker%20fungus_xmm","s":7,"h":1,"t":0,"uu":"shrieker fungus|xmm","m":"bestiary/tokens/MM/Shrieker.webp","n":"Shrieker Fungus"},{"id":621,"c":1,"u":"smoke%20mephit_xmm","s":7,"h":1,"t":0,"uu":"smoke mephit|xmm","m":"bestiary/tokens/MM/Smoke Mephit.webp","n":"Smoke Mephit"},{"id":622,"c":1,"u":"solar_xmm","s":7,"h":1,"t":0,"uu":"solar|xmm","m":"bestiary/tokens/MM/Solar.webp","n":"Solar"},{"id":623,"c":1,"u":"spined%20devil_xmm","s":7,"h":1,"t":0,"uu":"spined devil|xmm","m":"bestiary/tokens/MM/Spined Devil.webp","n":"Spined Devil"},{"id":624,"c":1,"u":"spy_xmm","s":7,"h":1,"t":0,"uu":"spy|xmm","m":"bestiary/tokens/MM/Spy.webp","n":"Spy"},{"id":625,"c":1,"u":"spy%20master_xmm","s":7,"h":1,"t":0,"uu":"spy master|xmm","m":"bestiary/tokens/MM/Spy.webp","n":"Spy Master"},{"id":626,"c":1,"u":"stirge_xmm","s":7,"h":1,"t":0,"uu":"stirge|xmm","m":"bestiary/tokens/MM/Stirge.webp","n":"Stirge"},{"id":627,"c":1,"u":"stone%20golem_xmm","p":301,"s":7,"h":1,"t":0,"uu":"stone golem|xmm","m":"bestiary/tokens/MM/Stone Golem.webp","n":"Stone Golem"},{"id":628,"c":1,"u":"storm%20giant_xmm","s":7,"h":1,"t":0,"uu":"storm giant|xmm","m":"bestiary/tokens/MM/Storm Giant.webp","n":"Storm Giant"},{"id":629,"c":1,"u":"succubus_xmm","p":303,"s":7,"h":1,"t":0,"uu":"succubus|xmm","m":"bestiary/tokens/MM/Succubus.webp","n":"Succubus"},{"id":630,"c":1,"u":"swarm%20of%20bats_xmm","s":7,"h":1,"t":0,"uu":"swarm of bats|xmm","m":"bestiary/tokens/MM/Swarm of Bats.webp","n":"Swarm of Bats"},{"id":631,"c":1,"u":"swarm%20of%20insects_xmm","s":7,"h":1,"t":0,"uu":"swarm of insects|xmm","m":"bestiary/tokens/MM/Swarm of Insects.webp","n":"Swarm of Insects"},{"id":632,"c":1,"u":"swarm%20of%20rats_xmm","s":7,"h":1,"t":0,"uu":"swarm of rats|xmm","m":"bestiary/tokens/MM/Swarm of Rats.webp","n":"Swarm of Rats"},{"id":633,"c":1,"u":"tarrasque_xmm","s":7,"h":1,"t":0,"uu":"tarrasque|xmm","m":"bestiary/tokens/MM/Tarrasque.webp","n":"Tarrasque"},{"id":634,"c":1,"u":"tough_xmm","s":7,"h":1,"t":0,"uu":"tough|xmm","m":"bestiary/tokens/MM/Thug.webp","n":"Tough"},{"id":635,"c":1,"u":"tough%20boss_xmm","p":307,"s":7,"h":1,"t":0,"uu":"tough boss|xmm","m":"bestiary/tokens/XMM/Tough Boss.webp","n":"Tough Boss"},{"id":636,"c":1,"u":"treant_xmm","s":7,"h":1,"t":0,"uu":"treant|xmm","m":"bestiary/tokens/MM/Treant.webp","n":"Treant"},{"id":637,"c":1,"u":"troll_xmm","s":7,"h":1,"t":0,"uu":"troll|xmm","m":"bestiary/tokens/MM/Troll.webp","n":"Troll"},{"id":638,"c":1,"u":"twig%20blight_xmm","s":7,"h":1,"t":0,"uu":"twig blight|xmm","m":"bestiary/tokens/MM/Twig Blight.webp","n":"Twig Blight"},{"id":639,"c":1,"u":"tyrannosaurus%20rex_xmm","s":7,"h":1,"t":0,"uu":"tyrannosaurus rex|xmm","m":"bestiary/tokens/MM/Tyrannosaurus Rex.webp","n":"Tyrannosaurus Rex"},{"id":640,"c":1,"u":"ultroloth_xmm","s":7,"h":1,"t":0,"uu":"ultroloth|xmm","m":"bestiary/tokens/MM/Ultroloth.webp","n":"Ultroloth"},{"id":641,"c":1,"u":"vampire_xmm","s":7,"h":1,"t":0,"uu":"vampire|xmm","m":"bestiary/tokens/MM/Vampire.webp","n":"Vampire"},{"id":642,"c":1,"u":"violet%20fungus_xmm","s":7,"h":1,"t":0,"uu":"violet fungus|xmm","m":"bestiary/tokens/DoSI/Violet Fungus.webp","n":"Violet Fungus"},{"id":643,"c":1,"u":"vrock_xmm","s":7,"h":1,"t":0,"uu":"vrock|xmm","m":"bestiary/tokens/MM/Vrock.webp","n":"Vrock"},{"id":644,"c":1,"u":"warhorse%20skeleton_xmm","s":7,"h":1,"t":0,"uu":"warhorse skeleton|xmm","m":"bestiary/tokens/MM/Warhorse Skeleton.webp","n":"Warhorse Skeleton"},{"id":645,"c":1,"u":"warrior%20infantry_xmm","s":7,"h":1,"t":0,"uu":"warrior infantry|xmm","m":"bestiary/tokens/MM/Tribal Warrior.webp","n":"Warrior Infantry"},{"id":646,"c":1,"u":"warrior%20veteran_xmm","s":7,"h":1,"t":0,"uu":"warrior veteran|xmm","m":"bestiary/tokens/MM/Veteran.webp","n":"Warrior Veteran"},{"id":647,"c":1,"u":"water%20elemental_xmm","s":7,"h":1,"t":0,"uu":"water elemental|xmm","m":"bestiary/tokens/MM/Water Elemental.webp","n":"Water Elemental"},{"id":648,"c":1,"u":"water%20weird_xmm","s":7,"h":1,"t":0,"uu":"water weird|xmm","m":"bestiary/tokens/MM/Water Weird.webp","n":"Water Weird"},{"id":649,"c":1,"u":"wight_xmm","s":7,"h":1,"t":0,"uu":"wight|xmm","m":"bestiary/tokens/MM/Wight.webp","n":"Wight"},{"id":650,"c":1,"u":"will-o'-wisp_xmm","s":7,"h":1,"t":0,"uu":"will-o'-wisp|xmm","m":"bestiary/tokens/MM/Will-o'-Wisp.webp","n":"Will-o'-Wisp"},{"id":651,"c":1,"u":"winged%20kobold_xmm","s":7,"h":1,"t":0,"uu":"winged kobold|xmm","m":"bestiary/tokens/MM/Winged Kobold.webp","n":"Winged Kobold"},{"id":652,"c":1,"u":"worg_xmm","p":335,"s":7,"h":1,"t":0,"uu":"worg|xmm","m":"bestiary/tokens/MM/Worg.webp","n":"Worg"},{"id":653,"c":1,"u":"wyvern_xmm","s":7,"h":1,"t":0,"uu":"wyvern|xmm","m":"bestiary/tokens/MM/Wyvern.webp","n":"Wyvern"},{"id":654,"c":1,"u":"xorn_xmm","s":7,"h":1,"t":0,"uu":"xorn|xmm","m":"bestiary/tokens/MM/Xorn.webp","n":"Xorn"},{"id":655,"c":1,"u":"aberrant%20spirit_xphb","p":322,"s":8,"h":1,"t":0,"uu":"aberrant spirit|xphb","m":"bestiary/tokens/XPHB/Aberrant Spirit.webp","n":"Aberrant Spirit"},{"id":656,"c":1,"u":"animated%20object_xphb","p":240,"s":8,"h":1,"t":0,"uu":"animated object|xphb","m":"bestiary/tokens/XPHB/Animated Object.webp","n":"Animated Object"},{"id":657,"c":1,"u":"ape_xphb","p":346,"s":8,"h":1,"t":0,"uu":"ape|xphb","m":"bestiary/tokens/XPHB/Ape.webp","n":"Ape"},{"id":658,"c":1,"u":"badger_xphb","p":346,"s":8,"h":1,"t":0,"uu":"badger|xphb","m":"bestiary/tokens/XPHB/Badger.webp","n":"Badger"},{"id":659,"c":1,"u":"bat_xphb","p":346,"s":8,"h":1,"t":0,"uu":"bat|xphb","m":"bestiary/tokens/XPHB/Bat.webp","n":"Bat"},{"id":660,"c":1,"u":"beast%20of%20the%20land_xphb","p":123,"s":8,"h":1,"t":0,"uu":"beast of the land|xphb","m":"bestiary/tokens/XPHB/Beast of the Land.webp","n":"Beast of the Land"},{"id":661,"c":1,"u":"beast%20of%20the%20sea_xphb","p":124,"s":8,"h":1,"t":0,"uu":"beast of the sea|xphb","m":"bestiary/tokens/XPHB/Beast of the Sea.webp","n":"Beast of the Sea"},{"id":662,"c":1,"u":"beast%20of%20the%20sky_xphb","p":124,"s":8,"h":1,"t":0,"uu":"beast of the sky|xphb","m":"bestiary/tokens/XPHB/Beast of the Sky.webp","n":"Beast of the Sky"},{"id":663,"c":1,"u":"bestial%20spirit_xphb","p":323,"s":8,"h":1,"t":0,"uu":"bestial spirit|xphb","m":"bestiary/tokens/XPHB/Bestial Spirit.webp","n":"Bestial Spirit"},{"id":664,"c":1,"u":"black%20bear_xphb","p":346,"s":8,"h":1,"t":0,"uu":"black bear|xphb","m":"bestiary/tokens/XPHB/Black Bear.webp","n":"Black Bear"},{"id":665,"c":1,"u":"boar_xphb","p":347,"s":8,"h":1,"t":0,"uu":"boar|xphb","m":"bestiary/tokens/XPHB/Boar.webp","n":"Boar"},{"id":666,"c":1,"u":"brown%20bear_xphb","p":347,"s":8,"h":1,"t":0,"uu":"brown bear|xphb","m":"bestiary/tokens/XPHB/Brown Bear.webp","n":"Brown Bear"},{"id":667,"c":1,"u":"camel_xphb","p":347,"s":8,"h":1,"t":0,"uu":"camel|xphb","m":"bestiary/tokens/XPHB/Camel.webp","n":"Camel"},{"id":668,"c":1,"u":"cat_xphb","p":347,"s":8,"h":1,"t":0,"uu":"cat|xphb","m":"bestiary/tokens/XPHB/Cat.webp","n":"Cat"},{"id":669,"c":1,"u":"celestial%20spirit_xphb","p":323,"s":8,"h":1,"t":0,"uu":"celestial spirit|xphb","m":"bestiary/tokens/XPHB/Celestial Spirit.webp","n":"Celestial Spirit"},{"id":670,"c":1,"u":"constrictor%20snake_xphb","p":348,"s":8,"h":1,"t":0,"uu":"constrictor snake|xphb","m":"bestiary/tokens/MM/Constrictor Snake.webp","n":"Constrictor Snake"},{"id":671,"c":1,"u":"construct%20spirit_xphb","p":324,"s":8,"h":1,"t":0,"uu":"construct spirit|xphb","m":"bestiary/tokens/XPHB/Construct Spirit.webp","n":"Construct Spirit"},{"id":672,"c":1,"u":"crab_xphb","p":348,"s":8,"h":1,"t":0,"uu":"crab|xphb","m":"bestiary/tokens/XPHB/Crab.webp","n":"Crab"},{"id":673,"c":1,"u":"crocodile_xphb","p":348,"s":8,"h":1,"t":0,"uu":"crocodile|xphb","m":"bestiary/tokens/XPHB/Crocodile.webp","n":"Crocodile"},{"id":674,"c":1,"u":"dire%20wolf_xphb","p":348,"s":8,"h":1,"t":0,"uu":"dire wolf|xphb","m":"bestiary/tokens/XPHB/Dire Wolf.webp","n":"Dire Wolf"},{"id":675,"c":1,"u":"draconic%20spirit_xphb","p":325,"s":8,"h":1,"t":0,"uu":"draconic spirit|xphb","m":"bestiary/tokens/XPHB/Draconic Spirit.webp","n":"Draconic Spirit"},{"id":676,"c":1,"u":"draft%20horse_xphb","p":349,"s":8,"h":1,"t":0,"uu":"draft horse|xphb","m":"bestiary/tokens/XPHB/Draft Horse.webp","n":"Draft Horse"},{"id":677,"c":1,"u":"elemental%20spirit_xphb","p":325,"s":8,"h":1,"t":0,"uu":"elemental spirit|xphb","m":"bestiary/tokens/XPHB/Elemental Spirit.webp","n":"Elemental Spirit"},{"id":678,"c":1,"u":"elephant_xphb","p":349,"s":8,"h":1,"t":0,"uu":"elephant|xphb","m":"bestiary/tokens/XPHB/Elephant.webp","n":"Elephant"},{"id":679,"c":1,"u":"elk_xphb","p":349,"s":8,"h":1,"t":0,"uu":"elk|xphb","m":"bestiary/tokens/MM/Elk.webp","n":"Elk"},{"id":680,"c":1,"u":"fey%20spirit_xphb","p":326,"s":8,"h":1,"t":0,"uu":"fey spirit|xphb","m":"bestiary/tokens/XPHB/Fey Spirit.webp","n":"Fey Spirit"},{"id":681,"c":1,"u":"fiendish%20spirit_xphb","p":327,"s":8,"h":1,"t":0,"uu":"fiendish spirit|xphb","m":"bestiary/tokens/XPHB/Fiendish Spirit.webp","n":"Fiendish Spirit"},{"id":682,"c":1,"u":"frog_xphb","p":349,"s":8,"h":1,"t":0,"uu":"frog|xphb","m":"bestiary/tokens/XPHB/Frog.webp","n":"Frog"},{"id":683,"c":1,"u":"giant%20badger_xphb","p":350,"s":8,"h":1,"t":0,"uu":"giant badger|xphb","m":"bestiary/tokens/XPHB/Giant Badger.webp","n":"Giant Badger"},{"id":684,"c":1,"u":"giant%20crab_xphb","p":350,"s":8,"h":1,"t":0,"uu":"giant crab|xphb","m":"bestiary/tokens/XPHB/Giant Crab.webp","n":"Giant Crab"},{"id":685,"c":1,"u":"giant%20goat_xphb","p":350,"s":8,"h":1,"t":0,"uu":"giant goat|xphb","m":"bestiary/tokens/MM/Giant Goat.webp","n":"Giant Goat"},{"id":686,"c":1,"u":"giant%20insect_xphb","p":279,"s":8,"h":1,"t":0,"uu":"giant insect|xphb","m":"bestiary/tokens/XPHB/Giant Insect.webp","n":"Giant Insect"},{"id":687,"c":1,"u":"giant%20seahorse_xphb","p":350,"s":8,"h":1,"t":0,"uu":"giant seahorse|xphb","m":"bestiary/tokens/XPHB/Giant Seahorse.webp","n":"Giant Seahorse"},{"id":688,"c":1,"u":"giant%20spider_xphb","p":351,"s":8,"h":1,"t":0,"uu":"giant spider|xphb","m":"bestiary/tokens/XPHB/Giant Spider.webp","n":"Giant Spider"},{"id":689,"c":1,"u":"giant%20weasel_xphb","p":351,"s":8,"h":1,"t":0,"uu":"giant weasel|xphb","m":"bestiary/tokens/XPHB/Giant Weasel.webp","n":"Giant Weasel"},{"id":690,"c":1,"u":"goat_xphb","p":351,"s":8,"h":1,"t":0,"uu":"goat|xphb","m":"bestiary/tokens/MM/Goat.webp","n":"Goat"},{"id":691,"c":1,"u":"hawk_xphb","p":352,"s":8,"h":1,"t":0,"uu":"hawk|xphb","m":"bestiary/tokens/XPHB/Hawk.webp","n":"Hawk"},{"id":692,"c":1,"u":"imp_xphb","p":352,"s":8,"h":1,"t":0,"uu":"imp|xphb","m":"bestiary/tokens/XPHB/Imp.webp","n":"Imp"},{"id":693,"c":1,"u":"lion_xphb","p":352,"s":8,"h":1,"t":0,"uu":"lion|xphb","m":"bestiary/tokens/XPHB/Lion.webp","n":"Lion"},{"id":694,"c":1,"u":"lizard_xphb","p":353,"s":8,"h":1,"t":0,"uu":"lizard|xphb","m":"bestiary/tokens/MM/Lizard.webp","n":"Lizard"},{"id":695,"c":1,"u":"mastiff_xphb","p":353,"s":8,"h":1,"t":0,"uu":"mastiff|xphb","m":"bestiary/tokens/XPHB/Mastiff.webp","n":"Mastiff"},{"id":696,"c":1,"u":"mule_xphb","p":353,"s":8,"h":1,"t":0,"uu":"mule|xphb","m":"bestiary/tokens/XPHB/Mule.webp","n":"Mule"},{"id":697,"c":1,"u":"octopus_xphb","p":353,"s":8,"h":1,"t":0,"uu":"octopus|xphb","m":"bestiary/tokens/XPHB/Octopus.webp","n":"Octopus"},{"id":698,"c":1,"u":"otherworldly%20steed_xphb","p":273,"s":8,"h":1,"t":0,"uu":"otherworldly steed|xphb","m":"bestiary/tokens/XPHB/Otherworldly Steed.webp","n":"Otherworldly Steed"},{"id":699,"c":1,"u":"owl_xphb","p":354,"s":8,"h":1,"t":0,"uu":"owl|xphb","m":"bestiary/tokens/MM/Owl.webp","n":"Owl"},{"id":700,"c":1,"u":"panther_xphb","p":354,"s":8,"h":1,"t":0,"uu":"panther|xphb","m":"bestiary/tokens/MM/Panther.webp","n":"Panther"},{"id":701,"c":1,"u":"pony_xphb","p":354,"s":8,"h":1,"t":0,"uu":"pony|xphb","m":"bestiary/tokens/XPHB/Pony.webp","n":"Pony"},{"id":702,"c":1,"u":"pseudodragon_xphb","p":354,"s":8,"h":1,"t":0,"uu":"pseudodragon|xphb","m":"bestiary/tokens/XPHB/Pseudodragon.webp","n":"Pseudodragon"},{"id":703,"c":1,"u":"quasit_xphb","p":355,"s":8,"h":1,"t":0,"uu":"quasit|xphb","m":"bestiary/tokens/XPHB/Quasit.webp","n":"Quasit"},{"id":704,"c":1,"u":"rat_xphb","p":355,"s":8,"h":1,"t":0,"uu":"rat|xphb","m":"bestiary/tokens/MM/Rat.webp","n":"Rat"},{"id":705,"c":1,"u":"raven_xphb","p":355,"s":8,"h":1,"t":0,"uu":"raven|xphb","m":"bestiary/tokens/MM/Raven.webp","n":"Raven"},{"id":706,"c":1,"u":"reef%20shark_xphb","p":356,"s":8,"h":1,"t":0,"uu":"reef shark|xphb","m":"bestiary/tokens/XPHB/Reef Shark.webp","n":"Reef Shark"},{"id":707,"c":1,"u":"riding%20horse_xphb","p":356,"s":8,"h":1,"t":0,"uu":"riding horse|xphb","m":"bestiary/tokens/XPHB/Riding Horse.webp","n":"Riding Horse"},{"id":708,"c":1,"u":"scorpion_xphb","p":356,"s":8,"h":1,"t":0,"uu":"scorpion|xphb","m":"bestiary/tokens/XPHB/Scorpion.webp","n":"Scorpion"},{"id":709,"c":1,"u":"skeleton_xphb","p":356,"s":8,"h":1,"t":0,"uu":"skeleton|xphb","m":"bestiary/tokens/MM/Skeleton.webp","n":"Skeleton"},{"id":710,"c":1,"u":"slaad%20tadpole_xphb","p":357,"s":8,"h":1,"t":0,"uu":"slaad tadpole|xphb","m":"bestiary/tokens/XPHB/Slaad Tadpole.webp","n":"Slaad Tadpole"},{"id":711,"c":1,"u":"sphinx%20of%20wonder_xphb","p":357,"s":8,"h":1,"t":0,"uu":"sphinx of wonder|xphb","m":"bestiary/tokens/XPHB/Sphinx of Wonder.webp","n":"Sphinx of Wonder"},{"id":712,"c":1,"u":"spider_xphb","p":357,"s":8,"h":1,"t":0,"uu":"spider|xphb","m":"bestiary/tokens/XPHB/Spider.webp","n":"Spider"},{"id":713,"c":1,"u":"sprite_xphb","p":358,"s":8,"h":1,"t":0,"uu":"sprite|xphb","m":"bestiary/tokens/XPHB/Sprite.webp","n":"Sprite"},{"id":714,"c":1,"u":"tiger_xphb","p":358,"s":8,"h":1,"t":0,"uu":"tiger|xphb","m":"bestiary/tokens/XPHB/Tiger.webp","n":"Tiger"},{"id":715,"c":1,"u":"undead%20spirit_xphb","p":328,"s":8,"h":1,"t":0,"uu":"undead spirit|xphb","m":"bestiary/tokens/XPHB/Undead Spirit.webp","n":"Undead Spirit"},{"id":716,"c":1,"u":"venomous%20snake_xphb","p":358,"s":8,"h":1,"t":0,"uu":"venomous snake|xphb","m":"bestiary/tokens/MM/Poisonous Snake.webp","n":"Venomous Snake"},{"id":717,"c":1,"u":"warhorse_xphb","p":359,"s":8,"h":1,"t":0,"uu":"warhorse|xphb","m":"bestiary/tokens/XPHB/Warhorse.webp","n":"Warhorse"},{"id":718,"c":1,"u":"weasel_xphb","p":359,"s":8,"h":1,"t":0,"uu":"weasel|xphb","m":"bestiary/tokens/XPHB/Weasel.webp","n":"Weasel"},{"id":719,"c":1,"u":"wolf_xphb","p":359,"s":8,"h":1,"t":0,"uu":"wolf|xphb","m":"bestiary/tokens/XPHB/Wolf.webp","n":"Wolf"},{"id":720,"c":1,"u":"zombie_xphb","p":359,"s":8,"h":1,"t":0,"uu":"zombie|xphb","m":"bestiary/tokens/XPHB/Zombie.webp","n":"Zombie"},{"id":721,"c":1,"u":"abigor_coa","p":193,"s":9,"h":1,"t":0,"uu":"abigor|coa","m":"bestiary/tokens/CoA/Abigor.webp","n":"Abigor"},{"id":722,"c":1,"u":"aeshma_coa","p":261,"s":9,"h":1,"t":0,"uu":"aeshma|coa","m":"bestiary/tokens/CoA/Aeshma.webp","n":"Aeshma"},{"id":723,"c":1,"u":"affliction%20devil%20(kocrachon)_coa","p":236,"s":9,"h":1,"t":0,"uu":"affliction devil (kocrachon)|coa","m":"bestiary/tokens/CoA/Affliction Devil (Kocrachon).webp","n":"Affliction Devil (Kocrachon)"},{"id":724,"c":1,"u":"anacreda_coa","p":146,"s":9,"h":1,"t":0,"uu":"anacreda|coa","m":"bestiary/tokens/CoA/Anacreda.webp","n":"Anacreda"},{"id":725,"c":1,"u":"anagwendol_coa","p":262,"s":9,"h":1,"t":0,"uu":"anagwendol|coa","m":"bestiary/tokens/CoA/Anagwendol.webp","n":"Anagwendol"},{"id":726,"c":1,"u":"animated%20furniture_coa","p":170,"s":9,"h":1,"t":0,"uu":"animated furniture|coa","m":"bestiary/tokens/CoA/Animated Furniture.webp","n":"Animated Furniture"},{"id":727,"c":1,"u":"asmodeus_coa","p":217,"s":9,"h":1,"t":0,"uu":"asmodeus|coa","m":"bestiary/tokens/CoA/Asmodeus.webp","n":"Asmodeus"},{"id":728,"c":1,"u":"avatar%20of%20baalzebul_coa","p":38,"s":9,"h":1,"t":0,"uu":"avatar of baalzebul|coa","m":"bestiary/tokens/CoA/Avatar of Baalzebul.webp","n":"Avatar of Baalzebul"},{"id":729,"c":1,"u":"awful%20fisher_coa","p":133,"s":9,"h":1,"t":0,"uu":"awful fisher|coa","m":"bestiary/tokens/CoA/Awful Fisher.webp","n":"Awful Fisher"},{"id":730,"c":1,"u":"ayperobo%20swarm_coa","p":238,"s":9,"h":1,"t":0,"uu":"ayperobo swarm|coa","m":"bestiary/tokens/CoA/Ayperobo Swarm.webp","n":"Ayperobo Swarm"},{"id":731,"c":1,"u":"baalzebul_coa","p":219,"s":9,"h":1,"t":0,"uu":"baalzebul|coa","m":"bestiary/tokens/CoA/Baalzebul.webp","n":"Baalzebul"},{"id":732,"c":1,"u":"barachiel_coa","p":263,"s":9,"h":1,"t":0,"uu":"barachiel|coa","m":"bestiary/tokens/CoA/Barachiel.webp","n":"Barachiel"},{"id":733,"c":1,"u":"bel_coa","p":234,"s":9,"h":1,"t":0,"uu":"bel|coa","m":"bestiary/tokens/CoA/Bel.webp","n":"Bel"},{"id":734,"c":1,"u":"belial_coa","p":221,"s":9,"h":1,"t":0,"uu":"belial|coa","m":"bestiary/tokens/CoA/Belial.webp","n":"Belial"},{"id":735,"c":1,"u":"brother%20adramalech_coa","p":185,"s":9,"h":1,"t":0,"uu":"brother adramalech|coa","m":"bestiary/tokens/CoA/Brother Adramalech.webp","n":"Brother Adramalech"},{"id":736,"c":1,"u":"brother%20morax_coa","p":186,"s":9,"h":1,"t":0,"uu":"brother morax|coa","m":"bestiary/tokens/CoA/Brother Morax.webp","n":"Brother Morax"},{"id":737,"c":1,"u":"buer_coa","p":211,"s":9,"h":1,"t":0,"uu":"buer|coa","m":"bestiary/tokens/CoA/Buer.webp","n":"Buer"},{"id":738,"c":1,"u":"corruption%20devil%20(paeliryon)_coa","p":239,"s":9,"h":1,"t":0,"uu":"corruption devil (paeliryon)|coa","m":"bestiary/tokens/CoA/Corruption Devil (Paeliryon).webp","n":"Corruption Devil (Paeliryon)"},{"id":739,"c":1,"u":"demon%20ichor_coa","p":78,"s":9,"h":1,"t":0,"uu":"demon ichor|coa","m":"bestiary/tokens/CoA/Demon Ichor.webp","n":"Demon Ichor"},{"id":740,"c":1,"u":"devorastus_coa","p":198,"s":9,"h":1,"t":0,"uu":"devorastus|coa","m":"bestiary/tokens/CoA/Devorastus.webp","n":"Devorastus"},{"id":741,"c":1,"u":"dispater_coa","p":222,"s":9,"h":1,"t":0,"uu":"dispater|coa","m":"bestiary/tokens/CoA/Dispater.webp","n":"Dispater"},{"id":742,"c":1,"u":"displacer%20fiend_coa","p":240,"s":9,"h":1,"t":0,"uu":"displacer fiend|coa","m":"bestiary/tokens/CoA/Displacer Fiend.webp","n":"Displacer Fiend"},{"id":743,"c":1,"u":"ekengarik_coa","p":141,"s":9,"h":1,"t":0,"uu":"ekengarik|coa","m":"bestiary/tokens/CoA/Ekengarik.webp","n":"Ekengarik"},{"id":744,"c":1,"u":"eriflamme_coa","p":121,"s":9,"h":1,"t":0,"uu":"eriflamme|coa","m":"bestiary/tokens/CoA/Eriflamme.webp","n":"Eriflamme"},{"id":745,"c":1,"u":"fiendish%20formian_coa","p":144,"s":9,"h":1,"t":0,"uu":"fiendish formian|coa","m":"bestiary/tokens/CoA/Fiendish Formian.webp","n":"Fiendish Formian"},{"id":746,"c":1,"u":"fierna_coa","p":225,"s":9,"h":1,"t":0,"uu":"fierna|coa","m":"bestiary/tokens/CoA/Fierna.webp","n":"Fierna"},{"id":747,"c":1,"u":"fire%20kraken_coa","p":120,"s":9,"h":1,"t":0,"uu":"fire kraken|coa","m":"bestiary/tokens/CoA/Fire Kraken.webp","n":"Fire Kraken"},{"id":748,"c":1,"u":"frozen%20golem_coa","p":132,"s":9,"h":1,"t":0,"uu":"frozen golem|coa","m":"bestiary/tokens/CoA/Frozen Golem.webp","n":"Frozen Golem"},{"id":749,"c":1,"u":"glasya_coa","p":226,"s":9,"h":1,"t":0,"uu":"glasya|coa","m":"bestiary/tokens/CoA/Glasya.webp","n":"Glasya"},{"id":750,"c":1,"u":"greater%20tyrant%20shadow_coa","p":256,"s":9,"h":1,"t":0,"uu":"greater tyrant shadow|coa","m":"bestiary/tokens/CoA/Greater Tyrant Shadow.webp","n":"Greater Tyrant Shadow"},{"id":751,"c":1,"u":"grotesque%20tentacle_coa","p":78,"s":9,"h":1,"t":0,"uu":"grotesque tentacle|coa","m":"bestiary/tokens/CoA/Grotesque Tentacle.webp","n":"Grotesque Tentacle"},{"id":752,"c":1,"u":"halog_coa","p":242,"s":9,"h":1,"t":0,"uu":"halog|coa","m":"bestiary/tokens/CoA/Halog.webp","n":"Halog"},{"id":753,"c":1,"u":"hellcat%20(bezekira)_coa","p":244,"s":9,"h":1,"t":0,"uu":"hellcat (bezekira)|coa","m":"bestiary/tokens/CoA/Hellcat (Bezekira).webp","n":"Hellcat (Bezekira)"},{"id":754,"c":1,"u":"icy%20simulacrum_coa","p":176,"s":9,"h":1,"t":0,"uu":"icy simulacrum|coa","m":"bestiary/tokens/CoA/Icy Simulacrum.webp","n":"Icy Simulacrum"},{"id":755,"c":1,"u":"jenevere_coa","p":264,"s":9,"h":1,"t":0,"uu":"jenevere|coa","m":"bestiary/tokens/CoA/Jenevere.webp","n":"Jenevere"},{"id":756,"c":1,"u":"koh%20tam_coa","p":265,"s":9,"h":1,"t":0,"uu":"koh tam|coa","m":"bestiary/tokens/CoA/Koh Tam.webp","n":"Koh Tam"},{"id":757,"c":1,"u":"kuo-toa%20heretic_coa","p":129,"s":9,"h":1,"t":0,"uu":"kuo-toa heretic|coa","m":"bestiary/tokens/CoA/Kuo-toa Heretic.webp","n":"Kuo-toa Heretic"},{"id":758,"c":1,"u":"lesser%20tyrant%20shadow_coa","p":255,"s":9,"h":1,"t":0,"uu":"lesser tyrant shadow|coa","m":"bestiary/tokens/CoA/Lesser Tyrant Shadow.webp","n":"Lesser Tyrant Shadow"},{"id":759,"c":1,"u":"levistus_coa","p":229,"s":9,"h":1,"t":0,"uu":"levistus|coa","m":"bestiary/tokens/CoA/Levistus.webp","n":"Levistus"},{"id":760,"c":1,"u":"maelephant%20nomad_coa","p":245,"s":9,"h":1,"t":0,"uu":"maelephant nomad|coa","m":"bestiary/tokens/CoA/Maelephant Nomad.webp","n":"Maelephant Nomad"},{"id":761,"c":1,"u":"mammon_coa","p":230,"s":9,"h":1,"t":0,"uu":"mammon|coa","m":"bestiary/tokens/CoA/Mammon.webp","n":"Mammon"},{"id":762,"c":1,"u":"mephistopheles_coa","p":223,"s":9,"h":1,"t":0,"uu":"mephistopheles|coa","m":"bestiary/tokens/CoA/Mephistopheles.webp","n":"Mephistopheles"},{"id":763,"c":1,"u":"miasmorne_coa","p":246,"s":9,"h":1,"t":0,"uu":"miasmorne|coa","m":"bestiary/tokens/CoA/Miasmorne.webp","n":"Miasmorne"},{"id":764,"c":1,"u":"oneirovore_coa","p":248,"s":9,"h":1,"t":0,"uu":"oneirovore|coa","m":"bestiary/tokens/CoA/Oneirovore.webp","n":"Oneirovore"},{"id":765,"c":1,"u":"pain%20devil%20(excruciarch)_coa","p":249,"s":9,"h":1,"t":0,"uu":"pain devil (excruciarch)|coa","m":"bestiary/tokens/CoA/Pain Devil (Excruciarch).webp","n":"Pain Devil (Excruciarch)"},{"id":766,"c":1,"u":"ramius_coa","p":24,"s":9,"h":1,"t":0,"uu":"ramius|coa","m":"bestiary/tokens/CoA/Ramius.webp","n":"Ramius"},{"id":767,"c":1,"u":"regular%20orthoclath_coa","p":171,"s":9,"h":1,"t":0,"uu":"regular orthoclath|coa","m":"bestiary/tokens/CoA/Regular Orthoclath.webp","n":"Regular Orthoclath"},{"id":768,"c":1,"u":"rimmon_coa","p":209,"s":9,"h":1,"t":0,"uu":"rimmon|coa","m":"bestiary/tokens/CoA/Rimmon.webp","n":"Rimmon"},{"id":769,"c":1,"u":"roth%c3%a9_coa","p":48,"s":9,"h":1,"t":0,"uu":"rothé|coa","m":"bestiary/tokens/CoA/Rothe.webp","n":"Rothe"},{"id":770,"c":1,"u":"sarevok_coa","p":48,"s":9,"h":1,"t":0,"uu":"sarevok|coa","m":"bestiary/tokens/CoA/Sarevok.webp","n":"Sarevok"},{"id":771,"c":1,"u":"shredwing_coa","p":250,"s":9,"h":1,"t":0,"uu":"shredwing|coa","m":"bestiary/tokens/CoA/Shredwing.webp","n":"Shredwing"},{"id":772,"c":1,"u":"slayer_coa","p":30,"s":9,"h":1,"t":0,"uu":"slayer|coa","m":"bestiary/tokens/CoA/Slayer.webp","n":"Slayer"},{"id":773,"c":1,"u":"styx%20dragon_coa","p":252,"s":9,"h":1,"t":0,"uu":"styx dragon|coa","m":"bestiary/tokens/CoA/Styx Dragon.webp","n":"Styx Dragon"},{"id":774,"c":1,"u":"tiax_coa","p":266,"s":9,"h":1,"t":0,"uu":"tiax|coa","m":"bestiary/tokens/CoA/Tiax.webp","n":"Tiax"},{"id":775,"c":1,"u":"tyrant%20shadow_coa","p":255,"s":9,"h":1,"t":0,"uu":"tyrant shadow|coa","m":"bestiary/tokens/CoA/Tyrant Shadow.webp","n":"Tyrant Shadow"},{"id":776,"c":1,"u":"vorvolaka_coa","p":258,"s":9,"h":1,"t":0,"uu":"vorvolaka|coa","m":"bestiary/tokens/CoA/Vorvolaka.webp","n":"Vorvolaka"},{"id":777,"c":1,"u":"waeloquay_coa","p":175,"s":9,"h":1,"t":0,"uu":"waeloquay|coa","m":"bestiary/tokens/CoA/Waeloquay.webp","n":"Waeloquay"},{"id":778,"c":1,"u":"war%20devil_coa","p":260,"s":9,"h":1,"t":0,"uu":"war devil|coa","m":"bestiary/tokens/CoA/War Devil.webp","n":"War Devil"},{"id":779,"c":1,"u":"zagum_coa","p":210,"s":9,"h":1,"t":0,"uu":"zagum|coa","m":"bestiary/tokens/CoA/Zagum.webp","n":"Zagum"},{"id":780,"c":1,"u":"zariel_coa","p":235,"s":9,"h":1,"t":0,"uu":"zariel|coa","m":"bestiary/tokens/CoA/Zariel.webp","n":"Zariel"},{"id":781,"c":1,"u":"zythan_coa","p":26,"s":9,"h":1,"t":0,"uu":"zythan|coa","m":"bestiary/tokens/CoA/Zythan.webp","n":"Zythan"},{"id":782,"c":1,"u":"acidic%20mist%20apparition_gotsf","p":6,"s":10,"h":1,"t":0,"uu":"acidic mist apparition|gotsf","m":"bestiary/tokens/GotSF/Acidic Mist Apparition.webp","n":"Acidic Mist Apparition"},{"id":783,"c":1,"u":"achaierai_mabjov","p":131,"s":11,"h":1,"t":0,"uu":"achaierai|mabjov","m":"bestiary/tokens/MaBJoV/Achaierai.webp","n":"Achaierai"},{"id":784,"c":1,"u":"aribeth%20de%20tylmarande_mabjov","p":108,"s":11,"h":1,"t":0,"uu":"aribeth de tylmarande|mabjov","m":"bestiary/tokens/MaBJoV/Aribeth de Tylmarande.webp","n":"Aribeth de Tylmarande"},{"id":785,"c":1,"u":"baalzebul_mabjov","p":92,"s":11,"h":1,"t":0,"uu":"baalzebul|mabjov","m":"bestiary/tokens/MaBJoV/Baalzebul.webp","n":"Baalzebul"},{"id":786,"c":1,"u":"bebilith_mabjov","p":133,"s":11,"h":1,"t":0,"uu":"bebilith|mabjov","m":"bestiary/tokens/MaBJoV/Bebilith.webp","n":"Bebilith"},{"id":787,"c":1,"u":"bhaal%2c%20ravager_mabjov","p":95,"s":11,"h":1,"t":0,"uu":"bhaal, ravager|mabjov","m":"bestiary/tokens/MaBJoV/Bhaal, Ravager.webp","n":"Bhaal, Ravager"},{"id":788,"c":1,"u":"bhaal%2c%20slayer_mabjov","p":93,"s":11,"h":1,"t":0,"uu":"bhaal, slayer|mabjov","m":"bestiary/tokens/MaBJoV/Bhaal, Slayer.webp","n":"Bhaal, Slayer"},{"id":789,"c":1,"u":"bodhi%20irenicus_mabjov","p":77,"s":11,"h":1,"t":0,"uu":"bodhi irenicus|mabjov","m":"bestiary/tokens/MaBJoV/Bodhi Irenicus.webp","n":"Bodhi Irenicus"},{"id":790,"c":1,"u":"borivik%20windheim_mabjov","p":56,"s":11,"h":1,"t":0,"uu":"borivik windheim|mabjov","m":"bestiary/tokens/MaBJoV/Borivik Windheim.webp","n":"Borivik Windheim"},{"id":791,"c":1,"u":"cornelius%20watson_mabjov","p":30,"s":11,"h":1,"t":0,"uu":"cornelius watson|mabjov","m":"bestiary/tokens/MaBJoV/Cornelius Watson.webp","n":"Cornelius Watson"},{"id":792,"c":1,"u":"cryonax_mabjov","p":98,"s":11,"h":1,"t":0,"uu":"cryonax|mabjov","m":"bestiary/tokens/MaBJoV/Cryonax.webp","n":"Cryonax"},{"id":793,"c":1,"u":"dagryn_mabjov","p":110,"s":11,"h":1,"t":0,"uu":"dagryn|mabjov","m":"bestiary/tokens/MaBJoV/Dagryn.webp","n":"Dagryn"},{"id":794,"c":1,"u":"darien_mabjov","p":112,"s":11,"h":1,"t":0,"uu":"darien|mabjov","m":"bestiary/tokens/MaBJoV/Darien.webp","n":"Darien"},{"id":795,"c":1,"u":"deep%20spider_mabjov","p":151,"s":11,"h":1,"t":0,"uu":"deep spider|mabjov","m":"bestiary/tokens/MaBJoV/Deep Spider.webp","n":"Deep Spider"},{"id":796,"c":1,"u":"dread%20doppelganger_mabjov","p":139,"s":11,"h":1,"t":0,"uu":"dread doppelganger|mabjov","m":"bestiary/tokens/MaBJoV/Dread Doppelganger.webp","n":"Dread Doppelganger"},{"id":797,"c":1,"u":"edwin%20odesseiron_mabjov","p":114,"s":11,"h":1,"t":0,"uu":"edwin odesseiron|mabjov","m":"bestiary/tokens/MaBJoV/Edwin Odesseiron.webp","n":"Edwin Odesseiron"},{"id":798,"c":1,"u":"eo%20ashmajiir_mabjov","p":116,"s":11,"h":1,"t":0,"uu":"eo ashmajiir|mabjov","m":"bestiary/tokens/MaBJoV/Eo Ashmajiir.webp","n":"Eo Ashmajiir"},{"id":799,"c":1,"u":"faldorn_mabjov","p":50,"s":11,"h":1,"t":0,"uu":"faldorn|mabjov","m":"bestiary/tokens/MaBJoV/Faldorn.webp","n":"Faldorn"},{"id":800,"c":1,"u":"farastu%20stalker_mabjov","p":135,"s":11,"h":1,"t":0,"uu":"farastu stalker|mabjov","m":"bestiary/tokens/MaBJoV/Farastu Stalker.webp","n":"Farastu Stalker"},{"id":801,"c":1,"u":"farastu%20stalker_mabjov","p":135,"s":11,"h":1,"t":0,"uu":"farastu stalker|mabjov","m":"bestiary/tokens/MaBJoV/Farastu Stalker.webp","n":"Demodand"},{"id":802,"c":1,"u":"flimp%20shagglecran_mabjov","p":32,"s":11,"h":1,"t":0,"uu":"flimp shagglecran|mabjov","m":"bestiary/tokens/MaBJoV/Flimp Shagglecran.webp","n":"Flimp Shagglecran"},{"id":803,"c":1,"u":"gibberling_mabjov","p":141,"s":11,"h":1,"t":0,"uu":"gibberling|mabjov","m":"bestiary/tokens/MaBJoV/Gibberling.webp","n":"Gibberling"},{"id":804,"c":1,"u":"hamadryad_mabjov","p":143,"s":11,"h":1,"t":0,"uu":"hamadryad|mabjov","m":"bestiary/tokens/MaBJoV/Hamadryad.webp","n":"Hamadryad"},{"id":805,"c":1,"u":"imoen_mabjov","p":88,"s":11,"h":1,"t":0,"uu":"imoen|mabjov","m":"bestiary/tokens/MaBJoV/Imoen.webp","n":"Imoen"},{"id":806,"c":1,"u":"jaheira_mabjov","p":60,"s":11,"h":1,"t":0,"uu":"jaheira|mabjov","m":"bestiary/tokens/MaBJoV/Jaheira.webp","n":"Jaheira"},{"id":807,"c":1,"u":"jon%20irenicus_mabjov","p":73,"s":11,"h":1,"t":0,"uu":"jon irenicus|mabjov","m":"bestiary/tokens/MaBJoV/Jon Irenicus.webp","n":"Jon Irenicus"},{"id":808,"c":1,"u":"kagain_mabjov","p":118,"s":11,"h":1,"t":0,"uu":"kagain|mabjov","m":"bestiary/tokens/MaBJoV/Kagain.webp","n":"Kagain"},{"id":809,"c":1,"u":"kelubar%20consul_mabjov","p":136,"s":11,"h":1,"t":0,"uu":"kelubar consul|mabjov","m":"bestiary/tokens/MaBJoV/Kelubar Consul.webp","n":"Kelubar Consul"},{"id":810,"c":1,"u":"kelubar%20consul_mabjov","p":136,"s":11,"h":1,"t":0,"uu":"kelubar consul|mabjov","m":"bestiary/tokens/MaBJoV/Kelubar Consul.webp","n":"Demodand"},{"id":811,"c":1,"u":"kivan_mabjov","p":48,"s":11,"h":1,"t":0,"uu":"kivan|mabjov","m":"bestiary/tokens/MaBJoV/Kivan.webp","n":"Kivan"},{"id":812,"c":1,"u":"lothar_mabjov","p":80,"s":11,"h":1,"t":0,"uu":"lothar|mabjov","m":"bestiary/tokens/MaBJoV/Lothar.webp","n":"Lothar"},{"id":813,"c":1,"u":"mephistopheles_mabjov","p":101,"s":11,"h":1,"t":0,"uu":"mephistopheles|mabjov","m":"bestiary/tokens/MaBJoV/Mephistopheles.webp","n":"Mephistopheles"},{"id":814,"c":1,"u":"minsc%20and%20boo!_mabjov","p":68,"s":11,"h":1,"t":0,"uu":"minsc and boo!|mabjov","m":"bestiary/tokens/MaBJoV/Minsc and Boo!.webp","n":"Minsc and Boo!"},{"id":815,"c":1,"u":"montaron%20and%20the%20laughing%20skull_mabjov","p":86,"s":11,"h":1,"t":0,"uu":"montaron and the laughing skull|mabjov","m":"bestiary/tokens/MaBJoV/Montaron and the Laughing Skull.webp","n":"Montaron and the Laughing Skull"},{"id":816,"c":1,"u":"naes%20inuus_mabjov","p":42,"s":11,"h":1,"t":0,"uu":"naes inuus|mabjov","m":"bestiary/tokens/MaBJoV/Naes Inuus.webp","n":"Naes Inuus"},{"id":817,"c":1,"u":"nauk_mabjov","p":54,"s":11,"h":1,"t":0,"uu":"nauk|mabjov","m":"bestiary/tokens/MaBJoV/Nauk.webp","n":"Nauk"},{"id":818,"c":1,"u":"pazuzu_mabjov","p":104,"s":11,"h":1,"t":0,"uu":"pazuzu|mabjov","m":"bestiary/tokens/MaBJoV/Pazuzu.webp","n":"Pazuzu"},{"id":819,"c":1,"u":"pelyious%20avhoste_mabjov","p":120,"s":11,"h":1,"t":0,"uu":"pelyious avhoste|mabjov","m":"bestiary/tokens/MaBJoV/Pelyious Avhoste.webp","n":"Pelyious Avhoste"},{"id":820,"c":1,"u":"phaerimm_mabjov","p":145,"s":11,"h":1,"t":0,"uu":"phaerimm|mabjov","m":"bestiary/tokens/MaBJoV/Phaerimm.webp","n":"Phaerimm"},{"id":821,"c":1,"u":"saemon%20havarian_mabjov","p":122,"s":11,"h":1,"t":0,"uu":"saemon havarian|mabjov","m":"bestiary/tokens/MaBJoV/Saemon Havarian.webp","n":"Saemon Havarian"},{"id":822,"c":1,"u":"sarevok_mabjov","p":124,"s":11,"h":1,"t":0,"uu":"sarevok|mabjov","m":"bestiary/tokens/MaBJoV/Sarevok.webp","n":"Sarevok"},{"id":823,"c":1,"u":"shator%20warden_mabjov","p":137,"s":11,"h":1,"t":0,"uu":"shator warden|mabjov","m":"bestiary/tokens/MaBJoV/Shator Warden.webp","n":"Shator Warden"},{"id":824,"c":1,"u":"shator%20warden_mabjov","p":137,"s":11,"h":1,"t":0,"uu":"shator warden|mabjov","m":"bestiary/tokens/MaBJoV/Shator Warden.webp","n":"Demodand"},{"id":825,"c":1,"u":"sirene_mabjov","p":147,"s":11,"h":1,"t":0,"uu":"sirene|mabjov","m":"bestiary/tokens/MaBJoV/Sirene.webp","n":"Sirene"},{"id":826,"c":1,"u":"skeleton%20lord_mabjov","p":148,"s":11,"h":1,"t":0,"uu":"skeleton lord|mabjov","m":"bestiary/tokens/MaBJoV/Skeleton Lord.webp","n":"Skeleton Lord"},{"id":827,"c":1,"u":"skeleton%20warrior_mabjov","p":149,"s":11,"h":1,"t":0,"uu":"skeleton warrior|mabjov","m":"bestiary/tokens/MaBJoV/Skeleton Warrior.webp","n":"Skeleton Warrior"},{"id":828,"c":1,"u":"ssendam%2c%20lord%20of%20madness_mabjov","p":107,"s":11,"h":1,"t":0,"uu":"ssendam, lord of madness|mabjov","m":"bestiary/tokens/MaBJoV/Ssendam, Lord of Madness.webp","n":"Ssendam, Lord of Madness"},{"id":829,"c":1,"u":"suldil%20baldoriel_mabjov","p":66,"s":11,"h":1,"t":0,"uu":"suldil baldoriel|mabjov","m":"bestiary/tokens/MaBJoV/Suldil Baldoriel.webp","n":"Suldil Baldoriel"},{"id":830,"c":1,"u":"sword%20spider_mabjov","p":151,"s":11,"h":1,"t":0,"uu":"sword spider|mabjov","m":"bestiary/tokens/MaBJoV/Sword Spider.webp","n":"Sword Spider"},{"id":831,"c":1,"u":"tasloi_mabjov","p":153,"s":11,"h":1,"t":0,"uu":"tasloi|mabjov","m":"bestiary/tokens/MaBJoV/Tasloi.webp","n":"Tasloi"},{"id":832,"c":1,"u":"tasloi%20sniper_mabjov","p":153,"s":11,"h":1,"t":0,"uu":"tasloi sniper|mabjov","m":"bestiary/tokens/MaBJoV/Tasloi Sniper.webp","n":"Tasloi Sniper"},{"id":833,"c":1,"u":"tiberius%20inuus_mabjov","p":44,"s":11,"h":1,"t":0,"uu":"tiberius inuus|mabjov","m":"bestiary/tokens/MaBJoV/Tiberius Inuus.webp","n":"Tiberius Inuus"},{"id":834,"c":1,"u":"valygar_mabjov","p":36,"s":11,"h":1,"t":0,"uu":"valygar|mabjov","m":"bestiary/tokens/MaBJoV/Valygar.webp","n":"Valygar"},{"id":835,"c":1,"u":"vellin%20farstride_mabjov","p":62,"s":11,"h":1,"t":0,"uu":"vellin farstride|mabjov","m":"bestiary/tokens/MaBJoV/Vellin Farstride.webp","n":"Vellin Farstride"},{"id":836,"c":1,"u":"viconia%20devir_mabjov","p":126,"s":11,"h":1,"t":0,"uu":"viconia devir|mabjov","m":"bestiary/tokens/MaBJoV/Viconia DeVir.webp","n":"Viconia DeVir"},{"id":837,"c":1,"u":"viktor_mabjov","p":82,"s":11,"h":1,"t":0,"uu":"viktor|mabjov","m":"bestiary/tokens/MaBJoV/Viktor.webp","n":"Viktor"},{"id":838,"c":1,"u":"wolfwere_mabjov","p":155,"s":11,"h":1,"t":0,"uu":"wolfwere|mabjov","m":"bestiary/tokens/MaBJoV/Wolfwere.webp","n":"Wolfwere"},{"id":839,"c":1,"u":"wolfwere%20alpha_mabjov","p":154,"s":11,"h":1,"t":0,"uu":"wolfwere alpha|mabjov","m":"bestiary/tokens/MaBJoV/Wolfwere Alpha.webp","n":"Wolfwere Alpha"},{"id":840,"c":1,"u":"xan%20moonblade_mabjov","p":38,"s":11,"h":1,"t":0,"uu":"xan moonblade|mabjov","m":"bestiary/tokens/MaBJoV/Xan Moonblade.webp","n":"Xan Moonblade"},{"id":841,"c":1,"u":"xzar%20the%20chaos%20clone_mabjov","p":128,"s":11,"h":1,"t":0,"uu":"xzar the chaos clone|mabjov","m":"bestiary/tokens/MaBJoV/Xzar the Chaos Clone.webp","n":"Xzar the Chaos Clone"},{"id":842,"c":1,"u":"assassin%20bug_mff","p":4,"s":12,"h":1,"t":0,"uu":"assassin bug|mff","m":"bestiary/tokens/MFF/Assassin Bug.webp","n":"Assassin Bug"},{"id":843,"c":1,"u":"blindheim_mff","p":5,"s":12,"h":1,"t":0,"uu":"blindheim|mff","m":"bestiary/tokens/MFF/Blindheim.webp","n":"Blindheim"},{"id":844,"c":1,"u":"crab%20folk_mff","p":6,"s":12,"h":1,"t":0,"uu":"crab folk|mff","m":"bestiary/tokens/MFF/Crab Folk.webp","n":"Crab Folk"},{"id":845,"c":1,"u":"dire%20corby_mff","p":7,"s":12,"h":1,"t":0,"uu":"dire corby|mff","m":"bestiary/tokens/MFF/Dire Corby.webp","n":"Dire Corby"},{"id":846,"c":1,"u":"eye%20of%20fear%20and%20flame_mff","p":8,"s":12,"h":1,"t":0,"uu":"eye of fear and flame|mff","m":"bestiary/tokens/MFF/Eye of Fear and Flame.webp","n":"Eye of Fear and Flame"},{"id":847,"c":1,"u":"fog%20giant_mff","p":10,"s":12,"h":1,"t":0,"uu":"fog giant|mff","m":"bestiary/tokens/MFF/Fog Giant.webp","n":"Fog Giant"},{"id":848,"c":1,"u":"forlarren_mff","p":9,"s":12,"h":1,"t":0,"uu":"forlarren|mff","m":"bestiary/tokens/MFF/Forlarren.webp","n":"Forlarren"},{"id":849,"c":1,"u":"jermlaine_mff","p":11,"s":12,"h":1,"t":0,"uu":"jermlaine|mff","m":"bestiary/tokens/MFF/Jermlaine.webp","n":"Jermlaine"},{"id":850,"c":1,"u":"khargra_mff","p":12,"s":12,"h":1,"t":0,"uu":"khargra|mff","m":"bestiary/tokens/MFF/Khargra.webp","n":"Khargra"},{"id":851,"c":1,"u":"killmoulis_mff","p":13,"s":12,"h":1,"t":0,"uu":"killmoulis|mff","m":"bestiary/tokens/MFF/Killmoulis.webp","n":"Killmoulis"},{"id":852,"c":1,"u":"mite_mff","p":14,"s":12,"h":1,"t":0,"uu":"mite|mff","m":"bestiary/tokens/MFF/Mite.webp","n":"Mite"},{"id":853,"c":1,"u":"needle%20lord_mff","p":16,"s":12,"h":1,"t":0,"uu":"needle lord|mff","m":"bestiary/tokens/MFF/Needle Lord.webp","n":"Needle Lord"},{"id":854,"c":1,"u":"needle%20spawn_mff","p":16,"s":12,"h":1,"t":0,"uu":"needle spawn|mff","m":"bestiary/tokens/MFF/Needle Spawn.webp","n":"Needle Spawn"},{"id":855,"c":1,"u":"norker_mff","p":17,"s":12,"h":1,"t":0,"uu":"norker|mff","m":"bestiary/tokens/MFF/Norker.webp","n":"Norker"},{"id":856,"c":1,"u":"norker%20war%20leader_mff","p":17,"s":12,"h":1,"t":0,"uu":"norker war leader|mff","m":"bestiary/tokens/MFF/Norker War Leader.webp","n":"Norker War Leader"},{"id":857,"c":1,"u":"screaming%20devilkin_mff","p":19,"s":12,"h":1,"t":0,"uu":"screaming devilkin|mff","m":"bestiary/tokens/MFF/Screaming Devilkin.webp","n":"Screaming Devilkin"},{"id":858,"c":1,"u":"xill_mff","p":21,"s":12,"h":1,"t":0,"uu":"xill|mff","m":"bestiary/tokens/MFF/Xill.webp","n":"Xill"},{"id":859,"c":1,"u":"ygorl%2c%20lord%20of%20entropy_mff","p":20,"s":12,"h":1,"t":0,"uu":"ygorl, lord of entropy|mff","m":"bestiary/tokens/MFF/Ygorl, Lord of Entropy.webp","n":"Ygorl, Lord of Entropy"},{"id":860,"c":1,"u":"adult%20sapphire%20dragon_sads","p":1,"s":13,"h":1,"t":0,"uu":"adult sapphire dragon|sads","m":"bestiary/tokens/SADS/Adult Sapphire Dragon.webp","n":"Adult Sapphire Dragon"},{"id":861,"c":1,"u":"vecna%20the%20archlich_vd","s":14,"h":1,"t":0,"uu":"vecna the archlich|vd","m":"bestiary/tokens/VD/Vecna the Archlich.webp","n":"Vecna the Archlich"},{"id":862,"c":1,"u":"ancient%20deep%20crow_ai","p":211,"s":15,"h":1,"t":0,"uu":"ancient deep crow|ai","m":"bestiary/tokens/AI/Ancient Deep Crow.webp","n":"Ancient Deep Crow"},{"id":863,"c":1,"u":"auspicia%20dran_ai","p":208,"s":15,"h":1,"t":0,"uu":"auspicia dran|ai","m":"bestiary/tokens/AI/Auspicia Dran.webp","n":"Auspicia Dran"},{"id":864,"c":1,"u":"brahma%20lutier_ai","p":205,"s":15,"h":1,"t":0,"uu":"brahma lutier|ai","m":"bestiary/tokens/AI/Brahma Lutier.webp","n":"Brahma Lutier"},{"id":865,"c":1,"u":"chaos%20quadrapod_ai","p":209,"s":15,"h":1,"t":0,"uu":"chaos quadrapod|ai","m":"bestiary/tokens/AI/Chaos Quadrapod.webp","n":"Chaos Quadrapod"},{"id":866,"c":1,"u":"clockwork%20dragon_ai","p":209,"s":15,"h":1,"t":0,"uu":"clockwork dragon|ai","m":"bestiary/tokens/AI/Clockwork Dragon.webp","n":"Clockwork Dragon"},{"id":867,"c":1,"u":"deep%20crow_ai","p":210,"s":15,"h":1,"t":0,"uu":"deep crow|ai","m":"bestiary/tokens/AI/Deep Crow.webp","n":"Deep Crow"},{"id":868,"c":1,"u":"donaar%20blit'zen_ai","p":201,"s":15,"h":1,"t":0,"uu":"donaar blit'zen|ai","m":"bestiary/tokens/AI/Donaar Blit'zen.webp","n":"Donaar Blit'zen"},{"id":869,"c":1,"u":"flabbergast_ai","p":200,"s":15,"h":1,"t":0,"uu":"flabbergast|ai","m":"bestiary/tokens/AI/Flabbergast.webp","n":"Flabbergast"},{"id":870,"c":1,"u":"jim%20darkmagic_ai","p":197,"s":15,"h":1,"t":0,"uu":"jim darkmagic|ai","m":"bestiary/tokens/AI/Jim Darkmagic.webp","n":"Jim Darkmagic"},{"id":871,"c":1,"u":"k'thriss%20drow'b_ai","p":202,"s":15,"h":1,"t":0,"uu":"k'thriss drow'b|ai","m":"bestiary/tokens/AI/K'thriss Drow'b.webp","n":"K'thriss Drow'b"},{"id":872,"c":1,"u":"keg%20robot_ai","p":212,"s":15,"h":1,"t":0,"uu":"keg robot|ai","m":"bestiary/tokens/AI/Keg Robot.webp","n":"Keg Robot"},{"id":873,"c":1,"u":"m%c3%b4rg%c3%a6n_ai","p":199,"s":15,"h":1,"t":0,"uu":"môrgæn|ai","m":"bestiary/tokens/AI/Morgaen.webp","n":"Morgaen"},{"id":874,"c":1,"u":"oak%20truestrike_ai","p":205,"s":15,"h":1,"t":0,"uu":"oak truestrike|ai","m":"bestiary/tokens/AI/Oak Truestrike.webp","n":"Oak Truestrike"},{"id":875,"c":1,"u":"omin%20dran_ai","p":196,"s":15,"h":1,"t":0,"uu":"omin dran|ai","m":"bestiary/tokens/AI/Omin Dran.webp","n":"Omin Dran"},{"id":876,"c":1,"u":"pendragon%20beestinger_ai","p":206,"s":15,"h":1,"t":0,"uu":"pendragon beestinger|ai","m":"bestiary/tokens/AI/Pendragon Beestinger.webp","n":"Pendragon Beestinger"},{"id":877,"c":1,"u":"phoenix%20anvil_ai","p":206,"s":15,"h":1,"t":0,"uu":"phoenix anvil|ai","m":"bestiary/tokens/AI/Phoenix Anvil.webp","n":"Phoenix Anvil"},{"id":878,"c":1,"u":"portentia%20dran_ai","p":208,"s":15,"h":1,"t":0,"uu":"portentia dran|ai","m":"bestiary/tokens/AI/Portentia Dran.webp","n":"Portentia Dran"},{"id":879,"c":1,"u":"prophetess%20dran_ai","p":208,"s":15,"h":1,"t":0,"uu":"prophetess dran|ai","m":"bestiary/tokens/AI/Prophetess Dran.webp","n":"Prophetess Dran"},{"id":880,"c":1,"u":"rosie%20beestinger_ai","p":203,"s":15,"h":1,"t":0,"uu":"rosie beestinger|ai","m":"bestiary/tokens/AI/Rosie Beestinger.webp","n":"Rosie Beestinger"},{"id":881,"c":1,"u":"splugoth%20the%20returned_ai","p":213,"s":15,"h":1,"t":0,"uu":"splugoth the returned|ai","m":"bestiary/tokens/AI/Splugoth the Returned.webp","n":"Splugoth the Returned"},{"id":882,"c":1,"u":"viari_ai","p":198,"s":15,"h":1,"t":0,"uu":"viari|ai","m":"bestiary/tokens/AI/Viari.webp","n":"Viari"},{"id":883,"c":1,"u":"walnut%20dankgrass_ai","p":204,"s":15,"h":1,"t":0,"uu":"walnut dankgrass|ai","m":"bestiary/tokens/AI/Walnut Dankgrass.webp","n":"Walnut Dankgrass"},{"id":884,"c":1,"u":"aartuk%20elder_bam","p":8,"s":16,"h":1,"t":0,"uu":"aartuk elder|bam","m":"bestiary/tokens/BAM/Aartuk Elder.webp","n":"Aartuk Elder"},{"id":885,"c":1,"u":"aartuk%20starhorror_bam","p":9,"s":16,"h":1,"t":0,"uu":"aartuk starhorror|bam","m":"bestiary/tokens/BAM/Aartuk Starhorror.webp","n":"Aartuk Starhorror"},{"id":886,"c":1,"u":"aartuk%20weedling_bam","p":9,"s":16,"h":1,"t":0,"uu":"aartuk weedling|bam","m":"bestiary/tokens/BAM/Aartuk Weedling.webp","n":"Aartuk Weedling"},{"id":887,"c":1,"u":"adult%20lunar%20dragon_bam","p":34,"s":16,"h":1,"t":0,"uu":"adult lunar dragon|bam","m":"bestiary/tokens/BAM/Adult Lunar Dragon.webp","n":"Adult Lunar Dragon"},{"id":888,"c":1,"u":"adult%20solar%20dragon_bam","p":52,"s":16,"h":1,"t":0,"uu":"adult solar dragon|bam","m":"bestiary/tokens/BAM/Adult Solar Dragon.webp","n":"Adult Solar Dragon"},{"id":889,"c":1,"u":"ancient%20lunar%20dragon_bam","p":32,"s":16,"h":1,"t":0,"uu":"ancient lunar dragon|bam","m":"bestiary/tokens/BAM/Ancient Lunar Dragon.webp","n":"Ancient Lunar Dragon"},{"id":890,"c":1,"u":"ancient%20solar%20dragon_bam","p":50,"s":16,"h":1,"t":0,"uu":"ancient solar dragon|bam","m":"bestiary/tokens/BAM/Ancient Solar Dragon.webp","n":"Ancient Solar Dragon"},{"id":891,"c":1,"u":"astral%20elf%20aristocrat_bam","p":11,"s":16,"h":1,"t":0,"uu":"astral elf aristocrat|bam","m":"bestiary/tokens/BAM/Astral Elf Aristocrat.webp","n":"Astral Elf Aristocrat"},{"id":892,"c":1,"u":"astral%20elf%20commander_bam","p":12,"s":16,"h":1,"t":0,"uu":"astral elf commander|bam","m":"bestiary/tokens/BAM/Astral Elf Commander.webp","n":"Astral Elf Commander"},{"id":893,"c":1,"u":"astral%20elf%20honor%20guard_bam","p":12,"s":16,"h":1,"t":0,"uu":"astral elf honor guard|bam","m":"bestiary/tokens/BAM/Astral Elf Honor Guard.webp","n":"Astral Elf Honor Guard"},{"id":894,"c":1,"u":"astral%20elf%20star%20priest_bam","p":13,"s":16,"h":1,"t":0,"uu":"astral elf star priest|bam","m":"bestiary/tokens/BAM/Astral Elf Star Priest.webp","n":"Astral Elf Star Priest"},{"id":895,"c":1,"u":"astral%20elf%20warrior_bam","p":13,"s":16,"h":1,"t":0,"uu":"astral elf warrior|bam","m":"bestiary/tokens/BAM/Astral Elf Warrior.webp","n":"Astral Elf Warrior"},{"id":896,"c":1,"u":"autognome_bam","p":13,"s":16,"h":1,"t":0,"uu":"autognome|bam","m":"bestiary/tokens/BAM/Autognome.webp","n":"Autognome"},{"id":897,"c":1,"u":"b'rohg_bam","p":16,"s":16,"h":1,"t":0,"uu":"b'rohg|bam","m":"bestiary/tokens/BAM/B'rohg.webp","n":"B'rohg"},{"id":898,"c":1,"u":"braxat_bam","p":15,"s":16,"h":1,"t":0,"uu":"braxat|bam","m":"bestiary/tokens/BAM/Braxat.webp","n":"Braxat"},{"id":899,"c":1,"u":"brown%20scavver_bam","p":49,"s":16,"h":1,"t":0,"uu":"brown scavver|bam","m":"bestiary/tokens/BAM/Brown Scavver.webp","n":"Brown Scavver"},{"id":900,"c":1,"u":"chwinga%20astronaut_bam","p":17,"s":16,"h":1,"t":0,"uu":"chwinga astronaut|bam","m":"bestiary/tokens/BAM/Chwinga Astronaut.webp","n":"Chwinga Astronaut"},{"id":901,"c":1,"u":"cosmic%20horror_bam","p":18,"s":16,"h":1,"t":0,"uu":"cosmic horror|bam","m":"bestiary/tokens/BAM/Cosmic Horror.webp","n":"Cosmic Horror"},{"id":902,"c":1,"u":"dohwar_bam","p":19,"s":16,"h":1,"t":0,"uu":"dohwar|bam","m":"bestiary/tokens/BAM/Dohwar.webp","n":"Dohwar"},{"id":903,"c":1,"u":"esthetic_bam","p":20,"s":16,"h":1,"t":0,"uu":"esthetic|bam","m":"bestiary/tokens/BAM/Esthetic.webp","n":"Esthetic"},{"id":904,"c":1,"u":"eye%20monger_bam","p":21,"s":16,"h":1,"t":0,"uu":"eye monger|bam","m":"bestiary/tokens/BAM/Eye Monger.webp","n":"Eye Monger"},{"id":905,"c":1,"u":"feyr_bam","p":22,"s":16,"h":1,"t":0,"uu":"feyr|bam","m":"bestiary/tokens/BAM/Feyr.webp","n":"Feyr"},{"id":906,"c":1,"u":"gaj_bam","p":23,"s":16,"h":1,"t":0,"uu":"gaj|bam","m":"bestiary/tokens/BAM/Gaj.webp","n":"Gaj"},{"id":907,"c":1,"u":"giant%20space%20hamster_bam","p":56,"s":16,"h":1,"t":0,"uu":"giant space hamster|bam","m":"bestiary/tokens/BAM/Giant Space Hamster.webp","n":"Giant Space Hamster"},{"id":908,"c":1,"u":"giff%20shipmate_bam","p":24,"s":16,"h":1,"t":0,"uu":"giff shipmate|bam","m":"bestiary/tokens/BAM/Giff Shipmate.webp","n":"Giff Shipmate"},{"id":909,"c":1,"u":"giff%20shock%20trooper_bam","p":25,"s":16,"h":1,"t":0,"uu":"giff shock trooper|bam","m":"bestiary/tokens/BAM/Giff Shock Trooper.webp","n":"Giff Shock Trooper"},{"id":910,"c":1,"u":"giff%20warlord_bam","p":25,"s":16,"h":1,"t":0,"uu":"giff warlord|bam","m":"bestiary/tokens/BAM/Giff Warlord.webp","n":"Giff Warlord"},{"id":911,"c":1,"u":"githyanki%20buccaneer_bam","p":27,"s":16,"h":1,"t":0,"uu":"githyanki buccaneer|bam","m":"bestiary/tokens/BAM/Githyanki Buccaneer.webp","n":"Githyanki Buccaneer"},{"id":912,"c":1,"u":"githyanki%20star%20seer_bam","p":27,"s":16,"h":1,"t":0,"uu":"githyanki star seer|bam","m":"bestiary/tokens/BAM/Githyanki Star Seer.webp","n":"Githyanki Star Seer"},{"id":913,"c":1,"u":"githyanki%20xenomancer_bam","p":27,"s":16,"h":1,"t":0,"uu":"githyanki xenomancer|bam","m":"bestiary/tokens/BAM/Githyanki Xenomancer.webp","n":"Githyanki Xenomancer"},{"id":914,"c":1,"u":"gray%20scavver_bam","p":49,"s":16,"h":1,"t":0,"uu":"gray scavver|bam","m":"bestiary/tokens/BAM/Gray Scavver.webp","n":"Gray Scavver"},{"id":915,"c":1,"u":"hadozee%20explorer_bam","p":28,"s":16,"h":1,"t":0,"uu":"hadozee explorer|bam","m":"bestiary/tokens/BAM/Hadozee Explorer.webp","n":"Hadozee Explorer"},{"id":916,"c":1,"u":"hadozee%20shipmate_bam","p":29,"s":16,"h":1,"t":0,"uu":"hadozee shipmate|bam","m":"bestiary/tokens/BAM/Hadozee Shipmate.webp","n":"Hadozee Shipmate"},{"id":917,"c":1,"u":"hadozee%20warrior_bam","p":29,"s":16,"h":1,"t":0,"uu":"hadozee warrior|bam","m":"bestiary/tokens/BAM/Hadozee Warrior.webp","n":"Hadozee Warrior"},{"id":918,"c":1,"u":"jammer%20leech_bam","p":30,"s":16,"h":1,"t":0,"uu":"jammer leech|bam","m":"bestiary/tokens/BAM/Jammer Leech.webp","n":"Jammer Leech"},{"id":919,"c":1,"u":"kindori_bam","p":31,"s":16,"h":1,"t":0,"uu":"kindori|bam","m":"bestiary/tokens/BAM/Kindori.webp","n":"Kindori"},{"id":920,"c":1,"u":"lunar%20dragon%20wyrmling_bam","p":35,"s":16,"h":1,"t":0,"uu":"lunar dragon wyrmling|bam","m":"bestiary/tokens/BAM/Lunar Dragon Wyrmling.webp","n":"Lunar Dragon Wyrmling"},{"id":921,"c":1,"u":"megapede_bam","p":36,"s":16,"h":1,"t":0,"uu":"megapede|bam","m":"bestiary/tokens/BAM/Megapede.webp","n":"Megapede"},{"id":922,"c":1,"u":"mercane_bam","p":37,"s":16,"h":1,"t":0,"uu":"mercane|bam","m":"bestiary/tokens/BAM/Mercane.webp","n":"Mercane"},{"id":923,"c":1,"u":"murder%20comet_bam","p":38,"s":16,"h":1,"t":0,"uu":"murder comet|bam","m":"bestiary/tokens/BAM/Murder Comet.webp","n":"Murder Comet"},{"id":924,"c":1,"u":"neh-thalggu_bam","p":39,"s":16,"h":1,"t":0,"uu":"neh-thalggu|bam","m":"bestiary/tokens/BAM/Neh-thalggu.webp","n":"Neh-thalggu"},{"id":925,"c":1,"u":"neogi%20hatchling%20swarm_bam","p":40,"s":16,"h":1,"t":0,"uu":"neogi hatchling swarm|bam","m":"bestiary/tokens/BAM/Neogi Hatchling Swarm.webp","n":"Neogi Hatchling Swarm"},{"id":926,"c":1,"u":"neogi%20pirate_bam","p":41,"s":16,"h":1,"t":0,"uu":"neogi pirate|bam","m":"bestiary/tokens/BAM/Neogi Pirate.webp","n":"Neogi Pirate"},{"id":927,"c":1,"u":"neogi%20void%20hunter_bam","p":41,"s":16,"h":1,"t":0,"uu":"neogi void hunter|bam","m":"bestiary/tokens/BAM/Neogi Void Hunter.webp","n":"Neogi Void Hunter"},{"id":928,"c":1,"u":"night%20scavver_bam","p":49,"s":16,"h":1,"t":0,"uu":"night scavver|bam","m":"bestiary/tokens/BAM/Night Scavver.webp","n":"Night Scavver"},{"id":929,"c":1,"u":"plasmoid%20boss_bam","p":42,"s":16,"h":1,"t":0,"uu":"plasmoid boss|bam","m":"bestiary/tokens/BAM/Plasmoid Boss.webp","n":"Plasmoid Boss"},{"id":930,"c":1,"u":"plasmoid%20explorer_bam","p":43,"s":16,"h":1,"t":0,"uu":"plasmoid explorer|bam","m":"bestiary/tokens/BAM/Plasmoid Explorer.webp","n":"Plasmoid Explorer"},{"id":931,"c":1,"u":"plasmoid%20warrior_bam","p":43,"s":16,"h":1,"t":0,"uu":"plasmoid warrior|bam","m":"bestiary/tokens/BAM/Plasmoid Warrior.webp","n":"Plasmoid Warrior"},{"id":932,"c":1,"u":"psurlon_bam","p":44,"s":16,"h":1,"t":0,"uu":"psurlon|bam","m":"bestiary/tokens/BAM/Psurlon.webp","n":"Psurlon"},{"id":933,"c":1,"u":"psurlon%20leader_bam","p":45,"s":16,"h":1,"t":0,"uu":"psurlon leader|bam","m":"bestiary/tokens/BAM/Psurlon Leader.webp","n":"Psurlon Leader"},{"id":934,"c":1,"u":"psurlon%20ringer_bam","p":45,"s":16,"h":1,"t":0,"uu":"psurlon ringer|bam","m":"bestiary/tokens/BAM/Psurlon Ringer.webp","n":"Psurlon Ringer"},{"id":935,"c":1,"u":"reigar_bam","p":47,"s":16,"h":1,"t":0,"uu":"reigar|bam","m":"bestiary/tokens/BAM/Reigar.webp","n":"Reigar"},{"id":936,"c":1,"u":"solar%20dragon%20wyrmling_bam","p":53,"s":16,"h":1,"t":0,"uu":"solar dragon wyrmling|bam","m":"bestiary/tokens/BAM/Solar Dragon Wyrmling.webp","n":"Solar Dragon Wyrmling"},{"id":937,"c":1,"u":"space%20clown_bam","p":54,"s":16,"h":1,"t":0,"uu":"space clown|bam","m":"bestiary/tokens/BAM/Space Clown.webp","n":"Space Clown"},{"id":938,"c":1,"u":"space%20eel_bam","p":55,"s":16,"h":1,"t":0,"uu":"space eel|bam","m":"bestiary/tokens/BAM/Space Eel.webp","n":"Space Eel"},{"id":939,"c":1,"u":"space%20guppy_bam","p":55,"s":16,"h":1,"t":0,"uu":"space guppy|bam","m":"bestiary/tokens/BAM/Space Guppy.webp","n":"Space Guppy"},{"id":940,"c":1,"u":"space%20hamster_bam","p":56,"s":16,"h":1,"t":0,"uu":"space hamster|bam","m":"bestiary/tokens/BAM/Space Hamster.webp","n":"Space Hamster"},{"id":941,"c":1,"u":"space%20mollymawk_bam","p":57,"s":16,"h":1,"t":0,"uu":"space mollymawk|bam","m":"bestiary/tokens/BAM/Space Mollymawk.webp","n":"Space Mollymawk"},{"id":942,"c":1,"u":"space%20swine_bam","p":57,"s":16,"h":1,"t":0,"uu":"space swine|bam","m":"bestiary/tokens/BAM/Space Swine.webp","n":"Space Swine"},{"id":943,"c":1,"u":"ssurran%20defiler_bam","p":58,"s":16,"h":1,"t":0,"uu":"ssurran defiler|bam","m":"bestiary/tokens/BAM/Ssurran Defiler.webp","n":"Ssurran Defiler"},{"id":944,"c":1,"u":"ssurran%20poisoner_bam","p":58,"s":16,"h":1,"t":0,"uu":"ssurran poisoner|bam","m":"bestiary/tokens/BAM/Ssurran Poisoner.webp","n":"Ssurran Poisoner"},{"id":945,"c":1,"u":"starlight%20apparition_bam","p":59,"s":16,"h":1,"t":0,"uu":"starlight apparition|bam","m":"bestiary/tokens/BAM/Starlight Apparition.webp","n":"Starlight Apparition"},{"id":946,"c":1,"u":"thri-kreen%20gladiator_bam","p":60,"s":16,"h":1,"t":0,"uu":"thri-kreen gladiator|bam","m":"bestiary/tokens/BAM/Thri-kreen Gladiator.webp","n":"Thri-kreen Gladiator"},{"id":947,"c":1,"u":"thri-kreen%20hunter_bam","p":61,"s":16,"h":1,"t":0,"uu":"thri-kreen hunter|bam","m":"bestiary/tokens/BAM/Thri-kreen Hunter.webp","n":"Thri-kreen Hunter"},{"id":948,"c":1,"u":"thri-kreen%20mystic_bam","p":61,"s":16,"h":1,"t":0,"uu":"thri-kreen mystic|bam","m":"bestiary/tokens/BAM/Thri-kreen Mystic.webp","n":"Thri-kreen Mystic"},{"id":949,"c":1,"u":"vampirate_bam","p":62,"s":16,"h":1,"t":0,"uu":"vampirate|bam","m":"bestiary/tokens/BAM/Vampirate.webp","n":"Vampirate"},{"id":950,"c":1,"u":"vampirate%20captain_bam","p":63,"s":16,"h":1,"t":0,"uu":"vampirate captain|bam","m":"bestiary/tokens/BAM/Vampirate Captain.webp","n":"Vampirate Captain"},{"id":951,"c":1,"u":"vampirate%20mage_bam","p":63,"s":16,"h":1,"t":0,"uu":"vampirate mage|bam","m":"bestiary/tokens/BAM/Vampirate Mage.webp","n":"Vampirate Mage"},{"id":952,"c":1,"u":"void%20scavver_bam","p":49,"s":16,"h":1,"t":0,"uu":"void scavver|bam","m":"bestiary/tokens/BAM/Void Scavver.webp","n":"Void Scavver"},{"id":953,"c":1,"u":"young%20lunar%20dragon_bam","p":35,"s":16,"h":1,"t":0,"uu":"young lunar dragon|bam","m":"bestiary/tokens/BAM/Young Lunar Dragon.webp","n":"Young Lunar Dragon"},{"id":954,"c":1,"u":"young%20solar%20dragon_bam","p":53,"s":16,"h":1,"t":0,"uu":"young solar dragon|bam","m":"bestiary/tokens/BAM/Young Solar Dragon.webp","n":"Young Solar Dragon"},{"id":955,"c":1,"u":"zodar_bam","p":64,"s":16,"h":1,"t":0,"uu":"zodar|bam","m":"bestiary/tokens/BAM/Zodar.webp","n":"Zodar"},{"id":956,"c":1,"u":"abyssal%20chicken_bgdia","p":97,"s":17,"h":1,"t":0,"uu":"abyssal chicken|bgdia","m":"bestiary/tokens/BGDIA/Abyssal Chicken.webp","n":"Abyssal Chicken"},{"id":957,"c":1,"u":"amrik%20vanthampur_bgdia","p":30,"s":17,"h":1,"t":0,"uu":"amrik vanthampur|bgdia","m":"bestiary/tokens/BGDIA/Amrik Vanthampur.webp","n":"Amrik Vanthampur"},{"id":958,"c":1,"u":"archduke%20zariel%20of%20avernus_bgdia","p":243,"s":17,"h":1,"t":0,"uu":"archduke zariel of avernus|bgdia","m":"bestiary/tokens/BGDIA/Archduke Zariel of Avernus.webp","n":"Archduke Zariel of Avernus"},{"id":959,"c":1,"u":"arkhan%20the%20cruel_bgdia","p":111,"s":17,"h":1,"t":0,"uu":"arkhan the cruel|bgdia","m":"bestiary/tokens/BGDIA/Arkhan the Cruel.webp","n":"Arkhan the Cruel"},{"id":960,"c":1,"u":"bel_bgdia","p":115,"s":17,"h":1,"t":0,"uu":"bel|bgdia","m":"bestiary/tokens/BGDIA/Bel.webp","n":"Bel"},{"id":961,"c":1,"u":"bitter%20breath_bgdia","p":90,"s":17,"h":1,"t":0,"uu":"bitter breath|bgdia","m":"bestiary/tokens/BGDIA/Bitter Breath.webp","n":"Bitter Breath"},{"id":962,"c":1,"u":"black%20gauntlet%20of%20bane_bgdia","p":235,"s":17,"h":1,"t":0,"uu":"black gauntlet of bane|bgdia","m":"bestiary/tokens/BGDIA/Black Gauntlet of Bane.webp","n":"Black Gauntlet of Bane"},{"id":963,"c":1,"u":"bone%20whelk_bgdia","p":119,"s":17,"h":1,"t":0,"uu":"bone whelk|bgdia","m":"bestiary/tokens/BGDIA/Bone Whelk.webp","n":"Bone Whelk"},{"id":964,"c":1,"u":"burney%20the%20barber_bgdia","p":129,"s":17,"h":1,"t":0,"uu":"burney the barber|bgdia","m":"bestiary/tokens/BGDIA/Burney the Barber.webp","n":"Burney the Barber"},{"id":965,"c":1,"u":"chukka_bgdia","p":83,"s":17,"h":1,"t":0,"uu":"chukka|bgdia","m":"bestiary/tokens/BGDIA/Chukka.webp","n":"Chukka"},{"id":966,"c":1,"u":"clonk_bgdia","p":83,"s":17,"h":1,"t":0,"uu":"clonk|bgdia","m":"bestiary/tokens/BGDIA/Clonk.webp","n":"Clonk"},{"id":967,"c":1,"u":"crokek'toeck_bgdia","p":231,"s":17,"h":1,"t":0,"uu":"crokek'toeck|bgdia","m":"bestiary/tokens/BGDIA/Crokek'toeck.webp","n":"Crokek'toeck"},{"id":968,"c":1,"u":"death's%20head%20of%20bhaal_bgdia","p":233,"s":17,"h":1,"t":0,"uu":"death's head of bhaal|bgdia","m":"bestiary/tokens/BGDIA/Death's Head of Bhaal.webp","n":"Death's Head of Bhaal"},{"id":969,"c":1,"u":"dryad%20spirit_bgdia","p":108,"s":17,"h":1,"t":0,"uu":"dryad spirit|bgdia","m":"bestiary/tokens/BGDIA/Dryad Spirit.webp","n":"Dryad Spirit"},{"id":970,"c":1,"u":"duke%20thalamra%20vanthampur_bgdia","p":38,"s":17,"h":1,"t":0,"uu":"duke thalamra vanthampur|bgdia","m":"bestiary/tokens/BGDIA/Duke Thalamra Vanthampur.webp","n":"Duke Thalamra Vanthampur"},{"id":971,"c":1,"u":"elliach_bgdia","p":130,"s":17,"h":1,"t":0,"uu":"elliach|bgdia","m":"bestiary/tokens/BGDIA/Elliach.webp","n":"Elliach"},{"id":972,"c":1,"u":"feonor_bgdia","p":130,"s":17,"h":1,"t":0,"uu":"feonor|bgdia","m":"bestiary/tokens/BGDIA/Feonor.webp","n":"Feonor"},{"id":973,"c":1,"u":"fiendish%20flesh%20golem_bgdia","p":236,"s":17,"h":1,"t":0,"uu":"fiendish flesh golem|bgdia","m":"bestiary/tokens/BGDIA/Fiendish Flesh Golem.webp","n":"Fiendish Flesh Golem"},{"id":974,"c":1,"u":"fist%20of%20bane_bgdia","p":232,"s":17,"h":1,"t":0,"uu":"fist of bane|bgdia","m":"bestiary/tokens/BGDIA/Fist of Bane.webp","n":"Fist of Bane"},{"id":975,"c":1,"u":"flying%20dagger_bgdia","p":30,"s":17,"h":1,"t":0,"uu":"flying dagger|bgdia","m":"bestiary/tokens/BGDIA/Flying Dagger.webp","n":"Flying Dagger"},{"id":976,"c":1,"u":"gideon%20lightward_bgdia","p":65,"s":17,"h":1,"t":0,"uu":"gideon lightward|bgdia","m":"bestiary/tokens/BGDIA/Gideon Lightward.webp","n":"Gideon Lightward"},{"id":977,"c":1,"u":"harkina%20hunt_bgdia","p":53,"s":17,"h":1,"t":0,"uu":"harkina hunt|bgdia","m":"bestiary/tokens/BGDIA/Harkina Hunt.webp","n":"Harkina Hunt"},{"id":978,"c":1,"u":"hellwasp_bgdia","p":236,"s":17,"h":1,"t":0,"uu":"hellwasp|bgdia","m":"bestiary/tokens/BGDIA/Hellwasp.webp","n":"Hellwasp"},{"id":979,"c":1,"u":"hellwasp%20grub_bgdia","p":95,"s":17,"h":1,"t":0,"uu":"hellwasp grub|bgdia","m":"bestiary/tokens/BGDIA/Hellwasp Grub.webp","n":"Hellwasp Grub"},{"id":980,"c":1,"u":"hollyphant_bgdia","p":237,"s":17,"h":1,"t":0,"uu":"hollyphant|bgdia","m":"bestiary/tokens/BGDIA/Hollyphant.webp","n":"Hollyphant"},{"id":981,"c":1,"u":"iron%20consul_bgdia","p":232,"s":17,"h":1,"t":0,"uu":"iron consul|bgdia","m":"bestiary/tokens/BGDIA/Iron Consul.webp","n":"Iron Consul"},{"id":982,"c":1,"u":"kostchtchie_bgdia","p":105,"s":17,"h":1,"t":0,"uu":"kostchtchie|bgdia","m":"bestiary/tokens/BGDIA/Kostchtchie.webp","n":"Kostchtchie"},{"id":983,"c":1,"u":"krull_bgdia","p":110,"s":17,"h":1,"t":0,"uu":"krull|bgdia","m":"bestiary/tokens/BGDIA/Krull.webp","n":"Krull"},{"id":984,"c":1,"u":"lulu_bgdia","p":5,"s":17,"h":1,"t":0,"uu":"lulu|bgdia","m":"bestiary/tokens/BGDIA/Lulu.webp","n":"Lulu"},{"id":985,"c":1,"u":"mad%20maggie_bgdia","p":74,"s":17,"h":1,"t":0,"uu":"mad maggie|bgdia","m":"bestiary/tokens/BGDIA/Mad Maggie.webp","n":"Mad Maggie"},{"id":986,"c":1,"u":"mahadi%20the%20rakshasa_bgdia","p":127,"s":17,"h":1,"t":0,"uu":"mahadi the rakshasa|bgdia","m":"bestiary/tokens/BGDIA/Mahadi the Rakshasa.webp","n":"Mahadi the Rakshasa"},{"id":987,"c":1,"u":"master%20of%20souls_bgdia","p":234,"s":17,"h":1,"t":0,"uu":"master of souls|bgdia","m":"bestiary/tokens/BGDIA/Master of Souls.webp","n":"Master of Souls"},{"id":988,"c":1,"u":"mortlock%20vanthampur_bgdia","p":26,"s":17,"h":1,"t":0,"uu":"mortlock vanthampur|bgdia","m":"bestiary/tokens/BGDIA/Mortlock Vanthampur.webp","n":"Mortlock Vanthampur"},{"id":989,"c":1,"u":"necromite%20of%20myrkul_bgdia","p":234,"s":17,"h":1,"t":0,"uu":"necromite of myrkul|bgdia","m":"bestiary/tokens/BGDIA/Necromite of Myrkul.webp","n":"Necromite of Myrkul"},{"id":990,"c":1,"u":"necrotic%20centipede_bgdia","p":119,"s":17,"h":1,"t":0,"uu":"necrotic centipede|bgdia","m":"bestiary/tokens/BGDIA/Necrotic Centipede.webp","n":"Necrotic Centipede"},{"id":991,"c":1,"u":"night%20blade_bgdia","p":233,"s":17,"h":1,"t":0,"uu":"night blade|bgdia","m":"bestiary/tokens/BGDIA/Night Blade.webp","n":"Night Blade"},{"id":992,"c":1,"u":"nine-fingers%20keene_bgdia","p":170,"s":17,"h":1,"t":0,"uu":"nine-fingers keene|bgdia","m":"bestiary/tokens/BGDIA/Nine-Fingers Keene.webp","n":"Nine-Fingers Keene"},{"id":993,"c":1,"u":"peacock_bgdia","p":195,"s":17,"h":1,"t":0,"uu":"peacock|bgdia","m":"bestiary/tokens/BGDIA/Peacock.webp","n":"Peacock"},{"id":994,"c":1,"u":"princeps%20kovik_bgdia","p":91,"s":17,"h":1,"t":0,"uu":"princeps kovik|bgdia","m":"bestiary/tokens/BGDIA/Princeps Kovik.webp","n":"Princeps Kovik"},{"id":995,"c":1,"u":"raggadragga_bgdia","p":87,"s":17,"h":1,"t":0,"uu":"raggadragga|bgdia","m":"bestiary/tokens/BGDIA/Raggadragga.webp","n":"Raggadragga"},{"id":996,"c":1,"u":"reaper%20of%20bhaal_bgdia","p":233,"s":17,"h":1,"t":0,"uu":"reaper of bhaal|bgdia","m":"bestiary/tokens/BGDIA/Reaper of Bhaal.webp","n":"Reaper of Bhaal"},{"id":997,"c":1,"u":"rilsa%20rael_bgdia","p":199,"s":17,"h":1,"t":0,"uu":"rilsa rael|bgdia","m":"bestiary/tokens/BGDIA/Rilsa Rael.webp","n":"Rilsa Rael"},{"id":998,"c":1,"u":"skeletal%20rats_bgdia","p":23,"s":17,"h":1,"t":0,"uu":"skeletal rats|bgdia","m":"bestiary/tokens/BGDIA/Skeletal Rats.webp","n":"Skeletal Rats"},{"id":999,"c":1,"u":"skull%20lasher%20of%20myrkul_bgdia","p":234,"s":17,"h":1,"t":0,"uu":"skull lasher of myrkul|bgdia","m":"bestiary/tokens/BGDIA/Skull Lasher of Myrkul.webp","n":"Skull Lasher of Myrkul"},{"id":1000,"c":1,"u":"smiler%20the%20defiler_bgdia","p":133,"s":17,"h":1,"t":0,"uu":"smiler the defiler|bgdia","m":"bestiary/tokens/BGDIA/Smiler the Defiler.webp","n":"Smiler the Defiler"},{"id":1001,"c":1,"u":"sylvira%20savikas_bgdia","p":46,"s":17,"h":1,"t":0,"uu":"sylvira savikas|bgdia","m":"bestiary/tokens/BGDIA/Sylvira Savikas.webp","n":"Sylvira Savikas"},{"id":1002,"c":1,"u":"thavius%20kreeg_bgdia","p":42,"s":17,"h":1,"t":0,"uu":"thavius kreeg|bgdia","m":"bestiary/tokens/BGDIA/Thavius Kreeg.webp","n":"Thavius Kreeg"},{"id":1003,"c":1,"u":"thurstwell%20vanthampur_bgdia","p":34,"s":17,"h":1,"t":0,"uu":"thurstwell vanthampur|bgdia","m":"bestiary/tokens/BGDIA/Thurstwell Vanthampur.webp","n":"Thurstwell Vanthampur"},{"id":1004,"c":1,"u":"torogar%20steelfist_bgdia","p":112,"s":17,"h":1,"t":0,"uu":"torogar steelfist|bgdia","m":"bestiary/tokens/BGDIA/Torogar Steelfist.webp","n":"Torogar Steelfist"},{"id":1005,"c":1,"u":"traxigor_bgdia","p":50,"s":17,"h":1,"t":0,"uu":"traxigor|bgdia","m":"bestiary/tokens/BGDIA/Traxigor.webp","n":"Traxigor"},{"id":1006,"c":1,"u":"tressym_bgdia","p":241,"s":17,"h":1,"t":0,"uu":"tressym|bgdia","m":"bestiary/tokens/BGDIA/Tressym.webp","n":"Tressym"},{"id":1007,"c":1,"u":"ulder%20ravengard_bgdia","p":70,"s":17,"h":1,"t":0,"uu":"ulder ravengard|bgdia","m":"bestiary/tokens/BGDIA/Ulder Ravengard.webp","n":"Ulder Ravengard"},{"id":1008,"c":1,"u":"undead%20tree_bgdia","p":109,"s":17,"h":1,"t":0,"uu":"undead tree|bgdia","m":"bestiary/tokens/BGDIA/Undead Tree.webp","n":"Undead Tree"},{"id":1009,"c":1,"u":"animated%20broom_cm","p":20,"s":18,"h":1,"t":0,"uu":"animated broom|cm","m":"bestiary/tokens/CM/Animated Broom.webp","n":"Animated Broom"},{"id":1010,"c":1,"u":"animated%20chained%20library_cm","p":24,"s":18,"h":1,"t":0,"uu":"animated chained library|cm","m":"bestiary/tokens/CM/Animated Chained Library.webp","n":"Animated Chained Library"},{"id":1011,"c":1,"u":"arrant%20quill_cm","p":157,"s":18,"h":1,"t":0,"uu":"arrant quill|cm","m":"bestiary/tokens/CM/Arrant Quill.webp","n":"Arrant Quill"},{"id":1012,"c":1,"u":"bak%20mei_cm","p":168,"s":18,"h":1,"t":0,"uu":"bak mei|cm","m":"bestiary/tokens/CM/Bak Mei.webp","n":"Bak Mei"},{"id":1013,"c":1,"u":"canopic%20golem_cm","p":179,"s":18,"h":1,"t":0,"uu":"canopic golem|cm","m":"bestiary/tokens/CM/Canopic Golem.webp","n":"Canopic Golem"},{"id":1014,"c":1,"u":"chwinga_cm","p":212,"s":18,"h":1,"t":0,"uu":"chwinga|cm","m":"bestiary/tokens/CM/Chwinga.webp","n":"Chwinga"},{"id":1015,"c":1,"u":"cloud%20giant%20ghost_cm","p":146,"s":18,"h":1,"t":0,"uu":"cloud giant ghost|cm","m":"bestiary/tokens/CM/Cloud Giant Ghost.webp","n":"Cloud Giant Ghost"},{"id":1016,"c":1,"u":"constructed%20commoner_cm","p":149,"s":18,"h":1,"t":0,"uu":"constructed commoner|cm","m":"bestiary/tokens/CM/Constructed Commoner.webp","n":"Constructed Commoner"},{"id":1017,"c":1,"u":"corrupted%20avatar%20of%20lurue_cm","p":123,"s":18,"h":1,"t":0,"uu":"corrupted avatar of lurue|cm","m":"bestiary/tokens/CM/Corrupted Avatar of Lurue.webp","n":"Corrupted Avatar of Lurue"},{"id":1018,"c":1,"u":"dragon%20tortoise_cm","p":205,"s":18,"h":1,"t":0,"uu":"dragon tortoise|cm","m":"bestiary/tokens/CM/Dragon Tortoise.webp","n":"Dragon Tortoise"},{"id":1019,"c":1,"u":"faerl_cm","p":104,"s":18,"h":1,"t":0,"uu":"faerl|cm","m":"bestiary/tokens/CM/Faerl.webp","n":"Faerl"},{"id":1020,"c":1,"u":"fungal%20servant_cm","p":217,"s":18,"h":1,"t":0,"uu":"fungal servant|cm","m":"bestiary/tokens/CM/Fungal Servant.webp","n":"Fungal Servant"},{"id":1021,"c":1,"u":"gingwatzim_cm","p":27,"s":18,"h":1,"t":0,"uu":"gingwatzim|cm","m":"bestiary/tokens/CM/Gingwatzim.webp","n":"Gingwatzim"},{"id":1022,"c":1,"u":"grippli%20warrior_cm","p":99,"s":18,"h":1,"t":0,"uu":"grippli warrior|cm","m":"bestiary/tokens/CM/Grippli Warrior.webp","n":"Grippli Warrior"},{"id":1023,"c":1,"u":"hag%20of%20the%20fetid%20gaze_cm","p":76,"s":18,"h":1,"t":0,"uu":"hag of the fetid gaze|cm","m":"bestiary/tokens/CM/Hag of the Fetid Gaze.webp","n":"Hag of the Fetid Gaze"},{"id":1024,"c":1,"u":"immortal%20lotus%20monk_cm","p":165,"s":18,"h":1,"t":0,"uu":"immortal lotus monk|cm","m":"bestiary/tokens/CM/Immortal Lotus Monk.webp","n":"Immortal Lotus Monk"},{"id":1025,"c":1,"u":"jade%20tigress_cm","p":166,"s":18,"h":1,"t":0,"uu":"jade tigress|cm","m":"bestiary/tokens/CM/Jade Tigress.webp","n":"Jade Tigress"},{"id":1026,"c":1,"u":"k'tulah_cm","p":64,"s":18,"h":1,"t":0,"uu":"k'tulah|cm","m":"bestiary/tokens/CM/K'Tulah.webp","n":"K'Tulah"},{"id":1027,"c":1,"u":"kiddywidget_cm","p":136,"s":18,"h":1,"t":0,"uu":"kiddywidget|cm","m":"bestiary/tokens/CM/Kiddywidget.webp","n":"Kiddywidget"},{"id":1028,"c":1,"u":"lichen%20lich_cm","p":223,"s":18,"h":1,"t":0,"uu":"lichen lich|cm","m":"bestiary/tokens/CM/Lichen Lich.webp","n":"Lichen Lich"},{"id":1029,"c":1,"u":"lightning%20golem_cm","p":129,"s":18,"h":1,"t":0,"uu":"lightning golem|cm","m":"bestiary/tokens/CM/Lightning Golem.webp","n":"Lightning Golem"},{"id":1030,"c":1,"u":"master%20sage_cm","p":9,"s":18,"h":1,"t":0,"uu":"master sage|cm","m":"bestiary/tokens/CM/Master Sage.webp","n":"Master Sage"},{"id":1031,"c":1,"u":"miirym_cm","p":16,"s":18,"h":1,"t":0,"uu":"miirym|cm","m":"bestiary/tokens/CM/Miirym.webp","n":"Miirym"},{"id":1032,"c":1,"u":"mimic%20chair_cm","p":22,"s":18,"h":1,"t":0,"uu":"mimic chair|cm","m":"bestiary/tokens/CM/Mimic Chair.webp","n":"Mimic Chair"},{"id":1033,"c":1,"u":"naiad_cm","p":84,"s":18,"h":1,"t":0,"uu":"naiad|cm","m":"bestiary/tokens/CM/Naiad.webp","n":"Naiad"},{"id":1034,"c":1,"u":"nintra%20siotta_cm","p":197,"s":18,"h":1,"t":0,"uu":"nintra siotta|cm","m":"bestiary/tokens/CM/Nintra Siotta.webp","n":"Nintra Siotta"},{"id":1035,"c":1,"u":"parasite-infested%20behir_cm","p":220,"s":18,"h":1,"t":0,"uu":"parasite-infested behir|cm","m":"bestiary/tokens/CM/Parasite-infested Behir.webp","n":"Parasite-infested Behir"},{"id":1036,"c":1,"u":"ram%20sugar_cm","p":132,"s":18,"h":1,"t":0,"uu":"ram sugar|cm","m":"bestiary/tokens/CM/Ram Sugar.webp","n":"Ram Sugar"},{"id":1037,"c":1,"u":"sage_cm","p":9,"s":18,"h":1,"t":0,"uu":"sage|cm","m":"bestiary/tokens/CM/Sage.webp","n":"Sage"},{"id":1038,"c":1,"u":"sapphire%20sentinel_cm","p":201,"s":18,"h":1,"t":0,"uu":"sapphire sentinel|cm","m":"bestiary/tokens/CM/Sapphire Sentinel.webp","n":"Sapphire Sentinel"},{"id":1039,"c":1,"u":"shemshime_cm","p":69,"s":18,"h":1,"t":0,"uu":"shemshime|cm","m":"bestiary/tokens/CM/Shemshime.webp","n":"Shemshime"},{"id":1040,"c":1,"u":"skitterwidget_cm","p":136,"s":18,"h":1,"t":0,"uu":"skitterwidget|cm","m":"bestiary/tokens/CM/Skitterwidget.webp","n":"Skitterwidget"},{"id":1041,"c":1,"u":"steel%20crane_cm","p":164,"s":18,"h":1,"t":0,"uu":"steel crane|cm","m":"bestiary/tokens/CM/Steel Crane.webp","n":"Steel Crane"},{"id":1042,"c":1,"u":"storm%20giant%20skeleton_cm","p":208,"s":18,"h":1,"t":0,"uu":"storm giant skeleton|cm","m":"bestiary/tokens/CM/Storm Giant Skeleton.webp","n":"Storm Giant Skeleton"},{"id":1043,"c":1,"u":"swarm%20of%20animated%20books_cm","p":19,"s":18,"h":1,"t":0,"uu":"swarm of animated books|cm","m":"bestiary/tokens/CM/Swarm of Animated Books.webp","n":"Swarm of Animated Books"},{"id":1044,"c":1,"u":"valin%20sarnaster_cm","p":182,"s":18,"h":1,"t":0,"uu":"valin sarnaster|cm","m":"bestiary/tokens/CM/Valin Sarnaster.webp","n":"Valin Sarnaster"},{"id":1045,"c":1,"u":"varnyr_cm","p":63,"s":18,"h":1,"t":0,"uu":"varnyr|cm","m":"bestiary/tokens/CM/Varnyr.webp","n":"Varnyr"},{"id":1046,"c":1,"u":"wood%20elf%20wizard_cm","p":187,"s":18,"h":1,"t":0,"uu":"wood elf wizard|cm","m":"bestiary/tokens/CM/Wood Elf Wizard.webp","n":"Wood Elf Wizard"},{"id":1047,"c":1,"u":"zikran_cm","p":145,"s":18,"h":1,"t":0,"uu":"zikran|cm","m":"bestiary/tokens/CM/Zikran.webp","n":"Zikran"},{"id":1048,"c":1,"u":"zikzokrishka_cm","p":209,"s":18,"h":1,"t":0,"uu":"zikzokrishka|cm","m":"bestiary/tokens/CM/Zikzokrishka.webp","n":"Zikzokrishka"},{"id":1049,"c":1,"u":"amber%20golem_cos","p":186,"s":19,"h":1,"t":0,"uu":"amber golem|cos","m":"bestiary/tokens/CoS/Amber Golem.webp","n":"Amber Golem"},{"id":1050,"c":1,"u":"anastrasya%20karelova_cos","p":93,"s":19,"h":1,"t":0,"uu":"anastrasya karelova|cos","m":"bestiary/tokens/CoS/Anastrasya Karelova.webp","n":"Anastrasya Karelova"},{"id":1051,"c":1,"u":"animated%20halberd_cos","p":59,"s":19,"h":1,"t":0,"uu":"animated halberd|cos","m":"bestiary/tokens/CoS/Animated Halberd.webp","n":"Animated Halberd"},{"id":1052,"c":1,"u":"arabelle_cos","p":38,"s":19,"h":1,"t":0,"uu":"arabelle|cos","m":"bestiary/tokens/CoS/Arabelle.webp","n":"Arabelle"},{"id":1053,"c":1,"u":"armored%20saber-toothed%20tiger_cos","p":115,"s":19,"h":1,"t":0,"uu":"armored saber-toothed tiger|cos","m":"bestiary/tokens/CoS/Armored Saber-Toothed Tiger.webp","n":"Armored Saber-Toothed Tiger"},{"id":1054,"c":1,"u":"arrigal_cos","p":121,"s":19,"h":1,"t":0,"uu":"arrigal|cos","m":"bestiary/tokens/CoS/Arrigal.webp","n":"Arrigal"},{"id":1055,"c":1,"u":"baba%20lysaga_cos","p":228,"s":19,"h":1,"t":0,"uu":"baba lysaga|cos","m":"bestiary/tokens/CoS/Baba Lysaga.webp","n":"Baba Lysaga"},{"id":1056,"c":1,"u":"baba%20lysaga's%20creeping%20hut_cos","p":226,"s":19,"h":1,"t":0,"uu":"baba lysaga's creeping hut|cos","m":"bestiary/tokens/CoS/Baba Lysaga's Creeping Hut.webp","n":"Baba Lysaga's Creeping Hut"},{"id":1057,"c":1,"u":"baron%20vargas%20vallakovich_cos","p":105,"s":19,"h":1,"t":0,"uu":"baron vargas vallakovich|cos","m":"bestiary/tokens/CoS/Baron Vargas Vallakovich.webp","n":"Baron Vargas Vallakovich"},{"id":1058,"c":1,"u":"barovian%20commoner_cos","p":29,"s":19,"h":1,"t":0,"uu":"barovian commoner|cos","m":"bestiary/tokens/CoS/Barovian Commoner.webp","n":"Barovian Commoner"},{"id":1059,"c":1,"u":"barovian%20scout_cos","p":29,"s":19,"h":1,"t":0,"uu":"barovian scout|cos","m":"bestiary/tokens/CoS/Barovian Scout.webp","n":"Barovian Scout"},{"id":1060,"c":1,"u":"barovian%20witch_cos","p":229,"s":19,"h":1,"t":0,"uu":"barovian witch|cos","m":"bestiary/tokens/CoS/Barovian Witch.webp","n":"Barovian Witch"},{"id":1061,"c":1,"u":"beucephalus_cos","p":93,"s":19,"h":1,"t":0,"uu":"beucephalus|cos","m":"bestiary/tokens/CoS/Beucephalus.webp","n":"Beucephalus"},{"id":1062,"c":1,"u":"bluto%20krogarov_cos","p":38,"s":19,"h":1,"t":0,"uu":"bluto krogarov|cos","m":"bestiary/tokens/CoS/Bluto Krogarov.webp","n":"Bluto Krogarov"},{"id":1063,"c":1,"u":"bray%20martikov_cos","p":98,"s":19,"h":1,"t":0,"uu":"bray martikov|cos","m":"bestiary/tokens/CoS/Bray Martikov.webp","n":"Bray Martikov"},{"id":1064,"c":1,"u":"brom%20martikov_cos","p":98,"s":19,"h":1,"t":0,"uu":"brom martikov|cos","m":"bestiary/tokens/CoS/Brom Martikov.webp","n":"Brom Martikov"},{"id":1065,"c":1,"u":"broom%20of%20animated%20attack_cos","p":226,"s":19,"h":1,"t":0,"uu":"broom of animated attack|cos","m":"bestiary/tokens/CoS/Broom of Animated Attack.webp","n":"Broom of Animated Attack"},{"id":1066,"c":1,"u":"clovin%20belview_cos","p":147,"s":19,"h":1,"t":0,"uu":"clovin belview|cos","m":"bestiary/tokens/CoS/Clovin Belview.webp","n":"Clovin Belview"},{"id":1067,"c":1,"u":"cyrus%20belview_cos","p":77,"s":19,"h":1,"t":0,"uu":"cyrus belview|cos","m":"bestiary/tokens/CoS/Cyrus Belview.webp","n":"Cyrus Belview"},{"id":1068,"c":1,"u":"danika%20dorakova_cos","p":98,"s":19,"h":1,"t":0,"uu":"danika dorakova|cos","m":"bestiary/tokens/CoS/Danika Dorakova.webp","n":"Danika Dorakova"},{"id":1069,"c":1,"u":"davian%20martikov_cos","p":173,"s":19,"h":1,"t":0,"uu":"davian martikov|cos","m":"bestiary/tokens/CoS/Davian Martikov.webp","n":"Davian Martikov"},{"id":1070,"c":1,"u":"distended%20corpse_cos","p":165,"s":19,"h":1,"t":0,"uu":"distended corpse|cos","m":"bestiary/tokens/CoS/Distended Corpse.webp","n":"Distended Corpse"},{"id":1071,"c":1,"u":"donavich_cos","p":46,"s":19,"h":1,"t":0,"uu":"donavich|cos","m":"bestiary/tokens/CoS/Donavich.webp","n":"Donavich"},{"id":1072,"c":1,"u":"doru_cos","p":47,"s":19,"h":1,"t":0,"uu":"doru|cos","m":"bestiary/tokens/CoS/Doru.webp","n":"Doru"},{"id":1073,"c":1,"u":"emil%20toranescu_cos","p":81,"s":19,"h":1,"t":0,"uu":"emil toranescu|cos","m":"bestiary/tokens/CoS/Emil Toranescu.webp","n":"Emil Toranescu"},{"id":1074,"c":1,"u":"escher_cos","p":70,"s":19,"h":1,"t":0,"uu":"escher|cos","m":"bestiary/tokens/CoS/Escher.webp","n":"Escher"},{"id":1075,"c":1,"u":"exethanter_cos","p":189,"s":19,"h":1,"t":0,"uu":"exethanter|cos","m":"bestiary/tokens/CoS/Exethanter.webp","n":"Exethanter"},{"id":1076,"c":1,"u":"ezmerelda%20d'avenir_cos","p":231,"s":19,"h":1,"t":0,"uu":"ezmerelda d'avenir|cos","m":"bestiary/tokens/CoS/Ezmerelda d'Avenir.webp","n":"Ezmerelda d'Avenir"},{"id":1077,"c":1,"u":"gadof%20blinsky_cos","p":118,"s":19,"h":1,"t":0,"uu":"gadof blinsky|cos","m":"bestiary/tokens/CoS/Gadof Blinsky.webp","n":"Gadof Blinsky"},{"id":1078,"c":1,"u":"gertruda_cos","p":68,"s":19,"h":1,"t":0,"uu":"gertruda|cos","m":"bestiary/tokens/CoS/Gertruda.webp","n":"Gertruda"},{"id":1079,"c":1,"u":"guardian%20portrait_cos","p":227,"s":19,"h":1,"t":0,"uu":"guardian portrait|cos","m":"bestiary/tokens/CoS/Guardian Portrait.webp","n":"Guardian Portrait"},{"id":1080,"c":1,"u":"helga%20ruvak_cos","p":64,"s":19,"h":1,"t":0,"uu":"helga ruvak|cos","m":"bestiary/tokens/CoS/Helga Ruvak.webp","n":"Helga Ruvak"},{"id":1081,"c":1,"u":"henrik%20van%20der%20voort_cos","p":116,"s":19,"h":1,"t":0,"uu":"henrik van der voort|cos","m":"bestiary/tokens/CoS/Henrik van der Voort.webp","n":"Henrik van der Voort"},{"id":1082,"c":1,"u":"ireena%20kolyana_cos","p":44,"s":19,"h":1,"t":0,"uu":"ireena kolyana|cos","m":"bestiary/tokens/CoS/Ireena Kolyana.webp","n":"Ireena Kolyana"},{"id":1083,"c":1,"u":"ismark%20kolyanovich_cos","p":43,"s":19,"h":1,"t":0,"uu":"ismark kolyanovich|cos","m":"bestiary/tokens/CoS/Ismark Kolyanovich.webp","n":"Ismark Kolyanovich"},{"id":1084,"c":1,"u":"izek%20strazni_cos","p":232,"s":19,"h":1,"t":0,"uu":"izek strazni|cos","m":"bestiary/tokens/CoS/Izek Strazni.webp","n":"Izek Strazni"},{"id":1085,"c":1,"u":"kasimir%20velikov_cos","p":233,"s":19,"h":1,"t":0,"uu":"kasimir velikov|cos","m":"bestiary/tokens/CoS/Kasimir Velikov.webp","n":"Kasimir Velikov"},{"id":1086,"c":1,"u":"kiril%20stoyanovich_cos","p":203,"s":19,"h":1,"t":0,"uu":"kiril stoyanovich|cos","m":"bestiary/tokens/CoS/Kiril Stoyanovich.webp","n":"Kiril Stoyanovich"},{"id":1087,"c":1,"u":"knight%20of%20the%20order_cos","p":139,"s":19,"h":1,"t":0,"uu":"knight of the order|cos","m":"bestiary/tokens/CoS/Knight of the Order.webp","n":"Knight of the Order"},{"id":1088,"c":1,"u":"lady%20fiona%20wachter_cos","p":110,"s":19,"h":1,"t":0,"uu":"lady fiona wachter|cos","m":"bestiary/tokens/CoS/Lady Fiona Wachter.webp","n":"Lady Fiona Wachter"},{"id":1089,"c":1,"u":"lady%20lydia%20petrovna_cos","p":105,"s":19,"h":1,"t":0,"uu":"lady lydia petrovna|cos","m":"bestiary/tokens/CoS/Lady Lydia Petrovna.webp","n":"Lady Lydia Petrovna"},{"id":1090,"c":1,"u":"lief%20lipsiege_cos","p":62,"s":19,"h":1,"t":0,"uu":"lief lipsiege|cos","m":"bestiary/tokens/CoS/Lief Lipsiege.webp","n":"Lief Lipsiege"},{"id":1091,"c":1,"u":"ludmilla%20vilisevic_cos","p":93,"s":19,"h":1,"t":0,"uu":"ludmilla vilisevic|cos","m":"bestiary/tokens/CoS/Ludmilla Vilisevic.webp","n":"Ludmilla Vilisevic"},{"id":1092,"c":1,"u":"luvash_cos","p":121,"s":19,"h":1,"t":0,"uu":"luvash|cos","m":"bestiary/tokens/CoS/Luvash.webp","n":"Luvash"},{"id":1093,"c":1,"u":"mad%20mary_cos","p":44,"s":19,"h":1,"t":0,"uu":"mad mary|cos","m":"bestiary/tokens/CoS/Mad Mary.webp","n":"Mad Mary"},{"id":1094,"c":1,"u":"madam%20eva_cos","p":233,"s":19,"h":1,"t":0,"uu":"madam eva|cos","m":"bestiary/tokens/CoS/Madam Eva.webp","n":"Madam Eva"},{"id":1095,"c":1,"u":"majesto_cos","p":115,"s":19,"h":1,"t":0,"uu":"majesto|cos","m":"bestiary/tokens/CoS/Majesto.webp","n":"Majesto"},{"id":1096,"c":1,"u":"marzena%20belview_cos","p":150,"s":19,"h":1,"t":0,"uu":"marzena belview|cos","m":"bestiary/tokens/CoS/Marzena Belview.webp","n":"Marzena Belview"},{"id":1097,"c":1,"u":"milivoj_cos","p":97,"s":19,"h":1,"t":0,"uu":"milivoj|cos","m":"bestiary/tokens/CoS/Milivoj.webp","n":"Milivoj"},{"id":1098,"c":1,"u":"mishka%20belview_cos","p":150,"s":19,"h":1,"t":0,"uu":"mishka belview|cos","m":"bestiary/tokens/CoS/Mishka Belview.webp","n":"Mishka Belview"},{"id":1099,"c":1,"u":"mongrelfolk_cos","p":234,"s":19,"h":1,"t":0,"uu":"mongrelfolk|cos","m":"bestiary/tokens/CoS/Mongrelfolk.webp","n":"Mongrelfolk"},{"id":1100,"c":1,"u":"morgantha_cos","p":48,"s":19,"h":1,"t":0,"uu":"morgantha|cos","m":"bestiary/tokens/CoS/Morgantha.webp","n":"Morgantha"},{"id":1101,"c":1,"u":"nikolai%20wachter_cos","p":110,"s":19,"h":1,"t":0,"uu":"nikolai wachter|cos","m":"bestiary/tokens/CoS/Nikolai Wachter.webp","n":"Nikolai Wachter"},{"id":1102,"c":1,"u":"otto%20belview_cos","p":147,"s":19,"h":1,"t":0,"uu":"otto belview|cos","m":"bestiary/tokens/CoS/Otto Belview.webp","n":"Otto Belview"},{"id":1103,"c":1,"u":"parriwimple_cos","p":43,"s":19,"h":1,"t":0,"uu":"parriwimple|cos","m":"bestiary/tokens/CoS/Parriwimple.webp","n":"Parriwimple"},{"id":1104,"c":1,"u":"patrina%20velikovna_cos","p":89,"s":19,"h":1,"t":0,"uu":"patrina velikovna|cos","m":"bestiary/tokens/CoS/Patrina Velikovna.webp","n":"Patrina Velikovna"},{"id":1105,"c":1,"u":"phantom%20warrior_cos","p":235,"s":19,"h":1,"t":0,"uu":"phantom warrior|cos","m":"bestiary/tokens/CoS/Phantom Warrior.webp","n":"Phantom Warrior"},{"id":1106,"c":1,"u":"phantom%20warrior%20(archer)_cos","p":142,"s":19,"h":1,"t":0,"uu":"phantom warrior (archer)|cos","m":"bestiary/tokens/CoS/Phantom Warrior (Archer).webp","n":"Phantom Warrior (Archer)"},{"id":1107,"c":1,"u":"piccolo_cos","p":118,"s":19,"h":1,"t":0,"uu":"piccolo|cos","m":"bestiary/tokens/CoS/Piccolo.webp","n":"Piccolo"},{"id":1108,"c":1,"u":"pidlwick%20ii_cos","p":236,"s":19,"h":1,"t":0,"uu":"pidlwick ii|cos","m":"bestiary/tokens/CoS/Pidlwick II.webp","n":"Pidlwick II"},{"id":1109,"c":1,"u":"rahadin_cos","p":237,"s":19,"h":1,"t":0,"uu":"rahadin|cos","m":"bestiary/tokens/CoS/Rahadin.webp","n":"Rahadin"},{"id":1110,"c":1,"u":"rictavio_cos","p":238,"s":19,"h":1,"t":0,"uu":"rictavio|cos","m":"bestiary/tokens/CoS/Rictavio.webp","n":"Rictavio"},{"id":1111,"c":1,"u":"rictavio_cos","p":238,"s":19,"h":1,"t":0,"uu":"rictavio|cos","m":"bestiary/tokens/CoS/Rictavio.webp","n":"Rudolph van Richten"},{"id":1112,"c":1,"u":"rosavalda%20%22rose%22%20durst_cos","p":217,"s":19,"h":1,"t":0,"uu":"rosavalda \"rose\" durst|cos","m":"bestiary/tokens/CoS/Rosavalda Rose Durst.webp","n":"Rosavalda \"Rose\" Durst"},{"id":1113,"c":1,"u":"sangzor_cos","p":160,"s":19,"h":1,"t":0,"uu":"sangzor|cos","m":"bestiary/tokens/CoS/Sangzor.webp","n":"Sangzor"},{"id":1114,"c":1,"u":"savid_cos","p":133,"s":19,"h":1,"t":0,"uu":"savid|cos","m":"bestiary/tokens/CoS/Savid.webp","n":"Savid"},{"id":1115,"c":1,"u":"sir%20godfrey%20gwilym_cos","p":139,"s":19,"h":1,"t":0,"uu":"sir godfrey gwilym|cos","m":"bestiary/tokens/CoS/Sir Godfrey Gwilym.webp","n":"Sir Godfrey Gwilym"},{"id":1116,"c":1,"u":"snow%20maiden_cos","p":159,"s":19,"h":1,"t":0,"uu":"snow maiden|cos","m":"bestiary/tokens/CoS/Snow Maiden.webp","n":"Snow Maiden"},{"id":1117,"c":1,"u":"stanimir_cos","p":20,"s":19,"h":1,"t":0,"uu":"stanimir|cos","m":"bestiary/tokens/CoS/Stanimir.webp","n":"Stanimir"},{"id":1118,"c":1,"u":"stella%20wachter_cos","p":113,"s":19,"h":1,"t":0,"uu":"stella wachter|cos","m":"bestiary/tokens/CoS/Stella Wachter.webp","n":"Stella Wachter"},{"id":1119,"c":1,"u":"strahd%20von%20zarovich_cos","p":240,"s":19,"h":1,"t":0,"uu":"strahd von zarovich|cos","m":"bestiary/tokens/CoS/Strahd von Zarovich.webp","n":"Strahd von Zarovich"},{"id":1120,"c":1,"u":"strahd%20zombie_cos","p":241,"s":19,"h":1,"t":0,"uu":"strahd zombie|cos","m":"bestiary/tokens/CoS/Strahd Zombie.webp","n":"Strahd Zombie"},{"id":1121,"c":1,"u":"strahd's%20animated%20armor_cos","p":227,"s":19,"h":1,"t":0,"uu":"strahd's animated armor|cos","m":"bestiary/tokens/CoS/Strahd's Animated Armor.webp","n":"Strahd's Animated Armor"},{"id":1122,"c":1,"u":"szoldar%20szoldarovich_cos","p":100,"s":19,"h":1,"t":0,"uu":"szoldar szoldarovich|cos","m":"bestiary/tokens/CoS/Szoldar Szoldarovich.webp","n":"Szoldar Szoldarovich"},{"id":1123,"c":1,"u":"the%20abbot_cos","p":151,"s":19,"h":1,"t":0,"uu":"the abbot|cos","m":"bestiary/tokens/CoS/The Abbot.webp","n":"The Abbot"},{"id":1124,"c":1,"u":"the%20mad%20mage%20of%20mount%20baratok_cos","p":39,"s":19,"h":1,"t":0,"uu":"the mad mage of mount baratok|cos","m":"bestiary/tokens/CoS/The Mad Mage of Mount Baratok.webp","n":"The Mad Mage of Mount Baratok"},{"id":1125,"c":1,"u":"thornboldt%20%22thorn%22%20durst_cos","p":217,"s":19,"h":1,"t":0,"uu":"thornboldt \"thorn\" durst|cos","m":"bestiary/tokens/CoS/Thornboldt Thorn Durst.webp","n":"Thornboldt \"Thorn\" Durst"},{"id":1126,"c":1,"u":"tree%20blight_cos","p":230,"s":19,"h":1,"t":0,"uu":"tree blight|cos","m":"bestiary/tokens/CoS/Tree Blight.webp","n":"Tree Blight"},{"id":1127,"c":1,"u":"urwin%20martikov_cos","p":98,"s":19,"h":1,"t":0,"uu":"urwin martikov|cos","m":"bestiary/tokens/CoS/Urwin Martikov.webp","n":"Urwin Martikov"},{"id":1128,"c":1,"u":"vasilka_cos","p":151,"s":19,"h":1,"t":0,"uu":"vasilka|cos","m":"bestiary/tokens/CoS/Vasilka.webp","n":"Vasilka"},{"id":1129,"c":1,"u":"victor%20vallakovich_cos","p":105,"s":19,"h":1,"t":0,"uu":"victor vallakovich|cos","m":"bestiary/tokens/CoS/Victor Vallakovich.webp","n":"Victor Vallakovich"},{"id":1130,"c":1,"u":"vilnius_cos","p":185,"s":19,"h":1,"t":0,"uu":"vilnius|cos","m":"bestiary/tokens/CoS/Vilnius.webp","n":"Vilnius"},{"id":1131,"c":1,"u":"vistana%20assassin_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana assassin|cos","m":"bestiary/tokens/CoS/Vistana Assassin.webp","n":"Vistana Assassin"},{"id":1132,"c":1,"u":"vistana%20bandit_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana bandit|cos","m":"bestiary/tokens/CoS/Vistana Bandit.webp","n":"Vistana Bandit"},{"id":1133,"c":1,"u":"vistana%20bandit%20captain_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana bandit captain|cos","m":"bestiary/tokens/CoS/Vistana Bandit Captain.webp","n":"Vistana Bandit Captain"},{"id":1134,"c":1,"u":"vistana%20commoner_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana commoner|cos","m":"bestiary/tokens/CoS/Vistana Commoner.webp","n":"Vistana Commoner"},{"id":1135,"c":1,"u":"vistana%20guard_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana guard|cos","m":"bestiary/tokens/CoS/Vistana Guard.webp","n":"Vistana Guard"},{"id":1136,"c":1,"u":"vistana%20spy_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana spy|cos","m":"bestiary/tokens/CoS/Vistana Spy.webp","n":"Vistana Spy"},{"id":1137,"c":1,"u":"vistana%20thug_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana thug|cos","m":"bestiary/tokens/CoS/Vistana Thug.webp","n":"Vistana Thug"},{"id":1138,"c":1,"u":"vladimir%20horngaard_cos","p":241,"s":19,"h":1,"t":0,"uu":"vladimir horngaard|cos","m":"bestiary/tokens/CoS/Vladimir Horngaard.webp","n":"Vladimir Horngaard"},{"id":1139,"c":1,"u":"volenta%20popofsky_cos","p":93,"s":19,"h":1,"t":0,"uu":"volenta popofsky|cos","m":"bestiary/tokens/CoS/Volenta Popofsky.webp","n":"Volenta Popofsky"},{"id":1140,"c":1,"u":"walking%20corpse_cos","p":165,"s":19,"h":1,"t":0,"uu":"walking corpse|cos","m":"bestiary/tokens/CoS/Walking Corpse.webp","n":"Walking Corpse"},{"id":1141,"c":1,"u":"yevgeni%20krushkin_cos","p":100,"s":19,"h":1,"t":0,"uu":"yevgeni krushkin|cos","m":"bestiary/tokens/CoS/Yevgeni Krushkin.webp","n":"Yevgeni Krushkin"},{"id":1142,"c":1,"u":"young%20wereraven_cos","p":98,"s":19,"h":1,"t":0,"uu":"young wereraven|cos","m":"bestiary/tokens/CoS/Young Wereraven.webp","n":"Young Wereraven"},{"id":1143,"c":1,"u":"zuleika%20toranescu_cos","p":204,"s":19,"h":1,"t":0,"uu":"zuleika toranescu|cos","m":"bestiary/tokens/CoS/Zuleika Toranescu.webp","n":"Zuleika Toranescu"},{"id":1144,"c":1,"u":"zygfrek%20belview_cos","p":148,"s":19,"h":1,"t":0,"uu":"zygfrek belview|cos","m":"bestiary/tokens/CoS/Zygfrek Belview.webp","n":"Zygfrek Belview"},{"id":1145,"c":1,"u":"aboleth%20spawn_crcotn","p":135,"s":20,"h":1,"dP":1,"t":0,"uu":"aboleth spawn|crcotn","m":"bestiary/tokens/CRCotN/Aboleth Spawn.webp","n":"Aboleth Spawn"},{"id":1146,"c":1,"u":"agathe%20silverspoon_crcotn","p":21,"s":20,"h":1,"dP":1,"t":0,"uu":"agathe silverspoon|crcotn","m":"bestiary/tokens/CRCotN/Agathe Silverspoon.webp","n":"Agathe Silverspoon"},{"id":1147,"c":1,"u":"aloysia%20telfan_crcotn","p":61,"s":20,"h":1,"dP":1,"t":0,"uu":"aloysia telfan|crcotn","m":"bestiary/tokens/CRCotN/Aloysia Telfan.webp","n":"Aloysia Telfan"},{"id":1148,"c":1,"u":"alyxian%20aboleth_crcotn","p":195,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian aboleth|crcotn","m":"bestiary/tokens/CRCotN/Alyxian Aboleth.webp","n":"Alyxian Aboleth"},{"id":1149,"c":1,"u":"alyxian%20the%20absolved_crcotn","p":182,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian the absolved|crcotn","m":"bestiary/tokens/CRCotN/Alyxian the Absolved.webp","n":"Alyxian the Absolved"},{"id":1150,"c":1,"u":"alyxian%20the%20callous_crcotn","p":179,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian the callous|crcotn","m":"bestiary/tokens/CRCotN/Alyxian the Callous.webp","n":"Alyxian the Callous"},{"id":1151,"c":1,"u":"alyxian%20the%20dispossessed_crcotn","p":180,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian the dispossessed|crcotn","m":"bestiary/tokens/CRCotN/Alyxian the Dispossessed.webp","n":"Alyxian the Dispossessed"},{"id":1152,"c":1,"u":"alyxian%20the%20hunter_crcotn","p":160,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian the hunter|crcotn","m":"bestiary/tokens/CRCotN/Alyxian the Hunter.webp","n":"Alyxian the Hunter"},{"id":1153,"c":1,"u":"alyxian%20the%20tormented_crcotn","p":178,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian the tormented|crcotn","m":"bestiary/tokens/CRCotN/Alyxian the Tormented.webp","n":"Alyxian the Tormented"},{"id":1154,"c":1,"u":"animated%20glass%20statue_crcotn","p":109,"s":20,"h":1,"dP":1,"t":0,"uu":"animated glass statue|crcotn","m":"bestiary/tokens/CRCotN/Animated Glass Statue.webp","n":"Animated Glass Statue"},{"id":1155,"c":1,"u":"aradrine%20the%20owl_crcotn","p":82,"s":20,"h":1,"dP":1,"t":0,"uu":"aradrine the owl|crcotn","m":"bestiary/tokens/CRCotN/Aradrine the Owl.webp","n":"Aradrine the Owl"},{"id":1156,"c":1,"u":"ashann_crcotn","p":115,"s":20,"h":1,"dP":1,"t":0,"uu":"ashann|crcotn","m":"bestiary/tokens/CRCotN/Ashann.webp","n":"Ashann"},{"id":1157,"c":1,"u":"ayo%20jabe%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"t":0,"uu":"ayo jabe (tier 1)|crcotn","m":"bestiary/tokens/CRCotN/Ayo Jabe (Tier 1).webp","n":"Ayo Jabe (Tier 1)"},{"id":1158,"c":1,"u":"ayo%20jabe%20(tier%202)_crcotn","p":190,"s":20,"h":1,"dP":1,"t":0,"uu":"ayo jabe (tier 2)|crcotn","m":"bestiary/tokens/CRCotN/Ayo Jabe (Tier 2).webp","n":"Ayo Jabe (Tier 2)"},{"id":1159,"c":1,"u":"ayo%20jabe%20(tier%203)_crcotn","p":192,"s":20,"h":1,"dP":1,"t":0,"uu":"ayo jabe (tier 3)|crcotn","m":"bestiary/tokens/CRCotN/Ayo Jabe (Tier 3).webp","n":"Ayo Jabe (Tier 3)"},{"id":1160,"c":1,"u":"celeste_crcotn","p":150,"s":20,"h":1,"dP":1,"t":0,"uu":"celeste|crcotn","m":"bestiary/tokens/CRCotN/Celeste.webp","n":"Celeste"},{"id":1161,"c":1,"u":"corrupted%20giant%20shark_crcotn","p":196,"s":20,"h":1,"dP":1,"t":0,"uu":"corrupted giant shark|crcotn","m":"bestiary/tokens/CRCotN/Corrupted Giant Shark.webp","n":"Corrupted Giant Shark"},{"id":1162,"c":1,"u":"dancing%20flame_crcotn","p":68,"s":20,"h":1,"dP":1,"t":0,"uu":"dancing flame|crcotn","m":"bestiary/tokens/CRCotN/Dancing Flame.webp","n":"Dancing Flame"},{"id":1163,"c":1,"u":"death%20embrace_crcotn","p":197,"s":20,"h":1,"dP":1,"t":0,"uu":"death embrace|crcotn","m":"bestiary/tokens/CRCotN/Death Embrace.webp","n":"Death Embrace"},{"id":1164,"c":1,"u":"dermot%20wurder%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"t":0,"uu":"dermot wurder (tier 1)|crcotn","m":"bestiary/tokens/CRCotN/Dermot Wurder (Tier 1).webp","n":"Dermot Wurder (Tier 1)"},{"id":1165,"c":1,"u":"dermot%20wurder%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"t":0,"uu":"dermot wurder (tier 2)|crcotn","m":"bestiary/tokens/CRCotN/Dermot Wurder (Tier 2).webp","n":"Dermot Wurder (Tier 2)"},{"id":1166,"c":1,"u":"dermot%20wurder%20(tier%203)_crcotn","p":193,"s":20,"h":1,"dP":1,"t":0,"uu":"dermot wurder (tier 3)|crcotn","m":"bestiary/tokens/CRCotN/Dermot Wurder (Tier 3).webp","n":"Dermot Wurder (Tier 3)"},{"id":1167,"c":1,"u":"fiendish%20orc_crcotn","p":71,"s":20,"h":1,"dP":1,"t":0,"uu":"fiendish orc|crcotn","m":"bestiary/tokens/CRCotN/Fiendish Orc.webp","n":"Fiendish Orc"},{"id":1168,"c":1,"u":"foghome_crcotn","p":58,"s":20,"h":1,"dP":1,"t":0,"uu":"foghome|crcotn","m":"bestiary/tokens/CRCotN/Foghome.webp","n":"Foghome"},{"id":1169,"c":1,"u":"galeokaerda_crcotn","p":130,"s":20,"h":1,"dP":1,"t":0,"uu":"galeokaerda|crcotn","m":"bestiary/tokens/CRCotN/Galeokaerda.webp","n":"Galeokaerda"},{"id":1170,"c":1,"u":"galsariad%20ardyth%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"t":0,"uu":"galsariad ardyth (tier 1)|crcotn","m":"bestiary/tokens/CRCotN/Galsariad Ardyth (Tier 1).webp","n":"Galsariad Ardyth (Tier 1)"},{"id":1171,"c":1,"u":"galsariad%20ardyth%20(tier%202)_crcotn","p":190,"s":20,"h":1,"dP":1,"t":0,"uu":"galsariad ardyth (tier 2)|crcotn","m":"bestiary/tokens/CRCotN/Galsariad Ardyth (Tier 2).webp","n":"Galsariad Ardyth (Tier 2)"},{"id":1172,"c":1,"u":"galsariad%20ardyth%20(tier%203)_crcotn","p":193,"s":20,"h":1,"dP":1,"t":0,"uu":"galsariad ardyth (tier 3)|crcotn","m":"bestiary/tokens/CRCotN/Galsariad Ardyth (Tier 3).webp","n":"Galsariad Ardyth (Tier 3)"},{"id":1173,"c":1,"u":"gryz%20alakritos_crcotn","p":81,"s":20,"h":1,"dP":1,"t":0,"uu":"gryz alakritos|crcotn","m":"bestiary/tokens/CRCotN/Gryz Alakritos.webp","n":"Gryz Alakritos"},{"id":1174,"c":1,"u":"insight%20acuere_crcotn","p":126,"s":20,"h":1,"dP":1,"t":0,"uu":"insight acuere|crcotn","m":"bestiary/tokens/CRCotN/Insight Acuere.webp","n":"Insight Acuere"},{"id":1175,"c":1,"u":"irvan%20wastewalker%20(tier%201)_crcotn","p":189,"s":20,"h":1,"dP":1,"t":0,"uu":"irvan wastewalker (tier 1)|crcotn","m":"bestiary/tokens/CRCotN/Irvan Wastewalker (Tier 1).webp","n":"Irvan Wastewalker (Tier 1)"},{"id":1176,"c":1,"u":"irvan%20wastewalker%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"t":0,"uu":"irvan wastewalker (tier 2)|crcotn","m":"bestiary/tokens/CRCotN/Irvan Wastewalker (Tier 2).webp","n":"Irvan Wastewalker (Tier 2)"},{"id":1177,"c":1,"u":"irvan%20wastewalker%20(tier%203)_crcotn","p":194,"s":20,"h":1,"dP":1,"t":0,"uu":"irvan wastewalker (tier 3)|crcotn","m":"bestiary/tokens/CRCotN/Irvan Wastewalker (Tier 3).webp","n":"Irvan Wastewalker (Tier 3)"},{"id":1178,"c":1,"u":"james%20cryon_crcotn","p":81,"s":20,"h":1,"dP":1,"t":0,"uu":"james cryon|crcotn","m":"bestiary/tokens/CRCotN/James Cryon.webp","n":"James Cryon"},{"id":1179,"c":1,"u":"jamil%20a'alithiya_crcotn","p":83,"s":20,"h":1,"dP":1,"t":0,"uu":"jamil a'alithiya|crcotn","m":"bestiary/tokens/CRCotN/Jamil A'alithiya.webp","n":"Jamil A'alithiya"},{"id":1180,"c":1,"u":"koris_crcotn","p":106,"s":20,"h":1,"dP":1,"t":0,"uu":"koris|crcotn","m":"bestiary/tokens/CRCotN/Koris.webp","n":"Koris"},{"id":1181,"c":1,"u":"laurin%20ophidas_crcotn","p":112,"s":20,"h":1,"dP":1,"t":0,"uu":"laurin ophidas|crcotn","m":"bestiary/tokens/CRCotN/Laurin Ophidas.webp","n":"Laurin Ophidas"},{"id":1182,"c":1,"u":"light%20devourer_crcotn","p":200,"s":20,"h":1,"dP":1,"t":0,"uu":"light devourer|crcotn","m":"bestiary/tokens/CRCotN/Light Devourer.webp","n":"Light Devourer"},{"id":1183,"c":1,"u":"maggie%20keeneyes%20(tier%201)_crcotn","p":189,"s":20,"h":1,"dP":1,"t":0,"uu":"maggie keeneyes (tier 1)|crcotn","m":"bestiary/tokens/CRCotN/Maggie Keeneyes (Tier 1).webp","n":"Maggie Keeneyes (Tier 1)"},{"id":1184,"c":1,"u":"maggie%20keeneyes%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"t":0,"uu":"maggie keeneyes (tier 2)|crcotn","m":"bestiary/tokens/CRCotN/Maggie Keeneyes (Tier 2).webp","n":"Maggie Keeneyes (Tier 2)"},{"id":1185,"c":1,"u":"maggie%20keeneyes%20(tier%203)_crcotn","p":194,"s":20,"h":1,"dP":1,"t":0,"uu":"maggie keeneyes (tier 3)|crcotn","m":"bestiary/tokens/CRCotN/Maggie Keeneyes (Tier 3).webp","n":"Maggie Keeneyes (Tier 3)"},{"id":1186,"c":1,"u":"marisa_crcotn","p":150,"s":20,"h":1,"dP":1,"t":0,"uu":"marisa|crcotn","m":"bestiary/tokens/CRCotN/Marisa.webp","n":"Marisa"},{"id":1187,"c":1,"u":"meri_crcotn","p":150,"s":20,"h":1,"dP":1,"t":0,"uu":"meri|crcotn","m":"bestiary/tokens/CRCotN/Meri.webp","n":"Meri"},{"id":1188,"c":1,"u":"monastic%20high%20curator_crcotn","p":201,"s":20,"h":1,"dP":1,"t":0,"uu":"monastic high curator|crcotn","m":"bestiary/tokens/CRCotN/Monastic High Curator.webp","n":"Monastic High Curator"},{"id":1189,"c":1,"u":"monastic%20infiltrator_crcotn","p":202,"s":20,"h":1,"dP":1,"t":0,"uu":"monastic infiltrator|crcotn","m":"bestiary/tokens/CRCotN/Monastic Infiltrator.webp","n":"Monastic Infiltrator"},{"id":1190,"c":1,"u":"monastic%20operative_crcotn","p":202,"s":20,"h":1,"dP":1,"t":0,"uu":"monastic operative|crcotn","m":"bestiary/tokens/CRCotN/Monastic Operative.webp","n":"Monastic Operative"},{"id":1191,"c":1,"u":"moonshark_crcotn","p":33,"s":20,"h":1,"dP":1,"t":0,"uu":"moonshark|crcotn","m":"bestiary/tokens/CRCotN/Moonshark.webp","n":"Moonshark"},{"id":1192,"c":1,"u":"occult%20extollant_crcotn","p":204,"s":20,"h":1,"dP":1,"t":0,"uu":"occult extollant|crcotn","m":"bestiary/tokens/CRCotN/Occult Extollant.webp","n":"Occult Extollant"},{"id":1193,"c":1,"u":"occult%20initiate_crcotn","p":205,"s":20,"h":1,"dP":1,"t":0,"uu":"occult initiate|crcotn","m":"bestiary/tokens/CRCotN/Occult Initiate.webp","n":"Occult Initiate"},{"id":1194,"c":1,"u":"occult%20silvertongue_crcotn","p":205,"s":20,"h":1,"dP":1,"t":0,"uu":"occult silvertongue|crcotn","m":"bestiary/tokens/CRCotN/Occult Silvertongue.webp","n":"Occult Silvertongue"},{"id":1195,"c":1,"u":"olara_crcotn","p":129,"s":20,"h":1,"dP":1,"t":0,"uu":"olara|crcotn","m":"bestiary/tokens/CRCotN/Olara.webp","n":"Olara"},{"id":1196,"c":1,"u":"perigee_crcotn","p":168,"s":20,"h":1,"dP":1,"t":0,"uu":"perigee|crcotn","m":"bestiary/tokens/CRCotN/Perigee.webp","n":"Perigee"},{"id":1197,"c":1,"u":"prolix%20yusaf_crcotn","p":54,"s":20,"h":1,"dP":1,"t":0,"uu":"prolix yusaf|crcotn","m":"bestiary/tokens/CRCotN/Prolix Yusaf.webp","n":"Prolix Yusaf"},{"id":1198,"c":1,"u":"ruidium%20elephant_crcotn","p":95,"s":20,"h":1,"dP":1,"t":0,"uu":"ruidium elephant|crcotn","m":"bestiary/tokens/CRCotN/Ruidium Elephant.webp","n":"Ruidium Elephant"},{"id":1199,"c":1,"u":"scholarly%20agent_crcotn","p":206,"s":20,"h":1,"dP":1,"t":0,"uu":"scholarly agent|crcotn","m":"bestiary/tokens/CRCotN/Scholarly Agent.webp","n":"Scholarly Agent"},{"id":1200,"c":1,"u":"scholarly%20excavator_crcotn","p":206,"s":20,"h":1,"dP":1,"t":0,"uu":"scholarly excavator|crcotn","m":"bestiary/tokens/CRCotN/Scholarly Excavator.webp","n":"Scholarly Excavator"},{"id":1201,"c":1,"u":"scholarly%20mastermind_crcotn","p":207,"s":20,"h":1,"dP":1,"t":0,"uu":"scholarly mastermind|crcotn","m":"bestiary/tokens/CRCotN/Scholarly Mastermind.webp","n":"Scholarly Mastermind"},{"id":1202,"c":1,"u":"scribble_crcotn","p":126,"s":20,"h":1,"dP":1,"t":0,"uu":"scribble|crcotn","m":"bestiary/tokens/CRCotN/Scribble.webp","n":"Scribble"},{"id":1203,"c":1,"u":"scuttling%20serpentmaw_crcotn","p":208,"s":20,"h":1,"dP":1,"t":0,"uu":"scuttling serpentmaw|crcotn","m":"bestiary/tokens/CRCotN/Scuttling Serpentmaw.webp","n":"Scuttling Serpentmaw"},{"id":1204,"c":1,"u":"shira_crcotn","p":105,"s":20,"h":1,"dP":1,"t":0,"uu":"shira|crcotn","m":"bestiary/tokens/CRCotN/Shira.webp","n":"Shira"},{"id":1205,"c":1,"u":"skeletal%20bloodfin_crcotn","p":159,"s":20,"h":1,"dP":1,"t":0,"uu":"skeletal bloodfin|crcotn","m":"bestiary/tokens/CRCotN/Skeletal Bloodfin.webp","n":"Skeletal Bloodfin"},{"id":1206,"c":1,"u":"slithering%20bloodfin_crcotn","p":209,"s":20,"h":1,"dP":1,"t":0,"uu":"slithering bloodfin|crcotn","m":"bestiary/tokens/CRCotN/Slithering Bloodfin.webp","n":"Slithering Bloodfin"},{"id":1207,"c":1,"u":"sorrowfish_crcotn","p":210,"s":20,"h":1,"dP":1,"t":0,"uu":"sorrowfish|crcotn","m":"bestiary/tokens/CRCotN/Sorrowfish.webp","n":"Sorrowfish"},{"id":1208,"c":1,"u":"swarm%20of%20sorrowfish_crcotn","p":210,"s":20,"h":1,"dP":1,"t":0,"uu":"swarm of sorrowfish|crcotn","m":"bestiary/tokens/CRCotN/Swarm of Sorrowfish.webp","n":"Swarm of Sorrowfish"},{"id":1209,"c":1,"u":"verin%20thelyss_crcotn","p":51,"s":20,"h":1,"dP":1,"t":0,"uu":"verin thelyss|crcotn","m":"bestiary/tokens/CRCotN/Verin Thelyss.webp","n":"Verin Thelyss"},{"id":1210,"c":1,"u":"xot_crcotn","p":126,"s":20,"h":1,"dP":1,"t":0,"uu":"xot|crcotn","m":"bestiary/tokens/CRCotN/Xot.webp","n":"Xot"},{"id":1211,"c":1,"u":"young%20horizonback%20tortoise_crcotn","p":26,"s":20,"h":1,"dP":1,"t":0,"uu":"young horizonback tortoise|crcotn","m":"bestiary/tokens/CRCotN/Young Horizonback Tortoise.webp","n":"Young Horizonback Tortoise"},{"id":1212,"c":1,"u":"ebondeath_dc","s":21,"h":1,"t":0,"uu":"ebondeath|dc","m":"bestiary/tokens/DC/Ebondeath.webp","n":"Ebondeath"},{"id":1213,"c":1,"u":"expert_dc","s":21,"h":1,"t":0,"uu":"expert|dc","m":"bestiary/tokens/DC/Expert.webp","n":"Expert"},{"id":1214,"c":1,"u":"spellcaster%20(healer)_dc","s":21,"h":1,"t":0,"uu":"spellcaster (healer)|dc","m":"bestiary/tokens/DC/Spellcaster (Healer).webp","n":"Spellcaster (Healer)"},{"id":1215,"c":1,"u":"spellcaster%20(mage)_dc","s":21,"h":1,"t":0,"uu":"spellcaster (mage)|dc","m":"bestiary/tokens/DC/Spellcaster (Mage).webp","n":"Spellcaster (Mage)"},{"id":1216,"c":1,"u":"warrior_dc","s":21,"h":1,"t":0,"uu":"warrior|dc","m":"bestiary/tokens/DC/Warrior.webp","n":"Warrior"},{"id":1217,"c":1,"u":"anchorite%20of%20talos_dip","p":51,"s":22,"h":1,"t":0,"uu":"anchorite of talos|dip","m":"bestiary/tokens/DIP/Anchorite of Talos.webp","n":"Anchorite of Talos"},{"id":1218,"c":1,"u":"don-jon%20raskin_dip","p":56,"s":22,"h":1,"t":0,"uu":"don-jon raskin|dip","m":"bestiary/tokens/DIP/Don-Jon Raskin.webp","n":"Don-Jon Raskin"},{"id":1219,"c":1,"u":"falcon%20the%20hunter_dip","p":56,"s":22,"h":1,"t":0,"uu":"falcon the hunter|dip","m":"bestiary/tokens/DIP/Falcon the Hunter.webp","n":"Falcon the Hunter"},{"id":1220,"c":1,"u":"gorthok%20the%20thunder%20boar_dip","p":58,"s":22,"h":1,"t":0,"uu":"gorthok the thunder boar|dip","m":"bestiary/tokens/DIP/Gorthok the Thunder Boar.webp","n":"Gorthok the Thunder Boar"},{"id":1221,"c":1,"u":"rock%20gnome%20recluse_dip","p":62,"s":22,"h":1,"t":0,"uu":"rock gnome recluse|dip","m":"bestiary/tokens/DIP/Rock Gnome Recluse.webp","n":"Rock Gnome Recluse"},{"id":1222,"c":1,"u":"skeletal%20riding%20horse_dip","p":21,"s":22,"h":1,"t":0,"uu":"skeletal riding horse|dip","m":"bestiary/tokens/DIP/Skeletal Riding Horse.webp","n":"Skeletal Riding Horse"},{"id":1223,"c":1,"u":"pech_ditlcot","p":16,"s":23,"h":1,"t":0,"uu":"pech|ditlcot","m":"bestiary/tokens/DitLCoT/Pech.webp","n":"Pech"},{"id":1224,"c":1,"u":"avatar%20of%20death_dmg","p":164,"s":24,"h":1,"r":1,"t":0,"uu":"avatar of death|dmg","m":"bestiary/tokens/DMG/Avatar of Death.webp","n":"Avatar of Death"},{"id":1225,"c":1,"u":"giant%20fly_dmg","p":169,"s":24,"h":1,"t":0,"uu":"giant fly|dmg","m":"bestiary/tokens/DMG/Giant Fly.webp","n":"Giant Fly"},{"id":1226,"c":1,"u":"larva_dmg","p":63,"s":24,"h":1,"t":0,"uu":"larva|dmg","m":"bestiary/tokens/DMG/Larva.webp","n":"Larva"},{"id":1227,"c":1,"u":"amalgamation_dodk","p":206,"s":25,"h":1,"dP":1,"t":0,"uu":"amalgamation|dodk","m":"bestiary/tokens/DoDk/Amalgamation.webp","n":"Amalgamation"},{"id":1228,"c":1,"u":"animated%20delerium%20sludge_dodk","p":203,"s":25,"h":1,"dP":1,"t":0,"uu":"animated delerium sludge|dodk","m":"bestiary/tokens/DoDk/Animated Delerium Sludge.webp","n":"Animated Delerium Sludge"},{"id":1229,"c":1,"u":"arcane%20wraith_dodk","p":197,"s":25,"h":1,"dP":1,"t":0,"uu":"arcane wraith|dodk","m":"bestiary/tokens/DoDk/Arcane Wraith.webp","n":"Arcane Wraith"},{"id":1230,"c":1,"u":"big%20linda_dodk","p":163,"s":25,"h":1,"dP":1,"t":0,"uu":"big linda|dodk","m":"bestiary/tokens/DoDk/Big Linda.webp","n":"Big Linda"},{"id":1231,"c":1,"u":"cavalier_dodk","p":218,"s":25,"h":1,"dP":1,"t":0,"uu":"cavalier|dodk","m":"bestiary/tokens/DoDk/Cavalier.webp","n":"Cavalier"},{"id":1232,"c":1,"u":"chaplain_dodk","p":218,"s":25,"h":1,"dP":1,"t":0,"uu":"chaplain|dodk","m":"bestiary/tokens/DoDk/Chaplain.webp","n":"Chaplain"},{"id":1233,"c":1,"u":"crater%20wurm_dodk","p":197,"s":25,"h":1,"dP":1,"t":0,"uu":"crater wurm|dodk","m":"bestiary/tokens/DoDk/Crater Wurm.webp","n":"Crater Wurm"},{"id":1234,"c":1,"u":"crimson%20countess_dodk","p":208,"s":25,"h":1,"dP":1,"t":0,"uu":"crimson countess|dodk","m":"bestiary/tokens/DoDk/Crimson Countess.webp","n":"Crimson Countess"},{"id":1235,"c":1,"u":"delerium%20dreg_dodk","p":199,"s":25,"h":1,"dP":1,"t":0,"uu":"delerium dreg|dodk","m":"bestiary/tokens/DoDk/Delerium Dreg.webp","n":"Delerium Dreg"},{"id":1236,"c":1,"u":"eldrick%20runeweaver_dodk","p":215,"s":25,"h":1,"dP":1,"t":0,"uu":"eldrick runeweaver|dodk","m":"bestiary/tokens/DoDk/Eldrick Runeweaver.webp","n":"Eldrick Runeweaver"},{"id":1237,"c":1,"u":"entropic%20flame_dodk","p":204,"s":25,"h":1,"dP":1,"t":0,"uu":"entropic flame|dodk","m":"bestiary/tokens/DoDk/Entropic Flame.webp","n":"Entropic Flame"},{"id":1238,"c":1,"u":"eoghan%20ghostweaver_dodk","p":105,"s":25,"h":1,"dP":1,"t":0,"uu":"eoghan ghostweaver|dodk","m":"bestiary/tokens/DoDk/Eoghan Ghostweaver.webp","n":"Eoghan Ghostweaver"},{"id":1239,"c":1,"u":"executioner_dodk","p":209,"s":25,"h":1,"dP":1,"t":0,"uu":"executioner|dodk","m":"bestiary/tokens/DoDk/Executioner.webp","n":"Executioner"},{"id":1240,"c":1,"u":"garmyr_dodk","p":197,"s":25,"h":1,"dP":1,"t":0,"uu":"garmyr|dodk","m":"bestiary/tokens/DoDk/Garmyr.webp","n":"Garmyr"},{"id":1241,"c":1,"u":"gravekeeper_dodk","p":210,"s":25,"h":1,"dP":1,"t":0,"uu":"gravekeeper|dodk","m":"bestiary/tokens/DoDk/Gravekeeper.webp","n":"Gravekeeper"},{"id":1242,"c":1,"u":"grotesque%20gargant_dodk","p":197,"s":25,"h":1,"dP":1,"t":0,"uu":"grotesque gargant|dodk","m":"bestiary/tokens/DoDk/Grotesque Gargant.webp","n":"Grotesque Gargant"},{"id":1243,"c":1,"u":"haze%20hulk_dodk","p":200,"s":25,"h":1,"dP":1,"t":0,"uu":"haze hulk|dodk","m":"bestiary/tokens/DoDk/Haze Hulk.webp","n":"Haze Hulk"},{"id":1244,"c":1,"u":"haze%20husk_dodk","p":197,"s":25,"h":1,"dP":1,"t":0,"uu":"haze husk|dodk","m":"bestiary/tokens/DoDk/Haze Husk.webp","n":"Haze Husk"},{"id":1245,"c":1,"u":"haze%20wight_dodk","p":198,"s":25,"h":1,"dP":1,"t":0,"uu":"haze wight|dodk","m":"bestiary/tokens/DoDk/Haze Wight.webp","n":"Haze Wight"},{"id":1246,"c":1,"u":"hedge%20mage_dodk","p":219,"s":25,"h":1,"dP":1,"t":0,"uu":"hedge mage|dodk","m":"bestiary/tokens/DoDk/Hedge Mage.webp","n":"Hedge Mage"},{"id":1247,"c":1,"u":"hypnotic%20eldritch%20blossom_dodk","p":205,"s":25,"h":1,"dP":1,"t":0,"uu":"hypnotic eldritch blossom|dodk","m":"bestiary/tokens/DoDk/Hypnotic Eldritch Blossom.webp","n":"Hypnotic Eldritch Blossom"},{"id":1248,"c":1,"u":"knight-captain%20theodore%20marshal_dodk","p":215,"s":25,"h":1,"dP":1,"t":0,"uu":"knight-captain theodore marshal|dodk","m":"bestiary/tokens/DoDk/Knight-Captain Theodore Marshal.webp","n":"Knight-Captain Theodore Marshal"},{"id":1249,"c":1,"u":"lenore%20von%20kessel_dodk","p":134,"s":25,"h":1,"dP":1,"t":0,"uu":"lenore von kessel|dodk","m":"bestiary/tokens/DoDk/Lenore von Kessel.webp","n":"Lenore von Kessel"},{"id":1250,"c":1,"u":"living%20deep%20haze_dodk","p":204,"s":25,"h":1,"dP":1,"t":0,"uu":"living deep haze|dodk","m":"bestiary/tokens/DoDk/Living Deep Haze.webp","n":"Living Deep Haze"},{"id":1251,"c":1,"u":"lord%20commander%20elias%20drexel_dodk","p":214,"s":25,"h":1,"dP":1,"t":0,"uu":"lord commander elias drexel|dodk","m":"bestiary/tokens/DoDk/Lord Commander Elias Drexel.webp","n":"Lord Commander Elias Drexel"},{"id":1252,"c":1,"u":"lord%20of%20the%20feast_dodk","p":211,"s":25,"h":1,"dP":1,"t":0,"uu":"lord of the feast|dodk","m":"bestiary/tokens/DoDk/Lord of the Feast.webp","n":"Lord of the Feast"},{"id":1253,"c":1,"u":"lucretia%20mathias_dodk","p":216,"s":25,"h":1,"dP":1,"t":0,"uu":"lucretia mathias|dodk","m":"bestiary/tokens/DoDk/Lucretia Mathias.webp","n":"Lucretia Mathias"},{"id":1254,"c":1,"u":"minazorond_dodk","p":183,"s":25,"h":1,"dP":1,"t":0,"uu":"minazorond|dodk","m":"bestiary/tokens/DoDk/Minazorond.webp","n":"Minazorond"},{"id":1255,"c":1,"u":"oscar%20yoren_dodk","p":99,"s":25,"h":1,"dP":1,"t":0,"uu":"oscar yoren|dodk","m":"bestiary/tokens/DoDk/Oscar Yoren.webp","n":"Oscar Yoren"},{"id":1256,"c":1,"u":"pale%20man_dodk","p":212,"s":25,"h":1,"dP":1,"t":0,"uu":"pale man|dodk","m":"bestiary/tokens/DoDk/Pale Man.webp","n":"Pale Man"},{"id":1257,"c":1,"u":"protean%20abomination_dodk","p":201,"s":25,"h":1,"dP":1,"t":0,"uu":"protean abomination|dodk","m":"bestiary/tokens/DoDk/Protean Abomination.webp","n":"Protean Abomination"},{"id":1258,"c":1,"u":"queen%20of%20thieves_dodk","p":217,"s":25,"h":1,"dP":1,"t":0,"uu":"queen of thieves|dodk","m":"bestiary/tokens/DoDk/Queen of Thieves.webp","n":"Queen of Thieves"},{"id":1259,"c":1,"u":"rat%20prince_dodk","p":213,"s":25,"h":1,"dP":1,"t":0,"uu":"rat prince|dodk","m":"bestiary/tokens/DoDk/Rat Prince.webp","n":"Rat Prince"},{"id":1260,"c":1,"u":"ratling_dodk","p":202,"s":25,"h":1,"dP":1,"t":0,"uu":"ratling|dodk","m":"bestiary/tokens/DoDk/Ratling.webp","n":"Ratling"},{"id":1261,"c":1,"u":"saint%20gresha_dodk","p":124,"s":25,"h":1,"dP":1,"t":0,"uu":"saint gresha|dodk","m":"bestiary/tokens/DoDk/Saint Gresha.webp","n":"Saint Gresha"},{"id":1262,"c":1,"u":"scoundrel_dodk","p":219,"s":25,"h":1,"dP":1,"t":0,"uu":"scoundrel|dodk","m":"bestiary/tokens/DoDk/Scoundrel.webp","n":"Scoundrel"},{"id":1263,"c":1,"u":"tower%20dragon_dodk","p":198,"s":25,"h":1,"dP":1,"t":0,"uu":"tower dragon|dodk","m":"bestiary/tokens/DoDk/Tower Dragon.webp","n":"Tower Dragon"},{"id":1264,"c":1,"u":"urban%20ranger_dodk","p":220,"s":25,"h":1,"dP":1,"t":0,"uu":"urban ranger|dodk","m":"bestiary/tokens/DoDk/Urban Ranger.webp","n":"Urban Ranger"},{"id":1265,"c":1,"u":"walking%20delerium%20geode_dodk","p":205,"s":25,"h":1,"dP":1,"t":0,"uu":"walking delerium geode|dodk","m":"bestiary/tokens/DoDk/Walking Delerium Geode.webp","n":"Walking Delerium Geode"},{"id":1266,"c":1,"u":"wall%20gargoyle_dodk","p":198,"s":25,"h":1,"dP":1,"t":0,"uu":"wall gargoyle|dodk","m":"bestiary/tokens/DoDk/Wall Gargoyle.webp","n":"Wall Gargoyle"},{"id":1267,"c":1,"u":"warlock%20of%20the%20rat%20god_dodk","p":202,"s":25,"h":1,"dP":1,"t":0,"uu":"warlock of the rat god|dodk","m":"bestiary/tokens/DoDk/Warlock of the Rat God.webp","n":"Warlock of the Rat God"},{"id":1268,"c":1,"u":"warp%20witch_dodk","p":198,"s":25,"h":1,"dP":1,"t":0,"uu":"warp witch|dodk","m":"bestiary/tokens/DoDk/Warp Witch.webp","n":"Warp Witch"},{"id":1269,"c":1,"u":"fume%20drake_dosi","p":41,"s":26,"h":1,"t":0,"uu":"fume drake|dosi","m":"bestiary/tokens/DoSI/Fume Drake.webp","n":"Fume Drake"},{"id":1270,"c":1,"u":"kobold%20tinkerer_dosi","p":43,"s":26,"h":1,"t":0,"uu":"kobold tinkerer|dosi","m":"bestiary/tokens/DoSI/Kobold Tinkerer.webp","n":"Kobold Tinkerer"},{"id":1271,"c":1,"u":"merrow%20extortionist_dosi","p":0,"s":26,"h":1,"t":0,"uu":"merrow extortionist|dosi","m":"bestiary/tokens/DoSI/Merrow Extortionist.webp","n":"Merrow Extortionist"},{"id":1272,"c":1,"u":"myla_dosi","p":9,"s":26,"h":1,"t":0,"uu":"myla|dosi","m":"bestiary/tokens/DoSI/Myla.webp","n":"Myla"},{"id":1273,"c":1,"u":"runara_dosi","p":40,"s":26,"h":1,"t":0,"uu":"runara|dosi","m":"bestiary/tokens/DoSI/Runara.webp","n":"Runara"},{"id":1274,"c":1,"u":"sinensa_dosi","p":45,"s":26,"h":1,"t":0,"uu":"sinensa|dosi","m":"bestiary/tokens/DoSI/Sinensa.webp","n":"Sinensa"},{"id":1275,"c":1,"u":"spore%20servant%20octopus_dosi","p":46,"s":26,"h":1,"t":0,"uu":"spore servant octopus|dosi","m":"bestiary/tokens/DoSI/Spore Servant Octopus.webp","n":"Spore Servant Octopus"},{"id":1276,"c":1,"u":"tarak_dosi","p":47,"s":26,"h":1,"t":0,"uu":"tarak|dosi","m":"bestiary/tokens/DoSI/Tarak.webp","n":"Tarak"},{"id":1277,"c":1,"u":"varnoth_dosi","p":47,"s":26,"h":1,"t":0,"uu":"varnoth|dosi","m":"bestiary/tokens/DoSI/Varnoth.webp","n":"Varnoth"},{"id":1278,"c":1,"u":"violet%20fungus_dosi","p":48,"s":26,"h":1,"t":0,"uu":"violet fungus|dosi","m":"bestiary/tokens/DoSI/Violet Fungus.webp","n":"Violet Fungus"},{"id":1279,"c":1,"u":"amelia%20ghallen_dsotdq","p":180,"s":27,"h":1,"t":0,"uu":"amelia ghallen|dsotdq","m":"bestiary/tokens/DSotDQ/Amelia Ghallen.webp","n":"Amelia Ghallen"},{"id":1280,"c":1,"u":"andir%20valmakos_dsotdq","p":210,"s":27,"h":1,"t":0,"uu":"andir valmakos|dsotdq","m":"bestiary/tokens/DSotDQ/Andir Valmakos.webp","n":"Andir Valmakos"},{"id":1281,"c":1,"u":"anhkolox_dsotdq","p":192,"s":27,"h":1,"t":0,"uu":"anhkolox|dsotdq","m":"bestiary/tokens/DSotDQ/Anhkolox.webp","n":"Anhkolox"},{"id":1282,"c":1,"u":"aurak%20draconian_dsotdq","p":196,"s":27,"h":1,"t":0,"uu":"aurak draconian|dsotdq","m":"bestiary/tokens/DSotDQ/Aurak Draconian.webp","n":"Aurak Draconian"},{"id":1283,"c":1,"u":"ayik%20ur_dsotdq","p":211,"s":27,"h":1,"t":0,"uu":"ayik ur|dsotdq","m":"bestiary/tokens/DSotDQ/Ayik Ur.webp","n":"Ayik Ur"},{"id":1284,"c":1,"u":"baaz%20draconian_dsotdq","p":197,"s":27,"h":1,"t":0,"uu":"baaz draconian|dsotdq","m":"bestiary/tokens/DSotDQ/Baaz Draconian.webp","n":"Baaz Draconian"},{"id":1285,"c":1,"u":"bakaris%20the%20younger_dsotdq","p":57,"s":27,"h":1,"t":0,"uu":"bakaris the younger|dsotdq","m":"bestiary/tokens/DSotDQ/Bakaris the Younger.webp","n":"Bakaris the Younger"},{"id":1286,"c":1,"u":"bakaris%20uth%20estide_dsotdq","p":54,"s":27,"h":1,"t":0,"uu":"bakaris uth estide|dsotdq","m":"bestiary/tokens/DSotDQ/Bakaris Uth Estide.webp","n":"Bakaris Uth Estide"},{"id":1287,"c":1,"u":"becklin%20uth%20viharin_dsotdq","p":55,"s":27,"h":1,"t":0,"uu":"becklin uth viharin|dsotdq","m":"bestiary/tokens/DSotDQ/Becklin Uth Viharin.webp","n":"Becklin Uth Viharin"},{"id":1288,"c":1,"u":"belephaion_dsotdq","p":157,"s":27,"h":1,"t":0,"uu":"belephaion|dsotdq","m":"bestiary/tokens/DSotDQ/Belephaion.webp","n":"Belephaion"},{"id":1289,"c":1,"u":"bozak%20draconian_dsotdq","p":198,"s":27,"h":1,"t":0,"uu":"bozak draconian|dsotdq","m":"bestiary/tokens/DSotDQ/Bozak Draconian.webp","n":"Bozak Draconian"},{"id":1290,"c":1,"u":"captain%20hask_dsotdq","p":148,"s":27,"h":1,"t":0,"uu":"captain hask|dsotdq","m":"bestiary/tokens/DSotDQ/Captain Hask.webp","n":"Captain Hask"},{"id":1291,"c":1,"u":"caradoc_dsotdq","p":193,"s":27,"h":1,"t":0,"uu":"caradoc|dsotdq","m":"bestiary/tokens/DSotDQ/Caradoc.webp","n":"Caradoc"},{"id":1292,"c":1,"u":"clystran_dsotdq","p":126,"s":27,"h":1,"t":0,"uu":"clystran|dsotdq","m":"bestiary/tokens/DSotDQ/Clystran.webp","n":"Clystran"},{"id":1293,"c":1,"u":"cudgel%20ironsmile_dsotdq","p":58,"s":27,"h":1,"t":0,"uu":"cudgel ironsmile|dsotdq","m":"bestiary/tokens/DSotDQ/Cudgel Ironsmile.webp","n":"Cudgel Ironsmile"},{"id":1294,"c":1,"u":"dalamar_dsotdq","p":111,"s":27,"h":1,"t":0,"uu":"dalamar|dsotdq","m":"bestiary/tokens/DSotDQ/Dalamar.webp","n":"Dalamar"},{"id":1295,"c":1,"u":"darrett%20highwater_dsotdq","p":59,"s":27,"h":1,"t":0,"uu":"darrett highwater|dsotdq","m":"bestiary/tokens/DSotDQ/Darrett Highwater.webp","n":"Darrett Highwater"},{"id":1296,"c":1,"u":"demelin_dsotdq","p":139,"s":27,"h":1,"t":0,"uu":"demelin|dsotdq","m":"bestiary/tokens/DSotDQ/Demelin.webp","n":"Demelin"},{"id":1297,"c":1,"u":"dracophage%20subject_dsotdq","p":118,"s":27,"h":1,"t":0,"uu":"dracophage subject|dsotdq","m":"bestiary/tokens/DSotDQ/Dracophage Subject.webp","n":"Dracophage Subject"},{"id":1298,"c":1,"u":"dragon%20army%20dragonnel_dsotdq","p":201,"s":27,"h":1,"t":0,"uu":"dragon army dragonnel|dsotdq","m":"bestiary/tokens/DSotDQ/Dragon Army Dragonnel.webp","n":"Dragon Army Dragonnel"},{"id":1299,"c":1,"u":"dragon%20army%20officer_dsotdq","p":200,"s":27,"h":1,"t":0,"uu":"dragon army officer|dsotdq","m":"bestiary/tokens/DSotDQ/Dragon Army Officer.webp","n":"Dragon Army Officer"},{"id":1300,"c":1,"u":"dragon%20army%20soldier_dsotdq","p":200,"s":27,"h":1,"t":0,"uu":"dragon army soldier|dsotdq","m":"bestiary/tokens/DSotDQ/Dragon Army Soldier.webp","n":"Dragon Army Soldier"},{"id":1301,"c":1,"u":"durstan%20rial_dsotdq","p":97,"s":27,"h":1,"t":0,"uu":"durstan rial|dsotdq","m":"bestiary/tokens/DSotDQ/Durstan Rial.webp","n":"Durstan Rial"},{"id":1302,"c":1,"u":"duskwalker_dsotdq","p":150,"s":27,"h":1,"t":0,"uu":"duskwalker|dsotdq","m":"bestiary/tokens/DSotDQ/Duskwalker.webp","n":"Duskwalker"},{"id":1303,"c":1,"u":"fewmaster%20gholcag_dsotdq","p":74,"s":27,"h":1,"t":0,"uu":"fewmaster gholcag|dsotdq","m":"bestiary/tokens/DSotDQ/Fewmaster Gholcag.webp","n":"Fewmaster Gholcag"},{"id":1304,"c":1,"u":"greater%20death%20dragon_dsotdq","p":195,"s":27,"h":1,"t":0,"uu":"greater death dragon|dsotdq","m":"bestiary/tokens/DSotDQ/Greater Death Dragon.webp","n":"Greater Death Dragon"},{"id":1305,"c":1,"u":"hrigg%20roundrook_dsotdq","p":211,"s":27,"h":1,"t":0,"uu":"hrigg roundrook|dsotdq","m":"bestiary/tokens/DSotDQ/Hrigg Roundrook.webp","n":"Hrigg Roundrook"},{"id":1306,"c":1,"u":"hulking%20shadow_dsotdq","p":174,"s":27,"h":1,"t":0,"uu":"hulking shadow|dsotdq","m":"bestiary/tokens/DSotDQ/Hulking Shadow.webp","n":"Hulking Shadow"},{"id":1307,"c":1,"u":"ignia_dsotdq","p":184,"s":27,"h":1,"t":0,"uu":"ignia|dsotdq","m":"bestiary/tokens/DSotDQ/Ignia.webp","n":"Ignia"},{"id":1308,"c":1,"u":"incomplete%20dragon%20skeleton_dsotdq","p":138,"s":27,"h":1,"t":0,"uu":"incomplete dragon skeleton|dsotdq","m":"bestiary/tokens/DSotDQ/Incomplete Dragon Skeleton.webp","n":"Incomplete Dragon Skeleton"},{"id":1309,"c":1,"u":"iriad_dsotdq","p":212,"s":27,"h":1,"t":0,"uu":"iriad|dsotdq","m":"bestiary/tokens/DSotDQ/Iriad.webp","n":"Iriad"},{"id":1310,"c":1,"u":"ishvern_dsotdq","p":114,"s":27,"h":1,"t":0,"uu":"ishvern|dsotdq","m":"bestiary/tokens/DSotDQ/Ishvern.webp","n":"Ishvern"},{"id":1311,"c":1,"u":"istarian%20drone_dsotdq","p":202,"s":27,"h":1,"t":0,"uu":"istarian drone|dsotdq","m":"bestiary/tokens/DSotDQ/Istarian Drone.webp","n":"Istarian Drone"},{"id":1312,"c":1,"u":"jeyev%20veldrews_dsotdq","p":75,"s":27,"h":1,"t":0,"uu":"jeyev veldrews|dsotdq","m":"bestiary/tokens/DSotDQ/Jeyev Veldrews.webp","n":"Jeyev Veldrews"},{"id":1313,"c":1,"u":"kalaman%20soldier_dsotdq","p":202,"s":27,"h":1,"t":0,"uu":"kalaman soldier|dsotdq","m":"bestiary/tokens/DSotDQ/Kalaman Soldier.webp","n":"Kalaman Soldier"},{"id":1314,"c":1,"u":"kansaldi%20fire-eyes_dsotdq","p":203,"s":27,"h":1,"t":0,"uu":"kansaldi fire-eyes|dsotdq","m":"bestiary/tokens/DSotDQ/Kansaldi Fire-Eyes.webp","n":"Kansaldi Fire-Eyes"},{"id":1315,"c":1,"u":"kapak%20draconian_dsotdq","p":198,"s":27,"h":1,"t":0,"uu":"kapak draconian|dsotdq","m":"bestiary/tokens/DSotDQ/Kapak Draconian.webp","n":"Kapak Draconian"},{"id":1316,"c":1,"u":"karavarix_dsotdq","p":183,"s":27,"h":1,"t":0,"uu":"karavarix|dsotdq","m":"bestiary/tokens/DSotDQ/Karavarix.webp","n":"Karavarix"},{"id":1317,"c":1,"u":"kender%20skirmisher_dsotdq","p":204,"s":27,"h":1,"t":0,"uu":"kender skirmisher|dsotdq","m":"bestiary/tokens/DSotDQ/Kender Skirmisher.webp","n":"Kender Skirmisher"},{"id":1318,"c":1,"u":"leedara_dsotdq","p":58,"s":27,"h":1,"t":0,"uu":"leedara|dsotdq","m":"bestiary/tokens/DSotDQ/Leedara.webp","n":"Leedara"},{"id":1319,"c":1,"u":"lesser%20death%20dragon_dsotdq","p":195,"s":27,"h":1,"t":0,"uu":"lesser death dragon|dsotdq","m":"bestiary/tokens/DSotDQ/Lesser Death Dragon.webp","n":"Lesser Death Dragon"},{"id":1320,"c":1,"u":"levna%20drakehorn_dsotdq","p":213,"s":27,"h":1,"t":0,"uu":"levna drakehorn|dsotdq","m":"bestiary/tokens/DSotDQ/Levna Drakehorn.webp","n":"Levna Drakehorn"},{"id":1321,"c":1,"u":"lohezet_dsotdq","p":205,"s":27,"h":1,"t":0,"uu":"lohezet|dsotdq","m":"bestiary/tokens/DSotDQ/Lohezet.webp","n":"Lohezet"},{"id":1322,"c":1,"u":"lord%20soth_dsotdq","p":206,"s":27,"h":1,"t":0,"uu":"lord soth|dsotdq","m":"bestiary/tokens/DSotDQ/Lord Soth.webp","n":"Lord Soth"},{"id":1323,"c":1,"u":"lorry%20wanwillow_dsotdq","p":177,"s":27,"h":1,"t":0,"uu":"lorry wanwillow|dsotdq","m":"bestiary/tokens/DSotDQ/Lorry Wanwillow.webp","n":"Lorry Wanwillow"},{"id":1324,"c":1,"u":"raven%20uth%20vogler_dsotdq","p":53,"s":27,"h":1,"t":0,"uu":"raven uth vogler|dsotdq","m":"bestiary/tokens/DSotDQ/Raven Uth Vogler.webp","n":"Raven Uth Vogler"},{"id":1325,"c":1,"u":"red%20ruin_dsotdq","p":208,"s":27,"h":1,"t":0,"uu":"red ruin|dsotdq","m":"bestiary/tokens/DSotDQ/Red Ruin.webp","n":"Red Ruin"},{"id":1326,"c":1,"u":"sarlamir_dsotdq","p":102,"s":27,"h":1,"t":0,"uu":"sarlamir|dsotdq","m":"bestiary/tokens/DSotDQ/Sarlamir.webp","n":"Sarlamir"},{"id":1327,"c":1,"u":"sea%20elf%20scout_dsotdq","p":114,"s":27,"h":1,"t":0,"uu":"sea elf scout|dsotdq","m":"bestiary/tokens/DSotDQ/Sea Elf Scout.webp","n":"Sea Elf Scout"},{"id":1328,"c":1,"u":"sivak%20draconian_dsotdq","p":199,"s":27,"h":1,"t":0,"uu":"sivak draconian|dsotdq","m":"bestiary/tokens/DSotDQ/Sivak Draconian.webp","n":"Sivak Draconian"},{"id":1329,"c":1,"u":"skeletal%20knight_dsotdq","p":208,"s":27,"h":1,"t":0,"uu":"skeletal knight|dsotdq","m":"bestiary/tokens/DSotDQ/Skeletal Knight.webp","n":"Skeletal Knight"},{"id":1330,"c":1,"u":"tatina%20rookledust_dsotdq","p":87,"s":27,"h":1,"t":0,"uu":"tatina rookledust|dsotdq","m":"bestiary/tokens/DSotDQ/Tatina Rookledust.webp","n":"Tatina Rookledust"},{"id":1331,"c":1,"u":"tem%20temble_dsotdq","p":213,"s":27,"h":1,"t":0,"uu":"tem temble|dsotdq","m":"bestiary/tokens/DSotDQ/Tem Temble.webp","n":"Tem Temble"},{"id":1332,"c":1,"u":"undead%20soldier_dsotdq","p":96,"s":27,"h":1,"t":0,"uu":"undead soldier|dsotdq","m":"bestiary/tokens/DSotDQ/Undead Soldier.webp","n":"Undead Soldier"},{"id":1333,"c":1,"u":"virruza_dsotdq","p":119,"s":27,"h":1,"t":0,"uu":"virruza|dsotdq","m":"bestiary/tokens/DSotDQ/Virruza.webp","n":"Virruza"},{"id":1334,"c":1,"u":"wasteland%20dragonnel_dsotdq","p":201,"s":27,"h":1,"t":0,"uu":"wasteland dragonnel|dsotdq","m":"bestiary/tokens/DSotDQ/Wasteland Dragonnel.webp","n":"Wasteland Dragonnel"},{"id":1335,"c":1,"u":"wersten%20kern_dsotdq","p":209,"s":27,"h":1,"t":0,"uu":"wersten kern|dsotdq","m":"bestiary/tokens/DSotDQ/Wersten Kern.webp","n":"Wersten Kern"},{"id":1336,"c":1,"u":"wyhan_dsotdq","p":79,"s":27,"h":1,"t":0,"uu":"wyhan|dsotdq","m":"bestiary/tokens/DSotDQ/Wyhan.webp","n":"Wyhan"},{"id":1337,"c":1,"u":"aeorian%20absorber_egw","p":283,"s":28,"h":1,"dP":1,"t":0,"uu":"aeorian absorber|egw","m":"bestiary/tokens/EGW/Aeorian Absorber.webp","n":"Aeorian Absorber"},{"id":1338,"c":1,"u":"aeorian%20nullifier_egw","p":283,"s":28,"h":1,"dP":1,"t":0,"uu":"aeorian nullifier|egw","m":"bestiary/tokens/EGW/Aeorian Nullifier.webp","n":"Aeorian Nullifier"},{"id":1339,"c":1,"u":"aeorian%20reverser_egw","p":284,"s":28,"h":1,"dP":1,"t":0,"uu":"aeorian reverser|egw","m":"bestiary/tokens/EGW/Aeorian Reverser.webp","n":"Aeorian Reverser"},{"id":1340,"c":1,"u":"allowak%20abominable%20yeti_egw","p":126,"s":28,"h":1,"dP":1,"t":0,"uu":"allowak abominable yeti|egw","m":"bestiary/tokens/EGW/Allowak Abominable Yeti.webp","n":"Allowak Abominable Yeti"},{"id":1341,"c":1,"u":"allowak%20yeti_egw","p":126,"s":28,"h":1,"dP":1,"t":0,"uu":"allowak yeti|egw","m":"bestiary/tokens/EGW/Allowak Yeti.webp","n":"Allowak Yeti"},{"id":1342,"c":1,"u":"animated%20knife_egw","p":248,"s":28,"h":1,"dP":1,"t":0,"uu":"animated knife|egw","m":"bestiary/tokens/EGW/Animated Knife.webp","n":"Animated Knife"},{"id":1343,"c":1,"u":"animated%20tree_egw","p":130,"s":28,"h":1,"dP":1,"t":0,"uu":"animated tree|egw","m":"bestiary/tokens/EGW/Animated Tree.webp","n":"Animated Tree"},{"id":1344,"c":1,"u":"blood%20hunter_egw","p":284,"s":28,"h":1,"dP":1,"t":0,"uu":"blood hunter|egw","m":"bestiary/tokens/EGW/Blood Hunter.webp","n":"Blood Hunter"},{"id":1345,"c":1,"u":"bol'bara_egw","p":261,"s":28,"h":1,"dP":1,"t":0,"uu":"bol'bara|egw","m":"bestiary/tokens/EGW/Bol'bara.webp","n":"Bol'bara"},{"id":1346,"c":1,"u":"bristled%20moorbounder_egw","p":295,"s":28,"h":1,"dP":1,"t":0,"uu":"bristled moorbounder|egw","m":"bestiary/tokens/EGW/Bristled Moorbounder.webp","n":"Bristled Moorbounder"},{"id":1347,"c":1,"u":"core%20spawn%20crawler_egw","p":286,"s":28,"h":1,"dP":1,"t":0,"uu":"core spawn crawler|egw","m":"bestiary/tokens/EGW/Core Spawn Crawler.webp","n":"Core Spawn Crawler"},{"id":1348,"c":1,"u":"core%20spawn%20emissary_egw","p":286,"s":28,"h":1,"dP":1,"t":0,"uu":"core spawn emissary|egw","m":"bestiary/tokens/EGW/Core Spawn Emissary.webp","n":"Core Spawn Emissary"},{"id":1349,"c":1,"u":"core%20spawn%20seer_egw","p":286,"s":28,"h":1,"dP":1,"t":0,"uu":"core spawn seer|egw","m":"bestiary/tokens/EGW/Core Spawn Seer.webp","n":"Core Spawn Seer"},{"id":1350,"c":1,"u":"core%20spawn%20worm_egw","p":287,"s":28,"h":1,"dP":1,"t":0,"uu":"core spawn worm|egw","m":"bestiary/tokens/EGW/Core Spawn Worm.webp","n":"Core Spawn Worm"},{"id":1351,"c":1,"u":"damaged%20flesh%20golem_egw","p":248,"s":28,"h":1,"dP":1,"t":0,"uu":"damaged flesh golem|egw","m":"bestiary/tokens/EGW/Damaged Flesh Golem.webp","n":"Damaged Flesh Golem"},{"id":1352,"c":1,"u":"ferol%20sal_egw","p":249,"s":28,"h":1,"dP":1,"t":0,"uu":"ferol sal|egw","m":"bestiary/tokens/EGW/Ferol Sal.webp","n":"Ferol Sal"},{"id":1353,"c":1,"u":"frost%20giant%20zombie_egw","p":288,"s":28,"h":1,"dP":1,"t":0,"uu":"frost giant zombie|egw","m":"bestiary/tokens/EGW/Frost Giant Zombie.webp","n":"Frost Giant Zombie"},{"id":1354,"c":1,"u":"frost%20worm_egw","p":289,"s":28,"h":1,"dP":1,"t":0,"uu":"frost worm|egw","m":"bestiary/tokens/EGW/Frost Worm.webp","n":"Frost Worm"},{"id":1355,"c":1,"u":"gearkeeper%20construct_egw","p":290,"s":28,"h":1,"dP":1,"t":0,"uu":"gearkeeper construct|egw","m":"bestiary/tokens/EGW/Gearkeeper Construct.webp","n":"Gearkeeper Construct"},{"id":1356,"c":1,"u":"gloomstalker_egw","p":291,"s":28,"h":1,"dP":1,"t":0,"uu":"gloomstalker|egw","m":"bestiary/tokens/EGW/Gloomstalker.webp","n":"Gloomstalker"},{"id":1357,"c":1,"u":"guardian%20wolf_egw","p":272,"s":28,"h":1,"dP":1,"t":0,"uu":"guardian wolf|egw","m":"bestiary/tokens/EGW/Guardian Wolf.webp","n":"Guardian Wolf"},{"id":1358,"c":1,"u":"horizonback%20tortoise_egw","p":292,"s":28,"h":1,"dP":1,"t":0,"uu":"horizonback tortoise|egw","m":"bestiary/tokens/EGW/Horizonback Tortoise.webp","n":"Horizonback Tortoise"},{"id":1359,"c":1,"u":"hulil%20lutan_egw","p":240,"s":28,"h":1,"dP":1,"t":0,"uu":"hulil lutan|egw","m":"bestiary/tokens/EGW/Hulil Lutan.webp","n":"Hulil Lutan"},{"id":1360,"c":1,"u":"husk%20zombie_egw","p":293,"s":28,"h":1,"dP":1,"t":0,"uu":"husk zombie|egw","m":"bestiary/tokens/EGW/Husk Zombie.webp","n":"Husk Zombie"},{"id":1361,"c":1,"u":"ishel_egw","p":231,"s":28,"h":1,"dP":1,"t":0,"uu":"ishel|egw","m":"bestiary/tokens/EGW/Ishel.webp","n":"Ishel"},{"id":1362,"c":1,"u":"karkethzerethzerus%2c%20the%20sable%20despoiler_egw","p":158,"s":28,"h":1,"dP":1,"t":0,"uu":"karkethzerethzerus, the sable despoiler|egw","m":"bestiary/tokens/EGW/Karkethzerethzerus, the Sable Despoiler.webp","n":"Karkethzerethzerus, the Sable Despoiler"},{"id":1363,"c":1,"u":"kobold%20underling_egw","p":221,"s":28,"h":1,"dP":1,"t":0,"uu":"kobold underling|egw","m":"bestiary/tokens/EGW/Kobold Underling.webp","n":"Kobold Underling"},{"id":1364,"c":1,"u":"merrow%20shallowpriest_egw","p":294,"s":28,"h":1,"dP":1,"t":0,"uu":"merrow shallowpriest|egw","m":"bestiary/tokens/EGW/Merrow Shallowpriest.webp","n":"Merrow Shallowpriest"},{"id":1365,"c":1,"u":"moorbounder_egw","p":295,"s":28,"h":1,"dP":1,"t":0,"uu":"moorbounder|egw","m":"bestiary/tokens/EGW/Moorbounder.webp","n":"Moorbounder"},{"id":1366,"c":1,"u":"mossback%20steward_egw","p":256,"s":28,"h":1,"dP":1,"t":0,"uu":"mossback steward|egw","m":"bestiary/tokens/EGW/Mossback Steward.webp","n":"Mossback Steward"},{"id":1367,"c":1,"u":"nergaliid_egw","p":296,"s":28,"h":1,"dP":1,"t":0,"uu":"nergaliid|egw","m":"bestiary/tokens/EGW/Nergaliid.webp","n":"Nergaliid"},{"id":1368,"c":1,"u":"ogre%20lord%20buhfal%20ii_egw","p":251,"s":28,"h":1,"dP":1,"t":0,"uu":"ogre lord buhfal ii|egw","m":"bestiary/tokens/EGW/Ogre Lord Buhfal II.webp","n":"Ogre Lord Buhfal II"},{"id":1369,"c":1,"u":"old%20croaker_egw","p":240,"s":28,"h":1,"dP":1,"t":0,"uu":"old croaker|egw","m":"bestiary/tokens/EGW/Old Croaker.webp","n":"Old Croaker"},{"id":1370,"c":1,"u":"oracs%20the%20enduring_egw","p":154,"s":28,"h":1,"dP":1,"t":0,"uu":"oracs the enduring|egw","m":"bestiary/tokens/EGW/Oracs the Enduring.webp","n":"Oracs the Enduring"},{"id":1371,"c":1,"u":"parson%20pellinost_egw","p":261,"s":28,"h":1,"dP":1,"t":0,"uu":"parson pellinost|egw","m":"bestiary/tokens/EGW/Parson Pellinost.webp","n":"Parson Pellinost"},{"id":1372,"c":1,"u":"raegrin%20mau_egw","p":240,"s":28,"h":1,"dP":1,"t":0,"uu":"raegrin mau|egw","m":"bestiary/tokens/EGW/Raegrin Mau.webp","n":"Raegrin Mau"},{"id":1373,"c":1,"u":"sahuagin%20warlock%20of%20uk'otoa_egw","p":297,"s":28,"h":1,"dP":1,"t":0,"uu":"sahuagin warlock of uk'otoa|egw","m":"bestiary/tokens/EGW/Sahuagin Warlock of Uk'otoa.webp","n":"Sahuagin Warlock of Uk'otoa"},{"id":1374,"c":1,"u":"sea%20fury_egw","p":299,"s":28,"h":1,"dP":1,"t":0,"uu":"sea fury|egw","m":"bestiary/tokens/EGW/Sea Fury.webp","n":"Sea Fury"},{"id":1375,"c":1,"u":"shadowghast_egw","p":299,"s":28,"h":1,"dP":1,"t":0,"uu":"shadowghast|egw","m":"bestiary/tokens/EGW/Shadowghast.webp","n":"Shadowghast"},{"id":1376,"c":1,"u":"sharkbody%20abomination_egw","p":215,"s":28,"h":1,"dP":1,"t":0,"uu":"sharkbody abomination|egw","m":"bestiary/tokens/EGW/Sharkbody Abomination.webp","n":"Sharkbody Abomination"},{"id":1377,"c":1,"u":"sken%20zabriss_egw","p":221,"s":28,"h":1,"dP":1,"t":0,"uu":"sken zabriss|egw","m":"bestiary/tokens/EGW/Sken Zabriss.webp","n":"Sken Zabriss"},{"id":1378,"c":1,"u":"skr'a%20s'orsk_egw","p":254,"s":28,"h":1,"dP":1,"t":0,"uu":"skr'a s'orsk|egw","m":"bestiary/tokens/EGW/Skr'a S'orsk.webp","n":"Skr'a S'orsk"},{"id":1379,"c":1,"u":"swarm%20of%20undead%20snakes_egw","p":247,"s":28,"h":1,"dP":1,"t":0,"uu":"swarm of undead snakes|egw","m":"bestiary/tokens/EGW/Swarm of Undead Snakes.webp","n":"Swarm of Undead Snakes"},{"id":1380,"c":1,"u":"swavain%20basilisk_egw","p":300,"s":28,"h":1,"dP":1,"t":0,"uu":"swavain basilisk|egw","m":"bestiary/tokens/EGW/Swavain Basilisk.webp","n":"Swavain Basilisk"},{"id":1381,"c":1,"u":"three%20earrings_egw","p":211,"s":28,"h":1,"dP":1,"t":0,"uu":"three earrings|egw","m":"bestiary/tokens/EGW/Three Earrings.webp","n":"Three Earrings"},{"id":1382,"c":1,"u":"udaak_egw","p":301,"s":28,"h":1,"dP":1,"t":0,"uu":"udaak|egw","m":"bestiary/tokens/EGW/Udaak.webp","n":"Udaak"},{"id":1383,"c":1,"u":"vox%20seeker_egw","p":270,"s":28,"h":1,"dP":1,"t":0,"uu":"vox seeker|egw","m":"bestiary/tokens/EGW/Vox Seeker.webp","n":"Vox Seeker"},{"id":1384,"c":1,"u":"yinra%20emberwind_egw","p":223,"s":28,"h":1,"dP":1,"t":0,"uu":"yinra emberwind|egw","m":"bestiary/tokens/EGW/Yinra Emberwind.webp","n":"Yinra Emberwind"},{"id":1385,"c":1,"u":"belashyrra_erlw","p":286,"s":29,"h":1,"t":0,"uu":"belashyrra|erlw","m":"bestiary/tokens/ERLW/Belashyrra.webp","n":"Belashyrra"},{"id":1386,"c":1,"u":"bone%20knight_erlw","p":316,"s":29,"h":1,"t":0,"uu":"bone knight|erlw","m":"bestiary/tokens/ERLW/Bone Knight.webp","n":"Bone Knight"},{"id":1387,"c":1,"u":"changeling_erlw","p":317,"s":29,"h":1,"t":0,"uu":"changeling|erlw","m":"bestiary/tokens/ERLW/Changeling.webp","n":"Changeling"},{"id":1388,"c":1,"u":"clawfoot_erlw","p":289,"s":29,"h":1,"t":0,"uu":"clawfoot|erlw","m":"bestiary/tokens/ERLW/Clawfoot.webp","n":"Clawfoot"},{"id":1389,"c":1,"u":"corrin%20delmaco_erlw","p":271,"s":29,"h":1,"t":0,"uu":"corrin delmaco|erlw","m":"bestiary/tokens/ERLW/Corrin Delmaco.webp","n":"Corrin Delmaco"},{"id":1390,"c":1,"u":"dolgaunt_erlw","p":290,"s":29,"h":1,"t":0,"uu":"dolgaunt|erlw","m":"bestiary/tokens/ERLW/Dolgaunt.webp","n":"Dolgaunt"},{"id":1391,"c":1,"u":"dolgrim_erlw","p":291,"s":29,"h":1,"t":0,"uu":"dolgrim|erlw","m":"bestiary/tokens/ERLW/Dolgrim.webp","n":"Dolgrim"},{"id":1392,"c":1,"u":"dusk%20hag_erlw","p":292,"s":29,"h":1,"t":0,"uu":"dusk hag|erlw","m":"bestiary/tokens/ERLW/Dusk Hag.webp","n":"Dusk Hag"},{"id":1393,"c":1,"u":"dyrrn_erlw","p":288,"s":29,"h":1,"t":0,"uu":"dyrrn|erlw","m":"bestiary/tokens/ERLW/Dyrrn.webp","n":"Dyrrn"},{"id":1394,"c":1,"u":"expeditious%20messenger_erlw","p":293,"s":29,"h":1,"t":0,"uu":"expeditious messenger|erlw","m":"bestiary/tokens/ERLW/Expeditious Messenger.webp","n":"Expeditious Messenger"},{"id":1395,"c":1,"u":"fastieth_erlw","p":289,"s":29,"h":1,"t":0,"uu":"fastieth|erlw","m":"bestiary/tokens/ERLW/Fastieth.webp","n":"Fastieth"},{"id":1396,"c":1,"u":"garra_erlw","p":272,"s":29,"h":1,"t":0,"uu":"garra|erlw","m":"bestiary/tokens/ERLW/Garra.webp","n":"Garra"},{"id":1397,"c":1,"u":"hashalaq%20quori_erlw","p":305,"s":29,"h":1,"t":0,"uu":"hashalaq quori|erlw","m":"bestiary/tokens/ERLW/Hashalaq Quori.webp","n":"Hashalaq Quori"},{"id":1398,"c":1,"u":"inspired_erlw","p":294,"s":29,"h":1,"t":0,"uu":"inspired|erlw","m":"bestiary/tokens/ERLW/Inspired.webp","n":"Inspired"},{"id":1399,"c":1,"u":"iron%20defender_erlw","p":293,"s":29,"h":1,"t":0,"uu":"iron defender|erlw","m":"bestiary/tokens/ERLW/Iron Defender.webp","n":"Iron Defender"},{"id":1400,"c":1,"u":"kalaraq%20quori_erlw","p":306,"s":29,"h":1,"t":0,"uu":"kalaraq quori|erlw","m":"bestiary/tokens/ERLW/Kalaraq Quori.webp","n":"Kalaraq Quori"},{"id":1401,"c":1,"u":"kalashtar_erlw","p":317,"s":29,"h":1,"t":0,"uu":"kalashtar|erlw","m":"bestiary/tokens/ERLW/Kalashtar.webp","n":"Kalashtar"},{"id":1402,"c":1,"u":"karrnathi%20undead%20soldier_erlw","p":295,"s":29,"h":1,"t":0,"uu":"karrnathi undead soldier|erlw","m":"bestiary/tokens/ERLW/Karrnathi Undead Soldier.webp","n":"Karrnathi Undead Soldier"},{"id":1403,"c":1,"u":"lady%20illmarrow_erlw","p":296,"s":29,"h":1,"t":0,"uu":"lady illmarrow|erlw","m":"bestiary/tokens/ERLW/Lady Illmarrow.webp","n":"Lady Illmarrow"},{"id":1404,"c":1,"u":"living%20burning%20hands_erlw","p":298,"s":29,"h":1,"t":0,"uu":"living burning hands|erlw","m":"bestiary/tokens/ERLW/Living Burning Hands.webp","n":"Living Burning Hands"},{"id":1405,"c":1,"u":"living%20cloudkill_erlw","p":299,"s":29,"h":1,"t":0,"uu":"living cloudkill|erlw","m":"bestiary/tokens/ERLW/Living Cloudkill.webp","n":"Living Cloudkill"},{"id":1406,"c":1,"u":"living%20lightning%20bolt_erlw","p":299,"s":29,"h":1,"t":0,"uu":"living lightning bolt|erlw","m":"bestiary/tokens/ERLW/Living Lightning Bolt.webp","n":"Living Lightning Bolt"},{"id":1407,"c":1,"u":"magewright_erlw","p":318,"s":29,"h":1,"t":0,"uu":"magewright|erlw","m":"bestiary/tokens/ERLW/Magewright.webp","n":"Magewright"},{"id":1408,"c":1,"u":"mordakhesh_erlw","p":301,"s":29,"h":1,"t":0,"uu":"mordakhesh|erlw","m":"bestiary/tokens/ERLW/Mordakhesh.webp","n":"Mordakhesh"},{"id":1409,"c":1,"u":"radiant%20idol_erlw","p":308,"s":29,"h":1,"t":0,"uu":"radiant idol|erlw","m":"bestiary/tokens/ERLW/Radiant Idol.webp","n":"Radiant Idol"},{"id":1410,"c":1,"u":"rak%20tulkhesh_erlw","p":303,"s":29,"h":1,"t":0,"uu":"rak tulkhesh|erlw","m":"bestiary/tokens/ERLW/Rak Tulkhesh.webp","n":"Rak Tulkhesh"},{"id":1411,"c":1,"u":"sergeant_erlw","p":197,"s":29,"h":1,"t":0,"uu":"sergeant|erlw","m":"bestiary/tokens/ERLW/Sergeant.webp","n":"Sergeant"},{"id":1412,"c":1,"u":"shifter_erlw","p":319,"s":29,"h":1,"t":0,"uu":"shifter|erlw","m":"bestiary/tokens/ERLW/Shifter.webp","n":"Shifter"},{"id":1413,"c":1,"u":"sul%20khatesh_erlw","p":304,"s":29,"h":1,"t":0,"uu":"sul khatesh|erlw","m":"bestiary/tokens/ERLW/Sul Khatesh.webp","n":"Sul Khatesh"},{"id":1414,"c":1,"u":"tarkanan%20assassin_erlw","p":320,"s":29,"h":1,"t":0,"uu":"tarkanan assassin|erlw","m":"bestiary/tokens/ERLW/Tarkanan Assassin.webp","n":"Tarkanan Assassin"},{"id":1415,"c":1,"u":"the%20lord%20of%20blades_erlw","p":300,"s":29,"h":1,"t":0,"uu":"the lord of blades|erlw","m":"bestiary/tokens/ERLW/The Lord of Blades.webp","n":"The Lord of Blades"},{"id":1416,"c":1,"u":"tsucora%20quori_erlw","p":307,"s":29,"h":1,"t":0,"uu":"tsucora quori|erlw","m":"bestiary/tokens/ERLW/Tsucora Quori.webp","n":"Tsucora Quori"},{"id":1417,"c":1,"u":"undying%20councilor_erlw","p":311,"s":29,"h":1,"t":0,"uu":"undying councilor|erlw","m":"bestiary/tokens/ERLW/Undying Councilor.webp","n":"Undying Councilor"},{"id":1418,"c":1,"u":"undying%20soldier_erlw","p":311,"s":29,"h":1,"t":0,"uu":"undying soldier|erlw","m":"bestiary/tokens/ERLW/Undying Soldier.webp","n":"Undying Soldier"},{"id":1419,"c":1,"u":"valenar%20hawk_erlw","p":312,"s":29,"h":1,"t":0,"uu":"valenar hawk|erlw","m":"bestiary/tokens/ERLW/Valenar Hawk.webp","n":"Valenar Hawk"},{"id":1420,"c":1,"u":"valenar%20hound_erlw","p":312,"s":29,"h":1,"t":0,"uu":"valenar hound|erlw","m":"bestiary/tokens/ERLW/Valenar Hound.webp","n":"Valenar Hound"},{"id":1421,"c":1,"u":"valenar%20steed_erlw","p":313,"s":29,"h":1,"t":0,"uu":"valenar steed|erlw","m":"bestiary/tokens/ERLW/Valenar Steed.webp","n":"Valenar Steed"},{"id":1422,"c":1,"u":"warforged%20colossus_erlw","p":314,"s":29,"h":1,"t":0,"uu":"warforged colossus|erlw","m":"bestiary/tokens/ERLW/Warforged Colossus.webp","n":"Warforged Colossus"},{"id":1423,"c":1,"u":"warforged%20soldier_erlw","p":320,"s":29,"h":1,"t":0,"uu":"warforged soldier|erlw","m":"bestiary/tokens/ERLW/Warforged Soldier.webp","n":"Warforged Soldier"},{"id":1424,"c":1,"u":"warforged%20titan_erlw","p":315,"s":29,"h":1,"t":0,"uu":"warforged titan|erlw","m":"bestiary/tokens/ERLW/Warforged Titan.webp","n":"Warforged Titan"},{"id":1425,"c":1,"u":"zakya%20rakshasa_erlw","p":309,"s":29,"h":1,"t":0,"uu":"zakya rakshasa|erlw","m":"bestiary/tokens/ERLW/Zakya Rakshasa.webp","n":"Zakya Rakshasa"},{"id":1426,"c":1,"u":"expert_esk","p":63,"s":30,"h":1,"t":0,"uu":"expert|esk","m":"bestiary/tokens/ESK/Expert.webp","n":"Expert"},{"id":1427,"c":1,"u":"spellcaster_esk","p":63,"s":30,"h":1,"t":0,"uu":"spellcaster|esk","m":"bestiary/tokens/ESK/Spellcaster.webp","n":"Spellcaster"},{"id":1428,"c":1,"u":"warrior_esk","p":63,"s":30,"h":1,"t":0,"uu":"warrior|esk","m":"bestiary/tokens/ESK/Warrior.webp","n":"Warrior"},{"id":1429,"c":1,"u":"anarch_ggr","p":239,"s":31,"h":1,"t":0,"uu":"anarch|ggr","m":"bestiary/tokens/GGR/Anarch.webp","n":"Anarch"},{"id":1430,"c":1,"u":"archon%20of%20the%20triumvirate_ggr","p":192,"s":31,"h":1,"t":0,"uu":"archon of the triumvirate|ggr","m":"bestiary/tokens/GGR/Archon of the Triumvirate.webp","n":"Archon of the Triumvirate"},{"id":1431,"c":1,"u":"arclight%20phoenix_ggr","p":193,"s":31,"h":1,"t":0,"uu":"arclight phoenix|ggr","m":"bestiary/tokens/GGR/Arclight Phoenix.webp","n":"Arclight Phoenix"},{"id":1432,"c":1,"u":"aurelia_ggr","p":230,"s":31,"h":1,"t":0,"uu":"aurelia|ggr","m":"bestiary/tokens/GGR/Aurelia.webp","n":"Aurelia"},{"id":1433,"c":1,"u":"battleforce%20angel_ggr","p":189,"s":31,"h":1,"t":0,"uu":"battleforce angel|ggr","m":"bestiary/tokens/GGR/Battleforce Angel.webp","n":"Battleforce Angel"},{"id":1434,"c":1,"u":"biomancer_ggr","p":256,"s":31,"h":1,"t":0,"uu":"biomancer|ggr","m":"bestiary/tokens/GGR/Biomancer.webp","n":"Biomancer"},{"id":1435,"c":1,"u":"blistercoil%20weird_ggr","p":207,"s":31,"h":1,"t":0,"uu":"blistercoil weird|ggr","m":"bestiary/tokens/GGR/Blistercoil Weird.webp","n":"Blistercoil Weird"},{"id":1436,"c":1,"u":"blood%20drinker%20vampire_ggr","p":223,"s":31,"h":1,"t":0,"uu":"blood drinker vampire|ggr","m":"bestiary/tokens/GGR/Blood Drinker Vampire.webp","n":"Blood Drinker Vampire"},{"id":1437,"c":1,"u":"blood%20witch_ggr","p":248,"s":31,"h":1,"t":0,"uu":"blood witch|ggr","m":"bestiary/tokens/GGR/Blood Witch.webp","n":"Blood Witch"},{"id":1438,"c":1,"u":"bloodfray%20giant_ggr","p":200,"s":31,"h":1,"t":0,"uu":"bloodfray giant|ggr","m":"bestiary/tokens/GGR/Bloodfray Giant.webp","n":"Bloodfray Giant"},{"id":1439,"c":1,"u":"borborygmos_ggr","p":238,"s":31,"h":1,"t":0,"uu":"borborygmos|ggr","m":"bestiary/tokens/GGR/Borborygmos.webp","n":"Borborygmos"},{"id":1440,"c":1,"u":"cackler_ggr","p":195,"s":31,"h":1,"t":0,"uu":"cackler|ggr","m":"bestiary/tokens/GGR/Cackler.webp","n":"Cackler"},{"id":1441,"c":1,"u":"category%201%20krasis_ggr","p":210,"s":31,"h":1,"t":0,"uu":"category 1 krasis|ggr","m":"bestiary/tokens/GGR/Category 1 Krasis.webp","n":"Category 1 Krasis"},{"id":1442,"c":1,"u":"category%202%20krasis_ggr","p":211,"s":31,"h":1,"t":0,"uu":"category 2 krasis|ggr","m":"bestiary/tokens/GGR/Category 2 Krasis.webp","n":"Category 2 Krasis"},{"id":1443,"c":1,"u":"category%203%20krasis_ggr","p":212,"s":31,"h":1,"t":0,"uu":"category 3 krasis|ggr","m":"bestiary/tokens/GGR/Category 3 Krasis.webp","n":"Category 3 Krasis"},{"id":1444,"c":1,"u":"conclave%20dryad_ggr","p":194,"s":31,"h":1,"t":0,"uu":"conclave dryad|ggr","m":"bestiary/tokens/GGR/Conclave Dryad.webp","n":"Conclave Dryad"},{"id":1445,"c":1,"u":"cosmotronic%20blastseeker_ggr","p":242,"s":31,"h":1,"t":0,"uu":"cosmotronic blastseeker|ggr","m":"bestiary/tokens/GGR/Cosmotronic Blastseeker.webp","n":"Cosmotronic Blastseeker"},{"id":1446,"c":1,"u":"counterflux%20blastseeker_ggr","p":242,"s":31,"h":1,"t":0,"uu":"counterflux blastseeker|ggr","m":"bestiary/tokens/GGR/Counterflux Blastseeker.webp","n":"Counterflux Blastseeker"},{"id":1447,"c":1,"u":"deathpact%20angel_ggr","p":192,"s":31,"h":1,"t":0,"uu":"deathpact angel|ggr","m":"bestiary/tokens/GGR/Deathpact Angel.webp","n":"Deathpact Angel"},{"id":1448,"c":1,"u":"devkarin%20lich_ggr","p":198,"s":31,"h":1,"t":0,"uu":"devkarin lich|ggr","m":"bestiary/tokens/GGR/Devkarin Lich.webp","n":"Devkarin Lich"},{"id":1449,"c":1,"u":"druid%20of%20the%20old%20ways_ggr","p":239,"s":31,"h":1,"t":0,"uu":"druid of the old ways|ggr","m":"bestiary/tokens/GGR/Druid of the Old Ways.webp","n":"Druid of the Old Ways"},{"id":1450,"c":1,"u":"felidar_ggr","p":199,"s":31,"h":1,"t":0,"uu":"felidar|ggr","m":"bestiary/tokens/GGR/Felidar.webp","n":"Felidar"},{"id":1451,"c":1,"u":"firefist_ggr","p":231,"s":31,"h":1,"t":0,"uu":"firefist|ggr","m":"bestiary/tokens/GGR/Firefist.webp","n":"Firefist"},{"id":1452,"c":1,"u":"firemane%20angel_ggr","p":190,"s":31,"h":1,"t":0,"uu":"firemane angel|ggr","m":"bestiary/tokens/GGR/Firemane Angel.webp","n":"Firemane Angel"},{"id":1453,"c":1,"u":"flux%20blastseeker_ggr","p":242,"s":31,"h":1,"t":0,"uu":"flux blastseeker|ggr","m":"bestiary/tokens/GGR/Flux Blastseeker.webp","n":"Flux Blastseeker"},{"id":1454,"c":1,"u":"fluxcharger_ggr","p":208,"s":31,"h":1,"t":0,"uu":"fluxcharger|ggr","m":"bestiary/tokens/GGR/Fluxcharger.webp","n":"Fluxcharger"},{"id":1455,"c":1,"u":"flying%20horror_ggr","p":203,"s":31,"h":1,"t":0,"uu":"flying horror|ggr","m":"bestiary/tokens/GGR/Flying Horror.webp","n":"Flying Horror"},{"id":1456,"c":1,"u":"frontline%20medic_ggr","p":231,"s":31,"h":1,"t":0,"uu":"frontline medic|ggr","m":"bestiary/tokens/GGR/Frontline Medic.webp","n":"Frontline Medic"},{"id":1457,"c":1,"u":"galvanic%20blastseeker_ggr","p":243,"s":31,"h":1,"t":0,"uu":"galvanic blastseeker|ggr","m":"bestiary/tokens/GGR/Galvanic Blastseeker.webp","n":"Galvanic Blastseeker"},{"id":1458,"c":1,"u":"galvanice%20weird_ggr","p":209,"s":31,"h":1,"t":0,"uu":"galvanice weird|ggr","m":"bestiary/tokens/GGR/Galvanice Weird.webp","n":"Galvanice Weird"},{"id":1459,"c":1,"u":"gloamwing_ggr","p":215,"s":31,"h":1,"t":0,"uu":"gloamwing|ggr","m":"bestiary/tokens/GGR/Gloamwing.webp","n":"Gloamwing"},{"id":1460,"c":1,"u":"golgari%20shaman_ggr","p":236,"s":31,"h":1,"t":0,"uu":"golgari shaman|ggr","m":"bestiary/tokens/GGR/Golgari Shaman.webp","n":"Golgari Shaman"},{"id":1461,"c":1,"u":"guardian%20giant_ggr","p":201,"s":31,"h":1,"t":0,"uu":"guardian giant|ggr","m":"bestiary/tokens/GGR/Guardian Giant.webp","n":"Guardian Giant"},{"id":1462,"c":1,"u":"horncaller_ggr","p":253,"s":31,"h":1,"t":0,"uu":"horncaller|ggr","m":"bestiary/tokens/GGR/Horncaller.webp","n":"Horncaller"},{"id":1463,"c":1,"u":"hybrid%20brute_ggr","p":217,"s":31,"h":1,"t":0,"uu":"hybrid brute|ggr","m":"bestiary/tokens/GGR/Hybrid Brute.webp","n":"Hybrid Brute"},{"id":1464,"c":1,"u":"hybrid%20flier_ggr","p":217,"s":31,"h":1,"t":0,"uu":"hybrid flier|ggr","m":"bestiary/tokens/GGR/Hybrid Flier.webp","n":"Hybrid Flier"},{"id":1465,"c":1,"u":"hybrid%20poisoner_ggr","p":217,"s":31,"h":1,"t":0,"uu":"hybrid poisoner|ggr","m":"bestiary/tokens/GGR/Hybrid Poisoner.webp","n":"Hybrid Poisoner"},{"id":1466,"c":1,"u":"hybrid%20shocker_ggr","p":218,"s":31,"h":1,"t":0,"uu":"hybrid shocker|ggr","m":"bestiary/tokens/GGR/Hybrid Shocker.webp","n":"Hybrid Shocker"},{"id":1467,"c":1,"u":"hybrid%20spy_ggr","p":218,"s":31,"h":1,"t":0,"uu":"hybrid spy|ggr","m":"bestiary/tokens/GGR/Hybrid Spy.webp","n":"Hybrid Spy"},{"id":1468,"c":1,"u":"indentured%20spirit_ggr","p":206,"s":31,"h":1,"t":0,"uu":"indentured spirit|ggr","m":"bestiary/tokens/GGR/Indentured Spirit.webp","n":"Indentured Spirit"},{"id":1469,"c":1,"u":"isperia_ggr","p":227,"s":31,"h":1,"t":0,"uu":"isperia|ggr","m":"bestiary/tokens/GGR/Isperia.webp","n":"Isperia"},{"id":1470,"c":1,"u":"jarad%20vod%20savo_ggr","p":235,"s":31,"h":1,"t":0,"uu":"jarad vod savo|ggr","m":"bestiary/tokens/GGR/Jarad Vod Savo.webp","n":"Jarad Vod Savo"},{"id":1471,"c":1,"u":"kraul%20death%20priest_ggr","p":214,"s":31,"h":1,"t":0,"uu":"kraul death priest|ggr","m":"bestiary/tokens/GGR/Kraul Death Priest.webp","n":"Kraul Death Priest"},{"id":1472,"c":1,"u":"kraul%20warrior_ggr","p":213,"s":31,"h":1,"t":0,"uu":"kraul warrior|ggr","m":"bestiary/tokens/GGR/Kraul Warrior.webp","n":"Kraul Warrior"},{"id":1473,"c":1,"u":"lawmage_ggr","p":228,"s":31,"h":1,"t":0,"uu":"lawmage|ggr","m":"bestiary/tokens/GGR/Lawmage.webp","n":"Lawmage"},{"id":1474,"c":1,"u":"lazav_ggr","p":232,"s":31,"h":1,"t":0,"uu":"lazav|ggr","m":"bestiary/tokens/GGR/Lazav.webp","n":"Lazav"},{"id":1475,"c":1,"u":"master%20of%20cruelties_ggr","p":196,"s":31,"h":1,"t":0,"uu":"master of cruelties|ggr","m":"bestiary/tokens/GGR/Master of Cruelties.webp","n":"Master of Cruelties"},{"id":1476,"c":1,"u":"mind%20drinker%20vampire_ggr","p":224,"s":31,"h":1,"t":0,"uu":"mind drinker vampire|ggr","m":"bestiary/tokens/GGR/Mind Drinker Vampire.webp","n":"Mind Drinker Vampire"},{"id":1477,"c":1,"u":"mind%20mage_ggr","p":233,"s":31,"h":1,"t":0,"uu":"mind mage|ggr","m":"bestiary/tokens/GGR/Mind Mage.webp","n":"Mind Mage"},{"id":1478,"c":1,"u":"nightveil%20specter_ggr","p":215,"s":31,"h":1,"t":0,"uu":"nightveil specter|ggr","m":"bestiary/tokens/GGR/Nightveil Specter.webp","n":"Nightveil Specter"},{"id":1479,"c":1,"u":"niv-mizzet_ggr","p":241,"s":31,"h":1,"t":0,"uu":"niv-mizzet|ggr","m":"bestiary/tokens/GGR/Niv-Mizzet.webp","n":"Niv-Mizzet"},{"id":1480,"c":1,"u":"nivix%20cyclops_ggr","p":216,"s":31,"h":1,"t":0,"uu":"nivix cyclops|ggr","m":"bestiary/tokens/GGR/Nivix Cyclops.webp","n":"Nivix Cyclops"},{"id":1481,"c":1,"u":"obzedat%20ghost_ggr","p":245,"s":31,"h":1,"t":0,"uu":"obzedat ghost|ggr","m":"bestiary/tokens/GGR/Obzedat Ghost.webp","n":"Obzedat Ghost"},{"id":1482,"c":1,"u":"orzhov%20giant_ggr","p":202,"s":31,"h":1,"t":0,"uu":"orzhov giant|ggr","m":"bestiary/tokens/GGR/Orzhov Giant.webp","n":"Orzhov Giant"},{"id":1483,"c":1,"u":"precognitive%20mage_ggr","p":228,"s":31,"h":1,"t":0,"uu":"precognitive mage|ggr","m":"bestiary/tokens/GGR/Precognitive Mage.webp","n":"Precognitive Mage"},{"id":1484,"c":1,"u":"rakdos_ggr","p":247,"s":31,"h":1,"t":0,"uu":"rakdos|ggr","m":"bestiary/tokens/GGR/Rakdos.webp","n":"Rakdos"},{"id":1485,"c":1,"u":"rakdos%20lampooner_ggr","p":248,"s":31,"h":1,"t":0,"uu":"rakdos lampooner|ggr","m":"bestiary/tokens/GGR/Rakdos Lampooner.webp","n":"Rakdos Lampooner"},{"id":1486,"c":1,"u":"rakdos%20performer%2c%20blade%20juggler_ggr","p":249,"s":31,"h":1,"t":0,"uu":"rakdos performer, blade juggler|ggr","m":"bestiary/tokens/GGR/Rakdos Performer, Blade Juggler.webp","n":"Rakdos Performer, Blade Juggler"},{"id":1487,"c":1,"u":"rakdos%20performer%2c%20fire%20eater_ggr","p":249,"s":31,"h":1,"t":0,"uu":"rakdos performer, fire eater|ggr","m":"bestiary/tokens/GGR/Rakdos Performer, Fire Eater.webp","n":"Rakdos Performer, Fire Eater"},{"id":1488,"c":1,"u":"rakdos%20performer%2c%20high-wire%20acrobat_ggr","p":249,"s":31,"h":1,"t":0,"uu":"rakdos performer, high-wire acrobat|ggr","m":"bestiary/tokens/GGR/Rakdos Performer, High-Wire Acrobat.webp","n":"Rakdos Performer, High-Wire Acrobat"},{"id":1489,"c":1,"u":"reckoner_ggr","p":231,"s":31,"h":1,"t":0,"uu":"reckoner|ggr","m":"bestiary/tokens/GGR/Reckoner.webp","n":"Reckoner"},{"id":1490,"c":1,"u":"rubblebelt%20stalker_ggr","p":239,"s":31,"h":1,"t":0,"uu":"rubblebelt stalker|ggr","m":"bestiary/tokens/GGR/Rubblebelt Stalker.webp","n":"Rubblebelt Stalker"},{"id":1491,"c":1,"u":"scorchbringer%20guard_ggr","p":243,"s":31,"h":1,"t":0,"uu":"scorchbringer guard|ggr","m":"bestiary/tokens/GGR/Scorchbringer Guard.webp","n":"Scorchbringer Guard"},{"id":1492,"c":1,"u":"servitor%20thrull_ggr","p":221,"s":31,"h":1,"t":0,"uu":"servitor thrull|ggr","m":"bestiary/tokens/GGR/Servitor Thrull.webp","n":"Servitor Thrull"},{"id":1493,"c":1,"u":"shadow%20horror_ggr","p":205,"s":31,"h":1,"t":0,"uu":"shadow horror|ggr","m":"bestiary/tokens/GGR/Shadow Horror.webp","n":"Shadow Horror"},{"id":1494,"c":1,"u":"simic%20merfolk_ggr","p":187,"s":31,"h":1,"t":0,"uu":"simic merfolk|ggr","m":"bestiary/tokens/GGR/Simic Merfolk.webp","n":"Simic Merfolk"},{"id":1495,"c":1,"u":"sire%20of%20insanity_ggr","p":197,"s":31,"h":1,"t":0,"uu":"sire of insanity|ggr","m":"bestiary/tokens/GGR/Sire of Insanity.webp","n":"Sire of Insanity"},{"id":1496,"c":1,"u":"skittering%20horror_ggr","p":205,"s":31,"h":1,"t":0,"uu":"skittering horror|ggr","m":"bestiary/tokens/GGR/Skittering Horror.webp","n":"Skittering Horror"},{"id":1497,"c":1,"u":"skyjek%20roc_ggr","p":219,"s":31,"h":1,"t":0,"uu":"skyjek roc|ggr","m":"bestiary/tokens/GGR/Skyjek Roc.webp","n":"Skyjek Roc"},{"id":1498,"c":1,"u":"skyswimmer_ggr","p":220,"s":31,"h":1,"t":0,"uu":"skyswimmer|ggr","m":"bestiary/tokens/GGR/Skyswimmer.webp","n":"Skyswimmer"},{"id":1499,"c":1,"u":"soldier_ggr","p":226,"s":31,"h":1,"t":0,"uu":"soldier|ggr","m":"bestiary/tokens/GGR/Soldier.webp","n":"Soldier"},{"id":1500,"c":1,"u":"sphinx%20of%20judgment_ggr","p":183,"s":31,"h":1,"t":0,"uu":"sphinx of judgment|ggr","m":"bestiary/tokens/GGR/Sphinx of Judgment.webp","n":"Sphinx of Judgment"},{"id":1501,"c":1,"u":"sunder%20shaman_ggr","p":202,"s":31,"h":1,"t":0,"uu":"sunder shaman|ggr","m":"bestiary/tokens/GGR/Sunder Shaman.webp","n":"Sunder Shaman"},{"id":1502,"c":1,"u":"thought%20spy_ggr","p":233,"s":31,"h":1,"t":0,"uu":"thought spy|ggr","m":"bestiary/tokens/GGR/Thought Spy.webp","n":"Thought Spy"},{"id":1503,"c":1,"u":"trostani_ggr","p":252,"s":31,"h":1,"t":0,"uu":"trostani|ggr","m":"bestiary/tokens/GGR/Trostani.webp","n":"Trostani"},{"id":1504,"c":1,"u":"undercity%20medusa_ggr","p":222,"s":31,"h":1,"t":0,"uu":"undercity medusa|ggr","m":"bestiary/tokens/GGR/Undercity Medusa.webp","n":"Undercity Medusa"},{"id":1505,"c":1,"u":"winged%20thrull_ggr","p":221,"s":31,"h":1,"t":0,"uu":"winged thrull|ggr","m":"bestiary/tokens/GGR/Winged Thrull.webp","n":"Winged Thrull"},{"id":1506,"c":1,"u":"wurm_ggr","p":225,"s":31,"h":1,"t":0,"uu":"wurm|ggr","m":"bestiary/tokens/GGR/Wurm.webp","n":"Wurm"},{"id":1507,"c":1,"u":"zegana_ggr","p":255,"s":31,"h":1,"t":0,"uu":"zegana|ggr","m":"bestiary/tokens/GGR/Zegana.webp","n":"Zegana"},{"id":1508,"c":1,"u":"ancient%20corpse%20walker_ghloe","p":104,"s":32,"h":1,"dP":1,"t":0,"uu":"ancient corpse walker|ghloe","m":"bestiary/tokens/GHLoE/Ancient Corpse Walker.webp","n":"Ancient Corpse Walker"},{"id":1509,"c":1,"u":"angel%20of%20empyreus_ghloe","p":104,"s":32,"h":1,"dP":1,"t":0,"uu":"angel of empyreus|ghloe","m":"bestiary/tokens/GHLoE/Angel of Empyreus.webp","n":"Angel of Empyreus"},{"id":1510,"c":1,"u":"avarice%20seraph_ghloe","p":93,"s":32,"h":1,"dP":1,"t":0,"uu":"avarice seraph|ghloe","m":"bestiary/tokens/GHLoE/Avarice Seraph.webp","n":"Avarice Seraph"},{"id":1511,"c":1,"u":"awakened%20chapped%20brute_ghloe","p":68,"s":32,"h":1,"dP":1,"t":0,"uu":"awakened chapped brute|ghloe","m":"bestiary/tokens/GHLoE/Awakened Chapped Brute.webp","n":"Awakened Chapped Brute"},{"id":1512,"c":1,"u":"beast%20gnoll_ghloe","p":60,"s":32,"h":1,"dP":1,"t":0,"uu":"beast gnoll|ghloe","m":"bestiary/tokens/GHLoE/Beast Gnoll.webp","n":"Beast Gnoll"},{"id":1513,"c":1,"u":"bloodbonded_ghloe","p":39,"s":32,"h":1,"dP":1,"t":0,"uu":"bloodbonded|ghloe","m":"bestiary/tokens/GHLoE/Bloodbonded.webp","n":"Bloodbonded"},{"id":1514,"c":1,"u":"bone%20trader_ghloe","p":13,"s":32,"h":1,"dP":1,"t":0,"uu":"bone trader|ghloe","m":"bestiary/tokens/GHLoE/Bone Trader.webp","n":"Bone Trader"},{"id":1515,"c":1,"u":"candlelight%20daemon_ghloe","p":25,"s":32,"h":1,"dP":1,"t":0,"uu":"candlelight daemon|ghloe","m":"bestiary/tokens/GHLoE/Candlelight Daemon.webp","n":"Candlelight Daemon"},{"id":1516,"c":1,"u":"caprathorn_ghloe","p":91,"s":32,"h":1,"dP":1,"t":0,"uu":"caprathorn|ghloe","m":"bestiary/tokens/GHLoE/Caprathorn.webp","n":"Caprathorn"},{"id":1517,"c":1,"u":"chapped%20brute_ghloe","p":67,"s":32,"h":1,"dP":1,"t":0,"uu":"chapped brute|ghloe","m":"bestiary/tokens/GHLoE/Chapped Brute.webp","n":"Chapped Brute"},{"id":1518,"c":1,"u":"chapped%20brute%20abomination_ghloe","p":68,"s":32,"h":1,"dP":1,"t":0,"uu":"chapped brute abomination|ghloe","m":"bestiary/tokens/GHLoE/Chapped Brute Abomination.webp","n":"Chapped Brute Abomination"},{"id":1519,"c":1,"u":"corpse%20walker_ghloe","p":103,"s":32,"h":1,"dP":1,"t":0,"uu":"corpse walker|ghloe","m":"bestiary/tokens/GHLoE/Corpse Walker.webp","n":"Corpse Walker"},{"id":1520,"c":1,"u":"corpsejaw_ghloe","p":92,"s":32,"h":1,"dP":1,"t":0,"uu":"corpsejaw|ghloe","m":"bestiary/tokens/GHLoE/Corpsejaw.webp","n":"Corpsejaw"},{"id":1521,"c":1,"u":"dawndrinker_ghloe","p":49,"s":32,"h":1,"dP":1,"t":0,"uu":"dawndrinker|ghloe","m":"bestiary/tokens/GHLoE/Dawndrinker.webp","n":"Dawndrinker"},{"id":1522,"c":1,"u":"doomcaller_ghloe","p":47,"s":32,"h":1,"dP":1,"t":0,"uu":"doomcaller|ghloe","m":"bestiary/tokens/GHLoE/Doomcaller.webp","n":"Doomcaller"},{"id":1523,"c":1,"u":"downcast%20apostate_ghloe","p":49,"s":32,"h":1,"dP":1,"t":0,"uu":"downcast apostate|ghloe","m":"bestiary/tokens/GHLoE/Downcast Apostate.webp","n":"Downcast Apostate"},{"id":1524,"c":1,"u":"downcast%20mercenary_ghloe","p":49,"s":32,"h":1,"dP":1,"t":0,"uu":"downcast mercenary|ghloe","m":"bestiary/tokens/GHLoE/Downcast Mercenary.webp","n":"Downcast Mercenary"},{"id":1525,"c":1,"u":"eldritch%20herald_ghloe","p":41,"s":32,"h":1,"dP":1,"t":0,"uu":"eldritch herald|ghloe","m":"bestiary/tokens/GHLoE/Eldritch Herald.webp","n":"Eldritch Herald"},{"id":1526,"c":1,"u":"eldritch%20priest_ghloe","p":41,"s":32,"h":1,"dP":1,"t":0,"uu":"eldritch priest|ghloe","m":"bestiary/tokens/GHLoE/Eldritch Priest.webp","n":"Eldritch Priest"},{"id":1527,"c":1,"u":"elf%20vampire%20(ancient)_ghloe","p":106,"s":32,"h":1,"dP":1,"t":0,"uu":"elf vampire (ancient)|ghloe","m":"bestiary/tokens/GHLoE/Elf Vampire (Ancient).webp","n":"Elf Vampire (Ancient)"},{"id":1528,"c":1,"u":"empyrean%20brazen%20bull_ghloe","p":100,"s":32,"h":1,"dP":1,"t":0,"uu":"empyrean brazen bull|ghloe","m":"bestiary/tokens/GHLoE/Empyrean Brazen Bull.webp","n":"Empyrean Brazen Bull"},{"id":1529,"c":1,"u":"eye%20crawler_ghloe","p":82,"s":32,"h":1,"dP":1,"t":0,"uu":"eye crawler|ghloe","m":"bestiary/tokens/GHLoE/Eye Crawler.webp","n":"Eye Crawler"},{"id":1530,"c":1,"u":"eye%20crow_ghloe","p":58,"s":32,"h":1,"dP":1,"t":0,"uu":"eye crow|ghloe","m":"bestiary/tokens/GHLoE/Eye Crow.webp","n":"Eye Crow"},{"id":1531,"c":1,"u":"faevlin_ghloe","p":9,"s":32,"h":1,"dP":1,"t":0,"uu":"faevlin|ghloe","m":"bestiary/tokens/GHLoE/Faevlin.webp","n":"Faevlin"},{"id":1532,"c":1,"u":"fzeg_ghloe","p":80,"s":32,"h":1,"dP":1,"t":0,"uu":"fzeg|ghloe","m":"bestiary/tokens/GHLoE/Fzeg.webp","n":"Fzeg"},{"id":1533,"c":1,"u":"fzeglaich_ghloe","p":79,"s":32,"h":1,"dP":1,"t":0,"uu":"fzeglaich|ghloe","m":"bestiary/tokens/GHLoE/Fzeglaich.webp","n":"Fzeglaich"},{"id":1534,"c":1,"u":"gegazol_ghloe","p":117,"s":32,"h":1,"dP":1,"t":0,"uu":"gegazol|ghloe","m":"bestiary/tokens/GHLoE/Gegazol.webp","n":"Gegazol"},{"id":1535,"c":1,"u":"gluttony%20seraph_ghloe","p":95,"s":32,"h":1,"dP":1,"t":0,"uu":"gluttony seraph|ghloe","m":"bestiary/tokens/GHLoE/Gluttony Seraph.webp","n":"Gluttony Seraph"},{"id":1536,"c":1,"u":"gnoll%20brute_ghloe","p":60,"s":32,"h":1,"dP":1,"t":0,"uu":"gnoll brute|ghloe","m":"bestiary/tokens/GHLoE/Gnoll Brute.webp","n":"Gnoll Brute"},{"id":1537,"c":1,"u":"harvester%20of%20lies_ghloe","p":13,"s":32,"h":1,"dP":1,"t":0,"uu":"harvester of lies|ghloe","m":"bestiary/tokens/GHLoE/Harvester of Lies.webp","n":"Harvester of Lies"},{"id":1538,"c":1,"u":"horror%20flit%20hunter_ghloe","p":50,"s":32,"h":1,"dP":1,"t":0,"uu":"horror flit hunter|ghloe","m":"bestiary/tokens/GHLoE/Horror Flit Hunter.webp","n":"Horror Flit Hunter"},{"id":1539,"c":1,"u":"hourglass%20widow_ghloe","p":81,"s":32,"h":1,"dP":1,"t":0,"uu":"hourglass widow|ghloe","m":"bestiary/tokens/GHLoE/Hourglass Widow.webp","n":"Hourglass Widow"},{"id":1540,"c":1,"u":"hraptnon_ghloe","p":72,"s":32,"h":1,"dP":1,"t":0,"uu":"hraptnon|ghloe","m":"bestiary/tokens/GHLoE/Hraptnon.webp","n":"Hraptnon"},{"id":1541,"c":1,"u":"infernal%20tormentor_ghloe","p":50,"s":32,"h":1,"dP":1,"t":0,"uu":"infernal tormentor|ghloe","m":"bestiary/tokens/GHLoE/Infernal Tormentor.webp","n":"Infernal Tormentor"},{"id":1542,"c":1,"u":"ithjar_ghloe","p":94,"s":32,"h":1,"dP":1,"t":0,"uu":"ithjar|ghloe","m":"bestiary/tokens/GHLoE/Ithjar.webp","n":"Ithjar"},{"id":1543,"c":1,"u":"knifewing_ghloe","p":15,"s":32,"h":1,"dP":1,"t":0,"uu":"knifewing|ghloe","m":"bestiary/tokens/GHLoE/Knifewing.webp","n":"Knifewing"},{"id":1544,"c":1,"u":"lenchtahg_ghloe","p":51,"s":32,"h":1,"dP":1,"t":0,"uu":"lenchtahg|ghloe","m":"bestiary/tokens/GHLoE/Lenchtahg.webp","n":"Lenchtahg"},{"id":1545,"c":1,"u":"lesser%20avarice%20seraph_ghloe","p":94,"s":32,"h":1,"dP":1,"t":0,"uu":"lesser avarice seraph|ghloe","m":"bestiary/tokens/GHLoE/Lesser Avarice Seraph.webp","n":"Lesser Avarice Seraph"},{"id":1546,"c":1,"u":"lesser%20gluttony%20seraph_ghloe","p":94,"s":32,"h":1,"dP":1,"t":0,"uu":"lesser gluttony seraph|ghloe","m":"bestiary/tokens/GHLoE/Lesser Gluttony Seraph.webp","n":"Lesser Gluttony Seraph"},{"id":1547,"c":1,"u":"lich%20troll_ghloe","p":121,"s":32,"h":1,"dP":1,"t":0,"uu":"lich troll|ghloe","m":"bestiary/tokens/GHLoE/Lich Troll.webp","n":"Lich Troll"},{"id":1548,"c":1,"u":"lindwyrm_ghloe","p":58,"s":32,"h":1,"dP":1,"t":0,"uu":"lindwyrm|ghloe","m":"bestiary/tokens/GHLoE/Lindwyrm.webp","n":"Lindwyrm"},{"id":1549,"c":1,"u":"lupilisk_ghloe","p":61,"s":32,"h":1,"dP":1,"t":0,"uu":"lupilisk|ghloe","m":"bestiary/tokens/GHLoE/Lupilisk.webp","n":"Lupilisk"},{"id":1550,"c":1,"u":"lupilisk%20elder_ghloe","p":62,"s":32,"h":1,"dP":1,"t":0,"uu":"lupilisk elder|ghloe","m":"bestiary/tokens/GHLoE/Lupilisk Elder.webp","n":"Lupilisk Elder"},{"id":1551,"c":1,"u":"lupilisk%20whelp_ghloe","p":62,"s":32,"h":1,"dP":1,"t":0,"uu":"lupilisk whelp|ghloe","m":"bestiary/tokens/GHLoE/Lupilisk Whelp.webp","n":"Lupilisk Whelp"},{"id":1552,"c":1,"u":"malikirian%20imp_ghloe","p":109,"s":32,"h":1,"dP":1,"t":0,"uu":"malikirian imp|ghloe","m":"bestiary/tokens/GHLoE/Malikirian Imp.webp","n":"Malikirian Imp"},{"id":1553,"c":1,"u":"mjork_ghloe","p":69,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork|ghloe","m":"bestiary/tokens/GHLoE/Mjork.webp","n":"Mjork"},{"id":1554,"c":1,"u":"mjork%20asher_ghloe","p":71,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork asher|ghloe","m":"bestiary/tokens/GHLoE/Mjork Asher.webp","n":"Mjork Asher"},{"id":1555,"c":1,"u":"mjork%20burner_ghloe","p":71,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork burner|ghloe","m":"bestiary/tokens/GHLoE/Mjork Burner.webp","n":"Mjork Burner"},{"id":1556,"c":1,"u":"mjork%20charger_ghloe","p":70,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork charger|ghloe","m":"bestiary/tokens/GHLoE/Mjork Charger.webp","n":"Mjork Charger"},{"id":1557,"c":1,"u":"mjork%20sootling_ghloe","p":72,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork sootling|ghloe","m":"bestiary/tokens/GHLoE/Mjork Sootling.webp","n":"Mjork Sootling"},{"id":1558,"c":1,"u":"mjork%20sootling%20swarm_ghloe","p":72,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork sootling swarm|ghloe","m":"bestiary/tokens/GHLoE/Mjork Sootling Swarm.webp","n":"Mjork Sootling Swarm"},{"id":1559,"c":1,"u":"mold%20spider_ghloe","p":83,"s":32,"h":1,"dP":1,"t":0,"uu":"mold spider|ghloe","m":"bestiary/tokens/GHLoE/Mold Spider.webp","n":"Mold Spider"},{"id":1560,"c":1,"u":"morbus%20kobold_ghloe","p":29,"s":32,"h":1,"dP":1,"t":0,"uu":"morbus kobold|ghloe","m":"bestiary/tokens/GHLoE/Morbus Kobold.webp","n":"Morbus Kobold"},{"id":1561,"c":1,"u":"oblivion%20brute_ghloe","p":28,"s":32,"h":1,"dP":1,"t":0,"uu":"oblivion brute|ghloe","m":"bestiary/tokens/GHLoE/Oblivion Brute.webp","n":"Oblivion Brute"},{"id":1562,"c":1,"u":"oblivion%20juggernaut_ghloe","p":28,"s":32,"h":1,"dP":1,"t":0,"uu":"oblivion juggernaut|ghloe","m":"bestiary/tokens/GHLoE/Oblivion Juggernaut.webp","n":"Oblivion Juggernaut"},{"id":1563,"c":1,"u":"oblivion%20leaper_ghloe","p":27,"s":32,"h":1,"dP":1,"t":0,"uu":"oblivion leaper|ghloe","m":"bestiary/tokens/GHLoE/Oblivion Leaper.webp","n":"Oblivion Leaper"},{"id":1564,"c":1,"u":"oblivion%20whistler_ghloe","p":27,"s":32,"h":1,"dP":1,"t":0,"uu":"oblivion whistler|ghloe","m":"bestiary/tokens/GHLoE/Oblivion Whistler.webp","n":"Oblivion Whistler"},{"id":1565,"c":1,"u":"oozing%20vulture_ghloe","p":38,"s":32,"h":1,"dP":1,"t":0,"uu":"oozing vulture|ghloe","m":"bestiary/tokens/GHLoE/Oozing Vulture.webp","n":"Oozing Vulture"},{"id":1566,"c":1,"u":"ordeal%20tree_ghloe","p":39,"s":32,"h":1,"dP":1,"t":0,"uu":"ordeal tree|ghloe","m":"bestiary/tokens/GHLoE/Ordeal Tree.webp","n":"Ordeal Tree"},{"id":1567,"c":1,"u":"panjaian%20ilharan_ghloe","p":96,"s":32,"h":1,"dP":1,"t":0,"uu":"panjaian ilharan|ghloe","m":"bestiary/tokens/GHLoE/Panjaian Ilharan.webp","n":"Panjaian Ilharan"},{"id":1568,"c":1,"u":"psychic%20fragment_ghloe","p":15,"s":32,"h":1,"dP":1,"t":0,"uu":"psychic fragment|ghloe","m":"bestiary/tokens/GHLoE/Psychic Fragment.webp","n":"Psychic Fragment"},{"id":1569,"c":1,"u":"psychic%20fragment%20swarm_ghloe","p":15,"s":32,"h":1,"dP":1,"t":0,"uu":"psychic fragment swarm|ghloe","m":"bestiary/tokens/GHLoE/Psychic Fragment Swarm.webp","n":"Psychic Fragment Swarm"},{"id":1570,"c":1,"u":"scream%20thief_ghloe","p":14,"s":32,"h":1,"dP":1,"t":0,"uu":"scream thief|ghloe","m":"bestiary/tokens/GHLoE/Scream Thief.webp","n":"Scream Thief"},{"id":1571,"c":1,"u":"sea%20drake_ghloe","p":51,"s":32,"h":1,"dP":1,"t":0,"uu":"sea drake|ghloe","m":"bestiary/tokens/GHLoE/Sea Drake.webp","n":"Sea Drake"},{"id":1572,"c":1,"u":"shadowsteel%20ghast_ghloe","p":84,"s":32,"h":1,"dP":1,"t":0,"uu":"shadowsteel ghast|ghloe","m":"bestiary/tokens/GHLoE/Shadowsteel Ghast.webp","n":"Shadowsteel Ghast"},{"id":1573,"c":1,"u":"shadowsteel%20ghoul_ghloe","p":84,"s":32,"h":1,"dP":1,"t":0,"uu":"shadowsteel ghoul|ghloe","m":"bestiary/tokens/GHLoE/Shadowsteel Ghoul.webp","n":"Shadowsteel Ghoul"},{"id":1574,"c":1,"u":"shatter%20corpse_ghloe","p":16,"s":32,"h":1,"dP":1,"t":0,"uu":"shatter corpse|ghloe","m":"bestiary/tokens/GHLoE/Shatter Corpse.webp","n":"Shatter Corpse"},{"id":1575,"c":1,"u":"shieldhead_ghloe","p":97,"s":32,"h":1,"dP":1,"t":0,"uu":"shieldhead|ghloe","m":"bestiary/tokens/GHLoE/Shieldhead.webp","n":"Shieldhead"},{"id":1576,"c":1,"u":"sitri%20cat_ghloe","p":85,"s":32,"h":1,"dP":1,"t":0,"uu":"sitri cat|ghloe","m":"bestiary/tokens/GHLoE/Sitri Cat.webp","n":"Sitri Cat"},{"id":1577,"c":1,"u":"skeleton%20cannoneer_ghloe","p":87,"s":32,"h":1,"dP":1,"t":0,"uu":"skeleton cannoneer|ghloe","m":"bestiary/tokens/GHLoE/Skeleton Cannoneer.webp","n":"Skeleton Cannoneer"},{"id":1578,"c":1,"u":"skeleton%20commander_ghloe","p":87,"s":32,"h":1,"dP":1,"t":0,"uu":"skeleton commander|ghloe","m":"bestiary/tokens/GHLoE/Skeleton Commander.webp","n":"Skeleton Commander"},{"id":1579,"c":1,"u":"skeleton%20rifler_ghloe","p":86,"s":32,"h":1,"dP":1,"t":0,"uu":"skeleton rifler|ghloe","m":"bestiary/tokens/GHLoE/Skeleton Rifler.webp","n":"Skeleton Rifler"},{"id":1580,"c":1,"u":"skinweaver_ghloe","p":30,"s":32,"h":1,"dP":1,"t":0,"uu":"skinweaver|ghloe","m":"bestiary/tokens/GHLoE/Skinweaver.webp","n":"Skinweaver"},{"id":1581,"c":1,"u":"sky%20drake_ghloe","p":63,"s":32,"h":1,"dP":1,"t":0,"uu":"sky drake|ghloe","m":"bestiary/tokens/GHLoE/Sky Drake.webp","n":"Sky Drake"},{"id":1582,"c":1,"u":"sloth%20galloper_ghloe","p":97,"s":32,"h":1,"dP":1,"t":0,"uu":"sloth galloper|ghloe","m":"bestiary/tokens/GHLoE/Sloth Galloper.webp","n":"Sloth Galloper"},{"id":1583,"c":1,"u":"snapjaw_ghloe","p":36,"s":32,"h":1,"dP":1,"t":0,"uu":"snapjaw|ghloe","m":"bestiary/tokens/GHLoE/Snapjaw.webp","n":"Snapjaw"},{"id":1584,"c":1,"u":"spythronar%20sac_ghloe","p":31,"s":32,"h":1,"dP":1,"t":0,"uu":"spythronar sac|ghloe","m":"bestiary/tokens/GHLoE/Spythronar Sac.webp","n":"Spythronar Sac"},{"id":1585,"c":1,"u":"spythronar%20swarm_ghloe","p":32,"s":32,"h":1,"dP":1,"t":0,"uu":"spythronar swarm|ghloe","m":"bestiary/tokens/GHLoE/Spythronar Swarm.webp","n":"Spythronar Swarm"},{"id":1586,"c":1,"u":"spythronar%20web_ghloe","p":32,"s":32,"h":1,"dP":1,"t":0,"uu":"spythronar web|ghloe","m":"bestiary/tokens/GHLoE/Spythronar Web.webp","n":"Spythronar Web"},{"id":1587,"c":1,"u":"stormborn%20ithjar_ghloe","p":94,"s":32,"h":1,"dP":1,"t":0,"uu":"stormborn ithjar|ghloe","m":"bestiary/tokens/GHLoE/Stormborn Ithjar.webp","n":"Stormborn Ithjar"},{"id":1588,"c":1,"u":"thornlamm_ghloe","p":90,"s":32,"h":1,"dP":1,"t":0,"uu":"thornlamm|ghloe","m":"bestiary/tokens/GHLoE/Thornlamm.webp","n":"Thornlamm"},{"id":1589,"c":1,"u":"torcheater_ghloe","p":73,"s":32,"h":1,"dP":1,"t":0,"uu":"torcheater|ghloe","m":"bestiary/tokens/GHLoE/Torcheater.webp","n":"Torcheater"},{"id":1590,"c":1,"u":"venomous%20gnoll_ghloe","p":60,"s":32,"h":1,"dP":1,"t":0,"uu":"venomous gnoll|ghloe","m":"bestiary/tokens/GHLoE/Venomous Gnoll.webp","n":"Venomous Gnoll"},{"id":1591,"c":1,"u":"vitebriate_ghloe","p":21,"s":32,"h":1,"dP":1,"t":0,"uu":"vitebriate|ghloe","m":"bestiary/tokens/GHLoE/Vitebriate.webp","n":"Vitebriate"},{"id":1592,"c":1,"u":"werebear%20ascetic_ghloe","p":37,"s":32,"h":1,"dP":1,"t":0,"uu":"werebear ascetic|ghloe","m":"bestiary/tokens/GHLoE/Werebear Ascetic.webp","n":"Werebear Ascetic"},{"id":1593,"c":1,"u":"werewolf%20ravager_ghloe","p":83,"s":32,"h":1,"dP":1,"t":0,"uu":"werewolf ravager|ghloe","m":"bestiary/tokens/GHLoE/Werewolf Ravager.webp","n":"Werewolf Ravager"},{"id":1594,"c":1,"u":"xakalonus_ghloe","p":73,"s":32,"h":1,"dP":1,"t":0,"uu":"xakalonus|ghloe","m":"bestiary/tokens/GHLoE/Xakalonus.webp","n":"Xakalonus"},{"id":1595,"c":1,"u":"young%20blightscale%20dragon_ghloe","p":82,"s":32,"h":1,"dP":1,"t":0,"uu":"young blightscale dragon|ghloe","m":"bestiary/tokens/GHLoE/Young Blightscale Dragon.webp","n":"Young Blightscale Dragon"},{"id":1596,"c":1,"u":"zombie%20troll_ghloe","p":121,"s":32,"h":1,"dP":1,"t":0,"uu":"zombie troll|ghloe","m":"bestiary/tokens/GHLoE/Zombie Troll.webp","n":"Zombie Troll"},{"id":1597,"c":1,"u":"amphisbaena_gos","p":230,"s":33,"h":1,"t":0,"uu":"amphisbaena|gos","m":"bestiary/tokens/GoS/Amphisbaena.webp","n":"Amphisbaena"},{"id":1598,"c":1,"u":"barnacle%20bess_gos","p":220,"s":33,"h":1,"t":0,"uu":"barnacle bess|gos","m":"bestiary/tokens/GoS/Barnacle Bess.webp","n":"Barnacle Bess"},{"id":1599,"c":1,"u":"bullywug%20croaker_gos","p":232,"s":33,"h":1,"t":0,"uu":"bullywug croaker|gos","m":"bestiary/tokens/GoS/Bullywug Croaker.webp","n":"Bullywug Croaker"},{"id":1600,"c":1,"u":"bullywug%20royal_gos","p":232,"s":33,"h":1,"t":0,"uu":"bullywug royal|gos","m":"bestiary/tokens/GoS/Bullywug Royal.webp","n":"Bullywug Royal"},{"id":1601,"c":1,"u":"captain%20xendros_gos","p":14,"s":33,"h":1,"t":0,"uu":"captain xendros|gos","m":"bestiary/tokens/GoS/Captain Xendros.webp","n":"Captain Xendros"},{"id":1602,"c":1,"u":"drowned%20ascetic_gos","p":233,"s":33,"h":1,"t":0,"uu":"drowned ascetic|gos","m":"bestiary/tokens/GoS/Drowned Ascetic.webp","n":"Drowned Ascetic"},{"id":1603,"c":1,"u":"drowned%20assassin_gos","p":234,"s":33,"h":1,"t":0,"uu":"drowned assassin|gos","m":"bestiary/tokens/GoS/Drowned Assassin.webp","n":"Drowned Assassin"},{"id":1604,"c":1,"u":"drowned%20blade_gos","p":235,"s":33,"h":1,"t":0,"uu":"drowned blade|gos","m":"bestiary/tokens/GoS/Drowned Blade.webp","n":"Drowned Blade"},{"id":1605,"c":1,"u":"drowned%20master_gos","p":235,"s":33,"h":1,"t":0,"uu":"drowned master|gos","m":"bestiary/tokens/GoS/Drowned Master.webp","n":"Drowned Master"},{"id":1606,"c":1,"u":"fish_gos","p":224,"s":33,"h":1,"t":0,"uu":"fish|gos","m":"bestiary/tokens/GoS/Fish.webp","n":"Fish"},{"id":1607,"c":1,"u":"giant%20coral%20snake_gos","p":236,"s":33,"h":1,"t":0,"uu":"giant coral snake|gos","m":"bestiary/tokens/GoS/Giant Coral Snake.webp","n":"Giant Coral Snake"},{"id":1608,"c":1,"u":"giant%20sea%20eel_gos","p":237,"s":33,"h":1,"t":0,"uu":"giant sea eel|gos","m":"bestiary/tokens/GoS/Giant Sea Eel.webp","n":"Giant Sea Eel"},{"id":1609,"c":1,"u":"giant%20white%20moray%20eel_gos","p":216,"s":33,"h":1,"t":0,"uu":"giant white moray eel|gos","m":"bestiary/tokens/GoS/Giant White Moray Eel.webp","n":"Giant White Moray Eel"},{"id":1610,"c":1,"u":"harpy%20matriarch_gos","p":237,"s":33,"h":1,"t":0,"uu":"harpy matriarch|gos","m":"bestiary/tokens/GoS/Harpy Matriarch.webp","n":"Harpy Matriarch"},{"id":1611,"c":1,"u":"juvenile%20kraken_gos","p":238,"s":33,"h":1,"t":0,"uu":"juvenile kraken|gos","m":"bestiary/tokens/GoS/Juvenile Kraken.webp","n":"Juvenile Kraken"},{"id":1612,"c":1,"u":"koalinth_gos","p":239,"s":33,"h":1,"t":0,"uu":"koalinth|gos","m":"bestiary/tokens/GoS/Koalinth.webp","n":"Koalinth"},{"id":1613,"c":1,"u":"koalinth%20sergeant_gos","p":239,"s":33,"h":1,"t":0,"uu":"koalinth sergeant|gos","m":"bestiary/tokens/GoS/Koalinth Sergeant.webp","n":"Koalinth Sergeant"},{"id":1614,"c":1,"u":"krell%20grohlg_gos","p":92,"s":33,"h":1,"t":0,"uu":"krell grohlg|gos","m":"bestiary/tokens/GoS/Krell Grohlg.webp","n":"Krell Grohlg"},{"id":1615,"c":1,"u":"kysh_gos","p":240,"s":33,"h":1,"t":0,"uu":"kysh|gos","m":"bestiary/tokens/GoS/Kysh.webp","n":"Kysh"},{"id":1616,"c":1,"u":"living%20iron%20statue_gos","p":241,"s":33,"h":1,"t":0,"uu":"living iron statue|gos","m":"bestiary/tokens/GoS/Living Iron Statue.webp","n":"Living Iron Statue"},{"id":1617,"c":1,"u":"lizardfolk%20commoner_gos","p":241,"s":33,"h":1,"t":0,"uu":"lizardfolk commoner|gos","m":"bestiary/tokens/GoS/Lizardfolk Commoner.webp","n":"Lizardfolk Commoner"},{"id":1618,"c":1,"u":"lizardfolk%20render_gos","p":241,"s":33,"h":1,"t":0,"uu":"lizardfolk render|gos","m":"bestiary/tokens/GoS/Lizardfolk Render.webp","n":"Lizardfolk Render"},{"id":1619,"c":1,"u":"lizardfolk%20scaleshield_gos","p":242,"s":33,"h":1,"t":0,"uu":"lizardfolk scaleshield|gos","m":"bestiary/tokens/GoS/Lizardfolk Scaleshield.webp","n":"Lizardfolk Scaleshield"},{"id":1620,"c":1,"u":"lizardfolk%20subchief_gos","p":242,"s":33,"h":1,"t":0,"uu":"lizardfolk subchief|gos","m":"bestiary/tokens/GoS/Lizardfolk Subchief.webp","n":"Lizardfolk Subchief"},{"id":1621,"c":1,"u":"locathah_gos","p":243,"s":33,"h":1,"t":0,"uu":"locathah|gos","m":"bestiary/tokens/GoS/Locathah.webp","n":"Locathah"},{"id":1622,"c":1,"u":"locathah%20hunter_gos","p":243,"s":33,"h":1,"t":0,"uu":"locathah hunter|gos","m":"bestiary/tokens/GoS/Locathah Hunter.webp","n":"Locathah Hunter"},{"id":1623,"c":1,"u":"master%20refrum_gos","p":165,"s":33,"h":1,"t":0,"uu":"master refrum|gos","m":"bestiary/tokens/GoS/Master Refrum.webp","n":"Master Refrum"},{"id":1624,"c":1,"u":"maw%20of%20sekolah_gos","p":244,"s":33,"h":1,"t":0,"uu":"maw of sekolah|gos","m":"bestiary/tokens/GoS/Maw of Sekolah.webp","n":"Maw of Sekolah"},{"id":1625,"c":1,"u":"merfolk%20salvager_gos","p":244,"s":33,"h":1,"t":0,"uu":"merfolk salvager|gos","m":"bestiary/tokens/GoS/Merfolk Salvager.webp","n":"Merfolk Salvager"},{"id":1626,"c":1,"u":"merfolk%20scout_gos","p":216,"s":33,"h":1,"t":0,"uu":"merfolk scout|gos","m":"bestiary/tokens/GoS/Merfolk Scout.webp","n":"Merfolk Scout"},{"id":1627,"c":1,"u":"minotaur%20living%20crystal%20statue_gos","p":245,"s":33,"h":1,"t":0,"uu":"minotaur living crystal statue|gos","m":"bestiary/tokens/GoS/Minotaur Living Crystal Statue.webp","n":"Minotaur Living Crystal Statue"},{"id":1628,"c":1,"u":"monstrous%20peryton_gos","p":245,"s":33,"h":1,"t":0,"uu":"monstrous peryton|gos","m":"bestiary/tokens/GoS/Monstrous Peryton.webp","n":"Monstrous Peryton"},{"id":1629,"c":1,"u":"mr.%20dory_gos","p":246,"s":33,"h":1,"t":0,"uu":"mr. dory|gos","m":"bestiary/tokens/GoS/Mr. Dory.webp","n":"Mr. Dory"},{"id":1630,"c":1,"u":"oceanus_gos","p":246,"s":33,"h":1,"t":0,"uu":"oceanus|gos","m":"bestiary/tokens/GoS/Oceanus.webp","n":"Oceanus"},{"id":1631,"c":1,"u":"othokent_gos","p":81,"s":33,"h":1,"t":0,"uu":"othokent|gos","m":"bestiary/tokens/GoS/Othokent.webp","n":"Othokent"},{"id":1632,"c":1,"u":"pirate%20bosun_gos","p":247,"s":33,"h":1,"t":0,"uu":"pirate bosun|gos","m":"bestiary/tokens/GoS/Pirate Bosun.webp","n":"Pirate Bosun"},{"id":1633,"c":1,"u":"pirate%20captain_gos","p":247,"s":33,"h":1,"t":0,"uu":"pirate captain|gos","m":"bestiary/tokens/GoS/Pirate Captain.webp","n":"Pirate Captain"},{"id":1634,"c":1,"u":"pirate%20deck%20wizard_gos","p":248,"s":33,"h":1,"t":0,"uu":"pirate deck wizard|gos","m":"bestiary/tokens/GoS/Pirate Deck Wizard.webp","n":"Pirate Deck Wizard"},{"id":1635,"c":1,"u":"pirate%20first%20mate_gos","p":248,"s":33,"h":1,"t":0,"uu":"pirate first mate|gos","m":"bestiary/tokens/GoS/Pirate First Mate.webp","n":"Pirate First Mate"},{"id":1636,"c":1,"u":"rip%20tide%20priest_gos","p":248,"s":33,"h":1,"t":0,"uu":"rip tide priest|gos","m":"bestiary/tokens/GoS/Rip Tide Priest.webp","n":"Rip Tide Priest"},{"id":1637,"c":1,"u":"sahuagin%20blademaster_gos","p":249,"s":33,"h":1,"t":0,"uu":"sahuagin blademaster|gos","m":"bestiary/tokens/GoS/Sahuagin Blademaster.webp","n":"Sahuagin Blademaster"},{"id":1638,"c":1,"u":"sahuagin%20champion_gos","p":249,"s":33,"h":1,"t":0,"uu":"sahuagin champion|gos","m":"bestiary/tokens/GoS/Sahuagin Champion.webp","n":"Sahuagin Champion"},{"id":1639,"c":1,"u":"sahuagin%20coral%20smasher_gos","p":249,"s":33,"h":1,"t":0,"uu":"sahuagin coral smasher|gos","m":"bestiary/tokens/GoS/Sahuagin Coral Smasher.webp","n":"Sahuagin Coral Smasher"},{"id":1640,"c":1,"u":"sahuagin%20deep%20diver_gos","p":250,"s":33,"h":1,"t":0,"uu":"sahuagin deep diver|gos","m":"bestiary/tokens/GoS/Sahuagin Deep Diver.webp","n":"Sahuagin Deep Diver"},{"id":1641,"c":1,"u":"sahuagin%20hatchling%20swarm_gos","p":250,"s":33,"h":1,"t":0,"uu":"sahuagin hatchling swarm|gos","m":"bestiary/tokens/GoS/Sahuagin Hatchling Swarm.webp","n":"Sahuagin Hatchling Swarm"},{"id":1642,"c":1,"u":"sahuagin%20high%20priestess_gos","p":251,"s":33,"h":1,"t":0,"uu":"sahuagin high priestess|gos","m":"bestiary/tokens/GoS/Sahuagin High Priestess.webp","n":"Sahuagin High Priestess"},{"id":1643,"c":1,"u":"sahuagin%20wave%20shaper_gos","p":251,"s":33,"h":1,"t":0,"uu":"sahuagin wave shaper|gos","m":"bestiary/tokens/GoS/Sahuagin Wave Shaper.webp","n":"Sahuagin Wave Shaper"},{"id":1644,"c":1,"u":"sanbalet_gos","p":252,"s":33,"h":1,"t":0,"uu":"sanbalet|gos","m":"bestiary/tokens/GoS/Sanbalet.webp","n":"Sanbalet"},{"id":1645,"c":1,"u":"sauriv_gos","p":79,"s":33,"h":1,"t":0,"uu":"sauriv|gos","m":"bestiary/tokens/GoS/Sauriv.webp","n":"Sauriv"},{"id":1646,"c":1,"u":"shell%20shark_gos","p":252,"s":33,"h":1,"t":0,"uu":"shell shark|gos","m":"bestiary/tokens/GoS/Shell Shark.webp","n":"Shell Shark"},{"id":1647,"c":1,"u":"skeletal%20alchemist_gos","p":253,"s":33,"h":1,"t":0,"uu":"skeletal alchemist|gos","m":"bestiary/tokens/GoS/Skeletal Alchemist.webp","n":"Skeletal Alchemist"},{"id":1648,"c":1,"u":"skeletal%20juggernaut_gos","p":253,"s":33,"h":1,"t":0,"uu":"skeletal juggernaut|gos","m":"bestiary/tokens/GoS/Skeletal Juggernaut.webp","n":"Skeletal Juggernaut"},{"id":1649,"c":1,"u":"skeletal%20swarm_gos","p":254,"s":33,"h":1,"t":0,"uu":"skeletal swarm|gos","m":"bestiary/tokens/GoS/Skeletal Swarm.webp","n":"Skeletal Swarm"},{"id":1650,"c":1,"u":"skum_gos","p":254,"s":33,"h":1,"t":0,"uu":"skum|gos","m":"bestiary/tokens/GoS/Skum.webp","n":"Skum"},{"id":1651,"c":1,"u":"thousand%20teeth_gos","p":256,"s":33,"h":1,"t":0,"uu":"thousand teeth|gos","m":"bestiary/tokens/GoS/Thousand Teeth.webp","n":"Thousand Teeth"},{"id":1652,"c":1,"u":"vampiric%20jade%20statue_gos","p":256,"s":33,"h":1,"t":0,"uu":"vampiric jade statue|gos","m":"bestiary/tokens/GoS/Vampiric Jade Statue.webp","n":"Vampiric Jade Statue"},{"id":1653,"c":1,"u":"yalaga%20maladwyn_gos","p":226,"s":33,"h":1,"t":0,"uu":"yalaga maladwyn|gos","m":"bestiary/tokens/GoS/Yalaga Maladwyn.webp","n":"Yalaga Maladwyn"},{"id":1654,"c":1,"u":"demogorgon_hftt","p":36,"s":34,"h":1,"dP":1,"t":0,"uu":"demogorgon|hftt","m":"bestiary/tokens/HftT/Demogorgon.webp","n":"Demogorgon"},{"id":1655,"c":1,"u":"evil%20mage_hftt","p":42,"s":34,"h":1,"dP":1,"t":0,"uu":"evil mage|hftt","m":"bestiary/tokens/HftT/Evil Mage.webp","n":"Evil Mage"},{"id":1656,"c":1,"u":"thessalhydra_hftt","p":41,"s":34,"h":1,"dP":1,"t":0,"uu":"thessalhydra|hftt","m":"bestiary/tokens/HftT/Thessalhydra.webp","n":"Thessalhydra"},{"id":1657,"c":1,"u":"apprentice_hol","p":201,"s":35,"h":1,"t":0,"uu":"apprentice|hol","m":"bestiary/tokens/HoL/Apprentice.webp","n":"Apprentice"},{"id":1658,"c":1,"u":"disciple_hol","p":201,"s":35,"h":1,"t":0,"uu":"disciple|hol","m":"bestiary/tokens/HoL/Disciple.webp","n":"Disciple"},{"id":1659,"c":1,"u":"sneak_hol","p":201,"s":35,"h":1,"t":0,"uu":"sneak|hol","m":"bestiary/tokens/HoL/Sneak.webp","n":"Sneak"},{"id":1660,"c":1,"u":"squire_hol","p":201,"s":35,"h":1,"t":0,"uu":"squire|hol","m":"bestiary/tokens/HoL/Squire.webp","n":"Squire"},{"id":1661,"c":1,"u":"ambush%20drake_hotdq","p":88,"s":36,"h":1,"t":0,"uu":"ambush drake|hotdq","m":"bestiary/tokens/HotDQ/Ambush Drake.webp","n":"Ambush Drake"},{"id":1662,"c":1,"u":"azbara%20jos_hotdq","p":88,"s":36,"h":1,"t":0,"uu":"azbara jos|hotdq","m":"bestiary/tokens/HotDQ/Azbara Jos.webp","n":"Azbara Jos"},{"id":1663,"c":1,"u":"blagothkus_hotdq","p":89,"s":36,"h":1,"t":0,"uu":"blagothkus|hotdq","m":"bestiary/tokens/HotDQ/Blagothkus.webp","n":"Blagothkus"},{"id":1664,"c":1,"u":"captain%20othelstan_hotdq","p":89,"s":36,"h":1,"t":0,"uu":"captain othelstan|hotdq","m":"bestiary/tokens/HotDQ/Captain Othelstan.webp","n":"Captain Othelstan"},{"id":1665,"c":1,"u":"dragonclaw_hotdq","p":89,"s":36,"h":1,"t":0,"uu":"dragonclaw|hotdq","m":"bestiary/tokens/HotDQ/Dragonclaw.webp","n":"Dragonclaw"},{"id":1666,"c":1,"u":"dragonwing_hotdq","p":90,"s":36,"h":1,"t":0,"uu":"dragonwing|hotdq","m":"bestiary/tokens/HotDQ/Dragonwing.webp","n":"Dragonwing"},{"id":1667,"c":1,"u":"dralmorrer%20borngray_hotdq","p":90,"s":36,"h":1,"t":0,"uu":"dralmorrer borngray|hotdq","m":"bestiary/tokens/HotDQ/Dralmorrer Borngray.webp","n":"Dralmorrer Borngray"},{"id":1668,"c":1,"u":"four-armed%20troll_hotdq","p":65,"s":36,"h":1,"t":0,"uu":"four-armed troll|hotdq","m":"bestiary/tokens/HotDQ/Four-Armed Troll.webp","n":"Four-Armed Troll"},{"id":1669,"c":1,"u":"frulam%20mondath_hotdq","p":90,"s":36,"h":1,"t":0,"uu":"frulam mondath|hotdq","m":"bestiary/tokens/HotDQ/Frulam Mondath.webp","n":"Frulam Mondath"},{"id":1670,"c":1,"u":"golden%20stag_hotdq","p":35,"s":36,"h":1,"t":0,"uu":"golden stag|hotdq","m":"bestiary/tokens/HotDQ/Golden Stag.webp","n":"Golden Stag"},{"id":1671,"c":1,"u":"guard%20drake_hotdq","p":91,"s":36,"h":1,"t":0,"uu":"guard drake|hotdq","m":"bestiary/tokens/HotDQ/Guard Drake.webp","n":"Guard Drake"},{"id":1672,"c":1,"u":"jamna%20gleamsilver_hotdq","p":91,"s":36,"h":1,"t":0,"uu":"jamna gleamsilver|hotdq","m":"bestiary/tokens/HotDQ/Jamna Gleamsilver.webp","n":"Jamna Gleamsilver"},{"id":1673,"c":1,"u":"langdedrosa%20cyanwrath_hotdq","p":91,"s":36,"h":1,"t":0,"uu":"langdedrosa cyanwrath|hotdq","m":"bestiary/tokens/HotDQ/Langdedrosa Cyanwrath.webp","n":"Langdedrosa Cyanwrath"},{"id":1674,"c":1,"u":"leosin%20erlanthar_hotdq","p":87,"s":36,"h":1,"t":0,"uu":"leosin erlanthar|hotdq","m":"bestiary/tokens/HotDQ/Leosin Erlanthar.webp","n":"Leosin Erlanthar"},{"id":1675,"c":1,"u":"linan%20swift_hotdq","p":8,"s":36,"h":1,"t":0,"uu":"linan swift|hotdq","m":"bestiary/tokens/HotDQ/Linan Swift.webp","n":"Linan Swift"},{"id":1676,"c":1,"u":"ontharr%20frume_hotdq","p":28,"s":36,"h":1,"t":0,"uu":"ontharr frume|hotdq","m":"bestiary/tokens/HotDQ/Ontharr Frume.webp","n":"Ontharr Frume"},{"id":1677,"c":1,"u":"pharblex%20spattergoo_hotdq","p":91,"s":36,"h":1,"t":0,"uu":"pharblex spattergoo|hotdq","m":"bestiary/tokens/HotDQ/Pharblex Spattergoo.webp","n":"Pharblex Spattergoo"},{"id":1678,"c":1,"u":"raggnar%20redtooth_hotdq","p":74,"s":36,"h":1,"t":0,"uu":"raggnar redtooth|hotdq","m":"bestiary/tokens/HotDQ/Raggnar Redtooth.webp","n":"Raggnar Redtooth"},{"id":1679,"c":1,"u":"rath%20modar_hotdq","p":92,"s":36,"h":1,"t":0,"uu":"rath modar|hotdq","m":"bestiary/tokens/HotDQ/Rath Modar.webp","n":"Rath Modar"},{"id":1680,"c":1,"u":"rezmir_hotdq","p":93,"s":36,"h":1,"t":0,"uu":"rezmir|hotdq","m":"bestiary/tokens/HotDQ/Rezmir.webp","n":"Rezmir"},{"id":1681,"c":1,"u":"sandesyl%20morgia_hotdq","p":81,"s":36,"h":1,"t":0,"uu":"sandesyl morgia|hotdq","m":"bestiary/tokens/HotDQ/Sandesyl Morgia.webp","n":"Sandesyl Morgia"},{"id":1682,"c":1,"u":"talis%20the%20white_hotdq","p":93,"s":36,"h":1,"t":0,"uu":"talis the white|hotdq","m":"bestiary/tokens/HotDQ/Talis the White.webp","n":"Talis the White"},{"id":1683,"c":1,"u":"trepsin_hotdq","p":63,"s":36,"h":1,"t":0,"uu":"trepsin|hotdq","m":"bestiary/tokens/HotDQ/Trepsin.webp","n":"Trepsin"},{"id":1684,"c":1,"u":"ardwyn%2c%20elder%20of%20meadowfen_hwcs","p":190,"s":37,"h":1,"dP":1,"t":0,"uu":"ardwyn, elder of meadowfen|hwcs","m":"bestiary/tokens/HWCS/Ardwyn, Elder of Meadowfen.webp","n":"Ardwyn, Elder of Meadowfen"},{"id":1685,"c":1,"u":"ashsnake_hwcs","p":177,"s":37,"h":1,"dP":1,"t":0,"uu":"ashsnake|hwcs","m":"bestiary/tokens/HWCS/Ashsnake.webp","n":"Ashsnake"},{"id":1686,"c":1,"u":"aspect%20of%20fire_hwcs","p":179,"s":37,"h":1,"dP":1,"t":0,"uu":"aspect of fire|hwcs","m":"bestiary/tokens/HWCS/Aspect of Fire.webp","n":"Aspect of Fire"},{"id":1687,"c":1,"u":"benna%20seridan_hwcs","p":193,"s":37,"h":1,"dP":1,"t":0,"uu":"benna seridan|hwcs","m":"bestiary/tokens/HWCS/Benna Seridan.webp","n":"Benna Seridan"},{"id":1688,"c":1,"u":"birdfolk%20dockmaster_hwcs","p":190,"s":37,"h":1,"dP":1,"t":0,"uu":"birdfolk dockmaster|hwcs","m":"bestiary/tokens/HWCS/Birdfolk Dockmaster.webp","n":"Birdfolk Dockmaster"},{"id":1689,"c":1,"u":"birdfolk%20farmer_hwcs","p":190,"s":37,"h":1,"dP":1,"t":0,"uu":"birdfolk farmer|hwcs","m":"bestiary/tokens/HWCS/Birdfolk Farmer.webp","n":"Birdfolk Farmer"},{"id":1690,"c":1,"u":"birdfolk%20guard_hwcs","p":191,"s":37,"h":1,"dP":1,"t":0,"uu":"birdfolk guard|hwcs","m":"bestiary/tokens/HWCS/Birdfolk Guard.webp","n":"Birdfolk Guard"},{"id":1691,"c":1,"u":"birdfolk%20militia_hwcs","p":191,"s":37,"h":1,"dP":1,"t":0,"uu":"birdfolk militia|hwcs","m":"bestiary/tokens/HWCS/Birdfolk Militia.webp","n":"Birdfolk Militia"},{"id":1692,"c":1,"u":"birdfolk%20sailor_hwcs","p":191,"s":37,"h":1,"dP":1,"t":0,"uu":"birdfolk sailor|hwcs","m":"bestiary/tokens/HWCS/Birdfolk Sailor.webp","n":"Birdfolk Sailor"},{"id":1693,"c":1,"u":"birdfolk%20skeleton_hwcs","p":180,"s":37,"h":1,"dP":1,"t":0,"uu":"birdfolk skeleton|hwcs","m":"bestiary/tokens/HWCS/Birdfolk Skeleton.webp","n":"Birdfolk Skeleton"},{"id":1694,"c":1,"u":"birdfolk%20skirmisher_hwcs","p":191,"s":37,"h":1,"dP":1,"t":0,"uu":"birdfolk skirmisher|hwcs","m":"bestiary/tokens/HWCS/Birdfolk Skirmisher.webp","n":"Birdfolk Skirmisher"},{"id":1695,"c":1,"u":"bita%2c%20the%20council%20speaker_hwcs","p":193,"s":37,"h":1,"dP":1,"t":0,"uu":"bita, the council speaker|hwcs","m":"bestiary/tokens/HWCS/Bita, the Council Speaker.webp","n":"Bita, the Council Speaker"},{"id":1696,"c":1,"u":"cara%20stormsinger_hwcs","p":191,"s":37,"h":1,"dP":1,"t":0,"uu":"cara stormsinger|hwcs","m":"bestiary/tokens/HWCS/Cara Stormsinger.webp","n":"Cara Stormsinger"},{"id":1697,"c":1,"u":"caustic%20slime_hwcs","p":186,"s":37,"h":1,"dP":1,"t":0,"uu":"caustic slime|hwcs","m":"bestiary/tokens/HWCS/Caustic Slime.webp","n":"Caustic Slime"},{"id":1698,"c":1,"u":"cervan%20bandit%20general_hwcs","p":193,"s":37,"h":1,"dP":1,"t":0,"uu":"cervan bandit general|hwcs","m":"bestiary/tokens/HWCS/Cervan Bandit General.webp","n":"Cervan Bandit General"},{"id":1699,"c":1,"u":"cervan%20priest_hwcs","p":193,"s":37,"h":1,"dP":1,"t":0,"uu":"cervan priest|hwcs","m":"bestiary/tokens/HWCS/Cervan Priest.webp","n":"Cervan Priest"},{"id":1700,"c":1,"u":"cobblefright_hwcs","p":180,"s":37,"h":1,"dP":1,"t":0,"uu":"cobblefright|hwcs","m":"bestiary/tokens/HWCS/Cobblefright.webp","n":"Cobblefright"},{"id":1701,"c":1,"u":"corvax%20revayne_hwcs","p":194,"s":37,"h":1,"dP":1,"t":0,"uu":"corvax revayne|hwcs","m":"bestiary/tokens/HWCS/Corvax Revayne.webp","n":"Corvax Revayne"},{"id":1702,"c":1,"u":"corvum%20assassin_hwcs","p":194,"s":37,"h":1,"dP":1,"t":0,"uu":"corvum assassin|hwcs","m":"bestiary/tokens/HWCS/Corvum Assassin.webp","n":"Corvum Assassin"},{"id":1703,"c":1,"u":"corvum%20diviner_hwcs","p":194,"s":37,"h":1,"dP":1,"t":0,"uu":"corvum diviner|hwcs","m":"bestiary/tokens/HWCS/Corvum Diviner.webp","n":"Corvum Diviner"},{"id":1704,"c":1,"u":"corvum%20necromancer_hwcs","p":194,"s":37,"h":1,"dP":1,"t":0,"uu":"corvum necromancer|hwcs","m":"bestiary/tokens/HWCS/Corvum Necromancer.webp","n":"Corvum Necromancer"},{"id":1705,"c":1,"u":"eliza%20pennygleam_hwcs","p":196,"s":37,"h":1,"dP":1,"t":0,"uu":"eliza pennygleam|hwcs","m":"bestiary/tokens/HWCS/Eliza Pennygleam.webp","n":"Eliza Pennygleam"},{"id":1706,"c":1,"u":"emberbat_hwcs","p":182,"s":37,"h":1,"dP":1,"t":0,"uu":"emberbat|hwcs","m":"bestiary/tokens/HWCS/Emberbat.webp","n":"Emberbat"},{"id":1707,"c":1,"u":"figory%20figgins_hwcs","p":196,"s":37,"h":1,"dP":1,"t":0,"uu":"figory figgins|hwcs","m":"bestiary/tokens/HWCS/Figory Figgins.webp","n":"Figory Figgins"},{"id":1708,"c":1,"u":"forest%20prowler_hwcs","p":183,"s":37,"h":1,"dP":1,"t":0,"uu":"forest prowler|hwcs","m":"bestiary/tokens/HWCS/Forest Prowler.webp","n":"Forest Prowler"},{"id":1709,"c":1,"u":"fray%20merridan_hwcs","p":207,"s":37,"h":1,"dP":1,"t":0,"uu":"fray merridan|hwcs","m":"bestiary/tokens/HWCS/Fray Merridan.webp","n":"Fray Merridan"},{"id":1710,"c":1,"u":"gabe%20windsworth_hwcs","p":202,"s":37,"h":1,"dP":1,"t":0,"uu":"gabe windsworth|hwcs","m":"bestiary/tokens/HWCS/Gabe Windsworth.webp","n":"Gabe Windsworth"},{"id":1711,"c":1,"u":"gallus%20druid_hwcs","p":196,"s":37,"h":1,"dP":1,"t":0,"uu":"gallus druid|hwcs","m":"bestiary/tokens/HWCS/Gallus Druid.webp","n":"Gallus Druid"},{"id":1712,"c":1,"u":"gallus%20monk_hwcs","p":196,"s":37,"h":1,"dP":1,"t":0,"uu":"gallus monk|hwcs","m":"bestiary/tokens/HWCS/Gallus Monk.webp","n":"Gallus Monk"},{"id":1713,"c":1,"u":"gallus%20necromancer_hwcs","p":198,"s":37,"h":1,"dP":1,"t":0,"uu":"gallus necromancer|hwcs","m":"bestiary/tokens/HWCS/Gallus Necromancer.webp","n":"Gallus Necromancer"},{"id":1714,"c":1,"u":"glinda%20nightseed_hwcs","p":198,"s":37,"h":1,"dP":1,"t":0,"uu":"glinda nightseed|hwcs","m":"bestiary/tokens/HWCS/Glinda Nightseed.webp","n":"Glinda Nightseed"},{"id":1715,"c":1,"u":"gregor%20thornspur%2c%20magistrate%20of%20alderheart_hwcs","p":198,"s":37,"h":1,"dP":1,"t":0,"uu":"gregor thornspur, magistrate of alderheart|hwcs","m":"bestiary/tokens/HWCS/Gregor Thornspur, Magistrate of Alderheart.webp","n":"Gregor Thornspur, Magistrate of Alderheart"},{"id":1716,"c":1,"u":"havel%20of%20the%20autumn%20moon_hwcs","p":207,"s":37,"h":1,"dP":1,"t":0,"uu":"havel of the autumn moon|hwcs","m":"bestiary/tokens/HWCS/Havel of the Autumn Moon.webp","n":"Havel of the Autumn Moon"},{"id":1717,"c":1,"u":"hedge%20bard_hwcs","p":198,"s":37,"h":1,"dP":1,"t":0,"uu":"hedge bard|hwcs","m":"bestiary/tokens/HWCS/Hedge Bard.webp","n":"Hedge Bard"},{"id":1718,"c":1,"u":"hedge%20witch_hwcs","p":198,"s":37,"h":1,"dP":1,"t":0,"uu":"hedge witch|hwcs","m":"bestiary/tokens/HWCS/Hedge Witch.webp","n":"Hedge Witch"},{"id":1719,"c":1,"u":"jell%20platena_hwcs","p":199,"s":37,"h":1,"dP":1,"t":0,"uu":"jell platena|hwcs","m":"bestiary/tokens/HWCS/Jell Platena.webp","n":"Jell Platena"},{"id":1720,"c":1,"u":"jerbeen%20swashbuckler_hwcs","p":200,"s":37,"h":1,"dP":1,"t":0,"uu":"jerbeen swashbuckler|hwcs","m":"bestiary/tokens/HWCS/Jerbeen Swashbuckler.webp","n":"Jerbeen Swashbuckler"},{"id":1721,"c":1,"u":"jerbeen%20thief_hwcs","p":200,"s":37,"h":1,"dP":1,"t":0,"uu":"jerbeen thief|hwcs","m":"bestiary/tokens/HWCS/Jerbeen Thief.webp","n":"Jerbeen Thief"},{"id":1722,"c":1,"u":"kenna%20brightspark_hwcs","p":200,"s":37,"h":1,"dP":1,"t":0,"uu":"kenna brightspark|hwcs","m":"bestiary/tokens/HWCS/Kenna Brightspark.webp","n":"Kenna Brightspark"},{"id":1723,"c":1,"u":"krall%2c%20the%20scavenger%20king_hwcs","p":202,"s":37,"h":1,"dP":1,"t":0,"uu":"krall, the scavenger king|hwcs","m":"bestiary/tokens/HWCS/Krall, the Scavenger King.webp","n":"Krall, the Scavenger King"},{"id":1724,"c":1,"u":"lesser%20demon_hwcs","p":184,"s":37,"h":1,"dP":1,"t":0,"uu":"lesser demon|hwcs","m":"bestiary/tokens/HWCS/Lesser Demon.webp","n":"Lesser Demon"},{"id":1725,"c":1,"u":"luma%20cleric%20of%20ardea_hwcs","p":201,"s":37,"h":1,"dP":1,"t":0,"uu":"luma cleric of ardea|hwcs","m":"bestiary/tokens/HWCS/Luma Cleric of Ardea.webp","n":"Luma Cleric of Ardea"},{"id":1726,"c":1,"u":"luma%20wizard_hwcs","p":202,"s":37,"h":1,"dP":1,"t":0,"uu":"luma wizard|hwcs","m":"bestiary/tokens/HWCS/Luma Wizard.webp","n":"Luma Wizard"},{"id":1727,"c":1,"u":"mapach%20bandit_hwcs","p":202,"s":37,"h":1,"dP":1,"t":0,"uu":"mapach bandit|hwcs","m":"bestiary/tokens/HWCS/Mapach Bandit.webp","n":"Mapach Bandit"},{"id":1728,"c":1,"u":"mapach%20brute_hwcs","p":202,"s":37,"h":1,"dP":1,"t":0,"uu":"mapach brute|hwcs","m":"bestiary/tokens/HWCS/Mapach Brute.webp","n":"Mapach Brute"},{"id":1729,"c":1,"u":"mapach%20tinkerer_hwcs","p":203,"s":37,"h":1,"dP":1,"t":0,"uu":"mapach tinkerer|hwcs","m":"bestiary/tokens/HWCS/Mapach Tinkerer.webp","n":"Mapach Tinkerer"},{"id":1730,"c":1,"u":"mordane%20swiftgale_hwcs","p":203,"s":37,"h":1,"dP":1,"t":0,"uu":"mordane swiftgale|hwcs","m":"bestiary/tokens/HWCS/Mordane Swiftgale.webp","n":"Mordane Swiftgale"},{"id":1731,"c":1,"u":"mountain%20lion_hwcs","p":184,"s":37,"h":1,"dP":1,"t":0,"uu":"mountain lion|hwcs","m":"bestiary/tokens/HWCS/Mountain Lion.webp","n":"Mountain Lion"},{"id":1732,"c":1,"u":"oakheart_hwcs","p":203,"s":37,"h":1,"dP":1,"t":0,"uu":"oakheart|hwcs","m":"bestiary/tokens/HWCS/Oakheart.webp","n":"Oakheart"},{"id":1733,"c":1,"u":"odwald%20ebonhart_hwcs","p":194,"s":37,"h":1,"dP":1,"t":0,"uu":"odwald ebonhart|hwcs","m":"bestiary/tokens/HWCS/Odwald Ebonhart.webp","n":"Odwald Ebonhart"},{"id":1734,"c":1,"u":"raptor%20explorer_hwcs","p":203,"s":37,"h":1,"dP":1,"t":0,"uu":"raptor explorer|hwcs","m":"bestiary/tokens/HWCS/Raptor Explorer.webp","n":"Raptor Explorer"},{"id":1735,"c":1,"u":"raptor%20ranger_hwcs","p":203,"s":37,"h":1,"dP":1,"t":0,"uu":"raptor ranger|hwcs","m":"bestiary/tokens/HWCS/Raptor Ranger.webp","n":"Raptor Ranger"},{"id":1736,"c":1,"u":"rhys%20birchwalker_hwcs","p":203,"s":37,"h":1,"dP":1,"t":0,"uu":"rhys birchwalker|hwcs","m":"bestiary/tokens/HWCS/Rhys Birchwalker.webp","n":"Rhys Birchwalker"},{"id":1737,"c":1,"u":"riffin%2c%20the%20ash-knight_hwcs","p":204,"s":37,"h":1,"dP":1,"t":0,"uu":"riffin, the ash-knight|hwcs","m":"bestiary/tokens/HWCS/Riffin, the Ash-Knight.webp","n":"Riffin, the Ash-Knight"},{"id":1738,"c":1,"u":"shifting%20slime_hwcs","p":187,"s":37,"h":1,"dP":1,"t":0,"uu":"shifting slime|hwcs","m":"bestiary/tokens/HWCS/Shifting Slime.webp","n":"Shifting Slime"},{"id":1739,"c":1,"u":"shyla%20denn_hwcs","p":207,"s":37,"h":1,"dP":1,"t":0,"uu":"shyla denn|hwcs","m":"bestiary/tokens/HWCS/Shyla Denn.webp","n":"Shyla Denn"},{"id":1740,"c":1,"u":"sticky%20slime_hwcs","p":188,"s":37,"h":1,"dP":1,"t":0,"uu":"sticky slime|hwcs","m":"bestiary/tokens/HWCS/Sticky Slime.webp","n":"Sticky Slime"},{"id":1741,"c":1,"u":"strig%20knight_hwcs","p":204,"s":37,"h":1,"dP":1,"t":0,"uu":"strig knight|hwcs","m":"bestiary/tokens/HWCS/Strig Knight.webp","n":"Strig Knight"},{"id":1742,"c":1,"u":"strig%20tracker_hwcs","p":206,"s":37,"h":1,"dP":1,"t":0,"uu":"strig tracker|hwcs","m":"bestiary/tokens/HWCS/Strig Tracker.webp","n":"Strig Tracker"},{"id":1743,"c":1,"u":"susan%20of%20the%20swamp_hwcs","p":198,"s":37,"h":1,"dP":1,"t":0,"uu":"susan of the swamp|hwcs","m":"bestiary/tokens/HWCS/Susan of the Swamp.webp","n":"Susan of the Swamp"},{"id":1744,"c":1,"u":"swarm%20of%20emberbats_hwcs","p":182,"s":37,"h":1,"dP":1,"t":0,"uu":"swarm of emberbats|hwcs","m":"bestiary/tokens/HWCS/Swarm of Emberbats.webp","n":"Swarm of Emberbats"},{"id":1745,"c":1,"u":"tevor%20of%20the%20spring%20path_hwcs","p":207,"s":37,"h":1,"dP":1,"t":0,"uu":"tevor of the spring path|hwcs","m":"bestiary/tokens/HWCS/Tevor of the Spring Path.webp","n":"Tevor of the Spring Path"},{"id":1746,"c":1,"u":"vulpin%20captain_hwcs","p":207,"s":37,"h":1,"dP":1,"t":0,"uu":"vulpin captain|hwcs","m":"bestiary/tokens/HWCS/Vulpin Captain.webp","n":"Vulpin Captain"},{"id":1747,"c":1,"u":"vulpin%20noble_hwcs","p":207,"s":37,"h":1,"dP":1,"t":0,"uu":"vulpin noble|hwcs","m":"bestiary/tokens/HWCS/Vulpin Noble.webp","n":"Vulpin Noble"},{"id":1748,"c":1,"u":"vulpin%20priest%20of%20kren_hwcs","p":207,"s":37,"h":1,"dP":1,"t":0,"uu":"vulpin priest of kren|hwcs","m":"bestiary/tokens/HWCS/Vulpin Priest of Kren.webp","n":"Vulpin Priest of Kren"},{"id":1749,"c":1,"u":"wakewyrm_hwcs","p":187,"s":37,"h":1,"dP":1,"t":0,"uu":"wakewyrm|hwcs","m":"bestiary/tokens/HWCS/Wakewyrm.webp","n":"Wakewyrm"},{"id":1750,"c":1,"u":"walden%20krane%2c%20magistrate%20of%20winnowing%20reach_hwcs","p":209,"s":37,"h":1,"dP":1,"t":0,"uu":"walden krane, magistrate of winnowing reach|hwcs","m":"bestiary/tokens/HWCS/Walden Krane, Magistrate of Winnowing Reach.webp","n":"Walden Krane, Magistrate of Winnowing Reach"},{"id":1751,"c":1,"u":"aruk%20thundercaller%20thuunlakalaga_idrotf","p":169,"s":38,"h":1,"t":0,"uu":"aruk thundercaller thuunlakalaga|idrotf","m":"bestiary/tokens/IDRotF/Aruk Thundercaller Thuunlakalaga.webp","n":"Aruk Thundercaller Thuunlakalaga"},{"id":1752,"c":1,"u":"auril%20(first%20form)_idrotf","p":275,"s":38,"h":1,"t":0,"uu":"auril (first form)|idrotf","m":"bestiary/tokens/IDRotF/Auril (First Form).webp","n":"Auril (First Form)"},{"id":1753,"c":1,"u":"auril%20(second%20form)_idrotf","p":277,"s":38,"h":1,"t":0,"uu":"auril (second form)|idrotf","m":"bestiary/tokens/IDRotF/Auril (Second Form).webp","n":"Auril (Second Form)"},{"id":1754,"c":1,"u":"auril%20(third%20form)_idrotf","p":278,"s":38,"h":1,"t":0,"uu":"auril (third form)|idrotf","m":"bestiary/tokens/IDRotF/Auril (Third Form).webp","n":"Auril (Third Form)"},{"id":1755,"c":1,"u":"avarice_idrotf","p":269,"s":38,"h":1,"t":0,"uu":"avarice|idrotf","m":"bestiary/tokens/IDRotF/Avarice.webp","n":"Avarice"},{"id":1756,"c":1,"u":"awakened%20white%20moose_idrotf","p":82,"s":38,"h":1,"t":0,"uu":"awakened white moose|idrotf","m":"bestiary/tokens/IDRotF/Awakened White Moose.webp","n":"Awakened White Moose"},{"id":1757,"c":1,"u":"battlehammer%20dwarf_idrotf","p":107,"s":38,"h":1,"t":0,"uu":"battlehammer dwarf|idrotf","m":"bestiary/tokens/IDRotF/Battlehammer Dwarf.webp","n":"Battlehammer Dwarf"},{"id":1758,"c":1,"u":"bjornhild%20solvigsdottir_idrotf","p":306,"s":38,"h":1,"t":0,"uu":"bjornhild solvigsdottir|idrotf","m":"bestiary/tokens/IDRotF/Bjornhild Solvigsdottir.webp","n":"Bjornhild Solvigsdottir"},{"id":1759,"c":1,"u":"chardalyn%20berserker_idrotf","p":280,"s":38,"h":1,"t":0,"uu":"chardalyn berserker|idrotf","m":"bestiary/tokens/IDRotF/Chardalyn Berserker.webp","n":"Chardalyn Berserker"},{"id":1760,"c":1,"u":"chardalyn%20dragon_idrotf","p":281,"s":38,"h":1,"t":0,"uu":"chardalyn dragon|idrotf","m":"bestiary/tokens/IDRotF/Chardalyn Dragon.webp","n":"Chardalyn Dragon"},{"id":1761,"c":1,"u":"chimeric%20baboon_idrotf","p":246,"s":38,"h":1,"t":0,"uu":"chimeric baboon|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Baboon.webp","n":"Chimeric Baboon"},{"id":1762,"c":1,"u":"chimeric%20cat_idrotf","p":246,"s":38,"h":1,"t":0,"uu":"chimeric cat|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Cat.webp","n":"Chimeric Cat"},{"id":1763,"c":1,"u":"chimeric%20fox_idrotf","p":246,"s":38,"h":1,"t":0,"uu":"chimeric fox|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Fox.webp","n":"Chimeric Fox"},{"id":1764,"c":1,"u":"chimeric%20hare_idrotf","p":246,"s":38,"h":1,"t":0,"uu":"chimeric hare|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Hare.webp","n":"Chimeric Hare"},{"id":1765,"c":1,"u":"chimeric%20rat_idrotf","p":246,"s":38,"h":1,"t":0,"uu":"chimeric rat|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Rat.webp","n":"Chimeric Rat"},{"id":1766,"c":1,"u":"chimeric%20weasel_idrotf","p":246,"s":38,"h":1,"t":0,"uu":"chimeric weasel|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Weasel.webp","n":"Chimeric Weasel"},{"id":1767,"c":1,"u":"chwinga_idrotf","p":282,"s":38,"h":1,"t":0,"uu":"chwinga|idrotf","m":"bestiary/tokens/IDRotF/Chwinga.webp","n":"Chwinga"},{"id":1768,"c":1,"u":"coldlight%20walker_idrotf","p":284,"s":38,"h":1,"t":0,"uu":"coldlight walker|idrotf","m":"bestiary/tokens/IDRotF/Coldlight Walker.webp","n":"Coldlight Walker"},{"id":1769,"c":1,"u":"demos%20magen_idrotf","p":300,"s":38,"h":1,"t":0,"uu":"demos magen|idrotf","m":"bestiary/tokens/IDRotF/Demos Magen.webp","n":"Demos Magen"},{"id":1770,"c":1,"u":"dzaan_idrotf","p":271,"s":38,"h":1,"t":0,"uu":"dzaan|idrotf","m":"bestiary/tokens/IDRotF/Dzaan.webp","n":"Dzaan"},{"id":1771,"c":1,"u":"dzaan's%20simulacrum_idrotf","p":270,"s":38,"h":1,"t":0,"uu":"dzaan's simulacrum|idrotf","m":"bestiary/tokens/IDRotF/Dzaan's Simulacrum.webp","n":"Dzaan's Simulacrum"},{"id":1772,"c":1,"u":"f'yorl_idrotf","p":183,"s":38,"h":1,"t":0,"uu":"f'yorl|idrotf","m":"bestiary/tokens/IDRotF/F'yorl.webp","n":"F'yorl"},{"id":1773,"c":1,"u":"fox_idrotf","p":288,"s":38,"h":1,"t":0,"uu":"fox|idrotf","m":"bestiary/tokens/IDRotF/Fox.webp","n":"Fox"},{"id":1774,"c":1,"u":"frost%20druid_idrotf","p":288,"s":38,"h":1,"t":0,"uu":"frost druid|idrotf","m":"bestiary/tokens/IDRotF/Frost Druid.webp","n":"Frost Druid"},{"id":1775,"c":1,"u":"frost%20giant%20skeleton_idrotf","p":288,"s":38,"h":1,"t":0,"uu":"frost giant skeleton|idrotf","m":"bestiary/tokens/IDRotF/Frost Giant Skeleton.webp","n":"Frost Giant Skeleton"},{"id":1776,"c":1,"u":"galvan%20magen_idrotf","p":301,"s":38,"h":1,"t":0,"uu":"galvan magen|idrotf","m":"bestiary/tokens/IDRotF/Galvan Magen.webp","n":"Galvan Magen"},{"id":1777,"c":1,"u":"giant%20walrus_idrotf","p":312,"s":38,"h":1,"t":0,"uu":"giant walrus|idrotf","m":"bestiary/tokens/IDRotF/Giant Walrus.webp","n":"Giant Walrus"},{"id":1778,"c":1,"u":"gnoll%20vampire_idrotf","p":290,"s":38,"h":1,"t":0,"uu":"gnoll vampire|idrotf","m":"bestiary/tokens/IDRotF/Gnoll Vampire.webp","n":"Gnoll Vampire"},{"id":1779,"c":1,"u":"gnome%20ceremorph_idrotf","p":303,"s":38,"h":1,"t":0,"uu":"gnome ceremorph|idrotf","m":"bestiary/tokens/IDRotF/Gnome Ceremorph.webp","n":"Gnome Ceremorph"},{"id":1780,"c":1,"u":"gnome%20squidling_idrotf","p":303,"s":38,"h":1,"t":0,"uu":"gnome squidling|idrotf","m":"bestiary/tokens/IDRotF/Gnome Squidling.webp","n":"Gnome Squidling"},{"id":1781,"c":1,"u":"goliath%20warrior_idrotf","p":292,"s":38,"h":1,"t":0,"uu":"goliath warrior|idrotf","m":"bestiary/tokens/IDRotF/Goliath Warrior.webp","n":"Goliath Warrior"},{"id":1782,"c":1,"u":"goliath%20werebear_idrotf","p":293,"s":38,"h":1,"t":0,"uu":"goliath werebear|idrotf","m":"bestiary/tokens/IDRotF/Goliath Werebear.webp","n":"Goliath Werebear"},{"id":1783,"c":1,"u":"grandolpha%20muzgardt_idrotf","p":176,"s":38,"h":1,"t":0,"uu":"grandolpha muzgardt|idrotf","m":"bestiary/tokens/IDRotF/Grandolpha Muzgardt.webp","n":"Grandolpha Muzgardt"},{"id":1784,"c":1,"u":"gunvald%20halraggson_idrotf","p":305,"s":38,"h":1,"t":0,"uu":"gunvald halraggson|idrotf","m":"bestiary/tokens/IDRotF/Gunvald Halraggson.webp","n":"Gunvald Halraggson"},{"id":1785,"c":1,"u":"hare_idrotf","p":294,"s":38,"h":1,"t":0,"uu":"hare|idrotf","m":"bestiary/tokens/IDRotF/Hare.webp","n":"Hare"},{"id":1786,"c":1,"u":"headless%20iron%20golem_idrotf","p":244,"s":38,"h":1,"t":0,"uu":"headless iron golem|idrotf","m":"bestiary/tokens/IDRotF/Headless Iron Golem.webp","n":"Headless Iron Golem"},{"id":1787,"c":1,"u":"hengar%20aesnvaard_idrotf","p":215,"s":38,"h":1,"t":0,"uu":"hengar aesnvaard|idrotf","m":"bestiary/tokens/IDRotF/Hengar Aesnvaard.webp","n":"Hengar Aesnvaard"},{"id":1788,"c":1,"u":"hypnos%20magen_idrotf","p":301,"s":38,"h":1,"t":0,"uu":"hypnos magen|idrotf","m":"bestiary/tokens/IDRotF/Hypnos Magen.webp","n":"Hypnos Magen"},{"id":1789,"c":1,"u":"ice%20piercer_idrotf","p":226,"s":38,"h":1,"t":0,"uu":"ice piercer|idrotf","m":"bestiary/tokens/IDRotF/Ice Piercer.webp","n":"Ice Piercer"},{"id":1790,"c":1,"u":"ice%20troll_idrotf","p":295,"s":38,"h":1,"t":0,"uu":"ice troll|idrotf","m":"bestiary/tokens/IDRotF/Ice Troll.webp","n":"Ice Troll"},{"id":1791,"c":1,"u":"icewind%20kobold_idrotf","p":296,"s":38,"h":1,"t":0,"uu":"icewind kobold|idrotf","m":"bestiary/tokens/IDRotF/Icewind Kobold.webp","n":"Icewind Kobold"},{"id":1792,"c":1,"u":"icewind%20kobold%20zombie_idrotf","p":297,"s":38,"h":1,"t":0,"uu":"icewind kobold zombie|idrotf","m":"bestiary/tokens/IDRotF/Icewind Kobold Zombie.webp","n":"Icewind Kobold Zombie"},{"id":1793,"c":1,"u":"isarr%20kronenstrom_idrotf","p":307,"s":38,"h":1,"t":0,"uu":"isarr kronenstrom|idrotf","m":"bestiary/tokens/IDRotF/Isarr Kronenstrom.webp","n":"Isarr Kronenstrom"},{"id":1794,"c":1,"u":"jarund%20elkhardt_idrotf","p":305,"s":38,"h":1,"t":0,"uu":"jarund elkhardt|idrotf","m":"bestiary/tokens/IDRotF/Jarund Elkhardt.webp","n":"Jarund Elkhardt"},{"id":1795,"c":1,"u":"kadroth_idrotf","p":42,"s":38,"h":1,"t":0,"uu":"kadroth|idrotf","m":"bestiary/tokens/IDRotF/Kadroth.webp","n":"Kadroth"},{"id":1796,"c":1,"u":"kingsport_idrotf","p":243,"s":38,"h":1,"t":0,"uu":"kingsport|idrotf","m":"bestiary/tokens/IDRotF/Kingsport.webp","n":"Kingsport"},{"id":1797,"c":1,"u":"knight%20of%20the%20black%20sword_idrotf","p":259,"s":38,"h":1,"t":0,"uu":"knight of the black sword|idrotf","m":"bestiary/tokens/IDRotF/Knight of the Black Sword.webp","n":"Knight of the Black Sword"},{"id":1798,"c":1,"u":"knucklehead%20trout_idrotf","p":295,"s":38,"h":1,"t":0,"uu":"knucklehead trout|idrotf","m":"bestiary/tokens/IDRotF/Knucklehead Trout.webp","n":"Knucklehead Trout"},{"id":1799,"c":1,"u":"kobold%20vampire%20spawn_idrotf","p":297,"s":38,"h":1,"t":0,"uu":"kobold vampire spawn|idrotf","m":"bestiary/tokens/IDRotF/Kobold Vampire Spawn.webp","n":"Kobold Vampire Spawn"},{"id":1800,"c":1,"u":"living%20bigby's%20hand_idrotf","p":298,"s":38,"h":1,"t":0,"uu":"living bigby's hand|idrotf","m":"bestiary/tokens/IDRotF/Living Bigby's Hand.webp","n":"Living Bigby's Hand"},{"id":1801,"c":1,"u":"living%20blade%20of%20disaster_idrotf","p":299,"s":38,"h":1,"t":0,"uu":"living blade of disaster|idrotf","m":"bestiary/tokens/IDRotF/Living Blade of Disaster.webp","n":"Living Blade of Disaster"},{"id":1802,"c":1,"u":"living%20demiplane_idrotf","p":299,"s":38,"h":1,"t":0,"uu":"living demiplane|idrotf","m":"bestiary/tokens/IDRotF/Living Demiplane.webp","n":"Living Demiplane"},{"id":1803,"c":1,"u":"lonelywood%20banshee_idrotf","p":81,"s":38,"h":1,"t":0,"uu":"lonelywood banshee|idrotf","m":"bestiary/tokens/IDRotF/Lonelywood Banshee.webp","n":"Lonelywood Banshee"},{"id":1804,"c":1,"u":"mjenir_idrotf","p":215,"s":38,"h":1,"t":0,"uu":"mjenir|idrotf","m":"bestiary/tokens/IDRotF/Mjenir.webp","n":"Mjenir"},{"id":1805,"c":1,"u":"mountain%20goat_idrotf","p":304,"s":38,"h":1,"t":0,"uu":"mountain goat|idrotf","m":"bestiary/tokens/IDRotF/Mountain Goat.webp","n":"Mountain Goat"},{"id":1806,"c":1,"u":"nass%20lantomir's%20ghost_idrotf","p":272,"s":38,"h":1,"t":0,"uu":"nass lantomir's ghost|idrotf","m":"bestiary/tokens/IDRotF/Nass Lantomir's Ghost.webp","n":"Nass Lantomir's Ghost"},{"id":1807,"c":1,"u":"prisoner%20237_idrotf","p":160,"s":38,"h":1,"t":0,"uu":"prisoner 237|idrotf","m":"bestiary/tokens/IDRotF/Prisoner 237.webp","n":"Prisoner 237"},{"id":1808,"c":1,"u":"reghed%20chieftain_idrotf","p":152,"s":38,"h":1,"t":0,"uu":"reghed chieftain|idrotf","m":"bestiary/tokens/IDRotF/Reghed Chieftain.webp","n":"Reghed Chieftain"},{"id":1809,"c":1,"u":"reghed%20great%20warrior_idrotf","p":152,"s":38,"h":1,"t":0,"uu":"reghed great warrior|idrotf","m":"bestiary/tokens/IDRotF/Reghed Great Warrior.webp","n":"Reghed Great Warrior"},{"id":1810,"c":1,"u":"reghed%20shaman_idrotf","p":152,"s":38,"h":1,"t":0,"uu":"reghed shaman|idrotf","m":"bestiary/tokens/IDRotF/Reghed Shaman.webp","n":"Reghed Shaman"},{"id":1811,"c":1,"u":"reghed%20warrior_idrotf","p":152,"s":38,"h":1,"t":0,"uu":"reghed warrior|idrotf","m":"bestiary/tokens/IDRotF/Reghed Warrior.webp","n":"Reghed Warrior"},{"id":1812,"c":1,"u":"reindeer_idrotf","p":107,"s":38,"h":1,"t":0,"uu":"reindeer|idrotf","m":"bestiary/tokens/IDRotF/Reindeer.webp","n":"Reindeer"},{"id":1813,"c":1,"u":"seal_idrotf","p":308,"s":38,"h":1,"t":0,"uu":"seal|idrotf","m":"bestiary/tokens/IDRotF/Seal.webp","n":"Seal"},{"id":1814,"c":1,"u":"sephek%20kaltro_idrotf","p":23,"s":38,"h":1,"t":0,"uu":"sephek kaltro|idrotf","m":"bestiary/tokens/IDRotF/Sephek Kaltro.webp","n":"Sephek Kaltro"},{"id":1815,"c":1,"u":"snow%20golem_idrotf","p":308,"s":38,"h":1,"t":0,"uu":"snow golem|idrotf","m":"bestiary/tokens/IDRotF/Snow Golem.webp","n":"Snow Golem"},{"id":1816,"c":1,"u":"snowy%20owlbear_idrotf","p":309,"s":38,"h":1,"t":0,"uu":"snowy owlbear|idrotf","m":"bestiary/tokens/IDRotF/Snowy Owlbear.webp","n":"Snowy Owlbear"},{"id":1817,"c":1,"u":"spellix%20romwod_idrotf","p":144,"s":38,"h":1,"t":0,"uu":"spellix romwod|idrotf","m":"bestiary/tokens/IDRotF/Spellix Romwod.webp","n":"Spellix Romwod"},{"id":1818,"c":1,"u":"sperm%20whale_idrotf","p":309,"s":38,"h":1,"t":0,"uu":"sperm whale|idrotf","m":"bestiary/tokens/IDRotF/Sperm Whale.webp","n":"Sperm Whale"},{"id":1819,"c":1,"u":"spitting%20mimic_idrotf","p":302,"s":38,"h":1,"t":0,"uu":"spitting mimic|idrotf","m":"bestiary/tokens/IDRotF/Spitting Mimic.webp","n":"Spitting Mimic"},{"id":1820,"c":1,"u":"telepathic%20pentacle_idrotf","p":244,"s":38,"h":1,"t":0,"uu":"telepathic pentacle|idrotf","m":"bestiary/tokens/IDRotF/Telepathic Pentacle.webp","n":"Telepathic Pentacle"},{"id":1821,"c":1,"u":"tomb%20tapper_idrotf","p":310,"s":38,"h":1,"t":0,"uu":"tomb tapper|idrotf","m":"bestiary/tokens/IDRotF/Tomb Tapper.webp","n":"Tomb Tapper"},{"id":1822,"c":1,"u":"tribal%20warrior%20spore%20servant_idrotf","p":52,"s":38,"h":1,"t":0,"uu":"tribal warrior spore servant|idrotf","m":"bestiary/tokens/IDRotF/Tribal Warrior Spore Servant.webp","n":"Tribal Warrior Spore Servant"},{"id":1823,"c":1,"u":"vellynne%20harpell_idrotf","p":273,"s":38,"h":1,"t":0,"uu":"vellynne harpell|idrotf","m":"bestiary/tokens/IDRotF/Vellynne Harpell.webp","n":"Vellynne Harpell"},{"id":1824,"c":1,"u":"verbeeg%20longstrider_idrotf","p":311,"s":38,"h":1,"t":0,"uu":"verbeeg longstrider|idrotf","m":"bestiary/tokens/IDRotF/Verbeeg Longstrider.webp","n":"Verbeeg Longstrider"},{"id":1825,"c":1,"u":"verbeeg%20marauder_idrotf","p":311,"s":38,"h":1,"t":0,"uu":"verbeeg marauder|idrotf","m":"bestiary/tokens/IDRotF/Verbeeg Marauder.webp","n":"Verbeeg Marauder"},{"id":1826,"c":1,"u":"walrus_idrotf","p":312,"s":38,"h":1,"t":0,"uu":"walrus|idrotf","m":"bestiary/tokens/IDRotF/Walrus.webp","n":"Walrus"},{"id":1827,"c":1,"u":"xardorok%20sunblight_idrotf","p":287,"s":38,"h":1,"t":0,"uu":"xardorok sunblight|idrotf","m":"bestiary/tokens/IDRotF/Xardorok Sunblight.webp","n":"Xardorok Sunblight"},{"id":1828,"c":1,"u":"yeti%20tyke_idrotf","p":313,"s":38,"h":1,"t":0,"uu":"yeti tyke|idrotf","m":"bestiary/tokens/IDRotF/Yeti Tyke.webp","n":"Yeti Tyke"},{"id":1829,"c":1,"u":"young%20griffon%20(medium)_idrotf","p":163,"s":38,"h":1,"t":0,"uu":"young griffon (medium)|idrotf","m":"bestiary/tokens/IDRotF/Young Griffon (Medium).webp","n":"Young Griffon (Medium)"},{"id":1830,"c":1,"u":"young%20griffon%20(small)_idrotf","p":163,"s":38,"h":1,"t":0,"uu":"young griffon (small)|idrotf","m":"bestiary/tokens/IDRotF/Young Griffon (Small).webp","n":"Young Griffon (Small)"},{"id":1831,"c":1,"u":"young%20griffon%20(tiny)_idrotf","p":163,"s":38,"h":1,"t":0,"uu":"young griffon (tiny)|idrotf","m":"bestiary/tokens/IDRotF/Young Griffon (Tiny).webp","n":"Young Griffon (Tiny)"},{"id":1832,"c":1,"u":"afsoun%20ghorbani_jttrc","p":162,"s":39,"h":1,"t":0,"uu":"afsoun ghorbani|jttrc","m":"bestiary/tokens/JttRC/Afsoun Ghorbani.webp","n":"Afsoun Ghorbani"},{"id":1833,"c":1,"u":"amanisha%20manivarshi_jttrc","p":127,"s":39,"h":1,"t":0,"uu":"amanisha manivarshi|jttrc","m":"bestiary/tokens/JttRC/Amanisha Manivarshi.webp","n":"Amanisha Manivarshi"},{"id":1834,"c":1,"u":"ameyali_jttrc","p":108,"s":39,"h":1,"t":0,"uu":"ameyali|jttrc","m":"bestiary/tokens/JttRC/Ameyali.webp","n":"Ameyali"},{"id":1835,"c":1,"u":"ashen%20heir%20anarchist_jttrc","p":150,"s":39,"h":1,"t":0,"uu":"ashen heir anarchist|jttrc","m":"bestiary/tokens/JttRC/Ashen Heir Anarchist.webp","n":"Ashen Heir Anarchist"},{"id":1836,"c":1,"u":"ashen%20heir%20assassin_jttrc","p":158,"s":39,"h":1,"t":0,"uu":"ashen heir assassin|jttrc","m":"bestiary/tokens/JttRC/Ashen Heir Assassin.webp","n":"Ashen Heir Assassin"},{"id":1837,"c":1,"u":"ashen%20heir%20mage_jttrc","p":158,"s":39,"h":1,"t":0,"uu":"ashen heir mage|jttrc","m":"bestiary/tokens/JttRC/Ashen Heir Mage.webp","n":"Ashen Heir Mage"},{"id":1838,"c":1,"u":"ashen%20heir%20veteran_jttrc","p":158,"s":39,"h":1,"t":0,"uu":"ashen heir veteran|jttrc","m":"bestiary/tokens/JttRC/Ashen Heir Veteran.webp","n":"Ashen Heir Veteran"},{"id":1839,"c":1,"u":"atash_jttrc","p":166,"s":39,"h":1,"t":0,"uu":"atash|jttrc","m":"bestiary/tokens/JttRC/Atash.webp","n":"Atash"},{"id":1840,"c":1,"u":"atiba-pa_jttrc","p":171,"s":39,"h":1,"t":0,"uu":"atiba-pa|jttrc","m":"bestiary/tokens/JttRC/Atiba-Pa.webp","n":"Atiba-Pa"},{"id":1841,"c":1,"u":"aunt%20dellie_jttrc","p":36,"s":39,"h":1,"t":0,"uu":"aunt dellie|jttrc","m":"bestiary/tokens/JttRC/Aunt Dellie.webp","n":"Aunt Dellie"},{"id":1842,"c":1,"u":"aurumvorax_jttrc","p":105,"s":39,"h":1,"t":0,"uu":"aurumvorax|jttrc","m":"bestiary/tokens/JttRC/Aurumvorax.webp","n":"Aurumvorax"},{"id":1843,"c":1,"u":"aurumvorax%20den%20leader_jttrc","p":105,"s":39,"h":1,"t":0,"uu":"aurumvorax den leader|jttrc","m":"bestiary/tokens/JttRC/Aurumvorax Den Leader.webp","n":"Aurumvorax Den Leader"},{"id":1844,"c":1,"u":"awa_jttrc","p":95,"s":39,"h":1,"t":0,"uu":"awa|jttrc","m":"bestiary/tokens/JttRC/Awa.webp","n":"Awa"},{"id":1845,"c":1,"u":"azra%20nir_jttrc","p":74,"s":39,"h":1,"t":0,"uu":"azra nir|jttrc","m":"bestiary/tokens/JttRC/Azra Nir.webp","n":"Azra Nir"},{"id":1846,"c":1,"u":"bakunawa_jttrc","p":147,"s":39,"h":1,"t":0,"uu":"bakunawa|jttrc","m":"bestiary/tokens/JttRC/Bakunawa.webp","n":"Bakunawa"},{"id":1847,"c":1,"u":"brother%20broumane_jttrc","p":178,"s":39,"h":1,"t":0,"uu":"brother broumane|jttrc","m":"bestiary/tokens/JttRC/Brother Broumane.webp","n":"Brother Broumane"},{"id":1848,"c":1,"u":"dinosaur%20skeleton_jttrc","p":57,"s":39,"h":1,"t":0,"uu":"dinosaur skeleton|jttrc","m":"bestiary/tokens/JttRC/Dinosaur Skeleton.webp","n":"Dinosaur Skeleton"},{"id":1849,"c":1,"u":"diva_jttrc","p":72,"s":39,"h":1,"t":0,"uu":"diva|jttrc","m":"bestiary/tokens/JttRC/Diva.webp","n":"Diva"},{"id":1850,"c":1,"u":"diva%20luma_jttrc","p":71,"s":39,"h":1,"t":0,"uu":"diva luma|jttrc","m":"bestiary/tokens/JttRC/Diva Luma.webp","n":"Diva Luma"},{"id":1851,"c":1,"u":"djeneba_jttrc","p":173,"s":39,"h":1,"t":0,"uu":"djeneba|jttrc","m":"bestiary/tokens/JttRC/Djeneba.webp","n":"Djeneba"},{"id":1852,"c":1,"u":"dragon%20hunter_jttrc","p":138,"s":39,"h":1,"t":0,"uu":"dragon hunter|jttrc","m":"bestiary/tokens/JttRC/Dragon Hunter.webp","n":"Dragon Hunter"},{"id":1853,"c":1,"u":"dukha%20bhatiyali_jttrc","p":124,"s":39,"h":1,"t":0,"uu":"dukha bhatiyali|jttrc","m":"bestiary/tokens/JttRC/Dukha Bhatiyali.webp","n":"Dukha Bhatiyali"},{"id":1854,"c":1,"u":"farmer_jttrc","p":36,"s":39,"h":1,"t":0,"uu":"farmer|jttrc","m":"bestiary/tokens/JttRC/Farmer.webp","n":"Farmer"},{"id":1855,"c":1,"u":"gammon%20xungoon_jttrc","p":20,"s":39,"h":1,"t":0,"uu":"gammon xungoon|jttrc","m":"bestiary/tokens/JttRC/Gammon Xungoon.webp","n":"Gammon Xungoon"},{"id":1856,"c":1,"u":"haint_jttrc","p":185,"s":39,"h":1,"t":0,"uu":"haint|jttrc","m":"bestiary/tokens/JttRC/Haint.webp","n":"Haint"},{"id":1857,"c":1,"u":"jade%20statue_jttrc","p":195,"s":39,"h":1,"t":0,"uu":"jade statue|jttrc","m":"bestiary/tokens/JttRC/Jade Statue.webp","n":"Jade Statue"},{"id":1858,"c":1,"u":"jijibisha%20manivarshi_jttrc","p":128,"s":39,"h":1,"t":0,"uu":"jijibisha manivarshi|jttrc","m":"bestiary/tokens/JttRC/Jijibisha Manivarshi.webp","n":"Jijibisha Manivarshi"},{"id":1859,"c":1,"u":"kala%20mabarin_jttrc","p":70,"s":39,"h":1,"t":0,"uu":"kala mabarin|jttrc","m":"bestiary/tokens/JttRC/Kala Mabarin.webp","n":"Kala Mabarin"},{"id":1860,"c":1,"u":"kasem%20aroon_jttrc","p":21,"s":39,"h":1,"t":0,"uu":"kasem aroon|jttrc","m":"bestiary/tokens/JttRC/Kasem Aroon.webp","n":"Kasem Aroon"},{"id":1861,"c":1,"u":"kedjou%20kamal_jttrc","p":96,"s":39,"h":1,"t":0,"uu":"kedjou kamal|jttrc","m":"bestiary/tokens/JttRC/Kedjou Kamal.webp","n":"Kedjou Kamal"},{"id":1862,"c":1,"u":"kianna_jttrc","p":42,"s":39,"h":1,"t":0,"uu":"kianna|jttrc","m":"bestiary/tokens/JttRC/Kianna.webp","n":"Kianna"},{"id":1863,"c":1,"u":"koi%20prawn_jttrc","p":26,"s":39,"h":1,"t":0,"uu":"koi prawn|jttrc","m":"bestiary/tokens/JttRC/Koi Prawn.webp","n":"Koi Prawn"},{"id":1864,"c":1,"u":"kun%20ahn-jun_jttrc","p":81,"s":39,"h":1,"t":0,"uu":"kun ahn-jun|jttrc","m":"bestiary/tokens/JttRC/Kun Ahn-Jun.webp","n":"Kun Ahn-Jun"},{"id":1865,"c":1,"u":"kusa%20xungoon_jttrc","p":20,"s":39,"h":1,"t":0,"uu":"kusa xungoon|jttrc","m":"bestiary/tokens/JttRC/Kusa Xungoon.webp","n":"Kusa Xungoon"},{"id":1866,"c":1,"u":"lady%20dre_jttrc","p":37,"s":39,"h":1,"t":0,"uu":"lady dre|jttrc","m":"bestiary/tokens/JttRC/Lady Dre.webp","n":"Lady Dre"},{"id":1867,"c":1,"u":"laleh%20ghorbani_jttrc","p":156,"s":39,"h":1,"t":0,"uu":"laleh ghorbani|jttrc","m":"bestiary/tokens/JttRC/Laleh Ghorbani.webp","n":"Laleh Ghorbani"},{"id":1868,"c":1,"u":"lamai%20tyenmo_jttrc","p":20,"s":39,"h":1,"t":0,"uu":"lamai tyenmo|jttrc","m":"bestiary/tokens/JttRC/Lamai Tyenmo.webp","n":"Lamai Tyenmo"},{"id":1869,"c":1,"u":"lu%20zhong%20yin_jttrc","p":189,"s":39,"h":1,"t":0,"uu":"lu zhong yin|jttrc","m":"bestiary/tokens/JttRC/Lu Zhong Yin.webp","n":"Lu Zhong Yin"},{"id":1870,"c":1,"u":"lungtian_jttrc","p":136,"s":39,"h":1,"t":0,"uu":"lungtian|jttrc","m":"bestiary/tokens/JttRC/Lungtian.webp","n":"Lungtian"},{"id":1871,"c":1,"u":"madam%20kulp_jttrc","p":27,"s":39,"h":1,"t":0,"uu":"madam kulp|jttrc","m":"bestiary/tokens/JttRC/Madam Kulp.webp","n":"Madam Kulp"},{"id":1872,"c":1,"u":"myx%20nargis%20ruba_jttrc","p":71,"s":39,"h":1,"t":0,"uu":"myx nargis ruba|jttrc","m":"bestiary/tokens/JttRC/Myx Nargis Ruba.webp","n":"Myx Nargis Ruba"},{"id":1873,"c":1,"u":"navid_jttrc","p":159,"s":39,"h":1,"t":0,"uu":"navid|jttrc","m":"bestiary/tokens/JttRC/Navid.webp","n":"Navid"},{"id":1874,"c":1,"u":"nene_jttrc","p":205,"s":39,"h":1,"t":0,"uu":"nene|jttrc","m":"bestiary/tokens/JttRC/Nene.webp","n":"Nene"},{"id":1875,"c":1,"u":"nightsea%20chil-liren_jttrc","p":177,"s":39,"h":1,"t":0,"uu":"nightsea chil-liren|jttrc","m":"bestiary/tokens/JttRC/Nightsea chil-liren.webp","n":"Nightsea chil-liren"},{"id":1876,"c":1,"u":"nimuel_jttrc","p":136,"s":39,"h":1,"t":0,"uu":"nimuel|jttrc","m":"bestiary/tokens/JttRC/Nimuel.webp","n":"Nimuel"},{"id":1877,"c":1,"u":"ollin_jttrc","p":109,"s":39,"h":1,"t":0,"uu":"ollin|jttrc","m":"bestiary/tokens/JttRC/Ollin.webp","n":"Ollin"},{"id":1878,"c":1,"u":"paloma_jttrc","p":52,"s":39,"h":1,"t":0,"uu":"paloma|jttrc","m":"bestiary/tokens/JttRC/Paloma.webp","n":"Paloma"},{"id":1879,"c":1,"u":"paolo%20maykapal_jttrc","p":138,"s":39,"h":1,"t":0,"uu":"paolo maykapal|jttrc","m":"bestiary/tokens/JttRC/Paolo Maykapal.webp","n":"Paolo Maykapal"},{"id":1880,"c":1,"u":"pari_jttrc","p":167,"s":39,"h":1,"t":0,"uu":"pari|jttrc","m":"bestiary/tokens/JttRC/Pari.webp","n":"Pari"},{"id":1881,"c":1,"u":"prince%20kirina_jttrc","p":94,"s":39,"h":1,"t":0,"uu":"prince kirina|jttrc","m":"bestiary/tokens/JttRC/Prince Kirina.webp","n":"Prince Kirina"},{"id":1882,"c":1,"u":"prince%20simbon_jttrc","p":94,"s":39,"h":1,"t":0,"uu":"prince simbon|jttrc","m":"bestiary/tokens/JttRC/Prince Simbon.webp","n":"Prince Simbon"},{"id":1883,"c":1,"u":"riverine_jttrc","p":133,"s":39,"h":1,"t":0,"uu":"riverine|jttrc","m":"bestiary/tokens/JttRC/Riverine.webp","n":"Riverine"},{"id":1884,"c":1,"u":"rooster_jttrc","p":206,"s":39,"h":1,"t":0,"uu":"rooster|jttrc","m":"bestiary/tokens/JttRC/Rooster.webp","n":"Rooster"},{"id":1885,"c":1,"u":"samira%20arah_jttrc","p":68,"s":39,"h":1,"t":0,"uu":"samira arah|jttrc","m":"bestiary/tokens/JttRC/Samira Arah.webp","n":"Samira Arah"},{"id":1886,"c":1,"u":"serapio_jttrc","p":61,"s":39,"h":1,"t":0,"uu":"serapio|jttrc","m":"bestiary/tokens/JttRC/Serapio.webp","n":"Serapio"},{"id":1887,"c":1,"u":"sholeh_jttrc","p":14,"s":39,"h":1,"t":0,"uu":"sholeh|jttrc","m":"bestiary/tokens/JttRC/Sholeh.webp","n":"Sholeh"},{"id":1888,"c":1,"u":"soul%20shaker_jttrc","p":47,"s":39,"h":1,"t":0,"uu":"soul shaker|jttrc","m":"bestiary/tokens/JttRC/Soul Shaker.webp","n":"Soul Shaker"},{"id":1889,"c":1,"u":"tlacatecolo_jttrc","p":65,"s":39,"h":1,"t":0,"uu":"tlacatecolo|jttrc","m":"bestiary/tokens/JttRC/Tlacatecolo.webp","n":"Tlacatecolo"},{"id":1890,"c":1,"u":"tlexolotl_jttrc","p":119,"s":39,"h":1,"t":0,"uu":"tlexolotl|jttrc","m":"bestiary/tokens/JttRC/Tlexolotl.webp","n":"Tlexolotl"},{"id":1891,"c":1,"u":"tonalli_jttrc","p":110,"s":39,"h":1,"t":0,"uu":"tonalli|jttrc","m":"bestiary/tokens/JttRC/Tonalli.webp","n":"Tonalli"},{"id":1892,"c":1,"u":"tungsten%20ward_jttrc","p":38,"s":39,"h":1,"t":0,"uu":"tungsten ward|jttrc","m":"bestiary/tokens/JttRC/Tungsten Ward.webp","n":"Tungsten Ward"},{"id":1893,"c":1,"u":"uzoma%20baten_jttrc","p":94,"s":39,"h":1,"t":0,"uu":"uzoma baten|jttrc","m":"bestiary/tokens/JttRC/Uzoma Baten.webp","n":"Uzoma Baten"},{"id":1894,"c":1,"u":"vi%20aroon_jttrc","p":28,"s":39,"h":1,"t":0,"uu":"vi aroon|jttrc","m":"bestiary/tokens/JttRC/Vi Aroon.webp","n":"Vi Aroon"},{"id":1895,"c":1,"u":"wei%20feng%20ying_jttrc","p":188,"s":39,"h":1,"t":0,"uu":"wei feng ying|jttrc","m":"bestiary/tokens/JttRC/Wei Feng Ying.webp","n":"Wei Feng Ying"},{"id":1896,"c":1,"u":"whistler_jttrc","p":221,"s":39,"h":1,"t":0,"uu":"whistler|jttrc","m":"bestiary/tokens/JttRC/Whistler.webp","n":"Whistler"},{"id":1897,"c":1,"u":"white%20jade%20emperor_jttrc","p":197,"s":39,"h":1,"t":0,"uu":"white jade emperor|jttrc","m":"bestiary/tokens/JttRC/White Jade Emperor.webp","n":"White Jade Emperor"},{"id":1898,"c":1,"u":"wynling_jttrc","p":33,"s":39,"h":1,"t":0,"uu":"wynling|jttrc","m":"bestiary/tokens/JttRC/Wynling.webp","n":"Wynling"},{"id":1899,"c":1,"u":"xocopol_jttrc","p":112,"s":39,"h":1,"t":0,"uu":"xocopol|jttrc","m":"bestiary/tokens/JttRC/Xocopol.webp","n":"Xocopol"},{"id":1900,"c":1,"u":"yarana_jttrc","p":204,"s":39,"h":1,"t":0,"uu":"yarana|jttrc","m":"bestiary/tokens/JttRC/Yarana.webp","n":"Yarana"},{"id":1901,"c":1,"u":"young-gi_jttrc","p":85,"s":39,"h":1,"t":0,"uu":"young-gi|jttrc","m":"bestiary/tokens/JttRC/Young-Gi.webp","n":"Young-Gi"},{"id":1902,"c":1,"u":"zisatta_jttrc","p":177,"s":39,"h":1,"t":0,"uu":"zisatta|jttrc","m":"bestiary/tokens/JttRC/Zisatta.webp","n":"Zisatta"},{"id":1903,"c":1,"u":"animatronic%20allosaurus_kftgv","p":22,"s":40,"h":1,"t":0,"uu":"animatronic allosaurus|kftgv","m":"bestiary/tokens/KftGV/Animatronic Allosaurus.webp","n":"Animatronic Allosaurus"},{"id":1904,"c":1,"u":"arlo%20kettletoe%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"arlo kettletoe (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Arlo Kettletoe (Levels 1-4).webp","n":"Arlo Kettletoe (Levels 1-4)"},{"id":1905,"c":1,"u":"arlo%20kettletoe%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"arlo kettletoe (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Arlo Kettletoe (Levels 5-8).webp","n":"Arlo Kettletoe (Levels 5-8)"},{"id":1906,"c":1,"u":"arlo%20kettletoe%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"arlo kettletoe (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Arlo Kettletoe (Levels 9-11).webp","n":"Arlo Kettletoe (Levels 9-11)"},{"id":1907,"c":1,"u":"ashen%20animated%20armor_kftgv","p":157,"s":40,"h":1,"t":0,"uu":"ashen animated armor|kftgv","m":"bestiary/tokens/KftGV/Ashen Animated Armor.webp","n":"Ashen Animated Armor"},{"id":1908,"c":1,"u":"ashen%20flying%20sword_kftgv","p":157,"s":40,"h":1,"t":0,"uu":"ashen flying sword|kftgv","m":"bestiary/tokens/KftGV/Ashen Flying Sword.webp","n":"Ashen Flying Sword"},{"id":1909,"c":1,"u":"ashen%20knight_kftgv","p":158,"s":40,"h":1,"t":0,"uu":"ashen knight|kftgv","m":"bestiary/tokens/KftGV/Ashen Knight.webp","n":"Ashen Knight"},{"id":1910,"c":1,"u":"ashen%20shambling%20mound_kftgv","p":158,"s":40,"h":1,"t":0,"uu":"ashen shambling mound|kftgv","m":"bestiary/tokens/KftGV/Ashen Shambling Mound.webp","n":"Ashen Shambling Mound"},{"id":1911,"c":1,"u":"ashen%20veteran_kftgv","p":154,"s":40,"h":1,"t":0,"uu":"ashen veteran|kftgv","m":"bestiary/tokens/KftGV/Ashen Veteran.webp","n":"Ashen Veteran"},{"id":1912,"c":1,"u":"ashen%20warhorse_kftgv","p":158,"s":40,"h":1,"t":0,"uu":"ashen warhorse|kftgv","m":"bestiary/tokens/KftGV/Ashen Warhorse.webp","n":"Ashen Warhorse"},{"id":1913,"c":1,"u":"charmayne%20daymore_kftgv","p":159,"s":40,"h":1,"t":0,"uu":"charmayne daymore|kftgv","m":"bestiary/tokens/KftGV/Charmayne Daymore.webp","n":"Charmayne Daymore"},{"id":1914,"c":1,"u":"clockwork%20defender_kftgv","p":85,"s":40,"h":1,"t":0,"uu":"clockwork defender|kftgv","m":"bestiary/tokens/KftGV/Clockwork Defender.webp","n":"Clockwork Defender"},{"id":1915,"c":1,"u":"clockwork%20observer_kftgv","p":85,"s":40,"h":1,"t":0,"uu":"clockwork observer|kftgv","m":"bestiary/tokens/KftGV/Clockwork Observer.webp","n":"Clockwork Observer"},{"id":1916,"c":1,"u":"conservatory%20student_kftgv","p":110,"s":40,"h":1,"t":0,"uu":"conservatory student|kftgv","m":"bestiary/tokens/KftGV/Conservatory Student.webp","n":"Conservatory Student"},{"id":1917,"c":1,"u":"crimson%20helmed%20horror_kftgv","p":152,"s":40,"h":1,"t":0,"uu":"crimson helmed horror|kftgv","m":"bestiary/tokens/KftGV/Crimson Helmed Horror.webp","n":"Crimson Helmed Horror"},{"id":1918,"c":1,"u":"dr.%20cassee%20dannell_kftgv","p":12,"s":40,"h":1,"t":0,"uu":"dr. cassee dannell|kftgv","m":"bestiary/tokens/KftGV/Dr. Cassee Dannell.webp","n":"Dr. Cassee Dannell"},{"id":1919,"c":1,"u":"eldritch%20horror%20hatchling_kftgv","p":24,"s":40,"h":1,"t":0,"uu":"eldritch horror hatchling|kftgv","m":"bestiary/tokens/KftGV/Eldritch Horror Hatchling.webp","n":"Eldritch Horror Hatchling"},{"id":1920,"c":1,"u":"eliphas%20adulare_kftgv","p":188,"s":40,"h":1,"t":0,"uu":"eliphas adulare|kftgv","m":"bestiary/tokens/KftGV/Eliphas Adulare.webp","n":"Eliphas Adulare"},{"id":1921,"c":1,"u":"enna%20galakiir%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"enna galakiir (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Enna Galakiir (Levels 1-4).webp","n":"Enna Galakiir (Levels 1-4)"},{"id":1922,"c":1,"u":"enna%20galakiir%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"enna galakiir (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Enna Galakiir (Levels 5-8).webp","n":"Enna Galakiir (Levels 5-8)"},{"id":1923,"c":1,"u":"enna%20galakiir%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"enna galakiir (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Enna Galakiir (Levels 9-11).webp","n":"Enna Galakiir (Levels 9-11)"},{"id":1924,"c":1,"u":"fragment%20of%20krokulmar_kftgv","p":53,"s":40,"h":1,"t":0,"uu":"fragment of krokulmar|kftgv","m":"bestiary/tokens/KftGV/Fragment of Krokulmar.webp","n":"Fragment of Krokulmar"},{"id":1925,"c":1,"u":"frody%20dartwild_kftgv","p":105,"s":40,"h":1,"t":0,"uu":"frody dartwild|kftgv","m":"bestiary/tokens/KftGV/Frody Dartwild.webp","n":"Frody Dartwild"},{"id":1926,"c":1,"u":"gregir%20fendelsohn%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"gregir fendelsohn (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Gregir Fendelsohn (Levels 1-4).webp","n":"Gregir Fendelsohn (Levels 1-4)"},{"id":1927,"c":1,"u":"gregir%20fendelsohn%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"gregir fendelsohn (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Gregir Fendelsohn (Levels 5-8).webp","n":"Gregir Fendelsohn (Levels 5-8)"},{"id":1928,"c":1,"u":"gregir%20fendelsohn%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"gregir fendelsohn (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Gregir Fendelsohn (Levels 9-11).webp","n":"Gregir Fendelsohn (Levels 9-11)"},{"id":1929,"c":1,"u":"headless%20body_kftgv","p":51,"s":40,"h":1,"t":0,"uu":"headless body|kftgv","m":"bestiary/tokens/KftGV/Headless Body.webp","n":"Headless Body"},{"id":1930,"c":1,"u":"ignatius%20inkblot_kftgv","p":169,"s":40,"h":1,"t":0,"uu":"ignatius inkblot|kftgv","m":"bestiary/tokens/KftGV/Ignatius Inkblot.webp","n":"Ignatius Inkblot"},{"id":1931,"c":1,"u":"jalynvyr%20nir'thinn_kftgv","p":155,"s":40,"h":1,"t":0,"uu":"jalynvyr nir'thinn|kftgv","m":"bestiary/tokens/KftGV/Jalynvyr Nir'Thinn.webp","n":"Jalynvyr Nir'Thinn"},{"id":1932,"c":1,"u":"jarazoun_kftgv","p":200,"s":40,"h":1,"t":0,"uu":"jarazoun|kftgv","m":"bestiary/tokens/KftGV/Jarazoun.webp","n":"Jarazoun"},{"id":1933,"c":1,"u":"joster%20mareet_kftgv","p":107,"s":40,"h":1,"t":0,"uu":"joster mareet|kftgv","m":"bestiary/tokens/KftGV/Joster Mareet.webp","n":"Joster Mareet"},{"id":1934,"c":1,"u":"juvenile%20eldritch%20horror_kftgv","p":24,"s":40,"h":1,"t":0,"uu":"juvenile eldritch horror|kftgv","m":"bestiary/tokens/KftGV/Juvenile Eldritch Horror.webp","n":"Juvenile Eldritch Horror"},{"id":1935,"c":1,"u":"kavoda_kftgv","p":78,"s":40,"h":1,"t":0,"uu":"kavoda|kftgv","m":"bestiary/tokens/KftGV/Kavoda.webp","n":"Kavoda"},{"id":1936,"c":1,"u":"king%20jhaeros_kftgv","p":158,"s":40,"h":1,"t":0,"uu":"king jhaeros|kftgv","m":"bestiary/tokens/KftGV/King Jhaeros.webp","n":"King Jhaeros"},{"id":1937,"c":1,"u":"markos%20delphi_kftgv","p":53,"s":40,"h":1,"t":0,"uu":"markos delphi|kftgv","m":"bestiary/tokens/KftGV/Markos Delphi.webp","n":"Markos Delphi"},{"id":1938,"c":1,"u":"meera%20raheer_kftgv","p":7,"s":40,"h":1,"t":0,"uu":"meera raheer|kftgv","m":"bestiary/tokens/KftGV/Meera Raheer.webp","n":"Meera Raheer"},{"id":1939,"c":1,"u":"naevys%20tharesso_kftgv","p":150,"s":40,"h":1,"t":0,"uu":"naevys tharesso|kftgv","m":"bestiary/tokens/KftGV/Naevys Tharesso.webp","n":"Naevys Tharesso"},{"id":1940,"c":1,"u":"nixylanna%20vidorant_kftgv","p":130,"s":40,"h":1,"t":0,"uu":"nixylanna vidorant|kftgv","m":"bestiary/tokens/KftGV/Nixylanna Vidorant.webp","n":"Nixylanna Vidorant"},{"id":1941,"c":1,"u":"prisoner%2013_kftgv","p":68,"s":40,"h":1,"t":0,"uu":"prisoner 13|kftgv","m":"bestiary/tokens/KftGV/Prisoner 13.webp","n":"Prisoner 13"},{"id":1942,"c":1,"u":"rilago_kftgv","p":147,"s":40,"h":1,"t":0,"uu":"rilago|kftgv","m":"bestiary/tokens/KftGV/Rilago.webp","n":"Rilago"},{"id":1943,"c":1,"u":"sabrina%20kilgore%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"sabrina kilgore (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Sabrina Kilgore (Levels 1-4).webp","n":"Sabrina Kilgore (Levels 1-4)"},{"id":1944,"c":1,"u":"sabrina%20kilgore%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"sabrina kilgore (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Sabrina Kilgore (Levels 5-8).webp","n":"Sabrina Kilgore (Levels 5-8)"},{"id":1945,"c":1,"u":"sabrina%20kilgore%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"sabrina kilgore (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Sabrina Kilgore (Levels 9-11).webp","n":"Sabrina Kilgore (Levels 9-11)"},{"id":1946,"c":1,"u":"sythian%20skalderang_kftgv","p":117,"s":40,"h":1,"t":0,"uu":"sythian skalderang|kftgv","m":"bestiary/tokens/KftGV/Sythian Skalderang.webp","n":"Sythian Skalderang"},{"id":1947,"c":1,"u":"the%20stranger_kftgv","p":173,"s":40,"h":1,"t":0,"uu":"the stranger|kftgv","m":"bestiary/tokens/KftGV/The Stranger.webp","n":"The Stranger"},{"id":1948,"c":1,"u":"tiefling%20acrobat_kftgv","p":37,"s":40,"h":1,"t":0,"uu":"tiefling acrobat|kftgv","m":"bestiary/tokens/KftGV/Tiefling Acrobat.webp","n":"Tiefling Acrobat"},{"id":1949,"c":1,"u":"tixie%20tockworth_kftgv","p":85,"s":40,"h":1,"t":0,"uu":"tixie tockworth|kftgv","m":"bestiary/tokens/KftGV/Tixie Tockworth.webp","n":"Tixie Tockworth"},{"id":1950,"c":1,"u":"tixie's%20shield%20guardian_kftgv","p":80,"s":40,"h":1,"t":0,"uu":"tixie's shield guardian|kftgv","m":"bestiary/tokens/KftGV/Tixie's Shield Guardian.webp","n":"Tixie's Shield Guardian"},{"id":1951,"c":1,"u":"torgja%20stonecrusher%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"torgja stonecrusher (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Torgja Stonecrusher (Levels 1-4).webp","n":"Torgja Stonecrusher (Levels 1-4)"},{"id":1952,"c":1,"u":"torgja%20stonecrusher%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"torgja stonecrusher (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Torgja Stonecrusher (Levels 5-8).webp","n":"Torgja Stonecrusher (Levels 5-8)"},{"id":1953,"c":1,"u":"torgja%20stonecrusher%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"torgja stonecrusher (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Torgja Stonecrusher (Levels 9-11).webp","n":"Torgja Stonecrusher (Levels 9-11)"},{"id":1954,"c":1,"u":"tosh%20starling%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"tosh starling (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Tosh Starling (Levels 1-4).webp","n":"Tosh Starling (Levels 1-4)"},{"id":1955,"c":1,"u":"tosh%20starling%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"tosh starling (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Tosh Starling (Levels 5-8).webp","n":"Tosh Starling (Levels 5-8)"},{"id":1956,"c":1,"u":"tosh%20starling%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"t":0,"uu":"tosh starling (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Tosh Starling (Levels 9-11).webp","n":"Tosh Starling (Levels 9-11)"},{"id":1957,"c":1,"u":"zala%20morphus_kftgv","p":47,"s":40,"h":1,"t":0,"uu":"zala morphus|kftgv","m":"bestiary/tokens/KftGV/Zala Morphus.webp","n":"Zala Morphus"},{"id":1958,"c":1,"u":"zorhanna%20adulare_kftgv","p":184,"s":40,"h":1,"t":0,"uu":"zorhanna adulare|kftgv","m":"bestiary/tokens/KftGV/Zorhanna Adulare.webp","n":"Zorhanna Adulare"},{"id":1959,"c":1,"u":"zorhanna's%20simulacrum_kftgv","p":184,"s":40,"h":1,"t":0,"uu":"zorhanna's simulacrum|kftgv","m":"bestiary/tokens/KftGV/Zorhanna's Simulacrum.webp","n":"Zorhanna's Simulacrum"},{"id":1960,"c":1,"u":"goblin%20gang%20member_kkw","p":167,"s":41,"h":1,"t":0,"uu":"goblin gang member|kkw","m":"bestiary/tokens/KKW/Goblin Gang Member.webp","n":"Goblin Gang Member"},{"id":1961,"c":1,"u":"krenko_kkw","p":168,"s":41,"h":1,"t":0,"uu":"krenko|kkw","m":"bestiary/tokens/KKW/Krenko.webp","n":"Krenko"},{"id":1962,"c":1,"u":"loading%20rig_kkw","p":170,"s":41,"h":1,"t":0,"uu":"loading rig|kkw","m":"bestiary/tokens/KKW/Loading Rig.webp","n":"Loading Rig"},{"id":1963,"c":1,"u":"ash%20zombie_lmop","p":31,"s":42,"h":1,"t":0,"uu":"ash zombie|lmop","m":"bestiary/tokens/LMoP/Ash Zombie.webp","n":"Ash Zombie"},{"id":1964,"c":1,"u":"evil%20mage_lmop","p":57,"s":42,"h":1,"t":0,"uu":"evil mage|lmop","m":"bestiary/tokens/LMoP/Evil Mage.webp","n":"Evil Mage"},{"id":1965,"c":1,"u":"gundren%20rockseeker_lmop","p":41,"s":42,"h":1,"t":0,"uu":"gundren rockseeker|lmop","m":"bestiary/tokens/LMoP/Gundren Rockseeker.webp","n":"Gundren Rockseeker"},{"id":1966,"c":1,"u":"mormesk%20the%20wraith_lmop","p":59,"s":42,"h":1,"t":0,"uu":"mormesk the wraith|lmop","m":"bestiary/tokens/LMoP/Mormesk the Wraith.webp","n":"Mormesk the Wraith"},{"id":1967,"c":1,"u":"nezznar%20the%20black%20spider_lmop","p":59,"s":42,"h":1,"t":0,"uu":"nezznar the black spider|lmop","m":"bestiary/tokens/LMoP/Nezznar the Black Spider.webp","n":"Nezznar the Black Spider"},{"id":1968,"c":1,"u":"nundro%20rockseeker_lmop","p":50,"s":42,"h":1,"t":0,"uu":"nundro rockseeker|lmop","m":"bestiary/tokens/LMoP/Nundro Rockseeker.webp","n":"Nundro Rockseeker"},{"id":1969,"c":1,"u":"redbrand%20ruffian_lmop","p":61,"s":42,"h":1,"t":0,"uu":"redbrand ruffian|lmop","m":"bestiary/tokens/LMoP/Redbrand Ruffian.webp","n":"Redbrand Ruffian"},{"id":1970,"c":1,"u":"sildar%20hallwinter_lmop","p":61,"s":42,"h":1,"t":0,"uu":"sildar hallwinter|lmop","m":"bestiary/tokens/LMoP/Sildar Hallwinter.webp","n":"Sildar Hallwinter"},{"id":1971,"c":1,"u":"venomfang_lmop","p":63,"s":42,"h":1,"t":0,"uu":"venomfang|lmop","m":"bestiary/tokens/LMoP/Venomfang.webp","n":"Venomfang"},{"id":1972,"c":1,"u":"aarakocra%20spelljammer_lox","p":43,"s":43,"h":1,"t":0,"uu":"aarakocra spelljammer|lox","m":"bestiary/tokens/LoX/Aarakocra Spelljammer.webp","n":"Aarakocra Spelljammer"},{"id":1973,"c":1,"u":"agony_lox","p":34,"s":43,"h":1,"t":0,"uu":"agony|lox","m":"bestiary/tokens/LoX/Agony.webp","n":"Agony"},{"id":1974,"c":1,"u":"astral%20blight_lox","p":10,"s":43,"h":1,"t":0,"uu":"astral blight|lox","m":"bestiary/tokens/LoX/Astral Blight.webp","n":"Astral Blight"},{"id":1975,"c":1,"u":"big%20momma_lox","p":29,"s":43,"h":1,"t":0,"uu":"big momma|lox","m":"bestiary/tokens/LoX/Big Momma.webp","n":"Big Momma"},{"id":1976,"c":1,"u":"commodore%20krux_lox","p":22,"s":43,"h":1,"t":0,"uu":"commodore krux|lox","m":"bestiary/tokens/LoX/Commodore Krux.webp","n":"Commodore Krux"},{"id":1977,"c":1,"u":"elaina%20sartell_lox","p":11,"s":43,"h":1,"t":0,"uu":"elaina sartell|lox","m":"bestiary/tokens/LoX/Elaina Sartell.webp","n":"Elaina Sartell"},{"id":1978,"c":1,"u":"fel%20ardra_lox","p":23,"s":43,"h":1,"t":0,"uu":"fel ardra|lox","m":"bestiary/tokens/LoX/Fel Ardra.webp","n":"Fel Ardra"},{"id":1979,"c":1,"u":"flapjack_lox","p":13,"s":43,"h":1,"t":0,"uu":"flapjack|lox","m":"bestiary/tokens/LoX/Flapjack.webp","n":"Flapjack"},{"id":1980,"c":1,"u":"grimzod%20gargenhale_lox","p":32,"s":43,"h":1,"t":0,"uu":"grimzod gargenhale|lox","m":"bestiary/tokens/LoX/Grimzod Gargenhale.webp","n":"Grimzod Gargenhale"},{"id":1981,"c":1,"u":"hastain_lox","p":25,"s":43,"h":1,"t":0,"uu":"hastain|lox","m":"bestiary/tokens/LoX/Hastain.webp","n":"Hastain"},{"id":1982,"c":1,"u":"prince%20xeleth_lox","p":48,"s":43,"h":1,"t":0,"uu":"prince xeleth|lox","m":"bestiary/tokens/LoX/Prince Xeleth.webp","n":"Prince Xeleth"},{"id":1983,"c":1,"u":"princess%20xedalli_lox","p":60,"s":43,"h":1,"t":0,"uu":"princess xedalli|lox","m":"bestiary/tokens/LoX/Princess Xedalli.webp","n":"Princess Xedalli"},{"id":1984,"c":1,"u":"topolah_lox","p":27,"s":43,"h":1,"t":0,"uu":"topolah|lox","m":"bestiary/tokens/LoX/Topolah.webp","n":"Topolah"},{"id":1985,"c":1,"u":"vocath_lox","p":42,"s":43,"h":1,"t":0,"uu":"vocath|lox","m":"bestiary/tokens/LoX/Vocath.webp","n":"Vocath"},{"id":1986,"c":1,"u":"warwyck%20blastimoff_lox","p":39,"s":43,"h":1,"t":0,"uu":"warwyck blastimoff|lox","m":"bestiary/tokens/LoX/Warwyck Blastimoff.webp","n":"Warwyck Blastimoff"},{"id":1987,"c":1,"u":"alax%20jadescales_lrdt","p":11,"s":44,"h":1,"dP":1,"t":0,"uu":"alax jadescales|lrdt","m":"bestiary/tokens/LRDT/Alax Jadescales.webp","n":"Alax Jadescales"},{"id":1988,"c":1,"u":"ervan%20soulfallen_lrdt","p":11,"s":44,"h":1,"dP":1,"t":0,"uu":"ervan soulfallen|lrdt","m":"bestiary/tokens/LRDT/Ervan Soulfallen.webp","n":"Ervan Soulfallen"},{"id":1989,"c":1,"u":"aarakocra_mm","p":12,"s":45,"h":1,"t":0,"uu":"aarakocra|mm","m":"bestiary/tokens/MM/Aarakocra.webp","n":"Aarakocra"},{"id":1990,"c":1,"u":"aboleth_mm","p":13,"s":45,"h":1,"r":1,"t":0,"uu":"aboleth|mm","m":"bestiary/tokens/MM/Aboleth.webp","n":"Aboleth"},{"id":1991,"c":1,"u":"abominable%20yeti_mm","p":306,"s":45,"h":1,"t":0,"uu":"abominable yeti|mm","m":"bestiary/tokens/MM/Abominable Yeti.webp","n":"Abominable Yeti"},{"id":1992,"c":1,"u":"acolyte_mm","p":342,"s":45,"h":1,"r":1,"t":0,"uu":"acolyte|mm","m":"bestiary/tokens/MM/Acolyte.webp","n":"Acolyte"},{"id":1993,"c":1,"u":"adult%20black%20dragon_mm","p":88,"s":45,"h":1,"r":1,"t":0,"uu":"adult black dragon|mm","m":"bestiary/tokens/MM/Adult Black Dragon.webp","n":"Adult Black Dragon"},{"id":1994,"c":1,"u":"adult%20blue%20dracolich_mm","p":84,"s":45,"h":1,"t":0,"uu":"adult blue dracolich|mm","m":"bestiary/tokens/MM/Adult Blue Dracolich.webp","n":"Adult Blue Dracolich"},{"id":1995,"c":1,"u":"adult%20blue%20dragon_mm","p":91,"s":45,"h":1,"r":1,"t":0,"uu":"adult blue dragon|mm","m":"bestiary/tokens/MM/Adult Blue Dragon.webp","n":"Adult Blue Dragon"},{"id":1996,"c":1,"u":"adult%20brass%20dragon_mm","p":105,"s":45,"h":1,"r":1,"t":0,"uu":"adult brass dragon|mm","m":"bestiary/tokens/MM/Adult Brass Dragon.webp","n":"Adult Brass Dragon"},{"id":1997,"c":1,"u":"adult%20bronze%20dragon_mm","p":108,"s":45,"h":1,"r":1,"t":0,"uu":"adult bronze dragon|mm","m":"bestiary/tokens/MM/Adult Bronze Dragon.webp","n":"Adult Bronze Dragon"},{"id":1998,"c":1,"u":"adult%20copper%20dragon_mm","p":112,"s":45,"h":1,"r":1,"t":0,"uu":"adult copper dragon|mm","m":"bestiary/tokens/MM/Adult Copper Dragon.webp","n":"Adult Copper Dragon"},{"id":1999,"c":1,"u":"adult%20gold%20dragon_mm","p":114,"s":45,"h":1,"r":1,"t":0,"uu":"adult gold dragon|mm","m":"bestiary/tokens/MM/Adult Gold Dragon.webp","n":"Adult Gold Dragon"},{"id":2000,"c":1,"u":"adult%20green%20dragon_mm","p":94,"s":45,"h":1,"r":1,"t":0,"uu":"adult green dragon|mm","m":"bestiary/tokens/MM/Adult Green Dragon.webp","n":"Adult Green Dragon"},{"id":2001,"c":1,"u":"adult%20red%20dragon_mm","p":98,"s":45,"h":1,"r":1,"t":0,"uu":"adult red dragon|mm","m":"bestiary/tokens/MM/Adult Red Dragon.webp","n":"Adult Red Dragon"},{"id":2002,"c":1,"u":"adult%20silver%20dragon_mm","p":117,"s":45,"h":1,"r":1,"t":0,"uu":"adult silver dragon|mm","m":"bestiary/tokens/MM/Adult Silver Dragon.webp","n":"Adult Silver Dragon"},{"id":2003,"c":1,"u":"adult%20white%20dragon_mm","p":101,"s":45,"h":1,"r":1,"t":0,"uu":"adult white dragon|mm","m":"bestiary/tokens/MM/Adult White Dragon.webp","n":"Adult White Dragon"},{"id":2004,"c":1,"u":"air%20elemental_mm","p":124,"s":45,"h":1,"r":1,"t":0,"uu":"air elemental|mm","m":"bestiary/tokens/MM/Air Elemental.webp","n":"Air Elemental"},{"id":2005,"c":1,"u":"allosaurus_mm","p":79,"s":45,"h":1,"t":0,"uu":"allosaurus|mm","m":"bestiary/tokens/MM/Allosaurus.webp","n":"Allosaurus"},{"id":2006,"c":1,"u":"ancient%20black%20dragon_mm","p":87,"s":45,"h":1,"r":1,"t":0,"uu":"ancient black dragon|mm","m":"bestiary/tokens/MM/Ancient Black Dragon.webp","n":"Ancient Black Dragon"},{"id":2007,"c":1,"u":"ancient%20blue%20dragon_mm","p":90,"s":45,"h":1,"r":1,"t":0,"uu":"ancient blue dragon|mm","m":"bestiary/tokens/MM/Ancient Blue Dragon.webp","n":"Ancient Blue Dragon"},{"id":2008,"c":1,"u":"ancient%20brass%20dragon_mm","p":104,"s":45,"h":1,"r":1,"t":0,"uu":"ancient brass dragon|mm","m":"bestiary/tokens/MM/Ancient Brass Dragon.webp","n":"Ancient Brass Dragon"},{"id":2009,"c":1,"u":"ancient%20bronze%20dragon_mm","p":107,"s":45,"h":1,"r":1,"t":0,"uu":"ancient bronze dragon|mm","m":"bestiary/tokens/MM/Ancient Bronze Dragon.webp","n":"Ancient Bronze Dragon"},{"id":2010,"c":1,"u":"ancient%20copper%20dragon_mm","p":110,"s":45,"h":1,"r":1,"t":0,"uu":"ancient copper dragon|mm","m":"bestiary/tokens/MM/Ancient Copper Dragon.webp","n":"Ancient Copper Dragon"},{"id":2011,"c":1,"u":"ancient%20gold%20dragon_mm","p":113,"s":45,"h":1,"r":1,"t":0,"uu":"ancient gold dragon|mm","m":"bestiary/tokens/MM/Ancient Gold Dragon.webp","n":"Ancient Gold Dragon"},{"id":2012,"c":1,"u":"ancient%20green%20dragon_mm","p":93,"s":45,"h":1,"r":1,"t":0,"uu":"ancient green dragon|mm","m":"bestiary/tokens/MM/Ancient Green Dragon.webp","n":"Ancient Green Dragon"},{"id":2013,"c":1,"u":"ancient%20red%20dragon_mm","p":97,"s":45,"h":1,"r":1,"t":0,"uu":"ancient red dragon|mm","m":"bestiary/tokens/MM/Ancient Red Dragon.webp","n":"Ancient Red Dragon"},{"id":2014,"c":1,"u":"ancient%20silver%20dragon_mm","p":116,"s":45,"h":1,"r":1,"t":0,"uu":"ancient silver dragon|mm","m":"bestiary/tokens/MM/Ancient Silver Dragon.webp","n":"Ancient Silver Dragon"},{"id":2015,"c":1,"u":"ancient%20white%20dragon_mm","p":100,"s":45,"h":1,"r":1,"t":0,"uu":"ancient white dragon|mm","m":"bestiary/tokens/MM/Ancient White Dragon.webp","n":"Ancient White Dragon"},{"id":2016,"c":1,"u":"androsphinx_mm","p":281,"s":45,"h":1,"r":1,"t":0,"uu":"androsphinx|mm","m":"bestiary/tokens/MM/Androsphinx.webp","n":"Androsphinx"},{"id":2017,"c":1,"u":"animated%20armor_mm","p":19,"s":45,"h":1,"r":1,"t":0,"uu":"animated armor|mm","m":"bestiary/tokens/MM/Animated Armor.webp","n":"Animated Armor"},{"id":2018,"c":1,"u":"ankheg_mm","p":21,"s":45,"h":1,"r":1,"t":0,"uu":"ankheg|mm","m":"bestiary/tokens/MM/Ankheg.webp","n":"Ankheg"},{"id":2019,"c":1,"u":"ankylosaurus_mm","p":79,"s":45,"h":1,"t":0,"uu":"ankylosaurus|mm","m":"bestiary/tokens/MM/Ankylosaurus.webp","n":"Ankylosaurus"},{"id":2020,"c":1,"u":"ape_mm","p":317,"s":45,"h":1,"r":1,"t":0,"uu":"ape|mm","m":"bestiary/tokens/MM/Ape.webp","n":"Ape"},{"id":2021,"c":1,"u":"arcanaloth_mm","p":313,"s":45,"h":1,"t":0,"uu":"arcanaloth|mm","m":"bestiary/tokens/MM/Arcanaloth.webp","n":"Arcanaloth"},{"id":2022,"c":1,"u":"archmage_mm","p":342,"s":45,"h":1,"r":1,"t":0,"uu":"archmage|mm","m":"bestiary/tokens/MM/Archmage.webp","n":"Archmage"},{"id":2023,"c":1,"u":"assassin_mm","p":343,"s":45,"h":1,"r":1,"t":0,"uu":"assassin|mm","m":"bestiary/tokens/MM/Assassin.webp","n":"Assassin"},{"id":2024,"c":1,"u":"awakened%20shrub_mm","p":317,"s":45,"h":1,"r":1,"t":0,"uu":"awakened shrub|mm","m":"bestiary/tokens/MM/Awakened Shrub.webp","n":"Awakened Shrub"},{"id":2025,"c":1,"u":"awakened%20tree_mm","p":317,"s":45,"h":1,"r":1,"t":0,"uu":"awakened tree|mm","m":"bestiary/tokens/MM/Awakened Tree.webp","n":"Awakened Tree"},{"id":2026,"c":1,"u":"axe%20beak_mm","p":317,"s":45,"h":1,"r":1,"t":0,"uu":"axe beak|mm","m":"bestiary/tokens/MM/Axe Beak.webp","n":"Axe Beak"},{"id":2027,"c":1,"u":"azer_mm","p":22,"s":45,"h":1,"r":1,"t":0,"uu":"azer|mm","m":"bestiary/tokens/MM/Azer.webp","n":"Azer"},{"id":2028,"c":1,"u":"baboon_mm","p":318,"s":45,"h":1,"r":1,"t":0,"uu":"baboon|mm","m":"bestiary/tokens/MM/Baboon.webp","n":"Baboon"},{"id":2029,"c":1,"u":"badger_mm","p":318,"s":45,"h":1,"r":1,"t":0,"uu":"badger|mm","m":"bestiary/tokens/MM/Badger.webp","n":"Badger"},{"id":2030,"c":1,"u":"balor_mm","p":55,"s":45,"h":1,"r":1,"t":0,"uu":"balor|mm","m":"bestiary/tokens/MM/Balor.webp","n":"Balor"},{"id":2031,"c":1,"u":"bandit_mm","p":343,"s":45,"h":1,"r":1,"t":0,"uu":"bandit|mm","m":"bestiary/tokens/MM/Bandit.webp","n":"Bandit"},{"id":2032,"c":1,"u":"bandit%20captain_mm","p":344,"s":45,"h":1,"r":1,"t":0,"uu":"bandit captain|mm","m":"bestiary/tokens/MM/Bandit Captain.webp","n":"Bandit Captain"},{"id":2033,"c":1,"u":"banshee_mm","p":23,"s":45,"h":1,"t":0,"uu":"banshee|mm","m":"bestiary/tokens/MM/Banshee.webp","n":"Banshee"},{"id":2034,"c":1,"u":"barbed%20devil_mm","p":70,"s":45,"h":1,"r":1,"t":0,"uu":"barbed devil|mm","m":"bestiary/tokens/MM/Barbed Devil.webp","n":"Barbed Devil"},{"id":2035,"c":1,"u":"barlgura_mm","p":56,"s":45,"h":1,"t":0,"uu":"barlgura|mm","m":"bestiary/tokens/MM/Barlgura.webp","n":"Barlgura"},{"id":2036,"c":1,"u":"basilisk_mm","p":24,"s":45,"h":1,"r":1,"t":0,"uu":"basilisk|mm","m":"bestiary/tokens/MM/Basilisk.webp","n":"Basilisk"},{"id":2037,"c":1,"u":"bat_mm","p":318,"s":45,"h":1,"r":1,"t":0,"uu":"bat|mm","m":"bestiary/tokens/MM/Bat.webp","n":"Bat"},{"id":2038,"c":1,"u":"bearded%20devil_mm","p":70,"s":45,"h":1,"r":1,"t":0,"uu":"bearded devil|mm","m":"bestiary/tokens/MM/Bearded Devil.webp","n":"Bearded Devil"},{"id":2039,"c":1,"u":"behir_mm","p":25,"s":45,"h":1,"r":1,"t":0,"uu":"behir|mm","m":"bestiary/tokens/MM/Behir.webp","n":"Behir"},{"id":2040,"c":1,"u":"beholder_mm","p":28,"s":45,"h":1,"t":0,"uu":"beholder|mm","m":"bestiary/tokens/MM/Beholder.webp","n":"Beholder"},{"id":2041,"c":1,"u":"beholder%20zombie_mm","p":316,"s":45,"h":1,"t":0,"uu":"beholder zombie|mm","m":"bestiary/tokens/MM/Beholder Zombie.webp","n":"Beholder Zombie"},{"id":2042,"c":1,"u":"berserker_mm","p":344,"s":45,"h":1,"r":1,"t":0,"uu":"berserker|mm","m":"bestiary/tokens/MM/Berserker.webp","n":"Berserker"},{"id":2043,"c":1,"u":"black%20bear_mm","p":318,"s":45,"h":1,"r":1,"t":0,"uu":"black bear|mm","m":"bestiary/tokens/MM/Black Bear.webp","n":"Black Bear"},{"id":2044,"c":1,"u":"black%20dragon%20wyrmling_mm","p":88,"s":45,"h":1,"r":1,"t":0,"uu":"black dragon wyrmling|mm","m":"bestiary/tokens/MM/Black Dragon Wyrmling.webp","n":"Black Dragon Wyrmling"},{"id":2045,"c":1,"u":"black%20pudding_mm","p":241,"s":45,"h":1,"r":1,"t":0,"uu":"black pudding|mm","m":"bestiary/tokens/MM/Black Pudding.webp","n":"Black Pudding"},{"id":2046,"c":1,"u":"blink%20dog_mm","p":318,"s":45,"h":1,"r":1,"t":0,"uu":"blink dog|mm","m":"bestiary/tokens/MM/Blink Dog.webp","n":"Blink Dog"},{"id":2047,"c":1,"u":"blood%20hawk_mm","p":319,"s":45,"h":1,"r":1,"t":0,"uu":"blood hawk|mm","m":"bestiary/tokens/MM/Blood Hawk.webp","n":"Blood Hawk"},{"id":2048,"c":1,"u":"blue%20dragon%20wyrmling_mm","p":91,"s":45,"h":1,"r":1,"t":0,"uu":"blue dragon wyrmling|mm","m":"bestiary/tokens/MM/Blue Dragon Wyrmling.webp","n":"Blue Dragon Wyrmling"},{"id":2049,"c":1,"u":"blue%20slaad_mm","p":276,"s":45,"h":1,"t":0,"uu":"blue slaad|mm","m":"bestiary/tokens/MM/Blue Slaad.webp","n":"Blue Slaad"},{"id":2050,"c":1,"u":"boar_mm","p":319,"s":45,"h":1,"r":1,"t":0,"uu":"boar|mm","m":"bestiary/tokens/MM/Boar.webp","n":"Boar"},{"id":2051,"c":1,"u":"bone%20devil_mm","p":71,"s":45,"h":1,"r":1,"t":0,"uu":"bone devil|mm","m":"bestiary/tokens/MM/Bone Devil.webp","n":"Bone Devil"},{"id":2052,"c":1,"u":"bone%20naga%20(guardian)_mm","p":233,"s":45,"h":1,"t":0,"uu":"bone naga (guardian)|mm","m":"bestiary/tokens/MM/Bone Naga (Guardian).webp","n":"Bone Naga (Guardian)"},{"id":2053,"c":1,"u":"bone%20naga%20(spirit)_mm","p":233,"s":45,"h":1,"t":0,"uu":"bone naga (spirit)|mm","m":"bestiary/tokens/MM/Bone Naga (Spirit).webp","n":"Bone Naga (Spirit)"},{"id":2054,"c":1,"u":"brass%20dragon%20wyrmling_mm","p":106,"s":45,"h":1,"r":1,"t":0,"uu":"brass dragon wyrmling|mm","m":"bestiary/tokens/MM/Brass Dragon Wyrmling.webp","n":"Brass Dragon Wyrmling"},{"id":2055,"c":1,"u":"bronze%20dragon%20wyrmling_mm","p":109,"s":45,"h":1,"r":1,"t":0,"uu":"bronze dragon wyrmling|mm","m":"bestiary/tokens/MM/Bronze Dragon Wyrmling.webp","n":"Bronze Dragon Wyrmling"},{"id":2056,"c":1,"u":"brown%20bear_mm","p":319,"s":45,"h":1,"r":1,"t":0,"uu":"brown bear|mm","m":"bestiary/tokens/MM/Brown Bear.webp","n":"Brown Bear"},{"id":2057,"c":1,"u":"bugbear_mm","p":33,"s":45,"h":1,"r":1,"t":0,"uu":"bugbear|mm","m":"bestiary/tokens/MM/Bugbear.webp","n":"Bugbear"},{"id":2058,"c":1,"u":"bugbear%20chief_mm","p":33,"s":45,"h":1,"t":0,"uu":"bugbear chief|mm","m":"bestiary/tokens/MM/Bugbear Chief.webp","n":"Bugbear Chief"},{"id":2059,"c":1,"u":"bulette_mm","p":34,"s":45,"h":1,"r":1,"t":0,"uu":"bulette|mm","m":"bestiary/tokens/MM/Bulette.webp","n":"Bulette"},{"id":2060,"c":1,"u":"bullywug_mm","p":35,"s":45,"h":1,"t":0,"uu":"bullywug|mm","m":"bestiary/tokens/MM/Bullywug.webp","n":"Bullywug"},{"id":2061,"c":1,"u":"cambion_mm","p":36,"s":45,"h":1,"t":0,"uu":"cambion|mm","m":"bestiary/tokens/MM/Cambion.webp","n":"Cambion"},{"id":2062,"c":1,"u":"camel_mm","p":320,"s":45,"h":1,"r":1,"t":0,"uu":"camel|mm","m":"bestiary/tokens/MM/Camel.webp","n":"Camel"},{"id":2063,"c":1,"u":"carrion%20crawler_mm","p":37,"s":45,"h":1,"t":0,"uu":"carrion crawler|mm","m":"bestiary/tokens/MM/Carrion Crawler.webp","n":"Carrion Crawler"},{"id":2064,"c":1,"u":"cat_mm","p":320,"s":45,"h":1,"r":1,"t":0,"uu":"cat|mm","m":"bestiary/tokens/MM/Cat.webp","n":"Cat"},{"id":2065,"c":1,"u":"cave%20bear_mm","p":334,"s":45,"h":1,"t":0,"uu":"cave bear|mm","m":"bestiary/tokens/MM/Cave Bear.webp","n":"Cave Bear"},{"id":2066,"c":1,"u":"centaur_mm","p":38,"s":45,"h":1,"r":1,"t":0,"uu":"centaur|mm","m":"bestiary/tokens/MM/Centaur.webp","n":"Centaur"},{"id":2067,"c":1,"u":"chain%20devil_mm","p":72,"s":45,"h":1,"r":1,"t":0,"uu":"chain devil|mm","m":"bestiary/tokens/MM/Chain Devil.webp","n":"Chain Devil"},{"id":2068,"c":1,"u":"chasme_mm","p":57,"s":45,"h":1,"t":0,"uu":"chasme|mm","m":"bestiary/tokens/MM/Chasme.webp","n":"Chasme"},{"id":2069,"c":1,"u":"chimera_mm","p":39,"s":45,"h":1,"r":1,"t":0,"uu":"chimera|mm","m":"bestiary/tokens/MM/Chimera.webp","n":"Chimera"},{"id":2070,"c":1,"u":"chuul_mm","p":40,"s":45,"h":1,"r":1,"t":0,"uu":"chuul|mm","m":"bestiary/tokens/MM/Chuul.webp","n":"Chuul"},{"id":2071,"c":1,"u":"clay%20golem_mm","p":168,"s":45,"h":1,"r":1,"t":0,"uu":"clay golem|mm","m":"bestiary/tokens/MM/Clay Golem.webp","n":"Clay Golem"},{"id":2072,"c":1,"u":"cloaker_mm","p":41,"s":45,"h":1,"r":1,"t":0,"uu":"cloaker|mm","m":"bestiary/tokens/MM/Cloaker.webp","n":"Cloaker"},{"id":2073,"c":1,"u":"cloud%20giant_mm","p":154,"s":45,"h":1,"r":1,"t":0,"uu":"cloud giant|mm","m":"bestiary/tokens/MM/Cloud Giant.webp","n":"Cloud Giant"},{"id":2074,"c":1,"u":"cockatrice_mm","p":42,"s":45,"h":1,"r":1,"t":0,"uu":"cockatrice|mm","m":"bestiary/tokens/MM/Cockatrice.webp","n":"Cockatrice"},{"id":2075,"c":1,"u":"commoner_mm","p":345,"s":45,"h":1,"r":1,"t":0,"uu":"commoner|mm","m":"bestiary/tokens/MM/Commoner.webp","n":"Commoner"},{"id":2076,"c":1,"u":"constrictor%20snake_mm","p":320,"s":45,"h":1,"r":1,"t":0,"uu":"constrictor snake|mm","m":"bestiary/tokens/MM/Constrictor Snake.webp","n":"Constrictor Snake"},{"id":2077,"c":1,"u":"copper%20dragon%20wyrmling_mm","p":111,"s":45,"h":1,"r":1,"t":0,"uu":"copper dragon wyrmling|mm","m":"bestiary/tokens/MM/Copper Dragon Wyrmling.webp","n":"Copper Dragon Wyrmling"},{"id":2078,"c":1,"u":"couatl_mm","p":43,"s":45,"h":1,"r":1,"t":0,"uu":"couatl|mm","m":"bestiary/tokens/MM/Couatl.webp","n":"Couatl"},{"id":2079,"c":1,"u":"crab_mm","p":320,"s":45,"h":1,"r":1,"t":0,"uu":"crab|mm","m":"bestiary/tokens/MM/Crab.webp","n":"Crab"},{"id":2080,"c":1,"u":"crawling%20claw_mm","p":44,"s":45,"h":1,"t":0,"uu":"crawling claw|mm","m":"bestiary/tokens/MM/Crawling Claw.webp","n":"Crawling Claw"},{"id":2081,"c":1,"u":"crocodile_mm","p":320,"s":45,"h":1,"r":1,"t":0,"uu":"crocodile|mm","m":"bestiary/tokens/MM/Crocodile.webp","n":"Crocodile"},{"id":2082,"c":1,"u":"cult%20fanatic_mm","p":345,"s":45,"h":1,"r":1,"t":0,"uu":"cult fanatic|mm","m":"bestiary/tokens/MM/Cult Fanatic.webp","n":"Cult Fanatic"},{"id":2083,"c":1,"u":"cultist_mm","p":345,"s":45,"h":1,"r":1,"t":0,"uu":"cultist|mm","m":"bestiary/tokens/MM/Cultist.webp","n":"Cultist"},{"id":2084,"c":1,"u":"cyclops_mm","p":45,"s":45,"h":1,"t":0,"uu":"cyclops|mm","m":"bestiary/tokens/MM/Cyclops.webp","n":"Cyclops"},{"id":2085,"c":1,"u":"dao_mm","p":143,"s":45,"h":1,"t":0,"uu":"dao|mm","m":"bestiary/tokens/MM/Dao.webp","n":"Dao"},{"id":2086,"c":1,"u":"darkmantle_mm","p":46,"s":45,"h":1,"r":1,"t":0,"uu":"darkmantle|mm","m":"bestiary/tokens/MM/Darkmantle.webp","n":"Darkmantle"},{"id":2087,"c":1,"u":"death%20dog_mm","p":321,"s":45,"h":1,"r":1,"t":0,"uu":"death dog|mm","m":"bestiary/tokens/MM/Death Dog.webp","n":"Death Dog"},{"id":2088,"c":1,"u":"death%20knight_mm","p":47,"s":45,"h":1,"t":0,"uu":"death knight|mm","m":"bestiary/tokens/MM/Death Knight.webp","n":"Death Knight"},{"id":2089,"c":1,"u":"death%20slaad_mm","p":278,"s":45,"h":1,"t":0,"uu":"death slaad|mm","m":"bestiary/tokens/MM/Death Slaad.webp","n":"Death Slaad"},{"id":2090,"c":1,"u":"death%20tyrant_mm","p":29,"s":45,"h":1,"t":0,"uu":"death tyrant|mm","m":"bestiary/tokens/MM/Death Tyrant.webp","n":"Death Tyrant"},{"id":2091,"c":1,"u":"deep%20gnome%20(svirfneblin)_mm","p":164,"s":45,"h":1,"r":1,"t":0,"uu":"deep gnome (svirfneblin)|mm","m":"bestiary/tokens/MM/Deep Gnome (Svirfneblin).webp","n":"Deep Gnome (Svirfneblin)"},{"id":2092,"c":1,"u":"deer_mm","p":321,"s":45,"h":1,"r":1,"t":0,"uu":"deer|mm","m":"bestiary/tokens/MM/Deer.webp","n":"Deer"},{"id":2093,"c":1,"u":"demilich_mm","p":48,"s":45,"h":1,"t":0,"uu":"demilich|mm","m":"bestiary/tokens/MM/Demilich.webp","n":"Demilich"},{"id":2094,"c":1,"u":"deva_mm","p":16,"s":45,"h":1,"r":1,"t":0,"uu":"deva|mm","m":"bestiary/tokens/MM/Deva.webp","n":"Deva"},{"id":2095,"c":1,"u":"dire%20wolf_mm","p":321,"s":45,"h":1,"r":1,"t":0,"uu":"dire wolf|mm","m":"bestiary/tokens/MM/Dire Wolf.webp","n":"Dire Wolf"},{"id":2096,"c":1,"u":"displacer%20beast_mm","p":81,"s":45,"h":1,"t":0,"uu":"displacer beast|mm","m":"bestiary/tokens/MM/Displacer Beast.webp","n":"Displacer Beast"},{"id":2097,"c":1,"u":"djinni_mm","p":144,"s":45,"h":1,"r":1,"t":0,"uu":"djinni|mm","m":"bestiary/tokens/MM/Djinni.webp","n":"Djinni"},{"id":2098,"c":1,"u":"doppelganger_mm","p":82,"s":45,"h":1,"r":1,"t":0,"uu":"doppelganger|mm","m":"bestiary/tokens/MM/Doppelganger.webp","n":"Doppelganger"},{"id":2099,"c":1,"u":"draft%20horse_mm","p":321,"s":45,"h":1,"r":1,"t":0,"uu":"draft horse|mm","m":"bestiary/tokens/MM/Draft Horse.webp","n":"Draft Horse"},{"id":2100,"c":1,"u":"dragon%20turtle_mm","p":119,"s":45,"h":1,"r":1,"t":0,"uu":"dragon turtle|mm","m":"bestiary/tokens/MM/Dragon Turtle.webp","n":"Dragon Turtle"},{"id":2101,"c":1,"u":"dretch_mm","p":57,"s":45,"h":1,"r":1,"t":0,"uu":"dretch|mm","m":"bestiary/tokens/MM/Dretch.webp","n":"Dretch"},{"id":2102,"c":1,"u":"drider_mm","p":120,"s":45,"h":1,"r":1,"t":0,"uu":"drider|mm","m":"bestiary/tokens/MM/Drider.webp","n":"Drider"},{"id":2103,"c":1,"u":"drow_mm","p":128,"s":45,"h":1,"r":1,"t":0,"uu":"drow|mm","m":"bestiary/tokens/MM/Drow.webp","n":"Drow"},{"id":2104,"c":1,"u":"drow%20elite%20warrior_mm","p":128,"s":45,"h":1,"t":0,"uu":"drow elite warrior|mm","m":"bestiary/tokens/MM/Drow Elite Warrior.webp","n":"Drow Elite Warrior"},{"id":2105,"c":1,"u":"drow%20mage_mm","p":129,"s":45,"h":1,"t":0,"uu":"drow mage|mm","m":"bestiary/tokens/MM/Drow Mage.webp","n":"Drow Mage"},{"id":2106,"c":1,"u":"drow%20priestess%20of%20lolth_mm","p":129,"s":45,"h":1,"t":0,"uu":"drow priestess of lolth|mm","m":"bestiary/tokens/MM/Drow Priestess of Lolth.webp","n":"Drow Priestess of Lolth"},{"id":2107,"c":1,"u":"druid_mm","p":346,"s":45,"h":1,"r":1,"t":0,"uu":"druid|mm","m":"bestiary/tokens/MM/Druid.webp","n":"Druid"},{"id":2108,"c":1,"u":"dryad_mm","p":121,"s":45,"h":1,"r":1,"t":0,"uu":"dryad|mm","m":"bestiary/tokens/MM/Dryad.webp","n":"Dryad"},{"id":2109,"c":1,"u":"duergar_mm","p":122,"s":45,"h":1,"r":1,"t":0,"uu":"duergar|mm","m":"bestiary/tokens/MM/Duergar.webp","n":"Duergar"},{"id":2110,"c":1,"u":"duodrone_mm","p":225,"s":45,"h":1,"t":0,"uu":"duodrone|mm","m":"bestiary/tokens/MM/Duodrone.webp","n":"Duodrone"},{"id":2111,"c":1,"u":"dust%20mephit_mm","p":215,"s":45,"h":1,"r":1,"t":0,"uu":"dust mephit|mm","m":"bestiary/tokens/MM/Dust Mephit.webp","n":"Dust Mephit"},{"id":2112,"c":1,"u":"eagle_mm","p":322,"s":45,"h":1,"r":1,"t":0,"uu":"eagle|mm","m":"bestiary/tokens/MM/Eagle.webp","n":"Eagle"},{"id":2113,"c":1,"u":"earth%20elemental_mm","p":124,"s":45,"h":1,"r":1,"t":0,"uu":"earth elemental|mm","m":"bestiary/tokens/MM/Earth Elemental.webp","n":"Earth Elemental"},{"id":2114,"c":1,"u":"efreeti_mm","p":145,"s":45,"h":1,"r":1,"t":0,"uu":"efreeti|mm","m":"bestiary/tokens/MM/Efreeti.webp","n":"Efreeti"},{"id":2115,"c":1,"u":"elephant_mm","p":322,"s":45,"h":1,"r":1,"t":0,"uu":"elephant|mm","m":"bestiary/tokens/MM/Elephant.webp","n":"Elephant"},{"id":2116,"c":1,"u":"elk_mm","p":322,"s":45,"h":1,"r":1,"t":0,"uu":"elk|mm","m":"bestiary/tokens/MM/Elk.webp","n":"Elk"},{"id":2117,"c":1,"u":"empyrean_mm","p":130,"s":45,"h":1,"t":0,"uu":"empyrean|mm","m":"bestiary/tokens/MM/Empyrean.webp","n":"Empyrean"},{"id":2118,"c":1,"u":"erinyes_mm","p":73,"s":45,"h":1,"r":1,"t":0,"uu":"erinyes|mm","m":"bestiary/tokens/MM/Erinyes.webp","n":"Erinyes"},{"id":2119,"c":1,"u":"ettercap_mm","p":131,"s":45,"h":1,"r":1,"t":0,"uu":"ettercap|mm","m":"bestiary/tokens/MM/Ettercap.webp","n":"Ettercap"},{"id":2120,"c":1,"u":"ettin_mm","p":132,"s":45,"h":1,"r":1,"t":0,"uu":"ettin|mm","m":"bestiary/tokens/MM/Ettin.webp","n":"Ettin"},{"id":2121,"c":1,"u":"faerie%20dragon%20(blue)_mm","p":133,"s":45,"h":1,"t":0,"uu":"faerie dragon (blue)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Blue).webp","n":"Faerie Dragon (Blue)"},{"id":2122,"c":1,"u":"faerie%20dragon%20(green)_mm","p":133,"s":45,"h":1,"t":0,"uu":"faerie dragon (green)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Green).webp","n":"Faerie Dragon (Green)"},{"id":2123,"c":1,"u":"faerie%20dragon%20(indigo)_mm","p":133,"s":45,"h":1,"t":0,"uu":"faerie dragon (indigo)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Indigo).webp","n":"Faerie Dragon (Indigo)"},{"id":2124,"c":1,"u":"faerie%20dragon%20(orange)_mm","p":133,"s":45,"h":1,"t":0,"uu":"faerie dragon (orange)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Orange).webp","n":"Faerie Dragon (Orange)"},{"id":2125,"c":1,"u":"faerie%20dragon%20(red)_mm","p":133,"s":45,"h":1,"t":0,"uu":"faerie dragon (red)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Red).webp","n":"Faerie Dragon (Red)"},{"id":2126,"c":1,"u":"faerie%20dragon%20(violet)_mm","p":133,"s":45,"h":1,"t":0,"uu":"faerie dragon (violet)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Violet).webp","n":"Faerie Dragon (Violet)"},{"id":2127,"c":1,"u":"faerie%20dragon%20(yellow)_mm","p":133,"s":45,"h":1,"t":0,"uu":"faerie dragon (yellow)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Yellow).webp","n":"Faerie Dragon (Yellow)"},{"id":2128,"c":1,"u":"fire%20elemental_mm","p":125,"s":45,"h":1,"r":1,"t":0,"uu":"fire elemental|mm","m":"bestiary/tokens/MM/Fire Elemental.webp","n":"Fire Elemental"},{"id":2129,"c":1,"u":"fire%20giant_mm","p":154,"s":45,"h":1,"r":1,"t":0,"uu":"fire giant|mm","m":"bestiary/tokens/MM/Fire Giant.webp","n":"Fire Giant"},{"id":2130,"c":1,"u":"fire%20snake_mm","p":265,"s":45,"h":1,"t":0,"uu":"fire snake|mm","m":"bestiary/tokens/MM/Fire Snake.webp","n":"Fire Snake"},{"id":2131,"c":1,"u":"flameskull_mm","p":134,"s":45,"h":1,"t":0,"uu":"flameskull|mm","m":"bestiary/tokens/MM/Flameskull.webp","n":"Flameskull"},{"id":2132,"c":1,"u":"flesh%20golem_mm","p":169,"s":45,"h":1,"r":1,"t":0,"uu":"flesh golem|mm","m":"bestiary/tokens/MM/Flesh Golem.webp","n":"Flesh Golem"},{"id":2133,"c":1,"u":"flumph_mm","p":135,"s":45,"h":1,"t":0,"uu":"flumph|mm","m":"bestiary/tokens/MM/Flumph.webp","n":"Flumph"},{"id":2134,"c":1,"u":"flying%20snake_mm","p":322,"s":45,"h":1,"r":1,"t":0,"uu":"flying snake|mm","m":"bestiary/tokens/MM/Flying Snake.webp","n":"Flying Snake"},{"id":2135,"c":1,"u":"flying%20sword_mm","p":20,"s":45,"h":1,"r":1,"t":0,"uu":"flying sword|mm","m":"bestiary/tokens/MM/Flying Sword.webp","n":"Flying Sword"},{"id":2136,"c":1,"u":"fomorian_mm","p":136,"s":45,"h":1,"t":0,"uu":"fomorian|mm","m":"bestiary/tokens/MM/Fomorian.webp","n":"Fomorian"},{"id":2137,"c":1,"u":"frog_mm","p":322,"s":45,"h":1,"r":1,"t":0,"uu":"frog|mm","m":"bestiary/tokens/MM/Frog.webp","n":"Frog"},{"id":2138,"c":1,"u":"frost%20giant_mm","p":155,"s":45,"h":1,"r":1,"t":0,"uu":"frost giant|mm","m":"bestiary/tokens/MM/Frost Giant.webp","n":"Frost Giant"},{"id":2139,"c":1,"u":"galeb%20duhr_mm","p":139,"s":45,"h":1,"t":0,"uu":"galeb duhr|mm","m":"bestiary/tokens/MM/Galeb Duhr.webp","n":"Galeb Duhr"},{"id":2140,"c":1,"u":"gargoyle_mm","p":140,"s":45,"h":1,"r":1,"t":0,"uu":"gargoyle|mm","m":"bestiary/tokens/MM/Gargoyle.webp","n":"Gargoyle"},{"id":2141,"c":1,"u":"gas%20spore_mm","p":138,"s":45,"h":1,"t":0,"uu":"gas spore|mm","m":"bestiary/tokens/MM/Gas Spore.webp","n":"Gas Spore"},{"id":2142,"c":1,"u":"gelatinous%20cube_mm","p":242,"s":45,"h":1,"r":1,"t":0,"uu":"gelatinous cube|mm","m":"bestiary/tokens/MM/Gelatinous Cube.webp","n":"Gelatinous Cube"},{"id":2143,"c":1,"u":"ghast_mm","p":148,"s":45,"h":1,"r":1,"t":0,"uu":"ghast|mm","m":"bestiary/tokens/MM/Ghast.webp","n":"Ghast"},{"id":2144,"c":1,"u":"ghost_mm","p":147,"s":45,"h":1,"r":1,"t":0,"uu":"ghost|mm","m":"bestiary/tokens/MM/Ghost.webp","n":"Ghost"},{"id":2145,"c":1,"u":"ghoul_mm","p":148,"s":45,"h":1,"r":1,"t":0,"uu":"ghoul|mm","m":"bestiary/tokens/MM/Ghoul.webp","n":"Ghoul"},{"id":2146,"c":1,"u":"giant%20ape_mm","p":323,"s":45,"h":1,"r":1,"t":0,"uu":"giant ape|mm","m":"bestiary/tokens/MM/Giant Ape.webp","n":"Giant Ape"},{"id":2147,"c":1,"u":"giant%20badger_mm","p":323,"s":45,"h":1,"r":1,"t":0,"uu":"giant badger|mm","m":"bestiary/tokens/MM/Giant Badger.webp","n":"Giant Badger"},{"id":2148,"c":1,"u":"giant%20bat_mm","p":323,"s":45,"h":1,"r":1,"t":0,"uu":"giant bat|mm","m":"bestiary/tokens/MM/Giant Bat.webp","n":"Giant Bat"},{"id":2149,"c":1,"u":"giant%20boar_mm","p":323,"s":45,"h":1,"r":1,"t":0,"uu":"giant boar|mm","m":"bestiary/tokens/MM/Giant Boar.webp","n":"Giant Boar"},{"id":2150,"c":1,"u":"giant%20centipede_mm","p":323,"s":45,"h":1,"r":1,"t":0,"uu":"giant centipede|mm","m":"bestiary/tokens/MM/Giant Centipede.webp","n":"Giant Centipede"},{"id":2151,"c":1,"u":"giant%20constrictor%20snake_mm","p":324,"s":45,"h":1,"r":1,"t":0,"uu":"giant constrictor snake|mm","m":"bestiary/tokens/MM/Giant Constrictor Snake.webp","n":"Giant Constrictor Snake"},{"id":2152,"c":1,"u":"giant%20crab_mm","p":324,"s":45,"h":1,"r":1,"t":0,"uu":"giant crab|mm","m":"bestiary/tokens/MM/Giant Crab.webp","n":"Giant Crab"},{"id":2153,"c":1,"u":"giant%20crocodile_mm","p":324,"s":45,"h":1,"r":1,"t":0,"uu":"giant crocodile|mm","m":"bestiary/tokens/MM/Giant Crocodile.webp","n":"Giant Crocodile"},{"id":2154,"c":1,"u":"giant%20eagle_mm","p":324,"s":45,"h":1,"r":1,"t":0,"uu":"giant eagle|mm","m":"bestiary/tokens/MM/Giant Eagle.webp","n":"Giant Eagle"},{"id":2155,"c":1,"u":"giant%20elk_mm","p":325,"s":45,"h":1,"r":1,"t":0,"uu":"giant elk|mm","m":"bestiary/tokens/MM/Giant Elk.webp","n":"Giant Elk"},{"id":2156,"c":1,"u":"giant%20fire%20beetle_mm","p":325,"s":45,"h":1,"r":1,"t":0,"uu":"giant fire beetle|mm","m":"bestiary/tokens/MM/Giant Fire Beetle.webp","n":"Giant Fire Beetle"},{"id":2157,"c":1,"u":"giant%20frog_mm","p":325,"s":45,"h":1,"r":1,"t":0,"uu":"giant frog|mm","m":"bestiary/tokens/MM/Giant Frog.webp","n":"Giant Frog"},{"id":2158,"c":1,"u":"giant%20goat_mm","p":326,"s":45,"h":1,"r":1,"t":0,"uu":"giant goat|mm","m":"bestiary/tokens/MM/Giant Goat.webp","n":"Giant Goat"},{"id":2159,"c":1,"u":"giant%20hyena_mm","p":326,"s":45,"h":1,"r":1,"t":0,"uu":"giant hyena|mm","m":"bestiary/tokens/MM/Giant Hyena.webp","n":"Giant Hyena"},{"id":2160,"c":1,"u":"giant%20lizard_mm","p":326,"s":45,"h":1,"r":1,"t":0,"uu":"giant lizard|mm","m":"bestiary/tokens/MM/Giant Lizard.webp","n":"Giant Lizard"},{"id":2161,"c":1,"u":"giant%20octopus_mm","p":326,"s":45,"h":1,"r":1,"t":0,"uu":"giant octopus|mm","m":"bestiary/tokens/MM/Giant Octopus.webp","n":"Giant Octopus"},{"id":2162,"c":1,"u":"giant%20owl_mm","p":327,"s":45,"h":1,"r":1,"t":0,"uu":"giant owl|mm","m":"bestiary/tokens/MM/Giant Owl.webp","n":"Giant Owl"},{"id":2163,"c":1,"u":"giant%20poisonous%20snake_mm","p":327,"s":45,"h":1,"r":1,"t":0,"uu":"giant poisonous snake|mm","m":"bestiary/tokens/MM/Giant Poisonous Snake.webp","n":"Giant Poisonous Snake"},{"id":2164,"c":1,"u":"giant%20rat_mm","p":327,"s":45,"h":1,"r":1,"t":0,"uu":"giant rat|mm","m":"bestiary/tokens/MM/Giant Rat.webp","n":"Giant Rat"},{"id":2165,"c":1,"u":"giant%20scorpion_mm","p":327,"s":45,"h":1,"r":1,"t":0,"uu":"giant scorpion|mm","m":"bestiary/tokens/MM/Giant Scorpion.webp","n":"Giant Scorpion"},{"id":2166,"c":1,"u":"giant%20sea%20horse_mm","p":328,"s":45,"h":1,"r":1,"t":0,"uu":"giant sea horse|mm","m":"bestiary/tokens/MM/Giant Sea Horse.webp","n":"Giant Sea Horse"},{"id":2167,"c":1,"u":"giant%20shark_mm","p":328,"s":45,"h":1,"r":1,"t":0,"uu":"giant shark|mm","m":"bestiary/tokens/MM/Giant Shark.webp","n":"Giant Shark"},{"id":2168,"c":1,"u":"giant%20spider_mm","p":328,"s":45,"h":1,"r":1,"t":0,"uu":"giant spider|mm","m":"bestiary/tokens/MM/Giant Spider.webp","n":"Giant Spider"},{"id":2169,"c":1,"u":"giant%20toad_mm","p":329,"s":45,"h":1,"r":1,"t":0,"uu":"giant toad|mm","m":"bestiary/tokens/MM/Giant Toad.webp","n":"Giant Toad"},{"id":2170,"c":1,"u":"giant%20vulture_mm","p":329,"s":45,"h":1,"r":1,"t":0,"uu":"giant vulture|mm","m":"bestiary/tokens/MM/Giant Vulture.webp","n":"Giant Vulture"},{"id":2171,"c":1,"u":"giant%20wasp_mm","p":329,"s":45,"h":1,"r":1,"t":0,"uu":"giant wasp|mm","m":"bestiary/tokens/MM/Giant Wasp.webp","n":"Giant Wasp"},{"id":2172,"c":1,"u":"giant%20weasel_mm","p":329,"s":45,"h":1,"r":1,"t":0,"uu":"giant weasel|mm","m":"bestiary/tokens/MM/Giant Weasel.webp","n":"Giant Weasel"},{"id":2173,"c":1,"u":"giant%20wolf%20spider_mm","p":330,"s":45,"h":1,"r":1,"t":0,"uu":"giant wolf spider|mm","m":"bestiary/tokens/MM/Giant Wolf Spider.webp","n":"Giant Wolf Spider"},{"id":2174,"c":1,"u":"gibbering%20mouther_mm","p":157,"s":45,"h":1,"r":1,"t":0,"uu":"gibbering mouther|mm","m":"bestiary/tokens/MM/Gibbering Mouther.webp","n":"Gibbering Mouther"},{"id":2175,"c":1,"u":"githyanki%20knight_mm","p":160,"s":45,"h":1,"t":0,"uu":"githyanki knight|mm","m":"bestiary/tokens/MM/Githyanki Knight.webp","n":"Githyanki Knight"},{"id":2176,"c":1,"u":"githyanki%20warrior_mm","p":160,"s":45,"h":1,"t":0,"uu":"githyanki warrior|mm","m":"bestiary/tokens/MM/Githyanki Warrior.webp","n":"Githyanki Warrior"},{"id":2177,"c":1,"u":"githzerai%20monk_mm","p":161,"s":45,"h":1,"t":0,"uu":"githzerai monk|mm","m":"bestiary/tokens/MM/Githzerai Monk.webp","n":"Githzerai Monk"},{"id":2178,"c":1,"u":"githzerai%20zerth_mm","p":161,"s":45,"h":1,"t":0,"uu":"githzerai zerth|mm","m":"bestiary/tokens/MM/Githzerai Zerth.webp","n":"Githzerai Zerth"},{"id":2179,"c":1,"u":"glabrezu_mm","p":58,"s":45,"h":1,"r":1,"t":0,"uu":"glabrezu|mm","m":"bestiary/tokens/MM/Glabrezu.webp","n":"Glabrezu"},{"id":2180,"c":1,"u":"gladiator_mm","p":346,"s":45,"h":1,"r":1,"t":0,"uu":"gladiator|mm","m":"bestiary/tokens/MM/Gladiator.webp","n":"Gladiator"},{"id":2181,"c":1,"u":"gnoll_mm","p":163,"s":45,"h":1,"r":1,"t":0,"uu":"gnoll|mm","m":"bestiary/tokens/MM/Gnoll.webp","n":"Gnoll"},{"id":2182,"c":1,"u":"gnoll%20fang%20of%20yeenoghu_mm","p":163,"s":45,"h":1,"t":0,"uu":"gnoll fang of yeenoghu|mm","m":"bestiary/tokens/MM/Gnoll Fang of Yeenoghu.webp","n":"Gnoll Fang of Yeenoghu"},{"id":2183,"c":1,"u":"gnoll%20pack%20lord_mm","p":163,"s":45,"h":1,"t":0,"uu":"gnoll pack lord|mm","m":"bestiary/tokens/MM/Gnoll Pack Lord.webp","n":"Gnoll Pack Lord"},{"id":2184,"c":1,"u":"goat_mm","p":330,"s":45,"h":1,"r":1,"t":0,"uu":"goat|mm","m":"bestiary/tokens/MM/Goat.webp","n":"Goat"},{"id":2185,"c":1,"u":"goblin_mm","p":166,"s":45,"h":1,"r":1,"t":0,"uu":"goblin|mm","m":"bestiary/tokens/MM/Goblin.webp","n":"Goblin"},{"id":2186,"c":1,"u":"goblin%20boss_mm","p":166,"s":45,"h":1,"t":0,"uu":"goblin boss|mm","m":"bestiary/tokens/MM/Goblin Boss.webp","n":"Goblin Boss"},{"id":2187,"c":1,"u":"gold%20dragon%20wyrmling_mm","p":115,"s":45,"h":1,"r":1,"t":0,"uu":"gold dragon wyrmling|mm","m":"bestiary/tokens/MM/Gold Dragon Wyrmling.webp","n":"Gold Dragon Wyrmling"},{"id":2188,"c":1,"u":"gorgon_mm","p":171,"s":45,"h":1,"r":1,"t":0,"uu":"gorgon|mm","m":"bestiary/tokens/MM/Gorgon.webp","n":"Gorgon"},{"id":2189,"c":1,"u":"goristro_mm","p":59,"s":45,"h":1,"t":0,"uu":"goristro|mm","m":"bestiary/tokens/MM/Goristro.webp","n":"Goristro"},{"id":2190,"c":1,"u":"gray%20ooze_mm","p":243,"s":45,"h":1,"r":1,"t":0,"uu":"gray ooze|mm","m":"bestiary/tokens/MM/Gray Ooze.webp","n":"Gray Ooze"},{"id":2191,"c":1,"u":"gray%20slaad_mm","p":277,"s":45,"h":1,"t":0,"uu":"gray slaad|mm","m":"bestiary/tokens/MM/Gray Slaad.webp","n":"Gray Slaad"},{"id":2192,"c":1,"u":"green%20dragon%20wyrmling_mm","p":95,"s":45,"h":1,"r":1,"t":0,"uu":"green dragon wyrmling|mm","m":"bestiary/tokens/MM/Green Dragon Wyrmling.webp","n":"Green Dragon Wyrmling"},{"id":2193,"c":1,"u":"green%20hag_mm","p":177,"s":45,"h":1,"r":1,"t":0,"uu":"green hag|mm","m":"bestiary/tokens/MM/Green Hag.webp","n":"Green Hag"},{"id":2194,"c":1,"u":"green%20slaad_mm","p":277,"s":45,"h":1,"t":0,"uu":"green slaad|mm","m":"bestiary/tokens/MM/Green Slaad.webp","n":"Green Slaad"},{"id":2195,"c":1,"u":"grell_mm","p":172,"s":45,"h":1,"t":0,"uu":"grell|mm","m":"bestiary/tokens/MM/Grell.webp","n":"Grell"},{"id":2196,"c":1,"u":"grick_mm","p":173,"s":45,"h":1,"r":1,"t":0,"uu":"grick|mm","m":"bestiary/tokens/MM/Grick.webp","n":"Grick"},{"id":2197,"c":1,"u":"grick%20alpha_mm","p":173,"s":45,"h":1,"t":0,"uu":"grick alpha|mm","m":"bestiary/tokens/MM/Grick Alpha.webp","n":"Grick Alpha"},{"id":2198,"c":1,"u":"griffon_mm","p":174,"s":45,"h":1,"r":1,"t":0,"uu":"griffon|mm","m":"bestiary/tokens/MM/Griffon.webp","n":"Griffon"},{"id":2199,"c":1,"u":"grimlock_mm","p":175,"s":45,"h":1,"r":1,"t":0,"uu":"grimlock|mm","m":"bestiary/tokens/MM/Grimlock.webp","n":"Grimlock"},{"id":2200,"c":1,"u":"guard_mm","p":347,"s":45,"h":1,"r":1,"t":0,"uu":"guard|mm","m":"bestiary/tokens/MM/Guard.webp","n":"Guard"},{"id":2201,"c":1,"u":"guardian%20naga_mm","p":234,"s":45,"h":1,"r":1,"t":0,"uu":"guardian naga|mm","m":"bestiary/tokens/MM/Guardian Naga.webp","n":"Guardian Naga"},{"id":2202,"c":1,"u":"gynosphinx_mm","p":282,"s":45,"h":1,"r":1,"t":0,"uu":"gynosphinx|mm","m":"bestiary/tokens/MM/Gynosphinx.webp","n":"Gynosphinx"},{"id":2203,"c":1,"u":"half-ogre%20(ogrillon)_mm","p":238,"s":45,"h":1,"t":0,"uu":"half-ogre (ogrillon)|mm","m":"bestiary/tokens/MM/Half-Ogre (Ogrillon).webp","n":"Half-Ogre (Ogrillon)"},{"id":2204,"c":1,"u":"half-red%20dragon%20veteran_mm","p":180,"s":45,"h":1,"r":1,"t":0,"uu":"half-red dragon veteran|mm","m":"bestiary/tokens/MM/Half-Red Dragon Veteran.webp","n":"Half-Red Dragon Veteran"},{"id":2205,"c":1,"u":"harpy_mm","p":181,"s":45,"h":1,"r":1,"t":0,"uu":"harpy|mm","m":"bestiary/tokens/MM/Harpy.webp","n":"Harpy"},{"id":2206,"c":1,"u":"hawk_mm","p":330,"s":45,"h":1,"r":1,"t":0,"uu":"hawk|mm","m":"bestiary/tokens/MM/Hawk.webp","n":"Hawk"},{"id":2207,"c":1,"u":"hell%20hound_mm","p":182,"s":45,"h":1,"r":1,"t":0,"uu":"hell hound|mm","m":"bestiary/tokens/MM/Hell Hound.webp","n":"Hell Hound"},{"id":2208,"c":1,"u":"helmed%20horror_mm","p":183,"s":45,"h":1,"t":0,"uu":"helmed horror|mm","m":"bestiary/tokens/MM/Helmed Horror.webp","n":"Helmed Horror"},{"id":2209,"c":1,"u":"hezrou_mm","p":60,"s":45,"h":1,"r":1,"t":0,"uu":"hezrou|mm","m":"bestiary/tokens/MM/Hezrou.webp","n":"Hezrou"},{"id":2210,"c":1,"u":"hill%20giant_mm","p":155,"s":45,"h":1,"r":1,"t":0,"uu":"hill giant|mm","m":"bestiary/tokens/MM/Hill Giant.webp","n":"Hill Giant"},{"id":2211,"c":1,"u":"hippogriff_mm","p":184,"s":45,"h":1,"r":1,"t":0,"uu":"hippogriff|mm","m":"bestiary/tokens/MM/Hippogriff.webp","n":"Hippogriff"},{"id":2212,"c":1,"u":"hobgoblin_mm","p":186,"s":45,"h":1,"r":1,"t":0,"uu":"hobgoblin|mm","m":"bestiary/tokens/MM/Hobgoblin.webp","n":"Hobgoblin"},{"id":2213,"c":1,"u":"hobgoblin%20captain_mm","p":186,"s":45,"h":1,"t":0,"uu":"hobgoblin captain|mm","m":"bestiary/tokens/MM/Hobgoblin Captain.webp","n":"Hobgoblin Captain"},{"id":2214,"c":1,"u":"hobgoblin%20warlord_mm","p":187,"s":45,"h":1,"t":0,"uu":"hobgoblin warlord|mm","m":"bestiary/tokens/MM/Hobgoblin Warlord.webp","n":"Hobgoblin Warlord"},{"id":2215,"c":1,"u":"homunculus_mm","p":188,"s":45,"h":1,"r":1,"t":0,"uu":"homunculus|mm","m":"bestiary/tokens/MM/Homunculus.webp","n":"Homunculus"},{"id":2216,"c":1,"u":"hook%20horror_mm","p":189,"s":45,"h":1,"t":0,"uu":"hook horror|mm","m":"bestiary/tokens/MM/Hook Horror.webp","n":"Hook Horror"},{"id":2217,"c":1,"u":"horned%20devil_mm","p":74,"s":45,"h":1,"r":1,"t":0,"uu":"horned devil|mm","m":"bestiary/tokens/MM/Horned Devil.webp","n":"Horned Devil"},{"id":2218,"c":1,"u":"hunter%20shark_mm","p":330,"s":45,"h":1,"r":1,"t":0,"uu":"hunter shark|mm","m":"bestiary/tokens/MM/Hunter Shark.webp","n":"Hunter Shark"},{"id":2219,"c":1,"u":"hydra_mm","p":190,"s":45,"h":1,"r":1,"t":0,"uu":"hydra|mm","m":"bestiary/tokens/MM/Hydra.webp","n":"Hydra"},{"id":2220,"c":1,"u":"hyena_mm","p":331,"s":45,"h":1,"r":1,"t":0,"uu":"hyena|mm","m":"bestiary/tokens/MM/Hyena.webp","n":"Hyena"},{"id":2221,"c":1,"u":"ice%20devil_mm","p":75,"s":45,"h":1,"r":1,"t":0,"uu":"ice devil|mm","m":"bestiary/tokens/MM/Ice Devil.webp","n":"Ice Devil"},{"id":2222,"c":1,"u":"ice%20mephit_mm","p":215,"s":45,"h":1,"r":1,"t":0,"uu":"ice mephit|mm","m":"bestiary/tokens/MM/Ice Mephit.webp","n":"Ice Mephit"},{"id":2223,"c":1,"u":"imp_mm","p":76,"s":45,"h":1,"r":1,"t":0,"uu":"imp|mm","m":"bestiary/tokens/MM/Imp.webp","n":"Imp"},{"id":2224,"c":1,"u":"incubus_mm","p":285,"s":45,"h":1,"r":1,"t":0,"uu":"incubus|mm","m":"bestiary/tokens/MM/Incubus.webp","n":"Incubus"},{"id":2225,"c":1,"u":"intellect%20devourer_mm","p":191,"s":45,"h":1,"t":0,"uu":"intellect devourer|mm","m":"bestiary/tokens/MM/Intellect Devourer.webp","n":"Intellect Devourer"},{"id":2226,"c":1,"u":"invisible%20stalker_mm","p":192,"s":45,"h":1,"r":1,"t":0,"uu":"invisible stalker|mm","m":"bestiary/tokens/MM/Invisible Stalker.webp","n":"Invisible Stalker"},{"id":2227,"c":1,"u":"iron%20golem_mm","p":170,"s":45,"h":1,"r":1,"t":0,"uu":"iron golem|mm","m":"bestiary/tokens/MM/Iron Golem.webp","n":"Iron Golem"},{"id":2228,"c":1,"u":"jackal_mm","p":331,"s":45,"h":1,"r":1,"t":0,"uu":"jackal|mm","m":"bestiary/tokens/MM/Jackal.webp","n":"Jackal"},{"id":2229,"c":1,"u":"jackalwere_mm","p":193,"s":45,"h":1,"t":0,"uu":"jackalwere|mm","m":"bestiary/tokens/MM/Jackalwere.webp","n":"Jackalwere"},{"id":2230,"c":1,"u":"kenku_mm","p":194,"s":45,"h":1,"t":0,"uu":"kenku|mm","m":"bestiary/tokens/MM/Kenku.webp","n":"Kenku"},{"id":2231,"c":1,"u":"killer%20whale_mm","p":331,"s":45,"h":1,"r":1,"t":0,"uu":"killer whale|mm","m":"bestiary/tokens/MM/Killer Whale.webp","n":"Killer Whale"},{"id":2232,"c":1,"u":"knight_mm","p":347,"s":45,"h":1,"r":1,"t":0,"uu":"knight|mm","m":"bestiary/tokens/MM/Knight.webp","n":"Knight"},{"id":2233,"c":1,"u":"kobold_mm","p":195,"s":45,"h":1,"r":1,"t":0,"uu":"kobold|mm","m":"bestiary/tokens/MM/Kobold.webp","n":"Kobold"},{"id":2234,"c":1,"u":"kraken_mm","p":197,"s":45,"h":1,"r":1,"t":0,"uu":"kraken|mm","m":"bestiary/tokens/MM/Kraken.webp","n":"Kraken"},{"id":2235,"c":1,"u":"kuo-toa_mm","p":199,"s":45,"h":1,"t":0,"uu":"kuo-toa|mm","m":"bestiary/tokens/MM/Kuo-toa.webp","n":"Kuo-toa"},{"id":2236,"c":1,"u":"kuo-toa%20archpriest_mm","p":200,"s":45,"h":1,"t":0,"uu":"kuo-toa archpriest|mm","m":"bestiary/tokens/MM/Kuo-toa Archpriest.webp","n":"Kuo-toa Archpriest"},{"id":2237,"c":1,"u":"kuo-toa%20monitor_mm","p":198,"s":45,"h":1,"t":0,"uu":"kuo-toa monitor|mm","m":"bestiary/tokens/MM/Kuo-toa Monitor.webp","n":"Kuo-toa Monitor"},{"id":2238,"c":1,"u":"kuo-toa%20whip_mm","p":200,"s":45,"h":1,"t":0,"uu":"kuo-toa whip|mm","m":"bestiary/tokens/MM/Kuo-toa Whip.webp","n":"Kuo-toa Whip"},{"id":2239,"c":1,"u":"lamia_mm","p":201,"s":45,"h":1,"r":1,"t":0,"uu":"lamia|mm","m":"bestiary/tokens/MM/Lamia.webp","n":"Lamia"},{"id":2240,"c":1,"u":"lemure_mm","p":76,"s":45,"h":1,"r":1,"t":0,"uu":"lemure|mm","m":"bestiary/tokens/MM/Lemure.webp","n":"Lemure"},{"id":2241,"c":1,"u":"lich_mm","p":202,"s":45,"h":1,"r":1,"t":0,"uu":"lich|mm","m":"bestiary/tokens/MM/Lich.webp","n":"Lich"},{"id":2242,"c":1,"u":"lion_mm","p":331,"s":45,"h":1,"r":1,"t":0,"uu":"lion|mm","m":"bestiary/tokens/MM/Lion.webp","n":"Lion"},{"id":2243,"c":1,"u":"lizard_mm","p":332,"s":45,"h":1,"r":1,"t":0,"uu":"lizard|mm","m":"bestiary/tokens/MM/Lizard.webp","n":"Lizard"},{"id":2244,"c":1,"u":"lizard%20king_mm","p":205,"s":45,"h":1,"t":0,"uu":"lizard king|mm","m":"bestiary/tokens/MM/Lizard King.webp","n":"Lizard King"},{"id":2245,"c":1,"u":"lizard%20queen_mm","p":205,"s":45,"h":1,"t":0,"uu":"lizard queen|mm","m":"bestiary/tokens/MM/Lizard Queen.webp","n":"Lizard Queen"},{"id":2246,"c":1,"u":"lizardfolk_mm","p":204,"s":45,"h":1,"r":1,"t":0,"uu":"lizardfolk|mm","m":"bestiary/tokens/MM/Lizardfolk.webp","n":"Lizardfolk"},{"id":2247,"c":1,"u":"lizardfolk%20shaman_mm","p":205,"s":45,"h":1,"t":0,"uu":"lizardfolk shaman|mm","m":"bestiary/tokens/MM/Lizardfolk Shaman.webp","n":"Lizardfolk Shaman"},{"id":2248,"c":1,"u":"mage_mm","p":347,"s":45,"h":1,"r":1,"t":0,"uu":"mage|mm","m":"bestiary/tokens/MM/Mage.webp","n":"Mage"},{"id":2249,"c":1,"u":"magma%20mephit_mm","p":216,"s":45,"h":1,"r":1,"t":0,"uu":"magma mephit|mm","m":"bestiary/tokens/MM/Magma Mephit.webp","n":"Magma Mephit"},{"id":2250,"c":1,"u":"magmin_mm","p":212,"s":45,"h":1,"r":1,"t":0,"uu":"magmin|mm","m":"bestiary/tokens/MM/Magmin.webp","n":"Magmin"},{"id":2251,"c":1,"u":"mammoth_mm","p":332,"s":45,"h":1,"r":1,"t":0,"uu":"mammoth|mm","m":"bestiary/tokens/MM/Mammoth.webp","n":"Mammoth"},{"id":2252,"c":1,"u":"manes_mm","p":60,"s":45,"h":1,"t":0,"uu":"manes|mm","m":"bestiary/tokens/MM/Manes.webp","n":"Manes"},{"id":2253,"c":1,"u":"manticore_mm","p":213,"s":45,"h":1,"r":1,"t":0,"uu":"manticore|mm","m":"bestiary/tokens/MM/Manticore.webp","n":"Manticore"},{"id":2254,"c":1,"u":"marid_mm","p":146,"s":45,"h":1,"t":0,"uu":"marid|mm","m":"bestiary/tokens/MM/Marid.webp","n":"Marid"},{"id":2255,"c":1,"u":"marilith_mm","p":61,"s":45,"h":1,"r":1,"t":0,"uu":"marilith|mm","m":"bestiary/tokens/MM/Marilith.webp","n":"Marilith"},{"id":2256,"c":1,"u":"mastiff_mm","p":332,"s":45,"h":1,"r":1,"t":0,"uu":"mastiff|mm","m":"bestiary/tokens/MM/Mastiff.webp","n":"Mastiff"},{"id":2257,"c":1,"u":"medusa_mm","p":214,"s":45,"h":1,"r":1,"t":0,"uu":"medusa|mm","m":"bestiary/tokens/MM/Medusa.webp","n":"Medusa"},{"id":2258,"c":1,"u":"merfolk_mm","p":218,"s":45,"h":1,"r":1,"t":0,"uu":"merfolk|mm","m":"bestiary/tokens/MM/Merfolk.webp","n":"Merfolk"},{"id":2259,"c":1,"u":"merrow_mm","p":219,"s":45,"h":1,"r":1,"t":0,"uu":"merrow|mm","m":"bestiary/tokens/MM/Merrow.webp","n":"Merrow"},{"id":2260,"c":1,"u":"mezzoloth_mm","p":313,"s":45,"h":1,"t":0,"uu":"mezzoloth|mm","m":"bestiary/tokens/MM/Mezzoloth.webp","n":"Mezzoloth"},{"id":2261,"c":1,"u":"mimic_mm","p":220,"s":45,"h":1,"r":1,"t":0,"uu":"mimic|mm","m":"bestiary/tokens/MM/Mimic.webp","n":"Mimic"},{"id":2262,"c":1,"u":"mind%20flayer_mm","p":222,"s":45,"h":1,"t":0,"uu":"mind flayer|mm","m":"bestiary/tokens/MM/Mind Flayer.webp","n":"Mind Flayer"},{"id":2263,"c":1,"u":"mind%20flayer_mm","p":222,"s":45,"h":1,"t":0,"uu":"mind flayer|mm","m":"bestiary/tokens/MM/Mind Flayer.webp","n":"Illithid"},{"id":2264,"c":1,"u":"mind%20flayer%20arcanist_mm","p":222,"s":45,"h":1,"t":0,"uu":"mind flayer arcanist|mm","m":"bestiary/tokens/MM/Mind Flayer Arcanist.webp","n":"Mind Flayer Arcanist"},{"id":2265,"c":1,"u":"mind%20flayer%20arcanist_mm","p":222,"s":45,"h":1,"t":0,"uu":"mind flayer arcanist|mm","m":"bestiary/tokens/MM/Mind Flayer Arcanist.webp","n":"Illithid Arcanist"},{"id":2266,"c":1,"u":"minotaur_mm","p":223,"s":45,"h":1,"r":1,"t":0,"uu":"minotaur|mm","m":"bestiary/tokens/MM/Minotaur.webp","n":"Minotaur"},{"id":2267,"c":1,"u":"minotaur%20skeleton_mm","p":273,"s":45,"h":1,"r":1,"t":0,"uu":"minotaur skeleton|mm","m":"bestiary/tokens/MM/Minotaur Skeleton.webp","n":"Minotaur Skeleton"},{"id":2268,"c":1,"u":"monodrone_mm","p":224,"s":45,"h":1,"t":0,"uu":"monodrone|mm","m":"bestiary/tokens/MM/Monodrone.webp","n":"Monodrone"},{"id":2269,"c":1,"u":"mud%20mephit_mm","p":216,"s":45,"h":1,"t":0,"uu":"mud mephit|mm","m":"bestiary/tokens/MM/Mud Mephit.webp","n":"Mud Mephit"},{"id":2270,"c":1,"u":"mule_mm","p":333,"s":45,"h":1,"r":1,"t":0,"uu":"mule|mm","m":"bestiary/tokens/MM/Mule.webp","n":"Mule"},{"id":2271,"c":1,"u":"mummy_mm","p":228,"s":45,"h":1,"r":1,"t":0,"uu":"mummy|mm","m":"bestiary/tokens/MM/Mummy.webp","n":"Mummy"},{"id":2272,"c":1,"u":"mummy%20lord_mm","p":229,"s":45,"h":1,"r":1,"t":0,"uu":"mummy lord|mm","m":"bestiary/tokens/MM/Mummy Lord.webp","n":"Mummy Lord"},{"id":2273,"c":1,"u":"myconid%20adult_mm","p":232,"s":45,"h":1,"t":0,"uu":"myconid adult|mm","m":"bestiary/tokens/MM/Myconid Adult.webp","n":"Myconid Adult"},{"id":2274,"c":1,"u":"myconid%20sovereign_mm","p":232,"s":45,"h":1,"t":0,"uu":"myconid sovereign|mm","m":"bestiary/tokens/MM/Myconid Sovereign.webp","n":"Myconid Sovereign"},{"id":2275,"c":1,"u":"myconid%20sprout_mm","p":230,"s":45,"h":1,"t":0,"uu":"myconid sprout|mm","m":"bestiary/tokens/MM/Myconid Sprout.webp","n":"Myconid Sprout"},{"id":2276,"c":1,"u":"nalfeshnee_mm","p":62,"s":45,"h":1,"r":1,"t":0,"uu":"nalfeshnee|mm","m":"bestiary/tokens/MM/Nalfeshnee.webp","n":"Nalfeshnee"},{"id":2277,"c":1,"u":"needle%20blight_mm","p":32,"s":45,"h":1,"t":0,"uu":"needle blight|mm","m":"bestiary/tokens/MM/Needle Blight.webp","n":"Needle Blight"},{"id":2278,"c":1,"u":"night%20hag_mm","p":178,"s":45,"h":1,"r":1,"t":0,"uu":"night hag|mm","m":"bestiary/tokens/MM/Night Hag.webp","n":"Night Hag"},{"id":2279,"c":1,"u":"nightmare_mm","p":235,"s":45,"h":1,"r":1,"t":0,"uu":"nightmare|mm","m":"bestiary/tokens/MM/Nightmare.webp","n":"Nightmare"},{"id":2280,"c":1,"u":"noble_mm","p":348,"s":45,"h":1,"r":1,"t":0,"uu":"noble|mm","m":"bestiary/tokens/MM/Noble.webp","n":"Noble"},{"id":2281,"c":1,"u":"nothic_mm","p":236,"s":45,"h":1,"t":0,"uu":"nothic|mm","m":"bestiary/tokens/MM/Nothic.webp","n":"Nothic"},{"id":2282,"c":1,"u":"nycaloth_mm","p":314,"s":45,"h":1,"t":0,"uu":"nycaloth|mm","m":"bestiary/tokens/MM/Nycaloth.webp","n":"Nycaloth"},{"id":2283,"c":1,"u":"ochre%20jelly_mm","p":243,"s":45,"h":1,"r":1,"t":0,"uu":"ochre jelly|mm","m":"bestiary/tokens/MM/Ochre Jelly.webp","n":"Ochre Jelly"},{"id":2284,"c":1,"u":"octopus_mm","p":333,"s":45,"h":1,"r":1,"t":0,"uu":"octopus|mm","m":"bestiary/tokens/MM/Octopus.webp","n":"Octopus"},{"id":2285,"c":1,"u":"ogre_mm","p":237,"s":45,"h":1,"r":1,"t":0,"uu":"ogre|mm","m":"bestiary/tokens/MM/Ogre.webp","n":"Ogre"},{"id":2286,"c":1,"u":"ogre%20zombie_mm","p":316,"s":45,"h":1,"r":1,"t":0,"uu":"ogre zombie|mm","m":"bestiary/tokens/MM/Ogre Zombie.webp","n":"Ogre Zombie"},{"id":2287,"c":1,"u":"oni_mm","p":239,"s":45,"h":1,"r":1,"t":0,"uu":"oni|mm","m":"bestiary/tokens/MM/Oni.webp","n":"Oni"},{"id":2288,"c":1,"u":"orc_mm","p":246,"s":45,"h":1,"r":1,"t":0,"uu":"orc|mm","m":"bestiary/tokens/MM/Orc.webp","n":"Orc"},{"id":2289,"c":1,"u":"orc%20eye%20of%20gruumsh_mm","p":247,"s":45,"h":1,"t":0,"uu":"orc eye of gruumsh|mm","m":"bestiary/tokens/MM/Orc Eye of Gruumsh.webp","n":"Orc Eye of Gruumsh"},{"id":2290,"c":1,"u":"orc%20war%20chief_mm","p":246,"s":45,"h":1,"t":0,"uu":"orc war chief|mm","m":"bestiary/tokens/MM/Orc War Chief.webp","n":"Orc War Chief"},{"id":2291,"c":1,"u":"orog_mm","p":247,"s":45,"h":1,"t":0,"uu":"orog|mm","m":"bestiary/tokens/MM/Orog.webp","n":"Orog"},{"id":2292,"c":1,"u":"otyugh_mm","p":248,"s":45,"h":1,"r":1,"t":0,"uu":"otyugh|mm","m":"bestiary/tokens/MM/Otyugh.webp","n":"Otyugh"},{"id":2293,"c":1,"u":"owl_mm","p":333,"s":45,"h":1,"r":1,"t":0,"uu":"owl|mm","m":"bestiary/tokens/MM/Owl.webp","n":"Owl"},{"id":2294,"c":1,"u":"owlbear_mm","p":249,"s":45,"h":1,"r":1,"t":0,"uu":"owlbear|mm","m":"bestiary/tokens/MM/Owlbear.webp","n":"Owlbear"},{"id":2295,"c":1,"u":"panther_mm","p":333,"s":45,"h":1,"r":1,"t":0,"uu":"panther|mm","m":"bestiary/tokens/MM/Panther.webp","n":"Panther"},{"id":2296,"c":1,"u":"pegasus_mm","p":250,"s":45,"h":1,"r":1,"t":0,"uu":"pegasus|mm","m":"bestiary/tokens/MM/Pegasus.webp","n":"Pegasus"},{"id":2297,"c":1,"u":"pentadrone_mm","p":226,"s":45,"h":1,"t":0,"uu":"pentadrone|mm","m":"bestiary/tokens/MM/Pentadrone.webp","n":"Pentadrone"},{"id":2298,"c":1,"u":"peryton_mm","p":251,"s":45,"h":1,"t":0,"uu":"peryton|mm","m":"bestiary/tokens/MM/Peryton.webp","n":"Peryton"},{"id":2299,"c":1,"u":"phase%20spider_mm","p":334,"s":45,"h":1,"r":1,"t":0,"uu":"phase spider|mm","m":"bestiary/tokens/MM/Phase Spider.webp","n":"Phase Spider"},{"id":2300,"c":1,"u":"piercer_mm","p":252,"s":45,"h":1,"t":0,"uu":"piercer|mm","m":"bestiary/tokens/MM/Piercer.webp","n":"Piercer"},{"id":2301,"c":1,"u":"pit%20fiend_mm","p":77,"s":45,"h":1,"r":1,"t":0,"uu":"pit fiend|mm","m":"bestiary/tokens/MM/Pit Fiend.webp","n":"Pit Fiend"},{"id":2302,"c":1,"u":"pixie_mm","p":253,"s":45,"h":1,"t":0,"uu":"pixie|mm","m":"bestiary/tokens/MM/Pixie.webp","n":"Pixie"},{"id":2303,"c":1,"u":"planetar_mm","p":17,"s":45,"h":1,"r":1,"t":0,"uu":"planetar|mm","m":"bestiary/tokens/MM/Planetar.webp","n":"Planetar"},{"id":2304,"c":1,"u":"plesiosaurus_mm","p":80,"s":45,"h":1,"r":1,"t":0,"uu":"plesiosaurus|mm","m":"bestiary/tokens/MM/Plesiosaurus.webp","n":"Plesiosaurus"},{"id":2305,"c":1,"u":"poisonous%20snake_mm","p":334,"s":45,"h":1,"r":1,"t":0,"uu":"poisonous snake|mm","m":"bestiary/tokens/MM/Poisonous Snake.webp","n":"Poisonous Snake"},{"id":2306,"c":1,"u":"polar%20bear_mm","p":334,"s":45,"h":1,"r":1,"t":0,"uu":"polar bear|mm","m":"bestiary/tokens/MM/Polar Bear.webp","n":"Polar Bear"},{"id":2307,"c":1,"u":"poltergeist_mm","p":279,"s":45,"h":1,"t":0,"uu":"poltergeist|mm","m":"bestiary/tokens/MM/Poltergeist.webp","n":"Poltergeist"},{"id":2308,"c":1,"u":"pony_mm","p":335,"s":45,"h":1,"r":1,"t":0,"uu":"pony|mm","m":"bestiary/tokens/MM/Pony.webp","n":"Pony"},{"id":2309,"c":1,"u":"priest_mm","p":348,"s":45,"h":1,"r":1,"t":0,"uu":"priest|mm","m":"bestiary/tokens/MM/Priest.webp","n":"Priest"},{"id":2310,"c":1,"u":"pseudodragon_mm","p":254,"s":45,"h":1,"r":1,"t":0,"uu":"pseudodragon|mm","m":"bestiary/tokens/MM/Pseudodragon.webp","n":"Pseudodragon"},{"id":2311,"c":1,"u":"pteranodon_mm","p":80,"s":45,"h":1,"t":0,"uu":"pteranodon|mm","m":"bestiary/tokens/MM/Pteranodon.webp","n":"Pteranodon"},{"id":2312,"c":1,"u":"purple%20worm_mm","p":255,"s":45,"h":1,"r":1,"t":0,"uu":"purple worm|mm","m":"bestiary/tokens/MM/Purple Worm.webp","n":"Purple Worm"},{"id":2313,"c":1,"u":"quadrone_mm","p":226,"s":45,"h":1,"t":0,"uu":"quadrone|mm","m":"bestiary/tokens/MM/Quadrone.webp","n":"Quadrone"},{"id":2314,"c":1,"u":"quaggoth_mm","p":256,"s":45,"h":1,"t":0,"uu":"quaggoth|mm","m":"bestiary/tokens/MM/Quaggoth.webp","n":"Quaggoth"},{"id":2315,"c":1,"u":"quaggoth%20spore%20servant_mm","p":230,"s":45,"h":1,"t":0,"uu":"quaggoth spore servant|mm","m":"bestiary/tokens/MM/Quaggoth Spore Servant.webp","n":"Quaggoth Spore Servant"},{"id":2316,"c":1,"u":"quaggoth%20thonot_mm","p":256,"s":45,"h":1,"t":0,"uu":"quaggoth thonot|mm","m":"bestiary/tokens/MM/Quaggoth Thonot.webp","n":"Quaggoth Thonot"},{"id":2317,"c":1,"u":"quasit_mm","p":63,"s":45,"h":1,"r":1,"t":0,"uu":"quasit|mm","m":"bestiary/tokens/MM/Quasit.webp","n":"Quasit"},{"id":2318,"c":1,"u":"quipper_mm","p":335,"s":45,"h":1,"r":1,"t":0,"uu":"quipper|mm","m":"bestiary/tokens/MM/Quipper.webp","n":"Quipper"},{"id":2319,"c":1,"u":"rakshasa_mm","p":257,"s":45,"h":1,"r":1,"t":0,"uu":"rakshasa|mm","m":"bestiary/tokens/MM/Rakshasa.webp","n":"Rakshasa"},{"id":2320,"c":1,"u":"rat_mm","p":335,"s":45,"h":1,"r":1,"t":0,"uu":"rat|mm","m":"bestiary/tokens/MM/Rat.webp","n":"Rat"},{"id":2321,"c":1,"u":"raven_mm","p":335,"s":45,"h":1,"r":1,"t":0,"uu":"raven|mm","m":"bestiary/tokens/MM/Raven.webp","n":"Raven"},{"id":2322,"c":1,"u":"red%20dragon%20wyrmling_mm","p":98,"s":45,"h":1,"r":1,"t":0,"uu":"red dragon wyrmling|mm","m":"bestiary/tokens/MM/Red Dragon Wyrmling.webp","n":"Red Dragon Wyrmling"},{"id":2323,"c":1,"u":"red%20slaad_mm","p":276,"s":45,"h":1,"t":0,"uu":"red slaad|mm","m":"bestiary/tokens/MM/Red Slaad.webp","n":"Red Slaad"},{"id":2324,"c":1,"u":"reef%20shark_mm","p":336,"s":45,"h":1,"r":1,"t":0,"uu":"reef shark|mm","m":"bestiary/tokens/MM/Reef Shark.webp","n":"Reef Shark"},{"id":2325,"c":1,"u":"remorhaz_mm","p":258,"s":45,"h":1,"r":1,"t":0,"uu":"remorhaz|mm","m":"bestiary/tokens/MM/Remorhaz.webp","n":"Remorhaz"},{"id":2326,"c":1,"u":"revenant_mm","p":259,"s":45,"h":1,"t":0,"uu":"revenant|mm","m":"bestiary/tokens/MM/Revenant.webp","n":"Revenant"},{"id":2327,"c":1,"u":"rhinoceros_mm","p":336,"s":45,"h":1,"r":1,"t":0,"uu":"rhinoceros|mm","m":"bestiary/tokens/MM/Rhinoceros.webp","n":"Rhinoceros"},{"id":2328,"c":1,"u":"riding%20horse_mm","p":336,"s":45,"h":1,"r":1,"t":0,"uu":"riding horse|mm","m":"bestiary/tokens/MM/Riding Horse.webp","n":"Riding Horse"},{"id":2329,"c":1,"u":"roc_mm","p":260,"s":45,"h":1,"r":1,"t":0,"uu":"roc|mm","m":"bestiary/tokens/MM/Roc.webp","n":"Roc"},{"id":2330,"c":1,"u":"roper_mm","p":261,"s":45,"h":1,"r":1,"t":0,"uu":"roper|mm","m":"bestiary/tokens/MM/Roper.webp","n":"Roper"},{"id":2331,"c":1,"u":"rug%20of%20smothering_mm","p":20,"s":45,"h":1,"r":1,"t":0,"uu":"rug of smothering|mm","m":"bestiary/tokens/MM/Rug of Smothering.webp","n":"Rug of Smothering"},{"id":2332,"c":1,"u":"rust%20monster_mm","p":262,"s":45,"h":1,"r":1,"t":0,"uu":"rust monster|mm","m":"bestiary/tokens/MM/Rust Monster.webp","n":"Rust Monster"},{"id":2333,"c":1,"u":"saber-toothed%20tiger_mm","p":336,"s":45,"h":1,"r":1,"t":0,"uu":"saber-toothed tiger|mm","m":"bestiary/tokens/MM/Saber-Toothed Tiger.webp","n":"Saber-Toothed Tiger"},{"id":2334,"c":1,"u":"sahuagin_mm","p":263,"s":45,"h":1,"r":1,"t":0,"uu":"sahuagin|mm","m":"bestiary/tokens/MM/Sahuagin.webp","n":"Sahuagin"},{"id":2335,"c":1,"u":"sahuagin%20baron_mm","p":264,"s":45,"h":1,"t":0,"uu":"sahuagin baron|mm","m":"bestiary/tokens/MM/Sahuagin Baron.webp","n":"Sahuagin Baron"},{"id":2336,"c":1,"u":"sahuagin%20priestess_mm","p":264,"s":45,"h":1,"t":0,"uu":"sahuagin priestess|mm","m":"bestiary/tokens/MM/Sahuagin Priestess.webp","n":"Sahuagin Priestess"},{"id":2337,"c":1,"u":"salamander_mm","p":266,"s":45,"h":1,"r":1,"t":0,"uu":"salamander|mm","m":"bestiary/tokens/MM/Salamander.webp","n":"Salamander"},{"id":2338,"c":1,"u":"satyr_mm","p":267,"s":45,"h":1,"r":1,"t":0,"uu":"satyr|mm","m":"bestiary/tokens/MM/Satyr.webp","n":"Satyr"},{"id":2339,"c":1,"u":"scarecrow_mm","p":268,"s":45,"h":1,"t":0,"uu":"scarecrow|mm","m":"bestiary/tokens/MM/Scarecrow.webp","n":"Scarecrow"},{"id":2340,"c":1,"u":"scorpion_mm","p":337,"s":45,"h":1,"r":1,"t":0,"uu":"scorpion|mm","m":"bestiary/tokens/MM/Scorpion.webp","n":"Scorpion"},{"id":2341,"c":1,"u":"scout_mm","p":349,"s":45,"h":1,"r":1,"t":0,"uu":"scout|mm","m":"bestiary/tokens/MM/Scout.webp","n":"Scout"},{"id":2342,"c":1,"u":"sea%20hag_mm","p":179,"s":45,"h":1,"r":1,"t":0,"uu":"sea hag|mm","m":"bestiary/tokens/MM/Sea Hag.webp","n":"Sea Hag"},{"id":2343,"c":1,"u":"sea%20horse_mm","p":337,"s":45,"h":1,"r":1,"t":0,"uu":"sea horse|mm","m":"bestiary/tokens/MM/Sea Horse.webp","n":"Sea Horse"},{"id":2344,"c":1,"u":"shadow_mm","p":269,"s":45,"h":1,"r":1,"t":0,"uu":"shadow|mm","m":"bestiary/tokens/MM/Shadow.webp","n":"Shadow"},{"id":2345,"c":1,"u":"shadow%20demon_mm","p":64,"s":45,"h":1,"t":0,"uu":"shadow demon|mm","m":"bestiary/tokens/MM/Shadow Demon.webp","n":"Shadow Demon"},{"id":2346,"c":1,"u":"shambling%20mound_mm","p":270,"s":45,"h":1,"r":1,"t":0,"uu":"shambling mound|mm","m":"bestiary/tokens/MM/Shambling Mound.webp","n":"Shambling Mound"},{"id":2347,"c":1,"u":"shield%20guardian_mm","p":271,"s":45,"h":1,"r":1,"t":0,"uu":"shield guardian|mm","m":"bestiary/tokens/MM/Shield Guardian.webp","n":"Shield Guardian"},{"id":2348,"c":1,"u":"shield%20guardian_mm","p":271,"s":45,"h":1,"r":1,"t":0,"uu":"shield guardian|mm","m":"bestiary/tokens/MM/Shield Guardian.webp","n":"Shield Golem"},{"id":2349,"c":1,"u":"shrieker_mm","p":138,"s":45,"h":1,"r":1,"t":0,"uu":"shrieker|mm","m":"bestiary/tokens/MM/Shrieker.webp","n":"Shrieker"},{"id":2350,"c":1,"u":"silver%20dragon%20wyrmling_mm","p":118,"s":45,"h":1,"r":1,"t":0,"uu":"silver dragon wyrmling|mm","m":"bestiary/tokens/MM/Silver Dragon Wyrmling.webp","n":"Silver Dragon Wyrmling"},{"id":2351,"c":1,"u":"skeleton_mm","p":272,"s":45,"h":1,"r":1,"t":0,"uu":"skeleton|mm","m":"bestiary/tokens/MM/Skeleton.webp","n":"Skeleton"},{"id":2352,"c":1,"u":"slaad%20tadpole_mm","p":276,"s":45,"h":1,"t":0,"uu":"slaad tadpole|mm","m":"bestiary/tokens/MM/Slaad Tadpole.webp","n":"Slaad Tadpole"},{"id":2353,"c":1,"u":"smoke%20mephit_mm","p":217,"s":45,"h":1,"t":0,"uu":"smoke mephit|mm","m":"bestiary/tokens/MM/Smoke Mephit.webp","n":"Smoke Mephit"},{"id":2354,"c":1,"u":"solar_mm","p":18,"s":45,"h":1,"r":1,"t":0,"uu":"solar|mm","m":"bestiary/tokens/MM/Solar.webp","n":"Solar"},{"id":2355,"c":1,"u":"spectator_mm","p":30,"s":45,"h":1,"t":0,"uu":"spectator|mm","m":"bestiary/tokens/MM/Spectator.webp","n":"Spectator"},{"id":2356,"c":1,"u":"specter_mm","p":279,"s":45,"h":1,"r":1,"t":0,"uu":"specter|mm","m":"bestiary/tokens/MM/Specter.webp","n":"Specter"},{"id":2357,"c":1,"u":"spider_mm","p":337,"s":45,"h":1,"r":1,"t":0,"uu":"spider|mm","m":"bestiary/tokens/MM/Spider.webp","n":"Spider"},{"id":2358,"c":1,"u":"spined%20devil_mm","p":78,"s":45,"h":1,"t":0,"uu":"spined devil|mm","m":"bestiary/tokens/MM/Spined Devil.webp","n":"Spined Devil"},{"id":2359,"c":1,"u":"spirit%20naga_mm","p":234,"s":45,"h":1,"r":1,"t":0,"uu":"spirit naga|mm","m":"bestiary/tokens/MM/Spirit Naga.webp","n":"Spirit Naga"},{"id":2360,"c":1,"u":"sprite_mm","p":283,"s":45,"h":1,"r":1,"t":0,"uu":"sprite|mm","m":"bestiary/tokens/MM/Sprite.webp","n":"Sprite"},{"id":2361,"c":1,"u":"spy_mm","p":349,"s":45,"h":1,"r":1,"t":0,"uu":"spy|mm","m":"bestiary/tokens/MM/Spy.webp","n":"Spy"},{"id":2362,"c":1,"u":"steam%20mephit_mm","p":217,"s":45,"h":1,"r":1,"t":0,"uu":"steam mephit|mm","m":"bestiary/tokens/MM/Steam Mephit.webp","n":"Steam Mephit"},{"id":2363,"c":1,"u":"stirge_mm","p":284,"s":45,"h":1,"r":1,"t":0,"uu":"stirge|mm","m":"bestiary/tokens/MM/Stirge.webp","n":"Stirge"},{"id":2364,"c":1,"u":"stone%20giant_mm","p":156,"s":45,"h":1,"r":1,"t":0,"uu":"stone giant|mm","m":"bestiary/tokens/MM/Stone Giant.webp","n":"Stone Giant"},{"id":2365,"c":1,"u":"stone%20golem_mm","p":170,"s":45,"h":1,"r":1,"t":0,"uu":"stone golem|mm","m":"bestiary/tokens/MM/Stone Golem.webp","n":"Stone Golem"},{"id":2366,"c":1,"u":"storm%20giant_mm","p":156,"s":45,"h":1,"r":1,"t":0,"uu":"storm giant|mm","m":"bestiary/tokens/MM/Storm Giant.webp","n":"Storm Giant"},{"id":2367,"c":1,"u":"succubus_mm","p":285,"s":45,"h":1,"r":1,"t":0,"uu":"succubus|mm","m":"bestiary/tokens/MM/Succubus.webp","n":"Succubus"},{"id":2368,"c":1,"u":"swarm%20of%20bats_mm","p":337,"s":45,"h":1,"r":1,"t":0,"uu":"swarm of bats|mm","m":"bestiary/tokens/MM/Swarm of Bats.webp","n":"Swarm of Bats"},{"id":2369,"c":1,"u":"swarm%20of%20beetles_mm","p":338,"s":45,"h":1,"r":1,"t":0,"uu":"swarm of beetles|mm","m":"bestiary/tokens/MM/Swarm of Beetles.webp","n":"Swarm of Beetles"},{"id":2370,"c":1,"u":"swarm%20of%20centipedes_mm","p":338,"s":45,"h":1,"r":1,"t":0,"uu":"swarm of centipedes|mm","m":"bestiary/tokens/MM/Swarm of Centipedes.webp","n":"Swarm of Centipedes"},{"id":2371,"c":1,"u":"swarm%20of%20insects_mm","p":338,"s":45,"h":1,"r":1,"t":0,"uu":"swarm of insects|mm","m":"bestiary/tokens/MM/Swarm of Insects.webp","n":"Swarm of Insects"},{"id":2372,"c":1,"u":"swarm%20of%20poisonous%20snakes_mm","p":338,"s":45,"h":1,"r":1,"t":0,"uu":"swarm of poisonous snakes|mm","m":"bestiary/tokens/MM/Swarm of Poisonous Snakes.webp","n":"Swarm of Poisonous Snakes"},{"id":2373,"c":1,"u":"swarm%20of%20quippers_mm","p":338,"s":45,"h":1,"r":1,"t":0,"uu":"swarm of quippers|mm","m":"bestiary/tokens/MM/Swarm of Quippers.webp","n":"Swarm of Quippers"},{"id":2374,"c":1,"u":"swarm%20of%20rats_mm","p":339,"s":45,"h":1,"r":1,"t":0,"uu":"swarm of rats|mm","m":"bestiary/tokens/MM/Swarm of Rats.webp","n":"Swarm of Rats"},{"id":2375,"c":1,"u":"swarm%20of%20ravens_mm","p":339,"s":45,"h":1,"r":1,"t":0,"uu":"swarm of ravens|mm","m":"bestiary/tokens/MM/Swarm of Ravens.webp","n":"Swarm of Ravens"},{"id":2376,"c":1,"u":"swarm%20of%20spiders_mm","p":338,"s":45,"h":1,"r":1,"t":0,"uu":"swarm of spiders|mm","m":"bestiary/tokens/MM/Swarm of Spiders.webp","n":"Swarm of Spiders"},{"id":2377,"c":1,"u":"swarm%20of%20wasps_mm","p":338,"s":45,"h":1,"r":1,"t":0,"uu":"swarm of wasps|mm","m":"bestiary/tokens/MM/Swarm of Wasps.webp","n":"Swarm of Wasps"},{"id":2378,"c":1,"u":"tarrasque_mm","p":286,"s":45,"h":1,"r":1,"t":0,"uu":"tarrasque|mm","m":"bestiary/tokens/MM/Tarrasque.webp","n":"Tarrasque"},{"id":2379,"c":1,"u":"thri-kreen_mm","p":288,"s":45,"h":1,"t":0,"uu":"thri-kreen|mm","m":"bestiary/tokens/MM/Thri-kreen.webp","n":"Thri-kreen"},{"id":2380,"c":1,"u":"thug_mm","p":350,"s":45,"h":1,"r":1,"t":0,"uu":"thug|mm","m":"bestiary/tokens/MM/Thug.webp","n":"Thug"},{"id":2381,"c":1,"u":"tiger_mm","p":339,"s":45,"h":1,"r":1,"t":0,"uu":"tiger|mm","m":"bestiary/tokens/MM/Tiger.webp","n":"Tiger"},{"id":2382,"c":1,"u":"treant_mm","p":289,"s":45,"h":1,"r":1,"t":0,"uu":"treant|mm","m":"bestiary/tokens/MM/Treant.webp","n":"Treant"},{"id":2383,"c":1,"u":"tribal%20warrior_mm","p":350,"s":45,"h":1,"r":1,"t":0,"uu":"tribal warrior|mm","m":"bestiary/tokens/MM/Tribal Warrior.webp","n":"Tribal Warrior"},{"id":2384,"c":1,"u":"triceratops_mm","p":80,"s":45,"h":1,"r":1,"t":0,"uu":"triceratops|mm","m":"bestiary/tokens/MM/Triceratops.webp","n":"Triceratops"},{"id":2385,"c":1,"u":"tridrone_mm","p":225,"s":45,"h":1,"t":0,"uu":"tridrone|mm","m":"bestiary/tokens/MM/Tridrone.webp","n":"Tridrone"},{"id":2386,"c":1,"u":"troglodyte_mm","p":290,"s":45,"h":1,"t":0,"uu":"troglodyte|mm","m":"bestiary/tokens/MM/Troglodyte.webp","n":"Troglodyte"},{"id":2387,"c":1,"u":"troll_mm","p":291,"s":45,"h":1,"r":1,"t":0,"uu":"troll|mm","m":"bestiary/tokens/MM/Troll.webp","n":"Troll"},{"id":2388,"c":1,"u":"twig%20blight_mm","p":32,"s":45,"h":1,"t":0,"uu":"twig blight|mm","m":"bestiary/tokens/MM/Twig Blight.webp","n":"Twig Blight"},{"id":2389,"c":1,"u":"tyrannosaurus%20rex_mm","p":80,"s":45,"h":1,"r":1,"t":0,"uu":"tyrannosaurus rex|mm","m":"bestiary/tokens/MM/Tyrannosaurus Rex.webp","n":"Tyrannosaurus Rex"},{"id":2390,"c":1,"u":"ultroloth_mm","p":314,"s":45,"h":1,"t":0,"uu":"ultroloth|mm","m":"bestiary/tokens/MM/Ultroloth.webp","n":"Ultroloth"},{"id":2391,"c":1,"u":"umber%20hulk_mm","p":292,"s":45,"h":1,"t":0,"uu":"umber hulk|mm","m":"bestiary/tokens/MM/Umber Hulk.webp","n":"Umber Hulk"},{"id":2392,"c":1,"u":"unicorn_mm","p":294,"s":45,"h":1,"r":1,"t":0,"uu":"unicorn|mm","m":"bestiary/tokens/MM/Unicorn.webp","n":"Unicorn"},{"id":2393,"c":1,"u":"vampire_mm","p":297,"s":45,"h":1,"r":1,"t":0,"uu":"vampire|mm","m":"bestiary/tokens/MM/Vampire.webp","n":"Vampire"},{"id":2394,"c":1,"u":"vampire%20spawn_mm","p":298,"s":45,"h":1,"r":1,"t":0,"uu":"vampire spawn|mm","m":"bestiary/tokens/MM/Vampire Spawn.webp","n":"Vampire Spawn"},{"id":2395,"c":1,"u":"vampire%20spellcaster_mm","p":298,"s":45,"h":1,"t":0,"uu":"vampire spellcaster|mm","m":"bestiary/tokens/MM/Vampire Spellcaster.webp","n":"Vampire Spellcaster"},{"id":2396,"c":1,"u":"vampire%20warrior_mm","p":298,"s":45,"h":1,"t":0,"uu":"vampire warrior|mm","m":"bestiary/tokens/MM/Vampire Warrior.webp","n":"Vampire Warrior"},{"id":2397,"c":1,"u":"veteran_mm","p":350,"s":45,"h":1,"r":1,"t":0,"uu":"veteran|mm","m":"bestiary/tokens/MM/Veteran.webp","n":"Veteran"},{"id":2398,"c":1,"u":"vine%20blight_mm","p":32,"s":45,"h":1,"t":0,"uu":"vine blight|mm","m":"bestiary/tokens/MM/Vine Blight.webp","n":"Vine Blight"},{"id":2399,"c":1,"u":"violet%20fungus_mm","p":138,"s":45,"h":1,"r":1,"t":0,"uu":"violet fungus|mm","m":"bestiary/tokens/MM/Violet Fungus.webp","n":"Violet Fungus"},{"id":2400,"c":1,"u":"vrock_mm","p":64,"s":45,"h":1,"r":1,"t":0,"uu":"vrock|mm","m":"bestiary/tokens/MM/Vrock.webp","n":"Vrock"},{"id":2401,"c":1,"u":"vulture_mm","p":339,"s":45,"h":1,"r":1,"t":0,"uu":"vulture|mm","m":"bestiary/tokens/MM/Vulture.webp","n":"Vulture"},{"id":2402,"c":1,"u":"warhorse_mm","p":340,"s":45,"h":1,"r":1,"t":0,"uu":"warhorse|mm","m":"bestiary/tokens/MM/Warhorse.webp","n":"Warhorse"},{"id":2403,"c":1,"u":"warhorse%20skeleton_mm","p":273,"s":45,"h":1,"r":1,"t":0,"uu":"warhorse skeleton|mm","m":"bestiary/tokens/MM/Warhorse Skeleton.webp","n":"Warhorse Skeleton"},{"id":2404,"c":1,"u":"water%20elemental_mm","p":125,"s":45,"h":1,"r":1,"t":0,"uu":"water elemental|mm","m":"bestiary/tokens/MM/Water Elemental.webp","n":"Water Elemental"},{"id":2405,"c":1,"u":"water%20weird_mm","p":299,"s":45,"h":1,"t":0,"uu":"water weird|mm","m":"bestiary/tokens/MM/Water Weird.webp","n":"Water Weird"},{"id":2406,"c":1,"u":"weasel_mm","p":340,"s":45,"h":1,"r":1,"t":0,"uu":"weasel|mm","m":"bestiary/tokens/MM/Weasel.webp","n":"Weasel"},{"id":2407,"c":1,"u":"werebear_mm","p":208,"s":45,"h":1,"r":1,"t":0,"uu":"werebear|mm","m":"bestiary/tokens/MM/Werebear.webp","n":"Werebear"},{"id":2408,"c":1,"u":"wereboar_mm","p":209,"s":45,"h":1,"r":1,"t":0,"uu":"wereboar|mm","m":"bestiary/tokens/MM/Wereboar.webp","n":"Wereboar"},{"id":2409,"c":1,"u":"wererat_mm","p":209,"s":45,"h":1,"r":1,"t":0,"uu":"wererat|mm","m":"bestiary/tokens/MM/Wererat.webp","n":"Wererat"},{"id":2410,"c":1,"u":"weretiger_mm","p":210,"s":45,"h":1,"r":1,"t":0,"uu":"weretiger|mm","m":"bestiary/tokens/MM/Weretiger.webp","n":"Weretiger"},{"id":2411,"c":1,"u":"werewolf_mm","p":211,"s":45,"h":1,"r":1,"t":0,"uu":"werewolf|mm","m":"bestiary/tokens/MM/Werewolf.webp","n":"Werewolf"},{"id":2412,"c":1,"u":"white%20dragon%20wyrmling_mm","p":102,"s":45,"h":1,"r":1,"t":0,"uu":"white dragon wyrmling|mm","m":"bestiary/tokens/MM/White Dragon Wyrmling.webp","n":"White Dragon Wyrmling"},{"id":2413,"c":1,"u":"wight_mm","p":300,"s":45,"h":1,"r":1,"t":0,"uu":"wight|mm","m":"bestiary/tokens/MM/Wight.webp","n":"Wight"},{"id":2414,"c":1,"u":"will-o'-wisp_mm","p":301,"s":45,"h":1,"r":1,"t":0,"uu":"will-o'-wisp|mm","m":"bestiary/tokens/MM/Will-o'-Wisp.webp","n":"Will-o'-Wisp"},{"id":2415,"c":1,"u":"winged%20kobold_mm","p":195,"s":45,"h":1,"t":0,"uu":"winged kobold|mm","m":"bestiary/tokens/MM/Winged Kobold.webp","n":"Winged Kobold"},{"id":2416,"c":1,"u":"winter%20wolf_mm","p":340,"s":45,"h":1,"r":1,"t":0,"uu":"winter wolf|mm","m":"bestiary/tokens/MM/Winter Wolf.webp","n":"Winter Wolf"},{"id":2417,"c":1,"u":"wolf_mm","p":341,"s":45,"h":1,"r":1,"t":0,"uu":"wolf|mm","m":"bestiary/tokens/MM/Wolf.webp","n":"Wolf"},{"id":2418,"c":1,"u":"worg_mm","p":341,"s":45,"h":1,"r":1,"t":0,"uu":"worg|mm","m":"bestiary/tokens/MM/Worg.webp","n":"Worg"},{"id":2419,"c":1,"u":"wraith_mm","p":302,"s":45,"h":1,"r":1,"t":0,"uu":"wraith|mm","m":"bestiary/tokens/MM/Wraith.webp","n":"Wraith"},{"id":2420,"c":1,"u":"wyvern_mm","p":303,"s":45,"h":1,"r":1,"t":0,"uu":"wyvern|mm","m":"bestiary/tokens/MM/Wyvern.webp","n":"Wyvern"},{"id":2421,"c":1,"u":"xorn_mm","p":304,"s":45,"h":1,"r":1,"t":0,"uu":"xorn|mm","m":"bestiary/tokens/MM/Xorn.webp","n":"Xorn"},{"id":2422,"c":1,"u":"yeti_mm","p":305,"s":45,"h":1,"t":0,"uu":"yeti|mm","m":"bestiary/tokens/MM/Yeti.webp","n":"Yeti"},{"id":2423,"c":1,"u":"yochlol_mm","p":65,"s":45,"h":1,"t":0,"uu":"yochlol|mm","m":"bestiary/tokens/MM/Yochlol.webp","n":"Yochlol"},{"id":2424,"c":1,"u":"young%20black%20dragon_mm","p":88,"s":45,"h":1,"r":1,"t":0,"uu":"young black dragon|mm","m":"bestiary/tokens/MM/Young Black Dragon.webp","n":"Young Black Dragon"},{"id":2425,"c":1,"u":"young%20blue%20dragon_mm","p":91,"s":45,"h":1,"r":1,"t":0,"uu":"young blue dragon|mm","m":"bestiary/tokens/MM/Young Blue Dragon.webp","n":"Young Blue Dragon"},{"id":2426,"c":1,"u":"young%20brass%20dragon_mm","p":105,"s":45,"h":1,"r":1,"t":0,"uu":"young brass dragon|mm","m":"bestiary/tokens/MM/Young Brass Dragon.webp","n":"Young Brass Dragon"},{"id":2427,"c":1,"u":"young%20bronze%20dragon_mm","p":108,"s":45,"h":1,"r":1,"t":0,"uu":"young bronze dragon|mm","m":"bestiary/tokens/MM/Young Bronze Dragon.webp","n":"Young Bronze Dragon"},{"id":2428,"c":1,"u":"young%20copper%20dragon_mm","p":112,"s":45,"h":1,"r":1,"t":0,"uu":"young copper dragon|mm","m":"bestiary/tokens/MM/Young Copper Dragon.webp","n":"Young Copper Dragon"},{"id":2429,"c":1,"u":"young%20gold%20dragon_mm","p":115,"s":45,"h":1,"r":1,"t":0,"uu":"young gold dragon|mm","m":"bestiary/tokens/MM/Young Gold Dragon.webp","n":"Young Gold Dragon"},{"id":2430,"c":1,"u":"young%20green%20dragon_mm","p":94,"s":45,"h":1,"r":1,"t":0,"uu":"young green dragon|mm","m":"bestiary/tokens/MM/Young Green Dragon.webp","n":"Young Green Dragon"},{"id":2431,"c":1,"u":"young%20red%20dragon_mm","p":98,"s":45,"h":1,"r":1,"t":0,"uu":"young red dragon|mm","m":"bestiary/tokens/MM/Young Red Dragon.webp","n":"Young Red Dragon"},{"id":2432,"c":1,"u":"young%20red%20shadow%20dragon_mm","p":85,"s":45,"h":1,"t":0,"uu":"young red shadow dragon|mm","m":"bestiary/tokens/MM/Young Red Shadow Dragon.webp","n":"Young Red Shadow Dragon"},{"id":2433,"c":1,"u":"young%20remorhaz_mm","p":258,"s":45,"h":1,"t":0,"uu":"young remorhaz|mm","m":"bestiary/tokens/MM/Young Remorhaz.webp","n":"Young Remorhaz"},{"id":2434,"c":1,"u":"young%20silver%20dragon_mm","p":118,"s":45,"h":1,"r":1,"t":0,"uu":"young silver dragon|mm","m":"bestiary/tokens/MM/Young Silver Dragon.webp","n":"Young Silver Dragon"},{"id":2435,"c":1,"u":"young%20white%20dragon_mm","p":101,"s":45,"h":1,"r":1,"t":0,"uu":"young white dragon|mm","m":"bestiary/tokens/MM/Young White Dragon.webp","n":"Young White Dragon"},{"id":2436,"c":1,"u":"yuan-ti%20abomination_mm","p":308,"s":45,"h":1,"t":0,"uu":"yuan-ti abomination|mm","m":"bestiary/tokens/MM/Yuan-ti Abomination.webp","n":"Yuan-ti Abomination"},{"id":2437,"c":1,"u":"yuan-ti%20malison%20(type%201)_mm","p":309,"s":45,"h":1,"t":0,"uu":"yuan-ti malison (type 1)|mm","m":"bestiary/tokens/MM/Yuan-ti Malison (Type 1).webp","n":"Yuan-ti Malison (Type 1)"},{"id":2438,"c":1,"u":"yuan-ti%20malison%20(type%202)_mm","p":309,"s":45,"h":1,"t":0,"uu":"yuan-ti malison (type 2)|mm","m":"bestiary/tokens/MM/Yuan-ti Malison (Type 2).webp","n":"Yuan-ti Malison (Type 2)"},{"id":2439,"c":1,"u":"yuan-ti%20malison%20(type%203)_mm","p":309,"s":45,"h":1,"t":0,"uu":"yuan-ti malison (type 3)|mm","m":"bestiary/tokens/MM/Yuan-ti Malison (Type 3).webp","n":"Yuan-ti Malison (Type 3)"},{"id":2440,"c":1,"u":"yuan-ti%20pureblood_mm","p":310,"s":45,"h":1,"t":0,"uu":"yuan-ti pureblood|mm","m":"bestiary/tokens/MM/Yuan-ti Pureblood.webp","n":"Yuan-ti Pureblood"},{"id":2441,"c":1,"u":"zombie_mm","p":316,"s":45,"h":1,"r":1,"t":0,"uu":"zombie|mm","m":"bestiary/tokens/MM/Zombie.webp","n":"Zombie"},{"id":2442,"c":1,"u":"abhorrent%20overlord_mot","p":219,"s":46,"h":1,"t":0,"uu":"abhorrent overlord|mot","m":"bestiary/tokens/MOT/Abhorrent Overlord.webp","n":"Abhorrent Overlord"},{"id":2443,"c":1,"u":"akroan%20hoplite_mot","p":228,"s":46,"h":1,"t":0,"uu":"akroan hoplite|mot","m":"bestiary/tokens/MOT/Akroan Hoplite.webp","n":"Akroan Hoplite"},{"id":2444,"c":1,"u":"alseid_mot","p":235,"s":46,"h":1,"t":0,"uu":"alseid|mot","m":"bestiary/tokens/MOT/Alseid.webp","n":"Alseid"},{"id":2445,"c":1,"u":"anvilwrought%20raptor_mot","p":209,"s":46,"h":1,"t":0,"uu":"anvilwrought raptor|mot","m":"bestiary/tokens/MOT/Anvilwrought Raptor.webp","n":"Anvilwrought Raptor"},{"id":2446,"c":1,"u":"aphemia_mot","p":226,"s":46,"h":1,"t":0,"uu":"aphemia|mot","m":"bestiary/tokens/MOT/Aphemia.webp","n":"Aphemia"},{"id":2447,"c":1,"u":"arasta_mot","p":248,"s":46,"h":1,"t":0,"uu":"arasta|mot","m":"bestiary/tokens/MOT/Arasta.webp","n":"Arasta"},{"id":2448,"c":1,"u":"archon%20of%20falling%20stars_mot","p":212,"s":46,"h":1,"t":0,"uu":"archon of falling stars|mot","m":"bestiary/tokens/MOT/Archon of Falling Stars.webp","n":"Archon of Falling Stars"},{"id":2449,"c":1,"u":"ashen%20rider_mot","p":213,"s":46,"h":1,"t":0,"uu":"ashen rider|mot","m":"bestiary/tokens/MOT/Ashen Rider.webp","n":"Ashen Rider"},{"id":2450,"c":1,"u":"blood-toll%20harpy_mot","p":227,"s":46,"h":1,"t":0,"uu":"blood-toll harpy|mot","m":"bestiary/tokens/MOT/Blood-Toll Harpy.webp","n":"Blood-Toll Harpy"},{"id":2451,"c":1,"u":"broken%20king%20antigonos_mot","p":189,"s":46,"h":1,"t":0,"uu":"broken king antigonos|mot","m":"bestiary/tokens/MOT/Broken King Antigonos.webp","n":"Broken King Antigonos"},{"id":2452,"c":1,"u":"bronze%20sable_mot","p":210,"s":46,"h":1,"t":0,"uu":"bronze sable|mot","m":"bestiary/tokens/MOT/Bronze Sable.webp","n":"Bronze Sable"},{"id":2453,"c":1,"u":"burnished%20hart_mot","p":211,"s":46,"h":1,"t":0,"uu":"burnished hart|mot","m":"bestiary/tokens/MOT/Burnished Hart.webp","n":"Burnished Hart"},{"id":2454,"c":1,"u":"colossus%20of%20akros_mot","p":218,"s":46,"h":1,"t":0,"uu":"colossus of akros|mot","m":"bestiary/tokens/MOT/Colossus of Akros.webp","n":"Colossus of Akros"},{"id":2455,"c":1,"u":"doomwake%20giant_mot","p":224,"s":46,"h":1,"t":0,"uu":"doomwake giant|mot","m":"bestiary/tokens/MOT/Doomwake Giant.webp","n":"Doomwake Giant"},{"id":2456,"c":1,"u":"eater%20of%20hope_mot","p":220,"s":46,"h":1,"t":0,"uu":"eater of hope|mot","m":"bestiary/tokens/MOT/Eater of Hope.webp","n":"Eater of Hope"},{"id":2457,"c":1,"u":"fleecemane%20lion_mot","p":223,"s":46,"h":1,"t":0,"uu":"fleecemane lion|mot","m":"bestiary/tokens/MOT/Fleecemane Lion.webp","n":"Fleecemane Lion"},{"id":2458,"c":1,"u":"flitterstep%20eidolon_mot","p":222,"s":46,"h":1,"t":0,"uu":"flitterstep eidolon|mot","m":"bestiary/tokens/MOT/Flitterstep Eidolon.webp","n":"Flitterstep Eidolon"},{"id":2459,"c":1,"u":"ghostblade%20eidolon_mot","p":222,"s":46,"h":1,"t":0,"uu":"ghostblade eidolon|mot","m":"bestiary/tokens/MOT/Ghostblade Eidolon.webp","n":"Ghostblade Eidolon"},{"id":2460,"c":1,"u":"gold-forged%20sentinel_mot","p":211,"s":46,"h":1,"t":0,"uu":"gold-forged sentinel|mot","m":"bestiary/tokens/MOT/Gold-Forged Sentinel.webp","n":"Gold-Forged Sentinel"},{"id":2461,"c":1,"u":"hippocamp_mot","p":227,"s":46,"h":1,"t":0,"uu":"hippocamp|mot","m":"bestiary/tokens/MOT/Hippocamp.webp","n":"Hippocamp"},{"id":2462,"c":1,"u":"hundred-handed%20one_mot","p":225,"s":46,"h":1,"t":0,"uu":"hundred-handed one|mot","m":"bestiary/tokens/MOT/Hundred-Handed One.webp","n":"Hundred-Handed One"},{"id":2463,"c":1,"u":"hythonia_mot","p":252,"s":46,"h":1,"t":0,"uu":"hythonia|mot","m":"bestiary/tokens/MOT/Hythonia.webp","n":"Hythonia"},{"id":2464,"c":1,"u":"ironscale%20hydra_mot","p":231,"s":46,"h":1,"t":0,"uu":"ironscale hydra|mot","m":"bestiary/tokens/MOT/Ironscale Hydra.webp","n":"Ironscale Hydra"},{"id":2465,"c":1,"u":"lampad_mot","p":235,"s":46,"h":1,"t":0,"uu":"lampad|mot","m":"bestiary/tokens/MOT/Lampad.webp","n":"Lampad"},{"id":2466,"c":1,"u":"leonin%20iconoclast_mot","p":232,"s":46,"h":1,"t":0,"uu":"leonin iconoclast|mot","m":"bestiary/tokens/MOT/Leonin Iconoclast.webp","n":"Leonin Iconoclast"},{"id":2467,"c":1,"u":"medusa_mot","p":206,"s":46,"h":1,"t":0,"uu":"medusa|mot","m":"bestiary/tokens/MOT/Medusa.webp","n":"Medusa"},{"id":2468,"c":1,"u":"meletian%20hoplite_mot","p":229,"s":46,"h":1,"t":0,"uu":"meletian hoplite|mot","m":"bestiary/tokens/MOT/Meletian Hoplite.webp","n":"Meletian Hoplite"},{"id":2469,"c":1,"u":"naiad_mot","p":236,"s":46,"h":1,"t":0,"uu":"naiad|mot","m":"bestiary/tokens/MOT/Naiad.webp","n":"Naiad"},{"id":2470,"c":1,"u":"nightmare%20shepherd_mot","p":221,"s":46,"h":1,"t":0,"uu":"nightmare shepherd|mot","m":"bestiary/tokens/MOT/Nightmare Shepherd.webp","n":"Nightmare Shepherd"},{"id":2471,"c":1,"u":"nyx-fleece%20ram_mot","p":233,"s":46,"h":1,"t":0,"uu":"nyx-fleece ram|mot","m":"bestiary/tokens/MOT/Nyx-Fleece Ram.webp","n":"Nyx-Fleece Ram"},{"id":2472,"c":1,"u":"oracle_mot","p":238,"s":46,"h":1,"t":0,"uu":"oracle|mot","m":"bestiary/tokens/MOT/Oracle.webp","n":"Oracle"},{"id":2473,"c":1,"u":"oread_mot","p":237,"s":46,"h":1,"t":0,"uu":"oread|mot","m":"bestiary/tokens/MOT/Oread.webp","n":"Oread"},{"id":2474,"c":1,"u":"phylaskia_mot","p":239,"s":46,"h":1,"t":0,"uu":"phylaskia|mot","m":"bestiary/tokens/MOT/Phylaskia.webp","n":"Phylaskia"},{"id":2475,"c":1,"u":"polukranos_mot","p":231,"s":46,"h":1,"t":0,"uu":"polukranos|mot","m":"bestiary/tokens/MOT/Polukranos.webp","n":"Polukranos"},{"id":2476,"c":1,"u":"returned%20drifter_mot","p":240,"s":46,"h":1,"t":0,"uu":"returned drifter|mot","m":"bestiary/tokens/MOT/Returned Drifter.webp","n":"Returned Drifter"},{"id":2477,"c":1,"u":"returned%20kakomantis_mot","p":240,"s":46,"h":1,"t":0,"uu":"returned kakomantis|mot","m":"bestiary/tokens/MOT/Returned Kakomantis.webp","n":"Returned Kakomantis"},{"id":2478,"c":1,"u":"returned%20palamnite_mot","p":241,"s":46,"h":1,"t":0,"uu":"returned palamnite|mot","m":"bestiary/tokens/MOT/Returned Palamnite.webp","n":"Returned Palamnite"},{"id":2479,"c":1,"u":"returned%20sentry_mot","p":241,"s":46,"h":1,"t":0,"uu":"returned sentry|mot","m":"bestiary/tokens/MOT/Returned Sentry.webp","n":"Returned Sentry"},{"id":2480,"c":1,"u":"satyr%20reveler_mot","p":242,"s":46,"h":1,"t":0,"uu":"satyr reveler|mot","m":"bestiary/tokens/MOT/Satyr Reveler.webp","n":"Satyr Reveler"},{"id":2481,"c":1,"u":"satyr%20thornbearer_mot","p":243,"s":46,"h":1,"t":0,"uu":"satyr thornbearer|mot","m":"bestiary/tokens/MOT/Satyr Thornbearer.webp","n":"Satyr Thornbearer"},{"id":2482,"c":1,"u":"setessan%20hoplite_mot","p":229,"s":46,"h":1,"t":0,"uu":"setessan hoplite|mot","m":"bestiary/tokens/MOT/Setessan Hoplite.webp","n":"Setessan Hoplite"},{"id":2483,"c":1,"u":"theran%20chimera_mot","p":216,"s":46,"h":1,"t":0,"uu":"theran chimera|mot","m":"bestiary/tokens/MOT/Theran Chimera.webp","n":"Theran Chimera"},{"id":2484,"c":1,"u":"triton%20master%20of%20waves_mot","p":245,"s":46,"h":1,"t":0,"uu":"triton master of waves|mot","m":"bestiary/tokens/MOT/Triton Master of Waves.webp","n":"Triton Master of Waves"},{"id":2485,"c":1,"u":"triton%20shorestalker_mot","p":244,"s":46,"h":1,"t":0,"uu":"triton shorestalker|mot","m":"bestiary/tokens/MOT/Triton Shorestalker.webp","n":"Triton Shorestalker"},{"id":2486,"c":1,"u":"tromokratis_mot","p":254,"s":46,"h":1,"t":0,"uu":"tromokratis|mot","m":"bestiary/tokens/MOT/Tromokratis.webp","n":"Tromokratis"},{"id":2487,"c":1,"u":"two-headed%20cerberus_mot","p":215,"s":46,"h":1,"t":0,"uu":"two-headed cerberus|mot","m":"bestiary/tokens/MOT/Two-Headed Cerberus.webp","n":"Two-Headed Cerberus"},{"id":2488,"c":1,"u":"typhon_mot","p":246,"s":46,"h":1,"t":0,"uu":"typhon|mot","m":"bestiary/tokens/MOT/Typhon.webp","n":"Typhon"},{"id":2489,"c":1,"u":"underworld%20cerberus_mot","p":215,"s":46,"h":1,"t":0,"uu":"underworld cerberus|mot","m":"bestiary/tokens/MOT/Underworld Cerberus.webp","n":"Underworld Cerberus"},{"id":2490,"c":1,"u":"winged%20bull_mot","p":214,"s":46,"h":1,"t":0,"uu":"winged bull|mot","m":"bestiary/tokens/MOT/Winged Bull.webp","n":"Winged Bull"},{"id":2491,"c":1,"u":"winged%20lion_mot","p":214,"s":46,"h":1,"t":0,"uu":"winged lion|mot","m":"bestiary/tokens/MOT/Winged Lion.webp","n":"Winged Lion"},{"id":2492,"c":1,"u":"woe%20strider_mot","p":247,"s":46,"h":1,"t":0,"uu":"woe strider|mot","m":"bestiary/tokens/MOT/Woe Strider.webp","n":"Woe Strider"},{"id":2493,"c":1,"u":"adult%20time%20dragon_mpp","p":50,"s":47,"h":1,"t":0,"uu":"adult time dragon|mpp","m":"bestiary/tokens/MPP/Adult Time Dragon.webp","n":"Adult Time Dragon"},{"id":2494,"c":1,"u":"ancient%20time%20dragon_mpp","p":48,"s":47,"h":1,"t":0,"uu":"ancient time dragon|mpp","m":"bestiary/tokens/MPP/Ancient Time Dragon.webp","n":"Ancient Time Dragon"},{"id":2495,"c":1,"u":"athar%20null_mpp","p":53,"s":47,"h":1,"t":0,"uu":"athar null|mpp","m":"bestiary/tokens/MPP/Athar Null.webp","n":"Athar Null"},{"id":2496,"c":1,"u":"aurumach%20rilmani_mpp","p":43,"s":47,"h":1,"t":0,"uu":"aurumach rilmani|mpp","m":"bestiary/tokens/MPP/Aurumach Rilmani.webp","n":"Aurumach Rilmani"},{"id":2497,"c":1,"u":"avoral%20guardinal_mpp","p":32,"s":47,"h":1,"t":0,"uu":"avoral guardinal|mpp","m":"bestiary/tokens/MPP/Avoral Guardinal.webp","n":"Avoral Guardinal"},{"id":2498,"c":1,"u":"baernaloth_mpp","p":20,"s":47,"h":1,"t":0,"uu":"baernaloth|mpp","m":"bestiary/tokens/MPP/Baernaloth.webp","n":"Baernaloth"},{"id":2499,"c":1,"u":"bariaur%20wanderer_mpp","p":21,"s":47,"h":1,"t":0,"uu":"bariaur wanderer|mpp","m":"bestiary/tokens/MPP/Bariaur Wanderer.webp","n":"Bariaur Wanderer"},{"id":2500,"c":1,"u":"bleak%20cabal%20void%20soother_mpp","p":54,"s":47,"h":1,"t":0,"uu":"bleak cabal void soother|mpp","m":"bestiary/tokens/MPP/Bleak Cabal Void Soother.webp","n":"Bleak Cabal Void Soother"},{"id":2501,"c":1,"u":"cranium%20rat%20squeaker_mpp","p":22,"s":47,"h":1,"t":0,"uu":"cranium rat squeaker|mpp","m":"bestiary/tokens/MPP/Cranium Rat Squeaker.webp","n":"Cranium Rat Squeaker"},{"id":2502,"c":1,"u":"cranium%20rat%20squeaker%20swarm_mpp","p":22,"s":47,"h":1,"t":0,"uu":"cranium rat squeaker swarm|mpp","m":"bestiary/tokens/MPP/Cranium Rat Squeaker Swarm.webp","n":"Cranium Rat Squeaker Swarm"},{"id":2503,"c":1,"u":"cuprilach%20rilmani_mpp","p":44,"s":47,"h":1,"t":0,"uu":"cuprilach rilmani|mpp","m":"bestiary/tokens/MPP/Cuprilach Rilmani.webp","n":"Cuprilach Rilmani"},{"id":2504,"c":1,"u":"dabus_mpp","p":23,"s":47,"h":1,"t":0,"uu":"dabus|mpp","m":"bestiary/tokens/MPP/Dabus.webp","n":"Dabus"},{"id":2505,"c":1,"u":"darkweaver_mpp","p":25,"s":47,"h":1,"t":0,"uu":"darkweaver|mpp","m":"bestiary/tokens/MPP/Darkweaver.webp","n":"Darkweaver"},{"id":2506,"c":1,"u":"decaton%20modron_mpp","p":36,"s":47,"h":1,"t":0,"uu":"decaton modron|mpp","m":"bestiary/tokens/MPP/Decaton Modron.webp","n":"Decaton Modron"},{"id":2507,"c":1,"u":"doomguard%20doom%20lord_mpp","p":54,"s":47,"h":1,"t":0,"uu":"doomguard doom lord|mpp","m":"bestiary/tokens/MPP/Doomguard Doom Lord.webp","n":"Doomguard Doom Lord"},{"id":2508,"c":1,"u":"doomguard%20rot%20blade_mpp","p":56,"s":47,"h":1,"t":0,"uu":"doomguard rot blade|mpp","m":"bestiary/tokens/MPP/Doomguard Rot Blade.webp","n":"Doomguard Rot Blade"},{"id":2509,"c":1,"u":"eater%20of%20knowledge_mpp","p":29,"s":47,"h":1,"t":0,"uu":"eater of knowledge|mpp","m":"bestiary/tokens/MPP/Eater of Knowledge.webp","n":"Eater of Knowledge"},{"id":2510,"c":1,"u":"equinal%20guardinal_mpp","p":33,"s":47,"h":1,"t":0,"uu":"equinal guardinal|mpp","m":"bestiary/tokens/MPP/Equinal Guardinal.webp","n":"Equinal Guardinal"},{"id":2511,"c":1,"u":"farastu%20demodand_mpp","p":26,"s":47,"h":1,"t":0,"uu":"farastu demodand|mpp","m":"bestiary/tokens/MPP/Farastu Demodand.webp","n":"Farastu Demodand"},{"id":2512,"c":1,"u":"fated%20shaker_mpp","p":56,"s":47,"h":1,"t":0,"uu":"fated shaker|mpp","m":"bestiary/tokens/MPP/Fated Shaker.webp","n":"Fated Shaker"},{"id":2513,"c":1,"u":"ferrumach%20rilmani_mpp","p":44,"s":47,"h":1,"t":0,"uu":"ferrumach rilmani|mpp","m":"bestiary/tokens/MPP/Ferrumach Rilmani.webp","n":"Ferrumach Rilmani"},{"id":2514,"c":1,"u":"fraternity%20of%20order%20law%20bender_mpp","p":57,"s":47,"h":1,"t":0,"uu":"fraternity of order law bender|mpp","m":"bestiary/tokens/MPP/Fraternity of Order Law Bender.webp","n":"Fraternity of Order Law Bender"},{"id":2515,"c":1,"u":"githzerai%20futurist_mpp","p":30,"s":47,"h":1,"t":0,"uu":"githzerai futurist|mpp","m":"bestiary/tokens/MPP/Githzerai Futurist.webp","n":"Githzerai Futurist"},{"id":2516,"c":1,"u":"githzerai%20traveler_mpp","p":31,"s":47,"h":1,"t":0,"uu":"githzerai traveler|mpp","m":"bestiary/tokens/MPP/Githzerai Traveler.webp","n":"Githzerai Traveler"},{"id":2517,"c":1,"u":"githzerai%20uniter_mpp","p":31,"s":47,"h":1,"t":0,"uu":"githzerai uniter|mpp","m":"bestiary/tokens/MPP/Githzerai Uniter.webp","n":"Githzerai Uniter"},{"id":2518,"c":1,"u":"hands%20of%20havoc%20fire%20starter_mpp","p":58,"s":47,"h":1,"t":0,"uu":"hands of havoc fire starter|mpp","m":"bestiary/tokens/MPP/Hands of Havoc Fire Starter.webp","n":"Hands of Havoc Fire Starter"},{"id":2519,"c":1,"u":"harmonium%20captain_mpp","p":58,"s":47,"h":1,"t":0,"uu":"harmonium captain|mpp","m":"bestiary/tokens/MPP/Harmonium Captain.webp","n":"Harmonium Captain"},{"id":2520,"c":1,"u":"harmonium%20peacekeeper_mpp","p":59,"s":47,"h":1,"t":0,"uu":"harmonium peacekeeper|mpp","m":"bestiary/tokens/MPP/Harmonium Peacekeeper.webp","n":"Harmonium Peacekeeper"},{"id":2521,"c":1,"u":"heralds%20of%20dust%20remnant_mpp","p":59,"s":47,"h":1,"t":0,"uu":"heralds of dust remnant|mpp","m":"bestiary/tokens/MPP/Heralds of Dust Remnant.webp","n":"Heralds of Dust Remnant"},{"id":2522,"c":1,"u":"hexton%20modron_mpp","p":37,"s":47,"h":1,"t":0,"uu":"hexton modron|mpp","m":"bestiary/tokens/MPP/Hexton Modron.webp","n":"Hexton Modron"},{"id":2523,"c":1,"u":"hound%20archon_mpp","p":16,"s":47,"h":1,"t":0,"uu":"hound archon|mpp","m":"bestiary/tokens/MPP/Hound Archon.webp","n":"Hound Archon"},{"id":2524,"c":1,"u":"kelubar%20demodand_mpp","p":27,"s":47,"h":1,"t":0,"uu":"kelubar demodand|mpp","m":"bestiary/tokens/MPP/Kelubar Demodand.webp","n":"Kelubar Demodand"},{"id":2525,"c":1,"u":"kolyarut_mpp","p":34,"s":47,"h":1,"t":0,"uu":"kolyarut|mpp","m":"bestiary/tokens/MPP/Kolyarut.webp","n":"Kolyarut"},{"id":2526,"c":1,"u":"lantern%20archon_mpp","p":17,"s":47,"h":1,"t":0,"uu":"lantern archon|mpp","m":"bestiary/tokens/MPP/Lantern Archon.webp","n":"Lantern Archon"},{"id":2527,"c":1,"u":"maelephant_mpp","p":35,"s":47,"h":1,"t":0,"uu":"maelephant|mpp","m":"bestiary/tokens/MPP/Maelephant.webp","n":"Maelephant"},{"id":2528,"c":1,"u":"mercykiller%20bloodhound_mpp","p":60,"s":47,"h":1,"t":0,"uu":"mercykiller bloodhound|mpp","m":"bestiary/tokens/MPP/Mercykiller Bloodhound.webp","n":"Mercykiller Bloodhound"},{"id":2529,"c":1,"u":"mind's%20eye%20matter%20smith_mpp","p":60,"s":47,"h":1,"t":0,"uu":"mind's eye matter smith|mpp","m":"bestiary/tokens/MPP/Mind's Eye Matter Smith.webp","n":"Mind's Eye Matter Smith"},{"id":2530,"c":1,"u":"musteval%20guardinal_mpp","p":33,"s":47,"h":1,"t":0,"uu":"musteval guardinal|mpp","m":"bestiary/tokens/MPP/Musteval Guardinal.webp","n":"Musteval Guardinal"},{"id":2531,"c":1,"u":"nonaton%20modron_mpp","p":38,"s":47,"h":1,"t":0,"uu":"nonaton modron|mpp","m":"bestiary/tokens/MPP/Nonaton Modron.webp","n":"Nonaton Modron"},{"id":2532,"c":1,"u":"octon%20modron_mpp","p":40,"s":47,"h":1,"t":0,"uu":"octon modron|mpp","m":"bestiary/tokens/MPP/Octon Modron.webp","n":"Octon Modron"},{"id":2533,"c":1,"u":"planar%20incarnate_mpp","p":41,"s":47,"h":1,"t":0,"uu":"planar incarnate|mpp","m":"bestiary/tokens/MPP/Planar Incarnate.webp","n":"Planar Incarnate"},{"id":2534,"c":1,"u":"razorvine%20blight_mpp","p":42,"s":47,"h":1,"t":0,"uu":"razorvine blight|mpp","m":"bestiary/tokens/MPP/Razorvine Blight.webp","n":"Razorvine Blight"},{"id":2535,"c":1,"u":"septon%20modron_mpp","p":40,"s":47,"h":1,"t":0,"uu":"septon modron|mpp","m":"bestiary/tokens/MPP/Septon Modron.webp","n":"Septon Modron"},{"id":2536,"c":1,"u":"shator%20demodand_mpp","p":28,"s":47,"h":1,"t":0,"uu":"shator demodand|mpp","m":"bestiary/tokens/MPP/Shator Demodand.webp","n":"Shator Demodand"},{"id":2537,"c":1,"u":"shemeshka_mpp","p":46,"s":47,"h":1,"t":0,"uu":"shemeshka|mpp","m":"bestiary/tokens/MPP/Shemeshka.webp","n":"Shemeshka"},{"id":2538,"c":1,"u":"society%20of%20sensation%20muse_mpp","p":61,"s":47,"h":1,"t":0,"uu":"society of sensation muse|mpp","m":"bestiary/tokens/MPP/Society of Sensation Muse.webp","n":"Society of Sensation Muse"},{"id":2539,"c":1,"u":"sunfly_mpp","p":47,"s":47,"h":1,"t":0,"uu":"sunfly|mpp","m":"bestiary/tokens/MPP/Sunfly.webp","n":"Sunfly"},{"id":2540,"c":1,"u":"swarm%20of%20sunflies_mpp","p":47,"s":47,"h":1,"t":0,"uu":"swarm of sunflies|mpp","m":"bestiary/tokens/MPP/Swarm of Sunflies.webp","n":"Swarm of Sunflies"},{"id":2541,"c":1,"u":"time%20dragon%20wyrmling_mpp","p":51,"s":47,"h":1,"t":0,"uu":"time dragon wyrmling|mpp","m":"bestiary/tokens/MPP/Time Dragon Wyrmling.webp","n":"Time Dragon Wyrmling"},{"id":2542,"c":1,"u":"transcendent%20order%20conduit_mpp","p":62,"s":47,"h":1,"t":0,"uu":"transcendent order conduit|mpp","m":"bestiary/tokens/MPP/Transcendent Order Conduit.webp","n":"Transcendent Order Conduit"},{"id":2543,"c":1,"u":"transcendent%20order%20instinct_mpp","p":62,"s":47,"h":1,"t":0,"uu":"transcendent order instinct|mpp","m":"bestiary/tokens/MPP/Transcendent Order Instinct.webp","n":"Transcendent Order Instinct"},{"id":2544,"c":1,"u":"vargouille%20reflection_mpp","p":52,"s":47,"h":1,"t":0,"uu":"vargouille reflection|mpp","m":"bestiary/tokens/MPP/Vargouille Reflection.webp","n":"Vargouille Reflection"},{"id":2545,"c":1,"u":"warden%20archon_mpp","p":18,"s":47,"h":1,"t":0,"uu":"warden archon|mpp","m":"bestiary/tokens/MPP/Warden Archon.webp","n":"Warden Archon"},{"id":2546,"c":1,"u":"young%20time%20dragon_mpp","p":51,"s":47,"h":1,"t":0,"uu":"young time dragon|mpp","m":"bestiary/tokens/MPP/Young Time Dragon.webp","n":"Young Time Dragon"},{"id":2547,"c":1,"u":"abyssal%20wretch_mtf","p":136,"s":48,"h":1,"t":0,"uu":"abyssal wretch|mtf","m":"bestiary/tokens/MTF/Abyssal Wretch.webp","n":"Abyssal Wretch"},{"id":2548,"c":1,"u":"adult%20kruthik_mtf","p":212,"s":48,"h":1,"t":0,"uu":"adult kruthik|mtf","m":"bestiary/tokens/MTF/Adult Kruthik.webp","n":"Adult Kruthik"},{"id":2549,"c":1,"u":"adult%20oblex_mtf","p":218,"s":48,"h":1,"t":0,"uu":"adult oblex|mtf","m":"bestiary/tokens/MTF/Adult Oblex.webp","n":"Adult Oblex"},{"id":2550,"c":1,"u":"air%20elemental%20myrmidon_mtf","p":202,"s":48,"h":1,"t":0,"uu":"air elemental myrmidon|mtf","m":"bestiary/tokens/MTF/Air Elemental Myrmidon.webp","n":"Air Elemental Myrmidon"},{"id":2551,"c":1,"u":"alkilith_mtf","p":130,"s":48,"h":1,"t":0,"uu":"alkilith|mtf","m":"bestiary/tokens/MTF/Alkilith.webp","n":"Alkilith"},{"id":2552,"c":1,"u":"allip_mtf","p":116,"s":48,"h":1,"t":0,"uu":"allip|mtf","m":"bestiary/tokens/MTF/Allip.webp","n":"Allip"},{"id":2553,"c":1,"u":"amnizu_mtf","p":164,"s":48,"h":1,"t":0,"uu":"amnizu|mtf","m":"bestiary/tokens/MTF/Amnizu.webp","n":"Amnizu"},{"id":2554,"c":1,"u":"armanite_mtf","p":131,"s":48,"h":1,"t":0,"uu":"armanite|mtf","m":"bestiary/tokens/MTF/Armanite.webp","n":"Armanite"},{"id":2555,"c":1,"u":"astral%20dreadnought_mtf","p":117,"s":48,"h":1,"t":0,"uu":"astral dreadnought|mtf","m":"bestiary/tokens/MTF/Astral Dreadnought.webp","n":"Astral Dreadnought"},{"id":2556,"c":1,"u":"autumn%20eladrin_mtf","p":195,"s":48,"h":1,"t":0,"uu":"autumn eladrin|mtf","m":"bestiary/tokens/MTF/Autumn Eladrin.webp","n":"Autumn Eladrin"},{"id":2557,"c":1,"u":"bael_mtf","p":170,"s":48,"h":1,"t":0,"uu":"bael|mtf","m":"bestiary/tokens/MTF/Bael.webp","n":"Bael"},{"id":2558,"c":1,"u":"balhannoth_mtf","p":119,"s":48,"h":1,"t":0,"uu":"balhannoth|mtf","m":"bestiary/tokens/MTF/Balhannoth.webp","n":"Balhannoth"},{"id":2559,"c":1,"u":"baphomet_mtf","p":143,"s":48,"h":1,"t":0,"uu":"baphomet|mtf","m":"bestiary/tokens/MTF/Baphomet.webp","n":"Baphomet"},{"id":2560,"c":1,"u":"berbalang_mtf","p":120,"s":48,"h":1,"t":0,"uu":"berbalang|mtf","m":"bestiary/tokens/MTF/Berbalang.webp","n":"Berbalang"},{"id":2561,"c":1,"u":"black%20abishai_mtf","p":160,"s":48,"h":1,"t":0,"uu":"black abishai|mtf","m":"bestiary/tokens/MTF/Black Abishai.webp","n":"Black Abishai"},{"id":2562,"c":1,"u":"blue%20abishai_mtf","p":161,"s":48,"h":1,"t":0,"uu":"blue abishai|mtf","m":"bestiary/tokens/MTF/Blue Abishai.webp","n":"Blue Abishai"},{"id":2563,"c":1,"u":"boneclaw_mtf","p":121,"s":48,"h":1,"t":0,"uu":"boneclaw|mtf","m":"bestiary/tokens/MTF/Boneclaw.webp","n":"Boneclaw"},{"id":2564,"c":1,"u":"bronze%20scout_mtf","p":125,"s":48,"h":1,"t":0,"uu":"bronze scout|mtf","m":"bestiary/tokens/MTF/Bronze Scout.webp","n":"Bronze Scout"},{"id":2565,"c":1,"u":"bulezau_mtf","p":131,"s":48,"h":1,"t":0,"uu":"bulezau|mtf","m":"bestiary/tokens/MTF/Bulezau.webp","n":"Bulezau"},{"id":2566,"c":1,"u":"cadaver%20collector_mtf","p":122,"s":48,"h":1,"t":0,"uu":"cadaver collector|mtf","m":"bestiary/tokens/MTF/Cadaver Collector.webp","n":"Cadaver Collector"},{"id":2567,"c":1,"u":"canoloth_mtf","p":247,"s":48,"h":1,"t":0,"uu":"canoloth|mtf","m":"bestiary/tokens/MTF/Canoloth.webp","n":"Canoloth"},{"id":2568,"c":1,"u":"choker_mtf","p":123,"s":48,"h":1,"t":0,"uu":"choker|mtf","m":"bestiary/tokens/MTF/Choker.webp","n":"Choker"},{"id":2569,"c":1,"u":"corpse%20flower_mtf","p":127,"s":48,"h":1,"t":0,"uu":"corpse flower|mtf","m":"bestiary/tokens/MTF/Corpse Flower.webp","n":"Corpse Flower"},{"id":2570,"c":1,"u":"deathlock_mtf","p":128,"s":48,"h":1,"t":0,"uu":"deathlock|mtf","m":"bestiary/tokens/MTF/Deathlock.webp","n":"Deathlock"},{"id":2571,"c":1,"u":"deathlock%20mastermind_mtf","p":129,"s":48,"h":1,"t":0,"uu":"deathlock mastermind|mtf","m":"bestiary/tokens/MTF/Deathlock Mastermind.webp","n":"Deathlock Mastermind"},{"id":2572,"c":1,"u":"deathlock%20wight_mtf","p":129,"s":48,"h":1,"t":0,"uu":"deathlock wight|mtf","m":"bestiary/tokens/MTF/Deathlock Wight.webp","n":"Deathlock Wight"},{"id":2573,"c":1,"u":"demogorgon_mtf","p":144,"s":48,"h":1,"t":0,"uu":"demogorgon|mtf","m":"bestiary/tokens/MTF/Demogorgon.webp","n":"Demogorgon"},{"id":2574,"c":1,"u":"derro_mtf","p":158,"s":48,"h":1,"t":0,"uu":"derro|mtf","m":"bestiary/tokens/MTF/Derro.webp","n":"Derro"},{"id":2575,"c":1,"u":"derro%20savant_mtf","p":159,"s":48,"h":1,"t":0,"uu":"derro savant|mtf","m":"bestiary/tokens/MTF/Derro Savant.webp","n":"Derro Savant"},{"id":2576,"c":1,"u":"dhergoloth_mtf","p":248,"s":48,"h":1,"t":0,"uu":"dhergoloth|mtf","m":"bestiary/tokens/MTF/Dhergoloth.webp","n":"Dhergoloth"},{"id":2577,"c":1,"u":"dire%20troll_mtf","p":243,"s":48,"h":1,"t":0,"uu":"dire troll|mtf","m":"bestiary/tokens/MTF/Dire Troll.webp","n":"Dire Troll"},{"id":2578,"c":1,"u":"drow%20arachnomancer_mtf","p":182,"s":48,"h":1,"t":0,"uu":"drow arachnomancer|mtf","m":"bestiary/tokens/MTF/Drow Arachnomancer.webp","n":"Drow Arachnomancer"},{"id":2579,"c":1,"u":"drow%20favored%20consort_mtf","p":183,"s":48,"h":1,"t":0,"uu":"drow favored consort|mtf","m":"bestiary/tokens/MTF/Drow Favored Consort.webp","n":"Drow Favored Consort"},{"id":2580,"c":1,"u":"drow%20house%20captain_mtf","p":184,"s":48,"h":1,"t":0,"uu":"drow house captain|mtf","m":"bestiary/tokens/MTF/Drow House Captain.webp","n":"Drow House Captain"},{"id":2581,"c":1,"u":"drow%20inquisitor_mtf","p":184,"s":48,"h":1,"t":0,"uu":"drow inquisitor|mtf","m":"bestiary/tokens/MTF/Drow Inquisitor.webp","n":"Drow Inquisitor"},{"id":2582,"c":1,"u":"drow%20matron%20mother_mtf","p":186,"s":48,"h":1,"t":0,"uu":"drow matron mother|mtf","m":"bestiary/tokens/MTF/Drow Matron Mother.webp","n":"Drow Matron Mother"},{"id":2583,"c":1,"u":"drow%20shadowblade_mtf","p":187,"s":48,"h":1,"t":0,"uu":"drow shadowblade|mtf","m":"bestiary/tokens/MTF/Drow Shadowblade.webp","n":"Drow Shadowblade"},{"id":2584,"c":1,"u":"duergar%20despot_mtf","p":188,"s":48,"h":1,"t":0,"uu":"duergar despot|mtf","m":"bestiary/tokens/MTF/Duergar Despot.webp","n":"Duergar Despot"},{"id":2585,"c":1,"u":"duergar%20hammerer_mtf","p":188,"s":48,"h":1,"t":0,"uu":"duergar hammerer|mtf","m":"bestiary/tokens/MTF/Duergar Hammerer.webp","n":"Duergar Hammerer"},{"id":2586,"c":1,"u":"duergar%20kavalrachni_mtf","p":189,"s":48,"h":1,"t":0,"uu":"duergar kavalrachni|mtf","m":"bestiary/tokens/MTF/Duergar Kavalrachni.webp","n":"Duergar Kavalrachni"},{"id":2587,"c":1,"u":"duergar%20mind%20master_mtf","p":189,"s":48,"h":1,"t":0,"uu":"duergar mind master|mtf","m":"bestiary/tokens/MTF/Duergar Mind Master.webp","n":"Duergar Mind Master"},{"id":2588,"c":1,"u":"duergar%20screamer_mtf","p":190,"s":48,"h":1,"t":0,"uu":"duergar screamer|mtf","m":"bestiary/tokens/MTF/Duergar Screamer.webp","n":"Duergar Screamer"},{"id":2589,"c":1,"u":"duergar%20soulblade_mtf","p":190,"s":48,"h":1,"t":0,"uu":"duergar soulblade|mtf","m":"bestiary/tokens/MTF/Duergar Soulblade.webp","n":"Duergar Soulblade"},{"id":2590,"c":1,"u":"duergar%20stone%20guard_mtf","p":191,"s":48,"h":1,"t":0,"uu":"duergar stone guard|mtf","m":"bestiary/tokens/MTF/Duergar Stone Guard.webp","n":"Duergar Stone Guard"},{"id":2591,"c":1,"u":"duergar%20warlord_mtf","p":192,"s":48,"h":1,"t":0,"uu":"duergar warlord|mtf","m":"bestiary/tokens/MTF/Duergar Warlord.webp","n":"Duergar Warlord"},{"id":2592,"c":1,"u":"duergar%20xarrorn_mtf","p":193,"s":48,"h":1,"t":0,"uu":"duergar xarrorn|mtf","m":"bestiary/tokens/MTF/Duergar Xarrorn.webp","n":"Duergar Xarrorn"},{"id":2593,"c":1,"u":"dybbuk_mtf","p":132,"s":48,"h":1,"t":0,"uu":"dybbuk|mtf","m":"bestiary/tokens/MTF/Dybbuk.webp","n":"Dybbuk"},{"id":2594,"c":1,"u":"earth%20elemental%20myrmidon_mtf","p":202,"s":48,"h":1,"t":0,"uu":"earth elemental myrmidon|mtf","m":"bestiary/tokens/MTF/Earth Elemental Myrmidon.webp","n":"Earth Elemental Myrmidon"},{"id":2595,"c":1,"u":"eidolon_mtf","p":194,"s":48,"h":1,"t":0,"uu":"eidolon|mtf","m":"bestiary/tokens/MTF/Eidolon.webp","n":"Eidolon"},{"id":2596,"c":1,"u":"elder%20oblex_mtf","p":219,"s":48,"h":1,"t":0,"uu":"elder oblex|mtf","m":"bestiary/tokens/MTF/Elder Oblex.webp","n":"Elder Oblex"},{"id":2597,"c":1,"u":"elder%20tempest_mtf","p":200,"s":48,"h":1,"t":0,"uu":"elder tempest|mtf","m":"bestiary/tokens/MTF/Elder Tempest.webp","n":"Elder Tempest"},{"id":2598,"c":1,"u":"female%20steeder_mtf","p":238,"s":48,"h":1,"t":0,"uu":"female steeder|mtf","m":"bestiary/tokens/MTF/Female Steeder.webp","n":"Female Steeder"},{"id":2599,"c":1,"u":"fire%20elemental%20myrmidon_mtf","p":203,"s":48,"h":1,"t":0,"uu":"fire elemental myrmidon|mtf","m":"bestiary/tokens/MTF/Fire Elemental Myrmidon.webp","n":"Fire Elemental Myrmidon"},{"id":2600,"c":1,"u":"fraz-urb'luu_mtf","p":146,"s":48,"h":1,"t":0,"uu":"fraz-urb'luu|mtf","m":"bestiary/tokens/MTF/Fraz-Urb'luu.webp","n":"Fraz-Urb'luu"},{"id":2601,"c":1,"u":"frost%20salamander_mtf","p":223,"s":48,"h":1,"t":0,"uu":"frost salamander|mtf","m":"bestiary/tokens/MTF/Frost Salamander.webp","n":"Frost Salamander"},{"id":2602,"c":1,"u":"geryon_mtf","p":173,"s":48,"h":1,"t":0,"uu":"geryon|mtf","m":"bestiary/tokens/MTF/Geryon.webp","n":"Geryon"},{"id":2603,"c":1,"u":"giff_mtf","p":204,"s":48,"h":1,"t":0,"uu":"giff|mtf","m":"bestiary/tokens/MTF/Giff.webp","n":"Giff"},{"id":2604,"c":1,"u":"githyanki%20gish_mtf","p":205,"s":48,"h":1,"t":0,"uu":"githyanki gish|mtf","m":"bestiary/tokens/MTF/Githyanki Gish.webp","n":"Githyanki Gish"},{"id":2605,"c":1,"u":"githyanki%20kith'rak_mtf","p":205,"s":48,"h":1,"t":0,"uu":"githyanki kith'rak|mtf","m":"bestiary/tokens/MTF/Githyanki Kith'rak.webp","n":"Githyanki Kith'rak"},{"id":2606,"c":1,"u":"githyanki%20supreme%20commander_mtf","p":206,"s":48,"h":1,"t":0,"uu":"githyanki supreme commander|mtf","m":"bestiary/tokens/MTF/Githyanki Supreme Commander.webp","n":"Githyanki Supreme Commander"},{"id":2607,"c":1,"u":"githzerai%20anarch_mtf","p":207,"s":48,"h":1,"t":0,"uu":"githzerai anarch|mtf","m":"bestiary/tokens/MTF/Githzerai Anarch.webp","n":"Githzerai Anarch"},{"id":2608,"c":1,"u":"githzerai%20enlightened_mtf","p":208,"s":48,"h":1,"t":0,"uu":"githzerai enlightened|mtf","m":"bestiary/tokens/MTF/Githzerai Enlightened.webp","n":"Githzerai Enlightened"},{"id":2609,"c":1,"u":"gloom%20weaver_mtf","p":224,"s":48,"h":1,"t":0,"uu":"gloom weaver|mtf","m":"bestiary/tokens/MTF/Gloom Weaver.webp","n":"Gloom Weaver"},{"id":2610,"c":1,"u":"gray%20render_mtf","p":209,"s":48,"h":1,"t":0,"uu":"gray render|mtf","m":"bestiary/tokens/MTF/Gray Render.webp","n":"Gray Render"},{"id":2611,"c":1,"u":"graz'zt_mtf","p":149,"s":48,"h":1,"t":0,"uu":"graz'zt|mtf","m":"bestiary/tokens/MTF/Graz'zt.webp","n":"Graz'zt"},{"id":2612,"c":1,"u":"green%20abishai_mtf","p":162,"s":48,"h":1,"t":0,"uu":"green abishai|mtf","m":"bestiary/tokens/MTF/Green Abishai.webp","n":"Green Abishai"},{"id":2613,"c":1,"u":"hellfire%20engine_mtf","p":165,"s":48,"h":1,"t":0,"uu":"hellfire engine|mtf","m":"bestiary/tokens/MTF/Hellfire Engine.webp","n":"Hellfire Engine"},{"id":2614,"c":1,"u":"howler_mtf","p":210,"s":48,"h":1,"t":0,"uu":"howler|mtf","m":"bestiary/tokens/MTF/Howler.webp","n":"Howler"},{"id":2615,"c":1,"u":"hutijin_mtf","p":175,"s":48,"h":1,"t":0,"uu":"hutijin|mtf","m":"bestiary/tokens/MTF/Hutijin.webp","n":"Hutijin"},{"id":2616,"c":1,"u":"hydroloth_mtf","p":249,"s":48,"h":1,"t":0,"uu":"hydroloth|mtf","m":"bestiary/tokens/MTF/Hydroloth.webp","n":"Hydroloth"},{"id":2617,"c":1,"u":"iron%20cobra_mtf","p":125,"s":48,"h":1,"t":0,"uu":"iron cobra|mtf","m":"bestiary/tokens/MTF/Iron Cobra.webp","n":"Iron Cobra"},{"id":2618,"c":1,"u":"juiblex_mtf","p":151,"s":48,"h":1,"t":0,"uu":"juiblex|mtf","m":"bestiary/tokens/MTF/Juiblex.webp","n":"Juiblex"},{"id":2619,"c":1,"u":"kruthik%20hive%20lord_mtf","p":212,"s":48,"h":1,"t":0,"uu":"kruthik hive lord|mtf","m":"bestiary/tokens/MTF/Kruthik Hive Lord.webp","n":"Kruthik Hive Lord"},{"id":2620,"c":1,"u":"leviathan_mtf","p":198,"s":48,"h":1,"t":0,"uu":"leviathan|mtf","m":"bestiary/tokens/MTF/Leviathan.webp","n":"Leviathan"},{"id":2621,"c":1,"u":"male%20steeder_mtf","p":238,"s":48,"h":1,"t":0,"uu":"male steeder|mtf","m":"bestiary/tokens/MTF/Male Steeder.webp","n":"Male Steeder"},{"id":2622,"c":1,"u":"marut_mtf","p":213,"s":48,"h":1,"t":0,"uu":"marut|mtf","m":"bestiary/tokens/MTF/Marut.webp","n":"Marut"},{"id":2623,"c":1,"u":"maurezhi_mtf","p":133,"s":48,"h":1,"t":0,"uu":"maurezhi|mtf","m":"bestiary/tokens/MTF/Maurezhi.webp","n":"Maurezhi"},{"id":2624,"c":1,"u":"meazel_mtf","p":214,"s":48,"h":1,"t":0,"uu":"meazel|mtf","m":"bestiary/tokens/MTF/Meazel.webp","n":"Meazel"},{"id":2625,"c":1,"u":"merregon_mtf","p":166,"s":48,"h":1,"t":0,"uu":"merregon|mtf","m":"bestiary/tokens/MTF/Merregon.webp","n":"Merregon"},{"id":2626,"c":1,"u":"merrenoloth_mtf","p":250,"s":48,"h":1,"t":0,"uu":"merrenoloth|mtf","m":"bestiary/tokens/MTF/Merrenoloth.webp","n":"Merrenoloth"},{"id":2627,"c":1,"u":"moloch_mtf","p":177,"s":48,"h":1,"t":0,"uu":"moloch|mtf","m":"bestiary/tokens/MTF/Moloch.webp","n":"Moloch"},{"id":2628,"c":1,"u":"molydeus_mtf","p":134,"s":48,"h":1,"t":0,"uu":"molydeus|mtf","m":"bestiary/tokens/MTF/Molydeus.webp","n":"Molydeus"},{"id":2629,"c":1,"u":"nabassu_mtf","p":135,"s":48,"h":1,"t":0,"uu":"nabassu|mtf","m":"bestiary/tokens/MTF/Nabassu.webp","n":"Nabassu"},{"id":2630,"c":1,"u":"nagpa_mtf","p":215,"s":48,"h":1,"t":0,"uu":"nagpa|mtf","m":"bestiary/tokens/MTF/Nagpa.webp","n":"Nagpa"},{"id":2631,"c":1,"u":"narzugon_mtf","p":167,"s":48,"h":1,"t":0,"uu":"narzugon|mtf","m":"bestiary/tokens/MTF/Narzugon.webp","n":"Narzugon"},{"id":2632,"c":1,"u":"nightwalker_mtf","p":216,"s":48,"h":1,"t":0,"uu":"nightwalker|mtf","m":"bestiary/tokens/MTF/Nightwalker.webp","n":"Nightwalker"},{"id":2633,"c":1,"u":"nupperibo_mtf","p":168,"s":48,"h":1,"t":0,"uu":"nupperibo|mtf","m":"bestiary/tokens/MTF/Nupperibo.webp","n":"Nupperibo"},{"id":2634,"c":1,"u":"oaken%20bolter_mtf","p":126,"s":48,"h":1,"t":0,"uu":"oaken bolter|mtf","m":"bestiary/tokens/MTF/Oaken Bolter.webp","n":"Oaken Bolter"},{"id":2635,"c":1,"u":"oblex%20spawn_mtf","p":217,"s":48,"h":1,"t":0,"uu":"oblex spawn|mtf","m":"bestiary/tokens/MTF/Oblex Spawn.webp","n":"Oblex Spawn"},{"id":2636,"c":1,"u":"ogre%20battering%20ram_mtf","p":220,"s":48,"h":1,"t":0,"uu":"ogre battering ram|mtf","m":"bestiary/tokens/MTF/Ogre Battering Ram.webp","n":"Ogre Battering Ram"},{"id":2637,"c":1,"u":"ogre%20bolt%20launcher_mtf","p":220,"s":48,"h":1,"t":0,"uu":"ogre bolt launcher|mtf","m":"bestiary/tokens/MTF/Ogre Bolt Launcher.webp","n":"Ogre Bolt Launcher"},{"id":2638,"c":1,"u":"ogre%20chain%20brute_mtf","p":221,"s":48,"h":1,"t":0,"uu":"ogre chain brute|mtf","m":"bestiary/tokens/MTF/Ogre Chain Brute.webp","n":"Ogre Chain Brute"},{"id":2639,"c":1,"u":"ogre%20howdah_mtf","p":221,"s":48,"h":1,"t":0,"uu":"ogre howdah|mtf","m":"bestiary/tokens/MTF/Ogre Howdah.webp","n":"Ogre Howdah"},{"id":2640,"c":1,"u":"oinoloth_mtf","p":251,"s":48,"h":1,"t":0,"uu":"oinoloth|mtf","m":"bestiary/tokens/MTF/Oinoloth.webp","n":"Oinoloth"},{"id":2641,"c":1,"u":"orcus_mtf","p":153,"s":48,"h":1,"t":0,"uu":"orcus|mtf","m":"bestiary/tokens/MTF/Orcus.webp","n":"Orcus"},{"id":2642,"c":1,"u":"orthon_mtf","p":169,"s":48,"h":1,"t":0,"uu":"orthon|mtf","m":"bestiary/tokens/MTF/Orthon.webp","n":"Orthon"},{"id":2643,"c":1,"u":"phoenix_mtf","p":199,"s":48,"h":1,"t":0,"uu":"phoenix|mtf","m":"bestiary/tokens/MTF/Phoenix.webp","n":"Phoenix"},{"id":2644,"c":1,"u":"red%20abishai_mtf","p":160,"s":48,"h":1,"t":0,"uu":"red abishai|mtf","m":"bestiary/tokens/MTF/Red Abishai.webp","n":"Red Abishai"},{"id":2645,"c":1,"u":"retriever_mtf","p":222,"s":48,"h":1,"t":0,"uu":"retriever|mtf","m":"bestiary/tokens/MTF/Retriever.webp","n":"Retriever"},{"id":2646,"c":1,"u":"rot%20troll_mtf","p":244,"s":48,"h":1,"t":0,"uu":"rot troll|mtf","m":"bestiary/tokens/MTF/Rot Troll.webp","n":"Rot Troll"},{"id":2647,"c":1,"u":"rutterkin_mtf","p":136,"s":48,"h":1,"t":0,"uu":"rutterkin|mtf","m":"bestiary/tokens/MTF/Rutterkin.webp","n":"Rutterkin"},{"id":2648,"c":1,"u":"sacred%20statue_mtf","p":194,"s":48,"h":1,"t":0,"uu":"sacred statue|mtf","m":"bestiary/tokens/MTF/Sacred Statue.webp","n":"Sacred Statue"},{"id":2649,"c":1,"u":"shadow%20dancer_mtf","p":225,"s":48,"h":1,"t":0,"uu":"shadow dancer|mtf","m":"bestiary/tokens/MTF/Shadow Dancer.webp","n":"Shadow Dancer"},{"id":2650,"c":1,"u":"sibriex_mtf","p":137,"s":48,"h":1,"t":0,"uu":"sibriex|mtf","m":"bestiary/tokens/MTF/Sibriex.webp","n":"Sibriex"},{"id":2651,"c":1,"u":"skulk_mtf","p":227,"s":48,"h":1,"t":0,"uu":"skulk|mtf","m":"bestiary/tokens/MTF/Skulk.webp","n":"Skulk"},{"id":2652,"c":1,"u":"skull%20lord_mtf","p":230,"s":48,"h":1,"t":0,"uu":"skull lord|mtf","m":"bestiary/tokens/MTF/Skull Lord.webp","n":"Skull Lord"},{"id":2653,"c":1,"u":"soul%20monger_mtf","p":226,"s":48,"h":1,"t":0,"uu":"soul monger|mtf","m":"bestiary/tokens/MTF/Soul Monger.webp","n":"Soul Monger"},{"id":2654,"c":1,"u":"spirit%20troll_mtf","p":244,"s":48,"h":1,"t":0,"uu":"spirit troll|mtf","m":"bestiary/tokens/MTF/Spirit Troll.webp","n":"Spirit Troll"},{"id":2655,"c":1,"u":"spring%20eladrin_mtf","p":196,"s":48,"h":1,"t":0,"uu":"spring eladrin|mtf","m":"bestiary/tokens/MTF/Spring Eladrin.webp","n":"Spring Eladrin"},{"id":2656,"c":1,"u":"star%20spawn%20grue_mtf","p":234,"s":48,"h":1,"t":0,"uu":"star spawn grue|mtf","m":"bestiary/tokens/MTF/Star Spawn Grue.webp","n":"Star Spawn Grue"},{"id":2657,"c":1,"u":"star%20spawn%20hulk_mtf","p":234,"s":48,"h":1,"t":0,"uu":"star spawn hulk|mtf","m":"bestiary/tokens/MTF/Star Spawn Hulk.webp","n":"Star Spawn Hulk"},{"id":2658,"c":1,"u":"star%20spawn%20larva%20mage_mtf","p":235,"s":48,"h":1,"t":0,"uu":"star spawn larva mage|mtf","m":"bestiary/tokens/MTF/Star Spawn Larva Mage.webp","n":"Star Spawn Larva Mage"},{"id":2659,"c":1,"u":"star%20spawn%20mangler_mtf","p":236,"s":48,"h":1,"t":0,"uu":"star spawn mangler|mtf","m":"bestiary/tokens/MTF/Star Spawn Mangler.webp","n":"Star Spawn Mangler"},{"id":2660,"c":1,"u":"star%20spawn%20seer_mtf","p":236,"s":48,"h":1,"t":0,"uu":"star spawn seer|mtf","m":"bestiary/tokens/MTF/Star Spawn Seer.webp","n":"Star Spawn Seer"},{"id":2661,"c":1,"u":"steel%20predator_mtf","p":239,"s":48,"h":1,"t":0,"uu":"steel predator|mtf","m":"bestiary/tokens/MTF/Steel Predator.webp","n":"Steel Predator"},{"id":2662,"c":1,"u":"stone%20cursed_mtf","p":240,"s":48,"h":1,"t":0,"uu":"stone cursed|mtf","m":"bestiary/tokens/MTF/Stone Cursed.webp","n":"Stone Cursed"},{"id":2663,"c":1,"u":"stone%20defender_mtf","p":126,"s":48,"h":1,"t":0,"uu":"stone defender|mtf","m":"bestiary/tokens/MTF/Stone Defender.webp","n":"Stone Defender"},{"id":2664,"c":1,"u":"summer%20eladrin_mtf","p":196,"s":48,"h":1,"t":0,"uu":"summer eladrin|mtf","m":"bestiary/tokens/MTF/Summer Eladrin.webp","n":"Summer Eladrin"},{"id":2665,"c":1,"u":"sword%20wraith%20commander_mtf","p":241,"s":48,"h":1,"t":0,"uu":"sword wraith commander|mtf","m":"bestiary/tokens/MTF/Sword Wraith Commander.webp","n":"Sword Wraith Commander"},{"id":2666,"c":1,"u":"sword%20wraith%20warrior_mtf","p":241,"s":48,"h":1,"t":0,"uu":"sword wraith warrior|mtf","m":"bestiary/tokens/MTF/Sword Wraith Warrior.webp","n":"Sword Wraith Warrior"},{"id":2667,"c":1,"u":"the%20angry_mtf","p":231,"s":48,"h":1,"t":0,"uu":"the angry|mtf","m":"bestiary/tokens/MTF/The Angry.webp","n":"The Angry"},{"id":2668,"c":1,"u":"the%20hungry_mtf","p":232,"s":48,"h":1,"t":0,"uu":"the hungry|mtf","m":"bestiary/tokens/MTF/The Hungry.webp","n":"The Hungry"},{"id":2669,"c":1,"u":"the%20lonely_mtf","p":232,"s":48,"h":1,"t":0,"uu":"the lonely|mtf","m":"bestiary/tokens/MTF/The Lonely.webp","n":"The Lonely"},{"id":2670,"c":1,"u":"the%20lost_mtf","p":233,"s":48,"h":1,"t":0,"uu":"the lost|mtf","m":"bestiary/tokens/MTF/The Lost.webp","n":"The Lost"},{"id":2671,"c":1,"u":"the%20wretched_mtf","p":233,"s":48,"h":1,"t":0,"uu":"the wretched|mtf","m":"bestiary/tokens/MTF/The Wretched.webp","n":"The Wretched"},{"id":2672,"c":1,"u":"titivilus_mtf","p":179,"s":48,"h":1,"t":0,"uu":"titivilus|mtf","m":"bestiary/tokens/MTF/Titivilus.webp","n":"Titivilus"},{"id":2673,"c":1,"u":"tortle_mtf","p":242,"s":48,"h":1,"t":0,"uu":"tortle|mtf","m":"bestiary/tokens/MTF/Tortle.webp","n":"Tortle"},{"id":2674,"c":1,"u":"tortle%20druid_mtf","p":242,"s":48,"h":1,"t":0,"uu":"tortle druid|mtf","m":"bestiary/tokens/MTF/Tortle Druid.webp","n":"Tortle Druid"},{"id":2675,"c":1,"u":"vampiric%20mist_mtf","p":246,"s":48,"h":1,"t":0,"uu":"vampiric mist|mtf","m":"bestiary/tokens/MTF/Vampiric Mist.webp","n":"Vampiric Mist"},{"id":2676,"c":1,"u":"venom%20troll_mtf","p":245,"s":48,"h":1,"t":0,"uu":"venom troll|mtf","m":"bestiary/tokens/MTF/Venom Troll.webp","n":"Venom Troll"},{"id":2677,"c":1,"u":"wastrilith_mtf","p":139,"s":48,"h":1,"t":0,"uu":"wastrilith|mtf","m":"bestiary/tokens/MTF/Wastrilith.webp","n":"Wastrilith"},{"id":2678,"c":1,"u":"water%20elemental%20myrmidon_mtf","p":203,"s":48,"h":1,"t":0,"uu":"water elemental myrmidon|mtf","m":"bestiary/tokens/MTF/Water Elemental Myrmidon.webp","n":"Water Elemental Myrmidon"},{"id":2679,"c":1,"u":"white%20abishai_mtf","p":163,"s":48,"h":1,"t":0,"uu":"white abishai|mtf","m":"bestiary/tokens/MTF/White Abishai.webp","n":"White Abishai"},{"id":2680,"c":1,"u":"winter%20eladrin_mtf","p":197,"s":48,"h":1,"t":0,"uu":"winter eladrin|mtf","m":"bestiary/tokens/MTF/Winter Eladrin.webp","n":"Winter Eladrin"},{"id":2681,"c":1,"u":"yagnoloth_mtf","p":252,"s":48,"h":1,"t":0,"uu":"yagnoloth|mtf","m":"bestiary/tokens/MTF/Yagnoloth.webp","n":"Yagnoloth"},{"id":2682,"c":1,"u":"yeenoghu_mtf","p":155,"s":48,"h":1,"t":0,"uu":"yeenoghu|mtf","m":"bestiary/tokens/MTF/Yeenoghu.webp","n":"Yeenoghu"},{"id":2683,"c":1,"u":"young%20kruthik_mtf","p":211,"s":48,"h":1,"t":0,"uu":"young kruthik|mtf","m":"bestiary/tokens/MTF/Young Kruthik.webp","n":"Young Kruthik"},{"id":2684,"c":1,"u":"zaratan_mtf","p":201,"s":48,"h":1,"t":0,"uu":"zaratan|mtf","m":"bestiary/tokens/MTF/Zaratan.webp","n":"Zaratan"},{"id":2685,"c":1,"u":"zariel_mtf","p":180,"s":48,"h":1,"t":0,"uu":"zariel|mtf","m":"bestiary/tokens/MTF/Zariel.webp","n":"Zariel"},{"id":2686,"c":1,"u":"zuggtmoy_mtf","p":157,"s":48,"h":1,"t":0,"uu":"zuggtmoy|mtf","m":"bestiary/tokens/MTF/Zuggtmoy.webp","n":"Zuggtmoy"},{"id":2687,"c":1,"u":"aljanor%20keenblade_oota","p":149,"s":49,"h":1,"t":0,"uu":"aljanor keenblade|oota","m":"bestiary/tokens/OotA/Aljanor Keenblade.webp","n":"Aljanor Keenblade"},{"id":2688,"c":1,"u":"amarith%20coppervein_oota","p":142,"s":49,"h":1,"t":0,"uu":"amarith coppervein|oota","m":"bestiary/tokens/OotA/Amarith Coppervein.webp","n":"Amarith Coppervein"},{"id":2689,"c":1,"u":"animated%20drow%20statue_oota","p":96,"s":49,"h":1,"t":0,"uu":"animated drow statue|oota","m":"bestiary/tokens/OotA/Animated Drow Statue.webp","n":"Animated Drow Statue"},{"id":2690,"c":1,"u":"asha%20vandree_oota","p":9,"s":49,"h":1,"t":0,"uu":"asha vandree|oota","m":"bestiary/tokens/OotA/Asha Vandree.webp","n":"Asha Vandree"},{"id":2691,"c":1,"u":"awakened%20zurkhwood_oota","p":230,"s":49,"h":1,"t":0,"uu":"awakened zurkhwood|oota","m":"bestiary/tokens/OotA/Awakened Zurkhwood.webp","n":"Awakened Zurkhwood"},{"id":2692,"c":1,"u":"blurg_oota","p":29,"s":49,"h":1,"t":0,"uu":"blurg|oota","m":"bestiary/tokens/OotA/Blurg.webp","n":"Blurg"},{"id":2693,"c":1,"u":"bridesmaid%20of%20zuggtmoy_oota","p":230,"s":49,"h":1,"t":0,"uu":"bridesmaid of zuggtmoy|oota","m":"bestiary/tokens/OotA/Bridesmaid of Zuggtmoy.webp","n":"Bridesmaid of Zuggtmoy"},{"id":2694,"c":1,"u":"buppido_oota","p":6,"s":49,"h":1,"t":0,"uu":"buppido|oota","m":"bestiary/tokens/OotA/Buppido.webp","n":"Buppido"},{"id":2695,"c":1,"u":"cave%20badger_oota","p":96,"s":49,"h":1,"t":0,"uu":"cave badger|oota","m":"bestiary/tokens/OotA/Cave Badger.webp","n":"Cave Badger"},{"id":2696,"c":1,"u":"chamberlain%20of%20zuggtmoy_oota","p":230,"s":49,"h":1,"t":0,"uu":"chamberlain of zuggtmoy|oota","m":"bestiary/tokens/OotA/Chamberlain of Zuggtmoy.webp","n":"Chamberlain of Zuggtmoy"},{"id":2697,"c":1,"u":"chuul%20spore%20servant_oota","p":228,"s":49,"h":1,"t":0,"uu":"chuul spore servant|oota","m":"bestiary/tokens/OotA/Chuul Spore Servant.webp","n":"Chuul Spore Servant"},{"id":2698,"c":1,"u":"deepking%20horgar%20steelshadow%20v_oota","p":82,"s":49,"h":1,"t":0,"uu":"deepking horgar steelshadow v|oota","m":"bestiary/tokens/OotA/Deepking Horgar Steelshadow V.webp","n":"Deepking Horgar Steelshadow V"},{"id":2699,"c":1,"u":"derro_oota","p":224,"s":49,"h":1,"t":0,"uu":"derro|oota","m":"bestiary/tokens/OotA/Derro.webp","n":"Derro"},{"id":2700,"c":1,"u":"derro%20savant_oota","p":224,"s":49,"h":1,"t":0,"uu":"derro savant|oota","m":"bestiary/tokens/OotA/Derro Savant.webp","n":"Derro Savant"},{"id":2701,"c":1,"u":"droki_oota","p":231,"s":49,"h":1,"t":0,"uu":"droki|oota","m":"bestiary/tokens/OotA/Droki.webp","n":"Droki"},{"id":2702,"c":1,"u":"drow%20acolyte_oota","p":201,"s":49,"h":1,"t":0,"uu":"drow acolyte|oota","m":"bestiary/tokens/OotA/Drow Acolyte.webp","n":"Drow Acolyte"},{"id":2703,"c":1,"u":"drow%20bandit_oota","p":194,"s":49,"h":1,"t":0,"uu":"drow bandit|oota","m":"bestiary/tokens/OotA/Drow Bandit.webp","n":"Drow Bandit"},{"id":2704,"c":1,"u":"drow%20commoner_oota","p":194,"s":49,"h":1,"t":0,"uu":"drow commoner|oota","m":"bestiary/tokens/OotA/Drow Commoner.webp","n":"Drow Commoner"},{"id":2705,"c":1,"u":"drow%20cultist_oota","p":196,"s":49,"h":1,"t":0,"uu":"drow cultist|oota","m":"bestiary/tokens/OotA/Drow Cultist.webp","n":"Drow Cultist"},{"id":2706,"c":1,"u":"drow%20guard_oota","p":195,"s":49,"h":1,"t":0,"uu":"drow guard|oota","m":"bestiary/tokens/OotA/Drow Guard.webp","n":"Drow Guard"},{"id":2707,"c":1,"u":"drow%20noble_oota","p":196,"s":49,"h":1,"t":0,"uu":"drow noble|oota","m":"bestiary/tokens/OotA/Drow Noble.webp","n":"Drow Noble"},{"id":2708,"c":1,"u":"drow%20scout_oota","p":191,"s":49,"h":1,"t":0,"uu":"drow scout|oota","m":"bestiary/tokens/OotA/Drow Scout.webp","n":"Drow Scout"},{"id":2709,"c":1,"u":"drow%20spore%20servant_oota","p":229,"s":49,"h":1,"t":0,"uu":"drow spore servant|oota","m":"bestiary/tokens/OotA/Drow Spore Servant.webp","n":"Drow Spore Servant"},{"id":2710,"c":1,"u":"drow%20spy_oota","p":195,"s":49,"h":1,"t":0,"uu":"drow spy|oota","m":"bestiary/tokens/OotA/Drow Spy.webp","n":"Drow Spy"},{"id":2711,"c":1,"u":"duergar%20alchemist_oota","p":76,"s":49,"h":1,"t":0,"uu":"duergar alchemist|oota","m":"bestiary/tokens/OotA/Duergar Alchemist.webp","n":"Duergar Alchemist"},{"id":2712,"c":1,"u":"duergar%20darkhaft_oota","p":226,"s":49,"h":1,"t":0,"uu":"duergar darkhaft|oota","m":"bestiary/tokens/OotA/Duergar Darkhaft.webp","n":"Duergar Darkhaft"},{"id":2713,"c":1,"u":"duergar%20keeper%20of%20the%20flame_oota","p":226,"s":49,"h":1,"t":0,"uu":"duergar keeper of the flame|oota","m":"bestiary/tokens/OotA/Duergar Keeper of the Flame.webp","n":"Duergar Keeper of the Flame"},{"id":2714,"c":1,"u":"duergar%20spore%20servant_oota","p":229,"s":49,"h":1,"t":0,"uu":"duergar spore servant|oota","m":"bestiary/tokens/OotA/Duergar Spore Servant.webp","n":"Duergar Spore Servant"},{"id":2715,"c":1,"u":"eldeth%20feldrun_oota","p":6,"s":49,"h":1,"t":0,"uu":"eldeth feldrun|oota","m":"bestiary/tokens/OotA/Eldeth Feldrun.webp","n":"Eldeth Feldrun"},{"id":2716,"c":1,"u":"emerald%20enclave%20scout_oota","p":130,"s":49,"h":1,"t":0,"uu":"emerald enclave scout|oota","m":"bestiary/tokens/OotA/Emerald Enclave Scout.webp","n":"Emerald Enclave Scout"},{"id":2717,"c":1,"u":"fiendish%20giant%20spider_oota","p":97,"s":49,"h":1,"t":0,"uu":"fiendish giant spider|oota","m":"bestiary/tokens/OotA/Fiendish Giant Spider.webp","n":"Fiendish Giant Spider"},{"id":2718,"c":1,"u":"four-armed%20statue_oota","p":206,"s":49,"h":1,"t":0,"uu":"four-armed statue|oota","m":"bestiary/tokens/OotA/Four-Armed Statue.webp","n":"Four-Armed Statue"},{"id":2719,"c":1,"u":"gash_oota","p":181,"s":49,"h":1,"t":0,"uu":"gash|oota","m":"bestiary/tokens/OotA/Gash.webp","n":"Gash"},{"id":2720,"c":1,"u":"ghazrim%20duloc_oota","p":141,"s":49,"h":1,"t":0,"uu":"ghazrim duloc|oota","m":"bestiary/tokens/OotA/Ghazrim DuLoc.webp","n":"Ghazrim DuLoc"},{"id":2721,"c":1,"u":"giant%20riding%20lizard_oota","p":131,"s":49,"h":1,"t":0,"uu":"giant riding lizard|oota","m":"bestiary/tokens/OotA/Giant Riding Lizard.webp","n":"Giant Riding Lizard"},{"id":2722,"c":1,"u":"giant%20rocktopus_oota","p":28,"s":49,"h":1,"t":0,"uu":"giant rocktopus|oota","m":"bestiary/tokens/OotA/Giant Rocktopus.webp","n":"Giant Rocktopus"},{"id":2723,"c":1,"u":"glabbagool_oota","p":35,"s":49,"h":1,"t":0,"uu":"glabbagool|oota","m":"bestiary/tokens/OotA/Glabbagool.webp","n":"Glabbagool"},{"id":2724,"c":1,"u":"grazilaxx_oota","p":29,"s":49,"h":1,"t":0,"uu":"grazilaxx|oota","m":"bestiary/tokens/OotA/Grazilaxx.webp","n":"Grazilaxx"},{"id":2725,"c":1,"u":"grisha_oota","p":232,"s":49,"h":1,"t":0,"uu":"grisha|oota","m":"bestiary/tokens/OotA/Grisha.webp","n":"Grisha"},{"id":2726,"c":1,"u":"hanne%20hallen_oota","p":171,"s":49,"h":1,"t":0,"uu":"hanne hallen|oota","m":"bestiary/tokens/OotA/Hanne Hallen.webp","n":"Hanne Hallen"},{"id":2727,"c":1,"u":"hook%20horror%20spore%20servant_oota","p":68,"s":49,"h":1,"t":0,"uu":"hook horror spore servant|oota","m":"bestiary/tokens/OotA/Hook Horror Spore Servant.webp","n":"Hook Horror Spore Servant"},{"id":2728,"c":1,"u":"ilvara%20mizzrym_oota","p":9,"s":49,"h":1,"t":0,"uu":"ilvara mizzrym|oota","m":"bestiary/tokens/OotA/Ilvara Mizzrym.webp","n":"Ilvara Mizzrym"},{"id":2729,"c":1,"u":"infant%20basilisk_oota","p":100,"s":49,"h":1,"t":0,"uu":"infant basilisk|oota","m":"bestiary/tokens/OotA/Infant Basilisk.webp","n":"Infant Basilisk"},{"id":2730,"c":1,"u":"infant%20hook%20horror_oota","p":34,"s":49,"h":1,"t":0,"uu":"infant hook horror|oota","m":"bestiary/tokens/OotA/Infant Hook Horror.webp","n":"Infant Hook Horror"},{"id":2731,"c":1,"u":"ixitxachitl_oota","p":225,"s":49,"h":1,"t":0,"uu":"ixitxachitl|oota","m":"bestiary/tokens/OotA/Ixitxachitl.webp","n":"Ixitxachitl"},{"id":2732,"c":1,"u":"ixitxachitl%20cleric_oota","p":225,"s":49,"h":1,"t":0,"uu":"ixitxachitl cleric|oota","m":"bestiary/tokens/OotA/Ixitxachitl Cleric.webp","n":"Ixitxachitl Cleric"},{"id":2733,"c":1,"u":"jade%20giant%20spider_oota","p":201,"s":49,"h":1,"t":0,"uu":"jade giant spider|oota","m":"bestiary/tokens/OotA/Jade Giant Spider.webp","n":"Jade Giant Spider"},{"id":2734,"c":1,"u":"jimjar_oota","p":6,"s":49,"h":1,"t":0,"uu":"jimjar|oota","m":"bestiary/tokens/OotA/Jimjar.webp","n":"Jimjar"},{"id":2735,"c":1,"u":"juvenile%20hook%20horror_oota","p":34,"s":49,"h":1,"t":0,"uu":"juvenile hook horror|oota","m":"bestiary/tokens/OotA/Juvenile Hook Horror.webp","n":"Juvenile Hook Horror"},{"id":2736,"c":1,"u":"khalessa%20draga_oota","p":149,"s":49,"h":1,"t":0,"uu":"khalessa draga|oota","m":"bestiary/tokens/OotA/Khalessa Draga.webp","n":"Khalessa Draga"},{"id":2737,"c":1,"u":"kinyel%20druu'giir_oota","p":134,"s":49,"h":1,"t":0,"uu":"kinyel druu'giir|oota","m":"bestiary/tokens/OotA/Kinyel Druu'giir.webp","n":"Kinyel Druu'giir"},{"id":2738,"c":1,"u":"kurr_oota","p":179,"s":49,"h":1,"t":0,"uu":"kurr|oota","m":"bestiary/tokens/OotA/Kurr.webp","n":"Kurr"},{"id":2739,"c":1,"u":"lords'%20alliance%20guard_oota","p":131,"s":49,"h":1,"t":0,"uu":"lords' alliance guard|oota","m":"bestiary/tokens/OotA/Lords' Alliance Guard.webp","n":"Lords' Alliance Guard"},{"id":2740,"c":1,"u":"lords'%20alliance%20spy_oota","p":131,"s":49,"h":1,"t":0,"uu":"lords' alliance spy|oota","m":"bestiary/tokens/OotA/Lords' Alliance Spy.webp","n":"Lords' Alliance Spy"},{"id":2741,"c":1,"u":"lorthuun_oota","p":141,"s":49,"h":1,"t":0,"uu":"lorthuun|oota","m":"bestiary/tokens/OotA/Lorthuun.webp","n":"Lorthuun"},{"id":2742,"c":1,"u":"mev%20flintknapper_oota","p":103,"s":49,"h":1,"t":0,"uu":"mev flintknapper|oota","m":"bestiary/tokens/OotA/Mev Flintknapper.webp","n":"Mev Flintknapper"},{"id":2743,"c":1,"u":"narrak_oota","p":232,"s":49,"h":1,"t":0,"uu":"narrak|oota","m":"bestiary/tokens/OotA/Narrak.webp","n":"Narrak"},{"id":2744,"c":1,"u":"ougalop_oota","p":142,"s":49,"h":1,"t":0,"uu":"ougalop|oota","m":"bestiary/tokens/OotA/Ougalop.webp","n":"Ougalop"},{"id":2745,"c":1,"u":"peebles_oota","p":134,"s":49,"h":1,"t":0,"uu":"peebles|oota","m":"bestiary/tokens/OotA/Peebles.webp","n":"Peebles"},{"id":2746,"c":1,"u":"prince%20derendil_oota","p":6,"s":49,"h":1,"t":0,"uu":"prince derendil|oota","m":"bestiary/tokens/OotA/Prince Derendil.webp","n":"Prince Derendil"},{"id":2747,"c":1,"u":"princess%20ebonmire_oota","p":111,"s":49,"h":1,"t":0,"uu":"princess ebonmire|oota","m":"bestiary/tokens/OotA/Princess Ebonmire.webp","n":"Princess Ebonmire"},{"id":2748,"c":1,"u":"quenthel%20baenre_oota","p":204,"s":49,"h":1,"t":0,"uu":"quenthel baenre|oota","m":"bestiary/tokens/OotA/Quenthel Baenre.webp","n":"Quenthel Baenre"},{"id":2749,"c":1,"u":"regenerating%20black%20pudding_oota","p":211,"s":49,"h":1,"t":0,"uu":"regenerating black pudding|oota","m":"bestiary/tokens/OotA/Regenerating Black Pudding.webp","n":"Regenerating Black Pudding"},{"id":2750,"c":1,"u":"ront_oota","p":7,"s":49,"h":1,"t":0,"uu":"ront|oota","m":"bestiary/tokens/OotA/Ront.webp","n":"Ront"},{"id":2751,"c":1,"u":"rumpadump_oota","p":72,"s":49,"h":1,"t":0,"uu":"rumpadump|oota","m":"bestiary/tokens/OotA/Rumpadump.webp","n":"Rumpadump"},{"id":2752,"c":1,"u":"rystia%20zav_oota","p":135,"s":49,"h":1,"t":0,"uu":"rystia zav|oota","m":"bestiary/tokens/OotA/Rystia Zav.webp","n":"Rystia Zav"},{"id":2753,"c":1,"u":"sarith%20kzekarit_oota","p":7,"s":49,"h":1,"t":0,"uu":"sarith kzekarit|oota","m":"bestiary/tokens/OotA/Sarith Kzekarit.webp","n":"Sarith Kzekarit"},{"id":2754,"c":1,"u":"shedrak%20of%20the%20eyes_oota","p":176,"s":49,"h":1,"t":0,"uu":"shedrak of the eyes|oota","m":"bestiary/tokens/OotA/Shedrak of the Eyes.webp","n":"Shedrak of the Eyes"},{"id":2755,"c":1,"u":"shuushar%20the%20awakened_oota","p":7,"s":49,"h":1,"t":0,"uu":"shuushar the awakened|oota","m":"bestiary/tokens/OotA/Shuushar the Awakened.webp","n":"Shuushar the Awakened"},{"id":2756,"c":1,"u":"skriss_oota","p":29,"s":49,"h":1,"t":0,"uu":"skriss|oota","m":"bestiary/tokens/OotA/Skriss.webp","n":"Skriss"},{"id":2757,"c":1,"u":"sladis%20vadir_oota","p":135,"s":49,"h":1,"t":0,"uu":"sladis vadir|oota","m":"bestiary/tokens/OotA/Sladis Vadir.webp","n":"Sladis Vadir"},{"id":2758,"c":1,"u":"sloopidoop_oota","p":29,"s":49,"h":1,"t":0,"uu":"sloopidoop|oota","m":"bestiary/tokens/OotA/Sloopidoop.webp","n":"Sloopidoop"},{"id":2759,"c":1,"u":"sovereign%20basidia_oota","p":88,"s":49,"h":1,"t":0,"uu":"sovereign basidia|oota","m":"bestiary/tokens/OotA/Sovereign Basidia.webp","n":"Sovereign Basidia"},{"id":2760,"c":1,"u":"spider%20king_oota","p":74,"s":49,"h":1,"t":0,"uu":"spider king|oota","m":"bestiary/tokens/OotA/Spider King.webp","n":"Spider King"},{"id":2761,"c":1,"u":"spiderbait_oota","p":31,"s":49,"h":1,"t":0,"uu":"spiderbait|oota","m":"bestiary/tokens/OotA/Spiderbait.webp","n":"Spiderbait"},{"id":2762,"c":1,"u":"stool_oota","p":7,"s":49,"h":1,"t":0,"uu":"stool|oota","m":"bestiary/tokens/OotA/Stool.webp","n":"Stool"},{"id":2763,"c":1,"u":"svirfneblin%20wererat_oota","p":97,"s":49,"h":1,"t":0,"uu":"svirfneblin wererat|oota","m":"bestiary/tokens/OotA/Svirfneblin Wererat.webp","n":"Svirfneblin Wererat"},{"id":2764,"c":1,"u":"the%20pudding%20king_oota","p":233,"s":49,"h":1,"t":0,"uu":"the pudding king|oota","m":"bestiary/tokens/OotA/The Pudding King.webp","n":"The Pudding King"},{"id":2765,"c":1,"u":"themberchaud_oota","p":53,"s":49,"h":1,"t":0,"uu":"themberchaud|oota","m":"bestiary/tokens/OotA/Themberchaud.webp","n":"Themberchaud"},{"id":2766,"c":1,"u":"topsy_oota","p":8,"s":49,"h":1,"t":0,"uu":"topsy|oota","m":"bestiary/tokens/OotA/Topsy.webp","n":"Topsy"},{"id":2767,"c":1,"u":"troglodyte%20champion%20of%20laogzed_oota","p":229,"s":49,"h":1,"t":0,"uu":"troglodyte champion of laogzed|oota","m":"bestiary/tokens/OotA/Troglodyte Champion of Laogzed.webp","n":"Troglodyte Champion of Laogzed"},{"id":2768,"c":1,"u":"turvy_oota","p":8,"s":49,"h":1,"t":0,"uu":"turvy|oota","m":"bestiary/tokens/OotA/Turvy.webp","n":"Turvy"},{"id":2769,"c":1,"u":"vampiric%20ixitxachitl_oota","p":226,"s":49,"h":1,"t":0,"uu":"vampiric ixitxachitl|oota","m":"bestiary/tokens/OotA/Vampiric Ixitxachitl.webp","n":"Vampiric Ixitxachitl"},{"id":2770,"c":1,"u":"vampiric%20ixitxachitl%20cleric_oota","p":226,"s":49,"h":1,"t":0,"uu":"vampiric ixitxachitl cleric|oota","m":"bestiary/tokens/OotA/Vampiric Ixitxachitl Cleric.webp","n":"Vampiric Ixitxachitl Cleric"},{"id":2771,"c":1,"u":"veldyskar_oota","p":151,"s":49,"h":1,"t":0,"uu":"veldyskar|oota","m":"bestiary/tokens/OotA/Veldyskar.webp","n":"Veldyskar"},{"id":2772,"c":1,"u":"veteran%20of%20the%20gauntlet_oota","p":130,"s":49,"h":1,"t":0,"uu":"veteran of the gauntlet|oota","m":"bestiary/tokens/OotA/Veteran of the Gauntlet.webp","n":"Veteran of the Gauntlet"},{"id":2773,"c":1,"u":"viln%20tirin_oota","p":202,"s":49,"h":1,"t":0,"uu":"viln tirin|oota","m":"bestiary/tokens/OotA/Viln Tirin.webp","n":"Viln Tirin"},{"id":2774,"c":1,"u":"vizeran%20devir_oota","p":155,"s":49,"h":1,"t":0,"uu":"vizeran devir|oota","m":"bestiary/tokens/OotA/Vizeran DeVir.webp","n":"Vizeran DeVir"},{"id":2775,"c":1,"u":"xazax%20the%20eyemonger_oota","p":142,"s":49,"h":1,"t":0,"uu":"xazax the eyemonger|oota","m":"bestiary/tokens/OotA/Xazax the Eyemonger.webp","n":"Xazax the Eyemonger"},{"id":2776,"c":1,"u":"y_oota","p":29,"s":49,"h":1,"t":0,"uu":"y|oota","m":"bestiary/tokens/OotA/Y.webp","n":"Y"},{"id":2777,"c":1,"u":"yestabrod_oota","p":233,"s":49,"h":1,"t":0,"uu":"yestabrod|oota","m":"bestiary/tokens/OotA/Yestabrod.webp","n":"Yestabrod"},{"id":2778,"c":1,"u":"young%20basilisk_oota","p":100,"s":49,"h":1,"t":0,"uu":"young basilisk|oota","m":"bestiary/tokens/OotA/Young Basilisk.webp","n":"Young Basilisk"},{"id":2779,"c":1,"u":"young%20hook%20horror_oota","p":34,"s":49,"h":1,"t":0,"uu":"young hook horror|oota","m":"bestiary/tokens/OotA/Young Hook Horror.webp","n":"Young Hook Horror"},{"id":2780,"c":1,"u":"yuk%20yuk_oota","p":31,"s":49,"h":1,"t":0,"uu":"yuk yuk|oota","m":"bestiary/tokens/OotA/Yuk Yuk.webp","n":"Yuk Yuk"},{"id":2781,"c":1,"u":"zhentarim%20thug_oota","p":131,"s":49,"h":1,"t":0,"uu":"zhentarim thug|oota","m":"bestiary/tokens/OotA/Zhentarim Thug.webp","n":"Zhentarim Thug"},{"id":2782,"c":1,"u":"zilchyn%20q'leptin_oota","p":137,"s":49,"h":1,"t":0,"uu":"zilchyn q'leptin|oota","m":"bestiary/tokens/OotA/Zilchyn Q'Leptin.webp","n":"Zilchyn Q'Leptin"},{"id":2783,"c":1,"u":"clockwork%20behir_oow","p":173,"s":50,"h":1,"t":0,"uu":"clockwork behir|oow","m":"bestiary/tokens/OoW/Clockwork Behir.webp","n":"Clockwork Behir"},{"id":2784,"c":1,"u":"dagdra%20deepforge_oow","p":145,"s":50,"h":1,"t":0,"uu":"dagdra deepforge|oow","m":"bestiary/tokens/OoW/Dagdra Deepforge.webp","n":"Dagdra Deepforge"},{"id":2785,"c":1,"u":"devil%20dog_oow","p":85,"s":50,"h":1,"t":0,"uu":"devil dog|oow","m":"bestiary/tokens/OoW/Devil Dog.webp","n":"Devil Dog"},{"id":2786,"c":1,"u":"enormous%20tentacle_oow","p":94,"s":50,"h":1,"t":0,"uu":"enormous tentacle|oow","m":"bestiary/tokens/OoW/Enormous Tentacle.webp","n":"Enormous Tentacle"},{"id":2787,"c":1,"u":"gildha%20duhn_oow","p":110,"s":50,"h":1,"t":0,"uu":"gildha duhn|oow","m":"bestiary/tokens/OoW/Gildha Duhn.webp","n":"Gildha Duhn"},{"id":2788,"c":1,"u":"grunka_oow","p":115,"s":50,"h":1,"t":0,"uu":"grunka|oow","m":"bestiary/tokens/OoW/Grunka.webp","n":"Grunka"},{"id":2789,"c":1,"u":"jelayne_oow","p":84,"s":50,"h":1,"t":0,"uu":"jelayne|oow","m":"bestiary/tokens/OoW/Jelayne.webp","n":"Jelayne"},{"id":2790,"c":1,"u":"mechachimera_oow","p":134,"s":50,"h":1,"t":0,"uu":"mechachimera|oow","m":"bestiary/tokens/OoW/Mechachimera.webp","n":"Mechachimera"},{"id":2791,"c":1,"u":"onyx_oow","p":186,"s":50,"h":1,"t":0,"uu":"onyx|oow","m":"bestiary/tokens/OoW/Onyx.webp","n":"Onyx"},{"id":2792,"c":1,"u":"replica%20duodrone_oow","p":132,"s":50,"h":1,"t":0,"uu":"replica duodrone|oow","m":"bestiary/tokens/OoW/Replica Duodrone.webp","n":"Replica Duodrone"},{"id":2793,"c":1,"u":"replica%20monodrone_oow","p":132,"s":50,"h":1,"t":0,"uu":"replica monodrone|oow","m":"bestiary/tokens/OoW/Replica Monodrone.webp","n":"Replica Monodrone"},{"id":2794,"c":1,"u":"replica%20pentadrone_oow","p":132,"s":50,"h":1,"t":0,"uu":"replica pentadrone|oow","m":"bestiary/tokens/OoW/Replica Pentadrone.webp","n":"Replica Pentadrone"},{"id":2795,"c":1,"u":"replica%20quadrone_oow","p":132,"s":50,"h":1,"t":0,"uu":"replica quadrone|oow","m":"bestiary/tokens/OoW/Replica Quadrone.webp","n":"Replica Quadrone"},{"id":2796,"c":1,"u":"replica%20tridrone_oow","p":132,"s":50,"h":1,"t":0,"uu":"replica tridrone|oow","m":"bestiary/tokens/OoW/Replica Tridrone.webp","n":"Replica Tridrone"},{"id":2797,"c":1,"u":"stomping%20foot_oow","p":92,"s":50,"h":1,"t":0,"uu":"stomping foot|oow","m":"bestiary/tokens/OoW/Stomping Foot.webp","n":"Stomping Foot"},{"id":2798,"c":1,"u":"two%20dry%20cloaks_oow","p":162,"s":50,"h":1,"t":0,"uu":"two dry cloaks|oow","m":"bestiary/tokens/OoW/Two Dry Cloaks.webp","n":"Two Dry Cloaks"},{"id":2799,"c":1,"u":"undead%20cockatrice_oow","p":114,"s":50,"h":1,"t":0,"uu":"undead cockatrice|oow","m":"bestiary/tokens/OoW/Undead Cockatrice.webp","n":"Undead Cockatrice"},{"id":2800,"c":1,"u":"aberrant%20zealot_pabtso","p":203,"s":51,"h":1,"t":0,"uu":"aberrant zealot|pabtso","m":"bestiary/tokens/PaBTSO/Aberrant Zealot.webp","n":"Aberrant Zealot"},{"id":2801,"c":1,"u":"aberrant%20zealot%20(tentacled)_pabtso","p":181,"s":51,"h":1,"t":0,"uu":"aberrant zealot (tentacled)|pabtso","m":"bestiary/tokens/PaBTSO/Aberrant Zealot (Tentacled).webp","n":"Aberrant Zealot (Tentacled)"},{"id":2802,"c":1,"u":"ash%20zombie_pabtso","p":52,"s":51,"h":1,"t":0,"uu":"ash zombie|pabtso","m":"bestiary/tokens/PaBTSO/Ash Zombie.webp","n":"Ash Zombie"},{"id":2803,"c":1,"u":"brain%20breaker_pabtso","p":199,"s":51,"h":1,"t":0,"uu":"brain breaker|pabtso","m":"bestiary/tokens/PaBTSO/Brain Breaker.webp","n":"Brain Breaker"},{"id":2804,"c":1,"u":"chishinix_pabtso","p":194,"s":51,"h":1,"t":0,"uu":"chishinix|pabtso","m":"bestiary/tokens/PaBTSO/Chishinix.webp","n":"Chishinix"},{"id":2805,"c":1,"u":"chishinix'%20head_pabtso","p":194,"s":51,"h":1,"t":0,"uu":"chishinix' head|pabtso","m":"bestiary/tokens/PaBTSO/Chishinix' Head.webp","n":"Chishinix' Head"},{"id":2806,"c":1,"u":"cloaker%20mutate_pabtso","p":212,"s":51,"h":1,"t":0,"uu":"cloaker mutate|pabtso","m":"bestiary/tokens/PaBTSO/Cloaker Mutate.webp","n":"Cloaker Mutate"},{"id":2807,"c":1,"u":"dwarf%20skeleton_pabtso","p":123,"s":51,"h":1,"t":0,"uu":"dwarf skeleton|pabtso","m":"bestiary/tokens/PaBTSO/Dwarf Skeleton.webp","n":"Dwarf Skeleton"},{"id":2808,"c":1,"u":"encephalon%20cluster_pabtso","p":205,"s":51,"h":1,"t":0,"uu":"encephalon cluster|pabtso","m":"bestiary/tokens/PaBTSO/Encephalon Cluster.webp","n":"Encephalon Cluster"},{"id":2809,"c":1,"u":"encephalon%20gemmule_pabtso","p":206,"s":51,"h":1,"t":0,"uu":"encephalon gemmule|pabtso","m":"bestiary/tokens/PaBTSO/Encephalon Gemmule.webp","n":"Encephalon Gemmule"},{"id":2810,"c":1,"u":"feral%20ashenwight_pabtso","p":204,"s":51,"h":1,"t":0,"uu":"feral ashenwight|pabtso","m":"bestiary/tokens/PaBTSO/Feral Ashenwight.webp","n":"Feral Ashenwight"},{"id":2811,"c":1,"u":"fiendish%20auger_pabtso","p":206,"s":51,"h":1,"t":0,"uu":"fiendish auger|pabtso","m":"bestiary/tokens/PaBTSO/Fiendish Auger.webp","n":"Fiendish Auger"},{"id":2812,"c":1,"u":"flesh%20meld_pabtso","p":207,"s":51,"h":1,"t":0,"uu":"flesh meld|pabtso","m":"bestiary/tokens/PaBTSO/Flesh Meld.webp","n":"Flesh Meld"},{"id":2813,"c":1,"u":"goblin%20boss%20archer_pabtso","p":60,"s":51,"h":1,"t":0,"uu":"goblin boss archer|pabtso","m":"bestiary/tokens/PaBTSO/Goblin Boss Archer.webp","n":"Goblin Boss Archer"},{"id":2814,"c":1,"u":"goblin%20psi%20brawler_pabtso","p":215,"s":51,"h":1,"t":0,"uu":"goblin psi brawler|pabtso","m":"bestiary/tokens/PaBTSO/Goblin Psi Brawler.webp","n":"Goblin Psi Brawler"},{"id":2815,"c":1,"u":"goblin%20psi%20commander_pabtso","p":216,"s":51,"h":1,"t":0,"uu":"goblin psi commander|pabtso","m":"bestiary/tokens/PaBTSO/Goblin Psi Commander.webp","n":"Goblin Psi Commander"},{"id":2816,"c":1,"u":"grandlejaw_pabtso","p":121,"s":51,"h":1,"t":0,"uu":"grandlejaw|pabtso","m":"bestiary/tokens/PaBTSO/Grandlejaw.webp","n":"Grandlejaw"},{"id":2817,"c":1,"u":"grell%20psychic_pabtso","p":145,"s":51,"h":1,"t":0,"uu":"grell psychic|pabtso","m":"bestiary/tokens/PaBTSO/Grell Psychic.webp","n":"Grell Psychic"},{"id":2818,"c":1,"u":"gundren%20rockseeker_pabtso","p":10,"s":51,"h":1,"t":0,"uu":"gundren rockseeker|pabtso","m":"bestiary/tokens/PaBTSO/Gundren Rockseeker.webp","n":"Gundren Rockseeker"},{"id":2819,"c":1,"u":"gwyn%20oresong_pabtso","p":8,"s":51,"h":1,"t":0,"uu":"gwyn oresong|pabtso","m":"bestiary/tokens/PaBTSO/Gwyn Oresong.webp","n":"Gwyn Oresong"},{"id":2820,"c":1,"u":"hashutu_pabtso","p":194,"s":51,"h":1,"t":0,"uu":"hashutu|pabtso","m":"bestiary/tokens/PaBTSO/Hashutu.webp","n":"Hashutu"},{"id":2821,"c":1,"u":"hjoldak%20hollowhelm_pabtso","p":93,"s":51,"h":1,"t":0,"uu":"hjoldak hollowhelm|pabtso","m":"bestiary/tokens/PaBTSO/Hjoldak Hollowhelm.webp","n":"Hjoldak Hollowhelm"},{"id":2822,"c":1,"u":"honna_pabtso","p":110,"s":51,"h":1,"t":0,"uu":"honna|pabtso","m":"bestiary/tokens/PaBTSO/Honna.webp","n":"Honna"},{"id":2823,"c":1,"u":"humanoid%20mutate_pabtso","p":212,"s":51,"h":1,"t":0,"uu":"humanoid mutate|pabtso","m":"bestiary/tokens/PaBTSO/Humanoid Mutate.webp","n":"Humanoid Mutate"},{"id":2824,"c":1,"u":"iarno%20%22glasstaff%22%20albrek_pabtso","p":43,"s":51,"h":1,"t":0,"uu":"iarno \"glasstaff\" albrek|pabtso","m":"bestiary/tokens/PaBTSO/Iarno Glasstaff Albrek.webp","n":"Iarno \"Glasstaff\" Albrek"},{"id":2825,"c":1,"u":"infected%20elder%20brain_pabtso","p":159,"s":51,"h":1,"t":0,"uu":"infected elder brain|pabtso","m":"bestiary/tokens/PaBTSO/Infected Elder Brain.webp","n":"Infected Elder Brain"},{"id":2826,"c":1,"u":"infected%20townsperson_pabtso","p":139,"s":51,"h":1,"t":0,"uu":"infected townsperson|pabtso","m":"bestiary/tokens/PaBTSO/Infected Townsperson.webp","n":"Infected Townsperson"},{"id":2827,"c":1,"u":"intellect%20snare_pabtso","p":208,"s":51,"h":1,"t":0,"uu":"intellect snare|pabtso","m":"bestiary/tokens/PaBTSO/Intellect Snare.webp","n":"Intellect Snare"},{"id":2828,"c":1,"u":"kellikilli_pabtso","p":121,"s":51,"h":1,"t":0,"uu":"kellikilli|pabtso","m":"bestiary/tokens/PaBTSO/Kellikilli.webp","n":"Kellikilli"},{"id":2829,"c":1,"u":"lowarnizel_pabtso","p":181,"s":51,"h":1,"t":0,"uu":"lowarnizel|pabtso","m":"bestiary/tokens/PaBTSO/Lowarnizel.webp","n":"Lowarnizel"},{"id":2830,"c":1,"u":"malinia_pabtso","p":115,"s":51,"h":1,"t":0,"uu":"malinia|pabtso","m":"bestiary/tokens/PaBTSO/Malinia.webp","n":"Malinia"},{"id":2831,"c":1,"u":"mind%20flayer%20clairvoyant_pabtso","p":209,"s":51,"h":1,"t":0,"uu":"mind flayer clairvoyant|pabtso","m":"bestiary/tokens/PaBTSO/Mind Flayer Clairvoyant.webp","n":"Mind Flayer Clairvoyant"},{"id":2832,"c":1,"u":"mind%20flayer%20nothic_pabtso","p":155,"s":51,"h":1,"t":0,"uu":"mind flayer nothic|pabtso","m":"bestiary/tokens/PaBTSO/Mind Flayer Nothic.webp","n":"Mind Flayer Nothic"},{"id":2833,"c":1,"u":"mind%20flayer%20prophet_pabtso","p":210,"s":51,"h":1,"t":0,"uu":"mind flayer prophet|pabtso","m":"bestiary/tokens/PaBTSO/Mind Flayer Prophet.webp","n":"Mind Flayer Prophet"},{"id":2834,"c":1,"u":"mormesk%20the%20wraith_pabtso","p":70,"s":51,"h":1,"t":0,"uu":"mormesk the wraith|pabtso","m":"bestiary/tokens/PaBTSO/Mormesk the Wraith.webp","n":"Mormesk the Wraith"},{"id":2835,"c":1,"u":"nellik_pabtso","p":193,"s":51,"h":1,"t":0,"uu":"nellik|pabtso","m":"bestiary/tokens/PaBTSO/Nellik.webp","n":"Nellik"},{"id":2836,"c":1,"u":"nezznar%20the%20spider_pabtso","p":74,"s":51,"h":1,"t":0,"uu":"nezznar the spider|pabtso","m":"bestiary/tokens/PaBTSO/Nezznar the Spider.webp","n":"Nezznar the Spider"},{"id":2837,"c":1,"u":"nundro%20rockseeker_pabtso","p":73,"s":51,"h":1,"t":0,"uu":"nundro rockseeker|pabtso","m":"bestiary/tokens/PaBTSO/Nundro Rockseeker.webp","n":"Nundro Rockseeker"},{"id":2838,"c":1,"u":"nythalyn%20henlifel_pabtso","p":114,"s":51,"h":1,"t":0,"uu":"nythalyn henlifel|pabtso","m":"bestiary/tokens/PaBTSO/Nythalyn Henlifel.webp","n":"Nythalyn Henlifel"},{"id":2839,"c":1,"u":"oculorb_pabtso","p":214,"s":51,"h":1,"t":0,"uu":"oculorb|pabtso","m":"bestiary/tokens/PaBTSO/Oculorb.webp","n":"Oculorb"},{"id":2840,"c":1,"u":"ontharyx_pabtso","p":115,"s":51,"h":1,"t":0,"uu":"ontharyx|pabtso","m":"bestiary/tokens/PaBTSO/Ontharyx.webp","n":"Ontharyx"},{"id":2841,"c":1,"u":"oshundo%20the%20alhoon_pabtso","p":153,"s":51,"h":1,"t":0,"uu":"oshundo the alhoon|pabtso","m":"bestiary/tokens/PaBTSO/Oshundo the Alhoon.webp","n":"Oshundo the Alhoon"},{"id":2842,"c":1,"u":"otyugh%20mutate_pabtso","p":213,"s":51,"h":1,"t":0,"uu":"otyugh mutate|pabtso","m":"bestiary/tokens/PaBTSO/Otyugh Mutate.webp","n":"Otyugh Mutate"},{"id":2843,"c":1,"u":"psionic%20ashenwight_pabtso","p":204,"s":51,"h":1,"t":0,"uu":"psionic ashenwight|pabtso","m":"bestiary/tokens/PaBTSO/Psionic Ashenwight.webp","n":"Psionic Ashenwight"},{"id":2844,"c":1,"u":"psionic%20shambling%20mound_pabtso","p":108,"s":51,"h":1,"t":0,"uu":"psionic shambling mound|pabtso","m":"bestiary/tokens/PaBTSO/Psionic Shambling Mound.webp","n":"Psionic Shambling Mound"},{"id":2845,"c":1,"u":"qunbraxel_pabtso","p":135,"s":51,"h":1,"t":0,"uu":"qunbraxel|pabtso","m":"bestiary/tokens/PaBTSO/Qunbraxel.webp","n":"Qunbraxel"},{"id":2846,"c":1,"u":"redbrand%20ruffian_pabtso","p":216,"s":51,"h":1,"t":0,"uu":"redbrand ruffian|pabtso","m":"bestiary/tokens/PaBTSO/Redbrand Ruffian.webp","n":"Redbrand Ruffian"},{"id":2847,"c":1,"u":"refraction%20of%20ilvaash_pabtso","p":197,"s":51,"h":1,"t":0,"uu":"refraction of ilvaash|pabtso","m":"bestiary/tokens/PaBTSO/Refraction of Ilvaash.webp","n":"Refraction of Ilvaash"},{"id":2848,"c":1,"u":"rivibiddel_pabtso","p":122,"s":51,"h":1,"t":0,"uu":"rivibiddel|pabtso","m":"bestiary/tokens/PaBTSO/Rivibiddel.webp","n":"Rivibiddel"},{"id":2849,"c":1,"u":"ruxithid%20the%20chosen_pabtso","p":99,"s":51,"h":1,"t":0,"uu":"ruxithid the chosen|pabtso","m":"bestiary/tokens/PaBTSO/Ruxithid the Chosen.webp","n":"Ruxithid the Chosen"},{"id":2850,"c":1,"u":"shalfi%20lewin_pabtso","p":174,"s":51,"h":1,"t":0,"uu":"shalfi lewin|pabtso","m":"bestiary/tokens/PaBTSO/Shalfi Lewin.webp","n":"Shalfi Lewin"},{"id":2851,"c":1,"u":"sildar%20hallwinter_pabtso","p":22,"s":51,"h":1,"t":0,"uu":"sildar hallwinter|pabtso","m":"bestiary/tokens/PaBTSO/Sildar Hallwinter.webp","n":"Sildar Hallwinter"},{"id":2852,"c":1,"u":"varakkta_pabtso","p":174,"s":51,"h":1,"t":0,"uu":"varakkta|pabtso","m":"bestiary/tokens/PaBTSO/Varakkta.webp","n":"Varakkta"},{"id":2853,"c":1,"u":"voalsh_pabtso","p":194,"s":51,"h":1,"t":0,"uu":"voalsh|pabtso","m":"bestiary/tokens/PaBTSO/Voalsh.webp","n":"Voalsh"},{"id":2854,"c":1,"u":"yanthdel%20henlifel_pabtso","p":114,"s":51,"h":1,"t":0,"uu":"yanthdel henlifel|pabtso","m":"bestiary/tokens/PaBTSO/Yanthdel Henlifel.webp","n":"Yanthdel Henlifel"},{"id":2855,"c":1,"u":"zeond_pabtso","p":43,"s":51,"h":1,"t":0,"uu":"zeond|pabtso","m":"bestiary/tokens/PaBTSO/Zeond.webp","n":"Zeond"},{"id":2856,"c":1,"u":"animated%20object%20(huge)_phb","p":213,"s":52,"h":1,"t":0,"uu":"animated object (huge)|phb","m":"bestiary/tokens/PHB/Animated Object (Huge).webp","n":"Animated Object (Huge)"},{"id":2857,"c":1,"u":"animated%20object%20(large)_phb","p":213,"s":52,"h":1,"t":0,"uu":"animated object (large)|phb","m":"bestiary/tokens/PHB/Animated Object (Large).webp","n":"Animated Object (Large)"},{"id":2858,"c":1,"u":"animated%20object%20(medium)_phb","p":213,"s":52,"h":1,"t":0,"uu":"animated object (medium)|phb","m":"bestiary/tokens/PHB/Animated Object (Medium).webp","n":"Animated Object (Medium)"},{"id":2859,"c":1,"u":"animated%20object%20(small)_phb","p":213,"s":52,"h":1,"t":0,"uu":"animated object (small)|phb","m":"bestiary/tokens/PHB/Animated Object (Small).webp","n":"Animated Object (Small)"},{"id":2860,"c":1,"u":"animated%20object%20(tiny)_phb","p":213,"s":52,"h":1,"t":0,"uu":"animated object (tiny)|phb","m":"bestiary/tokens/PHB/Animated Object (Tiny).webp","n":"Animated Object (Tiny)"},{"id":2861,"c":1,"u":"aerisi%20kalinoth_pota","p":192,"s":53,"h":1,"t":0,"uu":"aerisi kalinoth|pota","m":"bestiary/tokens/PotA/Aerisi Kalinoth.webp","n":"Aerisi Kalinoth"},{"id":2862,"c":1,"u":"aquatic%20ghoul_pota","p":87,"s":53,"h":1,"t":0,"uu":"aquatic ghoul|pota","m":"bestiary/tokens/PotA/Aquatic Ghoul.webp","n":"Aquatic Ghoul"},{"id":2863,"c":1,"u":"bastian%20thermandar_pota","p":201,"s":53,"h":1,"t":0,"uu":"bastian thermandar|pota","m":"bestiary/tokens/PotA/Bastian Thermandar.webp","n":"Bastian Thermandar"},{"id":2864,"c":1,"u":"black%20earth%20guard_pota","p":195,"s":53,"h":1,"t":0,"uu":"black earth guard|pota","m":"bestiary/tokens/PotA/Black Earth Guard.webp","n":"Black Earth Guard"},{"id":2865,"c":1,"u":"black%20earth%20priest_pota","p":195,"s":53,"h":1,"t":0,"uu":"black earth priest|pota","m":"bestiary/tokens/PotA/Black Earth Priest.webp","n":"Black Earth Priest"},{"id":2866,"c":1,"u":"braelen%20hatherhand_pota","p":156,"s":53,"h":1,"t":0,"uu":"braelen hatherhand|pota","m":"bestiary/tokens/PotA/Braelen Hatherhand.webp","n":"Braelen Hatherhand"},{"id":2867,"c":1,"u":"bronzefume_pota","p":92,"s":53,"h":1,"t":0,"uu":"bronzefume|pota","m":"bestiary/tokens/PotA/Bronzefume.webp","n":"Bronzefume"},{"id":2868,"c":1,"u":"burrowshark_pota","p":196,"s":53,"h":1,"t":0,"uu":"burrowshark|pota","m":"bestiary/tokens/PotA/Burrowshark.webp","n":"Burrowshark"},{"id":2869,"c":1,"u":"cavil%20zaltobar_pota","p":182,"s":53,"h":1,"t":0,"uu":"cavil zaltobar|pota","m":"bestiary/tokens/PotA/Cavil Zaltobar.webp","n":"Cavil Zaltobar"},{"id":2870,"c":1,"u":"crushing%20wave%20priest_pota","p":205,"s":53,"h":1,"t":0,"uu":"crushing wave priest|pota","m":"bestiary/tokens/PotA/Crushing Wave Priest.webp","n":"Crushing Wave Priest"},{"id":2871,"c":1,"u":"crushing%20wave%20reaver_pota","p":205,"s":53,"h":1,"t":0,"uu":"crushing wave reaver|pota","m":"bestiary/tokens/PotA/Crushing Wave Reaver.webp","n":"Crushing Wave Reaver"},{"id":2872,"c":1,"u":"darathra%20shendrel_pota","p":37,"s":53,"h":1,"t":0,"uu":"darathra shendrel|pota","m":"bestiary/tokens/PotA/Darathra Shendrel.webp","n":"Darathra Shendrel"},{"id":2873,"c":1,"u":"dark%20tide%20knight_pota","p":205,"s":53,"h":1,"t":0,"uu":"dark tide knight|pota","m":"bestiary/tokens/PotA/Dark Tide Knight.webp","n":"Dark Tide Knight"},{"id":2874,"c":1,"u":"deseyna%20majarra_pota","p":126,"s":53,"h":1,"t":0,"uu":"deseyna majarra|pota","m":"bestiary/tokens/PotA/Deseyna Majarra.webp","n":"Deseyna Majarra"},{"id":2875,"c":1,"u":"drannin%20splithelm_pota","p":210,"s":53,"h":1,"t":0,"uu":"drannin splithelm|pota","m":"bestiary/tokens/PotA/Drannin Splithelm.webp","n":"Drannin Splithelm"},{"id":2876,"c":1,"u":"elizar%20dryflagon_pota","p":202,"s":53,"h":1,"t":0,"uu":"elizar dryflagon|pota","m":"bestiary/tokens/PotA/Elizar Dryflagon.webp","n":"Elizar Dryflagon"},{"id":2877,"c":1,"u":"emberhorn%20minotaur_pota","p":120,"s":53,"h":1,"t":0,"uu":"emberhorn minotaur|pota","m":"bestiary/tokens/PotA/Emberhorn Minotaur.webp","n":"Emberhorn Minotaur"},{"id":2878,"c":1,"u":"eternal%20flame%20guardian_pota","p":200,"s":53,"h":1,"t":0,"uu":"eternal flame guardian|pota","m":"bestiary/tokens/PotA/Eternal Flame Guardian.webp","n":"Eternal Flame Guardian"},{"id":2879,"c":1,"u":"eternal%20flame%20priest_pota","p":200,"s":53,"h":1,"t":0,"uu":"eternal flame priest|pota","m":"bestiary/tokens/PotA/Eternal Flame Priest.webp","n":"Eternal Flame Priest"},{"id":2880,"c":1,"u":"fathomer_pota","p":207,"s":53,"h":1,"t":0,"uu":"fathomer|pota","m":"bestiary/tokens/PotA/Fathomer.webp","n":"Fathomer"},{"id":2881,"c":1,"u":"feathergale%20knight_pota","p":189,"s":53,"h":1,"t":0,"uu":"feathergale knight|pota","m":"bestiary/tokens/PotA/Feathergale Knight.webp","n":"Feathergale Knight"},{"id":2882,"c":1,"u":"fennor_pota","p":170,"s":53,"h":1,"t":0,"uu":"fennor|pota","m":"bestiary/tokens/PotA/Fennor.webp","n":"Fennor"},{"id":2883,"c":1,"u":"flamewrath_pota","p":201,"s":53,"h":1,"t":0,"uu":"flamewrath|pota","m":"bestiary/tokens/PotA/Flamewrath.webp","n":"Flamewrath"},{"id":2884,"c":1,"u":"gar%20shatterkeel_pota","p":208,"s":53,"h":1,"t":0,"uu":"gar shatterkeel|pota","m":"bestiary/tokens/PotA/Gar Shatterkeel.webp","n":"Gar Shatterkeel"},{"id":2885,"c":1,"u":"ghald_pota","p":210,"s":53,"h":1,"t":0,"uu":"ghald|pota","m":"bestiary/tokens/PotA/Ghald.webp","n":"Ghald"},{"id":2886,"c":1,"u":"grumink%20the%20renegade_pota","p":210,"s":53,"h":1,"t":0,"uu":"grumink the renegade|pota","m":"bestiary/tokens/PotA/Grumink the Renegade.webp","n":"Grumink the Renegade"},{"id":2887,"c":1,"u":"hellenrae_pota","p":198,"s":53,"h":1,"t":0,"uu":"hellenrae|pota","m":"bestiary/tokens/PotA/Hellenrae.webp","n":"Hellenrae"},{"id":2888,"c":1,"u":"howling%20hatred%20initiate_pota","p":190,"s":53,"h":1,"t":0,"uu":"howling hatred initiate|pota","m":"bestiary/tokens/PotA/Howling Hatred Initiate.webp","n":"Howling Hatred Initiate"},{"id":2889,"c":1,"u":"howling%20hatred%20priest_pota","p":190,"s":53,"h":1,"t":0,"uu":"howling hatred priest|pota","m":"bestiary/tokens/PotA/Howling Hatred Priest.webp","n":"Howling Hatred Priest"},{"id":2890,"c":1,"u":"hurricane_pota","p":191,"s":53,"h":1,"t":0,"uu":"hurricane|pota","m":"bestiary/tokens/PotA/Hurricane.webp","n":"Hurricane"},{"id":2891,"c":1,"u":"imix_pota","p":214,"s":53,"h":1,"t":0,"uu":"imix|pota","m":"bestiary/tokens/PotA/Imix.webp","n":"Imix"},{"id":2892,"c":1,"u":"lyzandra%20%22lyzzie%22%20calderos_pota","p":110,"s":53,"h":1,"t":0,"uu":"lyzandra \"lyzzie\" calderos|pota","m":"bestiary/tokens/PotA/Lyzandra Lyzzie Calderos.webp","n":"Lyzandra \"Lyzzie\" Calderos"},{"id":2893,"c":1,"u":"maegla%20tarnlar_pota","p":25,"s":53,"h":1,"t":0,"uu":"maegla tarnlar|pota","m":"bestiary/tokens/PotA/Maegla Tarnlar.webp","n":"Maegla Tarnlar"},{"id":2894,"c":1,"u":"marlos%20urnrayle_pota","p":199,"s":53,"h":1,"t":0,"uu":"marlos urnrayle|pota","m":"bestiary/tokens/PotA/Marlos Urnrayle.webp","n":"Marlos Urnrayle"},{"id":2895,"c":1,"u":"miraj%20vizann_pota","p":198,"s":53,"h":1,"t":0,"uu":"miraj vizann|pota","m":"bestiary/tokens/PotA/Miraj Vizann.webp","n":"Miraj Vizann"},{"id":2896,"c":1,"u":"molten%20magma%20roper_pota","p":143,"s":53,"h":1,"t":0,"uu":"molten magma roper|pota","m":"bestiary/tokens/PotA/Molten Magma Roper.webp","n":"Molten Magma Roper"},{"id":2897,"c":1,"u":"nurvureem%2c%20the%20dark%20lady_pota","p":180,"s":53,"h":1,"t":0,"uu":"nurvureem, the dark lady|pota","m":"bestiary/tokens/PotA/Nurvureem, The Dark Lady.webp","n":"Nurvureem, The Dark Lady"},{"id":2898,"c":1,"u":"ogr%c3%a9moch_pota","p":216,"s":53,"h":1,"t":0,"uu":"ogrémoch|pota","m":"bestiary/tokens/PotA/Ogremoch.webp","n":"Ogremoch"},{"id":2899,"c":1,"u":"olhydra_pota","p":218,"s":53,"h":1,"t":0,"uu":"olhydra|pota","m":"bestiary/tokens/PotA/Olhydra.webp","n":"Olhydra"},{"id":2900,"c":1,"u":"one-eyed%20shiver_pota","p":207,"s":53,"h":1,"t":0,"uu":"one-eyed shiver|pota","m":"bestiary/tokens/PotA/One-Eyed Shiver.webp","n":"One-Eyed Shiver"},{"id":2901,"c":1,"u":"oreioth_pota","p":212,"s":53,"h":1,"t":0,"uu":"oreioth|pota","m":"bestiary/tokens/PotA/Oreioth.webp","n":"Oreioth"},{"id":2902,"c":1,"u":"padraich_pota","p":170,"s":53,"h":1,"t":0,"uu":"padraich|pota","m":"bestiary/tokens/PotA/Padraich.webp","n":"Padraich"},{"id":2903,"c":1,"u":"razerblast_pota","p":201,"s":53,"h":1,"t":0,"uu":"razerblast|pota","m":"bestiary/tokens/PotA/Razerblast.webp","n":"Razerblast"},{"id":2904,"c":1,"u":"renwick_pota","p":66,"s":53,"h":1,"t":0,"uu":"renwick|pota","m":"bestiary/tokens/PotA/Renwick.webp","n":"Renwick"},{"id":2905,"c":1,"u":"rhundorth_pota","p":140,"s":53,"h":1,"t":0,"uu":"rhundorth|pota","m":"bestiary/tokens/PotA/Rhundorth.webp","n":"Rhundorth"},{"id":2906,"c":1,"u":"sacred%20stone%20monk_pota","p":196,"s":53,"h":1,"t":0,"uu":"sacred stone monk|pota","m":"bestiary/tokens/PotA/Sacred Stone Monk.webp","n":"Sacred Stone Monk"},{"id":2907,"c":1,"u":"shoalar%20quanderil_pota","p":208,"s":53,"h":1,"t":0,"uu":"shoalar quanderil|pota","m":"bestiary/tokens/PotA/Shoalar Quanderil.webp","n":"Shoalar Quanderil"},{"id":2908,"c":1,"u":"skyweaver_pota","p":191,"s":53,"h":1,"t":0,"uu":"skyweaver|pota","m":"bestiary/tokens/PotA/Skyweaver.webp","n":"Skyweaver"},{"id":2909,"c":1,"u":"stone%20warrior_pota","p":97,"s":53,"h":1,"t":0,"uu":"stone warrior|pota","m":"bestiary/tokens/PotA/Stone Warrior.webp","n":"Stone Warrior"},{"id":2910,"c":1,"u":"stonemelder_pota","p":197,"s":53,"h":1,"t":0,"uu":"stonemelder|pota","m":"bestiary/tokens/PotA/Stonemelder.webp","n":"Stonemelder"},{"id":2911,"c":1,"u":"thurl%20merosska_pota","p":192,"s":53,"h":1,"t":0,"uu":"thurl merosska|pota","m":"bestiary/tokens/PotA/Thurl Merosska.webp","n":"Thurl Merosska"},{"id":2912,"c":1,"u":"tornscale_pota","p":90,"s":53,"h":1,"t":0,"uu":"tornscale|pota","m":"bestiary/tokens/PotA/Tornscale.webp","n":"Tornscale"},{"id":2913,"c":1,"u":"vanifer_pota","p":203,"s":53,"h":1,"t":0,"uu":"vanifer|pota","m":"bestiary/tokens/PotA/Vanifer.webp","n":"Vanifer"},{"id":2914,"c":1,"u":"wiggan%20nettlebee_pota","p":212,"s":53,"h":1,"t":0,"uu":"wiggan nettlebee|pota","m":"bestiary/tokens/PotA/Wiggan Nettlebee.webp","n":"Wiggan Nettlebee"},{"id":2915,"c":1,"u":"windharrow_pota","p":192,"s":53,"h":1,"t":0,"uu":"windharrow|pota","m":"bestiary/tokens/PotA/Windharrow.webp","n":"Windharrow"},{"id":2916,"c":1,"u":"yan-c-bin_pota","p":221,"s":53,"h":1,"t":0,"uu":"yan-c-bin|pota","m":"bestiary/tokens/PotA/Yan-C-Bin.webp","n":"Yan-C-Bin"},{"id":2917,"c":1,"u":"young%20bulette_pota","p":139,"s":53,"h":1,"t":0,"uu":"young bulette|pota","m":"bestiary/tokens/PotA/Young Bulette.webp","n":"Young Bulette"},{"id":2918,"c":1,"u":"young%20purple%20worm_pota","p":113,"s":53,"h":1,"t":0,"uu":"young purple worm|pota","m":"bestiary/tokens/PotA/Young Purple Worm.webp","n":"Young Purple Worm"},{"id":2919,"c":1,"u":"zegdar_pota","p":120,"s":53,"h":1,"t":0,"uu":"zegdar|pota","m":"bestiary/tokens/PotA/Zegdar.webp","n":"Zegdar"},{"id":2920,"c":1,"u":"amun%20sa_qftis","p":106,"s":54,"h":1,"t":0,"uu":"amun sa|qftis","m":"bestiary/tokens/QftIS/Amun Sa.webp","n":"Amun Sa"},{"id":2921,"c":1,"u":"android_qftis","p":194,"s":54,"h":1,"t":0,"uu":"android|qftis","m":"bestiary/tokens/QftIS/Android.webp","n":"Android"},{"id":2922,"c":1,"u":"barkburr_qftis","p":195,"s":54,"h":1,"t":0,"uu":"barkburr|qftis","m":"bestiary/tokens/QftIS/Barkburr.webp","n":"Barkburr"},{"id":2923,"c":1,"u":"champion%20of%20gorm_qftis","p":203,"s":54,"h":1,"t":0,"uu":"champion of gorm|qftis","m":"bestiary/tokens/QftIS/Champion of Gorm.webp","n":"Champion of Gorm"},{"id":2924,"c":1,"u":"champion%20of%20madarua_qftis","p":220,"s":54,"h":1,"t":0,"uu":"champion of madarua|qftis","m":"bestiary/tokens/QftIS/Champion of Madarua.webp","n":"Champion of Madarua"},{"id":2925,"c":1,"u":"champion%20of%20usamigaras_qftis","p":206,"s":54,"h":1,"t":0,"uu":"champion of usamigaras|qftis","m":"bestiary/tokens/QftIS/Champion of Usamigaras.webp","n":"Champion of Usamigaras"},{"id":2926,"c":1,"u":"cipolla_qftis","p":66,"s":54,"h":1,"t":0,"uu":"cipolla|qftis","m":"bestiary/tokens/QftIS/Cipolla.webp","n":"Cipolla"},{"id":2927,"c":1,"u":"combat%20robot_qftis","p":214,"s":54,"h":1,"t":0,"uu":"combat robot|qftis","m":"bestiary/tokens/QftIS/Combat Robot.webp","n":"Combat Robot"},{"id":2928,"c":1,"u":"derro%20apprentice_qftis","p":196,"s":54,"h":1,"t":0,"uu":"derro apprentice|qftis","m":"bestiary/tokens/QftIS/Derro Apprentice.webp","n":"Derro Apprentice"},{"id":2929,"c":1,"u":"derro%20raider_qftis","p":196,"s":54,"h":1,"t":0,"uu":"derro raider|qftis","m":"bestiary/tokens/QftIS/Derro Raider.webp","n":"Derro Raider"},{"id":2930,"c":1,"u":"derwyth_qftis","p":52,"s":54,"h":1,"t":0,"uu":"derwyth|qftis","m":"bestiary/tokens/QftIS/Derwyth.webp","n":"Derwyth"},{"id":2931,"c":1,"u":"drelnza_qftis","p":197,"s":54,"h":1,"t":0,"uu":"drelnza|qftis","m":"bestiary/tokens/QftIS/Drelnza.webp","n":"Drelnza"},{"id":2932,"c":1,"u":"froghemoth%20elder_qftis","p":198,"s":54,"h":1,"t":0,"uu":"froghemoth elder|qftis","m":"bestiary/tokens/QftIS/Froghemoth Elder.webp","n":"Froghemoth Elder"},{"id":2933,"c":1,"u":"gibberling_qftis","p":202,"s":54,"h":1,"t":0,"uu":"gibberling|qftis","m":"bestiary/tokens/QftIS/Gibberling.webp","n":"Gibberling"},{"id":2934,"c":1,"u":"grisdelfawr_qftis","p":70,"s":54,"h":1,"t":0,"uu":"grisdelfawr|qftis","m":"bestiary/tokens/QftIS/Grisdelfawr.webp","n":"Grisdelfawr"},{"id":2935,"c":1,"u":"guardian%20of%20gorm_qftis","p":203,"s":54,"h":1,"t":0,"uu":"guardian of gorm|qftis","m":"bestiary/tokens/QftIS/Guardian of Gorm.webp","n":"Guardian of Gorm"},{"id":2936,"c":1,"u":"horrid%20plant_qftis","p":204,"s":54,"h":1,"t":0,"uu":"horrid plant|qftis","m":"bestiary/tokens/QftIS/Horrid Plant.webp","n":"Horrid Plant"},{"id":2937,"c":1,"u":"iaseda_qftis","p":108,"s":54,"h":1,"t":0,"uu":"iaseda|qftis","m":"bestiary/tokens/QftIS/Iaseda.webp","n":"Iaseda"},{"id":2938,"c":1,"u":"isabela%20folcarae_qftis","p":79,"s":54,"h":1,"t":0,"uu":"isabela folcarae|qftis","m":"bestiary/tokens/QftIS/Isabela Folcarae.webp","n":"Isabela Folcarae"},{"id":2939,"c":1,"u":"juliana_qftis","p":98,"s":54,"h":1,"t":0,"uu":"juliana|qftis","m":"bestiary/tokens/QftIS/Juliana.webp","n":"Juliana"},{"id":2940,"c":1,"u":"leprechaun_qftis","p":205,"s":54,"h":1,"t":0,"uu":"leprechaun|qftis","m":"bestiary/tokens/QftIS/Leprechaun.webp","n":"Leprechaun"},{"id":2941,"c":1,"u":"mage%20of%20usamigaras_qftis","p":206,"s":54,"h":1,"t":0,"uu":"mage of usamigaras|qftis","m":"bestiary/tokens/QftIS/Mage of Usamigaras.webp","n":"Mage of Usamigaras"},{"id":2942,"c":1,"u":"maschin-i-bozorg_qftis","p":207,"s":54,"h":1,"t":0,"uu":"maschin-i-bozorg|qftis","m":"bestiary/tokens/QftIS/Maschin-i-Bozorg.webp","n":"Maschin-i-Bozorg"},{"id":2943,"c":1,"u":"memory%20web_qftis","p":208,"s":54,"h":1,"t":0,"uu":"memory web|qftis","m":"bestiary/tokens/QftIS/Memory Web.webp","n":"Memory Web"},{"id":2944,"c":1,"u":"nafas_qftis","p":210,"s":54,"h":1,"t":0,"uu":"nafas|qftis","m":"bestiary/tokens/QftIS/Nafas.webp","n":"Nafas"},{"id":2945,"c":1,"u":"nafik_qftis","p":212,"s":54,"h":1,"t":0,"uu":"nafik|qftis","m":"bestiary/tokens/QftIS/Nafik.webp","n":"Nafik"},{"id":2946,"c":1,"u":"orlando_qftis","p":98,"s":54,"h":1,"t":0,"uu":"orlando|qftis","m":"bestiary/tokens/QftIS/Orlando.webp","n":"Orlando"},{"id":2947,"c":1,"u":"pech_qftis","p":213,"s":54,"h":1,"t":0,"uu":"pech|qftis","m":"bestiary/tokens/QftIS/Pech.webp","n":"Pech"},{"id":2948,"c":1,"u":"piyarz_qftis","p":67,"s":54,"h":1,"t":0,"uu":"piyarz|qftis","m":"bestiary/tokens/QftIS/Piyarz.webp","n":"Piyarz"},{"id":2949,"c":1,"u":"porro_qftis","p":66,"s":54,"h":1,"t":0,"uu":"porro|qftis","m":"bestiary/tokens/QftIS/Porro.webp","n":"Porro"},{"id":2950,"c":1,"u":"queen%20zanobis_qftis","p":34,"s":54,"h":1,"t":0,"uu":"queen zanobis|qftis","m":"bestiary/tokens/QftIS/Queen Zanobis.webp","n":"Queen Zanobis"},{"id":2951,"c":1,"u":"shalfey_qftis","p":68,"s":54,"h":1,"t":0,"uu":"shalfey|qftis","m":"bestiary/tokens/QftIS/Shalfey.webp","n":"Shalfey"},{"id":2952,"c":1,"u":"silverlily_qftis","p":92,"s":54,"h":1,"t":0,"uu":"silverlily|qftis","m":"bestiary/tokens/QftIS/Silverlily.webp","n":"Silverlily"},{"id":2953,"c":1,"u":"sion_qftis","p":216,"s":54,"h":1,"t":0,"uu":"sion|qftis","m":"bestiary/tokens/QftIS/Sion.webp","n":"Sion"},{"id":2954,"c":1,"u":"spirit%20of%20hunger_qftis","p":144,"s":54,"h":1,"t":0,"uu":"spirit of hunger|qftis","m":"bestiary/tokens/QftIS/Spirit of Hunger.webp","n":"Spirit of Hunger"},{"id":2955,"c":1,"u":"stargleam_qftis","p":92,"s":54,"h":1,"t":0,"uu":"stargleam|qftis","m":"bestiary/tokens/QftIS/Stargleam.webp","n":"Stargleam"},{"id":2956,"c":1,"u":"swarm%20of%20gibberlings_qftis","p":202,"s":54,"h":1,"t":0,"uu":"swarm of gibberlings|qftis","m":"bestiary/tokens/QftIS/Swarm of Gibberlings.webp","n":"Swarm of Gibberlings"},{"id":2957,"c":1,"u":"the%20gardener_qftis","p":200,"s":54,"h":1,"t":0,"uu":"the gardener|qftis","m":"bestiary/tokens/QftIS/The Gardener.webp","n":"The Gardener"},{"id":2958,"c":1,"u":"tower%20hand_qftis","p":217,"s":54,"h":1,"t":0,"uu":"tower hand|qftis","m":"bestiary/tokens/QftIS/Tower Hand.webp","n":"Tower Hand"},{"id":2959,"c":1,"u":"tower%20sage_qftis","p":217,"s":54,"h":1,"t":0,"uu":"tower sage|qftis","m":"bestiary/tokens/QftIS/Tower Sage.webp","n":"Tower Sage"},{"id":2960,"c":1,"u":"uma_qftis","p":120,"s":54,"h":1,"t":0,"uu":"uma|qftis","m":"bestiary/tokens/QftIS/Uma.webp","n":"Uma"},{"id":2961,"c":1,"u":"vegepygmy%20moldmaker_qftis","p":218,"s":54,"h":1,"t":0,"uu":"vegepygmy moldmaker|qftis","m":"bestiary/tokens/QftIS/Vegepygmy Moldmaker.webp","n":"Vegepygmy Moldmaker"},{"id":2962,"c":1,"u":"vegepygmy%20scavenger_qftis","p":218,"s":54,"h":1,"t":0,"uu":"vegepygmy scavenger|qftis","m":"bestiary/tokens/QftIS/Vegepygmy Scavenger.webp","n":"Vegepygmy Scavenger"},{"id":2963,"c":1,"u":"vegepygmy%20thorny%20hunter_qftis","p":219,"s":54,"h":1,"t":0,"uu":"vegepygmy thorny hunter|qftis","m":"bestiary/tokens/QftIS/Vegepygmy Thorny Hunter.webp","n":"Vegepygmy Thorny Hunter"},{"id":2964,"c":1,"u":"vuuthramis_qftis","p":88,"s":54,"h":1,"t":0,"uu":"vuuthramis|qftis","m":"bestiary/tokens/QftIS/Vuuthramis.webp","n":"Vuuthramis"},{"id":2965,"c":1,"u":"warrior%20of%20madarua_qftis","p":220,"s":54,"h":1,"t":0,"uu":"warrior of madarua|qftis","m":"bestiary/tokens/QftIS/Warrior of Madarua.webp","n":"Warrior of Madarua"},{"id":2966,"c":1,"u":"wolf-in-sheep's-clothing_qftis","p":221,"s":54,"h":1,"t":0,"uu":"wolf-in-sheep's-clothing|qftis","m":"bestiary/tokens/QftIS/Wolf-in-Sheep's-Clothing.webp","n":"Wolf-in-Sheep's-Clothing"},{"id":2967,"c":1,"u":"worker%20robot_qftis","p":215,"s":54,"h":1,"t":0,"uu":"worker robot|qftis","m":"bestiary/tokens/QftIS/Worker Robot.webp","n":"Worker Robot"},{"id":2968,"c":1,"u":"zargon%20the%20returner_qftis","p":223,"s":54,"h":1,"t":0,"uu":"zargon the returner|qftis","m":"bestiary/tokens/QftIS/Zargon the Returner.webp","n":"Zargon the Returner"},{"id":2969,"c":1,"u":"billy%20beaver_rmbre","p":27,"s":55,"h":1,"dP":1,"t":0,"uu":"billy beaver|rmbre","m":"bestiary/tokens/RMBRE/Billy Beaver.webp","n":"Billy Beaver"},{"id":2970,"c":1,"u":"buster%20the%20bear_rmbre","p":27,"s":55,"h":1,"dP":1,"t":0,"uu":"buster the bear|rmbre","m":"bestiary/tokens/RMBRE/Buster the Bear.webp","n":"Buster the Bear"},{"id":2971,"c":1,"u":"large%20mimic_rmbre","p":24,"s":55,"h":1,"dP":1,"t":0,"uu":"large mimic|rmbre","m":"bestiary/tokens/RMBRE/Large Mimic.webp","n":"Large Mimic"},{"id":2972,"c":1,"u":"layla%20the%20lizard_rmbre","p":28,"s":55,"h":1,"dP":1,"t":0,"uu":"layla the lizard|rmbre","m":"bestiary/tokens/RMBRE/Layla the Lizard.webp","n":"Layla the Lizard"},{"id":2973,"c":1,"u":"lycanthropickle_rmbre","p":11,"s":55,"h":1,"dP":1,"t":0,"uu":"lycanthropickle|rmbre","m":"bestiary/tokens/RMBRE/Lycanthropickle.webp","n":"Lycanthropickle"},{"id":2974,"c":1,"u":"meeseeks_rmbre","p":16,"s":55,"h":1,"dP":1,"t":0,"uu":"meeseeks|rmbre","m":"bestiary/tokens/RMBRE/Meeseeks.webp","n":"Meeseeks"},{"id":2975,"c":1,"u":"piggy%20wiggle%20butt_rmbre","p":28,"s":55,"h":1,"dP":1,"t":0,"uu":"piggy wiggle butt|rmbre","m":"bestiary/tokens/RMBRE/Piggy Wiggle Butt.webp","n":"Piggy Wiggle Butt"},{"id":2976,"c":1,"u":"thomas%20t.%20toad_rmbre","p":28,"s":55,"h":1,"dP":1,"t":0,"uu":"thomas t. toad|rmbre","m":"bestiary/tokens/RMBRE/Thomas T. Toad.webp","n":"Thomas T. Toad"},{"id":2977,"c":1,"u":"tommy%20two-butts_rmbre","p":18,"s":55,"h":1,"dP":1,"t":0,"uu":"tommy two-butts|rmbre","m":"bestiary/tokens/RMBRE/Tommy Two-Butts.webp","n":"Tommy Two-Butts"},{"id":2978,"c":1,"u":"animated%20tile%20chimera_rot","p":42,"s":56,"h":1,"t":0,"uu":"animated tile chimera|rot","m":"bestiary/tokens/RoT/Animated Tile Chimera.webp","n":"Animated Tile Chimera"},{"id":2979,"c":1,"u":"aquatic%20troll_rot","p":36,"s":56,"h":1,"t":0,"uu":"aquatic troll|rot","m":"bestiary/tokens/RoT/Aquatic Troll.webp","n":"Aquatic Troll"},{"id":2980,"c":1,"u":"carnivorous%20flower_rot","p":67,"s":56,"h":1,"t":0,"uu":"carnivorous flower|rot","m":"bestiary/tokens/RoT/Carnivorous Flower.webp","n":"Carnivorous Flower"},{"id":2981,"c":1,"u":"diderius_rot","p":40,"s":56,"h":1,"t":0,"uu":"diderius|rot","m":"bestiary/tokens/RoT/Diderius.webp","n":"Diderius"},{"id":2982,"c":1,"u":"dragonfang_rot","p":89,"s":56,"h":1,"t":0,"uu":"dragonfang|rot","m":"bestiary/tokens/RoT/Dragonfang.webp","n":"Dragonfang"},{"id":2983,"c":1,"u":"dragonsoul_rot","p":89,"s":56,"h":1,"t":0,"uu":"dragonsoul|rot","m":"bestiary/tokens/RoT/Dragonsoul.webp","n":"Dragonsoul"},{"id":2984,"c":1,"u":"galvan_rot","p":9,"s":56,"h":1,"t":0,"uu":"galvan|rot","m":"bestiary/tokens/RoT/Galvan.webp","n":"Galvan"},{"id":2985,"c":1,"u":"half-blue%20dragon%20gladiator_rot","p":55,"s":56,"h":1,"t":0,"uu":"half-blue dragon gladiator|rot","m":"bestiary/tokens/RoT/Half-Blue Dragon Gladiator.webp","n":"Half-Blue Dragon Gladiator"},{"id":2986,"c":1,"u":"half-green%20dragon%20assassin_rot","p":56,"s":56,"h":1,"t":0,"uu":"half-green dragon assassin|rot","m":"bestiary/tokens/RoT/Half-Green Dragon Assassin.webp","n":"Half-Green Dragon Assassin"},{"id":2987,"c":1,"u":"half-red%20dragon%20gladiator_rot","p":56,"s":56,"h":1,"t":0,"uu":"half-red dragon gladiator|rot","m":"bestiary/tokens/RoT/Half-Red Dragon Gladiator.webp","n":"Half-Red Dragon Gladiator"},{"id":2988,"c":1,"u":"ice%20toad_rot","p":90,"s":56,"h":1,"t":0,"uu":"ice toad|rot","m":"bestiary/tokens/RoT/Ice Toad.webp","n":"Ice Toad"},{"id":2989,"c":1,"u":"ice%20troll_rot","p":30,"s":56,"h":1,"t":0,"uu":"ice troll|rot","m":"bestiary/tokens/RoT/Ice Troll.webp","n":"Ice Troll"},{"id":2990,"c":1,"u":"iskander_rot","p":62,"s":56,"h":1,"t":0,"uu":"iskander|rot","m":"bestiary/tokens/RoT/Iskander.webp","n":"Iskander"},{"id":2991,"c":1,"u":"maccath%20the%20crimson_rot","p":33,"s":56,"h":1,"t":0,"uu":"maccath the crimson|rot","m":"bestiary/tokens/RoT/Maccath the Crimson.webp","n":"Maccath the Crimson"},{"id":2992,"c":1,"u":"marfulb_rot","p":35,"s":56,"h":1,"t":0,"uu":"marfulb|rot","m":"bestiary/tokens/RoT/Marfulb.webp","n":"Marfulb"},{"id":2993,"c":1,"u":"mend-nets_rot","p":32,"s":56,"h":1,"t":0,"uu":"mend-nets|rot","m":"bestiary/tokens/RoT/Mend-nets.webp","n":"Mend-nets"},{"id":2994,"c":1,"u":"naergoth%20bladelord_rot","p":90,"s":56,"h":1,"t":0,"uu":"naergoth bladelord|rot","m":"bestiary/tokens/RoT/Naergoth Bladelord.webp","n":"Naergoth Bladelord"},{"id":2995,"c":1,"u":"neronvain_rot","p":91,"s":56,"h":1,"t":0,"uu":"neronvain|rot","m":"bestiary/tokens/RoT/Neronvain.webp","n":"Neronvain"},{"id":2996,"c":1,"u":"paper%20whirlwind_rot","p":72,"s":56,"h":1,"t":0,"uu":"paper whirlwind|rot","m":"bestiary/tokens/RoT/Paper Whirlwind.webp","n":"Paper Whirlwind"},{"id":2997,"c":1,"u":"red%20wizard_rot","p":76,"s":56,"h":1,"t":0,"uu":"red wizard|rot","m":"bestiary/tokens/RoT/Red Wizard.webp","n":"Red Wizard"},{"id":2998,"c":1,"u":"severin_rot","p":92,"s":56,"h":1,"t":0,"uu":"severin|rot","m":"bestiary/tokens/RoT/Severin.webp","n":"Severin"},{"id":2999,"c":1,"u":"sled%20dog_rot","p":27,"s":56,"h":1,"t":0,"uu":"sled dog|rot","m":"bestiary/tokens/RoT/Sled Dog.webp","n":"Sled Dog"},{"id":3000,"c":1,"u":"snake%20horror_rot","p":46,"s":56,"h":1,"t":0,"uu":"snake horror|rot","m":"bestiary/tokens/RoT/Snake Horror.webp","n":"Snake Horror"},{"id":3001,"c":1,"u":"tiamat_rot","p":92,"s":56,"h":1,"t":0,"uu":"tiamat|rot","m":"bestiary/tokens/RoT/Tiamat.webp","n":"Tiamat"},{"id":3002,"c":1,"u":"varram_rot","p":9,"s":56,"h":1,"t":0,"uu":"varram|rot","m":"bestiary/tokens/RoT/Varram.webp","n":"Varram"},{"id":3003,"c":1,"u":"archaic_scc","p":184,"s":57,"h":1,"t":0,"uu":"archaic|scc","m":"bestiary/tokens/SCC/Archaic.webp","n":"Archaic"},{"id":3004,"c":1,"u":"art%20elemental%20mascot_scc","p":185,"s":57,"h":1,"t":0,"uu":"art elemental mascot|scc","m":"bestiary/tokens/SCC/Art Elemental Mascot.webp","n":"Art Elemental Mascot"},{"id":3005,"c":1,"u":"beledros%20witherbloom_scc","p":186,"s":57,"h":1,"t":0,"uu":"beledros witherbloom|scc","m":"bestiary/tokens/SCC/Beledros Witherbloom.webp","n":"Beledros Witherbloom"},{"id":3006,"c":1,"u":"brackish%20trudge_scc","p":187,"s":57,"h":1,"t":0,"uu":"brackish trudge|scc","m":"bestiary/tokens/SCC/Brackish Trudge.webp","n":"Brackish Trudge"},{"id":3007,"c":1,"u":"cogwork%20archivist_scc","p":188,"s":57,"h":1,"t":0,"uu":"cogwork archivist|scc","m":"bestiary/tokens/SCC/Cogwork Archivist.webp","n":"Cogwork Archivist"},{"id":3008,"c":1,"u":"daemogoth_scc","p":189,"s":57,"h":1,"t":0,"uu":"daemogoth|scc","m":"bestiary/tokens/SCC/Daemogoth.webp","n":"Daemogoth"},{"id":3009,"c":1,"u":"daemogoth%20titan_scc","p":190,"s":57,"h":1,"t":0,"uu":"daemogoth titan|scc","m":"bestiary/tokens/SCC/Daemogoth Titan.webp","n":"Daemogoth Titan"},{"id":3010,"c":1,"u":"first-year%20student_scc","p":191,"s":57,"h":1,"t":0,"uu":"first-year student|scc","m":"bestiary/tokens/SCC/First-Year Student.webp","n":"First-Year Student"},{"id":3011,"c":1,"u":"fractal%20mascot_scc","p":192,"s":57,"h":1,"t":0,"uu":"fractal mascot|scc","m":"bestiary/tokens/SCC/Fractal Mascot.webp","n":"Fractal Mascot"},{"id":3012,"c":1,"u":"galazeth%20prismari_scc","p":193,"s":57,"h":1,"t":0,"uu":"galazeth prismari|scc","m":"bestiary/tokens/SCC/Galazeth Prismari.webp","n":"Galazeth Prismari"},{"id":3013,"c":1,"u":"groff_scc","p":194,"s":57,"h":1,"t":0,"uu":"groff|scc","m":"bestiary/tokens/SCC/Groff.webp","n":"Groff"},{"id":3014,"c":1,"u":"inkling%20mascot_scc","p":195,"s":57,"h":1,"t":0,"uu":"inkling mascot|scc","m":"bestiary/tokens/SCC/Inkling Mascot.webp","n":"Inkling Mascot"},{"id":3015,"c":1,"u":"lorehold%20apprentice_scc","p":197,"s":57,"h":1,"t":0,"uu":"lorehold apprentice|scc","m":"bestiary/tokens/SCC/Lorehold Apprentice.webp","n":"Lorehold Apprentice"},{"id":3016,"c":1,"u":"lorehold%20pledgemage_scc","p":197,"s":57,"h":1,"t":0,"uu":"lorehold pledgemage|scc","m":"bestiary/tokens/SCC/Lorehold Pledgemage.webp","n":"Lorehold Pledgemage"},{"id":3017,"c":1,"u":"lorehold%20professor%20of%20chaos_scc","p":198,"s":57,"h":1,"t":0,"uu":"lorehold professor of chaos|scc","m":"bestiary/tokens/SCC/Lorehold Professor of Chaos.webp","n":"Lorehold Professor of Chaos"},{"id":3018,"c":1,"u":"lorehold%20professor%20of%20order_scc","p":198,"s":57,"h":1,"t":0,"uu":"lorehold professor of order|scc","m":"bestiary/tokens/SCC/Lorehold Professor of Order.webp","n":"Lorehold Professor of Order"},{"id":3019,"c":1,"u":"mage%20hunter_scc","p":199,"s":57,"h":1,"t":0,"uu":"mage hunter|scc","m":"bestiary/tokens/SCC/Mage Hunter.webp","n":"Mage Hunter"},{"id":3020,"c":1,"u":"murgaxor_scc","p":180,"s":57,"h":1,"t":0,"uu":"murgaxor|scc","m":"bestiary/tokens/SCC/Murgaxor.webp","n":"Murgaxor"},{"id":3021,"c":1,"u":"oracle%20of%20strixhaven_scc","p":200,"s":57,"h":1,"t":0,"uu":"oracle of strixhaven|scc","m":"bestiary/tokens/SCC/Oracle of Strixhaven.webp","n":"Oracle of Strixhaven"},{"id":3022,"c":1,"u":"oriq%20blood%20mage_scc","p":201,"s":57,"h":1,"t":0,"uu":"oriq blood mage|scc","m":"bestiary/tokens/SCC/Oriq Blood Mage.webp","n":"Oriq Blood Mage"},{"id":3023,"c":1,"u":"oriq%20recruiter_scc","p":202,"s":57,"h":1,"t":0,"uu":"oriq recruiter|scc","m":"bestiary/tokens/SCC/Oriq Recruiter.webp","n":"Oriq Recruiter"},{"id":3024,"c":1,"u":"pest%20mascot_scc","p":203,"s":57,"h":1,"t":0,"uu":"pest mascot|scc","m":"bestiary/tokens/SCC/Pest Mascot.webp","n":"Pest Mascot"},{"id":3025,"c":1,"u":"prismari%20apprentice_scc","p":205,"s":57,"h":1,"t":0,"uu":"prismari apprentice|scc","m":"bestiary/tokens/SCC/Prismari Apprentice.webp","n":"Prismari Apprentice"},{"id":3026,"c":1,"u":"prismari%20pledgemage_scc","p":205,"s":57,"h":1,"t":0,"uu":"prismari pledgemage|scc","m":"bestiary/tokens/SCC/Prismari Pledgemage.webp","n":"Prismari Pledgemage"},{"id":3027,"c":1,"u":"prismari%20professor%20of%20expression_scc","p":206,"s":57,"h":1,"t":0,"uu":"prismari professor of expression|scc","m":"bestiary/tokens/SCC/Prismari Professor of Expression.webp","n":"Prismari Professor of Expression"},{"id":3028,"c":1,"u":"prismari%20professor%20of%20perfection_scc","p":206,"s":57,"h":1,"t":0,"uu":"prismari professor of perfection|scc","m":"bestiary/tokens/SCC/Prismari Professor of Perfection.webp","n":"Prismari Professor of Perfection"},{"id":3029,"c":1,"u":"quandrix%20apprentice_scc","p":208,"s":57,"h":1,"t":0,"uu":"quandrix apprentice|scc","m":"bestiary/tokens/SCC/Quandrix Apprentice.webp","n":"Quandrix Apprentice"},{"id":3030,"c":1,"u":"quandrix%20pledgemage_scc","p":208,"s":57,"h":1,"t":0,"uu":"quandrix pledgemage|scc","m":"bestiary/tokens/SCC/Quandrix Pledgemage.webp","n":"Quandrix Pledgemage"},{"id":3031,"c":1,"u":"quandrix%20professor%20of%20substance_scc","p":209,"s":57,"h":1,"t":0,"uu":"quandrix professor of substance|scc","m":"bestiary/tokens/SCC/Quandrix Professor of Substance.webp","n":"Quandrix Professor of Substance"},{"id":3032,"c":1,"u":"quandrix%20professor%20of%20theory_scc","p":209,"s":57,"h":1,"t":0,"uu":"quandrix professor of theory|scc","m":"bestiary/tokens/SCC/Quandrix Professor of Theory.webp","n":"Quandrix Professor of Theory"},{"id":3033,"c":1,"u":"relic%20sloth_scc","p":210,"s":57,"h":1,"t":0,"uu":"relic sloth|scc","m":"bestiary/tokens/SCC/Relic Sloth.webp","n":"Relic Sloth"},{"id":3034,"c":1,"u":"ruin%20grinder_scc","p":211,"s":57,"h":1,"t":0,"uu":"ruin grinder|scc","m":"bestiary/tokens/SCC/Ruin Grinder.webp","n":"Ruin Grinder"},{"id":3035,"c":1,"u":"scufflecup%20teacup_scc","p":159,"s":57,"h":1,"t":0,"uu":"scufflecup teacup|scc","m":"bestiary/tokens/SCC/Scufflecup Teacup.webp","n":"Scufflecup Teacup"},{"id":3036,"c":1,"u":"shadrix%20silverquill_scc","p":212,"s":57,"h":1,"t":0,"uu":"shadrix silverquill|scc","m":"bestiary/tokens/SCC/Shadrix Silverquill.webp","n":"Shadrix Silverquill"},{"id":3037,"c":1,"u":"silverquill%20apprentice_scc","p":214,"s":57,"h":1,"t":0,"uu":"silverquill apprentice|scc","m":"bestiary/tokens/SCC/Silverquill Apprentice.webp","n":"Silverquill Apprentice"},{"id":3038,"c":1,"u":"silverquill%20pledgemage_scc","p":214,"s":57,"h":1,"t":0,"uu":"silverquill pledgemage|scc","m":"bestiary/tokens/SCC/Silverquill Pledgemage.webp","n":"Silverquill Pledgemage"},{"id":3039,"c":1,"u":"silverquill%20professor%20of%20radiance_scc","p":215,"s":57,"h":1,"t":0,"uu":"silverquill professor of radiance|scc","m":"bestiary/tokens/SCC/Silverquill Professor of Radiance.webp","n":"Silverquill Professor of Radiance"},{"id":3040,"c":1,"u":"silverquill%20professor%20of%20shadow_scc","p":215,"s":57,"h":1,"t":0,"uu":"silverquill professor of shadow|scc","m":"bestiary/tokens/SCC/Silverquill Professor of Shadow.webp","n":"Silverquill Professor of Shadow"},{"id":3041,"c":1,"u":"spirit%20statue%20mascot_scc","p":216,"s":57,"h":1,"t":0,"uu":"spirit statue mascot|scc","m":"bestiary/tokens/SCC/Spirit Statue Mascot.webp","n":"Spirit Statue Mascot"},{"id":3042,"c":1,"u":"strixhaven%20campus%20guide_scc","p":217,"s":57,"h":1,"t":0,"uu":"strixhaven campus guide|scc","m":"bestiary/tokens/SCC/Strixhaven Campus Guide.webp","n":"Strixhaven Campus Guide"},{"id":3043,"c":1,"u":"tanazir%20quandrix_scc","p":218,"s":57,"h":1,"t":0,"uu":"tanazir quandrix|scc","m":"bestiary/tokens/SCC/Tanazir Quandrix.webp","n":"Tanazir Quandrix"},{"id":3044,"c":1,"u":"velomachus%20lorehold_scc","p":219,"s":57,"h":1,"t":0,"uu":"velomachus lorehold|scc","m":"bestiary/tokens/SCC/Velomachus Lorehold.webp","n":"Velomachus Lorehold"},{"id":3045,"c":1,"u":"witherbloom%20apprentice_scc","p":221,"s":57,"h":1,"t":0,"uu":"witherbloom apprentice|scc","m":"bestiary/tokens/SCC/Witherbloom Apprentice.webp","n":"Witherbloom Apprentice"},{"id":3046,"c":1,"u":"witherbloom%20pledgemage_scc","p":222,"s":57,"h":1,"t":0,"uu":"witherbloom pledgemage|scc","m":"bestiary/tokens/SCC/Witherbloom Pledgemage.webp","n":"Witherbloom Pledgemage"},{"id":3047,"c":1,"u":"witherbloom%20professor%20of%20decay_scc","p":223,"s":57,"h":1,"t":0,"uu":"witherbloom professor of decay|scc","m":"bestiary/tokens/SCC/Witherbloom Professor of Decay.webp","n":"Witherbloom Professor of Decay"},{"id":3048,"c":1,"u":"witherbloom%20professor%20of%20growth_scc","p":223,"s":57,"h":1,"t":0,"uu":"witherbloom professor of growth|scc","m":"bestiary/tokens/SCC/Witherbloom Professor of Growth.webp","n":"Witherbloom Professor of Growth"},{"id":3049,"c":1,"u":"y'demi_scc","p":172,"s":57,"h":1,"t":0,"uu":"y'demi|scc","m":"bestiary/tokens/SCC/Y'demi.webp","n":"Y'demi"},{"id":3050,"c":1,"u":"expert_sdw","s":58,"h":1,"t":0,"uu":"expert|sdw","m":"bestiary/tokens/SDW/Expert.webp","n":"Expert"},{"id":3051,"c":1,"u":"giant%20shark%20skeleton_sdw","s":58,"h":1,"t":0,"uu":"giant shark skeleton|sdw","m":"bestiary/tokens/SDW/Giant Shark Skeleton.webp","n":"Giant Shark Skeleton"},{"id":3052,"c":1,"u":"lhammaruntosz_sdw","s":58,"h":1,"t":0,"uu":"lhammaruntosz|sdw","m":"bestiary/tokens/SDW/Lhammaruntosz.webp","n":"Lhammaruntosz"},{"id":3053,"c":1,"u":"spellcaster%20(healer)_sdw","s":58,"h":1,"t":0,"uu":"spellcaster (healer)|sdw","m":"bestiary/tokens/SDW/Spellcaster (Healer).webp","n":"Spellcaster (Healer)"},{"id":3054,"c":1,"u":"spellcaster%20(mage)_sdw","s":58,"h":1,"t":0,"uu":"spellcaster (mage)|sdw","m":"bestiary/tokens/SDW/Spellcaster (Mage).webp","n":"Spellcaster (Mage)"},{"id":3055,"c":1,"u":"warrior_sdw","s":58,"h":1,"t":0,"uu":"warrior|sdw","m":"bestiary/tokens/SDW/Warrior.webp","n":"Warrior"},{"id":3056,"c":1,"u":"aarakocra%20simulacrum_skt","p":188,"s":59,"h":1,"t":0,"uu":"aarakocra simulacrum|skt","m":"bestiary/tokens/SKT/Aarakocra Simulacrum.webp","n":"Aarakocra Simulacrum"},{"id":3057,"c":1,"u":"alastrah_skt","p":197,"s":59,"h":1,"t":0,"uu":"alastrah|skt","m":"bestiary/tokens/SKT/Alastrah.webp","n":"Alastrah"},{"id":3058,"c":1,"u":"augrek%20brighthelm_skt","p":247,"s":59,"h":1,"t":0,"uu":"augrek brighthelm|skt","m":"bestiary/tokens/SKT/Augrek Brighthelm.webp","n":"Augrek Brighthelm"},{"id":3059,"c":1,"u":"axe%20of%20mirabar%20soldier_skt","p":98,"s":59,"h":1,"t":0,"uu":"axe of mirabar soldier|skt","m":"bestiary/tokens/SKT/Axe of Mirabar Soldier.webp","n":"Axe of Mirabar Soldier"},{"id":3060,"c":1,"u":"beldora_skt","p":249,"s":59,"h":1,"t":0,"uu":"beldora|skt","m":"bestiary/tokens/SKT/Beldora.webp","n":"Beldora"},{"id":3061,"c":1,"u":"braxow_skt","p":207,"s":59,"h":1,"t":0,"uu":"braxow|skt","m":"bestiary/tokens/SKT/Braxow.webp","n":"Braxow"},{"id":3062,"c":1,"u":"chief%20guh_skt","p":140,"s":59,"h":1,"t":0,"uu":"chief guh|skt","m":"bestiary/tokens/SKT/Chief Guh.webp","n":"Chief Guh"},{"id":3063,"c":1,"u":"chief%20kartha-kaya_skt","p":173,"s":59,"h":1,"t":0,"uu":"chief kartha-kaya|skt","m":"bestiary/tokens/SKT/Chief Kartha-Kaya.webp","n":"Chief Kartha-Kaya"},{"id":3064,"c":1,"u":"cinderhild_skt","p":182,"s":59,"h":1,"t":0,"uu":"cinderhild|skt","m":"bestiary/tokens/SKT/Cinderhild.webp","n":"Cinderhild"},{"id":3065,"c":1,"u":"claugiyliamatar_skt","p":96,"s":59,"h":1,"t":0,"uu":"claugiyliamatar|skt","m":"bestiary/tokens/SKT/Claugiyliamatar.webp","n":"Claugiyliamatar"},{"id":3066,"c":1,"u":"clockwork%20mule_skt","p":162,"s":59,"h":1,"t":0,"uu":"clockwork mule|skt","m":"bestiary/tokens/SKT/Clockwork Mule.webp","n":"Clockwork Mule"},{"id":3067,"c":1,"u":"cog_skt","p":209,"s":59,"h":1,"t":0,"uu":"cog|skt","m":"bestiary/tokens/SKT/Cog.webp","n":"Cog"},{"id":3068,"c":1,"u":"count%20thullen_skt","p":198,"s":59,"h":1,"t":0,"uu":"count thullen|skt","m":"bestiary/tokens/SKT/Count Thullen.webp","n":"Count Thullen"},{"id":3069,"c":1,"u":"countess%20sansuri_skt","p":192,"s":59,"h":1,"t":0,"uu":"countess sansuri|skt","m":"bestiary/tokens/SKT/Countess Sansuri.webp","n":"Countess Sansuri"},{"id":3070,"c":1,"u":"crag%20cat_skt","p":240,"s":59,"h":1,"t":0,"uu":"crag cat|skt","m":"bestiary/tokens/SKT/Crag Cat.webp","n":"Crag Cat"},{"id":3071,"c":1,"u":"cressaro_skt","p":193,"s":59,"h":1,"t":0,"uu":"cressaro|skt","m":"bestiary/tokens/SKT/Cressaro.webp","n":"Cressaro"},{"id":3072,"c":1,"u":"cryovain_skt","p":165,"s":59,"h":1,"t":0,"uu":"cryovain|skt","m":"bestiary/tokens/SKT/Cryovain.webp","n":"Cryovain"},{"id":3073,"c":1,"u":"darathra%20shendrel_skt","p":253,"s":59,"h":1,"t":0,"uu":"darathra shendrel|skt","m":"bestiary/tokens/SKT/Darathra Shendrel.webp","n":"Darathra Shendrel"},{"id":3074,"c":1,"u":"darz%20helgar_skt","p":253,"s":59,"h":1,"t":0,"uu":"darz helgar|skt","m":"bestiary/tokens/SKT/Darz Helgar.webp","n":"Darz Helgar"},{"id":3075,"c":1,"u":"deadstone%20cleft%20stone%20giant_skt","p":146,"s":59,"h":1,"t":0,"uu":"deadstone cleft stone giant|skt","m":"bestiary/tokens/SKT/Deadstone Cleft Stone Giant.webp","n":"Deadstone Cleft Stone Giant"},{"id":3076,"c":1,"u":"duchess%20brimskarda_skt","p":185,"s":59,"h":1,"t":0,"uu":"duchess brimskarda|skt","m":"bestiary/tokens/SKT/Duchess Brimskarda.webp","n":"Duchess Brimskarda"},{"id":3077,"c":1,"u":"duke%20zalto_skt","p":184,"s":59,"h":1,"t":0,"uu":"duke zalto|skt","m":"bestiary/tokens/SKT/Duke Zalto.webp","n":"Duke Zalto"},{"id":3078,"c":1,"u":"duvessa%20shane_skt","p":248,"s":59,"h":1,"t":0,"uu":"duvessa shane|skt","m":"bestiary/tokens/SKT/Duvessa Shane.webp","n":"Duvessa Shane"},{"id":3079,"c":1,"u":"eigeron's%20ghost_skt","p":129,"s":59,"h":1,"t":0,"uu":"eigeron's ghost|skt","m":"bestiary/tokens/SKT/Eigeron's Ghost.webp","n":"Eigeron's Ghost"},{"id":3080,"c":1,"u":"elister_skt","p":154,"s":59,"h":1,"t":0,"uu":"elister|skt","m":"bestiary/tokens/SKT/Elister.webp","n":"Elister"},{"id":3081,"c":1,"u":"felbarren%20dwarf_skt","p":79,"s":59,"h":1,"t":0,"uu":"felbarren dwarf|skt","m":"bestiary/tokens/SKT/Felbarren Dwarf.webp","n":"Felbarren Dwarf"},{"id":3082,"c":1,"u":"felgolos_skt","p":192,"s":59,"h":1,"t":0,"uu":"felgolos|skt","m":"bestiary/tokens/SKT/Felgolos.webp","n":"Felgolos"},{"id":3083,"c":1,"u":"ghelryn%20foehammer_skt","p":255,"s":59,"h":1,"t":0,"uu":"ghelryn foehammer|skt","m":"bestiary/tokens/SKT/Ghelryn Foehammer.webp","n":"Ghelryn Foehammer"},{"id":3084,"c":1,"u":"giant%20raven_skt","p":66,"s":59,"h":1,"t":0,"uu":"giant raven|skt","m":"bestiary/tokens/SKT/Giant Raven.webp","n":"Giant Raven"},{"id":3085,"c":1,"u":"great%20chief%20halric%20bonesnapper_skt","p":89,"s":59,"h":1,"t":0,"uu":"great chief halric bonesnapper|skt","m":"bestiary/tokens/SKT/Great Chief Halric Bonesnapper.webp","n":"Great Chief Halric Bonesnapper"},{"id":3086,"c":1,"u":"harshnag_skt","p":120,"s":59,"h":1,"t":0,"uu":"harshnag|skt","m":"bestiary/tokens/SKT/Harshnag.webp","n":"Harshnag"},{"id":3087,"c":1,"u":"hellenhild_skt","p":207,"s":59,"h":1,"t":0,"uu":"hellenhild|skt","m":"bestiary/tokens/SKT/Hellenhild.webp","n":"Hellenhild"},{"id":3088,"c":1,"u":"huge%20stone%20golem_skt","p":153,"s":59,"h":1,"t":0,"uu":"huge stone golem|skt","m":"bestiary/tokens/SKT/Huge Stone Golem.webp","n":"Huge Stone Golem"},{"id":3089,"c":1,"u":"hulking%20crab_skt","p":240,"s":59,"h":1,"t":0,"uu":"hulking crab|skt","m":"bestiary/tokens/SKT/Hulking Crab.webp","n":"Hulking Crab"},{"id":3090,"c":1,"u":"hydia%20moonmusk_skt","p":148,"s":59,"h":1,"t":0,"uu":"hydia moonmusk|skt","m":"bestiary/tokens/SKT/Hydia Moonmusk.webp","n":"Hydia Moonmusk"},{"id":3091,"c":1,"u":"ice%20spider_skt","p":127,"s":59,"h":1,"t":0,"uu":"ice spider|skt","m":"bestiary/tokens/SKT/Ice Spider.webp","n":"Ice Spider"},{"id":3092,"c":1,"u":"ice%20spider%20queen_skt","p":128,"s":59,"h":1,"t":0,"uu":"ice spider queen|skt","m":"bestiary/tokens/SKT/Ice Spider Queen.webp","n":"Ice Spider Queen"},{"id":3093,"c":1,"u":"imperator%20uthor_skt","p":209,"s":59,"h":1,"t":0,"uu":"imperator uthor|skt","m":"bestiary/tokens/SKT/Imperator Uthor.webp","n":"Imperator Uthor"},{"id":3094,"c":1,"u":"isendraug_skt","p":164,"s":59,"h":1,"t":0,"uu":"isendraug|skt","m":"bestiary/tokens/SKT/Isendraug.webp","n":"Isendraug"},{"id":3095,"c":1,"u":"iymrith_skt","p":241,"s":59,"h":1,"t":0,"uu":"iymrith|skt","m":"bestiary/tokens/SKT/Iymrith.webp","n":"Iymrith"},{"id":3096,"c":1,"u":"jarl%20storvald_skt","p":165,"s":59,"h":1,"t":0,"uu":"jarl storvald|skt","m":"bestiary/tokens/SKT/Jarl Storvald.webp","n":"Jarl Storvald"},{"id":3097,"c":1,"u":"jasper%20dimmerchasm_skt","p":184,"s":59,"h":1,"t":0,"uu":"jasper dimmerchasm|skt","m":"bestiary/tokens/SKT/Jasper Dimmerchasm.webp","n":"Jasper Dimmerchasm"},{"id":3098,"c":1,"u":"kaaltar_skt","p":197,"s":59,"h":1,"t":0,"uu":"kaaltar|skt","m":"bestiary/tokens/SKT/Kaaltar.webp","n":"Kaaltar"},{"id":3099,"c":1,"u":"kella%20darkhope_skt","p":25,"s":59,"h":1,"t":0,"uu":"kella darkhope|skt","m":"bestiary/tokens/SKT/Kella Darkhope.webp","n":"Kella Darkhope"},{"id":3100,"c":1,"u":"khaspere%20drylund_skt","p":216,"s":59,"h":1,"t":0,"uu":"khaspere drylund|skt","m":"bestiary/tokens/SKT/Khaspere Drylund.webp","n":"Khaspere Drylund"},{"id":3101,"c":1,"u":"king%20hekaton_skt","p":222,"s":59,"h":1,"t":0,"uu":"king hekaton|skt","m":"bestiary/tokens/SKT/King Hekaton.webp","n":"King Hekaton"},{"id":3102,"c":1,"u":"klauth_skt","p":95,"s":59,"h":1,"t":0,"uu":"klauth|skt","m":"bestiary/tokens/SKT/Klauth.webp","n":"Klauth"},{"id":3103,"c":1,"u":"knight%20of%20the%20mithral%20shield_skt","p":79,"s":59,"h":1,"t":0,"uu":"knight of the mithral shield|skt","m":"bestiary/tokens/SKT/Knight of the Mithral Shield.webp","n":"Knight of the Mithral Shield"},{"id":3104,"c":1,"u":"lifferlas_skt","p":250,"s":59,"h":1,"t":0,"uu":"lifferlas|skt","m":"bestiary/tokens/SKT/Lifferlas.webp","n":"Lifferlas"},{"id":3105,"c":1,"u":"maegera%20the%20dawn%20titan_skt","p":241,"s":59,"h":1,"t":0,"uu":"maegera the dawn titan|skt","m":"bestiary/tokens/SKT/Maegera the Dawn Titan.webp","n":"Maegera the Dawn Titan"},{"id":3106,"c":1,"u":"markham%20southwell_skt","p":248,"s":59,"h":1,"t":0,"uu":"markham southwell|skt","m":"bestiary/tokens/SKT/Markham Southwell.webp","n":"Markham Southwell"},{"id":3107,"c":1,"u":"miros%20xelbrin_skt","p":251,"s":59,"h":1,"t":0,"uu":"miros xelbrin|skt","m":"bestiary/tokens/SKT/Miros Xelbrin.webp","n":"Miros Xelbrin"},{"id":3108,"c":1,"u":"mirran_skt","p":207,"s":59,"h":1,"t":0,"uu":"mirran|skt","m":"bestiary/tokens/SKT/Mirran.webp","n":"Mirran"},{"id":3109,"c":1,"u":"morak%20ur'gray_skt","p":31,"s":59,"h":1,"t":0,"uu":"morak ur'gray|skt","m":"bestiary/tokens/SKT/Morak Ur'gray.webp","n":"Morak Ur'gray"},{"id":3110,"c":1,"u":"narbeck%20horn_skt","p":114,"s":59,"h":1,"t":0,"uu":"narbeck horn|skt","m":"bestiary/tokens/SKT/Narbeck Horn.webp","n":"Narbeck Horn"},{"id":3111,"c":1,"u":"narth%20tezrin_skt","p":254,"s":59,"h":1,"t":0,"uu":"narth tezrin|skt","m":"bestiary/tokens/SKT/Narth Tezrin.webp","n":"Narth Tezrin"},{"id":3112,"c":1,"u":"naxene%20drathkala_skt","p":252,"s":59,"h":1,"t":0,"uu":"naxene drathkala|skt","m":"bestiary/tokens/SKT/Naxene Drathkala.webp","n":"Naxene Drathkala"},{"id":3113,"c":1,"u":"nimir_skt","p":256,"s":59,"h":1,"t":0,"uu":"nimir|skt","m":"bestiary/tokens/SKT/Nimir.webp","n":"Nimir"},{"id":3114,"c":1,"u":"noori_skt","p":127,"s":59,"h":1,"t":0,"uu":"noori|skt","m":"bestiary/tokens/SKT/Noori.webp","n":"Noori"},{"id":3115,"c":1,"u":"nym_skt","p":207,"s":59,"h":1,"t":0,"uu":"nym|skt","m":"bestiary/tokens/SKT/Nym.webp","n":"Nym"},{"id":3116,"c":1,"u":"ogre%20goblin%20hucker_skt","p":50,"s":59,"h":1,"t":0,"uu":"ogre goblin hucker|skt","m":"bestiary/tokens/SKT/Ogre Goblin Hucker.webp","n":"Ogre Goblin Hucker"},{"id":3117,"c":1,"u":"oren%20yogilvy_skt","p":252,"s":59,"h":1,"t":0,"uu":"oren yogilvy|skt","m":"bestiary/tokens/SKT/Oren Yogilvy.webp","n":"Oren Yogilvy"},{"id":3118,"c":1,"u":"orlekto_skt","p":256,"s":59,"h":1,"t":0,"uu":"orlekto|skt","m":"bestiary/tokens/SKT/Orlekto.webp","n":"Orlekto"},{"id":3119,"c":1,"u":"orok_skt","p":115,"s":59,"h":1,"t":0,"uu":"orok|skt","m":"bestiary/tokens/SKT/Orok.webp","n":"Orok"},{"id":3120,"c":1,"u":"othovir_skt","p":255,"s":59,"h":1,"t":0,"uu":"othovir|skt","m":"bestiary/tokens/SKT/Othovir.webp","n":"Othovir"},{"id":3121,"c":1,"u":"pig_skt","p":143,"s":59,"h":1,"t":0,"uu":"pig|skt","m":"bestiary/tokens/SKT/Pig.webp","n":"Pig"},{"id":3122,"c":1,"u":"pow%20ming_skt","p":216,"s":59,"h":1,"t":0,"uu":"pow ming|skt","m":"bestiary/tokens/SKT/Pow Ming.webp","n":"Pow Ming"},{"id":3123,"c":1,"u":"princess%20serissa_skt","p":209,"s":59,"h":1,"t":0,"uu":"princess serissa|skt","m":"bestiary/tokens/SKT/Princess Serissa.webp","n":"Princess Serissa"},{"id":3124,"c":1,"u":"purple%20wormling_skt","p":242,"s":59,"h":1,"t":0,"uu":"purple wormling|skt","m":"bestiary/tokens/SKT/Purple Wormling.webp","n":"Purple Wormling"},{"id":3125,"c":1,"u":"rool_skt","p":221,"s":59,"h":1,"t":0,"uu":"rool|skt","m":"bestiary/tokens/SKT/Rool.webp","n":"Rool"},{"id":3126,"c":1,"u":"sea%20elf_skt","p":70,"s":59,"h":1,"t":0,"uu":"sea elf|skt","m":"bestiary/tokens/SKT/Sea Elf.webp","n":"Sea Elf"},{"id":3127,"c":1,"u":"shaldoor_skt","p":256,"s":59,"h":1,"t":0,"uu":"shaldoor|skt","m":"bestiary/tokens/SKT/Shaldoor.webp","n":"Shaldoor"},{"id":3128,"c":1,"u":"shalvus%20martholio_skt","p":250,"s":59,"h":1,"t":0,"uu":"shalvus martholio|skt","m":"bestiary/tokens/SKT/Shalvus Martholio.webp","n":"Shalvus Martholio"},{"id":3129,"c":1,"u":"sharda_skt","p":103,"s":59,"h":1,"t":0,"uu":"sharda|skt","m":"bestiary/tokens/SKT/Sharda.webp","n":"Sharda"},{"id":3130,"c":1,"u":"sheep_skt","p":142,"s":59,"h":1,"t":0,"uu":"sheep|skt","m":"bestiary/tokens/SKT/Sheep.webp","n":"Sheep"},{"id":3131,"c":1,"u":"shield%20dwarf%20guard_skt","p":78,"s":59,"h":1,"t":0,"uu":"shield dwarf guard|skt","m":"bestiary/tokens/SKT/Shield Dwarf Guard.webp","n":"Shield Dwarf Guard"},{"id":3132,"c":1,"u":"shield%20dwarf%20noble_skt","p":78,"s":59,"h":1,"t":0,"uu":"shield dwarf noble|skt","m":"bestiary/tokens/SKT/Shield Dwarf Noble.webp","n":"Shield Dwarf Noble"},{"id":3133,"c":1,"u":"sir%20baric%20nylef_skt","p":249,"s":59,"h":1,"t":0,"uu":"sir baric nylef|skt","m":"bestiary/tokens/SKT/Sir Baric Nylef.webp","n":"Sir Baric Nylef"},{"id":3134,"c":1,"u":"sirac%20of%20suzail_skt","p":247,"s":59,"h":1,"t":0,"uu":"sirac of suzail|skt","m":"bestiary/tokens/SKT/Sirac of Suzail.webp","n":"Sirac of Suzail"},{"id":3135,"c":1,"u":"slarkrethel_skt","p":224,"s":59,"h":1,"t":0,"uu":"slarkrethel|skt","m":"bestiary/tokens/SKT/Slarkrethel.webp","n":"Slarkrethel"},{"id":3136,"c":1,"u":"stone%20giant%20statue_skt","p":127,"s":59,"h":1,"t":0,"uu":"stone giant statue|skt","m":"bestiary/tokens/SKT/Stone Giant Statue.webp","n":"Stone Giant Statue"},{"id":3137,"c":1,"u":"tartha_skt","p":207,"s":59,"h":1,"t":0,"uu":"tartha|skt","m":"bestiary/tokens/SKT/Tartha.webp","n":"Tartha"},{"id":3138,"c":1,"u":"tau_skt","p":103,"s":59,"h":1,"t":0,"uu":"tau|skt","m":"bestiary/tokens/SKT/Tau.webp","n":"Tau"},{"id":3139,"c":1,"u":"thane%20kayalithica_skt","p":153,"s":59,"h":1,"t":0,"uu":"thane kayalithica|skt","m":"bestiary/tokens/SKT/Thane Kayalithica.webp","n":"Thane Kayalithica"},{"id":3140,"c":1,"u":"the%20weevil_skt","p":114,"s":59,"h":1,"t":0,"uu":"the weevil|skt","m":"bestiary/tokens/SKT/The Weevil.webp","n":"The Weevil"},{"id":3141,"c":1,"u":"tholtz%20daggerdark_skt","p":221,"s":59,"h":1,"t":0,"uu":"tholtz daggerdark|skt","m":"bestiary/tokens/SKT/Tholtz Daggerdark.webp","n":"Tholtz Daggerdark"},{"id":3142,"c":1,"u":"thunderbeast%20skeleton_skt","p":99,"s":59,"h":1,"t":0,"uu":"thunderbeast skeleton|skt","m":"bestiary/tokens/SKT/Thunderbeast Skeleton.webp","n":"Thunderbeast Skeleton"},{"id":3143,"c":1,"u":"tressym_skt","p":242,"s":59,"h":1,"t":0,"uu":"tressym|skt","m":"bestiary/tokens/SKT/Tressym.webp","n":"Tressym"},{"id":3144,"c":1,"u":"tug_skt","p":209,"s":59,"h":1,"t":0,"uu":"tug|skt","m":"bestiary/tokens/SKT/Tug.webp","n":"Tug"},{"id":3145,"c":1,"u":"turlang_skt","p":107,"s":59,"h":1,"t":0,"uu":"turlang|skt","m":"bestiary/tokens/SKT/Turlang.webp","n":"Turlang"},{"id":3146,"c":1,"u":"urgala%20meltimer_skt","p":254,"s":59,"h":1,"t":0,"uu":"urgala meltimer|skt","m":"bestiary/tokens/SKT/Urgala Meltimer.webp","n":"Urgala Meltimer"},{"id":3147,"c":1,"u":"uthgardt%20barbarian%20leader_skt","p":86,"s":59,"h":1,"t":0,"uu":"uthgardt barbarian leader|skt","m":"bestiary/tokens/SKT/Uthgardt Barbarian Leader.webp","n":"Uthgardt Barbarian Leader"},{"id":3148,"c":1,"u":"uthgardt%20shaman_skt","p":243,"s":59,"h":1,"t":0,"uu":"uthgardt shaman|skt","m":"bestiary/tokens/SKT/Uthgardt Shaman.webp","n":"Uthgardt Shaman"},{"id":3149,"c":1,"u":"vaal_skt","p":207,"s":59,"h":1,"t":0,"uu":"vaal|skt","m":"bestiary/tokens/SKT/Vaal.webp","n":"Vaal"},{"id":3150,"c":1,"u":"vaasha_skt","p":256,"s":59,"h":1,"t":0,"uu":"vaasha|skt","m":"bestiary/tokens/SKT/Vaasha.webp","n":"Vaasha"},{"id":3151,"c":1,"u":"wiri%20fleagol_skt","p":176,"s":59,"h":1,"t":0,"uu":"wiri fleagol|skt","m":"bestiary/tokens/SKT/Wiri Fleagol.webp","n":"Wiri Fleagol"},{"id":3152,"c":1,"u":"wood%20elf_skt","p":28,"s":59,"h":1,"t":0,"uu":"wood elf|skt","m":"bestiary/tokens/SKT/Wood Elf.webp","n":"Wood Elf"},{"id":3153,"c":1,"u":"xolkin%20alassandar_skt","p":27,"s":59,"h":1,"t":0,"uu":"xolkin alassandar|skt","m":"bestiary/tokens/SKT/Xolkin Alassandar.webp","n":"Xolkin Alassandar"},{"id":3154,"c":1,"u":"yak_skt","p":172,"s":59,"h":1,"t":0,"uu":"yak|skt","m":"bestiary/tokens/SKT/Yak.webp","n":"Yak"},{"id":3155,"c":1,"u":"yakfolk%20priest_skt","p":245,"s":59,"h":1,"t":0,"uu":"yakfolk priest|skt","m":"bestiary/tokens/SKT/Yakfolk Priest.webp","n":"Yakfolk Priest"},{"id":3156,"c":1,"u":"yakfolk%20warrior_skt","p":244,"s":59,"h":1,"t":0,"uu":"yakfolk warrior|skt","m":"bestiary/tokens/SKT/Yakfolk Warrior.webp","n":"Yakfolk Warrior"},{"id":3157,"c":1,"u":"young%20cloud%20giant_skt","p":112,"s":59,"h":1,"t":0,"uu":"young cloud giant|skt","m":"bestiary/tokens/SKT/Young Cloud Giant.webp","n":"Young Cloud Giant"},{"id":3158,"c":1,"u":"zaltember_skt","p":180,"s":59,"h":1,"t":0,"uu":"zaltember|skt","m":"bestiary/tokens/SKT/Zaltember.webp","n":"Zaltember"},{"id":3159,"c":1,"u":"zephyros_skt","p":33,"s":59,"h":1,"t":0,"uu":"zephyros|skt","m":"bestiary/tokens/SKT/Zephyros.webp","n":"Zephyros"},{"id":3160,"c":1,"u":"zi%20liang_skt","p":251,"s":59,"h":1,"t":0,"uu":"zi liang|skt","m":"bestiary/tokens/SKT/Zi Liang.webp","n":"Zi Liang"},{"id":3161,"c":1,"u":"expert_slw","s":60,"h":1,"t":0,"uu":"expert|slw","m":"bestiary/tokens/SLW/Expert.webp","n":"Expert"},{"id":3162,"c":1,"u":"skull%20flier_slw","s":60,"h":1,"t":0,"uu":"skull flier|slw","m":"bestiary/tokens/SLW/Skull Flier.webp","n":"Skull Flier"},{"id":3163,"c":1,"u":"spellcaster%20(healer)_slw","s":60,"h":1,"t":0,"uu":"spellcaster (healer)|slw","m":"bestiary/tokens/SLW/Spellcaster (Healer).webp","n":"Spellcaster (Healer)"},{"id":3164,"c":1,"u":"spellcaster%20(mage)_slw","s":60,"h":1,"t":0,"uu":"spellcaster (mage)|slw","m":"bestiary/tokens/SLW/Spellcaster (Mage).webp","n":"Spellcaster (Mage)"},{"id":3165,"c":1,"u":"statue%20of%20talos_slw","s":60,"h":1,"t":0,"uu":"statue of talos|slw","m":"bestiary/tokens/SLW/Statue of Talos.webp","n":"Statue of Talos"},{"id":3166,"c":1,"u":"tooth-n-claw_slw","s":60,"h":1,"t":0,"uu":"tooth-n-claw|slw","m":"bestiary/tokens/SLW/Tooth-N-Claw.webp","n":"Tooth-N-Claw"},{"id":3167,"c":1,"u":"warrior_slw","s":60,"h":1,"t":0,"uu":"warrior|slw","m":"bestiary/tokens/SLW/Warrior.webp","n":"Warrior"},{"id":3168,"c":1,"u":"adranach_tdcsr","p":224,"s":61,"h":1,"dP":1,"t":0,"uu":"adranach|tdcsr","m":"bestiary/tokens/TDCSR/Adranach.webp","n":"Adranach"},{"id":3169,"c":1,"u":"ashari%20firetamer_tdcsr","p":226,"s":61,"h":1,"dP":1,"t":0,"uu":"ashari firetamer|tdcsr","m":"bestiary/tokens/TDCSR/Ashari Firetamer.webp","n":"Ashari Firetamer"},{"id":3170,"c":1,"u":"ashari%20skydancer_tdcsr","p":227,"s":61,"h":1,"dP":1,"t":0,"uu":"ashari skydancer|tdcsr","m":"bestiary/tokens/TDCSR/Ashari Skydancer.webp","n":"Ashari Skydancer"},{"id":3171,"c":1,"u":"ashari%20stoneguard_tdcsr","p":229,"s":61,"h":1,"dP":1,"t":0,"uu":"ashari stoneguard|tdcsr","m":"bestiary/tokens/TDCSR/Ashari Stoneguard.webp","n":"Ashari Stoneguard"},{"id":3172,"c":1,"u":"ashari%20waverider_tdcsr","p":230,"s":61,"h":1,"dP":1,"t":0,"uu":"ashari waverider|tdcsr","m":"bestiary/tokens/TDCSR/Ashari Waverider.webp","n":"Ashari Waverider"},{"id":3173,"c":1,"u":"black%20king_tdcsr","p":92,"s":61,"h":1,"dP":1,"t":0,"uu":"black king|tdcsr","m":"bestiary/tokens/TDCSR/Black King.webp","n":"Black King"},{"id":3174,"c":1,"u":"blighted%20sapling_tdcsr","p":172,"s":61,"h":1,"dP":1,"t":0,"uu":"blighted sapling|tdcsr","m":"bestiary/tokens/TDCSR/Blighted Sapling.webp","n":"Blighted Sapling"},{"id":3175,"c":1,"u":"centaur%20skeleton_tdcsr","p":256,"s":61,"h":1,"dP":1,"t":0,"uu":"centaur skeleton|tdcsr","m":"bestiary/tokens/TDCSR/Centaur Skeleton.webp","n":"Centaur Skeleton"},{"id":3176,"c":1,"u":"champion%20of%20ravens_tdcsr","p":275,"s":61,"h":1,"dP":1,"t":0,"uu":"champion of ravens|tdcsr","m":"bestiary/tokens/TDCSR/Champion of Ravens.webp","n":"Champion of Ravens"},{"id":3177,"c":1,"u":"champion%20of%20ravens_tdcsr","p":275,"s":61,"h":1,"dP":1,"t":0,"uu":"champion of ravens|tdcsr","m":"bestiary/tokens/TDCSR/Champion of Ravens.webp","n":"Vax'ildan"},{"id":3178,"c":1,"u":"cinderslag%20elemental_tdcsr","p":231,"s":61,"h":1,"dP":1,"t":0,"uu":"cinderslag elemental|tdcsr","m":"bestiary/tokens/TDCSR/Cinderslag Elemental.webp","n":"Cinderslag Elemental"},{"id":3179,"c":1,"u":"clasp%20cutthroat_tdcsr","p":232,"s":61,"h":1,"dP":1,"t":0,"uu":"clasp cutthroat|tdcsr","m":"bestiary/tokens/TDCSR/Clasp Cutthroat.webp","n":"Clasp Cutthroat"},{"id":3180,"c":1,"u":"clasp%20enforcer_tdcsr","p":233,"s":61,"h":1,"dP":1,"t":0,"uu":"clasp enforcer|tdcsr","m":"bestiary/tokens/TDCSR/Clasp Enforcer.webp","n":"Clasp Enforcer"},{"id":3181,"c":1,"u":"cobalt%20golem_tdcsr","p":240,"s":61,"h":1,"dP":1,"t":0,"uu":"cobalt golem|tdcsr","m":"bestiary/tokens/TDCSR/Cobalt Golem.webp","n":"Cobalt Golem"},{"id":3182,"c":1,"u":"cold%20snap%20spirit_tdcsr","p":234,"s":61,"h":1,"dP":1,"t":0,"uu":"cold snap spirit|tdcsr","m":"bestiary/tokens/TDCSR/Cold Snap Spirit.webp","n":"Cold Snap Spirit"},{"id":3183,"c":1,"u":"cyclops%20stormcaller_tdcsr","p":235,"s":61,"h":1,"dP":1,"t":0,"uu":"cyclops stormcaller|tdcsr","m":"bestiary/tokens/TDCSR/Cyclops Stormcaller.webp","n":"Cyclops Stormcaller"},{"id":3184,"c":1,"u":"demonfeed%20spider_tdcsr","p":237,"s":61,"h":1,"dP":1,"t":0,"uu":"demonfeed spider|tdcsr","m":"bestiary/tokens/TDCSR/Demonfeed Spider.webp","n":"Demonfeed Spider"},{"id":3185,"c":1,"u":"demonfeed%20spiderling_tdcsr","p":237,"s":61,"h":1,"dP":1,"t":0,"uu":"demonfeed spiderling|tdcsr","m":"bestiary/tokens/TDCSR/Demonfeed Spiderling.webp","n":"Demonfeed Spiderling"},{"id":3186,"c":1,"u":"diseased%20grick_tdcsr","p":122,"s":61,"h":1,"dP":1,"t":0,"uu":"diseased grick|tdcsr","m":"bestiary/tokens/TDCSR/Diseased Grick.webp","n":"Diseased Grick"},{"id":3187,"c":1,"u":"doty%20x_tdcsr","p":272,"s":61,"h":1,"dP":1,"t":0,"uu":"doty x|tdcsr","m":"bestiary/tokens/TDCSR/Doty X.webp","n":"Doty X"},{"id":3188,"c":1,"u":"drynna%20hydra_tdcsr","p":66,"s":61,"h":1,"dP":1,"t":0,"uu":"drynna hydra|tdcsr","m":"bestiary/tokens/TDCSR/Drynna Hydra.webp","n":"Drynna Hydra"},{"id":3189,"c":1,"u":"ember%20roc_tdcsr","p":238,"s":61,"h":1,"dP":1,"t":0,"uu":"ember roc|tdcsr","m":"bestiary/tokens/TDCSR/Ember Roc.webp","n":"Ember Roc"},{"id":3190,"c":1,"u":"flaming%20skeleton_tdcsr","p":256,"s":61,"h":1,"dP":1,"t":0,"uu":"flaming skeleton|tdcsr","m":"bestiary/tokens/TDCSR/Flaming Skeleton.webp","n":"Flaming Skeleton"},{"id":3191,"c":1,"u":"forge%20guardian_tdcsr","p":241,"s":61,"h":1,"dP":1,"t":0,"uu":"forge guardian|tdcsr","m":"bestiary/tokens/TDCSR/Forge Guardian.webp","n":"Forge Guardian"},{"id":3192,"c":1,"u":"goat-knight%20steed_tdcsr","p":246,"s":61,"h":1,"dP":1,"t":0,"uu":"goat-knight steed|tdcsr","m":"bestiary/tokens/TDCSR/Goat-Knight Steed.webp","n":"Goat-Knight Steed"},{"id":3193,"c":1,"u":"grog%20strongjaw_tdcsr","p":261,"s":61,"h":1,"dP":1,"t":0,"uu":"grog strongjaw|tdcsr","m":"bestiary/tokens/TDCSR/Grog Strongjaw.webp","n":"Grog Strongjaw"},{"id":3194,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":61,"h":1,"dP":1,"t":0,"uu":"jourrael, the caedogeist|tdcsr","m":"bestiary/tokens/TDCSR/Jourrael, the Caedogeist.webp","n":"Jourrael, the Caedogeist"},{"id":3195,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":61,"h":1,"dP":1,"t":0,"uu":"jourrael, the caedogeist|tdcsr","m":"bestiary/tokens/TDCSR/Jourrael, the Caedogeist.webp","n":"The Inevitable End"},{"id":3196,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":61,"h":1,"dP":1,"t":0,"uu":"jourrael, the caedogeist|tdcsr","m":"bestiary/tokens/TDCSR/Jourrael, the Caedogeist.webp","n":"Caedogeist"},{"id":3197,"c":1,"u":"keyleth%2c%20voice%20of%20the%20tempest_tdcsr","p":263,"s":61,"h":1,"dP":1,"t":0,"uu":"keyleth, voice of the tempest|tdcsr","m":"bestiary/tokens/TDCSR/Keyleth, Voice of the Tempest.webp","n":"Keyleth, Voice of the Tempest"},{"id":3198,"c":1,"u":"kraghammer%20goat-knight_tdcsr","p":246,"s":61,"h":1,"dP":1,"t":0,"uu":"kraghammer goat-knight|tdcsr","m":"bestiary/tokens/TDCSR/Kraghammer Goat-Knight.webp","n":"Kraghammer Goat-Knight"},{"id":3199,"c":1,"u":"mage%20hunter%20golem_tdcsr","p":242,"s":61,"h":1,"dP":1,"t":0,"uu":"mage hunter golem|tdcsr","m":"bestiary/tokens/TDCSR/Mage Hunter Golem.webp","n":"Mage Hunter Golem"},{"id":3200,"c":1,"u":"magma%20landshark_tdcsr","p":247,"s":61,"h":1,"dP":1,"t":0,"uu":"magma landshark|tdcsr","m":"bestiary/tokens/TDCSR/Magma Landshark.webp","n":"Magma Landshark"},{"id":3201,"c":1,"u":"master%20adranach_tdcsr","p":245,"s":61,"h":1,"dP":1,"t":0,"uu":"master adranach|tdcsr","m":"bestiary/tokens/TDCSR/Master Adranach.webp","n":"Master Adranach"},{"id":3202,"c":1,"u":"percival%20de%20rolo_tdcsr","p":266,"s":61,"h":1,"dP":1,"t":0,"uu":"percival de rolo|tdcsr","m":"bestiary/tokens/TDCSR/Percival de Rolo.webp","n":"Percival de Rolo"},{"id":3203,"c":1,"u":"percival%20de%20rolo_tdcsr","p":266,"s":61,"h":1,"dP":1,"t":0,"uu":"percival de rolo|tdcsr","m":"bestiary/tokens/TDCSR/Percival de Rolo.webp","n":"Lord Percival Fredrickstein von Musel Klossowski de Rolo III"},{"id":3204,"c":1,"u":"pike%20trickfoot_tdcsr","p":269,"s":61,"h":1,"dP":1,"t":0,"uu":"pike trickfoot|tdcsr","m":"bestiary/tokens/TDCSR/Pike Trickfoot.webp","n":"Pike Trickfoot"},{"id":3205,"c":1,"u":"pike%20trickfoot_tdcsr","p":269,"s":61,"h":1,"dP":1,"t":0,"uu":"pike trickfoot|tdcsr","m":"bestiary/tokens/TDCSR/Pike Trickfoot.webp","n":"Champion of Sarenrae"},{"id":3206,"c":1,"u":"plainscow_tdcsr","p":248,"s":61,"h":1,"dP":1,"t":0,"uu":"plainscow|tdcsr","m":"bestiary/tokens/TDCSR/Plainscow.webp","n":"Plainscow"},{"id":3207,"c":1,"u":"platinum%20golem_tdcsr","p":243,"s":61,"h":1,"dP":1,"t":0,"uu":"platinum golem|tdcsr","m":"bestiary/tokens/TDCSR/Platinum Golem.webp","n":"Platinum Golem"},{"id":3208,"c":1,"u":"ravager%20slaughter%20lord_tdcsr","p":250,"s":61,"h":1,"dP":1,"t":0,"uu":"ravager slaughter lord|tdcsr","m":"bestiary/tokens/TDCSR/Ravager Slaughter Lord.webp","n":"Ravager Slaughter Lord"},{"id":3209,"c":1,"u":"ravager%20stabby-stabber_tdcsr","p":250,"s":61,"h":1,"dP":1,"t":0,"uu":"ravager stabby-stabber|tdcsr","m":"bestiary/tokens/TDCSR/Ravager Stabby-Stabber.webp","n":"Ravager Stabby-Stabber"},{"id":3210,"c":1,"u":"remnant%20chosen_tdcsr","p":251,"s":61,"h":1,"dP":1,"t":0,"uu":"remnant chosen|tdcsr","m":"bestiary/tokens/TDCSR/Remnant Chosen.webp","n":"Remnant Chosen"},{"id":3211,"c":1,"u":"remnant%20cultist_tdcsr","p":252,"s":61,"h":1,"dP":1,"t":0,"uu":"remnant cultist|tdcsr","m":"bestiary/tokens/TDCSR/Remnant Cultist.webp","n":"Remnant Cultist"},{"id":3212,"c":1,"u":"rivermaw%20brawler_tdcsr","p":254,"s":61,"h":1,"dP":1,"t":0,"uu":"rivermaw brawler|tdcsr","m":"bestiary/tokens/TDCSR/Rivermaw Brawler.webp","n":"Rivermaw Brawler"},{"id":3213,"c":1,"u":"rivermaw%20stormborn_tdcsr","p":254,"s":61,"h":1,"dP":1,"t":0,"uu":"rivermaw stormborn|tdcsr","m":"bestiary/tokens/TDCSR/Rivermaw Stormborn.webp","n":"Rivermaw Stormborn"},{"id":3214,"c":1,"u":"sagacitous%20erusaire_tdcsr","p":122,"s":61,"h":1,"dP":1,"t":0,"uu":"sagacitous erusaire|tdcsr","m":"bestiary/tokens/TDCSR/Sagacitous Erusaire.webp","n":"Sagacitous Erusaire"},{"id":3215,"c":1,"u":"scanlan%20shorthalt_tdcsr","p":271,"s":61,"h":1,"dP":1,"t":0,"uu":"scanlan shorthalt|tdcsr","m":"bestiary/tokens/TDCSR/Scanlan Shorthalt.webp","n":"Scanlan Shorthalt"},{"id":3216,"c":1,"u":"taryon%20darrington_tdcsr","p":273,"s":61,"h":1,"dP":1,"t":0,"uu":"taryon darrington|tdcsr","m":"bestiary/tokens/TDCSR/Taryon Darrington.webp","n":"Taryon Darrington"},{"id":3217,"c":1,"u":"trinket_tdcsr","p":266,"s":61,"h":1,"dP":1,"t":0,"uu":"trinket|tdcsr","m":"bestiary/tokens/TDCSR/Trinket.webp","n":"Trinket"},{"id":3218,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Vex'ahlia"},{"id":3219,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Baroness of the First House of Whitestone"},{"id":3220,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Grand Mistress of the Grey Hunt"},{"id":3221,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Champion of Pelor"},{"id":3222,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Coinmistress of the Tal'Dorei Council"},{"id":3223,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Stubby"},{"id":3224,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Vex'ahlia Vessar"},{"id":3225,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Vex'ahlia de Rolo"},{"id":3226,"c":1,"u":"vos'skyriss%20serpentfolk_tdcsr","p":258,"s":61,"h":1,"dP":1,"t":0,"uu":"vos'skyriss serpentfolk|tdcsr","m":"bestiary/tokens/TDCSR/Vos'skyriss Serpentfolk.webp","n":"Vos'skyriss Serpentfolk"},{"id":3227,"c":1,"u":"vos'skyriss%20serpentfolk%20ghost_tdcsr","p":258,"s":61,"h":1,"dP":1,"t":0,"uu":"vos'skyriss serpentfolk ghost|tdcsr","m":"bestiary/tokens/TDCSR/Vos'skyriss Serpentfolk Ghost.webp","n":"Vos'skyriss Serpentfolk Ghost"},{"id":3228,"c":1,"u":"wraithroot%20tree_tdcsr","p":259,"s":61,"h":1,"dP":1,"t":0,"uu":"wraithroot tree|tdcsr","m":"bestiary/tokens/TDCSR/Wraithroot Tree.webp","n":"Wraithroot Tree"},{"id":3229,"c":1,"u":"young%20magma%20landshark_tdcsr","p":248,"s":61,"h":1,"dP":1,"t":0,"uu":"young magma landshark|tdcsr","m":"bestiary/tokens/TDCSR/Young Magma Landshark.webp","n":"Young Magma Landshark"},{"id":3230,"c":1,"u":"amphisbaena_tftyp","p":84,"s":62,"h":1,"t":0,"uu":"amphisbaena|tftyp","m":"bestiary/tokens/TftYP/Amphisbaena.webp","n":"Amphisbaena"},{"id":3231,"c":1,"u":"animated%20table_tftyp","p":230,"s":62,"h":1,"t":0,"uu":"animated table|tftyp","m":"bestiary/tokens/TftYP/Animated Table.webp","n":"Animated Table"},{"id":3232,"c":1,"u":"ashdra_tftyp","p":158,"s":62,"h":1,"t":0,"uu":"ashdra|tftyp","m":"bestiary/tokens/TftYP/Ashdra.webp","n":"Ashdra"},{"id":3233,"c":1,"u":"bandagh_tftyp","p":159,"s":62,"h":1,"t":0,"uu":"bandagh|tftyp","m":"bestiary/tokens/TftYP/Bandagh.webp","n":"Bandagh"},{"id":3234,"c":1,"u":"belak%20the%20outcast_tftyp","p":9,"s":62,"h":1,"t":0,"uu":"belak the outcast|tftyp","m":"bestiary/tokens/TftYP/Belak the Outcast.webp","n":"Belak the Outcast"},{"id":3235,"c":1,"u":"bugbear%20gardener_tftyp","p":29,"s":62,"h":1,"t":0,"uu":"bugbear gardener|tftyp","m":"bestiary/tokens/TftYP/Bugbear Gardener.webp","n":"Bugbear Gardener"},{"id":3236,"c":1,"u":"bugbear%20lieutenant_tftyp","p":173,"s":62,"h":1,"t":0,"uu":"bugbear lieutenant|tftyp","m":"bestiary/tokens/TftYP/Bugbear Lieutenant.webp","n":"Bugbear Lieutenant"},{"id":3237,"c":1,"u":"calcryx_tftyp","p":23,"s":62,"h":1,"t":0,"uu":"calcryx|tftyp","m":"bestiary/tokens/TftYP/Calcryx.webp","n":"Calcryx"},{"id":3238,"c":1,"u":"centaur%20mummy_tftyp","p":231,"s":62,"h":1,"t":0,"uu":"centaur mummy|tftyp","m":"bestiary/tokens/TftYP/Centaur Mummy.webp","n":"Centaur Mummy"},{"id":3239,"c":1,"u":"chief%20nosnra_tftyp","p":170,"s":62,"h":1,"t":0,"uu":"chief nosnra|tftyp","m":"bestiary/tokens/TftYP/Chief Nosnra.webp","n":"Chief Nosnra"},{"id":3240,"c":1,"u":"cloud%20giant%20noble_tftyp","p":206,"s":62,"h":1,"t":0,"uu":"cloud giant noble|tftyp","m":"bestiary/tokens/TftYP/Cloud Giant Noble.webp","n":"Cloud Giant Noble"},{"id":3241,"c":1,"u":"curran%20corvalin_tftyp","p":158,"s":62,"h":1,"t":0,"uu":"curran corvalin|tftyp","m":"bestiary/tokens/TftYP/Curran Corvalin.webp","n":"Curran Corvalin"},{"id":3242,"c":1,"u":"dragonpriest_tftyp","p":16,"s":62,"h":1,"t":0,"uu":"dragonpriest|tftyp","m":"bestiary/tokens/TftYP/Dragonpriest.webp","n":"Dragonpriest"},{"id":3243,"c":1,"u":"dread%20warrior_tftyp","p":233,"s":62,"h":1,"t":0,"uu":"dread warrior|tftyp","m":"bestiary/tokens/TftYP/Dread Warrior.webp","n":"Dread Warrior"},{"id":3244,"c":1,"u":"drevin_tftyp","p":126,"s":62,"h":1,"t":0,"uu":"drevin|tftyp","m":"bestiary/tokens/TftYP/Drevin.webp","n":"Drevin"},{"id":3245,"c":1,"u":"drow%20commander_tftyp","p":209,"s":62,"h":1,"t":0,"uu":"drow commander|tftyp","m":"bestiary/tokens/TftYP/Drow Commander.webp","n":"Drow Commander"},{"id":3246,"c":1,"u":"duergar%20spy_tftyp","p":234,"s":62,"h":1,"t":0,"uu":"duergar spy|tftyp","m":"bestiary/tokens/TftYP/Duergar Spy.webp","n":"Duergar Spy"},{"id":3247,"c":1,"u":"durnn_tftyp","p":25,"s":62,"h":1,"t":0,"uu":"durnn|tftyp","m":"bestiary/tokens/TftYP/Durnn.webp","n":"Durnn"},{"id":3248,"c":1,"u":"eira_tftyp","p":159,"s":62,"h":1,"t":0,"uu":"eira|tftyp","m":"bestiary/tokens/TftYP/Eira.webp","n":"Eira"},{"id":3249,"c":1,"u":"elder%20black%20pudding_tftyp","p":143,"s":62,"h":1,"t":0,"uu":"elder black pudding|tftyp","m":"bestiary/tokens/TftYP/Elder Black Pudding.webp","n":"Elder Black Pudding"},{"id":3250,"c":1,"u":"elder%20giant%20lizard_tftyp","p":176,"s":62,"h":1,"t":0,"uu":"elder giant lizard|tftyp","m":"bestiary/tokens/TftYP/Elder Giant Lizard.webp","n":"Elder Giant Lizard"},{"id":3251,"c":1,"u":"erky%20timbers_tftyp","p":22,"s":62,"h":1,"t":0,"uu":"erky timbers|tftyp","m":"bestiary/tokens/TftYP/Erky Timbers.webp","n":"Erky Timbers"},{"id":3252,"c":1,"u":"estia_tftyp","p":189,"s":62,"h":1,"t":0,"uu":"estia|tftyp","m":"bestiary/tokens/TftYP/Estia.webp","n":"Estia"},{"id":3253,"c":1,"u":"fire%20giant%20royal%20headsman_tftyp","p":201,"s":62,"h":1,"t":0,"uu":"fire giant royal headsman|tftyp","m":"bestiary/tokens/TftYP/Fire Giant Royal Headsman.webp","n":"Fire Giant Royal Headsman"},{"id":3254,"c":1,"u":"fire%20giant%20servant_tftyp","p":171,"s":62,"h":1,"t":0,"uu":"fire giant servant|tftyp","m":"bestiary/tokens/TftYP/Fire Giant Servant.webp","n":"Fire Giant Servant"},{"id":3255,"c":1,"u":"flying%20shield_tftyp","p":224,"s":62,"h":1,"t":0,"uu":"flying shield|tftyp","m":"bestiary/tokens/TftYP/Flying Shield.webp","n":"Flying Shield"},{"id":3256,"c":1,"u":"four-armed%20gargoyle_tftyp","p":129,"s":62,"h":1,"t":0,"uu":"four-armed gargoyle|tftyp","m":"bestiary/tokens/TftYP/Four-Armed Gargoyle.webp","n":"Four-Armed Gargoyle"},{"id":3257,"c":1,"u":"frost%20giant%20servant_tftyp","p":187,"s":62,"h":1,"t":0,"uu":"frost giant servant|tftyp","m":"bestiary/tokens/TftYP/Frost Giant Servant.webp","n":"Frost Giant Servant"},{"id":3258,"c":1,"u":"gargantuan%20rug%20of%20smothering_tftyp","p":56,"s":62,"h":1,"t":0,"uu":"gargantuan rug of smothering|tftyp","m":"bestiary/tokens/TftYP/Gargantuan Rug of Smothering.webp","n":"Gargantuan Rug of Smothering"},{"id":3259,"c":1,"u":"giant%20crayfish_tftyp","p":235,"s":62,"h":1,"t":0,"uu":"giant crayfish|tftyp","m":"bestiary/tokens/TftYP/Giant Crayfish.webp","n":"Giant Crayfish"},{"id":3260,"c":1,"u":"giant%20ice%20toad_tftyp","p":235,"s":62,"h":1,"t":0,"uu":"giant ice toad|tftyp","m":"bestiary/tokens/TftYP/Giant Ice Toad.webp","n":"Giant Ice Toad"},{"id":3261,"c":1,"u":"giant%20lightning%20eel_tftyp","p":236,"s":62,"h":1,"t":0,"uu":"giant lightning eel|tftyp","m":"bestiary/tokens/TftYP/Giant Lightning Eel.webp","n":"Giant Lightning Eel"},{"id":3262,"c":1,"u":"giant%20skeleton_tftyp","p":236,"s":62,"h":1,"t":0,"uu":"giant skeleton|tftyp","m":"bestiary/tokens/TftYP/Giant Skeleton.webp","n":"Giant Skeleton"},{"id":3263,"c":1,"u":"giant%20subterranean%20lizard_tftyp","p":236,"s":62,"h":1,"t":0,"uu":"giant subterranean lizard|tftyp","m":"bestiary/tokens/TftYP/Giant Subterranean Lizard.webp","n":"Giant Subterranean Lizard"},{"id":3264,"c":1,"u":"goblin%20commoner_tftyp","p":24,"s":62,"h":1,"t":0,"uu":"goblin commoner|tftyp","m":"bestiary/tokens/TftYP/Goblin Commoner.webp","n":"Goblin Commoner"},{"id":3265,"c":1,"u":"gorvan%20ironheart_tftyp","p":151,"s":62,"h":1,"t":0,"uu":"gorvan ironheart|tftyp","m":"bestiary/tokens/TftYP/Gorvan Ironheart.webp","n":"Gorvan Ironheart"},{"id":3266,"c":1,"u":"great%20ulfe_tftyp","p":42,"s":62,"h":1,"t":0,"uu":"great ulfe|tftyp","m":"bestiary/tokens/TftYP/Great Ulfe.webp","n":"Great Ulfe"},{"id":3267,"c":1,"u":"greater%20zombie_tftyp","p":237,"s":62,"h":1,"t":0,"uu":"greater zombie|tftyp","m":"bestiary/tokens/TftYP/Greater Zombie.webp","n":"Greater Zombie"},{"id":3268,"c":1,"u":"grenl_tftyp","p":25,"s":62,"h":1,"t":0,"uu":"grenl|tftyp","m":"bestiary/tokens/TftYP/Grenl.webp","n":"Grenl"},{"id":3269,"c":1,"u":"grutha_tftyp","p":170,"s":62,"h":1,"t":0,"uu":"grutha|tftyp","m":"bestiary/tokens/TftYP/Grutha.webp","n":"Grutha"},{"id":3270,"c":1,"u":"guthash_tftyp","p":21,"s":62,"h":1,"t":0,"uu":"guthash|tftyp","m":"bestiary/tokens/TftYP/Guthash.webp","n":"Guthash"},{"id":3271,"c":1,"u":"hedrun%20arnsfirth_tftyp","p":160,"s":62,"h":1,"t":0,"uu":"hedrun arnsfirth|tftyp","m":"bestiary/tokens/TftYP/Hedrun Arnsfirth.webp","n":"Hedrun Arnsfirth"},{"id":3272,"c":1,"u":"hill%20giant%20sergeant_tftyp","p":170,"s":62,"h":1,"t":0,"uu":"hill giant sergeant|tftyp","m":"bestiary/tokens/TftYP/Hill Giant Sergeant.webp","n":"Hill Giant Sergeant"},{"id":3273,"c":1,"u":"hill%20giant%20servant_tftyp","p":170,"s":62,"h":1,"t":0,"uu":"hill giant servant|tftyp","m":"bestiary/tokens/TftYP/Hill Giant Servant.webp","n":"Hill Giant Servant"},{"id":3274,"c":1,"u":"hill%20giant%20subchief_tftyp","p":170,"s":62,"h":1,"t":0,"uu":"hill giant subchief|tftyp","m":"bestiary/tokens/TftYP/Hill Giant Subchief.webp","n":"Hill Giant Subchief"},{"id":3275,"c":1,"u":"huge%20giant%20crab_tftyp","p":103,"s":62,"h":1,"t":0,"uu":"huge giant crab|tftyp","m":"bestiary/tokens/TftYP/Huge Giant Crab.webp","n":"Huge Giant Crab"},{"id":3276,"c":1,"u":"huge%20ochre%20jelly_tftyp","p":225,"s":62,"h":1,"t":0,"uu":"huge ochre jelly|tftyp","m":"bestiary/tokens/TftYP/Huge Ochre Jelly.webp","n":"Huge Ochre Jelly"},{"id":3277,"c":1,"u":"huge%20polar%20bear_tftyp","p":187,"s":62,"h":1,"t":0,"uu":"huge polar bear|tftyp","m":"bestiary/tokens/TftYP/Huge Polar Bear.webp","n":"Huge Polar Bear"},{"id":3278,"c":1,"u":"irisoth_tftyp","p":157,"s":62,"h":1,"t":0,"uu":"irisoth|tftyp","m":"bestiary/tokens/TftYP/Irisoth.webp","n":"Irisoth"},{"id":3279,"c":1,"u":"jarl%20grugnur_tftyp","p":189,"s":62,"h":1,"t":0,"uu":"jarl grugnur|tftyp","m":"bestiary/tokens/TftYP/Jarl Grugnur.webp","n":"Jarl Grugnur"},{"id":3280,"c":1,"u":"jot_tftyp","p":15,"s":62,"h":1,"t":0,"uu":"jot|tftyp","m":"bestiary/tokens/TftYP/Jot.webp","n":"Jot"},{"id":3281,"c":1,"u":"kaarghaz_tftyp","p":45,"s":62,"h":1,"t":0,"uu":"kaarghaz|tftyp","m":"bestiary/tokens/TftYP/Kaarghaz.webp","n":"Kaarghaz"},{"id":3282,"c":1,"u":"kalka-kylla_tftyp","p":238,"s":62,"h":1,"t":0,"uu":"kalka-kylla|tftyp","m":"bestiary/tokens/TftYP/Kalka-Kylla.webp","n":"Kalka-Kylla"},{"id":3283,"c":1,"u":"kelpie_tftyp","p":238,"s":62,"h":1,"t":0,"uu":"kelpie|tftyp","m":"bestiary/tokens/TftYP/Kelpie.webp","n":"Kelpie"},{"id":3284,"c":1,"u":"kelson%20darktreader_tftyp","p":132,"s":62,"h":1,"t":0,"uu":"kelson darktreader|tftyp","m":"bestiary/tokens/TftYP/Kelson Darktreader.webp","n":"Kelson Darktreader"},{"id":3285,"c":1,"u":"kieren_tftyp","p":157,"s":62,"h":1,"t":0,"uu":"kieren|tftyp","m":"bestiary/tokens/TftYP/Kieren.webp","n":"Kieren"},{"id":3286,"c":1,"u":"king%20snurre_tftyp","p":193,"s":62,"h":1,"t":0,"uu":"king snurre|tftyp","m":"bestiary/tokens/TftYP/King Snurre.webp","n":"King Snurre"},{"id":3287,"c":1,"u":"kobold%20commoner_tftyp","p":18,"s":62,"h":1,"t":0,"uu":"kobold commoner|tftyp","m":"bestiary/tokens/TftYP/Kobold Commoner.webp","n":"Kobold Commoner"},{"id":3288,"c":1,"u":"kobold%20elite_tftyp","p":18,"s":62,"h":1,"t":0,"uu":"kobold elite|tftyp","m":"bestiary/tokens/TftYP/Kobold Elite.webp","n":"Kobold Elite"},{"id":3289,"c":1,"u":"lacedon_tftyp","p":147,"s":62,"h":1,"t":0,"uu":"lacedon|tftyp","m":"bestiary/tokens/TftYP/Lacedon.webp","n":"Lacedon"},{"id":3290,"c":1,"u":"lahnis_tftyp","p":131,"s":62,"h":1,"t":0,"uu":"lahnis|tftyp","m":"bestiary/tokens/TftYP/Lahnis.webp","n":"Lahnis"},{"id":3291,"c":1,"u":"lesser%20mummy%20lord_tftyp","p":224,"s":62,"h":1,"t":0,"uu":"lesser mummy lord|tftyp","m":"bestiary/tokens/TftYP/Lesser Mummy Lord.webp","n":"Lesser Mummy Lord"},{"id":3292,"c":1,"u":"lumalia_tftyp","p":153,"s":62,"h":1,"t":0,"uu":"lumalia|tftyp","m":"bestiary/tokens/TftYP/Lumalia.webp","n":"Lumalia"},{"id":3293,"c":1,"u":"malformed%20kraken_tftyp","p":239,"s":62,"h":1,"t":0,"uu":"malformed kraken|tftyp","m":"bestiary/tokens/TftYP/Malformed Kraken.webp","n":"Malformed Kraken"},{"id":3294,"c":1,"u":"mennek%20ariz_tftyp","p":157,"s":62,"h":1,"t":0,"uu":"mennek ariz|tftyp","m":"bestiary/tokens/TftYP/Mennek Ariz.webp","n":"Mennek Ariz"},{"id":3295,"c":1,"u":"nahual_tftyp","p":91,"s":62,"h":1,"t":0,"uu":"nahual|tftyp","m":"bestiary/tokens/TftYP/Nahual.webp","n":"Nahual"},{"id":3296,"c":1,"u":"nedylene_tftyp","p":209,"s":62,"h":1,"t":0,"uu":"nedylene|tftyp","m":"bestiary/tokens/TftYP/Nedylene.webp","n":"Nedylene"},{"id":3297,"c":1,"u":"nereid_tftyp","p":240,"s":62,"h":1,"t":0,"uu":"nereid|tftyp","m":"bestiary/tokens/TftYP/Nereid.webp","n":"Nereid"},{"id":3298,"c":1,"u":"nimira_tftyp","p":54,"s":62,"h":1,"t":0,"uu":"nimira|tftyp","m":"bestiary/tokens/TftYP/Nimira.webp","n":"Nimira"},{"id":3299,"c":1,"u":"obmi_tftyp","p":196,"s":62,"h":1,"t":0,"uu":"obmi|tftyp","m":"bestiary/tokens/TftYP/Obmi.webp","n":"Obmi"},{"id":3300,"c":1,"u":"ogre%20skeleton_tftyp","p":54,"s":62,"h":1,"t":0,"uu":"ogre skeleton|tftyp","m":"bestiary/tokens/TftYP/Ogre Skeleton.webp","n":"Ogre Skeleton"},{"id":3301,"c":1,"u":"ooze%20master_tftyp","p":241,"s":62,"h":1,"t":0,"uu":"ooze master|tftyp","m":"bestiary/tokens/TftYP/Ooze Master.webp","n":"Ooze Master"},{"id":3302,"c":1,"u":"orc%20commoner_tftyp","p":167,"s":62,"h":1,"t":0,"uu":"orc commoner|tftyp","m":"bestiary/tokens/TftYP/Orc Commoner.webp","n":"Orc Commoner"},{"id":3303,"c":1,"u":"oussa_tftyp","p":157,"s":62,"h":1,"t":0,"uu":"oussa|tftyp","m":"bestiary/tokens/TftYP/Oussa.webp","n":"Oussa"},{"id":3304,"c":1,"u":"phaia_tftyp","p":132,"s":62,"h":1,"t":0,"uu":"phaia|tftyp","m":"bestiary/tokens/TftYP/Phaia.webp","n":"Phaia"},{"id":3305,"c":1,"u":"reduced-threat%20aboleth_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat aboleth|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Aboleth.webp","n":"Reduced-Threat Aboleth"},{"id":3306,"c":1,"u":"reduced-threat%20basilisk_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat basilisk|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Basilisk.webp","n":"Reduced-Threat Basilisk"},{"id":3307,"c":1,"u":"reduced-threat%20behir_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat behir|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Behir.webp","n":"Reduced-Threat Behir"},{"id":3308,"c":1,"u":"reduced-threat%20beholder_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat beholder|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Beholder.webp","n":"Reduced-Threat Beholder"},{"id":3309,"c":1,"u":"reduced-threat%20black%20pudding_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat black pudding|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Black Pudding.webp","n":"Reduced-Threat Black Pudding"},{"id":3310,"c":1,"u":"reduced-threat%20carrion%20crawler_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat carrion crawler|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Carrion Crawler.webp","n":"Reduced-Threat Carrion Crawler"},{"id":3311,"c":1,"u":"reduced-threat%20clay%20golem_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat clay golem|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Clay Golem.webp","n":"Reduced-Threat Clay Golem"},{"id":3312,"c":1,"u":"reduced-threat%20darkmantle_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat darkmantle|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Darkmantle.webp","n":"Reduced-Threat Darkmantle"},{"id":3313,"c":1,"u":"reduced-threat%20displacer%20beast_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat displacer beast|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Displacer Beast.webp","n":"Reduced-Threat Displacer Beast"},{"id":3314,"c":1,"u":"reduced-threat%20dragon%20turtle_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat dragon turtle|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Dragon Turtle.webp","n":"Reduced-Threat Dragon Turtle"},{"id":3315,"c":1,"u":"reduced-threat%20ettercap_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat ettercap|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Ettercap.webp","n":"Reduced-Threat Ettercap"},{"id":3316,"c":1,"u":"reduced-threat%20flesh%20golem_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat flesh golem|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Flesh Golem.webp","n":"Reduced-Threat Flesh Golem"},{"id":3317,"c":1,"u":"reduced-threat%20glabrezu_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat glabrezu|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Glabrezu.webp","n":"Reduced-Threat Glabrezu"},{"id":3318,"c":1,"u":"reduced-threat%20gray%20ooze_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat gray ooze|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Gray Ooze.webp","n":"Reduced-Threat Gray Ooze"},{"id":3319,"c":1,"u":"reduced-threat%20helmed%20horror_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat helmed horror|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Helmed Horror.webp","n":"Reduced-Threat Helmed Horror"},{"id":3320,"c":1,"u":"reduced-threat%20hezrou_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat hezrou|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Hezrou.webp","n":"Reduced-Threat Hezrou"},{"id":3321,"c":1,"u":"reduced-threat%20hook%20horror_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat hook horror|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Hook Horror.webp","n":"Reduced-Threat Hook Horror"},{"id":3322,"c":1,"u":"reduced-threat%20ochre%20jelly_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat ochre jelly|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Ochre Jelly.webp","n":"Reduced-Threat Ochre Jelly"},{"id":3323,"c":1,"u":"reduced-threat%20otyugh_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat otyugh|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Otyugh.webp","n":"Reduced-Threat Otyugh"},{"id":3324,"c":1,"u":"reduced-threat%20owlbear_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat owlbear|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Owlbear.webp","n":"Reduced-Threat Owlbear"},{"id":3325,"c":1,"u":"reduced-threat%20peryton_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat peryton|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Peryton.webp","n":"Reduced-Threat Peryton"},{"id":3326,"c":1,"u":"reduced-threat%20remorhaz_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat remorhaz|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Remorhaz.webp","n":"Reduced-Threat Remorhaz"},{"id":3327,"c":1,"u":"reduced-threat%20stone%20golem_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat stone golem|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Stone Golem.webp","n":"Reduced-Threat Stone Golem"},{"id":3328,"c":1,"u":"reduced-threat%20vrock_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat vrock|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Vrock.webp","n":"Reduced-Threat Vrock"},{"id":3329,"c":1,"u":"reduced-threat%20wight_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat wight|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Wight.webp","n":"Reduced-Threat Wight"},{"id":3330,"c":1,"u":"reduced-threat%20wyvern_tftyp","p":113,"s":62,"h":1,"t":0,"uu":"reduced-threat wyvern|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Wyvern.webp","n":"Reduced-Threat Wyvern"},{"id":3331,"c":1,"u":"scrag_tftyp","p":147,"s":62,"h":1,"t":0,"uu":"scrag|tftyp","m":"bestiary/tokens/TftYP/Scrag.webp","n":"Scrag"},{"id":3332,"c":1,"u":"sea%20lion_tftyp","p":242,"s":62,"h":1,"t":0,"uu":"sea lion|tftyp","m":"bestiary/tokens/TftYP/Sea Lion.webp","n":"Sea Lion"},{"id":3333,"c":1,"u":"sentient%20gray%20ooze_tftyp","p":158,"s":62,"h":1,"t":0,"uu":"sentient gray ooze|tftyp","m":"bestiary/tokens/TftYP/Sentient Gray Ooze.webp","n":"Sentient Gray Ooze"},{"id":3334,"c":1,"u":"sentient%20ochre%20jelly_tftyp","p":158,"s":62,"h":1,"t":0,"uu":"sentient ochre jelly|tftyp","m":"bestiary/tokens/TftYP/Sentient Ochre Jelly.webp","n":"Sentient Ochre Jelly"},{"id":3335,"c":1,"u":"shalendra%20floshin_tftyp","p":119,"s":62,"h":1,"t":0,"uu":"shalendra floshin|tftyp","m":"bestiary/tokens/TftYP/Shalendra Floshin.webp","n":"Shalendra Floshin"},{"id":3336,"c":1,"u":"sharwyn%20hucrele_tftyp","p":242,"s":62,"h":1,"t":0,"uu":"sharwyn hucrele|tftyp","m":"bestiary/tokens/TftYP/Sharwyn Hucrele.webp","n":"Sharwyn Hucrele"},{"id":3337,"c":1,"u":"sir%20braford_tftyp","p":243,"s":62,"h":1,"t":0,"uu":"sir braford|tftyp","m":"bestiary/tokens/TftYP/Sir Braford.webp","n":"Sir Braford"},{"id":3338,"c":1,"u":"siren_tftyp","p":243,"s":62,"h":1,"t":0,"uu":"siren|tftyp","m":"bestiary/tokens/TftYP/Siren.webp","n":"Siren"},{"id":3339,"c":1,"u":"snarla_tftyp","p":102,"s":62,"h":1,"t":0,"uu":"snarla|tftyp","m":"bestiary/tokens/TftYP/Snarla.webp","n":"Snarla"},{"id":3340,"c":1,"u":"snow%20leopard_tftyp","p":183,"s":62,"h":1,"t":0,"uu":"snow leopard|tftyp","m":"bestiary/tokens/TftYP/Snow Leopard.webp","n":"Snow Leopard"},{"id":3341,"c":1,"u":"snurrevin_tftyp","p":53,"s":62,"h":1,"t":0,"uu":"snurrevin|tftyp","m":"bestiary/tokens/TftYP/Snurrevin.webp","n":"Snurrevin"},{"id":3342,"c":1,"u":"stone%20dragon%20statue_tftyp","p":85,"s":62,"h":1,"t":0,"uu":"stone dragon statue|tftyp","m":"bestiary/tokens/TftYP/Stone Dragon Statue.webp","n":"Stone Dragon Statue"},{"id":3343,"c":1,"u":"tarul%20var_tftyp","p":244,"s":62,"h":1,"t":0,"uu":"tarul var|tftyp","m":"bestiary/tokens/TftYP/Tarul Var.webp","n":"Tarul Var"},{"id":3344,"c":1,"u":"tecuziztecatl_tftyp","p":245,"s":62,"h":1,"t":0,"uu":"tecuziztecatl|tftyp","m":"bestiary/tokens/TftYP/Tecuziztecatl.webp","n":"Tecuziztecatl"},{"id":3345,"c":1,"u":"thayan%20apprentice_tftyp","p":245,"s":62,"h":1,"t":0,"uu":"thayan apprentice|tftyp","m":"bestiary/tokens/TftYP/Thayan Apprentice.webp","n":"Thayan Apprentice"},{"id":3346,"c":1,"u":"thayan%20warrior_tftyp","p":246,"s":62,"h":1,"t":0,"uu":"thayan warrior|tftyp","m":"bestiary/tokens/TftYP/Thayan Warrior.webp","n":"Thayan Warrior"},{"id":3347,"c":1,"u":"the%20keeper_tftyp","p":173,"s":62,"h":1,"t":0,"uu":"the keeper|tftyp","m":"bestiary/tokens/TftYP/The Keeper.webp","n":"The Keeper"},{"id":3348,"c":1,"u":"therzt_tftyp","p":158,"s":62,"h":1,"t":0,"uu":"therzt|tftyp","m":"bestiary/tokens/TftYP/Therzt.webp","n":"Therzt"},{"id":3349,"c":1,"u":"thorn%20slinger_tftyp","p":246,"s":62,"h":1,"t":0,"uu":"thorn slinger|tftyp","m":"bestiary/tokens/TftYP/Thorn Slinger.webp","n":"Thorn Slinger"},{"id":3350,"c":1,"u":"tloques-popolocas_tftyp","p":68,"s":62,"h":1,"t":0,"uu":"tloques-popolocas|tftyp","m":"bestiary/tokens/TftYP/Tloques-Popolocas.webp","n":"Tloques-Popolocas"},{"id":3351,"c":1,"u":"torlin%20silvershield_tftyp","p":159,"s":62,"h":1,"t":0,"uu":"torlin silvershield|tftyp","m":"bestiary/tokens/TftYP/Torlin Silvershield.webp","n":"Torlin Silvershield"},{"id":3352,"c":1,"u":"werejaguar_tftyp","p":79,"s":62,"h":1,"t":0,"uu":"werejaguar|tftyp","m":"bestiary/tokens/TftYP/Werejaguar.webp","n":"Werejaguar"},{"id":3353,"c":1,"u":"white%20maw_tftyp","p":248,"s":62,"h":1,"t":0,"uu":"white maw|tftyp","m":"bestiary/tokens/TftYP/White Maw.webp","n":"White Maw"},{"id":3354,"c":1,"u":"xilonen_tftyp","p":83,"s":62,"h":1,"t":0,"uu":"xilonen|tftyp","m":"bestiary/tokens/TftYP/Xilonen.webp","n":"Xilonen"},{"id":3355,"c":1,"u":"yeti%20leader_tftyp","p":183,"s":62,"h":1,"t":0,"uu":"yeti leader|tftyp","m":"bestiary/tokens/TftYP/Yeti Leader.webp","n":"Yeti Leader"},{"id":3356,"c":1,"u":"young%20fire%20giant_tftyp","p":192,"s":62,"h":1,"t":0,"uu":"young fire giant|tftyp","m":"bestiary/tokens/TftYP/Young Fire Giant.webp","n":"Young Fire Giant"},{"id":3357,"c":1,"u":"young%20frost%20giant_tftyp","p":187,"s":62,"h":1,"t":0,"uu":"young frost giant|tftyp","m":"bestiary/tokens/TftYP/Young Frost Giant.webp","n":"Young Frost Giant"},{"id":3358,"c":1,"u":"young%20hill%20giant_tftyp","p":167,"s":62,"h":1,"t":0,"uu":"young hill giant|tftyp","m":"bestiary/tokens/TftYP/Young Hill Giant.webp","n":"Young Hill Giant"},{"id":3359,"c":1,"u":"young%20ogre%20servant_tftyp","p":171,"s":62,"h":1,"t":0,"uu":"young ogre servant|tftyp","m":"bestiary/tokens/TftYP/Young Ogre Servant.webp","n":"Young Ogre Servant"},{"id":3360,"c":1,"u":"young%20troglodyte_tftyp","p":176,"s":62,"h":1,"t":0,"uu":"young troglodyte|tftyp","m":"bestiary/tokens/TftYP/Young Troglodyte.webp","n":"Young Troglodyte"},{"id":3361,"c":1,"u":"young%20winter%20wolf_tftyp","p":181,"s":62,"h":1,"t":0,"uu":"young winter wolf|tftyp","m":"bestiary/tokens/TftYP/Young Winter Wolf.webp","n":"Young Winter Wolf"},{"id":3362,"c":1,"u":"yusdrayl_tftyp","p":248,"s":62,"h":1,"t":0,"uu":"yusdrayl|tftyp","m":"bestiary/tokens/TftYP/Yusdrayl.webp","n":"Yusdrayl"},{"id":3363,"c":1,"u":"acererak_toa","p":209,"s":63,"h":1,"t":0,"uu":"acererak|toa","m":"bestiary/tokens/ToA/Acererak.webp","n":"Acererak"},{"id":3364,"c":1,"u":"albino%20dwarf%20spirit%20warrior_toa","p":210,"s":63,"h":1,"t":0,"uu":"albino dwarf spirit warrior|toa","m":"bestiary/tokens/ToA/Albino Dwarf Spirit Warrior.webp","n":"Albino Dwarf Spirit Warrior"},{"id":3365,"c":1,"u":"albino%20dwarf%20warrior_toa","p":210,"s":63,"h":1,"t":0,"uu":"albino dwarf warrior|toa","m":"bestiary/tokens/ToA/Albino Dwarf Warrior.webp","n":"Albino Dwarf Warrior"},{"id":3366,"c":1,"u":"aldani%20(lobsterfolk)_toa","p":210,"s":63,"h":1,"t":0,"uu":"aldani (lobsterfolk)|toa","m":"bestiary/tokens/ToA/Aldani (Lobsterfolk).webp","n":"Aldani (Lobsterfolk)"},{"id":3367,"c":1,"u":"almiraj_toa","p":211,"s":63,"h":1,"t":0,"uu":"almiraj|toa","m":"bestiary/tokens/ToA/Almiraj.webp","n":"Almiraj"},{"id":3368,"c":1,"u":"ankylosaurus%20zombie_toa","p":240,"s":63,"h":1,"t":0,"uu":"ankylosaurus zombie|toa","m":"bestiary/tokens/ToA/Ankylosaurus Zombie.webp","n":"Ankylosaurus Zombie"},{"id":3369,"c":1,"u":"artus%20cimber_toa","p":212,"s":63,"h":1,"t":0,"uu":"artus cimber|toa","m":"bestiary/tokens/ToA/Artus Cimber.webp","n":"Artus Cimber"},{"id":3370,"c":1,"u":"asharra_toa","p":69,"s":63,"h":1,"t":0,"uu":"asharra|toa","m":"bestiary/tokens/ToA/Asharra.webp","n":"Asharra"},{"id":3371,"c":1,"u":"assassin%20vine_toa","p":213,"s":63,"h":1,"t":0,"uu":"assassin vine|toa","m":"bestiary/tokens/ToA/Assassin Vine.webp","n":"Assassin Vine"},{"id":3372,"c":1,"u":"atropal_toa","p":214,"s":63,"h":1,"t":0,"uu":"atropal|toa","m":"bestiary/tokens/ToA/Atropal.webp","n":"Atropal"},{"id":3373,"c":1,"u":"azaka%20stormfang_toa","p":33,"s":63,"h":1,"t":0,"uu":"azaka stormfang|toa","m":"bestiary/tokens/ToA/Azaka Stormfang.webp","n":"Azaka Stormfang"},{"id":3374,"c":1,"u":"bag%20of%20nails_toa","p":102,"s":63,"h":1,"t":0,"uu":"bag of nails|toa","m":"bestiary/tokens/ToA/Bag of Nails.webp","n":"Bag of Nails"},{"id":3375,"c":1,"u":"blind%20artist_toa","p":164,"s":63,"h":1,"t":0,"uu":"blind artist|toa","m":"bestiary/tokens/ToA/Blind Artist.webp","n":"Blind Artist"},{"id":3376,"c":1,"u":"bosco%20daggerhand_toa","p":68,"s":63,"h":1,"t":0,"uu":"bosco daggerhand|toa","m":"bestiary/tokens/ToA/Bosco Daggerhand.webp","n":"Bosco Daggerhand"},{"id":3377,"c":1,"u":"chwinga_toa","p":216,"s":63,"h":1,"t":0,"uu":"chwinga|toa","m":"bestiary/tokens/ToA/Chwinga.webp","n":"Chwinga"},{"id":3378,"c":1,"u":"clay%20gladiator_toa","p":100,"s":63,"h":1,"t":0,"uu":"clay gladiator|toa","m":"bestiary/tokens/ToA/Clay Gladiator.webp","n":"Clay Gladiator"},{"id":3379,"c":1,"u":"dragonbait_toa","p":218,"s":63,"h":1,"t":0,"uu":"dragonbait|toa","m":"bestiary/tokens/ToA/Dragonbait.webp","n":"Dragonbait"},{"id":3380,"c":1,"u":"drufi_toa","p":64,"s":63,"h":1,"t":0,"uu":"drufi|toa","m":"bestiary/tokens/ToA/Drufi.webp","n":"Drufi"},{"id":3381,"c":1,"u":"eblis_toa","p":219,"s":63,"h":1,"t":0,"uu":"eblis|toa","m":"bestiary/tokens/ToA/Eblis.webp","n":"Eblis"},{"id":3382,"c":1,"u":"ekene-afa_toa","p":25,"s":63,"h":1,"t":0,"uu":"ekene-afa|toa","m":"bestiary/tokens/ToA/Ekene-Afa.webp","n":"Ekene-Afa"},{"id":3383,"c":1,"u":"eku_toa","p":34,"s":63,"h":1,"t":0,"uu":"eku|toa","m":"bestiary/tokens/ToA/Eku.webp","n":"Eku"},{"id":3384,"c":1,"u":"elok%20jaharwon_toa","p":67,"s":63,"h":1,"t":0,"uu":"elok jaharwon|toa","m":"bestiary/tokens/ToA/Elok Jaharwon.webp","n":"Elok Jaharwon"},{"id":3385,"c":1,"u":"faroul_toa","p":34,"s":63,"h":1,"t":0,"uu":"faroul|toa","m":"bestiary/tokens/ToA/Faroul.webp","n":"Faroul"},{"id":3386,"c":1,"u":"fenthaza_toa","p":113,"s":63,"h":1,"t":0,"uu":"fenthaza|toa","m":"bestiary/tokens/ToA/Fenthaza.webp","n":"Fenthaza"},{"id":3387,"c":1,"u":"flask%20of%20wine_toa","p":35,"s":63,"h":1,"t":0,"uu":"flask of wine|toa","m":"bestiary/tokens/ToA/Flask of Wine.webp","n":"Flask of Wine"},{"id":3388,"c":1,"u":"flying%20monkey_toa","p":220,"s":63,"h":1,"t":0,"uu":"flying monkey|toa","m":"bestiary/tokens/ToA/Flying Monkey.webp","n":"Flying Monkey"},{"id":3389,"c":1,"u":"giant%20four-armed%20gargoyle_toa","p":221,"s":63,"h":1,"t":0,"uu":"giant four-armed gargoyle|toa","m":"bestiary/tokens/ToA/Giant Four-Armed Gargoyle.webp","n":"Giant Four-Armed Gargoyle"},{"id":3390,"c":1,"u":"giant%20snapping%20turtle_toa","p":222,"s":63,"h":1,"t":0,"uu":"giant snapping turtle|toa","m":"bestiary/tokens/ToA/Giant Snapping Turtle.webp","n":"Giant Snapping Turtle"},{"id":3391,"c":1,"u":"girallon%20zombie_toa","p":240,"s":63,"h":1,"t":0,"uu":"girallon zombie|toa","m":"bestiary/tokens/ToA/Girallon Zombie.webp","n":"Girallon Zombie"},{"id":3392,"c":1,"u":"gondolo_toa","p":34,"s":63,"h":1,"t":0,"uu":"gondolo|toa","m":"bestiary/tokens/ToA/Gondolo.webp","n":"Gondolo"},{"id":3393,"c":1,"u":"grabstab_toa","p":89,"s":63,"h":1,"t":0,"uu":"grabstab|toa","m":"bestiary/tokens/ToA/Grabstab.webp","n":"Grabstab"},{"id":3394,"c":1,"u":"grandfather%20zitembe_toa","p":20,"s":63,"h":1,"t":0,"uu":"grandfather zitembe|toa","m":"bestiary/tokens/ToA/Grandfather Zitembe.webp","n":"Grandfather Zitembe"},{"id":3395,"c":1,"u":"hew%20hackinstone_toa","p":33,"s":63,"h":1,"t":0,"uu":"hew hackinstone|toa","m":"bestiary/tokens/ToA/Hew Hackinstone.webp","n":"Hew Hackinstone"},{"id":3396,"c":1,"u":"ifan%20talro'a_toa","p":25,"s":63,"h":1,"t":0,"uu":"ifan talro'a|toa","m":"bestiary/tokens/ToA/Ifan Talro'a.webp","n":"Ifan Talro'a"},{"id":3397,"c":1,"u":"jaculi_toa","p":225,"s":63,"h":1,"t":0,"uu":"jaculi|toa","m":"bestiary/tokens/ToA/Jaculi.webp","n":"Jaculi"},{"id":3398,"c":1,"u":"jessamine_toa","p":26,"s":63,"h":1,"t":0,"uu":"jessamine|toa","m":"bestiary/tokens/ToA/Jessamine.webp","n":"Jessamine"},{"id":3399,"c":1,"u":"jobal_toa","p":26,"s":63,"h":1,"t":0,"uu":"jobal|toa","m":"bestiary/tokens/ToA/Jobal.webp","n":"Jobal"},{"id":3400,"c":1,"u":"kamadan_toa","p":225,"s":63,"h":1,"t":0,"uu":"kamadan|toa","m":"bestiary/tokens/ToA/Kamadan.webp","n":"Kamadan"},{"id":3401,"c":1,"u":"king%20of%20feathers_toa","p":106,"s":63,"h":1,"t":0,"uu":"king of feathers|toa","m":"bestiary/tokens/ToA/King of Feathers.webp","n":"King of Feathers"},{"id":3402,"c":1,"u":"kupalu%c3%a9_toa","p":35,"s":63,"h":1,"t":0,"uu":"kupalué|toa","m":"bestiary/tokens/ToA/Kupalue.webp","n":"Kupalue"},{"id":3403,"c":1,"u":"kwayoth%c3%a9_toa","p":26,"s":63,"h":1,"t":0,"uu":"kwayothé|toa","m":"bestiary/tokens/ToA/Kwayothe.webp","n":"Kwayothe"},{"id":3404,"c":1,"u":"laskilar_toa","p":67,"s":63,"h":1,"t":0,"uu":"laskilar|toa","m":"bestiary/tokens/ToA/Laskilar.webp","n":"Laskilar"},{"id":3405,"c":1,"u":"liara%20portyr_toa","p":227,"s":63,"h":1,"t":0,"uu":"liara portyr|toa","m":"bestiary/tokens/ToA/Liara Portyr.webp","n":"Liara Portyr"},{"id":3406,"c":1,"u":"mantrap_toa","p":227,"s":63,"h":1,"t":0,"uu":"mantrap|toa","m":"bestiary/tokens/ToA/Mantrap.webp","n":"Mantrap"},{"id":3407,"c":1,"u":"mister%20threadneedle_toa","p":183,"s":63,"h":1,"t":0,"uu":"mister threadneedle|toa","m":"bestiary/tokens/ToA/Mister Threadneedle.webp","n":"Mister Threadneedle"},{"id":3408,"c":1,"u":"musharib_toa","p":34,"s":63,"h":1,"t":0,"uu":"musharib|toa","m":"bestiary/tokens/ToA/Musharib.webp","n":"Musharib"},{"id":3409,"c":1,"u":"mwaxanar%c3%a9_toa","p":228,"s":63,"h":1,"t":0,"uu":"mwaxanaré|toa","m":"bestiary/tokens/ToA/Mwaxanare.webp","n":"Mwaxanare"},{"id":3410,"c":1,"u":"na_toa","p":228,"s":63,"h":1,"t":0,"uu":"na|toa","m":"bestiary/tokens/ToA/Na.webp","n":"Na"},{"id":3411,"c":1,"u":"nanny%20pu'pu_toa","p":72,"s":63,"h":1,"t":0,"uu":"nanny pu'pu|toa","m":"bestiary/tokens/ToA/Nanny Pu'pu.webp","n":"Nanny Pu'pu"},{"id":3412,"c":1,"u":"nepartak_toa","p":137,"s":63,"h":1,"t":0,"uu":"nepartak|toa","m":"bestiary/tokens/ToA/Nepartak.webp","n":"Nepartak"},{"id":3413,"c":1,"u":"niles%20breakbone_toa","p":47,"s":63,"h":1,"t":0,"uu":"niles breakbone|toa","m":"bestiary/tokens/ToA/Niles Breakbone.webp","n":"Niles Breakbone"},{"id":3414,"c":1,"u":"ortimay%20swift%20and%20dark_toa","p":21,"s":63,"h":1,"t":0,"uu":"ortimay swift and dark|toa","m":"bestiary/tokens/ToA/Ortimay Swift and Dark.webp","n":"Ortimay Swift and Dark"},{"id":3415,"c":1,"u":"orvex%20ocrammas_toa","p":96,"s":63,"h":1,"t":0,"uu":"orvex ocrammas|toa","m":"bestiary/tokens/ToA/Orvex Ocrammas.webp","n":"Orvex Ocrammas"},{"id":3416,"c":1,"u":"pterafolk_toa","p":229,"s":63,"h":1,"t":0,"uu":"pterafolk|toa","m":"bestiary/tokens/ToA/Pterafolk.webp","n":"Pterafolk"},{"id":3417,"c":1,"u":"qawasha_toa","p":35,"s":63,"h":1,"t":0,"uu":"qawasha|toa","m":"bestiary/tokens/ToA/Qawasha.webp","n":"Qawasha"},{"id":3418,"c":1,"u":"ras%20nsi_toa","p":230,"s":63,"h":1,"t":0,"uu":"ras nsi|toa","m":"bestiary/tokens/ToA/Ras Nsi.webp","n":"Ras Nsi"},{"id":3419,"c":1,"u":"river%20mist_toa","p":35,"s":63,"h":1,"t":0,"uu":"river mist|toa","m":"bestiary/tokens/ToA/River Mist.webp","n":"River Mist"},{"id":3420,"c":1,"u":"salida_toa","p":35,"s":63,"h":1,"t":0,"uu":"salida|toa","m":"bestiary/tokens/ToA/Salida.webp","n":"Salida"},{"id":3421,"c":1,"u":"sekelok_toa","p":120,"s":63,"h":1,"t":0,"uu":"sekelok|toa","m":"bestiary/tokens/ToA/Sekelok.webp","n":"Sekelok"},{"id":3422,"c":1,"u":"shago_toa","p":35,"s":63,"h":1,"t":0,"uu":"shago|toa","m":"bestiary/tokens/ToA/Shago.webp","n":"Shago"},{"id":3423,"c":1,"u":"skeleton%20key_toa","p":126,"s":63,"h":1,"t":0,"uu":"skeleton key|toa","m":"bestiary/tokens/ToA/Skeleton Key.webp","n":"Skeleton Key"},{"id":3424,"c":1,"u":"spiked%20tomb%20guardian_toa","p":154,"s":63,"h":1,"t":0,"uu":"spiked tomb guardian|toa","m":"bestiary/tokens/ToA/Spiked Tomb Guardian.webp","n":"Spiked Tomb Guardian"},{"id":3425,"c":1,"u":"stone%20juggernaut_toa","p":231,"s":63,"h":1,"t":0,"uu":"stone juggernaut|toa","m":"bestiary/tokens/ToA/Stone Juggernaut.webp","n":"Stone Juggernaut"},{"id":3426,"c":1,"u":"su-monster_toa","p":232,"s":63,"h":1,"t":0,"uu":"su-monster|toa","m":"bestiary/tokens/ToA/Su-monster.webp","n":"Su-monster"},{"id":3427,"c":1,"u":"syndra%20silvane_toa","p":8,"s":63,"h":1,"t":0,"uu":"syndra silvane|toa","m":"bestiary/tokens/ToA/Syndra Silvane.webp","n":"Syndra Silvane"},{"id":3428,"c":1,"u":"tabaxi%20hunter_toa","p":232,"s":63,"h":1,"t":0,"uu":"tabaxi hunter|toa","m":"bestiary/tokens/ToA/Tabaxi Hunter.webp","n":"Tabaxi Hunter"},{"id":3429,"c":1,"u":"tabaxi%20minstrel_toa","p":233,"s":63,"h":1,"t":0,"uu":"tabaxi minstrel|toa","m":"bestiary/tokens/ToA/Tabaxi Minstrel.webp","n":"Tabaxi Minstrel"},{"id":3430,"c":1,"u":"terracotta%20warrior_toa","p":161,"s":63,"h":1,"t":0,"uu":"terracotta warrior|toa","m":"bestiary/tokens/ToA/Terracotta Warrior.webp","n":"Terracotta Warrior"},{"id":3431,"c":1,"u":"tomb%20dwarf_toa","p":135,"s":63,"h":1,"t":0,"uu":"tomb dwarf|toa","m":"bestiary/tokens/ToA/Tomb Dwarf.webp","n":"Tomb Dwarf"},{"id":3432,"c":1,"u":"tomb%20guardian_toa","p":127,"s":63,"h":1,"t":0,"uu":"tomb guardian|toa","m":"bestiary/tokens/ToA/Tomb Guardian.webp","n":"Tomb Guardian"},{"id":3433,"c":1,"u":"tri-flower%20frond_toa","p":234,"s":63,"h":1,"t":0,"uu":"tri-flower frond|toa","m":"bestiary/tokens/ToA/Tri-flower Frond.webp","n":"Tri-flower Frond"},{"id":3434,"c":1,"u":"tyrannosaurus%20zombie_toa","p":241,"s":63,"h":1,"t":0,"uu":"tyrannosaurus zombie|toa","m":"bestiary/tokens/ToA/Tyrannosaurus Zombie.webp","n":"Tyrannosaurus Zombie"},{"id":3435,"c":1,"u":"valindra%20shadowmantle_toa","p":58,"s":63,"h":1,"t":0,"uu":"valindra shadowmantle|toa","m":"bestiary/tokens/ToA/Valindra Shadowmantle.webp","n":"Valindra Shadowmantle"},{"id":3436,"c":1,"u":"volothamp%20%22volo%22%20geddarm_toa","p":235,"s":63,"h":1,"t":0,"uu":"volothamp \"volo\" geddarm|toa","m":"bestiary/tokens/ToA/Volothamp Volo Geddarm.webp","n":"Volothamp \"Volo\" Geddarm"},{"id":3437,"c":1,"u":"wakanga%20o'tamu_toa","p":27,"s":63,"h":1,"t":0,"uu":"wakanga o'tamu|toa","m":"bestiary/tokens/ToA/Wakanga O'tamu.webp","n":"Wakanga O'tamu"},{"id":3438,"c":1,"u":"wild%20dog_toa","p":96,"s":63,"h":1,"t":0,"uu":"wild dog|toa","m":"bestiary/tokens/ToA/Wild Dog.webp","n":"Wild Dog"},{"id":3439,"c":1,"u":"wine%20weird_toa","p":141,"s":63,"h":1,"t":0,"uu":"wine weird|toa","m":"bestiary/tokens/ToA/Wine Weird.webp","n":"Wine Weird"},{"id":3440,"c":1,"u":"withers_toa","p":145,"s":63,"h":1,"t":0,"uu":"withers|toa","m":"bestiary/tokens/ToA/Withers.webp","n":"Withers"},{"id":3441,"c":1,"u":"xandala_toa","p":236,"s":63,"h":1,"t":0,"uu":"xandala|toa","m":"bestiary/tokens/ToA/Xandala.webp","n":"Xandala"},{"id":3442,"c":1,"u":"yellow%20musk%20creeper_toa","p":237,"s":63,"h":1,"t":0,"uu":"yellow musk creeper|toa","m":"bestiary/tokens/ToA/Yellow Musk Creeper.webp","n":"Yellow Musk Creeper"},{"id":3443,"c":1,"u":"yellow%20musk%20zombie_toa","p":237,"s":63,"h":1,"t":0,"uu":"yellow musk zombie|toa","m":"bestiary/tokens/ToA/Yellow Musk Zombie.webp","n":"Yellow Musk Zombie"},{"id":3444,"c":1,"u":"yorb_toa","p":108,"s":63,"h":1,"t":0,"uu":"yorb|toa","m":"bestiary/tokens/ToA/Yorb.webp","n":"Yorb"},{"id":3445,"c":1,"u":"yuan-ti%20priest_toa","p":118,"s":63,"h":1,"t":0,"uu":"yuan-ti priest|toa","m":"bestiary/tokens/ToA/Yuan-ti Priest.webp","n":"Yuan-ti Priest"},{"id":3446,"c":1,"u":"zalkor%c3%a9_toa","p":79,"s":63,"h":1,"t":0,"uu":"zalkoré|toa","m":"bestiary/tokens/ToA/Zalkore.webp","n":"Zalkore"},{"id":3447,"c":1,"u":"zaroum%20al-saryak_toa","p":67,"s":63,"h":1,"t":0,"uu":"zaroum al-saryak|toa","m":"bestiary/tokens/ToA/Zaroum Al-Saryak.webp","n":"Zaroum Al-Saryak"},{"id":3448,"c":1,"u":"zebra_toa","p":106,"s":63,"h":1,"t":0,"uu":"zebra|toa","m":"bestiary/tokens/ToA/Zebra.webp","n":"Zebra"},{"id":3449,"c":1,"u":"zhanthi_toa","p":27,"s":63,"h":1,"t":0,"uu":"zhanthi|toa","m":"bestiary/tokens/ToA/Zhanthi.webp","n":"Zhanthi"},{"id":3450,"c":1,"u":"zindar_toa","p":239,"s":63,"h":1,"t":0,"uu":"zindar|toa","m":"bestiary/tokens/ToA/Zindar.webp","n":"Zindar"},{"id":3451,"c":1,"u":"zorbo_toa","p":241,"s":63,"h":1,"t":0,"uu":"zorbo|toa","m":"bestiary/tokens/ToA/Zorbo.webp","n":"Zorbo"},{"id":3452,"c":1,"u":"abominable%20beauty_tob1-2023","p":11,"s":64,"h":1,"dP":1,"t":0,"uu":"abominable beauty|tob1-2023","m":"bestiary/tokens/ToB1-2023/Abominable Beauty.webp","n":"Abominable Beauty"},{"id":3453,"c":1,"u":"accursed%20defiler_tob1-2023","p":12,"s":64,"h":1,"dP":1,"t":0,"uu":"accursed defiler|tob1-2023","m":"bestiary/tokens/ToB1-2023/Accursed Defiler.webp","n":"Accursed Defiler"},{"id":3454,"c":1,"u":"adult%20cave%20dragon_tob1-2023","p":114,"s":64,"h":1,"dP":1,"t":0,"uu":"adult cave dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Cave Dragon.webp","n":"Adult Cave Dragon"},{"id":3455,"c":1,"u":"adult%20flame%20dragon_tob1-2023","p":118,"s":64,"h":1,"dP":1,"t":0,"uu":"adult flame dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Flame Dragon.webp","n":"Adult Flame Dragon"},{"id":3456,"c":1,"u":"adult%20mithral%20dragon_tob1-2023","p":122,"s":64,"h":1,"dP":1,"t":0,"uu":"adult mithral dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Mithral Dragon.webp","n":"Adult Mithral Dragon"},{"id":3457,"c":1,"u":"adult%20sea%20dragon_tob1-2023","p":126,"s":64,"h":1,"dP":1,"t":0,"uu":"adult sea dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Sea Dragon.webp","n":"Adult Sea Dragon"},{"id":3458,"c":1,"u":"adult%20void%20dragon_tob1-2023","p":129,"s":64,"h":1,"dP":1,"t":0,"uu":"adult void dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Void Dragon.webp","n":"Adult Void Dragon"},{"id":3459,"c":1,"u":"adult%20wind%20dragon_tob1-2023","p":134,"s":64,"h":1,"dP":1,"t":0,"uu":"adult wind dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Wind Dragon.webp","n":"Adult Wind Dragon"},{"id":3460,"c":1,"u":"al-aeshma%20genie_tob1-2023","p":197,"s":64,"h":1,"dP":1,"t":0,"uu":"al-aeshma genie|tob1-2023","m":"bestiary/tokens/ToB1-2023/Al-Aeshma Genie.webp","n":"Al-Aeshma Genie"},{"id":3461,"c":1,"u":"ala_tob1-2023","p":13,"s":64,"h":1,"dP":1,"t":0,"uu":"ala|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ala.webp","n":"Ala"},{"id":3462,"c":1,"u":"alehouse%20drake_tob1-2023","p":138,"s":64,"h":1,"dP":1,"t":0,"uu":"alehouse drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Alehouse Drake.webp","n":"Alehouse Drake"},{"id":3463,"c":1,"u":"algorith_tob1-2023","p":14,"s":64,"h":1,"dP":1,"t":0,"uu":"algorith|tob1-2023","m":"bestiary/tokens/ToB1-2023/Algorith.webp","n":"Algorith"},{"id":3464,"c":1,"u":"alseid_tob1-2023","p":15,"s":64,"h":1,"dP":1,"t":0,"uu":"alseid|tob1-2023","m":"bestiary/tokens/ToB1-2023/Alseid.webp","n":"Alseid"},{"id":3465,"c":1,"u":"amphiptere_tob1-2023","p":16,"s":64,"h":1,"dP":1,"t":0,"uu":"amphiptere|tob1-2023","m":"bestiary/tokens/ToB1-2023/Amphiptere.webp","n":"Amphiptere"},{"id":3466,"c":1,"u":"ancient%20cave%20dragon_tob1-2023","p":113,"s":64,"h":1,"dP":1,"t":0,"uu":"ancient cave dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Cave Dragon.webp","n":"Ancient Cave Dragon"},{"id":3467,"c":1,"u":"ancient%20flame%20dragon_tob1-2023","p":117,"s":64,"h":1,"dP":1,"t":0,"uu":"ancient flame dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Flame Dragon.webp","n":"Ancient Flame Dragon"},{"id":3468,"c":1,"u":"ancient%20mithral%20dragon_tob1-2023","p":120,"s":64,"h":1,"dP":1,"t":0,"uu":"ancient mithral dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Mithral Dragon.webp","n":"Ancient Mithral Dragon"},{"id":3469,"c":1,"u":"ancient%20sea%20dragon_tob1-2023","p":125,"s":64,"h":1,"dP":1,"t":0,"uu":"ancient sea dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Sea Dragon.webp","n":"Ancient Sea Dragon"},{"id":3470,"c":1,"u":"ancient%20titan_tob1-2023","p":361,"s":64,"h":1,"dP":1,"t":0,"uu":"ancient titan|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Titan.webp","n":"Ancient Titan"},{"id":3471,"c":1,"u":"ancient%20void%20dragon_tob1-2023","p":128,"s":64,"h":1,"dP":1,"t":0,"uu":"ancient void dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Void Dragon.webp","n":"Ancient Void Dragon"},{"id":3472,"c":1,"u":"ancient%20wind%20dragon_tob1-2023","p":133,"s":64,"h":1,"dP":1,"t":0,"uu":"ancient wind dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Wind Dragon.webp","n":"Ancient Wind Dragon"},{"id":3473,"c":1,"u":"angatra_tob1-2023","p":17,"s":64,"h":1,"dP":1,"t":0,"uu":"angatra|tob1-2023","m":"bestiary/tokens/ToB1-2023/Angatra.webp","n":"Angatra"},{"id":3474,"c":1,"u":"angler%20worm_tob1-2023","p":20,"s":64,"h":1,"dP":1,"t":0,"uu":"angler worm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Angler Worm.webp","n":"Angler Worm"},{"id":3475,"c":1,"u":"annelidast_tob1-2023","p":21,"s":64,"h":1,"dP":1,"t":0,"uu":"annelidast|tob1-2023","m":"bestiary/tokens/ToB1-2023/Annelidast.webp","n":"Annelidast"},{"id":3476,"c":1,"u":"anubian_tob1-2023","p":23,"s":64,"h":1,"dP":1,"t":0,"uu":"anubian|tob1-2023","m":"bestiary/tokens/ToB1-2023/Anubian.webp","n":"Anubian"},{"id":3477,"c":1,"u":"apau%20perape%20demon_tob1-2023","p":82,"s":64,"h":1,"dP":1,"t":0,"uu":"apau perape demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Apau Perape Demon.webp","n":"Apau Perape Demon"},{"id":3478,"c":1,"u":"arboreal%20grappler_tob1-2023","p":24,"s":64,"h":1,"dP":1,"t":0,"uu":"arboreal grappler|tob1-2023","m":"bestiary/tokens/ToB1-2023/Arboreal Grappler.webp","n":"Arboreal Grappler"},{"id":3479,"c":1,"u":"arcane%20guardian_tob1-2023","p":338,"s":64,"h":1,"dP":1,"t":0,"uu":"arcane guardian|tob1-2023","m":"bestiary/tokens/ToB1-2023/Arcane Guardian.webp","n":"Arcane Guardian"},{"id":3480,"c":1,"u":"arch-devil%20ia'affrat_tob1-2023","p":90,"s":64,"h":1,"dP":1,"t":0,"uu":"arch-devil ia'affrat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Arch-Devil Ia'Affrat.webp","n":"Arch-Devil Ia'Affrat"},{"id":3481,"c":1,"u":"aridni_tob1-2023","p":25,"s":64,"h":1,"dP":1,"t":0,"uu":"aridni|tob1-2023","m":"bestiary/tokens/ToB1-2023/Aridni.webp","n":"Aridni"},{"id":3482,"c":1,"u":"arx_tob1-2023","p":26,"s":64,"h":1,"dP":1,"t":0,"uu":"arx|tob1-2023","m":"bestiary/tokens/ToB1-2023/Arx.webp","n":"Arx"},{"id":3483,"c":1,"u":"asanbosam_tob1-2023","p":27,"s":64,"h":1,"dP":1,"t":0,"uu":"asanbosam|tob1-2023","m":"bestiary/tokens/ToB1-2023/Asanbosam.webp","n":"Asanbosam"},{"id":3484,"c":1,"u":"ash%20drake_tob1-2023","p":139,"s":64,"h":1,"dP":1,"t":0,"uu":"ash drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ash Drake.webp","n":"Ash Drake"},{"id":3485,"c":1,"u":"ashwalker_tob1-2023","p":28,"s":64,"h":1,"dP":1,"t":0,"uu":"ashwalker|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ashwalker.webp","n":"Ashwalker"},{"id":3486,"c":1,"u":"automata%20devil_tob1-2023","p":92,"s":64,"h":1,"dP":1,"t":0,"uu":"automata devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Automata Devil.webp","n":"Automata Devil"},{"id":3487,"c":1,"u":"azza%20gremlin_tob1-2023","p":222,"s":64,"h":1,"dP":1,"t":0,"uu":"azza gremlin|tob1-2023","m":"bestiary/tokens/ToB1-2023/Azza Gremlin.webp","n":"Azza Gremlin"},{"id":3488,"c":1,"u":"baba%20yaga's%20horsemen_tob1-2023","p":30,"s":64,"h":1,"dP":1,"t":0,"uu":"baba yaga's horsemen|tob1-2023","m":"bestiary/tokens/ToB1-2023/Baba Yaga's Horsemen.webp","n":"Baba Yaga's Horsemen"},{"id":3489,"c":1,"u":"bagiennik_tob1-2023","p":31,"s":64,"h":1,"dP":1,"t":0,"uu":"bagiennik|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bagiennik.webp","n":"Bagiennik"},{"id":3490,"c":1,"u":"bandit%20lord_tob1-2023","p":406,"s":64,"h":1,"dP":1,"t":0,"uu":"bandit lord|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bandit Lord.webp","n":"Bandit Lord"},{"id":3491,"c":1,"u":"bastet%20temple%20cat_tob1-2023","p":32,"s":64,"h":1,"dP":1,"t":0,"uu":"bastet temple cat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bastet Temple Cat.webp","n":"Bastet Temple Cat"},{"id":3492,"c":1,"u":"bear%20king_tob1-2023","p":172,"s":64,"h":1,"dP":1,"t":0,"uu":"bear king|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bear King.webp","n":"Bear King"},{"id":3493,"c":1,"u":"bearfolk_tob1-2023","p":33,"s":64,"h":1,"dP":1,"t":0,"uu":"bearfolk|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bearfolk.webp","n":"Bearfolk"},{"id":3494,"c":1,"u":"beggar%20ghoul_tob1-2023","p":200,"s":64,"h":1,"dP":1,"t":0,"uu":"beggar ghoul|tob1-2023","m":"bestiary/tokens/ToB1-2023/Beggar Ghoul.webp","n":"Beggar Ghoul"},{"id":3495,"c":1,"u":"beheaded%20vengeful%20spirit_tob1-2023","p":384,"s":64,"h":1,"dP":1,"t":0,"uu":"beheaded vengeful spirit|tob1-2023","m":"bestiary/tokens/ToB1-2023/Beheaded Vengeful Spirit.webp","n":"Beheaded Vengeful Spirit"},{"id":3496,"c":1,"u":"behtu_tob1-2023","p":34,"s":64,"h":1,"dP":1,"t":0,"uu":"behtu|tob1-2023","m":"bestiary/tokens/ToB1-2023/Behtu.webp","n":"Behtu"},{"id":3497,"c":1,"u":"beli_tob1-2023","p":35,"s":64,"h":1,"dP":1,"t":0,"uu":"beli|tob1-2023","m":"bestiary/tokens/ToB1-2023/Beli.webp","n":"Beli"},{"id":3498,"c":1,"u":"bereginyas_tob1-2023","p":36,"s":64,"h":1,"dP":1,"t":0,"uu":"bereginyas|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bereginyas.webp","n":"Bereginyas"},{"id":3499,"c":1,"u":"berstuc%20demon_tob1-2023","p":83,"s":64,"h":1,"dP":1,"t":0,"uu":"berstuc demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Berstuc Demon.webp","n":"Berstuc Demon"},{"id":3500,"c":1,"u":"black%20knight%20commander_tob1-2023","p":406,"s":64,"h":1,"dP":1,"t":0,"uu":"black knight commander|tob1-2023","m":"bestiary/tokens/ToB1-2023/Black Knight Commander.webp","n":"Black Knight Commander"},{"id":3501,"c":1,"u":"blemmyes_tob1-2023","p":37,"s":64,"h":1,"dP":1,"t":0,"uu":"blemmyes|tob1-2023","m":"bestiary/tokens/ToB1-2023/Blemmyes.webp","n":"Blemmyes"},{"id":3502,"c":1,"u":"blood%20hag_tob1-2023","p":226,"s":64,"h":1,"dP":1,"t":0,"uu":"blood hag|tob1-2023","m":"bestiary/tokens/ToB1-2023/Blood Hag.webp","n":"Blood Hag"},{"id":3503,"c":1,"u":"boloti_tob1-2023","p":38,"s":64,"h":1,"dP":1,"t":0,"uu":"boloti|tob1-2023","m":"bestiary/tokens/ToB1-2023/Boloti.webp","n":"Boloti"},{"id":3504,"c":1,"u":"bone%20collective_tob1-2023","p":39,"s":64,"h":1,"dP":1,"t":0,"uu":"bone collective|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bone Collective.webp","n":"Bone Collective"},{"id":3505,"c":1,"u":"bone%20crab_tob1-2023","p":40,"s":64,"h":1,"dP":1,"t":0,"uu":"bone crab|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bone Crab.webp","n":"Bone Crab"},{"id":3506,"c":1,"u":"bone%20swarm_tob1-2023","p":41,"s":64,"h":1,"dP":1,"t":0,"uu":"bone swarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bone Swarm.webp","n":"Bone Swarm"},{"id":3507,"c":1,"u":"bonepowder%20ghoul_tob1-2023","p":201,"s":64,"h":1,"dP":1,"t":0,"uu":"bonepowder ghoul|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bonepowder Ghoul.webp","n":"Bonepowder Ghoul"},{"id":3508,"c":1,"u":"bouda_tob1-2023","p":42,"s":64,"h":1,"dP":1,"t":0,"uu":"bouda|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bouda.webp","n":"Bouda"},{"id":3509,"c":1,"u":"broodiken_tob1-2023","p":43,"s":64,"h":1,"dP":1,"t":0,"uu":"broodiken|tob1-2023","m":"bestiary/tokens/ToB1-2023/Broodiken.webp","n":"Broodiken"},{"id":3510,"c":1,"u":"bucca_tob1-2023","p":44,"s":64,"h":1,"dP":1,"t":0,"uu":"bucca|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bucca.webp","n":"Bucca"},{"id":3511,"c":1,"u":"bukavac_tob1-2023","p":45,"s":64,"h":1,"dP":1,"t":0,"uu":"bukavac|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bukavac.webp","n":"Bukavac"},{"id":3512,"c":1,"u":"buraq_tob1-2023","p":46,"s":64,"h":1,"dP":1,"t":0,"uu":"buraq|tob1-2023","m":"bestiary/tokens/ToB1-2023/Buraq.webp","n":"Buraq"},{"id":3513,"c":1,"u":"burrowling_tob1-2023","p":47,"s":64,"h":1,"dP":1,"t":0,"uu":"burrowling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Burrowling.webp","n":"Burrowling"},{"id":3514,"c":1,"u":"cactid_tob1-2023","p":48,"s":64,"h":1,"dP":1,"t":0,"uu":"cactid|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cactid.webp","n":"Cactid"},{"id":3515,"c":1,"u":"cambium_tob1-2023","p":49,"s":64,"h":1,"dP":1,"t":0,"uu":"cambium|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cambium.webp","n":"Cambium"},{"id":3516,"c":1,"u":"carrion%20beetle_tob1-2023","p":50,"s":64,"h":1,"dP":1,"t":0,"uu":"carrion beetle|tob1-2023","m":"bestiary/tokens/ToB1-2023/Carrion Beetle.webp","n":"Carrion Beetle"},{"id":3517,"c":1,"u":"caustic%20charger_tob1-2023","p":51,"s":64,"h":1,"dP":1,"t":0,"uu":"caustic charger|tob1-2023","m":"bestiary/tokens/ToB1-2023/Caustic Charger.webp","n":"Caustic Charger"},{"id":3518,"c":1,"u":"cave%20dragon%20wyrmling_tob1-2023","p":115,"s":64,"h":1,"dP":1,"t":0,"uu":"cave dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cave Dragon Wyrmling.webp","n":"Cave Dragon Wyrmling"},{"id":3519,"c":1,"u":"cavelight%20moss_tob1-2023","p":52,"s":64,"h":1,"dP":1,"t":0,"uu":"cavelight moss|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cavelight Moss.webp","n":"Cavelight Moss"},{"id":3520,"c":1,"u":"chained%20angel_tob1-2023","p":18,"s":64,"h":1,"dP":1,"t":0,"uu":"chained angel|tob1-2023","m":"bestiary/tokens/ToB1-2023/Chained Angel.webp","n":"Chained Angel"},{"id":3521,"c":1,"u":"chelicerae_tob1-2023","p":53,"s":64,"h":1,"dP":1,"t":0,"uu":"chelicerae|tob1-2023","m":"bestiary/tokens/ToB1-2023/Chelicerae.webp","n":"Chelicerae"},{"id":3522,"c":1,"u":"chernomoi_tob1-2023","p":54,"s":64,"h":1,"dP":1,"t":0,"uu":"chernomoi|tob1-2023","m":"bestiary/tokens/ToB1-2023/Chernomoi.webp","n":"Chernomoi"},{"id":3523,"c":1,"u":"child%20of%20the%20briar_tob1-2023","p":55,"s":64,"h":1,"dP":1,"t":0,"uu":"child of the briar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Child of the Briar.webp","n":"Child of the Briar"},{"id":3524,"c":1,"u":"chort%20devil_tob1-2023","p":93,"s":64,"h":1,"dP":1,"t":0,"uu":"chort devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Chort Devil.webp","n":"Chort Devil"},{"id":3525,"c":1,"u":"chronalmental_tob1-2023","p":56,"s":64,"h":1,"dP":1,"t":0,"uu":"chronalmental|tob1-2023","m":"bestiary/tokens/ToB1-2023/Chronalmental.webp","n":"Chronalmental"},{"id":3526,"c":1,"u":"cikavak_tob1-2023","p":57,"s":64,"h":1,"dP":1,"t":0,"uu":"cikavak|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cikavak.webp","n":"Cikavak"},{"id":3527,"c":1,"u":"citrullus_tob1-2023","p":58,"s":64,"h":1,"dP":1,"t":0,"uu":"citrullus|tob1-2023","m":"bestiary/tokens/ToB1-2023/Citrullus.webp","n":"Citrullus"},{"id":3528,"c":1,"u":"city%20watch%20captain_tob1-2023","p":407,"s":64,"h":1,"dP":1,"t":0,"uu":"city watch captain|tob1-2023","m":"bestiary/tokens/ToB1-2023/City Watch Captain.webp","n":"City Watch Captain"},{"id":3529,"c":1,"u":"clockwork%20abomination_tob1-2023","p":59,"s":64,"h":1,"dP":1,"t":0,"uu":"clockwork abomination|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Abomination.webp","n":"Clockwork Abomination"},{"id":3530,"c":1,"u":"clockwork%20beetle_tob1-2023","p":60,"s":64,"h":1,"dP":1,"t":0,"uu":"clockwork beetle|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Beetle.webp","n":"Clockwork Beetle"},{"id":3531,"c":1,"u":"clockwork%20beetle%20swarm_tob1-2023","p":60,"s":64,"h":1,"dP":1,"t":0,"uu":"clockwork beetle swarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Beetle Swarm.webp","n":"Clockwork Beetle Swarm"},{"id":3532,"c":1,"u":"clockwork%20hound_tob1-2023","p":61,"s":64,"h":1,"dP":1,"t":0,"uu":"clockwork hound|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Hound.webp","n":"Clockwork Hound"},{"id":3533,"c":1,"u":"clockwork%20huntsman_tob1-2023","p":62,"s":64,"h":1,"dP":1,"t":0,"uu":"clockwork huntsman|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Huntsman.webp","n":"Clockwork Huntsman"},{"id":3534,"c":1,"u":"clockwork%20myrmidon_tob1-2023","p":63,"s":64,"h":1,"dP":1,"t":0,"uu":"clockwork myrmidon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Myrmidon.webp","n":"Clockwork Myrmidon"},{"id":3535,"c":1,"u":"clockwork%20watchman_tob1-2023","p":64,"s":64,"h":1,"dP":1,"t":0,"uu":"clockwork watchman|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Watchman.webp","n":"Clockwork Watchman"},{"id":3536,"c":1,"u":"clockwork%20weaving%20spider_tob1-2023","p":65,"s":64,"h":1,"dP":1,"t":0,"uu":"clockwork weaving spider|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Weaving Spider.webp","n":"Clockwork Weaving Spider"},{"id":3537,"c":1,"u":"clurichaun_tob1-2023","p":66,"s":64,"h":1,"dP":1,"t":0,"uu":"clurichaun|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clurichaun.webp","n":"Clurichaun"},{"id":3538,"c":1,"u":"cobbleswarm_tob1-2023","p":67,"s":64,"h":1,"dP":1,"t":0,"uu":"cobbleswarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cobbleswarm.webp","n":"Cobbleswarm"},{"id":3539,"c":1,"u":"coral%20drake_tob1-2023","p":140,"s":64,"h":1,"dP":1,"t":0,"uu":"coral drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Coral Drake.webp","n":"Coral Drake"},{"id":3540,"c":1,"u":"corpse%20mound_tob1-2023","p":67,"s":64,"h":1,"dP":1,"t":0,"uu":"corpse mound|tob1-2023","m":"bestiary/tokens/ToB1-2023/Corpse Mound.webp","n":"Corpse Mound"},{"id":3541,"c":1,"u":"corrupted%20ushabti_tob1-2023","p":375,"s":64,"h":1,"dP":1,"t":0,"uu":"corrupted ushabti|tob1-2023","m":"bestiary/tokens/ToB1-2023/Corrupted Ushabti.webp","n":"Corrupted Ushabti"},{"id":3542,"c":1,"u":"corrupting%20ooze_tob1-2023","p":291,"s":64,"h":1,"dP":1,"t":0,"uu":"corrupting ooze|tob1-2023","m":"bestiary/tokens/ToB1-2023/Corrupting Ooze.webp","n":"Corrupting Ooze"},{"id":3543,"c":1,"u":"crimson%20drake_tob1-2023","p":141,"s":64,"h":1,"dP":1,"t":0,"uu":"crimson drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Crimson Drake.webp","n":"Crimson Drake"},{"id":3544,"c":1,"u":"crystalline%20devil_tob1-2023","p":94,"s":64,"h":1,"dP":1,"t":0,"uu":"crystalline devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Crystalline Devil.webp","n":"Crystalline Devil"},{"id":3545,"c":1,"u":"darakhul_tob1-2023","p":202,"s":64,"h":1,"dP":1,"t":0,"uu":"darakhul|tob1-2023","m":"bestiary/tokens/ToB1-2023/Darakhul.webp","n":"Darakhul"},{"id":3546,"c":1,"u":"dau_tob1-2023","p":69,"s":64,"h":1,"dP":1,"t":0,"uu":"dau|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dau.webp","n":"Dau"},{"id":3547,"c":1,"u":"death%20butterfly%20swarm_tob1-2023","p":70,"s":64,"h":1,"dP":1,"t":0,"uu":"death butterfly swarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Death Butterfly Swarm.webp","n":"Death Butterfly Swarm"},{"id":3548,"c":1,"u":"deathcap%20myconid_tob1-2023","p":280,"s":64,"h":1,"dP":1,"t":0,"uu":"deathcap myconid|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deathcap Myconid.webp","n":"Deathcap Myconid"},{"id":3549,"c":1,"u":"deathwisp_tob1-2023","p":71,"s":64,"h":1,"dP":1,"t":0,"uu":"deathwisp|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deathwisp.webp","n":"Deathwisp"},{"id":3550,"c":1,"u":"deep%20drake_tob1-2023","p":142,"s":64,"h":1,"dP":1,"t":0,"uu":"deep drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deep Drake.webp","n":"Deep Drake"},{"id":3551,"c":1,"u":"deep%20one_tob1-2023","p":72,"s":64,"h":1,"dP":1,"t":0,"uu":"deep one|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deep One.webp","n":"Deep One"},{"id":3552,"c":1,"u":"deep%20one%20archimandrite_tob1-2023","p":73,"s":64,"h":1,"dP":1,"t":0,"uu":"deep one archimandrite|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deep One Archimandrite.webp","n":"Deep One Archimandrite"},{"id":3553,"c":1,"u":"deep%20one%20priest_tob1-2023","p":72,"s":64,"h":1,"dP":1,"t":0,"uu":"deep one priest|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deep One Priest.webp","n":"Deep One Priest"},{"id":3554,"c":1,"u":"degenerate%20titan_tob1-2023","p":362,"s":64,"h":1,"dP":1,"t":0,"uu":"degenerate titan|tob1-2023","m":"bestiary/tokens/ToB1-2023/Degenerate Titan.webp","n":"Degenerate Titan"},{"id":3555,"c":1,"u":"demon%20lord%20akyishigal_tob1-2023","p":74,"s":64,"h":1,"dP":1,"t":0,"uu":"demon lord akyishigal|tob1-2023","m":"bestiary/tokens/ToB1-2023/Demon Lord Akyishigal.webp","n":"Demon Lord Akyishigal"},{"id":3556,"c":1,"u":"demon%20lord%20camazotz_tob1-2023","p":76,"s":64,"h":1,"dP":1,"t":0,"uu":"demon lord camazotz|tob1-2023","m":"bestiary/tokens/ToB1-2023/Demon Lord Camazotz.webp","n":"Demon Lord Camazotz"},{"id":3557,"c":1,"u":"demon%20lord%20mechuiti_tob1-2023","p":78,"s":64,"h":1,"dP":1,"t":0,"uu":"demon lord mechuiti|tob1-2023","m":"bestiary/tokens/ToB1-2023/Demon Lord Mechuiti.webp","n":"Demon Lord Mechuiti"},{"id":3558,"c":1,"u":"demon%20lord%20qorgeth_tob1-2023","p":80,"s":64,"h":1,"dP":1,"t":0,"uu":"demon lord qorgeth|tob1-2023","m":"bestiary/tokens/ToB1-2023/Demon Lord Qorgeth.webp","n":"Demon Lord Qorgeth"},{"id":3559,"c":1,"u":"derro%20fetal%20savant_tob1-2023","p":88,"s":64,"h":1,"dP":1,"t":0,"uu":"derro fetal savant|tob1-2023","m":"bestiary/tokens/ToB1-2023/Derro Fetal Savant.webp","n":"Derro Fetal Savant"},{"id":3560,"c":1,"u":"derro%20shadow%20antipaladin_tob1-2023","p":89,"s":64,"h":1,"dP":1,"t":0,"uu":"derro shadow antipaladin|tob1-2023","m":"bestiary/tokens/ToB1-2023/Derro Shadow Antipaladin.webp","n":"Derro Shadow Antipaladin"},{"id":3561,"c":1,"u":"desert%20giant_tob1-2023","p":205,"s":64,"h":1,"dP":1,"t":0,"uu":"desert giant|tob1-2023","m":"bestiary/tokens/ToB1-2023/Desert Giant.webp","n":"Desert Giant"},{"id":3562,"c":1,"u":"devilbound%20gnome_tob1-2023","p":408,"s":64,"h":1,"dP":1,"t":0,"uu":"devilbound gnome|tob1-2023","m":"bestiary/tokens/ToB1-2023/Devilbound Gnome.webp","n":"Devilbound Gnome"},{"id":3563,"c":1,"u":"dipsa_tob1-2023","p":105,"s":64,"h":1,"dP":1,"t":0,"uu":"dipsa|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dipsa.webp","n":"Dipsa"},{"id":3564,"c":1,"u":"dissimortuum_tob1-2023","p":106,"s":64,"h":1,"dP":1,"t":0,"uu":"dissimortuum|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dissimortuum.webp","n":"Dissimortuum"},{"id":3565,"c":1,"u":"dogmole_tob1-2023","p":107,"s":64,"h":1,"dP":1,"t":0,"uu":"dogmole|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dogmole.webp","n":"Dogmole"},{"id":3566,"c":1,"u":"dogmole%20juggernaut_tob1-2023","p":107,"s":64,"h":1,"dP":1,"t":0,"uu":"dogmole juggernaut|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dogmole Juggernaut.webp","n":"Dogmole Juggernaut"},{"id":3567,"c":1,"u":"domovoi_tob1-2023","p":108,"s":64,"h":1,"dP":1,"t":0,"uu":"domovoi|tob1-2023","m":"bestiary/tokens/ToB1-2023/Domovoi.webp","n":"Domovoi"},{"id":3568,"c":1,"u":"doppelrat_tob1-2023","p":109,"s":64,"h":1,"dP":1,"t":0,"uu":"doppelrat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Doppelrat.webp","n":"Doppelrat"},{"id":3569,"c":1,"u":"dorreq_tob1-2023","p":110,"s":64,"h":1,"dP":1,"t":0,"uu":"dorreq|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dorreq.webp","n":"Dorreq"},{"id":3570,"c":1,"u":"dragon%20eel_tob1-2023","p":111,"s":64,"h":1,"dP":1,"t":0,"uu":"dragon eel|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dragon Eel.webp","n":"Dragon Eel"},{"id":3571,"c":1,"u":"dragonleaf%20tree_tob1-2023","p":137,"s":64,"h":1,"dP":1,"t":0,"uu":"dragonleaf tree|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dragonleaf Tree.webp","n":"Dragonleaf Tree"},{"id":3572,"c":1,"u":"drakon_tob1-2023","p":147,"s":64,"h":1,"dP":1,"t":0,"uu":"drakon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Drakon.webp","n":"Drakon"},{"id":3573,"c":1,"u":"dream%20eater_tob1-2023","p":148,"s":64,"h":1,"dP":1,"t":0,"uu":"dream eater|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dream Eater.webp","n":"Dream Eater"},{"id":3574,"c":1,"u":"drowned%20maiden_tob1-2023","p":149,"s":64,"h":1,"dP":1,"t":0,"uu":"drowned maiden|tob1-2023","m":"bestiary/tokens/ToB1-2023/Drowned Maiden.webp","n":"Drowned Maiden"},{"id":3575,"c":1,"u":"dullahan_tob1-2023","p":151,"s":64,"h":1,"dP":1,"t":0,"uu":"dullahan|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dullahan.webp","n":"Dullahan"},{"id":3576,"c":1,"u":"dune%20mimic_tob1-2023","p":268,"s":64,"h":1,"dP":1,"t":0,"uu":"dune mimic|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dune Mimic.webp","n":"Dune Mimic"},{"id":3577,"c":1,"u":"duskthorn%20dryad_tob1-2023","p":150,"s":64,"h":1,"dP":1,"t":0,"uu":"duskthorn dryad|tob1-2023","m":"bestiary/tokens/ToB1-2023/Duskthorn Dryad.webp","n":"Duskthorn Dryad"},{"id":3578,"c":1,"u":"dust%20goblin_tob1-2023","p":215,"s":64,"h":1,"dP":1,"t":0,"uu":"dust goblin|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dust Goblin.webp","n":"Dust Goblin"},{"id":3579,"c":1,"u":"dwarven%20ringmage_tob1-2023","p":409,"s":64,"h":1,"dP":1,"t":0,"uu":"dwarven ringmage|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dwarven Ringmage.webp","n":"Dwarven Ringmage"},{"id":3580,"c":1,"u":"eala_tob1-2023","p":152,"s":64,"h":1,"dP":1,"t":0,"uu":"eala|tob1-2023","m":"bestiary/tokens/ToB1-2023/Eala.webp","n":"Eala"},{"id":3581,"c":1,"u":"eater%20of%20dust_tob1-2023","p":153,"s":64,"h":1,"dP":1,"t":0,"uu":"eater of dust|tob1-2023","m":"bestiary/tokens/ToB1-2023/Eater of Dust.webp","n":"Eater of Dust"},{"id":3582,"c":1,"u":"edimmu_tob1-2023","p":154,"s":64,"h":1,"dP":1,"t":0,"uu":"edimmu|tob1-2023","m":"bestiary/tokens/ToB1-2023/Edimmu.webp","n":"Edimmu"},{"id":3583,"c":1,"u":"eel%20hound_tob1-2023","p":155,"s":64,"h":1,"dP":1,"t":0,"uu":"eel hound|tob1-2023","m":"bestiary/tokens/ToB1-2023/Eel Hound.webp","n":"Eel Hound"},{"id":3584,"c":1,"u":"einherjar_tob1-2023","p":156,"s":64,"h":1,"dP":1,"t":0,"uu":"einherjar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Einherjar.webp","n":"Einherjar"},{"id":3585,"c":1,"u":"elder%20shadow%20drake_tob1-2023","p":143,"s":64,"h":1,"dP":1,"t":0,"uu":"elder shadow drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Elder Shadow Drake.webp","n":"Elder Shadow Drake"},{"id":3586,"c":1,"u":"elemental%20locus_tob1-2023","p":157,"s":64,"h":1,"dP":1,"t":0,"uu":"elemental locus|tob1-2023","m":"bestiary/tokens/ToB1-2023/Elemental Locus.webp","n":"Elemental Locus"},{"id":3587,"c":1,"u":"elvish%20veteran%20archer_tob1-2023","p":410,"s":64,"h":1,"dP":1,"t":0,"uu":"elvish veteran archer|tob1-2023","m":"bestiary/tokens/ToB1-2023/Elvish Veteran Archer.webp","n":"Elvish Veteran Archer"},{"id":3588,"c":1,"u":"emerald%20eye_tob1-2023","p":163,"s":64,"h":1,"dP":1,"t":0,"uu":"emerald eye|tob1-2023","m":"bestiary/tokens/ToB1-2023/Emerald Eye.webp","n":"Emerald Eye"},{"id":3589,"c":1,"u":"emerald%20order%20cult%20leader_tob1-2023","p":410,"s":64,"h":1,"dP":1,"t":0,"uu":"emerald order cult leader|tob1-2023","m":"bestiary/tokens/ToB1-2023/Emerald Order Cult Leader.webp","n":"Emerald Order Cult Leader"},{"id":3590,"c":1,"u":"empty%20cloak_tob1-2023","p":164,"s":64,"h":1,"dP":1,"t":0,"uu":"empty cloak|tob1-2023","m":"bestiary/tokens/ToB1-2023/Empty Cloak.webp","n":"Empty Cloak"},{"id":3591,"c":1,"u":"eonic%20drifter_tob1-2023","p":165,"s":64,"h":1,"dP":1,"t":0,"uu":"eonic drifter|tob1-2023","m":"bestiary/tokens/ToB1-2023/Eonic Drifter.webp","n":"Eonic Drifter"},{"id":3592,"c":1,"u":"erina_tob1-2023","p":166,"s":64,"h":1,"dP":1,"t":0,"uu":"erina|tob1-2023","m":"bestiary/tokens/ToB1-2023/Erina.webp","n":"Erina"},{"id":3593,"c":1,"u":"erina%20defender_tob1-2023","p":166,"s":64,"h":1,"dP":1,"t":0,"uu":"erina defender|tob1-2023","m":"bestiary/tokens/ToB1-2023/Erina Defender.webp","n":"Erina Defender"},{"id":3594,"c":1,"u":"eye%20golem_tob1-2023","p":216,"s":64,"h":1,"dP":1,"t":0,"uu":"eye golem|tob1-2023","m":"bestiary/tokens/ToB1-2023/Eye Golem.webp","n":"Eye Golem"},{"id":3595,"c":1,"u":"far%20darrig_tob1-2023","p":167,"s":64,"h":1,"dP":1,"t":0,"uu":"far darrig|tob1-2023","m":"bestiary/tokens/ToB1-2023/Far Darrig.webp","n":"Far Darrig"},{"id":3596,"c":1,"u":"fate%20eater_tob1-2023","p":168,"s":64,"h":1,"dP":1,"t":0,"uu":"fate eater|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fate Eater.webp","n":"Fate Eater"},{"id":3597,"c":1,"u":"fear%20smith_tob1-2023","p":169,"s":64,"h":1,"dP":1,"t":0,"uu":"fear smith|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fear Smith.webp","n":"Fear Smith"},{"id":3598,"c":1,"u":"fellforged_tob1-2023","p":170,"s":64,"h":1,"dP":1,"t":0,"uu":"fellforged|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fellforged.webp","n":"Fellforged"},{"id":3599,"c":1,"u":"fext_tob1-2023","p":171,"s":64,"h":1,"dP":1,"t":0,"uu":"fext|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fext.webp","n":"Fext"},{"id":3600,"c":1,"u":"feyward%20tree_tob1-2023","p":186,"s":64,"h":1,"dP":1,"t":0,"uu":"feyward tree|tob1-2023","m":"bestiary/tokens/ToB1-2023/Feyward Tree.webp","n":"Feyward Tree"},{"id":3601,"c":1,"u":"fidele%20angel_tob1-2023","p":19,"s":64,"h":1,"dP":1,"t":0,"uu":"fidele angel|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fidele Angel.webp","n":"Fidele Angel"},{"id":3602,"c":1,"u":"firebird_tob1-2023","p":187,"s":64,"h":1,"dP":1,"t":0,"uu":"firebird|tob1-2023","m":"bestiary/tokens/ToB1-2023/Firebird.webp","n":"Firebird"},{"id":3603,"c":1,"u":"firegeist_tob1-2023","p":188,"s":64,"h":1,"dP":1,"t":0,"uu":"firegeist|tob1-2023","m":"bestiary/tokens/ToB1-2023/Firegeist.webp","n":"Firegeist"},{"id":3604,"c":1,"u":"flab%20giant_tob1-2023","p":206,"s":64,"h":1,"dP":1,"t":0,"uu":"flab giant|tob1-2023","m":"bestiary/tokens/ToB1-2023/Flab Giant.webp","n":"Flab Giant"},{"id":3605,"c":1,"u":"flame%20dragon%20wyrmling_tob1-2023","p":119,"s":64,"h":1,"dP":1,"t":0,"uu":"flame dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Flame Dragon Wyrmling.webp","n":"Flame Dragon Wyrmling"},{"id":3606,"c":1,"u":"flutterflesh_tob1-2023","p":189,"s":64,"h":1,"dP":1,"t":0,"uu":"flutterflesh|tob1-2023","m":"bestiary/tokens/ToB1-2023/Flutterflesh.webp","n":"Flutterflesh"},{"id":3607,"c":1,"u":"folk%20of%20leng_tob1-2023","p":190,"s":64,"h":1,"dP":1,"t":0,"uu":"folk of leng|tob1-2023","m":"bestiary/tokens/ToB1-2023/Folk of Leng.webp","n":"Folk of Leng"},{"id":3608,"c":1,"u":"forest%20marauder_tob1-2023","p":191,"s":64,"h":1,"dP":1,"t":0,"uu":"forest marauder|tob1-2023","m":"bestiary/tokens/ToB1-2023/Forest Marauder.webp","n":"Forest Marauder"},{"id":3609,"c":1,"u":"fraughashar_tob1-2023","p":192,"s":64,"h":1,"dP":1,"t":0,"uu":"fraughashar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fraughashar.webp","n":"Fraughashar"},{"id":3610,"c":1,"u":"frostveil_tob1-2023","p":193,"s":64,"h":1,"dP":1,"t":0,"uu":"frostveil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Frostveil.webp","n":"Frostveil"},{"id":3611,"c":1,"u":"garroter%20crab_tob1-2023","p":194,"s":64,"h":1,"dP":1,"t":0,"uu":"garroter crab|tob1-2023","m":"bestiary/tokens/ToB1-2023/Garroter Crab.webp","n":"Garroter Crab"},{"id":3612,"c":1,"u":"gbahali_tob1-2023","p":195,"s":64,"h":1,"dP":1,"t":0,"uu":"gbahali|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gbahali.webp","n":"Gbahali"},{"id":3613,"c":1,"u":"gearforged%20templar_tob1-2023","p":196,"s":64,"h":1,"dP":1,"t":0,"uu":"gearforged templar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gearforged Templar.webp","n":"Gearforged Templar"},{"id":3614,"c":1,"u":"gerridae_tob1-2023","p":198,"s":64,"h":1,"dP":1,"t":0,"uu":"gerridae|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gerridae.webp","n":"Gerridae"},{"id":3615,"c":1,"u":"ghost%20knight_tob1-2023","p":199,"s":64,"h":1,"dP":1,"t":0,"uu":"ghost knight|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ghost Knight.webp","n":"Ghost Knight"},{"id":3616,"c":1,"u":"ghostwalk%20spider_tob1-2023","p":343,"s":64,"h":1,"dP":1,"t":0,"uu":"ghostwalk spider|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ghostwalk Spider.webp","n":"Ghostwalk Spider"},{"id":3617,"c":1,"u":"giant%20ant_tob1-2023","p":22,"s":64,"h":1,"dP":1,"t":0,"uu":"giant ant|tob1-2023","m":"bestiary/tokens/ToB1-2023/Giant Ant.webp","n":"Giant Ant"},{"id":3618,"c":1,"u":"giant%20ant%20queen_tob1-2023","p":22,"s":64,"h":1,"dP":1,"t":0,"uu":"giant ant queen|tob1-2023","m":"bestiary/tokens/ToB1-2023/Giant Ant Queen.webp","n":"Giant Ant Queen"},{"id":3619,"c":1,"u":"gilded%20devil_tob1-2023","p":95,"s":64,"h":1,"dP":1,"t":0,"uu":"gilded devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gilded Devil.webp","n":"Gilded Devil"},{"id":3620,"c":1,"u":"glass%20gator_tob1-2023","p":211,"s":64,"h":1,"dP":1,"t":0,"uu":"glass gator|tob1-2023","m":"bestiary/tokens/ToB1-2023/Glass Gator.webp","n":"Glass Gator"},{"id":3621,"c":1,"u":"gnarljak_tob1-2023","p":212,"s":64,"h":1,"dP":1,"t":0,"uu":"gnarljak|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gnarljak.webp","n":"Gnarljak"},{"id":3622,"c":1,"u":"gnoll%20havoc%20runner_tob1-2023","p":212,"s":64,"h":1,"dP":1,"t":0,"uu":"gnoll havoc runner|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gnoll Havoc Runner.webp","n":"Gnoll Havoc Runner"},{"id":3623,"c":1,"u":"goat-man_tob1-2023","p":214,"s":64,"h":1,"dP":1,"t":0,"uu":"goat-man|tob1-2023","m":"bestiary/tokens/ToB1-2023/Goat-Man.webp","n":"Goat-Man"},{"id":3624,"c":1,"u":"gray%20thirster_tob1-2023","p":221,"s":64,"h":1,"dP":1,"t":0,"uu":"gray thirster|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gray Thirster.webp","n":"Gray Thirster"},{"id":3625,"c":1,"u":"greater%20death%20butterfly%20swarm_tob1-2023","p":70,"s":64,"h":1,"dP":1,"t":0,"uu":"greater death butterfly swarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Greater Death Butterfly Swarm.webp","n":"Greater Death Butterfly Swarm"},{"id":3626,"c":1,"u":"greyfur_tob1-2023","p":250,"s":64,"h":1,"dP":1,"t":0,"uu":"greyfur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Greyfur.webp","n":"Greyfur"},{"id":3627,"c":1,"u":"grim%20jester_tob1-2023","p":224,"s":64,"h":1,"dP":1,"t":0,"uu":"grim jester|tob1-2023","m":"bestiary/tokens/ToB1-2023/Grim Jester.webp","n":"Grim Jester"},{"id":3628,"c":1,"u":"gug_tob1-2023","p":225,"s":64,"h":1,"dP":1,"t":0,"uu":"gug|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gug.webp","n":"Gug"},{"id":3629,"c":1,"u":"gypsosphinx_tob1-2023","p":340,"s":64,"h":1,"dP":1,"t":0,"uu":"gypsosphinx|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gypsosphinx.webp","n":"Gypsosphinx"},{"id":3630,"c":1,"u":"haugbui_tob1-2023","p":231,"s":64,"h":1,"dP":1,"t":0,"uu":"haugbui|tob1-2023","m":"bestiary/tokens/ToB1-2023/Haugbui.webp","n":"Haugbui"},{"id":3631,"c":1,"u":"herald%20of%20blood_tob1-2023","p":232,"s":64,"h":1,"dP":1,"t":0,"uu":"herald of blood|tob1-2023","m":"bestiary/tokens/ToB1-2023/Herald of Blood.webp","n":"Herald of Blood"},{"id":3632,"c":1,"u":"herald%20of%20darkness_tob1-2023","p":233,"s":64,"h":1,"dP":1,"t":0,"uu":"herald of darkness|tob1-2023","m":"bestiary/tokens/ToB1-2023/Herald of Darkness.webp","n":"Herald of Darkness"},{"id":3633,"c":1,"u":"hoard%20golem_tob1-2023","p":217,"s":64,"h":1,"dP":1,"t":0,"uu":"hoard golem|tob1-2023","m":"bestiary/tokens/ToB1-2023/Hoard Golem.webp","n":"Hoard Golem"},{"id":3634,"c":1,"u":"horakh_tob1-2023","p":234,"s":64,"h":1,"dP":1,"t":0,"uu":"horakh|tob1-2023","m":"bestiary/tokens/ToB1-2023/Horakh.webp","n":"Horakh"},{"id":3635,"c":1,"u":"hound%20of%20the%20night_tob1-2023","p":235,"s":64,"h":1,"dP":1,"t":0,"uu":"hound of the night|tob1-2023","m":"bestiary/tokens/ToB1-2023/Hound of the Night.webp","n":"Hound of the Night"},{"id":3636,"c":1,"u":"hraesvelgr_tob1-2023","p":207,"s":64,"h":1,"dP":1,"t":0,"uu":"hraesvelgr|tob1-2023","m":"bestiary/tokens/ToB1-2023/Hraesvelgr.webp","n":"Hraesvelgr"},{"id":3637,"c":1,"u":"hulking%20whelp_tob1-2023","p":236,"s":64,"h":1,"dP":1,"t":0,"uu":"hulking whelp|tob1-2023","m":"bestiary/tokens/ToB1-2023/Hulking Whelp.webp","n":"Hulking Whelp"},{"id":3638,"c":1,"u":"hundun_tob1-2023","p":237,"s":64,"h":1,"dP":1,"t":0,"uu":"hundun|tob1-2023","m":"bestiary/tokens/ToB1-2023/Hundun.webp","n":"Hundun"},{"id":3639,"c":1,"u":"ice%20maiden_tob1-2023","p":238,"s":64,"h":1,"dP":1,"t":0,"uu":"ice maiden|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ice Maiden.webp","n":"Ice Maiden"},{"id":3640,"c":1,"u":"idolic%20deity_tob1-2023","p":239,"s":64,"h":1,"dP":1,"t":0,"uu":"idolic deity|tob1-2023","m":"bestiary/tokens/ToB1-2023/Idolic Deity.webp","n":"Idolic Deity"},{"id":3641,"c":1,"u":"imperial%20ghoul_tob1-2023","p":203,"s":64,"h":1,"dP":1,"t":0,"uu":"imperial ghoul|tob1-2023","m":"bestiary/tokens/ToB1-2023/Imperial Ghoul.webp","n":"Imperial Ghoul"},{"id":3642,"c":1,"u":"ink%20devil_tob1-2023","p":96,"s":64,"h":1,"dP":1,"t":0,"uu":"ink devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ink Devil.webp","n":"Ink Devil"},{"id":3643,"c":1,"u":"iron%20ghoul_tob1-2023","p":204,"s":64,"h":1,"dP":1,"t":0,"uu":"iron ghoul|tob1-2023","m":"bestiary/tokens/ToB1-2023/Iron Ghoul.webp","n":"Iron Ghoul"},{"id":3644,"c":1,"u":"isonade_tob1-2023","p":240,"s":64,"h":1,"dP":1,"t":0,"uu":"isonade|tob1-2023","m":"bestiary/tokens/ToB1-2023/Isonade.webp","n":"Isonade"},{"id":3645,"c":1,"u":"j'ba%20fofi%20spider_tob1-2023","p":344,"s":64,"h":1,"dP":1,"t":0,"uu":"j'ba fofi spider|tob1-2023","m":"bestiary/tokens/ToB1-2023/J'ba Fofi Spider.webp","n":"J'ba Fofi Spider"},{"id":3646,"c":1,"u":"jaculus_tob1-2023","p":241,"s":64,"h":1,"dP":1,"t":0,"uu":"jaculus|tob1-2023","m":"bestiary/tokens/ToB1-2023/Jaculus.webp","n":"Jaculus"},{"id":3647,"c":1,"u":"jotun_tob1-2023","p":209,"s":64,"h":1,"dP":1,"t":0,"uu":"jotun|tob1-2023","m":"bestiary/tokens/ToB1-2023/Jotun.webp","n":"Jotun"},{"id":3648,"c":1,"u":"kalke_tob1-2023","p":242,"s":64,"h":1,"dP":1,"t":0,"uu":"kalke|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kalke.webp","n":"Kalke"},{"id":3649,"c":1,"u":"kikimora_tob1-2023","p":243,"s":64,"h":1,"dP":1,"t":0,"uu":"kikimora|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kikimora.webp","n":"Kikimora"},{"id":3650,"c":1,"u":"kishi%20demon_tob1-2023","p":84,"s":64,"h":1,"dP":1,"t":0,"uu":"kishi demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kishi Demon.webp","n":"Kishi Demon"},{"id":3651,"c":1,"u":"kobold%20alchemist_tob1-2023","p":244,"s":64,"h":1,"dP":1,"t":0,"uu":"kobold alchemist|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kobold Alchemist.webp","n":"Kobold Alchemist"},{"id":3652,"c":1,"u":"kobold%20chieftain_tob1-2023","p":245,"s":64,"h":1,"dP":1,"t":0,"uu":"kobold chieftain|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kobold Chieftain.webp","n":"Kobold Chieftain"},{"id":3653,"c":1,"u":"kobold%20trapsmith_tob1-2023","p":246,"s":64,"h":1,"dP":1,"t":0,"uu":"kobold trapsmith|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kobold Trapsmith.webp","n":"Kobold Trapsmith"},{"id":3654,"c":1,"u":"kongamato_tob1-2023","p":247,"s":64,"h":1,"dP":1,"t":0,"uu":"kongamato|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kongamato.webp","n":"Kongamato"},{"id":3655,"c":1,"u":"koralk%20devil_tob1-2023","p":97,"s":64,"h":1,"dP":1,"t":0,"uu":"koralk devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Koralk Devil.webp","n":"Koralk Devil"},{"id":3656,"c":1,"u":"kot%20bayun_tob1-2023","p":248,"s":64,"h":1,"dP":1,"t":0,"uu":"kot bayun|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kot Bayun.webp","n":"Kot Bayun"},{"id":3657,"c":1,"u":"krake%20spawn_tob1-2023","p":249,"s":64,"h":1,"dP":1,"t":0,"uu":"krake spawn|tob1-2023","m":"bestiary/tokens/ToB1-2023/Krake Spawn.webp","n":"Krake Spawn"},{"id":3658,"c":1,"u":"lake%20troll_tob1-2023","p":370,"s":64,"h":1,"dP":1,"t":0,"uu":"lake troll|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lake Troll.webp","n":"Lake Troll"},{"id":3659,"c":1,"u":"lantern%20dragonette_tob1-2023","p":136,"s":64,"h":1,"dP":1,"t":0,"uu":"lantern dragonette|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lantern Dragonette.webp","n":"Lantern Dragonette"},{"id":3660,"c":1,"u":"lemurfolk_tob1-2023","p":250,"s":64,"h":1,"dP":1,"t":0,"uu":"lemurfolk|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lemurfolk.webp","n":"Lemurfolk"},{"id":3661,"c":1,"u":"leshy_tob1-2023","p":251,"s":64,"h":1,"dP":1,"t":0,"uu":"leshy|tob1-2023","m":"bestiary/tokens/ToB1-2023/Leshy.webp","n":"Leshy"},{"id":3662,"c":1,"u":"library%20automaton_tob1-2023","p":252,"s":64,"h":1,"dP":1,"t":0,"uu":"library automaton|tob1-2023","m":"bestiary/tokens/ToB1-2023/Library Automaton.webp","n":"Library Automaton"},{"id":3663,"c":1,"u":"lich%20hound_tob1-2023","p":253,"s":64,"h":1,"dP":1,"t":0,"uu":"lich hound|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lich Hound.webp","n":"Lich Hound"},{"id":3664,"c":1,"u":"likho_tob1-2023","p":254,"s":64,"h":1,"dP":1,"t":0,"uu":"likho|tob1-2023","m":"bestiary/tokens/ToB1-2023/Likho.webp","n":"Likho"},{"id":3665,"c":1,"u":"lindwurm_tob1-2023","p":255,"s":64,"h":1,"dP":1,"t":0,"uu":"lindwurm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lindwurm.webp","n":"Lindwurm"},{"id":3666,"c":1,"u":"liosalfar_tob1-2023","p":256,"s":64,"h":1,"dP":1,"t":0,"uu":"liosalfar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Liosalfar.webp","n":"Liosalfar"},{"id":3667,"c":1,"u":"living%20wick_tob1-2023","p":257,"s":64,"h":1,"dP":1,"t":0,"uu":"living wick|tob1-2023","m":"bestiary/tokens/ToB1-2023/Living Wick.webp","n":"Living Wick"},{"id":3668,"c":1,"u":"lord%20of%20the%20hunt_tob1-2023","p":174,"s":64,"h":1,"dP":1,"t":0,"uu":"lord of the hunt|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lord of the Hunt.webp","n":"Lord of the Hunt"},{"id":3669,"c":1,"u":"lorelei_tob1-2023","p":258,"s":64,"h":1,"dP":1,"t":0,"uu":"lorelei|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lorelei.webp","n":"Lorelei"},{"id":3670,"c":1,"u":"loxoda_tob1-2023","p":259,"s":64,"h":1,"dP":1,"t":0,"uu":"loxoda|tob1-2023","m":"bestiary/tokens/ToB1-2023/Loxoda.webp","n":"Loxoda"},{"id":3671,"c":1,"u":"lunar%20devil_tob1-2023","p":98,"s":64,"h":1,"dP":1,"t":0,"uu":"lunar devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lunar Devil.webp","n":"Lunar Devil"},{"id":3672,"c":1,"u":"mahoru_tob1-2023","p":260,"s":64,"h":1,"dP":1,"t":0,"uu":"mahoru|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mahoru.webp","n":"Mahoru"},{"id":3673,"c":1,"u":"malakbel%20demon_tob1-2023","p":85,"s":64,"h":1,"dP":1,"t":0,"uu":"malakbel demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Malakbel Demon.webp","n":"Malakbel Demon"},{"id":3674,"c":1,"u":"mallqui_tob1-2023","p":261,"s":64,"h":1,"dP":1,"t":0,"uu":"mallqui|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mallqui.webp","n":"Mallqui"},{"id":3675,"c":1,"u":"malphas_tob1-2023","p":262,"s":64,"h":1,"dP":1,"t":0,"uu":"malphas|tob1-2023","m":"bestiary/tokens/ToB1-2023/Malphas.webp","n":"Malphas"},{"id":3676,"c":1,"u":"mamura_tob1-2023","p":263,"s":64,"h":1,"dP":1,"t":0,"uu":"mamura|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mamura.webp","n":"Mamura"},{"id":3677,"c":1,"u":"map%20mimic_tob1-2023","p":269,"s":64,"h":1,"dP":1,"t":0,"uu":"map mimic|tob1-2023","m":"bestiary/tokens/ToB1-2023/Map Mimic.webp","n":"Map Mimic"},{"id":3678,"c":1,"u":"mask%20wight_tob1-2023","p":264,"s":64,"h":1,"dP":1,"t":0,"uu":"mask wight|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mask Wight.webp","n":"Mask Wight"},{"id":3679,"c":1,"u":"mavka_tob1-2023","p":265,"s":64,"h":1,"dP":1,"t":0,"uu":"mavka|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mavka.webp","n":"Mavka"},{"id":3680,"c":1,"u":"mbielu%20dinosaur_tob1-2023","p":101,"s":64,"h":1,"dP":1,"t":0,"uu":"mbielu dinosaur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mbielu Dinosaur.webp","n":"Mbielu Dinosaur"},{"id":3681,"c":1,"u":"mi-go_tob1-2023","p":266,"s":64,"h":1,"dP":1,"t":0,"uu":"mi-go|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mi-go.webp","n":"Mi-go"},{"id":3682,"c":1,"u":"millitaur_tob1-2023","p":267,"s":64,"h":1,"dP":1,"t":0,"uu":"millitaur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Millitaur.webp","n":"Millitaur"},{"id":3683,"c":1,"u":"mindrot%20thrall_tob1-2023","p":270,"s":64,"h":1,"dP":1,"t":0,"uu":"mindrot thrall|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mindrot Thrall.webp","n":"Mindrot Thrall"},{"id":3684,"c":1,"u":"mirager_tob1-2023","p":271,"s":64,"h":1,"dP":1,"t":0,"uu":"mirager|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mirager.webp","n":"Mirager"},{"id":3685,"c":1,"u":"miremal_tob1-2023","p":272,"s":64,"h":1,"dP":1,"t":0,"uu":"miremal|tob1-2023","m":"bestiary/tokens/ToB1-2023/Miremal.webp","n":"Miremal"},{"id":3686,"c":1,"u":"mirror%20hag_tob1-2023","p":227,"s":64,"h":1,"dP":1,"t":0,"uu":"mirror hag|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mirror Hag.webp","n":"Mirror Hag"},{"id":3687,"c":1,"u":"mithral%20dragon%20wyrmling_tob1-2023","p":123,"s":64,"h":1,"dP":1,"t":0,"uu":"mithral dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mithral Dragon Wyrmling.webp","n":"Mithral Dragon Wyrmling"},{"id":3688,"c":1,"u":"mngwa_tob1-2023","p":273,"s":64,"h":1,"dP":1,"t":0,"uu":"mngwa|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mngwa.webp","n":"Mngwa"},{"id":3689,"c":1,"u":"monolith%20champion_tob1-2023","p":274,"s":64,"h":1,"dP":1,"t":0,"uu":"monolith champion|tob1-2023","m":"bestiary/tokens/ToB1-2023/Monolith Champion.webp","n":"Monolith Champion"},{"id":3690,"c":1,"u":"monolith%20footman_tob1-2023","p":275,"s":64,"h":1,"dP":1,"t":0,"uu":"monolith footman|tob1-2023","m":"bestiary/tokens/ToB1-2023/Monolith Footman.webp","n":"Monolith Footman"},{"id":3691,"c":1,"u":"moonlit%20king_tob1-2023","p":176,"s":64,"h":1,"dP":1,"t":0,"uu":"moonlit king|tob1-2023","m":"bestiary/tokens/ToB1-2023/Moonlit King.webp","n":"Moonlit King"},{"id":3692,"c":1,"u":"mordant%20snare_tob1-2023","p":276,"s":64,"h":1,"dP":1,"t":0,"uu":"mordant snare|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mordant Snare.webp","n":"Mordant Snare"},{"id":3693,"c":1,"u":"morphoi_tob1-2023","p":277,"s":64,"h":1,"dP":1,"t":0,"uu":"morphoi|tob1-2023","m":"bestiary/tokens/ToB1-2023/Morphoi.webp","n":"Morphoi"},{"id":3694,"c":1,"u":"moss%20lurker_tob1-2023","p":278,"s":64,"h":1,"dP":1,"t":0,"uu":"moss lurker|tob1-2023","m":"bestiary/tokens/ToB1-2023/Moss Lurker.webp","n":"Moss Lurker"},{"id":3695,"c":1,"u":"myling_tob1-2023","p":281,"s":64,"h":1,"dP":1,"t":0,"uu":"myling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Myling.webp","n":"Myling"},{"id":3696,"c":1,"u":"naina_tob1-2023","p":282,"s":64,"h":1,"dP":1,"t":0,"uu":"naina|tob1-2023","m":"bestiary/tokens/ToB1-2023/Naina.webp","n":"Naina"},{"id":3697,"c":1,"u":"necrohydra_tob1-2023","p":283,"s":64,"h":1,"dP":1,"t":0,"uu":"necrohydra|tob1-2023","m":"bestiary/tokens/ToB1-2023/Necrohydra.webp","n":"Necrohydra"},{"id":3698,"c":1,"u":"ngobou%20dinosaur_tob1-2023","p":102,"s":64,"h":1,"dP":1,"t":0,"uu":"ngobou dinosaur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ngobou Dinosaur.webp","n":"Ngobou Dinosaur"},{"id":3699,"c":1,"u":"nichny_tob1-2023","p":284,"s":64,"h":1,"dP":1,"t":0,"uu":"nichny|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nichny.webp","n":"Nichny"},{"id":3700,"c":1,"u":"night%20scorpion_tob1-2023","p":320,"s":64,"h":1,"dP":1,"t":0,"uu":"night scorpion|tob1-2023","m":"bestiary/tokens/ToB1-2023/Night Scorpion.webp","n":"Night Scorpion"},{"id":3701,"c":1,"u":"nightgarm_tob1-2023","p":285,"s":64,"h":1,"dP":1,"t":0,"uu":"nightgarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nightgarm.webp","n":"Nightgarm"},{"id":3702,"c":1,"u":"nihileth%20aboleth_tob1-2023","p":9,"s":64,"h":1,"dP":1,"t":0,"uu":"nihileth aboleth|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nihileth Aboleth.webp","n":"Nihileth Aboleth"},{"id":3703,"c":1,"u":"nihilethic%20dominator_tob1-2023","p":10,"s":64,"h":1,"dP":1,"t":0,"uu":"nihilethic dominator|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nihilethic Dominator.webp","n":"Nihilethic Dominator"},{"id":3704,"c":1,"u":"nihilethic%20zombie_tob1-2023","p":9,"s":64,"h":1,"dP":1,"t":0,"uu":"nihilethic zombie|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nihilethic Zombie.webp","n":"Nihilethic Zombie"},{"id":3705,"c":1,"u":"nkosi_tob1-2023","p":286,"s":64,"h":1,"dP":1,"t":0,"uu":"nkosi|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nkosi.webp","n":"Nkosi"},{"id":3706,"c":1,"u":"nkosi%20pridelord_tob1-2023","p":286,"s":64,"h":1,"dP":1,"t":0,"uu":"nkosi pridelord|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nkosi Pridelord.webp","n":"Nkosi Pridelord"},{"id":3707,"c":1,"u":"noctiny_tob1-2023","p":287,"s":64,"h":1,"dP":1,"t":0,"uu":"noctiny|tob1-2023","m":"bestiary/tokens/ToB1-2023/Noctiny.webp","n":"Noctiny"},{"id":3708,"c":1,"u":"oculo%20swarm_tob1-2023","p":288,"s":64,"h":1,"dP":1,"t":0,"uu":"oculo swarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Oculo Swarm.webp","n":"Oculo Swarm"},{"id":3709,"c":1,"u":"ogre%20corrupted%20chieftain_tob1-2023","p":289,"s":64,"h":1,"dP":1,"t":0,"uu":"ogre corrupted chieftain|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ogre Corrupted Chieftain.webp","n":"Ogre Corrupted Chieftain"},{"id":3710,"c":1,"u":"oozasis_tob1-2023","p":290,"s":64,"h":1,"dP":1,"t":0,"uu":"oozasis|tob1-2023","m":"bestiary/tokens/ToB1-2023/Oozasis.webp","n":"Oozasis"},{"id":3711,"c":1,"u":"orobas%20devil_tob1-2023","p":99,"s":64,"h":1,"dP":1,"t":0,"uu":"orobas devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Orobas Devil.webp","n":"Orobas Devil"},{"id":3712,"c":1,"u":"ostinato_tob1-2023","p":292,"s":64,"h":1,"dP":1,"t":0,"uu":"ostinato|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ostinato.webp","n":"Ostinato"},{"id":3713,"c":1,"u":"owl%20harpy_tob1-2023","p":230,"s":64,"h":1,"dP":1,"t":0,"uu":"owl harpy|tob1-2023","m":"bestiary/tokens/ToB1-2023/Owl Harpy.webp","n":"Owl Harpy"},{"id":3714,"c":1,"u":"pact%20vampire_tob1-2023","p":380,"s":64,"h":1,"dP":1,"t":0,"uu":"pact vampire|tob1-2023","m":"bestiary/tokens/ToB1-2023/Pact Vampire.webp","n":"Pact Vampire"},{"id":3715,"c":1,"u":"paper%20drake_tob1-2023","p":144,"s":64,"h":1,"dP":1,"t":0,"uu":"paper drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Paper Drake.webp","n":"Paper Drake"},{"id":3716,"c":1,"u":"planewatcher_tob1-2023","p":293,"s":64,"h":1,"dP":1,"t":0,"uu":"planewatcher|tob1-2023","m":"bestiary/tokens/ToB1-2023/Planewatcher.webp","n":"Planewatcher"},{"id":3717,"c":1,"u":"pombero_tob1-2023","p":294,"s":64,"h":1,"dP":1,"t":0,"uu":"pombero|tob1-2023","m":"bestiary/tokens/ToB1-2023/Pombero.webp","n":"Pombero"},{"id":3718,"c":1,"u":"possessed%20pillar_tob1-2023","p":295,"s":64,"h":1,"dP":1,"t":0,"uu":"possessed pillar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Possessed Pillar.webp","n":"Possessed Pillar"},{"id":3719,"c":1,"u":"psoglav%20demon_tob1-2023","p":86,"s":64,"h":1,"dP":1,"t":0,"uu":"psoglav demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Psoglav Demon.webp","n":"Psoglav Demon"},{"id":3720,"c":1,"u":"putrid%20haunt_tob1-2023","p":296,"s":64,"h":1,"dP":1,"t":0,"uu":"putrid haunt|tob1-2023","m":"bestiary/tokens/ToB1-2023/Putrid Haunt.webp","n":"Putrid Haunt"},{"id":3721,"c":1,"u":"queen%20of%20night%20and%20magic_tob1-2023","p":178,"s":64,"h":1,"dP":1,"t":0,"uu":"queen of night and magic|tob1-2023","m":"bestiary/tokens/ToB1-2023/Queen of Night and Magic.webp","n":"Queen of Night and Magic"},{"id":3722,"c":1,"u":"queen%20of%20witches_tob1-2023","p":180,"s":64,"h":1,"dP":1,"t":0,"uu":"queen of witches|tob1-2023","m":"bestiary/tokens/ToB1-2023/Queen of Witches.webp","n":"Queen of Witches"},{"id":3723,"c":1,"u":"quicksilver%20siege%20orb_tob1-2023","p":297,"s":64,"h":1,"dP":1,"t":0,"uu":"quicksilver siege orb|tob1-2023","m":"bestiary/tokens/ToB1-2023/Quicksilver Siege Orb.webp","n":"Quicksilver Siege Orb"},{"id":3724,"c":1,"u":"qwyllion_tob1-2023","p":298,"s":64,"h":1,"dP":1,"t":0,"uu":"qwyllion|tob1-2023","m":"bestiary/tokens/ToB1-2023/Qwyllion.webp","n":"Qwyllion"},{"id":3725,"c":1,"u":"ramag_tob1-2023","p":299,"s":64,"h":1,"dP":1,"t":0,"uu":"ramag|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ramag.webp","n":"Ramag"},{"id":3726,"c":1,"u":"rat%20king_tob1-2023","p":300,"s":64,"h":1,"dP":1,"t":0,"uu":"rat king|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rat King.webp","n":"Rat King"},{"id":3727,"c":1,"u":"ratatosk_tob1-2023","p":301,"s":64,"h":1,"dP":1,"t":0,"uu":"ratatosk|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ratatosk.webp","n":"Ratatosk"},{"id":3728,"c":1,"u":"ratfolk_tob1-2023","p":302,"s":64,"h":1,"dP":1,"t":0,"uu":"ratfolk|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ratfolk.webp","n":"Ratfolk"},{"id":3729,"c":1,"u":"ratfolk%20rogue_tob1-2023","p":302,"s":64,"h":1,"dP":1,"t":0,"uu":"ratfolk rogue|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ratfolk Rogue.webp","n":"Ratfolk Rogue"},{"id":3730,"c":1,"u":"ravenala_tob1-2023","p":303,"s":64,"h":1,"dP":1,"t":0,"uu":"ravenala|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ravenala.webp","n":"Ravenala"},{"id":3731,"c":1,"u":"ravenfolk%20doom%20croaker_tob1-2023","p":305,"s":64,"h":1,"dP":1,"t":0,"uu":"ravenfolk doom croaker|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ravenfolk Doom Croaker.webp","n":"Ravenfolk Doom Croaker"},{"id":3732,"c":1,"u":"ravenfolk%20scout_tob1-2023","p":304,"s":64,"h":1,"dP":1,"t":0,"uu":"ravenfolk scout|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ravenfolk Scout.webp","n":"Ravenfolk Scout"},{"id":3733,"c":1,"u":"ravenfolk%20warrior_tob1-2023","p":304,"s":64,"h":1,"dP":1,"t":0,"uu":"ravenfolk warrior|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ravenfolk Warrior.webp","n":"Ravenfolk Warrior"},{"id":3734,"c":1,"u":"red%20hag_tob1-2023","p":228,"s":64,"h":1,"dP":1,"t":0,"uu":"red hag|tob1-2023","m":"bestiary/tokens/ToB1-2023/Red Hag.webp","n":"Red Hag"},{"id":3735,"c":1,"u":"red-banded%20line%20spider_tob1-2023","p":345,"s":64,"h":1,"dP":1,"t":0,"uu":"red-banded line spider|tob1-2023","m":"bestiary/tokens/ToB1-2023/Red-Banded Line Spider.webp","n":"Red-Banded Line Spider"},{"id":3736,"c":1,"u":"redcap_tob1-2023","p":306,"s":64,"h":1,"dP":1,"t":0,"uu":"redcap|tob1-2023","m":"bestiary/tokens/ToB1-2023/Redcap.webp","n":"Redcap"},{"id":3737,"c":1,"u":"rift%20swine_tob1-2023","p":307,"s":64,"h":1,"dP":1,"t":0,"uu":"rift swine|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rift Swine.webp","n":"Rift Swine"},{"id":3738,"c":1,"u":"rime%20worm_tob1-2023","p":308,"s":64,"h":1,"dP":1,"t":0,"uu":"rime worm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rime Worm.webp","n":"Rime Worm"},{"id":3739,"c":1,"u":"rime%20worm%20grub_tob1-2023","p":308,"s":64,"h":1,"dP":1,"t":0,"uu":"rime worm grub|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rime Worm Grub.webp","n":"Rime Worm Grub"},{"id":3740,"c":1,"u":"risen%20reaver_tob1-2023","p":309,"s":64,"h":1,"dP":1,"t":0,"uu":"risen reaver|tob1-2023","m":"bestiary/tokens/ToB1-2023/Risen Reaver.webp","n":"Risen Reaver"},{"id":3741,"c":1,"u":"river%20king_tob1-2023","p":182,"s":64,"h":1,"dP":1,"t":0,"uu":"river king|tob1-2023","m":"bestiary/tokens/ToB1-2023/River King.webp","n":"River King"},{"id":3742,"c":1,"u":"roachling%20lord_tob1-2023","p":310,"s":64,"h":1,"dP":1,"t":0,"uu":"roachling lord|tob1-2023","m":"bestiary/tokens/ToB1-2023/Roachling Lord.webp","n":"Roachling Lord"},{"id":3743,"c":1,"u":"roachling%20skirmisher_tob1-2023","p":310,"s":64,"h":1,"dP":1,"t":0,"uu":"roachling skirmisher|tob1-2023","m":"bestiary/tokens/ToB1-2023/Roachling Skirmisher.webp","n":"Roachling Skirmisher"},{"id":3744,"c":1,"u":"rotting%20wind_tob1-2023","p":311,"s":64,"h":1,"dP":1,"t":0,"uu":"rotting wind|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rotting Wind.webp","n":"Rotting Wind"},{"id":3745,"c":1,"u":"rubezahl%20demon_tob1-2023","p":87,"s":64,"h":1,"dP":1,"t":0,"uu":"rubezahl demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rubezahl Demon.webp","n":"Rubezahl Demon"},{"id":3746,"c":1,"u":"rum%20gremlin_tob1-2023","p":223,"s":64,"h":1,"dP":1,"t":0,"uu":"rum gremlin|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rum Gremlin.webp","n":"Rum Gremlin"},{"id":3747,"c":1,"u":"rust%20drake_tob1-2023","p":145,"s":64,"h":1,"dP":1,"t":0,"uu":"rust drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rust Drake.webp","n":"Rust Drake"},{"id":3748,"c":1,"u":"salt%20devil_tob1-2023","p":100,"s":64,"h":1,"dP":1,"t":0,"uu":"salt devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Salt Devil.webp","n":"Salt Devil"},{"id":3749,"c":1,"u":"salt%20golem_tob1-2023","p":218,"s":64,"h":1,"dP":1,"t":0,"uu":"salt golem|tob1-2023","m":"bestiary/tokens/ToB1-2023/Salt Golem.webp","n":"Salt Golem"},{"id":3750,"c":1,"u":"sand%20hag_tob1-2023","p":229,"s":64,"h":1,"dP":1,"t":0,"uu":"sand hag|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sand Hag.webp","n":"Sand Hag"},{"id":3751,"c":1,"u":"sand%20silhouette_tob1-2023","p":312,"s":64,"h":1,"dP":1,"t":0,"uu":"sand silhouette|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sand Silhouette.webp","n":"Sand Silhouette"},{"id":3752,"c":1,"u":"sand%20spider_tob1-2023","p":346,"s":64,"h":1,"dP":1,"t":0,"uu":"sand spider|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sand Spider.webp","n":"Sand Spider"},{"id":3753,"c":1,"u":"sandman_tob1-2023","p":313,"s":64,"h":1,"dP":1,"t":0,"uu":"sandman|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sandman.webp","n":"Sandman"},{"id":3754,"c":1,"u":"sandwyrm_tob1-2023","p":314,"s":64,"h":1,"dP":1,"t":0,"uu":"sandwyrm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sandwyrm.webp","n":"Sandwyrm"},{"id":3755,"c":1,"u":"sap%20demon_tob1-2023","p":315,"s":64,"h":1,"dP":1,"t":0,"uu":"sap demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sap Demon.webp","n":"Sap Demon"},{"id":3756,"c":1,"u":"sarcophagus%20slime_tob1-2023","p":316,"s":64,"h":1,"dP":1,"t":0,"uu":"sarcophagus slime|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sarcophagus Slime.webp","n":"Sarcophagus Slime"},{"id":3757,"c":1,"u":"sathaq%20worm_tob1-2023","p":317,"s":64,"h":1,"dP":1,"t":0,"uu":"sathaq worm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sathaq Worm.webp","n":"Sathaq Worm"},{"id":3758,"c":1,"u":"savager_tob1-2023","p":318,"s":64,"h":1,"dP":1,"t":0,"uu":"savager|tob1-2023","m":"bestiary/tokens/ToB1-2023/Savager.webp","n":"Savager"},{"id":3759,"c":1,"u":"scheznyki_tob1-2023","p":319,"s":64,"h":1,"dP":1,"t":0,"uu":"scheznyki|tob1-2023","m":"bestiary/tokens/ToB1-2023/Scheznyki.webp","n":"Scheznyki"},{"id":3760,"c":1,"u":"scorpion%20cultist_tob1-2023","p":411,"s":64,"h":1,"dP":1,"t":0,"uu":"scorpion cultist|tob1-2023","m":"bestiary/tokens/ToB1-2023/Scorpion Cultist.webp","n":"Scorpion Cultist"},{"id":3761,"c":1,"u":"sea%20dragon%20wyrmling_tob1-2023","p":127,"s":64,"h":1,"dP":1,"t":0,"uu":"sea dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sea Dragon Wyrmling.webp","n":"Sea Dragon Wyrmling"},{"id":3762,"c":1,"u":"selang_tob1-2023","p":321,"s":64,"h":1,"dP":1,"t":0,"uu":"selang|tob1-2023","m":"bestiary/tokens/ToB1-2023/Selang.webp","n":"Selang"},{"id":3763,"c":1,"u":"serpopard_tob1-2023","p":322,"s":64,"h":1,"dP":1,"t":0,"uu":"serpopard|tob1-2023","m":"bestiary/tokens/ToB1-2023/Serpopard.webp","n":"Serpopard"},{"id":3764,"c":1,"u":"shadhavar_tob1-2023","p":323,"s":64,"h":1,"dP":1,"t":0,"uu":"shadhavar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadhavar.webp","n":"Shadhavar"},{"id":3765,"c":1,"u":"shadow%20beast_tob1-2023","p":324,"s":64,"h":1,"dP":1,"t":0,"uu":"shadow beast|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Beast.webp","n":"Shadow Beast"},{"id":3766,"c":1,"u":"shadow%20fey_tob1-2023","p":158,"s":64,"h":1,"dP":1,"t":0,"uu":"shadow fey|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Fey.webp","n":"Shadow Fey"},{"id":3767,"c":1,"u":"shadow%20fey%20duelist_tob1-2023","p":159,"s":64,"h":1,"dP":1,"t":0,"uu":"shadow fey duelist|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Fey Duelist.webp","n":"Shadow Fey Duelist"},{"id":3768,"c":1,"u":"shadow%20fey%20enchantress_tob1-2023","p":160,"s":64,"h":1,"dP":1,"t":0,"uu":"shadow fey enchantress|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Fey Enchantress.webp","n":"Shadow Fey Enchantress"},{"id":3769,"c":1,"u":"shadow%20fey%20forest%20hunter_tob1-2023","p":161,"s":64,"h":1,"dP":1,"t":0,"uu":"shadow fey forest hunter|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Fey Forest Hunter.webp","n":"Shadow Fey Forest Hunter"},{"id":3770,"c":1,"u":"shadow%20fey%20guardian_tob1-2023","p":162,"s":64,"h":1,"dP":1,"t":0,"uu":"shadow fey guardian|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Fey Guardian.webp","n":"Shadow Fey Guardian"},{"id":3771,"c":1,"u":"sharkjaw%20skeleton_tob1-2023","p":329,"s":64,"h":1,"dP":1,"t":0,"uu":"sharkjaw skeleton|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sharkjaw Skeleton.webp","n":"Sharkjaw Skeleton"},{"id":3772,"c":1,"u":"shellycoat_tob1-2023","p":325,"s":64,"h":1,"dP":1,"t":0,"uu":"shellycoat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shellycoat.webp","n":"Shellycoat"},{"id":3773,"c":1,"u":"shoggoth_tob1-2023","p":326,"s":64,"h":1,"dP":1,"t":0,"uu":"shoggoth|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shoggoth.webp","n":"Shoggoth"},{"id":3774,"c":1,"u":"shroud_tob1-2023","p":327,"s":64,"h":1,"dP":1,"t":0,"uu":"shroud|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shroud.webp","n":"Shroud"},{"id":3775,"c":1,"u":"skein%20witch_tob1-2023","p":328,"s":64,"h":1,"dP":1,"t":0,"uu":"skein witch|tob1-2023","m":"bestiary/tokens/ToB1-2023/Skein Witch.webp","n":"Skein Witch"},{"id":3776,"c":1,"u":"skin%20bat_tob1-2023","p":331,"s":64,"h":1,"dP":1,"t":0,"uu":"skin bat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Skin Bat.webp","n":"Skin Bat"},{"id":3777,"c":1,"u":"skitterhaunt_tob1-2023","p":332,"s":64,"h":1,"dP":1,"t":0,"uu":"skitterhaunt|tob1-2023","m":"bestiary/tokens/ToB1-2023/Skitterhaunt.webp","n":"Skitterhaunt"},{"id":3778,"c":1,"u":"slow%20storm_tob1-2023","p":333,"s":64,"h":1,"dP":1,"t":0,"uu":"slow storm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Slow Storm.webp","n":"Slow Storm"},{"id":3779,"c":1,"u":"smaragdine%20golem_tob1-2023","p":219,"s":64,"h":1,"dP":1,"t":0,"uu":"smaragdine golem|tob1-2023","m":"bestiary/tokens/ToB1-2023/Smaragdine Golem.webp","n":"Smaragdine Golem"},{"id":3780,"c":1,"u":"snow%20queen_tob1-2023","p":184,"s":64,"h":1,"dP":1,"t":0,"uu":"snow queen|tob1-2023","m":"bestiary/tokens/ToB1-2023/Snow Queen.webp","n":"Snow Queen"},{"id":3781,"c":1,"u":"son%20of%20fenris_tob1-2023","p":335,"s":64,"h":1,"dP":1,"t":0,"uu":"son of fenris|tob1-2023","m":"bestiary/tokens/ToB1-2023/Son of Fenris.webp","n":"Son of Fenris"},{"id":3782,"c":1,"u":"soul%20eater_tob1-2023","p":336,"s":64,"h":1,"dP":1,"t":0,"uu":"soul eater|tob1-2023","m":"bestiary/tokens/ToB1-2023/Soul Eater.webp","n":"Soul Eater"},{"id":3783,"c":1,"u":"spark_tob1-2023","p":337,"s":64,"h":1,"dP":1,"t":0,"uu":"spark|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spark.webp","n":"Spark"},{"id":3784,"c":1,"u":"spawn%20of%20akyishigal_tob1-2023","p":75,"s":64,"h":1,"dP":1,"t":0,"uu":"spawn of akyishigal|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spawn of Akyishigal.webp","n":"Spawn of Akyishigal"},{"id":3785,"c":1,"u":"spawn%20of%20arbeyach_tob1-2023","p":91,"s":64,"h":1,"dP":1,"t":0,"uu":"spawn of arbeyach|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spawn of Arbeyach.webp","n":"Spawn of Arbeyach"},{"id":3786,"c":1,"u":"spectral%20guardian_tob1-2023","p":338,"s":64,"h":1,"dP":1,"t":0,"uu":"spectral guardian|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spectral Guardian.webp","n":"Spectral Guardian"},{"id":3787,"c":1,"u":"spider%20of%20leng_tob1-2023","p":341,"s":64,"h":1,"dP":1,"t":0,"uu":"spider of leng|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spider of Leng.webp","n":"Spider of Leng"},{"id":3788,"c":1,"u":"spider%20thief_tob1-2023","p":342,"s":64,"h":1,"dP":1,"t":0,"uu":"spider thief|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spider Thief.webp","n":"Spider Thief"},{"id":3789,"c":1,"u":"spinosaurus%20dinosaur_tob1-2023","p":103,"s":64,"h":1,"dP":1,"t":0,"uu":"spinosaurus dinosaur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spinosaurus Dinosaur.webp","n":"Spinosaurus Dinosaur"},{"id":3790,"c":1,"u":"spire%20walker_tob1-2023","p":347,"s":64,"h":1,"dP":1,"t":0,"uu":"spire walker|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spire Walker.webp","n":"Spire Walker"},{"id":3791,"c":1,"u":"star%20drake_tob1-2023","p":146,"s":64,"h":1,"dP":1,"t":0,"uu":"star drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Star Drake.webp","n":"Star Drake"},{"id":3792,"c":1,"u":"star-spawn%20of%20cthulhu_tob1-2023","p":348,"s":64,"h":1,"dP":1,"t":0,"uu":"star-spawn of cthulhu|tob1-2023","m":"bestiary/tokens/ToB1-2023/Star-Spawn of Cthulhu.webp","n":"Star-Spawn of Cthulhu"},{"id":3793,"c":1,"u":"steam%20golem_tob1-2023","p":220,"s":64,"h":1,"dP":1,"t":0,"uu":"steam golem|tob1-2023","m":"bestiary/tokens/ToB1-2023/Steam Golem.webp","n":"Steam Golem"},{"id":3794,"c":1,"u":"strife_tob1-2023","p":349,"s":64,"h":1,"dP":1,"t":0,"uu":"strife|tob1-2023","m":"bestiary/tokens/ToB1-2023/Strife.webp","n":"Strife"},{"id":3795,"c":1,"u":"stryx_tob1-2023","p":350,"s":64,"h":1,"dP":1,"t":0,"uu":"stryx|tob1-2023","m":"bestiary/tokens/ToB1-2023/Stryx.webp","n":"Stryx"},{"id":3796,"c":1,"u":"stuhac_tob1-2023","p":351,"s":64,"h":1,"dP":1,"t":0,"uu":"stuhac|tob1-2023","m":"bestiary/tokens/ToB1-2023/Stuhac.webp","n":"Stuhac"},{"id":3797,"c":1,"u":"stygian%20fat-tailed%20scorpion_tob1-2023","p":320,"s":64,"h":1,"dP":1,"t":0,"uu":"stygian fat-tailed scorpion|tob1-2023","m":"bestiary/tokens/ToB1-2023/Stygian Fat-Tailed Scorpion.webp","n":"Stygian Fat-Tailed Scorpion"},{"id":3798,"c":1,"u":"subek_tob1-2023","p":352,"s":64,"h":1,"dP":1,"t":0,"uu":"subek|tob1-2023","m":"bestiary/tokens/ToB1-2023/Subek.webp","n":"Subek"},{"id":3799,"c":1,"u":"suturefly_tob1-2023","p":353,"s":64,"h":1,"dP":1,"t":0,"uu":"suturefly|tob1-2023","m":"bestiary/tokens/ToB1-2023/Suturefly.webp","n":"Suturefly"},{"id":3800,"c":1,"u":"swamp%20adder_tob1-2023","p":334,"s":64,"h":1,"dP":1,"t":0,"uu":"swamp adder|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swamp Adder.webp","n":"Swamp Adder"},{"id":3801,"c":1,"u":"swarm%20of%20fire%20dancers_tob1-2023","p":354,"s":64,"h":1,"dP":1,"t":0,"uu":"swarm of fire dancers|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Fire Dancers.webp","n":"Swarm of Fire Dancers"},{"id":3802,"c":1,"u":"swarm%20of%20manabane%20scarabs_tob1-2023","p":355,"s":64,"h":1,"dP":1,"t":0,"uu":"swarm of manabane scarabs|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Manabane Scarabs.webp","n":"Swarm of Manabane Scarabs"},{"id":3803,"c":1,"u":"swarm%20of%20prismatic%20beetles_tob1-2023","p":356,"s":64,"h":1,"dP":1,"t":0,"uu":"swarm of prismatic beetles|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Prismatic Beetles.webp","n":"Swarm of Prismatic Beetles"},{"id":3804,"c":1,"u":"swarm%20of%20sluaghs_tob1-2023","p":357,"s":64,"h":1,"dP":1,"t":0,"uu":"swarm of sluaghs|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Sluaghs.webp","n":"Swarm of Sluaghs"},{"id":3805,"c":1,"u":"swarm%20of%20wharflings_tob1-2023","p":395,"s":64,"h":1,"dP":1,"t":0,"uu":"swarm of wharflings|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Wharflings.webp","n":"Swarm of Wharflings"},{"id":3806,"c":1,"u":"swarm%20of%20wolf%20spirits_tob1-2023","p":358,"s":64,"h":1,"dP":1,"t":0,"uu":"swarm of wolf spirits|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Wolf Spirits.webp","n":"Swarm of Wolf Spirits"},{"id":3807,"c":1,"u":"temple%20dog_tob1-2023","p":359,"s":64,"h":1,"dP":1,"t":0,"uu":"temple dog|tob1-2023","m":"bestiary/tokens/ToB1-2023/Temple Dog.webp","n":"Temple Dog"},{"id":3808,"c":1,"u":"tendril%20puppet_tob1-2023","p":389,"s":64,"h":1,"dP":1,"t":0,"uu":"tendril puppet|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tendril Puppet.webp","n":"Tendril Puppet"},{"id":3809,"c":1,"u":"thuellai_tob1-2023","p":360,"s":64,"h":1,"dP":1,"t":0,"uu":"thuellai|tob1-2023","m":"bestiary/tokens/ToB1-2023/Thuellai.webp","n":"Thuellai"},{"id":3810,"c":1,"u":"thursir_tob1-2023","p":210,"s":64,"h":1,"dP":1,"t":0,"uu":"thursir|tob1-2023","m":"bestiary/tokens/ToB1-2023/Thursir.webp","n":"Thursir"},{"id":3811,"c":1,"u":"titanoboa_tob1-2023","p":363,"s":64,"h":1,"dP":1,"t":0,"uu":"titanoboa|tob1-2023","m":"bestiary/tokens/ToB1-2023/Titanoboa.webp","n":"Titanoboa"},{"id":3812,"c":1,"u":"tophet_tob1-2023","p":364,"s":64,"h":1,"dP":1,"t":0,"uu":"tophet|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tophet.webp","n":"Tophet"},{"id":3813,"c":1,"u":"tosculi%20drone_tob1-2023","p":367,"s":64,"h":1,"dP":1,"t":0,"uu":"tosculi drone|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tosculi Drone.webp","n":"Tosculi Drone"},{"id":3814,"c":1,"u":"tosculi%20elite%20bow%20raider_tob1-2023","p":366,"s":64,"h":1,"dP":1,"t":0,"uu":"tosculi elite bow raider|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tosculi Elite Bow Raider.webp","n":"Tosculi Elite Bow Raider"},{"id":3815,"c":1,"u":"tosculi%20hive%20queen_tob1-2023","p":366,"s":64,"h":1,"dP":1,"t":0,"uu":"tosculi hive queen|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tosculi Hive Queen.webp","n":"Tosculi Hive Queen"},{"id":3816,"c":1,"u":"tosculi%20warrior_tob1-2023","p":367,"s":64,"h":1,"dP":1,"t":0,"uu":"tosculi warrior|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tosculi Warrior.webp","n":"Tosculi Warrior"},{"id":3817,"c":1,"u":"treacle_tob1-2023","p":368,"s":64,"h":1,"dP":1,"t":0,"uu":"treacle|tob1-2023","m":"bestiary/tokens/ToB1-2023/Treacle.webp","n":"Treacle"},{"id":3818,"c":1,"u":"trollkin%20reaver_tob1-2023","p":371,"s":64,"h":1,"dP":1,"t":0,"uu":"trollkin reaver|tob1-2023","m":"bestiary/tokens/ToB1-2023/Trollkin Reaver.webp","n":"Trollkin Reaver"},{"id":3819,"c":1,"u":"tusked%20skyfish_tob1-2023","p":372,"s":64,"h":1,"dP":1,"t":0,"uu":"tusked skyfish|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tusked Skyfish.webp","n":"Tusked Skyfish"},{"id":3820,"c":1,"u":"umbral%20vampire_tob1-2023","p":382,"s":64,"h":1,"dP":1,"t":0,"uu":"umbral vampire|tob1-2023","m":"bestiary/tokens/ToB1-2023/Umbral Vampire.webp","n":"Umbral Vampire"},{"id":3821,"c":1,"u":"uraeus_tob1-2023","p":373,"s":64,"h":1,"dP":1,"t":0,"uu":"uraeus|tob1-2023","m":"bestiary/tokens/ToB1-2023/Uraeus.webp","n":"Uraeus"},{"id":3822,"c":1,"u":"urochar_tob1-2023","p":374,"s":64,"h":1,"dP":1,"t":0,"uu":"urochar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Urochar.webp","n":"Urochar"},{"id":3823,"c":1,"u":"ushabti_tob1-2023","p":376,"s":64,"h":1,"dP":1,"t":0,"uu":"ushabti|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ushabti.webp","n":"Ushabti"},{"id":3824,"c":1,"u":"ushabti%20royal%20guard_tob1-2023","p":377,"s":64,"h":1,"dP":1,"t":0,"uu":"ushabti royal guard|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ushabti Royal Guard.webp","n":"Ushabti Royal Guard"},{"id":3825,"c":1,"u":"valkyrie_tob1-2023","p":379,"s":64,"h":1,"dP":1,"t":0,"uu":"valkyrie|tob1-2023","m":"bestiary/tokens/ToB1-2023/Valkyrie.webp","n":"Valkyrie"},{"id":3826,"c":1,"u":"vapor%20lynx_tob1-2023","p":383,"s":64,"h":1,"dP":1,"t":0,"uu":"vapor lynx|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vapor Lynx.webp","n":"Vapor Lynx"},{"id":3827,"c":1,"u":"venomous%20mummy_tob1-2023","p":279,"s":64,"h":1,"dP":1,"t":0,"uu":"venomous mummy|tob1-2023","m":"bestiary/tokens/ToB1-2023/Venomous Mummy.webp","n":"Venomous Mummy"},{"id":3828,"c":1,"u":"vesiculosa_tob1-2023","p":385,"s":64,"h":1,"dP":1,"t":0,"uu":"vesiculosa|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vesiculosa.webp","n":"Vesiculosa"},{"id":3829,"c":1,"u":"vila_tob1-2023","p":386,"s":64,"h":1,"dP":1,"t":0,"uu":"vila|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vila.webp","n":"Vila"},{"id":3830,"c":1,"u":"vile%20barber_tob1-2023","p":387,"s":64,"h":1,"dP":1,"t":0,"uu":"vile barber|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vile Barber.webp","n":"Vile Barber"},{"id":3831,"c":1,"u":"vine%20lord_tob1-2023","p":388,"s":64,"h":1,"dP":1,"t":0,"uu":"vine lord|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vine Lord.webp","n":"Vine Lord"},{"id":3832,"c":1,"u":"vine%20troll%20skeleton_tob1-2023","p":330,"s":64,"h":1,"dP":1,"t":0,"uu":"vine troll skeleton|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vine Troll Skeleton.webp","n":"Vine Troll Skeleton"},{"id":3833,"c":1,"u":"void%20dragon%20wyrmling_tob1-2023","p":131,"s":64,"h":1,"dP":1,"t":0,"uu":"void dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Void Dragon Wyrmling.webp","n":"Void Dragon Wyrmling"},{"id":3834,"c":1,"u":"voidling_tob1-2023","p":390,"s":64,"h":1,"dP":1,"t":0,"uu":"voidling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Voidling.webp","n":"Voidling"},{"id":3835,"c":1,"u":"volguloth_tob1-2023","p":391,"s":64,"h":1,"dP":1,"t":0,"uu":"volguloth|tob1-2023","m":"bestiary/tokens/ToB1-2023/Volguloth.webp","n":"Volguloth"},{"id":3836,"c":1,"u":"v%c3%a6ttir_tob1-2023","p":378,"s":64,"h":1,"dP":1,"t":0,"uu":"vættir|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vaettir.webp","n":"Vaettir"},{"id":3837,"c":1,"u":"wampus%20cat_tob1-2023","p":392,"s":64,"h":1,"dP":1,"t":0,"uu":"wampus cat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Wampus Cat.webp","n":"Wampus Cat"},{"id":3838,"c":1,"u":"war%20ostrich_tob1-2023","p":393,"s":64,"h":1,"dP":1,"t":0,"uu":"war ostrich|tob1-2023","m":"bestiary/tokens/ToB1-2023/War Ostrich.webp","n":"War Ostrich"},{"id":3839,"c":1,"u":"water%20leaper_tob1-2023","p":394,"s":64,"h":1,"dP":1,"t":0,"uu":"water leaper|tob1-2023","m":"bestiary/tokens/ToB1-2023/Water Leaper.webp","n":"Water Leaper"},{"id":3840,"c":1,"u":"weeping%20treant_tob1-2023","p":369,"s":64,"h":1,"dP":1,"t":0,"uu":"weeping treant|tob1-2023","m":"bestiary/tokens/ToB1-2023/Weeping Treant.webp","n":"Weeping Treant"},{"id":3841,"c":1,"u":"wharfling_tob1-2023","p":395,"s":64,"h":1,"dP":1,"t":0,"uu":"wharfling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Wharfling.webp","n":"Wharfling"},{"id":3842,"c":1,"u":"white%20ape_tob1-2023","p":396,"s":64,"h":1,"dP":1,"t":0,"uu":"white ape|tob1-2023","m":"bestiary/tokens/ToB1-2023/White Ape.webp","n":"White Ape"},{"id":3843,"c":1,"u":"wind%20dragon%20wyrmling_tob1-2023","p":135,"s":64,"h":1,"dP":1,"t":0,"uu":"wind dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Wind Dragon Wyrmling.webp","n":"Wind Dragon Wyrmling"},{"id":3844,"c":1,"u":"witchlight_tob1-2023","p":397,"s":64,"h":1,"dP":1,"t":0,"uu":"witchlight|tob1-2023","m":"bestiary/tokens/ToB1-2023/Witchlight.webp","n":"Witchlight"},{"id":3845,"c":1,"u":"wolf%20reaver%20dwarf_tob1-2023","p":412,"s":64,"h":1,"dP":1,"t":0,"uu":"wolf reaver dwarf|tob1-2023","m":"bestiary/tokens/ToB1-2023/Wolf Reaver Dwarf.webp","n":"Wolf Reaver Dwarf"},{"id":3846,"c":1,"u":"wormhearted%20suffragan_tob1-2023","p":398,"s":64,"h":1,"dP":1,"t":0,"uu":"wormhearted suffragan|tob1-2023","m":"bestiary/tokens/ToB1-2023/Wormhearted Suffragan.webp","n":"Wormhearted Suffragan"},{"id":3847,"c":1,"u":"xanka_tob1-2023","p":399,"s":64,"h":1,"dP":1,"t":0,"uu":"xanka|tob1-2023","m":"bestiary/tokens/ToB1-2023/Xanka.webp","n":"Xanka"},{"id":3848,"c":1,"u":"xhkarsh_tob1-2023","p":400,"s":64,"h":1,"dP":1,"t":0,"uu":"xhkarsh|tob1-2023","m":"bestiary/tokens/ToB1-2023/Xhkarsh.webp","n":"Xhkarsh"},{"id":3849,"c":1,"u":"ychen%20bannog_tob1-2023","p":401,"s":64,"h":1,"dP":1,"t":0,"uu":"ychen bannog|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ychen Bannog.webp","n":"Ychen Bannog"},{"id":3850,"c":1,"u":"young%20cave%20dragon_tob1-2023","p":115,"s":64,"h":1,"dP":1,"t":0,"uu":"young cave dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Cave Dragon.webp","n":"Young Cave Dragon"},{"id":3851,"c":1,"u":"young%20flame%20dragon_tob1-2023","p":119,"s":64,"h":1,"dP":1,"t":0,"uu":"young flame dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Flame Dragon.webp","n":"Young Flame Dragon"},{"id":3852,"c":1,"u":"young%20mithral%20dragon_tob1-2023","p":123,"s":64,"h":1,"dP":1,"t":0,"uu":"young mithral dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Mithral Dragon.webp","n":"Young Mithral Dragon"},{"id":3853,"c":1,"u":"young%20sea%20dragon_tob1-2023","p":127,"s":64,"h":1,"dP":1,"t":0,"uu":"young sea dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Sea Dragon.webp","n":"Young Sea Dragon"},{"id":3854,"c":1,"u":"young%20spinosaurus%20dinosaur_tob1-2023","p":104,"s":64,"h":1,"dP":1,"t":0,"uu":"young spinosaurus dinosaur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Spinosaurus Dinosaur.webp","n":"Young Spinosaurus Dinosaur"},{"id":3855,"c":1,"u":"young%20void%20dragon_tob1-2023","p":130,"s":64,"h":1,"dP":1,"t":0,"uu":"young void dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Void Dragon.webp","n":"Young Void Dragon"},{"id":3856,"c":1,"u":"young%20wind%20dragon_tob1-2023","p":135,"s":64,"h":1,"dP":1,"t":0,"uu":"young wind dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Wind Dragon.webp","n":"Young Wind Dragon"},{"id":3857,"c":1,"u":"zanskaran%20viper_tob1-2023","p":334,"s":64,"h":1,"dP":1,"t":0,"uu":"zanskaran viper|tob1-2023","m":"bestiary/tokens/ToB1-2023/Zanskaran Viper.webp","n":"Zanskaran Viper"},{"id":3858,"c":1,"u":"zimwi_tob1-2023","p":402,"s":64,"h":1,"dP":1,"t":0,"uu":"zimwi|tob1-2023","m":"bestiary/tokens/ToB1-2023/Zimwi.webp","n":"Zimwi"},{"id":3859,"c":1,"u":"zmey_tob1-2023","p":403,"s":64,"h":1,"dP":1,"t":0,"uu":"zmey|tob1-2023","m":"bestiary/tokens/ToB1-2023/Zmey.webp","n":"Zmey"},{"id":3860,"c":1,"u":"zmey%20headling_tob1-2023","p":404,"s":64,"h":1,"dP":1,"t":0,"uu":"zmey headling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Zmey Headling.webp","n":"Zmey Headling"},{"id":3861,"c":1,"u":"aza%20dowling_tofw","p":17,"s":65,"h":1,"t":0,"uu":"aza dowling|tofw","m":"bestiary/tokens/ToFW/Aza Dowling.webp","n":"Aza Dowling"},{"id":3862,"c":1,"u":"ebonclaw_tofw","p":50,"s":65,"h":1,"t":0,"uu":"ebonclaw|tofw","m":"bestiary/tokens/ToFW/Ebonclaw.webp","n":"Ebonclaw"},{"id":3863,"c":1,"u":"eyestalk%20of%20gzemnid_tofw","p":88,"s":65,"h":1,"t":0,"uu":"eyestalk of gzemnid|tofw","m":"bestiary/tokens/ToFW/Eyestalk of Gzemnid.webp","n":"Eyestalk of Gzemnid"},{"id":3864,"c":1,"u":"farrow_tofw","p":17,"s":65,"h":1,"t":0,"uu":"farrow|tofw","m":"bestiary/tokens/ToFW/Farrow.webp","n":"Farrow"},{"id":3865,"c":1,"u":"gertrube_tofw","p":18,"s":65,"h":1,"t":0,"uu":"gertrube|tofw","m":"bestiary/tokens/ToFW/Gertrube.webp","n":"Gertrube"},{"id":3866,"c":1,"u":"giant%20whirlwyrm_tofw","p":55,"s":65,"h":1,"t":0,"uu":"giant whirlwyrm|tofw","m":"bestiary/tokens/ToFW/Giant Whirlwyrm.webp","n":"Giant Whirlwyrm"},{"id":3867,"c":1,"u":"josbert%20plum_tofw","p":17,"s":65,"h":1,"t":0,"uu":"josbert plum|tofw","m":"bestiary/tokens/ToFW/Josbert Plum.webp","n":"Josbert Plum"},{"id":3868,"c":1,"u":"kal%20the%20crisp_tofw","p":17,"s":65,"h":1,"t":0,"uu":"kal the crisp|tofw","m":"bestiary/tokens/ToFW/Kal the Crisp.webp","n":"Kal the Crisp"},{"id":3869,"c":1,"u":"kopoha_tofw","p":61,"s":65,"h":1,"t":0,"uu":"kopoha|tofw","m":"bestiary/tokens/ToFW/Kopoha.webp","n":"Kopoha"},{"id":3870,"c":1,"u":"modron%20planar%20incarnate_tofw","p":92,"s":65,"h":1,"t":0,"uu":"modron planar incarnate|tofw","m":"bestiary/tokens/ToFW/Modron Planar Incarnate.webp","n":"Modron Planar Incarnate"},{"id":3871,"c":1,"u":"morte_tofw","p":10,"s":65,"h":1,"t":0,"uu":"morte|tofw","m":"bestiary/tokens/ToFW/Morte.webp","n":"Morte"},{"id":3872,"c":1,"u":"ophelia_tofw","p":49,"s":65,"h":1,"t":0,"uu":"ophelia|tofw","m":"bestiary/tokens/ToFW/Ophelia.webp","n":"Ophelia"},{"id":3873,"c":1,"u":"parvaz_tofw","p":50,"s":65,"h":1,"t":0,"uu":"parvaz|tofw","m":"bestiary/tokens/ToFW/Parvaz.webp","n":"Parvaz"},{"id":3874,"c":1,"u":"r04m_tofw","p":75,"s":65,"h":1,"t":0,"uu":"r04m|tofw","m":"bestiary/tokens/ToFW/R04M.webp","n":"R04M"},{"id":3875,"c":1,"u":"shariel_tofw","p":65,"s":65,"h":1,"t":0,"uu":"shariel|tofw","m":"bestiary/tokens/ToFW/Shariel.webp","n":"Shariel"},{"id":3876,"c":1,"u":"vecna%20impersonator_tofw","p":26,"s":65,"h":1,"t":0,"uu":"vecna impersonator|tofw","m":"bestiary/tokens/ToFW/Vecna Impersonator.webp","n":"Vecna Impersonator"},{"id":3877,"c":1,"u":"whirlwyrm_tofw","p":52,"s":65,"h":1,"t":0,"uu":"whirlwyrm|tofw","m":"bestiary/tokens/ToFW/Whirlwyrm.webp","n":"Whirlwyrm"},{"id":3878,"c":1,"u":"x01_tofw","p":91,"s":65,"h":1,"t":0,"uu":"x01|tofw","m":"bestiary/tokens/ToFW/X01.webp","n":"X01"},{"id":3879,"c":1,"u":"zaythir_tofw","p":32,"s":65,"h":1,"t":0,"uu":"zaythir|tofw","m":"bestiary/tokens/ToFW/Zaythir.webp","n":"Zaythir"},{"id":3880,"c":1,"u":"alustriel%20silverhand_veor","p":242,"s":66,"h":1,"t":0,"uu":"alustriel silverhand|veor","m":"bestiary/tokens/VEoR/Alustriel Silverhand.webp","n":"Alustriel Silverhand"},{"id":3881,"c":1,"u":"argentia%20skywright_veor","s":66,"h":1,"t":0,"uu":"argentia skywright|veor","m":"bestiary/tokens/VEoR/Argentia Skywright.webp","n":"Argentia Skywright"},{"id":3882,"c":1,"u":"black%20rose%20bearer_veor","p":208,"s":66,"h":1,"t":0,"uu":"black rose bearer|veor","m":"bestiary/tokens/VEoR/Black Rose Bearer.webp","n":"Black Rose Bearer"},{"id":3883,"c":1,"u":"blade%20lieutenant_veor","p":209,"s":66,"h":1,"t":0,"uu":"blade lieutenant|veor","m":"bestiary/tokens/VEoR/Blade Lieutenant.webp","n":"Blade Lieutenant"},{"id":3884,"c":1,"u":"blade%20scout_veor","p":209,"s":66,"h":1,"t":0,"uu":"blade scout|veor","m":"bestiary/tokens/VEoR/Blade Scout.webp","n":"Blade Scout"},{"id":3885,"c":1,"u":"blazebear_veor","p":210,"s":66,"h":1,"t":0,"uu":"blazebear|veor","m":"bestiary/tokens/VEoR/Blazebear.webp","n":"Blazebear"},{"id":3886,"c":1,"u":"bone%20roc_veor","p":211,"s":66,"h":1,"t":0,"uu":"bone roc|veor","m":"bestiary/tokens/VEoR/Bone Roc.webp","n":"Bone Roc"},{"id":3887,"c":1,"u":"borthak_veor","p":212,"s":66,"h":1,"t":0,"uu":"borthak|veor","m":"bestiary/tokens/VEoR/Borthak.webp","n":"Borthak"},{"id":3888,"c":1,"u":"camlash_veor","p":181,"s":66,"h":1,"t":0,"uu":"camlash|veor","m":"bestiary/tokens/VEoR/Camlash.webp","n":"Camlash"},{"id":3889,"c":1,"u":"citadel%20spider_veor","p":214,"s":66,"h":1,"t":0,"uu":"citadel spider|veor","m":"bestiary/tokens/VEoR/Citadel Spider.webp","n":"Citadel Spider"},{"id":3890,"c":1,"u":"crunch_veor","s":66,"h":1,"t":0,"uu":"crunch|veor","m":"bestiary/tokens/VEoR/Crunch.webp","n":"Crunch"},{"id":3891,"c":1,"u":"deadbark%20dryad_veor","p":216,"s":66,"h":1,"t":0,"uu":"deadbark dryad|veor","m":"bestiary/tokens/VEoR/Deadbark Dryad.webp","n":"Deadbark Dryad"},{"id":3892,"c":1,"u":"deathwolf_veor","p":217,"s":66,"h":1,"t":0,"uu":"deathwolf|veor","m":"bestiary/tokens/VEoR/Deathwolf.webp","n":"Deathwolf"},{"id":3893,"c":1,"u":"degloth_veor","p":218,"s":66,"h":1,"t":0,"uu":"degloth|veor","m":"bestiary/tokens/VEoR/Degloth.webp","n":"Degloth"},{"id":3894,"c":1,"u":"eldon%20keyward_veor","s":66,"h":1,"t":0,"uu":"eldon keyward|veor","m":"bestiary/tokens/VEoR/Eldon Keyward.webp","n":"Eldon Keyward"},{"id":3895,"c":1,"u":"false%20lich_veor","p":220,"s":66,"h":1,"t":0,"uu":"false lich|veor","m":"bestiary/tokens/VEoR/False Lich.webp","n":"False Lich"},{"id":3896,"c":1,"u":"fernitha_veor","s":66,"h":1,"t":0,"uu":"fernitha|veor","m":"bestiary/tokens/VEoR/Fernitha.webp","n":"Fernitha"},{"id":3897,"c":1,"u":"figaro_veor","s":66,"h":1,"t":0,"uu":"figaro|veor","m":"bestiary/tokens/VEoR/Figaro.webp","n":"Figaro"},{"id":3898,"c":1,"u":"glaive_veor","p":81,"s":66,"h":1,"t":0,"uu":"glaive|veor","m":"bestiary/tokens/VEoR/Glaive.webp","n":"Glaive"},{"id":3899,"c":1,"u":"granite%20juggernaut_veor","p":221,"s":66,"h":1,"t":0,"uu":"granite juggernaut|veor","m":"bestiary/tokens/VEoR/Granite Juggernaut.webp","n":"Granite Juggernaut"},{"id":3900,"c":1,"u":"grottenelle%20stonecutter_veor","s":66,"h":1,"t":0,"uu":"grottenelle stonecutter|veor","m":"bestiary/tokens/VEoR/Grottenelle Stonecutter.webp","n":"Grottenelle Stonecutter"},{"id":3901,"c":1,"u":"hazvongel_veor","p":222,"s":66,"h":1,"t":0,"uu":"hazvongel|veor","m":"bestiary/tokens/VEoR/Hazvongel.webp","n":"Hazvongel"},{"id":3902,"c":1,"u":"hertilod_veor","p":223,"s":66,"h":1,"t":0,"uu":"hertilod|veor","m":"bestiary/tokens/VEoR/Hertilod.webp","n":"Hertilod"},{"id":3903,"c":1,"u":"inda_veor","s":66,"h":1,"t":0,"uu":"inda|veor","m":"bestiary/tokens/VEoR/Inda.webp","n":"Inda"},{"id":3904,"c":1,"u":"indrina%20lamsensettle_veor","s":66,"h":1,"t":0,"uu":"indrina lamsensettle|veor","m":"bestiary/tokens/VEoR/Indrina Lamsensettle.webp","n":"Indrina Lamsensettle"},{"id":3905,"c":1,"u":"jerot%20galgin_veor","s":66,"h":1,"t":0,"uu":"jerot galgin|veor","m":"bestiary/tokens/VEoR/Jerot Galgin.webp","n":"Jerot Galgin"},{"id":3906,"c":1,"u":"kakkuu%20spyder-fiend_veor","p":234,"s":66,"h":1,"t":0,"uu":"kakkuu spyder-fiend|veor","m":"bestiary/tokens/VEoR/Kakkuu Spyder-Fiend.webp","n":"Kakkuu Spyder-Fiend"},{"id":3907,"c":1,"u":"kas%20the%20betrayer_veor","p":244,"s":66,"h":1,"t":0,"uu":"kas the betrayer|veor","m":"bestiary/tokens/VEoR/Kas the Betrayer.webp","n":"Kas the Betrayer"},{"id":3908,"c":1,"u":"kaylan%20renaudon_veor","s":66,"h":1,"t":0,"uu":"kaylan renaudon|veor","m":"bestiary/tokens/VEoR/Kaylan Renaudon.webp","n":"Kaylan Renaudon"},{"id":3909,"c":1,"u":"ker-arach_veor","s":66,"h":1,"t":0,"uu":"ker-arach|veor","m":"bestiary/tokens/VEoR/Ker-arach.webp","n":"Ker-arach"},{"id":3910,"c":1,"u":"kevetta%20dolindar_veor","s":66,"h":1,"t":0,"uu":"kevetta dolindar|veor","m":"bestiary/tokens/VEoR/Kevetta Dolindar.webp","n":"Kevetta Dolindar"},{"id":3911,"c":1,"u":"khai%20kiroth_veor","s":66,"h":1,"t":0,"uu":"khai kiroth|veor","m":"bestiary/tokens/VEoR/Khai Kiroth.webp","n":"Khai Kiroth"},{"id":3912,"c":1,"u":"laysa%20matulin_veor","s":66,"h":1,"t":0,"uu":"laysa matulin|veor","m":"bestiary/tokens/VEoR/Laysa Matulin.webp","n":"Laysa Matulin"},{"id":3913,"c":1,"u":"lysan_veor","s":66,"h":1,"t":0,"uu":"lysan|veor","m":"bestiary/tokens/VEoR/Lysan.webp","n":"Lysan"},{"id":3914,"c":1,"u":"malaina%20van%20talstiv_veor","s":66,"h":1,"t":0,"uu":"malaina van talstiv|veor","m":"bestiary/tokens/VEoR/Malaina van Talstiv.webp","n":"Malaina van Talstiv"},{"id":3915,"c":1,"u":"mirror%20shade_veor","p":226,"s":66,"h":1,"t":0,"uu":"mirror shade|veor","m":"bestiary/tokens/VEoR/Mirror Shade.webp","n":"Mirror Shade"},{"id":3916,"c":1,"u":"miska%20the%20wolf-spider_veor","p":247,"s":66,"h":1,"t":0,"uu":"miska the wolf-spider|veor","m":"bestiary/tokens/VEoR/Miska the Wolf-Spider.webp","n":"Miska the Wolf-Spider"},{"id":3917,"c":1,"u":"moonlight%20guardian_veor","p":227,"s":66,"h":1,"t":0,"uu":"moonlight guardian|veor","m":"bestiary/tokens/VEoR/Moonlight Guardian.webp","n":"Moonlight Guardian"},{"id":3918,"c":1,"u":"naxa_veor","s":66,"h":1,"t":0,"uu":"naxa|veor","m":"bestiary/tokens/VEoR/Naxa.webp","n":"Naxa"},{"id":3919,"c":1,"u":"nyssa%20otellion_veor","s":66,"h":1,"t":0,"uu":"nyssa otellion|veor","m":"bestiary/tokens/VEoR/Nyssa Otellion.webp","n":"Nyssa Otellion"},{"id":3920,"c":1,"u":"orinix_veor","s":66,"h":1,"t":0,"uu":"orinix|veor","m":"bestiary/tokens/VEoR/Orinix.webp","n":"Orinix"},{"id":3921,"c":1,"u":"phisarazu%20spyder-fiend_veor","p":235,"s":66,"h":1,"t":0,"uu":"phisarazu spyder-fiend|veor","m":"bestiary/tokens/VEoR/Phisarazu Spyder-Fiend.webp","n":"Phisarazu Spyder-Fiend"},{"id":3922,"c":1,"u":"quavilithku%20spyder-fiend_veor","p":236,"s":66,"h":1,"t":0,"uu":"quavilithku spyder-fiend|veor","m":"bestiary/tokens/VEoR/Quavilithku Spyder-Fiend.webp","n":"Quavilithku Spyder-Fiend"},{"id":3923,"c":1,"u":"rack_veor","s":66,"h":1,"t":0,"uu":"rack|veor","m":"bestiary/tokens/VEoR/Rack.webp","n":"Rack"},{"id":3924,"c":1,"u":"raklupis%20spyder-fiend_veor","p":236,"s":66,"h":1,"t":0,"uu":"raklupis spyder-fiend|veor","m":"bestiary/tokens/VEoR/Raklupis Spyder-Fiend.webp","n":"Raklupis Spyder-Fiend"},{"id":3925,"c":1,"u":"redbud_veor","s":66,"h":1,"t":0,"uu":"redbud|veor","m":"bestiary/tokens/VEoR/Redbud.webp","n":"Redbud"},{"id":3926,"c":1,"u":"relentless%20impaler_veor","p":231,"s":66,"h":1,"t":0,"uu":"relentless impaler|veor","m":"bestiary/tokens/VEoR/Relentless Impaler.webp","n":"Relentless Impaler"},{"id":3927,"c":1,"u":"rerak_veor","s":66,"h":1,"t":0,"uu":"rerak|veor","m":"bestiary/tokens/VEoR/Rerak.webp","n":"Rerak"},{"id":3928,"c":1,"u":"rezran%20%22snake%20eyes%22%20agrodro_veor","s":66,"h":1,"t":0,"uu":"rezran \"snake eyes\" agrodro|veor","m":"bestiary/tokens/VEoR/Rezran Snake Eyes Agrodro.webp","n":"Rezran \"Snake Eyes\" Agrodro"},{"id":3929,"c":1,"u":"riffel_veor","s":66,"h":1,"t":0,"uu":"riffel|veor","m":"bestiary/tokens/VEoR/Riffel.webp","n":"Riffel"},{"id":3930,"c":1,"u":"sangora_veor","s":66,"h":1,"t":0,"uu":"sangora|veor","m":"bestiary/tokens/VEoR/Sangora.webp","n":"Sangora"},{"id":3931,"c":1,"u":"sarcelle%20malinosh_veor","s":66,"h":1,"t":0,"uu":"sarcelle malinosh|veor","m":"bestiary/tokens/VEoR/Sarcelle Malinosh.webp","n":"Sarcelle Malinosh"},{"id":3932,"c":1,"u":"sarusanda%20allester_veor","s":66,"h":1,"t":0,"uu":"sarusanda allester|veor","m":"bestiary/tokens/VEoR/Sarusanda Allester.webp","n":"Sarusanda Allester"},{"id":3933,"c":1,"u":"shanzezim_veor","s":66,"h":1,"t":0,"uu":"shanzezim|veor","m":"bestiary/tokens/VEoR/Shanzezim.webp","n":"Shanzezim"},{"id":3934,"c":1,"u":"spiderdragon_veor","p":233,"s":66,"h":1,"t":0,"uu":"spiderdragon|veor","m":"bestiary/tokens/VEoR/Spiderdragon.webp","n":"Spiderdragon"},{"id":3935,"c":1,"u":"star%20angler_veor","p":237,"s":66,"h":1,"t":0,"uu":"star angler|veor","m":"bestiary/tokens/VEoR/Star Angler.webp","n":"Star Angler"},{"id":3936,"c":1,"u":"strahd%2c%20master%20of%20death%20house_veor","p":251,"s":66,"h":1,"t":0,"uu":"strahd, master of death house|veor","m":"bestiary/tokens/VEoR/Strahd, Master of Death House.webp","n":"Strahd, Master of Death House"},{"id":3937,"c":1,"u":"tasha%20the%20witch_veor","p":252,"s":66,"h":1,"t":0,"uu":"tasha the witch|veor","m":"bestiary/tokens/VEoR/Tasha the Witch.webp","n":"Tasha the Witch"},{"id":3938,"c":1,"u":"teremini%20nightsedge_veor","s":66,"h":1,"t":0,"uu":"teremini nightsedge|veor","m":"bestiary/tokens/VEoR/Teremini Nightsedge.webp","n":"Teremini Nightsedge"},{"id":3939,"c":1,"u":"umberto%20noblin_veor","s":66,"h":1,"t":0,"uu":"umberto noblin|veor","m":"bestiary/tokens/VEoR/Umberto Noblin.webp","n":"Umberto Noblin"},{"id":3940,"c":1,"u":"uvashar_veor","s":66,"h":1,"t":0,"uu":"uvashar|veor","m":"bestiary/tokens/VEoR/Uvashar.webp","n":"Uvashar"},{"id":3941,"c":1,"u":"vaeve_veor","s":66,"h":1,"t":0,"uu":"vaeve|veor","m":"bestiary/tokens/VEoR/Vaeve.webp","n":"Vaeve"},{"id":3942,"c":1,"u":"valendar_veor","s":66,"h":1,"t":0,"uu":"valendar|veor","m":"bestiary/tokens/VEoR/Valendar.webp","n":"Valendar"},{"id":3943,"c":1,"u":"vecna%20the%20archlich_veor","p":254,"s":66,"h":1,"t":0,"uu":"vecna the archlich|veor","m":"bestiary/tokens/VEoR/Vecna the Archlich.webp","n":"Vecna the Archlich"},{"id":3944,"c":1,"u":"vlazok_veor","p":238,"s":66,"h":1,"t":0,"uu":"vlazok|veor","m":"bestiary/tokens/VEoR/Vlazok.webp","n":"Vlazok"},{"id":3945,"c":1,"u":"warforged%20warrior_veor","p":238,"s":66,"h":1,"t":0,"uu":"warforged warrior|veor","m":"bestiary/tokens/VEoR/Warforged Warrior.webp","n":"Warforged Warrior"},{"id":3946,"c":1,"u":"whirling%20chandelier_veor","p":239,"s":66,"h":1,"t":0,"uu":"whirling chandelier|veor","m":"bestiary/tokens/VEoR/Whirling Chandelier.webp","n":"Whirling Chandelier"},{"id":3947,"c":1,"u":"windfall_veor","p":153,"s":66,"h":1,"t":0,"uu":"windfall|veor","m":"bestiary/tokens/VEoR/Windfall.webp","n":"Windfall"},{"id":3948,"c":1,"u":"zastra_veor","s":66,"h":1,"t":0,"uu":"zastra|veor","m":"bestiary/tokens/VEoR/Zastra.webp","n":"Zastra"},{"id":3949,"c":1,"u":"abjurer_vgm","p":209,"s":67,"h":1,"t":0,"uu":"abjurer|vgm","m":"bestiary/tokens/VGM/Abjurer.webp","n":"Abjurer"},{"id":3950,"c":1,"u":"alhoon_vgm","p":172,"s":67,"h":1,"t":0,"uu":"alhoon|vgm","m":"bestiary/tokens/VGM/Alhoon.webp","n":"Alhoon"},{"id":3951,"c":1,"u":"annis%20hag_vgm","p":159,"s":67,"h":1,"t":0,"uu":"annis hag|vgm","m":"bestiary/tokens/VGM/Annis Hag.webp","n":"Annis Hag"},{"id":3952,"c":1,"u":"apprentice%20wizard_vgm","p":209,"s":67,"h":1,"t":0,"uu":"apprentice wizard|vgm","m":"bestiary/tokens/VGM/Apprentice Wizard.webp","n":"Apprentice Wizard"},{"id":3953,"c":1,"u":"archdruid_vgm","p":210,"s":67,"h":1,"t":0,"uu":"archdruid|vgm","m":"bestiary/tokens/VGM/Archdruid.webp","n":"Archdruid"},{"id":3954,"c":1,"u":"archer_vgm","p":210,"s":67,"h":1,"t":0,"uu":"archer|vgm","m":"bestiary/tokens/VGM/Archer.webp","n":"Archer"},{"id":3955,"c":1,"u":"aurochs_vgm","p":207,"s":67,"h":1,"t":0,"uu":"aurochs|vgm","m":"bestiary/tokens/VGM/Aurochs.webp","n":"Aurochs"},{"id":3956,"c":1,"u":"babau_vgm","p":136,"s":67,"h":1,"t":0,"uu":"babau|vgm","m":"bestiary/tokens/VGM/Babau.webp","n":"Babau"},{"id":3957,"c":1,"u":"banderhobb_vgm","p":122,"s":67,"h":1,"t":0,"uu":"banderhobb|vgm","m":"bestiary/tokens/VGM/Banderhobb.webp","n":"Banderhobb"},{"id":3958,"c":1,"u":"bard_vgm","p":211,"s":67,"h":1,"t":0,"uu":"bard|vgm","m":"bestiary/tokens/VGM/Bard.webp","n":"Bard"},{"id":3959,"c":1,"u":"barghest_vgm","p":123,"s":67,"h":1,"t":0,"uu":"barghest|vgm","m":"bestiary/tokens/VGM/Barghest.webp","n":"Barghest"},{"id":3960,"c":1,"u":"bheur%20hag_vgm","p":160,"s":67,"h":1,"t":0,"uu":"bheur hag|vgm","m":"bestiary/tokens/VGM/Bheur Hag.webp","n":"Bheur Hag"},{"id":3961,"c":1,"u":"black%20guard%20drake_vgm","p":158,"s":67,"h":1,"t":0,"uu":"black guard drake|vgm","m":"bestiary/tokens/VGM/Black Guard Drake.webp","n":"Black Guard Drake"},{"id":3962,"c":1,"u":"blackguard_vgm","p":211,"s":67,"h":1,"t":0,"uu":"blackguard|vgm","m":"bestiary/tokens/VGM/Blackguard.webp","n":"Blackguard"},{"id":3963,"c":1,"u":"blue%20guard%20drake_vgm","p":158,"s":67,"h":1,"t":0,"uu":"blue guard drake|vgm","m":"bestiary/tokens/VGM/Blue Guard Drake.webp","n":"Blue Guard Drake"},{"id":3964,"c":1,"u":"bodak_vgm","p":127,"s":67,"h":1,"t":0,"uu":"bodak|vgm","m":"bestiary/tokens/VGM/Bodak.webp","n":"Bodak"},{"id":3965,"c":1,"u":"boggle_vgm","p":128,"s":67,"h":1,"t":0,"uu":"boggle|vgm","m":"bestiary/tokens/VGM/Boggle.webp","n":"Boggle"},{"id":3966,"c":1,"u":"booyahg%20booyahg%20booyahg_vgm","p":43,"s":67,"h":1,"t":0,"uu":"booyahg booyahg booyahg|vgm","m":"bestiary/tokens/VGM/Booyahg Booyahg Booyahg.webp","n":"Booyahg Booyahg Booyahg"},{"id":3967,"c":1,"u":"booyahg%20caster_vgm","p":42,"s":67,"h":1,"t":0,"uu":"booyahg caster|vgm","m":"bestiary/tokens/VGM/Booyahg Caster.webp","n":"Booyahg Caster"},{"id":3968,"c":1,"u":"booyahg%20slave%20of%20the%20archfey_vgm","p":42,"s":67,"h":1,"t":0,"uu":"booyahg slave of the archfey|vgm","m":"bestiary/tokens/VGM/Booyahg Slave of the Archfey.webp","n":"Booyahg Slave of the Archfey"},{"id":3969,"c":1,"u":"booyahg%20slave%20of%20the%20fiend_vgm","p":42,"s":67,"h":1,"t":0,"uu":"booyahg slave of the fiend|vgm","m":"bestiary/tokens/VGM/Booyahg Slave of the Fiend.webp","n":"Booyahg Slave of the Fiend"},{"id":3970,"c":1,"u":"booyahg%20slave%20of%20the%20great%20old%20one_vgm","p":42,"s":67,"h":1,"t":0,"uu":"booyahg slave of the great old one|vgm","m":"bestiary/tokens/VGM/Booyahg Slave of the Great Old One.webp","n":"Booyahg Slave of the Great Old One"},{"id":3971,"c":1,"u":"booyahg%20whip_vgm","p":42,"s":67,"h":1,"t":0,"uu":"booyahg whip|vgm","m":"bestiary/tokens/VGM/Booyahg Whip.webp","n":"Booyahg Whip"},{"id":3972,"c":1,"u":"booyahg%20wielder_vgm","p":42,"s":67,"h":1,"t":0,"uu":"booyahg wielder|vgm","m":"bestiary/tokens/VGM/Booyahg Wielder.webp","n":"Booyahg Wielder"},{"id":3973,"c":1,"u":"brontosaurus_vgm","p":139,"s":67,"h":1,"t":0,"uu":"brontosaurus|vgm","m":"bestiary/tokens/VGM/Brontosaurus.webp","n":"Brontosaurus"},{"id":3974,"c":1,"u":"catoblepas_vgm","p":129,"s":67,"h":1,"t":0,"uu":"catoblepas|vgm","m":"bestiary/tokens/VGM/Catoblepas.webp","n":"Catoblepas"},{"id":3975,"c":1,"u":"cave%20fisher_vgm","p":130,"s":67,"h":1,"t":0,"uu":"cave fisher|vgm","m":"bestiary/tokens/VGM/Cave Fisher.webp","n":"Cave Fisher"},{"id":3976,"c":1,"u":"champion_vgm","p":212,"s":67,"h":1,"t":0,"uu":"champion|vgm","m":"bestiary/tokens/VGM/Champion.webp","n":"Champion"},{"id":3977,"c":1,"u":"chitine_vgm","p":131,"s":67,"h":1,"t":0,"uu":"chitine|vgm","m":"bestiary/tokens/VGM/Chitine.webp","n":"Chitine"},{"id":3978,"c":1,"u":"choldrith_vgm","p":132,"s":67,"h":1,"t":0,"uu":"choldrith|vgm","m":"bestiary/tokens/VGM/Choldrith.webp","n":"Choldrith"},{"id":3979,"c":1,"u":"cloud%20giant%20smiling%20one_vgm","p":146,"s":67,"h":1,"t":0,"uu":"cloud giant smiling one|vgm","m":"bestiary/tokens/VGM/Cloud Giant Smiling One.webp","n":"Cloud Giant Smiling One"},{"id":3980,"c":1,"u":"conjurer_vgm","p":212,"s":67,"h":1,"t":0,"uu":"conjurer|vgm","m":"bestiary/tokens/VGM/Conjurer.webp","n":"Conjurer"},{"id":3981,"c":1,"u":"cow_vgm","p":207,"s":67,"h":1,"t":0,"uu":"cow|vgm","m":"bestiary/tokens/VGM/Cow.webp","n":"Cow"},{"id":3982,"c":1,"u":"cranium%20rat_vgm","p":133,"s":67,"h":1,"t":0,"uu":"cranium rat|vgm","m":"bestiary/tokens/VGM/Cranium Rat.webp","n":"Cranium Rat"},{"id":3983,"c":1,"u":"darkling_vgm","p":134,"s":67,"h":1,"t":0,"uu":"darkling|vgm","m":"bestiary/tokens/VGM/Darkling.webp","n":"Darkling"},{"id":3984,"c":1,"u":"darkling%20elder_vgm","p":134,"s":67,"h":1,"t":0,"uu":"darkling elder|vgm","m":"bestiary/tokens/VGM/Darkling Elder.webp","n":"Darkling Elder"},{"id":3985,"c":1,"u":"death%20kiss_vgm","p":124,"s":67,"h":1,"t":0,"uu":"death kiss|vgm","m":"bestiary/tokens/VGM/Death Kiss.webp","n":"Death Kiss"},{"id":3986,"c":1,"u":"deep%20roth%c3%a9_vgm","p":208,"s":67,"h":1,"t":0,"uu":"deep rothé|vgm","m":"bestiary/tokens/VGM/Deep Rothe.webp","n":"Deep Rothe"},{"id":3987,"c":1,"u":"deep%20scion_vgm","p":135,"s":67,"h":1,"t":0,"uu":"deep scion|vgm","m":"bestiary/tokens/VGM/Deep Scion.webp","n":"Deep Scion"},{"id":3988,"c":1,"u":"deinonychus_vgm","p":139,"s":67,"h":1,"t":0,"uu":"deinonychus|vgm","m":"bestiary/tokens/VGM/Deinonychus.webp","n":"Deinonychus"},{"id":3989,"c":1,"u":"devourer_vgm","p":138,"s":67,"h":1,"t":0,"uu":"devourer|vgm","m":"bestiary/tokens/VGM/Devourer.webp","n":"Devourer"},{"id":3990,"c":1,"u":"dimetrodon_vgm","p":139,"s":67,"h":1,"t":0,"uu":"dimetrodon|vgm","m":"bestiary/tokens/VGM/Dimetrodon.webp","n":"Dimetrodon"},{"id":3991,"c":1,"u":"diviner_vgm","p":213,"s":67,"h":1,"t":0,"uu":"diviner|vgm","m":"bestiary/tokens/VGM/Diviner.webp","n":"Diviner"},{"id":3992,"c":1,"u":"dolphin_vgm","p":208,"s":67,"h":1,"t":0,"uu":"dolphin|vgm","m":"bestiary/tokens/VGM/Dolphin.webp","n":"Dolphin"},{"id":3993,"c":1,"u":"draegloth_vgm","p":141,"s":67,"h":1,"t":0,"uu":"draegloth|vgm","m":"bestiary/tokens/VGM/Draegloth.webp","n":"Draegloth"},{"id":3994,"c":1,"u":"elder%20brain_vgm","p":173,"s":67,"h":1,"t":0,"uu":"elder brain|vgm","m":"bestiary/tokens/VGM/Elder Brain.webp","n":"Elder Brain"},{"id":3995,"c":1,"u":"enchanter_vgm","p":213,"s":67,"h":1,"t":0,"uu":"enchanter|vgm","m":"bestiary/tokens/VGM/Enchanter.webp","n":"Enchanter"},{"id":3996,"c":1,"u":"evoker_vgm","p":214,"s":67,"h":1,"t":0,"uu":"evoker|vgm","m":"bestiary/tokens/VGM/Evoker.webp","n":"Evoker"},{"id":3997,"c":1,"u":"fire%20giant%20dreadnought_vgm","p":147,"s":67,"h":1,"t":0,"uu":"fire giant dreadnought|vgm","m":"bestiary/tokens/VGM/Fire Giant Dreadnought.webp","n":"Fire Giant Dreadnought"},{"id":3998,"c":1,"u":"firenewt%20warlock%20of%20imix_vgm","p":143,"s":67,"h":1,"t":0,"uu":"firenewt warlock of imix|vgm","m":"bestiary/tokens/VGM/Firenewt Warlock of Imix.webp","n":"Firenewt Warlock of Imix"},{"id":3999,"c":1,"u":"firenewt%20warrior_vgm","p":142,"s":67,"h":1,"t":0,"uu":"firenewt warrior|vgm","m":"bestiary/tokens/VGM/Firenewt Warrior.webp","n":"Firenewt Warrior"},{"id":4000,"c":1,"u":"flail%20snail_vgm","p":144,"s":67,"h":1,"t":0,"uu":"flail snail|vgm","m":"bestiary/tokens/VGM/Flail Snail.webp","n":"Flail Snail"},{"id":4001,"c":1,"u":"flind_vgm","p":153,"s":67,"h":1,"t":0,"uu":"flind|vgm","m":"bestiary/tokens/VGM/Flind.webp","n":"Flind"},{"id":4002,"c":1,"u":"froghemoth_vgm","p":145,"s":67,"h":1,"t":0,"uu":"froghemoth|vgm","m":"bestiary/tokens/VGM/Froghemoth.webp","n":"Froghemoth"},{"id":4003,"c":1,"u":"frost%20giant%20everlasting%20one_vgm","p":148,"s":67,"h":1,"t":0,"uu":"frost giant everlasting one|vgm","m":"bestiary/tokens/VGM/Frost Giant Everlasting One.webp","n":"Frost Giant Everlasting One"},{"id":4004,"c":1,"u":"gauth_vgm","p":125,"s":67,"h":1,"t":0,"uu":"gauth|vgm","m":"bestiary/tokens/VGM/Gauth.webp","n":"Gauth"},{"id":4005,"c":1,"u":"gazer_vgm","p":126,"s":67,"h":1,"t":0,"uu":"gazer|vgm","m":"bestiary/tokens/VGM/Gazer.webp","n":"Gazer"},{"id":4006,"c":1,"u":"giant%20strider_vgm","p":143,"s":67,"h":1,"t":0,"uu":"giant strider|vgm","m":"bestiary/tokens/VGM/Giant Strider.webp","n":"Giant Strider"},{"id":4007,"c":1,"u":"girallon_vgm","p":152,"s":67,"h":1,"t":0,"uu":"girallon|vgm","m":"bestiary/tokens/VGM/Girallon.webp","n":"Girallon"},{"id":4008,"c":1,"u":"gnoll%20flesh%20gnawer_vgm","p":154,"s":67,"h":1,"t":0,"uu":"gnoll flesh gnawer|vgm","m":"bestiary/tokens/VGM/Gnoll Flesh Gnawer.webp","n":"Gnoll Flesh Gnawer"},{"id":4009,"c":1,"u":"gnoll%20hunter_vgm","p":154,"s":67,"h":1,"t":0,"uu":"gnoll hunter|vgm","m":"bestiary/tokens/VGM/Gnoll Hunter.webp","n":"Gnoll Hunter"},{"id":4010,"c":1,"u":"gnoll%20witherling_vgm","p":155,"s":67,"h":1,"t":0,"uu":"gnoll witherling|vgm","m":"bestiary/tokens/VGM/Gnoll Witherling.webp","n":"Gnoll Witherling"},{"id":4011,"c":1,"u":"green%20guard%20drake_vgm","p":158,"s":67,"h":1,"t":0,"uu":"green guard drake|vgm","m":"bestiary/tokens/VGM/Green Guard Drake.webp","n":"Green Guard Drake"},{"id":4012,"c":1,"u":"grung_vgm","p":156,"s":67,"h":1,"t":0,"uu":"grung|vgm","m":"bestiary/tokens/VGM/Grung.webp","n":"Grung"},{"id":4013,"c":1,"u":"grung%20elite%20warrior_vgm","p":157,"s":67,"h":1,"t":0,"uu":"grung elite warrior|vgm","m":"bestiary/tokens/VGM/Grung Elite Warrior.webp","n":"Grung Elite Warrior"},{"id":4014,"c":1,"u":"grung%20wildling_vgm","p":157,"s":67,"h":1,"t":0,"uu":"grung wildling|vgm","m":"bestiary/tokens/VGM/Grung Wildling.webp","n":"Grung Wildling"},{"id":4015,"c":1,"u":"hadrosaurus_vgm","p":140,"s":67,"h":1,"t":0,"uu":"hadrosaurus|vgm","m":"bestiary/tokens/VGM/Hadrosaurus.webp","n":"Hadrosaurus"},{"id":4016,"c":1,"u":"hobgoblin%20devastator_vgm","p":161,"s":67,"h":1,"t":0,"uu":"hobgoblin devastator|vgm","m":"bestiary/tokens/VGM/Hobgoblin Devastator.webp","n":"Hobgoblin Devastator"},{"id":4017,"c":1,"u":"hobgoblin%20iron%20shadow_vgm","p":162,"s":67,"h":1,"t":0,"uu":"hobgoblin iron shadow|vgm","m":"bestiary/tokens/VGM/Hobgoblin Iron Shadow.webp","n":"Hobgoblin Iron Shadow"},{"id":4018,"c":1,"u":"illithilich_vgm","p":172,"s":67,"h":1,"t":0,"uu":"illithilich|vgm","m":"bestiary/tokens/VGM/Illithilich.webp","n":"Illithilich"},{"id":4019,"c":1,"u":"illithilich_vgm","p":172,"s":67,"h":1,"t":0,"uu":"illithilich|vgm","m":"bestiary/tokens/VGM/Illithilich.webp","n":"Mind Flayer Lich"},{"id":4020,"c":1,"u":"illusionist_vgm","p":214,"s":67,"h":1,"t":0,"uu":"illusionist|vgm","m":"bestiary/tokens/VGM/Illusionist.webp","n":"Illusionist"},{"id":4021,"c":1,"u":"ki-rin_vgm","p":163,"s":67,"h":1,"t":0,"uu":"ki-rin|vgm","m":"bestiary/tokens/VGM/Ki-rin.webp","n":"Ki-rin"},{"id":4022,"c":1,"u":"kobold%20dragonshield_vgm","p":165,"s":67,"h":1,"t":0,"uu":"kobold dragonshield|vgm","m":"bestiary/tokens/VGM/Kobold Dragonshield.webp","n":"Kobold Dragonshield"},{"id":4023,"c":1,"u":"kobold%20inventor_vgm","p":166,"s":67,"h":1,"t":0,"uu":"kobold inventor|vgm","m":"bestiary/tokens/VGM/Kobold Inventor.webp","n":"Kobold Inventor"},{"id":4024,"c":1,"u":"kobold%20scale%20sorcerer_vgm","p":167,"s":67,"h":1,"t":0,"uu":"kobold scale sorcerer|vgm","m":"bestiary/tokens/VGM/Kobold Scale Sorcerer.webp","n":"Kobold Scale Sorcerer"},{"id":4025,"c":1,"u":"korred_vgm","p":168,"s":67,"h":1,"t":0,"uu":"korred|vgm","m":"bestiary/tokens/VGM/Korred.webp","n":"Korred"},{"id":4026,"c":1,"u":"kraken%20priest_vgm","p":215,"s":67,"h":1,"t":0,"uu":"kraken priest|vgm","m":"bestiary/tokens/VGM/Kraken Priest.webp","n":"Kraken Priest"},{"id":4027,"c":1,"u":"leucrotta_vgm","p":169,"s":67,"h":1,"t":0,"uu":"leucrotta|vgm","m":"bestiary/tokens/VGM/Leucrotta.webp","n":"Leucrotta"},{"id":4028,"c":1,"u":"martial%20arts%20adept_vgm","p":216,"s":67,"h":1,"t":0,"uu":"martial arts adept|vgm","m":"bestiary/tokens/VGM/Martial Arts Adept.webp","n":"Martial Arts Adept"},{"id":4029,"c":1,"u":"master%20thief_vgm","p":216,"s":67,"h":1,"t":0,"uu":"master thief|vgm","m":"bestiary/tokens/VGM/Master Thief.webp","n":"Master Thief"},{"id":4030,"c":1,"u":"maw%20demon_vgm","p":137,"s":67,"h":1,"t":0,"uu":"maw demon|vgm","m":"bestiary/tokens/VGM/Maw Demon.webp","n":"Maw Demon"},{"id":4031,"c":1,"u":"meenlock_vgm","p":170,"s":67,"h":1,"t":0,"uu":"meenlock|vgm","m":"bestiary/tokens/VGM/Meenlock.webp","n":"Meenlock"},{"id":4032,"c":1,"u":"mind%20flayer%20psion_vgm","p":71,"s":67,"h":1,"t":0,"uu":"mind flayer psion|vgm","m":"bestiary/tokens/VGM/Mind Flayer Psion.webp","n":"Mind Flayer Psion"},{"id":4033,"c":1,"u":"mind%20flayer%20psion_vgm","p":71,"s":67,"h":1,"t":0,"uu":"mind flayer psion|vgm","m":"bestiary/tokens/VGM/Mind Flayer Psion.webp","n":"Illithid Psion"},{"id":4034,"c":1,"u":"mindwitness_vgm","p":176,"s":67,"h":1,"t":0,"uu":"mindwitness|vgm","m":"bestiary/tokens/VGM/Mindwitness.webp","n":"Mindwitness"},{"id":4035,"c":1,"u":"morkoth_vgm","p":177,"s":67,"h":1,"t":0,"uu":"morkoth|vgm","m":"bestiary/tokens/VGM/Morkoth.webp","n":"Morkoth"},{"id":4036,"c":1,"u":"mouth%20of%20grolantor_vgm","p":149,"s":67,"h":1,"t":0,"uu":"mouth of grolantor|vgm","m":"bestiary/tokens/VGM/Mouth of Grolantor.webp","n":"Mouth of Grolantor"},{"id":4037,"c":1,"u":"necromancer_vgm","p":217,"s":67,"h":1,"t":0,"uu":"necromancer|vgm","m":"bestiary/tokens/VGM/Necromancer.webp","n":"Necromancer"},{"id":4038,"c":1,"u":"neogi_vgm","p":180,"s":67,"h":1,"t":0,"uu":"neogi|vgm","m":"bestiary/tokens/VGM/Neogi.webp","n":"Neogi"},{"id":4039,"c":1,"u":"neogi%20hatchling_vgm","p":179,"s":67,"h":1,"t":0,"uu":"neogi hatchling|vgm","m":"bestiary/tokens/VGM/Neogi Hatchling.webp","n":"Neogi Hatchling"},{"id":4040,"c":1,"u":"neogi%20master_vgm","p":180,"s":67,"h":1,"t":0,"uu":"neogi master|vgm","m":"bestiary/tokens/VGM/Neogi Master.webp","n":"Neogi Master"},{"id":4041,"c":1,"u":"neothelid_vgm","p":181,"s":67,"h":1,"t":0,"uu":"neothelid|vgm","m":"bestiary/tokens/VGM/Neothelid.webp","n":"Neothelid"},{"id":4042,"c":1,"u":"nilbog_vgm","p":182,"s":67,"h":1,"t":0,"uu":"nilbog|vgm","m":"bestiary/tokens/VGM/Nilbog.webp","n":"Nilbog"},{"id":4043,"c":1,"u":"orc%20blade%20of%20ilneval_vgm","p":183,"s":67,"h":1,"t":0,"uu":"orc blade of ilneval|vgm","m":"bestiary/tokens/VGM/Orc Blade of Ilneval.webp","n":"Orc Blade of Ilneval"},{"id":4044,"c":1,"u":"orc%20claw%20of%20luthic_vgm","p":183,"s":67,"h":1,"t":0,"uu":"orc claw of luthic|vgm","m":"bestiary/tokens/VGM/Orc Claw of Luthic.webp","n":"Orc Claw of Luthic"},{"id":4045,"c":1,"u":"orc%20hand%20of%20yurtrus_vgm","p":184,"s":67,"h":1,"t":0,"uu":"orc hand of yurtrus|vgm","m":"bestiary/tokens/VGM/Orc Hand of Yurtrus.webp","n":"Orc Hand of Yurtrus"},{"id":4046,"c":1,"u":"orc%20nurtured%20one%20of%20yurtrus_vgm","p":184,"s":67,"h":1,"t":0,"uu":"orc nurtured one of yurtrus|vgm","m":"bestiary/tokens/VGM/Orc Nurtured One of Yurtrus.webp","n":"Orc Nurtured One of Yurtrus"},{"id":4047,"c":1,"u":"orc%20red%20fang%20of%20shargaas_vgm","p":185,"s":67,"h":1,"t":0,"uu":"orc red fang of shargaas|vgm","m":"bestiary/tokens/VGM/Orc Red Fang of Shargaas.webp","n":"Orc Red Fang of Shargaas"},{"id":4048,"c":1,"u":"ox_vgm","p":208,"s":67,"h":1,"t":0,"uu":"ox|vgm","m":"bestiary/tokens/VGM/Ox.webp","n":"Ox"},{"id":4049,"c":1,"u":"quetzalcoatlus_vgm","p":140,"s":67,"h":1,"t":0,"uu":"quetzalcoatlus|vgm","m":"bestiary/tokens/VGM/Quetzalcoatlus.webp","n":"Quetzalcoatlus"},{"id":4050,"c":1,"u":"quickling_vgm","p":187,"s":67,"h":1,"t":0,"uu":"quickling|vgm","m":"bestiary/tokens/VGM/Quickling.webp","n":"Quickling"},{"id":4051,"c":1,"u":"red%20guard%20drake_vgm","p":158,"s":67,"h":1,"t":0,"uu":"red guard drake|vgm","m":"bestiary/tokens/VGM/Red Guard Drake.webp","n":"Red Guard Drake"},{"id":4052,"c":1,"u":"redcap_vgm","p":188,"s":67,"h":1,"t":0,"uu":"redcap|vgm","m":"bestiary/tokens/VGM/Redcap.webp","n":"Redcap"},{"id":4053,"c":1,"u":"roth%c3%a9_vgm","p":208,"s":67,"h":1,"t":0,"uu":"rothé|vgm","m":"bestiary/tokens/VGM/Rothe.webp","n":"Rothe"},{"id":4054,"c":1,"u":"sea%20spawn_vgm","p":189,"s":67,"h":1,"t":0,"uu":"sea spawn|vgm","m":"bestiary/tokens/VGM/Sea Spawn.webp","n":"Sea Spawn"},{"id":4055,"c":1,"u":"shadow%20mastiff_vgm","p":190,"s":67,"h":1,"t":0,"uu":"shadow mastiff|vgm","m":"bestiary/tokens/VGM/Shadow Mastiff.webp","n":"Shadow Mastiff"},{"id":4056,"c":1,"u":"shoosuva_vgm","p":137,"s":67,"h":1,"t":0,"uu":"shoosuva|vgm","m":"bestiary/tokens/VGM/Shoosuva.webp","n":"Shoosuva"},{"id":4057,"c":1,"u":"slithering%20tracker_vgm","p":191,"s":67,"h":1,"t":0,"uu":"slithering tracker|vgm","m":"bestiary/tokens/VGM/Slithering Tracker.webp","n":"Slithering Tracker"},{"id":4058,"c":1,"u":"spawn%20of%20kyuss_vgm","p":192,"s":67,"h":1,"t":0,"uu":"spawn of kyuss|vgm","m":"bestiary/tokens/VGM/Spawn of Kyuss.webp","n":"Spawn of Kyuss"},{"id":4059,"c":1,"u":"stegosaurus_vgm","p":140,"s":67,"h":1,"t":0,"uu":"stegosaurus|vgm","m":"bestiary/tokens/VGM/Stegosaurus.webp","n":"Stegosaurus"},{"id":4060,"c":1,"u":"stench%20kow_vgm","p":208,"s":67,"h":1,"t":0,"uu":"stench kow|vgm","m":"bestiary/tokens/VGM/Stench Kow.webp","n":"Stench Kow"},{"id":4061,"c":1,"u":"stone%20giant%20dreamwalker_vgm","p":150,"s":67,"h":1,"t":0,"uu":"stone giant dreamwalker|vgm","m":"bestiary/tokens/VGM/Stone Giant Dreamwalker.webp","n":"Stone Giant Dreamwalker"},{"id":4062,"c":1,"u":"storm%20giant%20quintessent_vgm","p":151,"s":67,"h":1,"t":0,"uu":"storm giant quintessent|vgm","m":"bestiary/tokens/VGM/Storm Giant Quintessent.webp","n":"Storm Giant Quintessent"},{"id":4063,"c":1,"u":"swarm%20of%20cranium%20rats_vgm","p":133,"s":67,"h":1,"t":0,"uu":"swarm of cranium rats|vgm","m":"bestiary/tokens/VGM/Swarm of Cranium Rats.webp","n":"Swarm of Cranium Rats"},{"id":4064,"c":1,"u":"swarm%20of%20rot%20grubs_vgm","p":208,"s":67,"h":1,"t":0,"uu":"swarm of rot grubs|vgm","m":"bestiary/tokens/VGM/Swarm of Rot Grubs.webp","n":"Swarm of Rot Grubs"},{"id":4065,"c":1,"u":"swashbuckler_vgm","p":217,"s":67,"h":1,"t":0,"uu":"swashbuckler|vgm","m":"bestiary/tokens/VGM/Swashbuckler.webp","n":"Swashbuckler"},{"id":4066,"c":1,"u":"tanarukk_vgm","p":186,"s":67,"h":1,"t":0,"uu":"tanarukk|vgm","m":"bestiary/tokens/VGM/Tanarukk.webp","n":"Tanarukk"},{"id":4067,"c":1,"u":"thorny_vgm","p":197,"s":67,"h":1,"t":0,"uu":"thorny|vgm","m":"bestiary/tokens/VGM/Thorny.webp","n":"Thorny"},{"id":4068,"c":1,"u":"tlincalli_vgm","p":193,"s":67,"h":1,"t":0,"uu":"tlincalli|vgm","m":"bestiary/tokens/VGM/Tlincalli.webp","n":"Tlincalli"},{"id":4069,"c":1,"u":"transmuter_vgm","p":218,"s":67,"h":1,"t":0,"uu":"transmuter|vgm","m":"bestiary/tokens/VGM/Transmuter.webp","n":"Transmuter"},{"id":4070,"c":1,"u":"trapper_vgm","p":194,"s":67,"h":1,"t":0,"uu":"trapper|vgm","m":"bestiary/tokens/VGM/Trapper.webp","n":"Trapper"},{"id":4071,"c":1,"u":"ulitharid_vgm","p":175,"s":67,"h":1,"t":0,"uu":"ulitharid|vgm","m":"bestiary/tokens/VGM/Ulitharid.webp","n":"Ulitharid"},{"id":4072,"c":1,"u":"vargouille_vgm","p":195,"s":67,"h":1,"t":0,"uu":"vargouille|vgm","m":"bestiary/tokens/VGM/Vargouille.webp","n":"Vargouille"},{"id":4073,"c":1,"u":"vegepygmy_vgm","p":196,"s":67,"h":1,"t":0,"uu":"vegepygmy|vgm","m":"bestiary/tokens/VGM/Vegepygmy.webp","n":"Vegepygmy"},{"id":4074,"c":1,"u":"vegepygmy%20chief_vgm","p":197,"s":67,"h":1,"t":0,"uu":"vegepygmy chief|vgm","m":"bestiary/tokens/VGM/Vegepygmy Chief.webp","n":"Vegepygmy Chief"},{"id":4075,"c":1,"u":"velociraptor_vgm","p":140,"s":67,"h":1,"t":0,"uu":"velociraptor|vgm","m":"bestiary/tokens/VGM/Velociraptor.webp","n":"Velociraptor"},{"id":4076,"c":1,"u":"war%20priest_vgm","p":218,"s":67,"h":1,"t":0,"uu":"war priest|vgm","m":"bestiary/tokens/VGM/War Priest.webp","n":"War Priest"},{"id":4077,"c":1,"u":"warlock%20of%20the%20archfey_vgm","p":219,"s":67,"h":1,"t":0,"uu":"warlock of the archfey|vgm","m":"bestiary/tokens/VGM/Warlock of the Archfey.webp","n":"Warlock of the Archfey"},{"id":4078,"c":1,"u":"warlock%20of%20the%20fiend_vgm","p":219,"s":67,"h":1,"t":0,"uu":"warlock of the fiend|vgm","m":"bestiary/tokens/VGM/Warlock of the Fiend.webp","n":"Warlock of the Fiend"},{"id":4079,"c":1,"u":"warlock%20of%20the%20great%20old%20one_vgm","p":220,"s":67,"h":1,"t":0,"uu":"warlock of the great old one|vgm","m":"bestiary/tokens/VGM/Warlock of the Great Old One.webp","n":"Warlock of the Great Old One"},{"id":4080,"c":1,"u":"warlord_vgm","p":220,"s":67,"h":1,"t":0,"uu":"warlord|vgm","m":"bestiary/tokens/VGM/Warlord.webp","n":"Warlord"},{"id":4081,"c":1,"u":"white%20guard%20drake_vgm","p":158,"s":67,"h":1,"t":0,"uu":"white guard drake|vgm","m":"bestiary/tokens/VGM/White Guard Drake.webp","n":"White Guard Drake"},{"id":4082,"c":1,"u":"wood%20woad_vgm","p":198,"s":67,"h":1,"t":0,"uu":"wood woad|vgm","m":"bestiary/tokens/VGM/Wood Woad.webp","n":"Wood Woad"},{"id":4083,"c":1,"u":"xvart_vgm","p":200,"s":67,"h":1,"t":0,"uu":"xvart|vgm","m":"bestiary/tokens/VGM/Xvart.webp","n":"Xvart"},{"id":4084,"c":1,"u":"xvart%20speaker_vgm","p":200,"s":67,"h":1,"t":0,"uu":"xvart speaker|vgm","m":"bestiary/tokens/VGM/Xvart Speaker.webp","n":"Xvart Speaker"},{"id":4085,"c":1,"u":"xvart%20warlock%20of%20raxivort_vgm","p":200,"s":67,"h":1,"t":0,"uu":"xvart warlock of raxivort|vgm","m":"bestiary/tokens/VGM/Xvart Warlock of Raxivort.webp","n":"Xvart Warlock of Raxivort"},{"id":4086,"c":1,"u":"yeth%20hound_vgm","p":201,"s":67,"h":1,"t":0,"uu":"yeth hound|vgm","m":"bestiary/tokens/VGM/Yeth Hound.webp","n":"Yeth Hound"},{"id":4087,"c":1,"u":"yuan-ti%20anathema_vgm","p":202,"s":67,"h":1,"t":0,"uu":"yuan-ti anathema|vgm","m":"bestiary/tokens/VGM/Yuan-ti Anathema.webp","n":"Yuan-ti Anathema"},{"id":4088,"c":1,"u":"yuan-ti%20broodguard_vgm","p":203,"s":67,"h":1,"t":0,"uu":"yuan-ti broodguard|vgm","m":"bestiary/tokens/VGM/Yuan-ti Broodguard.webp","n":"Yuan-ti Broodguard"},{"id":4089,"c":1,"u":"yuan-ti%20malison%20(type%204)_vgm","p":96,"s":67,"h":1,"t":0,"uu":"yuan-ti malison (type 4)|vgm","m":"bestiary/tokens/VGM/Yuan-ti Malison (Type 4).webp","n":"Yuan-ti Malison (Type 4)"},{"id":4090,"c":1,"u":"yuan-ti%20malison%20(type%205)_vgm","p":96,"s":67,"h":1,"t":0,"uu":"yuan-ti malison (type 5)|vgm","m":"bestiary/tokens/VGM/Yuan-ti Malison (Type 5).webp","n":"Yuan-ti Malison (Type 5)"},{"id":4091,"c":1,"u":"yuan-ti%20mind%20whisperer_vgm","p":204,"s":67,"h":1,"t":0,"uu":"yuan-ti mind whisperer|vgm","m":"bestiary/tokens/VGM/Yuan-ti Mind Whisperer.webp","n":"Yuan-ti Mind Whisperer"},{"id":4092,"c":1,"u":"yuan-ti%20nightmare%20speaker_vgm","p":205,"s":67,"h":1,"t":0,"uu":"yuan-ti nightmare speaker|vgm","m":"bestiary/tokens/VGM/Yuan-ti Nightmare Speaker.webp","n":"Yuan-ti Nightmare Speaker"},{"id":4093,"c":1,"u":"yuan-ti%20pit%20master_vgm","p":206,"s":67,"h":1,"t":0,"uu":"yuan-ti pit master|vgm","m":"bestiary/tokens/VGM/Yuan-ti Pit Master.webp","n":"Yuan-ti Pit Master"},{"id":4094,"c":1,"u":"bodytaker%20plant_vrgr","p":226,"s":68,"h":1,"t":0,"uu":"bodytaker plant|vrgr","m":"bestiary/tokens/VRGR/Bodytaker Plant.webp","n":"Bodytaker Plant"},{"id":4095,"c":1,"u":"boneless_vrgr","p":228,"s":68,"h":1,"t":0,"uu":"boneless|vrgr","m":"bestiary/tokens/VRGR/Boneless.webp","n":"Boneless"},{"id":4096,"c":1,"u":"brain%20in%20a%20jar_vrgr","p":278,"s":68,"h":1,"t":0,"uu":"brain in a jar|vrgr","m":"bestiary/tokens/VRGR/Brain in a Jar.webp","n":"Brain in a Jar"},{"id":4097,"c":1,"u":"carrion%20stalker_vrgr","p":230,"s":68,"h":1,"t":0,"uu":"carrion stalker|vrgr","m":"bestiary/tokens/VRGR/Carrion Stalker.webp","n":"Carrion Stalker"},{"id":4098,"c":1,"u":"carrionette_vrgr","p":231,"s":68,"h":1,"t":0,"uu":"carrionette|vrgr","m":"bestiary/tokens/VRGR/Carrionette.webp","n":"Carrionette"},{"id":4099,"c":1,"u":"death's%20head_vrgr","p":232,"s":68,"h":1,"t":0,"uu":"death's head|vrgr","m":"bestiary/tokens/VRGR/Death's Head.webp","n":"Death's Head"},{"id":4100,"c":1,"u":"dullahan_vrgr","p":233,"s":68,"h":1,"t":0,"uu":"dullahan|vrgr","m":"bestiary/tokens/VRGR/Dullahan.webp","n":"Dullahan"},{"id":4101,"c":1,"u":"elise_vrgr","p":143,"s":68,"h":1,"t":0,"uu":"elise|vrgr","m":"bestiary/tokens/VRGR/Elise.webp","n":"Elise"},{"id":4102,"c":1,"u":"gallows%20speaker_vrgr","p":234,"s":68,"h":1,"t":0,"uu":"gallows speaker|vrgr","m":"bestiary/tokens/VRGR/Gallows Speaker.webp","n":"Gallows Speaker"},{"id":4103,"c":1,"u":"greater%20star%20spawn%20emissary_vrgr","p":245,"s":68,"h":1,"t":0,"uu":"greater star spawn emissary|vrgr","m":"bestiary/tokens/VRGR/Greater Star Spawn Emissary.webp","n":"Greater Star Spawn Emissary"},{"id":4104,"c":1,"u":"gremishka_vrgr","p":235,"s":68,"h":1,"t":0,"uu":"gremishka|vrgr","m":"bestiary/tokens/VRGR/Gremishka.webp","n":"Gremishka"},{"id":4105,"c":1,"u":"inquisitor%20of%20the%20mind%20fire_vrgr","p":248,"s":68,"h":1,"t":0,"uu":"inquisitor of the mind fire|vrgr","m":"bestiary/tokens/VRGR/Inquisitor of the Mind Fire.webp","n":"Inquisitor of the Mind Fire"},{"id":4106,"c":1,"u":"inquisitor%20of%20the%20sword_vrgr","p":249,"s":68,"h":1,"t":0,"uu":"inquisitor of the sword|vrgr","m":"bestiary/tokens/VRGR/Inquisitor of the Sword.webp","n":"Inquisitor of the Sword"},{"id":4107,"c":1,"u":"inquisitor%20of%20the%20tome_vrgr","p":249,"s":68,"h":1,"t":0,"uu":"inquisitor of the tome|vrgr","m":"bestiary/tokens/VRGR/Inquisitor of the Tome.webp","n":"Inquisitor of the Tome"},{"id":4108,"c":1,"u":"isolde_vrgr","p":86,"s":68,"h":1,"t":0,"uu":"isolde|vrgr","m":"bestiary/tokens/VRGR/Isolde.webp","n":"Isolde"},{"id":4109,"c":1,"u":"jiangshi_vrgr","p":236,"s":68,"h":1,"t":0,"uu":"jiangshi|vrgr","m":"bestiary/tokens/VRGR/Jiangshi.webp","n":"Jiangshi"},{"id":4110,"c":1,"u":"lesser%20star%20spawn%20emissary_vrgr","p":245,"s":68,"h":1,"t":0,"uu":"lesser star spawn emissary|vrgr","m":"bestiary/tokens/VRGR/Lesser Star Spawn Emissary.webp","n":"Lesser Star Spawn Emissary"},{"id":4111,"c":1,"u":"loup%20garou_vrgr","p":237,"s":68,"h":1,"t":0,"uu":"loup garou|vrgr","m":"bestiary/tokens/VRGR/Loup Garou.webp","n":"Loup Garou"},{"id":4112,"c":1,"u":"necrichor_vrgr","p":238,"s":68,"h":1,"t":0,"uu":"necrichor|vrgr","m":"bestiary/tokens/VRGR/Necrichor.webp","n":"Necrichor"},{"id":4113,"c":1,"u":"nosferatu_vrgr","p":239,"s":68,"h":1,"t":0,"uu":"nosferatu|vrgr","m":"bestiary/tokens/VRGR/Nosferatu.webp","n":"Nosferatu"},{"id":4114,"c":1,"u":"podling_vrgr","p":227,"s":68,"h":1,"t":0,"uu":"podling|vrgr","m":"bestiary/tokens/VRGR/Podling.webp","n":"Podling"},{"id":4115,"c":1,"u":"priest%20of%20osybus_vrgr","p":241,"s":68,"h":1,"t":0,"uu":"priest of osybus|vrgr","m":"bestiary/tokens/VRGR/Priest of Osybus.webp","n":"Priest of Osybus"},{"id":4116,"c":1,"u":"relentless%20juggernaut_vrgr","p":243,"s":68,"h":1,"t":0,"uu":"relentless juggernaut|vrgr","m":"bestiary/tokens/VRGR/Relentless Juggernaut.webp","n":"Relentless Juggernaut"},{"id":4117,"c":1,"u":"relentless%20slasher_vrgr","p":242,"s":68,"h":1,"t":0,"uu":"relentless slasher|vrgr","m":"bestiary/tokens/VRGR/Relentless Slasher.webp","n":"Relentless Slasher"},{"id":4118,"c":1,"u":"strigoi_vrgr","p":246,"s":68,"h":1,"t":0,"uu":"strigoi|vrgr","m":"bestiary/tokens/VRGR/Strigoi.webp","n":"Strigoi"},{"id":4119,"c":1,"u":"swarm%20of%20gremishkas_vrgr","p":235,"s":68,"h":1,"t":0,"uu":"swarm of gremishkas|vrgr","m":"bestiary/tokens/VRGR/Swarm of Gremishkas.webp","n":"Swarm of Gremishkas"},{"id":4120,"c":1,"u":"swarm%20of%20maggots_vrgr","p":247,"s":68,"h":1,"t":0,"uu":"swarm of maggots|vrgr","m":"bestiary/tokens/VRGR/Swarm of Maggots.webp","n":"Swarm of Maggots"},{"id":4121,"c":1,"u":"swarm%20of%20scarabs_vrgr","p":247,"s":68,"h":1,"t":0,"uu":"swarm of scarabs|vrgr","m":"bestiary/tokens/VRGR/Swarm of Scarabs.webp","n":"Swarm of Scarabs"},{"id":4122,"c":1,"u":"swarm%20of%20zombie%20limbs_vrgr","p":254,"s":68,"h":1,"t":0,"uu":"swarm of zombie limbs|vrgr","m":"bestiary/tokens/VRGR/Swarm of Zombie Limbs.webp","n":"Swarm of Zombie Limbs"},{"id":4123,"c":1,"u":"the%20bagman_vrgr","p":225,"s":68,"h":1,"t":0,"uu":"the bagman|vrgr","m":"bestiary/tokens/VRGR/The Bagman.webp","n":"The Bagman"},{"id":4124,"c":1,"u":"unspeakable%20horror_vrgr","p":250,"s":68,"h":1,"t":0,"uu":"unspeakable horror|vrgr","m":"bestiary/tokens/VRGR/Unspeakable Horror.webp","n":"Unspeakable Horror"},{"id":4125,"c":1,"u":"vampiric%20mind%20flayer_vrgr","p":252,"s":68,"h":1,"t":0,"uu":"vampiric mind flayer|vrgr","m":"bestiary/tokens/VRGR/Vampiric Mind Flayer.webp","n":"Vampiric Mind Flayer"},{"id":4126,"c":1,"u":"wereraven_vrgr","p":253,"s":68,"h":1,"t":0,"uu":"wereraven|vrgr","m":"bestiary/tokens/VRGR/Wereraven.webp","n":"Wereraven"},{"id":4127,"c":1,"u":"zombie%20clot_vrgr","p":255,"s":68,"h":1,"t":0,"uu":"zombie clot|vrgr","m":"bestiary/tokens/VRGR/Zombie Clot.webp","n":"Zombie Clot"},{"id":4128,"c":1,"u":"zombie%20plague%20spreader_vrgr","p":255,"s":68,"h":1,"t":0,"uu":"zombie plague spreader|vrgr","m":"bestiary/tokens/VRGR/Zombie Plague Spreader.webp","n":"Zombie Plague Spreader"},{"id":4129,"c":1,"u":"agdon%20longscarf_wbtw","p":73,"s":69,"h":1,"t":0,"uu":"agdon longscarf|wbtw","m":"bestiary/tokens/WBtW/Agdon Longscarf.webp","n":"Agdon Longscarf"},{"id":4130,"c":1,"u":"alagarthas_wbtw","p":144,"s":69,"h":1,"t":0,"uu":"alagarthas|wbtw","m":"bestiary/tokens/WBtW/Alagarthas.webp","n":"Alagarthas"},{"id":4131,"c":1,"u":"amidor%20the%20dandelion_wbtw","p":135,"s":69,"h":1,"t":0,"uu":"amidor the dandelion|wbtw","m":"bestiary/tokens/WBtW/Amidor the Dandelion.webp","n":"Amidor the Dandelion"},{"id":4132,"c":1,"u":"bavlorna%20blightstraw_wbtw","p":216,"s":69,"h":1,"t":0,"uu":"bavlorna blightstraw|wbtw","m":"bestiary/tokens/WBtW/Bavlorna Blightstraw.webp","n":"Bavlorna Blightstraw"},{"id":4133,"c":1,"u":"brigganock_wbtw","p":230,"s":69,"h":1,"t":0,"uu":"brigganock|wbtw","m":"bestiary/tokens/WBtW/Brigganock.webp","n":"Brigganock"},{"id":4134,"c":1,"u":"bullywug%20knight_wbtw","p":231,"s":69,"h":1,"t":0,"uu":"bullywug knight|wbtw","m":"bestiary/tokens/WBtW/Bullywug Knight.webp","n":"Bullywug Knight"},{"id":4135,"c":1,"u":"campestri_wbtw","p":232,"s":69,"h":1,"t":0,"uu":"campestri|wbtw","m":"bestiary/tokens/WBtW/Campestri.webp","n":"Campestri"},{"id":4136,"c":1,"u":"clapperclaw%20the%20scarecrow_wbtw","p":78,"s":69,"h":1,"t":0,"uu":"clapperclaw the scarecrow|wbtw","m":"bestiary/tokens/WBtW/Clapperclaw the Scarecrow.webp","n":"Clapperclaw the Scarecrow"},{"id":4137,"c":1,"u":"detached%20shadow_wbtw","p":213,"s":69,"h":1,"t":0,"uu":"detached shadow|wbtw","m":"bestiary/tokens/WBtW/Detached Shadow.webp","n":"Detached Shadow"},{"id":4138,"c":1,"u":"displacer%20beast%20kitten_wbtw","p":108,"s":69,"h":1,"t":0,"uu":"displacer beast kitten|wbtw","m":"bestiary/tokens/WBtW/Displacer Beast Kitten.webp","n":"Displacer Beast Kitten"},{"id":4139,"c":1,"u":"elkhorn_wbtw","p":224,"s":69,"h":1,"t":0,"uu":"elkhorn|wbtw","m":"bestiary/tokens/WBtW/Elkhorn.webp","n":"Elkhorn"},{"id":4140,"c":1,"u":"endelyn%20moongrave_wbtw","p":217,"s":69,"h":1,"t":0,"uu":"endelyn moongrave|wbtw","m":"bestiary/tokens/WBtW/Endelyn Moongrave.webp","n":"Endelyn Moongrave"},{"id":4141,"c":1,"u":"envy_wbtw","p":178,"s":69,"h":1,"t":0,"uu":"envy|wbtw","m":"bestiary/tokens/WBtW/Envy.webp","n":"Envy"},{"id":4142,"c":1,"u":"flying%20rocking%20horse_wbtw","p":121,"s":69,"h":1,"t":0,"uu":"flying rocking horse|wbtw","m":"bestiary/tokens/WBtW/Flying Rocking Horse.webp","n":"Flying Rocking Horse"},{"id":4143,"c":1,"u":"giant%20dragonfly_wbtw","p":234,"s":69,"h":1,"t":0,"uu":"giant dragonfly|wbtw","m":"bestiary/tokens/WBtW/Giant Dragonfly.webp","n":"Giant Dragonfly"},{"id":4144,"c":1,"u":"giant%20snail_wbtw","p":234,"s":69,"h":1,"t":0,"uu":"giant snail|wbtw","m":"bestiary/tokens/WBtW/Giant Snail.webp","n":"Giant Snail"},{"id":4145,"c":1,"u":"giant%20swan_wbtw","p":38,"s":69,"h":1,"t":0,"uu":"giant swan|wbtw","m":"bestiary/tokens/WBtW/Giant Swan.webp","n":"Giant Swan"},{"id":4146,"c":1,"u":"glass%20pegasus_wbtw","p":181,"s":69,"h":1,"t":0,"uu":"glass pegasus|wbtw","m":"bestiary/tokens/WBtW/Glass Pegasus.webp","n":"Glass Pegasus"},{"id":4147,"c":1,"u":"glasswork%20golem_wbtw","p":193,"s":69,"h":1,"t":0,"uu":"glasswork golem|wbtw","m":"bestiary/tokens/WBtW/Glasswork Golem.webp","n":"Glasswork Golem"},{"id":4148,"c":1,"u":"gloam_wbtw","p":93,"s":69,"h":1,"t":0,"uu":"gloam|wbtw","m":"bestiary/tokens/WBtW/Gloam.webp","n":"Gloam"},{"id":4149,"c":1,"u":"harengon%20brigand_wbtw","p":235,"s":69,"h":1,"t":0,"uu":"harengon brigand|wbtw","m":"bestiary/tokens/WBtW/Harengon Brigand.webp","n":"Harengon Brigand"},{"id":4150,"c":1,"u":"harengon%20sniper_wbtw","p":235,"s":69,"h":1,"t":0,"uu":"harengon sniper|wbtw","m":"bestiary/tokens/WBtW/Harengon Sniper.webp","n":"Harengon Sniper"},{"id":4151,"c":1,"u":"iggwilv%20the%20witch%20queen_wbtw","p":205,"s":69,"h":1,"t":0,"uu":"iggwilv the witch queen|wbtw","m":"bestiary/tokens/WBtW/Iggwilv the Witch Queen.webp","n":"Iggwilv the Witch Queen"},{"id":4152,"c":1,"u":"jabberwock_wbtw","p":236,"s":69,"h":1,"t":0,"uu":"jabberwock|wbtw","m":"bestiary/tokens/WBtW/Jabberwock.webp","n":"Jabberwock"},{"id":4153,"c":1,"u":"jingle%20jangle_wbtw","p":70,"s":69,"h":1,"t":0,"uu":"jingle jangle|wbtw","m":"bestiary/tokens/WBtW/Jingle Jangle.webp","n":"Jingle Jangle"},{"id":4154,"c":1,"u":"kelek_wbtw","p":219,"s":69,"h":1,"t":0,"uu":"kelek|wbtw","m":"bestiary/tokens/WBtW/Kelek.webp","n":"Kelek"},{"id":4155,"c":1,"u":"kettlesteam%20the%20kenku_wbtw","p":52,"s":69,"h":1,"t":0,"uu":"kettlesteam the kenku|wbtw","m":"bestiary/tokens/WBtW/Kettlesteam the Kenku.webp","n":"Kettlesteam the Kenku"},{"id":4156,"c":1,"u":"living%20doll_wbtw","p":238,"s":69,"h":1,"t":0,"uu":"living doll|wbtw","m":"bestiary/tokens/WBtW/Living Doll.webp","n":"Living Doll"},{"id":4157,"c":1,"u":"mercion_wbtw","p":224,"s":69,"h":1,"t":0,"uu":"mercion|wbtw","m":"bestiary/tokens/WBtW/Mercion.webp","n":"Mercion"},{"id":4158,"c":1,"u":"mister%20light_wbtw","p":26,"s":69,"h":1,"t":0,"uu":"mister light|wbtw","m":"bestiary/tokens/WBtW/Mister Light.webp","n":"Mister Light"},{"id":4159,"c":1,"u":"mister%20witch_wbtw","p":25,"s":69,"h":1,"t":0,"uu":"mister witch|wbtw","m":"bestiary/tokens/WBtW/Mister Witch.webp","n":"Mister Witch"},{"id":4160,"c":1,"u":"molliver_wbtw","p":226,"s":69,"h":1,"t":0,"uu":"molliver|wbtw","m":"bestiary/tokens/WBtW/Molliver.webp","n":"Molliver"},{"id":4161,"c":1,"u":"paper%20bird_wbtw","p":166,"s":69,"h":1,"t":0,"uu":"paper bird|wbtw","m":"bestiary/tokens/WBtW/Paper Bird.webp","n":"Paper Bird"},{"id":4162,"c":1,"u":"pollenella%20the%20honeybee_wbtw","p":135,"s":69,"h":1,"t":0,"uu":"pollenella the honeybee|wbtw","m":"bestiary/tokens/WBtW/Pollenella the Honeybee.webp","n":"Pollenella the Honeybee"},{"id":4163,"c":1,"u":"raezil_wbtw","p":193,"s":69,"h":1,"t":0,"uu":"raezil|wbtw","m":"bestiary/tokens/WBtW/Raezil.webp","n":"Raezil"},{"id":4164,"c":1,"u":"ringlerun_wbtw","p":227,"s":69,"h":1,"t":0,"uu":"ringlerun|wbtw","m":"bestiary/tokens/WBtW/Ringlerun.webp","n":"Ringlerun"},{"id":4165,"c":1,"u":"selenelion%20twin_wbtw","p":241,"s":69,"h":1,"t":0,"uu":"selenelion twin|wbtw","m":"bestiary/tokens/WBtW/Selenelion Twin.webp","n":"Selenelion Twin"},{"id":4166,"c":1,"u":"sir%20talavar_wbtw","p":69,"s":69,"h":1,"t":0,"uu":"sir talavar|wbtw","m":"bestiary/tokens/WBtW/Sir Talavar.webp","n":"Sir Talavar"},{"id":4167,"c":1,"u":"skabatha%20nightshade_wbtw","p":218,"s":69,"h":1,"t":0,"uu":"skabatha nightshade|wbtw","m":"bestiary/tokens/WBtW/Skabatha Nightshade.webp","n":"Skabatha Nightshade"},{"id":4168,"c":1,"u":"skylla_wbtw","p":220,"s":69,"h":1,"t":0,"uu":"skylla|wbtw","m":"bestiary/tokens/WBtW/Skylla.webp","n":"Skylla"},{"id":4169,"c":1,"u":"squirt%20the%20oilcan_wbtw","p":110,"s":69,"h":1,"t":0,"uu":"squirt the oilcan|wbtw","m":"bestiary/tokens/WBtW/Squirt the Oilcan.webp","n":"Squirt the Oilcan"},{"id":4170,"c":1,"u":"strongheart_wbtw","p":228,"s":69,"h":1,"t":0,"uu":"strongheart|wbtw","m":"bestiary/tokens/WBtW/Strongheart.webp","n":"Strongheart"},{"id":4171,"c":1,"u":"swarm%20of%20campestris_wbtw","p":232,"s":69,"h":1,"t":0,"uu":"swarm of campestris|wbtw","m":"bestiary/tokens/WBtW/Swarm of Campestris.webp","n":"Swarm of Campestris"},{"id":4172,"c":1,"u":"thinnings_wbtw","p":15,"s":69,"h":1,"t":0,"uu":"thinnings|wbtw","m":"bestiary/tokens/WBtW/Thinnings.webp","n":"Thinnings"},{"id":4173,"c":1,"u":"tin%20soldier_wbtw","p":115,"s":69,"h":1,"t":0,"uu":"tin soldier|wbtw","m":"bestiary/tokens/WBtW/Tin Soldier.webp","n":"Tin Soldier"},{"id":4174,"c":1,"u":"treant%20sapling_wbtw","p":36,"s":69,"h":1,"t":0,"uu":"treant sapling|wbtw","m":"bestiary/tokens/WBtW/Treant Sapling.webp","n":"Treant Sapling"},{"id":4175,"c":1,"u":"warduke_wbtw","p":221,"s":69,"h":1,"t":0,"uu":"warduke|wbtw","m":"bestiary/tokens/WBtW/Warduke.webp","n":"Warduke"},{"id":4176,"c":1,"u":"will-o'-wells_wbtw","p":61,"s":69,"h":1,"t":0,"uu":"will-o'-wells|wbtw","m":"bestiary/tokens/WBtW/Will-o'-Wells.webp","n":"Will-o'-Wells"},{"id":4177,"c":1,"u":"witchlight%20hand%20(medium)_wbtw","p":27,"s":69,"h":1,"t":0,"uu":"witchlight hand (medium)|wbtw","m":"bestiary/tokens/WBtW/Witchlight Hand (Medium).webp","n":"Witchlight Hand (Medium)"},{"id":4178,"c":1,"u":"witchlight%20hand%20(small)_wbtw","s":69,"h":1,"t":0,"uu":"witchlight hand (small)|wbtw","m":"bestiary/tokens/WBtW/Witchlight Hand (Small).webp","n":"Witchlight Hand (Small)"},{"id":4179,"c":1,"u":"zarak_wbtw","p":222,"s":69,"h":1,"t":0,"uu":"zarak|wbtw","m":"bestiary/tokens/WBtW/Zarak.webp","n":"Zarak"},{"id":4180,"c":1,"u":"zargash_wbtw","p":223,"s":69,"h":1,"t":0,"uu":"zargash|wbtw","m":"bestiary/tokens/WBtW/Zargash.webp","n":"Zargash"},{"id":4181,"c":1,"u":"ahmaergo_wdh","p":193,"s":70,"h":1,"t":0,"uu":"ahmaergo|wdh","m":"bestiary/tokens/WDH/Ahmaergo.webp","n":"Ahmaergo"},{"id":4182,"c":1,"u":"ammalia%20cassalanter_wdh","p":193,"s":70,"h":1,"t":0,"uu":"ammalia cassalanter|wdh","m":"bestiary/tokens/WDH/Ammalia Cassalanter.webp","n":"Ammalia Cassalanter"},{"id":4183,"c":1,"u":"aurinax_wdh","p":194,"s":70,"h":1,"t":0,"uu":"aurinax|wdh","m":"bestiary/tokens/WDH/Aurinax.webp","n":"Aurinax"},{"id":4184,"c":1,"u":"avi_wdh","p":32,"s":70,"h":1,"t":0,"uu":"avi|wdh","m":"bestiary/tokens/WDH/Avi.webp","n":"Avi"},{"id":4185,"c":1,"u":"awakened%20rat_wdh","p":102,"s":70,"h":1,"t":0,"uu":"awakened rat|wdh","m":"bestiary/tokens/WDH/Awakened Rat.webp","n":"Awakened Rat"},{"id":4186,"c":1,"u":"barnibus%20blastwind_wdh","p":195,"s":70,"h":1,"t":0,"uu":"barnibus blastwind|wdh","m":"bestiary/tokens/WDH/Barnibus Blastwind.webp","n":"Barnibus Blastwind"},{"id":4187,"c":1,"u":"bepis%20honeymaker_wdh","p":112,"s":70,"h":1,"t":0,"uu":"bepis honeymaker|wdh","m":"bestiary/tokens/WDH/Bepis Honeymaker.webp","n":"Bepis Honeymaker"},{"id":4188,"c":1,"u":"black%20viper_wdh","p":196,"s":70,"h":1,"t":0,"uu":"black viper|wdh","m":"bestiary/tokens/WDH/Black Viper.webp","n":"Black Viper"},{"id":4189,"c":1,"u":"blinded%20troll_wdh","p":114,"s":70,"h":1,"t":0,"uu":"blinded troll|wdh","m":"bestiary/tokens/WDH/Blinded Troll.webp","n":"Blinded Troll"},{"id":4190,"c":1,"u":"bonnie_wdh","p":20,"s":70,"h":1,"t":0,"uu":"bonnie|wdh","m":"bestiary/tokens/WDH/Bonnie.webp","n":"Bonnie"},{"id":4191,"c":1,"u":"davil%20starsong_wdh","p":199,"s":70,"h":1,"t":0,"uu":"davil starsong|wdh","m":"bestiary/tokens/WDH/Davil Starsong.webp","n":"Davil Starsong"},{"id":4192,"c":1,"u":"diatryma_wdh","p":191,"s":70,"h":1,"t":0,"uu":"diatryma|wdh","m":"bestiary/tokens/WDH/Diatryma.webp","n":"Diatryma"},{"id":4193,"c":1,"u":"dining%20table%20mimic_wdh","p":122,"s":70,"h":1,"t":0,"uu":"dining table mimic|wdh","m":"bestiary/tokens/WDH/Dining Table Mimic.webp","n":"Dining Table Mimic"},{"id":4194,"c":1,"u":"drow%20gunslinger_wdh","p":201,"s":70,"h":1,"t":0,"uu":"drow gunslinger|wdh","m":"bestiary/tokens/WDH/Drow Gunslinger.webp","n":"Drow Gunslinger"},{"id":4195,"c":1,"u":"durnan_wdh","p":203,"s":70,"h":1,"t":0,"uu":"durnan|wdh","m":"bestiary/tokens/WDH/Durnan.webp","n":"Durnan"},{"id":4196,"c":1,"u":"elzerina%20cassalanter_wdh","p":115,"s":70,"h":1,"t":0,"uu":"elzerina cassalanter|wdh","m":"bestiary/tokens/WDH/Elzerina Cassalanter.webp","n":"Elzerina Cassalanter"},{"id":4197,"c":1,"u":"embric_wdh","p":32,"s":70,"h":1,"t":0,"uu":"embric|wdh","m":"bestiary/tokens/WDH/Embric.webp","n":"Embric"},{"id":4198,"c":1,"u":"emmek%20frewn_wdh","p":42,"s":70,"h":1,"t":0,"uu":"emmek frewn|wdh","m":"bestiary/tokens/WDH/Emmek Frewn.webp","n":"Emmek Frewn"},{"id":4199,"c":1,"u":"engineer_wdh","p":141,"s":70,"h":1,"t":0,"uu":"engineer|wdh","m":"bestiary/tokens/WDH/Engineer.webp","n":"Engineer"},{"id":4200,"c":1,"u":"fala%20lefaliir_wdh","p":32,"s":70,"h":1,"t":0,"uu":"fala lefaliir|wdh","m":"bestiary/tokens/WDH/Fala Lefaliir.webp","n":"Fala Lefaliir"},{"id":4201,"c":1,"u":"falcon_wdh","p":53,"s":70,"h":1,"t":0,"uu":"falcon|wdh","m":"bestiary/tokens/WDH/Falcon.webp","n":"Falcon"},{"id":4202,"c":1,"u":"fel'rekt%20lafeen_wdh","p":67,"s":70,"h":1,"t":0,"uu":"fel'rekt lafeen|wdh","m":"bestiary/tokens/WDH/Fel'rekt Lafeen.webp","n":"Fel'rekt Lafeen"},{"id":4203,"c":1,"u":"floon%20blagmaar_wdh","p":202,"s":70,"h":1,"t":0,"uu":"floon blagmaar|wdh","m":"bestiary/tokens/WDH/Floon Blagmaar.webp","n":"Floon Blagmaar"},{"id":4204,"c":1,"u":"flying%20staff_wdh","p":152,"s":70,"h":1,"t":0,"uu":"flying staff|wdh","m":"bestiary/tokens/WDH/Flying Staff.webp","n":"Flying Staff"},{"id":4205,"c":1,"u":"griffon%20cavalry%20rider_wdh","p":197,"s":70,"h":1,"t":0,"uu":"griffon cavalry rider|wdh","m":"bestiary/tokens/WDH/Griffon Cavalry Rider.webp","n":"Griffon Cavalry Rider"},{"id":4206,"c":1,"u":"grinda%20garloth_wdh","p":65,"s":70,"h":1,"t":0,"uu":"grinda garloth|wdh","m":"bestiary/tokens/WDH/Grinda Garloth.webp","n":"Grinda Garloth"},{"id":4207,"c":1,"u":"grum'shar_wdh","p":29,"s":70,"h":1,"t":0,"uu":"grum'shar|wdh","m":"bestiary/tokens/WDH/Grum'shar.webp","n":"Grum'shar"},{"id":4208,"c":1,"u":"hester%20barch_wdh","p":83,"s":70,"h":1,"t":0,"uu":"hester barch|wdh","m":"bestiary/tokens/WDH/Hester Barch.webp","n":"Hester Barch"},{"id":4209,"c":1,"u":"hlam_wdh","p":204,"s":70,"h":1,"t":0,"uu":"hlam|wdh","m":"bestiary/tokens/WDH/Hlam.webp","n":"Hlam"},{"id":4210,"c":1,"u":"hrabbaz_wdh","p":205,"s":70,"h":1,"t":0,"uu":"hrabbaz|wdh","m":"bestiary/tokens/WDH/Hrabbaz.webp","n":"Hrabbaz"},{"id":4211,"c":1,"u":"istrid%20horn_wdh","p":199,"s":70,"h":1,"t":0,"uu":"istrid horn|wdh","m":"bestiary/tokens/WDH/Istrid Horn.webp","n":"Istrid Horn"},{"id":4212,"c":1,"u":"jalester%20silvermane_wdh","p":205,"s":70,"h":1,"t":0,"uu":"jalester silvermane|wdh","m":"bestiary/tokens/WDH/Jalester Silvermane.webp","n":"Jalester Silvermane"},{"id":4213,"c":1,"u":"jandar%20chergoba_wdh","p":116,"s":70,"h":1,"t":0,"uu":"jandar chergoba|wdh","m":"bestiary/tokens/WDH/Jandar Chergoba.webp","n":"Jandar Chergoba"},{"id":4214,"c":1,"u":"jarlaxle%20baenre_wdh","p":206,"s":70,"h":1,"t":0,"uu":"jarlaxle baenre|wdh","m":"bestiary/tokens/WDH/Jarlaxle Baenre.webp","n":"Jarlaxle Baenre"},{"id":4215,"c":1,"u":"jenks_wdh","p":63,"s":70,"h":1,"t":0,"uu":"jenks|wdh","m":"bestiary/tokens/WDH/Jenks.webp","n":"Jenks"},{"id":4216,"c":1,"u":"kaevja%20cynavern_wdh","p":158,"s":70,"h":1,"t":0,"uu":"kaevja cynavern|wdh","m":"bestiary/tokens/WDH/Kaevja Cynavern.webp","n":"Kaevja Cynavern"},{"id":4217,"c":1,"u":"kalain_wdh","p":89,"s":70,"h":1,"t":0,"uu":"kalain|wdh","m":"bestiary/tokens/WDH/Kalain.webp","n":"Kalain"},{"id":4218,"c":1,"u":"krebbyg%20masq'il'yr_wdh","p":67,"s":70,"h":1,"t":0,"uu":"krebbyg masq'il'yr|wdh","m":"bestiary/tokens/WDH/Krebbyg Masq'il'yr.webp","n":"Krebbyg Masq'il'yr"},{"id":4219,"c":1,"u":"lady%20gondafrey_wdh","p":152,"s":70,"h":1,"t":0,"uu":"lady gondafrey|wdh","m":"bestiary/tokens/WDH/Lady Gondafrey.webp","n":"Lady Gondafrey"},{"id":4220,"c":1,"u":"laeral%20silverhand_wdh","p":207,"s":70,"h":1,"t":0,"uu":"laeral silverhand|wdh","m":"bestiary/tokens/WDH/Laeral Silverhand.webp","n":"Laeral Silverhand"},{"id":4221,"c":1,"u":"laiba%20%22nana%22%20rosse_wdh","p":116,"s":70,"h":1,"t":0,"uu":"laiba \"nana\" rosse|wdh","m":"bestiary/tokens/WDH/Laiba Nana Rosse.webp","n":"Laiba \"Nana\" Rosse"},{"id":4222,"c":1,"u":"losser%20mirklav_wdh","p":85,"s":70,"h":1,"t":0,"uu":"losser mirklav|wdh","m":"bestiary/tokens/WDH/Losser Mirklav.webp","n":"Losser Mirklav"},{"id":4223,"c":1,"u":"magister%20umbero%20zastro_wdh","p":82,"s":70,"h":1,"t":0,"uu":"magister umbero zastro|wdh","m":"bestiary/tokens/WDH/Magister Umbero Zastro.webp","n":"Magister Umbero Zastro"},{"id":4224,"c":1,"u":"manafret%20cherryport_wdh","p":149,"s":70,"h":1,"t":0,"uu":"manafret cherryport|wdh","m":"bestiary/tokens/WDH/Manafret Cherryport.webp","n":"Manafret Cherryport"},{"id":4225,"c":1,"u":"manshoon_wdh","p":209,"s":70,"h":1,"t":0,"uu":"manshoon|wdh","m":"bestiary/tokens/WDH/Manshoon.webp","n":"Manshoon"},{"id":4226,"c":1,"u":"manshoon%20simulacrum_wdh","p":208,"s":70,"h":1,"t":0,"uu":"manshoon simulacrum|wdh","m":"bestiary/tokens/WDH/Manshoon Simulacrum.webp","n":"Manshoon Simulacrum"},{"id":4227,"c":1,"u":"mattrim%20%22threestrings%22%20mereg_wdh","p":20,"s":70,"h":1,"t":0,"uu":"mattrim \"threestrings\" mereg|wdh","m":"bestiary/tokens/WDH/Mattrim Threestrings Mereg.webp","n":"Mattrim \"Threestrings\" Mereg"},{"id":4228,"c":1,"u":"maxeene_wdh","p":37,"s":70,"h":1,"t":0,"uu":"maxeene|wdh","m":"bestiary/tokens/WDH/Maxeene.webp","n":"Maxeene"},{"id":4229,"c":1,"u":"mechanical%20bird_wdh","p":46,"s":70,"h":1,"t":0,"uu":"mechanical bird|wdh","m":"bestiary/tokens/WDH/Mechanical Bird.webp","n":"Mechanical Bird"},{"id":4230,"c":1,"u":"melannor%20fellbranch_wdh","p":36,"s":70,"h":1,"t":0,"uu":"melannor fellbranch|wdh","m":"bestiary/tokens/WDH/Melannor Fellbranch.webp","n":"Melannor Fellbranch"},{"id":4231,"c":1,"u":"meloon%20wardragon_wdh","p":210,"s":70,"h":1,"t":0,"uu":"meloon wardragon|wdh","m":"bestiary/tokens/WDH/Meloon Wardragon.webp","n":"Meloon Wardragon"},{"id":4232,"c":1,"u":"mirt_wdh","p":211,"s":70,"h":1,"t":0,"uu":"mirt|wdh","m":"bestiary/tokens/WDH/Mirt.webp","n":"Mirt"},{"id":4233,"c":1,"u":"nar'l%20xibrindas_wdh","p":211,"s":70,"h":1,"t":0,"uu":"nar'l xibrindas|wdh","m":"bestiary/tokens/WDH/Nar'l Xibrindas.webp","n":"Nar'l Xibrindas"},{"id":4234,"c":1,"u":"nat_wdh","p":63,"s":70,"h":1,"t":0,"uu":"nat|wdh","m":"bestiary/tokens/WDH/Nat.webp","n":"Nat"},{"id":4235,"c":1,"u":"nihiloor_wdh","p":212,"s":70,"h":1,"t":0,"uu":"nihiloor|wdh","m":"bestiary/tokens/WDH/Nihiloor.webp","n":"Nihiloor"},{"id":4236,"c":1,"u":"nimblewright_wdh","p":212,"s":70,"h":1,"t":0,"uu":"nimblewright|wdh","m":"bestiary/tokens/WDH/Nimblewright.webp","n":"Nimblewright"},{"id":4237,"c":1,"u":"noska%20ur'gray_wdh","p":213,"s":70,"h":1,"t":0,"uu":"noska ur'gray|wdh","m":"bestiary/tokens/WDH/Noska Ur'gray.webp","n":"Noska Ur'gray"},{"id":4238,"c":1,"u":"obaya%20uday_wdh","p":20,"s":70,"h":1,"t":0,"uu":"obaya uday|wdh","m":"bestiary/tokens/WDH/Obaya Uday.webp","n":"Obaya Uday"},{"id":4239,"c":1,"u":"obliteros_wdh","p":66,"s":70,"h":1,"t":0,"uu":"obliteros|wdh","m":"bestiary/tokens/WDH/Obliteros.webp","n":"Obliteros"},{"id":4240,"c":1,"u":"orond%20gralhund_wdh","p":213,"s":70,"h":1,"t":0,"uu":"orond gralhund|wdh","m":"bestiary/tokens/WDH/Orond Gralhund.webp","n":"Orond Gralhund"},{"id":4241,"c":1,"u":"osvaldo%20cassalanter_wdh","p":124,"s":70,"h":1,"t":0,"uu":"osvaldo cassalanter|wdh","m":"bestiary/tokens/WDH/Osvaldo Cassalanter.webp","n":"Osvaldo Cassalanter"},{"id":4242,"c":1,"u":"ott%20steeltoes_wdh","p":214,"s":70,"h":1,"t":0,"uu":"ott steeltoes|wdh","m":"bestiary/tokens/WDH/Ott Steeltoes.webp","n":"Ott Steeltoes"},{"id":4243,"c":1,"u":"panopticus%20wizard_wdh","p":106,"s":70,"h":1,"t":0,"uu":"panopticus wizard|wdh","m":"bestiary/tokens/WDH/Panopticus Wizard.webp","n":"Panopticus Wizard"},{"id":4244,"c":1,"u":"remallia%20haventree_wdh","p":214,"s":70,"h":1,"t":0,"uu":"remallia haventree|wdh","m":"bestiary/tokens/WDH/Remallia Haventree.webp","n":"Remallia Haventree"},{"id":4245,"c":1,"u":"renaer%20neverember_wdh","p":215,"s":70,"h":1,"t":0,"uu":"renaer neverember|wdh","m":"bestiary/tokens/WDH/Renaer Neverember.webp","n":"Renaer Neverember"},{"id":4246,"c":1,"u":"rishaal%20the%20page-turner_wdh","p":33,"s":70,"h":1,"t":0,"uu":"rishaal the page-turner|wdh","m":"bestiary/tokens/WDH/Rishaal the Page-Turner.webp","n":"Rishaal the Page-Turner"},{"id":4247,"c":1,"u":"saeth%20cromley_wdh","p":216,"s":70,"h":1,"t":0,"uu":"saeth cromley|wdh","m":"bestiary/tokens/WDH/Saeth Cromley.webp","n":"Saeth Cromley"},{"id":4248,"c":1,"u":"samara%20strongbones_wdh","p":104,"s":70,"h":1,"t":0,"uu":"samara strongbones|wdh","m":"bestiary/tokens/WDH/Samara Strongbones.webp","n":"Samara Strongbones"},{"id":4249,"c":1,"u":"sergeant_wdh","p":197,"s":70,"h":1,"t":0,"uu":"sergeant|wdh","m":"bestiary/tokens/WDH/Sergeant.webp","n":"Sergeant"},{"id":4250,"c":1,"u":"shard%20shunner_wdh","p":42,"s":70,"h":1,"t":0,"uu":"shard shunner|wdh","m":"bestiary/tokens/WDH/Shard Shunner.webp","n":"Shard Shunner"},{"id":4251,"c":1,"u":"skeemo%20weirdbottle_wdh","p":200,"s":70,"h":1,"t":0,"uu":"skeemo weirdbottle|wdh","m":"bestiary/tokens/WDH/Skeemo Weirdbottle.webp","n":"Skeemo Weirdbottle"},{"id":4252,"c":1,"u":"soluun%20xibrindas_wdh","p":202,"s":70,"h":1,"t":0,"uu":"soluun xibrindas|wdh","m":"bestiary/tokens/WDH/Soluun Xibrindas.webp","n":"Soluun Xibrindas"},{"id":4253,"c":1,"u":"squiddly_wdh","p":63,"s":70,"h":1,"t":0,"uu":"squiddly|wdh","m":"bestiary/tokens/WDH/Squiddly.webp","n":"Squiddly"},{"id":4254,"c":1,"u":"swarm%20of%20books_wdh","p":156,"s":70,"h":1,"t":0,"uu":"swarm of books|wdh","m":"bestiary/tokens/WDH/Swarm of Books.webp","n":"Swarm of Books"},{"id":4255,"c":1,"u":"swarm%20of%20mechanical%20spiders_wdh","p":143,"s":70,"h":1,"t":0,"uu":"swarm of mechanical spiders|wdh","m":"bestiary/tokens/WDH/Swarm of Mechanical Spiders.webp","n":"Swarm of Mechanical Spiders"},{"id":4256,"c":1,"u":"sylgar_wdh","p":220,"s":70,"h":1,"t":0,"uu":"sylgar|wdh","m":"bestiary/tokens/WDH/Sylgar.webp","n":"Sylgar"},{"id":4257,"c":1,"u":"talisolvanar%20%22tally%22%20fellbranch_wdh","p":32,"s":70,"h":1,"t":0,"uu":"talisolvanar \"tally\" fellbranch|wdh","m":"bestiary/tokens/WDH/Talisolvanar Tally Fellbranch.webp","n":"Talisolvanar \"Tally\" Fellbranch"},{"id":4258,"c":1,"u":"tashlyn%20yafeera_wdh","p":200,"s":70,"h":1,"t":0,"uu":"tashlyn yafeera|wdh","m":"bestiary/tokens/WDH/Tashlyn Yafeera.webp","n":"Tashlyn Yafeera"},{"id":4259,"c":1,"u":"terenzio%20cassalanter_wdh","p":115,"s":70,"h":1,"t":0,"uu":"terenzio cassalanter|wdh","m":"bestiary/tokens/WDH/Terenzio Cassalanter.webp","n":"Terenzio Cassalanter"},{"id":4260,"c":1,"u":"thorvin%20twinbeard_wdh","p":216,"s":70,"h":1,"t":0,"uu":"thorvin twinbeard|wdh","m":"bestiary/tokens/WDH/Thorvin Twinbeard.webp","n":"Thorvin Twinbeard"},{"id":4261,"c":1,"u":"thrakkus_wdh","p":89,"s":70,"h":1,"t":0,"uu":"thrakkus|wdh","m":"bestiary/tokens/WDH/Thrakkus.webp","n":"Thrakkus"},{"id":4262,"c":1,"u":"tissina%20khyret_wdh","p":116,"s":70,"h":1,"t":0,"uu":"tissina khyret|wdh","m":"bestiary/tokens/WDH/Tissina Khyret.webp","n":"Tissina Khyret"},{"id":4263,"c":1,"u":"urstul%20floxin_wdh","p":216,"s":70,"h":1,"t":0,"uu":"urstul floxin|wdh","m":"bestiary/tokens/WDH/Urstul Floxin.webp","n":"Urstul Floxin"},{"id":4264,"c":1,"u":"vajra%20safahr_wdh","p":217,"s":70,"h":1,"t":0,"uu":"vajra safahr|wdh","m":"bestiary/tokens/WDH/Vajra Safahr.webp","n":"Vajra Safahr"},{"id":4265,"c":1,"u":"valetta_wdh","p":47,"s":70,"h":1,"t":0,"uu":"valetta|wdh","m":"bestiary/tokens/WDH/Valetta.webp","n":"Valetta"},{"id":4266,"c":1,"u":"victoro%20cassalanter_wdh","p":218,"s":70,"h":1,"t":0,"uu":"victoro cassalanter|wdh","m":"bestiary/tokens/WDH/Victoro Cassalanter.webp","n":"Victoro Cassalanter"},{"id":4267,"c":1,"u":"vincent%20trench_wdh","p":32,"s":70,"h":1,"t":0,"uu":"vincent trench|wdh","m":"bestiary/tokens/WDH/Vincent Trench.webp","n":"Vincent Trench"},{"id":4268,"c":1,"u":"walking%20statue%20of%20waterdeep_wdh","p":219,"s":70,"h":1,"t":0,"uu":"walking statue of waterdeep|wdh","m":"bestiary/tokens/WDH/Walking Statue of Waterdeep.webp","n":"Walking Statue of Waterdeep"},{"id":4269,"c":1,"u":"willifort%20crowelle_wdh","p":62,"s":70,"h":1,"t":0,"uu":"willifort crowelle|wdh","m":"bestiary/tokens/WDH/Willifort Crowelle.webp","n":"Willifort Crowelle"},{"id":4270,"c":1,"u":"xanathar_wdh","p":220,"s":70,"h":1,"t":0,"uu":"xanathar|wdh","m":"bestiary/tokens/WDH/Xanathar.webp","n":"Xanathar"},{"id":4271,"c":1,"u":"yagra%20stonefist_wdh","p":20,"s":70,"h":1,"t":0,"uu":"yagra stonefist|wdh","m":"bestiary/tokens/WDH/Yagra Stonefist.webp","n":"Yagra Stonefist"},{"id":4272,"c":1,"u":"yalah%20gralhund_wdh","p":220,"s":70,"h":1,"t":0,"uu":"yalah gralhund|wdh","m":"bestiary/tokens/WDH/Yalah Gralhund.webp","n":"Yalah Gralhund"},{"id":4273,"c":1,"u":"yorn_wdh","p":150,"s":70,"h":1,"t":0,"uu":"yorn|wdh","m":"bestiary/tokens/WDH/Yorn.webp","n":"Yorn"},{"id":4274,"c":1,"u":"zhent%20martial%20arts%20adept_wdh","p":160,"s":70,"h":1,"t":0,"uu":"zhent martial arts adept|wdh","m":"bestiary/tokens/WDH/Zhent Martial Arts Adept.webp","n":"Zhent Martial Arts Adept"},{"id":4275,"c":1,"u":"ziraj%20the%20hunter_wdh","p":201,"s":70,"h":1,"t":0,"uu":"ziraj the hunter|wdh","m":"bestiary/tokens/WDH/Ziraj the Hunter.webp","n":"Ziraj the Hunter"},{"id":4276,"c":1,"u":"al'chaia_wdmm","p":218,"s":71,"h":1,"t":0,"uu":"al'chaia|wdmm","m":"bestiary/tokens/WDMM/Al'chaia.webp","n":"Al'chaia"},{"id":4277,"c":1,"u":"animated%20ballista_wdmm","p":39,"s":71,"h":1,"t":0,"uu":"animated ballista|wdmm","m":"bestiary/tokens/WDMM/Animated Ballista.webp","n":"Animated Ballista"},{"id":4278,"c":1,"u":"animated%20jade%20serpent_wdmm","p":92,"s":71,"h":1,"t":0,"uu":"animated jade serpent|wdmm","m":"bestiary/tokens/WDMM/Animated Jade Serpent.webp","n":"Animated Jade Serpent"},{"id":4279,"c":1,"u":"animated%20staff_wdmm","p":262,"s":71,"h":1,"t":0,"uu":"animated staff|wdmm","m":"bestiary/tokens/WDMM/Animated Staff.webp","n":"Animated Staff"},{"id":4280,"c":1,"u":"animated%20statue%20of%20lolth_wdmm","p":142,"s":71,"h":1,"t":0,"uu":"animated statue of lolth|wdmm","m":"bestiary/tokens/WDMM/Animated Statue of Lolth.webp","n":"Animated Statue of Lolth"},{"id":4281,"c":1,"u":"animated%20stove_wdmm","p":186,"s":71,"h":1,"t":0,"uu":"animated stove|wdmm","m":"bestiary/tokens/WDMM/Animated Stove.webp","n":"Animated Stove"},{"id":4282,"c":1,"u":"animated%20wand_wdmm","p":299,"s":71,"h":1,"t":0,"uu":"animated wand|wdmm","m":"bestiary/tokens/WDMM/Animated Wand.webp","n":"Animated Wand"},{"id":4283,"c":1,"u":"arcturia_wdmm","p":296,"s":71,"h":1,"t":0,"uu":"arcturia|wdmm","m":"bestiary/tokens/WDMM/Arcturia.webp","n":"Arcturia"},{"id":4284,"c":1,"u":"ashtyrranthor_wdmm","p":210,"s":71,"h":1,"t":0,"uu":"ashtyrranthor|wdmm","m":"bestiary/tokens/WDMM/Ashtyrranthor.webp","n":"Ashtyrranthor"},{"id":4285,"c":1,"u":"awakened%20brown%20bear_wdmm","p":72,"s":71,"h":1,"t":0,"uu":"awakened brown bear|wdmm","m":"bestiary/tokens/WDMM/Awakened Brown Bear.webp","n":"Awakened Brown Bear"},{"id":4286,"c":1,"u":"awakened%20elk_wdmm","p":72,"s":71,"h":1,"t":0,"uu":"awakened elk|wdmm","m":"bestiary/tokens/WDMM/Awakened Elk.webp","n":"Awakened Elk"},{"id":4287,"c":1,"u":"awakened%20giant%20wasp_wdmm","p":72,"s":71,"h":1,"t":0,"uu":"awakened giant wasp|wdmm","m":"bestiary/tokens/WDMM/Awakened Giant Wasp.webp","n":"Awakened Giant Wasp"},{"id":4288,"c":1,"u":"berlain%20shadowdusk_wdmm","p":283,"s":71,"h":1,"t":0,"uu":"berlain shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Berlain Shadowdusk.webp","n":"Berlain Shadowdusk"},{"id":4289,"c":1,"u":"big%20xorn_wdmm","p":51,"s":71,"h":1,"t":0,"uu":"big xorn|wdmm","m":"bestiary/tokens/WDMM/Big Xorn.webp","n":"Big Xorn"},{"id":4290,"c":1,"u":"bore%20worm_wdmm","p":171,"s":71,"h":1,"t":0,"uu":"bore worm|wdmm","m":"bestiary/tokens/WDMM/Bore Worm.webp","n":"Bore Worm"},{"id":4291,"c":1,"u":"captain%20n'ghathrod_wdmm","p":250,"s":71,"h":1,"t":0,"uu":"captain n'ghathrod|wdmm","m":"bestiary/tokens/WDMM/Captain N'ghathrod.webp","n":"Captain N'ghathrod"},{"id":4292,"c":1,"u":"carrion%20ogre_wdmm","p":189,"s":71,"h":1,"t":0,"uu":"carrion ogre|wdmm","m":"bestiary/tokens/WDMM/Carrion Ogre.webp","n":"Carrion Ogre"},{"id":4293,"c":1,"u":"cassiok%20shadowdusk_wdmm","p":287,"s":71,"h":1,"t":0,"uu":"cassiok shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Cassiok Shadowdusk.webp","n":"Cassiok Shadowdusk"},{"id":4294,"c":1,"u":"copper%20stormforge_wdmm","p":30,"s":71,"h":1,"t":0,"uu":"copper stormforge|wdmm","m":"bestiary/tokens/WDMM/Copper Stormforge.webp","n":"Copper Stormforge"},{"id":4295,"c":1,"u":"crow_wdmm","p":302,"s":71,"h":1,"t":0,"uu":"crow|wdmm","m":"bestiary/tokens/WDMM/Crow.webp","n":"Crow"},{"id":4296,"c":1,"u":"crystal%20battleaxe_wdmm","p":89,"s":71,"h":1,"t":0,"uu":"crystal battleaxe|wdmm","m":"bestiary/tokens/WDMM/Crystal Battleaxe.webp","n":"Crystal Battleaxe"},{"id":4297,"c":1,"u":"crystal%20golem_wdmm","p":210,"s":71,"h":1,"t":0,"uu":"crystal golem|wdmm","m":"bestiary/tokens/WDMM/Crystal Golem.webp","n":"Crystal Golem"},{"id":4298,"c":1,"u":"deformed%20duergar_wdmm","p":180,"s":71,"h":1,"t":0,"uu":"deformed duergar|wdmm","m":"bestiary/tokens/WDMM/Deformed Duergar.webp","n":"Deformed Duergar"},{"id":4299,"c":1,"u":"dezmyr%20shadowdusk_wdmm","p":287,"s":71,"h":1,"t":0,"uu":"dezmyr shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Dezmyr Shadowdusk.webp","n":"Dezmyr Shadowdusk"},{"id":4300,"c":1,"u":"drivvin%20freth_wdmm","p":169,"s":71,"h":1,"t":0,"uu":"drivvin freth|wdmm","m":"bestiary/tokens/WDMM/Drivvin Freth.webp","n":"Drivvin Freth"},{"id":4301,"c":1,"u":"emberosa_wdmm","p":185,"s":71,"h":1,"t":0,"uu":"emberosa|wdmm","m":"bestiary/tokens/WDMM/Emberosa.webp","n":"Emberosa"},{"id":4302,"c":1,"u":"ezzat_wdmm","p":262,"s":71,"h":1,"t":0,"uu":"ezzat|wdmm","m":"bestiary/tokens/WDMM/Ezzat.webp","n":"Ezzat"},{"id":4303,"c":1,"u":"fazrian_wdmm","p":275,"s":71,"h":1,"t":0,"uu":"fazrian|wdmm","m":"bestiary/tokens/WDMM/Fazrian.webp","n":"Fazrian"},{"id":4304,"c":1,"u":"fidelio_wdmm","p":197,"s":71,"h":1,"t":0,"uu":"fidelio|wdmm","m":"bestiary/tokens/WDMM/Fidelio.webp","n":"Fidelio"},{"id":4305,"c":1,"u":"five-armed%20troll_wdmm","p":154,"s":71,"h":1,"t":0,"uu":"five-armed troll|wdmm","m":"bestiary/tokens/WDMM/Five-Armed Troll.webp","n":"Five-Armed Troll"},{"id":4306,"c":1,"u":"flying%20trident_wdmm","p":106,"s":71,"h":1,"t":0,"uu":"flying trident|wdmm","m":"bestiary/tokens/WDMM/Flying Trident.webp","n":"Flying Trident"},{"id":4307,"c":1,"u":"giant%20flying%20spider_wdmm","p":150,"s":71,"h":1,"t":0,"uu":"giant flying spider|wdmm","m":"bestiary/tokens/WDMM/Giant Flying Spider.webp","n":"Giant Flying Spider"},{"id":4308,"c":1,"u":"giant%20mutated%20drow_wdmm","p":143,"s":71,"h":1,"t":0,"uu":"giant mutated drow|wdmm","m":"bestiary/tokens/WDMM/Giant Mutated Drow.webp","n":"Giant Mutated Drow"},{"id":4309,"c":1,"u":"glyster_wdmm","p":241,"s":71,"h":1,"t":0,"uu":"glyster|wdmm","m":"bestiary/tokens/WDMM/Glyster.webp","n":"Glyster"},{"id":4310,"c":1,"u":"gorka%20tharn_wdmm","p":257,"s":71,"h":1,"t":0,"uu":"gorka tharn|wdmm","m":"bestiary/tokens/WDMM/Gorka Tharn.webp","n":"Gorka Tharn"},{"id":4311,"c":1,"u":"gorzil's%20gang%20troglodyte_wdmm","p":150,"s":71,"h":1,"t":0,"uu":"gorzil's gang troglodyte|wdmm","m":"bestiary/tokens/WDMM/Gorzil's Gang Troglodyte.webp","n":"Gorzil's Gang Troglodyte"},{"id":4312,"c":1,"u":"halaster%20blackcloak_wdmm","p":310,"s":71,"h":1,"t":0,"uu":"halaster blackcloak|wdmm","m":"bestiary/tokens/WDMM/Halaster Blackcloak.webp","n":"Halaster Blackcloak"},{"id":4313,"c":1,"u":"halaster%20horror_wdmm","p":129,"s":71,"h":1,"t":0,"uu":"halaster horror|wdmm","m":"bestiary/tokens/WDMM/Halaster Horror.webp","n":"Halaster Horror"},{"id":4314,"c":1,"u":"halaster%20puppet_wdmm","p":31,"s":71,"h":1,"t":0,"uu":"halaster puppet|wdmm","m":"bestiary/tokens/WDMM/Halaster Puppet.webp","n":"Halaster Puppet"},{"id":4315,"c":1,"u":"haungharassk_wdmm","p":258,"s":71,"h":1,"t":0,"uu":"haungharassk|wdmm","m":"bestiary/tokens/WDMM/Haungharassk.webp","n":"Haungharassk"},{"id":4316,"c":1,"u":"horned%20sister_wdmm","p":118,"s":71,"h":1,"t":0,"uu":"horned sister|wdmm","m":"bestiary/tokens/WDMM/Horned Sister.webp","n":"Horned Sister"},{"id":4317,"c":1,"u":"huge%20gray%20ooze_wdmm","p":243,"s":71,"h":1,"t":0,"uu":"huge gray ooze|wdmm","m":"bestiary/tokens/WDMM/Huge Gray Ooze.webp","n":"Huge Gray Ooze"},{"id":4318,"c":1,"u":"intelligent%20black%20pudding_wdmm","p":244,"s":71,"h":1,"t":0,"uu":"intelligent black pudding|wdmm","m":"bestiary/tokens/WDMM/Intelligent Black Pudding.webp","n":"Intelligent Black Pudding"},{"id":4319,"c":1,"u":"iron%20spider_wdmm","p":165,"s":71,"h":1,"t":0,"uu":"iron spider|wdmm","m":"bestiary/tokens/WDMM/Iron Spider.webp","n":"Iron Spider"},{"id":4320,"c":1,"u":"junior%20drow%20priestess%20of%20lolth_wdmm","p":149,"s":71,"h":1,"t":0,"uu":"junior drow priestess of lolth|wdmm","m":"bestiary/tokens/WDMM/Junior Drow Priestess of Lolth.webp","n":"Junior Drow Priestess of Lolth"},{"id":4321,"c":1,"u":"kavil_wdmm","p":205,"s":71,"h":1,"t":0,"uu":"kavil|wdmm","m":"bestiary/tokens/WDMM/Kavil.webp","n":"Kavil"},{"id":4322,"c":1,"u":"keresta%20delvingstone_wdmm","p":232,"s":71,"h":1,"t":0,"uu":"keresta delvingstone|wdmm","m":"bestiary/tokens/WDMM/Keresta Delvingstone.webp","n":"Keresta Delvingstone"},{"id":4323,"c":1,"u":"kol'daan_wdmm","p":155,"s":71,"h":1,"t":0,"uu":"kol'daan|wdmm","m":"bestiary/tokens/WDMM/Kol'daan.webp","n":"Kol'daan"},{"id":4324,"c":1,"u":"large%20mimic_wdmm","p":76,"s":71,"h":1,"t":0,"uu":"large mimic|wdmm","m":"bestiary/tokens/WDMM/Large Mimic.webp","n":"Large Mimic"},{"id":4325,"c":1,"u":"lava%20child_wdmm","p":313,"s":71,"h":1,"t":0,"uu":"lava child|wdmm","m":"bestiary/tokens/WDMM/Lava Child.webp","n":"Lava Child"},{"id":4326,"c":1,"u":"left%20hand%20of%20manshoon_wdmm","p":119,"s":71,"h":1,"t":0,"uu":"left hand of manshoon|wdmm","m":"bestiary/tokens/WDMM/Left Hand of Manshoon.webp","n":"Left Hand of Manshoon"},{"id":4327,"c":1,"u":"living%20unseen%20servant_wdmm","p":313,"s":71,"h":1,"t":0,"uu":"living unseen servant|wdmm","m":"bestiary/tokens/WDMM/Living Unseen Servant.webp","n":"Living Unseen Servant"},{"id":4328,"c":1,"u":"mad%20golem_wdmm","p":254,"s":71,"h":1,"t":0,"uu":"mad golem|wdmm","m":"bestiary/tokens/WDMM/Mad Golem.webp","n":"Mad Golem"},{"id":4329,"c":1,"u":"maddgoth's%20homunculus_wdmm","p":96,"s":71,"h":1,"t":0,"uu":"maddgoth's homunculus|wdmm","m":"bestiary/tokens/WDMM/Maddgoth's Homunculus.webp","n":"Maddgoth's Homunculus"},{"id":4330,"c":1,"u":"marta%20moonshadow_wdmm","p":46,"s":71,"h":1,"t":0,"uu":"marta moonshadow|wdmm","m":"bestiary/tokens/WDMM/Marta Moonshadow.webp","n":"Marta Moonshadow"},{"id":4331,"c":1,"u":"melissara%20shadowdusk_wdmm","p":281,"s":71,"h":1,"t":0,"uu":"melissara shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Melissara Shadowdusk.webp","n":"Melissara Shadowdusk"},{"id":4332,"c":1,"u":"metal%20wasp_wdmm","p":174,"s":71,"h":1,"t":0,"uu":"metal wasp|wdmm","m":"bestiary/tokens/WDMM/Metal Wasp.webp","n":"Metal Wasp"},{"id":4333,"c":1,"u":"mobar_wdmm","p":77,"s":71,"h":1,"t":0,"uu":"mobar|wdmm","m":"bestiary/tokens/WDMM/Mobar.webp","n":"Mobar"},{"id":4334,"c":1,"u":"muiral_wdmm","p":314,"s":71,"h":1,"t":0,"uu":"muiral|wdmm","m":"bestiary/tokens/WDMM/Muiral.webp","n":"Muiral"},{"id":4335,"c":1,"u":"nerozar%20the%20defeated_wdmm","p":52,"s":71,"h":1,"t":0,"uu":"nerozar the defeated|wdmm","m":"bestiary/tokens/WDMM/Nerozar the Defeated.webp","n":"Nerozar the Defeated"},{"id":4336,"c":1,"u":"nester_wdmm","p":131,"s":71,"h":1,"t":0,"uu":"nester|wdmm","m":"bestiary/tokens/WDMM/Nester.webp","n":"Nester"},{"id":4337,"c":1,"u":"old%20troglodyte_wdmm","p":155,"s":71,"h":1,"t":0,"uu":"old troglodyte|wdmm","m":"bestiary/tokens/WDMM/Old Troglodyte.webp","n":"Old Troglodyte"},{"id":4338,"c":1,"u":"otto_wdmm","p":96,"s":71,"h":1,"t":0,"uu":"otto|wdmm","m":"bestiary/tokens/WDMM/Otto.webp","n":"Otto"},{"id":4339,"c":1,"u":"play-by-play%20generator_wdmm","p":205,"s":71,"h":1,"t":0,"uu":"play-by-play generator|wdmm","m":"bestiary/tokens/WDMM/Play-by-Play Generator.webp","n":"Play-by-Play Generator"},{"id":4340,"c":1,"u":"poison%20weird_wdmm","p":127,"s":71,"h":1,"t":0,"uu":"poison weird|wdmm","m":"bestiary/tokens/WDMM/Poison Weird.webp","n":"Poison Weird"},{"id":4341,"c":1,"u":"portia%20dzuth_wdmm","p":239,"s":71,"h":1,"t":0,"uu":"portia dzuth|wdmm","m":"bestiary/tokens/WDMM/Portia Dzuth.webp","n":"Portia Dzuth"},{"id":4342,"c":1,"u":"preeta%20kreepa_wdmm","p":56,"s":71,"h":1,"t":0,"uu":"preeta kreepa|wdmm","m":"bestiary/tokens/WDMM/Preeta Kreepa.webp","n":"Preeta Kreepa"},{"id":4343,"c":1,"u":"rabbithead_wdmm","p":295,"s":71,"h":1,"t":0,"uu":"rabbithead|wdmm","m":"bestiary/tokens/WDMM/Rabbithead.webp","n":"Rabbithead"},{"id":4344,"c":1,"u":"rowboat%20mimic_wdmm","p":76,"s":71,"h":1,"t":0,"uu":"rowboat mimic|wdmm","m":"bestiary/tokens/WDMM/Rowboat Mimic.webp","n":"Rowboat Mimic"},{"id":4345,"c":1,"u":"runed%20behir_wdmm","p":158,"s":71,"h":1,"t":0,"uu":"runed behir|wdmm","m":"bestiary/tokens/WDMM/Runed Behir.webp","n":"Runed Behir"},{"id":4346,"c":1,"u":"scaladar_wdmm","p":315,"s":71,"h":1,"t":0,"uu":"scaladar|wdmm","m":"bestiary/tokens/WDMM/Scaladar.webp","n":"Scaladar"},{"id":4347,"c":1,"u":"shadow%20assassin_wdmm","p":316,"s":71,"h":1,"t":0,"uu":"shadow assassin|wdmm","m":"bestiary/tokens/WDMM/Shadow Assassin.webp","n":"Shadow Assassin"},{"id":4348,"c":1,"u":"shapechanged%20roper_wdmm","p":106,"s":71,"h":1,"t":0,"uu":"shapechanged roper|wdmm","m":"bestiary/tokens/WDMM/Shapechanged Roper.webp","n":"Shapechanged Roper"},{"id":4349,"c":1,"u":"shockerstomper_wdmm","p":174,"s":71,"h":1,"t":0,"uu":"shockerstomper|wdmm","m":"bestiary/tokens/WDMM/Shockerstomper.webp","n":"Shockerstomper"},{"id":4350,"c":1,"u":"shunn%20shurreth_wdmm","p":33,"s":71,"h":1,"t":0,"uu":"shunn shurreth|wdmm","m":"bestiary/tokens/WDMM/Shunn Shurreth.webp","n":"Shunn Shurreth"},{"id":4351,"c":1,"u":"sing-along_wdmm","p":148,"s":71,"h":1,"t":0,"uu":"sing-along|wdmm","m":"bestiary/tokens/WDMM/Sing-Along.webp","n":"Sing-Along"},{"id":4352,"c":1,"u":"space%20hamster_wdmm","p":251,"s":71,"h":1,"t":0,"uu":"space hamster|wdmm","m":"bestiary/tokens/WDMM/Space Hamster.webp","n":"Space Hamster"},{"id":4353,"c":1,"u":"stalagma%20steelshadow_wdmm","p":273,"s":71,"h":1,"t":0,"uu":"stalagma steelshadow|wdmm","m":"bestiary/tokens/WDMM/Stalagma Steelshadow.webp","n":"Stalagma Steelshadow"},{"id":4354,"c":1,"u":"statue%20of%20vergadain_wdmm","p":202,"s":71,"h":1,"t":0,"uu":"statue of vergadain|wdmm","m":"bestiary/tokens/WDMM/Statue of Vergadain.webp","n":"Statue of Vergadain"},{"id":4355,"c":1,"u":"stonecloak_wdmm","p":253,"s":71,"h":1,"t":0,"uu":"stonecloak|wdmm","m":"bestiary/tokens/WDMM/Stonecloak.webp","n":"Stonecloak"},{"id":4356,"c":1,"u":"sundeth_wdmm","p":304,"s":71,"h":1,"t":0,"uu":"sundeth|wdmm","m":"bestiary/tokens/WDMM/Sundeth.webp","n":"Sundeth"},{"id":4357,"c":1,"u":"thwad%20underbrew_wdmm","p":204,"s":71,"h":1,"t":0,"uu":"thwad underbrew|wdmm","m":"bestiary/tokens/WDMM/Thwad Underbrew.webp","n":"Thwad Underbrew"},{"id":4358,"c":1,"u":"torbit_wdmm","p":115,"s":71,"h":1,"t":0,"uu":"torbit|wdmm","m":"bestiary/tokens/WDMM/Torbit.webp","n":"Torbit"},{"id":4359,"c":1,"u":"trenzia_wdmm","p":32,"s":71,"h":1,"t":0,"uu":"trenzia|wdmm","m":"bestiary/tokens/WDMM/Trenzia.webp","n":"Trenzia"},{"id":4360,"c":1,"u":"trobriand_wdmm","p":294,"s":71,"h":1,"t":0,"uu":"trobriand|wdmm","m":"bestiary/tokens/WDMM/Trobriand.webp","n":"Trobriand"},{"id":4361,"c":1,"u":"umbraxakar_wdmm","p":241,"s":71,"h":1,"t":0,"uu":"umbraxakar|wdmm","m":"bestiary/tokens/WDMM/Umbraxakar.webp","n":"Umbraxakar"},{"id":4362,"c":1,"u":"undead%20bulette_wdmm","p":90,"s":71,"h":1,"t":0,"uu":"undead bulette|wdmm","m":"bestiary/tokens/WDMM/Undead Bulette.webp","n":"Undead Bulette"},{"id":4363,"c":1,"u":"undead%20shambling%20mound_wdmm","p":142,"s":71,"h":1,"t":0,"uu":"undead shambling mound|wdmm","m":"bestiary/tokens/WDMM/Undead Shambling Mound.webp","n":"Undead Shambling Mound"},{"id":4364,"c":1,"u":"valtagar%20steelshadow_wdmm","p":271,"s":71,"h":1,"t":0,"uu":"valtagar steelshadow|wdmm","m":"bestiary/tokens/WDMM/Valtagar Steelshadow.webp","n":"Valtagar Steelshadow"},{"id":4365,"c":1,"u":"vertrand%20shadowdusk_wdmm","p":282,"s":71,"h":1,"t":0,"uu":"vertrand shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Vertrand Shadowdusk.webp","n":"Vertrand Shadowdusk"},{"id":4366,"c":1,"u":"werebat_wdmm","p":317,"s":71,"h":1,"t":0,"uu":"werebat|wdmm","m":"bestiary/tokens/WDMM/Werebat.webp","n":"Werebat"},{"id":4367,"c":1,"u":"wooden%20donkey_wdmm","p":84,"s":71,"h":1,"t":0,"uu":"wooden donkey|wdmm","m":"bestiary/tokens/WDMM/Wooden Donkey.webp","n":"Wooden Donkey"},{"id":4368,"c":1,"u":"wyllow_wdmm","p":70,"s":71,"h":1,"t":0,"uu":"wyllow|wdmm","m":"bestiary/tokens/WDMM/Wyllow.webp","n":"Wyllow"},{"id":4369,"c":1,"u":"zalthar%20shadowdusk_wdmm","p":286,"s":71,"h":1,"t":0,"uu":"zalthar shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Zalthar Shadowdusk.webp","n":"Zalthar Shadowdusk"},{"id":4370,"c":1,"u":"zorak%20lightdrinker_wdmm","p":204,"s":71,"h":1,"t":0,"uu":"zorak lightdrinker|wdmm","m":"bestiary/tokens/WDMM/Zorak Lightdrinker.webp","n":"Zorak Lightdrinker"},{"id":4371,"c":1,"u":"zox%20clammersham_wdmm","p":176,"s":71,"h":1,"t":0,"uu":"zox clammersham|wdmm","m":"bestiary/tokens/WDMM/Zox Clammersham.webp","n":"Zox Clammersham"},{"id":4372,"c":1,"u":"zress%20orlezziir_wdmm","p":136,"s":71,"h":1,"t":0,"uu":"zress orlezziir|wdmm","m":"bestiary/tokens/WDMM/Zress Orlezziir.webp","n":"Zress Orlezziir"},{"id":4373,"c":1,"u":"animated%20coffin_aatm","s":72,"h":1,"t":0,"uu":"animated coffin|aatm","m":"bestiary/tokens/AATM/Animated Coffin.webp","n":"Animated Coffin"},{"id":4374,"c":1,"u":"factol%20skall_aatm","s":72,"h":1,"t":0,"uu":"factol skall|aatm","m":"bestiary/tokens/AATM/Factol Skall.webp","n":"Factol Skall"},{"id":4375,"c":1,"u":"heralds%20of%20dust%20exorcist_aatm","s":72,"h":1,"t":0,"uu":"heralds of dust exorcist|aatm","m":"bestiary/tokens/AATM/Heralds of Dust Exorcist.webp","n":"Heralds of Dust Exorcist"},{"id":4376,"c":1,"u":"giant%20zombie%20constrictor%20snake_aitfr-dn","p":11,"s":73,"h":1,"t":0,"uu":"giant zombie constrictor snake|aitfr-dn","m":"bestiary/tokens/AitFR-DN/Giant Zombie Constrictor Snake.webp","n":"Giant Zombie Constrictor Snake"},{"id":4377,"c":1,"u":"hamish%20hewland_aitfr-dn","p":11,"s":73,"h":1,"t":0,"uu":"hamish hewland|aitfr-dn","m":"bestiary/tokens/AitFR-DN/Hamish Hewland.webp","n":"Hamish Hewland"},{"id":4378,"c":1,"u":"kyrilla%2c%20accursed%20gorgon_aitfr-dn","p":12,"s":73,"h":1,"t":0,"uu":"kyrilla, accursed gorgon|aitfr-dn","m":"bestiary/tokens/AitFR-DN/Kyrilla, Accursed Gorgon.webp","n":"Kyrilla, Accursed Gorgon"},{"id":4379,"c":1,"u":"skeletal%20horror_aitfr-dn","p":13,"s":73,"h":1,"t":0,"uu":"skeletal horror|aitfr-dn","m":"bestiary/tokens/AitFR-DN/Skeletal Horror.webp","n":"Skeletal Horror"},{"id":4380,"c":1,"u":"mercenary%20envoy_aitfr-fcd","p":10,"s":74,"h":1,"t":0,"uu":"mercenary envoy|aitfr-fcd","m":"bestiary/tokens/AitFR-FCD/Mercenary Envoy.webp","n":"Mercenary Envoy"},{"id":4381,"c":1,"u":"tyreus%2c%20illusionist_aitfr-fcd","p":11,"s":74,"h":1,"t":0,"uu":"tyreus, illusionist|aitfr-fcd","m":"bestiary/tokens/AitFR-FCD/Tyreus, Illusionist.webp","n":"Tyreus, Illusionist"},{"id":4382,"c":1,"u":"exul_aitfr-isf","p":12,"s":75,"h":1,"t":0,"uu":"exul|aitfr-isf","m":"bestiary/tokens/AitFR-ISF/Exul.webp","n":"Exul"},{"id":4383,"c":1,"u":"malivar_aitfr-isf","p":12,"s":75,"h":1,"t":0,"uu":"malivar|aitfr-isf","m":"bestiary/tokens/AitFR-ISF/Malivar.webp","n":"Malivar"},{"id":4384,"c":1,"u":"greater%20shadow%20horror_aitfr-thp","p":12,"s":76,"h":1,"t":0,"uu":"greater shadow horror|aitfr-thp","m":"bestiary/tokens/AitFR-THP/Greater Shadow Horror.webp","n":"Greater Shadow Horror"},{"id":4385,"c":1,"u":"morwena%20veilmist_aitfr-thp","p":13,"s":76,"h":1,"t":0,"uu":"morwena veilmist|aitfr-thp","m":"bestiary/tokens/AitFR-THP/Morwena Veilmist.webp","n":"Morwena Veilmist"},{"id":4386,"c":1,"u":"usagt_aitfr-thp","p":14,"s":76,"h":1,"t":0,"uu":"usagt|aitfr-thp","m":"bestiary/tokens/AitFR-THP/Usagt.webp","n":"Usagt"},{"id":4387,"c":1,"u":"big%20water%20slurpent_awm","p":29,"s":77,"h":1,"t":0,"uu":"big water slurpent|awm","m":"bestiary/tokens/AWM/Big Water Slurpent.webp","n":"Big Water Slurpent"},{"id":4388,"c":1,"u":"birdsquirrel_awm","p":30,"s":77,"h":1,"t":0,"uu":"birdsquirrel|awm","m":"bestiary/tokens/AWM/Birdsquirrel.webp","n":"Birdsquirrel"},{"id":4389,"c":1,"u":"boontu%20monkey_awm","p":30,"s":77,"h":1,"t":0,"uu":"boontu monkey|awm","m":"bestiary/tokens/AWM/Boontu Monkey.webp","n":"Boontu Monkey"},{"id":4390,"c":1,"u":"crystal%20cave%20merfolk_awm","p":31,"s":77,"h":1,"t":0,"uu":"crystal cave merfolk|awm","m":"bestiary/tokens/AWM/Crystal Cave Merfolk.webp","n":"Crystal Cave Merfolk"},{"id":4391,"c":1,"u":"dankwood%20hag_awm","p":31,"s":77,"h":1,"t":0,"uu":"dankwood hag|awm","m":"bestiary/tokens/AWM/Dankwood Hag.webp","n":"Dankwood Hag"},{"id":4392,"c":1,"u":"dum-dum%20goblin_awm","p":32,"s":77,"h":1,"t":0,"uu":"dum-dum goblin|awm","m":"bestiary/tokens/AWM/Dum-Dum Goblin.webp","n":"Dum-Dum Goblin"},{"id":4393,"c":1,"u":"dwarf_awm","p":32,"s":77,"h":1,"t":0,"uu":"dwarf|awm","m":"bestiary/tokens/AWM/Dwarf.webp","n":"Dwarf"},{"id":4394,"c":1,"u":"great%20kroom%2c%20purple%20worm_awm","p":33,"s":77,"h":1,"t":0,"uu":"great kroom, purple worm|awm","m":"bestiary/tokens/AWM/Great Kroom, Purple Worm.webp","n":"Great Kroom, Purple Worm"},{"id":4395,"c":1,"u":"hangry%20otyugh_awm","p":33,"s":77,"h":1,"t":0,"uu":"hangry otyugh|awm","m":"bestiary/tokens/AWM/Hangry Otyugh.webp","n":"Hangry Otyugh"},{"id":4396,"c":1,"u":"hill%20giant%2c%20blorbo_awm","p":34,"s":77,"h":1,"t":0,"uu":"hill giant, blorbo|awm","m":"bestiary/tokens/AWM/Hill Giant, Blorbo.webp","n":"Hill Giant, Blorbo"},{"id":4397,"c":1,"u":"saleeth%20the%20couatl_awm","p":34,"s":77,"h":1,"t":0,"uu":"saleeth the couatl|awm","m":"bestiary/tokens/AWM/Saleeth the Couatl.webp","n":"Saleeth the Couatl"},{"id":4398,"c":1,"u":"yarnspinner_dod","p":22,"s":78,"h":1,"t":0,"uu":"yarnspinner|dod","m":"bestiary/tokens/DoD/Yarnspinner.webp","n":"Yarnspinner"},{"id":4399,"c":1,"u":"doric_hat-tg","s":79,"h":1,"t":0,"uu":"doric|hat-tg","m":"bestiary/tokens/HAT-TG/Doric.webp","n":"Doric"},{"id":4400,"c":1,"u":"edgin%20darvis_hat-tg","s":79,"h":1,"t":0,"uu":"edgin darvis|hat-tg","m":"bestiary/tokens/HAT-TG/Edgin Darvis.webp","n":"Edgin Darvis"},{"id":4401,"c":1,"u":"forge%20fitzwilliam_hat-tg","s":79,"h":1,"t":0,"uu":"forge fitzwilliam|hat-tg","m":"bestiary/tokens/HAT-TG/Forge Fitzwilliam.webp","n":"Forge Fitzwilliam"},{"id":4402,"c":1,"u":"holga%20kilgore_hat-tg","s":79,"h":1,"t":0,"uu":"holga kilgore|hat-tg","m":"bestiary/tokens/HAT-TG/Holga Kilgore.webp","n":"Holga Kilgore"},{"id":4403,"c":1,"u":"simon%20aumar_hat-tg","s":79,"h":1,"t":0,"uu":"simon aumar|hat-tg","m":"bestiary/tokens/HAT-TG/Simon Aumar.webp","n":"Simon Aumar"},{"id":4404,"c":1,"u":"sofina_hat-tg","s":79,"h":1,"t":0,"uu":"sofina|hat-tg","m":"bestiary/tokens/HAT-TG/Sofina.webp","n":"Sofina"},{"id":4405,"c":1,"u":"xenk%20yendar_hat-tg","s":79,"h":1,"t":0,"uu":"xenk yendar|hat-tg","m":"bestiary/tokens/HAT-TG/Xenk Yendar.webp","n":"Xenk Yendar"},{"id":4406,"c":1,"u":"%22the%20demogorgon%22_imr","p":53,"s":80,"h":1,"t":0,"uu":"\"the demogorgon\"|imr","m":"bestiary/tokens/IMR/The Demogorgon.webp","n":"\"The Demogorgon\""},{"id":4407,"c":1,"u":"andras_imr","p":31,"s":80,"h":1,"t":0,"uu":"andras|imr","m":"bestiary/tokens/IMR/Andras.webp","n":"Andras"},{"id":4408,"c":1,"u":"banrion_imr","p":91,"s":80,"h":1,"t":0,"uu":"banrion|imr","m":"bestiary/tokens/IMR/Banrion.webp","n":"Banrion"},{"id":4409,"c":1,"u":"barbatos_imr","p":52,"s":80,"h":1,"t":0,"uu":"barbatos|imr","m":"bestiary/tokens/IMR/Barbatos.webp","n":"Barbatos"},{"id":4410,"c":1,"u":"brain%20in%20iron_imr","p":48,"s":80,"h":1,"t":0,"uu":"brain in iron|imr","m":"bestiary/tokens/IMR/Brain in Iron.webp","n":"Brain in Iron"},{"id":4411,"c":1,"u":"dwarven%20worker_imr","p":15,"s":80,"h":1,"t":0,"uu":"dwarven worker|imr","m":"bestiary/tokens/IMR/Dwarven Worker.webp","n":"Dwarven Worker"},{"id":4412,"c":1,"u":"enhanced%20medusa_imr","p":47,"s":80,"h":1,"t":0,"uu":"enhanced medusa|imr","m":"bestiary/tokens/IMR/Enhanced Medusa.webp","n":"Enhanced Medusa"},{"id":4413,"c":1,"u":"enhanced%20medusa_imr","p":47,"s":80,"h":1,"t":0,"uu":"enhanced medusa|imr","m":"bestiary/tokens/IMR/Enhanced Medusa.webp","n":"Daoud's Living Lanthor"},{"id":4414,"c":1,"u":"grandfather%20oak_imr","p":5,"s":80,"h":1,"t":0,"uu":"grandfather oak|imr","m":"bestiary/tokens/IMR/Grandfather Oak.webp","n":"Grandfather Oak"},{"id":4415,"c":1,"u":"lynx%20creatlach_imr","p":54,"s":80,"h":1,"t":0,"uu":"lynx creatlach|imr","m":"bestiary/tokens/IMR/Lynx Creatlach.webp","n":"Lynx Creatlach"},{"id":4416,"c":1,"u":"moghadam_imr","p":55,"s":80,"h":1,"t":0,"uu":"moghadam|imr","m":"bestiary/tokens/IMR/Moghadam.webp","n":"Moghadam"},{"id":4417,"c":1,"u":"neo-otyugh_imr","p":75,"s":80,"h":1,"t":0,"uu":"neo-otyugh|imr","m":"bestiary/tokens/IMR/Neo-Otyugh.webp","n":"Neo-Otyugh"},{"id":4418,"c":1,"u":"seodra_imr","p":41,"s":80,"h":1,"t":0,"uu":"seodra|imr","m":"bestiary/tokens/IMR/Seodra.webp","n":"Seodra"},{"id":4419,"c":1,"u":"sir%20ursas_imr","p":56,"s":80,"h":1,"t":0,"uu":"sir ursas|imr","m":"bestiary/tokens/IMR/Sir Ursas.webp","n":"Sir Ursas"},{"id":4420,"c":1,"u":"skeletal%20giant%20owl_imr","p":33,"s":80,"h":1,"t":0,"uu":"skeletal giant owl|imr","m":"bestiary/tokens/IMR/Skeletal Giant Owl.webp","n":"Skeletal Giant Owl"},{"id":4421,"c":1,"u":"skeletal%20owlbear_imr","p":36,"s":80,"h":1,"t":0,"uu":"skeletal owlbear|imr","m":"bestiary/tokens/IMR/Skeletal Owlbear.webp","n":"Skeletal Owlbear"},{"id":4422,"c":1,"u":"skeletal%20polar%20bear_imr","p":34,"s":80,"h":1,"t":0,"uu":"skeletal polar bear|imr","m":"bestiary/tokens/IMR/Skeletal Polar Bear.webp","n":"Skeletal Polar Bear"},{"id":4423,"c":1,"u":"skeletal%20two-headed%20owlbear_imr","p":36,"s":80,"h":1,"t":0,"uu":"skeletal two-headed owlbear|imr","m":"bestiary/tokens/IMR/Skeletal Two-Headed Owlbear.webp","n":"Skeletal Two-Headed Owlbear"},{"id":4424,"c":1,"u":"stolos_imr","p":33,"s":80,"h":1,"t":0,"uu":"stolos|imr","m":"bestiary/tokens/IMR/Stolos.webp","n":"Stolos"},{"id":4425,"c":1,"u":"tarnhem_imr","p":19,"s":80,"h":1,"t":0,"uu":"tarnhem|imr","m":"bestiary/tokens/IMR/Tarnhem.webp","n":"Tarnhem"},{"id":4426,"c":1,"u":"thessalar_imr","p":57,"s":80,"h":1,"t":0,"uu":"thessalar|imr","m":"bestiary/tokens/IMR/Thessalar.webp","n":"Thessalar"},{"id":4427,"c":1,"u":"thessalar's%20homunculus_imr","p":35,"s":80,"h":1,"t":0,"uu":"thessalar's homunculus|imr","m":"bestiary/tokens/IMR/Thessalar's Homunculus.webp","n":"Thessalar's Homunculus"},{"id":4428,"c":1,"u":"thessalheart%20construct_imr","p":86,"s":80,"h":1,"t":0,"uu":"thessalheart construct|imr","m":"bestiary/tokens/IMR/Thessalheart Construct.webp","n":"Thessalheart Construct"},{"id":4429,"c":1,"u":"thessalkraken_imr","p":87,"s":80,"h":1,"t":0,"uu":"thessalkraken|imr","m":"bestiary/tokens/IMR/Thessalkraken.webp","n":"Thessalkraken"},{"id":4430,"c":1,"u":"tiefling%20muralist_imr","p":17,"s":80,"h":1,"t":0,"uu":"tiefling muralist|imr","m":"bestiary/tokens/IMR/Tiefling Muralist.webp","n":"Tiefling Muralist"},{"id":4431,"c":1,"u":"two-headed%20crocodile_imr","p":89,"s":80,"h":1,"t":0,"uu":"two-headed crocodile|imr","m":"bestiary/tokens/IMR/Two-Headed Crocodile.webp","n":"Two-Headed Crocodile"},{"id":4432,"c":1,"u":"two-headed%20owlbear_imr","p":90,"s":80,"h":1,"t":0,"uu":"two-headed owlbear|imr","m":"bestiary/tokens/IMR/Two-Headed Owlbear.webp","n":"Two-Headed Owlbear"},{"id":4433,"c":1,"u":"brain%20in%20a%20jar_llk","p":38,"s":81,"h":1,"t":0,"uu":"brain in a jar|llk","m":"bestiary/tokens/LLK/Brain in a Jar.webp","n":"Brain in a Jar"},{"id":4434,"c":1,"u":"clockwork%20kraken_llk","p":38,"s":81,"h":1,"t":0,"uu":"clockwork kraken|llk","m":"bestiary/tokens/LLK/Clockwork Kraken.webp","n":"Clockwork Kraken"},{"id":4435,"c":1,"u":"ctenmiir%20the%20vampire_llk","p":4,"s":81,"h":1,"t":0,"uu":"ctenmiir the vampire|llk","m":"bestiary/tokens/LLK/Ctenmiir the Vampire.webp","n":"Ctenmiir the Vampire"},{"id":4436,"c":1,"u":"east%20wind_llk","p":14,"s":81,"h":1,"t":0,"uu":"east wind|llk","m":"bestiary/tokens/LLK/East Wind.webp","n":"East Wind"},{"id":4437,"c":1,"u":"elder%20monastery%20of%20the%20distressed%20body%20monk_llk","p":12,"s":81,"h":1,"t":0,"uu":"elder monastery of the distressed body monk|llk","m":"bestiary/tokens/LLK/Elder Monastery of the Distressed Body Monk.webp","n":"Elder Monastery of the Distressed Body Monk"},{"id":4438,"c":1,"u":"garret%20levistusson_llk","p":41,"s":81,"h":1,"t":0,"uu":"garret levistusson|llk","m":"bestiary/tokens/LLK/Garret Levistusson.webp","n":"Garret Levistusson"},{"id":4439,"c":1,"u":"gearbox_llk","p":5,"s":81,"h":1,"t":0,"uu":"gearbox|llk","m":"bestiary/tokens/LLK/Gearbox.webp","n":"Gearbox"},{"id":4440,"c":1,"u":"gloine%20nathair-nathair_llk","p":23,"s":81,"h":1,"t":0,"uu":"gloine nathair-nathair|llk","m":"bestiary/tokens/LLK/Gloine Nathair-Nathair.webp","n":"Gloine Nathair-Nathair"},{"id":4441,"c":1,"u":"mary%20greymalkin_llk","p":41,"s":81,"h":1,"t":0,"uu":"mary greymalkin|llk","m":"bestiary/tokens/LLK/Mary Greymalkin.webp","n":"Mary Greymalkin"},{"id":4442,"c":1,"u":"monastery%20of%20the%20distressed%20body%20grand%20master_llk","p":14,"s":81,"h":1,"t":0,"uu":"monastery of the distressed body grand master|llk","m":"bestiary/tokens/LLK/Monastery of the Distressed Body Grand Master.webp","n":"Monastery of the Distressed Body Grand Master"},{"id":4443,"c":1,"u":"monastery%20of%20the%20distressed%20body%20monk_llk","p":12,"s":81,"h":1,"t":0,"uu":"monastery of the distressed body monk|llk","m":"bestiary/tokens/LLK/Monastery of the Distressed Body Monk.webp","n":"Monastery of the Distressed Body Monk"},{"id":4444,"c":1,"u":"ooze-folk_llk","p":46,"s":81,"h":1,"t":0,"uu":"ooze-folk|llk","m":"bestiary/tokens/LLK/Ooze-Folk.webp","n":"Ooze-Folk"},{"id":4445,"c":1,"u":"west%20wind_llk","p":14,"s":81,"h":1,"t":0,"uu":"west wind|llk","m":"bestiary/tokens/LLK/West Wind.webp","n":"West Wind"},{"id":4446,"c":1,"u":"amble_lr","p":15,"s":82,"h":1,"t":0,"uu":"amble|lr","m":"bestiary/tokens/LR/Amble.webp","n":"Amble"},{"id":4447,"c":1,"u":"fhenimore_lr","p":20,"s":82,"h":1,"t":0,"uu":"fhenimore|lr","m":"bestiary/tokens/LR/Fhenimore.webp","n":"Fhenimore"},{"id":4448,"c":1,"u":"gar%20shatterkeel_lr","p":18,"s":82,"h":1,"t":0,"uu":"gar shatterkeel|lr","m":"bestiary/tokens/LR/Gar Shatterkeel.webp","n":"Gar Shatterkeel"},{"id":4449,"c":1,"u":"shoalar%20quanderil_lr","p":23,"s":82,"h":1,"t":0,"uu":"shoalar quanderil|lr","m":"bestiary/tokens/LR/Shoalar Quanderil.webp","n":"Shoalar Quanderil"},{"id":4450,"c":1,"u":"whymsee_lr","p":20,"s":82,"h":1,"t":0,"uu":"whymsee|lr","m":"bestiary/tokens/LR/Whymsee.webp","n":"Whymsee"},{"id":4451,"c":1,"u":"young%20kraken_lr","p":21,"s":82,"h":1,"t":0,"uu":"young kraken|lr","m":"bestiary/tokens/LR/Young Kraken.webp","n":"Young Kraken"},{"id":4452,"c":1,"u":"asteroid%20spider_mcv1sc","p":3,"s":83,"h":1,"t":0,"uu":"asteroid spider|mcv1sc","m":"bestiary/tokens/MCV1SC/Asteroid Spider.webp","n":"Asteroid Spider"},{"id":4453,"c":1,"u":"clockwork%20horror_mcv1sc","p":4,"s":83,"h":1,"t":0,"uu":"clockwork horror|mcv1sc","m":"bestiary/tokens/MCV1SC/Clockwork Horror.webp","n":"Clockwork Horror"},{"id":4454,"c":1,"u":"eldritch%20lich_mcv1sc","p":6,"s":83,"h":1,"t":0,"uu":"eldritch lich|mcv1sc","m":"bestiary/tokens/MCV1SC/Eldritch Lich.webp","n":"Eldritch Lich"},{"id":4455,"c":1,"u":"fractine_mcv1sc","p":7,"s":83,"h":1,"t":0,"uu":"fractine|mcv1sc","m":"bestiary/tokens/MCV1SC/Fractine.webp","n":"Fractine"},{"id":4456,"c":1,"u":"gadabout_mcv1sc","p":8,"s":83,"h":1,"t":0,"uu":"gadabout|mcv1sc","m":"bestiary/tokens/MCV1SC/Gadabout.webp","n":"Gadabout"},{"id":4457,"c":1,"u":"goon%20balloon_mcv1sc","p":9,"s":83,"h":1,"t":0,"uu":"goon balloon|mcv1sc","m":"bestiary/tokens/MCV1SC/Goon Balloon.webp","n":"Goon Balloon"},{"id":4458,"c":1,"u":"nightmare%20beast_mcv1sc","p":10,"s":83,"h":1,"t":0,"uu":"nightmare beast|mcv1sc","m":"bestiary/tokens/MCV1SC/Nightmare Beast.webp","n":"Nightmare Beast"},{"id":4459,"c":1,"u":"puppeteer%20parasite_mcv1sc","p":11,"s":83,"h":1,"t":0,"uu":"puppeteer parasite|mcv1sc","m":"bestiary/tokens/MCV1SC/Puppeteer Parasite.webp","n":"Puppeteer Parasite"},{"id":4460,"c":1,"u":"star%20lancer_mcv1sc","p":12,"s":83,"h":1,"t":0,"uu":"star lancer|mcv1sc","m":"bestiary/tokens/MCV1SC/Star Lancer.webp","n":"Star Lancer"},{"id":4461,"c":1,"u":"yggdrasti_mcv1sc","p":13,"s":83,"h":1,"t":0,"uu":"yggdrasti|mcv1sc","m":"bestiary/tokens/MCV1SC/Yggdrasti.webp","n":"Yggdrasti"},{"id":4462,"c":1,"u":"dream%20eater_mcv2dc","p":3,"s":84,"h":1,"t":0,"uu":"dream eater|mcv2dc","m":"bestiary/tokens/MCV2DC/Dream Eater.webp","n":"Dream Eater"},{"id":4463,"c":1,"u":"ember_mcv2dc","p":5,"s":84,"h":1,"t":0,"uu":"ember|mcv2dc","m":"bestiary/tokens/MCV2DC/Ember.webp","n":"Ember"},{"id":4464,"c":1,"u":"forest%20master_mcv2dc","p":6,"s":84,"h":1,"t":0,"uu":"forest master|mcv2dc","m":"bestiary/tokens/MCV2DC/Forest Master.webp","n":"Forest Master"},{"id":4465,"c":1,"u":"foresworn_mcv2dc","p":7,"s":84,"h":1,"t":0,"uu":"foresworn|mcv2dc","m":"bestiary/tokens/MCV2DC/Foresworn.webp","n":"Foresworn"},{"id":4466,"c":1,"u":"irda%20seeker_mcv2dc","p":8,"s":84,"h":1,"t":0,"uu":"irda seeker|mcv2dc","m":"bestiary/tokens/MCV2DC/Irda Seeker.webp","n":"Irda Seeker"},{"id":4467,"c":1,"u":"irda%20veil%20keeper_mcv2dc","p":9,"s":84,"h":1,"t":0,"uu":"irda veil keeper|mcv2dc","m":"bestiary/tokens/MCV2DC/Irda Veil Keeper.webp","n":"Irda Veil Keeper"},{"id":4468,"c":1,"u":"nevermind%20gnome%20inventor_mcv2dc","p":10,"s":84,"h":1,"t":0,"uu":"nevermind gnome inventor|mcv2dc","m":"bestiary/tokens/MCV2DC/Nevermind Gnome Inventor.webp","n":"Nevermind Gnome Inventor"},{"id":4469,"c":1,"u":"nevermind%20gnome%20mastermind_mcv2dc","p":11,"s":84,"h":1,"t":0,"uu":"nevermind gnome mastermind|mcv2dc","m":"bestiary/tokens/MCV2DC/Nevermind Gnome Mastermind.webp","n":"Nevermind Gnome Mastermind"},{"id":4470,"c":1,"u":"thanoi%20hunter_mcv2dc","p":12,"s":84,"h":1,"t":0,"uu":"thanoi hunter|mcv2dc","m":"bestiary/tokens/MCV2DC/Thanoi Hunter.webp","n":"Thanoi Hunter"},{"id":4471,"c":1,"u":"traag%20draconian_mcv2dc","p":13,"s":84,"h":1,"t":0,"uu":"traag draconian|mcv2dc","m":"bestiary/tokens/MCV2DC/Traag Draconian.webp","n":"Traag Draconian"},{"id":4472,"c":1,"u":"verminaard_mcv2dc","p":15,"s":84,"h":1,"t":0,"uu":"verminaard|mcv2dc","m":"bestiary/tokens/MCV2DC/Verminaard.webp","n":"Verminaard"},{"id":4473,"c":1,"u":"blaze_mcv3mc","p":3,"s":85,"h":1,"t":0,"uu":"blaze|mcv3mc","m":"bestiary/tokens/MCV3MC/Blaze.webp","n":"Blaze"},{"id":4474,"c":1,"u":"creeper_mcv3mc","p":4,"s":85,"h":1,"t":0,"uu":"creeper|mcv3mc","m":"bestiary/tokens/MCV3MC/Creeper.webp","n":"Creeper"},{"id":4475,"c":1,"u":"ender%20dragon_mcv3mc","p":5,"s":85,"h":1,"t":0,"uu":"ender dragon|mcv3mc","m":"bestiary/tokens/MCV3MC/Ender Dragon.webp","n":"Ender Dragon"},{"id":4476,"c":1,"u":"enderman_mcv3mc","p":6,"s":85,"h":1,"t":0,"uu":"enderman|mcv3mc","m":"bestiary/tokens/MCV3MC/Enderman.webp","n":"Enderman"},{"id":4477,"c":1,"u":"wolf%20of%20the%20overworld_mcv3mc","p":7,"s":85,"h":1,"t":0,"uu":"wolf of the overworld|mcv3mc","m":"bestiary/tokens/MCV3MC/Wolf of the Overworld.webp","n":"Wolf of the Overworld"},{"id":4478,"c":1,"u":"archon%20of%20boundaries_mcv4ec","s":86,"h":1,"t":0,"uu":"archon of boundaries|mcv4ec","m":"bestiary/tokens/MCV4EC/Archon of Boundaries.webp","n":"Archon of Boundaries"},{"id":4479,"c":1,"u":"beanstalk%20wurm_mcv4ec","s":86,"h":1,"t":0,"uu":"beanstalk wurm|mcv4ec","m":"bestiary/tokens/MCV4EC/Beanstalk Wurm.webp","n":"Beanstalk Wurm"},{"id":4480,"c":1,"u":"deathless%20rider_mcv4ec","s":86,"h":1,"t":0,"uu":"deathless rider|mcv4ec","m":"bestiary/tokens/MCV4EC/Deathless Rider.webp","n":"Deathless Rider"},{"id":4481,"c":1,"u":"dunbarrow%20witch_mcv4ec","s":86,"h":1,"t":0,"uu":"dunbarrow witch|mcv4ec","m":"bestiary/tokens/MCV4EC/Dunbarrow Witch.webp","n":"Dunbarrow Witch"},{"id":4482,"c":1,"u":"faerie%20borrower_mcv4ec","s":86,"h":1,"t":0,"uu":"faerie borrower|mcv4ec","m":"bestiary/tokens/MCV4EC/Faerie Borrower.webp","n":"Faerie Borrower"},{"id":4483,"c":1,"u":"faerie%20pathlighter_mcv4ec","s":86,"h":1,"t":0,"uu":"faerie pathlighter|mcv4ec","m":"bestiary/tokens/MCV4EC/Faerie Pathlighter.webp","n":"Faerie Pathlighter"},{"id":4484,"c":1,"u":"faerie%20pest_mcv4ec","s":86,"h":1,"t":0,"uu":"faerie pest|mcv4ec","m":"bestiary/tokens/MCV4EC/Faerie Pest.webp","n":"Faerie Pest"},{"id":4485,"c":1,"u":"gingerbrute_mcv4ec","s":86,"h":1,"t":0,"uu":"gingerbrute|mcv4ec","m":"bestiary/tokens/MCV4EC/Gingerbrute.webp","n":"Gingerbrute"},{"id":4486,"c":1,"u":"goose%20mother_mcv4ec","s":86,"h":1,"t":0,"uu":"goose mother|mcv4ec","m":"bestiary/tokens/MCV4EC/Goose Mother.webp","n":"Goose Mother"},{"id":4487,"c":1,"u":"high%20fae%20impostor_mcv4ec","s":86,"h":1,"t":0,"uu":"high fae impostor|mcv4ec","m":"bestiary/tokens/MCV4EC/High Fae Impostor.webp","n":"High Fae Impostor"},{"id":4488,"c":1,"u":"high%20fae%20kindguard_mcv4ec","s":86,"h":1,"t":0,"uu":"high fae kindguard|mcv4ec","m":"bestiary/tokens/MCV4EC/High Fae Kindguard.webp","n":"High Fae Kindguard"},{"id":4489,"c":1,"u":"high%20fae%20mage_mcv4ec","s":86,"h":1,"t":0,"uu":"high fae mage|mcv4ec","m":"bestiary/tokens/MCV4EC/High Fae Mage.webp","n":"High Fae Mage"},{"id":4490,"c":1,"u":"high%20fae%20noble_mcv4ec","s":86,"h":1,"t":0,"uu":"high fae noble|mcv4ec","m":"bestiary/tokens/MCV4EC/High Fae Noble.webp","n":"High Fae Noble"},{"id":4491,"c":1,"u":"knight%20of%20eldraine_mcv4ec","s":86,"h":1,"t":0,"uu":"knight of eldraine|mcv4ec","m":"bestiary/tokens/MCV4EC/Knight of Eldraine.webp","n":"Knight of Eldraine"},{"id":4492,"c":1,"u":"nightmare%20haunt_mcv4ec","s":86,"h":1,"t":0,"uu":"nightmare haunt|mcv4ec","m":"bestiary/tokens/MCV4EC/Nightmare Haunt.webp","n":"Nightmare Haunt"},{"id":4493,"c":1,"u":"ogre%20chitterlord_mcv4ec","s":86,"h":1,"t":0,"uu":"ogre chitterlord|mcv4ec","m":"bestiary/tokens/MCV4EC/Ogre Chitterlord.webp","n":"Ogre Chitterlord"},{"id":4494,"c":1,"u":"redtooth%20werefox_mcv4ec","s":86,"h":1,"t":0,"uu":"redtooth werefox|mcv4ec","m":"bestiary/tokens/MCV4EC/Redtooth Werefox.webp","n":"Redtooth Werefox"},{"id":4495,"c":1,"u":"sewer%20king_mcv4ec","s":86,"h":1,"t":0,"uu":"sewer king|mcv4ec","m":"bestiary/tokens/MCV4EC/Sewer King.webp","n":"Sewer King"},{"id":4496,"c":1,"u":"snapping%20hydra_mcv4ec","s":86,"h":1,"t":0,"uu":"snapping hydra|mcv4ec","m":"bestiary/tokens/MCV4EC/Snapping Hydra.webp","n":"Snapping Hydra"},{"id":4497,"c":1,"u":"specter%20of%20night_mcv4ec","s":86,"h":1,"t":0,"uu":"specter of night|mcv4ec","m":"bestiary/tokens/MCV4EC/Specter of Night.webp","n":"Specter of Night"},{"id":4498,"c":1,"u":"sweettooth%20horror_mcv4ec","s":86,"h":1,"t":0,"uu":"sweettooth horror|mcv4ec","m":"bestiary/tokens/MCV4EC/Sweettooth Horror.webp","n":"Sweettooth Horror"},{"id":4499,"c":1,"u":"tempest%20hart_mcv4ec","s":86,"h":1,"t":0,"uu":"tempest hart|mcv4ec","m":"bestiary/tokens/MCV4EC/Tempest Hart.webp","n":"Tempest Hart"},{"id":4500,"c":1,"u":"treefolk_mcv4ec","s":86,"h":1,"t":0,"uu":"treefolk|mcv4ec","m":"bestiary/tokens/MCV4EC/Treefolk.webp","n":"Treefolk"},{"id":4501,"c":1,"u":"witchkite_mcv4ec","s":86,"h":1,"t":0,"uu":"witchkite|mcv4ec","m":"bestiary/tokens/MCV4EC/Witchkite.webp","n":"Witchkite"},{"id":4502,"c":1,"u":"witchstalker_mcv4ec","s":86,"h":1,"t":0,"uu":"witchstalker|mcv4ec","m":"bestiary/tokens/MCV4EC/Witchstalker.webp","n":"Witchstalker"},{"id":4503,"c":1,"u":"dankwood%20duergar_mgelft","p":32,"s":87,"h":1,"t":0,"uu":"dankwood duergar|mgelft","m":"bestiary/tokens/MGELFT/Dankwood Duergar.webp","n":"Dankwood Duergar"},{"id":4504,"c":1,"u":"dankwood%20grung_mgelft","p":31,"s":87,"h":1,"t":0,"uu":"dankwood grung|mgelft","m":"bestiary/tokens/MGELFT/Dankwood Grung.webp","n":"Dankwood Grung"},{"id":4505,"c":1,"u":"king%20robbit%20the%20slimy_mgelft","p":32,"s":87,"h":1,"t":0,"uu":"king robbit the slimy|mgelft","m":"bestiary/tokens/MGELFT/King Robbit the Slimy.webp","n":"King Robbit the Slimy"},{"id":4506,"c":1,"u":"sludge%20hag_mgelft","p":33,"s":87,"h":1,"t":0,"uu":"sludge hag|mgelft","m":"bestiary/tokens/MGELFT/Sludge Hag.webp","n":"Sludge Hag"},{"id":4507,"c":1,"u":"spiderfrog_mgelft","p":33,"s":87,"h":1,"t":0,"uu":"spiderfrog|mgelft","m":"bestiary/tokens/MGELFT/Spiderfrog.webp","n":"Spiderfrog"},{"id":4508,"c":1,"u":"yeti%20tyke_mgelft","p":34,"s":87,"h":1,"t":0,"uu":"yeti tyke|mgelft","m":"bestiary/tokens/MGELFT/Yeti Tyke.webp","n":"Yeti Tyke"},{"id":4509,"c":1,"u":"coral_mismv1","p":4,"s":88,"h":1,"t":0,"uu":"coral|mismv1","m":"bestiary/tokens/MisMV1/Coral.webp","n":"Coral"},{"id":4510,"c":1,"u":"dandylion_mismv1","p":6,"s":88,"h":1,"t":0,"uu":"dandylion|mismv1","m":"bestiary/tokens/MisMV1/Dandylion.webp","n":"Dandylion"},{"id":4511,"c":1,"u":"rain_mismv1","p":8,"s":88,"h":1,"t":0,"uu":"rain|mismv1","m":"bestiary/tokens/MisMV1/Rain.webp","n":"Rain"},{"id":4512,"c":1,"u":"scrapper_mismv1","p":10,"s":88,"h":1,"t":0,"uu":"scrapper|mismv1","m":"bestiary/tokens/MisMV1/Scrapper.webp","n":"Scrapper"},{"id":4513,"c":1,"u":"seth%20the%20shapeshifting%20dragon_mismv1","p":12,"s":88,"h":1,"t":0,"uu":"seth the shapeshifting dragon|mismv1","m":"bestiary/tokens/MisMV1/Seth the Shapeshifting Dragon.webp","n":"Seth the Shapeshifting Dragon"},{"id":4514,"c":1,"u":"sheldon%20the%20blueberry%20dragon_mismv1","p":14,"s":88,"h":1,"t":0,"uu":"sheldon the blueberry dragon|mismv1","m":"bestiary/tokens/MisMV1/Sheldon the Blueberry Dragon.webp","n":"Sheldon the Blueberry Dragon"},{"id":4515,"c":1,"u":"goon_nrh-ass","p":7,"s":89,"h":1,"t":0,"uu":"goon|nrh-ass","m":"bestiary/tokens/NRH-ASS/Goon.webp","n":"Goon"},{"id":4516,"c":1,"u":"emo_nrh-at","p":9,"s":90,"h":1,"t":0,"uu":"emo|nrh-at","m":"bestiary/tokens/NRH-AT/Emo.webp","n":"Emo"},{"id":4517,"c":1,"u":"maude_nrh-at","p":12,"s":90,"h":1,"t":0,"uu":"maude|nrh-at","m":"bestiary/tokens/NRH-AT/Maude.webp","n":"Maude"},{"id":4518,"c":1,"u":"mr.%20greystone_nrh-at","p":13,"s":90,"h":1,"t":0,"uu":"mr. greystone|nrh-at","m":"bestiary/tokens/NRH-AT/Mr. Greystone.webp","n":"Mr. Greystone"},{"id":4519,"c":1,"u":"chimeric%20fox_nrh-avitw","p":8,"s":91,"h":1,"t":0,"uu":"chimeric fox|nrh-avitw","m":"bestiary/tokens/NRH-AVitW/Chimeric Fox.webp","n":"Chimeric Fox"},{"id":4520,"c":1,"u":"scarlet%20sentinel_nrh-avitw","p":10,"s":91,"h":1,"t":0,"uu":"scarlet sentinel|nrh-avitw","m":"bestiary/tokens/NRH-AVitW/Scarlet Sentinel.webp","n":"Scarlet Sentinel"},{"id":4521,"c":1,"u":"szikzith_nrh-awol","p":6,"s":92,"h":1,"t":0,"uu":"szikzith|nrh-awol","m":"bestiary/tokens/NRH-AWoL/Szikzith.webp","n":"Szikzith"},{"id":4522,"c":1,"u":"clown_nrh-coi","p":7,"s":93,"h":1,"t":0,"uu":"clown|nrh-coi","m":"bestiary/tokens/NRH-CoI/Clown.webp","n":"Clown"},{"id":4523,"c":1,"u":"imelda_nrh-coi","p":11,"s":93,"h":1,"t":0,"uu":"imelda|nrh-coi","m":"bestiary/tokens/NRH-CoI/Imelda.webp","n":"Imelda"},{"id":4524,"c":1,"u":"magnifico_nrh-coi","p":9,"s":93,"h":1,"t":0,"uu":"magnifico|nrh-coi","m":"bestiary/tokens/NRH-CoI/Magnifico.webp","n":"Magnifico"},{"id":4525,"c":1,"u":"mr.%20honeycutt_nrh-tcmc","p":10,"s":94,"h":1,"t":0,"uu":"mr. honeycutt|nrh-tcmc","m":"bestiary/tokens/NRH-TCMC/Mr. Honeycutt.webp","n":"Mr. Honeycutt"},{"id":4526,"c":1,"u":"slurmy_nrh-tcmc","p":10,"s":94,"h":1,"t":0,"uu":"slurmy|nrh-tcmc","m":"bestiary/tokens/NRH-TCMC/Slurmy.webp","n":"Slurmy"},{"id":4527,"c":1,"u":"adult%20amonkhet%20dragon_psa","p":33,"s":95,"h":1,"t":0,"uu":"adult amonkhet dragon|psa","m":"bestiary/tokens/PSA/Adult Amonkhet Dragon.webp","n":"Adult Amonkhet Dragon"},{"id":4528,"c":1,"u":"ammit_psa","p":30,"s":95,"h":1,"t":0,"uu":"ammit|psa","m":"bestiary/tokens/PSA/Ammit.webp","n":"Ammit"},{"id":4529,"c":1,"u":"amonkhet%20dragon%20wyrmling_psa","p":33,"s":95,"h":1,"t":0,"uu":"amonkhet dragon wyrmling|psa","m":"bestiary/tokens/PSA/Amonkhet Dragon Wyrmling.webp","n":"Amonkhet Dragon Wyrmling"},{"id":4530,"c":1,"u":"amonkhet%20hydra_psa","p":35,"s":95,"h":1,"t":0,"uu":"amonkhet hydra|psa","m":"bestiary/tokens/PSA/Amonkhet Hydra.webp","n":"Amonkhet Hydra"},{"id":4531,"c":1,"u":"amonkhet%20mummy_psa","p":34,"s":95,"h":1,"t":0,"uu":"amonkhet mummy|psa","m":"bestiary/tokens/PSA/Amonkhet Mummy.webp","n":"Amonkhet Mummy"},{"id":4532,"c":1,"u":"amonkhet%20mummy%20lord_psa","p":34,"s":95,"h":1,"t":0,"uu":"amonkhet mummy lord|psa","m":"bestiary/tokens/PSA/Amonkhet Mummy Lord.webp","n":"Amonkhet Mummy Lord"},{"id":4533,"c":1,"u":"amonkhet%20sphinx_psa","p":31,"s":95,"h":1,"t":0,"uu":"amonkhet sphinx|psa","m":"bestiary/tokens/PSA/Amonkhet Sphinx.webp","n":"Amonkhet Sphinx"},{"id":4534,"c":1,"u":"ancient%20amonkhet%20dragon_psa","p":33,"s":95,"h":1,"t":0,"uu":"ancient amonkhet dragon|psa","m":"bestiary/tokens/PSA/Ancient Amonkhet Dragon.webp","n":"Ancient Amonkhet Dragon"},{"id":4535,"c":1,"u":"angel%20of%20amonkhet_psa","p":30,"s":95,"h":1,"t":0,"uu":"angel of amonkhet|psa","m":"bestiary/tokens/PSA/Angel of Amonkhet.webp","n":"Angel of Amonkhet"},{"id":4536,"c":1,"u":"anointed_psa","p":34,"s":95,"h":1,"t":0,"uu":"anointed|psa","m":"bestiary/tokens/PSA/Anointed.webp","n":"Anointed"},{"id":4537,"c":1,"u":"archfiend%20of%20ifnir_psa","p":30,"s":95,"h":1,"t":0,"uu":"archfiend of ifnir|psa","m":"bestiary/tokens/PSA/Archfiend of Ifnir.webp","n":"Archfiend of Ifnir"},{"id":4538,"c":1,"u":"cerodon_psa","p":37,"s":95,"h":1,"t":0,"uu":"cerodon|psa","m":"bestiary/tokens/PSA/Cerodon.webp","n":"Cerodon"},{"id":4539,"c":1,"u":"criosphinx_psa","p":32,"s":95,"h":1,"t":0,"uu":"criosphinx|psa","m":"bestiary/tokens/PSA/Criosphinx.webp","n":"Criosphinx"},{"id":4540,"c":1,"u":"eternal_psa","p":34,"s":95,"h":1,"t":0,"uu":"eternal|psa","m":"bestiary/tokens/PSA/Eternal.webp","n":"Eternal"},{"id":4541,"c":1,"u":"giant%20river%20serpent_psa","p":38,"s":95,"h":1,"t":0,"uu":"giant river serpent|psa","m":"bestiary/tokens/PSA/Giant River Serpent.webp","n":"Giant River Serpent"},{"id":4542,"c":1,"u":"hippopotamus_psa","p":38,"s":95,"h":1,"t":0,"uu":"hippopotamus|psa","m":"bestiary/tokens/PSA/Hippopotamus.webp","n":"Hippopotamus"},{"id":4543,"c":1,"u":"large%20drake_psa","p":33,"s":95,"h":1,"t":0,"uu":"large drake|psa","m":"bestiary/tokens/PSA/Large Drake.webp","n":"Large Drake"},{"id":4544,"c":1,"u":"manticore%2c%20heart-piercer_psa","p":36,"s":95,"h":1,"t":0,"uu":"manticore, heart-piercer|psa","m":"bestiary/tokens/PSA/Manticore, Heart-Piercer.webp","n":"Manticore, Heart-Piercer"},{"id":4545,"c":1,"u":"river%20serpent_psa","p":38,"s":95,"h":1,"t":0,"uu":"river serpent|psa","m":"bestiary/tokens/PSA/River Serpent.webp","n":"River Serpent"},{"id":4546,"c":1,"u":"sandwurm_psa","p":35,"s":95,"h":1,"t":0,"uu":"sandwurm|psa","m":"bestiary/tokens/PSA/Sandwurm.webp","n":"Sandwurm"},{"id":4547,"c":1,"u":"serpopard_psa","p":37,"s":95,"h":1,"t":0,"uu":"serpopard|psa","m":"bestiary/tokens/PSA/Serpopard.webp","n":"Serpopard"},{"id":4548,"c":1,"u":"small%20drake_psa","p":33,"s":95,"h":1,"t":0,"uu":"small drake|psa","m":"bestiary/tokens/PSA/Small Drake.webp","n":"Small Drake"},{"id":4549,"c":1,"u":"soulstinger%20demon_psa","p":30,"s":95,"h":1,"t":0,"uu":"soulstinger demon|psa","m":"bestiary/tokens/PSA/Soulstinger Demon.webp","n":"Soulstinger Demon"},{"id":4550,"c":1,"u":"young%20amonkhet%20dragon_psa","p":33,"s":95,"h":1,"t":0,"uu":"young amonkhet dragon|psa","m":"bestiary/tokens/PSA/Young Amonkhet Dragon.webp","n":"Young Amonkhet Dragon"},{"id":4551,"c":1,"u":"homarid_psd","p":15,"s":96,"h":1,"t":0,"uu":"homarid|psd","m":"bestiary/tokens/PSD/Homarid.webp","n":"Homarid"},{"id":4552,"c":1,"u":"kavu%20predator_psd","p":24,"s":96,"h":1,"t":0,"uu":"kavu predator|psd","m":"bestiary/tokens/PSD/Kavu Predator.webp","n":"Kavu Predator"},{"id":4553,"c":1,"u":"lyra_psd","p":9,"s":96,"h":1,"t":0,"uu":"lyra|psd","m":"bestiary/tokens/PSD/Lyra.webp","n":"Lyra"},{"id":4554,"c":1,"u":"lyra_psd","p":9,"s":96,"h":1,"t":0,"uu":"lyra|psd","m":"bestiary/tokens/PSD/Lyra.webp","n":"Perfidious Muderator"},{"id":4555,"c":1,"u":"serra%20angel_psd","p":9,"s":96,"h":1,"t":0,"uu":"serra angel|psd","m":"bestiary/tokens/PSD/Serra Angel.webp","n":"Serra Angel"},{"id":4556,"c":1,"u":"shalai_psd","p":9,"s":96,"h":1,"t":0,"uu":"shalai|psd","m":"bestiary/tokens/PSD/Shalai.webp","n":"Shalai"},{"id":4557,"c":1,"u":"steel%20leaf%20kavu_psd","p":24,"s":96,"h":1,"t":0,"uu":"steel leaf kavu|psd","m":"bestiary/tokens/PSD/Steel Leaf Kavu.webp","n":"Steel Leaf Kavu"},{"id":4558,"c":1,"u":"zombie%20horse_psd","p":17,"s":96,"h":1,"t":0,"uu":"zombie horse|psd","m":"bestiary/tokens/PSD/Zombie Horse.webp","n":"Zombie Horse"},{"id":4559,"c":1,"u":"avacyn_psi","p":26,"s":97,"h":1,"t":0,"uu":"avacyn|psi","m":"bestiary/tokens/PSI/Avacyn.webp","n":"Avacyn"},{"id":4560,"c":1,"u":"bruna_psi","p":26,"s":97,"h":1,"t":0,"uu":"bruna|psi","m":"bestiary/tokens/PSI/Bruna.webp","n":"Bruna"},{"id":4561,"c":1,"u":"bruna_psi","p":26,"s":97,"h":1,"t":0,"uu":"bruna|psi","m":"bestiary/tokens/PSI/Bruna.webp","n":"Light of Alabaster"},{"id":4562,"c":1,"u":"creepy%20doll_psi","p":25,"s":97,"h":1,"t":0,"uu":"creepy doll|psi","m":"bestiary/tokens/PSI/Creepy Doll.webp","n":"Creepy Doll"},{"id":4563,"c":1,"u":"demonlord%20of%20ashmouth_psi","p":37,"s":97,"h":1,"t":0,"uu":"demonlord of ashmouth|psi","m":"bestiary/tokens/PSI/Demonlord of Ashmouth.webp","n":"Demonlord of Ashmouth"},{"id":4564,"c":1,"u":"flight%20alabaster%20angel_psi","p":26,"s":97,"h":1,"t":0,"uu":"flight alabaster angel|psi","m":"bestiary/tokens/PSI/Flight Alabaster Angel.webp","n":"Flight Alabaster Angel"},{"id":4565,"c":1,"u":"flight%20goldnight%20angel_psi","p":26,"s":97,"h":1,"t":0,"uu":"flight goldnight angel|psi","m":"bestiary/tokens/PSI/Flight Goldnight Angel.webp","n":"Flight Goldnight Angel"},{"id":4566,"c":1,"u":"flight%20of%20moonsilver%20angel_psi","p":26,"s":97,"h":1,"t":0,"uu":"flight of moonsilver angel|psi","m":"bestiary/tokens/PSI/Flight of Moonsilver Angel.webp","n":"Flight of Moonsilver Angel"},{"id":4567,"c":1,"u":"geist_psi","p":19,"s":97,"h":1,"t":0,"uu":"geist|psi","m":"bestiary/tokens/PSI/Geist.webp","n":"Geist"},{"id":4568,"c":1,"u":"gisela_psi","p":26,"s":97,"h":1,"t":0,"uu":"gisela|psi","m":"bestiary/tokens/PSI/Gisela.webp","n":"Gisela"},{"id":4569,"c":1,"u":"gisela_psi","p":26,"s":97,"h":1,"t":0,"uu":"gisela|psi","m":"bestiary/tokens/PSI/Gisela.webp","n":"Blade of Goldnight"},{"id":4570,"c":1,"u":"gisela_psi","p":26,"s":97,"h":1,"t":0,"uu":"gisela|psi","m":"bestiary/tokens/PSI/Gisela.webp","n":"Blade of the Church"},{"id":4571,"c":1,"u":"host%20of%20herons%20angel_psi","p":26,"s":97,"h":1,"t":0,"uu":"host of herons angel|psi","m":"bestiary/tokens/PSI/Host of Herons Angel.webp","n":"Host of Herons Angel"},{"id":4572,"c":1,"u":"keeper%20of%20the%20feather_psi","p":40,"s":97,"h":1,"t":0,"uu":"keeper of the feather|psi","m":"bestiary/tokens/PSI/Keeper of the Feather.webp","n":"Keeper of the Feather"},{"id":4573,"c":1,"u":"necro-alchemist_psi","p":20,"s":97,"h":1,"t":0,"uu":"necro-alchemist|psi","m":"bestiary/tokens/PSI/Necro-Alchemist.webp","n":"Necro-Alchemist"},{"id":4574,"c":1,"u":"necro-alchemist_psi","p":20,"s":97,"h":1,"t":0,"uu":"necro-alchemist|psi","m":"bestiary/tokens/PSI/Necro-Alchemist.webp","n":"Geistmage"},{"id":4575,"c":1,"u":"sigarda_psi","p":26,"s":97,"h":1,"t":0,"uu":"sigarda|psi","m":"bestiary/tokens/PSI/Sigarda.webp","n":"Sigarda"},{"id":4576,"c":1,"u":"skaab_psi","p":20,"s":97,"h":1,"t":0,"uu":"skaab|psi","m":"bestiary/tokens/PSI/Skaab.webp","n":"Skaab"},{"id":4577,"c":1,"u":"strefan%20maurer_psi","p":33,"s":97,"h":1,"t":0,"uu":"strefan maurer|psi","m":"bestiary/tokens/PSI/Strefan Maurer.webp","n":"Strefan Maurer"},{"id":4578,"c":1,"u":"vampire%20neonate_psi","p":17,"s":97,"h":1,"t":0,"uu":"vampire neonate|psi","m":"bestiary/tokens/PSI/Vampire Neonate.webp","n":"Vampire Neonate"},{"id":4579,"c":1,"u":"werewolf%20(krallenhorde)_psi","p":15,"s":97,"h":1,"t":0,"uu":"werewolf (krallenhorde)|psi","m":"bestiary/tokens/PSI/Werewolf (Krallenhorde).webp","n":"Werewolf (Krallenhorde)"},{"id":4580,"c":1,"u":"zombie%20cat_psi","p":17,"s":97,"h":1,"t":0,"uu":"zombie cat|psi","m":"bestiary/tokens/PSI/Zombie Cat.webp","n":"Zombie Cat"},{"id":4581,"c":1,"u":"zombie%20rat_psi","p":17,"s":97,"h":1,"t":0,"uu":"zombie rat|psi","m":"bestiary/tokens/PSI/Zombie Rat.webp","n":"Zombie Rat"},{"id":4582,"c":1,"u":"zombie%20snake_psi","p":17,"s":97,"h":1,"t":0,"uu":"zombie snake|psi","m":"bestiary/tokens/PSI/Zombie Snake.webp","n":"Zombie Snake"},{"id":4583,"c":1,"u":"angel_psk","p":27,"s":98,"h":1,"t":0,"uu":"angel|psk","m":"bestiary/tokens/PSK/Angel.webp","n":"Angel"},{"id":4584,"c":1,"u":"construct%20(animated%20armor)_psk","p":32,"s":98,"h":1,"t":0,"uu":"construct (animated armor)|psk","m":"bestiary/tokens/PSK/Construct (Animated Armor).webp","n":"Construct (Animated Armor)"},{"id":4585,"c":1,"u":"construct%20(helmed%20horror)_psk","p":32,"s":98,"h":1,"t":0,"uu":"construct (helmed horror)|psk","m":"bestiary/tokens/PSK/Construct (Helmed Horror).webp","n":"Construct (Helmed Horror)"},{"id":4586,"c":1,"u":"construct%20(modron)_psk","p":32,"s":98,"h":1,"t":0,"uu":"construct (modron)|psk","m":"bestiary/tokens/PSK/Construct (Modron).webp","n":"Construct (Modron)"},{"id":4587,"c":1,"u":"construct%20(shield%20guardian)_psk","p":32,"s":98,"h":1,"t":0,"uu":"construct (shield guardian)|psk","m":"bestiary/tokens/PSK/Construct (Shield Guardian).webp","n":"Construct (Shield Guardian)"},{"id":4588,"c":1,"u":"demon_psk","p":27,"s":98,"h":1,"t":0,"uu":"demon|psk","m":"bestiary/tokens/PSK/Demon.webp","n":"Demon"},{"id":4589,"c":1,"u":"dragon_psk","p":29,"s":98,"h":1,"t":0,"uu":"dragon|psk","m":"bestiary/tokens/PSK/Dragon.webp","n":"Dragon"},{"id":4590,"c":1,"u":"drake%20(large)_psk","p":29,"s":98,"h":1,"t":0,"uu":"drake (large)|psk","m":"bestiary/tokens/PSK/Drake (Large).webp","n":"Drake (Large)"},{"id":4591,"c":1,"u":"drake%20(small)_psk","p":29,"s":98,"h":1,"t":0,"uu":"drake (small)|psk","m":"bestiary/tokens/PSK/Drake (Small).webp","n":"Drake (Small)"},{"id":4592,"c":1,"u":"giant_psk","p":30,"s":98,"h":1,"t":0,"uu":"giant|psk","m":"bestiary/tokens/PSK/Giant.webp","n":"Giant"},{"id":4593,"c":1,"u":"gremlin_psk","p":26,"s":98,"h":1,"t":0,"uu":"gremlin|psk","m":"bestiary/tokens/PSK/Gremlin.webp","n":"Gremlin"},{"id":4594,"c":1,"u":"hellion%20(huge)_psk","p":31,"s":98,"h":1,"t":0,"uu":"hellion (huge)|psk","m":"bestiary/tokens/PSK/Hellion (Huge).webp","n":"Hellion (Huge)"},{"id":4595,"c":1,"u":"hellion%20(large)_psk","p":31,"s":98,"h":1,"t":0,"uu":"hellion (large)|psk","m":"bestiary/tokens/PSK/Hellion (Large).webp","n":"Hellion (Large)"},{"id":4596,"c":1,"u":"hydra_psk","p":30,"s":98,"h":1,"t":0,"uu":"hydra|psk","m":"bestiary/tokens/PSK/Hydra.webp","n":"Hydra"},{"id":4597,"c":1,"u":"lifecraft%20elephant_psk","p":33,"s":98,"h":1,"t":0,"uu":"lifecraft elephant|psk","m":"bestiary/tokens/PSK/Lifecraft Elephant.webp","n":"Lifecraft Elephant"},{"id":4598,"c":1,"u":"servo_psk","p":32,"s":98,"h":1,"t":0,"uu":"servo|psk","m":"bestiary/tokens/PSK/Servo.webp","n":"Servo"},{"id":4599,"c":1,"u":"sky%20leviathan_psk","p":28,"s":98,"h":1,"t":0,"uu":"sky leviathan|psk","m":"bestiary/tokens/PSK/Sky Leviathan.webp","n":"Sky Leviathan"},{"id":4600,"c":1,"u":"sky%20whale_psk","p":28,"s":98,"h":1,"t":0,"uu":"sky whale|psk","m":"bestiary/tokens/PSK/Sky Whale.webp","n":"Sky Whale"},{"id":4601,"c":1,"u":"thopter%20(bat)_psk","p":33,"s":98,"h":1,"t":0,"uu":"thopter (bat)|psk","m":"bestiary/tokens/PSK/Thopter (Bat).webp","n":"Thopter (Bat)"},{"id":4602,"c":1,"u":"thopter%20(blood%20hawk)_psk","p":33,"s":98,"h":1,"t":0,"uu":"thopter (blood hawk)|psk","m":"bestiary/tokens/PSK/Thopter (Blood Hawk).webp","n":"Thopter (Blood Hawk)"},{"id":4603,"c":1,"u":"thopter%20(eagle)_psk","p":33,"s":98,"h":1,"t":0,"uu":"thopter (eagle)|psk","m":"bestiary/tokens/PSK/Thopter (Eagle).webp","n":"Thopter (Eagle)"},{"id":4604,"c":1,"u":"thopter%20(hawk)_psk","p":33,"s":98,"h":1,"t":0,"uu":"thopter (hawk)|psk","m":"bestiary/tokens/PSK/Thopter (Hawk).webp","n":"Thopter (Hawk)"},{"id":4605,"c":1,"u":"thopter%20(owl)_psk","p":33,"s":98,"h":1,"t":0,"uu":"thopter (owl)|psk","m":"bestiary/tokens/PSK/Thopter (Owl).webp","n":"Thopter (Owl)"},{"id":4606,"c":1,"u":"thopter%20(pseudodragon)_psk","p":33,"s":98,"h":1,"t":0,"uu":"thopter (pseudodragon)|psk","m":"bestiary/tokens/PSK/Thopter (Pseudodragon).webp","n":"Thopter (Pseudodragon)"},{"id":4607,"c":1,"u":"thopter%20(raven)_psk","p":33,"s":98,"h":1,"t":0,"uu":"thopter (raven)|psk","m":"bestiary/tokens/PSK/Thopter (Raven).webp","n":"Thopter (Raven)"},{"id":4608,"c":1,"u":"thopter%20(vulture)_psk","p":33,"s":98,"h":1,"t":0,"uu":"thopter (vulture)|psk","m":"bestiary/tokens/PSK/Thopter (Vulture).webp","n":"Thopter (Vulture)"},{"id":4609,"c":1,"u":"wurm_psk","p":31,"s":98,"h":1,"t":0,"uu":"wurm|psk","m":"bestiary/tokens/PSK/Wurm.webp","n":"Wurm"},{"id":4610,"c":1,"u":"aegisaur_psx","p":28,"s":99,"h":1,"t":0,"uu":"aegisaur|psx","m":"bestiary/tokens/PSX/Aegisaur.webp","n":"Aegisaur"},{"id":4611,"c":1,"u":"aerosaur%20(large)_psx","p":29,"s":99,"h":1,"t":0,"uu":"aerosaur (large)|psx","m":"bestiary/tokens/PSX/Aerosaur (Large).webp","n":"Aerosaur (Large)"},{"id":4612,"c":1,"u":"aerosaur%20(small)_psx","p":29,"s":99,"h":1,"t":0,"uu":"aerosaur (small)|psx","m":"bestiary/tokens/PSX/Aerosaur (Small).webp","n":"Aerosaur (Small)"},{"id":4613,"c":1,"u":"air%20totem%20elemental_psx","p":38,"s":99,"h":1,"t":0,"uu":"air totem elemental|psx","m":"bestiary/tokens/PSX/Air Totem Elemental.webp","n":"Air Totem Elemental"},{"id":4614,"c":1,"u":"altisaur_psx","p":27,"s":99,"h":1,"t":0,"uu":"altisaur|psx","m":"bestiary/tokens/PSX/Altisaur.webp","n":"Altisaur"},{"id":4615,"c":1,"u":"armasaur_psx","p":28,"s":99,"h":1,"t":0,"uu":"armasaur|psx","m":"bestiary/tokens/PSX/Armasaur.webp","n":"Armasaur"},{"id":4616,"c":1,"u":"awakened%20shrub%20totem%20elemental_psx","p":38,"s":99,"h":1,"t":0,"uu":"awakened shrub totem elemental|psx","m":"bestiary/tokens/PSX/Awakened Shrub Totem Elemental.webp","n":"Awakened Shrub Totem Elemental"},{"id":4617,"c":1,"u":"blight%20totem%20elemental_psx","p":38,"s":99,"h":1,"t":0,"uu":"blight totem elemental|psx","m":"bestiary/tokens/PSX/Blight Totem Elemental.webp","n":"Blight Totem Elemental"},{"id":4618,"c":1,"u":"brontodon_psx","p":27,"s":99,"h":1,"t":0,"uu":"brontodon|psx","m":"bestiary/tokens/PSX/Brontodon.webp","n":"Brontodon"},{"id":4619,"c":1,"u":"ceratops_psx","p":28,"s":99,"h":1,"t":0,"uu":"ceratops|psx","m":"bestiary/tokens/PSX/Ceratops.webp","n":"Ceratops"},{"id":4620,"c":1,"u":"chupacabra_psx","p":9,"s":99,"h":1,"t":0,"uu":"chupacabra|psx","m":"bestiary/tokens/PSX/Chupacabra.webp","n":"Chupacabra"},{"id":4621,"c":1,"u":"coatl_psx","p":35,"s":99,"h":1,"t":0,"uu":"coatl|psx","m":"bestiary/tokens/PSX/Coatl.webp","n":"Coatl"},{"id":4622,"c":1,"u":"demon_psx","p":36,"s":99,"h":1,"t":0,"uu":"demon|psx","m":"bestiary/tokens/PSX/Demon.webp","n":"Demon"},{"id":4623,"c":1,"u":"dryad_psx","p":38,"s":99,"h":1,"t":0,"uu":"dryad|psx","m":"bestiary/tokens/PSX/Dryad.webp","n":"Dryad"},{"id":4624,"c":1,"u":"earth%20totem%20elemental_psx","p":38,"s":99,"h":1,"t":0,"uu":"earth totem elemental|psx","m":"bestiary/tokens/PSX/Earth Totem Elemental.webp","n":"Earth Totem Elemental"},{"id":4625,"c":1,"u":"elder%20dinosaur_psx","p":33,"s":99,"h":1,"t":0,"uu":"elder dinosaur|psx","m":"bestiary/tokens/PSX/Elder Dinosaur.webp","n":"Elder Dinosaur"},{"id":4626,"c":1,"u":"elder%20dinosaur%20(etali%2c%20primal%20storm)_psx","p":34,"s":99,"h":1,"t":0,"uu":"elder dinosaur (etali, primal storm)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Etali, Primal Storm).webp","n":"Elder Dinosaur (Etali, Primal Storm)"},{"id":4627,"c":1,"u":"elder%20dinosaur%20(ghalta%2c%20primal%20hunger)_psx","p":34,"s":99,"h":1,"t":0,"uu":"elder dinosaur (ghalta, primal hunger)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Ghalta, Primal Hunger).webp","n":"Elder Dinosaur (Ghalta, Primal Hunger)"},{"id":4628,"c":1,"u":"elder%20dinosaur%20(nezahal%2c%20primal%20tide)_psx","p":34,"s":99,"h":1,"t":0,"uu":"elder dinosaur (nezahal, primal tide)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Nezahal, Primal Tide).webp","n":"Elder Dinosaur (Nezahal, Primal Tide)"},{"id":4629,"c":1,"u":"elder%20dinosaur%20(tetzimoc%2c%20primal%20death)_psx","p":34,"s":99,"h":1,"t":0,"uu":"elder dinosaur (tetzimoc, primal death)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Tetzimoc, Primal Death).webp","n":"Elder Dinosaur (Tetzimoc, Primal Death)"},{"id":4630,"c":1,"u":"elder%20dinosaur%20(zacama%2c%20primal%20calamity)_psx","p":34,"s":99,"h":1,"t":0,"uu":"elder dinosaur (zacama, primal calamity)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Zacama, Primal Calamity).webp","n":"Elder Dinosaur (Zacama, Primal Calamity)"},{"id":4631,"c":1,"u":"elder%20dinosaur%20(zetalpa%2c%20primal%20dawn)_psx","p":34,"s":99,"h":1,"t":0,"uu":"elder dinosaur (zetalpa, primal dawn)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Zetalpa, Primal Dawn).webp","n":"Elder Dinosaur (Zetalpa, Primal Dawn)"},{"id":4632,"c":1,"u":"ferocidon_psx","p":30,"s":99,"h":1,"t":0,"uu":"ferocidon|psx","m":"bestiary/tokens/PSX/Ferocidon.webp","n":"Ferocidon"},{"id":4633,"c":1,"u":"fire%20guardian_psx","p":38,"s":99,"h":1,"t":0,"uu":"fire guardian|psx","m":"bestiary/tokens/PSX/Fire Guardian.webp","n":"Fire Guardian"},{"id":4634,"c":1,"u":"frilled%20deathspitter_psx","p":30,"s":99,"h":1,"t":0,"uu":"frilled deathspitter|psx","m":"bestiary/tokens/PSX/Frilled Deathspitter.webp","n":"Frilled Deathspitter"},{"id":4635,"c":1,"u":"gishath%2c%20sun's%20avatar_psx","p":32,"s":99,"h":1,"t":0,"uu":"gishath, sun's avatar|psx","m":"bestiary/tokens/PSX/Gishath, Sun's Avatar.webp","n":"Gishath, Sun's Avatar"},{"id":4636,"c":1,"u":"griffin_psx","p":39,"s":99,"h":1,"t":0,"uu":"griffin|psx","m":"bestiary/tokens/PSX/Griffin.webp","n":"Griffin"},{"id":4637,"c":1,"u":"hadrosaur_psx","p":29,"s":99,"h":1,"t":0,"uu":"hadrosaur|psx","m":"bestiary/tokens/PSX/Hadrosaur.webp","n":"Hadrosaur"},{"id":4638,"c":1,"u":"hammerskull_psx","p":29,"s":99,"h":1,"t":0,"uu":"hammerskull|psx","m":"bestiary/tokens/PSX/Hammerskull.webp","n":"Hammerskull"},{"id":4639,"c":1,"u":"harpy_psx","p":36,"s":99,"h":1,"t":0,"uu":"harpy|psx","m":"bestiary/tokens/PSX/Harpy.webp","n":"Harpy"},{"id":4640,"c":1,"u":"horned%20frog_psx","p":39,"s":99,"h":1,"t":0,"uu":"horned frog|psx","m":"bestiary/tokens/PSX/Horned Frog.webp","n":"Horned Frog"},{"id":4641,"c":1,"u":"macaw_psx","p":39,"s":99,"h":1,"t":0,"uu":"macaw|psx","m":"bestiary/tokens/PSX/Macaw.webp","n":"Macaw"},{"id":4642,"c":1,"u":"parrot_psx","p":39,"s":99,"h":1,"t":0,"uu":"parrot|psx","m":"bestiary/tokens/PSX/Parrot.webp","n":"Parrot"},{"id":4643,"c":1,"u":"piranha_psx","p":40,"s":99,"h":1,"t":0,"uu":"piranha|psx","m":"bestiary/tokens/PSX/Piranha.webp","n":"Piranha"},{"id":4644,"c":1,"u":"sailback_psx","p":30,"s":99,"h":1,"t":0,"uu":"sailback|psx","m":"bestiary/tokens/PSX/Sailback.webp","n":"Sailback"},{"id":4645,"c":1,"u":"shambling%20mound%20totem%20elemental_psx","p":38,"s":99,"h":1,"t":0,"uu":"shambling mound totem elemental|psx","m":"bestiary/tokens/PSX/Shambling Mound Totem Elemental.webp","n":"Shambling Mound Totem Elemental"},{"id":4646,"c":1,"u":"stone%20guardian%20(animated%20armor)_psx","p":40,"s":99,"h":1,"t":0,"uu":"stone guardian (animated armor)|psx","m":"bestiary/tokens/PSX/Stone Guardian (Animated Armor).webp","n":"Stone Guardian (Animated Armor)"},{"id":4647,"c":1,"u":"stone%20guardian%20(helmed%20horror)_psx","p":40,"s":99,"h":1,"t":0,"uu":"stone guardian (helmed horror)|psx","m":"bestiary/tokens/PSX/Stone Guardian (Helmed Horror).webp","n":"Stone Guardian (Helmed Horror)"},{"id":4648,"c":1,"u":"stone%20guardian%20(shield%20guardian)_psx","p":40,"s":99,"h":1,"t":0,"uu":"stone guardian (shield guardian)|psx","m":"bestiary/tokens/PSX/Stone Guardian (Shield Guardian).webp","n":"Stone Guardian (Shield Guardian)"},{"id":4649,"c":1,"u":"stone%20guardian%20(stone%20golem)_psx","p":40,"s":99,"h":1,"t":0,"uu":"stone guardian (stone golem)|psx","m":"bestiary/tokens/PSX/Stone Guardian (Stone Golem).webp","n":"Stone Guardian (Stone Golem)"},{"id":4650,"c":1,"u":"sunbird_psx","p":32,"s":99,"h":1,"t":0,"uu":"sunbird|psx","m":"bestiary/tokens/PSX/Sunbird.webp","n":"Sunbird"},{"id":4651,"c":1,"u":"swarm%20of%20piranhas_psx","p":40,"s":99,"h":1,"t":0,"uu":"swarm of piranhas|psx","m":"bestiary/tokens/PSX/Swarm of Piranhas.webp","n":"Swarm of Piranhas"},{"id":4652,"c":1,"u":"treant%20totem%20elemental_psx","p":38,"s":99,"h":1,"t":0,"uu":"treant totem elemental|psx","m":"bestiary/tokens/PSX/Treant Totem Elemental.webp","n":"Treant Totem Elemental"},{"id":4653,"c":1,"u":"trilobite_psx","p":40,"s":99,"h":1,"t":0,"uu":"trilobite|psx","m":"bestiary/tokens/PSX/Trilobite.webp","n":"Trilobite"},{"id":4654,"c":1,"u":"trilobite%20(giant)_psx","p":40,"s":99,"h":1,"t":0,"uu":"trilobite (giant)|psx","m":"bestiary/tokens/PSX/Trilobite (Giant).webp","n":"Trilobite (Giant)"},{"id":4655,"c":1,"u":"tyrant_psx","p":31,"s":99,"h":1,"t":0,"uu":"tyrant|psx","m":"bestiary/tokens/PSX/Tyrant.webp","n":"Tyrant"},{"id":4656,"c":1,"u":"tyrant_psx","p":31,"s":99,"h":1,"t":0,"uu":"tyrant|psx","m":"bestiary/tokens/PSX/Tyrant.webp","n":"Monstrosaur"},{"id":4657,"c":1,"u":"tyrant_psx","p":31,"s":99,"h":1,"t":0,"uu":"tyrant|psx","m":"bestiary/tokens/PSX/Tyrant.webp","n":"Dreadmaw"},{"id":4658,"c":1,"u":"tyrant_psx","p":31,"s":99,"h":1,"t":0,"uu":"tyrant|psx","m":"bestiary/tokens/PSX/Tyrant.webp","n":"Swordtooth"},{"id":4659,"c":1,"u":"tyrant_psx","p":31,"s":99,"h":1,"t":0,"uu":"tyrant|psx","m":"bestiary/tokens/PSX/Tyrant.webp","n":"Regisaur"},{"id":4660,"c":1,"u":"water%20totem%20elemental_psx","p":38,"s":99,"h":1,"t":0,"uu":"water totem elemental|psx","m":"bestiary/tokens/PSX/Water Totem Elemental.webp","n":"Water Totem Elemental"},{"id":4661,"c":1,"u":"angel_psz","p":21,"s":100,"h":1,"t":0,"uu":"angel|psz","m":"bestiary/tokens/PSZ/Angel.webp","n":"Angel"},{"id":4662,"c":1,"u":"archon%20of%20redemption_psz","p":22,"s":100,"h":1,"t":0,"uu":"archon of redemption|psz","m":"bestiary/tokens/PSZ/Archon of Redemption.webp","n":"Archon of Redemption"},{"id":4663,"c":1,"u":"baloth_psz","p":33,"s":100,"h":1,"t":0,"uu":"baloth|psz","m":"bestiary/tokens/PSZ/Baloth.webp","n":"Baloth"},{"id":4664,"c":1,"u":"boulderfoot%20giant_psz","p":30,"s":100,"h":1,"t":0,"uu":"boulderfoot giant|psz","m":"bestiary/tokens/PSZ/Boulderfoot Giant.webp","n":"Boulderfoot Giant"},{"id":4665,"c":1,"u":"caustic%20crawler_psz","p":27,"s":100,"h":1,"t":0,"uu":"caustic crawler|psz","m":"bestiary/tokens/PSZ/Caustic Crawler.webp","n":"Caustic Crawler"},{"id":4666,"c":1,"u":"drake%20(large)_psz","p":24,"s":100,"h":1,"t":0,"uu":"drake (large)|psz","m":"bestiary/tokens/PSZ/Drake (Large).webp","n":"Drake (Large)"},{"id":4667,"c":1,"u":"drake%20(small)_psz","p":24,"s":100,"h":1,"t":0,"uu":"drake (small)|psz","m":"bestiary/tokens/PSZ/Drake (Small).webp","n":"Drake (Small)"},{"id":4668,"c":1,"u":"emrakul_psz","p":38,"s":100,"h":1,"t":0,"uu":"emrakul|psz","m":"bestiary/tokens/PSZ/Emrakul.webp","n":"Emrakul"},{"id":4669,"c":1,"u":"felidar_psz","p":23,"s":100,"h":1,"t":0,"uu":"felidar|psz","m":"bestiary/tokens/PSZ/Felidar.webp","n":"Felidar"},{"id":4670,"c":1,"u":"gnarlid_psz","p":34,"s":100,"h":1,"t":0,"uu":"gnarlid|psz","m":"bestiary/tokens/PSZ/Gnarlid.webp","n":"Gnarlid"},{"id":4671,"c":1,"u":"gomazoa_psz","p":26,"s":100,"h":1,"t":0,"uu":"gomazoa|psz","m":"bestiary/tokens/PSZ/Gomazoa.webp","n":"Gomazoa"},{"id":4672,"c":1,"u":"great%20cat_psz","p":34,"s":100,"h":1,"t":0,"uu":"great cat|psz","m":"bestiary/tokens/PSZ/Great Cat.webp","n":"Great Cat"},{"id":4673,"c":1,"u":"griffin%20(type%201)_psz","p":22,"s":100,"h":1,"t":0,"uu":"griffin (type 1)|psz","m":"bestiary/tokens/PSZ/Griffin (Type 1).webp","n":"Griffin (Type 1)"},{"id":4674,"c":1,"u":"griffin%20(type%202)_psz","p":22,"s":100,"h":1,"t":0,"uu":"griffin (type 2)|psz","m":"bestiary/tokens/PSZ/Griffin (Type 2).webp","n":"Griffin (Type 2)"},{"id":4675,"c":1,"u":"heartstabber%20mosquito_psz","p":27,"s":100,"h":1,"t":0,"uu":"heartstabber mosquito|psz","m":"bestiary/tokens/PSZ/Heartstabber Mosquito.webp","n":"Heartstabber Mosquito"},{"id":4676,"c":1,"u":"hellion_psz","p":32,"s":100,"h":1,"t":0,"uu":"hellion|psz","m":"bestiary/tokens/PSZ/Hellion.webp","n":"Hellion"},{"id":4677,"c":1,"u":"hurda_psz","p":30,"s":100,"h":1,"t":0,"uu":"hurda|psz","m":"bestiary/tokens/PSZ/Hurda.webp","n":"Hurda"},{"id":4678,"c":1,"u":"iona_psz","p":21,"s":100,"h":1,"t":0,"uu":"iona|psz","m":"bestiary/tokens/PSZ/Iona.webp","n":"Iona"},{"id":4679,"c":1,"u":"kozilek_psz","p":38,"s":100,"h":1,"t":0,"uu":"kozilek|psz","m":"bestiary/tokens/PSZ/Kozilek.webp","n":"Kozilek"},{"id":4680,"c":1,"u":"kraken_psz","p":25,"s":100,"h":1,"t":0,"uu":"kraken|psz","m":"bestiary/tokens/PSZ/Kraken.webp","n":"Kraken"},{"id":4681,"c":1,"u":"linvala_psz","p":21,"s":100,"h":1,"t":0,"uu":"linvala|psz","m":"bestiary/tokens/PSZ/Linvala.webp","n":"Linvala"},{"id":4682,"c":1,"u":"ogre%20channeler_psz","p":31,"s":100,"h":1,"t":0,"uu":"ogre channeler|psz","m":"bestiary/tokens/PSZ/Ogre Channeler.webp","n":"Ogre Channeler"},{"id":4683,"c":1,"u":"oxen_psz","p":34,"s":100,"h":1,"t":0,"uu":"oxen|psz","m":"bestiary/tokens/PSZ/Oxen.webp","n":"Oxen"},{"id":4684,"c":1,"u":"pestilence%20demon_psz","p":27,"s":100,"h":1,"t":0,"uu":"pestilence demon|psz","m":"bestiary/tokens/PSZ/Pestilence Demon.webp","n":"Pestilence Demon"},{"id":4685,"c":1,"u":"shade_psz","p":28,"s":100,"h":1,"t":0,"uu":"shade|psz","m":"bestiary/tokens/PSZ/Shade.webp","n":"Shade"},{"id":4686,"c":1,"u":"shatterskull%20giant_psz","p":30,"s":100,"h":1,"t":0,"uu":"shatterskull giant|psz","m":"bestiary/tokens/PSZ/Shatterskull Giant.webp","n":"Shatterskull Giant"},{"id":4687,"c":1,"u":"shoal%20serpent_psz","p":26,"s":100,"h":1,"t":0,"uu":"shoal serpent|psz","m":"bestiary/tokens/PSZ/Shoal Serpent.webp","n":"Shoal Serpent"},{"id":4688,"c":1,"u":"sphinx%20(type%201)_psz","p":24,"s":100,"h":1,"t":0,"uu":"sphinx (type 1)|psz","m":"bestiary/tokens/PSZ/Sphinx (Type 1).webp","n":"Sphinx (Type 1)"},{"id":4689,"c":1,"u":"sphinx%20(type%202)_psz","p":24,"s":100,"h":1,"t":0,"uu":"sphinx (type 2)|psz","m":"bestiary/tokens/PSZ/Sphinx (Type 2).webp","n":"Sphinx (Type 2)"},{"id":4690,"c":1,"u":"spirit_psz","p":28,"s":100,"h":1,"t":0,"uu":"spirit|psz","m":"bestiary/tokens/PSZ/Spirit.webp","n":"Spirit"},{"id":4691,"c":1,"u":"surrakar_psz","p":26,"s":100,"h":1,"t":0,"uu":"surrakar|psz","m":"bestiary/tokens/PSZ/Surrakar.webp","n":"Surrakar"},{"id":4692,"c":1,"u":"terastodon_psz","p":34,"s":100,"h":1,"t":0,"uu":"terastodon|psz","m":"bestiary/tokens/PSZ/Terastodon.webp","n":"Terastodon"},{"id":4693,"c":1,"u":"terra%20stomper_psz","p":34,"s":100,"h":1,"t":0,"uu":"terra stomper|psz","m":"bestiary/tokens/PSZ/Terra Stomper.webp","n":"Terra Stomper"},{"id":4694,"c":1,"u":"timbermaw_psz","p":34,"s":100,"h":1,"t":0,"uu":"timbermaw|psz","m":"bestiary/tokens/PSZ/Timbermaw.webp","n":"Timbermaw"},{"id":4695,"c":1,"u":"trench%20giant_psz","p":30,"s":100,"h":1,"t":0,"uu":"trench giant|psz","m":"bestiary/tokens/PSZ/Trench Giant.webp","n":"Trench Giant"},{"id":4696,"c":1,"u":"turntimber%20giant_psz","p":30,"s":100,"h":1,"t":0,"uu":"turntimber giant|psz","m":"bestiary/tokens/PSZ/Turntimber Giant.webp","n":"Turntimber Giant"},{"id":4697,"c":1,"u":"ulamog_psz","p":38,"s":100,"h":1,"t":0,"uu":"ulamog|psz","m":"bestiary/tokens/PSZ/Ulamog.webp","n":"Ulamog"},{"id":4698,"c":1,"u":"vampire%20null_psz","p":28,"s":100,"h":1,"t":0,"uu":"vampire null|psz","m":"bestiary/tokens/PSZ/Vampire Null.webp","n":"Vampire Null"},{"id":4699,"c":1,"u":"woodcrasher%20baloth_psz","p":33,"s":100,"h":1,"t":0,"uu":"woodcrasher baloth|psz","m":"bestiary/tokens/PSZ/Woodcrasher Baloth.webp","n":"Woodcrasher Baloth"},{"id":4700,"c":1,"u":"wraith_psz","p":28,"s":100,"h":1,"t":0,"uu":"wraith|psz","m":"bestiary/tokens/PSZ/Wraith.webp","n":"Wraith"},{"id":4701,"c":1,"u":"wurm_psz","p":32,"s":100,"h":1,"t":0,"uu":"wurm|psz","m":"bestiary/tokens/PSZ/Wurm.webp","n":"Wurm"},{"id":4702,"c":1,"u":"zendikar%20dragon_psz","p":29,"s":100,"h":1,"t":0,"uu":"zendikar dragon|psz","m":"bestiary/tokens/PSZ/Zendikar Dragon.webp","n":"Zendikar Dragon"},{"id":4703,"c":1,"u":"zendikar%20golem_psz","p":36,"s":100,"h":1,"t":0,"uu":"zendikar golem|psz","m":"bestiary/tokens/PSZ/Zendikar Golem.webp","n":"Zendikar Golem"},{"id":4704,"c":1,"u":"dirt-under-nails_rtg","p":32,"s":101,"h":1,"t":0,"uu":"dirt-under-nails|rtg","m":"bestiary/tokens/RtG/Dirt-Under-Nails.webp","n":"Dirt-Under-Nails"},{"id":4705,"c":1,"u":"rotter_rtg","p":34,"s":101,"h":1,"t":0,"uu":"rotter|rtg","m":"bestiary/tokens/RtG/Rotter.webp","n":"Rotter"},{"id":4706,"c":1,"u":"decapus_ttp","p":21,"s":102,"h":1,"t":0,"uu":"decapus|ttp","m":"bestiary/tokens/TTP/Decapus.webp","n":"Decapus"},{"id":4707,"c":1,"u":"geonid_ttp","p":22,"s":102,"h":1,"t":0,"uu":"geonid|ttp","m":"bestiary/tokens/TTP/Geonid.webp","n":"Geonid"},{"id":4708,"c":1,"u":"giant%20slug_ttp","p":18,"s":102,"h":1,"t":0,"uu":"giant slug|ttp","m":"bestiary/tokens/TTP/Giant Slug.webp","n":"Giant Slug"},{"id":4709,"c":1,"u":"topi_ttp","p":22,"s":102,"h":1,"t":0,"uu":"topi|ttp","m":"bestiary/tokens/TTP/Topi.webp","n":"Topi"},{"id":4710,"c":1,"u":"two-headed%20plesiosaurus_ttp","p":18,"s":102,"h":1,"t":0,"uu":"two-headed plesiosaurus|ttp","m":"bestiary/tokens/TTP/Two-Headed Plesiosaurus.webp","n":"Two-Headed Plesiosaurus"},{"id":4711,"c":2,"u":"antagonize_bmt","p":50,"s":1,"h":1,"t":1,"uu":"antagonize|bmt","xF":{"l":3},"n":"Antagonize"},{"id":4712,"c":2,"u":"spirit%20of%20death_bmt","p":50,"s":1,"h":1,"t":1,"uu":"spirit of death|bmt","xF":{"l":4},"n":"Spirit of Death"},{"id":4713,"c":2,"u":"spray%20of%20cards_bmt","p":50,"s":1,"h":1,"t":1,"uu":"spray of cards|bmt","xF":{"l":2},"n":"Spray of Cards"},{"id":4714,"c":2,"u":"ashardalon's%20stride_ftd","p":19,"s":2,"h":1,"t":1,"uu":"ashardalon's stride|ftd","m":"spells/FTD/Ashardalon's Stride.webp","xF":{"l":3},"n":"Ashardalon's Stride"},{"id":4715,"c":2,"u":"draconic%20transformation_ftd","p":19,"s":2,"h":1,"t":1,"uu":"draconic transformation|ftd","xF":{"l":7},"n":"Draconic Transformation"},{"id":4716,"c":2,"u":"fizban's%20platinum%20shield_ftd","p":20,"s":2,"h":1,"t":1,"uu":"fizban's platinum shield|ftd","xF":{"l":6},"n":"Fizban's Platinum Shield"},{"id":4717,"c":2,"u":"nathair's%20mischief_ftd","p":20,"s":2,"h":1,"t":1,"uu":"nathair's mischief|ftd","xF":{"l":2},"n":"Nathair's Mischief"},{"id":4718,"c":2,"u":"raulothim's%20psychic%20lance_ftd","p":21,"s":2,"h":1,"t":1,"uu":"raulothim's psychic lance|ftd","xF":{"l":4},"n":"Raulothim's Psychic Lance"},{"id":4719,"c":2,"u":"rime's%20binding%20ice_ftd","p":21,"s":2,"h":1,"t":1,"uu":"rime's binding ice|ftd","m":"spells/FTD/Rime's Binding Ice.webp","xF":{"l":2},"n":"Rime's Binding Ice"},{"id":4720,"c":2,"u":"summon%20draconic%20spirit_ftd","p":21,"s":2,"h":1,"t":1,"uu":"summon draconic spirit|ftd","xF":{"l":5},"n":"Summon Draconic Spirit"},{"id":4721,"c":2,"u":"blade%20of%20disaster_tce","p":106,"s":4,"h":1,"t":1,"uu":"blade of disaster|tce","xF":{"l":9},"n":"Blade of Disaster"},{"id":4722,"c":2,"u":"booming%20blade_tce","p":106,"s":4,"h":1,"t":1,"uu":"booming blade|tce","xF":{"l":0},"n":"Booming Blade"},{"id":4723,"c":2,"u":"dream%20of%20the%20blue%20veil_tce","p":106,"s":4,"h":1,"t":1,"uu":"dream of the blue veil|tce","xF":{"l":7},"n":"Dream of the Blue Veil"},{"id":4724,"c":2,"u":"green-flame%20blade_tce","p":107,"s":4,"h":1,"t":1,"uu":"green-flame blade|tce","xF":{"l":0},"n":"Green-Flame Blade"},{"id":4725,"c":2,"u":"intellect%20fortress_tce","p":107,"s":4,"h":1,"t":1,"uu":"intellect fortress|tce","m":"spells/TCE/Intellect Fortress.webp","xF":{"l":3},"n":"Intellect Fortress"},{"id":4726,"c":2,"u":"lightning%20lure_tce","p":107,"s":4,"h":1,"t":1,"uu":"lightning lure|tce","xF":{"l":0},"n":"Lightning Lure"},{"id":4727,"c":2,"u":"mind%20sliver_tce","p":108,"s":4,"h":1,"t":1,"uu":"mind sliver|tce","m":"spells/TCE/Mind Sliver.webp","xF":{"l":0},"n":"Mind Sliver"},{"id":4728,"c":2,"u":"spirit%20shroud_tce","p":108,"s":4,"h":1,"t":1,"uu":"spirit shroud|tce","xF":{"l":3},"n":"Spirit Shroud"},{"id":4729,"c":2,"u":"summon%20aberration_tce","p":109,"s":4,"h":1,"t":1,"uu":"summon aberration|tce","xF":{"l":4},"n":"Summon Aberration"},{"id":4730,"c":2,"u":"summon%20beast_tce","p":109,"s":4,"h":1,"t":1,"uu":"summon beast|tce","xF":{"l":2},"n":"Summon Beast"},{"id":4731,"c":2,"u":"summon%20celestial_tce","p":110,"s":4,"h":1,"t":1,"uu":"summon celestial|tce","m":"spells/TCE/Summon Celestial.webp","xF":{"l":5},"n":"Summon Celestial"},{"id":4732,"c":2,"u":"summon%20construct_tce","p":111,"s":4,"h":1,"t":1,"uu":"summon construct|tce","xF":{"l":4},"n":"Summon Construct"},{"id":4733,"c":2,"u":"summon%20elemental_tce","p":111,"s":4,"h":1,"t":1,"uu":"summon elemental|tce","xF":{"l":4},"n":"Summon Elemental"},{"id":4734,"c":2,"u":"summon%20fey_tce","p":112,"s":4,"h":1,"t":1,"uu":"summon fey|tce","xF":{"l":3},"n":"Summon Fey"},{"id":4735,"c":2,"u":"summon%20fiend_tce","p":112,"s":4,"h":1,"t":1,"uu":"summon fiend|tce","xF":{"l":6},"n":"Summon Fiend"},{"id":4736,"c":2,"u":"summon%20shadowspawn_tce","p":113,"s":4,"h":1,"t":1,"uu":"summon shadowspawn|tce","m":"spells/TCE/Summon Shadowspawn.webp","xF":{"l":3},"n":"Summon Shadowspawn"},{"id":4737,"c":2,"u":"summon%20undead_tce","p":114,"s":4,"h":1,"t":1,"uu":"summon undead|tce","xF":{"l":3},"n":"Summon Undead"},{"id":4738,"c":2,"u":"sword%20burst_tce","p":115,"s":4,"h":1,"t":1,"uu":"sword burst|tce","xF":{"l":0},"n":"Sword Burst"},{"id":4739,"c":2,"u":"tasha's%20caustic%20brew_tce","p":115,"s":4,"h":1,"t":1,"uu":"tasha's caustic brew|tce","xF":{"l":1},"n":"Tasha's Caustic Brew"},{"id":4740,"c":2,"u":"tasha's%20mind%20whip_tce","p":115,"s":4,"h":1,"t":1,"uu":"tasha's mind whip|tce","m":"spells/TCE/Tasha's Mind Whip.webp","xF":{"l":2},"n":"Tasha's Mind Whip"},{"id":4741,"c":2,"u":"tasha's%20otherworldly%20guise_tce","p":116,"s":4,"h":1,"t":1,"uu":"tasha's otherworldly guise|tce","xF":{"l":6},"n":"Tasha's Otherworldly Guise"},{"id":4742,"c":2,"u":"abi-dalzim's%20horrid%20wilting_xge","p":150,"s":6,"h":1,"t":1,"uu":"abi-dalzim's horrid wilting|xge","xF":{"l":8},"n":"Abi-Dalzim's Horrid Wilting"},{"id":4743,"c":2,"u":"absorb%20elements_xge","p":150,"s":6,"h":1,"t":1,"uu":"absorb elements|xge","xF":{"l":1},"n":"Absorb Elements"},{"id":4744,"c":2,"u":"aganazzar's%20scorcher_xge","p":150,"s":6,"h":1,"t":1,"uu":"aganazzar's scorcher|xge","xF":{"l":2},"n":"Aganazzar's Scorcher"},{"id":4745,"c":2,"u":"beast%20bond_xge","p":150,"s":6,"h":1,"t":1,"uu":"beast bond|xge","xF":{"l":1},"n":"Beast Bond"},{"id":4746,"c":2,"u":"bones%20of%20the%20earth_xge","p":150,"s":6,"h":1,"t":1,"uu":"bones of the earth|xge","xF":{"l":6},"n":"Bones of the Earth"},{"id":4747,"c":2,"u":"catapult_xge","p":150,"s":6,"h":1,"t":1,"uu":"catapult|xge","xF":{"l":1},"n":"Catapult"},{"id":4748,"c":2,"u":"catnap_xge","p":151,"s":6,"h":1,"t":1,"uu":"catnap|xge","xF":{"l":3},"n":"Catnap"},{"id":4749,"c":2,"u":"cause%20fear_xge","p":151,"s":6,"h":1,"t":1,"uu":"cause fear|xge","xF":{"l":1},"n":"Cause Fear"},{"id":4750,"c":2,"u":"ceremony_xge","p":151,"s":6,"h":1,"t":1,"uu":"ceremony|xge","xF":{"l":1},"n":"Ceremony"},{"id":4751,"c":2,"u":"chaos%20bolt_xge","p":151,"s":6,"h":1,"t":1,"uu":"chaos bolt|xge","xF":{"l":1},"n":"Chaos Bolt"},{"id":4752,"c":2,"u":"charm%20monster_xge","p":151,"s":6,"h":1,"t":1,"uu":"charm monster|xge","xF":{"l":4},"n":"Charm Monster"},{"id":4753,"c":2,"u":"control%20flames_xge","p":152,"s":6,"h":1,"t":1,"uu":"control flames|xge","m":"spells/XGE/Control Flames.webp","xF":{"l":0},"n":"Control Flames"},{"id":4754,"c":2,"u":"control%20winds_xge","p":152,"s":6,"h":1,"t":1,"uu":"control winds|xge","xF":{"l":5},"n":"Control Winds"},{"id":4755,"c":2,"u":"create%20bonfire_xge","p":152,"s":6,"h":1,"t":1,"uu":"create bonfire|xge","xF":{"l":0},"n":"Create Bonfire"},{"id":4756,"c":2,"u":"create%20homunculus_xge","p":152,"s":6,"h":1,"t":1,"uu":"create homunculus|xge","xF":{"l":6},"n":"Create Homunculus"},{"id":4757,"c":2,"u":"crown%20of%20stars_xge","p":152,"s":6,"h":1,"t":1,"uu":"crown of stars|xge","xF":{"l":7},"n":"Crown of Stars"},{"id":4758,"c":2,"u":"danse%20macabre_xge","p":153,"s":6,"h":1,"t":1,"uu":"danse macabre|xge","m":"spells/XGE/Danse Macabre.webp","xF":{"l":5},"n":"Danse Macabre"},{"id":4759,"c":2,"u":"dawn_xge","p":153,"s":6,"h":1,"t":1,"uu":"dawn|xge","xF":{"l":5},"n":"Dawn"},{"id":4760,"c":2,"u":"dragon's%20breath_xge","p":154,"s":6,"h":1,"t":1,"uu":"dragon's breath|xge","xF":{"l":2},"n":"Dragon's Breath"},{"id":4761,"c":2,"u":"druid%20grove_xge","p":154,"s":6,"h":1,"t":1,"uu":"druid grove|xge","xF":{"l":6},"n":"Druid Grove"},{"id":4762,"c":2,"u":"dust%20devil_xge","p":154,"s":6,"h":1,"t":1,"uu":"dust devil|xge","xF":{"l":2},"n":"Dust Devil"},{"id":4763,"c":2,"u":"earth%20tremor_xge","p":155,"s":6,"h":1,"t":1,"uu":"earth tremor|xge","xF":{"l":1},"n":"Earth Tremor"},{"id":4764,"c":2,"u":"earthbind_xge","p":154,"s":6,"h":1,"t":1,"uu":"earthbind|xge","xF":{"l":2},"n":"Earthbind"},{"id":4765,"c":2,"u":"elemental%20bane_xge","p":155,"s":6,"h":1,"t":1,"uu":"elemental bane|xge","xF":{"l":4},"n":"Elemental Bane"},{"id":4766,"c":2,"u":"enemies%20abound_xge","p":155,"s":6,"h":1,"t":1,"uu":"enemies abound|xge","xF":{"l":3},"n":"Enemies Abound"},{"id":4767,"c":2,"u":"enervation_xge","p":155,"s":6,"h":1,"t":1,"uu":"enervation|xge","xF":{"l":5},"n":"Enervation"},{"id":4768,"c":2,"u":"erupting%20earth_xge","p":155,"s":6,"h":1,"t":1,"uu":"erupting earth|xge","m":"spells/XGE/Erupting Earth.webp","xF":{"l":3},"n":"Erupting Earth"},{"id":4769,"c":2,"u":"far%20step_xge","p":155,"s":6,"h":1,"t":1,"uu":"far step|xge","xF":{"l":5},"n":"Far Step"},{"id":4770,"c":2,"u":"find%20greater%20steed_xge","p":156,"s":6,"h":1,"t":1,"uu":"find greater steed|xge","m":"spells/XGE/Find Greater Steed.webp","xF":{"l":4},"n":"Find Greater Steed"},{"id":4771,"c":2,"u":"flame%20arrows_xge","p":156,"s":6,"h":1,"t":1,"uu":"flame arrows|xge","xF":{"l":3},"n":"Flame Arrows"},{"id":4772,"c":2,"u":"frostbite_xge","p":156,"s":6,"h":1,"t":1,"uu":"frostbite|xge","xF":{"l":0},"n":"Frostbite"},{"id":4773,"c":2,"u":"guardian%20of%20nature_xge","p":157,"s":6,"h":1,"t":1,"uu":"guardian of nature|xge","xF":{"l":4},"n":"Guardian of Nature"},{"id":4774,"c":2,"u":"gust_xge","p":157,"s":6,"h":1,"t":1,"uu":"gust|xge","xF":{"l":0},"n":"Gust"},{"id":4775,"c":2,"u":"healing%20spirit_xge","p":157,"s":6,"h":1,"t":1,"uu":"healing spirit|xge","xF":{"l":2},"n":"Healing Spirit"},{"id":4776,"c":2,"u":"holy%20weapon_xge","p":157,"s":6,"h":1,"t":1,"uu":"holy weapon|xge","xF":{"l":5},"n":"Holy Weapon"},{"id":4777,"c":2,"u":"ice%20knife_xge","p":157,"s":6,"h":1,"t":1,"uu":"ice knife|xge","xF":{"l":1},"n":"Ice Knife"},{"id":4778,"c":2,"u":"illusory%20dragon_xge","p":157,"s":6,"h":1,"t":1,"uu":"illusory dragon|xge","xF":{"l":8},"n":"Illusory Dragon"},{"id":4779,"c":2,"u":"immolation_xge","p":158,"s":6,"h":1,"t":1,"uu":"immolation|xge","xF":{"l":5},"n":"Immolation"},{"id":4780,"c":2,"u":"infernal%20calling_xge","p":158,"s":6,"h":1,"t":1,"uu":"infernal calling|xge","m":"spells/XGE/Infernal Calling.webp","xF":{"l":5},"n":"Infernal Calling"},{"id":4781,"c":2,"u":"infestation_xge","p":158,"s":6,"h":1,"t":1,"uu":"infestation|xge","xF":{"l":0},"n":"Infestation"},{"id":4782,"c":2,"u":"investiture%20of%20flame_xge","p":159,"s":6,"h":1,"t":1,"uu":"investiture of flame|xge","xF":{"l":6},"n":"Investiture of Flame"},{"id":4783,"c":2,"u":"investiture%20of%20ice_xge","p":159,"s":6,"h":1,"t":1,"uu":"investiture of ice|xge","xF":{"l":6},"n":"Investiture of Ice"},{"id":4784,"c":2,"u":"investiture%20of%20stone_xge","p":159,"s":6,"h":1,"t":1,"uu":"investiture of stone|xge","xF":{"l":6},"n":"Investiture of Stone"},{"id":4785,"c":2,"u":"investiture%20of%20wind_xge","p":160,"s":6,"h":1,"t":1,"uu":"investiture of wind|xge","xF":{"l":6},"n":"Investiture of Wind"},{"id":4786,"c":2,"u":"invulnerability_xge","p":160,"s":6,"h":1,"t":1,"uu":"invulnerability|xge","xF":{"l":9},"n":"Invulnerability"},{"id":4787,"c":2,"u":"life%20transference_xge","p":160,"s":6,"h":1,"t":1,"uu":"life transference|xge","xF":{"l":3},"n":"Life Transference"},{"id":4788,"c":2,"u":"maddening%20darkness_xge","p":160,"s":6,"h":1,"t":1,"uu":"maddening darkness|xge","xF":{"l":8},"n":"Maddening Darkness"},{"id":4789,"c":2,"u":"maelstrom_xge","p":160,"s":6,"h":1,"t":1,"uu":"maelstrom|xge","xF":{"l":5},"n":"Maelstrom"},{"id":4790,"c":2,"u":"magic%20stone_xge","p":160,"s":6,"h":1,"t":1,"uu":"magic stone|xge","xF":{"l":0},"n":"Magic Stone"},{"id":4791,"c":2,"u":"mass%20polymorph_xge","p":160,"s":6,"h":1,"t":1,"uu":"mass polymorph|xge","xF":{"l":9},"n":"Mass Polymorph"},{"id":4792,"c":2,"u":"maximilian's%20earthen%20grasp_xge","p":161,"s":6,"h":1,"t":1,"uu":"maximilian's earthen grasp|xge","xF":{"l":2},"n":"Maximilian's Earthen Grasp"},{"id":4793,"c":2,"u":"melf's%20minute%20meteors_xge","p":161,"s":6,"h":1,"t":1,"uu":"melf's minute meteors|xge","xF":{"l":3},"n":"Melf's Minute Meteors"},{"id":4794,"c":2,"u":"mental%20prison_xge","p":161,"s":6,"h":1,"t":1,"uu":"mental prison|xge","xF":{"l":6},"n":"Mental Prison"},{"id":4795,"c":2,"u":"mighty%20fortress_xge","p":161,"s":6,"h":1,"t":1,"uu":"mighty fortress|xge","m":"spells/XGE/Mighty Fortress.webp","xF":{"l":8},"n":"Mighty Fortress"},{"id":4796,"c":2,"u":"mind%20spike_xge","p":162,"s":6,"h":1,"t":1,"uu":"mind spike|xge","xF":{"l":2},"n":"Mind Spike"},{"id":4797,"c":2,"u":"mold%20earth_xge","p":162,"s":6,"h":1,"t":1,"uu":"mold earth|xge","xF":{"l":0},"n":"Mold Earth"},{"id":4798,"c":2,"u":"negative%20energy%20flood_xge","p":163,"s":6,"h":1,"t":1,"uu":"negative energy flood|xge","xF":{"l":5},"n":"Negative Energy Flood"},{"id":4799,"c":2,"u":"power%20word%20pain_xge","p":163,"s":6,"h":1,"t":1,"uu":"power word pain|xge","xF":{"l":7},"n":"Power Word Pain"},{"id":4800,"c":2,"u":"primal%20savagery_xge","p":163,"s":6,"h":1,"t":1,"uu":"primal savagery|xge","xF":{"l":0},"n":"Primal Savagery"},{"id":4801,"c":2,"u":"primordial%20ward_xge","p":163,"s":6,"h":1,"t":1,"uu":"primordial ward|xge","xF":{"l":6},"n":"Primordial Ward"},{"id":4802,"c":2,"u":"psychic%20scream_xge","p":163,"s":6,"h":1,"t":1,"uu":"psychic scream|xge","xF":{"l":9},"n":"Psychic Scream"},{"id":4803,"c":2,"u":"pyrotechnics_xge","p":163,"s":6,"h":1,"t":1,"uu":"pyrotechnics|xge","xF":{"l":2},"n":"Pyrotechnics"},{"id":4804,"c":2,"u":"scatter_xge","p":164,"s":6,"h":1,"t":1,"uu":"scatter|xge","xF":{"l":6},"n":"Scatter"},{"id":4805,"c":2,"u":"shadow%20blade_xge","p":164,"s":6,"h":1,"t":1,"uu":"shadow blade|xge","m":"spells/XGE/Shadow Blade.webp","xF":{"l":2},"n":"Shadow Blade"},{"id":4806,"c":2,"u":"shadow%20of%20moil_xge","p":164,"s":6,"h":1,"t":1,"uu":"shadow of moil|xge","xF":{"l":4},"n":"Shadow of Moil"},{"id":4807,"c":2,"u":"shape%20water_xge","p":164,"s":6,"h":1,"t":1,"uu":"shape water|xge","xF":{"l":0},"n":"Shape Water"},{"id":4808,"c":2,"u":"sickening%20radiance_xge","p":164,"s":6,"h":1,"t":1,"uu":"sickening radiance|xge","xF":{"l":4},"n":"Sickening Radiance"},{"id":4809,"c":2,"u":"skill%20empowerment_xge","p":165,"s":6,"h":1,"t":1,"uu":"skill empowerment|xge","xF":{"l":5},"n":"Skill Empowerment"},{"id":4810,"c":2,"u":"skywrite_xge","p":165,"s":6,"h":1,"t":1,"uu":"skywrite|xge","xF":{"l":2},"n":"Skywrite"},{"id":4811,"c":2,"u":"snare_xge","p":165,"s":6,"h":1,"t":1,"uu":"snare|xge","xF":{"l":1},"n":"Snare"},{"id":4812,"c":2,"u":"snilloc's%20snowball%20swarm_xge","p":165,"s":6,"h":1,"t":1,"uu":"snilloc's snowball swarm|xge","xF":{"l":2},"n":"Snilloc's Snowball Swarm"},{"id":4813,"c":2,"u":"soul%20cage_xge","p":165,"s":6,"h":1,"t":1,"uu":"soul cage|xge","xF":{"l":6},"n":"Soul Cage"},{"id":4814,"c":2,"u":"steel%20wind%20strike_xge","p":166,"s":6,"h":1,"t":1,"uu":"steel wind strike|xge","xF":{"l":5},"n":"Steel Wind Strike"},{"id":4815,"c":2,"u":"storm%20sphere_xge","p":166,"s":6,"h":1,"t":1,"uu":"storm sphere|xge","m":"spells/XGE/Storm Sphere.webp","xF":{"l":4},"n":"Storm Sphere"},{"id":4816,"c":2,"u":"summon%20greater%20demon_xge","p":166,"s":6,"h":1,"t":1,"uu":"summon greater demon|xge","xF":{"l":4},"n":"Summon Greater Demon"},{"id":4817,"c":2,"u":"summon%20lesser%20demons_xge","p":167,"s":6,"h":1,"t":1,"uu":"summon lesser demons|xge","xF":{"l":3},"n":"Summon Lesser Demons"},{"id":4818,"c":2,"u":"synaptic%20static_xge","p":167,"s":6,"h":1,"t":1,"uu":"synaptic static|xge","xF":{"l":5},"n":"Synaptic Static"},{"id":4819,"c":2,"u":"temple%20of%20the%20gods_xge","p":167,"s":6,"h":1,"t":1,"uu":"temple of the gods|xge","xF":{"l":7},"n":"Temple of the Gods"},{"id":4820,"c":2,"u":"tenser's%20transformation_xge","p":168,"s":6,"h":1,"t":1,"uu":"tenser's transformation|xge","xF":{"l":6},"n":"Tenser's Transformation"},{"id":4821,"c":2,"u":"thunder%20step_xge","p":168,"s":6,"h":1,"t":1,"uu":"thunder step|xge","xF":{"l":3},"n":"Thunder Step"},{"id":4822,"c":2,"u":"thunderclap_xge","p":168,"s":6,"h":1,"t":1,"uu":"thunderclap|xge","xF":{"l":0},"n":"Thunderclap"},{"id":4823,"c":2,"u":"tidal%20wave_xge","p":168,"s":6,"h":1,"t":1,"uu":"tidal wave|xge","xF":{"l":3},"n":"Tidal Wave"},{"id":4824,"c":2,"u":"tiny%20servant_xge","p":168,"s":6,"h":1,"t":1,"uu":"tiny servant|xge","m":"spells/XGE/Tiny Servant.webp","xF":{"l":3},"n":"Tiny Servant"},{"id":4825,"c":2,"u":"toll%20the%20dead_xge","p":169,"s":6,"h":1,"t":1,"uu":"toll the dead|xge","xF":{"l":0},"n":"Toll the Dead"},{"id":4826,"c":2,"u":"transmute%20rock_xge","p":169,"s":6,"h":1,"t":1,"uu":"transmute rock|xge","xF":{"l":5},"n":"Transmute Rock"},{"id":4827,"c":2,"u":"vitriolic%20sphere_xge","p":170,"s":6,"h":1,"t":1,"uu":"vitriolic sphere|xge","xF":{"l":4},"n":"Vitriolic Sphere"},{"id":4828,"c":2,"u":"wall%20of%20light_xge","p":170,"s":6,"h":1,"t":1,"uu":"wall of light|xge","xF":{"l":5},"n":"Wall of Light"},{"id":4829,"c":2,"u":"wall%20of%20sand_xge","p":170,"s":6,"h":1,"t":1,"uu":"wall of sand|xge","xF":{"l":3},"n":"Wall of Sand"},{"id":4830,"c":2,"u":"wall%20of%20water_xge","p":170,"s":6,"h":1,"t":1,"uu":"wall of water|xge","xF":{"l":3},"n":"Wall of Water"},{"id":4831,"c":2,"u":"warding%20wind_xge","p":170,"s":6,"h":1,"t":1,"uu":"warding wind|xge","xF":{"l":2},"n":"Warding Wind"},{"id":4832,"c":2,"u":"watery%20sphere_xge","p":170,"s":6,"h":1,"t":1,"uu":"watery sphere|xge","xF":{"l":4},"n":"Watery Sphere"},{"id":4833,"c":2,"u":"whirlwind_xge","p":171,"s":6,"h":1,"t":1,"uu":"whirlwind|xge","m":"spells/XGE/Whirlwind.webp","xF":{"l":7},"n":"Whirlwind"},{"id":4834,"c":2,"u":"word%20of%20radiance_xge","p":171,"s":6,"h":1,"t":1,"uu":"word of radiance|xge","xF":{"l":0},"n":"Word of Radiance"},{"id":4835,"c":2,"u":"wrath%20of%20nature_xge","p":171,"s":6,"h":1,"t":1,"uu":"wrath of nature|xge","xF":{"l":5},"n":"Wrath of Nature"},{"id":4836,"c":2,"u":"zephyr%20strike_xge","p":171,"s":6,"h":1,"t":1,"uu":"zephyr strike|xge","xF":{"l":1},"n":"Zephyr Strike"},{"id":4837,"c":2,"u":"acid%20splash_xphb","p":239,"s":8,"h":1,"t":1,"uu":"acid splash|xphb","xF":{"l":0},"n":"Acid Splash"},{"id":4838,"c":2,"u":"aid_xphb","p":239,"s":8,"h":1,"t":1,"uu":"aid|xphb","xF":{"l":2},"n":"Aid"},{"id":4839,"c":2,"u":"alarm_xphb","p":239,"s":8,"h":1,"t":1,"uu":"alarm|xphb","xF":{"l":1},"n":"Alarm"},{"id":4840,"c":2,"u":"alter%20self_xphb","p":239,"s":8,"h":1,"t":1,"uu":"alter self|xphb","xF":{"l":2},"n":"Alter Self"},{"id":4841,"c":2,"u":"animal%20friendship_xphb","p":239,"s":8,"h":1,"t":1,"uu":"animal friendship|xphb","xF":{"l":1},"n":"Animal Friendship"},{"id":4842,"c":2,"u":"animal%20messenger_xphb","p":240,"s":8,"h":1,"t":1,"uu":"animal messenger|xphb","xF":{"l":2},"n":"Animal Messenger"},{"id":4843,"c":2,"u":"animal%20shapes_xphb","p":240,"s":8,"h":1,"t":1,"uu":"animal shapes|xphb","xF":{"l":8},"n":"Animal Shapes"},{"id":4844,"c":2,"u":"animate%20dead_xphb","p":240,"s":8,"h":1,"t":1,"uu":"animate dead|xphb","xF":{"l":3},"n":"Animate Dead"},{"id":4845,"c":2,"u":"animate%20objects_xphb","p":240,"s":8,"h":1,"t":1,"uu":"animate objects|xphb","m":"spells/XPHB/Animate Objects.webp","xF":{"l":5},"n":"Animate Objects"},{"id":4846,"c":2,"u":"antilife%20shell_xphb","p":241,"s":8,"h":1,"t":1,"uu":"antilife shell|xphb","xF":{"l":5},"n":"Antilife Shell"},{"id":4847,"c":2,"u":"antimagic%20field_xphb","p":241,"s":8,"h":1,"t":1,"uu":"antimagic field|xphb","xF":{"l":8},"n":"Antimagic Field"},{"id":4848,"c":2,"u":"antipathy%2fsympathy_xphb","p":242,"s":8,"h":1,"t":1,"uu":"antipathy/sympathy|xphb","xF":{"l":8},"n":"Antipathy/Sympathy"},{"id":4849,"c":2,"u":"arcane%20eye_xphb","p":242,"s":8,"h":1,"t":1,"uu":"arcane eye|xphb","xF":{"l":4},"n":"Arcane Eye"},{"id":4850,"c":2,"u":"arcane%20gate_xphb","p":242,"s":8,"h":1,"t":1,"uu":"arcane gate|xphb","xF":{"l":6},"n":"Arcane Gate"},{"id":4851,"c":2,"u":"arcane%20lock_xphb","p":242,"s":8,"h":1,"t":1,"uu":"arcane lock|xphb","xF":{"l":2},"n":"Arcane Lock"},{"id":4852,"c":2,"u":"arcane%20vigor_xphb","p":242,"s":8,"h":1,"t":1,"uu":"arcane vigor|xphb","xF":{"l":2},"n":"Arcane Vigor"},{"id":4853,"c":2,"u":"armor%20of%20agathys_xphb","p":243,"s":8,"h":1,"t":1,"uu":"armor of agathys|xphb","m":"spells/XPHB/Armor of Agathys.webp","xF":{"l":1},"n":"Armor of Agathys"},{"id":4854,"c":2,"u":"arms%20of%20hadar_xphb","p":243,"s":8,"h":1,"t":1,"uu":"arms of hadar|xphb","m":"spells/XPHB/Arms of Hadar.webp","xF":{"l":1},"n":"Arms of Hadar"},{"id":4855,"c":2,"u":"astral%20projection_xphb","p":243,"s":8,"h":1,"t":1,"uu":"astral projection|xphb","xF":{"l":9},"n":"Astral Projection"},{"id":4856,"c":2,"u":"augury_xphb","p":244,"s":8,"h":1,"t":1,"uu":"augury|xphb","xF":{"l":2},"n":"Augury"},{"id":4857,"c":2,"u":"aura%20of%20life_xphb","p":244,"s":8,"h":1,"t":1,"uu":"aura of life|xphb","xF":{"l":4},"n":"Aura of Life"},{"id":4858,"c":2,"u":"aura%20of%20purity_xphb","p":244,"s":8,"h":1,"t":1,"uu":"aura of purity|xphb","xF":{"l":4},"n":"Aura of Purity"},{"id":4859,"c":2,"u":"aura%20of%20vitality_xphb","p":244,"s":8,"h":1,"t":1,"uu":"aura of vitality|xphb","xF":{"l":3},"n":"Aura of Vitality"},{"id":4860,"c":2,"u":"awaken_xphb","p":245,"s":8,"h":1,"t":1,"uu":"awaken|xphb","xF":{"l":5},"n":"Awaken"},{"id":4861,"c":2,"u":"bane_xphb","p":245,"s":8,"h":1,"t":1,"uu":"bane|xphb","xF":{"l":1},"n":"Bane"},{"id":4862,"c":2,"u":"banishing%20smite_xphb","p":245,"s":8,"h":1,"t":1,"uu":"banishing smite|xphb","xF":{"l":5},"n":"Banishing Smite"},{"id":4863,"c":2,"u":"banishment_xphb","p":245,"s":8,"h":1,"t":1,"uu":"banishment|xphb","xF":{"l":4},"n":"Banishment"},{"id":4864,"c":2,"u":"barkskin_xphb","p":245,"s":8,"h":1,"t":1,"uu":"barkskin|xphb","xF":{"l":2},"n":"Barkskin"},{"id":4865,"c":2,"u":"beacon%20of%20hope_xphb","p":245,"s":8,"h":1,"t":1,"uu":"beacon of hope|xphb","xF":{"l":3},"n":"Beacon of Hope"},{"id":4866,"c":2,"u":"beast%20sense_xphb","p":245,"s":8,"h":1,"t":1,"uu":"beast sense|xphb","xF":{"l":2},"n":"Beast Sense"},{"id":4867,"c":2,"u":"befuddlement_xphb","p":245,"s":8,"h":1,"t":1,"uu":"befuddlement|xphb","xF":{"l":8},"n":"Befuddlement"},{"id":4868,"c":2,"u":"bestow%20curse_xphb","p":246,"s":8,"h":1,"t":1,"uu":"bestow curse|xphb","xF":{"l":3},"n":"Bestow Curse"},{"id":4869,"c":2,"u":"bigby's%20hand_xphb","p":245,"s":8,"h":1,"t":1,"uu":"bigby's hand|xphb","m":"spells/XPHB/Bigby's Hand.webp","xF":{"l":5},"n":"Bigby's Hand"},{"id":4870,"c":2,"u":"blade%20barrier_xphb","p":247,"s":8,"h":1,"t":1,"uu":"blade barrier|xphb","xF":{"l":6},"n":"Blade Barrier"},{"id":4871,"c":2,"u":"blade%20ward_xphb","p":247,"s":8,"h":1,"t":1,"uu":"blade ward|xphb","xF":{"l":0},"n":"Blade Ward"},{"id":4872,"c":2,"u":"bless_xphb","p":247,"s":8,"h":1,"t":1,"uu":"bless|xphb","xF":{"l":1},"n":"Bless"},{"id":4873,"c":2,"u":"blight_xphb","p":247,"s":8,"h":1,"t":1,"uu":"blight|xphb","xF":{"l":4},"n":"Blight"},{"id":4874,"c":2,"u":"blinding%20smite_xphb","p":247,"s":8,"h":1,"t":1,"uu":"blinding smite|xphb","xF":{"l":3},"n":"Blinding Smite"},{"id":4875,"c":2,"u":"blindness%2fdeafness_xphb","p":248,"s":8,"h":1,"t":1,"uu":"blindness/deafness|xphb","xF":{"l":2},"n":"Blindness/Deafness"},{"id":4876,"c":2,"u":"blink_xphb","p":248,"s":8,"h":1,"t":1,"uu":"blink|xphb","xF":{"l":3},"n":"Blink"},{"id":4877,"c":2,"u":"blur_xphb","p":248,"s":8,"h":1,"t":1,"uu":"blur|xphb","xF":{"l":2},"n":"Blur"},{"id":4878,"c":2,"u":"burning%20hands_xphb","p":248,"s":8,"h":1,"t":1,"uu":"burning hands|xphb","xF":{"l":1},"n":"Burning Hands"},{"id":4879,"c":2,"u":"call%20lightning_xphb","p":248,"s":8,"h":1,"t":1,"uu":"call lightning|xphb","xF":{"l":3},"n":"Call Lightning"},{"id":4880,"c":2,"u":"calm%20emotions_xphb","p":249,"s":8,"h":1,"t":1,"uu":"calm emotions|xphb","xF":{"l":2},"n":"Calm Emotions"},{"id":4881,"c":2,"u":"chain%20lightning_xphb","p":249,"s":8,"h":1,"t":1,"uu":"chain lightning|xphb","xF":{"l":6},"n":"Chain Lightning"},{"id":4882,"c":2,"u":"charm%20monster_xphb","p":249,"s":8,"h":1,"t":1,"uu":"charm monster|xphb","xF":{"l":4},"n":"Charm Monster"},{"id":4883,"c":2,"u":"charm%20person_xphb","p":249,"s":8,"h":1,"t":1,"uu":"charm person|xphb","xF":{"l":1},"n":"Charm Person"},{"id":4884,"c":2,"u":"chill%20touch_xphb","p":249,"s":8,"h":1,"t":1,"uu":"chill touch|xphb","xF":{"l":0},"n":"Chill Touch"},{"id":4885,"c":2,"u":"chromatic%20orb_xphb","p":249,"s":8,"h":1,"t":1,"uu":"chromatic orb|xphb","m":"spells/XPHB/Chromatic Orb.webp","xF":{"l":1},"n":"Chromatic Orb"},{"id":4886,"c":2,"u":"circle%20of%20death_xphb","p":250,"s":8,"h":1,"t":1,"uu":"circle of death|xphb","xF":{"l":6},"n":"Circle of Death"},{"id":4887,"c":2,"u":"circle%20of%20power_xphb","p":250,"s":8,"h":1,"t":1,"uu":"circle of power|xphb","xF":{"l":5},"n":"Circle of Power"},{"id":4888,"c":2,"u":"clairvoyance_xphb","p":250,"s":8,"h":1,"t":1,"uu":"clairvoyance|xphb","xF":{"l":3},"n":"Clairvoyance"},{"id":4889,"c":2,"u":"clone_xphb","p":251,"s":8,"h":1,"t":1,"uu":"clone|xphb","xF":{"l":8},"n":"Clone"},{"id":4890,"c":2,"u":"cloud%20of%20daggers_xphb","p":251,"s":8,"h":1,"t":1,"uu":"cloud of daggers|xphb","xF":{"l":2},"n":"Cloud of Daggers"},{"id":4891,"c":2,"u":"cloudkill_xphb","p":251,"s":8,"h":1,"t":1,"uu":"cloudkill|xphb","xF":{"l":5},"n":"Cloudkill"},{"id":4892,"c":2,"u":"color%20spray_xphb","p":251,"s":8,"h":1,"t":1,"uu":"color spray|xphb","xF":{"l":1},"n":"Color Spray"},{"id":4893,"c":2,"u":"command_xphb","p":251,"s":8,"h":1,"t":1,"uu":"command|xphb","xF":{"l":1},"n":"Command"},{"id":4894,"c":2,"u":"commune_xphb","p":252,"s":8,"h":1,"t":1,"uu":"commune|xphb","xF":{"l":5},"n":"Commune"},{"id":4895,"c":2,"u":"commune%20with%20nature_xphb","p":252,"s":8,"h":1,"t":1,"uu":"commune with nature|xphb","xF":{"l":5},"n":"Commune with Nature"},{"id":4896,"c":2,"u":"compelled%20duel_xphb","p":252,"s":8,"h":1,"t":1,"uu":"compelled duel|xphb","xF":{"l":1},"n":"Compelled Duel"},{"id":4897,"c":2,"u":"comprehend%20languages_xphb","p":252,"s":8,"h":1,"t":1,"uu":"comprehend languages|xphb","xF":{"l":1},"n":"Comprehend Languages"},{"id":4898,"c":2,"u":"compulsion_xphb","p":252,"s":8,"h":1,"t":1,"uu":"compulsion|xphb","xF":{"l":4},"n":"Compulsion"},{"id":4899,"c":2,"u":"cone%20of%20cold_xphb","p":253,"s":8,"h":1,"t":1,"uu":"cone of cold|xphb","m":"spells/XPHB/Cone of Cold.webp","xF":{"l":5},"n":"Cone of Cold"},{"id":4900,"c":2,"u":"confusion_xphb","p":253,"s":8,"h":1,"t":1,"uu":"confusion|xphb","xF":{"l":4},"n":"Confusion"},{"id":4901,"c":2,"u":"conjure%20animals_xphb","p":254,"s":8,"h":1,"t":1,"uu":"conjure animals|xphb","xF":{"l":3},"n":"Conjure Animals"},{"id":4902,"c":2,"u":"conjure%20barrage_xphb","p":254,"s":8,"h":1,"t":1,"uu":"conjure barrage|xphb","xF":{"l":3},"n":"Conjure Barrage"},{"id":4903,"c":2,"u":"conjure%20celestial_xphb","p":254,"s":8,"h":1,"t":1,"uu":"conjure celestial|xphb","xF":{"l":7},"n":"Conjure Celestial"},{"id":4904,"c":2,"u":"conjure%20elemental_xphb","p":254,"s":8,"h":1,"t":1,"uu":"conjure elemental|xphb","xF":{"l":5},"n":"Conjure Elemental"},{"id":4905,"c":2,"u":"conjure%20fey_xphb","p":255,"s":8,"h":1,"t":1,"uu":"conjure fey|xphb","xF":{"l":6},"n":"Conjure Fey"},{"id":4906,"c":2,"u":"conjure%20minor%20elementals_xphb","p":255,"s":8,"h":1,"t":1,"uu":"conjure minor elementals|xphb","xF":{"l":4},"n":"Conjure Minor Elementals"},{"id":4907,"c":2,"u":"conjure%20volley_xphb","p":255,"s":8,"h":1,"t":1,"uu":"conjure volley|xphb","xF":{"l":5},"n":"Conjure Volley"},{"id":4908,"c":2,"u":"conjure%20woodland%20beings_xphb","p":255,"s":8,"h":1,"t":1,"uu":"conjure woodland beings|xphb","xF":{"l":4},"n":"Conjure Woodland Beings"},{"id":4909,"c":2,"u":"contact%20other%20plane_xphb","p":255,"s":8,"h":1,"t":1,"uu":"contact other plane|xphb","xF":{"l":5},"n":"Contact Other Plane"},{"id":4910,"c":2,"u":"contagion_xphb","p":256,"s":8,"h":1,"t":1,"uu":"contagion|xphb","xF":{"l":5},"n":"Contagion"},{"id":4911,"c":2,"u":"contingency_xphb","p":256,"s":8,"h":1,"t":1,"uu":"contingency|xphb","xF":{"l":6},"n":"Contingency"},{"id":4912,"c":2,"u":"continual%20flame_xphb","p":256,"s":8,"h":1,"t":1,"uu":"continual flame|xphb","xF":{"l":2},"n":"Continual Flame"},{"id":4913,"c":2,"u":"control%20water_xphb","p":256,"s":8,"h":1,"t":1,"uu":"control water|xphb","xF":{"l":4},"n":"Control Water"},{"id":4914,"c":2,"u":"control%20weather_xphb","p":257,"s":8,"h":1,"t":1,"uu":"control weather|xphb","m":"spells/XPHB/Control Weather.webp","xF":{"l":8},"n":"Control Weather"},{"id":4915,"c":2,"u":"cordon%20of%20arrows_xphb","p":258,"s":8,"h":1,"t":1,"uu":"cordon of arrows|xphb","xF":{"l":2},"n":"Cordon of Arrows"},{"id":4916,"c":2,"u":"counterspell_xphb","p":258,"s":8,"h":1,"t":1,"uu":"counterspell|xphb","xF":{"l":3},"n":"Counterspell"},{"id":4917,"c":2,"u":"create%20food%20and%20water_xphb","p":258,"s":8,"h":1,"t":1,"uu":"create food and water|xphb","xF":{"l":3},"n":"Create Food and Water"},{"id":4918,"c":2,"u":"create%20or%20destroy%20water_xphb","p":258,"s":8,"h":1,"t":1,"uu":"create or destroy water|xphb","xF":{"l":1},"n":"Create or Destroy Water"},{"id":4919,"c":2,"u":"create%20undead_xphb","p":258,"s":8,"h":1,"t":1,"uu":"create undead|xphb","xF":{"l":6},"n":"Create Undead"},{"id":4920,"c":2,"u":"creation_xphb","p":259,"s":8,"h":1,"t":1,"uu":"creation|xphb","xF":{"l":5},"n":"Creation"},{"id":4921,"c":2,"u":"crown%20of%20madness_xphb","p":259,"s":8,"h":1,"t":1,"uu":"crown of madness|xphb","xF":{"l":2},"n":"Crown of Madness"},{"id":4922,"c":2,"u":"crusader's%20mantle_xphb","p":259,"s":8,"h":1,"t":1,"uu":"crusader's mantle|xphb","xF":{"l":3},"n":"Crusader's Mantle"},{"id":4923,"c":2,"u":"cure%20wounds_xphb","p":259,"s":8,"h":1,"t":1,"uu":"cure wounds|xphb","xF":{"l":1},"n":"Cure Wounds"},{"id":4924,"c":2,"u":"dancing%20lights_xphb","p":259,"s":8,"h":1,"t":1,"uu":"dancing lights|xphb","xF":{"l":0},"n":"Dancing Lights"},{"id":4925,"c":2,"u":"darkness_xphb","p":260,"s":8,"h":1,"t":1,"uu":"darkness|xphb","xF":{"l":2},"n":"Darkness"},{"id":4926,"c":2,"u":"darkvision_xphb","p":260,"s":8,"h":1,"t":1,"uu":"darkvision|xphb","xF":{"l":2},"n":"Darkvision"},{"id":4927,"c":2,"u":"daylight_xphb","p":260,"s":8,"h":1,"t":1,"uu":"daylight|xphb","m":"spells/XPHB/Daylight.webp","xF":{"l":3},"n":"Daylight"},{"id":4928,"c":2,"u":"death%20ward_xphb","p":261,"s":8,"h":1,"t":1,"uu":"death ward|xphb","xF":{"l":4},"n":"Death Ward"},{"id":4929,"c":2,"u":"delayed%20blast%20fireball_xphb","p":261,"s":8,"h":1,"t":1,"uu":"delayed blast fireball|xphb","xF":{"l":7},"n":"Delayed Blast Fireball"},{"id":4930,"c":2,"u":"demiplane_xphb","p":261,"s":8,"h":1,"t":1,"uu":"demiplane|xphb","xF":{"l":8},"n":"Demiplane"},{"id":4931,"c":2,"u":"destructive%20wave_xphb","p":261,"s":8,"h":1,"t":1,"uu":"destructive wave|xphb","xF":{"l":5},"n":"Destructive Wave"},{"id":4932,"c":2,"u":"detect%20evil%20and%20good_xphb","p":261,"s":8,"h":1,"t":1,"uu":"detect evil and good|xphb","xF":{"l":1},"n":"Detect Evil and Good"},{"id":4933,"c":2,"u":"detect%20magic_xphb","p":262,"s":8,"h":1,"t":1,"uu":"detect magic|xphb","xF":{"l":1},"n":"Detect Magic"},{"id":4934,"c":2,"u":"detect%20poison%20and%20disease_xphb","p":262,"s":8,"h":1,"t":1,"uu":"detect poison and disease|xphb","xF":{"l":1},"n":"Detect Poison and Disease"},{"id":4935,"c":2,"u":"detect%20thoughts_xphb","p":262,"s":8,"h":1,"t":1,"uu":"detect thoughts|xphb","xF":{"l":2},"n":"Detect Thoughts"},{"id":4936,"c":2,"u":"dimension%20door_xphb","p":262,"s":8,"h":1,"t":1,"uu":"dimension door|xphb","xF":{"l":4},"n":"Dimension Door"},{"id":4937,"c":2,"u":"disguise%20self_xphb","p":262,"s":8,"h":1,"t":1,"uu":"disguise self|xphb","xF":{"l":1},"n":"Disguise Self"},{"id":4938,"c":2,"u":"disintegrate_xphb","p":263,"s":8,"h":1,"t":1,"uu":"disintegrate|xphb","xF":{"l":6},"n":"Disintegrate"},{"id":4939,"c":2,"u":"dispel%20evil%20and%20good_xphb","p":263,"s":8,"h":1,"t":1,"uu":"dispel evil and good|xphb","m":"spells/XPHB/Dispel Evil and Good.webp","xF":{"l":5},"n":"Dispel Evil and Good"},{"id":4940,"c":2,"u":"dispel%20magic_xphb","p":265,"s":8,"h":1,"t":1,"uu":"dispel magic|xphb","xF":{"l":3},"n":"Dispel Magic"},{"id":4941,"c":2,"u":"dissonant%20whispers_xphb","p":264,"s":8,"h":1,"t":1,"uu":"dissonant whispers|xphb","xF":{"l":1},"n":"Dissonant Whispers"},{"id":4942,"c":2,"u":"divination_xphb","p":264,"s":8,"h":1,"t":1,"uu":"divination|xphb","xF":{"l":4},"n":"Divination"},{"id":4943,"c":2,"u":"divine%20favor_xphb","p":265,"s":8,"h":1,"t":1,"uu":"divine favor|xphb","xF":{"l":1},"n":"Divine Favor"},{"id":4944,"c":2,"u":"divine%20smite_xphb","p":265,"s":8,"h":1,"t":1,"uu":"divine smite|xphb","m":"spells/XPHB/Divine Smite.webp","xF":{"l":1},"n":"Divine Smite"},{"id":4945,"c":2,"u":"divine%20word_xphb","p":265,"s":8,"h":1,"t":1,"uu":"divine word|xphb","xF":{"l":7},"n":"Divine Word"},{"id":4946,"c":2,"u":"dominate%20beast_xphb","p":265,"s":8,"h":1,"t":1,"uu":"dominate beast|xphb","xF":{"l":4},"n":"Dominate Beast"},{"id":4947,"c":2,"u":"dominate%20monster_xphb","p":265,"s":8,"h":1,"t":1,"uu":"dominate monster|xphb","xF":{"l":8},"n":"Dominate Monster"},{"id":4948,"c":2,"u":"dominate%20person_xphb","p":266,"s":8,"h":1,"t":1,"uu":"dominate person|xphb","xF":{"l":5},"n":"Dominate Person"},{"id":4949,"c":2,"u":"dragon's%20breath_xphb","p":266,"s":8,"h":1,"t":1,"uu":"dragon's breath|xphb","xF":{"l":2},"n":"Dragon's Breath"},{"id":4950,"c":2,"u":"drawmij's%20instant%20summons_xphb","p":266,"s":8,"h":1,"t":1,"uu":"drawmij's instant summons|xphb","xF":{"l":6},"n":"Drawmij's Instant Summons"},{"id":4951,"c":2,"u":"dream_xphb","p":266,"s":8,"h":1,"t":1,"uu":"dream|xphb","xF":{"l":5},"n":"Dream"},{"id":4952,"c":2,"u":"druidcraft_xphb","p":266,"s":8,"h":1,"t":1,"uu":"druidcraft|xphb","m":"spells/XPHB/Druidcraft.webp","xF":{"l":0},"n":"Druidcraft"},{"id":4953,"c":2,"u":"earthquake_xphb","p":267,"s":8,"h":1,"t":1,"uu":"earthquake|xphb","xF":{"l":8},"n":"Earthquake"},{"id":4954,"c":2,"u":"eldritch%20blast_xphb","p":267,"s":8,"h":1,"t":1,"uu":"eldritch blast|xphb","xF":{"l":0},"n":"Eldritch Blast"},{"id":4955,"c":2,"u":"elemental%20weapon_xphb","p":268,"s":8,"h":1,"t":1,"uu":"elemental weapon|xphb","xF":{"l":3},"n":"Elemental Weapon"},{"id":4956,"c":2,"u":"elementalism_xphb","p":267,"s":8,"h":1,"t":1,"uu":"elementalism|xphb","xF":{"l":0},"n":"Elementalism"},{"id":4957,"c":2,"u":"enhance%20ability_xphb","p":268,"s":8,"h":1,"t":1,"uu":"enhance ability|xphb","xF":{"l":2},"n":"Enhance Ability"},{"id":4958,"c":2,"u":"enlarge%2freduce_xphb","p":268,"s":8,"h":1,"t":1,"uu":"enlarge/reduce|xphb","xF":{"l":2},"n":"Enlarge/Reduce"},{"id":4959,"c":2,"u":"ensnaring%20strike_xphb","p":268,"s":8,"h":1,"t":1,"uu":"ensnaring strike|xphb","xF":{"l":1},"n":"Ensnaring Strike"},{"id":4960,"c":2,"u":"entangle_xphb","p":268,"s":8,"h":1,"t":1,"uu":"entangle|xphb","m":"spells/XPHB/Entangle.webp","xF":{"l":1},"n":"Entangle"},{"id":4961,"c":2,"u":"enthrall_xphb","p":269,"s":8,"h":1,"t":1,"uu":"enthrall|xphb","xF":{"l":2},"n":"Enthrall"},{"id":4962,"c":2,"u":"etherealness_xphb","p":269,"s":8,"h":1,"t":1,"uu":"etherealness|xphb","xF":{"l":7},"n":"Etherealness"},{"id":4963,"c":2,"u":"evard's%20black%20tentacles_xphb","p":270,"s":8,"h":1,"t":1,"uu":"evard's black tentacles|xphb","m":"spells/XPHB/Evard's Black Tentacles.webp","xF":{"l":4},"n":"Evard's Black Tentacles"},{"id":4964,"c":2,"u":"expeditious%20retreat_xphb","p":270,"s":8,"h":1,"t":1,"uu":"expeditious retreat|xphb","xF":{"l":1},"n":"Expeditious Retreat"},{"id":4965,"c":2,"u":"eyebite_xphb","p":270,"s":8,"h":1,"t":1,"uu":"eyebite|xphb","xF":{"l":6},"n":"Eyebite"},{"id":4966,"c":2,"u":"fabricate_xphb","p":271,"s":8,"h":1,"t":1,"uu":"fabricate|xphb","xF":{"l":4},"n":"Fabricate"},{"id":4967,"c":2,"u":"faerie%20fire_xphb","p":271,"s":8,"h":1,"t":1,"uu":"faerie fire|xphb","xF":{"l":1},"n":"Faerie Fire"},{"id":4968,"c":2,"u":"false%20life_xphb","p":271,"s":8,"h":1,"t":1,"uu":"false life|xphb","xF":{"l":1},"n":"False Life"},{"id":4969,"c":2,"u":"fear_xphb","p":271,"s":8,"h":1,"t":1,"uu":"fear|xphb","xF":{"l":3},"n":"Fear"},{"id":4970,"c":2,"u":"feather%20fall_xphb","p":271,"s":8,"h":1,"t":1,"uu":"feather fall|xphb","xF":{"l":1},"n":"Feather Fall"},{"id":4971,"c":2,"u":"feign%20death_xphb","p":271,"s":8,"h":1,"t":1,"uu":"feign death|xphb","xF":{"l":3},"n":"Feign Death"},{"id":4972,"c":2,"u":"find%20familiar_xphb","p":272,"s":8,"h":1,"t":1,"uu":"find familiar|xphb","m":"spells/XPHB/Find Familiar.webp","xF":{"l":1},"n":"Find Familiar"},{"id":4973,"c":2,"u":"find%20steed_xphb","p":272,"s":8,"h":1,"t":1,"uu":"find steed|xphb","xF":{"l":2},"n":"Find Steed"},{"id":4974,"c":2,"u":"find%20the%20path_xphb","p":273,"s":8,"h":1,"t":1,"uu":"find the path|xphb","xF":{"l":6},"n":"Find the Path"},{"id":4975,"c":2,"u":"find%20traps_xphb","p":273,"s":8,"h":1,"t":1,"uu":"find traps|xphb","xF":{"l":2},"n":"Find Traps"},{"id":4976,"c":2,"u":"finger%20of%20death_xphb","p":273,"s":8,"h":1,"t":1,"uu":"finger of death|xphb","xF":{"l":7},"n":"Finger of Death"},{"id":4977,"c":2,"u":"fire%20bolt_xphb","p":274,"s":8,"h":1,"t":1,"uu":"fire bolt|xphb","xF":{"l":0},"n":"Fire Bolt"},{"id":4978,"c":2,"u":"fire%20shield_xphb","p":274,"s":8,"h":1,"t":1,"uu":"fire shield|xphb","xF":{"l":4},"n":"Fire Shield"},{"id":4979,"c":2,"u":"fire%20storm_xphb","p":275,"s":8,"h":1,"t":1,"uu":"fire storm|xphb","xF":{"l":7},"n":"Fire Storm"},{"id":4980,"c":2,"u":"fireball_xphb","p":274,"s":8,"h":1,"t":1,"uu":"fireball|xphb","m":"spells/XPHB/Fireball.webp","xF":{"l":3},"n":"Fireball"},{"id":4981,"c":2,"u":"flame%20blade_xphb","p":275,"s":8,"h":1,"t":1,"uu":"flame blade|xphb","xF":{"l":2},"n":"Flame Blade"},{"id":4982,"c":2,"u":"flame%20strike_xphb","p":275,"s":8,"h":1,"t":1,"uu":"flame strike|xphb","xF":{"l":5},"n":"Flame Strike"},{"id":4983,"c":2,"u":"flaming%20sphere_xphb","p":275,"s":8,"h":1,"t":1,"uu":"flaming sphere|xphb","xF":{"l":2},"n":"Flaming Sphere"},{"id":4984,"c":2,"u":"flesh%20to%20stone_xphb","p":275,"s":8,"h":1,"t":1,"uu":"flesh to stone|xphb","xF":{"l":6},"n":"Flesh to Stone"},{"id":4985,"c":2,"u":"fly_xphb","p":276,"s":8,"h":1,"t":1,"uu":"fly|xphb","xF":{"l":3},"n":"Fly"},{"id":4986,"c":2,"u":"fog%20cloud_xphb","p":276,"s":8,"h":1,"t":1,"uu":"fog cloud|xphb","xF":{"l":1},"n":"Fog Cloud"},{"id":4987,"c":2,"u":"forbiddance_xphb","p":276,"s":8,"h":1,"t":1,"uu":"forbiddance|xphb","xF":{"l":6},"n":"Forbiddance"},{"id":4988,"c":2,"u":"forcecage_xphb","p":276,"s":8,"h":1,"t":1,"uu":"forcecage|xphb","xF":{"l":7},"n":"Forcecage"},{"id":4989,"c":2,"u":"foresight_xphb","p":276,"s":8,"h":1,"t":1,"uu":"foresight|xphb","xF":{"l":9},"n":"Foresight"},{"id":4990,"c":2,"u":"fount%20of%20moonlight_xphb","p":277,"s":8,"h":1,"t":1,"uu":"fount of moonlight|xphb","xF":{"l":4},"n":"Fount of Moonlight"},{"id":4991,"c":2,"u":"freedom%20of%20movement_xphb","p":277,"s":8,"h":1,"t":1,"uu":"freedom of movement|xphb","xF":{"l":4},"n":"Freedom of Movement"},{"id":4992,"c":2,"u":"friends_xphb","p":277,"s":8,"h":1,"t":1,"uu":"friends|xphb","xF":{"l":0},"n":"Friends"},{"id":4993,"c":2,"u":"gaseous%20form_xphb","p":277,"s":8,"h":1,"t":1,"uu":"gaseous form|xphb","xF":{"l":3},"n":"Gaseous Form"},{"id":4994,"c":2,"u":"gate_xphb","p":277,"s":8,"h":1,"t":1,"uu":"gate|xphb","m":"spells/XPHB/Gate.webp","xF":{"l":9},"n":"Gate"},{"id":4995,"c":2,"u":"geas_xphb","p":278,"s":8,"h":1,"t":1,"uu":"geas|xphb","xF":{"l":5},"n":"Geas"},{"id":4996,"c":2,"u":"gentle%20repose_xphb","p":278,"s":8,"h":1,"t":1,"uu":"gentle repose|xphb","xF":{"l":2},"n":"Gentle Repose"},{"id":4997,"c":2,"u":"giant%20insect_xphb","p":279,"s":8,"h":1,"t":1,"uu":"giant insect|xphb","xF":{"l":4},"n":"Giant Insect"},{"id":4998,"c":2,"u":"glibness_xphb","p":279,"s":8,"h":1,"t":1,"uu":"glibness|xphb","xF":{"l":8},"n":"Glibness"},{"id":4999,"c":2,"u":"globe%20of%20invulnerability_xphb","p":279,"s":8,"h":1,"t":1,"uu":"globe of invulnerability|xphb","xF":{"l":6},"n":"Globe of Invulnerability"},{"id":5000,"c":2,"u":"glyph%20of%20warding_xphb","p":279,"s":8,"h":1,"t":1,"uu":"glyph of warding|xphb","xF":{"l":3},"n":"Glyph of Warding"},{"id":5001,"c":2,"u":"goodberry_xphb","p":280,"s":8,"h":1,"t":1,"uu":"goodberry|xphb","xF":{"l":1},"n":"Goodberry"},{"id":5002,"c":2,"u":"grasping%20vine_xphb","p":280,"s":8,"h":1,"t":1,"uu":"grasping vine|xphb","xF":{"l":4},"n":"Grasping Vine"},{"id":5003,"c":2,"u":"grease_xphb","p":280,"s":8,"h":1,"t":1,"uu":"grease|xphb","xF":{"l":1},"n":"Grease"},{"id":5004,"c":2,"u":"greater%20invisibility_xphb","p":281,"s":8,"h":1,"t":1,"uu":"greater invisibility|xphb","xF":{"l":4},"n":"Greater Invisibility"},{"id":5005,"c":2,"u":"greater%20restoration_xphb","p":281,"s":8,"h":1,"t":1,"uu":"greater restoration|xphb","xF":{"l":5},"n":"Greater Restoration"},{"id":5006,"c":2,"u":"guardian%20of%20faith_xphb","p":281,"s":8,"h":1,"t":1,"uu":"guardian of faith|xphb","m":"spells/XPHB/Guardian of Faith.webp","xF":{"l":4},"n":"Guardian of Faith"},{"id":5007,"c":2,"u":"guards%20and%20wards_xphb","p":282,"s":8,"h":1,"t":1,"uu":"guards and wards|xphb","xF":{"l":6},"n":"Guards and Wards"},{"id":5008,"c":2,"u":"guidance_xphb","p":282,"s":8,"h":1,"t":1,"uu":"guidance|xphb","xF":{"l":0},"n":"Guidance"},{"id":5009,"c":2,"u":"guiding%20bolt_xphb","p":282,"s":8,"h":1,"t":1,"uu":"guiding bolt|xphb","xF":{"l":1},"n":"Guiding Bolt"},{"id":5010,"c":2,"u":"gust%20of%20wind_xphb","p":282,"s":8,"h":1,"t":1,"uu":"gust of wind|xphb","xF":{"l":2},"n":"Gust of Wind"},{"id":5011,"c":2,"u":"hail%20of%20thorns_xphb","p":283,"s":8,"h":1,"t":1,"uu":"hail of thorns|xphb","xF":{"l":1},"n":"Hail of Thorns"},{"id":5012,"c":2,"u":"hallow_xphb","p":283,"s":8,"h":1,"t":1,"uu":"hallow|xphb","xF":{"l":5},"n":"Hallow"},{"id":5013,"c":2,"u":"hallucinatory%20terrain_xphb","p":283,"s":8,"h":1,"t":1,"uu":"hallucinatory terrain|xphb","xF":{"l":4},"n":"Hallucinatory Terrain"},{"id":5014,"c":2,"u":"harm_xphb","p":283,"s":8,"h":1,"t":1,"uu":"harm|xphb","xF":{"l":6},"n":"Harm"},{"id":5015,"c":2,"u":"haste_xphb","p":284,"s":8,"h":1,"t":1,"uu":"haste|xphb","xF":{"l":3},"n":"Haste"},{"id":5016,"c":2,"u":"heal_xphb","p":284,"s":8,"h":1,"t":1,"uu":"heal|xphb","xF":{"l":6},"n":"Heal"},{"id":5017,"c":2,"u":"healing%20word_xphb","p":284,"s":8,"h":1,"t":1,"uu":"healing word|xphb","xF":{"l":1},"n":"Healing Word"},{"id":5018,"c":2,"u":"heat%20metal_xphb","p":284,"s":8,"h":1,"t":1,"uu":"heat metal|xphb","xF":{"l":2},"n":"Heat Metal"},{"id":5019,"c":2,"u":"hellish%20rebuke_xphb","p":284,"s":8,"h":1,"t":1,"uu":"hellish rebuke|xphb","xF":{"l":1},"n":"Hellish Rebuke"},{"id":5020,"c":2,"u":"heroes'%20feast_xphb","p":284,"s":8,"h":1,"t":1,"uu":"heroes' feast|xphb","m":"spells/XPHB/Heroes' Feast.webp","xF":{"l":6},"n":"Heroes' Feast"},{"id":5021,"c":2,"u":"heroism_xphb","p":285,"s":8,"h":1,"t":1,"uu":"heroism|xphb","xF":{"l":1},"n":"Heroism"},{"id":5022,"c":2,"u":"hex_xphb","p":285,"s":8,"h":1,"t":1,"uu":"hex|xphb","xF":{"l":1},"n":"Hex"},{"id":5023,"c":2,"u":"hold%20monster_xphb","p":285,"s":8,"h":1,"t":1,"uu":"hold monster|xphb","xF":{"l":5},"n":"Hold Monster"},{"id":5024,"c":2,"u":"hold%20person_xphb","p":286,"s":8,"h":1,"t":1,"uu":"hold person|xphb","xF":{"l":2},"n":"Hold Person"},{"id":5025,"c":2,"u":"holy%20aura_xphb","p":286,"s":8,"h":1,"t":1,"uu":"holy aura|xphb","xF":{"l":8},"n":"Holy Aura"},{"id":5026,"c":2,"u":"hunger%20of%20hadar_xphb","p":286,"s":8,"h":1,"t":1,"uu":"hunger of hadar|xphb","m":"spells/XPHB/Hunger of Hadar.webp","xF":{"l":3},"n":"Hunger of Hadar"},{"id":5027,"c":2,"u":"hunter's%20mark_xphb","p":287,"s":8,"h":1,"t":1,"uu":"hunter's mark|xphb","xF":{"l":1},"n":"Hunter's Mark"},{"id":5028,"c":2,"u":"hypnotic%20pattern_xphb","p":287,"s":8,"h":1,"t":1,"uu":"hypnotic pattern|xphb","xF":{"l":3},"n":"Hypnotic Pattern"},{"id":5029,"c":2,"u":"ice%20knife_xphb","p":287,"s":8,"h":1,"t":1,"uu":"ice knife|xphb","m":"spells/XPHB/Ice Knife.webp","xF":{"l":1},"n":"Ice Knife"},{"id":5030,"c":2,"u":"ice%20storm_xphb","p":287,"s":8,"h":1,"t":1,"uu":"ice storm|xphb","xF":{"l":4},"n":"Ice Storm"},{"id":5031,"c":2,"u":"identify_xphb","p":287,"s":8,"h":1,"t":1,"uu":"identify|xphb","xF":{"l":1},"n":"Identify"},{"id":5032,"c":2,"u":"illusory%20script_xphb","p":288,"s":8,"h":1,"t":1,"uu":"illusory script|xphb","xF":{"l":1},"n":"Illusory Script"},{"id":5033,"c":2,"u":"imprisonment_xphb","p":288,"s":8,"h":1,"t":1,"uu":"imprisonment|xphb","xF":{"l":9},"n":"Imprisonment"},{"id":5034,"c":2,"u":"incendiary%20cloud_xphb","p":288,"s":8,"h":1,"t":1,"uu":"incendiary cloud|xphb","xF":{"l":8},"n":"Incendiary Cloud"},{"id":5035,"c":2,"u":"inflict%20wounds_xphb","p":288,"s":8,"h":1,"t":1,"uu":"inflict wounds|xphb","xF":{"l":1},"n":"Inflict Wounds"},{"id":5036,"c":2,"u":"insect%20plague_xphb","p":289,"s":8,"h":1,"t":1,"uu":"insect plague|xphb","xF":{"l":5},"n":"Insect Plague"},{"id":5037,"c":2,"u":"invisibility_xphb","p":289,"s":8,"h":1,"t":1,"uu":"invisibility|xphb","xF":{"l":2},"n":"Invisibility"},{"id":5038,"c":2,"u":"jallarzi's%20storm%20of%20radiance_xphb","p":289,"s":8,"h":1,"t":1,"uu":"jallarzi's storm of radiance|xphb","m":"spells/XPHB/Jallarzi's Storm of Radiance.webp","xF":{"l":5},"n":"Jallarzi's Storm of Radiance"},{"id":5039,"c":2,"u":"jump_xphb","p":290,"s":8,"h":1,"t":1,"uu":"jump|xphb","xF":{"l":1},"n":"Jump"},{"id":5040,"c":2,"u":"knock_xphb","p":290,"s":8,"h":1,"t":1,"uu":"knock|xphb","xF":{"l":2},"n":"Knock"},{"id":5041,"c":2,"u":"legend%20lore_xphb","p":290,"s":8,"h":1,"t":1,"uu":"legend lore|xphb","xF":{"l":5},"n":"Legend Lore"},{"id":5042,"c":2,"u":"leomund's%20secret%20chest_xphb","p":290,"s":8,"h":1,"t":1,"uu":"leomund's secret chest|xphb","xF":{"l":4},"n":"Leomund's Secret Chest"},{"id":5043,"c":2,"u":"leomund's%20tiny%20hut_xphb","p":291,"s":8,"h":1,"t":1,"uu":"leomund's tiny hut|xphb","xF":{"l":3},"n":"Leomund's Tiny Hut"},{"id":5044,"c":2,"u":"lesser%20restoration_xphb","p":291,"s":8,"h":1,"t":1,"uu":"lesser restoration|xphb","m":"spells/XPHB/Lesser Restoration.webp","xF":{"l":2},"n":"Lesser Restoration"},{"id":5045,"c":2,"u":"levitate_xphb","p":291,"s":8,"h":1,"t":1,"uu":"levitate|xphb","xF":{"l":2},"n":"Levitate"},{"id":5046,"c":2,"u":"light_xphb","p":292,"s":8,"h":1,"t":1,"uu":"light|xphb","xF":{"l":0},"n":"Light"},{"id":5047,"c":2,"u":"lightning%20arrow_xphb","p":292,"s":8,"h":1,"t":1,"uu":"lightning arrow|xphb","xF":{"l":3},"n":"Lightning Arrow"},{"id":5048,"c":2,"u":"lightning%20bolt_xphb","p":292,"s":8,"h":1,"t":1,"uu":"lightning bolt|xphb","xF":{"l":3},"n":"Lightning Bolt"},{"id":5049,"c":2,"u":"locate%20animals%20or%20plants_xphb","p":292,"s":8,"h":1,"t":1,"uu":"locate animals or plants|xphb","xF":{"l":2},"n":"Locate Animals or Plants"},{"id":5050,"c":2,"u":"locate%20creature_xphb","p":292,"s":8,"h":1,"t":1,"uu":"locate creature|xphb","xF":{"l":4},"n":"Locate Creature"},{"id":5051,"c":2,"u":"locate%20object_xphb","p":293,"s":8,"h":1,"t":1,"uu":"locate object|xphb","xF":{"l":2},"n":"Locate Object"},{"id":5052,"c":2,"u":"longstrider_xphb","p":293,"s":8,"h":1,"t":1,"uu":"longstrider|xphb","xF":{"l":1},"n":"Longstrider"},{"id":5053,"c":2,"u":"mage%20armor_xphb","p":293,"s":8,"h":1,"t":1,"uu":"mage armor|xphb","m":"spells/XPHB/Mage Armor.webp","xF":{"l":1},"n":"Mage Armor"},{"id":5054,"c":2,"u":"mage%20hand_xphb","p":293,"s":8,"h":1,"t":1,"uu":"mage hand|xphb","xF":{"l":0},"n":"Mage Hand"},{"id":5055,"c":2,"u":"magic%20circle_xphb","p":293,"s":8,"h":1,"t":1,"uu":"magic circle|xphb","xF":{"l":3},"n":"Magic Circle"},{"id":5056,"c":2,"u":"magic%20jar_xphb","p":294,"s":8,"h":1,"t":1,"uu":"magic jar|xphb","xF":{"l":6},"n":"Magic Jar"},{"id":5057,"c":2,"u":"magic%20missile_xphb","p":295,"s":8,"h":1,"t":1,"uu":"magic missile|xphb","m":"spells/XPHB/Magic Missile.webp","xF":{"l":1},"n":"Magic Missile"},{"id":5058,"c":2,"u":"magic%20mouth_xphb","p":295,"s":8,"h":1,"t":1,"uu":"magic mouth|xphb","xF":{"l":2},"n":"Magic Mouth"},{"id":5059,"c":2,"u":"magic%20weapon_xphb","p":295,"s":8,"h":1,"t":1,"uu":"magic weapon|xphb","xF":{"l":2},"n":"Magic Weapon"},{"id":5060,"c":2,"u":"major%20image_xphb","p":295,"s":8,"h":1,"t":1,"uu":"major image|xphb","xF":{"l":3},"n":"Major Image"},{"id":5061,"c":2,"u":"mass%20cure%20wounds_xphb","p":296,"s":8,"h":1,"t":1,"uu":"mass cure wounds|xphb","xF":{"l":5},"n":"Mass Cure Wounds"},{"id":5062,"c":2,"u":"mass%20heal_xphb","p":296,"s":8,"h":1,"t":1,"uu":"mass heal|xphb","xF":{"l":9},"n":"Mass Heal"},{"id":5063,"c":2,"u":"mass%20healing%20word_xphb","p":296,"s":8,"h":1,"t":1,"uu":"mass healing word|xphb","xF":{"l":3},"n":"Mass Healing Word"},{"id":5064,"c":2,"u":"mass%20suggestion_xphb","p":296,"s":8,"h":1,"t":1,"uu":"mass suggestion|xphb","xF":{"l":6},"n":"Mass Suggestion"},{"id":5065,"c":2,"u":"maze_xphb","p":296,"s":8,"h":1,"t":1,"uu":"maze|xphb","xF":{"l":8},"n":"Maze"},{"id":5066,"c":2,"u":"meld%20into%20stone_xphb","p":296,"s":8,"h":1,"t":1,"uu":"meld into stone|xphb","xF":{"l":3},"n":"Meld into Stone"},{"id":5067,"c":2,"u":"melf's%20acid%20arrow_xphb","p":297,"s":8,"h":1,"t":1,"uu":"melf's acid arrow|xphb","m":"spells/XPHB/Melf's Acid Arrow.webp","xF":{"l":2},"n":"Melf's Acid Arrow"},{"id":5068,"c":2,"u":"mending_xphb","p":297,"s":8,"h":1,"t":1,"uu":"mending|xphb","xF":{"l":0},"n":"Mending"},{"id":5069,"c":2,"u":"message_xphb","p":298,"s":8,"h":1,"t":1,"uu":"message|xphb","xF":{"l":0},"n":"Message"},{"id":5070,"c":2,"u":"meteor%20swarm_xphb","p":298,"s":8,"h":1,"t":1,"uu":"meteor swarm|xphb","xF":{"l":9},"n":"Meteor Swarm"},{"id":5071,"c":2,"u":"mind%20blank_xphb","p":298,"s":8,"h":1,"t":1,"uu":"mind blank|xphb","xF":{"l":8},"n":"Mind Blank"},{"id":5072,"c":2,"u":"mind%20sliver_xphb","p":298,"s":8,"h":1,"t":1,"uu":"mind sliver|xphb","xF":{"l":0},"n":"Mind Sliver"},{"id":5073,"c":2,"u":"mind%20spike_xphb","p":298,"s":8,"h":1,"t":1,"uu":"mind spike|xphb","xF":{"l":2},"n":"Mind Spike"},{"id":5074,"c":2,"u":"minor%20illusion_xphb","p":298,"s":8,"h":1,"t":1,"uu":"minor illusion|xphb","xF":{"l":0},"n":"Minor Illusion"},{"id":5075,"c":2,"u":"mirage%20arcane_xphb","p":299,"s":8,"h":1,"t":1,"uu":"mirage arcane|xphb","xF":{"l":7},"n":"Mirage Arcane"},{"id":5076,"c":2,"u":"mirror%20image_xphb","p":299,"s":8,"h":1,"t":1,"uu":"mirror image|xphb","xF":{"l":2},"n":"Mirror Image"},{"id":5077,"c":2,"u":"mislead_xphb","p":299,"s":8,"h":1,"t":1,"uu":"mislead|xphb","xF":{"l":5},"n":"Mislead"},{"id":5078,"c":2,"u":"misty%20step_xphb","p":299,"s":8,"h":1,"t":1,"uu":"misty step|xphb","xF":{"l":2},"n":"Misty Step"},{"id":5079,"c":2,"u":"modify%20memory_xphb","p":299,"s":8,"h":1,"t":1,"uu":"modify memory|xphb","xF":{"l":5},"n":"Modify Memory"},{"id":5080,"c":2,"u":"moonbeam_xphb","p":300,"s":8,"h":1,"t":1,"uu":"moonbeam|xphb","xF":{"l":2},"n":"Moonbeam"},{"id":5081,"c":2,"u":"mordenkainen's%20faithful%20hound_xphb","p":300,"s":8,"h":1,"t":1,"uu":"mordenkainen's faithful hound|xphb","xF":{"l":4},"n":"Mordenkainen's Faithful Hound"},{"id":5082,"c":2,"u":"mordenkainen's%20magnificent%20mansion_xphb","p":300,"s":8,"h":1,"t":1,"uu":"mordenkainen's magnificent mansion|xphb","m":"spells/XPHB/Mordenkainen's Magnificent Mansion.webp","xF":{"l":7},"n":"Mordenkainen's Magnificent Mansion"},{"id":5083,"c":2,"u":"mordenkainen's%20private%20sanctum_xphb","p":301,"s":8,"h":1,"t":1,"uu":"mordenkainen's private sanctum|xphb","xF":{"l":4},"n":"Mordenkainen's Private Sanctum"},{"id":5084,"c":2,"u":"mordenkainen's%20sword_xphb","p":302,"s":8,"h":1,"t":1,"uu":"mordenkainen's sword|xphb","xF":{"l":7},"n":"Mordenkainen's Sword"},{"id":5085,"c":2,"u":"move%20earth_xphb","p":302,"s":8,"h":1,"t":1,"uu":"move earth|xphb","xF":{"l":6},"n":"Move Earth"},{"id":5086,"c":2,"u":"nondetection_xphb","p":302,"s":8,"h":1,"t":1,"uu":"nondetection|xphb","xF":{"l":3},"n":"Nondetection"},{"id":5087,"c":2,"u":"nystul's%20magic%20aura_xphb","p":302,"s":8,"h":1,"t":1,"uu":"nystul's magic aura|xphb","xF":{"l":2},"n":"Nystul's Magic Aura"},{"id":5088,"c":2,"u":"otiluke's%20freezing%20sphere_xphb","p":302,"s":8,"h":1,"t":1,"uu":"otiluke's freezing sphere|xphb","xF":{"l":6},"n":"Otiluke's Freezing Sphere"},{"id":5089,"c":2,"u":"otiluke's%20resilient%20sphere_xphb","p":303,"s":8,"h":1,"t":1,"uu":"otiluke's resilient sphere|xphb","xF":{"l":4},"n":"Otiluke's Resilient Sphere"},{"id":5090,"c":2,"u":"otto's%20irresistible%20dance_xphb","p":303,"s":8,"h":1,"t":1,"uu":"otto's irresistible dance|xphb","xF":{"l":6},"n":"Otto's Irresistible Dance"},{"id":5091,"c":2,"u":"pass%20without%20trace_xphb","p":303,"s":8,"h":1,"t":1,"uu":"pass without trace|xphb","xF":{"l":2},"n":"Pass without Trace"},{"id":5092,"c":2,"u":"passwall_xphb","p":303,"s":8,"h":1,"t":1,"uu":"passwall|xphb","xF":{"l":5},"n":"Passwall"},{"id":5093,"c":2,"u":"phantasmal%20force_xphb","p":304,"s":8,"h":1,"t":1,"uu":"phantasmal force|xphb","xF":{"l":2},"n":"Phantasmal Force"},{"id":5094,"c":2,"u":"phantasmal%20killer_xphb","p":304,"s":8,"h":1,"t":1,"uu":"phantasmal killer|xphb","xF":{"l":4},"n":"Phantasmal Killer"},{"id":5095,"c":2,"u":"phantom%20steed_xphb","p":304,"s":8,"h":1,"t":1,"uu":"phantom steed|xphb","m":"spells/XPHB/Phantom Steed.webp","xF":{"l":3},"n":"Phantom Steed"},{"id":5096,"c":2,"u":"planar%20ally_xphb","p":304,"s":8,"h":1,"t":1,"uu":"planar ally|xphb","xF":{"l":6},"n":"Planar Ally"},{"id":5097,"c":2,"u":"planar%20binding_xphb","p":305,"s":8,"h":1,"t":1,"uu":"planar binding|xphb","xF":{"l":5},"n":"Planar Binding"},{"id":5098,"c":2,"u":"plane%20shift_xphb","p":305,"s":8,"h":1,"t":1,"uu":"plane shift|xphb","xF":{"l":7},"n":"Plane Shift"},{"id":5099,"c":2,"u":"plant%20growth_xphb","p":305,"s":8,"h":1,"t":1,"uu":"plant growth|xphb","xF":{"l":3},"n":"Plant Growth"},{"id":5100,"c":2,"u":"poison%20spray_xphb","p":306,"s":8,"h":1,"t":1,"uu":"poison spray|xphb","xF":{"l":0},"n":"Poison Spray"},{"id":5101,"c":2,"u":"polymorph_xphb","p":306,"s":8,"h":1,"t":1,"uu":"polymorph|xphb","xF":{"l":4},"n":"Polymorph"},{"id":5102,"c":2,"u":"power%20word%20fortify_xphb","p":306,"s":8,"h":1,"t":1,"uu":"power word fortify|xphb","xF":{"l":7},"n":"Power Word Fortify"},{"id":5103,"c":2,"u":"power%20word%20heal_xphb","p":306,"s":8,"h":1,"t":1,"uu":"power word heal|xphb","xF":{"l":9},"n":"Power Word Heal"},{"id":5104,"c":2,"u":"power%20word%20kill_xphb","p":306,"s":8,"h":1,"t":1,"uu":"power word kill|xphb","xF":{"l":9},"n":"Power Word Kill"},{"id":5105,"c":2,"u":"power%20word%20stun_xphb","p":306,"s":8,"h":1,"t":1,"uu":"power word stun|xphb","xF":{"l":8},"n":"Power Word Stun"},{"id":5106,"c":2,"u":"prayer%20of%20healing_xphb","p":307,"s":8,"h":1,"t":1,"uu":"prayer of healing|xphb","xF":{"l":2},"n":"Prayer of Healing"},{"id":5107,"c":2,"u":"prestidigitation_xphb","p":307,"s":8,"h":1,"t":1,"uu":"prestidigitation|xphb","xF":{"l":0},"n":"Prestidigitation"},{"id":5108,"c":2,"u":"prismatic%20spray_xphb","p":307,"s":8,"h":1,"t":1,"uu":"prismatic spray|xphb","xF":{"l":7},"n":"Prismatic Spray"},{"id":5109,"c":2,"u":"prismatic%20wall_xphb","p":308,"s":8,"h":1,"t":1,"uu":"prismatic wall|xphb","xF":{"l":9},"n":"Prismatic Wall"},{"id":5110,"c":2,"u":"produce%20flame_xphb","p":308,"s":8,"h":1,"t":1,"uu":"produce flame|xphb","xF":{"l":0},"n":"Produce Flame"},{"id":5111,"c":2,"u":"programmed%20illusion_xphb","p":309,"s":8,"h":1,"t":1,"uu":"programmed illusion|xphb","m":"spells/XPHB/Programmed Illusion.webp","xF":{"l":6},"n":"Programmed Illusion"},{"id":5112,"c":2,"u":"project%20image_xphb","p":309,"s":8,"h":1,"t":1,"uu":"project image|xphb","xF":{"l":7},"n":"Project Image"},{"id":5113,"c":2,"u":"protection%20from%20energy_xphb","p":309,"s":8,"h":1,"t":1,"uu":"protection from energy|xphb","xF":{"l":3},"n":"Protection from Energy"},{"id":5114,"c":2,"u":"protection%20from%20evil%20and%20good_xphb","p":309,"s":8,"h":1,"t":1,"uu":"protection from evil and good|xphb","xF":{"l":1},"n":"Protection from Evil and Good"},{"id":5115,"c":2,"u":"protection%20from%20poison_xphb","p":310,"s":8,"h":1,"t":1,"uu":"protection from poison|xphb","xF":{"l":2},"n":"Protection from Poison"},{"id":5116,"c":2,"u":"purify%20food%20and%20drink_xphb","p":310,"s":8,"h":1,"t":1,"uu":"purify food and drink|xphb","xF":{"l":1},"n":"Purify Food and Drink"},{"id":5117,"c":2,"u":"raise%20dead_xphb","p":310,"s":8,"h":1,"t":1,"uu":"raise dead|xphb","m":"spells/XPHB/Raise Dead.webp","xF":{"l":5},"n":"Raise Dead"},{"id":5118,"c":2,"u":"rary's%20telepathic%20bond_xphb","p":311,"s":8,"h":1,"t":1,"uu":"rary's telepathic bond|xphb","xF":{"l":5},"n":"Rary's Telepathic Bond"},{"id":5119,"c":2,"u":"ray%20of%20enfeeblement_xphb","p":311,"s":8,"h":1,"t":1,"uu":"ray of enfeeblement|xphb","xF":{"l":2},"n":"Ray of Enfeeblement"},{"id":5120,"c":2,"u":"ray%20of%20frost_xphb","p":311,"s":8,"h":1,"t":1,"uu":"ray of frost|xphb","xF":{"l":0},"n":"Ray of Frost"},{"id":5121,"c":2,"u":"ray%20of%20sickness_xphb","p":311,"s":8,"h":1,"t":1,"uu":"ray of sickness|xphb","xF":{"l":1},"n":"Ray of Sickness"},{"id":5122,"c":2,"u":"regenerate_xphb","p":311,"s":8,"h":1,"t":1,"uu":"regenerate|xphb","xF":{"l":7},"n":"Regenerate"},{"id":5123,"c":2,"u":"reincarnate_xphb","p":311,"s":8,"h":1,"t":1,"uu":"reincarnate|xphb","xF":{"l":5},"n":"Reincarnate"},{"id":5124,"c":2,"u":"remove%20curse_xphb","p":312,"s":8,"h":1,"t":1,"uu":"remove curse|xphb","xF":{"l":3},"n":"Remove Curse"},{"id":5125,"c":2,"u":"resistance_xphb","p":312,"s":8,"h":1,"t":1,"uu":"resistance|xphb","xF":{"l":0},"n":"Resistance"},{"id":5126,"c":2,"u":"resurrection_xphb","p":312,"s":8,"h":1,"t":1,"uu":"resurrection|xphb","xF":{"l":7},"n":"Resurrection"},{"id":5127,"c":2,"u":"reverse%20gravity_xphb","p":312,"s":8,"h":1,"t":1,"uu":"reverse gravity|xphb","xF":{"l":7},"n":"Reverse Gravity"},{"id":5128,"c":2,"u":"revivify_xphb","p":312,"s":8,"h":1,"t":1,"uu":"revivify|xphb","xF":{"l":3},"n":"Revivify"},{"id":5129,"c":2,"u":"rope%20trick_xphb","p":312,"s":8,"h":1,"t":1,"uu":"rope trick|xphb","xF":{"l":2},"n":"Rope Trick"},{"id":5130,"c":2,"u":"sacred%20flame_xphb","p":313,"s":8,"h":1,"t":1,"uu":"sacred flame|xphb","xF":{"l":0},"n":"Sacred Flame"},{"id":5131,"c":2,"u":"sanctuary_xphb","p":313,"s":8,"h":1,"t":1,"uu":"sanctuary|xphb","xF":{"l":1},"n":"Sanctuary"},{"id":5132,"c":2,"u":"scorching%20ray_xphb","p":314,"s":8,"h":1,"t":1,"uu":"scorching ray|xphb","xF":{"l":2},"n":"Scorching Ray"},{"id":5133,"c":2,"u":"scrying_xphb","p":314,"s":8,"h":1,"t":1,"uu":"scrying|xphb","m":"spells/XPHB/Scrying.webp","xF":{"l":5},"n":"Scrying"},{"id":5134,"c":2,"u":"searing%20smite_xphb","p":314,"s":8,"h":1,"t":1,"uu":"searing smite|xphb","xF":{"l":1},"n":"Searing Smite"},{"id":5135,"c":2,"u":"see%20invisibility_xphb","p":314,"s":8,"h":1,"t":1,"uu":"see invisibility|xphb","xF":{"l":2},"n":"See Invisibility"},{"id":5136,"c":2,"u":"seeming_xphb","p":314,"s":8,"h":1,"t":1,"uu":"seeming|xphb","xF":{"l":5},"n":"Seeming"},{"id":5137,"c":2,"u":"sending_xphb","p":314,"s":8,"h":1,"t":1,"uu":"sending|xphb","xF":{"l":3},"n":"Sending"},{"id":5138,"c":2,"u":"sequester_xphb","p":315,"s":8,"h":1,"t":1,"uu":"sequester|xphb","xF":{"l":7},"n":"Sequester"},{"id":5139,"c":2,"u":"shapechange_xphb","p":315,"s":8,"h":1,"t":1,"uu":"shapechange|xphb","m":"spells/XPHB/Shapechange.webp","xF":{"l":9},"n":"Shapechange"},{"id":5140,"c":2,"u":"shatter_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shatter|xphb","xF":{"l":2},"n":"Shatter"},{"id":5141,"c":2,"u":"shield_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shield|xphb","xF":{"l":1},"n":"Shield"},{"id":5142,"c":2,"u":"shield%20of%20faith_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shield of faith|xphb","xF":{"l":1},"n":"Shield of Faith"},{"id":5143,"c":2,"u":"shillelagh_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shillelagh|xphb","xF":{"l":0},"n":"Shillelagh"},{"id":5144,"c":2,"u":"shining%20smite_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shining smite|xphb","xF":{"l":2},"n":"Shining Smite"},{"id":5145,"c":2,"u":"shocking%20grasp_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shocking grasp|xphb","xF":{"l":0},"n":"Shocking Grasp"},{"id":5146,"c":2,"u":"silence_xphb","p":316,"s":8,"h":1,"t":1,"uu":"silence|xphb","xF":{"l":2},"n":"Silence"},{"id":5147,"c":2,"u":"silent%20image_xphb","p":317,"s":8,"h":1,"t":1,"uu":"silent image|xphb","m":"spells/XPHB/Silent Image.webp","xF":{"l":1},"n":"Silent Image"},{"id":5148,"c":2,"u":"simulacrum_xphb","p":317,"s":8,"h":1,"t":1,"uu":"simulacrum|xphb","xF":{"l":7},"n":"Simulacrum"},{"id":5149,"c":2,"u":"sleep_xphb","p":317,"s":8,"h":1,"t":1,"uu":"sleep|xphb","xF":{"l":1},"n":"Sleep"},{"id":5150,"c":2,"u":"sleet%20storm_xphb","p":317,"s":8,"h":1,"t":1,"uu":"sleet storm|xphb","xF":{"l":3},"n":"Sleet Storm"},{"id":5151,"c":2,"u":"slow_xphb","p":318,"s":8,"h":1,"t":1,"uu":"slow|xphb","xF":{"l":3},"n":"Slow"},{"id":5152,"c":2,"u":"sorcerous%20burst_xphb","p":318,"s":8,"h":1,"t":1,"uu":"sorcerous burst|xphb","xF":{"l":0},"n":"Sorcerous Burst"},{"id":5153,"c":2,"u":"spare%20the%20dying_xphb","p":318,"s":8,"h":1,"t":1,"uu":"spare the dying|xphb","xF":{"l":0},"n":"Spare the Dying"},{"id":5154,"c":2,"u":"speak%20with%20animals_xphb","p":318,"s":8,"h":1,"t":1,"uu":"speak with animals|xphb","m":"spells/XPHB/Speak with Animals.webp","xF":{"l":1},"n":"Speak with Animals"},{"id":5155,"c":2,"u":"speak%20with%20dead_xphb","p":318,"s":8,"h":1,"t":1,"uu":"speak with dead|xphb","xF":{"l":3},"n":"Speak with Dead"},{"id":5156,"c":2,"u":"speak%20with%20plants_xphb","p":318,"s":8,"h":1,"t":1,"uu":"speak with plants|xphb","xF":{"l":3},"n":"Speak with Plants"},{"id":5157,"c":2,"u":"spider%20climb_xphb","p":318,"s":8,"h":1,"t":1,"uu":"spider climb|xphb","xF":{"l":2},"n":"Spider Climb"},{"id":5158,"c":2,"u":"spike%20growth_xphb","p":318,"s":8,"h":1,"t":1,"uu":"spike growth|xphb","xF":{"l":2},"n":"Spike Growth"},{"id":5159,"c":2,"u":"spirit%20guardians_xphb","p":318,"s":8,"h":1,"t":1,"uu":"spirit guardians|xphb","xF":{"l":3},"n":"Spirit Guardians"},{"id":5160,"c":2,"u":"spiritual%20weapon_xphb","p":318,"s":8,"h":1,"t":1,"uu":"spiritual weapon|xphb","m":"spells/XPHB/Spiritual Weapon.webp","xF":{"l":2},"n":"Spiritual Weapon"},{"id":5161,"c":2,"u":"staggering%20smite_xphb","p":319,"s":8,"h":1,"t":1,"uu":"staggering smite|xphb","xF":{"l":4},"n":"Staggering Smite"},{"id":5162,"c":2,"u":"starry%20wisp_xphb","p":320,"s":8,"h":1,"t":1,"uu":"starry wisp|xphb","xF":{"l":0},"n":"Starry Wisp"},{"id":5163,"c":2,"u":"steel%20wind%20strike_xphb","p":319,"s":8,"h":1,"t":1,"uu":"steel wind strike|xphb","xF":{"l":5},"n":"Steel Wind Strike"},{"id":5164,"c":2,"u":"stinking%20cloud_xphb","p":320,"s":8,"h":1,"t":1,"uu":"stinking cloud|xphb","xF":{"l":3},"n":"Stinking Cloud"},{"id":5165,"c":2,"u":"stone%20shape_xphb","p":320,"s":8,"h":1,"t":1,"uu":"stone shape|xphb","xF":{"l":4},"n":"Stone Shape"},{"id":5166,"c":2,"u":"stoneskin_xphb","p":320,"s":8,"h":1,"t":1,"uu":"stoneskin|xphb","xF":{"l":4},"n":"Stoneskin"},{"id":5167,"c":2,"u":"storm%20of%20vengeance_xphb","p":320,"s":8,"h":1,"t":1,"uu":"storm of vengeance|xphb","xF":{"l":9},"n":"Storm of Vengeance"},{"id":5168,"c":2,"u":"suggestion_xphb","p":320,"s":8,"h":1,"t":1,"uu":"suggestion|xphb","xF":{"l":2},"n":"Suggestion"},{"id":5169,"c":2,"u":"summon%20aberration_xphb","p":322,"s":8,"h":1,"t":1,"uu":"summon aberration|xphb","m":"spells/XPHB/Summon Aberration.webp","xF":{"l":4},"n":"Summon Aberration"},{"id":5170,"c":2,"u":"summon%20beast_xphb","p":322,"s":8,"h":1,"t":1,"uu":"summon beast|xphb","xF":{"l":2},"n":"Summon Beast"},{"id":5171,"c":2,"u":"summon%20celestial_xphb","p":323,"s":8,"h":1,"t":1,"uu":"summon celestial|xphb","m":"spells/XPHB/Summon Celestial.webp","xF":{"l":5},"n":"Summon Celestial"},{"id":5172,"c":2,"u":"summon%20construct_xphb","p":324,"s":8,"h":1,"t":1,"uu":"summon construct|xphb","m":"spells/XPHB/Summon Construct.webp","xF":{"l":4},"n":"Summon Construct"},{"id":5173,"c":2,"u":"summon%20dragon_xphb","p":324,"s":8,"h":1,"t":1,"uu":"summon dragon|xphb","m":"spells/XPHB/Summon Dragon.webp","xF":{"l":5},"n":"Summon Dragon"},{"id":5174,"c":2,"u":"summon%20elemental_xphb","p":325,"s":8,"h":1,"t":1,"uu":"summon elemental|xphb","xF":{"l":4},"n":"Summon Elemental"},{"id":5175,"c":2,"u":"summon%20fey_xphb","p":326,"s":8,"h":1,"t":1,"uu":"summon fey|xphb","m":"spells/XPHB/Summon Fey.webp","xF":{"l":3},"n":"Summon Fey"},{"id":5176,"c":2,"u":"summon%20fiend_xphb","p":326,"s":8,"h":1,"t":1,"uu":"summon fiend|xphb","m":"spells/XPHB/Summon Fiend.webp","xF":{"l":6},"n":"Summon Fiend"},{"id":5177,"c":2,"u":"summon%20undead_xphb","p":328,"s":8,"h":1,"t":1,"uu":"summon undead|xphb","m":"spells/XPHB/Summon Undead.webp","xF":{"l":3},"n":"Summon Undead"},{"id":5178,"c":2,"u":"sunbeam_xphb","p":329,"s":8,"h":1,"t":1,"uu":"sunbeam|xphb","xF":{"l":6},"n":"Sunbeam"},{"id":5179,"c":2,"u":"sunburst_xphb","p":329,"s":8,"h":1,"t":1,"uu":"sunburst|xphb","xF":{"l":8},"n":"Sunburst"},{"id":5180,"c":2,"u":"swift%20quiver_xphb","p":329,"s":8,"h":1,"t":1,"uu":"swift quiver|xphb","xF":{"l":5},"n":"Swift Quiver"},{"id":5181,"c":2,"u":"symbol_xphb","p":329,"s":8,"h":1,"t":1,"uu":"symbol|xphb","xF":{"l":7},"n":"Symbol"},{"id":5182,"c":2,"u":"synaptic%20static_xphb","p":330,"s":8,"h":1,"t":1,"uu":"synaptic static|xphb","xF":{"l":5},"n":"Synaptic Static"},{"id":5183,"c":2,"u":"tasha's%20bubbling%20cauldron_xphb","p":330,"s":8,"h":1,"t":1,"uu":"tasha's bubbling cauldron|xphb","m":"spells/XPHB/Tasha's Bubbling Cauldron.webp","xF":{"l":6},"n":"Tasha's Bubbling Cauldron"},{"id":5184,"c":2,"u":"tasha's%20hideous%20laughter_xphb","p":331,"s":8,"h":1,"t":1,"uu":"tasha's hideous laughter|xphb","xF":{"l":1},"n":"Tasha's Hideous Laughter"},{"id":5185,"c":2,"u":"telekinesis_xphb","p":331,"s":8,"h":1,"t":1,"uu":"telekinesis|xphb","xF":{"l":5},"n":"Telekinesis"},{"id":5186,"c":2,"u":"telepathy_xphb","p":331,"s":8,"h":1,"t":1,"uu":"telepathy|xphb","xF":{"l":8},"n":"Telepathy"},{"id":5187,"c":2,"u":"teleport_xphb","p":331,"s":8,"h":1,"t":1,"uu":"teleport|xphb","xF":{"l":7},"n":"Teleport"},{"id":5188,"c":2,"u":"teleportation%20circle_xphb","p":332,"s":8,"h":1,"t":1,"uu":"teleportation circle|xphb","xF":{"l":5},"n":"Teleportation Circle"},{"id":5189,"c":2,"u":"tenser's%20floating%20disk_xphb","p":332,"s":8,"h":1,"t":1,"uu":"tenser's floating disk|xphb","m":"spells/XPHB/Tenser's Floating Disk.webp","xF":{"l":1},"n":"Tenser's Floating Disk"},{"id":5190,"c":2,"u":"thaumaturgy_xphb","p":333,"s":8,"h":1,"t":1,"uu":"thaumaturgy|xphb","xF":{"l":0},"n":"Thaumaturgy"},{"id":5191,"c":2,"u":"thorn%20whip_xphb","p":333,"s":8,"h":1,"t":1,"uu":"thorn whip|xphb","xF":{"l":0},"n":"Thorn Whip"},{"id":5192,"c":2,"u":"thunderclap_xphb","p":333,"s":8,"h":1,"t":1,"uu":"thunderclap|xphb","xF":{"l":0},"n":"Thunderclap"},{"id":5193,"c":2,"u":"thunderous%20smite_xphb","p":334,"s":8,"h":1,"t":1,"uu":"thunderous smite|xphb","xF":{"l":1},"n":"Thunderous Smite"},{"id":5194,"c":2,"u":"thunderwave_xphb","p":334,"s":8,"h":1,"t":1,"uu":"thunderwave|xphb","xF":{"l":1},"n":"Thunderwave"},{"id":5195,"c":2,"u":"time%20stop_xphb","p":334,"s":8,"h":1,"t":1,"uu":"time stop|xphb","xF":{"l":9},"n":"Time Stop"},{"id":5196,"c":2,"u":"toll%20the%20dead_xphb","p":334,"s":8,"h":1,"t":1,"uu":"toll the dead|xphb","xF":{"l":0},"n":"Toll the Dead"},{"id":5197,"c":2,"u":"tongues_xphb","p":334,"s":8,"h":1,"t":1,"uu":"tongues|xphb","xF":{"l":3},"n":"Tongues"},{"id":5198,"c":2,"u":"transport%20via%20plants_xphb","p":334,"s":8,"h":1,"t":1,"uu":"transport via plants|xphb","m":"spells/XPHB/Transport via Plants.webp","xF":{"l":6},"n":"Transport via Plants"},{"id":5199,"c":2,"u":"tree%20stride_xphb","p":335,"s":8,"h":1,"t":1,"uu":"tree stride|xphb","m":"spells/XPHB/Tree Stride.webp","xF":{"l":5},"n":"Tree Stride"},{"id":5200,"c":2,"u":"true%20polymorph_xphb","p":335,"s":8,"h":1,"t":1,"uu":"true polymorph|xphb","xF":{"l":9},"n":"True Polymorph"},{"id":5201,"c":2,"u":"true%20resurrection_xphb","p":336,"s":8,"h":1,"t":1,"uu":"true resurrection|xphb","xF":{"l":9},"n":"True Resurrection"},{"id":5202,"c":2,"u":"true%20seeing_xphb","p":336,"s":8,"h":1,"t":1,"uu":"true seeing|xphb","xF":{"l":6},"n":"True Seeing"},{"id":5203,"c":2,"u":"true%20strike_xphb","p":336,"s":8,"h":1,"t":1,"uu":"true strike|xphb","xF":{"l":0},"n":"True Strike"},{"id":5204,"c":2,"u":"tsunami_xphb","p":336,"s":8,"h":1,"t":1,"uu":"tsunami|xphb","xF":{"l":8},"n":"Tsunami"},{"id":5205,"c":2,"u":"unseen%20servant_xphb","p":336,"s":8,"h":1,"t":1,"uu":"unseen servant|xphb","xF":{"l":1},"n":"Unseen Servant"},{"id":5206,"c":2,"u":"vampiric%20touch_xphb","p":337,"s":8,"h":1,"t":1,"uu":"vampiric touch|xphb","xF":{"l":3},"n":"Vampiric Touch"},{"id":5207,"c":2,"u":"vicious%20mockery_xphb","p":337,"s":8,"h":1,"t":1,"uu":"vicious mockery|xphb","m":"spells/XPHB/Vicious Mockery.webp","xF":{"l":0},"n":"Vicious Mockery"},{"id":5208,"c":2,"u":"vitriolic%20sphere_xphb","p":337,"s":8,"h":1,"t":1,"uu":"vitriolic sphere|xphb","m":"spells/XPHB/Vitriolic Sphere.webp","xF":{"l":4},"n":"Vitriolic Sphere"},{"id":5209,"c":2,"u":"wall%20of%20fire_xphb","p":338,"s":8,"h":1,"t":1,"uu":"wall of fire|xphb","xF":{"l":4},"n":"Wall of Fire"},{"id":5210,"c":2,"u":"wall%20of%20force_xphb","p":338,"s":8,"h":1,"t":1,"uu":"wall of force|xphb","xF":{"l":5},"n":"Wall of Force"},{"id":5211,"c":2,"u":"wall%20of%20ice_xphb","p":339,"s":8,"h":1,"t":1,"uu":"wall of ice|xphb","xF":{"l":6},"n":"Wall of Ice"},{"id":5212,"c":2,"u":"wall%20of%20stone_xphb","p":339,"s":8,"h":1,"t":1,"uu":"wall of stone|xphb","xF":{"l":5},"n":"Wall of Stone"},{"id":5213,"c":2,"u":"wall%20of%20thorns_xphb","p":339,"s":8,"h":1,"t":1,"uu":"wall of thorns|xphb","xF":{"l":6},"n":"Wall of Thorns"},{"id":5214,"c":2,"u":"warding%20bond_xphb","p":340,"s":8,"h":1,"t":1,"uu":"warding bond|xphb","xF":{"l":2},"n":"Warding Bond"},{"id":5215,"c":2,"u":"water%20breathing_xphb","p":340,"s":8,"h":1,"t":1,"uu":"water breathing|xphb","m":"spells/XPHB/Water Breathing.webp","xF":{"l":3},"n":"Water Breathing"},{"id":5216,"c":2,"u":"water%20walk_xphb","p":340,"s":8,"h":1,"t":1,"uu":"water walk|xphb","m":"spells/XPHB/Water Walk.webp","xF":{"l":3},"n":"Water Walk"},{"id":5217,"c":2,"u":"web_xphb","p":340,"s":8,"h":1,"t":1,"uu":"web|xphb","xF":{"l":2},"n":"Web"},{"id":5218,"c":2,"u":"weird_xphb","p":341,"s":8,"h":1,"t":1,"uu":"weird|xphb","xF":{"l":9},"n":"Weird"},{"id":5219,"c":2,"u":"wind%20walk_xphb","p":341,"s":8,"h":1,"t":1,"uu":"wind walk|xphb","xF":{"l":6},"n":"Wind Walk"},{"id":5220,"c":2,"u":"wind%20wall_xphb","p":341,"s":8,"h":1,"t":1,"uu":"wind wall|xphb","xF":{"l":3},"n":"Wind Wall"},{"id":5221,"c":2,"u":"wish_xphb","p":341,"s":8,"h":1,"t":1,"uu":"wish|xphb","xF":{"l":9},"n":"Wish"},{"id":5222,"c":2,"u":"witch%20bolt_xphb","p":343,"s":8,"h":1,"t":1,"uu":"witch bolt|xphb","m":"spells/XPHB/Witch Bolt.webp","xF":{"l":1},"n":"Witch Bolt"},{"id":5223,"c":2,"u":"word%20of%20radiance_xphb","p":343,"s":8,"h":1,"t":1,"uu":"word of radiance|xphb","xF":{"l":0},"n":"Word of Radiance"},{"id":5224,"c":2,"u":"word%20of%20recall_xphb","p":343,"s":8,"h":1,"t":1,"uu":"word of recall|xphb","xF":{"l":6},"n":"Word of Recall"},{"id":5225,"c":2,"u":"wrathful%20smite_xphb","p":343,"s":8,"h":1,"t":1,"uu":"wrathful smite|xphb","xF":{"l":1},"n":"Wrathful Smite"},{"id":5226,"c":2,"u":"yolande's%20regal%20presence_xphb","p":343,"s":8,"h":1,"t":1,"uu":"yolande's regal presence|xphb","m":"spells/XPHB/Yolande's Regal Presence.webp","xF":{"l":5},"n":"Yolande's Regal Presence"},{"id":5227,"c":2,"u":"zone%20of%20truth_xphb","p":343,"s":8,"h":1,"t":1,"uu":"zone of truth|xphb","xF":{"l":2},"n":"Zone of Truth"},{"id":5228,"c":2,"u":"air%20bubble_aag","p":22,"s":103,"h":1,"t":1,"uu":"air bubble|aag","m":"spells/AAG/Air Bubble.webp","xF":{"l":2},"n":"Air Bubble"},{"id":5229,"c":2,"u":"create%20spelljamming%20helm_aag","p":22,"s":103,"h":1,"t":1,"uu":"create spelljamming helm|aag","xF":{"l":5},"n":"Create Spelljamming Helm"},{"id":5230,"c":2,"u":"distort%20value_ai","p":75,"s":15,"h":1,"t":1,"uu":"distort value|ai","xF":{"l":1},"n":"Distort Value"},{"id":5231,"c":2,"u":"fast%20friends_ai","p":75,"s":15,"h":1,"t":1,"uu":"fast friends|ai","xF":{"l":3},"n":"Fast Friends"},{"id":5232,"c":2,"u":"gift%20of%20gab_ai","p":76,"s":15,"h":1,"t":1,"uu":"gift of gab|ai","xF":{"l":2},"n":"Gift of Gab"},{"id":5233,"c":2,"u":"incite%20greed_ai","p":76,"s":15,"h":1,"t":1,"uu":"incite greed|ai","xF":{"l":3},"n":"Incite Greed"},{"id":5234,"c":2,"u":"jim's%20glowing%20coin_ai","p":76,"s":15,"h":1,"t":1,"uu":"jim's glowing coin|ai","xF":{"l":2},"n":"Jim's Glowing Coin"},{"id":5235,"c":2,"u":"jim's%20magic%20missile_ai","p":76,"s":15,"h":1,"t":1,"uu":"jim's magic missile|ai","xF":{"l":1},"n":"Jim's Magic Missile"},{"id":5236,"c":2,"u":"motivational%20speech_ai","p":77,"s":15,"h":1,"t":1,"uu":"motivational speech|ai","xF":{"l":3},"n":"Motivational Speech"},{"id":5237,"c":2,"u":"conjure%20the%20deep%20haze_dodk","p":226,"s":25,"h":1,"dP":1,"t":1,"uu":"conjure the deep haze|dodk","xF":{"l":5},"n":"Conjure the Deep Haze"},{"id":5238,"c":2,"u":"contaminated%20power_dodk","p":226,"s":25,"h":1,"dP":1,"t":1,"uu":"contaminated power|dodk","xF":{"l":8},"n":"Contaminated Power"},{"id":5239,"c":2,"u":"contamination%20immunity_dodk","p":226,"s":25,"h":1,"dP":1,"t":1,"uu":"contamination immunity|dodk","xF":{"l":7},"n":"Contamination Immunity"},{"id":5240,"c":2,"u":"delerium%20blast_dodk","p":227,"s":25,"h":1,"dP":1,"t":1,"uu":"delerium blast|dodk","xF":{"l":4},"n":"Delerium Blast"},{"id":5241,"c":2,"u":"delerium%20orb_dodk","p":227,"s":25,"h":1,"dP":1,"t":1,"uu":"delerium orb|dodk","xF":{"l":1},"n":"Delerium Orb"},{"id":5242,"c":2,"u":"forced%20evolution_dodk","p":227,"s":25,"h":1,"dP":1,"t":1,"uu":"forced evolution|dodk","xF":{"l":4},"n":"Forced Evolution"},{"id":5243,"c":2,"u":"neutralizing%20field_dodk","p":228,"s":25,"h":1,"dP":1,"t":1,"uu":"neutralizing field|dodk","xF":{"l":5},"n":"Neutralizing Field"},{"id":5244,"c":2,"u":"octarine%20spray_dodk","p":228,"s":25,"h":1,"dP":1,"t":1,"uu":"octarine spray|dodk","xF":{"l":7},"n":"Octarine Spray"},{"id":5245,"c":2,"u":"purge%20contamination_dodk","p":228,"s":25,"h":1,"dP":1,"t":1,"uu":"purge contamination|dodk","xF":{"l":3},"n":"Purge Contamination"},{"id":5246,"c":2,"u":"ray%20of%20contamination_dodk","p":229,"s":25,"h":1,"dP":1,"t":1,"uu":"ray of contamination|dodk","xF":{"l":6},"n":"Ray of Contamination"},{"id":5247,"c":2,"u":"ride%20the%20rifts_dodk","p":228,"s":25,"h":1,"dP":1,"t":1,"uu":"ride the rifts|dodk","xF":{"l":3},"n":"Ride the Rifts"},{"id":5248,"c":2,"u":"sacrament%20of%20the%20falling%20fire_dodk","p":229,"s":25,"h":1,"dP":1,"t":1,"uu":"sacrament of the falling fire|dodk","xF":{"l":9},"n":"Sacrament of the Falling Fire"},{"id":5249,"c":2,"u":"siphon%20contamination_dodk","p":229,"s":25,"h":1,"dP":1,"t":1,"uu":"siphon contamination|dodk","xF":{"l":6},"n":"Siphon Contamination"},{"id":5250,"c":2,"u":"warp%20bolt_dodk","p":229,"s":25,"h":1,"dP":1,"t":1,"uu":"warp bolt|dodk","xF":{"l":2},"n":"Warp Bolt"},{"id":5251,"c":2,"u":"dark%20star_egw","p":186,"s":28,"h":1,"dP":1,"t":1,"uu":"dark star|egw","m":"spells/EGW/Dark Star.webp","xF":{"l":8},"n":"Dark Star"},{"id":5252,"c":2,"u":"fortune's%20favor_egw","p":186,"s":28,"h":1,"dP":1,"t":1,"uu":"fortune's favor|egw","xF":{"l":2},"n":"Fortune's Favor"},{"id":5253,"c":2,"u":"gift%20of%20alacrity_egw","p":186,"s":28,"h":1,"dP":1,"t":1,"uu":"gift of alacrity|egw","xF":{"l":1},"n":"Gift of Alacrity"},{"id":5254,"c":2,"u":"gravity%20fissure_egw","p":187,"s":28,"h":1,"dP":1,"t":1,"uu":"gravity fissure|egw","xF":{"l":6},"n":"Gravity Fissure"},{"id":5255,"c":2,"u":"gravity%20sinkhole_egw","p":187,"s":28,"h":1,"dP":1,"t":1,"uu":"gravity sinkhole|egw","xF":{"l":4},"n":"Gravity Sinkhole"},{"id":5256,"c":2,"u":"immovable%20object_egw","p":187,"s":28,"h":1,"dP":1,"t":1,"uu":"immovable object|egw","xF":{"l":2},"n":"Immovable Object"},{"id":5257,"c":2,"u":"magnify%20gravity_egw","p":188,"s":28,"h":1,"dP":1,"t":1,"uu":"magnify gravity|egw","xF":{"l":1},"n":"Magnify Gravity"},{"id":5258,"c":2,"u":"pulse%20wave_egw","p":188,"s":28,"h":1,"dP":1,"t":1,"uu":"pulse wave|egw","xF":{"l":3},"n":"Pulse Wave"},{"id":5259,"c":2,"u":"ravenous%20void_egw","p":188,"s":28,"h":1,"dP":1,"t":1,"uu":"ravenous void|egw","xF":{"l":9},"n":"Ravenous Void"},{"id":5260,"c":2,"u":"reality%20break_egw","p":189,"s":28,"h":1,"dP":1,"t":1,"uu":"reality break|egw","m":"spells/EGW/Reality Break.webp","xF":{"l":8},"n":"Reality Break"},{"id":5261,"c":2,"u":"sapping%20sting_egw","p":189,"s":28,"h":1,"dP":1,"t":1,"uu":"sapping sting|egw","xF":{"l":0},"n":"Sapping Sting"},{"id":5262,"c":2,"u":"temporal%20shunt_egw","p":189,"s":28,"h":1,"dP":1,"t":1,"uu":"temporal shunt|egw","xF":{"l":5},"n":"Temporal Shunt"},{"id":5263,"c":2,"u":"tether%20essence_egw","p":189,"s":28,"h":1,"dP":1,"t":1,"uu":"tether essence|egw","xF":{"l":7},"n":"Tether Essence"},{"id":5264,"c":2,"u":"time%20ravage_egw","p":189,"s":28,"h":1,"dP":1,"t":1,"uu":"time ravage|egw","xF":{"l":9},"n":"Time Ravage"},{"id":5265,"c":2,"u":"wristpocket_egw","p":190,"s":28,"h":1,"dP":1,"t":1,"uu":"wristpocket|egw","xF":{"l":2},"n":"Wristpocket"},{"id":5266,"c":2,"u":"encode%20thoughts_ggr","p":47,"s":31,"h":1,"t":1,"uu":"encode thoughts|ggr","m":"spells/GGR/Encode Thoughts.webp","xF":{"l":0},"n":"Encode Thoughts"},{"id":5267,"c":2,"u":"arboreal%20curse_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"arboreal curse|ghloe","xF":{"l":7},"n":"Arboreal Curse"},{"id":5268,"c":2,"u":"consume%20mind_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"consume mind|ghloe","xF":{"l":4},"n":"Consume Mind"},{"id":5269,"c":2,"u":"heartseeker_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"heartseeker|ghloe","xF":{"l":6},"n":"Heartseeker"},{"id":5270,"c":2,"u":"hunter%20sense_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"hunter sense|ghloe","xF":{"l":0},"n":"Hunter Sense"},{"id":5271,"c":2,"u":"magic%20mirror_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"magic mirror|ghloe","xF":{"l":5},"n":"Magic Mirror"},{"id":5272,"c":2,"u":"suffocate_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"suffocate|ghloe","xF":{"l":3},"n":"Suffocate"},{"id":5273,"c":2,"u":"wrack_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"wrack|ghloe","xF":{"l":2},"n":"Wrack"},{"id":5274,"c":2,"u":"ambush%20prey_hwcs","p":49,"s":37,"h":1,"dP":1,"t":1,"uu":"ambush prey|hwcs","m":"spells/HWCS/Ambush-Prey.webp","xF":{"l":2},"n":"Ambush Prey"},{"id":5275,"c":2,"u":"elevated%20sight_hwcs","p":49,"s":37,"h":1,"dP":1,"t":1,"uu":"elevated sight|hwcs","m":"spells/HWCS/Elevated-Sight.webp","xF":{"l":1},"n":"Elevated Sight"},{"id":5276,"c":2,"u":"feathered%20reach_hwcs","p":50,"s":37,"h":1,"dP":1,"t":1,"uu":"feathered reach|hwcs","m":"spells/HWCS/Feathered-Reach.webp","xF":{"l":3},"n":"Feathered Reach"},{"id":5277,"c":2,"u":"globe%20of%20twilight_hwcs","p":50,"s":37,"h":1,"dP":1,"t":1,"uu":"globe of twilight|hwcs","m":"spells/HWCS/Globe-of-Twilight.webp","xF":{"l":3},"n":"Globe of Twilight"},{"id":5278,"c":2,"u":"gust%20barrier_hwcs","p":50,"s":37,"h":1,"dP":1,"t":1,"uu":"gust barrier|hwcs","m":"spells/HWCS/Gust-Barrier.webp","xF":{"l":0},"n":"Gust Barrier"},{"id":5279,"c":2,"u":"invoke%20the%20amaranthine_hwcs","p":51,"s":37,"h":1,"dP":1,"t":1,"uu":"invoke the amaranthine|hwcs","m":"spells/HWCS/Invoke-the-Amaranthine.webp","xF":{"l":3},"n":"Invoke the Amaranthine"},{"id":5280,"c":2,"u":"shape%20plants_hwcs","p":51,"s":37,"h":1,"dP":1,"t":1,"uu":"shape plants|hwcs","m":"spells/HWCS/Shape-Plants.webp","xF":{"l":4},"n":"Shape Plants"},{"id":5281,"c":2,"u":"spiny%20shield_hwcs","p":51,"s":37,"h":1,"dP":1,"t":1,"uu":"spiny shield|hwcs","m":"spells/HWCS/Spiny-Shield.webp","xF":{"l":1},"n":"Spiny Shield"},{"id":5282,"c":2,"u":"stellar%20bodies_hwcs","p":52,"s":37,"h":1,"dP":1,"t":1,"uu":"stellar bodies|hwcs","m":"spells/HWCS/Stellar-Bodies.webp","xF":{"l":4},"n":"Stellar Bodies"},{"id":5283,"c":2,"u":"veil%20of%20dusk_hwcs","p":52,"s":37,"h":1,"dP":1,"t":1,"uu":"veil of dusk|hwcs","m":"spells/HWCS/Veil-of-Dusk.webp","xF":{"l":1},"n":"Veil of Dusk"},{"id":5284,"c":2,"u":"create%20magen_idrotf","p":318,"s":38,"h":1,"t":1,"uu":"create magen|idrotf","xF":{"l":7},"n":"Create Magen"},{"id":5285,"c":2,"u":"frost%20fingers_idrotf","p":318,"s":38,"h":1,"t":1,"uu":"frost fingers|idrotf","xF":{"l":1},"n":"Frost Fingers"},{"id":5286,"c":2,"u":"acid%20splash_phb","p":211,"s":52,"h":1,"r":1,"t":1,"uu":"acid splash|phb","xF":{"l":0},"n":"Acid Splash"},{"id":5287,"c":2,"u":"aid_phb","p":211,"s":52,"h":1,"r":1,"t":1,"uu":"aid|phb","xF":{"l":2},"n":"Aid"},{"id":5288,"c":2,"u":"alarm_phb","p":211,"s":52,"h":1,"r":1,"t":1,"uu":"alarm|phb","xF":{"l":1},"n":"Alarm"},{"id":5289,"c":2,"u":"alter%20self_phb","p":211,"s":52,"h":1,"r":1,"t":1,"uu":"alter self|phb","xF":{"l":2},"n":"Alter Self"},{"id":5290,"c":2,"u":"animal%20friendship_phb","p":212,"s":52,"h":1,"r":1,"t":1,"uu":"animal friendship|phb","xF":{"l":1},"n":"Animal Friendship"},{"id":5291,"c":2,"u":"animal%20messenger_phb","p":212,"s":52,"h":1,"r":1,"t":1,"uu":"animal messenger|phb","xF":{"l":2},"n":"Animal Messenger"},{"id":5292,"c":2,"u":"animal%20shapes_phb","p":212,"s":52,"h":1,"r":1,"t":1,"uu":"animal shapes|phb","xF":{"l":8},"n":"Animal Shapes"},{"id":5293,"c":2,"u":"animate%20dead_phb","p":212,"s":52,"h":1,"r":1,"t":1,"uu":"animate dead|phb","xF":{"l":3},"n":"Animate Dead"},{"id":5294,"c":2,"u":"animate%20objects_phb","p":213,"s":52,"h":1,"r":1,"t":1,"uu":"animate objects|phb","xF":{"l":5},"n":"Animate Objects"},{"id":5295,"c":2,"u":"antilife%20shell_phb","p":213,"s":52,"h":1,"r":1,"t":1,"uu":"antilife shell|phb","xF":{"l":5},"n":"Antilife Shell"},{"id":5296,"c":2,"u":"antimagic%20field_phb","p":213,"s":52,"h":1,"r":1,"t":1,"uu":"antimagic field|phb","xF":{"l":8},"n":"Antimagic Field"},{"id":5297,"c":2,"u":"antipathy%2fsympathy_phb","p":214,"s":52,"h":1,"r":1,"t":1,"uu":"antipathy/sympathy|phb","xF":{"l":8},"n":"Antipathy/Sympathy"},{"id":5298,"c":2,"u":"arcane%20eye_phb","p":214,"s":52,"h":1,"r":1,"t":1,"uu":"arcane eye|phb","xF":{"l":4},"n":"Arcane Eye"},{"id":5299,"c":2,"u":"arcane%20gate_phb","p":214,"s":52,"h":1,"t":1,"uu":"arcane gate|phb","xF":{"l":6},"n":"Arcane Gate"},{"id":5300,"c":2,"u":"arcane%20lock_phb","p":215,"s":52,"h":1,"r":1,"t":1,"uu":"arcane lock|phb","xF":{"l":2},"n":"Arcane Lock"},{"id":5301,"c":2,"u":"armor%20of%20agathys_phb","p":215,"s":52,"h":1,"t":1,"uu":"armor of agathys|phb","xF":{"l":1},"n":"Armor of Agathys"},{"id":5302,"c":2,"u":"arms%20of%20hadar_phb","p":215,"s":52,"h":1,"t":1,"uu":"arms of hadar|phb","xF":{"l":1},"n":"Arms of Hadar"},{"id":5303,"c":2,"u":"astral%20projection_phb","p":215,"s":52,"h":1,"r":1,"t":1,"uu":"astral projection|phb","xF":{"l":9},"n":"Astral Projection"},{"id":5304,"c":2,"u":"augury_phb","p":215,"s":52,"h":1,"r":1,"t":1,"uu":"augury|phb","xF":{"l":2},"n":"Augury"},{"id":5305,"c":2,"u":"aura%20of%20life_phb","p":216,"s":52,"h":1,"t":1,"uu":"aura of life|phb","xF":{"l":4},"n":"Aura of Life"},{"id":5306,"c":2,"u":"aura%20of%20purity_phb","p":216,"s":52,"h":1,"t":1,"uu":"aura of purity|phb","xF":{"l":4},"n":"Aura of Purity"},{"id":5307,"c":2,"u":"aura%20of%20vitality_phb","p":216,"s":52,"h":1,"t":1,"uu":"aura of vitality|phb","xF":{"l":3},"n":"Aura of Vitality"},{"id":5308,"c":2,"u":"awaken_phb","p":216,"s":52,"h":1,"r":1,"t":1,"uu":"awaken|phb","xF":{"l":5},"n":"Awaken"},{"id":5309,"c":2,"u":"bane_phb","p":216,"s":52,"h":1,"r":1,"t":1,"uu":"bane|phb","xF":{"l":1},"n":"Bane"},{"id":5310,"c":2,"u":"banishing%20smite_phb","p":216,"s":52,"h":1,"t":1,"uu":"banishing smite|phb","xF":{"l":5},"n":"Banishing Smite"},{"id":5311,"c":2,"u":"banishment_phb","p":217,"s":52,"h":1,"r":1,"t":1,"uu":"banishment|phb","xF":{"l":4},"n":"Banishment"},{"id":5312,"c":2,"u":"barkskin_phb","p":217,"s":52,"h":1,"r":1,"t":1,"uu":"barkskin|phb","m":"spells/PHB/Barkskin.webp","xF":{"l":2},"n":"Barkskin"},{"id":5313,"c":2,"u":"beacon%20of%20hope_phb","p":217,"s":52,"h":1,"r":1,"t":1,"uu":"beacon of hope|phb","xF":{"l":3},"n":"Beacon of Hope"},{"id":5314,"c":2,"u":"beast%20sense_phb","p":217,"s":52,"h":1,"t":1,"uu":"beast sense|phb","xF":{"l":2},"n":"Beast Sense"},{"id":5315,"c":2,"u":"bestow%20curse_phb","p":218,"s":52,"h":1,"r":1,"t":1,"uu":"bestow curse|phb","xF":{"l":3},"n":"Bestow Curse"},{"id":5316,"c":2,"u":"bigby's%20hand_phb","p":218,"s":52,"h":1,"r":1,"t":1,"uu":"bigby's hand|phb","xF":{"l":5},"n":"Bigby's Hand"},{"id":5317,"c":2,"u":"bigby's%20hand_phb","p":218,"s":52,"h":1,"r":1,"t":1,"uu":"bigby's hand|phb","xF":{"l":5},"n":"Arcane Hand"},{"id":5318,"c":2,"u":"blade%20barrier_phb","p":218,"s":52,"h":1,"r":1,"t":1,"uu":"blade barrier|phb","xF":{"l":6},"n":"Blade Barrier"},{"id":5319,"c":2,"u":"blade%20ward_phb","p":218,"s":52,"h":1,"t":1,"uu":"blade ward|phb","xF":{"l":0},"n":"Blade Ward"},{"id":5320,"c":2,"u":"bless_phb","p":219,"s":52,"h":1,"r":1,"t":1,"uu":"bless|phb","xF":{"l":1},"n":"Bless"},{"id":5321,"c":2,"u":"blight_phb","p":219,"s":52,"h":1,"r":1,"t":1,"uu":"blight|phb","xF":{"l":4},"n":"Blight"},{"id":5322,"c":2,"u":"blinding%20smite_phb","p":219,"s":52,"h":1,"t":1,"uu":"blinding smite|phb","xF":{"l":3},"n":"Blinding Smite"},{"id":5323,"c":2,"u":"blindness%2fdeafness_phb","p":219,"s":52,"h":1,"r":1,"t":1,"uu":"blindness/deafness|phb","xF":{"l":2},"n":"Blindness/Deafness"},{"id":5324,"c":2,"u":"blink_phb","p":219,"s":52,"h":1,"r":1,"t":1,"uu":"blink|phb","xF":{"l":3},"n":"Blink"},{"id":5325,"c":2,"u":"blur_phb","p":219,"s":52,"h":1,"r":1,"t":1,"uu":"blur|phb","xF":{"l":2},"n":"Blur"},{"id":5326,"c":2,"u":"branding%20smite_phb","p":219,"s":52,"h":1,"r":1,"t":1,"uu":"branding smite|phb","xF":{"l":2},"n":"Branding Smite"},{"id":5327,"c":2,"u":"burning%20hands_phb","p":220,"s":52,"h":1,"r":1,"t":1,"uu":"burning hands|phb","m":"spells/PHB/Burning Hands.webp","xF":{"l":1},"n":"Burning Hands"},{"id":5328,"c":2,"u":"call%20lightning_phb","p":220,"s":52,"h":1,"r":1,"t":1,"uu":"call lightning|phb","xF":{"l":3},"n":"Call Lightning"},{"id":5329,"c":2,"u":"calm%20emotions_phb","p":221,"s":52,"h":1,"r":1,"t":1,"uu":"calm emotions|phb","xF":{"l":2},"n":"Calm Emotions"},{"id":5330,"c":2,"u":"chain%20lightning_phb","p":221,"s":52,"h":1,"r":1,"t":1,"uu":"chain lightning|phb","xF":{"l":6},"n":"Chain Lightning"},{"id":5331,"c":2,"u":"charm%20person_phb","p":221,"s":52,"h":1,"r":1,"t":1,"uu":"charm person|phb","xF":{"l":1},"n":"Charm Person"},{"id":5332,"c":2,"u":"chill%20touch_phb","p":221,"s":52,"h":1,"r":1,"t":1,"uu":"chill touch|phb","xF":{"l":0},"n":"Chill Touch"},{"id":5333,"c":2,"u":"chromatic%20orb_phb","p":221,"s":52,"h":1,"t":1,"uu":"chromatic orb|phb","xF":{"l":1},"n":"Chromatic Orb"},{"id":5334,"c":2,"u":"circle%20of%20death_phb","p":221,"s":52,"h":1,"r":1,"t":1,"uu":"circle of death|phb","xF":{"l":6},"n":"Circle of Death"},{"id":5335,"c":2,"u":"circle%20of%20power_phb","p":221,"s":52,"h":1,"t":1,"uu":"circle of power|phb","xF":{"l":5},"n":"Circle of Power"},{"id":5336,"c":2,"u":"clairvoyance_phb","p":222,"s":52,"h":1,"r":1,"t":1,"uu":"clairvoyance|phb","xF":{"l":3},"n":"Clairvoyance"},{"id":5337,"c":2,"u":"clone_phb","p":222,"s":52,"h":1,"r":1,"t":1,"uu":"clone|phb","xF":{"l":8},"n":"Clone"},{"id":5338,"c":2,"u":"cloud%20of%20daggers_phb","p":222,"s":52,"h":1,"t":1,"uu":"cloud of daggers|phb","xF":{"l":2},"n":"Cloud of Daggers"},{"id":5339,"c":2,"u":"cloudkill_phb","p":222,"s":52,"h":1,"r":1,"t":1,"uu":"cloudkill|phb","m":"spells/PHB/Cloudkill.webp","xF":{"l":5},"n":"Cloudkill"},{"id":5340,"c":2,"u":"color%20spray_phb","p":222,"s":52,"h":1,"r":1,"t":1,"uu":"color spray|phb","xF":{"l":1},"n":"Color Spray"},{"id":5341,"c":2,"u":"command_phb","p":223,"s":52,"h":1,"r":1,"t":1,"uu":"command|phb","xF":{"l":1},"n":"Command"},{"id":5342,"c":2,"u":"commune_phb","p":223,"s":52,"h":1,"r":1,"t":1,"uu":"commune|phb","xF":{"l":5},"n":"Commune"},{"id":5343,"c":2,"u":"commune%20with%20nature_phb","p":224,"s":52,"h":1,"r":1,"t":1,"uu":"commune with nature|phb","xF":{"l":5},"n":"Commune with Nature"},{"id":5344,"c":2,"u":"compelled%20duel_phb","p":224,"s":52,"h":1,"t":1,"uu":"compelled duel|phb","xF":{"l":1},"n":"Compelled Duel"},{"id":5345,"c":2,"u":"comprehend%20languages_phb","p":224,"s":52,"h":1,"r":1,"t":1,"uu":"comprehend languages|phb","xF":{"l":1},"n":"Comprehend Languages"},{"id":5346,"c":2,"u":"compulsion_phb","p":224,"s":52,"h":1,"r":1,"t":1,"uu":"compulsion|phb","xF":{"l":4},"n":"Compulsion"},{"id":5347,"c":2,"u":"cone%20of%20cold_phb","p":224,"s":52,"h":1,"r":1,"t":1,"uu":"cone of cold|phb","xF":{"l":5},"n":"Cone of Cold"},{"id":5348,"c":2,"u":"confusion_phb","p":224,"s":52,"h":1,"r":1,"t":1,"uu":"confusion|phb","xF":{"l":4},"n":"Confusion"},{"id":5349,"c":2,"u":"conjure%20animals_phb","p":225,"s":52,"h":1,"r":1,"t":1,"uu":"conjure animals|phb","xF":{"l":3},"n":"Conjure Animals"},{"id":5350,"c":2,"u":"conjure%20barrage_phb","p":225,"s":52,"h":1,"t":1,"uu":"conjure barrage|phb","xF":{"l":3},"n":"Conjure Barrage"},{"id":5351,"c":2,"u":"conjure%20celestial_phb","p":225,"s":52,"h":1,"r":1,"t":1,"uu":"conjure celestial|phb","xF":{"l":7},"n":"Conjure Celestial"},{"id":5352,"c":2,"u":"conjure%20elemental_phb","p":225,"s":52,"h":1,"r":1,"t":1,"uu":"conjure elemental|phb","xF":{"l":5},"n":"Conjure Elemental"},{"id":5353,"c":2,"u":"conjure%20fey_phb","p":226,"s":52,"h":1,"r":1,"t":1,"uu":"conjure fey|phb","xF":{"l":6},"n":"Conjure Fey"},{"id":5354,"c":2,"u":"conjure%20minor%20elementals_phb","p":226,"s":52,"h":1,"r":1,"t":1,"uu":"conjure minor elementals|phb","xF":{"l":4},"n":"Conjure Minor Elementals"},{"id":5355,"c":2,"u":"conjure%20volley_phb","p":226,"s":52,"h":1,"t":1,"uu":"conjure volley|phb","xF":{"l":5},"n":"Conjure Volley"},{"id":5356,"c":2,"u":"conjure%20woodland%20beings_phb","p":226,"s":52,"h":1,"r":1,"t":1,"uu":"conjure woodland beings|phb","xF":{"l":4},"n":"Conjure Woodland Beings"},{"id":5357,"c":2,"u":"contact%20other%20plane_phb","p":226,"s":52,"h":1,"r":1,"t":1,"uu":"contact other plane|phb","xF":{"l":5},"n":"Contact Other Plane"},{"id":5358,"c":2,"u":"contagion_phb","p":227,"s":52,"h":1,"r":1,"t":1,"uu":"contagion|phb","xF":{"l":5},"n":"Contagion"},{"id":5359,"c":2,"u":"contingency_phb","p":227,"s":52,"h":1,"r":1,"t":1,"uu":"contingency|phb","xF":{"l":6},"n":"Contingency"},{"id":5360,"c":2,"u":"continual%20flame_phb","p":227,"s":52,"h":1,"r":1,"t":1,"uu":"continual flame|phb","xF":{"l":2},"n":"Continual Flame"},{"id":5361,"c":2,"u":"control%20water_phb","p":227,"s":52,"h":1,"r":1,"t":1,"uu":"control water|phb","xF":{"l":4},"n":"Control Water"},{"id":5362,"c":2,"u":"control%20weather_phb","p":228,"s":52,"h":1,"r":1,"t":1,"uu":"control weather|phb","xF":{"l":8},"n":"Control Weather"},{"id":5363,"c":2,"u":"cordon%20of%20arrows_phb","p":228,"s":52,"h":1,"t":1,"uu":"cordon of arrows|phb","xF":{"l":2},"n":"Cordon of Arrows"},{"id":5364,"c":2,"u":"counterspell_phb","p":228,"s":52,"h":1,"r":1,"t":1,"uu":"counterspell|phb","xF":{"l":3},"n":"Counterspell"},{"id":5365,"c":2,"u":"create%20food%20and%20water_phb","p":229,"s":52,"h":1,"r":1,"t":1,"uu":"create food and water|phb","xF":{"l":3},"n":"Create Food and Water"},{"id":5366,"c":2,"u":"create%20or%20destroy%20water_phb","p":229,"s":52,"h":1,"r":1,"t":1,"uu":"create or destroy water|phb","xF":{"l":1},"n":"Create or Destroy Water"},{"id":5367,"c":2,"u":"create%20undead_phb","p":229,"s":52,"h":1,"r":1,"t":1,"uu":"create undead|phb","xF":{"l":6},"n":"Create Undead"},{"id":5368,"c":2,"u":"creation_phb","p":229,"s":52,"h":1,"r":1,"t":1,"uu":"creation|phb","xF":{"l":5},"n":"Creation"},{"id":5369,"c":2,"u":"crown%20of%20madness_phb","p":229,"s":52,"h":1,"t":1,"uu":"crown of madness|phb","xF":{"l":2},"n":"Crown of Madness"},{"id":5370,"c":2,"u":"crusader's%20mantle_phb","p":230,"s":52,"h":1,"t":1,"uu":"crusader's mantle|phb","xF":{"l":3},"n":"Crusader's Mantle"},{"id":5371,"c":2,"u":"cure%20wounds_phb","p":230,"s":52,"h":1,"r":1,"t":1,"uu":"cure wounds|phb","xF":{"l":1},"n":"Cure Wounds"},{"id":5372,"c":2,"u":"dancing%20lights_phb","p":230,"s":52,"h":1,"r":1,"t":1,"uu":"dancing lights|phb","xF":{"l":0},"n":"Dancing Lights"},{"id":5373,"c":2,"u":"darkness_phb","p":230,"s":52,"h":1,"r":1,"t":1,"uu":"darkness|phb","xF":{"l":2},"n":"Darkness"},{"id":5374,"c":2,"u":"darkvision_phb","p":230,"s":52,"h":1,"r":1,"t":1,"uu":"darkvision|phb","xF":{"l":2},"n":"Darkvision"},{"id":5375,"c":2,"u":"daylight_phb","p":230,"s":52,"h":1,"r":1,"t":1,"uu":"daylight|phb","xF":{"l":3},"n":"Daylight"},{"id":5376,"c":2,"u":"death%20ward_phb","p":230,"s":52,"h":1,"r":1,"t":1,"uu":"death ward|phb","xF":{"l":4},"n":"Death Ward"},{"id":5377,"c":2,"u":"delayed%20blast%20fireball_phb","p":230,"s":52,"h":1,"r":1,"t":1,"uu":"delayed blast fireball|phb","xF":{"l":7},"n":"Delayed Blast Fireball"},{"id":5378,"c":2,"u":"demiplane_phb","p":231,"s":52,"h":1,"r":1,"t":1,"uu":"demiplane|phb","xF":{"l":8},"n":"Demiplane"},{"id":5379,"c":2,"u":"destructive%20wave_phb","p":231,"s":52,"h":1,"t":1,"uu":"destructive wave|phb","xF":{"l":5},"n":"Destructive Wave"},{"id":5380,"c":2,"u":"detect%20evil%20and%20good_phb","p":231,"s":52,"h":1,"r":1,"t":1,"uu":"detect evil and good|phb","xF":{"l":1},"n":"Detect Evil and Good"},{"id":5381,"c":2,"u":"detect%20magic_phb","p":231,"s":52,"h":1,"r":1,"t":1,"uu":"detect magic|phb","xF":{"l":1},"n":"Detect Magic"},{"id":5382,"c":2,"u":"detect%20poison%20and%20disease_phb","p":231,"s":52,"h":1,"r":1,"t":1,"uu":"detect poison and disease|phb","xF":{"l":1},"n":"Detect Poison and Disease"},{"id":5383,"c":2,"u":"detect%20thoughts_phb","p":231,"s":52,"h":1,"r":1,"t":1,"uu":"detect thoughts|phb","xF":{"l":2},"n":"Detect Thoughts"},{"id":5384,"c":2,"u":"dimension%20door_phb","p":233,"s":52,"h":1,"r":1,"t":1,"uu":"dimension door|phb","m":"spells/PHB/Dimension Door.webp","xF":{"l":4},"n":"Dimension Door"},{"id":5385,"c":2,"u":"disguise%20self_phb","p":233,"s":52,"h":1,"r":1,"t":1,"uu":"disguise self|phb","xF":{"l":1},"n":"Disguise Self"},{"id":5386,"c":2,"u":"disintegrate_phb","p":233,"s":52,"h":1,"r":1,"t":1,"uu":"disintegrate|phb","xF":{"l":6},"n":"Disintegrate"},{"id":5387,"c":2,"u":"dispel%20evil%20and%20good_phb","p":233,"s":52,"h":1,"r":1,"t":1,"uu":"dispel evil and good|phb","xF":{"l":5},"n":"Dispel Evil and Good"},{"id":5388,"c":2,"u":"dispel%20magic_phb","p":234,"s":52,"h":1,"r":1,"t":1,"uu":"dispel magic|phb","xF":{"l":3},"n":"Dispel Magic"},{"id":5389,"c":2,"u":"dissonant%20whispers_phb","p":234,"s":52,"h":1,"t":1,"uu":"dissonant whispers|phb","xF":{"l":1},"n":"Dissonant Whispers"},{"id":5390,"c":2,"u":"divination_phb","p":234,"s":52,"h":1,"r":1,"t":1,"uu":"divination|phb","xF":{"l":4},"n":"Divination"},{"id":5391,"c":2,"u":"divine%20favor_phb","p":234,"s":52,"h":1,"r":1,"t":1,"uu":"divine favor|phb","xF":{"l":1},"n":"Divine Favor"},{"id":5392,"c":2,"u":"divine%20word_phb","p":234,"s":52,"h":1,"r":1,"t":1,"uu":"divine word|phb","xF":{"l":7},"n":"Divine Word"},{"id":5393,"c":2,"u":"dominate%20beast_phb","p":234,"s":52,"h":1,"r":1,"t":1,"uu":"dominate beast|phb","xF":{"l":4},"n":"Dominate Beast"},{"id":5394,"c":2,"u":"dominate%20monster_phb","p":235,"s":52,"h":1,"r":1,"t":1,"uu":"dominate monster|phb","xF":{"l":8},"n":"Dominate Monster"},{"id":5395,"c":2,"u":"dominate%20person_phb","p":235,"s":52,"h":1,"r":1,"t":1,"uu":"dominate person|phb","xF":{"l":5},"n":"Dominate Person"},{"id":5396,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":52,"h":1,"r":1,"t":1,"uu":"drawmij's instant summons|phb","xF":{"l":6},"n":"Drawmij's Instant Summons"},{"id":5397,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":52,"h":1,"r":1,"t":1,"uu":"drawmij's instant summons|phb","xF":{"l":6},"n":"Instant Summons"},{"id":5398,"c":2,"u":"dream_phb","p":236,"s":52,"h":1,"r":1,"t":1,"uu":"dream|phb","xF":{"l":5},"n":"Dream"},{"id":5399,"c":2,"u":"druidcraft_phb","p":236,"s":52,"h":1,"r":1,"t":1,"uu":"druidcraft|phb","xF":{"l":0},"n":"Druidcraft"},{"id":5400,"c":2,"u":"earthquake_phb","p":236,"s":52,"h":1,"r":1,"t":1,"uu":"earthquake|phb","xF":{"l":8},"n":"Earthquake"},{"id":5401,"c":2,"u":"eldritch%20blast_phb","p":237,"s":52,"h":1,"r":1,"t":1,"uu":"eldritch blast|phb","xF":{"l":0},"n":"Eldritch Blast"},{"id":5402,"c":2,"u":"elemental%20weapon_phb","p":237,"s":52,"h":1,"t":1,"uu":"elemental weapon|phb","xF":{"l":3},"n":"Elemental Weapon"},{"id":5403,"c":2,"u":"enhance%20ability_phb","p":237,"s":52,"h":1,"r":1,"t":1,"uu":"enhance ability|phb","xF":{"l":2},"n":"Enhance Ability"},{"id":5404,"c":2,"u":"enlarge%2freduce_phb","p":237,"s":52,"h":1,"r":1,"t":1,"uu":"enlarge/reduce|phb","xF":{"l":2},"n":"Enlarge/Reduce"},{"id":5405,"c":2,"u":"ensnaring%20strike_phb","p":237,"s":52,"h":1,"t":1,"uu":"ensnaring strike|phb","xF":{"l":1},"n":"Ensnaring Strike"},{"id":5406,"c":2,"u":"entangle_phb","p":238,"s":52,"h":1,"r":1,"t":1,"uu":"entangle|phb","xF":{"l":1},"n":"Entangle"},{"id":5407,"c":2,"u":"enthrall_phb","p":238,"s":52,"h":1,"r":1,"t":1,"uu":"enthrall|phb","xF":{"l":2},"n":"Enthrall"},{"id":5408,"c":2,"u":"etherealness_phb","p":238,"s":52,"h":1,"r":1,"t":1,"uu":"etherealness|phb","xF":{"l":7},"n":"Etherealness"},{"id":5409,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":52,"h":1,"r":1,"t":1,"uu":"evard's black tentacles|phb","xF":{"l":4},"n":"Evard's Black Tentacles"},{"id":5410,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":52,"h":1,"r":1,"t":1,"uu":"evard's black tentacles|phb","xF":{"l":4},"n":"Black Tentacles"},{"id":5411,"c":2,"u":"expeditious%20retreat_phb","p":238,"s":52,"h":1,"r":1,"t":1,"uu":"expeditious retreat|phb","xF":{"l":1},"n":"Expeditious Retreat"},{"id":5412,"c":2,"u":"eyebite_phb","p":238,"s":52,"h":1,"r":1,"t":1,"uu":"eyebite|phb","xF":{"l":6},"n":"Eyebite"},{"id":5413,"c":2,"u":"fabricate_phb","p":239,"s":52,"h":1,"r":1,"t":1,"uu":"fabricate|phb","xF":{"l":4},"n":"Fabricate"},{"id":5414,"c":2,"u":"faerie%20fire_phb","p":239,"s":52,"h":1,"r":1,"t":1,"uu":"faerie fire|phb","xF":{"l":1},"n":"Faerie Fire"},{"id":5415,"c":2,"u":"false%20life_phb","p":239,"s":52,"h":1,"r":1,"t":1,"uu":"false life|phb","xF":{"l":1},"n":"False Life"},{"id":5416,"c":2,"u":"fear_phb","p":239,"s":52,"h":1,"r":1,"t":1,"uu":"fear|phb","xF":{"l":3},"n":"Fear"},{"id":5417,"c":2,"u":"feather%20fall_phb","p":239,"s":52,"h":1,"r":1,"t":1,"uu":"feather fall|phb","xF":{"l":1},"n":"Feather Fall"},{"id":5418,"c":2,"u":"feeblemind_phb","p":239,"s":52,"h":1,"r":1,"t":1,"uu":"feeblemind|phb","xF":{"l":8},"n":"Feeblemind"},{"id":5419,"c":2,"u":"feign%20death_phb","p":240,"s":52,"h":1,"t":1,"uu":"feign death|phb","xF":{"l":3},"n":"Feign Death"},{"id":5420,"c":2,"u":"find%20familiar_phb","p":240,"s":52,"h":1,"r":1,"t":1,"uu":"find familiar|phb","xF":{"l":1},"n":"Find Familiar"},{"id":5421,"c":2,"u":"find%20steed_phb","p":240,"s":52,"h":1,"r":1,"t":1,"uu":"find steed|phb","xF":{"l":2},"n":"Find Steed"},{"id":5422,"c":2,"u":"find%20the%20path_phb","p":240,"s":52,"h":1,"r":1,"t":1,"uu":"find the path|phb","xF":{"l":6},"n":"Find the Path"},{"id":5423,"c":2,"u":"find%20traps_phb","p":241,"s":52,"h":1,"r":1,"t":1,"uu":"find traps|phb","xF":{"l":2},"n":"Find Traps"},{"id":5424,"c":2,"u":"finger%20of%20death_phb","p":241,"s":52,"h":1,"r":1,"t":1,"uu":"finger of death|phb","xF":{"l":7},"n":"Finger of Death"},{"id":5425,"c":2,"u":"fire%20bolt_phb","p":242,"s":52,"h":1,"r":1,"t":1,"uu":"fire bolt|phb","xF":{"l":0},"n":"Fire Bolt"},{"id":5426,"c":2,"u":"fire%20shield_phb","p":242,"s":52,"h":1,"r":1,"t":1,"uu":"fire shield|phb","xF":{"l":4},"n":"Fire Shield"},{"id":5427,"c":2,"u":"fire%20storm_phb","p":242,"s":52,"h":1,"r":1,"t":1,"uu":"fire storm|phb","xF":{"l":7},"n":"Fire Storm"},{"id":5428,"c":2,"u":"fireball_phb","p":241,"s":52,"h":1,"r":1,"t":1,"uu":"fireball|phb","m":"spells/PHB/Fireball.webp","xF":{"l":3},"n":"Fireball"},{"id":5429,"c":2,"u":"flame%20blade_phb","p":242,"s":52,"h":1,"r":1,"t":1,"uu":"flame blade|phb","xF":{"l":2},"n":"Flame Blade"},{"id":5430,"c":2,"u":"flame%20strike_phb","p":242,"s":52,"h":1,"r":1,"t":1,"uu":"flame strike|phb","xF":{"l":5},"n":"Flame Strike"},{"id":5431,"c":2,"u":"flaming%20sphere_phb","p":242,"s":52,"h":1,"r":1,"t":1,"uu":"flaming sphere|phb","xF":{"l":2},"n":"Flaming Sphere"},{"id":5432,"c":2,"u":"flesh%20to%20stone_phb","p":243,"s":52,"h":1,"r":1,"t":1,"uu":"flesh to stone|phb","xF":{"l":6},"n":"Flesh to Stone"},{"id":5433,"c":2,"u":"fly_phb","p":243,"s":52,"h":1,"r":1,"t":1,"uu":"fly|phb","xF":{"l":3},"n":"Fly"},{"id":5434,"c":2,"u":"fog%20cloud_phb","p":243,"s":52,"h":1,"r":1,"t":1,"uu":"fog cloud|phb","xF":{"l":1},"n":"Fog Cloud"},{"id":5435,"c":2,"u":"forbiddance_phb","p":243,"s":52,"h":1,"r":1,"t":1,"uu":"forbiddance|phb","xF":{"l":6},"n":"Forbiddance"},{"id":5436,"c":2,"u":"forcecage_phb","p":243,"s":52,"h":1,"r":1,"t":1,"uu":"forcecage|phb","xF":{"l":7},"n":"Forcecage"},{"id":5437,"c":2,"u":"foresight_phb","p":244,"s":52,"h":1,"r":1,"t":1,"uu":"foresight|phb","xF":{"l":9},"n":"Foresight"},{"id":5438,"c":2,"u":"freedom%20of%20movement_phb","p":244,"s":52,"h":1,"r":1,"t":1,"uu":"freedom of movement|phb","xF":{"l":4},"n":"Freedom of Movement"},{"id":5439,"c":2,"u":"friends_phb","p":244,"s":52,"h":1,"t":1,"uu":"friends|phb","xF":{"l":0},"n":"Friends"},{"id":5440,"c":2,"u":"gaseous%20form_phb","p":244,"s":52,"h":1,"r":1,"t":1,"uu":"gaseous form|phb","xF":{"l":3},"n":"Gaseous Form"},{"id":5441,"c":2,"u":"gate_phb","p":244,"s":52,"h":1,"r":1,"t":1,"uu":"gate|phb","xF":{"l":9},"n":"Gate"},{"id":5442,"c":2,"u":"geas_phb","p":244,"s":52,"h":1,"r":1,"t":1,"uu":"geas|phb","xF":{"l":5},"n":"Geas"},{"id":5443,"c":2,"u":"gentle%20repose_phb","p":245,"s":52,"h":1,"r":1,"t":1,"uu":"gentle repose|phb","xF":{"l":2},"n":"Gentle Repose"},{"id":5444,"c":2,"u":"giant%20insect_phb","p":245,"s":52,"h":1,"r":1,"t":1,"uu":"giant insect|phb","xF":{"l":4},"n":"Giant Insect"},{"id":5445,"c":2,"u":"glibness_phb","p":245,"s":52,"h":1,"r":1,"t":1,"uu":"glibness|phb","xF":{"l":8},"n":"Glibness"},{"id":5446,"c":2,"u":"globe%20of%20invulnerability_phb","p":245,"s":52,"h":1,"r":1,"t":1,"uu":"globe of invulnerability|phb","xF":{"l":6},"n":"Globe of Invulnerability"},{"id":5447,"c":2,"u":"glyph%20of%20warding_phb","p":245,"s":52,"h":1,"r":1,"t":1,"uu":"glyph of warding|phb","xF":{"l":3},"n":"Glyph of Warding"},{"id":5448,"c":2,"u":"goodberry_phb","p":246,"s":52,"h":1,"r":1,"t":1,"uu":"goodberry|phb","xF":{"l":1},"n":"Goodberry"},{"id":5449,"c":2,"u":"grasping%20vine_phb","p":246,"s":52,"h":1,"t":1,"uu":"grasping vine|phb","xF":{"l":4},"n":"Grasping Vine"},{"id":5450,"c":2,"u":"grease_phb","p":246,"s":52,"h":1,"r":1,"t":1,"uu":"grease|phb","xF":{"l":1},"n":"Grease"},{"id":5451,"c":2,"u":"greater%20invisibility_phb","p":246,"s":52,"h":1,"r":1,"t":1,"uu":"greater invisibility|phb","xF":{"l":4},"n":"Greater Invisibility"},{"id":5452,"c":2,"u":"greater%20restoration_phb","p":246,"s":52,"h":1,"r":1,"t":1,"uu":"greater restoration|phb","xF":{"l":5},"n":"Greater Restoration"},{"id":5453,"c":2,"u":"guardian%20of%20faith_phb","p":246,"s":52,"h":1,"r":1,"t":1,"uu":"guardian of faith|phb","m":"spells/PHB/Guardian of Faith.webp","xF":{"l":4},"n":"Guardian of Faith"},{"id":5454,"c":2,"u":"guards%20and%20wards_phb","p":248,"s":52,"h":1,"r":1,"t":1,"uu":"guards and wards|phb","xF":{"l":6},"n":"Guards and Wards"},{"id":5455,"c":2,"u":"guidance_phb","p":248,"s":52,"h":1,"r":1,"t":1,"uu":"guidance|phb","xF":{"l":0},"n":"Guidance"},{"id":5456,"c":2,"u":"guiding%20bolt_phb","p":248,"s":52,"h":1,"r":1,"t":1,"uu":"guiding bolt|phb","xF":{"l":1},"n":"Guiding Bolt"},{"id":5457,"c":2,"u":"gust%20of%20wind_phb","p":248,"s":52,"h":1,"r":1,"t":1,"uu":"gust of wind|phb","xF":{"l":2},"n":"Gust of Wind"},{"id":5458,"c":2,"u":"hail%20of%20thorns_phb","p":249,"s":52,"h":1,"t":1,"uu":"hail of thorns|phb","xF":{"l":1},"n":"Hail of Thorns"},{"id":5459,"c":2,"u":"hallow_phb","p":249,"s":52,"h":1,"r":1,"t":1,"uu":"hallow|phb","xF":{"l":5},"n":"Hallow"},{"id":5460,"c":2,"u":"hallucinatory%20terrain_phb","p":249,"s":52,"h":1,"r":1,"t":1,"uu":"hallucinatory terrain|phb","xF":{"l":4},"n":"Hallucinatory Terrain"},{"id":5461,"c":2,"u":"harm_phb","p":249,"s":52,"h":1,"r":1,"t":1,"uu":"harm|phb","xF":{"l":6},"n":"Harm"},{"id":5462,"c":2,"u":"haste_phb","p":250,"s":52,"h":1,"r":1,"t":1,"uu":"haste|phb","xF":{"l":3},"n":"Haste"},{"id":5463,"c":2,"u":"heal_phb","p":250,"s":52,"h":1,"r":1,"t":1,"uu":"heal|phb","xF":{"l":6},"n":"Heal"},{"id":5464,"c":2,"u":"healing%20word_phb","p":250,"s":52,"h":1,"r":1,"t":1,"uu":"healing word|phb","xF":{"l":1},"n":"Healing Word"},{"id":5465,"c":2,"u":"heat%20metal_phb","p":250,"s":52,"h":1,"r":1,"t":1,"uu":"heat metal|phb","xF":{"l":2},"n":"Heat Metal"},{"id":5466,"c":2,"u":"hellish%20rebuke_phb","p":250,"s":52,"h":1,"r":1,"t":1,"uu":"hellish rebuke|phb","xF":{"l":1},"n":"Hellish Rebuke"},{"id":5467,"c":2,"u":"heroes'%20feast_phb","p":250,"s":52,"h":1,"r":1,"t":1,"uu":"heroes' feast|phb","xF":{"l":6},"n":"Heroes' Feast"},{"id":5468,"c":2,"u":"heroism_phb","p":250,"s":52,"h":1,"r":1,"t":1,"uu":"heroism|phb","xF":{"l":1},"n":"Heroism"},{"id":5469,"c":2,"u":"hex_phb","p":251,"s":52,"h":1,"t":1,"uu":"hex|phb","xF":{"l":1},"n":"Hex"},{"id":5470,"c":2,"u":"hold%20monster_phb","p":251,"s":52,"h":1,"r":1,"t":1,"uu":"hold monster|phb","xF":{"l":5},"n":"Hold Monster"},{"id":5471,"c":2,"u":"hold%20person_phb","p":251,"s":52,"h":1,"r":1,"t":1,"uu":"hold person|phb","xF":{"l":2},"n":"Hold Person"},{"id":5472,"c":2,"u":"holy%20aura_phb","p":251,"s":52,"h":1,"r":1,"t":1,"uu":"holy aura|phb","xF":{"l":8},"n":"Holy Aura"},{"id":5473,"c":2,"u":"hunger%20of%20hadar_phb","p":251,"s":52,"h":1,"t":1,"uu":"hunger of hadar|phb","xF":{"l":3},"n":"Hunger of Hadar"},{"id":5474,"c":2,"u":"hunter's%20mark_phb","p":251,"s":52,"h":1,"r":1,"t":1,"uu":"hunter's mark|phb","xF":{"l":1},"n":"Hunter's Mark"},{"id":5475,"c":2,"u":"hypnotic%20pattern_phb","p":252,"s":52,"h":1,"r":1,"t":1,"uu":"hypnotic pattern|phb","xF":{"l":3},"n":"Hypnotic Pattern"},{"id":5476,"c":2,"u":"ice%20storm_phb","p":252,"s":52,"h":1,"r":1,"t":1,"uu":"ice storm|phb","xF":{"l":4},"n":"Ice Storm"},{"id":5477,"c":2,"u":"identify_phb","p":252,"s":52,"h":1,"r":1,"t":1,"uu":"identify|phb","xF":{"l":1},"n":"Identify"},{"id":5478,"c":2,"u":"illusory%20script_phb","p":252,"s":52,"h":1,"r":1,"t":1,"uu":"illusory script|phb","xF":{"l":1},"n":"Illusory Script"},{"id":5479,"c":2,"u":"imprisonment_phb","p":252,"s":52,"h":1,"r":1,"t":1,"uu":"imprisonment|phb","xF":{"l":9},"n":"Imprisonment"},{"id":5480,"c":2,"u":"incendiary%20cloud_phb","p":253,"s":52,"h":1,"r":1,"t":1,"uu":"incendiary cloud|phb","xF":{"l":8},"n":"Incendiary Cloud"},{"id":5481,"c":2,"u":"inflict%20wounds_phb","p":253,"s":52,"h":1,"r":1,"t":1,"uu":"inflict wounds|phb","xF":{"l":1},"n":"Inflict Wounds"},{"id":5482,"c":2,"u":"insect%20plague_phb","p":254,"s":52,"h":1,"r":1,"t":1,"uu":"insect plague|phb","m":"spells/PHB/Insect Plague.webp","xF":{"l":5},"n":"Insect Plague"},{"id":5483,"c":2,"u":"invisibility_phb","p":254,"s":52,"h":1,"r":1,"t":1,"uu":"invisibility|phb","xF":{"l":2},"n":"Invisibility"},{"id":5484,"c":2,"u":"jump_phb","p":254,"s":52,"h":1,"r":1,"t":1,"uu":"jump|phb","xF":{"l":1},"n":"Jump"},{"id":5485,"c":2,"u":"knock_phb","p":254,"s":52,"h":1,"r":1,"t":1,"uu":"knock|phb","xF":{"l":2},"n":"Knock"},{"id":5486,"c":2,"u":"legend%20lore_phb","p":254,"s":52,"h":1,"r":1,"t":1,"uu":"legend lore|phb","xF":{"l":5},"n":"Legend Lore"},{"id":5487,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":52,"h":1,"r":1,"t":1,"uu":"leomund's secret chest|phb","xF":{"l":4},"n":"Leomund's Secret Chest"},{"id":5488,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":52,"h":1,"r":1,"t":1,"uu":"leomund's secret chest|phb","xF":{"l":4},"n":"Secret Chest"},{"id":5489,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":52,"h":1,"r":1,"t":1,"uu":"leomund's tiny hut|phb","xF":{"l":3},"n":"Leomund's Tiny Hut"},{"id":5490,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":52,"h":1,"r":1,"t":1,"uu":"leomund's tiny hut|phb","xF":{"l":3},"n":"Tiny Hut"},{"id":5491,"c":2,"u":"lesser%20restoration_phb","p":255,"s":52,"h":1,"r":1,"t":1,"uu":"lesser restoration|phb","xF":{"l":2},"n":"Lesser Restoration"},{"id":5492,"c":2,"u":"levitate_phb","p":255,"s":52,"h":1,"r":1,"t":1,"uu":"levitate|phb","xF":{"l":2},"n":"Levitate"},{"id":5493,"c":2,"u":"light_phb","p":255,"s":52,"h":1,"r":1,"t":1,"uu":"light|phb","xF":{"l":0},"n":"Light"},{"id":5494,"c":2,"u":"lightning%20arrow_phb","p":255,"s":52,"h":1,"t":1,"uu":"lightning arrow|phb","xF":{"l":3},"n":"Lightning Arrow"},{"id":5495,"c":2,"u":"lightning%20bolt_phb","p":255,"s":52,"h":1,"r":1,"t":1,"uu":"lightning bolt|phb","xF":{"l":3},"n":"Lightning Bolt"},{"id":5496,"c":2,"u":"locate%20animals%20or%20plants_phb","p":256,"s":52,"h":1,"r":1,"t":1,"uu":"locate animals or plants|phb","xF":{"l":2},"n":"Locate Animals or Plants"},{"id":5497,"c":2,"u":"locate%20creature_phb","p":256,"s":52,"h":1,"r":1,"t":1,"uu":"locate creature|phb","xF":{"l":4},"n":"Locate Creature"},{"id":5498,"c":2,"u":"locate%20object_phb","p":256,"s":52,"h":1,"r":1,"t":1,"uu":"locate object|phb","xF":{"l":2},"n":"Locate Object"},{"id":5499,"c":2,"u":"longstrider_phb","p":256,"s":52,"h":1,"r":1,"t":1,"uu":"longstrider|phb","xF":{"l":1},"n":"Longstrider"},{"id":5500,"c":2,"u":"mage%20armor_phb","p":256,"s":52,"h":1,"r":1,"t":1,"uu":"mage armor|phb","xF":{"l":1},"n":"Mage Armor"},{"id":5501,"c":2,"u":"mage%20hand_phb","p":256,"s":52,"h":1,"r":1,"t":1,"uu":"mage hand|phb","xF":{"l":0},"n":"Mage Hand"},{"id":5502,"c":2,"u":"magic%20circle_phb","p":256,"s":52,"h":1,"r":1,"t":1,"uu":"magic circle|phb","xF":{"l":3},"n":"Magic Circle"},{"id":5503,"c":2,"u":"magic%20jar_phb","p":257,"s":52,"h":1,"r":1,"t":1,"uu":"magic jar|phb","xF":{"l":6},"n":"Magic Jar"},{"id":5504,"c":2,"u":"magic%20missile_phb","p":257,"s":52,"h":1,"r":1,"t":1,"uu":"magic missile|phb","m":"spells/PHB/Magic Missile.webp","xF":{"l":1},"n":"Magic Missile"},{"id":5505,"c":2,"u":"magic%20mouth_phb","p":257,"s":52,"h":1,"r":1,"t":1,"uu":"magic mouth|phb","xF":{"l":2},"n":"Magic Mouth"},{"id":5506,"c":2,"u":"magic%20weapon_phb","p":257,"s":52,"h":1,"r":1,"t":1,"uu":"magic weapon|phb","xF":{"l":2},"n":"Magic Weapon"},{"id":5507,"c":2,"u":"major%20image_phb","p":258,"s":52,"h":1,"r":1,"t":1,"uu":"major image|phb","xF":{"l":3},"n":"Major Image"},{"id":5508,"c":2,"u":"mass%20cure%20wounds_phb","p":258,"s":52,"h":1,"r":1,"t":1,"uu":"mass cure wounds|phb","xF":{"l":5},"n":"Mass Cure Wounds"},{"id":5509,"c":2,"u":"mass%20heal_phb","p":258,"s":52,"h":1,"r":1,"t":1,"uu":"mass heal|phb","xF":{"l":9},"n":"Mass Heal"},{"id":5510,"c":2,"u":"mass%20healing%20word_phb","p":258,"s":52,"h":1,"r":1,"t":1,"uu":"mass healing word|phb","xF":{"l":3},"n":"Mass Healing Word"},{"id":5511,"c":2,"u":"mass%20suggestion_phb","p":258,"s":52,"h":1,"r":1,"t":1,"uu":"mass suggestion|phb","xF":{"l":6},"n":"Mass Suggestion"},{"id":5512,"c":2,"u":"maze_phb","p":258,"s":52,"h":1,"r":1,"t":1,"uu":"maze|phb","xF":{"l":8},"n":"Maze"},{"id":5513,"c":2,"u":"meld%20into%20stone_phb","p":259,"s":52,"h":1,"r":1,"t":1,"uu":"meld into stone|phb","xF":{"l":3},"n":"Meld into Stone"},{"id":5514,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":52,"h":1,"r":1,"t":1,"uu":"melf's acid arrow|phb","xF":{"l":2},"n":"Melf's Acid Arrow"},{"id":5515,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":52,"h":1,"r":1,"t":1,"uu":"melf's acid arrow|phb","xF":{"l":2},"n":"Acid Arrow"},{"id":5516,"c":2,"u":"mending_phb","p":259,"s":52,"h":1,"r":1,"t":1,"uu":"mending|phb","xF":{"l":0},"n":"Mending"},{"id":5517,"c":2,"u":"message_phb","p":259,"s":52,"h":1,"r":1,"t":1,"uu":"message|phb","xF":{"l":0},"n":"Message"},{"id":5518,"c":2,"u":"meteor%20swarm_phb","p":259,"s":52,"h":1,"r":1,"t":1,"uu":"meteor swarm|phb","xF":{"l":9},"n":"Meteor Swarm"},{"id":5519,"c":2,"u":"mind%20blank_phb","p":259,"s":52,"h":1,"r":1,"t":1,"uu":"mind blank|phb","xF":{"l":8},"n":"Mind Blank"},{"id":5520,"c":2,"u":"minor%20illusion_phb","p":260,"s":52,"h":1,"r":1,"t":1,"uu":"minor illusion|phb","xF":{"l":0},"n":"Minor Illusion"},{"id":5521,"c":2,"u":"mirage%20arcane_phb","p":260,"s":52,"h":1,"r":1,"t":1,"uu":"mirage arcane|phb","xF":{"l":7},"n":"Mirage Arcane"},{"id":5522,"c":2,"u":"mirror%20image_phb","p":260,"s":52,"h":1,"r":1,"t":1,"uu":"mirror image|phb","xF":{"l":2},"n":"Mirror Image"},{"id":5523,"c":2,"u":"mislead_phb","p":260,"s":52,"h":1,"r":1,"t":1,"uu":"mislead|phb","xF":{"l":5},"n":"Mislead"},{"id":5524,"c":2,"u":"misty%20step_phb","p":260,"s":52,"h":1,"r":1,"t":1,"uu":"misty step|phb","xF":{"l":2},"n":"Misty Step"},{"id":5525,"c":2,"u":"modify%20memory_phb","p":261,"s":52,"h":1,"r":1,"t":1,"uu":"modify memory|phb","xF":{"l":5},"n":"Modify Memory"},{"id":5526,"c":2,"u":"moonbeam_phb","p":261,"s":52,"h":1,"r":1,"t":1,"uu":"moonbeam|phb","xF":{"l":2},"n":"Moonbeam"},{"id":5527,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":52,"h":1,"r":1,"t":1,"uu":"mordenkainen's faithful hound|phb","xF":{"l":4},"n":"Mordenkainen's Faithful Hound"},{"id":5528,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":52,"h":1,"r":1,"t":1,"uu":"mordenkainen's faithful hound|phb","xF":{"l":4},"n":"Faithful Hound"},{"id":5529,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":52,"h":1,"r":1,"t":1,"uu":"mordenkainen's magnificent mansion|phb","xF":{"l":7},"n":"Mordenkainen's Magnificent Mansion"},{"id":5530,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":52,"h":1,"r":1,"t":1,"uu":"mordenkainen's magnificent mansion|phb","xF":{"l":7},"n":"Magnificent Mansion"},{"id":5531,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":52,"h":1,"r":1,"t":1,"uu":"mordenkainen's private sanctum|phb","xF":{"l":4},"n":"Mordenkainen's Private Sanctum"},{"id":5532,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":52,"h":1,"r":1,"t":1,"uu":"mordenkainen's private sanctum|phb","xF":{"l":4},"n":"Private Sanctum"},{"id":5533,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":52,"h":1,"r":1,"t":1,"uu":"mordenkainen's sword|phb","m":"spells/PHB/Mordenkainen's Sword.webp","xF":{"l":7},"n":"Mordenkainen's Sword"},{"id":5534,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":52,"h":1,"r":1,"t":1,"uu":"mordenkainen's sword|phb","m":"spells/PHB/Mordenkainen's Sword.webp","xF":{"l":7},"n":"Arcane Sword"},{"id":5535,"c":2,"u":"move%20earth_phb","p":263,"s":52,"h":1,"r":1,"t":1,"uu":"move earth|phb","xF":{"l":6},"n":"Move Earth"},{"id":5536,"c":2,"u":"nondetection_phb","p":263,"s":52,"h":1,"r":1,"t":1,"uu":"nondetection|phb","xF":{"l":3},"n":"Nondetection"},{"id":5537,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":52,"h":1,"r":1,"t":1,"uu":"nystul's magic aura|phb","xF":{"l":2},"n":"Nystul's Magic Aura"},{"id":5538,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":52,"h":1,"r":1,"t":1,"uu":"nystul's magic aura|phb","xF":{"l":2},"n":"Arcanist's Magic Aura"},{"id":5539,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":52,"h":1,"r":1,"t":1,"uu":"otiluke's freezing sphere|phb","xF":{"l":6},"n":"Otiluke's Freezing Sphere"},{"id":5540,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":52,"h":1,"r":1,"t":1,"uu":"otiluke's freezing sphere|phb","xF":{"l":6},"n":"Freezing Sphere"},{"id":5541,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":52,"h":1,"r":1,"t":1,"uu":"otiluke's resilient sphere|phb","xF":{"l":4},"n":"Otiluke's Resilient Sphere"},{"id":5542,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":52,"h":1,"r":1,"t":1,"uu":"otiluke's resilient sphere|phb","xF":{"l":4},"n":"Resilient Sphere"},{"id":5543,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":52,"h":1,"r":1,"t":1,"uu":"otto's irresistible dance|phb","xF":{"l":6},"n":"Otto's Irresistible Dance"},{"id":5544,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":52,"h":1,"r":1,"t":1,"uu":"otto's irresistible dance|phb","xF":{"l":6},"n":"Irresistible Dance"},{"id":5545,"c":2,"u":"pass%20without%20trace_phb","p":264,"s":52,"h":1,"r":1,"t":1,"uu":"pass without trace|phb","xF":{"l":2},"n":"Pass without Trace"},{"id":5546,"c":2,"u":"passwall_phb","p":264,"s":52,"h":1,"r":1,"t":1,"uu":"passwall|phb","xF":{"l":5},"n":"Passwall"},{"id":5547,"c":2,"u":"phantasmal%20force_phb","p":264,"s":52,"h":1,"t":1,"uu":"phantasmal force|phb","xF":{"l":2},"n":"Phantasmal Force"},{"id":5548,"c":2,"u":"phantasmal%20killer_phb","p":265,"s":52,"h":1,"r":1,"t":1,"uu":"phantasmal killer|phb","xF":{"l":4},"n":"Phantasmal Killer"},{"id":5549,"c":2,"u":"phantom%20steed_phb","p":265,"s":52,"h":1,"r":1,"t":1,"uu":"phantom steed|phb","xF":{"l":3},"n":"Phantom Steed"},{"id":5550,"c":2,"u":"planar%20ally_phb","p":265,"s":52,"h":1,"r":1,"t":1,"uu":"planar ally|phb","xF":{"l":6},"n":"Planar Ally"},{"id":5551,"c":2,"u":"planar%20binding_phb","p":265,"s":52,"h":1,"r":1,"t":1,"uu":"planar binding|phb","xF":{"l":5},"n":"Planar Binding"},{"id":5552,"c":2,"u":"plane%20shift_phb","p":266,"s":52,"h":1,"r":1,"t":1,"uu":"plane shift|phb","xF":{"l":7},"n":"Plane Shift"},{"id":5553,"c":2,"u":"plant%20growth_phb","p":266,"s":52,"h":1,"r":1,"t":1,"uu":"plant growth|phb","xF":{"l":3},"n":"Plant Growth"},{"id":5554,"c":2,"u":"poison%20spray_phb","p":266,"s":52,"h":1,"r":1,"t":1,"uu":"poison spray|phb","xF":{"l":0},"n":"Poison Spray"},{"id":5555,"c":2,"u":"polymorph_phb","p":266,"s":52,"h":1,"r":1,"t":1,"uu":"polymorph|phb","xF":{"l":4},"n":"Polymorph"},{"id":5556,"c":2,"u":"power%20word%20heal_phb","p":266,"s":52,"h":1,"t":1,"uu":"power word heal|phb","xF":{"l":9},"n":"Power Word Heal"},{"id":5557,"c":2,"u":"power%20word%20kill_phb","p":266,"s":52,"h":1,"r":1,"t":1,"uu":"power word kill|phb","xF":{"l":9},"n":"Power Word Kill"},{"id":5558,"c":2,"u":"power%20word%20stun_phb","p":267,"s":52,"h":1,"r":1,"t":1,"uu":"power word stun|phb","xF":{"l":8},"n":"Power Word Stun"},{"id":5559,"c":2,"u":"prayer%20of%20healing_phb","p":267,"s":52,"h":1,"r":1,"t":1,"uu":"prayer of healing|phb","xF":{"l":2},"n":"Prayer of Healing"},{"id":5560,"c":2,"u":"prestidigitation_phb","p":267,"s":52,"h":1,"r":1,"t":1,"uu":"prestidigitation|phb","xF":{"l":0},"n":"Prestidigitation"},{"id":5561,"c":2,"u":"prismatic%20spray_phb","p":267,"s":52,"h":1,"r":1,"t":1,"uu":"prismatic spray|phb","m":"spells/PHB/Prismatic Spray.webp","xF":{"l":7},"n":"Prismatic Spray"},{"id":5562,"c":2,"u":"prismatic%20wall_phb","p":267,"s":52,"h":1,"r":1,"t":1,"uu":"prismatic wall|phb","xF":{"l":9},"n":"Prismatic Wall"},{"id":5563,"c":2,"u":"produce%20flame_phb","p":269,"s":52,"h":1,"r":1,"t":1,"uu":"produce flame|phb","xF":{"l":0},"n":"Produce Flame"},{"id":5564,"c":2,"u":"programmed%20illusion_phb","p":269,"s":52,"h":1,"r":1,"t":1,"uu":"programmed illusion|phb","xF":{"l":6},"n":"Programmed Illusion"},{"id":5565,"c":2,"u":"project%20image_phb","p":270,"s":52,"h":1,"r":1,"t":1,"uu":"project image|phb","xF":{"l":7},"n":"Project Image"},{"id":5566,"c":2,"u":"protection%20from%20energy_phb","p":270,"s":52,"h":1,"r":1,"t":1,"uu":"protection from energy|phb","xF":{"l":3},"n":"Protection from Energy"},{"id":5567,"c":2,"u":"protection%20from%20evil%20and%20good_phb","p":270,"s":52,"h":1,"r":1,"t":1,"uu":"protection from evil and good|phb","xF":{"l":1},"n":"Protection from Evil and Good"},{"id":5568,"c":2,"u":"protection%20from%20poison_phb","p":270,"s":52,"h":1,"r":1,"t":1,"uu":"protection from poison|phb","xF":{"l":2},"n":"Protection from Poison"},{"id":5569,"c":2,"u":"purify%20food%20and%20drink_phb","p":270,"s":52,"h":1,"r":1,"t":1,"uu":"purify food and drink|phb","xF":{"l":1},"n":"Purify Food and Drink"},{"id":5570,"c":2,"u":"raise%20dead_phb","p":270,"s":52,"h":1,"r":1,"t":1,"uu":"raise dead|phb","xF":{"l":5},"n":"Raise Dead"},{"id":5571,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":52,"h":1,"r":1,"t":1,"uu":"rary's telepathic bond|phb","xF":{"l":5},"n":"Rary's Telepathic Bond"},{"id":5572,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":52,"h":1,"r":1,"t":1,"uu":"rary's telepathic bond|phb","xF":{"l":5},"n":"Telepathic Bond"},{"id":5573,"c":2,"u":"ray%20of%20enfeeblement_phb","p":271,"s":52,"h":1,"r":1,"t":1,"uu":"ray of enfeeblement|phb","xF":{"l":2},"n":"Ray of Enfeeblement"},{"id":5574,"c":2,"u":"ray%20of%20frost_phb","p":271,"s":52,"h":1,"r":1,"t":1,"uu":"ray of frost|phb","xF":{"l":0},"n":"Ray of Frost"},{"id":5575,"c":2,"u":"ray%20of%20sickness_phb","p":271,"s":52,"h":1,"t":1,"uu":"ray of sickness|phb","xF":{"l":1},"n":"Ray of Sickness"},{"id":5576,"c":2,"u":"regenerate_phb","p":271,"s":52,"h":1,"r":1,"t":1,"uu":"regenerate|phb","xF":{"l":7},"n":"Regenerate"},{"id":5577,"c":2,"u":"reincarnate_phb","p":271,"s":52,"h":1,"r":1,"t":1,"uu":"reincarnate|phb","xF":{"l":5},"n":"Reincarnate"},{"id":5578,"c":2,"u":"remove%20curse_phb","p":271,"s":52,"h":1,"r":1,"t":1,"uu":"remove curse|phb","xF":{"l":3},"n":"Remove Curse"},{"id":5579,"c":2,"u":"resistance_phb","p":272,"s":52,"h":1,"r":1,"t":1,"uu":"resistance|phb","xF":{"l":0},"n":"Resistance"},{"id":5580,"c":2,"u":"resurrection_phb","p":272,"s":52,"h":1,"r":1,"t":1,"uu":"resurrection|phb","xF":{"l":7},"n":"Resurrection"},{"id":5581,"c":2,"u":"reverse%20gravity_phb","p":272,"s":52,"h":1,"r":1,"t":1,"uu":"reverse gravity|phb","xF":{"l":7},"n":"Reverse Gravity"},{"id":5582,"c":2,"u":"revivify_phb","p":272,"s":52,"h":1,"r":1,"t":1,"uu":"revivify|phb","xF":{"l":3},"n":"Revivify"},{"id":5583,"c":2,"u":"rope%20trick_phb","p":272,"s":52,"h":1,"r":1,"t":1,"uu":"rope trick|phb","xF":{"l":2},"n":"Rope Trick"},{"id":5584,"c":2,"u":"sacred%20flame_phb","p":272,"s":52,"h":1,"r":1,"t":1,"uu":"sacred flame|phb","m":"spells/PHB/Sacred Flame.webp","xF":{"l":0},"n":"Sacred Flame"},{"id":5585,"c":2,"u":"sanctuary_phb","p":272,"s":52,"h":1,"r":1,"t":1,"uu":"sanctuary|phb","xF":{"l":1},"n":"Sanctuary"},{"id":5586,"c":2,"u":"scorching%20ray_phb","p":273,"s":52,"h":1,"r":1,"t":1,"uu":"scorching ray|phb","xF":{"l":2},"n":"Scorching Ray"},{"id":5587,"c":2,"u":"scrying_phb","p":273,"s":52,"h":1,"r":1,"t":1,"uu":"scrying|phb","xF":{"l":5},"n":"Scrying"},{"id":5588,"c":2,"u":"searing%20smite_phb","p":274,"s":52,"h":1,"t":1,"uu":"searing smite|phb","xF":{"l":1},"n":"Searing Smite"},{"id":5589,"c":2,"u":"see%20invisibility_phb","p":274,"s":52,"h":1,"r":1,"t":1,"uu":"see invisibility|phb","xF":{"l":2},"n":"See Invisibility"},{"id":5590,"c":2,"u":"seeming_phb","p":274,"s":52,"h":1,"r":1,"t":1,"uu":"seeming|phb","xF":{"l":5},"n":"Seeming"},{"id":5591,"c":2,"u":"sending_phb","p":274,"s":52,"h":1,"r":1,"t":1,"uu":"sending|phb","xF":{"l":3},"n":"Sending"},{"id":5592,"c":2,"u":"sequester_phb","p":274,"s":52,"h":1,"r":1,"t":1,"uu":"sequester|phb","xF":{"l":7},"n":"Sequester"},{"id":5593,"c":2,"u":"shapechange_phb","p":274,"s":52,"h":1,"r":1,"t":1,"uu":"shapechange|phb","xF":{"l":9},"n":"Shapechange"},{"id":5594,"c":2,"u":"shatter_phb","p":275,"s":52,"h":1,"r":1,"t":1,"uu":"shatter|phb","xF":{"l":2},"n":"Shatter"},{"id":5595,"c":2,"u":"shield_phb","p":275,"s":52,"h":1,"r":1,"t":1,"uu":"shield|phb","xF":{"l":1},"n":"Shield"},{"id":5596,"c":2,"u":"shield%20of%20faith_phb","p":275,"s":52,"h":1,"r":1,"t":1,"uu":"shield of faith|phb","xF":{"l":1},"n":"Shield of Faith"},{"id":5597,"c":2,"u":"shillelagh_phb","p":275,"s":52,"h":1,"r":1,"t":1,"uu":"shillelagh|phb","xF":{"l":0},"n":"Shillelagh"},{"id":5598,"c":2,"u":"shocking%20grasp_phb","p":275,"s":52,"h":1,"r":1,"t":1,"uu":"shocking grasp|phb","xF":{"l":0},"n":"Shocking Grasp"},{"id":5599,"c":2,"u":"silence_phb","p":275,"s":52,"h":1,"r":1,"t":1,"uu":"silence|phb","xF":{"l":2},"n":"Silence"},{"id":5600,"c":2,"u":"silent%20image_phb","p":276,"s":52,"h":1,"r":1,"t":1,"uu":"silent image|phb","xF":{"l":1},"n":"Silent Image"},{"id":5601,"c":2,"u":"simulacrum_phb","p":276,"s":52,"h":1,"r":1,"t":1,"uu":"simulacrum|phb","xF":{"l":7},"n":"Simulacrum"},{"id":5602,"c":2,"u":"sleep_phb","p":276,"s":52,"h":1,"r":1,"t":1,"uu":"sleep|phb","xF":{"l":1},"n":"Sleep"},{"id":5603,"c":2,"u":"sleet%20storm_phb","p":276,"s":52,"h":1,"r":1,"t":1,"uu":"sleet storm|phb","xF":{"l":3},"n":"Sleet Storm"},{"id":5604,"c":2,"u":"slow_phb","p":277,"s":52,"h":1,"r":1,"t":1,"uu":"slow|phb","xF":{"l":3},"n":"Slow"},{"id":5605,"c":2,"u":"spare%20the%20dying_phb","p":277,"s":52,"h":1,"r":1,"t":1,"uu":"spare the dying|phb","xF":{"l":0},"n":"Spare the Dying"},{"id":5606,"c":2,"u":"speak%20with%20animals_phb","p":277,"s":52,"h":1,"r":1,"t":1,"uu":"speak with animals|phb","xF":{"l":1},"n":"Speak with Animals"},{"id":5607,"c":2,"u":"speak%20with%20dead_phb","p":277,"s":52,"h":1,"r":1,"t":1,"uu":"speak with dead|phb","xF":{"l":3},"n":"Speak with Dead"},{"id":5608,"c":2,"u":"speak%20with%20plants_phb","p":277,"s":52,"h":1,"r":1,"t":1,"uu":"speak with plants|phb","xF":{"l":3},"n":"Speak with Plants"},{"id":5609,"c":2,"u":"spider%20climb_phb","p":277,"s":52,"h":1,"r":1,"t":1,"uu":"spider climb|phb","xF":{"l":2},"n":"Spider Climb"},{"id":5610,"c":2,"u":"spike%20growth_phb","p":277,"s":52,"h":1,"r":1,"t":1,"uu":"spike growth|phb","xF":{"l":2},"n":"Spike Growth"},{"id":5611,"c":2,"u":"spirit%20guardians_phb","p":278,"s":52,"h":1,"r":1,"t":1,"uu":"spirit guardians|phb","xF":{"l":3},"n":"Spirit Guardians"},{"id":5612,"c":2,"u":"spiritual%20weapon_phb","p":278,"s":52,"h":1,"r":1,"t":1,"uu":"spiritual weapon|phb","xF":{"l":2},"n":"Spiritual Weapon"},{"id":5613,"c":2,"u":"staggering%20smite_phb","p":278,"s":52,"h":1,"t":1,"uu":"staggering smite|phb","xF":{"l":4},"n":"Staggering Smite"},{"id":5614,"c":2,"u":"stinking%20cloud_phb","p":278,"s":52,"h":1,"r":1,"t":1,"uu":"stinking cloud|phb","xF":{"l":3},"n":"Stinking Cloud"},{"id":5615,"c":2,"u":"stone%20shape_phb","p":278,"s":52,"h":1,"r":1,"t":1,"uu":"stone shape|phb","xF":{"l":4},"n":"Stone Shape"},{"id":5616,"c":2,"u":"stoneskin_phb","p":278,"s":52,"h":1,"r":1,"t":1,"uu":"stoneskin|phb","xF":{"l":4},"n":"Stoneskin"},{"id":5617,"c":2,"u":"storm%20of%20vengeance_phb","p":279,"s":52,"h":1,"r":1,"t":1,"uu":"storm of vengeance|phb","xF":{"l":9},"n":"Storm of Vengeance"},{"id":5618,"c":2,"u":"suggestion_phb","p":279,"s":52,"h":1,"r":1,"t":1,"uu":"suggestion|phb","xF":{"l":2},"n":"Suggestion"},{"id":5619,"c":2,"u":"sunbeam_phb","p":279,"s":52,"h":1,"r":1,"t":1,"uu":"sunbeam|phb","xF":{"l":6},"n":"Sunbeam"},{"id":5620,"c":2,"u":"sunburst_phb","p":279,"s":52,"h":1,"r":1,"t":1,"uu":"sunburst|phb","xF":{"l":8},"n":"Sunburst"},{"id":5621,"c":2,"u":"swift%20quiver_phb","p":279,"s":52,"h":1,"t":1,"uu":"swift quiver|phb","xF":{"l":5},"n":"Swift Quiver"},{"id":5622,"c":2,"u":"symbol_phb","p":280,"s":52,"h":1,"r":1,"t":1,"uu":"symbol|phb","xF":{"l":7},"n":"Symbol"},{"id":5623,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":52,"h":1,"r":1,"t":1,"uu":"tasha's hideous laughter|phb","xF":{"l":1},"n":"Tasha's Hideous Laughter"},{"id":5624,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":52,"h":1,"r":1,"t":1,"uu":"tasha's hideous laughter|phb","xF":{"l":1},"n":"Hideous Laughter"},{"id":5625,"c":2,"u":"telekinesis_phb","p":280,"s":52,"h":1,"r":1,"t":1,"uu":"telekinesis|phb","xF":{"l":5},"n":"Telekinesis"},{"id":5626,"c":2,"u":"telepathy_phb","p":281,"s":52,"h":1,"t":1,"uu":"telepathy|phb","xF":{"l":8},"n":"Telepathy"},{"id":5627,"c":2,"u":"teleport_phb","p":281,"s":52,"h":1,"r":1,"t":1,"uu":"teleport|phb","xF":{"l":7},"n":"Teleport"},{"id":5628,"c":2,"u":"teleportation%20circle_phb","p":282,"s":52,"h":1,"r":1,"t":1,"uu":"teleportation circle|phb","xF":{"l":5},"n":"Teleportation Circle"},{"id":5629,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":52,"h":1,"r":1,"t":1,"uu":"tenser's floating disk|phb","xF":{"l":1},"n":"Tenser's Floating Disk"},{"id":5630,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":52,"h":1,"r":1,"t":1,"uu":"tenser's floating disk|phb","xF":{"l":1},"n":"Floating Disk"},{"id":5631,"c":2,"u":"thaumaturgy_phb","p":282,"s":52,"h":1,"r":1,"t":1,"uu":"thaumaturgy|phb","xF":{"l":0},"n":"Thaumaturgy"},{"id":5632,"c":2,"u":"thorn%20whip_phb","p":282,"s":52,"h":1,"t":1,"uu":"thorn whip|phb","xF":{"l":0},"n":"Thorn Whip"},{"id":5633,"c":2,"u":"thunderous%20smite_phb","p":282,"s":52,"h":1,"t":1,"uu":"thunderous smite|phb","xF":{"l":1},"n":"Thunderous Smite"},{"id":5634,"c":2,"u":"thunderwave_phb","p":282,"s":52,"h":1,"r":1,"t":1,"uu":"thunderwave|phb","xF":{"l":1},"n":"Thunderwave"},{"id":5635,"c":2,"u":"time%20stop_phb","p":283,"s":52,"h":1,"r":1,"t":1,"uu":"time stop|phb","xF":{"l":9},"n":"Time Stop"},{"id":5636,"c":2,"u":"tongues_phb","p":283,"s":52,"h":1,"r":1,"t":1,"uu":"tongues|phb","xF":{"l":3},"n":"Tongues"},{"id":5637,"c":2,"u":"transport%20via%20plants_phb","p":283,"s":52,"h":1,"r":1,"t":1,"uu":"transport via plants|phb","xF":{"l":6},"n":"Transport via Plants"},{"id":5638,"c":2,"u":"tree%20stride_phb","p":283,"s":52,"h":1,"r":1,"t":1,"uu":"tree stride|phb","xF":{"l":5},"n":"Tree Stride"},{"id":5639,"c":2,"u":"true%20polymorph_phb","p":283,"s":52,"h":1,"r":1,"t":1,"uu":"true polymorph|phb","xF":{"l":9},"n":"True Polymorph"},{"id":5640,"c":2,"u":"true%20resurrection_phb","p":284,"s":52,"h":1,"r":1,"t":1,"uu":"true resurrection|phb","xF":{"l":9},"n":"True Resurrection"},{"id":5641,"c":2,"u":"true%20seeing_phb","p":284,"s":52,"h":1,"r":1,"t":1,"uu":"true seeing|phb","xF":{"l":6},"n":"True Seeing"},{"id":5642,"c":2,"u":"true%20strike_phb","p":284,"s":52,"h":1,"r":1,"t":1,"uu":"true strike|phb","xF":{"l":0},"n":"True Strike"},{"id":5643,"c":2,"u":"tsunami_phb","p":284,"s":52,"h":1,"t":1,"uu":"tsunami|phb","xF":{"l":8},"n":"Tsunami"},{"id":5644,"c":2,"u":"unseen%20servant_phb","p":284,"s":52,"h":1,"r":1,"t":1,"uu":"unseen servant|phb","xF":{"l":1},"n":"Unseen Servant"},{"id":5645,"c":2,"u":"vampiric%20touch_phb","p":285,"s":52,"h":1,"r":1,"t":1,"uu":"vampiric touch|phb","xF":{"l":3},"n":"Vampiric Touch"},{"id":5646,"c":2,"u":"vicious%20mockery_phb","p":285,"s":52,"h":1,"r":1,"t":1,"uu":"vicious mockery|phb","xF":{"l":0},"n":"Vicious Mockery"},{"id":5647,"c":2,"u":"wall%20of%20fire_phb","p":285,"s":52,"h":1,"r":1,"t":1,"uu":"wall of fire|phb","xF":{"l":4},"n":"Wall of Fire"},{"id":5648,"c":2,"u":"wall%20of%20force_phb","p":285,"s":52,"h":1,"r":1,"t":1,"uu":"wall of force|phb","xF":{"l":5},"n":"Wall of Force"},{"id":5649,"c":2,"u":"wall%20of%20ice_phb","p":285,"s":52,"h":1,"r":1,"t":1,"uu":"wall of ice|phb","xF":{"l":6},"n":"Wall of Ice"},{"id":5650,"c":2,"u":"wall%20of%20stone_phb","p":287,"s":52,"h":1,"r":1,"t":1,"uu":"wall of stone|phb","xF":{"l":5},"n":"Wall of Stone"},{"id":5651,"c":2,"u":"wall%20of%20thorns_phb","p":287,"s":52,"h":1,"r":1,"t":1,"uu":"wall of thorns|phb","xF":{"l":6},"n":"Wall of Thorns"},{"id":5652,"c":2,"u":"warding%20bond_phb","p":287,"s":52,"h":1,"r":1,"t":1,"uu":"warding bond|phb","xF":{"l":2},"n":"Warding Bond"},{"id":5653,"c":2,"u":"water%20breathing_phb","p":287,"s":52,"h":1,"r":1,"t":1,"uu":"water breathing|phb","xF":{"l":3},"n":"Water Breathing"},{"id":5654,"c":2,"u":"water%20walk_phb","p":287,"s":52,"h":1,"r":1,"t":1,"uu":"water walk|phb","xF":{"l":3},"n":"Water Walk"},{"id":5655,"c":2,"u":"web_phb","p":287,"s":52,"h":1,"r":1,"t":1,"uu":"web|phb","m":"spells/PHB/Web.webp","xF":{"l":2},"n":"Web"},{"id":5656,"c":2,"u":"weird_phb","p":288,"s":52,"h":1,"r":1,"t":1,"uu":"weird|phb","xF":{"l":9},"n":"Weird"},{"id":5657,"c":2,"u":"wind%20walk_phb","p":288,"s":52,"h":1,"r":1,"t":1,"uu":"wind walk|phb","xF":{"l":6},"n":"Wind Walk"},{"id":5658,"c":2,"u":"wind%20wall_phb","p":288,"s":52,"h":1,"r":1,"t":1,"uu":"wind wall|phb","xF":{"l":3},"n":"Wind Wall"},{"id":5659,"c":2,"u":"wish_phb","p":288,"s":52,"h":1,"r":1,"t":1,"uu":"wish|phb","xF":{"l":9},"n":"Wish"},{"id":5660,"c":2,"u":"witch%20bolt_phb","p":289,"s":52,"h":1,"t":1,"uu":"witch bolt|phb","xF":{"l":1},"n":"Witch Bolt"},{"id":5661,"c":2,"u":"word%20of%20recall_phb","p":289,"s":52,"h":1,"r":1,"t":1,"uu":"word of recall|phb","xF":{"l":6},"n":"Word of Recall"},{"id":5662,"c":2,"u":"wrathful%20smite_phb","p":289,"s":52,"h":1,"t":1,"uu":"wrathful smite|phb","xF":{"l":1},"n":"Wrathful Smite"},{"id":5663,"c":2,"u":"zone%20of%20truth_phb","p":289,"s":52,"h":1,"r":1,"t":1,"uu":"zone of truth|phb","xF":{"l":2},"n":"Zone of Truth"},{"id":5664,"c":2,"u":"gate%20seal_sato","p":12,"s":104,"h":1,"t":1,"uu":"gate seal|sato","xF":{"l":4},"n":"Gate Seal"},{"id":5665,"c":2,"u":"warp%20sense_sato","p":12,"s":104,"h":1,"t":1,"uu":"warp sense|sato","xF":{"l":2},"n":"Warp Sense"},{"id":5666,"c":2,"u":"borrowed%20knowledge_scc","p":37,"s":57,"h":1,"t":1,"uu":"borrowed knowledge|scc","xF":{"l":2},"n":"Borrowed Knowledge"},{"id":5667,"c":2,"u":"kinetic%20jaunt_scc","p":37,"s":57,"h":1,"t":1,"uu":"kinetic jaunt|scc","xF":{"l":2},"n":"Kinetic Jaunt"},{"id":5668,"c":2,"u":"silvery%20barbs_scc","p":38,"s":57,"h":1,"t":1,"uu":"silvery barbs|scc","xF":{"l":1},"n":"Silvery Barbs"},{"id":5669,"c":2,"u":"vortex%20warp_scc","p":38,"s":57,"h":1,"t":1,"uu":"vortex warp|scc","xF":{"l":2},"n":"Vortex Warp"},{"id":5670,"c":2,"u":"wither%20and%20bloom_scc","p":38,"s":57,"h":1,"t":1,"uu":"wither and bloom|scc","xF":{"l":2},"n":"Wither and Bloom"},{"id":5671,"c":2,"u":"freedom%20of%20the%20waves_tdcsr","p":176,"s":61,"h":1,"dP":1,"t":1,"uu":"freedom of the waves|tdcsr","xF":{"l":3},"n":"Freedom of the Waves"},{"id":5672,"c":2,"u":"freedom%20of%20the%20winds_tdcsr","p":176,"s":61,"h":1,"dP":1,"t":1,"uu":"freedom of the winds|tdcsr","xF":{"l":5},"n":"Freedom of the Winds"},{"id":5673,"c":2,"u":"linked%20glyphs_aitfr-avt","p":9,"s":105,"h":1,"t":1,"uu":"linked glyphs|aitfr-avt","xF":{"l":3},"n":"Linked Glyphs"},{"id":5674,"c":2,"u":"flock%20of%20familiars_llk","p":57,"s":81,"h":1,"t":1,"uu":"flock of familiars|llk","xF":{"l":2},"n":"Flock of Familiars"},{"id":5675,"c":2,"u":"galder's%20speedy%20courier_llk","p":57,"s":81,"h":1,"t":1,"uu":"galder's speedy courier|llk","xF":{"l":4},"n":"Galder's Speedy Courier"},{"id":5676,"c":2,"u":"galder's%20tower_llk","p":57,"s":81,"h":1,"t":1,"uu":"galder's tower|llk","xF":{"l":3},"n":"Galder's Tower"},{"id":5677,"c":5,"u":"artificer_tce","p":9,"s":4,"h":1,"t":2,"uu":"artificer|tce","m":"classes/TCE/Artificer.webp","n":"Artificer"},{"id":5678,"c":5,"u":"barbarian_phb","p":46,"s":52,"h":1,"r":1,"t":2,"uu":"barbarian|phb","m":"classes/PHB/Barbarian.webp","n":"Barbarian"},{"id":5679,"c":5,"u":"barbarian_xphb","p":50,"s":8,"h":1,"t":2,"uu":"barbarian|xphb","m":"classes/XPHB/Barbarian.webp","n":"Barbarian"},{"id":5680,"c":5,"u":"bard_phb","p":51,"s":52,"h":1,"r":1,"t":2,"uu":"bard|phb","m":"classes/PHB/Bard.webp","n":"Bard"},{"id":5681,"c":5,"u":"bard_xphb","p":58,"s":8,"h":1,"t":2,"uu":"bard|xphb","m":"classes/XPHB/Bard.webp","n":"Bard"},{"id":5682,"c":5,"u":"cleric_phb","p":56,"s":52,"h":1,"r":1,"t":2,"uu":"cleric|phb","m":"classes/PHB/Cleric.webp","n":"Cleric"},{"id":5683,"c":5,"u":"cleric_xphb","p":68,"s":8,"h":1,"t":2,"uu":"cleric|xphb","m":"classes/XPHB/Cleric.webp","n":"Cleric"},{"id":5684,"c":5,"u":"druid_phb","p":64,"s":52,"h":1,"r":1,"t":2,"uu":"druid|phb","m":"classes/PHB/Druid.webp","n":"Druid"},{"id":5685,"c":5,"u":"druid_xphb","p":78,"s":8,"h":1,"t":2,"uu":"druid|xphb","m":"classes/XPHB/Druid.webp","n":"Druid"},{"id":5686,"c":5,"u":"fighter_phb","p":70,"s":52,"h":1,"r":1,"t":2,"uu":"fighter|phb","m":"classes/PHB/Fighter.webp","n":"Fighter"},{"id":5687,"c":5,"u":"fighter_xphb","p":90,"s":8,"h":1,"t":2,"uu":"fighter|xphb","m":"classes/XPHB/Fighter.webp","n":"Fighter"},{"id":5688,"c":5,"u":"monk_phb","p":76,"s":52,"h":1,"r":1,"t":2,"uu":"monk|phb","m":"classes/PHB/Monk.webp","n":"Monk"},{"id":5689,"c":5,"u":"monk_xphb","p":100,"s":8,"h":1,"t":2,"uu":"monk|xphb","m":"classes/XPHB/Monk.webp","n":"Monk"},{"id":5690,"c":5,"u":"mystic_uathemysticclass","p":1,"s":106,"h":1,"t":2,"uu":"mystic|uathemysticclass","n":"Mystic"},{"id":5691,"c":5,"u":"paladin_phb","p":82,"s":52,"h":1,"r":1,"t":2,"uu":"paladin|phb","m":"classes/PHB/Paladin.webp","n":"Paladin"},{"id":5692,"c":5,"u":"paladin_xphb","p":108,"s":8,"h":1,"t":2,"uu":"paladin|xphb","m":"classes/XPHB/Paladin.webp","n":"Paladin"},{"id":5693,"c":5,"u":"ranger_phb","p":89,"s":52,"h":1,"r":1,"t":2,"uu":"ranger|phb","m":"classes/PHB/Ranger.webp","n":"Ranger"},{"id":5694,"c":5,"u":"ranger_xphb","p":118,"s":8,"h":1,"t":2,"uu":"ranger|xphb","m":"classes/XPHB/Ranger.webp","n":"Ranger"},{"id":5695,"c":5,"u":"rogue_phb","p":94,"s":52,"h":1,"r":1,"t":2,"uu":"rogue|phb","m":"classes/PHB/Rogue.webp","n":"Rogue"},{"id":5696,"c":5,"u":"rogue_xphb","p":128,"s":8,"h":1,"t":2,"uu":"rogue|xphb","m":"classes/XPHB/Rogue.webp","n":"Rogue"},{"id":5697,"c":5,"u":"expert%20sidekick_tce","p":142,"s":4,"h":1,"t":2,"uu":"expert sidekick|tce","m":"classes/TCE/Expert Sidekick.webp","n":"Expert Sidekick"},{"id":5698,"c":5,"u":"spellcaster%20sidekick_tce","p":144,"s":4,"h":1,"t":2,"uu":"spellcaster sidekick|tce","m":"classes/TCE/Spellcaster Sidekick.webp","n":"Spellcaster Sidekick"},{"id":5699,"c":5,"u":"warrior%20sidekick_tce","p":146,"s":4,"h":1,"t":2,"uu":"warrior sidekick|tce","m":"classes/TCE/Warrior Sidekick.webp","n":"Warrior Sidekick"},{"id":5700,"c":5,"u":"sorcerer_phb","p":99,"s":52,"h":1,"r":1,"t":2,"uu":"sorcerer|phb","m":"classes/PHB/Sorcerer.webp","n":"Sorcerer"},{"id":5701,"c":5,"u":"sorcerer_xphb","p":138,"s":8,"h":1,"t":2,"uu":"sorcerer|xphb","m":"classes/XPHB/Sorcerer.webp","n":"Sorcerer"},{"id":5702,"c":5,"u":"warlock_phb","p":105,"s":52,"h":1,"r":1,"t":2,"uu":"warlock|phb","m":"classes/PHB/Warlock.webp","n":"Warlock"},{"id":5703,"c":5,"u":"warlock_xphb","p":152,"s":8,"h":1,"t":2,"uu":"warlock|xphb","m":"classes/XPHB/Warlock.webp","n":"Warlock"},{"id":5704,"c":5,"u":"wizard_phb","p":112,"s":52,"h":1,"r":1,"t":2,"uu":"wizard|phb","m":"classes/PHB/Wizard.webp","n":"Wizard"},{"id":5705,"c":5,"u":"wizard_xphb","p":164,"s":8,"h":1,"t":2,"uu":"wizard|xphb","m":"classes/XPHB/Wizard.webp","n":"Wizard"},{"id":5707,"c":40,"u":"artificer_tce,state:sub-alchemist-tce=b1","p":14,"s":4,"h":1,"t":3,"uu":"alchemist|artificer|tce|tce","m":"classes/TCE/Alchemist Artificer.webp","b":"Alchemist","n":"Alchemist (Artificer)"},{"id":5709,"c":40,"u":"artificer_tce,state:sub-armorer-tce=b1","p":15,"s":4,"h":1,"t":3,"uu":"armorer|artificer|tce|tce","m":"classes/TCE/Armorer Artificer.webp","b":"Armorer","n":"Armorer (Artificer)"},{"id":5711,"c":40,"u":"artificer_tce,state:sub-artillerist-tce=b1","p":17,"s":4,"h":1,"t":3,"uu":"artillerist|artificer|tce|tce","m":"classes/TCE/Artillerist Artificer.webp","b":"Artillerist","n":"Artillerist (Artificer)"},{"id":5713,"c":40,"u":"artificer_tce,state:sub-battle-smith-tce=b1","p":18,"s":4,"h":1,"t":3,"uu":"battle smith|artificer|tce|tce","m":"classes/TCE/Battle Smith Artificer.webp","b":"Battle Smith","n":"Battle Smith (Artificer)"},{"id":5715,"c":40,"u":"barbarian_phb,state:sub-berserker-phb=b1","p":49,"s":52,"h":1,"r":1,"t":3,"uu":"berserker|barbarian","b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5717,"c":40,"u":"barbarian_xphb,state:sub-berserker-phb=b1","s":52,"h":1,"t":3,"uu":"berserker|barbarian|xphb","b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5719,"c":40,"u":"barbarian_phb,state:sub-totem-warrior-phb=b1","p":50,"s":52,"h":1,"t":3,"uu":"totem warrior|barbarian","m":"classes/PHB/Totem Warrior Barbarian.webp","b":"Path of the Totem Warrior","n":"Path of the Totem Warrior (Barbarian)"},{"id":5721,"c":40,"u":"barbarian_xphb,state:sub-totem-warrior-phb=b1","s":52,"h":1,"t":3,"uu":"totem warrior|barbarian|xphb","b":"Path of the Totem Warrior","n":"Path of the Totem Warrior (Barbarian)"},{"id":5723,"c":40,"u":"barbarian_phb,state:sub-battlerager-scag=b1","p":121,"s":107,"h":1,"t":3,"uu":"battlerager|barbarian||scag","b":"Path of the Battlerager","n":"Path of the Battlerager (Barbarian)"},{"id":5725,"c":40,"u":"barbarian_xphb,state:sub-battlerager-scag=b1","s":107,"h":1,"t":3,"uu":"battlerager|barbarian|xphb|scag","b":"Path of the Battlerager","n":"Path of the Battlerager (Barbarian)"},{"id":5727,"c":40,"u":"barbarian_phb,state:sub-ancestral-guardian-xge=b1","p":9,"s":6,"h":1,"t":3,"uu":"ancestral guardian|barbarian||xge","b":"Path of the Ancestral Guardian","n":"Path of the Ancestral Guardian (Barbarian)"},{"id":5729,"c":40,"u":"barbarian_xphb,state:sub-ancestral-guardian-xge=b1","s":6,"h":1,"t":3,"uu":"ancestral guardian|barbarian|xphb|xge","b":"Path of the Ancestral Guardian","n":"Path of the Ancestral Guardian (Barbarian)"},{"id":5731,"c":40,"u":"barbarian_phb,state:sub-storm-herald-xge=b1","p":10,"s":6,"h":1,"t":3,"uu":"storm herald|barbarian||xge","m":"classes/XGE/Storm Herald Barbarian.webp","b":"Path of the Storm Herald","n":"Path of the Storm Herald (Barbarian)"},{"id":5733,"c":40,"u":"barbarian_xphb,state:sub-storm-herald-xge=b1","s":6,"h":1,"t":3,"uu":"storm herald|barbarian|xphb|xge","b":"Path of the Storm Herald","n":"Path of the Storm Herald (Barbarian)"},{"id":5735,"c":40,"u":"barbarian_phb,state:sub-zealot-xge=b1","p":11,"s":6,"h":1,"t":3,"uu":"zealot|barbarian||xge","b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5737,"c":40,"u":"barbarian_xphb,state:sub-zealot-xge=b1","s":6,"h":1,"t":3,"uu":"zealot|barbarian|xphb|xge","b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5739,"c":40,"u":"barbarian_phb,state:sub-beast-tce=b1","p":24,"s":4,"h":1,"t":3,"uu":"beast|barbarian||tce","m":"classes/TCE/Beast Barbarian.webp","b":"Path of the Beast","n":"Path of the Beast (Barbarian)"},{"id":5741,"c":40,"u":"barbarian_xphb,state:sub-beast-tce=b1","s":4,"h":1,"t":3,"uu":"beast|barbarian|xphb|tce","b":"Path of the Beast","n":"Path of the Beast (Barbarian)"},{"id":5743,"c":40,"u":"barbarian_phb,state:sub-wild-magic-tce=b1","p":25,"s":4,"h":1,"t":3,"uu":"wild magic|barbarian||tce","m":"classes/TCE/Wild Magic Barbarian.webp","b":"Path of Wild Magic","n":"Path of Wild Magic (Barbarian)"},{"id":5745,"c":40,"u":"barbarian_xphb,state:sub-wild-magic-tce=b1","s":4,"h":1,"t":3,"uu":"wild magic|barbarian|xphb|tce","b":"Path of Wild Magic","n":"Path of Wild Magic (Barbarian)"},{"id":5747,"c":40,"u":"barbarian_phb,state:sub-juggernaut-tdcsr=b1","p":165,"s":61,"h":1,"dP":1,"t":3,"uu":"juggernaut|barbarian||tdcsr","m":"classes/TDCSR/Juggernaut Barbarian.webp","b":"Path of the Juggernaut","n":"Path of the Juggernaut (Barbarian)"},{"id":5749,"c":40,"u":"barbarian_xphb,state:sub-juggernaut-tdcsr=b1","s":61,"h":1,"dP":1,"t":3,"uu":"juggernaut|barbarian|xphb|tdcsr","b":"Path of the Juggernaut","n":"Path of the Juggernaut (Barbarian)"},{"id":5751,"c":40,"u":"barbarian_phb,state:sub-giant-bgg=b1","p":11,"s":0,"h":1,"t":3,"uu":"giant|barbarian||bgg","m":"classes/BGG/Giant Barbarian.webp","b":"Path of the Giant","n":"Path of the Giant (Barbarian)"},{"id":5753,"c":40,"u":"barbarian_xphb,state:sub-giant-bgg=b1","s":0,"h":1,"t":3,"uu":"giant|barbarian|xphb|bgg","b":"Path of the Giant","n":"Path of the Giant (Barbarian)"},{"id":5755,"c":40,"u":"barbarian_xphb,state:sub-berserker-xphb=b1","p":54,"s":8,"h":1,"t":3,"uu":"berserker|barbarian|xphb|xphb","m":"classes/XPHB/Berserker Barbarian.webp","b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5757,"c":40,"u":"barbarian_xphb,state:sub-wild-heart-xphb=b1","p":55,"s":8,"h":1,"t":3,"uu":"wild heart|barbarian|xphb|xphb","m":"classes/XPHB/Wild Heart Barbarian.webp","b":"Path of the Wild Heart","n":"Path of the Wild Heart (Barbarian)"},{"id":5759,"c":40,"u":"barbarian_xphb,state:sub-world-tree-xphb=b1","p":56,"s":8,"h":1,"t":3,"uu":"world tree|barbarian|xphb|xphb","m":"classes/XPHB/World Tree Barbarian.webp","b":"Path of the World Tree","n":"Path of the World Tree (Barbarian)"},{"id":5761,"c":40,"u":"barbarian_xphb,state:sub-zealot-xphb=b1","p":57,"s":8,"h":1,"t":3,"uu":"zealot|barbarian|xphb|xphb","m":"classes/XPHB/Zealot Barbarian.webp","b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5763,"c":40,"u":"bard_phb,state:sub-lore-phb=b1","p":54,"s":52,"h":1,"r":1,"t":3,"uu":"lore|bard","b":"College of Lore","n":"College of Lore (Bard)"},{"id":5765,"c":40,"u":"bard_xphb,state:sub-lore-phb=b1","s":52,"h":1,"t":3,"uu":"lore|bard|xphb","b":"College of Lore","n":"College of Lore (Bard)"},{"id":5767,"c":40,"u":"bard_phb,state:sub-valor-phb=b1","p":55,"s":52,"h":1,"t":3,"uu":"valor|bard","b":"College of Valor","n":"College of Valor (Bard)"},{"id":5769,"c":40,"u":"bard_xphb,state:sub-valor-phb=b1","s":52,"h":1,"t":3,"uu":"valor|bard|xphb","b":"College of Valor","n":"College of Valor (Bard)"},{"id":5771,"c":40,"u":"bard_phb,state:sub-glamour-xge=b1","p":14,"s":6,"h":1,"t":3,"uu":"glamour|bard||xge","b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":5773,"c":40,"u":"bard_xphb,state:sub-glamour-xge=b1","s":6,"h":1,"t":3,"uu":"glamour|bard|xphb|xge","b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":5775,"c":40,"u":"bard_phb,state:sub-swords-xge=b1","p":15,"s":6,"h":1,"t":3,"uu":"swords|bard||xge","m":"classes/XGE/Swords Bard.webp","b":"College of Swords","n":"College of Swords (Bard)"},{"id":5777,"c":40,"u":"bard_xphb,state:sub-swords-xge=b1","s":6,"h":1,"t":3,"uu":"swords|bard|xphb|xge","b":"College of Swords","n":"College of Swords (Bard)"},{"id":5779,"c":40,"u":"bard_phb,state:sub-whispers-xge=b1","p":16,"s":6,"h":1,"t":3,"uu":"whispers|bard||xge","m":"classes/XGE/Whispers Bard.webp","b":"College of Whispers","n":"College of Whispers (Bard)"},{"id":5781,"c":40,"u":"bard_xphb,state:sub-whispers-xge=b1","s":6,"h":1,"t":3,"uu":"whispers|bard|xphb|xge","b":"College of Whispers","n":"College of Whispers (Bard)"},{"id":5783,"c":40,"u":"bard_phb,state:sub-road-hwcs=b1","p":36,"s":37,"h":1,"dP":1,"t":3,"uu":"road|bard||hwcs","m":"classes/HWCS/Road Bard.webp","b":"College of the Road","n":"College of the Road (Bard)"},{"id":5785,"c":40,"u":"bard_xphb,state:sub-road-hwcs=b1","s":37,"h":1,"dP":1,"t":3,"uu":"road|bard|xphb|hwcs","b":"College of the Road","n":"College of the Road (Bard)"},{"id":5787,"c":40,"u":"bard_phb,state:sub-creation-tce=b1","p":28,"s":4,"h":1,"t":3,"uu":"creation|bard||tce","m":"classes/TCE/Creation Bard.webp","b":"College of Creation","n":"College of Creation (Bard)"},{"id":5789,"c":40,"u":"bard_xphb,state:sub-creation-tce=b1","s":4,"h":1,"t":3,"uu":"creation|bard|xphb|tce","b":"College of Creation","n":"College of Creation (Bard)"},{"id":5791,"c":40,"u":"bard_phb,state:sub-eloquence-tce=b1","p":29,"s":4,"h":1,"t":3,"uu":"eloquence|bard||tce","m":"classes/TCE/Eloquence Bard.webp","b":"College of Eloquence","n":"College of Eloquence (Bard)"},{"id":5793,"c":40,"u":"bard_xphb,state:sub-eloquence-tce=b1","s":4,"h":1,"t":3,"uu":"eloquence|bard|xphb|tce","b":"College of Eloquence","n":"College of Eloquence (Bard)"},{"id":5795,"c":40,"u":"bard_phb,state:sub-spirits-vrgr=b1","p":28,"s":68,"h":1,"t":3,"uu":"spirits|bard||vrgr","m":"classes/VRGR/Spirits Bard.webp","b":"College of Spirits","n":"College of Spirits (Bard)"},{"id":5797,"c":40,"u":"bard_xphb,state:sub-spirits-vrgr=b1","s":68,"h":1,"t":3,"uu":"spirits|bard|xphb|vrgr","b":"College of Spirits","n":"College of Spirits (Bard)"},{"id":5799,"c":40,"u":"bard_phb,state:sub-tragedy-tdcsr=b1","p":167,"s":61,"h":1,"dP":1,"t":3,"uu":"tragedy|bard||tdcsr","m":"classes/TDCSR/Tragedy Bard.webp","b":"College of Tragedy","n":"College of Tragedy (Bard)"},{"id":5801,"c":40,"u":"bard_xphb,state:sub-tragedy-tdcsr=b1","s":61,"h":1,"dP":1,"t":3,"uu":"tragedy|bard|xphb|tdcsr","b":"College of Tragedy","n":"College of Tragedy (Bard)"},{"id":5803,"c":40,"u":"bard_xphb,state:sub-dance-xphb=b1","p":64,"s":8,"h":1,"t":3,"uu":"dance|bard|xphb|xphb","m":"classes/XPHB/Dance Bard.webp","b":"College of Dance","n":"College of Dance (Bard)"},{"id":5805,"c":40,"u":"bard_xphb,state:sub-glamour-xphb=b1","p":65,"s":8,"h":1,"t":3,"uu":"glamour|bard|xphb|xphb","m":"classes/XPHB/Glamour Bard.webp","b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":5807,"c":40,"u":"bard_xphb,state:sub-lore-xphb=b1","p":66,"s":8,"h":1,"t":3,"uu":"lore|bard|xphb|xphb","m":"classes/XPHB/Lore Bard.webp","b":"College of Lore","n":"College of Lore (Bard)"},{"id":5809,"c":40,"u":"bard_xphb,state:sub-valor-xphb=b1","p":67,"s":8,"h":1,"t":3,"uu":"valor|bard|xphb|xphb","m":"classes/XPHB/Valor Bard.webp","b":"College of Valor","n":"College of Valor (Bard)"},{"id":5811,"c":40,"u":"cleric_phb,state:sub-knowledge-phb=b1","p":59,"s":52,"h":1,"t":3,"uu":"knowledge|cleric","b":"Knowledge Domain","n":"Knowledge Domain (Cleric)"},{"id":5813,"c":40,"u":"cleric_xphb,state:sub-knowledge-phb=b1","s":52,"h":1,"t":3,"uu":"knowledge|cleric|xphb","b":"Knowledge Domain","n":"Knowledge Domain (Cleric)"},{"id":5815,"c":40,"u":"cleric_phb,state:sub-life-phb=b1","p":60,"s":52,"h":1,"r":1,"t":3,"uu":"life|cleric","b":"Life Domain","n":"Life Domain (Cleric)"},{"id":5817,"c":40,"u":"cleric_xphb,state:sub-life-phb=b1","s":52,"h":1,"t":3,"uu":"life|cleric|xphb","b":"Life Domain","n":"Life Domain (Cleric)"},{"id":5819,"c":40,"u":"cleric_phb,state:sub-light-phb=b1","p":60,"s":52,"h":1,"t":3,"uu":"light|cleric","b":"Light Domain","n":"Light Domain (Cleric)"},{"id":5821,"c":40,"u":"cleric_xphb,state:sub-light-phb=b1","s":52,"h":1,"t":3,"uu":"light|cleric|xphb","b":"Light Domain","n":"Light Domain (Cleric)"},{"id":5823,"c":40,"u":"cleric_phb,state:sub-nature-phb=b1","p":61,"s":52,"h":1,"t":3,"uu":"nature|cleric","b":"Nature Domain","n":"Nature Domain (Cleric)"},{"id":5825,"c":40,"u":"cleric_xphb,state:sub-nature-phb=b1","s":52,"h":1,"t":3,"uu":"nature|cleric|xphb","b":"Nature Domain","n":"Nature Domain (Cleric)"},{"id":5827,"c":40,"u":"cleric_phb,state:sub-tempest-phb=b1","p":62,"s":52,"h":1,"t":3,"uu":"tempest|cleric","b":"Tempest Domain","n":"Tempest Domain (Cleric)"},{"id":5829,"c":40,"u":"cleric_xphb,state:sub-tempest-phb=b1","s":52,"h":1,"t":3,"uu":"tempest|cleric|xphb","b":"Tempest Domain","n":"Tempest Domain (Cleric)"},{"id":5831,"c":40,"u":"cleric_phb,state:sub-trickery-phb=b1","p":62,"s":52,"h":1,"t":3,"uu":"trickery|cleric","b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":5833,"c":40,"u":"cleric_xphb,state:sub-trickery-phb=b1","s":52,"h":1,"t":3,"uu":"trickery|cleric|xphb","b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":5835,"c":40,"u":"cleric_phb,state:sub-war-phb=b1","p":63,"s":52,"h":1,"t":3,"uu":"war|cleric","b":"War Domain","n":"War Domain (Cleric)"},{"id":5837,"c":40,"u":"cleric_xphb,state:sub-war-phb=b1","s":52,"h":1,"t":3,"uu":"war|cleric|xphb","b":"War Domain","n":"War Domain (Cleric)"},{"id":5839,"c":40,"u":"cleric_phb,state:sub-death-dmg=b1","p":96,"s":24,"h":1,"t":3,"uu":"death|cleric||dmg","m":"classes/DMG/Death Cleric.webp","b":"Death Domain","n":"Death Domain (Cleric)"},{"id":5841,"c":40,"u":"cleric_xphb,state:sub-death-dmg=b1","s":24,"h":1,"t":3,"uu":"death|cleric|xphb|dmg","b":"Death Domain","n":"Death Domain (Cleric)"},{"id":5843,"c":40,"u":"cleric_phb,state:sub-arcana-scag=b1","p":125,"s":107,"h":1,"t":3,"uu":"arcana|cleric||scag","m":"classes/SCAG/Arcana Cleric.webp","b":"Arcana Domain","n":"Arcana Domain (Cleric)"},{"id":5845,"c":40,"u":"cleric_xphb,state:sub-arcana-scag=b1","s":107,"h":1,"t":3,"uu":"arcana|cleric|xphb|scag","b":"Arcana Domain","n":"Arcana Domain (Cleric)"},{"id":5847,"c":40,"u":"cleric_phb,state:sub-ambition-psa-psa=b1","p":27,"s":95,"h":1,"t":3,"uu":"ambition (psa)|cleric||psa","m":"classes/PSA/Ambition (PSA) Cleric.webp","b":"Ambition Domain (PSA)","n":"Ambition Domain (PSA) (Cleric)"},{"id":5849,"c":40,"u":"cleric_xphb,state:sub-ambition-psa-psa=b1","s":95,"h":1,"t":3,"uu":"ambition (psa)|cleric|xphb|psa","b":"Ambition Domain (PSA)","n":"Ambition Domain (PSA) (Cleric)"},{"id":5851,"c":40,"u":"cleric_phb,state:sub-knowledge-psa-psa=b1","p":25,"s":95,"h":1,"t":3,"uu":"knowledge (psa)|cleric||psa","m":"classes/PSA/Knowledge (PSA) Cleric.webp","b":"Knowledge Domain (PSA)","n":"Knowledge Domain (PSA) (Cleric)"},{"id":5853,"c":40,"u":"cleric_xphb,state:sub-knowledge-psa-psa=b1","s":95,"h":1,"t":3,"uu":"knowledge (psa)|cleric|xphb|psa","b":"Knowledge Domain (PSA)","n":"Knowledge Domain (PSA) (Cleric)"},{"id":5855,"c":40,"u":"cleric_phb,state:sub-solidarity-psa-psa=b1","p":24,"s":95,"h":1,"t":3,"uu":"solidarity (psa)|cleric||psa","m":"classes/PSA/Solidarity (PSA) Cleric.webp","b":"Solidarity Domain (PSA)","n":"Solidarity Domain (PSA) (Cleric)"},{"id":5857,"c":40,"u":"cleric_xphb,state:sub-solidarity-psa-psa=b1","s":95,"h":1,"t":3,"uu":"solidarity (psa)|cleric|xphb|psa","b":"Solidarity Domain (PSA)","n":"Solidarity Domain (PSA) (Cleric)"},{"id":5859,"c":40,"u":"cleric_phb,state:sub-strength-psa-psa=b1","p":26,"s":95,"h":1,"t":3,"uu":"strength (psa)|cleric||psa","m":"classes/PSA/Strength (PSA) Cleric.webp","b":"Strength Domain (PSA)","n":"Strength Domain (PSA) (Cleric)"},{"id":5861,"c":40,"u":"cleric_xphb,state:sub-strength-psa-psa=b1","s":95,"h":1,"t":3,"uu":"strength (psa)|cleric|xphb|psa","b":"Strength Domain (PSA)","n":"Strength Domain (PSA) (Cleric)"},{"id":5863,"c":40,"u":"cleric_phb,state:sub-zeal-psa-psa=b1","p":28,"s":95,"h":1,"t":3,"uu":"zeal (psa)|cleric||psa","m":"classes/PSA/Zeal (PSA) Cleric.webp","b":"Zeal Domain (PSA)","n":"Zeal Domain (PSA) (Cleric)"},{"id":5865,"c":40,"u":"cleric_xphb,state:sub-zeal-psa-psa=b1","s":95,"h":1,"t":3,"uu":"zeal (psa)|cleric|xphb|psa","b":"Zeal Domain (PSA)","n":"Zeal Domain (PSA) (Cleric)"},{"id":5867,"c":40,"u":"cleric_phb,state:sub-forge-xge=b1","p":18,"s":6,"h":1,"t":3,"uu":"forge|cleric||xge","m":"classes/XGE/Forge Cleric.webp","b":"Forge Domain","n":"Forge Domain (Cleric)"},{"id":5869,"c":40,"u":"cleric_xphb,state:sub-forge-xge=b1","s":6,"h":1,"t":3,"uu":"forge|cleric|xphb|xge","b":"Forge Domain","n":"Forge Domain (Cleric)"},{"id":5871,"c":40,"u":"cleric_phb,state:sub-grave-xge=b1","p":19,"s":6,"h":1,"t":3,"uu":"grave|cleric||xge","m":"classes/XGE/Grave Cleric.webp","b":"Grave Domain","n":"Grave Domain (Cleric)"},{"id":5873,"c":40,"u":"cleric_xphb,state:sub-grave-xge=b1","s":6,"h":1,"t":3,"uu":"grave|cleric|xphb|xge","b":"Grave Domain","n":"Grave Domain (Cleric)"},{"id":5875,"c":40,"u":"cleric_phb,state:sub-community-hwcs=b1","p":39,"s":37,"h":1,"dP":1,"t":3,"uu":"community|cleric||hwcs","b":"Community Domain","n":"Community Domain (Cleric)"},{"id":5877,"c":40,"u":"cleric_xphb,state:sub-community-hwcs=b1","s":37,"h":1,"dP":1,"t":3,"uu":"community|cleric|xphb|hwcs","b":"Community Domain","n":"Community Domain (Cleric)"},{"id":5879,"c":40,"u":"cleric_phb,state:sub-night-hwcs=b1","p":40,"s":37,"h":1,"dP":1,"t":3,"uu":"night|cleric||hwcs","b":"Night Domain","n":"Night Domain (Cleric)"},{"id":5881,"c":40,"u":"cleric_xphb,state:sub-night-hwcs=b1","s":37,"h":1,"dP":1,"t":3,"uu":"night|cleric|xphb|hwcs","b":"Night Domain","n":"Night Domain (Cleric)"},{"id":5883,"c":40,"u":"cleric_phb,state:sub-order-tce=b1","p":31,"s":4,"h":1,"t":3,"uu":"order|cleric||tce","m":"classes/TCE/Order Cleric.webp","b":"Order Domain","n":"Order Domain (Cleric)"},{"id":5885,"c":40,"u":"cleric_xphb,state:sub-order-tce=b1","s":4,"h":1,"t":3,"uu":"order|cleric|xphb|tce","b":"Order Domain","n":"Order Domain (Cleric)"},{"id":5887,"c":40,"u":"cleric_phb,state:sub-peace-tce=b1","p":32,"s":4,"h":1,"t":3,"uu":"peace|cleric||tce","m":"classes/TCE/Peace Cleric.webp","b":"Peace Domain","n":"Peace Domain (Cleric)"},{"id":5889,"c":40,"u":"cleric_xphb,state:sub-peace-tce=b1","s":4,"h":1,"t":3,"uu":"peace|cleric|xphb|tce","b":"Peace Domain","n":"Peace Domain (Cleric)"},{"id":5891,"c":40,"u":"cleric_phb,state:sub-twilight-tce=b1","p":34,"s":4,"h":1,"t":3,"uu":"twilight|cleric||tce","m":"classes/TCE/Twilight Cleric.webp","b":"Twilight Domain","n":"Twilight Domain (Cleric)"},{"id":5893,"c":40,"u":"cleric_xphb,state:sub-twilight-tce=b1","s":4,"h":1,"t":3,"uu":"twilight|cleric|xphb|tce","b":"Twilight Domain","n":"Twilight Domain (Cleric)"},{"id":5895,"c":40,"u":"cleric_phb,state:sub-blood-tdcsr=b1","p":168,"s":61,"h":1,"dP":1,"t":3,"uu":"blood|cleric||tdcsr","m":"classes/TDCSR/Blood Cleric.webp","b":"Blood Domain","n":"Blood Domain (Cleric)"},{"id":5897,"c":40,"u":"cleric_xphb,state:sub-blood-tdcsr=b1","s":61,"h":1,"dP":1,"t":3,"uu":"blood|cleric|xphb|tdcsr","b":"Blood Domain","n":"Blood Domain (Cleric)"},{"id":5899,"c":40,"u":"cleric_phb,state:sub-moon-tdcsr=b1","p":169,"s":61,"h":1,"dP":1,"t":3,"uu":"moon|cleric||tdcsr","m":"classes/TDCSR/Moon Cleric.webp","b":"Moon Domain","n":"Moon Domain (Cleric)"},{"id":5901,"c":40,"u":"cleric_xphb,state:sub-moon-tdcsr=b1","s":61,"h":1,"dP":1,"t":3,"uu":"moon|cleric|xphb|tdcsr","b":"Moon Domain","n":"Moon Domain (Cleric)"},{"id":5903,"c":40,"u":"cleric_xphb,state:sub-life-xphb=b1","p":73,"s":8,"h":1,"t":3,"uu":"life|cleric|xphb|xphb","m":"classes/XPHB/Life Cleric.webp","b":"Life Domain","n":"Life Domain (Cleric)"},{"id":5905,"c":40,"u":"cleric_xphb,state:sub-light-xphb=b1","p":74,"s":8,"h":1,"t":3,"uu":"light|cleric|xphb|xphb","m":"classes/XPHB/Light Cleric.webp","b":"Light Domain","n":"Light Domain (Cleric)"},{"id":5907,"c":40,"u":"cleric_xphb,state:sub-trickery-xphb=b1","p":75,"s":8,"h":1,"t":3,"uu":"trickery|cleric|xphb|xphb","m":"classes/XPHB/Trickery Cleric.webp","b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":5909,"c":40,"u":"cleric_xphb,state:sub-war-xphb=b1","p":76,"s":8,"h":1,"t":3,"uu":"war|cleric|xphb|xphb","m":"classes/XPHB/War Cleric.webp","b":"War Domain","n":"War Domain (Cleric)"},{"id":5911,"c":40,"u":"druid_phb,state:sub-land-phb=b1","p":68,"s":52,"h":1,"r":1,"t":3,"uu":"land|druid","b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":5913,"c":40,"u":"druid_xphb,state:sub-land-phb=b1","s":52,"h":1,"t":3,"uu":"land|druid|xphb","b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":5915,"c":40,"u":"druid_phb,state:sub-moon-phb=b1","p":69,"s":52,"h":1,"t":3,"uu":"moon|druid","b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":5917,"c":40,"u":"druid_xphb,state:sub-moon-phb=b1","s":52,"h":1,"t":3,"uu":"moon|druid|xphb","b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":5919,"c":40,"u":"druid_phb,state:sub-dreams-xge=b1","p":22,"s":6,"h":1,"t":3,"uu":"dreams|druid||xge","m":"classes/XGE/Dreams Druid.webp","b":"Circle of Dreams","n":"Circle of Dreams (Druid)"},{"id":5921,"c":40,"u":"druid_xphb,state:sub-dreams-xge=b1","s":6,"h":1,"t":3,"uu":"dreams|druid|xphb|xge","b":"Circle of Dreams","n":"Circle of Dreams (Druid)"},{"id":5923,"c":40,"u":"druid_phb,state:sub-shepherd-xge=b1","p":23,"s":6,"h":1,"t":3,"uu":"shepherd|druid||xge","m":"classes/XGE/Shepherd Druid.webp","b":"Circle of the Shepherd","n":"Circle of the Shepherd (Druid)"},{"id":5925,"c":40,"u":"druid_xphb,state:sub-shepherd-xge=b1","s":6,"h":1,"t":3,"uu":"shepherd|druid|xphb|xge","b":"Circle of the Shepherd","n":"Circle of the Shepherd (Druid)"},{"id":5927,"c":40,"u":"druid_phb,state:sub-spores-tce=b1","p":36,"s":4,"h":1,"t":3,"uu":"spores|druid||tce","m":"classes/TCE/Spores Druid.webp","b":"Circle of Spores","n":"Circle of Spores (Druid)"},{"id":5929,"c":40,"u":"druid_xphb,state:sub-spores-tce=b1","s":4,"h":1,"t":3,"uu":"spores|druid|xphb|tce","b":"Circle of Spores","n":"Circle of Spores (Druid)"},{"id":5931,"c":40,"u":"druid_phb,state:sub-stars-tce=b1","p":38,"s":4,"h":1,"t":3,"uu":"stars|druid||tce","m":"classes/TCE/Stars Druid.webp","b":"Circle of Stars","n":"Circle of Stars (Druid)"},{"id":5933,"c":40,"u":"druid_xphb,state:sub-stars-tce=b1","s":4,"h":1,"t":3,"uu":"stars|druid|xphb|tce","b":"Circle of Stars","n":"Circle of Stars (Druid)"},{"id":5935,"c":40,"u":"druid_phb,state:sub-wildfire-tce=b1","p":39,"s":4,"h":1,"t":3,"uu":"wildfire|druid||tce","m":"classes/TCE/Wildfire Druid.webp","b":"Circle of Wildfire","n":"Circle of Wildfire (Druid)"},{"id":5937,"c":40,"u":"druid_xphb,state:sub-wildfire-tce=b1","s":4,"h":1,"t":3,"uu":"wildfire|druid|xphb|tce","b":"Circle of Wildfire","n":"Circle of Wildfire (Druid)"},{"id":5939,"c":40,"u":"druid_phb,state:sub-blighted-tdcsr=b1","p":171,"s":61,"h":1,"dP":1,"t":3,"uu":"blighted|druid||tdcsr","m":"classes/TDCSR/Blighted Druid.webp","b":"Circle of the Blighted","n":"Circle of the Blighted (Druid)"},{"id":5941,"c":40,"u":"druid_xphb,state:sub-blighted-tdcsr=b1","s":61,"h":1,"dP":1,"t":3,"uu":"blighted|druid|xphb|tdcsr","b":"Circle of the Blighted","n":"Circle of the Blighted (Druid)"},{"id":5943,"c":40,"u":"druid_xphb,state:sub-land-xphb=b1","p":84,"s":8,"h":1,"t":3,"uu":"land|druid|xphb|xphb","m":"classes/XPHB/Land Druid.webp","b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":5945,"c":40,"u":"druid_xphb,state:sub-moon-xphb=b1","p":86,"s":8,"h":1,"t":3,"uu":"moon|druid|xphb|xphb","m":"classes/XPHB/Moon Druid.webp","b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":5947,"c":40,"u":"druid_xphb,state:sub-sea-xphb=b1","p":87,"s":8,"h":1,"t":3,"uu":"sea|druid|xphb|xphb","m":"classes/XPHB/Sea Druid.webp","b":"Circle of the Sea","n":"Circle of the Sea (Druid)"},{"id":5949,"c":40,"u":"druid_xphb,state:sub-stars-xphb=b1","p":88,"s":8,"h":1,"t":3,"uu":"stars|druid|xphb|xphb","m":"classes/XPHB/Stars Druid.webp","b":"Circle of the Stars","n":"Circle of the Stars (Druid)"},{"id":5951,"c":40,"u":"fighter_phb,state:sub-battle-master-phb=b1","p":73,"s":52,"h":1,"t":3,"uu":"battle master|fighter","b":"Battle Master","n":"Battle Master (Fighter)"},{"id":5953,"c":40,"u":"fighter_xphb,state:sub-battle-master-phb=b1","s":52,"h":1,"t":3,"uu":"battle master|fighter|xphb","b":"Battle Master","n":"Battle Master (Fighter)"},{"id":5955,"c":40,"u":"fighter_phb,state:sub-champion-phb=b1","p":72,"s":52,"h":1,"r":1,"t":3,"uu":"champion|fighter","b":"Champion","n":"Champion (Fighter)"},{"id":5957,"c":40,"u":"fighter_xphb,state:sub-champion-phb=b1","s":52,"h":1,"t":3,"uu":"champion|fighter|xphb","b":"Champion","n":"Champion (Fighter)"},{"id":5959,"c":40,"u":"fighter_phb,state:sub-eldritch-knight-phb=b1","p":74,"s":52,"h":1,"t":3,"uu":"eldritch knight|fighter","b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":5961,"c":40,"u":"fighter_xphb,state:sub-eldritch-knight-phb=b1","s":52,"h":1,"t":3,"uu":"eldritch knight|fighter|xphb","b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":5963,"c":40,"u":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1","p":128,"s":107,"h":1,"t":3,"uu":"purple dragon knight (banneret)|fighter||scag","m":"classes/SCAG/Purple Dragon Knight (Banneret) Fighter.webp","b":"Purple Dragon Knight (Banneret)","n":"Purple Dragon Knight (Banneret) (Fighter)"},{"id":5965,"c":40,"u":"fighter_xphb,state:sub-purple-dragon-knight-banneret-scag=b1","s":107,"h":1,"t":3,"uu":"purple dragon knight (banneret)|fighter|xphb|scag","b":"Purple Dragon Knight (Banneret)","n":"Purple Dragon Knight (Banneret) (Fighter)"},{"id":5967,"c":40,"u":"fighter_phb,state:sub-arcane-archer-xge=b1","p":28,"s":6,"h":1,"t":3,"uu":"arcane archer|fighter||xge","b":"Arcane Archer","n":"Arcane Archer (Fighter)"},{"id":5969,"c":40,"u":"fighter_xphb,state:sub-arcane-archer-xge=b1","s":6,"h":1,"t":3,"uu":"arcane archer|fighter|xphb|xge","b":"Arcane Archer","n":"Arcane Archer (Fighter)"},{"id":5971,"c":40,"u":"fighter_phb,state:sub-cavalier-xge=b1","p":30,"s":6,"h":1,"t":3,"uu":"cavalier|fighter||xge","b":"Cavalier","n":"Cavalier (Fighter)"},{"id":5973,"c":40,"u":"fighter_xphb,state:sub-cavalier-xge=b1","s":6,"h":1,"t":3,"uu":"cavalier|fighter|xphb|xge","b":"Cavalier","n":"Cavalier (Fighter)"},{"id":5975,"c":40,"u":"fighter_phb,state:sub-samurai-xge=b1","p":31,"s":6,"h":1,"t":3,"uu":"samurai|fighter||xge","b":"Samurai","n":"Samurai (Fighter)"},{"id":5977,"c":40,"u":"fighter_xphb,state:sub-samurai-xge=b1","s":6,"h":1,"t":3,"uu":"samurai|fighter|xphb|xge","b":"Samurai","n":"Samurai (Fighter)"},{"id":5979,"c":40,"u":"fighter_phb,state:sub-scofflaw-hwcs=b1","p":41,"s":37,"h":1,"dP":1,"t":3,"uu":"scofflaw|fighter||hwcs","m":"classes/HWCS/Scofflaw Fighter.webp","b":"Scofflaw","n":"Scofflaw (Fighter)"},{"id":5981,"c":40,"u":"fighter_xphb,state:sub-scofflaw-hwcs=b1","s":37,"h":1,"dP":1,"t":3,"uu":"scofflaw|fighter|xphb|hwcs","b":"Scofflaw","n":"Scofflaw (Fighter)"},{"id":5983,"c":40,"u":"fighter_phb,state:sub-echo-knight-egw=b1","p":183,"s":28,"h":1,"dP":1,"t":3,"uu":"echo knight|fighter||egw","m":"classes/EGW/Echo Knight Fighter.webp","b":"Echo Knight","n":"Echo Knight (Fighter)"},{"id":5985,"c":40,"u":"fighter_xphb,state:sub-echo-knight-egw=b1","s":28,"h":1,"dP":1,"t":3,"uu":"echo knight|fighter|xphb|egw","b":"Echo Knight","n":"Echo Knight (Fighter)"},{"id":5987,"c":40,"u":"fighter_phb,state:sub-psi-warrior-tce=b1","p":42,"s":4,"h":1,"t":3,"uu":"psi warrior|fighter||tce","m":"classes/TCE/Psi Warrior Fighter.webp","b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":5989,"c":40,"u":"fighter_xphb,state:sub-psi-warrior-tce=b1","s":4,"h":1,"t":3,"uu":"psi warrior|fighter|xphb|tce","b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":5991,"c":40,"u":"fighter_phb,state:sub-rune-knight-tce=b1","p":44,"s":4,"h":1,"t":3,"uu":"rune knight|fighter||tce","m":"classes/TCE/Rune Knight Fighter.webp","b":"Rune Knight","n":"Rune Knight (Fighter)"},{"id":5993,"c":40,"u":"fighter_xphb,state:sub-rune-knight-tce=b1","s":4,"h":1,"t":3,"uu":"rune knight|fighter|xphb|tce","b":"Rune Knight","n":"Rune Knight (Fighter)"},{"id":5995,"c":40,"u":"fighter_xphb,state:sub-battle-master-xphb=b1","p":93,"s":8,"h":1,"t":3,"uu":"battle master|fighter|xphb|xphb","m":"classes/XPHB/Battle Master Fighter.webp","b":"Battle Master","n":"Battle Master (Fighter)"},{"id":5997,"c":40,"u":"fighter_xphb,state:sub-champion-xphb=b1","p":96,"s":8,"h":1,"t":3,"uu":"champion|fighter|xphb|xphb","m":"classes/XPHB/Champion Fighter.webp","b":"Champion","n":"Champion (Fighter)"},{"id":5999,"c":40,"u":"fighter_xphb,state:sub-eldritch-knight-xphb=b1","p":96,"s":8,"h":1,"t":3,"uu":"eldritch knight|fighter|xphb|xphb","m":"classes/XPHB/Eldritch Knight Fighter.webp","b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":6001,"c":40,"u":"fighter_xphb,state:sub-psi-warrior-xphb=b1","p":98,"s":8,"h":1,"t":3,"uu":"psi warrior|fighter|xphb|xphb","m":"classes/XPHB/Psi Warrior Fighter.webp","b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":6003,"c":40,"u":"monk_phb,state:sub-shadow-phb=b1","p":80,"s":52,"h":1,"t":3,"uu":"shadow|monk","b":"Way of Shadow","n":"Way of Shadow (Monk)"},{"id":6005,"c":40,"u":"monk_xphb,state:sub-shadow-phb=b1","s":52,"h":1,"t":3,"uu":"shadow|monk|xphb","b":"Way of Shadow","n":"Way of Shadow (Monk)"},{"id":6007,"c":40,"u":"monk_phb,state:sub-four-elements-phb=b1","p":80,"s":52,"h":1,"t":3,"uu":"four elements|monk","b":"Way of the Four Elements","n":"Way of the Four Elements (Monk)"},{"id":6009,"c":40,"u":"monk_xphb,state:sub-four-elements-phb=b1","s":52,"h":1,"t":3,"uu":"four elements|monk|xphb","b":"Way of the Four Elements","n":"Way of the Four Elements (Monk)"},{"id":6011,"c":40,"u":"monk_phb,state:sub-open-hand-phb=b1","p":79,"s":52,"h":1,"r":1,"t":3,"uu":"open hand|monk","b":"Way of the Open Hand","n":"Way of the Open Hand (Monk)"},{"id":6013,"c":40,"u":"monk_xphb,state:sub-open-hand-phb=b1","s":52,"h":1,"t":3,"uu":"open hand|monk|xphb","b":"Way of the Open Hand","n":"Way of the Open Hand (Monk)"},{"id":6015,"c":40,"u":"monk_phb,state:sub-long-death-scag=b1","p":130,"s":107,"h":1,"t":3,"uu":"long death|monk||scag","b":"Way of the Long Death","n":"Way of the Long Death (Monk)"},{"id":6017,"c":40,"u":"monk_xphb,state:sub-long-death-scag=b1","s":107,"h":1,"t":3,"uu":"long death|monk|xphb|scag","b":"Way of the Long Death","n":"Way of the Long Death (Monk)"},{"id":6019,"c":40,"u":"monk_phb,state:sub-drunken-master-xge=b1","p":33,"s":6,"h":1,"t":3,"uu":"drunken master|monk||xge","b":"Way of the Drunken Master","n":"Way of the Drunken Master (Monk)"},{"id":6021,"c":40,"u":"monk_xphb,state:sub-drunken-master-xge=b1","s":6,"h":1,"t":3,"uu":"drunken master|monk|xphb|xge","b":"Way of the Drunken Master","n":"Way of the Drunken Master (Monk)"},{"id":6023,"c":40,"u":"monk_phb,state:sub-kensei-xge=b1","p":34,"s":6,"h":1,"t":3,"uu":"kensei|monk||xge","b":"Way of the Kensei","n":"Way of the Kensei (Monk)"},{"id":6025,"c":40,"u":"monk_xphb,state:sub-kensei-xge=b1","s":6,"h":1,"t":3,"uu":"kensei|monk|xphb|xge","b":"Way of the Kensei","n":"Way of the Kensei (Monk)"},{"id":6027,"c":40,"u":"monk_phb,state:sub-sun-soul-xge=b1","p":35,"s":6,"h":1,"t":3,"uu":"sun soul|monk||xge","b":"Way of the Sun Soul","n":"Way of the Sun Soul (Monk)"},{"id":6029,"c":40,"u":"monk_xphb,state:sub-sun-soul-xge=b1","s":6,"h":1,"t":3,"uu":"sun soul|monk|xphb|xge","b":"Way of the Sun Soul","n":"Way of the Sun Soul (Monk)"},{"id":6031,"c":40,"u":"monk_phb,state:sub-mercy-tce=b1","p":49,"s":4,"h":1,"t":3,"uu":"mercy|monk||tce","m":"classes/TCE/Mercy Monk.webp","b":"Way of Mercy","n":"Way of Mercy (Monk)"},{"id":6033,"c":40,"u":"monk_xphb,state:sub-mercy-tce=b1","s":4,"h":1,"t":3,"uu":"mercy|monk|xphb|tce","b":"Way of Mercy","n":"Way of Mercy (Monk)"},{"id":6035,"c":40,"u":"monk_phb,state:sub-astral-self-tce=b1","p":50,"s":4,"h":1,"t":3,"uu":"astral self|monk||tce","m":"classes/TCE/Astral Self Monk.webp","b":"Way of the Astral Self","n":"Way of the Astral Self (Monk)"},{"id":6037,"c":40,"u":"monk_xphb,state:sub-astral-self-tce=b1","s":4,"h":1,"t":3,"uu":"astral self|monk|xphb|tce","b":"Way of the Astral Self","n":"Way of the Astral Self (Monk)"},{"id":6039,"c":40,"u":"monk_phb,state:sub-ascendant-dragon-ftd=b1","p":13,"s":2,"h":1,"t":3,"uu":"ascendant dragon|monk||ftd","m":"classes/FTD/Ascendant Dragon Monk.webp","b":"Way of the Ascendant Dragon","n":"Way of the Ascendant Dragon (Monk)"},{"id":6041,"c":40,"u":"monk_xphb,state:sub-ascendant-dragon-ftd=b1","s":2,"h":1,"t":3,"uu":"ascendant dragon|monk|xphb|ftd","b":"Way of the Ascendant Dragon","n":"Way of the Ascendant Dragon (Monk)"},{"id":6043,"c":40,"u":"monk_phb,state:sub-cobalt-soul-tdcsr=b1","p":173,"s":61,"h":1,"dP":1,"t":3,"uu":"cobalt soul|monk||tdcsr","m":"classes/TDCSR/Cobalt Soul Monk.webp","b":"Way of the Cobalt Soul","n":"Way of the Cobalt Soul (Monk)"},{"id":6045,"c":40,"u":"monk_xphb,state:sub-cobalt-soul-tdcsr=b1","s":61,"h":1,"dP":1,"t":3,"uu":"cobalt soul|monk|xphb|tdcsr","b":"Way of the Cobalt Soul","n":"Way of the Cobalt Soul (Monk)"},{"id":6047,"c":40,"u":"monk_xphb,state:sub-mercy-xphb=b1","p":104,"s":8,"h":1,"t":3,"uu":"mercy|monk|xphb|xphb","m":"classes/XPHB/Mercy Monk.webp","b":"Warrior of Mercy","n":"Warrior of Mercy (Monk)"},{"id":6049,"c":40,"u":"monk_xphb,state:sub-shadow-xphb=b1","p":105,"s":8,"h":1,"t":3,"uu":"shadow|monk|xphb|xphb","m":"classes/XPHB/Shadow Monk.webp","b":"Warrior of Shadow","n":"Warrior of Shadow (Monk)"},{"id":6051,"c":40,"u":"monk_xphb,state:sub-elements-xphb=b1","p":106,"s":8,"h":1,"t":3,"uu":"elements|monk|xphb|xphb","m":"classes/XPHB/Elements Monk.webp","b":"Warrior of the Elements","n":"Warrior of the Elements (Monk)"},{"id":6053,"c":40,"u":"monk_xphb,state:sub-open-hand-xphb=b1","p":107,"s":8,"h":1,"t":3,"uu":"open hand|monk|xphb|xphb","m":"classes/XPHB/Open Hand Monk.webp","b":"Warrior of the Open Hand","n":"Warrior of the Open Hand (Monk)"},{"id":6055,"c":40,"u":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1","p":5,"s":106,"h":1,"t":3,"uu":"avatar|mystic|uathemysticclass|uathemysticclass","b":"Order of the Avatar","n":"Order of the Avatar (Mystic)"},{"id":6057,"c":40,"u":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1","p":6,"s":106,"h":1,"t":3,"uu":"awakened|mystic|uathemysticclass|uathemysticclass","b":"Order of the Awakened","n":"Order of the Awakened (Mystic)"},{"id":6059,"c":40,"u":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1","p":6,"s":106,"h":1,"t":3,"uu":"immortal|mystic|uathemysticclass|uathemysticclass","b":"Order of the Immortal","n":"Order of the Immortal (Mystic)"},{"id":6061,"c":40,"u":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1","p":7,"s":106,"h":1,"t":3,"uu":"nomad|mystic|uathemysticclass|uathemysticclass","b":"Order of the Nomad","n":"Order of the Nomad (Mystic)"},{"id":6063,"c":40,"u":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1","p":7,"s":106,"h":1,"t":3,"uu":"soul knife|mystic|uathemysticclass|uathemysticclass","b":"Order of the Soul Knife","n":"Order of the Soul Knife (Mystic)"},{"id":6065,"c":40,"u":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1","p":8,"s":106,"h":1,"t":3,"uu":"wu jen|mystic|uathemysticclass|uathemysticclass","b":"Order of the Wu Jen","n":"Order of the Wu Jen (Mystic)"},{"id":6067,"c":40,"u":"paladin_phb,state:sub-devotion-phb=b1","p":85,"s":52,"h":1,"r":1,"t":3,"uu":"devotion|paladin","b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6069,"c":40,"u":"paladin_xphb,state:sub-devotion-phb=b1","s":52,"h":1,"t":3,"uu":"devotion|paladin|xphb","b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6071,"c":40,"u":"paladin_phb,state:sub-ancients-phb=b1","p":86,"s":52,"h":1,"t":3,"uu":"ancients|paladin","b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6073,"c":40,"u":"paladin_xphb,state:sub-ancients-phb=b1","s":52,"h":1,"t":3,"uu":"ancients|paladin|xphb","b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6075,"c":40,"u":"paladin_phb,state:sub-vengeance-phb=b1","p":87,"s":52,"h":1,"t":3,"uu":"vengeance|paladin","b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6077,"c":40,"u":"paladin_xphb,state:sub-vengeance-phb=b1","s":52,"h":1,"t":3,"uu":"vengeance|paladin|xphb","b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6079,"c":40,"u":"paladin_phb,state:sub-oathbreaker-dmg=b1","p":97,"s":24,"h":1,"t":3,"uu":"oathbreaker|paladin||dmg","b":"Oathbreaker","n":"Oathbreaker (Paladin)"},{"id":6081,"c":40,"u":"paladin_xphb,state:sub-oathbreaker-dmg=b1","s":24,"h":1,"t":3,"uu":"oathbreaker|paladin|xphb|dmg","b":"Oathbreaker","n":"Oathbreaker (Paladin)"},{"id":6083,"c":40,"u":"paladin_phb,state:sub-crown-scag=b1","p":132,"s":107,"h":1,"t":3,"uu":"crown|paladin||scag","b":"Oath of the Crown","n":"Oath of the Crown (Paladin)"},{"id":6085,"c":40,"u":"paladin_xphb,state:sub-crown-scag=b1","s":107,"h":1,"t":3,"uu":"crown|paladin|xphb|scag","b":"Oath of the Crown","n":"Oath of the Crown (Paladin)"},{"id":6087,"c":40,"u":"paladin_phb,state:sub-conquest-xge=b1","p":37,"s":6,"h":1,"t":3,"uu":"conquest|paladin||xge","m":"classes/XGE/Conquest Paladin.webp","b":"Oath of Conquest","n":"Oath of Conquest (Paladin)"},{"id":6089,"c":40,"u":"paladin_xphb,state:sub-conquest-xge=b1","s":6,"h":1,"t":3,"uu":"conquest|paladin|xphb|xge","b":"Oath of Conquest","n":"Oath of Conquest (Paladin)"},{"id":6091,"c":40,"u":"paladin_phb,state:sub-redemption-xge=b1","p":38,"s":6,"h":1,"t":3,"uu":"redemption|paladin||xge","m":"classes/XGE/Redemption Paladin.webp","b":"Oath of Redemption","n":"Oath of Redemption (Paladin)"},{"id":6093,"c":40,"u":"paladin_xphb,state:sub-redemption-xge=b1","s":6,"h":1,"t":3,"uu":"redemption|paladin|xphb|xge","b":"Oath of Redemption","n":"Oath of Redemption (Paladin)"},{"id":6095,"c":40,"u":"paladin_phb,state:sub-glory-tce=b1","p":53,"s":4,"h":1,"t":3,"uu":"glory|paladin||tce","m":"classes/TCE/Glory Paladin.webp","b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6097,"c":40,"u":"paladin_xphb,state:sub-glory-tce=b1","s":4,"h":1,"t":3,"uu":"glory|paladin|xphb|tce","b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6099,"c":40,"u":"paladin_phb,state:sub-watchers-tce=b1","p":54,"s":4,"h":1,"t":3,"uu":"watchers|paladin||tce","m":"classes/TCE/Watchers Paladin.webp","b":"Oath of the Watchers","n":"Oath of the Watchers (Paladin)"},{"id":6101,"c":40,"u":"paladin_xphb,state:sub-watchers-tce=b1","s":4,"h":1,"t":3,"uu":"watchers|paladin|xphb|tce","b":"Oath of the Watchers","n":"Oath of the Watchers (Paladin)"},{"id":6103,"c":40,"u":"paladin_phb,state:sub-open-sea-tdcsr=b1","p":174,"s":61,"h":1,"dP":1,"t":3,"uu":"open sea|paladin||tdcsr","m":"classes/TDCSR/Open Sea Paladin.webp","b":"Oath of the Open Sea","n":"Oath of the Open Sea (Paladin)"},{"id":6105,"c":40,"u":"paladin_xphb,state:sub-open-sea-tdcsr=b1","s":61,"h":1,"dP":1,"t":3,"uu":"open sea|paladin|xphb|tdcsr","b":"Oath of the Open Sea","n":"Oath of the Open Sea (Paladin)"},{"id":6107,"c":40,"u":"paladin_xphb,state:sub-devotion-xphb=b1","p":113,"s":8,"h":1,"t":3,"uu":"devotion|paladin|xphb|xphb","m":"classes/XPHB/Devotion Paladin.webp","b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6109,"c":40,"u":"paladin_xphb,state:sub-glory-xphb=b1","p":114,"s":8,"h":1,"t":3,"uu":"glory|paladin|xphb|xphb","m":"classes/XPHB/Glory Paladin.webp","b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6111,"c":40,"u":"paladin_xphb,state:sub-ancients-xphb=b1","p":115,"s":8,"h":1,"t":3,"uu":"ancients|paladin|xphb|xphb","m":"classes/XPHB/Ancients Paladin.webp","b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6113,"c":40,"u":"paladin_xphb,state:sub-vengeance-xphb=b1","p":116,"s":8,"h":1,"t":3,"uu":"vengeance|paladin|xphb|xphb","m":"classes/XPHB/Vengeance Paladin.webp","b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6115,"c":40,"u":"ranger_phb,state:sub-beast-master-phb=b1","p":93,"s":52,"h":1,"t":3,"uu":"beast master|ranger","b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6117,"c":40,"u":"ranger_xphb,state:sub-beast-master-phb=b1","s":52,"h":1,"t":3,"uu":"beast master|ranger|xphb","b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6119,"c":40,"u":"ranger_phb,state:sub-hunter-phb=b1","p":93,"s":52,"h":1,"r":1,"t":3,"uu":"hunter|ranger","b":"Hunter","n":"Hunter (Ranger)"},{"id":6121,"c":40,"u":"ranger_xphb,state:sub-hunter-phb=b1","s":52,"h":1,"t":3,"uu":"hunter|ranger|xphb","b":"Hunter","n":"Hunter (Ranger)"},{"id":6123,"c":40,"u":"ranger_phb,state:sub-gloom-stalker-xge=b1","p":41,"s":6,"h":1,"t":3,"uu":"gloom stalker|ranger||xge","b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6125,"c":40,"u":"ranger_xphb,state:sub-gloom-stalker-xge=b1","s":6,"h":1,"t":3,"uu":"gloom stalker|ranger|xphb|xge","b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6127,"c":40,"u":"ranger_phb,state:sub-horizon-walker-xge=b1","p":42,"s":6,"h":1,"t":3,"uu":"horizon walker|ranger||xge","b":"Horizon Walker","n":"Horizon Walker (Ranger)"},{"id":6129,"c":40,"u":"ranger_xphb,state:sub-horizon-walker-xge=b1","s":6,"h":1,"t":3,"uu":"horizon walker|ranger|xphb|xge","b":"Horizon Walker","n":"Horizon Walker (Ranger)"},{"id":6131,"c":40,"u":"ranger_phb,state:sub-monster-slayer-xge=b1","p":43,"s":6,"h":1,"t":3,"uu":"monster slayer|ranger||xge","b":"Monster Slayer","n":"Monster Slayer (Ranger)"},{"id":6133,"c":40,"u":"ranger_xphb,state:sub-monster-slayer-xge=b1","s":6,"h":1,"t":3,"uu":"monster slayer|ranger|xphb|xge","b":"Monster Slayer","n":"Monster Slayer (Ranger)"},{"id":6135,"c":40,"u":"ranger_phb,state:sub-fey-wanderer-tce=b1","p":58,"s":4,"h":1,"t":3,"uu":"fey wanderer|ranger||tce","m":"classes/TCE/Fey Wanderer Ranger.webp","b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6137,"c":40,"u":"ranger_xphb,state:sub-fey-wanderer-tce=b1","s":4,"h":1,"t":3,"uu":"fey wanderer|ranger|xphb|tce","b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6139,"c":40,"u":"ranger_phb,state:sub-swarmkeeper-tce=b1","p":59,"s":4,"h":1,"t":3,"uu":"swarmkeeper|ranger||tce","m":"classes/TCE/Swarmkeeper Ranger.webp","b":"Swarmkeeper","n":"Swarmkeeper (Ranger)"},{"id":6141,"c":40,"u":"ranger_xphb,state:sub-swarmkeeper-tce=b1","s":4,"h":1,"t":3,"uu":"swarmkeeper|ranger|xphb|tce","b":"Swarmkeeper","n":"Swarmkeeper (Ranger)"},{"id":6143,"c":40,"u":"ranger_phb,state:sub-drakewarden-ftd=b1","p":15,"s":2,"h":1,"t":3,"uu":"drakewarden|ranger||ftd","m":"classes/FTD/Drakewarden Ranger.webp","b":"Drakewarden","n":"Drakewarden (Ranger)"},{"id":6145,"c":40,"u":"ranger_xphb,state:sub-drakewarden-ftd=b1","s":2,"h":1,"t":3,"uu":"drakewarden|ranger|xphb|ftd","b":"Drakewarden","n":"Drakewarden (Ranger)"},{"id":6147,"c":40,"u":"ranger_xphb,state:sub-beast-master-xphb=b1","p":123,"s":8,"h":1,"t":3,"uu":"beast master|ranger|xphb|xphb","m":"classes/XPHB/Beast Master Ranger.webp","b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6149,"c":40,"u":"ranger_xphb,state:sub-fey-wanderer-xphb=b1","p":124,"s":8,"h":1,"t":3,"uu":"fey wanderer|ranger|xphb|xphb","m":"classes/XPHB/Fey Wanderer Ranger.webp","b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6151,"c":40,"u":"ranger_xphb,state:sub-gloom-stalker-xphb=b1","p":125,"s":8,"h":1,"t":3,"uu":"gloom stalker|ranger|xphb|xphb","m":"classes/XPHB/Gloom Stalker Ranger.webp","b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6153,"c":40,"u":"ranger_xphb,state:sub-hunter-xphb=b1","p":127,"s":8,"h":1,"t":3,"uu":"hunter|ranger|xphb|xphb","m":"classes/XPHB/Hunter Ranger.webp","b":"Hunter","n":"Hunter (Ranger)"},{"id":6155,"c":40,"u":"rogue_phb,state:sub-arcane-trickster-phb=b1","p":97,"s":52,"h":1,"t":3,"uu":"arcane trickster|rogue","b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6157,"c":40,"u":"rogue_xphb,state:sub-arcane-trickster-phb=b1","s":52,"h":1,"t":3,"uu":"arcane trickster|rogue|xphb","b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6159,"c":40,"u":"rogue_phb,state:sub-assassin-phb=b1","p":97,"s":52,"h":1,"t":3,"uu":"assassin|rogue","b":"Assassin","n":"Assassin (Rogue)"},{"id":6161,"c":40,"u":"rogue_xphb,state:sub-assassin-phb=b1","s":52,"h":1,"t":3,"uu":"assassin|rogue|xphb","b":"Assassin","n":"Assassin (Rogue)"},{"id":6163,"c":40,"u":"rogue_phb,state:sub-thief-phb=b1","p":97,"s":52,"h":1,"r":1,"t":3,"uu":"thief|rogue","b":"Thief","n":"Thief (Rogue)"},{"id":6165,"c":40,"u":"rogue_xphb,state:sub-thief-phb=b1","s":52,"h":1,"t":3,"uu":"thief|rogue|xphb","b":"Thief","n":"Thief (Rogue)"},{"id":6167,"c":40,"u":"rogue_phb,state:sub-inquisitive-xge=b1","p":45,"s":6,"h":1,"t":3,"uu":"inquisitive|rogue||xge","b":"Inquisitive","n":"Inquisitive (Rogue)"},{"id":6169,"c":40,"u":"rogue_xphb,state:sub-inquisitive-xge=b1","s":6,"h":1,"t":3,"uu":"inquisitive|rogue|xphb|xge","b":"Inquisitive","n":"Inquisitive (Rogue)"},{"id":6171,"c":40,"u":"rogue_phb,state:sub-mastermind-xge=b1","p":46,"s":6,"h":1,"t":3,"uu":"mastermind|rogue||xge","b":"Mastermind","n":"Mastermind (Rogue)"},{"id":6173,"c":40,"u":"rogue_xphb,state:sub-mastermind-xge=b1","s":6,"h":1,"t":3,"uu":"mastermind|rogue|xphb|xge","b":"Mastermind","n":"Mastermind (Rogue)"},{"id":6175,"c":40,"u":"rogue_phb,state:sub-scout-xge=b1","p":47,"s":6,"h":1,"t":3,"uu":"scout|rogue||xge","b":"Scout","n":"Scout (Rogue)"},{"id":6177,"c":40,"u":"rogue_xphb,state:sub-scout-xge=b1","s":6,"h":1,"t":3,"uu":"scout|rogue|xphb|xge","b":"Scout","n":"Scout (Rogue)"},{"id":6179,"c":40,"u":"rogue_phb,state:sub-swashbuckler-xge=b1","p":48,"s":6,"h":1,"t":3,"uu":"swashbuckler|rogue||xge","b":"Swashbuckler","n":"Swashbuckler (Rogue)"},{"id":6181,"c":40,"u":"rogue_xphb,state:sub-swashbuckler-xge=b1","s":6,"h":1,"t":3,"uu":"swashbuckler|rogue|xphb|xge","b":"Swashbuckler","n":"Swashbuckler (Rogue)"},{"id":6183,"c":40,"u":"rogue_phb,state:sub-phantom-tce=b1","p":62,"s":4,"h":1,"t":3,"uu":"phantom|rogue||tce","m":"classes/TCE/Phantom Rogue.webp","b":"Phantom","n":"Phantom (Rogue)"},{"id":6185,"c":40,"u":"rogue_xphb,state:sub-phantom-tce=b1","s":4,"h":1,"t":3,"uu":"phantom|rogue|xphb|tce","b":"Phantom","n":"Phantom (Rogue)"},{"id":6187,"c":40,"u":"rogue_phb,state:sub-soulknife-tce=b1","p":63,"s":4,"h":1,"t":3,"uu":"soulknife|rogue||tce","m":"classes/TCE/Soulknife Rogue.webp","b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6189,"c":40,"u":"rogue_xphb,state:sub-soulknife-tce=b1","s":4,"h":1,"t":3,"uu":"soulknife|rogue|xphb|tce","b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6191,"c":40,"u":"rogue_xphb,state:sub-arcane-trickster-xphb=b1","p":132,"s":8,"h":1,"t":3,"uu":"arcane trickster|rogue|xphb|xphb","m":"classes/XPHB/Arcane Trickster Rogue.webp","b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6193,"c":40,"u":"rogue_xphb,state:sub-assassin-xphb=b1","p":134,"s":8,"h":1,"t":3,"uu":"assassin|rogue|xphb|xphb","m":"classes/XPHB/Assassin Rogue.webp","b":"Assassin","n":"Assassin (Rogue)"},{"id":6195,"c":40,"u":"rogue_xphb,state:sub-soulknife-xphb=b1","p":135,"s":8,"h":1,"t":3,"uu":"soulknife|rogue|xphb|xphb","m":"classes/XPHB/Soulknife Rogue.webp","b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6197,"c":40,"u":"rogue_xphb,state:sub-thief-xphb=b1","p":137,"s":8,"h":1,"t":3,"uu":"thief|rogue|xphb|xphb","m":"classes/XPHB/Thief Rogue.webp","b":"Thief","n":"Thief (Rogue)"},{"id":6199,"c":40,"u":"sorcerer_phb,state:sub-draconic-phb=b1","p":102,"s":52,"h":1,"r":1,"t":3,"uu":"draconic|sorcerer","b":"Draconic Bloodline","n":"Draconic Bloodline (Sorcerer)"},{"id":6201,"c":40,"u":"sorcerer_xphb,state:sub-draconic-phb=b1","s":52,"h":1,"t":3,"uu":"draconic|sorcerer|xphb","b":"Draconic Bloodline","n":"Draconic Bloodline (Sorcerer)"},{"id":6203,"c":40,"u":"sorcerer_phb,state:sub-wild-phb=b1","p":103,"s":52,"h":1,"t":3,"uu":"wild|sorcerer","m":"classes/PHB/Wild Sorcerer.webp","b":"Wild Magic","n":"Wild Magic (Sorcerer)"},{"id":6205,"c":40,"u":"sorcerer_xphb,state:sub-wild-phb=b1","s":52,"h":1,"t":3,"uu":"wild|sorcerer|xphb","b":"Wild Magic","n":"Wild Magic (Sorcerer)"},{"id":6207,"c":40,"u":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1","p":9,"s":98,"h":1,"t":3,"uu":"pyromancer (psk)|sorcerer||psk","b":"Pyromancer (PSK)","n":"Pyromancer (PSK) (Sorcerer)"},{"id":6209,"c":40,"u":"sorcerer_xphb,state:sub-pyromancer-psk-psk=b1","s":98,"h":1,"t":3,"uu":"pyromancer (psk)|sorcerer|xphb|psk","b":"Pyromancer (PSK)","n":"Pyromancer (PSK) (Sorcerer)"},{"id":6211,"c":40,"u":"sorcerer_phb,state:sub-divine-soul-xge=b1","p":50,"s":6,"h":1,"t":3,"uu":"divine soul|sorcerer||xge","b":"Divine Soul","n":"Divine Soul (Sorcerer)"},{"id":6213,"c":40,"u":"sorcerer_xphb,state:sub-divine-soul-xge=b1","s":6,"h":1,"t":3,"uu":"divine soul|sorcerer|xphb|xge","b":"Divine Soul","n":"Divine Soul (Sorcerer)"},{"id":6215,"c":40,"u":"sorcerer_phb,state:sub-shadow-xge=b1","p":50,"s":6,"h":1,"t":3,"uu":"shadow|sorcerer||xge","b":"Shadow Magic","n":"Shadow Magic (Sorcerer)"},{"id":6217,"c":40,"u":"sorcerer_xphb,state:sub-shadow-xge=b1","s":6,"h":1,"t":3,"uu":"shadow|sorcerer|xphb|xge","b":"Shadow Magic","n":"Shadow Magic (Sorcerer)"},{"id":6219,"c":40,"u":"sorcerer_phb,state:sub-storm-xge=b1","p":51,"s":6,"h":1,"t":3,"uu":"storm|sorcerer||xge","b":"Storm Sorcery","n":"Storm Sorcery (Sorcerer)"},{"id":6221,"c":40,"u":"sorcerer_xphb,state:sub-storm-xge=b1","s":6,"h":1,"t":3,"uu":"storm|sorcerer|xphb|xge","b":"Storm Sorcery","n":"Storm Sorcery (Sorcerer)"},{"id":6223,"c":40,"u":"sorcerer_phb,state:sub-aberrant-mind-tce=b1","p":66,"s":4,"h":1,"t":3,"uu":"aberrant mind|sorcerer||tce","m":"classes/TCE/Aberrant Mind Sorcerer.webp","b":"Aberrant Mind","n":"Aberrant Mind (Sorcerer)"},{"id":6225,"c":40,"u":"sorcerer_xphb,state:sub-aberrant-mind-tce=b1","s":4,"h":1,"t":3,"uu":"aberrant mind|sorcerer|xphb|tce","b":"Aberrant Mind","n":"Aberrant Mind (Sorcerer)"},{"id":6227,"c":40,"u":"sorcerer_phb,state:sub-clockwork-soul-tce=b1","p":68,"s":4,"h":1,"t":3,"uu":"clockwork soul|sorcerer||tce","m":"classes/TCE/Clockwork Soul Sorcerer.webp","b":"Clockwork Soul","n":"Clockwork Soul (Sorcerer)"},{"id":6229,"c":40,"u":"sorcerer_xphb,state:sub-clockwork-soul-tce=b1","s":4,"h":1,"t":3,"uu":"clockwork soul|sorcerer|xphb|tce","b":"Clockwork Soul","n":"Clockwork Soul (Sorcerer)"},{"id":6231,"c":40,"u":"sorcerer_phb,state:sub-runechild-tdcsr=b1","p":176,"s":61,"h":1,"dP":1,"t":3,"uu":"runechild|sorcerer||tdcsr","m":"classes/TDCSR/Runechild Sorcerer.webp","b":"Runechild","n":"Runechild (Sorcerer)"},{"id":6233,"c":40,"u":"sorcerer_xphb,state:sub-runechild-tdcsr=b1","s":61,"h":1,"dP":1,"t":3,"uu":"runechild|sorcerer|xphb|tdcsr","b":"Runechild","n":"Runechild (Sorcerer)"},{"id":6235,"c":40,"u":"sorcerer_phb,state:sub-lunar-dsotdq=b1","p":34,"s":27,"h":1,"t":3,"uu":"lunar|sorcerer||dsotdq","m":"classes/DSotDQ/Lunar Sorcerer.webp","b":"Lunar Sorcery","n":"Lunar Sorcery (Sorcerer)"},{"id":6237,"c":40,"u":"sorcerer_xphb,state:sub-lunar-dsotdq=b1","s":27,"h":1,"t":3,"uu":"lunar|sorcerer|xphb|dsotdq","b":"Lunar Sorcery","n":"Lunar Sorcery (Sorcerer)"},{"id":6239,"c":40,"u":"sorcerer_xphb,state:sub-aberrant-xphb=b1","p":145,"s":8,"h":1,"t":3,"uu":"aberrant|sorcerer|xphb|xphb","m":"classes/XPHB/Aberrant Sorcerer.webp","b":"Aberrant Sorcery","n":"Aberrant Sorcery (Sorcerer)"},{"id":6241,"c":40,"u":"sorcerer_xphb,state:sub-clockwork-xphb=b1","p":146,"s":8,"h":1,"t":3,"uu":"clockwork|sorcerer|xphb|xphb","m":"classes/XPHB/Clockwork Sorcerer.webp","b":"Clockwork Sorcery","n":"Clockwork Sorcery (Sorcerer)"},{"id":6243,"c":40,"u":"sorcerer_xphb,state:sub-draconic-xphb=b1","p":148,"s":8,"h":1,"t":3,"uu":"draconic|sorcerer|xphb|xphb","m":"classes/XPHB/Draconic Sorcerer.webp","b":"Draconic Sorcery","n":"Draconic Sorcery (Sorcerer)"},{"id":6245,"c":40,"u":"sorcerer_xphb,state:sub-wild-magic-xphb=b1","p":149,"s":8,"h":1,"t":3,"uu":"wild magic|sorcerer|xphb|xphb","m":"classes/XPHB/Wild Magic Sorcerer.webp","b":"Wild Magic Sorcery","n":"Wild Magic Sorcery (Sorcerer)"},{"id":6247,"c":40,"u":"warlock_phb,state:sub-archfey-phb=b1","p":108,"s":52,"h":1,"t":3,"uu":"archfey|warlock","b":"The Archfey","n":"The Archfey (Warlock)"},{"id":6249,"c":40,"u":"warlock_xphb,state:sub-archfey-phb=b1","s":52,"h":1,"t":3,"uu":"archfey|warlock|xphb","b":"The Archfey","n":"The Archfey (Warlock)"},{"id":6251,"c":40,"u":"warlock_phb,state:sub-fiend-phb=b1","p":109,"s":52,"h":1,"r":1,"t":3,"uu":"fiend|warlock","b":"The Fiend","n":"The Fiend (Warlock)"},{"id":6253,"c":40,"u":"warlock_xphb,state:sub-fiend-phb=b1","s":52,"h":1,"t":3,"uu":"fiend|warlock|xphb","b":"The Fiend","n":"The Fiend (Warlock)"},{"id":6255,"c":40,"u":"warlock_phb,state:sub-great-old-one-phb=b1","p":109,"s":52,"h":1,"t":3,"uu":"great old one|warlock","b":"The Great Old One","n":"The Great Old One (Warlock)"},{"id":6257,"c":40,"u":"warlock_xphb,state:sub-great-old-one-phb=b1","s":52,"h":1,"t":3,"uu":"great old one|warlock|xphb","b":"The Great Old One","n":"The Great Old One (Warlock)"},{"id":6259,"c":40,"u":"warlock_phb,state:sub-undying-scag=b1","p":139,"s":107,"h":1,"t":3,"uu":"undying|warlock||scag","b":"The Undying","n":"The Undying (Warlock)"},{"id":6261,"c":40,"u":"warlock_xphb,state:sub-undying-scag=b1","s":107,"h":1,"t":3,"uu":"undying|warlock|xphb|scag","b":"The Undying","n":"The Undying (Warlock)"},{"id":6263,"c":40,"u":"warlock_phb,state:sub-celestial-xge=b1","p":54,"s":6,"h":1,"t":3,"uu":"celestial|warlock||xge","m":"classes/XGE/Celestial Warlock.webp","b":"The Celestial","n":"The Celestial (Warlock)"},{"id":6265,"c":40,"u":"warlock_xphb,state:sub-celestial-xge=b1","s":6,"h":1,"t":3,"uu":"celestial|warlock|xphb|xge","b":"The Celestial","n":"The Celestial (Warlock)"},{"id":6267,"c":40,"u":"warlock_phb,state:sub-hexblade-xge=b1","p":55,"s":6,"h":1,"t":3,"uu":"hexblade|warlock||xge","m":"classes/XGE/Hexblade Warlock.webp","b":"The Hexblade","n":"The Hexblade (Warlock)"},{"id":6269,"c":40,"u":"warlock_xphb,state:sub-hexblade-xge=b1","s":6,"h":1,"t":3,"uu":"hexblade|warlock|xphb|xge","b":"The Hexblade","n":"The Hexblade (Warlock)"},{"id":6271,"c":40,"u":"warlock_phb,state:sub-fathomless-tce=b1","p":72,"s":4,"h":1,"t":3,"uu":"fathomless|warlock||tce","m":"classes/TCE/Fathomless Warlock.webp","b":"The Fathomless","n":"The Fathomless (Warlock)"},{"id":6273,"c":40,"u":"warlock_xphb,state:sub-fathomless-tce=b1","s":4,"h":1,"t":3,"uu":"fathomless|warlock|xphb|tce","b":"The Fathomless","n":"The Fathomless (Warlock)"},{"id":6275,"c":40,"u":"warlock_phb,state:sub-genie-tce=b1","p":73,"s":4,"h":1,"t":3,"uu":"genie|warlock||tce","m":"classes/TCE/Genie Warlock.webp","b":"The Genie","n":"The Genie (Warlock)"},{"id":6277,"c":40,"u":"warlock_xphb,state:sub-genie-tce=b1","s":4,"h":1,"t":3,"uu":"genie|warlock|xphb|tce","b":"The Genie","n":"The Genie (Warlock)"},{"id":6279,"c":40,"u":"warlock_phb,state:sub-undead-vrgr=b1","p":30,"s":68,"h":1,"t":3,"uu":"undead|warlock||vrgr","m":"classes/VRGR/Undead Warlock.webp","b":"The Undead","n":"The Undead (Warlock)"},{"id":6281,"c":40,"u":"warlock_xphb,state:sub-undead-vrgr=b1","s":68,"h":1,"t":3,"uu":"undead|warlock|xphb|vrgr","b":"The Undead","n":"The Undead (Warlock)"},{"id":6283,"c":40,"u":"warlock_xphb,state:sub-archfey-xphb=b1","p":159,"s":8,"h":1,"t":3,"uu":"archfey|warlock|xphb|xphb","m":"classes/XPHB/Archfey Warlock.webp","b":"Archfey Patron","n":"Archfey Patron (Warlock)"},{"id":6285,"c":40,"u":"warlock_xphb,state:sub-celestial-xphb=b1","p":160,"s":8,"h":1,"t":3,"uu":"celestial|warlock|xphb|xphb","m":"classes/XPHB/Celestial Warlock.webp","b":"Celestial Patron","n":"Celestial Patron (Warlock)"},{"id":6287,"c":40,"u":"warlock_xphb,state:sub-fiend-xphb=b1","p":161,"s":8,"h":1,"t":3,"uu":"fiend|warlock|xphb|xphb","m":"classes/XPHB/Fiend Warlock.webp","b":"Fiend Patron","n":"Fiend Patron (Warlock)"},{"id":6289,"c":40,"u":"warlock_xphb,state:sub-great-old-one-xphb=b1","p":162,"s":8,"h":1,"t":3,"uu":"great old one|warlock|xphb|xphb","m":"classes/XPHB/Great Old One Warlock.webp","b":"Great Old One Patron","n":"Great Old One Patron (Warlock)"},{"id":6291,"c":40,"u":"wizard_phb,state:sub-abjuration-phb=b1","p":115,"s":52,"h":1,"t":3,"uu":"abjuration|wizard","b":"School of Abjuration","n":"School of Abjuration (Wizard)"},{"id":6293,"c":40,"u":"wizard_xphb,state:sub-abjuration-phb=b1","s":52,"h":1,"t":3,"uu":"abjuration|wizard|xphb","b":"School of Abjuration","n":"School of Abjuration (Wizard)"},{"id":6295,"c":40,"u":"wizard_phb,state:sub-conjuration-phb=b1","p":116,"s":52,"h":1,"t":3,"uu":"conjuration|wizard","b":"School of Conjuration","n":"School of Conjuration (Wizard)"},{"id":6297,"c":40,"u":"wizard_xphb,state:sub-conjuration-phb=b1","s":52,"h":1,"t":3,"uu":"conjuration|wizard|xphb","b":"School of Conjuration","n":"School of Conjuration (Wizard)"},{"id":6299,"c":40,"u":"wizard_phb,state:sub-divination-phb=b1","p":116,"s":52,"h":1,"t":3,"uu":"divination|wizard","b":"School of Divination","n":"School of Divination (Wizard)"},{"id":6301,"c":40,"u":"wizard_xphb,state:sub-divination-phb=b1","s":52,"h":1,"t":3,"uu":"divination|wizard|xphb","b":"School of Divination","n":"School of Divination (Wizard)"},{"id":6303,"c":40,"u":"wizard_phb,state:sub-enchantment-phb=b1","p":117,"s":52,"h":1,"t":3,"uu":"enchantment|wizard","b":"School of Enchantment","n":"School of Enchantment (Wizard)"},{"id":6305,"c":40,"u":"wizard_xphb,state:sub-enchantment-phb=b1","s":52,"h":1,"t":3,"uu":"enchantment|wizard|xphb","b":"School of Enchantment","n":"School of Enchantment (Wizard)"},{"id":6307,"c":40,"u":"wizard_phb,state:sub-evocation-phb=b1","p":117,"s":52,"h":1,"r":1,"t":3,"uu":"evocation|wizard","b":"School of Evocation","n":"School of Evocation (Wizard)"},{"id":6309,"c":40,"u":"wizard_xphb,state:sub-evocation-phb=b1","s":52,"h":1,"t":3,"uu":"evocation|wizard|xphb","b":"School of Evocation","n":"School of Evocation (Wizard)"},{"id":6311,"c":40,"u":"wizard_phb,state:sub-illusion-phb=b1","p":118,"s":52,"h":1,"t":3,"uu":"illusion|wizard","b":"School of Illusion","n":"School of Illusion (Wizard)"},{"id":6313,"c":40,"u":"wizard_xphb,state:sub-illusion-phb=b1","s":52,"h":1,"t":3,"uu":"illusion|wizard|xphb","b":"School of Illusion","n":"School of Illusion (Wizard)"},{"id":6315,"c":40,"u":"wizard_phb,state:sub-necromancy-phb=b1","p":118,"s":52,"h":1,"t":3,"uu":"necromancy|wizard","b":"School of Necromancy","n":"School of Necromancy (Wizard)"},{"id":6317,"c":40,"u":"wizard_xphb,state:sub-necromancy-phb=b1","s":52,"h":1,"t":3,"uu":"necromancy|wizard|xphb","b":"School of Necromancy","n":"School of Necromancy (Wizard)"},{"id":6319,"c":40,"u":"wizard_phb,state:sub-transmutation-phb=b1","p":119,"s":52,"h":1,"t":3,"uu":"transmutation|wizard","b":"School of Transmutation","n":"School of Transmutation (Wizard)"},{"id":6321,"c":40,"u":"wizard_xphb,state:sub-transmutation-phb=b1","s":52,"h":1,"t":3,"uu":"transmutation|wizard|xphb","b":"School of Transmutation","n":"School of Transmutation (Wizard)"},{"id":6323,"c":40,"u":"wizard_phb,state:sub-war-xge=b1","p":59,"s":6,"h":1,"t":3,"uu":"war|wizard||xge","m":"classes/XGE/War Wizard.webp","b":"War Magic","n":"War Magic (Wizard)"},{"id":6325,"c":40,"u":"wizard_xphb,state:sub-war-xge=b1","s":6,"h":1,"t":3,"uu":"war|wizard|xphb|xge","b":"War Magic","n":"War Magic (Wizard)"},{"id":6327,"c":40,"u":"wizard_phb,state:sub-chronurgy-egw=b1","p":184,"s":28,"h":1,"dP":1,"t":3,"uu":"chronurgy|wizard||egw","m":"classes/EGW/Chronurgy Wizard.webp","b":"Chronurgy Magic","n":"Chronurgy Magic (Wizard)"},{"id":6329,"c":40,"u":"wizard_xphb,state:sub-chronurgy-egw=b1","s":28,"h":1,"dP":1,"t":3,"uu":"chronurgy|wizard|xphb|egw","b":"Chronurgy Magic","n":"Chronurgy Magic (Wizard)"},{"id":6331,"c":40,"u":"wizard_phb,state:sub-graviturgy-egw=b1","p":185,"s":28,"h":1,"dP":1,"t":3,"uu":"graviturgy|wizard||egw","m":"classes/EGW/Graviturgy Wizard.webp","b":"Graviturgy Magic","n":"Graviturgy Magic (Wizard)"},{"id":6333,"c":40,"u":"wizard_xphb,state:sub-graviturgy-egw=b1","s":28,"h":1,"dP":1,"t":3,"uu":"graviturgy|wizard|xphb|egw","b":"Graviturgy Magic","n":"Graviturgy Magic (Wizard)"},{"id":6335,"c":40,"u":"wizard_phb,state:sub-bladesinging-tce=b1","p":76,"s":4,"h":1,"t":3,"uu":"bladesinging|wizard||tce","m":"classes/TCE/Bladesinging Wizard.webp","b":"Bladesinging","n":"Bladesinging (Wizard)"},{"id":6337,"c":40,"u":"wizard_xphb,state:sub-bladesinging-tce=b1","s":4,"h":1,"t":3,"uu":"bladesinging|wizard|xphb|tce","b":"Bladesinging","n":"Bladesinging (Wizard)"},{"id":6339,"c":40,"u":"wizard_phb,state:sub-scribes-tce=b1","p":77,"s":4,"h":1,"t":3,"uu":"scribes|wizard||tce","m":"classes/TCE/Scribes Wizard.webp","b":"Order of Scribes","n":"Order of Scribes (Wizard)"},{"id":6341,"c":40,"u":"wizard_xphb,state:sub-scribes-tce=b1","s":4,"h":1,"t":3,"uu":"scribes|wizard|xphb|tce","b":"Order of Scribes","n":"Order of Scribes (Wizard)"},{"id":6343,"c":40,"u":"wizard_phb,state:sub-blood-magic-tdcsr=b1","p":178,"s":61,"h":1,"dP":1,"t":3,"uu":"blood magic|wizard||tdcsr","m":"classes/TDCSR/Blood Magic Wizard.webp","b":"Blood Magic","n":"Blood Magic (Wizard)"},{"id":6345,"c":40,"u":"wizard_xphb,state:sub-blood-magic-tdcsr=b1","s":61,"h":1,"dP":1,"t":3,"uu":"blood magic|wizard|xphb|tdcsr","b":"Blood Magic","n":"Blood Magic (Wizard)"},{"id":6347,"c":40,"u":"wizard_xphb,state:sub-abjurer-xphb=b1","p":172,"s":8,"h":1,"t":3,"uu":"abjurer|wizard|xphb|xphb","m":"classes/XPHB/Abjurer Wizard.webp","b":"Abjurer","n":"Abjurer (Wizard)"},{"id":6349,"c":40,"u":"wizard_xphb,state:sub-diviner-xphb=b1","p":173,"s":8,"h":1,"t":3,"uu":"diviner|wizard|xphb|xphb","m":"classes/XPHB/Diviner Wizard.webp","b":"Diviner","n":"Diviner (Wizard)"},{"id":6351,"c":40,"u":"wizard_xphb,state:sub-evoker-xphb=b1","p":174,"s":8,"h":1,"t":3,"uu":"evoker|wizard|xphb|xphb","m":"classes/XPHB/Evoker Wizard.webp","b":"Evoker","n":"Evoker (Wizard)"},{"id":6353,"c":40,"u":"wizard_xphb,state:sub-illusionist-xphb=b1","p":175,"s":8,"h":1,"t":3,"uu":"illusionist|wizard|xphb|xphb","m":"classes/XPHB/Illusionist Wizard.webp","b":"Illusionist","n":"Illusionist (Wizard)"},{"id":6355,"c":30,"u":"magical%20tinkering_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"magical tinkering|tce","n":"Artificer 1; Magical Tinkering","uh":"artificer_tce,state:feature=s0-0"},{"id":6357,"c":30,"u":"optional%20rule%3a%20firearm%20proficiency_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"optional rule: firearm proficiency|tce","n":"Artificer 1; Optional Rule: Firearm Proficiency","uh":"artificer_tce,state:feature=s0-0"},{"id":6359,"c":30,"u":"spellcasting_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"spellcasting|tce","n":"Artificer 1; Spellcasting","uh":"artificer_tce,state:feature=s0-0"},{"id":6361,"c":30,"u":"infuse%20item_artificer_tce_2_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"infuse item|tce","n":"Artificer 2; Infuse Item","uh":"artificer_tce,state:feature=s1-0"},{"id":6363,"c":30,"u":"infusions%20known_artificer_tce_2_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"infusions known|tce","n":"Artificer 2; Infusions Known","uh":"artificer_tce,state:feature=s1-0"},{"id":6365,"c":30,"u":"artificer%20specialist_artificer_tce_3_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"artificer specialist|tce","n":"Artificer 3; Artificer Specialist","uh":"artificer_tce,state:feature=s2-0"},{"id":6367,"c":30,"u":"the%20right%20tool%20for%20the%20job_artificer_tce_3_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"the right tool for the job|tce","n":"Artificer 3; The Right Tool for the Job","uh":"artificer_tce,state:feature=s2-0"},{"id":6369,"c":30,"u":"ability%20score%20improvement_artificer_tce_4_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Artificer 4; Ability Score Improvement","uh":"artificer_tce,state:feature=s3-0"},{"id":6371,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_5_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"artificer specialist feature|tce","n":"Artificer 5; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s4-0"},{"id":6373,"c":30,"u":"tool%20expertise_artificer_tce_6_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"tool expertise|tce","n":"Artificer 6; Tool Expertise","uh":"artificer_tce,state:feature=s5-0"},{"id":6375,"c":30,"u":"flash%20of%20genius_artificer_tce_7_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"flash of genius|tce","n":"Artificer 7; Flash of Genius","uh":"artificer_tce,state:feature=s6-0"},{"id":6377,"c":30,"u":"ability%20score%20improvement_artificer_tce_8_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Artificer 8; Ability Score Improvement","uh":"artificer_tce,state:feature=s7-0"},{"id":6379,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_9_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"artificer specialist feature|tce","n":"Artificer 9; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s8-0"},{"id":6381,"c":30,"u":"magic%20item%20adept_artificer_tce_10_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"magic item adept|tce","n":"Artificer 10; Magic Item Adept","uh":"artificer_tce,state:feature=s9-0"},{"id":6383,"c":30,"u":"spell-storing%20item_artificer_tce_11_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"spell-storing item|tce","n":"Artificer 11; Spell-Storing Item","uh":"artificer_tce,state:feature=s10-0"},{"id":6385,"c":30,"u":"ability%20score%20improvement_artificer_tce_12_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Artificer 12; Ability Score Improvement","uh":"artificer_tce,state:feature=s11-0"},{"id":6387,"c":30,"u":"magic%20item%20savant_artificer_tce_14_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"magic item savant|tce","n":"Artificer 14; Magic Item Savant","uh":"artificer_tce,state:feature=s13-0"},{"id":6389,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_15_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"artificer specialist feature|tce","n":"Artificer 15; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s14-0"},{"id":6391,"c":30,"u":"ability%20score%20improvement_artificer_tce_16_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Artificer 16; Ability Score Improvement","uh":"artificer_tce,state:feature=s15-0"},{"id":6393,"c":30,"u":"magic%20item%20master_artificer_tce_18_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"magic item master|tce","n":"Artificer 18; Magic Item Master","uh":"artificer_tce,state:feature=s17-0"},{"id":6395,"c":30,"u":"ability%20score%20improvement_artificer_tce_19_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Artificer 19; Ability Score Improvement","uh":"artificer_tce,state:feature=s18-0"},{"id":6397,"c":30,"u":"soul%20of%20artifice_artificer_tce_20_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"soul of artifice|tce","n":"Artificer 20; Soul of Artifice","uh":"artificer_tce,state:feature=s19-0"},{"id":6399,"c":30,"u":"rage_barbarian_phb_1_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"rage|phb","n":"Barbarian 1; Rage","uh":"barbarian_phb,state:feature=s0-0"},{"id":6401,"c":30,"u":"unarmored%20defense_barbarian_phb_1_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"unarmored defense|phb","n":"Barbarian 1; Unarmored Defense","uh":"barbarian_phb,state:feature=s0-0"},{"id":6403,"c":30,"u":"danger%20sense_barbarian_phb_2_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"danger sense|phb","n":"Barbarian 2; Danger Sense","uh":"barbarian_phb,state:feature=s1-0"},{"id":6405,"c":30,"u":"reckless%20attack_barbarian_phb_2_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"reckless attack|phb","n":"Barbarian 2; Reckless Attack","uh":"barbarian_phb,state:feature=s1-0"},{"id":6407,"c":30,"u":"primal%20knowledge_barbarian_phb_3_tce","p":24,"s":"TCE","h":1,"t":4,"uu":"primal knowledge|tce","n":"Barbarian 3; Primal Knowledge","uh":"barbarian_phb,state:feature=s2-0"},{"id":6409,"c":30,"u":"primal%20path_barbarian_phb_3_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"primal path|phb","n":"Barbarian 3; Primal Path","uh":"barbarian_phb,state:feature=s2-0"},{"id":6411,"c":30,"u":"ability%20score%20improvement_barbarian_phb_4_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Barbarian 4; Ability Score Improvement","uh":"barbarian_phb,state:feature=s3-0"},{"id":6413,"c":30,"u":"extra%20attack_barbarian_phb_5_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack|phb","n":"Barbarian 5; Extra Attack","uh":"barbarian_phb,state:feature=s4-0"},{"id":6415,"c":30,"u":"fast%20movement_barbarian_phb_5_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"fast movement|phb","n":"Barbarian 5; Fast Movement","uh":"barbarian_phb,state:feature=s4-0"},{"id":6417,"c":30,"u":"path%20feature_barbarian_phb_6_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"path feature|phb","n":"Barbarian 6; Path Feature","uh":"barbarian_phb,state:feature=s5-0"},{"id":6419,"c":30,"u":"feral%20instinct_barbarian_phb_7_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"feral instinct|phb","n":"Barbarian 7; Feral Instinct","uh":"barbarian_phb,state:feature=s6-0"},{"id":6421,"c":30,"u":"instinctive%20pounce_barbarian_phb_7_tce","p":24,"s":"TCE","h":1,"t":4,"uu":"instinctive pounce|tce","n":"Barbarian 7; Instinctive Pounce","uh":"barbarian_phb,state:feature=s6-0"},{"id":6423,"c":30,"u":"ability%20score%20improvement_barbarian_phb_8_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Barbarian 8; Ability Score Improvement","uh":"barbarian_phb,state:feature=s7-0"},{"id":6425,"c":30,"u":"brutal%20critical%20(1%20die)_barbarian_phb_9_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"brutal critical (1 die)|phb","n":"Barbarian 9; Brutal Critical (1 die)","uh":"barbarian_phb,state:feature=s8-0"},{"id":6427,"c":30,"u":"path%20feature_barbarian_phb_10_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"path feature|phb","n":"Barbarian 10; Path feature","uh":"barbarian_phb,state:feature=s9-0"},{"id":6429,"c":30,"u":"relentless%20rage_barbarian_phb_11_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"relentless rage|phb","n":"Barbarian 11; Relentless Rage","uh":"barbarian_phb,state:feature=s10-0"},{"id":6431,"c":30,"u":"ability%20score%20improvement_barbarian_phb_12_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Barbarian 12; Ability Score Improvement","uh":"barbarian_phb,state:feature=s11-0"},{"id":6433,"c":30,"u":"brutal%20critical%20(2%20dice)_barbarian_phb_13_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"brutal critical (2 dice)|phb","n":"Barbarian 13; Brutal Critical (2 dice)","uh":"barbarian_phb,state:feature=s12-0"},{"id":6435,"c":30,"u":"path%20feature_barbarian_phb_14_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"path feature|phb","n":"Barbarian 14; Path feature","uh":"barbarian_phb,state:feature=s13-0"},{"id":6437,"c":30,"u":"persistent%20rage_barbarian_phb_15_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"persistent rage|phb","n":"Barbarian 15; Persistent Rage","uh":"barbarian_phb,state:feature=s14-0"},{"id":6439,"c":30,"u":"ability%20score%20improvement_barbarian_phb_16_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Barbarian 16; Ability Score Improvement","uh":"barbarian_phb,state:feature=s15-0"},{"id":6441,"c":30,"u":"brutal%20critical%20(3%20dice)_barbarian_phb_17_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"brutal critical (3 dice)|phb","n":"Barbarian 17; Brutal Critical (3 dice)","uh":"barbarian_phb,state:feature=s16-0"},{"id":6443,"c":30,"u":"indomitable%20might_barbarian_phb_18_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"indomitable might|phb","n":"Barbarian 18; Indomitable Might","uh":"barbarian_phb,state:feature=s17-0"},{"id":6445,"c":30,"u":"ability%20score%20improvement_barbarian_phb_19_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Barbarian 19; Ability Score Improvement","uh":"barbarian_phb,state:feature=s18-0"},{"id":6447,"c":30,"u":"primal%20champion_barbarian_phb_20_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"primal champion|phb","n":"Barbarian 20; Primal Champion","uh":"barbarian_phb,state:feature=s19-0"},{"id":6449,"c":30,"u":"rage_barbarian_xphb_1_xphb","p":51,"s":"XPHB","h":1,"t":4,"uu":"rage|xphb","n":"Barbarian 1; Rage","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6451,"c":30,"u":"unarmored%20defense_barbarian_xphb_1_xphb","p":51,"s":"XPHB","h":1,"t":4,"uu":"unarmored defense|xphb","n":"Barbarian 1; Unarmored Defense","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6453,"c":30,"u":"weapon%20mastery_barbarian_xphb_1_xphb","p":52,"s":"XPHB","h":1,"t":4,"uu":"weapon mastery|xphb","n":"Barbarian 1; Weapon Mastery","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6455,"c":30,"u":"danger%20sense_barbarian_xphb_2_xphb","p":52,"s":"XPHB","h":1,"t":4,"uu":"danger sense|xphb","n":"Barbarian 2; Danger Sense","uh":"barbarian_xphb,state:feature=s1-0"},{"id":6457,"c":30,"u":"reckless%20attack_barbarian_xphb_2_xphb","p":52,"s":"XPHB","h":1,"t":4,"uu":"reckless attack|xphb","n":"Barbarian 2; Reckless Attack","uh":"barbarian_xphb,state:feature=s1-0"},{"id":6459,"c":30,"u":"barbarian%20subclass_barbarian_xphb_3_xphb","p":52,"s":"XPHB","h":1,"t":4,"uu":"barbarian subclass|xphb","n":"Barbarian 3; Barbarian Subclass","uh":"barbarian_xphb,state:feature=s2-0"},{"id":6461,"c":30,"u":"primal%20knowledge_barbarian_xphb_3_xphb","p":52,"s":"XPHB","h":1,"t":4,"uu":"primal knowledge|xphb","n":"Barbarian 3; Primal Knowledge","uh":"barbarian_xphb,state:feature=s2-0"},{"id":6463,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_4_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Barbarian 4; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s3-0"},{"id":6465,"c":30,"u":"extra%20attack_barbarian_xphb_5_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"extra attack|xphb","n":"Barbarian 5; Extra Attack","uh":"barbarian_xphb,state:feature=s4-0"},{"id":6467,"c":30,"u":"fast%20movement_barbarian_xphb_5_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"fast movement|xphb","n":"Barbarian 5; Fast Movement","uh":"barbarian_xphb,state:feature=s4-0"},{"id":6469,"c":30,"u":"subclass%20feature_barbarian_xphb_6_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Barbarian 6; Subclass Feature","uh":"barbarian_xphb,state:feature=s5-0"},{"id":6471,"c":30,"u":"feral%20instinct_barbarian_xphb_7_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"feral instinct|xphb","n":"Barbarian 7; Feral Instinct","uh":"barbarian_xphb,state:feature=s6-0"},{"id":6473,"c":30,"u":"instinctive%20pounce_barbarian_xphb_7_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"instinctive pounce|xphb","n":"Barbarian 7; Instinctive Pounce","uh":"barbarian_xphb,state:feature=s6-0"},{"id":6475,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_8_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Barbarian 8; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s7-0"},{"id":6477,"c":30,"u":"brutal%20strike_barbarian_xphb_9_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"brutal strike|xphb","n":"Barbarian 9; Brutal Strike","uh":"barbarian_xphb,state:feature=s8-0"},{"id":6479,"c":30,"u":"subclass%20feature_barbarian_xphb_10_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Barbarian 10; Subclass Feature","uh":"barbarian_xphb,state:feature=s9-0"},{"id":6481,"c":30,"u":"relentless%20rage_barbarian_xphb_11_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"relentless rage|xphb","n":"Barbarian 11; Relentless Rage","uh":"barbarian_xphb,state:feature=s10-0"},{"id":6483,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_12_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Barbarian 12; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s11-0"},{"id":6485,"c":30,"u":"improved%20brutal%20strike_barbarian_xphb_13_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"improved brutal strike|xphb","n":"Barbarian 13; Improved Brutal Strike","uh":"barbarian_xphb,state:feature=s12-0"},{"id":6487,"c":30,"u":"subclass%20feature_barbarian_xphb_14_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Barbarian 14; Subclass Feature","uh":"barbarian_xphb,state:feature=s13-0"},{"id":6489,"c":30,"u":"persistent%20rage_barbarian_xphb_15_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"persistent rage|xphb","n":"Barbarian 15; Persistent Rage","uh":"barbarian_xphb,state:feature=s14-0"},{"id":6491,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_16_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Barbarian 16; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s15-0"},{"id":6493,"c":30,"u":"improved%20brutal%20strike_barbarian_xphb_17_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"improved brutal strike|xphb","n":"Barbarian 17; Improved Brutal Strike","uh":"barbarian_xphb,state:feature=s16-0"},{"id":6495,"c":30,"u":"indomitable%20might_barbarian_xphb_18_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"indomitable might|xphb","n":"Barbarian 18; Indomitable Might","uh":"barbarian_xphb,state:feature=s17-0"},{"id":6497,"c":30,"u":"epic%20boon_barbarian_xphb_19_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Barbarian 19; Epic Boon","uh":"barbarian_xphb,state:feature=s18-0"},{"id":6499,"c":30,"u":"primal%20champion_barbarian_xphb_20_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"primal champion|xphb","n":"Barbarian 20; Primal Champion","uh":"barbarian_xphb,state:feature=s19-0"},{"id":6501,"c":30,"u":"bardic%20inspiration_bard_phb_1_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bardic inspiration|phb","n":"Bard 1; Bardic Inspiration","uh":"bard_phb,state:feature=s0-0"},{"id":6503,"c":30,"u":"spellcasting_bard_phb_1_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Bard 1; Spellcasting","uh":"bard_phb,state:feature=s0-0"},{"id":6505,"c":30,"u":"jack%20of%20all%20trades_bard_phb_2_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"jack of all trades|phb","n":"Bard 2; Jack of All Trades","uh":"bard_phb,state:feature=s1-0"},{"id":6507,"c":30,"u":"magical%20inspiration_bard_phb_2_tce","p":27,"s":"TCE","h":1,"t":4,"uu":"magical inspiration|tce","n":"Bard 2; Magical Inspiration","uh":"bard_phb,state:feature=s1-0"},{"id":6509,"c":30,"u":"song%20of%20rest%20(d6)_bard_phb_2_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"song of rest (d6)|phb","n":"Bard 2; Song of Rest (d6)","uh":"bard_phb,state:feature=s1-0"},{"id":6511,"c":30,"u":"bard%20college_bard_phb_3_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bard college|phb","n":"Bard 3; Bard College","uh":"bard_phb,state:feature=s2-0"},{"id":6513,"c":30,"u":"expertise_bard_phb_3_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"expertise|phb","n":"Bard 3; Expertise","uh":"bard_phb,state:feature=s2-0"},{"id":6515,"c":30,"u":"ability%20score%20improvement_bard_phb_4_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Bard 4; Ability Score Improvement","uh":"bard_phb,state:feature=s3-0"},{"id":6517,"c":30,"u":"bardic%20versatility_bard_phb_4_tce","p":27,"s":"TCE","h":1,"t":4,"uu":"bardic versatility|tce","n":"Bard 4; Bardic Versatility","uh":"bard_phb,state:feature=s3-0"},{"id":6519,"c":30,"u":"bardic%20inspiration%20(d8)_bard_phb_5_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bardic inspiration (d8)|phb","n":"Bard 5; Bardic Inspiration (d8)","uh":"bard_phb,state:feature=s4-0"},{"id":6521,"c":30,"u":"font%20of%20inspiration_bard_phb_5_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"font of inspiration|phb","n":"Bard 5; Font of Inspiration","uh":"bard_phb,state:feature=s4-0"},{"id":6523,"c":30,"u":"bard%20college%20feature_bard_phb_6_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bard college feature|phb","n":"Bard 6; Bard College feature","uh":"bard_phb,state:feature=s5-0"},{"id":6525,"c":30,"u":"countercharm_bard_phb_6_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"countercharm|phb","n":"Bard 6; Countercharm","uh":"bard_phb,state:feature=s5-0"},{"id":6527,"c":30,"u":"ability%20score%20improvement_bard_phb_8_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Bard 8; Ability Score Improvement","uh":"bard_phb,state:feature=s7-0"},{"id":6529,"c":30,"u":"song%20of%20rest%20(d8)_bard_phb_9_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"song of rest (d8)|phb","n":"Bard 9; Song of Rest (d8)","uh":"bard_phb,state:feature=s8-0"},{"id":6531,"c":30,"u":"bardic%20inspiration%20(d10)_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bardic inspiration (d10)|phb","n":"Bard 10; Bardic Inspiration (d10)","uh":"bard_phb,state:feature=s9-0"},{"id":6533,"c":30,"u":"expertise_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"expertise|phb","n":"Bard 10; Expertise","uh":"bard_phb,state:feature=s9-0"},{"id":6535,"c":30,"u":"magical%20secrets_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"magical secrets|phb","n":"Bard 10; Magical Secrets","uh":"bard_phb,state:feature=s9-0"},{"id":6537,"c":30,"u":"ability%20score%20improvement_bard_phb_12_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Bard 12; Ability Score Improvement","uh":"bard_phb,state:feature=s11-0"},{"id":6539,"c":30,"u":"song%20of%20rest%20(d10)_bard_phb_13_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"song of rest (d10)|phb","n":"Bard 13; Song of Rest (d10)","uh":"bard_phb,state:feature=s12-0"},{"id":6541,"c":30,"u":"bard%20college%20feature_bard_phb_14_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bard college feature|phb","n":"Bard 14; Bard College feature","uh":"bard_phb,state:feature=s13-0"},{"id":6543,"c":30,"u":"magical%20secrets_bard_phb_14_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"magical secrets|phb","n":"Bard 14; Magical Secrets","uh":"bard_phb,state:feature=s13-0"},{"id":6545,"c":30,"u":"bardic%20inspiration%20(d12)_bard_phb_15_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bardic inspiration (d12)|phb","n":"Bard 15; Bardic Inspiration (d12)","uh":"bard_phb,state:feature=s14-0"},{"id":6547,"c":30,"u":"ability%20score%20improvement_bard_phb_16_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Bard 16; Ability Score Improvement","uh":"bard_phb,state:feature=s15-0"},{"id":6549,"c":30,"u":"song%20of%20rest%20(d12)_bard_phb_17_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"song of rest (d12)|phb","n":"Bard 17; Song of Rest (d12)","uh":"bard_phb,state:feature=s16-0"},{"id":6551,"c":30,"u":"magical%20secrets_bard_phb_18_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"magical secrets|phb","n":"Bard 18; Magical Secrets","uh":"bard_phb,state:feature=s17-0"},{"id":6553,"c":30,"u":"ability%20score%20improvement_bard_phb_19_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Bard 19; Ability Score Improvement","uh":"bard_phb,state:feature=s18-0"},{"id":6555,"c":30,"u":"superior%20inspiration_bard_phb_20_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"superior inspiration|phb","n":"Bard 20; Superior Inspiration","uh":"bard_phb,state:feature=s19-0"},{"id":6557,"c":30,"u":"bardic%20inspiration_bard_xphb_1_xphb","p":59,"s":"XPHB","h":1,"t":4,"uu":"bardic inspiration|xphb","n":"Bard 1; Bardic Inspiration","uh":"bard_xphb,state:feature=s0-0"},{"id":6559,"c":30,"u":"spellcasting_bard_xphb_1_xphb","p":59,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Bard 1; Spellcasting","uh":"bard_xphb,state:feature=s0-0"},{"id":6561,"c":30,"u":"expertise_bard_xphb_2_xphb","p":60,"s":"XPHB","h":1,"t":4,"uu":"expertise|xphb","n":"Bard 2; Expertise","uh":"bard_xphb,state:feature=s1-0"},{"id":6563,"c":30,"u":"jack%20of%20all%20trades_bard_xphb_2_xphb","p":60,"s":"XPHB","h":1,"t":4,"uu":"jack of all trades|xphb","n":"Bard 2; Jack of All Trades","uh":"bard_xphb,state:feature=s1-0"},{"id":6565,"c":30,"u":"bard%20subclass_bard_xphb_3_xphb","p":60,"s":"XPHB","h":1,"t":4,"uu":"bard subclass|xphb","n":"Bard 3; Bard Subclass","uh":"bard_xphb,state:feature=s2-0"},{"id":6567,"c":30,"u":"ability%20score%20improvement_bard_xphb_4_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Bard 4; Ability Score Improvement","uh":"bard_xphb,state:feature=s3-0"},{"id":6569,"c":30,"u":"font%20of%20inspiration_bard_xphb_5_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"font of inspiration|xphb","n":"Bard 5; Font of Inspiration","uh":"bard_xphb,state:feature=s4-0"},{"id":6571,"c":30,"u":"subclass%20feature_bard_xphb_6_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Bard 6; Subclass Feature","uh":"bard_xphb,state:feature=s5-0"},{"id":6573,"c":30,"u":"countercharm_bard_xphb_7_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"countercharm|xphb","n":"Bard 7; Countercharm","uh":"bard_xphb,state:feature=s6-0"},{"id":6575,"c":30,"u":"ability%20score%20improvement_bard_xphb_8_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Bard 8; Ability Score Improvement","uh":"bard_xphb,state:feature=s7-0"},{"id":6577,"c":30,"u":"expertise_bard_xphb_9_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"expertise|xphb","n":"Bard 9; Expertise","uh":"bard_xphb,state:feature=s8-0"},{"id":6579,"c":30,"u":"magical%20secrets_bard_xphb_10_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"magical secrets|xphb","n":"Bard 10; Magical Secrets","uh":"bard_xphb,state:feature=s9-0"},{"id":6581,"c":30,"u":"ability%20score%20improvement_bard_xphb_12_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Bard 12; Ability Score Improvement","uh":"bard_xphb,state:feature=s11-0"},{"id":6583,"c":30,"u":"subclass%20feature_bard_xphb_14_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Bard 14; Subclass Feature","uh":"bard_xphb,state:feature=s13-0"},{"id":6585,"c":30,"u":"ability%20score%20improvement_bard_xphb_16_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Bard 16; Ability Score Improvement","uh":"bard_xphb,state:feature=s15-0"},{"id":6587,"c":30,"u":"superior%20inspiration_bard_xphb_18_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"superior inspiration|xphb","n":"Bard 18; Superior Inspiration","uh":"bard_xphb,state:feature=s17-0"},{"id":6589,"c":30,"u":"epic%20boon_bard_xphb_19_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Bard 19; Epic Boon","uh":"bard_xphb,state:feature=s18-0"},{"id":6591,"c":30,"u":"words%20of%20creation_bard_xphb_20_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"words of creation|xphb","n":"Bard 20; Words of Creation","uh":"bard_xphb,state:feature=s19-0"},{"id":6593,"c":30,"u":"divine%20domain_cleric_phb_1_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine domain|phb","n":"Cleric 1; Divine Domain","uh":"cleric_phb,state:feature=s0-0"},{"id":6595,"c":30,"u":"spellcasting_cleric_phb_1_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Cleric 1; Spellcasting","uh":"cleric_phb,state:feature=s0-0"},{"id":6597,"c":30,"u":"channel%20divinity_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"channel divinity|phb","n":"Cleric 2; Channel Divinity","uh":"cleric_phb,state:feature=s1-0"},{"id":6599,"c":30,"u":"channel%20divinity%3a%20harness%20divine%20power_cleric_phb_2_tce","p":30,"s":"TCE","h":1,"t":4,"uu":"channel divinity: harness divine power|tce","n":"Cleric 2; Channel Divinity: Harness Divine Power","uh":"cleric_phb,state:feature=s1-0"},{"id":6601,"c":30,"u":"channel%20divinity%3a%20turn%20undead_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"channel divinity: turn undead|phb","n":"Cleric 2; Channel Divinity: Turn Undead","uh":"cleric_phb,state:feature=s1-0"},{"id":6603,"c":30,"u":"divine%20domain%20feature_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine domain feature|phb","n":"Cleric 2; Divine Domain feature","uh":"cleric_phb,state:feature=s1-0"},{"id":6605,"c":30,"u":"ability%20score%20improvement_cleric_phb_4_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Cleric 4; Ability Score Improvement","uh":"cleric_phb,state:feature=s3-0"},{"id":6607,"c":30,"u":"cantrip%20versatility_cleric_phb_4_tce","p":30,"s":"TCE","h":1,"t":4,"uu":"cantrip versatility|tce","n":"Cleric 4; Cantrip Versatility","uh":"cleric_phb,state:feature=s3-0"},{"id":6609,"c":30,"u":"destroy%20undead%20(cr%201%2f2)_cleric_phb_5_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"destroy undead (cr 1/2)|phb","n":"Cleric 5; Destroy Undead (CR 1/2)","uh":"cleric_phb,state:feature=s4-0"},{"id":6611,"c":30,"u":"channel%20divinity_cleric_phb_6_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"channel divinity|phb","n":"Cleric 6; Channel Divinity","uh":"cleric_phb,state:feature=s5-0"},{"id":6613,"c":30,"u":"divine%20domain%20feature_cleric_phb_6_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine domain feature|phb","n":"Cleric 6; Divine Domain feature","uh":"cleric_phb,state:feature=s5-0"},{"id":6615,"c":30,"u":"ability%20score%20improvement_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Cleric 8; Ability Score Improvement","uh":"cleric_phb,state:feature=s7-0"},{"id":6617,"c":30,"u":"destroy%20undead%20(cr%201)_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"destroy undead (cr 1)|phb","n":"Cleric 8; Destroy Undead (CR 1)","uh":"cleric_phb,state:feature=s7-0"},{"id":6619,"c":30,"u":"divine%20domain%20feature_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine domain feature|phb","n":"Cleric 8; Divine Domain feature","uh":"cleric_phb,state:feature=s7-0"},{"id":6621,"c":30,"u":"divine%20intervention_cleric_phb_10_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine intervention|phb","n":"Cleric 10; Divine Intervention","uh":"cleric_phb,state:feature=s9-0"},{"id":6623,"c":30,"u":"destroy%20undead%20(cr%202)_cleric_phb_11_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"destroy undead (cr 2)|phb","n":"Cleric 11; Destroy Undead (CR 2)","uh":"cleric_phb,state:feature=s10-0"},{"id":6625,"c":30,"u":"ability%20score%20improvement_cleric_phb_12_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Cleric 12; Ability Score Improvement","uh":"cleric_phb,state:feature=s11-0"},{"id":6627,"c":30,"u":"destroy%20undead%20(cr%203)_cleric_phb_14_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"destroy undead (cr 3)|phb","n":"Cleric 14; Destroy Undead (CR 3)","uh":"cleric_phb,state:feature=s13-0"},{"id":6629,"c":30,"u":"ability%20score%20improvement_cleric_phb_16_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Cleric 16; Ability Score Improvement","uh":"cleric_phb,state:feature=s15-0"},{"id":6631,"c":30,"u":"destroy%20undead%20(cr%204)_cleric_phb_17_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"destroy undead (cr 4)|phb","n":"Cleric 17; Destroy Undead (CR 4)","uh":"cleric_phb,state:feature=s16-0"},{"id":6633,"c":30,"u":"divine%20domain%20feature_cleric_phb_17_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine domain feature|phb","n":"Cleric 17; Divine Domain feature","uh":"cleric_phb,state:feature=s16-0"},{"id":6635,"c":30,"u":"channel%20divinity_cleric_phb_18_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"channel divinity|phb","n":"Cleric 18; Channel Divinity","uh":"cleric_phb,state:feature=s17-0"},{"id":6637,"c":30,"u":"ability%20score%20improvement_cleric_phb_19_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Cleric 19; Ability Score Improvement","uh":"cleric_phb,state:feature=s18-0"},{"id":6639,"c":30,"u":"divine%20intervention%20improvement_cleric_phb_20_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine intervention improvement|phb","n":"Cleric 20; Divine Intervention Improvement","uh":"cleric_phb,state:feature=s19-0"},{"id":6641,"c":30,"u":"divine%20order_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"divine order|xphb","n":"Cleric 1; Divine Order","uh":"cleric_xphb,state:feature=s0-0"},{"id":6643,"c":30,"u":"protector_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"protector|xphb","n":"Cleric 1; Protector","uh":"cleric_xphb,state:feature=s0-0"},{"id":6645,"c":30,"u":"spellcasting_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Cleric 1; Spellcasting","uh":"cleric_xphb,state:feature=s0-0"},{"id":6647,"c":30,"u":"thaumaturge_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"thaumaturge|xphb","n":"Cleric 1; Thaumaturge","uh":"cleric_xphb,state:feature=s0-0"},{"id":6649,"c":30,"u":"channel%20divinity_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"channel divinity|xphb","n":"Cleric 2; Channel Divinity","uh":"cleric_xphb,state:feature=s1-0"},{"id":6651,"c":30,"u":"divine%20spark_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"divine spark|xphb","n":"Cleric 2; Divine Spark","uh":"cleric_xphb,state:feature=s1-0"},{"id":6653,"c":30,"u":"turn%20undead_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"turn undead|xphb","n":"Cleric 2; Turn Undead","uh":"cleric_xphb,state:feature=s1-0"},{"id":6655,"c":30,"u":"cleric%20subclass_cleric_xphb_3_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"cleric subclass|xphb","n":"Cleric 3; Cleric Subclass","uh":"cleric_xphb,state:feature=s2-0"},{"id":6657,"c":30,"u":"ability%20score%20improvement_cleric_xphb_4_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Cleric 4; Ability Score Improvement","uh":"cleric_xphb,state:feature=s3-0"},{"id":6659,"c":30,"u":"sear%20undead_cleric_xphb_5_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"sear undead|xphb","n":"Cleric 5; Sear Undead","uh":"cleric_xphb,state:feature=s4-0"},{"id":6661,"c":30,"u":"subclass%20feature_cleric_xphb_6_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Cleric 6; Subclass Feature","uh":"cleric_xphb,state:feature=s5-0"},{"id":6663,"c":30,"u":"blessed%20strikes_cleric_xphb_7_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"blessed strikes|xphb","n":"Cleric 7; Blessed Strikes","uh":"cleric_xphb,state:feature=s6-0"},{"id":6665,"c":30,"u":"ability%20score%20improvement_cleric_xphb_8_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Cleric 8; Ability Score Improvement","uh":"cleric_xphb,state:feature=s7-0"},{"id":6667,"c":30,"u":"divine%20intervention_cleric_xphb_10_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"divine intervention|xphb","n":"Cleric 10; Divine Intervention","uh":"cleric_xphb,state:feature=s9-0"},{"id":6669,"c":30,"u":"ability%20score%20improvement_cleric_xphb_12_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Cleric 12; Ability Score Improvement","uh":"cleric_xphb,state:feature=s11-0"},{"id":6671,"c":30,"u":"improved%20blessed%20strikes_cleric_xphb_14_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"improved blessed strikes|xphb","n":"Cleric 14; Improved Blessed Strikes","uh":"cleric_xphb,state:feature=s13-0"},{"id":6673,"c":30,"u":"ability%20score%20improvement_cleric_xphb_16_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Cleric 16; Ability Score Improvement","uh":"cleric_xphb,state:feature=s15-0"},{"id":6675,"c":30,"u":"subclass%20feature_cleric_xphb_17_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Cleric 17; Subclass Feature","uh":"cleric_xphb,state:feature=s16-0"},{"id":6677,"c":30,"u":"epic%20boon_cleric_xphb_19_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Cleric 19; Epic Boon","uh":"cleric_xphb,state:feature=s18-0"},{"id":6679,"c":30,"u":"greater%20divine%20intervention_cleric_xphb_20_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"greater divine intervention|xphb","n":"Cleric 20; Greater Divine Intervention","uh":"cleric_xphb,state:feature=s19-0"},{"id":6681,"c":30,"u":"druidic_druid_phb_1_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"druidic|phb","n":"Druid 1; Druidic","uh":"druid_phb,state:feature=s0-0"},{"id":6683,"c":30,"u":"spellcasting_druid_phb_1_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Druid 1; Spellcasting","uh":"druid_phb,state:feature=s0-0"},{"id":6685,"c":30,"u":"druid%20circle_druid_phb_2_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"druid circle|phb","n":"Druid 2; Druid Circle","uh":"druid_phb,state:feature=s1-0"},{"id":6687,"c":30,"u":"wild%20companion_druid_phb_2_tce","p":35,"s":"TCE","h":1,"t":4,"uu":"wild companion|tce","n":"Druid 2; Wild Companion","uh":"druid_phb,state:feature=s1-0"},{"id":6689,"c":30,"u":"wild%20shape_druid_phb_2_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"wild shape|phb","n":"Druid 2; Wild Shape","uh":"druid_phb,state:feature=s1-0"},{"id":6691,"c":30,"u":"ability%20score%20improvement_druid_phb_4_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Druid 4; Ability Score Improvement","uh":"druid_phb,state:feature=s3-0"},{"id":6693,"c":30,"u":"cantrip%20versatility_druid_phb_4_tce","p":35,"s":"TCE","h":1,"t":4,"uu":"cantrip versatility|tce","n":"Druid 4; Cantrip Versatility","uh":"druid_phb,state:feature=s3-0"},{"id":6695,"c":30,"u":"wild%20shape%20improvement_druid_phb_4_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"wild shape improvement|phb","n":"Druid 4; Wild Shape Improvement","uh":"druid_phb,state:feature=s3-0"},{"id":6697,"c":30,"u":"druid%20circle%20feature_druid_phb_6_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"druid circle feature|phb","n":"Druid 6; Druid Circle feature","uh":"druid_phb,state:feature=s5-0"},{"id":6699,"c":30,"u":"ability%20score%20improvement_druid_phb_8_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Druid 8; Ability Score Improvement","uh":"druid_phb,state:feature=s7-0"},{"id":6701,"c":30,"u":"wild%20shape%20improvement_druid_phb_8_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"wild shape improvement|phb","n":"Druid 8; Wild Shape Improvement","uh":"druid_phb,state:feature=s7-0"},{"id":6703,"c":30,"u":"druid%20circle%20feature_druid_phb_10_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"druid circle feature|phb","n":"Druid 10; Druid Circle feature","uh":"druid_phb,state:feature=s9-0"},{"id":6705,"c":30,"u":"ability%20score%20improvement_druid_phb_12_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Druid 12; Ability Score Improvement","uh":"druid_phb,state:feature=s11-0"},{"id":6707,"c":30,"u":"druid%20circle%20feature_druid_phb_14_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"druid circle feature|phb","n":"Druid 14; Druid Circle feature","uh":"druid_phb,state:feature=s13-0"},{"id":6709,"c":30,"u":"ability%20score%20improvement_druid_phb_16_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Druid 16; Ability Score Improvement","uh":"druid_phb,state:feature=s15-0"},{"id":6711,"c":30,"u":"beast%20spells_druid_phb_18_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"beast spells|phb","n":"Druid 18; Beast Spells","uh":"druid_phb,state:feature=s17-0"},{"id":6713,"c":30,"u":"timeless%20body_druid_phb_18_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"timeless body|phb","n":"Druid 18; Timeless Body","uh":"druid_phb,state:feature=s17-0"},{"id":6715,"c":30,"u":"ability%20score%20improvement_druid_phb_19_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Druid 19; Ability Score Improvement","uh":"druid_phb,state:feature=s18-0"},{"id":6717,"c":30,"u":"archdruid_druid_phb_20_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"archdruid|phb","n":"Druid 20; Archdruid","uh":"druid_phb,state:feature=s19-0"},{"id":6719,"c":30,"u":"druidic_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"t":4,"uu":"druidic|xphb","n":"Druid 1; Druidic","uh":"druid_xphb,state:feature=s0-0"},{"id":6721,"c":30,"u":"magician_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"t":4,"uu":"magician|xphb","n":"Druid 1; Magician","uh":"druid_xphb,state:feature=s0-0"},{"id":6723,"c":30,"u":"primal%20order_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"t":4,"uu":"primal order|xphb","n":"Druid 1; Primal Order","uh":"druid_xphb,state:feature=s0-0"},{"id":6725,"c":30,"u":"spellcasting_druid_xphb_1_xphb","p":79,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Druid 1; Spellcasting","uh":"druid_xphb,state:feature=s0-0"},{"id":6727,"c":30,"u":"warden_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"t":4,"uu":"warden|xphb","n":"Druid 1; Warden","uh":"druid_xphb,state:feature=s0-0"},{"id":6729,"c":30,"u":"wild%20companion_druid_xphb_2_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"wild companion|xphb","n":"Druid 2; Wild Companion","uh":"druid_xphb,state:feature=s1-0"},{"id":6731,"c":30,"u":"wild%20shape_druid_xphb_2_xphb","p":80,"s":"XPHB","h":1,"t":4,"uu":"wild shape|xphb","n":"Druid 2; Wild Shape","uh":"druid_xphb,state:feature=s1-0"},{"id":6733,"c":30,"u":"druid%20subclass_druid_xphb_3_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"druid subclass|xphb","n":"Druid 3; Druid Subclass","uh":"druid_xphb,state:feature=s2-0"},{"id":6735,"c":30,"u":"ability%20score%20improvement_druid_xphb_4_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Druid 4; Ability Score Improvement","uh":"druid_xphb,state:feature=s3-0"},{"id":6737,"c":30,"u":"wild%20resurgence_druid_xphb_5_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"wild resurgence|xphb","n":"Druid 5; Wild Resurgence","uh":"druid_xphb,state:feature=s4-0"},{"id":6739,"c":30,"u":"subclass%20feature_druid_xphb_6_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Druid 6; Subclass Feature","uh":"druid_xphb,state:feature=s5-0"},{"id":6741,"c":30,"u":"elemental%20fury_druid_xphb_7_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"elemental fury|xphb","n":"Druid 7; Elemental Fury","uh":"druid_xphb,state:feature=s6-0"},{"id":6743,"c":30,"u":"ability%20score%20improvement_druid_xphb_8_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Druid 8; Ability Score Improvement","uh":"druid_xphb,state:feature=s7-0"},{"id":6745,"c":30,"u":"subclass%20feature_druid_xphb_10_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Druid 10; Subclass Feature","uh":"druid_xphb,state:feature=s9-0"},{"id":6747,"c":30,"u":"ability%20score%20improvement_druid_xphb_12_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Druid 12; Ability Score Improvement","uh":"druid_xphb,state:feature=s11-0"},{"id":6749,"c":30,"u":"subclass%20feature_druid_xphb_14_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Druid 14; Subclass Feature","uh":"druid_xphb,state:feature=s13-0"},{"id":6751,"c":30,"u":"improved%20elemental%20fury_druid_xphb_15_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"improved elemental fury|xphb","n":"Druid 15; Improved Elemental Fury","uh":"druid_xphb,state:feature=s14-0"},{"id":6753,"c":30,"u":"ability%20score%20improvement_druid_xphb_16_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Druid 16; Ability Score Improvement","uh":"druid_xphb,state:feature=s15-0"},{"id":6755,"c":30,"u":"beast%20spells_druid_xphb_18_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"beast spells|xphb","n":"Druid 18; Beast Spells","uh":"druid_xphb,state:feature=s17-0"},{"id":6757,"c":30,"u":"epic%20boon_druid_xphb_19_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Druid 19; Epic Boon","uh":"druid_xphb,state:feature=s18-0"},{"id":6759,"c":30,"u":"archdruid_druid_xphb_20_xphb","p":82,"s":"XPHB","h":1,"t":4,"uu":"archdruid|xphb","n":"Druid 20; Archdruid","uh":"druid_xphb,state:feature=s19-0"},{"id":6761,"c":30,"u":"fighting%20style_fighter_phb_1_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"fighting style|phb","n":"Fighter 1; Fighting Style","uh":"fighter_phb,state:feature=s0-0"},{"id":6763,"c":30,"u":"second%20wind_fighter_phb_1_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"second wind|phb","n":"Fighter 1; Second Wind","uh":"fighter_phb,state:feature=s0-0"},{"id":6765,"c":30,"u":"action%20surge_fighter_phb_2_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"action surge|phb","n":"Fighter 2; Action Surge","uh":"fighter_phb,state:feature=s1-0"},{"id":6767,"c":30,"u":"martial%20archetype_fighter_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial archetype|phb","n":"Fighter 3; Martial Archetype","uh":"fighter_phb,state:feature=s2-0"},{"id":6769,"c":30,"u":"ability%20score%20improvement_fighter_phb_4_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 4; Ability Score Improvement","uh":"fighter_phb,state:feature=s3-0"},{"id":6771,"c":30,"u":"martial%20versatility_fighter_phb_4_tce","p":41,"s":"TCE","h":1,"t":4,"uu":"martial versatility|tce","n":"Fighter 4; Martial Versatility","uh":"fighter_phb,state:feature=s3-0"},{"id":6773,"c":30,"u":"extra%20attack_fighter_phb_5_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack|phb","n":"Fighter 5; Extra Attack","uh":"fighter_phb,state:feature=s4-0"},{"id":6775,"c":30,"u":"ability%20score%20improvement_fighter_phb_6_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 6; Ability Score Improvement","uh":"fighter_phb,state:feature=s5-0"},{"id":6777,"c":30,"u":"martial%20archetype%20feature_fighter_phb_7_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial archetype feature|phb","n":"Fighter 7; Martial Archetype feature","uh":"fighter_phb,state:feature=s6-0"},{"id":6779,"c":30,"u":"ability%20score%20improvement_fighter_phb_8_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 8; Ability Score Improvement","uh":"fighter_phb,state:feature=s7-0"},{"id":6781,"c":30,"u":"indomitable_fighter_phb_9_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"indomitable|phb","n":"Fighter 9; Indomitable","uh":"fighter_phb,state:feature=s8-0"},{"id":6783,"c":30,"u":"martial%20archetype%20feature_fighter_phb_10_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial archetype feature|phb","n":"Fighter 10; Martial Archetype feature","uh":"fighter_phb,state:feature=s9-0"},{"id":6785,"c":30,"u":"extra%20attack%20(2)_fighter_phb_11_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack (2)|phb","n":"Fighter 11; Extra Attack (2)","uh":"fighter_phb,state:feature=s10-0"},{"id":6787,"c":30,"u":"ability%20score%20improvement_fighter_phb_12_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 12; Ability Score Improvement","uh":"fighter_phb,state:feature=s11-0"},{"id":6789,"c":30,"u":"indomitable%20(two%20uses)_fighter_phb_13_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"indomitable (two uses)|phb","n":"Fighter 13; Indomitable (two uses)","uh":"fighter_phb,state:feature=s12-0"},{"id":6791,"c":30,"u":"ability%20score%20improvement_fighter_phb_14_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 14; Ability Score Improvement","uh":"fighter_phb,state:feature=s13-0"},{"id":6793,"c":30,"u":"martial%20archetype%20feature_fighter_phb_15_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial archetype feature|phb","n":"Fighter 15; Martial Archetype feature","uh":"fighter_phb,state:feature=s14-0"},{"id":6795,"c":30,"u":"ability%20score%20improvement_fighter_phb_16_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 16; Ability Score Improvement","uh":"fighter_phb,state:feature=s15-0"},{"id":6797,"c":30,"u":"action%20surge%20(two%20uses)_fighter_phb_17_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"action surge (two uses)|phb","n":"Fighter 17; Action Surge (two uses)","uh":"fighter_phb,state:feature=s16-0"},{"id":6799,"c":30,"u":"indomitable%20(three%20uses)_fighter_phb_17_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"indomitable (three uses)|phb","n":"Fighter 17; Indomitable (three uses)","uh":"fighter_phb,state:feature=s16-0"},{"id":6801,"c":30,"u":"martial%20archetype%20feature_fighter_phb_18_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial archetype feature|phb","n":"Fighter 18; Martial Archetype feature","uh":"fighter_phb,state:feature=s17-0"},{"id":6803,"c":30,"u":"ability%20score%20improvement_fighter_phb_19_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 19; Ability Score Improvement","uh":"fighter_phb,state:feature=s18-0"},{"id":6805,"c":30,"u":"extra%20attack%20(3)_fighter_phb_20_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack (3)|phb","n":"Fighter 20; Extra Attack (3)","uh":"fighter_phb,state:feature=s19-0"},{"id":6807,"c":30,"u":"fighting%20style_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"fighting style|xphb","n":"Fighter 1; Fighting Style","uh":"fighter_xphb,state:feature=s0-0"},{"id":6809,"c":30,"u":"second%20wind_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"second wind|xphb","n":"Fighter 1; Second Wind","uh":"fighter_xphb,state:feature=s0-0"},{"id":6811,"c":30,"u":"weapon%20mastery_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"weapon mastery|xphb","n":"Fighter 1; Weapon Mastery","uh":"fighter_xphb,state:feature=s0-0"},{"id":6813,"c":30,"u":"action%20surge_fighter_xphb_2_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"action surge|xphb","n":"Fighter 2; Action Surge","uh":"fighter_xphb,state:feature=s1-0"},{"id":6815,"c":30,"u":"tactical%20mind_fighter_xphb_2_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"tactical mind|xphb","n":"Fighter 2; Tactical Mind","uh":"fighter_xphb,state:feature=s1-0"},{"id":6817,"c":30,"u":"fighter%20subclass_fighter_xphb_3_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"fighter subclass|xphb","n":"Fighter 3; Fighter Subclass","uh":"fighter_xphb,state:feature=s2-0"},{"id":6819,"c":30,"u":"ability%20score%20improvement_fighter_xphb_4_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 4; Ability Score Improvement","uh":"fighter_xphb,state:feature=s3-0"},{"id":6821,"c":30,"u":"extra%20attack_fighter_xphb_5_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"extra attack|xphb","n":"Fighter 5; Extra Attack","uh":"fighter_xphb,state:feature=s4-0"},{"id":6823,"c":30,"u":"tactical%20shift_fighter_xphb_5_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"tactical shift|xphb","n":"Fighter 5; Tactical Shift","uh":"fighter_xphb,state:feature=s4-0"},{"id":6825,"c":30,"u":"ability%20score%20improvement_fighter_xphb_6_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 6; Ability Score Improvement","uh":"fighter_xphb,state:feature=s5-0"},{"id":6827,"c":30,"u":"subclass%20feature_fighter_xphb_7_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Fighter 7; Subclass Feature","uh":"fighter_xphb,state:feature=s6-0"},{"id":6829,"c":30,"u":"ability%20score%20improvement_fighter_xphb_8_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 8; Ability Score Improvement","uh":"fighter_xphb,state:feature=s7-0"},{"id":6831,"c":30,"u":"indomitable_fighter_xphb_9_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"indomitable|xphb","n":"Fighter 9; Indomitable","uh":"fighter_xphb,state:feature=s8-0"},{"id":6833,"c":30,"u":"tactical%20master_fighter_xphb_9_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"tactical master|xphb","n":"Fighter 9; Tactical Master","uh":"fighter_xphb,state:feature=s8-0"},{"id":6835,"c":30,"u":"subclass%20feature_fighter_xphb_10_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Fighter 10; Subclass Feature","uh":"fighter_xphb,state:feature=s9-0"},{"id":6837,"c":30,"u":"two%20extra%20attacks_fighter_xphb_11_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"two extra attacks|xphb","n":"Fighter 11; Two Extra Attacks","uh":"fighter_xphb,state:feature=s10-0"},{"id":6839,"c":30,"u":"ability%20score%20improvement_fighter_xphb_12_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 12; Ability Score Improvement","uh":"fighter_xphb,state:feature=s11-0"},{"id":6841,"c":30,"u":"indomitable_fighter_xphb_13_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"indomitable|xphb","n":"Fighter 13; Indomitable","uh":"fighter_xphb,state:feature=s12-0"},{"id":6843,"c":30,"u":"studied%20attacks_fighter_xphb_13_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"studied attacks|xphb","n":"Fighter 13; Studied Attacks","uh":"fighter_xphb,state:feature=s12-0"},{"id":6845,"c":30,"u":"ability%20score%20improvement_fighter_xphb_14_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 14; Ability Score Improvement","uh":"fighter_xphb,state:feature=s13-0"},{"id":6847,"c":30,"u":"subclass%20feature_fighter_xphb_15_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Fighter 15; Subclass Feature","uh":"fighter_xphb,state:feature=s14-0"},{"id":6849,"c":30,"u":"ability%20score%20improvement_fighter_xphb_16_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 16; Ability Score Improvement","uh":"fighter_xphb,state:feature=s15-0"},{"id":6851,"c":30,"u":"action%20surge_fighter_xphb_17_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"action surge|xphb","n":"Fighter 17; Action Surge","uh":"fighter_xphb,state:feature=s16-0"},{"id":6853,"c":30,"u":"indomitable_fighter_xphb_17_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"indomitable|xphb","n":"Fighter 17; Indomitable","uh":"fighter_xphb,state:feature=s16-0"},{"id":6855,"c":30,"u":"subclass%20feature_fighter_xphb_18_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Fighter 18; Subclass Feature","uh":"fighter_xphb,state:feature=s17-0"},{"id":6857,"c":30,"u":"epic%20boon_fighter_xphb_19_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Fighter 19; Epic Boon","uh":"fighter_xphb,state:feature=s18-0"},{"id":6859,"c":30,"u":"three%20extra%20attacks_fighter_xphb_20_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"three extra attacks|xphb","n":"Fighter 20; Three Extra Attacks","uh":"fighter_xphb,state:feature=s19-0"},{"id":6861,"c":30,"u":"martial%20arts_monk_phb_1_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial arts|phb","n":"Monk 1; Martial Arts","uh":"monk_phb,state:feature=s0-0"},{"id":6863,"c":30,"u":"unarmored%20defense_monk_phb_1_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"unarmored defense|phb","n":"Monk 1; Unarmored Defense","uh":"monk_phb,state:feature=s0-0"},{"id":6865,"c":30,"u":"dedicated%20weapon_monk_phb_2_tce","p":48,"s":"TCE","h":1,"t":4,"uu":"dedicated weapon|tce","n":"Monk 2; Dedicated Weapon","uh":"monk_phb,state:feature=s1-0"},{"id":6867,"c":30,"u":"flurry%20of%20blows_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"flurry of blows|phb","n":"Monk 2; Flurry of Blows","uh":"monk_phb,state:feature=s1-0"},{"id":6869,"c":30,"u":"ki_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ki|phb","n":"Monk 2; Ki","uh":"monk_phb,state:feature=s1-0"},{"id":6871,"c":30,"u":"patient%20defense_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"patient defense|phb","n":"Monk 2; Patient Defense","uh":"monk_phb,state:feature=s1-0"},{"id":6873,"c":30,"u":"step%20of%20the%20wind_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"step of the wind|phb","n":"Monk 2; Step of the Wind","uh":"monk_phb,state:feature=s1-0"},{"id":6875,"c":30,"u":"unarmored%20movement_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"unarmored movement|phb","n":"Monk 2; Unarmored Movement","uh":"monk_phb,state:feature=s1-0"},{"id":6877,"c":30,"u":"deflect%20missiles_monk_phb_3_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"deflect missiles|phb","n":"Monk 3; Deflect Missiles","uh":"monk_phb,state:feature=s2-0"},{"id":6879,"c":30,"u":"ki-fueled%20attack_monk_phb_3_tce","p":48,"s":"TCE","h":1,"t":4,"uu":"ki-fueled attack|tce","n":"Monk 3; Ki-Fueled Attack","uh":"monk_phb,state:feature=s2-0"},{"id":6881,"c":30,"u":"monastic%20tradition_monk_phb_3_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"monastic tradition|phb","n":"Monk 3; Monastic Tradition","uh":"monk_phb,state:feature=s2-0"},{"id":6883,"c":30,"u":"ability%20score%20improvement_monk_phb_4_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Monk 4; Ability Score Improvement","uh":"monk_phb,state:feature=s3-0"},{"id":6885,"c":30,"u":"quickened%20healing_monk_phb_4_tce","p":48,"s":"TCE","h":1,"t":4,"uu":"quickened healing|tce","n":"Monk 4; Quickened Healing","uh":"monk_phb,state:feature=s3-0"},{"id":6887,"c":30,"u":"slow%20fall_monk_phb_4_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"slow fall|phb","n":"Monk 4; Slow Fall","uh":"monk_phb,state:feature=s3-0"},{"id":6889,"c":30,"u":"extra%20attack_monk_phb_5_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack|phb","n":"Monk 5; Extra Attack","uh":"monk_phb,state:feature=s4-0"},{"id":6891,"c":30,"u":"focused%20aim_monk_phb_5_tce","p":48,"s":"TCE","h":1,"t":4,"uu":"focused aim|tce","n":"Monk 5; Focused Aim","uh":"monk_phb,state:feature=s4-0"},{"id":6893,"c":30,"u":"stunning%20strike_monk_phb_5_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"stunning strike|phb","n":"Monk 5; Stunning Strike","uh":"monk_phb,state:feature=s4-0"},{"id":6895,"c":30,"u":"ki-empowered%20strikes_monk_phb_6_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ki-empowered strikes|phb","n":"Monk 6; Ki-Empowered Strikes","uh":"monk_phb,state:feature=s5-0"},{"id":6897,"c":30,"u":"monastic%20tradition%20feature_monk_phb_6_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"monastic tradition feature|phb","n":"Monk 6; Monastic Tradition feature","uh":"monk_phb,state:feature=s5-0"},{"id":6899,"c":30,"u":"evasion_monk_phb_7_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"evasion|phb","n":"Monk 7; Evasion","uh":"monk_phb,state:feature=s6-0"},{"id":6901,"c":30,"u":"stillness%20of%20mind_monk_phb_7_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"stillness of mind|phb","n":"Monk 7; Stillness of Mind","uh":"monk_phb,state:feature=s6-0"},{"id":6903,"c":30,"u":"ability%20score%20improvement_monk_phb_8_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Monk 8; Ability Score Improvement","uh":"monk_phb,state:feature=s7-0"},{"id":6905,"c":30,"u":"unarmored%20movement%20improvement_monk_phb_9_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"unarmored movement improvement|phb","n":"Monk 9; Unarmored Movement improvement","uh":"monk_phb,state:feature=s8-0"},{"id":6907,"c":30,"u":"purity%20of%20body_monk_phb_10_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"purity of body|phb","n":"Monk 10; Purity of Body","uh":"monk_phb,state:feature=s9-0"},{"id":6909,"c":30,"u":"monastic%20tradition%20feature_monk_phb_11_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"monastic tradition feature|phb","n":"Monk 11; Monastic Tradition feature","uh":"monk_phb,state:feature=s10-0"},{"id":6911,"c":30,"u":"ability%20score%20improvement_monk_phb_12_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Monk 12; Ability Score Improvement","uh":"monk_phb,state:feature=s11-0"},{"id":6913,"c":30,"u":"tongue%20of%20the%20sun%20and%20moon_monk_phb_13_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"tongue of the sun and moon|phb","n":"Monk 13; Tongue of the Sun and Moon","uh":"monk_phb,state:feature=s12-0"},{"id":6915,"c":30,"u":"diamond%20soul_monk_phb_14_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"diamond soul|phb","n":"Monk 14; Diamond Soul","uh":"monk_phb,state:feature=s13-0"},{"id":6917,"c":30,"u":"timeless%20body_monk_phb_15_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"timeless body|phb","n":"Monk 15; Timeless Body","uh":"monk_phb,state:feature=s14-0"},{"id":6919,"c":30,"u":"ability%20score%20improvement_monk_phb_16_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Monk 16; Ability Score Improvement","uh":"monk_phb,state:feature=s15-0"},{"id":6921,"c":30,"u":"monastic%20tradition%20feature_monk_phb_17_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"monastic tradition feature|phb","n":"Monk 17; Monastic Tradition feature","uh":"monk_phb,state:feature=s16-0"},{"id":6923,"c":30,"u":"empty%20body_monk_phb_18_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"empty body|phb","n":"Monk 18; Empty Body","uh":"monk_phb,state:feature=s17-0"},{"id":6925,"c":30,"u":"ability%20score%20improvement_monk_phb_19_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Monk 19; Ability Score Improvement","uh":"monk_phb,state:feature=s18-0"},{"id":6927,"c":30,"u":"perfect%20self_monk_phb_20_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"perfect self|phb","n":"Monk 20; Perfect Self","uh":"monk_phb,state:feature=s19-0"},{"id":6929,"c":30,"u":"bonus%20unarmed%20strike_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"bonus unarmed strike|xphb","n":"Monk 1; Bonus Unarmed Strike","uh":"monk_xphb,state:feature=s0-0"},{"id":6931,"c":30,"u":"dexterous%20attacks_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"dexterous attacks|xphb","n":"Monk 1; Dexterous Attacks","uh":"monk_xphb,state:feature=s0-0"},{"id":6933,"c":30,"u":"martial%20arts_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"martial arts|xphb","n":"Monk 1; Martial Arts","uh":"monk_xphb,state:feature=s0-0"},{"id":6935,"c":30,"u":"martial%20arts%20die_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"martial arts die|xphb","n":"Monk 1; Martial Arts Die","uh":"monk_xphb,state:feature=s0-0"},{"id":6937,"c":30,"u":"unarmored%20defense_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"unarmored defense|xphb","n":"Monk 1; Unarmored Defense","uh":"monk_xphb,state:feature=s0-0"},{"id":6939,"c":30,"u":"flurry%20of%20blows_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"flurry of blows|xphb","n":"Monk 2; Flurry of Blows","uh":"monk_xphb,state:feature=s1-0"},{"id":6941,"c":30,"u":"monk's%20focus_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"monk's focus|xphb","n":"Monk 2; Monk's Focus","uh":"monk_xphb,state:feature=s1-0"},{"id":6943,"c":30,"u":"patient%20defense_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"patient defense|xphb","n":"Monk 2; Patient Defense","uh":"monk_xphb,state:feature=s1-0"},{"id":6945,"c":30,"u":"step%20of%20the%20wind_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"step of the wind|xphb","n":"Monk 2; Step of the Wind","uh":"monk_xphb,state:feature=s1-0"},{"id":6947,"c":30,"u":"unarmored%20movement_monk_xphb_2_xphb","p":102,"s":"XPHB","h":1,"t":4,"uu":"unarmored movement|xphb","n":"Monk 2; Unarmored Movement","uh":"monk_xphb,state:feature=s1-0"},{"id":6949,"c":30,"u":"uncanny%20metabolism_monk_xphb_2_xphb","p":102,"s":"XPHB","h":1,"t":4,"uu":"uncanny metabolism|xphb","n":"Monk 2; Uncanny Metabolism","uh":"monk_xphb,state:feature=s1-0"},{"id":6951,"c":30,"u":"deflect%20attacks_monk_xphb_3_xphb","p":102,"s":"XPHB","h":1,"t":4,"uu":"deflect attacks|xphb","n":"Monk 3; Deflect Attacks","uh":"monk_xphb,state:feature=s2-0"},{"id":6953,"c":30,"u":"monk%20subclass_monk_xphb_3_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"monk subclass|xphb","n":"Monk 3; Monk Subclass","uh":"monk_xphb,state:feature=s2-0"},{"id":6955,"c":30,"u":"ability%20score%20improvement_monk_xphb_4_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Monk 4; Ability Score Improvement","uh":"monk_xphb,state:feature=s3-0"},{"id":6957,"c":30,"u":"slow%20fall_monk_xphb_4_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"slow fall|xphb","n":"Monk 4; Slow Fall","uh":"monk_xphb,state:feature=s3-0"},{"id":6959,"c":30,"u":"extra%20attack_monk_xphb_5_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"extra attack|xphb","n":"Monk 5; Extra Attack","uh":"monk_xphb,state:feature=s4-0"},{"id":6961,"c":30,"u":"stunning%20strike_monk_xphb_5_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"stunning strike|xphb","n":"Monk 5; Stunning Strike","uh":"monk_xphb,state:feature=s4-0"},{"id":6963,"c":30,"u":"empowered%20strikes_monk_xphb_6_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"empowered strikes|xphb","n":"Monk 6; Empowered Strikes","uh":"monk_xphb,state:feature=s5-0"},{"id":6965,"c":30,"u":"subclass%20feature_monk_xphb_6_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Monk 6; Subclass Feature","uh":"monk_xphb,state:feature=s5-0"},{"id":6967,"c":30,"u":"evasion_monk_xphb_7_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"evasion|xphb","n":"Monk 7; Evasion","uh":"monk_xphb,state:feature=s6-0"},{"id":6969,"c":30,"u":"ability%20score%20improvement_monk_xphb_8_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Monk 8; Ability Score Improvement","uh":"monk_xphb,state:feature=s7-0"},{"id":6971,"c":30,"u":"acrobatic%20movement_monk_xphb_9_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"acrobatic movement|xphb","n":"Monk 9; Acrobatic Movement","uh":"monk_xphb,state:feature=s8-0"},{"id":6973,"c":30,"u":"heightened%20focus_monk_xphb_10_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"heightened focus|xphb","n":"Monk 10; Heightened Focus","uh":"monk_xphb,state:feature=s9-0"},{"id":6975,"c":30,"u":"self-restoration_monk_xphb_10_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"self-restoration|xphb","n":"Monk 10; Self-Restoration","uh":"monk_xphb,state:feature=s9-0"},{"id":6977,"c":30,"u":"subclass%20feature_monk_xphb_11_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Monk 11; Subclass Feature","uh":"monk_xphb,state:feature=s10-0"},{"id":6979,"c":30,"u":"ability%20score%20improvement_monk_xphb_12_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Monk 12; Ability Score Improvement","uh":"monk_xphb,state:feature=s11-0"},{"id":6981,"c":30,"u":"deflect%20energy_monk_xphb_13_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"deflect energy|xphb","n":"Monk 13; Deflect Energy","uh":"monk_xphb,state:feature=s12-0"},{"id":6983,"c":30,"u":"disciplined%20survivor_monk_xphb_14_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"disciplined survivor|xphb","n":"Monk 14; Disciplined Survivor","uh":"monk_xphb,state:feature=s13-0"},{"id":6985,"c":30,"u":"perfect%20focus_monk_xphb_15_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"perfect focus|xphb","n":"Monk 15; Perfect Focus","uh":"monk_xphb,state:feature=s14-0"},{"id":6987,"c":30,"u":"ability%20score%20improvement_monk_xphb_16_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Monk 16; Ability Score Improvement","uh":"monk_xphb,state:feature=s15-0"},{"id":6989,"c":30,"u":"subclass%20feature_monk_xphb_17_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Monk 17; Subclass Feature","uh":"monk_xphb,state:feature=s16-0"},{"id":6991,"c":30,"u":"superior%20defense_monk_xphb_18_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"superior defense|xphb","n":"Monk 18; Superior Defense","uh":"monk_xphb,state:feature=s17-0"},{"id":6993,"c":30,"u":"epic%20boon_monk_xphb_19_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Monk 19; Epic Boon","uh":"monk_xphb,state:feature=s18-0"},{"id":6995,"c":30,"u":"body%20and%20mind_monk_xphb_20_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"body and mind|xphb","n":"Monk 20; Body and Mind","uh":"monk_xphb,state:feature=s19-0"},{"id":6997,"c":30,"u":"mystic%20order_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"mystic order|uathemysticclass","n":"Mystic 1; Mystic Order","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":6999,"c":30,"u":"psionic%20disciplines%20and%20talents_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic disciplines and talents|uathemysticclass","n":"Mystic 1; Psionic Disciplines and Talents","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7001,"c":30,"u":"psionics_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionics|uathemysticclass","n":"Mystic 1; Psionics","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7003,"c":30,"u":"using%20a%20discipline_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"using a discipline|uathemysticclass","n":"Mystic 1; Using a Discipline","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7005,"c":30,"u":"mystical%20recovery_mystic_uathemysticclass_2_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"mystical recovery|uathemysticclass","n":"Mystic 2; Mystical Recovery","uh":"mystic_uathemysticclass,state:feature=s1-0"},{"id":7007,"c":30,"u":"telepathy_mystic_uathemysticclass_2_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"telepathy|uathemysticclass","n":"Mystic 2; Telepathy","uh":"mystic_uathemysticclass,state:feature=s1-0"},{"id":7009,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_3_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"mystic order feature|uathemysticclass","n":"Mystic 3; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s2-0"},{"id":7011,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_4_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"ability score improvement|uathemysticclass","n":"Mystic 4; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s3-0"},{"id":7013,"c":30,"u":"strength%20of%20mind_mystic_uathemysticclass_4_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"strength of mind|uathemysticclass","n":"Mystic 4; Strength of Mind","uh":"mystic_uathemysticclass,state:feature=s3-0"},{"id":7015,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_6_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"mystic order feature|uathemysticclass","n":"Mystic 6; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s5-0"},{"id":7017,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_8_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"ability score improvement|uathemysticclass","n":"Mystic 8; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s7-0"},{"id":7019,"c":30,"u":"potent%20psionics%20(1d8)_mystic_uathemysticclass_8_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"potent psionics (1d8)|uathemysticclass","n":"Mystic 8; Potent Psionics (1d8)","uh":"mystic_uathemysticclass,state:feature=s7-0"},{"id":7021,"c":30,"u":"consumptive%20power_mystic_uathemysticclass_10_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"consumptive power|uathemysticclass","n":"Mystic 10; Consumptive Power","uh":"mystic_uathemysticclass,state:feature=s9-0"},{"id":7023,"c":30,"u":"psionic%20mastery%20(1%2fday)_mystic_uathemysticclass_11_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic mastery (1/day)|uathemysticclass","n":"Mystic 11; Psionic Mastery (1/Day)","uh":"mystic_uathemysticclass,state:feature=s10-0"},{"id":7025,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_12_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"ability score improvement|uathemysticclass","n":"Mystic 12; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s11-0"},{"id":7027,"c":30,"u":"psionic%20mastery%20(2%2fday)_mystic_uathemysticclass_13_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic mastery (2/day)|uathemysticclass","n":"Mystic 13; Psionic Mastery (2/Day)","uh":"mystic_uathemysticclass,state:feature=s12-0"},{"id":7029,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_14_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"mystic order feature|uathemysticclass","n":"Mystic 14; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s13-0"},{"id":7031,"c":30,"u":"potent%20psionics%20(2d8)_mystic_uathemysticclass_14_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"potent psionics (2d8)|uathemysticclass","n":"Mystic 14; Potent Psionics (2d8)","uh":"mystic_uathemysticclass,state:feature=s13-0"},{"id":7033,"c":30,"u":"psionic%20mastery%20(3%2fday)_mystic_uathemysticclass_15_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic mastery (3/day)|uathemysticclass","n":"Mystic 15; Psionic Mastery (3/Day)","uh":"mystic_uathemysticclass,state:feature=s14-0"},{"id":7035,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_16_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"ability score improvement|uathemysticclass","n":"Mystic 16; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s15-0"},{"id":7037,"c":30,"u":"psionic%20mastery%20(4%2fday)_mystic_uathemysticclass_17_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic mastery (4/day)|uathemysticclass","n":"Mystic 17; Psionic Mastery (4/Day)","uh":"mystic_uathemysticclass,state:feature=s16-0"},{"id":7039,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_19_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"ability score improvement|uathemysticclass","n":"Mystic 19; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s18-0"},{"id":7041,"c":30,"u":"psionic%20body_mystic_uathemysticclass_20_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic body|uathemysticclass","n":"Mystic 20; Psionic Body","uh":"mystic_uathemysticclass,state:feature=s19-0"},{"id":7043,"c":30,"u":"divine%20sense_paladin_phb_1_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine sense|phb","n":"Paladin 1; Divine Sense","uh":"paladin_phb,state:feature=s0-0"},{"id":7045,"c":30,"u":"lay%20on%20hands_paladin_phb_1_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"lay on hands|phb","n":"Paladin 1; Lay on Hands","uh":"paladin_phb,state:feature=s0-0"},{"id":7047,"c":30,"u":"divine%20smite_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine smite|phb","n":"Paladin 2; Divine Smite","uh":"paladin_phb,state:feature=s1-0"},{"id":7049,"c":30,"u":"fighting%20style_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"fighting style|phb","n":"Paladin 2; Fighting Style","uh":"paladin_phb,state:feature=s1-0"},{"id":7051,"c":30,"u":"spellcasting_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Paladin 2; Spellcasting","uh":"paladin_phb,state:feature=s1-0"},{"id":7053,"c":30,"u":"channel%20divinity_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"channel divinity|phb","n":"Paladin 3; Channel Divinity","uh":"paladin_phb,state:feature=s2-0"},{"id":7055,"c":30,"u":"channel%20divinity%3a%20harness%20divine%20power_paladin_phb_3_tce","p":52,"s":"TCE","h":1,"t":4,"uu":"channel divinity: harness divine power|tce","n":"Paladin 3; Channel Divinity: Harness Divine Power","uh":"paladin_phb,state:feature=s2-0"},{"id":7057,"c":30,"u":"divine%20health_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine health|phb","n":"Paladin 3; Divine Health","uh":"paladin_phb,state:feature=s2-0"},{"id":7059,"c":30,"u":"sacred%20oath_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"sacred oath|phb","n":"Paladin 3; Sacred Oath","uh":"paladin_phb,state:feature=s2-0"},{"id":7061,"c":30,"u":"ability%20score%20improvement_paladin_phb_4_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Paladin 4; Ability Score Improvement","uh":"paladin_phb,state:feature=s3-0"},{"id":7063,"c":30,"u":"martial%20versatility_paladin_phb_4_tce","p":52,"s":"TCE","h":1,"t":4,"uu":"martial versatility|tce","n":"Paladin 4; Martial Versatility","uh":"paladin_phb,state:feature=s3-0"},{"id":7065,"c":30,"u":"extra%20attack_paladin_phb_5_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack|phb","n":"Paladin 5; Extra Attack","uh":"paladin_phb,state:feature=s4-0"},{"id":7067,"c":30,"u":"aura%20of%20protection_paladin_phb_6_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"aura of protection|phb","n":"Paladin 6; Aura of Protection","uh":"paladin_phb,state:feature=s5-0"},{"id":7069,"c":30,"u":"sacred%20oath%20feature_paladin_phb_7_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"sacred oath feature|phb","n":"Paladin 7; Sacred Oath feature","uh":"paladin_phb,state:feature=s6-0"},{"id":7071,"c":30,"u":"ability%20score%20improvement_paladin_phb_8_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Paladin 8; Ability Score Improvement","uh":"paladin_phb,state:feature=s7-0"},{"id":7073,"c":30,"u":"aura%20of%20courage_paladin_phb_10_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"aura of courage|phb","n":"Paladin 10; Aura of Courage","uh":"paladin_phb,state:feature=s9-0"},{"id":7075,"c":30,"u":"improved%20divine%20smite_paladin_phb_11_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"improved divine smite|phb","n":"Paladin 11; Improved Divine Smite","uh":"paladin_phb,state:feature=s10-0"},{"id":7077,"c":30,"u":"ability%20score%20improvement_paladin_phb_12_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Paladin 12; Ability Score Improvement","uh":"paladin_phb,state:feature=s11-0"},{"id":7079,"c":30,"u":"cleansing%20touch_paladin_phb_14_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"cleansing touch|phb","n":"Paladin 14; Cleansing Touch","uh":"paladin_phb,state:feature=s13-0"},{"id":7081,"c":30,"u":"sacred%20oath%20feature_paladin_phb_15_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"sacred oath feature|phb","n":"Paladin 15; Sacred Oath feature","uh":"paladin_phb,state:feature=s14-0"},{"id":7083,"c":30,"u":"ability%20score%20improvement_paladin_phb_16_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Paladin 16; Ability Score Improvement","uh":"paladin_phb,state:feature=s15-0"},{"id":7085,"c":30,"u":"aura%20improvements_paladin_phb_18_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"aura improvements|phb","n":"Paladin 18; Aura improvements","uh":"paladin_phb,state:feature=s17-0"},{"id":7087,"c":30,"u":"ability%20score%20improvement_paladin_phb_19_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Paladin 19; Ability Score Improvement","uh":"paladin_phb,state:feature=s18-0"},{"id":7089,"c":30,"u":"sacred%20oath%20feature_paladin_phb_20_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"sacred oath feature|phb","n":"Paladin 20; Sacred Oath feature","uh":"paladin_phb,state:feature=s19-0"},{"id":7091,"c":30,"u":"lay%20on%20hands_paladin_xphb_1_xphb","p":109,"s":"XPHB","h":1,"t":4,"uu":"lay on hands|xphb","n":"Paladin 1; Lay on Hands","uh":"paladin_xphb,state:feature=s0-0"},{"id":7093,"c":30,"u":"spellcasting_paladin_xphb_1_xphb","p":109,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Paladin 1; Spellcasting","uh":"paladin_xphb,state:feature=s0-0"},{"id":7095,"c":30,"u":"weapon%20mastery_paladin_xphb_1_xphb","p":110,"s":"XPHB","h":1,"t":4,"uu":"weapon mastery|xphb","n":"Paladin 1; Weapon Mastery","uh":"paladin_xphb,state:feature=s0-0"},{"id":7097,"c":30,"u":"fighting%20style_paladin_xphb_2_xphb","p":110,"s":"XPHB","h":1,"t":4,"uu":"fighting style|xphb","n":"Paladin 2; Fighting Style","uh":"paladin_xphb,state:feature=s1-0"},{"id":7099,"c":30,"u":"paladin's%20smite_paladin_xphb_2_xphb","p":110,"s":"XPHB","h":1,"t":4,"uu":"paladin's smite|xphb","n":"Paladin 2; Paladin's Smite","uh":"paladin_xphb,state:feature=s1-0"},{"id":7101,"c":30,"u":"channel%20divinity_paladin_xphb_3_xphb","p":110,"s":"XPHB","h":1,"t":4,"uu":"channel divinity|xphb","n":"Paladin 3; Channel Divinity","uh":"paladin_xphb,state:feature=s2-0"},{"id":7103,"c":30,"u":"divine%20sense_paladin_xphb_3_xphb","p":110,"s":"XPHB","h":1,"t":4,"uu":"divine sense|xphb","n":"Paladin 3; Divine Sense","uh":"paladin_xphb,state:feature=s2-0"},{"id":7105,"c":30,"u":"paladin%20subclass_paladin_xphb_3_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"paladin subclass|xphb","n":"Paladin 3; Paladin Subclass","uh":"paladin_xphb,state:feature=s2-0"},{"id":7107,"c":30,"u":"ability%20score%20improvement_paladin_xphb_4_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Paladin 4; Ability Score Improvement","uh":"paladin_xphb,state:feature=s3-0"},{"id":7109,"c":30,"u":"extra%20attack_paladin_xphb_5_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"extra attack|xphb","n":"Paladin 5; Extra Attack","uh":"paladin_xphb,state:feature=s4-0"},{"id":7111,"c":30,"u":"faithful%20steed_paladin_xphb_5_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"faithful steed|xphb","n":"Paladin 5; Faithful Steed","uh":"paladin_xphb,state:feature=s4-0"},{"id":7113,"c":30,"u":"aura%20of%20protection_paladin_xphb_6_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"aura of protection|xphb","n":"Paladin 6; Aura of Protection","uh":"paladin_xphb,state:feature=s5-0"},{"id":7115,"c":30,"u":"subclass%20feature_paladin_xphb_7_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Paladin 7; Subclass Feature","uh":"paladin_xphb,state:feature=s6-0"},{"id":7117,"c":30,"u":"ability%20score%20improvement_paladin_xphb_8_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Paladin 8; Ability Score Improvement","uh":"paladin_xphb,state:feature=s7-0"},{"id":7119,"c":30,"u":"abjure%20foes_paladin_xphb_9_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"abjure foes|xphb","n":"Paladin 9; Abjure Foes","uh":"paladin_xphb,state:feature=s8-0"},{"id":7121,"c":30,"u":"aura%20of%20courage_paladin_xphb_10_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"aura of courage|xphb","n":"Paladin 10; Aura of Courage","uh":"paladin_xphb,state:feature=s9-0"},{"id":7123,"c":30,"u":"radiant%20strikes_paladin_xphb_11_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"radiant strikes|xphb","n":"Paladin 11; Radiant Strikes","uh":"paladin_xphb,state:feature=s10-0"},{"id":7125,"c":30,"u":"ability%20score%20improvement_paladin_xphb_12_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Paladin 12; Ability Score Improvement","uh":"paladin_xphb,state:feature=s11-0"},{"id":7127,"c":30,"u":"restoring%20touch_paladin_xphb_14_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"restoring touch|xphb","n":"Paladin 14; Restoring Touch","uh":"paladin_xphb,state:feature=s13-0"},{"id":7129,"c":30,"u":"subclass%20feature_paladin_xphb_15_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Paladin 15; Subclass Feature","uh":"paladin_xphb,state:feature=s14-0"},{"id":7131,"c":30,"u":"ability%20score%20improvement_paladin_xphb_16_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Paladin 16; Ability Score Improvement","uh":"paladin_xphb,state:feature=s15-0"},{"id":7133,"c":30,"u":"aura%20expansion_paladin_xphb_18_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"aura expansion|xphb","n":"Paladin 18; Aura Expansion","uh":"paladin_xphb,state:feature=s17-0"},{"id":7135,"c":30,"u":"epic%20boon_paladin_xphb_19_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Paladin 19; Epic Boon","uh":"paladin_xphb,state:feature=s18-0"},{"id":7137,"c":30,"u":"subclass%20feature_paladin_xphb_20_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Paladin 20; Subclass Feature","uh":"paladin_xphb,state:feature=s19-0"},{"id":7139,"c":30,"u":"deft%20explorer_ranger_phb_1_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"deft explorer|tce","n":"Ranger 1; Deft Explorer","uh":"ranger_phb,state:feature=s0-0"},{"id":7141,"c":30,"u":"favored%20enemy_ranger_phb_1_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"favored enemy|phb","n":"Ranger 1; Favored Enemy","uh":"ranger_phb,state:feature=s0-0"},{"id":7143,"c":30,"u":"favored%20foe_ranger_phb_1_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"favored foe|tce","n":"Ranger 1; Favored Foe","uh":"ranger_phb,state:feature=s0-0"},{"id":7145,"c":30,"u":"natural%20explorer_ranger_phb_1_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"natural explorer|phb","n":"Ranger 1; Natural Explorer","uh":"ranger_phb,state:feature=s0-0"},{"id":7147,"c":30,"u":"fighting%20style_ranger_phb_2_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"fighting style|phb","n":"Ranger 2; Fighting Style","uh":"ranger_phb,state:feature=s1-0"},{"id":7149,"c":30,"u":"spellcasting_ranger_phb_2_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Ranger 2; Spellcasting","uh":"ranger_phb,state:feature=s1-0"},{"id":7151,"c":30,"u":"spellcasting%20focus_ranger_phb_2_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"spellcasting focus|tce","n":"Ranger 2; Spellcasting Focus","uh":"ranger_phb,state:feature=s1-0"},{"id":7153,"c":30,"u":"primal%20awareness_ranger_phb_3_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"primal awareness|tce","n":"Ranger 3; Primal Awareness","uh":"ranger_phb,state:feature=s2-0"},{"id":7155,"c":30,"u":"primeval%20awareness_ranger_phb_3_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"primeval awareness|phb","n":"Ranger 3; Primeval Awareness","uh":"ranger_phb,state:feature=s2-0"},{"id":7157,"c":30,"u":"ranger%20archetype_ranger_phb_3_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ranger archetype|phb","n":"Ranger 3; Ranger Archetype","uh":"ranger_phb,state:feature=s2-0"},{"id":7159,"c":30,"u":"ability%20score%20improvement_ranger_phb_4_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Ranger 4; Ability Score Improvement","uh":"ranger_phb,state:feature=s3-0"},{"id":7161,"c":30,"u":"martial%20versatility_ranger_phb_4_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"martial versatility|tce","n":"Ranger 4; Martial Versatility","uh":"ranger_phb,state:feature=s3-0"},{"id":7163,"c":30,"u":"extra%20attack_ranger_phb_5_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack|phb","n":"Ranger 5; Extra Attack","uh":"ranger_phb,state:feature=s4-0"},{"id":7165,"c":30,"u":"deft%20explorer%20improvement_ranger_phb_6_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"deft explorer improvement|tce","n":"Ranger 6; Deft Explorer Improvement","uh":"ranger_phb,state:feature=s5-0"},{"id":7167,"c":30,"u":"favored%20enemy%20and%20natural%20explorer%20improvements_ranger_phb_6_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"favored enemy and natural explorer improvements|phb","n":"Ranger 6; Favored Enemy and Natural Explorer improvements","uh":"ranger_phb,state:feature=s5-0"},{"id":7169,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_7_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ranger archetype feature|phb","n":"Ranger 7; Ranger Archetype feature","uh":"ranger_phb,state:feature=s6-0"},{"id":7171,"c":30,"u":"ability%20score%20improvement_ranger_phb_8_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Ranger 8; Ability Score Improvement","uh":"ranger_phb,state:feature=s7-0"},{"id":7173,"c":30,"u":"land's%20stride_ranger_phb_8_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"land's stride|phb","n":"Ranger 8; Land's Stride","uh":"ranger_phb,state:feature=s7-0"},{"id":7175,"c":30,"u":"deft%20explorer%20improvement_ranger_phb_10_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"deft explorer improvement|tce","n":"Ranger 10; Deft Explorer Improvement","uh":"ranger_phb,state:feature=s9-0"},{"id":7177,"c":30,"u":"hide%20in%20plain%20sight_ranger_phb_10_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"hide in plain sight|phb","n":"Ranger 10; Hide in Plain Sight","uh":"ranger_phb,state:feature=s9-0"},{"id":7179,"c":30,"u":"natural%20explorer%20improvement_ranger_phb_10_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"natural explorer improvement|phb","n":"Ranger 10; Natural Explorer improvement","uh":"ranger_phb,state:feature=s9-0"},{"id":7181,"c":30,"u":"nature's%20veil_ranger_phb_10_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"nature's veil|tce","n":"Ranger 10; Nature's Veil","uh":"ranger_phb,state:feature=s9-0"},{"id":7183,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_11_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ranger archetype feature|phb","n":"Ranger 11; Ranger Archetype feature","uh":"ranger_phb,state:feature=s10-0"},{"id":7185,"c":30,"u":"ability%20score%20improvement_ranger_phb_12_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Ranger 12; Ability Score Improvement","uh":"ranger_phb,state:feature=s11-0"},{"id":7187,"c":30,"u":"favored%20enemy%20improvement_ranger_phb_14_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"favored enemy improvement|phb","n":"Ranger 14; Favored Enemy improvement","uh":"ranger_phb,state:feature=s13-0"},{"id":7189,"c":30,"u":"vanish_ranger_phb_14_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"vanish|phb","n":"Ranger 14; Vanish","uh":"ranger_phb,state:feature=s13-0"},{"id":7191,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_15_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ranger archetype feature|phb","n":"Ranger 15; Ranger Archetype feature","uh":"ranger_phb,state:feature=s14-0"},{"id":7193,"c":30,"u":"ability%20score%20improvement_ranger_phb_16_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Ranger 16; Ability Score Improvement","uh":"ranger_phb,state:feature=s15-0"},{"id":7195,"c":30,"u":"feral%20senses_ranger_phb_18_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"feral senses|phb","n":"Ranger 18; Feral Senses","uh":"ranger_phb,state:feature=s17-0"},{"id":7197,"c":30,"u":"ability%20score%20improvement_ranger_phb_19_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Ranger 19; Ability Score Improvement","uh":"ranger_phb,state:feature=s18-0"},{"id":7199,"c":30,"u":"foe%20slayer_ranger_phb_20_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"foe slayer|phb","n":"Ranger 20; Foe Slayer","uh":"ranger_phb,state:feature=s19-0"},{"id":7201,"c":30,"u":"favored%20enemy_ranger_xphb_1_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"favored enemy|xphb","n":"Ranger 1; Favored Enemy","uh":"ranger_xphb,state:feature=s0-0"},{"id":7203,"c":30,"u":"spellcasting_ranger_xphb_1_xphb","p":119,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Ranger 1; Spellcasting","uh":"ranger_xphb,state:feature=s0-0"},{"id":7205,"c":30,"u":"weapon%20mastery_ranger_xphb_1_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"weapon mastery|xphb","n":"Ranger 1; Weapon Mastery","uh":"ranger_xphb,state:feature=s0-0"},{"id":7207,"c":30,"u":"deft%20explorer_ranger_xphb_2_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"deft explorer|xphb","n":"Ranger 2; Deft Explorer","uh":"ranger_xphb,state:feature=s1-0"},{"id":7209,"c":30,"u":"fighting%20style_ranger_xphb_2_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"fighting style|xphb","n":"Ranger 2; Fighting Style","uh":"ranger_xphb,state:feature=s1-0"},{"id":7211,"c":30,"u":"ranger%20subclass_ranger_xphb_3_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"ranger subclass|xphb","n":"Ranger 3; Ranger Subclass","uh":"ranger_xphb,state:feature=s2-0"},{"id":7213,"c":30,"u":"ability%20score%20improvement_ranger_xphb_4_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Ranger 4; Ability Score Improvement","uh":"ranger_xphb,state:feature=s3-0"},{"id":7215,"c":30,"u":"extra%20attack_ranger_xphb_5_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"extra attack|xphb","n":"Ranger 5; Extra Attack","uh":"ranger_xphb,state:feature=s4-0"},{"id":7217,"c":30,"u":"roving_ranger_xphb_6_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"roving|xphb","n":"Ranger 6; Roving","uh":"ranger_xphb,state:feature=s5-0"},{"id":7219,"c":30,"u":"subclass%20feature_ranger_xphb_7_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Ranger 7; Subclass Feature","uh":"ranger_xphb,state:feature=s6-0"},{"id":7221,"c":30,"u":"ability%20score%20improvement_ranger_xphb_8_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Ranger 8; Ability Score Improvement","uh":"ranger_xphb,state:feature=s7-0"},{"id":7223,"c":30,"u":"expertise_ranger_xphb_9_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"expertise|xphb","n":"Ranger 9; Expertise","uh":"ranger_xphb,state:feature=s8-0"},{"id":7225,"c":30,"u":"tireless_ranger_xphb_10_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"tireless|xphb","n":"Ranger 10; Tireless","uh":"ranger_xphb,state:feature=s9-0"},{"id":7227,"c":30,"u":"subclass%20feature_ranger_xphb_11_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Ranger 11; Subclass Feature","uh":"ranger_xphb,state:feature=s10-0"},{"id":7229,"c":30,"u":"ability%20score%20improvement_ranger_xphb_12_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Ranger 12; Ability Score Improvement","uh":"ranger_xphb,state:feature=s11-0"},{"id":7231,"c":30,"u":"relentless%20hunter_ranger_xphb_13_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"relentless hunter|xphb","n":"Ranger 13; Relentless Hunter","uh":"ranger_xphb,state:feature=s12-0"},{"id":7233,"c":30,"u":"nature's%20veil_ranger_xphb_14_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"nature's veil|xphb","n":"Ranger 14; Nature's Veil","uh":"ranger_xphb,state:feature=s13-0"},{"id":7235,"c":30,"u":"subclass%20feature_ranger_xphb_15_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Ranger 15; Subclass Feature","uh":"ranger_xphb,state:feature=s14-0"},{"id":7237,"c":30,"u":"ability%20score%20improvement_ranger_xphb_16_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Ranger 16; Ability Score Improvement","uh":"ranger_xphb,state:feature=s15-0"},{"id":7239,"c":30,"u":"precise%20hunter_ranger_xphb_17_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"precise hunter|xphb","n":"Ranger 17; Precise Hunter","uh":"ranger_xphb,state:feature=s16-0"},{"id":7241,"c":30,"u":"feral%20senses_ranger_xphb_18_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"feral senses|xphb","n":"Ranger 18; Feral Senses","uh":"ranger_xphb,state:feature=s17-0"},{"id":7243,"c":30,"u":"epic%20boon_ranger_xphb_19_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Ranger 19; Epic Boon","uh":"ranger_xphb,state:feature=s18-0"},{"id":7245,"c":30,"u":"foe%20slayer_ranger_xphb_20_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"foe slayer|xphb","n":"Ranger 20; Foe Slayer","uh":"ranger_xphb,state:feature=s19-0"},{"id":7247,"c":30,"u":"expertise_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"expertise|phb","n":"Rogue 1; Expertise","uh":"rogue_phb,state:feature=s0-0"},{"id":7249,"c":30,"u":"sneak%20attack_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"sneak attack|phb","n":"Rogue 1; Sneak Attack","uh":"rogue_phb,state:feature=s0-0"},{"id":7251,"c":30,"u":"thieves'%20cant_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"thieves' cant|phb","n":"Rogue 1; Thieves' Cant","uh":"rogue_phb,state:feature=s0-0"},{"id":7253,"c":30,"u":"cunning%20action_rogue_phb_2_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"cunning action|phb","n":"Rogue 2; Cunning Action","uh":"rogue_phb,state:feature=s1-0"},{"id":7255,"c":30,"u":"roguish%20archetype_rogue_phb_3_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"roguish archetype|phb","n":"Rogue 3; Roguish Archetype","uh":"rogue_phb,state:feature=s2-0"},{"id":7257,"c":30,"u":"steady%20aim_rogue_phb_3_tce","p":62,"s":"TCE","h":1,"t":4,"uu":"steady aim|tce","n":"Rogue 3; Steady Aim","uh":"rogue_phb,state:feature=s2-0"},{"id":7259,"c":30,"u":"ability%20score%20improvement_rogue_phb_4_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 4; Ability Score Improvement","uh":"rogue_phb,state:feature=s3-0"},{"id":7261,"c":30,"u":"uncanny%20dodge_rogue_phb_5_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"uncanny dodge|phb","n":"Rogue 5; Uncanny Dodge","uh":"rogue_phb,state:feature=s4-0"},{"id":7263,"c":30,"u":"expertise_rogue_phb_6_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"expertise|phb","n":"Rogue 6; Expertise","uh":"rogue_phb,state:feature=s5-0"},{"id":7265,"c":30,"u":"evasion_rogue_phb_7_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"evasion|phb","n":"Rogue 7; Evasion","uh":"rogue_phb,state:feature=s6-0"},{"id":7267,"c":30,"u":"ability%20score%20improvement_rogue_phb_8_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 8; Ability Score Improvement","uh":"rogue_phb,state:feature=s7-0"},{"id":7269,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_9_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"roguish archetype feature|phb","n":"Rogue 9; Roguish Archetype feature","uh":"rogue_phb,state:feature=s8-0"},{"id":7271,"c":30,"u":"ability%20score%20improvement_rogue_phb_10_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 10; Ability Score Improvement","uh":"rogue_phb,state:feature=s9-0"},{"id":7273,"c":30,"u":"reliable%20talent_rogue_phb_11_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"reliable talent|phb","n":"Rogue 11; Reliable Talent","uh":"rogue_phb,state:feature=s10-0"},{"id":7275,"c":30,"u":"ability%20score%20improvement_rogue_phb_12_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 12; Ability Score Improvement","uh":"rogue_phb,state:feature=s11-0"},{"id":7277,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_13_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"roguish archetype feature|phb","n":"Rogue 13; Roguish Archetype feature","uh":"rogue_phb,state:feature=s12-0"},{"id":7279,"c":30,"u":"blindsense_rogue_phb_14_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"blindsense|phb","n":"Rogue 14; Blindsense","uh":"rogue_phb,state:feature=s13-0"},{"id":7281,"c":30,"u":"slippery%20mind_rogue_phb_15_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"slippery mind|phb","n":"Rogue 15; Slippery Mind","uh":"rogue_phb,state:feature=s14-0"},{"id":7283,"c":30,"u":"ability%20score%20improvement_rogue_phb_16_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 16; Ability Score Improvement","uh":"rogue_phb,state:feature=s15-0"},{"id":7285,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_17_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"roguish archetype feature|phb","n":"Rogue 17; Roguish Archetype feature","uh":"rogue_phb,state:feature=s16-0"},{"id":7287,"c":30,"u":"elusive_rogue_phb_18_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"elusive|phb","n":"Rogue 18; Elusive","uh":"rogue_phb,state:feature=s17-0"},{"id":7289,"c":30,"u":"ability%20score%20improvement_rogue_phb_19_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 19; Ability Score Improvement","uh":"rogue_phb,state:feature=s18-0"},{"id":7291,"c":30,"u":"stroke%20of%20luck_rogue_phb_20_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"stroke of luck|phb","n":"Rogue 20; Stroke of Luck","uh":"rogue_phb,state:feature=s19-0"},{"id":7293,"c":30,"u":"expertise_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"t":4,"uu":"expertise|xphb","n":"Rogue 1; Expertise","uh":"rogue_xphb,state:feature=s0-0"},{"id":7295,"c":30,"u":"sneak%20attack_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"t":4,"uu":"sneak attack|xphb","n":"Rogue 1; Sneak Attack","uh":"rogue_xphb,state:feature=s0-0"},{"id":7297,"c":30,"u":"thieves'%20cant_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"t":4,"uu":"thieves' cant|xphb","n":"Rogue 1; Thieves' Cant","uh":"rogue_xphb,state:feature=s0-0"},{"id":7299,"c":30,"u":"weapon%20mastery_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"t":4,"uu":"weapon mastery|xphb","n":"Rogue 1; Weapon Mastery","uh":"rogue_xphb,state:feature=s0-0"},{"id":7301,"c":30,"u":"cunning%20action_rogue_xphb_2_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"cunning action|xphb","n":"Rogue 2; Cunning Action","uh":"rogue_xphb,state:feature=s1-0"},{"id":7303,"c":30,"u":"rogue%20subclass_rogue_xphb_3_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"rogue subclass|xphb","n":"Rogue 3; Rogue Subclass","uh":"rogue_xphb,state:feature=s2-0"},{"id":7305,"c":30,"u":"steady%20aim_rogue_xphb_3_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"steady aim|xphb","n":"Rogue 3; Steady Aim","uh":"rogue_xphb,state:feature=s2-0"},{"id":7307,"c":30,"u":"ability%20score%20improvement_rogue_xphb_4_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Rogue 4; Ability Score Improvement","uh":"rogue_xphb,state:feature=s3-0"},{"id":7309,"c":30,"u":"cunning%20strike_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"cunning strike|xphb","n":"Rogue 5; Cunning Strike","uh":"rogue_xphb,state:feature=s4-0"},{"id":7311,"c":30,"u":"poison%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"poison (cost: 1d6)|xphb","n":"Rogue 5; Poison (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7313,"c":30,"u":"trip%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"trip (cost: 1d6)|xphb","n":"Rogue 5; Trip (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7315,"c":30,"u":"uncanny%20dodge_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"uncanny dodge|xphb","n":"Rogue 5; Uncanny Dodge","uh":"rogue_xphb,state:feature=s4-0"},{"id":7317,"c":30,"u":"withdraw%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"withdraw (cost: 1d6)|xphb","n":"Rogue 5; Withdraw (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7319,"c":30,"u":"expertise_rogue_xphb_6_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"expertise|xphb","n":"Rogue 6; Expertise","uh":"rogue_xphb,state:feature=s5-0"},{"id":7321,"c":30,"u":"evasion_rogue_xphb_7_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"evasion|xphb","n":"Rogue 7; Evasion","uh":"rogue_xphb,state:feature=s6-0"},{"id":7323,"c":30,"u":"reliable%20talent_rogue_xphb_7_xphb","p":130,"s":"XPHB","h":1,"t":4,"uu":"reliable talent|xphb","n":"Rogue 7; Reliable Talent","uh":"rogue_xphb,state:feature=s6-0"},{"id":7325,"c":30,"u":"ability%20score%20improvement_rogue_xphb_8_xphb","p":130,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Rogue 8; Ability Score Improvement","uh":"rogue_xphb,state:feature=s7-0"},{"id":7327,"c":30,"u":"subclass%20feature_rogue_xphb_9_xphb","p":130,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Rogue 9; Subclass Feature","uh":"rogue_xphb,state:feature=s8-0"},{"id":7329,"c":30,"u":"ability%20score%20improvement_rogue_xphb_10_xphb","p":130,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Rogue 10; Ability Score Improvement","uh":"rogue_xphb,state:feature=s9-0"},{"id":7331,"c":30,"u":"improved%20cunning%20strike_rogue_xphb_11_xphb","p":130,"s":"XPHB","h":1,"t":4,"uu":"improved cunning strike|xphb","n":"Rogue 11; Improved Cunning Strike","uh":"rogue_xphb,state:feature=s10-0"},{"id":7333,"c":30,"u":"ability%20score%20improvement_rogue_xphb_12_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Rogue 12; Ability Score Improvement","uh":"rogue_xphb,state:feature=s11-0"},{"id":7335,"c":30,"u":"subclass%20feature_rogue_xphb_13_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Rogue 13; Subclass Feature","uh":"rogue_xphb,state:feature=s12-0"},{"id":7337,"c":30,"u":"daze%20(cost%3a%202d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"daze (cost: 2d6)|xphb","n":"Rogue 14; Daze (Cost: 2d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7339,"c":30,"u":"devious%20strikes_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"devious strikes|xphb","n":"Rogue 14; Devious Strikes","uh":"rogue_xphb,state:feature=s13-0"},{"id":7341,"c":30,"u":"knock%20out%20(cost%3a%206d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"knock out (cost: 6d6)|xphb","n":"Rogue 14; Knock Out (Cost: 6d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7343,"c":30,"u":"obscure%20(cost%3a%203d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"obscure (cost: 3d6)|xphb","n":"Rogue 14; Obscure (Cost: 3d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7345,"c":30,"u":"slippery%20mind_rogue_xphb_15_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"slippery mind|xphb","n":"Rogue 15; Slippery Mind","uh":"rogue_xphb,state:feature=s14-0"},{"id":7347,"c":30,"u":"ability%20score%20improvement_rogue_xphb_16_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Rogue 16; Ability Score Improvement","uh":"rogue_xphb,state:feature=s15-0"},{"id":7349,"c":30,"u":"subclass%20feature_rogue_xphb_17_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Rogue 17; Subclass Feature","uh":"rogue_xphb,state:feature=s16-0"},{"id":7351,"c":30,"u":"elusive_rogue_xphb_18_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"elusive|xphb","n":"Rogue 18; Elusive","uh":"rogue_xphb,state:feature=s17-0"},{"id":7353,"c":30,"u":"epic%20boon_rogue_xphb_19_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Rogue 19; Epic Boon","uh":"rogue_xphb,state:feature=s18-0"},{"id":7355,"c":30,"u":"stroke%20of%20luck_rogue_xphb_20_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"stroke of luck|xphb","n":"Rogue 20; Stroke of Luck","uh":"rogue_xphb,state:feature=s19-0"},{"id":7357,"c":30,"u":"bonus%20proficiencies_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"bonus proficiencies|tce","n":"Expert Sidekick 1; Bonus Proficiencies","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7359,"c":30,"u":"helpful_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"helpful|tce","n":"Expert Sidekick 1; Helpful","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7361,"c":30,"u":"sidekick%20class_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"sidekick class|tce","n":"Expert Sidekick 1; Sidekick Class","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7363,"c":30,"u":"cunning%20action_expert%20sidekick_tce_2_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"cunning action|tce","n":"Expert Sidekick 2; Cunning Action","uh":"expert%20sidekick_tce,state:feature=s1-0"},{"id":7365,"c":30,"u":"expertise_expert%20sidekick_tce_3_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"expertise|tce","n":"Expert Sidekick 3; Expertise","uh":"expert%20sidekick_tce,state:feature=s2-0"},{"id":7367,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_4_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 4; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s3-0"},{"id":7369,"c":30,"u":"coordinated%20strike_expert%20sidekick_tce_6_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"coordinated strike|tce","n":"Expert Sidekick 6; Coordinated Strike","uh":"expert%20sidekick_tce,state:feature=s5-0"},{"id":7371,"c":30,"u":"evasion_expert%20sidekick_tce_7_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"evasion|tce","n":"Expert Sidekick 7; Evasion","uh":"expert%20sidekick_tce,state:feature=s6-0"},{"id":7373,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_8_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 8; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s7-0"},{"id":7375,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_10_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 10; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s9-0"},{"id":7377,"c":30,"u":"inspiring%20help_expert%20sidekick_tce_11_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"inspiring help|tce","n":"Expert Sidekick 11; Inspiring Help","uh":"expert%20sidekick_tce,state:feature=s10-0"},{"id":7379,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_12_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 12; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s11-0"},{"id":7381,"c":30,"u":"reliable%20talent_expert%20sidekick_tce_14_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"reliable talent|tce","n":"Expert Sidekick 14; Reliable Talent","uh":"expert%20sidekick_tce,state:feature=s13-0"},{"id":7383,"c":30,"u":"expertise_expert%20sidekick_tce_15_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"expertise|tce","n":"Expert Sidekick 15; Expertise","uh":"expert%20sidekick_tce,state:feature=s14-0"},{"id":7385,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_16_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 16; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s15-0"},{"id":7387,"c":30,"u":"sharp%20mind_expert%20sidekick_tce_18_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"sharp mind|tce","n":"Expert Sidekick 18; Sharp Mind","uh":"expert%20sidekick_tce,state:feature=s17-0"},{"id":7389,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_19_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 19; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s18-0"},{"id":7391,"c":30,"u":"inspiring%20help%20improvement_expert%20sidekick_tce_20_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"inspiring help improvement|tce","n":"Expert Sidekick 20; Inspiring Help Improvement","uh":"expert%20sidekick_tce,state:feature=s19-0"},{"id":7393,"c":30,"u":"bonus%20proficiencies_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"bonus proficiencies|tce","n":"Spellcaster Sidekick 1; Bonus Proficiencies","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7395,"c":30,"u":"sidekick%20class_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"sidekick class|tce","n":"Spellcaster Sidekick 1; Sidekick Class","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7397,"c":30,"u":"spellcasting_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"spellcasting|tce","n":"Spellcaster Sidekick 1; Spellcasting","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7399,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_4_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Spellcaster Sidekick 4; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s3-0"},{"id":7401,"c":30,"u":"potent%20cantrips_spellcaster%20sidekick_tce_6_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"potent cantrips|tce","n":"Spellcaster Sidekick 6; Potent Cantrips","uh":"spellcaster%20sidekick_tce,state:feature=s5-0"},{"id":7403,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_8_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Spellcaster Sidekick 8; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s7-0"},{"id":7405,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_12_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Spellcaster Sidekick 12; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s11-0"},{"id":7407,"c":30,"u":"empowered%20spells_spellcaster%20sidekick_tce_14_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"empowered spells|tce","n":"Spellcaster Sidekick 14; Empowered Spells","uh":"spellcaster%20sidekick_tce,state:feature=s13-0"},{"id":7409,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_16_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Spellcaster Sidekick 16; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s15-0"},{"id":7411,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_18_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Spellcaster Sidekick 18; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s17-0"},{"id":7413,"c":30,"u":"focused%20casting_spellcaster%20sidekick_tce_20_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"focused casting|tce","n":"Spellcaster Sidekick 20; Focused Casting","uh":"spellcaster%20sidekick_tce,state:feature=s19-0"},{"id":7415,"c":30,"u":"bonus%20proficiencies_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"bonus proficiencies|tce","n":"Warrior Sidekick 1; Bonus Proficiencies","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7417,"c":30,"u":"martial%20role_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"martial role|tce","n":"Warrior Sidekick 1; Martial Role","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7419,"c":30,"u":"sidekick%20class_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"sidekick class|tce","n":"Warrior Sidekick 1; Sidekick Class","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7421,"c":30,"u":"second%20wind_warrior%20sidekick_tce_2_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"second wind|tce","n":"Warrior Sidekick 2; Second Wind","uh":"warrior%20sidekick_tce,state:feature=s1-0"},{"id":7423,"c":30,"u":"improved%20critical_warrior%20sidekick_tce_3_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"improved critical|tce","n":"Warrior Sidekick 3; Improved Critical","uh":"warrior%20sidekick_tce,state:feature=s2-0"},{"id":7425,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_4_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 4; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s3-0"},{"id":7427,"c":30,"u":"extra%20attack_warrior%20sidekick_tce_6_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"extra attack|tce","n":"Warrior Sidekick 6; Extra Attack","uh":"warrior%20sidekick_tce,state:feature=s5-0"},{"id":7429,"c":30,"u":"battle%20readiness_warrior%20sidekick_tce_7_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"battle readiness|tce","n":"Warrior Sidekick 7; Battle Readiness","uh":"warrior%20sidekick_tce,state:feature=s6-0"},{"id":7431,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_8_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 8; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s7-0"},{"id":7433,"c":30,"u":"improved%20defense_warrior%20sidekick_tce_10_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"improved defense|tce","n":"Warrior Sidekick 10; Improved Defense","uh":"warrior%20sidekick_tce,state:feature=s9-0"},{"id":7435,"c":30,"u":"indomitable_warrior%20sidekick_tce_11_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"indomitable|tce","n":"Warrior Sidekick 11; Indomitable","uh":"warrior%20sidekick_tce,state:feature=s10-0"},{"id":7437,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_12_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 12; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s11-0"},{"id":7439,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_14_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 14; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s13-0"},{"id":7441,"c":30,"u":"extra%20attack%20improvement_warrior%20sidekick_tce_15_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"extra attack improvement|tce","n":"Warrior Sidekick 15; Extra Attack Improvement","uh":"warrior%20sidekick_tce,state:feature=s14-0"},{"id":7443,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_16_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 16; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s15-0"},{"id":7445,"c":30,"u":"indomitable%20improvement_warrior%20sidekick_tce_18_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"indomitable improvement|tce","n":"Warrior Sidekick 18; Indomitable Improvement","uh":"warrior%20sidekick_tce,state:feature=s17-0"},{"id":7447,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_19_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 19; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s18-0"},{"id":7449,"c":30,"u":"second%20wind%20improvement_warrior%20sidekick_tce_20_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"second wind improvement|tce","n":"Warrior Sidekick 20; Second Wind Improvement","uh":"warrior%20sidekick_tce,state:feature=s19-0"},{"id":7451,"c":30,"u":"sorcerous%20origin_sorcerer_phb_1_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcerous origin|phb","n":"Sorcerer 1; Sorcerous Origin","uh":"sorcerer_phb,state:feature=s0-0"},{"id":7453,"c":30,"u":"spellcasting_sorcerer_phb_1_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Sorcerer 1; Spellcasting","uh":"sorcerer_phb,state:feature=s0-0"},{"id":7455,"c":30,"u":"flexible%20casting_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"flexible casting|phb","n":"Sorcerer 2; Flexible Casting","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7457,"c":30,"u":"font%20of%20magic_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"font of magic|phb","n":"Sorcerer 2; Font of Magic","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7459,"c":30,"u":"sorcery%20points_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcery points|phb","n":"Sorcerer 2; Sorcery Points","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7461,"c":30,"u":"metamagic_sorcerer_phb_3_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"metamagic|phb","n":"Sorcerer 3; Metamagic","uh":"sorcerer_phb,state:feature=s2-0"},{"id":7463,"c":30,"u":"metamagic%20options_sorcerer_phb_3_tce","p":65,"s":"TCE","h":1,"t":4,"uu":"metamagic options|tce","n":"Sorcerer 3; Metamagic Options","uh":"sorcerer_phb,state:feature=s2-0"},{"id":7465,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_4_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Sorcerer 4; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s3-0"},{"id":7467,"c":30,"u":"sorcerous%20versatility_sorcerer_phb_4_tce","p":65,"s":"TCE","h":1,"t":4,"uu":"sorcerous versatility|tce","n":"Sorcerer 4; Sorcerous Versatility","uh":"sorcerer_phb,state:feature=s3-0"},{"id":7469,"c":30,"u":"magical%20guidance_sorcerer_phb_5_tce","p":65,"s":"TCE","h":1,"t":4,"uu":"magical guidance|tce","n":"Sorcerer 5; Magical Guidance","uh":"sorcerer_phb,state:feature=s4-0"},{"id":7471,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_6_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcerous origin feature|phb","n":"Sorcerer 6; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s5-0"},{"id":7473,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_8_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Sorcerer 8; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s7-0"},{"id":7475,"c":30,"u":"metamagic_sorcerer_phb_10_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"metamagic|phb","n":"Sorcerer 10; Metamagic","uh":"sorcerer_phb,state:feature=s9-0"},{"id":7477,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_12_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Sorcerer 12; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s11-0"},{"id":7479,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_14_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcerous origin feature|phb","n":"Sorcerer 14; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s13-0"},{"id":7481,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_16_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Sorcerer 16; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s15-0"},{"id":7483,"c":30,"u":"metamagic_sorcerer_phb_17_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"metamagic|phb","n":"Sorcerer 17; Metamagic","uh":"sorcerer_phb,state:feature=s16-0"},{"id":7485,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_18_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcerous origin feature|phb","n":"Sorcerer 18; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s17-0"},{"id":7487,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_19_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Sorcerer 19; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s18-0"},{"id":7489,"c":30,"u":"sorcerous%20restoration_sorcerer_phb_20_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcerous restoration|phb","n":"Sorcerer 20; Sorcerous Restoration","uh":"sorcerer_phb,state:feature=s19-0"},{"id":7491,"c":30,"u":"innate%20sorcery_sorcerer_xphb_1_xphb","p":140,"s":"XPHB","h":1,"t":4,"uu":"innate sorcery|xphb","n":"Sorcerer 1; Innate Sorcery","uh":"sorcerer_xphb,state:feature=s0-0"},{"id":7493,"c":30,"u":"spellcasting_sorcerer_xphb_1_xphb","p":139,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Sorcerer 1; Spellcasting","uh":"sorcerer_xphb,state:feature=s0-0"},{"id":7495,"c":30,"u":"font%20of%20magic_sorcerer_xphb_2_xphb","p":140,"s":"XPHB","h":1,"t":4,"uu":"font of magic|xphb","n":"Sorcerer 2; Font of Magic","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7497,"c":30,"u":"metamagic_sorcerer_xphb_2_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"metamagic|xphb","n":"Sorcerer 2; Metamagic","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7499,"c":30,"u":"metamagic%20options_sorcerer_xphb_2_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"metamagic options|xphb","n":"Sorcerer 2; Metamagic Options","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7501,"c":30,"u":"sorcerer%20subclass_sorcerer_xphb_3_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"sorcerer subclass|xphb","n":"Sorcerer 3; Sorcerer Subclass","uh":"sorcerer_xphb,state:feature=s2-0"},{"id":7503,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_4_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Sorcerer 4; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s3-0"},{"id":7505,"c":30,"u":"sorcerous%20restoration_sorcerer_xphb_5_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"sorcerous restoration|xphb","n":"Sorcerer 5; Sorcerous Restoration","uh":"sorcerer_xphb,state:feature=s4-0"},{"id":7507,"c":30,"u":"subclass%20feature_sorcerer_xphb_6_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Sorcerer 6; Subclass Feature","uh":"sorcerer_xphb,state:feature=s5-0"},{"id":7509,"c":30,"u":"sorcery%20incarnate_sorcerer_xphb_7_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"sorcery incarnate|xphb","n":"Sorcerer 7; Sorcery Incarnate","uh":"sorcerer_xphb,state:feature=s6-0"},{"id":7511,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_8_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Sorcerer 8; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s7-0"},{"id":7513,"c":30,"u":"metamagic_sorcerer_xphb_10_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"metamagic|xphb","n":"Sorcerer 10; Metamagic","uh":"sorcerer_xphb,state:feature=s9-0"},{"id":7515,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_12_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Sorcerer 12; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s11-0"},{"id":7517,"c":30,"u":"subclass%20feature_sorcerer_xphb_14_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Sorcerer 14; Subclass Feature","uh":"sorcerer_xphb,state:feature=s13-0"},{"id":7519,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_16_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Sorcerer 16; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s15-0"},{"id":7521,"c":30,"u":"metamagic_sorcerer_xphb_17_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"metamagic|xphb","n":"Sorcerer 17; Metamagic","uh":"sorcerer_xphb,state:feature=s16-0"},{"id":7523,"c":30,"u":"subclass%20feature_sorcerer_xphb_18_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Sorcerer 18; Subclass Feature","uh":"sorcerer_xphb,state:feature=s17-0"},{"id":7525,"c":30,"u":"epic%20boon_sorcerer_xphb_19_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Sorcerer 19; Epic Boon","uh":"sorcerer_xphb,state:feature=s18-0"},{"id":7527,"c":30,"u":"arcane%20apotheosis_sorcerer_xphb_20_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"arcane apotheosis|xphb","n":"Sorcerer 20; Arcane Apotheosis","uh":"sorcerer_xphb,state:feature=s19-0"},{"id":7529,"c":30,"u":"otherworldly%20patron_warlock_phb_1_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"otherworldly patron|phb","n":"Warlock 1; Otherworldly Patron","uh":"warlock_phb,state:feature=s0-0"},{"id":7531,"c":30,"u":"pact%20magic_warlock_phb_1_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"pact magic|phb","n":"Warlock 1; Pact Magic","uh":"warlock_phb,state:feature=s0-0"},{"id":7533,"c":30,"u":"eldritch%20invocations_warlock_phb_2_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"eldritch invocations|phb","n":"Warlock 2; Eldritch Invocations","uh":"warlock_phb,state:feature=s1-0"},{"id":7535,"c":30,"u":"pact%20boon_warlock_phb_3_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"pact boon|phb","n":"Warlock 3; Pact Boon","uh":"warlock_phb,state:feature=s2-0"},{"id":7537,"c":30,"u":"ability%20score%20improvement_warlock_phb_4_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Warlock 4; Ability Score Improvement","uh":"warlock_phb,state:feature=s3-0"},{"id":7539,"c":30,"u":"eldritch%20versatility_warlock_phb_4_tce","p":70,"s":"TCE","h":1,"t":4,"uu":"eldritch versatility|tce","n":"Warlock 4; Eldritch Versatility","uh":"warlock_phb,state:feature=s3-0"},{"id":7541,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_6_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"otherworldly patron feature|phb","n":"Warlock 6; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s5-0"},{"id":7543,"c":30,"u":"ability%20score%20improvement_warlock_phb_8_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Warlock 8; Ability Score Improvement","uh":"warlock_phb,state:feature=s7-0"},{"id":7545,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_10_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"otherworldly patron feature|phb","n":"Warlock 10; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s9-0"},{"id":7547,"c":30,"u":"mystic%20arcanum%20(6th%20level)_warlock_phb_11_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"mystic arcanum (6th level)|phb","n":"Warlock 11; Mystic Arcanum (6th level)","uh":"warlock_phb,state:feature=s10-0"},{"id":7549,"c":30,"u":"ability%20score%20improvement_warlock_phb_12_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Warlock 12; Ability Score Improvement","uh":"warlock_phb,state:feature=s11-0"},{"id":7551,"c":30,"u":"mystic%20arcanum%20(7th%20level)_warlock_phb_13_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"mystic arcanum (7th level)|phb","n":"Warlock 13; Mystic Arcanum (7th level)","uh":"warlock_phb,state:feature=s12-0"},{"id":7553,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_14_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"otherworldly patron feature|phb","n":"Warlock 14; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s13-0"},{"id":7555,"c":30,"u":"mystic%20arcanum%20(8th%20level)_warlock_phb_15_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"mystic arcanum (8th level)|phb","n":"Warlock 15; Mystic Arcanum (8th level)","uh":"warlock_phb,state:feature=s14-0"},{"id":7557,"c":30,"u":"ability%20score%20improvement_warlock_phb_16_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Warlock 16; Ability Score Improvement","uh":"warlock_phb,state:feature=s15-0"},{"id":7559,"c":30,"u":"mystic%20arcanum%20(9th%20level)_warlock_phb_17_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"mystic arcanum (9th level)|phb","n":"Warlock 17; Mystic Arcanum (9th level)","uh":"warlock_phb,state:feature=s16-0"},{"id":7561,"c":30,"u":"ability%20score%20improvement_warlock_phb_19_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Warlock 19; Ability Score Improvement","uh":"warlock_phb,state:feature=s18-0"},{"id":7563,"c":30,"u":"eldritch%20master_warlock_phb_20_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"eldritch master|phb","n":"Warlock 20; Eldritch Master","uh":"warlock_phb,state:feature=s19-0"},{"id":7565,"c":30,"u":"eldritch%20invocation%20options_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"t":4,"uu":"eldritch invocation options|xphb","n":"Warlock 1; Eldritch Invocation Options","uh":"warlock_xphb,state:feature=s0-0"},{"id":7567,"c":30,"u":"eldritch%20invocations_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"t":4,"uu":"eldritch invocations|xphb","n":"Warlock 1; Eldritch Invocations","uh":"warlock_xphb,state:feature=s0-0"},{"id":7569,"c":30,"u":"pact%20magic_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"t":4,"uu":"pact magic|xphb","n":"Warlock 1; Pact Magic","uh":"warlock_xphb,state:feature=s0-0"},{"id":7571,"c":30,"u":"magical%20cunning_warlock_xphb_2_xphb","p":154,"s":"XPHB","h":1,"t":4,"uu":"magical cunning|xphb","n":"Warlock 2; Magical Cunning","uh":"warlock_xphb,state:feature=s1-0"},{"id":7573,"c":30,"u":"warlock%20subclass_warlock_xphb_3_xphb","p":154,"s":"XPHB","h":1,"t":4,"uu":"warlock subclass|xphb","n":"Warlock 3; Warlock Subclass","uh":"warlock_xphb,state:feature=s2-0"},{"id":7575,"c":30,"u":"ability%20score%20improvement_warlock_xphb_4_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Warlock 4; Ability Score Improvement","uh":"warlock_xphb,state:feature=s3-0"},{"id":7577,"c":30,"u":"subclass%20feature_warlock_xphb_6_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Warlock 6; Subclass Feature","uh":"warlock_xphb,state:feature=s5-0"},{"id":7579,"c":30,"u":"ability%20score%20improvement_warlock_xphb_8_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Warlock 8; Ability Score Improvement","uh":"warlock_xphb,state:feature=s7-0"},{"id":7581,"c":30,"u":"contact%20patron_warlock_xphb_9_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"contact patron|xphb","n":"Warlock 9; Contact Patron","uh":"warlock_xphb,state:feature=s8-0"},{"id":7583,"c":30,"u":"subclass%20feature_warlock_xphb_10_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Warlock 10; Subclass Feature","uh":"warlock_xphb,state:feature=s9-0"},{"id":7585,"c":30,"u":"mystic%20arcanum_warlock_xphb_11_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"mystic arcanum|xphb","n":"Warlock 11; Mystic Arcanum","uh":"warlock_xphb,state:feature=s10-0"},{"id":7587,"c":30,"u":"ability%20score%20improvement_warlock_xphb_12_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Warlock 12; Ability Score Improvement","uh":"warlock_xphb,state:feature=s11-0"},{"id":7589,"c":30,"u":"mystic%20arcanum_warlock_xphb_13_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"mystic arcanum|xphb","n":"Warlock 13; Mystic Arcanum","uh":"warlock_xphb,state:feature=s12-0"},{"id":7591,"c":30,"u":"subclass%20feature_warlock_xphb_14_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Warlock 14; Subclass Feature","uh":"warlock_xphb,state:feature=s13-0"},{"id":7593,"c":30,"u":"mystic%20arcanum_warlock_xphb_15_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"mystic arcanum|xphb","n":"Warlock 15; Mystic Arcanum","uh":"warlock_xphb,state:feature=s14-0"},{"id":7595,"c":30,"u":"ability%20score%20improvement_warlock_xphb_16_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Warlock 16; Ability Score Improvement","uh":"warlock_xphb,state:feature=s15-0"},{"id":7597,"c":30,"u":"mystic%20arcanum_warlock_xphb_17_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"mystic arcanum|xphb","n":"Warlock 17; Mystic Arcanum","uh":"warlock_xphb,state:feature=s16-0"},{"id":7599,"c":30,"u":"epic%20boon_warlock_xphb_19_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Warlock 19; Epic Boon","uh":"warlock_xphb,state:feature=s18-0"},{"id":7601,"c":30,"u":"eldritch%20master_warlock_xphb_20_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"eldritch master|xphb","n":"Warlock 20; Eldritch Master","uh":"warlock_xphb,state:feature=s19-0"},{"id":7603,"c":30,"u":"arcane%20recovery_wizard_phb_1_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"arcane recovery|phb","n":"Wizard 1; Arcane Recovery","uh":"wizard_phb,state:feature=s0-0"},{"id":7605,"c":30,"u":"spellcasting_wizard_phb_1_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Wizard 1; Spellcasting","uh":"wizard_phb,state:feature=s0-0"},{"id":7607,"c":30,"u":"arcane%20tradition_wizard_phb_2_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"arcane tradition|phb","n":"Wizard 2; Arcane Tradition","uh":"wizard_phb,state:feature=s1-0"},{"id":7609,"c":30,"u":"cantrip%20formulas_wizard_phb_3_tce","p":75,"s":"TCE","h":1,"t":4,"uu":"cantrip formulas|tce","n":"Wizard 3; Cantrip Formulas","uh":"wizard_phb,state:feature=s2-0"},{"id":7611,"c":30,"u":"ability%20score%20improvement_wizard_phb_4_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Wizard 4; Ability Score Improvement","uh":"wizard_phb,state:feature=s3-0"},{"id":7613,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_6_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"arcane tradition feature|phb","n":"Wizard 6; Arcane Tradition feature","uh":"wizard_phb,state:feature=s5-0"},{"id":7615,"c":30,"u":"ability%20score%20improvement_wizard_phb_8_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Wizard 8; Ability Score Improvement","uh":"wizard_phb,state:feature=s7-0"},{"id":7617,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_10_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"arcane tradition feature|phb","n":"Wizard 10; Arcane Tradition feature","uh":"wizard_phb,state:feature=s9-0"},{"id":7619,"c":30,"u":"ability%20score%20improvement_wizard_phb_12_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Wizard 12; Ability Score Improvement","uh":"wizard_phb,state:feature=s11-0"},{"id":7621,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_14_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"arcane tradition feature|phb","n":"Wizard 14; Arcane Tradition feature","uh":"wizard_phb,state:feature=s13-0"},{"id":7623,"c":30,"u":"ability%20score%20improvement_wizard_phb_16_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Wizard 16; Ability Score Improvement","uh":"wizard_phb,state:feature=s15-0"},{"id":7625,"c":30,"u":"spell%20mastery_wizard_phb_18_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"spell mastery|phb","n":"Wizard 18; Spell Mastery","uh":"wizard_phb,state:feature=s17-0"},{"id":7627,"c":30,"u":"ability%20score%20improvement_wizard_phb_19_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Wizard 19; Ability Score Improvement","uh":"wizard_phb,state:feature=s18-0"},{"id":7629,"c":30,"u":"signature%20spells_wizard_phb_20_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"signature spells|phb","n":"Wizard 20; Signature Spells","uh":"wizard_phb,state:feature=s19-0"},{"id":7631,"c":30,"u":"arcane%20recovery_wizard_xphb_1_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"arcane recovery|xphb","n":"Wizard 1; Arcane Recovery","uh":"wizard_xphb,state:feature=s0-0"},{"id":7633,"c":30,"u":"ritual%20adept_wizard_xphb_1_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"ritual adept|xphb","n":"Wizard 1; Ritual Adept","uh":"wizard_xphb,state:feature=s0-0"},{"id":7635,"c":30,"u":"spellcasting_wizard_xphb_1_xphb","p":165,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Wizard 1; Spellcasting","uh":"wizard_xphb,state:feature=s0-0"},{"id":7637,"c":30,"u":"scholar_wizard_xphb_2_xphb","p":166,"s":"XPHB","h":1,"t":4,"uu":"scholar|xphb","n":"Wizard 2; Scholar","uh":"wizard_xphb,state:feature=s1-0"},{"id":7639,"c":30,"u":"wizard%20subclass_wizard_xphb_3_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"wizard subclass|xphb","n":"Wizard 3; Wizard Subclass","uh":"wizard_xphb,state:feature=s2-0"},{"id":7641,"c":30,"u":"ability%20score%20improvement_wizard_xphb_4_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Wizard 4; Ability Score Improvement","uh":"wizard_xphb,state:feature=s3-0"},{"id":7643,"c":30,"u":"memorize%20spell_wizard_xphb_5_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"memorize spell|xphb","n":"Wizard 5; Memorize Spell","uh":"wizard_xphb,state:feature=s4-0"},{"id":7645,"c":30,"u":"subclass%20feature_wizard_xphb_6_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Wizard 6; Subclass Feature","uh":"wizard_xphb,state:feature=s5-0"},{"id":7647,"c":30,"u":"ability%20score%20improvement_wizard_xphb_8_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Wizard 8; Ability Score Improvement","uh":"wizard_xphb,state:feature=s7-0"},{"id":7649,"c":30,"u":"subclass%20feature_wizard_xphb_10_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Wizard 10; Subclass Feature","uh":"wizard_xphb,state:feature=s9-0"},{"id":7651,"c":30,"u":"ability%20score%20improvement_wizard_xphb_12_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Wizard 12; Ability Score Improvement","uh":"wizard_xphb,state:feature=s11-0"},{"id":7653,"c":30,"u":"subclass%20feature_wizard_xphb_14_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Wizard 14; Subclass Feature","uh":"wizard_xphb,state:feature=s13-0"},{"id":7655,"c":30,"u":"ability%20score%20improvement_wizard_xphb_16_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Wizard 16; Ability Score Improvement","uh":"wizard_xphb,state:feature=s15-0"},{"id":7657,"c":30,"u":"spell%20mastery_wizard_xphb_18_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"spell mastery|xphb","n":"Wizard 18; Spell Mastery","uh":"wizard_xphb,state:feature=s17-0"},{"id":7659,"c":30,"u":"epic%20boon_wizard_xphb_19_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Wizard 19; Epic Boon","uh":"wizard_xphb,state:feature=s18-0"},{"id":7661,"c":30,"u":"signature%20spells_wizard_xphb_20_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"signature spells|xphb","n":"Wizard 20; Signature Spells","uh":"wizard_xphb,state:feature=s19-0"},{"id":7663,"c":41,"u":"alchemist_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"alchemist|tce","n":"Alchemist Artificer 3; Alchemist","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7665,"c":41,"u":"alchemist%20spells_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"alchemist spells|tce","n":"Alchemist Artificer 3; Alchemist Spells","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7667,"c":41,"u":"experimental%20elixir_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"experimental elixir|tce","n":"Alchemist Artificer 3; Experimental Elixir","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7669,"c":41,"u":"tool%20proficiency_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"tool proficiency|tce","n":"Alchemist Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7671,"c":41,"u":"alchemical%20savant_artificer_tce_alchemist_tce_5_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"alchemical savant|tce","n":"Alchemist Artificer 5; Alchemical Savant","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s4-0"},{"id":7673,"c":41,"u":"restorative%20reagents_artificer_tce_alchemist_tce_9_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"restorative reagents|tce","n":"Alchemist Artificer 9; Restorative Reagents","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s8-0"},{"id":7675,"c":41,"u":"chemical%20mastery_artificer_tce_alchemist_tce_15_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"chemical mastery|tce","n":"Alchemist Artificer 15; Chemical Mastery","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s14-0"},{"id":7677,"c":41,"u":"armorer_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"armorer|tce","n":"Armorer Artificer 3; Armorer","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7679,"c":41,"u":"dampening%20field_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"dampening field|tce","n":"Armorer Artificer 3; Dampening Field","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7681,"c":41,"u":"defensive%20field_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"defensive field|tce","n":"Armorer Artificer 3; Defensive Field","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7683,"c":41,"u":"lightning%20launcher_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"lightning launcher|tce","n":"Armorer Artificer 3; Lightning Launcher","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7685,"c":41,"u":"powered%20steps_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"powered steps|tce","n":"Armorer Artificer 3; Powered Steps","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7687,"c":41,"u":"thunder%20gauntlets_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"thunder gauntlets|tce","n":"Armorer Artificer 3; Thunder Gauntlets","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7689,"c":41,"u":"arcane%20armor_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"arcane armor|tce","n":"Armorer Artificer 3; Arcane Armor","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7691,"c":41,"u":"armor%20model_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"armor model|tce","n":"Armorer Artificer 3; Armor Model","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7693,"c":41,"u":"armorer%20spells_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"armorer spells|tce","n":"Armorer Artificer 3; Armorer Spells","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7695,"c":41,"u":"tools%20of%20the%20trade_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"tools of the trade|tce","n":"Armorer Artificer 3; Tools of the Trade","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7697,"c":41,"u":"extra%20attack_artificer_tce_armorer_tce_5_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"extra attack|tce","n":"Armorer Artificer 5; Extra Attack","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s4-0"},{"id":7699,"c":41,"u":"armor%20modifications_artificer_tce_armorer_tce_9_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"armor modifications|tce","n":"Armorer Artificer 9; Armor Modifications","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s8-0"},{"id":7701,"c":41,"u":"guardian_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"guardian|tce","n":"Armorer Artificer 15; Guardian","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7703,"c":41,"u":"infiltrator_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"infiltrator|tce","n":"Armorer Artificer 15; Infiltrator","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7705,"c":41,"u":"perfected%20armor_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"perfected armor|tce","n":"Armorer Artificer 15; Perfected Armor","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7707,"c":41,"u":"artillerist_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"artillerist|tce","n":"Artillerist Artificer 3; Artillerist","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7709,"c":41,"u":"artillerist%20spells_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"artillerist spells|tce","n":"Artillerist Artificer 3; Artillerist Spells","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7711,"c":41,"u":"eldritch%20cannon_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"eldritch cannon|tce","n":"Artillerist Artificer 3; Eldritch Cannon","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7713,"c":41,"u":"tool%20proficiency_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"tool proficiency|tce","n":"Artillerist Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7715,"c":41,"u":"arcane%20firearm_artificer_tce_artillerist_tce_5_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"arcane firearm|tce","n":"Artillerist Artificer 5; Arcane Firearm","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s4-0"},{"id":7717,"c":41,"u":"explosive%20cannon_artificer_tce_artillerist_tce_9_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"explosive cannon|tce","n":"Artillerist Artificer 9; Explosive Cannon","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s8-0"},{"id":7719,"c":41,"u":"fortified%20position_artificer_tce_artillerist_tce_15_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"fortified position|tce","n":"Artillerist Artificer 15; Fortified Position","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s14-0"},{"id":7721,"c":41,"u":"battle%20smith_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"battle smith|tce","n":"Battle Smith Artificer 3; Battle Smith","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7723,"c":41,"u":"battle%20ready_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"battle ready|tce","n":"Battle Smith Artificer 3; Battle Ready","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7725,"c":41,"u":"battle%20smith%20spells_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"battle smith spells|tce","n":"Battle Smith Artificer 3; Battle Smith Spells","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7727,"c":41,"u":"steel%20defender_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"steel defender|tce","n":"Battle Smith Artificer 3; Steel Defender","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7729,"c":41,"u":"tool%20proficiency_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"tool proficiency|tce","n":"Battle Smith Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7731,"c":41,"u":"extra%20attack_artificer_tce_battle%20smith_tce_5_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"extra attack|tce","n":"Battle Smith Artificer 5; Extra Attack","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s4-0"},{"id":7733,"c":41,"u":"arcane%20jolt_artificer_tce_battle%20smith_tce_9_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"arcane jolt|tce","n":"Battle Smith Artificer 9; Arcane Jolt","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s8-0"},{"id":7735,"c":41,"u":"improved%20defender_artificer_tce_battle%20smith_tce_15_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"improved defender|tce","n":"Battle Smith Artificer 15; Improved Defender","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s14-0"},{"id":7737,"c":41,"u":"giant%20power_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"t":5,"uu":"giant power|bgg","n":"Giant Barbarian 3; Giant Power","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7739,"c":41,"u":"giant's%20havoc_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"t":5,"uu":"giant's havoc|bgg","n":"Giant Barbarian 3; Giant's Havoc","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7741,"c":41,"u":"path%20of%20the%20giant_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"t":5,"uu":"path of the giant|bgg","n":"Giant Barbarian 3; Path of the Giant","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7743,"c":41,"u":"elemental%20cleaver_barbarian_phb_giant_bgg_6_bgg","p":11,"s":"BGG","h":1,"t":5,"uu":"elemental cleaver|bgg","n":"Giant Barbarian 6; Elemental Cleaver","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s5-0"},{"id":7745,"c":41,"u":"mighty%20impel_barbarian_phb_giant_bgg_10_bgg","p":12,"s":"BGG","h":1,"t":5,"uu":"mighty impel|bgg","n":"Giant Barbarian 10; Mighty Impel","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s9-0"},{"id":7747,"c":41,"u":"demiurgic%20colossus_barbarian_phb_giant_bgg_14_bgg","p":12,"s":"BGG","h":1,"t":5,"uu":"demiurgic colossus|bgg","n":"Giant Barbarian 14; Demiurgic Colossus","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s13-0"},{"id":7749,"c":41,"u":"path%20of%20the%20berserker_barbarian_phb_berserker_phb_3_phb","p":49,"s":"PHB","h":1,"r":1,"t":5,"uu":"path of the berserker|phb","n":"Berserker Barbarian 3; Path of the Berserker","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s2-0"},{"id":7751,"c":41,"u":"frenzy_barbarian_phb_berserker_phb_3_phb","p":49,"s":"PHB","h":1,"r":1,"t":5,"uu":"frenzy|phb","n":"Berserker Barbarian 3; Frenzy","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s2-0"},{"id":7753,"c":41,"u":"mindless%20rage_barbarian_phb_berserker_phb_6_phb","p":49,"s":"PHB","h":1,"r":1,"t":5,"uu":"mindless rage|phb","n":"Berserker Barbarian 6; Mindless Rage","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s5-0"},{"id":7755,"c":41,"u":"intimidating%20presence_barbarian_phb_berserker_phb_10_phb","p":49,"s":"PHB","h":1,"r":1,"t":5,"uu":"intimidating presence|phb","n":"Berserker Barbarian 10; Intimidating Presence","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s9-0"},{"id":7757,"c":41,"u":"retaliation_barbarian_phb_berserker_phb_14_phb","p":49,"s":"PHB","h":1,"r":1,"t":5,"uu":"retaliation|phb","n":"Berserker Barbarian 14; Retaliation","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s13-0"},{"id":7759,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"bear|phb","n":"Totem Warrior Barbarian 3; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7761,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"eagle|phb","n":"Totem Warrior Barbarian 3; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7763,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_3_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"elk|scag","n":"Totem Warrior Barbarian 3; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s2-0"},{"id":7765,"c":41,"u":"path%20of%20the%20totem%20warrior_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"path of the totem warrior|phb","n":"Totem Warrior Barbarian 3; Path of the Totem Warrior","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7767,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_3_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"tiger|scag","n":"Totem Warrior Barbarian 3; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s2-0"},{"id":7769,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"wolf|phb","n":"Totem Warrior Barbarian 3; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7771,"c":41,"u":"spirit%20seeker_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"spirit seeker|phb","n":"Totem Warrior Barbarian 3; Spirit Seeker","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7773,"c":41,"u":"totem%20spirit_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"totem spirit|phb","n":"Totem Warrior Barbarian 3; Totem Spirit","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7775,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"bear|phb","n":"Totem Warrior Barbarian 6; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7777,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"eagle|phb","n":"Totem Warrior Barbarian 6; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7779,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_6_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"elk|scag","n":"Totem Warrior Barbarian 6; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s5-0"},{"id":7781,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_6_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"tiger|scag","n":"Totem Warrior Barbarian 6; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s5-0"},{"id":7783,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"wolf|phb","n":"Totem Warrior Barbarian 6; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7785,"c":41,"u":"aspect%20of%20the%20beast_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"aspect of the beast|phb","n":"Totem Warrior Barbarian 6; Aspect of the Beast","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7787,"c":41,"u":"spirit%20walker_barbarian_phb_totem%20warrior_phb_10_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"spirit walker|phb","n":"Totem Warrior Barbarian 10; Spirit Walker","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s9-0"},{"id":7789,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"bear|phb","n":"Totem Warrior Barbarian 14; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7791,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"eagle|phb","n":"Totem Warrior Barbarian 14; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7793,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_14_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"elk|scag","n":"Totem Warrior Barbarian 14; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s13-0"},{"id":7795,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_14_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"tiger|scag","n":"Totem Warrior Barbarian 14; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s13-0"},{"id":7797,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"wolf|phb","n":"Totem Warrior Barbarian 14; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7799,"c":41,"u":"totemic%20attunement_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"totemic attunement|phb","n":"Totem Warrior Barbarian 14; Totemic Attunement","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7801,"c":41,"u":"path%20of%20the%20battlerager_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"path of the battlerager|scag","n":"Battlerager Barbarian 3; Path of the Battlerager","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7803,"c":41,"u":"battlerager%20armor_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"battlerager armor|scag","n":"Battlerager Barbarian 3; Battlerager Armor","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7805,"c":41,"u":"restriction%e2%80%94dwarves%20only_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"restriction—dwarves only|scag","n":"Battlerager Barbarian 3; Restriction—Dwarves Only","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7807,"c":41,"u":"reckless%20abandon_barbarian_phb_battlerager_scag_6_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"reckless abandon|scag","n":"Battlerager Barbarian 6; Reckless Abandon","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s5-0"},{"id":7809,"c":41,"u":"battlerager%20charge_barbarian_phb_battlerager_scag_10_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"battlerager charge|scag","n":"Battlerager Barbarian 10; Battlerager Charge","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s9-0"},{"id":7811,"c":41,"u":"spiked%20retribution_barbarian_phb_battlerager_scag_14_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"spiked retribution|scag","n":"Battlerager Barbarian 14; Spiked Retribution","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s13-0"},{"id":7813,"c":41,"u":"path%20of%20the%20beast_barbarian_phb_beast_tce_3_tce","p":24,"s":"TCE","h":1,"t":5,"uu":"path of the beast|tce","n":"Beast Barbarian 3; Path of the Beast","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s2-0"},{"id":7815,"c":41,"u":"form%20of%20the%20beast_barbarian_phb_beast_tce_3_tce","p":24,"s":"TCE","h":1,"t":5,"uu":"form of the beast|tce","n":"Beast Barbarian 3; Form of the Beast","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s2-0"},{"id":7817,"c":41,"u":"bestial%20soul_barbarian_phb_beast_tce_6_tce","p":24,"s":"TCE","h":1,"t":5,"uu":"bestial soul|tce","n":"Beast Barbarian 6; Bestial Soul","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s5-0"},{"id":7819,"c":41,"u":"infectious%20fury_barbarian_phb_beast_tce_10_tce","p":24,"s":"TCE","h":1,"t":5,"uu":"infectious fury|tce","n":"Beast Barbarian 10; Infectious Fury","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s9-0"},{"id":7821,"c":41,"u":"call%20the%20hunt_barbarian_phb_beast_tce_14_tce","p":24,"s":"TCE","h":1,"t":5,"uu":"call the hunt|tce","n":"Beast Barbarian 14; Call the Hunt","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s13-0"},{"id":7823,"c":41,"u":"path%20of%20wild%20magic_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"path of wild magic|tce","n":"Wild Magic Barbarian 3; Path of Wild Magic","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":7825,"c":41,"u":"magic%20awareness_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"magic awareness|tce","n":"Wild Magic Barbarian 3; Magic Awareness","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":7827,"c":41,"u":"wild%20surge_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"wild surge|tce","n":"Wild Magic Barbarian 3; Wild Surge","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":7829,"c":41,"u":"bolstering%20magic_barbarian_phb_wild%20magic_tce_6_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"bolstering magic|tce","n":"Wild Magic Barbarian 6; Bolstering Magic","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s5-0"},{"id":7831,"c":41,"u":"unstable%20backlash_barbarian_phb_wild%20magic_tce_10_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"unstable backlash|tce","n":"Wild Magic Barbarian 10; Unstable Backlash","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s9-0"},{"id":7833,"c":41,"u":"controlled%20surge_barbarian_phb_wild%20magic_tce_14_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"controlled surge|tce","n":"Wild Magic Barbarian 14; Controlled Surge","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s13-0"},{"id":7835,"c":41,"u":"path%20of%20the%20juggernaut_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"path of the juggernaut|tdcsr","n":"Juggernaut Barbarian 3; Path of the Juggernaut","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":7837,"c":41,"u":"spirit%20of%20the%20mountain_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"spirit of the mountain|tdcsr","n":"Juggernaut Barbarian 3; Spirit of the Mountain","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":7839,"c":41,"u":"thunderous%20blows_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"thunderous blows|tdcsr","n":"Juggernaut Barbarian 3; Thunderous Blows","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":7841,"c":41,"u":"demolishing%20might_barbarian_phb_juggernaut_tdcsr_6_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"demolishing might|tdcsr","n":"Juggernaut Barbarian 6; Demolishing Might","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s5-0"},{"id":7843,"c":41,"u":"resolute%20stance_barbarian_phb_juggernaut_tdcsr_6_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"resolute stance|tdcsr","n":"Juggernaut Barbarian 6; Resolute Stance","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s5-0"},{"id":7845,"c":41,"u":"hurricane%20strike_barbarian_phb_juggernaut_tdcsr_10_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"hurricane strike|tdcsr","n":"Juggernaut Barbarian 10; Hurricane Strike","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s9-0"},{"id":7847,"c":41,"u":"thunderous%20blows%20(10th%20level)_barbarian_phb_juggernaut_tdcsr_10_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"thunderous blows (10th level)|tdcsr","n":"Juggernaut Barbarian 10; Thunderous Blows (10th Level)","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s9-0"},{"id":7849,"c":41,"u":"unstoppable_barbarian_phb_juggernaut_tdcsr_14_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"unstoppable|tdcsr","n":"Juggernaut Barbarian 14; Unstoppable","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s13-0"},{"id":7851,"c":41,"u":"path%20of%20the%20ancestral%20guardian_barbarian_phb_ancestral%20guardian_xge_3_xge","p":9,"s":"XGE","h":1,"t":5,"uu":"path of the ancestral guardian|xge","n":"Ancestral Guardian Barbarian 3; Path of the Ancestral Guardian","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s2-0"},{"id":7853,"c":41,"u":"ancestral%20protectors_barbarian_phb_ancestral%20guardian_xge_3_xge","p":9,"s":"XGE","h":1,"t":5,"uu":"ancestral protectors|xge","n":"Ancestral Guardian Barbarian 3; Ancestral Protectors","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s2-0"},{"id":7855,"c":41,"u":"spirit%20shield_barbarian_phb_ancestral%20guardian_xge_6_xge","p":9,"s":"XGE","h":1,"t":5,"uu":"spirit shield|xge","n":"Ancestral Guardian Barbarian 6; Spirit Shield","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s5-0"},{"id":7857,"c":41,"u":"consult%20the%20spirits_barbarian_phb_ancestral%20guardian_xge_10_xge","p":9,"s":"XGE","h":1,"t":5,"uu":"consult the spirits|xge","n":"Ancestral Guardian Barbarian 10; Consult the Spirits","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s9-0"},{"id":7859,"c":41,"u":"vengeful%20ancestors_barbarian_phb_ancestral%20guardian_xge_14_xge","p":9,"s":"XGE","h":1,"t":5,"uu":"vengeful ancestors|xge","n":"Ancestral Guardian Barbarian 14; Vengeful Ancestors","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s13-0"},{"id":7861,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"desert|xge","n":"Storm Herald Barbarian 3; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":7863,"c":41,"u":"path%20of%20the%20storm%20herald_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"path of the storm herald|xge","n":"Storm Herald Barbarian 3; Path of the Storm Herald","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":7865,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"sea|xge","n":"Storm Herald Barbarian 3; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":7867,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"tundra|xge","n":"Storm Herald Barbarian 3; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":7869,"c":41,"u":"storm%20aura_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"storm aura|xge","n":"Storm Herald Barbarian 3; Storm Aura","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":7871,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"desert|xge","n":"Storm Herald Barbarian 6; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":7873,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"sea|xge","n":"Storm Herald Barbarian 6; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":7875,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"tundra|xge","n":"Storm Herald Barbarian 6; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":7877,"c":41,"u":"storm%20soul_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"storm soul|xge","n":"Storm Herald Barbarian 6; Storm Soul","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":7879,"c":41,"u":"shielding%20storm_barbarian_phb_storm%20herald_xge_10_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"shielding storm|xge","n":"Storm Herald Barbarian 10; Shielding Storm","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s9-0"},{"id":7881,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"desert|xge","n":"Storm Herald Barbarian 14; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":7883,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"sea|xge","n":"Storm Herald Barbarian 14; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":7885,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"tundra|xge","n":"Storm Herald Barbarian 14; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":7887,"c":41,"u":"raging%20storm_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"raging storm|xge","n":"Storm Herald Barbarian 14; Raging Storm","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":7889,"c":41,"u":"path%20of%20the%20zealot_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"path of the zealot|xge","n":"Zealot Barbarian 3; Path of the Zealot","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":7891,"c":41,"u":"divine%20fury_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"divine fury|xge","n":"Zealot Barbarian 3; Divine Fury","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":7893,"c":41,"u":"warrior%20of%20the%20gods_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"warrior of the gods|xge","n":"Zealot Barbarian 3; Warrior of the Gods","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":7895,"c":41,"u":"fanatical%20focus_barbarian_phb_zealot_xge_6_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"fanatical focus|xge","n":"Zealot Barbarian 6; Fanatical Focus","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s5-0"},{"id":7897,"c":41,"u":"zealous%20presence_barbarian_phb_zealot_xge_10_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"zealous presence|xge","n":"Zealot Barbarian 10; Zealous Presence","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s9-0"},{"id":7899,"c":41,"u":"rage%20beyond%20death_barbarian_phb_zealot_xge_14_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"rage beyond death|xge","n":"Zealot Barbarian 14; Rage beyond Death","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s13-0"},{"id":7901,"c":41,"u":"path%20of%20the%20berserker_barbarian_xphb_berserker_xphb_3_xphb","p":54,"s":"XPHB","h":1,"t":5,"uu":"path of the berserker|xphb","n":"Berserker Barbarian 3; Path of the Berserker","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s2-0"},{"id":7903,"c":41,"u":"frenzy_barbarian_xphb_berserker_xphb_3_xphb","p":54,"s":"XPHB","h":1,"t":5,"uu":"frenzy|xphb","n":"Berserker Barbarian 3; Frenzy","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s2-0"},{"id":7905,"c":41,"u":"mindless%20rage_barbarian_xphb_berserker_xphb_6_xphb","p":54,"s":"XPHB","h":1,"t":5,"uu":"mindless rage|xphb","n":"Berserker Barbarian 6; Mindless Rage","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s5-0"},{"id":7907,"c":41,"u":"retaliation_barbarian_xphb_berserker_xphb_10_xphb","p":54,"s":"XPHB","h":1,"t":5,"uu":"retaliation|xphb","n":"Berserker Barbarian 10; Retaliation","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s9-0"},{"id":7909,"c":41,"u":"intimidating%20presence_barbarian_xphb_berserker_xphb_14_xphb","p":54,"s":"XPHB","h":1,"t":5,"uu":"intimidating presence|xphb","n":"Berserker Barbarian 14; Intimidating Presence","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s13-0"},{"id":7911,"c":41,"u":"path%20of%20the%20wild%20heart_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"path of the wild heart|xphb","n":"Wild Heart Barbarian 3; Path of the Wild Heart","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":7913,"c":41,"u":"animal%20speaker_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"animal speaker|xphb","n":"Wild Heart Barbarian 3; Animal Speaker","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":7915,"c":41,"u":"rage%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"rage of the wilds|xphb","n":"Wild Heart Barbarian 3; Rage of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":7917,"c":41,"u":"aspect%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_6_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"aspect of the wilds|xphb","n":"Wild Heart Barbarian 6; Aspect of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s5-0"},{"id":7919,"c":41,"u":"nature%20speaker_barbarian_xphb_wild%20heart_xphb_10_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"nature speaker|xphb","n":"Wild Heart Barbarian 10; Nature Speaker","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s9-0"},{"id":7921,"c":41,"u":"power%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_14_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"power of the wilds|xphb","n":"Wild Heart Barbarian 14; Power of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s13-0"},{"id":7923,"c":41,"u":"path%20of%20the%20world%20tree_barbarian_xphb_world%20tree_xphb_3_xphb","p":56,"s":"XPHB","h":1,"t":5,"uu":"path of the world tree|xphb","n":"World Tree Barbarian 3; Path of the World Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s2-0"},{"id":7925,"c":41,"u":"vitality%20of%20the%20tree_barbarian_xphb_world%20tree_xphb_3_xphb","p":56,"s":"XPHB","h":1,"t":5,"uu":"vitality of the tree|xphb","n":"World Tree Barbarian 3; Vitality of the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s2-0"},{"id":7927,"c":41,"u":"branches%20of%20the%20tree_barbarian_xphb_world%20tree_xphb_6_xphb","p":56,"s":"XPHB","h":1,"t":5,"uu":"branches of the tree|xphb","n":"World Tree Barbarian 6; Branches of the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s5-0"},{"id":7929,"c":41,"u":"battering%20roots_barbarian_xphb_world%20tree_xphb_10_xphb","p":56,"s":"XPHB","h":1,"t":5,"uu":"battering roots|xphb","n":"World Tree Barbarian 10; Battering Roots","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s9-0"},{"id":7931,"c":41,"u":"travel%20along%20the%20tree_barbarian_xphb_world%20tree_xphb_14_xphb","p":56,"s":"XPHB","h":1,"t":5,"uu":"travel along the tree|xphb","n":"World Tree Barbarian 14; Travel Along the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s13-0"},{"id":7933,"c":41,"u":"path%20of%20the%20zealot_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"path of the zealot|xphb","n":"Zealot Barbarian 3; Path of the Zealot","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":7935,"c":41,"u":"divine%20fury_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"divine fury|xphb","n":"Zealot Barbarian 3; Divine Fury","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":7937,"c":41,"u":"warrior%20of%20the%20gods_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"warrior of the gods|xphb","n":"Zealot Barbarian 3; Warrior of the Gods","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":7939,"c":41,"u":"fanatical%20focus_barbarian_xphb_zealot_xphb_6_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"fanatical focus|xphb","n":"Zealot Barbarian 6; Fanatical Focus","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s5-0"},{"id":7941,"c":41,"u":"zealous%20presence_barbarian_xphb_zealot_xphb_10_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"zealous presence|xphb","n":"Zealot Barbarian 10; Zealous Presence","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s9-0"},{"id":7943,"c":41,"u":"rage%20of%20the%20gods_barbarian_xphb_zealot_xphb_14_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"rage of the gods|xphb","n":"Zealot Barbarian 14; Rage of the Gods","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s13-0"},{"id":7945,"c":41,"u":"college%20of%20the%20road_bard_phb_road_hwcs_3_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"college of the road|hwcs","n":"Road Bard 3; College of the Road","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s2-0"},{"id":7947,"c":41,"u":"favorite%20trick_bard_phb_road_hwcs_6_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"favorite trick|hwcs","n":"Road Bard 6; Favorite Trick","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s5-0"},{"id":7949,"c":41,"u":"improved%20tricks_bard_phb_road_hwcs_6_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"improved tricks|hwcs","n":"Road Bard 6; Improved Tricks","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s5-0"},{"id":7951,"c":41,"u":"traveler's%20tricks_bard_phb_road_hwcs_6_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"traveler's tricks|hwcs","n":"Road Bard 6; Traveler's Tricks","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s5-0"},{"id":7953,"c":41,"u":"favorite%20trick_bard_phb_road_hwcs_14_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"favorite trick|hwcs","n":"Road Bard 14; Favorite Trick","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s13-0"},{"id":7955,"c":41,"u":"improved%20tricks_bard_phb_road_hwcs_14_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"improved tricks|hwcs","n":"Road Bard 14; Improved Tricks","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s13-0"},{"id":7957,"c":41,"u":"traveler's%20tricks_bard_phb_road_hwcs_14_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"traveler's tricks|hwcs","n":"Road Bard 14; Traveler's Tricks","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s13-0"},{"id":7959,"c":41,"u":"college%20of%20lore_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"t":5,"uu":"college of lore|phb","n":"Lore Bard 3; College of Lore","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":7961,"c":41,"u":"bonus%20proficiencies_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"t":5,"uu":"bonus proficiencies|phb","n":"Lore Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":7963,"c":41,"u":"cutting%20words_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"t":5,"uu":"cutting words|phb","n":"Lore Bard 3; Cutting Words","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":7965,"c":41,"u":"additional%20magical%20secrets_bard_phb_lore_phb_6_phb","p":54,"s":"PHB","h":1,"r":1,"t":5,"uu":"additional magical secrets|phb","n":"Lore Bard 6; Additional Magical Secrets","uh":"bard_phb,state:sub-lore-phb=b1~feature=s5-0"},{"id":7967,"c":41,"u":"peerless%20skill_bard_phb_lore_phb_14_phb","p":54,"s":"PHB","h":1,"r":1,"t":5,"uu":"peerless skill|phb","n":"Lore Bard 14; Peerless Skill","uh":"bard_phb,state:sub-lore-phb=b1~feature=s13-0"},{"id":7969,"c":41,"u":"college%20of%20valor_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"t":5,"uu":"college of valor|phb","n":"Valor Bard 3; College of Valor","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":7971,"c":41,"u":"bonus%20proficiencies_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"t":5,"uu":"bonus proficiencies|phb","n":"Valor Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":7973,"c":41,"u":"combat%20inspiration_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"t":5,"uu":"combat inspiration|phb","n":"Valor Bard 3; Combat Inspiration","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":7975,"c":41,"u":"extra%20attack_bard_phb_valor_phb_6_phb","p":55,"s":"PHB","h":1,"t":5,"uu":"extra attack|phb","n":"Valor Bard 6; Extra Attack","uh":"bard_phb,state:sub-valor-phb=b1~feature=s5-0"},{"id":7977,"c":41,"u":"battle%20magic_bard_phb_valor_phb_14_phb","p":55,"s":"PHB","h":1,"t":5,"uu":"battle magic|phb","n":"Valor Bard 14; Battle Magic","uh":"bard_phb,state:sub-valor-phb=b1~feature=s13-0"},{"id":7979,"c":41,"u":"college%20of%20creation_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"t":5,"uu":"college of creation|tce","n":"Creation Bard 3; College of Creation","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":7981,"c":41,"u":"mote%20of%20potential_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"t":5,"uu":"mote of potential|tce","n":"Creation Bard 3; Mote of Potential","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":7983,"c":41,"u":"performance%20of%20creation_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"t":5,"uu":"performance of creation|tce","n":"Creation Bard 3; Performance of Creation","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":7985,"c":41,"u":"animating%20performance_bard_phb_creation_tce_6_tce","p":27,"s":"TCE","h":1,"t":5,"uu":"animating performance|tce","n":"Creation Bard 6; Animating Performance","uh":"bard_phb,state:sub-creation-tce=b1~feature=s5-0"},{"id":7987,"c":41,"u":"creative%20crescendo_bard_phb_creation_tce_14_tce","p":27,"s":"TCE","h":1,"t":5,"uu":"creative crescendo|tce","n":"Creation Bard 14; Creative Crescendo","uh":"bard_phb,state:sub-creation-tce=b1~feature=s13-0"},{"id":7989,"c":41,"u":"college%20of%20eloquence_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"college of eloquence|tce","n":"Eloquence Bard 3; College of Eloquence","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":7991,"c":41,"u":"silver%20tongue_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"silver tongue|tce","n":"Eloquence Bard 3; Silver Tongue","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":7993,"c":41,"u":"unsettling%20words_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"unsettling words|tce","n":"Eloquence Bard 3; Unsettling Words","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":7995,"c":41,"u":"unfailing%20inspiration_bard_phb_eloquence_tce_6_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"unfailing inspiration|tce","n":"Eloquence Bard 6; Unfailing Inspiration","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s5-0"},{"id":7997,"c":41,"u":"universal%20speech_bard_phb_eloquence_tce_6_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"universal speech|tce","n":"Eloquence Bard 6; Universal Speech","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s5-0"},{"id":7999,"c":41,"u":"infectious%20inspiration_bard_phb_eloquence_tce_14_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"infectious inspiration|tce","n":"Eloquence Bard 14; Infectious Inspiration","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s13-0"},{"id":8001,"c":41,"u":"college%20of%20tragedy_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"college of tragedy|tdcsr","n":"Tragedy Bard 3; College of Tragedy","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8003,"c":41,"u":"poetry%20in%20misery_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"poetry in misery|tdcsr","n":"Tragedy Bard 3; Poetry in Misery","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8005,"c":41,"u":"sorrowful%20fate_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"sorrowful fate|tdcsr","n":"Tragedy Bard 3; Sorrowful Fate","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8007,"c":41,"u":"impending%20misfortune_bard_phb_tragedy_tdcsr_6_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"impending misfortune|tdcsr","n":"Tragedy Bard 6; Impending Misfortune","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s5-0"},{"id":8009,"c":41,"u":"tale%20of%20hubris_bard_phb_tragedy_tdcsr_6_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"tale of hubris|tdcsr","n":"Tragedy Bard 6; Tale of Hubris","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s5-0"},{"id":8011,"c":41,"u":"nimbus%20of%20pathos_bard_phb_tragedy_tdcsr_14_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"nimbus of pathos|tdcsr","n":"Tragedy Bard 14; Nimbus of Pathos","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s13-0"},{"id":8013,"c":41,"u":"tale%20of%20hubris%20(14th%20level)_bard_phb_tragedy_tdcsr_14_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"tale of hubris (14th level)|tdcsr","n":"Tragedy Bard 14; Tale of Hubris (14th Level)","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s13-0"},{"id":8015,"c":41,"u":"college%20of%20spirits_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"college of spirits|vrgr","n":"Spirits Bard 3; College of Spirits","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8017,"c":41,"u":"guiding%20whispers_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"guiding whispers|vrgr","n":"Spirits Bard 3; Guiding Whispers","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8019,"c":41,"u":"spiritual%20focus_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"spiritual focus|vrgr","n":"Spirits Bard 3; Spiritual Focus","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8021,"c":41,"u":"tales%20from%20beyond_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"tales from beyond|vrgr","n":"Spirits Bard 3; Tales from Beyond","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8023,"c":41,"u":"spirit%20session_bard_phb_spirits_vrgr_6_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"spirit session|vrgr","n":"Spirits Bard 6; Spirit Session","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s5-0"},{"id":8025,"c":41,"u":"mystical%20connection_bard_phb_spirits_vrgr_14_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"mystical connection|vrgr","n":"Spirits Bard 14; Mystical Connection","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s13-0"},{"id":8027,"c":41,"u":"college%20of%20glamour_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"t":5,"uu":"college of glamour|xge","n":"Glamour Bard 3; College of Glamour","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8029,"c":41,"u":"enthralling%20performance_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"t":5,"uu":"enthralling performance|xge","n":"Glamour Bard 3; Enthralling Performance","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8031,"c":41,"u":"mantle%20of%20inspiration_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"t":5,"uu":"mantle of inspiration|xge","n":"Glamour Bard 3; Mantle of Inspiration","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8033,"c":41,"u":"mantle%20of%20majesty_bard_phb_glamour_xge_6_xge","p":14,"s":"XGE","h":1,"t":5,"uu":"mantle of majesty|xge","n":"Glamour Bard 6; Mantle of Majesty","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s5-0"},{"id":8035,"c":41,"u":"unbreakable%20majesty_bard_phb_glamour_xge_14_xge","p":14,"s":"XGE","h":1,"t":5,"uu":"unbreakable majesty|xge","n":"Glamour Bard 14; Unbreakable Majesty","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s13-0"},{"id":8037,"c":41,"u":"college%20of%20swords_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"college of swords|xge","n":"Swords Bard 3; College of Swords","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8039,"c":41,"u":"defensive%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"defensive flourish|xge","n":"Swords Bard 3; Defensive Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8041,"c":41,"u":"mobile%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"mobile flourish|xge","n":"Swords Bard 3; Mobile Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8043,"c":41,"u":"slashing%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"slashing flourish|xge","n":"Swords Bard 3; Slashing Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8045,"c":41,"u":"blade%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"blade flourish|xge","n":"Swords Bard 3; Blade Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8047,"c":41,"u":"bonus%20proficiencies_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"bonus proficiencies|xge","n":"Swords Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8049,"c":41,"u":"fighting%20style_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"fighting style|xge","n":"Swords Bard 3; Fighting Style","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8051,"c":41,"u":"extra%20attack_bard_phb_swords_xge_6_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"extra attack|xge","n":"Swords Bard 6; Extra Attack","uh":"bard_phb,state:sub-swords-xge=b1~feature=s5-0"},{"id":8053,"c":41,"u":"master's%20flourish_bard_phb_swords_xge_14_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"master's flourish|xge","n":"Swords Bard 14; Master's Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s13-0"},{"id":8055,"c":41,"u":"college%20of%20whispers_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"t":5,"uu":"college of whispers|xge","n":"Whispers Bard 3; College of Whispers","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8057,"c":41,"u":"psychic%20blades_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"t":5,"uu":"psychic blades|xge","n":"Whispers Bard 3; Psychic Blades","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8059,"c":41,"u":"words%20of%20terror_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"t":5,"uu":"words of terror|xge","n":"Whispers Bard 3; Words of Terror","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8061,"c":41,"u":"mantle%20of%20whispers_bard_phb_whispers_xge_6_xge","p":16,"s":"XGE","h":1,"t":5,"uu":"mantle of whispers|xge","n":"Whispers Bard 6; Mantle of Whispers","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s5-0"},{"id":8063,"c":41,"u":"shadow%20lore_bard_phb_whispers_xge_14_xge","p":16,"s":"XGE","h":1,"t":5,"uu":"shadow lore|xge","n":"Whispers Bard 14; Shadow Lore","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s13-0"},{"id":8065,"c":41,"u":"college%20of%20dance_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"college of dance|xphb","n":"Dance Bard 3; College of Dance","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8067,"c":41,"u":"agile%20strikes_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"agile strikes|xphb","n":"Dance Bard 3; Agile Strikes","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8069,"c":41,"u":"bardic%20damage_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"bardic damage|xphb","n":"Dance Bard 3; Bardic Damage","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8071,"c":41,"u":"dance%20virtuoso_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"dance virtuoso|xphb","n":"Dance Bard 3; Dance Virtuoso","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8073,"c":41,"u":"dazzling%20footwork_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"dazzling footwork|xphb","n":"Dance Bard 3; Dazzling Footwork","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8075,"c":41,"u":"unarmored%20defense_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"unarmored defense|xphb","n":"Dance Bard 3; Unarmored Defense","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8077,"c":41,"u":"inspiring%20movement_bard_xphb_dance_xphb_6_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"inspiring movement|xphb","n":"Dance Bard 6; Inspiring Movement","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s5-0"},{"id":8079,"c":41,"u":"tandem%20footwork_bard_xphb_dance_xphb_6_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"tandem footwork|xphb","n":"Dance Bard 6; Tandem Footwork","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s5-0"},{"id":8081,"c":41,"u":"leading%20evasion_bard_xphb_dance_xphb_14_xphb","p":65,"s":"XPHB","h":1,"t":5,"uu":"leading evasion|xphb","n":"Dance Bard 14; Leading Evasion","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s13-0"},{"id":8083,"c":41,"u":"college%20of%20glamour_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"t":5,"uu":"college of glamour|xphb","n":"Glamour Bard 3; College of Glamour","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8085,"c":41,"u":"beguiling%20magic_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"t":5,"uu":"beguiling magic|xphb","n":"Glamour Bard 3; Beguiling Magic","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8087,"c":41,"u":"mantle%20of%20inspiration_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"t":5,"uu":"mantle of inspiration|xphb","n":"Glamour Bard 3; Mantle of Inspiration","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8089,"c":41,"u":"mantle%20of%20majesty_bard_xphb_glamour_xphb_6_xphb","p":65,"s":"XPHB","h":1,"t":5,"uu":"mantle of majesty|xphb","n":"Glamour Bard 6; Mantle of Majesty","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s5-0"},{"id":8091,"c":41,"u":"unbreakable%20majesty_bard_xphb_glamour_xphb_14_xphb","p":66,"s":"XPHB","h":1,"t":5,"uu":"unbreakable majesty|xphb","n":"Glamour Bard 14; Unbreakable Majesty","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s13-0"},{"id":8093,"c":41,"u":"college%20of%20lore_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"t":5,"uu":"college of lore|xphb","n":"Lore Bard 3; College of Lore","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8095,"c":41,"u":"bonus%20proficiencies_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"t":5,"uu":"bonus proficiencies|xphb","n":"Lore Bard 3; Bonus Proficiencies","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8097,"c":41,"u":"cutting%20words_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"t":5,"uu":"cutting words|xphb","n":"Lore Bard 3; Cutting Words","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8099,"c":41,"u":"magical%20discoveries_bard_xphb_lore_xphb_6_xphb","p":66,"s":"XPHB","h":1,"t":5,"uu":"magical discoveries|xphb","n":"Lore Bard 6; Magical Discoveries","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s5-0"},{"id":8101,"c":41,"u":"peerless%20skill_bard_xphb_lore_xphb_14_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"peerless skill|xphb","n":"Lore Bard 14; Peerless Skill","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s13-0"},{"id":8103,"c":41,"u":"college%20of%20valor_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"college of valor|xphb","n":"Valor Bard 3; College of Valor","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8105,"c":41,"u":"combat%20inspiration_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"combat inspiration|xphb","n":"Valor Bard 3; Combat Inspiration","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8107,"c":41,"u":"martial%20training_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"martial training|xphb","n":"Valor Bard 3; Martial Training","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8109,"c":41,"u":"extra%20attack_bard_xphb_valor_xphb_6_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"extra attack|xphb","n":"Valor Bard 6; Extra Attack","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s5-0"},{"id":8111,"c":41,"u":"battle%20magic_bard_xphb_valor_xphb_14_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"battle magic|xphb","n":"Valor Bard 14; Battle Magic","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s13-0"},{"id":8113,"c":41,"u":"death%20domain_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"death domain|dmg","n":"Death Cleric 1; Death Domain","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8115,"c":41,"u":"bonus%20proficiency_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"bonus proficiency|dmg","n":"Death Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8117,"c":41,"u":"reaper_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"reaper|dmg","n":"Death Cleric 1; Reaper","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8119,"c":41,"u":"channel%20divinity%3a%20touch%20of%20death_cleric_phb_death_dmg_2_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"channel divinity: touch of death|dmg","n":"Death Cleric 2; Channel Divinity: Touch of Death","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s1-0"},{"id":8121,"c":41,"u":"inescapable%20destruction_cleric_phb_death_dmg_6_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"inescapable destruction|dmg","n":"Death Cleric 6; Inescapable Destruction","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s5-0"},{"id":8123,"c":41,"u":"blessed%20strikes_cleric_phb_death_dmg_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Death Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-death-tce=b1~feature=s7-0"},{"id":8125,"c":41,"u":"divine%20strike_cleric_phb_death_dmg_8_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"divine strike|dmg","n":"Death Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s7-0"},{"id":8127,"c":41,"u":"improved%20reaper_cleric_phb_death_dmg_17_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"improved reaper|dmg","n":"Death Cleric 17; Improved Reaper","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s16-0"},{"id":8129,"c":41,"u":"community%20domain_cleric_phb_community_hwcs_1_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"community domain|hwcs","n":"Community Cleric 1; Community Domain","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s0-0"},{"id":8131,"c":41,"u":"blessing%20of%20the%20hearth_cleric_phb_community_hwcs_1_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"blessing of the hearth|hwcs","n":"Community Cleric 1; Blessing of the Hearth","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s0-0"},{"id":8133,"c":41,"u":"channel%20divinity%3a%20magnificent%20feast_cleric_phb_community_hwcs_2_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"channel divinity: magnificent feast|hwcs","n":"Community Cleric 2; Channel Divinity: Magnificent Feast","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s1-0"},{"id":8135,"c":41,"u":"channel%20divinity%3a%20community%20watch_cleric_phb_community_hwcs_6_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"channel divinity: community watch|hwcs","n":"Community Cleric 6; Channel Divinity: Community Watch","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s5-0"},{"id":8137,"c":41,"u":"divine%20strike_cleric_phb_community_hwcs_8_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"divine strike|hwcs","n":"Community Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s7-0"},{"id":8139,"c":41,"u":"paragon%20of%20the%20people_cleric_phb_community_hwcs_17_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"paragon of the people|hwcs","n":"Community Cleric 17; Paragon of the People","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s16-0"},{"id":8141,"c":41,"u":"night%20domain_cleric_phb_night_hwcs_1_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"night domain|hwcs","n":"Night Cleric 1; Night Domain","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s0-0"},{"id":8143,"c":41,"u":"eye%20of%20twilight_cleric_phb_night_hwcs_1_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"eye of twilight|hwcs","n":"Night Cleric 1; Eye of Twilight","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s0-0"},{"id":8145,"c":41,"u":"ward%20of%20shadows_cleric_phb_night_hwcs_1_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"ward of shadows|hwcs","n":"Night Cleric 1; Ward of Shadows","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s0-0"},{"id":8147,"c":41,"u":"channel%20divinity%3a%20invocation%20of%20night_cleric_phb_night_hwcs_2_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"channel divinity: invocation of night|hwcs","n":"Night Cleric 2; Channel Divinity: Invocation of Night","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s1-0"},{"id":8149,"c":41,"u":"improved%20ward_cleric_phb_night_hwcs_6_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"improved ward|hwcs","n":"Night Cleric 6; Improved Ward","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s5-0"},{"id":8151,"c":41,"u":"veil%20of%20dreams_cleric_phb_night_hwcs_8_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"veil of dreams|hwcs","n":"Night Cleric 8; Veil of Dreams","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s7-0"},{"id":8153,"c":41,"u":"creature%20of%20the%20night_cleric_phb_night_hwcs_17_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"creature of the night|hwcs","n":"Night Cleric 17; Creature of the Night","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s16-0"},{"id":8155,"c":41,"u":"knowledge%20domain_cleric_phb_knowledge_phb_1_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"knowledge domain|phb","n":"Knowledge Cleric 1; Knowledge Domain","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s0-0"},{"id":8157,"c":41,"u":"blessings%20of%20knowledge_cleric_phb_knowledge_phb_1_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"blessings of knowledge|phb","n":"Knowledge Cleric 1; Blessings of Knowledge","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s0-0"},{"id":8159,"c":41,"u":"channel%20divinity%3a%20knowledge%20of%20the%20ages_cleric_phb_knowledge_phb_2_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"channel divinity: knowledge of the ages|phb","n":"Knowledge Cleric 2; Channel Divinity: Knowledge of the Ages","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s1-0"},{"id":8161,"c":41,"u":"channel%20divinity%3a%20read%20thoughts_cleric_phb_knowledge_phb_6_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"channel divinity: read thoughts|phb","n":"Knowledge Cleric 6; Channel Divinity: Read Thoughts","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s5-0"},{"id":8163,"c":41,"u":"blessed%20strikes_cleric_phb_knowledge_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Knowledge Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-knowledge-tce=b1~feature=s7-0"},{"id":8165,"c":41,"u":"potent%20spellcasting_cleric_phb_knowledge_phb_8_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"potent spellcasting|phb","n":"Knowledge Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s7-0"},{"id":8167,"c":41,"u":"visions%20of%20the%20past_cleric_phb_knowledge_phb_17_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"visions of the past|phb","n":"Knowledge Cleric 17; Visions of the Past","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s16-0"},{"id":8169,"c":41,"u":"life%20domain_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"life domain|phb","n":"Life Cleric 1; Life Domain","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8171,"c":41,"u":"bonus%20proficiency_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"bonus proficiency|phb","n":"Life Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8173,"c":41,"u":"disciple%20of%20life_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"disciple of life|phb","n":"Life Cleric 1; Disciple of Life","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8175,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_phb_life_phb_2_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"channel divinity: preserve life|phb","n":"Life Cleric 2; Channel Divinity: Preserve Life","uh":"cleric_phb,state:sub-life-phb=b1~feature=s1-0"},{"id":8177,"c":41,"u":"blessed%20healer_cleric_phb_life_phb_6_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"blessed healer|phb","n":"Life Cleric 6; Blessed Healer","uh":"cleric_phb,state:sub-life-phb=b1~feature=s5-0"},{"id":8179,"c":41,"u":"blessed%20strikes_cleric_phb_life_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Life Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-life-tce=b1~feature=s7-0"},{"id":8181,"c":41,"u":"divine%20strike_cleric_phb_life_phb_8_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"divine strike|phb","n":"Life Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-life-phb=b1~feature=s7-0"},{"id":8183,"c":41,"u":"supreme%20healing_cleric_phb_life_phb_17_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"supreme healing|phb","n":"Life Cleric 17; Supreme Healing","uh":"cleric_phb,state:sub-life-phb=b1~feature=s16-0"},{"id":8185,"c":41,"u":"light%20domain_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"light domain|phb","n":"Light Cleric 1; Light Domain","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8187,"c":41,"u":"bonus%20cantrip_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"bonus cantrip|phb","n":"Light Cleric 1; Bonus Cantrip","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8189,"c":41,"u":"warding%20flare_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"warding flare|phb","n":"Light Cleric 1; Warding Flare","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8191,"c":41,"u":"channel%20divinity%3a%20radiance%20of%20the%20dawn_cleric_phb_light_phb_2_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"channel divinity: radiance of the dawn|phb","n":"Light Cleric 2; Channel Divinity: Radiance of the Dawn","uh":"cleric_phb,state:sub-light-phb=b1~feature=s1-0"},{"id":8193,"c":41,"u":"improved%20flare_cleric_phb_light_phb_6_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"improved flare|phb","n":"Light Cleric 6; Improved Flare","uh":"cleric_phb,state:sub-light-phb=b1~feature=s5-0"},{"id":8195,"c":41,"u":"blessed%20strikes_cleric_phb_light_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Light Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-light-tce=b1~feature=s7-0"},{"id":8197,"c":41,"u":"potent%20spellcasting_cleric_phb_light_phb_8_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"potent spellcasting|phb","n":"Light Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-light-phb=b1~feature=s7-0"},{"id":8199,"c":41,"u":"corona%20of%20light_cleric_phb_light_phb_17_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"corona of light|phb","n":"Light Cleric 17; Corona of Light","uh":"cleric_phb,state:sub-light-phb=b1~feature=s16-0"},{"id":8201,"c":41,"u":"nature%20domain_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"nature domain|phb","n":"Nature Cleric 1; Nature Domain","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8203,"c":41,"u":"acolyte%20of%20nature_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"acolyte of nature|phb","n":"Nature Cleric 1; Acolyte of Nature","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8205,"c":41,"u":"bonus%20proficiency_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"bonus proficiency|phb","n":"Nature Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8207,"c":41,"u":"channel%20divinity%3a%20charm%20animals%20and%20plants_cleric_phb_nature_phb_2_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"channel divinity: charm animals and plants|phb","n":"Nature Cleric 2; Channel Divinity: Charm Animals and Plants","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s1-0"},{"id":8209,"c":41,"u":"dampen%20elements_cleric_phb_nature_phb_6_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"dampen elements|phb","n":"Nature Cleric 6; Dampen Elements","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s5-0"},{"id":8211,"c":41,"u":"blessed%20strikes_cleric_phb_nature_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Nature Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-nature-tce=b1~feature=s7-0"},{"id":8213,"c":41,"u":"divine%20strike_cleric_phb_nature_phb_8_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"divine strike|phb","n":"Nature Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s7-0"},{"id":8215,"c":41,"u":"master%20of%20nature_cleric_phb_nature_phb_17_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"master of nature|phb","n":"Nature Cleric 17; Master of Nature","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s16-0"},{"id":8217,"c":41,"u":"tempest%20domain_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"tempest domain|phb","n":"Tempest Cleric 1; Tempest Domain","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8219,"c":41,"u":"bonus%20proficiencies_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"bonus proficiencies|phb","n":"Tempest Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8221,"c":41,"u":"wrath%20of%20the%20storm_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"wrath of the storm|phb","n":"Tempest Cleric 1; Wrath of the Storm","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8223,"c":41,"u":"channel%20divinity%3a%20destructive%20wrath_cleric_phb_tempest_phb_2_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"channel divinity: destructive wrath|phb","n":"Tempest Cleric 2; Channel Divinity: Destructive Wrath","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s1-0"},{"id":8225,"c":41,"u":"thunderbolt%20strike_cleric_phb_tempest_phb_6_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"thunderbolt strike|phb","n":"Tempest Cleric 6; Thunderbolt Strike","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s5-0"},{"id":8227,"c":41,"u":"blessed%20strikes_cleric_phb_tempest_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Tempest Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-tempest-tce=b1~feature=s7-0"},{"id":8229,"c":41,"u":"divine%20strike_cleric_phb_tempest_phb_8_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"divine strike|phb","n":"Tempest Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s7-0"},{"id":8231,"c":41,"u":"stormborn_cleric_phb_tempest_phb_17_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"stormborn|phb","n":"Tempest Cleric 17; Stormborn","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s16-0"},{"id":8233,"c":41,"u":"trickery%20domain_cleric_phb_trickery_phb_1_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"trickery domain|phb","n":"Trickery Cleric 1; Trickery Domain","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s0-0"},{"id":8235,"c":41,"u":"blessing%20of%20the%20trickster_cleric_phb_trickery_phb_1_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"blessing of the trickster|phb","n":"Trickery Cleric 1; Blessing of the Trickster","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s0-0"},{"id":8237,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_phb_trickery_phb_2_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"channel divinity: invoke duplicity|phb","n":"Trickery Cleric 2; Channel Divinity: Invoke Duplicity","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s1-0"},{"id":8239,"c":41,"u":"channel%20divinity%3a%20cloak%20of%20shadows_cleric_phb_trickery_phb_6_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"channel divinity: cloak of shadows|phb","n":"Trickery Cleric 6; Channel Divinity: Cloak of Shadows","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s5-0"},{"id":8241,"c":41,"u":"blessed%20strikes_cleric_phb_trickery_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Trickery Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-trickery-tce=b1~feature=s7-0"},{"id":8243,"c":41,"u":"divine%20strike_cleric_phb_trickery_phb_8_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"divine strike|phb","n":"Trickery Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s7-0"},{"id":8245,"c":41,"u":"improved%20duplicity_cleric_phb_trickery_phb_17_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"improved duplicity|phb","n":"Trickery Cleric 17; Improved Duplicity","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s16-0"},{"id":8247,"c":41,"u":"war%20domain_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"war domain|phb","n":"War Cleric 1; War Domain","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8249,"c":41,"u":"bonus%20proficiencies_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"bonus proficiencies|phb","n":"War Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8251,"c":41,"u":"war%20priest_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"war priest|phb","n":"War Cleric 1; War Priest","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8253,"c":41,"u":"channel%20divinity%3a%20guided%20strike_cleric_phb_war_phb_2_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"channel divinity: guided strike|phb","n":"War Cleric 2; Channel Divinity: Guided Strike","uh":"cleric_phb,state:sub-war-phb=b1~feature=s1-0"},{"id":8255,"c":41,"u":"channel%20divinity%3a%20war%20god's%20blessing_cleric_phb_war_phb_6_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"channel divinity: war god's blessing|phb","n":"War Cleric 6; Channel Divinity: War God's Blessing","uh":"cleric_phb,state:sub-war-phb=b1~feature=s5-0"},{"id":8257,"c":41,"u":"blessed%20strikes_cleric_phb_war_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"War Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-war-tce=b1~feature=s7-0"},{"id":8259,"c":41,"u":"divine%20strike_cleric_phb_war_phb_8_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"divine strike|phb","n":"War Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-war-phb=b1~feature=s7-0"},{"id":8261,"c":41,"u":"avatar%20of%20battle_cleric_phb_war_phb_17_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"avatar of battle|phb","n":"War Cleric 17; Avatar of Battle","uh":"cleric_phb,state:sub-war-phb=b1~feature=s16-0"},{"id":8263,"c":41,"u":"ambition%20domain%20(psa)_cleric_phb_ambition%20(psa)_psa_1_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"ambition domain (psa)|psa","n":"Ambition (PSA) Cleric 1; Ambition Domain (PSA)","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s0-0"},{"id":8265,"c":41,"u":"warding%20flare_cleric_phb_ambition%20(psa)_psa_1_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"warding flare|psa","n":"Ambition (PSA) Cleric 1; Warding Flare","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s0-0"},{"id":8267,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_phb_ambition%20(psa)_psa_2_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"channel divinity: invoke duplicity|psa","n":"Ambition (PSA) Cleric 2; Channel Divinity: Invoke Duplicity","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s1-0"},{"id":8269,"c":41,"u":"channel%20divinity%3a%20cloak%20of%20shadows_cleric_phb_ambition%20(psa)_psa_6_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"channel divinity: cloak of shadows|psa","n":"Ambition (PSA) Cleric 6; Channel Divinity: Cloak of Shadows","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s5-0"},{"id":8271,"c":41,"u":"blessed%20strikes_cleric_phb_ambition%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Ambition (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-ambition-psa-tce=b1~feature=s7-0"},{"id":8273,"c":41,"u":"potent%20spellcasting_cleric_phb_ambition%20(psa)_psa_8_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"potent spellcasting|psa","n":"Ambition (PSA) Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s7-0"},{"id":8275,"c":41,"u":"improved%20duplicity_cleric_phb_ambition%20(psa)_psa_17_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"improved duplicity|psa","n":"Ambition (PSA) Cleric 17; Improved Duplicity","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s16-0"},{"id":8277,"c":41,"u":"knowledge%20domain%20(psa)_cleric_phb_knowledge%20(psa)_psa_1_psa","p":25,"s":"PSA","h":1,"t":5,"uu":"knowledge domain (psa)|psa","n":"Knowledge (PSA) Cleric 1; Knowledge Domain (PSA)","uh":"cleric_phb,state:sub-knowledge-psa-psa=b1~feature=s0-0"},{"id":8279,"c":41,"u":"solidarity%20domain%20(psa)_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"solidarity domain (psa)|psa","n":"Solidarity (PSA) Cleric 1; Solidarity Domain (PSA)","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8281,"c":41,"u":"bonus%20proficiency_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"bonus proficiency|psa","n":"Solidarity (PSA) Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8283,"c":41,"u":"solidarity's%20action_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"solidarity's action|psa","n":"Solidarity (PSA) Cleric 1; Solidarity's Action","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8285,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_phb_solidarity%20(psa)_psa_2_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"channel divinity: preserve life|psa","n":"Solidarity (PSA) Cleric 2; Channel Divinity: Preserve Life","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s1-0"},{"id":8287,"c":41,"u":"oketra's%20blessing_cleric_phb_solidarity%20(psa)_psa_6_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"oketra's blessing|psa","n":"Solidarity (PSA) Cleric 6; Oketra's Blessing","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s5-0"},{"id":8289,"c":41,"u":"blessed%20strikes_cleric_phb_solidarity%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Solidarity (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-solidarity-psa-tce=b1~feature=s7-0"},{"id":8291,"c":41,"u":"divine%20strike_cleric_phb_solidarity%20(psa)_psa_8_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"divine strike|psa","n":"Solidarity (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s7-0"},{"id":8293,"c":41,"u":"supreme%20healing_cleric_phb_solidarity%20(psa)_psa_17_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"supreme healing|psa","n":"Solidarity (PSA) Cleric 17; Supreme Healing","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s16-0"},{"id":8295,"c":41,"u":"strength%20domain%20(psa)_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"strength domain (psa)|psa","n":"Strength (PSA) Cleric 1; Strength Domain (PSA)","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8297,"c":41,"u":"acolyte%20of%20strength_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"acolyte of strength|psa","n":"Strength (PSA) Cleric 1; Acolyte of Strength","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8299,"c":41,"u":"bonus%20proficiency_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"bonus proficiency|psa","n":"Strength (PSA) Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8301,"c":41,"u":"channel%20divinity%3a%20feat%20of%20strength_cleric_phb_strength%20(psa)_psa_2_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"channel divinity: feat of strength|psa","n":"Strength (PSA) Cleric 2; Channel Divinity: Feat of Strength","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s1-0"},{"id":8303,"c":41,"u":"rhonas's%20blessing_cleric_phb_strength%20(psa)_psa_6_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"rhonas's blessing|psa","n":"Strength (PSA) Cleric 6; Rhonas's Blessing","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s5-0"},{"id":8305,"c":41,"u":"blessed%20strikes_cleric_phb_strength%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Strength (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-strength-psa-tce=b1~feature=s7-0"},{"id":8307,"c":41,"u":"divine%20strike_cleric_phb_strength%20(psa)_psa_8_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"divine strike|psa","n":"Strength (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s7-0"},{"id":8309,"c":41,"u":"avatar%20of%20battle_cleric_phb_strength%20(psa)_psa_17_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"avatar of battle|psa","n":"Strength (PSA) Cleric 17; Avatar of Battle","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s16-0"},{"id":8311,"c":41,"u":"zeal%20domain%20(psa)_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"zeal domain (psa)|psa","n":"Zeal (PSA) Cleric 1; Zeal Domain (PSA)","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8313,"c":41,"u":"bonus%20proficiencies_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"bonus proficiencies|psa","n":"Zeal (PSA) Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8315,"c":41,"u":"priest%20of%20zeal_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"priest of zeal|psa","n":"Zeal (PSA) Cleric 1; Priest of Zeal","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8317,"c":41,"u":"channel%20divinity%3a%20consuming%20fervor_cleric_phb_zeal%20(psa)_psa_2_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"channel divinity: consuming fervor|psa","n":"Zeal (PSA) Cleric 2; Channel Divinity: Consuming Fervor","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s1-0"},{"id":8319,"c":41,"u":"resounding%20strike_cleric_phb_zeal%20(psa)_psa_6_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"resounding strike|psa","n":"Zeal (PSA) Cleric 6; Resounding Strike","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s5-0"},{"id":8321,"c":41,"u":"blessed%20strikes_cleric_phb_zeal%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Zeal (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-zeal-psa-tce=b1~feature=s7-0"},{"id":8323,"c":41,"u":"divine%20strike_cleric_phb_zeal%20(psa)_psa_8_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"divine strike|psa","n":"Zeal (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s7-0"},{"id":8325,"c":41,"u":"blaze%20of%20glory_cleric_phb_zeal%20(psa)_psa_17_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"blaze of glory|psa","n":"Zeal (PSA) Cleric 17; Blaze of Glory","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s16-0"},{"id":8327,"c":41,"u":"arcana%20domain_cleric_phb_arcana_scag_1_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"arcana domain|scag","n":"Arcana Cleric 1; Arcana Domain","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s0-0"},{"id":8329,"c":41,"u":"arcane%20initiate_cleric_phb_arcana_scag_1_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"arcane initiate|scag","n":"Arcana Cleric 1; Arcane Initiate","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s0-0"},{"id":8331,"c":41,"u":"channel%20divinity%3a%20arcane%20abjuration_cleric_phb_arcana_scag_2_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"channel divinity: arcane abjuration|scag","n":"Arcana Cleric 2; Channel Divinity: Arcane Abjuration","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s1-0"},{"id":8333,"c":41,"u":"spell%20breaker_cleric_phb_arcana_scag_6_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"spell breaker|scag","n":"Arcana Cleric 6; Spell Breaker","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s5-0"},{"id":8335,"c":41,"u":"blessed%20strikes_cleric_phb_arcana_scag_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Arcana Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-arcana-tce=b1~feature=s7-0"},{"id":8337,"c":41,"u":"potent%20spellcasting_cleric_phb_arcana_scag_8_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"potent spellcasting|scag","n":"Arcana Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s7-0"},{"id":8339,"c":41,"u":"arcane%20mastery_cleric_phb_arcana_scag_17_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"arcane mastery|scag","n":"Arcana Cleric 17; Arcane Mastery","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s16-0"},{"id":8341,"c":41,"u":"order%20domain_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"order domain|tce","n":"Order Cleric 1; Order Domain","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8343,"c":41,"u":"bonus%20proficiencies_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"bonus proficiencies|tce","n":"Order Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8345,"c":41,"u":"voice%20of%20authority_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"voice of authority|tce","n":"Order Cleric 1; Voice of Authority","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8347,"c":41,"u":"channel%20divinity%3a%20order's%20demand_cleric_phb_order_tce_2_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"channel divinity: order's demand|tce","n":"Order Cleric 2; Channel Divinity: Order's Demand","uh":"cleric_phb,state:sub-order-tce=b1~feature=s1-0"},{"id":8349,"c":41,"u":"embodiment%20of%20the%20law_cleric_phb_order_tce_6_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"embodiment of the law|tce","n":"Order Cleric 6; Embodiment of the Law","uh":"cleric_phb,state:sub-order-tce=b1~feature=s5-0"},{"id":8351,"c":41,"u":"blessed%20strikes_cleric_phb_order_tce_8_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Order Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-order-tce=b1~feature=s7-0"},{"id":8353,"c":41,"u":"divine%20strike_cleric_phb_order_tce_8_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"divine strike|tce","n":"Order Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-order-tce=b1~feature=s7-0"},{"id":8355,"c":41,"u":"order's%20wrath_cleric_phb_order_tce_17_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"order's wrath|tce","n":"Order Cleric 17; Order's Wrath","uh":"cleric_phb,state:sub-order-tce=b1~feature=s16-0"},{"id":8357,"c":41,"u":"peace%20domain_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"peace domain|tce","n":"Peace Cleric 1; Peace Domain","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8359,"c":41,"u":"emboldening%20bond_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"emboldening bond|tce","n":"Peace Cleric 1; Emboldening Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8361,"c":41,"u":"implement%20of%20peace_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"implement of peace|tce","n":"Peace Cleric 1; Implement of Peace","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8363,"c":41,"u":"channel%20divinity%3a%20balm%20of%20peace_cleric_phb_peace_tce_2_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"channel divinity: balm of peace|tce","n":"Peace Cleric 2; Channel Divinity: Balm of Peace","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s1-0"},{"id":8365,"c":41,"u":"protective%20bond_cleric_phb_peace_tce_6_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"protective bond|tce","n":"Peace Cleric 6; Protective Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s5-0"},{"id":8367,"c":41,"u":"blessed%20strikes_cleric_phb_peace_tce_8_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Peace Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s7-0"},{"id":8369,"c":41,"u":"potent%20spellcasting_cleric_phb_peace_tce_8_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"potent spellcasting|tce","n":"Peace Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s7-0"},{"id":8371,"c":41,"u":"expansive%20bond_cleric_phb_peace_tce_17_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"expansive bond|tce","n":"Peace Cleric 17; Expansive Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s16-0"},{"id":8373,"c":41,"u":"twilight%20domain_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"twilight domain|tce","n":"Twilight Cleric 1; Twilight Domain","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8375,"c":41,"u":"bonus%20proficiencies_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"bonus proficiencies|tce","n":"Twilight Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8377,"c":41,"u":"eyes%20of%20night_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"eyes of night|tce","n":"Twilight Cleric 1; Eyes of Night","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8379,"c":41,"u":"vigilant%20blessing_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"vigilant blessing|tce","n":"Twilight Cleric 1; Vigilant Blessing","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8381,"c":41,"u":"channel%20divinity%3a%20twilight%20sanctuary_cleric_phb_twilight_tce_2_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"channel divinity: twilight sanctuary|tce","n":"Twilight Cleric 2; Channel Divinity: Twilight Sanctuary","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s1-0"},{"id":8383,"c":41,"u":"steps%20of%20night_cleric_phb_twilight_tce_6_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"steps of night|tce","n":"Twilight Cleric 6; Steps of Night","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s5-0"},{"id":8385,"c":41,"u":"blessed%20strikes_cleric_phb_twilight_tce_8_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Twilight Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s7-0"},{"id":8387,"c":41,"u":"divine%20strike_cleric_phb_twilight_tce_8_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"divine strike|tce","n":"Twilight Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s7-0"},{"id":8389,"c":41,"u":"twilight%20shroud_cleric_phb_twilight_tce_17_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"twilight shroud|tce","n":"Twilight Cleric 17; Twilight Shroud","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s16-0"},{"id":8391,"c":41,"u":"blood%20domain_cleric_phb_blood_tdcsr_1_tdcsr","p":168,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blood domain|tdcsr","n":"Blood Cleric 1; Blood Domain","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8393,"c":41,"u":"bloodletting%20focus_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"bloodletting focus|tdcsr","n":"Blood Cleric 1; Bloodletting Focus","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8395,"c":41,"u":"bonus%20proficiencies_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"bonus proficiencies|tdcsr","n":"Blood Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8397,"c":41,"u":"domain%20spells_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"domain spells|tdcsr","n":"Blood Cleric 1; Domain Spells","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8399,"c":41,"u":"channel%20divinity%3a%20crimson%20bond_cleric_phb_blood_tdcsr_2_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: crimson bond|tdcsr","n":"Blood Cleric 2; Channel Divinity: Crimson Bond","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s1-0"},{"id":8401,"c":41,"u":"channel%20divinity%3a%20blood%20puppet_cleric_phb_blood_tdcsr_6_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: blood puppet|tdcsr","n":"Blood Cleric 6; Channel Divinity: Blood Puppet","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s5-0"},{"id":8403,"c":41,"u":"sanguine%20recall_cleric_phb_blood_tdcsr_6_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"sanguine recall|tdcsr","n":"Blood Cleric 6; Sanguine Recall","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s5-0"},{"id":8405,"c":41,"u":"divine%20strike_cleric_phb_blood_tdcsr_8_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"divine strike|tdcsr","n":"Blood Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s7-0"},{"id":8407,"c":41,"u":"divine%20strike%20(14th%20level)_cleric_phb_blood_tdcsr_14_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"divine strike (14th level)|tdcsr","n":"Blood Cleric 14; Divine Strike (14th Level)","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s13-0"},{"id":8409,"c":41,"u":"channel%20divinity%3a%20blood%20puppet%20(17th%20level)_cleric_phb_blood_tdcsr_17_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: blood puppet (17th level)|tdcsr","n":"Blood Cleric 17; Channel Divinity: Blood Puppet (17th Level)","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s16-0"},{"id":8411,"c":41,"u":"vascular%20corruption%20aura_cleric_phb_blood_tdcsr_17_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"vascular corruption aura|tdcsr","n":"Blood Cleric 17; Vascular Corruption Aura","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s16-0"},{"id":8413,"c":41,"u":"moon%20domain_cleric_phb_moon_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"moon domain|tdcsr","n":"Moon Cleric 1; Moon Domain","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8415,"c":41,"u":"clarity%20of%20catha_cleric_phb_moon_tdcsr_1_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"clarity of catha|tdcsr","n":"Moon Cleric 1; Clarity of Catha","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8417,"c":41,"u":"domain%20spells_cleric_phb_moon_tdcsr_1_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"domain spells|tdcsr","n":"Moon Cleric 1; Domain Spells","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8419,"c":41,"u":"channel%20divinity%3a%20blessing%20of%20the%20full%20moon_cleric_phb_moon_tdcsr_2_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: blessing of the full moon|tdcsr","n":"Moon Cleric 2; Channel Divinity: Blessing of the Full Moon","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s1-0"},{"id":8421,"c":41,"u":"channel%20divinity%3a%20mind%20of%20two%20moons_cleric_phb_moon_tdcsr_6_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: mind of two moons|tdcsr","n":"Moon Cleric 6; Channel Divinity: Mind of Two Moons","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s5-0"},{"id":8423,"c":41,"u":"empowered%20cantrips_cleric_phb_moon_tdcsr_8_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"empowered cantrips|tdcsr","n":"Moon Cleric 8; Empowered Cantrips","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s7-0"},{"id":8425,"c":41,"u":"eclipse%20of%20ill%20omen_cleric_phb_moon_tdcsr_17_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"eclipse of ill omen|tdcsr","n":"Moon Cleric 17; Eclipse of Ill Omen","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s16-0"},{"id":8427,"c":41,"u":"forge%20domain_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"forge domain|xge","n":"Forge Cleric 1; Forge Domain","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8429,"c":41,"u":"blessing%20of%20the%20forge_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"blessing of the forge|xge","n":"Forge Cleric 1; Blessing of the Forge","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8431,"c":41,"u":"bonus%20proficiency_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"bonus proficiency|xge","n":"Forge Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8433,"c":41,"u":"channel%20divinity%3a%20artisan's%20blessing_cleric_phb_forge_xge_2_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"channel divinity: artisan's blessing|xge","n":"Forge Cleric 2; Channel Divinity: Artisan's Blessing","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s1-0"},{"id":8435,"c":41,"u":"soul%20of%20the%20forge_cleric_phb_forge_xge_6_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"soul of the forge|xge","n":"Forge Cleric 6; Soul of the Forge","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s5-0"},{"id":8437,"c":41,"u":"blessed%20strikes_cleric_phb_forge_xge_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Forge Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-forge-tce=b1~feature=s7-0"},{"id":8439,"c":41,"u":"divine%20strike_cleric_phb_forge_xge_8_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"divine strike|xge","n":"Forge Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s7-0"},{"id":8441,"c":41,"u":"saint%20of%20forge%20and%20fire_cleric_phb_forge_xge_17_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"saint of forge and fire|xge","n":"Forge Cleric 17; Saint of Forge and Fire","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s16-0"},{"id":8443,"c":41,"u":"grave%20domain_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"grave domain|xge","n":"Grave Cleric 1; Grave Domain","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8445,"c":41,"u":"circle%20of%20mortality_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"circle of mortality|xge","n":"Grave Cleric 1; Circle of Mortality","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8447,"c":41,"u":"eyes%20of%20the%20grave_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"eyes of the grave|xge","n":"Grave Cleric 1; Eyes of the Grave","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8449,"c":41,"u":"channel%20divinity%3a%20path%20to%20the%20grave_cleric_phb_grave_xge_2_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"channel divinity: path to the grave|xge","n":"Grave Cleric 2; Channel Divinity: Path to the Grave","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s1-0"},{"id":8451,"c":41,"u":"sentinel%20at%20death's%20door_cleric_phb_grave_xge_6_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"sentinel at death's door|xge","n":"Grave Cleric 6; Sentinel at Death's Door","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s5-0"},{"id":8453,"c":41,"u":"blessed%20strikes_cleric_phb_grave_xge_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Grave Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-grave-tce=b1~feature=s7-0"},{"id":8455,"c":41,"u":"potent%20spellcasting_cleric_phb_grave_xge_8_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"potent spellcasting|xge","n":"Grave Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s7-0"},{"id":8457,"c":41,"u":"keeper%20of%20souls_cleric_phb_grave_xge_17_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"keeper of souls|xge","n":"Grave Cleric 17; Keeper of Souls","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s16-0"},{"id":8459,"c":41,"u":"channel%20divinity%3a%20touch%20of%20death_cleric_xphb_death_dmg_3_dmg","s":"DMG","h":1,"t":5,"uu":"channel divinity: touch of death|dmg","n":"Death Cleric 3; Channel Divinity: Touch of Death","uh":"cleric_xphb,state:sub-death-dmg=b1~feature=s2-0"},{"id":8461,"c":41,"u":"death%20domain_cleric_xphb_death_dmg_3_dmg","s":"DMG","h":1,"t":5,"uu":"death domain|dmg","n":"Death Cleric 3; Death Domain","uh":"cleric_xphb,state:sub-death-dmg=b1~feature=s2-0"},{"id":8463,"c":41,"u":"channel%20divinity%3a%20magnificent%20feast_cleric_xphb_community_hwcs_3_hwcs","s":"HWCS","h":1,"dP":1,"t":5,"uu":"channel divinity: magnificent feast|hwcs","n":"Community Cleric 3; Channel Divinity: Magnificent Feast","uh":"cleric_xphb,state:sub-community-hwcs=b1~feature=s2-0"},{"id":8465,"c":41,"u":"community%20domain_cleric_xphb_community_hwcs_3_hwcs","s":"HWCS","h":1,"dP":1,"t":5,"uu":"community domain|hwcs","n":"Community Cleric 3; Community Domain","uh":"cleric_xphb,state:sub-community-hwcs=b1~feature=s2-0"},{"id":8467,"c":41,"u":"channel%20divinity%3a%20invocation%20of%20night_cleric_xphb_night_hwcs_3_hwcs","s":"HWCS","h":1,"dP":1,"t":5,"uu":"channel divinity: invocation of night|hwcs","n":"Night Cleric 3; Channel Divinity: Invocation of Night","uh":"cleric_xphb,state:sub-night-hwcs=b1~feature=s2-0"},{"id":8469,"c":41,"u":"night%20domain_cleric_xphb_night_hwcs_3_hwcs","s":"HWCS","h":1,"dP":1,"t":5,"uu":"night domain|hwcs","n":"Night Cleric 3; Night Domain","uh":"cleric_xphb,state:sub-night-hwcs=b1~feature=s2-0"},{"id":8471,"c":41,"u":"channel%20divinity%3a%20knowledge%20of%20the%20ages_cleric_xphb_knowledge_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: knowledge of the ages|phb","n":"Knowledge Cleric 3; Channel Divinity: Knowledge of the Ages","uh":"cleric_xphb,state:sub-knowledge-phb=b1~feature=s2-0"},{"id":8473,"c":41,"u":"knowledge%20domain_cleric_xphb_knowledge_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"knowledge domain|phb","n":"Knowledge Cleric 3; Knowledge Domain","uh":"cleric_xphb,state:sub-knowledge-phb=b1~feature=s2-0"},{"id":8475,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_xphb_life_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: preserve life|phb","n":"Life Cleric 3; Channel Divinity: Preserve Life","uh":"cleric_xphb,state:sub-life-phb=b1~feature=s2-0"},{"id":8477,"c":41,"u":"life%20domain_cleric_xphb_life_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"life domain|phb","n":"Life Cleric 3; Life Domain","uh":"cleric_xphb,state:sub-life-phb=b1~feature=s2-0"},{"id":8479,"c":41,"u":"channel%20divinity%3a%20radiance%20of%20the%20dawn_cleric_xphb_light_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: radiance of the dawn|phb","n":"Light Cleric 3; Channel Divinity: Radiance of the Dawn","uh":"cleric_xphb,state:sub-light-phb=b1~feature=s2-0"},{"id":8481,"c":41,"u":"light%20domain_cleric_xphb_light_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"light domain|phb","n":"Light Cleric 3; Light Domain","uh":"cleric_xphb,state:sub-light-phb=b1~feature=s2-0"},{"id":8483,"c":41,"u":"channel%20divinity%3a%20charm%20animals%20and%20plants_cleric_xphb_nature_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: charm animals and plants|phb","n":"Nature Cleric 3; Channel Divinity: Charm Animals and Plants","uh":"cleric_xphb,state:sub-nature-phb=b1~feature=s2-0"},{"id":8485,"c":41,"u":"nature%20domain_cleric_xphb_nature_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"nature domain|phb","n":"Nature Cleric 3; Nature Domain","uh":"cleric_xphb,state:sub-nature-phb=b1~feature=s2-0"},{"id":8487,"c":41,"u":"channel%20divinity%3a%20destructive%20wrath_cleric_xphb_tempest_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: destructive wrath|phb","n":"Tempest Cleric 3; Channel Divinity: Destructive Wrath","uh":"cleric_xphb,state:sub-tempest-phb=b1~feature=s2-0"},{"id":8489,"c":41,"u":"tempest%20domain_cleric_xphb_tempest_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"tempest domain|phb","n":"Tempest Cleric 3; Tempest Domain","uh":"cleric_xphb,state:sub-tempest-phb=b1~feature=s2-0"},{"id":8491,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_xphb_trickery_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: invoke duplicity|phb","n":"Trickery Cleric 3; Channel Divinity: Invoke Duplicity","uh":"cleric_xphb,state:sub-trickery-phb=b1~feature=s2-0"},{"id":8493,"c":41,"u":"trickery%20domain_cleric_xphb_trickery_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"trickery domain|phb","n":"Trickery Cleric 3; Trickery Domain","uh":"cleric_xphb,state:sub-trickery-phb=b1~feature=s2-0"},{"id":8495,"c":41,"u":"channel%20divinity%3a%20guided%20strike_cleric_xphb_war_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: guided strike|phb","n":"War Cleric 3; Channel Divinity: Guided Strike","uh":"cleric_xphb,state:sub-war-phb=b1~feature=s2-0"},{"id":8497,"c":41,"u":"war%20domain_cleric_xphb_war_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"war domain|phb","n":"War Cleric 3; War Domain","uh":"cleric_xphb,state:sub-war-phb=b1~feature=s2-0"},{"id":8499,"c":41,"u":"ambition%20domain%20(psa)_cleric_xphb_ambition%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"ambition domain (psa)|psa","n":"Ambition (PSA) Cleric 3; Ambition Domain (PSA)","uh":"cleric_xphb,state:sub-ambition-psa-psa=b1~feature=s2-0"},{"id":8501,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_xphb_ambition%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"channel divinity: invoke duplicity|psa","n":"Ambition (PSA) Cleric 3; Channel Divinity: Invoke Duplicity","uh":"cleric_xphb,state:sub-ambition-psa-psa=b1~feature=s2-0"},{"id":8503,"c":41,"u":"knowledge%20domain%20(psa)_cleric_xphb_knowledge%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"knowledge domain (psa)|psa","n":"Knowledge (PSA) Cleric 3; Knowledge Domain (PSA)","uh":"cleric_xphb,state:sub-knowledge-psa-psa=b1~feature=s2-0"},{"id":8505,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_xphb_solidarity%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"channel divinity: preserve life|psa","n":"Solidarity (PSA) Cleric 3; Channel Divinity: Preserve Life","uh":"cleric_xphb,state:sub-solidarity-psa-psa=b1~feature=s2-0"},{"id":8507,"c":41,"u":"solidarity%20domain%20(psa)_cleric_xphb_solidarity%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"solidarity domain (psa)|psa","n":"Solidarity (PSA) Cleric 3; Solidarity Domain (PSA)","uh":"cleric_xphb,state:sub-solidarity-psa-psa=b1~feature=s2-0"},{"id":8509,"c":41,"u":"channel%20divinity%3a%20feat%20of%20strength_cleric_xphb_strength%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"channel divinity: feat of strength|psa","n":"Strength (PSA) Cleric 3; Channel Divinity: Feat of Strength","uh":"cleric_xphb,state:sub-strength-psa-psa=b1~feature=s2-0"},{"id":8511,"c":41,"u":"strength%20domain%20(psa)_cleric_xphb_strength%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"strength domain (psa)|psa","n":"Strength (PSA) Cleric 3; Strength Domain (PSA)","uh":"cleric_xphb,state:sub-strength-psa-psa=b1~feature=s2-0"},{"id":8513,"c":41,"u":"channel%20divinity%3a%20consuming%20fervor_cleric_xphb_zeal%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"channel divinity: consuming fervor|psa","n":"Zeal (PSA) Cleric 3; Channel Divinity: Consuming Fervor","uh":"cleric_xphb,state:sub-zeal-psa-psa=b1~feature=s2-0"},{"id":8515,"c":41,"u":"zeal%20domain%20(psa)_cleric_xphb_zeal%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"zeal domain (psa)|psa","n":"Zeal (PSA) Cleric 3; Zeal Domain (PSA)","uh":"cleric_xphb,state:sub-zeal-psa-psa=b1~feature=s2-0"},{"id":8517,"c":41,"u":"arcana%20domain_cleric_xphb_arcana_scag_3_scag","s":"SCAG","h":1,"t":5,"uu":"arcana domain|scag","n":"Arcana Cleric 3; Arcana Domain","uh":"cleric_xphb,state:sub-arcana-scag=b1~feature=s2-0"},{"id":8519,"c":41,"u":"channel%20divinity%3a%20arcane%20abjuration_cleric_xphb_arcana_scag_3_scag","s":"SCAG","h":1,"t":5,"uu":"channel divinity: arcane abjuration|scag","n":"Arcana Cleric 3; Channel Divinity: Arcane Abjuration","uh":"cleric_xphb,state:sub-arcana-scag=b1~feature=s2-0"},{"id":8521,"c":41,"u":"channel%20divinity%3a%20order's%20demand_cleric_xphb_order_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"channel divinity: order's demand|tce","n":"Order Cleric 3; Channel Divinity: Order's Demand","uh":"cleric_xphb,state:sub-order-tce=b1~feature=s2-0"},{"id":8523,"c":41,"u":"order%20domain_cleric_xphb_order_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"order domain|tce","n":"Order Cleric 3; Order Domain","uh":"cleric_xphb,state:sub-order-tce=b1~feature=s2-0"},{"id":8525,"c":41,"u":"channel%20divinity%3a%20balm%20of%20peace_cleric_xphb_peace_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"channel divinity: balm of peace|tce","n":"Peace Cleric 3; Channel Divinity: Balm of Peace","uh":"cleric_xphb,state:sub-peace-tce=b1~feature=s2-0"},{"id":8527,"c":41,"u":"peace%20domain_cleric_xphb_peace_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"peace domain|tce","n":"Peace Cleric 3; Peace Domain","uh":"cleric_xphb,state:sub-peace-tce=b1~feature=s2-0"},{"id":8529,"c":41,"u":"channel%20divinity%3a%20twilight%20sanctuary_cleric_xphb_twilight_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"channel divinity: twilight sanctuary|tce","n":"Twilight Cleric 3; Channel Divinity: Twilight Sanctuary","uh":"cleric_xphb,state:sub-twilight-tce=b1~feature=s2-0"},{"id":8531,"c":41,"u":"twilight%20domain_cleric_xphb_twilight_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"twilight domain|tce","n":"Twilight Cleric 3; Twilight Domain","uh":"cleric_xphb,state:sub-twilight-tce=b1~feature=s2-0"},{"id":8533,"c":41,"u":"blood%20domain_cleric_xphb_blood_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blood domain|tdcsr","n":"Blood Cleric 3; Blood Domain","uh":"cleric_xphb,state:sub-blood-tdcsr=b1~feature=s2-0"},{"id":8535,"c":41,"u":"channel%20divinity%3a%20crimson%20bond_cleric_xphb_blood_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: crimson bond|tdcsr","n":"Blood Cleric 3; Channel Divinity: Crimson Bond","uh":"cleric_xphb,state:sub-blood-tdcsr=b1~feature=s2-0"},{"id":8537,"c":41,"u":"channel%20divinity%3a%20blessing%20of%20the%20full%20moon_cleric_xphb_moon_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: blessing of the full moon|tdcsr","n":"Moon Cleric 3; Channel Divinity: Blessing of the Full Moon","uh":"cleric_xphb,state:sub-moon-tdcsr=b1~feature=s2-0"},{"id":8539,"c":41,"u":"moon%20domain_cleric_xphb_moon_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"moon domain|tdcsr","n":"Moon Cleric 3; Moon Domain","uh":"cleric_xphb,state:sub-moon-tdcsr=b1~feature=s2-0"},{"id":8541,"c":41,"u":"channel%20divinity%3a%20artisan's%20blessing_cleric_xphb_forge_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"channel divinity: artisan's blessing|xge","n":"Forge Cleric 3; Channel Divinity: Artisan's Blessing","uh":"cleric_xphb,state:sub-forge-xge=b1~feature=s2-0"},{"id":8543,"c":41,"u":"forge%20domain_cleric_xphb_forge_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"forge domain|xge","n":"Forge Cleric 3; Forge Domain","uh":"cleric_xphb,state:sub-forge-xge=b1~feature=s2-0"},{"id":8545,"c":41,"u":"channel%20divinity%3a%20path%20to%20the%20grave_cleric_xphb_grave_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"channel divinity: path to the grave|xge","n":"Grave Cleric 3; Channel Divinity: Path to the Grave","uh":"cleric_xphb,state:sub-grave-xge=b1~feature=s2-0"},{"id":8547,"c":41,"u":"grave%20domain_cleric_xphb_grave_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"grave domain|xge","n":"Grave Cleric 3; Grave Domain","uh":"cleric_xphb,state:sub-grave-xge=b1~feature=s2-0"},{"id":8549,"c":41,"u":"life%20domain_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"t":5,"uu":"life domain|xphb","n":"Life Cleric 3; Life Domain","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8551,"c":41,"u":"disciple%20of%20life_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"t":5,"uu":"disciple of life|xphb","n":"Life Cleric 3; Disciple of Life","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8553,"c":41,"u":"life%20domain%20spells_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"t":5,"uu":"life domain spells|xphb","n":"Life Cleric 3; Life Domain Spells","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8555,"c":41,"u":"preserve%20life_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"t":5,"uu":"preserve life|xphb","n":"Life Cleric 3; Preserve Life","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8557,"c":41,"u":"blessed%20healer_cleric_xphb_life_xphb_6_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"blessed healer|xphb","n":"Life Cleric 6; Blessed Healer","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s5-0"},{"id":8559,"c":41,"u":"supreme%20healing_cleric_xphb_life_xphb_17_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"supreme healing|xphb","n":"Life Cleric 17; Supreme Healing","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s16-0"},{"id":8561,"c":41,"u":"light%20domain_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"light domain|xphb","n":"Light Cleric 3; Light Domain","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8563,"c":41,"u":"light%20domain%20spells_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"light domain spells|xphb","n":"Light Cleric 3; Light Domain Spells","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8565,"c":41,"u":"radiance%20of%20the%20dawn_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"radiance of the dawn|xphb","n":"Light Cleric 3; Radiance of the Dawn","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8567,"c":41,"u":"warding%20flare_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"warding flare|xphb","n":"Light Cleric 3; Warding Flare","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8569,"c":41,"u":"improved%20warding%20flare_cleric_xphb_light_xphb_6_xphb","p":75,"s":"XPHB","h":1,"t":5,"uu":"improved warding flare|xphb","n":"Light Cleric 6; Improved Warding Flare","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s5-0"},{"id":8571,"c":41,"u":"corona%20of%20light_cleric_xphb_light_xphb_17_xphb","p":75,"s":"XPHB","h":1,"t":5,"uu":"corona of light|xphb","n":"Light Cleric 17; Corona of Light","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s16-0"},{"id":8573,"c":41,"u":"trickery%20domain_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"t":5,"uu":"trickery domain|xphb","n":"Trickery Cleric 3; Trickery Domain","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8575,"c":41,"u":"blessing%20of%20the%20trickster_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"t":5,"uu":"blessing of the trickster|xphb","n":"Trickery Cleric 3; Blessing of the Trickster","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8577,"c":41,"u":"domain%20spells_cleric_xphb_trickery_xphb_3_xphb","p":76,"s":"XPHB","h":1,"t":5,"uu":"domain spells|xphb","n":"Trickery Cleric 3; Domain Spells","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8579,"c":41,"u":"invoke%20duplicity_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"t":5,"uu":"invoke duplicity|xphb","n":"Trickery Cleric 3; Invoke Duplicity","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8581,"c":41,"u":"trickster's%20transposition_cleric_xphb_trickery_xphb_6_xphb","p":76,"s":"XPHB","h":1,"t":5,"uu":"trickster's transposition|xphb","n":"Trickery Cleric 6; Trickster's Transposition","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s5-0"},{"id":8583,"c":41,"u":"improved%20duplicity_cleric_xphb_trickery_xphb_17_xphb","p":76,"s":"XPHB","h":1,"t":5,"uu":"improved duplicity|xphb","n":"Trickery Cleric 17; Improved Duplicity","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s16-0"},{"id":8585,"c":41,"u":"war%20domain_cleric_xphb_war_xphb_3_xphb","p":76,"s":"XPHB","h":1,"t":5,"uu":"war domain|xphb","n":"War Cleric 3; War Domain","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8587,"c":41,"u":"domain%20spells_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"t":5,"uu":"domain spells|xphb","n":"War Cleric 3; Domain Spells","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8589,"c":41,"u":"guided%20strike_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"t":5,"uu":"guided strike|xphb","n":"War Cleric 3; Guided Strike","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8591,"c":41,"u":"war%20priest_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"t":5,"uu":"war priest|xphb","n":"War Cleric 3; War Priest","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8593,"c":41,"u":"war%20god's%20blessing_cleric_xphb_war_xphb_6_xphb","p":77,"s":"XPHB","h":1,"t":5,"uu":"war god's blessing|xphb","n":"War Cleric 6; War God's Blessing","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s5-0"},{"id":8595,"c":41,"u":"avatar%20of%20battle_cleric_xphb_war_xphb_17_xphb","p":77,"s":"XPHB","h":1,"t":5,"uu":"avatar of battle|xphb","n":"War Cleric 17; Avatar of Battle","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s16-0"},{"id":8597,"c":41,"u":"circle%20of%20the%20land_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"circle of the land|phb","n":"Land Druid 2; Circle of the Land","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8599,"c":41,"u":"bonus%20cantrip_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"bonus cantrip|phb","n":"Land Druid 2; Bonus Cantrip","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8601,"c":41,"u":"circle%20spells_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"circle spells|phb","n":"Land Druid 2; Circle Spells","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8603,"c":41,"u":"natural%20recovery_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"natural recovery|phb","n":"Land Druid 2; Natural Recovery","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8605,"c":41,"u":"land's%20stride_druid_phb_land_phb_6_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"land's stride|phb","n":"Land Druid 6; Land's Stride","uh":"druid_phb,state:sub-land-phb=b1~feature=s5-0"},{"id":8607,"c":41,"u":"nature's%20ward_druid_phb_land_phb_10_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"nature's ward|phb","n":"Land Druid 10; Nature's Ward","uh":"druid_phb,state:sub-land-phb=b1~feature=s9-0"},{"id":8609,"c":41,"u":"nature's%20sanctuary_druid_phb_land_phb_14_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"nature's sanctuary|phb","n":"Land Druid 14; Nature's Sanctuary","uh":"druid_phb,state:sub-land-phb=b1~feature=s13-0"},{"id":8611,"c":41,"u":"circle%20of%20the%20moon_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"circle of the moon|phb","n":"Moon Druid 2; Circle of the Moon","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8613,"c":41,"u":"circle%20forms_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"circle forms|phb","n":"Moon Druid 2; Circle Forms","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8615,"c":41,"u":"combat%20wild%20shape_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"combat wild shape|phb","n":"Moon Druid 2; Combat Wild Shape","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8617,"c":41,"u":"primal%20strike_druid_phb_moon_phb_6_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"primal strike|phb","n":"Moon Druid 6; Primal Strike","uh":"druid_phb,state:sub-moon-phb=b1~feature=s5-0"},{"id":8619,"c":41,"u":"elemental%20wild%20shape_druid_phb_moon_phb_10_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"elemental wild shape|phb","n":"Moon Druid 10; Elemental Wild Shape","uh":"druid_phb,state:sub-moon-phb=b1~feature=s9-0"},{"id":8621,"c":41,"u":"thousand%20forms_druid_phb_moon_phb_14_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"thousand forms|phb","n":"Moon Druid 14; Thousand Forms","uh":"druid_phb,state:sub-moon-phb=b1~feature=s13-0"},{"id":8623,"c":41,"u":"circle%20of%20spores_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"circle of spores|tce","n":"Spores Druid 2; Circle of Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8625,"c":41,"u":"circle%20spells_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"circle spells|tce","n":"Spores Druid 2; Circle Spells","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8627,"c":41,"u":"halo%20of%20spores_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"halo of spores|tce","n":"Spores Druid 2; Halo of Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8629,"c":41,"u":"symbiotic%20entity_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"symbiotic entity|tce","n":"Spores Druid 2; Symbiotic Entity","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8631,"c":41,"u":"fungal%20infestation_druid_phb_spores_tce_6_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"fungal infestation|tce","n":"Spores Druid 6; Fungal Infestation","uh":"druid_phb,state:sub-spores-tce=b1~feature=s5-0"},{"id":8633,"c":41,"u":"spreading%20spores_druid_phb_spores_tce_10_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"spreading spores|tce","n":"Spores Druid 10; Spreading Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s9-0"},{"id":8635,"c":41,"u":"fungal%20body_druid_phb_spores_tce_14_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"fungal body|tce","n":"Spores Druid 14; Fungal Body","uh":"druid_phb,state:sub-spores-tce=b1~feature=s13-0"},{"id":8637,"c":41,"u":"circle%20of%20stars_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"circle of stars|tce","n":"Stars Druid 2; Circle of Stars","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8639,"c":41,"u":"star%20map_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"star map|tce","n":"Stars Druid 2; Star Map","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8641,"c":41,"u":"starry%20form_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"starry form|tce","n":"Stars Druid 2; Starry Form","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8643,"c":41,"u":"archer_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"archer|tce","n":"Stars Druid 2; Archer","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8645,"c":41,"u":"chalice_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"chalice|tce","n":"Stars Druid 2; Chalice","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8647,"c":41,"u":"dragon_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"dragon|tce","n":"Stars Druid 2; Dragon","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8649,"c":41,"u":"cosmic%20omen_druid_phb_stars_tce_6_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"cosmic omen|tce","n":"Stars Druid 6; Cosmic Omen","uh":"druid_phb,state:sub-stars-tce=b1~feature=s5-0"},{"id":8651,"c":41,"u":"twinkling%20constellations_druid_phb_stars_tce_10_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"twinkling constellations|tce","n":"Stars Druid 10; Twinkling Constellations","uh":"druid_phb,state:sub-stars-tce=b1~feature=s9-0"},{"id":8653,"c":41,"u":"full%20of%20stars_druid_phb_stars_tce_14_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"full of stars|tce","n":"Stars Druid 14; Full of Stars","uh":"druid_phb,state:sub-stars-tce=b1~feature=s13-0"},{"id":8655,"c":41,"u":"circle%20of%20wildfire_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"circle of wildfire|tce","n":"Wildfire Druid 2; Circle of Wildfire","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8657,"c":41,"u":"circle%20spells_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"circle spells|tce","n":"Wildfire Druid 2; Circle Spells","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8659,"c":41,"u":"summon%20wildfire%20spirit_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"summon wildfire spirit|tce","n":"Wildfire Druid 2; Summon Wildfire Spirit","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8661,"c":41,"u":"enhanced%20bond_druid_phb_wildfire_tce_6_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"enhanced bond|tce","n":"Wildfire Druid 6; Enhanced Bond","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s5-0"},{"id":8663,"c":41,"u":"cauterizing%20flames_druid_phb_wildfire_tce_10_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"cauterizing flames|tce","n":"Wildfire Druid 10; Cauterizing Flames","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s9-0"},{"id":8665,"c":41,"u":"blazing%20revival_druid_phb_wildfire_tce_14_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"blazing revival|tce","n":"Wildfire Druid 14; Blazing Revival","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s13-0"},{"id":8667,"c":41,"u":"circle%20of%20the%20blighted_druid_phb_blighted_tdcsr_2_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"circle of the blighted|tdcsr","n":"Blighted Druid 2; Circle of the Blighted","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8669,"c":41,"u":"blighted%20shape_druid_phb_blighted_tdcsr_2_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blighted shape|tdcsr","n":"Blighted Druid 2; Blighted Shape","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8671,"c":41,"u":"defile%20ground_druid_phb_blighted_tdcsr_2_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"defile ground|tdcsr","n":"Blighted Druid 2; Defile Ground","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8673,"c":41,"u":"call%20of%20the%20shadowseeds_druid_phb_blighted_tdcsr_6_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"call of the shadowseeds|tdcsr","n":"Blighted Druid 6; Call of the Shadowseeds","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s5-0"},{"id":8675,"c":41,"u":"defile%20ground%20(10th%20level)_druid_phb_blighted_tdcsr_10_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"defile ground (10th level)|tdcsr","n":"Blighted Druid 10; Defile Ground (10th Level)","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s9-0"},{"id":8677,"c":41,"u":"foul%20conjuration_druid_phb_blighted_tdcsr_10_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"foul conjuration|tdcsr","n":"Blighted Druid 10; Foul Conjuration","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s9-0"},{"id":8679,"c":41,"u":"defile%20ground%20(14th%20level)_druid_phb_blighted_tdcsr_14_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"defile ground (14th level)|tdcsr","n":"Blighted Druid 14; Defile Ground (14th Level)","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s13-0"},{"id":8681,"c":41,"u":"incarnation%20of%20corruption_druid_phb_blighted_tdcsr_14_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"incarnation of corruption|tdcsr","n":"Blighted Druid 14; Incarnation of Corruption","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s13-0"},{"id":8683,"c":41,"u":"circle%20of%20dreams_druid_phb_dreams_xge_2_xge","p":22,"s":"XGE","h":1,"t":5,"uu":"circle of dreams|xge","n":"Dreams Druid 2; Circle of Dreams","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s1-0"},{"id":8685,"c":41,"u":"balm%20of%20the%20summer%20court_druid_phb_dreams_xge_2_xge","p":22,"s":"XGE","h":1,"t":5,"uu":"balm of the summer court|xge","n":"Dreams Druid 2; Balm of the Summer Court","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s1-0"},{"id":8687,"c":41,"u":"hearth%20of%20moonlight%20and%20shadow_druid_phb_dreams_xge_6_xge","p":22,"s":"XGE","h":1,"t":5,"uu":"hearth of moonlight and shadow|xge","n":"Dreams Druid 6; Hearth of Moonlight and Shadow","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s5-0"},{"id":8689,"c":41,"u":"hidden%20paths_druid_phb_dreams_xge_10_xge","p":22,"s":"XGE","h":1,"t":5,"uu":"hidden paths|xge","n":"Dreams Druid 10; Hidden Paths","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s9-0"},{"id":8691,"c":41,"u":"walker%20in%20dreams_druid_phb_dreams_xge_14_xge","p":22,"s":"XGE","h":1,"t":5,"uu":"walker in dreams|xge","n":"Dreams Druid 14; Walker in Dreams","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s13-0"},{"id":8693,"c":41,"u":"circle%20of%20the%20shepherd_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"circle of the shepherd|xge","n":"Shepherd Druid 2; Circle of the Shepherd","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8695,"c":41,"u":"speech%20of%20the%20woods_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"speech of the woods|xge","n":"Shepherd Druid 2; Speech of the Woods","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8697,"c":41,"u":"spirit%20totem_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"spirit totem|xge","n":"Shepherd Druid 2; Spirit Totem","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8699,"c":41,"u":"mighty%20summoner_druid_phb_shepherd_xge_6_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"mighty summoner|xge","n":"Shepherd Druid 6; Mighty Summoner","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s5-0"},{"id":8701,"c":41,"u":"guardian%20spirit_druid_phb_shepherd_xge_10_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"guardian spirit|xge","n":"Shepherd Druid 10; Guardian Spirit","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s9-0"},{"id":8703,"c":41,"u":"faithful%20summons_druid_phb_shepherd_xge_14_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"faithful summons|xge","n":"Shepherd Druid 14; Faithful Summons","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s13-0"},{"id":8705,"c":41,"u":"circle%20of%20the%20land_druid_xphb_land_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"circle of the land|phb","n":"Land Druid 3; Circle of the Land","uh":"druid_xphb,state:sub-land-phb=b1~feature=s2-0"},{"id":8707,"c":41,"u":"circle%20of%20the%20moon_druid_xphb_moon_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"circle of the moon|phb","n":"Moon Druid 3; Circle of the Moon","uh":"druid_xphb,state:sub-moon-phb=b1~feature=s2-0"},{"id":8709,"c":41,"u":"circle%20of%20spores_druid_xphb_spores_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"circle of spores|tce","n":"Spores Druid 3; Circle of Spores","uh":"druid_xphb,state:sub-spores-tce=b1~feature=s2-0"},{"id":8711,"c":41,"u":"circle%20of%20stars_druid_xphb_stars_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"circle of stars|tce","n":"Stars Druid 3; Circle of Stars","uh":"druid_xphb,state:sub-stars-tce=b1~feature=s2-0"},{"id":8713,"c":41,"u":"circle%20of%20wildfire_druid_xphb_wildfire_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"circle of wildfire|tce","n":"Wildfire Druid 3; Circle of Wildfire","uh":"druid_xphb,state:sub-wildfire-tce=b1~feature=s2-0"},{"id":8715,"c":41,"u":"circle%20of%20the%20blighted_druid_xphb_blighted_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"circle of the blighted|tdcsr","n":"Blighted Druid 3; Circle of the Blighted","uh":"druid_xphb,state:sub-blighted-tdcsr=b1~feature=s2-0"},{"id":8717,"c":41,"u":"circle%20of%20dreams_druid_xphb_dreams_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"circle of dreams|xge","n":"Dreams Druid 3; Circle of Dreams","uh":"druid_xphb,state:sub-dreams-xge=b1~feature=s2-0"},{"id":8719,"c":41,"u":"circle%20of%20the%20shepherd_druid_xphb_shepherd_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"circle of the shepherd|xge","n":"Shepherd Druid 3; Circle of the Shepherd","uh":"druid_xphb,state:sub-shepherd-xge=b1~feature=s2-0"},{"id":8721,"c":41,"u":"circle%20of%20the%20land_druid_xphb_land_xphb_3_xphb","p":84,"s":"XPHB","h":1,"t":5,"uu":"circle of the land|xphb","n":"Land Druid 3; Circle of the Land","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8723,"c":41,"u":"circle%20of%20the%20land%20spells_druid_xphb_land_xphb_3_xphb","p":84,"s":"XPHB","h":1,"t":5,"uu":"circle of the land spells|xphb","n":"Land Druid 3; Circle of the Land Spells","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8725,"c":41,"u":"land's%20aid_druid_xphb_land_xphb_3_xphb","p":85,"s":"XPHB","h":1,"t":5,"uu":"land's aid|xphb","n":"Land Druid 3; Land's Aid","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8727,"c":41,"u":"natural%20recovery_druid_xphb_land_xphb_6_xphb","p":85,"s":"XPHB","h":1,"t":5,"uu":"natural recovery|xphb","n":"Land Druid 6; Natural Recovery","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s5-0"},{"id":8729,"c":41,"u":"nature's%20ward_druid_xphb_land_xphb_10_xphb","p":85,"s":"XPHB","h":1,"t":5,"uu":"nature's ward|xphb","n":"Land Druid 10; Nature's Ward","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s9-0"},{"id":8731,"c":41,"u":"nature's%20sanctuary_druid_xphb_land_xphb_14_xphb","p":86,"s":"XPHB","h":1,"t":5,"uu":"nature's sanctuary|xphb","n":"Land Druid 14; Nature's Sanctuary","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s13-0"},{"id":8733,"c":41,"u":"circle%20forms_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"t":5,"uu":"circle forms|xphb","n":"Moon Druid 3; Circle Forms","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8735,"c":41,"u":"circle%20of%20the%20moon_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"t":5,"uu":"circle of the moon|xphb","n":"Moon Druid 3; Circle of the Moon","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8737,"c":41,"u":"circle%20of%20the%20moon%20spells_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"t":5,"uu":"circle of the moon spells|xphb","n":"Moon Druid 3; Circle of the Moon Spells","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8739,"c":41,"u":"improved%20circle%20forms_druid_xphb_moon_xphb_6_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"improved circle forms|xphb","n":"Moon Druid 6; Improved Circle Forms","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s5-0"},{"id":8741,"c":41,"u":"moonlight%20step_druid_xphb_moon_xphb_10_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"moonlight step|xphb","n":"Moon Druid 10; Moonlight Step","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s9-0"},{"id":8743,"c":41,"u":"lunar%20form_druid_xphb_moon_xphb_14_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"lunar form|xphb","n":"Moon Druid 14; Lunar Form","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s13-0"},{"id":8745,"c":41,"u":"circle%20of%20the%20sea_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"circle of the sea|xphb","n":"Sea Druid 3; Circle of the Sea","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8747,"c":41,"u":"circle%20of%20the%20sea%20spells_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"circle of the sea spells|xphb","n":"Sea Druid 3; Circle of the Sea Spells","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8749,"c":41,"u":"wrath%20of%20the%20sea_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"wrath of the sea|xphb","n":"Sea Druid 3; Wrath of the Sea","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8751,"c":41,"u":"aquatic%20affinity_druid_xphb_sea_xphb_6_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"aquatic affinity|xphb","n":"Sea Druid 6; Aquatic Affinity","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s5-0"},{"id":8753,"c":41,"u":"stormborn_druid_xphb_sea_xphb_10_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"stormborn|xphb","n":"Sea Druid 10; Stormborn","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s9-0"},{"id":8755,"c":41,"u":"oceanic%20gift_druid_xphb_sea_xphb_14_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"oceanic gift|xphb","n":"Sea Druid 14; Oceanic Gift","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s13-0"},{"id":8757,"c":41,"u":"circle%20of%20the%20stars_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"circle of the stars|xphb","n":"Stars Druid 3; Circle of the Stars","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8759,"c":41,"u":"star%20map_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"star map|xphb","n":"Stars Druid 3; Star Map","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8761,"c":41,"u":"starry%20form_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"starry form|xphb","n":"Stars Druid 3; Starry Form","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8763,"c":41,"u":"archer_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"archer|xphb","n":"Stars Druid 3; Archer","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8765,"c":41,"u":"chalice_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"chalice|xphb","n":"Stars Druid 3; Chalice","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8767,"c":41,"u":"dragon_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"dragon|xphb","n":"Stars Druid 3; Dragon","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8769,"c":41,"u":"cosmic%20omen_druid_xphb_stars_xphb_6_xphb","p":89,"s":"XPHB","h":1,"t":5,"uu":"cosmic omen|xphb","n":"Stars Druid 6; Cosmic Omen","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s5-0"},{"id":8771,"c":41,"u":"twinkling%20constellations_druid_xphb_stars_xphb_10_xphb","p":89,"s":"XPHB","h":1,"t":5,"uu":"twinkling constellations|xphb","n":"Stars Druid 10; Twinkling Constellations","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s9-0"},{"id":8773,"c":41,"u":"full%20of%20stars_druid_xphb_stars_xphb_14_xphb","p":89,"s":"XPHB","h":1,"t":5,"uu":"full of stars|xphb","n":"Stars Druid 14; Full of Stars","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s13-0"},{"id":8775,"c":41,"u":"echo%20knight_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"echo knight|egw","n":"Echo Knight Fighter 3; Echo Knight","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8777,"c":41,"u":"manifest%20echo_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"manifest echo|egw","n":"Echo Knight Fighter 3; Manifest Echo","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8779,"c":41,"u":"unleash%20incarnation_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"unleash incarnation|egw","n":"Echo Knight Fighter 3; Unleash Incarnation","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8781,"c":41,"u":"echo%20avatar_fighter_phb_echo%20knight_egw_7_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"echo avatar|egw","n":"Echo Knight Fighter 7; Echo Avatar","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s6-0"},{"id":8783,"c":41,"u":"shadow%20martyr_fighter_phb_echo%20knight_egw_10_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"shadow martyr|egw","n":"Echo Knight Fighter 10; Shadow Martyr","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s9-0"},{"id":8785,"c":41,"u":"reclaim%20potential_fighter_phb_echo%20knight_egw_15_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"reclaim potential|egw","n":"Echo Knight Fighter 15; Reclaim Potential","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s14-0"},{"id":8787,"c":41,"u":"legion%20of%20one_fighter_phb_echo%20knight_egw_18_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"legion of one|egw","n":"Echo Knight Fighter 18; Legion of One","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s17-0"},{"id":8789,"c":41,"u":"scofflaw_fighter_phb_scofflaw_hwcs_3_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"scofflaw|hwcs","n":"Scofflaw Fighter 3; Scofflaw","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s2-0"},{"id":8791,"c":41,"u":"bonus%20proficiency_fighter_phb_scofflaw_hwcs_3_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"bonus proficiency|hwcs","n":"Scofflaw Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s2-0"},{"id":8793,"c":41,"u":"brutal%20brawler_fighter_phb_scofflaw_hwcs_3_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"brutal brawler|hwcs","n":"Scofflaw Fighter 3; Brutal Brawler","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s2-0"},{"id":8795,"c":41,"u":"intimidating%20banter_fighter_phb_scofflaw_hwcs_3_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"intimidating banter|hwcs","n":"Scofflaw Fighter 3; Intimidating Banter","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s2-0"},{"id":8797,"c":41,"u":"misdirection_fighter_phb_scofflaw_hwcs_7_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"misdirection|hwcs","n":"Scofflaw Fighter 7; Misdirection","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s6-0"},{"id":8799,"c":41,"u":"blindside_fighter_phb_scofflaw_hwcs_10_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"blindside|hwcs","n":"Scofflaw Fighter 10; Blindside","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s9-0"},{"id":8801,"c":41,"u":"infamy_fighter_phb_scofflaw_hwcs_15_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"infamy|hwcs","n":"Scofflaw Fighter 15; Infamy","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s14-0"},{"id":8803,"c":41,"u":"two%20for%20flinching_fighter_phb_scofflaw_hwcs_18_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"t":5,"uu":"two for flinching|hwcs","n":"Scofflaw Fighter 18; Two For Flinching","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s17-0"},{"id":8805,"c":41,"u":"battle%20master_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"battle master|phb","n":"Battle Master Fighter 3; Battle Master","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8807,"c":41,"u":"combat%20superiority_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"combat superiority|phb","n":"Battle Master Fighter 3; Combat Superiority","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8809,"c":41,"u":"maneuver%20options_fighter_phb_battle%20master_phb_3_tce","p":41,"s":"TCE","h":1,"t":5,"uu":"maneuver options|tce","n":"Battle Master Fighter 3; Maneuver Options","uh":"fighter_phb,state:sub-battle-master-tce=b1~feature=s2-0"},{"id":8811,"c":41,"u":"maneuvers_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"maneuvers|phb","n":"Battle Master Fighter 3; Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8813,"c":41,"u":"student%20of%20war_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"student of war|phb","n":"Battle Master Fighter 3; Student of War","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8815,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"additional maneuvers|phb","n":"Battle Master Fighter 7; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8817,"c":41,"u":"additional%20superiority%20die_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"additional superiority die|phb","n":"Battle Master Fighter 7; Additional Superiority Die","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8819,"c":41,"u":"know%20your%20enemy_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"know your enemy|phb","n":"Battle Master Fighter 7; Know Your Enemy","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8821,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_10_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"additional maneuvers|phb","n":"Battle Master Fighter 10; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s9-0"},{"id":8823,"c":41,"u":"improved%20combat%20superiority%20(d10)_fighter_phb_battle%20master_phb_10_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"improved combat superiority (d10)|phb","n":"Battle Master Fighter 10; Improved Combat Superiority (d10)","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s9-0"},{"id":8825,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"additional maneuvers|phb","n":"Battle Master Fighter 15; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8827,"c":41,"u":"additional%20superiority%20die_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"additional superiority die|phb","n":"Battle Master Fighter 15; Additional Superiority Die","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8829,"c":41,"u":"relentless_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"relentless|phb","n":"Battle Master Fighter 15; Relentless","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8831,"c":41,"u":"improved%20combat%20superiority%20(d12)_fighter_phb_battle%20master_phb_18_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"improved combat superiority (d12)|phb","n":"Battle Master Fighter 18; Improved Combat Superiority (d12)","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s17-0"},{"id":8833,"c":41,"u":"champion_fighter_phb_champion_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"champion|phb","n":"Champion Fighter 3; Champion","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s2-0"},{"id":8835,"c":41,"u":"improved%20critical_fighter_phb_champion_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"improved critical|phb","n":"Champion Fighter 3; Improved Critical","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s2-0"},{"id":8837,"c":41,"u":"remarkable%20athlete_fighter_phb_champion_phb_7_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"remarkable athlete|phb","n":"Champion Fighter 7; Remarkable Athlete","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s6-0"},{"id":8839,"c":41,"u":"additional%20fighting%20style_fighter_phb_champion_phb_10_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"additional fighting style|phb","n":"Champion Fighter 10; Additional Fighting Style","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s9-0"},{"id":8841,"c":41,"u":"superior%20critical_fighter_phb_champion_phb_15_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"superior critical|phb","n":"Champion Fighter 15; Superior Critical","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s14-0"},{"id":8843,"c":41,"u":"survivor_fighter_phb_champion_phb_18_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"survivor|phb","n":"Champion Fighter 18; Survivor","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s17-0"},{"id":8845,"c":41,"u":"eldritch%20knight_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"eldritch knight|phb","n":"Eldritch Knight Fighter 3; Eldritch Knight","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8847,"c":41,"u":"spellcasting_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"spellcasting|phb","n":"Eldritch Knight Fighter 3; Spellcasting","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8849,"c":41,"u":"weapon%20bond_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"weapon bond|phb","n":"Eldritch Knight Fighter 3; Weapon Bond","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8851,"c":41,"u":"war%20magic_fighter_phb_eldritch%20knight_phb_7_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"war magic|phb","n":"Eldritch Knight Fighter 7; War Magic","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s6-0"},{"id":8853,"c":41,"u":"eldritch%20strike_fighter_phb_eldritch%20knight_phb_10_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"eldritch strike|phb","n":"Eldritch Knight Fighter 10; Eldritch Strike","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s9-0"},{"id":8855,"c":41,"u":"arcane%20charge_fighter_phb_eldritch%20knight_phb_15_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"arcane charge|phb","n":"Eldritch Knight Fighter 15; Arcane Charge","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s14-0"},{"id":8857,"c":41,"u":"improved%20war%20magic_fighter_phb_eldritch%20knight_phb_18_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"improved war magic|phb","n":"Eldritch Knight Fighter 18; Improved War Magic","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s17-0"},{"id":8859,"c":41,"u":"purple%20dragon%20knight%20(banneret)_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"purple dragon knight (banneret)|scag","n":"Purple Dragon Knight (Banneret) Fighter 3; Purple Dragon Knight (Banneret)","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8861,"c":41,"u":"rallying%20cry_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"rallying cry|scag","n":"Purple Dragon Knight (Banneret) Fighter 3; Rallying Cry","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8863,"c":41,"u":"restriction%3a%20knighthood_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"restriction: knighthood|scag","n":"Purple Dragon Knight (Banneret) Fighter 3; Restriction: Knighthood","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8865,"c":41,"u":"royal%20envoy_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_7_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"royal envoy|scag","n":"Purple Dragon Knight (Banneret) Fighter 7; Royal Envoy","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s6-0"},{"id":8867,"c":41,"u":"inspiring%20surge_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_10_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"inspiring surge|scag","n":"Purple Dragon Knight (Banneret) Fighter 10; Inspiring Surge","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s9-0"},{"id":8869,"c":41,"u":"bulwark_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_15_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"bulwark|scag","n":"Purple Dragon Knight (Banneret) Fighter 15; Bulwark","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s14-0"},{"id":8871,"c":41,"u":"inspiring%20surge_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_18_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"inspiring surge|scag","n":"Purple Dragon Knight (Banneret) Fighter 18; Inspiring Surge","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s17-0"},{"id":8873,"c":41,"u":"protective%20field_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"protective field|tce","n":"Psi Warrior Fighter 3; Protective Field","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8875,"c":41,"u":"psi%20warrior_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"psi warrior|tce","n":"Psi Warrior Fighter 3; Psi Warrior","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8877,"c":41,"u":"psionic%20strike_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"psionic strike|tce","n":"Psi Warrior Fighter 3; Psionic Strike","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8879,"c":41,"u":"telekinetic%20movement_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"telekinetic movement|tce","n":"Psi Warrior Fighter 3; Telekinetic Movement","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8881,"c":41,"u":"psionic%20power_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"psionic power|tce","n":"Psi Warrior Fighter 3; Psionic Power","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8883,"c":41,"u":"psi-powered%20leap_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"psi-powered leap|tce","n":"Psi Warrior Fighter 7; Psi-Powered Leap","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":8885,"c":41,"u":"telekinetic%20thrust_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"telekinetic thrust|tce","n":"Psi Warrior Fighter 7; Telekinetic Thrust","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":8887,"c":41,"u":"telekinetic%20adept_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"telekinetic adept|tce","n":"Psi Warrior Fighter 7; Telekinetic Adept","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":8889,"c":41,"u":"guarded%20mind_fighter_phb_psi%20warrior_tce_10_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"guarded mind|tce","n":"Psi Warrior Fighter 10; Guarded Mind","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s9-0"},{"id":8891,"c":41,"u":"bulwark%20of%20force_fighter_phb_psi%20warrior_tce_15_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"bulwark of force|tce","n":"Psi Warrior Fighter 15; Bulwark of Force","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s14-0"},{"id":8893,"c":41,"u":"telekinetic%20master_fighter_phb_psi%20warrior_tce_18_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"telekinetic master|tce","n":"Psi Warrior Fighter 18; Telekinetic Master","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s17-0"},{"id":8895,"c":41,"u":"rune%20knight_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"rune knight|tce","n":"Rune Knight Fighter 3; Rune Knight","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":8897,"c":41,"u":"bonus%20proficiencies_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"bonus proficiencies|tce","n":"Rune Knight Fighter 3; Bonus Proficiencies","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":8899,"c":41,"u":"giant's%20might_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"giant's might|tce","n":"Rune Knight Fighter 3; Giant's Might","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":8901,"c":41,"u":"rune%20carver_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"rune carver|tce","n":"Rune Knight Fighter 3; Rune Carver","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":8903,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_7_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"additional rune known|tce","n":"Rune Knight Fighter 7; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s6-0"},{"id":8905,"c":41,"u":"runic%20shield_fighter_phb_rune%20knight_tce_7_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"runic shield|tce","n":"Rune Knight Fighter 7; Runic Shield","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s6-0"},{"id":8907,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_10_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"additional rune known|tce","n":"Rune Knight Fighter 10; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s9-0"},{"id":8909,"c":41,"u":"great%20stature_fighter_phb_rune%20knight_tce_10_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"great stature|tce","n":"Rune Knight Fighter 10; Great Stature","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s9-0"},{"id":8911,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_15_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"additional rune known|tce","n":"Rune Knight Fighter 15; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s14-0"},{"id":8913,"c":41,"u":"master%20of%20runes_fighter_phb_rune%20knight_tce_15_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"master of runes|tce","n":"Rune Knight Fighter 15; Master of Runes","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s14-0"},{"id":8915,"c":41,"u":"runic%20juggernaut_fighter_phb_rune%20knight_tce_18_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"runic juggernaut|tce","n":"Rune Knight Fighter 18; Runic Juggernaut","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s17-0"},{"id":8917,"c":41,"u":"arcane%20archer_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"arcane archer|xge","n":"Arcane Archer Fighter 3; Arcane Archer","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":8919,"c":41,"u":"arcane%20archer%20lore_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"arcane archer lore|xge","n":"Arcane Archer Fighter 3; Arcane Archer Lore","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":8921,"c":41,"u":"arcane%20shot_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"arcane shot|xge","n":"Arcane Archer Fighter 3; Arcane Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":8923,"c":41,"u":"arcane%20shot%20options_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"arcane shot options|xge","n":"Arcane Archer Fighter 3; Arcane Shot Options","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":8925,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"additional arcane shot option|xge","n":"Arcane Archer Fighter 7; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":8927,"c":41,"u":"curving%20shot_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"curving shot|xge","n":"Arcane Archer Fighter 7; Curving Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":8929,"c":41,"u":"magic%20arrow_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"magic arrow|xge","n":"Arcane Archer Fighter 7; Magic Arrow","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":8931,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_10_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"additional arcane shot option|xge","n":"Arcane Archer Fighter 10; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s9-0"},{"id":8933,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_15_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"additional arcane shot option|xge","n":"Arcane Archer Fighter 15; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s14-0"},{"id":8935,"c":41,"u":"ever-ready%20shot_fighter_phb_arcane%20archer_xge_15_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"ever-ready shot|xge","n":"Arcane Archer Fighter 15; Ever-Ready Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s14-0"},{"id":8937,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_18_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"additional arcane shot option|xge","n":"Arcane Archer Fighter 18; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s17-0"},{"id":8939,"c":41,"u":"cavalier_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"cavalier|xge","n":"Cavalier Fighter 3; Cavalier","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":8941,"c":41,"u":"bonus%20proficiency_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"bonus proficiency|xge","n":"Cavalier Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":8943,"c":41,"u":"born%20to%20the%20saddle_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"born to the saddle|xge","n":"Cavalier Fighter 3; Born to the Saddle","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":8945,"c":41,"u":"unwavering%20mark_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"unwavering mark|xge","n":"Cavalier Fighter 3; Unwavering Mark","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":8947,"c":41,"u":"warding%20maneuver_fighter_phb_cavalier_xge_7_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"warding maneuver|xge","n":"Cavalier Fighter 7; Warding Maneuver","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s6-0"},{"id":8949,"c":41,"u":"hold%20the%20line_fighter_phb_cavalier_xge_10_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"hold the line|xge","n":"Cavalier Fighter 10; Hold the Line","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s9-0"},{"id":8951,"c":41,"u":"ferocious%20charger_fighter_phb_cavalier_xge_15_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"ferocious charger|xge","n":"Cavalier Fighter 15; Ferocious Charger","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s14-0"},{"id":8953,"c":41,"u":"vigilant%20defender_fighter_phb_cavalier_xge_18_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"vigilant defender|xge","n":"Cavalier Fighter 18; Vigilant Defender","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s17-0"},{"id":8955,"c":41,"u":"samurai_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"samurai|xge","n":"Samurai Fighter 3; Samurai","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":8957,"c":41,"u":"bonus%20proficiency_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"bonus proficiency|xge","n":"Samurai Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":8959,"c":41,"u":"fighting%20spirit_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"fighting spirit|xge","n":"Samurai Fighter 3; Fighting Spirit","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":8961,"c":41,"u":"elegant%20courtier_fighter_phb_samurai_xge_7_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"elegant courtier|xge","n":"Samurai Fighter 7; Elegant Courtier","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s6-0"},{"id":8963,"c":41,"u":"tireless%20spirit_fighter_phb_samurai_xge_10_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"tireless spirit|xge","n":"Samurai Fighter 10; Tireless Spirit","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s9-0"},{"id":8965,"c":41,"u":"rapid%20strike_fighter_phb_samurai_xge_15_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"rapid strike|xge","n":"Samurai Fighter 15; Rapid Strike","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s14-0"},{"id":8967,"c":41,"u":"strength%20before%20death_fighter_phb_samurai_xge_18_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"strength before death|xge","n":"Samurai Fighter 18; Strength before Death","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s17-0"},{"id":8969,"c":41,"u":"battle%20master_fighter_xphb_battle%20master_xphb_3_xphb","p":93,"s":"XPHB","h":1,"t":5,"uu":"battle master|xphb","n":"Battle Master Fighter 3; Battle Master","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":8971,"c":41,"u":"combat%20superiority_fighter_xphb_battle%20master_xphb_3_xphb","p":93,"s":"XPHB","h":1,"t":5,"uu":"combat superiority|xphb","n":"Battle Master Fighter 3; Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":8973,"c":41,"u":"maneuver%20options_fighter_xphb_battle%20master_xphb_3_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"maneuver options|xphb","n":"Battle Master Fighter 3; Maneuver Options","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":8975,"c":41,"u":"student%20of%20war_fighter_xphb_battle%20master_xphb_3_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"student of war|xphb","n":"Battle Master Fighter 3; Student of War","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":8977,"c":41,"u":"know%20your%20enemy_fighter_xphb_battle%20master_xphb_7_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"know your enemy|xphb","n":"Battle Master Fighter 7; Know Your Enemy","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s6-0"},{"id":8979,"c":41,"u":"improved%20combat%20superiority_fighter_xphb_battle%20master_xphb_10_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"improved combat superiority|xphb","n":"Battle Master Fighter 10; Improved Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s9-0"},{"id":8981,"c":41,"u":"relentless_fighter_xphb_battle%20master_xphb_15_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"relentless|xphb","n":"Battle Master Fighter 15; Relentless","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s14-0"},{"id":8983,"c":41,"u":"ultimate%20combat%20superiority_fighter_xphb_battle%20master_xphb_18_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"ultimate combat superiority|xphb","n":"Battle Master Fighter 18; Ultimate Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s17-0"},{"id":8985,"c":41,"u":"champion_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"champion|xphb","n":"Champion Fighter 3; Champion","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":8987,"c":41,"u":"improved%20critical_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"improved critical|xphb","n":"Champion Fighter 3; Improved Critical","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":8989,"c":41,"u":"remarkable%20athlete_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"remarkable athlete|xphb","n":"Champion Fighter 3; Remarkable Athlete","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":8991,"c":41,"u":"additional%20fighting%20style_fighter_xphb_champion_xphb_7_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"additional fighting style|xphb","n":"Champion Fighter 7; Additional Fighting Style","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s6-0"},{"id":8993,"c":41,"u":"heroic%20warrior_fighter_xphb_champion_xphb_10_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"heroic warrior|xphb","n":"Champion Fighter 10; Heroic Warrior","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s9-0"},{"id":8995,"c":41,"u":"superior%20critical_fighter_xphb_champion_xphb_15_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"superior critical|xphb","n":"Champion Fighter 15; Superior Critical","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s14-0"},{"id":8997,"c":41,"u":"survivor_fighter_xphb_champion_xphb_18_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"survivor|xphb","n":"Champion Fighter 18; Survivor","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s17-0"},{"id":8999,"c":41,"u":"eldritch%20knight_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"eldritch knight|xphb","n":"Eldritch Knight Fighter 3; Eldritch Knight","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9001,"c":41,"u":"spellcasting_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"spellcasting|xphb","n":"Eldritch Knight Fighter 3; Spellcasting","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9003,"c":41,"u":"weapon%20bond_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"weapon bond|xphb","n":"Eldritch Knight Fighter 3; Weapon Bond","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9005,"c":41,"u":"war%20magic_fighter_xphb_eldritch%20knight_xphb_7_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"war magic|xphb","n":"Eldritch Knight Fighter 7; War Magic","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s6-0"},{"id":9007,"c":41,"u":"eldritch%20strike_fighter_xphb_eldritch%20knight_xphb_10_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"eldritch strike|xphb","n":"Eldritch Knight Fighter 10; Eldritch Strike","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s9-0"},{"id":9009,"c":41,"u":"arcane%20charge_fighter_xphb_eldritch%20knight_xphb_15_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"arcane charge|xphb","n":"Eldritch Knight Fighter 15; Arcane Charge","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s14-0"},{"id":9011,"c":41,"u":"improved%20war%20magic_fighter_xphb_eldritch%20knight_xphb_18_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"improved war magic|xphb","n":"Eldritch Knight Fighter 18; Improved War Magic","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s17-0"},{"id":9013,"c":41,"u":"psi%20warrior_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"psi warrior|xphb","n":"Psi Warrior Fighter 3; Psi Warrior","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9015,"c":41,"u":"psionic%20power_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"psionic power|xphb","n":"Psi Warrior Fighter 3; Psionic Power","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9017,"c":41,"u":"protective%20field_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"protective field|xphb","n":"Psi Warrior Fighter 3; Protective Field","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9019,"c":41,"u":"psionic%20strike_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"psionic strike|xphb","n":"Psi Warrior Fighter 3; Psionic Strike","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9021,"c":41,"u":"telekinetic%20movement_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"telekinetic movement|xphb","n":"Psi Warrior Fighter 3; Telekinetic Movement","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9023,"c":41,"u":"psi-powered%20leap_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"psi-powered leap|xphb","n":"Psi Warrior Fighter 7; Psi-Powered Leap","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9025,"c":41,"u":"telekinetic%20adept_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"telekinetic adept|xphb","n":"Psi Warrior Fighter 7; Telekinetic Adept","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9027,"c":41,"u":"telekinetic%20thrust_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"telekinetic thrust|xphb","n":"Psi Warrior Fighter 7; Telekinetic Thrust","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9029,"c":41,"u":"guarded%20mind_fighter_xphb_psi%20warrior_xphb_10_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"guarded mind|xphb","n":"Psi Warrior Fighter 10; Guarded Mind","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s9-0"},{"id":9031,"c":41,"u":"bulwark%20of%20force_fighter_xphb_psi%20warrior_xphb_15_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"bulwark of force|xphb","n":"Psi Warrior Fighter 15; Bulwark of Force","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s14-0"},{"id":9033,"c":41,"u":"telekinetic%20master_fighter_xphb_psi%20warrior_xphb_18_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"telekinetic master|xphb","n":"Psi Warrior Fighter 18; Telekinetic Master","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s17-0"},{"id":9035,"c":41,"u":"way%20of%20the%20ascendant%20dragon_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"way of the ascendant dragon|ftd","n":"Ascendant Dragon Monk 3; Way of the Ascendant Dragon","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9037,"c":41,"u":"breath%20of%20the%20dragon_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"breath of the dragon|ftd","n":"Ascendant Dragon Monk 3; Breath of the Dragon","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9039,"c":41,"u":"draconic%20disciple_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"draconic disciple|ftd","n":"Ascendant Dragon Monk 3; Draconic Disciple","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9041,"c":41,"u":"wings%20unfurled_monk_phb_ascendant%20dragon_ftd_6_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"wings unfurled|ftd","n":"Ascendant Dragon Monk 6; Wings Unfurled","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s5-0"},{"id":9043,"c":41,"u":"aspect%20of%20the%20wyrm_monk_phb_ascendant%20dragon_ftd_11_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"aspect of the wyrm|ftd","n":"Ascendant Dragon Monk 11; Aspect of the Wyrm","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s10-0"},{"id":9045,"c":41,"u":"ascendant%20aspect_monk_phb_ascendant%20dragon_ftd_17_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"ascendant aspect|ftd","n":"Ascendant Dragon Monk 17; Ascendant Aspect","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s16-0"},{"id":9047,"c":41,"u":"way%20of%20the%20four%20elements_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"way of the four elements|phb","n":"Four Elements Monk 3; Way of the Four Elements","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9049,"c":41,"u":"disciple%20of%20the%20elements_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"disciple of the elements|phb","n":"Four Elements Monk 3; Disciple of the Elements","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9051,"c":41,"u":"elemental%20disciplines_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"elemental disciplines|phb","n":"Four Elements Monk 3; Elemental Disciplines","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9053,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_6_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"extra elemental discipline|phb","n":"Four Elements Monk 6; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s5-0"},{"id":9055,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_11_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"extra elemental discipline|phb","n":"Four Elements Monk 11; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s10-0"},{"id":9057,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_17_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"extra elemental discipline|phb","n":"Four Elements Monk 17; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s16-0"},{"id":9059,"c":41,"u":"way%20of%20the%20open%20hand_monk_phb_open%20hand_phb_3_phb","p":79,"s":"PHB","h":1,"r":1,"t":5,"uu":"way of the open hand|phb","n":"Open Hand Monk 3; Way of the Open Hand","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s2-0"},{"id":9061,"c":41,"u":"open%20hand%20technique_monk_phb_open%20hand_phb_3_phb","p":79,"s":"PHB","h":1,"r":1,"t":5,"uu":"open hand technique|phb","n":"Open Hand Monk 3; Open Hand Technique","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s2-0"},{"id":9063,"c":41,"u":"wholeness%20of%20body_monk_phb_open%20hand_phb_6_phb","p":79,"s":"PHB","h":1,"r":1,"t":5,"uu":"wholeness of body|phb","n":"Open Hand Monk 6; Wholeness of Body","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s5-0"},{"id":9065,"c":41,"u":"tranquility_monk_phb_open%20hand_phb_11_phb","p":79,"s":"PHB","h":1,"r":1,"t":5,"uu":"tranquility|phb","n":"Open Hand Monk 11; Tranquility","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s10-0"},{"id":9067,"c":41,"u":"quivering%20palm_monk_phb_open%20hand_phb_17_phb","p":79,"s":"PHB","h":1,"r":1,"t":5,"uu":"quivering palm|phb","n":"Open Hand Monk 17; Quivering Palm","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s16-0"},{"id":9069,"c":41,"u":"way%20of%20shadow_monk_phb_shadow_phb_3_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"way of shadow|phb","n":"Shadow Monk 3; Way of Shadow","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s2-0"},{"id":9071,"c":41,"u":"shadow%20arts_monk_phb_shadow_phb_3_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"shadow arts|phb","n":"Shadow Monk 3; Shadow Arts","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s2-0"},{"id":9073,"c":41,"u":"shadow%20step_monk_phb_shadow_phb_6_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"shadow step|phb","n":"Shadow Monk 6; Shadow Step","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s5-0"},{"id":9075,"c":41,"u":"cloak%20of%20shadows_monk_phb_shadow_phb_11_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"cloak of shadows|phb","n":"Shadow Monk 11; Cloak of Shadows","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s10-0"},{"id":9077,"c":41,"u":"opportunist_monk_phb_shadow_phb_17_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"opportunist|phb","n":"Shadow Monk 17; Opportunist","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s16-0"},{"id":9079,"c":41,"u":"way%20of%20the%20long%20death_monk_phb_long%20death_scag_3_scag","p":130,"s":"SCAG","h":1,"t":5,"uu":"way of the long death|scag","n":"Long Death Monk 3; Way of the Long Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s2-0"},{"id":9081,"c":41,"u":"touch%20of%20death_monk_phb_long%20death_scag_3_scag","p":130,"s":"SCAG","h":1,"t":5,"uu":"touch of death|scag","n":"Long Death Monk 3; Touch of Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s2-0"},{"id":9083,"c":41,"u":"hour%20of%20reaping_monk_phb_long%20death_scag_6_scag","p":130,"s":"SCAG","h":1,"t":5,"uu":"hour of reaping|scag","n":"Long Death Monk 6; Hour of Reaping","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s5-0"},{"id":9085,"c":41,"u":"mastery%20of%20death_monk_phb_long%20death_scag_11_scag","p":130,"s":"SCAG","h":1,"t":5,"uu":"mastery of death|scag","n":"Long Death Monk 11; Mastery of Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s10-0"},{"id":9087,"c":41,"u":"touch%20of%20the%20long%20death_monk_phb_long%20death_scag_17_scag","p":130,"s":"SCAG","h":1,"t":5,"uu":"touch of the long death|scag","n":"Long Death Monk 17; Touch of the Long Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s16-0"},{"id":9089,"c":41,"u":"way%20of%20the%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"way of the astral self|tce","n":"Astral Self Monk 3; Way of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9091,"c":41,"u":"arms%20of%20the%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"arms of the astral self|tce","n":"Astral Self Monk 3; Arms of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9093,"c":41,"u":"forms%20of%20your%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"forms of your astral self|tce","n":"Astral Self Monk 3; Forms of Your Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9095,"c":41,"u":"visage%20of%20the%20astral%20self_monk_phb_astral%20self_tce_6_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"visage of the astral self|tce","n":"Astral Self Monk 6; Visage of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s5-0"},{"id":9097,"c":41,"u":"body%20of%20the%20astral%20self_monk_phb_astral%20self_tce_11_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"body of the astral self|tce","n":"Astral Self Monk 11; Body of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s10-0"},{"id":9099,"c":41,"u":"awakened%20astral%20self_monk_phb_astral%20self_tce_17_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"awakened astral self|tce","n":"Astral Self Monk 17; Awakened Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s16-0"},{"id":9101,"c":41,"u":"way%20of%20mercy_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"way of mercy|tce","n":"Mercy Monk 3; Way of Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9103,"c":41,"u":"hand%20of%20harm_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"hand of harm|tce","n":"Mercy Monk 3; Hand of Harm","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9105,"c":41,"u":"hand%20of%20healing_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"hand of healing|tce","n":"Mercy Monk 3; Hand of Healing","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9107,"c":41,"u":"implements%20of%20mercy_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"implements of mercy|tce","n":"Mercy Monk 3; Implements of Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9109,"c":41,"u":"physician's%20touch_monk_phb_mercy_tce_6_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"physician's touch|tce","n":"Mercy Monk 6; Physician's Touch","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s5-0"},{"id":9111,"c":41,"u":"flurry%20of%20healing%20and%20harm_monk_phb_mercy_tce_11_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"flurry of healing and harm|tce","n":"Mercy Monk 11; Flurry of Healing and Harm","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s10-0"},{"id":9113,"c":41,"u":"hand%20of%20ultimate%20mercy_monk_phb_mercy_tce_17_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"hand of ultimate mercy|tce","n":"Mercy Monk 17; Hand of Ultimate Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s16-0"},{"id":9115,"c":41,"u":"way%20of%20the%20cobalt%20soul_monk_phb_cobalt%20soul_tdcsr_3_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"way of the cobalt soul|tdcsr","n":"Cobalt Soul Monk 3; Way of the Cobalt Soul","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s2-0"},{"id":9117,"c":41,"u":"extract%20aspects_monk_phb_cobalt%20soul_tdcsr_3_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"extract aspects|tdcsr","n":"Cobalt Soul Monk 3; Extract Aspects","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s2-0"},{"id":9119,"c":41,"u":"extort%20truth_monk_phb_cobalt%20soul_tdcsr_6_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"extort truth|tdcsr","n":"Cobalt Soul Monk 6; Extort Truth","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s5-0"},{"id":9121,"c":41,"u":"mystical%20erudition_monk_phb_cobalt%20soul_tdcsr_6_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"mystical erudition|tdcsr","n":"Cobalt Soul Monk 6; Mystical Erudition","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s5-0"},{"id":9123,"c":41,"u":"mind%20of%20mercury_monk_phb_cobalt%20soul_tdcsr_11_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"mind of mercury|tdcsr","n":"Cobalt Soul Monk 11; Mind of Mercury","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s10-0"},{"id":9125,"c":41,"u":"mystical%20erudition%20(11th%20level)_monk_phb_cobalt%20soul_tdcsr_11_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"mystical erudition (11th level)|tdcsr","n":"Cobalt Soul Monk 11; Mystical Erudition (11th Level)","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s10-0"},{"id":9127,"c":41,"u":"debilitating%20barrage_monk_phb_cobalt%20soul_tdcsr_17_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"debilitating barrage|tdcsr","n":"Cobalt Soul Monk 17; Debilitating Barrage","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s16-0"},{"id":9129,"c":41,"u":"mystical%20erudition%20(17th%20level)_monk_phb_cobalt%20soul_tdcsr_17_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"mystical erudition (17th level)|tdcsr","n":"Cobalt Soul Monk 17; Mystical Erudition (17th Level)","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s16-0"},{"id":9131,"c":41,"u":"way%20of%20the%20drunken%20master_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"way of the drunken master|xge","n":"Drunken Master Monk 3; Way of the Drunken Master","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9133,"c":41,"u":"bonus%20proficiencies_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"bonus proficiencies|xge","n":"Drunken Master Monk 3; Bonus Proficiencies","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9135,"c":41,"u":"drunken%20technique_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"drunken technique|xge","n":"Drunken Master Monk 3; Drunken Technique","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9137,"c":41,"u":"leap%20to%20your%20feet_monk_phb_drunken%20master_xge_6_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"leap to your feet|xge","n":"Drunken Master Monk 6; Leap to Your Feet","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9139,"c":41,"u":"redirect%20attack_monk_phb_drunken%20master_xge_6_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"redirect attack|xge","n":"Drunken Master Monk 6; Redirect Attack","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9141,"c":41,"u":"tipsy%20sway_monk_phb_drunken%20master_xge_6_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"tipsy sway|xge","n":"Drunken Master Monk 6; Tipsy Sway","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9143,"c":41,"u":"drunkard's%20luck_monk_phb_drunken%20master_xge_11_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"drunkard's luck|xge","n":"Drunken Master Monk 11; Drunkard's Luck","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s10-0"},{"id":9145,"c":41,"u":"intoxicated%20frenzy_monk_phb_drunken%20master_xge_17_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"intoxicated frenzy|xge","n":"Drunken Master Monk 17; Intoxicated Frenzy","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s16-0"},{"id":9147,"c":41,"u":"agile%20parry_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"agile parry|xge","n":"Kensei Monk 3; Agile Parry","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9149,"c":41,"u":"kensei's%20shot_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"kensei's shot|xge","n":"Kensei Monk 3; Kensei's Shot","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9151,"c":41,"u":"way%20of%20the%20kensei_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"way of the kensei|xge","n":"Kensei Monk 3; Way of the Kensei","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9153,"c":41,"u":"path%20of%20the%20kensei_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"path of the kensei|xge","n":"Kensei Monk 3; Path of the Kensei","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9155,"c":41,"u":"one%20with%20the%20blade_monk_phb_kensei_xge_6_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"one with the blade|xge","n":"Kensei Monk 6; One with the Blade","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s5-0"},{"id":9157,"c":41,"u":"sharpen%20the%20blade_monk_phb_kensei_xge_11_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"sharpen the blade|xge","n":"Kensei Monk 11; Sharpen the Blade","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s10-0"},{"id":9159,"c":41,"u":"unerring%20accuracy_monk_phb_kensei_xge_17_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"unerring accuracy|xge","n":"Kensei Monk 17; Unerring Accuracy","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s16-0"},{"id":9161,"c":41,"u":"way%20of%20the%20sun%20soul_monk_phb_sun%20soul_xge_3_xge","p":35,"s":"XGE","h":1,"t":5,"uu":"way of the sun soul|xge","n":"Sun Soul Monk 3; Way of the Sun Soul","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s2-0"},{"id":9163,"c":41,"u":"radiant%20sun%20bolt_monk_phb_sun%20soul_xge_3_xge","p":35,"s":"XGE","h":1,"t":5,"uu":"radiant sun bolt|xge","n":"Sun Soul Monk 3; Radiant Sun Bolt","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s2-0"},{"id":9165,"c":41,"u":"searing%20arc%20strike_monk_phb_sun%20soul_xge_6_xge","p":35,"s":"XGE","h":1,"t":5,"uu":"searing arc strike|xge","n":"Sun Soul Monk 6; Searing Arc Strike","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s5-0"},{"id":9167,"c":41,"u":"searing%20sunburst_monk_phb_sun%20soul_xge_11_xge","p":35,"s":"XGE","h":1,"t":5,"uu":"searing sunburst|xge","n":"Sun Soul Monk 11; Searing Sunburst","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s10-0"},{"id":9169,"c":41,"u":"sun%20shield_monk_phb_sun%20soul_xge_17_xge","p":35,"s":"XGE","h":1,"t":5,"uu":"sun shield|xge","n":"Sun Soul Monk 17; Sun Shield","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s16-0"},{"id":9171,"c":41,"u":"elemental%20attunement_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"elemental attunement|xphb","n":"Elements Monk 3; Elemental Attunement","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9173,"c":41,"u":"manipulate%20elements_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"manipulate elements|xphb","n":"Elements Monk 3; Manipulate Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9175,"c":41,"u":"warrior%20of%20the%20elements_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"warrior of the elements|xphb","n":"Elements Monk 3; Warrior of the Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9177,"c":41,"u":"elemental%20burst_monk_xphb_elements_xphb_6_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"elemental burst|xphb","n":"Elements Monk 6; Elemental Burst","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s5-0"},{"id":9179,"c":41,"u":"stride%20of%20the%20elements_monk_xphb_elements_xphb_11_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"stride of the elements|xphb","n":"Elements Monk 11; Stride of the Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s10-0"},{"id":9181,"c":41,"u":"elemental%20epitome_monk_xphb_elements_xphb_17_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"elemental epitome|xphb","n":"Elements Monk 17; Elemental Epitome","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s16-0"},{"id":9183,"c":41,"u":"warrior%20of%20mercy_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"warrior of mercy|xphb","n":"Mercy Monk 3; Warrior of Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9185,"c":41,"u":"hand%20of%20harm_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"hand of harm|xphb","n":"Mercy Monk 3; Hand of Harm","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9187,"c":41,"u":"hand%20of%20healing_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"hand of healing|xphb","n":"Mercy Monk 3; Hand of Healing","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9189,"c":41,"u":"implements%20of%20mercy_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"implements of mercy|xphb","n":"Mercy Monk 3; Implements of Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9191,"c":41,"u":"physician's%20touch_monk_xphb_mercy_xphb_6_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"physician's touch|xphb","n":"Mercy Monk 6; Physician's Touch","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s5-0"},{"id":9193,"c":41,"u":"flurry%20of%20healing%20and%20harm_monk_xphb_mercy_xphb_11_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"flurry of healing and harm|xphb","n":"Mercy Monk 11; Flurry of Healing and Harm","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s10-0"},{"id":9195,"c":41,"u":"hand%20of%20ultimate%20mercy_monk_xphb_mercy_xphb_17_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"hand of ultimate mercy|xphb","n":"Mercy Monk 17; Hand of Ultimate Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s16-0"},{"id":9197,"c":41,"u":"open%20hand%20technique_monk_xphb_open%20hand_xphb_3_xphb","p":107,"s":"XPHB","h":1,"t":5,"uu":"open hand technique|xphb","n":"Open Hand Monk 3; Open Hand Technique","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s2-0"},{"id":9199,"c":41,"u":"warrior%20of%20the%20open%20hand_monk_xphb_open%20hand_xphb_3_xphb","p":107,"s":"XPHB","h":1,"t":5,"uu":"warrior of the open hand|xphb","n":"Open Hand Monk 3; Warrior of the Open Hand","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s2-0"},{"id":9201,"c":41,"u":"wholeness%20of%20body_monk_xphb_open%20hand_xphb_6_xphb","p":107,"s":"XPHB","h":1,"t":5,"uu":"wholeness of body|xphb","n":"Open Hand Monk 6; Wholeness of Body","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s5-0"},{"id":9203,"c":41,"u":"fleet%20step_monk_xphb_open%20hand_xphb_11_xphb","p":107,"s":"XPHB","h":1,"t":5,"uu":"fleet step|xphb","n":"Open Hand Monk 11; Fleet Step","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s10-0"},{"id":9205,"c":41,"u":"quivering%20palm_monk_xphb_open%20hand_xphb_17_xphb","p":107,"s":"XPHB","h":1,"t":5,"uu":"quivering palm|xphb","n":"Open Hand Monk 17; Quivering Palm","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s16-0"},{"id":9207,"c":41,"u":"shadow%20arts_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"shadow arts|xphb","n":"Shadow Monk 3; Shadow Arts","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9209,"c":41,"u":"warrior%20of%20shadow_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"warrior of shadow|xphb","n":"Shadow Monk 3; Warrior of Shadow","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9211,"c":41,"u":"darkness_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"darkness|xphb","n":"Shadow Monk 3; Darkness","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9213,"c":41,"u":"darkvision_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"darkvision|xphb","n":"Shadow Monk 3; Darkvision","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9215,"c":41,"u":"shadowy%20figments_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"shadowy figments|xphb","n":"Shadow Monk 3; Shadowy Figments","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9217,"c":41,"u":"shadow%20step_monk_xphb_shadow_xphb_6_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"shadow step|xphb","n":"Shadow Monk 6; Shadow Step","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s5-0"},{"id":9219,"c":41,"u":"improved%20shadow%20step_monk_xphb_shadow_xphb_11_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"improved shadow step|xphb","n":"Shadow Monk 11; Improved Shadow Step","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s10-0"},{"id":9221,"c":41,"u":"cloak%20of%20shadows_monk_xphb_shadow_xphb_17_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"cloak of shadows|xphb","n":"Shadow Monk 17; Cloak of Shadows","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s16-0"},{"id":9223,"c":41,"u":"order%20of%20the%20avatar_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the avatar|uathemysticclass","n":"Avatar Mystic 1; Order of the Avatar","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9225,"c":41,"u":"armor%20training_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"armor training|uathemysticclass","n":"Avatar Mystic 1; Armor Training","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9227,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"bonus disciplines|uathemysticclass","n":"Avatar Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9229,"c":41,"u":"avatar%20of%20battle_mystic_uathemysticclass_avatar_uathemysticclass_3_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"avatar of battle|uathemysticclass","n":"Avatar Mystic 3; Avatar of Battle","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s2-0"},{"id":9231,"c":41,"u":"avatar%20of%20healing_mystic_uathemysticclass_avatar_uathemysticclass_6_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"avatar of healing|uathemysticclass","n":"Avatar Mystic 6; Avatar of Healing","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s5-0"},{"id":9233,"c":41,"u":"avatar%20of%20speed_mystic_uathemysticclass_avatar_uathemysticclass_14_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"avatar of speed|uathemysticclass","n":"Avatar Mystic 14; Avatar of Speed","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s13-0"},{"id":9235,"c":41,"u":"order%20of%20the%20awakened_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the awakened|uathemysticclass","n":"Awakened Mystic 1; Order of the Awakened","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9237,"c":41,"u":"awakened%20talent_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"awakened talent|uathemysticclass","n":"Awakened Mystic 1; Awakened Talent","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9239,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"bonus disciplines|uathemysticclass","n":"Awakened Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9241,"c":41,"u":"psionic%20investigation_mystic_uathemysticclass_awakened_uathemysticclass_3_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"psionic investigation|uathemysticclass","n":"Awakened Mystic 3; Psionic Investigation","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s2-0"},{"id":9243,"c":41,"u":"psionic%20surge_mystic_uathemysticclass_awakened_uathemysticclass_6_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"psionic surge|uathemysticclass","n":"Awakened Mystic 6; Psionic Surge","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s5-0"},{"id":9245,"c":41,"u":"spectral%20form_mystic_uathemysticclass_awakened_uathemysticclass_14_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"spectral form|uathemysticclass","n":"Awakened Mystic 14; Spectral Form","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s13-0"},{"id":9247,"c":41,"u":"order%20of%20the%20immortal_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the immortal|uathemysticclass","n":"Immortal Mystic 1; Order of the Immortal","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9249,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"bonus disciplines|uathemysticclass","n":"Immortal Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9251,"c":41,"u":"immortal%20durability_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"immortal durability|uathemysticclass","n":"Immortal Mystic 1; Immortal Durability","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9253,"c":41,"u":"psionic%20resilience_mystic_uathemysticclass_immortal_uathemysticclass_3_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"psionic resilience|uathemysticclass","n":"Immortal Mystic 3; Psionic Resilience","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s2-0"},{"id":9255,"c":41,"u":"surge%20of%20health_mystic_uathemysticclass_immortal_uathemysticclass_6_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"surge of health|uathemysticclass","n":"Immortal Mystic 6; Surge of Health","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s5-0"},{"id":9257,"c":41,"u":"immortal%20will_mystic_uathemysticclass_immortal_uathemysticclass_14_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"immortal will|uathemysticclass","n":"Immortal Mystic 14; Immortal Will","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s13-0"},{"id":9259,"c":41,"u":"order%20of%20the%20nomad_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the nomad|uathemysticclass","n":"Nomad Mystic 1; Order of the Nomad","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9261,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"bonus disciplines|uathemysticclass","n":"Nomad Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9263,"c":41,"u":"breadth%20of%20knowledge_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"breadth of knowledge|uathemysticclass","n":"Nomad Mystic 1; Breadth of Knowledge","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9265,"c":41,"u":"memory%20of%20one%20thousand%20steps_mystic_uathemysticclass_nomad_uathemysticclass_3_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"memory of one thousand steps|uathemysticclass","n":"Nomad Mystic 3; Memory of One Thousand Steps","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s2-0"},{"id":9267,"c":41,"u":"superior%20teleportation_mystic_uathemysticclass_nomad_uathemysticclass_6_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"superior teleportation|uathemysticclass","n":"Nomad Mystic 6; Superior Teleportation","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s5-0"},{"id":9269,"c":41,"u":"effortless%20journey_mystic_uathemysticclass_nomad_uathemysticclass_14_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"effortless journey|uathemysticclass","n":"Nomad Mystic 14; Effortless Journey","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s13-0"},{"id":9271,"c":41,"u":"order%20of%20the%20soul%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the soul knife|uathemysticclass","n":"Soul Knife Mystic 1; Order of the Soul Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9273,"c":41,"u":"martial%20training_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"martial training|uathemysticclass","n":"Soul Knife Mystic 1; Martial Training","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9275,"c":41,"u":"soul%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"soul knife|uathemysticclass","n":"Soul Knife Mystic 1; Soul Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9277,"c":41,"u":"hone%20the%20blade_mystic_uathemysticclass_soul%20knife_uathemysticclass_3_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"hone the blade|uathemysticclass","n":"Soul Knife Mystic 3; Hone the Blade","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s2-0"},{"id":9279,"c":41,"u":"consumptive%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_6_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"consumptive knife|uathemysticclass","n":"Soul Knife Mystic 6; Consumptive Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s5-0"},{"id":9281,"c":41,"u":"phantom%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_14_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"phantom knife|uathemysticclass","n":"Soul Knife Mystic 14; Phantom Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s13-0"},{"id":9283,"c":41,"u":"order%20of%20the%20wu%20jen_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the wu jen|uathemysticclass","n":"Wu Jen Mystic 1; Order of the Wu Jen","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9285,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"bonus disciplines|uathemysticclass","n":"Wu Jen Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9287,"c":41,"u":"hermit's%20study_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"hermit's study|uathemysticclass","n":"Wu Jen Mystic 1; Hermit's Study","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9289,"c":41,"u":"elemental%20attunement_mystic_uathemysticclass_wu%20jen_uathemysticclass_3_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"elemental attunement|uathemysticclass","n":"Wu Jen Mystic 3; Elemental Attunement","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s2-0"},{"id":9291,"c":41,"u":"arcane%20dabbler_mystic_uathemysticclass_wu%20jen_uathemysticclass_6_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"arcane dabbler|uathemysticclass","n":"Wu Jen Mystic 6; Arcane Dabbler","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s5-0"},{"id":9293,"c":41,"u":"elemental%20mastery_mystic_uathemysticclass_wu%20jen_uathemysticclass_14_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"elemental mastery|uathemysticclass","n":"Wu Jen Mystic 14; Elemental Mastery","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s13-0"},{"id":9295,"c":41,"u":"oathbreaker_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"oathbreaker|dmg","n":"Oathbreaker Paladin 3; Oathbreaker","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9297,"c":41,"u":"channel%20divinity_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"channel divinity|dmg","n":"Oathbreaker Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9299,"c":41,"u":"control%20undead_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"control undead|dmg","n":"Oathbreaker Paladin 3; Control Undead","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9301,"c":41,"u":"dreadful%20aspect_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"dreadful aspect|dmg","n":"Oathbreaker Paladin 3; Dreadful Aspect","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9303,"c":41,"u":"oathbreaker%20spells_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"oathbreaker spells|dmg","n":"Oathbreaker Paladin 3; Oathbreaker Spells","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9305,"c":41,"u":"aura%20of%20hate_paladin_phb_oathbreaker_dmg_7_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"aura of hate|dmg","n":"Oathbreaker Paladin 7; Aura of Hate","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s6-0"},{"id":9307,"c":41,"u":"supernatural%20resistance_paladin_phb_oathbreaker_dmg_15_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"supernatural resistance|dmg","n":"Oathbreaker Paladin 15; Supernatural Resistance","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s14-0"},{"id":9309,"c":41,"u":"dread%20lord_paladin_phb_oathbreaker_dmg_20_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"dread lord|dmg","n":"Oathbreaker Paladin 20; Dread Lord","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s19-0"},{"id":9311,"c":41,"u":"oath%20of%20the%20ancients_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"oath of the ancients|phb","n":"Ancients Paladin 3; Oath of the Ancients","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9313,"c":41,"u":"channel%20divinity_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"channel divinity|phb","n":"Ancients Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9315,"c":41,"u":"nature's%20wrath_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"nature's wrath|phb","n":"Ancients Paladin 3; Nature's Wrath","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9317,"c":41,"u":"oath%20spells_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"oath spells|phb","n":"Ancients Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9319,"c":41,"u":"tenets%20of%20the%20ancients_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"tenets of the ancients|phb","n":"Ancients Paladin 3; Tenets of the Ancients","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9321,"c":41,"u":"turn%20the%20faithless_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"turn the faithless|phb","n":"Ancients Paladin 3; Turn the Faithless","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9323,"c":41,"u":"aura%20of%20warding_paladin_phb_ancients_phb_7_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"aura of warding|phb","n":"Ancients Paladin 7; Aura of Warding","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s6-0"},{"id":9325,"c":41,"u":"undying%20sentinel_paladin_phb_ancients_phb_15_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"undying sentinel|phb","n":"Ancients Paladin 15; Undying Sentinel","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s14-0"},{"id":9327,"c":41,"u":"elder%20champion_paladin_phb_ancients_phb_20_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"elder champion|phb","n":"Ancients Paladin 20; Elder Champion","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s19-0"},{"id":9329,"c":41,"u":"oath%20of%20devotion_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"oath of devotion|phb","n":"Devotion Paladin 3; Oath of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9331,"c":41,"u":"channel%20divinity_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"channel divinity|phb","n":"Devotion Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9333,"c":41,"u":"oath%20spells_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"oath spells|phb","n":"Devotion Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9335,"c":41,"u":"sacred%20weapon_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"sacred weapon|phb","n":"Devotion Paladin 3; Sacred Weapon","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9337,"c":41,"u":"tenets%20of%20devotion_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"tenets of devotion|phb","n":"Devotion Paladin 3; Tenets of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9339,"c":41,"u":"turn%20the%20unholy_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"turn the unholy|phb","n":"Devotion Paladin 3; Turn the Unholy","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9341,"c":41,"u":"aura%20of%20devotion_paladin_phb_devotion_phb_7_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"aura of devotion|phb","n":"Devotion Paladin 7; Aura of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s6-0"},{"id":9343,"c":41,"u":"purity%20of%20spirit_paladin_phb_devotion_phb_15_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"purity of spirit|phb","n":"Devotion Paladin 15; Purity of Spirit","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s14-0"},{"id":9345,"c":41,"u":"holy%20nimbus_paladin_phb_devotion_phb_20_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"holy nimbus|phb","n":"Devotion Paladin 20; Holy Nimbus","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s19-0"},{"id":9347,"c":41,"u":"oath%20of%20vengeance_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"oath of vengeance|phb","n":"Vengeance Paladin 3; Oath of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9349,"c":41,"u":"abjure%20enemy_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"abjure enemy|phb","n":"Vengeance Paladin 3; Abjure Enemy","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9351,"c":41,"u":"channel%20divinity_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"channel divinity|phb","n":"Vengeance Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9353,"c":41,"u":"oath%20spells_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"oath spells|phb","n":"Vengeance Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9355,"c":41,"u":"tenets%20of%20vengeance_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"tenets of vengeance|phb","n":"Vengeance Paladin 3; Tenets of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9357,"c":41,"u":"vow%20of%20enmity_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"vow of enmity|phb","n":"Vengeance Paladin 3; Vow of Enmity","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9359,"c":41,"u":"relentless%20avenger_paladin_phb_vengeance_phb_7_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"relentless avenger|phb","n":"Vengeance Paladin 7; Relentless Avenger","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s6-0"},{"id":9361,"c":41,"u":"soul%20of%20vengeance_paladin_phb_vengeance_phb_15_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"soul of vengeance|phb","n":"Vengeance Paladin 15; Soul of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s14-0"},{"id":9363,"c":41,"u":"avenging%20angel_paladin_phb_vengeance_phb_20_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"avenging angel|phb","n":"Vengeance Paladin 20; Avenging Angel","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s19-0"},{"id":9365,"c":41,"u":"oath%20of%20the%20crown_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"oath of the crown|scag","n":"Crown Paladin 3; Oath of the Crown","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9367,"c":41,"u":"champion%20challenge_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"champion challenge|scag","n":"Crown Paladin 3; Champion Challenge","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9369,"c":41,"u":"channel%20divinity_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"channel divinity|scag","n":"Crown Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9371,"c":41,"u":"oath%20spells_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"oath spells|scag","n":"Crown Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9373,"c":41,"u":"tenets%20of%20the%20crown_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"tenets of the crown|scag","n":"Crown Paladin 3; Tenets of the Crown","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9375,"c":41,"u":"turn%20the%20tide_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"turn the tide|scag","n":"Crown Paladin 3; Turn the Tide","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9377,"c":41,"u":"divine%20allegiance_paladin_phb_crown_scag_7_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"divine allegiance|scag","n":"Crown Paladin 7; Divine Allegiance","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s6-0"},{"id":9379,"c":41,"u":"unyielding%20spirit_paladin_phb_crown_scag_15_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"unyielding spirit|scag","n":"Crown Paladin 15; Unyielding Spirit","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s14-0"},{"id":9381,"c":41,"u":"exalted%20champion_paladin_phb_crown_scag_20_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"exalted champion|scag","n":"Crown Paladin 20; Exalted Champion","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s19-0"},{"id":9383,"c":41,"u":"oath%20of%20glory_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"oath of glory|tce","n":"Glory Paladin 3; Oath of Glory","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9385,"c":41,"u":"channel%20divinity_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"channel divinity|tce","n":"Glory Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9387,"c":41,"u":"oath%20spells_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"oath spells|tce","n":"Glory Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9389,"c":41,"u":"tenets%20of%20glory_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"tenets of glory|tce","n":"Glory Paladin 3; Tenets of Glory","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9391,"c":41,"u":"inspiring%20smite_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"inspiring smite|tce","n":"Glory Paladin 3; Inspiring Smite","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9393,"c":41,"u":"peerless%20athlete_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"peerless athlete|tce","n":"Glory Paladin 3; Peerless Athlete","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9395,"c":41,"u":"aura%20of%20alacrity_paladin_phb_glory_tce_7_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"aura of alacrity|tce","n":"Glory Paladin 7; Aura of Alacrity","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s6-0"},{"id":9397,"c":41,"u":"glorious%20defense_paladin_phb_glory_tce_15_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"glorious defense|tce","n":"Glory Paladin 15; Glorious Defense","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s14-0"},{"id":9399,"c":41,"u":"living%20legend_paladin_phb_glory_tce_20_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"living legend|tce","n":"Glory Paladin 20; Living Legend","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s19-0"},{"id":9401,"c":41,"u":"oath%20of%20the%20watchers_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"oath of the watchers|tce","n":"Watchers Paladin 3; Oath of the Watchers","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9403,"c":41,"u":"channel%20divinity_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"channel divinity|tce","n":"Watchers Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9405,"c":41,"u":"oath%20spells_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"oath spells|tce","n":"Watchers Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9407,"c":41,"u":"tenets%20of%20the%20watchers_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"tenets of the watchers|tce","n":"Watchers Paladin 3; Tenets of the Watchers","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9409,"c":41,"u":"abjure%20the%20extraplanar_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"abjure the extraplanar|tce","n":"Watchers Paladin 3; Abjure the Extraplanar","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9411,"c":41,"u":"watcher's%20will_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"watcher's will|tce","n":"Watchers Paladin 3; Watcher's Will","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9413,"c":41,"u":"aura%20of%20the%20sentinel_paladin_phb_watchers_tce_7_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"aura of the sentinel|tce","n":"Watchers Paladin 7; Aura of the Sentinel","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s6-0"},{"id":9415,"c":41,"u":"vigilant%20rebuke_paladin_phb_watchers_tce_15_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"vigilant rebuke|tce","n":"Watchers Paladin 15; Vigilant Rebuke","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s14-0"},{"id":9417,"c":41,"u":"mortal%20bulwark_paladin_phb_watchers_tce_20_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"mortal bulwark|tce","n":"Watchers Paladin 20; Mortal Bulwark","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s19-0"},{"id":9419,"c":41,"u":"oath%20of%20the%20open%20sea_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"oath of the open sea|tdcsr","n":"Open Sea Paladin 3; Oath of the Open Sea","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9421,"c":41,"u":"channel%20divinity_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity|tdcsr","n":"Open Sea Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9423,"c":41,"u":"fury%20of%20the%20tides_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"fury of the tides|tdcsr","n":"Open Sea Paladin 3; Fury of the Tides","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9425,"c":41,"u":"marine%20layer_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"marine layer|tdcsr","n":"Open Sea Paladin 3; Marine Layer","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9427,"c":41,"u":"oath%20spells_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"oath spells|tdcsr","n":"Open Sea Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9429,"c":41,"u":"tenets%20of%20the%20open%20sea_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"tenets of the open sea|tdcsr","n":"Open Sea Paladin 3; Tenets of the Open Sea","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9431,"c":41,"u":"aura%20of%20liberation_paladin_phb_open%20sea_tdcsr_7_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"aura of liberation|tdcsr","n":"Open Sea Paladin 7; Aura of Liberation","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s6-0"},{"id":9433,"c":41,"u":"stormy%20waters_paladin_phb_open%20sea_tdcsr_15_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"stormy waters|tdcsr","n":"Open Sea Paladin 15; Stormy Waters","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s14-0"},{"id":9435,"c":41,"u":"aura%20of%20liberation%20(18th%20level)_paladin_phb_open%20sea_tdcsr_18_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"aura of liberation (18th level)|tdcsr","n":"Open Sea Paladin 18; Aura of Liberation (18th Level)","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s17-0"},{"id":9437,"c":41,"u":"mythic%20swashbuckler_paladin_phb_open%20sea_tdcsr_20_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"mythic swashbuckler|tdcsr","n":"Open Sea Paladin 20; Mythic Swashbuckler","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s19-0"},{"id":9439,"c":41,"u":"oath%20of%20conquest_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"oath of conquest|xge","n":"Conquest Paladin 3; Oath of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9441,"c":41,"u":"channel%20divinity_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"channel divinity|xge","n":"Conquest Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9443,"c":41,"u":"conquering%20presence_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"conquering presence|xge","n":"Conquest Paladin 3; Conquering Presence","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9445,"c":41,"u":"guided%20strike_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"guided strike|xge","n":"Conquest Paladin 3; Guided Strike","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9447,"c":41,"u":"oath%20spells_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"oath spells|xge","n":"Conquest Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9449,"c":41,"u":"tenets%20of%20conquest_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"tenets of conquest|xge","n":"Conquest Paladin 3; Tenets of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9451,"c":41,"u":"aura%20of%20conquest_paladin_phb_conquest_xge_7_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"aura of conquest|xge","n":"Conquest Paladin 7; Aura of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s6-0"},{"id":9453,"c":41,"u":"scornful%20rebuke_paladin_phb_conquest_xge_15_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"scornful rebuke|xge","n":"Conquest Paladin 15; Scornful Rebuke","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s14-0"},{"id":9455,"c":41,"u":"invincible%20conqueror_paladin_phb_conquest_xge_20_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"invincible conqueror|xge","n":"Conquest Paladin 20; Invincible Conqueror","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s19-0"},{"id":9457,"c":41,"u":"oath%20of%20redemption_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"oath of redemption|xge","n":"Redemption Paladin 3; Oath of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9459,"c":41,"u":"channel%20divinity_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"channel divinity|xge","n":"Redemption Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9461,"c":41,"u":"emissary%20of%20peace_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"emissary of peace|xge","n":"Redemption Paladin 3; Emissary of Peace","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9463,"c":41,"u":"oath%20spells_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"oath spells|xge","n":"Redemption Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9465,"c":41,"u":"rebuke%20the%20violent_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"rebuke the violent|xge","n":"Redemption Paladin 3; Rebuke the Violent","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9467,"c":41,"u":"tenets%20of%20redemption_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"tenets of redemption|xge","n":"Redemption Paladin 3; Tenets of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9469,"c":41,"u":"aura%20of%20the%20guardian_paladin_phb_redemption_xge_7_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"aura of the guardian|xge","n":"Redemption Paladin 7; Aura of the Guardian","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s6-0"},{"id":9471,"c":41,"u":"protective%20spirit_paladin_phb_redemption_xge_15_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"protective spirit|xge","n":"Redemption Paladin 15; Protective Spirit","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s14-0"},{"id":9473,"c":41,"u":"emissary%20of%20redemption_paladin_phb_redemption_xge_20_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"emissary of redemption|xge","n":"Redemption Paladin 20; Emissary of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s19-0"},{"id":9475,"c":41,"u":"nature's%20wrath_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"nature's wrath|xphb","n":"Ancients Paladin 3; Nature's Wrath","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9477,"c":41,"u":"oath%20of%20the%20ancients_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"oath of the ancients|xphb","n":"Ancients Paladin 3; Oath of the Ancients","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9479,"c":41,"u":"oath%20of%20the%20ancients%20spells_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"oath of the ancients spells|xphb","n":"Ancients Paladin 3; Oath of the Ancients Spells","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9481,"c":41,"u":"aura%20of%20warding_paladin_xphb_ancients_xphb_7_xphb","p":116,"s":"XPHB","h":1,"t":5,"uu":"aura of warding|xphb","n":"Ancients Paladin 7; Aura of Warding","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s6-0"},{"id":9483,"c":41,"u":"undying%20sentinel_paladin_xphb_ancients_xphb_15_xphb","p":116,"s":"XPHB","h":1,"t":5,"uu":"undying sentinel|xphb","n":"Ancients Paladin 15; Undying Sentinel","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s14-0"},{"id":9485,"c":41,"u":"elder%20champion_paladin_xphb_ancients_xphb_20_xphb","p":116,"s":"XPHB","h":1,"t":5,"uu":"elder champion|xphb","n":"Ancients Paladin 20; Elder Champion","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s19-0"},{"id":9487,"c":41,"u":"oath%20of%20devotion_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"t":5,"uu":"oath of devotion|xphb","n":"Devotion Paladin 3; Oath of Devotion","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9489,"c":41,"u":"oath%20of%20devotion%20spells_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"t":5,"uu":"oath of devotion spells|xphb","n":"Devotion Paladin 3; Oath of Devotion Spells","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9491,"c":41,"u":"sacred%20weapon_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"t":5,"uu":"sacred weapon|xphb","n":"Devotion Paladin 3; Sacred Weapon","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9493,"c":41,"u":"aura%20of%20devotion_paladin_xphb_devotion_xphb_7_xphb","p":114,"s":"XPHB","h":1,"t":5,"uu":"aura of devotion|xphb","n":"Devotion Paladin 7; Aura of Devotion","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s6-0"},{"id":9495,"c":41,"u":"smite%20of%20protection_paladin_xphb_devotion_xphb_15_xphb","p":114,"s":"XPHB","h":1,"t":5,"uu":"smite of protection|xphb","n":"Devotion Paladin 15; Smite of Protection","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s14-0"},{"id":9497,"c":41,"u":"holy%20nimbus_paladin_xphb_devotion_xphb_20_xphb","p":114,"s":"XPHB","h":1,"t":5,"uu":"holy nimbus|xphb","n":"Devotion Paladin 20; Holy Nimbus","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s19-0"},{"id":9499,"c":41,"u":"inspiring%20smite_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"inspiring smite|xphb","n":"Glory Paladin 3; Inspiring Smite","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9501,"c":41,"u":"oath%20of%20glory_paladin_xphb_glory_xphb_3_xphb","p":114,"s":"XPHB","h":1,"t":5,"uu":"oath of glory|xphb","n":"Glory Paladin 3; Oath of Glory","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9503,"c":41,"u":"oath%20of%20glory%20spells_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"oath of glory spells|xphb","n":"Glory Paladin 3; Oath of Glory Spells","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9505,"c":41,"u":"peerless%20athlete_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"peerless athlete|xphb","n":"Glory Paladin 3; Peerless Athlete","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9507,"c":41,"u":"aura%20of%20alacricity_paladin_xphb_glory_xphb_7_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"aura of alacricity|xphb","n":"Glory Paladin 7; Aura of Alacricity","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s6-0"},{"id":9509,"c":41,"u":"glorious%20defense_paladin_xphb_glory_xphb_15_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"glorious defense|xphb","n":"Glory Paladin 15; Glorious Defense","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s14-0"},{"id":9511,"c":41,"u":"living%20legend_paladin_xphb_glory_xphb_20_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"living legend|xphb","n":"Glory Paladin 20; Living Legend","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s19-0"},{"id":9513,"c":41,"u":"oath%20of%20vengeance_paladin_xphb_vengeance_xphb_3_xphb","p":116,"s":"XPHB","h":1,"t":5,"uu":"oath of vengeance|xphb","n":"Vengeance Paladin 3; Oath of Vengeance","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9515,"c":41,"u":"oath%20of%20vengeance%20spells_paladin_xphb_vengeance_xphb_3_xphb","p":116,"s":"XPHB","h":1,"t":5,"uu":"oath of vengeance spells|xphb","n":"Vengeance Paladin 3; Oath of Vengeance Spells","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9517,"c":41,"u":"vow%20of%20enmity_paladin_xphb_vengeance_xphb_3_xphb","p":117,"s":"XPHB","h":1,"t":5,"uu":"vow of enmity|xphb","n":"Vengeance Paladin 3; Vow of Enmity","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9519,"c":41,"u":"relentless%20avenger_paladin_xphb_vengeance_xphb_7_xphb","p":117,"s":"XPHB","h":1,"t":5,"uu":"relentless avenger|xphb","n":"Vengeance Paladin 7; Relentless Avenger","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s6-0"},{"id":9521,"c":41,"u":"soul%20of%20vengeance_paladin_xphb_vengeance_xphb_15_xphb","p":117,"s":"XPHB","h":1,"t":5,"uu":"soul of vengeance|xphb","n":"Vengeance Paladin 15; Soul of Vengeance","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s14-0"},{"id":9523,"c":41,"u":"avenging%20angel_paladin_xphb_vengeance_xphb_20_xphb","p":117,"s":"XPHB","h":1,"t":5,"uu":"avenging angel|xphb","n":"Vengeance Paladin 20; Avenging Angel","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s19-0"},{"id":9525,"c":41,"u":"drakewarden_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"drakewarden|ftd","n":"Drakewarden Ranger 3; Drakewarden","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9527,"c":41,"u":"draconic%20gift_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"draconic gift|ftd","n":"Drakewarden Ranger 3; Draconic Gift","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9529,"c":41,"u":"drake%20companion_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"drake companion|ftd","n":"Drakewarden Ranger 3; Drake Companion","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9531,"c":41,"u":"bond%20of%20fang%20and%20scale_ranger_phb_drakewarden_ftd_7_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"bond of fang and scale|ftd","n":"Drakewarden Ranger 7; Bond of Fang and Scale","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s6-0"},{"id":9533,"c":41,"u":"drake's%20breath_ranger_phb_drakewarden_ftd_11_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"drake's breath|ftd","n":"Drakewarden Ranger 11; Drake's Breath","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s10-0"},{"id":9535,"c":41,"u":"perfected%20bond_ranger_phb_drakewarden_ftd_15_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"perfected bond|ftd","n":"Drakewarden Ranger 15; Perfected Bond","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s14-0"},{"id":9537,"c":41,"u":"beast%20master_ranger_phb_beast%20master_phb_3_phb","p":93,"s":"PHB","h":1,"t":5,"uu":"beast master|phb","n":"Beast Master Ranger 3; Beast Master","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s2-0"},{"id":9539,"c":41,"u":"primal%20companion_ranger_phb_beast%20master_phb_3_tce","p":61,"s":"TCE","h":1,"t":5,"uu":"primal companion|tce","n":"Beast Master Ranger 3; Primal Companion","uh":"ranger_phb,state:sub-beast-master-tce=b1~feature=s2-0"},{"id":9541,"c":41,"u":"ranger's%20companion_ranger_phb_beast%20master_phb_3_phb","p":93,"s":"PHB","h":1,"t":5,"uu":"ranger's companion|phb","n":"Beast Master Ranger 3; Ranger's Companion","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s2-0"},{"id":9543,"c":41,"u":"exceptional%20training_ranger_phb_beast%20master_phb_7_phb","p":93,"s":"PHB","h":1,"t":5,"uu":"exceptional training|phb","n":"Beast Master Ranger 7; Exceptional Training","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s6-0"},{"id":9545,"c":41,"u":"bestial%20fury_ranger_phb_beast%20master_phb_11_phb","p":93,"s":"PHB","h":1,"t":5,"uu":"bestial fury|phb","n":"Beast Master Ranger 11; Bestial Fury","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s10-0"},{"id":9547,"c":41,"u":"share%20spells_ranger_phb_beast%20master_phb_15_phb","p":93,"s":"PHB","h":1,"t":5,"uu":"share spells|phb","n":"Beast Master Ranger 15; Share Spells","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s14-0"},{"id":9549,"c":41,"u":"hunter_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"hunter|phb","n":"Hunter Ranger 3; Hunter","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9551,"c":41,"u":"horde%20breaker_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"horde breaker|phb","n":"Hunter Ranger 3; Horde Breaker","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9553,"c":41,"u":"hunter's%20prey_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"hunter's prey|phb","n":"Hunter Ranger 3; Hunter's Prey","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9555,"c":41,"u":"colossus%20slayer_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"colossus slayer|phb","n":"Hunter Ranger 3; Colossus Slayer","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9557,"c":41,"u":"giant%20killer_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"giant killer|phb","n":"Hunter Ranger 3; Giant Killer","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9559,"c":41,"u":"defensive%20tactics_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"defensive tactics|phb","n":"Hunter Ranger 7; Defensive Tactics","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9561,"c":41,"u":"escape%20the%20horde_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"escape the horde|phb","n":"Hunter Ranger 7; Escape the Horde","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9563,"c":41,"u":"multiattack%20defense_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"multiattack defense|phb","n":"Hunter Ranger 7; Multiattack Defense","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9565,"c":41,"u":"steel%20will_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"steel will|phb","n":"Hunter Ranger 7; Steel Will","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9567,"c":41,"u":"multiattack_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"multiattack|phb","n":"Hunter Ranger 11; Multiattack","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9569,"c":41,"u":"volley_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"volley|phb","n":"Hunter Ranger 11; Volley","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9571,"c":41,"u":"whirlwind%20attack_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"whirlwind attack|phb","n":"Hunter Ranger 11; Whirlwind Attack","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9573,"c":41,"u":"evasion_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"evasion|phb","n":"Hunter Ranger 15; Evasion","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9575,"c":41,"u":"stand%20against%20the%20tide_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"stand against the tide|phb","n":"Hunter Ranger 15; Stand Against the Tide","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9577,"c":41,"u":"superior%20hunter's%20defense_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"superior hunter's defense|phb","n":"Hunter Ranger 15; Superior Hunter's Defense","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9579,"c":41,"u":"uncanny%20dodge_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"uncanny dodge|phb","n":"Hunter Ranger 15; Uncanny Dodge","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9581,"c":41,"u":"fey%20wanderer_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"fey wanderer|tce","n":"Fey Wanderer Ranger 3; Fey Wanderer","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9583,"c":41,"u":"dreadful%20strikes_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"dreadful strikes|tce","n":"Fey Wanderer Ranger 3; Dreadful Strikes","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9585,"c":41,"u":"fey%20wanderer%20magic_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"fey wanderer magic|tce","n":"Fey Wanderer Ranger 3; Fey Wanderer Magic","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9587,"c":41,"u":"otherworldly%20glamour_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"otherworldly glamour|tce","n":"Fey Wanderer Ranger 3; Otherworldly Glamour","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9589,"c":41,"u":"beguiling%20twist_ranger_phb_fey%20wanderer_tce_7_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"beguiling twist|tce","n":"Fey Wanderer Ranger 7; Beguiling Twist","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s6-0"},{"id":9591,"c":41,"u":"fey%20reinforcements_ranger_phb_fey%20wanderer_tce_11_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"fey reinforcements|tce","n":"Fey Wanderer Ranger 11; Fey Reinforcements","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s10-0"},{"id":9593,"c":41,"u":"misty%20wanderer_ranger_phb_fey%20wanderer_tce_15_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"misty wanderer|tce","n":"Fey Wanderer Ranger 15; Misty Wanderer","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s14-0"},{"id":9595,"c":41,"u":"swarmkeeper_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"swarmkeeper|tce","n":"Swarmkeeper Ranger 3; Swarmkeeper","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9597,"c":41,"u":"gathered%20swarm_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"gathered swarm|tce","n":"Swarmkeeper Ranger 3; Gathered Swarm","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9599,"c":41,"u":"swarmkeeper%20magic_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"swarmkeeper magic|tce","n":"Swarmkeeper Ranger 3; Swarmkeeper Magic","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9601,"c":41,"u":"writhing%20tide_ranger_phb_swarmkeeper_tce_7_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"writhing tide|tce","n":"Swarmkeeper Ranger 7; Writhing Tide","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s6-0"},{"id":9603,"c":41,"u":"mighty%20swarm_ranger_phb_swarmkeeper_tce_11_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"mighty swarm|tce","n":"Swarmkeeper Ranger 11; Mighty Swarm","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s10-0"},{"id":9605,"c":41,"u":"swarming%20dispersal_ranger_phb_swarmkeeper_tce_15_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"swarming dispersal|tce","n":"Swarmkeeper Ranger 15; Swarming Dispersal","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s14-0"},{"id":9607,"c":41,"u":"gloom%20stalker_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"gloom stalker|xge","n":"Gloom Stalker Ranger 3; Gloom Stalker","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9609,"c":41,"u":"dread%20ambusher_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"dread ambusher|xge","n":"Gloom Stalker Ranger 3; Dread Ambusher","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9611,"c":41,"u":"gloom%20stalker%20magic_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"gloom stalker magic|xge","n":"Gloom Stalker Ranger 3; Gloom Stalker Magic","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9613,"c":41,"u":"umbral%20sight_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"umbral sight|xge","n":"Gloom Stalker Ranger 3; Umbral Sight","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9615,"c":41,"u":"iron%20mind_ranger_phb_gloom%20stalker_xge_7_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"iron mind|xge","n":"Gloom Stalker Ranger 7; Iron Mind","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s6-0"},{"id":9617,"c":41,"u":"stalker's%20flurry_ranger_phb_gloom%20stalker_xge_11_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"stalker's flurry|xge","n":"Gloom Stalker Ranger 11; Stalker's Flurry","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s10-0"},{"id":9619,"c":41,"u":"shadowy%20dodge_ranger_phb_gloom%20stalker_xge_15_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"shadowy dodge|xge","n":"Gloom Stalker Ranger 15; Shadowy Dodge","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s14-0"},{"id":9621,"c":41,"u":"horizon%20walker_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"horizon walker|xge","n":"Horizon Walker Ranger 3; Horizon Walker","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9623,"c":41,"u":"detect%20portal_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"detect portal|xge","n":"Horizon Walker Ranger 3; Detect Portal","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9625,"c":41,"u":"horizon%20walker%20magic_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"horizon walker magic|xge","n":"Horizon Walker Ranger 3; Horizon Walker Magic","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9627,"c":41,"u":"planar%20warrior_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"planar warrior|xge","n":"Horizon Walker Ranger 3; Planar Warrior","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9629,"c":41,"u":"ethereal%20step_ranger_phb_horizon%20walker_xge_7_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"ethereal step|xge","n":"Horizon Walker Ranger 7; Ethereal Step","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s6-0"},{"id":9631,"c":41,"u":"distant%20strike_ranger_phb_horizon%20walker_xge_11_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"distant strike|xge","n":"Horizon Walker Ranger 11; Distant Strike","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s10-0"},{"id":9633,"c":41,"u":"spectral%20defense_ranger_phb_horizon%20walker_xge_15_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"spectral defense|xge","n":"Horizon Walker Ranger 15; Spectral Defense","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s14-0"},{"id":9635,"c":41,"u":"monster%20slayer_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"monster slayer|xge","n":"Monster Slayer Ranger 3; Monster Slayer","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9637,"c":41,"u":"hunter's%20sense_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"hunter's sense|xge","n":"Monster Slayer Ranger 3; Hunter's Sense","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9639,"c":41,"u":"monster%20slayer%20magic_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"monster slayer magic|xge","n":"Monster Slayer Ranger 3; Monster Slayer Magic","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9641,"c":41,"u":"slayer's%20prey_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"slayer's prey|xge","n":"Monster Slayer Ranger 3; Slayer's Prey","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9643,"c":41,"u":"supernatural%20defense_ranger_phb_monster%20slayer_xge_7_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"supernatural defense|xge","n":"Monster Slayer Ranger 7; Supernatural Defense","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s6-0"},{"id":9645,"c":41,"u":"magic-user's%20nemesis_ranger_phb_monster%20slayer_xge_11_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"magic-user's nemesis|xge","n":"Monster Slayer Ranger 11; Magic-User's Nemesis","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s10-0"},{"id":9647,"c":41,"u":"slayer's%20counter_ranger_phb_monster%20slayer_xge_15_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"slayer's counter|xge","n":"Monster Slayer Ranger 15; Slayer's Counter","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s14-0"},{"id":9649,"c":41,"u":"beast%20master_ranger_xphb_beast%20master_xphb_3_xphb","p":123,"s":"XPHB","h":1,"t":5,"uu":"beast master|xphb","n":"Beast Master Ranger 3; Beast Master","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s2-0"},{"id":9651,"c":41,"u":"primal%20companion_ranger_xphb_beast%20master_xphb_3_xphb","p":123,"s":"XPHB","h":1,"t":5,"uu":"primal companion|xphb","n":"Beast Master Ranger 3; Primal Companion","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s2-0"},{"id":9653,"c":41,"u":"exceptional%20training_ranger_xphb_beast%20master_xphb_7_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"exceptional training|xphb","n":"Beast Master Ranger 7; Exceptional Training","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s6-0"},{"id":9655,"c":41,"u":"bestial%20fury_ranger_xphb_beast%20master_xphb_11_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"bestial fury|xphb","n":"Beast Master Ranger 11; Bestial Fury","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s10-0"},{"id":9657,"c":41,"u":"share%20spells_ranger_xphb_beast%20master_xphb_15_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"share spells|xphb","n":"Beast Master Ranger 15; Share Spells","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s14-0"},{"id":9659,"c":41,"u":"fey%20wanderer_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"fey wanderer|xphb","n":"Fey Wanderer Ranger 3; Fey Wanderer","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9661,"c":41,"u":"dreadful%20strikes_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"dreadful strikes|xphb","n":"Fey Wanderer Ranger 3; Dreadful Strikes","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9663,"c":41,"u":"fey%20wanderer%20spells_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"fey wanderer spells|xphb","n":"Fey Wanderer Ranger 3; Fey Wanderer Spells","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9665,"c":41,"u":"otherworldly%20glamour_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"otherworldly glamour|xphb","n":"Fey Wanderer Ranger 3; Otherworldly Glamour","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9667,"c":41,"u":"beguiling%20twist_ranger_xphb_fey%20wanderer_xphb_7_xphb","p":125,"s":"XPHB","h":1,"t":5,"uu":"beguiling twist|xphb","n":"Fey Wanderer Ranger 7; Beguiling Twist","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s6-0"},{"id":9669,"c":41,"u":"fey%20reinforcements_ranger_xphb_fey%20wanderer_xphb_11_xphb","p":125,"s":"XPHB","h":1,"t":5,"uu":"fey reinforcements|xphb","n":"Fey Wanderer Ranger 11; Fey Reinforcements","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s10-0"},{"id":9671,"c":41,"u":"misty%20wanderer_ranger_xphb_fey%20wanderer_xphb_15_xphb","p":125,"s":"XPHB","h":1,"t":5,"uu":"misty wanderer|xphb","n":"Fey Wanderer Ranger 15; Misty Wanderer","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s14-0"},{"id":9673,"c":41,"u":"dread%20ambusher_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":125,"s":"XPHB","h":1,"t":5,"uu":"dread ambusher|xphb","n":"Gloom Stalker Ranger 3; Dread Ambusher","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9675,"c":41,"u":"gloom%20stalker_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":125,"s":"XPHB","h":1,"t":5,"uu":"gloom stalker|xphb","n":"Gloom Stalker Ranger 3; Gloom Stalker","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9677,"c":41,"u":"gloom%20stalker%20spells_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":126,"s":"XPHB","h":1,"t":5,"uu":"gloom stalker spells|xphb","n":"Gloom Stalker Ranger 3; Gloom Stalker Spells","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9679,"c":41,"u":"umbral%20sight_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":126,"s":"XPHB","h":1,"t":5,"uu":"umbral sight|xphb","n":"Gloom Stalker Ranger 3; Umbral Sight","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9681,"c":41,"u":"iron%20mind_ranger_xphb_gloom%20stalker_xphb_7_xphb","p":126,"s":"XPHB","h":1,"t":5,"uu":"iron mind|xphb","n":"Gloom Stalker Ranger 7; Iron Mind","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s6-0"},{"id":9683,"c":41,"u":"stalker's%20flurry_ranger_xphb_gloom%20stalker_xphb_11_xphb","p":126,"s":"XPHB","h":1,"t":5,"uu":"stalker's flurry|xphb","n":"Gloom Stalker Ranger 11; Stalker's Flurry","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s10-0"},{"id":9685,"c":41,"u":"shadowy%20dodge_ranger_xphb_gloom%20stalker_xphb_15_xphb","p":126,"s":"XPHB","h":1,"t":5,"uu":"shadowy dodge|xphb","n":"Gloom Stalker Ranger 15; Shadowy Dodge","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s14-0"},{"id":9687,"c":41,"u":"hunter_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"hunter|xphb","n":"Hunter Ranger 3; Hunter","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9689,"c":41,"u":"hunter's%20lore_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"hunter's lore|xphb","n":"Hunter Ranger 3; Hunter's Lore","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9691,"c":41,"u":"hunter's%20prey_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"hunter's prey|xphb","n":"Hunter Ranger 3; Hunter's Prey","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9693,"c":41,"u":"defensive%20tactics_ranger_xphb_hunter_xphb_7_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"defensive tactics|xphb","n":"Hunter Ranger 7; Defensive Tactics","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s6-0"},{"id":9695,"c":41,"u":"superior%20hunter's%20prey_ranger_xphb_hunter_xphb_11_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"superior hunter's prey|xphb","n":"Hunter Ranger 11; Superior Hunter's Prey","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s10-0"},{"id":9697,"c":41,"u":"superior%20hunter's%20defense_ranger_xphb_hunter_xphb_15_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"superior hunter's defense|xphb","n":"Hunter Ranger 15; Superior Hunter's Defense","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s14-0"},{"id":9699,"c":41,"u":"arcane%20trickster_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"arcane trickster|phb","n":"Arcane Trickster Rogue 3; Arcane Trickster","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9701,"c":41,"u":"mage%20hand%20legerdemain_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"mage hand legerdemain|phb","n":"Arcane Trickster Rogue 3; Mage Hand Legerdemain","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9703,"c":41,"u":"spellcasting_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"spellcasting|phb","n":"Arcane Trickster Rogue 3; Spellcasting","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9705,"c":41,"u":"magical%20ambush_rogue_phb_arcane%20trickster_phb_9_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"magical ambush|phb","n":"Arcane Trickster Rogue 9; Magical Ambush","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s8-0"},{"id":9707,"c":41,"u":"versatile%20trickster_rogue_phb_arcane%20trickster_phb_13_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"versatile trickster|phb","n":"Arcane Trickster Rogue 13; Versatile Trickster","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s12-0"},{"id":9709,"c":41,"u":"spell%20thief_rogue_phb_arcane%20trickster_phb_17_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"spell thief|phb","n":"Arcane Trickster Rogue 17; Spell Thief","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s16-0"},{"id":9711,"c":41,"u":"assassin_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"assassin|phb","n":"Assassin Rogue 3; Assassin","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9713,"c":41,"u":"assassinate_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"assassinate|phb","n":"Assassin Rogue 3; Assassinate","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9715,"c":41,"u":"bonus%20proficiencies_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"bonus proficiencies|phb","n":"Assassin Rogue 3; Bonus Proficiencies","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9717,"c":41,"u":"infiltration%20expertise_rogue_phb_assassin_phb_9_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"infiltration expertise|phb","n":"Assassin Rogue 9; Infiltration Expertise","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s8-0"},{"id":9719,"c":41,"u":"impostor_rogue_phb_assassin_phb_13_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"impostor|phb","n":"Assassin Rogue 13; Impostor","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s12-0"},{"id":9721,"c":41,"u":"death%20strike_rogue_phb_assassin_phb_17_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"death strike|phb","n":"Assassin Rogue 17; Death Strike","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s16-0"},{"id":9723,"c":41,"u":"thief_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"thief|phb","n":"Thief Rogue 3; Thief","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9725,"c":41,"u":"fast%20hands_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"fast hands|phb","n":"Thief Rogue 3; Fast Hands","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9727,"c":41,"u":"second-story%20work_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"second-story work|phb","n":"Thief Rogue 3; Second-Story Work","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9729,"c":41,"u":"supreme%20sneak_rogue_phb_thief_phb_9_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"supreme sneak|phb","n":"Thief Rogue 9; Supreme Sneak","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s8-0"},{"id":9731,"c":41,"u":"use%20magic%20device_rogue_phb_thief_phb_13_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"use magic device|phb","n":"Thief Rogue 13; Use Magic Device","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s12-0"},{"id":9733,"c":41,"u":"thief's%20reflexes_rogue_phb_thief_phb_17_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"thief's reflexes|phb","n":"Thief Rogue 17; Thief's Reflexes","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s16-0"},{"id":9735,"c":41,"u":"phantom_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"phantom|tce","n":"Phantom Rogue 3; Phantom","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9737,"c":41,"u":"wails%20from%20the%20grave_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"wails from the grave|tce","n":"Phantom Rogue 3; Wails from the Grave","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9739,"c":41,"u":"whispers%20of%20the%20dead_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"whispers of the dead|tce","n":"Phantom Rogue 3; Whispers of the Dead","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9741,"c":41,"u":"tokens%20of%20the%20departed_rogue_phb_phantom_tce_9_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"tokens of the departed|tce","n":"Phantom Rogue 9; Tokens of the Departed","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s8-0"},{"id":9743,"c":41,"u":"ghost%20walk_rogue_phb_phantom_tce_13_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"ghost walk|tce","n":"Phantom Rogue 13; Ghost Walk","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s12-0"},{"id":9745,"c":41,"u":"death's%20friend_rogue_phb_phantom_tce_17_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"death's friend|tce","n":"Phantom Rogue 17; Death's Friend","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s16-0"},{"id":9747,"c":41,"u":"psi-bolstered%20knack_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psi-bolstered knack|tce","n":"Soulknife Rogue 3; Psi-Bolstered Knack","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9749,"c":41,"u":"psychic%20whispers_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psychic whispers|tce","n":"Soulknife Rogue 3; Psychic Whispers","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9751,"c":41,"u":"soulknife_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"soulknife|tce","n":"Soulknife Rogue 3; Soulknife","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9753,"c":41,"u":"psionic%20power_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psionic power|tce","n":"Soulknife Rogue 3; Psionic Power","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9755,"c":41,"u":"psychic%20blades_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psychic blades|tce","n":"Soulknife Rogue 3; Psychic Blades","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9757,"c":41,"u":"homing%20strikes_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"homing strikes|tce","n":"Soulknife Rogue 9; Homing Strikes","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9759,"c":41,"u":"psychic%20teleportation_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psychic teleportation|tce","n":"Soulknife Rogue 9; Psychic Teleportation","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9761,"c":41,"u":"soul%20blades_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"soul blades|tce","n":"Soulknife Rogue 9; Soul Blades","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9763,"c":41,"u":"psychic%20veil_rogue_phb_soulknife_tce_13_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psychic veil|tce","n":"Soulknife Rogue 13; Psychic Veil","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s12-0"},{"id":9765,"c":41,"u":"rend%20mind_rogue_phb_soulknife_tce_17_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"rend mind|tce","n":"Soulknife Rogue 17; Rend Mind","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s16-0"},{"id":9767,"c":41,"u":"inquisitive_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"inquisitive|xge","n":"Inquisitive Rogue 3; Inquisitive","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9769,"c":41,"u":"ear%20for%20deceit_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"ear for deceit|xge","n":"Inquisitive Rogue 3; Ear for Deceit","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9771,"c":41,"u":"eye%20for%20detail_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"eye for detail|xge","n":"Inquisitive Rogue 3; Eye for Detail","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9773,"c":41,"u":"insightful%20fighting_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"insightful fighting|xge","n":"Inquisitive Rogue 3; Insightful Fighting","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9775,"c":41,"u":"steady%20eye_rogue_phb_inquisitive_xge_9_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"steady eye|xge","n":"Inquisitive Rogue 9; Steady Eye","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s8-0"},{"id":9777,"c":41,"u":"unerring%20eye_rogue_phb_inquisitive_xge_13_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"unerring eye|xge","n":"Inquisitive Rogue 13; Unerring Eye","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s12-0"},{"id":9779,"c":41,"u":"eye%20for%20weakness_rogue_phb_inquisitive_xge_17_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"eye for weakness|xge","n":"Inquisitive Rogue 17; Eye for Weakness","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s16-0"},{"id":9781,"c":41,"u":"mastermind_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"mastermind|xge","n":"Mastermind Rogue 3; Mastermind","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9783,"c":41,"u":"master%20of%20intrigue_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"master of intrigue|xge","n":"Mastermind Rogue 3; Master of Intrigue","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9785,"c":41,"u":"master%20of%20tactics_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"master of tactics|xge","n":"Mastermind Rogue 3; Master of Tactics","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9787,"c":41,"u":"insightful%20manipulator_rogue_phb_mastermind_xge_9_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"insightful manipulator|xge","n":"Mastermind Rogue 9; Insightful Manipulator","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s8-0"},{"id":9789,"c":41,"u":"misdirection_rogue_phb_mastermind_xge_13_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"misdirection|xge","n":"Mastermind Rogue 13; Misdirection","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s12-0"},{"id":9791,"c":41,"u":"soul%20of%20deceit_rogue_phb_mastermind_xge_17_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"soul of deceit|xge","n":"Mastermind Rogue 17; Soul of Deceit","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s16-0"},{"id":9793,"c":41,"u":"scout_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"scout|xge","n":"Scout Rogue 3; Scout","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9795,"c":41,"u":"skirmisher_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"skirmisher|xge","n":"Scout Rogue 3; Skirmisher","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9797,"c":41,"u":"survivalist_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"survivalist|xge","n":"Scout Rogue 3; Survivalist","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9799,"c":41,"u":"superior%20mobility_rogue_phb_scout_xge_9_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"superior mobility|xge","n":"Scout Rogue 9; Superior Mobility","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s8-0"},{"id":9801,"c":41,"u":"ambush%20master_rogue_phb_scout_xge_13_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"ambush master|xge","n":"Scout Rogue 13; Ambush Master","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s12-0"},{"id":9803,"c":41,"u":"sudden%20strike_rogue_phb_scout_xge_17_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"sudden strike|xge","n":"Scout Rogue 17; Sudden Strike","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s16-0"},{"id":9805,"c":41,"u":"swashbuckler_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"swashbuckler|xge","n":"Swashbuckler Rogue 3; Swashbuckler","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9807,"c":41,"u":"fancy%20footwork_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"fancy footwork|xge","n":"Swashbuckler Rogue 3; Fancy Footwork","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9809,"c":41,"u":"rakish%20audacity_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"rakish audacity|xge","n":"Swashbuckler Rogue 3; Rakish Audacity","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9811,"c":41,"u":"panache_rogue_phb_swashbuckler_xge_9_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"panache|xge","n":"Swashbuckler Rogue 9; Panache","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s8-0"},{"id":9813,"c":41,"u":"elegant%20maneuver_rogue_phb_swashbuckler_xge_13_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"elegant maneuver|xge","n":"Swashbuckler Rogue 13; Elegant Maneuver","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s12-0"},{"id":9815,"c":41,"u":"master%20duelist_rogue_phb_swashbuckler_xge_17_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"master duelist|xge","n":"Swashbuckler Rogue 17; Master Duelist","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s16-0"},{"id":9817,"c":41,"u":"arcane%20trickster_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":132,"s":"XPHB","h":1,"t":5,"uu":"arcane trickster|xphb","n":"Arcane Trickster Rogue 3; Arcane Trickster","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9819,"c":41,"u":"mage%20hand%20legerdemain_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":133,"s":"XPHB","h":1,"t":5,"uu":"mage hand legerdemain|xphb","n":"Arcane Trickster Rogue 3; Mage Hand Legerdemain","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9821,"c":41,"u":"spellcasting_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":132,"s":"XPHB","h":1,"t":5,"uu":"spellcasting|xphb","n":"Arcane Trickster Rogue 3; Spellcasting","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9823,"c":41,"u":"magical%20ambush_rogue_xphb_arcane%20trickster_xphb_9_xphb","p":133,"s":"XPHB","h":1,"t":5,"uu":"magical ambush|xphb","n":"Arcane Trickster Rogue 9; Magical Ambush","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s8-0"},{"id":9825,"c":41,"u":"versatile%20trickster_rogue_xphb_arcane%20trickster_xphb_13_xphb","p":133,"s":"XPHB","h":1,"t":5,"uu":"versatile trickster|xphb","n":"Arcane Trickster Rogue 13; Versatile Trickster","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s12-0"},{"id":9827,"c":41,"u":"spell%20thief_rogue_xphb_arcane%20trickster_xphb_17_xphb","p":133,"s":"XPHB","h":1,"t":5,"uu":"spell thief|xphb","n":"Arcane Trickster Rogue 17; Spell Thief","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s16-0"},{"id":9829,"c":41,"u":"assassin_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"assassin|xphb","n":"Assassin Rogue 3; Assassin","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9831,"c":41,"u":"assassin's%20tools_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"assassin's tools|xphb","n":"Assassin Rogue 3; Assassin's Tools","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9833,"c":41,"u":"assassinate_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"assassinate|xphb","n":"Assassin Rogue 3; Assassinate","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9835,"c":41,"u":"infiltration%20expertise_rogue_xphb_assassin_xphb_9_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"infiltration expertise|xphb","n":"Assassin Rogue 9; Infiltration Expertise","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s8-0"},{"id":9837,"c":41,"u":"envenom%20weapons_rogue_xphb_assassin_xphb_13_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"envenom weapons|xphb","n":"Assassin Rogue 13; Envenom Weapons","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s12-0"},{"id":9839,"c":41,"u":"death%20strike_rogue_xphb_assassin_xphb_17_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"death strike|xphb","n":"Assassin Rogue 17; Death Strike","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s16-0"},{"id":9841,"c":41,"u":"soulknife_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"t":5,"uu":"soulknife|xphb","n":"Soulknife Rogue 3; Soulknife","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9843,"c":41,"u":"psionic%20power_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"t":5,"uu":"psionic power|xphb","n":"Soulknife Rogue 3; Psionic Power","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9845,"c":41,"u":"psychic%20blades_rogue_xphb_soulknife_xphb_3_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"psychic blades|xphb","n":"Soulknife Rogue 3; Psychic Blades","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9847,"c":41,"u":"psi-bolstered%20knack_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"t":5,"uu":"psi-bolstered knack|xphb","n":"Soulknife Rogue 3; Psi-Bolstered Knack","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9849,"c":41,"u":"psychic%20whispers_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"t":5,"uu":"psychic whispers|xphb","n":"Soulknife Rogue 3; Psychic Whispers","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9851,"c":41,"u":"homing%20strikes_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"homing strikes|xphb","n":"Soulknife Rogue 9; Homing Strikes","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9853,"c":41,"u":"psychic%20teleportation_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"psychic teleportation|xphb","n":"Soulknife Rogue 9; Psychic Teleportation","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9855,"c":41,"u":"soul%20blades_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"soul blades|xphb","n":"Soulknife Rogue 9; Soul Blades","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9857,"c":41,"u":"psychic%20veil_rogue_xphb_soulknife_xphb_13_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"psychic veil|xphb","n":"Soulknife Rogue 13; Psychic Veil","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s12-0"},{"id":9859,"c":41,"u":"rend%20mind_rogue_xphb_soulknife_xphb_17_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"rend mind|xphb","n":"Soulknife Rogue 17; Rend Mind","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s16-0"},{"id":9861,"c":41,"u":"fast%20hands_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"fast hands|xphb","n":"Thief Rogue 3; Fast Hands","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9863,"c":41,"u":"second-story%20work_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"second-story work|xphb","n":"Thief Rogue 3; Second-Story Work","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9865,"c":41,"u":"thief_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"thief|xphb","n":"Thief Rogue 3; Thief","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9867,"c":41,"u":"supreme%20sneak_rogue_xphb_thief_xphb_9_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"supreme sneak|xphb","n":"Thief Rogue 9; Supreme Sneak","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s8-0"},{"id":9869,"c":41,"u":"use%20magic%20device_rogue_xphb_thief_xphb_13_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"use magic device|xphb","n":"Thief Rogue 13; Use Magic Device","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s12-0"},{"id":9871,"c":41,"u":"thief's%20reflexes_rogue_xphb_thief_xphb_17_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"thief's reflexes|xphb","n":"Thief Rogue 17; Thief's Reflexes","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s16-0"},{"id":9873,"c":41,"u":"lunar%20sorcery_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"t":5,"uu":"lunar sorcery|dsotdq","n":"Lunar Sorcerer 1; Lunar Sorcery","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":9875,"c":41,"u":"lunar%20embodiment_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"t":5,"uu":"lunar embodiment|dsotdq","n":"Lunar Sorcerer 1; Lunar Embodiment","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":9877,"c":41,"u":"moon%20fire_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"t":5,"uu":"moon fire|dsotdq","n":"Lunar Sorcerer 1; Moon Fire","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":9879,"c":41,"u":"lunar%20boons_sorcerer_phb_lunar_dsotdq_6_dsotdq","p":34,"s":"DSotDQ","h":1,"t":5,"uu":"lunar boons|dsotdq","n":"Lunar Sorcerer 6; Lunar Boons","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s5-0"},{"id":9881,"c":41,"u":"waxing%20and%20waning_sorcerer_phb_lunar_dsotdq_6_dsotdq","p":35,"s":"DSotDQ","h":1,"t":5,"uu":"waxing and waning|dsotdq","n":"Lunar Sorcerer 6; Waxing and Waning","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s5-0"},{"id":9883,"c":41,"u":"lunar%20empowerment_sorcerer_phb_lunar_dsotdq_14_dsotdq","p":35,"s":"DSotDQ","h":1,"t":5,"uu":"lunar empowerment|dsotdq","n":"Lunar Sorcerer 14; Lunar Empowerment","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s13-0"},{"id":9885,"c":41,"u":"lunar%20phenomenon_sorcerer_phb_lunar_dsotdq_18_dsotdq","p":35,"s":"DSotDQ","h":1,"t":5,"uu":"lunar phenomenon|dsotdq","n":"Lunar Sorcerer 18; Lunar Phenomenon","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s17-0"},{"id":9887,"c":41,"u":"draconic%20bloodline_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"draconic bloodline|phb","n":"Draconic Sorcerer 1; Draconic Bloodline","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":9889,"c":41,"u":"draconic%20resilience_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"draconic resilience|phb","n":"Draconic Sorcerer 1; Draconic Resilience","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":9891,"c":41,"u":"dragon%20ancestor_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"dragon ancestor|phb","n":"Draconic Sorcerer 1; Dragon Ancestor","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":9893,"c":41,"u":"elemental%20affinity_sorcerer_phb_draconic_phb_6_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"elemental affinity|phb","n":"Draconic Sorcerer 6; Elemental Affinity","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s5-0"},{"id":9895,"c":41,"u":"dragon%20wings_sorcerer_phb_draconic_phb_14_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"dragon wings|phb","n":"Draconic Sorcerer 14; Dragon Wings","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s13-0"},{"id":9897,"c":41,"u":"draconic%20presence_sorcerer_phb_draconic_phb_18_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"draconic presence|phb","n":"Draconic Sorcerer 18; Draconic Presence","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s17-0"},{"id":9899,"c":41,"u":"wild%20magic_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"wild magic|phb","n":"Wild Sorcerer 1; Wild Magic","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":9901,"c":41,"u":"tides%20of%20chaos_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"tides of chaos|phb","n":"Wild Sorcerer 1; Tides of Chaos","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":9903,"c":41,"u":"wild%20magic%20surge_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"wild magic surge|phb","n":"Wild Sorcerer 1; Wild Magic Surge","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":9905,"c":41,"u":"bend%20luck_sorcerer_phb_wild_phb_6_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"bend luck|phb","n":"Wild Sorcerer 6; Bend Luck","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s5-0"},{"id":9907,"c":41,"u":"controlled%20chaos_sorcerer_phb_wild_phb_14_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"controlled chaos|phb","n":"Wild Sorcerer 14; Controlled Chaos","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s13-0"},{"id":9909,"c":41,"u":"spell%20bombardment_sorcerer_phb_wild_phb_18_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"spell bombardment|phb","n":"Wild Sorcerer 18; Spell Bombardment","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s17-0"},{"id":9911,"c":41,"u":"pyromancer%20(psk)_sorcerer_phb_pyromancer%20(psk)_psk_1_psk","p":9,"s":"PSK","h":1,"t":5,"uu":"pyromancer (psk)|psk","n":"Pyromancer (PSK) Sorcerer 1; Pyromancer (PSK)","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s0-0"},{"id":9913,"c":41,"u":"heart%20of%20fire_sorcerer_phb_pyromancer%20(psk)_psk_1_psk","p":9,"s":"PSK","h":1,"t":5,"uu":"heart of fire|psk","n":"Pyromancer (PSK) Sorcerer 1; Heart of Fire","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s0-0"},{"id":9915,"c":41,"u":"fire%20in%20the%20veins_sorcerer_phb_pyromancer%20(psk)_psk_6_psk","p":9,"s":"PSK","h":1,"t":5,"uu":"fire in the veins|psk","n":"Pyromancer (PSK) Sorcerer 6; Fire in the Veins","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s5-0"},{"id":9917,"c":41,"u":"pyromancer's%20fury_sorcerer_phb_pyromancer%20(psk)_psk_14_psk","p":9,"s":"PSK","h":1,"t":5,"uu":"pyromancer's fury|psk","n":"Pyromancer (PSK) Sorcerer 14; Pyromancer's Fury","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s13-0"},{"id":9919,"c":41,"u":"fiery%20soul_sorcerer_phb_pyromancer%20(psk)_psk_18_psk","p":9,"s":"PSK","h":1,"t":5,"uu":"fiery soul|psk","n":"Pyromancer (PSK) Sorcerer 18; Fiery Soul","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s17-0"},{"id":9921,"c":41,"u":"aberrant%20mind_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"aberrant mind|tce","n":"Aberrant Mind Sorcerer 1; Aberrant Mind","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":9923,"c":41,"u":"psionic%20spells_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"psionic spells|tce","n":"Aberrant Mind Sorcerer 1; Psionic Spells","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":9925,"c":41,"u":"telepathic%20speech_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"telepathic speech|tce","n":"Aberrant Mind Sorcerer 1; Telepathic Speech","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":9927,"c":41,"u":"psionic%20sorcery_sorcerer_phb_aberrant%20mind_tce_6_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"psionic sorcery|tce","n":"Aberrant Mind Sorcerer 6; Psionic Sorcery","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s5-0"},{"id":9929,"c":41,"u":"psychic%20defenses_sorcerer_phb_aberrant%20mind_tce_6_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"psychic defenses|tce","n":"Aberrant Mind Sorcerer 6; Psychic Defenses","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s5-0"},{"id":9931,"c":41,"u":"revelation%20in%20flesh_sorcerer_phb_aberrant%20mind_tce_14_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"revelation in flesh|tce","n":"Aberrant Mind Sorcerer 14; Revelation in Flesh","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s13-0"},{"id":9933,"c":41,"u":"warping%20implosion_sorcerer_phb_aberrant%20mind_tce_18_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"warping implosion|tce","n":"Aberrant Mind Sorcerer 18; Warping Implosion","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s17-0"},{"id":9935,"c":41,"u":"clockwork%20soul_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"clockwork soul|tce","n":"Clockwork Soul Sorcerer 1; Clockwork Soul","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":9937,"c":41,"u":"clockwork%20magic_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"clockwork magic|tce","n":"Clockwork Soul Sorcerer 1; Clockwork Magic","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":9939,"c":41,"u":"restore%20balance_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"restore balance|tce","n":"Clockwork Soul Sorcerer 1; Restore Balance","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":9941,"c":41,"u":"bastion%20of%20law_sorcerer_phb_clockwork%20soul_tce_6_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"bastion of law|tce","n":"Clockwork Soul Sorcerer 6; Bastion of Law","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s5-0"},{"id":9943,"c":41,"u":"trance%20of%20order_sorcerer_phb_clockwork%20soul_tce_14_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"trance of order|tce","n":"Clockwork Soul Sorcerer 14; Trance of Order","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s13-0"},{"id":9945,"c":41,"u":"clockwork%20cavalcade_sorcerer_phb_clockwork%20soul_tce_18_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"clockwork cavalcade|tce","n":"Clockwork Soul Sorcerer 18; Clockwork Cavalcade","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s17-0"},{"id":9947,"c":41,"u":"runechild_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":176,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"runechild|tdcsr","n":"Runechild Sorcerer 1; Runechild","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":9949,"c":41,"u":"essence%20runes_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"essence runes|tdcsr","n":"Runechild Sorcerer 1; Essence Runes","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":9951,"c":41,"u":"glyph%20of%20aegis_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"glyph of aegis|tdcsr","n":"Runechild Sorcerer 1; Glyph of Aegis","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":9953,"c":41,"u":"runic%20magic_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"runic magic|tdcsr","n":"Runechild Sorcerer 1; Runic Magic","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":9955,"c":41,"u":"glyph%20of%20aegis%20(6th%20level)_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"glyph of aegis (6th level)|tdcsr","n":"Runechild Sorcerer 6; Glyph of Aegis (6th Level)","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":9957,"c":41,"u":"manifest%20inscriptions_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"manifest inscriptions|tdcsr","n":"Runechild Sorcerer 6; Manifest Inscriptions","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":9959,"c":41,"u":"sigilic%20augmentation_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"sigilic augmentation|tdcsr","n":"Runechild Sorcerer 6; Sigilic Augmentation","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":9961,"c":41,"u":"glyph%20of%20aegis%20(14th%20level)_sorcerer_phb_runechild_tdcsr_14_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"glyph of aegis (14th level)|tdcsr","n":"Runechild Sorcerer 14; Glyph of Aegis (14th Level)","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s13-0"},{"id":9963,"c":41,"u":"runic%20torrent_sorcerer_phb_runechild_tdcsr_14_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"runic torrent|tdcsr","n":"Runechild Sorcerer 14; Runic Torrent","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s13-0"},{"id":9965,"c":41,"u":"arcane%20exemplar_sorcerer_phb_runechild_tdcsr_18_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"arcane exemplar|tdcsr","n":"Runechild Sorcerer 18; Arcane Exemplar","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s17-0"},{"id":9967,"c":41,"u":"divine%20soul_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"divine soul|xge","n":"Divine Soul Sorcerer 1; Divine Soul","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":9969,"c":41,"u":"divine%20magic_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"divine magic|xge","n":"Divine Soul Sorcerer 1; Divine Magic","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":9971,"c":41,"u":"favored%20by%20the%20gods_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"favored by the gods|xge","n":"Divine Soul Sorcerer 1; Favored by the Gods","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":9973,"c":41,"u":"empowered%20healing_sorcerer_phb_divine%20soul_xge_6_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"empowered healing|xge","n":"Divine Soul Sorcerer 6; Empowered Healing","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s5-0"},{"id":9975,"c":41,"u":"otherworldly%20wings_sorcerer_phb_divine%20soul_xge_14_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"otherworldly wings|xge","n":"Divine Soul Sorcerer 14; Otherworldly Wings","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s13-0"},{"id":9977,"c":41,"u":"unearthly%20recovery_sorcerer_phb_divine%20soul_xge_18_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"unearthly recovery|xge","n":"Divine Soul Sorcerer 18; Unearthly Recovery","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s17-0"},{"id":9979,"c":41,"u":"shadow%20magic_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"shadow magic|xge","n":"Shadow Sorcerer 1; Shadow Magic","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":9981,"c":41,"u":"eyes%20of%20the%20dark_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"eyes of the dark|xge","n":"Shadow Sorcerer 1; Eyes of the Dark","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":9983,"c":41,"u":"strength%20of%20the%20grave_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"strength of the grave|xge","n":"Shadow Sorcerer 1; Strength of the Grave","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":9985,"c":41,"u":"hound%20of%20ill%20omen_sorcerer_phb_shadow_xge_6_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"hound of ill omen|xge","n":"Shadow Sorcerer 6; Hound of Ill Omen","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s5-0"},{"id":9987,"c":41,"u":"shadow%20walk_sorcerer_phb_shadow_xge_14_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"shadow walk|xge","n":"Shadow Sorcerer 14; Shadow Walk","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s13-0"},{"id":9989,"c":41,"u":"umbral%20form_sorcerer_phb_shadow_xge_18_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"umbral form|xge","n":"Shadow Sorcerer 18; Umbral Form","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s17-0"},{"id":9991,"c":41,"u":"storm%20sorcery_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"storm sorcery|xge","n":"Storm Sorcerer 1; Storm Sorcery","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":9993,"c":41,"u":"tempestuous%20magic_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"tempestuous magic|xge","n":"Storm Sorcerer 1; Tempestuous Magic","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":9995,"c":41,"u":"wind%20speaker_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"wind speaker|xge","n":"Storm Sorcerer 1; Wind Speaker","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":9997,"c":41,"u":"heart%20of%20the%20storm_sorcerer_phb_storm_xge_6_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"heart of the storm|xge","n":"Storm Sorcerer 6; Heart of the Storm","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s5-0"},{"id":9999,"c":41,"u":"storm%20guide_sorcerer_phb_storm_xge_6_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"storm guide|xge","n":"Storm Sorcerer 6; Storm Guide","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s5-0"},{"id":10001,"c":41,"u":"storm's%20fury_sorcerer_phb_storm_xge_14_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"storm's fury|xge","n":"Storm Sorcerer 14; Storm's Fury","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s13-0"},{"id":10003,"c":41,"u":"wind%20soul_sorcerer_phb_storm_xge_18_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"wind soul|xge","n":"Storm Sorcerer 18; Wind Soul","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s17-0"},{"id":10005,"c":41,"u":"lunar%20sorcery_sorcerer_xphb_lunar_dsotdq_3_dsotdq","s":"DSotDQ","h":1,"t":5,"uu":"lunar sorcery|dsotdq","n":"Lunar Sorcerer 3; Lunar Sorcery","uh":"sorcerer_xphb,state:sub-lunar-dsotdq=b1~feature=s2-0"},{"id":10007,"c":41,"u":"draconic%20bloodline_sorcerer_xphb_draconic_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"draconic bloodline|phb","n":"Draconic Sorcerer 3; Draconic Bloodline","uh":"sorcerer_xphb,state:sub-draconic-phb=b1~feature=s2-0"},{"id":10009,"c":41,"u":"wild%20magic_sorcerer_xphb_wild_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"wild magic|phb","n":"Wild Sorcerer 3; Wild Magic","uh":"sorcerer_xphb,state:sub-wild-phb=b1~feature=s2-0"},{"id":10011,"c":41,"u":"pyromancer%20(psk)_sorcerer_xphb_pyromancer%20(psk)_psk_3_psk","s":"PSK","h":1,"t":5,"uu":"pyromancer (psk)|psk","n":"Pyromancer (PSK) Sorcerer 3; Pyromancer (PSK)","uh":"sorcerer_xphb,state:sub-pyromancer-psk-psk=b1~feature=s2-0"},{"id":10013,"c":41,"u":"aberrant%20mind_sorcerer_xphb_aberrant%20mind_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"aberrant mind|tce","n":"Aberrant Mind Sorcerer 3; Aberrant Mind","uh":"sorcerer_xphb,state:sub-aberrant-mind-tce=b1~feature=s2-0"},{"id":10015,"c":41,"u":"clockwork%20soul_sorcerer_xphb_clockwork%20soul_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"clockwork soul|tce","n":"Clockwork Soul Sorcerer 3; Clockwork Soul","uh":"sorcerer_xphb,state:sub-clockwork-soul-tce=b1~feature=s2-0"},{"id":10017,"c":41,"u":"runechild_sorcerer_xphb_runechild_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"runechild|tdcsr","n":"Runechild Sorcerer 3; Runechild","uh":"sorcerer_xphb,state:sub-runechild-tdcsr=b1~feature=s2-0"},{"id":10019,"c":41,"u":"divine%20soul_sorcerer_xphb_divine%20soul_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"divine soul|xge","n":"Divine Soul Sorcerer 3; Divine Soul","uh":"sorcerer_xphb,state:sub-divine-soul-xge=b1~feature=s2-0"},{"id":10021,"c":41,"u":"shadow%20magic_sorcerer_xphb_shadow_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"shadow magic|xge","n":"Shadow Sorcerer 3; Shadow Magic","uh":"sorcerer_xphb,state:sub-shadow-xge=b1~feature=s2-0"},{"id":10023,"c":41,"u":"storm%20sorcery_sorcerer_xphb_storm_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"storm sorcery|xge","n":"Storm Sorcerer 3; Storm Sorcery","uh":"sorcerer_xphb,state:sub-storm-xge=b1~feature=s2-0"},{"id":10025,"c":41,"u":"aberrant%20sorcery_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"t":5,"uu":"aberrant sorcery|xphb","n":"Aberrant Sorcerer 3; Aberrant Sorcery","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10027,"c":41,"u":"psionic%20spells_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"t":5,"uu":"psionic spells|xphb","n":"Aberrant Sorcerer 3; Psionic Spells","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10029,"c":41,"u":"telepathic%20speech_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"t":5,"uu":"telepathic speech|xphb","n":"Aberrant Sorcerer 3; Telepathic Speech","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10031,"c":41,"u":"psionic%20sorcery_sorcerer_xphb_aberrant_xphb_6_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"psionic sorcery|xphb","n":"Aberrant Sorcerer 6; Psionic Sorcery","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s5-0"},{"id":10033,"c":41,"u":"psychic%20defenses_sorcerer_xphb_aberrant_xphb_6_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"psychic defenses|xphb","n":"Aberrant Sorcerer 6; Psychic Defenses","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s5-0"},{"id":10035,"c":41,"u":"revelation%20in%20flesh_sorcerer_xphb_aberrant_xphb_14_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"revelation in flesh|xphb","n":"Aberrant Sorcerer 14; Revelation in Flesh","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s13-0"},{"id":10037,"c":41,"u":"warping%20implosion_sorcerer_xphb_aberrant_xphb_18_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"warping implosion|xphb","n":"Aberrant Sorcerer 18; Warping Implosion","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s17-0"},{"id":10039,"c":41,"u":"clockwork%20sorcery_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"clockwork sorcery|xphb","n":"Clockwork Sorcerer 3; Clockwork Sorcery","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10041,"c":41,"u":"clockwork%20spells_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"clockwork spells|xphb","n":"Clockwork Sorcerer 3; Clockwork Spells","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10043,"c":41,"u":"restore%20balance_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"restore balance|xphb","n":"Clockwork Sorcerer 3; Restore Balance","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10045,"c":41,"u":"bastion%20of%20law_sorcerer_xphb_clockwork_xphb_6_xphb","p":147,"s":"XPHB","h":1,"t":5,"uu":"bastion of law|xphb","n":"Clockwork Sorcerer 6; Bastion of Law","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s5-0"},{"id":10047,"c":41,"u":"trance%20of%20order_sorcerer_xphb_clockwork_xphb_14_xphb","p":147,"s":"XPHB","h":1,"t":5,"uu":"trance of order|xphb","n":"Clockwork Sorcerer 14; Trance of Order","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s13-0"},{"id":10049,"c":41,"u":"clockwork%20cavalcade_sorcerer_xphb_clockwork_xphb_18_xphb","p":147,"s":"XPHB","h":1,"t":5,"uu":"clockwork cavalcade|xphb","n":"Clockwork Sorcerer 18; Clockwork Cavalcade","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s17-0"},{"id":10051,"c":41,"u":"draconic%20sorcery_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"draconic sorcery|xphb","n":"Draconic Sorcerer 3; Draconic Sorcery","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10053,"c":41,"u":"draconic%20spells_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"draconic spells|xphb","n":"Draconic Sorcerer 3; Draconic Spells","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10055,"c":41,"u":"draconic%20resilience_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"draconic resilience|xphb","n":"Draconic Sorcerer 3; Draconic Resilience","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10057,"c":41,"u":"elemental%20affinity_sorcerer_xphb_draconic_xphb_6_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"elemental affinity|xphb","n":"Draconic Sorcerer 6; Elemental Affinity","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s5-0"},{"id":10059,"c":41,"u":"dragon%20wings_sorcerer_xphb_draconic_xphb_14_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"dragon wings|xphb","n":"Draconic Sorcerer 14; Dragon Wings","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s13-0"},{"id":10061,"c":41,"u":"dragon%20companion_sorcerer_xphb_draconic_xphb_18_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"dragon companion|xphb","n":"Draconic Sorcerer 18; Dragon Companion","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s17-0"},{"id":10063,"c":41,"u":"wild%20magic%20sorcery_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"t":5,"uu":"wild magic sorcery|xphb","n":"Wild Magic Sorcerer 3; Wild Magic Sorcery","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10065,"c":41,"u":"tides%20of%20chaos_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"t":5,"uu":"tides of chaos|xphb","n":"Wild Magic Sorcerer 3; Tides of Chaos","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10067,"c":41,"u":"wild%20magic%20surge_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"t":5,"uu":"wild magic surge|xphb","n":"Wild Magic Sorcerer 3; Wild Magic Surge","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10069,"c":41,"u":"bend%20luck_sorcerer_xphb_wild%20magic_xphb_6_xphb","p":149,"s":"XPHB","h":1,"t":5,"uu":"bend luck|xphb","n":"Wild Magic Sorcerer 6; Bend Luck","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s5-0"},{"id":10071,"c":41,"u":"controlled%20chaos_sorcerer_xphb_wild%20magic_xphb_14_xphb","p":149,"s":"XPHB","h":1,"t":5,"uu":"controlled chaos|xphb","n":"Wild Magic Sorcerer 14; Controlled Chaos","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s13-0"},{"id":10073,"c":41,"u":"tamed%20surge_sorcerer_xphb_wild%20magic_xphb_18_xphb","p":150,"s":"XPHB","h":1,"t":5,"uu":"tamed surge|xphb","n":"Wild Magic Sorcerer 18; Tamed Surge","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s17-0"},{"id":10075,"c":41,"u":"the%20archfey_warlock_phb_archfey_phb_1_phb","p":108,"s":"PHB","h":1,"t":5,"uu":"the archfey|phb","n":"Archfey Warlock 1; The Archfey","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s0-0"},{"id":10077,"c":41,"u":"fey%20presence_warlock_phb_archfey_phb_1_phb","p":108,"s":"PHB","h":1,"t":5,"uu":"fey presence|phb","n":"Archfey Warlock 1; Fey Presence","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s0-0"},{"id":10079,"c":41,"u":"misty%20escape_warlock_phb_archfey_phb_6_phb","p":108,"s":"PHB","h":1,"t":5,"uu":"misty escape|phb","n":"Archfey Warlock 6; Misty Escape","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s5-0"},{"id":10081,"c":41,"u":"beguiling%20defenses_warlock_phb_archfey_phb_10_phb","p":108,"s":"PHB","h":1,"t":5,"uu":"beguiling defenses|phb","n":"Archfey Warlock 10; Beguiling Defenses","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s9-0"},{"id":10083,"c":41,"u":"dark%20delirium_warlock_phb_archfey_phb_14_phb","p":108,"s":"PHB","h":1,"t":5,"uu":"dark delirium|phb","n":"Archfey Warlock 14; Dark Delirium","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s13-0"},{"id":10085,"c":41,"u":"the%20fiend_warlock_phb_fiend_phb_1_phb","p":109,"s":"PHB","h":1,"r":1,"t":5,"uu":"the fiend|phb","n":"Fiend Warlock 1; The Fiend","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s0-0"},{"id":10087,"c":41,"u":"dark%20one's%20blessing_warlock_phb_fiend_phb_1_phb","p":109,"s":"PHB","h":1,"r":1,"t":5,"uu":"dark one's blessing|phb","n":"Fiend Warlock 1; Dark One's Blessing","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s0-0"},{"id":10089,"c":41,"u":"dark%20one's%20own%20luck_warlock_phb_fiend_phb_6_phb","p":109,"s":"PHB","h":1,"r":1,"t":5,"uu":"dark one's own luck|phb","n":"Fiend Warlock 6; Dark One's Own Luck","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s5-0"},{"id":10091,"c":41,"u":"fiendish%20resilience_warlock_phb_fiend_phb_10_phb","p":109,"s":"PHB","h":1,"r":1,"t":5,"uu":"fiendish resilience|phb","n":"Fiend Warlock 10; Fiendish Resilience","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s9-0"},{"id":10093,"c":41,"u":"hurl%20through%20hell_warlock_phb_fiend_phb_14_phb","p":109,"s":"PHB","h":1,"r":1,"t":5,"uu":"hurl through hell|phb","n":"Fiend Warlock 14; Hurl Through Hell","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s13-0"},{"id":10095,"c":41,"u":"the%20great%20old%20one_warlock_phb_great%20old%20one_phb_1_phb","p":109,"s":"PHB","h":1,"t":5,"uu":"the great old one|phb","n":"Great Old One Warlock 1; The Great Old One","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s0-0"},{"id":10097,"c":41,"u":"awakened%20mind_warlock_phb_great%20old%20one_phb_1_phb","p":109,"s":"PHB","h":1,"t":5,"uu":"awakened mind|phb","n":"Great Old One Warlock 1; Awakened Mind","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s0-0"},{"id":10099,"c":41,"u":"entropic%20ward_warlock_phb_great%20old%20one_phb_6_phb","p":109,"s":"PHB","h":1,"t":5,"uu":"entropic ward|phb","n":"Great Old One Warlock 6; Entropic Ward","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s5-0"},{"id":10101,"c":41,"u":"thought%20shield_warlock_phb_great%20old%20one_phb_10_phb","p":109,"s":"PHB","h":1,"t":5,"uu":"thought shield|phb","n":"Great Old One Warlock 10; Thought Shield","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s9-0"},{"id":10103,"c":41,"u":"create%20thrall_warlock_phb_great%20old%20one_phb_14_phb","p":109,"s":"PHB","h":1,"t":5,"uu":"create thrall|phb","n":"Great Old One Warlock 14; Create Thrall","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s13-0"},{"id":10105,"c":41,"u":"the%20undying_warlock_phb_undying_scag_1_scag","p":139,"s":"SCAG","h":1,"t":5,"uu":"the undying|scag","n":"Undying Warlock 1; The Undying","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s0-0"},{"id":10107,"c":41,"u":"among%20the%20dead_warlock_phb_undying_scag_1_scag","p":139,"s":"SCAG","h":1,"t":5,"uu":"among the dead|scag","n":"Undying Warlock 1; Among the Dead","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s0-0"},{"id":10109,"c":41,"u":"defy%20death_warlock_phb_undying_scag_6_scag","p":139,"s":"SCAG","h":1,"t":5,"uu":"defy death|scag","n":"Undying Warlock 6; Defy Death","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s5-0"},{"id":10111,"c":41,"u":"undying%20nature_warlock_phb_undying_scag_10_scag","p":139,"s":"SCAG","h":1,"t":5,"uu":"undying nature|scag","n":"Undying Warlock 10; Undying Nature","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s9-0"},{"id":10113,"c":41,"u":"indestructible%20life_warlock_phb_undying_scag_14_scag","p":139,"s":"SCAG","h":1,"t":5,"uu":"indestructible life|scag","n":"Undying Warlock 14; Indestructible Life","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s13-0"},{"id":10115,"c":41,"u":"the%20fathomless_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"the fathomless|tce","n":"Fathomless Warlock 1; The Fathomless","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10117,"c":41,"u":"gift%20of%20the%20sea_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"gift of the sea|tce","n":"Fathomless Warlock 1; Gift of the Sea","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10119,"c":41,"u":"tentacle%20of%20the%20deeps_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"tentacle of the deeps|tce","n":"Fathomless Warlock 1; Tentacle of the Deeps","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10121,"c":41,"u":"guardian%20coil_warlock_phb_fathomless_tce_6_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"guardian coil|tce","n":"Fathomless Warlock 6; Guardian Coil","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s5-0"},{"id":10123,"c":41,"u":"oceanic%20soul_warlock_phb_fathomless_tce_6_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"oceanic soul|tce","n":"Fathomless Warlock 6; Oceanic Soul","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s5-0"},{"id":10125,"c":41,"u":"grasping%20tentacles_warlock_phb_fathomless_tce_10_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"grasping tentacles|tce","n":"Fathomless Warlock 10; Grasping Tentacles","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s9-0"},{"id":10127,"c":41,"u":"fathomless%20plunge_warlock_phb_fathomless_tce_14_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"fathomless plunge|tce","n":"Fathomless Warlock 14; Fathomless Plunge","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s13-0"},{"id":10129,"c":41,"u":"bottled%20respite_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"bottled respite|tce","n":"Genie Warlock 1; Bottled Respite","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10131,"c":41,"u":"genie's%20wrath_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"genie's wrath|tce","n":"Genie Warlock 1; Genie's Wrath","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10133,"c":41,"u":"the%20genie_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"the genie|tce","n":"Genie Warlock 1; The Genie","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10135,"c":41,"u":"genie's%20vessel_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"genie's vessel|tce","n":"Genie Warlock 1; Genie's Vessel","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10137,"c":41,"u":"elemental%20gift_warlock_phb_genie_tce_6_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"elemental gift|tce","n":"Genie Warlock 6; Elemental Gift","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s5-0"},{"id":10139,"c":41,"u":"sanctuary%20vessel_warlock_phb_genie_tce_10_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"sanctuary vessel|tce","n":"Genie Warlock 10; Sanctuary Vessel","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s9-0"},{"id":10141,"c":41,"u":"limited%20wish_warlock_phb_genie_tce_14_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"limited wish|tce","n":"Genie Warlock 14; Limited Wish","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s13-0"},{"id":10143,"c":41,"u":"the%20undead_warlock_phb_undead_vrgr_1_vrgr","p":30,"s":"VRGR","h":1,"t":5,"uu":"the undead|vrgr","n":"Undead Warlock 1; The Undead","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s0-0"},{"id":10145,"c":41,"u":"form%20of%20dread_warlock_phb_undead_vrgr_1_vrgr","p":30,"s":"VRGR","h":1,"t":5,"uu":"form of dread|vrgr","n":"Undead Warlock 1; Form of Dread","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s0-0"},{"id":10147,"c":41,"u":"grave%20touched_warlock_phb_undead_vrgr_6_vrgr","p":30,"s":"VRGR","h":1,"t":5,"uu":"grave touched|vrgr","n":"Undead Warlock 6; Grave Touched","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s5-0"},{"id":10149,"c":41,"u":"necrotic%20husk_warlock_phb_undead_vrgr_10_vrgr","p":30,"s":"VRGR","h":1,"t":5,"uu":"necrotic husk|vrgr","n":"Undead Warlock 10; Necrotic Husk","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s9-0"},{"id":10151,"c":41,"u":"spirit%20projection_warlock_phb_undead_vrgr_14_vrgr","p":30,"s":"VRGR","h":1,"t":5,"uu":"spirit projection|vrgr","n":"Undead Warlock 14; Spirit Projection","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s13-0"},{"id":10153,"c":41,"u":"the%20celestial_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"the celestial|xge","n":"Celestial Warlock 1; The Celestial","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10155,"c":41,"u":"bonus%20cantrips_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"bonus cantrips|xge","n":"Celestial Warlock 1; Bonus Cantrips","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10157,"c":41,"u":"healing%20light_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"healing light|xge","n":"Celestial Warlock 1; Healing Light","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10159,"c":41,"u":"radiant%20soul_warlock_phb_celestial_xge_6_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"radiant soul|xge","n":"Celestial Warlock 6; Radiant Soul","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s5-0"},{"id":10161,"c":41,"u":"celestial%20resilience_warlock_phb_celestial_xge_10_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"celestial resilience|xge","n":"Celestial Warlock 10; Celestial Resilience","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s9-0"},{"id":10163,"c":41,"u":"searing%20vengeance_warlock_phb_celestial_xge_14_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"searing vengeance|xge","n":"Celestial Warlock 14; Searing Vengeance","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s13-0"},{"id":10165,"c":41,"u":"the%20hexblade_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"the hexblade|xge","n":"Hexblade Warlock 1; The Hexblade","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10167,"c":41,"u":"hex%20warrior_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"hex warrior|xge","n":"Hexblade Warlock 1; Hex Warrior","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10169,"c":41,"u":"hexblade's%20curse_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"hexblade's curse|xge","n":"Hexblade Warlock 1; Hexblade's Curse","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10171,"c":41,"u":"accursed%20specter_warlock_phb_hexblade_xge_6_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"accursed specter|xge","n":"Hexblade Warlock 6; Accursed Specter","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s5-0"},{"id":10173,"c":41,"u":"armor%20of%20hexes_warlock_phb_hexblade_xge_10_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"armor of hexes|xge","n":"Hexblade Warlock 10; Armor of Hexes","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s9-0"},{"id":10175,"c":41,"u":"master%20of%20hexes_warlock_phb_hexblade_xge_14_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"master of hexes|xge","n":"Hexblade Warlock 14; Master of Hexes","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s13-0"},{"id":10177,"c":41,"u":"the%20archfey_warlock_xphb_archfey_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"the archfey|phb","n":"Archfey Warlock 3; The Archfey","uh":"warlock_xphb,state:sub-archfey-phb=b1~feature=s2-0"},{"id":10179,"c":41,"u":"the%20fiend_warlock_xphb_fiend_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"the fiend|phb","n":"Fiend Warlock 3; The Fiend","uh":"warlock_xphb,state:sub-fiend-phb=b1~feature=s2-0"},{"id":10181,"c":41,"u":"the%20great%20old%20one_warlock_xphb_great%20old%20one_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"the great old one|phb","n":"Great Old One Warlock 3; The Great Old One","uh":"warlock_xphb,state:sub-great-old-one-phb=b1~feature=s2-0"},{"id":10183,"c":41,"u":"the%20undying_warlock_xphb_undying_scag_3_scag","s":"SCAG","h":1,"t":5,"uu":"the undying|scag","n":"Undying Warlock 3; The Undying","uh":"warlock_xphb,state:sub-undying-scag=b1~feature=s2-0"},{"id":10185,"c":41,"u":"the%20fathomless_warlock_xphb_fathomless_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"the fathomless|tce","n":"Fathomless Warlock 3; The Fathomless","uh":"warlock_xphb,state:sub-fathomless-tce=b1~feature=s2-0"},{"id":10187,"c":41,"u":"the%20genie_warlock_xphb_genie_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"the genie|tce","n":"Genie Warlock 3; The Genie","uh":"warlock_xphb,state:sub-genie-tce=b1~feature=s2-0"},{"id":10189,"c":41,"u":"the%20undead_warlock_xphb_undead_vrgr_3_vrgr","s":"VRGR","h":1,"t":5,"uu":"the undead|vrgr","n":"Undead Warlock 3; The Undead","uh":"warlock_xphb,state:sub-undead-vrgr=b1~feature=s2-0"},{"id":10191,"c":41,"u":"the%20celestial_warlock_xphb_celestial_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"the celestial|xge","n":"Celestial Warlock 3; The Celestial","uh":"warlock_xphb,state:sub-celestial-xge=b1~feature=s2-0"},{"id":10193,"c":41,"u":"the%20hexblade_warlock_xphb_hexblade_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"the hexblade|xge","n":"Hexblade Warlock 3; The Hexblade","uh":"warlock_xphb,state:sub-hexblade-xge=b1~feature=s2-0"},{"id":10195,"c":41,"u":"archfey%20patron_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"t":5,"uu":"archfey patron|xphb","n":"Archfey Warlock 3; Archfey Patron","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10197,"c":41,"u":"archfey%20spells_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"t":5,"uu":"archfey spells|xphb","n":"Archfey Warlock 3; Archfey Spells","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10199,"c":41,"u":"steps%20of%20the%20fey_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"t":5,"uu":"steps of the fey|xphb","n":"Archfey Warlock 3; Steps of the Fey","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10201,"c":41,"u":"misty%20escape_warlock_xphb_archfey_xphb_6_xphb","p":159,"s":"XPHB","h":1,"t":5,"uu":"misty escape|xphb","n":"Archfey Warlock 6; Misty Escape","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s5-0"},{"id":10203,"c":41,"u":"beguiling%20defenses_warlock_xphb_archfey_xphb_10_xphb","p":159,"s":"XPHB","h":1,"t":5,"uu":"beguiling defenses|xphb","n":"Archfey Warlock 10; Beguiling Defenses","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s9-0"},{"id":10205,"c":41,"u":"bewitching%20magic_warlock_xphb_archfey_xphb_14_xphb","p":160,"s":"XPHB","h":1,"t":5,"uu":"bewitching magic|xphb","n":"Archfey Warlock 14; Bewitching Magic","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s13-0"},{"id":10207,"c":41,"u":"celestial%20patron_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"t":5,"uu":"celestial patron|xphb","n":"Celestial Warlock 3; Celestial Patron","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10209,"c":41,"u":"celestial%20spells_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"t":5,"uu":"celestial spells|xphb","n":"Celestial Warlock 3; Celestial Spells","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10211,"c":41,"u":"healing%20light_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"t":5,"uu":"healing light|xphb","n":"Celestial Warlock 3; Healing Light","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10213,"c":41,"u":"radiant%20soul_warlock_xphb_celestial_xphb_6_xphb","p":160,"s":"XPHB","h":1,"t":5,"uu":"radiant soul|xphb","n":"Celestial Warlock 6; Radiant Soul","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s5-0"},{"id":10215,"c":41,"u":"celestial%20resilience_warlock_xphb_celestial_xphb_10_xphb","p":161,"s":"XPHB","h":1,"t":5,"uu":"celestial resilience|xphb","n":"Celestial Warlock 10; Celestial Resilience","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s9-0"},{"id":10217,"c":41,"u":"searing%20vengeance_warlock_xphb_celestial_xphb_14_xphb","p":161,"s":"XPHB","h":1,"t":5,"uu":"searing vengeance|xphb","n":"Celestial Warlock 14; Searing Vengeance","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s13-0"},{"id":10219,"c":41,"u":"fiend%20patron_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"t":5,"uu":"fiend patron|xphb","n":"Fiend Warlock 3; Fiend Patron","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10221,"c":41,"u":"dark%20one's%20blessing_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"t":5,"uu":"dark one's blessing|xphb","n":"Fiend Warlock 3; Dark One's Blessing","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10223,"c":41,"u":"fiend%20spells_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"t":5,"uu":"fiend spells|xphb","n":"Fiend Warlock 3; Fiend Spells","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10225,"c":41,"u":"dark%20one's%20own%20luck_warlock_xphb_fiend_xphb_6_xphb","p":162,"s":"XPHB","h":1,"t":5,"uu":"dark one's own luck|xphb","n":"Fiend Warlock 6; Dark One's Own Luck","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s5-0"},{"id":10227,"c":41,"u":"fiendish%20resilience_warlock_xphb_fiend_xphb_10_xphb","p":162,"s":"XPHB","h":1,"t":5,"uu":"fiendish resilience|xphb","n":"Fiend Warlock 10; Fiendish Resilience","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s9-0"},{"id":10229,"c":41,"u":"hurl%20through%20hell_warlock_xphb_fiend_xphb_14_xphb","p":162,"s":"XPHB","h":1,"t":5,"uu":"hurl through hell|xphb","n":"Fiend Warlock 14; Hurl Through Hell","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s13-0"},{"id":10231,"c":41,"u":"great%20old%20one%20patron_warlock_xphb_great%20old%20one_xphb_3_xphb","p":162,"s":"XPHB","h":1,"t":5,"uu":"great old one patron|xphb","n":"Great Old One Warlock 3; Great Old One Patron","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10233,"c":41,"u":"awakened%20mind_warlock_xphb_great%20old%20one_xphb_3_xphb","p":162,"s":"XPHB","h":1,"t":5,"uu":"awakened mind|xphb","n":"Great Old One Warlock 3; Awakened Mind","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10235,"c":41,"u":"great%20old%20one%20spells_warlock_xphb_great%20old%20one_xphb_3_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"great old one spells|xphb","n":"Great Old One Warlock 3; Great Old One Spells","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10237,"c":41,"u":"psychic%20spells_warlock_xphb_great%20old%20one_xphb_3_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"psychic spells|xphb","n":"Great Old One Warlock 3; Psychic Spells","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10239,"c":41,"u":"clairvoyant%20combatant_warlock_xphb_great%20old%20one_xphb_6_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"clairvoyant combatant|xphb","n":"Great Old One Warlock 6; Clairvoyant Combatant","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s5-0"},{"id":10241,"c":41,"u":"eldritch%20hex_warlock_xphb_great%20old%20one_xphb_10_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"eldritch hex|xphb","n":"Great Old One Warlock 10; Eldritch Hex","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s9-0"},{"id":10243,"c":41,"u":"thought%20shield_warlock_xphb_great%20old%20one_xphb_10_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"thought shield|xphb","n":"Great Old One Warlock 10; Thought Shield","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s9-0"},{"id":10245,"c":41,"u":"create%20thrall_warlock_xphb_great%20old%20one_xphb_14_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"create thrall|xphb","n":"Great Old One Warlock 14; Create Thrall","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s13-0"},{"id":10247,"c":41,"u":"chronurgy%20magic_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"chronurgy magic|egw","n":"Chronurgy Wizard 2; Chronurgy Magic","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10249,"c":41,"u":"chronal%20shift_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"chronal shift|egw","n":"Chronurgy Wizard 2; Chronal Shift","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10251,"c":41,"u":"temporal%20awareness_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"temporal awareness|egw","n":"Chronurgy Wizard 2; Temporal Awareness","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10253,"c":41,"u":"momentary%20stasis_wizard_phb_chronurgy_egw_6_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"momentary stasis|egw","n":"Chronurgy Wizard 6; Momentary Stasis","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s5-0"},{"id":10255,"c":41,"u":"arcane%20abeyance_wizard_phb_chronurgy_egw_10_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"arcane abeyance|egw","n":"Chronurgy Wizard 10; Arcane Abeyance","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s9-0"},{"id":10257,"c":41,"u":"convergent%20future_wizard_phb_chronurgy_egw_14_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"convergent future|egw","n":"Chronurgy Wizard 14; Convergent Future","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s13-0"},{"id":10259,"c":41,"u":"graviturgy%20magic_wizard_phb_graviturgy_egw_2_egw","p":185,"s":"EGW","h":1,"dP":1,"t":5,"uu":"graviturgy magic|egw","n":"Graviturgy Wizard 2; Graviturgy Magic","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s1-0"},{"id":10261,"c":41,"u":"adjust%20density_wizard_phb_graviturgy_egw_2_egw","p":185,"s":"EGW","h":1,"dP":1,"t":5,"uu":"adjust density|egw","n":"Graviturgy Wizard 2; Adjust Density","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s1-0"},{"id":10263,"c":41,"u":"gravity%20well_wizard_phb_graviturgy_egw_6_egw","p":185,"s":"EGW","h":1,"dP":1,"t":5,"uu":"gravity well|egw","n":"Graviturgy Wizard 6; Gravity Well","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s5-0"},{"id":10265,"c":41,"u":"violent%20attraction_wizard_phb_graviturgy_egw_10_egw","p":185,"s":"EGW","h":1,"dP":1,"t":5,"uu":"violent attraction|egw","n":"Graviturgy Wizard 10; Violent Attraction","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s9-0"},{"id":10267,"c":41,"u":"event%20horizon_wizard_phb_graviturgy_egw_14_egw","p":185,"s":"EGW","h":1,"dP":1,"t":5,"uu":"event horizon|egw","n":"Graviturgy Wizard 14; Event Horizon","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s13-0"},{"id":10269,"c":41,"u":"school%20of%20abjuration_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"school of abjuration|phb","n":"Abjuration Wizard 2; School of Abjuration","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10271,"c":41,"u":"abjuration%20savant_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"abjuration savant|phb","n":"Abjuration Wizard 2; Abjuration Savant","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10273,"c":41,"u":"arcane%20ward_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"arcane ward|phb","n":"Abjuration Wizard 2; Arcane Ward","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10275,"c":41,"u":"projected%20ward_wizard_phb_abjuration_phb_6_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"projected ward|phb","n":"Abjuration Wizard 6; Projected Ward","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s5-0"},{"id":10277,"c":41,"u":"improved%20abjuration_wizard_phb_abjuration_phb_10_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"improved abjuration|phb","n":"Abjuration Wizard 10; Improved Abjuration","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s9-0"},{"id":10279,"c":41,"u":"spell%20resistance_wizard_phb_abjuration_phb_14_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"spell resistance|phb","n":"Abjuration Wizard 14; Spell Resistance","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s13-0"},{"id":10281,"c":41,"u":"school%20of%20conjuration_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"school of conjuration|phb","n":"Conjuration Wizard 2; School of Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10283,"c":41,"u":"conjuration%20savant_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"conjuration savant|phb","n":"Conjuration Wizard 2; Conjuration Savant","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10285,"c":41,"u":"minor%20conjuration_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"minor conjuration|phb","n":"Conjuration Wizard 2; Minor Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10287,"c":41,"u":"benign%20transposition_wizard_phb_conjuration_phb_6_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"benign transposition|phb","n":"Conjuration Wizard 6; Benign Transposition","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s5-0"},{"id":10289,"c":41,"u":"focused%20conjuration_wizard_phb_conjuration_phb_10_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"focused conjuration|phb","n":"Conjuration Wizard 10; Focused Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s9-0"},{"id":10291,"c":41,"u":"durable%20summons_wizard_phb_conjuration_phb_14_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"durable summons|phb","n":"Conjuration Wizard 14; Durable Summons","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s13-0"},{"id":10293,"c":41,"u":"school%20of%20divination_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"school of divination|phb","n":"Divination Wizard 2; School of Divination","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10295,"c":41,"u":"divination%20savant_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"divination savant|phb","n":"Divination Wizard 2; Divination Savant","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10297,"c":41,"u":"portent_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"portent|phb","n":"Divination Wizard 2; Portent","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10299,"c":41,"u":"expert%20divination_wizard_phb_divination_phb_6_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"expert divination|phb","n":"Divination Wizard 6; Expert Divination","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s5-0"},{"id":10301,"c":41,"u":"the%20third%20eye_wizard_phb_divination_phb_10_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"the third eye|phb","n":"Divination Wizard 10; The Third Eye","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s9-0"},{"id":10303,"c":41,"u":"greater%20portent_wizard_phb_divination_phb_14_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"greater portent|phb","n":"Divination Wizard 14; Greater Portent","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s13-0"},{"id":10305,"c":41,"u":"school%20of%20enchantment_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"school of enchantment|phb","n":"Enchantment Wizard 2; School of Enchantment","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10307,"c":41,"u":"enchantment%20savant_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"enchantment savant|phb","n":"Enchantment Wizard 2; Enchantment Savant","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10309,"c":41,"u":"hypnotic%20gaze_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"hypnotic gaze|phb","n":"Enchantment Wizard 2; Hypnotic Gaze","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10311,"c":41,"u":"instinctive%20charm_wizard_phb_enchantment_phb_6_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"instinctive charm|phb","n":"Enchantment Wizard 6; Instinctive Charm","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s5-0"},{"id":10313,"c":41,"u":"split%20enchantment_wizard_phb_enchantment_phb_10_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"split enchantment|phb","n":"Enchantment Wizard 10; Split Enchantment","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s9-0"},{"id":10315,"c":41,"u":"alter%20memories_wizard_phb_enchantment_phb_14_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"alter memories|phb","n":"Enchantment Wizard 14; Alter Memories","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s13-0"},{"id":10317,"c":41,"u":"school%20of%20evocation_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"school of evocation|phb","n":"Evocation Wizard 2; School of Evocation","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10319,"c":41,"u":"evocation%20savant_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"evocation savant|phb","n":"Evocation Wizard 2; Evocation Savant","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10321,"c":41,"u":"sculpt%20spells_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"sculpt spells|phb","n":"Evocation Wizard 2; Sculpt Spells","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10323,"c":41,"u":"potent%20cantrip_wizard_phb_evocation_phb_6_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"potent cantrip|phb","n":"Evocation Wizard 6; Potent Cantrip","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s5-0"},{"id":10325,"c":41,"u":"empowered%20evocation_wizard_phb_evocation_phb_10_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"empowered evocation|phb","n":"Evocation Wizard 10; Empowered Evocation","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s9-0"},{"id":10327,"c":41,"u":"overchannel_wizard_phb_evocation_phb_14_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"overchannel|phb","n":"Evocation Wizard 14; Overchannel","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s13-0"},{"id":10329,"c":41,"u":"school%20of%20illusion_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"school of illusion|phb","n":"Illusion Wizard 2; School of Illusion","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10331,"c":41,"u":"illusion%20savant_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"illusion savant|phb","n":"Illusion Wizard 2; Illusion Savant","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10333,"c":41,"u":"improved%20minor%20illusion_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"improved minor illusion|phb","n":"Illusion Wizard 2; Improved Minor Illusion","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10335,"c":41,"u":"malleable%20illusions_wizard_phb_illusion_phb_6_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"malleable illusions|phb","n":"Illusion Wizard 6; Malleable Illusions","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s5-0"},{"id":10337,"c":41,"u":"illusory%20self_wizard_phb_illusion_phb_10_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"illusory self|phb","n":"Illusion Wizard 10; Illusory Self","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s9-0"},{"id":10339,"c":41,"u":"illusory%20reality_wizard_phb_illusion_phb_14_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"illusory reality|phb","n":"Illusion Wizard 14; Illusory Reality","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s13-0"},{"id":10341,"c":41,"u":"school%20of%20necromancy_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"school of necromancy|phb","n":"Necromancy Wizard 2; School of Necromancy","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10343,"c":41,"u":"grim%20harvest_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"grim harvest|phb","n":"Necromancy Wizard 2; Grim Harvest","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10345,"c":41,"u":"necromancy%20savant_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"necromancy savant|phb","n":"Necromancy Wizard 2; Necromancy Savant","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10347,"c":41,"u":"undead%20thralls_wizard_phb_necromancy_phb_6_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"undead thralls|phb","n":"Necromancy Wizard 6; Undead Thralls","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s5-0"},{"id":10349,"c":41,"u":"inured%20to%20undeath_wizard_phb_necromancy_phb_10_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"inured to undeath|phb","n":"Necromancy Wizard 10; Inured to Undeath","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s9-0"},{"id":10351,"c":41,"u":"command%20undead_wizard_phb_necromancy_phb_14_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"command undead|phb","n":"Necromancy Wizard 14; Command Undead","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s13-0"},{"id":10353,"c":41,"u":"school%20of%20transmutation_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"school of transmutation|phb","n":"Transmutation Wizard 2; School of Transmutation","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10355,"c":41,"u":"minor%20alchemy_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"minor alchemy|phb","n":"Transmutation Wizard 2; Minor Alchemy","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10357,"c":41,"u":"transmutation%20savant_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"transmutation savant|phb","n":"Transmutation Wizard 2; Transmutation Savant","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10359,"c":41,"u":"transmuter's%20stone_wizard_phb_transmutation_phb_6_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"transmuter's stone|phb","n":"Transmutation Wizard 6; Transmuter's Stone","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s5-0"},{"id":10361,"c":41,"u":"shapechanger_wizard_phb_transmutation_phb_10_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"shapechanger|phb","n":"Transmutation Wizard 10; Shapechanger","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s9-0"},{"id":10363,"c":41,"u":"master%20transmuter_wizard_phb_transmutation_phb_14_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"master transmuter|phb","n":"Transmutation Wizard 14; Master Transmuter","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s13-0"},{"id":10365,"c":41,"u":"bladesinging_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"bladesinging|tce","n":"Bladesinging Wizard 2; Bladesinging","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10367,"c":41,"u":"bladesinger%20styles_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"bladesinger styles|tce","n":"Bladesinging Wizard 2; Bladesinger Styles","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10369,"c":41,"u":"bladesong_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"bladesong|tce","n":"Bladesinging Wizard 2; Bladesong","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10371,"c":41,"u":"training%20in%20war%20and%20song%20(bladesinging)_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"training in war and song (bladesinging)|tce","n":"Bladesinging Wizard 2; Training in War and Song (Bladesinging)","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10373,"c":41,"u":"extra%20attack_wizard_phb_bladesinging_tce_6_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"extra attack|tce","n":"Bladesinging Wizard 6; Extra Attack","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s5-0"},{"id":10375,"c":41,"u":"song%20of%20defense_wizard_phb_bladesinging_tce_10_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"song of defense|tce","n":"Bladesinging Wizard 10; Song of Defense","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s9-0"},{"id":10377,"c":41,"u":"song%20of%20victory_wizard_phb_bladesinging_tce_14_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"song of victory|tce","n":"Bladesinging Wizard 14; Song of Victory","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s13-0"},{"id":10379,"c":41,"u":"order%20of%20scribes_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"t":5,"uu":"order of scribes|tce","n":"Scribes Wizard 2; Order of Scribes","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10381,"c":41,"u":"awakened%20spellbook_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"t":5,"uu":"awakened spellbook|tce","n":"Scribes Wizard 2; Awakened Spellbook","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10383,"c":41,"u":"wizardly%20quill_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"t":5,"uu":"wizardly quill|tce","n":"Scribes Wizard 2; Wizardly Quill","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10385,"c":41,"u":"manifest%20mind_wizard_phb_scribes_tce_6_tce","p":78,"s":"TCE","h":1,"t":5,"uu":"manifest mind|tce","n":"Scribes Wizard 6; Manifest Mind","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s5-0"},{"id":10387,"c":41,"u":"master%20scrivener_wizard_phb_scribes_tce_10_tce","p":78,"s":"TCE","h":1,"t":5,"uu":"master scrivener|tce","n":"Scribes Wizard 10; Master Scrivener","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s9-0"},{"id":10389,"c":41,"u":"one%20with%20the%20word_wizard_phb_scribes_tce_14_tce","p":78,"s":"TCE","h":1,"t":5,"uu":"one with the word|tce","n":"Scribes Wizard 14; One with the Word","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s13-0"},{"id":10391,"c":41,"u":"blood%20magic_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blood magic|tdcsr","n":"Blood Magic Wizard 2; Blood Magic","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10393,"c":41,"u":"blood%20channeling_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blood channeling|tdcsr","n":"Blood Magic Wizard 2; Blood Channeling","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10395,"c":41,"u":"sanguine%20burst_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"sanguine burst|tdcsr","n":"Blood Magic Wizard 2; Sanguine Burst","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10397,"c":41,"u":"bond%20of%20mutual%20suffering_wizard_phb_blood%20magic_tdcsr_6_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"bond of mutual suffering|tdcsr","n":"Blood Magic Wizard 6; Bond of Mutual Suffering","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s5-0"},{"id":10399,"c":41,"u":"glyph%20of%20hemorrhaging_wizard_phb_blood%20magic_tdcsr_10_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"glyph of hemorrhaging|tdcsr","n":"Blood Magic Wizard 10; Glyph of Hemorrhaging","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s9-0"},{"id":10401,"c":41,"u":"bond%20of%20mutual%20suffering%20(14th%20level)_wizard_phb_blood%20magic_tdcsr_14_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"bond of mutual suffering (14th level)|tdcsr","n":"Blood Magic Wizard 14; Bond of Mutual Suffering (14th Level)","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s13-0"},{"id":10403,"c":41,"u":"thicker%20than%20water_wizard_phb_blood%20magic_tdcsr_14_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"thicker than water|tdcsr","n":"Blood Magic Wizard 14; Thicker than Water","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s13-0"},{"id":10405,"c":41,"u":"war%20magic_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"war magic|xge","n":"War Wizard 2; War Magic","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10407,"c":41,"u":"arcane%20deflection_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"arcane deflection|xge","n":"War Wizard 2; Arcane Deflection","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10409,"c":41,"u":"tactical%20wit_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"tactical wit|xge","n":"War Wizard 2; Tactical Wit","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10411,"c":41,"u":"power%20surge_wizard_phb_war_xge_6_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"power surge|xge","n":"War Wizard 6; Power Surge","uh":"wizard_phb,state:sub-war-xge=b1~feature=s5-0"},{"id":10413,"c":41,"u":"durable%20magic_wizard_phb_war_xge_10_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"durable magic|xge","n":"War Wizard 10; Durable Magic","uh":"wizard_phb,state:sub-war-xge=b1~feature=s9-0"},{"id":10415,"c":41,"u":"deflecting%20shroud_wizard_phb_war_xge_14_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"deflecting shroud|xge","n":"War Wizard 14; Deflecting Shroud","uh":"wizard_phb,state:sub-war-xge=b1~feature=s13-0"},{"id":10417,"c":41,"u":"chronurgy%20magic_wizard_xphb_chronurgy_egw_3_egw","s":"EGW","h":1,"dP":1,"t":5,"uu":"chronurgy magic|egw","n":"Chronurgy Wizard 3; Chronurgy Magic","uh":"wizard_xphb,state:sub-chronurgy-egw=b1~feature=s2-0"},{"id":10419,"c":41,"u":"graviturgy%20magic_wizard_xphb_graviturgy_egw_3_egw","s":"EGW","h":1,"dP":1,"t":5,"uu":"graviturgy magic|egw","n":"Graviturgy Wizard 3; Graviturgy Magic","uh":"wizard_xphb,state:sub-graviturgy-egw=b1~feature=s2-0"},{"id":10421,"c":41,"u":"school%20of%20abjuration_wizard_xphb_abjuration_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of abjuration|phb","n":"Abjuration Wizard 3; School of Abjuration","uh":"wizard_xphb,state:sub-abjuration-phb=b1~feature=s2-0"},{"id":10423,"c":41,"u":"school%20of%20conjuration_wizard_xphb_conjuration_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of conjuration|phb","n":"Conjuration Wizard 3; School of Conjuration","uh":"wizard_xphb,state:sub-conjuration-phb=b1~feature=s2-0"},{"id":10425,"c":41,"u":"school%20of%20divination_wizard_xphb_divination_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of divination|phb","n":"Divination Wizard 3; School of Divination","uh":"wizard_xphb,state:sub-divination-phb=b1~feature=s2-0"},{"id":10427,"c":41,"u":"school%20of%20enchantment_wizard_xphb_enchantment_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of enchantment|phb","n":"Enchantment Wizard 3; School of Enchantment","uh":"wizard_xphb,state:sub-enchantment-phb=b1~feature=s2-0"},{"id":10429,"c":41,"u":"school%20of%20evocation_wizard_xphb_evocation_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of evocation|phb","n":"Evocation Wizard 3; School of Evocation","uh":"wizard_xphb,state:sub-evocation-phb=b1~feature=s2-0"},{"id":10431,"c":41,"u":"school%20of%20illusion_wizard_xphb_illusion_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of illusion|phb","n":"Illusion Wizard 3; School of Illusion","uh":"wizard_xphb,state:sub-illusion-phb=b1~feature=s2-0"},{"id":10433,"c":41,"u":"school%20of%20necromancy_wizard_xphb_necromancy_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of necromancy|phb","n":"Necromancy Wizard 3; School of Necromancy","uh":"wizard_xphb,state:sub-necromancy-phb=b1~feature=s2-0"},{"id":10435,"c":41,"u":"school%20of%20transmutation_wizard_xphb_transmutation_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of transmutation|phb","n":"Transmutation Wizard 3; School of Transmutation","uh":"wizard_xphb,state:sub-transmutation-phb=b1~feature=s2-0"},{"id":10437,"c":41,"u":"bladesinging_wizard_xphb_bladesinging_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"bladesinging|tce","n":"Bladesinging Wizard 3; Bladesinging","uh":"wizard_xphb,state:sub-bladesinging-tce=b1~feature=s2-0"},{"id":10439,"c":41,"u":"order%20of%20scribes_wizard_xphb_scribes_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"order of scribes|tce","n":"Scribes Wizard 3; Order of Scribes","uh":"wizard_xphb,state:sub-scribes-tce=b1~feature=s2-0"},{"id":10441,"c":41,"u":"blood%20magic_wizard_xphb_blood%20magic_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blood magic|tdcsr","n":"Blood Magic Wizard 3; Blood Magic","uh":"wizard_xphb,state:sub-blood-magic-tdcsr=b1~feature=s2-0"},{"id":10443,"c":41,"u":"war%20magic_wizard_xphb_war_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"war magic|xge","n":"War Wizard 3; War Magic","uh":"wizard_xphb,state:sub-war-xge=b1~feature=s2-0"},{"id":10445,"c":41,"u":"abjurer_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"t":5,"uu":"abjurer|xphb","n":"Abjurer Wizard 3; Abjurer","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10447,"c":41,"u":"abjuration%20savant_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"t":5,"uu":"abjuration savant|xphb","n":"Abjurer Wizard 3; Abjuration Savant","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10449,"c":41,"u":"arcane%20ward_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"t":5,"uu":"arcane ward|xphb","n":"Abjurer Wizard 3; Arcane Ward","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10451,"c":41,"u":"projected%20ward_wizard_xphb_abjurer_xphb_6_xphb","p":172,"s":"XPHB","h":1,"t":5,"uu":"projected ward|xphb","n":"Abjurer Wizard 6; Projected Ward","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s5-0"},{"id":10453,"c":41,"u":"spell%20breaker_wizard_xphb_abjurer_xphb_10_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"spell breaker|xphb","n":"Abjurer Wizard 10; Spell Breaker","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s9-0"},{"id":10455,"c":41,"u":"spell%20resistance_wizard_xphb_abjurer_xphb_14_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"spell resistance|xphb","n":"Abjurer Wizard 14; Spell Resistance","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s13-0"},{"id":10457,"c":41,"u":"diviner_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"diviner|xphb","n":"Diviner Wizard 3; Diviner","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10459,"c":41,"u":"divination%20savant_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"divination savant|xphb","n":"Diviner Wizard 3; Divination Savant","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10461,"c":41,"u":"portent_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"portent|xphb","n":"Diviner Wizard 3; Portent","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10463,"c":41,"u":"expert%20divination_wizard_xphb_diviner_xphb_6_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"expert divination|xphb","n":"Diviner Wizard 6; Expert Divination","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s5-0"},{"id":10465,"c":41,"u":"the%20third%20eye_wizard_xphb_diviner_xphb_10_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"the third eye|xphb","n":"Diviner Wizard 10; The Third Eye","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s9-0"},{"id":10467,"c":41,"u":"greater%20portent_wizard_xphb_diviner_xphb_14_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"greater portent|xphb","n":"Diviner Wizard 14; Greater Portent","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s13-0"},{"id":10469,"c":41,"u":"evoker_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"evoker|xphb","n":"Evoker Wizard 3; Evoker","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10471,"c":41,"u":"evocation%20savant_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"evocation savant|xphb","n":"Evoker Wizard 3; Evocation Savant","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10473,"c":41,"u":"potent%20cantrip_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"potent cantrip|xphb","n":"Evoker Wizard 3; Potent Cantrip","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10475,"c":41,"u":"sculpt%20spells_wizard_xphb_evoker_xphb_6_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"sculpt spells|xphb","n":"Evoker Wizard 6; Sculpt Spells","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s5-0"},{"id":10477,"c":41,"u":"empowered%20evocation_wizard_xphb_evoker_xphb_10_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"empowered evocation|xphb","n":"Evoker Wizard 10; Empowered Evocation","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s9-0"},{"id":10479,"c":41,"u":"overchannel_wizard_xphb_evoker_xphb_14_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"overchannel|xphb","n":"Evoker Wizard 14; Overchannel","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s13-0"},{"id":10481,"c":41,"u":"illusionist_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"illusionist|xphb","n":"Illusionist Wizard 3; Illusionist","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10483,"c":41,"u":"illusion%20savant_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"illusion savant|xphb","n":"Illusionist Wizard 3; Illusion Savant","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10485,"c":41,"u":"improved%20illusions_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"improved illusions|xphb","n":"Illusionist Wizard 3; Improved Illusions","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10487,"c":41,"u":"phantasmal%20creatures_wizard_xphb_illusionist_xphb_6_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"phantasmal creatures|xphb","n":"Illusionist Wizard 6; Phantasmal Creatures","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s5-0"},{"id":10489,"c":41,"u":"illusory%20self_wizard_xphb_illusionist_xphb_10_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"illusory self|xphb","n":"Illusionist Wizard 10; Illusory Self","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s9-0"},{"id":10491,"c":41,"u":"illusory%20reality_wizard_xphb_illusionist_xphb_14_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"illusory reality|xphb","n":"Illusionist Wizard 14; Illusory Reality","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s13-0"},{"id":10492,"c":3,"u":"giant%20foundling_bgg","p":6,"s":0,"h":1,"t":6,"uu":"giant foundling|bgg","m":"backgrounds/BGG/Giant Foundling.webp","n":"Giant Foundling"},{"id":10493,"c":3,"u":"rune%20carver_bgg","p":12,"s":0,"h":1,"t":6,"uu":"rune carver|bgg","m":"backgrounds/BGG/Rune Carver.webp","n":"Rune Carver"},{"id":10494,"c":3,"u":"rewarded_bmt","p":57,"s":1,"h":1,"t":6,"uu":"rewarded|bmt","m":"backgrounds/BMT/Rewarded.webp","n":"Rewarded"},{"id":10495,"c":3,"u":"ruined_bmt","p":58,"s":1,"h":1,"t":6,"uu":"ruined|bmt","m":"backgrounds/BMT/Ruined.webp","n":"Ruined"},{"id":10496,"c":3,"u":"city%20watch_scag","p":145,"s":107,"h":1,"t":6,"uu":"city watch|scag","n":"City Watch"},{"id":10497,"c":3,"u":"clan%20crafter_scag","p":145,"s":107,"h":1,"t":6,"uu":"clan crafter|scag","n":"Clan Crafter"},{"id":10498,"c":3,"u":"cloistered%20scholar_scag","p":146,"s":107,"h":1,"t":6,"uu":"cloistered scholar|scag","n":"Cloistered Scholar"},{"id":10499,"c":3,"u":"courtier_scag","p":146,"s":107,"h":1,"t":6,"uu":"courtier|scag","n":"Courtier"},{"id":10500,"c":3,"u":"faction%20agent_scag","p":147,"s":107,"h":1,"t":6,"uu":"faction agent|scag","n":"Faction Agent"},{"id":10501,"c":3,"u":"far%20traveler_scag","p":148,"s":107,"h":1,"t":6,"uu":"far traveler|scag","n":"Far Traveler"},{"id":10502,"c":3,"u":"inheritor_scag","p":150,"s":107,"h":1,"t":6,"uu":"inheritor|scag","n":"Inheritor"},{"id":10503,"c":3,"u":"knight%20of%20the%20order_scag","p":151,"s":107,"h":1,"t":6,"uu":"knight of the order|scag","n":"Knight of the Order"},{"id":10504,"c":3,"u":"mercenary%20veteran_scag","p":152,"s":107,"h":1,"t":6,"uu":"mercenary veteran|scag","n":"Mercenary Veteran"},{"id":10505,"c":3,"u":"urban%20bounty%20hunter_scag","p":153,"s":107,"h":1,"t":6,"uu":"urban bounty hunter|scag","n":"Urban Bounty Hunter"},{"id":10506,"c":3,"u":"uthgardt%20tribe%20member_scag","p":153,"s":107,"h":1,"t":6,"uu":"uthgardt tribe member|scag","n":"Uthgardt Tribe Member"},{"id":10507,"c":3,"u":"variant%20city%20watch%20(investigator)_scag","p":145,"s":107,"h":1,"t":6,"uu":"variant city watch (investigator)|scag","n":"Variant City Watch (Investigator)"},{"id":10508,"c":3,"u":"waterdhavian%20noble_scag","p":154,"s":107,"h":1,"t":6,"uu":"waterdhavian noble|scag","n":"Waterdhavian Noble"},{"id":10509,"c":3,"u":"acolyte_xphb","p":178,"s":8,"h":1,"t":6,"uu":"acolyte|xphb","m":"backgrounds/XPHB/Acolyte.webp","n":"Acolyte"},{"id":10510,"c":3,"u":"artisan_xphb","p":179,"s":8,"h":1,"t":6,"uu":"artisan|xphb","m":"backgrounds/XPHB/Artisan.webp","n":"Artisan"},{"id":10511,"c":3,"u":"charlatan_xphb","p":180,"s":8,"h":1,"t":6,"uu":"charlatan|xphb","m":"backgrounds/XPHB/Charlatan.webp","n":"Charlatan"},{"id":10512,"c":3,"u":"criminal_xphb","p":180,"s":8,"h":1,"t":6,"uu":"criminal|xphb","m":"backgrounds/XPHB/Criminal.webp","n":"Criminal"},{"id":10513,"c":3,"u":"entertainer_xphb","p":180,"s":8,"h":1,"t":6,"uu":"entertainer|xphb","m":"backgrounds/XPHB/Entertainer.webp","n":"Entertainer"},{"id":10514,"c":3,"u":"farmer_xphb","p":180,"s":8,"h":1,"t":6,"uu":"farmer|xphb","m":"backgrounds/XPHB/Farmer.webp","n":"Farmer"},{"id":10515,"c":3,"u":"guard_xphb","p":181,"s":8,"h":1,"t":6,"uu":"guard|xphb","m":"backgrounds/XPHB/Guard.webp","n":"Guard"},{"id":10516,"c":3,"u":"guide_xphb","p":181,"s":8,"h":1,"t":6,"uu":"guide|xphb","m":"backgrounds/XPHB/Guide.webp","n":"Guide"},{"id":10517,"c":3,"u":"hermit_xphb","p":182,"s":8,"h":1,"t":6,"uu":"hermit|xphb","m":"backgrounds/XPHB/Hermit.webp","n":"Hermit"},{"id":10518,"c":3,"u":"merchant_xphb","p":182,"s":8,"h":1,"t":6,"uu":"merchant|xphb","m":"backgrounds/XPHB/Merchant.webp","n":"Merchant"},{"id":10519,"c":3,"u":"noble_xphb","p":183,"s":8,"h":1,"t":6,"uu":"noble|xphb","m":"backgrounds/XPHB/Noble.webp","n":"Noble"},{"id":10520,"c":3,"u":"sage_xphb","p":183,"s":8,"h":1,"t":6,"uu":"sage|xphb","m":"backgrounds/XPHB/Sage.webp","n":"Sage"},{"id":10521,"c":3,"u":"sailor_xphb","p":184,"s":8,"h":1,"t":6,"uu":"sailor|xphb","m":"backgrounds/XPHB/Sailor.webp","n":"Sailor"},{"id":10522,"c":3,"u":"scribe_xphb","p":184,"s":8,"h":1,"t":6,"uu":"scribe|xphb","m":"backgrounds/XPHB/Scribe.webp","n":"Scribe"},{"id":10523,"c":3,"u":"soldier_xphb","p":185,"s":8,"h":1,"t":6,"uu":"soldier|xphb","m":"backgrounds/XPHB/Soldier.webp","n":"Soldier"},{"id":10524,"c":3,"u":"wayfarer_xphb","p":185,"s":8,"h":1,"t":6,"uu":"wayfarer|xphb","m":"backgrounds/XPHB/Wayfarer.webp","n":"Wayfarer"},{"id":10525,"c":3,"u":"astral%20drifter_aag","p":7,"s":103,"h":1,"t":6,"uu":"astral drifter|aag","m":"backgrounds/AAG/Astral Drifter.webp","n":"Astral Drifter"},{"id":10526,"c":3,"u":"wildspacer_aag","p":8,"s":103,"h":1,"t":6,"uu":"wildspacer|aag","m":"backgrounds/AAG/Wildspacer.webp","n":"Wildspacer"},{"id":10527,"c":3,"u":"celebrity%20adventurer's%20scion_ai","p":48,"s":15,"h":1,"t":6,"uu":"celebrity adventurer's scion|ai","m":"backgrounds/AI/celebrity-adventurers-scion.webp","n":"Celebrity Adventurer's Scion"},{"id":10528,"c":3,"u":"failed%20merchant_ai","p":49,"s":15,"h":1,"t":6,"uu":"failed merchant|ai","n":"Failed Merchant"},{"id":10529,"c":3,"u":"gambler_ai","p":49,"s":15,"h":1,"t":6,"uu":"gambler|ai","n":"Gambler"},{"id":10530,"c":3,"u":"plaintiff_ai","p":50,"s":15,"h":1,"t":6,"uu":"plaintiff|ai","m":"backgrounds/AI/plaintiff-coin.webp","n":"Plaintiff"},{"id":10531,"c":3,"u":"rival%20intern_ai","p":51,"s":15,"h":1,"t":6,"uu":"rival intern|ai","n":"Rival Intern"},{"id":10532,"c":3,"u":"baldur's%20gate%20acolyte_bgdia","p":202,"s":17,"h":1,"t":6,"uu":"baldur's gate acolyte|bgdia","n":"Baldur's Gate Acolyte"},{"id":10533,"c":3,"u":"baldur's%20gate%20charlatan_bgdia","p":202,"s":17,"h":1,"t":6,"uu":"baldur's gate charlatan|bgdia","n":"Baldur's Gate Charlatan"},{"id":10534,"c":3,"u":"baldur's%20gate%20criminal_bgdia","p":202,"s":17,"h":1,"t":6,"uu":"baldur's gate criminal|bgdia","m":"backgrounds/BGDIA/Baldur's Gate Criminal.webp","n":"Baldur's Gate Criminal"},{"id":10535,"c":3,"u":"baldur's%20gate%20entertainer_bgdia","p":202,"s":17,"h":1,"t":6,"uu":"baldur's gate entertainer|bgdia","n":"Baldur's Gate Entertainer"},{"id":10536,"c":3,"u":"baldur's%20gate%20folk%20hero_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate folk hero|bgdia","n":"Baldur's Gate Folk Hero"},{"id":10537,"c":3,"u":"baldur's%20gate%20guild%20artisan_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate guild artisan|bgdia","n":"Baldur's Gate Guild Artisan"},{"id":10538,"c":3,"u":"baldur's%20gate%20hermit_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate hermit|bgdia","n":"Baldur's Gate Hermit"},{"id":10539,"c":3,"u":"baldur's%20gate%20noble_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate noble|bgdia","n":"Baldur's Gate Noble"},{"id":10540,"c":3,"u":"baldur's%20gate%20outlander_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate outlander|bgdia","n":"Baldur's Gate Outlander"},{"id":10541,"c":3,"u":"baldur's%20gate%20sage_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate sage|bgdia","n":"Baldur's Gate Sage"},{"id":10542,"c":3,"u":"baldur's%20gate%20sailor_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate sailor|bgdia","n":"Baldur's Gate Sailor"},{"id":10543,"c":3,"u":"baldur's%20gate%20soldier_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate soldier|bgdia","n":"Baldur's Gate Soldier"},{"id":10544,"c":3,"u":"baldur's%20gate%20urchin_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate urchin|bgdia","n":"Baldur's Gate Urchin"},{"id":10545,"c":3,"u":"faceless_bgdia","p":203,"s":17,"h":1,"t":6,"uu":"faceless|bgdia","n":"Faceless"},{"id":10546,"c":3,"u":"continental%20nobility_dodk","p":244,"s":25,"h":1,"dP":1,"t":6,"uu":"continental nobility|dodk","n":"Continental Nobility"},{"id":10547,"c":3,"u":"devoted%20missionary_dodk","p":246,"s":25,"h":1,"dP":1,"t":6,"uu":"devoted missionary|dodk","n":"Devoted Missionary"},{"id":10548,"c":3,"u":"mageborn_dodk","p":245,"s":25,"h":1,"dP":1,"t":6,"uu":"mageborn|dodk","n":"Mageborn"},{"id":10549,"c":3,"u":"survivor_dodk","p":247,"s":25,"h":1,"dP":1,"t":6,"uu":"survivor|dodk","n":"Survivor"},{"id":10550,"c":3,"u":"treasure%20seeker_dodk","p":248,"s":25,"h":1,"dP":1,"t":6,"uu":"treasure seeker|dodk","n":"Treasure Seeker"},{"id":10551,"c":3,"u":"variant%20continental%20nobility%20(last%20of%20the%20line)_dodk","p":245,"s":25,"h":1,"dP":1,"t":6,"uu":"variant continental nobility (last of the line)|dodk","n":"Variant Continental Nobility (Last of the Line)"},{"id":10552,"c":3,"u":"variant%20devoted%20missionary%20(stargazer)_dodk","p":247,"s":25,"h":1,"dP":1,"t":6,"uu":"variant devoted missionary (stargazer)|dodk","n":"Variant Devoted Missionary (Stargazer)"},{"id":10553,"c":3,"u":"variant%20mageborn%20(malfeasant%20mage)_dodk","p":246,"s":25,"h":1,"dP":1,"t":6,"uu":"variant mageborn (malfeasant mage)|dodk","n":"Variant Mageborn (Malfeasant Mage)"},{"id":10554,"c":3,"u":"variant%20survivor%20(veteran%20of%20the%20civil%20war)_dodk","p":248,"s":25,"h":1,"dP":1,"t":6,"uu":"variant survivor (veteran of the civil war)|dodk","n":"Variant Survivor (Veteran of the Civil War)"},{"id":10555,"c":3,"u":"variant%20treasure%20seeker%20(soldier%20of%20fortune)_dodk","p":249,"s":25,"h":1,"dP":1,"t":6,"uu":"variant treasure seeker (soldier of fortune)|dodk","n":"Variant Treasure Seeker (Soldier of Fortune)"},{"id":10556,"c":3,"u":"knight%20of%20solamnia_dsotdq","p":30,"s":27,"h":1,"t":6,"uu":"knight of solamnia|dsotdq","m":"backgrounds/DSotDQ/Knight of Solamnia.webp","n":"Knight of Solamnia"},{"id":10557,"c":3,"u":"mage%20of%20high%20sorcery_dsotdq","p":30,"s":27,"h":1,"t":6,"uu":"mage of high sorcery|dsotdq","m":"backgrounds/DSotDQ/Mage of High Sorcery.webp","n":"Mage of High Sorcery"},{"id":10558,"c":3,"u":"augen%20trust%20(spy)_egw","p":203,"s":28,"h":1,"dP":1,"t":6,"uu":"augen trust (spy)|egw","n":"Augen Trust (Spy)"},{"id":10559,"c":3,"u":"cobalt%20scholar%20(sage)_egw","p":203,"s":28,"h":1,"dP":1,"t":6,"uu":"cobalt scholar (sage)|egw","n":"Cobalt Scholar (Sage)"},{"id":10560,"c":3,"u":"grinner_egw","p":200,"s":28,"h":1,"dP":1,"t":6,"uu":"grinner|egw","m":"backgrounds/EGW/Grinner.webp","n":"Grinner"},{"id":10561,"c":3,"u":"luxonborn%20(acolyte)_egw","p":203,"s":28,"h":1,"dP":1,"t":6,"uu":"luxonborn (acolyte)|egw","n":"Luxonborn (Acolyte)"},{"id":10562,"c":3,"u":"myriad%20operative%20(criminal)_egw","p":203,"s":28,"h":1,"dP":1,"t":6,"uu":"myriad operative (criminal)|egw","n":"Myriad Operative (Criminal)"},{"id":10563,"c":3,"u":"revelry%20pirate%20(sailor)_egw","p":203,"s":28,"h":1,"dP":1,"t":6,"uu":"revelry pirate (sailor)|egw","n":"Revelry Pirate (Sailor)"},{"id":10564,"c":3,"u":"volstrucker%20agent_egw","p":202,"s":28,"h":1,"dP":1,"t":6,"uu":"volstrucker agent|egw","m":"backgrounds/EGW/Volstrucker Agent.webp","n":"Volstrucker Agent"},{"id":10565,"c":3,"u":"house%20agent_erlw","p":53,"s":29,"h":1,"t":6,"uu":"house agent|erlw","n":"House Agent"},{"id":10566,"c":3,"u":"azorius%20functionary_ggr","p":33,"s":31,"h":1,"t":6,"uu":"azorius functionary|ggr","n":"Azorius Functionary"},{"id":10567,"c":3,"u":"boros%20legionnaire_ggr","p":40,"s":31,"h":1,"t":6,"uu":"boros legionnaire|ggr","n":"Boros Legionnaire"},{"id":10568,"c":3,"u":"dimir%20operative_ggr","p":46,"s":31,"h":1,"t":6,"uu":"dimir operative|ggr","n":"Dimir Operative"},{"id":10569,"c":3,"u":"golgari%20agent_ggr","p":53,"s":31,"h":1,"t":6,"uu":"golgari agent|ggr","n":"Golgari Agent"},{"id":10570,"c":3,"u":"gruul%20anarch_ggr","p":60,"s":31,"h":1,"t":6,"uu":"gruul anarch|ggr","n":"Gruul Anarch"},{"id":10571,"c":3,"u":"izzet%20engineer_ggr","p":66,"s":31,"h":1,"t":6,"uu":"izzet engineer|ggr","n":"Izzet Engineer"},{"id":10572,"c":3,"u":"orzhov%20representative_ggr","p":72,"s":31,"h":1,"t":6,"uu":"orzhov representative|ggr","n":"Orzhov Representative"},{"id":10573,"c":3,"u":"rakdos%20cultist_ggr","p":79,"s":31,"h":1,"t":6,"uu":"rakdos cultist|ggr","n":"Rakdos Cultist"},{"id":10574,"c":3,"u":"selesnya%20initiate_ggr","p":86,"s":31,"h":1,"t":6,"uu":"selesnya initiate|ggr","n":"Selesnya Initiate"},{"id":10575,"c":3,"u":"simic%20scientist_ggr","p":93,"s":31,"h":1,"t":6,"uu":"simic scientist|ggr","n":"Simic Scientist"},{"id":10576,"c":3,"u":"fisher_gos","p":29,"s":33,"h":1,"t":6,"uu":"fisher|gos","n":"Fisher"},{"id":10577,"c":3,"u":"marine_gos","p":31,"s":33,"h":1,"t":6,"uu":"marine|gos","n":"Marine"},{"id":10578,"c":3,"u":"shipwright_gos","p":33,"s":33,"h":1,"t":6,"uu":"shipwright|gos","n":"Shipwright"},{"id":10579,"c":3,"u":"smuggler_gos","p":34,"s":33,"h":1,"t":6,"uu":"smuggler|gos","n":"Smuggler"},{"id":10580,"c":3,"u":"bandit%20defector_hwcs","p":43,"s":37,"h":1,"dP":1,"t":6,"uu":"bandit defector|hwcs","n":"Bandit Defector"},{"id":10581,"c":3,"u":"grounded_hwcs","p":44,"s":37,"h":1,"dP":1,"t":6,"uu":"grounded|hwcs","n":"Grounded"},{"id":10582,"c":3,"u":"wind-touched_hwcs","p":45,"s":37,"h":1,"dP":1,"t":6,"uu":"wind-touched|hwcs","n":"Wind-Touched"},{"id":10583,"c":3,"u":"athlete_mot","p":31,"s":46,"h":1,"t":6,"uu":"athlete|mot","m":"backgrounds/MOT/Athlete.webp","n":"Athlete"},{"id":10584,"c":3,"u":"acolyte_phb","p":127,"s":52,"h":1,"r":1,"t":6,"uu":"acolyte|phb","n":"Acolyte"},{"id":10585,"c":3,"u":"charlatan_phb","p":128,"s":52,"h":1,"t":6,"uu":"charlatan|phb","n":"Charlatan"},{"id":10586,"c":3,"u":"criminal_phb","p":129,"s":52,"h":1,"t":6,"uu":"criminal|phb","n":"Criminal"},{"id":10587,"c":3,"u":"custom%20background_phb","p":126,"s":52,"h":1,"t":6,"uu":"custom background|phb","n":"Custom Background"},{"id":10588,"c":3,"u":"entertainer_phb","p":130,"s":52,"h":1,"t":6,"uu":"entertainer|phb","n":"Entertainer"},{"id":10589,"c":3,"u":"folk%20hero_phb","p":131,"s":52,"h":1,"t":6,"uu":"folk hero|phb","n":"Folk Hero"},{"id":10590,"c":3,"u":"guild%20artisan_phb","p":132,"s":52,"h":1,"t":6,"uu":"guild artisan|phb","n":"Guild Artisan"},{"id":10591,"c":3,"u":"hermit_phb","p":134,"s":52,"h":1,"t":6,"uu":"hermit|phb","n":"Hermit"},{"id":10592,"c":3,"u":"noble_phb","p":135,"s":52,"h":1,"t":6,"uu":"noble|phb","n":"Noble"},{"id":10593,"c":3,"u":"outlander_phb","p":136,"s":52,"h":1,"t":6,"uu":"outlander|phb","n":"Outlander"},{"id":10594,"c":3,"u":"sage_phb","p":137,"s":52,"h":1,"t":6,"uu":"sage|phb","n":"Sage"},{"id":10595,"c":3,"u":"sailor_phb","p":139,"s":52,"h":1,"t":6,"uu":"sailor|phb","n":"Sailor"},{"id":10596,"c":3,"u":"soldier_phb","p":140,"s":52,"h":1,"t":6,"uu":"soldier|phb","n":"Soldier"},{"id":10597,"c":3,"u":"urchin_phb","p":141,"s":52,"h":1,"t":6,"uu":"urchin|phb","n":"Urchin"},{"id":10598,"c":3,"u":"variant%20criminal%20(spy)_phb","p":130,"s":52,"h":1,"t":6,"uu":"variant criminal (spy)|phb","n":"Variant Criminal (Spy)"},{"id":10599,"c":3,"u":"variant%20entertainer%20(gladiator)_phb","p":131,"s":52,"h":1,"t":6,"uu":"variant entertainer (gladiator)|phb","n":"Variant Entertainer (Gladiator)"},{"id":10600,"c":3,"u":"variant%20guild%20artisan%20(guild%20merchant)_phb","p":133,"s":52,"h":1,"t":6,"uu":"variant guild artisan (guild merchant)|phb","n":"Variant Guild Artisan (Guild Merchant)"},{"id":10601,"c":3,"u":"variant%20noble%20(knight)_phb","p":136,"s":52,"h":1,"t":6,"uu":"variant noble (knight)|phb","n":"Variant Noble (Knight)"},{"id":10602,"c":3,"u":"variant%20noble%20(retainers)_phb","p":136,"s":52,"h":1,"t":6,"uu":"variant noble (retainers)|phb","n":"Variant Noble (Retainers)"},{"id":10603,"c":3,"u":"variant%20sailor%20(pirate)_phb","p":139,"s":52,"h":1,"t":6,"uu":"variant sailor (pirate)|phb","n":"Variant Sailor (Pirate)"},{"id":10604,"c":3,"u":"gate%20warden_sato","p":7,"s":104,"h":1,"t":6,"uu":"gate warden|sato","m":"backgrounds/SatO/Planar Philosopher.webp","n":"Gate Warden"},{"id":10605,"c":3,"u":"planar%20philosopher_sato","p":8,"s":104,"h":1,"t":6,"uu":"planar philosopher|sato","m":"backgrounds/SatO/Planar Philosopher.webp","n":"Planar Philosopher"},{"id":10606,"c":3,"u":"lorehold%20student_scc","p":31,"s":57,"h":1,"t":6,"uu":"lorehold student|scc","n":"Lorehold Student"},{"id":10607,"c":3,"u":"prismari%20student_scc","p":32,"s":57,"h":1,"t":6,"uu":"prismari student|scc","m":"backgrounds/SCC/Prismari Student.webp","n":"Prismari Student"},{"id":10608,"c":3,"u":"quandrix%20student_scc","p":33,"s":57,"h":1,"t":6,"uu":"quandrix student|scc","m":"backgrounds/SCC/Quandrix Student.webp","n":"Quandrix Student"},{"id":10609,"c":3,"u":"silverquill%20student_scc","p":35,"s":57,"h":1,"t":6,"uu":"silverquill student|scc","n":"Silverquill Student"},{"id":10610,"c":3,"u":"witherbloom%20student_scc","p":36,"s":57,"h":1,"t":6,"uu":"witherbloom student|scc","n":"Witherbloom Student"},{"id":10611,"c":3,"u":"ashari_tdcsr","p":180,"s":61,"h":1,"dP":1,"t":6,"uu":"ashari|tdcsr","n":"Ashari"},{"id":10612,"c":3,"u":"clasp%20member_tdcsr","p":181,"s":61,"h":1,"dP":1,"t":6,"uu":"clasp member|tdcsr","m":"backgrounds/TDCSR/ClaspMember.webp","n":"Clasp Member"},{"id":10613,"c":3,"u":"lyceum%20scholar_tdcsr","p":183,"s":61,"h":1,"dP":1,"t":6,"uu":"lyceum scholar|tdcsr","m":"backgrounds/TDCSR/LyceumScholar.webp","n":"Lyceum Scholar"},{"id":10614,"c":3,"u":"reformed%20cultist_tdcsr","p":185,"s":61,"h":1,"dP":1,"t":6,"uu":"reformed cultist|tdcsr","n":"Reformed Cultist"},{"id":10615,"c":3,"u":"variant%20clasp%20member%20(myriad%20operative)_tdcsr","p":182,"s":61,"h":1,"dP":1,"t":6,"uu":"variant clasp member (myriad operative)|tdcsr","n":"Variant Clasp Member (Myriad Operative)"},{"id":10616,"c":3,"u":"variant%20whitestone%20rifle%20corps%20(grey%20hunter)_tdcsr","p":182,"s":61,"h":1,"dP":1,"t":6,"uu":"variant whitestone rifle corps (grey hunter)|tdcsr","n":"Variant Whitestone Rifle Corps (Grey Hunter)"},{"id":10617,"c":3,"u":"whitestone%20rifle%20corps_tdcsr","p":187,"s":61,"h":1,"dP":1,"t":6,"uu":"whitestone rifle corps|tdcsr","m":"backgrounds/TDCSR/RifleCorps.webp","n":"Whitestone Rifle Corps"},{"id":10618,"c":3,"u":"anthropologist_toa","p":191,"s":63,"h":1,"t":6,"uu":"anthropologist|toa","n":"Anthropologist"},{"id":10619,"c":3,"u":"archaeologist_toa","p":192,"s":63,"h":1,"t":6,"uu":"archaeologist|toa","n":"Archaeologist"},{"id":10620,"c":3,"u":"haunted%20one_vrgr","p":34,"s":68,"h":1,"t":6,"uu":"haunted one|vrgr","m":"backgrounds/VRGR/Haunted One.webp","n":"Haunted One"},{"id":10621,"c":3,"u":"investigator_vrgr","p":35,"s":68,"h":1,"t":6,"uu":"investigator|vrgr","m":"backgrounds/VRGR/Investigator.webp","n":"Investigator"},{"id":10622,"c":3,"u":"feylost_wbtw","p":9,"s":69,"h":1,"t":6,"uu":"feylost|wbtw","m":"backgrounds/WBtW/Feylost.webp","n":"Feylost"},{"id":10623,"c":3,"u":"witchlight%20hand_wbtw","p":11,"s":69,"h":1,"t":6,"uu":"witchlight hand|wbtw","m":"backgrounds/WBtW/Witchlight Hand.webp","n":"Witchlight Hand"},{"id":10624,"c":3,"u":"black%20fist%20double%20agent_alcurseofstrahd","p":2,"s":108,"h":1,"t":6,"uu":"black fist double agent|alcurseofstrahd","n":"Black Fist Double Agent"},{"id":10625,"c":3,"u":"dragon%20casualty_alcurseofstrahd","p":3,"s":108,"h":1,"t":6,"uu":"dragon casualty|alcurseofstrahd","n":"Dragon Casualty"},{"id":10626,"c":3,"u":"iron%20route%20bandit_alcurseofstrahd","p":5,"s":108,"h":1,"t":6,"uu":"iron route bandit|alcurseofstrahd","n":"Iron Route Bandit"},{"id":10627,"c":3,"u":"phlan%20insurgent_alcurseofstrahd","p":6,"s":108,"h":1,"t":6,"uu":"phlan insurgent|alcurseofstrahd","n":"Phlan Insurgent"},{"id":10628,"c":3,"u":"stojanow%20prisoner_alcurseofstrahd","p":8,"s":108,"h":1,"t":6,"uu":"stojanow prisoner|alcurseofstrahd","n":"Stojanow Prisoner"},{"id":10629,"c":3,"u":"ticklebelly%20nomad_alcurseofstrahd","p":9,"s":108,"h":1,"t":6,"uu":"ticklebelly nomad|alcurseofstrahd","n":"Ticklebelly Nomad"},{"id":10630,"c":3,"u":"caravan%20specialist_alelementalevil","p":2,"s":109,"h":1,"t":6,"uu":"caravan specialist|alelementalevil","n":"Caravan Specialist"},{"id":10631,"c":3,"u":"earthspur%20miner_alelementalevil","p":3,"s":109,"h":1,"t":6,"uu":"earthspur miner|alelementalevil","n":"Earthspur Miner"},{"id":10632,"c":3,"u":"harborfolk_alelementalevil","p":4,"s":109,"h":1,"t":6,"uu":"harborfolk|alelementalevil","n":"Harborfolk"},{"id":10633,"c":3,"u":"mulmaster%20aristocrat_alelementalevil","p":5,"s":109,"h":1,"t":6,"uu":"mulmaster aristocrat|alelementalevil","n":"Mulmaster Aristocrat"},{"id":10634,"c":3,"u":"phlan%20refugee_alelementalevil","p":6,"s":109,"h":1,"t":6,"uu":"phlan refugee|alelementalevil","n":"Phlan Refugee"},{"id":10635,"c":3,"u":"cormanthor%20refugee_alrageofdemons","p":5,"s":110,"h":1,"t":6,"uu":"cormanthor refugee|alrageofdemons","n":"Cormanthor Refugee"},{"id":10636,"c":3,"u":"gate%20urchin_alrageofdemons","p":6,"s":110,"h":1,"t":6,"uu":"gate urchin|alrageofdemons","n":"Gate Urchin"},{"id":10637,"c":3,"u":"hillsfar%20merchant_alrageofdemons","p":7,"s":110,"h":1,"t":6,"uu":"hillsfar merchant|alrageofdemons","n":"Hillsfar Merchant"},{"id":10638,"c":3,"u":"hillsfar%20smuggler_alrageofdemons","p":8,"s":110,"h":1,"t":6,"uu":"hillsfar smuggler|alrageofdemons","n":"Hillsfar Smuggler"},{"id":10639,"c":3,"u":"secret%20identity_alrageofdemons","p":9,"s":110,"h":1,"t":6,"uu":"secret identity|alrageofdemons","n":"Secret Identity"},{"id":10640,"c":3,"u":"shade%20fanatic_alrageofdemons","p":10,"s":110,"h":1,"t":6,"uu":"shade fanatic|alrageofdemons","n":"Shade Fanatic"},{"id":10641,"c":3,"u":"trade%20sheriff_alrageofdemons","p":11,"s":110,"h":1,"t":6,"uu":"trade sheriff|alrageofdemons","n":"Trade Sheriff"},{"id":10642,"c":3,"u":"initiate_psa","p":8,"s":95,"h":1,"t":6,"uu":"initiate|psa","m":"backgrounds/PSA/Initiate.webp","n":"Initiate"},{"id":10643,"c":3,"u":"initiate%20(dissenter)_psa","p":11,"s":95,"h":1,"t":6,"uu":"initiate (dissenter)|psa","m":"backgrounds/PSA/Dissenter.webp","n":"Initiate (Dissenter)"},{"id":10644,"c":3,"u":"vizier_psa","p":10,"s":95,"h":1,"t":6,"uu":"vizier|psa","m":"backgrounds/PSA/Vizier.webp","n":"Vizier"},{"id":10645,"c":3,"u":"vizier%20(dissenter)_psa","p":11,"s":95,"h":1,"t":6,"uu":"vizier (dissenter)|psa","m":"backgrounds/PSA/Dissenter.webp","n":"Vizier (Dissenter)"},{"id":10646,"c":3,"u":"inquisitor_psi","p":12,"s":97,"h":1,"t":6,"uu":"inquisitor|psi","m":"backgrounds/PSI/Inquisitor.webp","n":"Inquisitor"},{"id":10647,"c":6,"u":"blinded_xphb","p":361,"s":8,"h":1,"t":7,"uu":"blinded|xphb","n":"Blinded"},{"id":10648,"c":6,"u":"charmed_xphb","p":361,"s":8,"h":1,"t":7,"uu":"charmed|xphb","n":"Charmed"},{"id":10649,"c":6,"u":"deafened_xphb","p":365,"s":8,"h":1,"t":7,"uu":"deafened|xphb","n":"Deafened"},{"id":10650,"c":6,"u":"exhaustion_xphb","p":365,"s":8,"h":1,"t":7,"uu":"exhaustion|xphb","n":"Exhaustion"},{"id":10651,"c":6,"u":"frightened_xphb","p":367,"s":8,"h":1,"t":7,"uu":"frightened|xphb","n":"Frightened"},{"id":10652,"c":6,"u":"grappled_xphb","p":367,"s":8,"h":1,"t":7,"uu":"grappled|xphb","n":"Grappled"},{"id":10653,"c":6,"u":"incapacitated_xphb","p":369,"s":8,"h":1,"t":7,"uu":"incapacitated|xphb","n":"Incapacitated"},{"id":10654,"c":6,"u":"invisible_xphb","p":370,"s":8,"h":1,"t":7,"uu":"invisible|xphb","n":"Invisible"},{"id":10655,"c":6,"u":"paralyzed_xphb","p":371,"s":8,"h":1,"t":7,"uu":"paralyzed|xphb","n":"Paralyzed"},{"id":10656,"c":6,"u":"petrified_xphb","p":372,"s":8,"h":1,"t":7,"uu":"petrified|xphb","n":"Petrified"},{"id":10657,"c":6,"u":"poisoned_xphb","p":372,"s":8,"h":1,"t":7,"uu":"poisoned|xphb","n":"Poisoned"},{"id":10658,"c":6,"u":"prone_xphb","p":372,"s":8,"h":1,"t":7,"uu":"prone|xphb","n":"Prone"},{"id":10659,"c":6,"u":"restrained_xphb","p":373,"s":8,"h":1,"t":7,"uu":"restrained|xphb","n":"Restrained"},{"id":10660,"c":6,"u":"stunned_xphb","p":376,"s":8,"h":1,"t":7,"uu":"stunned|xphb","n":"Stunned"},{"id":10661,"c":6,"u":"unconscious_xphb","p":376,"s":8,"h":1,"t":7,"uu":"unconscious|xphb","n":"Unconscious"},{"id":10662,"c":6,"u":"blinded_phb","p":290,"s":52,"h":1,"r":1,"t":7,"uu":"blinded|phb","m":"conditionsdiseases/PHB/blinded.webp","n":"Blinded"},{"id":10663,"c":6,"u":"charmed_phb","p":290,"s":52,"h":1,"r":1,"t":7,"uu":"charmed|phb","m":"conditionsdiseases/PHB/charmed.webp","n":"Charmed"},{"id":10664,"c":6,"u":"deafened_phb","p":290,"s":52,"h":1,"r":1,"t":7,"uu":"deafened|phb","m":"conditionsdiseases/PHB/deafened.webp","n":"Deafened"},{"id":10665,"c":6,"u":"exhaustion_phb","p":291,"s":52,"h":1,"r":1,"t":7,"uu":"exhaustion|phb","n":"Exhaustion"},{"id":10666,"c":6,"u":"frightened_phb","p":290,"s":52,"h":1,"r":1,"t":7,"uu":"frightened|phb","m":"conditionsdiseases/PHB/frightened.webp","n":"Frightened"},{"id":10667,"c":6,"u":"grappled_phb","p":290,"s":52,"h":1,"r":1,"t":7,"uu":"grappled|phb","m":"conditionsdiseases/PHB/grappled.webp","n":"Grappled"},{"id":10668,"c":6,"u":"incapacitated_phb","p":290,"s":52,"h":1,"r":1,"t":7,"uu":"incapacitated|phb","n":"Incapacitated"},{"id":10669,"c":6,"u":"invisible_phb","p":291,"s":52,"h":1,"r":1,"t":7,"uu":"invisible|phb","m":"conditionsdiseases/PHB/invisible.webp","n":"Invisible"},{"id":10670,"c":6,"u":"paralyzed_phb","p":291,"s":52,"h":1,"r":1,"t":7,"uu":"paralyzed|phb","m":"conditionsdiseases/PHB/paralyzed.webp","n":"Paralyzed"},{"id":10671,"c":6,"u":"petrified_phb","p":291,"s":52,"h":1,"r":1,"t":7,"uu":"petrified|phb","m":"conditionsdiseases/PHB/petrified.webp","n":"Petrified"},{"id":10672,"c":6,"u":"poisoned_phb","p":292,"s":52,"h":1,"r":1,"t":7,"uu":"poisoned|phb","m":"conditionsdiseases/PHB/poisoned.webp","n":"Poisoned"},{"id":10673,"c":6,"u":"prone_phb","p":292,"s":52,"h":1,"r":1,"t":7,"uu":"prone|phb","m":"conditionsdiseases/PHB/prone.webp","n":"Prone"},{"id":10674,"c":6,"u":"restrained_phb","p":292,"s":52,"h":1,"r":1,"t":7,"uu":"restrained|phb","m":"conditionsdiseases/PHB/restrained.webp","n":"Restrained"},{"id":10675,"c":6,"u":"stunned_phb","p":292,"s":52,"h":1,"r":1,"t":7,"uu":"stunned|phb","m":"conditionsdiseases/PHB/stunned.webp","n":"Stunned"},{"id":10676,"c":6,"u":"unconscious_phb","p":292,"s":52,"h":1,"r":1,"t":7,"uu":"unconscious|phb","m":"conditionsdiseases/PHB/unconscious.webp","n":"Unconscious"},{"id":10677,"c":21,"u":"cackle%20fever_xdmg","p":61,"s":5,"h":1,"t":8,"uu":"cackle fever|xdmg","n":"Cackle Fever"},{"id":10678,"c":21,"u":"sewer%20plague_xdmg","p":61,"s":5,"h":1,"t":8,"uu":"sewer plague|xdmg","n":"Sewer Plague"},{"id":10679,"c":21,"u":"sight%20rot_xdmg","p":61,"s":5,"h":1,"t":8,"uu":"sight rot|xdmg","n":"Sight Rot"},{"id":10680,"c":21,"u":"saprophytic%20plague_cm","p":253,"s":18,"h":1,"t":8,"uu":"saprophytic plague|cm","n":"Saprophytic Plague"},{"id":10681,"c":21,"u":"cackle%20fever_dmg","p":257,"s":24,"h":1,"r":1,"t":8,"uu":"cackle fever|dmg","n":"Cackle Fever"},{"id":10682,"c":21,"u":"sewer%20plague_dmg","p":257,"s":24,"h":1,"r":1,"t":8,"uu":"sewer plague|dmg","n":"Sewer Plague"},{"id":10683,"c":21,"u":"sight%20rot_dmg","p":257,"s":24,"h":1,"r":1,"t":8,"uu":"sight rot|dmg","n":"Sight Rot"},{"id":10684,"c":21,"u":"frigid%20woe_egw","p":125,"s":28,"h":1,"dP":1,"t":8,"uu":"frigid woe|egw","n":"Frigid Woe"},{"id":10685,"c":21,"u":"bluerot_gos","p":234,"s":33,"h":1,"t":8,"uu":"bluerot|gos","n":"Bluerot"},{"id":10686,"c":21,"u":"redface_gos","p":168,"s":33,"h":1,"t":8,"uu":"redface|gos","n":"Redface"},{"id":10687,"c":21,"u":"arcane%20blight_idrotf","p":233,"s":38,"h":1,"t":8,"uu":"arcane blight|idrotf","n":"Arcane Blight"},{"id":10688,"c":21,"u":"grackle-lung_oota","p":54,"s":49,"h":1,"t":8,"uu":"grackle-lung|oota","n":"Grackle-Lung"},{"id":10689,"c":21,"u":"ghoul%20gut_oow","p":111,"s":50,"h":1,"t":8,"uu":"ghoul gut|oow","n":"Ghoul Gut"},{"id":10690,"c":21,"u":"blinding%20sickness_phb","p":227,"s":52,"h":1,"t":8,"uu":"blinding sickness|phb","n":"Blinding Sickness"},{"id":10691,"c":21,"u":"filth%20fever_phb","p":227,"s":52,"h":1,"t":8,"uu":"filth fever|phb","n":"Filth Fever"},{"id":10692,"c":21,"u":"flesh%20rot_phb","p":227,"s":52,"h":1,"t":8,"uu":"flesh rot|phb","n":"Flesh Rot"},{"id":10693,"c":21,"u":"mindfire_phb","p":227,"s":52,"h":1,"t":8,"uu":"mindfire|phb","n":"Mindfire"},{"id":10694,"c":21,"u":"seizure_phb","p":227,"s":52,"h":1,"t":8,"uu":"seizure|phb","n":"Seizure"},{"id":10695,"c":21,"u":"slimy%20doom_phb","p":227,"s":52,"h":1,"t":8,"uu":"slimy doom|phb","n":"Slimy Doom"},{"id":10696,"c":21,"u":"super-tetanus_tftyp","p":104,"s":62,"h":1,"t":8,"uu":"super-tetanus|tftyp","n":"Super-Tetanus"},{"id":10697,"c":21,"u":"blue%20mist%20fever_toa","p":40,"s":63,"h":1,"t":8,"uu":"blue mist fever|toa","n":"Blue Mist Fever"},{"id":10698,"c":21,"u":"shivering%20sickness_toa","p":40,"s":63,"h":1,"t":8,"uu":"shivering sickness|toa","n":"Shivering Sickness"},{"id":10699,"c":21,"u":"throat%20leeches_toa","p":40,"s":63,"h":1,"t":8,"uu":"throat leeches|toa","n":"Throat Leeches"},{"id":10700,"c":21,"u":"the%20gnawing%20plague_vrgr","p":153,"s":68,"h":1,"t":8,"uu":"the gnawing plague|vrgr","n":"The Gnawing Plague"},{"id":10701,"c":21,"u":"spider%20eggs_wdmm","p":47,"s":71,"h":1,"t":8,"uu":"spider eggs|wdmm","n":"Spider Eggs"},{"id":10702,"c":49,"u":"concentration_xphb","p":363,"s":8,"h":1,"t":9,"uu":"concentration|xphb","n":"Concentration"},{"id":10703,"c":49,"u":"surprised_xphb","p":376,"s":8,"h":1,"t":9,"uu":"surprised|xphb","n":"Surprised"},{"id":10704,"c":49,"u":"concentration_phb","p":203,"s":52,"h":1,"r":1,"t":9,"uu":"concentration|phb","n":"Concentration"},{"id":10705,"c":49,"u":"surprised_phb","p":189,"s":52,"h":1,"r":1,"t":9,"uu":"surprised|phb","n":"Surprised"},{"id":10706,"c":7,"u":"ember%20of%20the%20fire%20giant_bgg","p":17,"s":0,"h":1,"t":10,"uu":"ember of the fire giant|bgg","n":"Ember of the Fire Giant"},{"id":10707,"c":7,"u":"fury%20of%20the%20frost%20giant_bgg","p":17,"s":0,"h":1,"t":10,"uu":"fury of the frost giant|bgg","m":"feats/BGG/Fury of the Frost Giant.webp","n":"Fury of the Frost Giant"},{"id":10708,"c":7,"u":"guile%20of%20the%20cloud%20giant_bgg","p":18,"s":0,"h":1,"t":10,"uu":"guile of the cloud giant|bgg","n":"Guile of the Cloud Giant"},{"id":10709,"c":7,"u":"keenness%20of%20the%20stone%20giant_bgg","p":18,"s":0,"h":1,"t":10,"uu":"keenness of the stone giant|bgg","n":"Keenness of the Stone Giant"},{"id":10710,"c":7,"u":"rune%20shaper_bgg","p":18,"s":0,"h":1,"t":10,"uu":"rune shaper|bgg","n":"Rune Shaper"},{"id":10711,"c":7,"u":"soul%20of%20the%20storm%20giant_bgg","p":19,"s":0,"h":1,"t":10,"uu":"soul of the storm giant|bgg","n":"Soul of the Storm Giant"},{"id":10712,"c":7,"u":"strike%20of%20the%20giants_bgg","p":19,"s":0,"h":1,"t":10,"uu":"strike of the giants|bgg","n":"Strike of the Giants"},{"id":10713,"c":7,"u":"vigor%20of%20the%20hill%20giant_bgg","p":19,"s":0,"h":1,"t":10,"uu":"vigor of the hill giant|bgg","n":"Vigor of the Hill Giant"},{"id":10714,"c":7,"u":"cartomancer_bmt","p":49,"s":1,"h":1,"t":10,"uu":"cartomancer|bmt","n":"Cartomancer"},{"id":10715,"c":7,"u":"gift%20of%20the%20chromatic%20dragon_ftd","p":17,"s":2,"h":1,"t":10,"uu":"gift of the chromatic dragon|ftd","n":"Gift of the Chromatic Dragon"},{"id":10716,"c":7,"u":"gift%20of%20the%20gem%20dragon_ftd","p":17,"s":2,"h":1,"t":10,"uu":"gift of the gem dragon|ftd","n":"Gift of the Gem Dragon"},{"id":10717,"c":7,"u":"gift%20of%20the%20metallic%20dragon_ftd","p":17,"s":2,"h":1,"t":10,"uu":"gift of the metallic dragon|ftd","n":"Gift of the Metallic Dragon"},{"id":10718,"c":7,"u":"artificer%20initiate_tce","p":79,"s":4,"h":1,"t":10,"uu":"artificer initiate|tce","n":"Artificer Initiate"},{"id":10719,"c":7,"u":"chef_tce","p":79,"s":4,"h":1,"t":10,"uu":"chef|tce","n":"Chef"},{"id":10720,"c":7,"u":"crusher_tce","p":79,"s":4,"h":1,"t":10,"uu":"crusher|tce","n":"Crusher"},{"id":10721,"c":7,"u":"eldritch%20adept_tce","p":79,"s":4,"h":1,"t":10,"uu":"eldritch adept|tce","m":"feats/TCE/Eldritch Adept.webp","n":"Eldritch Adept"},{"id":10722,"c":7,"u":"fey%20touched_tce","p":79,"s":4,"h":1,"t":10,"uu":"fey touched|tce","n":"Fey Touched"},{"id":10723,"c":7,"u":"fighting%20initiate_tce","p":80,"s":4,"h":1,"t":10,"uu":"fighting initiate|tce","n":"Fighting Initiate"},{"id":10724,"c":7,"u":"gunner_tce","p":80,"s":4,"h":1,"t":10,"uu":"gunner|tce","n":"Gunner"},{"id":10725,"c":7,"u":"metamagic%20adept_tce","p":80,"s":4,"h":1,"t":10,"uu":"metamagic adept|tce","n":"Metamagic Adept"},{"id":10726,"c":7,"u":"piercer_tce","p":80,"s":4,"h":1,"t":10,"uu":"piercer|tce","n":"Piercer"},{"id":10727,"c":7,"u":"poisoner_tce","p":80,"s":4,"h":1,"t":10,"uu":"poisoner|tce","n":"Poisoner"},{"id":10728,"c":7,"u":"shadow%20touched_tce","p":80,"s":4,"h":1,"t":10,"uu":"shadow touched|tce","n":"Shadow Touched"},{"id":10729,"c":7,"u":"skill%20expert_tce","p":80,"s":4,"h":1,"t":10,"uu":"skill expert|tce","n":"Skill Expert"},{"id":10730,"c":7,"u":"slasher_tce","p":81,"s":4,"h":1,"t":10,"uu":"slasher|tce","n":"Slasher"},{"id":10731,"c":7,"u":"telekinetic_tce","p":81,"s":4,"h":1,"t":10,"uu":"telekinetic|tce","n":"Telekinetic"},{"id":10732,"c":7,"u":"telepathic_tce","p":81,"s":4,"h":1,"t":10,"uu":"telepathic|tce","m":"feats/TCE/Telepathic.webp","n":"Telepathic"},{"id":10733,"c":7,"u":"bountiful%20luck_xge","p":73,"s":6,"h":1,"t":10,"uu":"bountiful luck|xge","n":"Bountiful Luck"},{"id":10734,"c":7,"u":"dragon%20fear_xge","p":74,"s":6,"h":1,"t":10,"uu":"dragon fear|xge","n":"Dragon Fear"},{"id":10735,"c":7,"u":"dragon%20hide_xge","p":74,"s":6,"h":1,"t":10,"uu":"dragon hide|xge","n":"Dragon Hide"},{"id":10736,"c":7,"u":"drow%20high%20magic_xge","p":74,"s":6,"h":1,"t":10,"uu":"drow high magic|xge","n":"Drow High Magic"},{"id":10737,"c":7,"u":"dwarven%20fortitude_xge","p":74,"s":6,"h":1,"t":10,"uu":"dwarven fortitude|xge","n":"Dwarven Fortitude"},{"id":10738,"c":7,"u":"elven%20accuracy_xge","p":74,"s":6,"h":1,"t":10,"uu":"elven accuracy|xge","n":"Elven Accuracy"},{"id":10739,"c":7,"u":"fade%20away_xge","p":74,"s":6,"h":1,"t":10,"uu":"fade away|xge","n":"Fade Away"},{"id":10740,"c":7,"u":"fey%20teleportation_xge","p":74,"s":6,"h":1,"t":10,"uu":"fey teleportation|xge","n":"Fey Teleportation"},{"id":10741,"c":7,"u":"flames%20of%20phlegethos_xge","p":74,"s":6,"h":1,"t":10,"uu":"flames of phlegethos|xge","n":"Flames of Phlegethos"},{"id":10742,"c":7,"u":"infernal%20constitution_xge","p":75,"s":6,"h":1,"t":10,"uu":"infernal constitution|xge","n":"Infernal Constitution"},{"id":10743,"c":7,"u":"orcish%20fury_xge","p":75,"s":6,"h":1,"t":10,"uu":"orcish fury|xge","n":"Orcish Fury"},{"id":10744,"c":7,"u":"prodigy_xge","p":75,"s":6,"h":1,"t":10,"uu":"prodigy|xge","n":"Prodigy"},{"id":10745,"c":7,"u":"second%20chance_xge","p":75,"s":6,"h":1,"t":10,"uu":"second chance|xge","n":"Second Chance"},{"id":10746,"c":7,"u":"squat%20nimbleness_xge","p":75,"s":6,"h":1,"t":10,"uu":"squat nimbleness|xge","n":"Squat Nimbleness"},{"id":10747,"c":7,"u":"wood%20elf%20magic_xge","p":75,"s":6,"h":1,"t":10,"uu":"wood elf magic|xge","n":"Wood Elf Magic"},{"id":10748,"c":7,"u":"ability%20score%20improvement_xphb","p":202,"s":8,"h":1,"t":10,"uu":"ability score improvement|xphb","n":"Ability Score Improvement"},{"id":10749,"c":7,"u":"actor_xphb","p":202,"s":8,"h":1,"t":10,"uu":"actor|xphb","n":"Actor"},{"id":10750,"c":7,"u":"alert_xphb","p":200,"s":8,"h":1,"t":10,"uu":"alert|xphb","n":"Alert"},{"id":10751,"c":7,"u":"archery_xphb","p":209,"s":8,"h":1,"t":10,"uu":"archery|xphb","n":"Archery"},{"id":10752,"c":7,"u":"athlete_xphb","p":202,"s":8,"h":1,"t":10,"uu":"athlete|xphb","n":"Athlete"},{"id":10753,"c":7,"u":"blessed%20warrior_xphb","p":110,"s":8,"h":1,"t":10,"uu":"blessed warrior|xphb","n":"Blessed Warrior"},{"id":10754,"c":7,"u":"blind%20fighting_xphb","p":209,"s":8,"h":1,"t":10,"uu":"blind fighting|xphb","n":"Blind Fighting"},{"id":10755,"c":7,"u":"boon%20of%20combat%20prowess_xphb","p":210,"s":8,"h":1,"t":10,"uu":"boon of combat prowess|xphb","n":"Boon of Combat Prowess"},{"id":10756,"c":7,"u":"boon%20of%20dimensional%20travel_xphb","p":210,"s":8,"h":1,"t":10,"uu":"boon of dimensional travel|xphb","n":"Boon of Dimensional Travel"},{"id":10757,"c":7,"u":"boon%20of%20energy%20resistance_xphb","p":210,"s":8,"h":1,"t":10,"uu":"boon of energy resistance|xphb","n":"Boon of Energy Resistance"},{"id":10758,"c":7,"u":"boon%20of%20fate_xphb","p":210,"s":8,"h":1,"t":10,"uu":"boon of fate|xphb","m":"feats/XPHB/Boon of Fate.webp","n":"Boon of Fate"},{"id":10759,"c":7,"u":"boon%20of%20fortitude_xphb","p":210,"s":8,"h":1,"t":10,"uu":"boon of fortitude|xphb","n":"Boon of Fortitude"},{"id":10760,"c":7,"u":"boon%20of%20irresistible%20offense_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of irresistible offense|xphb","n":"Boon of Irresistible Offense"},{"id":10761,"c":7,"u":"boon%20of%20recovery_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of recovery|xphb","n":"Boon of Recovery"},{"id":10762,"c":7,"u":"boon%20of%20skill_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of skill|xphb","m":"feats/XPHB/Boon of Skill.webp","n":"Boon of Skill"},{"id":10763,"c":7,"u":"boon%20of%20speed_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of speed|xphb","n":"Boon of Speed"},{"id":10764,"c":7,"u":"boon%20of%20spell%20recall_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of spell recall|xphb","n":"Boon of Spell Recall"},{"id":10765,"c":7,"u":"boon%20of%20the%20night%20spirit_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of the night spirit|xphb","n":"Boon of the Night Spirit"},{"id":10766,"c":7,"u":"boon%20of%20truesight_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of truesight|xphb","n":"Boon of Truesight"},{"id":10767,"c":7,"u":"charger_xphb","p":202,"s":8,"h":1,"t":10,"uu":"charger|xphb","n":"Charger"},{"id":10768,"c":7,"u":"chef_xphb","p":202,"s":8,"h":1,"t":10,"uu":"chef|xphb","n":"Chef"},{"id":10769,"c":7,"u":"crafter_xphb","p":200,"s":8,"h":1,"t":10,"uu":"crafter|xphb","n":"Crafter"},{"id":10770,"c":7,"u":"crossbow%20expert_xphb","p":203,"s":8,"h":1,"t":10,"uu":"crossbow expert|xphb","n":"Crossbow Expert"},{"id":10771,"c":7,"u":"crusher_xphb","p":203,"s":8,"h":1,"t":10,"uu":"crusher|xphb","n":"Crusher"},{"id":10772,"c":7,"u":"defense_xphb","p":209,"s":8,"h":1,"t":10,"uu":"defense|xphb","n":"Defense"},{"id":10773,"c":7,"u":"defensive%20duelist_xphb","p":203,"s":8,"h":1,"t":10,"uu":"defensive duelist|xphb","n":"Defensive Duelist"},{"id":10774,"c":7,"u":"druidic%20warrior_xphb","p":120,"s":8,"h":1,"t":10,"uu":"druidic warrior|xphb","n":"Druidic Warrior"},{"id":10775,"c":7,"u":"dual%20wielder_xphb","p":203,"s":8,"h":1,"t":10,"uu":"dual wielder|xphb","n":"Dual Wielder"},{"id":10776,"c":7,"u":"dueling_xphb","p":209,"s":8,"h":1,"t":10,"uu":"dueling|xphb","n":"Dueling"},{"id":10777,"c":7,"u":"durable_xphb","p":203,"s":8,"h":1,"t":10,"uu":"durable|xphb","n":"Durable"},{"id":10778,"c":7,"u":"elemental%20adept_xphb","p":203,"s":8,"h":1,"t":10,"uu":"elemental adept|xphb","n":"Elemental Adept"},{"id":10779,"c":7,"u":"fey-touched_xphb","p":204,"s":8,"h":1,"t":10,"uu":"fey-touched|xphb","m":"feats/XPHB/Fey-Touched.webp","n":"Fey-Touched"},{"id":10780,"c":7,"u":"grappler_xphb","p":204,"s":8,"h":1,"t":10,"uu":"grappler|xphb","n":"Grappler"},{"id":10781,"c":7,"u":"great%20weapon%20fighting_xphb","p":209,"s":8,"h":1,"t":10,"uu":"great weapon fighting|xphb","n":"Great Weapon Fighting"},{"id":10782,"c":7,"u":"great%20weapon%20master_xphb","p":204,"s":8,"h":1,"t":10,"uu":"great weapon master|xphb","n":"Great Weapon Master"},{"id":10783,"c":7,"u":"healer_xphb","p":201,"s":8,"h":1,"t":10,"uu":"healer|xphb","m":"feats/XPHB/Healer.webp","n":"Healer"},{"id":10784,"c":7,"u":"heavily%20armored_xphb","p":204,"s":8,"h":1,"t":10,"uu":"heavily armored|xphb","n":"Heavily Armored"},{"id":10785,"c":7,"u":"heavy%20armor%20master_xphb","p":204,"s":8,"h":1,"t":10,"uu":"heavy armor master|xphb","n":"Heavy Armor Master"},{"id":10786,"c":7,"u":"inspiring%20leader_xphb","p":204,"s":8,"h":1,"t":10,"uu":"inspiring leader|xphb","n":"Inspiring Leader"},{"id":10787,"c":7,"u":"interception_xphb","p":209,"s":8,"h":1,"t":10,"uu":"interception|xphb","n":"Interception"},{"id":10788,"c":7,"u":"keen%20mind_xphb","p":205,"s":8,"h":1,"t":10,"uu":"keen mind|xphb","n":"Keen Mind"},{"id":10789,"c":7,"u":"lightly%20armored_xphb","p":205,"s":8,"h":1,"t":10,"uu":"lightly armored|xphb","n":"Lightly Armored"},{"id":10790,"c":7,"u":"lucky_xphb","p":201,"s":8,"h":1,"t":10,"uu":"lucky|xphb","n":"Lucky"},{"id":10791,"c":7,"u":"mage%20slayer_xphb","p":205,"s":8,"h":1,"t":10,"uu":"mage slayer|xphb","n":"Mage Slayer"},{"id":10792,"c":7,"u":"magic%20initiate_xphb","p":201,"s":8,"h":1,"t":10,"uu":"magic initiate|xphb","n":"Magic Initiate"},{"id":10793,"c":7,"u":"martial%20weapon%20training_xphb","p":205,"s":8,"h":1,"t":10,"uu":"martial weapon training|xphb","n":"Martial Weapon Training"},{"id":10794,"c":7,"u":"medium%20armor%20master_xphb","p":205,"s":8,"h":1,"t":10,"uu":"medium armor master|xphb","n":"Medium Armor Master"},{"id":10795,"c":7,"u":"moderately%20armored_xphb","p":205,"s":8,"h":1,"t":10,"uu":"moderately armored|xphb","n":"Moderately Armored"},{"id":10796,"c":7,"u":"mounted%20combatant_xphb","p":205,"s":8,"h":1,"t":10,"uu":"mounted combatant|xphb","n":"Mounted Combatant"},{"id":10797,"c":7,"u":"musician_xphb","p":201,"s":8,"h":1,"t":10,"uu":"musician|xphb","n":"Musician"},{"id":10798,"c":7,"u":"observant_xphb","p":205,"s":8,"h":1,"t":10,"uu":"observant|xphb","n":"Observant"},{"id":10799,"c":7,"u":"piercer_xphb","p":206,"s":8,"h":1,"t":10,"uu":"piercer|xphb","n":"Piercer"},{"id":10800,"c":7,"u":"poisoner_xphb","p":206,"s":8,"h":1,"t":10,"uu":"poisoner|xphb","m":"feats/XPHB/Poisoner.webp","n":"Poisoner"},{"id":10801,"c":7,"u":"polearm%20master_xphb","p":206,"s":8,"h":1,"t":10,"uu":"polearm master|xphb","n":"Polearm Master"},{"id":10802,"c":7,"u":"protection_xphb","p":209,"s":8,"h":1,"t":10,"uu":"protection|xphb","n":"Protection"},{"id":10803,"c":7,"u":"resilient_xphb","p":206,"s":8,"h":1,"t":10,"uu":"resilient|xphb","n":"Resilient"},{"id":10804,"c":7,"u":"ritual%20caster_xphb","p":206,"s":8,"h":1,"t":10,"uu":"ritual caster|xphb","m":"feats/XPHB/Ritual Caster.webp","n":"Ritual Caster"},{"id":10805,"c":7,"u":"savage%20attacker_xphb","p":201,"s":8,"h":1,"t":10,"uu":"savage attacker|xphb","n":"Savage Attacker"},{"id":10806,"c":7,"u":"sentinel_xphb","p":207,"s":8,"h":1,"t":10,"uu":"sentinel|xphb","n":"Sentinel"},{"id":10807,"c":7,"u":"shadow-touched_xphb","p":207,"s":8,"h":1,"t":10,"uu":"shadow-touched|xphb","n":"Shadow-Touched"},{"id":10808,"c":7,"u":"sharpshooter_xphb","p":207,"s":8,"h":1,"t":10,"uu":"sharpshooter|xphb","n":"Sharpshooter"},{"id":10809,"c":7,"u":"shield%20master_xphb","p":207,"s":8,"h":1,"t":10,"uu":"shield master|xphb","n":"Shield Master"},{"id":10810,"c":7,"u":"skill%20expert_xphb","p":207,"s":8,"h":1,"t":10,"uu":"skill expert|xphb","n":"Skill Expert"},{"id":10811,"c":7,"u":"skilled_xphb","p":201,"s":8,"h":1,"t":10,"uu":"skilled|xphb","n":"Skilled"},{"id":10812,"c":7,"u":"skulker_xphb","p":208,"s":8,"h":1,"t":10,"uu":"skulker|xphb","n":"Skulker"},{"id":10813,"c":7,"u":"slasher_xphb","p":208,"s":8,"h":1,"t":10,"uu":"slasher|xphb","n":"Slasher"},{"id":10814,"c":7,"u":"speedy_xphb","p":208,"s":8,"h":1,"t":10,"uu":"speedy|xphb","n":"Speedy"},{"id":10815,"c":7,"u":"spell%20sniper_xphb","p":208,"s":8,"h":1,"t":10,"uu":"spell sniper|xphb","n":"Spell Sniper"},{"id":10816,"c":7,"u":"tavern%20brawler_xphb","p":202,"s":8,"h":1,"t":10,"uu":"tavern brawler|xphb","n":"Tavern Brawler"},{"id":10817,"c":7,"u":"telekinetic_xphb","p":208,"s":8,"h":1,"t":10,"uu":"telekinetic|xphb","n":"Telekinetic"},{"id":10818,"c":7,"u":"telepathic_xphb","p":208,"s":8,"h":1,"t":10,"uu":"telepathic|xphb","n":"Telepathic"},{"id":10819,"c":7,"u":"thrown%20weapon%20fighting_xphb","p":210,"s":8,"h":1,"t":10,"uu":"thrown weapon fighting|xphb","n":"Thrown Weapon Fighting"},{"id":10820,"c":7,"u":"tough_xphb","p":202,"s":8,"h":1,"t":10,"uu":"tough|xphb","n":"Tough"},{"id":10821,"c":7,"u":"two-weapon%20fighting_xphb","p":210,"s":8,"h":1,"t":10,"uu":"two-weapon fighting|xphb","m":"feats/XPHB/Two-Weapon Fighting.webp","n":"Two-Weapon Fighting"},{"id":10822,"c":7,"u":"unarmed%20fighting_xphb","p":210,"s":8,"h":1,"t":10,"uu":"unarmed fighting|xphb","n":"Unarmed Fighting"},{"id":10823,"c":7,"u":"war%20caster_xphb","p":209,"s":8,"h":1,"t":10,"uu":"war caster|xphb","n":"War Caster"},{"id":10824,"c":7,"u":"weapon%20master_xphb","p":209,"s":8,"h":1,"t":10,"uu":"weapon master|xphb","m":"feats/XPHB/Weapon Master.webp","n":"Weapon Master"},{"id":10825,"c":7,"u":"adept%20of%20the%20black%20robes_dsotdq","p":31,"s":27,"h":1,"t":10,"uu":"adept of the black robes|dsotdq","m":"feats/DSotDQ/Mage of High Sorcery.webp","n":"Adept of the Black Robes"},{"id":10826,"c":7,"u":"adept%20of%20the%20red%20robes_dsotdq","p":32,"s":27,"h":1,"t":10,"uu":"adept of the red robes|dsotdq","m":"feats/DSotDQ/Mage of High Sorcery.webp","n":"Adept of the Red Robes"},{"id":10827,"c":7,"u":"adept%20of%20the%20white%20robes_dsotdq","p":32,"s":27,"h":1,"t":10,"uu":"adept of the white robes|dsotdq","m":"feats/DSotDQ/Mage of High Sorcery.webp","n":"Adept of the White Robes"},{"id":10828,"c":7,"u":"divinely%20favored_dsotdq","p":32,"s":27,"h":1,"t":10,"uu":"divinely favored|dsotdq","n":"Divinely Favored"},{"id":10829,"c":7,"u":"initiate%20of%20high%20sorcery_dsotdq","p":32,"s":27,"h":1,"t":10,"uu":"initiate of high sorcery|dsotdq","m":"feats/DSotDQ/Mage of High Sorcery.webp","n":"Initiate of High Sorcery"},{"id":10830,"c":7,"u":"knight%20of%20the%20crown_dsotdq","p":32,"s":27,"h":1,"t":10,"uu":"knight of the crown|dsotdq","n":"Knight of the Crown"},{"id":10831,"c":7,"u":"knight%20of%20the%20rose_dsotdq","p":33,"s":27,"h":1,"t":10,"uu":"knight of the rose|dsotdq","n":"Knight of the Rose"},{"id":10832,"c":7,"u":"knight%20of%20the%20sword_dsotdq","p":33,"s":27,"h":1,"t":10,"uu":"knight of the sword|dsotdq","n":"Knight of the Sword"},{"id":10833,"c":7,"u":"squire%20of%20solamnia_dsotdq","p":34,"s":27,"h":1,"t":10,"uu":"squire of solamnia|dsotdq","n":"Squire of Solamnia"},{"id":10834,"c":7,"u":"aberrant%20dragonmark_erlw","p":52,"s":29,"h":1,"t":10,"uu":"aberrant dragonmark|erlw","n":"Aberrant Dragonmark"},{"id":10835,"c":7,"u":"revenant%20blade_erlw","p":22,"s":29,"h":1,"t":10,"uu":"revenant blade|erlw","n":"Revenant Blade"},{"id":10836,"c":7,"u":"adroit%20crafter_ghloe","s":32,"h":1,"dP":1,"t":10,"uu":"adroit crafter|ghloe","n":"Adroit Crafter"},{"id":10837,"c":7,"u":"careful%20crafter_ghloe","s":32,"h":1,"dP":1,"t":10,"uu":"careful crafter|ghloe","n":"Careful Crafter"},{"id":10838,"c":7,"u":"aerial%20expert_hwcs","p":47,"s":37,"h":1,"dP":1,"t":10,"uu":"aerial expert|hwcs","n":"Aerial Expert"},{"id":10839,"c":7,"u":"bandit%20cunning_hwcs","p":47,"s":37,"h":1,"dP":1,"t":10,"uu":"bandit cunning|hwcs","n":"Bandit Cunning"},{"id":10840,"c":7,"u":"heavy%20glider_hwcs","p":47,"s":37,"h":1,"dP":1,"t":10,"uu":"heavy glider|hwcs","n":"Heavy Glider"},{"id":10841,"c":7,"u":"opportunistic%20thief_hwcs","p":47,"s":37,"h":1,"dP":1,"t":10,"uu":"opportunistic thief|hwcs","n":"Opportunistic Thief"},{"id":10842,"c":7,"u":"perfect%20landing_hwcs","p":47,"s":37,"h":1,"dP":1,"t":10,"uu":"perfect landing|hwcs","n":"Perfect Landing"},{"id":10843,"c":7,"u":"speech%20of%20the%20ancient%20beasts_hwcs","p":47,"s":37,"h":1,"dP":1,"t":10,"uu":"speech of the ancient beasts|hwcs","n":"Speech of the Ancient Beasts"},{"id":10844,"c":7,"u":"woodwise_hwcs","p":47,"s":37,"h":1,"dP":1,"t":10,"uu":"woodwise|hwcs","n":"Woodwise"},{"id":10845,"c":7,"u":"svirfneblin%20magic_mtf","p":114,"s":48,"h":1,"t":10,"uu":"svirfneblin magic|mtf","n":"Svirfneblin Magic"},{"id":10846,"c":7,"u":"actor_phb","p":165,"s":52,"h":1,"t":10,"uu":"actor|phb","n":"Actor"},{"id":10847,"c":7,"u":"alert_phb","p":165,"s":52,"h":1,"t":10,"uu":"alert|phb","n":"Alert"},{"id":10848,"c":7,"u":"athlete_phb","p":165,"s":52,"h":1,"t":10,"uu":"athlete|phb","n":"Athlete"},{"id":10849,"c":7,"u":"charger_phb","p":165,"s":52,"h":1,"t":10,"uu":"charger|phb","n":"Charger"},{"id":10850,"c":7,"u":"crossbow%20expert_phb","p":165,"s":52,"h":1,"t":10,"uu":"crossbow expert|phb","n":"Crossbow Expert"},{"id":10851,"c":7,"u":"defensive%20duelist_phb","p":165,"s":52,"h":1,"t":10,"uu":"defensive duelist|phb","n":"Defensive Duelist"},{"id":10852,"c":7,"u":"dual%20wielder_phb","p":165,"s":52,"h":1,"t":10,"uu":"dual wielder|phb","n":"Dual Wielder"},{"id":10853,"c":7,"u":"dungeon%20delver_phb","p":166,"s":52,"h":1,"t":10,"uu":"dungeon delver|phb","n":"Dungeon Delver"},{"id":10854,"c":7,"u":"durable_phb","p":166,"s":52,"h":1,"t":10,"uu":"durable|phb","n":"Durable"},{"id":10855,"c":7,"u":"elemental%20adept_phb","p":166,"s":52,"h":1,"t":10,"uu":"elemental adept|phb","n":"Elemental Adept"},{"id":10856,"c":7,"u":"grappler_phb","p":167,"s":52,"h":1,"r":1,"t":10,"uu":"grappler|phb","n":"Grappler"},{"id":10857,"c":7,"u":"great%20weapon%20master_phb","p":167,"s":52,"h":1,"t":10,"uu":"great weapon master|phb","n":"Great Weapon Master"},{"id":10858,"c":7,"u":"healer_phb","p":167,"s":52,"h":1,"t":10,"uu":"healer|phb","n":"Healer"},{"id":10859,"c":7,"u":"heavily%20armored_phb","p":167,"s":52,"h":1,"t":10,"uu":"heavily armored|phb","n":"Heavily Armored"},{"id":10860,"c":7,"u":"heavy%20armor%20master_phb","p":167,"s":52,"h":1,"t":10,"uu":"heavy armor master|phb","n":"Heavy Armor Master"},{"id":10861,"c":7,"u":"inspiring%20leader_phb","p":167,"s":52,"h":1,"t":10,"uu":"inspiring leader|phb","m":"feats/PHB/Inspiring Leader.webp","n":"Inspiring Leader"},{"id":10862,"c":7,"u":"keen%20mind_phb","p":167,"s":52,"h":1,"t":10,"uu":"keen mind|phb","n":"Keen Mind"},{"id":10863,"c":7,"u":"lightly%20armored_phb","p":167,"s":52,"h":1,"t":10,"uu":"lightly armored|phb","n":"Lightly Armored"},{"id":10864,"c":7,"u":"linguist_phb","p":167,"s":52,"h":1,"t":10,"uu":"linguist|phb","n":"Linguist"},{"id":10865,"c":7,"u":"lucky_phb","p":167,"s":52,"h":1,"t":10,"uu":"lucky|phb","n":"Lucky"},{"id":10866,"c":7,"u":"mage%20slayer_phb","p":168,"s":52,"h":1,"t":10,"uu":"mage slayer|phb","n":"Mage Slayer"},{"id":10867,"c":7,"u":"magic%20initiate_phb","p":168,"s":52,"h":1,"t":10,"uu":"magic initiate|phb","n":"Magic Initiate"},{"id":10868,"c":7,"u":"martial%20adept_phb","p":168,"s":52,"h":1,"t":10,"uu":"martial adept|phb","n":"Martial Adept"},{"id":10869,"c":7,"u":"medium%20armor%20master_phb","p":168,"s":52,"h":1,"t":10,"uu":"medium armor master|phb","n":"Medium Armor Master"},{"id":10870,"c":7,"u":"mobile_phb","p":168,"s":52,"h":1,"t":10,"uu":"mobile|phb","n":"Mobile"},{"id":10871,"c":7,"u":"moderately%20armored_phb","p":168,"s":52,"h":1,"t":10,"uu":"moderately armored|phb","n":"Moderately Armored"},{"id":10872,"c":7,"u":"mounted%20combatant_phb","p":168,"s":52,"h":1,"t":10,"uu":"mounted combatant|phb","n":"Mounted Combatant"},{"id":10873,"c":7,"u":"observant_phb","p":168,"s":52,"h":1,"t":10,"uu":"observant|phb","n":"Observant"},{"id":10874,"c":7,"u":"polearm%20master_phb","p":168,"s":52,"h":1,"t":10,"uu":"polearm master|phb","n":"Polearm Master"},{"id":10875,"c":7,"u":"resilient_phb","p":168,"s":52,"h":1,"t":10,"uu":"resilient|phb","n":"Resilient"},{"id":10876,"c":7,"u":"ritual%20caster_phb","p":169,"s":52,"h":1,"t":10,"uu":"ritual caster|phb","m":"feats/PHB/Ritual Caster.webp","n":"Ritual Caster"},{"id":10877,"c":7,"u":"savage%20attacker_phb","p":169,"s":52,"h":1,"t":10,"uu":"savage attacker|phb","n":"Savage Attacker"},{"id":10878,"c":7,"u":"sentinel_phb","p":169,"s":52,"h":1,"t":10,"uu":"sentinel|phb","n":"Sentinel"},{"id":10879,"c":7,"u":"sharpshooter_phb","p":170,"s":52,"h":1,"t":10,"uu":"sharpshooter|phb","n":"Sharpshooter"},{"id":10880,"c":7,"u":"shield%20master_phb","p":170,"s":52,"h":1,"t":10,"uu":"shield master|phb","n":"Shield Master"},{"id":10881,"c":7,"u":"skilled_phb","p":170,"s":52,"h":1,"t":10,"uu":"skilled|phb","n":"Skilled"},{"id":10882,"c":7,"u":"skulker_phb","p":170,"s":52,"h":1,"t":10,"uu":"skulker|phb","n":"Skulker"},{"id":10883,"c":7,"u":"spell%20sniper_phb","p":170,"s":52,"h":1,"t":10,"uu":"spell sniper|phb","n":"Spell Sniper"},{"id":10884,"c":7,"u":"tavern%20brawler_phb","p":170,"s":52,"h":1,"t":10,"uu":"tavern brawler|phb","n":"Tavern Brawler"},{"id":10885,"c":7,"u":"tough_phb","p":170,"s":52,"h":1,"t":10,"uu":"tough|phb","n":"Tough"},{"id":10886,"c":7,"u":"war%20caster_phb","p":170,"s":52,"h":1,"t":10,"uu":"war caster|phb","n":"War Caster"},{"id":10887,"c":7,"u":"weapon%20master_phb","p":170,"s":52,"h":1,"t":10,"uu":"weapon master|phb","n":"Weapon Master"},{"id":10888,"c":7,"u":"agent%20of%20order_sato","p":10,"s":104,"h":1,"t":10,"uu":"agent of order|sato","n":"Agent of Order"},{"id":10889,"c":7,"u":"baleful%20scion_sato","p":10,"s":104,"h":1,"t":10,"uu":"baleful scion|sato","n":"Baleful Scion"},{"id":10890,"c":7,"u":"cohort%20of%20chaos_sato","p":10,"s":104,"h":1,"t":10,"uu":"cohort of chaos|sato","n":"Cohort of Chaos"},{"id":10891,"c":7,"u":"outlands%20envoy_sato","p":10,"s":104,"h":1,"t":10,"uu":"outlands envoy|sato","n":"Outlands Envoy"},{"id":10892,"c":7,"u":"planar%20wanderer_sato","p":11,"s":104,"h":1,"t":10,"uu":"planar wanderer|sato","m":"feats/SatO/Planar Wanderer.webp","n":"Planar Wanderer"},{"id":10893,"c":7,"u":"righteous%20heritor_sato","p":11,"s":104,"h":1,"t":10,"uu":"righteous heritor|sato","n":"Righteous Heritor"},{"id":10894,"c":7,"u":"scion%20of%20the%20outer%20planes_sato","p":12,"s":104,"h":1,"t":10,"uu":"scion of the outer planes|sato","n":"Scion of the Outer Planes"},{"id":10895,"c":7,"u":"strixhaven%20initiate_scc","p":36,"s":57,"h":1,"t":10,"uu":"strixhaven initiate|scc","n":"Strixhaven Initiate"},{"id":10896,"c":7,"u":"strixhaven%20mascot_scc","p":37,"s":57,"h":1,"t":10,"uu":"strixhaven mascot|scc","n":"Strixhaven Mascot"},{"id":10897,"c":7,"u":"cruel_tdcsr","p":190,"s":61,"h":1,"dP":1,"t":10,"uu":"cruel|tdcsr","n":"Cruel"},{"id":10898,"c":7,"u":"flash%20recall_tdcsr","p":190,"s":61,"h":1,"dP":1,"t":10,"uu":"flash recall|tdcsr","n":"Flash Recall"},{"id":10899,"c":7,"u":"mystic%20conflux_tdcsr","p":190,"s":61,"h":1,"dP":1,"t":10,"uu":"mystic conflux|tdcsr","n":"Mystic Conflux"},{"id":10900,"c":7,"u":"remarkable%20recovery_tdcsr","p":190,"s":61,"h":1,"dP":1,"t":10,"uu":"remarkable recovery|tdcsr","n":"Remarkable Recovery"},{"id":10901,"c":7,"u":"spelldriver_tdcsr","p":190,"s":61,"h":1,"dP":1,"t":10,"uu":"spelldriver|tdcsr","n":"Spelldriver"},{"id":10902,"c":7,"u":"thrown%20arms%20master_tdcsr","p":191,"s":61,"h":1,"dP":1,"t":10,"uu":"thrown arms master|tdcsr","n":"Thrown Arms Master"},{"id":10903,"c":7,"u":"vital%20sacrifice_tdcsr","p":191,"s":61,"h":1,"dP":1,"t":10,"uu":"vital sacrifice|tdcsr","n":"Vital Sacrifice"},{"id":10904,"c":7,"u":"quicksmithing_psk","p":13,"s":98,"h":1,"t":10,"uu":"quicksmithing|psk","n":"Quicksmithing"},{"id":10905,"c":7,"u":"servo%20crafting_psk","p":13,"s":98,"h":1,"t":10,"uu":"servo crafting|psk","m":"feats/PSK/Servo Crafting.webp","n":"Servo Crafting"},{"id":10906,"c":7,"u":"vampiric%20exultation_psx","p":14,"s":99,"h":1,"t":10,"uu":"vampiric exultation|psx","n":"Vampiric Exultation"},{"id":10913,"c":8,"u":"bond%20of%20the%20talisman_tce","p":70,"s":4,"h":1,"t":11,"uu":"bond of the talisman|tce","n":"Bond of the Talisman"},{"id":10919,"c":8,"u":"eldritch%20mind_tce","p":71,"s":4,"h":1,"t":11,"uu":"eldritch mind|tce","n":"Eldritch Mind"},{"id":10923,"c":8,"u":"far%20scribe_tce","p":71,"s":4,"h":1,"t":11,"uu":"far scribe|tce","n":"Far Scribe"},{"id":10926,"c":8,"u":"gift%20of%20the%20protectors_tce","p":71,"s":4,"h":1,"t":11,"uu":"gift of the protectors|tce","n":"Gift of the Protectors"},{"id":10932,"c":8,"u":"investment%20of%20the%20chain%20master_tce","p":71,"s":4,"h":1,"t":11,"uu":"investment of the chain master|tce","n":"Investment of the Chain Master"},{"id":10935,"c":8,"u":"protection%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"t":11,"uu":"protection of the talisman|tce","n":"Protection of the Talisman"},{"id":10938,"c":8,"u":"rebuke%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"t":11,"uu":"rebuke of the talisman|tce","n":"Rebuke of the Talisman"},{"id":10953,"c":8,"u":"undying%20servitude_tce","p":71,"s":4,"h":1,"t":11,"uu":"undying servitude|tce","n":"Undying Servitude"},{"id":10954,"c":8,"u":"aspect%20of%20the%20moon_xge","p":56,"s":6,"h":1,"t":11,"uu":"aspect of the moon|xge","n":"Aspect of the Moon"},{"id":10958,"c":8,"u":"cloak%20of%20flies_xge","p":56,"s":6,"h":1,"t":11,"uu":"cloak of flies|xge","n":"Cloak of Flies"},{"id":10959,"c":8,"u":"eldritch%20smite_xge","p":56,"s":6,"h":1,"t":11,"uu":"eldritch smite|xge","n":"Eldritch Smite"},{"id":10961,"c":8,"u":"ghostly%20gaze_xge","p":56,"s":6,"h":1,"t":11,"uu":"ghostly gaze|xge","n":"Ghostly Gaze"},{"id":10962,"c":8,"u":"gift%20of%20the%20depths_xge","p":57,"s":6,"h":1,"t":11,"uu":"gift of the depths|xge","n":"Gift of the Depths"},{"id":10963,"c":8,"u":"gift%20of%20the%20ever-living%20ones_xge","p":57,"s":6,"h":1,"t":11,"uu":"gift of the ever-living ones|xge","n":"Gift of the Ever-Living Ones"},{"id":10964,"c":8,"u":"grasp%20of%20hadar_xge","p":57,"s":6,"h":1,"t":11,"uu":"grasp of hadar|xge","n":"Grasp of Hadar"},{"id":10966,"c":8,"u":"improved%20pact%20weapon_xge","p":57,"s":6,"h":1,"t":11,"uu":"improved pact weapon|xge","n":"Improved Pact Weapon"},{"id":10967,"c":8,"u":"lance%20of%20lethargy_xge","p":57,"s":6,"h":1,"t":11,"uu":"lance of lethargy|xge","n":"Lance of Lethargy"},{"id":10968,"c":8,"u":"maddening%20hex_xge","p":57,"s":6,"h":1,"t":11,"uu":"maddening hex|xge","n":"Maddening Hex"},{"id":10970,"c":8,"u":"relentless%20hex_xge","p":57,"s":6,"h":1,"t":11,"uu":"relentless hex|xge","n":"Relentless Hex"},{"id":10973,"c":8,"u":"shroud%20of%20shadow_xge","p":57,"s":6,"h":1,"t":11,"uu":"shroud of shadow|xge","n":"Shroud of Shadow"},{"id":10974,"c":8,"u":"tomb%20of%20levistus_xge","p":57,"s":6,"h":1,"t":11,"uu":"tomb of levistus|xge","n":"Tomb of Levistus"},{"id":10975,"c":8,"u":"trickster's%20escape_xge","p":57,"s":6,"h":1,"t":11,"uu":"trickster's escape|xge","n":"Trickster's Escape"},{"id":10976,"c":8,"u":"agonizing%20blast_xphb","p":155,"s":8,"h":1,"t":11,"uu":"agonizing blast|xphb","n":"Agonizing Blast"},{"id":10978,"c":8,"u":"armor%20of%20shadows_xphb","p":155,"s":8,"h":1,"t":11,"uu":"armor of shadows|xphb","n":"Armor of Shadows"},{"id":10979,"c":8,"u":"ascendant%20step_xphb","p":155,"s":8,"h":1,"t":11,"uu":"ascendant step|xphb","n":"Ascendant Step"},{"id":10984,"c":8,"u":"devil's%20sight_xphb","p":155,"s":8,"h":1,"t":11,"uu":"devil's sight|xphb","n":"Devil's Sight"},{"id":10985,"c":8,"u":"devouring%20blade_xphb","p":155,"s":8,"h":1,"t":11,"uu":"devouring blade|xphb","n":"Devouring Blade"},{"id":10989,"c":8,"u":"eldritch%20mind_xphb","p":155,"s":8,"h":1,"t":11,"uu":"eldritch mind|xphb","n":"Eldritch Mind"},{"id":10990,"c":8,"u":"eldritch%20smite_xphb","p":155,"s":8,"h":1,"t":11,"uu":"eldritch smite|xphb","n":"Eldritch Smite"},{"id":10991,"c":8,"u":"eldritch%20spear_xphb","p":155,"s":8,"h":1,"t":11,"uu":"eldritch spear|xphb","n":"Eldritch Spear"},{"id":10996,"c":8,"u":"fiendish%20vigor_xphb","p":155,"s":8,"h":1,"t":11,"uu":"fiendish vigor|xphb","n":"Fiendish Vigor"},{"id":10997,"c":8,"u":"gaze%20of%20two%20minds_xphb","p":156,"s":8,"h":1,"t":11,"uu":"gaze of two minds|xphb","n":"Gaze of Two Minds"},{"id":10998,"c":8,"u":"gift%20of%20the%20depths_xphb","p":156,"s":8,"h":1,"t":11,"uu":"gift of the depths|xphb","n":"Gift of the Depths"},{"id":10999,"c":8,"u":"gift%20of%20the%20protectors_xphb","p":156,"s":8,"h":1,"t":11,"uu":"gift of the protectors|xphb","n":"Gift of the Protectors"},{"id":11002,"c":8,"u":"investment%20of%20the%20chain%20master_xphb","p":156,"s":8,"h":1,"t":11,"uu":"investment of the chain master|xphb","n":"Investment of the Chain Master"},{"id":11003,"c":8,"u":"lessons%20of%20the%20first%20ones_xphb","p":156,"s":8,"h":1,"t":11,"uu":"lessons of the first ones|xphb","n":"Lessons of the First Ones"},{"id":11004,"c":8,"u":"lifedrinker_xphb","p":156,"s":8,"h":1,"t":11,"uu":"lifedrinker|xphb","n":"Lifedrinker"},{"id":11007,"c":8,"u":"mask%20of%20many%20faces_xphb","p":156,"s":8,"h":1,"t":11,"uu":"mask of many faces|xphb","n":"Mask of Many Faces"},{"id":11008,"c":8,"u":"master%20of%20myriad%20forms_xphb","p":156,"s":8,"h":1,"t":11,"uu":"master of myriad forms|xphb","n":"Master of Myriad Forms"},{"id":11010,"c":8,"u":"misty%20visions_xphb","p":156,"s":8,"h":1,"t":11,"uu":"misty visions|xphb","n":"Misty Visions"},{"id":11011,"c":8,"u":"one%20with%20shadows_xphb","p":156,"s":8,"h":1,"t":11,"uu":"one with shadows|xphb","n":"One with Shadows"},{"id":11012,"c":8,"u":"otherworldly%20leap_xphb","p":156,"s":8,"h":1,"t":11,"uu":"otherworldly leap|xphb","n":"Otherworldly Leap"},{"id":11013,"c":8,"u":"pact%20of%20the%20blade_xphb","p":156,"s":8,"h":1,"t":11,"uu":"pact of the blade|xphb","n":"Pact of the Blade"},{"id":11014,"c":8,"u":"pact%20of%20the%20chain_xphb","p":157,"s":8,"h":1,"t":11,"uu":"pact of the chain|xphb","n":"Pact of the Chain"},{"id":11015,"c":8,"u":"pact%20of%20the%20tome_xphb","p":157,"s":8,"h":1,"t":11,"uu":"pact of the tome|xphb","n":"Pact of the Tome"},{"id":11021,"c":8,"u":"repelling%20blast_xphb","p":157,"s":8,"h":1,"t":11,"uu":"repelling blast|xphb","n":"Repelling Blast"},{"id":11027,"c":8,"u":"thirsting%20blade_xphb","p":157,"s":8,"h":1,"t":11,"uu":"thirsting blade|xphb","n":"Thirsting Blade"},{"id":11031,"c":8,"u":"visions%20of%20distant%20realms_xphb","p":157,"s":8,"h":1,"t":11,"uu":"visions of distant realms|xphb","n":"Visions of Distant Realms"},{"id":11032,"c":8,"u":"whispers%20of%20the%20grave_xphb","p":157,"s":8,"h":1,"t":11,"uu":"whispers of the grave|xphb","n":"Whispers of the Grave"},{"id":11033,"c":8,"u":"witch%20sight_xphb","p":157,"s":8,"h":1,"t":11,"uu":"witch sight|xphb","n":"Witch Sight"},{"id":11044,"c":8,"u":"agonizing%20blast_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"agonizing blast|phb","n":"Agonizing Blast"},{"id":11046,"c":8,"u":"armor%20of%20shadows_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"armor of shadows|phb","n":"Armor of Shadows"},{"id":11047,"c":8,"u":"ascendant%20step_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"ascendant step|phb","n":"Ascendant Step"},{"id":11048,"c":8,"u":"beast%20speech_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"beast speech|phb","n":"Beast Speech"},{"id":11049,"c":8,"u":"beguiling%20influence_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"beguiling influence|phb","n":"Beguiling Influence"},{"id":11050,"c":8,"u":"bewitching%20whispers_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"bewitching whispers|phb","n":"Bewitching Whispers"},{"id":11051,"c":8,"u":"book%20of%20ancient%20secrets_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"book of ancient secrets|phb","n":"Book of Ancient Secrets"},{"id":11054,"c":8,"u":"chains%20of%20carceri_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"chains of carceri|phb","n":"Chains of Carceri"},{"id":11058,"c":8,"u":"devil's%20sight_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"devil's sight|phb","n":"Devil's Sight"},{"id":11062,"c":8,"u":"dreadful%20word_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"dreadful word|phb","n":"Dreadful Word"},{"id":11064,"c":8,"u":"eldritch%20sight_phb","p":110,"s":52,"h":1,"r":1,"t":11,"uu":"eldritch sight|phb","n":"Eldritch Sight"},{"id":11065,"c":8,"u":"eldritch%20spear_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"eldritch spear|phb","n":"Eldritch Spear"},{"id":11071,"c":8,"u":"eyes%20of%20the%20rune%20keeper_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"eyes of the rune keeper|phb","n":"Eyes of the Rune Keeper"},{"id":11074,"c":8,"u":"fiendish%20vigor_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"fiendish vigor|phb","n":"Fiendish Vigor"},{"id":11077,"c":8,"u":"gaze%20of%20two%20minds_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"gaze of two minds|phb","n":"Gaze of Two Minds"},{"id":11082,"c":8,"u":"lifedrinker_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"lifedrinker|phb","n":"Lifedrinker"},{"id":11085,"c":8,"u":"mask%20of%20many%20faces_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"mask of many faces|phb","n":"Mask of Many Faces"},{"id":11086,"c":8,"u":"master%20of%20myriad%20forms_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"master of myriad forms|phb","n":"Master of Myriad Forms"},{"id":11088,"c":8,"u":"minions%20of%20chaos_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"minions of chaos|phb","n":"Minions of Chaos"},{"id":11089,"c":8,"u":"mire%20the%20mind_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"mire the mind|phb","n":"Mire the Mind"},{"id":11091,"c":8,"u":"misty%20visions_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"misty visions|phb","n":"Misty Visions"},{"id":11092,"c":8,"u":"one%20with%20shadows_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"one with shadows|phb","n":"One with Shadows"},{"id":11093,"c":8,"u":"otherworldly%20leap_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"otherworldly leap|phb","n":"Otherworldly Leap"},{"id":11103,"c":8,"u":"repelling%20blast_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"repelling blast|phb","n":"Repelling Blast"},{"id":11108,"c":8,"u":"sculptor%20of%20flesh_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"sculptor of flesh|phb","n":"Sculptor of Flesh"},{"id":11110,"c":8,"u":"sign%20of%20ill%20omen_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"sign of ill omen|phb","n":"Sign of Ill Omen"},{"id":11114,"c":8,"u":"thief%20of%20five%20fates_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"thief of five fates|phb","n":"Thief of Five Fates"},{"id":11115,"c":8,"u":"thirsting%20blade_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"thirsting blade|phb","n":"Thirsting Blade"},{"id":11120,"c":8,"u":"visions%20of%20distant%20realms_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"visions of distant realms|phb","n":"Visions of Distant Realms"},{"id":11121,"c":8,"u":"voice%20of%20the%20chain%20master_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"voice of the chain master|phb","n":"Voice of the Chain Master"},{"id":11124,"c":8,"u":"whispers%20of%20the%20grave_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"whispers of the grave|phb","n":"Whispers of the Grave"},{"id":11125,"c":8,"u":"witch%20sight_phb","p":111,"s":52,"h":1,"r":1,"t":11,"uu":"witch sight|phb","n":"Witch Sight"},{"id":11163,"c":22,"u":"seeking%20spell_tce","p":66,"s":4,"h":1,"t":11,"uu":"seeking spell|tce","n":"Seeking Spell"},{"id":11170,"c":22,"u":"transmuted%20spell_tce","p":66,"s":4,"h":1,"t":11,"uu":"transmuted spell|tce","n":"Transmuted Spell"},{"id":11200,"c":22,"u":"careful%20spell_xphb","p":141,"s":8,"h":1,"t":11,"uu":"careful spell|xphb","n":"Careful Spell"},{"id":11206,"c":22,"u":"distant%20spell_xphb","p":141,"s":8,"h":1,"t":11,"uu":"distant spell|xphb","n":"Distant Spell"},{"id":11211,"c":22,"u":"empowered%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"empowered spell|xphb","n":"Empowered Spell"},{"id":11213,"c":22,"u":"extended%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"extended spell|xphb","n":"Extended Spell"},{"id":11220,"c":22,"u":"heightened%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"heightened spell|xphb","n":"Heightened Spell"},{"id":11238,"c":22,"u":"quickened%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"quickened spell|xphb","n":"Quickened Spell"},{"id":11242,"c":22,"u":"seeking%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"seeking spell|xphb","n":"Seeking Spell"},{"id":11243,"c":22,"u":"subtle%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"subtle spell|xphb","n":"Subtle Spell"},{"id":11247,"c":22,"u":"transmuted%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"transmuted spell|xphb","n":"Transmuted Spell"},{"id":11249,"c":22,"u":"twinned%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"twinned spell|xphb","n":"Twinned Spell"},{"id":11272,"c":22,"u":"careful%20spell_phb","p":102,"s":52,"h":1,"r":1,"t":11,"uu":"careful spell|phb","n":"Careful Spell"},{"id":11279,"c":22,"u":"distant%20spell_phb","p":102,"s":52,"h":1,"r":1,"t":11,"uu":"distant spell|phb","n":"Distant Spell"},{"id":11286,"c":22,"u":"empowered%20spell_phb","p":102,"s":52,"h":1,"r":1,"t":11,"uu":"empowered spell|phb","n":"Empowered Spell"},{"id":11289,"c":22,"u":"extended%20spell_phb","p":102,"s":52,"h":1,"r":1,"t":11,"uu":"extended spell|phb","n":"Extended Spell"},{"id":11300,"c":22,"u":"heightened%20spell_phb","p":102,"s":52,"h":1,"r":1,"t":11,"uu":"heightened spell|phb","n":"Heightened Spell"},{"id":11320,"c":22,"u":"quickened%20spell_phb","p":102,"s":52,"h":1,"r":1,"t":11,"uu":"quickened spell|phb","n":"Quickened Spell"},{"id":11330,"c":22,"u":"subtle%20spell_phb","p":102,"s":52,"h":1,"r":1,"t":11,"uu":"subtle spell|phb","n":"Subtle Spell"},{"id":11336,"c":22,"u":"twinned%20spell_phb","p":102,"s":52,"h":1,"r":1,"t":11,"uu":"twinned spell|phb","n":"Twinned Spell"},{"id":11345,"c":23,"u":"ambush_tce","p":42,"s":4,"h":1,"t":11,"uu":"ambush|tce","n":"Ambush"},{"id":11348,"c":23,"u":"bait%20and%20switch_tce","p":42,"s":4,"h":1,"t":11,"uu":"bait and switch|tce","n":"Bait and Switch"},{"id":11353,"c":23,"u":"brace_tce","p":42,"s":4,"h":1,"t":11,"uu":"brace|tce","n":"Brace"},{"id":11355,"c":23,"u":"commanding%20presence_tce","p":42,"s":4,"h":1,"t":11,"uu":"commanding presence|tce","n":"Commanding Presence"},{"id":11365,"c":23,"u":"grappling%20strike_tce","p":42,"s":4,"h":1,"t":11,"uu":"grappling strike|tce","n":"Grappling Strike"},{"id":11374,"c":23,"u":"quick%20toss_tce","p":42,"s":4,"h":1,"t":11,"uu":"quick toss|tce","n":"Quick Toss"},{"id":11387,"c":23,"u":"tactical%20assessment_tce","p":42,"s":4,"h":1,"t":11,"uu":"tactical assessment|tce","n":"Tactical Assessment"},{"id":11415,"c":23,"u":"ambush_xphb","p":94,"s":8,"h":1,"t":11,"uu":"ambush|xphb","n":"Ambush"},{"id":11418,"c":23,"u":"bait%20and%20switch_xphb","p":94,"s":8,"h":1,"t":11,"uu":"bait and switch|xphb","n":"Bait and Switch"},{"id":11420,"c":23,"u":"commander's%20strike_xphb","p":94,"s":8,"h":1,"t":11,"uu":"commander's strike|xphb","n":"Commander's Strike"},{"id":11421,"c":23,"u":"commanding%20presence_xphb","p":95,"s":8,"h":1,"t":11,"uu":"commanding presence|xphb","n":"Commanding Presence"},{"id":11424,"c":23,"u":"disarming%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"disarming attack|xphb","n":"Disarming Attack"},{"id":11426,"c":23,"u":"distracting%20strike_xphb","p":95,"s":8,"h":1,"t":11,"uu":"distracting strike|xphb","n":"Distracting Strike"},{"id":11431,"c":23,"u":"evasive%20footwork_xphb","p":95,"s":8,"h":1,"t":11,"uu":"evasive footwork|xphb","n":"Evasive Footwork"},{"id":11433,"c":23,"u":"feinting%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"feinting attack|xphb","n":"Feinting Attack"},{"id":11438,"c":23,"u":"goading%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"goading attack|xphb","n":"Goading Attack"},{"id":11443,"c":23,"u":"lunging%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"lunging attack|xphb","n":"Lunging Attack"},{"id":11444,"c":23,"u":"maneuvering%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"maneuvering attack|xphb","n":"Maneuvering Attack"},{"id":11447,"c":23,"u":"menacing%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"menacing attack|xphb","n":"Menacing Attack"},{"id":11454,"c":23,"u":"parry_xphb","p":95,"s":8,"h":1,"t":11,"uu":"parry|xphb","n":"Parry"},{"id":11455,"c":23,"u":"precision%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"precision attack|xphb","n":"Precision Attack"},{"id":11456,"c":23,"u":"pushing%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"pushing attack|xphb","n":"Pushing Attack"},{"id":11458,"c":23,"u":"rally_xphb","p":95,"s":8,"h":1,"t":11,"uu":"rally|xphb","n":"Rally"},{"id":11460,"c":23,"u":"riposte_xphb","p":95,"s":8,"h":1,"t":11,"uu":"riposte|xphb","n":"Riposte"},{"id":11463,"c":23,"u":"sweeping%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"sweeping attack|xphb","n":"Sweeping Attack"},{"id":11464,"c":23,"u":"tactical%20assessment_xphb","p":95,"s":8,"h":1,"t":11,"uu":"tactical assessment|xphb","n":"Tactical Assessment"},{"id":11467,"c":23,"u":"trip%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"trip attack|xphb","n":"Trip Attack"},{"id":11494,"c":23,"u":"commander's%20strike_phb","p":74,"s":52,"h":1,"t":11,"uu":"commander's strike|phb","n":"Commander's Strike"},{"id":11497,"c":23,"u":"disarming%20attack_phb","p":74,"s":52,"h":1,"t":11,"uu":"disarming attack|phb","n":"Disarming Attack"},{"id":11499,"c":23,"u":"distracting%20strike_phb","p":74,"s":52,"h":1,"t":11,"uu":"distracting strike|phb","n":"Distracting Strike"},{"id":11507,"c":23,"u":"evasive%20footwork_phb","p":74,"s":52,"h":1,"t":11,"uu":"evasive footwork|phb","n":"Evasive Footwork"},{"id":11511,"c":23,"u":"feinting%20attack_phb","p":74,"s":52,"h":1,"t":11,"uu":"feinting attack|phb","n":"Feinting Attack"},{"id":11516,"c":23,"u":"goading%20attack_phb","p":74,"s":52,"h":1,"t":11,"uu":"goading attack|phb","n":"Goading Attack"},{"id":11521,"c":23,"u":"lunging%20attack_phb","p":74,"s":52,"h":1,"t":11,"uu":"lunging attack|phb","n":"Lunging Attack"},{"id":11522,"c":23,"u":"maneuvering%20attack_phb","p":74,"s":52,"h":1,"t":11,"uu":"maneuvering attack|phb","n":"Maneuvering Attack"},{"id":11525,"c":23,"u":"menacing%20attack_phb","p":74,"s":52,"h":1,"t":11,"uu":"menacing attack|phb","n":"Menacing Attack"},{"id":11535,"c":23,"u":"parry_phb","p":74,"s":52,"h":1,"t":11,"uu":"parry|phb","n":"Parry"},{"id":11536,"c":23,"u":"precision%20attack_phb","p":74,"s":52,"h":1,"t":11,"uu":"precision attack|phb","n":"Precision Attack"},{"id":11538,"c":23,"u":"pushing%20attack_phb","p":74,"s":52,"h":1,"t":11,"uu":"pushing attack|phb","n":"Pushing Attack"},{"id":11540,"c":23,"u":"rally_phb","p":74,"s":52,"h":1,"t":11,"uu":"rally|phb","n":"Rally"},{"id":11543,"c":23,"u":"riposte_phb","p":74,"s":52,"h":1,"t":11,"uu":"riposte|phb","n":"Riposte"},{"id":11550,"c":23,"u":"sweeping%20attack_phb","p":74,"s":52,"h":1,"t":11,"uu":"sweeping attack|phb","n":"Sweeping Attack"},{"id":11554,"c":23,"u":"trip%20attack_phb","p":74,"s":52,"h":1,"t":11,"uu":"trip attack|phb","n":"Trip Attack"},{"id":11831,"c":27,"u":"banishing%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"banishing arrow|xge","n":"Banishing Arrow"},{"id":11832,"c":27,"u":"beguiling%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"beguiling arrow|xge","n":"Beguiling Arrow"},{"id":11833,"c":27,"u":"bursting%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"bursting arrow|xge","n":"Bursting Arrow"},{"id":11836,"c":27,"u":"enfeebling%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"enfeebling arrow|xge","n":"Enfeebling Arrow"},{"id":11841,"c":27,"u":"grasping%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"grasping arrow|xge","n":"Grasping Arrow"},{"id":11845,"c":27,"u":"piercing%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"piercing arrow|xge","n":"Piercing Arrow"},{"id":11847,"c":27,"u":"seeking%20arrow_xge","p":30,"s":6,"h":1,"t":11,"uu":"seeking arrow|xge","n":"Seeking Arrow"},{"id":11848,"c":27,"u":"shadow%20arrow_xge","p":30,"s":6,"h":1,"t":11,"uu":"shadow arrow|xge","n":"Shadow Arrow"},{"id":12225,"c":29,"u":"blessed%20warrior_tce","p":52,"s":4,"h":1,"t":11,"uu":"blessed warrior|tce","n":"Blessed Warrior"},{"id":12226,"c":29,"u":"blind%20fighting_tce","p":41,"s":4,"h":1,"t":11,"uu":"blind fighting|tce","n":"Blind Fighting"},{"id":12232,"c":29,"u":"druidic%20warrior_tce","p":57,"s":4,"h":1,"t":11,"uu":"druidic warrior|tce","n":"Druidic Warrior"},{"id":12245,"c":29,"u":"interception_tce","p":41,"s":4,"h":1,"t":11,"uu":"interception|tce","n":"Interception"},{"id":12262,"c":29,"u":"superior%20technique_tce","p":41,"s":4,"h":1,"t":11,"uu":"superior technique|tce","n":"Superior Technique"},{"id":12264,"c":29,"u":"thrown%20weapon%20fighting_tce","p":42,"s":4,"h":1,"t":11,"uu":"thrown weapon fighting|tce","n":"Thrown Weapon Fighting"},{"id":12266,"c":29,"u":"unarmed%20fighting_tce","p":42,"s":4,"h":1,"t":11,"uu":"unarmed fighting|tce","n":"Unarmed Fighting"},{"id":12359,"c":29,"u":"archery_phb","p":72,"s":52,"h":1,"r":1,"t":11,"uu":"archery|phb","n":"Archery"},{"id":12371,"c":29,"u":"defense_phb","p":72,"s":52,"h":1,"r":1,"t":11,"uu":"defense|phb","n":"Defense"},{"id":12377,"c":29,"u":"dueling_phb","p":72,"s":52,"h":1,"r":1,"t":11,"uu":"dueling|phb","n":"Dueling"},{"id":12394,"c":29,"u":"great%20weapon%20fighting_phb","p":72,"s":52,"h":1,"r":1,"t":11,"uu":"great weapon fighting|phb","n":"Great Weapon Fighting"},{"id":12413,"c":29,"u":"protection_phb","p":72,"s":52,"h":1,"r":1,"t":11,"uu":"protection|phb","n":"Protection"},{"id":12432,"c":29,"u":"two-weapon%20fighting_phb","p":72,"s":52,"h":1,"r":1,"t":11,"uu":"two-weapon fighting|phb","n":"Two-Weapon Fighting"},{"id":12467,"c":32,"u":"pact%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"t":11,"uu":"pact of the talisman|tce","n":"Pact of the Talisman"},{"id":12627,"c":32,"u":"pact%20of%20the%20blade_phb","p":107,"s":52,"h":1,"r":1,"t":11,"uu":"pact of the blade|phb","n":"Pact of the Blade"},{"id":12628,"c":32,"u":"pact%20of%20the%20chain_phb","p":107,"s":52,"h":1,"r":1,"t":11,"uu":"pact of the chain|phb","n":"Pact of the Chain"},{"id":12629,"c":32,"u":"pact%20of%20the%20tome_phb","p":108,"s":52,"h":1,"r":1,"t":11,"uu":"pact of the tome|phb","n":"Pact of the Tome"},{"id":12804,"c":33,"u":"breath%20of%20winter_phb","p":81,"s":52,"h":1,"t":11,"uu":"breath of winter|phb","n":"Breath of Winter"},{"id":12807,"c":33,"u":"clench%20of%20the%20north%20wind_phb","p":81,"s":52,"h":1,"t":11,"uu":"clench of the north wind|phb","n":"Clench of the North Wind"},{"id":12818,"c":33,"u":"elemental%20attunement_phb","p":81,"s":52,"h":1,"t":11,"uu":"elemental attunement|phb","n":"Elemental Attunement"},{"id":12820,"c":33,"u":"eternal%20mountain%20defense_phb","p":81,"s":52,"h":1,"t":11,"uu":"eternal mountain defense|phb","n":"Eternal Mountain Defense"},{"id":12824,"c":33,"u":"fangs%20of%20the%20fire%20snake_phb","p":81,"s":52,"h":1,"t":11,"uu":"fangs of the fire snake|phb","n":"Fangs of the Fire Snake"},{"id":12827,"c":33,"u":"fist%20of%20four%20thunders_phb","p":81,"s":52,"h":1,"t":11,"uu":"fist of four thunders|phb","n":"Fist of Four Thunders"},{"id":12828,"c":33,"u":"flames%20of%20the%20phoenix_phb","p":81,"s":52,"h":1,"t":11,"uu":"flames of the phoenix|phb","n":"Flames of the Phoenix"},{"id":12831,"c":33,"u":"gong%20of%20the%20summit_phb","p":81,"s":52,"h":1,"t":11,"uu":"gong of the summit|phb","n":"Gong of the Summit"},{"id":12842,"c":33,"u":"mist%20stance_phb","p":81,"s":52,"h":1,"t":11,"uu":"mist stance|phb","n":"Mist Stance"},{"id":12856,"c":33,"u":"ride%20the%20wind_phb","p":81,"s":52,"h":1,"t":11,"uu":"ride the wind|phb","n":"Ride the Wind"},{"id":12858,"c":33,"u":"river%20of%20hungry%20flame_phb","p":81,"s":52,"h":1,"t":11,"uu":"river of hungry flame|phb","n":"River of Hungry Flame"},{"id":12859,"c":33,"u":"rush%20of%20the%20gale%20spirits_phb","p":81,"s":52,"h":1,"t":11,"uu":"rush of the gale spirits|phb","n":"Rush of the Gale Spirits"},{"id":12861,"c":33,"u":"shape%20the%20flowing%20river_phb","p":81,"s":52,"h":1,"t":11,"uu":"shape the flowing river|phb","n":"Shape the Flowing River"},{"id":12865,"c":33,"u":"sweeping%20cinder%20strike_phb","p":81,"s":52,"h":1,"t":11,"uu":"sweeping cinder strike|phb","n":"Sweeping Cinder Strike"},{"id":12871,"c":33,"u":"unbroken%20air_phb","p":81,"s":52,"h":1,"t":11,"uu":"unbroken air|phb","n":"Unbroken Air"},{"id":12874,"c":33,"u":"water%20whip_phb","p":81,"s":52,"h":1,"t":11,"uu":"water whip|phb","n":"Water Whip"},{"id":12875,"c":33,"u":"wave%20of%20rolling%20earth_phb","p":81,"s":52,"h":1,"t":11,"uu":"wave of rolling earth|phb","n":"Wave of Rolling Earth"},{"id":12879,"c":34,"u":"arcane%20propulsion%20armor_tce","p":20,"s":4,"h":1,"t":11,"uu":"arcane propulsion armor|tce","n":"Arcane Propulsion Armor"},{"id":12880,"c":34,"u":"armor%20of%20magical%20strength_tce","p":20,"s":4,"h":1,"t":11,"uu":"armor of magical strength|tce","n":"Armor of Magical Strength"},{"id":12885,"c":34,"u":"boots%20of%20the%20winding%20path_tce","p":21,"s":4,"h":1,"t":11,"uu":"boots of the winding path|tce","n":"Boots of the Winding Path"},{"id":12891,"c":34,"u":"enhanced%20arcane%20focus_tce","p":21,"s":4,"h":1,"t":11,"uu":"enhanced arcane focus|tce","n":"Enhanced Arcane Focus"},{"id":12892,"c":34,"u":"enhanced%20defense_tce","p":21,"s":4,"h":1,"t":11,"uu":"enhanced defense|tce","n":"Enhanced Defense"},{"id":12893,"c":34,"u":"enhanced%20weapon_tce","p":21,"s":4,"h":1,"t":11,"uu":"enhanced weapon|tce","n":"Enhanced Weapon"},{"id":12899,"c":34,"u":"helm%20of%20awareness_tce","p":21,"s":4,"h":1,"t":11,"uu":"helm of awareness|tce","n":"Helm of Awareness"},{"id":12901,"c":34,"u":"homunculus%20servant_tce","p":21,"s":4,"h":1,"t":11,"uu":"homunculus servant|tce","m":"optionalfeatures/TCE/Homunculus Servant.webp","n":"Homunculus Servant"},{"id":12904,"c":34,"u":"mind%20sharpener_tce","p":22,"s":4,"h":1,"t":11,"uu":"mind sharpener|tce","n":"Mind Sharpener"},{"id":12908,"c":34,"u":"radiant%20weapon_tce","p":22,"s":4,"h":1,"t":11,"uu":"radiant weapon|tce","n":"Radiant Weapon"},{"id":12910,"c":34,"u":"repeating%20shot_tce","p":22,"s":4,"h":1,"t":11,"uu":"repeating shot|tce","n":"Repeating Shot"},{"id":12911,"c":34,"u":"replicate%20magic%20item_tce","p":22,"s":4,"h":1,"t":11,"uu":"replicate magic item|tce","n":"Replicate Magic Item"},{"id":12912,"c":34,"u":"repulsion%20shield_tce","p":23,"s":4,"h":1,"t":11,"uu":"repulsion shield|tce","n":"Repulsion Shield"},{"id":12913,"c":34,"u":"resistant%20armor_tce","p":23,"s":4,"h":1,"t":11,"uu":"resistant armor|tce","n":"Resistant Armor"},{"id":12914,"c":34,"u":"returning%20weapon_tce","p":23,"s":4,"h":1,"t":11,"uu":"returning weapon|tce","n":"Returning Weapon"},{"id":12916,"c":34,"u":"spell-refueling%20ring_tce","p":23,"s":4,"h":1,"t":11,"uu":"spell-refueling ring|tce","n":"Spell-Refueling Ring"},{"id":13325,"c":37,"u":"cloud%20rune_tce","p":44,"s":4,"h":1,"t":11,"uu":"cloud rune|tce","n":"Cloud Rune"},{"id":13333,"c":37,"u":"fire%20rune_tce","p":44,"s":4,"h":1,"t":11,"uu":"fire rune|tce","n":"Fire Rune"},{"id":13334,"c":37,"u":"frost%20rune_tce","p":45,"s":4,"h":1,"t":11,"uu":"frost rune|tce","n":"Frost Rune"},{"id":13338,"c":37,"u":"hill%20rune_tce","p":45,"s":4,"h":1,"t":11,"uu":"hill rune|tce","n":"Hill Rune"},{"id":13355,"c":37,"u":"stone%20rune_tce","p":45,"s":4,"h":1,"t":11,"uu":"stone rune|tce","n":"Stone Rune"},{"id":13356,"c":37,"u":"storm%20rune_tce","p":45,"s":4,"h":1,"t":11,"uu":"storm rune|tce","n":"Storm Rune"},{"id":13973,"c":4,"u":"birdpipes_scag","p":124,"s":107,"h":1,"t":12,"uu":"birdpipes|scag","xF":{"ft":"tool"},"n":"Birdpipes"},{"id":13974,"c":4,"u":"glaur_scag","p":124,"s":107,"h":1,"t":12,"uu":"glaur|scag","xF":{"ft":"tool"},"n":"Glaur"},{"id":13975,"c":4,"u":"hand%20drum_scag","p":124,"s":107,"h":1,"t":12,"uu":"hand drum|scag","xF":{"ft":"tool"},"n":"Hand Drum"},{"id":13976,"c":4,"u":"longhorn_scag","p":124,"s":107,"h":1,"t":12,"uu":"longhorn|scag","xF":{"ft":"tool"},"n":"Longhorn"},{"id":13977,"c":4,"u":"shawm_scag","p":124,"s":107,"h":1,"t":12,"uu":"shawm|scag","xF":{"ft":"tool"},"n":"Shawm"},{"id":13978,"c":4,"u":"songhorn_scag","p":124,"s":107,"h":1,"t":12,"uu":"songhorn|scag","xF":{"ft":"tool"},"n":"Songhorn"},{"id":13979,"c":4,"u":"spiked%20armor_scag","p":121,"s":107,"h":1,"t":12,"uu":"spiked armor|scag","xF":{"ft":"equipment"},"n":"Spiked Armor"},{"id":13980,"c":4,"u":"tantan_scag","p":124,"s":107,"h":1,"t":12,"uu":"tantan|scag","xF":{"ft":"tool"},"n":"Tantan"},{"id":13981,"c":4,"u":"thelarr_scag","p":124,"s":107,"h":1,"t":12,"uu":"thelarr|scag","xF":{"ft":"tool"},"n":"Thelarr"},{"id":13982,"c":4,"u":"tocken_scag","p":124,"s":107,"h":1,"t":12,"uu":"tocken|scag","xF":{"ft":"tool"},"n":"Tocken"},{"id":13983,"c":4,"u":"wargong_scag","p":124,"s":107,"h":1,"t":12,"uu":"wargong|scag","xF":{"ft":"tool"},"n":"Wargong"},{"id":13984,"c":4,"u":"yarting_scag","p":124,"s":107,"h":1,"t":12,"uu":"yarting|scag","xF":{"ft":"tool"},"n":"Yarting"},{"id":13985,"c":4,"u":"zulkoon_scag","p":124,"s":107,"h":1,"t":12,"uu":"zulkoon|scag","xF":{"ft":"tool"},"n":"Zulkoon"},{"id":13986,"c":4,"u":"antimatter%20rifle_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"antimatter rifle|xdmg","xF":{"ft":"weapon"},"n":"Antimatter Rifle"},{"id":13987,"c":4,"u":"automatic%20rifle_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"automatic rifle|xdmg","xF":{"ft":"weapon"},"n":"Automatic Rifle"},{"id":13988,"c":4,"u":"energy%20cell_xdmg","p":72,"s":5,"h":1,"t":12,"uu":"energy cell|xdmg","xF":{"ft":"consumable"},"n":"Energy Cell"},{"id":13989,"c":4,"u":"hunting%20rifle_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"hunting rifle|xdmg","xF":{"ft":"weapon"},"n":"Hunting Rifle"},{"id":13990,"c":4,"u":"laser%20pistol_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"laser pistol|xdmg","xF":{"ft":"weapon"},"n":"Laser Pistol"},{"id":13991,"c":4,"u":"laser%20rifle_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"laser rifle|xdmg","xF":{"ft":"weapon"},"n":"Laser Rifle"},{"id":13992,"c":4,"u":"revolver_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"revolver|xdmg","xF":{"ft":"weapon"},"n":"Revolver"},{"id":13993,"c":4,"u":"semiautomatic%20pistol_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"semiautomatic pistol|xdmg","xF":{"ft":"weapon"},"n":"Semiautomatic Pistol"},{"id":13994,"c":4,"u":"shotgun_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"shotgun|xdmg","xF":{"ft":"weapon"},"n":"Shotgun"},{"id":13995,"c":4,"u":"arrow_xphb","p":222,"s":8,"h":1,"t":12,"uu":"arrow|xphb","xF":{"ft":"consumable"},"n":"Arrow"},{"id":13996,"c":4,"u":"arrows%20(20)_xphb","p":222,"s":8,"h":1,"t":12,"uu":"arrows (20)|xphb","xF":{"ft":"consumable"},"n":"Arrows (20)"},{"id":13997,"c":4,"u":"bagpipes_xphb","p":221,"s":8,"h":1,"t":12,"uu":"bagpipes|xphb","xF":{"ft":"tool"},"n":"Bagpipes"},{"id":13998,"c":4,"u":"battleaxe_xphb","p":215,"s":8,"h":1,"t":12,"uu":"battleaxe|xphb","m":"items/XPHB/Battleaxe.webp","xF":{"ft":"weapon"},"n":"Battleaxe"},{"id":13999,"c":4,"u":"blowgun_xphb","p":215,"s":8,"h":1,"t":12,"uu":"blowgun|xphb","m":"items/XPHB/Blowgun.webp","xF":{"ft":"weapon"},"n":"Blowgun"},{"id":14000,"c":4,"u":"bolt_xphb","p":222,"s":8,"h":1,"t":12,"uu":"bolt|xphb","xF":{"ft":"consumable"},"n":"Bolt"},{"id":14001,"c":4,"u":"bolts%20(20)_xphb","p":222,"s":8,"h":1,"t":12,"uu":"bolts (20)|xphb","xF":{"ft":"consumable"},"n":"Bolts (20)"},{"id":14002,"c":4,"u":"breastplate_xphb","p":219,"s":8,"h":1,"t":12,"uu":"breastplate|xphb","m":"items/XPHB/Breastplate.webp","xF":{"ft":"equipment"},"n":"Breastplate"},{"id":14003,"c":4,"u":"chain%20mail_xphb","p":219,"s":8,"h":1,"t":12,"uu":"chain mail|xphb","m":"items/XPHB/Chain Mail.webp","xF":{"ft":"equipment"},"n":"Chain Mail"},{"id":14004,"c":4,"u":"chain%20shirt_xphb","p":219,"s":8,"h":1,"t":12,"uu":"chain shirt|xphb","m":"items/XPHB/Chain Shirt.webp","xF":{"ft":"equipment"},"n":"Chain Shirt"},{"id":14005,"c":4,"u":"club_xphb","p":215,"s":8,"h":1,"t":12,"uu":"club|xphb","m":"items/XPHB/Club.webp","xF":{"ft":"weapon"},"n":"Club"},{"id":14006,"c":4,"u":"crystal_xphb","p":224,"s":8,"h":1,"t":12,"uu":"crystal|xphb","xF":{"ft":"equipment"},"n":"Crystal"},{"id":14007,"c":4,"u":"dagger_xphb","p":215,"s":8,"h":1,"t":12,"uu":"dagger|xphb","m":"items/XPHB/Dagger.webp","xF":{"ft":"weapon"},"n":"Dagger"},{"id":14008,"c":4,"u":"dart_xphb","p":215,"s":8,"h":1,"t":12,"uu":"dart|xphb","m":"items/XPHB/Dart.webp","xF":{"ft":"weapon"},"n":"Dart"},{"id":14009,"c":4,"u":"drum_xphb","p":221,"s":8,"h":1,"t":12,"uu":"drum|xphb","xF":{"ft":"tool"},"n":"Drum"},{"id":14010,"c":4,"u":"dulcimer_xphb","p":221,"s":8,"h":1,"t":12,"uu":"dulcimer|xphb","xF":{"ft":"tool"},"n":"Dulcimer"},{"id":14011,"c":4,"u":"firearm%20bullet_xphb","p":222,"s":8,"h":1,"t":12,"uu":"firearm bullet|xphb","xF":{"ft":"consumable"},"n":"Firearm Bullet"},{"id":14012,"c":4,"u":"firearm%20bullets%20(10)_xphb","p":222,"s":8,"h":1,"t":12,"uu":"firearm bullets (10)|xphb","xF":{"ft":"consumable"},"n":"Firearm Bullets (10)"},{"id":14013,"c":4,"u":"flail_xphb","p":215,"s":8,"h":1,"t":12,"uu":"flail|xphb","m":"items/XPHB/Flail.webp","xF":{"ft":"weapon"},"n":"Flail"},{"id":14014,"c":4,"u":"flute_xphb","p":221,"s":8,"h":1,"t":12,"uu":"flute|xphb","xF":{"ft":"tool"},"n":"Flute"},{"id":14015,"c":4,"u":"glaive_xphb","p":215,"s":8,"h":1,"t":12,"uu":"glaive|xphb","m":"items/XPHB/Glaive.webp","xF":{"ft":"weapon"},"n":"Glaive"},{"id":14016,"c":4,"u":"greataxe_xphb","p":215,"s":8,"h":1,"t":12,"uu":"greataxe|xphb","m":"items/XPHB/Greataxe.webp","xF":{"ft":"weapon"},"n":"Greataxe"},{"id":14017,"c":4,"u":"greatclub_xphb","p":215,"s":8,"h":1,"t":12,"uu":"greatclub|xphb","m":"items/XPHB/Greatclub.webp","xF":{"ft":"weapon"},"n":"Greatclub"},{"id":14018,"c":4,"u":"greatsword_xphb","p":215,"s":8,"h":1,"t":12,"uu":"greatsword|xphb","m":"items/XPHB/Greatsword.webp","xF":{"ft":"weapon"},"n":"Greatsword"},{"id":14019,"c":4,"u":"halberd_xphb","p":215,"s":8,"h":1,"t":12,"uu":"halberd|xphb","m":"items/XPHB/Halberd.webp","xF":{"ft":"weapon"},"n":"Halberd"},{"id":14020,"c":4,"u":"half%20plate%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"half plate armor|xphb","m":"items/XPHB/Half Plate Armor.webp","xF":{"ft":"equipment"},"n":"Half Plate Armor"},{"id":14021,"c":4,"u":"hand%20crossbow_xphb","p":215,"s":8,"h":1,"t":12,"uu":"hand crossbow|xphb","m":"items/XPHB/Hand Crossbow.webp","xF":{"ft":"weapon"},"n":"Hand Crossbow"},{"id":14022,"c":4,"u":"handaxe_xphb","p":215,"s":8,"h":1,"t":12,"uu":"handaxe|xphb","m":"items/XPHB/Handaxe.webp","xF":{"ft":"weapon"},"n":"Handaxe"},{"id":14023,"c":4,"u":"heavy%20crossbow_xphb","p":215,"s":8,"h":1,"t":12,"uu":"heavy crossbow|xphb","m":"items/XPHB/Heavy Crossbow.webp","xF":{"ft":"weapon"},"n":"Heavy Crossbow"},{"id":14024,"c":4,"u":"hide%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"hide armor|xphb","m":"items/XPHB/Hide Armor.webp","xF":{"ft":"equipment"},"n":"Hide Armor"},{"id":14025,"c":4,"u":"horn_xphb","p":221,"s":8,"h":1,"t":12,"uu":"horn|xphb","xF":{"ft":"tool"},"n":"Horn"},{"id":14026,"c":4,"u":"javelin_xphb","p":215,"s":8,"h":1,"t":12,"uu":"javelin|xphb","m":"items/XPHB/Javelin.webp","xF":{"ft":"weapon"},"n":"Javelin"},{"id":14027,"c":4,"u":"lance_xphb","p":215,"s":8,"h":1,"t":12,"uu":"lance|xphb","m":"items/XPHB/Lance.webp","xF":{"ft":"weapon"},"n":"Lance"},{"id":14028,"c":4,"u":"leather%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"leather armor|xphb","m":"items/XPHB/Leather Armor.webp","xF":{"ft":"equipment"},"n":"Leather Armor"},{"id":14029,"c":4,"u":"light%20crossbow_xphb","p":215,"s":8,"h":1,"t":12,"uu":"light crossbow|xphb","m":"items/XPHB/Light Crossbow.webp","xF":{"ft":"weapon"},"n":"Light Crossbow"},{"id":14030,"c":4,"u":"light%20hammer_xphb","p":215,"s":8,"h":1,"t":12,"uu":"light hammer|xphb","m":"items/XPHB/Light Hammer.webp","xF":{"ft":"weapon"},"n":"Light Hammer"},{"id":14031,"c":4,"u":"longbow_xphb","p":215,"s":8,"h":1,"t":12,"uu":"longbow|xphb","m":"items/XPHB/Longbow.webp","xF":{"ft":"weapon"},"n":"Longbow"},{"id":14032,"c":4,"u":"longsword_xphb","p":215,"s":8,"h":1,"t":12,"uu":"longsword|xphb","m":"items/XPHB/Longsword.webp","xF":{"ft":"weapon"},"n":"Longsword"},{"id":14033,"c":4,"u":"lute_xphb","p":221,"s":8,"h":1,"t":12,"uu":"lute|xphb","xF":{"ft":"tool"},"n":"Lute"},{"id":14034,"c":4,"u":"lyre_xphb","p":221,"s":8,"h":1,"t":12,"uu":"lyre|xphb","xF":{"ft":"tool"},"n":"Lyre"},{"id":14035,"c":4,"u":"mace_xphb","p":215,"s":8,"h":1,"t":12,"uu":"mace|xphb","m":"items/XPHB/Mace.webp","xF":{"ft":"weapon"},"n":"Mace"},{"id":14036,"c":4,"u":"maul_xphb","p":215,"s":8,"h":1,"t":12,"uu":"maul|xphb","m":"items/XPHB/Maul.webp","xF":{"ft":"weapon"},"n":"Maul"},{"id":14037,"c":4,"u":"morningstar_xphb","p":215,"s":8,"h":1,"t":12,"uu":"morningstar|xphb","m":"items/XPHB/Morningstar.webp","xF":{"ft":"weapon"},"n":"Morningstar"},{"id":14038,"c":4,"u":"musket_xphb","p":215,"s":8,"h":1,"t":12,"uu":"musket|xphb","m":"items/XPHB/Musket.webp","xF":{"ft":"weapon"},"n":"Musket"},{"id":14039,"c":4,"u":"needle_xphb","p":222,"s":8,"h":1,"t":12,"uu":"needle|xphb","xF":{"ft":"consumable"},"n":"Needle"},{"id":14040,"c":4,"u":"needles%20(50)_xphb","p":222,"s":8,"h":1,"t":12,"uu":"needles (50)|xphb","xF":{"ft":"consumable"},"n":"Needles (50)"},{"id":14041,"c":4,"u":"orb_xphb","p":224,"s":8,"h":1,"t":12,"uu":"orb|xphb","xF":{"ft":"equipment"},"n":"Orb"},{"id":14042,"c":4,"u":"padded%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"padded armor|xphb","m":"items/XPHB/Padded Armor.webp","xF":{"ft":"equipment"},"n":"Padded Armor"},{"id":14043,"c":4,"u":"pan%20flute_xphb","p":221,"s":8,"h":1,"t":12,"uu":"pan flute|xphb","xF":{"ft":"tool"},"n":"Pan Flute"},{"id":14044,"c":4,"u":"pike_xphb","p":215,"s":8,"h":1,"t":12,"uu":"pike|xphb","m":"items/XPHB/Pike.webp","xF":{"ft":"weapon"},"n":"Pike"},{"id":14045,"c":4,"u":"pistol_xphb","p":215,"s":8,"h":1,"t":12,"uu":"pistol|xphb","m":"items/XPHB/Pistol.webp","xF":{"ft":"weapon"},"n":"Pistol"},{"id":14046,"c":4,"u":"plate%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"plate armor|xphb","m":"items/XPHB/Plate Armor.webp","xF":{"ft":"equipment"},"n":"Plate Armor"},{"id":14047,"c":4,"u":"quarterstaff_xphb","p":215,"s":8,"h":1,"t":12,"uu":"quarterstaff|xphb","m":"items/XPHB/Quarterstaff.webp","xF":{"ft":"weapon"},"n":"Quarterstaff"},{"id":14048,"c":4,"u":"rapier_xphb","p":215,"s":8,"h":1,"t":12,"uu":"rapier|xphb","m":"items/XPHB/Rapier.webp","xF":{"ft":"weapon"},"n":"Rapier"},{"id":14049,"c":4,"u":"ring%20mail_xphb","p":219,"s":8,"h":1,"t":12,"uu":"ring mail|xphb","m":"items/XPHB/Ring Mail.webp","xF":{"ft":"equipment"},"n":"Ring Mail"},{"id":14050,"c":4,"u":"rod_xphb","p":224,"s":8,"h":1,"t":12,"uu":"rod|xphb","xF":{"ft":"equipment"},"n":"Rod"},{"id":14051,"c":4,"u":"scale%20mail_xphb","p":219,"s":8,"h":1,"t":12,"uu":"scale mail|xphb","m":"items/XPHB/Scale Mail.webp","xF":{"ft":"equipment"},"n":"Scale Mail"},{"id":14052,"c":4,"u":"scimitar_xphb","p":215,"s":8,"h":1,"t":12,"uu":"scimitar|xphb","m":"items/XPHB/Scimitar.webp","xF":{"ft":"weapon"},"n":"Scimitar"},{"id":14053,"c":4,"u":"shawm_xphb","p":221,"s":8,"h":1,"t":12,"uu":"shawm|xphb","xF":{"ft":"tool"},"n":"Shawm"},{"id":14054,"c":4,"u":"shield_xphb","p":219,"s":8,"h":1,"t":12,"uu":"shield|xphb","m":"items/XPHB/Shield.webp","xF":{"ft":"equipment"},"n":"Shield"},{"id":14055,"c":4,"u":"shortbow_xphb","p":215,"s":8,"h":1,"t":12,"uu":"shortbow|xphb","m":"items/XPHB/Shortbow.webp","xF":{"ft":"weapon"},"n":"Shortbow"},{"id":14056,"c":4,"u":"shortsword_xphb","p":215,"s":8,"h":1,"t":12,"uu":"shortsword|xphb","m":"items/XPHB/Shortsword.webp","xF":{"ft":"weapon"},"n":"Shortsword"},{"id":14057,"c":4,"u":"sickle_xphb","p":215,"s":8,"h":1,"t":12,"uu":"sickle|xphb","m":"items/XPHB/Sickle.webp","xF":{"ft":"weapon"},"n":"Sickle"},{"id":14058,"c":4,"u":"sling_xphb","p":215,"s":8,"h":1,"t":12,"uu":"sling|xphb","m":"items/XPHB/Sling.webp","xF":{"ft":"weapon"},"n":"Sling"},{"id":14059,"c":4,"u":"sling%20bullet_xphb","p":222,"s":8,"h":1,"t":12,"uu":"sling bullet|xphb","xF":{"ft":"consumable"},"n":"Sling Bullet"},{"id":14060,"c":4,"u":"sling%20bullets%20(20)_xphb","p":222,"s":8,"h":1,"t":12,"uu":"sling bullets (20)|xphb","xF":{"ft":"consumable"},"n":"Sling Bullets (20)"},{"id":14061,"c":4,"u":"spear_xphb","p":215,"s":8,"h":1,"t":12,"uu":"spear|xphb","m":"items/XPHB/Spear.webp","xF":{"ft":"weapon"},"n":"Spear"},{"id":14062,"c":4,"u":"splint%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"splint armor|xphb","m":"items/XPHB/Splint Armor.webp","xF":{"ft":"equipment"},"n":"Splint Armor"},{"id":14063,"c":4,"u":"staff_xphb","p":224,"s":8,"h":1,"t":12,"uu":"staff|xphb","xF":{"ft":"weapon"},"n":"Staff"},{"id":14064,"c":4,"u":"studded%20leather%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"studded leather armor|xphb","m":"items/XPHB/Studded Leather Armor.webp","xF":{"ft":"equipment"},"n":"Studded Leather Armor"},{"id":14065,"c":4,"u":"trident_xphb","p":215,"s":8,"h":1,"t":12,"uu":"trident|xphb","m":"items/XPHB/Trident.webp","xF":{"ft":"weapon"},"n":"Trident"},{"id":14066,"c":4,"u":"viol_xphb","p":221,"s":8,"h":1,"t":12,"uu":"viol|xphb","xF":{"ft":"tool"},"n":"Viol"},{"id":14067,"c":4,"u":"wand_xphb","p":224,"s":8,"h":1,"t":12,"uu":"wand|xphb","xF":{"ft":"equipment"},"n":"Wand"},{"id":14068,"c":4,"u":"war%20pick_xphb","p":215,"s":8,"h":1,"t":12,"uu":"war pick|xphb","m":"items/XPHB/War Pick.webp","xF":{"ft":"weapon"},"n":"War Pick"},{"id":14069,"c":4,"u":"warhammer_xphb","p":215,"s":8,"h":1,"t":12,"uu":"warhammer|xphb","m":"items/XPHB/Warhammer.webp","xF":{"ft":"weapon"},"n":"Warhammer"},{"id":14070,"c":4,"u":"whip_xphb","p":215,"s":8,"h":1,"t":12,"uu":"whip|xphb","m":"items/XPHB/Whip.webp","xF":{"ft":"weapon"},"n":"Whip"},{"id":14071,"c":4,"u":"wooden%20staff_xphb","p":225,"s":8,"h":1,"t":12,"uu":"wooden staff|xphb","xF":{"ft":"weapon"},"n":"Wooden Staff"},{"id":14072,"c":4,"u":"antimatter%20rifle_dmg","p":268,"s":24,"h":1,"t":12,"uu":"antimatter rifle|dmg","xF":{"ft":"weapon"},"n":"Antimatter Rifle"},{"id":14073,"c":4,"u":"automatic%20pistol_dmg","p":268,"s":24,"h":1,"t":12,"uu":"automatic pistol|dmg","xF":{"ft":"weapon"},"n":"Automatic Pistol"},{"id":14074,"c":4,"u":"automatic%20rifle_dmg","p":268,"s":24,"h":1,"t":12,"uu":"automatic rifle|dmg","xF":{"ft":"weapon"},"n":"Automatic Rifle"},{"id":14075,"c":4,"u":"energy%20cell_dmg","p":268,"s":24,"h":1,"t":12,"uu":"energy cell|dmg","xF":{"ft":"consumable"},"n":"Energy Cell"},{"id":14076,"c":4,"u":"hunting%20rifle_dmg","p":268,"s":24,"h":1,"t":12,"uu":"hunting rifle|dmg","xF":{"ft":"weapon"},"n":"Hunting Rifle"},{"id":14077,"c":4,"u":"laser%20pistol_dmg","p":268,"s":24,"h":1,"t":12,"uu":"laser pistol|dmg","xF":{"ft":"weapon"},"n":"Laser Pistol"},{"id":14078,"c":4,"u":"laser%20rifle_dmg","p":268,"s":24,"h":1,"t":12,"uu":"laser rifle|dmg","xF":{"ft":"weapon"},"n":"Laser Rifle"},{"id":14079,"c":4,"u":"modern%20bullet_dmg","p":268,"s":24,"h":1,"t":12,"uu":"modern bullet|dmg","xF":{"ft":"consumable"},"n":"Modern Bullet"},{"id":14080,"c":4,"u":"modern%20bullets%20(10)_dmg","p":268,"s":24,"h":1,"t":12,"uu":"modern bullets (10)|dmg","xF":{"ft":"consumable"},"n":"Modern Bullets (10)"},{"id":14081,"c":4,"u":"musket_dmg","p":268,"s":24,"h":1,"t":12,"uu":"musket|dmg","xF":{"ft":"weapon"},"n":"Musket"},{"id":14082,"c":4,"u":"pistol_dmg","p":268,"s":24,"h":1,"t":12,"uu":"pistol|dmg","xF":{"ft":"weapon"},"n":"Pistol"},{"id":14083,"c":4,"u":"renaissance%20bullet_dmg","p":268,"s":24,"h":1,"t":12,"uu":"renaissance bullet|dmg","xF":{"ft":"consumable"},"n":"Renaissance Bullet"},{"id":14084,"c":4,"u":"renaissance%20bullets%20(10)_dmg","p":268,"s":24,"h":1,"t":12,"uu":"renaissance bullets (10)|dmg","xF":{"ft":"consumable"},"n":"Renaissance Bullets (10)"},{"id":14085,"c":4,"u":"revolver_dmg","p":268,"s":24,"h":1,"t":12,"uu":"revolver|dmg","xF":{"ft":"weapon"},"n":"Revolver"},{"id":14086,"c":4,"u":"shotgun_dmg","p":268,"s":24,"h":1,"t":12,"uu":"shotgun|dmg","xF":{"ft":"weapon"},"n":"Shotgun"},{"id":14087,"c":4,"u":"hoopak_dsotdq","p":188,"s":27,"h":1,"t":12,"uu":"hoopak|dsotdq","m":"items/DSotDQ/Hoopak.webp","xF":{"ft":"weapon"},"n":"Hoopak"},{"id":14088,"c":4,"u":"double-bladed%20scimitar_erlw","p":21,"s":29,"h":1,"t":12,"uu":"double-bladed scimitar|erlw","xF":{"ft":"weapon"},"n":"Double-Bladed Scimitar"},{"id":14089,"c":4,"u":"hooked%20shortspear_oota","p":224,"s":49,"h":1,"t":12,"uu":"hooked shortspear|oota","xF":{"ft":"weapon"},"n":"Hooked Shortspear"},{"id":14090,"c":4,"u":"light%20repeating%20crossbow_oota","p":224,"s":49,"h":1,"t":12,"uu":"light repeating crossbow|oota","xF":{"ft":"weapon"},"n":"Light Repeating Crossbow"},{"id":14091,"c":4,"u":"arrow_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"arrow|phb","xF":{"ft":"consumable"},"n":"Arrow"},{"id":14092,"c":4,"u":"arrows%20(20)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"arrows (20)|phb","xF":{"ft":"consumable"},"n":"Arrows (20)"},{"id":14093,"c":4,"u":"bagpipes_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"bagpipes|phb","xF":{"ft":"tool"},"n":"Bagpipes"},{"id":14094,"c":4,"u":"battleaxe_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"battleaxe|phb","xF":{"ft":"weapon"},"n":"Battleaxe"},{"id":14095,"c":4,"u":"blowgun_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"blowgun|phb","xF":{"ft":"weapon"},"n":"Blowgun"},{"id":14096,"c":4,"u":"blowgun%20needle_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"blowgun needle|phb","xF":{"ft":"consumable"},"n":"Blowgun Needle"},{"id":14097,"c":4,"u":"blowgun%20needles%20(50)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"blowgun needles (50)|phb","xF":{"ft":"consumable"},"n":"Blowgun Needles (50)"},{"id":14098,"c":4,"u":"breastplate_phb","p":145,"s":52,"h":1,"r":1,"t":12,"uu":"breastplate|phb","xF":{"ft":"equipment"},"n":"Breastplate"},{"id":14099,"c":4,"u":"chain%20mail_phb","p":145,"s":52,"h":1,"r":1,"t":12,"uu":"chain mail|phb","xF":{"ft":"equipment"},"n":"Chain Mail"},{"id":14100,"c":4,"u":"chain%20shirt_phb","p":144,"s":52,"h":1,"r":1,"t":12,"uu":"chain shirt|phb","xF":{"ft":"equipment"},"n":"Chain Shirt"},{"id":14101,"c":4,"u":"club_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"club|phb","xF":{"ft":"weapon"},"n":"Club"},{"id":14102,"c":4,"u":"crossbow%20bolt_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"crossbow bolt|phb","xF":{"ft":"consumable"},"n":"Crossbow Bolt"},{"id":14103,"c":4,"u":"crossbow%20bolts%20(20)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"crossbow bolts (20)|phb","xF":{"ft":"consumable"},"n":"Crossbow Bolts (20)"},{"id":14104,"c":4,"u":"crystal_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"crystal|phb","xF":{"ft":"equipment"},"n":"Crystal"},{"id":14105,"c":4,"u":"dagger_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"dagger|phb","xF":{"ft":"weapon"},"n":"Dagger"},{"id":14106,"c":4,"u":"dart_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"dart|phb","xF":{"ft":"weapon"},"n":"Dart"},{"id":14107,"c":4,"u":"drum_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"drum|phb","xF":{"ft":"tool"},"n":"Drum"},{"id":14108,"c":4,"u":"dulcimer_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"dulcimer|phb","xF":{"ft":"tool"},"n":"Dulcimer"},{"id":14109,"c":4,"u":"flail_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"flail|phb","xF":{"ft":"weapon"},"n":"Flail"},{"id":14110,"c":4,"u":"flute_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"flute|phb","xF":{"ft":"tool"},"n":"Flute"},{"id":14111,"c":4,"u":"glaive_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"glaive|phb","xF":{"ft":"weapon"},"n":"Glaive"},{"id":14112,"c":4,"u":"greataxe_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"greataxe|phb","xF":{"ft":"weapon"},"n":"Greataxe"},{"id":14113,"c":4,"u":"greatclub_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"greatclub|phb","xF":{"ft":"weapon"},"n":"Greatclub"},{"id":14114,"c":4,"u":"greatsword_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"greatsword|phb","xF":{"ft":"weapon"},"n":"Greatsword"},{"id":14115,"c":4,"u":"halberd_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"halberd|phb","xF":{"ft":"weapon"},"n":"Halberd"},{"id":14116,"c":4,"u":"half%20plate%20armor_phb","p":145,"s":52,"h":1,"r":1,"t":12,"uu":"half plate armor|phb","xF":{"ft":"equipment"},"n":"Half Plate Armor"},{"id":14117,"c":4,"u":"hand%20crossbow_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"hand crossbow|phb","xF":{"ft":"weapon"},"n":"Hand Crossbow"},{"id":14118,"c":4,"u":"handaxe_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"handaxe|phb","xF":{"ft":"weapon"},"n":"Handaxe"},{"id":14119,"c":4,"u":"heavy%20crossbow_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"heavy crossbow|phb","xF":{"ft":"weapon"},"n":"Heavy Crossbow"},{"id":14120,"c":4,"u":"hide%20armor_phb","p":144,"s":52,"h":1,"r":1,"t":12,"uu":"hide armor|phb","xF":{"ft":"equipment"},"n":"Hide Armor"},{"id":14121,"c":4,"u":"horn_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"horn|phb","xF":{"ft":"tool"},"n":"Horn"},{"id":14122,"c":4,"u":"javelin_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"javelin|phb","xF":{"ft":"weapon"},"n":"Javelin"},{"id":14123,"c":4,"u":"lance_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"lance|phb","xF":{"ft":"weapon"},"n":"Lance"},{"id":14124,"c":4,"u":"leather%20armor_phb","p":144,"s":52,"h":1,"r":1,"t":12,"uu":"leather armor|phb","xF":{"ft":"equipment"},"n":"Leather Armor"},{"id":14125,"c":4,"u":"light%20crossbow_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"light crossbow|phb","xF":{"ft":"weapon"},"n":"Light Crossbow"},{"id":14126,"c":4,"u":"light%20hammer_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"light hammer|phb","xF":{"ft":"weapon"},"n":"Light Hammer"},{"id":14127,"c":4,"u":"longbow_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"longbow|phb","xF":{"ft":"weapon"},"n":"Longbow"},{"id":14128,"c":4,"u":"longsword_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"longsword|phb","xF":{"ft":"weapon"},"n":"Longsword"},{"id":14129,"c":4,"u":"lute_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"lute|phb","xF":{"ft":"tool"},"n":"Lute"},{"id":14130,"c":4,"u":"lyre_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"lyre|phb","xF":{"ft":"tool"},"n":"Lyre"},{"id":14131,"c":4,"u":"mace_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"mace|phb","xF":{"ft":"weapon"},"n":"Mace"},{"id":14132,"c":4,"u":"maul_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"maul|phb","xF":{"ft":"weapon"},"n":"Maul"},{"id":14133,"c":4,"u":"morningstar_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"morningstar|phb","xF":{"ft":"weapon"},"n":"Morningstar"},{"id":14134,"c":4,"u":"net_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"net|phb","xF":{"ft":"weapon"},"n":"Net"},{"id":14135,"c":4,"u":"orb_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"orb|phb","xF":{"ft":"equipment"},"n":"Orb"},{"id":14136,"c":4,"u":"padded%20armor_phb","p":144,"s":52,"h":1,"r":1,"t":12,"uu":"padded armor|phb","xF":{"ft":"equipment"},"n":"Padded Armor"},{"id":14137,"c":4,"u":"pan%20flute_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"pan flute|phb","xF":{"ft":"tool"},"n":"Pan Flute"},{"id":14138,"c":4,"u":"pike_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"pike|phb","xF":{"ft":"weapon"},"n":"Pike"},{"id":14139,"c":4,"u":"plate%20armor_phb","p":145,"s":52,"h":1,"r":1,"t":12,"uu":"plate armor|phb","xF":{"ft":"equipment"},"n":"Plate Armor"},{"id":14140,"c":4,"u":"quarterstaff_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"quarterstaff|phb","xF":{"ft":"weapon"},"n":"Quarterstaff"},{"id":14141,"c":4,"u":"rapier_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"rapier|phb","xF":{"ft":"weapon"},"n":"Rapier"},{"id":14142,"c":4,"u":"ring%20mail_phb","p":145,"s":52,"h":1,"r":1,"t":12,"uu":"ring mail|phb","xF":{"ft":"equipment"},"n":"Ring Mail"},{"id":14143,"c":4,"u":"rod_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"rod|phb","xF":{"ft":"equipment"},"n":"Rod"},{"id":14144,"c":4,"u":"scale%20mail_phb","p":144,"s":52,"h":1,"r":1,"t":12,"uu":"scale mail|phb","xF":{"ft":"equipment"},"n":"Scale Mail"},{"id":14145,"c":4,"u":"scimitar_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"scimitar|phb","xF":{"ft":"weapon"},"n":"Scimitar"},{"id":14146,"c":4,"u":"shawm_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"shawm|phb","xF":{"ft":"tool"},"n":"Shawm"},{"id":14147,"c":4,"u":"shield_phb","p":144,"s":52,"h":1,"r":1,"t":12,"uu":"shield|phb","xF":{"ft":"equipment"},"n":"Shield"},{"id":14148,"c":4,"u":"shortbow_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"shortbow|phb","xF":{"ft":"weapon"},"n":"Shortbow"},{"id":14149,"c":4,"u":"shortsword_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"shortsword|phb","xF":{"ft":"weapon"},"n":"Shortsword"},{"id":14150,"c":4,"u":"sickle_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"sickle|phb","xF":{"ft":"weapon"},"n":"Sickle"},{"id":14151,"c":4,"u":"sling_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"sling|phb","xF":{"ft":"weapon"},"n":"Sling"},{"id":14152,"c":4,"u":"sling%20bullet_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"sling bullet|phb","xF":{"ft":"consumable"},"n":"Sling Bullet"},{"id":14153,"c":4,"u":"sling%20bullets%20(20)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"sling bullets (20)|phb","xF":{"ft":"consumable"},"n":"Sling Bullets (20)"},{"id":14154,"c":4,"u":"spear_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"spear|phb","xF":{"ft":"weapon"},"n":"Spear"},{"id":14155,"c":4,"u":"splint%20armor_phb","p":145,"s":52,"h":1,"r":1,"t":12,"uu":"splint armor|phb","xF":{"ft":"equipment"},"n":"Splint Armor"},{"id":14156,"c":4,"u":"staff_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"staff|phb","xF":{"ft":"weapon"},"n":"Staff"},{"id":14157,"c":4,"u":"studded%20leather%20armor_phb","p":144,"s":52,"h":1,"r":1,"t":12,"uu":"studded leather armor|phb","xF":{"ft":"equipment"},"n":"Studded Leather Armor"},{"id":14158,"c":4,"u":"trident_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"trident|phb","xF":{"ft":"weapon"},"n":"Trident"},{"id":14159,"c":4,"u":"viol_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"viol|phb","xF":{"ft":"tool"},"n":"Viol"},{"id":14160,"c":4,"u":"wand_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"wand|phb","xF":{"ft":"equipment"},"n":"Wand"},{"id":14161,"c":4,"u":"war%20pick_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"war pick|phb","xF":{"ft":"weapon"},"n":"War Pick"},{"id":14162,"c":4,"u":"warhammer_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"warhammer|phb","xF":{"ft":"weapon"},"n":"Warhammer"},{"id":14163,"c":4,"u":"whip_phb","p":149,"s":52,"h":1,"r":1,"t":12,"uu":"whip|phb","xF":{"ft":"weapon"},"n":"Whip"},{"id":14164,"c":4,"u":"wooden%20staff_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"wooden staff|phb","xF":{"ft":"weapon"},"n":"Wooden Staff"},{"id":14165,"c":4,"u":"yklwa_toa","p":32,"s":63,"h":1,"t":12,"uu":"yklwa|toa","xF":{"ft":"weapon"},"n":"Yklwa"},{"id":14166,"c":54,"u":"cleave_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"cleave|xphb","n":"Cleave"},{"id":14167,"c":54,"u":"graze_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"graze|xphb","n":"Graze"},{"id":14168,"c":54,"u":"nick_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"nick|xphb","n":"Nick"},{"id":14169,"c":54,"u":"push_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"push|xphb","n":"Push"},{"id":14170,"c":54,"u":"sap_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"sap|xphb","n":"Sap"},{"id":14171,"c":54,"u":"slow_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"slow|xphb","n":"Slow"},{"id":14172,"c":54,"u":"topple_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"topple|xphb","n":"Topple"},{"id":14173,"c":54,"u":"vex_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"vex|xphb","n":"Vex"},{"id":14174,"c":4,"u":"adze%20of%20annam_bgg","p":110,"s":0,"h":1,"t":12,"uu":"adze of annam|bgg","m":"items/BGG/Adze of Annam.webp","xF":{"ft":"weapon"},"n":"Adze of Annam"},{"id":14175,"c":4,"u":"bigby's%20beneficent%20bracelet_bgg","p":111,"s":0,"h":1,"t":12,"uu":"bigby's beneficent bracelet|bgg","m":"items/BGG/Bigbys Beneficent Bracelet.webp","xF":{"ft":"equipment"},"n":"Bigby's Beneficent Bracelet"},{"id":14176,"c":4,"u":"crown%20of%20the%20wrath%20bringer_bgg","p":111,"s":0,"h":1,"t":12,"uu":"crown of the wrath bringer|bgg","xF":{"ft":"equipment"},"n":"Crown of the Wrath Bringer"},{"id":14177,"c":4,"u":"delver's%20claws_bgg","p":112,"s":0,"h":1,"t":12,"uu":"delver's claws|bgg","xF":{"ft":"equipment"},"n":"Delver's Claws"},{"id":14178,"c":4,"u":"elven%20thrower_bgg","p":64,"s":0,"h":1,"t":12,"uu":"elven thrower|bgg","xF":{"ft":"weapon"},"n":"Elven Thrower"},{"id":14179,"c":4,"u":"giant%20trinket_bgg","p":16,"s":0,"h":1,"t":12,"uu":"giant trinket|bgg","xF":{"ft":"loot"},"n":"Giant Trinket"},{"id":14180,"c":4,"u":"glowrune%20pigment_bgg","p":112,"s":0,"h":1,"t":12,"uu":"glowrune pigment|bgg","xF":{"ft":"equipment"},"n":"Glowrune Pigment"},{"id":14181,"c":4,"u":"goose%20egg%20trinket_bgg","p":150,"s":0,"h":1,"t":12,"uu":"goose egg trinket|bgg","xF":{"ft":"loot"},"n":"Goose Egg Trinket"},{"id":14182,"c":4,"u":"harp%20of%20gilded%20plenty_bgg","p":112,"s":0,"h":1,"t":12,"uu":"harp of gilded plenty|bgg","xF":{"ft":"equipment"},"n":"Harp of Gilded Plenty"},{"id":14183,"c":4,"u":"helm%20of%20perfect%20potential_bgg","p":112,"s":0,"h":1,"t":12,"uu":"helm of perfect potential|bgg","m":"items/BGG/Helm of Perfect Potential.webp","xF":{"ft":"equipment"},"n":"Helm of Perfect Potential"},{"id":14184,"c":4,"u":"horizon%20puzzle%20cube_bgg","p":86,"s":0,"h":1,"t":12,"uu":"horizon puzzle cube|bgg","xF":{"ft":"equipment"},"n":"Horizon Puzzle Cube"},{"id":14185,"c":4,"u":"lash%20of%20immolation_bgg","p":113,"s":0,"h":1,"t":12,"uu":"lash of immolation|bgg","xF":{"ft":"weapon"},"n":"Lash of Immolation"},{"id":14186,"c":4,"u":"longbow%20of%20the%20healing%20hearth_bgg","p":113,"s":0,"h":1,"t":12,"uu":"longbow of the healing hearth|bgg","xF":{"ft":"weapon"},"n":"Longbow of the Healing Hearth"},{"id":14187,"c":4,"u":"lucent%20destroyer_bgg","p":113,"s":0,"h":1,"t":12,"uu":"lucent destroyer|bgg","xF":{"ft":"weapon"},"n":"Lucent Destroyer"},{"id":14188,"c":4,"u":"mistral%20mantle_bgg","p":114,"s":0,"h":1,"t":12,"uu":"mistral mantle|bgg","xF":{"ft":"equipment"},"n":"Mistral Mantle"},{"id":14189,"c":4,"u":"nimbus%20coronet_bgg","p":114,"s":0,"h":1,"t":12,"uu":"nimbus coronet|bgg","xF":{"ft":"equipment"},"n":"Nimbus Coronet"},{"id":14190,"c":4,"u":"orb%20of%20skoraeus_bgg","p":114,"s":0,"h":1,"t":12,"uu":"orb of skoraeus|bgg","xF":{"ft":"equipment"},"n":"Orb of Skoraeus"},{"id":14191,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20carnelian%20triceratops_bgg","p":114,"s":0,"h":1,"t":12,"uu":"prehistoric figurine of wondrous power, carnelian triceratops|bgg","m":"items/BGG/Prehistoric Figurines of Wondrous Power.webp","xF":{"ft":"equipment"},"n":"Prehistoric Figurine of Wondrous Power, Carnelian Triceratops"},{"id":14192,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20jasper%20tyrannosaurus%20rex_bgg","p":114,"s":0,"h":1,"t":12,"uu":"prehistoric figurine of wondrous power, jasper tyrannosaurus rex|bgg","m":"items/BGG/Prehistoric Figurines of Wondrous Power.webp","xF":{"ft":"equipment"},"n":"Prehistoric Figurine of Wondrous Power, Jasper Tyrannosaurus Rex"},{"id":14193,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20kyanite%20pteranodon_bgg","p":114,"s":0,"h":1,"t":12,"uu":"prehistoric figurine of wondrous power, kyanite pteranodon|bgg","m":"items/BGG/Prehistoric Figurines of Wondrous Power.webp","xF":{"ft":"equipment"},"n":"Prehistoric Figurine of Wondrous Power, Kyanite Pteranodon"},{"id":14194,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20pyrite%20plesiosaurus_bgg","p":114,"s":0,"h":1,"t":12,"uu":"prehistoric figurine of wondrous power, pyrite plesiosaurus|bgg","m":"items/BGG/Prehistoric Figurines of Wondrous Power.webp","xF":{"ft":"equipment"},"n":"Prehistoric Figurine of Wondrous Power, Pyrite Plesiosaurus"},{"id":14195,"c":4,"u":"reaper's%20scream_bgg","p":115,"s":0,"h":1,"t":12,"uu":"reaper's scream|bgg","xF":{"ft":"weapon"},"n":"Reaper's Scream"},{"id":14196,"c":4,"u":"ring%20of%20amity_bgg","p":115,"s":0,"h":1,"t":12,"uu":"ring of amity|bgg","xF":{"ft":"equipment"},"n":"Ring of Amity"},{"id":14197,"c":4,"u":"sanctum%20amulet_bgg","p":116,"s":0,"h":1,"t":12,"uu":"sanctum amulet|bgg","xF":{"ft":"equipment"},"n":"Sanctum Amulet"},{"id":14198,"c":4,"u":"shield%20of%20the%20blazing%20dreadnought_bgg","p":116,"s":0,"h":1,"t":12,"uu":"shield of the blazing dreadnought|bgg","xF":{"ft":"equipment"},"n":"Shield of the Blazing Dreadnought"},{"id":14199,"c":4,"u":"staff%20of%20the%20rooted%20hills_bgg","p":116,"s":0,"h":1,"t":12,"uu":"staff of the rooted hills|bgg","xF":{"ft":"weapon"},"n":"Staff of the Rooted Hills"},{"id":14200,"c":4,"u":"stonebreaker's%20breastplate_bgg","p":116,"s":0,"h":1,"t":12,"uu":"stonebreaker's breastplate|bgg","xF":{"ft":"equipment"},"n":"Stonebreaker's Breastplate"},{"id":14201,"c":4,"u":"thunderbuss_bgg","p":116,"s":0,"h":1,"t":12,"uu":"thunderbuss|bgg","m":"items/BGG/Thunderbuss.webp","xF":{"ft":"weapon"},"n":"Thunderbuss"},{"id":14202,"c":4,"u":"war%20horn%20of%20valor_bgg","p":117,"s":0,"h":1,"t":12,"uu":"war horn of valor|bgg","xF":{"ft":"equipment"},"n":"War Horn of Valor"},{"id":14203,"c":4,"u":"wayfarer's%20boots_bgg","p":117,"s":0,"h":1,"t":12,"uu":"wayfarer's boots|bgg","xF":{"ft":"equipment"},"n":"Wayfarer's Boots"},{"id":14204,"c":4,"u":"wyrmreaver%20gauntlets_bgg","p":117,"s":0,"h":1,"t":12,"uu":"wyrmreaver gauntlets|bgg","xF":{"ft":"equipment"},"n":"Wyrmreaver Gauntlets"},{"id":14205,"c":4,"u":"%2b1%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"t":12,"uu":"+1 fate dealer's deck|bmt","m":"items/BMT/Fate Dealers Deck.webp","xF":{"ft":"equipment"},"n":"+1 Fate Dealer's Deck"},{"id":14206,"c":4,"u":"%2b1%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"t":12,"uu":"+1 wraps of unarmed prowess|bmt","xF":{"ft":"equipment"},"n":"+1 Wraps of Unarmed Prowess"},{"id":14207,"c":4,"u":"%2b2%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"t":12,"uu":"+2 fate dealer's deck|bmt","m":"items/BMT/Fate Dealers Deck.webp","xF":{"ft":"equipment"},"n":"+2 Fate Dealer's Deck"},{"id":14208,"c":4,"u":"%2b2%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"t":12,"uu":"+2 wraps of unarmed prowess|bmt","xF":{"ft":"equipment"},"n":"+2 Wraps of Unarmed Prowess"},{"id":14209,"c":4,"u":"%2b3%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"t":12,"uu":"+3 fate dealer's deck|bmt","m":"items/BMT/Fate Dealers Deck.webp","xF":{"ft":"equipment"},"n":"+3 Fate Dealer's Deck"},{"id":14210,"c":4,"u":"%2b3%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"t":12,"uu":"+3 wraps of unarmed prowess|bmt","xF":{"ft":"equipment"},"n":"+3 Wraps of Unarmed Prowess"},{"id":14211,"c":4,"u":"balance%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"balance card|bmt","m":"decks/BMT/Deck of Many Things/03-balance.webp","xF":{"ft":"equipment"},"n":"Balance Card"},{"id":14212,"c":4,"u":"baleful%20talon_bmt","p":34,"s":1,"h":1,"t":12,"uu":"baleful talon|bmt","xF":{"ft":"weapon"},"n":"Baleful Talon"},{"id":14213,"c":4,"u":"blasted%20goggles_bmt","p":174,"s":1,"h":1,"t":12,"uu":"blasted goggles|bmt","xF":{"ft":"equipment"},"n":"Blasted Goggles"},{"id":14214,"c":4,"u":"bloodrage%20greataxe_bmt","p":66,"s":1,"h":1,"t":12,"uu":"bloodrage greataxe|bmt","xF":{"ft":"weapon"},"n":"Bloodrage Greataxe"},{"id":14215,"c":4,"u":"boomerang%20shield_bmt","p":66,"s":1,"h":1,"t":12,"uu":"boomerang shield|bmt","xF":{"ft":"equipment"},"n":"Boomerang Shield"},{"id":14216,"c":4,"u":"breastplate%20of%20balance_bmt","p":34,"s":1,"h":1,"t":12,"uu":"breastplate of balance|bmt","xF":{"ft":"equipment"},"n":"Breastplate of Balance"},{"id":14217,"c":4,"u":"card%20sharp's%20deck_bmt","p":40,"s":1,"h":1,"t":12,"uu":"card sharp's deck|bmt","xF":{"ft":"equipment"},"n":"Card Sharp's Deck"},{"id":14218,"c":4,"u":"comet%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"comet card|bmt","m":"decks/BMT/Deck of Many Things/12-comet.webp","xF":{"ft":"equipment"},"n":"Comet Card"},{"id":14219,"c":4,"u":"crown%20of%20whirling%20comets_bmt","p":35,"s":1,"h":1,"t":12,"uu":"crown of whirling comets|bmt","m":"items/BMT/Crown of Whirling Comets.webp","xF":{"ft":"equipment"},"n":"Crown of Whirling Comets"},{"id":14220,"c":4,"u":"deck%20of%20dimensions_bmt","p":40,"s":1,"h":1,"t":12,"uu":"deck of dimensions|bmt","m":"items/BMT/Deck of Dimensions.webp","xF":{"ft":"equipment"},"n":"Deck of Dimensions"},{"id":14221,"c":4,"u":"deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"t":12,"uu":"deck of many more things|bmt","m":"items/BMT/Deck of Many More Things.webp","xF":{"ft":"equipment"},"n":"Deck of Many More Things"},{"id":14222,"c":4,"u":"deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"t":12,"uu":"deck of many things|bmt","xF":{"ft":"equipment"},"n":"Deck of Many Things"},{"id":14223,"c":4,"u":"deck%20of%20miscellany_bmt","p":41,"s":1,"h":1,"t":12,"uu":"deck of miscellany|bmt","xF":{"ft":"equipment"},"n":"Deck of Miscellany"},{"id":14224,"c":4,"u":"deck%20of%20oracles_bmt","p":61,"s":1,"h":1,"t":12,"uu":"deck of oracles|bmt","xF":{"ft":"equipment"},"n":"Deck of Oracles"},{"id":14225,"c":4,"u":"deck%20of%20wild%20cards_bmt","p":41,"s":1,"h":1,"t":12,"uu":"deck of wild cards|bmt","xF":{"ft":"equipment"},"n":"Deck of Wild Cards"},{"id":14226,"c":4,"u":"deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"t":12,"uu":"deck of wonder|bmt","m":"items/BMT/Deck of Wonder.webp","xF":{"ft":"equipment"},"n":"Deck of Wonder"},{"id":14227,"c":4,"u":"donjon%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"donjon card|bmt","m":"decks/BMT/Deck of Many Things/17-donjon.webp","xF":{"ft":"equipment"},"n":"Donjon Card"},{"id":14228,"c":4,"u":"donjon's%20sundering%20sphere_bmt","p":35,"s":1,"h":1,"t":12,"uu":"donjon's sundering sphere|bmt","xF":{"ft":"equipment"},"n":"Donjon's Sundering Sphere"},{"id":14229,"c":4,"u":"euryale%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"euryale card|bmt","m":"decks/BMT/Deck of Many Things/22-euryale.webp","xF":{"ft":"equipment"},"n":"Euryale Card"},{"id":14230,"c":4,"u":"euryale's%20aegis_bmt","p":35,"s":1,"h":1,"t":12,"uu":"euryale's aegis|bmt","m":"items/BMT/Euryales Aegis.webp","xF":{"ft":"equipment"},"n":"Euryale's Aegis"},{"id":14231,"c":4,"u":"fabulist%20gem_bmt","p":36,"s":1,"h":1,"t":12,"uu":"fabulist gem|bmt","xF":{"ft":"equipment"},"n":"Fabulist Gem"},{"id":14232,"c":4,"u":"fate%20cutter%20shears_bmt","p":61,"s":1,"h":1,"t":12,"uu":"fate cutter shears|bmt","xF":{"ft":"weapon"},"n":"Fate Cutter Shears"},{"id":14233,"c":4,"u":"fates%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"fates card|bmt","m":"decks/BMT/Deck of Many Things/08-fates.webp","xF":{"ft":"equipment"},"n":"Fates Card"},{"id":14234,"c":4,"u":"flames%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"flames card|bmt","m":"decks/BMT/Deck of Many Things/20-flames.webp","xF":{"ft":"equipment"},"n":"Flames Card"},{"id":14235,"c":4,"u":"fool%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"fool card|bmt","m":"decks/BMT/Deck of Many Things/01-fool.webp","xF":{"ft":"equipment"},"n":"Fool Card"},{"id":14236,"c":4,"u":"gem%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"gem card|bmt","m":"decks/BMT/Deck of Many Things/05-gem.webp","xF":{"ft":"equipment"},"n":"Gem Card"},{"id":14237,"c":4,"u":"grasping%20whip_bmt","p":67,"s":1,"h":1,"t":12,"uu":"grasping whip|bmt","xF":{"ft":"weapon"},"n":"Grasping Whip"},{"id":14238,"c":4,"u":"hammer%20of%20runic%20focus_bmt","p":67,"s":1,"h":1,"t":12,"uu":"hammer of runic focus|bmt","m":"items/BMT/Hammer of Runic Focus.webp","xF":{"ft":"weapon"},"n":"Hammer of Runic Focus"},{"id":14239,"c":4,"u":"house%20of%20cards_bmt","p":61,"s":1,"h":1,"t":12,"uu":"house of cards|bmt","xF":{"ft":"equipment"},"n":"House of Cards"},{"id":14240,"c":4,"u":"jester%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"jester card|bmt","m":"decks/BMT/Deck of Many Things/14-jester.webp","xF":{"ft":"equipment"},"n":"Jester Card"},{"id":14241,"c":4,"u":"jester's%20mask_bmt","p":36,"s":1,"h":1,"t":12,"uu":"jester's mask|bmt","m":"items/BMT/Jesters Mask.webp","xF":{"ft":"equipment"},"n":"Jester's Mask"},{"id":14242,"c":4,"u":"key%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"key card|bmt","m":"decks/BMT/Deck of Many Things/02-key.webp","xF":{"ft":"equipment"},"n":"Key Card"},{"id":14243,"c":4,"u":"knight%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"knight card|bmt","m":"decks/BMT/Deck of Many Things/09-knight.webp","xF":{"ft":"equipment"},"n":"Knight Card"},{"id":14244,"c":4,"u":"moon%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"moon card|bmt","m":"decks/BMT/Deck of Many Things/11-moon.webp","xF":{"ft":"equipment"},"n":"Moon Card"},{"id":14245,"c":4,"u":"plate%20of%20knight's%20fellowship_bmt","p":37,"s":1,"h":1,"t":12,"uu":"plate of knight's fellowship|bmt","xF":{"ft":"equipment"},"n":"Plate of Knight's Fellowship"},{"id":14246,"c":4,"u":"puzzle%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"puzzle card|bmt","m":"decks/BMT/Deck of Many Things/04-puzzle.webp","xF":{"ft":"equipment"},"n":"Puzzle Card"},{"id":14247,"c":4,"u":"ring%20of%20puzzler's%20wit_bmt","p":37,"s":1,"h":1,"t":12,"uu":"ring of puzzler's wit|bmt","xF":{"ft":"equipment"},"n":"Ring of Puzzler's Wit"},{"id":14248,"c":4,"u":"rod%20of%20hellish%20flames_bmt","p":37,"s":1,"h":1,"t":12,"uu":"rod of hellish flames|bmt","xF":{"ft":"equipment"},"n":"Rod of Hellish Flames"},{"id":14249,"c":4,"u":"rogue%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"rogue card|bmt","m":"decks/BMT/Deck of Many Things/06-rogue.webp","xF":{"ft":"equipment"},"n":"Rogue Card"},{"id":14250,"c":4,"u":"rogue's%20mantle_bmt","p":37,"s":1,"h":1,"t":12,"uu":"rogue's mantle|bmt","xF":{"ft":"equipment"},"n":"Rogue's Mantle"},{"id":14251,"c":4,"u":"ruin%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"ruin card|bmt","m":"decks/BMT/Deck of Many Things/16-ruin.webp","xF":{"ft":"equipment"},"n":"Ruin Card"},{"id":14252,"c":4,"u":"ruinous%20flail_bmt","p":37,"s":1,"h":1,"t":12,"uu":"ruinous flail|bmt","xF":{"ft":"weapon"},"n":"Ruinous Flail"},{"id":14253,"c":4,"u":"sage%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"sage card|bmt","m":"decks/BMT/Deck of Many Things/07-sage.webp","xF":{"ft":"equipment"},"n":"Sage Card"},{"id":14254,"c":4,"u":"sage's%20signet%20(bear)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (bear)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Bear)"},{"id":14255,"c":4,"u":"sage's%20signet%20(hart)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (hart)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Hart)"},{"id":14256,"c":4,"u":"sage's%20signet%20(lion)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (lion)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Lion)"},{"id":14257,"c":4,"u":"sage's%20signet%20(serpent)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (serpent)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Serpent)"},{"id":14258,"c":4,"u":"sage's%20signet%20(songbird)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (songbird)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Songbird)"},{"id":14259,"c":4,"u":"sage's%20signet%20(wolf)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (wolf)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Wolf)"},{"id":14260,"c":4,"u":"secondhand%20steal%20trinket_bmt","p":108,"s":1,"h":1,"t":12,"uu":"secondhand steal trinket|bmt","xF":{"ft":"loot"},"n":"Secondhand Steal Trinket"},{"id":14261,"c":4,"u":"shield%20of%20the%20tortoise_bmt","p":67,"s":1,"h":1,"t":12,"uu":"shield of the tortoise|bmt","m":"items/BMT/Shield of the Tortoise.webp","xF":{"ft":"equipment"},"n":"Shield of the Tortoise"},{"id":14262,"c":4,"u":"shrieking%20greaves_bmt","p":174,"s":1,"h":1,"t":12,"uu":"shrieking greaves|bmt","m":"items/BMT/Shrieking Greaves.webp","xF":{"ft":"equipment"},"n":"Shrieking Greaves"},{"id":14263,"c":4,"u":"skull%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"skull card|bmt","m":"decks/BMT/Deck of Many Things/19-skull.webp","xF":{"ft":"equipment"},"n":"Skull Card"},{"id":14264,"c":4,"u":"skull%20helm_bmt","p":38,"s":1,"h":1,"t":12,"uu":"skull helm|bmt","xF":{"ft":"equipment"},"n":"Skull Helm"},{"id":14265,"c":4,"u":"sling%20of%20giant%20felling_bmt","p":68,"s":1,"h":1,"t":12,"uu":"sling of giant felling|bmt","xF":{"ft":"weapon"},"n":"Sling of Giant Felling"},{"id":14266,"c":4,"u":"spindle%20of%20fate_bmt","p":38,"s":1,"h":1,"t":12,"uu":"spindle of fate|bmt","m":"items/BMT/Spindle of Fate.webp","xF":{"ft":"consumable"},"n":"Spindle of Fate"},{"id":14267,"c":4,"u":"star%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"star card|bmt","m":"decks/BMT/Deck of Many Things/13-star.webp","xF":{"ft":"equipment"},"n":"Star Card"},{"id":14268,"c":4,"u":"stonemaker%20war%20pick_bmt","p":68,"s":1,"h":1,"t":12,"uu":"stonemaker war pick|bmt","xF":{"ft":"weapon"},"n":"Stonemaker War Pick"},{"id":14269,"c":4,"u":"sun%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"sun card|bmt","m":"decks/BMT/Deck of Many Things/10-sun.webp","xF":{"ft":"equipment"},"n":"Sun Card"},{"id":14270,"c":4,"u":"sun%20staff_bmt","p":39,"s":1,"h":1,"t":12,"uu":"sun staff|bmt","xF":{"ft":"weapon"},"n":"Sun Staff"},{"id":14271,"c":4,"u":"talons%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"talons card|bmt","m":"decks/BMT/Deck of Many Things/21-talons.webp","xF":{"ft":"equipment"},"n":"Talons Card"},{"id":14272,"c":4,"u":"telescopic%20transporter_bmt","p":105,"s":1,"h":1,"t":12,"uu":"telescopic transporter|bmt","m":"items/BMT/Telescopic Transporter.webp","xF":{"ft":"equipment"},"n":"Telescopic Transporter"},{"id":14273,"c":4,"u":"throne%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"throne card|bmt","m":"decks/BMT/Deck of Many Things/15-throne.webp","xF":{"ft":"equipment"},"n":"Throne Card"},{"id":14274,"c":4,"u":"tidecaller%20trident_bmt","p":69,"s":1,"h":1,"t":12,"uu":"tidecaller trident|bmt","xF":{"ft":"weapon"},"n":"Tidecaller Trident"},{"id":14275,"c":4,"u":"void%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"void card|bmt","m":"decks/BMT/Deck of Many Things/18-void.webp","xF":{"ft":"equipment"},"n":"Void Card"},{"id":14276,"c":4,"u":"voidwalker%20armor_bmt","p":39,"s":1,"h":1,"t":12,"uu":"voidwalker armor|bmt","xF":{"ft":"equipment"},"n":"Voidwalker Armor"},{"id":14277,"c":4,"u":"warrior's%20passkey_bmt","p":39,"s":1,"h":1,"t":12,"uu":"warrior's passkey|bmt","m":"items/BMT/Warriors Passkey.webp","xF":{"ft":"equipment"},"n":"Warrior's Passkey"},{"id":14278,"c":4,"u":"%2b1%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"t":12,"uu":"+1 dragonhide belt|ftd","xF":{"ft":"equipment"},"n":"+1 Dragonhide Belt"},{"id":14279,"c":4,"u":"%2b2%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"t":12,"uu":"+2 dragonhide belt|ftd","xF":{"ft":"equipment"},"n":"+2 Dragonhide Belt"},{"id":14280,"c":4,"u":"%2b3%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"t":12,"uu":"+3 dragonhide belt|ftd","xF":{"ft":"equipment"},"n":"+3 Dragonhide Belt"},{"id":14281,"c":4,"u":"amethyst%20lodestone_ftd","p":22,"s":2,"h":1,"t":12,"uu":"amethyst lodestone|ftd","xF":{"ft":"equipment"},"n":"Amethyst Lodestone"},{"id":14282,"c":4,"u":"ascendant%20dragon%20vessel_ftd","s":2,"h":1,"t":12,"uu":"ascendant dragon vessel|ftd","xF":{"ft":"loot"},"n":"Ascendant Dragon Vessel"},{"id":14283,"c":4,"u":"ascendant%20dragon-touched%20focus_ftd","s":2,"h":1,"t":12,"uu":"ascendant dragon-touched focus|ftd","xF":{"ft":"loot"},"n":"Ascendant Dragon-Touched Focus"},{"id":14284,"c":4,"u":"ascendant%20scaled%20ornament_ftd","s":2,"h":1,"t":12,"uu":"ascendant scaled ornament|ftd","xF":{"ft":"loot"},"n":"Ascendant Scaled Ornament"},{"id":14285,"c":4,"u":"emerald%20pen_ftd","p":23,"s":2,"h":1,"t":12,"uu":"emerald pen|ftd","xF":{"ft":"equipment"},"n":"Emerald Pen"},{"id":14286,"c":4,"u":"flail%20of%20tiamat_ftd","p":23,"s":2,"h":1,"t":12,"uu":"flail of tiamat|ftd","xF":{"ft":"weapon"},"n":"Flail of Tiamat"},{"id":14287,"c":4,"u":"gold%20canary%20figurine%20of%20wondrous%20power_ftd","p":23,"s":2,"h":1,"t":12,"uu":"gold canary figurine of wondrous power|ftd","xF":{"ft":"equipment"},"n":"Gold Canary Figurine of Wondrous Power"},{"id":14288,"c":4,"u":"platinum%20scarf_ftd","p":24,"s":2,"h":1,"t":12,"uu":"platinum scarf|ftd","xF":{"ft":"equipment"},"n":"Platinum Scarf"},{"id":14289,"c":4,"u":"potion%20of%20dragon's%20majesty_ftd","p":24,"s":2,"h":1,"t":12,"uu":"potion of dragon's majesty|ftd","xF":{"ft":"consumable"},"n":"Potion of Dragon's Majesty"},{"id":14290,"c":4,"u":"ruby%20weave%20gem_ftd","p":24,"s":2,"h":1,"t":12,"uu":"ruby weave gem|ftd","xF":{"ft":"equipment"},"n":"Ruby Weave Gem"},{"id":14291,"c":4,"u":"sapphire%20buckler_ftd","p":24,"s":2,"h":1,"t":12,"uu":"sapphire buckler|ftd","xF":{"ft":"equipment"},"n":"Sapphire Buckler"},{"id":14292,"c":4,"u":"slumbering%20dragon%20vessel_ftd","p":27,"s":2,"h":1,"t":12,"uu":"slumbering dragon vessel|ftd","xF":{"ft":"equipment"},"n":"Slumbering Dragon Vessel"},{"id":14293,"c":4,"u":"slumbering%20dragon-touched%20focus_ftd","p":26,"s":2,"h":1,"t":12,"uu":"slumbering dragon-touched focus|ftd","xF":{"ft":"equipment"},"n":"Slumbering Dragon-Touched Focus"},{"id":14294,"c":4,"u":"slumbering%20scaled%20ornament_ftd","p":27,"s":2,"h":1,"t":12,"uu":"slumbering scaled ornament|ftd","xF":{"ft":"equipment"},"n":"Slumbering Scaled Ornament"},{"id":14295,"c":4,"u":"stirring%20dragon%20vessel_ftd","s":2,"h":1,"t":12,"uu":"stirring dragon vessel|ftd","xF":{"ft":"loot"},"n":"Stirring Dragon Vessel"},{"id":14296,"c":4,"u":"stirring%20dragon-touched%20focus_ftd","s":2,"h":1,"t":12,"uu":"stirring dragon-touched focus|ftd","xF":{"ft":"loot"},"n":"Stirring Dragon-Touched Focus"},{"id":14297,"c":4,"u":"stirring%20scaled%20ornament_ftd","s":2,"h":1,"t":12,"uu":"stirring scaled ornament|ftd","xF":{"ft":"equipment"},"n":"Stirring Scaled Ornament"},{"id":14298,"c":4,"u":"topaz%20annihilator_ftd","p":24,"s":2,"h":1,"t":12,"uu":"topaz annihilator|ftd","xF":{"ft":"weapon"},"n":"Topaz Annihilator"},{"id":14299,"c":4,"u":"wakened%20dragon%20vessel_ftd","s":2,"h":1,"t":12,"uu":"wakened dragon vessel|ftd","xF":{"ft":"loot"},"n":"Wakened Dragon Vessel"},{"id":14300,"c":4,"u":"wakened%20dragon-touched%20focus_ftd","s":2,"h":1,"t":12,"uu":"wakened dragon-touched focus|ftd","xF":{"ft":"loot"},"n":"Wakened Dragon-Touched Focus"},{"id":14301,"c":4,"u":"wakened%20scaled%20ornament_ftd","s":2,"h":1,"t":12,"uu":"wakened scaled ornament|ftd","xF":{"ft":"loot"},"n":"Wakened Scaled Ornament"},{"id":14302,"c":4,"u":"%2b1%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"t":12,"uu":"+1 all-purpose tool|tce","xF":{"ft":"equipment"},"n":"+1 All-Purpose Tool"},{"id":14303,"c":4,"u":"%2b1%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"t":12,"uu":"+1 amulet of the devout|tce","xF":{"ft":"equipment"},"n":"+1 Amulet of the Devout"},{"id":14304,"c":4,"u":"%2b1%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"t":12,"uu":"+1 arcane grimoire|tce","xF":{"ft":"equipment"},"n":"+1 Arcane Grimoire"},{"id":14305,"c":4,"u":"%2b1%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"t":12,"uu":"+1 bloodwell vial|tce","xF":{"ft":"equipment"},"n":"+1 Bloodwell Vial"},{"id":14306,"c":4,"u":"%2b1%20moon%20sickle_tce","p":133,"s":4,"h":1,"t":12,"uu":"+1 moon sickle|tce","xF":{"ft":"weapon"},"n":"+1 Moon Sickle"},{"id":14307,"c":4,"u":"%2b1%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"t":12,"uu":"+1 rhythm-maker's drum|tce","xF":{"ft":"tool"},"n":"+1 Rhythm-Maker's Drum"},{"id":14308,"c":4,"u":"%2b2%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"t":12,"uu":"+2 all-purpose tool|tce","xF":{"ft":"equipment"},"n":"+2 All-Purpose Tool"},{"id":14309,"c":4,"u":"%2b2%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"t":12,"uu":"+2 amulet of the devout|tce","xF":{"ft":"equipment"},"n":"+2 Amulet of the Devout"},{"id":14310,"c":4,"u":"%2b2%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"t":12,"uu":"+2 arcane grimoire|tce","xF":{"ft":"equipment"},"n":"+2 Arcane Grimoire"},{"id":14311,"c":4,"u":"%2b2%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"t":12,"uu":"+2 bloodwell vial|tce","xF":{"ft":"equipment"},"n":"+2 Bloodwell Vial"},{"id":14312,"c":4,"u":"%2b2%20moon%20sickle_tce","p":133,"s":4,"h":1,"t":12,"uu":"+2 moon sickle|tce","xF":{"ft":"weapon"},"n":"+2 Moon Sickle"},{"id":14313,"c":4,"u":"%2b2%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"t":12,"uu":"+2 rhythm-maker's drum|tce","xF":{"ft":"tool"},"n":"+2 Rhythm-Maker's Drum"},{"id":14314,"c":4,"u":"%2b3%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"t":12,"uu":"+3 all-purpose tool|tce","xF":{"ft":"equipment"},"n":"+3 All-Purpose Tool"},{"id":14315,"c":4,"u":"%2b3%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"t":12,"uu":"+3 amulet of the devout|tce","xF":{"ft":"equipment"},"n":"+3 Amulet of the Devout"},{"id":14316,"c":4,"u":"%2b3%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"t":12,"uu":"+3 arcane grimoire|tce","xF":{"ft":"equipment"},"n":"+3 Arcane Grimoire"},{"id":14317,"c":4,"u":"%2b3%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"t":12,"uu":"+3 bloodwell vial|tce","xF":{"ft":"equipment"},"n":"+3 Bloodwell Vial"},{"id":14318,"c":4,"u":"%2b3%20moon%20sickle_tce","p":133,"s":4,"h":1,"t":12,"uu":"+3 moon sickle|tce","xF":{"ft":"weapon"},"n":"+3 Moon Sickle"},{"id":14319,"c":4,"u":"%2b3%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"t":12,"uu":"+3 rhythm-maker's drum|tce","xF":{"ft":"tool"},"n":"+3 Rhythm-Maker's Drum"},{"id":14320,"c":4,"u":"acid%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"acid absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Acid Absorbing Tattoo"},{"id":14321,"c":4,"u":"alchemical%20compendium_tce","p":119,"s":4,"h":1,"t":12,"uu":"alchemical compendium|tce","xF":{"ft":"equipment"},"n":"Alchemical Compendium"},{"id":14322,"c":4,"u":"astral%20shard_tce","p":120,"s":4,"h":1,"t":12,"uu":"astral shard|tce","xF":{"ft":"equipment"},"n":"Astral Shard"},{"id":14323,"c":4,"u":"astromancy%20archive_tce","p":120,"s":4,"h":1,"t":12,"uu":"astromancy archive|tce","xF":{"ft":"equipment"},"n":"Astromancy Archive"},{"id":14324,"c":4,"u":"atlas%20of%20endless%20horizons_tce","p":120,"s":4,"h":1,"t":12,"uu":"atlas of endless horizons|tce","m":"items/TCE/Atlas of Endless Horizons.webp","xF":{"ft":"equipment"},"n":"Atlas of Endless Horizons"},{"id":14325,"c":4,"u":"baba%20yaga's%20mortar%20and%20pestle_tce","p":121,"s":4,"h":1,"t":12,"uu":"baba yaga's mortar and pestle|tce","m":"items/TCE/Baba Yaga's Mortar and Pestle.webp","xF":{"ft":"equipment"},"n":"Baba Yaga's Mortar and Pestle"},{"id":14326,"c":4,"u":"baba%20yaga's%20pestle_tce","p":121,"s":4,"h":1,"t":12,"uu":"baba yaga's pestle|tce","xF":{"ft":"weapon"},"n":"Baba Yaga's Pestle"},{"id":14327,"c":4,"u":"barrier%20tattoo%20(large)_tce","p":122,"s":4,"h":1,"t":12,"uu":"barrier tattoo (large)|tce","xF":{"ft":"equipment"},"n":"Barrier Tattoo (Large)"},{"id":14328,"c":4,"u":"barrier%20tattoo%20(medium)_tce","p":122,"s":4,"h":1,"t":12,"uu":"barrier tattoo (medium)|tce","xF":{"ft":"equipment"},"n":"Barrier Tattoo (Medium)"},{"id":14329,"c":4,"u":"barrier%20tattoo%20(small)_tce","p":122,"s":4,"h":1,"t":12,"uu":"barrier tattoo (small)|tce","xF":{"ft":"equipment"},"n":"Barrier Tattoo (Small)"},{"id":14330,"c":4,"u":"bell%20branch_tce","p":122,"s":4,"h":1,"t":12,"uu":"bell branch|tce","xF":{"ft":"equipment"},"n":"Bell Branch"},{"id":14331,"c":4,"u":"blood%20fury%20tattoo_tce","p":122,"s":4,"h":1,"t":12,"uu":"blood fury tattoo|tce","xF":{"ft":"equipment"},"n":"Blood Fury Tattoo"},{"id":14332,"c":4,"u":"cauldron%20of%20rebirth_tce","p":122,"s":4,"h":1,"t":12,"uu":"cauldron of rebirth|tce","m":"items/TCE/Cauldron of Rebirth.webp","xF":{"ft":"equipment"},"n":"Cauldron of Rebirth"},{"id":14333,"c":4,"u":"coiling%20grasp%20tattoo_tce","p":123,"s":4,"h":1,"t":12,"uu":"coiling grasp tattoo|tce","xF":{"ft":"equipment"},"n":"Coiling Grasp Tattoo"},{"id":14334,"c":4,"u":"cold%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"cold absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Cold Absorbing Tattoo"},{"id":14335,"c":4,"u":"crook%20of%20rao_tce","p":123,"s":4,"h":1,"t":12,"uu":"crook of rao|tce","m":"items/TCE/Crook of Rao.webp","xF":{"ft":"equipment"},"n":"Crook of Rao"},{"id":14336,"c":4,"u":"crystalline%20chronicle_tce","p":124,"s":4,"h":1,"t":12,"uu":"crystalline chronicle|tce","m":"items/TCE/Crystalline Chronicle.webp","xF":{"ft":"equipment"},"n":"Crystalline Chronicle"},{"id":14337,"c":4,"u":"demonomicon%20of%20iggwilv_tce","p":125,"s":4,"h":1,"t":12,"uu":"demonomicon of iggwilv|tce","m":"items/TCE/Demonomicon of Iggwilv.webp","xF":{"ft":"equipment"},"n":"Demonomicon of Iggwilv"},{"id":14338,"c":4,"u":"devotee's%20censer_tce","p":126,"s":4,"h":1,"t":12,"uu":"devotee's censer|tce","m":"items/TCE/Devotee's Censer.webp","xF":{"ft":"weapon"},"n":"Devotee's Censer"},{"id":14339,"c":4,"u":"duplicitous%20manuscript_tce","p":126,"s":4,"h":1,"t":12,"uu":"duplicitous manuscript|tce","xF":{"ft":"equipment"},"n":"Duplicitous Manuscript"},{"id":14340,"c":4,"u":"eldritch%20claw%20tattoo_tce","p":126,"s":4,"h":1,"t":12,"uu":"eldritch claw tattoo|tce","xF":{"ft":"equipment"},"n":"Eldritch Claw Tattoo"},{"id":14341,"c":4,"u":"elemental%20essence%20shard_tce","p":127,"s":4,"h":1,"t":12,"uu":"elemental essence shard|tce","xF":{"ft":"equipment"},"n":"Elemental Essence Shard"},{"id":14342,"c":4,"u":"elemental%20essence%20shard%20(air)_tce","p":127,"s":4,"h":1,"t":12,"uu":"elemental essence shard (air)|tce","xF":{"ft":"equipment"},"n":"Elemental Essence Shard (Air)"},{"id":14343,"c":4,"u":"elemental%20essence%20shard%20(earth)_tce","p":127,"s":4,"h":1,"t":12,"uu":"elemental essence shard (earth)|tce","xF":{"ft":"equipment"},"n":"Elemental Essence Shard (Earth)"},{"id":14344,"c":4,"u":"elemental%20essence%20shard%20(fire)_tce","p":127,"s":4,"h":1,"t":12,"uu":"elemental essence shard (fire)|tce","xF":{"ft":"equipment"},"n":"Elemental Essence Shard (Fire)"},{"id":14345,"c":4,"u":"elemental%20essence%20shard%20(water)_tce","p":127,"s":4,"h":1,"t":12,"uu":"elemental essence shard (water)|tce","xF":{"ft":"equipment"},"n":"Elemental Essence Shard (Water)"},{"id":14346,"c":4,"u":"far%20realm%20shard_tce","p":127,"s":4,"h":1,"t":12,"uu":"far realm shard|tce","m":"items/TCE/Far Realm Shard.webp","xF":{"ft":"equipment"},"n":"Far Realm Shard"},{"id":14347,"c":4,"u":"feywild%20shard_tce","p":127,"s":4,"h":1,"t":12,"uu":"feywild shard|tce","m":"items/TCE/Feywild Shard.webp","xF":{"ft":"equipment"},"n":"Feywild Shard"},{"id":14348,"c":4,"u":"fire%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"fire absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Fire Absorbing Tattoo"},{"id":14349,"c":4,"u":"force%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"force absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Force Absorbing Tattoo"},{"id":14350,"c":4,"u":"fulminating%20treatise_tce","p":128,"s":4,"h":1,"t":12,"uu":"fulminating treatise|tce","m":"items/TCE/Fulminating Treatise.webp","xF":{"ft":"equipment"},"n":"Fulminating Treatise"},{"id":14351,"c":4,"u":"ghost%20step%20tattoo_tce","p":128,"s":4,"h":1,"t":12,"uu":"ghost step tattoo|tce","xF":{"ft":"equipment"},"n":"Ghost Step Tattoo"},{"id":14352,"c":4,"u":"guardian%20emblem_tce","p":128,"s":4,"h":1,"t":12,"uu":"guardian emblem|tce","xF":{"ft":"equipment"},"n":"Guardian Emblem"},{"id":14353,"c":4,"u":"heart%20weaver's%20primer_tce","p":128,"s":4,"h":1,"t":12,"uu":"heart weaver's primer|tce","xF":{"ft":"equipment"},"n":"Heart Weaver's Primer"},{"id":14354,"c":4,"u":"illuminator's%20tattoo_tce","p":129,"s":4,"h":1,"t":12,"uu":"illuminator's tattoo|tce","xF":{"ft":"equipment"},"n":"Illuminator's Tattoo"},{"id":14355,"c":4,"u":"libram%20of%20souls%20and%20flesh_tce","p":129,"s":4,"h":1,"t":12,"uu":"libram of souls and flesh|tce","xF":{"ft":"equipment"},"n":"Libram of Souls and Flesh"},{"id":14356,"c":4,"u":"lifewell%20tattoo_tce","p":129,"s":4,"h":1,"t":12,"uu":"lifewell tattoo|tce","xF":{"ft":"equipment"},"n":"Lifewell Tattoo"},{"id":14357,"c":4,"u":"lightning%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"lightning absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Lightning Absorbing Tattoo"},{"id":14358,"c":4,"u":"luba's%20tarokka%20of%20souls_tce","p":129,"s":4,"h":1,"t":12,"uu":"luba's tarokka of souls|tce","m":"items/TCE/Luba's Tarokka of Souls.webp","xF":{"ft":"equipment"},"n":"Luba's Tarokka of Souls"},{"id":14359,"c":4,"u":"lyre%20of%20building_tce","p":131,"s":4,"h":1,"t":12,"uu":"lyre of building|tce","xF":{"ft":"tool"},"n":"Lyre of Building"},{"id":14360,"c":4,"u":"masquerade%20tattoo_tce","p":131,"s":4,"h":1,"t":12,"uu":"masquerade tattoo|tce","xF":{"ft":"equipment"},"n":"Masquerade Tattoo"},{"id":14361,"c":4,"u":"mighty%20servant%20of%20leuk-o_tce","p":131,"s":4,"h":1,"t":12,"uu":"mighty servant of leuk-o|tce","m":"items/TCE/Mighty Servant of Leuk-o.webp","xF":{"ft":"equipment"},"n":"Mighty Servant of Leuk-o"},{"id":14362,"c":4,"u":"nature's%20mantle_tce","p":133,"s":4,"h":1,"t":12,"uu":"nature's mantle|tce","m":"items/TCE/Nature's Mantle.webp","xF":{"ft":"equipment"},"n":"Nature's Mantle"},{"id":14363,"c":4,"u":"necrotic%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"necrotic absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Necrotic Absorbing Tattoo"},{"id":14364,"c":4,"u":"outer%20essence%20shard_tce","p":133,"s":4,"h":1,"t":12,"uu":"outer essence shard|tce","xF":{"ft":"equipment"},"n":"Outer Essence Shard"},{"id":14365,"c":4,"u":"outer%20essence%20shard%20(chaotic)_tce","p":133,"s":4,"h":1,"t":12,"uu":"outer essence shard (chaotic)|tce","xF":{"ft":"equipment"},"n":"Outer Essence Shard (Chaotic)"},{"id":14366,"c":4,"u":"outer%20essence%20shard%20(evil)_tce","p":133,"s":4,"h":1,"t":12,"uu":"outer essence shard (evil)|tce","xF":{"ft":"equipment"},"n":"Outer Essence Shard (Evil)"},{"id":14367,"c":4,"u":"outer%20essence%20shard%20(good)_tce","p":133,"s":4,"h":1,"t":12,"uu":"outer essence shard (good)|tce","xF":{"ft":"equipment"},"n":"Outer Essence Shard (Good)"},{"id":14368,"c":4,"u":"outer%20essence%20shard%20(lawful)_tce","p":133,"s":4,"h":1,"t":12,"uu":"outer essence shard (lawful)|tce","xF":{"ft":"equipment"},"n":"Outer Essence Shard (Lawful)"},{"id":14369,"c":4,"u":"planecaller's%20codex_tce","p":134,"s":4,"h":1,"t":12,"uu":"planecaller's codex|tce","xF":{"ft":"equipment"},"n":"Planecaller's Codex"},{"id":14370,"c":4,"u":"poison%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"poison absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Poison Absorbing Tattoo"},{"id":14371,"c":4,"u":"prosthetic%20limb_tce","p":134,"s":4,"h":1,"t":12,"uu":"prosthetic limb|tce","m":"items/TCE/Prosthetic Limb.webp","xF":{"ft":"equipment"},"n":"Prosthetic Limb"},{"id":14372,"c":4,"u":"protective%20verses_tce","p":134,"s":4,"h":1,"t":12,"uu":"protective verses|tce","xF":{"ft":"equipment"},"n":"Protective Verses"},{"id":14373,"c":4,"u":"psychic%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"psychic absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Psychic Absorbing Tattoo"},{"id":14374,"c":4,"u":"radiant%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"radiant absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Radiant Absorbing Tattoo"},{"id":14375,"c":4,"u":"reveler's%20concertina_tce","p":134,"s":4,"h":1,"t":12,"uu":"reveler's concertina|tce","xF":{"ft":"tool"},"n":"Reveler's Concertina"},{"id":14376,"c":4,"u":"shadowfell%20brand%20tattoo_tce","p":134,"s":4,"h":1,"t":12,"uu":"shadowfell brand tattoo|tce","xF":{"ft":"equipment"},"n":"Shadowfell Brand Tattoo"},{"id":14377,"c":4,"u":"shadowfell%20shard_tce","p":135,"s":4,"h":1,"t":12,"uu":"shadowfell shard|tce","m":"items/TCE/Shadowfell Shard.webp","xF":{"ft":"equipment"},"n":"Shadowfell Shard"},{"id":14378,"c":4,"u":"spellwrought%20tattoo%20(1st%20level)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (1st level)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (1st Level)"},{"id":14379,"c":4,"u":"spellwrought%20tattoo%20(2nd%20level)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (2nd level)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (2nd Level)"},{"id":14380,"c":4,"u":"spellwrought%20tattoo%20(3rd%20level)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (3rd level)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (3rd Level)"},{"id":14381,"c":4,"u":"spellwrought%20tattoo%20(4th%20level)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (4th level)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (4th Level)"},{"id":14382,"c":4,"u":"spellwrought%20tattoo%20(5th%20level)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (5th level)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (5th Level)"},{"id":14383,"c":4,"u":"spellwrought%20tattoo%20(cantrip)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (cantrip)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (Cantrip)"},{"id":14384,"c":4,"u":"teeth%20of%20dahlver-nar_tce","p":135,"s":4,"h":1,"t":12,"uu":"teeth of dahlver-nar|tce","m":"items/TCE/Teeth of Dahlver-Nar.webp","xF":{"ft":"equipment"},"n":"Teeth of Dahlver-Nar"},{"id":14385,"c":4,"u":"thunder%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"thunder absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Thunder Absorbing Tattoo"},{"id":14386,"c":4,"u":"%2b1%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"+1 rod of the pact keeper|xdmg","xF":{"ft":"equipment"},"n":"+1 Rod of the Pact Keeper"},{"id":14387,"c":4,"u":"%2b1%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"+1 wand of the war mage|xdmg","xF":{"ft":"equipment"},"n":"+1 Wand of the War Mage"},{"id":14388,"c":4,"u":"%2b1%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"t":12,"uu":"+1 wraps of unarmed power|xdmg","xF":{"ft":"equipment"},"n":"+1 Wraps of Unarmed Power"},{"id":14389,"c":4,"u":"%2b2%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"+2 rod of the pact keeper|xdmg","xF":{"ft":"equipment"},"n":"+2 Rod of the Pact Keeper"},{"id":14390,"c":4,"u":"%2b2%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"+2 wand of the war mage|xdmg","xF":{"ft":"equipment"},"n":"+2 Wand of the War Mage"},{"id":14391,"c":4,"u":"%2b2%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"t":12,"uu":"+2 wraps of unarmed power|xdmg","xF":{"ft":"equipment"},"n":"+2 Wraps of Unarmed Power"},{"id":14392,"c":4,"u":"%2b3%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"+3 rod of the pact keeper|xdmg","xF":{"ft":"equipment"},"n":"+3 Rod of the Pact Keeper"},{"id":14393,"c":4,"u":"%2b3%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"+3 wand of the war mage|xdmg","xF":{"ft":"equipment"},"n":"+3 Wand of the War Mage"},{"id":14394,"c":4,"u":"%2b3%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"t":12,"uu":"+3 wraps of unarmed power|xdmg","xF":{"ft":"equipment"},"n":"+3 Wraps of Unarmed Power"},{"id":14395,"c":4,"u":"alchemy%20jug_xdmg","p":227,"s":5,"h":1,"t":12,"uu":"alchemy jug|xdmg","m":"items/XDMG/Alchemy Jug.webp","xF":{"ft":"equipment"},"n":"Alchemy Jug"},{"id":14396,"c":4,"u":"alexandrite_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"alexandrite|xdmg","xF":{"ft":"loot"},"n":"Alexandrite"},{"id":14397,"c":4,"u":"amber_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"amber|xdmg","xF":{"ft":"loot"},"n":"Amber"},{"id":14398,"c":4,"u":"amethyst_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"amethyst|xdmg","xF":{"ft":"loot"},"n":"Amethyst"},{"id":14399,"c":4,"u":"amulet%20of%20health_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"amulet of health|xdmg","m":"items/XDMG/Amulet of Health.webp","xF":{"ft":"equipment"},"n":"Amulet of Health"},{"id":14400,"c":4,"u":"amulet%20of%20proof%20against%20detection%20and%20location_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"amulet of proof against detection and location|xdmg","m":"items/XDMG/Amulet of Proof against Detection and Location.webp","xF":{"ft":"equipment"},"n":"Amulet of Proof against Detection and Location"},{"id":14401,"c":4,"u":"amulet%20of%20the%20planes_xdmg","p":150,"s":5,"h":1,"t":12,"uu":"amulet of the planes|xdmg","m":"items/XDMG/Amulet of the Planes.webp","xF":{"ft":"equipment"},"n":"Amulet of the Planes"},{"id":14402,"c":4,"u":"animated%20shield_xdmg","p":229,"s":5,"h":1,"t":12,"uu":"animated shield|xdmg","m":"items/XDMG/Animated Shield.webp","xF":{"ft":"equipment"},"n":"Animated Shield"},{"id":14403,"c":4,"u":"apparatus%20of%20kwalish_xdmg","p":229,"s":5,"h":1,"t":12,"uu":"apparatus of kwalish|xdmg","m":"items/XDMG/Apparatus of Kwalish.webp","xF":{"ft":"equipment"},"n":"Apparatus of Kwalish"},{"id":14404,"c":4,"u":"aquamarine_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"aquamarine|xdmg","xF":{"ft":"loot"},"n":"Aquamarine"},{"id":14405,"c":4,"u":"armor%20of%20invulnerability_xdmg","p":152,"s":5,"h":1,"t":12,"uu":"armor of invulnerability|xdmg","m":"items/XDMG/Armor of Invulnerability.webp","xF":{"ft":"equipment"},"n":"Armor of Invulnerability"},{"id":14406,"c":4,"u":"arrow-catching%20shield_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"arrow-catching shield|xdmg","xF":{"ft":"equipment"},"n":"Arrow-Catching Shield"},{"id":14407,"c":4,"u":"assassin's%20blood_xdmg","p":90,"s":5,"h":1,"t":12,"uu":"assassin's blood|xdmg","xF":{"ft":"consumable"},"n":"Assassin's Blood"},{"id":14408,"c":4,"u":"axe%20of%20the%20dwarvish%20lords_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"axe of the dwarvish lords|xdmg","m":"items/XDMG/Axe of the Dwarvish Lords.webp","xF":{"ft":"weapon"},"n":"Axe of the Dwarvish Lords"},{"id":14409,"c":4,"u":"azurite_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"azurite|xdmg","xF":{"ft":"loot"},"n":"Azurite"},{"id":14410,"c":4,"u":"baba%20yaga's%20dancing%20broom_xdmg","p":232,"s":5,"h":1,"t":12,"uu":"baba yaga's dancing broom|xdmg","m":"items/XDMG/Baba Yagas Dancing Broom.webp","xF":{"ft":"equipment"},"n":"Baba Yaga's Dancing Broom"},{"id":14411,"c":4,"u":"bag%20of%20beans_xdmg","p":233,"s":5,"h":1,"t":12,"uu":"bag of beans|xdmg","m":"items/XDMG/Bag of Beans.webp","xF":{"ft":"equipment"},"n":"Bag of Beans"},{"id":14412,"c":4,"u":"bag%20of%20devouring_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of devouring|xdmg","m":"items/XDMG/Bag of Devouring.webp","xF":{"ft":"equipment"},"n":"Bag of Devouring"},{"id":14413,"c":4,"u":"bag%20of%20holding_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of holding|xdmg","m":"items/XDMG/Bag of Holding.webp","xF":{"ft":"container"},"n":"Bag of Holding"},{"id":14414,"c":4,"u":"bag%20of%20tricks%2c%20gray_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of tricks, gray|xdmg","m":"items/XDMG/Bag of Tricks.webp","xF":{"ft":"equipment"},"n":"Bag of Tricks, Gray"},{"id":14415,"c":4,"u":"bag%20of%20tricks%2c%20rust_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of tricks, rust|xdmg","m":"items/XDMG/Bag of Tricks.webp","xF":{"ft":"equipment"},"n":"Bag of Tricks, Rust"},{"id":14416,"c":4,"u":"bag%20of%20tricks%2c%20tan_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of tricks, tan|xdmg","m":"items/XDMG/Bag of Tricks.webp","xF":{"ft":"equipment"},"n":"Bag of Tricks, Tan"},{"id":14417,"c":4,"u":"banded%20agate_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"banded agate|xdmg","xF":{"ft":"loot"},"n":"Banded Agate"},{"id":14418,"c":4,"u":"bead%20of%20force_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bead of force|xdmg","xF":{"ft":"equipment"},"n":"Bead of Force"},{"id":14419,"c":4,"u":"bead%20of%20nourishment_xdmg","p":235,"s":5,"h":1,"t":12,"uu":"bead of nourishment|xdmg","xF":{"ft":"equipment"},"n":"Bead of Nourishment"},{"id":14420,"c":4,"u":"bead%20of%20refreshment_xdmg","p":235,"s":5,"h":1,"t":12,"uu":"bead of refreshment|xdmg","xF":{"ft":"equipment"},"n":"Bead of Refreshment"},{"id":14421,"c":4,"u":"bejeweled%20gold%20bracelet_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"bejeweled gold bracelet|xdmg","xF":{"ft":"loot"},"n":"Bejeweled gold bracelet"},{"id":14422,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"bejeweled ivory drinking horn with gold filigree|xdmg","xF":{"ft":"loot"},"n":"Bejeweled ivory drinking horn with gold filigree"},{"id":14423,"c":4,"u":"belt%20of%20cloud%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of cloud giant strength|xdmg","xF":{"ft":"equipment"},"n":"Belt of Cloud Giant Strength"},{"id":14424,"c":4,"u":"belt%20of%20dwarvenkind_xdmg","p":235,"s":5,"h":1,"t":12,"uu":"belt of dwarvenkind|xdmg","m":"items/XDMG/Belt of Dwarvenkind.webp","xF":{"ft":"equipment"},"n":"Belt of Dwarvenkind"},{"id":14425,"c":4,"u":"belt%20of%20fire%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of fire giant strength|xdmg","m":"items/XDMG/Belt of Giant Strength (Fire).webp","xF":{"ft":"equipment"},"n":"Belt of Fire Giant Strength"},{"id":14426,"c":4,"u":"belt%20of%20frost%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of frost giant strength|xdmg","xF":{"ft":"equipment"},"n":"Belt of Frost Giant Strength"},{"id":14427,"c":4,"u":"belt%20of%20hill%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of hill giant strength|xdmg","xF":{"ft":"equipment"},"n":"Belt of Hill Giant Strength"},{"id":14428,"c":4,"u":"belt%20of%20stone%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of stone giant strength|xdmg","m":"items/XDMG/Belt of Giant Strength (Stone).webp","xF":{"ft":"equipment"},"n":"Belt of Stone Giant Strength"},{"id":14429,"c":4,"u":"belt%20of%20storm%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of storm giant strength|xdmg","xF":{"ft":"equipment"},"n":"Belt of Storm Giant Strength"},{"id":14430,"c":4,"u":"black%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"black dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Black Dragon Scale Mail"},{"id":14431,"c":4,"u":"black%20opal_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"black opal|xdmg","xF":{"ft":"loot"},"n":"Black Opal"},{"id":14432,"c":4,"u":"black%20pearl_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"black pearl|xdmg","xF":{"ft":"loot"},"n":"Black Pearl"},{"id":14433,"c":4,"u":"black%20sapphire_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"black sapphire|xdmg","xF":{"ft":"loot"},"n":"Black Sapphire"},{"id":14434,"c":4,"u":"black%20velvet%20mask%20stitched%20with%20silver%20thread_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"black velvet mask stitched with silver thread|xdmg","xF":{"ft":"loot"},"n":"Black velvet mask stitched with silver thread"},{"id":14435,"c":4,"u":"blackrazor_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"blackrazor|xdmg","m":"items/XDMG/Blackrazor.webp","xF":{"ft":"weapon"},"n":"Blackrazor"},{"id":14436,"c":4,"u":"bloodstone_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"bloodstone|xdmg","xF":{"ft":"loot"},"n":"Bloodstone"},{"id":14437,"c":4,"u":"blue%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"blue dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Blue Dragon Scale Mail"},{"id":14438,"c":4,"u":"blue%20quartz_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"blue quartz|xdmg","xF":{"ft":"loot"},"n":"Blue Quartz"},{"id":14439,"c":4,"u":"blue%20sapphire_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"blue sapphire|xdmg","xF":{"ft":"loot"},"n":"Blue Sapphire"},{"id":14440,"c":4,"u":"blue%20spinel_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"blue spinel|xdmg","xF":{"ft":"loot"},"n":"Blue Spinel"},{"id":14441,"c":4,"u":"bomb_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"bomb|xdmg","xF":{"ft":"consumable"},"n":"Bomb"},{"id":14442,"c":4,"u":"book%20of%20exalted%20deeds_xdmg","p":237,"s":5,"h":1,"t":12,"uu":"book of exalted deeds|xdmg","m":"items/XDMG/Book of Exalted Deeds.webp","xF":{"ft":"equipment"},"n":"Book of Exalted Deeds"},{"id":14443,"c":4,"u":"book%20of%20vile%20darkness_xdmg","p":238,"s":5,"h":1,"t":12,"uu":"book of vile darkness|xdmg","m":"items/XDMG/Book of Vile Darkness.webp","xF":{"ft":"equipment"},"n":"Book of Vile Darkness"},{"id":14444,"c":4,"u":"boots%20of%20elvenkind_xdmg","p":239,"s":5,"h":1,"t":12,"uu":"boots of elvenkind|xdmg","m":"items/XDMG/Boots of Elvenkind.webp","xF":{"ft":"equipment"},"n":"Boots of Elvenkind"},{"id":14445,"c":4,"u":"boots%20of%20false%20tracks_xdmg","p":239,"s":5,"h":1,"t":12,"uu":"boots of false tracks|xdmg","xF":{"ft":"equipment"},"n":"Boots of False Tracks"},{"id":14446,"c":4,"u":"boots%20of%20levitation_xdmg","p":239,"s":5,"h":1,"t":12,"uu":"boots of levitation|xdmg","xF":{"ft":"equipment"},"n":"Boots of Levitation"},{"id":14447,"c":4,"u":"boots%20of%20speed_xdmg","p":240,"s":5,"h":1,"t":12,"uu":"boots of speed|xdmg","m":"items/XDMG/Boots of Speed.webp","xF":{"ft":"equipment"},"n":"Boots of Speed"},{"id":14448,"c":4,"u":"boots%20of%20striding%20and%20springing_xdmg","p":240,"s":5,"h":1,"t":12,"uu":"boots of striding and springing|xdmg","m":"items/XDMG/Boots of Striding and Springing.webp","xF":{"ft":"equipment"},"n":"Boots of Striding and Springing"},{"id":14449,"c":4,"u":"boots%20of%20the%20winterlands_xdmg","p":240,"s":5,"h":1,"t":12,"uu":"boots of the winterlands|xdmg","m":"items/XDMG/Boots of the Winterlands.webp","xF":{"ft":"equipment"},"n":"Boots of the Winterlands"},{"id":14450,"c":4,"u":"bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"bottle stopper cork embossed with gold leaf and set with amethysts|xdmg","xF":{"ft":"loot"},"n":"Bottle stopper cork embossed with gold leaf and set with amethysts"},{"id":14451,"c":4,"u":"bowl%20of%20commanding%20water%20elementals_xdmg","p":240,"s":5,"h":1,"t":12,"uu":"bowl of commanding water elementals|xdmg","m":"items/XDMG/Bowl of Commanding Water Elementals.webp","xF":{"ft":"equipment"},"n":"Bowl of Commanding Water Elementals"},{"id":14452,"c":4,"u":"box%20of%20turquoise%20animal%20figurines_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"box of turquoise animal figurines|xdmg","xF":{"ft":"loot"},"n":"Box of turquoise animal figurines"},{"id":14453,"c":4,"u":"bracers%20of%20archery_xdmg","p":240,"s":5,"h":1,"t":12,"uu":"bracers of archery|xdmg","m":"items/XDMG/Bracers of Archery.webp","xF":{"ft":"equipment"},"n":"Bracers of Archery"},{"id":14454,"c":4,"u":"bracers%20of%20defense_xdmg","p":241,"s":5,"h":1,"t":12,"uu":"bracers of defense|xdmg","m":"items/XDMG/Bracers of Defense.webp","xF":{"ft":"equipment"},"n":"Bracers of Defense"},{"id":14455,"c":4,"u":"brass%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"brass dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Brass Dragon Scale Mail"},{"id":14456,"c":4,"u":"brass%20mug%20with%20jade%20inlay_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"brass mug with jade inlay|xdmg","xF":{"ft":"loot"},"n":"Brass mug with jade inlay"},{"id":14457,"c":4,"u":"brazier%20of%20commanding%20fire%20elementals_xdmg","p":241,"s":5,"h":1,"t":12,"uu":"brazier of commanding fire elementals|xdmg","m":"items/XDMG/Brazier of Commanding Fire Elementals.webp","xF":{"ft":"equipment"},"n":"Brazier of Commanding Fire Elementals"},{"id":14458,"c":4,"u":"bronze%20crown_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"bronze crown|xdmg","xF":{"ft":"loot"},"n":"Bronze crown"},{"id":14459,"c":4,"u":"bronze%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"bronze dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Bronze Dragon Scale Mail"},{"id":14460,"c":4,"u":"brooch%20of%20shielding_xdmg","p":241,"s":5,"h":1,"t":12,"uu":"brooch of shielding|xdmg","m":"items/XDMG/Brooch of Shielding.webp","xF":{"ft":"equipment"},"n":"Brooch of Shielding"},{"id":14461,"c":4,"u":"broom%20of%20flying_xdmg","p":241,"s":5,"h":1,"t":12,"uu":"broom of flying|xdmg","m":"items/XDMG/Broom of Flying.webp","xF":{"ft":"equipment"},"n":"Broom of Flying"},{"id":14462,"c":4,"u":"bundle%20of%20sheet%20music%20representing%20the%20lost%20dirges%20of%20a%20famous%20composer_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"bundle of sheet music representing the lost dirges of a famous composer|xdmg","xF":{"ft":"loot"},"n":"Bundle of sheet music representing the lost dirges of a famous composer"},{"id":14463,"c":4,"u":"burnt%20othur%20fumes_xdmg","p":90,"s":5,"h":1,"t":12,"uu":"burnt othur fumes|xdmg","xF":{"ft":"consumable"},"n":"Burnt Othur Fumes"},{"id":14464,"c":4,"u":"candle%20of%20invocation_xdmg","p":241,"s":5,"h":1,"t":12,"uu":"candle of invocation|xdmg","m":"items/XDMG/Candle of Invocation.webp","xF":{"ft":"equipment"},"n":"Candle of Invocation"},{"id":14465,"c":4,"u":"candle%20of%20the%20deep_xdmg","p":242,"s":5,"h":1,"t":12,"uu":"candle of the deep|xdmg","xF":{"ft":"equipment"},"n":"Candle of the Deep"},{"id":14466,"c":4,"u":"canvas%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"canvas (1 sq. yd.)|xdmg","xF":{"ft":"loot"},"n":"Canvas (1 sq. yd.)"},{"id":14467,"c":4,"u":"cap%20of%20water%20breathing_xdmg","p":242,"s":5,"h":1,"t":12,"uu":"cap of water breathing|xdmg","xF":{"ft":"equipment"},"n":"Cap of Water Breathing"},{"id":14468,"c":4,"u":"cape%20of%20the%20mountebank_xdmg","p":242,"s":5,"h":1,"t":12,"uu":"cape of the mountebank|xdmg","m":"items/XDMG/Cape of the Mountebank.webp","xF":{"ft":"equipment"},"n":"Cape of the Mountebank"},{"id":14469,"c":4,"u":"carnelian_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"carnelian|xdmg","xF":{"ft":"loot"},"n":"Carnelian"},{"id":14470,"c":4,"u":"carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._xdmg","p":242,"s":5,"h":1,"t":12,"uu":"carpet of flying, 3 ft. × 5 ft.|xdmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 3 ft. × 5 ft."},{"id":14471,"c":4,"u":"carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._xdmg","p":242,"s":5,"h":1,"t":12,"uu":"carpet of flying, 4 ft. × 6 ft.|xdmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 4 ft. × 6 ft."},{"id":14472,"c":4,"u":"carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._xdmg","p":242,"s":5,"h":1,"t":12,"uu":"carpet of flying, 5 ft. × 7 ft.|xdmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 5 ft. × 7 ft."},{"id":14473,"c":4,"u":"carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._xdmg","p":242,"s":5,"h":1,"t":12,"uu":"carpet of flying, 6 ft. × 9 ft.|xdmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 6 ft. × 9 ft."},{"id":14474,"c":4,"u":"carrion%20crawler%20mucus_xdmg","p":90,"s":5,"h":1,"t":12,"uu":"carrion crawler mucus|xdmg","xF":{"ft":"consumable"},"n":"Carrion Crawler Mucus"},{"id":14475,"c":4,"u":"carved%20bone%20statuette_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"carved bone statuette|xdmg","xF":{"ft":"loot"},"n":"Carved bone statuette"},{"id":14476,"c":4,"u":"carved%20ivory%20statuette_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"carved ivory statuette|xdmg","xF":{"ft":"loot"},"n":"Carved ivory statuette"},{"id":14477,"c":4,"u":"carved%20wooden%20harp%20with%20ivory%20inlay%20and%20zircon%20gems_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"carved wooden harp with ivory inlay and zircon gems|xdmg","xF":{"ft":"loot"},"n":"Carved wooden harp with ivory inlay and zircon gems"},{"id":14478,"c":4,"u":"cauldron%20of%20rebirth_xdmg","p":243,"s":5,"h":1,"t":12,"uu":"cauldron of rebirth|xdmg","m":"items/XDMG/Cauldron of Rebirth.webp","xF":{"ft":"equipment"},"n":"Cauldron of Rebirth"},{"id":14479,"c":4,"u":"censer%20of%20controlling%20air%20elementals_xdmg","p":243,"s":5,"h":1,"t":12,"uu":"censer of controlling air elementals|xdmg","m":"items/XDMG/Censer of Controlling Air Elementals.webp","xF":{"ft":"equipment"},"n":"Censer of Controlling Air Elementals"},{"id":14480,"c":4,"u":"ceremonial%20gold%20armor%20with%20black%20pearls_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"ceremonial gold armor with black pearls|xdmg","xF":{"ft":"loot"},"n":"Ceremonial gold armor with black pearls"},{"id":14481,"c":4,"u":"chalcedony_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"chalcedony|xdmg","xF":{"ft":"loot"},"n":"Chalcedony"},{"id":14482,"c":4,"u":"charlatan's%20die_xdmg","p":243,"s":5,"h":1,"t":12,"uu":"charlatan's die|xdmg","m":"items/XDMG/Charlatans Die.webp","xF":{"ft":"equipment"},"n":"Charlatan's Die"},{"id":14483,"c":4,"u":"chicken_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"chicken|xdmg","xF":{"ft":"loot"},"n":"Chicken"},{"id":14484,"c":4,"u":"chime%20of%20opening_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"chime of opening|xdmg","m":"items/XDMG/Chime of Opening.webp","xF":{"ft":"equipment"},"n":"Chime of Opening"},{"id":14485,"c":4,"u":"chrysoberyl_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"chrysoberyl|xdmg","xF":{"ft":"loot"},"n":"Chrysoberyl"},{"id":14486,"c":4,"u":"chrysoprase_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"chrysoprase|xdmg","xF":{"ft":"loot"},"n":"Chrysoprase"},{"id":14487,"c":4,"u":"cinnamon_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"cinnamon|xdmg","xF":{"ft":"loot"},"n":"Cinnamon"},{"id":14488,"c":4,"u":"circlet%20of%20blasting_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"circlet of blasting|xdmg","m":"items/XDMG/Circlet of Blasting.webp","xF":{"ft":"equipment"},"n":"Circlet of Blasting"},{"id":14489,"c":4,"u":"citrine_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"citrine|xdmg","xF":{"ft":"loot"},"n":"Citrine"},{"id":14490,"c":4,"u":"cloak%20of%20arachnida_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"cloak of arachnida|xdmg","xF":{"ft":"equipment"},"n":"Cloak of Arachnida"},{"id":14491,"c":4,"u":"cloak%20of%20billowing_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"cloak of billowing|xdmg","m":"items/XDMG/Cloak of Billowing.webp","xF":{"ft":"equipment"},"n":"Cloak of Billowing"},{"id":14492,"c":4,"u":"cloak%20of%20displacement_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"cloak of displacement|xdmg","m":"items/XDMG/Cloak of Displacement.webp","xF":{"ft":"equipment"},"n":"Cloak of Displacement"},{"id":14493,"c":4,"u":"cloak%20of%20elvenkind_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"cloak of elvenkind|xdmg","m":"items/XDMG/Cloak of Elvenkind.webp","xF":{"ft":"equipment"},"n":"Cloak of Elvenkind"},{"id":14494,"c":4,"u":"cloak%20of%20invisibility_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"cloak of invisibility|xdmg","xF":{"ft":"equipment"},"n":"Cloak of Invisibility"},{"id":14495,"c":4,"u":"cloak%20of%20many%20fashions_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"cloak of many fashions|xdmg","m":"items/XDMG/Cloak of Many Fashions.webp","xF":{"ft":"equipment"},"n":"Cloak of Many Fashions"},{"id":14496,"c":4,"u":"cloak%20of%20protection_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"cloak of protection|xdmg","m":"items/XDMG/Cloak of Protection.webp","xF":{"ft":"equipment"},"n":"Cloak of Protection"},{"id":14497,"c":4,"u":"cloak%20of%20the%20bat_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"cloak of the bat|xdmg","xF":{"ft":"equipment"},"n":"Cloak of the Bat"},{"id":14498,"c":4,"u":"cloak%20of%20the%20manta%20ray_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"cloak of the manta ray|xdmg","m":"items/XDMG/Cloak of the Manta Ray.webp","xF":{"ft":"equipment"},"n":"Cloak of the Manta Ray"},{"id":14499,"c":4,"u":"clockwork%20amulet_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"clockwork amulet|xdmg","xF":{"ft":"equipment"},"n":"Clockwork Amulet"},{"id":14500,"c":4,"u":"cloth-of-gold%20vestments_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"cloth-of-gold vestments|xdmg","xF":{"ft":"loot"},"n":"Cloth-of-gold vestments"},{"id":14501,"c":4,"u":"clothes%20of%20mending_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"clothes of mending|xdmg","xF":{"ft":"equipment"},"n":"Clothes of Mending"},{"id":14502,"c":4,"u":"cloves_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"cloves|xdmg","xF":{"ft":"loot"},"n":"Cloves"},{"id":14503,"c":4,"u":"copper_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"copper|xdmg","xF":{"ft":"loot"},"n":"Copper"},{"id":14504,"c":4,"u":"copper%20chalice%20with%20silver%20filigree_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"copper chalice with silver filigree|xdmg","xF":{"ft":"loot"},"n":"Copper chalice with silver filigree"},{"id":14505,"c":4,"u":"copper%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"copper dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Copper Dragon Scale Mail"},{"id":14506,"c":4,"u":"coral_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"coral|xdmg","xF":{"ft":"loot"},"n":"Coral"},{"id":14507,"c":4,"u":"cotton%20cloth%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"cotton cloth (1 sq. yd.)|xdmg","xF":{"ft":"loot"},"n":"Cotton Cloth (1 sq. yd.)"},{"id":14508,"c":4,"u":"cow_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"cow|xdmg","xF":{"ft":"loot"},"n":"Cow"},{"id":14509,"c":4,"u":"crystal%20ball_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"crystal ball|xdmg","xF":{"ft":"equipment"},"n":"Crystal Ball"},{"id":14510,"c":4,"u":"crystal%20ball%20of%20mind%20reading_xdmg","p":159,"s":5,"h":1,"t":12,"uu":"crystal ball of mind reading|xdmg","xF":{"ft":"equipment"},"n":"Crystal Ball of Mind Reading"},{"id":14511,"c":4,"u":"crystal%20ball%20of%20telepathy_xdmg","p":159,"s":5,"h":1,"t":12,"uu":"crystal ball of telepathy|xdmg","xF":{"ft":"equipment"},"n":"Crystal Ball of Telepathy"},{"id":14512,"c":4,"u":"crystal%20ball%20of%20true%20seeing_xdmg","p":159,"s":5,"h":1,"t":12,"uu":"crystal ball of true seeing|xdmg","xF":{"ft":"equipment"},"n":"Crystal Ball of True Seeing"},{"id":14513,"c":4,"u":"cube%20of%20force_xdmg","p":246,"s":5,"h":1,"t":12,"uu":"cube of force|xdmg","m":"items/XDMG/Cube of Force.webp","xF":{"ft":"equipment"},"n":"Cube of Force"},{"id":14514,"c":4,"u":"cube%20of%20summoning_xdmg","p":247,"s":5,"h":1,"t":12,"uu":"cube of summoning|xdmg","m":"items/XDMG/Cube of Summoning.webp","xF":{"ft":"equipment"},"n":"Cube of Summoning"},{"id":14515,"c":4,"u":"cubic%20gate_xdmg","p":247,"s":5,"h":1,"t":12,"uu":"cubic gate|xdmg","m":"items/XDMG/Cubic Gate.webp","xF":{"ft":"equipment"},"n":"Cubic Gate"},{"id":14516,"c":4,"u":"daern's%20instant%20fortress_xdmg","p":247,"s":5,"h":1,"t":12,"uu":"daern's instant fortress|xdmg","m":"items/XDMG/Daerns Instant Fortress.webp","xF":{"ft":"equipment"},"n":"Daern's Instant Fortress"},{"id":14517,"c":4,"u":"dagger%20of%20venom_xdmg","p":248,"s":5,"h":1,"t":12,"uu":"dagger of venom|xdmg","m":"items/XDMG/Dagger of Venom.webp","xF":{"ft":"weapon"},"n":"Dagger of Venom"},{"id":14518,"c":4,"u":"dark%20shard%20amulet_xdmg","p":248,"s":5,"h":1,"t":12,"uu":"dark shard amulet|xdmg","m":"items/XDMG/Dark Shard Amulet.webp","xF":{"ft":"equipment"},"n":"Dark Shard Amulet"},{"id":14519,"c":4,"u":"decanter%20of%20endless%20water_xdmg","p":249,"s":5,"h":1,"t":12,"uu":"decanter of endless water|xdmg","m":"items/XDMG/Decanter of Endless Water.webp","xF":{"ft":"equipment"},"n":"Decanter of Endless Water"},{"id":14520,"c":4,"u":"deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"t":12,"uu":"deck of illusions|xdmg","xF":{"ft":"equipment"},"n":"Deck of Illusions"},{"id":14521,"c":4,"u":"deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"t":12,"uu":"deck of many things|xdmg","m":"items/XDMG/Deck of Many Things.webp","xF":{"ft":"equipment"},"n":"Deck of Many Things"},{"id":14522,"c":4,"u":"demonomicon%20of%20iggwilv_xdmg","p":252,"s":5,"h":1,"t":12,"uu":"demonomicon of iggwilv|xdmg","xF":{"ft":"equipment"},"n":"Demonomicon of Iggwilv"},{"id":14523,"c":4,"u":"detailed%2c%20life-sized%20dragonborn%20skull%20cast%20in%20electrum_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"detailed, life-sized dragonborn skull cast in electrum|xdmg","xF":{"ft":"loot"},"n":"Detailed, life-sized dragonborn skull cast in electrum"},{"id":14524,"c":4,"u":"diamond_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"diamond|xdmg","xF":{"ft":"loot"},"n":"Diamond"},{"id":14525,"c":4,"u":"dimensional%20shackles_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"dimensional shackles|xdmg","m":"items/XDMG/Dimensional Shackles.webp","xF":{"ft":"equipment"},"n":"Dimensional Shackles"},{"id":14526,"c":4,"u":"dread%20helm_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"dread helm|xdmg","m":"items/XDMG/Dread Helm.webp","xF":{"ft":"equipment"},"n":"Dread Helm"},{"id":14527,"c":4,"u":"driftglobe_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"driftglobe|xdmg","m":"items/XDMG/Driftglobe.webp","xF":{"ft":"equipment"},"n":"Driftglobe"},{"id":14528,"c":4,"u":"dust%20of%20disappearance_xdmg","p":255,"s":5,"h":1,"t":12,"uu":"dust of disappearance|xdmg","m":"items/XDMG/Dust of Disappearance.webp","xF":{"ft":"equipment"},"n":"Dust of Disappearance"},{"id":14529,"c":4,"u":"dust%20of%20dryness_xdmg","p":255,"s":5,"h":1,"t":12,"uu":"dust of dryness|xdmg","xF":{"ft":"equipment"},"n":"Dust of Dryness"},{"id":14530,"c":4,"u":"dust%20of%20sneezing%20and%20choking_xdmg","p":255,"s":5,"h":1,"t":12,"uu":"dust of sneezing and choking|xdmg","m":"items/XDMG/Dust of Sneezing and Choking.webp","xF":{"ft":"equipment"},"n":"Dust of Sneezing and Choking"},{"id":14531,"c":4,"u":"dwarven%20thrower_xdmg","p":256,"s":5,"h":1,"t":12,"uu":"dwarven thrower|xdmg","m":"items/XDMG/Dwarven Thrower.webp","xF":{"ft":"weapon"},"n":"Dwarven Thrower"},{"id":14532,"c":4,"u":"dynamite%20stick_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"dynamite stick|xdmg","xF":{"ft":"consumable"},"n":"Dynamite Stick"},{"id":14533,"c":4,"u":"ear%20horn%20of%20hearing_xdmg","p":256,"s":5,"h":1,"t":12,"uu":"ear horn of hearing|xdmg","xF":{"ft":"equipment"},"n":"Ear Horn of Hearing"},{"id":14534,"c":4,"u":"efreeti%20bottle_xdmg","p":256,"s":5,"h":1,"t":12,"uu":"efreeti bottle|xdmg","m":"items/XDMG/Efreeti Bottle.webp","xF":{"ft":"equipment"},"n":"Efreeti Bottle"},{"id":14535,"c":4,"u":"elemental%20gem%2c%20blue%20sapphire_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elemental gem, blue sapphire|xdmg","m":"items/XDMG/Elemental Gem (Blue Sapphire).webp","xF":{"ft":"equipment"},"n":"Elemental Gem, Blue Sapphire"},{"id":14536,"c":4,"u":"elemental%20gem%2c%20emerald_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elemental gem, emerald|xdmg","m":"items/XDMG/Elemental Gem (Emerald).webp","xF":{"ft":"equipment"},"n":"Elemental Gem, Emerald"},{"id":14537,"c":4,"u":"elemental%20gem%2c%20red%20corundum_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elemental gem, red corundum|xdmg","m":"items/XDMG/Elemental Gem (Red Corundum).webp","xF":{"ft":"equipment"},"n":"Elemental Gem, Red Corundum"},{"id":14538,"c":4,"u":"elemental%20gem%2c%20yellow%20diamond_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elemental gem, yellow diamond|xdmg","m":"items/XDMG/Elemental Gem (Yellow Diamond).webp","xF":{"ft":"equipment"},"n":"Elemental Gem, Yellow Diamond"},{"id":14539,"c":4,"u":"elixir%20of%20health_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elixir of health|xdmg","xF":{"ft":"consumable"},"n":"Elixir of Health"},{"id":14540,"c":4,"u":"embroidered%20glove%20set%20with%20jewel%20chips_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"embroidered glove set with jewel chips|xdmg","xF":{"ft":"loot"},"n":"Embroidered glove set with jewel chips"},{"id":14541,"c":4,"u":"embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"embroidered silk and velvet mantle set with numerous moonstones|xdmg","xF":{"ft":"loot"},"n":"Embroidered silk and velvet mantle set with numerous moonstones"},{"id":14542,"c":4,"u":"embroidered%20silk%20handkerchief_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"embroidered silk handkerchief|xdmg","xF":{"ft":"loot"},"n":"Embroidered silk handkerchief"},{"id":14543,"c":4,"u":"emerald_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"emerald|xdmg","xF":{"ft":"loot"},"n":"Emerald"},{"id":14544,"c":4,"u":"enduring%20spellbook_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"enduring spellbook|xdmg","xF":{"ft":"equipment"},"n":"Enduring Spellbook"},{"id":14545,"c":4,"u":"enspelled%20staff%20(cantrip)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (cantrip)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Cantrip)"},{"id":14546,"c":4,"u":"enspelled%20staff%20(level%201)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 1)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 1)"},{"id":14547,"c":4,"u":"enspelled%20staff%20(level%202)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 2)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 2)"},{"id":14548,"c":4,"u":"enspelled%20staff%20(level%203)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 3)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 3)"},{"id":14549,"c":4,"u":"enspelled%20staff%20(level%204)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 4)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 4)"},{"id":14550,"c":4,"u":"enspelled%20staff%20(level%205)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 5)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 5)"},{"id":14551,"c":4,"u":"enspelled%20staff%20(level%206)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 6)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 6)"},{"id":14552,"c":4,"u":"enspelled%20staff%20(level%207)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 7)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 7)"},{"id":14553,"c":4,"u":"enspelled%20staff%20(level%208)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 8)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 8)"},{"id":14554,"c":4,"u":"ersatz%20eye_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"ersatz eye|xdmg","xF":{"ft":"equipment"},"n":"Ersatz Eye"},{"id":14555,"c":4,"u":"essence%20of%20ether_xdmg","p":90,"s":5,"h":1,"t":12,"uu":"essence of ether|xdmg","xF":{"ft":"consumable"},"n":"Essence of Ether"},{"id":14556,"c":4,"u":"eversmoking%20bottle_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"eversmoking bottle|xdmg","m":"items/XDMG/Eversmoking Bottle.webp","xF":{"ft":"equipment"},"n":"Eversmoking Bottle"},{"id":14557,"c":4,"u":"eye%20agate_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"eye agate|xdmg","xF":{"ft":"loot"},"n":"Eye Agate"},{"id":14558,"c":4,"u":"eye%20of%20vecna_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"eye of vecna|xdmg","m":"items/XDMG/Eye and Hand of Vecna.webp","xF":{"ft":"equipment"},"n":"Eye of Vecna"},{"id":14559,"c":4,"u":"eye%20patch%20decorated%20with%20tiny%20blue%20sapphires%20and%20moonstones_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"eye patch decorated with tiny blue sapphires and moonstones|xdmg","xF":{"ft":"loot"},"n":"Eye patch decorated with tiny blue sapphires and moonstones"},{"id":14560,"c":4,"u":"eyes%20of%20charming_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"eyes of charming|xdmg","m":"items/XDMG/Eyes of Charming.webp","xF":{"ft":"equipment"},"n":"Eyes of Charming"},{"id":14561,"c":4,"u":"eyes%20of%20minute%20seeing_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"eyes of minute seeing|xdmg","xF":{"ft":"equipment"},"n":"Eyes of Minute Seeing"},{"id":14562,"c":4,"u":"eyes%20of%20the%20eagle_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"eyes of the eagle|xdmg","m":"items/XDMG/Eyes of the Eagle.webp","xF":{"ft":"equipment"},"n":"Eyes of the Eagle"},{"id":14563,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20bronze%20griffon_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, bronze griffon|xdmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Bronze Griffon"},{"id":14564,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ebony%20fly_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, ebony fly|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Ebony Fly).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Ebony Fly"},{"id":14565,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20golden%20lions_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, golden lions|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Golden Lions).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Golden Lions"},{"id":14566,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ivory%20goats_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, ivory goats|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Ivory Goats).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Ivory Goats"},{"id":14567,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20marble%20elephant_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, marble elephant|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Marble Elephant).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Marble Elephant"},{"id":14568,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20obsidian%20steed_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, obsidian steed|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Obsidian Steed).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Obsidian Steed"},{"id":14569,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20onyx%20dog_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, onyx dog|xdmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Onyx Dog"},{"id":14570,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20serpentine%20owl_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, serpentine owl|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Serpentine Owl).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Serpentine Owl"},{"id":14571,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20silver%20raven_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, silver raven|xdmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Silver Raven"},{"id":14572,"c":4,"u":"fine%20gold%20chain%20set%20with%20a%20fire%20opal_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"fine gold chain set with a fire opal|xdmg","xF":{"ft":"loot"},"n":"Fine gold chain set with a fire opal"},{"id":14573,"c":4,"u":"fire%20opal_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"fire opal|xdmg","xF":{"ft":"loot"},"n":"Fire Opal"},{"id":14574,"c":4,"u":"flour_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"flour|xdmg","xF":{"ft":"loot"},"n":"Flour"},{"id":14575,"c":4,"u":"folding%20boat_xdmg","p":263,"s":5,"h":1,"t":12,"uu":"folding boat|xdmg","m":"items/XDMG/Folding Boat.webp","xF":{"ft":"equipment"},"n":"Folding Boat"},{"id":14576,"c":4,"u":"fragmentation%20grenade_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"fragmentation grenade|xdmg","xF":{"ft":"consumable"},"n":"Fragmentation Grenade"},{"id":14577,"c":4,"u":"garnet_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"garnet|xdmg","xF":{"ft":"loot"},"n":"Garnet"},{"id":14578,"c":4,"u":"gauntlets%20of%20ogre%20power_xdmg","p":264,"s":5,"h":1,"t":12,"uu":"gauntlets of ogre power|xdmg","m":"items/XDMG/Gauntlets of Ogre Power.webp","xF":{"ft":"equipment"},"n":"Gauntlets of Ogre Power"},{"id":14579,"c":4,"u":"gem%20of%20brightness_xdmg","p":264,"s":5,"h":1,"t":12,"uu":"gem of brightness|xdmg","m":"items/XDMG/Gem of Brightness.webp","xF":{"ft":"equipment"},"n":"Gem of Brightness"},{"id":14580,"c":4,"u":"gem%20of%20seeing_xdmg","p":264,"s":5,"h":1,"t":12,"uu":"gem of seeing|xdmg","m":"items/XDMG/Gem of Seeing.webp","xF":{"ft":"equipment"},"n":"Gem of Seeing"},{"id":14581,"c":4,"u":"gilded%20royal%20coach%20or%20funeral%20barge_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gilded royal coach or funeral barge|xdmg","xF":{"ft":"loot"},"n":"Gilded royal coach or funeral barge"},{"id":14582,"c":4,"u":"ginger_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"ginger|xdmg","xF":{"ft":"loot"},"n":"Ginger"},{"id":14583,"c":4,"u":"glamoured%20studded%20leather_xdmg","p":264,"s":5,"h":1,"t":12,"uu":"glamoured studded leather|xdmg","xF":{"ft":"equipment"},"n":"Glamoured Studded Leather"},{"id":14584,"c":4,"u":"gloves%20of%20missile%20snaring_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"gloves of missile snaring|xdmg","m":"items/XDMG/Gloves of Missile Snaring.webp","xF":{"ft":"equipment"},"n":"Gloves of Missile Snaring"},{"id":14585,"c":4,"u":"gloves%20of%20swimming%20and%20climbing_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"gloves of swimming and climbing|xdmg","xF":{"ft":"equipment"},"n":"Gloves of Swimming and Climbing"},{"id":14586,"c":4,"u":"gloves%20of%20thievery_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"gloves of thievery|xdmg","m":"items/XDMG/Gloves of Thievery.webp","xF":{"ft":"equipment"},"n":"Gloves of Thievery"},{"id":14587,"c":4,"u":"goat_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"goat|xdmg","xF":{"ft":"loot"},"n":"Goat"},{"id":14588,"c":4,"u":"goggles%20of%20night_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"goggles of night|xdmg","m":"items/XDMG/Goggles of Night.webp","xF":{"ft":"equipment"},"n":"Goggles of Night"},{"id":14589,"c":4,"u":"gold_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"gold|xdmg","xF":{"ft":"loot"},"n":"Gold"},{"id":14590,"c":4,"u":"gold%20bar%20(5-pound)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"gold bar (5-pound)|xdmg","xF":{"ft":"loot"},"n":"Gold Bar (5-pound)"},{"id":14591,"c":4,"u":"gold%20birdcage%20with%20electrum%20filigree_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold birdcage with electrum filigree|xdmg","xF":{"ft":"loot"},"n":"Gold birdcage with electrum filigree"},{"id":14592,"c":4,"u":"gold%20bracelet_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold bracelet|xdmg","xF":{"ft":"loot"},"n":"Gold bracelet"},{"id":14593,"c":4,"u":"gold%20circlet%20set%20with%20four%20aquamarines_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold circlet set with four aquamarines|xdmg","xF":{"ft":"loot"},"n":"Gold circlet set with four aquamarines"},{"id":14594,"c":4,"u":"gold%20comb%20shaped%20like%20a%20dragon%20with%20red%20garnets%20as%20eyes_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold comb shaped like a dragon with red garnets as eyes|xdmg","xF":{"ft":"loot"},"n":"Gold comb shaped like a dragon with red garnets as eyes"},{"id":14595,"c":4,"u":"gold%20cup%20set%20with%20emeralds_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold cup set with emeralds|xdmg","xF":{"ft":"loot"},"n":"Gold cup set with emeralds"},{"id":14596,"c":4,"u":"gold%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"gold dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Gold Dragon Scale Mail"},{"id":14597,"c":4,"u":"gold%20idol_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold idol|xdmg","xF":{"ft":"loot"},"n":"Gold idol"},{"id":14598,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold jewelry box with platinum filigree|xdmg","xF":{"ft":"loot"},"n":"Gold jewelry box with platinum filigree"},{"id":14599,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold locket with a painted portrait inside|xdmg","xF":{"ft":"loot"},"n":"Gold locket with a painted portrait inside"},{"id":14600,"c":4,"u":"gold%20music%20box_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold music box|xdmg","xF":{"ft":"loot"},"n":"Gold music box"},{"id":14601,"c":4,"u":"gold%20ring%20set%20with%20bloodstones_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold ring set with bloodstones|xdmg","xF":{"ft":"loot"},"n":"Gold ring set with bloodstones"},{"id":14602,"c":4,"u":"gold%20statuette%20set%20with%20rubies_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold statuette set with rubies|xdmg","xF":{"ft":"loot"},"n":"Gold statuette set with rubies"},{"id":14603,"c":4,"u":"green%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"green dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Green Dragon Scale Mail"},{"id":14604,"c":4,"u":"grenade%20launcher_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"grenade launcher|xdmg","xF":{"ft":"loot"},"n":"Grenade Launcher"},{"id":14605,"c":4,"u":"gunpowder%20(keg)_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"gunpowder (keg)|xdmg","xF":{"ft":"consumable"},"n":"Gunpowder (keg)"},{"id":14606,"c":4,"u":"gunpowder%20(powder%20horn)_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"gunpowder (powder horn)|xdmg","xF":{"ft":"consumable"},"n":"Gunpowder (powder horn)"},{"id":14607,"c":4,"u":"hag%20eye_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"hag eye|xdmg","m":"items/XDMG/Hag Eye.webp","xF":{"ft":"equipment"},"n":"Hag Eye"},{"id":14608,"c":4,"u":"hand%20of%20vecna_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"hand of vecna|xdmg","m":"items/XDMG/Eye and Hand of Vecna.webp","xF":{"ft":"equipment"},"n":"Hand of Vecna"},{"id":14609,"c":4,"u":"handheld%20mirror%20set%20in%20a%20painted%20wooden%20frame_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"handheld mirror set in a painted wooden frame|xdmg","xF":{"ft":"loot"},"n":"Handheld mirror set in a painted wooden frame"},{"id":14610,"c":4,"u":"hat%20of%20disguise_xdmg","p":266,"s":5,"h":1,"t":12,"uu":"hat of disguise|xdmg","m":"items/XDMG/Hat of Disguise.webp","xF":{"ft":"equipment"},"n":"Hat of Disguise"},{"id":14611,"c":4,"u":"hat%20of%20many%20spells_xdmg","p":266,"s":5,"h":1,"t":12,"uu":"hat of many spells|xdmg","xF":{"ft":"equipment"},"n":"Hat of Many Spells"},{"id":14612,"c":4,"u":"hat%20of%20vermin_xdmg","p":267,"s":5,"h":1,"t":12,"uu":"hat of vermin|xdmg","m":"items/XDMG/Hat of Vermin.webp","xF":{"ft":"equipment"},"n":"Hat of Vermin"},{"id":14613,"c":4,"u":"hat%20of%20wizardry_xdmg","p":267,"s":5,"h":1,"t":12,"uu":"hat of wizardry|xdmg","m":"items/XDMG/Hat of Wizardry.webp","xF":{"ft":"equipment"},"n":"Hat of Wizardry"},{"id":14614,"c":4,"u":"headband%20of%20intellect_xdmg","p":268,"s":5,"h":1,"t":12,"uu":"headband of intellect|xdmg","m":"items/XDMG/Headband of Intellect.webp","xF":{"ft":"equipment"},"n":"Headband of Intellect"},{"id":14615,"c":4,"u":"helm%20of%20brilliance_xdmg","p":268,"s":5,"h":1,"t":12,"uu":"helm of brilliance|xdmg","m":"items/XDMG/Helm of Brilliance.webp","xF":{"ft":"equipment"},"n":"Helm of Brilliance"},{"id":14616,"c":4,"u":"helm%20of%20comprehending%20languages_xdmg","p":268,"s":5,"h":1,"t":12,"uu":"helm of comprehending languages|xdmg","m":"items/XDMG/Helm of Comprehending Languages.webp","xF":{"ft":"equipment"},"n":"Helm of Comprehending Languages"},{"id":14617,"c":4,"u":"helm%20of%20telepathy_xdmg","p":268,"s":5,"h":1,"t":12,"uu":"helm of telepathy|xdmg","m":"items/XDMG/Helm of Telepathy.webp","xF":{"ft":"equipment"},"n":"Helm of Telepathy"},{"id":14618,"c":4,"u":"helm%20of%20teleportation_xdmg","p":268,"s":5,"h":1,"t":12,"uu":"helm of teleportation|xdmg","m":"items/XDMG/Helm of Teleportation.webp","xF":{"ft":"equipment"},"n":"Helm of Teleportation"},{"id":14619,"c":4,"u":"hematite_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"hematite|xdmg","xF":{"ft":"loot"},"n":"Hematite"},{"id":14620,"c":4,"u":"heward's%20handy%20haversack_xdmg","p":269,"s":5,"h":1,"t":12,"uu":"heward's handy haversack|xdmg","m":"items/XDMG/Hewards Handy Haversack.webp","xF":{"ft":"container"},"n":"Heward's Handy Haversack"},{"id":14621,"c":4,"u":"heward's%20handy%20spice%20pouch_xdmg","p":269,"s":5,"h":1,"t":12,"uu":"heward's handy spice pouch|xdmg","xF":{"ft":"equipment"},"n":"Heward's Handy Spice Pouch"},{"id":14622,"c":4,"u":"horn%20of%20blasting_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of blasting|xdmg","m":"items/XDMG/Horn of Blasting.webp","xF":{"ft":"equipment"},"n":"Horn of Blasting"},{"id":14623,"c":4,"u":"horn%20of%20silent%20alarm_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of silent alarm|xdmg","xF":{"ft":"equipment"},"n":"Horn of Silent Alarm"},{"id":14624,"c":4,"u":"horn%20of%20valhalla%2c%20brass_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of valhalla, brass|xdmg","m":"items/XDMG/Horn of Valhalla.webp","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Brass"},{"id":14625,"c":4,"u":"horn%20of%20valhalla%2c%20bronze_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of valhalla, bronze|xdmg","m":"items/XDMG/Horn of Valhalla.webp","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Bronze"},{"id":14626,"c":4,"u":"horn%20of%20valhalla%2c%20iron_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of valhalla, iron|xdmg","m":"items/XDMG/Horn of Valhalla.webp","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Iron"},{"id":14627,"c":4,"u":"horn%20of%20valhalla%2c%20silver_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of valhalla, silver|xdmg","m":"items/XDMG/Horn of Valhalla.webp","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Silver"},{"id":14628,"c":4,"u":"horseshoes%20of%20a%20zephyr_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horseshoes of a zephyr|xdmg","xF":{"ft":"equipment"},"n":"Horseshoes of a Zephyr"},{"id":14629,"c":4,"u":"horseshoes%20of%20speed_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horseshoes of speed|xdmg","xF":{"ft":"equipment"},"n":"Horseshoes of Speed"},{"id":14630,"c":4,"u":"immovable%20rod_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"immovable rod|xdmg","m":"items/XDMG/Immovable Rod.webp","xF":{"ft":"equipment"},"n":"Immovable Rod"},{"id":14631,"c":4,"u":"instrument%20of%20illusions_xdmg","p":271,"s":5,"h":1,"t":12,"uu":"instrument of illusions|xdmg","m":"items/XDMG/Instrument of Illusions.webp","xF":{"ft":"equipment"},"n":"Instrument of Illusions"},{"id":14632,"c":4,"u":"instrument%20of%20scribing_xdmg","p":271,"s":5,"h":1,"t":12,"uu":"instrument of scribing|xdmg","xF":{"ft":"equipment"},"n":"Instrument of Scribing"},{"id":14633,"c":4,"u":"instrument%20of%20the%20bards%2c%20anstruth%20harp_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, anstruth harp|xdmg","m":"items/XDMG/Anstruth Harp.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Anstruth Harp"},{"id":14634,"c":4,"u":"instrument%20of%20the%20bards%2c%20canaith%20mandolin_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, canaith mandolin|xdmg","m":"items/XDMG/Canaith Mandolin.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Canaith Mandolin"},{"id":14635,"c":4,"u":"instrument%20of%20the%20bards%2c%20cli%20lyre_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, cli lyre|xdmg","m":"items/XDMG/Cli Lyre.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Cli Lyre"},{"id":14636,"c":4,"u":"instrument%20of%20the%20bards%2c%20doss%20lute_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, doss lute|xdmg","m":"items/XDMG/Doss Lute.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Doss Lute"},{"id":14637,"c":4,"u":"instrument%20of%20the%20bards%2c%20fochlucan%20bandore_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, fochlucan bandore|xdmg","m":"items/XDMG/Fochlucan Bandore.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Fochlucan Bandore"},{"id":14638,"c":4,"u":"instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, mac-fuirmidh cittern|xdmg","m":"items/XDMG/Mac-Fuirmidh Cittern.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Mac-Fuirmidh Cittern"},{"id":14639,"c":4,"u":"instrument%20of%20the%20bards%2c%20ollamh%20harp_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, ollamh harp|xdmg","m":"items/XDMG/Ollamh Harp.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Ollamh Harp"},{"id":14640,"c":4,"u":"ioun%20stone%2c%20absorption_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, absorption|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Absorption"},{"id":14641,"c":4,"u":"ioun%20stone%2c%20agility_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, agility|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Agility"},{"id":14642,"c":4,"u":"ioun%20stone%2c%20awareness_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, awareness|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Awareness"},{"id":14643,"c":4,"u":"ioun%20stone%2c%20fortitude_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, fortitude|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Fortitude"},{"id":14644,"c":4,"u":"ioun%20stone%2c%20greater%20absorption_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, greater absorption|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Greater Absorption"},{"id":14645,"c":4,"u":"ioun%20stone%2c%20insight_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, insight|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Insight"},{"id":14646,"c":4,"u":"ioun%20stone%2c%20intellect_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, intellect|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Intellect"},{"id":14647,"c":4,"u":"ioun%20stone%2c%20leadership_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, leadership|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Leadership"},{"id":14648,"c":4,"u":"ioun%20stone%2c%20mastery_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, mastery|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Mastery"},{"id":14649,"c":4,"u":"ioun%20stone%2c%20protection_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, protection|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Protection"},{"id":14650,"c":4,"u":"ioun%20stone%2c%20regeneration_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, regeneration|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Regeneration"},{"id":14651,"c":4,"u":"ioun%20stone%2c%20reserve_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, reserve|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Reserve"},{"id":14652,"c":4,"u":"ioun%20stone%2c%20strength_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, strength|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Strength"},{"id":14653,"c":4,"u":"ioun%20stone%2c%20sustenance_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, sustenance|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Sustenance"},{"id":14654,"c":4,"u":"iron_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"iron|xdmg","xF":{"ft":"loot"},"n":"Iron"},{"id":14655,"c":4,"u":"iron%20bands%20of%20bilarro_xdmg","p":274,"s":5,"h":1,"t":12,"uu":"iron bands of bilarro|xdmg","m":"items/XDMG/Iron Bands of Bilarro.webp","xF":{"ft":"equipment"},"n":"Iron Bands of Bilarro"},{"id":14656,"c":4,"u":"iron%20flask_xdmg","p":274,"s":5,"h":1,"t":12,"uu":"iron flask|xdmg","m":"items/XDMG/Iron Flask.webp","xF":{"ft":"equipment"},"n":"Iron Flask"},{"id":14657,"c":4,"u":"jacinth_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"jacinth|xdmg","xF":{"ft":"loot"},"n":"Jacinth"},{"id":14658,"c":4,"u":"jade_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"jade|xdmg","xF":{"ft":"loot"},"n":"Jade"},{"id":14659,"c":4,"u":"jade%20game%20board%20with%20gold%20playing%20pieces_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"jade game board with gold playing pieces|xdmg","xF":{"ft":"loot"},"n":"Jade game board with gold playing pieces"},{"id":14660,"c":4,"u":"jasper_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"jasper|xdmg","xF":{"ft":"loot"},"n":"Jasper"},{"id":14661,"c":4,"u":"javelin%20of%20lightning_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"javelin of lightning|xdmg","m":"items/XDMG/Javelin of Lightning.webp","xF":{"ft":"weapon"},"n":"Javelin of Lightning"},{"id":14662,"c":4,"u":"jet_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"jet|xdmg","xF":{"ft":"loot"},"n":"Jet"},{"id":14663,"c":4,"u":"jeweled%20anklet_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"jeweled anklet|xdmg","xF":{"ft":"loot"},"n":"Jeweled anklet"},{"id":14664,"c":4,"u":"jeweled%20gold%20crown_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"jeweled gold crown|xdmg","xF":{"ft":"loot"},"n":"Jeweled gold crown"},{"id":14665,"c":4,"u":"jeweled%20platinum%20ring_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"jeweled platinum ring|xdmg","xF":{"ft":"loot"},"n":"Jeweled platinum ring"},{"id":14666,"c":4,"u":"keoghtom's%20ointment_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"keoghtom's ointment|xdmg","m":"items/XDMG/Keoghtoms Ointment.webp","xF":{"ft":"equipment"},"n":"Keoghtom's Ointment"},{"id":14667,"c":4,"u":"lantern%20of%20revealing_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"lantern of revealing|xdmg","m":"items/XDMG/Lantern of Revealing.webp","xF":{"ft":"equipment"},"n":"Lantern of Revealing"},{"id":14668,"c":4,"u":"lapis%20lazuli_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"lapis lazuli|xdmg","xF":{"ft":"loot"},"n":"Lapis Lazuli"},{"id":14669,"c":4,"u":"linen%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"linen (1 sq. yd.)|xdmg","xF":{"ft":"loot"},"n":"Linen (1 sq. yd.)"},{"id":14670,"c":4,"u":"lock%20of%20trickery_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"lock of trickery|xdmg","xF":{"ft":"equipment"},"n":"Lock of Trickery"},{"id":14671,"c":4,"u":"lolth's%20sting_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"lolth's sting|xdmg","xF":{"ft":"consumable"},"n":"Lolth's Sting"},{"id":14672,"c":4,"u":"lute%20of%20thunderous%20thumping_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"lute of thunderous thumping|xdmg","xF":{"ft":"weapon"},"n":"Lute of Thunderous Thumping"},{"id":14673,"c":4,"u":"mace%20of%20disruption_xdmg","p":276,"s":5,"h":1,"t":12,"uu":"mace of disruption|xdmg","m":"items/XDMG/Mace of Disruption.webp","xF":{"ft":"weapon"},"n":"Mace of Disruption"},{"id":14674,"c":4,"u":"mace%20of%20smiting_xdmg","p":276,"s":5,"h":1,"t":12,"uu":"mace of smiting|xdmg","m":"items/XDMG/Mace of Smiting.webp","xF":{"ft":"weapon"},"n":"Mace of Smiting"},{"id":14675,"c":4,"u":"mace%20of%20terror_xdmg","p":276,"s":5,"h":1,"t":12,"uu":"mace of terror|xdmg","m":"items/XDMG/Mace of Terror.webp","xF":{"ft":"weapon"},"n":"Mace of Terror"},{"id":14676,"c":4,"u":"malachite_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"malachite|xdmg","xF":{"ft":"loot"},"n":"Malachite"},{"id":14677,"c":4,"u":"malice_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"malice|xdmg","xF":{"ft":"consumable"},"n":"Malice"},{"id":14678,"c":4,"u":"mantle%20of%20spell%20resistance_xdmg","p":276,"s":5,"h":1,"t":12,"uu":"mantle of spell resistance|xdmg","m":"items/XDMG/Mantle of Spell Resistance.webp","xF":{"ft":"equipment"},"n":"Mantle of Spell Resistance"},{"id":14679,"c":4,"u":"manual%20of%20bodily%20health_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of bodily health|xdmg","m":"items/XDMG/Manual of Bodily Health.webp","xF":{"ft":"equipment"},"n":"Manual of Bodily Health"},{"id":14680,"c":4,"u":"manual%20of%20clay%20golems_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of clay golems|xdmg","m":"items/XDMG/Manual of Clay Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Clay Golems"},{"id":14681,"c":4,"u":"manual%20of%20flesh%20golems_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of flesh golems|xdmg","m":"items/XDMG/Manual of Flesh Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Flesh Golems"},{"id":14682,"c":4,"u":"manual%20of%20gainful%20exercise_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of gainful exercise|xdmg","xF":{"ft":"equipment"},"n":"Manual of Gainful Exercise"},{"id":14683,"c":4,"u":"manual%20of%20iron%20golems_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of iron golems|xdmg","m":"items/XDMG/Manual of Iron Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Iron Golems"},{"id":14684,"c":4,"u":"manual%20of%20quickness%20of%20action_xdmg","p":278,"s":5,"h":1,"t":12,"uu":"manual of quickness of action|xdmg","m":"items/XDMG/Manual of Quickness of Action.webp","xF":{"ft":"equipment"},"n":"Manual of Quickness of Action"},{"id":14685,"c":4,"u":"manual%20of%20stone%20golems_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of stone golems|xdmg","m":"items/XDMG/Manual of Stone Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Stone Golems"},{"id":14686,"c":4,"u":"medallion%20of%20thoughts_xdmg","p":278,"s":5,"h":1,"t":12,"uu":"medallion of thoughts|xdmg","m":"items/XDMG/Medallion of Thoughts.webp","xF":{"ft":"equipment"},"n":"Medallion of Thoughts"},{"id":14687,"c":4,"u":"midnight%20tears_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"midnight tears|xdmg","xF":{"ft":"consumable"},"n":"Midnight Tears"},{"id":14688,"c":4,"u":"mirror%20of%20life%20trapping_xdmg","p":278,"s":5,"h":1,"t":12,"uu":"mirror of life trapping|xdmg","m":"items/XDMG/Mirror of Life Trapping.webp","xF":{"ft":"equipment"},"n":"Mirror of Life Trapping"},{"id":14689,"c":4,"u":"moonstone_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"moonstone|xdmg","xF":{"ft":"loot"},"n":"Moonstone"},{"id":14690,"c":4,"u":"moss%20agate_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"moss agate|xdmg","xF":{"ft":"loot"},"n":"Moss Agate"},{"id":14691,"c":4,"u":"mystery%20key_xdmg","p":280,"s":5,"h":1,"t":12,"uu":"mystery key|xdmg","xF":{"ft":"equipment"},"n":"Mystery Key"},{"id":14692,"c":4,"u":"nature's%20mantle_xdmg","p":280,"s":5,"h":1,"t":12,"uu":"nature's mantle|xdmg","m":"items/XDMG/Natures Mantle.webp","xF":{"ft":"equipment"},"n":"Nature's Mantle"},{"id":14693,"c":4,"u":"necklace%20of%20adaptation_xdmg","p":280,"s":5,"h":1,"t":12,"uu":"necklace of adaptation|xdmg","m":"items/XDMG/Necklace of Adaptation.webp","xF":{"ft":"equipment"},"n":"Necklace of Adaptation"},{"id":14694,"c":4,"u":"necklace%20of%20fireballs_xdmg","p":280,"s":5,"h":1,"t":12,"uu":"necklace of fireballs|xdmg","m":"items/XDMG/Necklace of Fireballs.webp","xF":{"ft":"equipment"},"n":"Necklace of Fireballs"},{"id":14695,"c":4,"u":"necklace%20of%20prayer%20beads_xdmg","p":281,"s":5,"h":1,"t":12,"uu":"necklace of prayer beads|xdmg","m":"items/XDMG/Necklace of Prayer Beads.webp","xF":{"ft":"equipment"},"n":"Necklace of Prayer Beads"},{"id":14696,"c":4,"u":"necklace%20string%20of%20small%20pink%20pearls_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"necklace string of small pink pearls|xdmg","xF":{"ft":"loot"},"n":"Necklace string of small pink pearls"},{"id":14697,"c":4,"u":"nolzur's%20marvelous%20pigments_xdmg","p":281,"s":5,"h":1,"t":12,"uu":"nolzur's marvelous pigments|xdmg","m":"items/XDMG/Nolzurs Marvelous Pigments.webp","xF":{"ft":"equipment"},"n":"Nolzur's Marvelous Pigments"},{"id":14698,"c":4,"u":"obsidian_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"obsidian|xdmg","xF":{"ft":"loot"},"n":"Obsidian"},{"id":14699,"c":4,"u":"obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"obsidian statuette with gold fittings and inlay|xdmg","xF":{"ft":"loot"},"n":"Obsidian statuette with gold fittings and inlay"},{"id":14700,"c":4,"u":"oil%20of%20etherealness_xdmg","p":282,"s":5,"h":1,"t":12,"uu":"oil of etherealness|xdmg","xF":{"ft":"consumable"},"n":"Oil of Etherealness"},{"id":14701,"c":4,"u":"oil%20of%20sharpness_xdmg","p":282,"s":5,"h":1,"t":12,"uu":"oil of sharpness|xdmg","xF":{"ft":"consumable"},"n":"Oil of Sharpness"},{"id":14702,"c":4,"u":"oil%20of%20slipperiness_xdmg","p":283,"s":5,"h":1,"t":12,"uu":"oil of slipperiness|xdmg","xF":{"ft":"consumable"},"n":"Oil of Slipperiness"},{"id":14703,"c":4,"u":"oil%20of%20taggit_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"oil of taggit|xdmg","xF":{"ft":"consumable"},"n":"Oil of Taggit"},{"id":14704,"c":4,"u":"old%20masterpiece%20painting_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"old masterpiece painting|xdmg","xF":{"ft":"loot"},"n":"Old masterpiece painting"},{"id":14705,"c":4,"u":"onyx_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"onyx|xdmg","xF":{"ft":"loot"},"n":"Onyx"},{"id":14706,"c":4,"u":"opal_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"opal|xdmg","xF":{"ft":"loot"},"n":"Opal"},{"id":14707,"c":4,"u":"orb%20of%20direction_xdmg","p":283,"s":5,"h":1,"t":12,"uu":"orb of direction|xdmg","m":"items/XDMG/Orb of Direction.webp","xF":{"ft":"equipment"},"n":"Orb of Direction"},{"id":14708,"c":4,"u":"orb%20of%20dragonkind_xdmg","p":283,"s":5,"h":1,"t":12,"uu":"orb of dragonkind|xdmg","m":"items/XDMG/Orb of Dragonkind.webp","xF":{"ft":"equipment"},"n":"Orb of Dragonkind"},{"id":14709,"c":4,"u":"orb%20of%20time_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"orb of time|xdmg","xF":{"ft":"equipment"},"n":"Orb of Time"},{"id":14710,"c":4,"u":"ox_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"ox|xdmg","xF":{"ft":"loot"},"n":"Ox"},{"id":14711,"c":4,"u":"painted%20gold%20war%20mask_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"painted gold war mask|xdmg","xF":{"ft":"loot"},"n":"Painted gold war mask"},{"id":14712,"c":4,"u":"pair%20of%20engraved%20bone%20dice_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"pair of engraved bone dice|xdmg","xF":{"ft":"loot"},"n":"Pair of engraved bone dice"},{"id":14713,"c":4,"u":"pale%20tincture_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"pale tincture|xdmg","xF":{"ft":"consumable"},"n":"Pale Tincture"},{"id":14714,"c":4,"u":"pearl_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"pearl|xdmg","xF":{"ft":"loot"},"n":"Pearl"},{"id":14715,"c":4,"u":"pearl%20of%20power_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"pearl of power|xdmg","xF":{"ft":"equipment"},"n":"Pearl of Power"},{"id":14716,"c":4,"u":"pepper_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"pepper|xdmg","xF":{"ft":"loot"},"n":"Pepper"},{"id":14717,"c":4,"u":"perfume%20of%20bewitching_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"perfume of bewitching|xdmg","xF":{"ft":"equipment"},"n":"Perfume of Bewitching"},{"id":14718,"c":4,"u":"periapt%20of%20health_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"periapt of health|xdmg","m":"items/XDMG/Periapt of Health.webp","xF":{"ft":"equipment"},"n":"Periapt of Health"},{"id":14719,"c":4,"u":"periapt%20of%20proof%20against%20poison_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"periapt of proof against poison|xdmg","xF":{"ft":"equipment"},"n":"Periapt of Proof against Poison"},{"id":14720,"c":4,"u":"periapt%20of%20wound%20closure_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"periapt of wound closure|xdmg","m":"items/XDMG/Periapt of Wound Closure.webp","xF":{"ft":"equipment"},"n":"Periapt of Wound Closure"},{"id":14721,"c":4,"u":"peridot_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"peridot|xdmg","xF":{"ft":"loot"},"n":"Peridot"},{"id":14722,"c":4,"u":"philter%20of%20love_xdmg","p":285,"s":5,"h":1,"t":12,"uu":"philter of love|xdmg","xF":{"ft":"consumable"},"n":"Philter of Love"},{"id":14723,"c":4,"u":"pig_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"pig|xdmg","xF":{"ft":"loot"},"n":"Pig"},{"id":14724,"c":4,"u":"pipe%20of%20smoke%20monsters_xdmg","p":285,"s":5,"h":1,"t":12,"uu":"pipe of smoke monsters|xdmg","m":"items/XDMG/Pipe of Smoke Monsters.webp","xF":{"ft":"equipment"},"n":"Pipe of Smoke Monsters"},{"id":14725,"c":4,"u":"pipes%20of%20haunting_xdmg","p":285,"s":5,"h":1,"t":12,"uu":"pipes of haunting|xdmg","m":"items/XDMG/Pipes of Haunting.webp","xF":{"ft":"equipment"},"n":"Pipes of Haunting"},{"id":14726,"c":4,"u":"pipes%20of%20the%20sewers_xdmg","p":285,"s":5,"h":1,"t":12,"uu":"pipes of the sewers|xdmg","m":"items/XDMG/Pipes of the Sewers.webp","xF":{"ft":"equipment"},"n":"Pipes of the Sewers"},{"id":14727,"c":4,"u":"platinum_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"platinum|xdmg","xF":{"ft":"loot"},"n":"Platinum"},{"id":14728,"c":4,"u":"platinum%20bracelet%20set%20with%20an%20emerald_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"platinum bracelet set with an emerald|xdmg","xF":{"ft":"loot"},"n":"Platinum bracelet set with an emerald"},{"id":14729,"c":4,"u":"pole%20of%20angling_xdmg","p":286,"s":5,"h":1,"t":12,"uu":"pole of angling|xdmg","xF":{"ft":"equipment"},"n":"Pole of Angling"},{"id":14730,"c":4,"u":"pole%20of%20collapsing_xdmg","p":286,"s":5,"h":1,"t":12,"uu":"pole of collapsing|xdmg","m":"items/XDMG/Pole of Collapsing.webp","xF":{"ft":"equipment"},"n":"Pole of Collapsing"},{"id":14731,"c":4,"u":"portable%20hole_xdmg","p":286,"s":5,"h":1,"t":12,"uu":"portable hole|xdmg","xF":{"ft":"equipment"},"n":"Portable Hole"},{"id":14732,"c":4,"u":"pot%20of%20awakening_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"pot of awakening|xdmg","xF":{"ft":"equipment"},"n":"Pot of Awakening"},{"id":14733,"c":4,"u":"potion%20of%20acid%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of acid resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Acid Resistance"},{"id":14734,"c":4,"u":"potion%20of%20animal%20friendship_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of animal friendship|xdmg","xF":{"ft":"consumable"},"n":"Potion of Animal Friendship"},{"id":14735,"c":4,"u":"potion%20of%20clairvoyance_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of clairvoyance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Clairvoyance"},{"id":14736,"c":4,"u":"potion%20of%20climbing_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of climbing|xdmg","xF":{"ft":"consumable"},"n":"Potion of Climbing"},{"id":14737,"c":4,"u":"potion%20of%20cloud%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of cloud giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Cloud Giant Strength"},{"id":14738,"c":4,"u":"potion%20of%20cold%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of cold resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Cold Resistance"},{"id":14739,"c":4,"u":"potion%20of%20comprehension_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of comprehension|xdmg","xF":{"ft":"consumable"},"n":"Potion of Comprehension"},{"id":14740,"c":4,"u":"potion%20of%20diminution_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of diminution|xdmg","xF":{"ft":"consumable"},"n":"Potion of Diminution"},{"id":14741,"c":4,"u":"potion%20of%20fire%20breath_xdmg","p":187,"s":5,"h":1,"t":12,"uu":"potion of fire breath|xdmg","xF":{"ft":"consumable"},"n":"Potion of Fire Breath"},{"id":14742,"c":4,"u":"potion%20of%20fire%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of fire giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Fire Giant Strength"},{"id":14743,"c":4,"u":"potion%20of%20fire%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of fire resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Fire Resistance"},{"id":14744,"c":4,"u":"potion%20of%20flying_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of flying|xdmg","xF":{"ft":"consumable"},"n":"Potion of Flying"},{"id":14745,"c":4,"u":"potion%20of%20force%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of force resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Force Resistance"},{"id":14746,"c":4,"u":"potion%20of%20frost%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of frost giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Frost Giant Strength"},{"id":14747,"c":4,"u":"potion%20of%20gaseous%20form_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of gaseous form|xdmg","xF":{"ft":"consumable"},"n":"Potion of Gaseous Form"},{"id":14748,"c":4,"u":"potion%20of%20greater%20healing_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of greater healing|xdmg","xF":{"ft":"consumable"},"n":"Potion of Greater Healing"},{"id":14749,"c":4,"u":"potion%20of%20greater%20invisibility_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of greater invisibility|xdmg","m":"items/XDMG/Potion of Greater Invisibility.webp","xF":{"ft":"consumable"},"n":"Potion of Greater Invisibility"},{"id":14750,"c":4,"u":"potion%20of%20growth_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of growth|xdmg","xF":{"ft":"consumable"},"n":"Potion of Growth"},{"id":14751,"c":4,"u":"potion%20of%20healing_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of healing|xdmg","xF":{"ft":"consumable"},"n":"Potion of Healing"},{"id":14752,"c":4,"u":"potion%20of%20heroism_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of heroism|xdmg","xF":{"ft":"consumable"},"n":"Potion of Heroism"},{"id":14753,"c":4,"u":"potion%20of%20hill%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of hill giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Hill Giant Strength"},{"id":14754,"c":4,"u":"potion%20of%20invisibility_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of invisibility|xdmg","m":"items/XDMG/Potion of Invisibility.webp","xF":{"ft":"consumable"},"n":"Potion of Invisibility"},{"id":14755,"c":4,"u":"potion%20of%20invulnerability_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of invulnerability|xdmg","xF":{"ft":"consumable"},"n":"Potion of Invulnerability"},{"id":14756,"c":4,"u":"potion%20of%20lightning%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of lightning resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Lightning Resistance"},{"id":14757,"c":4,"u":"potion%20of%20longevity_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of longevity|xdmg","xF":{"ft":"consumable"},"n":"Potion of Longevity"},{"id":14758,"c":4,"u":"potion%20of%20mind%20reading_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of mind reading|xdmg","xF":{"ft":"consumable"},"n":"Potion of Mind Reading"},{"id":14759,"c":4,"u":"potion%20of%20necrotic%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of necrotic resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Necrotic Resistance"},{"id":14760,"c":4,"u":"potion%20of%20poison_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of poison|xdmg","xF":{"ft":"consumable"},"n":"Potion of Poison"},{"id":14761,"c":4,"u":"potion%20of%20poison%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of poison resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Poison Resistance"},{"id":14762,"c":4,"u":"potion%20of%20psychic%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of psychic resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Psychic Resistance"},{"id":14763,"c":4,"u":"potion%20of%20pugilism_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of pugilism|xdmg","m":"items/XDMG/Potion of Pugilism.webp","xF":{"ft":"consumable"},"n":"Potion of Pugilism"},{"id":14764,"c":4,"u":"potion%20of%20radiant%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of radiant resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Radiant Resistance"},{"id":14765,"c":4,"u":"potion%20of%20speed_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of speed|xdmg","xF":{"ft":"consumable"},"n":"Potion of Speed"},{"id":14766,"c":4,"u":"potion%20of%20stone%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of stone giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Stone Giant Strength"},{"id":14767,"c":4,"u":"potion%20of%20storm%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of storm giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Storm Giant Strength"},{"id":14768,"c":4,"u":"potion%20of%20superior%20healing_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of superior healing|xdmg","xF":{"ft":"consumable"},"n":"Potion of Superior Healing"},{"id":14769,"c":4,"u":"potion%20of%20supreme%20healing_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of supreme healing|xdmg","xF":{"ft":"consumable"},"n":"Potion of Supreme Healing"},{"id":14770,"c":4,"u":"potion%20of%20thunder%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of thunder resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Thunder Resistance"},{"id":14771,"c":4,"u":"potion%20of%20vitality_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of vitality|xdmg","xF":{"ft":"consumable"},"n":"Potion of Vitality"},{"id":14772,"c":4,"u":"potion%20of%20water%20breathing_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of water breathing|xdmg","m":"items/XDMG/Potion of Water Breathing.webp","xF":{"ft":"consumable"},"n":"Potion of Water Breathing"},{"id":14773,"c":4,"u":"prosthetic%20limb_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"prosthetic limb|xdmg","xF":{"ft":"equipment"},"n":"Prosthetic Limb"},{"id":14774,"c":4,"u":"purple%20worm%20poison_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"purple worm poison|xdmg","xF":{"ft":"consumable"},"n":"Purple Worm Poison"},{"id":14775,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, anchor|xdmg","m":"items/XDMG/Quaals Feather Token (Anchor).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Anchor"},{"id":14776,"c":4,"u":"quaal's%20feather%20token%2c%20bird_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, bird|xdmg","m":"items/XDMG/Quaals Feather Token (Bird).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Bird"},{"id":14777,"c":4,"u":"quaal's%20feather%20token%2c%20fan_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, fan|xdmg","m":"items/XDMG/Quaals Feather Token (Fan).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Fan"},{"id":14778,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, swan boat|xdmg","m":"items/XDMG/Quaals Feather Token (Swan boat).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Swan Boat"},{"id":14779,"c":4,"u":"quaal's%20feather%20token%2c%20tree_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, tree|xdmg","m":"items/XDMG/Quaals Feather Token (Tree).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Tree"},{"id":14780,"c":4,"u":"quaal's%20feather%20token%2c%20whip_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, whip|xdmg","m":"items/XDMG/Quaals Feather Token (Whip).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Whip"},{"id":14781,"c":4,"u":"quarterstaff%20of%20the%20acrobat_xdmg","p":291,"s":5,"h":1,"t":12,"uu":"quarterstaff of the acrobat|xdmg","m":"items/XDMG/Quarterstaff of the Acrobat.webp","xF":{"ft":"weapon"},"n":"Quarterstaff of the Acrobat"},{"id":14782,"c":4,"u":"quartz_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"quartz|xdmg","xF":{"ft":"loot"},"n":"Quartz"},{"id":14783,"c":4,"u":"quiver%20of%20ehlonna_xdmg","p":189,"s":5,"h":1,"t":12,"uu":"quiver of ehlonna|xdmg","m":"items/XDMG/Quiver of Ehlonna.webp","xF":{"ft":"container"},"n":"Quiver of Ehlonna"},{"id":14784,"c":4,"u":"red%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"red dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Red Dragon Scale Mail"},{"id":14785,"c":4,"u":"rhodochrosite_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"rhodochrosite|xdmg","xF":{"ft":"loot"},"n":"Rhodochrosite"},{"id":14786,"c":4,"u":"ring%20of%20acid%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of acid resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Acid Resistance"},{"id":14787,"c":4,"u":"ring%20of%20animal%20influence_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of animal influence|xdmg","m":"items/XDMG/Ring of Animal Influence.webp","xF":{"ft":"equipment"},"n":"Ring of Animal Influence"},{"id":14788,"c":4,"u":"ring%20of%20cold%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of cold resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Cold Resistance"},{"id":14789,"c":4,"u":"ring%20of%20djinni%20summoning_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of djinni summoning|xdmg","m":"items/XDMG/Ring of Djinni Summoning.webp","xF":{"ft":"equipment"},"n":"Ring of Djinni Summoning"},{"id":14790,"c":4,"u":"ring%20of%20elemental%20command%20(air)_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of elemental command (air)|xdmg","m":"items/XDMG/Ring of Elemental Command (Air).webp","xF":{"ft":"equipment"},"n":"Ring of Elemental Command (Air)"},{"id":14791,"c":4,"u":"ring%20of%20elemental%20command%20(earth)_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of elemental command (earth)|xdmg","xF":{"ft":"equipment"},"n":"Ring of Elemental Command (Earth)"},{"id":14792,"c":4,"u":"ring%20of%20elemental%20command%20(fire)_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of elemental command (fire)|xdmg","xF":{"ft":"equipment"},"n":"Ring of Elemental Command (Fire)"},{"id":14793,"c":4,"u":"ring%20of%20elemental%20command%20(water)_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of elemental command (water)|xdmg","xF":{"ft":"equipment"},"n":"Ring of Elemental Command (Water)"},{"id":14794,"c":4,"u":"ring%20of%20evasion_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of evasion|xdmg","m":"items/XDMG/Ring of Evasion.webp","xF":{"ft":"equipment"},"n":"Ring of Evasion"},{"id":14795,"c":4,"u":"ring%20of%20feather%20falling_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of feather falling|xdmg","m":"items/XDMG/Ring of Feather Falling.webp","xF":{"ft":"equipment"},"n":"Ring of Feather Falling"},{"id":14796,"c":4,"u":"ring%20of%20fire%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of fire resistance|xdmg","m":"items/XDMG/Ring of Resistance.webp","xF":{"ft":"equipment"},"n":"Ring of Fire Resistance"},{"id":14797,"c":4,"u":"ring%20of%20force%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of force resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Force Resistance"},{"id":14798,"c":4,"u":"ring%20of%20free%20action_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of free action|xdmg","m":"items/XDMG/Ring of Free Action.webp","xF":{"ft":"equipment"},"n":"Ring of Free Action"},{"id":14799,"c":4,"u":"ring%20of%20invisibility_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of invisibility|xdmg","m":"items/XDMG/Ring of Invisibility.webp","xF":{"ft":"equipment"},"n":"Ring of Invisibility"},{"id":14800,"c":4,"u":"ring%20of%20jumping_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of jumping|xdmg","xF":{"ft":"equipment"},"n":"Ring of Jumping"},{"id":14801,"c":4,"u":"ring%20of%20lightning%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of lightning resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Lightning Resistance"},{"id":14802,"c":4,"u":"ring%20of%20mind%20shielding_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of mind shielding|xdmg","m":"items/XDMG/Ring of Mind Shielding.webp","xF":{"ft":"equipment"},"n":"Ring of Mind Shielding"},{"id":14803,"c":4,"u":"ring%20of%20necrotic%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of necrotic resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Necrotic Resistance"},{"id":14804,"c":4,"u":"ring%20of%20poison%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of poison resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Poison Resistance"},{"id":14805,"c":4,"u":"ring%20of%20protection_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of protection|xdmg","m":"items/XDMG/Ring of Protection.webp","xF":{"ft":"equipment"},"n":"Ring of Protection"},{"id":14806,"c":4,"u":"ring%20of%20psychic%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of psychic resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Psychic Resistance"},{"id":14807,"c":4,"u":"ring%20of%20radiant%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of radiant resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Radiant Resistance"},{"id":14808,"c":4,"u":"ring%20of%20regeneration_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of regeneration|xdmg","m":"items/XDMG/Ring of Regeneration.webp","xF":{"ft":"equipment"},"n":"Ring of Regeneration"},{"id":14809,"c":4,"u":"ring%20of%20shooting%20stars_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of shooting stars|xdmg","m":"items/XDMG/Ring of Shooting Stars.webp","xF":{"ft":"equipment"},"n":"Ring of Shooting Stars"},{"id":14810,"c":4,"u":"ring%20of%20spell%20storing_xdmg","p":295,"s":5,"h":1,"t":12,"uu":"ring of spell storing|xdmg","m":"items/XDMG/Ring of Spell Storing.webp","xF":{"ft":"equipment"},"n":"Ring of Spell Storing"},{"id":14811,"c":4,"u":"ring%20of%20spell%20turning_xdmg","p":295,"s":5,"h":1,"t":12,"uu":"ring of spell turning|xdmg","m":"items/XDMG/Ring of Spell Turning.webp","xF":{"ft":"equipment"},"n":"Ring of Spell Turning"},{"id":14812,"c":4,"u":"ring%20of%20swimming_xdmg","p":295,"s":5,"h":1,"t":12,"uu":"ring of swimming|xdmg","xF":{"ft":"equipment"},"n":"Ring of Swimming"},{"id":14813,"c":4,"u":"ring%20of%20telekinesis_xdmg","p":295,"s":5,"h":1,"t":12,"uu":"ring of telekinesis|xdmg","m":"items/XDMG/Ring of Telekinesis.webp","xF":{"ft":"equipment"},"n":"Ring of Telekinesis"},{"id":14814,"c":4,"u":"ring%20of%20the%20ram_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"ring of the ram|xdmg","m":"items/XDMG/Ring of the Ram.webp","xF":{"ft":"equipment"},"n":"Ring of the Ram"},{"id":14815,"c":4,"u":"ring%20of%20three%20wishes_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"ring of three wishes|xdmg","m":"items/XDMG/Ring of Three Wishes.webp","xF":{"ft":"equipment"},"n":"Ring of Three Wishes"},{"id":14816,"c":4,"u":"ring%20of%20thunder%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of thunder resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Thunder Resistance"},{"id":14817,"c":4,"u":"ring%20of%20warmth_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"ring of warmth|xdmg","m":"items/XDMG/Ring of Warmth.webp","xF":{"ft":"equipment"},"n":"Ring of Warmth"},{"id":14818,"c":4,"u":"ring%20of%20water%20walking_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"ring of water walking|xdmg","m":"items/XDMG/Ring of Water Walking.webp","xF":{"ft":"equipment"},"n":"Ring of Water Walking"},{"id":14819,"c":4,"u":"ring%20of%20x-ray%20vision_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"ring of x-ray vision|xdmg","m":"items/XDMG/Ring of X-ray Vision.webp","xF":{"ft":"equipment"},"n":"Ring of X-ray Vision"},{"id":14820,"c":4,"u":"rival%20coin_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"rival coin|xdmg","m":"items/XDMG/Rival Coin.webp","xF":{"ft":"equipment"},"n":"Rival Coin"},{"id":14821,"c":4,"u":"robe%20of%20eyes_xdmg","p":297,"s":5,"h":1,"t":12,"uu":"robe of eyes|xdmg","m":"items/XDMG/Robe of Eyes.webp","xF":{"ft":"equipment"},"n":"Robe of Eyes"},{"id":14822,"c":4,"u":"robe%20of%20scintillating%20colors_xdmg","p":297,"s":5,"h":1,"t":12,"uu":"robe of scintillating colors|xdmg","xF":{"ft":"equipment"},"n":"Robe of Scintillating Colors"},{"id":14823,"c":4,"u":"robe%20of%20stars_xdmg","p":297,"s":5,"h":1,"t":12,"uu":"robe of stars|xdmg","m":"items/XDMG/Robe of Stars.webp","xF":{"ft":"equipment"},"n":"Robe of Stars"},{"id":14824,"c":4,"u":"robe%20of%20the%20archmagi_xdmg","p":298,"s":5,"h":1,"t":12,"uu":"robe of the archmagi|xdmg","m":"items/XDMG/Robe of the Archmagi.webp","xF":{"ft":"equipment"},"n":"Robe of the Archmagi"},{"id":14825,"c":4,"u":"robe%20of%20useful%20items_xdmg","p":298,"s":5,"h":1,"t":12,"uu":"robe of useful items|xdmg","m":"items/XDMG/Robe of Useful Items.webp","xF":{"ft":"equipment"},"n":"Robe of Useful Items"},{"id":14826,"c":4,"u":"rod%20of%20absorption_xdmg","p":299,"s":5,"h":1,"t":12,"uu":"rod of absorption|xdmg","m":"items/XDMG/Rod of Absorption.webp","xF":{"ft":"equipment"},"n":"Rod of Absorption"},{"id":14827,"c":4,"u":"rod%20of%20alertness_xdmg","p":299,"s":5,"h":1,"t":12,"uu":"rod of alertness|xdmg","xF":{"ft":"equipment"},"n":"Rod of Alertness"},{"id":14828,"c":4,"u":"rod%20of%20lordly%20might_xdmg","p":300,"s":5,"h":1,"t":12,"uu":"rod of lordly might|xdmg","m":"items/XDMG/Rod of Lordly Might.webp","xF":{"ft":"equipment"},"n":"Rod of Lordly Might"},{"id":14829,"c":4,"u":"rod%20of%20resurrection_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rod of resurrection|xdmg","m":"items/XDMG/Rod of Resurrection.webp","xF":{"ft":"consumable"},"n":"Rod of Resurrection"},{"id":14830,"c":4,"u":"rod%20of%20rulership_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rod of rulership|xdmg","m":"items/XDMG/Rod of Rulership.webp","xF":{"ft":"equipment"},"n":"Rod of Rulership"},{"id":14831,"c":4,"u":"rod%20of%20security_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rod of security|xdmg","xF":{"ft":"equipment"},"n":"Rod of Security"},{"id":14832,"c":4,"u":"rope%20of%20climbing_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rope of climbing|xdmg","xF":{"ft":"equipment"},"n":"Rope of Climbing"},{"id":14833,"c":4,"u":"rope%20of%20entanglement_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rope of entanglement|xdmg","m":"items/XDMG/Rope of Entanglement.webp","xF":{"ft":"equipment"},"n":"Rope of Entanglement"},{"id":14834,"c":4,"u":"rope%20of%20mending_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"rope of mending|xdmg","xF":{"ft":"equipment"},"n":"Rope of Mending"},{"id":14835,"c":4,"u":"ruby_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"ruby|xdmg","xF":{"ft":"loot"},"n":"Ruby"},{"id":14836,"c":4,"u":"ruby%20of%20the%20war%20mage_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"ruby of the war mage|xdmg","xF":{"ft":"equipment"},"n":"Ruby of the War Mage"},{"id":14837,"c":4,"u":"saddle%20of%20the%20cavalier_xdmg","p":199,"s":5,"h":1,"t":12,"uu":"saddle of the cavalier|xdmg","xF":{"ft":"equipment"},"n":"Saddle of the Cavalier"},{"id":14838,"c":4,"u":"saffron_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"saffron|xdmg","xF":{"ft":"loot"},"n":"Saffron"},{"id":14839,"c":4,"u":"salt_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"salt|xdmg","xF":{"ft":"loot"},"n":"Salt"},{"id":14840,"c":4,"u":"sardonyx_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"sardonyx|xdmg","xF":{"ft":"loot"},"n":"Sardonyx"},{"id":14841,"c":4,"u":"scarab%20of%20protection_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scarab of protection|xdmg","m":"items/XDMG/Scarab of Protection.webp","xF":{"ft":"equipment"},"n":"Scarab of Protection"},{"id":14842,"c":4,"u":"scimitar%20of%20speed_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scimitar of speed|xdmg","m":"items/XDMG/Scimitar of Speed.webp","xF":{"ft":"weapon"},"n":"Scimitar of Speed"},{"id":14843,"c":4,"u":"scroll%20of%20protection%20(aberrations)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (aberrations)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Aberrations)"},{"id":14844,"c":4,"u":"scroll%20of%20protection%20(beasts)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (beasts)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Beasts)"},{"id":14845,"c":4,"u":"scroll%20of%20protection%20(celestials)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (celestials)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Celestials)"},{"id":14846,"c":4,"u":"scroll%20of%20protection%20(constructs)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (constructs)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Constructs)"},{"id":14847,"c":4,"u":"scroll%20of%20protection%20(dragons)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (dragons)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Dragons)"},{"id":14848,"c":4,"u":"scroll%20of%20protection%20(elementals)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (elementals)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Elementals)"},{"id":14849,"c":4,"u":"scroll%20of%20protection%20(fey)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (fey)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Fey)"},{"id":14850,"c":4,"u":"scroll%20of%20protection%20(fiends)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (fiends)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Fiends)"},{"id":14851,"c":4,"u":"scroll%20of%20protection%20(giants)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (giants)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Giants)"},{"id":14852,"c":4,"u":"scroll%20of%20protection%20(humanoids)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (humanoids)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Humanoids)"},{"id":14853,"c":4,"u":"scroll%20of%20protection%20(monstrosities)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (monstrosities)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Monstrosities)"},{"id":14854,"c":4,"u":"scroll%20of%20protection%20(oozes)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (oozes)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Oozes)"},{"id":14855,"c":4,"u":"scroll%20of%20protection%20(plants)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (plants)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Plants)"},{"id":14856,"c":4,"u":"scroll%20of%20protection%20(undead)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (undead)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Undead)"},{"id":14857,"c":4,"u":"scroll%20of%20titan%20summoning%20(animal%20lord)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (animal lord)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Animal Lord)"},{"id":14858,"c":4,"u":"scroll%20of%20titan%20summoning%20(blob%20of%20annihilation)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (blob of annihilation)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Blob of Annihilation)"},{"id":14859,"c":4,"u":"scroll%20of%20titan%20summoning%20(colossus)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (colossus)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Colossus)"},{"id":14860,"c":4,"u":"scroll%20of%20titan%20summoning%20(elemental%20cataclysm)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (elemental cataclysm)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Elemental Cataclysm)"},{"id":14861,"c":4,"u":"scroll%20of%20titan%20summoning%20(empyrean)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (empyrean)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Empyrean)"},{"id":14862,"c":4,"u":"scroll%20of%20titan%20summoning%20(kraken)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (kraken)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Kraken)"},{"id":14863,"c":4,"u":"scroll%20of%20titan%20summoning%20(tarrasque)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (tarrasque)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Tarrasque)"},{"id":14864,"c":4,"u":"sending%20stones_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"sending stones|xdmg","m":"items/XDMG/Sending Stones.webp","xF":{"ft":"equipment"},"n":"Sending Stones"},{"id":14865,"c":4,"u":"sentinel%20shield_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"sentinel shield|xdmg","xF":{"ft":"equipment"},"n":"Sentinel Shield"},{"id":14866,"c":4,"u":"serpent%20venom_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"serpent venom|xdmg","xF":{"ft":"consumable"},"n":"Serpent Venom"},{"id":14867,"c":4,"u":"set%20of%20gold%20nesting%20dolls_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"set of gold nesting dolls|xdmg","xF":{"ft":"loot"},"n":"Set of gold nesting dolls"},{"id":14868,"c":4,"u":"sheep_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"sheep|xdmg","xF":{"ft":"loot"},"n":"Sheep"},{"id":14869,"c":4,"u":"shield%20of%20expression_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"shield of expression|xdmg","xF":{"ft":"equipment"},"n":"Shield of Expression"},{"id":14870,"c":4,"u":"shield%20of%20missile%20attraction_xdmg","p":304,"s":5,"h":1,"t":12,"uu":"shield of missile attraction|xdmg","m":"items/XDMG/Shield of Missile Attraction.webp","xF":{"ft":"equipment"},"n":"Shield of Missile Attraction"},{"id":14871,"c":4,"u":"shield%20of%20the%20cavalier_xdmg","p":304,"s":5,"h":1,"t":12,"uu":"shield of the cavalier|xdmg","m":"items/XDMG/Shield of the Cavalier.webp","xF":{"ft":"equipment"},"n":"Shield of the Cavalier"},{"id":14872,"c":4,"u":"silk_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"silk|xdmg","xF":{"ft":"loot"},"n":"Silk"},{"id":14873,"c":4,"u":"silk%20vestments%20with%20gold%20embroidery_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"silk vestments with gold embroidery|xdmg","xF":{"ft":"loot"},"n":"Silk vestments with gold embroidery"},{"id":14874,"c":4,"u":"silver_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"silver|xdmg","xF":{"ft":"loot"},"n":"Silver"},{"id":14875,"c":4,"u":"silver%20and%20gold%20brooch_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"silver and gold brooch|xdmg","xF":{"ft":"loot"},"n":"Silver and gold brooch"},{"id":14876,"c":4,"u":"silver%20bar%20(2-pound)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"silver bar (2-pound)|xdmg","xF":{"ft":"loot"},"n":"Silver Bar (2-pound)"},{"id":14877,"c":4,"u":"silver%20bar%20(5-pound)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"silver bar (5-pound)|xdmg","xF":{"ft":"loot"},"n":"Silver Bar (5-pound)"},{"id":14878,"c":4,"u":"silver%20chalice%20set%20with%20moonstones_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"silver chalice set with moonstones|xdmg","xF":{"ft":"loot"},"n":"Silver chalice set with moonstones"},{"id":14879,"c":4,"u":"silver%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"silver dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Silver Dragon Scale Mail"},{"id":14880,"c":4,"u":"silver%20ewer_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"silver ewer|xdmg","xF":{"ft":"loot"},"n":"Silver ewer"},{"id":14881,"c":4,"u":"silver%20necklace%20with%20a%20gemstone%20pendant_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"silver necklace with a gemstone pendant|xdmg","xF":{"ft":"loot"},"n":"Silver necklace with a gemstone pendant"},{"id":14882,"c":4,"u":"slippers%20of%20spider%20climbing_xdmg","p":304,"s":5,"h":1,"t":12,"uu":"slippers of spider climbing|xdmg","m":"items/XDMG/Slippers of Spider Climbing.webp","xF":{"ft":"equipment"},"n":"Slippers of Spider Climbing"},{"id":14883,"c":4,"u":"smoke%20grenade_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"smoke grenade|xdmg","xF":{"ft":"consumable"},"n":"Smoke Grenade"},{"id":14884,"c":4,"u":"sovereign%20glue_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"sovereign glue|xdmg","m":"items/XDMG/Sovereign Glue.webp","xF":{"ft":"equipment"},"n":"Sovereign Glue"},{"id":14885,"c":4,"u":"spell%20scroll%20(cantrip)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (cantrip)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Cantrip)"},{"id":14886,"c":4,"u":"spell%20scroll%20(level%201)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 1)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 1)"},{"id":14887,"c":4,"u":"spell%20scroll%20(level%202)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 2)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 2)"},{"id":14888,"c":4,"u":"spell%20scroll%20(level%203)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 3)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 3)"},{"id":14889,"c":4,"u":"spell%20scroll%20(level%204)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 4)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 4)"},{"id":14890,"c":4,"u":"spell%20scroll%20(level%205)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 5)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 5)"},{"id":14891,"c":4,"u":"spell%20scroll%20(level%206)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 6)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 6)"},{"id":14892,"c":4,"u":"spell%20scroll%20(level%207)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 7)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 7)"},{"id":14893,"c":4,"u":"spell%20scroll%20(level%208)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 8)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 8)"},{"id":14894,"c":4,"u":"spell%20scroll%20(level%209)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 9)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 9)"},{"id":14895,"c":4,"u":"spellguard%20shield_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spellguard shield|xdmg","m":"items/XDMG/Spellguard Shield.webp","xF":{"ft":"equipment"},"n":"Spellguard Shield"},{"id":14896,"c":4,"u":"sphere%20of%20annihilation_xdmg","p":306,"s":5,"h":1,"t":12,"uu":"sphere of annihilation|xdmg","m":"items/XDMG/Sphere of Annihilation.webp","xF":{"ft":"equipment"},"n":"Sphere of Annihilation"},{"id":14897,"c":4,"u":"spinel_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"spinel|xdmg","xF":{"ft":"loot"},"n":"Spinel"},{"id":14898,"c":4,"u":"spirit%20board_xdmg","p":306,"s":5,"h":1,"t":12,"uu":"spirit board|xdmg","m":"items/XDMG/Spirit Board.webp","xF":{"ft":"equipment"},"n":"Spirit Board"},{"id":14899,"c":4,"u":"staff%20of%20adornment_xdmg","p":306,"s":5,"h":1,"t":12,"uu":"staff of adornment|xdmg","xF":{"ft":"weapon"},"n":"Staff of Adornment"},{"id":14900,"c":4,"u":"staff%20of%20birdcalls_xdmg","p":307,"s":5,"h":1,"t":12,"uu":"staff of birdcalls|xdmg","xF":{"ft":"weapon"},"n":"Staff of Birdcalls"},{"id":14901,"c":4,"u":"staff%20of%20charming_xdmg","p":307,"s":5,"h":1,"t":12,"uu":"staff of charming|xdmg","m":"items/XDMG/Staff of Charming.webp","xF":{"ft":"weapon"},"n":"Staff of Charming"},{"id":14902,"c":4,"u":"staff%20of%20fire_xdmg","p":307,"s":5,"h":1,"t":12,"uu":"staff of fire|xdmg","m":"items/XDMG/Staff of Fire.webp","xF":{"ft":"weapon"},"n":"Staff of Fire"},{"id":14903,"c":4,"u":"staff%20of%20flowers_xdmg","p":308,"s":5,"h":1,"t":12,"uu":"staff of flowers|xdmg","m":"items/XDMG/Staff of Flowers.webp","xF":{"ft":"weapon"},"n":"Staff of Flowers"},{"id":14904,"c":4,"u":"staff%20of%20frost_xdmg","p":308,"s":5,"h":1,"t":12,"uu":"staff of frost|xdmg","m":"items/XDMG/Staff of Frost.webp","xF":{"ft":"weapon"},"n":"Staff of Frost"},{"id":14905,"c":4,"u":"staff%20of%20healing_xdmg","p":308,"s":5,"h":1,"t":12,"uu":"staff of healing|xdmg","m":"items/XDMG/Staff of Healing.webp","xF":{"ft":"weapon"},"n":"Staff of Healing"},{"id":14906,"c":4,"u":"staff%20of%20power_xdmg","p":308,"s":5,"h":1,"t":12,"uu":"staff of power|xdmg","xF":{"ft":"weapon"},"n":"Staff of Power"},{"id":14907,"c":4,"u":"staff%20of%20striking_xdmg","p":309,"s":5,"h":1,"t":12,"uu":"staff of striking|xdmg","xF":{"ft":"weapon"},"n":"Staff of Striking"},{"id":14908,"c":4,"u":"staff%20of%20swarming%20insects_xdmg","p":309,"s":5,"h":1,"t":12,"uu":"staff of swarming insects|xdmg","m":"items/XDMG/Staff of Swarming Insects.webp","xF":{"ft":"weapon"},"n":"Staff of Swarming Insects"},{"id":14909,"c":4,"u":"staff%20of%20the%20adder_xdmg","p":310,"s":5,"h":1,"t":12,"uu":"staff of the adder|xdmg","m":"items/XDMG/Staff of the Adder.webp","xF":{"ft":"weapon"},"n":"Staff of the Adder"},{"id":14910,"c":4,"u":"staff%20of%20the%20magi_xdmg","p":310,"s":5,"h":1,"t":12,"uu":"staff of the magi|xdmg","m":"items/XDMG/Staff of the Magi.webp","xF":{"ft":"weapon"},"n":"Staff of the Magi"},{"id":14911,"c":4,"u":"staff%20of%20the%20python_xdmg","p":311,"s":5,"h":1,"t":12,"uu":"staff of the python|xdmg","m":"items/XDMG/Staff of the Python.webp","xF":{"ft":"weapon"},"n":"Staff of the Python"},{"id":14912,"c":4,"u":"staff%20of%20the%20woodlands_xdmg","p":311,"s":5,"h":1,"t":12,"uu":"staff of the woodlands|xdmg","m":"items/XDMG/Staff of the Woodlands.webp","xF":{"ft":"weapon"},"n":"Staff of the Woodlands"},{"id":14913,"c":4,"u":"staff%20of%20thunder%20and%20lightning_xdmg","p":311,"s":5,"h":1,"t":12,"uu":"staff of thunder and lightning|xdmg","m":"items/XDMG/Staff of Thunder and Lightning.webp","xF":{"ft":"weapon"},"n":"Staff of Thunder and Lightning"},{"id":14914,"c":4,"u":"staff%20of%20withering_xdmg","p":312,"s":5,"h":1,"t":12,"uu":"staff of withering|xdmg","m":"items/XDMG/Staff of Withering.webp","xF":{"ft":"weapon"},"n":"Staff of Withering"},{"id":14915,"c":4,"u":"star%20rose%20quartz_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"star rose quartz|xdmg","xF":{"ft":"loot"},"n":"Star rose quartz"},{"id":14916,"c":4,"u":"star%20ruby_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"star ruby|xdmg","xF":{"ft":"loot"},"n":"Star Ruby"},{"id":14917,"c":4,"u":"star%20sapphire_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"star sapphire|xdmg","xF":{"ft":"loot"},"n":"Star Sapphire"},{"id":14918,"c":4,"u":"stone%20of%20controlling%20earth%20elementals_xdmg","p":312,"s":5,"h":1,"t":12,"uu":"stone of controlling earth elementals|xdmg","m":"items/XDMG/Stone of Controlling Earth Elementals.webp","xF":{"ft":"equipment"},"n":"Stone of Controlling Earth Elementals"},{"id":14919,"c":4,"u":"stone%20of%20good%20luck_xdmg","p":312,"s":5,"h":1,"t":12,"uu":"stone of good luck|xdmg","m":"items/XDMG/Stone of Good Luck (Luckstone).webp","xF":{"ft":"equipment"},"n":"Stone of Good Luck"},{"id":14920,"c":4,"u":"stone%20of%20good%20luck_xdmg","p":312,"s":5,"h":1,"t":12,"uu":"stone of good luck|xdmg","m":"items/XDMG/Stone of Good Luck (Luckstone).webp","xF":{"ft":"equipment"},"n":"Luckstone"},{"id":14921,"c":4,"u":"sun%20blade_xdmg","p":312,"s":5,"h":1,"t":12,"uu":"sun blade|xdmg","m":"items/XDMG/Sun Blade.webp","xF":{"ft":"weapon"},"n":"Sun Blade"},{"id":14922,"c":4,"u":"sword%20of%20answering_xdmg","p":313,"s":5,"h":1,"t":12,"uu":"sword of answering|xdmg","xF":{"ft":"weapon"},"n":"Sword of Answering"},{"id":14923,"c":4,"u":"sword%20of%20kas_xdmg","p":313,"s":5,"h":1,"t":12,"uu":"sword of kas|xdmg","m":"items/XDMG/Sword of Kas.webp","xF":{"ft":"weapon"},"n":"Sword of Kas"},{"id":14924,"c":4,"u":"talisman%20of%20pure%20good_xdmg","p":314,"s":5,"h":1,"t":12,"uu":"talisman of pure good|xdmg","xF":{"ft":"equipment"},"n":"Talisman of Pure Good"},{"id":14925,"c":4,"u":"talisman%20of%20the%20sphere_xdmg","p":315,"s":5,"h":1,"t":12,"uu":"talisman of the sphere|xdmg","m":"items/XDMG/Talisman of the Sphere.webp","xF":{"ft":"equipment"},"n":"Talisman of the Sphere"},{"id":14926,"c":4,"u":"talisman%20of%20ultimate%20evil_xdmg","p":315,"s":5,"h":1,"t":12,"uu":"talisman of ultimate evil|xdmg","m":"items/XDMG/Talisman of Ultimate Evil.webp","xF":{"ft":"equipment"},"n":"Talisman of Ultimate Evil"},{"id":14927,"c":4,"u":"talking%20doll_xdmg","p":315,"s":5,"h":1,"t":12,"uu":"talking doll|xdmg","m":"items/XDMG/Talking Doll.webp","xF":{"ft":"equipment"},"n":"Talking Doll"},{"id":14928,"c":4,"u":"tankard%20of%20sobriety_xdmg","p":315,"s":5,"h":1,"t":12,"uu":"tankard of sobriety|xdmg","xF":{"ft":"equipment"},"n":"Tankard of Sobriety"},{"id":14929,"c":4,"u":"tentacle%20rod_xdmg","p":316,"s":5,"h":1,"t":12,"uu":"tentacle rod|xdmg","m":"items/XDMG/Tentacle Rod.webp","xF":{"ft":"equipment"},"n":"Tentacle Rod"},{"id":14930,"c":4,"u":"thunderous%20greatclub_xdmg","p":316,"s":5,"h":1,"t":12,"uu":"thunderous greatclub|xdmg","m":"items/XDMG/Thunderous Greatclub.webp","xF":{"ft":"weapon"},"n":"Thunderous Greatclub"},{"id":14931,"c":4,"u":"tiger%20eye_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"tiger eye|xdmg","xF":{"ft":"loot"},"n":"Tiger Eye"},{"id":14932,"c":4,"u":"tome%20of%20clear%20thought_xdmg","p":317,"s":5,"h":1,"t":12,"uu":"tome of clear thought|xdmg","m":"items/XDMG/Tome of Clear Thought.webp","xF":{"ft":"equipment"},"n":"Tome of Clear Thought"},{"id":14933,"c":4,"u":"tome%20of%20leadership%20and%20influence_xdmg","p":317,"s":5,"h":1,"t":12,"uu":"tome of leadership and influence|xdmg","m":"items/XDMG/Tome of Leadership and Influence.webp","xF":{"ft":"equipment"},"n":"Tome of Leadership and Influence"},{"id":14934,"c":4,"u":"tome%20of%20the%20stilled%20tongue_xdmg","p":208,"s":5,"h":1,"t":12,"uu":"tome of the stilled tongue|xdmg","xF":{"ft":"equipment"},"n":"Tome of the Stilled Tongue"},{"id":14935,"c":4,"u":"tome%20of%20understanding_xdmg","p":317,"s":5,"h":1,"t":12,"uu":"tome of understanding|xdmg","m":"items/XDMG/Tome of Understanding.webp","xF":{"ft":"equipment"},"n":"Tome of Understanding"},{"id":14936,"c":4,"u":"topaz_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"topaz|xdmg","xF":{"ft":"loot"},"n":"Topaz"},{"id":14937,"c":4,"u":"torpor_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"torpor|xdmg","xF":{"ft":"consumable"},"n":"Torpor"},{"id":14938,"c":4,"u":"tourmaline_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"tourmaline|xdmg","xF":{"ft":"loot"},"n":"Tourmaline"},{"id":14939,"c":4,"u":"trident%20of%20fish%20command_xdmg","p":317,"s":5,"h":1,"t":12,"uu":"trident of fish command|xdmg","m":"items/XDMG/Trident of Fish Command.webp","xF":{"ft":"weapon"},"n":"Trident of Fish Command"},{"id":14940,"c":4,"u":"truth%20serum_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"truth serum|xdmg","xF":{"ft":"consumable"},"n":"Truth Serum"},{"id":14941,"c":4,"u":"turquoise_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"turquoise|xdmg","xF":{"ft":"loot"},"n":"Turquoise"},{"id":14942,"c":4,"u":"universal%20solvent_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"universal solvent|xdmg","m":"items/XDMG/Universal Solvent.webp","xF":{"ft":"equipment"},"n":"Universal Solvent"},{"id":14943,"c":4,"u":"veteran's%20cane_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"veteran's cane|xdmg","xF":{"ft":"equipment"},"n":"Veteran's Cane"},{"id":14944,"c":4,"u":"wand%20of%20binding_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"wand of binding|xdmg","xF":{"ft":"consumable"},"n":"Wand of Binding"},{"id":14945,"c":4,"u":"wand%20of%20conducting_xdmg","p":319,"s":5,"h":1,"t":12,"uu":"wand of conducting|xdmg","xF":{"ft":"consumable"},"n":"Wand of Conducting"},{"id":14946,"c":4,"u":"wand%20of%20enemy%20detection_xdmg","p":319,"s":5,"h":1,"t":12,"uu":"wand of enemy detection|xdmg","m":"items/XDMG/Wand of Enemy Detection.webp","xF":{"ft":"consumable"},"n":"Wand of Enemy Detection"},{"id":14947,"c":4,"u":"wand%20of%20fear_xdmg","p":319,"s":5,"h":1,"t":12,"uu":"wand of fear|xdmg","m":"items/XDMG/Wand of Fear.webp","xF":{"ft":"consumable"},"n":"Wand of Fear"},{"id":14948,"c":4,"u":"wand%20of%20fireballs_xdmg","p":319,"s":5,"h":1,"t":12,"uu":"wand of fireballs|xdmg","m":"items/XDMG/Wand of Fireballs.webp","xF":{"ft":"consumable"},"n":"Wand of Fireballs"},{"id":14949,"c":4,"u":"wand%20of%20lightning%20bolts_xdmg","p":320,"s":5,"h":1,"t":12,"uu":"wand of lightning bolts|xdmg","m":"items/XDMG/Wand of Lightning Bolts.webp","xF":{"ft":"consumable"},"n":"Wand of Lightning Bolts"},{"id":14950,"c":4,"u":"wand%20of%20magic%20detection_xdmg","p":320,"s":5,"h":1,"t":12,"uu":"wand of magic detection|xdmg","m":"items/XDMG/Wand of Magic Detection.webp","xF":{"ft":"consumable"},"n":"Wand of Magic Detection"},{"id":14951,"c":4,"u":"wand%20of%20magic%20missiles_xdmg","p":320,"s":5,"h":1,"t":12,"uu":"wand of magic missiles|xdmg","m":"items/XDMG/Wand of Magic Missiles.webp","xF":{"ft":"consumable"},"n":"Wand of Magic Missiles"},{"id":14952,"c":4,"u":"wand%20of%20orcus_xdmg","p":320,"s":5,"h":1,"t":12,"uu":"wand of orcus|xdmg","m":"items/XDMG/Wand of Orcus.webp","xF":{"ft":"weapon"},"n":"Wand of Orcus"},{"id":14953,"c":4,"u":"wand%20of%20paralysis_xdmg","p":321,"s":5,"h":1,"t":12,"uu":"wand of paralysis|xdmg","m":"items/XDMG/Wand of Paralysis.webp","xF":{"ft":"consumable"},"n":"Wand of Paralysis"},{"id":14954,"c":4,"u":"wand%20of%20polymorph_xdmg","p":321,"s":5,"h":1,"t":12,"uu":"wand of polymorph|xdmg","m":"items/XDMG/Wand of Polymorph.webp","xF":{"ft":"consumable"},"n":"Wand of Polymorph"},{"id":14955,"c":4,"u":"wand%20of%20pyrotechnics_xdmg","p":321,"s":5,"h":1,"t":12,"uu":"wand of pyrotechnics|xdmg","xF":{"ft":"consumable"},"n":"Wand of Pyrotechnics"},{"id":14956,"c":4,"u":"wand%20of%20secrets_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"wand of secrets|xdmg","m":"items/XDMG/Wand of Secrets.webp","xF":{"ft":"consumable"},"n":"Wand of Secrets"},{"id":14957,"c":4,"u":"wand%20of%20web_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"wand of web|xdmg","m":"items/XDMG/Wand of Web.webp","xF":{"ft":"consumable"},"n":"Wand of Web"},{"id":14958,"c":4,"u":"wand%20of%20wonder_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"wand of wonder|xdmg","m":"items/XDMG/Wand of Wonder.webp","xF":{"ft":"consumable"},"n":"Wand of Wonder"},{"id":14959,"c":4,"u":"wave_xdmg","p":323,"s":5,"h":1,"t":12,"uu":"wave|xdmg","xF":{"ft":"weapon"},"n":"Wave"},{"id":14960,"c":4,"u":"well%20of%20many%20worlds_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"well of many worlds|xdmg","xF":{"ft":"equipment"},"n":"Well of Many Worlds"},{"id":14961,"c":4,"u":"well-made%20tapestry%20that%20is%2010%20feet%20by%2010%20feet_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"well-made tapestry that is 10 feet by 10 feet|xdmg","xF":{"ft":"loot"},"n":"Well-made tapestry that is 10 feet by 10 feet"},{"id":14962,"c":4,"u":"wheat_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"wheat|xdmg","xF":{"ft":"loot"},"n":"Wheat"},{"id":14963,"c":4,"u":"whelm_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"whelm|xdmg","xF":{"ft":"weapon"},"n":"Whelm"},{"id":14964,"c":4,"u":"white%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"white dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"White Dragon Scale Mail"},{"id":14965,"c":4,"u":"wind%20fan_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"wind fan|xdmg","m":"items/XDMG/Wind Fan.webp","xF":{"ft":"equipment"},"n":"Wind Fan"},{"id":14966,"c":4,"u":"winged%20boots_xdmg","p":325,"s":5,"h":1,"t":12,"uu":"winged boots|xdmg","m":"items/XDMG/Winged Boots.webp","xF":{"ft":"equipment"},"n":"Winged Boots"},{"id":14967,"c":4,"u":"wings%20of%20flying_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"wings of flying|xdmg","m":"items/XDMG/Wings of Flying.webp","xF":{"ft":"equipment"},"n":"Wings of Flying"},{"id":14968,"c":4,"u":"wyvern%20poison_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"wyvern poison|xdmg","xF":{"ft":"consumable"},"n":"Wyvern Poison"},{"id":14969,"c":4,"u":"yellow%20sapphire_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"yellow sapphire|xdmg","xF":{"ft":"loot"},"n":"Yellow Sapphire"},{"id":14970,"c":4,"u":"zircon_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"zircon|xdmg","xF":{"ft":"loot"},"n":"Zircon"},{"id":14971,"c":4,"u":"bead%20of%20nourishment_xge","p":136,"s":6,"h":1,"t":12,"uu":"bead of nourishment|xge","xF":{"ft":"equipment"},"n":"Bead of Nourishment"},{"id":14972,"c":4,"u":"bead%20of%20refreshment_xge","p":136,"s":6,"h":1,"t":12,"uu":"bead of refreshment|xge","xF":{"ft":"equipment"},"n":"Bead of Refreshment"},{"id":14973,"c":4,"u":"boots%20of%20false%20tracks_xge","p":136,"s":6,"h":1,"t":12,"uu":"boots of false tracks|xge","xF":{"ft":"equipment"},"n":"Boots of False Tracks"},{"id":14974,"c":4,"u":"candle%20of%20the%20deep_xge","p":136,"s":6,"h":1,"t":12,"uu":"candle of the deep|xge","xF":{"ft":"equipment"},"n":"Candle of the Deep"},{"id":14975,"c":4,"u":"charlatan's%20die_xge","p":136,"s":6,"h":1,"t":12,"uu":"charlatan's die|xge","xF":{"ft":"equipment"},"n":"Charlatan's Die"},{"id":14976,"c":4,"u":"cloak%20of%20billowing_xge","p":136,"s":6,"h":1,"t":12,"uu":"cloak of billowing|xge","xF":{"ft":"equipment"},"n":"Cloak of Billowing"},{"id":14977,"c":4,"u":"cloak%20of%20many%20fashions_xge","p":136,"s":6,"h":1,"t":12,"uu":"cloak of many fashions|xge","m":"items/XGE/Cloak of Many Fashions.webp","xF":{"ft":"equipment"},"n":"Cloak of Many Fashions"},{"id":14978,"c":4,"u":"clockwork%20amulet_xge","p":137,"s":6,"h":1,"t":12,"uu":"clockwork amulet|xge","xF":{"ft":"equipment"},"n":"Clockwork Amulet"},{"id":14979,"c":4,"u":"clothes%20of%20mending_xge","p":137,"s":6,"h":1,"t":12,"uu":"clothes of mending|xge","xF":{"ft":"equipment"},"n":"Clothes of Mending"},{"id":14980,"c":4,"u":"dark%20shard%20amulet_xge","p":137,"s":6,"h":1,"t":12,"uu":"dark shard amulet|xge","xF":{"ft":"equipment"},"n":"Dark Shard Amulet"},{"id":14981,"c":4,"u":"dread%20helm_xge","p":137,"s":6,"h":1,"t":12,"uu":"dread helm|xge","m":"items/XGE/Dread Helm.webp","xF":{"ft":"equipment"},"n":"Dread Helm"},{"id":14982,"c":4,"u":"ear%20horn%20of%20hearing_xge","p":137,"s":6,"h":1,"t":12,"uu":"ear horn of hearing|xge","xF":{"ft":"equipment"},"n":"Ear Horn of Hearing"},{"id":14983,"c":4,"u":"enduring%20spellbook_xge","p":137,"s":6,"h":1,"t":12,"uu":"enduring spellbook|xge","xF":{"ft":"equipment"},"n":"Enduring Spellbook"},{"id":14984,"c":4,"u":"ersatz%20eye_xge","p":137,"s":6,"h":1,"t":12,"uu":"ersatz eye|xge","xF":{"ft":"equipment"},"n":"Ersatz Eye"},{"id":14985,"c":4,"u":"hat%20of%20vermin_xge","p":137,"s":6,"h":1,"t":12,"uu":"hat of vermin|xge","xF":{"ft":"equipment"},"n":"Hat of Vermin"},{"id":14986,"c":4,"u":"hat%20of%20wizardry_xge","p":137,"s":6,"h":1,"t":12,"uu":"hat of wizardry|xge","xF":{"ft":"equipment"},"n":"Hat of Wizardry"},{"id":14987,"c":4,"u":"heward's%20handy%20spice%20pouch_xge","p":137,"s":6,"h":1,"t":12,"uu":"heward's handy spice pouch|xge","xF":{"ft":"equipment"},"n":"Heward's Handy Spice Pouch"},{"id":14988,"c":4,"u":"horn%20of%20silent%20alarm_xge","p":137,"s":6,"h":1,"t":12,"uu":"horn of silent alarm|xge","xF":{"ft":"equipment"},"n":"Horn of Silent Alarm"},{"id":14989,"c":4,"u":"instrument%20of%20illusions_xge","p":137,"s":6,"h":1,"t":12,"uu":"instrument of illusions|xge","xF":{"ft":"tool"},"n":"Instrument of Illusions"},{"id":14990,"c":4,"u":"instrument%20of%20scribing_xge","p":138,"s":6,"h":1,"t":12,"uu":"instrument of scribing|xge","xF":{"ft":"tool"},"n":"Instrument of Scribing"},{"id":14991,"c":4,"u":"lock%20of%20trickery_xge","p":138,"s":6,"h":1,"t":12,"uu":"lock of trickery|xge","xF":{"ft":"equipment"},"n":"Lock of Trickery"},{"id":14992,"c":4,"u":"mystery%20key_xge","p":138,"s":6,"h":1,"t":12,"uu":"mystery key|xge","xF":{"ft":"equipment"},"n":"Mystery Key"},{"id":14993,"c":4,"u":"orb%20of%20direction_xge","p":138,"s":6,"h":1,"t":12,"uu":"orb of direction|xge","m":"items/XGE/Orb of Direction.webp","xF":{"ft":"equipment"},"n":"Orb of Direction"},{"id":14994,"c":4,"u":"orb%20of%20time_xge","p":138,"s":6,"h":1,"t":12,"uu":"orb of time|xge","xF":{"ft":"equipment"},"n":"Orb of Time"},{"id":14995,"c":4,"u":"perfume%20of%20bewitching_xge","p":138,"s":6,"h":1,"t":12,"uu":"perfume of bewitching|xge","xF":{"ft":"equipment"},"n":"Perfume of Bewitching"},{"id":14996,"c":4,"u":"pipe%20of%20smoke%20monsters_xge","p":138,"s":6,"h":1,"t":12,"uu":"pipe of smoke monsters|xge","m":"items/XGE/Pipe of Smoke Monsters.webp","xF":{"ft":"equipment"},"n":"Pipe of Smoke Monsters"},{"id":14997,"c":4,"u":"pole%20of%20angling_xge","p":138,"s":6,"h":1,"t":12,"uu":"pole of angling|xge","xF":{"ft":"equipment"},"n":"Pole of Angling"},{"id":14998,"c":4,"u":"pole%20of%20collapsing_xge","p":138,"s":6,"h":1,"t":12,"uu":"pole of collapsing|xge","m":"items/XGE/Pole of Collapsing.webp","xF":{"ft":"equipment"},"n":"Pole of Collapsing"},{"id":14999,"c":4,"u":"pot%20of%20awakening_xge","p":138,"s":6,"h":1,"t":12,"uu":"pot of awakening|xge","xF":{"ft":"equipment"},"n":"Pot of Awakening"},{"id":15000,"c":4,"u":"rope%20of%20mending_xge","p":138,"s":6,"h":1,"t":12,"uu":"rope of mending|xge","xF":{"ft":"equipment"},"n":"Rope of Mending"},{"id":15001,"c":4,"u":"ruby%20of%20the%20war%20mage_xge","p":138,"s":6,"h":1,"t":12,"uu":"ruby of the war mage|xge","xF":{"ft":"equipment"},"n":"Ruby of the War Mage"},{"id":15002,"c":4,"u":"shield%20of%20expression_xge","p":139,"s":6,"h":1,"t":12,"uu":"shield of expression|xge","xF":{"ft":"equipment"},"n":"Shield of Expression"},{"id":15003,"c":4,"u":"staff%20of%20adornment_xge","p":139,"s":6,"h":1,"t":12,"uu":"staff of adornment|xge","xF":{"ft":"weapon"},"n":"Staff of Adornment"},{"id":15004,"c":4,"u":"staff%20of%20birdcalls_xge","p":139,"s":6,"h":1,"t":12,"uu":"staff of birdcalls|xge","xF":{"ft":"weapon"},"n":"Staff of Birdcalls"},{"id":15005,"c":4,"u":"staff%20of%20flowers_xge","p":139,"s":6,"h":1,"t":12,"uu":"staff of flowers|xge","xF":{"ft":"weapon"},"n":"Staff of Flowers"},{"id":15006,"c":4,"u":"talking%20doll_xge","p":139,"s":6,"h":1,"t":12,"uu":"talking doll|xge","m":"items/XGE/Talking Doll.webp","xF":{"ft":"equipment"},"n":"Talking Doll"},{"id":15007,"c":4,"u":"tankard%20of%20sobriety_xge","p":139,"s":6,"h":1,"t":12,"uu":"tankard of sobriety|xge","xF":{"ft":"equipment"},"n":"Tankard of Sobriety"},{"id":15008,"c":4,"u":"unbreakable%20arrow_xge","p":139,"s":6,"h":1,"t":12,"uu":"unbreakable arrow|xge","m":"items/XGE/Unbreakable Arrow.webp","xF":{"ft":"consumable"},"n":"Unbreakable Arrow"},{"id":15009,"c":4,"u":"veteran's%20cane_xge","p":139,"s":6,"h":1,"t":12,"uu":"veteran's cane|xge","xF":{"ft":"equipment"},"n":"Veteran's Cane"},{"id":15010,"c":4,"u":"wand%20of%20conducting_xge","p":140,"s":6,"h":1,"t":12,"uu":"wand of conducting|xge","xF":{"ft":"consumable"},"n":"Wand of Conducting"},{"id":15011,"c":4,"u":"wand%20of%20pyrotechnics_xge","p":140,"s":6,"h":1,"t":12,"uu":"wand of pyrotechnics|xge","xF":{"ft":"consumable"},"n":"Wand of Pyrotechnics"},{"id":15012,"c":4,"u":"wand%20of%20scowls_xge","p":140,"s":6,"h":1,"t":12,"uu":"wand of scowls|xge","xF":{"ft":"consumable"},"n":"Wand of Scowls"},{"id":15013,"c":4,"u":"wand%20of%20smiles_xge","p":140,"s":6,"h":1,"t":12,"uu":"wand of smiles|xge","xF":{"ft":"consumable"},"n":"Wand of Smiles"},{"id":15014,"c":4,"u":"command%20amulet_xmm","p":277,"s":7,"h":1,"t":12,"uu":"command amulet|xmm","xF":{"ft":"loot"},"n":"Command Amulet"},{"id":15015,"c":4,"u":"acid_xphb","p":222,"s":8,"h":1,"t":12,"uu":"acid|xphb","xF":{"ft":"consumable"},"n":"Acid"},{"id":15016,"c":4,"u":"airship_xphb","p":230,"s":8,"h":1,"t":12,"uu":"airship|xphb","xF":{"ft":"loot"},"n":"Airship"},{"id":15017,"c":4,"u":"alchemist's%20fire_xphb","p":222,"s":8,"h":1,"t":12,"uu":"alchemist's fire|xphb","xF":{"ft":"consumable"},"n":"Alchemist's Fire"},{"id":15018,"c":4,"u":"alchemist's%20supplies_xphb","p":220,"s":8,"h":1,"t":12,"uu":"alchemist's supplies|xphb","xF":{"ft":"tool"},"n":"Alchemist's Supplies"},{"id":15019,"c":4,"u":"ale%20(mug)_xphb","p":231,"s":8,"h":1,"t":12,"uu":"ale (mug)|xphb","xF":{"ft":"consumable"},"n":"Ale (mug)"},{"id":15020,"c":4,"u":"amulet_xphb","p":226,"s":8,"h":1,"t":12,"uu":"amulet|xphb","xF":{"ft":"equipment"},"n":"Amulet"},{"id":15021,"c":4,"u":"antitoxin_xphb","p":222,"s":8,"h":1,"t":12,"uu":"antitoxin|xphb","xF":{"ft":"consumable"},"n":"Antitoxin"},{"id":15022,"c":4,"u":"backpack_xphb","p":224,"s":8,"h":1,"t":12,"uu":"backpack|xphb","xF":{"ft":"container"},"n":"Backpack"},{"id":15023,"c":4,"u":"ball%20bearings_xphb","p":224,"s":8,"h":1,"t":12,"uu":"ball bearings|xphb","xF":{"ft":"loot"},"n":"Ball Bearings"},{"id":15024,"c":4,"u":"barrel_xphb","p":224,"s":8,"h":1,"t":12,"uu":"barrel|xphb","xF":{"ft":"container"},"n":"Barrel"},{"id":15025,"c":4,"u":"basic%20poison_xphb","p":227,"s":8,"h":1,"t":12,"uu":"basic poison|xphb","xF":{"ft":"consumable"},"n":"Basic Poison"},{"id":15026,"c":4,"u":"basket_xphb","p":224,"s":8,"h":1,"t":12,"uu":"basket|xphb","xF":{"ft":"container"},"n":"Basket"},{"id":15027,"c":4,"u":"bedroll_xphb","p":224,"s":8,"h":1,"t":12,"uu":"bedroll|xphb","xF":{"ft":"loot"},"n":"Bedroll"},{"id":15028,"c":4,"u":"bell_xphb","p":224,"s":8,"h":1,"t":12,"uu":"bell|xphb","xF":{"ft":"loot"},"n":"Bell"},{"id":15029,"c":4,"u":"blanket_xphb","p":224,"s":8,"h":1,"t":12,"uu":"blanket|xphb","xF":{"ft":"loot"},"n":"Blanket"},{"id":15030,"c":4,"u":"block%20and%20tackle_xphb","p":224,"s":8,"h":1,"t":12,"uu":"block and tackle|xphb","xF":{"ft":"loot"},"n":"Block and Tackle"},{"id":15031,"c":4,"u":"book_xphb","p":224,"s":8,"h":1,"t":12,"uu":"book|xphb","xF":{"ft":"loot"},"n":"Book"},{"id":15032,"c":4,"u":"bread%20(loaf)_xphb","p":231,"s":8,"h":1,"t":12,"uu":"bread (loaf)|xphb","xF":{"ft":"consumable"},"n":"Bread (loaf)"},{"id":15033,"c":4,"u":"brewer's%20supplies_xphb","p":220,"s":8,"h":1,"t":12,"uu":"brewer's supplies|xphb","xF":{"ft":"tool"},"n":"Brewer's Supplies"},{"id":15034,"c":4,"u":"bucket_xphb","p":224,"s":8,"h":1,"t":12,"uu":"bucket|xphb","xF":{"ft":"container"},"n":"Bucket"},{"id":15035,"c":4,"u":"bullseye%20lantern_xphb","p":226,"s":8,"h":1,"t":12,"uu":"bullseye lantern|xphb","xF":{"ft":"loot"},"n":"Bullseye Lantern"},{"id":15036,"c":4,"u":"burglar's%20pack_xphb","p":224,"s":8,"h":1,"t":12,"uu":"burglar's pack|xphb","xF":{"ft":"loot"},"n":"Burglar's Pack"},{"id":15037,"c":4,"u":"calligrapher's%20supplies_xphb","p":220,"s":8,"h":1,"t":12,"uu":"calligrapher's supplies|xphb","xF":{"ft":"tool"},"n":"Calligrapher's Supplies"},{"id":15038,"c":4,"u":"caltrops_xphb","p":224,"s":8,"h":1,"t":12,"uu":"caltrops|xphb","xF":{"ft":"loot"},"n":"Caltrops"},{"id":15039,"c":4,"u":"camel_xphb","p":229,"s":8,"h":1,"t":12,"uu":"camel|xphb","xF":{"ft":"loot"},"n":"Camel"},{"id":15040,"c":4,"u":"candle_xphb","p":224,"s":8,"h":1,"t":12,"uu":"candle|xphb","xF":{"ft":"loot"},"n":"Candle"},{"id":15041,"c":4,"u":"carpenter's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"carpenter's tools|xphb","xF":{"ft":"tool"},"n":"Carpenter's Tools"},{"id":15042,"c":4,"u":"carriage_xphb","p":230,"s":8,"h":1,"t":12,"uu":"carriage|xphb","xF":{"ft":"loot"},"n":"Carriage"},{"id":15043,"c":4,"u":"cart_xphb","p":230,"s":8,"h":1,"t":12,"uu":"cart|xphb","xF":{"ft":"loot"},"n":"Cart"},{"id":15044,"c":4,"u":"cartographer's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"cartographer's tools|xphb","xF":{"ft":"tool"},"n":"Cartographer's Tools"},{"id":15045,"c":4,"u":"chain_xphb","p":224,"s":8,"h":1,"t":12,"uu":"chain|xphb","xF":{"ft":"loot"},"n":"Chain"},{"id":15046,"c":4,"u":"chariot_xphb","p":230,"s":8,"h":1,"t":12,"uu":"chariot|xphb","xF":{"ft":"loot"},"n":"Chariot"},{"id":15047,"c":4,"u":"cheese%20(wedge)_xphb","p":231,"s":8,"h":1,"t":12,"uu":"cheese (wedge)|xphb","xF":{"ft":"consumable"},"n":"Cheese (wedge)"},{"id":15048,"c":4,"u":"chest_xphb","p":225,"s":8,"h":1,"t":12,"uu":"chest|xphb","xF":{"ft":"container"},"n":"Chest"},{"id":15049,"c":4,"u":"climber's%20kit_xphb","p":225,"s":8,"h":1,"t":12,"uu":"climber's kit|xphb","xF":{"ft":"loot"},"n":"Climber's Kit"},{"id":15050,"c":4,"u":"cobbler's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"cobbler's tools|xphb","xF":{"ft":"tool"},"n":"Cobbler's Tools"},{"id":15051,"c":4,"u":"common%20wine%20(bottle)_xphb","p":231,"s":8,"h":1,"t":12,"uu":"common wine (bottle)|xphb","xF":{"ft":"consumable"},"n":"Common Wine (bottle)"},{"id":15052,"c":4,"u":"component%20pouch_xphb","p":225,"s":8,"h":1,"t":12,"uu":"component pouch|xphb","xF":{"ft":"loot"},"n":"Component Pouch"},{"id":15053,"c":4,"u":"cook's%20utensils_xphb","p":220,"s":8,"h":1,"t":12,"uu":"cook's utensils|xphb","xF":{"ft":"tool"},"n":"Cook's Utensils"},{"id":15054,"c":4,"u":"costume_xphb","p":225,"s":8,"h":1,"t":12,"uu":"costume|xphb","xF":{"ft":"loot"},"n":"Costume"},{"id":15055,"c":4,"u":"crossbow%20bolt%20case_xphb","p":224,"s":8,"h":1,"t":12,"uu":"crossbow bolt case|xphb","xF":{"ft":"container"},"n":"Crossbow Bolt Case"},{"id":15056,"c":4,"u":"crowbar_xphb","p":225,"s":8,"h":1,"t":12,"uu":"crowbar|xphb","xF":{"ft":"loot"},"n":"Crowbar"},{"id":15057,"c":4,"u":"dice%20set_xphb","p":221,"s":8,"h":1,"t":12,"uu":"dice set|xphb","xF":{"ft":"tool"},"n":"Dice Set"},{"id":15058,"c":4,"u":"diplomat's%20pack_xphb","p":225,"s":8,"h":1,"t":12,"uu":"diplomat's pack|xphb","xF":{"ft":"loot"},"n":"Diplomat's Pack"},{"id":15059,"c":4,"u":"disguise%20kit_xphb","p":221,"s":8,"h":1,"t":12,"uu":"disguise kit|xphb","xF":{"ft":"tool"},"n":"Disguise Kit"},{"id":15060,"c":4,"u":"draft%20horse_xphb","p":229,"s":8,"h":1,"t":12,"uu":"draft horse|xphb","xF":{"ft":"loot"},"n":"Draft Horse"},{"id":15061,"c":4,"u":"dragonchess%20set_xphb","p":221,"s":8,"h":1,"t":12,"uu":"dragonchess set|xphb","xF":{"ft":"tool"},"n":"Dragonchess Set"},{"id":15062,"c":4,"u":"dungeoneer's%20pack_xphb","p":225,"s":8,"h":1,"t":12,"uu":"dungeoneer's pack|xphb","xF":{"ft":"loot"},"n":"Dungeoneer's Pack"},{"id":15063,"c":4,"u":"elephant_xphb","p":229,"s":8,"h":1,"t":12,"uu":"elephant|xphb","xF":{"ft":"loot"},"n":"Elephant"},{"id":15064,"c":4,"u":"emblem_xphb","p":226,"s":8,"h":1,"t":12,"uu":"emblem|xphb","xF":{"ft":"equipment"},"n":"Emblem"},{"id":15065,"c":4,"u":"entertainer's%20pack_xphb","p":225,"s":8,"h":1,"t":12,"uu":"entertainer's pack|xphb","xF":{"ft":"loot"},"n":"Entertainer's Pack"},{"id":15066,"c":4,"u":"exotic%20saddle_xphb","p":230,"s":8,"h":1,"t":12,"uu":"exotic saddle|xphb","xF":{"ft":"loot"},"n":"Exotic Saddle"},{"id":15067,"c":4,"u":"explorer's%20pack_xphb","p":225,"s":8,"h":1,"t":12,"uu":"explorer's pack|xphb","xF":{"ft":"loot"},"n":"Explorer's Pack"},{"id":15068,"c":4,"u":"feed%20(per%20day)_xphb","p":230,"s":8,"h":1,"t":12,"uu":"feed (per day)|xphb","xF":{"ft":"loot"},"n":"Feed (per day)"},{"id":15069,"c":4,"u":"fine%20clothes_xphb","p":225,"s":8,"h":1,"t":12,"uu":"fine clothes|xphb","xF":{"ft":"loot"},"n":"Fine Clothes"},{"id":15070,"c":4,"u":"fine%20wine%20(bottle)_xphb","p":231,"s":8,"h":1,"t":12,"uu":"fine wine (bottle)|xphb","xF":{"ft":"consumable"},"n":"Fine Wine (bottle)"},{"id":15071,"c":4,"u":"flask_xphb","p":225,"s":8,"h":1,"t":12,"uu":"flask|xphb","xF":{"ft":"container"},"n":"Flask"},{"id":15072,"c":4,"u":"forgery%20kit_xphb","p":221,"s":8,"h":1,"t":12,"uu":"forgery kit|xphb","xF":{"ft":"tool"},"n":"Forgery Kit"},{"id":15073,"c":4,"u":"galley_xphb","p":230,"s":8,"h":1,"t":12,"uu":"galley|xphb","xF":{"ft":"loot"},"n":"Galley"},{"id":15074,"c":4,"u":"glass%20bottle_xphb","p":224,"s":8,"h":1,"t":12,"uu":"glass bottle|xphb","xF":{"ft":"container"},"n":"Glass Bottle"},{"id":15075,"c":4,"u":"glassblower's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"glassblower's tools|xphb","xF":{"ft":"tool"},"n":"Glassblower's Tools"},{"id":15076,"c":4,"u":"grappling%20hook_xphb","p":225,"s":8,"h":1,"t":12,"uu":"grappling hook|xphb","xF":{"ft":"loot"},"n":"Grappling Hook"},{"id":15077,"c":4,"u":"healer's%20kit_xphb","p":225,"s":8,"h":1,"t":12,"uu":"healer's kit|xphb","xF":{"ft":"loot"},"n":"Healer's Kit"},{"id":15078,"c":4,"u":"herbalism%20kit_xphb","p":221,"s":8,"h":1,"t":12,"uu":"herbalism kit|xphb","xF":{"ft":"tool"},"n":"Herbalism Kit"},{"id":15079,"c":4,"u":"holy%20water_xphb","p":226,"s":8,"h":1,"t":12,"uu":"holy water|xphb","xF":{"ft":"consumable"},"n":"Holy Water"},{"id":15080,"c":4,"u":"hooded%20lantern_xphb","p":226,"s":8,"h":1,"t":12,"uu":"hooded lantern|xphb","xF":{"ft":"loot"},"n":"Hooded Lantern"},{"id":15081,"c":4,"u":"hunting%20trap_xphb","p":226,"s":8,"h":1,"t":12,"uu":"hunting trap|xphb","xF":{"ft":"loot"},"n":"Hunting Trap"},{"id":15082,"c":4,"u":"ink_xphb","p":226,"s":8,"h":1,"t":12,"uu":"ink|xphb","xF":{"ft":"loot"},"n":"Ink"},{"id":15083,"c":4,"u":"ink%20pen_xphb","p":226,"s":8,"h":1,"t":12,"uu":"ink pen|xphb","xF":{"ft":"loot"},"n":"Ink Pen"},{"id":15084,"c":4,"u":"iron%20pot_xphb","p":228,"s":8,"h":1,"t":12,"uu":"iron pot|xphb","xF":{"ft":"container"},"n":"Iron Pot"},{"id":15085,"c":4,"u":"iron%20spike_xphb","p":228,"s":8,"h":1,"t":12,"uu":"iron spike|xphb","xF":{"ft":"loot"},"n":"Iron Spike"},{"id":15086,"c":4,"u":"iron%20spikes_xphb","p":228,"s":8,"h":1,"t":12,"uu":"iron spikes|xphb","xF":{"ft":"loot"},"n":"Iron Spikes"},{"id":15087,"c":4,"u":"jeweler's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"jeweler's tools|xphb","xF":{"ft":"tool"},"n":"Jeweler's Tools"},{"id":15088,"c":4,"u":"jug_xphb","p":226,"s":8,"h":1,"t":12,"uu":"jug|xphb","xF":{"ft":"container"},"n":"Jug"},{"id":15089,"c":4,"u":"keelboat_xphb","p":230,"s":8,"h":1,"t":12,"uu":"keelboat|xphb","xF":{"ft":"loot"},"n":"Keelboat"},{"id":15090,"c":4,"u":"ladder_xphb","p":226,"s":8,"h":1,"t":12,"uu":"ladder|xphb","xF":{"ft":"loot"},"n":"Ladder"},{"id":15091,"c":4,"u":"lamp_xphb","p":226,"s":8,"h":1,"t":12,"uu":"lamp|xphb","m":"items/XPHB/Lamp.webp","xF":{"ft":"loot"},"n":"Lamp"},{"id":15092,"c":4,"u":"leatherworker's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"leatherworker's tools|xphb","xF":{"ft":"tool"},"n":"Leatherworker's Tools"},{"id":15093,"c":4,"u":"lock_xphb","p":226,"s":8,"h":1,"t":12,"uu":"lock|xphb","xF":{"ft":"loot"},"n":"Lock"},{"id":15094,"c":4,"u":"longship_xphb","p":230,"s":8,"h":1,"t":12,"uu":"longship|xphb","xF":{"ft":"loot"},"n":"Longship"},{"id":15095,"c":4,"u":"magnifying%20glass_xphb","p":226,"s":8,"h":1,"t":12,"uu":"magnifying glass|xphb","xF":{"ft":"loot"},"n":"Magnifying Glass"},{"id":15096,"c":4,"u":"manacles_xphb","p":226,"s":8,"h":1,"t":12,"uu":"manacles|xphb","xF":{"ft":"loot"},"n":"Manacles"},{"id":15097,"c":4,"u":"map_xphb","p":227,"s":8,"h":1,"t":12,"uu":"map|xphb","xF":{"ft":"loot"},"n":"Map"},{"id":15098,"c":4,"u":"map%20or%20scroll%20case_xphb","p":224,"s":8,"h":1,"t":12,"uu":"map or scroll case|xphb","xF":{"ft":"container"},"n":"Map or Scroll Case"},{"id":15099,"c":4,"u":"mason's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"mason's tools|xphb","xF":{"ft":"tool"},"n":"Mason's Tools"},{"id":15100,"c":4,"u":"mastiff_xphb","p":229,"s":8,"h":1,"t":12,"uu":"mastiff|xphb","xF":{"ft":"loot"},"n":"Mastiff"},{"id":15101,"c":4,"u":"military%20saddle_xphb","p":230,"s":8,"h":1,"t":12,"uu":"military saddle|xphb","xF":{"ft":"loot"},"n":"Military Saddle"},{"id":15102,"c":4,"u":"mirror_xphb","p":227,"s":8,"h":1,"t":12,"uu":"mirror|xphb","xF":{"ft":"loot"},"n":"Mirror"},{"id":15103,"c":4,"u":"mule_xphb","p":229,"s":8,"h":1,"t":12,"uu":"mule|xphb","xF":{"ft":"loot"},"n":"Mule"},{"id":15104,"c":4,"u":"navigator's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"navigator's tools|xphb","xF":{"ft":"tool"},"n":"Navigator's Tools"},{"id":15105,"c":4,"u":"net_xphb","p":227,"s":8,"h":1,"t":12,"uu":"net|xphb","m":"items/XPHB/Net.webp","xF":{"ft":"loot"},"n":"Net"},{"id":15106,"c":4,"u":"oil_xphb","p":227,"s":8,"h":1,"t":12,"uu":"oil|xphb","xF":{"ft":"loot"},"n":"Oil"},{"id":15107,"c":4,"u":"painter's%20supplies_xphb","p":221,"s":8,"h":1,"t":12,"uu":"painter's supplies|xphb","xF":{"ft":"tool"},"n":"Painter's Supplies"},{"id":15108,"c":4,"u":"paper_xphb","p":227,"s":8,"h":1,"t":12,"uu":"paper|xphb","xF":{"ft":"loot"},"n":"Paper"},{"id":15109,"c":4,"u":"parchment_xphb","p":227,"s":8,"h":1,"t":12,"uu":"parchment|xphb","xF":{"ft":"loot"},"n":"Parchment"},{"id":15110,"c":4,"u":"perfume_xphb","p":227,"s":8,"h":1,"t":12,"uu":"perfume|xphb","xF":{"ft":"loot"},"n":"Perfume"},{"id":15111,"c":4,"u":"playing%20cards_xphb","p":221,"s":8,"h":1,"t":12,"uu":"playing cards|xphb","xF":{"ft":"tool"},"n":"Playing Cards"},{"id":15112,"c":4,"u":"poisoner's%20kit_xphb","p":221,"s":8,"h":1,"t":12,"uu":"poisoner's kit|xphb","xF":{"ft":"tool"},"n":"Poisoner's Kit"},{"id":15113,"c":4,"u":"pole_xphb","p":228,"s":8,"h":1,"t":12,"uu":"pole|xphb","xF":{"ft":"loot"},"n":"Pole"},{"id":15114,"c":4,"u":"pony_xphb","p":229,"s":8,"h":1,"t":12,"uu":"pony|xphb","xF":{"ft":"loot"},"n":"Pony"},{"id":15115,"c":4,"u":"portable%20ram_xphb","p":228,"s":8,"h":1,"t":12,"uu":"portable ram|xphb","xF":{"ft":"loot"},"n":"Portable Ram"},{"id":15116,"c":4,"u":"potter's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"potter's tools|xphb","xF":{"ft":"tool"},"n":"Potter's Tools"},{"id":15117,"c":4,"u":"pouch_xphb","p":228,"s":8,"h":1,"t":12,"uu":"pouch|xphb","xF":{"ft":"container"},"n":"Pouch"},{"id":15118,"c":4,"u":"priest's%20pack_xphb","p":228,"s":8,"h":1,"t":12,"uu":"priest's pack|xphb","xF":{"ft":"loot"},"n":"Priest's Pack"},{"id":15119,"c":4,"u":"psychic%20blade_xphb","p":136,"s":8,"h":1,"t":12,"uu":"psychic blade|xphb","xF":{"ft":"weapon"},"n":"Psychic Blade"},{"id":15120,"c":4,"u":"quiver_xphb","p":228,"s":8,"h":1,"t":12,"uu":"quiver|xphb","xF":{"ft":"container"},"n":"Quiver"},{"id":15121,"c":4,"u":"rations_xphb","p":228,"s":8,"h":1,"t":12,"uu":"rations|xphb","xF":{"ft":"consumable"},"n":"Rations"},{"id":15122,"c":4,"u":"reliquary_xphb","p":226,"s":8,"h":1,"t":12,"uu":"reliquary|xphb","xF":{"ft":"equipment"},"n":"Reliquary"},{"id":15123,"c":4,"u":"riding%20horse_xphb","p":229,"s":8,"h":1,"t":12,"uu":"riding horse|xphb","xF":{"ft":"loot"},"n":"Riding Horse"},{"id":15124,"c":4,"u":"riding%20saddle_xphb","p":230,"s":8,"h":1,"t":12,"uu":"riding saddle|xphb","xF":{"ft":"loot"},"n":"Riding Saddle"},{"id":15125,"c":4,"u":"robe_xphb","p":228,"s":8,"h":1,"t":12,"uu":"robe|xphb","xF":{"ft":"loot"},"n":"Robe"},{"id":15126,"c":4,"u":"rope_xphb","p":228,"s":8,"h":1,"t":12,"uu":"rope|xphb","xF":{"ft":"loot"},"n":"Rope"},{"id":15127,"c":4,"u":"rowboat_xphb","p":230,"s":8,"h":1,"t":12,"uu":"rowboat|xphb","xF":{"ft":"loot"},"n":"Rowboat"},{"id":15128,"c":4,"u":"sack_xphb","p":228,"s":8,"h":1,"t":12,"uu":"sack|xphb","xF":{"ft":"container"},"n":"Sack"},{"id":15129,"c":4,"u":"sailing%20ship_xphb","p":230,"s":8,"h":1,"t":12,"uu":"sailing ship|xphb","xF":{"ft":"loot"},"n":"Sailing Ship"},{"id":15130,"c":4,"u":"scholar's%20pack_xphb","p":228,"s":8,"h":1,"t":12,"uu":"scholar's pack|xphb","xF":{"ft":"loot"},"n":"Scholar's Pack"},{"id":15131,"c":4,"u":"shovel_xphb","p":228,"s":8,"h":1,"t":12,"uu":"shovel|xphb","xF":{"ft":"loot"},"n":"Shovel"},{"id":15132,"c":4,"u":"signal%20whistle_xphb","p":228,"s":8,"h":1,"t":12,"uu":"signal whistle|xphb","xF":{"ft":"loot"},"n":"Signal Whistle"},{"id":15133,"c":4,"u":"sled_xphb","p":230,"s":8,"h":1,"t":12,"uu":"sled|xphb","xF":{"ft":"loot"},"n":"Sled"},{"id":15134,"c":4,"u":"smith's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"smith's tools|xphb","xF":{"ft":"tool"},"n":"Smith's Tools"},{"id":15135,"c":4,"u":"sprig%20of%20mistletoe_xphb","p":225,"s":8,"h":1,"t":12,"uu":"sprig of mistletoe|xphb","xF":{"ft":"equipment"},"n":"Sprig of Mistletoe"},{"id":15136,"c":4,"u":"spyglass_xphb","p":229,"s":8,"h":1,"t":12,"uu":"spyglass|xphb","xF":{"ft":"loot"},"n":"Spyglass"},{"id":15137,"c":4,"u":"stabling%20(per%20day)_xphb","p":230,"s":8,"h":1,"t":12,"uu":"stabling (per day)|xphb","xF":{"ft":"loot"},"n":"Stabling (per day)"},{"id":15138,"c":4,"u":"string_xphb","p":229,"s":8,"h":1,"t":12,"uu":"string|xphb","xF":{"ft":"loot"},"n":"String"},{"id":15139,"c":4,"u":"tent_xphb","p":229,"s":8,"h":1,"t":12,"uu":"tent|xphb","xF":{"ft":"loot"},"n":"Tent"},{"id":15140,"c":4,"u":"thieves'%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"thieves' tools|xphb","xF":{"ft":"tool"},"n":"Thieves' Tools"},{"id":15141,"c":4,"u":"three-dragon%20ante%20set_xphb","p":221,"s":8,"h":1,"t":12,"uu":"three-dragon ante set|xphb","xF":{"ft":"tool"},"n":"Three-Dragon Ante Set"},{"id":15142,"c":4,"u":"tinderbox_xphb","p":229,"s":8,"h":1,"t":12,"uu":"tinderbox|xphb","xF":{"ft":"loot"},"n":"Tinderbox"},{"id":15143,"c":4,"u":"tinker's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"tinker's tools|xphb","xF":{"ft":"tool"},"n":"Tinker's Tools"},{"id":15144,"c":4,"u":"torch_xphb","p":229,"s":8,"h":1,"t":12,"uu":"torch|xphb","xF":{"ft":"loot"},"n":"Torch"},{"id":15145,"c":4,"u":"traveler's%20clothes_xphb","p":225,"s":8,"h":1,"t":12,"uu":"traveler's clothes|xphb","xF":{"ft":"loot"},"n":"Traveler's Clothes"},{"id":15146,"c":4,"u":"trinket_xphb","p":47,"s":8,"h":1,"t":12,"uu":"trinket|xphb","m":"items/XPHB/Trinkets 1.webp","xF":{"ft":"loot"},"n":"Trinket"},{"id":15147,"c":4,"u":"vial_xphb","p":229,"s":8,"h":1,"t":12,"uu":"vial|xphb","xF":{"ft":"container"},"n":"Vial"},{"id":15148,"c":4,"u":"wagon_xphb","p":230,"s":8,"h":1,"t":12,"uu":"wagon|xphb","xF":{"ft":"loot"},"n":"Wagon"},{"id":15149,"c":4,"u":"warhorse_xphb","p":229,"s":8,"h":1,"t":12,"uu":"warhorse|xphb","xF":{"ft":"loot"},"n":"Warhorse"},{"id":15150,"c":4,"u":"warship_xphb","p":230,"s":8,"h":1,"t":12,"uu":"warship|xphb","xF":{"ft":"loot"},"n":"Warship"},{"id":15151,"c":4,"u":"waterskin_xphb","p":229,"s":8,"h":1,"t":12,"uu":"waterskin|xphb","xF":{"ft":"container"},"n":"Waterskin"},{"id":15152,"c":4,"u":"weaver's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"weaver's tools|xphb","xF":{"ft":"tool"},"n":"Weaver's Tools"},{"id":15153,"c":4,"u":"woodcarver's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"woodcarver's tools|xphb","xF":{"ft":"tool"},"n":"Woodcarver's Tools"},{"id":15154,"c":4,"u":"yew%20wand_xphb","p":225,"s":8,"h":1,"t":12,"uu":"yew wand|xphb","xF":{"ft":"equipment"},"n":"Yew Wand"},{"id":15155,"c":4,"u":"accounting%20and%20valuation%20of%20all%20things_coa","p":272,"s":9,"h":1,"t":12,"uu":"accounting and valuation of all things|coa","xF":{"ft":"equipment"},"n":"Accounting and Valuation of All Things"},{"id":15156,"c":4,"u":"amulet%20of%20appearance_coa","p":267,"s":9,"h":1,"t":12,"uu":"amulet of appearance|coa","xF":{"ft":"equipment"},"n":"Amulet of Appearance"},{"id":15157,"c":4,"u":"amulet%20of%20betrayal_coa","p":267,"s":9,"h":1,"t":12,"uu":"amulet of betrayal|coa","xF":{"ft":"equipment"},"n":"Amulet of Betrayal"},{"id":15158,"c":4,"u":"amulet%20of%20duplicity_coa","p":267,"s":9,"h":1,"t":12,"uu":"amulet of duplicity|coa","xF":{"ft":"equipment"},"n":"Amulet of Duplicity"},{"id":15159,"c":4,"u":"amulet%20of%20the%20inferno_coa","p":273,"s":9,"h":1,"t":12,"uu":"amulet of the inferno|coa","m":"items/CoA/Amulet of the Inferno.webp","xF":{"ft":"equipment"},"n":"Amulet of the Inferno"},{"id":15160,"c":4,"u":"bracers%20of%20asmodeus_coa","p":267,"s":9,"h":1,"t":12,"uu":"bracers of asmodeus|coa","xF":{"ft":"equipment"},"n":"Bracers of Asmodeus"},{"id":15161,"c":4,"u":"canian%20fork_coa","p":267,"s":9,"h":1,"t":12,"uu":"canian fork|coa","xF":{"ft":"weapon"},"n":"Canian Fork"},{"id":15162,"c":4,"u":"condensed%20order_coa","p":267,"s":9,"h":1,"t":12,"uu":"condensed order|coa","xF":{"ft":"equipment"},"n":"Condensed Order"},{"id":15163,"c":4,"u":"gauntlets%20of%20rage_coa","p":268,"s":9,"h":1,"t":12,"uu":"gauntlets of rage|coa","xF":{"ft":"equipment"},"n":"Gauntlets of Rage"},{"id":15164,"c":4,"u":"infernal%20amulet_coa","p":268,"s":9,"h":1,"t":12,"uu":"infernal amulet|coa","xF":{"ft":"equipment"},"n":"Infernal Amulet"},{"id":15165,"c":4,"u":"infernal%20plate%20armor_coa","p":268,"s":9,"h":1,"t":12,"uu":"infernal plate armor|coa","xF":{"ft":"equipment"},"n":"Infernal Plate Armor"},{"id":15166,"c":4,"u":"knife%20of%20stolen%20resistance_coa","p":268,"s":9,"h":1,"t":12,"uu":"knife of stolen resistance|coa","xF":{"ft":"weapon"},"n":"Knife of Stolen Resistance"},{"id":15167,"c":4,"u":"ranseur%20of%20torture_coa","p":273,"s":9,"h":1,"t":12,"uu":"ranseur of torture|coa","m":"items/CoA/Ranseur of Torture.webp","xF":{"ft":"weapon"},"n":"Ranseur of Torture"},{"id":15168,"c":4,"u":"ring%20of%20collecting_coa","p":268,"s":9,"h":1,"t":12,"uu":"ring of collecting|coa","xF":{"ft":"equipment"},"n":"Ring of Collecting"},{"id":15169,"c":4,"u":"ring%20of%20the%20copycat_coa","p":268,"s":9,"h":1,"t":12,"uu":"ring of the copycat|coa","xF":{"ft":"equipment"},"n":"Ring of the Copycat"},{"id":15170,"c":4,"u":"ring%20of%20treachery_coa","p":269,"s":9,"h":1,"t":12,"uu":"ring of treachery|coa","xF":{"ft":"equipment"},"n":"Ring of Treachery"},{"id":15171,"c":4,"u":"ruby%20rod%20of%20asmodeus_coa","p":274,"s":9,"h":1,"t":12,"uu":"ruby rod of asmodeus|coa","m":"items/CoA/Ruby Rod of Asmodeus and Scourge of Shadow.webp","xF":{"ft":"consumable"},"n":"Ruby Rod of Asmodeus"},{"id":15172,"c":4,"u":"sage's%20mirror_coa","p":269,"s":9,"h":1,"t":12,"uu":"sage's mirror|coa","xF":{"ft":"equipment"},"n":"Sage's Mirror"},{"id":15173,"c":4,"u":"scourge%20of%20shadow_coa","p":275,"s":9,"h":1,"t":12,"uu":"scourge of shadow|coa","m":"items/CoA/Ruby Rod of Asmodeus and Scourge of Shadow.webp","xF":{"ft":"weapon"},"n":"Scourge of Shadow"},{"id":15174,"c":4,"u":"skull%20of%20selfish%20knowledge_coa","p":269,"s":9,"h":1,"t":12,"uu":"skull of selfish knowledge|coa","xF":{"ft":"equipment"},"n":"Skull of Selfish Knowledge"},{"id":15175,"c":4,"u":"soul%20coin_coa","p":269,"s":9,"h":1,"t":12,"uu":"soul coin|coa","xF":{"ft":"equipment"},"n":"Soul Coin"},{"id":15176,"c":4,"u":"true-ice%20shards%20(dagger)_coa","p":275,"s":9,"h":1,"t":12,"uu":"true-ice shards (dagger)|coa","xF":{"ft":"weapon"},"n":"True-Ice Shards (Dagger)"},{"id":15177,"c":4,"u":"true-ice%20shards%20(rapier)_coa","p":275,"s":9,"h":1,"t":12,"uu":"true-ice shards (rapier)|coa","xF":{"ft":"weapon"},"n":"True-Ice Shards (Rapier)"},{"id":15178,"c":4,"u":"vial%20of%20greed_coa","p":270,"s":9,"h":1,"t":12,"uu":"vial of greed|coa","xF":{"ft":"equipment"},"n":"Vial of Greed"},{"id":15179,"c":4,"u":"wrought-iron%20tower_coa","p":276,"s":9,"h":1,"t":12,"uu":"wrought-iron tower|coa","m":"items/CoA/Wrought-Iron Tower.webp","xF":{"ft":"weapon"},"n":"Wrought-Iron Tower"},{"id":15180,"c":4,"u":"basic%20fishing%20equipment_aag","p":21,"s":103,"h":1,"t":12,"uu":"basic fishing equipment|aag","xF":{"ft":"loot"},"n":"Basic Fishing Equipment"},{"id":15181,"c":4,"u":"bombard_aag","p":26,"s":103,"h":1,"t":12,"uu":"bombard|aag","xF":{"ft":"loot"},"n":"Bombard"},{"id":15182,"c":4,"u":"damselfly%20ship_aag","p":28,"s":103,"h":1,"t":12,"uu":"damselfly ship|aag","xF":{"ft":"loot"},"n":"Damselfly Ship"},{"id":15183,"c":4,"u":"fish%20suit_aag","p":22,"s":103,"h":1,"t":12,"uu":"fish suit|aag","m":"items/AAG/Fish Suit.webp","xF":{"ft":"equipment"},"n":"Fish Suit"},{"id":15184,"c":4,"u":"flying%20fish%20ship_aag","p":30,"s":103,"h":1,"t":12,"uu":"flying fish ship|aag","xF":{"ft":"loot"},"n":"Flying Fish Ship"},{"id":15185,"c":4,"u":"hammerhead%20ship_aag","p":32,"s":103,"h":1,"t":12,"uu":"hammerhead ship|aag","xF":{"ft":"loot"},"n":"Hammerhead Ship"},{"id":15186,"c":4,"u":"lamprey%20ship_aag","p":34,"s":103,"h":1,"t":12,"uu":"lamprey ship|aag","xF":{"ft":"loot"},"n":"Lamprey Ship"},{"id":15187,"c":4,"u":"living%20ship_aag","p":36,"s":103,"h":1,"t":12,"uu":"living ship|aag","xF":{"ft":"loot"},"n":"Living Ship"},{"id":15188,"c":4,"u":"nautiloid_aag","p":38,"s":103,"h":1,"t":12,"uu":"nautiloid|aag","xF":{"ft":"loot"},"n":"Nautiloid"},{"id":15189,"c":4,"u":"nightspider_aag","p":40,"s":103,"h":1,"t":12,"uu":"nightspider|aag","xF":{"ft":"loot"},"n":"Nightspider"},{"id":15190,"c":4,"u":"scorpion%20ship_aag","p":42,"s":103,"h":1,"t":12,"uu":"scorpion ship|aag","xF":{"ft":"loot"},"n":"Scorpion Ship"},{"id":15191,"c":4,"u":"shrike%20ship_aag","p":44,"s":103,"h":1,"t":12,"uu":"shrike ship|aag","xF":{"ft":"loot"},"n":"Shrike Ship"},{"id":15192,"c":4,"u":"space%20galleon_aag","p":46,"s":103,"h":1,"t":12,"uu":"space galleon|aag","xF":{"ft":"loot"},"n":"Space Galleon"},{"id":15193,"c":4,"u":"spelljamming%20helm_aag","p":23,"s":103,"h":1,"t":12,"uu":"spelljamming helm|aag","m":"items/AAG/Spelljamming Helm.webp","xF":{"ft":"equipment"},"n":"Spelljamming Helm"},{"id":15194,"c":4,"u":"squid%20ship_aag","p":48,"s":103,"h":1,"t":12,"uu":"squid ship|aag","xF":{"ft":"loot"},"n":"Squid Ship"},{"id":15195,"c":4,"u":"star%20moth_aag","p":50,"s":103,"h":1,"t":12,"uu":"star moth|aag","xF":{"ft":"loot"},"n":"Star Moth"},{"id":15196,"c":4,"u":"turtle%20ship_aag","p":52,"s":103,"h":1,"t":12,"uu":"turtle ship|aag","xF":{"ft":"loot"},"n":"Turtle Ship"},{"id":15197,"c":4,"u":"tyrant%20ship_aag","p":54,"s":103,"h":1,"t":12,"uu":"tyrant ship|aag","xF":{"ft":"loot"},"n":"Tyrant Ship"},{"id":15198,"c":4,"u":"wasp%20ship_aag","p":56,"s":103,"h":1,"t":12,"uu":"wasp ship|aag","xF":{"ft":"loot"},"n":"Wasp Ship"},{"id":15199,"c":4,"u":"wildspace%20orrery_aag","p":23,"s":103,"h":1,"t":12,"uu":"wildspace orrery|aag","xF":{"ft":"equipment"},"n":"Wildspace Orrery"},{"id":15200,"c":4,"u":"cartographer's%20map%20case_ai","p":20,"s":15,"h":1,"t":12,"uu":"cartographer's map case|ai","m":"items/AI/cartographers-map-case.webp","xF":{"ft":"equipment"},"n":"Cartographer's Map Case"},{"id":15201,"c":4,"u":"chronolometer_ai","p":220,"s":15,"h":1,"t":12,"uu":"chronolometer|ai","xF":{"ft":"equipment"},"n":"Chronolometer"},{"id":15202,"c":4,"u":"coin%20of%20decisionry_ai","p":22,"s":15,"h":1,"t":12,"uu":"coin of decisionry|ai","m":"items/AI/coin-of-decisionry.webp","xF":{"ft":"equipment"},"n":"Coin of Decisionry"},{"id":15203,"c":4,"u":"dimensional%20loop_ai","p":220,"s":15,"h":1,"t":12,"uu":"dimensional loop|ai","xF":{"ft":"equipment"},"n":"Dimensional Loop"},{"id":15204,"c":4,"u":"documancy%20satchel_ai","p":24,"s":15,"h":1,"t":12,"uu":"documancy satchel|ai","m":"items/AI/documancy-satchel.webp","xF":{"ft":"equipment"},"n":"Documancy Satchel"},{"id":15205,"c":4,"u":"elder%20cartographer's%20glossography_ai","p":20,"s":15,"h":1,"t":12,"uu":"elder cartographer's glossography|ai","xF":{"ft":"equipment"},"n":"Elder Cartographer's Glossography"},{"id":15206,"c":4,"u":"failed%20experiment%20wand_ai","p":162,"s":15,"h":1,"t":12,"uu":"failed experiment wand|ai","xF":{"ft":"consumable"},"n":"Failed Experiment Wand"},{"id":15207,"c":4,"u":"far%20gear_ai","p":221,"s":15,"h":1,"t":12,"uu":"far gear|ai","xF":{"ft":"equipment"},"n":"Far Gear"},{"id":15208,"c":4,"u":"living%20loot%20satchel_ai","p":25,"s":15,"h":1,"t":12,"uu":"living loot satchel|ai","m":"items/AI/living-loot-satchel.webp","xF":{"ft":"equipment"},"n":"Living Loot Satchel"},{"id":15209,"c":4,"u":"obviator's%20lenses_ai","p":30,"s":15,"h":1,"t":12,"uu":"obviator's lenses|ai","xF":{"ft":"equipment"},"n":"Obviator's Lenses"},{"id":15210,"c":4,"u":"occultant%20abacus_ai","p":31,"s":15,"h":1,"t":12,"uu":"occultant abacus|ai","m":"items/AI/occultant-abacus.webp","xF":{"ft":"equipment"},"n":"Occultant Abacus"},{"id":15211,"c":4,"u":"orrery%20of%20the%20wanderer_ai","p":220,"s":15,"h":1,"t":12,"uu":"orrery of the wanderer|ai","m":"items/AI/Orrery of the Wanderer.webp","xF":{"ft":"equipment"},"n":"Orrery of the Wanderer"},{"id":15212,"c":4,"u":"piercer_ai","p":121,"s":15,"h":1,"t":12,"uu":"piercer|ai","xF":{"ft":"weapon"},"n":"Piercer"},{"id":15213,"c":4,"u":"portfolio%20keeper_ai","p":33,"s":15,"h":1,"t":12,"uu":"portfolio keeper|ai","xF":{"ft":"equipment"},"n":"Portfolio Keeper"},{"id":15214,"c":4,"u":"rotor%20of%20return_ai","p":221,"s":15,"h":1,"t":12,"uu":"rotor of return|ai","xF":{"ft":"equipment"},"n":"Rotor of Return"},{"id":15215,"c":4,"u":"sending%20stone_ai","p":33,"s":15,"h":1,"t":12,"uu":"sending stone|ai","m":"items/AI/sending-stone.webp","xF":{"ft":"equipment"},"n":"Sending Stone"},{"id":15216,"c":4,"u":"spyglass%20of%20clairvoyance_ai","p":19,"s":15,"h":1,"t":12,"uu":"spyglass of clairvoyance|ai","xF":{"ft":"equipment"},"n":"Spyglass of Clairvoyance"},{"id":15217,"c":4,"u":"timepiece%20of%20travel_ai","p":221,"s":15,"h":1,"t":12,"uu":"timepiece of travel|ai","xF":{"ft":"equipment"},"n":"Timepiece of Travel"},{"id":15218,"c":4,"u":"travel%20alchemical%20kit_ai","p":30,"s":15,"h":1,"t":12,"uu":"travel alchemical kit|ai","m":"items/AI/travel-alchemical-kit.webp","xF":{"ft":"equipment"},"n":"Travel Alchemical Kit"},{"id":15219,"c":4,"u":"trinket_ai","p":222,"s":15,"h":1,"t":12,"uu":"trinket|ai","m":"items/AI/Trinket.webp","xF":{"ft":"loot"},"n":"Trinket"},{"id":15220,"c":4,"u":"voting%20kit_ai","p":22,"s":15,"h":1,"t":12,"uu":"voting kit|ai","xF":{"ft":"equipment"},"n":"Voting Kit"},{"id":15221,"c":4,"u":"wheel%20of%20stars_ai","p":222,"s":15,"h":1,"t":12,"uu":"wheel of stars|ai","xF":{"ft":"equipment"},"n":"Wheel of Stars"},{"id":15222,"c":4,"u":"whisper%20jar_ai","p":27,"s":15,"h":1,"t":12,"uu":"whisper jar|ai","m":"items/AI/whisper-jar.webp","xF":{"ft":"equipment"},"n":"Whisper Jar"},{"id":15223,"c":4,"u":"talarith_bam","p":47,"s":16,"h":1,"t":12,"uu":"talarith|bam","xF":{"ft":"equipment"},"n":"Talarith"},{"id":15224,"c":4,"u":"battle%20standard%20of%20infernal%20power_bgdia","p":223,"s":17,"h":1,"t":12,"uu":"battle standard of infernal power|bgdia","m":"items/BGDIA/Battle Standard of Infernal Power.webp","xF":{"ft":"equipment"},"n":"Battle Standard of Infernal Power"},{"id":15225,"c":4,"u":"blade%20of%20avernus_bgdia","p":150,"s":17,"h":1,"t":12,"uu":"blade of avernus|bgdia","xF":{"ft":"weapon"},"n":"Blade of Avernus"},{"id":15226,"c":4,"u":"candle%20mace_bgdia","p":39,"s":17,"h":1,"t":12,"uu":"candle mace|bgdia","xF":{"ft":"weapon"},"n":"Candle Mace"},{"id":15227,"c":4,"u":"fane-eater_bgdia","p":223,"s":17,"h":1,"t":12,"uu":"fane-eater|bgdia","xF":{"ft":"weapon"},"n":"Fane-Eater"},{"id":15228,"c":4,"u":"gauntlets%20of%20flaming%20fury_bgdia","p":223,"s":17,"h":1,"t":12,"uu":"gauntlets of flaming fury|bgdia","xF":{"ft":"equipment"},"n":"Gauntlets of Flaming Fury"},{"id":15229,"c":4,"u":"helm%20of%20devil%20command_bgdia","p":223,"s":17,"h":1,"t":12,"uu":"helm of devil command|bgdia","m":"items/BGDIA/Helm of Devil Command.webp","xF":{"ft":"equipment"},"n":"Helm of Devil Command"},{"id":15230,"c":4,"u":"infernal%20puzzle%20box_bgdia","p":224,"s":17,"h":1,"t":12,"uu":"infernal puzzle box|bgdia","xF":{"ft":"equipment"},"n":"Infernal Puzzle Box"},{"id":15231,"c":4,"u":"matalotok_bgdia","p":224,"s":17,"h":1,"t":12,"uu":"matalotok|bgdia","m":"items/BGDIA/Matalotok.webp","xF":{"ft":"weapon"},"n":"Matalotok"},{"id":15232,"c":4,"u":"obsidian%20flint%20dragon%20plate_bgdia","p":224,"s":17,"h":1,"t":12,"uu":"obsidian flint dragon plate|bgdia","xF":{"ft":"equipment"},"n":"Obsidian Flint Dragon Plate"},{"id":15233,"c":4,"u":"shatterstick_bgdia","p":99,"s":17,"h":1,"t":12,"uu":"shatterstick|bgdia","xF":{"ft":"loot"},"n":"Shatterstick"},{"id":15234,"c":4,"u":"shield%20of%20the%20hidden%20lord_bgdia","p":225,"s":17,"h":1,"t":12,"uu":"shield of the hidden lord|bgdia","m":"items/BGDIA/Shield of the Hidden Lord.webp","xF":{"ft":"equipment"},"n":"Shield of the Hidden Lord"},{"id":15235,"c":4,"u":"soul%20coin_bgdia","p":225,"s":17,"h":1,"t":12,"uu":"soul coin|bgdia","m":"items/BGDIA/Soul Coin.webp","xF":{"ft":"equipment"},"n":"Soul Coin"},{"id":15236,"c":4,"u":"sword%20of%20zariel_bgdia","p":226,"s":17,"h":1,"t":12,"uu":"sword of zariel|bgdia","m":"items/BGDIA/Sword of Zariel.webp","xF":{"ft":"weapon"},"n":"Sword of Zariel"},{"id":15237,"c":4,"u":"alchemy%20jug%20(blue)_cm","p":144,"s":18,"h":1,"t":12,"uu":"alchemy jug (blue)|cm","xF":{"ft":"equipment"},"n":"Alchemy Jug (Blue)"},{"id":15238,"c":4,"u":"alchemy%20jug%20(orange)_cm","p":144,"s":18,"h":1,"t":12,"uu":"alchemy jug (orange)|cm","xF":{"ft":"equipment"},"n":"Alchemy Jug (Orange)"},{"id":15239,"c":4,"u":"cracked%20driftglobe_cm","p":110,"s":18,"h":1,"t":12,"uu":"cracked driftglobe|cm","xF":{"ft":"equipment"},"n":"Cracked Driftglobe"},{"id":15240,"c":4,"u":"gloves%20of%20soul%20catching_cm","p":169,"s":18,"h":1,"t":12,"uu":"gloves of soul catching|cm","xF":{"ft":"equipment"},"n":"Gloves of Soul Catching"},{"id":15241,"c":4,"u":"nether%20scroll%20of%20azumar_cm","p":210,"s":18,"h":1,"t":12,"uu":"nether scroll of azumar|cm","xF":{"ft":"consumable"},"n":"Nether Scroll of Azumar"},{"id":15242,"c":4,"u":"orcus%20figurine_cm","p":44,"s":18,"h":1,"t":12,"uu":"orcus figurine|cm","m":"items/CM/Orcus Figurine.webp","xF":{"ft":"equipment"},"n":"Orcus Figurine"},{"id":15243,"c":4,"u":"radiance_cm","p":87,"s":18,"h":1,"t":12,"uu":"radiance|cm","xF":{"ft":"equipment"},"n":"Radiance"},{"id":15244,"c":4,"u":"serpent%20scale%20armor_cm","p":98,"s":18,"h":1,"t":12,"uu":"serpent scale armor|cm","xF":{"ft":"equipment"},"n":"Serpent Scale Armor"},{"id":15245,"c":4,"u":"serpent's%20fang_cm","p":98,"s":18,"h":1,"t":12,"uu":"serpent's fang|cm","xF":{"ft":"weapon"},"n":"Serpent's Fang"},{"id":15246,"c":4,"u":"staff%20of%20fate_cm","p":183,"s":18,"h":1,"t":12,"uu":"staff of fate|cm","xF":{"ft":"weapon"},"n":"Staff of Fate"},{"id":15247,"c":4,"u":"stonky's%20ring_cm","p":132,"s":18,"h":1,"t":12,"uu":"stonky's ring|cm","xF":{"ft":"equipment"},"n":"Stonky's ring"},{"id":15248,"c":4,"u":"watchful%20helm_cm","p":183,"s":18,"h":1,"t":12,"uu":"watchful helm|cm","xF":{"ft":"equipment"},"n":"Watchful Helm"},{"id":15249,"c":4,"u":"blood%20spear_cos","p":221,"s":19,"h":1,"t":12,"uu":"blood spear|cos","m":"items/CoS/Blood Spear.webp","xF":{"ft":"weapon"},"n":"Blood Spear"},{"id":15250,"c":4,"u":"crusader's%20shortsword_cos","p":81,"s":19,"h":1,"t":12,"uu":"crusader's shortsword|cos","xF":{"ft":"weapon"},"n":"Crusader's Shortsword"},{"id":15251,"c":4,"u":"crusader's%20shortsword_cos","p":81,"s":19,"h":1,"t":12,"uu":"crusader's shortsword|cos","xF":{"ft":"weapon"},"n":"Lost Sword"},{"id":15252,"c":4,"u":"green%20copper%20ewer_cos","p":188,"s":19,"h":1,"t":12,"uu":"green copper ewer|cos","xF":{"ft":"loot"},"n":"Green Copper Ewer"},{"id":15253,"c":4,"u":"gulthias%20staff_cos","p":221,"s":19,"h":1,"t":12,"uu":"gulthias staff|cos","m":"items/CoS/Gulthias Staff.webp","xF":{"ft":"weapon"},"n":"Gulthias Staff"},{"id":15254,"c":4,"u":"holy%20symbol%20of%20ravenkind_cos","p":222,"s":19,"h":1,"t":12,"uu":"holy symbol of ravenkind|cos","m":"items/CoS/Holy Symbol of Ravenkind.webp","xF":{"ft":"equipment"},"n":"Holy Symbol of Ravenkind"},{"id":15255,"c":4,"u":"icon%20of%20ravenloft_cos","p":222,"s":19,"h":1,"t":12,"uu":"icon of ravenloft|cos","m":"items/CoS/Icon of Ravenloft.webp","xF":{"ft":"equipment"},"n":"Icon of Ravenloft"},{"id":15256,"c":4,"u":"jakarion's%20staff%20of%20frost_cos","p":187,"s":19,"h":1,"t":12,"uu":"jakarion's staff of frost|cos","xF":{"ft":"loot"},"n":"Jakarion's Staff of Frost"},{"id":15257,"c":4,"u":"saint%20markovia's%20thighbone_cos","p":222,"s":19,"h":1,"t":12,"uu":"saint markovia's thighbone|cos","m":"items/CoS/Saint Markovia's Thighbone.webp","xF":{"ft":"weapon"},"n":"Saint Markovia's Thighbone"},{"id":15258,"c":4,"u":"shield%20of%20the%20silver%20dragon_cos","p":68,"s":19,"h":1,"t":12,"uu":"shield of the silver dragon|cos","xF":{"ft":"equipment"},"n":"Shield of the Silver Dragon"},{"id":15259,"c":4,"u":"shield%20of%20the%20silver%20dragon_cos","p":68,"s":19,"h":1,"t":12,"uu":"shield of the silver dragon|cos","xF":{"ft":"equipment"},"n":"Order of the Silver Dragon +2 Shield"},{"id":15260,"c":4,"u":"statuette%20of%20saint%20markovia_cos","p":152,"s":19,"h":1,"t":12,"uu":"statuette of saint markovia|cos","xF":{"ft":"equipment"},"n":"Statuette of Saint Markovia"},{"id":15261,"c":4,"u":"sunsword_cos","p":223,"s":19,"h":1,"t":12,"uu":"sunsword|cos","m":"items/CoS/Sunsword.webp","xF":{"ft":"weapon"},"n":"Sunsword"},{"id":15262,"c":4,"u":"tome%20of%20strahd_cos","p":221,"s":19,"h":1,"t":12,"uu":"tome of strahd|cos","m":"items/CoS/Tome of Strahd.webp","xF":{"ft":"loot"},"n":"Tome of Strahd"},{"id":15263,"c":4,"u":"trinket_cos","p":2,"s":19,"h":1,"t":12,"uu":"trinket|cos","xF":{"ft":"loot"},"n":"Trinket"},{"id":15264,"c":4,"u":"yester%20hill%20axe_cos","p":198,"s":19,"h":1,"t":12,"uu":"yester hill axe|cos","xF":{"ft":"weapon"},"n":"Yester Hill Axe"},{"id":15265,"c":4,"u":"yester%20hill%20axe_cos","p":198,"s":19,"h":1,"t":12,"uu":"yester hill axe|cos","xF":{"ft":"weapon"},"n":"Treebane"},{"id":15266,"c":4,"u":"earring%20of%20message_crcotn","p":212,"s":20,"h":1,"dP":1,"t":12,"uu":"earring of message|crcotn","m":"items/CRCotN/Earring of Message.webp","xF":{"ft":"equipment"},"n":"Earring of Message"},{"id":15267,"c":4,"u":"jewel%20of%20three%20prayers%20(awakened)_crcotn","s":20,"h":1,"dP":1,"t":12,"uu":"jewel of three prayers (awakened)|crcotn","m":"items/CRCotN/Jewel of Three Prayers.webp","xF":{"ft":"equipment"},"n":"Jewel of Three Prayers (Awakened)"},{"id":15268,"c":4,"u":"jewel%20of%20three%20prayers%20(dormant)_crcotn","p":213,"s":20,"h":1,"dP":1,"t":12,"uu":"jewel of three prayers (dormant)|crcotn","m":"items/CRCotN/Jewel of Three Prayers.webp","xF":{"ft":"equipment"},"n":"Jewel of Three Prayers (Dormant)"},{"id":15269,"c":4,"u":"jewel%20of%20three%20prayers%20(exalted)_crcotn","s":20,"h":1,"dP":1,"t":12,"uu":"jewel of three prayers (exalted)|crcotn","m":"items/CRCotN/Jewel of Three Prayers.webp","xF":{"ft":"equipment"},"n":"Jewel of Three Prayers (Exalted)"},{"id":15270,"c":4,"u":"medal%20of%20muscle_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of muscle|crcotn","xF":{"ft":"equipment"},"n":"Medal of Muscle"},{"id":15271,"c":4,"u":"medal%20of%20the%20conch_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of the conch|crcotn","xF":{"ft":"equipment"},"n":"Medal of the Conch"},{"id":15272,"c":4,"u":"medal%20of%20the%20horizonback_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of the horizonback|crcotn","xF":{"ft":"equipment"},"n":"Medal of the Horizonback"},{"id":15273,"c":4,"u":"medal%20of%20the%20maze_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of the maze|crcotn","m":"items/CRCotN/Medal of the Maze.webp","xF":{"ft":"equipment"},"n":"Medal of the Maze"},{"id":15274,"c":4,"u":"medal%20of%20the%20meat%20pie_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of the meat pie|crcotn","xF":{"ft":"equipment"},"n":"Medal of the Meat Pie"},{"id":15275,"c":4,"u":"medal%20of%20the%20wetlands_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of the wetlands|crcotn","xF":{"ft":"equipment"},"n":"Medal of the Wetlands"},{"id":15276,"c":4,"u":"medal%20of%20wit_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of wit|crcotn","xF":{"ft":"equipment"},"n":"Medal of Wit"},{"id":15277,"c":4,"u":"ring%20of%20red%20fury_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"ring of red fury|crcotn","m":"items/CRCotN/Ring of Red Fury.webp","xF":{"ft":"equipment"},"n":"Ring of Red Fury"},{"id":15278,"c":4,"u":"ruidium%20shield_crcotn","p":215,"s":20,"h":1,"dP":1,"t":12,"uu":"ruidium shield|crcotn","m":"items/CRCotN/Ruidium Shield.webp","xF":{"ft":"equipment"},"n":"Ruidium Shield"},{"id":15279,"c":4,"u":"teleportation%20tablet_crcotn","p":216,"s":20,"h":1,"dP":1,"t":12,"uu":"teleportation tablet|crcotn","xF":{"ft":"equipment"},"n":"Teleportation Tablet"},{"id":15280,"c":4,"u":"gnomengarde%20grenade_dc","s":21,"h":1,"t":12,"uu":"gnomengarde grenade|dc","xF":{"ft":"equipment"},"n":"Gnomengarde Grenade"},{"id":15281,"c":4,"u":"ruinstone_dc","s":21,"h":1,"t":12,"uu":"ruinstone|dc","xF":{"ft":"equipment"},"n":"Ruinstone"},{"id":15282,"c":4,"u":"iggwilv's%20horn_ditlcot","p":14,"s":23,"h":1,"t":12,"uu":"iggwilv's horn|ditlcot","m":"items/DitLCoT/Iggwilvs Horn.webp","xF":{"ft":"equipment"},"n":"Iggwilv's Horn"},{"id":15283,"c":4,"u":"potion%20of%20polychromy_ditlcot","p":15,"s":23,"h":1,"t":12,"uu":"potion of polychromy|ditlcot","m":"items/DitLCoT/Potion of Polychromy.webp","xF":{"ft":"consumable"},"n":"Potion of Polychromy"},{"id":15284,"c":4,"u":"tasha's%20creeping%20keelboat_ditlcot","p":15,"s":23,"h":1,"t":12,"uu":"tasha's creeping keelboat|ditlcot","m":"items/DitLCoT/Tashas Creeping Keelboat.webp","xF":{"ft":"equipment"},"n":"Tasha's Creeping Keelboat"},{"id":15285,"c":4,"u":"%2b1%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"t":12,"uu":"+1 rod of the pact keeper|dmg","xF":{"ft":"equipment"},"n":"+1 Rod of the Pact Keeper"},{"id":15286,"c":4,"u":"%2b1%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"+1 wand of the war mage|dmg","xF":{"ft":"equipment"},"n":"+1 Wand of the War Mage"},{"id":15287,"c":4,"u":"%2b2%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"t":12,"uu":"+2 rod of the pact keeper|dmg","xF":{"ft":"equipment"},"n":"+2 Rod of the Pact Keeper"},{"id":15288,"c":4,"u":"%2b2%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"+2 wand of the war mage|dmg","xF":{"ft":"equipment"},"n":"+2 Wand of the War Mage"},{"id":15289,"c":4,"u":"%2b3%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"t":12,"uu":"+3 rod of the pact keeper|dmg","xF":{"ft":"equipment"},"n":"+3 Rod of the Pact Keeper"},{"id":15290,"c":4,"u":"%2b3%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"+3 wand of the war mage|dmg","xF":{"ft":"equipment"},"n":"+3 Wand of the War Mage"},{"id":15291,"c":4,"u":"airship_dmg","p":119,"s":24,"h":1,"t":12,"uu":"airship|dmg","xF":{"ft":"loot"},"n":"Airship"},{"id":15292,"c":4,"u":"alchemy%20jug_dmg","p":150,"s":24,"h":1,"t":12,"uu":"alchemy jug|dmg","m":"items/DMG/Alchemy Jug.webp","xF":{"ft":"equipment"},"n":"Alchemy Jug"},{"id":15293,"c":4,"u":"alexandrite_dmg","p":134,"s":24,"h":1,"t":12,"uu":"alexandrite|dmg","xF":{"ft":"loot"},"n":"Alexandrite"},{"id":15294,"c":4,"u":"amber_dmg","p":134,"s":24,"h":1,"t":12,"uu":"amber|dmg","xF":{"ft":"loot"},"n":"Amber"},{"id":15295,"c":4,"u":"amethyst_dmg","p":134,"s":24,"h":1,"t":12,"uu":"amethyst|dmg","xF":{"ft":"loot"},"n":"Amethyst"},{"id":15296,"c":4,"u":"amulet%20of%20health_dmg","p":150,"s":24,"h":1,"r":1,"t":12,"uu":"amulet of health|dmg","m":"items/DMG/Amulet of Health.webp","xF":{"ft":"equipment"},"n":"Amulet of Health"},{"id":15297,"c":4,"u":"amulet%20of%20proof%20against%20detection%20and%20location_dmg","p":150,"s":24,"h":1,"r":1,"t":12,"uu":"amulet of proof against detection and location|dmg","m":"items/DMG/Amulet of Proof against Detection and Location.webp","xF":{"ft":"equipment"},"n":"Amulet of Proof against Detection and Location"},{"id":15298,"c":4,"u":"amulet%20of%20the%20planes_dmg","p":150,"s":24,"h":1,"r":1,"t":12,"uu":"amulet of the planes|dmg","m":"items/DMG/Amulet of the Planes.webp","xF":{"ft":"equipment"},"n":"Amulet of the Planes"},{"id":15299,"c":4,"u":"animated%20shield_dmg","p":151,"s":24,"h":1,"r":1,"t":12,"uu":"animated shield|dmg","m":"items/DMG/Animated Shield.webp","xF":{"ft":"equipment"},"n":"Animated Shield"},{"id":15300,"c":4,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"t":12,"uu":"apparatus of kwalish|dmg","m":"items/DMG/Apparatus of Kwalish.webp","xF":{"ft":"equipment"},"n":"Apparatus of Kwalish"},{"id":15301,"c":4,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"t":12,"uu":"apparatus of kwalish|dmg","m":"items/DMG/Apparatus of Kwalish.webp","xF":{"ft":"equipment"},"n":"Apparatus of the Crab"},{"id":15302,"c":4,"u":"aquamarine_dmg","p":134,"s":24,"h":1,"t":12,"uu":"aquamarine|dmg","xF":{"ft":"loot"},"n":"Aquamarine"},{"id":15303,"c":4,"u":"armor%20of%20invulnerability_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"armor of invulnerability|dmg","m":"items/DMG/Armor of Invulnerability.webp","xF":{"ft":"equipment"},"n":"Armor of Invulnerability"},{"id":15304,"c":4,"u":"armor%20of%20vulnerability%20(bludgeoning)_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"armor of vulnerability (bludgeoning)|dmg","xF":{"ft":"equipment"},"n":"Armor of Vulnerability (Bludgeoning)"},{"id":15305,"c":4,"u":"armor%20of%20vulnerability%20(piercing)_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"armor of vulnerability (piercing)|dmg","xF":{"ft":"equipment"},"n":"Armor of Vulnerability (Piercing)"},{"id":15306,"c":4,"u":"armor%20of%20vulnerability%20(slashing)_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"armor of vulnerability (slashing)|dmg","xF":{"ft":"equipment"},"n":"Armor of Vulnerability (Slashing)"},{"id":15307,"c":4,"u":"arrow-catching%20shield_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"arrow-catching shield|dmg","xF":{"ft":"equipment"},"n":"Arrow-Catching Shield"},{"id":15308,"c":4,"u":"assassin's%20blood_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"assassin's blood|dmg","xF":{"ft":"consumable"},"n":"Assassin's Blood"},{"id":15309,"c":4,"u":"axe%20of%20the%20dwarvish%20lords_dmg","p":221,"s":24,"h":1,"t":12,"uu":"axe of the dwarvish lords|dmg","m":"items/DMG/Axe of the Dwarvish Lords.webp","xF":{"ft":"weapon"},"n":"Axe of the Dwarvish Lords"},{"id":15310,"c":4,"u":"azurite_dmg","p":134,"s":24,"h":1,"t":12,"uu":"azurite|dmg","xF":{"ft":"loot"},"n":"Azurite"},{"id":15311,"c":4,"u":"bag%20of%20beans_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"bag of beans|dmg","m":"items/DMG/Bag of Beans.webp","xF":{"ft":"equipment"},"n":"Bag of Beans"},{"id":15312,"c":4,"u":"bag%20of%20devouring_dmg","p":153,"s":24,"h":1,"r":1,"t":12,"uu":"bag of devouring|dmg","m":"items/DMG/Bag of Devouring.webp","xF":{"ft":"equipment"},"n":"Bag of Devouring"},{"id":15313,"c":4,"u":"bag%20of%20holding_dmg","p":153,"s":24,"h":1,"r":1,"t":12,"uu":"bag of holding|dmg","m":"items/DMG/Bag of Holding.webp","xF":{"ft":"container"},"n":"Bag of Holding"},{"id":15314,"c":4,"u":"bag%20of%20tricks%2c%20gray_dmg","p":154,"s":24,"h":1,"r":1,"t":12,"uu":"bag of tricks, gray|dmg","xF":{"ft":"equipment"},"n":"Bag of Tricks, Gray"},{"id":15315,"c":4,"u":"bag%20of%20tricks%2c%20rust_dmg","p":154,"s":24,"h":1,"r":1,"t":12,"uu":"bag of tricks, rust|dmg","xF":{"ft":"equipment"},"n":"Bag of Tricks, Rust"},{"id":15316,"c":4,"u":"bag%20of%20tricks%2c%20tan_dmg","p":154,"s":24,"h":1,"r":1,"t":12,"uu":"bag of tricks, tan|dmg","xF":{"ft":"equipment"},"n":"Bag of Tricks, Tan"},{"id":15317,"c":4,"u":"banded%20agate_dmg","p":134,"s":24,"h":1,"t":12,"uu":"banded agate|dmg","xF":{"ft":"loot"},"n":"Banded Agate"},{"id":15318,"c":4,"u":"bead%20of%20force_dmg","p":154,"s":24,"h":1,"r":1,"t":12,"uu":"bead of force|dmg","xF":{"ft":"equipment"},"n":"Bead of Force"},{"id":15319,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_dmg","p":135,"s":24,"h":1,"t":12,"uu":"bejeweled ivory drinking horn with gold filigree|dmg","xF":{"ft":"loot"},"n":"Bejeweled ivory drinking horn with gold filigree"},{"id":15320,"c":4,"u":"belt%20of%20cloud%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of cloud giant strength|dmg","xF":{"ft":"equipment"},"n":"Belt of Cloud Giant Strength"},{"id":15321,"c":4,"u":"belt%20of%20dwarvenkind_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of dwarvenkind|dmg","m":"items/DMG/Belt of Dwarvenkind.webp","xF":{"ft":"equipment"},"n":"Belt of Dwarvenkind"},{"id":15322,"c":4,"u":"belt%20of%20fire%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of fire giant strength|dmg","xF":{"ft":"equipment"},"n":"Belt of Fire Giant Strength"},{"id":15323,"c":4,"u":"belt%20of%20frost%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of frost giant strength|dmg","xF":{"ft":"equipment"},"n":"Belt of Frost Giant Strength"},{"id":15324,"c":4,"u":"belt%20of%20hill%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of hill giant strength|dmg","xF":{"ft":"equipment"},"n":"Belt of Hill Giant Strength"},{"id":15325,"c":4,"u":"belt%20of%20stone%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of stone giant strength|dmg","m":"items/DMG/Belt of Stone Giant Strength.webp","xF":{"ft":"equipment"},"n":"Belt of Stone Giant Strength"},{"id":15326,"c":4,"u":"belt%20of%20storm%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of storm giant strength|dmg","m":"items/DMG/Belt of Storm Giant Strength.webp","xF":{"ft":"equipment"},"n":"Belt of Storm Giant Strength"},{"id":15327,"c":4,"u":"black%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"black dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Black Dragon Scale Mail"},{"id":15328,"c":4,"u":"black%20opal_dmg","p":134,"s":24,"h":1,"t":12,"uu":"black opal|dmg","xF":{"ft":"loot"},"n":"Black Opal"},{"id":15329,"c":4,"u":"black%20pearl_dmg","p":134,"s":24,"h":1,"t":12,"uu":"black pearl|dmg","xF":{"ft":"loot"},"n":"Black Pearl"},{"id":15330,"c":4,"u":"black%20sapphire_dmg","p":134,"s":24,"h":1,"t":12,"uu":"black sapphire|dmg","xF":{"ft":"loot"},"n":"Black Sapphire"},{"id":15331,"c":4,"u":"black%20velvet%20mask%20stitched%20with%20silver%20thread_dmg","p":134,"s":24,"h":1,"t":12,"uu":"black velvet mask stitched with silver thread|dmg","xF":{"ft":"loot"},"n":"Black velvet mask stitched with silver thread"},{"id":15332,"c":4,"u":"blackrazor_dmg","p":216,"s":24,"h":1,"t":12,"uu":"blackrazor|dmg","m":"items/DMG/Blackrazor.webp","xF":{"ft":"weapon"},"n":"Blackrazor"},{"id":15333,"c":4,"u":"bloodstone_dmg","p":134,"s":24,"h":1,"t":12,"uu":"bloodstone|dmg","xF":{"ft":"loot"},"n":"Bloodstone"},{"id":15334,"c":4,"u":"blue%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"blue dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Blue Dragon Scale Mail"},{"id":15335,"c":4,"u":"blue%20quartz_dmg","p":134,"s":24,"h":1,"t":12,"uu":"blue quartz|dmg","xF":{"ft":"loot"},"n":"Blue Quartz"},{"id":15336,"c":4,"u":"blue%20sapphire_dmg","p":134,"s":24,"h":1,"t":12,"uu":"blue sapphire|dmg","xF":{"ft":"loot"},"n":"Blue Sapphire"},{"id":15337,"c":4,"u":"blue%20spinel_dmg","p":134,"s":24,"h":1,"t":12,"uu":"blue spinel|dmg","xF":{"ft":"loot"},"n":"Blue Spinel"},{"id":15338,"c":4,"u":"bomb_dmg","p":268,"s":24,"h":1,"t":12,"uu":"bomb|dmg","xF":{"ft":"consumable"},"n":"Bomb"},{"id":15339,"c":4,"u":"book%20of%20exalted%20deeds_dmg","p":222,"s":24,"h":1,"t":12,"uu":"book of exalted deeds|dmg","m":"items/DMG/Book of Exalted Deeds.webp","xF":{"ft":"equipment"},"n":"Book of Exalted Deeds"},{"id":15340,"c":4,"u":"book%20of%20vile%20darkness_dmg","p":222,"s":24,"h":1,"t":12,"uu":"book of vile darkness|dmg","m":"items/DMG/Book of Vile Darkness.webp","xF":{"ft":"equipment"},"n":"Book of Vile Darkness"},{"id":15341,"c":4,"u":"boots%20of%20elvenkind_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"boots of elvenkind|dmg","m":"items/DMG/Boots of Elvenkind.webp","xF":{"ft":"equipment"},"n":"Boots of Elvenkind"},{"id":15342,"c":4,"u":"boots%20of%20levitation_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"boots of levitation|dmg","xF":{"ft":"equipment"},"n":"Boots of Levitation"},{"id":15343,"c":4,"u":"boots%20of%20speed_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"boots of speed|dmg","m":"items/DMG/Boots of Speed.webp","xF":{"ft":"equipment"},"n":"Boots of Speed"},{"id":15344,"c":4,"u":"boots%20of%20striding%20and%20springing_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"boots of striding and springing|dmg","m":"items/DMG/Boots of Striding and Springing.webp","xF":{"ft":"equipment"},"n":"Boots of Striding and Springing"},{"id":15345,"c":4,"u":"boots%20of%20the%20winterlands_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"boots of the winterlands|dmg","m":"items/DMG/Boots of the Winterlands.webp","xF":{"ft":"equipment"},"n":"Boots of the Winterlands"},{"id":15346,"c":4,"u":"bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_dmg","p":135,"s":24,"h":1,"t":12,"uu":"bottle stopper cork embossed with gold leaf and set with amethysts|dmg","xF":{"ft":"loot"},"n":"Bottle stopper cork embossed with gold leaf and set with amethysts"},{"id":15347,"c":4,"u":"bowl%20of%20commanding%20water%20elementals_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"bowl of commanding water elementals|dmg","m":"items/DMG/Bowl of Commanding Water Elementals.webp","xF":{"ft":"equipment"},"n":"Bowl of Commanding Water Elementals"},{"id":15348,"c":4,"u":"box%20of%20turquoise%20animal%20figurines_dmg","p":135,"s":24,"h":1,"t":12,"uu":"box of turquoise animal figurines|dmg","xF":{"ft":"loot"},"n":"Box of turquoise animal figurines"},{"id":15349,"c":4,"u":"bracers%20of%20archery_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"bracers of archery|dmg","m":"items/DMG/Bracers of Archery.webp","xF":{"ft":"equipment"},"n":"Bracers of Archery"},{"id":15350,"c":4,"u":"bracers%20of%20defense_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"bracers of defense|dmg","m":"items/DMG/Bracers of Defense.webp","xF":{"ft":"equipment"},"n":"Bracers of Defense"},{"id":15351,"c":4,"u":"brass%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"brass dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Brass Dragon Scale Mail"},{"id":15352,"c":4,"u":"brass%20mug%20with%20jade%20inlay_dmg","p":135,"s":24,"h":1,"t":12,"uu":"brass mug with jade inlay|dmg","xF":{"ft":"loot"},"n":"Brass mug with jade inlay"},{"id":15353,"c":4,"u":"brazier%20of%20commanding%20fire%20elementals_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"brazier of commanding fire elementals|dmg","m":"items/DMG/Brazier of Commanding Fire Elementals.webp","xF":{"ft":"equipment"},"n":"Brazier of Commanding Fire Elementals"},{"id":15354,"c":4,"u":"bronze%20crown_dmg","p":135,"s":24,"h":1,"t":12,"uu":"bronze crown|dmg","xF":{"ft":"loot"},"n":"Bronze crown"},{"id":15355,"c":4,"u":"bronze%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"bronze dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Bronze Dragon Scale Mail"},{"id":15356,"c":4,"u":"brooch%20of%20shielding_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"brooch of shielding|dmg","m":"items/DMG/Brooch of Shielding.webp","xF":{"ft":"equipment"},"n":"Brooch of Shielding"},{"id":15357,"c":4,"u":"broom%20of%20flying_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"broom of flying|dmg","m":"items/DMG/Broom of Flying.webp","xF":{"ft":"equipment"},"n":"Broom of Flying"},{"id":15358,"c":4,"u":"burnt%20othur%20fumes_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"burnt othur fumes|dmg","xF":{"ft":"consumable"},"n":"Burnt Othur Fumes"},{"id":15359,"c":4,"u":"candle%20of%20invocation_dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"candle of invocation|dmg","m":"items/DMG/Candle of Invocation.webp","xF":{"ft":"equipment"},"n":"Candle of Invocation"},{"id":15360,"c":4,"u":"cap%20of%20water%20breathing_dmg","p":157,"s":24,"h":1,"t":12,"uu":"cap of water breathing|dmg","xF":{"ft":"equipment"},"n":"Cap of Water Breathing"},{"id":15361,"c":4,"u":"cape%20of%20the%20mountebank_dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"cape of the mountebank|dmg","m":"items/DMG/Cape of the Mountebank.webp","xF":{"ft":"equipment"},"n":"Cape of the Mountebank"},{"id":15362,"c":4,"u":"carnelian_dmg","p":134,"s":24,"h":1,"t":12,"uu":"carnelian|dmg","xF":{"ft":"loot"},"n":"Carnelian"},{"id":15363,"c":4,"u":"carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"carpet of flying, 3 ft. × 5 ft.|dmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 3 ft. × 5 ft."},{"id":15364,"c":4,"u":"carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"carpet of flying, 4 ft. × 6 ft.|dmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 4 ft. × 6 ft."},{"id":15365,"c":4,"u":"carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"carpet of flying, 5 ft. × 7 ft.|dmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 5 ft. × 7 ft."},{"id":15366,"c":4,"u":"carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"carpet of flying, 6 ft. × 9 ft.|dmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 6 ft. × 9 ft."},{"id":15367,"c":4,"u":"carrion%20crawler%20mucus_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"carrion crawler mucus|dmg","xF":{"ft":"consumable"},"n":"Carrion Crawler Mucus"},{"id":15368,"c":4,"u":"carrion%20crawler%20mucus_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"carrion crawler mucus|dmg","xF":{"ft":"consumable"},"n":"Crawler Mucus (Contact)"},{"id":15369,"c":4,"u":"carved%20bone%20statuette_dmg","p":134,"s":24,"h":1,"t":12,"uu":"carved bone statuette|dmg","xF":{"ft":"loot"},"n":"Carved bone statuette"},{"id":15370,"c":4,"u":"carved%20harp%20of%20exotic%20wood%20with%20ivory%20inlay%20and%20zircon%20gems_dmg","p":135,"s":24,"h":1,"t":12,"uu":"carved harp of exotic wood with ivory inlay and zircon gems|dmg","xF":{"ft":"loot"},"n":"Carved harp of exotic wood with ivory inlay and zircon gems"},{"id":15371,"c":4,"u":"carved%20ivory%20statuette_dmg","p":135,"s":24,"h":1,"t":12,"uu":"carved ivory statuette|dmg","xF":{"ft":"loot"},"n":"Carved ivory statuette"},{"id":15372,"c":4,"u":"censer%20of%20controlling%20air%20elementals_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"censer of controlling air elementals|dmg","m":"items/DMG/Censer of Controlling Air Elementals.webp","xF":{"ft":"equipment"},"n":"Censer of Controlling Air Elementals"},{"id":15373,"c":4,"u":"ceremonial%20electrum%20dagger%20with%20a%20black%20pearl%20in%20the%20pommel_dmg","p":135,"s":24,"h":1,"t":12,"uu":"ceremonial electrum dagger with a black pearl in the pommel|dmg","xF":{"ft":"loot"},"n":"Ceremonial electrum dagger with a black pearl in the pommel"},{"id":15374,"c":4,"u":"chalcedony_dmg","p":134,"s":24,"h":1,"t":12,"uu":"chalcedony|dmg","xF":{"ft":"loot"},"n":"Chalcedony"},{"id":15375,"c":4,"u":"chime%20of%20opening_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"chime of opening|dmg","m":"items/DMG/Chime of Opening.webp","xF":{"ft":"equipment"},"n":"Chime of Opening"},{"id":15376,"c":4,"u":"chrysoberyl_dmg","p":134,"s":24,"h":1,"t":12,"uu":"chrysoberyl|dmg","xF":{"ft":"loot"},"n":"Chrysoberyl"},{"id":15377,"c":4,"u":"chrysoprase_dmg","p":134,"s":24,"h":1,"t":12,"uu":"chrysoprase|dmg","xF":{"ft":"loot"},"n":"Chrysoprase"},{"id":15378,"c":4,"u":"circlet%20of%20blasting_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"circlet of blasting|dmg","m":"items/DMG/Circlet of Blasting.webp","xF":{"ft":"equipment"},"n":"Circlet of Blasting"},{"id":15379,"c":4,"u":"citrine_dmg","p":134,"s":24,"h":1,"t":12,"uu":"citrine|dmg","xF":{"ft":"loot"},"n":"Citrine"},{"id":15380,"c":4,"u":"cloak%20of%20arachnida_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of arachnida|dmg","xF":{"ft":"equipment"},"n":"Cloak of Arachnida"},{"id":15381,"c":4,"u":"cloak%20of%20displacement_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of displacement|dmg","m":"items/DMG/Cloak of Displacement.webp","xF":{"ft":"equipment"},"n":"Cloak of Displacement"},{"id":15382,"c":4,"u":"cloak%20of%20elvenkind_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of elvenkind|dmg","m":"items/DMG/Cloak of Elvenkind.webp","xF":{"ft":"equipment"},"n":"Cloak of Elvenkind"},{"id":15383,"c":4,"u":"cloak%20of%20invisibility_dmg","p":158,"s":24,"h":1,"t":12,"uu":"cloak of invisibility|dmg","m":"items/DMG/Cloak of Invisibility.webp","xF":{"ft":"equipment"},"n":"Cloak of Invisibility"},{"id":15384,"c":4,"u":"cloak%20of%20protection_dmg","p":159,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of protection|dmg","m":"items/DMG/Cloak of Protection.webp","xF":{"ft":"equipment"},"n":"Cloak of Protection"},{"id":15385,"c":4,"u":"cloak%20of%20the%20bat_dmg","p":159,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of the bat|dmg","xF":{"ft":"equipment"},"n":"Cloak of the Bat"},{"id":15386,"c":4,"u":"cloak%20of%20the%20manta%20ray_dmg","p":159,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of the manta ray|dmg","m":"items/DMG/Cloak of the Manta Ray.webp","xF":{"ft":"equipment"},"n":"Cloak of the Manta Ray"},{"id":15387,"c":4,"u":"cloth-of-gold%20vestments_dmg","p":134,"s":24,"h":1,"t":12,"uu":"cloth-of-gold vestments|dmg","xF":{"ft":"loot"},"n":"Cloth-of-gold vestments"},{"id":15388,"c":4,"u":"copper%20chalice%20with%20silver%20filigree_dmg","p":134,"s":24,"h":1,"t":12,"uu":"copper chalice with silver filigree|dmg","xF":{"ft":"loot"},"n":"Copper chalice with silver filigree"},{"id":15389,"c":4,"u":"copper%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"copper dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Copper Dragon Scale Mail"},{"id":15390,"c":4,"u":"coral_dmg","p":134,"s":24,"h":1,"t":12,"uu":"coral|dmg","xF":{"ft":"loot"},"n":"Coral"},{"id":15391,"c":4,"u":"crystal%20ball_dmg","p":159,"s":24,"h":1,"r":1,"t":12,"uu":"crystal ball|dmg","xF":{"ft":"equipment"},"n":"Crystal Ball"},{"id":15392,"c":4,"u":"crystal%20ball%20of%20mind%20reading_dmg","p":159,"s":24,"h":1,"t":12,"uu":"crystal ball of mind reading|dmg","xF":{"ft":"equipment"},"n":"Crystal Ball of Mind Reading"},{"id":15393,"c":4,"u":"crystal%20ball%20of%20telepathy_dmg","p":159,"s":24,"h":1,"t":12,"uu":"crystal ball of telepathy|dmg","xF":{"ft":"equipment"},"n":"Crystal Ball of Telepathy"},{"id":15394,"c":4,"u":"crystal%20ball%20of%20true%20seeing_dmg","p":159,"s":24,"h":1,"t":12,"uu":"crystal ball of true seeing|dmg","xF":{"ft":"equipment"},"n":"Crystal Ball of True Seeing"},{"id":15395,"c":4,"u":"cube%20of%20force_dmg","p":159,"s":24,"h":1,"r":1,"t":12,"uu":"cube of force|dmg","m":"items/DMG/Cube of Force.webp","xF":{"ft":"equipment"},"n":"Cube of Force"},{"id":15396,"c":4,"u":"cubic%20gate_dmg","p":160,"s":24,"h":1,"r":1,"t":12,"uu":"cubic gate|dmg","m":"items/DMG/Cubic Gate.webp","xF":{"ft":"equipment"},"n":"Cubic Gate"},{"id":15397,"c":4,"u":"daern's%20instant%20fortress_dmg","p":160,"s":24,"h":1,"r":1,"t":12,"uu":"daern's instant fortress|dmg","m":"items/DMG/Daern's Instant Fortress.webp","xF":{"ft":"equipment"},"n":"Daern's Instant Fortress"},{"id":15398,"c":4,"u":"daern's%20instant%20fortress_dmg","p":160,"s":24,"h":1,"r":1,"t":12,"uu":"daern's instant fortress|dmg","m":"items/DMG/Daern's Instant Fortress.webp","xF":{"ft":"equipment"},"n":"Instant Fortress"},{"id":15399,"c":4,"u":"dagger%20of%20venom_dmg","p":161,"s":24,"h":1,"r":1,"t":12,"uu":"dagger of venom|dmg","m":"items/DMG/Dagger of Venom.webp","xF":{"ft":"weapon"},"n":"Dagger of Venom"},{"id":15400,"c":4,"u":"decanter%20of%20endless%20water_dmg","p":161,"s":24,"h":1,"r":1,"t":12,"uu":"decanter of endless water|dmg","m":"items/DMG/Decanter of Endless Water.webp","xF":{"ft":"equipment"},"n":"Decanter of Endless Water"},{"id":15401,"c":4,"u":"deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"r":1,"t":12,"uu":"deck of illusions|dmg","xF":{"ft":"equipment"},"n":"Deck of Illusions"},{"id":15402,"c":4,"u":"deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"r":1,"t":12,"uu":"deck of many things|dmg","m":"items/DMG/Deck of Many Things.webp","xF":{"ft":"equipment"},"n":"Deck of Many Things"},{"id":15403,"c":4,"u":"demon%20armor_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"demon armor|dmg","m":"items/DMG/Demon Armor.webp","xF":{"ft":"equipment"},"n":"Demon Armor"},{"id":15404,"c":4,"u":"diamond_dmg","p":134,"s":24,"h":1,"t":12,"uu":"diamond|dmg","xF":{"ft":"loot"},"n":"Diamond"},{"id":15405,"c":4,"u":"dimensional%20shackles_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"dimensional shackles|dmg","m":"items/DMG/Dimensional Shackles.webp","xF":{"ft":"equipment"},"n":"Dimensional Shackles"},{"id":15406,"c":4,"u":"driftglobe_dmg","p":166,"s":24,"h":1,"t":12,"uu":"driftglobe|dmg","m":"items/DMG/Driftglobe.webp","xF":{"ft":"equipment"},"n":"Driftglobe"},{"id":15407,"c":4,"u":"drow%20poison_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"drow poison|dmg","xF":{"ft":"consumable"},"n":"Drow Poison"},{"id":15408,"c":4,"u":"dust%20of%20disappearance_dmg","p":166,"s":24,"h":1,"r":1,"t":12,"uu":"dust of disappearance|dmg","m":"items/DMG/Dust of Disappearance.webp","xF":{"ft":"equipment"},"n":"Dust of Disappearance"},{"id":15409,"c":4,"u":"dust%20of%20dryness_dmg","p":166,"s":24,"h":1,"r":1,"t":12,"uu":"dust of dryness|dmg","xF":{"ft":"equipment"},"n":"Dust of Dryness"},{"id":15410,"c":4,"u":"dust%20of%20sneezing%20and%20choking_dmg","p":166,"s":24,"h":1,"r":1,"t":12,"uu":"dust of sneezing and choking|dmg","m":"items/DMG/Dust of Sneezing and Choking.webp","xF":{"ft":"equipment"},"n":"Dust of Sneezing and Choking"},{"id":15411,"c":4,"u":"dwarven%20plate_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"dwarven plate|dmg","m":"items/DMG/Dwarven Plate.webp","xF":{"ft":"equipment"},"n":"Dwarven Plate"},{"id":15412,"c":4,"u":"dwarven%20thrower_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"dwarven thrower|dmg","m":"items/DMG/Dwarven Thrower.webp","xF":{"ft":"weapon"},"n":"Dwarven Thrower"},{"id":15413,"c":4,"u":"dynamite%20(stick)_dmg","p":268,"s":24,"h":1,"t":12,"uu":"dynamite (stick)|dmg","xF":{"ft":"consumable"},"n":"Dynamite (stick)"},{"id":15414,"c":4,"u":"efreeti%20bottle_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"efreeti bottle|dmg","m":"items/DMG/Efreeti Bottle.webp","xF":{"ft":"equipment"},"n":"Efreeti Bottle"},{"id":15415,"c":4,"u":"efreeti%20chain_dmg","p":167,"s":24,"h":1,"t":12,"uu":"efreeti chain|dmg","m":"items/DMG/Efreeti Chain.webp","xF":{"ft":"equipment"},"n":"Efreeti Chain"},{"id":15416,"c":4,"u":"elemental%20gem%2c%20blue%20sapphire_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"elemental gem, blue sapphire|dmg","xF":{"ft":"equipment"},"n":"Elemental Gem, Blue Sapphire"},{"id":15417,"c":4,"u":"elemental%20gem%2c%20emerald_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"elemental gem, emerald|dmg","xF":{"ft":"equipment"},"n":"Elemental Gem, Emerald"},{"id":15418,"c":4,"u":"elemental%20gem%2c%20red%20corundum_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"elemental gem, red corundum|dmg","xF":{"ft":"equipment"},"n":"Elemental Gem, Red Corundum"},{"id":15419,"c":4,"u":"elemental%20gem%2c%20yellow%20diamond_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"elemental gem, yellow diamond|dmg","xF":{"ft":"equipment"},"n":"Elemental Gem, Yellow Diamond"},{"id":15420,"c":4,"u":"elixir%20of%20health_dmg","p":168,"s":24,"h":1,"t":12,"uu":"elixir of health|dmg","xF":{"ft":"consumable"},"n":"Elixir of Health"},{"id":15421,"c":4,"u":"elven%20chain_dmg","p":168,"s":24,"h":1,"r":1,"t":12,"uu":"elven chain|dmg","m":"items/DMG/Elven Chain.webp","xF":{"ft":"equipment"},"n":"Elven Chain"},{"id":15422,"c":4,"u":"embroidered%20glove%20set%20with%20jewel%20chips_dmg","p":135,"s":24,"h":1,"t":12,"uu":"embroidered glove set with jewel chips|dmg","xF":{"ft":"loot"},"n":"Embroidered glove set with jewel chips"},{"id":15423,"c":4,"u":"embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_dmg","p":135,"s":24,"h":1,"t":12,"uu":"embroidered silk and velvet mantle set with numerous moonstones|dmg","xF":{"ft":"loot"},"n":"Embroidered silk and velvet mantle set with numerous moonstones"},{"id":15424,"c":4,"u":"embroidered%20silk%20handkerchief_dmg","p":134,"s":24,"h":1,"t":12,"uu":"embroidered silk handkerchief|dmg","xF":{"ft":"loot"},"n":"Embroidered silk handkerchief"},{"id":15425,"c":4,"u":"emerald_dmg","p":134,"s":24,"h":1,"t":12,"uu":"emerald|dmg","xF":{"ft":"loot"},"n":"Emerald"},{"id":15426,"c":4,"u":"essence%20of%20ether_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"essence of ether|dmg","xF":{"ft":"consumable"},"n":"Essence of Ether"},{"id":15427,"c":4,"u":"eversmoking%20bottle_dmg","p":168,"s":24,"h":1,"r":1,"t":12,"uu":"eversmoking bottle|dmg","m":"items/DMG/Eversmoking Bottle.webp","xF":{"ft":"equipment"},"n":"Eversmoking Bottle"},{"id":15428,"c":4,"u":"eye%20agate_dmg","p":134,"s":24,"h":1,"t":12,"uu":"eye agate|dmg","xF":{"ft":"loot"},"n":"Eye Agate"},{"id":15429,"c":4,"u":"eye%20of%20vecna_dmg","p":224,"s":24,"h":1,"t":12,"uu":"eye of vecna|dmg","m":"items/DMG/Eye and Hand of Vecna.webp","xF":{"ft":"equipment"},"n":"Eye of Vecna"},{"id":15430,"c":4,"u":"eye%20patch%20with%20a%20mock%20eye%20set%20in%20blue%20sapphire%20and%20moonstone_dmg","p":135,"s":24,"h":1,"t":12,"uu":"eye patch with a mock eye set in blue sapphire and moonstone|dmg","xF":{"ft":"loot"},"n":"Eye patch with a mock eye set in blue sapphire and moonstone"},{"id":15431,"c":4,"u":"eyes%20of%20charming_dmg","p":168,"s":24,"h":1,"r":1,"t":12,"uu":"eyes of charming|dmg","m":"items/DMG/Eyes of Charming.webp","xF":{"ft":"equipment"},"n":"Eyes of Charming"},{"id":15432,"c":4,"u":"eyes%20of%20minute%20seeing_dmg","p":168,"s":24,"h":1,"r":1,"t":12,"uu":"eyes of minute seeing|dmg","xF":{"ft":"equipment"},"n":"Eyes of Minute Seeing"},{"id":15433,"c":4,"u":"eyes%20of%20the%20eagle_dmg","p":168,"s":24,"h":1,"r":1,"t":12,"uu":"eyes of the eagle|dmg","m":"items/DMG/Eyes of the Eagle.webp","xF":{"ft":"equipment"},"n":"Eyes of the Eagle"},{"id":15434,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20bronze%20griffon_dmg","p":169,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, bronze griffon|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Bronze Griffon"},{"id":15435,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ebony%20fly_dmg","p":169,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, ebony fly|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Ebony Fly"},{"id":15436,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20golden%20lions_dmg","p":169,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, golden lions|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Golden Lions"},{"id":15437,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ivory%20goats_dmg","p":169,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, ivory goats|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Ivory Goats"},{"id":15438,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20marble%20elephant_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, marble elephant|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Marble Elephant"},{"id":15439,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20obsidian%20steed_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, obsidian steed|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Obsidian Steed"},{"id":15440,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20onyx%20dog_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, onyx dog|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Onyx Dog"},{"id":15441,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20serpentine%20owl_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, serpentine owl|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Serpentine Owl"},{"id":15442,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20silver%20raven_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, silver raven|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Silver Raven"},{"id":15443,"c":4,"u":"fine%20gold%20chain%20set%20with%20a%20fire%20opal_dmg","p":135,"s":24,"h":1,"t":12,"uu":"fine gold chain set with a fire opal|dmg","xF":{"ft":"loot"},"n":"Fine gold chain set with a fire opal"},{"id":15444,"c":4,"u":"fire%20opal_dmg","p":134,"s":24,"h":1,"t":12,"uu":"fire opal|dmg","xF":{"ft":"loot"},"n":"Fire Opal"},{"id":15445,"c":4,"u":"folding%20boat_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"folding boat|dmg","m":"items/DMG/Folding Boat.webp","xF":{"ft":"equipment"},"n":"Folding Boat"},{"id":15446,"c":4,"u":"fragmentation%20grenade_dmg","p":268,"s":24,"h":1,"t":12,"uu":"fragmentation grenade|dmg","xF":{"ft":"consumable"},"n":"Fragmentation Grenade"},{"id":15447,"c":4,"u":"galley_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"galley|dmg","xF":{"ft":"loot"},"n":"Galley"},{"id":15448,"c":4,"u":"garnet_dmg","p":134,"s":24,"h":1,"t":12,"uu":"garnet|dmg","xF":{"ft":"loot"},"n":"Garnet"},{"id":15449,"c":4,"u":"gauntlets%20of%20ogre%20power_dmg","p":171,"s":24,"h":1,"r":1,"t":12,"uu":"gauntlets of ogre power|dmg","m":"items/DMG/Gauntlets of Ogre Power.webp","xF":{"ft":"equipment"},"n":"Gauntlets of Ogre Power"},{"id":15450,"c":4,"u":"gem%20of%20brightness_dmg","p":171,"s":24,"h":1,"r":1,"t":12,"uu":"gem of brightness|dmg","m":"items/DMG/Gem of Brightness.webp","xF":{"ft":"equipment"},"n":"Gem of Brightness"},{"id":15451,"c":4,"u":"gem%20of%20seeing_dmg","p":172,"s":24,"h":1,"r":1,"t":12,"uu":"gem of seeing|dmg","m":"items/DMG/Gem of Seeing.webp","xF":{"ft":"equipment"},"n":"Gem of Seeing"},{"id":15452,"c":4,"u":"glamoured%20studded%20leather_dmg","p":172,"s":24,"h":1,"r":1,"t":12,"uu":"glamoured studded leather|dmg","xF":{"ft":"equipment"},"n":"Glamoured Studded Leather"},{"id":15453,"c":4,"u":"gloves%20of%20missile%20snaring_dmg","p":172,"s":24,"h":1,"r":1,"t":12,"uu":"gloves of missile snaring|dmg","m":"items/DMG/Gloves of Missile Snaring.webp","xF":{"ft":"equipment"},"n":"Gloves of Missile Snaring"},{"id":15454,"c":4,"u":"gloves%20of%20swimming%20and%20climbing_dmg","p":172,"s":24,"h":1,"r":1,"t":12,"uu":"gloves of swimming and climbing|dmg","xF":{"ft":"equipment"},"n":"Gloves of Swimming and Climbing"},{"id":15455,"c":4,"u":"gloves%20of%20thievery_dmg","p":172,"s":24,"h":1,"t":12,"uu":"gloves of thievery|dmg","xF":{"ft":"equipment"},"n":"Gloves of Thievery"},{"id":15456,"c":4,"u":"goggles%20of%20night_dmg","p":172,"s":24,"h":1,"r":1,"t":12,"uu":"goggles of night|dmg","m":"items/DMG/Goggles of Night.webp","xF":{"ft":"equipment"},"n":"Goggles of Night"},{"id":15457,"c":4,"u":"gold%20bird%20cage%20with%20electrum%20filigree_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold bird cage with electrum filigree|dmg","xF":{"ft":"loot"},"n":"Gold bird cage with electrum filigree"},{"id":15458,"c":4,"u":"gold%20circlet%20set%20with%20four%20aquamarines_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold circlet set with four aquamarines|dmg","xF":{"ft":"loot"},"n":"Gold circlet set with four aquamarines"},{"id":15459,"c":4,"u":"gold%20cup%20set%20with%20emeralds_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold cup set with emeralds|dmg","xF":{"ft":"loot"},"n":"Gold cup set with emeralds"},{"id":15460,"c":4,"u":"gold%20dragon%20comb%20set%20with%20red%20garnets%20as%20eyes_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold dragon comb set with red garnets as eyes|dmg","xF":{"ft":"loot"},"n":"Gold dragon comb set with red garnets as eyes"},{"id":15461,"c":4,"u":"gold%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"gold dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Gold Dragon Scale Mail"},{"id":15462,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold jewelry box with platinum filigree|dmg","xF":{"ft":"loot"},"n":"Gold jewelry box with platinum filigree"},{"id":15463,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside_dmg","p":134,"s":24,"h":1,"t":12,"uu":"gold locket with a painted portrait inside|dmg","xF":{"ft":"loot"},"n":"Gold locket with a painted portrait inside"},{"id":15464,"c":4,"u":"gold%20music%20box_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold music box|dmg","xF":{"ft":"loot"},"n":"Gold music box"},{"id":15465,"c":4,"u":"gold%20ring%20set%20with%20bloodstones_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold ring set with bloodstones|dmg","xF":{"ft":"loot"},"n":"Gold ring set with bloodstones"},{"id":15466,"c":4,"u":"green%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"green dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Green Dragon Scale Mail"},{"id":15467,"c":4,"u":"grenade%20launcher_dmg","p":268,"s":24,"h":1,"t":12,"uu":"grenade launcher|dmg","xF":{"ft":"loot"},"n":"Grenade Launcher"},{"id":15468,"c":4,"u":"gunpowder%20horn_dmg","p":268,"s":24,"h":1,"t":12,"uu":"gunpowder horn|dmg","xF":{"ft":"consumable"},"n":"Gunpowder Horn"},{"id":15469,"c":4,"u":"gunpowder%20keg_dmg","p":268,"s":24,"h":1,"t":12,"uu":"gunpowder keg|dmg","xF":{"ft":"consumable"},"n":"Gunpowder Keg"},{"id":15470,"c":4,"u":"hammer%20of%20thunderbolts_dmg","p":173,"s":24,"h":1,"r":1,"t":12,"uu":"hammer of thunderbolts|dmg","m":"items/DMG/Hammer of Thunderbolts.webp","xF":{"ft":"weapon"},"n":"Hammer of Thunderbolts"},{"id":15471,"c":4,"u":"hand%20of%20vecna_dmg","p":224,"s":24,"h":1,"t":12,"uu":"hand of vecna|dmg","m":"items/DMG/Eye and Hand of Vecna.webp","xF":{"ft":"equipment"},"n":"Hand of Vecna"},{"id":15472,"c":4,"u":"hat%20of%20disguise_dmg","p":173,"s":24,"h":1,"r":1,"t":12,"uu":"hat of disguise|dmg","xF":{"ft":"equipment"},"n":"Hat of Disguise"},{"id":15473,"c":4,"u":"headband%20of%20intellect_dmg","p":173,"s":24,"h":1,"r":1,"t":12,"uu":"headband of intellect|dmg","m":"items/DMG/Headband of Intellect.webp","xF":{"ft":"equipment"},"n":"Headband of Intellect"},{"id":15474,"c":4,"u":"helm%20of%20brilliance_dmg","p":173,"s":24,"h":1,"r":1,"t":12,"uu":"helm of brilliance|dmg","m":"items/DMG/Helm of Brilliance.webp","xF":{"ft":"equipment"},"n":"Helm of Brilliance"},{"id":15475,"c":4,"u":"helm%20of%20comprehending%20languages_dmg","p":173,"s":24,"h":1,"r":1,"t":12,"uu":"helm of comprehending languages|dmg","m":"items/DMG/Helm of Comprehending Languages.webp","xF":{"ft":"equipment"},"n":"Helm of Comprehending Languages"},{"id":15476,"c":4,"u":"helm%20of%20telepathy_dmg","p":174,"s":24,"h":1,"r":1,"t":12,"uu":"helm of telepathy|dmg","m":"items/DMG/Helm of Telepathy.webp","xF":{"ft":"equipment"},"n":"Helm of Telepathy"},{"id":15477,"c":4,"u":"helm%20of%20teleportation_dmg","p":174,"s":24,"h":1,"r":1,"t":12,"uu":"helm of teleportation|dmg","m":"items/DMG/Helm of Teleportation.webp","xF":{"ft":"equipment"},"n":"Helm of Teleportation"},{"id":15478,"c":4,"u":"hematite_dmg","p":134,"s":24,"h":1,"t":12,"uu":"hematite|dmg","xF":{"ft":"loot"},"n":"Hematite"},{"id":15479,"c":4,"u":"heward's%20handy%20haversack_dmg","p":174,"s":24,"h":1,"r":1,"t":12,"uu":"heward's handy haversack|dmg","m":"items/DMG/Heward's Handy Haversack.webp","xF":{"ft":"container"},"n":"Heward's Handy Haversack"},{"id":15480,"c":4,"u":"heward's%20handy%20haversack_dmg","p":174,"s":24,"h":1,"r":1,"t":12,"uu":"heward's handy haversack|dmg","m":"items/DMG/Heward's Handy Haversack.webp","xF":{"ft":"container"},"n":"Handy Haversack"},{"id":15481,"c":4,"u":"horn%20of%20blasting_dmg","p":174,"s":24,"h":1,"r":1,"t":12,"uu":"horn of blasting|dmg","m":"items/DMG/Horn of Blasting.webp","xF":{"ft":"equipment"},"n":"Horn of Blasting"},{"id":15482,"c":4,"u":"horn%20of%20valhalla%2c%20brass_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horn of valhalla, brass|dmg","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Brass"},{"id":15483,"c":4,"u":"horn%20of%20valhalla%2c%20bronze_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horn of valhalla, bronze|dmg","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Bronze"},{"id":15484,"c":4,"u":"horn%20of%20valhalla%2c%20iron_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horn of valhalla, iron|dmg","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Iron"},{"id":15485,"c":4,"u":"horn%20of%20valhalla%2c%20silver_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horn of valhalla, silver|dmg","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Silver"},{"id":15486,"c":4,"u":"horseshoes%20of%20a%20zephyr_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horseshoes of a zephyr|dmg","xF":{"ft":"equipment"},"n":"Horseshoes of a Zephyr"},{"id":15487,"c":4,"u":"horseshoes%20of%20speed_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horseshoes of speed|dmg","xF":{"ft":"equipment"},"n":"Horseshoes of Speed"},{"id":15488,"c":4,"u":"immovable%20rod_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"immovable rod|dmg","m":"items/DMG/Immovable Rod.webp","xF":{"ft":"equipment"},"n":"Immovable Rod"},{"id":15489,"c":4,"u":"instrument%20of%20the%20bards%2c%20anstruth%20harp_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, anstruth harp|dmg","m":"items/DMG/Instrument of the Bards, Anstruth Harp.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Anstruth Harp"},{"id":15490,"c":4,"u":"instrument%20of%20the%20bards%2c%20canaith%20mandolin_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, canaith mandolin|dmg","m":"items/DMG/Instrument of the Bards, Canaith Mandolin.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Canaith Mandolin"},{"id":15491,"c":4,"u":"instrument%20of%20the%20bards%2c%20cli%20lyre_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, cli lyre|dmg","m":"items/DMG/Instrument of the Bards, Cli Lyre.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Cli Lyre"},{"id":15492,"c":4,"u":"instrument%20of%20the%20bards%2c%20doss%20lute_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, doss lute|dmg","m":"items/DMG/Instrument of the Bards, Doss Lute.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Doss Lute"},{"id":15493,"c":4,"u":"instrument%20of%20the%20bards%2c%20fochlucan%20bandore_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, fochlucan bandore|dmg","m":"items/DMG/Instrument of the Bards, Fochlucan Bandore.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Fochlucan Bandore"},{"id":15494,"c":4,"u":"instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, mac-fuirmidh cittern|dmg","m":"items/DMG/Instrument of the Bards, Mac-Fuirmidh Cittern.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Mac-Fuirmidh Cittern"},{"id":15495,"c":4,"u":"instrument%20of%20the%20bards%2c%20ollamh%20harp_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, ollamh harp|dmg","m":"items/DMG/Instrument of the Bards, Ollamh Harp.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Ollamh Harp"},{"id":15496,"c":4,"u":"ioun%20stone%2c%20absorption_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, absorption|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Absorption"},{"id":15497,"c":4,"u":"ioun%20stone%2c%20agility_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, agility|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Agility"},{"id":15498,"c":4,"u":"ioun%20stone%2c%20awareness_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, awareness|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Awareness"},{"id":15499,"c":4,"u":"ioun%20stone%2c%20fortitude_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, fortitude|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Fortitude"},{"id":15500,"c":4,"u":"ioun%20stone%2c%20greater%20absorption_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, greater absorption|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Greater Absorption"},{"id":15501,"c":4,"u":"ioun%20stone%2c%20insight_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, insight|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Insight"},{"id":15502,"c":4,"u":"ioun%20stone%2c%20intellect_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, intellect|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Intellect"},{"id":15503,"c":4,"u":"ioun%20stone%2c%20leadership_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, leadership|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Leadership"},{"id":15504,"c":4,"u":"ioun%20stone%2c%20mastery_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, mastery|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Mastery"},{"id":15505,"c":4,"u":"ioun%20stone%2c%20protection_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, protection|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Protection"},{"id":15506,"c":4,"u":"ioun%20stone%2c%20regeneration_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, regeneration|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Regeneration"},{"id":15507,"c":4,"u":"ioun%20stone%2c%20reserve_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, reserve|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Reserve"},{"id":15508,"c":4,"u":"ioun%20stone%2c%20strength_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, strength|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Strength"},{"id":15509,"c":4,"u":"ioun%20stone%2c%20sustenance_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, sustenance|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Sustenance"},{"id":15510,"c":4,"u":"iron%20bands%20of%20bilarro_dmg","p":177,"s":24,"h":1,"r":1,"t":12,"uu":"iron bands of bilarro|dmg","m":"items/DMG/Iron Bands of Bilarro.webp","xF":{"ft":"equipment"},"n":"Iron Bands of Bilarro"},{"id":15511,"c":4,"u":"iron%20bands%20of%20bilarro_dmg","p":177,"s":24,"h":1,"r":1,"t":12,"uu":"iron bands of bilarro|dmg","m":"items/DMG/Iron Bands of Bilarro.webp","xF":{"ft":"equipment"},"n":"Iron Bands of Binding"},{"id":15512,"c":4,"u":"iron%20flask_dmg","p":178,"s":24,"h":1,"r":1,"t":12,"uu":"iron flask|dmg","m":"items/DMG/Iron Flask.webp","xF":{"ft":"equipment"},"n":"Iron Flask"},{"id":15513,"c":4,"u":"jacinth_dmg","p":134,"s":24,"h":1,"t":12,"uu":"jacinth|dmg","xF":{"ft":"loot"},"n":"Jacinth"},{"id":15514,"c":4,"u":"jade_dmg","p":134,"s":24,"h":1,"t":12,"uu":"jade|dmg","xF":{"ft":"loot"},"n":"Jade"},{"id":15515,"c":4,"u":"jade%20game%20board%20with%20solid%20gold%20playing%20pieces_dmg","p":135,"s":24,"h":1,"t":12,"uu":"jade game board with solid gold playing pieces|dmg","xF":{"ft":"loot"},"n":"Jade game board with solid gold playing pieces"},{"id":15516,"c":4,"u":"jasper_dmg","p":134,"s":24,"h":1,"t":12,"uu":"jasper|dmg","xF":{"ft":"loot"},"n":"Jasper"},{"id":15517,"c":4,"u":"javelin%20of%20lightning_dmg","p":178,"s":24,"h":1,"r":1,"t":12,"uu":"javelin of lightning|dmg","m":"items/DMG/Javelin of Lightning.webp","xF":{"ft":"weapon"},"n":"Javelin of Lightning"},{"id":15518,"c":4,"u":"jet_dmg","p":134,"s":24,"h":1,"t":12,"uu":"jet|dmg","xF":{"ft":"loot"},"n":"Jet"},{"id":15519,"c":4,"u":"jeweled%20anklet_dmg","p":135,"s":24,"h":1,"t":12,"uu":"jeweled anklet|dmg","xF":{"ft":"loot"},"n":"Jeweled anklet"},{"id":15520,"c":4,"u":"jeweled%20gold%20crown_dmg","p":135,"s":24,"h":1,"t":12,"uu":"jeweled gold crown|dmg","xF":{"ft":"loot"},"n":"Jeweled gold crown"},{"id":15521,"c":4,"u":"jeweled%20platinum%20ring_dmg","p":135,"s":24,"h":1,"t":12,"uu":"jeweled platinum ring|dmg","xF":{"ft":"loot"},"n":"Jeweled platinum ring"},{"id":15522,"c":4,"u":"keelboat_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"keelboat|dmg","xF":{"ft":"loot"},"n":"Keelboat"},{"id":15523,"c":4,"u":"keoghtom's%20ointment_dmg","p":179,"s":24,"h":1,"r":1,"t":12,"uu":"keoghtom's ointment|dmg","m":"items/DMG/Keoghtom's Ointment.webp","xF":{"ft":"equipment"},"n":"Keoghtom's Ointment"},{"id":15524,"c":4,"u":"keoghtom's%20ointment_dmg","p":179,"s":24,"h":1,"r":1,"t":12,"uu":"keoghtom's ointment|dmg","m":"items/DMG/Keoghtom's Ointment.webp","xF":{"ft":"equipment"},"n":"Restorative Ointment"},{"id":15525,"c":4,"u":"lantern%20of%20revealing_dmg","p":179,"s":24,"h":1,"r":1,"t":12,"uu":"lantern of revealing|dmg","m":"items/DMG/Lantern of Revealing.webp","xF":{"ft":"equipment"},"n":"Lantern of Revealing"},{"id":15526,"c":4,"u":"lapis%20lazuli_dmg","p":134,"s":24,"h":1,"t":12,"uu":"lapis lazuli|dmg","xF":{"ft":"loot"},"n":"Lapis Lazuli"},{"id":15527,"c":4,"u":"large%20gold%20bracelet_dmg","p":135,"s":24,"h":1,"t":12,"uu":"large gold bracelet|dmg","xF":{"ft":"loot"},"n":"Large gold bracelet"},{"id":15528,"c":4,"u":"large%20well-made%20tapestry_dmg","p":135,"s":24,"h":1,"t":12,"uu":"large well-made tapestry|dmg","xF":{"ft":"loot"},"n":"Large well-made tapestry"},{"id":15529,"c":4,"u":"longship_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"longship|dmg","xF":{"ft":"loot"},"n":"Longship"},{"id":15530,"c":4,"u":"mace%20of%20disruption_dmg","p":179,"s":24,"h":1,"r":1,"t":12,"uu":"mace of disruption|dmg","m":"items/DMG/Mace of Disruption.webp","xF":{"ft":"weapon"},"n":"Mace of Disruption"},{"id":15531,"c":4,"u":"mace%20of%20smiting_dmg","p":179,"s":24,"h":1,"r":1,"t":12,"uu":"mace of smiting|dmg","m":"items/DMG/Mace of Smiting.webp","xF":{"ft":"weapon"},"n":"Mace of Smiting"},{"id":15532,"c":4,"u":"mace%20of%20terror_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"mace of terror|dmg","m":"items/DMG/Mace of Terror.webp","xF":{"ft":"weapon"},"n":"Mace of Terror"},{"id":15533,"c":4,"u":"malachite_dmg","p":134,"s":24,"h":1,"t":12,"uu":"malachite|dmg","xF":{"ft":"loot"},"n":"Malachite"},{"id":15534,"c":4,"u":"malice_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"malice|dmg","xF":{"ft":"consumable"},"n":"Malice"},{"id":15535,"c":4,"u":"mantle%20of%20spell%20resistance_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"mantle of spell resistance|dmg","m":"items/DMG/Mantle of Spell Resistance.webp","xF":{"ft":"equipment"},"n":"Mantle of Spell Resistance"},{"id":15536,"c":4,"u":"manual%20of%20bodily%20health_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of bodily health|dmg","m":"items/DMG/Manual of Bodily Health.webp","xF":{"ft":"equipment"},"n":"Manual of Bodily Health"},{"id":15537,"c":4,"u":"manual%20of%20clay%20golems_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of clay golems|dmg","m":"items/DMG/Manual of Clay Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Clay Golems"},{"id":15538,"c":4,"u":"manual%20of%20flesh%20golems_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of flesh golems|dmg","m":"items/DMG/Manual of Flesh Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Flesh Golems"},{"id":15539,"c":4,"u":"manual%20of%20gainful%20exercise_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of gainful exercise|dmg","xF":{"ft":"equipment"},"n":"Manual of Gainful Exercise"},{"id":15540,"c":4,"u":"manual%20of%20iron%20golems_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of iron golems|dmg","m":"items/DMG/Manual of Iron Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Iron Golems"},{"id":15541,"c":4,"u":"manual%20of%20quickness%20of%20action_dmg","p":181,"s":24,"h":1,"r":1,"t":12,"uu":"manual of quickness of action|dmg","m":"items/DMG/Manual of Quickness of Action.webp","xF":{"ft":"equipment"},"n":"Manual of Quickness of Action"},{"id":15542,"c":4,"u":"manual%20of%20stone%20golems_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of stone golems|dmg","m":"items/DMG/Manual of Stone Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Stone Golems"},{"id":15543,"c":4,"u":"medallion%20of%20thoughts_dmg","p":181,"s":24,"h":1,"r":1,"t":12,"uu":"medallion of thoughts|dmg","m":"items/DMG/Medallion of Thoughts.webp","xF":{"ft":"equipment"},"n":"Medallion of Thoughts"},{"id":15544,"c":4,"u":"midnight%20tears_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"midnight tears|dmg","xF":{"ft":"consumable"},"n":"Midnight Tears"},{"id":15545,"c":4,"u":"mirror%20of%20life%20trapping_dmg","p":181,"s":24,"h":1,"r":1,"t":12,"uu":"mirror of life trapping|dmg","m":"items/DMG/Mirror of Life Trapping.webp","xF":{"ft":"equipment"},"n":"Mirror of Life Trapping"},{"id":15546,"c":4,"u":"moonblade_dmg","p":217,"s":24,"h":1,"t":12,"uu":"moonblade|dmg","m":"items/DMG/Moonblade.webp","xF":{"ft":"weapon"},"n":"Moonblade"},{"id":15547,"c":4,"u":"moonstone_dmg","p":134,"s":24,"h":1,"t":12,"uu":"moonstone|dmg","xF":{"ft":"loot"},"n":"Moonstone"},{"id":15548,"c":4,"u":"moss%20agate_dmg","p":134,"s":24,"h":1,"t":12,"uu":"moss agate|dmg","xF":{"ft":"loot"},"n":"Moss Agate"},{"id":15549,"c":4,"u":"necklace%20of%20adaptation_dmg","p":182,"s":24,"h":1,"r":1,"t":12,"uu":"necklace of adaptation|dmg","m":"items/DMG/Necklace of Adaptation.webp","xF":{"ft":"equipment"},"n":"Necklace of Adaptation"},{"id":15550,"c":4,"u":"necklace%20of%20fireballs_dmg","p":182,"s":24,"h":1,"r":1,"t":12,"uu":"necklace of fireballs|dmg","m":"items/DMG/Necklace of Fireballs.webp","xF":{"ft":"equipment"},"n":"Necklace of Fireballs"},{"id":15551,"c":4,"u":"necklace%20of%20prayer%20beads_dmg","p":182,"s":24,"h":1,"r":1,"t":12,"uu":"necklace of prayer beads|dmg","m":"items/DMG/Necklace of Prayer Beads.webp","xF":{"ft":"equipment"},"n":"Necklace of Prayer Beads"},{"id":15552,"c":4,"u":"necklace%20string%20of%20small%20pink%20pearls_dmg","p":135,"s":24,"h":1,"t":12,"uu":"necklace string of small pink pearls|dmg","xF":{"ft":"loot"},"n":"Necklace string of small pink pearls"},{"id":15553,"c":4,"u":"nolzur's%20marvelous%20pigments_dmg","p":183,"s":24,"h":1,"r":1,"t":12,"uu":"nolzur's marvelous pigments|dmg","m":"items/DMG/Nolzur's Marvelous Pigments.webp","xF":{"ft":"equipment"},"n":"Nolzur's Marvelous Pigments"},{"id":15554,"c":4,"u":"nolzur's%20marvelous%20pigments_dmg","p":183,"s":24,"h":1,"r":1,"t":12,"uu":"nolzur's marvelous pigments|dmg","m":"items/DMG/Nolzur's Marvelous Pigments.webp","xF":{"ft":"equipment"},"n":"Marvelous Pigments"},{"id":15555,"c":4,"u":"oathbow_dmg","p":183,"s":24,"h":1,"r":1,"t":12,"uu":"oathbow|dmg","m":"items/DMG/Oathbow.webp","xF":{"ft":"weapon"},"n":"Oathbow"},{"id":15556,"c":4,"u":"obsidian_dmg","p":134,"s":24,"h":1,"t":12,"uu":"obsidian|dmg","xF":{"ft":"loot"},"n":"Obsidian"},{"id":15557,"c":4,"u":"obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_dmg","p":135,"s":24,"h":1,"t":12,"uu":"obsidian statuette with gold fittings and inlay|dmg","xF":{"ft":"loot"},"n":"Obsidian statuette with gold fittings and inlay"},{"id":15558,"c":4,"u":"oil%20of%20etherealness_dmg","p":183,"s":24,"h":1,"r":1,"t":12,"uu":"oil of etherealness|dmg","xF":{"ft":"consumable"},"n":"Oil of Etherealness"},{"id":15559,"c":4,"u":"oil%20of%20sharpness_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"oil of sharpness|dmg","xF":{"ft":"consumable"},"n":"Oil of Sharpness"},{"id":15560,"c":4,"u":"oil%20of%20slipperiness_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"oil of slipperiness|dmg","xF":{"ft":"consumable"},"n":"Oil of Slipperiness"},{"id":15561,"c":4,"u":"oil%20of%20taggit_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"oil of taggit|dmg","xF":{"ft":"consumable"},"n":"Oil of Taggit"},{"id":15562,"c":4,"u":"old%20masterpiece%20painting_dmg","p":135,"s":24,"h":1,"t":12,"uu":"old masterpiece painting|dmg","xF":{"ft":"loot"},"n":"Old masterpiece painting"},{"id":15563,"c":4,"u":"onyx_dmg","p":134,"s":24,"h":1,"t":12,"uu":"onyx|dmg","xF":{"ft":"loot"},"n":"Onyx"},{"id":15564,"c":4,"u":"opal_dmg","p":134,"s":24,"h":1,"t":12,"uu":"opal|dmg","xF":{"ft":"loot"},"n":"Opal"},{"id":15565,"c":4,"u":"orb%20of%20dragonkind_dmg","p":225,"s":24,"h":1,"r":1,"t":12,"uu":"orb of dragonkind|dmg","m":"items/DMG/Orb of Dragonkind.webp","xF":{"ft":"equipment"},"n":"Orb of Dragonkind"},{"id":15566,"c":4,"u":"painted%20gold%20child's%20sarcophagus_dmg","p":135,"s":24,"h":1,"t":12,"uu":"painted gold child's sarcophagus|dmg","xF":{"ft":"loot"},"n":"Painted gold child's sarcophagus"},{"id":15567,"c":4,"u":"painted%20gold%20war%20mask_dmg","p":135,"s":24,"h":1,"t":12,"uu":"painted gold war mask|dmg","xF":{"ft":"loot"},"n":"Painted gold war mask"},{"id":15568,"c":4,"u":"pair%20of%20engraved%20bone%20dice_dmg","p":134,"s":24,"h":1,"t":12,"uu":"pair of engraved bone dice|dmg","xF":{"ft":"loot"},"n":"Pair of engraved bone dice"},{"id":15569,"c":4,"u":"pale%20tincture_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"pale tincture|dmg","xF":{"ft":"consumable"},"n":"Pale Tincture"},{"id":15570,"c":4,"u":"pearl_dmg","p":134,"s":24,"h":1,"t":12,"uu":"pearl|dmg","xF":{"ft":"loot"},"n":"Pearl"},{"id":15571,"c":4,"u":"pearl%20of%20power_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"pearl of power|dmg","xF":{"ft":"equipment"},"n":"Pearl of Power"},{"id":15572,"c":4,"u":"periapt%20of%20health_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"periapt of health|dmg","m":"items/DMG/Periapt of Health.webp","xF":{"ft":"equipment"},"n":"Periapt of Health"},{"id":15573,"c":4,"u":"periapt%20of%20proof%20against%20poison_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"periapt of proof against poison|dmg","xF":{"ft":"equipment"},"n":"Periapt of Proof against Poison"},{"id":15574,"c":4,"u":"periapt%20of%20wound%20closure_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"periapt of wound closure|dmg","m":"items/DMG/Periapt of Wound Closure.webp","xF":{"ft":"equipment"},"n":"Periapt of Wound Closure"},{"id":15575,"c":4,"u":"peridot_dmg","p":134,"s":24,"h":1,"t":12,"uu":"peridot|dmg","xF":{"ft":"loot"},"n":"Peridot"},{"id":15576,"c":4,"u":"philter%20of%20love_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"philter of love|dmg","xF":{"ft":"consumable"},"n":"Philter of Love"},{"id":15577,"c":4,"u":"pipes%20of%20haunting_dmg","p":185,"s":24,"h":1,"r":1,"t":12,"uu":"pipes of haunting|dmg","m":"items/DMG/Pipes of Haunting.webp","xF":{"ft":"tool"},"n":"Pipes of Haunting"},{"id":15578,"c":4,"u":"pipes%20of%20the%20sewers_dmg","p":185,"s":24,"h":1,"r":1,"t":12,"uu":"pipes of the sewers|dmg","m":"items/DMG/Pipes of the Sewers.webp","xF":{"ft":"tool"},"n":"Pipes of the Sewers"},{"id":15579,"c":4,"u":"plate%20armor%20of%20etherealness_dmg","p":185,"s":24,"h":1,"r":1,"t":12,"uu":"plate armor of etherealness|dmg","xF":{"ft":"equipment"},"n":"Plate Armor of Etherealness"},{"id":15580,"c":4,"u":"platinum%20bracelet%20set%20with%20a%20sapphire_dmg","p":135,"s":24,"h":1,"t":12,"uu":"platinum bracelet set with a sapphire|dmg","xF":{"ft":"loot"},"n":"Platinum bracelet set with a sapphire"},{"id":15581,"c":4,"u":"portable%20hole_dmg","p":185,"s":24,"h":1,"r":1,"t":12,"uu":"portable hole|dmg","xF":{"ft":"equipment"},"n":"Portable Hole"},{"id":15582,"c":4,"u":"potion%20of%20acid%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of acid resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Acid Resistance"},{"id":15583,"c":4,"u":"potion%20of%20animal%20friendship_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of animal friendship|dmg","xF":{"ft":"consumable"},"n":"Potion of Animal Friendship"},{"id":15584,"c":4,"u":"potion%20of%20clairvoyance_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of clairvoyance|dmg","xF":{"ft":"consumable"},"n":"Potion of Clairvoyance"},{"id":15585,"c":4,"u":"potion%20of%20climbing_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of climbing|dmg","xF":{"ft":"consumable"},"n":"Potion of Climbing"},{"id":15586,"c":4,"u":"potion%20of%20cloud%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of cloud giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Cloud Giant Strength"},{"id":15587,"c":4,"u":"potion%20of%20cold%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of cold resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Cold Resistance"},{"id":15588,"c":4,"u":"potion%20of%20diminution_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of diminution|dmg","xF":{"ft":"consumable"},"n":"Potion of Diminution"},{"id":15589,"c":4,"u":"potion%20of%20fire%20breath_dmg","p":187,"s":24,"h":1,"t":12,"uu":"potion of fire breath|dmg","xF":{"ft":"consumable"},"n":"Potion of Fire Breath"},{"id":15590,"c":4,"u":"potion%20of%20fire%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of fire giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Fire Giant Strength"},{"id":15591,"c":4,"u":"potion%20of%20fire%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of fire resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Fire Resistance"},{"id":15592,"c":4,"u":"potion%20of%20flying_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of flying|dmg","xF":{"ft":"consumable"},"n":"Potion of Flying"},{"id":15593,"c":4,"u":"potion%20of%20force%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of force resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Force Resistance"},{"id":15594,"c":4,"u":"potion%20of%20frost%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of frost giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Frost Giant Strength"},{"id":15595,"c":4,"u":"potion%20of%20gaseous%20form_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of gaseous form|dmg","xF":{"ft":"consumable"},"n":"Potion of Gaseous Form"},{"id":15596,"c":4,"u":"potion%20of%20greater%20healing_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of greater healing|dmg","xF":{"ft":"consumable"},"n":"Potion of Greater Healing"},{"id":15597,"c":4,"u":"potion%20of%20growth_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of growth|dmg","xF":{"ft":"consumable"},"n":"Potion of Growth"},{"id":15598,"c":4,"u":"potion%20of%20healing_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of healing|dmg","xF":{"ft":"consumable"},"n":"Potion of Healing"},{"id":15599,"c":4,"u":"potion%20of%20heroism_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of heroism|dmg","xF":{"ft":"consumable"},"n":"Potion of Heroism"},{"id":15600,"c":4,"u":"potion%20of%20hill%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of hill giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Hill Giant Strength"},{"id":15601,"c":4,"u":"potion%20of%20invisibility_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of invisibility|dmg","xF":{"ft":"consumable"},"n":"Potion of Invisibility"},{"id":15602,"c":4,"u":"potion%20of%20invulnerability_dmg","p":188,"s":24,"h":1,"t":12,"uu":"potion of invulnerability|dmg","xF":{"ft":"consumable"},"n":"Potion of Invulnerability"},{"id":15603,"c":4,"u":"potion%20of%20lightning%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of lightning resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Lightning Resistance"},{"id":15604,"c":4,"u":"potion%20of%20longevity_dmg","p":188,"s":24,"h":1,"t":12,"uu":"potion of longevity|dmg","xF":{"ft":"consumable"},"n":"Potion of Longevity"},{"id":15605,"c":4,"u":"potion%20of%20mind%20reading_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of mind reading|dmg","xF":{"ft":"consumable"},"n":"Potion of Mind Reading"},{"id":15606,"c":4,"u":"potion%20of%20necrotic%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of necrotic resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Necrotic Resistance"},{"id":15607,"c":4,"u":"potion%20of%20poison_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of poison|dmg","xF":{"ft":"consumable"},"n":"Potion of Poison"},{"id":15608,"c":4,"u":"potion%20of%20poison%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of poison resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Poison Resistance"},{"id":15609,"c":4,"u":"potion%20of%20psychic%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of psychic resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Psychic Resistance"},{"id":15610,"c":4,"u":"potion%20of%20radiant%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of radiant resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Radiant Resistance"},{"id":15611,"c":4,"u":"potion%20of%20speed_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of speed|dmg","xF":{"ft":"consumable"},"n":"Potion of Speed"},{"id":15612,"c":4,"u":"potion%20of%20stone%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of stone giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Stone Giant Strength"},{"id":15613,"c":4,"u":"potion%20of%20storm%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of storm giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Storm Giant Strength"},{"id":15614,"c":4,"u":"potion%20of%20superior%20healing_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of superior healing|dmg","xF":{"ft":"consumable"},"n":"Potion of Superior Healing"},{"id":15615,"c":4,"u":"potion%20of%20supreme%20healing_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of supreme healing|dmg","xF":{"ft":"consumable"},"n":"Potion of Supreme Healing"},{"id":15616,"c":4,"u":"potion%20of%20thunder%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of thunder resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Thunder Resistance"},{"id":15617,"c":4,"u":"potion%20of%20vitality_dmg","p":188,"s":24,"h":1,"t":12,"uu":"potion of vitality|dmg","xF":{"ft":"consumable"},"n":"Potion of Vitality"},{"id":15618,"c":4,"u":"potion%20of%20water%20breathing_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of water breathing|dmg","m":"items/DMG/Potion of Water Breathing.webp","xF":{"ft":"consumable"},"n":"Potion of Water Breathing"},{"id":15619,"c":4,"u":"purple%20worm%20poison_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"purple worm poison|dmg","xF":{"ft":"consumable"},"n":"Purple Worm Poison"},{"id":15620,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, anchor|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Anchor"},{"id":15621,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, anchor|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Anchor"},{"id":15622,"c":4,"u":"quaal's%20feather%20token%2c%20bird_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, bird|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Bird"},{"id":15623,"c":4,"u":"quaal's%20feather%20token%2c%20bird_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, bird|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Bird"},{"id":15624,"c":4,"u":"quaal's%20feather%20token%2c%20fan_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, fan|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Fan"},{"id":15625,"c":4,"u":"quaal's%20feather%20token%2c%20fan_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, fan|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Fan"},{"id":15626,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, swan boat|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Swan Boat"},{"id":15627,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, swan boat|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Swan Boat"},{"id":15628,"c":4,"u":"quaal's%20feather%20token%2c%20tree_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, tree|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Tree"},{"id":15629,"c":4,"u":"quaal's%20feather%20token%2c%20tree_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, tree|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Tree"},{"id":15630,"c":4,"u":"quaal's%20feather%20token%2c%20whip_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, whip|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Whip"},{"id":15631,"c":4,"u":"quaal's%20feather%20token%2c%20whip_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, whip|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Whip"},{"id":15632,"c":4,"u":"quartz_dmg","p":134,"s":24,"h":1,"t":12,"uu":"quartz|dmg","xF":{"ft":"loot"},"n":"Quartz"},{"id":15633,"c":4,"u":"quiver%20of%20ehlonna_dmg","p":189,"s":24,"h":1,"r":1,"t":12,"uu":"quiver of ehlonna|dmg","m":"items/DMG/Quiver of Ehlonna.webp","xF":{"ft":"container"},"n":"Quiver of Ehlonna"},{"id":15634,"c":4,"u":"quiver%20of%20ehlonna_dmg","p":189,"s":24,"h":1,"r":1,"t":12,"uu":"quiver of ehlonna|dmg","m":"items/DMG/Quiver of Ehlonna.webp","xF":{"ft":"container"},"n":"Efficient Quiver"},{"id":15635,"c":4,"u":"red%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"red dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Red Dragon Scale Mail"},{"id":15636,"c":4,"u":"rhodochrosite_dmg","p":134,"s":24,"h":1,"t":12,"uu":"rhodochrosite|dmg","xF":{"ft":"loot"},"n":"Rhodochrosite"},{"id":15637,"c":4,"u":"ring%20of%20acid%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of acid resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Acid Resistance"},{"id":15638,"c":4,"u":"ring%20of%20air%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"t":12,"uu":"ring of air elemental command|dmg","m":"items/DMG/Ring of Air Elemental Command.webp","xF":{"ft":"equipment"},"n":"Ring of Air Elemental Command"},{"id":15639,"c":4,"u":"ring%20of%20animal%20influence_dmg","p":189,"s":24,"h":1,"r":1,"t":12,"uu":"ring of animal influence|dmg","m":"items/DMG/Ring of Animal Influence.webp","xF":{"ft":"equipment"},"n":"Ring of Animal Influence"},{"id":15640,"c":4,"u":"ring%20of%20cold%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of cold resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Cold Resistance"},{"id":15641,"c":4,"u":"ring%20of%20djinni%20summoning_dmg","p":190,"s":24,"h":1,"r":1,"t":12,"uu":"ring of djinni summoning|dmg","m":"items/DMG/Ring of Djinni Summoning.webp","xF":{"ft":"equipment"},"n":"Ring of Djinni Summoning"},{"id":15642,"c":4,"u":"ring%20of%20earth%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"t":12,"uu":"ring of earth elemental command|dmg","xF":{"ft":"equipment"},"n":"Ring of Earth Elemental Command"},{"id":15643,"c":4,"u":"ring%20of%20evasion_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of evasion|dmg","m":"items/DMG/Ring of Evasion.webp","xF":{"ft":"equipment"},"n":"Ring of Evasion"},{"id":15644,"c":4,"u":"ring%20of%20feather%20falling_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of feather falling|dmg","m":"items/DMG/Ring of Feather Falling.webp","xF":{"ft":"equipment"},"n":"Ring of Feather Falling"},{"id":15645,"c":4,"u":"ring%20of%20fire%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"t":12,"uu":"ring of fire elemental command|dmg","xF":{"ft":"equipment"},"n":"Ring of Fire Elemental Command"},{"id":15646,"c":4,"u":"ring%20of%20fire%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of fire resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Fire Resistance"},{"id":15647,"c":4,"u":"ring%20of%20force%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of force resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Force Resistance"},{"id":15648,"c":4,"u":"ring%20of%20free%20action_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of free action|dmg","m":"items/DMG/Ring of Free Action.webp","xF":{"ft":"equipment"},"n":"Ring of Free Action"},{"id":15649,"c":4,"u":"ring%20of%20invisibility_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of invisibility|dmg","m":"items/DMG/Ring of Invisibility.webp","xF":{"ft":"equipment"},"n":"Ring of Invisibility"},{"id":15650,"c":4,"u":"ring%20of%20jumping_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of jumping|dmg","xF":{"ft":"equipment"},"n":"Ring of Jumping"},{"id":15651,"c":4,"u":"ring%20of%20lightning%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of lightning resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Lightning Resistance"},{"id":15652,"c":4,"u":"ring%20of%20mind%20shielding_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of mind shielding|dmg","m":"items/DMG/Ring of Mind Shielding.webp","xF":{"ft":"equipment"},"n":"Ring of Mind Shielding"},{"id":15653,"c":4,"u":"ring%20of%20necrotic%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of necrotic resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Necrotic Resistance"},{"id":15654,"c":4,"u":"ring%20of%20poison%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of poison resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Poison Resistance"},{"id":15655,"c":4,"u":"ring%20of%20protection_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of protection|dmg","m":"items/DMG/Ring of Protection.webp","xF":{"ft":"equipment"},"n":"Ring of Protection"},{"id":15656,"c":4,"u":"ring%20of%20psychic%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of psychic resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Psychic Resistance"},{"id":15657,"c":4,"u":"ring%20of%20radiant%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of radiant resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Radiant Resistance"},{"id":15658,"c":4,"u":"ring%20of%20regeneration_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of regeneration|dmg","m":"items/DMG/Ring of Regeneration.webp","xF":{"ft":"equipment"},"n":"Ring of Regeneration"},{"id":15659,"c":4,"u":"ring%20of%20shooting%20stars_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of shooting stars|dmg","m":"items/DMG/Ring of Shooting Stars.webp","xF":{"ft":"equipment"},"n":"Ring of Shooting Stars"},{"id":15660,"c":4,"u":"ring%20of%20spell%20storing_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of spell storing|dmg","m":"items/DMG/Ring of Spell Storing.webp","xF":{"ft":"equipment"},"n":"Ring of Spell Storing"},{"id":15661,"c":4,"u":"ring%20of%20spell%20turning_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of spell turning|dmg","m":"items/DMG/Ring of Spell Turning.webp","xF":{"ft":"equipment"},"n":"Ring of Spell Turning"},{"id":15662,"c":4,"u":"ring%20of%20swimming_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of swimming|dmg","xF":{"ft":"equipment"},"n":"Ring of Swimming"},{"id":15663,"c":4,"u":"ring%20of%20telekinesis_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of telekinesis|dmg","m":"items/DMG/Ring of Telekinesis.webp","xF":{"ft":"equipment"},"n":"Ring of Telekinesis"},{"id":15664,"c":4,"u":"ring%20of%20the%20ram_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of the ram|dmg","m":"items/DMG/Ring of the Ram.webp","xF":{"ft":"equipment"},"n":"Ring of the Ram"},{"id":15665,"c":4,"u":"ring%20of%20three%20wishes_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of three wishes|dmg","m":"items/DMG/Ring of Three Wishes.webp","xF":{"ft":"equipment"},"n":"Ring of Three Wishes"},{"id":15666,"c":4,"u":"ring%20of%20thunder%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of thunder resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Thunder Resistance"},{"id":15667,"c":4,"u":"ring%20of%20warmth_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of warmth|dmg","m":"items/DMG/Ring of Warmth.webp","xF":{"ft":"equipment"},"n":"Ring of Warmth"},{"id":15668,"c":4,"u":"ring%20of%20water%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"t":12,"uu":"ring of water elemental command|dmg","xF":{"ft":"equipment"},"n":"Ring of Water Elemental Command"},{"id":15669,"c":4,"u":"ring%20of%20water%20walking_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of water walking|dmg","m":"items/DMG/Ring of Water Walking.webp","xF":{"ft":"equipment"},"n":"Ring of Water Walking"},{"id":15670,"c":4,"u":"ring%20of%20x-ray%20vision_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of x-ray vision|dmg","m":"items/DMG/Ring of X-ray Vision.webp","xF":{"ft":"equipment"},"n":"Ring of X-ray Vision"},{"id":15671,"c":4,"u":"robe%20of%20eyes_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"robe of eyes|dmg","m":"items/DMG/Robe of Eyes.webp","xF":{"ft":"equipment"},"n":"Robe of Eyes"},{"id":15672,"c":4,"u":"robe%20of%20scintillating%20colors_dmg","p":194,"s":24,"h":1,"r":1,"t":12,"uu":"robe of scintillating colors|dmg","xF":{"ft":"equipment"},"n":"Robe of Scintillating Colors"},{"id":15673,"c":4,"u":"robe%20of%20stars_dmg","p":194,"s":24,"h":1,"r":1,"t":12,"uu":"robe of stars|dmg","m":"items/DMG/Robe of Stars.webp","xF":{"ft":"equipment"},"n":"Robe of Stars"},{"id":15674,"c":4,"u":"robe%20of%20the%20archmagi_dmg","p":194,"s":24,"h":1,"r":1,"t":12,"uu":"robe of the archmagi|dmg","m":"items/DMG/Robe of the Archmagi.webp","xF":{"ft":"equipment"},"n":"Robe of the Archmagi"},{"id":15675,"c":4,"u":"robe%20of%20useful%20items_dmg","p":195,"s":24,"h":1,"r":1,"t":12,"uu":"robe of useful items|dmg","m":"items/DMG/Robe of Useful Items.webp","xF":{"ft":"equipment"},"n":"Robe of Useful Items"},{"id":15676,"c":4,"u":"rod%20of%20absorption_dmg","p":195,"s":24,"h":1,"r":1,"t":12,"uu":"rod of absorption|dmg","m":"items/DMG/Rod of Absorption.webp","xF":{"ft":"equipment"},"n":"Rod of Absorption"},{"id":15677,"c":4,"u":"rod%20of%20alertness_dmg","p":196,"s":24,"h":1,"r":1,"t":12,"uu":"rod of alertness|dmg","xF":{"ft":"equipment"},"n":"Rod of Alertness"},{"id":15678,"c":4,"u":"rod%20of%20lordly%20might_dmg","p":196,"s":24,"h":1,"r":1,"t":12,"uu":"rod of lordly might|dmg","m":"items/DMG/Rod of Lordly Might.webp","xF":{"ft":"equipment"},"n":"Rod of Lordly Might"},{"id":15679,"c":4,"u":"rod%20of%20resurrection_dmg","p":197,"s":24,"h":1,"t":12,"uu":"rod of resurrection|dmg","m":"items/DMG/Rod of Resurrection.webp","xF":{"ft":"consumable"},"n":"Rod of Resurrection"},{"id":15680,"c":4,"u":"rod%20of%20rulership_dmg","p":197,"s":24,"h":1,"r":1,"t":12,"uu":"rod of rulership|dmg","m":"items/DMG/Rod of Rulership.webp","xF":{"ft":"equipment"},"n":"Rod of Rulership"},{"id":15681,"c":4,"u":"rod%20of%20security_dmg","p":197,"s":24,"h":1,"r":1,"t":12,"uu":"rod of security|dmg","xF":{"ft":"equipment"},"n":"Rod of Security"},{"id":15682,"c":4,"u":"rope%20of%20climbing_dmg","p":197,"s":24,"h":1,"r":1,"t":12,"uu":"rope of climbing|dmg","xF":{"ft":"equipment"},"n":"Rope of Climbing"},{"id":15683,"c":4,"u":"rope%20of%20entanglement_dmg","p":197,"s":24,"h":1,"r":1,"t":12,"uu":"rope of entanglement|dmg","m":"items/DMG/Rope of Entanglement.webp","xF":{"ft":"equipment"},"n":"Rope of Entanglement"},{"id":15684,"c":4,"u":"rowboat_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"rowboat|dmg","xF":{"ft":"loot"},"n":"Rowboat"},{"id":15685,"c":4,"u":"ruby_dmg","p":134,"s":24,"h":1,"t":12,"uu":"ruby|dmg","xF":{"ft":"loot"},"n":"Ruby"},{"id":15686,"c":4,"u":"saddle%20of%20the%20cavalier_dmg","p":199,"s":24,"h":1,"t":12,"uu":"saddle of the cavalier|dmg","xF":{"ft":"equipment"},"n":"Saddle of the Cavalier"},{"id":15687,"c":4,"u":"sailing%20ship_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"sailing ship|dmg","xF":{"ft":"loot"},"n":"Sailing Ship"},{"id":15688,"c":4,"u":"sardonyx_dmg","p":134,"s":24,"h":1,"t":12,"uu":"sardonyx|dmg","xF":{"ft":"loot"},"n":"Sardonyx"},{"id":15689,"c":4,"u":"scarab%20of%20protection_dmg","p":199,"s":24,"h":1,"r":1,"t":12,"uu":"scarab of protection|dmg","m":"items/DMG/Scarab of Protection.webp","xF":{"ft":"equipment"},"n":"Scarab of Protection"},{"id":15690,"c":4,"u":"scimitar%20of%20speed_dmg","p":199,"s":24,"h":1,"r":1,"t":12,"uu":"scimitar of speed|dmg","xF":{"ft":"weapon"},"n":"Scimitar of Speed"},{"id":15691,"c":4,"u":"scroll%20of%20protection%20from%20aberrations_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from aberrations|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Aberrations"},{"id":15692,"c":4,"u":"scroll%20of%20protection%20from%20beasts_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from beasts|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Beasts"},{"id":15693,"c":4,"u":"scroll%20of%20protection%20from%20celestials_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from celestials|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Celestials"},{"id":15694,"c":4,"u":"scroll%20of%20protection%20from%20elementals_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from elementals|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Elementals"},{"id":15695,"c":4,"u":"scroll%20of%20protection%20from%20fey_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from fey|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Fey"},{"id":15696,"c":4,"u":"scroll%20of%20protection%20from%20fiends_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from fiends|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Fiends"},{"id":15697,"c":4,"u":"scroll%20of%20protection%20from%20plants_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from plants|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Plants"},{"id":15698,"c":4,"u":"scroll%20of%20protection%20from%20undead_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from undead|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Undead"},{"id":15699,"c":4,"u":"sending%20stones_dmg","p":199,"s":24,"h":1,"t":12,"uu":"sending stones|dmg","m":"items/DMG/Sending Stones.webp","xF":{"ft":"equipment"},"n":"Sending Stones"},{"id":15700,"c":4,"u":"sentinel%20shield_dmg","p":199,"s":24,"h":1,"t":12,"uu":"sentinel shield|dmg","xF":{"ft":"equipment"},"n":"Sentinel Shield"},{"id":15701,"c":4,"u":"serpent%20venom_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"serpent venom|dmg","xF":{"ft":"consumable"},"n":"Serpent Venom"},{"id":15702,"c":4,"u":"shield%20of%20missile%20attraction_dmg","p":200,"s":24,"h":1,"r":1,"t":12,"uu":"shield of missile attraction|dmg","m":"items/DMG/Shield of Missile Attraction.webp","xF":{"ft":"equipment"},"n":"Shield of Missile Attraction"},{"id":15703,"c":4,"u":"silk%20robe%20with%20gold%20embroidery_dmg","p":135,"s":24,"h":1,"t":12,"uu":"silk robe with gold embroidery|dmg","xF":{"ft":"loot"},"n":"Silk robe with gold embroidery"},{"id":15704,"c":4,"u":"silver%20and%20gold%20brooch_dmg","p":135,"s":24,"h":1,"t":12,"uu":"silver and gold brooch|dmg","xF":{"ft":"loot"},"n":"Silver and gold brooch"},{"id":15705,"c":4,"u":"silver%20chalice%20set%20with%20moonstones_dmg","p":135,"s":24,"h":1,"t":12,"uu":"silver chalice set with moonstones|dmg","xF":{"ft":"loot"},"n":"Silver chalice set with moonstones"},{"id":15706,"c":4,"u":"silver%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"silver dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Silver Dragon Scale Mail"},{"id":15707,"c":4,"u":"silver%20ewer_dmg","p":134,"s":24,"h":1,"t":12,"uu":"silver ewer|dmg","xF":{"ft":"loot"},"n":"Silver ewer"},{"id":15708,"c":4,"u":"silver%20necklace%20with%20a%20gemstone%20pendant_dmg","p":135,"s":24,"h":1,"t":12,"uu":"silver necklace with a gemstone pendant|dmg","xF":{"ft":"loot"},"n":"Silver necklace with a gemstone pendant"},{"id":15709,"c":4,"u":"silver-plated%20steel%20longsword%20with%20jet%20set%20in%20hilt_dmg","p":135,"s":24,"h":1,"t":12,"uu":"silver-plated steel longsword with jet set in hilt|dmg","xF":{"ft":"loot"},"n":"Silver-plated steel longsword with jet set in hilt"},{"id":15710,"c":4,"u":"slippers%20of%20spider%20climbing_dmg","p":200,"s":24,"h":1,"r":1,"t":12,"uu":"slippers of spider climbing|dmg","m":"items/DMG/Slippers of Spider Climbing.webp","xF":{"ft":"equipment"},"n":"Slippers of Spider Climbing"},{"id":15711,"c":4,"u":"small%20gold%20bracelet_dmg","p":134,"s":24,"h":1,"t":12,"uu":"small gold bracelet|dmg","xF":{"ft":"loot"},"n":"Small gold bracelet"},{"id":15712,"c":4,"u":"small%20gold%20idol_dmg","p":135,"s":24,"h":1,"t":12,"uu":"small gold idol|dmg","xF":{"ft":"loot"},"n":"Small gold idol"},{"id":15713,"c":4,"u":"small%20gold%20statuette%20set%20with%20rubies_dmg","p":135,"s":24,"h":1,"t":12,"uu":"small gold statuette set with rubies|dmg","xF":{"ft":"loot"},"n":"Small gold statuette set with rubies"},{"id":15714,"c":4,"u":"small%20mirror%20set%20in%20a%20painted%20wooden%20frame_dmg","p":134,"s":24,"h":1,"t":12,"uu":"small mirror set in a painted wooden frame|dmg","xF":{"ft":"loot"},"n":"Small mirror set in a painted wooden frame"},{"id":15715,"c":4,"u":"smoke%20grenade_dmg","p":268,"s":24,"h":1,"t":12,"uu":"smoke grenade|dmg","xF":{"ft":"consumable"},"n":"Smoke Grenade"},{"id":15716,"c":4,"u":"sovereign%20glue_dmg","p":200,"s":24,"h":1,"r":1,"t":12,"uu":"sovereign glue|dmg","m":"items/DMG/Sovereign Glue.webp","xF":{"ft":"equipment"},"n":"Sovereign Glue"},{"id":15717,"c":4,"u":"spell%20scroll%20(1st%20level)_dmg","p":200,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (1st level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (1st Level)"},{"id":15718,"c":4,"u":"spell%20scroll%20(2nd%20level)_dmg","p":201,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (2nd level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (2nd Level)"},{"id":15719,"c":4,"u":"spell%20scroll%20(3rd%20level)_dmg","p":202,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (3rd level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (3rd Level)"},{"id":15720,"c":4,"u":"spell%20scroll%20(4th%20level)_dmg","p":203,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (4th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (4th Level)"},{"id":15721,"c":4,"u":"spell%20scroll%20(5th%20level)_dmg","p":204,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (5th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (5th Level)"},{"id":15722,"c":4,"u":"spell%20scroll%20(6th%20level)_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (6th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (6th Level)"},{"id":15723,"c":4,"u":"spell%20scroll%20(7th%20level)_dmg","p":206,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (7th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (7th Level)"},{"id":15724,"c":4,"u":"spell%20scroll%20(8th%20level)_dmg","p":207,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (8th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (8th Level)"},{"id":15725,"c":4,"u":"spell%20scroll%20(9th%20level)_dmg","p":208,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (9th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (9th Level)"},{"id":15726,"c":4,"u":"spell%20scroll%20(cantrip)_dmg","p":199,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (cantrip)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (Cantrip)"},{"id":15727,"c":4,"u":"spellguard%20shield_dmg","p":201,"s":24,"h":1,"r":1,"t":12,"uu":"spellguard shield|dmg","m":"items/DMG/Spellguard Shield.webp","xF":{"ft":"equipment"},"n":"Spellguard Shield"},{"id":15728,"c":4,"u":"sphere%20of%20annihilation_dmg","p":201,"s":24,"h":1,"r":1,"t":12,"uu":"sphere of annihilation|dmg","xF":{"ft":"equipment"},"n":"Sphere of Annihilation"},{"id":15729,"c":4,"u":"spinel_dmg","p":134,"s":24,"h":1,"t":12,"uu":"spinel|dmg","xF":{"ft":"loot"},"n":"Spinel"},{"id":15730,"c":4,"u":"staff%20of%20charming_dmg","p":201,"s":24,"h":1,"r":1,"t":12,"uu":"staff of charming|dmg","m":"items/DMG/Staff of Charming.webp","xF":{"ft":"weapon"},"n":"Staff of Charming"},{"id":15731,"c":4,"u":"staff%20of%20fire_dmg","p":201,"s":24,"h":1,"r":1,"t":12,"uu":"staff of fire|dmg","m":"items/DMG/Staff of Fire.webp","xF":{"ft":"weapon"},"n":"Staff of Fire"},{"id":15732,"c":4,"u":"staff%20of%20frost_dmg","p":202,"s":24,"h":1,"r":1,"t":12,"uu":"staff of frost|dmg","m":"items/DMG/Staff of Frost.webp","xF":{"ft":"weapon"},"n":"Staff of Frost"},{"id":15733,"c":4,"u":"staff%20of%20healing_dmg","p":202,"s":24,"h":1,"r":1,"t":12,"uu":"staff of healing|dmg","m":"items/DMG/Staff of Healing.webp","xF":{"ft":"weapon"},"n":"Staff of Healing"},{"id":15734,"c":4,"u":"staff%20of%20power_dmg","p":202,"s":24,"h":1,"r":1,"t":12,"uu":"staff of power|dmg","m":"items/DMG/Staff of Power.webp","xF":{"ft":"weapon"},"n":"Staff of Power"},{"id":15735,"c":4,"u":"staff%20of%20striking_dmg","p":203,"s":24,"h":1,"r":1,"t":12,"uu":"staff of striking|dmg","xF":{"ft":"weapon"},"n":"Staff of Striking"},{"id":15736,"c":4,"u":"staff%20of%20swarming%20insects_dmg","p":203,"s":24,"h":1,"r":1,"t":12,"uu":"staff of swarming insects|dmg","m":"items/DMG/Staff of Swarming Insects.webp","xF":{"ft":"weapon"},"n":"Staff of Swarming Insects"},{"id":15737,"c":4,"u":"staff%20of%20the%20adder_dmg","p":203,"s":24,"h":1,"t":12,"uu":"staff of the adder|dmg","m":"items/DMG/Staff of the Adder.webp","xF":{"ft":"weapon"},"n":"Staff of the Adder"},{"id":15738,"c":4,"u":"staff%20of%20the%20magi_dmg","p":203,"s":24,"h":1,"r":1,"t":12,"uu":"staff of the magi|dmg","m":"items/DMG/Staff of the Magi.webp","xF":{"ft":"weapon"},"n":"Staff of the Magi"},{"id":15739,"c":4,"u":"staff%20of%20the%20python_dmg","p":204,"s":24,"h":1,"r":1,"t":12,"uu":"staff of the python|dmg","m":"items/DMG/Staff of the Python.webp","xF":{"ft":"weapon"},"n":"Staff of the Python"},{"id":15740,"c":4,"u":"staff%20of%20the%20woodlands_dmg","p":204,"s":24,"h":1,"r":1,"t":12,"uu":"staff of the woodlands|dmg","m":"items/DMG/Staff of the Woodlands.webp","xF":{"ft":"weapon"},"n":"Staff of the Woodlands"},{"id":15741,"c":4,"u":"staff%20of%20thunder%20and%20lightning_dmg","p":204,"s":24,"h":1,"r":1,"t":12,"uu":"staff of thunder and lightning|dmg","m":"items/DMG/Staff of Thunder and Lightning.webp","xF":{"ft":"weapon"},"n":"Staff of Thunder and Lightning"},{"id":15742,"c":4,"u":"staff%20of%20withering_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"staff of withering|dmg","m":"items/DMG/Staff of Withering.webp","xF":{"ft":"weapon"},"n":"Staff of Withering"},{"id":15743,"c":4,"u":"star%20rose%20quartz_dmg","p":134,"s":24,"h":1,"t":12,"uu":"star rose quartz|dmg","xF":{"ft":"loot"},"n":"Star rose quartz"},{"id":15744,"c":4,"u":"star%20ruby_dmg","p":134,"s":24,"h":1,"t":12,"uu":"star ruby|dmg","xF":{"ft":"loot"},"n":"Star Ruby"},{"id":15745,"c":4,"u":"star%20sapphire_dmg","p":134,"s":24,"h":1,"t":12,"uu":"star sapphire|dmg","xF":{"ft":"loot"},"n":"Star Sapphire"},{"id":15746,"c":4,"u":"stone%20of%20controlling%20earth%20elementals_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"stone of controlling earth elementals|dmg","m":"items/DMG/Stone of Controlling Earth Elementals.webp","xF":{"ft":"equipment"},"n":"Stone of Controlling Earth Elementals"},{"id":15747,"c":4,"u":"stone%20of%20good%20luck_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"stone of good luck|dmg","m":"items/DMG/Stone of Good Luck.webp","xF":{"ft":"equipment"},"n":"Stone of Good Luck"},{"id":15748,"c":4,"u":"stone%20of%20good%20luck_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"stone of good luck|dmg","m":"items/DMG/Stone of Good Luck.webp","xF":{"ft":"equipment"},"n":"Luckstone"},{"id":15749,"c":4,"u":"sun%20blade_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"sun blade|dmg","m":"items/DMG/Sun Blade.webp","xF":{"ft":"weapon"},"n":"Sun Blade"},{"id":15750,"c":4,"u":"sword%20of%20answering%20(answerer)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (answerer)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Answerer)"},{"id":15751,"c":4,"u":"sword%20of%20answering%20(back%20talker)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (back talker)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Back Talker)"},{"id":15752,"c":4,"u":"sword%20of%20answering%20(concluder)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (concluder)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Concluder)"},{"id":15753,"c":4,"u":"sword%20of%20answering%20(last%20quip)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (last quip)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Last Quip)"},{"id":15754,"c":4,"u":"sword%20of%20answering%20(rebutter)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (rebutter)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Rebutter)"},{"id":15755,"c":4,"u":"sword%20of%20answering%20(replier)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (replier)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Replier)"},{"id":15756,"c":4,"u":"sword%20of%20answering%20(retorter)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (retorter)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Retorter)"},{"id":15757,"c":4,"u":"sword%20of%20answering%20(scather)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (scather)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Scather)"},{"id":15758,"c":4,"u":"sword%20of%20answering%20(squelcher)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (squelcher)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Squelcher)"},{"id":15759,"c":4,"u":"sword%20of%20kas_dmg","p":226,"s":24,"h":1,"t":12,"uu":"sword of kas|dmg","m":"items/DMG/Sword of Kas.webp","xF":{"ft":"weapon"},"n":"Sword of Kas"},{"id":15760,"c":4,"u":"talisman%20of%20pure%20good_dmg","p":207,"s":24,"h":1,"r":1,"t":12,"uu":"talisman of pure good|dmg","xF":{"ft":"equipment"},"n":"Talisman of Pure Good"},{"id":15761,"c":4,"u":"talisman%20of%20the%20sphere_dmg","p":207,"s":24,"h":1,"r":1,"t":12,"uu":"talisman of the sphere|dmg","m":"items/DMG/Talisman of the Sphere.webp","xF":{"ft":"equipment"},"n":"Talisman of the Sphere"},{"id":15762,"c":4,"u":"talisman%20of%20ultimate%20evil_dmg","p":207,"s":24,"h":1,"r":1,"t":12,"uu":"talisman of ultimate evil|dmg","m":"items/DMG/Talisman of Ultimate Evil.webp","xF":{"ft":"equipment"},"n":"Talisman of Ultimate Evil"},{"id":15763,"c":4,"u":"tentacle%20rod_dmg","p":208,"s":24,"h":1,"t":12,"uu":"tentacle rod|dmg","m":"items/DMG/Tentacle Rod.webp","xF":{"ft":"equipment"},"n":"Tentacle Rod"},{"id":15764,"c":4,"u":"tiger%20eye_dmg","p":134,"s":24,"h":1,"t":12,"uu":"tiger eye|dmg","xF":{"ft":"loot"},"n":"Tiger Eye"},{"id":15765,"c":4,"u":"tome%20of%20clear%20thought_dmg","p":208,"s":24,"h":1,"r":1,"t":12,"uu":"tome of clear thought|dmg","m":"items/DMG/Tome of Clear Thought.webp","xF":{"ft":"equipment"},"n":"Tome of Clear Thought"},{"id":15766,"c":4,"u":"tome%20of%20leadership%20and%20influence_dmg","p":208,"s":24,"h":1,"r":1,"t":12,"uu":"tome of leadership and influence|dmg","m":"items/DMG/Tome of Leadership and Influence.webp","xF":{"ft":"equipment"},"n":"Tome of Leadership and Influence"},{"id":15767,"c":4,"u":"tome%20of%20the%20stilled%20tongue_dmg","p":208,"s":24,"h":1,"t":12,"uu":"tome of the stilled tongue|dmg","xF":{"ft":"equipment"},"n":"Tome of the Stilled Tongue"},{"id":15768,"c":4,"u":"tome%20of%20understanding_dmg","p":209,"s":24,"h":1,"r":1,"t":12,"uu":"tome of understanding|dmg","m":"items/DMG/Tome of Understanding.webp","xF":{"ft":"equipment"},"n":"Tome of Understanding"},{"id":15769,"c":4,"u":"topaz_dmg","p":134,"s":24,"h":1,"t":12,"uu":"topaz|dmg","xF":{"ft":"loot"},"n":"Topaz"},{"id":15770,"c":4,"u":"torpor_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"torpor|dmg","xF":{"ft":"consumable"},"n":"Torpor"},{"id":15771,"c":4,"u":"tourmaline_dmg","p":134,"s":24,"h":1,"t":12,"uu":"tourmaline|dmg","xF":{"ft":"loot"},"n":"Tourmaline"},{"id":15772,"c":4,"u":"trident%20of%20fish%20command_dmg","p":209,"s":24,"h":1,"r":1,"t":12,"uu":"trident of fish command|dmg","m":"items/DMG/Trident of Fish Command.webp","xF":{"ft":"weapon"},"n":"Trident of Fish Command"},{"id":15773,"c":4,"u":"truth%20serum_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"truth serum|dmg","xF":{"ft":"consumable"},"n":"Truth Serum"},{"id":15774,"c":4,"u":"turquoise_dmg","p":134,"s":24,"h":1,"t":12,"uu":"turquoise|dmg","xF":{"ft":"loot"},"n":"Turquoise"},{"id":15775,"c":4,"u":"universal%20solvent_dmg","p":209,"s":24,"h":1,"r":1,"t":12,"uu":"universal solvent|dmg","m":"items/DMG/Universal Solvent.webp","xF":{"ft":"equipment"},"n":"Universal Solvent"},{"id":15776,"c":4,"u":"wand%20of%20binding_dmg","p":209,"s":24,"h":1,"r":1,"t":12,"uu":"wand of binding|dmg","m":"items/DMG/Wand of Binding.webp","xF":{"ft":"consumable"},"n":"Wand of Binding"},{"id":15777,"c":4,"u":"wand%20of%20enemy%20detection_dmg","p":210,"s":24,"h":1,"r":1,"t":12,"uu":"wand of enemy detection|dmg","m":"items/DMG/Wand of Enemy Detection.webp","xF":{"ft":"consumable"},"n":"Wand of Enemy Detection"},{"id":15778,"c":4,"u":"wand%20of%20fear_dmg","p":210,"s":24,"h":1,"r":1,"t":12,"uu":"wand of fear|dmg","m":"items/DMG/Wand of Fear.webp","xF":{"ft":"consumable"},"n":"Wand of Fear"},{"id":15779,"c":4,"u":"wand%20of%20fireballs_dmg","p":210,"s":24,"h":1,"r":1,"t":12,"uu":"wand of fireballs|dmg","m":"items/DMG/Wand of Fireballs.webp","xF":{"ft":"consumable"},"n":"Wand of Fireballs"},{"id":15780,"c":4,"u":"wand%20of%20lightning%20bolts_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of lightning bolts|dmg","m":"items/DMG/Wand of Lightning Bolts.webp","xF":{"ft":"consumable"},"n":"Wand of Lightning Bolts"},{"id":15781,"c":4,"u":"wand%20of%20magic%20detection_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of magic detection|dmg","m":"items/DMG/Wand of Magic Detection.webp","xF":{"ft":"consumable"},"n":"Wand of Magic Detection"},{"id":15782,"c":4,"u":"wand%20of%20magic%20missiles_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of magic missiles|dmg","m":"items/DMG/Wand of Magic Missiles.webp","xF":{"ft":"consumable"},"n":"Wand of Magic Missiles"},{"id":15783,"c":4,"u":"wand%20of%20orcus_dmg","p":227,"s":24,"h":1,"t":12,"uu":"wand of orcus|dmg","m":"items/DMG/Wand of Orcus.webp","xF":{"ft":"weapon"},"n":"Wand of Orcus"},{"id":15784,"c":4,"u":"wand%20of%20paralysis_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of paralysis|dmg","m":"items/DMG/Wand of Paralysis.webp","xF":{"ft":"consumable"},"n":"Wand of Paralysis"},{"id":15785,"c":4,"u":"wand%20of%20polymorph_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of polymorph|dmg","m":"items/DMG/Wand of Polymorph.webp","xF":{"ft":"consumable"},"n":"Wand of Polymorph"},{"id":15786,"c":4,"u":"wand%20of%20secrets_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of secrets|dmg","m":"items/DMG/Wand of Secrets.webp","xF":{"ft":"consumable"},"n":"Wand of Secrets"},{"id":15787,"c":4,"u":"wand%20of%20web_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"wand of web|dmg","m":"items/DMG/Wand of Web.webp","xF":{"ft":"consumable"},"n":"Wand of Web"},{"id":15788,"c":4,"u":"wand%20of%20wonder_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"wand of wonder|dmg","m":"items/DMG/Wand of Wonder.webp","xF":{"ft":"consumable"},"n":"Wand of Wonder"},{"id":15789,"c":4,"u":"warship_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"warship|dmg","xF":{"ft":"loot"},"n":"Warship"},{"id":15790,"c":4,"u":"wave_dmg","p":218,"s":24,"h":1,"t":12,"uu":"wave|dmg","m":"items/DMG/Wave.webp","xF":{"ft":"weapon"},"n":"Wave"},{"id":15791,"c":4,"u":"well%20of%20many%20worlds_dmg","p":213,"s":24,"h":1,"r":1,"t":12,"uu":"well of many worlds|dmg","xF":{"ft":"equipment"},"n":"Well of Many Worlds"},{"id":15792,"c":4,"u":"whelm_dmg","p":218,"s":24,"h":1,"t":12,"uu":"whelm|dmg","m":"items/DMG/Whelm.webp","xF":{"ft":"weapon"},"n":"Whelm"},{"id":15793,"c":4,"u":"white%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"white dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"White Dragon Scale Mail"},{"id":15794,"c":4,"u":"wind%20fan_dmg","p":213,"s":24,"h":1,"r":1,"t":12,"uu":"wind fan|dmg","m":"items/DMG/Wind Fan.webp","xF":{"ft":"equipment"},"n":"Wind Fan"},{"id":15795,"c":4,"u":"winged%20boots_dmg","p":214,"s":24,"h":1,"r":1,"t":12,"uu":"winged boots|dmg","m":"items/DMG/Winged Boots.webp","xF":{"ft":"equipment"},"n":"Winged Boots"},{"id":15796,"c":4,"u":"wings%20of%20flying_dmg","p":214,"s":24,"h":1,"r":1,"t":12,"uu":"wings of flying|dmg","m":"items/DMG/Wings of Flying.webp","xF":{"ft":"equipment"},"n":"Wings of Flying"},{"id":15797,"c":4,"u":"wyvern%20poison_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"wyvern poison|dmg","xF":{"ft":"consumable"},"n":"Wyvern Poison"},{"id":15798,"c":4,"u":"yellow%20sapphire_dmg","p":134,"s":24,"h":1,"t":12,"uu":"yellow sapphire|dmg","xF":{"ft":"loot"},"n":"Yellow Sapphire"},{"id":15799,"c":4,"u":"zircon_dmg","p":134,"s":24,"h":1,"t":12,"uu":"zircon|dmg","xF":{"ft":"loot"},"n":"Zircon"},{"id":15800,"c":4,"u":"aqua%20delerium_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"aqua delerium|dodk","m":"items/DoDk/Aqua Delerium.webp","xF":{"ft":"consumable"},"n":"Aqua Delerium"},{"id":15801,"c":4,"u":"aqua%20expurgo_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"aqua expurgo|dodk","m":"items/DoDk/Aqua Expurgo.webp","xF":{"ft":"consumable"},"n":"Aqua Expurgo"},{"id":15802,"c":4,"u":"bottled%20comet_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"bottled comet|dodk","m":"items/DoDk/Bottled Comet.webp","xF":{"ft":"equipment"},"n":"Bottled Comet"},{"id":15803,"c":4,"u":"chancellor's%20crest_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"chancellor's crest|dodk","xF":{"ft":"equipment"},"n":"Chancellor's Crest"},{"id":15804,"c":4,"u":"crown%20of%20westem%c3%a4r_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"crown of westemär|dodk","xF":{"ft":"equipment"},"n":"Crown of Westemar"},{"id":15805,"c":4,"u":"delerium%20crystal%20focus_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"delerium crystal focus|dodk","xF":{"ft":"equipment"},"n":"Delerium Crystal Focus"},{"id":15806,"c":4,"u":"flame%20lance_dodk","p":231,"s":25,"h":1,"dP":1,"t":12,"uu":"flame lance|dodk","xF":{"ft":"weapon"},"n":"Flame Lance"},{"id":15807,"c":4,"u":"hazewalker%20plate_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"hazewalker plate|dodk","xF":{"ft":"equipment"},"n":"Hazewalker Plate"},{"id":15808,"c":4,"u":"helm%20of%20patron%20saints_dodk","p":234,"s":25,"h":1,"dP":1,"t":12,"uu":"helm of patron saints|dodk","xF":{"ft":"equipment"},"n":"Helm of Patron Saints"},{"id":15809,"c":4,"u":"ignacious%2c%20the%20sword%20of%20burning%20truth_dodk","p":234,"s":25,"h":1,"dP":1,"t":12,"uu":"ignacious, the sword of burning truth|dodk","xF":{"ft":"weapon"},"n":"Ignacious, the Sword of Burning Truth"},{"id":15810,"c":4,"u":"inscrutable%20staff_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"inscrutable staff|dodk","m":"items/DoDk/Inscrutable Staff.webp","xF":{"ft":"weapon"},"n":"Inscrutable Staff"},{"id":15811,"c":4,"u":"lord%20commander's%20badge_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"lord commander's badge|dodk","xF":{"ft":"equipment"},"n":"Lord Commander's Badge"},{"id":15812,"c":4,"u":"purging%20rod_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"purging rod|dodk","xF":{"ft":"equipment"},"n":"Purging Rod"},{"id":15813,"c":4,"u":"refined%20delerium%20dust_dodk","p":231,"s":25,"h":1,"dP":1,"t":12,"uu":"refined delerium dust|dodk","m":"items/DoDk/Refined Delerium Dust.webp","xF":{"ft":"equipment"},"n":"Refined Delerium Dust"},{"id":15814,"c":4,"u":"saint%20vitruvio's%20phylactery_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"saint vitruvio's phylactery|dodk","xF":{"ft":"equipment"},"n":"Saint Vitruvio's Phylactery"},{"id":15815,"c":4,"u":"sceptre%20of%20saint%20vitruvio_dodk","p":234,"s":25,"h":1,"dP":1,"t":12,"uu":"sceptre of saint vitruvio|dodk","m":"items/DoDk/Sceptre of Saint Vitruvio.webp","xF":{"ft":"weapon"},"n":"Sceptre of Saint Vitruvio"},{"id":15816,"c":4,"u":"skymetal%20shield_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"skymetal shield|dodk","xF":{"ft":"equipment"},"n":"Skymetal Shield"},{"id":15817,"c":4,"u":"skymetal%20staff_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"skymetal staff|dodk","xF":{"ft":"weapon"},"n":"Skymetal Staff"},{"id":15818,"c":4,"u":"spellpiercing%20wand_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"spellpiercing wand|dodk","xF":{"ft":"equipment"},"n":"Spellpiercing Wand"},{"id":15819,"c":4,"u":"spymaster's%20signet_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"spymaster's signet|dodk","xF":{"ft":"equipment"},"n":"Spymaster's Signet"},{"id":15820,"c":4,"u":"staff%20of%20contaminated%20power_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"staff of contaminated power|dodk","xF":{"ft":"weapon"},"n":"Staff of Contaminated Power"},{"id":15821,"c":4,"u":"steward's%20seal_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"steward's seal|dodk","xF":{"ft":"equipment"},"n":"Steward's Seal"},{"id":15822,"c":4,"u":"the%20shield%20of%20sacred%20flame_dodk","p":234,"s":25,"h":1,"dP":1,"t":12,"uu":"the shield of sacred flame|dodk","xF":{"ft":"equipment"},"n":"The Shield of Sacred Flame"},{"id":15823,"c":4,"u":"fargab_dsotdq","p":188,"s":27,"h":1,"t":12,"uu":"fargab|dsotdq","m":"items/DSotDQ/Fargab.webp","xF":{"ft":"loot"},"n":"Fargab"},{"id":15824,"c":4,"u":"flying%20citadel%20helm_dsotdq","p":190,"s":27,"h":1,"t":12,"uu":"flying citadel helm|dsotdq","xF":{"ft":"equipment"},"n":"Flying Citadel Helm"},{"id":15825,"c":4,"u":"kagonesti%20forest%20shroud_dsotdq","p":190,"s":27,"h":1,"t":12,"uu":"kagonesti forest shroud|dsotdq","m":"items/DSotDQ/Kagonesti Forest Shroud.webp","xF":{"ft":"equipment"},"n":"Kagonesti Forest Shroud"},{"id":15826,"c":4,"u":"mirror%20of%20reflected%20pasts_dsotdq","p":190,"s":27,"h":1,"t":12,"uu":"mirror of reflected pasts|dsotdq","xF":{"ft":"equipment"},"n":"Mirror of Reflected Pasts"},{"id":15827,"c":4,"u":"narycrash_dsotdq","p":188,"s":27,"h":1,"t":12,"uu":"narycrash|dsotdq","m":"items/DSotDQ/Narycrash.webp","xF":{"ft":"loot"},"n":"Narycrash"},{"id":15828,"c":4,"u":"trinket_eet","p":1,"s":111,"h":1,"t":12,"uu":"trinket|eet","xF":{"ft":"loot"},"n":"Trinket"},{"id":15829,"c":4,"u":"amulet%20of%20the%20drunkard_egw","p":265,"s":28,"h":1,"dP":1,"t":12,"uu":"amulet of the drunkard|egw","m":"items/EGW/Amulet of the Drunkard.webp","xF":{"ft":"equipment"},"n":"Amulet of the Drunkard"},{"id":15830,"c":4,"u":"arcane%20cannon_egw","p":265,"s":28,"h":1,"dP":1,"t":12,"uu":"arcane cannon|egw","xF":{"ft":"equipment"},"n":"Arcane Cannon"},{"id":15831,"c":4,"u":"battering%20shield_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"battering shield|egw","xF":{"ft":"equipment"},"n":"Battering Shield"},{"id":15832,"c":4,"u":"black%20sap_egw","p":152,"s":28,"h":1,"dP":1,"t":12,"uu":"black sap|egw","xF":{"ft":"consumable"},"n":"Black Sap"},{"id":15833,"c":4,"u":"blade%20of%20broken%20mirrors%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"blade of broken mirrors (awakened)|egw","xF":{"ft":"loot"},"n":"Blade of Broken Mirrors (Awakened)"},{"id":15834,"c":4,"u":"blade%20of%20broken%20mirrors%20(dormant)_egw","p":275,"s":28,"h":1,"dP":1,"t":12,"uu":"blade of broken mirrors (dormant)|egw","xF":{"ft":"weapon"},"n":"Blade of Broken Mirrors (Dormant)"},{"id":15835,"c":4,"u":"blade%20of%20broken%20mirrors%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"blade of broken mirrors (exalted)|egw","xF":{"ft":"loot"},"n":"Blade of Broken Mirrors (Exalted)"},{"id":15836,"c":4,"u":"blasting%20powder_egw","p":225,"s":28,"h":1,"dP":1,"t":12,"uu":"blasting powder|egw","xF":{"ft":"loot"},"n":"Blasting Powder"},{"id":15837,"c":4,"u":"blight%20ichor_egw","p":152,"s":28,"h":1,"dP":1,"t":12,"uu":"blight ichor|egw","xF":{"ft":"consumable"},"n":"Blight Ichor"},{"id":15838,"c":4,"u":"bloodaxe_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"bloodaxe|egw","xF":{"ft":"weapon"},"n":"Bloodaxe"},{"id":15839,"c":4,"u":"breathing%20bubble_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"breathing bubble|egw","xF":{"ft":"equipment"},"n":"Breathing Bubble"},{"id":15840,"c":4,"u":"brooch%20of%20living%20essence_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"brooch of living essence|egw","xF":{"ft":"equipment"},"n":"Brooch of Living Essence"},{"id":15841,"c":4,"u":"butcher's%20bib_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"butcher's bib|egw","m":"items/EGW/Butcher's Bib.webp","xF":{"ft":"equipment"},"n":"Butcher's Bib"},{"id":15842,"c":4,"u":"coin%20of%20delving_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"coin of delving|egw","xF":{"ft":"equipment"},"n":"Coin of Delving"},{"id":15843,"c":4,"u":"danoth's%20visor%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"danoth's visor (awakened)|egw","m":"items/EGW/Danoth's Visor.webp","xF":{"ft":"loot"},"n":"Danoth's Visor (Awakened)"},{"id":15844,"c":4,"u":"danoth's%20visor%20(dormant)_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"danoth's visor (dormant)|egw","m":"items/EGW/Danoth's Visor.webp","xF":{"ft":"equipment"},"n":"Danoth's Visor (Dormant)"},{"id":15845,"c":4,"u":"danoth's%20visor%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"danoth's visor (exalted)|egw","m":"items/EGW/Danoth's Visor.webp","xF":{"ft":"loot"},"n":"Danoth's Visor (Exalted)"},{"id":15846,"c":4,"u":"dispelling%20stone_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"dispelling stone|egw","xF":{"ft":"equipment"},"n":"Dispelling Stone"},{"id":15847,"c":4,"u":"duskcrusher_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"duskcrusher|egw","m":"items/EGW/Duskcrusher.webp","xF":{"ft":"weapon"},"n":"Duskcrusher"},{"id":15848,"c":4,"u":"dust%20of%20deliciousness_egw","p":267,"s":28,"h":1,"dP":1,"t":12,"uu":"dust of deliciousness|egw","xF":{"ft":"equipment"},"n":"Dust of Deliciousness"},{"id":15849,"c":4,"u":"explosive%20seed_egw","p":225,"s":28,"h":1,"dP":1,"t":12,"uu":"explosive seed|egw","xF":{"ft":"loot"},"n":"Explosive Seed"},{"id":15850,"c":4,"u":"goggles%20of%20object%20reading_egw","p":267,"s":28,"h":1,"dP":1,"t":12,"uu":"goggles of object reading|egw","xF":{"ft":"equipment"},"n":"Goggles of Object Reading"},{"id":15851,"c":4,"u":"grimoire%20infinitus%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"grimoire infinitus (awakened)|egw","m":"items/EGW/Grimoire Infinitus.webp","xF":{"ft":"loot"},"n":"Grimoire Infinitus (Awakened)"},{"id":15852,"c":4,"u":"grimoire%20infinitus%20(dormant)_egw","p":271,"s":28,"h":1,"dP":1,"t":12,"uu":"grimoire infinitus (dormant)|egw","m":"items/EGW/Grimoire Infinitus.webp","xF":{"ft":"equipment"},"n":"Grimoire Infinitus (Dormant)"},{"id":15853,"c":4,"u":"grimoire%20infinitus%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"grimoire infinitus (exalted)|egw","m":"items/EGW/Grimoire Infinitus.webp","xF":{"ft":"loot"},"n":"Grimoire Infinitus (Exalted)"},{"id":15854,"c":4,"u":"grovelthrash%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"grovelthrash (awakened)|egw","m":"items/EGW/Grovelthrash.webp","xF":{"ft":"loot"},"n":"Grovelthrash (Awakened)"},{"id":15855,"c":4,"u":"grovelthrash%20(dormant)_egw","p":275,"s":28,"h":1,"dP":1,"t":12,"uu":"grovelthrash (dormant)|egw","m":"items/EGW/Grovelthrash.webp","xF":{"ft":"weapon"},"n":"Grovelthrash (Dormant)"},{"id":15856,"c":4,"u":"grovelthrash%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"grovelthrash (exalted)|egw","m":"items/EGW/Grovelthrash.webp","xF":{"ft":"loot"},"n":"Grovelthrash (Exalted)"},{"id":15857,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"hide of the feral guardian (awakened)|egw","xF":{"ft":"equipment"},"n":"Hide of the Feral Guardian (Awakened)"},{"id":15858,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(dormant)_egw","p":271,"s":28,"h":1,"dP":1,"t":12,"uu":"hide of the feral guardian (dormant)|egw","xF":{"ft":"equipment"},"n":"Hide of the Feral Guardian (Dormant)"},{"id":15859,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"hide of the feral guardian (exalted)|egw","xF":{"ft":"equipment"},"n":"Hide of the Feral Guardian (Exalted)"},{"id":15860,"c":4,"u":"hunter's%20coat_egw","p":267,"s":28,"h":1,"dP":1,"t":12,"uu":"hunter's coat|egw","xF":{"ft":"equipment"},"n":"Hunter's Coat"},{"id":15861,"c":4,"u":"infiltrator's%20key%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"infiltrator's key (awakened)|egw","m":"items/EGW/Infiltrator's Key.webp","xF":{"ft":"loot"},"n":"Infiltrator's Key (Awakened)"},{"id":15862,"c":4,"u":"infiltrator's%20key%20(dormant)_egw","p":272,"s":28,"h":1,"dP":1,"t":12,"uu":"infiltrator's key (dormant)|egw","m":"items/EGW/Infiltrator's Key.webp","xF":{"ft":"equipment"},"n":"Infiltrator's Key (Dormant)"},{"id":15863,"c":4,"u":"infiltrator's%20key%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"infiltrator's key (exalted)|egw","m":"items/EGW/Infiltrator's Key.webp","xF":{"ft":"loot"},"n":"Infiltrator's Key (Exalted)"},{"id":15864,"c":4,"u":"lash%20of%20shadows%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"lash of shadows (awakened)|egw","m":"items/EGW/Lash of Shadows.webp","xF":{"ft":"loot"},"n":"Lash of Shadows (Awakened)"},{"id":15865,"c":4,"u":"lash%20of%20shadows%20(dormant)_egw","p":276,"s":28,"h":1,"dP":1,"t":12,"uu":"lash of shadows (dormant)|egw","m":"items/EGW/Lash of Shadows.webp","xF":{"ft":"weapon"},"n":"Lash of Shadows (Dormant)"},{"id":15866,"c":4,"u":"lash%20of%20shadows%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"lash of shadows (exalted)|egw","m":"items/EGW/Lash of Shadows.webp","xF":{"ft":"loot"},"n":"Lash of Shadows (Exalted)"},{"id":15867,"c":4,"u":"luxon%20beacon_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"luxon beacon|egw","m":"items/EGW/Luxon Beacon.webp","xF":{"ft":"equipment"},"n":"Luxon Beacon"},{"id":15868,"c":4,"u":"mace%20of%20the%20black%20crown%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"mace of the black crown (awakened)|egw","m":"items/EGW/Mace of the Black Crown.webp","xF":{"ft":"loot"},"n":"Mace of the Black Crown (Awakened)"},{"id":15869,"c":4,"u":"mace%20of%20the%20black%20crown%20(dormant)_egw","p":276,"s":28,"h":1,"dP":1,"t":12,"uu":"mace of the black crown (dormant)|egw","m":"items/EGW/Mace of the Black Crown.webp","xF":{"ft":"weapon"},"n":"Mace of the Black Crown (Dormant)"},{"id":15870,"c":4,"u":"mace%20of%20the%20black%20crown%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"mace of the black crown (exalted)|egw","m":"items/EGW/Mace of the Black Crown.webp","xF":{"ft":"loot"},"n":"Mace of the Black Crown (Exalted)"},{"id":15871,"c":4,"u":"moorbounder_egw","p":132,"s":28,"h":1,"dP":1,"t":12,"uu":"moorbounder|egw","xF":{"ft":"loot"},"n":"Moorbounder"},{"id":15872,"c":4,"u":"muroosa%20balm_egw","p":70,"s":28,"h":1,"dP":1,"t":12,"uu":"muroosa balm|egw","xF":{"ft":"loot"},"n":"Muroosa Balm"},{"id":15873,"c":4,"u":"needle%20of%20mending_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"needle of mending|egw","xF":{"ft":"weapon"},"n":"Needle of Mending"},{"id":15874,"c":4,"u":"nightfall%20pearl_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"nightfall pearl|egw","xF":{"ft":"equipment"},"n":"Nightfall Pearl"},{"id":15875,"c":4,"u":"olisuba%20leaf_egw","p":70,"s":28,"h":1,"dP":1,"t":12,"uu":"olisuba leaf|egw","xF":{"ft":"loot"},"n":"Olisuba Leaf"},{"id":15876,"c":4,"u":"orb%20of%20the%20veil_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"orb of the veil|egw","xF":{"ft":"equipment"},"n":"Orb of the Veil"},{"id":15877,"c":4,"u":"potion%20of%20maximum%20power_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"potion of maximum power|egw","xF":{"ft":"consumable"},"n":"Potion of Maximum Power"},{"id":15878,"c":4,"u":"potion%20of%20possibility_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"potion of possibility|egw","xF":{"ft":"consumable"},"n":"Potion of Possibility"},{"id":15879,"c":4,"u":"pride%20silk_egw","p":103,"s":28,"h":1,"dP":1,"t":12,"uu":"pride silk|egw","xF":{"ft":"loot"},"n":"Pride Silk"},{"id":15880,"c":4,"u":"pride%20silk%20outfit_egw","p":103,"s":28,"h":1,"dP":1,"t":12,"uu":"pride silk outfit|egw","xF":{"ft":"loot"},"n":"Pride Silk Outfit"},{"id":15881,"c":4,"u":"reincarnation%20dust_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"reincarnation dust|egw","xF":{"ft":"equipment"},"n":"Reincarnation Dust"},{"id":15882,"c":4,"u":"ring%20of%20obscuring_egw","p":269,"s":28,"h":1,"dP":1,"t":12,"uu":"ring of obscuring|egw","m":"items/EGW/Ring of Obscuring.webp","xF":{"ft":"equipment"},"n":"Ring of Obscuring"},{"id":15883,"c":4,"u":"ring%20of%20temporal%20salvation_egw","p":269,"s":28,"h":1,"dP":1,"t":12,"uu":"ring of temporal salvation|egw","xF":{"ft":"equipment"},"n":"Ring of Temporal Salvation"},{"id":15884,"c":4,"u":"rod%20of%20retribution_egw","p":269,"s":28,"h":1,"dP":1,"t":12,"uu":"rod of retribution|egw","xF":{"ft":"consumable"},"n":"Rod of Retribution"},{"id":15885,"c":4,"u":"ruin's%20wake%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"ruin's wake (awakened)|egw","m":"items/EGW/Ruin's Wake.webp","xF":{"ft":"loot"},"n":"Ruin's Wake (Awakened)"},{"id":15886,"c":4,"u":"ruin's%20wake%20(dormant)_egw","p":277,"s":28,"h":1,"dP":1,"t":12,"uu":"ruin's wake (dormant)|egw","m":"items/EGW/Ruin's Wake.webp","xF":{"ft":"weapon"},"n":"Ruin's Wake (Dormant)"},{"id":15887,"c":4,"u":"ruin's%20wake%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"ruin's wake (exalted)|egw","m":"items/EGW/Ruin's Wake.webp","xF":{"ft":"loot"},"n":"Ruin's Wake (Exalted)"},{"id":15888,"c":4,"u":"silken%20spite%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"silken spite (awakened)|egw","xF":{"ft":"loot"},"n":"Silken Spite (Awakened)"},{"id":15889,"c":4,"u":"silken%20spite%20(dormant)_egw","p":277,"s":28,"h":1,"dP":1,"t":12,"uu":"silken spite (dormant)|egw","xF":{"ft":"weapon"},"n":"Silken Spite (Dormant)"},{"id":15890,"c":4,"u":"silken%20spite%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"silken spite (exalted)|egw","xF":{"ft":"loot"},"n":"Silken Spite (Exalted)"},{"id":15891,"c":4,"u":"skyship_egw","p":72,"s":28,"h":1,"dP":1,"t":12,"uu":"skyship|egw","xF":{"ft":"loot"},"n":"Skyship"},{"id":15892,"c":4,"u":"soothsalts_egw","p":152,"s":28,"h":1,"dP":1,"t":12,"uu":"soothsalts|egw","xF":{"ft":"consumable"},"n":"Soothsalts"},{"id":15893,"c":4,"u":"spell%20bottle_egw","p":269,"s":28,"h":1,"dP":1,"t":12,"uu":"spell bottle|egw","m":"items/EGW/Spell Bottle.webp","xF":{"ft":"equipment"},"n":"Spell Bottle"},{"id":15894,"c":4,"u":"staff%20of%20dunamancy_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"staff of dunamancy|egw","xF":{"ft":"weapon"},"n":"Staff of Dunamancy"},{"id":15895,"c":4,"u":"staff%20of%20the%20ivory%20claw_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"staff of the ivory claw|egw","xF":{"ft":"weapon"},"n":"Staff of the Ivory Claw"},{"id":15896,"c":4,"u":"stormgirdle%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"stormgirdle (awakened)|egw","xF":{"ft":"loot"},"n":"Stormgirdle (Awakened)"},{"id":15897,"c":4,"u":"stormgirdle%20(dormant)_egw","p":273,"s":28,"h":1,"dP":1,"t":12,"uu":"stormgirdle (dormant)|egw","xF":{"ft":"equipment"},"n":"Stormgirdle (Dormant)"},{"id":15898,"c":4,"u":"stormgirdle%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"stormgirdle (exalted)|egw","xF":{"ft":"loot"},"n":"Stormgirdle (Exalted)"},{"id":15899,"c":4,"u":"the%20bloody%20end%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"the bloody end (awakened)|egw","xF":{"ft":"loot"},"n":"The Bloody End (Awakened)"},{"id":15900,"c":4,"u":"the%20bloody%20end%20(dormant)_egw","p":278,"s":28,"h":1,"dP":1,"t":12,"uu":"the bloody end (dormant)|egw","xF":{"ft":"weapon"},"n":"The Bloody End (Dormant)"},{"id":15901,"c":4,"u":"the%20bloody%20end%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"the bloody end (exalted)|egw","xF":{"ft":"loot"},"n":"The Bloody End (Exalted)"},{"id":15902,"c":4,"u":"theki%20root_egw","p":70,"s":28,"h":1,"dP":1,"t":12,"uu":"theki root|egw","xF":{"ft":"consumable"},"n":"Theki Root"},{"id":15903,"c":4,"u":"verminshroud%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"verminshroud (awakened)|egw","xF":{"ft":"loot"},"n":"Verminshroud (Awakened)"},{"id":15904,"c":4,"u":"verminshroud%20(dormant)_egw","p":273,"s":28,"h":1,"dP":1,"t":12,"uu":"verminshroud (dormant)|egw","xF":{"ft":"equipment"},"n":"Verminshroud (Dormant)"},{"id":15905,"c":4,"u":"verminshroud%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"verminshroud (exalted)|egw","xF":{"ft":"loot"},"n":"Verminshroud (Exalted)"},{"id":15906,"c":4,"u":"vox%20seeker_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"vox seeker|egw","xF":{"ft":"equipment"},"n":"Vox Seeker"},{"id":15907,"c":4,"u":"will%20of%20the%20talon%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"will of the talon (awakened)|egw","xF":{"ft":"loot"},"n":"Will of the Talon (Awakened)"},{"id":15908,"c":4,"u":"will%20of%20the%20talon%20(dormant)_egw","p":279,"s":28,"h":1,"dP":1,"t":12,"uu":"will of the talon (dormant)|egw","xF":{"ft":"weapon"},"n":"Will of the Talon (Dormant)"},{"id":15909,"c":4,"u":"will%20of%20the%20talon%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"will of the talon (exalted)|egw","xF":{"ft":"loot"},"n":"Will of the Talon (Exalted)"},{"id":15910,"c":4,"u":"willowshade%20oil_egw","p":70,"s":28,"h":1,"dP":1,"t":12,"uu":"willowshade oil|egw","xF":{"ft":"loot"},"n":"Willowshade Oil"},{"id":15911,"c":4,"u":"wreath%20of%20the%20prism%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"wreath of the prism (awakened)|egw","m":"items/EGW/Wreath of the Prism.webp","xF":{"ft":"loot"},"n":"Wreath of the Prism (Awakened)"},{"id":15912,"c":4,"u":"wreath%20of%20the%20prism%20(dormant)_egw","p":274,"s":28,"h":1,"dP":1,"t":12,"uu":"wreath of the prism (dormant)|egw","m":"items/EGW/Wreath of the Prism.webp","xF":{"ft":"equipment"},"n":"Wreath of the Prism (Dormant)"},{"id":15913,"c":4,"u":"wreath%20of%20the%20prism%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"wreath of the prism (exalted)|egw","m":"items/EGW/Wreath of the Prism.webp","xF":{"ft":"loot"},"n":"Wreath of the Prism (Exalted)"},{"id":15914,"c":4,"u":"aerenal%20trinket_erlw","p":134,"s":29,"h":1,"t":12,"uu":"aerenal trinket|erlw","xF":{"ft":"loot"},"n":"Aerenal Trinket"},{"id":15915,"c":4,"u":"arcane%20propulsion%20arm_erlw","p":276,"s":29,"h":1,"t":12,"uu":"arcane propulsion arm|erlw","xF":{"ft":"weapon"},"n":"Arcane Propulsion Arm"},{"id":15916,"c":4,"u":"argonnessen%20trinket_erlw","p":134,"s":29,"h":1,"t":12,"uu":"argonnessen trinket|erlw","xF":{"ft":"loot"},"n":"Argonnessen Trinket"},{"id":15917,"c":4,"u":"belashyrra's%20beholder%20crown_erlw","p":276,"s":29,"h":1,"t":12,"uu":"belashyrra's beholder crown|erlw","xF":{"ft":"equipment"},"n":"Belashyrra's Beholder Crown"},{"id":15918,"c":4,"u":"cleansing%20stone_erlw","p":276,"s":29,"h":1,"t":12,"uu":"cleansing stone|erlw","xF":{"ft":"equipment"},"n":"Cleansing Stone"},{"id":15919,"c":4,"u":"common%20glamerweave_erlw","p":277,"s":29,"h":1,"t":12,"uu":"common glamerweave|erlw","xF":{"ft":"equipment"},"n":"Common Glamerweave"},{"id":15920,"c":4,"u":"docent_erlw","p":276,"s":29,"h":1,"t":12,"uu":"docent|erlw","xF":{"ft":"equipment"},"n":"Docent"},{"id":15921,"c":4,"u":"dragon's%20blood_erlw","p":244,"s":29,"h":1,"t":12,"uu":"dragon's blood|erlw","xF":{"ft":"loot"},"n":"Dragon's Blood"},{"id":15922,"c":4,"u":"dreamlily_erlw","p":244,"s":29,"h":1,"t":12,"uu":"dreamlily|erlw","xF":{"ft":"consumable"},"n":"Dreamlily"},{"id":15923,"c":4,"u":"dyrrn's%20tentacle%20whip_erlw","p":276,"s":29,"h":1,"t":12,"uu":"dyrrn's tentacle whip|erlw","xF":{"ft":"weapon"},"n":"Dyrrn's Tentacle Whip"},{"id":15924,"c":4,"u":"earworm_erlw","p":277,"s":29,"h":1,"t":12,"uu":"earworm|erlw","xF":{"ft":"equipment"},"n":"Earworm"},{"id":15925,"c":4,"u":"everbright%20lantern_erlw","p":277,"s":29,"h":1,"t":12,"uu":"everbright lantern|erlw","xF":{"ft":"equipment"},"n":"Everbright Lantern"},{"id":15926,"c":4,"u":"feather%20token_erlw","p":277,"s":29,"h":1,"t":12,"uu":"feather token|erlw","xF":{"ft":"equipment"},"n":"Feather Token"},{"id":15927,"c":4,"u":"finder's%20goggles_erlw","p":277,"s":29,"h":1,"t":12,"uu":"finder's goggles|erlw","xF":{"ft":"equipment"},"n":"Finder's Goggles"},{"id":15928,"c":4,"u":"frostfell%20and%20everice%20trinket_erlw","p":136,"s":29,"h":1,"t":12,"uu":"frostfell and everice trinket|erlw","xF":{"ft":"loot"},"n":"Frostfell and Everice Trinket"},{"id":15929,"c":4,"u":"keycharm_erlw","p":277,"s":29,"h":1,"t":12,"uu":"keycharm|erlw","xF":{"ft":"equipment"},"n":"Keycharm"},{"id":15930,"c":4,"u":"khyber%20trinket_erlw","p":135,"s":29,"h":1,"t":12,"uu":"khyber trinket|erlw","xF":{"ft":"loot"},"n":"Khyber Trinket"},{"id":15931,"c":4,"u":"kyrzin's%20ooze_erlw","p":278,"s":29,"h":1,"t":12,"uu":"kyrzin's ooze|erlw","xF":{"ft":"equipment"},"n":"Kyrzin's Ooze"},{"id":15932,"c":4,"u":"living%20gloves_erlw","p":278,"s":29,"h":1,"t":12,"uu":"living gloves|erlw","xF":{"ft":"equipment"},"n":"Living Gloves"},{"id":15933,"c":4,"u":"mournland%20trinket_erlw","p":222,"s":29,"h":1,"t":12,"uu":"mournland trinket|erlw","xF":{"ft":"loot"},"n":"Mournland Trinket"},{"id":15934,"c":4,"u":"sarlona%20trinket_erlw","p":138,"s":29,"h":1,"t":12,"uu":"sarlona trinket|erlw","xF":{"ft":"loot"},"n":"Sarlona Trinket"},{"id":15935,"c":4,"u":"scribe's%20pen_erlw","p":278,"s":29,"h":1,"t":12,"uu":"scribe's pen|erlw","xF":{"ft":"equipment"},"n":"Scribe's Pen"},{"id":15936,"c":4,"u":"shiftweave_erlw","p":279,"s":29,"h":1,"t":12,"uu":"shiftweave|erlw","xF":{"ft":"equipment"},"n":"Shiftweave"},{"id":15937,"c":4,"u":"speaking%20stone_erlw","p":279,"s":29,"h":1,"t":12,"uu":"speaking stone|erlw","xF":{"ft":"equipment"},"n":"Speaking Stone"},{"id":15938,"c":4,"u":"spellshard_erlw","p":279,"s":29,"h":1,"t":12,"uu":"spellshard|erlw","xF":{"ft":"equipment"},"n":"Spellshard"},{"id":15939,"c":4,"u":"uncommon%20glamerweave_erlw","p":277,"s":29,"h":1,"t":12,"uu":"uncommon glamerweave|erlw","xF":{"ft":"equipment"},"n":"Uncommon Glamerweave"},{"id":15940,"c":4,"u":"ventilating%20lungs_erlw","p":279,"s":29,"h":1,"t":12,"uu":"ventilating lungs|erlw","xF":{"ft":"equipment"},"n":"Ventilating Lungs"},{"id":15941,"c":4,"u":"wand%20sheath_erlw","p":279,"s":29,"h":1,"t":12,"uu":"wand sheath|erlw","xF":{"ft":"equipment"},"n":"Wand Sheath"},{"id":15942,"c":4,"u":"wheel%20of%20wind%20and%20water_erlw","p":280,"s":29,"h":1,"t":12,"uu":"wheel of wind and water|erlw","xF":{"ft":"equipment"},"n":"Wheel of Wind and Water"},{"id":15943,"c":4,"u":"xen'drik%20trinket_erlw","p":140,"s":29,"h":1,"t":12,"uu":"xen'drik trinket|erlw","xF":{"ft":"loot"},"n":"Xen'drik Trinket"},{"id":15944,"c":4,"u":"azorius%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"azorius guild signet|ggr","m":"items/GGR/Azorius Guild Signet.webp","xF":{"ft":"equipment"},"n":"Azorius Guild Signet"},{"id":15945,"c":4,"u":"azorius%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"azorius keyrune|ggr","m":"items/GGR/Azorius Keyrune.webp","xF":{"ft":"equipment"},"n":"Azorius Keyrune"},{"id":15946,"c":4,"u":"boros%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"boros guild signet|ggr","m":"items/GGR/Boros Guild Signet.webp","xF":{"ft":"equipment"},"n":"Boros Guild Signet"},{"id":15947,"c":4,"u":"boros%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"boros keyrune|ggr","m":"items/GGR/Boros Keyrune.webp","xF":{"ft":"equipment"},"n":"Boros Keyrune"},{"id":15948,"c":4,"u":"copper%20alms-coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"copper alms-coin|ggr","xF":{"ft":"loot"},"n":"Copper Alms-Coin"},{"id":15949,"c":4,"u":"copper%20zib_ggr","p":9,"s":31,"h":1,"t":12,"uu":"copper zib|ggr","xF":{"ft":"loot"},"n":"Copper Zib"},{"id":15950,"c":4,"u":"dimir%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"dimir guild signet|ggr","m":"items/GGR/Dimir Guild Signet.webp","xF":{"ft":"equipment"},"n":"Dimir Guild Signet"},{"id":15951,"c":4,"u":"dimir%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"dimir keyrune|ggr","m":"items/GGR/Dimir Keyrune.webp","xF":{"ft":"equipment"},"n":"Dimir Keyrune"},{"id":15952,"c":4,"u":"electrum%2050-zib%20coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"electrum 50-zib coin|ggr","xF":{"ft":"loot"},"n":"Electrum 50-Zib Coin"},{"id":15953,"c":4,"u":"gold%205-zino%20coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"gold 5-zino coin|ggr","xF":{"ft":"loot"},"n":"Gold 5-Zino Coin"},{"id":15954,"c":4,"u":"gold%20zino_ggr","p":9,"s":31,"h":1,"t":12,"uu":"gold zino|ggr","xF":{"ft":"loot"},"n":"Gold Zino"},{"id":15955,"c":4,"u":"golgari%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"golgari guild signet|ggr","m":"items/GGR/Golgari Guild Signet.webp","xF":{"ft":"equipment"},"n":"Golgari Guild Signet"},{"id":15956,"c":4,"u":"golgari%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"golgari keyrune|ggr","m":"items/GGR/Golgari Keyrune.webp","xF":{"ft":"equipment"},"n":"Golgari Keyrune"},{"id":15957,"c":4,"u":"gruul%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"gruul guild signet|ggr","m":"items/GGR/Gruul Guild Signet.webp","xF":{"ft":"equipment"},"n":"Gruul Guild Signet"},{"id":15958,"c":4,"u":"gruul%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"gruul keyrune|ggr","m":"items/GGR/Gruul Keyrune.webp","xF":{"ft":"equipment"},"n":"Gruul Keyrune"},{"id":15959,"c":4,"u":"illusionist's%20bracers_ggr","p":178,"s":31,"h":1,"t":12,"uu":"illusionist's bracers|ggr","m":"items/GGR/Illusionist's Bracers.webp","xF":{"ft":"equipment"},"n":"Illusionist's Bracers"},{"id":15960,"c":4,"u":"izzet%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"izzet guild signet|ggr","m":"items/GGR/Izzet Guild Signet.webp","xF":{"ft":"equipment"},"n":"Izzet Guild Signet"},{"id":15961,"c":4,"u":"izzet%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"izzet keyrune|ggr","m":"items/GGR/Izzet Keyrune.webp","xF":{"ft":"equipment"},"n":"Izzet Keyrune"},{"id":15962,"c":4,"u":"mizzium%20apparatus_ggr","p":179,"s":31,"h":1,"t":12,"uu":"mizzium apparatus|ggr","m":"items/GGR/Mizzium Apparatus.webp","xF":{"ft":"equipment"},"n":"Mizzium Apparatus"},{"id":15963,"c":4,"u":"mizzium%20mortar_ggr","p":179,"s":31,"h":1,"t":12,"uu":"mizzium mortar|ggr","xF":{"ft":"equipment"},"n":"Mizzium Mortar"},{"id":15964,"c":4,"u":"moodmark%20paint_ggr","p":180,"s":31,"h":1,"t":12,"uu":"moodmark paint|ggr","m":"items/GGR/Moodmark Paint.webp","xF":{"ft":"equipment"},"n":"Moodmark Paint"},{"id":15965,"c":4,"u":"orzhov%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"orzhov guild signet|ggr","m":"items/GGR/Orzhov Guild Signet.webp","xF":{"ft":"equipment"},"n":"Orzhov Guild Signet"},{"id":15966,"c":4,"u":"orzhov%20keyrune_ggr","p":178,"s":31,"h":1,"t":12,"uu":"orzhov keyrune|ggr","m":"items/GGR/Orzhov Keyrune.webp","xF":{"ft":"equipment"},"n":"Orzhov Keyrune"},{"id":15967,"c":4,"u":"pariah's%20shield_ggr","p":180,"s":31,"h":1,"t":12,"uu":"pariah's shield|ggr","m":"items/GGR/Pariah's Shield.webp","xF":{"ft":"equipment"},"n":"Pariah's Shield"},{"id":15968,"c":4,"u":"peregrine%20mask_ggr","p":180,"s":31,"h":1,"t":12,"uu":"peregrine mask|ggr","m":"items/GGR/Peregrine Mask.webp","xF":{"ft":"equipment"},"n":"Peregrine Mask"},{"id":15969,"c":4,"u":"platinum%2010-zino%20coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"platinum 10-zino coin|ggr","xF":{"ft":"loot"},"n":"Platinum 10-Zino Coin"},{"id":15970,"c":4,"u":"platinum%20100-zino%20coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"platinum 100-zino coin|ggr","xF":{"ft":"loot"},"n":"Platinum 100-Zino Coin"},{"id":15971,"c":4,"u":"pyroconverger_ggr","p":180,"s":31,"h":1,"t":12,"uu":"pyroconverger|ggr","m":"items/GGR/Pyroconverger.webp","xF":{"ft":"equipment"},"n":"Pyroconverger"},{"id":15972,"c":4,"u":"rakdos%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"rakdos guild signet|ggr","m":"items/GGR/Rakdos Guild Signet.webp","xF":{"ft":"equipment"},"n":"Rakdos Guild Signet"},{"id":15973,"c":4,"u":"rakdos%20keyrune_ggr","p":178,"s":31,"h":1,"t":12,"uu":"rakdos keyrune|ggr","m":"items/GGR/Rakdos Keyrune.webp","xF":{"ft":"equipment"},"n":"Rakdos Keyrune"},{"id":15974,"c":4,"u":"rakdos%20riteknife_ggr","p":180,"s":31,"h":1,"t":12,"uu":"rakdos riteknife|ggr","m":"items/GGR/Rakdos Riteknife.webp","xF":{"ft":"weapon"},"n":"Rakdos Riteknife"},{"id":15975,"c":4,"u":"selesnya%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"selesnya guild signet|ggr","m":"items/GGR/Selesnya Guild Signet.webp","xF":{"ft":"equipment"},"n":"Selesnya Guild Signet"},{"id":15976,"c":4,"u":"selesnya%20keyrune_ggr","p":178,"s":31,"h":1,"t":12,"uu":"selesnya keyrune|ggr","m":"items/GGR/Selesnya Keyrune.webp","xF":{"ft":"equipment"},"n":"Selesnya Keyrune"},{"id":15977,"c":4,"u":"silver%2025-zib%20coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"silver 25-zib coin|ggr","xF":{"ft":"loot"},"n":"Silver 25-Zib Coin"},{"id":15978,"c":4,"u":"simic%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"simic guild signet|ggr","m":"items/GGR/Simic Guild Signet.webp","xF":{"ft":"equipment"},"n":"Simic Guild Signet"},{"id":15979,"c":4,"u":"simic%20keyrune_ggr","p":178,"s":31,"h":1,"t":12,"uu":"simic keyrune|ggr","m":"items/GGR/Simic Keyrune.webp","xF":{"ft":"equipment"},"n":"Simic Keyrune"},{"id":15980,"c":4,"u":"skyblinder%20staff_ggr","p":181,"s":31,"h":1,"t":12,"uu":"skyblinder staff|ggr","m":"items/GGR/Skyblinder Staff.webp","xF":{"ft":"weapon"},"n":"Skyblinder Staff"},{"id":15981,"c":4,"u":"spies'%20murmur_ggr","p":181,"s":31,"h":1,"t":12,"uu":"spies' murmur|ggr","xF":{"ft":"equipment"},"n":"Spies' Murmur"},{"id":15982,"c":4,"u":"sunforger_ggr","p":181,"s":31,"h":1,"t":12,"uu":"sunforger|ggr","m":"items/GGR/Sunforger.webp","xF":{"ft":"weapon"},"n":"Sunforger"},{"id":15983,"c":4,"u":"sword%20of%20the%20paruns_ggr","p":181,"s":31,"h":1,"t":12,"uu":"sword of the paruns|ggr","m":"items/GGR/Sword of the Paruns.webp","xF":{"ft":"weapon"},"n":"Sword of the Paruns"},{"id":15984,"c":4,"u":"voyager%20staff_ggr","p":181,"s":31,"h":1,"t":12,"uu":"voyager staff|ggr","xF":{"ft":"weapon"},"n":"Voyager Staff"},{"id":15985,"c":4,"u":"arcane%20oil_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"arcane oil|ghloe","xF":{"ft":"consumable"},"n":"Arcane Oil"},{"id":15986,"c":4,"u":"brazen%20armor_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"brazen armor|ghloe","xF":{"ft":"equipment"},"n":"Brazen Armor"},{"id":15987,"c":4,"u":"coat%20of%20lies_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"coat of lies|ghloe","xF":{"ft":"equipment"},"n":"Coat of Lies"},{"id":15988,"c":4,"u":"glass-studded%20armor_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"glass-studded armor|ghloe","xF":{"ft":"equipment"},"n":"Glass-Studded Armor"},{"id":15989,"c":4,"u":"knifewing%20cape_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"knifewing cape|ghloe","xF":{"ft":"equipment"},"n":"Knifewing Cape"},{"id":15990,"c":4,"u":"lindwyrm%20venom_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"lindwyrm venom|ghloe","xF":{"ft":"consumable"},"n":"Lindwyrm Venom"},{"id":15991,"c":4,"u":"lycanthropy%20antidote_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"lycanthropy antidote|ghloe","xF":{"ft":"consumable"},"n":"Lycanthropy Antidote"},{"id":15992,"c":4,"u":"ready%20gunk_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"ready gunk|ghloe","xF":{"ft":"equipment"},"n":"Ready Gunk"},{"id":15993,"c":4,"u":"wand%20of%20silence_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"wand of silence|ghloe","xF":{"ft":"consumable"},"n":"Wand of Silence"},{"id":15994,"c":4,"u":"charm%20of%20plant%20command_gos","p":229,"s":33,"h":1,"t":12,"uu":"charm of plant command|gos","xF":{"ft":"equipment"},"n":"Charm of Plant Command"},{"id":15995,"c":4,"u":"cursed%20luckstone_gos","p":229,"s":33,"h":1,"t":12,"uu":"cursed luckstone|gos","xF":{"ft":"equipment"},"n":"Cursed Luckstone"},{"id":15996,"c":4,"u":"helm%20of%20underwater%20action_gos","p":229,"s":33,"h":1,"t":12,"uu":"helm of underwater action|gos","xF":{"ft":"equipment"},"n":"Helm of Underwater Action"},{"id":15997,"c":4,"u":"pipe%20of%20remembrance_gos","p":229,"s":33,"h":1,"t":12,"uu":"pipe of remembrance|gos","xF":{"ft":"equipment"},"n":"Pipe of Remembrance"},{"id":15998,"c":4,"u":"pressure%20capsule_gos","p":229,"s":33,"h":1,"t":12,"uu":"pressure capsule|gos","xF":{"ft":"equipment"},"n":"Pressure Capsule"},{"id":15999,"c":4,"u":"sekolahian%20worshiping%20statuette_gos","p":229,"s":33,"h":1,"t":12,"uu":"sekolahian worshiping statuette|gos","xF":{"ft":"equipment"},"n":"Sekolahian Worshiping Statuette"},{"id":16000,"c":4,"u":"winter's%20dark%20bite_hftt","p":4,"s":34,"h":1,"dP":1,"t":12,"uu":"winter's dark bite|hftt","xF":{"ft":"weapon"},"n":"Winter's Dark Bite"},{"id":16001,"c":4,"u":"black%20dragon%20mask_hotdq","p":94,"s":36,"h":1,"t":12,"uu":"black dragon mask|hotdq","xF":{"ft":"equipment"},"n":"Black Dragon Mask"},{"id":16002,"c":4,"u":"dragongleam_hotdq","p":84,"s":36,"h":1,"t":12,"uu":"dragongleam|hotdq","xF":{"ft":"weapon"},"n":"Dragongleam"},{"id":16003,"c":4,"u":"hazirawn_hotdq","p":94,"s":36,"h":1,"t":12,"uu":"hazirawn|hotdq","xF":{"ft":"weapon"},"n":"Hazirawn"},{"id":16004,"c":4,"u":"insignia%20of%20claws_hotdq","p":94,"s":36,"h":1,"t":12,"uu":"insignia of claws|hotdq","xF":{"ft":"equipment"},"n":"Insignia of Claws"},{"id":16005,"c":4,"u":"tankard%20of%20plenty_hotdq","p":74,"s":36,"h":1,"t":12,"uu":"tankard of plenty|hotdq","xF":{"ft":"loot"},"n":"Tankard of Plenty"},{"id":16006,"c":4,"u":"wand%20of%20winter_hotdq","p":94,"s":36,"h":1,"t":12,"uu":"wand of winter|hotdq","m":"items/HotDQ/Wand of Winter.webp","xF":{"ft":"consumable"},"n":"Wand of Winter"},{"id":16007,"c":4,"u":"borealus_hwcs","p":213,"s":37,"h":1,"dP":1,"t":12,"uu":"borealus|hwcs","m":"items/HWCS/Borealus.webp","xF":{"ft":"weapon"},"n":"Borealus"},{"id":16008,"c":4,"u":"feathered%20helm_hwcs","p":213,"s":37,"h":1,"dP":1,"t":12,"uu":"feathered helm|hwcs","m":"items/HWCS/Feathered-Helm.webp","xF":{"ft":"equipment"},"n":"Feathered Helm"},{"id":16009,"c":4,"u":"necronomicon%20ex%20corvis_hwcs","p":213,"s":37,"h":1,"dP":1,"t":12,"uu":"necronomicon ex corvis|hwcs","m":"items/HWCS/Necronomicon-Ex-Corvis.webp","xF":{"ft":"equipment"},"n":"Necronomicon Ex Corvis"},{"id":16010,"c":4,"u":"nest%20charm_hwcs","p":214,"s":37,"h":1,"dP":1,"t":12,"uu":"nest charm|hwcs","m":"items/HWCS/Nest-Charm.webp","xF":{"ft":"equipment"},"n":"Nest Charm"},{"id":16011,"c":4,"u":"wing%20crest%20shield_hwcs","p":214,"s":37,"h":1,"dP":1,"t":12,"uu":"wing crest shield|hwcs","m":"items/HWCS/Wing-Crest-Shield.webp","xF":{"ft":"equipment"},"n":"Wing Crest Shield"},{"id":16012,"c":4,"u":"abracadabrus_idrotf","p":314,"s":38,"h":1,"t":12,"uu":"abracadabrus|idrotf","xF":{"ft":"equipment"},"n":"Abracadabrus"},{"id":16013,"c":4,"u":"axe%20beak_idrotf","p":20,"s":38,"h":1,"t":12,"uu":"axe beak|idrotf","m":"items/IDRotF/Axe Beak.webp","xF":{"ft":"loot"},"n":"Axe Beak"},{"id":16014,"c":4,"u":"cauldron%20of%20plenty_idrotf","p":314,"s":38,"h":1,"t":12,"uu":"cauldron of plenty|idrotf","xF":{"ft":"equipment"},"n":"Cauldron of Plenty"},{"id":16015,"c":4,"u":"clothing%2c%20cold%20weather_idrotf","p":20,"s":38,"h":1,"t":12,"uu":"clothing, cold weather|idrotf","xF":{"ft":"loot"},"n":"Clothing, cold weather"},{"id":16016,"c":4,"u":"crampons_idrotf","p":20,"s":38,"h":1,"t":12,"uu":"crampons|idrotf","xF":{"ft":"loot"},"n":"Crampons"},{"id":16017,"c":4,"u":"dogsled_idrotf","p":20,"s":38,"h":1,"t":12,"uu":"dogsled|idrotf","xF":{"ft":"loot"},"n":"Dogsled"},{"id":16018,"c":4,"u":"hook%20of%20fisher's%20delight_idrotf","p":314,"s":38,"h":1,"t":12,"uu":"hook of fisher's delight|idrotf","xF":{"ft":"equipment"},"n":"Hook of Fisher's Delight"},{"id":16019,"c":4,"u":"icewind%20dale%20trinket_idrotf","p":263,"s":38,"h":1,"t":12,"uu":"icewind dale trinket|idrotf","m":"items/IDRotF/Icewind Dale Trinket.webp","xF":{"ft":"loot"},"n":"Icewind Dale Trinket"},{"id":16020,"c":4,"u":"iron%20ball_idrotf","p":238,"s":38,"h":1,"t":12,"uu":"iron ball|idrotf","xF":{"ft":"weapon"},"n":"Iron Ball"},{"id":16021,"c":4,"u":"lantern%20of%20tracking_idrotf","p":314,"s":38,"h":1,"t":12,"uu":"lantern of tracking|idrotf","xF":{"ft":"equipment"},"n":"Lantern of Tracking"},{"id":16022,"c":4,"u":"orc%20stone_idrotf","p":264,"s":38,"h":1,"t":12,"uu":"orc stone|idrotf","xF":{"ft":"equipment"},"n":"Orc Stone"},{"id":16023,"c":4,"u":"professor%20skant_idrotf","p":315,"s":38,"h":1,"t":12,"uu":"professor skant|idrotf","xF":{"ft":"loot"},"n":"Professor Skant"},{"id":16024,"c":4,"u":"psi%20crystal_idrotf","p":315,"s":38,"h":1,"t":12,"uu":"psi crystal|idrotf","m":"items/IDRotF/Psi Crystal.webp","xF":{"ft":"equipment"},"n":"Psi Crystal"},{"id":16025,"c":4,"u":"scroll%20of%20tarrasque%20summoning_idrotf","p":315,"s":38,"h":1,"t":12,"uu":"scroll of tarrasque summoning|idrotf","xF":{"ft":"consumable"},"n":"Scroll of Tarrasque Summoning"},{"id":16026,"c":4,"u":"scroll%20of%20the%20comet_idrotf","p":315,"s":38,"h":1,"t":12,"uu":"scroll of the comet|idrotf","xF":{"ft":"consumable"},"n":"Scroll of the Comet"},{"id":16027,"c":4,"u":"shield%20guardian%20amulet_idrotf","p":149,"s":38,"h":1,"t":12,"uu":"shield guardian amulet|idrotf","m":"items/IDRotF/Shield Guardian Amulet.webp","xF":{"ft":"equipment"},"n":"Shield Guardian Amulet"},{"id":16028,"c":4,"u":"sled%20dog_idrotf","p":20,"s":38,"h":1,"t":12,"uu":"sled dog|idrotf","xF":{"ft":"loot"},"n":"Sled Dog"},{"id":16029,"c":4,"u":"snowshoes_idrotf","p":20,"s":38,"h":1,"t":12,"uu":"snowshoes|idrotf","xF":{"ft":"loot"},"n":"Snowshoes"},{"id":16030,"c":4,"u":"the%20codicil%20of%20white_idrotf","p":317,"s":38,"h":1,"t":12,"uu":"the codicil of white|idrotf","m":"items/IDRotF/The Codicil of White.webp","xF":{"ft":"equipment"},"n":"The Codicil of White"},{"id":16031,"c":4,"u":"the%20incantations%20of%20iriolarthas_idrotf","p":317,"s":38,"h":1,"t":12,"uu":"the incantations of iriolarthas|idrotf","m":"items/IDRotF/The Incantations of Iriolarthas.webp","xF":{"ft":"loot"},"n":"The Incantations of Iriolarthas"},{"id":16032,"c":4,"u":"thermal%20cube_idrotf","p":316,"s":38,"h":1,"t":12,"uu":"thermal cube|idrotf","xF":{"ft":"equipment"},"n":"Thermal Cube"},{"id":16033,"c":4,"u":"ythryn%20mythallar_idrotf","p":316,"s":38,"h":1,"t":12,"uu":"ythryn mythallar|idrotf","xF":{"ft":"equipment"},"n":"Ythryn Mythallar"},{"id":16034,"c":4,"u":"biza's%20breath_jttrc","p":70,"s":39,"h":1,"t":12,"uu":"biza's breath|jttrc","xF":{"ft":"consumable"},"n":"Biza's Breath"},{"id":16035,"c":4,"u":"black%20ghost%20orchid%20seed_jttrc","p":212,"s":39,"h":1,"t":12,"uu":"black ghost orchid seed|jttrc","xF":{"ft":"consumable"},"n":"Black Ghost Orchid Seed"},{"id":16036,"c":4,"u":"hammock%20of%20worlds_jttrc","p":214,"s":39,"h":1,"t":12,"uu":"hammock of worlds|jttrc","m":"items/JttRC/Hammock of Worlds.webp","xF":{"ft":"equipment"},"n":"Hammock of Worlds"},{"id":16037,"c":4,"u":"lesser%20hammock%20of%20worlds_jttrc","p":214,"s":39,"h":1,"t":12,"uu":"lesser hammock of worlds|jttrc","m":"items/JttRC/Hammock of Worlds.webp","xF":{"ft":"equipment"},"n":"Lesser Hammock of Worlds"},{"id":16038,"c":4,"u":"white%20ghost%20orchid%20seed_jttrc","p":212,"s":39,"h":1,"t":12,"uu":"white ghost orchid seed|jttrc","xF":{"ft":"consumable"},"n":"White Ghost Orchid Seed"},{"id":16039,"c":4,"u":"book%20of%20vile%20darkness%20(variant)_kftgv","p":207,"s":40,"h":1,"t":12,"uu":"book of vile darkness (variant)|kftgv","m":"items/DMG/Book of Vile Darkness.webp","xF":{"ft":"loot"},"n":"Book of Vile Darkness (Variant)"},{"id":16040,"c":4,"u":"constantori's%20portrait_kftgv","p":101,"s":40,"h":1,"t":12,"uu":"constantori's portrait|kftgv","m":"items/KftGV/Constantoris Portrait.webp","xF":{"ft":"equipment"},"n":"Constantori's Portrait"},{"id":16041,"c":4,"u":"shard%20of%20xeluan_kftgv","p":134,"s":40,"h":1,"t":12,"uu":"shard of xeluan|kftgv","m":"items/KftGV/Shard of Xeluan.webp","xF":{"ft":"equipment"},"n":"Shard of Xeluan"},{"id":16042,"c":4,"u":"shard%20solitaire%20(black%20sapphire)_kftgv","p":193,"s":40,"h":1,"t":12,"uu":"shard solitaire (black sapphire)|kftgv","m":"items/KftGV/Shard Solitaire.webp","xF":{"ft":"equipment"},"n":"Shard Solitaire (Black Sapphire)"},{"id":16043,"c":4,"u":"shard%20solitaire%20(diamond)_kftgv","p":193,"s":40,"h":1,"t":12,"uu":"shard solitaire (diamond)|kftgv","m":"items/KftGV/Shard Solitaire.webp","xF":{"ft":"equipment"},"n":"Shard Solitaire (Diamond)"},{"id":16044,"c":4,"u":"shard%20solitaire%20(jacinth)_kftgv","p":193,"s":40,"h":1,"t":12,"uu":"shard solitaire (jacinth)|kftgv","m":"items/KftGV/Shard Solitaire.webp","xF":{"ft":"equipment"},"n":"Shard Solitaire (Jacinth)"},{"id":16045,"c":4,"u":"shard%20solitaire%20(rainbow%20pearl)_kftgv","p":193,"s":40,"h":1,"t":12,"uu":"shard solitaire (rainbow pearl)|kftgv","m":"items/KftGV/Shard Solitaire.webp","xF":{"ft":"equipment"},"n":"Shard Solitaire (Rainbow Pearl)"},{"id":16046,"c":4,"u":"shard%20solitaire%20(ruby)_kftgv","p":193,"s":40,"h":1,"t":12,"uu":"shard solitaire (ruby)|kftgv","m":"items/KftGV/Shard Solitaire.webp","xF":{"ft":"equipment"},"n":"Shard Solitaire (Ruby)"},{"id":16047,"c":4,"u":"dragonguard_lmop","p":48,"s":42,"h":1,"t":12,"uu":"dragonguard|lmop","xF":{"ft":"equipment"},"n":"Dragonguard"},{"id":16048,"c":4,"u":"hew_lmop","p":33,"s":42,"h":1,"t":12,"uu":"hew|lmop","xF":{"ft":"weapon"},"n":"Hew"},{"id":16049,"c":4,"u":"lightbringer_lmop","p":48,"s":42,"h":1,"t":12,"uu":"lightbringer|lmop","xF":{"ft":"weapon"},"n":"Lightbringer"},{"id":16050,"c":4,"u":"spider%20staff_lmop","p":53,"s":42,"h":1,"t":12,"uu":"spider staff|lmop","xF":{"ft":"weapon"},"n":"Spider Staff"},{"id":16051,"c":4,"u":"staff%20of%20defense_lmop","p":53,"s":42,"h":1,"t":12,"uu":"staff of defense|lmop","xF":{"ft":"weapon"},"n":"Staff of Defense"},{"id":16052,"c":4,"u":"keg%20of%20alchemist's%20fire_lox","p":35,"s":43,"h":1,"t":12,"uu":"keg of alchemist's fire|lox","xF":{"ft":"loot"},"n":"Keg of Alchemist's Fire"},{"id":16053,"c":4,"u":"hag%20eye_mm","p":177,"s":45,"h":1,"t":12,"uu":"hag eye|mm","xF":{"ft":"loot"},"n":"Hag Eye"},{"id":16054,"c":4,"u":"heartstone_mm","p":179,"s":45,"h":1,"t":12,"uu":"heartstone|mm","xF":{"ft":"loot"},"n":"Heartstone"},{"id":16055,"c":4,"u":"master's%20amulet_mm","p":271,"s":45,"h":1,"t":12,"uu":"master's amulet|mm","xF":{"ft":"loot"},"n":"Master's Amulet"},{"id":16056,"c":4,"u":"soul%20bag_mm","p":179,"s":45,"h":1,"t":12,"uu":"soul bag|mm","xF":{"ft":"loot"},"n":"Soul Bag"},{"id":16057,"c":4,"u":"akmon%2c%20hammer%20of%20purphoros_mot","p":198,"s":46,"h":1,"t":12,"uu":"akmon, hammer of purphoros|mot","m":"items/MOT/Akmon, Hammer of Purphoros.webp","xF":{"ft":"weapon"},"n":"Akmon, Hammer of Purphoros"},{"id":16058,"c":4,"u":"dekella%2c%20bident%20of%20thassa_mot","p":199,"s":46,"h":1,"t":12,"uu":"dekella, bident of thassa|mot","m":"items/MOT/Dekella, Bident of Thassa.webp","xF":{"ft":"weapon"},"n":"Dekella, Bident of Thassa"},{"id":16059,"c":4,"u":"ephixis%2c%20bow%20of%20nylea_mot","p":200,"s":46,"h":1,"t":12,"uu":"ephixis, bow of nylea|mot","m":"items/MOT/Ephixis, Bow of Nylea.webp","xF":{"ft":"weapon"},"n":"Ephixis, Bow of Nylea"},{"id":16060,"c":4,"u":"flying%20chariot_mot","p":196,"s":46,"h":1,"t":12,"uu":"flying chariot|mot","m":"items/MOT/Flying Chariot.webp","xF":{"ft":"equipment"},"n":"Flying Chariot"},{"id":16061,"c":4,"u":"helm%20of%20the%20gods_mot","p":196,"s":46,"h":1,"t":12,"uu":"helm of the gods|mot","xF":{"ft":"equipment"},"n":"Helm of the Gods"},{"id":16062,"c":4,"u":"khrusor%2c%20spear%20of%20heliod_mot","p":200,"s":46,"h":1,"t":12,"uu":"khrusor, spear of heliod|mot","m":"items/MOT/Khrusor, Spear of Heliod.webp","xF":{"ft":"weapon"},"n":"Khrusor, Spear of Heliod"},{"id":16063,"c":4,"u":"mastix%2c%20whip%20of%20erebos_mot","p":201,"s":46,"h":1,"t":12,"uu":"mastix, whip of erebos|mot","m":"items/MOT/Mastix, Whip of Erebos.webp","xF":{"ft":"weapon"},"n":"Mastix, Whip of Erebos"},{"id":16064,"c":4,"u":"potion%20of%20aqueous%20form_mot","p":197,"s":46,"h":1,"t":12,"uu":"potion of aqueous form|mot","xF":{"ft":"consumable"},"n":"Potion of Aqueous Form"},{"id":16065,"c":4,"u":"pyxis%20of%20pandemonium_mot","p":197,"s":46,"h":1,"t":12,"uu":"pyxis of pandemonium|mot","m":"items/MOT/Pyxis of Pandemonium.webp","xF":{"ft":"equipment"},"n":"Pyxis of Pandemonium"},{"id":16066,"c":4,"u":"siren%20song%20lyre_mot","p":198,"s":46,"h":1,"t":12,"uu":"siren song lyre|mot","xF":{"ft":"tool"},"n":"Siren Song Lyre"},{"id":16067,"c":4,"u":"sling%20bullets%20of%20althemone_mot","p":198,"s":46,"h":1,"t":12,"uu":"sling bullets of althemone|mot","xF":{"ft":"consumable"},"n":"Sling Bullets of Althemone"},{"id":16068,"c":4,"u":"two-birds%20sling_mot","p":198,"s":46,"h":1,"t":12,"uu":"two-birds sling|mot","xF":{"ft":"weapon"},"n":"Two-Birds Sling"},{"id":16069,"c":4,"u":"elven%20trinket_mtf","p":64,"s":48,"h":1,"t":12,"uu":"elven trinket|mtf","xF":{"ft":"loot"},"n":"Elven Trinket"},{"id":16070,"c":4,"u":"greater%20silver%20sword_mtf","p":89,"s":48,"h":1,"t":12,"uu":"greater silver sword|mtf","m":"items/MTF/Greater Silver Sword.webp","xF":{"ft":"weapon"},"n":"Greater Silver Sword"},{"id":16071,"c":4,"u":"infernal%20tack_mtf","p":167,"s":48,"h":1,"t":12,"uu":"infernal tack|mtf","xF":{"ft":"equipment"},"n":"Infernal Tack"},{"id":16072,"c":4,"u":"silver%20sword_mtf","p":89,"s":48,"h":1,"t":12,"uu":"silver sword|mtf","xF":{"ft":"weapon"},"n":"Silver Sword"},{"id":16073,"c":4,"u":"dawnbringer_oota","p":222,"s":49,"h":1,"t":12,"uu":"dawnbringer|oota","m":"items/OotA/Dawnbringer.webp","xF":{"ft":"weapon"},"n":"Dawnbringer"},{"id":16074,"c":4,"u":"gravenhollow%20compass%20ring_oota","p":141,"s":49,"h":1,"t":12,"uu":"gravenhollow compass ring|oota","xF":{"ft":"loot"},"n":"Gravenhollow Compass Ring"},{"id":16075,"c":4,"u":"piwafwi%20(cloak%20of%20elvenkind)_oota","p":222,"s":49,"h":1,"t":12,"uu":"piwafwi (cloak of elvenkind)|oota","m":"items/OotA/Piwafwi (Cloak of Elvenkind).webp","xF":{"ft":"equipment"},"n":"Piwafwi (Cloak of Elvenkind)"},{"id":16076,"c":4,"u":"piwafwi%20of%20fire%20resistance_oota","p":222,"s":49,"h":1,"t":12,"uu":"piwafwi of fire resistance|oota","xF":{"ft":"equipment"},"n":"Piwafwi of Fire Resistance"},{"id":16077,"c":4,"u":"spell%20gem%20(amber)_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem (amber)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Amber)"},{"id":16078,"c":4,"u":"spell%20gem%20(bloodstone)_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem (bloodstone)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Bloodstone)"},{"id":16079,"c":4,"u":"spell%20gem%20(diamond)_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem (diamond)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Diamond)"},{"id":16080,"c":4,"u":"spell%20gem%20(jade)_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem (jade)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Jade)"},{"id":16081,"c":4,"u":"spell%20gem%20(lapis%20lazuli)_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem (lapis lazuli)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Lapis lazuli)"},{"id":16082,"c":4,"u":"spell%20gem%20(obsidian)_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem (obsidian)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Obsidian)"},{"id":16083,"c":4,"u":"spell%20gem%20(quartz)_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem (quartz)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Quartz)"},{"id":16084,"c":4,"u":"spell%20gem%20(ruby)_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem (ruby)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Ruby)"},{"id":16085,"c":4,"u":"spell%20gem%20(star%20ruby)_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem (star ruby)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Star ruby)"},{"id":16086,"c":4,"u":"spell%20gem%20(topaz)_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem (topaz)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Topaz)"},{"id":16087,"c":4,"u":"stonespeaker%20crystal_oota","p":223,"s":49,"h":1,"t":12,"uu":"stonespeaker crystal|oota","m":"items/OotA/Stonespeaker Crystal.webp","xF":{"ft":"equipment"},"n":"Stonespeaker Crystal"},{"id":16088,"c":4,"u":"wand%20of%20viscid%20globs_oota","p":223,"s":49,"h":1,"t":12,"uu":"wand of viscid globs|oota","xF":{"ft":"consumable"},"n":"Wand of Viscid Globs"},{"id":16089,"c":4,"u":"bracers%20of%20celerity_pabtso","p":217,"s":51,"h":1,"t":12,"uu":"bracers of celerity|pabtso","xF":{"ft":"equipment"},"n":"Bracers of Celerity"},{"id":16090,"c":4,"u":"cape%20of%20enlargement_pabtso","p":217,"s":51,"h":1,"t":12,"uu":"cape of enlargement|pabtso","xF":{"ft":"equipment"},"n":"Cape of Enlargement"},{"id":16091,"c":4,"u":"dragonguard_pabtso","p":72,"s":51,"h":1,"t":12,"uu":"dragonguard|pabtso","xF":{"ft":"equipment"},"n":"Dragonguard"},{"id":16092,"c":4,"u":"flayer%20slayer_pabtso","p":217,"s":51,"h":1,"t":12,"uu":"flayer slayer|pabtso","xF":{"ft":"weapon"},"n":"Flayer Slayer"},{"id":16093,"c":4,"u":"hew_pabtso","p":54,"s":51,"h":1,"t":12,"uu":"hew|pabtso","xF":{"ft":"weapon"},"n":"Hew"},{"id":16094,"c":4,"u":"lightbringer_pabtso","p":72,"s":51,"h":1,"t":12,"uu":"lightbringer|pabtso","xF":{"ft":"weapon"},"n":"Lightbringer"},{"id":16095,"c":4,"u":"luminous%20war%20pick_pabtso","p":217,"s":51,"h":1,"t":12,"uu":"luminous war pick|pabtso","m":"items/PaBTSO/Luminous War Pick.webp","xF":{"ft":"weapon"},"n":"Luminous War Pick"},{"id":16096,"c":4,"u":"mind%20crystal%20(careful)_pabtso","p":218,"s":51,"h":1,"t":12,"uu":"mind crystal (careful)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Careful)"},{"id":16097,"c":4,"u":"mind%20crystal%20(distant)_pabtso","p":218,"s":51,"h":1,"t":12,"uu":"mind crystal (distant)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Distant)"},{"id":16098,"c":4,"u":"mind%20crystal%20(empowered)_pabtso","p":218,"s":51,"h":1,"t":12,"uu":"mind crystal (empowered)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Empowered)"},{"id":16099,"c":4,"u":"mind%20crystal%20(extended)_pabtso","p":218,"s":51,"h":1,"t":12,"uu":"mind crystal (extended)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Extended)"},{"id":16100,"c":4,"u":"mind%20crystal%20(heightened)_pabtso","p":218,"s":51,"h":1,"t":12,"uu":"mind crystal (heightened)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Heightened)"},{"id":16101,"c":4,"u":"mind%20crystal%20(quickened)_pabtso","p":218,"s":51,"h":1,"t":12,"uu":"mind crystal (quickened)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Quickened)"},{"id":16102,"c":4,"u":"mind%20crystal%20(subtle)_pabtso","p":218,"s":51,"h":1,"t":12,"uu":"mind crystal (subtle)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Subtle)"},{"id":16103,"c":4,"u":"mindblasting%20cap_pabtso","p":218,"s":51,"h":1,"t":12,"uu":"mindblasting cap|pabtso","xF":{"ft":"equipment"},"n":"Mindblasting Cap"},{"id":16104,"c":4,"u":"mindguard%20crown_pabtso","p":218,"s":51,"h":1,"t":12,"uu":"mindguard crown|pabtso","m":"items/PaBTSO/Mindguard Crown.webp","xF":{"ft":"equipment"},"n":"Mindguard Crown"},{"id":16105,"c":4,"u":"mudslick%20tower_pabtso","p":219,"s":51,"h":1,"t":12,"uu":"mudslick tower|pabtso","m":"items/PaBTSO/Mudslick Tower.webp","xF":{"ft":"equipment"},"n":"Mudslick Tower"},{"id":16106,"c":4,"u":"netherese%20ring%20of%20protection_pabtso","p":50,"s":51,"h":1,"t":12,"uu":"netherese ring of protection|pabtso","xF":{"ft":"equipment"},"n":"Netherese Ring of Protection"},{"id":16107,"c":4,"u":"potion%20of%20psionic%20fortitude_pabtso","p":219,"s":51,"h":1,"t":12,"uu":"potion of psionic fortitude|pabtso","xF":{"ft":"consumable"},"n":"Potion of Psionic Fortitude"},{"id":16108,"c":4,"u":"ring%20of%20the%20orator_pabtso","p":219,"s":51,"h":1,"t":12,"uu":"ring of the orator|pabtso","m":"items/PaBTSO/Ring of the Orator.webp","xF":{"ft":"equipment"},"n":"Ring of the Orator"},{"id":16109,"c":4,"u":"spider%20staff_pabtso","p":220,"s":51,"h":1,"t":12,"uu":"spider staff|pabtso","xF":{"ft":"weapon"},"n":"Spider Staff"},{"id":16110,"c":4,"u":"staff%20of%20defense_pabtso","p":220,"s":51,"h":1,"t":12,"uu":"staff of defense|pabtso","xF":{"ft":"weapon"},"n":"Staff of Defense"},{"id":16111,"c":4,"u":"statuette%20of%20augury_pabtso","p":62,"s":51,"h":1,"t":12,"uu":"statuette of augury|pabtso","xF":{"ft":"equipment"},"n":"Statuette of Augury"},{"id":16112,"c":4,"u":"abacus_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"abacus|phb","xF":{"ft":"loot"},"n":"Abacus"},{"id":16113,"c":4,"u":"acid%20(vial)_phb","p":148,"s":52,"h":1,"r":1,"t":12,"uu":"acid (vial)|phb","xF":{"ft":"consumable"},"n":"Acid (vial)"},{"id":16114,"c":4,"u":"alchemist's%20fire%20(flask)_phb","p":148,"s":52,"h":1,"r":1,"t":12,"uu":"alchemist's fire (flask)|phb","xF":{"ft":"consumable"},"n":"Alchemist's Fire (flask)"},{"id":16115,"c":4,"u":"alchemist's%20supplies_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"alchemist's supplies|phb","xF":{"ft":"tool"},"n":"Alchemist's Supplies"},{"id":16116,"c":4,"u":"ale%20(gallon)_phb","p":158,"s":52,"h":1,"r":1,"t":12,"uu":"ale (gallon)|phb","xF":{"ft":"consumable"},"n":"Ale (gallon)"},{"id":16117,"c":4,"u":"ale%20(mug)_phb","p":158,"s":52,"h":1,"r":1,"t":12,"uu":"ale (mug)|phb","xF":{"ft":"consumable"},"n":"Ale (mug)"},{"id":16118,"c":4,"u":"amulet_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"amulet|phb","xF":{"ft":"equipment"},"n":"Amulet"},{"id":16119,"c":4,"u":"antitoxin%20(vial)_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"antitoxin (vial)|phb","xF":{"ft":"consumable"},"n":"Antitoxin (vial)"},{"id":16120,"c":4,"u":"backpack_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"backpack|phb","xF":{"ft":"container"},"n":"Backpack"},{"id":16121,"c":4,"u":"ball%20bearing_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"ball bearing|phb","xF":{"ft":"loot"},"n":"Ball Bearing"},{"id":16122,"c":4,"u":"ball%20bearings%20(bag%20of%201%2c000)_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"ball bearings (bag of 1,000)|phb","xF":{"ft":"loot"},"n":"Ball Bearings (bag of 1,000)"},{"id":16123,"c":4,"u":"barrel_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"barrel|phb","xF":{"ft":"loot"},"n":"Barrel"},{"id":16124,"c":4,"u":"basic%20poison%20(vial)_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"basic poison (vial)|phb","xF":{"ft":"consumable"},"n":"Basic Poison (vial)"},{"id":16125,"c":4,"u":"basket_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"basket|phb","xF":{"ft":"container"},"n":"Basket"},{"id":16126,"c":4,"u":"bedroll_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"bedroll|phb","xF":{"ft":"loot"},"n":"Bedroll"},{"id":16127,"c":4,"u":"bell_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"bell|phb","xF":{"ft":"loot"},"n":"Bell"},{"id":16128,"c":4,"u":"bit%20and%20bridle_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"bit and bridle|phb","xF":{"ft":"loot"},"n":"Bit and bridle"},{"id":16129,"c":4,"u":"blanket_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"blanket|phb","xF":{"ft":"loot"},"n":"Blanket"},{"id":16130,"c":4,"u":"block%20and%20tackle_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"block and tackle|phb","xF":{"ft":"loot"},"n":"Block and Tackle"},{"id":16131,"c":4,"u":"book_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"book|phb","xF":{"ft":"loot"},"n":"Book"},{"id":16132,"c":4,"u":"brewer's%20supplies_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"brewer's supplies|phb","xF":{"ft":"tool"},"n":"Brewer's Supplies"},{"id":16133,"c":4,"u":"bucket_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"bucket|phb","xF":{"ft":"loot"},"n":"Bucket"},{"id":16134,"c":4,"u":"bullseye%20lantern_phb","p":152,"s":52,"h":1,"r":1,"t":12,"uu":"bullseye lantern|phb","xF":{"ft":"loot"},"n":"Bullseye Lantern"},{"id":16135,"c":4,"u":"burglar's%20pack_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"burglar's pack|phb","xF":{"ft":"loot"},"n":"Burglar's Pack"},{"id":16136,"c":4,"u":"calligrapher's%20supplies_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"calligrapher's supplies|phb","xF":{"ft":"tool"},"n":"Calligrapher's Supplies"},{"id":16137,"c":4,"u":"caltrop_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"caltrop|phb","xF":{"ft":"loot"},"n":"Caltrop"},{"id":16138,"c":4,"u":"caltrops%20(bag%20of%2020)_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"caltrops (bag of 20)|phb","xF":{"ft":"loot"},"n":"Caltrops (bag of 20)"},{"id":16139,"c":4,"u":"camel_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"camel|phb","xF":{"ft":"loot"},"n":"Camel"},{"id":16140,"c":4,"u":"candle_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"candle|phb","xF":{"ft":"loot"},"n":"Candle"},{"id":16141,"c":4,"u":"canvas%20(1%20sq.%20yd.)_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"canvas (1 sq. yd.)|phb","xF":{"ft":"loot"},"n":"Canvas (1 sq. yd.)"},{"id":16142,"c":4,"u":"carpenter's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"carpenter's tools|phb","xF":{"ft":"tool"},"n":"Carpenter's Tools"},{"id":16143,"c":4,"u":"carriage_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"carriage|phb","xF":{"ft":"loot"},"n":"Carriage"},{"id":16144,"c":4,"u":"cart_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"cart|phb","xF":{"ft":"loot"},"n":"Cart"},{"id":16145,"c":4,"u":"cartographer's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"cartographer's tools|phb","xF":{"ft":"tool"},"n":"Cartographer's Tools"},{"id":16146,"c":4,"u":"chain%20(10%20feet)_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"chain (10 feet)|phb","xF":{"ft":"loot"},"n":"Chain (10 feet)"},{"id":16147,"c":4,"u":"chalk%20(1%20piece)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"chalk (1 piece)|phb","xF":{"ft":"loot"},"n":"Chalk (1 piece)"},{"id":16148,"c":4,"u":"chariot_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"chariot|phb","xF":{"ft":"loot"},"n":"Chariot"},{"id":16149,"c":4,"u":"chest_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"chest|phb","xF":{"ft":"container"},"n":"Chest"},{"id":16150,"c":4,"u":"chicken_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"chicken|phb","xF":{"ft":"loot"},"n":"Chicken"},{"id":16151,"c":4,"u":"chunk%20of%20meat_phb","p":158,"s":52,"h":1,"r":1,"t":12,"uu":"chunk of meat|phb","xF":{"ft":"consumable"},"n":"Chunk of Meat"},{"id":16152,"c":4,"u":"cinnamon_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"cinnamon|phb","xF":{"ft":"loot"},"n":"Cinnamon"},{"id":16153,"c":4,"u":"climber's%20kit_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"climber's kit|phb","xF":{"ft":"loot"},"n":"Climber's Kit"},{"id":16154,"c":4,"u":"cloves_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"cloves|phb","xF":{"ft":"loot"},"n":"Cloves"},{"id":16155,"c":4,"u":"cobbler's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"cobbler's tools|phb","xF":{"ft":"tool"},"n":"Cobbler's Tools"},{"id":16156,"c":4,"u":"common%20clothes_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"common clothes|phb","xF":{"ft":"loot"},"n":"Common Clothes"},{"id":16157,"c":4,"u":"common%20wine%20(pitcher)_phb","p":158,"s":52,"h":1,"r":1,"t":12,"uu":"common wine (pitcher)|phb","xF":{"ft":"consumable"},"n":"Common Wine (pitcher)"},{"id":16158,"c":4,"u":"component%20pouch_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"component pouch|phb","xF":{"ft":"loot"},"n":"Component Pouch"},{"id":16159,"c":4,"u":"cook's%20utensils_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"cook's utensils|phb","xF":{"ft":"tool"},"n":"Cook's Utensils"},{"id":16160,"c":4,"u":"copper_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"copper|phb","xF":{"ft":"loot"},"n":"Copper"},{"id":16161,"c":4,"u":"copper%20(cp)_phb","p":143,"s":52,"h":1,"t":12,"uu":"copper (cp)|phb","m":"items/PHB/Copper (cp).webp","xF":{"ft":"loot"},"n":"Copper (cp)"},{"id":16162,"c":4,"u":"costume%20clothes_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"costume clothes|phb","xF":{"ft":"loot"},"n":"Costume Clothes"},{"id":16163,"c":4,"u":"cotton%20cloth%20(1%20sq.%20yd.)_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"cotton cloth (1 sq. yd.)|phb","xF":{"ft":"loot"},"n":"Cotton Cloth (1 sq. yd.)"},{"id":16164,"c":4,"u":"cow_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"cow|phb","xF":{"ft":"loot"},"n":"Cow"},{"id":16165,"c":4,"u":"crossbow%20bolt%20case_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"crossbow bolt case|phb","xF":{"ft":"container"},"n":"Crossbow Bolt Case"},{"id":16166,"c":4,"u":"crowbar_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"crowbar|phb","xF":{"ft":"loot"},"n":"Crowbar"},{"id":16167,"c":4,"u":"dice%20set_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"dice set|phb","xF":{"ft":"tool"},"n":"Dice Set"},{"id":16168,"c":4,"u":"diplomat's%20pack_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"diplomat's pack|phb","xF":{"ft":"loot"},"n":"Diplomat's Pack"},{"id":16169,"c":4,"u":"disguise%20kit_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"disguise kit|phb","xF":{"ft":"tool"},"n":"Disguise Kit"},{"id":16170,"c":4,"u":"donkey_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"donkey|phb","xF":{"ft":"loot"},"n":"Donkey"},{"id":16171,"c":4,"u":"draft%20horse_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"draft horse|phb","xF":{"ft":"loot"},"n":"Draft Horse"},{"id":16172,"c":4,"u":"dragonchess%20set_phb","p":154,"s":52,"h":1,"t":12,"uu":"dragonchess set|phb","xF":{"ft":"tool"},"n":"Dragonchess Set"},{"id":16173,"c":4,"u":"dungeoneer's%20pack_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"dungeoneer's pack|phb","xF":{"ft":"loot"},"n":"Dungeoneer's Pack"},{"id":16174,"c":4,"u":"electrum%20(ep)_phb","p":143,"s":52,"h":1,"t":12,"uu":"electrum (ep)|phb","m":"items/PHB/Electrum (ep).webp","xF":{"ft":"loot"},"n":"Electrum (ep)"},{"id":16175,"c":4,"u":"elephant_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"elephant|phb","xF":{"ft":"loot"},"n":"Elephant"},{"id":16176,"c":4,"u":"emblem_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"emblem|phb","xF":{"ft":"equipment"},"n":"Emblem"},{"id":16177,"c":4,"u":"entertainer's%20pack_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"entertainer's pack|phb","xF":{"ft":"loot"},"n":"Entertainer's Pack"},{"id":16178,"c":4,"u":"exotic%20saddle_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"exotic saddle|phb","xF":{"ft":"loot"},"n":"Exotic Saddle"},{"id":16179,"c":4,"u":"explorer's%20pack_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"explorer's pack|phb","xF":{"ft":"loot"},"n":"Explorer's Pack"},{"id":16180,"c":4,"u":"feed%20(per%20day)_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"feed (per day)|phb","xF":{"ft":"loot"},"n":"Feed (per day)"},{"id":16181,"c":4,"u":"fine%20clothes_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"fine clothes|phb","xF":{"ft":"loot"},"n":"Fine Clothes"},{"id":16182,"c":4,"u":"fine%20wine%20(bottle)_phb","p":158,"s":52,"h":1,"r":1,"t":12,"uu":"fine wine (bottle)|phb","xF":{"ft":"consumable"},"n":"Fine Wine (bottle)"},{"id":16183,"c":4,"u":"fishing%20tackle_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"fishing tackle|phb","xF":{"ft":"loot"},"n":"Fishing Tackle"},{"id":16184,"c":4,"u":"flask_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"flask|phb","xF":{"ft":"loot"},"n":"Flask"},{"id":16185,"c":4,"u":"flour_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"flour|phb","xF":{"ft":"loot"},"n":"Flour"},{"id":16186,"c":4,"u":"forgery%20kit_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"forgery kit|phb","xF":{"ft":"tool"},"n":"Forgery Kit"},{"id":16187,"c":4,"u":"ginger_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"ginger|phb","xF":{"ft":"loot"},"n":"Ginger"},{"id":16188,"c":4,"u":"glass%20bottle_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"glass bottle|phb","xF":{"ft":"loot"},"n":"Glass Bottle"},{"id":16189,"c":4,"u":"glassblower's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"glassblower's tools|phb","xF":{"ft":"tool"},"n":"Glassblower's Tools"},{"id":16190,"c":4,"u":"goat_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"goat|phb","xF":{"ft":"loot"},"n":"Goat"},{"id":16191,"c":4,"u":"gold_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"gold|phb","xF":{"ft":"loot"},"n":"Gold"},{"id":16192,"c":4,"u":"gold%20(gp)_phb","p":143,"s":52,"h":1,"t":12,"uu":"gold (gp)|phb","m":"items/PHB/Gold (gp).webp","xF":{"ft":"loot"},"n":"Gold (gp)"},{"id":16193,"c":4,"u":"grappling%20hook_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"grappling hook|phb","xF":{"ft":"loot"},"n":"Grappling Hook"},{"id":16194,"c":4,"u":"hammer_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"hammer|phb","xF":{"ft":"loot"},"n":"Hammer"},{"id":16195,"c":4,"u":"healer's%20kit_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"healer's kit|phb","m":"items/PHB/Healer's Kit.webp","xF":{"ft":"loot"},"n":"Healer's Kit"},{"id":16196,"c":4,"u":"hempen%20rope%20(50%20feet)_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"hempen rope (50 feet)|phb","xF":{"ft":"loot"},"n":"Hempen Rope (50 feet)"},{"id":16197,"c":4,"u":"herbalism%20kit_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"herbalism kit|phb","xF":{"ft":"tool"},"n":"Herbalism Kit"},{"id":16198,"c":4,"u":"holy%20water%20(flask)_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"holy water (flask)|phb","xF":{"ft":"consumable"},"n":"Holy Water (flask)"},{"id":16199,"c":4,"u":"hooded%20lantern_phb","p":152,"s":52,"h":1,"r":1,"t":12,"uu":"hooded lantern|phb","xF":{"ft":"loot"},"n":"Hooded Lantern"},{"id":16200,"c":4,"u":"hourglass_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"hourglass|phb","xF":{"ft":"loot"},"n":"Hourglass"},{"id":16201,"c":4,"u":"hunk%20of%20cheese_phb","p":158,"s":52,"h":1,"r":1,"t":12,"uu":"hunk of cheese|phb","xF":{"ft":"consumable"},"n":"Hunk of Cheese"},{"id":16202,"c":4,"u":"hunting%20trap_phb","p":152,"s":52,"h":1,"r":1,"t":12,"uu":"hunting trap|phb","xF":{"ft":"loot"},"n":"Hunting Trap"},{"id":16203,"c":4,"u":"ink%20(1-ounce%20bottle)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"ink (1-ounce bottle)|phb","xF":{"ft":"loot"},"n":"Ink (1-ounce bottle)"},{"id":16204,"c":4,"u":"ink%20pen_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"ink pen|phb","xF":{"ft":"loot"},"n":"Ink Pen"},{"id":16205,"c":4,"u":"iron_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"iron|phb","xF":{"ft":"loot"},"n":"Iron"},{"id":16206,"c":4,"u":"iron%20pot_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"iron pot|phb","xF":{"ft":"loot"},"n":"Iron Pot"},{"id":16207,"c":4,"u":"iron%20spike_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"iron spike|phb","xF":{"ft":"loot"},"n":"Iron Spike"},{"id":16208,"c":4,"u":"iron%20spikes%20(10)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"iron spikes (10)|phb","xF":{"ft":"loot"},"n":"Iron Spikes (10)"},{"id":16209,"c":4,"u":"jeweler's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"jeweler's tools|phb","xF":{"ft":"tool"},"n":"Jeweler's Tools"},{"id":16210,"c":4,"u":"jug_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"jug|phb","xF":{"ft":"loot"},"n":"Jug"},{"id":16211,"c":4,"u":"ladder%20(10-foot)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"ladder (10-foot)|phb","xF":{"ft":"loot"},"n":"Ladder (10-foot)"},{"id":16212,"c":4,"u":"lamp_phb","p":152,"s":52,"h":1,"r":1,"t":12,"uu":"lamp|phb","xF":{"ft":"loot"},"n":"Lamp"},{"id":16213,"c":4,"u":"leatherworker's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"leatherworker's tools|phb","xF":{"ft":"tool"},"n":"Leatherworker's Tools"},{"id":16214,"c":4,"u":"linen%20(1%20sq.%20yd.)_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"linen (1 sq. yd.)|phb","xF":{"ft":"loot"},"n":"Linen (1 sq. yd.)"},{"id":16215,"c":4,"u":"loaf%20of%20bread_phb","p":158,"s":52,"h":1,"r":1,"t":12,"uu":"loaf of bread|phb","xF":{"ft":"consumable"},"n":"Loaf of Bread"},{"id":16216,"c":4,"u":"lock_phb","p":152,"s":52,"h":1,"r":1,"t":12,"uu":"lock|phb","xF":{"ft":"loot"},"n":"Lock"},{"id":16217,"c":4,"u":"magnifying%20glass_phb","p":152,"s":52,"h":1,"r":1,"t":12,"uu":"magnifying glass|phb","xF":{"ft":"loot"},"n":"Magnifying Glass"},{"id":16218,"c":4,"u":"manacles_phb","p":152,"s":52,"h":1,"r":1,"t":12,"uu":"manacles|phb","xF":{"ft":"loot"},"n":"Manacles"},{"id":16219,"c":4,"u":"map%20or%20scroll%20case_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"map or scroll case|phb","xF":{"ft":"container"},"n":"Map or Scroll Case"},{"id":16220,"c":4,"u":"mason's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"mason's tools|phb","xF":{"ft":"tool"},"n":"Mason's Tools"},{"id":16221,"c":4,"u":"mastiff_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"mastiff|phb","xF":{"ft":"loot"},"n":"Mastiff"},{"id":16222,"c":4,"u":"merchant's%20scale_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"merchant's scale|phb","xF":{"ft":"loot"},"n":"Merchant's Scale"},{"id":16223,"c":4,"u":"mess%20kit_phb","p":152,"s":52,"h":1,"r":1,"t":12,"uu":"mess kit|phb","xF":{"ft":"loot"},"n":"Mess Kit"},{"id":16224,"c":4,"u":"military%20saddle_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"military saddle|phb","xF":{"ft":"loot"},"n":"Military Saddle"},{"id":16225,"c":4,"u":"miner's%20pick_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"miner's pick|phb","xF":{"ft":"loot"},"n":"Miner's Pick"},{"id":16226,"c":4,"u":"mule_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"mule|phb","xF":{"ft":"loot"},"n":"Mule"},{"id":16227,"c":4,"u":"navigator's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"navigator's tools|phb","xF":{"ft":"tool"},"n":"Navigator's Tools"},{"id":16228,"c":4,"u":"oil%20(flask)_phb","p":152,"s":52,"h":1,"r":1,"t":12,"uu":"oil (flask)|phb","xF":{"ft":"loot"},"n":"Oil (flask)"},{"id":16229,"c":4,"u":"ox_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"ox|phb","xF":{"ft":"loot"},"n":"Ox"},{"id":16230,"c":4,"u":"pack%20saddle_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"pack saddle|phb","xF":{"ft":"loot"},"n":"Pack Saddle"},{"id":16231,"c":4,"u":"painter's%20supplies_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"painter's supplies|phb","xF":{"ft":"tool"},"n":"Painter's Supplies"},{"id":16232,"c":4,"u":"paper%20(one%20sheet)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"paper (one sheet)|phb","xF":{"ft":"loot"},"n":"Paper (one sheet)"},{"id":16233,"c":4,"u":"parchment%20(one%20sheet)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"parchment (one sheet)|phb","xF":{"ft":"loot"},"n":"Parchment (one sheet)"},{"id":16234,"c":4,"u":"pepper_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"pepper|phb","xF":{"ft":"loot"},"n":"Pepper"},{"id":16235,"c":4,"u":"perfume%20(vial)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"perfume (vial)|phb","xF":{"ft":"loot"},"n":"Perfume (vial)"},{"id":16236,"c":4,"u":"pig_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"pig|phb","xF":{"ft":"loot"},"n":"Pig"},{"id":16237,"c":4,"u":"pitcher_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"pitcher|phb","xF":{"ft":"loot"},"n":"Pitcher"},{"id":16238,"c":4,"u":"piton_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"piton|phb","xF":{"ft":"loot"},"n":"Piton"},{"id":16239,"c":4,"u":"platinum_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"platinum|phb","xF":{"ft":"loot"},"n":"Platinum"},{"id":16240,"c":4,"u":"platinum%20(pp)_phb","p":143,"s":52,"h":1,"t":12,"uu":"platinum (pp)|phb","m":"items/PHB/Platinum (pp).webp","xF":{"ft":"loot"},"n":"Platinum (pp)"},{"id":16241,"c":4,"u":"playing%20card%20set_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"playing card set|phb","xF":{"ft":"tool"},"n":"Playing Card Set"},{"id":16242,"c":4,"u":"poisoner's%20kit_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"poisoner's kit|phb","xF":{"ft":"tool"},"n":"Poisoner's Kit"},{"id":16243,"c":4,"u":"pole%20(10-foot)_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"pole (10-foot)|phb","xF":{"ft":"loot"},"n":"Pole (10-foot)"},{"id":16244,"c":4,"u":"pony_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"pony|phb","xF":{"ft":"loot"},"n":"Pony"},{"id":16245,"c":4,"u":"portable%20ram_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"portable ram|phb","xF":{"ft":"loot"},"n":"Portable Ram"},{"id":16246,"c":4,"u":"potter's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"potter's tools|phb","xF":{"ft":"tool"},"n":"Potter's Tools"},{"id":16247,"c":4,"u":"pouch_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"pouch|phb","xF":{"ft":"container"},"n":"Pouch"},{"id":16248,"c":4,"u":"priest's%20pack_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"priest's pack|phb","xF":{"ft":"loot"},"n":"Priest's Pack"},{"id":16249,"c":4,"u":"quiver_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"quiver|phb","xF":{"ft":"container"},"n":"Quiver"},{"id":16250,"c":4,"u":"rations%20(1%20day)_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"rations (1 day)|phb","xF":{"ft":"consumable"},"n":"Rations (1 day)"},{"id":16251,"c":4,"u":"reliquary_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"reliquary|phb","xF":{"ft":"equipment"},"n":"Reliquary"},{"id":16252,"c":4,"u":"riding%20horse_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"riding horse|phb","xF":{"ft":"loot"},"n":"Riding Horse"},{"id":16253,"c":4,"u":"riding%20saddle_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"riding saddle|phb","xF":{"ft":"loot"},"n":"Riding Saddle"},{"id":16254,"c":4,"u":"robes_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"robes|phb","xF":{"ft":"loot"},"n":"Robes"},{"id":16255,"c":4,"u":"sack_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"sack|phb","xF":{"ft":"container"},"n":"Sack"},{"id":16256,"c":4,"u":"saddlebags_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"saddlebags|phb","xF":{"ft":"loot"},"n":"Saddlebags"},{"id":16257,"c":4,"u":"saffron_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"saffron|phb","xF":{"ft":"loot"},"n":"Saffron"},{"id":16258,"c":4,"u":"salt_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"salt|phb","xF":{"ft":"loot"},"n":"Salt"},{"id":16259,"c":4,"u":"scholar's%20pack_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"scholar's pack|phb","xF":{"ft":"loot"},"n":"Scholar's Pack"},{"id":16260,"c":4,"u":"sealing%20wax_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"sealing wax|phb","xF":{"ft":"loot"},"n":"Sealing Wax"},{"id":16261,"c":4,"u":"sheep_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"sheep|phb","xF":{"ft":"loot"},"n":"Sheep"},{"id":16262,"c":4,"u":"shovel_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"shovel|phb","xF":{"ft":"loot"},"n":"Shovel"},{"id":16263,"c":4,"u":"signal%20whistle_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"signal whistle|phb","xF":{"ft":"loot"},"n":"Signal Whistle"},{"id":16264,"c":4,"u":"signet%20ring_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"signet ring|phb","xF":{"ft":"equipment"},"n":"Signet Ring"},{"id":16265,"c":4,"u":"silk%20(1%20sq.%20yd.)_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"silk (1 sq. yd.)|phb","xF":{"ft":"loot"},"n":"Silk (1 sq. yd.)"},{"id":16266,"c":4,"u":"silk%20rope%20(50%20feet)_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"silk rope (50 feet)|phb","xF":{"ft":"loot"},"n":"Silk Rope (50 feet)"},{"id":16267,"c":4,"u":"silver_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"silver|phb","xF":{"ft":"loot"},"n":"Silver"},{"id":16268,"c":4,"u":"silver%20(sp)_phb","p":143,"s":52,"h":1,"t":12,"uu":"silver (sp)|phb","m":"items/PHB/Silver (sp).webp","xF":{"ft":"loot"},"n":"Silver (sp)"},{"id":16269,"c":4,"u":"sled_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"sled|phb","xF":{"ft":"loot"},"n":"Sled"},{"id":16270,"c":4,"u":"sledgehammer_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"sledgehammer|phb","xF":{"ft":"loot"},"n":"Sledgehammer"},{"id":16271,"c":4,"u":"smith's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"smith's tools|phb","xF":{"ft":"tool"},"n":"Smith's Tools"},{"id":16272,"c":4,"u":"soap_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"soap|phb","xF":{"ft":"loot"},"n":"Soap"},{"id":16273,"c":4,"u":"spellbook_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"spellbook|phb","xF":{"ft":"loot"},"n":"Spellbook"},{"id":16274,"c":4,"u":"sprig%20of%20mistletoe_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"sprig of mistletoe|phb","xF":{"ft":"equipment"},"n":"Sprig of Mistletoe"},{"id":16275,"c":4,"u":"spyglass_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"spyglass|phb","xF":{"ft":"loot"},"n":"Spyglass"},{"id":16276,"c":4,"u":"stabling%20(per%20day)_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"stabling (per day)|phb","xF":{"ft":"loot"},"n":"Stabling (per day)"},{"id":16277,"c":4,"u":"steel%20mirror_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"steel mirror|phb","xF":{"ft":"loot"},"n":"Steel Mirror"},{"id":16278,"c":4,"u":"tankard_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"tankard|phb","xF":{"ft":"loot"},"n":"Tankard"},{"id":16279,"c":4,"u":"thieves'%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"thieves' tools|phb","m":"items/PHB/Thieves' Tools.webp","xF":{"ft":"tool"},"n":"Thieves' Tools"},{"id":16280,"c":4,"u":"three-dragon%20ante%20set_phb","p":154,"s":52,"h":1,"t":12,"uu":"three-dragon ante set|phb","xF":{"ft":"tool"},"n":"Three-Dragon Ante Set"},{"id":16281,"c":4,"u":"tinderbox_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"tinderbox|phb","xF":{"ft":"loot"},"n":"Tinderbox"},{"id":16282,"c":4,"u":"tinker's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"tinker's tools|phb","xF":{"ft":"tool"},"n":"Tinker's Tools"},{"id":16283,"c":4,"u":"torch_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"torch|phb","xF":{"ft":"loot"},"n":"Torch"},{"id":16284,"c":4,"u":"totem_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"totem|phb","xF":{"ft":"equipment"},"n":"Totem"},{"id":16285,"c":4,"u":"traveler's%20clothes_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"traveler's clothes|phb","xF":{"ft":"loot"},"n":"Traveler's Clothes"},{"id":16286,"c":4,"u":"trinket_phb","p":159,"s":52,"h":1,"t":12,"uu":"trinket|phb","m":"items/PHB/Trinket (PHB).webp","xF":{"ft":"loot"},"n":"Trinket"},{"id":16287,"c":4,"u":"two-person%20tent_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"two-person tent|phb","xF":{"ft":"loot"},"n":"Two-Person Tent"},{"id":16288,"c":4,"u":"vial_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"vial|phb","xF":{"ft":"loot"},"n":"Vial"},{"id":16289,"c":4,"u":"wagon_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"wagon|phb","xF":{"ft":"loot"},"n":"Wagon"},{"id":16290,"c":4,"u":"warhorse_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"warhorse|phb","xF":{"ft":"loot"},"n":"Warhorse"},{"id":16291,"c":4,"u":"waterskin_phb","p":153,"s":52,"h":1,"r":1,"t":12,"uu":"waterskin|phb","xF":{"ft":"loot"},"n":"Waterskin"},{"id":16292,"c":4,"u":"weaver's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"weaver's tools|phb","xF":{"ft":"tool"},"n":"Weaver's Tools"},{"id":16293,"c":4,"u":"wheat_phb","p":157,"s":52,"h":1,"r":1,"t":12,"uu":"wheat|phb","xF":{"ft":"loot"},"n":"Wheat"},{"id":16294,"c":4,"u":"whetstone_phb","p":150,"s":52,"h":1,"r":1,"t":12,"uu":"whetstone|phb","xF":{"ft":"loot"},"n":"Whetstone"},{"id":16295,"c":4,"u":"woodcarver's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"woodcarver's tools|phb","xF":{"ft":"tool"},"n":"Woodcarver's Tools"},{"id":16296,"c":4,"u":"yew%20wand_phb","p":151,"s":52,"h":1,"r":1,"t":12,"uu":"yew wand|phb","xF":{"ft":"equipment"},"n":"Yew Wand"},{"id":16297,"c":4,"u":"balloon%20pack_pota","p":222,"s":53,"h":1,"t":12,"uu":"balloon pack|pota","xF":{"ft":"equipment"},"n":"Balloon Pack"},{"id":16298,"c":4,"u":"bottled%20breath_pota","p":222,"s":53,"h":1,"t":12,"uu":"bottled breath|pota","xF":{"ft":"consumable"},"n":"Bottled Breath"},{"id":16299,"c":4,"u":"claws%20of%20the%20umber%20hulk_pota","p":222,"s":53,"h":1,"t":12,"uu":"claws of the umber hulk|pota","xF":{"ft":"equipment"},"n":"Claws of the Umber Hulk"},{"id":16300,"c":4,"u":"devastation%20orb%20of%20air_pota","p":222,"s":53,"h":1,"t":12,"uu":"devastation orb of air|pota","xF":{"ft":"equipment"},"n":"Devastation Orb of Air"},{"id":16301,"c":4,"u":"devastation%20orb%20of%20earth_pota","p":222,"s":53,"h":1,"t":12,"uu":"devastation orb of earth|pota","xF":{"ft":"equipment"},"n":"Devastation Orb of Earth"},{"id":16302,"c":4,"u":"devastation%20orb%20of%20fire_pota","p":222,"s":53,"h":1,"t":12,"uu":"devastation orb of fire|pota","xF":{"ft":"equipment"},"n":"Devastation Orb of Fire"},{"id":16303,"c":4,"u":"devastation%20orb%20of%20water_pota","p":222,"s":53,"h":1,"t":12,"uu":"devastation orb of water|pota","xF":{"ft":"equipment"},"n":"Devastation Orb of Water"},{"id":16304,"c":4,"u":"dragon%20sensing%20longsword_pota","p":90,"s":53,"h":1,"t":12,"uu":"dragon sensing longsword|pota","xF":{"ft":"weapon"},"n":"Dragon Sensing Longsword"},{"id":16305,"c":4,"u":"drown_pota","p":224,"s":53,"h":1,"t":12,"uu":"drown|pota","m":"items/PotA/Drown.webp","xF":{"ft":"weapon"},"n":"Drown"},{"id":16306,"c":4,"u":"ironfang_pota","p":224,"s":53,"h":1,"t":12,"uu":"ironfang|pota","m":"items/PotA/Ironfang.webp","xF":{"ft":"weapon"},"n":"Ironfang"},{"id":16307,"c":4,"u":"lost%20crown%20of%20besilmer_pota","p":223,"s":53,"h":1,"t":12,"uu":"lost crown of besilmer|pota","xF":{"ft":"equipment"},"n":"Lost Crown of Besilmer"},{"id":16308,"c":4,"u":"orcsplitter_pota","p":224,"s":53,"h":1,"t":12,"uu":"orcsplitter|pota","xF":{"ft":"weapon"},"n":"Orcsplitter"},{"id":16309,"c":4,"u":"pathfinder's%20greataxe_pota","p":175,"s":53,"h":1,"t":12,"uu":"pathfinder's greataxe|pota","xF":{"ft":"weapon"},"n":"Pathfinder's Greataxe"},{"id":16310,"c":4,"u":"reszur_pota","p":157,"s":53,"h":1,"t":12,"uu":"reszur|pota","xF":{"ft":"weapon"},"n":"Reszur"},{"id":16311,"c":4,"u":"seeker%20dart_pota","p":223,"s":53,"h":1,"t":12,"uu":"seeker dart|pota","xF":{"ft":"weapon"},"n":"Seeker Dart"},{"id":16312,"c":4,"u":"storm%20boomerang_pota","p":223,"s":53,"h":1,"t":12,"uu":"storm boomerang|pota","xF":{"ft":"weapon"},"n":"Storm Boomerang"},{"id":16313,"c":4,"u":"tinderstrike_pota","p":224,"s":53,"h":1,"t":12,"uu":"tinderstrike|pota","m":"items/PotA/Tinderstrike.webp","xF":{"ft":"weapon"},"n":"Tinderstrike"},{"id":16314,"c":4,"u":"weird%20tank_pota","p":223,"s":53,"h":1,"t":12,"uu":"weird tank|pota","m":"items/PotA/Weird Tank.webp","xF":{"ft":"equipment"},"n":"Weird Tank"},{"id":16315,"c":4,"u":"windvane_pota","p":224,"s":53,"h":1,"t":12,"uu":"windvane|pota","m":"items/PotA/Windvane.webp","xF":{"ft":"weapon"},"n":"Windvane"},{"id":16316,"c":4,"u":"wingwear_pota","p":223,"s":53,"h":1,"t":12,"uu":"wingwear|pota","xF":{"ft":"equipment"},"n":"Wingwear"},{"id":16317,"c":4,"u":"antigravity%20belt_qftis","p":192,"s":54,"h":1,"t":12,"uu":"antigravity belt|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Antigravity Belt"},{"id":16318,"c":4,"u":"concussion%20grenade_qftis","p":192,"s":54,"h":1,"t":12,"uu":"concussion grenade|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Concussion Grenade"},{"id":16319,"c":4,"u":"daoud's%20wondrous%20lanthorn_qftis","p":190,"s":54,"h":1,"t":12,"uu":"daoud's wondrous lanthorn|qftis","m":"items/QftIS/Daouds Wondrous Lanthorn.webp","xF":{"ft":"equipment"},"n":"Daoud's Wondrous Lanthorn"},{"id":16320,"c":4,"u":"heretic_qftis","p":191,"s":54,"h":1,"t":12,"uu":"heretic|qftis","xF":{"ft":"weapon"},"n":"Heretic"},{"id":16321,"c":4,"u":"needler%20pistol_qftis","p":192,"s":54,"h":1,"t":12,"uu":"needler pistol|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Needler Pistol"},{"id":16322,"c":4,"u":"paralysis%20pistol_qftis","p":192,"s":54,"h":1,"t":12,"uu":"paralysis pistol|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Paralysis Pistol"},{"id":16323,"c":4,"u":"powered%20armor_qftis","p":192,"s":54,"h":1,"t":12,"uu":"powered armor|qftis","xF":{"ft":"equipment"},"n":"Powered Armor"},{"id":16324,"c":4,"u":"robot%20controller_qftis","p":193,"s":54,"h":1,"t":12,"uu":"robot controller|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Robot Controller"},{"id":16325,"c":4,"u":"sleep%20grenade_qftis","p":192,"s":54,"h":1,"t":12,"uu":"sleep grenade|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Sleep Grenade"},{"id":16326,"c":4,"u":"spaceship%20trinket_qftis","p":161,"s":54,"h":1,"t":12,"uu":"spaceship trinket|qftis","xF":{"ft":"loot"},"n":"Spaceship Trinket"},{"id":16327,"c":4,"u":"staff%20of%20ruling_qftis","p":191,"s":54,"h":1,"t":12,"uu":"staff of ruling|qftis","m":"items/QftIS/Staff of Ruling.webp","xF":{"ft":"weapon"},"n":"Staff of Ruling"},{"id":16328,"c":4,"u":"concertina_rmbre","p":26,"s":55,"h":1,"dP":1,"t":12,"uu":"concertina|rmbre","xF":{"ft":"equipment"},"n":"Concertina"},{"id":16329,"c":4,"u":"draakhorn_rot","p":93,"s":56,"h":1,"t":12,"uu":"draakhorn|rot","m":"items/RoT/Draakhorn.webp","xF":{"ft":"equipment"},"n":"Draakhorn"},{"id":16330,"c":4,"u":"dragontooth%20dagger_rot","p":94,"s":56,"h":1,"t":12,"uu":"dragontooth dagger|rot","m":"items/RoT/Dragontooth Dagger.webp","xF":{"ft":"weapon"},"n":"Dragontooth Dagger"},{"id":16331,"c":4,"u":"mask%20of%20the%20dragon%20queen_rot","p":94,"s":56,"h":1,"t":12,"uu":"mask of the dragon queen|rot","m":"items/RoT/Mask of the Dragon Queen.webp","xF":{"ft":"equipment"},"n":"Mask of the Dragon Queen"},{"id":16332,"c":4,"u":"blue%20dragon%20mask_rotos","p":4,"s":112,"h":1,"t":12,"uu":"blue dragon mask|rotos","xF":{"ft":"equipment"},"n":"Blue Dragon Mask"},{"id":16333,"c":4,"u":"green%20dragon%20mask_rotos","p":4,"s":112,"h":1,"t":12,"uu":"green dragon mask|rotos","xF":{"ft":"equipment"},"n":"Green Dragon Mask"},{"id":16334,"c":4,"u":"red%20dragon%20mask_rotos","p":4,"s":112,"h":1,"t":12,"uu":"red dragon mask|rotos","xF":{"ft":"equipment"},"n":"Red Dragon Mask"},{"id":16335,"c":4,"u":"white%20dragon%20mask_rotos","p":4,"s":112,"h":1,"t":12,"uu":"white dragon mask|rotos","xF":{"ft":"equipment"},"n":"White Dragon Mask"},{"id":16336,"c":4,"u":"gate%20warden%20trinket_sato","p":7,"s":104,"h":1,"t":12,"uu":"gate warden trinket|sato","xF":{"ft":"loot"},"n":"Gate Warden Trinket"},{"id":16337,"c":4,"u":"mimir_sato","p":13,"s":104,"h":1,"t":12,"uu":"mimir|sato","m":"items/SatO/Mimir.webp","xF":{"ft":"equipment"},"n":"Mimir"},{"id":16338,"c":4,"u":"planar%20philosopher%20trinket_sato","p":8,"s":104,"h":1,"t":12,"uu":"planar philosopher trinket|sato","xF":{"ft":"loot"},"n":"Planar Philosopher Trinket"},{"id":16339,"c":4,"u":"portal%20compass_sato","p":13,"s":104,"h":1,"t":12,"uu":"portal compass|sato","m":"items/SatO/Portal Compass.webp","xF":{"ft":"equipment"},"n":"Portal Compass"},{"id":16340,"c":4,"u":"sensory%20stone_sato","p":13,"s":104,"h":1,"t":12,"uu":"sensory stone|sato","xF":{"ft":"equipment"},"n":"Sensory Stone"},{"id":16341,"c":4,"u":"alchemist's%20doom_scc","p":179,"s":57,"h":1,"t":12,"uu":"alchemist's doom|scc","xF":{"ft":"loot"},"n":"Alchemist's Doom"},{"id":16342,"c":4,"u":"bottle%20of%20boundless%20coffee_scc","p":38,"s":57,"h":1,"t":12,"uu":"bottle of boundless coffee|scc","xF":{"ft":"equipment"},"n":"Bottle of Boundless Coffee"},{"id":16343,"c":4,"u":"catapult%20munition_scc","p":174,"s":57,"h":1,"t":12,"uu":"catapult munition|scc","xF":{"ft":"loot"},"n":"Catapult Munition"},{"id":16344,"c":4,"u":"cuddly%20strixhaven%20mascot_scc","p":38,"s":57,"h":1,"t":12,"uu":"cuddly strixhaven mascot|scc","xF":{"ft":"equipment"},"n":"Cuddly Strixhaven Mascot"},{"id":16345,"c":4,"u":"lorehold%20primer_scc","p":39,"s":57,"h":1,"t":12,"uu":"lorehold primer|scc","xF":{"ft":"equipment"},"n":"Lorehold Primer"},{"id":16346,"c":4,"u":"lorehold%20trinket_scc","p":31,"s":57,"h":1,"t":12,"uu":"lorehold trinket|scc","xF":{"ft":"loot"},"n":"Lorehold Trinket"},{"id":16347,"c":4,"u":"masque%20charm_scc","p":127,"s":57,"h":1,"t":12,"uu":"masque charm|scc","xF":{"ft":"equipment"},"n":"Masque Charm"},{"id":16348,"c":4,"u":"murgaxor's%20elixir%20of%20life_scc","p":179,"s":57,"h":1,"t":12,"uu":"murgaxor's elixir of life|scc","xF":{"ft":"loot"},"n":"Murgaxor's Elixir of Life"},{"id":16349,"c":4,"u":"murgaxor's%20orb_scc","p":126,"s":57,"h":1,"t":12,"uu":"murgaxor's orb|scc","xF":{"ft":"equipment"},"n":"Murgaxor's Orb"},{"id":16350,"c":4,"u":"prismari%20primer_scc","p":39,"s":57,"h":1,"t":12,"uu":"prismari primer|scc","xF":{"ft":"equipment"},"n":"Prismari Primer"},{"id":16351,"c":4,"u":"prismari%20trinket_scc","p":32,"s":57,"h":1,"t":12,"uu":"prismari trinket|scc","xF":{"ft":"loot"},"n":"Prismari Trinket"},{"id":16352,"c":4,"u":"quandrix%20primer_scc","p":39,"s":57,"h":1,"t":12,"uu":"quandrix primer|scc","xF":{"ft":"equipment"},"n":"Quandrix Primer"},{"id":16353,"c":4,"u":"quandrix%20trinket_scc","p":33,"s":57,"h":1,"t":12,"uu":"quandrix trinket|scc","xF":{"ft":"loot"},"n":"Quandrix Trinket"},{"id":16354,"c":4,"u":"silverquill%20primer_scc","p":39,"s":57,"h":1,"t":12,"uu":"silverquill primer|scc","xF":{"ft":"equipment"},"n":"Silverquill Primer"},{"id":16355,"c":4,"u":"silverquill%20trinket_scc","p":35,"s":57,"h":1,"t":12,"uu":"silverquill trinket|scc","xF":{"ft":"loot"},"n":"Silverquill Trinket"},{"id":16356,"c":4,"u":"strixhaven%20pennant_scc","p":39,"s":57,"h":1,"t":12,"uu":"strixhaven pennant|scc","xF":{"ft":"equipment"},"n":"Strixhaven Pennant"},{"id":16357,"c":4,"u":"witherbloom%20primer_scc","p":39,"s":57,"h":1,"t":12,"uu":"witherbloom primer|scc","xF":{"ft":"equipment"},"n":"Witherbloom Primer"},{"id":16358,"c":4,"u":"witherbloom%20trinket_scc","p":36,"s":57,"h":1,"t":12,"uu":"witherbloom trinket|scc","xF":{"ft":"loot"},"n":"Witherbloom Trinket"},{"id":16359,"c":4,"u":"bonecounter_sdw","s":58,"h":1,"t":12,"uu":"bonecounter|sdw","xF":{"ft":"weapon"},"n":"Bonecounter"},{"id":16360,"c":4,"u":"banner%20of%20the%20krig%20rune_skt","p":233,"s":59,"h":1,"t":12,"uu":"banner of the krig rune|skt","xF":{"ft":"equipment"},"n":"Banner of the Krig Rune"},{"id":16361,"c":4,"u":"blod%20stone_skt","p":233,"s":59,"h":1,"t":12,"uu":"blod stone|skt","xF":{"ft":"equipment"},"n":"Blod Stone"},{"id":16362,"c":4,"u":"claw%20of%20the%20wyrm%20rune_skt","p":233,"s":59,"h":1,"t":12,"uu":"claw of the wyrm rune|skt","xF":{"ft":"equipment"},"n":"Claw of the Wyrm Rune"},{"id":16363,"c":4,"u":"clockwork%20dog_skt","p":44,"s":59,"h":1,"t":12,"uu":"clockwork dog|skt","xF":{"ft":"loot"},"n":"Clockwork Dog"},{"id":16364,"c":4,"u":"conch%20of%20teleportation_skt","p":234,"s":59,"h":1,"t":12,"uu":"conch of teleportation|skt","m":"items/SKT/Conch of Teleportation.webp","xF":{"ft":"equipment"},"n":"Conch of Teleportation"},{"id":16365,"c":4,"u":"dragon%20thighbone%20club_skt","p":105,"s":59,"h":1,"t":12,"uu":"dragon thighbone club|skt","xF":{"ft":"weapon"},"n":"Dragon Thighbone Club"},{"id":16366,"c":4,"u":"faerie%20dust_skt","p":35,"s":59,"h":1,"t":12,"uu":"faerie dust|skt","xF":{"ft":"loot"},"n":"Faerie Dust"},{"id":16367,"c":4,"u":"gavel%20of%20the%20venn%20rune_skt","p":234,"s":59,"h":1,"t":12,"uu":"gavel of the venn rune|skt","xF":{"ft":"equipment"},"n":"Gavel of the Venn Rune"},{"id":16368,"c":4,"u":"gurt's%20greataxe_skt","p":234,"s":59,"h":1,"t":12,"uu":"gurt's greataxe|skt","xF":{"ft":"weapon"},"n":"Gurt's Greataxe"},{"id":16369,"c":4,"u":"ingot%20of%20the%20skold%20rune_skt","p":234,"s":59,"h":1,"t":12,"uu":"ingot of the skold rune|skt","xF":{"ft":"equipment"},"n":"Ingot of the Skold Rune"},{"id":16370,"c":4,"u":"korolnor%20scepter_skt","p":234,"s":59,"h":1,"t":12,"uu":"korolnor scepter|skt","xF":{"ft":"weapon"},"n":"Korolnor Scepter"},{"id":16371,"c":4,"u":"navigation%20orb_skt","p":235,"s":59,"h":1,"t":12,"uu":"navigation orb|skt","xF":{"ft":"equipment"},"n":"Navigation Orb"},{"id":16372,"c":4,"u":"opal%20of%20the%20ild%20rune_skt","p":235,"s":59,"h":1,"t":12,"uu":"opal of the ild rune|skt","xF":{"ft":"equipment"},"n":"Opal of the Ild Rune"},{"id":16373,"c":4,"u":"orb%20of%20the%20stein%20rune_skt","p":235,"s":59,"h":1,"t":12,"uu":"orb of the stein rune|skt","xF":{"ft":"equipment"},"n":"Orb of the Stein Rune"},{"id":16374,"c":4,"u":"pennant%20of%20the%20vind%20rune_skt","p":235,"s":59,"h":1,"t":12,"uu":"pennant of the vind rune|skt","xF":{"ft":"equipment"},"n":"Pennant of the Vind Rune"},{"id":16375,"c":4,"u":"potion%20of%20giant%20size_skt","p":236,"s":59,"h":1,"t":12,"uu":"potion of giant size|skt","xF":{"ft":"consumable"},"n":"Potion of Giant Size"},{"id":16376,"c":4,"u":"robe%20of%20serpents_skt","p":236,"s":59,"h":1,"t":12,"uu":"robe of serpents|skt","xF":{"ft":"equipment"},"n":"Robe of Serpents"},{"id":16377,"c":4,"u":"rod%20of%20the%20vonindod_skt","p":236,"s":59,"h":1,"t":12,"uu":"rod of the vonindod|skt","xF":{"ft":"consumable"},"n":"Rod of the Vonindod"},{"id":16378,"c":4,"u":"shard%20of%20the%20ise%20rune_skt","p":236,"s":59,"h":1,"t":12,"uu":"shard of the ise rune|skt","xF":{"ft":"equipment"},"n":"Shard of the Ise Rune"},{"id":16379,"c":4,"u":"wyrmskull%20throne_skt","p":237,"s":59,"h":1,"t":12,"uu":"wyrmskull throne|skt","m":"items/SKT/Wyrmskull Throne.webp","xF":{"ft":"equipment"},"n":"Wyrmskull Throne"},{"id":16380,"c":4,"u":"%2b2%20ring%20of%20protection_tdcsr","p":263,"s":61,"h":1,"dP":1,"t":12,"uu":"+2 ring of protection|tdcsr","m":"items/DMG/Ring of Protection.webp","xF":{"ft":"equipment"},"n":"+2 Ring of Protection"},{"id":16381,"c":4,"u":"%2b2%20studded%20leather%20armor%20of%20acid%20resistance_tdcsr","p":271,"s":61,"h":1,"dP":1,"t":12,"uu":"+2 studded leather armor of acid resistance|tdcsr","xF":{"ft":"equipment"},"n":"+2 Studded Leather Armor of Acid Resistance"},{"id":16382,"c":4,"u":"%2b2%20studded%20white%20dragon%20leather%20armor%20of%20cold%20resistance_tdcsr","p":267,"s":61,"h":1,"dP":1,"t":12,"uu":"+2 studded white dragon leather armor of cold resistance|tdcsr","xF":{"ft":"equipment"},"n":"+2 Studded White Dragon Leather Armor of Cold Resistance"},{"id":16383,"c":4,"u":"agony%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"agony (awakened)|tdcsr","m":"items/TDCSR/Agony.webp","xF":{"ft":"loot"},"n":"Agony (Awakened)"},{"id":16384,"c":4,"u":"agony%20(dormant)_tdcsr","p":202,"s":61,"h":1,"dP":1,"t":12,"uu":"agony (dormant)|tdcsr","m":"items/TDCSR/Agony.webp","xF":{"ft":"weapon"},"n":"Agony (Dormant)"},{"id":16385,"c":4,"u":"agony%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"agony (exalted)|tdcsr","m":"items/TDCSR/Agony.webp","xF":{"ft":"loot"},"n":"Agony (Exalted)"},{"id":16386,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"armor of the valiant soul (awakened)|tdcsr","m":"items/TDCSR/ArmoroftheValiantSoul.webp","xF":{"ft":"equipment"},"n":"Armor of the Valiant Soul (Awakened)"},{"id":16387,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(dormant)_tdcsr","p":202,"s":61,"h":1,"dP":1,"t":12,"uu":"armor of the valiant soul (dormant)|tdcsr","m":"items/TDCSR/ArmoroftheValiantSoul.webp","xF":{"ft":"equipment"},"n":"Armor of the Valiant Soul (Dormant)"},{"id":16388,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"armor of the valiant soul (exalted)|tdcsr","m":"items/TDCSR/ArmoroftheValiantSoul.webp","xF":{"ft":"equipment"},"n":"Armor of the Valiant Soul (Exalted)"},{"id":16389,"c":4,"u":"azuremite_tdcsr","p":141,"s":61,"h":1,"dP":1,"t":12,"uu":"azuremite|tdcsr","xF":{"ft":"consumable"},"n":"Azuremite"},{"id":16390,"c":4,"u":"boots%20of%20haste_tdcsr","p":194,"s":61,"h":1,"dP":1,"t":12,"uu":"boots of haste|tdcsr","xF":{"ft":"equipment"},"n":"Boots of Haste"},{"id":16391,"c":4,"u":"boots%20of%20the%20vigilant_tdcsr","p":194,"s":61,"h":1,"dP":1,"t":12,"uu":"boots of the vigilant|tdcsr","xF":{"ft":"equipment"},"n":"Boots of the Vigilant"},{"id":16392,"c":4,"u":"cabal's%20ruin%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"cabal's ruin (awakened)|tdcsr","m":"items/TDCSR/CabalsRuin.webp","xF":{"ft":"loot"},"n":"Cabal's Ruin (Awakened)"},{"id":16393,"c":4,"u":"cabal's%20ruin%20(dormant)_tdcsr","p":203,"s":61,"h":1,"dP":1,"t":12,"uu":"cabal's ruin (dormant)|tdcsr","m":"items/TDCSR/CabalsRuin.webp","xF":{"ft":"equipment"},"n":"Cabal's Ruin (Dormant)"},{"id":16394,"c":4,"u":"cabal's%20ruin%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"cabal's ruin (exalted)|tdcsr","m":"items/TDCSR/CabalsRuin.webp","xF":{"ft":"loot"},"n":"Cabal's Ruin (Exalted)"},{"id":16395,"c":4,"u":"cataclysm%20bolts_tdcsr","p":194,"s":61,"h":1,"dP":1,"t":12,"uu":"cataclysm bolts|tdcsr","xF":{"ft":"consumable"},"n":"Cataclysm Bolts"},{"id":16396,"c":4,"u":"circlet%20of%20barbed%20vision%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"circlet of barbed vision (awakened)|tdcsr","m":"items/TDCSR/CircletofBarbedVision.webp","xF":{"ft":"equipment"},"n":"Circlet of Barbed Vision (Awakened)"},{"id":16397,"c":4,"u":"circlet%20of%20barbed%20vision%20(dormant)_tdcsr","p":203,"s":61,"h":1,"dP":1,"t":12,"uu":"circlet of barbed vision (dormant)|tdcsr","m":"items/TDCSR/CircletofBarbedVision.webp","xF":{"ft":"equipment"},"n":"Circlet of Barbed Vision (Dormant)"},{"id":16398,"c":4,"u":"circlet%20of%20barbed%20vision%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"circlet of barbed vision (exalted)|tdcsr","m":"items/TDCSR/CircletofBarbedVision.webp","xF":{"ft":"equipment"},"n":"Circlet of Barbed Vision (Exalted)"},{"id":16399,"c":4,"u":"circlet%20of%20wisdom_tdcsr","p":263,"s":61,"h":1,"dP":1,"t":12,"uu":"circlet of wisdom|tdcsr","xF":{"ft":"equipment"},"n":"Circlet of Wisdom"},{"id":16400,"c":4,"u":"coat%20of%20the%20crest_tdcsr","p":194,"s":61,"h":1,"dP":1,"t":12,"uu":"coat of the crest|tdcsr","xF":{"ft":"equipment"},"n":"Coat of the Crest"},{"id":16401,"c":4,"u":"condemner%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"condemner (awakened)|tdcsr","m":"items/TDCSR/Condemner.webp","xF":{"ft":"loot"},"n":"Condemner (Awakened)"},{"id":16402,"c":4,"u":"condemner%20(dormant)_tdcsr","p":204,"s":61,"h":1,"dP":1,"t":12,"uu":"condemner (dormant)|tdcsr","m":"items/TDCSR/Condemner.webp","xF":{"ft":"weapon"},"n":"Condemner (Dormant)"},{"id":16403,"c":4,"u":"condemner%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"condemner (exalted)|tdcsr","m":"items/TDCSR/Condemner.webp","xF":{"ft":"loot"},"n":"Condemner (Exalted)"},{"id":16404,"c":4,"u":"corecut%20dagger_tdcsr","p":195,"s":61,"h":1,"dP":1,"t":12,"uu":"corecut dagger|tdcsr","xF":{"ft":"weapon"},"n":"Corecut Dagger"},{"id":16405,"c":4,"u":"dagger%20of%20denial_tdcsr","p":195,"s":61,"h":1,"dP":1,"t":12,"uu":"dagger of denial|tdcsr","m":"items/TDCSR/DaggerofDenial.webp","xF":{"ft":"weapon"},"n":"Dagger of Denial"},{"id":16406,"c":4,"u":"deathwalker's%20ward%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"deathwalker's ward (awakened)|tdcsr","m":"items/TDCSR/DeathwalkersWard.webp","xF":{"ft":"loot"},"n":"Deathwalker's Ward (Awakened)"},{"id":16407,"c":4,"u":"deathwalker's%20ward%20(dormant)_tdcsr","p":204,"s":61,"h":1,"dP":1,"t":12,"uu":"deathwalker's ward (dormant)|tdcsr","m":"items/TDCSR/DeathwalkersWard.webp","xF":{"ft":"equipment"},"n":"Deathwalker's Ward (Dormant)"},{"id":16408,"c":4,"u":"deathwalker's%20ward%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"deathwalker's ward (exalted)|tdcsr","m":"items/TDCSR/DeathwalkersWard.webp","xF":{"ft":"loot"},"n":"Deathwalker's Ward (Exalted)"},{"id":16409,"c":4,"u":"doublet%20of%20dramatic%20demise_tdcsr","p":195,"s":61,"h":1,"dP":1,"t":12,"uu":"doublet of dramatic demise|tdcsr","xF":{"ft":"equipment"},"n":"Doublet of Dramatic Demise"},{"id":16410,"c":4,"u":"dynamite_tdcsr","p":100,"s":61,"h":1,"dP":1,"t":12,"uu":"dynamite|tdcsr","xF":{"ft":"weapon"},"n":"Dynamite"},{"id":16411,"c":4,"u":"earthboard_tdcsr","p":198,"s":61,"h":1,"dP":1,"t":12,"uu":"earthboard|tdcsr","xF":{"ft":"equipment"},"n":"Earthboard"},{"id":16412,"c":4,"u":"echo%20stone_tdcsr","p":195,"s":61,"h":1,"dP":1,"t":12,"uu":"echo stone|tdcsr","xF":{"ft":"equipment"},"n":"Echo Stone"},{"id":16413,"c":4,"u":"fenthras%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"fenthras (awakened)|tdcsr","m":"items/TDCSR/Fenthras.webp","xF":{"ft":"loot"},"n":"Fenthras (Awakened)"},{"id":16414,"c":4,"u":"fenthras%20(dormant)_tdcsr","p":205,"s":61,"h":1,"dP":1,"t":12,"uu":"fenthras (dormant)|tdcsr","m":"items/TDCSR/Fenthras.webp","xF":{"ft":"weapon"},"n":"Fenthras (Dormant)"},{"id":16415,"c":4,"u":"fenthras%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"fenthras (exalted)|tdcsr","m":"items/TDCSR/Fenthras.webp","xF":{"ft":"loot"},"n":"Fenthras (Exalted)"},{"id":16416,"c":4,"u":"flamefriend%20lantern_tdcsr","p":198,"s":61,"h":1,"dP":1,"t":12,"uu":"flamefriend lantern|tdcsr","xF":{"ft":"equipment"},"n":"Flamefriend Lantern"},{"id":16417,"c":4,"u":"gluebomb_tdcsr","p":100,"s":61,"h":1,"dP":1,"t":12,"uu":"gluebomb|tdcsr","xF":{"ft":"consumable"},"n":"Gluebomb"},{"id":16418,"c":4,"u":"graz'tchar%2c%20the%20decadent%20end_tdcsr","p":195,"s":61,"h":1,"dP":1,"t":12,"uu":"graz'tchar, the decadent end|tdcsr","m":"items/TDCSR/Graz'tchar.webp","xF":{"ft":"weapon"},"n":"Graz'tchar, the Decadent End"},{"id":16419,"c":4,"u":"honor's%20last%20stand%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"honor's last stand (awakened)|tdcsr","m":"items/TDCSR/HonorsLastStand.webp","xF":{"ft":"equipment"},"n":"Honor's Last Stand (Awakened)"},{"id":16420,"c":4,"u":"honor's%20last%20stand%20(dormant)_tdcsr","p":206,"s":61,"h":1,"dP":1,"t":12,"uu":"honor's last stand (dormant)|tdcsr","m":"items/TDCSR/HonorsLastStand.webp","xF":{"ft":"equipment"},"n":"Honor's Last Stand (Dormant)"},{"id":16421,"c":4,"u":"honor's%20last%20stand%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"honor's last stand (exalted)|tdcsr","m":"items/TDCSR/HonorsLastStand.webp","xF":{"ft":"equipment"},"n":"Honor's Last Stand (Exalted)"},{"id":16422,"c":4,"u":"inescapable%20lash_tdcsr","p":195,"s":61,"h":1,"dP":1,"t":12,"uu":"inescapable lash|tdcsr","xF":{"ft":"weapon"},"n":"Inescapable Lash"},{"id":16423,"c":4,"u":"kiss%20of%20the%20changebringer%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"kiss of the changebringer (awakened)|tdcsr","m":"items/TDCSR/KissoftheChangebringer.webp","xF":{"ft":"equipment"},"n":"Kiss of the Changebringer (Awakened)"},{"id":16424,"c":4,"u":"kiss%20of%20the%20changebringer%20(dormant)_tdcsr","p":206,"s":61,"h":1,"dP":1,"t":12,"uu":"kiss of the changebringer (dormant)|tdcsr","m":"items/TDCSR/KissoftheChangebringer.webp","xF":{"ft":"equipment"},"n":"Kiss of the Changebringer (Dormant)"},{"id":16425,"c":4,"u":"kiss%20of%20the%20changebringer%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"kiss of the changebringer (exalted)|tdcsr","m":"items/TDCSR/KissoftheChangebringer.webp","xF":{"ft":"equipment"},"n":"Kiss of the Changebringer (Exalted)"},{"id":16426,"c":4,"u":"magician's%20judge_tdcsr","p":196,"s":61,"h":1,"dP":1,"t":12,"uu":"magician's judge|tdcsr","xF":{"ft":"weapon"},"n":"Magician's Judge"},{"id":16427,"c":4,"u":"mirror%20of%20infinite%20transpondence_tdcsr","p":196,"s":61,"h":1,"dP":1,"t":12,"uu":"mirror of infinite transpondence|tdcsr","m":"items/TDCSR/MirrorTranspondence.webp","xF":{"ft":"equipment"},"n":"Mirror of Infinite Transpondence"},{"id":16428,"c":4,"u":"mythcarver%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"mythcarver (awakened)|tdcsr","m":"items/TDCSR/Mythcarver.webp","xF":{"ft":"loot"},"n":"Mythcarver (Awakened)"},{"id":16429,"c":4,"u":"mythcarver%20(dormant)_tdcsr","p":207,"s":61,"h":1,"dP":1,"t":12,"uu":"mythcarver (dormant)|tdcsr","m":"items/TDCSR/Mythcarver.webp","xF":{"ft":"weapon"},"n":"Mythcarver (Dormant)"},{"id":16430,"c":4,"u":"mythcarver%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"mythcarver (exalted)|tdcsr","m":"items/TDCSR/Mythcarver.webp","xF":{"ft":"loot"},"n":"Mythcarver (Exalted)"},{"id":16431,"c":4,"u":"oloore%20root%20teabag_tdcsr","p":85,"s":61,"h":1,"dP":1,"t":12,"uu":"oloore root teabag|tdcsr","xF":{"ft":"consumable"},"n":"Oloore Root Teabag"},{"id":16432,"c":4,"u":"plainscow_tdcsr","p":248,"s":61,"h":1,"dP":1,"t":12,"uu":"plainscow|tdcsr","xF":{"ft":"loot"},"n":"Plainscow"},{"id":16433,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"plate of the dawnmartyr (awakened)|tdcsr","m":"items/TDCSR/PlateoftheDawnmartyr.webp","xF":{"ft":"equipment"},"n":"Plate of the Dawnmartyr (Awakened)"},{"id":16434,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(dormant)_tdcsr","p":208,"s":61,"h":1,"dP":1,"t":12,"uu":"plate of the dawnmartyr (dormant)|tdcsr","m":"items/TDCSR/PlateoftheDawnmartyr.webp","xF":{"ft":"equipment"},"n":"Plate of the Dawnmartyr (Dormant)"},{"id":16435,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"plate of the dawnmartyr (exalted)|tdcsr","m":"items/TDCSR/PlateoftheDawnmartyr.webp","xF":{"ft":"equipment"},"n":"Plate of the Dawnmartyr (Exalted)"},{"id":16436,"c":4,"u":"pyremaul%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"pyremaul (awakened)|tdcsr","m":"items/TDCSR/Pyremaul.webp","xF":{"ft":"loot"},"n":"Pyremaul (Awakened)"},{"id":16437,"c":4,"u":"pyremaul%20(dormant)_tdcsr","p":208,"s":61,"h":1,"dP":1,"t":12,"uu":"pyremaul (dormant)|tdcsr","m":"items/TDCSR/Pyremaul.webp","xF":{"ft":"weapon"},"n":"Pyremaul (Dormant)"},{"id":16438,"c":4,"u":"pyremaul%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"pyremaul (exalted)|tdcsr","m":"items/TDCSR/Pyremaul.webp","xF":{"ft":"loot"},"n":"Pyremaul (Exalted)"},{"id":16439,"c":4,"u":"raven's%20slumber_tdcsr","p":197,"s":61,"h":1,"dP":1,"t":12,"uu":"raven's slumber|tdcsr","xF":{"ft":"equipment"},"n":"Raven's Slumber"},{"id":16440,"c":4,"u":"residuum_tdcsr","p":75,"s":61,"h":1,"dP":1,"t":12,"uu":"residuum|tdcsr","xF":{"ft":"consumable"},"n":"Residuum"},{"id":16441,"c":4,"u":"residuum%20enchanting%20slate_tdcsr","p":75,"s":61,"h":1,"dP":1,"t":12,"uu":"residuum enchanting slate|tdcsr","xF":{"ft":"tool"},"n":"Residuum Enchanting Slate"},{"id":16442,"c":4,"u":"rod%20of%20mercurial%20form_tdcsr","p":197,"s":61,"h":1,"dP":1,"t":12,"uu":"rod of mercurial form|tdcsr","xF":{"ft":"equipment"},"n":"Rod of Mercurial Form"},{"id":16443,"c":4,"u":"skysail_tdcsr","p":199,"s":61,"h":1,"dP":1,"t":12,"uu":"skysail|tdcsr","m":"items/TDCSR/Skysail.webp","xF":{"ft":"weapon"},"n":"Skysail"},{"id":16444,"c":4,"u":"skyship_tdcsr","p":137,"s":61,"h":1,"dP":1,"t":12,"uu":"skyship|tdcsr","m":"book/TDCSR/Chapter3-Skyship.webp","xF":{"ft":"loot"},"n":"Skyship"},{"id":16445,"c":4,"u":"spire%20of%20conflux%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"spire of conflux (awakened)|tdcsr","m":"items/TDCSR/SpireofConflux.webp","xF":{"ft":"loot"},"n":"Spire of Conflux (Awakened)"},{"id":16446,"c":4,"u":"spire%20of%20conflux%20(dormant)_tdcsr","p":209,"s":61,"h":1,"r":1,"dP":1,"t":12,"uu":"spire of conflux (dormant)|tdcsr","m":"items/TDCSR/SpireofConflux.webp","xF":{"ft":"weapon"},"n":"Spire of Conflux (Dormant)"},{"id":16447,"c":4,"u":"spire%20of%20conflux%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"spire of conflux (exalted)|tdcsr","m":"items/TDCSR/SpireofConflux.webp","xF":{"ft":"equipment"},"n":"Spire of Conflux (Exalted)"},{"id":16448,"c":4,"u":"star%20razor%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"star razor (awakened)|tdcsr","m":"items/TDCSR/StarRazor.webp","xF":{"ft":"loot"},"n":"Star Razor (Awakened)"},{"id":16449,"c":4,"u":"star%20razor%20(dormant)_tdcsr","p":210,"s":61,"h":1,"dP":1,"t":12,"uu":"star razor (dormant)|tdcsr","m":"items/TDCSR/StarRazor.webp","xF":{"ft":"weapon"},"n":"Star Razor (Dormant)"},{"id":16450,"c":4,"u":"star%20razor%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"star razor (exalted)|tdcsr","m":"items/TDCSR/StarRazor.webp","xF":{"ft":"loot"},"n":"Star Razor (Exalted)"},{"id":16451,"c":4,"u":"stink%20bomb_tdcsr","p":100,"s":61,"h":1,"dP":1,"t":12,"uu":"stink bomb|tdcsr","xF":{"ft":"consumable"},"n":"Stink Bomb"},{"id":16452,"c":4,"u":"stormrider%20boots_tdcsr","p":197,"s":61,"h":1,"dP":1,"t":12,"uu":"stormrider boots|tdcsr","xF":{"ft":"equipment"},"n":"Stormrider Boots"},{"id":16453,"c":4,"u":"summer's%20dance_tdcsr","p":197,"s":61,"h":1,"dP":1,"t":12,"uu":"summer's dance|tdcsr","xF":{"ft":"weapon"},"n":"Summer's Dance"},{"id":16454,"c":4,"u":"sunbeam%20compass_tdcsr","p":143,"s":61,"h":1,"dP":1,"t":12,"uu":"sunbeam compass|tdcsr","xF":{"ft":"equipment"},"n":"Sunbeam Compass"},{"id":16455,"c":4,"u":"suude%20(blue)_tdcsr","p":85,"s":61,"h":1,"dP":1,"t":12,"uu":"suude (blue)|tdcsr","xF":{"ft":"consumable"},"n":"Suude (Blue)"},{"id":16456,"c":4,"u":"suude%20(brown)_tdcsr","p":85,"s":61,"h":1,"dP":1,"t":12,"uu":"suude (brown)|tdcsr","xF":{"ft":"consumable"},"n":"Suude (Brown)"},{"id":16457,"c":4,"u":"suude%20(red)_tdcsr","p":85,"s":61,"h":1,"dP":1,"t":12,"uu":"suude (red)|tdcsr","xF":{"ft":"consumable"},"n":"Suude (Red)"},{"id":16458,"c":4,"u":"tinkertop%20boltblaster%201000_tdcsr","p":197,"s":61,"h":1,"dP":1,"t":12,"uu":"tinkertop boltblaster 1000|tdcsr","xF":{"ft":"weapon"},"n":"Tinkertop Boltblaster 1000"},{"id":16459,"c":4,"u":"titanstone%20knuckles%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"titanstone knuckles (awakened)|tdcsr","m":"items/TDCSR/TitanstoneKnuckles.webp","xF":{"ft":"equipment"},"n":"Titanstone Knuckles (Awakened)"},{"id":16460,"c":4,"u":"titanstone%20knuckles%20(dormant)_tdcsr","p":211,"s":61,"h":1,"dP":1,"t":12,"uu":"titanstone knuckles (dormant)|tdcsr","m":"items/TDCSR/TitanstoneKnuckles.webp","xF":{"ft":"equipment"},"n":"Titanstone Knuckles (Dormant)"},{"id":16461,"c":4,"u":"titanstone%20knuckles%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"titanstone knuckles (exalted)|tdcsr","m":"items/TDCSR/TitanstoneKnuckles.webp","xF":{"ft":"equipment"},"n":"Titanstone Knuckles (Exalted)"},{"id":16462,"c":4,"u":"whisper%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"whisper (awakened)|tdcsr","m":"items/TDCSR/Whisper.webp","xF":{"ft":"loot"},"n":"Whisper (Awakened)"},{"id":16463,"c":4,"u":"whisper%20(dormant)_tdcsr","p":211,"s":61,"h":1,"dP":1,"t":12,"uu":"whisper (dormant)|tdcsr","m":"items/TDCSR/Whisper.webp","xF":{"ft":"weapon"},"n":"Whisper (Dormant)"},{"id":16464,"c":4,"u":"whisper%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"whisper (exalted)|tdcsr","m":"items/TDCSR/Whisper.webp","xF":{"ft":"loot"},"n":"Whisper (Exalted)"},{"id":16465,"c":4,"u":"whitestone_tdcsr","p":75,"s":61,"h":1,"dP":1,"t":12,"uu":"whitestone|tdcsr","xF":{"ft":"loot"},"n":"Whitestone"},{"id":16466,"c":4,"u":"wraps%20of%20dyamak%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"wraps of dyamak (awakened)|tdcsr","m":"items/TDCSR/WrapsofDyamak.webp","xF":{"ft":"loot"},"n":"Wraps of Dyamak (Awakened)"},{"id":16467,"c":4,"u":"wraps%20of%20dyamak%20(dormant)_tdcsr","p":212,"s":61,"h":1,"dP":1,"t":12,"uu":"wraps of dyamak (dormant)|tdcsr","m":"items/TDCSR/WrapsofDyamak.webp","xF":{"ft":"equipment"},"n":"Wraps of Dyamak (Dormant)"},{"id":16468,"c":4,"u":"wraps%20of%20dyamak%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"t":12,"uu":"wraps of dyamak (exalted)|tdcsr","m":"items/TDCSR/WrapsofDyamak.webp","xF":{"ft":"loot"},"n":"Wraps of Dyamak (Exalted)"},{"id":16469,"c":4,"u":"writing%20kit_tdcsr","p":183,"s":61,"h":1,"dP":1,"t":12,"uu":"writing kit|tdcsr","xF":{"ft":"loot"},"n":"Writing Kit"},{"id":16470,"c":4,"u":"zeal_tdcsr","p":85,"s":61,"h":1,"dP":1,"t":12,"uu":"zeal|tdcsr","xF":{"ft":"consumable"},"n":"Zeal"},{"id":16471,"c":4,"u":"amulet%20of%20protection%20from%20turning_tftyp","p":228,"s":62,"h":1,"t":12,"uu":"amulet of protection from turning|tftyp","xF":{"ft":"equipment"},"n":"Amulet of Protection from Turning"},{"id":16472,"c":4,"u":"balance%20of%20harmony_tftyp","p":228,"s":62,"h":1,"t":12,"uu":"balance of harmony|tftyp","xF":{"ft":"equipment"},"n":"Balance of Harmony"},{"id":16473,"c":4,"u":"bracelet%20of%20rock%20magic_tftyp","p":228,"s":62,"h":1,"t":12,"uu":"bracelet of rock magic|tftyp","xF":{"ft":"equipment"},"n":"Bracelet of Rock Magic"},{"id":16474,"c":4,"u":"eagle%20whistle_tftyp","p":228,"s":62,"h":1,"t":12,"uu":"eagle whistle|tftyp","xF":{"ft":"equipment"},"n":"Eagle Whistle"},{"id":16475,"c":4,"u":"flame%20tongue%20shortsword%20of%20greed_tftyp","p":179,"s":62,"h":1,"t":12,"uu":"flame tongue shortsword of greed|tftyp","xF":{"ft":"weapon"},"n":"Flame Tongue Shortsword of Greed"},{"id":16476,"c":4,"u":"hell%20hound%20cloak_tftyp","p":228,"s":62,"h":1,"t":12,"uu":"hell hound cloak|tftyp","xF":{"ft":"equipment"},"n":"Hell Hound Cloak"},{"id":16477,"c":4,"u":"javelin%20of%20backbiting_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"javelin of backbiting|tftyp","xF":{"ft":"weapon"},"n":"Javelin of Backbiting"},{"id":16478,"c":4,"u":"junky%20%2b1%20dagger_tftyp","p":77,"s":62,"h":1,"t":12,"uu":"junky +1 dagger|tftyp","xF":{"ft":"weapon"},"n":"Junky +1 Dagger"},{"id":16479,"c":4,"u":"loadstone_tftyp","p":228,"s":62,"h":1,"t":12,"uu":"loadstone|tftyp","xF":{"ft":"equipment"},"n":"Loadstone"},{"id":16480,"c":4,"u":"macuahuitl_tftyp","p":70,"s":62,"h":1,"t":12,"uu":"macuahuitl|tftyp","xF":{"ft":"weapon"},"n":"Macuahuitl"},{"id":16481,"c":4,"u":"mirror%20of%20the%20past_tftyp","p":228,"s":62,"h":1,"t":12,"uu":"mirror of the past|tftyp","xF":{"ft":"equipment"},"n":"Mirror of the Past"},{"id":16482,"c":4,"u":"night%20caller_tftyp","p":228,"s":62,"h":1,"t":12,"uu":"night caller|tftyp","xF":{"ft":"equipment"},"n":"Night Caller"},{"id":16483,"c":4,"u":"potion%20of%20mind%20control%20(beast)_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"potion of mind control (beast)|tftyp","xF":{"ft":"consumable"},"n":"Potion of Mind Control (beast)"},{"id":16484,"c":4,"u":"potion%20of%20mind%20control%20(humanoid)_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"potion of mind control (humanoid)|tftyp","xF":{"ft":"consumable"},"n":"Potion of Mind Control (humanoid)"},{"id":16485,"c":4,"u":"potion%20of%20mind%20control%20(monster)_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"potion of mind control (monster)|tftyp","xF":{"ft":"consumable"},"n":"Potion of Mind Control (monster)"},{"id":16486,"c":4,"u":"robe%20of%20summer_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"robe of summer|tftyp","xF":{"ft":"equipment"},"n":"Robe of Summer"},{"id":16487,"c":4,"u":"shatterspike_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"shatterspike|tftyp","xF":{"ft":"weapon"},"n":"Shatterspike"},{"id":16488,"c":4,"u":"spear%20of%20backbiting_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"spear of backbiting|tftyp","xF":{"ft":"weapon"},"n":"Spear of Backbiting"},{"id":16489,"c":4,"u":"stone%20of%20ill%20luck_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"stone of ill luck|tftyp","xF":{"ft":"equipment"},"n":"Stone of Ill Luck"},{"id":16490,"c":4,"u":"wand%20of%20entangle_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"wand of entangle|tftyp","xF":{"ft":"consumable"},"n":"Wand of Entangle"},{"id":16491,"c":4,"u":"waythe_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"waythe|tftyp","xF":{"ft":"weapon"},"n":"Waythe"},{"id":16492,"c":4,"u":"white%20dragon%20cape_tftyp","p":193,"s":62,"h":1,"t":12,"uu":"white dragon cape|tftyp","xF":{"ft":"loot"},"n":"White Dragon Cape"},{"id":16493,"c":4,"u":"amulet%20of%20the%20black%20skull_toa","p":206,"s":63,"h":1,"t":12,"uu":"amulet of the black skull|toa","xF":{"ft":"equipment"},"n":"Amulet of the Black Skull"},{"id":16494,"c":4,"u":"arcanaloth's%20music%20box_toa","p":188,"s":63,"h":1,"t":12,"uu":"arcanaloth's music box|toa","xF":{"ft":"loot"},"n":"Arcanaloth's Music Box"},{"id":16495,"c":4,"u":"bob_toa","p":89,"s":63,"h":1,"t":12,"uu":"bob|toa","xF":{"ft":"weapon"},"n":"Bob"},{"id":16496,"c":4,"u":"bookmark_toa","p":206,"s":63,"h":1,"t":12,"uu":"bookmark|toa","xF":{"ft":"weapon"},"n":"Bookmark"},{"id":16497,"c":4,"u":"canoe_toa","p":31,"s":63,"h":1,"t":12,"uu":"canoe|toa","xF":{"ft":"loot"},"n":"Canoe"},{"id":16498,"c":4,"u":"dancing%20monkey%20fruit_toa","p":205,"s":63,"h":1,"t":12,"uu":"dancing monkey fruit|toa","xF":{"ft":"loot"},"n":"Dancing Monkey Fruit"},{"id":16499,"c":4,"u":"devlin's%20staff%20of%20striking_toa","p":141,"s":63,"h":1,"t":12,"uu":"devlin's staff of striking|toa","xF":{"ft":"loot"},"n":"Devlin's Staff of Striking"},{"id":16500,"c":4,"u":"draconic%20longsword_toa","p":173,"s":63,"h":1,"t":12,"uu":"draconic longsword|toa","xF":{"ft":"weapon"},"n":"Draconic Longsword"},{"id":16501,"c":4,"u":"ghost%20lantern_toa","p":206,"s":63,"h":1,"t":12,"uu":"ghost lantern|toa","m":"items/ToA/Ghost Lantern.webp","xF":{"ft":"equipment"},"n":"Ghost Lantern"},{"id":16502,"c":4,"u":"insect%20repellent%20(block%20of%20incense)_toa","p":32,"s":63,"h":1,"t":12,"uu":"insect repellent (block of incense)|toa","xF":{"ft":"consumable"},"n":"Insect Repellent (block of incense)"},{"id":16503,"c":4,"u":"insect%20repellent%20(greasy%20salve)_toa","p":32,"s":63,"h":1,"t":12,"uu":"insect repellent (greasy salve)|toa","xF":{"ft":"consumable"},"n":"Insect Repellent (greasy salve)"},{"id":16504,"c":4,"u":"mask%20of%20the%20beast_toa","p":207,"s":63,"h":1,"t":12,"uu":"mask of the beast|toa","m":"items/ToA/Mask of the Beast.webp","xF":{"ft":"equipment"},"n":"Mask of the Beast"},{"id":16505,"c":4,"u":"menga%20leaves%20(1%20ounce)_toa","p":205,"s":63,"h":1,"t":12,"uu":"menga leaves (1 ounce)|toa","xF":{"ft":"loot"},"n":"Menga leaves (1 ounce)"},{"id":16506,"c":4,"u":"petrified%20grung%20egg_toa","p":144,"s":63,"h":1,"t":12,"uu":"petrified grung egg|toa","xF":{"ft":"loot"},"n":"Petrified Grung Egg"},{"id":16507,"c":4,"u":"rain%20catcher_toa","p":32,"s":63,"h":1,"t":12,"uu":"rain catcher|toa","xF":{"ft":"loot"},"n":"Rain Catcher"},{"id":16508,"c":4,"u":"ring%20of%20winter_toa","p":207,"s":63,"h":1,"t":12,"uu":"ring of winter|toa","m":"items/ToA/Ring of Winter.webp","xF":{"ft":"equipment"},"n":"Ring of Winter"},{"id":16509,"c":4,"u":"ryath%20root_toa","p":205,"s":63,"h":1,"t":12,"uu":"ryath root|toa","xF":{"ft":"consumable"},"n":"Ryath Root"},{"id":16510,"c":4,"u":"scorpion%20armor_toa","p":208,"s":63,"h":1,"t":12,"uu":"scorpion armor|toa","xF":{"ft":"equipment"},"n":"Scorpion Armor"},{"id":16511,"c":4,"u":"shield%20of%20shouting_toa","p":116,"s":63,"h":1,"t":12,"uu":"shield of shouting|toa","xF":{"ft":"equipment"},"n":"Shield of Shouting"},{"id":16512,"c":4,"u":"sinda%20berries%20(10)_toa","p":205,"s":63,"h":1,"t":12,"uu":"sinda berries (10)|toa","xF":{"ft":"consumable"},"n":"Sinda berries (10)"},{"id":16513,"c":4,"u":"staff%20of%20the%20forgotten%20one_toa","p":208,"s":63,"h":1,"t":12,"uu":"staff of the forgotten one|toa","xF":{"ft":"weapon"},"n":"Staff of the Forgotten One"},{"id":16514,"c":4,"u":"tej_toa","p":32,"s":63,"h":1,"t":12,"uu":"tej|toa","xF":{"ft":"consumable"},"n":"Tej"},{"id":16515,"c":4,"u":"wildroot_toa","p":205,"s":63,"h":1,"t":12,"uu":"wildroot|toa","xF":{"ft":"loot"},"n":"Wildroot"},{"id":16516,"c":4,"u":"wukka%20nut_toa","p":205,"s":63,"h":1,"t":12,"uu":"wukka nut|toa","xF":{"ft":"loot"},"n":"Wukka Nut"},{"id":16517,"c":4,"u":"yahcha_toa","p":205,"s":63,"h":1,"t":12,"uu":"yahcha|toa","xF":{"ft":"loot"},"n":"Yahcha"},{"id":16518,"c":4,"u":"zabou_toa","p":205,"s":63,"h":1,"t":12,"uu":"zabou|toa","xF":{"ft":"loot"},"n":"Zabou"},{"id":16519,"c":4,"u":"dissimortuum's%20cursed%20mask_tob1-2023","p":106,"s":64,"h":1,"dP":1,"t":12,"uu":"dissimortuum's cursed mask|tob1-2023","xF":{"ft":"equipment"},"n":"Dissimortuum's Cursed Mask"},{"id":16520,"c":4,"u":"spinosaurus_tob1-2023","p":103,"s":64,"h":1,"dP":1,"t":12,"uu":"spinosaurus|tob1-2023","xF":{"ft":"loot"},"n":"Spinosaurus"},{"id":16521,"c":4,"u":"vanisher%20hat_tob1-2023","p":319,"s":64,"h":1,"dP":1,"t":12,"uu":"vanisher hat|tob1-2023","xF":{"ft":"equipment"},"n":"Vanisher Hat"},{"id":16522,"c":4,"u":"chime%20of%20exile_veor","p":46,"s":66,"h":1,"t":12,"uu":"chime of exile|veor","m":"items/VEoR/Chime of Exile.webp","xF":{"ft":"equipment"},"n":"Chime of Exile"},{"id":16523,"c":4,"u":"crown%20of%20lies_veor","p":6,"s":66,"h":1,"t":12,"uu":"crown of lies|veor","m":"items/VEoR/Crown of Lies.webp","xF":{"ft":"equipment"},"n":"Crown of Lies"},{"id":16524,"c":4,"u":"rod%20of%20seven%20parts_veor","p":8,"s":66,"h":1,"t":12,"uu":"rod of seven parts|veor","m":"items/VEoR/Rod of Seven Parts.webp","xF":{"ft":"weapon"},"n":"Rod of Seven Parts"},{"id":16525,"c":4,"u":"flensing%20claws%20(huge)_vgm","p":81,"s":67,"h":1,"t":12,"uu":"flensing claws (huge)|vgm","xF":{"ft":"weapon"},"n":"Flensing Claws (Huge)"},{"id":16526,"c":4,"u":"flensing%20claws%20(large)_vgm","p":81,"s":67,"h":1,"t":12,"uu":"flensing claws (large)|vgm","xF":{"ft":"weapon"},"n":"Flensing Claws (Large)"},{"id":16527,"c":4,"u":"flensing%20claws%20(medium)_vgm","p":81,"s":67,"h":1,"t":12,"uu":"flensing claws (medium)|vgm","xF":{"ft":"weapon"},"n":"Flensing Claws (Medium)"},{"id":16528,"c":4,"u":"flensing%20claws%20(small)_vgm","p":81,"s":67,"h":1,"t":12,"uu":"flensing claws (small)|vgm","xF":{"ft":"weapon"},"n":"Flensing Claws (Small)"},{"id":16529,"c":4,"u":"mind%20lash_vgm","p":81,"s":67,"h":1,"t":12,"uu":"mind lash|vgm","xF":{"ft":"weapon"},"n":"Mind Lash"},{"id":16530,"c":4,"u":"shield%20of%20far%20sight_vgm","p":81,"s":67,"h":1,"t":12,"uu":"shield of far sight|vgm","xF":{"ft":"equipment"},"n":"Shield of Far Sight"},{"id":16531,"c":4,"u":"survival%20mantle_vgm","p":81,"s":67,"h":1,"t":12,"uu":"survival mantle|vgm","xF":{"ft":"equipment"},"n":"Survival Mantle"},{"id":16532,"c":4,"u":"harkon's%20bite_vrgr","p":137,"s":68,"h":1,"t":12,"uu":"harkon's bite|vrgr","xF":{"ft":"equipment"},"n":"Harkon's Bite"},{"id":16533,"c":4,"u":"horror%20trinket_vrgr","p":36,"s":68,"h":1,"t":12,"uu":"horror trinket|vrgr","xF":{"ft":"loot"},"n":"Horror Trinket"},{"id":16534,"c":4,"u":"ivana's%20whisper_vrgr","p":83,"s":68,"h":1,"t":12,"uu":"ivana's whisper|vrgr","xF":{"ft":"consumable"},"n":"Ivana's Whisper"},{"id":16535,"c":4,"u":"monster%20hunter's%20pack_vrgr","p":34,"s":68,"h":1,"t":12,"uu":"monster hunter's pack|vrgr","xF":{"ft":"loot"},"n":"Monster Hunter's Pack"},{"id":16536,"c":4,"u":"nepenthe_vrgr","p":86,"s":68,"h":1,"t":12,"uu":"nepenthe|vrgr","m":"items/VRGR/Nepenthe.webp","xF":{"ft":"weapon"},"n":"Nepenthe"},{"id":16537,"c":4,"u":"black%20chromatic%20rose_wbtw","p":208,"s":69,"h":1,"t":12,"uu":"black chromatic rose|wbtw","xF":{"ft":"equipment"},"n":"Black Chromatic Rose"},{"id":16538,"c":4,"u":"blue%20chromatic%20rose_wbtw","p":208,"s":69,"h":1,"t":12,"uu":"blue chromatic rose|wbtw","xF":{"ft":"equipment"},"n":"Blue Chromatic Rose"},{"id":16539,"c":4,"u":"bobbing%20lily%20pad_wbtw","p":208,"s":69,"h":1,"t":12,"uu":"bobbing lily pad|wbtw","xF":{"ft":"equipment"},"n":"Bobbing Lily Pad"},{"id":16540,"c":4,"u":"dust%20of%20corrosion_wbtw","p":209,"s":69,"h":1,"t":12,"uu":"dust of corrosion|wbtw","xF":{"ft":"equipment"},"n":"Dust of Corrosion"},{"id":16541,"c":4,"u":"eldritch%20staff_wbtw","p":209,"s":69,"h":1,"t":12,"uu":"eldritch staff|wbtw","xF":{"ft":"weapon"},"n":"Eldritch Staff"},{"id":16542,"c":4,"u":"feywild%20trinket_wbtw","p":7,"s":69,"h":1,"t":12,"uu":"feywild trinket|wbtw","m":"items/WBtW/Feywild Trinket.webp","xF":{"ft":"loot"},"n":"Feywild Trinket"},{"id":16543,"c":4,"u":"green%20chromatic%20rose_wbtw","p":208,"s":69,"h":1,"t":12,"uu":"green chromatic rose|wbtw","xF":{"ft":"equipment"},"n":"Green Chromatic Rose"},{"id":16544,"c":4,"u":"iggwilv's%20cauldron_wbtw","p":209,"s":69,"h":1,"t":12,"uu":"iggwilv's cauldron|wbtw","m":"items/WBtW/Iggwilvs Cauldron.webp","xF":{"ft":"equipment"},"n":"Iggwilv's Cauldron"},{"id":16545,"c":4,"u":"ornithopter%20of%20flying_wbtw","p":212,"s":69,"h":1,"t":12,"uu":"ornithopter of flying|wbtw","m":"items/WBtW/Ornithopter of Flying.webp","xF":{"ft":"equipment"},"n":"Ornithopter of Flying"},{"id":16546,"c":4,"u":"pixie%20dust_wbtw","p":212,"s":69,"h":1,"t":12,"uu":"pixie dust|wbtw","xF":{"ft":"equipment"},"n":"Pixie Dust"},{"id":16547,"c":4,"u":"potion%20of%20advantage_wbtw","p":212,"s":69,"h":1,"t":12,"uu":"potion of advantage|wbtw","xF":{"ft":"consumable"},"n":"Potion of Advantage"},{"id":16548,"c":4,"u":"red%20chromatic%20rose_wbtw","p":208,"s":69,"h":1,"t":12,"uu":"red chromatic rose|wbtw","xF":{"ft":"equipment"},"n":"Red Chromatic Rose"},{"id":16549,"c":4,"u":"scissors%20of%20shadow%20snipping_wbtw","p":213,"s":69,"h":1,"t":12,"uu":"scissors of shadow snipping|wbtw","xF":{"ft":"equipment"},"n":"Scissors of Shadow Snipping"},{"id":16550,"c":4,"u":"snicker-snack_wbtw","p":213,"s":69,"h":1,"t":12,"uu":"snicker-snack|wbtw","m":"items/WBtW/Snicker-Snack.webp","xF":{"ft":"weapon"},"n":"Snicker-Snack"},{"id":16551,"c":4,"u":"steel_wbtw","p":214,"s":69,"h":1,"t":12,"uu":"steel|wbtw","m":"items/WBtW/Steel.webp","xF":{"ft":"weapon"},"n":"Steel"},{"id":16552,"c":4,"u":"white%20chromatic%20rose_wbtw","p":208,"s":69,"h":1,"t":12,"uu":"white chromatic rose|wbtw","xF":{"ft":"equipment"},"n":"White Chromatic Rose"},{"id":16553,"c":4,"u":"witchlight%20vane_wbtw","p":27,"s":69,"h":1,"t":12,"uu":"witchlight vane|wbtw","m":"items/WBtW/Witchlight Vane.webp","xF":{"ft":"loot"},"n":"Witchlight Vane"},{"id":16554,"c":4,"u":"witchlight%20watch_wbtw","p":25,"s":69,"h":1,"t":12,"uu":"witchlight watch|wbtw","xF":{"ft":"equipment"},"n":"Witchlight Watch"},{"id":16555,"c":4,"u":"woodcutter's%20axe_wbtw","p":214,"s":69,"h":1,"t":12,"uu":"woodcutter's axe|wbtw","xF":{"ft":"weapon"},"n":"Woodcutter's Axe"},{"id":16556,"c":4,"u":"adamantine%20bar_wdh","p":90,"s":70,"h":1,"t":12,"uu":"adamantine bar|wdh","xF":{"ft":"loot"},"n":"Adamantine Bar"},{"id":16557,"c":4,"u":"adjustable%20stilts_wdh","p":47,"s":70,"h":1,"t":12,"uu":"adjustable stilts|wdh","xF":{"ft":"loot"},"n":"Adjustable Stilts"},{"id":16558,"c":4,"u":"azuredge_wdh","p":189,"s":70,"h":1,"t":12,"uu":"azuredge|wdh","xF":{"ft":"weapon"},"n":"Azuredge"},{"id":16559,"c":4,"u":"backpack%20parachute_wdh","p":47,"s":70,"h":1,"t":12,"uu":"backpack parachute|wdh","xF":{"ft":"loot"},"n":"Backpack Parachute"},{"id":16560,"c":4,"u":"badge%20of%20the%20watch_wdh","p":189,"s":70,"h":1,"t":12,"uu":"badge of the watch|wdh","m":"items/WDH/Badge of the Watch.webp","xF":{"ft":"equipment"},"n":"Badge of the Watch"},{"id":16561,"c":4,"u":"barking%20box_wdh","p":47,"s":70,"h":1,"t":12,"uu":"barking box|wdh","xF":{"ft":"loot"},"n":"Barking Box"},{"id":16562,"c":4,"u":"blackstaff_wdh","p":190,"s":70,"h":1,"t":12,"uu":"blackstaff|wdh","xF":{"ft":"weapon"},"n":"Blackstaff"},{"id":16563,"c":4,"u":"bracer%20of%20flying%20daggers_wdh","p":190,"s":70,"h":1,"t":12,"uu":"bracer of flying daggers|wdh","xF":{"ft":"equipment"},"n":"Bracer of Flying Daggers"},{"id":16564,"c":4,"u":"charred%20wand%20of%20magic%20missiles_wdh","p":77,"s":70,"h":1,"t":12,"uu":"charred wand of magic missiles|wdh","xF":{"ft":"loot"},"n":"Charred Wand of Magic Missiles"},{"id":16565,"c":4,"u":"dragon_wdh","p":169,"s":70,"h":1,"t":12,"uu":"dragon|wdh","xF":{"ft":"loot"},"n":"Dragon"},{"id":16566,"c":4,"u":"dragonstaff%20of%20ahghairon_wdh","p":191,"s":70,"h":1,"t":12,"uu":"dragonstaff of ahghairon|wdh","m":"items/WDH/Dragonstaff of Ahghairon.webp","xF":{"ft":"weapon"},"n":"Dragonstaff of Ahghairon"},{"id":16567,"c":4,"u":"feather%20of%20diatryma%20summoning_wdh","p":191,"s":70,"h":1,"t":12,"uu":"feather of diatryma summoning|wdh","xF":{"ft":"equipment"},"n":"Feather of Diatryma Summoning"},{"id":16568,"c":4,"u":"harbor%20moon_wdh","p":169,"s":70,"h":1,"t":12,"uu":"harbor moon|wdh","xF":{"ft":"loot"},"n":"Harbor Moon"},{"id":16569,"c":4,"u":"knave's%20eye%20patch_wdh","p":191,"s":70,"h":1,"t":12,"uu":"knave's eye patch|wdh","xF":{"ft":"equipment"},"n":"Knave's Eye Patch"},{"id":16570,"c":4,"u":"lord's%20ensemble_wdh","p":191,"s":70,"h":1,"t":12,"uu":"lord's ensemble|wdh","m":"items/WDH/Lord's Ensemble.webp","xF":{"ft":"equipment"},"n":"Lord's Ensemble"},{"id":16571,"c":4,"u":"matchless%20pipe_wdh","p":47,"s":70,"h":1,"t":12,"uu":"matchless pipe|wdh","xF":{"ft":"loot"},"n":"Matchless Pipe"},{"id":16572,"c":4,"u":"nib_wdh","p":169,"s":70,"h":1,"t":12,"uu":"nib|wdh","xF":{"ft":"loot"},"n":"Nib"},{"id":16573,"c":4,"u":"nimblewright%20detector_wdh","p":47,"s":70,"h":1,"t":12,"uu":"nimblewright detector|wdh","xF":{"ft":"loot"},"n":"Nimblewright Detector"},{"id":16574,"c":4,"u":"oversized%20longbow_wdh","p":201,"s":70,"h":1,"t":12,"uu":"oversized longbow|wdh","xF":{"ft":"weapon"},"n":"Oversized Longbow"},{"id":16575,"c":4,"u":"paper%20bird_wdh","p":191,"s":70,"h":1,"t":12,"uu":"paper bird|wdh","m":"items/WDH/Paper Bird.webp","xF":{"ft":"equipment"},"n":"Paper Bird"},{"id":16576,"c":4,"u":"ring%20of%20truth%20telling_wdh","p":192,"s":70,"h":1,"t":12,"uu":"ring of truth telling|wdh","xF":{"ft":"equipment"},"n":"Ring of Truth Telling"},{"id":16577,"c":4,"u":"shard_wdh","p":169,"s":70,"h":1,"t":12,"uu":"shard|wdh","xF":{"ft":"loot"},"n":"Shard"},{"id":16578,"c":4,"u":"smokepowder_wdh","p":192,"s":70,"h":1,"t":12,"uu":"smokepowder|wdh","xF":{"ft":"equipment"},"n":"Smokepowder"},{"id":16579,"c":4,"u":"stone%20of%20golorr_wdh","p":192,"s":70,"h":1,"t":12,"uu":"stone of golorr|wdh","m":"items/WDH/Stone of Golorr.webp","xF":{"ft":"equipment"},"n":"Stone of Golorr"},{"id":16580,"c":4,"u":"sun_wdh","p":169,"s":70,"h":1,"t":12,"uu":"sun|wdh","xF":{"ft":"loot"},"n":"Sun"},{"id":16581,"c":4,"u":"taol_wdh","p":169,"s":70,"h":1,"t":12,"uu":"taol|wdh","xF":{"ft":"loot"},"n":"Taol"},{"id":16582,"c":4,"u":"teleporter%20ring_wdh","p":157,"s":70,"h":1,"t":12,"uu":"teleporter ring|wdh","xF":{"ft":"equipment"},"n":"Teleporter Ring"},{"id":16583,"c":4,"u":"black%20crystal%20tablet_wdmm","p":284,"s":71,"h":1,"t":12,"uu":"black crystal tablet|wdmm","xF":{"ft":"equipment"},"n":"Black Crystal Tablet"},{"id":16584,"c":4,"u":"blast%20scepter_wdmm","p":310,"s":71,"h":1,"t":12,"uu":"blast scepter|wdmm","xF":{"ft":"equipment"},"n":"Blast Scepter"},{"id":16585,"c":4,"u":"chest%20of%20preserving_wdmm","p":139,"s":71,"h":1,"t":12,"uu":"chest of preserving|wdmm","xF":{"ft":"equipment"},"n":"Chest of Preserving"},{"id":16586,"c":4,"u":"circlet%20of%20human%20perfection_wdmm","p":30,"s":71,"h":1,"t":12,"uu":"circlet of human perfection|wdmm","xF":{"ft":"equipment"},"n":"Circlet of Human Perfection"},{"id":16587,"c":4,"u":"dagger%20of%20blindsight_wdmm","p":86,"s":71,"h":1,"t":12,"uu":"dagger of blindsight|wdmm","xF":{"ft":"weapon"},"n":"Dagger of Blindsight"},{"id":16588,"c":4,"u":"dagger%20of%20guitar%20solos_wdmm","p":228,"s":71,"h":1,"t":12,"uu":"dagger of guitar solos|wdmm","xF":{"ft":"weapon"},"n":"Dagger of Guitar Solos"},{"id":16589,"c":4,"u":"dodecahedron%20of%20doom_wdmm","p":284,"s":71,"h":1,"t":12,"uu":"dodecahedron of doom|wdmm","xF":{"ft":"equipment"},"n":"Dodecahedron of Doom"},{"id":16590,"c":4,"u":"falkir's%20helm%20of%20pigheadedness_wdmm","p":141,"s":71,"h":1,"t":12,"uu":"falkir's helm of pigheadedness|wdmm","xF":{"ft":"equipment"},"n":"Falkir's Helm of Pigheadedness"},{"id":16591,"c":4,"u":"helm%20of%20the%20scavenger_wdmm","p":297,"s":71,"h":1,"t":12,"uu":"helm of the scavenger|wdmm","xF":{"ft":"equipment"},"n":"Helm of the Scavenger"},{"id":16592,"c":4,"u":"horn%20of%20the%20endless%20maze_wdmm","p":163,"s":71,"h":1,"t":12,"uu":"horn of the endless maze|wdmm","xF":{"ft":"loot"},"n":"Horn of the Endless Maze"},{"id":16593,"c":4,"u":"horned%20ring_wdmm","p":108,"s":71,"h":1,"t":12,"uu":"horned ring|wdmm","xF":{"ft":"equipment"},"n":"Horned Ring"},{"id":16594,"c":4,"u":"jade%20serpent%20staff_wdmm","p":92,"s":71,"h":1,"t":12,"uu":"jade serpent staff|wdmm","xF":{"ft":"loot"},"n":"Jade Serpent Staff"},{"id":16595,"c":4,"u":"maddgoth's%20helm_wdmm","p":103,"s":71,"h":1,"t":12,"uu":"maddgoth's helm|wdmm","xF":{"ft":"loot"},"n":"Maddgoth's Helm"},{"id":16596,"c":4,"u":"mind%20flayer%20skull_wdmm","p":197,"s":71,"h":1,"t":12,"uu":"mind flayer skull|wdmm","xF":{"ft":"loot"},"n":"Mind Flayer Skull"},{"id":16597,"c":4,"u":"orb%20of%20gonging_wdmm","p":174,"s":71,"h":1,"t":12,"uu":"orb of gonging|wdmm","xF":{"ft":"equipment"},"n":"Orb of Gonging"},{"id":16598,"c":4,"u":"pearl%20of%20undead%20detection_wdmm","p":76,"s":71,"h":1,"t":12,"uu":"pearl of undead detection|wdmm","xF":{"ft":"loot"},"n":"Pearl of Undead Detection"},{"id":16599,"c":4,"u":"potion%20of%20comprehension_wdmm","p":62,"s":71,"h":1,"t":12,"uu":"potion of comprehension|wdmm","xF":{"ft":"consumable"},"n":"Potion of Comprehension"},{"id":16600,"c":4,"u":"potion%20of%20watchful%20rest_wdmm","p":62,"s":71,"h":1,"t":12,"uu":"potion of watchful rest|wdmm","xF":{"ft":"consumable"},"n":"Potion of Watchful Rest"},{"id":16601,"c":4,"u":"professor%20orb_wdmm","p":284,"s":71,"h":1,"t":12,"uu":"professor orb|wdmm","xF":{"ft":"equipment"},"n":"Professor Orb"},{"id":16602,"c":4,"u":"propeller%20helm_wdmm","p":251,"s":71,"h":1,"t":12,"uu":"propeller helm|wdmm","xF":{"ft":"equipment"},"n":"Propeller Helm"},{"id":16603,"c":4,"u":"shield%20of%20the%20uven%20rune_wdmm","p":299,"s":71,"h":1,"t":12,"uu":"shield of the uven rune|wdmm","xF":{"ft":"equipment"},"n":"Shield of the Uven Rune"},{"id":16604,"c":4,"u":"tangler%20grenade_wdmm","p":244,"s":71,"h":1,"t":12,"uu":"tangler grenade|wdmm","xF":{"ft":"loot"},"n":"Tangler Grenade"},{"id":16605,"c":4,"u":"tearulai_wdmm","p":70,"s":71,"h":1,"t":12,"uu":"tearulai|wdmm","xF":{"ft":"weapon"},"n":"Tearulai"},{"id":16606,"c":4,"u":"vanrak's%20mithral%20shirt_wdmm","p":237,"s":71,"h":1,"t":12,"uu":"vanrak's mithral shirt|wdmm","xF":{"ft":"equipment"},"n":"Vanrak's Mithral Shirt"},{"id":16607,"c":4,"u":"vial%20of%20stardust_wdmm","p":251,"s":71,"h":1,"t":12,"uu":"vial of stardust|wdmm","xF":{"ft":"loot"},"n":"Vial of Stardust"},{"id":16608,"c":4,"u":"wyllow's%20staff%20of%20flowers_wdmm","p":75,"s":71,"h":1,"t":12,"uu":"wyllow's staff of flowers|wdmm","xF":{"ft":"loot"},"n":"Wyllow's Staff of Flowers"},{"id":16609,"c":4,"u":"chip%20of%20creation_aitfr-avt","p":11,"s":105,"h":1,"t":12,"uu":"chip of creation|aitfr-avt","xF":{"ft":"equipment"},"n":"Chip of Creation"},{"id":16610,"c":4,"u":"keystone%20of%20creation_aitfr-avt","p":12,"s":105,"h":1,"t":12,"uu":"keystone of creation|aitfr-avt","xF":{"ft":"equipment"},"n":"Keystone of Creation"},{"id":16611,"c":4,"u":"stone%20of%20creation_aitfr-avt","p":10,"s":105,"h":1,"t":12,"uu":"stone of creation|aitfr-avt","xF":{"ft":"equipment"},"n":"Stone of Creation"},{"id":16612,"c":4,"u":"planar%20key_aitfr-thp","p":13,"s":76,"h":1,"t":12,"uu":"planar key|aitfr-thp","xF":{"ft":"equipment"},"n":"Planar Key"},{"id":16613,"c":4,"u":"vial%20of%20thought%20capture_azfyt","p":4,"s":113,"h":1,"t":12,"uu":"vial of thought capture|azfyt","xF":{"ft":"loot"},"n":"Vial of Thought Capture"},{"id":16614,"c":4,"u":"helm%20of%20disjunction_hat-lmi","s":114,"h":1,"t":12,"uu":"helm of disjunction|hat-lmi","m":"items/HAT-LMI/Helm of Disjunction.webp","xF":{"ft":"equipment"},"n":"Helm of Disjunction"},{"id":16615,"c":4,"u":"hither-thither%20staff_hat-lmi","s":114,"h":1,"t":12,"uu":"hither-thither staff|hat-lmi","m":"items/HAT-LMI/Hither-Thither Staff.webp","xF":{"ft":"weapon"},"n":"Hither-Thither Staff"},{"id":16616,"c":4,"u":"horn%20of%20beckoning%20death_hat-lmi","s":114,"h":1,"t":12,"uu":"horn of beckoning death|hat-lmi","m":"items/HAT-LMI/Horn of Beckoning Death.webp","xF":{"ft":"equipment"},"n":"Horn of Beckoning Death"},{"id":16617,"c":4,"u":"red%20wizard%20blade_hat-lmi","s":114,"h":1,"t":12,"uu":"red wizard blade|hat-lmi","m":"items/HAT-LMI/Red Wizard Blade.webp","xF":{"ft":"weapon"},"n":"Red Wizard Blade"},{"id":16618,"c":4,"u":"tablet%20of%20reawakening_hat-lmi","s":114,"h":1,"t":12,"uu":"tablet of reawakening|hat-lmi","m":"items/HAT-LMI/Tablet of Reawakening.webp","xF":{"ft":"equipment"},"n":"Tablet of Reawakening"},{"id":16619,"c":4,"u":"blood%20of%20the%20lycanthrope_imr","p":93,"s":80,"h":1,"t":12,"uu":"blood of the lycanthrope|imr","xF":{"ft":"consumable"},"n":"Blood of the Lycanthrope"},{"id":16620,"c":4,"u":"blood%20of%20the%20lycanthrope%20antidote_imr","p":94,"s":80,"h":1,"t":12,"uu":"blood of the lycanthrope antidote|imr","xF":{"ft":"consumable"},"n":"Blood of the Lycanthrope Antidote"},{"id":16621,"c":4,"u":"bridle%20of%20capturing_imr","p":94,"s":80,"h":1,"t":12,"uu":"bridle of capturing|imr","xF":{"ft":"equipment"},"n":"Bridle of Capturing"},{"id":16622,"c":4,"u":"crown%20of%20the%20forest_imr","p":7,"s":80,"h":1,"t":12,"uu":"crown of the forest|imr","xF":{"ft":"equipment"},"n":"Crown of the Forest"},{"id":16623,"c":4,"u":"dust%20of%20the%20mummy_imr","p":93,"s":80,"h":1,"t":12,"uu":"dust of the mummy|imr","xF":{"ft":"consumable"},"n":"Dust of the Mummy"},{"id":16624,"c":4,"u":"ioun%20stone%20of%20vitality_imr","p":94,"s":80,"h":1,"t":12,"uu":"ioun stone of vitality|imr","xF":{"ft":"equipment"},"n":"Ioun Stone of Vitality"},{"id":16625,"c":4,"u":"mummy%20rot%20antidote_imr","p":94,"s":80,"h":1,"t":12,"uu":"mummy rot antidote|imr","xF":{"ft":"consumable"},"n":"Mummy Rot Antidote"},{"id":16626,"c":4,"u":"ruinblade_imr","p":95,"s":80,"h":1,"t":12,"uu":"ruinblade|imr","xF":{"ft":"weapon"},"n":"Ruinblade"},{"id":16627,"c":4,"u":"the%20infernal%20machine%20of%20lum%20the%20mad_imr","p":96,"s":80,"h":1,"t":12,"uu":"the infernal machine of lum the mad|imr","xF":{"ft":"equipment"},"n":"The Infernal Machine of Lum the Mad"},{"id":16628,"c":4,"u":"thessaltoxin_imr","p":93,"s":80,"h":1,"t":12,"uu":"thessaltoxin|imr","xF":{"ft":"consumable"},"n":"Thessaltoxin"},{"id":16629,"c":4,"u":"thessaltoxin%20antidote_imr","p":95,"s":80,"h":1,"t":12,"uu":"thessaltoxin antidote|imr","xF":{"ft":"consumable"},"n":"Thessaltoxin Antidote"},{"id":16630,"c":4,"u":"barrier%20peaks%20trinket_llk","p":7,"s":81,"h":1,"t":12,"uu":"barrier peaks trinket|llk","xF":{"ft":"loot"},"n":"Barrier Peaks Trinket"},{"id":16631,"c":4,"u":"deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"t":12,"uu":"deck of several things|llk","xF":{"ft":"equipment"},"n":"Deck of Several Things"},{"id":16632,"c":4,"u":"enchanted%20three-dragon%20ante%20set_llk","p":15,"s":81,"h":1,"t":12,"uu":"enchanted three-dragon ante set|llk","xF":{"ft":"loot"},"n":"Enchanted Three-Dragon Ante Set"},{"id":16633,"c":4,"u":"galder's%20bubble%20pipe_llk","p":55,"s":81,"h":1,"t":12,"uu":"galder's bubble pipe|llk","xF":{"ft":"equipment"},"n":"Galder's Bubble Pipe"},{"id":16634,"c":4,"u":"heward's%20hireling%20armor_llk","p":55,"s":81,"h":1,"t":12,"uu":"heward's hireling armor|llk","xF":{"ft":"equipment"},"n":"Heward's Hireling Armor"},{"id":16635,"c":4,"u":"ioun%20stone%2c%20historical%20knowledge_llk","p":55,"s":81,"h":1,"t":12,"uu":"ioun stone, historical knowledge|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Historical Knowledge"},{"id":16636,"c":4,"u":"ioun%20stone%2c%20language%20knowledge_llk","p":55,"s":81,"h":1,"t":12,"uu":"ioun stone, language knowledge|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Language Knowledge"},{"id":16637,"c":4,"u":"ioun%20stone%2c%20natural%20knowledge_llk","p":55,"s":81,"h":1,"t":12,"uu":"ioun stone, natural knowledge|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Natural Knowledge"},{"id":16638,"c":4,"u":"ioun%20stone%2c%20religious%20knowledge_llk","p":55,"s":81,"h":1,"t":12,"uu":"ioun stone, religious knowledge|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Religious Knowledge"},{"id":16639,"c":4,"u":"ioun%20stone%2c%20self-preservation_llk","p":55,"s":81,"h":1,"t":12,"uu":"ioun stone, self-preservation|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Self-Preservation"},{"id":16640,"c":4,"u":"ioun%20stone%2c%20supreme%20intellect_llk","p":55,"s":81,"h":1,"t":12,"uu":"ioun stone, supreme intellect|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Supreme Intellect"},{"id":16641,"c":4,"u":"leather%20golem%20armor_llk","p":55,"s":81,"h":1,"t":12,"uu":"leather golem armor|llk","xF":{"ft":"equipment"},"n":"Leather Golem Armor"},{"id":16642,"c":4,"u":"powered%20armor_llk","p":56,"s":81,"h":1,"t":12,"uu":"powered armor|llk","xF":{"ft":"equipment"},"n":"Powered Armor"},{"id":16643,"c":4,"u":"nightbringer_mcv2dc","p":14,"s":84,"h":1,"t":12,"uu":"nightbringer|mcv2dc","xF":{"ft":"weapon"},"n":"Nightbringer"},{"id":16644,"c":4,"u":"amulet%20of%20harmony_nrh-at","p":8,"s":90,"h":1,"t":12,"uu":"amulet of harmony|nrh-at","xF":{"ft":"equipment"},"n":"Amulet of Harmony"},{"id":16645,"c":4,"u":"prismatic%20well_nrh-at","p":8,"s":90,"h":1,"t":12,"uu":"prismatic well|nrh-at","xF":{"ft":"equipment"},"n":"Prismatic Well"},{"id":16646,"c":4,"u":"amber%20runestone_nrh-tlt","p":6,"s":115,"h":1,"t":12,"uu":"amber runestone|nrh-tlt","xF":{"ft":"equipment"},"n":"Amber Runestone"},{"id":16647,"c":4,"u":"whistle-stick_oga","p":4,"s":116,"h":1,"t":12,"uu":"whistle-stick|oga","xF":{"ft":"tool"},"n":"Whistle-Stick"},{"id":16648,"c":4,"u":"amulet%20of%20dinosaur%20feathers%20(sun%20empire)_psx","p":24,"s":99,"h":1,"t":12,"uu":"amulet of dinosaur feathers (sun empire)|psx","xF":{"ft":"equipment"},"n":"Amulet of dinosaur feathers (Sun Empire)"},{"id":16649,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20inlay%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"t":12,"uu":"bejeweled ivory drinking horn with gold inlay (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Bejeweled ivory drinking horn with gold inlay (Brazen Coalition)"},{"id":16650,"c":4,"u":"bronze%20spyglass%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"t":12,"uu":"bronze spyglass (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Bronze spyglass (Brazen Coalition)"},{"id":16651,"c":4,"u":"carved%20jade%20statuette%20(river%20heralds)_psx","p":24,"s":99,"h":1,"t":12,"uu":"carved jade statuette (river heralds)|psx","xF":{"ft":"loot"},"n":"Carved jade statuette (River Heralds)"},{"id":16652,"c":4,"u":"ceremonial%20silver%20dagger%20with%20gold%20pommel%20and%20black%20pearl%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"t":12,"uu":"ceremonial silver dagger with gold pommel and black pearl (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Ceremonial silver dagger with gold pommel and black pearl (Legion of Dusk)"},{"id":16653,"c":4,"u":"cloth-of-gold%20vestments%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"t":12,"uu":"cloth-of-gold vestments (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Cloth-of-gold vestments (Legion of Dusk)"},{"id":16654,"c":4,"u":"copper%20stein%20with%20silver%20filigree%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"t":12,"uu":"copper stein with silver filigree (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Copper stein with silver filigree (Brazen Coalition)"},{"id":16655,"c":4,"u":"eye%20patch%20with%20a%20mock%20eye%20set%20in%20blue%20sapphire%20and%20moonstone%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"t":12,"uu":"eye patch with a mock eye set in blue sapphire and moonstone (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Eye patch with a mock eye set in blue sapphire and moonstone (Brazen Coalition)"},{"id":16656,"c":4,"u":"feathered%20mantle%20with%20emerald%20clasp%20(sun%20empire)_psx","p":25,"s":99,"h":1,"t":12,"uu":"feathered mantle with emerald clasp (sun empire)|psx","xF":{"ft":"loot"},"n":"Feathered mantle with emerald clasp (Sun Empire)"},{"id":16657,"c":4,"u":"fine%20gold%20chain%20with%20fire%20opals%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"t":12,"uu":"fine gold chain with fire opals (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Fine gold chain with fire opals (Legion of Dusk)"},{"id":16658,"c":4,"u":"fine%20robe%20with%20dinosaur%20feathers%20and%20silver%20embroidery%20(sun%20empire)_psx","p":24,"s":99,"h":1,"t":12,"uu":"fine robe with dinosaur feathers and silver embroidery (sun empire)|psx","xF":{"ft":"loot"},"n":"Fine robe with dinosaur feathers and silver embroidery (Sun Empire)"},{"id":16659,"c":4,"u":"fine%20steel%20rapier%20with%20gold%20filigree%20hilt%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"t":12,"uu":"fine steel rapier with gold filigree hilt (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Fine steel rapier with gold filigree hilt (Legion of Dusk)"},{"id":16660,"c":4,"u":"finely%20articulated%20jade%20glove%20(river%20heralds)_psx","p":25,"s":99,"h":1,"t":12,"uu":"finely articulated jade glove (river heralds)|psx","xF":{"ft":"loot"},"n":"Finely articulated jade glove (River Heralds)"},{"id":16661,"c":4,"u":"gold%20basin%20with%20rubies%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"t":12,"uu":"gold basin with rubies (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold basin with rubies (Legion of Dusk)"},{"id":16662,"c":4,"u":"gold%20chalice%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"t":12,"uu":"gold chalice (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold chalice (Legion of Dusk)"},{"id":16663,"c":4,"u":"gold%20chalice%20set%20with%20emeralds%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"t":12,"uu":"gold chalice set with emeralds (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold chalice set with emeralds (Legion of Dusk)"},{"id":16664,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"t":12,"uu":"gold jewelry box with platinum filigree (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Gold jewelry box with platinum filigree (Brazen Coalition)"},{"id":16665,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"t":12,"uu":"gold locket with a painted portrait inside (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold locket with a painted portrait inside (Legion of Dusk)"},{"id":16666,"c":4,"u":"gold%20music%20box%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"t":12,"uu":"gold music box (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Gold music box (Brazen Coalition)"},{"id":16667,"c":4,"u":"gold%20pendant%20with%20black%20onyx%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"t":12,"uu":"gold pendant with black onyx (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold pendant with black onyx (Legion of Dusk)"},{"id":16668,"c":4,"u":"gold%20ring%20with%20turquoise%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"t":12,"uu":"gold ring with turquoise (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold ring with turquoise (Legion of Dusk)"},{"id":16669,"c":4,"u":"gold-plated%20ceremonial%20helmet%20and%20pauldrons%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"t":12,"uu":"gold-plated ceremonial helmet and pauldrons (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold-plated ceremonial helmet and pauldrons (Legion of Dusk)"},{"id":16670,"c":4,"u":"gold-plated%20sextant%20with%20topaz%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"t":12,"uu":"gold-plated sextant with topaz (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Gold-plated sextant with topaz (Brazen Coalition)"},{"id":16671,"c":4,"u":"jade%20bowl%20(river%20heralds)_psx","p":24,"s":99,"h":1,"t":12,"uu":"jade bowl (river heralds)|psx","xF":{"ft":"loot"},"n":"Jade bowl (River Heralds)"},{"id":16672,"c":4,"u":"jade%20breastplate%20(river%20heralds)_psx","p":25,"s":99,"h":1,"t":12,"uu":"jade breastplate (river heralds)|psx","xF":{"ft":"loot"},"n":"Jade breastplate (River Heralds)"},{"id":16673,"c":4,"u":"jade%20headpiece%20(river%20heralds)_psx","p":24,"s":99,"h":1,"t":12,"uu":"jade headpiece (river heralds)|psx","xF":{"ft":"loot"},"n":"Jade headpiece (River Heralds)"},{"id":16674,"c":4,"u":"jade%20sword%20with%20amber%20(river%20heralds)_psx","p":24,"s":99,"h":1,"t":12,"uu":"jade sword with amber (river heralds)|psx","xF":{"ft":"loot"},"n":"Jade sword with amber (River Heralds)"},{"id":16675,"c":4,"u":"jade%20totem%20with%20diamond%20eyes%20(river%20heralds)_psx","p":25,"s":99,"h":1,"t":12,"uu":"jade totem with diamond eyes (river heralds)|psx","xF":{"ft":"loot"},"n":"Jade totem with diamond eyes (River Heralds)"},{"id":16676,"c":4,"u":"jeweled%20anklet%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"t":12,"uu":"jeweled anklet (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Jeweled anklet (Brazen Coalition)"},{"id":16677,"c":4,"u":"large%20gold%20bracelet%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"t":12,"uu":"large gold bracelet (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Large gold bracelet (Legion of Dusk)"},{"id":16678,"c":4,"u":"large%20jade%20totem%20(river%20heralds)_psx","p":24,"s":99,"h":1,"t":12,"uu":"large jade totem (river heralds)|psx","xF":{"ft":"loot"},"n":"Large jade totem (River Heralds)"},{"id":16679,"c":4,"u":"large%20well-made%20tapestry%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"t":12,"uu":"large well-made tapestry (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Large well-made tapestry (Legion of Dusk)"},{"id":16680,"c":4,"u":"lute%20crafted%20of%20exotic%20wood%20with%20mother-of-pearl%20inlay%20and%20zircon%20gems%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"t":12,"uu":"lute crafted of exotic wood with mother-of-pearl inlay and zircon gems (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Lute crafted of exotic wood with mother-of-pearl inlay and zircon gems (Brazen Coalition)"},{"id":16681,"c":4,"u":"marble%20font%20with%20gold%20inlay%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"t":12,"uu":"marble font with gold inlay (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Marble font with gold inlay (Legion of Dusk)"},{"id":16682,"c":4,"u":"masterpiece%20painting%20in%20mahogany%20frame%20with%20gold%20inlay%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"t":12,"uu":"masterpiece painting in mahogany frame with gold inlay (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Masterpiece painting in mahogany frame with gold inlay (Legion of Dusk)"},{"id":16683,"c":4,"u":"necklace%20of%20electrum%20medallions%20with%20red%20and%20blue%20tournalines%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"t":12,"uu":"necklace of electrum medallions with red and blue tournalines (brazen coalition)|psx","xF":{"ft":"equipment"},"n":"Necklace of electrum medallions with red and blue tournalines (Brazen Coalition)"},{"id":16684,"c":4,"u":"necklace%20of%20jade%20and%20pink%20pearls%20(river%20heralds)_psx","p":25,"s":99,"h":1,"t":12,"uu":"necklace of jade and pink pearls (river heralds)|psx","xF":{"ft":"equipment"},"n":"Necklace of jade and pink pearls (River Heralds)"},{"id":16685,"c":4,"u":"pair%20of%20engraved%20bone%20dice%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"t":12,"uu":"pair of engraved bone dice (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Pair of engraved bone dice (Brazen Coalition)"},{"id":16686,"c":4,"u":"pewter%20mug%20with%20green%20spinels%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"t":12,"uu":"pewter mug with green spinels (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Pewter mug with green spinels (Brazen Coalition)"},{"id":16687,"c":4,"u":"platinum%20headdress%20with%20topaz%20sun%20symbol%20(sun%20empire)_psx","p":25,"s":99,"h":1,"t":12,"uu":"platinum headdress with topaz sun symbol (sun empire)|psx","xF":{"ft":"loot"},"n":"Platinum headdress with topaz sun symbol (Sun Empire)"},{"id":16688,"c":4,"u":"platinum%20ring%20with%20yellow%20sapphire%20(sun%20empire)_psx","p":25,"s":99,"h":1,"t":12,"uu":"platinum ring with yellow sapphire (sun empire)|psx","xF":{"ft":"loot"},"n":"Platinum ring with yellow sapphire (Sun Empire)"},{"id":16689,"c":4,"u":"platinum%20staff%20topped%20with%20amber%20(sun%20empire)_psx","p":25,"s":99,"h":1,"t":12,"uu":"platinum staff topped with amber (sun empire)|psx","xF":{"ft":"loot"},"n":"Platinum staff topped with amber (Sun Empire)"},{"id":16690,"c":4,"u":"silver%20headdress%20with%20amber%20and%20red-coral%20feathers%20(sun%20empire)_psx","p":24,"s":99,"h":1,"t":12,"uu":"silver headdress with amber and red-coral feathers (sun empire)|psx","xF":{"ft":"loot"},"n":"Silver headdress with amber and red-coral feathers (Sun Empire)"},{"id":16691,"c":4,"u":"silver%20medallion%20(sun%20empire)_psx","p":24,"s":99,"h":1,"t":12,"uu":"silver medallion (sun empire)|psx","xF":{"ft":"loot"},"n":"Silver medallion (Sun Empire)"},{"id":16692,"c":4,"u":"silver%20necklace%20with%20an%20amber%20pendant%20(sun%20empire)_psx","p":24,"s":99,"h":1,"t":12,"uu":"silver necklace with an amber pendant (sun empire)|psx","xF":{"ft":"loot"},"n":"Silver necklace with an amber pendant (Sun Empire)"},{"id":16693,"c":4,"u":"silver%20shoulder%20piece%20with%20amber%20and%20garnet%20(sun%20empire)_psx","p":24,"s":99,"h":1,"t":12,"uu":"silver shoulder piece with amber and garnet (sun empire)|psx","xF":{"ft":"loot"},"n":"Silver shoulder piece with amber and garnet (Sun Empire)"},{"id":16694,"c":4,"u":"sun%20amulet%20on%20a%20beaded%20chain%20(sun%20empire)_psx","p":24,"s":99,"h":1,"t":12,"uu":"sun amulet on a beaded chain (sun empire)|psx","xF":{"ft":"loot"},"n":"Sun amulet on a beaded chain (Sun Empire)"},{"id":16695,"c":4,"u":"tiny%20jade%20figurine%20(river%20heralds)_psx","p":24,"s":99,"h":1,"t":12,"uu":"tiny jade figurine (river heralds)|psx","xF":{"ft":"loot"},"n":"Tiny jade figurine (River Heralds)"},{"id":16696,"c":4,"u":"treasure%20chest%20crafted%20of%20exotic%20wood%20with%20gold%20fittings%20and%20opals%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"t":12,"uu":"treasure chest crafted of exotic wood with gold fittings and opals (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Treasure chest crafted of exotic wood with gold fittings and opals (Brazen Coalition)"},{"id":16697,"c":4,"u":"velvet%20doublet%20with%20gold%20buttons%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"t":12,"uu":"velvet doublet with gold buttons (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Velvet doublet with gold buttons (Legion of Dusk)"},{"id":16698,"c":4,"u":"conch%20of%20safe%20rest_ttp","p":17,"s":102,"h":1,"t":12,"uu":"conch of safe rest|ttp","xF":{"ft":"loot"},"n":"Conch of Safe Rest"},{"id":16699,"c":4,"u":"niko's%20mace_uthftlh","s":117,"h":1,"t":12,"uu":"niko's mace|uthftlh","xF":{"ft":"weapon"},"n":"Niko's Mace"},{"id":16700,"c":4,"u":"dowsing%20dagger_xmts","p":19,"s":118,"h":1,"t":12,"uu":"dowsing dagger|xmts","xF":{"ft":"loot"},"n":"Dowsing Dagger"},{"id":16701,"c":4,"u":"pirate's%20cutlass_xmts","p":19,"s":118,"h":1,"t":12,"uu":"pirate's cutlass|xmts","xF":{"ft":"loot"},"n":"Pirate's Cutlass"},{"id":16702,"c":4,"u":"primal%20amulet_xmts","p":19,"s":118,"h":1,"t":12,"uu":"primal amulet|xmts","xF":{"ft":"loot"},"n":"Primal Amulet"},{"id":16703,"c":4,"u":"prying%20blade_xmts","p":19,"s":118,"h":1,"t":12,"uu":"prying blade|xmts","xF":{"ft":"loot"},"n":"Prying Blade"},{"id":16704,"c":4,"u":"sorcerous%20spyglass_xmts","p":19,"s":118,"h":1,"t":12,"uu":"sorcerous spyglass|xmts","xF":{"ft":"loot"},"n":"Sorcerous Spyglass"},{"id":16705,"c":4,"u":"vanquisher's%20banner_xmts","p":19,"s":118,"h":1,"t":12,"uu":"vanquisher's banner|xmts","xF":{"ft":"loot"},"n":"Vanquisher's Banner"},{"id":16706,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power_bgg","p":114,"s":0,"h":1,"t":12,"uu":"prehistoric figurine of wondrous power|bgg","m":"items/BGG/Prehistoric Figurines of Wondrous Power.webp","n":"Prehistoric Figurine of Wondrous Power"},{"id":16707,"c":4,"u":"sage's%20signet_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet|bmt","n":"Sage's Signet"},{"id":16708,"c":4,"u":"wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"t":12,"uu":"wraps of unarmed prowess|bmt","n":"Wraps of Unarmed Prowess"},{"id":16709,"c":4,"u":"dragon%20vessel_ftd","p":27,"s":2,"h":1,"t":12,"uu":"dragon vessel|ftd","n":"Dragon Vessel"},{"id":16710,"c":4,"u":"dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"t":12,"uu":"dragon's wrath weapon|ftd","n":"Dragon's Wrath Weapon"},{"id":16711,"c":4,"u":"dragon-touched%20focus_ftd","p":26,"s":2,"h":1,"t":12,"uu":"dragon-touched focus|ftd","n":"Dragon-Touched Focus"},{"id":16712,"c":4,"u":"scaled%20ornament_ftd","p":27,"s":2,"h":1,"t":12,"uu":"scaled ornament|ftd","n":"Scaled Ornament"},{"id":16713,"c":4,"u":"musical%20instrument_scag","p":124,"s":107,"h":1,"t":12,"uu":"musical instrument|scag","n":"Musical Instrument"},{"id":16714,"c":4,"u":"absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"absorbing tattoo|tce","n":"Absorbing Tattoo"},{"id":16715,"c":4,"u":"spellwrought%20tattoo_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo|tce","n":"Spellwrought Tattoo"},{"id":16716,"c":4,"u":"armor%20of%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of resistance|xdmg","m":"items/XDMG/Armor of Resistance.webp","n":"Armor of Resistance"},{"id":16717,"c":4,"u":"armor%20of%20vulnerability_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of vulnerability|xdmg","n":"Armor of Vulnerability"},{"id":16718,"c":4,"u":"bag%20of%20tricks_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of tricks|xdmg","m":"items/XDMG/Bag of Tricks.webp","n":"Bag of Tricks"},{"id":16719,"c":4,"u":"belt%20of%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of giant strength|xdmg","m":"items/XDMG/Belt of Giant Strength.webp","n":"Belt of Giant Strength"},{"id":16720,"c":4,"u":"carpet%20of%20flying_xdmg","p":242,"s":5,"h":1,"t":12,"uu":"carpet of flying|xdmg","m":"items/XDMG/Carpet of Flying.webp","n":"Carpet of Flying"},{"id":16721,"c":4,"u":"dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","n":"Dragon Scale Mail"},{"id":16722,"c":4,"u":"elemental%20gem_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elemental gem|xdmg","m":"items/XDMG/Elemental Gem.webp","n":"Elemental Gem"},{"id":16723,"c":4,"u":"enspelled%20armor_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor|xdmg","n":"Enspelled Armor"},{"id":16724,"c":4,"u":"enspelled%20staff_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff|xdmg","n":"Enspelled Staff"},{"id":16725,"c":4,"u":"enspelled%20weapon_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon|xdmg","n":"Enspelled Weapon"},{"id":16726,"c":4,"u":"eye%20and%20hand%20of%20vecna_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"eye and hand of vecna|xdmg","m":"items/XDMG/Eye and Hand of Vecna.webp","n":"Eye and Hand of Vecna"},{"id":16727,"c":4,"u":"figurine%20of%20wondrous%20power_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power|xdmg","n":"Figurine of Wondrous Power"},{"id":16728,"c":4,"u":"horn%20of%20valhalla_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of valhalla|xdmg","m":"items/XDMG/Horn of Valhalla.webp","n":"Horn of Valhalla"},{"id":16729,"c":4,"u":"instrument%20of%20the%20bards_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards|xdmg","m":"items/XDMG/Instrument of the Bards.webp","n":"Instrument of the Bards"},{"id":16730,"c":4,"u":"ioun%20stone_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone|xdmg","m":"items/XDMG/Ioun Stone.webp","n":"Ioun Stone"},{"id":16731,"c":4,"u":"manual%20of%20golems_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of golems|xdmg","m":"items/XDMG/Manual of Golems.webp","n":"Manual of Golems"},{"id":16732,"c":4,"u":"potion%20of%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of giant strength|xdmg","n":"Potion of Giant Strength"},{"id":16733,"c":4,"u":"potion%20of%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of resistance|xdmg","n":"Potion of Resistance"},{"id":16734,"c":4,"u":"potions%20of%20healing_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potions of healing|xdmg","n":"Potions of Healing"},{"id":16735,"c":4,"u":"quaal's%20feather%20token_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token|xdmg","m":"items/XDMG/Quaals Feather Token.webp","n":"Quaal's Feather Token"},{"id":16736,"c":4,"u":"ring%20of%20elemental%20command_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of elemental command|xdmg","n":"Ring of Elemental Command"},{"id":16737,"c":4,"u":"ring%20of%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of resistance|xdmg","n":"Ring of Resistance"},{"id":16738,"c":4,"u":"rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rod of the pact keeper|xdmg","n":"Rod of the Pact Keeper"},{"id":16739,"c":4,"u":"scroll%20of%20protection_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection|xdmg","m":"items/XDMG/Scroll of Protection.webp","n":"Scroll of Protection"},{"id":16740,"c":4,"u":"scroll%20of%20titan%20summoning_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning|xdmg","n":"Scroll of Titan Summoning"},{"id":16741,"c":4,"u":"spell%20scroll_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll|xdmg","m":"items/XDMG/Spell Scroll.webp","n":"Spell Scroll"},{"id":16742,"c":4,"u":"wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"wand of the war mage|xdmg","m":"items/XDMG/Wand of the War Mage.webp","n":"Wand of the War Mage"},{"id":16743,"c":4,"u":"wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"t":12,"uu":"wraps of unarmed power|xdmg","n":"Wraps of Unarmed Power"},{"id":16744,"c":4,"u":"arcane%20focus_xphb","p":224,"s":8,"h":1,"t":12,"uu":"arcane focus|xphb","n":"Arcane Focus"},{"id":16745,"c":4,"u":"artisan's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"artisan's tools|xphb","n":"Artisan's Tools"},{"id":16746,"c":4,"u":"druidic%20focus_xphb","p":225,"s":8,"h":1,"t":12,"uu":"druidic focus|xphb","n":"Druidic Focus"},{"id":16747,"c":4,"u":"gaming%20set_xphb","p":221,"s":8,"h":1,"t":12,"uu":"gaming set|xphb","n":"Gaming Set"},{"id":16748,"c":4,"u":"holy%20symbol_xphb","p":226,"s":8,"h":1,"t":12,"uu":"holy symbol|xphb","n":"Holy Symbol"},{"id":16749,"c":4,"u":"musical%20instrument_xphb","p":221,"s":8,"h":1,"t":12,"uu":"musical instrument|xphb","n":"Musical Instrument"},{"id":16750,"c":4,"u":"true-ice%20shards_coa","p":275,"s":9,"h":1,"t":12,"uu":"true-ice shards|coa","n":"True-Ice Shards"},{"id":16751,"c":4,"u":"jewel%20of%20three%20prayers_crcotn","p":213,"s":20,"h":1,"dP":1,"t":12,"uu":"jewel of three prayers|crcotn","m":"items/CRCotN/Jewel of Three Prayers.webp","n":"Jewel of Three Prayers"},{"id":16752,"c":4,"u":"armor%20of%20resistance_dmg","p":162,"s":24,"h":1,"t":12,"uu":"armor of resistance|dmg","m":"items/DMG/Armor of Resistance.webp","n":"Armor of Resistance"},{"id":16753,"c":4,"u":"armor%20of%20vulnerability_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of vulnerability|dmg","n":"Armor of Vulnerability"},{"id":16754,"c":4,"u":"bag%20of%20tricks_dmg","p":154,"s":24,"h":1,"t":12,"uu":"bag of tricks|dmg","m":"items/DMG/Bag of Tricks.webp","n":"Bag of Tricks"},{"id":16755,"c":4,"u":"belt%20of%20giant%20strength_dmg","p":155,"s":24,"h":1,"t":12,"uu":"belt of giant strength|dmg","m":"items/DMG/Belt of Giant Strength.webp","n":"Belt of Giant Strength"},{"id":16756,"c":4,"u":"carpet%20of%20flying_dmg","p":157,"s":24,"h":1,"t":12,"uu":"carpet of flying|dmg","n":"Carpet of Flying"},{"id":16757,"c":4,"u":"crystal%20ball%20(legendary%20version)_dmg","p":159,"s":24,"h":1,"t":12,"uu":"crystal ball (legendary version)|dmg","n":"Crystal Ball (Legendary Version)"},{"id":16758,"c":4,"u":"dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"dragon scale mail|dmg","m":"items/DMG/Dragon Scale Mail.webp","n":"Dragon Scale Mail"},{"id":16759,"c":4,"u":"elemental%20gem_dmg","p":167,"s":24,"h":1,"t":12,"uu":"elemental gem|dmg","m":"items/DMG/Elemental Gem.webp","n":"Elemental Gem"},{"id":16760,"c":4,"u":"eye%20and%20hand%20of%20vecna_dmg","p":224,"s":24,"h":1,"t":12,"uu":"eye and hand of vecna|dmg","m":"items/DMG/Eye and Hand of Vecna.webp","n":"Eye and Hand of Vecna"},{"id":16761,"c":4,"u":"figurine%20of%20wondrous%20power_dmg","p":169,"s":24,"h":1,"t":12,"uu":"figurine of wondrous power|dmg","m":"items/DMG/Figurine of Wondrous Power.webp","n":"Figurine of Wondrous Power"},{"id":16762,"c":4,"u":"horn%20of%20valhalla_dmg","p":175,"s":24,"h":1,"t":12,"uu":"horn of valhalla|dmg","m":"items/DMG/Horn of Valhalla.webp","n":"Horn of Valhalla"},{"id":16763,"c":4,"u":"instrument%20of%20the%20bards_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards|dmg","n":"Instrument of the Bards"},{"id":16764,"c":4,"u":"ioun%20stone_dmg","p":176,"s":24,"h":1,"t":12,"uu":"ioun stone|dmg","n":"Ioun Stone"},{"id":16765,"c":4,"u":"manual%20of%20golems_dmg","p":180,"s":24,"h":1,"t":12,"uu":"manual of golems|dmg","m":"items/DMG/Manual of Golems.webp","n":"Manual of Golems"},{"id":16766,"c":4,"u":"potion%20of%20giant%20strength_dmg","p":187,"s":24,"h":1,"t":12,"uu":"potion of giant strength|dmg","n":"Potion of Giant Strength"},{"id":16767,"c":4,"u":"potion%20of%20healing%20(*)_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of healing (*)|dmg","n":"Potion of Healing (*)"},{"id":16768,"c":4,"u":"potion%20of%20resistance_dmg","p":188,"s":24,"h":1,"t":12,"uu":"potion of resistance|dmg","n":"Potion of Resistance"},{"id":16769,"c":4,"u":"potions%20of%20healing_dmg","p":187,"s":24,"h":1,"t":12,"uu":"potions of healing|dmg","n":"Potions of Healing"},{"id":16770,"c":4,"u":"quaal's%20feather%20token_dmg","p":188,"s":24,"h":1,"t":12,"uu":"quaal's feather token|dmg","m":"items/DMG/Quaal's Feather Token.webp","n":"Quaal's Feather Token"},{"id":16771,"c":4,"u":"ring%20of%20elemental%20command_dmg","p":190,"s":24,"h":1,"t":12,"uu":"ring of elemental command|dmg","n":"Ring of Elemental Command"},{"id":16772,"c":4,"u":"ring%20of%20resistance_dmg","p":192,"s":24,"h":1,"t":12,"uu":"ring of resistance|dmg","m":"items/DMG/Ring of Resistance.webp","n":"Ring of Resistance"},{"id":16773,"c":4,"u":"rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"t":12,"uu":"rod of the pact keeper|dmg","n":"Rod of the Pact Keeper"},{"id":16774,"c":4,"u":"scroll%20of%20protection_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection|dmg","n":"Scroll of Protection"},{"id":16775,"c":4,"u":"spell%20scroll_dmg","p":200,"s":24,"h":1,"t":12,"uu":"spell scroll|dmg","n":"Spell Scroll"},{"id":16776,"c":4,"u":"sword%20of%20answering_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering|dmg","n":"Sword of Answering"},{"id":16777,"c":4,"u":"wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"wand of the war mage|dmg","n":"Wand of the War Mage"},{"id":16778,"c":4,"u":"blade%20of%20broken%20mirrors_egw","p":275,"s":28,"h":1,"dP":1,"t":12,"uu":"blade of broken mirrors|egw","n":"Blade of Broken Mirrors"},{"id":16779,"c":4,"u":"danoth's%20visor_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"danoth's visor|egw","m":"items/EGW/Danoth's Visor.webp","n":"Danoth's Visor"},{"id":16780,"c":4,"u":"grimoire%20infinitus_egw","p":271,"s":28,"h":1,"dP":1,"t":12,"uu":"grimoire infinitus|egw","m":"items/EGW/Grimoire Infinitus.webp","n":"Grimoire Infinitus"},{"id":16781,"c":4,"u":"grovelthrash_egw","p":275,"s":28,"h":1,"dP":1,"t":12,"uu":"grovelthrash|egw","m":"items/EGW/Grovelthrash.webp","n":"Grovelthrash"},{"id":16782,"c":4,"u":"hide%20of%20the%20feral%20guardian_egw","p":271,"s":28,"h":1,"dP":1,"t":12,"uu":"hide of the feral guardian|egw","n":"Hide of the Feral Guardian"},{"id":16783,"c":4,"u":"infiltrator's%20key_egw","p":272,"s":28,"h":1,"dP":1,"t":12,"uu":"infiltrator's key|egw","m":"items/EGW/Infiltrator's Key.webp","n":"Infiltrator's Key"},{"id":16784,"c":4,"u":"lash%20of%20shadows_egw","p":276,"s":28,"h":1,"dP":1,"t":12,"uu":"lash of shadows|egw","m":"items/EGW/Lash of Shadows.webp","n":"Lash of Shadows"},{"id":16785,"c":4,"u":"mace%20of%20the%20black%20crown_egw","p":276,"s":28,"h":1,"dP":1,"t":12,"uu":"mace of the black crown|egw","m":"items/EGW/Mace of the Black Crown.webp","n":"Mace of the Black Crown"},{"id":16786,"c":4,"u":"ruin's%20wake_egw","p":277,"s":28,"h":1,"dP":1,"t":12,"uu":"ruin's wake|egw","m":"items/EGW/Ruin's Wake.webp","n":"Ruin's Wake"},{"id":16787,"c":4,"u":"silken%20spite_egw","p":277,"s":28,"h":1,"dP":1,"t":12,"uu":"silken spite|egw","n":"Silken Spite"},{"id":16788,"c":4,"u":"stormgirdle_egw","p":273,"s":28,"h":1,"dP":1,"t":12,"uu":"stormgirdle|egw","n":"Stormgirdle"},{"id":16789,"c":4,"u":"the%20bloody%20end_egw","p":278,"s":28,"h":1,"dP":1,"t":12,"uu":"the bloody end|egw","n":"The Bloody End"},{"id":16790,"c":4,"u":"verminshroud_egw","p":273,"s":28,"h":1,"dP":1,"t":12,"uu":"verminshroud|egw","n":"Verminshroud"},{"id":16791,"c":4,"u":"will%20of%20the%20talon_egw","p":279,"s":28,"h":1,"dP":1,"t":12,"uu":"will of the talon|egw","n":"Will of the Talon"},{"id":16792,"c":4,"u":"wreath%20of%20the%20prism_egw","p":274,"s":28,"h":1,"dP":1,"t":12,"uu":"wreath of the prism|egw","m":"items/EGW/Wreath of the Prism.webp","n":"Wreath of the Prism"},{"id":16793,"c":4,"u":"glamerweave_erlw","p":277,"s":29,"h":1,"t":12,"uu":"glamerweave|erlw","n":"Glamerweave"},{"id":16794,"c":4,"u":"imbued%20wood%20focus_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood focus|erlw","n":"Imbued Wood Focus"},{"id":16795,"c":4,"u":"orb%20of%20shielding_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding|erlw","n":"Orb of Shielding"},{"id":16796,"c":4,"u":"guild%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"guild keyrune|ggr","n":"Guild Keyrune"},{"id":16797,"c":4,"u":"guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"guild signet|ggr","n":"Guild Signet"},{"id":16798,"c":4,"u":"shard%20solitaire_kftgv","p":193,"s":40,"h":1,"t":12,"uu":"shard solitaire|kftgv","m":"items/KftGV/Shard Solitaire.webp","n":"Shard Solitaire"},{"id":16799,"c":4,"u":"spell%20gem_oota","p":223,"s":49,"h":1,"t":12,"uu":"spell gem|oota","n":"Spell Gem"},{"id":16800,"c":4,"u":"mind%20crystal_pabtso","p":218,"s":51,"h":1,"t":12,"uu":"mind crystal|pabtso","m":"items/PaBTSO/Mind Crystal.webp","n":"Mind Crystal"},{"id":16801,"c":4,"u":"arcane%20focus_phb","p":151,"s":52,"h":1,"t":12,"uu":"arcane focus|phb","n":"Arcane Focus"},{"id":16802,"c":4,"u":"artisan's%20tools_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"artisan's tools|phb","n":"Artisan's Tools"},{"id":16803,"c":4,"u":"druidic%20focus_phb","p":151,"s":52,"h":1,"t":12,"uu":"druidic focus|phb","n":"Druidic Focus"},{"id":16804,"c":4,"u":"gaming%20set_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"gaming set|phb","n":"Gaming Set"},{"id":16805,"c":4,"u":"holy%20symbol_phb","p":151,"s":52,"h":1,"t":12,"uu":"holy symbol|phb","n":"Holy Symbol"},{"id":16806,"c":4,"u":"musical%20instrument_phb","p":154,"s":52,"h":1,"r":1,"t":12,"uu":"musical instrument|phb","n":"Musical Instrument"},{"id":16807,"c":4,"u":"devastation%20orb_pota","p":222,"s":53,"h":1,"t":12,"uu":"devastation orb|pota","n":"Devastation Orb"},{"id":16808,"c":4,"u":"agony_tdcsr","p":202,"s":61,"h":1,"dP":1,"t":12,"uu":"agony|tdcsr","m":"items/TDCSR/Agony.webp","n":"Agony"},{"id":16809,"c":4,"u":"armor%20of%20the%20valiant%20soul_tdcsr","p":202,"s":61,"h":1,"dP":1,"t":12,"uu":"armor of the valiant soul|tdcsr","m":"items/TDCSR/ArmoroftheValiantSoul.webp","n":"Armor of the Valiant Soul"},{"id":16810,"c":4,"u":"cabal's%20ruin_tdcsr","p":203,"s":61,"h":1,"dP":1,"t":12,"uu":"cabal's ruin|tdcsr","m":"items/TDCSR/CabalsRuin.webp","n":"Cabal's Ruin"},{"id":16811,"c":4,"u":"circlet%20of%20barbed%20vision_tdcsr","p":203,"s":61,"h":1,"dP":1,"t":12,"uu":"circlet of barbed vision|tdcsr","m":"items/TDCSR/CircletofBarbedVision.webp","n":"Circlet of Barbed Vision"},{"id":16812,"c":4,"u":"condemner_tdcsr","p":204,"s":61,"h":1,"dP":1,"t":12,"uu":"condemner|tdcsr","m":"items/TDCSR/Condemner.webp","n":"Condemner"},{"id":16813,"c":4,"u":"deathwalker's%20ward_tdcsr","p":204,"s":61,"h":1,"dP":1,"t":12,"uu":"deathwalker's ward|tdcsr","m":"items/TDCSR/DeathwalkersWard.webp","n":"Deathwalker's Ward"},{"id":16814,"c":4,"u":"fenthras_tdcsr","p":205,"s":61,"h":1,"dP":1,"t":12,"uu":"fenthras|tdcsr","m":"items/TDCSR/Fenthras.webp","n":"Fenthras"},{"id":16815,"c":4,"u":"honor's%20last%20stand_tdcsr","p":206,"s":61,"h":1,"dP":1,"t":12,"uu":"honor's last stand|tdcsr","m":"items/TDCSR/HonorsLastStand.webp","n":"Honor's Last Stand"},{"id":16816,"c":4,"u":"kiss%20of%20the%20changebringer_tdcsr","p":206,"s":61,"h":1,"dP":1,"t":12,"uu":"kiss of the changebringer|tdcsr","m":"items/TDCSR/KissoftheChangebringer.webp","n":"Kiss of the Changebringer"},{"id":16817,"c":4,"u":"mythcarver_tdcsr","p":207,"s":61,"h":1,"dP":1,"t":12,"uu":"mythcarver|tdcsr","m":"items/TDCSR/Mythcarver.webp","n":"Mythcarver"},{"id":16818,"c":4,"u":"plate%20of%20the%20dawnmartyr_tdcsr","p":208,"s":61,"h":1,"dP":1,"t":12,"uu":"plate of the dawnmartyr|tdcsr","m":"items/TDCSR/PlateoftheDawnmartyr.webp","n":"Plate of the Dawnmartyr"},{"id":16819,"c":4,"u":"pyremaul_tdcsr","p":208,"s":61,"h":1,"dP":1,"t":12,"uu":"pyremaul|tdcsr","m":"items/TDCSR/Pyremaul.webp","n":"Pyremaul"},{"id":16820,"c":4,"u":"spire%20of%20conflux_tdcsr","p":209,"s":61,"h":1,"r":1,"dP":1,"t":12,"uu":"spire of conflux|tdcsr","m":"items/TDCSR/SpireofConflux.webp","n":"Spire of Conflux"},{"id":16821,"c":4,"u":"star%20razor_tdcsr","p":210,"s":61,"h":1,"dP":1,"t":12,"uu":"star razor|tdcsr","m":"items/TDCSR/StarRazor.webp","n":"Star Razor"},{"id":16822,"c":4,"u":"suude_tdcsr","p":85,"s":61,"h":1,"dP":1,"t":12,"uu":"suude|tdcsr","n":"Suude"},{"id":16823,"c":4,"u":"titanstone%20knuckles_tdcsr","p":211,"s":61,"h":1,"dP":1,"t":12,"uu":"titanstone knuckles|tdcsr","m":"items/TDCSR/TitanstoneKnuckles.webp","n":"Titanstone Knuckles"},{"id":16824,"c":4,"u":"whisper_tdcsr","p":211,"s":61,"h":1,"dP":1,"t":12,"uu":"whisper|tdcsr","m":"items/TDCSR/Whisper.webp","n":"Whisper"},{"id":16825,"c":4,"u":"wraps%20of%20dyamak_tdcsr","p":212,"s":61,"h":1,"dP":1,"t":12,"uu":"wraps of dyamak|tdcsr","m":"items/TDCSR/WrapsofDyamak.webp","n":"Wraps of Dyamak"},{"id":16826,"c":4,"u":"potion%20of%20mind%20control_tftyp","p":229,"s":62,"h":1,"t":12,"uu":"potion of mind control|tftyp","n":"Potion of Mind Control"},{"id":16827,"c":4,"u":"flensing%20claws_vgm","p":81,"s":67,"h":1,"t":12,"uu":"flensing claws|vgm","n":"Flensing Claws"},{"id":16828,"c":4,"u":"chromatic%20rose_wbtw","p":208,"s":69,"h":1,"t":12,"uu":"chromatic rose|wbtw","n":"Chromatic Rose"},{"id":16829,"c":4,"u":"ioun%20stone_llk","p":55,"s":81,"h":1,"t":12,"uu":"ioun stone|llk","n":"Ioun Stone"},{"id":16830,"c":4,"u":"armor%20of%20safeguarding_bgg","p":111,"s":0,"h":1,"t":12,"uu":"armor of safeguarding|bgg","n":"Armor of Safeguarding"},{"id":16831,"c":4,"u":"bloodshed%20blade_bgg","p":111,"s":0,"h":1,"t":12,"uu":"bloodshed blade|bgg","n":"Bloodshed Blade"},{"id":16832,"c":4,"u":"zephyr%20armor_bgg","p":117,"s":0,"h":1,"t":12,"uu":"zephyr armor|bgg","n":"Zephyr Armor"},{"id":16833,"c":4,"u":"antimagic%20armor_bmt","p":65,"s":1,"h":1,"t":12,"uu":"antimagic armor|bmt","n":"Antimagic Armor"},{"id":16834,"c":4,"u":"armor%20of%20fungal%20spores_bmt","p":65,"s":1,"h":1,"t":12,"uu":"armor of fungal spores|bmt","m":"items/BMT/Armor of Fungal Spores.webp","n":"Armor of Fungal Spores"},{"id":16835,"c":4,"u":"armor%20of%20the%20fallen_bmt","p":65,"s":1,"h":1,"t":12,"uu":"armor of the fallen|bmt","m":"items/BMT/Armor of the Fallen.webp","n":"Armor of the Fallen"},{"id":16836,"c":4,"u":"armor%20of%20weightlessness_bmt","p":65,"s":1,"h":1,"t":12,"uu":"armor of weightlessness|bmt","n":"Armor of Weightlessness"},{"id":16837,"c":4,"u":"bloodseeker%20ammunition_bmt","p":66,"s":1,"h":1,"t":12,"uu":"bloodseeker ammunition|bmt","n":"Bloodseeker Ammunition"},{"id":16838,"c":4,"u":"bow%20of%20conflagration_bmt","p":66,"s":1,"h":1,"t":12,"uu":"bow of conflagration|bmt","n":"Bow of Conflagration"},{"id":16839,"c":4,"u":"bow%20of%20melodies_bmt","p":66,"s":1,"h":1,"t":12,"uu":"bow of melodies|bmt","m":"items/BMT/Bow of Melodies.webp","n":"Bow of Melodies"},{"id":16840,"c":4,"u":"clockwork%20armor_bmt","p":67,"s":1,"h":1,"t":12,"uu":"clockwork armor|bmt","n":"Clockwork Armor"},{"id":16841,"c":4,"u":"dried%20leech_bmt","p":67,"s":1,"h":1,"t":12,"uu":"dried leech|bmt","n":"Dried Leech"},{"id":16842,"c":4,"u":"feywrought%20armor_bmt","p":67,"s":1,"h":1,"t":12,"uu":"feywrought armor|bmt","n":"Feywrought Armor"},{"id":16843,"c":4,"u":"fool's%20blade_bmt","p":36,"s":1,"h":1,"t":12,"uu":"fool's blade|bmt","n":"Fool's Blade"},{"id":16844,"c":4,"u":"forcebreaker%20weapon_bmt","p":67,"s":1,"h":1,"t":12,"uu":"forcebreaker weapon|bmt","n":"Forcebreaker Weapon"},{"id":16845,"c":4,"u":"glimmering%20moonbow_bmt","p":36,"s":1,"h":1,"t":12,"uu":"glimmering moonbow|bmt","n":"Glimmering Moonbow"},{"id":16846,"c":4,"u":"gloomwrought%20armor_bmt","p":67,"s":1,"h":1,"t":12,"uu":"gloomwrought armor|bmt","n":"Gloomwrought Armor"},{"id":16847,"c":4,"u":"starshot%20crossbow_bmt","p":38,"s":1,"h":1,"t":12,"uu":"starshot crossbow|bmt","n":"Starshot Crossbow"},{"id":16848,"c":4,"u":"sword%20of%20the%20planes_bmt","p":68,"s":1,"h":1,"t":12,"uu":"sword of the planes|bmt","m":"items/BMT/Sword of the Planes.webp","n":"Sword of the Planes"},{"id":16849,"c":4,"u":"weapon%20of%20throne's%20command_bmt","p":39,"s":1,"h":1,"t":12,"uu":"weapon of throne's command|bmt","n":"Weapon of Throne's Command"},{"id":16850,"c":4,"u":"winged%20ammunition_bmt","p":69,"s":1,"h":1,"t":12,"uu":"winged ammunition|bmt","n":"Winged Ammunition"},{"id":16851,"c":4,"u":"ascendant%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"t":12,"uu":"ascendant dragon's wrath weapon|ftd","n":"Ascendant Dragon's Wrath Weapon"},{"id":16852,"c":4,"u":"crystal%20blade_ftd","p":22,"s":2,"h":1,"t":12,"uu":"crystal blade|ftd","n":"Crystal Blade"},{"id":16853,"c":4,"u":"dragon%20wing%20bow_ftd","p":23,"s":2,"h":1,"t":12,"uu":"dragon wing bow|ftd","n":"Dragon Wing Bow"},{"id":16854,"c":4,"u":"dragonlance_ftd","p":23,"s":2,"h":1,"t":12,"uu":"dragonlance|ftd","m":"items/FTD/Dragonlance.webp","n":"Dragonlance"},{"id":16855,"c":4,"u":"slumbering%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"t":12,"uu":"slumbering dragon's wrath weapon|ftd","n":"Slumbering Dragon's Wrath Weapon"},{"id":16856,"c":4,"u":"stirring%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"t":12,"uu":"stirring dragon's wrath weapon|ftd","n":"Stirring Dragon's Wrath Weapon"},{"id":16857,"c":4,"u":"wakened%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"t":12,"uu":"wakened dragon's wrath weapon|ftd","n":"Wakened Dragon's Wrath Weapon"},{"id":16858,"c":4,"u":"%2b1%20ammunition_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"+1 ammunition|xdmg","n":"+1 Ammunition"},{"id":16859,"c":4,"u":"%2b1%20armor_xdmg","p":230,"s":5,"h":1,"t":12,"uu":"+1 armor|xdmg","n":"+1 Armor"},{"id":16860,"c":4,"u":"%2b1%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"+1 shield (*)|xdmg","n":"+1 Shield (*)"},{"id":16861,"c":4,"u":"%2b1%20weapon_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"+1 weapon|xdmg","n":"+1 Weapon"},{"id":16862,"c":4,"u":"%2b2%20ammunition_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"+2 ammunition|xdmg","n":"+2 Ammunition"},{"id":16863,"c":4,"u":"%2b2%20armor_xdmg","p":230,"s":5,"h":1,"t":12,"uu":"+2 armor|xdmg","n":"+2 Armor"},{"id":16864,"c":4,"u":"%2b2%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"+2 shield (*)|xdmg","n":"+2 Shield (*)"},{"id":16865,"c":4,"u":"%2b2%20weapon_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"+2 weapon|xdmg","n":"+2 Weapon"},{"id":16866,"c":4,"u":"%2b3%20ammunition_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"+3 ammunition|xdmg","n":"+3 Ammunition"},{"id":16867,"c":4,"u":"%2b3%20armor_xdmg","p":230,"s":5,"h":1,"t":12,"uu":"+3 armor|xdmg","n":"+3 Armor"},{"id":16868,"c":4,"u":"%2b3%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"+3 shield (*)|xdmg","n":"+3 Shield (*)"},{"id":16869,"c":4,"u":"%2b3%20weapon_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"+3 weapon|xdmg","n":"+3 Weapon"},{"id":16870,"c":4,"u":"adamantine%20armor_xdmg","p":227,"s":5,"h":1,"t":12,"uu":"adamantine armor|xdmg","n":"Adamantine Armor"},{"id":16871,"c":4,"u":"adamantine%20weapon_xdmg","p":227,"s":5,"h":1,"t":12,"uu":"adamantine weapon|xdmg","n":"Adamantine Weapon"},{"id":16872,"c":4,"u":"ammunition%20of%20slaying_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"ammunition of slaying|xdmg","m":"items/XDMG/Ammunition of Slaying.webp","n":"Ammunition of Slaying"},{"id":16873,"c":4,"u":"armor%20of%20acid%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of acid resistance|xdmg","n":"Armor of Acid Resistance"},{"id":16874,"c":4,"u":"armor%20of%20cold%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of cold resistance|xdmg","n":"Armor of Cold Resistance"},{"id":16875,"c":4,"u":"armor%20of%20fire%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of fire resistance|xdmg","n":"Armor of Fire Resistance"},{"id":16876,"c":4,"u":"armor%20of%20force%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of force resistance|xdmg","n":"Armor of Force Resistance"},{"id":16877,"c":4,"u":"armor%20of%20gleaming_xdmg","p":230,"s":5,"h":1,"t":12,"uu":"armor of gleaming|xdmg","n":"Armor of Gleaming"},{"id":16878,"c":4,"u":"armor%20of%20lightning%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of lightning resistance|xdmg","n":"Armor of Lightning Resistance"},{"id":16879,"c":4,"u":"armor%20of%20necrotic%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of necrotic resistance|xdmg","n":"Armor of Necrotic Resistance"},{"id":16880,"c":4,"u":"armor%20of%20poison%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of poison resistance|xdmg","n":"Armor of Poison Resistance"},{"id":16881,"c":4,"u":"armor%20of%20psychic%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of psychic resistance|xdmg","n":"Armor of Psychic Resistance"},{"id":16882,"c":4,"u":"armor%20of%20radiant%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of radiant resistance|xdmg","n":"Armor of Radiant Resistance"},{"id":16883,"c":4,"u":"armor%20of%20thunder%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of thunder resistance|xdmg","n":"Armor of Thunder Resistance"},{"id":16884,"c":4,"u":"armor%20of%20vulnerability%20(bludgeoning)_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of vulnerability (bludgeoning)|xdmg","n":"Armor of Vulnerability (Bludgeoning)"},{"id":16885,"c":4,"u":"armor%20of%20vulnerability%20(piercing)_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of vulnerability (piercing)|xdmg","n":"Armor of Vulnerability (Piercing)"},{"id":16886,"c":4,"u":"armor%20of%20vulnerability%20(slashing)_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of vulnerability (slashing)|xdmg","n":"Armor of Vulnerability (Slashing)"},{"id":16887,"c":4,"u":"berserker%20axe_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"berserker axe|xdmg","m":"items/XDMG/Berserker Axe.webp","n":"Berserker Axe"},{"id":16888,"c":4,"u":"cast-off%20armor_xdmg","p":243,"s":5,"h":1,"t":12,"uu":"cast-off armor|xdmg","n":"Cast-Off Armor"},{"id":16889,"c":4,"u":"dancing%20sword_xdmg","p":248,"s":5,"h":1,"t":12,"uu":"dancing sword|xdmg","m":"items/XDMG/Dancing Sword.webp","n":"Dancing Sword"},{"id":16890,"c":4,"u":"defender_xdmg","p":252,"s":5,"h":1,"t":12,"uu":"defender|xdmg","m":"items/XDMG/Defender.webp","n":"Defender"},{"id":16891,"c":4,"u":"demon%20armor_xdmg","p":252,"s":5,"h":1,"t":12,"uu":"demon armor|xdmg","m":"items/XDMG/Demon Armor.webp","n":"Demon Armor"},{"id":16892,"c":4,"u":"dragon%20slayer_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"dragon slayer|xdmg","m":"items/XDMG/Dragon Slayer.webp","n":"Dragon Slayer"},{"id":16893,"c":4,"u":"dwarven%20plate_xdmg","p":255,"s":5,"h":1,"t":12,"uu":"dwarven plate|xdmg","m":"items/XDMG/Dwarven Plate.webp","n":"Dwarven Plate"},{"id":16894,"c":4,"u":"efreeti%20chain_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"efreeti chain|xdmg","m":"items/XDMG/Efreeti Chain.webp","n":"Efreeti Chain"},{"id":16895,"c":4,"u":"elven%20chain_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elven chain|xdmg","m":"items/XDMG/Elven Chain.webp","n":"Elven Chain"},{"id":16896,"c":4,"u":"energy%20bow_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"energy bow|xdmg","n":"Energy Bow"},{"id":16897,"c":4,"u":"enspelled%20armor%20(cantrip)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (cantrip)|xdmg","n":"Enspelled Armor (Cantrip)"},{"id":16898,"c":4,"u":"enspelled%20armor%20(level%201)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 1)|xdmg","n":"Enspelled Armor (Level 1)"},{"id":16899,"c":4,"u":"enspelled%20armor%20(level%202)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 2)|xdmg","n":"Enspelled Armor (Level 2)"},{"id":16900,"c":4,"u":"enspelled%20armor%20(level%203)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 3)|xdmg","n":"Enspelled Armor (Level 3)"},{"id":16901,"c":4,"u":"enspelled%20armor%20(level%204)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 4)|xdmg","n":"Enspelled Armor (Level 4)"},{"id":16902,"c":4,"u":"enspelled%20armor%20(level%205)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 5)|xdmg","n":"Enspelled Armor (Level 5)"},{"id":16903,"c":4,"u":"enspelled%20armor%20(level%206)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 6)|xdmg","n":"Enspelled Armor (Level 6)"},{"id":16904,"c":4,"u":"enspelled%20armor%20(level%207)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 7)|xdmg","n":"Enspelled Armor (Level 7)"},{"id":16905,"c":4,"u":"enspelled%20armor%20(level%208)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 8)|xdmg","n":"Enspelled Armor (Level 8)"},{"id":16906,"c":4,"u":"enspelled%20weapon%20(cantrip)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (cantrip)|xdmg","n":"Enspelled Weapon (Cantrip)"},{"id":16907,"c":4,"u":"enspelled%20weapon%20(level%201)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 1)|xdmg","n":"Enspelled Weapon (Level 1)"},{"id":16908,"c":4,"u":"enspelled%20weapon%20(level%202)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 2)|xdmg","n":"Enspelled Weapon (Level 2)"},{"id":16909,"c":4,"u":"enspelled%20weapon%20(level%203)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 3)|xdmg","n":"Enspelled Weapon (Level 3)"},{"id":16910,"c":4,"u":"enspelled%20weapon%20(level%204)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 4)|xdmg","n":"Enspelled Weapon (Level 4)"},{"id":16911,"c":4,"u":"enspelled%20weapon%20(level%205)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 5)|xdmg","n":"Enspelled Weapon (Level 5)"},{"id":16912,"c":4,"u":"enspelled%20weapon%20(level%206)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 6)|xdmg","n":"Enspelled Weapon (Level 6)"},{"id":16913,"c":4,"u":"enspelled%20weapon%20(level%207)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 7)|xdmg","n":"Enspelled Weapon (Level 7)"},{"id":16914,"c":4,"u":"enspelled%20weapon%20(level%208)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 8)|xdmg","n":"Enspelled Weapon (Level 8)"},{"id":16915,"c":4,"u":"executioner's%20axe_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"executioner's axe|xdmg","n":"Executioner's Axe"},{"id":16916,"c":4,"u":"flame%20tongue_xdmg","p":263,"s":5,"h":1,"t":12,"uu":"flame tongue|xdmg","m":"items/XDMG/Flame Tongue.webp","n":"Flame Tongue"},{"id":16917,"c":4,"u":"frost%20brand_xdmg","p":263,"s":5,"h":1,"t":12,"uu":"frost brand|xdmg","m":"items/XDMG/Frost Brand.webp","n":"Frost Brand"},{"id":16918,"c":4,"u":"giant%20slayer_xdmg","p":264,"s":5,"h":1,"t":12,"uu":"giant slayer|xdmg","m":"items/XDMG/Giant Slayer.webp","n":"Giant Slayer"},{"id":16919,"c":4,"u":"hammer%20of%20thunderbolts_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"hammer of thunderbolts|xdmg","m":"items/XDMG/Hammer of Thunderbolts.webp","n":"Hammer of Thunderbolts"},{"id":16920,"c":4,"u":"holy%20avenger_xdmg","p":269,"s":5,"h":1,"t":12,"uu":"holy avenger|xdmg","m":"items/XDMG/Holy Avenger.webp","n":"Holy Avenger"},{"id":16921,"c":4,"u":"luck%20blade_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"luck blade|xdmg","m":"items/XDMG/Luck Blade.webp","n":"Luck Blade"},{"id":16922,"c":4,"u":"mariner's%20armor_xdmg","p":278,"s":5,"h":1,"t":12,"uu":"mariner's armor|xdmg","m":"items/XDMG/Mariners Armor.webp","n":"Mariner's Armor"},{"id":16923,"c":4,"u":"mithral%20armor_xdmg","p":279,"s":5,"h":1,"t":12,"uu":"mithral armor|xdmg","n":"Mithral Armor"},{"id":16924,"c":4,"u":"moon-touched%20sword_xdmg","p":280,"s":5,"h":1,"t":12,"uu":"moon-touched sword|xdmg","m":"items/XDMG/Moon-Touched Sword.webp","n":"Moon-Touched Sword"},{"id":16925,"c":4,"u":"moonblade_xdmg","p":279,"s":5,"h":1,"t":12,"uu":"moonblade|xdmg","m":"items/XDMG/Moonblade.webp","n":"Moonblade"},{"id":16926,"c":4,"u":"nine%20lives%20stealer_xdmg","p":281,"s":5,"h":1,"t":12,"uu":"nine lives stealer|xdmg","m":"items/XDMG/Nine Lives Stealer.webp","n":"Nine Lives Stealer"},{"id":16927,"c":4,"u":"oathbow_xdmg","p":282,"s":5,"h":1,"t":12,"uu":"oathbow|xdmg","m":"items/XDMG/Oathbow.webp","n":"Oathbow"},{"id":16928,"c":4,"u":"plate%20armor%20of%20etherealness%20(*)_xdmg","p":286,"s":5,"h":1,"t":12,"uu":"plate armor of etherealness (*)|xdmg","n":"Plate Armor of Etherealness (*)"},{"id":16929,"c":4,"u":"silvered%20weapon_xdmg","p":304,"s":5,"h":1,"t":12,"uu":"silvered weapon|xdmg","n":"Silvered Weapon"},{"id":16930,"c":4,"u":"smoldering%20armor_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"smoldering armor|xdmg","n":"Smoldering Armor"},{"id":16931,"c":4,"u":"sword%20of%20life%20stealing_xdmg","p":314,"s":5,"h":1,"t":12,"uu":"sword of life stealing|xdmg","m":"items/XDMG/Sword of Life Stealing.webp","n":"Sword of Life Stealing"},{"id":16932,"c":4,"u":"sword%20of%20sharpness_xdmg","p":314,"s":5,"h":1,"t":12,"uu":"sword of sharpness|xdmg","m":"items/XDMG/Sword of Sharpness.webp","n":"Sword of Sharpness"},{"id":16933,"c":4,"u":"sword%20of%20vengeance_xdmg","p":206,"s":5,"h":1,"t":12,"uu":"sword of vengeance|xdmg","n":"Sword of Vengeance"},{"id":16934,"c":4,"u":"sword%20of%20wounding_xdmg","p":314,"s":5,"h":1,"t":12,"uu":"sword of wounding|xdmg","n":"Sword of Wounding"},{"id":16935,"c":4,"u":"sylvan%20talon_xdmg","p":314,"s":5,"h":1,"t":12,"uu":"sylvan talon|xdmg","m":"items/XDMG/Sylvan Talon.webp","n":"Sylvan Talon"},{"id":16936,"c":4,"u":"vicious%20weapon_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"vicious weapon|xdmg","m":"items/XDMG/Vicious Weapon.webp","n":"Vicious Weapon"},{"id":16937,"c":4,"u":"vorpal%20sword_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"vorpal sword|xdmg","m":"items/XDMG/Vorpal Sword.webp","n":"Vorpal Sword"},{"id":16938,"c":4,"u":"walloping%20ammunition_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"walloping ammunition|xdmg","n":"Walloping Ammunition"},{"id":16939,"c":4,"u":"weapon%20of%20warning_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"weapon of warning|xdmg","m":"items/XDMG/Weapon of Warning.webp","n":"Weapon of Warning"},{"id":16940,"c":4,"u":"adamantine%20ammunition_xge","p":78,"s":6,"h":1,"t":12,"uu":"adamantine ammunition|xge","n":"Adamantine Ammunition"},{"id":16941,"c":4,"u":"adamantine%20weapon_xge","p":78,"s":6,"h":1,"t":12,"uu":"adamantine weapon|xge","n":"Adamantine Weapon"},{"id":16942,"c":4,"u":"armor%20of%20gleaming_xge","p":136,"s":6,"h":1,"t":12,"uu":"armor of gleaming|xge","n":"Armor of Gleaming"},{"id":16943,"c":4,"u":"cast-off%20armor_xge","p":136,"s":6,"h":1,"t":12,"uu":"cast-off armor|xge","n":"Cast-Off Armor"},{"id":16944,"c":4,"u":"moon-touched%20sword_xge","p":138,"s":6,"h":1,"t":12,"uu":"moon-touched sword|xge","n":"Moon-Touched Sword"},{"id":16945,"c":4,"u":"smoldering%20armor_xge","p":139,"s":6,"h":1,"t":12,"uu":"smoldering armor|xge","n":"Smoldering Armor"},{"id":16946,"c":4,"u":"walloping%20ammunition_xge","p":139,"s":6,"h":1,"t":12,"uu":"walloping ammunition|xge","n":"Walloping Ammunition"},{"id":16947,"c":4,"u":"demonbone%20polearm_coa","p":268,"s":9,"h":1,"t":12,"uu":"demonbone polearm|coa","n":"Demonbone Polearm"},{"id":16948,"c":4,"u":"stygian%20spear_coa","p":270,"s":9,"h":1,"t":12,"uu":"stygian spear|coa","n":"Stygian Spear"},{"id":16949,"c":4,"u":"sword%20of%20retribution_coa","p":270,"s":9,"h":1,"t":12,"uu":"sword of retribution|coa","n":"Sword of Retribution"},{"id":16950,"c":4,"u":"weapon%20of%20agonizing%20paralysis_coa","p":271,"s":9,"h":1,"t":12,"uu":"weapon of agonizing paralysis|coa","n":"Weapon of Agonizing Paralysis"},{"id":16951,"c":4,"u":"mithral%20%2b1%20armor_ai","p":156,"s":15,"h":1,"t":12,"uu":"mithral +1 armor|ai","n":"Mithral +1 Armor"},{"id":16952,"c":4,"u":"vicious%20%2b1%20weapon_ai","p":149,"s":15,"h":1,"t":12,"uu":"vicious +1 weapon|ai","n":"Vicious +1 Weapon"},{"id":16953,"c":4,"u":"hellfire%20weapon_bgdia","p":223,"s":17,"h":1,"t":12,"uu":"hellfire weapon|bgdia","m":"items/BGDIA/Hellfire Weapon.webp","n":"Hellfire Weapon"},{"id":16954,"c":4,"u":"ruidium%20armor_crcotn","p":215,"s":20,"h":1,"dP":1,"t":12,"uu":"ruidium armor|crcotn","n":"Ruidium Armor"},{"id":16955,"c":4,"u":"ruidium%20weapon_crcotn","p":216,"s":20,"h":1,"dP":1,"t":12,"uu":"ruidium weapon|crcotn","m":"items/CRCotN/Ruidium Weapon.webp","n":"Ruidium Weapon"},{"id":16956,"c":4,"u":"demon%20skin_ditlcot","p":14,"s":23,"h":1,"t":12,"uu":"demon skin|ditlcot","m":"items/DitLCoT/Demon Skin.webp","n":"Demon Skin"},{"id":16957,"c":4,"u":"%2b1%20ammunition_dmg","p":150,"s":24,"h":1,"t":12,"uu":"+1 ammunition|dmg","n":"+1 Ammunition"},{"id":16958,"c":4,"u":"%2b1%20armor_dmg","p":152,"s":24,"h":1,"t":12,"uu":"+1 armor|dmg","n":"+1 Armor"},{"id":16959,"c":4,"u":"%2b1%20shield%20(*)_dmg","p":200,"s":24,"h":1,"t":12,"uu":"+1 shield (*)|dmg","n":"+1 Shield (*)"},{"id":16960,"c":4,"u":"%2b1%20weapon_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+1 weapon|dmg","n":"+1 Weapon"},{"id":16961,"c":4,"u":"%2b1%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+1 weapon (no damage)|dmg","n":"+1 Weapon (no damage)"},{"id":16962,"c":4,"u":"%2b2%20ammunition_dmg","p":150,"s":24,"h":1,"t":12,"uu":"+2 ammunition|dmg","n":"+2 Ammunition"},{"id":16963,"c":4,"u":"%2b2%20armor_dmg","p":152,"s":24,"h":1,"t":12,"uu":"+2 armor|dmg","n":"+2 Armor"},{"id":16964,"c":4,"u":"%2b2%20shield%20(*)_dmg","p":200,"s":24,"h":1,"t":12,"uu":"+2 shield (*)|dmg","n":"+2 Shield (*)"},{"id":16965,"c":4,"u":"%2b2%20weapon_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+2 weapon|dmg","n":"+2 Weapon"},{"id":16966,"c":4,"u":"%2b2%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+2 weapon (no damage)|dmg","n":"+2 Weapon (no damage)"},{"id":16967,"c":4,"u":"%2b3%20ammunition_dmg","p":150,"s":24,"h":1,"t":12,"uu":"+3 ammunition|dmg","n":"+3 Ammunition"},{"id":16968,"c":4,"u":"%2b3%20armor_dmg","p":152,"s":24,"h":1,"t":12,"uu":"+3 armor|dmg","n":"+3 Armor"},{"id":16969,"c":4,"u":"%2b3%20shield%20(*)_dmg","p":200,"s":24,"h":1,"t":12,"uu":"+3 shield (*)|dmg","n":"+3 Shield (*)"},{"id":16970,"c":4,"u":"%2b3%20weapon_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+3 weapon|dmg","n":"+3 Weapon"},{"id":16971,"c":4,"u":"%2b3%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+3 weapon (no damage)|dmg","n":"+3 Weapon (no damage)"},{"id":16972,"c":4,"u":"adamantine%20armor_dmg","p":150,"s":24,"h":1,"t":12,"uu":"adamantine armor|dmg","n":"Adamantine Armor"},{"id":16973,"c":4,"u":"armor%20of%20acid%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of acid resistance|dmg","n":"Armor of Acid Resistance"},{"id":16974,"c":4,"u":"armor%20of%20cold%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of cold resistance|dmg","n":"Armor of Cold Resistance"},{"id":16975,"c":4,"u":"armor%20of%20fire%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of fire resistance|dmg","n":"Armor of Fire Resistance"},{"id":16976,"c":4,"u":"armor%20of%20force%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of force resistance|dmg","n":"Armor of Force Resistance"},{"id":16977,"c":4,"u":"armor%20of%20lightning%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of lightning resistance|dmg","n":"Armor of Lightning Resistance"},{"id":16978,"c":4,"u":"armor%20of%20necrotic%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of necrotic resistance|dmg","n":"Armor of Necrotic Resistance"},{"id":16979,"c":4,"u":"armor%20of%20poison%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of poison resistance|dmg","n":"Armor of Poison Resistance"},{"id":16980,"c":4,"u":"armor%20of%20psychic%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of psychic resistance|dmg","n":"Armor of Psychic Resistance"},{"id":16981,"c":4,"u":"armor%20of%20radiant%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of radiant resistance|dmg","n":"Armor of Radiant Resistance"},{"id":16982,"c":4,"u":"armor%20of%20thunder%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of thunder resistance|dmg","n":"Armor of Thunder Resistance"},{"id":16983,"c":4,"u":"arrow%20of%20slaying%20(*)_dmg","p":152,"s":24,"h":1,"t":12,"uu":"arrow of slaying (*)|dmg","m":"items/DMG/Arrow of Slaying.webp","n":"Arrow of Slaying (*)"},{"id":16984,"c":4,"u":"berserker%20axe_dmg","p":155,"s":24,"h":1,"t":12,"uu":"berserker axe|dmg","m":"items/DMG/Berserker Axe.webp","n":"Berserker Axe"},{"id":16985,"c":4,"u":"dancing%20sword_dmg","p":161,"s":24,"h":1,"t":12,"uu":"dancing sword|dmg","m":"items/DMG/Dancing Sword.webp","n":"Dancing Sword"},{"id":16986,"c":4,"u":"defender_dmg","p":164,"s":24,"h":1,"t":12,"uu":"defender|dmg","m":"items/DMG/Defender.webp","n":"Defender"},{"id":16987,"c":4,"u":"dragon%20slayer_dmg","p":166,"s":24,"h":1,"t":12,"uu":"dragon slayer|dmg","m":"items/DMG/Dragon Slayer.webp","n":"Dragon Slayer"},{"id":16988,"c":4,"u":"flame%20tongue_dmg","p":170,"s":24,"h":1,"t":12,"uu":"flame tongue|dmg","m":"items/DMG/Flame Tongue.webp","n":"Flame Tongue"},{"id":16989,"c":4,"u":"frost%20brand_dmg","p":171,"s":24,"h":1,"t":12,"uu":"frost brand|dmg","m":"items/DMG/Frost Brand.webp","n":"Frost Brand"},{"id":16990,"c":4,"u":"giant%20slayer_dmg","p":172,"s":24,"h":1,"t":12,"uu":"giant slayer|dmg","m":"items/DMG/Giant Slayer.webp","n":"Giant Slayer"},{"id":16991,"c":4,"u":"holy%20avenger_dmg","p":174,"s":24,"h":1,"t":12,"uu":"holy avenger|dmg","m":"items/DMG/Holy Avenger.webp","n":"Holy Avenger"},{"id":16992,"c":4,"u":"luck%20blade_dmg","p":179,"s":24,"h":1,"t":12,"uu":"luck blade|dmg","m":"items/DMG/Luck Blade.webp","n":"Luck Blade"},{"id":16993,"c":4,"u":"mariner's%20armor_dmg","p":181,"s":24,"h":1,"t":12,"uu":"mariner's armor|dmg","n":"Mariner's Armor"},{"id":16994,"c":4,"u":"mithral%20armor_dmg","p":182,"s":24,"h":1,"t":12,"uu":"mithral armor|dmg","n":"Mithral Armor"},{"id":16995,"c":4,"u":"nine%20lives%20stealer_dmg","p":183,"s":24,"h":1,"t":12,"uu":"nine lives stealer|dmg","m":"items/DMG/Nine Lives Stealer.webp","n":"Nine Lives Stealer"},{"id":16996,"c":4,"u":"sword%20of%20life%20stealing_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of life stealing|dmg","m":"items/DMG/Sword of Life Stealing.webp","n":"Sword of Life Stealing"},{"id":16997,"c":4,"u":"sword%20of%20sharpness_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of sharpness|dmg","m":"items/DMG/Sword of Sharpness.webp","n":"Sword of Sharpness"},{"id":16998,"c":4,"u":"sword%20of%20vengeance_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of vengeance|dmg","n":"Sword of Vengeance"},{"id":16999,"c":4,"u":"sword%20of%20wounding_dmg","p":207,"s":24,"h":1,"t":12,"uu":"sword of wounding|dmg","n":"Sword of Wounding"},{"id":17000,"c":4,"u":"vicious%20weapon_dmg","p":209,"s":24,"h":1,"t":12,"uu":"vicious weapon|dmg","m":"items/DMG/Vicious Weapon.webp","n":"Vicious Weapon"},{"id":17001,"c":4,"u":"vorpal%20sword_dmg","p":209,"s":24,"h":1,"t":12,"uu":"vorpal sword|dmg","m":"items/DMG/Vorpal Sword.webp","n":"Vorpal Sword"},{"id":17002,"c":4,"u":"weapon%20of%20warning_dmg","p":213,"s":24,"h":1,"t":12,"uu":"weapon of warning|dmg","m":"items/DMG/Weapon of Warning.webp","n":"Weapon of Warning"},{"id":17003,"c":4,"u":"comet%20smasher_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"comet smasher|dodk","n":"Comet Smasher"},{"id":17004,"c":4,"u":"delerium-forged%20blade_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"delerium-forged blade|dodk","m":"items/DoDk/Delerium-Forged Blade.webp","n":"Delerium-Forged Blade"},{"id":17005,"c":4,"u":"hardened%20delerium-tipped%20arrows_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"hardened delerium-tipped arrows|dodk","m":"items/DoDk/Hardened Delerium-tipped Arrows.webp","n":"Hardened Delerium-tipped Arrows"},{"id":17006,"c":4,"u":"starcrossed%20bow_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"starcrossed bow|dodk","n":"Starcrossed Bow"},{"id":17007,"c":4,"u":"acheron%20blade_egw","p":265,"s":28,"h":1,"dP":1,"t":12,"uu":"acheron blade|egw","n":"Acheron Blade"},{"id":17008,"c":4,"u":"corpse%20slayer_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"corpse slayer|egw","n":"Corpse Slayer"},{"id":17009,"c":4,"u":"last%20stand%20armor_egw","p":267,"s":28,"h":1,"dP":1,"t":12,"uu":"last stand armor|egw","n":"Last Stand Armor"},{"id":17010,"c":4,"u":"weapon%20of%20certain%20death_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"weapon of certain death|egw","n":"Weapon of Certain Death"},{"id":17011,"c":4,"u":"armblade_erlw","p":276,"s":29,"h":1,"t":12,"uu":"armblade|erlw","m":"items/ERLW/Armblade.webp","n":"Armblade"},{"id":17012,"c":4,"u":"imbued%20wood%20(fernian%20ash)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (fernian ash)|erlw","n":"Imbued Wood (Fernian Ash)"},{"id":17013,"c":4,"u":"imbued%20wood%20(irian%20rosewood)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (irian rosewood)|erlw","n":"Imbued Wood (Irian Rosewood)"},{"id":17014,"c":4,"u":"imbued%20wood%20(kythrian%20manchineel)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (kythrian manchineel)|erlw","n":"Imbued Wood (Kythrian Manchineel)"},{"id":17015,"c":4,"u":"imbued%20wood%20(lamannian%20oak)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (lamannian oak)|erlw","n":"Imbued Wood (Lamannian Oak)"},{"id":17016,"c":4,"u":"imbued%20wood%20(mabaran%20ebony)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (mabaran ebony)|erlw","n":"Imbued Wood (Mabaran Ebony)"},{"id":17017,"c":4,"u":"imbued%20wood%20(risian%20pine)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (risian pine)|erlw","n":"Imbued Wood (Risian Pine)"},{"id":17018,"c":4,"u":"imbued%20wood%20(shavarran%20birch)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (shavarran birch)|erlw","n":"Imbued Wood (Shavarran Birch)"},{"id":17019,"c":4,"u":"imbued%20wood%20(xorian%20wenge)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (xorian wenge)|erlw","n":"Imbued Wood (Xorian Wenge)"},{"id":17020,"c":4,"u":"living%20armor_erlw","p":278,"s":29,"h":1,"t":12,"uu":"living armor|erlw","n":"Living Armor"},{"id":17021,"c":4,"u":"orb%20of%20shielding%20(fernian%20basalt)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (fernian basalt)|erlw","n":"Orb of Shielding (Fernian Basalt)"},{"id":17022,"c":4,"u":"orb%20of%20shielding%20(irian%20quartz)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (irian quartz)|erlw","n":"Orb of Shielding (Irian Quartz)"},{"id":17023,"c":4,"u":"orb%20of%20shielding%20(kythrian%20skarn)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (kythrian skarn)|erlw","n":"Orb of Shielding (Kythrian Skarn)"},{"id":17024,"c":4,"u":"orb%20of%20shielding%20(lamannian%20flint)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (lamannian flint)|erlw","n":"Orb of Shielding (Lamannian Flint)"},{"id":17025,"c":4,"u":"orb%20of%20shielding%20(mabaran%20obsidian)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (mabaran obsidian)|erlw","n":"Orb of Shielding (Mabaran Obsidian)"},{"id":17026,"c":4,"u":"orb%20of%20shielding%20(risian%20shale)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (risian shale)|erlw","n":"Orb of Shielding (Risian Shale)"},{"id":17027,"c":4,"u":"orb%20of%20shielding%20(shavarran%20chert)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (shavarran chert)|erlw","n":"Orb of Shielding (Shavarran Chert)"},{"id":17028,"c":4,"u":"orb%20of%20shielding%20(xorian%20marble)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (xorian marble)|erlw","n":"Orb of Shielding (Xorian Marble)"},{"id":17029,"c":4,"u":"mizzium%20armor_ggr","p":179,"s":31,"h":1,"t":12,"uu":"mizzium armor|ggr","n":"Mizzium Armor"},{"id":17030,"c":4,"u":"lycan%20weapon_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"lycan weapon|ghloe","n":"Lycan Weapon"},{"id":17031,"c":4,"u":"blade%20of%20the%20wood_hwcs","p":213,"s":37,"h":1,"dP":1,"t":12,"uu":"blade of the wood|hwcs","m":"items/HWCS/Blade-of-the-Wood.webp","n":"Blade of the Wood"},{"id":17032,"c":4,"u":"red-feather%20bow_hwcs","p":214,"s":37,"h":1,"dP":1,"t":12,"uu":"red-feather bow|hwcs","m":"items/HWCS/Red-Feather-Bow.webp","n":"Red-Feather Bow"},{"id":17033,"c":4,"u":"drow%20%2b1%20armor_mm","p":126,"s":45,"h":1,"t":12,"uu":"drow +1 armor|mm","n":"Drow +1 Armor"},{"id":17034,"c":4,"u":"drow%20%2b1%20weapon_mm","p":126,"s":45,"h":1,"t":12,"uu":"drow +1 weapon|mm","n":"Drow +1 Weapon"},{"id":17035,"c":4,"u":"drow%20%2b2%20armor_mm","p":126,"s":45,"h":1,"t":12,"uu":"drow +2 armor|mm","n":"Drow +2 Armor"},{"id":17036,"c":4,"u":"drow%20%2b2%20weapon_mm","p":126,"s":45,"h":1,"t":12,"uu":"drow +2 weapon|mm","n":"Drow +2 Weapon"},{"id":17037,"c":4,"u":"drow%20%2b3%20armor_mm","p":126,"s":45,"h":1,"t":12,"uu":"drow +3 armor|mm","n":"Drow +3 Armor"},{"id":17038,"c":4,"u":"drow%20%2b3%20weapon_mm","p":126,"s":45,"h":1,"t":12,"uu":"drow +3 weapon|mm","n":"Drow +3 Weapon"},{"id":17039,"c":4,"u":"molten%20bronze%20skin_mot","p":197,"s":46,"h":1,"t":12,"uu":"molten bronze skin|mot","n":"Molten Bronze Skin"},{"id":17040,"c":4,"u":"barding_phb","p":157,"s":52,"h":1,"t":12,"uu":"barding|phb","n":"Barding"},{"id":17041,"c":4,"u":"silvered%20ammunition_phb","p":148,"s":52,"h":1,"t":12,"uu":"silvered ammunition|phb","n":"Silvered Ammunition"},{"id":17042,"c":4,"u":"silvered%20weapon_phb","p":148,"s":52,"h":1,"t":12,"uu":"silvered weapon|phb","n":"Silvered Weapon"},{"id":17043,"c":4,"u":"oceanic%20weapon_tdcsr","p":199,"s":61,"h":1,"dP":1,"t":12,"uu":"oceanic weapon|tdcsr","n":"Oceanic Weapon"},{"id":17044,"c":4,"u":"mind%20blade_vgm","p":81,"s":67,"h":1,"t":12,"uu":"mind blade|vgm","n":"Mind Blade"},{"id":17045,"c":4,"u":"mind%20carapace%20armor_vgm","p":81,"s":67,"h":1,"t":12,"uu":"mind carapace armor|vgm","n":"Mind Carapace Armor"},{"id":17046,"c":4,"u":"blade%20of%20the%20medusa_llk","p":53,"s":81,"h":1,"t":12,"uu":"blade of the medusa|llk","n":"Blade of the Medusa"},{"id":17047,"c":4,"u":"gambler's%20blade_llk","p":55,"s":81,"h":1,"t":12,"uu":"gambler's blade|llk","n":"Gambler's Blade"},{"id":17048,"c":4,"u":"polymorph%20blade_llk","p":56,"s":81,"h":1,"t":12,"uu":"polymorph blade|llk","n":"Polymorph Blade"},{"id":17049,"c":4,"u":"energy%20bow_uthftlh","s":117,"h":1,"t":12,"uu":"energy bow|uthftlh","n":"Energy Bow"},{"id":17050,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":106,"h":1,"t":14,"uu":"adaptive body|uathemysticclass","n":"Adaptive Body"},{"id":17051,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":106,"h":1,"t":14,"uu":"adaptive body|uathemysticclass","d":1,"n":"Adaptive Body; Environmental Adaptation"},{"id":17052,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":106,"h":1,"t":14,"uu":"adaptive body|uathemysticclass","d":1,"n":"Adaptive Body; Adaptive Shield"},{"id":17053,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":106,"h":1,"t":14,"uu":"adaptive body|uathemysticclass","d":1,"n":"Adaptive Body; Energy Adaptation"},{"id":17054,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":106,"h":1,"t":14,"uu":"adaptive body|uathemysticclass","d":1,"n":"Adaptive Body; Energy Immunity"},{"id":17055,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":106,"h":1,"t":14,"uu":"aura sight|uathemysticclass","n":"Aura Sight"},{"id":17056,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":106,"h":1,"t":14,"uu":"aura sight|uathemysticclass","d":1,"n":"Aura Sight; Assess Foe"},{"id":17057,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":106,"h":1,"t":14,"uu":"aura sight|uathemysticclass","d":1,"n":"Aura Sight; Read Moods"},{"id":17058,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":106,"h":1,"t":14,"uu":"aura sight|uathemysticclass","d":1,"n":"Aura Sight; View Aura"},{"id":17059,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":106,"h":1,"t":14,"uu":"aura sight|uathemysticclass","d":1,"n":"Aura Sight; Perceive the Unseen"},{"id":17060,"c":9,"u":"beacon_uathemysticclass","p":27,"s":106,"h":1,"t":14,"uu":"beacon|uathemysticclass","n":"Beacon"},{"id":17061,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":106,"h":1,"t":14,"uu":"bestial form|uathemysticclass","n":"Bestial Form"},{"id":17062,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":106,"h":1,"t":14,"uu":"bestial form|uathemysticclass","d":1,"n":"Bestial Form; Bestial Claws"},{"id":17063,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":106,"h":1,"t":14,"uu":"bestial form|uathemysticclass","d":1,"n":"Bestial Form; Bestial Transformation"},{"id":17064,"c":9,"u":"blade%20meld_uathemysticclass","p":27,"s":106,"h":1,"t":14,"uu":"blade meld|uathemysticclass","n":"Blade Meld"},{"id":17065,"c":9,"u":"blind%20spot_uathemysticclass","p":27,"s":106,"h":1,"t":14,"uu":"blind spot|uathemysticclass","n":"Blind Spot"},{"id":17066,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":106,"h":1,"t":14,"uu":"brute force|uathemysticclass","n":"Brute Force"},{"id":17067,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":106,"h":1,"t":14,"uu":"brute force|uathemysticclass","d":1,"n":"Brute Force; Brute Strike"},{"id":17068,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":106,"h":1,"t":14,"uu":"brute force|uathemysticclass","d":1,"n":"Brute Force; Knock Back"},{"id":17069,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":106,"h":1,"t":14,"uu":"brute force|uathemysticclass","d":1,"n":"Brute Force; Mighty Leap"},{"id":17070,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":106,"h":1,"t":14,"uu":"brute force|uathemysticclass","d":1,"n":"Brute Force; Feat of Strength"},{"id":17071,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"celerity|uathemysticclass","n":"Celerity"},{"id":17072,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"celerity|uathemysticclass","d":1,"n":"Celerity; Rapid Step"},{"id":17073,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"celerity|uathemysticclass","d":1,"n":"Celerity; Agile Defense"},{"id":17074,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"celerity|uathemysticclass","d":1,"n":"Celerity; Blur of Motion"},{"id":17075,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"celerity|uathemysticclass","d":1,"n":"Celerity; Surge of Speed"},{"id":17076,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"celerity|uathemysticclass","d":1,"n":"Celerity; Surge of Action"},{"id":17077,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","n":"Corrosive Metabolism"},{"id":17078,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","d":1,"n":"Corrosive Metabolism; Corrosive Touch"},{"id":17079,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","d":1,"n":"Corrosive Metabolism; Venom Strike"},{"id":17080,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","d":1,"n":"Corrosive Metabolism; Acid Spray"},{"id":17081,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","d":1,"n":"Corrosive Metabolism; Breath of the Black Dragon"},{"id":17082,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","d":1,"n":"Corrosive Metabolism; Breath of the Green Dragon"},{"id":17083,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"crown of despair|uathemysticclass","n":"Crown of Despair"},{"id":17084,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"crown of despair|uathemysticclass","d":1,"n":"Crown of Despair; Crowned in Sorrow"},{"id":17085,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"crown of despair|uathemysticclass","d":1,"n":"Crown of Despair; Call to Inaction"},{"id":17086,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"crown of despair|uathemysticclass","d":1,"n":"Crown of Despair; Visions of Despair"},{"id":17087,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":106,"h":1,"t":14,"uu":"crown of despair|uathemysticclass","d":1,"n":"Crown of Despair; Dolorous Mind"},{"id":17088,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":106,"h":1,"t":14,"uu":"crown of disgust|uathemysticclass","n":"Crown of Disgust"},{"id":17089,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":106,"h":1,"t":14,"uu":"crown of disgust|uathemysticclass","d":1,"n":"Crown of Disgust; Eye of Horror"},{"id":17090,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":106,"h":1,"t":14,"uu":"crown of disgust|uathemysticclass","d":1,"n":"Crown of Disgust; Wall of Repulsion"},{"id":17091,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":106,"h":1,"t":14,"uu":"crown of disgust|uathemysticclass","d":1,"n":"Crown of Disgust; Visions of Disgust"},{"id":17092,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":106,"h":1,"t":14,"uu":"crown of disgust|uathemysticclass","d":1,"n":"Crown of Disgust; World of Horror"},{"id":17093,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":106,"h":1,"t":14,"uu":"crown of rage|uathemysticclass","n":"Crown of Rage"},{"id":17094,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":106,"h":1,"t":14,"uu":"crown of rage|uathemysticclass","d":1,"n":"Crown of Rage; Primal Fury"},{"id":17095,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":106,"h":1,"t":14,"uu":"crown of rage|uathemysticclass","d":1,"n":"Crown of Rage; Fighting Words"},{"id":17096,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":106,"h":1,"t":14,"uu":"crown of rage|uathemysticclass","d":1,"n":"Crown of Rage; Mindless Courage"},{"id":17097,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":106,"h":1,"t":14,"uu":"crown of rage|uathemysticclass","d":1,"n":"Crown of Rage; Punishing Fury"},{"id":17098,"c":9,"u":"delusion_uathemysticclass","p":27,"s":106,"h":1,"t":14,"uu":"delusion|uathemysticclass","n":"Delusion"},{"id":17099,"c":9,"u":"diminution_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"diminution|uathemysticclass","n":"Diminution"},{"id":17100,"c":9,"u":"diminution_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"diminution|uathemysticclass","d":1,"n":"Diminution; Miniature Form"},{"id":17101,"c":9,"u":"diminution_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"diminution|uathemysticclass","d":1,"n":"Diminution; Toppling Shift"},{"id":17102,"c":9,"u":"diminution_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"diminution|uathemysticclass","d":1,"n":"Diminution; Sudden Shift"},{"id":17103,"c":9,"u":"diminution_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"diminution|uathemysticclass","d":1,"n":"Diminution; Microscopic Form"},{"id":17104,"c":9,"u":"energy%20beam_uathemysticclass","p":27,"s":106,"h":1,"t":14,"uu":"energy beam|uathemysticclass","n":"Energy Beam"},{"id":17105,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"giant growth|uathemysticclass","n":"Giant Growth"},{"id":17106,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"giant growth|uathemysticclass","d":1,"n":"Giant Growth; Ogre Form"},{"id":17107,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"giant growth|uathemysticclass","d":1,"n":"Giant Growth; Giant Form"},{"id":17108,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"intellect fortress|uathemysticclass","n":"Intellect Fortress"},{"id":17109,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"intellect fortress|uathemysticclass","d":1,"n":"Intellect Fortress; Psychic Backlash"},{"id":17110,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"intellect fortress|uathemysticclass","d":1,"n":"Intellect Fortress; Psychic Parry"},{"id":17111,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":106,"h":1,"t":14,"uu":"intellect fortress|uathemysticclass","d":1,"n":"Intellect Fortress; Psychic Redoubt"},{"id":17112,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"iron durability|uathemysticclass","n":"Iron Durability"},{"id":17113,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"iron durability|uathemysticclass","d":1,"n":"Iron Durability; Iron Hide"},{"id":17114,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"iron durability|uathemysticclass","d":1,"n":"Iron Durability; Steel Hide"},{"id":17115,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"iron durability|uathemysticclass","d":1,"n":"Iron Durability; Iron Resistance"},{"id":17116,"c":9,"u":"light%20step_uathemysticclass","p":27,"s":106,"h":1,"t":14,"uu":"light step|uathemysticclass","n":"Light Step"},{"id":17117,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"mantle of awe|uathemysticclass","n":"Mantle of Awe"},{"id":17118,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"mantle of awe|uathemysticclass","d":1,"n":"Mantle of Awe; Charming Presence"},{"id":17119,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"mantle of awe|uathemysticclass","d":1,"n":"Mantle of Awe; Center of Attention"},{"id":17120,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"mantle of awe|uathemysticclass","d":1,"n":"Mantle of Awe; Invoke Awe"},{"id":17121,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","n":"Mantle of Command"},{"id":17122,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","d":1,"n":"Mantle of Command; Coordinated Movement"},{"id":17123,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","d":1,"n":"Mantle of Command; Commander's Sight"},{"id":17124,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","d":1,"n":"Mantle of Command; Command to Strike"},{"id":17125,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","d":1,"n":"Mantle of Command; Strategic Mind"},{"id":17126,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","d":1,"n":"Mantle of Command; Overwhelming Attack"},{"id":17127,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of courage|uathemysticclass","n":"Mantle of Courage"},{"id":17128,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of courage|uathemysticclass","d":1,"n":"Mantle of Courage; Incite Courage"},{"id":17129,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of courage|uathemysticclass","d":1,"n":"Mantle of Courage; Aura of Victory"},{"id":17130,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of courage|uathemysticclass","d":1,"n":"Mantle of Courage; Pillar of Confidence"},{"id":17131,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of fear|uathemysticclass","n":"Mantle of Fear"},{"id":17132,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of fear|uathemysticclass","d":1,"n":"Mantle of Fear; Incite Fear"},{"id":17133,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of fear|uathemysticclass","d":1,"n":"Mantle of Fear; Unsettling Aura"},{"id":17134,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of fear|uathemysticclass","d":1,"n":"Mantle of Fear; Incite Panic"},{"id":17135,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of fury|uathemysticclass","n":"Mantle of Fury"},{"id":17136,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of fury|uathemysticclass","d":1,"n":"Mantle of Fury; Incite Fury"},{"id":17137,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of fury|uathemysticclass","d":1,"n":"Mantle of Fury; Mindless Charge"},{"id":17138,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of fury|uathemysticclass","d":1,"n":"Mantle of Fury; Aura of Bloodletting"},{"id":17139,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":106,"h":1,"t":14,"uu":"mantle of fury|uathemysticclass","d":1,"n":"Mantle of Fury; Overwhelming Fury"},{"id":17140,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mantle of joy|uathemysticclass","n":"Mantle of Joy"},{"id":17141,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mantle of joy|uathemysticclass","d":1,"n":"Mantle of Joy; Soothing Presence"},{"id":17142,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mantle of joy|uathemysticclass","d":1,"n":"Mantle of Joy; Comforting Aura"},{"id":17143,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mantle of joy|uathemysticclass","d":1,"n":"Mantle of Joy; Aura of Jubilation"},{"id":17144,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mantle of joy|uathemysticclass","d":1,"n":"Mantle of Joy; Beacon of Recovery"},{"id":17145,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","n":"Mastery of Air"},{"id":17146,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Wind Step"},{"id":17147,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Wind Stream"},{"id":17148,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Cloak of Air"},{"id":17149,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Wind Form"},{"id":17150,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Misty Form"},{"id":17151,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Animate Air"},{"id":17152,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","n":"Mastery of Fire"},{"id":17153,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","d":1,"n":"Mastery of Fire; Combustion"},{"id":17154,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","d":1,"n":"Mastery of Fire; Rolling Flame"},{"id":17155,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","d":1,"n":"Mastery of Fire; Detonation"},{"id":17156,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","d":1,"n":"Mastery of Fire; Fire Form"},{"id":17157,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","d":1,"n":"Mastery of Fire; Animate Fire"},{"id":17158,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","n":"Mastery of Force"},{"id":17159,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Push"},{"id":17160,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Move"},{"id":17161,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Inertial Armor"},{"id":17162,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Telekinetic Barrier"},{"id":17163,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Grasp"},{"id":17164,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Crush"},{"id":17165,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Move"},{"id":17166,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","n":"Mastery of Ice"},{"id":17167,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","d":1,"n":"Mastery of Ice; Ice Spike"},{"id":17168,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","d":1,"n":"Mastery of Ice; Ice Sheet"},{"id":17169,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","d":1,"n":"Mastery of Ice; Frozen Sanctuary"},{"id":17170,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","d":1,"n":"Mastery of Ice; Frozen Rain"},{"id":17171,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","d":1,"n":"Mastery of Ice; Ice Barrier"},{"id":17172,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of light and darkness|uathemysticclass","n":"Mastery of Light and Darkness"},{"id":17173,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of light and darkness|uathemysticclass","d":1,"n":"Mastery of Light and Darkness; Darkness"},{"id":17174,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of light and darkness|uathemysticclass","d":1,"n":"Mastery of Light and Darkness; Light"},{"id":17175,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of light and darkness|uathemysticclass","d":1,"n":"Mastery of Light and Darkness; Shadow Beasts"},{"id":17176,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of light and darkness|uathemysticclass","d":1,"n":"Mastery of Light and Darkness; Radiant Beam"},{"id":17177,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","n":"Mastery of Water"},{"id":17178,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Desiccate"},{"id":17179,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Watery Grasp"},{"id":17180,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Water Whip"},{"id":17181,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Water Breathing"},{"id":17182,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Water Sphere"},{"id":17183,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Animate Water"},{"id":17184,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","n":"Mastery of Weather"},{"id":17185,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Cloud Steps"},{"id":17186,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Hungry Lightning"},{"id":17187,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Wall of Clouds"},{"id":17188,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Whirlwind"},{"id":17189,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Lightning Leap"},{"id":17190,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Wall of Thunder"},{"id":17191,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Thunder Clap"},{"id":17192,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","n":"Mastery of Wood and Earth"},{"id":17193,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Animate Weapon"},{"id":17194,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Warp Weapon"},{"id":17195,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Warp Armor"},{"id":17196,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Wall of Wood"},{"id":17197,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Armored Form"},{"id":17198,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Animate Earth"},{"id":17199,"c":9,"u":"mind%20meld_uathemysticclass","p":27,"s":106,"h":1,"t":14,"uu":"mind meld|uathemysticclass","n":"Mind Meld"},{"id":17200,"c":9,"u":"mind%20slam_uathemysticclass","p":28,"s":106,"h":1,"t":14,"uu":"mind slam|uathemysticclass","n":"Mind Slam"},{"id":17201,"c":9,"u":"mind%20thrust_uathemysticclass","p":28,"s":106,"h":1,"t":14,"uu":"mind thrust|uathemysticclass","n":"Mind Thrust"},{"id":17202,"c":9,"u":"mystic%20charm_uathemysticclass","p":28,"s":106,"h":1,"t":14,"uu":"mystic charm|uathemysticclass","n":"Mystic Charm"},{"id":17203,"c":9,"u":"mystic%20hand_uathemysticclass","p":28,"s":106,"h":1,"t":14,"uu":"mystic hand|uathemysticclass","n":"Mystic Hand"},{"id":17204,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"nomadic arrow|uathemysticclass","n":"Nomadic Arrow"},{"id":17205,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"nomadic arrow|uathemysticclass","d":1,"n":"Nomadic Arrow; Speed Dart"},{"id":17206,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"nomadic arrow|uathemysticclass","d":1,"n":"Nomadic Arrow; Seeking Missile"},{"id":17207,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":106,"h":1,"t":14,"uu":"nomadic arrow|uathemysticclass","d":1,"n":"Nomadic Arrow; Faithful Archer"},{"id":17208,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic chameleon|uathemysticclass","n":"Nomadic Chameleon"},{"id":17209,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic chameleon|uathemysticclass","d":1,"n":"Nomadic Chameleon; Chameleon"},{"id":17210,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic chameleon|uathemysticclass","d":1,"n":"Nomadic Chameleon; Step from Sight"},{"id":17211,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic chameleon|uathemysticclass","d":1,"n":"Nomadic Chameleon; Enduring Invisibility"},{"id":17212,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","n":"Nomadic Mind"},{"id":17213,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Wandering Mind"},{"id":17214,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Find Creature"},{"id":17215,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Item Lore"},{"id":17216,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Psychic Speech"},{"id":17217,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Wandering Eye"},{"id":17218,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Phasing Eye"},{"id":17219,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","n":"Nomadic Step"},{"id":17220,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Step of a Dozen Paces"},{"id":17221,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Nomadic Anchor"},{"id":17222,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Defensive Step"},{"id":17223,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; There and Back Again"},{"id":17224,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Transposition"},{"id":17225,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Baleful Transposition"},{"id":17226,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Phantom Caravan"},{"id":17227,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Nomad's Gate"},{"id":17228,"c":9,"u":"precognition_uathemysticclass","p":23,"s":106,"h":1,"t":14,"uu":"precognition|uathemysticclass","n":"Precognition"},{"id":17229,"c":9,"u":"precognition_uathemysticclass","p":23,"s":106,"h":1,"t":14,"uu":"precognition|uathemysticclass","d":1,"n":"Precognition; Precognitive Hunch"},{"id":17230,"c":9,"u":"precognition_uathemysticclass","p":23,"s":106,"h":1,"t":14,"uu":"precognition|uathemysticclass","d":1,"n":"Precognition; All-Around Sight"},{"id":17231,"c":9,"u":"precognition_uathemysticclass","p":23,"s":106,"h":1,"t":14,"uu":"precognition|uathemysticclass","d":1,"n":"Precognition; Danger Sense"},{"id":17232,"c":9,"u":"precognition_uathemysticclass","p":23,"s":106,"h":1,"t":14,"uu":"precognition|uathemysticclass","d":1,"n":"Precognition; Victory Before Battle"},{"id":17233,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":106,"h":1,"t":14,"uu":"psionic restoration|uathemysticclass","n":"Psionic Restoration"},{"id":17234,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":106,"h":1,"t":14,"uu":"psionic restoration|uathemysticclass","d":1,"n":"Psionic Restoration; Mend Wounds"},{"id":17235,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":106,"h":1,"t":14,"uu":"psionic restoration|uathemysticclass","d":1,"n":"Psionic Restoration; Restore Health"},{"id":17236,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":106,"h":1,"t":14,"uu":"psionic restoration|uathemysticclass","d":1,"n":"Psionic Restoration; Restore Life"},{"id":17237,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":106,"h":1,"t":14,"uu":"psionic restoration|uathemysticclass","d":1,"n":"Psionic Restoration; Restore Vigor"},{"id":17238,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psionic weapon|uathemysticclass","n":"Psionic Weapon"},{"id":17239,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psionic weapon|uathemysticclass","d":1,"n":"Psionic Weapon; Ethereal Weapon"},{"id":17240,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psionic weapon|uathemysticclass","d":1,"n":"Psionic Weapon; Lethal Strike"},{"id":17241,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psionic weapon|uathemysticclass","d":1,"n":"Psionic Weapon; Augmented Weapon"},{"id":17242,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","n":"Psychic Assault"},{"id":17243,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","d":1,"n":"Psychic Assault; Psionic Blast"},{"id":17244,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","d":1,"n":"Psychic Assault; Ego Whip"},{"id":17245,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","d":1,"n":"Psychic Assault; Id Insinuation"},{"id":17246,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","d":1,"n":"Psychic Assault; Psychic Blast"},{"id":17247,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","d":1,"n":"Psychic Assault; Psychic Crush"},{"id":17248,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psychic disruption|uathemysticclass","n":"Psychic Disruption"},{"id":17249,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psychic disruption|uathemysticclass","d":1,"n":"Psychic Disruption; Distracting Haze"},{"id":17250,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psychic disruption|uathemysticclass","d":1,"n":"Psychic Disruption; Daze"},{"id":17251,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":106,"h":1,"t":14,"uu":"psychic disruption|uathemysticclass","d":1,"n":"Psychic Disruption; Mind Storm"},{"id":17252,"c":9,"u":"psychic%20hammer_uathemysticclass","p":28,"s":106,"h":1,"t":14,"uu":"psychic hammer|uathemysticclass","n":"Psychic Hammer"},{"id":17253,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":106,"h":1,"t":14,"uu":"psychic inquisition|uathemysticclass","n":"Psychic Inquisition"},{"id":17254,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":106,"h":1,"t":14,"uu":"psychic inquisition|uathemysticclass","d":1,"n":"Psychic Inquisition; Hammer of Inquisition"},{"id":17255,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":106,"h":1,"t":14,"uu":"psychic inquisition|uathemysticclass","d":1,"n":"Psychic Inquisition; Forceful Query"},{"id":17256,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":106,"h":1,"t":14,"uu":"psychic inquisition|uathemysticclass","d":1,"n":"Psychic Inquisition; Ransack Mind"},{"id":17257,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":106,"h":1,"t":14,"uu":"psychic inquisition|uathemysticclass","d":1,"n":"Psychic Inquisition; Phantom Idea"},{"id":17258,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":106,"h":1,"t":14,"uu":"psychic phantoms|uathemysticclass","n":"Psychic Phantoms"},{"id":17259,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":106,"h":1,"t":14,"uu":"psychic phantoms|uathemysticclass","d":1,"n":"Psychic Phantoms; Distracting Figment"},{"id":17260,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":106,"h":1,"t":14,"uu":"psychic phantoms|uathemysticclass","d":1,"n":"Psychic Phantoms; Phantom Foe"},{"id":17261,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":106,"h":1,"t":14,"uu":"psychic phantoms|uathemysticclass","d":1,"n":"Psychic Phantoms; Phantom Betrayal"},{"id":17262,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":106,"h":1,"t":14,"uu":"psychic phantoms|uathemysticclass","d":1,"n":"Psychic Phantoms; Phantom Riches"},{"id":17263,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","n":"Telepathic Contact"},{"id":17264,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","d":1,"n":"Telepathic Contact; Exacting Query"},{"id":17265,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","d":1,"n":"Telepathic Contact; Occluded Mind"},{"id":17266,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","d":1,"n":"Telepathic Contact; Broken Will"},{"id":17267,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","d":1,"n":"Telepathic Contact; Psychic Grip"},{"id":17268,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","d":1,"n":"Telepathic Contact; Psychic Domination"},{"id":17269,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"third eye|uathemysticclass","n":"Third Eye"},{"id":17270,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"third eye|uathemysticclass","d":1,"n":"Third Eye; Tremorsense"},{"id":17271,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"third eye|uathemysticclass","d":1,"n":"Third Eye; Unwavering Eye"},{"id":17272,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"third eye|uathemysticclass","d":1,"n":"Third Eye; Piercing Sight"},{"id":17273,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":106,"h":1,"t":14,"uu":"third eye|uathemysticclass","d":1,"n":"Third Eye; Truesight"},{"id":17274,"c":10,"u":"dragonborn%20(chromatic)_ftd","p":10,"s":2,"h":1,"t":15,"uu":"dragonborn (chromatic)|ftd","m":"races/FTD/Chromatic Dragonborn.webp","n":"Dragonborn (Chromatic)"},{"id":17275,"c":10,"u":"dragonborn%20(gem)_ftd","p":11,"s":2,"h":1,"t":15,"uu":"dragonborn (gem)|ftd","m":"races/FTD/Gem Dragonborn.webp","n":"Dragonborn (Gem)"},{"id":17276,"c":10,"u":"dragonborn%20(metallic)_ftd","p":12,"s":2,"h":1,"t":15,"uu":"dragonborn (metallic)|ftd","m":"races/FTD/Metallic Dragonborn.webp","n":"Dragonborn (Metallic)"},{"id":17277,"c":10,"u":"aarakocra_mpmm","p":5,"s":3,"h":1,"t":15,"uu":"aarakocra|mpmm","m":"races/MPMM/Aarakocra.webp","n":"Aarakocra"},{"id":17278,"c":10,"u":"aasimar_mpmm","p":7,"s":3,"h":1,"t":15,"uu":"aasimar|mpmm","m":"races/MPMM/Aasimar.webp","n":"Aasimar"},{"id":17279,"c":10,"u":"bugbear_mpmm","p":8,"s":3,"h":1,"t":15,"uu":"bugbear|mpmm","m":"races/MPMM/Bugbear.webp","n":"Bugbear"},{"id":17280,"c":10,"u":"centaur_mpmm","p":9,"s":3,"h":1,"t":15,"uu":"centaur|mpmm","m":"races/MPMM/Centaur.webp","n":"Centaur"},{"id":17281,"c":10,"u":"changeling_mpmm","p":10,"s":3,"h":1,"t":15,"uu":"changeling|mpmm","m":"races/MPMM/Changeling.webp","n":"Changeling"},{"id":17282,"c":10,"u":"deep%20gnome_mpmm","p":11,"s":3,"h":1,"t":15,"uu":"deep gnome|mpmm","m":"races/MPMM/Deep Gnome.webp","n":"Deep Gnome"},{"id":17283,"c":10,"u":"duergar_mpmm","p":12,"s":3,"h":1,"t":15,"uu":"duergar|mpmm","m":"races/MPMM/Duergar.webp","n":"Duergar"},{"id":17284,"c":10,"u":"eladrin_mpmm","p":13,"s":3,"h":1,"t":15,"uu":"eladrin|mpmm","m":"races/MPMM/Eladrin.webp","n":"Eladrin"},{"id":17285,"c":10,"u":"fairy_mpmm","p":14,"s":3,"h":1,"t":15,"uu":"fairy|mpmm","m":"races/MPMM/Fairy.webp","n":"Fairy"},{"id":17286,"c":10,"u":"firbolg_mpmm","p":15,"s":3,"h":1,"t":15,"uu":"firbolg|mpmm","m":"races/MPMM/Firbolg.webp","n":"Firbolg"},{"id":17287,"c":10,"u":"genasi_mpmm","p":16,"s":3,"h":1,"t":15,"uu":"genasi|mpmm","m":"races/MPMM/Genasi.webp","n":"Genasi"},{"id":17288,"c":10,"u":"genasi%20(air)_mpmm","p":16,"s":3,"h":1,"t":15,"uu":"genasi (air)|mpmm","m":"races/MPMM/Genasi.webp","n":"Genasi (Air)"},{"id":17289,"c":10,"u":"genasi%20(earth)_mpmm","p":17,"s":3,"h":1,"t":15,"uu":"genasi (earth)|mpmm","m":"races/MPMM/Genasi.webp","n":"Genasi (Earth)"},{"id":17290,"c":10,"u":"genasi%20(fire)_mpmm","p":17,"s":3,"h":1,"t":15,"uu":"genasi (fire)|mpmm","m":"races/MPMM/Genasi.webp","n":"Genasi (Fire)"},{"id":17291,"c":10,"u":"genasi%20(water)_mpmm","p":17,"s":3,"h":1,"t":15,"uu":"genasi (water)|mpmm","m":"races/MPMM/Genasi.webp","n":"Genasi (Water)"},{"id":17292,"c":10,"u":"githyanki_mpmm","p":18,"s":3,"h":1,"t":15,"uu":"githyanki|mpmm","m":"races/MPMM/Githyanki.webp","n":"Githyanki"},{"id":17293,"c":10,"u":"githzerai_mpmm","p":19,"s":3,"h":1,"t":15,"uu":"githzerai|mpmm","m":"races/MPMM/Githzerai.webp","n":"Githzerai"},{"id":17294,"c":10,"u":"goblin_mpmm","p":20,"s":3,"h":1,"t":15,"uu":"goblin|mpmm","m":"races/MPMM/Goblin.webp","n":"Goblin"},{"id":17295,"c":10,"u":"goliath_mpmm","p":21,"s":3,"h":1,"t":15,"uu":"goliath|mpmm","m":"races/MPMM/Goliath.webp","n":"Goliath"},{"id":17296,"c":10,"u":"harengon_mpmm","p":22,"s":3,"h":1,"t":15,"uu":"harengon|mpmm","m":"races/MPMM/Harengon.webp","n":"Harengon"},{"id":17297,"c":10,"u":"hobgoblin_mpmm","p":23,"s":3,"h":1,"t":15,"uu":"hobgoblin|mpmm","m":"races/MPMM/Hobgoblin.webp","n":"Hobgoblin"},{"id":17298,"c":10,"u":"kenku_mpmm","p":24,"s":3,"h":1,"t":15,"uu":"kenku|mpmm","m":"races/MPMM/Kenku.webp","n":"Kenku"},{"id":17299,"c":10,"u":"kobold_mpmm","p":25,"s":3,"h":1,"t":15,"uu":"kobold|mpmm","m":"races/MPMM/Kobold.webp","n":"Kobold"},{"id":17300,"c":10,"u":"lizardfolk_mpmm","p":26,"s":3,"h":1,"t":15,"uu":"lizardfolk|mpmm","m":"races/MPMM/Lizardfolk.webp","n":"Lizardfolk"},{"id":17301,"c":10,"u":"minotaur_mpmm","p":27,"s":3,"h":1,"t":15,"uu":"minotaur|mpmm","m":"races/MPMM/Minotaur.webp","n":"Minotaur"},{"id":17302,"c":10,"u":"orc_mpmm","p":28,"s":3,"h":1,"t":15,"uu":"orc|mpmm","m":"races/MPMM/Orc.webp","n":"Orc"},{"id":17303,"c":10,"u":"satyr_mpmm","p":29,"s":3,"h":1,"t":15,"uu":"satyr|mpmm","m":"races/MPMM/Satyr.webp","n":"Satyr"},{"id":17304,"c":10,"u":"sea%20elf_mpmm","p":30,"s":3,"h":1,"t":15,"uu":"sea elf|mpmm","m":"races/MPMM/Sea Elf.webp","n":"Sea Elf"},{"id":17305,"c":10,"u":"shadar-kai_mpmm","p":31,"s":3,"h":1,"t":15,"uu":"shadar-kai|mpmm","m":"races/MPMM/Shadar-kai.webp","n":"Shadar-Kai"},{"id":17306,"c":10,"u":"shifter_mpmm","p":32,"s":3,"h":1,"t":15,"uu":"shifter|mpmm","m":"races/MPMM/Shifter.webp","n":"Shifter"},{"id":17307,"c":10,"u":"tabaxi_mpmm","p":33,"s":3,"h":1,"t":15,"uu":"tabaxi|mpmm","m":"races/MPMM/Tabaxi.webp","n":"Tabaxi"},{"id":17308,"c":10,"u":"tortle_mpmm","p":34,"s":3,"h":1,"t":15,"uu":"tortle|mpmm","m":"races/MPMM/Tortle.webp","n":"Tortle"},{"id":17309,"c":10,"u":"triton_mpmm","p":35,"s":3,"h":1,"t":15,"uu":"triton|mpmm","m":"races/MPMM/Triton.webp","n":"Triton"},{"id":17310,"c":10,"u":"yuan-ti_mpmm","p":36,"s":3,"h":1,"t":15,"uu":"yuan-ti|mpmm","m":"races/MPMM/Yuan-ti.webp","n":"Yuan-Ti"},{"id":17311,"c":10,"u":"custom%20lineage_tce","p":8,"s":4,"h":1,"t":15,"uu":"custom lineage|tce","n":"Custom Lineage"},{"id":17312,"c":10,"u":"aasimar_xphb","p":186,"s":8,"h":1,"t":15,"uu":"aasimar|xphb","m":"races/XPHB/Aasimar.webp","n":"Aasimar"},{"id":17313,"c":10,"u":"dragonborn_xphb","p":187,"s":8,"h":1,"t":15,"uu":"dragonborn|xphb","m":"races/XPHB/Dragonborn.webp","n":"Dragonborn"},{"id":17314,"c":10,"u":"dwarf_xphb","p":188,"s":8,"h":1,"t":15,"uu":"dwarf|xphb","m":"races/XPHB/Dwarf.webp","n":"Dwarf"},{"id":17315,"c":10,"u":"elf_xphb","p":189,"s":8,"h":1,"t":15,"uu":"elf|xphb","m":"races/XPHB/Elf.webp","n":"Elf"},{"id":17316,"c":10,"u":"gnome_xphb","p":191,"s":8,"h":1,"t":15,"uu":"gnome|xphb","m":"races/XPHB/Gnome.webp","n":"Gnome"},{"id":17317,"c":10,"u":"goliath_xphb","p":192,"s":8,"h":1,"t":15,"uu":"goliath|xphb","m":"races/XPHB/Goliath.webp","n":"Goliath"},{"id":17318,"c":10,"u":"halfling_xphb","p":193,"s":8,"h":1,"t":15,"uu":"halfling|xphb","m":"races/XPHB/Halfling.webp","n":"Halfling"},{"id":17319,"c":10,"u":"human_xphb","p":194,"s":8,"h":1,"t":15,"uu":"human|xphb","m":"races/XPHB/Human.webp","n":"Human"},{"id":17320,"c":10,"u":"orc_xphb","p":195,"s":8,"h":1,"t":15,"uu":"orc|xphb","m":"races/XPHB/Orc.webp","n":"Orc"},{"id":17321,"c":10,"u":"tiefling_xphb","p":197,"s":8,"h":1,"t":15,"uu":"tiefling|xphb","m":"races/XPHB/Tiefling.webp","n":"Tiefling"},{"id":17322,"c":10,"u":"astral%20elf_aag","p":10,"s":103,"h":1,"t":15,"uu":"astral elf|aag","m":"races/AAG/Astral Elf.webp","n":"Astral Elf"},{"id":17323,"c":10,"u":"autognome_aag","p":11,"s":103,"h":1,"t":15,"uu":"autognome|aag","m":"races/AAG/Autognome.webp","n":"Autognome"},{"id":17324,"c":10,"u":"giff_aag","p":12,"s":103,"h":1,"t":15,"uu":"giff|aag","m":"races/AAG/Giff.webp","n":"Giff"},{"id":17325,"c":10,"u":"hadozee_aag","p":13,"s":103,"h":1,"t":15,"uu":"hadozee|aag","m":"races/AAG/Hadozee.webp","n":"Hadozee"},{"id":17326,"c":10,"u":"plasmoid_aag","p":14,"s":103,"h":1,"t":15,"uu":"plasmoid|aag","m":"races/AAG/Plasmoid.webp","n":"Plasmoid"},{"id":17327,"c":10,"u":"thri-kreen_aag","p":15,"s":103,"h":1,"t":15,"uu":"thri-kreen|aag","m":"races/AAG/Thri-kreen.webp","n":"Thri-kreen"},{"id":17328,"c":10,"u":"verdan_ai","p":72,"s":15,"h":1,"t":15,"uu":"verdan|ai","m":"races/AI/Verdan.webp","n":"Verdan"},{"id":17329,"c":10,"u":"aarakocra_dmg","p":282,"s":24,"h":1,"t":15,"uu":"aarakocra|dmg","n":"Aarakocra"},{"id":17330,"c":10,"u":"aasimar_dmg","p":286,"s":24,"h":1,"t":15,"uu":"aasimar|dmg","n":"Aasimar"},{"id":17331,"c":10,"u":"bullywug_dmg","p":282,"s":24,"h":1,"t":15,"uu":"bullywug|dmg","n":"Bullywug"},{"id":17332,"c":10,"u":"gnoll_dmg","p":282,"s":24,"h":1,"t":15,"uu":"gnoll|dmg","n":"Gnoll"},{"id":17333,"c":10,"u":"gnome%20(deep)_dmg","p":282,"s":24,"h":1,"t":15,"uu":"gnome (deep)|dmg","n":"Gnome (Deep)"},{"id":17334,"c":10,"u":"goblin_dmg","p":282,"s":24,"h":1,"t":15,"uu":"goblin|dmg","n":"Goblin"},{"id":17335,"c":10,"u":"grimlock_dmg","p":282,"s":24,"h":1,"t":15,"uu":"grimlock|dmg","n":"Grimlock"},{"id":17336,"c":10,"u":"hobgoblin_dmg","p":282,"s":24,"h":1,"t":15,"uu":"hobgoblin|dmg","n":"Hobgoblin"},{"id":17337,"c":10,"u":"kenku_dmg","p":282,"s":24,"h":1,"t":15,"uu":"kenku|dmg","n":"Kenku"},{"id":17338,"c":10,"u":"kobold_dmg","p":282,"s":24,"h":1,"t":15,"uu":"kobold|dmg","n":"Kobold"},{"id":17339,"c":10,"u":"kuo-toa_dmg","p":282,"s":24,"h":1,"t":15,"uu":"kuo-toa|dmg","n":"Kuo-Toa"},{"id":17340,"c":10,"u":"lizardfolk_dmg","p":282,"s":24,"h":1,"t":15,"uu":"lizardfolk|dmg","n":"Lizardfolk"},{"id":17341,"c":10,"u":"merfolk_dmg","p":282,"s":24,"h":1,"t":15,"uu":"merfolk|dmg","n":"Merfolk"},{"id":17342,"c":10,"u":"orc_dmg","p":282,"s":24,"h":1,"t":15,"uu":"orc|dmg","n":"Orc"},{"id":17343,"c":10,"u":"skeleton_dmg","p":282,"s":24,"h":1,"t":15,"uu":"skeleton|dmg","n":"Skeleton"},{"id":17344,"c":10,"u":"troglodyte_dmg","p":282,"s":24,"h":1,"t":15,"uu":"troglodyte|dmg","n":"Troglodyte"},{"id":17345,"c":10,"u":"zombie_dmg","p":282,"s":24,"h":1,"t":15,"uu":"zombie|dmg","n":"Zombie"},{"id":17346,"c":10,"u":"kender_dsotdq","p":27,"s":27,"h":1,"t":15,"uu":"kender|dsotdq","m":"races/DSotDQ/Kender.webp","n":"Kender"},{"id":17347,"c":10,"u":"aarakocra_eepc","p":5,"s":119,"h":1,"t":15,"uu":"aarakocra|eepc","m":"races/EEPC/Aarakocra.webp","n":"Aarakocra"},{"id":17348,"c":10,"u":"genasi_eepc","p":9,"s":119,"h":1,"t":15,"uu":"genasi|eepc","m":"races/EEPC/Genasi.webp","n":"Genasi"},{"id":17349,"c":10,"u":"genasi%20(air)_eepc","p":9,"s":119,"h":1,"t":15,"uu":"genasi (air)|eepc","m":"races/EEPC/Genasi.webp","n":"Genasi (Air)"},{"id":17350,"c":10,"u":"genasi%20(earth)_eepc","p":9,"s":119,"h":1,"t":15,"uu":"genasi (earth)|eepc","m":"races/EEPC/Genasi.webp","n":"Genasi (Earth)"},{"id":17351,"c":10,"u":"genasi%20(fire)_eepc","p":9,"s":119,"h":1,"t":15,"uu":"genasi (fire)|eepc","m":"races/EEPC/Genasi.webp","n":"Genasi (Fire)"},{"id":17352,"c":10,"u":"genasi%20(water)_eepc","p":10,"s":119,"h":1,"t":15,"uu":"genasi (water)|eepc","m":"races/EEPC/Genasi.webp","n":"Genasi (Water)"},{"id":17353,"c":10,"u":"orc_egw","p":178,"s":28,"h":1,"dP":1,"t":15,"uu":"orc|egw","n":"Orc"},{"id":17354,"c":10,"u":"bugbear_erlw","p":25,"s":29,"h":1,"t":15,"uu":"bugbear|erlw","m":"races/ERLW/Goblinoids.webp","n":"Bugbear"},{"id":17355,"c":10,"u":"changeling_erlw","p":17,"s":29,"h":1,"t":15,"uu":"changeling|erlw","m":"races/ERLW/Changeling.webp","n":"Changeling"},{"id":17356,"c":10,"u":"goblin_erlw","p":26,"s":29,"h":1,"t":15,"uu":"goblin|erlw","m":"races/ERLW/Goblinoids.webp","n":"Goblin"},{"id":17357,"c":10,"u":"hobgoblin_erlw","p":26,"s":29,"h":1,"t":15,"uu":"hobgoblin|erlw","m":"races/ERLW/Goblinoids.webp","n":"Hobgoblin"},{"id":17358,"c":10,"u":"kalashtar_erlw","p":29,"s":29,"h":1,"t":15,"uu":"kalashtar|erlw","m":"races/ERLW/Kalashtar.webp","n":"Kalashtar"},{"id":17359,"c":10,"u":"orc_erlw","p":31,"s":29,"h":1,"t":15,"uu":"orc|erlw","n":"Orc"},{"id":17360,"c":10,"u":"shifter_erlw","p":33,"s":29,"h":1,"t":15,"uu":"shifter|erlw","m":"races/ERLW/Shifter 001.webp","n":"Shifter"},{"id":17361,"c":10,"u":"shifter%20(beasthide)_erlw","p":34,"s":29,"h":1,"t":15,"uu":"shifter (beasthide)|erlw","m":"races/ERLW/Shifter 001.webp","n":"Shifter (Beasthide)"},{"id":17362,"c":10,"u":"shifter%20(longtooth)_erlw","p":34,"s":29,"h":1,"t":15,"uu":"shifter (longtooth)|erlw","m":"races/ERLW/Shifter 001.webp","n":"Shifter (Longtooth)"},{"id":17363,"c":10,"u":"shifter%20(swiftstride)_erlw","p":34,"s":29,"h":1,"t":15,"uu":"shifter (swiftstride)|erlw","m":"races/ERLW/Shifter 001.webp","n":"Shifter (Swiftstride)"},{"id":17364,"c":10,"u":"shifter%20(wildhunt)_erlw","p":34,"s":29,"h":1,"t":15,"uu":"shifter (wildhunt)|erlw","m":"races/ERLW/Shifter (Wildhunt).webp","n":"Shifter (Wildhunt)"},{"id":17365,"c":10,"u":"warforged_erlw","p":35,"s":29,"h":1,"t":15,"uu":"warforged|erlw","m":"races/ERLW/Warforged.webp","n":"Warforged"},{"id":17366,"c":10,"u":"centaur_ggr","p":15,"s":31,"h":1,"t":15,"uu":"centaur|ggr","m":"races/GGR/Centaur.webp","n":"Centaur"},{"id":17367,"c":10,"u":"goblin_ggr","p":16,"s":31,"h":1,"t":15,"uu":"goblin|ggr","n":"Goblin"},{"id":17368,"c":10,"u":"loxodon_ggr","p":17,"s":31,"h":1,"t":15,"uu":"loxodon|ggr","m":"races/GGR/Loxodon.webp","n":"Loxodon"},{"id":17369,"c":10,"u":"minotaur_ggr","p":18,"s":31,"h":1,"t":15,"uu":"minotaur|ggr","m":"races/GGR/Minotaur.webp","n":"Minotaur"},{"id":17370,"c":10,"u":"simic%20hybrid_ggr","p":20,"s":31,"h":1,"t":15,"uu":"simic hybrid|ggr","m":"races/GGR/Simic Hybrid.webp","n":"Simic Hybrid"},{"id":17371,"c":10,"u":"vedalken_ggr","p":21,"s":31,"h":1,"t":15,"uu":"vedalken|ggr","m":"races/GGR/Vedalken.webp","n":"Vedalken"},{"id":17372,"c":10,"u":"cervan_hwcs","p":22,"s":37,"h":1,"dP":1,"t":15,"uu":"cervan|hwcs","m":"races/HWCS/Cervan-Priest.webp","n":"Cervan"},{"id":17373,"c":10,"u":"cervan%20(grove)_hwcs","p":22,"s":37,"h":1,"dP":1,"t":15,"uu":"cervan (grove)|hwcs","m":"races/HWCS/Cervan-Priest.webp","n":"Cervan (Grove)"},{"id":17374,"c":10,"u":"cervan%20(pronghorn)_hwcs","p":22,"s":37,"h":1,"dP":1,"t":15,"uu":"cervan (pronghorn)|hwcs","m":"races/HWCS/Cervan-Priest.webp","n":"Cervan (Pronghorn)"},{"id":17375,"c":10,"u":"corvum_hwcs","p":12,"s":37,"h":1,"dP":1,"t":15,"uu":"corvum|hwcs","m":"races/HWCS/Corvum-Assassin.webp","n":"Corvum"},{"id":17376,"c":10,"u":"corvum%20(dusk)_hwcs","p":12,"s":37,"h":1,"dP":1,"t":15,"uu":"corvum (dusk)|hwcs","m":"races/HWCS/Corvum-Assassin.webp","n":"Corvum (Dusk)"},{"id":17377,"c":10,"u":"corvum%20(kindled)_hwcs","p":12,"s":37,"h":1,"dP":1,"t":15,"uu":"corvum (kindled)|hwcs","m":"races/HWCS/Corvum-Assassin.webp","n":"Corvum (Kindled)"},{"id":17378,"c":10,"u":"gallus_hwcs","p":14,"s":37,"h":1,"dP":1,"t":15,"uu":"gallus|hwcs","m":"races/HWCS/Gallus-Druid.webp","n":"Gallus"},{"id":17379,"c":10,"u":"gallus%20(bright)_hwcs","p":14,"s":37,"h":1,"dP":1,"t":15,"uu":"gallus (bright)|hwcs","m":"races/HWCS/Gallus-Druid.webp","n":"Gallus (Bright)"},{"id":17380,"c":10,"u":"gallus%20(huden)_hwcs","p":14,"s":37,"h":1,"dP":1,"t":15,"uu":"gallus (huden)|hwcs","m":"races/HWCS/Gallus-Druid.webp","n":"Gallus (Huden)"},{"id":17381,"c":10,"u":"hedge_hwcs","p":24,"s":37,"h":1,"dP":1,"t":15,"uu":"hedge|hwcs","m":"races/HWCS/Hedge-Bard.webp","n":"Hedge"},{"id":17382,"c":10,"u":"jerbeen_hwcs","p":27,"s":37,"h":1,"dP":1,"t":15,"uu":"jerbeen|hwcs","m":"races/HWCS/Jerbeen-Swashbuckler.webp","n":"Jerbeen"},{"id":17383,"c":10,"u":"luma_hwcs","p":16,"s":37,"h":1,"dP":1,"t":15,"uu":"luma|hwcs","m":"races/HWCS/Luma-Cleric-of-Ardea.webp","n":"Luma"},{"id":17384,"c":10,"u":"luma%20(sable)_hwcs","p":16,"s":37,"h":1,"dP":1,"t":15,"uu":"luma (sable)|hwcs","m":"races/HWCS/Luma-Cleric-of-Ardea.webp","n":"Luma (Sable)"},{"id":17385,"c":10,"u":"luma%20(sera)_hwcs","p":16,"s":37,"h":1,"dP":1,"t":15,"uu":"luma (sera)|hwcs","m":"races/HWCS/Luma-Cleric-of-Ardea.webp","n":"Luma (Sera)"},{"id":17386,"c":10,"u":"mapach_hwcs","p":28,"s":37,"h":1,"dP":1,"t":15,"uu":"mapach|hwcs","m":"races/HWCS/Mapach-Tinkerer.webp","n":"Mapach"},{"id":17387,"c":10,"u":"raptor_hwcs","p":18,"s":37,"h":1,"dP":1,"t":15,"uu":"raptor|hwcs","m":"races/HWCS/Raptor-Explorer.webp","n":"Raptor"},{"id":17388,"c":10,"u":"raptor%20(maran)_hwcs","p":18,"s":37,"h":1,"dP":1,"t":15,"uu":"raptor (maran)|hwcs","m":"races/HWCS/Raptor-Explorer.webp","n":"Raptor (Maran)"},{"id":17389,"c":10,"u":"raptor%20(mistral)_hwcs","p":18,"s":37,"h":1,"dP":1,"t":15,"uu":"raptor (mistral)|hwcs","m":"races/HWCS/Raptor-Explorer.webp","n":"Raptor (Mistral)"},{"id":17390,"c":10,"u":"strig_hwcs","p":20,"s":37,"h":1,"dP":1,"t":15,"uu":"strig|hwcs","m":"races/HWCS/Strig-Tracker.webp","n":"Strig"},{"id":17391,"c":10,"u":"strig%20(stout)_hwcs","p":20,"s":37,"h":1,"dP":1,"t":15,"uu":"strig (stout)|hwcs","m":"races/HWCS/Strig-Tracker.webp","n":"Strig (Stout)"},{"id":17392,"c":10,"u":"strig%20(swift)_hwcs","p":20,"s":37,"h":1,"dP":1,"t":15,"uu":"strig (swift)|hwcs","m":"races/HWCS/Strig-Tracker.webp","n":"Strig (Swift)"},{"id":17393,"c":10,"u":"vulpin_hwcs","p":30,"s":37,"h":1,"dP":1,"t":15,"uu":"vulpin|hwcs","m":"races/HWCS/Vulpin-Noble.webp","n":"Vulpin"},{"id":17394,"c":10,"u":"centaur_mot","p":18,"s":46,"h":1,"t":15,"uu":"centaur|mot","m":"races/MOT/Lagonna Band Centaur.webp","n":"Centaur"},{"id":17395,"c":10,"u":"leonin_mot","p":20,"s":46,"h":1,"t":15,"uu":"leonin|mot","m":"races/MOT/Leonin.webp","n":"Leonin"},{"id":17396,"c":10,"u":"minotaur_mot","p":22,"s":46,"h":1,"t":15,"uu":"minotaur|mot","m":"races/MOT/Minotaur.webp","n":"Minotaur"},{"id":17397,"c":10,"u":"satyr_mot","p":24,"s":46,"h":1,"t":15,"uu":"satyr|mot","m":"races/MOT/Satyr.webp","n":"Satyr"},{"id":17398,"c":10,"u":"triton_mot","p":26,"s":46,"h":1,"t":15,"uu":"triton|mot","m":"races/MOT/Triton.webp","n":"Triton"},{"id":17399,"c":10,"u":"gith_mtf","p":96,"s":48,"h":1,"t":15,"uu":"gith|mtf","n":"Gith"},{"id":17400,"c":10,"u":"gith%20(githyanki)_mtf","p":96,"s":48,"h":1,"t":15,"uu":"gith (githyanki)|mtf","m":"races/MTF/Githyanki.webp","n":"Gith (Githyanki)"},{"id":17401,"c":10,"u":"gith%20(githzerai)_mtf","p":96,"s":48,"h":1,"t":15,"uu":"gith (githzerai)|mtf","n":"Gith (Githzerai)"},{"id":17402,"c":10,"u":"dragonborn%20(base)_phb","p":32,"s":52,"h":1,"r":1,"t":15,"uu":"dragonborn (base)|phb","m":"races/PHB/Dragonborn.webp","n":"Dragonborn (Base)"},{"id":17403,"c":10,"u":"dragonborn_phb","p":32,"s":52,"h":1,"r":1,"t":15,"uu":"dragonborn|phb","m":"races/PHB/Dragonborn.webp","n":"Dragonborn"},{"id":17404,"c":10,"u":"dragonborn%20(draconblood)_egw","p":168,"s":28,"h":1,"dP":1,"t":15,"uu":"dragonborn (draconblood)|egw","m":"races/EGW/Dragonborn (Draconblood).webp","n":"Dragonborn (Draconblood)"},{"id":17405,"c":10,"u":"dragonborn%20(ravenite)_egw","p":168,"s":28,"h":1,"dP":1,"t":15,"uu":"dragonborn (ravenite)|egw","m":"races/EGW/Dragonborn (Ravenite).webp","n":"Dragonborn (Ravenite)"},{"id":17406,"c":10,"u":"dwarf_phb","p":18,"s":52,"h":1,"r":1,"t":15,"uu":"dwarf|phb","m":"races/PHB/Dwarf.webp","n":"Dwarf"},{"id":17407,"c":10,"u":"dwarf%20(duergar)_mtf","p":81,"s":48,"h":1,"t":15,"uu":"dwarf (duergar)|mtf","n":"Dwarf (Duergar)"},{"id":17408,"c":10,"u":"dwarf%20(hill)_phb","p":20,"s":52,"h":1,"r":1,"t":15,"uu":"dwarf (hill)|phb","m":"races/PHB/Dwarf.webp","n":"Dwarf (Hill)"},{"id":17409,"c":10,"u":"dwarf%20(mark%20of%20warding)_erlw","p":51,"s":29,"h":1,"t":15,"uu":"dwarf (mark of warding)|erlw","n":"Dwarf (Mark of Warding)"},{"id":17410,"c":10,"u":"dwarf%20(mountain)_phb","p":20,"s":52,"h":1,"t":15,"uu":"dwarf (mountain)|phb","m":"races/PHB/Dwarf.webp","n":"Dwarf (Mountain)"},{"id":17411,"c":10,"u":"elf_phb","p":21,"s":52,"h":1,"r":1,"t":15,"uu":"elf|phb","m":"races/PHB/Elf.webp","n":"Elf"},{"id":17412,"c":10,"u":"elf%20(drow)_phb","p":24,"s":52,"h":1,"t":15,"uu":"elf (drow)|phb","n":"Elf (Drow)"},{"id":17413,"c":10,"u":"elf%20(drow)_phb","p":24,"s":52,"h":1,"t":15,"uu":"elf (drow)|phb","n":"Elf (Dark)"},{"id":17414,"c":10,"u":"elf%20(eladrin)_dmg","p":286,"s":24,"h":1,"t":15,"uu":"elf (eladrin)|dmg","n":"Elf (Eladrin)"},{"id":17415,"c":10,"u":"elf%20(eladrin)_mtf","p":61,"s":48,"h":1,"t":15,"uu":"elf (eladrin)|mtf","m":"races/PHB/Elf.webp","n":"Elf (Eladrin)"},{"id":17416,"c":10,"u":"elf%20(high)_phb","p":23,"s":52,"h":1,"r":1,"t":15,"uu":"elf (high)|phb","m":"races/PHB/Elf.webp","n":"Elf (High)"},{"id":17417,"c":10,"u":"elf%20(mark%20of%20shadow)_erlw","p":49,"s":29,"h":1,"t":15,"uu":"elf (mark of shadow)|erlw","n":"Elf (Mark of Shadow)"},{"id":17418,"c":10,"u":"elf%20(pallid)_egw","p":21,"s":28,"h":1,"dP":1,"t":15,"uu":"elf (pallid)|egw","m":"races/EGW/Elf (Pallid).webp","n":"Elf (Pallid)"},{"id":17419,"c":10,"u":"elf%20(sea)_mtf","p":62,"s":48,"h":1,"t":15,"uu":"elf (sea)|mtf","n":"Elf (Sea)"},{"id":17420,"c":10,"u":"elf%20(shadar-kai)_mtf","p":62,"s":48,"h":1,"t":15,"uu":"elf (shadar-kai)|mtf","n":"Elf (Shadar-kai)"},{"id":17421,"c":10,"u":"elf%20(wood)_phb","p":24,"s":52,"h":1,"t":15,"uu":"elf (wood)|phb","m":"races/PHB/Elf.webp","n":"Elf (Wood)"},{"id":17422,"c":10,"u":"gnome_phb","p":35,"s":52,"h":1,"r":1,"t":15,"uu":"gnome|phb","m":"races/PHB/Gnome.webp","n":"Gnome"},{"id":17423,"c":10,"u":"gnome%20(deep)_mtf","p":113,"s":48,"h":1,"t":15,"uu":"gnome (deep)|mtf","n":"Gnome (Deep)"},{"id":17424,"c":10,"u":"gnome%20(deep%2fsvirfneblin)_scag","p":115,"s":107,"h":1,"t":15,"uu":"gnome (deep/svirfneblin)|scag","n":"Gnome (Deep/Svirfneblin)"},{"id":17425,"c":10,"u":"gnome%20(forest)_phb","p":37,"s":52,"h":1,"t":15,"uu":"gnome (forest)|phb","m":"races/PHB/Gnome.webp","n":"Gnome (Forest)"},{"id":17426,"c":10,"u":"gnome%20(mark%20of%20scribing)_erlw","p":47,"s":29,"h":1,"t":15,"uu":"gnome (mark of scribing)|erlw","n":"Gnome (Mark of Scribing)"},{"id":17427,"c":10,"u":"gnome%20(rock)_phb","p":37,"s":52,"h":1,"r":1,"t":15,"uu":"gnome (rock)|phb","m":"races/PHB/Gnome.webp","n":"Gnome (Rock)"},{"id":17428,"c":10,"u":"half-elf%20(base)_phb","p":38,"s":52,"h":1,"r":1,"t":15,"uu":"half-elf (base)|phb","m":"races/PHB/Half-Elf.webp","n":"Half-Elf (Base)"},{"id":17429,"c":10,"u":"half-elf_phb","p":38,"s":52,"h":1,"r":1,"t":15,"uu":"half-elf|phb","m":"races/PHB/Half-Elf.webp","n":"Half-Elf"},{"id":17430,"c":10,"u":"half-elf%20(variant%3b%20aquatic%20elf%20descent)_scag","p":116,"s":107,"h":1,"t":15,"uu":"half-elf (variant; aquatic elf descent)|scag","n":"Half-Elf (Variant; Aquatic Elf Descent)"},{"id":17431,"c":10,"u":"half-elf%20(variant%3b%20drow%20descent)_scag","p":116,"s":107,"h":1,"t":15,"uu":"half-elf (variant; drow descent)|scag","n":"Half-Elf (Variant; Drow Descent)"},{"id":17432,"c":10,"u":"half-elf%20(variant%3b%20mark%20of%20detection)_erlw","p":40,"s":29,"h":1,"t":15,"uu":"half-elf (variant; mark of detection)|erlw","n":"Half-Elf (Variant; Mark of Detection)"},{"id":17433,"c":10,"u":"half-elf%20(variant%3b%20mark%20of%20storm)_erlw","p":50,"s":29,"h":1,"t":15,"uu":"half-elf (variant; mark of storm)|erlw","n":"Half-Elf (Variant; Mark of Storm)"},{"id":17434,"c":10,"u":"half-elf%20(variant%3b%20moon%20elf%20or%20sun%20elf%20descent)_scag","p":116,"s":107,"h":1,"t":15,"uu":"half-elf (variant; moon elf or sun elf descent)|scag","n":"Half-Elf (Variant; Moon Elf or Sun Elf Descent)"},{"id":17435,"c":10,"u":"half-elf%20(variant%3b%20wood%20elf%20descent)_scag","p":116,"s":107,"h":1,"t":15,"uu":"half-elf (variant; wood elf descent)|scag","n":"Half-Elf (Variant; Wood Elf Descent)"},{"id":17436,"c":10,"u":"half-orc%20(base)_phb","p":40,"s":52,"h":1,"r":1,"t":15,"uu":"half-orc (base)|phb","m":"races/PHB/Half-Orc.webp","n":"Half-Orc (Base)"},{"id":17437,"c":10,"u":"half-orc_phb","p":40,"s":52,"h":1,"r":1,"t":15,"uu":"half-orc|phb","m":"races/PHB/Half-Orc.webp","n":"Half-Orc"},{"id":17438,"c":10,"u":"half-orc%20(variant%3b%20mark%20of%20finding)_erlw","p":41,"s":29,"h":1,"t":15,"uu":"half-orc (variant; mark of finding)|erlw","n":"Half-Orc (Variant; Mark of Finding)"},{"id":17439,"c":10,"u":"halfling_phb","p":26,"s":52,"h":1,"r":1,"t":15,"uu":"halfling|phb","m":"races/PHB/Halfling.webp","n":"Halfling"},{"id":17440,"c":10,"u":"halfling%20(ghostwise)_scag","p":110,"s":107,"h":1,"t":15,"uu":"halfling (ghostwise)|scag","m":"races/PHB/Halfling.webp","n":"Halfling (Ghostwise)"},{"id":17441,"c":10,"u":"halfling%20(lightfoot)_phb","p":28,"s":52,"h":1,"r":1,"t":15,"uu":"halfling (lightfoot)|phb","m":"races/PHB/Halfling.webp","n":"Halfling (Lightfoot)"},{"id":17442,"c":10,"u":"halfling%20(lotusden)_egw","p":164,"s":28,"h":1,"dP":1,"t":15,"uu":"halfling (lotusden)|egw","m":"races/EGW/Halfling (Lotusden).webp","n":"Halfling (Lotusden)"},{"id":17443,"c":10,"u":"halfling%20(mark%20of%20healing)_erlw","p":43,"s":29,"h":1,"t":15,"uu":"halfling (mark of healing)|erlw","n":"Halfling (Mark of Healing)"},{"id":17444,"c":10,"u":"halfling%20(mark%20of%20hospitality)_erlw","p":44,"s":29,"h":1,"t":15,"uu":"halfling (mark of hospitality)|erlw","n":"Halfling (Mark of Hospitality)"},{"id":17445,"c":10,"u":"halfling%20(stout)_phb","p":28,"s":52,"h":1,"t":15,"uu":"halfling (stout)|phb","m":"races/PHB/Halfling.webp","n":"Halfling (Stout)"},{"id":17446,"c":10,"u":"human%20(base)_phb","p":29,"s":52,"h":1,"r":1,"t":15,"uu":"human (base)|phb","m":"races/PHB/Human.webp","n":"Human (Base)"},{"id":17447,"c":10,"u":"human_phb","p":29,"s":52,"h":1,"r":1,"t":15,"uu":"human|phb","m":"races/PHB/Human.webp","n":"Human"},{"id":17448,"c":10,"u":"human%20(keldon)_psd","p":19,"s":96,"h":1,"t":15,"uu":"human (keldon)|psd","m":"races/PSD/Keldon.webp","n":"Human (Keldon)"},{"id":17449,"c":10,"u":"human%20(mark%20of%20handling)_erlw","p":42,"s":29,"h":1,"t":15,"uu":"human (mark of handling)|erlw","n":"Human (Mark of Handling)"},{"id":17450,"c":10,"u":"human%20(mark%20of%20making)_erlw","p":45,"s":29,"h":1,"t":15,"uu":"human (mark of making)|erlw","n":"Human (Mark of Making)"},{"id":17451,"c":10,"u":"human%20(mark%20of%20passage)_erlw","p":46,"s":29,"h":1,"t":15,"uu":"human (mark of passage)|erlw","n":"Human (Mark of Passage)"},{"id":17452,"c":10,"u":"human%20(mark%20of%20sentinel)_erlw","p":48,"s":29,"h":1,"t":15,"uu":"human (mark of sentinel)|erlw","n":"Human (Mark of Sentinel)"},{"id":17453,"c":10,"u":"human%20(variant)_phb","p":31,"s":52,"h":1,"t":15,"uu":"human (variant)|phb","n":"Human (Variant)"},{"id":17454,"c":10,"u":"human%20(variant%3b%20mark%20of%20finding)_erlw","p":41,"s":29,"h":1,"t":15,"uu":"human (variant; mark of finding)|erlw","n":"Human (Variant; Mark of Finding)"},{"id":17455,"c":10,"u":"tiefling%20(base)_phb","p":42,"s":52,"h":1,"r":1,"t":15,"uu":"tiefling (base)|phb","m":"races/PHB/Tiefling.webp","n":"Tiefling (Base)"},{"id":17456,"c":10,"u":"tiefling_phb","p":42,"s":52,"h":1,"r":1,"t":15,"uu":"tiefling|phb","m":"races/PHB/Tiefling.webp","n":"Tiefling"},{"id":17457,"c":10,"u":"tiefling%20(asmodeus)_mtf","p":21,"s":48,"h":1,"t":15,"uu":"tiefling (asmodeus)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Asmodeus)"},{"id":17458,"c":10,"u":"tiefling%20(baalzebul)_mtf","p":21,"s":48,"h":1,"t":15,"uu":"tiefling (baalzebul)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Baalzebul)"},{"id":17459,"c":10,"u":"tiefling%20(dispater)_mtf","p":21,"s":48,"h":1,"t":15,"uu":"tiefling (dispater)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Dispater)"},{"id":17460,"c":10,"u":"tiefling%20(fierna)_mtf","p":21,"s":48,"h":1,"t":15,"uu":"tiefling (fierna)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Fierna)"},{"id":17461,"c":10,"u":"tiefling%20(glasya)_mtf","p":22,"s":48,"h":1,"t":15,"uu":"tiefling (glasya)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Glasya)"},{"id":17462,"c":10,"u":"tiefling%20(levistus)_mtf","p":22,"s":48,"h":1,"t":15,"uu":"tiefling (levistus)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Levistus)"},{"id":17463,"c":10,"u":"tiefling%20(mammon)_mtf","p":22,"s":48,"h":1,"t":15,"uu":"tiefling (mammon)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Mammon)"},{"id":17464,"c":10,"u":"tiefling%20(mephistopheles)_mtf","p":23,"s":48,"h":1,"t":15,"uu":"tiefling (mephistopheles)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Mephistopheles)"},{"id":17465,"c":10,"u":"tiefling%20(variant%3b%20devil's%20tongue)_scag","p":118,"s":107,"h":1,"t":15,"uu":"tiefling (variant; devil's tongue)|scag","m":"races/SCAG/Feral Tiefling.webp","n":"Tiefling (Variant; Devil's Tongue)"},{"id":17466,"c":10,"u":"tiefling%20(variant%3b%20hellfire)_scag","p":118,"s":107,"h":1,"t":15,"uu":"tiefling (variant; hellfire)|scag","m":"races/SCAG/Feral Tiefling.webp","n":"Tiefling (Variant; Hellfire)"},{"id":17467,"c":10,"u":"tiefling%20(variant%3b%20infernal%20legacy)_scag","p":118,"s":107,"h":1,"t":15,"uu":"tiefling (variant; infernal legacy)|scag","m":"races/SCAG/Feral Tiefling.webp","n":"Tiefling (Variant; Infernal Legacy)"},{"id":17468,"c":10,"u":"tiefling%20(variant%3b%20winged)_scag","p":118,"s":107,"h":1,"t":15,"uu":"tiefling (variant; winged)|scag","m":"races/SCAG/Feral Tiefling.webp","n":"Tiefling (Variant; Winged)"},{"id":17469,"c":10,"u":"tiefling%20(zariel)_mtf","p":23,"s":48,"h":1,"t":15,"uu":"tiefling (zariel)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Zariel)"},{"id":17470,"c":10,"u":"owlin_scc","p":29,"s":57,"h":1,"t":15,"uu":"owlin|scc","m":"races/SCC/Owlin.webp","n":"Owlin"},{"id":17471,"c":10,"u":"aasimar_vgm","p":104,"s":67,"h":1,"t":15,"uu":"aasimar|vgm","m":"races/VGM/Aasimar.webp","n":"Aasimar"},{"id":17472,"c":10,"u":"aasimar%20(fallen)_vgm","p":105,"s":67,"h":1,"t":15,"uu":"aasimar (fallen)|vgm","m":"races/VGM/Aasimar.webp","n":"Aasimar (Fallen)"},{"id":17473,"c":10,"u":"aasimar%20(protector)_vgm","p":105,"s":67,"h":1,"t":15,"uu":"aasimar (protector)|vgm","m":"races/VGM/Aasimar.webp","n":"Aasimar (Protector)"},{"id":17474,"c":10,"u":"aasimar%20(scourge)_vgm","p":105,"s":67,"h":1,"t":15,"uu":"aasimar (scourge)|vgm","m":"races/VGM/Aasimar.webp","n":"Aasimar (Scourge)"},{"id":17475,"c":10,"u":"bugbear_vgm","p":119,"s":67,"h":1,"t":15,"uu":"bugbear|vgm","m":"races/VGM/Bugbear.webp","n":"Bugbear"},{"id":17476,"c":10,"u":"firbolg_vgm","p":107,"s":67,"h":1,"t":15,"uu":"firbolg|vgm","m":"races/VGM/Firbolg.webp","n":"Firbolg"},{"id":17477,"c":10,"u":"goblin_vgm","p":119,"s":67,"h":1,"t":15,"uu":"goblin|vgm","m":"races/VGM/Goblin.webp","n":"Goblin"},{"id":17478,"c":10,"u":"goliath_vgm","p":108,"s":67,"h":1,"t":15,"uu":"goliath|vgm","m":"races/VGM/Goliath.webp","n":"Goliath"},{"id":17479,"c":10,"u":"hobgoblin_vgm","p":119,"s":67,"h":1,"t":15,"uu":"hobgoblin|vgm","m":"races/VGM/Hobgoblin.webp","n":"Hobgoblin"},{"id":17480,"c":10,"u":"kenku_vgm","p":109,"s":67,"h":1,"t":15,"uu":"kenku|vgm","m":"races/VGM/Kenku.webp","n":"Kenku"},{"id":17481,"c":10,"u":"kobold_vgm","p":119,"s":67,"h":1,"t":15,"uu":"kobold|vgm","m":"races/VGM/Kobold.webp","n":"Kobold"},{"id":17482,"c":10,"u":"lizardfolk_vgm","p":111,"s":67,"h":1,"t":15,"uu":"lizardfolk|vgm","m":"races/VGM/Lizardfolk.webp","n":"Lizardfolk"},{"id":17483,"c":10,"u":"orc_vgm","p":120,"s":67,"h":1,"t":15,"uu":"orc|vgm","m":"races/VGM/Orc.webp","n":"Orc"},{"id":17484,"c":10,"u":"tabaxi_vgm","p":113,"s":67,"h":1,"t":15,"uu":"tabaxi|vgm","m":"races/VGM/Tabaxi.webp","n":"Tabaxi"},{"id":17485,"c":10,"u":"triton_vgm","p":115,"s":67,"h":1,"t":15,"uu":"triton|vgm","m":"races/VGM/Triton.webp","n":"Triton"},{"id":17486,"c":10,"u":"yuan-ti%20pureblood_vgm","p":120,"s":67,"h":1,"t":15,"uu":"yuan-ti pureblood|vgm","m":"races/VGM/Yuan-ti Pureblood.webp","n":"Yuan-ti Pureblood"},{"id":17487,"c":10,"u":"dhampir_vrgr","p":16,"s":68,"h":1,"t":15,"uu":"dhampir|vrgr","m":"races/VRGR/Dhampir.webp","n":"Dhampir"},{"id":17488,"c":10,"u":"hexblood_vrgr","p":18,"s":68,"h":1,"t":15,"uu":"hexblood|vrgr","m":"races/VRGR/Hexblood.webp","n":"Hexblood"},{"id":17489,"c":10,"u":"reborn_vrgr","p":20,"s":68,"h":1,"t":15,"uu":"reborn|vrgr","m":"races/VRGR/Reborn.webp","n":"Reborn"},{"id":17490,"c":10,"u":"fairy_wbtw","p":12,"s":69,"h":1,"t":15,"uu":"fairy|wbtw","m":"races/WBtW/Fairy.webp","n":"Fairy"},{"id":17491,"c":10,"u":"harengon_wbtw","p":13,"s":69,"h":1,"t":15,"uu":"harengon|wbtw","m":"races/WBtW/Harengon.webp","n":"Harengon"},{"id":17492,"c":10,"u":"goblin%20(dankwood)_awm","p":35,"s":77,"h":1,"t":15,"uu":"goblin (dankwood)|awm","n":"Goblin (Dankwood)"},{"id":17493,"c":10,"u":"locathah_lr","p":24,"s":82,"h":1,"t":15,"uu":"locathah|lr","m":"races/LR/Locathah.webp","n":"Locathah"},{"id":17494,"c":10,"u":"grung_oga","p":4,"s":116,"h":1,"t":15,"uu":"grung|oga","n":"Grung"},{"id":17495,"c":10,"u":"aven_psa","p":15,"s":95,"h":1,"t":15,"uu":"aven|psa","m":"races/PSA/Aven.webp","n":"Aven"},{"id":17496,"c":10,"u":"aven%20(hawk-headed)_psa","p":16,"s":95,"h":1,"t":15,"uu":"aven (hawk-headed)|psa","m":"races/PSA/Aven.webp","n":"Aven (Hawk-Headed)"},{"id":17497,"c":10,"u":"aven%20(ibis-headed)_psa","p":16,"s":95,"h":1,"t":15,"uu":"aven (ibis-headed)|psa","m":"races/PSA/Aven.webp","n":"Aven (Ibis-Headed)"},{"id":17498,"c":10,"u":"human%20(amonkhet)_psa","p":14,"s":95,"h":1,"t":15,"uu":"human (amonkhet)|psa","m":"races/PSA/Human (Amonkhet).webp","n":"Human (Amonkhet)"},{"id":17499,"c":10,"u":"khenra_psa","p":17,"s":95,"h":1,"t":15,"uu":"khenra|psa","m":"races/PSA/Khenra.webp","n":"Khenra"},{"id":17500,"c":10,"u":"minotaur%20(amonkhet)_psa","p":19,"s":95,"h":1,"t":15,"uu":"minotaur (amonkhet)|psa","m":"races/PSA/Minotaur (Amonkhet).webp","n":"Minotaur (Amonkhet)"},{"id":17501,"c":10,"u":"naga_psa","p":21,"s":95,"h":1,"t":15,"uu":"naga|psa","m":"races/PSA/Naga.webp","n":"Naga"},{"id":17502,"c":10,"u":"aven_psd","p":6,"s":96,"h":1,"t":15,"uu":"aven|psd","m":"races/PSD/Aven.webp","n":"Aven"},{"id":17503,"c":10,"u":"human%20(innistrad)_psi","p":8,"s":97,"h":1,"t":15,"uu":"human (innistrad)|psi","m":"races/PSI/Innistrad.webp","n":"Human (Innistrad)"},{"id":17504,"c":10,"u":"human%20(innistrad%3b%20gavony)_psi","p":8,"s":97,"h":1,"t":15,"uu":"human (innistrad; gavony)|psi","m":"races/PSI/Innistrad.webp","n":"Human (Innistrad; Gavony)"},{"id":17505,"c":10,"u":"human%20(innistrad%3b%20kessig)_psi","p":8,"s":97,"h":1,"t":15,"uu":"human (innistrad; kessig)|psi","m":"races/PSI/Innistrad.webp","n":"Human (Innistrad; Kessig)"},{"id":17506,"c":10,"u":"human%20(innistrad%3b%20nephalia)_psi","p":8,"s":97,"h":1,"t":15,"uu":"human (innistrad; nephalia)|psi","m":"races/PSI/Innistrad.webp","n":"Human (Innistrad; Nephalia)"},{"id":17507,"c":10,"u":"human%20(innistrad%3b%20stensia)_psi","p":8,"s":97,"h":1,"t":15,"uu":"human (innistrad; stensia)|psi","m":"races/PSI/Innistrad.webp","n":"Human (Innistrad; Stensia)"},{"id":17508,"c":10,"u":"aetherborn_psk","p":17,"s":98,"h":1,"t":15,"uu":"aetherborn|psk","m":"races/PSK/Aetherborn.webp","n":"Aetherborn"},{"id":17509,"c":10,"u":"dwarf%20(kaladesh)_psk","p":19,"s":98,"h":1,"t":15,"uu":"dwarf (kaladesh)|psk","m":"races/PSK/Dwarf.webp","n":"Dwarf (Kaladesh)"},{"id":17510,"c":10,"u":"elf%20(kaladesh)_psk","p":20,"s":98,"h":1,"t":15,"uu":"elf (kaladesh)|psk","m":"races/PSK/Elf.webp","n":"Elf (Kaladesh)"},{"id":17511,"c":10,"u":"elf%20(kaladesh%3b%20bishatar%20and%20tirahar)_psk","p":21,"s":98,"h":1,"t":15,"uu":"elf (kaladesh; bishatar and tirahar)|psk","m":"races/PSK/Elf.webp","n":"Elf (Kaladesh; Bishatar and Tirahar)"},{"id":17512,"c":10,"u":"elf%20(kaladesh%3b%20vahadar)_psk","p":21,"s":98,"h":1,"t":15,"uu":"elf (kaladesh; vahadar)|psk","m":"races/PSK/Elf.webp","n":"Elf (Kaladesh; Vahadar)"},{"id":17513,"c":10,"u":"human%20(kaladesh)_psk","p":22,"s":98,"h":1,"t":15,"uu":"human (kaladesh)|psk","m":"races/PSK/Human.webp","n":"Human (Kaladesh)"},{"id":17514,"c":10,"u":"vedalken_psk","p":23,"s":98,"h":1,"t":15,"uu":"vedalken|psk","m":"races/PSK/Vedalken.webp","n":"Vedalken"},{"id":17515,"c":10,"u":"human%20(ixalan)_psx","p":11,"s":99,"h":1,"t":15,"uu":"human (ixalan)|psx","m":"races/PSX/Human.webp","n":"Human (Ixalan)"},{"id":17516,"c":10,"u":"orc%20(ixalan)_psx","p":15,"s":99,"h":1,"t":15,"uu":"orc (ixalan)|psx","m":"races/PSX/Orc.webp","n":"Orc (Ixalan)"},{"id":17517,"c":10,"u":"siren_psx","p":17,"s":99,"h":1,"t":15,"uu":"siren|psx","m":"races/PSX/Siren.webp","n":"Siren"},{"id":17518,"c":10,"u":"elf%20(zendikar)_psz","p":18,"s":100,"h":1,"t":15,"uu":"elf (zendikar)|psz","m":"races/PSZ/Elf.webp","n":"Elf (Zendikar)"},{"id":17519,"c":10,"u":"elf%20(zendikar%3b%20joraga%20nation)_psz","p":19,"s":100,"h":1,"t":15,"uu":"elf (zendikar; joraga nation)|psz","m":"races/PSZ/Elf.webp","n":"Elf (Zendikar; Joraga Nation)"},{"id":17520,"c":10,"u":"elf%20(zendikar%3b%20mul%20daya%20nation)_psz","p":19,"s":100,"h":1,"t":15,"uu":"elf (zendikar; mul daya nation)|psz","m":"races/PSZ/Elf.webp","n":"Elf (Zendikar; Mul Daya Nation)"},{"id":17521,"c":10,"u":"elf%20(zendikar%3b%20tajuru%20nation)_psz","p":18,"s":100,"h":1,"t":15,"uu":"elf (zendikar; tajuru nation)|psz","m":"races/PSZ/Elf.webp","n":"Elf (Zendikar; Tajuru Nation)"},{"id":17522,"c":10,"u":"goblin_psz","p":16,"s":100,"h":1,"t":15,"uu":"goblin|psz","m":"races/PSZ/Goblin.webp","n":"Goblin"},{"id":17523,"c":10,"u":"goblin%20(ixalan)_psx","p":16,"s":99,"h":1,"t":15,"uu":"goblin (ixalan)|psx","m":"races/PSX/Goblin.webp","n":"Goblin (Ixalan)"},{"id":17524,"c":10,"u":"goblin%20(zendikar%3b%20grotag%20tribe)_psz","p":17,"s":100,"h":1,"t":15,"uu":"goblin (zendikar; grotag tribe)|psz","m":"races/PSZ/Goblin.webp","n":"Goblin (Zendikar; Grotag Tribe)"},{"id":17525,"c":10,"u":"goblin%20(zendikar%3b%20lavastep%20tribe)_psz","p":17,"s":100,"h":1,"t":15,"uu":"goblin (zendikar; lavastep tribe)|psz","m":"races/PSZ/Goblin.webp","n":"Goblin (Zendikar; Lavastep Tribe)"},{"id":17526,"c":10,"u":"goblin%20(zendikar%3b%20tuktuk%20tribe)_psz","p":17,"s":100,"h":1,"t":15,"uu":"goblin (zendikar; tuktuk tribe)|psz","m":"races/PSZ/Goblin.webp","n":"Goblin (Zendikar; Tuktuk Tribe)"},{"id":17527,"c":10,"u":"human%20(zendikar)_psz","p":9,"s":100,"h":1,"t":15,"uu":"human (zendikar)|psz","m":"races/PSZ/Human.webp","n":"Human (Zendikar)"},{"id":17528,"c":10,"u":"kor_psz","p":10,"s":100,"h":1,"t":15,"uu":"kor|psz","m":"races/PSZ/Kor.webp","n":"Kor"},{"id":17529,"c":10,"u":"merfolk_psz","p":13,"s":100,"h":1,"t":15,"uu":"merfolk|psz","m":"races/PSZ/Merfolk.webp","n":"Merfolk"},{"id":17530,"c":10,"u":"merfolk%20(ixalan%3b%20blue)_psx","p":12,"s":99,"h":1,"t":15,"uu":"merfolk (ixalan; blue)|psx","m":"races/PSX/Merfolk.webp","n":"Merfolk (Ixalan; Blue)"},{"id":17531,"c":10,"u":"merfolk%20(ixalan%3b%20green)_psx","p":12,"s":99,"h":1,"t":15,"uu":"merfolk (ixalan; green)|psx","m":"races/PSX/Merfolk.webp","n":"Merfolk (Ixalan; Green)"},{"id":17532,"c":10,"u":"merfolk%20(zendikar%3b%20cosi%20creed)_psz","p":13,"s":100,"h":1,"t":15,"uu":"merfolk (zendikar; cosi creed)|psz","m":"races/PSZ/Merfolk.webp","n":"Merfolk (Zendikar; Cosi Creed)"},{"id":17533,"c":10,"u":"merfolk%20(zendikar%3b%20emeria%20creed)_psz","p":13,"s":100,"h":1,"t":15,"uu":"merfolk (zendikar; emeria creed)|psz","m":"races/PSZ/Merfolk.webp","n":"Merfolk (Zendikar; Emeria Creed)"},{"id":17534,"c":10,"u":"merfolk%20(zendikar%3b%20ula%20creed)_psz","p":13,"s":100,"h":1,"t":15,"uu":"merfolk (zendikar; ula creed)|psz","m":"races/PSZ/Merfolk.webp","n":"Merfolk (Zendikar; Ula Creed)"},{"id":17535,"c":10,"u":"vampire_psz","p":14,"s":100,"h":1,"t":15,"uu":"vampire|psz","m":"races/PSZ/Vampire.webp","n":"Vampire"},{"id":17536,"c":10,"u":"vampire%20(ixalan)_psx","p":14,"s":99,"h":1,"t":15,"uu":"vampire (ixalan)|psx","m":"races/PSX/Vampire.webp","n":"Vampire (Ixalan)"},{"id":17537,"c":10,"u":"vampire%20(zendikar)_psz","p":14,"s":100,"h":1,"t":15,"uu":"vampire (zendikar)|psz","m":"races/PSZ/Vampire.webp","n":"Vampire (Zendikar)"},{"id":17538,"c":10,"u":"tortle_ttp","p":3,"s":102,"h":1,"t":15,"uu":"tortle|ttp","m":"races/TTP/Tortle.webp","n":"Tortle"},{"id":17539,"c":11,"u":"blessing%20of%20bloody%20might_bmt","p":171,"s":1,"h":1,"t":16,"uu":"blessing of bloody might|bmt","n":"Blessing of Bloody Might"},{"id":17540,"c":11,"u":"blessing%20of%20lonely%20genius_bmt","p":171,"s":1,"h":1,"t":16,"uu":"blessing of lonely genius|bmt","n":"Blessing of Lonely Genius"},{"id":17541,"c":11,"u":"blessing%20of%20unearned%20riches_bmt","p":171,"s":1,"h":1,"t":16,"uu":"blessing of unearned riches|bmt","n":"Blessing of Unearned Riches"},{"id":17542,"c":11,"u":"charm%20of%20balance_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of balance|bmt","n":"Charm of Balance"},{"id":17543,"c":11,"u":"charm%20of%20euryale_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of euryale|bmt","n":"Charm of Euryale"},{"id":17544,"c":11,"u":"charm%20of%20many%20things_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of many things|bmt","n":"Charm of Many Things"},{"id":17545,"c":11,"u":"charm%20of%20ruin_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of ruin|bmt","n":"Charm of Ruin"},{"id":17546,"c":11,"u":"charm%20of%20the%20comet_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the comet|bmt","n":"Charm of the Comet"},{"id":17547,"c":11,"u":"charm%20of%20the%20donjon_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the donjon|bmt","n":"Charm of the Donjon"},{"id":17548,"c":11,"u":"charm%20of%20the%20fates_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the fates|bmt","n":"Charm of the Fates"},{"id":17549,"c":11,"u":"charm%20of%20the%20flames_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the flames|bmt","n":"Charm of the Flames"},{"id":17550,"c":11,"u":"charm%20of%20the%20fool_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the fool|bmt","n":"Charm of the Fool"},{"id":17551,"c":11,"u":"charm%20of%20the%20gem_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the gem|bmt","n":"Charm of the Gem"},{"id":17552,"c":11,"u":"charm%20of%20the%20jester_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the jester|bmt","n":"Charm of the Jester"},{"id":17553,"c":11,"u":"charm%20of%20the%20key_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the key|bmt","n":"Charm of the Key"},{"id":17554,"c":11,"u":"charm%20of%20the%20knight_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the knight|bmt","n":"Charm of the Knight"},{"id":17555,"c":11,"u":"charm%20of%20the%20moon_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the moon|bmt","n":"Charm of the Moon"},{"id":17556,"c":11,"u":"charm%20of%20the%20puzzle_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the puzzle|bmt","n":"Charm of the Puzzle"},{"id":17557,"c":11,"u":"charm%20of%20the%20rogue_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the rogue|bmt","n":"Charm of the Rogue"},{"id":17558,"c":11,"u":"charm%20of%20the%20sage_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the sage|bmt","n":"Charm of the Sage"},{"id":17559,"c":11,"u":"charm%20of%20the%20skull_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the skull|bmt","n":"Charm of the Skull"},{"id":17560,"c":11,"u":"charm%20of%20the%20star_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the star|bmt","n":"Charm of the Star"},{"id":17561,"c":11,"u":"charm%20of%20the%20sun_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the sun|bmt","n":"Charm of the Sun"},{"id":17562,"c":11,"u":"charm%20of%20the%20talons_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the talons|bmt","n":"Charm of the Talons"},{"id":17563,"c":11,"u":"charm%20of%20the%20throne_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the throne|bmt","n":"Charm of the Throne"},{"id":17564,"c":11,"u":"charm%20of%20the%20void_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the void|bmt","n":"Charm of the Void"},{"id":17565,"c":11,"u":"draconic%20familiar_ftd","p":28,"s":2,"h":1,"t":16,"uu":"draconic familiar|ftd","n":"Draconic Familiar"},{"id":17566,"c":11,"u":"draconic%20rebirth_ftd","p":28,"s":2,"h":1,"t":16,"uu":"draconic rebirth|ftd","n":"Draconic Rebirth"},{"id":17567,"c":11,"u":"draconic%20senses_ftd","p":28,"s":2,"h":1,"t":16,"uu":"draconic senses|ftd","n":"Draconic Senses"},{"id":17568,"c":11,"u":"echo%20of%20dragonsight_ftd","p":28,"s":2,"h":1,"t":16,"uu":"echo of dragonsight|ftd","n":"Echo of Dragonsight"},{"id":17569,"c":11,"u":"frightful%20presence_ftd","p":28,"s":2,"h":1,"t":16,"uu":"frightful presence|ftd","n":"Frightful Presence"},{"id":17570,"c":11,"u":"psionic%20reach_ftd","p":28,"s":2,"h":1,"t":16,"uu":"psionic reach|ftd","n":"Psionic Reach"},{"id":17571,"c":11,"u":"scaled%20toughness_ftd","p":28,"s":2,"h":1,"t":16,"uu":"scaled toughness|ftd","n":"Scaled Toughness"},{"id":17572,"c":11,"u":"tongue%20of%20the%20dragon_ftd","p":28,"s":2,"h":1,"t":16,"uu":"tongue of the dragon|ftd","n":"Tongue of the Dragon"},{"id":17573,"c":11,"u":"arcane%20study%20charm_xdmg","p":336,"s":5,"h":1,"t":16,"uu":"arcane study charm|xdmg","n":"Arcane Study Charm"},{"id":17574,"c":11,"u":"blessing%20of%20health_xdmg","p":98,"s":5,"h":1,"t":16,"uu":"blessing of health|xdmg","n":"Blessing of Health"},{"id":17575,"c":11,"u":"blessing%20of%20magic%20resistance_xdmg","p":98,"s":5,"h":1,"t":16,"uu":"blessing of magic resistance|xdmg","n":"Blessing of Magic Resistance"},{"id":17576,"c":11,"u":"blessing%20of%20protection_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"blessing of protection|xdmg","n":"Blessing of Protection"},{"id":17577,"c":11,"u":"blessing%20of%20understanding_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"blessing of understanding|xdmg","n":"Blessing of Understanding"},{"id":17578,"c":11,"u":"blessing%20of%20valhalla_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"blessing of valhalla|xdmg","n":"Blessing of Valhalla"},{"id":17579,"c":11,"u":"blessing%20of%20weapon%20enhancement_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"blessing of weapon enhancement|xdmg","n":"Blessing of Weapon Enhancement"},{"id":17580,"c":11,"u":"blessing%20of%20wound%20closure_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"blessing of wound closure|xdmg","n":"Blessing of Wound Closure"},{"id":17581,"c":11,"u":"charm%20of%20animal%20conjuring_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of animal conjuring|xdmg","n":"Charm of Animal Conjuring"},{"id":17582,"c":11,"u":"charm%20of%20darkvision_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of darkvision|xdmg","n":"Charm of Darkvision"},{"id":17583,"c":11,"u":"charm%20of%20feather%20falling_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of feather falling|xdmg","n":"Charm of Feather Falling"},{"id":17584,"c":11,"u":"charm%20of%20heroism_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of heroism|xdmg","n":"Charm of Heroism"},{"id":17585,"c":11,"u":"charm%20of%20restoration_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of restoration|xdmg","n":"Charm of Restoration"},{"id":17586,"c":11,"u":"charm%20of%20the%20slayer_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of the slayer|xdmg","n":"Charm of the Slayer"},{"id":17587,"c":11,"u":"charm%20of%20vitality_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of vitality|xdmg","n":"Charm of Vitality"},{"id":17588,"c":11,"u":"observatory%20charm_xdmg","p":343,"s":5,"h":1,"t":16,"uu":"observatory charm|xdmg","n":"Observatory Charm"},{"id":17589,"c":11,"u":"reliquary%20charm_xdmg","p":344,"s":5,"h":1,"t":16,"uu":"reliquary charm|xdmg","n":"Reliquary Charm"},{"id":17590,"c":11,"u":"sanctuary%20charm_xdmg","p":345,"s":5,"h":1,"t":16,"uu":"sanctuary charm|xdmg","n":"Sanctuary Charm"},{"id":17591,"c":11,"u":"sanctum%20charm_xdmg","p":346,"s":5,"h":1,"t":16,"uu":"sanctum charm|xdmg","n":"Sanctum Charm"},{"id":17592,"c":11,"u":"charm%20of%20air%20bubbles_bam","p":17,"s":16,"h":1,"t":16,"uu":"charm of air bubbles|bam","n":"Charm of Air Bubbles"},{"id":17593,"c":11,"u":"charm%20of%20instant%20tools_bam","p":17,"s":16,"h":1,"t":16,"uu":"charm of instant tools|bam","n":"Charm of Instant Tools"},{"id":17594,"c":11,"u":"charm%20of%20agelessness_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of agelessness|bgdia","n":"Charm of Agelessness"},{"id":17595,"c":11,"u":"charm%20of%20diabolical%20inspiration_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of diabolical inspiration|bgdia","n":"Charm of Diabolical Inspiration"},{"id":17596,"c":11,"u":"charm%20of%20greater%20conscription_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of greater conscription|bgdia","n":"Charm of Greater Conscription"},{"id":17597,"c":11,"u":"charm%20of%20hellish%20rebuke_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of hellish rebuke|bgdia","n":"Charm of Hellish Rebuke"},{"id":17598,"c":11,"u":"charm%20of%20lesser%20conscription_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of lesser conscription|bgdia","n":"Charm of Lesser Conscription"},{"id":17599,"c":11,"u":"charm%20of%20many%20tongues_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of many tongues|bgdia","n":"Charm of Many Tongues"},{"id":17600,"c":11,"u":"charm%20of%20the%20adamant_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of the adamant|bgdia","n":"Charm of the Adamant"},{"id":17601,"c":11,"u":"charm%20of%20the%20mirage_cm","p":212,"s":18,"h":1,"t":16,"uu":"charm of the mirage|cm","n":"Charm of the Mirage"},{"id":17602,"c":11,"u":"charm%20of%20the%20water%20bearer_cm","p":212,"s":18,"h":1,"t":16,"uu":"charm of the water bearer|cm","n":"Charm of the Water Bearer"},{"id":17603,"c":11,"u":"dark%20gift%20of%20dahlver-nar%2c%20he%20of%20the%20many%20teeth_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of dahlver-nar, he of the many teeth|cos","n":"Dark Gift of Dahlver-Nar, He of the Many Teeth"},{"id":17604,"c":11,"u":"dark%20gift%20of%20delban%2c%20the%20star%20of%20ice%20and%20hate_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of delban, the star of ice and hate|cos","n":"Dark Gift of Delban, the Star of Ice and Hate"},{"id":17605,"c":11,"u":"dark%20gift%20of%20drizlash%2c%20the%20nine-eyed%20spider_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of drizlash, the nine-eyed spider|cos","n":"Dark Gift of Drizlash, the Nine-Eyed Spider"},{"id":17606,"c":11,"u":"dark%20gift%20of%20fekre%2c%20queen%20of%20poxes_cos","p":191,"s":19,"h":1,"t":16,"uu":"dark gift of fekre, queen of poxes|cos","n":"Dark Gift of Fekre, Queen of Poxes"},{"id":17607,"c":11,"u":"dark%20gift%20of%20great%20taar%20haak%2c%20the%20five-headed%20destroyer_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of great taar haak, the five-headed destroyer|cos","n":"Dark Gift of Great Taar Haak, the Five-Headed Destroyer"},{"id":17608,"c":11,"u":"dark%20gift%20of%20khirad%2c%20the%20star%20of%20secrets_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of khirad, the star of secrets|cos","n":"Dark Gift of Khirad, the Star of Secrets"},{"id":17609,"c":11,"u":"dark%20gift%20of%20norganas%2c%20the%20finger%20of%20oblivion_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of norganas, the finger of oblivion|cos","n":"Dark Gift of Norganas, the Finger of Oblivion"},{"id":17610,"c":11,"u":"dark%20gift%20of%20savnok%20the%20inscrutible_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of savnok the inscrutible|cos","n":"Dark Gift of Savnok the Inscrutible"},{"id":17611,"c":11,"u":"dark%20gift%20of%20seriach%2c%20the%20hell%20hound%20whisperer_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of seriach, the hell hound whisperer|cos","n":"Dark Gift of Seriach, the Hell Hound Whisperer"},{"id":17612,"c":11,"u":"dark%20gift%20of%20shami-amourae%2c%20the%20lady%20of%20delights_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of shami-amourae, the lady of delights|cos","n":"Dark Gift of Shami-Amourae, the Lady of Delights"},{"id":17613,"c":11,"u":"dark%20gift%20of%20sykane%2c%20the%20soul%20hungerer_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of sykane, the soul hungerer|cos","n":"Dark Gift of Sykane, the Soul Hungerer"},{"id":17614,"c":11,"u":"dark%20gift%20of%20tarakamedes%2c%20the%20grave%20wyrm_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of tarakamedes, the grave wyrm|cos","n":"Dark Gift of Tarakamedes, the Grave Wyrm"},{"id":17615,"c":11,"u":"dark%20gift%20of%20vaund%20the%20evasive_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of vaund the evasive|cos","n":"Dark Gift of Vaund the Evasive"},{"id":17616,"c":11,"u":"dark%20gift%20of%20yog%20the%20invincible_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of yog the invincible|cos","n":"Dark Gift of Yog the Invincible"},{"id":17617,"c":11,"u":"dark%20gift%20of%20yrrga%2c%20the%20eye%20of%20shadows_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of yrrga, the eye of shadows|cos","n":"Dark Gift of Yrrga, the Eye of Shadows"},{"id":17618,"c":11,"u":"dark%20gift%20of%20zantras%2c%20the%20kingmaker_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of zantras, the kingmaker|cos","n":"Dark Gift of Zantras, the Kingmaker"},{"id":17619,"c":11,"u":"dark%20gift%20of%20zrin-hala%2c%20the%20howling%20storm_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of zrin-hala, the howling storm|cos","n":"Dark Gift of Zrin-Hala, the Howling Storm"},{"id":17620,"c":11,"u":"fragment%20of%20abhorrence_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of abhorrence|crcotn","n":"Fragment of Abhorrence"},{"id":17621,"c":11,"u":"fragment%20of%20attachment_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of attachment|crcotn","n":"Fragment of Attachment"},{"id":17622,"c":11,"u":"fragment%20of%20deception_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of deception|crcotn","n":"Fragment of Deception"},{"id":17623,"c":11,"u":"fragment%20of%20despondence_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of despondence|crcotn","n":"Fragment of Despondence"},{"id":17624,"c":11,"u":"fragment%20of%20intransigence_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of intransigence|crcotn","n":"Fragment of Intransigence"},{"id":17625,"c":11,"u":"fragment%20of%20loathing_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of loathing|crcotn","n":"Fragment of Loathing"},{"id":17626,"c":11,"u":"fragment%20of%20melancholy_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of melancholy|crcotn","n":"Fragment of Melancholy"},{"id":17627,"c":11,"u":"fragment%20of%20pity_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of pity|crcotn","n":"Fragment of Pity"},{"id":17628,"c":11,"u":"fragment%20of%20rancor_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of rancor|crcotn","n":"Fragment of Rancor"},{"id":17629,"c":11,"u":"charm%20of%20the%20storm_dip","p":41,"s":22,"h":1,"t":16,"uu":"charm of the storm|dip","n":"Charm of the Storm"},{"id":17630,"c":11,"u":"blessing%20of%20health_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of health|dmg","n":"Blessing of Health"},{"id":17631,"c":11,"u":"blessing%20of%20magic%20resistance_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of magic resistance|dmg","n":"Blessing of Magic Resistance"},{"id":17632,"c":11,"u":"blessing%20of%20protection_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of protection|dmg","n":"Blessing of Protection"},{"id":17633,"c":11,"u":"blessing%20of%20understanding_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of understanding|dmg","n":"Blessing of Understanding"},{"id":17634,"c":11,"u":"blessing%20of%20valhalla_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of valhalla|dmg","n":"Blessing of Valhalla"},{"id":17635,"c":11,"u":"blessing%20of%20weapon%20enhancement_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of weapon enhancement|dmg","n":"Blessing of Weapon Enhancement"},{"id":17636,"c":11,"u":"blessing%20of%20wound%20closure_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of wound closure|dmg","n":"Blessing of Wound Closure"},{"id":17637,"c":11,"u":"boon%20of%20combat%20prowess_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of combat prowess|dmg","n":"Boon of Combat Prowess"},{"id":17638,"c":11,"u":"boon%20of%20dimensional%20travel_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of dimensional travel|dmg","n":"Boon of Dimensional Travel"},{"id":17639,"c":11,"u":"boon%20of%20fate_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of fate|dmg","n":"Boon of Fate"},{"id":17640,"c":11,"u":"boon%20of%20fortitude_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of fortitude|dmg","n":"Boon of Fortitude"},{"id":17641,"c":11,"u":"boon%20of%20high%20magic_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of high magic|dmg","n":"Boon of High Magic"},{"id":17642,"c":11,"u":"boon%20of%20immortality_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of immortality|dmg","n":"Boon of Immortality"},{"id":17643,"c":11,"u":"boon%20of%20invincibility_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of invincibility|dmg","n":"Boon of Invincibility"},{"id":17644,"c":11,"u":"boon%20of%20irresistible%20offense_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of irresistible offense|dmg","n":"Boon of Irresistible Offense"},{"id":17645,"c":11,"u":"boon%20of%20luck_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of luck|dmg","n":"Boon of Luck"},{"id":17646,"c":11,"u":"boon%20of%20magic%20resistance_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of magic resistance|dmg","n":"Boon of Magic Resistance"},{"id":17647,"c":11,"u":"boon%20of%20peerless%20aim_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of peerless aim|dmg","n":"Boon of Peerless Aim"},{"id":17648,"c":11,"u":"boon%20of%20perfect%20health_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of perfect health|dmg","n":"Boon of Perfect Health"},{"id":17649,"c":11,"u":"boon%20of%20planar%20travel_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of planar travel|dmg","n":"Boon of Planar Travel"},{"id":17650,"c":11,"u":"boon%20of%20quick%20casting_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of quick casting|dmg","n":"Boon of Quick Casting"},{"id":17651,"c":11,"u":"boon%20of%20recovery_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of recovery|dmg","n":"Boon of Recovery"},{"id":17652,"c":11,"u":"boon%20of%20resilience_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of resilience|dmg","n":"Boon of Resilience"},{"id":17653,"c":11,"u":"boon%20of%20skill%20proficiency_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of skill proficiency|dmg","n":"Boon of Skill Proficiency"},{"id":17654,"c":11,"u":"boon%20of%20speed_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of speed|dmg","n":"Boon of Speed"},{"id":17655,"c":11,"u":"boon%20of%20spell%20mastery_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of spell mastery|dmg","n":"Boon of Spell Mastery"},{"id":17656,"c":11,"u":"boon%20of%20spell%20recall_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of spell recall|dmg","n":"Boon of Spell Recall"},{"id":17657,"c":11,"u":"boon%20of%20the%20fire%20soul_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of the fire soul|dmg","n":"Boon of the Fire Soul"},{"id":17658,"c":11,"u":"boon%20of%20the%20night%20spirit_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of the night spirit|dmg","n":"Boon of the Night Spirit"},{"id":17659,"c":11,"u":"boon%20of%20the%20stormborn_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of the stormborn|dmg","n":"Boon of the Stormborn"},{"id":17660,"c":11,"u":"boon%20of%20the%20unfettered_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of the unfettered|dmg","n":"Boon of the Unfettered"},{"id":17661,"c":11,"u":"boon%20of%20truesight_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of truesight|dmg","n":"Boon of Truesight"},{"id":17662,"c":11,"u":"boon%20of%20undetectability_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of undetectability|dmg","n":"Boon of Undetectability"},{"id":17663,"c":11,"u":"charm%20of%20animal%20conjuring_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of animal conjuring|dmg","n":"Charm of Animal Conjuring"},{"id":17664,"c":11,"u":"charm%20of%20darkvision_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of darkvision|dmg","n":"Charm of Darkvision"},{"id":17665,"c":11,"u":"charm%20of%20feather%20falling_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of feather falling|dmg","n":"Charm of Feather Falling"},{"id":17666,"c":11,"u":"charm%20of%20heroism_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of heroism|dmg","n":"Charm of Heroism"},{"id":17667,"c":11,"u":"charm%20of%20restoration_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of restoration|dmg","n":"Charm of Restoration"},{"id":17668,"c":11,"u":"charm%20of%20the%20slayer_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of the slayer|dmg","n":"Charm of the Slayer"},{"id":17669,"c":11,"u":"charm%20of%20vitality_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of vitality|dmg","n":"Charm of Vitality"},{"id":17670,"c":11,"u":"dragon%20queen's%20will_dsotdq","p":178,"s":27,"h":1,"t":16,"uu":"dragon queen's will|dsotdq","n":"Dragon Queen's Will"},{"id":17671,"c":11,"u":"favor%20of%20the%20heroic%20steed_dsotdq","p":101,"s":27,"h":1,"t":16,"uu":"favor of the heroic steed|dsotdq","n":"Favor of the Heroic Steed"},{"id":17672,"c":11,"u":"habbakuk's%20blessing_dsotdq","p":116,"s":27,"h":1,"t":16,"uu":"habbakuk's blessing|dsotdq","n":"Habbakuk's Blessing"},{"id":17673,"c":11,"u":"azorius%20charm_ggr","p":173,"s":31,"h":1,"t":16,"uu":"azorius charm|ggr","n":"Azorius Charm"},{"id":17674,"c":11,"u":"boros%20charm_ggr","p":173,"s":31,"h":1,"t":16,"uu":"boros charm|ggr","n":"Boros Charm"},{"id":17675,"c":11,"u":"dimir%20charm_ggr","p":173,"s":31,"h":1,"t":16,"uu":"dimir charm|ggr","n":"Dimir Charm"},{"id":17676,"c":11,"u":"golgari%20charm_ggr","p":173,"s":31,"h":1,"t":16,"uu":"golgari charm|ggr","n":"Golgari Charm"},{"id":17677,"c":11,"u":"gruul%20charm_ggr","p":173,"s":31,"h":1,"t":16,"uu":"gruul charm|ggr","n":"Gruul Charm"},{"id":17678,"c":11,"u":"izzet%20charm_ggr","p":174,"s":31,"h":1,"t":16,"uu":"izzet charm|ggr","n":"Izzet Charm"},{"id":17679,"c":11,"u":"orzhov%20charm_ggr","p":174,"s":31,"h":1,"t":16,"uu":"orzhov charm|ggr","n":"Orzhov Charm"},{"id":17680,"c":11,"u":"rakdos%20charm_ggr","p":174,"s":31,"h":1,"t":16,"uu":"rakdos charm|ggr","n":"Rakdos Charm"},{"id":17681,"c":11,"u":"selesnya%20charm_ggr","p":174,"s":31,"h":1,"t":16,"uu":"selesnya charm|ggr","n":"Selesnya Charm"},{"id":17682,"c":11,"u":"simic%20charm_ggr","p":174,"s":31,"h":1,"t":16,"uu":"simic charm|ggr","n":"Simic Charm"},{"id":17683,"c":11,"u":"blessing%20of%20the%20frostmaiden_idrotf","p":213,"s":38,"h":1,"t":16,"uu":"blessing of the frostmaiden|idrotf","n":"Blessing of the Frostmaiden"},{"id":17684,"c":11,"u":"blessing%20of%20the%20morninglord_idrotf","p":119,"s":38,"h":1,"t":16,"uu":"blessing of the morninglord|idrotf","n":"Blessing of the Morninglord"},{"id":17685,"c":11,"u":"charm%20of%20biting%20cold_idrotf","p":283,"s":38,"h":1,"t":16,"uu":"charm of biting cold|idrotf","n":"Charm of Biting Cold"},{"id":17686,"c":11,"u":"charm%20of%20bounty_idrotf","p":283,"s":38,"h":1,"t":16,"uu":"charm of bounty|idrotf","n":"Charm of Bounty"},{"id":17687,"c":11,"u":"charm%20of%20cold%20resistance_idrotf","p":283,"s":38,"h":1,"t":16,"uu":"charm of cold resistance|idrotf","n":"Charm of Cold Resistance"},{"id":17688,"c":11,"u":"charm%20of%20snowball%20strike_idrotf","p":283,"s":38,"h":1,"t":16,"uu":"charm of snowball strike|idrotf","n":"Charm of Snowball Strike"},{"id":17689,"c":11,"u":"charm%20of%20the%20ice%20troll_idrotf","p":283,"s":38,"h":1,"t":16,"uu":"charm of the ice troll|idrotf","n":"Charm of the Ice Troll"},{"id":17690,"c":11,"u":"charm%20of%20the%20snow%20walker_idrotf","p":283,"s":38,"h":1,"t":16,"uu":"charm of the snow walker|idrotf","n":"Charm of the Snow Walker"},{"id":17691,"c":11,"u":"charm%20of%20the%20traveler's%20haven_idrotf","p":283,"s":38,"h":1,"t":16,"uu":"charm of the traveler's haven|idrotf","n":"Charm of the Traveler's Haven"},{"id":17692,"c":11,"u":"vlagomir's%20spark_idrotf","p":227,"s":38,"h":1,"t":16,"uu":"vlagomir's spark|idrotf","n":"Vlagomir's Spark"},{"id":17693,"c":11,"u":"athreos's%20devotee_mot","p":37,"s":46,"h":1,"t":16,"uu":"athreos's devotee|mot","n":"Athreos's Devotee"},{"id":17694,"c":11,"u":"athreos's%20disciple_mot","p":37,"s":46,"h":1,"t":16,"uu":"athreos's disciple|mot","n":"Athreos's Disciple"},{"id":17695,"c":11,"u":"athreos's%20votary_mot","p":37,"s":46,"h":1,"t":16,"uu":"athreos's votary|mot","n":"Athreos's Votary"},{"id":17696,"c":11,"u":"champion%20of%20affliction_mot","p":70,"s":46,"h":1,"t":16,"uu":"champion of affliction|mot","n":"Champion of Affliction"},{"id":17697,"c":11,"u":"champion%20of%20deception_mot","p":73,"s":46,"h":1,"t":16,"uu":"champion of deception|mot","n":"Champion of Deception"},{"id":17698,"c":11,"u":"champion%20of%20destiny_mot","p":58,"s":46,"h":1,"t":16,"uu":"champion of destiny|mot","n":"Champion of Destiny"},{"id":17699,"c":11,"u":"champion%20of%20harvests_mot","p":52,"s":46,"h":1,"t":16,"uu":"champion of harvests|mot","n":"Champion of Harvests"},{"id":17700,"c":11,"u":"champion%20of%20horizons_mot","p":61,"s":46,"h":1,"t":16,"uu":"champion of horizons|mot","n":"Champion of Horizons"},{"id":17701,"c":11,"u":"champion%20of%20slaughter_mot","p":64,"s":46,"h":1,"t":16,"uu":"champion of slaughter|mot","n":"Champion of Slaughter"},{"id":17702,"c":11,"u":"champion%20of%20storms_mot","p":55,"s":46,"h":1,"t":16,"uu":"champion of storms|mot","n":"Champion of Storms"},{"id":17703,"c":11,"u":"champion%20of%20the%20dead_mot","p":43,"s":46,"h":1,"t":16,"uu":"champion of the dead|mot","n":"Champion of the Dead"},{"id":17704,"c":11,"u":"champion%20of%20the%20forge_mot","p":76,"s":46,"h":1,"t":16,"uu":"champion of the forge|mot","n":"Champion of the Forge"},{"id":17705,"c":11,"u":"champion%20of%20the%20hunt_mot","p":67,"s":46,"h":1,"t":16,"uu":"champion of the hunt|mot","n":"Champion of the Hunt"},{"id":17706,"c":11,"u":"champion%20of%20the%20passage_mot","p":37,"s":46,"h":1,"t":16,"uu":"champion of the passage|mot","n":"Champion of the Passage"},{"id":17707,"c":11,"u":"champion%20of%20the%20polis_mot","p":40,"s":46,"h":1,"t":16,"uu":"champion of the polis|mot","n":"Champion of the Polis"},{"id":17708,"c":11,"u":"champion%20of%20the%20sea_mot","p":79,"s":46,"h":1,"t":16,"uu":"champion of the sea|mot","n":"Champion of the Sea"},{"id":17709,"c":11,"u":"champion%20of%20the%20sun_mot","p":46,"s":46,"h":1,"t":16,"uu":"champion of the sun|mot","n":"Champion of the Sun"},{"id":17710,"c":11,"u":"champion%20of%20victory_mot","p":49,"s":46,"h":1,"t":16,"uu":"champion of victory|mot","n":"Champion of Victory"},{"id":17711,"c":11,"u":"ephara's%20devotee_mot","p":40,"s":46,"h":1,"t":16,"uu":"ephara's devotee|mot","n":"Ephara's Devotee"},{"id":17712,"c":11,"u":"ephara's%20disciple_mot","p":40,"s":46,"h":1,"t":16,"uu":"ephara's disciple|mot","n":"Ephara's Disciple"},{"id":17713,"c":11,"u":"ephara's%20votary_mot","p":40,"s":46,"h":1,"t":16,"uu":"ephara's votary|mot","n":"Ephara's Votary"},{"id":17714,"c":11,"u":"erebos's%20devotee_mot","p":43,"s":46,"h":1,"t":16,"uu":"erebos's devotee|mot","n":"Erebos's Devotee"},{"id":17715,"c":11,"u":"erebos's%20disciple_mot","p":43,"s":46,"h":1,"t":16,"uu":"erebos's disciple|mot","n":"Erebos's Disciple"},{"id":17716,"c":11,"u":"erebos's%20votary_mot","p":43,"s":46,"h":1,"t":16,"uu":"erebos's votary|mot","n":"Erebos's Votary"},{"id":17717,"c":11,"u":"heliod's%20devotee_mot","p":46,"s":46,"h":1,"t":16,"uu":"heliod's devotee|mot","n":"Heliod's Devotee"},{"id":17718,"c":11,"u":"heliod's%20disciple_mot","p":46,"s":46,"h":1,"t":16,"uu":"heliod's disciple|mot","n":"Heliod's Disciple"},{"id":17719,"c":11,"u":"heliod's%20votary_mot","p":46,"s":46,"h":1,"t":16,"uu":"heliod's votary|mot","n":"Heliod's Votary"},{"id":17720,"c":11,"u":"iroas's%20devotee_mot","p":49,"s":46,"h":1,"t":16,"uu":"iroas's devotee|mot","n":"Iroas's Devotee"},{"id":17721,"c":11,"u":"iroas's%20disciple_mot","p":49,"s":46,"h":1,"t":16,"uu":"iroas's disciple|mot","n":"Iroas's Disciple"},{"id":17722,"c":11,"u":"iroas's%20votary_mot","p":49,"s":46,"h":1,"t":16,"uu":"iroas's votary|mot","n":"Iroas's Votary"},{"id":17723,"c":11,"u":"karametra's%20devotee_mot","p":52,"s":46,"h":1,"t":16,"uu":"karametra's devotee|mot","n":"Karametra's Devotee"},{"id":17724,"c":11,"u":"karametra's%20disciple_mot","p":52,"s":46,"h":1,"t":16,"uu":"karametra's disciple|mot","n":"Karametra's Disciple"},{"id":17725,"c":11,"u":"karametra's%20votary_mot","p":52,"s":46,"h":1,"t":16,"uu":"karametra's votary|mot","n":"Karametra's Votary"},{"id":17726,"c":11,"u":"keranos's%20devotee_mot","p":55,"s":46,"h":1,"t":16,"uu":"keranos's devotee|mot","n":"Keranos's Devotee"},{"id":17727,"c":11,"u":"keranos's%20disciple_mot","p":55,"s":46,"h":1,"t":16,"uu":"keranos's disciple|mot","n":"Keranos's Disciple"},{"id":17728,"c":11,"u":"keranos's%20votary_mot","p":55,"s":46,"h":1,"t":16,"uu":"keranos's votary|mot","n":"Keranos's Votary"},{"id":17729,"c":11,"u":"klothys's%20devotee_mot","p":58,"s":46,"h":1,"t":16,"uu":"klothys's devotee|mot","n":"Klothys's Devotee"},{"id":17730,"c":11,"u":"klothys's%20disciple_mot","p":58,"s":46,"h":1,"t":16,"uu":"klothys's disciple|mot","n":"Klothys's Disciple"},{"id":17731,"c":11,"u":"klothys's%20votary_mot","p":58,"s":46,"h":1,"t":16,"uu":"klothys's votary|mot","n":"Klothys's Votary"},{"id":17732,"c":11,"u":"kruphix's%20devotee_mot","p":61,"s":46,"h":1,"t":16,"uu":"kruphix's devotee|mot","n":"Kruphix's Devotee"},{"id":17733,"c":11,"u":"kruphix's%20disciple_mot","p":61,"s":46,"h":1,"t":16,"uu":"kruphix's disciple|mot","n":"Kruphix's Disciple"},{"id":17734,"c":11,"u":"kruphix's%20votary_mot","p":61,"s":46,"h":1,"t":16,"uu":"kruphix's votary|mot","n":"Kruphix's Votary"},{"id":17735,"c":11,"u":"mogis's%20devotee_mot","p":64,"s":46,"h":1,"t":16,"uu":"mogis's devotee|mot","n":"Mogis's Devotee"},{"id":17736,"c":11,"u":"mogis's%20disciple_mot","p":64,"s":46,"h":1,"t":16,"uu":"mogis's disciple|mot","n":"Mogis's Disciple"},{"id":17737,"c":11,"u":"mogis's%20votary_mot","p":64,"s":46,"h":1,"t":16,"uu":"mogis's votary|mot","n":"Mogis's Votary"},{"id":17738,"c":11,"u":"nylea's%20devotee_mot","p":67,"s":46,"h":1,"t":16,"uu":"nylea's devotee|mot","n":"Nylea's Devotee"},{"id":17739,"c":11,"u":"nylea's%20disciple_mot","p":67,"s":46,"h":1,"t":16,"uu":"nylea's disciple|mot","n":"Nylea's Disciple"},{"id":17740,"c":11,"u":"nylea's%20votary_mot","p":67,"s":46,"h":1,"t":16,"uu":"nylea's votary|mot","n":"Nylea's Votary"},{"id":17741,"c":11,"u":"pharika's%20devotee_mot","p":70,"s":46,"h":1,"t":16,"uu":"pharika's devotee|mot","n":"Pharika's Devotee"},{"id":17742,"c":11,"u":"pharika's%20disciple_mot","p":70,"s":46,"h":1,"t":16,"uu":"pharika's disciple|mot","n":"Pharika's Disciple"},{"id":17743,"c":11,"u":"pharika's%20votary_mot","p":70,"s":46,"h":1,"t":16,"uu":"pharika's votary|mot","n":"Pharika's Votary"},{"id":17744,"c":11,"u":"phenax's%20devotee_mot","p":73,"s":46,"h":1,"t":16,"uu":"phenax's devotee|mot","n":"Phenax's Devotee"},{"id":17745,"c":11,"u":"phenax's%20disciple_mot","p":73,"s":46,"h":1,"t":16,"uu":"phenax's disciple|mot","n":"Phenax's Disciple"},{"id":17746,"c":11,"u":"phenax's%20votary_mot","p":73,"s":46,"h":1,"t":16,"uu":"phenax's votary|mot","n":"Phenax's Votary"},{"id":17747,"c":11,"u":"purphoros's%20devotee_mot","p":76,"s":46,"h":1,"t":16,"uu":"purphoros's devotee|mot","n":"Purphoros's Devotee"},{"id":17748,"c":11,"u":"purphoros's%20disciple_mot","p":76,"s":46,"h":1,"t":16,"uu":"purphoros's disciple|mot","n":"Purphoros's Disciple"},{"id":17749,"c":11,"u":"purphoros's%20votary_mot","p":76,"s":46,"h":1,"t":16,"uu":"purphoros's votary|mot","n":"Purphoros's Votary"},{"id":17750,"c":11,"u":"thassa's%20devotee_mot","p":79,"s":46,"h":1,"t":16,"uu":"thassa's devotee|mot","n":"Thassa's Devotee"},{"id":17751,"c":11,"u":"thassa's%20disciple_mot","p":79,"s":46,"h":1,"t":16,"uu":"thassa's disciple|mot","n":"Thassa's Disciple"},{"id":17752,"c":11,"u":"thassa's%20votary_mot","p":79,"s":46,"h":1,"t":16,"uu":"thassa's votary|mot","n":"Thassa's Votary"},{"id":17753,"c":11,"u":"the%20blessed%20of%20corellon_mtf","p":45,"s":48,"h":1,"t":16,"uu":"the blessed of corellon|mtf","n":"The Blessed of Corellon"},{"id":17754,"c":11,"u":"blessing%20of%20dumathoin_pabtso","p":118,"s":51,"h":1,"t":16,"uu":"blessing of dumathoin|pabtso","n":"Blessing of Dumathoin"},{"id":17755,"c":11,"u":"blessing%20of%20the%20solipsistic%20mind_pabtso","p":177,"s":51,"h":1,"t":16,"uu":"blessing of the solipsistic mind|pabtso","n":"Blessing of the Solipsistic Mind"},{"id":17756,"c":11,"u":"curse%20of%20ruin_tdcsr","p":39,"s":61,"h":1,"dP":1,"t":16,"uu":"curse of ruin|tdcsr","m":"deities/TDCSR/Ruiner.webp","n":"Curse of Ruin"},{"id":17757,"c":11,"u":"curse%20of%20strife_tdcsr","p":39,"s":61,"h":1,"dP":1,"t":16,"uu":"curse of strife|tdcsr","m":"deities/TDCSR/StrifeEmperor.webp","n":"Curse of Strife"},{"id":17758,"c":11,"u":"fortune's%20grace_tdcsr","p":190,"s":61,"h":1,"dP":1,"t":16,"uu":"fortune's grace|tdcsr","n":"Fortune's Grace"},{"id":17759,"c":11,"u":"charm%20of%20nine%20lives_toa","p":167,"s":63,"h":1,"t":16,"uu":"charm of nine lives|toa","n":"Charm of Nine Lives"},{"id":17760,"c":11,"u":"charm%20of%20the%20crystal%20heart_toa","p":167,"s":63,"h":1,"t":16,"uu":"charm of the crystal heart|toa","n":"Charm of the Crystal Heart"},{"id":17761,"c":11,"u":"charm%20of%20the%20ghoul_toa","p":167,"s":63,"h":1,"t":16,"uu":"charm of the ghoul|toa","n":"Charm of the Ghoul"},{"id":17762,"c":11,"u":"charm%20of%20the%20maimed_toa","p":167,"s":63,"h":1,"t":16,"uu":"charm of the maimed|toa","n":"Charm of the Maimed"},{"id":17763,"c":11,"u":"charm%20of%20the%20swollen%20hag_toa","p":167,"s":63,"h":1,"t":16,"uu":"charm of the swollen hag|toa","n":"Charm of the Swollen Hag"},{"id":17764,"c":11,"u":"charm%20of%20treasure%20sense_toa","p":167,"s":63,"h":1,"t":16,"uu":"charm of treasure sense|toa","n":"Charm of Treasure Sense"},{"id":17765,"c":11,"u":"clay%20no-face's%20charm_toa","p":179,"s":63,"h":1,"t":16,"uu":"clay no-face's charm|toa","n":"Clay No-Face's Charm"},{"id":17766,"c":11,"u":"i'jin_toa","p":129,"s":63,"h":1,"t":16,"uu":"i'jin|toa","n":"I'jin"},{"id":17767,"c":11,"u":"joho's%20charm_toa","p":179,"s":63,"h":1,"t":16,"uu":"joho's charm|toa","n":"Joho's Charm"},{"id":17768,"c":11,"u":"kubazan_toa","p":129,"s":63,"h":1,"t":16,"uu":"kubazan|toa","n":"Kubazan"},{"id":17769,"c":11,"u":"moa_toa","p":129,"s":63,"h":1,"t":16,"uu":"moa|toa","n":"Moa"},{"id":17770,"c":11,"u":"nangnang_toa","p":129,"s":63,"h":1,"t":16,"uu":"nangnang|toa","n":"Nangnang"},{"id":17771,"c":11,"u":"obo'laka_toa","p":129,"s":63,"h":1,"t":16,"uu":"obo'laka|toa","n":"Obo'laka"},{"id":17772,"c":11,"u":"papazotl_toa","p":129,"s":63,"h":1,"t":16,"uu":"papazotl|toa","n":"Papazotl"},{"id":17773,"c":11,"u":"shagambi_toa","p":129,"s":63,"h":1,"t":16,"uu":"shagambi|toa","n":"Shagambi"},{"id":17774,"c":11,"u":"strawbundle's%20charm_toa","p":179,"s":63,"h":1,"t":16,"uu":"strawbundle's charm|toa","n":"Strawbundle's Charm"},{"id":17775,"c":11,"u":"unkh_toa","p":129,"s":63,"h":1,"t":16,"uu":"unkh|toa","n":"Unkh"},{"id":17776,"c":11,"u":"wongo_toa","p":129,"s":63,"h":1,"t":16,"uu":"wongo|toa","n":"Wongo"},{"id":17777,"c":11,"u":"yuan-ti%20pureblood%20transformation_toa","p":119,"s":63,"h":1,"t":16,"uu":"yuan-ti pureblood transformation|toa","n":"Yuan-Ti Pureblood Transformation"},{"id":17778,"c":11,"u":"eyes%20of%20the%20impossible_tofw","p":74,"s":65,"h":1,"t":16,"uu":"eyes of the impossible|tofw","n":"Eyes of the Impossible"},{"id":17779,"c":11,"u":"time%20of%20the%20dragon_tofw","p":68,"s":65,"h":1,"t":16,"uu":"time of the dragon|tofw","n":"Time of the Dragon"},{"id":17780,"c":11,"u":"charm%20of%20the%20creeping%20hand_vnotee","s":120,"h":1,"t":16,"uu":"charm of the creeping hand|vnotee","n":"Charm of the Creeping Hand"},{"id":17781,"c":11,"u":"charm%20of%20the%20eldritch%20eye_vnotee","s":120,"h":1,"t":16,"uu":"charm of the eldritch eye|vnotee","n":"Charm of the Eldritch Eye"},{"id":17782,"c":11,"u":"charm%20of%20the%20stumblenoodle_hfstcm","s":121,"h":1,"t":16,"uu":"charm of the stumblenoodle|hfstcm","n":"Charm of the Stumblenoodle"},{"id":17783,"c":12,"u":"human%20languages_scag","p":112,"s":107,"h":1,"t":17,"uu":"human languages|scag","n":"Human Languages"},{"id":17784,"c":12,"u":"customizing%20your%20origin_tce","p":8,"s":4,"h":1,"t":17,"uu":"customizing your origin|tce","n":"Customizing Your Origin"},{"id":17785,"c":12,"u":"optional%20class%20features_tce","p":24,"s":4,"h":1,"t":17,"uu":"optional class features|tce","n":"Optional Class Features"},{"id":17786,"c":12,"u":"sidekicks_tce","p":142,"s":4,"h":1,"t":17,"uu":"sidekicks|tce","n":"Sidekicks"},{"id":17787,"c":12,"u":"adamantine%20weapons_xge","p":78,"s":6,"h":1,"t":17,"uu":"adamantine weapons|xge","n":"Adamantine Weapons"},{"id":17788,"c":12,"u":"downtime%20activity%3a%20buying%20a%20magic%20item_xge","p":126,"s":6,"h":1,"t":17,"uu":"downtime activity: buying a magic item|xge","n":"Downtime Activity: Buying a Magic Item"},{"id":17789,"c":12,"u":"downtime%20activity%3a%20carousing_xge","p":127,"s":6,"h":1,"t":17,"uu":"downtime activity: carousing|xge","n":"Downtime Activity: Carousing"},{"id":17790,"c":12,"u":"downtime%20activity%3a%20crafting%20an%20item_xge","p":128,"s":6,"h":1,"t":17,"uu":"downtime activity: crafting an item|xge","n":"Downtime Activity: Crafting an Item"},{"id":17791,"c":12,"u":"downtime%20activity%3a%20crime_xge","p":130,"s":6,"h":1,"t":17,"uu":"downtime activity: crime|xge","n":"Downtime Activity: Crime"},{"id":17792,"c":12,"u":"downtime%20activity%3a%20gambling_xge","p":130,"s":6,"h":1,"t":17,"uu":"downtime activity: gambling|xge","n":"Downtime Activity: Gambling"},{"id":17793,"c":12,"u":"downtime%20activity%3a%20pit%20fighting_xge","p":131,"s":6,"h":1,"t":17,"uu":"downtime activity: pit fighting|xge","n":"Downtime Activity: Pit Fighting"},{"id":17794,"c":12,"u":"downtime%20activity%3a%20relaxation_xge","p":131,"s":6,"h":1,"t":17,"uu":"downtime activity: relaxation|xge","n":"Downtime Activity: Relaxation"},{"id":17795,"c":12,"u":"downtime%20activity%3a%20religious%20service_xge","p":131,"s":6,"h":1,"t":17,"uu":"downtime activity: religious service|xge","n":"Downtime Activity: Religious Service"},{"id":17796,"c":12,"u":"downtime%20activity%3a%20research_xge","p":132,"s":6,"h":1,"t":17,"uu":"downtime activity: research|xge","n":"Downtime Activity: Research"},{"id":17797,"c":12,"u":"downtime%20activity%3a%20scribing%20a%20spell%20scroll_xge","p":133,"s":6,"h":1,"t":17,"uu":"downtime activity: scribing a spell scroll|xge","n":"Downtime Activity: Scribing a Spell Scroll"},{"id":17798,"c":12,"u":"downtime%20activity%3a%20selling%20a%20magic%20item_xge","p":133,"s":6,"h":1,"t":17,"uu":"downtime activity: selling a magic item|xge","n":"Downtime Activity: Selling a Magic Item"},{"id":17799,"c":12,"u":"downtime%20activity%3a%20training_xge","p":134,"s":6,"h":1,"t":17,"uu":"downtime activity: training|xge","n":"Downtime Activity: Training"},{"id":17800,"c":12,"u":"downtime%20activity%3a%20work_xge","p":134,"s":6,"h":1,"t":17,"uu":"downtime activity: work|xge","n":"Downtime Activity: Work"},{"id":17801,"c":12,"u":"downtime%20revisited_xge","p":123,"s":6,"h":1,"t":17,"uu":"downtime revisited|xge","n":"Downtime Revisited"},{"id":17802,"c":12,"u":"falling_xge","p":77,"s":6,"h":1,"t":17,"uu":"falling|xge","n":"Falling"},{"id":17803,"c":12,"u":"shared%20campaign%20variant%20rules_xge","p":173,"s":6,"h":1,"t":17,"uu":"shared campaign variant rules|xge","n":"Shared Campaign Variant Rules"},{"id":17804,"c":12,"u":"simultaneous%20effects_xge","p":77,"s":6,"h":1,"t":17,"uu":"simultaneous effects|xge","n":"Simultaneous Effects"},{"id":17805,"c":12,"u":"sleep_xge","p":77,"s":6,"h":1,"t":17,"uu":"sleep|xge","n":"Sleep"},{"id":17806,"c":12,"u":"spellcasting_xge","p":85,"s":6,"h":1,"t":17,"uu":"spellcasting|xge","n":"Spellcasting"},{"id":17807,"c":12,"u":"tool%20proficiencies_xge","p":78,"s":6,"h":1,"t":17,"uu":"tool proficiencies|xge","n":"Tool Proficiencies"},{"id":17808,"c":12,"u":"tying%20knots_xge","p":78,"s":6,"h":1,"t":17,"uu":"tying knots|xge","n":"Tying Knots"},{"id":17809,"c":12,"u":"ability%20check_xphb","p":360,"s":8,"h":1,"t":17,"uu":"ability check|xphb","n":"Ability Check"},{"id":17810,"c":12,"u":"ability%20score%20and%20modifier_xphb","p":360,"s":8,"h":1,"t":17,"uu":"ability score and modifier|xphb","n":"Ability Score and Modifier"},{"id":17811,"c":12,"u":"action_xphb","p":360,"s":8,"h":1,"t":17,"uu":"action|xphb","n":"Action"},{"id":17812,"c":12,"u":"advantage_xphb","p":360,"s":8,"h":1,"t":17,"uu":"advantage|xphb","n":"Advantage"},{"id":17813,"c":12,"u":"adventure_xphb","p":360,"s":8,"h":1,"t":17,"uu":"adventure|xphb","n":"Adventure"},{"id":17814,"c":12,"u":"alignment_xphb","p":360,"s":8,"h":1,"t":17,"uu":"alignment|xphb","n":"Alignment"},{"id":17815,"c":12,"u":"ally_xphb","p":361,"s":8,"h":1,"t":17,"uu":"ally|xphb","n":"Ally"},{"id":17816,"c":12,"u":"area%20of%20effect_xphb","p":361,"s":8,"h":1,"t":17,"uu":"area of effect|xphb","n":"Area of Effect"},{"id":17817,"c":12,"u":"armor%20class_xphb","p":361,"s":8,"h":1,"t":17,"uu":"armor class|xphb","n":"Armor Class"},{"id":17818,"c":12,"u":"armor%20training_xphb","p":361,"s":8,"h":1,"t":17,"uu":"armor training|xphb","n":"Armor Training"},{"id":17819,"c":12,"u":"attack%20roll_xphb","p":361,"s":8,"h":1,"t":17,"uu":"attack roll|xphb","n":"Attack Roll"},{"id":17820,"c":12,"u":"attitude_xphb","p":361,"s":8,"h":1,"t":17,"uu":"attitude|xphb","n":"Attitude"},{"id":17821,"c":12,"u":"attunement_xphb","p":361,"s":8,"h":1,"t":17,"uu":"attunement|xphb","n":"Attunement"},{"id":17822,"c":12,"u":"bloodied_xphb","p":362,"s":8,"h":1,"t":17,"uu":"bloodied|xphb","n":"Bloodied"},{"id":17823,"c":12,"u":"bonus%20action_xphb","p":362,"s":8,"h":1,"t":17,"uu":"bonus action|xphb","n":"Bonus Action"},{"id":17824,"c":12,"u":"breaking%20objects_xphb","p":362,"s":8,"h":1,"t":17,"uu":"breaking objects|xphb","n":"Breaking Objects"},{"id":17825,"c":12,"u":"bright%20light_xphb","p":362,"s":8,"h":1,"t":17,"uu":"bright light|xphb","n":"Bright Light"},{"id":17826,"c":12,"u":"burrow%20speed_xphb","p":362,"s":8,"h":1,"t":17,"uu":"burrow speed|xphb","n":"Burrow Speed"},{"id":17827,"c":12,"u":"campaign_xphb","p":362,"s":8,"h":1,"t":17,"uu":"campaign|xphb","n":"Campaign"},{"id":17828,"c":12,"u":"cantrip_xphb","p":362,"s":8,"h":1,"t":17,"uu":"cantrip|xphb","n":"Cantrip"},{"id":17829,"c":12,"u":"carrying%20capacity_xphb","p":362,"s":8,"h":1,"t":17,"uu":"carrying capacity|xphb","n":"Carrying Capacity"},{"id":17830,"c":12,"u":"challenge%20rating_xphb","p":363,"s":8,"h":1,"t":17,"uu":"challenge rating|xphb","n":"Challenge Rating"},{"id":17831,"c":12,"u":"character%20sheet_xphb","p":363,"s":8,"h":1,"t":17,"uu":"character sheet|xphb","n":"Character Sheet"},{"id":17832,"c":12,"u":"climb%20speed_xphb","p":363,"s":8,"h":1,"t":17,"uu":"climb speed|xphb","n":"Climb Speed"},{"id":17833,"c":12,"u":"climbing_xphb","p":363,"s":8,"h":1,"t":17,"uu":"climbing|xphb","n":"Climbing"},{"id":17834,"c":12,"u":"condition_xphb","p":363,"s":8,"h":1,"t":17,"uu":"condition|xphb","n":"Condition"},{"id":17835,"c":12,"u":"cone%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"t":17,"uu":"cone [area of effect]|xphb","n":"Cone [Area of Effect]"},{"id":17836,"c":12,"u":"cover_xphb","p":364,"s":8,"h":1,"t":17,"uu":"cover|xphb","n":"Cover"},{"id":17837,"c":12,"u":"crawling_xphb","p":364,"s":8,"h":1,"t":17,"uu":"crawling|xphb","n":"Crawling"},{"id":17838,"c":12,"u":"creature_xphb","p":364,"s":8,"h":1,"t":17,"uu":"creature|xphb","n":"Creature"},{"id":17839,"c":12,"u":"creature%20type_xphb","p":364,"s":8,"h":1,"t":17,"uu":"creature type|xphb","n":"Creature Type"},{"id":17840,"c":12,"u":"critical%20hit_xphb","p":364,"s":8,"h":1,"t":17,"uu":"critical hit|xphb","n":"Critical Hit"},{"id":17841,"c":12,"u":"cube%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"t":17,"uu":"cube [area of effect]|xphb","n":"Cube [Area of Effect]"},{"id":17842,"c":12,"u":"curses_xphb","p":364,"s":8,"h":1,"t":17,"uu":"curses|xphb","n":"Curses"},{"id":17843,"c":12,"u":"cylinder%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"t":17,"uu":"cylinder [area of effect]|xphb","n":"Cylinder [Area of Effect]"},{"id":17844,"c":12,"u":"d20%20test_xphb","p":364,"s":8,"h":1,"t":17,"uu":"d20 test|xphb","n":"D20 Test"},{"id":17845,"c":12,"u":"damage_xphb","p":364,"s":8,"h":1,"t":17,"uu":"damage|xphb","n":"Damage"},{"id":17846,"c":12,"u":"damage%20roll_xphb","p":364,"s":8,"h":1,"t":17,"uu":"damage roll|xphb","n":"Damage Roll"},{"id":17847,"c":12,"u":"damage%20threshold_xphb","p":364,"s":8,"h":1,"t":17,"uu":"damage threshold|xphb","n":"Damage Threshold"},{"id":17848,"c":12,"u":"damage%20types_xphb","p":365,"s":8,"h":1,"t":17,"uu":"damage types|xphb","n":"Damage Types"},{"id":17849,"c":12,"u":"darkness_xphb","p":365,"s":8,"h":1,"t":17,"uu":"darkness|xphb","n":"Darkness"},{"id":17850,"c":12,"u":"dead_xphb","p":365,"s":8,"h":1,"t":17,"uu":"dead|xphb","n":"Dead"},{"id":17851,"c":12,"u":"death%20saving%20throw_xphb","p":365,"s":8,"h":1,"t":17,"uu":"death saving throw|xphb","n":"Death Saving Throw"},{"id":17852,"c":12,"u":"difficult%20terrain_xphb","p":366,"s":8,"h":1,"t":17,"uu":"difficult terrain|xphb","n":"Difficult Terrain"},{"id":17853,"c":12,"u":"difficulty%20class_xphb","p":366,"s":8,"h":1,"t":17,"uu":"difficulty class|xphb","n":"Difficulty Class"},{"id":17854,"c":12,"u":"dim%20light_xphb","p":366,"s":8,"h":1,"t":17,"uu":"dim light|xphb","n":"Dim Light"},{"id":17855,"c":12,"u":"disadvantage_xphb","p":366,"s":8,"h":1,"t":17,"uu":"disadvantage|xphb","n":"Disadvantage"},{"id":17856,"c":12,"u":"emanation%20%5barea%20of%20effect%5d_xphb","p":366,"s":8,"h":1,"t":17,"uu":"emanation [area of effect]|xphb","n":"Emanation [Area of Effect]"},{"id":17857,"c":12,"u":"encounter_xphb","p":366,"s":8,"h":1,"t":17,"uu":"encounter|xphb","n":"Encounter"},{"id":17858,"c":12,"u":"enemy_xphb","p":366,"s":8,"h":1,"t":17,"uu":"enemy|xphb","n":"Enemy"},{"id":17859,"c":12,"u":"experience%20points_xphb","p":366,"s":8,"h":1,"t":17,"uu":"experience points|xphb","n":"Experience Points"},{"id":17860,"c":12,"u":"expertise_xphb","p":367,"s":8,"h":1,"t":17,"uu":"expertise|xphb","n":"Expertise"},{"id":17861,"c":12,"u":"fly%20speed_xphb","p":367,"s":8,"h":1,"t":17,"uu":"fly speed|xphb","n":"Fly Speed"},{"id":17862,"c":12,"u":"flying_xphb","p":367,"s":8,"h":1,"t":17,"uu":"flying|xphb","n":"Flying"},{"id":17863,"c":12,"u":"friendly%20%5battitude%5d_xphb","p":367,"s":8,"h":1,"t":17,"uu":"friendly [attitude]|xphb","n":"Friendly [Attitude]"},{"id":17864,"c":12,"u":"grappling_xphb","p":367,"s":8,"h":1,"t":17,"uu":"grappling|xphb","n":"Grappling"},{"id":17865,"c":12,"u":"hazard_xphb","p":368,"s":8,"h":1,"t":17,"uu":"hazard|xphb","n":"Hazard"},{"id":17866,"c":12,"u":"healing_xphb","p":368,"s":8,"h":1,"t":17,"uu":"healing|xphb","n":"Healing"},{"id":17867,"c":12,"u":"heavily%20obscured_xphb","p":368,"s":8,"h":1,"t":17,"uu":"heavily obscured|xphb","n":"Heavily Obscured"},{"id":17868,"c":12,"u":"heroic%20inspiration_xphb","p":368,"s":8,"h":1,"t":17,"uu":"heroic inspiration|xphb","n":"Heroic Inspiration"},{"id":17869,"c":12,"u":"high%20jump_xphb","p":368,"s":8,"h":1,"t":17,"uu":"high jump|xphb","n":"High Jump"},{"id":17870,"c":12,"u":"hit%20point%20dice_xphb","p":368,"s":8,"h":1,"t":17,"uu":"hit point dice|xphb","n":"Hit Point Dice"},{"id":17871,"c":12,"u":"hit%20points_xphb","p":368,"s":8,"h":1,"t":17,"uu":"hit points|xphb","n":"Hit Points"},{"id":17872,"c":12,"u":"hostile%20%5battitude%5d_xphb","p":368,"s":8,"h":1,"t":17,"uu":"hostile [attitude]|xphb","n":"Hostile [Attitude]"},{"id":17873,"c":12,"u":"hover_xphb","p":368,"s":8,"h":1,"t":17,"uu":"hover|xphb","n":"Hover"},{"id":17874,"c":12,"u":"illusions_xphb","p":369,"s":8,"h":1,"t":17,"uu":"illusions|xphb","n":"Illusions"},{"id":17875,"c":12,"u":"immunity_xphb","p":369,"s":8,"h":1,"t":17,"uu":"immunity|xphb","n":"Immunity"},{"id":17876,"c":12,"u":"improvised%20weapons_xphb","p":369,"s":8,"h":1,"t":17,"uu":"improvised weapons|xphb","n":"Improvised Weapons"},{"id":17877,"c":12,"u":"indifferent%20%5battitude%5d_xphb","p":369,"s":8,"h":1,"t":17,"uu":"indifferent [attitude]|xphb","n":"Indifferent [Attitude]"},{"id":17878,"c":12,"u":"initiative_xphb","p":369,"s":8,"h":1,"t":17,"uu":"initiative|xphb","n":"Initiative"},{"id":17879,"c":12,"u":"jumping_xphb","p":370,"s":8,"h":1,"t":17,"uu":"jumping|xphb","n":"Jumping"},{"id":17880,"c":12,"u":"knocking%20out%20a%20creature_xphb","p":370,"s":8,"h":1,"t":17,"uu":"knocking out a creature|xphb","n":"Knocking Out a Creature"},{"id":17881,"c":12,"u":"lightly%20obscured_xphb","p":370,"s":8,"h":1,"t":17,"uu":"lightly obscured|xphb","n":"Lightly Obscured"},{"id":17882,"c":12,"u":"line%20%5barea%20of%20effect%5d_xphb","p":370,"s":8,"h":1,"t":17,"uu":"line [area of effect]|xphb","n":"Line [Area of Effect]"},{"id":17883,"c":12,"u":"long%20jump_xphb","p":370,"s":8,"h":1,"t":17,"uu":"long jump|xphb","n":"Long Jump"},{"id":17884,"c":12,"u":"long%20rest_xphb","p":370,"s":8,"h":1,"t":17,"uu":"long rest|xphb","n":"Long Rest"},{"id":17885,"c":12,"u":"magical%20effect_xphb","p":371,"s":8,"h":1,"t":17,"uu":"magical effect|xphb","n":"Magical Effect"},{"id":17886,"c":12,"u":"monster_xphb","p":371,"s":8,"h":1,"t":17,"uu":"monster|xphb","n":"Monster"},{"id":17887,"c":12,"u":"nonplayer%20character_xphb","p":371,"s":8,"h":1,"t":17,"uu":"nonplayer character|xphb","n":"Nonplayer Character"},{"id":17888,"c":12,"u":"object_xphb","p":371,"s":8,"h":1,"t":17,"uu":"object|xphb","n":"Object"},{"id":17889,"c":12,"u":"occupied%20space_xphb","p":371,"s":8,"h":1,"t":17,"uu":"occupied space|xphb","n":"Occupied Space"},{"id":17890,"c":12,"u":"passive%20perception_xphb","p":372,"s":8,"h":1,"t":17,"uu":"passive perception|xphb","n":"Passive Perception"},{"id":17891,"c":12,"u":"per%20day_xphb","p":372,"s":8,"h":1,"t":17,"uu":"per day|xphb","n":"Per Day"},{"id":17892,"c":12,"u":"player%20character_xphb","p":372,"s":8,"h":1,"t":17,"uu":"player character|xphb","n":"Player Character"},{"id":17893,"c":12,"u":"possession_xphb","p":372,"s":8,"h":1,"t":17,"uu":"possession|xphb","n":"Possession"},{"id":17894,"c":12,"u":"proficiency_xphb","p":372,"s":8,"h":1,"t":17,"uu":"proficiency|xphb","n":"Proficiency"},{"id":17895,"c":12,"u":"reaction_xphb","p":372,"s":8,"h":1,"t":17,"uu":"reaction|xphb","n":"Reaction"},{"id":17896,"c":12,"u":"resistance_xphb","p":373,"s":8,"h":1,"t":17,"uu":"resistance|xphb","n":"Resistance"},{"id":17897,"c":12,"u":"ritual_xphb","p":373,"s":8,"h":1,"t":17,"uu":"ritual|xphb","n":"Ritual"},{"id":17898,"c":12,"u":"round%20down_xphb","p":373,"s":8,"h":1,"t":17,"uu":"round down|xphb","n":"Round Down"},{"id":17899,"c":12,"u":"save_xphb","p":373,"s":8,"h":1,"t":17,"uu":"save|xphb","n":"Save"},{"id":17900,"c":12,"u":"saving%20throw_xphb","p":373,"s":8,"h":1,"t":17,"uu":"saving throw|xphb","n":"Saving Throw"},{"id":17901,"c":12,"u":"shape-shifting_xphb","p":373,"s":8,"h":1,"t":17,"uu":"shape-shifting|xphb","n":"Shape-Shifting"},{"id":17902,"c":12,"u":"short%20rest_xphb","p":373,"s":8,"h":1,"t":17,"uu":"short rest|xphb","n":"Short Rest"},{"id":17903,"c":12,"u":"simultaneous%20effects_xphb","p":374,"s":8,"h":1,"t":17,"uu":"simultaneous effects|xphb","n":"Simultaneous Effects"},{"id":17904,"c":12,"u":"size_xphb","p":374,"s":8,"h":1,"t":17,"uu":"size|xphb","n":"Size"},{"id":17905,"c":12,"u":"skill_xphb","p":374,"s":8,"h":1,"t":17,"uu":"skill|xphb","n":"Skill"},{"id":17906,"c":12,"u":"speed_xphb","p":374,"s":8,"h":1,"t":17,"uu":"speed|xphb","n":"Speed"},{"id":17907,"c":12,"u":"spell_xphb","p":374,"s":8,"h":1,"t":17,"uu":"spell|xphb","n":"Spell"},{"id":17908,"c":12,"u":"spell%20attack_xphb","p":374,"s":8,"h":1,"t":17,"uu":"spell attack|xphb","n":"Spell Attack"},{"id":17909,"c":12,"u":"spellcasting%20focus_xphb","p":374,"s":8,"h":1,"t":17,"uu":"spellcasting focus|xphb","n":"Spellcasting Focus"},{"id":17910,"c":12,"u":"sphere%20%5barea%20of%20effect%5d_xphb","p":374,"s":8,"h":1,"t":17,"uu":"sphere [area of effect]|xphb","n":"Sphere [Area of Effect]"},{"id":17911,"c":12,"u":"stable_xphb","p":374,"s":8,"h":1,"t":17,"uu":"stable|xphb","n":"Stable"},{"id":17912,"c":12,"u":"stat%20block_xphb","p":374,"s":8,"h":1,"t":17,"uu":"stat block|xphb","n":"Stat Block"},{"id":17913,"c":12,"u":"swim%20speed_xphb","p":376,"s":8,"h":1,"t":17,"uu":"swim speed|xphb","n":"Swim Speed"},{"id":17914,"c":12,"u":"swimming_xphb","p":376,"s":8,"h":1,"t":17,"uu":"swimming|xphb","n":"Swimming"},{"id":17915,"c":12,"u":"target_xphb","p":376,"s":8,"h":1,"t":17,"uu":"target|xphb","n":"Target"},{"id":17916,"c":12,"u":"telepathy_xphb","p":376,"s":8,"h":1,"t":17,"uu":"telepathy|xphb","n":"Telepathy"},{"id":17917,"c":12,"u":"teleportation_xphb","p":376,"s":8,"h":1,"t":17,"uu":"teleportation|xphb","n":"Teleportation"},{"id":17918,"c":12,"u":"temporary%20hit%20points_xphb","p":376,"s":8,"h":1,"t":17,"uu":"temporary hit points|xphb","n":"Temporary Hit Points"},{"id":17919,"c":12,"u":"unarmed%20strike_xphb","p":377,"s":8,"h":1,"t":17,"uu":"unarmed strike|xphb","n":"Unarmed Strike"},{"id":17920,"c":12,"u":"unoccupied%20space_xphb","p":377,"s":8,"h":1,"t":17,"uu":"unoccupied space|xphb","n":"Unoccupied Space"},{"id":17921,"c":12,"u":"vulnerability_xphb","p":377,"s":8,"h":1,"t":17,"uu":"vulnerability|xphb","n":"Vulnerability"},{"id":17922,"c":12,"u":"weapon_xphb","p":377,"s":8,"h":1,"t":17,"uu":"weapon|xphb","n":"Weapon"},{"id":17923,"c":12,"u":"weapon%20attack_xphb","p":377,"s":8,"h":1,"t":17,"uu":"weapon attack|xphb","n":"Weapon Attack"},{"id":17924,"c":12,"u":"crashing_aag","p":25,"s":103,"h":1,"t":17,"uu":"crashing|aag","n":"Crashing"},{"id":17925,"c":12,"u":"crew_aag","p":24,"s":103,"h":1,"t":17,"uu":"crew|aag","n":"Crew"},{"id":17926,"c":12,"u":"ship%20repairs_aag","p":25,"s":103,"h":1,"t":17,"uu":"ship repairs|aag","n":"Ship Repairs"},{"id":17927,"c":12,"u":"ship-to-ship%20combat_aag","p":24,"s":103,"h":1,"t":17,"uu":"ship-to-ship combat|aag","n":"Ship-to-Ship Combat"},{"id":17928,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20explore%20territory_ai","p":37,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: explore territory|ai","n":"Downtime and Franchise Activity: Explore Territory"},{"id":17929,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20franchise%20restructuring_ai","p":38,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: franchise restructuring|ai","n":"Downtime and Franchise Activity: Franchise Restructuring"},{"id":17930,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20headquarters%20modification_ai","p":39,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: headquarters modification|ai","n":"Downtime and Franchise Activity: Headquarters Modification"},{"id":17931,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20marketeering_ai","p":40,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: marketeering|ai","n":"Downtime and Franchise Activity: Marketeering"},{"id":17932,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20philanthropic%20enterprise_ai","p":41,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: philanthropic enterprise|ai","n":"Downtime and Franchise Activity: Philanthropic Enterprise"},{"id":17933,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20running%20a%20franchise_ai","p":42,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: running a franchise|ai","n":"Downtime and Franchise Activity: Running a Franchise"},{"id":17934,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20schmoozing_ai","p":45,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: schmoozing|ai","n":"Downtime and Franchise Activity: Schmoozing"},{"id":17935,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20scrutineering_ai","p":43,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: scrutineering|ai","n":"Downtime and Franchise Activity: Scrutineering"},{"id":17936,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20shady%20business%20practice_ai","p":43,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: shady business practice|ai","n":"Downtime and Franchise Activity: Shady Business Practice"},{"id":17937,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20team%20building_ai","p":45,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: team building|ai","n":"Downtime and Franchise Activity: Team Building"},{"id":17938,"c":12,"u":"action%20options_dmg","p":271,"s":24,"h":1,"t":17,"uu":"action options|dmg","n":"Action Options"},{"id":17939,"c":12,"u":"alien%20technology_dmg","p":268,"s":24,"h":1,"t":17,"uu":"alien technology|dmg","n":"Alien Technology"},{"id":17940,"c":12,"u":"alternatives%20to%20epic%20boons_dmg","p":230,"s":24,"h":1,"t":17,"uu":"alternatives to epic boons|dmg","n":"Alternatives to Epic Boons"},{"id":17941,"c":12,"u":"automatic%20success_dmg","p":239,"s":24,"h":1,"t":17,"uu":"automatic success|dmg","n":"Automatic Success"},{"id":17942,"c":12,"u":"cleaving%20through%20creatures_dmg","p":272,"s":24,"h":1,"t":17,"uu":"cleaving through creatures|dmg","n":"Cleaving Through Creatures"},{"id":17943,"c":12,"u":"diagonals_dmg","p":252,"s":24,"h":1,"t":17,"uu":"diagonals|dmg","n":"Diagonals"},{"id":17944,"c":12,"u":"downtime%20activity%3a%20building%20a%20stronghold_dmg","p":128,"s":24,"h":1,"t":17,"uu":"downtime activity: building a stronghold|dmg","n":"Downtime Activity: Building a Stronghold"},{"id":17945,"c":12,"u":"downtime%20activity%3a%20carousing_dmg","p":128,"s":24,"h":1,"t":17,"uu":"downtime activity: carousing|dmg","n":"Downtime Activity: Carousing"},{"id":17946,"c":12,"u":"downtime%20activity%3a%20crafting%20a%20magic%20item_dmg","p":128,"s":24,"h":1,"t":17,"uu":"downtime activity: crafting a magic item|dmg","n":"Downtime Activity: Crafting a Magic Item"},{"id":17947,"c":12,"u":"downtime%20activity%3a%20gaining%20renown_dmg","p":129,"s":24,"h":1,"t":17,"uu":"downtime activity: gaining renown|dmg","n":"Downtime Activity: Gaining Renown"},{"id":17948,"c":12,"u":"downtime%20activity%3a%20performing%20sacred%20rites_dmg","p":129,"s":24,"h":1,"t":17,"uu":"downtime activity: performing sacred rites|dmg","n":"Downtime Activity: Performing Sacred Rites"},{"id":17949,"c":12,"u":"downtime%20activity%3a%20running%20a%20business_dmg","p":129,"s":24,"h":1,"t":17,"uu":"downtime activity: running a business|dmg","n":"Downtime Activity: Running a Business"},{"id":17950,"c":12,"u":"downtime%20activity%3a%20selling%20magic%20items_dmg","p":129,"s":24,"h":1,"t":17,"uu":"downtime activity: selling magic items|dmg","n":"Downtime Activity: Selling Magic Items"},{"id":17951,"c":12,"u":"downtime%20activity%3a%20sowing%20rumors_dmg","p":131,"s":24,"h":1,"t":17,"uu":"downtime activity: sowing rumors|dmg","n":"Downtime Activity: Sowing Rumors"},{"id":17952,"c":12,"u":"downtime%20activity%3a%20training%20to%20gain%20levels_dmg","p":131,"s":24,"h":1,"t":17,"uu":"downtime activity: training to gain levels|dmg","n":"Downtime Activity: Training to Gain Levels"},{"id":17953,"c":12,"u":"explosives_dmg","p":267,"s":24,"h":1,"t":17,"uu":"explosives|dmg","n":"Explosives"},{"id":17954,"c":12,"u":"facing_dmg","p":252,"s":24,"h":1,"t":17,"uu":"facing|dmg","n":"Facing"},{"id":17955,"c":12,"u":"fear%20and%20horror_dmg","p":266,"s":24,"h":1,"t":17,"uu":"fear and horror|dmg","n":"Fear and Horror"},{"id":17956,"c":12,"u":"firearms_dmg","p":267,"s":24,"h":1,"t":17,"uu":"firearms|dmg","n":"Firearms"},{"id":17957,"c":12,"u":"flanking_dmg","p":251,"s":24,"h":1,"t":17,"uu":"flanking|dmg","n":"Flanking"},{"id":17958,"c":12,"u":"healing_dmg","p":266,"s":24,"h":1,"t":17,"uu":"healing|dmg","n":"Healing"},{"id":17959,"c":12,"u":"hero%20points_dmg","p":264,"s":24,"h":1,"t":17,"uu":"hero points|dmg","n":"Hero Points"},{"id":17960,"c":12,"u":"hitting%20cover_dmg","p":272,"s":24,"h":1,"t":17,"uu":"hitting cover|dmg","n":"Hitting Cover"},{"id":17961,"c":12,"u":"initiative%20variants_dmg","p":270,"s":24,"h":1,"t":17,"uu":"initiative variants|dmg","n":"Initiative Variants"},{"id":17962,"c":12,"u":"injuries_dmg","p":272,"s":24,"h":1,"t":17,"uu":"injuries|dmg","n":"Injuries"},{"id":17963,"c":12,"u":"inspiration_dmg","p":240,"s":24,"h":1,"t":17,"uu":"inspiration|dmg","n":"Inspiration"},{"id":17964,"c":12,"u":"level%20advancement%20without%20xp_dmg","p":261,"s":24,"h":1,"t":17,"uu":"level advancement without xp|dmg","n":"Level Advancement without XP"},{"id":17965,"c":12,"u":"loyalty_dmg","p":93,"s":24,"h":1,"t":17,"uu":"loyalty|dmg","n":"Loyalty"},{"id":17966,"c":12,"u":"madness_dmg","p":258,"s":24,"h":1,"r":1,"t":17,"uu":"madness|dmg","n":"Madness"},{"id":17967,"c":12,"u":"massive%20damage_dmg","p":273,"s":24,"h":1,"t":17,"uu":"massive damage|dmg","n":"Massive Damage"},{"id":17968,"c":12,"u":"milestones_dmg","p":261,"s":24,"h":1,"t":17,"uu":"milestones|dmg","n":"Milestones"},{"id":17969,"c":12,"u":"mixing%20potions_dmg","p":140,"s":24,"h":1,"t":17,"uu":"mixing potions|dmg","n":"Mixing Potions"},{"id":17970,"c":12,"u":"morale_dmg","p":273,"s":24,"h":1,"t":17,"uu":"morale|dmg","n":"Morale"},{"id":17971,"c":12,"u":"more%20difficult%20identification_dmg","p":136,"s":24,"h":1,"t":17,"uu":"more difficult identification|dmg","n":"More Difficult Identification"},{"id":17972,"c":12,"u":"new%20ability%20scores%3a%20honor%20and%20sanity_dmg","p":264,"s":24,"h":1,"t":17,"uu":"new ability scores: honor and sanity|dmg","n":"New Ability Scores: Honor and Sanity"},{"id":17973,"c":12,"u":"planar%20effects_dmg","p":50,"s":24,"h":1,"t":17,"uu":"planar effects|dmg","n":"Planar Effects"},{"id":17974,"c":12,"u":"plot%20points_dmg","p":269,"s":24,"h":1,"t":17,"uu":"plot points|dmg","n":"Plot Points"},{"id":17975,"c":12,"u":"proficiency%20dice_dmg","p":263,"s":24,"h":1,"t":17,"uu":"proficiency dice|dmg","n":"Proficiency Dice"},{"id":17976,"c":12,"u":"renown_dmg","p":22,"s":24,"h":1,"t":17,"uu":"renown|dmg","n":"Renown"},{"id":17977,"c":12,"u":"rest%20variants_dmg","p":267,"s":24,"h":1,"t":17,"uu":"rest variants|dmg","n":"Rest Variants"},{"id":17978,"c":12,"u":"scroll%20mishaps_dmg","p":140,"s":24,"h":1,"t":17,"uu":"scroll mishaps|dmg","n":"Scroll Mishaps"},{"id":17979,"c":12,"u":"skill%20variants_dmg","p":263,"s":24,"h":1,"t":17,"uu":"skill variants|dmg","n":"Skill Variants"},{"id":17980,"c":12,"u":"spell%20points_dmg","p":288,"s":24,"h":1,"t":17,"uu":"spell points|dmg","n":"Spell Points"},{"id":17981,"c":12,"u":"wands%20that%20don't%20recharge_dmg","p":141,"s":24,"h":1,"t":17,"uu":"wands that don't recharge|dmg","n":"Wands That Don't Recharge"},{"id":17982,"c":12,"u":"sidekicks_esk","p":63,"s":30,"h":1,"t":17,"uu":"sidekicks|esk","n":"Sidekicks"},{"id":17983,"c":12,"u":"encounters%20at%20sea_gos","p":207,"s":33,"h":1,"t":17,"uu":"encounters at sea|gos","n":"Encounters at Sea"},{"id":17984,"c":12,"u":"mysterious%20islands_gos","p":211,"s":33,"h":1,"t":17,"uu":"mysterious islands|gos","n":"Mysterious Islands"},{"id":17985,"c":12,"u":"ocean%20environs_gos","p":202,"s":33,"h":1,"t":17,"uu":"ocean environs|gos","n":"Ocean Environs"},{"id":17986,"c":12,"u":"officers%20and%20crew_gos","p":194,"s":33,"h":1,"t":17,"uu":"officers and crew|gos","n":"Officers and Crew"},{"id":17987,"c":12,"u":"random%20ships_gos","p":208,"s":33,"h":1,"t":17,"uu":"random ships|gos","n":"Random Ships"},{"id":17988,"c":12,"u":"ship%20stat%20blocks_gos","p":186,"s":33,"h":1,"t":17,"uu":"ship stat blocks|gos","n":"Ship Stat Blocks"},{"id":17989,"c":12,"u":"ships%20in%20combat_gos","p":198,"s":33,"h":1,"t":17,"uu":"ships in combat|gos","n":"Ships in Combat"},{"id":17990,"c":12,"u":"superior%20ship%20upgrades_gos","p":196,"s":33,"h":1,"t":17,"uu":"superior ship upgrades|gos","n":"Superior Ship Upgrades"},{"id":17991,"c":12,"u":"travel%20at%20sea_gos","p":199,"s":33,"h":1,"t":17,"uu":"travel at sea|gos","n":"Travel at Sea"},{"id":17992,"c":12,"u":"familiars_mm","p":347,"s":45,"h":1,"t":17,"uu":"familiars|mm","n":"Familiars"},{"id":17993,"c":12,"u":"player%20characters%20as%20lycanthropes_mm","p":207,"s":45,"h":1,"t":17,"uu":"player characters as lycanthropes|mm","n":"Player Characters as Lycanthropes"},{"id":17994,"c":12,"u":"player%20characters%20as%20vampires_mm","p":295,"s":45,"h":1,"t":17,"uu":"player characters as vampires|mm","n":"Player Characters as Vampires"},{"id":17995,"c":12,"u":"customizing%20ability%20scores_phb","p":13,"s":52,"h":1,"t":17,"uu":"customizing ability scores|phb","n":"Customizing Ability Scores"},{"id":17996,"c":12,"u":"downtime%20activity%3a%20crafting_phb","p":187,"s":52,"h":1,"t":17,"uu":"downtime activity: crafting|phb","n":"Downtime Activity: Crafting"},{"id":17997,"c":12,"u":"downtime%20activity%3a%20practicing%20a%20profession_phb","p":187,"s":52,"h":1,"t":17,"uu":"downtime activity: practicing a profession|phb","n":"Downtime Activity: Practicing a Profession"},{"id":17998,"c":12,"u":"downtime%20activity%3a%20recuperating_phb","p":187,"s":52,"h":1,"t":17,"uu":"downtime activity: recuperating|phb","n":"Downtime Activity: Recuperating"},{"id":17999,"c":12,"u":"downtime%20activity%3a%20researching_phb","p":187,"s":52,"h":1,"t":17,"uu":"downtime activity: researching|phb","n":"Downtime Activity: Researching"},{"id":18000,"c":12,"u":"downtime%20activity%3a%20training_phb","p":187,"s":52,"h":1,"t":17,"uu":"downtime activity: training|phb","n":"Downtime Activity: Training"},{"id":18001,"c":12,"u":"encumbrance_phb","p":176,"s":52,"h":1,"t":17,"uu":"encumbrance|phb","n":"Encumbrance"},{"id":18002,"c":12,"u":"equipment%20sizes_phb","p":145,"s":52,"h":1,"t":17,"uu":"equipment sizes|phb","n":"Equipment Sizes"},{"id":18003,"c":12,"u":"feats_phb","p":165,"s":52,"h":1,"t":17,"uu":"feats|phb","n":"Feats"},{"id":18004,"c":12,"u":"inspiration_phb","p":125,"s":52,"h":1,"t":17,"uu":"inspiration|phb","n":"Inspiration"},{"id":18005,"c":12,"u":"multiclassing_phb","p":163,"s":52,"h":1,"t":17,"uu":"multiclassing|phb","n":"Multiclassing"},{"id":18006,"c":12,"u":"playing%20on%20a%20grid_phb","p":192,"s":52,"h":1,"t":17,"uu":"playing on a grid|phb","n":"Playing on a Grid"},{"id":18007,"c":12,"u":"skills%20with%20different%20abilities_phb","p":175,"s":52,"h":1,"t":17,"uu":"skills with different abilities|phb","n":"Skills with Different Abilities"},{"id":18008,"c":12,"u":"accelerated%20rests_tdcsr","p":213,"s":61,"h":1,"dP":1,"t":17,"uu":"accelerated rests|tdcsr","n":"Accelerated Rests"},{"id":18009,"c":12,"u":"alternative%20resurrection%20rules%3a%20fading%20spirits_tdcsr","p":215,"s":61,"h":1,"dP":1,"t":17,"uu":"alternative resurrection rules: fading spirits|tdcsr","n":"Alternative Resurrection Rules: Fading Spirits"},{"id":18010,"c":12,"u":"alternative%20resurrection%20rules%3a%20harrowing%20return_tdcsr","p":213,"s":61,"h":1,"dP":1,"t":17,"uu":"alternative resurrection rules: harrowing return|tdcsr","n":"Alternative Resurrection Rules: Harrowing Return"},{"id":18011,"c":12,"u":"alternative%20resurrection%20rules%3a%20taxing%20return_tdcsr","p":215,"s":61,"h":1,"dP":1,"t":17,"uu":"alternative resurrection rules: taxing return|tdcsr","n":"Alternative Resurrection Rules: Taxing Return"},{"id":18012,"c":12,"u":"hemocraft_tdcsr","p":165,"s":61,"h":1,"dP":1,"t":17,"uu":"hemocraft|tdcsr","n":"Hemocraft"},{"id":18013,"c":12,"u":"illegal%20drugs_tdcsr","p":85,"s":61,"h":1,"dP":1,"t":17,"uu":"illegal drugs|tdcsr","n":"Illegal Drugs"},{"id":18014,"c":12,"u":"mixed%20ancestry%20statistics_tdcsr","p":164,"s":61,"h":1,"dP":1,"t":17,"uu":"mixed ancestry statistics|tdcsr","n":"Mixed Ancestry Statistics"},{"id":18015,"c":12,"u":"rapid%20quaffing_tdcsr","p":215,"s":61,"h":1,"dP":1,"t":17,"uu":"rapid quaffing|tdcsr","n":"Rapid Quaffing"},{"id":18016,"c":12,"u":"skyships_tdcsr","p":137,"s":61,"h":1,"dP":1,"t":17,"uu":"skyships|tdcsr","n":"Skyships"},{"id":18017,"c":12,"u":"familiars_vgm","p":213,"s":67,"h":1,"t":17,"uu":"familiars|vgm","n":"Familiars"},{"id":18018,"c":12,"u":"fear%20and%20stress_vrgr","p":195,"s":68,"h":1,"t":17,"uu":"fear and stress|vrgr","n":"Fear and Stress"},{"id":18019,"c":12,"u":"haunted%20traps_vrgr","p":196,"s":68,"h":1,"t":17,"uu":"haunted traps|vrgr","n":"Haunted Traps"},{"id":18020,"c":12,"u":"survivors_vrgr","p":198,"s":68,"h":1,"t":17,"uu":"survivors|vrgr","n":"Survivors"},{"id":18021,"c":12,"u":"emrakul's%20madness_psi","p":30,"s":97,"h":1,"t":17,"uu":"emrakul's madness|psi","n":"Emrakul's Madness"},{"id":18022,"c":12,"u":"parleying%20with%20monsters_tce","p":148,"s":4,"h":1,"t":17,"uu":"parleying with monsters|tce","n":"Parleying with Monsters"},{"id":18023,"c":12,"u":"multiclassing_xphb","p":44,"s":8,"h":1,"t":17,"uu":"multiclassing|xphb","n":"Multiclassing"},{"id":18024,"c":12,"u":"weapon%20mastery%20properties_xphb","p":214,"s":8,"h":1,"t":17,"uu":"weapon mastery properties|xphb","n":"Weapon Mastery Properties"},{"id":18025,"c":12,"u":"death%20saving%20throws_xscreen","s":122,"h":1,"t":17,"uu":"death saving throws|xscreen","n":"Death Saving Throws"},{"id":18026,"c":13,"u":"coa","s":9,"t":18,"uu":"chains of asmodeus|coa","n":"Chains of Asmodeus"},{"id":18027,"c":13,"u":"gotsf","s":10,"t":18,"uu":"giants of the star forge|gotsf","n":"Giants of the Star Forge"},{"id":18028,"c":13,"u":"bgdia","s":17,"t":18,"uu":"baldur's gate: descent into avernus|bgdia","n":"Baldur's Gate: Descent Into Avernus"},{"id":18029,"c":13,"u":"cm","s":18,"t":18,"uu":"candlekeep mysteries|cm","n":"Candlekeep Mysteries"},{"id":18030,"c":13,"u":"cos","s":19,"t":18,"uu":"curse of strahd|cos","n":"Curse of Strahd"},{"id":18031,"c":13,"u":"crcotn","s":20,"dP":1,"t":18,"uu":"critical role: call of the netherdeep|crcotn","n":"Critical Role: Call of the Netherdeep"},{"id":18032,"c":13,"u":"dc","s":21,"t":18,"uu":"essentials kit: divine contention|dc","n":"Essentials Kit: Divine Contention"},{"id":18033,"c":13,"u":"dd","s":123,"dP":1,"t":18,"uu":"wildemount: dangerous designs|dd","n":"Wildemount: Dangerous Designs"},{"id":18034,"c":13,"u":"dip","s":22,"t":18,"uu":"essentials kit: dragon of icespire peak|dip","n":"Essentials Kit: Dragon of Icespire Peak"},{"id":18035,"c":13,"u":"ditlcot","s":23,"t":18,"uu":"descent into the lost caverns of tsojcanth|ditlcot","n":"Descent into the Lost Caverns of Tsojcanth"},{"id":18036,"c":13,"u":"dodk","s":25,"dP":1,"t":18,"uu":"dungeons of drakkenheim|dodk","n":"Dungeons of Drakkenheim"},{"id":18037,"c":13,"u":"dosi","s":26,"t":18,"uu":"dragons of stormwreck isle|dosi","n":"Dragons of Stormwreck Isle"},{"id":18038,"c":13,"u":"dsotdq","s":27,"t":18,"uu":"dragonlance: shadow of the dragon queen|dsotdq","n":"Dragonlance: Shadow of the Dragon Queen"},{"id":18039,"c":13,"u":"efr","s":124,"t":18,"uu":"eberron: forgotten relics|efr","n":"Eberron: Forgotten Relics"},{"id":18040,"c":13,"u":"fs","s":125,"dP":1,"t":18,"uu":"wildemount: frozen sick|fs","n":"Wildemount: Frozen Sick"},{"id":18041,"c":13,"u":"ghloe","s":32,"dP":1,"t":18,"uu":"grim hollow: lairs of etharis|ghloe","n":"Grim Hollow: Lairs of Etharis"},{"id":18042,"c":13,"u":"gos","s":33,"t":18,"uu":"ghosts of saltmarsh|gos","n":"Ghosts of Saltmarsh"},{"id":18043,"c":13,"u":"hftt","s":34,"dP":1,"t":18,"uu":"hunt for the thessalhydra|hftt","n":"Hunt for the Thessalhydra"},{"id":18044,"c":13,"u":"hol","s":35,"t":18,"uu":"ravenloft: the house of lament|hol","n":"Ravenloft: The House of Lament"},{"id":18045,"c":13,"u":"hotdq","s":36,"t":18,"uu":"hoard of the dragon queen|hotdq","n":"Hoard of the Dragon Queen"},{"id":18046,"c":13,"u":"hwaitw","s":126,"dP":1,"t":18,"uu":"humblewood: adventure in the wood|hwaitw","n":"Humblewood: Adventure in the Wood"},{"id":18047,"c":13,"u":"idrotf","s":38,"t":18,"uu":"icewind dale: rime of the frostmaiden|idrotf","n":"Icewind Dale: Rime of the Frostmaiden"},{"id":18048,"c":13,"u":"jttrc","s":39,"t":18,"uu":"journeys through the radiant citadel|jttrc","n":"Journeys through the Radiant Citadel"},{"id":18049,"c":13,"u":"kftgv","s":40,"t":18,"uu":"keys from the golden vault|kftgv","n":"Keys from the Golden Vault"},{"id":18050,"c":13,"u":"kkw","s":41,"t":18,"uu":"krenko's way|kkw","n":"Krenko's Way"},{"id":18051,"c":13,"u":"lmop","s":42,"t":18,"uu":"lost mine of phandelver|lmop","n":"Lost Mine of Phandelver"},{"id":18052,"c":13,"u":"lox","s":43,"t":18,"uu":"light of xaryxis|lox","n":"Light of Xaryxis"},{"id":18053,"c":13,"u":"lox","s":43,"t":18,"uu":"light of xaryxis|lox","n":"Spelljammer: Light of Xaryxis"},{"id":18054,"c":13,"u":"lrdt","s":44,"dP":1,"t":18,"uu":"red dragon's tale: a lego adventure|lrdt","n":"Red Dragon's Tale: A LEGO Adventure"},{"id":18055,"c":13,"u":"mot-nss","s":46,"t":18,"uu":"theros: no silent secret|mot","n":"Theros: No Silent Secret"},{"id":18056,"c":13,"u":"oota","s":49,"t":18,"uu":"out of the abyss|oota","n":"Out of the Abyss"},{"id":18057,"c":13,"u":"oow","s":50,"t":18,"uu":"the orrery of the wanderer|oow","n":"The Orrery of the Wanderer"},{"id":18058,"c":13,"u":"pabtso","s":51,"t":18,"uu":"phandelver and below: the shattered obelisk|pabtso","n":"Phandelver and Below: The Shattered Obelisk"},{"id":18059,"c":13,"u":"pota","s":53,"t":18,"uu":"princes of the apocalypse|pota","n":"Princes of the Apocalypse"},{"id":18060,"c":13,"u":"qftis","s":54,"t":18,"uu":"quests from the infinite staircase|qftis","n":"Quests from the Infinite Staircase"},{"id":18061,"c":13,"u":"rmbre","s":55,"dP":1,"t":18,"uu":"the lost dungeon of rickedness: big rick energy|rmbre","n":"The Lost Dungeon of Rickedness: Big Rick Energy"},{"id":18062,"c":13,"u":"rot","s":56,"t":18,"uu":"rise of tiamat|rot","n":"Rise of Tiamat"},{"id":18063,"c":13,"u":"scc-arir","s":127,"t":18,"uu":"strixhaven: a reckoning in ruins|scc-arir","n":"Strixhaven: A Reckoning in Ruins"},{"id":18064,"c":13,"u":"scc-ck","s":128,"t":18,"uu":"strixhaven: campus kerfuffle|scc-ck","n":"Strixhaven: Campus Kerfuffle"},{"id":18065,"c":13,"u":"scc-hfmt","s":129,"t":18,"uu":"strixhaven: hunt for mage tower|scc-hfmt","n":"Strixhaven: Hunt for Mage Tower"},{"id":18066,"c":13,"u":"scc-tmm","s":130,"t":18,"uu":"strixhaven: the magister's masquerade|scc-tmm","n":"Strixhaven: The Magister's Masquerade"},{"id":18067,"c":13,"u":"sdw","s":58,"t":18,"uu":"essentials kit: sleeping dragon's wake|sdw","n":"Essentials Kit: Sleeping Dragon's Wake"},{"id":18068,"c":13,"u":"skt","s":59,"t":18,"uu":"storm king's thunder|skt","n":"Storm King's Thunder"},{"id":18069,"c":13,"u":"slw","s":60,"t":18,"uu":"essentials kit: storm lord's wrath|slw","n":"Essentials Kit: Storm Lord's Wrath"},{"id":18070,"c":13,"u":"tftyp-atg","s":131,"t":18,"uu":"tales from the yawning portal: against the giants|tftyp-atg","n":"Tales from the Yawning Portal: Against the Giants"},{"id":18071,"c":13,"u":"tftyp-dit","s":132,"t":18,"uu":"tales from the yawning portal: dead in thay|tftyp-dit","n":"Tales from the Yawning Portal: Dead in Thay"},{"id":18072,"c":13,"u":"tftyp-tfof","s":133,"t":18,"uu":"tales from the yawning portal: the forge of fury|tftyp-tfof","n":"Tales from the Yawning Portal: The Forge of Fury"},{"id":18073,"c":13,"u":"tftyp-thsot","s":134,"t":18,"uu":"tales from the yawning portal: the hidden shrine of tamoachan|tftyp-thsot","n":"Tales from the Yawning Portal: The Hidden Shrine of Tamoachan"},{"id":18074,"c":13,"u":"tftyp-toh","s":135,"t":18,"uu":"tales from the yawning portal: tomb of horrors|tftyp-toh","n":"Tales from the Yawning Portal: Tomb of Horrors"},{"id":18075,"c":13,"u":"tftyp-tsc","s":136,"t":18,"uu":"tales from the yawning portal: the sunless citadel|tftyp-tsc","n":"Tales from the Yawning Portal: The Sunless Citadel"},{"id":18076,"c":13,"u":"tftyp-wpm","s":137,"t":18,"uu":"tales from the yawning portal: white plume mountain|tftyp-wpm","n":"Tales from the Yawning Portal: White Plume Mountain"},{"id":18077,"c":13,"u":"toa","s":63,"t":18,"uu":"tomb of annihilation|toa","n":"Tomb of Annihilation"},{"id":18078,"c":13,"u":"tofw","s":65,"t":18,"uu":"turn of fortune's wheel|tofw","n":"Turn of Fortune's Wheel"},{"id":18079,"c":13,"u":"tor","s":138,"dP":1,"t":18,"uu":"wildemount: tide of retribution|tor","n":"Wildemount: Tide of Retribution"},{"id":18080,"c":13,"u":"us","s":139,"dP":1,"t":18,"uu":"wildemount: unwelcome spirits|us","n":"Wildemount: Unwelcome Spirits"},{"id":18081,"c":13,"u":"veor","s":66,"t":18,"uu":"vecna: eve of ruin|veor","n":"Vecna: Eve of Ruin"},{"id":18082,"c":13,"u":"vnotee","s":120,"t":18,"uu":"vecna: nest of the eldritch eye|vnotee","n":"Vecna: Nest of the Eldritch Eye"},{"id":18083,"c":13,"u":"wbtw","s":69,"t":18,"uu":"the wild beyond the witchlight|wbtw","n":"The Wild Beyond the Witchlight"},{"id":18084,"c":13,"u":"wdh","s":70,"t":18,"uu":"waterdeep: dragon heist|wdh","n":"Waterdeep: Dragon Heist"},{"id":18085,"c":13,"u":"wdmm","s":71,"t":18,"uu":"waterdeep: dungeon of the mad mage|wdmm","n":"Waterdeep: Dungeon of the Mad Mage"},{"id":18086,"c":13,"u":"aitfr-avt","s":105,"t":18,"uu":"adventures in the forgotten realms: a verdant tomb|aitfr-avt","n":"Adventures in the Forgotten Realms: A Verdant Tomb"},{"id":18087,"c":13,"u":"aitfr-dn","s":73,"t":18,"uu":"adventures in the forgotten realms: deepest night|aitfr-dn","n":"Adventures in the Forgotten Realms: Deepest Night"},{"id":18088,"c":13,"u":"aitfr-fcd","s":74,"t":18,"uu":"adventures in the forgotten realms: from cyan depths|aitfr-fcd","n":"Adventures in the Forgotten Realms: From Cyan Depths"},{"id":18089,"c":13,"u":"aitfr-isf","s":75,"t":18,"uu":"adventures in the forgotten realms: in scarlet flames|aitfr-isf","n":"Adventures in the Forgotten Realms: In Scarlet Flames"},{"id":18090,"c":13,"u":"aitfr-thp","s":76,"t":18,"uu":"adventures in the forgotten realms: the hidden page|aitfr-thp","n":"Adventures in the Forgotten Realms: The Hidden Page"},{"id":18091,"c":13,"u":"azfyt","s":113,"t":18,"uu":"a zib for your thoughts|azfyt","n":"A Zib for Your Thoughts"},{"id":18092,"c":13,"u":"hfstcm","s":121,"t":18,"uu":"heroes' feast: saving the childrens menu|hfstcm","n":"Heroes' Feast: Saving the Childrens Menu"},{"id":18093,"c":13,"u":"imr","s":80,"t":18,"uu":"infernal machine rebuild|imr","n":"Infernal Machine Rebuild"},{"id":18094,"c":13,"u":"lk","s":140,"t":18,"uu":"lightning keep|lk","n":"Lightning Keep"},{"id":18095,"c":13,"u":"llk","s":81,"t":18,"uu":"lost laboratory of kwalish|llk","n":"Lost Laboratory of Kwalish"},{"id":18096,"c":13,"u":"lr","s":82,"t":18,"uu":"locathah rising|lr","n":"Locathah Rising"},{"id":18097,"c":13,"u":"nrh-ass","s":89,"t":18,"uu":"nerds restoring harmony: a sticky situation|nrh-ass","n":"NERDS Restoring Harmony: A Sticky Situation"},{"id":18098,"c":13,"u":"nrh-at","s":90,"t":18,"uu":"nerds restoring harmony: adventure together|nrh-at","n":"NERDS Restoring Harmony: Adventure Together"},{"id":18099,"c":13,"u":"nrh-avitw","s":91,"t":18,"uu":"nerds restoring harmony: a voice in the wilderness|nrh-avitw","n":"NERDS Restoring Harmony: A Voice in the Wilderness"},{"id":18100,"c":13,"u":"nrh-awol","s":92,"t":18,"uu":"nerds restoring harmony: a web of lies|nrh-awol","n":"NERDS Restoring Harmony: A Web of Lies"},{"id":18101,"c":13,"u":"nrh-coi","s":93,"t":18,"uu":"nerds restoring harmony: circus of illusion|nrh-coi","n":"NERDS Restoring Harmony: Circus of Illusion"},{"id":18102,"c":13,"u":"nrh-tcmc","s":94,"t":18,"uu":"nerds restoring harmony: the candy mountain caper|nrh-tcmc","n":"NERDS Restoring Harmony: The Candy Mountain Caper"},{"id":18103,"c":13,"u":"nrh-tlt","s":115,"t":18,"uu":"nerds restoring harmony: the lost tomb|nrh-tlt","n":"NERDS Restoring Harmony: The Lost Tomb"},{"id":18104,"c":13,"u":"pip","s":141,"t":18,"uu":"peril in pinebrook|pip","n":"Peril in Pinebrook"},{"id":18105,"c":13,"u":"rtg","s":101,"t":18,"uu":"return to the glory|rtg","n":"Return to the Glory"},{"id":18106,"c":13,"u":"scoee","s":142,"t":18,"uu":"scions of elemental evil|scoee","n":"Scions of Elemental Evil"},{"id":18107,"c":13,"u":"sja","s":143,"t":18,"uu":"spelljammer academy|sja","n":"Spelljammer Academy"},{"id":18108,"c":13,"u":"tlk","s":144,"t":18,"uu":"the lost kenku|tlk","n":"The Lost Kenku"},{"id":18109,"c":13,"u":"ttp","s":102,"t":18,"uu":"the tortle package|ttp","n":"The Tortle Package"},{"id":18110,"c":13,"u":"uthftlh","s":117,"t":18,"uu":"uni and the hunt for the lost horn|uthftlh","n":"Uni and the Hunt for the Lost Horn"},{"id":18111,"c":13,"u":"xmts","s":118,"t":18,"uu":"x marks the spot|xmts","n":"X Marks the Spot"},{"id":18112,"c":44,"u":"bgg","s":0,"t":19,"uu":"bigby presents: glory of the giants|bgg","n":"Bigby Presents: Glory of the Giants"},{"id":18113,"c":44,"u":"bmt","s":1,"t":19,"uu":"the book of many things|bmt","n":"The Book of Many Things"},{"id":18114,"c":44,"u":"dmtcrg","s":145,"t":19,"uu":"the deck of many things: card reference guide|dmtcrg","n":"The Deck of Many Things: Card Reference Guide"},{"id":18115,"c":44,"u":"ftd","s":2,"t":19,"uu":"fizban's treasury of dragons|ftd","n":"Fizban's Treasury of Dragons"},{"id":18116,"c":44,"u":"mpmm","s":3,"t":19,"uu":"mordenkainen presents: monsters of the multiverse|mpmm","n":"Mordenkainen Presents: Monsters of the Multiverse"},{"id":18117,"c":44,"u":"sac","s":146,"t":19,"uu":"sage advice compendium|sac","n":"Sage Advice Compendium"},{"id":18118,"c":44,"u":"scag","s":107,"t":19,"uu":"sword coast adventurer's guide|scag","n":"Sword Coast Adventurer's Guide"},{"id":18119,"c":44,"u":"screendungeonkit","s":147,"t":19,"uu":"dungeon master's screen: dungeon kit|screendungeonkit","n":"Dungeon Master's Screen: Dungeon Kit"},{"id":18120,"c":44,"u":"screenwildernesskit","s":148,"t":19,"uu":"dungeon master's screen: wilderness kit|screenwildernesskit","n":"Dungeon Master's Screen: Wilderness Kit"},{"id":18121,"c":44,"u":"tce","s":4,"t":19,"uu":"tasha's cauldron of everything|tce","n":"Tasha's Cauldron of Everything"},{"id":18122,"c":44,"u":"xdmg","s":5,"t":19,"uu":"dungeon master's guide (2024)|xdmg","n":"Dungeon Master's Guide (2024)"},{"id":18123,"c":44,"u":"xge","s":6,"t":19,"uu":"xanathar's guide to everything|xge","n":"Xanathar's Guide to Everything"},{"id":18124,"c":44,"u":"xmm","s":7,"t":19,"uu":"monster manual (2025)|xmm","n":"Monster Manual (2025)"},{"id":18125,"c":44,"u":"xphb","s":8,"t":19,"uu":"player's handbook (2024)|xphb","n":"Player's Handbook (2024)"},{"id":18126,"c":44,"u":"xscreen","s":122,"t":19,"uu":"dungeon master's screen (2024)|xscreen","n":"Dungeon Master's Screen (2024)"},{"id":18127,"c":44,"u":"mabjov","s":11,"t":19,"uu":"minsc and boo's journal of villainy|mabjov","n":"Minsc and Boo's Journal of Villainy"},{"id":18128,"c":44,"u":"aag","s":103,"t":19,"uu":"astral adventurer's guide|aag","n":"Astral Adventurer's Guide"},{"id":18129,"c":44,"u":"aag","s":103,"t":19,"uu":"astral adventurer's guide|aag","n":"Spelljammer: Astral Adventurer's Guide"},{"id":18130,"c":44,"u":"ai","s":15,"t":19,"uu":"acquisitions incorporated|ai","n":"Acquisitions Incorporated"},{"id":18131,"c":44,"u":"bam","s":16,"t":19,"uu":"boo's astral menagerie|bam","n":"Boo's Astral Menagerie"},{"id":18132,"c":44,"u":"bam","s":16,"t":19,"uu":"boo's astral menagerie|bam","n":"Spelljammer: Boo's Astral Menagerie"},{"id":18133,"c":44,"u":"dmg","s":24,"t":19,"uu":"dungeon master's guide (2014)|dmg","n":"Dungeon Master's Guide (2014)"},{"id":18134,"c":44,"u":"egw","s":28,"dP":1,"t":19,"uu":"explorer's guide to wildemount|egw","n":"Explorer's Guide to Wildemount"},{"id":18135,"c":44,"u":"erlw","s":29,"t":19,"uu":"eberron: rising from the last war|erlw","n":"Eberron: Rising from the Last War"},{"id":18136,"c":44,"u":"ggr","s":31,"t":19,"uu":"guildmasters' guide to ravnica|ggr","n":"Guildmasters' Guide to Ravnica"},{"id":18137,"c":44,"u":"hf","s":149,"t":19,"uu":"heroes' feast|hf","n":"Heroes' Feast"},{"id":18138,"c":44,"u":"hffotm","s":150,"t":19,"uu":"heroes' feast flavors of the multiverse|hffotm","n":"Heroes' Feast Flavors of the Multiverse"},{"id":18139,"c":44,"u":"hwcs","s":37,"dP":1,"t":19,"uu":"humblewood campaign setting|hwcs","n":"Humblewood Campaign Setting"},{"id":18140,"c":44,"u":"mm","s":45,"t":19,"uu":"monster manual (2014)|mm","n":"Monster Manual (2014)"},{"id":18141,"c":44,"u":"mot","s":46,"t":19,"uu":"mythic odysseys of theros|mot","n":"Mythic Odysseys of Theros"},{"id":18142,"c":44,"u":"mpp","s":47,"t":19,"uu":"morte's planar parade|mpp","n":"Morte's Planar Parade"},{"id":18143,"c":44,"u":"mpp","s":47,"t":19,"uu":"morte's planar parade|mpp","n":"Planescape: Adventures in the Multiverse"},{"id":18144,"c":44,"u":"mtf","s":48,"t":19,"uu":"mordenkainen's tome of foes|mtf","n":"Mordenkainen's Tome of Foes"},{"id":18145,"c":44,"u":"paf","s":151,"t":19,"uu":"puncheons and flagons|paf","n":"Puncheons and Flagons"},{"id":18146,"c":44,"u":"phb","s":52,"t":19,"uu":"player's handbook (2014)|phb","n":"Player's Handbook (2014)"},{"id":18147,"c":44,"u":"rmr","s":152,"dP":1,"t":19,"uu":"dungeons & dragons vs. rick and morty: basic rules|rmr","n":"Dungeons & Dragons vs. Rick and Morty: Basic Rules"},{"id":18148,"c":44,"u":"sato","s":104,"t":19,"uu":"sigil and the outlands|sato","n":"Sigil and the Outlands"},{"id":18149,"c":44,"u":"sato","s":104,"t":19,"uu":"sigil and the outlands|sato","n":"Planescape: Adventures in the Multiverse"},{"id":18150,"c":44,"u":"scc","s":57,"t":19,"uu":"strixhaven: a curriculum of chaos|scc","n":"Strixhaven: A Curriculum of Chaos"},{"id":18151,"c":44,"u":"screen","s":153,"t":19,"uu":"dungeon master's screen|screen","n":"Dungeon Master's Screen"},{"id":18152,"c":44,"u":"screenspelljammer","s":154,"t":19,"uu":"dungeon master's screen: spelljammer|screenspelljammer","n":"Dungeon Master's Screen: Spelljammer"},{"id":18153,"c":44,"u":"td","s":155,"dP":1,"t":19,"uu":"tarot deck|td","n":"Tarot Deck"},{"id":18154,"c":44,"u":"tdcsr","s":61,"dP":1,"t":19,"uu":"tal'dorei campaign setting reborn|tdcsr","n":"Tal'Dorei Campaign Setting Reborn"},{"id":18155,"c":44,"u":"tob1-2023","s":64,"dP":1,"t":19,"uu":"tome of beasts 1 (2023 edition)|tob1-2023","n":"Tome of Beasts 1 (2023 Edition)"},{"id":18156,"c":44,"u":"vgm","s":67,"t":19,"uu":"volo's guide to monsters|vgm","n":"Volo's Guide to Monsters"},{"id":18157,"c":44,"u":"vrgr","s":68,"t":19,"uu":"van richten's guide to ravenloft|vrgr","n":"Van Richten's Guide to Ravenloft"},{"id":18158,"c":44,"u":"aatm","s":72,"t":19,"uu":"adventure atlas: the mortuary|aatm","n":"Adventure Atlas: The Mortuary"},{"id":18159,"c":44,"u":"al","s":156,"t":19,"uu":"adventurers league|al","n":"Adventurers League"},{"id":18160,"c":44,"u":"dod","s":78,"t":19,"uu":"domains of delight|dod","n":"Domains of Delight"},{"id":18161,"c":44,"u":"hat-tg","s":79,"t":19,"uu":"thieves' gallery|hat-tg","n":"Thieves' Gallery"},{"id":18162,"c":44,"u":"mcv4ec","s":86,"t":19,"uu":"monstrous compendium volume 4: eldraine creatures|mcv4ec","n":"Monstrous Compendium Volume 4: Eldraine Creatures"},{"id":18163,"c":44,"u":"oga","s":116,"t":19,"uu":"one grung above|oga","n":"One Grung Above"},{"id":18164,"c":44,"u":"ps-a","s":95,"t":19,"uu":"plane shift: amonkhet|psa","n":"Plane Shift: Amonkhet"},{"id":18165,"c":44,"u":"ps-d","s":96,"t":19,"uu":"plane shift: dominaria|psd","n":"Plane Shift: Dominaria"},{"id":18166,"c":44,"u":"ps-i","s":97,"t":19,"uu":"plane shift: innistrad|psi","n":"Plane Shift: Innistrad"},{"id":18167,"c":44,"u":"ps-k","s":98,"t":19,"uu":"plane shift: kaladesh|psk","n":"Plane Shift: Kaladesh"},{"id":18168,"c":44,"u":"ps-x","s":99,"t":19,"uu":"plane shift: ixalan|psx","n":"Plane Shift: Ixalan"},{"id":18169,"c":44,"u":"ps-z","s":100,"t":19,"uu":"plane shift: zendikar|psz","n":"Plane Shift: Zendikar"},{"id":18171,"c":18,"u":"bookref-quick,0,beyond%201st%20level","p":15,"h":1,"n":"Beyond 1st Level","s":52},{"id":18172,"c":18,"u":"bookref-quick,0,languages","p":123,"h":1,"n":"Languages","s":52},{"id":18173,"c":18,"u":"bookref-quick,0,multiclassing","p":163,"h":1,"n":"Multiclassing","s":52},{"id":18174,"c":18,"u":"bookref-quick,0,step-by-step%20characters","p":11,"h":1,"n":"Step-by-Step Characters","s":52},{"id":18176,"c":18,"u":"bookref-quick,1,adventuring%20gear","p":148,"h":1,"n":"Adventuring Gear","s":52},{"id":18177,"c":18,"u":"bookref-quick,1,armor%20and%20shields","p":144,"h":1,"n":"Armor and Shields","s":52},{"id":18178,"c":18,"u":"bookref-quick,1,attunement","p":136,"h":1,"n":"Attunement","s":24},{"id":18179,"c":18,"u":"bookref-quick,1,expenses","p":157,"h":1,"n":"Expenses","s":52},{"id":18180,"c":18,"u":"bookref-quick,1,spellcasting%20services","p":159,"h":1,"n":"Spellcasting Services","s":52},{"id":18181,"c":18,"u":"bookref-quick,1,mounts%20and%20vehicles","p":155,"h":1,"n":"Mounts and Vehicles","s":52},{"id":18182,"c":18,"u":"bookref-quick,1,starting%20equipment","p":143,"h":1,"n":"Starting Equipment","s":52},{"id":18183,"c":18,"u":"bookref-quick,1,tools","p":154,"h":1,"n":"Tools","s":52},{"id":18184,"c":18,"u":"bookref-quick,1,trade%20goods","p":157,"h":1,"n":"Trade Goods","s":52},{"id":18185,"c":18,"u":"bookref-quick,1,wealth","p":143,"h":1,"n":"Wealth","s":52},{"id":18186,"c":18,"u":"bookref-quick,1,selling%20treasure","p":144,"h":1,"n":"Selling Treasure","s":52},{"id":18187,"c":18,"u":"bookref-quick,1,weapons","p":146,"h":1,"n":"Weapons","s":52},{"id":18188,"c":18,"u":"bookref-quick,1,weapon%20proficiency","p":146,"h":1,"n":"Weapon Proficiency","s":52},{"id":18189,"c":18,"u":"bookref-quick,1,improvised%20weapons","p":147,"h":1,"n":"Improvised Weapons","s":52},{"id":18190,"c":18,"u":"bookref-quick,1,silvered%20weapons","p":148,"h":1,"n":"Silvered Weapons","s":52},{"id":18192,"c":18,"u":"bookref-quick,2,ability%20checks","p":174,"h":1,"n":"Ability Checks","s":52},{"id":18193,"c":18,"u":"bookref-quick,2,contests","p":174,"h":1,"n":"Contests","s":52},{"id":18194,"c":18,"u":"bookref-quick,2,passive%20checks","p":175,"h":1,"n":"Passive Checks","s":52},{"id":18195,"c":18,"u":"bookref-quick,2,group%20checks","p":175,"h":1,"n":"Group Checks","s":52},{"id":18196,"c":18,"u":"bookref-quick,2,ability%20scores%20and%20modifiers","p":173,"h":1,"n":"Ability Scores and Modifiers","s":52},{"id":18197,"c":18,"u":"bookref-quick,2,advantage%20and%20disadvantage","p":173,"h":1,"n":"Advantage and Disadvantage","s":52},{"id":18198,"c":18,"u":"bookref-quick,2,casting%20a%20spell","p":202,"h":1,"n":"Casting a Spell","s":52},{"id":18199,"c":18,"u":"bookref-quick,2,areas%20of%20effect","p":204,"h":1,"n":"Areas of Effect","s":52},{"id":18200,"c":18,"u":"bookref-quick,2,conditions","p":289,"h":1,"n":"Conditions","s":52},{"id":18201,"c":18,"u":"bookref-quick,2,falling","p":77,"h":1,"n":"Falling","s":6},{"id":18202,"c":18,"u":"bookref-quick,2,food%20and%20water","p":185,"h":1,"n":"Food and Water","s":52},{"id":18203,"c":18,"u":"bookref-quick,2,hiding","p":177,"h":1,"n":"Hiding","s":52},{"id":18204,"c":18,"u":"bookref-quick,2,how%20to%20play","p":6,"h":1,"n":"How to Play","s":52},{"id":18205,"c":18,"u":"bookref-quick,2,interacting%20with%20objects","p":185,"h":1,"n":"Interacting with Objects","s":52},{"id":18206,"c":18,"u":"bookref-quick,2,proficiency%20bonus","p":173,"h":1,"n":"Proficiency Bonus","s":52},{"id":18207,"c":18,"u":"bookref-quick,2,resting","p":186,"h":1,"n":"Resting","s":52},{"id":18208,"c":18,"u":"bookref-quick,2,saving%20throws","p":179,"h":1,"n":"Saving Throws","s":52},{"id":18209,"c":18,"u":"bookref-quick,2,simultaneous%20effects","p":77,"h":1,"n":"Simultaneous Effects","s":6},{"id":18210,"c":18,"u":"bookref-quick,2,skills","p":174,"h":1,"n":"Skills","s":52},{"id":18211,"c":18,"u":"bookref-quick,2,sleep","p":77,"h":1,"n":"Sleep","s":6},{"id":18212,"c":18,"u":"bookref-quick,2,suffocating","p":183,"h":1,"n":"Suffocating","s":52},{"id":18213,"c":18,"u":"bookref-quick,2,tying%20knots","p":78,"h":1,"n":"Tying Knots","s":6},{"id":18214,"c":18,"u":"bookref-quick,2,using%20each%20ability","p":175,"h":1,"n":"Using Each Ability","s":52},{"id":18215,"c":18,"u":"bookref-quick,2,lifting%20and%20carrying","p":176,"h":1,"n":"Lifting and Carrying","s":52},{"id":18216,"c":18,"u":"bookref-quick,2,vision%20and%20light","p":183,"h":1,"n":"Vision and Light","s":52},{"id":18218,"c":18,"u":"bookref-quick,3,actions%20in%20combat","p":192,"h":1,"n":"Actions in Combat","s":52},{"id":18219,"c":18,"u":"bookref-quick,3,cover","p":196,"h":1,"n":"Cover","s":52},{"id":18220,"c":18,"u":"bookref-quick,3,damage%20and%20healing","p":196,"h":1,"n":"Damage and Healing","s":52},{"id":18221,"c":18,"u":"bookref-quick,3,knocking%20a%20creature%20out","p":198,"h":1,"n":"Knocking a Creature Out","s":52},{"id":18222,"c":18,"u":"bookref-quick,3,temporary%20hit%20points","p":198,"h":1,"n":"Temporary Hit Points","s":52},{"id":18223,"c":18,"u":"bookref-quick,3,making%20an%20attack","p":193,"h":1,"n":"Making an Attack","s":52},{"id":18224,"c":18,"u":"bookref-quick,3,ranged%20attacks","p":195,"h":1,"n":"Ranged Attacks","s":52},{"id":18225,"c":18,"u":"bookref-quick,3,two-weapon%20fighting","p":195,"h":1,"n":"Two-Weapon Fighting","s":52},{"id":18226,"c":18,"u":"bookref-quick,3,mounted%20combat","p":198,"h":1,"n":"Mounted Combat","s":52},{"id":18227,"c":18,"u":"bookref-quick,3,movement%20and%20position","p":190,"h":1,"n":"Movement and Position","s":52},{"id":18228,"c":18,"u":"bookref-quick,3,breaking%20up%20your%20move","p":190,"h":1,"n":"Breaking Up Your Move","s":52},{"id":18229,"c":18,"u":"bookref-quick,3,difficult%20terrain","p":190,"h":1,"n":"Difficult Terrain","s":52},{"id":18230,"c":18,"u":"bookref-quick,3,flying%20movement","p":191,"h":1,"n":"Flying Movement","s":52},{"id":18231,"c":18,"u":"bookref-quick,3,the%20order%20of%20combat","p":189,"h":1,"n":"The Order of Combat","s":52},{"id":18232,"c":18,"u":"bookref-quick,3,surprise","p":189,"h":1,"n":"Surprise","s":52},{"id":18233,"c":18,"u":"bookref-quick,3,underwater%20combat","p":198,"h":1,"n":"Underwater Combat","s":52},{"id":18235,"c":18,"u":"bookref-quick,4,climbing%2c%20swimming%2c%20and%20crawling","p":182,"h":1,"n":"Climbing, Swimming, and Crawling","s":52},{"id":18236,"c":18,"u":"bookref-quick,4,difficult%20terrain","p":182,"h":1,"n":"Difficult Terrain","s":52},{"id":18237,"c":18,"u":"bookref-quick,4,jumping","p":182,"h":1,"n":"Jumping","s":52},{"id":18238,"c":18,"u":"bookref-quick,4,travel%20pace","p":181,"h":1,"n":"Travel Pace","s":52},{"id":18239,"c":14,"u":"abbathor_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"abbathor|dwarven|scag","n":"Abbathor"},{"id":18240,"c":14,"u":"aerdrie%20faenya_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"aerdrie faenya|elven|scag","n":"Aerdrie Faenya"},{"id":18241,"c":14,"u":"akadi_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"akadi|faerûnian|scag","n":"Akadi"},{"id":18242,"c":14,"u":"amaunator_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"amaunator|faerûnian|scag","n":"Amaunator"},{"id":18243,"c":14,"u":"angharradh_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"angharradh|elven|scag","n":"Angharradh"},{"id":18244,"c":14,"u":"arvoreen_halfling_scag","p":23,"s":107,"h":1,"t":20,"uu":"arvoreen|halfling|scag","n":"Arvoreen"},{"id":18245,"c":14,"u":"asmodeus_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"asmodeus|faerûnian|scag","n":"Asmodeus"},{"id":18246,"c":14,"u":"auril_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"auril|faerûnian|scag","n":"Auril"},{"id":18247,"c":14,"u":"azuth_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"azuth|faerûnian|scag","n":"Azuth"},{"id":18248,"c":14,"u":"baervan%20wildwanderer_gnomish_scag","p":24,"s":107,"h":1,"t":20,"uu":"baervan wildwanderer|gnomish|scag","n":"Baervan Wildwanderer"},{"id":18249,"c":14,"u":"bahgtru_orc_scag","p":24,"s":107,"h":1,"t":20,"uu":"bahgtru|orc|scag","n":"Bahgtru"},{"id":18250,"c":14,"u":"bane_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"bane|faerûnian|scag","n":"Bane"},{"id":18251,"c":14,"u":"baravar%20cloakshadow_gnomish_scag","p":24,"s":107,"h":1,"t":20,"uu":"baravar cloakshadow|gnomish|scag","n":"Baravar Cloakshadow"},{"id":18252,"c":14,"u":"berronar%20truesilver_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"berronar truesilver|dwarven|scag","n":"Berronar Truesilver"},{"id":18253,"c":14,"u":"beshaba_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"beshaba|faerûnian|scag","n":"Beshaba"},{"id":18254,"c":14,"u":"bhaal_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"bhaal|faerûnian|scag","n":"Bhaal"},{"id":18255,"c":14,"u":"brandobaris_halfling_scag","p":23,"s":107,"h":1,"t":20,"uu":"brandobaris|halfling|scag","n":"Brandobaris"},{"id":18256,"c":14,"u":"callarduran%20smoothhands_gnomish_scag","p":24,"s":107,"h":1,"t":20,"uu":"callarduran smoothhands|gnomish|scag","n":"Callarduran Smoothhands"},{"id":18257,"c":14,"u":"chauntea_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"chauntea|faerûnian|scag","n":"Chauntea"},{"id":18258,"c":14,"u":"clangeddin%20silverbeard_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"clangeddin silverbeard|dwarven|scag","n":"Clangeddin Silverbeard"},{"id":18259,"c":14,"u":"corellon%20larethian_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"corellon larethian|elven|scag","n":"Corellon Larethian"},{"id":18260,"c":14,"u":"cyric_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"cyric|faerûnian|scag","n":"Cyric"},{"id":18261,"c":14,"u":"cyrrollalee_halfling_scag","p":23,"s":107,"h":1,"t":20,"uu":"cyrrollalee|halfling|scag","n":"Cyrrollalee"},{"id":18262,"c":14,"u":"deep%20duerra_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"deep duerra|dwarven|scag","n":"Deep Duerra"},{"id":18263,"c":14,"u":"deep%20sashelas_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"deep sashelas|elven|scag","n":"Deep Sashelas"},{"id":18264,"c":14,"u":"deneir_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"deneir|faerûnian|scag","n":"Deneir"},{"id":18265,"c":14,"u":"dugmaren%20brightmantle_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"dugmaren brightmantle|dwarven|scag","n":"Dugmaren Brightmantle"},{"id":18266,"c":14,"u":"dumathoin_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"dumathoin|dwarven|scag","n":"Dumathoin"},{"id":18267,"c":14,"u":"eilistraee_drow_scag","p":23,"s":107,"h":1,"t":20,"uu":"eilistraee|drow|scag","n":"Eilistraee"},{"id":18268,"c":14,"u":"eldath_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"eldath|faerûnian|scag","n":"Eldath"},{"id":18269,"c":14,"u":"erevan%20ilesere_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"erevan ilesere|elven|scag","n":"Erevan Ilesere"},{"id":18270,"c":14,"u":"fenmarel%20mestarine_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"fenmarel mestarine|elven|scag","n":"Fenmarel Mestarine"},{"id":18271,"c":14,"u":"flandal%20steelskin_gnomish_scag","p":24,"s":107,"h":1,"t":20,"uu":"flandal steelskin|gnomish|scag","n":"Flandal Steelskin"},{"id":18272,"c":14,"u":"gaerdal%20ironhand_gnomish_scag","p":24,"s":107,"h":1,"t":20,"uu":"gaerdal ironhand|gnomish|scag","n":"Gaerdal Ironhand"},{"id":18273,"c":14,"u":"garl%20glittergold_gnomish_scag","p":24,"s":107,"h":1,"t":20,"uu":"garl glittergold|gnomish|scag","n":"Garl Glittergold"},{"id":18274,"c":14,"u":"gond_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"gond|faerûnian|scag","n":"Gond"},{"id":18275,"c":14,"u":"gorm%20gulthyn_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"gorm gulthyn|dwarven|scag","n":"Gorm Gulthyn"},{"id":18276,"c":14,"u":"grumbar_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"grumbar|faerûnian|scag","n":"Grumbar"},{"id":18277,"c":14,"u":"gruumsh_orc_scag","p":24,"s":107,"h":1,"t":20,"uu":"gruumsh|orc|scag","n":"Gruumsh"},{"id":18278,"c":14,"u":"gwaeron%20windstrom_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"gwaeron windstrom|faerûnian|scag","n":"Gwaeron Windstrom"},{"id":18279,"c":14,"u":"haela%20brightaxe_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"haela brightaxe|dwarven|scag","n":"Haela Brightaxe"},{"id":18280,"c":14,"u":"hanali%20celanil_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"hanali celanil|elven|scag","n":"Hanali Celanil"},{"id":18281,"c":14,"u":"helm_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"helm|faerûnian|scag","n":"Helm"},{"id":18282,"c":14,"u":"hoar_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"hoar|faerûnian|scag","n":"Hoar"},{"id":18283,"c":14,"u":"ilmater_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"ilmater|faerûnian|scag","n":"Ilmater"},{"id":18284,"c":14,"u":"ilneval_orc_scag","p":24,"s":107,"h":1,"t":20,"uu":"ilneval|orc|scag","n":"Ilneval"},{"id":18285,"c":14,"u":"istishia_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"istishia|faerûnian|scag","n":"Istishia"},{"id":18286,"c":14,"u":"jergal_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"jergal|faerûnian|scag","n":"Jergal"},{"id":18287,"c":14,"u":"kelemvor_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"kelemvor|faerûnian|scag","n":"Kelemvor"},{"id":18288,"c":14,"u":"kiaransalee_drow_scag","p":23,"s":107,"h":1,"t":20,"uu":"kiaransalee|drow|scag","n":"Kiaransalee"},{"id":18289,"c":14,"u":"kossuth_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"kossuth|faerûnian|scag","n":"Kossuth"},{"id":18290,"c":14,"u":"labelas%20enoreth_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"labelas enoreth|elven|scag","n":"Labelas Enoreth"},{"id":18291,"c":14,"u":"laduguer_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"laduguer|dwarven|scag","n":"Laduguer"},{"id":18292,"c":14,"u":"lathander_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"lathander|faerûnian|scag","n":"Lathander"},{"id":18293,"c":14,"u":"leira_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"leira|faerûnian|scag","n":"Leira"},{"id":18294,"c":14,"u":"lliira_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"lliira|faerûnian|scag","n":"Lliira"},{"id":18295,"c":14,"u":"lolth_drow_scag","p":23,"s":107,"h":1,"t":20,"uu":"lolth|drow|scag","n":"Lolth"},{"id":18296,"c":14,"u":"loviatar_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"loviatar|faerûnian|scag","n":"Loviatar"},{"id":18297,"c":14,"u":"luthic_orc_scag","p":24,"s":107,"h":1,"t":20,"uu":"luthic|orc|scag","n":"Luthic"},{"id":18298,"c":14,"u":"malar_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"malar|faerûnian|scag","n":"Malar"},{"id":18299,"c":14,"u":"marthammor%20duin_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"marthammor duin|dwarven|scag","n":"Marthammor Duin"},{"id":18300,"c":14,"u":"mask_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"mask|faerûnian|scag","n":"Mask"},{"id":18301,"c":14,"u":"mielikki_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"mielikki|faerûnian|scag","n":"Mielikki"},{"id":18302,"c":14,"u":"milil_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"milil|faerûnian|scag","n":"Milil"},{"id":18303,"c":14,"u":"moradin_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"moradin|dwarven|scag","n":"Moradin"},{"id":18304,"c":14,"u":"myrkul_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"myrkul|faerûnian|scag","n":"Myrkul"},{"id":18305,"c":14,"u":"mystra_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"mystra|faerûnian|scag","n":"Mystra"},{"id":18306,"c":14,"u":"nebelun_gnomish_scag","p":24,"s":107,"h":1,"t":20,"uu":"nebelun|gnomish|scag","n":"Nebelun"},{"id":18307,"c":14,"u":"oghma_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"oghma|faerûnian|scag","n":"Oghma"},{"id":18308,"c":14,"u":"rillifane%20rallathil_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"rillifane rallathil|elven|scag","n":"Rillifane Rallathil"},{"id":18309,"c":14,"u":"savras_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"savras|faerûnian|scag","n":"Savras"},{"id":18310,"c":14,"u":"segojan%20earthcaller_gnomish_scag","p":24,"s":107,"h":1,"t":20,"uu":"segojan earthcaller|gnomish|scag","n":"Segojan Earthcaller"},{"id":18311,"c":14,"u":"sehanine%20moonbow_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"sehanine moonbow|elven|scag","n":"Sehanine Moonbow"},{"id":18312,"c":14,"u":"selvetarm_drow_scag","p":23,"s":107,"h":1,"t":20,"uu":"selvetarm|drow|scag","n":"Selvetarm"},{"id":18313,"c":14,"u":"sel%c3%bbne_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"selûne|faerûnian|scag","n":"Selune"},{"id":18314,"c":14,"u":"shar_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"shar|faerûnian|scag","n":"Shar"},{"id":18315,"c":14,"u":"shargaas_orc_scag","p":24,"s":107,"h":1,"t":20,"uu":"shargaas|orc|scag","n":"Shargaas"},{"id":18316,"c":14,"u":"sharindlar_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"sharindlar|dwarven|scag","n":"Sharindlar"},{"id":18317,"c":14,"u":"sheela%20peryroyl_halfling_scag","p":23,"s":107,"h":1,"t":20,"uu":"sheela peryroyl|halfling|scag","n":"Sheela Peryroyl"},{"id":18318,"c":14,"u":"shevarash_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"shevarash|elven|scag","n":"Shevarash"},{"id":18319,"c":14,"u":"silvanus_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"silvanus|faerûnian|scag","n":"Silvanus"},{"id":18320,"c":14,"u":"solonor%20thelandira_elven_scag","p":23,"s":107,"h":1,"t":20,"uu":"solonor thelandira|elven|scag","n":"Solonor Thelandira"},{"id":18321,"c":14,"u":"sune_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"sune|faerûnian|scag","n":"Sune"},{"id":18322,"c":14,"u":"talona_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"talona|faerûnian|scag","n":"Talona"},{"id":18323,"c":14,"u":"talos_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"talos|faerûnian|scag","n":"Talos"},{"id":18324,"c":14,"u":"tempus_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"tempus|faerûnian|scag","n":"Tempus"},{"id":18325,"c":14,"u":"the%20red%20knight_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"the red knight|faerûnian|scag","n":"The Red Knight"},{"id":18326,"c":14,"u":"torm_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"torm|faerûnian|scag","n":"Torm"},{"id":18327,"c":14,"u":"tymora_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"tymora|faerûnian|scag","n":"Tymora"},{"id":18328,"c":14,"u":"tyr_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"tyr|faerûnian|scag","n":"Tyr"},{"id":18329,"c":14,"u":"umberlee_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"umberlee|faerûnian|scag","n":"Umberlee"},{"id":18330,"c":14,"u":"urdlen_gnomish_scag","p":24,"s":107,"h":1,"t":20,"uu":"urdlen|gnomish|scag","n":"Urdlen"},{"id":18331,"c":14,"u":"urogalan_halfling_scag","p":23,"s":107,"h":1,"t":20,"uu":"urogalan|halfling|scag","n":"Urogalan"},{"id":18332,"c":14,"u":"valkur_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"valkur|faerûnian|scag","n":"Valkur"},{"id":18333,"c":14,"u":"vergadain_dwarven_scag","p":22,"s":107,"h":1,"t":20,"uu":"vergadain|dwarven|scag","n":"Vergadain"},{"id":18334,"c":14,"u":"vhaeraun_drow_scag","p":23,"s":107,"h":1,"t":20,"uu":"vhaeraun|drow|scag","n":"Vhaeraun"},{"id":18335,"c":14,"u":"waukeen_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"t":20,"uu":"waukeen|faerûnian|scag","n":"Waukeen"},{"id":18336,"c":14,"u":"yondalla_halfling_scag","p":23,"s":107,"h":1,"t":20,"uu":"yondalla|halfling|scag","n":"Yondalla"},{"id":18337,"c":14,"u":"yurtrus_orc_scag","p":24,"s":107,"h":1,"t":20,"uu":"yurtrus|orc|scag","n":"Yurtrus"},{"id":18338,"c":14,"u":"beory_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"beory|greyhawk|xdmg","n":"Beory"},{"id":18339,"c":14,"u":"berei_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"berei|greyhawk|xdmg","n":"Berei"},{"id":18340,"c":14,"u":"boccob_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"boccob|greyhawk|xdmg","n":"Boccob"},{"id":18341,"c":14,"u":"celestian_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"celestian|greyhawk|xdmg","n":"Celestian"},{"id":18342,"c":14,"u":"cuthbert_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"cuthbert|greyhawk|xdmg","n":"Cuthbert"},{"id":18343,"c":14,"u":"ehlonna_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"ehlonna|greyhawk|xdmg","n":"Ehlonna"},{"id":18344,"c":14,"u":"erythnul_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"erythnul|greyhawk|xdmg","n":"Erythnul"},{"id":18345,"c":14,"u":"fharlanghn_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"fharlanghn|greyhawk|xdmg","n":"Fharlanghn"},{"id":18346,"c":14,"u":"heironeous_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"heironeous|greyhawk|xdmg","n":"Heironeous"},{"id":18347,"c":14,"u":"hextor_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"hextor|greyhawk|xdmg","n":"Hextor"},{"id":18348,"c":14,"u":"incabulos_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"incabulos|greyhawk|xdmg","n":"Incabulos"},{"id":18349,"c":14,"u":"istus_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"istus|greyhawk|xdmg","n":"Istus"},{"id":18350,"c":14,"u":"iuz_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"iuz|greyhawk|xdmg","n":"Iuz"},{"id":18351,"c":14,"u":"kord_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"kord|greyhawk|xdmg","n":"Kord"},{"id":18352,"c":14,"u":"nerull_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"nerull|greyhawk|xdmg","n":"Nerull"},{"id":18353,"c":14,"u":"obad-hai_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"obad-hai|greyhawk|xdmg","n":"Obad-Hai"},{"id":18354,"c":14,"u":"olidammara_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"olidammara|greyhawk|xdmg","n":"Olidammara"},{"id":18355,"c":14,"u":"pelor_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"pelor|greyhawk|xdmg","n":"Pelor"},{"id":18356,"c":14,"u":"pholtus_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"pholtus|greyhawk|xdmg","n":"Pholtus"},{"id":18357,"c":14,"u":"ralishaz_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"ralishaz|greyhawk|xdmg","n":"Ralishaz"},{"id":18358,"c":14,"u":"rao_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"rao|greyhawk|xdmg","n":"Rao"},{"id":18359,"c":14,"u":"syrul_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"syrul|greyhawk|xdmg","n":"Syrul"},{"id":18360,"c":14,"u":"tharizdun_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"tharizdun|greyhawk|xdmg","n":"Tharizdun"},{"id":18361,"c":14,"u":"trithereon_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"trithereon|greyhawk|xdmg","n":"Trithereon"},{"id":18362,"c":14,"u":"ulaa_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"ulaa|greyhawk|xdmg","n":"Ulaa"},{"id":18363,"c":14,"u":"vecna_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"vecna|greyhawk|xdmg","n":"Vecna"},{"id":18364,"c":14,"u":"wee%20jas_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"wee jas|greyhawk|xdmg","n":"Wee Jas"},{"id":18365,"c":14,"u":"asmodeus_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"asmodeus|dawn war|dmg","n":"Asmodeus"},{"id":18366,"c":14,"u":"avandra_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"avandra|dawn war|dmg","n":"Avandra"},{"id":18367,"c":14,"u":"bahamut_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"bahamut|dawn war|dmg","n":"Bahamut"},{"id":18368,"c":14,"u":"bane_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"bane|dawn war|dmg","n":"Bane"},{"id":18369,"c":14,"u":"corellon_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"corellon|dawn war|dmg","n":"Corellon"},{"id":18370,"c":14,"u":"erathis_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"erathis|dawn war|dmg","n":"Erathis"},{"id":18371,"c":14,"u":"gruumsh_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"gruumsh|dawn war|dmg","n":"Gruumsh"},{"id":18372,"c":14,"u":"ioun_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"ioun|dawn war|dmg","n":"Ioun"},{"id":18373,"c":14,"u":"kord_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"kord|dawn war|dmg","n":"Kord"},{"id":18374,"c":14,"u":"lolth_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"lolth|dawn war|dmg","n":"Lolth"},{"id":18375,"c":14,"u":"melora_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"melora|dawn war|dmg","n":"Melora"},{"id":18376,"c":14,"u":"moradin_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"moradin|dawn war|dmg","n":"Moradin"},{"id":18377,"c":14,"u":"pelor_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"pelor|dawn war|dmg","n":"Pelor"},{"id":18378,"c":14,"u":"raven%20queen_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"raven queen|dawn war|dmg","n":"Raven Queen"},{"id":18379,"c":14,"u":"sehanine_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"sehanine|dawn war|dmg","n":"Sehanine"},{"id":18380,"c":14,"u":"tharizdun_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"tharizdun|dawn war|dmg","n":"Tharizdun"},{"id":18381,"c":14,"u":"tiamat_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"tiamat|dawn war|dmg","n":"Tiamat"},{"id":18382,"c":14,"u":"torog_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"torog|dawn war|dmg","n":"Torog"},{"id":18383,"c":14,"u":"vecna_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"vecna|dawn war|dmg","n":"Vecna"},{"id":18384,"c":14,"u":"zehir_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"zehir|dawn war|dmg","n":"Zehir"},{"id":18385,"c":14,"u":"branchala_dragonlance_dsotdq","p":14,"s":27,"h":1,"t":20,"uu":"branchala|dragonlance|dsotdq","n":"Branchala"},{"id":18386,"c":14,"u":"chemosh_dragonlance_dsotdq","p":18,"s":27,"h":1,"t":20,"uu":"chemosh|dragonlance|dsotdq","n":"Chemosh"},{"id":18387,"c":14,"u":"chislev_dragonlance_dsotdq","p":16,"s":27,"h":1,"t":20,"uu":"chislev|dragonlance|dsotdq","n":"Chislev"},{"id":18388,"c":14,"u":"gilean_dragonlance_dsotdq","p":16,"s":27,"h":1,"t":20,"uu":"gilean|dragonlance|dsotdq","n":"Gilean"},{"id":18389,"c":14,"u":"habbakuk_dragonlance_dsotdq","p":14,"s":27,"h":1,"t":20,"uu":"habbakuk|dragonlance|dsotdq","n":"Habbakuk"},{"id":18390,"c":14,"u":"hiddukel_dragonlance_dsotdq","p":18,"s":27,"h":1,"t":20,"uu":"hiddukel|dragonlance|dsotdq","n":"Hiddukel"},{"id":18391,"c":14,"u":"kiri-jolith_dragonlance_dsotdq","p":14,"s":27,"h":1,"t":20,"uu":"kiri-jolith|dragonlance|dsotdq","n":"Kiri-Jolith"},{"id":18392,"c":14,"u":"lunitari_dragonlance_dsotdq","p":16,"s":27,"h":1,"t":20,"uu":"lunitari|dragonlance|dsotdq","n":"Lunitari"},{"id":18393,"c":14,"u":"majere_dragonlance_dsotdq","p":15,"s":27,"h":1,"t":20,"uu":"majere|dragonlance|dsotdq","n":"Majere"},{"id":18394,"c":14,"u":"mishakal_dragonlance_dsotdq","p":15,"s":27,"h":1,"t":20,"uu":"mishakal|dragonlance|dsotdq","n":"Mishakal"},{"id":18395,"c":14,"u":"morgion_dragonlance_dsotdq","p":18,"s":27,"h":1,"t":20,"uu":"morgion|dragonlance|dsotdq","n":"Morgion"},{"id":18396,"c":14,"u":"nuitari_dragonlance_dsotdq","p":19,"s":27,"h":1,"t":20,"uu":"nuitari|dragonlance|dsotdq","n":"Nuitari"},{"id":18397,"c":14,"u":"paladine_dragonlance_dsotdq","p":14,"s":27,"h":1,"t":20,"uu":"paladine|dragonlance|dsotdq","n":"Paladine"},{"id":18398,"c":14,"u":"reorx_dragonlance_dsotdq","p":16,"s":27,"h":1,"t":20,"uu":"reorx|dragonlance|dsotdq","n":"Reorx"},{"id":18399,"c":14,"u":"sargonnas_dragonlance_dsotdq","p":19,"s":27,"h":1,"t":20,"uu":"sargonnas|dragonlance|dsotdq","n":"Sargonnas"},{"id":18400,"c":14,"u":"shinare_dragonlance_dsotdq","p":17,"s":27,"h":1,"t":20,"uu":"shinare|dragonlance|dsotdq","n":"Shinare"},{"id":18401,"c":14,"u":"sirrion_dragonlance_dsotdq","p":17,"s":27,"h":1,"t":20,"uu":"sirrion|dragonlance|dsotdq","n":"Sirrion"},{"id":18402,"c":14,"u":"solinari_dragonlance_dsotdq","p":15,"s":27,"h":1,"t":20,"uu":"solinari|dragonlance|dsotdq","n":"Solinari"},{"id":18403,"c":14,"u":"takhisis_dragonlance_dsotdq","p":18,"s":27,"h":1,"t":20,"uu":"takhisis|dragonlance|dsotdq","n":"Takhisis"},{"id":18404,"c":14,"u":"zeboim_dragonlance_dsotdq","p":19,"s":27,"h":1,"t":20,"uu":"zeboim|dragonlance|dsotdq","n":"Zeboim"},{"id":18405,"c":14,"u":"zivilyn_dragonlance_dsotdq","p":17,"s":27,"h":1,"t":20,"uu":"zivilyn|dragonlance|dsotdq","n":"Zivilyn"},{"id":18406,"c":14,"u":"arms%20of%20the%20betrayers_exandria_egw","p":30,"s":28,"h":1,"dP":1,"t":20,"uu":"arms of the betrayers|exandria|egw","n":"Arms of the Betrayers"},{"id":18407,"c":14,"u":"asmodeus_exandria_egw","p":26,"s":28,"h":1,"dP":1,"t":20,"uu":"asmodeus|exandria|egw","n":"Asmodeus"},{"id":18408,"c":14,"u":"avandra_exandria_egw","p":20,"s":28,"h":1,"dP":1,"t":20,"uu":"avandra|exandria|egw","n":"Avandra"},{"id":18409,"c":14,"u":"bahamut_exandria_egw","p":21,"s":28,"h":1,"dP":1,"t":20,"uu":"bahamut|exandria|egw","n":"Bahamut"},{"id":18410,"c":14,"u":"bane_exandria_egw","p":26,"s":28,"h":1,"dP":1,"t":20,"uu":"bane|exandria|egw","n":"Bane"},{"id":18411,"c":14,"u":"ceratos_exandria_egw","p":31,"s":28,"h":1,"dP":1,"t":20,"uu":"ceratos|exandria|egw","n":"Ceratos"},{"id":18412,"c":14,"u":"corellon_exandria_egw","p":22,"s":28,"h":1,"dP":1,"t":20,"uu":"corellon|exandria|egw","n":"Corellon"},{"id":18413,"c":14,"u":"desirat_exandria_egw","p":31,"s":28,"h":1,"dP":1,"t":20,"uu":"desirat|exandria|egw","n":"Desirat"},{"id":18414,"c":14,"u":"erathis_exandria_egw","p":22,"s":28,"h":1,"dP":1,"t":20,"uu":"erathis|exandria|egw","n":"Erathis"},{"id":18415,"c":14,"u":"gruumsh_exandria_egw","p":27,"s":28,"h":1,"dP":1,"t":20,"uu":"gruumsh|exandria|egw","n":"Gruumsh"},{"id":18416,"c":14,"u":"ioun_exandria_egw","p":23,"s":28,"h":1,"dP":1,"t":20,"uu":"ioun|exandria|egw","n":"Ioun"},{"id":18417,"c":14,"u":"kord_exandria_egw","p":23,"s":28,"h":1,"dP":1,"t":20,"uu":"kord|exandria|egw","n":"Kord"},{"id":18418,"c":14,"u":"lolth_exandria_egw","p":27,"s":28,"h":1,"dP":1,"t":20,"uu":"lolth|exandria|egw","n":"Lolth"},{"id":18419,"c":14,"u":"melora_exandria_egw","p":23,"s":28,"h":1,"dP":1,"t":20,"uu":"melora|exandria|egw","n":"Melora"},{"id":18420,"c":14,"u":"moradin_exandria_egw","p":24,"s":28,"h":1,"dP":1,"t":20,"uu":"moradin|exandria|egw","n":"Moradin"},{"id":18421,"c":14,"u":"naviask_exandria_egw","p":32,"s":28,"h":1,"dP":1,"t":20,"uu":"naviask|exandria|egw","n":"Naviask"},{"id":18422,"c":14,"u":"pelor_exandria_egw","p":24,"s":28,"h":1,"dP":1,"t":20,"uu":"pelor|exandria|egw","n":"Pelor"},{"id":18423,"c":14,"u":"quajath_exandria_egw","p":32,"s":28,"h":1,"dP":1,"t":20,"uu":"quajath|exandria|egw","n":"Quajath"},{"id":18424,"c":14,"u":"raei_exandria_egw","p":24,"s":28,"h":1,"dP":1,"t":20,"uu":"raei|exandria|egw","n":"Raei"},{"id":18425,"c":14,"u":"sehanine_exandria_egw","p":25,"s":28,"h":1,"dP":1,"t":20,"uu":"sehanine|exandria|egw","n":"Sehanine"},{"id":18426,"c":14,"u":"tharizdun_exandria_egw","p":28,"s":28,"h":1,"dP":1,"t":20,"uu":"tharizdun|exandria|egw","n":"Tharizdun"},{"id":18427,"c":14,"u":"the%20hag%20mother_exandria_egw","p":32,"s":28,"h":1,"dP":1,"t":20,"uu":"the hag mother|exandria|egw","n":"The Hag Mother"},{"id":18428,"c":14,"u":"the%20luxon_exandria_egw","p":32,"s":28,"h":1,"dP":1,"t":20,"uu":"the luxon|exandria|egw","n":"The Luxon"},{"id":18429,"c":14,"u":"the%20raven%20queen_exandria_egw","p":24,"s":28,"h":1,"dP":1,"t":20,"uu":"the raven queen|exandria|egw","n":"The Raven Queen"},{"id":18430,"c":14,"u":"the%20traveler_exandria_egw","p":32,"s":28,"h":1,"dP":1,"t":20,"uu":"the traveler|exandria|egw","n":"The Traveler"},{"id":18431,"c":14,"u":"tiamat_exandria_egw","p":28,"s":28,"h":1,"dP":1,"t":20,"uu":"tiamat|exandria|egw","n":"Tiamat"},{"id":18432,"c":14,"u":"torog_exandria_egw","p":28,"s":28,"h":1,"dP":1,"t":20,"uu":"torog|exandria|egw","n":"Torog"},{"id":18433,"c":14,"u":"uk'otoa_exandria_egw","p":33,"s":28,"h":1,"dP":1,"t":20,"uu":"uk'otoa|exandria|egw","n":"Uk'otoa"},{"id":18434,"c":14,"u":"vecna_exandria_egw","p":29,"s":28,"h":1,"dP":1,"t":20,"uu":"vecna|exandria|egw","n":"Vecna"},{"id":18435,"c":14,"u":"vesh_exandria_egw","p":33,"s":28,"h":1,"dP":1,"t":20,"uu":"vesh|exandria|egw","n":"Vesh"},{"id":18436,"c":14,"u":"xalicas_exandria_egw","p":33,"s":28,"h":1,"dP":1,"t":20,"uu":"xalicas|exandria|egw","n":"Xalicas"},{"id":18437,"c":14,"u":"zehir_exandria_egw","p":29,"s":28,"h":1,"dP":1,"t":20,"uu":"zehir|exandria|egw","n":"Zehir"},{"id":18438,"c":14,"u":"arawai_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"arawai|eberron|erlw","n":"Arawai"},{"id":18439,"c":14,"u":"aureon_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"aureon|eberron|erlw","n":"Aureon"},{"id":18440,"c":14,"u":"balinor_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"balinor|eberron|erlw","n":"Balinor"},{"id":18441,"c":14,"u":"boldrei_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"boldrei|eberron|erlw","n":"Boldrei"},{"id":18442,"c":14,"u":"cults%20of%20the%20dragon%20below_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"cults of the dragon below|eberron|erlw","n":"Cults of the Dragon Below"},{"id":18443,"c":14,"u":"dol%20arrah_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"dol arrah|eberron|erlw","n":"Dol Arrah"},{"id":18444,"c":14,"u":"dol%20dorn_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"dol dorn|eberron|erlw","n":"Dol Dorn"},{"id":18445,"c":14,"u":"kol%20korran_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"kol korran|eberron|erlw","n":"Kol Korran"},{"id":18446,"c":14,"u":"olladra_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"olladra|eberron|erlw","n":"Olladra"},{"id":18447,"c":14,"u":"onatar_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"onatar|eberron|erlw","n":"Onatar"},{"id":18448,"c":14,"u":"the%20blood%20of%20vol_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the blood of vol|eberron|erlw","n":"The Blood of Vol"},{"id":18449,"c":14,"u":"the%20devourer_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the devourer|eberron|erlw","n":"The Devourer"},{"id":18450,"c":14,"u":"the%20fury_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the fury|eberron|erlw","n":"The Fury"},{"id":18451,"c":14,"u":"the%20keeper_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the keeper|eberron|erlw","n":"The Keeper"},{"id":18452,"c":14,"u":"the%20mockery_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the mockery|eberron|erlw","n":"The Mockery"},{"id":18453,"c":14,"u":"the%20path%20of%20light_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the path of light|eberron|erlw","n":"The Path of Light"},{"id":18454,"c":14,"u":"the%20shadow_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the shadow|eberron|erlw","n":"The Shadow"},{"id":18455,"c":14,"u":"the%20silver%20flame_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the silver flame|eberron|erlw","n":"The Silver Flame"},{"id":18456,"c":14,"u":"the%20spirits%20of%20the%20past_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the spirits of the past|eberron|erlw","n":"The Spirits of the Past"},{"id":18457,"c":14,"u":"the%20traveler_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the traveler|eberron|erlw","n":"The Traveler"},{"id":18458,"c":14,"u":"the%20undying%20court_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the undying court|eberron|erlw","n":"The Undying Court"},{"id":18459,"c":14,"u":"procan_unknown_gos","p":18,"s":33,"h":1,"t":20,"uu":"procan|unknown|gos","n":"Procan"},{"id":18460,"c":14,"u":"altus_amaranthine_hwcs","p":58,"s":37,"h":1,"dP":1,"t":20,"uu":"altus|amaranthine|hwcs","n":"Altus"},{"id":18461,"c":14,"u":"ardea_amaranthine_hwcs","p":56,"s":37,"h":1,"dP":1,"t":20,"uu":"ardea|amaranthine|hwcs","n":"Ardea"},{"id":18462,"c":14,"u":"cairith_amaranthine_hwcs","p":63,"s":37,"h":1,"dP":1,"t":20,"uu":"cairith|amaranthine|hwcs","n":"Cairith"},{"id":18463,"c":14,"u":"clhuran_amaranthine_hwcs","p":59,"s":37,"h":1,"dP":1,"t":20,"uu":"clhuran|amaranthine|hwcs","n":"Clhuran"},{"id":18464,"c":14,"u":"gaspard_amaranthine_hwcs","p":64,"s":37,"h":1,"dP":1,"t":20,"uu":"gaspard|amaranthine|hwcs","n":"Gaspard"},{"id":18465,"c":14,"u":"gesme_amaranthine_hwcs","p":60,"s":37,"h":1,"dP":1,"t":20,"uu":"gesme|amaranthine|hwcs","n":"Gesme"},{"id":18466,"c":14,"u":"hanera_amaranthine_hwcs","p":61,"s":37,"h":1,"dP":1,"t":20,"uu":"hanera|amaranthine|hwcs","n":"Hanera"},{"id":18467,"c":14,"u":"hath_amaranthine_hwcs","p":65,"s":37,"h":1,"dP":1,"t":20,"uu":"hath|amaranthine|hwcs","n":"Hath"},{"id":18468,"c":14,"u":"henwin_amaranthine_hwcs","p":66,"s":37,"h":1,"dP":1,"t":20,"uu":"henwin|amaranthine|hwcs","n":"Henwin"},{"id":18469,"c":14,"u":"kren_amaranthine_hwcs","p":67,"s":37,"h":1,"dP":1,"t":20,"uu":"kren|amaranthine|hwcs","n":"Kren"},{"id":18470,"c":14,"u":"reya_amaranthine_hwcs","p":62,"s":37,"h":1,"dP":1,"t":20,"uu":"reya|amaranthine|hwcs","n":"Reya"},{"id":18471,"c":14,"u":"tyton_amaranthine_hwcs","p":57,"s":37,"h":1,"dP":1,"t":20,"uu":"tyton|amaranthine|hwcs","n":"Tyton"},{"id":18472,"c":14,"u":"athreos_theros_mot","p":37,"s":46,"h":1,"t":20,"uu":"athreos|theros|mot","n":"Athreos"},{"id":18473,"c":14,"u":"ephara_theros_mot","p":40,"s":46,"h":1,"t":20,"uu":"ephara|theros|mot","n":"Ephara"},{"id":18474,"c":14,"u":"erebos_theros_mot","p":43,"s":46,"h":1,"t":20,"uu":"erebos|theros|mot","n":"Erebos"},{"id":18475,"c":14,"u":"heliod_theros_mot","p":46,"s":46,"h":1,"t":20,"uu":"heliod|theros|mot","n":"Heliod"},{"id":18476,"c":14,"u":"iroas_theros_mot","p":49,"s":46,"h":1,"t":20,"uu":"iroas|theros|mot","n":"Iroas"},{"id":18477,"c":14,"u":"karametra_theros_mot","p":52,"s":46,"h":1,"t":20,"uu":"karametra|theros|mot","n":"Karametra"},{"id":18478,"c":14,"u":"keranos_theros_mot","p":55,"s":46,"h":1,"t":20,"uu":"keranos|theros|mot","n":"Keranos"},{"id":18479,"c":14,"u":"klothys_theros_mot","p":58,"s":46,"h":1,"t":20,"uu":"klothys|theros|mot","n":"Klothys"},{"id":18480,"c":14,"u":"kruphix_theros_mot","p":61,"s":46,"h":1,"t":20,"uu":"kruphix|theros|mot","n":"Kruphix"},{"id":18481,"c":14,"u":"mogis_theros_mot","p":64,"s":46,"h":1,"t":20,"uu":"mogis|theros|mot","n":"Mogis"},{"id":18482,"c":14,"u":"nylea_theros_mot","p":67,"s":46,"h":1,"t":20,"uu":"nylea|theros|mot","n":"Nylea"},{"id":18483,"c":14,"u":"pharika_theros_mot","p":70,"s":46,"h":1,"t":20,"uu":"pharika|theros|mot","n":"Pharika"},{"id":18484,"c":14,"u":"phenax_theros_mot","p":73,"s":46,"h":1,"t":20,"uu":"phenax|theros|mot","n":"Phenax"},{"id":18485,"c":14,"u":"purphoros_theros_mot","p":76,"s":46,"h":1,"t":20,"uu":"purphoros|theros|mot","n":"Purphoros"},{"id":18486,"c":14,"u":"thassa_theros_mot","p":79,"s":46,"h":1,"t":20,"uu":"thassa|theros|mot","n":"Thassa"},{"id":18487,"c":14,"u":"abbathor_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"abbathor|dwarven|mtf","n":"Abbathor"},{"id":18488,"c":14,"u":"aerdrie%20faenya_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"aerdrie faenya|elven|mtf","n":"Aerdrie Faenya"},{"id":18489,"c":14,"u":"alathrien%20druanna_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"alathrien druanna|elven|mtf","n":"Alathrien Druanna"},{"id":18490,"c":14,"u":"alobal%20lorfiril_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"alobal lorfiril|elven|mtf","n":"Alobal Lorfiril"},{"id":18491,"c":14,"u":"angharradh_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"angharradh|elven|mtf","n":"Angharradh"},{"id":18492,"c":14,"u":"araleth%20letheranil_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"araleth letheranil|elven|mtf","n":"Araleth Letheranil"},{"id":18493,"c":14,"u":"arvoreen_halfling_mtf","p":103,"s":48,"h":1,"t":20,"uu":"arvoreen|halfling|mtf","n":"Arvoreen"},{"id":18494,"c":14,"u":"baervan%20wildwanderer_gnome_mtf","p":111,"s":48,"h":1,"t":20,"uu":"baervan wildwanderer|gnome|mtf","n":"Baervan Wildwanderer"},{"id":18495,"c":14,"u":"baravar%20cloakshadow_gnome_mtf","p":111,"s":48,"h":1,"t":20,"uu":"baravar cloakshadow|gnome|mtf","n":"Baravar Cloakshadow"},{"id":18496,"c":14,"u":"berronar%20truesilver_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"berronar truesilver|dwarven|mtf","n":"Berronar Truesilver"},{"id":18497,"c":14,"u":"bleredd_gnome_mtf","p":110,"s":48,"h":1,"t":20,"uu":"bleredd|gnome|mtf","n":"Bleredd"},{"id":18498,"c":14,"u":"brandobaris_halfling_mtf","p":104,"s":48,"h":1,"t":20,"uu":"brandobaris|halfling|mtf","n":"Brandobaris"},{"id":18499,"c":14,"u":"callarduran%20smoothhands_gnome_mtf","p":111,"s":48,"h":1,"t":20,"uu":"callarduran smoothhands|gnome|mtf","n":"Callarduran Smoothhands"},{"id":18500,"c":14,"u":"charmalaine_halfling_mtf","p":103,"s":48,"h":1,"t":20,"uu":"charmalaine|halfling|mtf","n":"Charmalaine"},{"id":18501,"c":14,"u":"clangeddin%20silverbeard_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"clangeddin silverbeard|dwarven|mtf","n":"Clangeddin Silverbeard"},{"id":18502,"c":14,"u":"corellon%20larethian_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"corellon larethian|elven|mtf","n":"Corellon Larethian"},{"id":18503,"c":14,"u":"cyrrollalee_halfling_mtf","p":104,"s":48,"h":1,"t":20,"uu":"cyrrollalee|halfling|mtf","n":"Cyrrollalee"},{"id":18504,"c":14,"u":"darahl%20tilvenar_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"darahl tilvenar|elven|mtf","n":"Darahl Tilvenar"},{"id":18505,"c":14,"u":"deep%20duerra_duergar_mtf","p":79,"s":48,"h":1,"t":20,"uu":"deep duerra|duergar|mtf","n":"Deep Duerra"},{"id":18506,"c":14,"u":"deep%20sashelas_elven_mtf","p":48,"s":48,"h":1,"t":20,"uu":"deep sashelas|elven|mtf","n":"Deep Sashelas"},{"id":18507,"c":14,"u":"dugmaren%20brightmantle_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"dugmaren brightmantle|dwarven|mtf","n":"Dugmaren Brightmantle"},{"id":18508,"c":14,"u":"dumathoin_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"dumathoin|dwarven|mtf","n":"Dumathoin"},{"id":18509,"c":14,"u":"eilistraee_drow_mtf","p":56,"s":48,"h":1,"t":20,"uu":"eilistraee|drow|mtf","n":"Eilistraee"},{"id":18510,"c":14,"u":"elebrin%20liothiel_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"elebrin liothiel|elven|mtf","n":"Elebrin liothiel"},{"id":18511,"c":14,"u":"erevan%20ilesere_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"erevan ilesere|elven|mtf","n":"Erevan Ilesere"},{"id":18512,"c":14,"u":"fenmarel%20mestarine_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"fenmarel mestarine|elven|mtf","n":"Fenmarel Mestarine"},{"id":18513,"c":14,"u":"flandal%20steelskin_gnome_mtf","p":111,"s":48,"h":1,"t":20,"uu":"flandal steelskin|gnome|mtf","n":"Flandal Steelskin"},{"id":18514,"c":14,"u":"gadhelyn_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"gadhelyn|elven|mtf","n":"Gadhelyn"},{"id":18515,"c":14,"u":"gaerdal%20ironhand_gnome_mtf","p":112,"s":48,"h":1,"t":20,"uu":"gaerdal ironhand|gnome|mtf","n":"Gaerdal Ironhand"},{"id":18516,"c":14,"u":"garl%20glittergold_gnome_mtf","p":111,"s":48,"h":1,"t":20,"uu":"garl glittergold|gnome|mtf","n":"Garl Glittergold"},{"id":18517,"c":14,"u":"gelf%20darkhearth_gnome_mtf","p":110,"s":48,"h":1,"t":20,"uu":"gelf darkhearth|gnome|mtf","n":"Gelf Darkhearth"},{"id":18518,"c":14,"u":"ghaunadaur_drow_mtf","p":53,"s":48,"h":1,"t":20,"uu":"ghaunadaur|drow|mtf","n":"Ghaunadaur"},{"id":18519,"c":14,"u":"gorm%20gulthyn_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"gorm gulthyn|dwarven|mtf","n":"Gorm Gulthyn"},{"id":18520,"c":14,"u":"haela%20brightaxe_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"haela brightaxe|dwarven|mtf","n":"Haela Brightaxe"},{"id":18521,"c":14,"u":"hanali%20celanil_elven_mtf","p":45,"s":48,"h":1,"t":20,"uu":"hanali celanil|elven|mtf","n":"Hanali Celanil"},{"id":18522,"c":14,"u":"hanseath_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"hanseath|dwarven|mtf","n":"Hanseath"},{"id":18523,"c":14,"u":"keptolo_drow_mtf","p":54,"s":48,"h":1,"t":20,"uu":"keptolo|drow|mtf","n":"Keptolo"},{"id":18524,"c":14,"u":"kiaransalee_drow_mtf","p":54,"s":48,"h":1,"t":20,"uu":"kiaransalee|drow|mtf","n":"Kiaransalee"},{"id":18525,"c":14,"u":"kirith%20sotheril_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"kirith sotheril|elven|mtf","n":"Kirith Sotheril"},{"id":18526,"c":14,"u":"labelas%20enoreth_elven_mtf","p":45,"s":48,"h":1,"t":20,"uu":"labelas enoreth|elven|mtf","n":"Labelas Enoreth"},{"id":18527,"c":14,"u":"laduguer_duergar_mtf","p":79,"s":48,"h":1,"t":20,"uu":"laduguer|duergar|mtf","n":"Laduguer"},{"id":18528,"c":14,"u":"lolth_drow_mtf","p":53,"s":48,"h":1,"t":20,"uu":"lolth|drow|mtf","n":"Lolth"},{"id":18529,"c":14,"u":"malyk_drow_mtf","p":54,"s":48,"h":1,"t":20,"uu":"malyk|drow|mtf","n":"Malyk"},{"id":18530,"c":14,"u":"marthammor%20duin_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"marthammor duin|dwarven|mtf","n":"Marthammor Duin"},{"id":18531,"c":14,"u":"melira%20taralen_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"melira taralen|elven|mtf","n":"Melira Taralen"},{"id":18532,"c":14,"u":"moradin_dwarven_mtf","p":72,"s":48,"h":1,"t":20,"uu":"moradin|dwarven|mtf","n":"Moradin"},{"id":18533,"c":14,"u":"muamman%20duathal_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"muamman duathal|dwarven|mtf","n":"Muamman Duathal"},{"id":18534,"c":14,"u":"mya_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"mya|dwarven|mtf","n":"Mya"},{"id":18535,"c":14,"u":"mythrien%20sarath_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"mythrien sarath|elven|mtf","n":"Mythrien Sarath"},{"id":18536,"c":14,"u":"naralis%20analor_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"naralis analor|elven|mtf","n":"Naralis Analor"},{"id":18537,"c":14,"u":"nebelun_gnome_mtf","p":112,"s":48,"h":1,"t":20,"uu":"nebelun|gnome|mtf","n":"Nebelun"},{"id":18538,"c":14,"u":"rellavar%20danuvien_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"rellavar danuvien|elven|mtf","n":"Rellavar Danuvien"},{"id":18539,"c":14,"u":"rill%20cleverthrush_gnome_mtf","p":110,"s":48,"h":1,"t":20,"uu":"rill cleverthrush|gnome|mtf","n":"Rill Cleverthrush"},{"id":18540,"c":14,"u":"rillifane%20rallathil_elven_mtf","p":46,"s":48,"h":1,"t":20,"uu":"rillifane rallathil|elven|mtf","n":"Rillifane Rallathil"},{"id":18541,"c":14,"u":"roknar_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"roknar|dwarven|mtf","n":"Roknar"},{"id":18542,"c":14,"u":"sarula%20iliene_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"sarula iliene|elven|mtf","n":"Sarula Iliene"},{"id":18543,"c":14,"u":"segojan%20earthcaller_gnome_mtf","p":112,"s":48,"h":1,"t":20,"uu":"segojan earthcaller|gnome|mtf","n":"Segojan Earthcaller"},{"id":18544,"c":14,"u":"sehanine%20moonbow_elven_mtf","p":46,"s":48,"h":1,"t":20,"uu":"sehanine moonbow|elven|mtf","n":"Sehanine Moonbow"},{"id":18545,"c":14,"u":"selvetarm_drow_mtf","p":54,"s":48,"h":1,"t":20,"uu":"selvetarm|drow|mtf","n":"Selvetarm"},{"id":18546,"c":14,"u":"sharindlar_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"sharindlar|dwarven|mtf","n":"Sharindlar"},{"id":18547,"c":14,"u":"sheela%20peryroyl_halfling_mtf","p":103,"s":48,"h":1,"t":20,"uu":"sheela peryroyl|halfling|mtf","n":"Sheela Peryroyl"},{"id":18548,"c":14,"u":"shevarash_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"shevarash|elven|mtf","n":"Shevarash"},{"id":18549,"c":14,"u":"sheyanna%20flaxenstrand_gnome_mtf","p":110,"s":48,"h":1,"t":20,"uu":"sheyanna flaxenstrand|gnome|mtf","n":"Sheyanna Flaxenstrand"},{"id":18550,"c":14,"u":"solonor%20thelandira_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"solonor thelandira|elven|mtf","n":"Solonor Thelandira"},{"id":18551,"c":14,"u":"tarsellis%20meunniduin_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"tarsellis meunniduin|elven|mtf","n":"Tarsellis Meunniduin"},{"id":18552,"c":14,"u":"tethrin%20verald%c3%a9_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"tethrin veraldé|elven|mtf","n":"Tethrin Veralde"},{"id":18553,"c":14,"u":"thard%20harr_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"thard harr|dwarven|mtf","n":"Thard Harr"},{"id":18554,"c":14,"u":"tharmekh%c3%bbl_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"tharmekhûl|dwarven|mtf","n":"Tharmekhul"},{"id":18555,"c":14,"u":"thautam_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"thautam|dwarven|mtf","n":"Thautam"},{"id":18556,"c":14,"u":"ulaa_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"ulaa|dwarven|mtf","n":"Ulaa"},{"id":18557,"c":14,"u":"urdlen_gnome_mtf","p":112,"s":48,"h":1,"t":20,"uu":"urdlen|gnome|mtf","n":"Urdlen"},{"id":18558,"c":14,"u":"urogalan_halfling_mtf","p":104,"s":48,"h":1,"t":20,"uu":"urogalan|halfling|mtf","n":"Urogalan"},{"id":18559,"c":14,"u":"valkauna_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"valkauna|dwarven|mtf","n":"Valkauna"},{"id":18560,"c":14,"u":"vandria%20gilmadrith_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"vandria gilmadrith|elven|mtf","n":"Vandria Gilmadrith"},{"id":18561,"c":14,"u":"vergadain_dwarven_mtf","p":73,"s":48,"h":1,"t":20,"uu":"vergadain|dwarven|mtf","n":"Vergadain"},{"id":18562,"c":14,"u":"vhaeraun_drow_mtf","p":55,"s":48,"h":1,"t":20,"uu":"vhaeraun|drow|mtf","n":"Vhaeraun"},{"id":18563,"c":14,"u":"ye'cind_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"ye'cind|elven|mtf","n":"Ye'Cind"},{"id":18564,"c":14,"u":"yondalla_halfling_mtf","p":102,"s":48,"h":1,"t":20,"uu":"yondalla|halfling|mtf","n":"Yondalla"},{"id":18565,"c":14,"u":"zandilar_elven_mtf","p":43,"s":48,"h":1,"t":20,"uu":"zandilar|elven|mtf","n":"Zandilar"},{"id":18566,"c":14,"u":"zinzerena_drow_mtf","p":56,"s":48,"h":1,"t":20,"uu":"zinzerena|drow|mtf","n":"Zinzerena"},{"id":18567,"c":14,"u":"aegir_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"aegir|norse","n":"Aegir"},{"id":18568,"c":14,"u":"anubis_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"anubis|egyptian","n":"Anubis"},{"id":18569,"c":14,"u":"apep_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"apep|egyptian","n":"Apep"},{"id":18570,"c":14,"u":"aphrodite_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"aphrodite|greek","n":"Aphrodite"},{"id":18571,"c":14,"u":"apollo_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"apollo|greek","n":"Apollo"},{"id":18572,"c":14,"u":"arawai_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"arawai|eberron","n":"Arawai"},{"id":18573,"c":14,"u":"arawn_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"arawn|celtic","n":"Arawn"},{"id":18574,"c":14,"u":"ares_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"ares|greek","n":"Ares"},{"id":18575,"c":14,"u":"artemis_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"artemis|greek","n":"Artemis"},{"id":18576,"c":14,"u":"athena_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"athena|greek","n":"Athena"},{"id":18577,"c":14,"u":"aureon_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"aureon|eberron","n":"Aureon"},{"id":18578,"c":14,"u":"auril_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"auril","n":"Auril"},{"id":18579,"c":14,"u":"azuth_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"azuth","n":"Azuth"},{"id":18580,"c":14,"u":"bahamut_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"bahamut|nonhuman","n":"Bahamut"},{"id":18581,"c":14,"u":"balder_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"balder|norse","n":"Balder"},{"id":18582,"c":14,"u":"balinor_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"balinor|eberron","n":"Balinor"},{"id":18583,"c":14,"u":"bane_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"bane","n":"Bane"},{"id":18584,"c":14,"u":"bast_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"bast|egyptian","n":"Bast"},{"id":18585,"c":14,"u":"belenus_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"belenus|celtic","n":"Belenus"},{"id":18586,"c":14,"u":"beory_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"beory|greyhawk","n":"Beory"},{"id":18587,"c":14,"u":"bes_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"bes|egyptian","n":"Bes"},{"id":18588,"c":14,"u":"beshaba_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"beshaba","n":"Beshaba"},{"id":18589,"c":14,"u":"bhaal_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"bhaal","n":"Bhaal"},{"id":18590,"c":14,"u":"blibdoolpoolp_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"blibdoolpoolp|nonhuman","n":"Blibdoolpoolp"},{"id":18591,"c":14,"u":"boccob_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"boccob|greyhawk","n":"Boccob"},{"id":18592,"c":14,"u":"boldrei_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"boldrei|eberron","n":"Boldrei"},{"id":18593,"c":14,"u":"branchala_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"branchala|dragonlance","n":"Branchala"},{"id":18594,"c":14,"u":"brigantia_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"brigantia|celtic","n":"Brigantia"},{"id":18595,"c":14,"u":"celestian_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"celestian|greyhawk","n":"Celestian"},{"id":18596,"c":14,"u":"chauntea_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"chauntea","n":"Chauntea"},{"id":18597,"c":14,"u":"chemosh_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"chemosh|dragonlance","n":"Chemosh"},{"id":18598,"c":14,"u":"chislev_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"chislev|dragonlance","n":"Chislev"},{"id":18599,"c":14,"u":"corellon%20larethian_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"corellon larethian|nonhuman","n":"Corellon Larethian"},{"id":18600,"c":14,"u":"cults%20of%20the%20dragon%20below_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"cults of the dragon below|eberron","n":"Cults of the Dragon Below"},{"id":18601,"c":14,"u":"cyric_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"cyric","n":"Cyric"},{"id":18602,"c":14,"u":"deep%20sashelas_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"deep sashelas|nonhuman","n":"Deep Sashelas"},{"id":18603,"c":14,"u":"demeter_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"demeter|greek","n":"Demeter"},{"id":18604,"c":14,"u":"deneir_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"deneir","n":"Deneir"},{"id":18605,"c":14,"u":"diancecht_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"diancecht|celtic","n":"Diancecht"},{"id":18606,"c":14,"u":"dionysus_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"dionysus|greek","n":"Dionysus"},{"id":18607,"c":14,"u":"dol%20arrah_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"dol arrah|eberron","n":"Dol Arrah"},{"id":18608,"c":14,"u":"dol%20dorn_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"dol dorn|eberron","n":"Dol Dorn"},{"id":18609,"c":14,"u":"dunatis_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"dunatis|celtic","n":"Dunatis"},{"id":18610,"c":14,"u":"eadro_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"eadro|nonhuman","n":"Eadro"},{"id":18611,"c":14,"u":"ehlonna_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"ehlonna|greyhawk","n":"Ehlonna"},{"id":18612,"c":14,"u":"eldath_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"eldath","n":"Eldath"},{"id":18613,"c":14,"u":"erythnul_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"erythnul|greyhawk","n":"Erythnul"},{"id":18614,"c":14,"u":"fharlanghn_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"fharlanghn|greyhawk","n":"Fharlanghn"},{"id":18615,"c":14,"u":"forseti_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"forseti|norse","n":"Forseti"},{"id":18616,"c":14,"u":"frey_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"frey|norse","n":"Frey"},{"id":18617,"c":14,"u":"freya_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"freya|norse","n":"Freya"},{"id":18618,"c":14,"u":"frigga_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"frigga|norse","n":"Frigga"},{"id":18619,"c":14,"u":"garl%20glittergold_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"garl glittergold|nonhuman","n":"Garl Glittergold"},{"id":18620,"c":14,"u":"gilean_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"gilean|dragonlance","n":"Gilean"},{"id":18621,"c":14,"u":"goibhniu_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"goibhniu|celtic","n":"Goibhniu"},{"id":18622,"c":14,"u":"gond_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"gond","n":"Gond"},{"id":18623,"c":14,"u":"grolantor_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"grolantor|nonhuman","n":"Grolantor"},{"id":18624,"c":14,"u":"gruumsh_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"gruumsh|nonhuman","n":"Gruumsh"},{"id":18625,"c":14,"u":"habbakuk_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"habbakuk|dragonlance","n":"Habbakuk"},{"id":18626,"c":14,"u":"hades_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"hades|greek","n":"Hades"},{"id":18627,"c":14,"u":"hathor_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"hathor|egyptian","n":"Hathor"},{"id":18628,"c":14,"u":"hecate_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"hecate|greek","n":"Hecate"},{"id":18629,"c":14,"u":"heimdall_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"heimdall|norse","n":"Heimdall"},{"id":18630,"c":14,"u":"heironeous_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"heironeous|greyhawk","n":"Heironeous"},{"id":18631,"c":14,"u":"hel_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"hel|norse","n":"Hel"},{"id":18632,"c":14,"u":"helm_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"helm","n":"Helm"},{"id":18633,"c":14,"u":"hephaestus_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"hephaestus|greek","n":"Hephaestus"},{"id":18634,"c":14,"u":"hera_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"hera|greek","n":"Hera"},{"id":18635,"c":14,"u":"hercules_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"hercules|greek","n":"Hercules"},{"id":18636,"c":14,"u":"hermes_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"hermes|greek","n":"Hermes"},{"id":18637,"c":14,"u":"hermod_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"hermod|norse","n":"Hermod"},{"id":18638,"c":14,"u":"hestia_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"hestia|greek","n":"Hestia"},{"id":18639,"c":14,"u":"hextor_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"hextor|greyhawk","n":"Hextor"},{"id":18640,"c":14,"u":"hiddukel_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"hiddukel|dragonlance","n":"Hiddukel"},{"id":18641,"c":14,"u":"hruggek_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"hruggek|nonhuman","n":"Hruggek"},{"id":18642,"c":14,"u":"ilmater_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"ilmater","n":"Ilmater"},{"id":18643,"c":14,"u":"imhotep_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"imhotep|egyptian","n":"Imhotep"},{"id":18644,"c":14,"u":"incabulos_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"incabulos|greyhawk","n":"Incabulos"},{"id":18645,"c":14,"u":"isis_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"isis|egyptian","n":"Isis"},{"id":18646,"c":14,"u":"istus_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"istus|greyhawk","n":"Istus"},{"id":18647,"c":14,"u":"iuz_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"iuz|greyhawk","n":"Iuz"},{"id":18648,"c":14,"u":"kelemvor_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"kelemvor","n":"Kelemvor"},{"id":18649,"c":14,"u":"kiri-jolith_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"kiri-jolith|dragonlance","n":"Kiri-Jolith"},{"id":18650,"c":14,"u":"kol%20korran_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"kol korran|eberron","n":"Kol Korran"},{"id":18651,"c":14,"u":"kord_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"kord|greyhawk","n":"Kord"},{"id":18652,"c":14,"u":"kurtulmak_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"kurtulmak|nonhuman","n":"Kurtulmak"},{"id":18653,"c":14,"u":"laogzed_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"laogzed|nonhuman","n":"Laogzed"},{"id":18654,"c":14,"u":"lathander_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"lathander","n":"Lathander"},{"id":18655,"c":14,"u":"leira_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"leira","n":"Leira"},{"id":18656,"c":14,"u":"lliira_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"lliira","n":"Lliira"},{"id":18657,"c":14,"u":"loki_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"loki|norse","n":"Loki"},{"id":18658,"c":14,"u":"lolth_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"lolth|nonhuman","n":"Lolth"},{"id":18659,"c":14,"u":"loviatar_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"loviatar","n":"Loviatar"},{"id":18660,"c":14,"u":"lugh_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"lugh|celtic","n":"Lugh"},{"id":18661,"c":14,"u":"lunitari_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"lunitari|dragonlance","n":"Lunitari"},{"id":18662,"c":14,"u":"maglubiyet_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"maglubiyet|nonhuman","n":"Maglubiyet"},{"id":18663,"c":14,"u":"majere_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"majere|dragonlance","n":"Majere"},{"id":18664,"c":14,"u":"malar_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"malar","n":"Malar"},{"id":18665,"c":14,"u":"manannan%20mac%20lir_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"manannan mac lir|celtic","n":"Manannan mac Lir"},{"id":18666,"c":14,"u":"mask_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"mask","n":"Mask"},{"id":18667,"c":14,"u":"math%20mathonwy_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"math mathonwy|celtic","n":"Math Mathonwy"},{"id":18668,"c":14,"u":"mielikki_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"mielikki","n":"Mielikki"},{"id":18669,"c":14,"u":"milil_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"milil","n":"Milil"},{"id":18670,"c":14,"u":"mishakal_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"mishakal|dragonlance","n":"Mishakal"},{"id":18671,"c":14,"u":"moradin_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"moradin|nonhuman","n":"Moradin"},{"id":18672,"c":14,"u":"morgion_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"morgion|dragonlance","n":"Morgion"},{"id":18673,"c":14,"u":"morrigan_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"morrigan|celtic","n":"Morrigan"},{"id":18674,"c":14,"u":"myrkul_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"myrkul","n":"Myrkul"},{"id":18675,"c":14,"u":"mystra_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"mystra","n":"Mystra"},{"id":18676,"c":14,"u":"nephthys_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"nephthys|egyptian","n":"Nephthys"},{"id":18677,"c":14,"u":"nerull_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"nerull|greyhawk","n":"Nerull"},{"id":18678,"c":14,"u":"nike_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"nike|greek","n":"Nike"},{"id":18679,"c":14,"u":"njord_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"njord|norse","n":"Njord"},{"id":18680,"c":14,"u":"nuada_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"nuada|celtic","n":"Nuada"},{"id":18681,"c":14,"u":"nuitari_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"nuitari|dragonlance","n":"Nuitari"},{"id":18682,"c":14,"u":"obad-hai_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"obad-hai|greyhawk","n":"Obad-Hai"},{"id":18683,"c":14,"u":"odin_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"odin|norse","n":"Odin"},{"id":18684,"c":14,"u":"odur_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"odur|norse","n":"Odur"},{"id":18685,"c":14,"u":"oghma_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"oghma|celtic","n":"Oghma"},{"id":18686,"c":14,"u":"oghma_forgotten%20realms_phb","p":294,"s":52,"h":1,"r":1,"t":20,"uu":"oghma","n":"Oghma"},{"id":18687,"c":14,"u":"olidammara_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"olidammara|greyhawk","n":"Olidammara"},{"id":18688,"c":14,"u":"olladra_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"olladra|eberron","n":"Olladra"},{"id":18689,"c":14,"u":"onatar_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"onatar|eberron","n":"Onatar"},{"id":18690,"c":14,"u":"osiris_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"osiris|egyptian","n":"Osiris"},{"id":18691,"c":14,"u":"paladine_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"paladine|dragonlance","n":"Paladine"},{"id":18692,"c":14,"u":"pan_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"pan|greek","n":"Pan"},{"id":18693,"c":14,"u":"pelor_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"pelor|greyhawk","n":"Pelor"},{"id":18694,"c":14,"u":"pholtus_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"pholtus|greyhawk","n":"Pholtus"},{"id":18695,"c":14,"u":"poseidon_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"poseidon|greek","n":"Poseidon"},{"id":18696,"c":14,"u":"ptah_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"ptah|egyptian","n":"Ptah"},{"id":18697,"c":14,"u":"ralishaz_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"ralishaz|greyhawk","n":"Ralishaz"},{"id":18698,"c":14,"u":"rao_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"rao|greyhawk","n":"Rao"},{"id":18699,"c":14,"u":"re-horakhty_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"re-horakhty|egyptian","n":"Re-Horakhty"},{"id":18700,"c":14,"u":"reorx_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"reorx|dragonlance","n":"Reorx"},{"id":18701,"c":14,"u":"rillifane%20rallathil_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"rillifane rallathil|nonhuman","n":"Rillifane Rallathil"},{"id":18702,"c":14,"u":"sargonnas_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"sargonnas|dragonlance","n":"Sargonnas"},{"id":18703,"c":14,"u":"savras_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"savras","n":"Savras"},{"id":18704,"c":14,"u":"sehanine%20moonbow_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"sehanine moonbow|nonhuman","n":"Sehanine Moonbow"},{"id":18705,"c":14,"u":"sekolah_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"sekolah|nonhuman","n":"Sekolah"},{"id":18706,"c":14,"u":"sel%c3%bbne_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"selûne","n":"Selune"},{"id":18707,"c":14,"u":"semuanya_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"semuanya|nonhuman","n":"Semuanya"},{"id":18708,"c":14,"u":"set_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"set|egyptian","n":"Set"},{"id":18709,"c":14,"u":"shar_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"shar","n":"Shar"},{"id":18710,"c":14,"u":"shinare_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"shinare|dragonlance","n":"Shinare"},{"id":18711,"c":14,"u":"sif_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"sif|norse","n":"Sif"},{"id":18712,"c":14,"u":"silvanus_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"silvanus|celtic","n":"Silvanus"},{"id":18713,"c":14,"u":"silvanus_forgotten%20realms_phb","p":294,"s":52,"h":1,"r":1,"t":20,"uu":"silvanus","n":"Silvanus"},{"id":18714,"c":14,"u":"sirrion_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"sirrion|dragonlance","n":"Sirrion"},{"id":18715,"c":14,"u":"skadi_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"skadi|norse","n":"Skadi"},{"id":18716,"c":14,"u":"skerrit_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"skerrit|nonhuman","n":"Skerrit"},{"id":18717,"c":14,"u":"skoraeus%20stonebones_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"skoraeus stonebones|nonhuman","n":"Skoraeus Stonebones"},{"id":18718,"c":14,"u":"sobek_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"sobek|egyptian","n":"Sobek"},{"id":18719,"c":14,"u":"solinari_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"solinari|dragonlance","n":"Solinari"},{"id":18720,"c":14,"u":"st.%20cuthbert_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"st. cuthbert|greyhawk","n":"St. Cuthbert"},{"id":18721,"c":14,"u":"sune_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"sune","n":"Sune"},{"id":18722,"c":14,"u":"surtur_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"surtur|nonhuman","n":"Surtur"},{"id":18723,"c":14,"u":"surtur_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"surtur|norse","n":"Surtur"},{"id":18724,"c":14,"u":"takhisis_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"takhisis|dragonlance","n":"Takhisis"},{"id":18725,"c":14,"u":"talona_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"talona","n":"Talona"},{"id":18726,"c":14,"u":"talos_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"talos","n":"Talos"},{"id":18727,"c":14,"u":"tempus_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"tempus","n":"Tempus"},{"id":18728,"c":14,"u":"tharizdun_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"tharizdun|greyhawk","n":"Tharizdun"},{"id":18729,"c":14,"u":"the%20blood%20of%20vol_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the blood of vol|eberron","n":"The Blood of Vol"},{"id":18730,"c":14,"u":"the%20daghdha_celtic_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"the daghdha|celtic","n":"The Daghdha"},{"id":18731,"c":14,"u":"the%20devourer_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the devourer|eberron","n":"The Devourer"},{"id":18732,"c":14,"u":"the%20fury_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the fury|eberron","n":"The Fury"},{"id":18733,"c":14,"u":"the%20keeper_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the keeper|eberron","n":"The Keeper"},{"id":18734,"c":14,"u":"the%20mockery_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the mockery|eberron","n":"The Mockery"},{"id":18735,"c":14,"u":"the%20path%20of%20light_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the path of light|eberron","n":"The Path of Light"},{"id":18736,"c":14,"u":"the%20shadow_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the shadow|eberron","n":"The Shadow"},{"id":18737,"c":14,"u":"the%20silver%20flame_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the silver flame|eberron","n":"The Silver Flame"},{"id":18738,"c":14,"u":"the%20spirits%20of%20the%20past_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the spirits of the past|eberron","n":"The Spirits of the Past"},{"id":18739,"c":14,"u":"the%20traveler_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the traveler|eberron","n":"The Traveler"},{"id":18740,"c":14,"u":"the%20undying%20court_eberron_phb","p":296,"s":52,"h":1,"t":20,"uu":"the undying court|eberron","n":"The Undying Court"},{"id":18741,"c":14,"u":"thor_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"thor|norse","n":"Thor"},{"id":18742,"c":14,"u":"thoth_egyptian_phb","p":299,"s":52,"h":1,"r":1,"t":20,"uu":"thoth|egyptian","n":"Thoth"},{"id":18743,"c":14,"u":"thrym_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"thrym|nonhuman","n":"Thrym"},{"id":18744,"c":14,"u":"thrym_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"thrym|norse","n":"Thrym"},{"id":18745,"c":14,"u":"tiamat_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"tiamat|nonhuman","n":"Tiamat"},{"id":18746,"c":14,"u":"torm_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"torm","n":"Torm"},{"id":18747,"c":14,"u":"trithereon_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"trithereon|greyhawk","n":"Trithereon"},{"id":18748,"c":14,"u":"tyche_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"tyche|greek","n":"Tyche"},{"id":18749,"c":14,"u":"tymora_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"tymora","n":"Tymora"},{"id":18750,"c":14,"u":"tyr_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"tyr","n":"Tyr"},{"id":18751,"c":14,"u":"tyr_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"tyr|norse","n":"Tyr"},{"id":18752,"c":14,"u":"ulaa_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"ulaa|greyhawk","n":"Ulaa"},{"id":18753,"c":14,"u":"uller_norse_phb","p":299,"s":52,"h":1,"t":20,"uu":"uller|norse","n":"Uller"},{"id":18754,"c":14,"u":"umberlee_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"umberlee","n":"Umberlee"},{"id":18755,"c":14,"u":"vecna_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"vecna|greyhawk","n":"Vecna"},{"id":18756,"c":14,"u":"waukeen_forgotten%20realms_phb","p":294,"s":52,"h":1,"t":20,"uu":"waukeen","n":"Waukeen"},{"id":18757,"c":14,"u":"wee%20jas_greyhawk_phb","p":295,"s":52,"h":1,"t":20,"uu":"wee jas|greyhawk","n":"Wee Jas"},{"id":18758,"c":14,"u":"yondalla_nonhuman_phb","p":296,"s":52,"h":1,"t":20,"uu":"yondalla|nonhuman","n":"Yondalla"},{"id":18759,"c":14,"u":"zeboim_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"zeboim|dragonlance","n":"Zeboim"},{"id":18760,"c":14,"u":"zeus_greek_phb","p":298,"s":52,"h":1,"r":1,"t":20,"uu":"zeus|greek","n":"Zeus"},{"id":18761,"c":14,"u":"zivilyn_dragonlance_phb","p":295,"s":52,"h":1,"t":20,"uu":"zivilyn|dragonlance","n":"Zivilyn"},{"id":18762,"c":14,"u":"azgrah_exandria_tdcsr","p":40,"s":61,"h":1,"dP":1,"t":20,"uu":"azgrah|exandria|tdcsr","n":"Azgrah"},{"id":18763,"c":14,"u":"galdric_exandria_tdcsr","p":40,"s":61,"h":1,"dP":1,"t":20,"uu":"galdric|exandria|tdcsr","n":"Galdric"},{"id":18764,"c":14,"u":"graz'tchar_exandria_tdcsr","p":40,"s":61,"h":1,"dP":1,"t":20,"uu":"graz'tchar|exandria|tdcsr","n":"Graz'tchar"},{"id":18765,"c":14,"u":"khedive%20xundi_exandria_tdcsr","p":40,"s":61,"h":1,"dP":1,"t":20,"uu":"khedive xundi|exandria|tdcsr","n":"Khedive Xundi"},{"id":18766,"c":14,"u":"the%20all-hammer_exandria_tdcsr","p":31,"s":61,"h":1,"dP":1,"t":20,"uu":"the all-hammer|exandria|tdcsr","n":"The All-Hammer"},{"id":18767,"c":14,"u":"the%20arch%20heart_exandria_tdcsr","p":29,"s":61,"h":1,"dP":1,"t":20,"uu":"the arch heart|exandria|tdcsr","n":"The Arch Heart"},{"id":18768,"c":14,"u":"the%20chained%20oblivion_exandria_tdcsr","p":36,"s":61,"h":1,"dP":1,"t":20,"uu":"the chained oblivion|exandria|tdcsr","n":"The Chained Oblivion"},{"id":18769,"c":14,"u":"the%20changebringer_exandria_tdcsr","p":28,"s":61,"h":1,"dP":1,"t":20,"uu":"the changebringer|exandria|tdcsr","n":"The Changebringer"},{"id":18770,"c":14,"u":"the%20cloaked%20serpent_exandria_tdcsr","p":38,"s":61,"h":1,"dP":1,"t":20,"uu":"the cloaked serpent|exandria|tdcsr","n":"The Cloaked Serpent"},{"id":18771,"c":14,"u":"the%20crawling%20king_exandria_tdcsr","p":37,"s":61,"h":1,"dP":1,"t":20,"uu":"the crawling king|exandria|tdcsr","n":"The Crawling King"},{"id":18772,"c":14,"u":"the%20dawnfather_exandria_tdcsr","p":32,"s":61,"h":1,"dP":1,"t":20,"uu":"the dawnfather|exandria|tdcsr","n":"The Dawnfather"},{"id":18773,"c":14,"u":"the%20everlight_exandria_tdcsr","p":32,"s":61,"h":1,"dP":1,"t":20,"uu":"the everlight|exandria|tdcsr","n":"The Everlight"},{"id":18774,"c":14,"u":"the%20knowing%20mentor_exandria_tdcsr","p":30,"s":61,"h":1,"dP":1,"t":20,"uu":"the knowing mentor|exandria|tdcsr","n":"The Knowing Mentor"},{"id":18775,"c":14,"u":"the%20lawbearer_exandria_tdcsr","p":29,"s":61,"h":1,"dP":1,"t":20,"uu":"the lawbearer|exandria|tdcsr","n":"The Lawbearer"},{"id":18776,"c":14,"u":"the%20lord%20of%20the%20hells_exandria_tdcsr","p":34,"s":61,"h":1,"dP":1,"t":20,"uu":"the lord of the hells|exandria|tdcsr","n":"The Lord of the Hells"},{"id":18777,"c":14,"u":"the%20lost%20beacon%20of%20unknown%20light_exandria_tdcsr","p":41,"s":61,"h":1,"dP":1,"t":20,"uu":"the lost beacon of unknown light|exandria|tdcsr","n":"The Lost Beacon of Unknown Light"},{"id":18778,"c":14,"u":"the%20matron%20of%20ravens_exandria_tdcsr","p":32,"s":61,"h":1,"dP":1,"t":20,"uu":"the matron of ravens|exandria|tdcsr","n":"The Matron of Ravens"},{"id":18779,"c":14,"u":"the%20moonweaver_exandria_tdcsr","p":33,"s":61,"h":1,"dP":1,"t":20,"uu":"the moonweaver|exandria|tdcsr","n":"The Moonweaver"},{"id":18780,"c":14,"u":"the%20observer_exandria_tdcsr","p":41,"s":61,"h":1,"dP":1,"t":20,"uu":"the observer|exandria|tdcsr","n":"The Observer"},{"id":18781,"c":14,"u":"the%20platinum%20dragon_exandria_tdcsr","p":28,"s":61,"h":1,"dP":1,"t":20,"uu":"the platinum dragon|exandria|tdcsr","n":"The Platinum Dragon"},{"id":18782,"c":14,"u":"the%20ruiner_exandria_tdcsr","p":35,"s":61,"h":1,"dP":1,"t":20,"uu":"the ruiner|exandria|tdcsr","n":"The Ruiner"},{"id":18783,"c":14,"u":"the%20scaled%20tyrant_exandria_tdcsr","p":37,"s":61,"h":1,"dP":1,"t":20,"uu":"the scaled tyrant|exandria|tdcsr","n":"The Scaled Tyrant"},{"id":18784,"c":14,"u":"the%20sightless_exandria_tdcsr","p":41,"s":61,"h":1,"dP":1,"t":20,"uu":"the sightless|exandria|tdcsr","n":"The Sightless"},{"id":18785,"c":14,"u":"the%20spider%20queen_exandria_tdcsr","p":35,"s":61,"h":1,"dP":1,"t":20,"uu":"the spider queen|exandria|tdcsr","n":"The Spider Queen"},{"id":18786,"c":14,"u":"the%20stormlord_exandria_tdcsr","p":30,"s":61,"h":1,"dP":1,"t":20,"uu":"the stormlord|exandria|tdcsr","n":"The Stormlord"},{"id":18787,"c":14,"u":"the%20strife%20emperor_exandria_tdcsr","p":34,"s":61,"h":1,"dP":1,"t":20,"uu":"the strife emperor|exandria|tdcsr","n":"The Strife Emperor"},{"id":18788,"c":14,"u":"the%20traveler_exandria_tdcsr","p":42,"s":61,"h":1,"dP":1,"t":20,"uu":"the traveler|exandria|tdcsr","n":"The Traveler"},{"id":18789,"c":14,"u":"the%20whispered%20one_exandria_tdcsr","p":38,"s":61,"h":1,"dP":1,"t":20,"uu":"the whispered one|exandria|tdcsr","n":"The Whispered One"},{"id":18790,"c":14,"u":"the%20wildmother_exandria_tdcsr","p":31,"s":61,"h":1,"dP":1,"t":20,"uu":"the wildmother|exandria|tdcsr","n":"The Wildmother"},{"id":18791,"c":14,"u":"vesh_exandria_tdcsr","p":42,"s":61,"h":1,"dP":1,"t":20,"uu":"vesh|exandria|tdcsr","n":"Vesh"},{"id":18792,"c":14,"u":"bahgtru_orc_vgm","p":83,"s":67,"h":1,"t":20,"uu":"bahgtru|orc|vgm","n":"Bahgtru"},{"id":18793,"c":14,"u":"dendar_yuan-ti_vgm","p":93,"s":67,"h":1,"t":20,"uu":"dendar|yuan-ti|vgm","n":"Dendar"},{"id":18794,"c":14,"u":"gruumsh_orc_vgm","p":82,"s":67,"h":1,"t":20,"uu":"gruumsh|orc|vgm","n":"Gruumsh"},{"id":18795,"c":14,"u":"ilneval_orc_vgm","p":83,"s":67,"h":1,"t":20,"uu":"ilneval|orc|vgm","n":"Ilneval"},{"id":18796,"c":14,"u":"luthic_orc_vgm","p":84,"s":67,"h":1,"t":20,"uu":"luthic|orc|vgm","n":"Luthic"},{"id":18797,"c":14,"u":"merrshaulk_yuan-ti_vgm","p":94,"s":67,"h":1,"t":20,"uu":"merrshaulk|yuan-ti|vgm","n":"Merrshaulk"},{"id":18798,"c":14,"u":"shargaas_orc_vgm","p":84,"s":67,"h":1,"t":20,"uu":"shargaas|orc|vgm","n":"Shargaas"},{"id":18799,"c":14,"u":"sseth_yuan-ti_vgm","p":94,"s":67,"h":1,"t":20,"uu":"sseth|yuan-ti|vgm","n":"Sseth"},{"id":18800,"c":14,"u":"yurtrus_orc_vgm","p":84,"s":67,"h":1,"t":20,"uu":"yurtrus|orc|vgm","n":"Yurtrus"},{"id":18801,"c":14,"u":"ezra_unknown_vrgr","p":64,"s":68,"h":1,"t":20,"uu":"ezra|unknown|vrgr","n":"Ezra"},{"id":18802,"c":15,"u":"unborn%20palanquin_bmt","p":173,"s":1,"h":1,"t":21,"uu":"unborn palanquin|bmt","m":"objects/tokens/BMT/Unborn Palanquin.webp","n":"Unborn Palanquin"},{"id":18803,"c":15,"u":"eldritch%20cannon%2c%20flamethrower_tce","p":17,"s":4,"h":1,"t":21,"uu":"eldritch cannon, flamethrower|tce","m":"objects/tokens/TCE/Eldritch Cannon.webp","n":"Eldritch Cannon, Flamethrower"},{"id":18804,"c":15,"u":"eldritch%20cannon%2c%20force%20ballista_tce","p":17,"s":4,"h":1,"t":21,"uu":"eldritch cannon, force ballista|tce","m":"objects/tokens/TCE/Eldritch Cannon.webp","n":"Eldritch Cannon, Force Ballista"},{"id":18805,"c":15,"u":"eldritch%20cannon%2c%20protector_tce","p":17,"s":4,"h":1,"t":21,"uu":"eldritch cannon, protector|tce","m":"objects/tokens/TCE/Eldritch Cannon.webp","n":"Eldritch Cannon, Protector"},{"id":18806,"c":15,"u":"ballista_xdmg","p":96,"s":5,"h":1,"t":21,"uu":"ballista|xdmg","m":"objects/tokens/XDMG/Ballista.webp","n":"Ballista"},{"id":18807,"c":15,"u":"cannon_xdmg","p":96,"s":5,"h":1,"t":21,"uu":"cannon|xdmg","m":"objects/tokens/XDMG/Cannon.webp","n":"Cannon"},{"id":18808,"c":15,"u":"flamethrower%20coach_xdmg","p":96,"s":5,"h":1,"t":21,"uu":"flamethrower coach|xdmg","m":"objects/tokens/XDMG/Flamethrower Coach.webp","n":"Flamethrower Coach"},{"id":18809,"c":15,"u":"keg%20launcher_xdmg","p":96,"s":5,"h":1,"t":21,"uu":"keg launcher|xdmg","m":"objects/tokens/XDMG/Keg Launcher.webp","n":"Keg Launcher"},{"id":18810,"c":15,"u":"lightning%20cannon_xdmg","p":96,"s":5,"h":1,"t":21,"uu":"lightning cannon|xdmg","m":"objects/tokens/XDMG/Lightning Cannon.webp","n":"Lightning Cannon"},{"id":18811,"c":15,"u":"mangonel_xdmg","p":97,"s":5,"h":1,"t":21,"uu":"mangonel|xdmg","m":"objects/tokens/XDMG/Mangonel.webp","n":"Mangonel"},{"id":18812,"c":15,"u":"ram_xdmg","p":97,"s":5,"h":1,"t":21,"uu":"ram|xdmg","m":"objects/tokens/XDMG/Ram.webp","n":"Ram"},{"id":18813,"c":15,"u":"siege%20tower_xdmg","p":97,"s":5,"h":1,"t":21,"uu":"siege tower|xdmg","m":"objects/tokens/XDMG/Siege Tower.webp","n":"Siege Tower"},{"id":18814,"c":15,"u":"suspended%20cauldron_xdmg","p":97,"s":5,"h":1,"t":21,"uu":"suspended cauldron|xdmg","m":"objects/tokens/XDMG/Suspended Cauldron.webp","n":"Suspended Cauldron"},{"id":18815,"c":15,"u":"trebuchet_xdmg","p":97,"s":5,"h":1,"t":21,"uu":"trebuchet|xdmg","m":"objects/tokens/XDMG/Trebuchet.webp","n":"Trebuchet"},{"id":18816,"c":15,"u":"ballista_dmg","p":255,"s":24,"h":1,"t":21,"uu":"ballista|dmg","m":"objects/tokens/DMG/Ballista.webp","n":"Ballista"},{"id":18817,"c":15,"u":"cannon_dmg","p":255,"s":24,"h":1,"t":21,"uu":"cannon|dmg","m":"objects/tokens/DMG/Cannon.webp","n":"Cannon"},{"id":18818,"c":15,"u":"generic%20object_dmg","p":246,"s":24,"h":1,"r":1,"t":21,"uu":"generic object|dmg","m":"objects/tokens/DMG/Generic Object.webp","n":"Generic Object"},{"id":18819,"c":15,"u":"mangonel_dmg","p":255,"s":24,"h":1,"t":21,"uu":"mangonel|dmg","m":"objects/tokens/DMG/Mangonel.webp","n":"Mangonel"},{"id":18820,"c":15,"u":"ram_dmg","p":255,"s":24,"h":1,"t":21,"uu":"ram|dmg","m":"objects/tokens/DMG/Ram.webp","n":"Ram"},{"id":18821,"c":15,"u":"siege%20tower_dmg","p":256,"s":24,"h":1,"t":21,"uu":"siege tower|dmg","m":"objects/tokens/DMG/Siege Tower.webp","n":"Siege Tower"},{"id":18822,"c":15,"u":"suspended%20cauldron_dmg","p":255,"s":24,"h":1,"t":21,"uu":"suspended cauldron|dmg","m":"objects/tokens/DMG/Suspended Cauldron.webp","n":"Suspended Cauldron"},{"id":18823,"c":15,"u":"trebuchet_dmg","p":256,"s":24,"h":1,"t":21,"uu":"trebuchet|dmg","m":"objects/tokens/DMG/Trebuchet.webp","n":"Trebuchet"},{"id":18824,"c":15,"u":"boilerdrak_dsotdq","p":189,"s":27,"h":1,"t":21,"uu":"boilerdrak|dsotdq","m":"objects/tokens/DSotDQ/Boilerdrak.webp","n":"Boilerdrak"},{"id":18825,"c":15,"u":"gnomeflinger_dsotdq","p":189,"s":27,"h":1,"t":21,"uu":"gnomeflinger|dsotdq","m":"objects/tokens/DSotDQ/Gnomeflinger.webp","n":"Gnomeflinger"},{"id":18826,"c":15,"u":"ice%20troll%20heart_idrotf","p":294,"s":38,"h":1,"t":21,"uu":"ice troll heart|idrotf","m":"objects/tokens/IDRotF/Ice Troll Heart.webp","n":"Ice Troll Heart"},{"id":18827,"c":15,"u":"spirit%20blister_jttrc","p":142,"s":39,"h":1,"t":21,"uu":"spirit blister|jttrc","m":"objects/tokens/JttRC/Spirit Blister.webp","n":"Spirit Blister"},{"id":18828,"c":15,"u":"captain%20a-hole_rmbre","p":21,"s":55,"h":1,"dP":1,"t":21,"uu":"captain a-hole|rmbre","m":"objects/tokens/RMBRE/Captain A-Hole.webp","n":"Captain A-Hole"},{"id":18829,"c":15,"u":"the%20head_rmbre","p":25,"s":55,"h":1,"dP":1,"t":21,"uu":"the head|rmbre","m":"objects/tokens/RMBRE/The Head.webp","n":"The Head"},{"id":18830,"c":15,"u":"gulthias%20tree_tftyp","p":31,"s":62,"h":1,"t":21,"uu":"gulthias tree|tftyp","m":"objects/tokens/TftYP/Gulthias Tree.webp","n":"Gulthias Tree"},{"id":18831,"c":16,"u":"balance%20and%20ruin_bmt","p":29,"s":1,"h":1,"t":22,"uu":"balance and ruin|bmt","m":"traps/BMT/Balance and Ruin.webp","n":"Balance and Ruin"},{"id":18832,"c":16,"u":"surface%20of%20the%20sun_bmt","p":30,"s":1,"h":1,"t":22,"uu":"surface of the sun|bmt","m":"traps/BMT/Surface of the Sun.webp","n":"Surface of the Sun"},{"id":18833,"c":16,"u":"test%20of%20the%20empty%20moon_bmt","p":31,"s":1,"h":1,"t":22,"uu":"test of the empty moon|bmt","m":"traps/BMT/Test of the Empty Moon.webp","n":"Test of the Empty Moon"},{"id":18834,"c":16,"u":"collapsing%20roof_xdmg","p":100,"s":5,"h":1,"t":22,"uu":"collapsing roof|xdmg","n":"Collapsing Roof"},{"id":18835,"c":16,"u":"falling%20net_xdmg","p":100,"s":5,"h":1,"t":22,"uu":"falling net|xdmg","n":"Falling Net"},{"id":18836,"c":16,"u":"fire-casting%20statue_xdmg","p":102,"s":5,"h":1,"t":22,"uu":"fire-casting statue|xdmg","n":"Fire-Casting Statue"},{"id":18837,"c":16,"u":"hidden%20pit_xdmg","p":102,"s":5,"h":1,"t":22,"uu":"hidden pit|xdmg","n":"Hidden Pit"},{"id":18838,"c":16,"u":"poisoned%20darts_xdmg","p":101,"s":5,"h":1,"t":22,"uu":"poisoned darts|xdmg","m":"traps/XDMG/Poisoned Darts.webp","n":"Poisoned Darts"},{"id":18839,"c":16,"u":"poisoned%20needle_xdmg","p":102,"s":5,"h":1,"t":22,"uu":"poisoned needle|xdmg","n":"Poisoned Needle"},{"id":18840,"c":16,"u":"rolling%20stone_xdmg","p":102,"s":5,"h":1,"t":22,"uu":"rolling stone|xdmg","n":"Rolling Stone"},{"id":18841,"c":16,"u":"spiked%20pit_xdmg","p":103,"s":5,"h":1,"t":22,"uu":"spiked pit|xdmg","n":"Spiked Pit"},{"id":18842,"c":16,"u":"bear%20trap_xge","p":113,"s":6,"h":1,"t":22,"uu":"bear trap|xge","n":"Bear Trap"},{"id":18843,"c":16,"u":"crossbow%20trap_xge","p":113,"s":6,"h":1,"t":22,"uu":"crossbow trap|xge","n":"Crossbow Trap"},{"id":18844,"c":16,"u":"falling%20portcullis_xge","p":113,"s":6,"h":1,"t":22,"uu":"falling portcullis|xge","n":"Falling Portcullis"},{"id":18845,"c":16,"u":"fiery%20blast%20trap_xge","p":113,"s":6,"h":1,"t":22,"uu":"fiery blast trap|xge","n":"Fiery Blast Trap"},{"id":18846,"c":16,"u":"net%20trap_xge","p":113,"s":6,"h":1,"t":22,"uu":"net trap|xge","n":"Net Trap"},{"id":18847,"c":16,"u":"path%20of%20blades_xge","p":118,"s":6,"h":1,"t":22,"uu":"path of blades|xge","n":"Path of Blades"},{"id":18848,"c":16,"u":"pit%20trap_xge","p":114,"s":6,"h":1,"t":22,"uu":"pit trap|xge","n":"Pit Trap"},{"id":18849,"c":16,"u":"poison%20needle%20trap_xge","p":114,"s":6,"h":1,"t":22,"uu":"poison needle trap|xge","n":"Poison Needle Trap"},{"id":18850,"c":16,"u":"poisoned%20tempest_xge","p":120,"s":6,"h":1,"t":22,"uu":"poisoned tempest|xge","n":"Poisoned Tempest"},{"id":18851,"c":16,"u":"scything%20blade%20trap_xge","p":114,"s":6,"h":1,"t":22,"uu":"scything blade trap|xge","n":"Scything Blade Trap"},{"id":18852,"c":16,"u":"sleep%20of%20ages%20trap_xge","p":114,"s":6,"h":1,"t":22,"uu":"sleep of ages trap|xge","n":"Sleep of Ages Trap"},{"id":18853,"c":16,"u":"sphere%20of%20crushing%20doom_xge","p":119,"s":6,"h":1,"t":22,"uu":"sphere of crushing doom|xge","n":"Sphere of Crushing Doom"},{"id":18854,"c":16,"u":"collapsing%20roof_dmg","p":122,"s":24,"h":1,"r":1,"t":22,"uu":"collapsing roof|dmg","n":"Collapsing Roof"},{"id":18855,"c":16,"u":"falling%20net_dmg","p":122,"s":24,"h":1,"r":1,"t":22,"uu":"falling net|dmg","n":"Falling Net"},{"id":18856,"c":16,"u":"fire-breathing%20statue_dmg","p":122,"s":24,"h":1,"r":1,"t":22,"uu":"fire-breathing statue|dmg","n":"Fire-Breathing Statue"},{"id":18857,"c":16,"u":"pits_dmg","p":122,"s":24,"h":1,"r":1,"t":22,"uu":"pits|dmg","n":"Pits"},{"id":18858,"c":16,"u":"poison%20darts_dmg","p":123,"s":24,"h":1,"r":1,"t":22,"uu":"poison darts|dmg","n":"Poison Darts"},{"id":18859,"c":16,"u":"poison%20needle_dmg","p":123,"s":24,"h":1,"r":1,"t":22,"uu":"poison needle|dmg","n":"Poison Needle"},{"id":18860,"c":16,"u":"rolling%20sphere_dmg","p":123,"s":24,"h":1,"r":1,"t":22,"uu":"rolling sphere|dmg","n":"Rolling Sphere"},{"id":18861,"c":16,"u":"sphere%20of%20annihilation_dmg","p":123,"s":24,"h":1,"r":1,"t":22,"uu":"sphere of annihilation|dmg","n":"Sphere of Annihilation"},{"id":18862,"c":16,"u":"danse%20macabre_vrgr","p":197,"s":68,"h":1,"t":22,"uu":"danse macabre|vrgr","n":"Danse Macabre"},{"id":18863,"c":16,"u":"faceless%20malice_vrgr","p":197,"s":68,"h":1,"t":22,"uu":"faceless malice|vrgr","m":"traps/VRGR/Faceless Malice.webp","n":"Faceless Malice"},{"id":18864,"c":16,"u":"icon%20of%20the%20lower%20aerial%20kingdoms_vrgr","p":197,"s":68,"h":1,"t":22,"uu":"icon of the lower aerial kingdoms|vrgr","n":"Icon of the Lower Aerial Kingdoms"},{"id":18865,"c":16,"u":"morbid%20memory_vrgr","p":198,"s":68,"h":1,"t":22,"uu":"morbid memory|vrgr","n":"Morbid Memory"},{"id":18866,"c":16,"u":"malfunctioning%20phase%20transference%20emitter_azfyt","p":9,"s":113,"h":1,"t":22,"uu":"malfunctioning phase transference emitter|azfyt","n":"Malfunctioning Phase Transference Emitter"},{"id":18867,"c":16,"u":"death%20fog%20trap_rtg","p":19,"s":101,"h":1,"t":22,"uu":"death fog trap|rtg","n":"Death Fog Trap"},{"id":18868,"c":17,"u":"avalanche_tce","p":169,"s":4,"h":1,"t":23,"uu":"avalanche|tce","n":"Avalanche"},{"id":18869,"c":17,"u":"falling%20into%20water_tce","p":170,"s":4,"h":1,"t":23,"uu":"falling into water|tce","n":"Falling into Water"},{"id":18870,"c":17,"u":"falling%20onto%20a%20creature_tce","p":170,"s":4,"h":1,"t":23,"uu":"falling onto a creature|tce","n":"Falling onto a Creature"},{"id":18871,"c":17,"u":"flame%20storm_tce","p":163,"s":4,"h":1,"t":23,"uu":"flame storm|tce","n":"Flame Storm"},{"id":18872,"c":17,"u":"flaywind_tce","p":163,"s":4,"h":1,"t":23,"uu":"flaywind|tce","n":"Flaywind"},{"id":18873,"c":17,"u":"necrotic%20tempest_tce","p":163,"s":4,"h":1,"t":23,"uu":"necrotic tempest|tce","n":"Necrotic Tempest"},{"id":18874,"c":17,"u":"thrym's%20howl_tce","p":163,"s":4,"h":1,"t":23,"uu":"thrym's howl|tce","n":"Thrym's Howl"},{"id":18875,"c":17,"u":"brown%20mold_xdmg","p":76,"s":5,"h":1,"t":23,"uu":"brown mold|xdmg","n":"Brown Mold"},{"id":18876,"c":17,"u":"dead%20magic%20zone_xdmg","p":68,"s":5,"h":1,"t":23,"uu":"dead magic zone|xdmg","n":"Dead Magic Zone"},{"id":18877,"c":17,"u":"deep%20water_xdmg","p":68,"s":5,"h":1,"t":23,"uu":"deep water|xdmg","n":"Deep Water"},{"id":18878,"c":17,"u":"extreme%20cold_xdmg","p":68,"s":5,"h":1,"t":23,"uu":"extreme cold|xdmg","n":"Extreme Cold"},{"id":18879,"c":17,"u":"extreme%20heat_xdmg","p":68,"s":5,"h":1,"t":23,"uu":"extreme heat|xdmg","n":"Extreme Heat"},{"id":18880,"c":17,"u":"fireball%20fungus_xdmg","p":76,"s":5,"h":1,"t":23,"uu":"fireball fungus|xdmg","n":"Fireball Fungus"},{"id":18881,"c":17,"u":"frigid%20water_xdmg","p":68,"s":5,"h":1,"t":23,"uu":"frigid water|xdmg","n":"Frigid Water"},{"id":18882,"c":17,"u":"green%20slime_xdmg","p":76,"s":5,"h":1,"t":23,"uu":"green slime|xdmg","m":"hazards/XDMG/Green Slime.webp","n":"Green Slime"},{"id":18883,"c":17,"u":"heavy%20precipitation_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"heavy precipitation|xdmg","n":"Heavy Precipitation"},{"id":18884,"c":17,"u":"high%20altitude_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"high altitude|xdmg","n":"High Altitude"},{"id":18885,"c":17,"u":"improvised%20damage_xdmg","p":30,"s":5,"h":1,"t":23,"uu":"improvised damage|xdmg","n":"Improvised Damage"},{"id":18886,"c":17,"u":"inferno_xdmg","p":76,"s":5,"h":1,"t":23,"uu":"inferno|xdmg","n":"Inferno"},{"id":18887,"c":17,"u":"planar%20effects_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"planar effects|xdmg","n":"Planar Effects"},{"id":18888,"c":17,"u":"poisonous%20gas_xdmg","p":77,"s":5,"h":1,"t":23,"uu":"poisonous gas|xdmg","n":"Poisonous Gas"},{"id":18889,"c":17,"u":"quicksand%20pit_xdmg","p":77,"s":5,"h":1,"t":23,"uu":"quicksand pit|xdmg","n":"Quicksand Pit"},{"id":18890,"c":17,"u":"razorvine_xdmg","p":78,"s":5,"h":1,"t":23,"uu":"razorvine|xdmg","n":"Razorvine"},{"id":18891,"c":17,"u":"river%20styx_xdmg","p":78,"s":5,"h":1,"t":23,"uu":"river styx|xdmg","n":"River Styx"},{"id":18892,"c":17,"u":"rockslide_xdmg","p":78,"s":5,"h":1,"t":23,"uu":"rockslide|xdmg","n":"Rockslide"},{"id":18893,"c":17,"u":"slippery%20ice_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"slippery ice|xdmg","n":"Slippery Ice"},{"id":18894,"c":17,"u":"strong%20wind_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"strong wind|xdmg","n":"Strong Wind"},{"id":18895,"c":17,"u":"thin%20ice_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"thin ice|xdmg","n":"Thin Ice"},{"id":18896,"c":17,"u":"vicious%20vine_xdmg","p":78,"s":5,"h":1,"t":23,"uu":"vicious vine|xdmg","n":"Vicious Vine"},{"id":18897,"c":17,"u":"webs_xdmg","p":79,"s":5,"h":1,"t":23,"uu":"webs|xdmg","m":"hazards/XDMG/Webs.webp","n":"Webs"},{"id":18898,"c":17,"u":"wild%20magic%20zone_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"wild magic zone|xdmg","n":"Wild Magic Zone"},{"id":18899,"c":17,"u":"yellow%20mold_xdmg","p":79,"s":5,"h":1,"t":23,"uu":"yellow mold|xdmg","n":"Yellow Mold"},{"id":18900,"c":17,"u":"burning_xphb","p":362,"s":8,"h":1,"t":23,"uu":"burning|xphb","n":"Burning"},{"id":18901,"c":17,"u":"dehydration_xphb","p":365,"s":8,"h":1,"t":23,"uu":"dehydration|xphb","n":"Dehydration"},{"id":18902,"c":17,"u":"falling_xphb","p":367,"s":8,"h":1,"t":23,"uu":"falling|xphb","n":"Falling"},{"id":18903,"c":17,"u":"malnutrition_xphb","p":371,"s":8,"h":1,"t":23,"uu":"malnutrition|xphb","n":"Malnutrition"},{"id":18904,"c":17,"u":"suffocation_xphb","p":376,"s":8,"h":1,"t":23,"uu":"suffocation|xphb","n":"Suffocation"},{"id":18905,"c":17,"u":"demon%20ichor_bgdia","p":78,"s":17,"h":1,"t":23,"uu":"demon ichor|bgdia","n":"Demon Ichor"},{"id":18906,"c":17,"u":"brown%20mold_dmg","p":105,"s":24,"h":1,"t":23,"uu":"brown mold|dmg","n":"Brown Mold"},{"id":18907,"c":17,"u":"desecrated%20ground_dmg","p":110,"s":24,"h":1,"t":23,"uu":"desecrated ground|dmg","n":"Desecrated Ground"},{"id":18908,"c":17,"u":"extreme%20cold_dmg","p":110,"s":24,"h":1,"t":23,"uu":"extreme cold|dmg","n":"Extreme Cold"},{"id":18909,"c":17,"u":"extreme%20heat_dmg","p":110,"s":24,"h":1,"t":23,"uu":"extreme heat|dmg","n":"Extreme Heat"},{"id":18910,"c":17,"u":"frigid%20water_dmg","p":110,"s":24,"h":1,"t":23,"uu":"frigid water|dmg","n":"Frigid Water"},{"id":18911,"c":17,"u":"green%20slime_dmg","p":105,"s":24,"h":1,"t":23,"uu":"green slime|dmg","n":"Green Slime"},{"id":18912,"c":17,"u":"heavy%20precipitation_dmg","p":110,"s":24,"h":1,"t":23,"uu":"heavy precipitation|dmg","n":"Heavy Precipitation"},{"id":18913,"c":17,"u":"high%20altitude_dmg","p":110,"s":24,"h":1,"t":23,"uu":"high altitude|dmg","n":"High Altitude"},{"id":18914,"c":17,"u":"improvised%20damage_dmg","p":249,"s":24,"h":1,"t":23,"uu":"improvised damage|dmg","n":"Improvised Damage"},{"id":18915,"c":17,"u":"quicksand_dmg","p":110,"s":24,"h":1,"t":23,"uu":"quicksand|dmg","n":"Quicksand"},{"id":18916,"c":17,"u":"razorvine_dmg","p":110,"s":24,"h":1,"t":23,"uu":"razorvine|dmg","n":"Razorvine"},{"id":18917,"c":17,"u":"slippery%20ice_dmg","p":110,"s":24,"h":1,"t":23,"uu":"slippery ice|dmg","n":"Slippery Ice"},{"id":18918,"c":17,"u":"strong%20wind_dmg","p":110,"s":24,"h":1,"t":23,"uu":"strong wind|dmg","n":"Strong Wind"},{"id":18919,"c":17,"u":"thin%20ice_dmg","p":111,"s":24,"h":1,"t":23,"uu":"thin ice|dmg","n":"Thin Ice"},{"id":18920,"c":17,"u":"webs_dmg","p":105,"s":24,"h":1,"t":23,"uu":"webs|dmg","n":"Webs"},{"id":18921,"c":17,"u":"yellow%20mold_dmg","p":105,"s":24,"h":1,"t":23,"uu":"yellow mold|dmg","n":"Yellow Mold"},{"id":18922,"c":17,"u":"avalanche_idrotf","p":10,"s":38,"h":1,"t":23,"uu":"avalanche|idrotf","n":"Avalanche"},{"id":18923,"c":17,"u":"blizzard_idrotf","p":10,"s":38,"h":1,"t":23,"uu":"blizzard|idrotf","n":"Blizzard"},{"id":18924,"c":17,"u":"rot%20grub_vgm","p":208,"s":67,"h":1,"t":23,"uu":"rot grub|vgm","n":"Rot Grub"},{"id":18925,"c":17,"u":"russet%20mold_vgm","p":196,"s":67,"h":1,"t":23,"uu":"russet mold|vgm","n":"Russet Mold"},{"id":18926,"c":19,"u":"cult%20of%20baphomet_mpmm","p":58,"s":3,"h":1,"t":24,"uu":"cult of baphomet|mpmm","n":"Cult of Baphomet"},{"id":18927,"c":19,"u":"cult%20of%20demogorgon_mpmm","p":90,"s":3,"h":1,"t":24,"uu":"cult of demogorgon|mpmm","n":"Cult of Demogorgon"},{"id":18928,"c":19,"u":"cult%20of%20fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"t":24,"uu":"cult of fraz-urb'luu|mpmm","n":"Cult of Fraz-Urb'luu"},{"id":18929,"c":19,"u":"cult%20of%20geryon_mpmm","p":136,"s":3,"h":1,"t":24,"uu":"cult of geryon|mpmm","n":"Cult of Geryon"},{"id":18930,"c":19,"u":"cult%20of%20graz'zt_mpmm","p":148,"s":3,"h":1,"t":24,"uu":"cult of graz'zt|mpmm","n":"Cult of Graz'zt"},{"id":18931,"c":19,"u":"cult%20of%20juiblex_mpmm","p":160,"s":3,"h":1,"t":24,"uu":"cult of juiblex|mpmm","n":"Cult of Juiblex"},{"id":18932,"c":19,"u":"cult%20of%20orcus_mpmm","p":204,"s":3,"h":1,"t":24,"uu":"cult of orcus|mpmm","n":"Cult of Orcus"},{"id":18933,"c":19,"u":"cult%20of%20yeenoghu_mpmm","p":270,"s":3,"h":1,"t":24,"uu":"cult of yeenoghu|mpmm","n":"Cult of Yeenoghu"},{"id":18934,"c":19,"u":"cult%20of%20zariel_mpmm","p":280,"s":3,"h":1,"t":24,"uu":"cult of zariel|mpmm","n":"Cult of Zariel"},{"id":18935,"c":19,"u":"cult%20of%20zuggtmoy_mpmm","p":281,"s":3,"h":1,"t":24,"uu":"cult of zuggtmoy|mpmm","n":"Cult of Zuggtmoy"},{"id":18936,"c":19,"u":"cult%20of%20asmodeus_mtf","p":21,"s":48,"h":1,"t":24,"uu":"cult of asmodeus|mtf","n":"Cult of Asmodeus"},{"id":18937,"c":19,"u":"cult%20of%20atropus%2c%20the%20world%20born%20dead_mtf","p":237,"s":48,"h":1,"t":24,"uu":"cult of atropus, the world born dead|mtf","n":"Cult of Atropus, the World Born Dead"},{"id":18938,"c":19,"u":"cult%20of%20baalzebul_mtf","p":21,"s":48,"h":1,"t":24,"uu":"cult of baalzebul|mtf","n":"Cult of Baalzebul"},{"id":18939,"c":19,"u":"cult%20of%20borem%2c%20of%20the%20lake%20of%20boiling%20mud_mtf","p":237,"s":48,"h":1,"t":24,"uu":"cult of borem, of the lake of boiling mud|mtf","n":"Cult of Borem, of the Lake of Boiling Mud"},{"id":18940,"c":19,"u":"cult%20of%20dispater_mtf","p":21,"s":48,"h":1,"t":24,"uu":"cult of dispater|mtf","n":"Cult of Dispater"},{"id":18941,"c":19,"u":"cult%20of%20fierna_mtf","p":21,"s":48,"h":1,"t":24,"uu":"cult of fierna|mtf","n":"Cult of Fierna"},{"id":18942,"c":19,"u":"cult%20of%20geryon_mtf","p":21,"s":48,"h":1,"t":24,"uu":"cult of geryon|mtf","n":"Cult of Geryon"},{"id":18943,"c":19,"u":"cult%20of%20glasya_mtf","p":21,"s":48,"h":1,"t":24,"uu":"cult of glasya|mtf","n":"Cult of Glasya"},{"id":18944,"c":19,"u":"cult%20of%20haask%2c%20the%20voice%20of%20hargut_mtf","p":237,"s":48,"h":1,"t":24,"uu":"cult of haask, the voice of hargut|mtf","n":"Cult of Haask, the Voice of Hargut"},{"id":18945,"c":19,"u":"cult%20of%20levistus_mtf","p":21,"s":48,"h":1,"t":24,"uu":"cult of levistus|mtf","n":"Cult of Levistus"},{"id":18946,"c":19,"u":"cult%20of%20mammon_mtf","p":21,"s":48,"h":1,"t":24,"uu":"cult of mammon|mtf","n":"Cult of Mammon"},{"id":18947,"c":19,"u":"cult%20of%20mephistopheles_mtf","p":21,"s":48,"h":1,"t":24,"uu":"cult of mephistopheles|mtf","n":"Cult of Mephistopheles"},{"id":18948,"c":19,"u":"cult%20of%20tharizdun%2c%20the%20chained%20god_mtf","p":237,"s":48,"h":1,"t":24,"uu":"cult of tharizdun, the chained god|mtf","n":"Cult of Tharizdun, the Chained God"},{"id":18949,"c":19,"u":"cult%20of%20tyranthraxus%2c%20the%20flamed%20one_mtf","p":237,"s":48,"h":1,"t":24,"uu":"cult of tyranthraxus, the flamed one|mtf","n":"Cult of Tyranthraxus, the Flamed One"},{"id":18950,"c":19,"u":"cult%20of%20zariel_mtf","p":21,"s":48,"h":1,"t":24,"uu":"cult of zariel|mtf","n":"Cult of Zariel"},{"id":18951,"c":19,"u":"cult%20of%20the%20black%20earth_pota","p":8,"s":53,"h":1,"t":24,"uu":"cult of the black earth|pota","n":"Cult of the Black Earth"},{"id":18952,"c":19,"u":"cult%20of%20the%20crushing%20wave_pota","p":9,"s":53,"h":1,"t":24,"uu":"cult of the crushing wave|pota","n":"Cult of the Crushing Wave"},{"id":18953,"c":19,"u":"cult%20of%20the%20eternal%20flame_pota","p":10,"s":53,"h":1,"t":24,"uu":"cult of the eternal flame|pota","n":"Cult of the Eternal Flame"},{"id":18954,"c":19,"u":"cult%20of%20the%20howling%20hatred_pota","p":11,"s":53,"h":1,"t":24,"uu":"cult of the howling hatred|pota","n":"Cult of the Howling Hatred"},{"id":18955,"c":19,"u":"cult%20of%20belzenlok_psd","p":17,"s":96,"h":1,"t":24,"uu":"cult of belzenlok|psd","n":"Cult of Belzenlok"},{"id":18956,"c":20,"u":"demonic%20boon%20of%20balor_mtf","p":32,"s":48,"h":1,"t":25,"uu":"demonic boon of balor|mtf","n":"Demonic Boon of Balor"},{"id":18957,"c":20,"u":"demonic%20boon%20of%20baphomet_mtf","p":30,"s":48,"h":1,"t":25,"uu":"demonic boon of baphomet|mtf","n":"Demonic Boon of Baphomet"},{"id":18958,"c":20,"u":"demonic%20boon%20of%20demogorgon_mtf","p":30,"s":48,"h":1,"t":25,"uu":"demonic boon of demogorgon|mtf","n":"Demonic Boon of Demogorgon"},{"id":18959,"c":20,"u":"demonic%20boon%20of%20fraz-urb'luu_mtf","p":30,"s":48,"h":1,"t":25,"uu":"demonic boon of fraz-urb'luu|mtf","n":"Demonic Boon of Fraz-Urb'luu"},{"id":18960,"c":20,"u":"demonic%20boon%20of%20goristro_mtf","p":32,"s":48,"h":1,"t":25,"uu":"demonic boon of goristro|mtf","n":"Demonic Boon of Goristro"},{"id":18961,"c":20,"u":"demonic%20boon%20of%20graz'zt_mtf","p":30,"s":48,"h":1,"t":25,"uu":"demonic boon of graz'zt|mtf","n":"Demonic Boon of Graz'zt"},{"id":18962,"c":20,"u":"demonic%20boon%20of%20juiblex_mtf","p":30,"s":48,"h":1,"t":25,"uu":"demonic boon of juiblex|mtf","n":"Demonic Boon of Juiblex"},{"id":18963,"c":20,"u":"demonic%20boon%20of%20marilith_mtf","p":32,"s":48,"h":1,"t":25,"uu":"demonic boon of marilith|mtf","n":"Demonic Boon of Marilith"},{"id":18964,"c":20,"u":"demonic%20boon%20of%20nalfeshnee_mtf","p":32,"s":48,"h":1,"t":25,"uu":"demonic boon of nalfeshnee|mtf","n":"Demonic Boon of Nalfeshnee"},{"id":18965,"c":20,"u":"demonic%20boon%20of%20orcus_mtf","p":31,"s":48,"h":1,"t":25,"uu":"demonic boon of orcus|mtf","n":"Demonic Boon of Orcus"},{"id":18966,"c":20,"u":"demonic%20boon%20of%20yeenoghu_mtf","p":31,"s":48,"h":1,"t":25,"uu":"demonic boon of yeenoghu|mtf","n":"Demonic Boon of Yeenoghu"},{"id":18967,"c":20,"u":"demonic%20boon%20of%20zuggtmoy_mtf","p":31,"s":48,"h":1,"t":25,"uu":"demonic boon of zuggtmoy|mtf","n":"Demonic Boon of Zuggtmoy"},{"id":18968,"c":24,"u":"major%20adaptations_ggr","p":210,"s":31,"h":1,"t":26,"uu":"major adaptations|ggr","n":"Major Adaptations"},{"id":18969,"c":24,"u":"minor%20adaptations_ggr","p":212,"s":31,"h":1,"t":26,"uu":"minor adaptations|ggr","n":"Minor Adaptations"},{"id":18970,"c":24,"u":"whirlpools%3b%20whirlpool%20rank_gos","p":206,"s":33,"h":1,"t":26,"uu":"whirlpools; whirlpool rank|gos","n":"Whirlpools; Whirlpool Rank"},{"id":18971,"c":24,"u":"derro%20madness_mtf","p":159,"s":48,"h":1,"t":26,"uu":"derro madness|mtf","n":"Derro Madness"},{"id":18972,"c":24,"u":"damage%20types_phb","p":196,"s":52,"h":1,"r":1,"t":26,"uu":"damage types|phb","n":"Damage Types"},{"id":18973,"c":24,"u":"harrowing%20return_tdcsr","p":214,"s":61,"h":1,"dP":1,"t":26,"uu":"harrowing return|tdcsr","n":"Harrowing Return"},{"id":18974,"c":24,"u":"beneficial%20manifestations_aitfr-avt","p":12,"s":105,"h":1,"t":26,"uu":"beneficial manifestations|aitfr-avt","n":"Beneficial Manifestations"},{"id":18975,"c":24,"u":"detrimental%20manifestations_aitfr-avt","p":12,"s":105,"h":1,"t":26,"uu":"detrimental manifestations|aitfr-avt","n":"Detrimental Manifestations"},{"id":18976,"c":24,"u":"2%2c500%20gp%20art%20objects_psx","p":26,"s":99,"h":1,"t":26,"uu":"2,500 gp art objects|psx","n":"2,500 gp Art Objects"},{"id":18977,"c":24,"u":"25%20gp%20art%20objects_psx","p":24,"s":99,"h":1,"t":26,"uu":"25 gp art objects|psx","n":"25 gp Art Objects"},{"id":18978,"c":24,"u":"250%20gp%20art%20objects_psx","p":24,"s":99,"h":1,"t":26,"uu":"250 gp art objects|psx","n":"250 gp Art Objects"},{"id":18979,"c":24,"u":"7%2c500%20gp%20art%20objects_psx","p":25,"s":99,"h":1,"t":26,"uu":"7,500 gp art objects|psx","n":"7,500 gp Art Objects"},{"id":18980,"c":24,"u":"750%20gp%20art%20objects_psx","p":24,"s":99,"h":1,"t":26,"uu":"750 gp art objects|psx","n":"750 gp Art Objects"},{"id":18981,"c":24,"u":"who%20created%20it%20or%20was%20intended%20to%20use%20it%3f_psx","p":26,"s":99,"h":1,"t":26,"uu":"who created it or was intended to use it?|psx","n":"Who Created It or Was Intended to Use It?"},{"id":18982,"c":24,"u":"25%20gp%20art%20objects_bgg","p":109,"s":0,"h":1,"t":26,"uu":"25 gp art objects|bgg","n":"25 gp Art Objects"},{"id":18983,"c":24,"u":"250%20gp%20art%20objects_bgg","p":109,"s":0,"h":1,"t":26,"uu":"250 gp art objects|bgg","n":"250 gp Art Objects"},{"id":18984,"c":24,"u":"against%20the%20giants_bgg","p":55,"s":0,"h":1,"t":26,"uu":"against the giants|bgg","n":"Against the Giants"},{"id":18985,"c":24,"u":"age%3b%20ancient%20behaviors_bgg","p":22,"s":0,"h":1,"t":26,"uu":"age; ancient behaviors|bgg","n":"Age; Ancient Behaviors"},{"id":18986,"c":24,"u":"age%3b%20life%20spans_bgg","p":22,"s":0,"h":1,"t":26,"uu":"age; life spans|bgg","n":"Age; Life Spans"},{"id":18987,"c":24,"u":"appendix%20b%3a%20adventure%20hooks%3b%20adventure%20hooks_bgg","p":192,"s":0,"h":1,"t":26,"uu":"appendix b: adventure hooks; adventure hooks|bgg","n":"Appendix B: Adventure Hooks; Adventure Hooks"},{"id":18988,"c":24,"u":"bands_bgg","p":36,"s":0,"h":1,"t":26,"uu":"bands|bgg","n":"Bands"},{"id":18989,"c":24,"u":"boss%20assignments_bgg","p":59,"s":0,"h":1,"t":26,"uu":"boss assignments|bgg","n":"Boss Assignments"},{"id":18990,"c":24,"u":"campaign%20events%3b%20world-shaking%20events_bgg","p":62,"s":0,"h":1,"t":26,"uu":"campaign events; world-shaking events|bgg","n":"Campaign Events; World-Shaking Events"},{"id":18991,"c":24,"u":"challenge%20ratings%3b%20creatures%20by%20challenge%20rating_bgg","p":188,"s":0,"h":1,"t":26,"uu":"challenge ratings; creatures by challenge rating|bgg","n":"Challenge Ratings; Creatures by Challenge Rating"},{"id":18992,"c":24,"u":"clash%20of%20titans_bgg","p":56,"s":0,"h":1,"t":26,"uu":"clash of titans|bgg","n":"Clash of Titans"},{"id":18993,"c":24,"u":"cloud%20giant%20bag%20contents%3b%20cloud%20giant%20bag%20items_bgg","p":105,"s":0,"h":1,"t":26,"uu":"cloud giant bag contents; cloud giant bag items|bgg","n":"Cloud Giant Bag Contents; Cloud Giant Bag Items"},{"id":18994,"c":24,"u":"cloud%20giant%20encounters_bgg","p":44,"s":0,"h":1,"t":26,"uu":"cloud giant encounters|bgg","n":"Cloud Giant Encounters"},{"id":18995,"c":24,"u":"death%20giant%20encounters_bgg","p":45,"s":0,"h":1,"t":26,"uu":"death giant encounters|bgg","n":"Death Giant Encounters"},{"id":18996,"c":24,"u":"delve%20into%20the%20past_bgg","p":57,"s":0,"h":1,"t":26,"uu":"delve into the past|bgg","n":"Delve into the Past"},{"id":18997,"c":24,"u":"dinosaur%20world%20encounters_bgg","p":49,"s":0,"h":1,"t":26,"uu":"dinosaur world encounters|bgg","n":"Dinosaur World Encounters"},{"id":18998,"c":24,"u":"elemental%20air%20encounters_bgg","p":49,"s":0,"h":1,"t":26,"uu":"elemental air encounters|bgg","n":"Elemental Air Encounters"},{"id":18999,"c":24,"u":"elemental%20earth%20encounters_bgg","p":50,"s":0,"h":1,"t":26,"uu":"elemental earth encounters|bgg","n":"Elemental Earth Encounters"},{"id":19000,"c":24,"u":"elemental%20fire%20encounters_bgg","p":51,"s":0,"h":1,"t":26,"uu":"elemental fire encounters|bgg","n":"Elemental Fire Encounters"},{"id":19001,"c":24,"u":"elemental%20marks_bgg","p":16,"s":0,"h":1,"t":26,"uu":"elemental marks|bgg","n":"Elemental Marks"},{"id":19002,"c":24,"u":"elemental%20water%20encounters_bgg","p":51,"s":0,"h":1,"t":26,"uu":"elemental water encounters|bgg","n":"Elemental Water Encounters"},{"id":19003,"c":24,"u":"eternal%20throne%20adventures_bgg","p":40,"s":0,"h":1,"t":26,"uu":"eternal throne adventures|bgg","n":"Eternal Throne Adventures"},{"id":19004,"c":24,"u":"exiles_bgg","p":35,"s":0,"h":1,"t":26,"uu":"exiles|bgg","n":"Exiles"},{"id":19005,"c":24,"u":"family%3b%20families_bgg","p":37,"s":0,"h":1,"t":26,"uu":"family; families|bgg","n":"Family; Families"},{"id":19006,"c":24,"u":"fiendish%20incursion%20encounters_bgg","p":52,"s":0,"h":1,"t":26,"uu":"fiendish incursion encounters|bgg","n":"Fiendish Incursion Encounters"},{"id":19007,"c":24,"u":"financier%20assignments_bgg","p":59,"s":0,"h":1,"t":26,"uu":"financier assignments|bgg","n":"Financier Assignments"},{"id":19008,"c":24,"u":"fire%20giant%20bag%20contents%3b%20fire%20giant%20bag%20items_bgg","p":106,"s":0,"h":1,"t":26,"uu":"fire giant bag contents; fire giant bag items|bgg","n":"Fire Giant Bag Contents; Fire Giant Bag Items"},{"id":19009,"c":24,"u":"fire%20giant%20encounters_bgg","p":46,"s":0,"h":1,"t":26,"uu":"fire giant encounters|bgg","n":"Fire Giant Encounters"},{"id":19010,"c":24,"u":"fomorian%20encounters_bgg","p":46,"s":0,"h":1,"t":26,"uu":"fomorian encounters|bgg","n":"Fomorian Encounters"},{"id":19011,"c":24,"u":"frost%20giant%20bag%20contents%3b%20frost%20giant%20bag%20items_bgg","p":106,"s":0,"h":1,"t":26,"uu":"frost giant bag contents; frost giant bag items|bgg","n":"Frost Giant Bag Contents; Frost Giant Bag Items"},{"id":19012,"c":24,"u":"frost%20giant%20encounters_bgg","p":46,"s":0,"h":1,"t":26,"uu":"frost giant encounters|bgg","n":"Frost Giant Encounters"},{"id":19013,"c":24,"u":"giant%20construct%20encounters_bgg","p":53,"s":0,"h":1,"t":26,"uu":"giant construct encounters|bgg","n":"Giant Construct Encounters"},{"id":19014,"c":24,"u":"giant%20kin%20encounters_bgg","p":53,"s":0,"h":1,"t":26,"uu":"giant kin encounters|bgg","n":"Giant Kin Encounters"},{"id":19015,"c":24,"u":"giant%20necropolis%20encounters_bgg","p":54,"s":0,"h":1,"t":26,"uu":"giant necropolis encounters|bgg","n":"Giant Necropolis Encounters"},{"id":19016,"c":24,"u":"giant%20patrons_bgg","p":59,"s":0,"h":1,"t":26,"uu":"giant patrons|bgg","n":"Giant Patrons"},{"id":19017,"c":24,"u":"giant-sized%20schemes_bgg","p":57,"s":0,"h":1,"t":26,"uu":"giant-sized schemes|bgg","n":"Giant-Sized Schemes"},{"id":19018,"c":24,"u":"giantkind%20encounters_bgg","p":44,"s":0,"h":1,"t":26,"uu":"giantkind encounters|bgg","n":"Giantkind Encounters"},{"id":19019,"c":24,"u":"giants%20and%20the%20ordning_bgg","p":24,"s":0,"h":1,"t":26,"uu":"giants and the ordning|bgg","n":"Giants and the Ordning"},{"id":19020,"c":24,"u":"giants%20by%20kind%3b%20cloud%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; cloud giants|bgg","n":"Giants by Kind; Cloud Giants"},{"id":19021,"c":24,"u":"giants%20by%20kind%3b%20fire%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; fire giants|bgg","n":"Giants by Kind; Fire Giants"},{"id":19022,"c":24,"u":"giants%20by%20kind%3b%20frost%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; frost giants|bgg","n":"Giants by Kind; Frost Giants"},{"id":19023,"c":24,"u":"giants%20by%20kind%3b%20hill%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; hill giants|bgg","n":"Giants by Kind; Hill Giants"},{"id":19024,"c":24,"u":"giants%20by%20kind%3b%20other%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; other giants|bgg","n":"Giants by Kind; Other Giants"},{"id":19025,"c":24,"u":"giants%20by%20kind%3b%20stone%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; stone giants|bgg","n":"Giants by Kind; Stone Giants"},{"id":19026,"c":24,"u":"giants%20by%20kind%3b%20storm%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; storm giants|bgg","n":"Giants by Kind; Storm Giants"},{"id":19027,"c":24,"u":"giants'%20names_bgg","p":23,"s":0,"h":1,"t":26,"uu":"giants' names|bgg","n":"Giants' Names"},{"id":19028,"c":24,"u":"gods%20and%20adventures%3b%20annam's%20children%20adventures_bgg","p":33,"s":0,"h":1,"t":26,"uu":"gods and adventures; annam's children adventures|bgg","n":"Gods and Adventures; Annam's Children Adventures"},{"id":19029,"c":24,"u":"gods%20and%20adventures%3b%20interloper%20gods%20adventures_bgg","p":33,"s":0,"h":1,"t":26,"uu":"gods and adventures; interloper gods adventures|bgg","n":"Gods and Adventures; Interloper Gods Adventures"},{"id":19030,"c":24,"u":"gods%20and%20religion%3b%20gods%20of%20the%20ordning_bgg","p":27,"s":0,"h":1,"t":26,"uu":"gods and religion; gods of the ordning|bgg","n":"Gods and Religion; Gods of the Ordning"},{"id":19031,"c":24,"u":"hidden%20rune%20adventures_bgg","p":39,"s":0,"h":1,"t":26,"uu":"hidden rune adventures|bgg","n":"Hidden Rune Adventures"},{"id":19032,"c":24,"u":"hill%20giant%20bag%20contents%3b%20hill%20giant%20bag%20items_bgg","p":107,"s":0,"h":1,"t":26,"uu":"hill giant bag contents; hill giant bag items|bgg","n":"Hill Giant Bag Contents; Hill Giant Bag Items"},{"id":19033,"c":24,"u":"hill%20giant%20encounters_bgg","p":47,"s":0,"h":1,"t":26,"uu":"hill giant encounters|bgg","n":"Hill Giant Encounters"},{"id":19034,"c":24,"u":"howling%20iceberg%20tunnels_bgg","p":88,"s":0,"h":1,"t":26,"uu":"howling iceberg tunnels|bgg","n":"Howling Iceberg Tunnels"},{"id":19035,"c":24,"u":"initial%20attitudes_bgg","p":44,"s":0,"h":1,"t":26,"uu":"initial attitudes|bgg","n":"Initial Attitudes"},{"id":19036,"c":24,"u":"into%20the%20giant%20realms_bgg","p":58,"s":0,"h":1,"t":26,"uu":"into the giant realms|bgg","n":"Into the Giant Realms"},{"id":19037,"c":24,"u":"megafauna%20world%20encounters_bgg","p":54,"s":0,"h":1,"t":26,"uu":"megafauna world encounters|bgg","n":"Megafauna World Encounters"},{"id":19038,"c":24,"u":"pride%3b%20proud%20behaviors_bgg","p":22,"s":0,"h":1,"t":26,"uu":"pride; proud behaviors|bgg","n":"Pride; Proud Behaviors"},{"id":19039,"c":24,"u":"recluses_bgg","p":35,"s":0,"h":1,"t":26,"uu":"recluses|bgg","n":"Recluses"},{"id":19040,"c":24,"u":"rejecting%20the%20ordning_bgg","p":26,"s":0,"h":1,"t":26,"uu":"rejecting the ordning|bgg","n":"Rejecting the Ordning"},{"id":19041,"c":24,"u":"seer%20assignments_bgg","p":60,"s":0,"h":1,"t":26,"uu":"seer assignments|bgg","n":"Seer Assignments"},{"id":19042,"c":24,"u":"settlements_bgg","p":38,"s":0,"h":1,"t":26,"uu":"settlements|bgg","n":"Settlements"},{"id":19043,"c":24,"u":"size%3b%20huge%20behaviors_bgg","p":21,"s":0,"h":1,"t":26,"uu":"size; huge behaviors|bgg","n":"Size; Huge Behaviors"},{"id":19044,"c":24,"u":"sovereign%20assignments_bgg","p":60,"s":0,"h":1,"t":26,"uu":"sovereign assignments|bgg","n":"Sovereign Assignments"},{"id":19045,"c":24,"u":"star%20forge%20item%20creation_bgg","p":98,"s":0,"h":1,"t":26,"uu":"star forge item creation|bgg","n":"Star Forge Item Creation"},{"id":19046,"c":24,"u":"steadings_bgg","p":37,"s":0,"h":1,"t":26,"uu":"steadings|bgg","n":"Steadings"},{"id":19047,"c":24,"u":"stone%20giant%20bag%20contents%3b%20stone%20giant%20bag%20items_bgg","p":107,"s":0,"h":1,"t":26,"uu":"stone giant bag contents; stone giant bag items|bgg","n":"Stone Giant Bag Contents; Stone Giant Bag Items"},{"id":19048,"c":24,"u":"stone%20giant%20encounters_bgg","p":48,"s":0,"h":1,"t":26,"uu":"stone giant encounters|bgg","n":"Stone Giant Encounters"},{"id":19049,"c":24,"u":"storm%20giant%20bag%20contents%3b%20storm%20giant%20bag%20items_bgg","p":108,"s":0,"h":1,"t":26,"uu":"storm giant bag contents; storm giant bag items|bgg","n":"Storm Giant Bag Contents; Storm Giant Bag Items"},{"id":19050,"c":24,"u":"storm%20giant%20encounters_bgg","p":48,"s":0,"h":1,"t":26,"uu":"storm giant encounters|bgg","n":"Storm Giant Encounters"},{"id":19051,"c":24,"u":"tall%20tales_bgg","p":17,"s":0,"h":1,"t":26,"uu":"tall tales|bgg","n":"Tall Tales"},{"id":19052,"c":24,"u":"the%20ordning%3b%20cloud%20giant%20wealth_bgg","p":24,"s":0,"h":1,"t":26,"uu":"the ordning; cloud giant wealth|bgg","n":"The Ordning; Cloud Giant Wealth"},{"id":19053,"c":24,"u":"the%20ordning%3b%20fire%20giant%20skill_bgg","p":24,"s":0,"h":1,"t":26,"uu":"the ordning; fire giant skill|bgg","n":"The Ordning; Fire Giant Skill"},{"id":19054,"c":24,"u":"the%20ordning%3b%20frost%20giant%20might_bgg","p":24,"s":0,"h":1,"t":26,"uu":"the ordning; frost giant might|bgg","n":"The Ordning; Frost Giant Might"},{"id":19055,"c":24,"u":"the%20ordning%3b%20stone%20giant%20artistry_bgg","p":24,"s":0,"h":1,"t":26,"uu":"the ordning; stone giant artistry|bgg","n":"The Ordning; Stone Giant Artistry"},{"id":19056,"c":24,"u":"tutor%20assignments_bgg","p":60,"s":0,"h":1,"t":26,"uu":"tutor assignments|bgg","n":"Tutor Assignments"},{"id":19057,"c":24,"u":"underground%20quirks_bgg","p":16,"s":0,"h":1,"t":26,"uu":"underground quirks|bgg","n":"Underground Quirks"},{"id":19058,"c":24,"u":"volume%3b%20loud%20behaviors_bgg","p":22,"s":0,"h":1,"t":26,"uu":"volume; loud behaviors|bgg","n":"Volume; Loud Behaviors"},{"id":19059,"c":24,"u":"warleader%20assignments_bgg","p":61,"s":0,"h":1,"t":26,"uu":"warleader assignments|bgg","n":"Warleader Assignments"},{"id":19060,"c":24,"u":"worldroot%20circle%20adventures_bgg","p":41,"s":0,"h":1,"t":26,"uu":"worldroot circle adventures|bgg","n":"Worldroot Circle Adventures"},{"id":19061,"c":24,"u":"apocalyptic%20calamities_bmt","p":97,"s":1,"h":1,"t":26,"uu":"apocalyptic calamities|bmt","n":"Apocalyptic Calamities"},{"id":19062,"c":24,"u":"apocalyptic%20warnings_bmt","p":96,"s":1,"h":1,"t":26,"uu":"apocalyptic warnings|bmt","n":"Apocalyptic Warnings"},{"id":19063,"c":24,"u":"cair%20ophidian%20flowers_bmt","p":190,"s":1,"h":1,"t":26,"uu":"cair ophidian flowers|bmt","n":"Cair Ophidian Flowers"},{"id":19064,"c":24,"u":"common%20zodiac%20associations_bmt","p":101,"s":1,"h":1,"t":26,"uu":"common zodiac associations|bmt","n":"Common Zodiac Associations"},{"id":19065,"c":24,"u":"corrupted%20lands%20encounter%20deck_bmt","p":23,"s":1,"h":1,"t":26,"uu":"corrupted lands encounter deck|bmt","n":"Corrupted Lands Encounter Deck"},{"id":19066,"c":24,"u":"drone%20patrols_bmt","p":135,"s":1,"h":1,"t":26,"uu":"drone patrols|bmt","n":"Drone Patrols"},{"id":19067,"c":24,"u":"feygrove%3b%20visions%20of%20ioun_bmt","p":126,"s":1,"h":1,"t":26,"uu":"feygrove; visions of ioun|bmt","n":"Feygrove; Visions of Ioun"},{"id":19068,"c":24,"u":"forest%20encounter%20deck_bmt","p":23,"s":1,"h":1,"t":26,"uu":"forest encounter deck|bmt","n":"Forest Encounter Deck"},{"id":19069,"c":24,"u":"fortune-telling%3b%20fortunes_bmt","p":110,"s":1,"h":1,"t":26,"uu":"fortune-telling; fortunes|bmt","n":"Fortune-Telling; Fortunes"},{"id":19070,"c":24,"u":"fruit%20stalls%3b%20fey%20fruit%20effects_bmt","p":107,"s":1,"h":1,"t":26,"uu":"fruit stalls; fey fruit effects|bmt","n":"Fruit Stalls; Fey Fruit Effects"},{"id":19071,"c":24,"u":"gem%20shards_bmt","p":147,"s":1,"h":1,"t":26,"uu":"gem shards|bmt","n":"Gem Shards"},{"id":19072,"c":24,"u":"heroes%20of%20destiny%3b%20fated%20destinies_bmt","p":58,"s":1,"h":1,"t":26,"uu":"heroes of destiny; fated destinies|bmt","n":"Heroes of Destiny; Fated Destinies"},{"id":19073,"c":24,"u":"heroes%20of%20destiny%3b%20knight%20destinies_bmt","p":69,"s":1,"h":1,"t":26,"uu":"heroes of destiny; knight destinies|bmt","n":"Heroes of Destiny; Knight Destinies"},{"id":19074,"c":24,"u":"heroes%20of%20destiny%3b%20rogue%20destinies_bmt","p":42,"s":1,"h":1,"t":26,"uu":"heroes of destiny; rogue destinies|bmt","n":"Heroes of Destiny; Rogue Destinies"},{"id":19075,"c":24,"u":"heroes%20of%20destiny%3b%20sage%20destinies_bmt","p":47,"s":1,"h":1,"t":26,"uu":"heroes of destiny; sage destinies|bmt","n":"Heroes of Destiny; Sage Destinies"},{"id":19076,"c":24,"u":"inspiration%20hand%3b%20inspiration%20cards_bmt","p":18,"s":1,"h":1,"t":26,"uu":"inspiration hand; inspiration cards|bmt","n":"Inspiration Hand; Inspiration Cards"},{"id":19077,"c":24,"u":"lavender's%20spell%20scrolls_bmt","p":109,"s":1,"h":1,"t":26,"uu":"lavender's spell scrolls|bmt","n":"Lavender's Spell Scrolls"},{"id":19078,"c":24,"u":"magic%20items%20in%20this%20book%3b%20magic%20items%20by%20name_bmt","p":32,"s":1,"h":1,"t":26,"uu":"magic items in this book; magic items by name|bmt","n":"Magic Items in This Book; Magic Items by Name"},{"id":19079,"c":24,"u":"mark%20of%20the%20donjon%3b%20marks%20of%20the%20donjon_bmt","p":134,"s":1,"h":1,"t":26,"uu":"mark of the donjon; marks of the donjon|bmt","n":"Mark of the Donjon; Marks of the Donjon"},{"id":19080,"c":24,"u":"monsters%20in%20this%20book%3b%20stat%20blocks%20by%20challenge%20rating_bmt","p":175,"s":1,"h":1,"t":26,"uu":"monsters in this book; stat blocks by challenge rating|bmt","n":"Monsters in This Book; Stat Blocks by Challenge Rating"},{"id":19081,"c":24,"u":"random%20encounters%3b%20ruin%20encounters_bmt","p":124,"s":1,"h":1,"t":26,"uu":"random encounters; ruin encounters|bmt","n":"Random Encounters; Ruin Encounters"},{"id":19082,"c":24,"u":"seelie%20market%20introductions_bmt","p":106,"s":1,"h":1,"t":26,"uu":"seelie market introductions|bmt","n":"Seelie Market Introductions"},{"id":19083,"c":24,"u":"solar%20bastion%20contact_bmt","p":79,"s":1,"h":1,"t":26,"uu":"solar bastion contact|bmt","n":"Solar Bastion Contact"},{"id":19084,"c":24,"u":"solar%20bastion%20quests_bmt","p":79,"s":1,"h":1,"t":26,"uu":"solar bastion quests|bmt","n":"Solar Bastion Quests"},{"id":19085,"c":24,"u":"solar%20bastion%20specialists%3b%20solar%20bastion%20member%20roles_bmt","p":79,"s":1,"h":1,"t":26,"uu":"solar bastion specialists; solar bastion member roles|bmt","n":"Solar Bastion Specialists; Solar Bastion Member Roles"},{"id":19086,"c":24,"u":"spells_bmt","p":49,"s":1,"h":1,"t":26,"uu":"spells|bmt","n":"Spells"},{"id":19087,"c":24,"u":"sudden%20riches%3b%20gem%20stories_bmt","p":33,"s":1,"h":1,"t":26,"uu":"sudden riches; gem stories|bmt","n":"Sudden Riches; Gem Stories"},{"id":19088,"c":24,"u":"telescope%20travel%20mishaps_bmt","p":105,"s":1,"h":1,"t":26,"uu":"telescope travel mishaps|bmt","n":"Telescope Travel Mishaps"},{"id":19089,"c":24,"u":"the%20rogue's%20motivation%3b%20villainous%20motivations_bmt","p":43,"s":1,"h":1,"t":26,"uu":"the rogue's motivation; villainous motivations|bmt","n":"The Rogue's Motivation; Villainous Motivations"},{"id":19090,"c":24,"u":"zodiac%20phenomena_bmt","p":102,"s":1,"h":1,"t":26,"uu":"zodiac phenomena|bmt","n":"Zodiac Phenomena"},{"id":19091,"c":24,"u":"using%20an%20adventure%20spread%20during%20play%3b%20fortune%20tellers_dmtcrg","p":13,"s":145,"h":1,"t":26,"uu":"using an adventure spread during play; fortune tellers|dmtcrg","n":"Using an Adventure Spread During Play; Fortune Tellers"},{"id":19092,"c":24,"u":"a%20dragon's%20curse%3b%20breaking%20a%20hoard%20curse_ftd","p":68,"s":2,"h":1,"t":26,"uu":"a dragon's curse; breaking a hoard curse|ftd","n":"A Dragon's Curse; Breaking a Hoard Curse"},{"id":19093,"c":24,"u":"a%20dragon's%20curse%3b%20hoard%20curse%20effects_ftd","p":68,"s":2,"h":1,"t":26,"uu":"a dragon's curse; hoard curse effects|ftd","n":"A Dragon's Curse; Hoard Curse Effects"},{"id":19094,"c":24,"u":"adult%20dragons%3b%20adult%20dragon%20goals_ftd","p":36,"s":2,"h":1,"t":26,"uu":"adult dragons; adult dragon goals|ftd","n":"Adult Dragons; Adult Dragon Goals"},{"id":19095,"c":24,"u":"amethyst%20dragon%20adventures%3b%20amethyst%20dragon%20adventure%20hooks_ftd","p":76,"s":2,"h":1,"t":26,"uu":"amethyst dragon adventures; amethyst dragon adventure hooks|ftd","n":"Amethyst Dragon Adventures; Amethyst Dragon Adventure Hooks"},{"id":19096,"c":24,"u":"amethyst%20dragon%20treasures%3b%20amethyst%20dragon%20art%20objects_ftd","p":79,"s":2,"h":1,"t":26,"uu":"amethyst dragon treasures; amethyst dragon art objects|ftd","n":"Amethyst Dragon Treasures; Amethyst Dragon Art Objects"},{"id":19097,"c":24,"u":"black%20dragon%20adventures%3b%20black%20dragon%20adventure%20hooks_ftd","p":80,"s":2,"h":1,"t":26,"uu":"black dragon adventures; black dragon adventure hooks|ftd","n":"Black Dragon Adventures; Black Dragon Adventure Hooks"},{"id":19098,"c":24,"u":"black%20dragon%20treasures%3b%20black%20dragon%20art%20objects_ftd","p":84,"s":2,"h":1,"t":26,"uu":"black dragon treasures; black dragon art objects|ftd","n":"Black Dragon Treasures; Black Dragon Art Objects"},{"id":19099,"c":24,"u":"blue%20dragon%20adventures%3b%20blue%20dragon%20adventure%20hooks_ftd","p":85,"s":2,"h":1,"t":26,"uu":"blue dragon adventures; blue dragon adventure hooks|ftd","n":"Blue Dragon Adventures; Blue Dragon Adventure Hooks"},{"id":19100,"c":24,"u":"blue%20dragon%20treasures%3b%20blue%20dragon%20art%20objects_ftd","p":88,"s":2,"h":1,"t":26,"uu":"blue dragon treasures; blue dragon art objects|ftd","n":"Blue Dragon Treasures; Blue Dragon Art Objects"},{"id":19101,"c":24,"u":"brass%20dragon%20adventures%3b%20brass%20dragon%20adventure%20hooks_ftd","p":90,"s":2,"h":1,"t":26,"uu":"brass dragon adventures; brass dragon adventure hooks|ftd","n":"Brass Dragon Adventures; Brass Dragon Adventure Hooks"},{"id":19102,"c":24,"u":"brass%20dragon%20treasures%3b%20brass%20dragon%20art%20objects_ftd","p":94,"s":2,"h":1,"t":26,"uu":"brass dragon treasures; brass dragon art objects|ftd","n":"Brass Dragon Treasures; Brass Dragon Art Objects"},{"id":19103,"c":24,"u":"bronze%20dragon%20adventures%3b%20bronze%20dragon%20adventure%20hooks_ftd","p":95,"s":2,"h":1,"t":26,"uu":"bronze dragon adventures; bronze dragon adventure hooks|ftd","n":"Bronze Dragon Adventures; Bronze Dragon Adventure Hooks"},{"id":19104,"c":24,"u":"bronze%20dragon%20treasures%3b%20bronze%20dragon%20art%20objects_ftd","p":98,"s":2,"h":1,"t":26,"uu":"bronze dragon treasures; bronze dragon art objects|ftd","n":"Bronze Dragon Treasures; Bronze Dragon Art Objects"},{"id":19105,"c":24,"u":"challenge%20ratings%3b%20creatures%20by%20challenge%20rating_ftd","p":224,"s":2,"h":1,"t":26,"uu":"challenge ratings; creatures by challenge rating|ftd","n":"Challenge Ratings; Creatures by Challenge Rating"},{"id":19106,"c":24,"u":"chamber%20adventure%20hooks_ftd","p":46,"s":2,"h":1,"t":26,"uu":"chamber adventure hooks|ftd","n":"Chamber Adventure Hooks"},{"id":19107,"c":24,"u":"coins%3b%20coin%20origins_ftd","p":70,"s":2,"h":1,"t":26,"uu":"coins; coin origins|ftd","n":"Coins; Coin Origins"},{"id":19108,"c":24,"u":"common%20purpose%3b%20lauth%20goals_ftd","p":47,"s":2,"h":1,"t":26,"uu":"common purpose; lauth goals|ftd","n":"Common Purpose; Lauth Goals"},{"id":19109,"c":24,"u":"competition%20for%20a%20hoard%3b%20hoard%20magic_ftd","p":69,"s":2,"h":1,"t":26,"uu":"competition for a hoard; hoard magic|ftd","n":"Competition for a Hoard; Hoard Magic"},{"id":19110,"c":24,"u":"connected%20creatures%3b%20adult%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"t":26,"uu":"connected creatures; adult amethyst dragon connections|ftd","n":"Connected Creatures; Adult Amethyst Dragon Connections"},{"id":19111,"c":24,"u":"connected%20creatures%3b%20adult%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"t":26,"uu":"connected creatures; adult black dragon connections|ftd","n":"Connected Creatures; Adult Black Dragon Connections"},{"id":19112,"c":24,"u":"connected%20creatures%3b%20adult%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"t":26,"uu":"connected creatures; adult blue dragon connections|ftd","n":"Connected Creatures; Adult Blue Dragon Connections"},{"id":19113,"c":24,"u":"connected%20creatures%3b%20adult%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"t":26,"uu":"connected creatures; adult brass dragon connections|ftd","n":"Connected Creatures; Adult Brass Dragon Connections"},{"id":19114,"c":24,"u":"connected%20creatures%3b%20adult%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"t":26,"uu":"connected creatures; adult bronze dragon connections|ftd","n":"Connected Creatures; Adult Bronze Dragon Connections"},{"id":19115,"c":24,"u":"connected%20creatures%3b%20adult%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"t":26,"uu":"connected creatures; adult copper dragon connections|ftd","n":"Connected Creatures; Adult Copper Dragon Connections"},{"id":19116,"c":24,"u":"connected%20creatures%3b%20adult%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"t":26,"uu":"connected creatures; adult crystal dragon connections|ftd","n":"Connected Creatures; Adult Crystal Dragon Connections"},{"id":19117,"c":24,"u":"connected%20creatures%3b%20adult%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"t":26,"uu":"connected creatures; adult deep dragon connections|ftd","n":"Connected Creatures; Adult Deep Dragon Connections"},{"id":19118,"c":24,"u":"connected%20creatures%3b%20adult%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"t":26,"uu":"connected creatures; adult dragon turtle connections|ftd","n":"Connected Creatures; Adult Dragon Turtle Connections"},{"id":19119,"c":24,"u":"connected%20creatures%3b%20adult%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"t":26,"uu":"connected creatures; adult emerald dragon connections|ftd","n":"Connected Creatures; Adult Emerald Dragon Connections"},{"id":19120,"c":24,"u":"connected%20creatures%3b%20adult%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"t":26,"uu":"connected creatures; adult gold dragon connections|ftd","n":"Connected Creatures; Adult Gold Dragon Connections"},{"id":19121,"c":24,"u":"connected%20creatures%3b%20adult%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"t":26,"uu":"connected creatures; adult green dragon connections|ftd","n":"Connected Creatures; Adult Green Dragon Connections"},{"id":19122,"c":24,"u":"connected%20creatures%3b%20adult%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"t":26,"uu":"connected creatures; adult moonstone dragon connections|ftd","n":"Connected Creatures; Adult Moonstone Dragon Connections"},{"id":19123,"c":24,"u":"connected%20creatures%3b%20adult%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"t":26,"uu":"connected creatures; adult red dragon connections|ftd","n":"Connected Creatures; Adult Red Dragon Connections"},{"id":19124,"c":24,"u":"connected%20creatures%3b%20adult%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"t":26,"uu":"connected creatures; adult sapphire dragon connections|ftd","n":"Connected Creatures; Adult Sapphire Dragon Connections"},{"id":19125,"c":24,"u":"connected%20creatures%3b%20adult%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"t":26,"uu":"connected creatures; adult shadow dragon connections|ftd","n":"Connected Creatures; Adult Shadow Dragon Connections"},{"id":19126,"c":24,"u":"connected%20creatures%3b%20adult%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"t":26,"uu":"connected creatures; adult silver dragon connections|ftd","n":"Connected Creatures; Adult Silver Dragon Connections"},{"id":19127,"c":24,"u":"connected%20creatures%3b%20adult%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"t":26,"uu":"connected creatures; adult topaz dragon connections|ftd","n":"Connected Creatures; Adult Topaz Dragon Connections"},{"id":19128,"c":24,"u":"connected%20creatures%3b%20adult%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"t":26,"uu":"connected creatures; adult white dragon connections|ftd","n":"Connected Creatures; Adult White Dragon Connections"},{"id":19129,"c":24,"u":"connected%20creatures%3b%20amethyst%20dragon%20wyrmling%20connections_ftd","p":77,"s":2,"h":1,"t":26,"uu":"connected creatures; amethyst dragon wyrmling connections|ftd","n":"Connected Creatures; Amethyst Dragon Wyrmling Connections"},{"id":19130,"c":24,"u":"connected%20creatures%3b%20ancient%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient amethyst dragon connections|ftd","n":"Connected Creatures; Ancient Amethyst Dragon Connections"},{"id":19131,"c":24,"u":"connected%20creatures%3b%20ancient%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient black dragon connections|ftd","n":"Connected Creatures; Ancient Black Dragon Connections"},{"id":19132,"c":24,"u":"connected%20creatures%3b%20ancient%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient blue dragon connections|ftd","n":"Connected Creatures; Ancient Blue Dragon Connections"},{"id":19133,"c":24,"u":"connected%20creatures%3b%20ancient%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient brass dragon connections|ftd","n":"Connected Creatures; Ancient Brass Dragon Connections"},{"id":19134,"c":24,"u":"connected%20creatures%3b%20ancient%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient bronze dragon connections|ftd","n":"Connected Creatures; Ancient Bronze Dragon Connections"},{"id":19135,"c":24,"u":"connected%20creatures%3b%20ancient%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient copper dragon connections|ftd","n":"Connected Creatures; Ancient Copper Dragon Connections"},{"id":19136,"c":24,"u":"connected%20creatures%3b%20ancient%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient crystal dragon connections|ftd","n":"Connected Creatures; Ancient Crystal Dragon Connections"},{"id":19137,"c":24,"u":"connected%20creatures%3b%20ancient%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient deep dragon connections|ftd","n":"Connected Creatures; Ancient Deep Dragon Connections"},{"id":19138,"c":24,"u":"connected%20creatures%3b%20ancient%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient dragon turtle connections|ftd","n":"Connected Creatures; Ancient Dragon Turtle Connections"},{"id":19139,"c":24,"u":"connected%20creatures%3b%20ancient%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient emerald dragon connections|ftd","n":"Connected Creatures; Ancient Emerald Dragon Connections"},{"id":19140,"c":24,"u":"connected%20creatures%3b%20ancient%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient gold dragon connections|ftd","n":"Connected Creatures; Ancient Gold Dragon Connections"},{"id":19141,"c":24,"u":"connected%20creatures%3b%20ancient%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient green dragon connections|ftd","n":"Connected Creatures; Ancient Green Dragon Connections"},{"id":19142,"c":24,"u":"connected%20creatures%3b%20ancient%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient moonstone dragon connections|ftd","n":"Connected Creatures; Ancient Moonstone Dragon Connections"},{"id":19143,"c":24,"u":"connected%20creatures%3b%20ancient%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient red dragon connections|ftd","n":"Connected Creatures; Ancient Red Dragon Connections"},{"id":19144,"c":24,"u":"connected%20creatures%3b%20ancient%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient sapphire dragon connections|ftd","n":"Connected Creatures; Ancient Sapphire Dragon Connections"},{"id":19145,"c":24,"u":"connected%20creatures%3b%20ancient%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient shadow dragon connections|ftd","n":"Connected Creatures; Ancient Shadow Dragon Connections"},{"id":19146,"c":24,"u":"connected%20creatures%3b%20ancient%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient silver dragon connections|ftd","n":"Connected Creatures; Ancient Silver Dragon Connections"},{"id":19147,"c":24,"u":"connected%20creatures%3b%20ancient%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient topaz dragon connections|ftd","n":"Connected Creatures; Ancient Topaz Dragon Connections"},{"id":19148,"c":24,"u":"connected%20creatures%3b%20ancient%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient white dragon connections|ftd","n":"Connected Creatures; Ancient White Dragon Connections"},{"id":19149,"c":24,"u":"connected%20creatures%3b%20black%20dragon%20wyrmling%20connections_ftd","p":81,"s":2,"h":1,"t":26,"uu":"connected creatures; black dragon wyrmling connections|ftd","n":"Connected Creatures; Black Dragon Wyrmling Connections"},{"id":19150,"c":24,"u":"connected%20creatures%3b%20blue%20dragon%20wyrmling%20connections_ftd","p":86,"s":2,"h":1,"t":26,"uu":"connected creatures; blue dragon wyrmling connections|ftd","n":"Connected Creatures; Blue Dragon Wyrmling Connections"},{"id":19151,"c":24,"u":"connected%20creatures%3b%20brass%20dragon%20wyrmling%20connections_ftd","p":91,"s":2,"h":1,"t":26,"uu":"connected creatures; brass dragon wyrmling connections|ftd","n":"Connected Creatures; Brass Dragon Wyrmling Connections"},{"id":19152,"c":24,"u":"connected%20creatures%3b%20bronze%20dragon%20wyrmling%20connections_ftd","p":95,"s":2,"h":1,"t":26,"uu":"connected creatures; bronze dragon wyrmling connections|ftd","n":"Connected Creatures; Bronze Dragon Wyrmling Connections"},{"id":19153,"c":24,"u":"connected%20creatures%3b%20copper%20dragon%20wyrmling%20connections_ftd","p":100,"s":2,"h":1,"t":26,"uu":"connected creatures; copper dragon wyrmling connections|ftd","n":"Connected Creatures; Copper Dragon Wyrmling Connections"},{"id":19154,"c":24,"u":"connected%20creatures%3b%20crystal%20dragon%20wyrmling%20connections_ftd","p":104,"s":2,"h":1,"t":26,"uu":"connected creatures; crystal dragon wyrmling connections|ftd","n":"Connected Creatures; Crystal Dragon Wyrmling Connections"},{"id":19155,"c":24,"u":"connected%20creatures%3b%20deep%20dragon%20wyrmling%20connections_ftd","p":108,"s":2,"h":1,"t":26,"uu":"connected creatures; deep dragon wyrmling connections|ftd","n":"Connected Creatures; Deep Dragon Wyrmling Connections"},{"id":19156,"c":24,"u":"connected%20creatures%3b%20dragon%20turtle%20wyrmling%20connections_ftd","p":111,"s":2,"h":1,"t":26,"uu":"connected creatures; dragon turtle wyrmling connections|ftd","n":"Connected Creatures; Dragon Turtle Wyrmling Connections"},{"id":19157,"c":24,"u":"connected%20creatures%3b%20emerald%20dragon%20wyrmling%20connections_ftd","p":114,"s":2,"h":1,"t":26,"uu":"connected creatures; emerald dragon wyrmling connections|ftd","n":"Connected Creatures; Emerald Dragon Wyrmling Connections"},{"id":19158,"c":24,"u":"connected%20creatures%3b%20faerie%20dragon%20connections_ftd","p":118,"s":2,"h":1,"t":26,"uu":"connected creatures; faerie dragon connections|ftd","n":"Connected Creatures; Faerie Dragon Connections"},{"id":19159,"c":24,"u":"connected%20creatures%3b%20gold%20dragon%20wyrmling%20connections_ftd","p":122,"s":2,"h":1,"t":26,"uu":"connected creatures; gold dragon wyrmling connections|ftd","n":"Connected Creatures; Gold Dragon Wyrmling Connections"},{"id":19160,"c":24,"u":"connected%20creatures%3b%20green%20dragon%20wyrmling%20connections_ftd","p":127,"s":2,"h":1,"t":26,"uu":"connected creatures; green dragon wyrmling connections|ftd","n":"Connected Creatures; Green Dragon Wyrmling Connections"},{"id":19161,"c":24,"u":"connected%20creatures%3b%20moonstone%20dragon%20wyrmling%20connections_ftd","p":131,"s":2,"h":1,"t":26,"uu":"connected creatures; moonstone dragon wyrmling connections|ftd","n":"Connected Creatures; Moonstone Dragon Wyrmling Connections"},{"id":19162,"c":24,"u":"connected%20creatures%3b%20red%20dragon%20wyrmling%20connections_ftd","p":134,"s":2,"h":1,"t":26,"uu":"connected creatures; red dragon wyrmling connections|ftd","n":"Connected Creatures; Red Dragon Wyrmling Connections"},{"id":19163,"c":24,"u":"connected%20creatures%3b%20sapphire%20dragon%20wyrmling%20connections_ftd","p":139,"s":2,"h":1,"t":26,"uu":"connected creatures; sapphire dragon wyrmling connections|ftd","n":"Connected Creatures; Sapphire Dragon Wyrmling Connections"},{"id":19164,"c":24,"u":"connected%20creatures%3b%20shadow%20dragon%20wyrmling%20connections_ftd","p":143,"s":2,"h":1,"t":26,"uu":"connected creatures; shadow dragon wyrmling connections|ftd","n":"Connected Creatures; Shadow Dragon Wyrmling Connections"},{"id":19165,"c":24,"u":"connected%20creatures%3b%20silver%20dragon%20wyrmling%20connections_ftd","p":146,"s":2,"h":1,"t":26,"uu":"connected creatures; silver dragon wyrmling connections|ftd","n":"Connected Creatures; Silver Dragon Wyrmling Connections"},{"id":19166,"c":24,"u":"connected%20creatures%3b%20topaz%20dragon%20wyrmling%20connections_ftd","p":149,"s":2,"h":1,"t":26,"uu":"connected creatures; topaz dragon wyrmling connections|ftd","n":"Connected Creatures; Topaz Dragon Wyrmling Connections"},{"id":19167,"c":24,"u":"connected%20creatures%3b%20white%20dragon%20wyrmling%20connections_ftd","p":154,"s":2,"h":1,"t":26,"uu":"connected creatures; white dragon wyrmling connections|ftd","n":"Connected Creatures; White Dragon Wyrmling Connections"},{"id":19168,"c":24,"u":"connected%20creatures%3b%20young%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"t":26,"uu":"connected creatures; young amethyst dragon connections|ftd","n":"Connected Creatures; Young Amethyst Dragon Connections"},{"id":19169,"c":24,"u":"connected%20creatures%3b%20young%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"t":26,"uu":"connected creatures; young black dragon connections|ftd","n":"Connected Creatures; Young Black Dragon Connections"},{"id":19170,"c":24,"u":"connected%20creatures%3b%20young%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"t":26,"uu":"connected creatures; young blue dragon connections|ftd","n":"Connected Creatures; Young Blue Dragon Connections"},{"id":19171,"c":24,"u":"connected%20creatures%3b%20young%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"t":26,"uu":"connected creatures; young brass dragon connections|ftd","n":"Connected Creatures; Young Brass Dragon Connections"},{"id":19172,"c":24,"u":"connected%20creatures%3b%20young%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"t":26,"uu":"connected creatures; young bronze dragon connections|ftd","n":"Connected Creatures; Young Bronze Dragon Connections"},{"id":19173,"c":24,"u":"connected%20creatures%3b%20young%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"t":26,"uu":"connected creatures; young copper dragon connections|ftd","n":"Connected Creatures; Young Copper Dragon Connections"},{"id":19174,"c":24,"u":"connected%20creatures%3b%20young%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"t":26,"uu":"connected creatures; young crystal dragon connections|ftd","n":"Connected Creatures; Young Crystal Dragon Connections"},{"id":19175,"c":24,"u":"connected%20creatures%3b%20young%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"t":26,"uu":"connected creatures; young deep dragon connections|ftd","n":"Connected Creatures; Young Deep Dragon Connections"},{"id":19176,"c":24,"u":"connected%20creatures%3b%20young%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"t":26,"uu":"connected creatures; young dragon turtle connections|ftd","n":"Connected Creatures; Young Dragon Turtle Connections"},{"id":19177,"c":24,"u":"connected%20creatures%3b%20young%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"t":26,"uu":"connected creatures; young emerald dragon connections|ftd","n":"Connected Creatures; Young Emerald Dragon Connections"},{"id":19178,"c":24,"u":"connected%20creatures%3b%20young%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"t":26,"uu":"connected creatures; young gold dragon connections|ftd","n":"Connected Creatures; Young Gold Dragon Connections"},{"id":19179,"c":24,"u":"connected%20creatures%3b%20young%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"t":26,"uu":"connected creatures; young green dragon connections|ftd","n":"Connected Creatures; Young Green Dragon Connections"},{"id":19180,"c":24,"u":"connected%20creatures%3b%20young%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"t":26,"uu":"connected creatures; young moonstone dragon connections|ftd","n":"Connected Creatures; Young Moonstone Dragon Connections"},{"id":19181,"c":24,"u":"connected%20creatures%3b%20young%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"t":26,"uu":"connected creatures; young red dragon connections|ftd","n":"Connected Creatures; Young Red Dragon Connections"},{"id":19182,"c":24,"u":"connected%20creatures%3b%20young%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"t":26,"uu":"connected creatures; young sapphire dragon connections|ftd","n":"Connected Creatures; Young Sapphire Dragon Connections"},{"id":19183,"c":24,"u":"connected%20creatures%3b%20young%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"t":26,"uu":"connected creatures; young shadow dragon connections|ftd","n":"Connected Creatures; Young Shadow Dragon Connections"},{"id":19184,"c":24,"u":"connected%20creatures%3b%20young%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"t":26,"uu":"connected creatures; young silver dragon connections|ftd","n":"Connected Creatures; Young Silver Dragon Connections"},{"id":19185,"c":24,"u":"connected%20creatures%3b%20young%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"t":26,"uu":"connected creatures; young topaz dragon connections|ftd","n":"Connected Creatures; Young Topaz Dragon Connections"},{"id":19186,"c":24,"u":"connected%20creatures%3b%20young%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"t":26,"uu":"connected creatures; young white dragon connections|ftd","n":"Connected Creatures; Young White Dragon Connections"},{"id":19187,"c":24,"u":"copper%20dragon%20adventures%3b%20copper%20dragon%20adventure%20hooks_ftd","p":99,"s":2,"h":1,"t":26,"uu":"copper dragon adventures; copper dragon adventure hooks|ftd","n":"Copper Dragon Adventures; Copper Dragon Adventure Hooks"},{"id":19188,"c":24,"u":"copper%20dragon%20treasures%3b%20copper%20dragon%20art%20objects_ftd","p":102,"s":2,"h":1,"t":26,"uu":"copper dragon treasures; copper dragon art objects|ftd","n":"Copper Dragon Treasures; Copper Dragon Art Objects"},{"id":19189,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20ideals_ftd","p":80,"s":2,"h":1,"t":26,"uu":"creating a black dragon; black dragon ideals|ftd","n":"Creating a Black Dragon; Black Dragon Ideals"},{"id":19190,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20personality%20traits_ftd","p":80,"s":2,"h":1,"t":26,"uu":"creating a black dragon; black dragon personality traits|ftd","n":"Creating a Black Dragon; Black Dragon Personality Traits"},{"id":19191,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20spellcasting_ftd","p":80,"s":2,"h":1,"t":26,"uu":"creating a black dragon; black dragon spellcasting|ftd","n":"Creating a Black Dragon; Black Dragon Spellcasting"},{"id":19192,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20ideals_ftd","p":85,"s":2,"h":1,"t":26,"uu":"creating a blue dragon; blue dragon ideals|ftd","n":"Creating a Blue Dragon; Blue Dragon Ideals"},{"id":19193,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20personality%20traits_ftd","p":85,"s":2,"h":1,"t":26,"uu":"creating a blue dragon; blue dragon personality traits|ftd","n":"Creating a Blue Dragon; Blue Dragon Personality Traits"},{"id":19194,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20spellcasting_ftd","p":85,"s":2,"h":1,"t":26,"uu":"creating a blue dragon; blue dragon spellcasting|ftd","n":"Creating a Blue Dragon; Blue Dragon Spellcasting"},{"id":19195,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20ideals_ftd","p":90,"s":2,"h":1,"t":26,"uu":"creating a brass dragon; brass dragon ideals|ftd","n":"Creating a Brass Dragon; Brass Dragon Ideals"},{"id":19196,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20personality%20traits_ftd","p":90,"s":2,"h":1,"t":26,"uu":"creating a brass dragon; brass dragon personality traits|ftd","n":"Creating a Brass Dragon; Brass Dragon Personality Traits"},{"id":19197,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20spellcasting_ftd","p":90,"s":2,"h":1,"t":26,"uu":"creating a brass dragon; brass dragon spellcasting|ftd","n":"Creating a Brass Dragon; Brass Dragon Spellcasting"},{"id":19198,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20ideals_ftd","p":94,"s":2,"h":1,"t":26,"uu":"creating a bronze dragon; bronze dragon ideals|ftd","n":"Creating a Bronze Dragon; Bronze Dragon Ideals"},{"id":19199,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20personality%20traits_ftd","p":94,"s":2,"h":1,"t":26,"uu":"creating a bronze dragon; bronze dragon personality traits|ftd","n":"Creating a Bronze Dragon; Bronze Dragon Personality Traits"},{"id":19200,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20spellcasting_ftd","p":94,"s":2,"h":1,"t":26,"uu":"creating a bronze dragon; bronze dragon spellcasting|ftd","n":"Creating a Bronze Dragon; Bronze Dragon Spellcasting"},{"id":19201,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20ideals_ftd","p":99,"s":2,"h":1,"t":26,"uu":"creating a copper dragon; copper dragon ideals|ftd","n":"Creating a Copper Dragon; Copper Dragon Ideals"},{"id":19202,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20personality%20traits_ftd","p":99,"s":2,"h":1,"t":26,"uu":"creating a copper dragon; copper dragon personality traits|ftd","n":"Creating a Copper Dragon; Copper Dragon Personality Traits"},{"id":19203,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20spellcasting_ftd","p":99,"s":2,"h":1,"t":26,"uu":"creating a copper dragon; copper dragon spellcasting|ftd","n":"Creating a Copper Dragon; Copper Dragon Spellcasting"},{"id":19204,"c":24,"u":"creating%20a%20crystal%20dragon%3b%20crystal%20dragon%20ideals_ftd","p":103,"s":2,"h":1,"t":26,"uu":"creating a crystal dragon; crystal dragon ideals|ftd","n":"Creating a Crystal Dragon; Crystal Dragon Ideals"},{"id":19205,"c":24,"u":"creating%20a%20crystal%20dragon%3b%20crystal%20dragon%20personality%20traits_ftd","p":103,"s":2,"h":1,"t":26,"uu":"creating a crystal dragon; crystal dragon personality traits|ftd","n":"Creating a Crystal Dragon; Crystal Dragon Personality Traits"},{"id":19206,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20ideals_ftd","p":107,"s":2,"h":1,"t":26,"uu":"creating a deep dragon; deep dragon ideals|ftd","n":"Creating a Deep Dragon; Deep Dragon Ideals"},{"id":19207,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20personality%20traits_ftd","p":107,"s":2,"h":1,"t":26,"uu":"creating a deep dragon; deep dragon personality traits|ftd","n":"Creating a Deep Dragon; Deep Dragon Personality Traits"},{"id":19208,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20spellcasting_ftd","p":107,"s":2,"h":1,"t":26,"uu":"creating a deep dragon; deep dragon spellcasting|ftd","n":"Creating a Deep Dragon; Deep Dragon Spellcasting"},{"id":19209,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20ideals_ftd","p":110,"s":2,"h":1,"t":26,"uu":"creating a dragon turtle; dragon turtle ideals|ftd","n":"Creating a Dragon Turtle; Dragon Turtle Ideals"},{"id":19210,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20personality%20traits_ftd","p":110,"s":2,"h":1,"t":26,"uu":"creating a dragon turtle; dragon turtle personality traits|ftd","n":"Creating a Dragon Turtle; Dragon Turtle Personality Traits"},{"id":19211,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20spellcasting_ftd","p":110,"s":2,"h":1,"t":26,"uu":"creating a dragon turtle; dragon turtle spellcasting|ftd","n":"Creating a Dragon Turtle; Dragon Turtle Spellcasting"},{"id":19212,"c":24,"u":"creating%20a%20faerie%20dragon%3b%20faerie%20dragon%20ideals_ftd","p":118,"s":2,"h":1,"t":26,"uu":"creating a faerie dragon; faerie dragon ideals|ftd","n":"Creating a Faerie Dragon; Faerie Dragon Ideals"},{"id":19213,"c":24,"u":"creating%20a%20faerie%20dragon%3b%20faerie%20dragon%20personality%20traits_ftd","p":118,"s":2,"h":1,"t":26,"uu":"creating a faerie dragon; faerie dragon personality traits|ftd","n":"Creating a Faerie Dragon; Faerie Dragon Personality Traits"},{"id":19214,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20ideals_ftd","p":121,"s":2,"h":1,"t":26,"uu":"creating a gold dragon; gold dragon ideals|ftd","n":"Creating a Gold Dragon; Gold Dragon Ideals"},{"id":19215,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20personality%20traits_ftd","p":121,"s":2,"h":1,"t":26,"uu":"creating a gold dragon; gold dragon personality traits|ftd","n":"Creating a Gold Dragon; Gold Dragon Personality Traits"},{"id":19216,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20spellcasting_ftd","p":121,"s":2,"h":1,"t":26,"uu":"creating a gold dragon; gold dragon spellcasting|ftd","n":"Creating a Gold Dragon; Gold Dragon Spellcasting"},{"id":19217,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20ideals_ftd","p":126,"s":2,"h":1,"t":26,"uu":"creating a green dragon; green dragon ideals|ftd","n":"Creating a Green Dragon; Green Dragon Ideals"},{"id":19218,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20personality%20traits_ftd","p":126,"s":2,"h":1,"t":26,"uu":"creating a green dragon; green dragon personality traits|ftd","n":"Creating a Green Dragon; Green Dragon Personality Traits"},{"id":19219,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20spellcasting_ftd","p":126,"s":2,"h":1,"t":26,"uu":"creating a green dragon; green dragon spellcasting|ftd","n":"Creating a Green Dragon; Green Dragon Spellcasting"},{"id":19220,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20art%20objects_ftd","p":72,"s":2,"h":1,"t":26,"uu":"creating a hoard; hoard art objects|ftd","n":"Creating a Hoard; Hoard Art Objects"},{"id":19221,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20gems_ftd","p":72,"s":2,"h":1,"t":26,"uu":"creating a hoard; hoard gems|ftd","n":"Creating a Hoard; Hoard Gems"},{"id":19222,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20magic%20items_ftd","p":72,"s":2,"h":1,"t":26,"uu":"creating a hoard; hoard magic items|ftd","n":"Creating a Hoard; Hoard Magic Items"},{"id":19223,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20mundane%20items_ftd","p":72,"s":2,"h":1,"t":26,"uu":"creating a hoard; hoard mundane items|ftd","n":"Creating a Hoard; Hoard Mundane Items"},{"id":19224,"c":24,"u":"creating%20a%20moonstone%20dragon%3b%20moonstone%20dragon%20ideals_ftd","p":130,"s":2,"h":1,"t":26,"uu":"creating a moonstone dragon; moonstone dragon ideals|ftd","n":"Creating a Moonstone Dragon; Moonstone Dragon Ideals"},{"id":19225,"c":24,"u":"creating%20a%20moonstone%20dragon%3b%20moonstone%20dragon%20personality%20traits_ftd","p":130,"s":2,"h":1,"t":26,"uu":"creating a moonstone dragon; moonstone dragon personality traits|ftd","n":"Creating a Moonstone Dragon; Moonstone Dragon Personality Traits"},{"id":19226,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20ideals_ftd","p":133,"s":2,"h":1,"t":26,"uu":"creating a red dragon; red dragon ideals|ftd","n":"Creating a Red Dragon; Red Dragon Ideals"},{"id":19227,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20personality%20traits_ftd","p":133,"s":2,"h":1,"t":26,"uu":"creating a red dragon; red dragon personality traits|ftd","n":"Creating a Red Dragon; Red Dragon Personality Traits"},{"id":19228,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20spellcasting_ftd","p":133,"s":2,"h":1,"t":26,"uu":"creating a red dragon; red dragon spellcasting|ftd","n":"Creating a Red Dragon; Red Dragon Spellcasting"},{"id":19229,"c":24,"u":"creating%20a%20sapphire%20dragon%3b%20sapphire%20dragon%20ideals_ftd","p":138,"s":2,"h":1,"t":26,"uu":"creating a sapphire dragon; sapphire dragon ideals|ftd","n":"Creating a Sapphire Dragon; Sapphire Dragon Ideals"},{"id":19230,"c":24,"u":"creating%20a%20sapphire%20dragon%3b%20sapphire%20dragon%20personality%20traits_ftd","p":138,"s":2,"h":1,"t":26,"uu":"creating a sapphire dragon; sapphire dragon personality traits|ftd","n":"Creating a Sapphire Dragon; Sapphire Dragon Personality Traits"},{"id":19231,"c":24,"u":"creating%20a%20shadow%20dragon%3b%20shadow%20dragon%20ideals_ftd","p":142,"s":2,"h":1,"t":26,"uu":"creating a shadow dragon; shadow dragon ideals|ftd","n":"Creating a Shadow Dragon; Shadow Dragon Ideals"},{"id":19232,"c":24,"u":"creating%20a%20shadow%20dragon%3b%20shadow%20dragon%20personality%20traits_ftd","p":142,"s":2,"h":1,"t":26,"uu":"creating a shadow dragon; shadow dragon personality traits|ftd","n":"Creating a Shadow Dragon; Shadow Dragon Personality Traits"},{"id":19233,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20ideals_ftd","p":145,"s":2,"h":1,"t":26,"uu":"creating a silver dragon; silver dragon ideals|ftd","n":"Creating a Silver Dragon; Silver Dragon Ideals"},{"id":19234,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20personality%20traits_ftd","p":145,"s":2,"h":1,"t":26,"uu":"creating a silver dragon; silver dragon personality traits|ftd","n":"Creating a Silver Dragon; Silver Dragon Personality Traits"},{"id":19235,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20spellcasting_ftd","p":145,"s":2,"h":1,"t":26,"uu":"creating a silver dragon; silver dragon spellcasting|ftd","n":"Creating a Silver Dragon; Silver Dragon Spellcasting"},{"id":19236,"c":24,"u":"creating%20a%20topaz%20dragon%3b%20topaz%20dragon%20ideals_ftd","p":149,"s":2,"h":1,"t":26,"uu":"creating a topaz dragon; topaz dragon ideals|ftd","n":"Creating a Topaz Dragon; Topaz Dragon Ideals"},{"id":19237,"c":24,"u":"creating%20a%20topaz%20dragon%3b%20topaz%20dragon%20personality%20traits_ftd","p":149,"s":2,"h":1,"t":26,"uu":"creating a topaz dragon; topaz dragon personality traits|ftd","n":"Creating a Topaz Dragon; Topaz Dragon Personality Traits"},{"id":19238,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20ideals_ftd","p":153,"s":2,"h":1,"t":26,"uu":"creating a white dragon; white dragon ideals|ftd","n":"Creating a White Dragon; White Dragon Ideals"},{"id":19239,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20personality%20traits_ftd","p":153,"s":2,"h":1,"t":26,"uu":"creating a white dragon; white dragon personality traits|ftd","n":"Creating a White Dragon; White Dragon Personality Traits"},{"id":19240,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20spellcasting_ftd","p":153,"s":2,"h":1,"t":26,"uu":"creating a white dragon; white dragon spellcasting|ftd","n":"Creating a White Dragon; White Dragon Spellcasting"},{"id":19241,"c":24,"u":"creating%20an%20amethyst%20dragon%3b%20amethyst%20dragon%20ideals_ftd","p":76,"s":2,"h":1,"t":26,"uu":"creating an amethyst dragon; amethyst dragon ideals|ftd","n":"Creating an Amethyst Dragon; Amethyst Dragon Ideals"},{"id":19242,"c":24,"u":"creating%20an%20amethyst%20dragon%3b%20amethyst%20dragon%20personality%20traits_ftd","p":76,"s":2,"h":1,"t":26,"uu":"creating an amethyst dragon; amethyst dragon personality traits|ftd","n":"Creating an Amethyst Dragon; Amethyst Dragon Personality Traits"},{"id":19243,"c":24,"u":"creating%20an%20emerald%20dragon%3b%20emerald%20dragon%20ideals_ftd","p":114,"s":2,"h":1,"t":26,"uu":"creating an emerald dragon; emerald dragon ideals|ftd","n":"Creating an Emerald Dragon; Emerald Dragon Ideals"},{"id":19244,"c":24,"u":"creating%20an%20emerald%20dragon%3b%20emerald%20dragon%20personality%20traits_ftd","p":114,"s":2,"h":1,"t":26,"uu":"creating an emerald dragon; emerald dragon personality traits|ftd","n":"Creating an Emerald Dragon; Emerald Dragon Personality Traits"},{"id":19245,"c":24,"u":"crystal%20dragon%20adventures%3b%20crystal%20dragon%20adventure%20hooks_ftd","p":103,"s":2,"h":1,"t":26,"uu":"crystal dragon adventures; crystal dragon adventure hooks|ftd","n":"Crystal Dragon Adventures; Crystal Dragon Adventure Hooks"},{"id":19246,"c":24,"u":"crystal%20dragon%20treasures%3b%20crystal%20dragon%20art%20objects_ftd","p":106,"s":2,"h":1,"t":26,"uu":"crystal dragon treasures; crystal dragon art objects|ftd","n":"Crystal Dragon Treasures; Crystal Dragon Art Objects"},{"id":19247,"c":24,"u":"cult%20of%20the%20dragon%20adventure%20hooks_ftd","p":45,"s":2,"h":1,"t":26,"uu":"cult of the dragon adventure hooks|ftd","n":"Cult of the Dragon Adventure Hooks"},{"id":19248,"c":24,"u":"death%20of%20a%20dragon%3b%20dragon%20death%20throes_ftd","p":40,"s":2,"h":1,"t":26,"uu":"death of a dragon; dragon death throes|ftd","n":"Death of a Dragon; Dragon Death Throes"},{"id":19249,"c":24,"u":"deep%20dragon%20adventures%3b%20deep%20dragon%20adventure%20hooks_ftd","p":107,"s":2,"h":1,"t":26,"uu":"deep dragon adventures; deep dragon adventure hooks|ftd","n":"Deep Dragon Adventures; Deep Dragon Adventure Hooks"},{"id":19250,"c":24,"u":"deep%20dragon%20treasures%3b%20deep%20dragon%20art%20objects_ftd","p":109,"s":2,"h":1,"t":26,"uu":"deep dragon treasures; deep dragon art objects|ftd","n":"Deep Dragon Treasures; Deep Dragon Art Objects"},{"id":19251,"c":24,"u":"draconic%20gift%20descriptions%3b%20draconic%20gift%20rarity_ftd","p":28,"s":2,"h":1,"t":26,"uu":"draconic gift descriptions; draconic gift rarity|ftd","n":"Draconic Gift Descriptions; Draconic Gift Rarity"},{"id":19252,"c":24,"u":"draconic%20gifts%3b%20draconic%20marks_ftd","p":27,"s":2,"h":1,"t":26,"uu":"draconic gifts; draconic marks|ftd","n":"Draconic Gifts; Draconic Marks"},{"id":19253,"c":24,"u":"dragon%20as%20schemer%3b%20cross-purposes_ftd","p":56,"s":2,"h":1,"t":26,"uu":"dragon as schemer; cross-purposes|ftd","n":"Dragon as Schemer; Cross-Purposes"},{"id":19254,"c":24,"u":"dragon%20characters%3b%20dragon%20appearance_ftd","p":31,"s":2,"h":1,"t":26,"uu":"dragon characters; dragon appearance|ftd","n":"Dragon Characters; Dragon Appearance"},{"id":19255,"c":24,"u":"dragon%20characters%3b%20dragon%20bonds_ftd","p":31,"s":2,"h":1,"t":26,"uu":"dragon characters; dragon bonds|ftd","n":"Dragon Characters; Dragon Bonds"},{"id":19256,"c":24,"u":"dragon%20characters%3b%20dragon%20flaws%20and%20secrets_ftd","p":31,"s":2,"h":1,"t":26,"uu":"dragon characters; dragon flaws and secrets|ftd","n":"Dragon Characters; Dragon Flaws and Secrets"},{"id":19257,"c":24,"u":"dragon%20characters%3b%20dragon%20mannerisms_ftd","p":31,"s":2,"h":1,"t":26,"uu":"dragon characters; dragon mannerisms|ftd","n":"Dragon Characters; Dragon Mannerisms"},{"id":19258,"c":24,"u":"dragon%20encounters%3b%20dragon%20encounter%20complications_ftd","p":53,"s":2,"h":1,"t":26,"uu":"dragon encounters; dragon encounter complications|ftd","n":"Dragon Encounters; Dragon Encounter Complications"},{"id":19259,"c":24,"u":"dragon%20lairs%3b%20lair%20location_ftd","p":63,"s":2,"h":1,"t":26,"uu":"dragon lairs; lair location|ftd","n":"Dragon Lairs; Lair Location"},{"id":19260,"c":24,"u":"dragon%20turtle%20adventures%3b%20dragon%20turtle%20adventure%20hooks_ftd","p":110,"s":2,"h":1,"t":26,"uu":"dragon turtle adventures; dragon turtle adventure hooks|ftd","n":"Dragon Turtle Adventures; Dragon Turtle Adventure Hooks"},{"id":19261,"c":24,"u":"dragon%20turtle%20treasures%3b%20dragon%20turtle%20art%20objects_ftd","p":113,"s":2,"h":1,"t":26,"uu":"dragon turtle treasures; dragon turtle art objects|ftd","n":"Dragon Turtle Treasures; Dragon Turtle Art Objects"},{"id":19262,"c":24,"u":"echoes%20across%20the%20worlds%3b%20dragon%20echo%20characteristics_ftd","p":42,"s":2,"h":1,"t":26,"uu":"echoes across the worlds; dragon echo characteristics|ftd","n":"Echoes across the Worlds; Dragon Echo Characteristics"},{"id":19263,"c":24,"u":"emerald%20dragon%20adventures%3b%20emerald%20dragon%20adventure%20hooks_ftd","p":114,"s":2,"h":1,"t":26,"uu":"emerald dragon adventures; emerald dragon adventure hooks|ftd","n":"Emerald Dragon Adventures; Emerald Dragon Adventure Hooks"},{"id":19264,"c":24,"u":"emerald%20dragon%20treasures%3b%20emerald%20dragon%20art%20objects_ftd","p":117,"s":2,"h":1,"t":26,"uu":"emerald dragon treasures; emerald dragon art objects|ftd","n":"Emerald Dragon Treasures; Emerald Dragon Art Objects"},{"id":19265,"c":24,"u":"engraved%20wards%3b%20hidecarved%20wards_ftd","p":47,"s":2,"h":1,"t":26,"uu":"engraved wards; hidecarved wards|ftd","n":"Engraved Wards; Hidecarved Wards"},{"id":19266,"c":24,"u":"faerie%20dragon%20adventures%3b%20faerie%20dragon%20adventure%20hooks_ftd","p":118,"s":2,"h":1,"t":26,"uu":"faerie dragon adventures; faerie dragon adventure hooks|ftd","n":"Faerie Dragon Adventures; Faerie Dragon Adventure Hooks"},{"id":19267,"c":24,"u":"faerie%20dragon%20treasures%3b%20faerie%20dragon%20art%20objects_ftd","p":120,"s":2,"h":1,"t":26,"uu":"faerie dragon treasures; faerie dragon art objects|ftd","n":"Faerie Dragon Treasures; Faerie Dragon Art Objects"},{"id":19268,"c":24,"u":"gold%20dragon%20adventures%3b%20gold%20dragon%20adventure%20hooks_ftd","p":121,"s":2,"h":1,"t":26,"uu":"gold dragon adventures; gold dragon adventure hooks|ftd","n":"Gold Dragon Adventures; Gold Dragon Adventure Hooks"},{"id":19269,"c":24,"u":"gold%20dragon%20treasures%3b%20gold%20dragon%20art%20objects_ftd","p":124,"s":2,"h":1,"t":26,"uu":"gold dragon treasures; gold dragon art objects|ftd","n":"Gold Dragon Treasures; Gold Dragon Art Objects"},{"id":19270,"c":24,"u":"greatwyrms%3b%20ancient%20dragon%20goals_ftd","p":37,"s":2,"h":1,"t":26,"uu":"greatwyrms; ancient dragon goals|ftd","n":"Greatwyrms; Ancient Dragon Goals"},{"id":19271,"c":24,"u":"green%20dragon%20adventures%3b%20green%20dragon%20adventure%20hooks_ftd","p":126,"s":2,"h":1,"t":26,"uu":"green dragon adventures; green dragon adventure hooks|ftd","n":"Green Dragon Adventures; Green Dragon Adventure Hooks"},{"id":19272,"c":24,"u":"green%20dragon%20treasures%3b%20green%20dragon%20art%20objects_ftd","p":129,"s":2,"h":1,"t":26,"uu":"green dragon treasures; green dragon art objects|ftd","n":"Green Dragon Treasures; Green Dragon Art Objects"},{"id":19273,"c":24,"u":"half-dragons%3b%20half-dragon%20origin_ftd","p":39,"s":2,"h":1,"t":26,"uu":"half-dragons; half-dragon origin|ftd","n":"Half-Dragons; Half-Dragon Origin"},{"id":19274,"c":24,"u":"haunted%20hoards%3b%20unfinished%20business_ftd","p":68,"s":2,"h":1,"t":26,"uu":"haunted hoards; unfinished business|ftd","n":"Haunted Hoards; Unfinished Business"},{"id":19275,"c":24,"u":"heroes%20of%20the%20dragon%3b%20draconic%20character%20ties_ftd","p":16,"s":2,"h":1,"t":26,"uu":"heroes of the dragon; draconic character ties|ftd","n":"Heroes of the Dragon; Draconic Character Ties"},{"id":19276,"c":24,"u":"hidecarved%20dragons%20adventure%20hooks_ftd","p":48,"s":2,"h":1,"t":26,"uu":"hidecarved dragons adventure hooks|ftd","n":"Hidecarved Dragons Adventure Hooks"},{"id":19277,"c":24,"u":"hoard%20item%20quirks%3b%20draconic%20quirks_ftd","p":25,"s":2,"h":1,"t":26,"uu":"hoard item quirks; draconic quirks|ftd","n":"Hoard Item Quirks; Draconic Quirks"},{"id":19278,"c":24,"u":"hoard%20magic%20items%3b%20hoard%20item%20states_ftd","p":25,"s":2,"h":1,"t":26,"uu":"hoard magic items; hoard item states|ftd","n":"Hoard Magic Items; Hoard Item States"},{"id":19279,"c":24,"u":"how%20to%20name%20your%20dragon%3b%20dragon%20name%20elements_ftd","p":33,"s":2,"h":1,"t":26,"uu":"how to name your dragon; dragon name elements|ftd","n":"How to Name Your Dragon; Dragon Name Elements"},{"id":19280,"c":24,"u":"inheritors%20of%20the%20first%20world%20adventure%20hooks_ftd","p":49,"s":2,"h":1,"t":26,"uu":"inheritors of the first world adventure hooks|ftd","n":"Inheritors of the First World Adventure Hooks"},{"id":19281,"c":24,"u":"linking%20hoards%3b%20hoard%20linking%20items_ftd","p":67,"s":2,"h":1,"t":26,"uu":"linking hoards; hoard linking items|ftd","n":"Linking Hoards; Hoard Linking Items"},{"id":19282,"c":24,"u":"moonstone%20dragon%20adventures%3b%20moonstone%20dragon%20adventure%20hooks_ftd","p":131,"s":2,"h":1,"t":26,"uu":"moonstone dragon adventures; moonstone dragon adventure hooks|ftd","n":"Moonstone Dragon Adventures; Moonstone Dragon Adventure Hooks"},{"id":19283,"c":24,"u":"moonstone%20dragon%20treasures%3b%20moonstone%20dragon%20art%20objects_ftd","p":132,"s":2,"h":1,"t":26,"uu":"moonstone dragon treasures; moonstone dragon art objects|ftd","n":"Moonstone Dragon Treasures; Moonstone Dragon Art Objects"},{"id":19284,"c":24,"u":"red%20dragon%20adventures%3b%20red%20dragon%20adventure%20hooks_ftd","p":134,"s":2,"h":1,"t":26,"uu":"red dragon adventures; red dragon adventure hooks|ftd","n":"Red Dragon Adventures; Red Dragon Adventure Hooks"},{"id":19285,"c":24,"u":"red%20dragon%20treasures%3b%20red%20dragon%20art%20objects_ftd","p":137,"s":2,"h":1,"t":26,"uu":"red dragon treasures; red dragon art objects|ftd","n":"Red Dragon Treasures; Red Dragon Art Objects"},{"id":19286,"c":24,"u":"reproduction%3b%20origin%20of%20dragon%20eggs_ftd","p":38,"s":2,"h":1,"t":26,"uu":"reproduction; origin of dragon eggs|ftd","n":"Reproduction; Origin of Dragon Eggs"},{"id":19287,"c":24,"u":"sapphire%20dragon%20adventures%3b%20sapphire%20dragon%20adventure%20hooks_ftd","p":138,"s":2,"h":1,"t":26,"uu":"sapphire dragon adventures; sapphire dragon adventure hooks|ftd","n":"Sapphire Dragon Adventures; Sapphire Dragon Adventure Hooks"},{"id":19288,"c":24,"u":"sapphire%20dragon%20treasures%3b%20sapphire%20dragon%20art%20objects_ftd","p":140,"s":2,"h":1,"t":26,"uu":"sapphire dragon treasures; sapphire dragon art objects|ftd","n":"Sapphire Dragon Treasures; Sapphire Dragon Art Objects"},{"id":19289,"c":24,"u":"shadow%20dragon%20adventures%3b%20shadow%20dragon%20adventure%20hooks_ftd","p":142,"s":2,"h":1,"t":26,"uu":"shadow dragon adventures; shadow dragon adventure hooks|ftd","n":"Shadow Dragon Adventures; Shadow Dragon Adventure Hooks"},{"id":19290,"c":24,"u":"shadow%20dragon%20treasures%3b%20shadow%20dragon%20art%20objects_ftd","p":144,"s":2,"h":1,"t":26,"uu":"shadow dragon treasures; shadow dragon art objects|ftd","n":"Shadow Dragon Treasures; Shadow Dragon Art Objects"},{"id":19291,"c":24,"u":"silver%20dragon%20adventures%3b%20silver%20dragon%20adventure%20hooks_ftd","p":145,"s":2,"h":1,"t":26,"uu":"silver dragon adventures; silver dragon adventure hooks|ftd","n":"Silver Dragon Adventures; Silver Dragon Adventure Hooks"},{"id":19292,"c":24,"u":"silver%20dragon%20treasures%3b%20silver%20dragon%20art%20objects_ftd","p":148,"s":2,"h":1,"t":26,"uu":"silver dragon treasures; silver dragon art objects|ftd","n":"Silver Dragon Treasures; Silver Dragon Art Objects"},{"id":19293,"c":24,"u":"spells_ftd","p":19,"s":2,"h":1,"t":26,"uu":"spells|ftd","n":"Spells"},{"id":19294,"c":24,"u":"topaz%20dragon%20adventures%3b%20topaz%20dragon%20adventure%20hooks_ftd","p":149,"s":2,"h":1,"t":26,"uu":"topaz dragon adventures; topaz dragon adventure hooks|ftd","n":"Topaz Dragon Adventures; Topaz Dragon Adventure Hooks"},{"id":19295,"c":24,"u":"topaz%20dragon%20treasures%3b%20topaz%20dragon%20art%20objects_ftd","p":152,"s":2,"h":1,"t":26,"uu":"topaz dragon treasures; topaz dragon art objects|ftd","n":"Topaz Dragon Treasures; Topaz Dragon Art Objects"},{"id":19296,"c":24,"u":"undeath%3b%20undead%20dragon%20adventure%20hooks_ftd","p":41,"s":2,"h":1,"t":26,"uu":"undeath; undead dragon adventure hooks|ftd","n":"Undeath; Undead Dragon Adventure Hooks"},{"id":19297,"c":24,"u":"warlord%3b%20relationships%20and%20adventures_ftd","p":51,"s":2,"h":1,"t":26,"uu":"warlord; relationships and adventures|ftd","n":"Warlord; Relationships and Adventures"},{"id":19298,"c":24,"u":"white%20dragon%20adventures%3b%20white%20dragon%20adventure%20hooks_ftd","p":153,"s":2,"h":1,"t":26,"uu":"white dragon adventures; white dragon adventure hooks|ftd","n":"White Dragon Adventures; White Dragon Adventure Hooks"},{"id":19299,"c":24,"u":"white%20dragon%20treasures%3b%20white%20dragon%20art%20objects_ftd","p":157,"s":2,"h":1,"t":26,"uu":"white dragon treasures; white dragon art objects|ftd","n":"White Dragon Treasures; White Dragon Art Objects"},{"id":19300,"c":24,"u":"wyrmlings%3b%20wyrmling%20goals_ftd","p":35,"s":2,"h":1,"t":26,"uu":"wyrmlings; wyrmling goals|ftd","n":"Wyrmlings; Wyrmling Goals"},{"id":19301,"c":24,"u":"young%20dragons%3b%20young%20dragon%20goals_ftd","p":36,"s":2,"h":1,"t":26,"uu":"young dragons; young dragon goals|ftd","n":"Young Dragons; Young Dragon Goals"},{"id":19302,"c":24,"u":"how%20do%20i%20know%20which%20ability%20modifier%20to%20use%20with%20an%20attack%20roll%20and%20its%20damage%20roll%3f_sac","s":146,"h":1,"t":26,"uu":"how do i know which ability modifier to use with an attack roll and its damage roll?|sac","n":"How do I know which ability modifier to use with an attack roll and its damage roll?"},{"id":19303,"c":24,"u":"the%20drow%20pantheon_scag","p":23,"s":107,"h":1,"t":26,"uu":"the drow pantheon|scag","n":"The Drow Pantheon"},{"id":19304,"c":24,"u":"the%20dwarven%20pantheon_scag","p":22,"s":107,"h":1,"t":26,"uu":"the dwarven pantheon|scag","n":"The Dwarven Pantheon"},{"id":19305,"c":24,"u":"the%20elven%20pantheon_scag","p":23,"s":107,"h":1,"t":26,"uu":"the elven pantheon|scag","n":"The Elven Pantheon"},{"id":19306,"c":24,"u":"the%20faer%c3%bbnian%20pantheon_scag","p":21,"s":107,"h":1,"t":26,"uu":"the faerûnian pantheon|scag","n":"The Faerunian Pantheon"},{"id":19307,"c":24,"u":"the%20gnomish%20pantheon_scag","p":24,"s":107,"h":1,"t":26,"uu":"the gnomish pantheon|scag","n":"The Gnomish Pantheon"},{"id":19308,"c":24,"u":"the%20halfling%20pantheon_scag","p":23,"s":107,"h":1,"t":26,"uu":"the halfling pantheon|scag","n":"The Halfling Pantheon"},{"id":19309,"c":24,"u":"the%20orc%20pantheon_scag","p":24,"s":107,"h":1,"t":26,"uu":"the orc pantheon|scag","n":"The Orc Pantheon"},{"id":19310,"c":24,"u":"the%20shifting%20of%20the%20seasons%3b%20the%20calendar%20of%20harptos_scag","p":15,"s":107,"h":1,"t":26,"uu":"the shifting of the seasons; the calendar of harptos|scag","n":"The Shifting of the Seasons; The Calendar of Harptos"},{"id":19311,"c":24,"u":"uthgardt%20totems_scag","p":121,"s":107,"h":1,"t":26,"uu":"uthgardt totems|scag","n":"Uthgardt Totems"},{"id":19312,"c":24,"u":"dungeon%20chambers_screendungeonkit","s":147,"h":1,"t":26,"uu":"dungeon chambers|screendungeonkit","n":"Dungeon Chambers"},{"id":19313,"c":24,"u":"dungeon%20encounters_screendungeonkit","s":147,"h":1,"t":26,"uu":"dungeon encounters|screendungeonkit","n":"Dungeon Encounters"},{"id":19314,"c":24,"u":"exhaustion_screendungeonkit","s":147,"h":1,"t":26,"uu":"exhaustion|screendungeonkit","n":"Exhaustion"},{"id":19315,"c":24,"u":"screen%3b%20audible%20distance_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; audible distance|screendungeonkit","n":"Screen; Audible Distance"},{"id":19316,"c":24,"u":"screen%3b%20cover_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; cover|screendungeonkit","n":"Screen; Cover"},{"id":19317,"c":24,"u":"screen%3b%20damage%20by%20level%20and%20severity_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; damage by level and severity|screendungeonkit","n":"Screen; Damage by Level and Severity"},{"id":19318,"c":24,"u":"screen%3b%20food%2c%20drink%2c%20and%20lodging_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; food, drink, and lodging|screendungeonkit","n":"Screen; Food, Drink, and Lodging"},{"id":19319,"c":24,"u":"screen%3b%20foraging%20dcs_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; foraging dcs|screendungeonkit","n":"Screen; Foraging DCs"},{"id":19320,"c":24,"u":"screen%3b%20improvising%20damage_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; improvising damage|screendungeonkit","n":"Screen; Improvising Damage"},{"id":19321,"c":24,"u":"screen%3b%20light_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; light|screendungeonkit","n":"Screen; Light"},{"id":19322,"c":24,"u":"screen%3b%20monster%20motivation_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; monster motivation|screendungeonkit","n":"Screen; Monster Motivation"},{"id":19323,"c":24,"u":"screen%3b%20object%20armor%20class_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; object armor class|screendungeonkit","n":"Screen; Object Armor Class"},{"id":19324,"c":24,"u":"screen%3b%20object%20hit%20points_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; object hit points|screendungeonkit","n":"Screen; Object Hit Points"},{"id":19325,"c":24,"u":"screen%3b%20obscured%20areas_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; obscured areas|screendungeonkit","n":"Screen; Obscured Areas"},{"id":19326,"c":24,"u":"screen%3b%20setting%20a%20dc_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; setting a dc|screendungeonkit","n":"Screen; Setting a DC"},{"id":19327,"c":24,"u":"screen%3b%20skills%20and%20associated%20abilities_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; skills and associated abilities|screendungeonkit","n":"Screen; Skills and Associated Abilities"},{"id":19328,"c":24,"u":"screen%3b%20tracking%20dcs_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; tracking dcs|screendungeonkit","n":"Screen; Tracking DCs"},{"id":19329,"c":24,"u":"screen%3b%20travel%20pace_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; travel pace|screendungeonkit","n":"Screen; Travel Pace"},{"id":19330,"c":24,"u":"screen%3b%20visibility%20outdoors_screendungeonkit","s":147,"h":1,"t":26,"uu":"screen; visibility outdoors|screendungeonkit","n":"Screen; Visibility Outdoors"},{"id":19331,"c":24,"u":"state%20of%20ruin_screendungeonkit","s":147,"h":1,"t":26,"uu":"state of ruin|screendungeonkit","n":"State of Ruin"},{"id":19332,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_screenwildernesskit","s":148,"h":1,"t":26,"uu":"ending a chase; escape factors|screenwildernesskit","n":"Ending a Chase; Escape Factors"},{"id":19333,"c":24,"u":"food%20and%20water%20needs_screenwildernesskit","s":148,"h":1,"t":26,"uu":"food and water needs|screenwildernesskit","n":"Food and Water Needs"},{"id":19334,"c":24,"u":"playing%20a%20chase%3b%20wilderness%20chase%20complications_screenwildernesskit","s":148,"h":1,"t":26,"uu":"playing a chase; wilderness chase complications|screenwildernesskit","n":"Playing a Chase; Wilderness Chase Complications"},{"id":19335,"c":24,"u":"random%20encounter%3b%20wilderness%20encounter_screenwildernesskit","s":148,"h":1,"t":26,"uu":"random encounter; wilderness encounter|screenwildernesskit","n":"Random Encounter; Wilderness Encounter"},{"id":19336,"c":24,"u":"wilderness%20journeys%3b%20monuments_screenwildernesskit","s":148,"h":1,"t":26,"uu":"wilderness journeys; monuments|screenwildernesskit","n":"Wilderness Journeys; Monuments"},{"id":19337,"c":24,"u":"wilderness%20journeys%3b%20weird%20locales_screenwildernesskit","s":148,"h":1,"t":26,"uu":"wilderness journeys; weird locales|screenwildernesskit","n":"Wilderness Journeys; Weird Locales"},{"id":19338,"c":24,"u":"academy%20contact_tce","p":85,"s":4,"h":1,"t":26,"uu":"academy contact|tce","n":"Academy Contact"},{"id":19339,"c":24,"u":"academy%20factotum%20roles_tce","p":85,"s":4,"h":1,"t":26,"uu":"academy factotum roles|tce","n":"Academy Factotum Roles"},{"id":19340,"c":24,"u":"academy%20quests_tce","p":86,"s":4,"h":1,"t":26,"uu":"academy quests|tce","n":"Academy Quests"},{"id":19341,"c":24,"u":"academy%20type_tce","p":84,"s":4,"h":1,"t":26,"uu":"academy type|tce","n":"Academy Type"},{"id":19342,"c":24,"u":"ancient%20being_tce","p":86,"s":4,"h":1,"t":26,"uu":"ancient being|tce","n":"Ancient Being"},{"id":19343,"c":24,"u":"ancient%20being%20contact_tce","p":87,"s":4,"h":1,"t":26,"uu":"ancient being contact|tce","n":"Ancient Being Contact"},{"id":19344,"c":24,"u":"ancient%20being%20operative%20roles_tce","p":88,"s":4,"h":1,"t":26,"uu":"ancient being operative roles|tce","n":"Ancient Being Operative Roles"},{"id":19345,"c":24,"u":"ancient%20being%20quests_tce","p":88,"s":4,"h":1,"t":26,"uu":"ancient being quests|tce","n":"Ancient Being Quests"},{"id":19346,"c":24,"u":"aristocrat%20contact_tce","p":90,"s":4,"h":1,"t":26,"uu":"aristocrat contact|tce","n":"Aristocrat Contact"},{"id":19347,"c":24,"u":"aristocrat%20quests_tce","p":90,"s":4,"h":1,"t":26,"uu":"aristocrat quests|tce","n":"Aristocrat Quests"},{"id":19348,"c":24,"u":"aristocrat%20retainer%20roles_tce","p":90,"s":4,"h":1,"t":26,"uu":"aristocrat retainer roles|tce","n":"Aristocrat Retainer Roles"},{"id":19349,"c":24,"u":"aristocrat%20types_tce","p":89,"s":4,"h":1,"t":26,"uu":"aristocrat types|tce","n":"Aristocrat Types"},{"id":19350,"c":24,"u":"blessed%20radiance%20effects_tce","p":150,"s":4,"h":1,"t":26,"uu":"blessed radiance effects|tce","n":"Blessed Radiance Effects"},{"id":19351,"c":24,"u":"creature%20paintings_tce","p":172,"s":4,"h":1,"t":26,"uu":"creature paintings|tce","n":"Creature Paintings"},{"id":19352,"c":24,"u":"criminal%20syndicate%20contact%3b%20syndicate%20contact_tce","p":92,"s":4,"h":1,"t":26,"uu":"criminal syndicate contact; syndicate contact|tce","n":"Criminal Syndicate Contact; Syndicate Contact"},{"id":19353,"c":24,"u":"criminal%20syndicate%20member%20roles_tce","p":92,"s":4,"h":1,"t":26,"uu":"criminal syndicate member roles|tce","n":"Criminal Syndicate Member Roles"},{"id":19354,"c":24,"u":"criminal%20syndicate%20quests_tce","p":93,"s":4,"h":1,"t":26,"uu":"criminal syndicate quests|tce","n":"Criminal Syndicate Quests"},{"id":19355,"c":24,"u":"enchanted%20springs%3b%20enchanted%20spring%20effects_tce","p":165,"s":4,"h":1,"t":26,"uu":"enchanted springs; enchanted spring effects|tce","n":"Enchanted Springs; Enchanted Spring Effects"},{"id":19356,"c":24,"u":"far%20realm%20effects_tce","p":152,"s":4,"h":1,"t":26,"uu":"far realm effects|tce","n":"Far Realm Effects"},{"id":19357,"c":24,"u":"guild%20contact_tce","p":94,"s":4,"h":1,"t":26,"uu":"guild contact|tce","n":"Guild Contact"},{"id":19358,"c":24,"u":"guild%20quests_tce","p":95,"s":4,"h":1,"t":26,"uu":"guild quests|tce","n":"Guild Quests"},{"id":19359,"c":24,"u":"guild%20representative%20roles_tce","p":95,"s":4,"h":1,"t":26,"uu":"guild representative roles|tce","n":"Guild Representative Roles"},{"id":19360,"c":24,"u":"guild%20types_tce","p":93,"s":4,"h":1,"t":26,"uu":"guild types|tce","n":"Guild Types"},{"id":19361,"c":24,"u":"haunted%20effects_tce","p":154,"s":4,"h":1,"t":26,"uu":"haunted effects|tce","n":"Haunted Effects"},{"id":19362,"c":24,"u":"infested%20effects_tce","p":156,"s":4,"h":1,"t":26,"uu":"infested effects|tce","n":"Infested Effects"},{"id":19363,"c":24,"u":"magic%20items_tce","p":117,"s":4,"h":1,"t":26,"uu":"magic items|tce","n":"Magic Items"},{"id":19364,"c":24,"u":"magic%20mushrooms%3b%20magic%20mushroom%20effects_tce","p":166,"s":4,"h":1,"t":26,"uu":"magic mushrooms; magic mushroom effects|tce","n":"Magic Mushrooms; Magic Mushroom Effects"},{"id":19365,"c":24,"u":"magic%20tattoos%3b%20magic%20tattoo%20coverage_tce","p":118,"s":4,"h":1,"t":26,"uu":"magic tattoos; magic tattoo coverage|tce","n":"Magic Tattoos; Magic Tattoo Coverage"},{"id":19366,"c":24,"u":"menu%20items_tce","p":187,"s":4,"h":1,"t":26,"uu":"menu items|tce","n":"Menu Items"},{"id":19367,"c":24,"u":"military%20force%20contact%3b%20commanding%20officer_tce","p":97,"s":4,"h":1,"t":26,"uu":"military force contact; commanding officer|tce","n":"Military Force Contact; Commanding Officer"},{"id":19368,"c":24,"u":"military%20force%20envoy%20roles_tce","p":97,"s":4,"h":1,"t":26,"uu":"military force envoy roles|tce","n":"Military Force Envoy Roles"},{"id":19369,"c":24,"u":"military%20force%20types_tce","p":96,"s":4,"h":1,"t":26,"uu":"military force types|tce","n":"Military Force Types"},{"id":19370,"c":24,"u":"military%20quests_tce","p":98,"s":4,"h":1,"t":26,"uu":"military quests|tce","n":"Military Quests"},{"id":19371,"c":24,"u":"mirror%20zone%20effects_tce","p":157,"s":4,"h":1,"t":26,"uu":"mirror zone effects|tce","n":"Mirror Zone Effects"},{"id":19372,"c":24,"u":"monster%20research_tce","p":148,"s":4,"h":1,"t":26,"uu":"monster research|tce","n":"Monster Research"},{"id":19373,"c":24,"u":"monsters'%20desires%3b%20aberrations_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; aberrations|tce","n":"Monsters' Desires; Aberrations"},{"id":19374,"c":24,"u":"monsters'%20desires%3b%20beasts_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; beasts|tce","n":"Monsters' Desires; Beasts"},{"id":19375,"c":24,"u":"monsters'%20desires%3b%20celestials_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; celestials|tce","n":"Monsters' Desires; Celestials"},{"id":19376,"c":24,"u":"monsters'%20desires%3b%20constructs_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; constructs|tce","n":"Monsters' Desires; Constructs"},{"id":19377,"c":24,"u":"monsters'%20desires%3b%20dragons_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; dragons|tce","n":"Monsters' Desires; Dragons"},{"id":19378,"c":24,"u":"monsters'%20desires%3b%20elementals_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; elementals|tce","n":"Monsters' Desires; Elementals"},{"id":19379,"c":24,"u":"monsters'%20desires%3b%20fey_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; fey|tce","n":"Monsters' Desires; Fey"},{"id":19380,"c":24,"u":"monsters'%20desires%3b%20fiends_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; fiends|tce","n":"Monsters' Desires; Fiends"},{"id":19381,"c":24,"u":"monsters'%20desires%3b%20giants_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; giants|tce","n":"Monsters' Desires; Giants"},{"id":19382,"c":24,"u":"monsters'%20desires%3b%20humanoids_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; humanoids|tce","n":"Monsters' Desires; Humanoids"},{"id":19383,"c":24,"u":"monsters'%20desires%3b%20monstrosities_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; monstrosities|tce","n":"Monsters' Desires; Monstrosities"},{"id":19384,"c":24,"u":"monsters'%20desires%3b%20oozes_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; oozes|tce","n":"Monsters' Desires; Oozes"},{"id":19385,"c":24,"u":"monsters'%20desires%3b%20plants_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; plants|tce","n":"Monsters' Desires; Plants"},{"id":19386,"c":24,"u":"monsters'%20desires%3b%20undead_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; undead|tce","n":"Monsters' Desires; Undead"},{"id":19387,"c":24,"u":"party%20formation%3b%20party%20origin_tce","p":139,"s":4,"h":1,"t":26,"uu":"party formation; party origin|tce","n":"Party Formation; Party Origin"},{"id":19388,"c":24,"u":"personalizing%20spells%3b%20magic%20themes_tce","p":116,"s":4,"h":1,"t":26,"uu":"personalizing spells; magic themes|tce","n":"Personalizing Spells; Magic Themes"},{"id":19389,"c":24,"u":"primal%20fruit%20effects_tce","p":168,"s":4,"h":1,"t":26,"uu":"primal fruit effects|tce","n":"Primal Fruit Effects"},{"id":19390,"c":24,"u":"psychic%20resonance%20effects_tce","p":160,"s":4,"h":1,"t":26,"uu":"psychic resonance effects|tce","n":"Psychic Resonance Effects"},{"id":19391,"c":24,"u":"religious%20order%20contact_tce","p":99,"s":4,"h":1,"t":26,"uu":"religious order contact|tce","n":"Religious Order Contact"},{"id":19392,"c":24,"u":"religious%20order%20member%20roles_tce","p":99,"s":4,"h":1,"t":26,"uu":"religious order member roles|tce","n":"Religious Order Member Roles"},{"id":19393,"c":24,"u":"religious%20order%20quests_tce","p":100,"s":4,"h":1,"t":26,"uu":"religious order quests|tce","n":"Religious Order Quests"},{"id":19394,"c":24,"u":"religious%20order%20types_tce","p":98,"s":4,"h":1,"t":26,"uu":"religious order types|tce","n":"Religious Order Types"},{"id":19395,"c":24,"u":"skeleton%20keys%20solution_tce","p":175,"s":4,"h":1,"t":26,"uu":"skeleton keys solution|tce","n":"Skeleton Keys Solution"},{"id":19396,"c":24,"u":"solution%3b%20gem%20inventory_tce","p":176,"s":4,"h":1,"t":26,"uu":"solution; gem inventory|tce","n":"Solution; Gem Inventory"},{"id":19397,"c":24,"u":"solution%3b%20potential%20passwords_tce","p":183,"s":4,"h":1,"t":26,"uu":"solution; potential passwords|tce","n":"Solution; Potential Passwords"},{"id":19398,"c":24,"u":"solution%3b%20remembered%20names_tce","p":187,"s":4,"h":1,"t":26,"uu":"solution; remembered names|tce","n":"Solution; Remembered Names"},{"id":19399,"c":24,"u":"sovereign%20contact_tce","p":102,"s":4,"h":1,"t":26,"uu":"sovereign contact|tce","n":"Sovereign Contact"},{"id":19400,"c":24,"u":"sovereign%20proxy%20roles_tce","p":102,"s":4,"h":1,"t":26,"uu":"sovereign proxy roles|tce","n":"Sovereign Proxy Roles"},{"id":19401,"c":24,"u":"sovereign%20quests_tce","p":102,"s":4,"h":1,"t":26,"uu":"sovereign quests|tce","n":"Sovereign Quests"},{"id":19402,"c":24,"u":"sovereign%20types_tce","p":100,"s":4,"h":1,"t":26,"uu":"sovereign types|tce","n":"Sovereign Types"},{"id":19403,"c":24,"u":"spells_tce","p":105,"s":4,"h":1,"t":26,"uu":"spells|tce","n":"Spells"},{"id":19404,"c":24,"u":"spells%20as%20natural%20hazards_tce","p":170,"s":4,"h":1,"t":26,"uu":"spells as natural hazards|tce","n":"Spells as Natural Hazards"},{"id":19405,"c":24,"u":"types%20of%20criminal%20syndicates%3b%20syndicate%20types_tce","p":91,"s":4,"h":1,"t":26,"uu":"types of criminal syndicates; syndicate types|tce","n":"Types of Criminal Syndicates; Syndicate Types"},{"id":19406,"c":24,"u":"unearthly%20roads%3b%20unearthly%20road%20keys_tce","p":169,"s":4,"h":1,"t":26,"uu":"unearthly roads; unearthly road keys|tce","n":"Unearthly Roads; Unearthly Road Keys"},{"id":19407,"c":24,"u":"unraveling%20magic%20effects_tce","p":161,"s":4,"h":1,"t":26,"uu":"unraveling magic effects|tce","n":"Unraveling Magic Effects"},{"id":19408,"c":24,"u":"what's%20on%20the%20menu%20solution_tce","p":188,"s":4,"h":1,"t":26,"uu":"what's on the menu solution|tce","n":"What's on the Menu Solution"},{"id":19409,"c":24,"u":"wild%20magic_tce","p":25,"s":4,"h":1,"t":26,"uu":"wild magic|tce","n":"Wild Magic"},{"id":19410,"c":24,"u":"1%2c000%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"1,000 gp gemstones|xdmg","n":"1,000 GP Gemstones"},{"id":19411,"c":24,"u":"10%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"10 gp gemstones|xdmg","n":"10 GP Gemstones"},{"id":19412,"c":24,"u":"100%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"100 gp gemstones|xdmg","n":"100 GP Gemstones"},{"id":19413,"c":24,"u":"1%3a%20common%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"1: common names|xdmg","n":"1: Common Names"},{"id":19414,"c":24,"u":"2%2c500%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"t":26,"uu":"2,500 gp art objects|xdmg","n":"2,500 GP Art Objects"},{"id":19415,"c":24,"u":"25%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"t":26,"uu":"25 gp art objects|xdmg","n":"25 GP Art Objects"},{"id":19416,"c":24,"u":"250%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"t":26,"uu":"250 gp art objects|xdmg","n":"250 GP Art Objects"},{"id":19417,"c":24,"u":"2%3a%20guttural%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"2: guttural names|xdmg","n":"2: Guttural Names"},{"id":19418,"c":24,"u":"3%3a%20lyrical%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"3: lyrical names|xdmg","n":"3: Lyrical Names"},{"id":19419,"c":24,"u":"4%3a%20monosyllabic%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"4: monosyllabic names|xdmg","n":"4: Monosyllabic Names"},{"id":19420,"c":24,"u":"5%2c000%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"5,000 gp gemstones|xdmg","n":"5,000 GP Gemstones"},{"id":19421,"c":24,"u":"50%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"50 gp gemstones|xdmg","n":"50 GP Gemstones"},{"id":19422,"c":24,"u":"500%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"500 gp gemstones|xdmg","n":"500 GP Gemstones"},{"id":19423,"c":24,"u":"5%3a%20sinister%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"5: sinister names|xdmg","n":"5: Sinister Names"},{"id":19424,"c":24,"u":"6%3a%20whimsical%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"6: whimsical names|xdmg","n":"6: Whimsical Names"},{"id":19425,"c":24,"u":"7%2c500%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"t":26,"uu":"7,500 gp art objects|xdmg","n":"7,500 GP Art Objects"},{"id":19426,"c":24,"u":"750%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"t":26,"uu":"750 gp art objects|xdmg","n":"750 GP Art Objects"},{"id":19427,"c":24,"u":"actions%20in%20combat%3b%20describing%20actions_xdmg","p":46,"s":5,"h":1,"t":26,"uu":"actions in combat; describing actions|xdmg","n":"Actions in Combat; Describing Actions"},{"id":19428,"c":24,"u":"adding%20basic%20facilities_xdmg","p":335,"s":5,"h":1,"t":26,"uu":"adding basic facilities|xdmg","n":"Adding Basic Facilities"},{"id":19429,"c":24,"u":"adjudicating%20areas%20of%20effect%3b%20targets%20in%20area%20of%20effect_xdmg","p":82,"s":5,"h":1,"t":26,"uu":"adjudicating areas of effect; targets in area of effect|xdmg","n":"Adjudicating Areas of Effect; Targets in Area of Effect"},{"id":19430,"c":24,"u":"adventure%20patrons%3b%20patron%20hooks_xdmg","p":110,"s":5,"h":1,"t":26,"uu":"adventure patrons; patron hooks|xdmg","n":"Adventure Patrons; Patron Hooks"},{"id":19431,"c":24,"u":"all%20is%20well_xdmg","p":350,"s":5,"h":1,"t":26,"uu":"all is well|xdmg","n":"All Is Well"},{"id":19432,"c":24,"u":"ammunition%3b%202_xdmg","p":72,"s":5,"h":1,"t":26,"uu":"ammunition; 2|xdmg","n":"Ammunition; 2"},{"id":19433,"c":24,"u":"arcana%20-%20common_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"arcana - common|xdmg","n":"Arcana - Common"},{"id":19434,"c":24,"u":"arcana%20-%20legendary_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"arcana - legendary|xdmg","n":"Arcana - Legendary"},{"id":19435,"c":24,"u":"arcana%20-%20rare_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"arcana - rare|xdmg","n":"Arcana - Rare"},{"id":19436,"c":24,"u":"arcana%20-%20uncommon_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"arcana - uncommon|xdmg","n":"Arcana - Uncommon"},{"id":19437,"c":24,"u":"arcana%20-%20very%20rare_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"arcana - very rare|xdmg","n":"Arcana - Very Rare"},{"id":19438,"c":24,"u":"armaments%20-%20common_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"armaments - common|xdmg","n":"Armaments - Common"},{"id":19439,"c":24,"u":"armaments%20-%20legendary_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"armaments - legendary|xdmg","n":"Armaments - Legendary"},{"id":19440,"c":24,"u":"armaments%20-%20rare_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"armaments - rare|xdmg","n":"Armaments - Rare"},{"id":19441,"c":24,"u":"armaments%20-%20uncommon_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"armaments - uncommon|xdmg","n":"Armaments - Uncommon"},{"id":19442,"c":24,"u":"armaments%20-%20very%20rare_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"armaments - very rare|xdmg","n":"Armaments - Very Rare"},{"id":19443,"c":24,"u":"artifact%20properties%3b%20major%20beneficial%20properties_xdmg","p":224,"s":5,"h":1,"t":26,"uu":"artifact properties; major beneficial properties|xdmg","n":"Artifact Properties; Major Beneficial Properties"},{"id":19444,"c":24,"u":"artifact%20properties%3b%20major%20detrimental%20properties_xdmg","p":224,"s":5,"h":1,"t":26,"uu":"artifact properties; major detrimental properties|xdmg","n":"Artifact Properties; Major Detrimental Properties"},{"id":19445,"c":24,"u":"artifact%20properties%3b%20minor%20beneficial%20properties_xdmg","p":224,"s":5,"h":1,"t":26,"uu":"artifact properties; minor beneficial properties|xdmg","n":"Artifact Properties; Minor Beneficial Properties"},{"id":19446,"c":24,"u":"artifact%20properties%3b%20minor%20detrimental%20properties_xdmg","p":224,"s":5,"h":1,"t":26,"uu":"artifact properties; minor detrimental properties|xdmg","n":"Artifact Properties; Minor Detrimental Properties"},{"id":19447,"c":24,"u":"astral%20color%20pools_xdmg","p":184,"s":5,"h":1,"t":26,"uu":"astral color pools|xdmg","n":"Astral Color Pools"},{"id":19448,"c":24,"u":"average%20results%3b%20mob%20results_xdmg","p":82,"s":5,"h":1,"t":26,"uu":"average results; mob results|xdmg","n":"Average Results; Mob Results"},{"id":19449,"c":24,"u":"bastion%20events_xdmg","p":350,"s":5,"h":1,"t":26,"uu":"bastion events|xdmg","n":"Bastion Events"},{"id":19450,"c":24,"u":"bring%20it%20to%20an%20end%3b%20adventure%20climax_xdmg","p":120,"s":5,"h":1,"t":26,"uu":"bring it to an end; adventure climax|xdmg","n":"Bring It to an End; Adventure Climax"},{"id":19451,"c":24,"u":"building%20your%20own%20traps%3b%20building%20a%20trap_xdmg","p":103,"s":5,"h":1,"t":26,"uu":"building your own traps; building a trap|xdmg","n":"Building Your Own Traps; Building a Trap"},{"id":19452,"c":24,"u":"central%20flanaess%20locations_xdmg","p":162,"s":5,"h":1,"t":26,"uu":"central flanaess locations|xdmg","n":"Central Flanaess Locations"},{"id":19453,"c":24,"u":"creature%20size%20and%20space_xdmg","p":44,"s":5,"h":1,"t":26,"uu":"creature size and space|xdmg","n":"Creature Size and Space"},{"id":19454,"c":24,"u":"deep%20ethereal%3b%20ethereal%20curtains_xdmg","p":192,"s":5,"h":1,"t":26,"uu":"deep ethereal; ethereal curtains|xdmg","n":"Deep Ethereal; Ethereal Curtains"},{"id":19455,"c":24,"u":"determine%20your%20xp%20budget%3b%20xp%20budget%20per%20character_xdmg","p":114,"s":5,"h":1,"t":26,"uu":"determine your xp budget; xp budget per character|xdmg","n":"Determine Your XP Budget; XP Budget per Character"},{"id":19456,"c":24,"u":"difficulty%20class%3b%20typical%20dcs_xdmg","p":29,"s":5,"h":1,"t":26,"uu":"difficulty class; typical dcs|xdmg","n":"Difficulty Class; Typical DCs"},{"id":19457,"c":24,"u":"doors_xdmg","p":64,"s":5,"h":1,"t":26,"uu":"doors|xdmg","n":"Doors"},{"id":19458,"c":24,"u":"dungeon%20decay%3b%20states%20of%20ruin_xdmg","p":67,"s":5,"h":1,"t":26,"uu":"dungeon decay; states of ruin|xdmg","n":"Dungeon Decay; States of Ruin"},{"id":19459,"c":24,"u":"dungeons%3b%20dungeon%20quirks_xdmg","p":65,"s":5,"h":1,"t":26,"uu":"dungeons; dungeon quirks|xdmg","n":"Dungeons; Dungeon Quirks"},{"id":19460,"c":24,"u":"eastern%20flanaess%20locations_xdmg","p":164,"s":5,"h":1,"t":26,"uu":"eastern flanaess locations|xdmg","n":"Eastern Flanaess Locations"},{"id":19461,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_xdmg","p":53,"s":5,"h":1,"t":26,"uu":"ending a chase; escape factors|xdmg","n":"Ending a Chase; Escape Factors"},{"id":19462,"c":24,"u":"enlarging%20basic%20facilities_xdmg","p":335,"s":5,"h":1,"t":26,"uu":"enlarging basic facilities|xdmg","n":"Enlarging Basic Facilities"},{"id":19463,"c":24,"u":"ether%20cyclones%3b%20ether%20cyclone_xdmg","p":193,"s":5,"h":1,"t":26,"uu":"ether cyclones; ether cyclone|xdmg","n":"Ether Cyclones; Ether Cyclone"},{"id":19464,"c":24,"u":"exploring%20the%20mine_xdmg","p":123,"s":5,"h":1,"t":26,"uu":"exploring the mine|xdmg","n":"Exploring the Mine"},{"id":19465,"c":24,"u":"explosives_xdmg","p":72,"s":5,"h":1,"t":26,"uu":"explosives|xdmg","n":"Explosives"},{"id":19466,"c":24,"u":"facility%20space_xdmg","p":335,"s":5,"h":1,"t":26,"uu":"facility space|xdmg","n":"Facility Space"},{"id":19467,"c":24,"u":"fear%20effects%3b%20sample%20fear%20dcs_xdmg","p":70,"s":5,"h":1,"t":26,"uu":"fear effects; sample fear dcs|xdmg","n":"Fear Effects; Sample Fear DCs"},{"id":19468,"c":24,"u":"feywild%20time%20warp_xdmg","p":196,"s":5,"h":1,"t":26,"uu":"feywild time warp|xdmg","n":"Feywild Time Warp"},{"id":19469,"c":24,"u":"firearms_xdmg","p":72,"s":5,"h":1,"t":26,"uu":"firearms|xdmg","n":"Firearms"},{"id":19470,"c":24,"u":"fortifications%3b%20maintenance%20costs_xdmg","p":80,"s":5,"h":1,"t":26,"uu":"fortifications; maintenance costs|xdmg","n":"Fortifications; Maintenance Costs"},{"id":19471,"c":24,"u":"gate-towns%20of%20the%20outlands_xdmg","p":205,"s":5,"h":1,"t":26,"uu":"gate-towns of the outlands|xdmg","n":"Gate-Towns of the Outlands"},{"id":19472,"c":24,"u":"gods%20of%20greyhawk_xdmg","p":149,"s":5,"h":1,"t":26,"uu":"gods of greyhawk|xdmg","n":"Gods of Greyhawk"},{"id":19473,"c":24,"u":"guest_xdmg","p":352,"s":5,"h":1,"t":26,"uu":"guest|xdmg","n":"Guest"},{"id":19474,"c":24,"u":"happenstance%20hooks_xdmg","p":111,"s":5,"h":1,"t":26,"uu":"happenstance hooks|xdmg","n":"Happenstance Hooks"},{"id":19475,"c":24,"u":"implements%20-%20common_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"implements - common|xdmg","n":"Implements - Common"},{"id":19476,"c":24,"u":"implements%20-%20legendary_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"implements - legendary|xdmg","n":"Implements - Legendary"},{"id":19477,"c":24,"u":"implements%20-%20rare_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"implements - rare|xdmg","n":"Implements - Rare"},{"id":19478,"c":24,"u":"implements%20-%20uncommon_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"implements - uncommon|xdmg","n":"Implements - Uncommon"},{"id":19479,"c":24,"u":"implements%20-%20very%20rare_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"implements - very rare|xdmg","n":"Implements - Very Rare"},{"id":19480,"c":24,"u":"improvising%20damage_xdmg","p":30,"s":5,"h":1,"t":26,"uu":"improvising damage|xdmg","n":"Improvising Damage"},{"id":19481,"c":24,"u":"improvising%20damage%3b%20damage%20severity%20and%20level_xdmg","p":30,"s":5,"h":1,"t":26,"uu":"improvising damage; damage severity and level|xdmg","n":"Improvising Damage; Damage Severity and Level"},{"id":19482,"c":24,"u":"initial%20attitudes%3b%20initial%20attitude_xdmg","p":116,"s":5,"h":1,"t":26,"uu":"initial attitudes; initial attitude|xdmg","n":"Initial Attitudes; Initial Attitude"},{"id":19483,"c":24,"u":"layers%20of%20acheron_xdmg","p":182,"s":5,"h":1,"t":26,"uu":"layers of acheron|xdmg","n":"Layers of Acheron"},{"id":19484,"c":24,"u":"layers%20of%20arborea_xdmg","p":183,"s":5,"h":1,"t":26,"uu":"layers of arborea|xdmg","n":"Layers of Arborea"},{"id":19485,"c":24,"u":"layers%20of%20arcadia_xdmg","p":183,"s":5,"h":1,"t":26,"uu":"layers of arcadia|xdmg","n":"Layers of Arcadia"},{"id":19486,"c":24,"u":"layers%20of%20bytopia_xdmg","p":186,"s":5,"h":1,"t":26,"uu":"layers of bytopia|xdmg","n":"Layers of Bytopia"},{"id":19487,"c":24,"u":"layers%20of%20carceri_xdmg","p":187,"s":5,"h":1,"t":26,"uu":"layers of carceri|xdmg","n":"Layers of Carceri"},{"id":19488,"c":24,"u":"layers%20of%20elysium_xdmg","p":191,"s":5,"h":1,"t":26,"uu":"layers of elysium|xdmg","n":"Layers of Elysium"},{"id":19489,"c":24,"u":"layers%20of%20gehenna_xdmg","p":197,"s":5,"h":1,"t":26,"uu":"layers of gehenna|xdmg","n":"Layers of Gehenna"},{"id":19490,"c":24,"u":"layers%20of%20hades_xdmg","p":197,"s":5,"h":1,"t":26,"uu":"layers of hades|xdmg","n":"Layers of Hades"},{"id":19491,"c":24,"u":"layers%20of%20mount%20celestia_xdmg","p":200,"s":5,"h":1,"t":26,"uu":"layers of mount celestia|xdmg","n":"Layers of Mount Celestia"},{"id":19492,"c":24,"u":"layers%20of%20pandemonium_xdmg","p":206,"s":5,"h":1,"t":26,"uu":"layers of pandemonium|xdmg","n":"Layers of Pandemonium"},{"id":19493,"c":24,"u":"layers%20of%20the%20abyss_xdmg","p":180,"s":5,"h":1,"t":26,"uu":"layers of the abyss|xdmg","n":"Layers of the Abyss"},{"id":19494,"c":24,"u":"layers%20of%20the%20beastlands_xdmg","p":186,"s":5,"h":1,"t":26,"uu":"layers of the beastlands|xdmg","n":"Layers of the Beastlands"},{"id":19495,"c":24,"u":"layers%20of%20the%20nine%20hells_xdmg","p":202,"s":5,"h":1,"t":26,"uu":"layers of the nine hells|xdmg","n":"Layers of the Nine Hells"},{"id":19496,"c":24,"u":"layers%20of%20ysgard_xdmg","p":210,"s":5,"h":1,"t":26,"uu":"layers of ysgard|xdmg","n":"Layers of Ysgard"},{"id":19497,"c":24,"u":"level-based%20renown_xdmg","p":92,"s":5,"h":1,"t":26,"uu":"level-based renown|xdmg","n":"Level-Based Renown"},{"id":19498,"c":24,"u":"levels%2011%e2%80%9316%3a%20masters%20of%20the%20realm%3b%20levels%2011%e2%80%9316%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"t":26,"uu":"levels 11–16: masters of the realm; levels 11–16 adventure situations|xdmg","n":"Levels 11–16: Masters of the Realm; Levels 11–16 Adventure Situations"},{"id":19499,"c":24,"u":"levels%2017%e2%80%9320%3a%20masters%20of%20the%20world%3b%20levels%2017%e2%80%9320%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"t":26,"uu":"levels 17–20: masters of the world; levels 17–20 adventure situations|xdmg","n":"Levels 17–20: Masters of the World; Levels 17–20 Adventure Situations"},{"id":19500,"c":24,"u":"levels%201%e2%80%934%3a%20local%20heroes%3b%20levels%201%e2%80%934%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"t":26,"uu":"levels 1–4: local heroes; levels 1–4 adventure situations|xdmg","n":"Levels 1–4: Local Heroes; Levels 1–4 Adventure Situations"},{"id":19501,"c":24,"u":"levels%205%e2%80%9310%3a%20heroes%20of%20the%20realm%3b%20levels%205%e2%80%9310%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"t":26,"uu":"levels 5–10: heroes of the realm; levels 5–10 adventure situations|xdmg","n":"Levels 5–10: Heroes of the Realm; Levels 5–10 Adventure Situations"},{"id":19502,"c":24,"u":"linking%20adventures%3b%20adventure%20connections_xdmg","p":139,"s":5,"h":1,"t":26,"uu":"linking adventures; adventure connections|xdmg","n":"Linking Adventures; Adventure Connections"},{"id":19503,"c":24,"u":"locked%20door%3b%20lock%20complexity_xdmg","p":64,"s":5,"h":1,"t":26,"uu":"locked door; lock complexity|xdmg","n":"Locked Door; Lock Complexity"},{"id":19504,"c":24,"u":"locked%20door%3b%20lock%20quality_xdmg","p":64,"s":5,"h":1,"t":26,"uu":"locked door; lock quality|xdmg","n":"Locked Door; Lock Quality"},{"id":19505,"c":24,"u":"magic%20item%20categories_xdmg","p":216,"s":5,"h":1,"t":26,"uu":"magic item categories|xdmg","n":"Magic Item Categories"},{"id":19506,"c":24,"u":"magic%20item%20crafting%20time%20and%20cost_xdmg","p":221,"s":5,"h":1,"t":26,"uu":"magic item crafting time and cost|xdmg","n":"Magic Item Crafting Time and Cost"},{"id":19507,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20creator%20or%20intended%20user_xdmg","p":222,"s":5,"h":1,"t":26,"uu":"magic item special features; magic item's creator or intended user|xdmg","n":"Magic Item Special Features; Magic Item's Creator or Intended User"},{"id":19508,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20history_xdmg","p":222,"s":5,"h":1,"t":26,"uu":"magic item special features; magic item's history|xdmg","n":"Magic Item Special Features; Magic Item's History"},{"id":19509,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20minor%20property_xdmg","p":222,"s":5,"h":1,"t":26,"uu":"magic item special features; magic item's minor property|xdmg","n":"Magic Item Special Features; Magic Item's Minor Property"},{"id":19510,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20quirk_xdmg","p":222,"s":5,"h":1,"t":26,"uu":"magic item special features; magic item's quirk|xdmg","n":"Magic Item Special Features; Magic Item's Quirk"},{"id":19511,"c":24,"u":"magic%20item%20tools_xdmg","p":220,"s":5,"h":1,"t":26,"uu":"magic item tools|xdmg","n":"Magic Item Tools"},{"id":19512,"c":24,"u":"magic%20item%20values%20by%20rarity%3b%20magic%20item%20rarities%20and%20values_xdmg","p":217,"s":5,"h":1,"t":26,"uu":"magic item values by rarity; magic item rarities and values|xdmg","n":"Magic Item Values by Rarity; Magic Item Rarities and Values"},{"id":19513,"c":24,"u":"magic%20items%20awarded%20by%20level_xdmg","p":218,"s":5,"h":1,"t":26,"uu":"magic items awarded by level|xdmg","n":"Magic Items Awarded by Level"},{"id":19514,"c":24,"u":"mixing%20potions%3b%20potion%20miscibility_xdmg","p":216,"s":5,"h":1,"t":26,"uu":"mixing potions; potion miscibility|xdmg","n":"Mixing Potions; Potion Miscibility"},{"id":19515,"c":24,"u":"monster%20personality_xdmg","p":116,"s":5,"h":1,"t":26,"uu":"monster personality|xdmg","n":"Monster Personality"},{"id":19516,"c":24,"u":"monster%20relationships_xdmg","p":117,"s":5,"h":1,"t":26,"uu":"monster relationships|xdmg","n":"Monster Relationships"},{"id":19517,"c":24,"u":"months%20and%20festivals%3b%20days%20of%20the%20week_xdmg","p":146,"s":5,"h":1,"t":26,"uu":"months and festivals; days of the week|xdmg","n":"Months and Festivals; Days of the Week"},{"id":19518,"c":24,"u":"northern%20flanaess%20locations_xdmg","p":165,"s":5,"h":1,"t":26,"uu":"northern flanaess locations|xdmg","n":"Northern Flanaess Locations"},{"id":19519,"c":24,"u":"npc%20appearance_xdmg","p":86,"s":5,"h":1,"t":26,"uu":"npc appearance|xdmg","n":"NPC Appearance"},{"id":19520,"c":24,"u":"npc%20secrets_xdmg","p":86,"s":5,"h":1,"t":26,"uu":"npc secrets|xdmg","n":"NPC Secrets"},{"id":19521,"c":24,"u":"old%20keoland%20locations_xdmg","p":169,"s":5,"h":1,"t":26,"uu":"old keoland locations|xdmg","n":"Old Keoland Locations"},{"id":19522,"c":24,"u":"outer%20planes_xdmg","p":174,"s":5,"h":1,"t":26,"uu":"outer planes|xdmg","n":"Outer Planes"},{"id":19523,"c":24,"u":"perception%20and%20encounters%3b%20audible%20distance_xdmg","p":34,"s":5,"h":1,"t":26,"uu":"perception and encounters; audible distance|xdmg","n":"Perception and Encounters; Audible Distance"},{"id":19524,"c":24,"u":"planar%20adventure%20situations_xdmg","p":178,"s":5,"h":1,"t":26,"uu":"planar adventure situations|xdmg","n":"Planar Adventure Situations"},{"id":19525,"c":24,"u":"portcullises_xdmg","p":64,"s":5,"h":1,"t":26,"uu":"portcullises|xdmg","n":"Portcullises"},{"id":19526,"c":24,"u":"power%20level%3b%20magic%20item%20power%20by%20rarity_xdmg","p":58,"s":5,"h":1,"t":26,"uu":"power level; magic item power by rarity|xdmg","n":"Power Level; Magic Item Power by Rarity"},{"id":19527,"c":24,"u":"psychic%20wind%20location%20effects_xdmg","p":185,"s":5,"h":1,"t":26,"uu":"psychic wind location effects|xdmg","n":"Psychic Wind Location Effects"},{"id":19528,"c":24,"u":"psychic%20wind%20psychic%20effects_xdmg","p":185,"s":5,"h":1,"t":26,"uu":"psychic wind psychic effects|xdmg","n":"Psychic Wind Psychic Effects"},{"id":19529,"c":24,"u":"random%20individual%20treasure_xdmg","p":120,"s":5,"h":1,"t":26,"uu":"random individual treasure|xdmg","n":"Random Individual Treasure"},{"id":19530,"c":24,"u":"random%20magic%20item%20rarity%3b%20magic%20item%20rarities_xdmg","p":218,"s":5,"h":1,"t":26,"uu":"random magic item rarity; magic item rarities|xdmg","n":"Random Magic Item Rarity; Magic Item Rarities"},{"id":19531,"c":24,"u":"relics%20-%20common_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"relics - common|xdmg","n":"Relics - Common"},{"id":19532,"c":24,"u":"relics%20-%20legendary_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"relics - legendary|xdmg","n":"Relics - Legendary"},{"id":19533,"c":24,"u":"relics%20-%20rare_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"relics - rare|xdmg","n":"Relics - Rare"},{"id":19534,"c":24,"u":"relics%20-%20uncommon_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"relics - uncommon|xdmg","n":"Relics - Uncommon"},{"id":19535,"c":24,"u":"relics%20-%20very%20rare_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"relics - very rare|xdmg","n":"Relics - Very Rare"},{"id":19536,"c":24,"u":"resolving%20outcomes%3b%20abilities%2c%20ability%20checks%2c%20and%20saving%20throws_xdmg","p":27,"s":5,"h":1,"t":26,"uu":"resolving outcomes; abilities, ability checks, and saving throws|xdmg","n":"Resolving Outcomes; Abilities, Ability Checks, and Saving Throws"},{"id":19537,"c":24,"u":"sample%20mental%20stress%20effects_xdmg","p":70,"s":5,"h":1,"t":26,"uu":"sample mental stress effects|xdmg","n":"Sample Mental Stress Effects"},{"id":19538,"c":24,"u":"secret%20doors_xdmg","p":64,"s":5,"h":1,"t":26,"uu":"secret doors|xdmg","n":"Secret Doors"},{"id":19539,"c":24,"u":"sentient%20item's%20special%20purpose_xdmg","p":226,"s":5,"h":1,"t":26,"uu":"sentient item's special purpose|xdmg","n":"Sentient Item's Special Purpose"},{"id":19540,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20claims%20to%20fame_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; claims to fame|xdmg","n":"Settlement Tables and Tracker; Claims to Fame"},{"id":19541,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20current%20calamities_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; current calamities|xdmg","n":"Settlement Tables and Tracker; Current Calamities"},{"id":19542,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20defining%20traits_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; defining traits|xdmg","n":"Settlement Tables and Tracker; Defining Traits"},{"id":19543,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20local%20leaders_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; local leaders|xdmg","n":"Settlement Tables and Tracker; Local Leaders"},{"id":19544,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20random%20shops_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; random shops|xdmg","n":"Settlement Tables and Tracker; Random Shops"},{"id":19545,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20tavern%20names_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; tavern names|xdmg","n":"Settlement Tables and Tracker; Tavern Names"},{"id":19546,"c":24,"u":"settlements%20by%20size_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlements by size|xdmg","n":"Settlements by Size"},{"id":19547,"c":24,"u":"shadowfell%20despair_xdmg","p":209,"s":5,"h":1,"t":26,"uu":"shadowfell despair|xdmg","n":"Shadowfell Despair"},{"id":19548,"c":24,"u":"special%20facilities%3b%20special%20facility%20acquisition_xdmg","p":335,"s":5,"h":1,"t":26,"uu":"special facilities; special facility acquisition|xdmg","n":"Special Facilities; Special Facility Acquisition"},{"id":19549,"c":24,"u":"special%20facility%20descriptions%3b%20special%20facilities_xdmg","p":336,"s":5,"h":1,"t":26,"uu":"special facility descriptions; special facilities|xdmg","n":"Special Facility Descriptions; Special Facilities"},{"id":19550,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20alignment_xdmg","p":226,"s":5,"h":1,"t":26,"uu":"special purpose; sentient item's alignment|xdmg","n":"Special Purpose; Sentient Item's Alignment"},{"id":19551,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20communication_xdmg","p":226,"s":5,"h":1,"t":26,"uu":"special purpose; sentient item's communication|xdmg","n":"Special Purpose; Sentient Item's Communication"},{"id":19552,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20senses_xdmg","p":226,"s":5,"h":1,"t":26,"uu":"special purpose; sentient item's senses|xdmg","n":"Special Purpose; Sentient Item's Senses"},{"id":19553,"c":24,"u":"spell%20damage_xdmg","p":59,"s":5,"h":1,"t":26,"uu":"spell damage|xdmg","n":"Spell Damage"},{"id":19554,"c":24,"u":"stage%202_xdmg","p":124,"s":5,"h":1,"t":26,"uu":"stage 2|xdmg","n":"Stage 2"},{"id":19555,"c":24,"u":"supernatural%20hooks_xdmg","p":111,"s":5,"h":1,"t":26,"uu":"supernatural hooks|xdmg","n":"Supernatural Hooks"},{"id":19556,"c":24,"u":"trade%20bars_xdmg","p":213,"s":5,"h":1,"t":26,"uu":"trade bars|xdmg","n":"Trade Bars"},{"id":19557,"c":24,"u":"trade%20goods_xdmg","p":213,"s":5,"h":1,"t":26,"uu":"trade goods|xdmg","n":"Trade Goods"},{"id":19558,"c":24,"u":"travel%20terrain_xdmg","p":39,"s":5,"h":1,"t":26,"uu":"travel terrain|xdmg","n":"Travel Terrain"},{"id":19559,"c":24,"u":"treasure_xdmg","p":352,"s":5,"h":1,"t":26,"uu":"treasure|xdmg","n":"Treasure"},{"id":19560,"c":24,"u":"treasure%20hoards%3b%20random%20treasure%20hoard_xdmg","p":120,"s":5,"h":1,"t":26,"uu":"treasure hoards; random treasure hoard|xdmg","n":"Treasure Hoards; Random Treasure Hoard"},{"id":19561,"c":24,"u":"treasure%20themes_xdmg","p":213,"s":5,"h":1,"t":26,"uu":"treasure themes|xdmg","n":"Treasure Themes"},{"id":19562,"c":24,"u":"urban%20chase%20complications_xdmg","p":53,"s":5,"h":1,"t":26,"uu":"urban chase complications|xdmg","n":"Urban Chase Complications"},{"id":19563,"c":24,"u":"using%20a%20published%20setting%3b%20d%26d%20settings_xdmg","p":136,"s":5,"h":1,"t":26,"uu":"using a published setting; d&d settings|xdmg","n":"Using a Published Setting; D&D Settings"},{"id":19564,"c":24,"u":"variant%3a%20training%20to%20gain%20levels%3b%20training%20to%20gain%20levels_xdmg","p":49,"s":5,"h":1,"t":26,"uu":"variant: training to gain levels; training to gain levels|xdmg","n":"Variant: Training to Gain Levels; Training to Gain Levels"},{"id":19565,"c":24,"u":"visibility%20underwater%3b%20underwater%20encounter%20distance_xdmg","p":36,"s":5,"h":1,"t":26,"uu":"visibility underwater; underwater encounter distance|xdmg","n":"Visibility Underwater; Underwater Encounter Distance"},{"id":19566,"c":24,"u":"weather_xdmg","p":38,"s":5,"h":1,"t":26,"uu":"weather|xdmg","n":"Weather"},{"id":19567,"c":24,"u":"weather%3b%202_xdmg","p":38,"s":5,"h":1,"t":26,"uu":"weather; 2|xdmg","n":"Weather; 2"},{"id":19568,"c":24,"u":"western%20flanaess%20locations_xdmg","p":170,"s":5,"h":1,"t":26,"uu":"western flanaess locations|xdmg","n":"Western Flanaess Locations"},{"id":19569,"c":24,"u":"wilderness%20chase%20complications_xdmg","p":53,"s":5,"h":1,"t":26,"uu":"wilderness chase complications|xdmg","n":"Wilderness Chase Complications"},{"id":19570,"c":24,"u":"arctic%20encounters%20(levels%2011%e2%80%9416)_xge","p":92,"s":6,"h":1,"t":26,"uu":"arctic encounters (levels 11—16)|xge","n":"Arctic Encounters (Levels 11—16)"},{"id":19571,"c":24,"u":"arctic%20encounters%20(levels%2017%e2%80%9420)_xge","p":92,"s":6,"h":1,"t":26,"uu":"arctic encounters (levels 17—20)|xge","n":"Arctic Encounters (Levels 17—20)"},{"id":19572,"c":24,"u":"arctic%20encounters%20(levels%201%e2%80%944)_xge","p":92,"s":6,"h":1,"t":26,"uu":"arctic encounters (levels 1—4)|xge","n":"Arctic Encounters (Levels 1—4)"},{"id":19573,"c":24,"u":"arctic%20encounters%20(levels%205%e2%80%9410)_xge","p":92,"s":6,"h":1,"t":26,"uu":"arctic encounters (levels 5—10)|xge","n":"Arctic Encounters (Levels 5—10)"},{"id":19574,"c":24,"u":"birthplace_xge","p":62,"s":6,"h":1,"t":26,"uu":"birthplace|xge","n":"Birthplace"},{"id":19575,"c":24,"u":"brewing%20potions%20of%20healing%3b%20potion%20of%20healing%20creation_xge","p":130,"s":6,"h":1,"t":26,"uu":"brewing potions of healing; potion of healing creation|xge","n":"Brewing Potions of Healing; Potion of Healing Creation"},{"id":19576,"c":24,"u":"buying%20a%20magic%20item%3b%20buying%20magic%20items_xge","p":126,"s":6,"h":1,"t":26,"uu":"buying a magic item; buying magic items|xge","n":"Buying a Magic Item; Buying Magic Items"},{"id":19577,"c":24,"u":"buying%20a%20magic%20item%3b%20magic%20item%20price_xge","p":126,"s":6,"h":1,"t":26,"uu":"buying a magic item; magic item price|xge","n":"Buying a Magic Item; Magic Item Price"},{"id":19578,"c":24,"u":"carousing_xge","p":127,"s":6,"h":1,"t":26,"uu":"carousing|xge","n":"Carousing"},{"id":19579,"c":24,"u":"character%20options%3b%20subclasses_xge","p":7,"s":6,"h":1,"t":26,"uu":"character options; subclasses|xge","n":"Character Options; Subclasses"},{"id":19580,"c":24,"u":"coastal%20encounters%20(levels%2011%e2%80%9416)_xge","p":93,"s":6,"h":1,"t":26,"uu":"coastal encounters (levels 11—16)|xge","n":"Coastal Encounters (Levels 11—16)"},{"id":19581,"c":24,"u":"coastal%20encounters%20(levels%2017%e2%80%9420)_xge","p":93,"s":6,"h":1,"t":26,"uu":"coastal encounters (levels 17—20)|xge","n":"Coastal Encounters (Levels 17—20)"},{"id":19582,"c":24,"u":"coastal%20encounters%20(levels%201%e2%80%944)_xge","p":93,"s":6,"h":1,"t":26,"uu":"coastal encounters (levels 1—4)|xge","n":"Coastal Encounters (Levels 1—4)"},{"id":19583,"c":24,"u":"coastal%20encounters%20(levels%205%e2%80%9410)_xge","p":93,"s":6,"h":1,"t":26,"uu":"coastal encounters (levels 5—10)|xge","n":"Coastal Encounters (Levels 5—10)"},{"id":19584,"c":24,"u":"crafting%20an%20item%3b%20resources%20and%20resolution_xge","p":128,"s":6,"h":1,"t":26,"uu":"crafting an item; resources and resolution|xge","n":"Crafting an Item; Resources and Resolution"},{"id":19585,"c":24,"u":"crafting%20complications_xge","p":129,"s":6,"h":1,"t":26,"uu":"crafting complications|xge","n":"Crafting Complications"},{"id":19586,"c":24,"u":"crafting%20magic%20items%3b%20magic%20item%20crafting%20time%20and%20cost_xge","p":128,"s":6,"h":1,"t":26,"uu":"crafting magic items; magic item crafting time and cost|xge","n":"Crafting Magic Items; Magic Item Crafting Time and Cost"},{"id":19587,"c":24,"u":"crafting%20magic%20items%3b%20magic%20item%20ingredients_xge","p":128,"s":6,"h":1,"t":26,"uu":"crafting magic items; magic item ingredients|xge","n":"Crafting Magic Items; Magic Item Ingredients"},{"id":19588,"c":24,"u":"creating%20a%20rival%3b%20rival_xge","p":124,"s":6,"h":1,"t":26,"uu":"creating a rival; rival|xge","n":"Creating a Rival; Rival"},{"id":19589,"c":24,"u":"crime%20complications_xge","p":130,"s":6,"h":1,"t":26,"uu":"crime complications|xge","n":"Crime Complications"},{"id":19590,"c":24,"u":"crime%3b%20loot%20value_xge","p":130,"s":6,"h":1,"t":26,"uu":"crime; loot value|xge","n":"Crime; Loot Value"},{"id":19591,"c":24,"u":"desert%20encounters%20(levels%2011%e2%80%9416)_xge","p":95,"s":6,"h":1,"t":26,"uu":"desert encounters (levels 11—16)|xge","n":"Desert Encounters (Levels 11—16)"},{"id":19592,"c":24,"u":"desert%20encounters%20(levels%2017%e2%80%9420)_xge","p":95,"s":6,"h":1,"t":26,"uu":"desert encounters (levels 17—20)|xge","n":"Desert Encounters (Levels 17—20)"},{"id":19593,"c":24,"u":"desert%20encounters%20(levels%201%e2%80%944)_xge","p":95,"s":6,"h":1,"t":26,"uu":"desert encounters (levels 1—4)|xge","n":"Desert Encounters (Levels 1—4)"},{"id":19594,"c":24,"u":"desert%20encounters%20(levels%205%e2%80%9410)_xge","p":95,"s":6,"h":1,"t":26,"uu":"desert encounters (levels 5—10)|xge","n":"Desert Encounters (Levels 5—10)"},{"id":19595,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%2011th-15th%20level_xge","p":88,"s":6,"h":1,"t":26,"uu":"determine numbers and challenge ratings; multiple monsters: 11th-15th level|xge","n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 11th-15th Level"},{"id":19596,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%2016th-20th%20level_xge","p":88,"s":6,"h":1,"t":26,"uu":"determine numbers and challenge ratings; multiple monsters: 16th-20th level|xge","n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 16th-20th Level"},{"id":19597,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%201st-5th%20level_xge","p":88,"s":6,"h":1,"t":26,"uu":"determine numbers and challenge ratings; multiple monsters: 1st-5th level|xge","n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 1st-5th Level"},{"id":19598,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%206th-10th%20level_xge","p":88,"s":6,"h":1,"t":26,"uu":"determine numbers and challenge ratings; multiple monsters: 6th-10th level|xge","n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 6th-10th Level"},{"id":19599,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20solo%20monster%20challenge%20rating_xge","p":88,"s":6,"h":1,"t":26,"uu":"determine numbers and challenge ratings; solo monster challenge rating|xge","n":"Determine Numbers and Challenge Ratings; Solo Monster Challenge Rating"},{"id":19600,"c":24,"u":"distribution%20by%20rarity%3b%20magic%20items%20awarded%20by%20tier_xge","p":135,"s":6,"h":1,"t":26,"uu":"distribution by rarity; magic items awarded by tier|xge","n":"Distribution by Rarity; Magic Items Awarded by Tier"},{"id":19601,"c":24,"u":"dragonborn%20names%20%e2%80%93%20clan_xge","p":175,"s":6,"h":1,"t":26,"uu":"dragonborn names – clan|xge","n":"Dragonborn Names – Clan"},{"id":19602,"c":24,"u":"dragonborn%20names%20%e2%80%93%20female_xge","p":175,"s":6,"h":1,"t":26,"uu":"dragonborn names – female|xge","n":"Dragonborn Names – Female"},{"id":19603,"c":24,"u":"dragonborn%20names%20%e2%80%93%20male_xge","p":175,"s":6,"h":1,"t":26,"uu":"dragonborn names – male|xge","n":"Dragonborn Names – Male"},{"id":19604,"c":24,"u":"dwarf%20names%20%e2%80%93%20clan_xge","p":176,"s":6,"h":1,"t":26,"uu":"dwarf names – clan|xge","n":"Dwarf Names – Clan"},{"id":19605,"c":24,"u":"dwarf%20names%20%e2%80%93%20duergar%20clan_xge","p":176,"s":6,"h":1,"t":26,"uu":"dwarf names – duergar clan|xge","n":"Dwarf Names – Duergar Clan"},{"id":19606,"c":24,"u":"dwarf%20names%20%e2%80%93%20female_xge","p":176,"s":6,"h":1,"t":26,"uu":"dwarf names – female|xge","n":"Dwarf Names – Female"},{"id":19607,"c":24,"u":"dwarf%20names%20%e2%80%93%20male_xge","p":176,"s":6,"h":1,"t":26,"uu":"dwarf names – male|xge","n":"Dwarf Names – Male"},{"id":19608,"c":24,"u":"elf%20names%20%e2%80%93%20child_xge","p":176,"s":6,"h":1,"t":26,"uu":"elf names – child|xge","n":"Elf Names – Child"},{"id":19609,"c":24,"u":"elf%20names%20%e2%80%93%20family_xge","p":176,"s":6,"h":1,"t":26,"uu":"elf names – family|xge","n":"Elf Names – Family"},{"id":19610,"c":24,"u":"elf%20names%20%e2%80%93%20female%20adult_xge","p":176,"s":6,"h":1,"t":26,"uu":"elf names – female adult|xge","n":"Elf Names – Female Adult"},{"id":19611,"c":24,"u":"elf%20names%20%e2%80%93%20male%20adult_xge","p":176,"s":6,"h":1,"t":26,"uu":"elf names – male adult|xge","n":"Elf Names – Male Adult"},{"id":19612,"c":24,"u":"experience%20for%20complex%20traps%3b%20complex%20trap%20experience%20awards_xge","p":118,"s":6,"h":1,"t":26,"uu":"experience for complex traps; complex trap experience awards|xge","n":"Experience for Complex Traps; Complex Trap Experience Awards"},{"id":19613,"c":24,"u":"forest%20encounters%20(levels%2011%e2%80%9416)_xge","p":97,"s":6,"h":1,"t":26,"uu":"forest encounters (levels 11—16)|xge","n":"Forest Encounters (Levels 11—16)"},{"id":19614,"c":24,"u":"forest%20encounters%20(levels%2017%e2%80%9420)_xge","p":97,"s":6,"h":1,"t":26,"uu":"forest encounters (levels 17—20)|xge","n":"Forest Encounters (Levels 17—20)"},{"id":19615,"c":24,"u":"forest%20encounters%20(levels%201%e2%80%944)_xge","p":97,"s":6,"h":1,"t":26,"uu":"forest encounters (levels 1—4)|xge","n":"Forest Encounters (Levels 1—4)"},{"id":19616,"c":24,"u":"forest%20encounters%20(levels%205%e2%80%9410)_xge","p":97,"s":6,"h":1,"t":26,"uu":"forest encounters (levels 5—10)|xge","n":"Forest Encounters (Levels 5—10)"},{"id":19617,"c":24,"u":"gambling%20complications_xge","p":130,"s":6,"h":1,"t":26,"uu":"gambling complications|xge","n":"Gambling Complications"},{"id":19618,"c":24,"u":"gambling%20results_xge","p":130,"s":6,"h":1,"t":26,"uu":"gambling results|xge","n":"Gambling Results"},{"id":19619,"c":24,"u":"gnome%20names%20%e2%80%93%20clan_xge","p":178,"s":6,"h":1,"t":26,"uu":"gnome names – clan|xge","n":"Gnome Names – Clan"},{"id":19620,"c":24,"u":"gnome%20names%20%e2%80%93%20female_xge","p":178,"s":6,"h":1,"t":26,"uu":"gnome names – female|xge","n":"Gnome Names – Female"},{"id":19621,"c":24,"u":"gnome%20names%20%e2%80%93%20male_xge","p":178,"s":6,"h":1,"t":26,"uu":"gnome names – male|xge","n":"Gnome Names – Male"},{"id":19622,"c":24,"u":"grassland%20encounters%20(levels%2011%e2%80%9416)_xge","p":100,"s":6,"h":1,"t":26,"uu":"grassland encounters (levels 11—16)|xge","n":"Grassland Encounters (Levels 11—16)"},{"id":19623,"c":24,"u":"grassland%20encounters%20(levels%2017%e2%80%9420)_xge","p":100,"s":6,"h":1,"t":26,"uu":"grassland encounters (levels 17—20)|xge","n":"Grassland Encounters (Levels 17—20)"},{"id":19624,"c":24,"u":"grassland%20encounters%20(levels%201%e2%80%945)_xge","p":100,"s":6,"h":1,"t":26,"uu":"grassland encounters (levels 1—5)|xge","n":"Grassland Encounters (Levels 1—5)"},{"id":19625,"c":24,"u":"grassland%20encounters%20(levels%206%e2%80%9410)_xge","p":100,"s":6,"h":1,"t":26,"uu":"grassland encounters (levels 6—10)|xge","n":"Grassland Encounters (Levels 6—10)"},{"id":19626,"c":24,"u":"half-elf%20parents_xge","p":62,"s":6,"h":1,"t":26,"uu":"half-elf parents|xge","n":"Half-Elf Parents"},{"id":19627,"c":24,"u":"half-orc%20names%20%e2%80%93%20female_xge","p":179,"s":6,"h":1,"t":26,"uu":"half-orc names – female|xge","n":"Half-Orc Names – Female"},{"id":19628,"c":24,"u":"half-orc%20names%20%e2%80%93%20male_xge","p":179,"s":6,"h":1,"t":26,"uu":"half-orc names – male|xge","n":"Half-Orc Names – Male"},{"id":19629,"c":24,"u":"half-orc%20parents_xge","p":62,"s":6,"h":1,"t":26,"uu":"half-orc parents|xge","n":"Half-Orc Parents"},{"id":19630,"c":24,"u":"halfling%20names%20%e2%80%93%20clan_xge","p":179,"s":6,"h":1,"t":26,"uu":"halfling names – clan|xge","n":"Halfling Names – Clan"},{"id":19631,"c":24,"u":"halfling%20names%20%e2%80%93%20female_xge","p":179,"s":6,"h":1,"t":26,"uu":"halfling names – female|xge","n":"Halfling Names – Female"},{"id":19632,"c":24,"u":"halfling%20names%20%e2%80%93%20male_xge","p":179,"s":6,"h":1,"t":26,"uu":"halfling names – male|xge","n":"Halfling Names – Male"},{"id":19633,"c":24,"u":"hill%20encounters%20(levels%2011%e2%80%9416)_xge","p":101,"s":6,"h":1,"t":26,"uu":"hill encounters (levels 11—16)|xge","n":"Hill Encounters (Levels 11—16)"},{"id":19634,"c":24,"u":"hill%20encounters%20(levels%2017%e2%80%9420)_xge","p":101,"s":6,"h":1,"t":26,"uu":"hill encounters (levels 17—20)|xge","n":"Hill Encounters (Levels 17—20)"},{"id":19635,"c":24,"u":"hill%20encounters%20(levels%201%e2%80%944)_xge","p":101,"s":6,"h":1,"t":26,"uu":"hill encounters (levels 1—4)|xge","n":"Hill Encounters (Levels 1—4)"},{"id":19636,"c":24,"u":"hill%20encounters%20(levels%205%e2%80%9410)_xge","p":101,"s":6,"h":1,"t":26,"uu":"hill encounters (levels 5—10)|xge","n":"Hill Encounters (Levels 5—10)"},{"id":19637,"c":24,"u":"human%20names%20%e2%80%93%20arabic%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – arabic, female|xge","n":"Human Names – Arabic, Female"},{"id":19638,"c":24,"u":"human%20names%20%e2%80%93%20arabic%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – arabic, male|xge","n":"Human Names – Arabic, Male"},{"id":19639,"c":24,"u":"human%20names%20%e2%80%93%20celtic%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – celtic, female|xge","n":"Human Names – Celtic, Female"},{"id":19640,"c":24,"u":"human%20names%20%e2%80%93%20celtic%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – celtic, male|xge","n":"Human Names – Celtic, Male"},{"id":19641,"c":24,"u":"human%20names%20%e2%80%93%20chinese%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – chinese, female|xge","n":"Human Names – Chinese, Female"},{"id":19642,"c":24,"u":"human%20names%20%e2%80%93%20chinese%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – chinese, male|xge","n":"Human Names – Chinese, Male"},{"id":19643,"c":24,"u":"human%20names%20%e2%80%93%20egyptian%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – egyptian, female|xge","n":"Human Names – Egyptian, Female"},{"id":19644,"c":24,"u":"human%20names%20%e2%80%93%20egyptian%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – egyptian, male|xge","n":"Human Names – Egyptian, Male"},{"id":19645,"c":24,"u":"human%20names%20%e2%80%93%20english%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – english, female|xge","n":"Human Names – English, Female"},{"id":19646,"c":24,"u":"human%20names%20%e2%80%93%20english%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – english, male|xge","n":"Human Names – English, Male"},{"id":19647,"c":24,"u":"human%20names%20%e2%80%93%20french%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – french, female|xge","n":"Human Names – French, Female"},{"id":19648,"c":24,"u":"human%20names%20%e2%80%93%20french%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – french, male|xge","n":"Human Names – French, Male"},{"id":19649,"c":24,"u":"human%20names%20%e2%80%93%20german%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – german, female|xge","n":"Human Names – German, Female"},{"id":19650,"c":24,"u":"human%20names%20%e2%80%93%20german%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – german, male|xge","n":"Human Names – German, Male"},{"id":19651,"c":24,"u":"human%20names%20%e2%80%93%20greek%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – greek, female|xge","n":"Human Names – Greek, Female"},{"id":19652,"c":24,"u":"human%20names%20%e2%80%93%20greek%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – greek, male|xge","n":"Human Names – Greek, Male"},{"id":19653,"c":24,"u":"human%20names%20%e2%80%93%20indian%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – indian, female|xge","n":"Human Names – Indian, Female"},{"id":19654,"c":24,"u":"human%20names%20%e2%80%93%20indian%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – indian, male|xge","n":"Human Names – Indian, Male"},{"id":19655,"c":24,"u":"human%20names%20%e2%80%93%20japanese%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – japanese, female|xge","n":"Human Names – Japanese, Female"},{"id":19656,"c":24,"u":"human%20names%20%e2%80%93%20japanese%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – japanese, male|xge","n":"Human Names – Japanese, Male"},{"id":19657,"c":24,"u":"human%20names%20%e2%80%93%20mesoamerican%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – mesoamerican, female|xge","n":"Human Names – Mesoamerican, Female"},{"id":19658,"c":24,"u":"human%20names%20%e2%80%93%20mesoamerican%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – mesoamerican, male|xge","n":"Human Names – Mesoamerican, Male"},{"id":19659,"c":24,"u":"human%20names%20%e2%80%93%20niger-congo%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – niger-congo, female|xge","n":"Human Names – Niger-Congo, Female"},{"id":19660,"c":24,"u":"human%20names%20%e2%80%93%20niger-congo%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – niger-congo, male|xge","n":"Human Names – Niger-Congo, Male"},{"id":19661,"c":24,"u":"human%20names%20%e2%80%93%20norse%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – norse, female|xge","n":"Human Names – Norse, Female"},{"id":19662,"c":24,"u":"human%20names%20%e2%80%93%20norse%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – norse, male|xge","n":"Human Names – Norse, Male"},{"id":19663,"c":24,"u":"human%20names%20%e2%80%93%20polynesian%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – polynesian, female|xge","n":"Human Names – Polynesian, Female"},{"id":19664,"c":24,"u":"human%20names%20%e2%80%93%20polynesian%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – polynesian, male|xge","n":"Human Names – Polynesian, Male"},{"id":19665,"c":24,"u":"human%20names%20%e2%80%93%20roman%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – roman, female|xge","n":"Human Names – Roman, Female"},{"id":19666,"c":24,"u":"human%20names%20%e2%80%93%20roman%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – roman, male|xge","n":"Human Names – Roman, Male"},{"id":19667,"c":24,"u":"human%20names%20%e2%80%93%20slavic%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – slavic, female|xge","n":"Human Names – Slavic, Female"},{"id":19668,"c":24,"u":"human%20names%20%e2%80%93%20slavic%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – slavic, male|xge","n":"Human Names – Slavic, Male"},{"id":19669,"c":24,"u":"human%20names%20%e2%80%93%20spanish%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – spanish, female|xge","n":"Human Names – Spanish, Female"},{"id":19670,"c":24,"u":"human%20names%20%e2%80%93%20spanish%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – spanish, male|xge","n":"Human Names – Spanish, Male"},{"id":19671,"c":24,"u":"level%20and%20lethality%3b%20damage%20severity%20by%20level_xge","p":116,"s":6,"h":1,"t":26,"uu":"level and lethality; damage severity by level|xge","n":"Level and Lethality; Damage Severity by Level"},{"id":19672,"c":24,"u":"level%20and%20lethality%3b%20spell%20equivalent%20by%20level_xge","p":116,"s":6,"h":1,"t":26,"uu":"level and lethality; spell equivalent by level|xge","n":"Level and Lethality; Spell Equivalent by Level"},{"id":19673,"c":24,"u":"level%20and%20lethality%3b%20trap%20save%20dcs%20and%20attack%20bonuses_xge","p":116,"s":6,"h":1,"t":26,"uu":"level and lethality; trap save dcs and attack bonuses|xge","n":"Level and Lethality; Trap Save DCs and Attack Bonuses"},{"id":19674,"c":24,"u":"life%20events_xge","p":69,"s":6,"h":1,"t":26,"uu":"life events|xge","n":"Life Events"},{"id":19675,"c":24,"u":"life%20events%20by%20age_xge","p":69,"s":6,"h":1,"t":26,"uu":"life events by age|xge","n":"Life Events by Age"},{"id":19676,"c":24,"u":"lower-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"t":26,"uu":"lower-class carousing complications|xge","n":"Lower-Class Carousing Complications"},{"id":19677,"c":24,"u":"magic%20item%20purchase%20complications_xge","p":126,"s":6,"h":1,"t":26,"uu":"magic item purchase complications|xge","n":"Magic Item Purchase Complications"},{"id":19678,"c":24,"u":"magic%20item%20sale%20complications_xge","p":133,"s":6,"h":1,"t":26,"uu":"magic item sale complications|xge","n":"Magic Item Sale Complications"},{"id":19679,"c":24,"u":"magic%20items%20awarded%20by%20rarity%20-%20major_xge","p":135,"s":6,"h":1,"t":26,"uu":"magic items awarded by rarity - major|xge","n":"Magic Items Awarded by Rarity - Major"},{"id":19680,"c":24,"u":"magic%20items%20awarded%20by%20rarity%20-%20minor_xge","p":135,"s":6,"h":1,"t":26,"uu":"magic items awarded by rarity - minor|xge","n":"Magic Items Awarded by Rarity - Minor"},{"id":19681,"c":24,"u":"middle-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"t":26,"uu":"middle-class carousing complications|xge","n":"Middle-Class Carousing Complications"},{"id":19682,"c":24,"u":"monster%20personality_xge","p":91,"s":6,"h":1,"t":26,"uu":"monster personality|xge","n":"Monster Personality"},{"id":19683,"c":24,"u":"monster%20relationships_xge","p":91,"s":6,"h":1,"t":26,"uu":"monster relationships|xge","n":"Monster Relationships"},{"id":19684,"c":24,"u":"mountain%20encounters%20(levels%2011%e2%80%9416)_xge","p":104,"s":6,"h":1,"t":26,"uu":"mountain encounters (levels 11—16)|xge","n":"Mountain Encounters (Levels 11—16)"},{"id":19685,"c":24,"u":"mountain%20encounters%20(levels%2017%e2%80%9420)_xge","p":104,"s":6,"h":1,"t":26,"uu":"mountain encounters (levels 17—20)|xge","n":"Mountain Encounters (Levels 17—20)"},{"id":19686,"c":24,"u":"mountain%20encounters%20(levels%201%e2%80%944)_xge","p":104,"s":6,"h":1,"t":26,"uu":"mountain encounters (levels 1—4)|xge","n":"Mountain Encounters (Levels 1—4)"},{"id":19687,"c":24,"u":"mountain%20encounters%20(levels%205%e2%80%9410)_xge","p":104,"s":6,"h":1,"t":26,"uu":"mountain encounters (levels 5—10)|xge","n":"Mountain Encounters (Levels 5—10)"},{"id":19688,"c":24,"u":"number%20of%20siblings_xge","p":62,"s":6,"h":1,"t":26,"uu":"number of siblings|xge","n":"Number of Siblings"},{"id":19689,"c":24,"u":"other%20details%3b%20birth%20order_xge","p":62,"s":6,"h":1,"t":26,"uu":"other details; birth order|xge","n":"Other Details; Birth Order"},{"id":19690,"c":24,"u":"parents_xge","p":62,"s":6,"h":1,"t":26,"uu":"parents|xge","n":"Parents"},{"id":19691,"c":24,"u":"pit%20fighting%20complications_xge","p":131,"s":6,"h":1,"t":26,"uu":"pit fighting complications|xge","n":"Pit Fighting Complications"},{"id":19692,"c":24,"u":"pit%20fighting%20results_xge","p":131,"s":6,"h":1,"t":26,"uu":"pit fighting results|xge","n":"Pit Fighting Results"},{"id":19693,"c":24,"u":"potions%20for%20sale_xge","s":6,"h":1,"t":26,"uu":"potions for sale|xge","n":"Potions for Sale"},{"id":19694,"c":24,"u":"quick%20matchups_xge","p":91,"s":6,"h":1,"t":26,"uu":"quick matchups|xge","n":"Quick Matchups"},{"id":19695,"c":24,"u":"racial%20feats_xge","p":73,"s":6,"h":1,"t":26,"uu":"racial feats|xge","n":"Racial Feats"},{"id":19696,"c":24,"u":"religious%20service_xge","p":131,"s":6,"h":1,"t":26,"uu":"religious service|xge","n":"Religious Service"},{"id":19697,"c":24,"u":"religious%20service%20complications_xge","p":132,"s":6,"h":1,"t":26,"uu":"religious service complications|xge","n":"Religious Service Complications"},{"id":19698,"c":24,"u":"research%20complications_xge","p":132,"s":6,"h":1,"t":26,"uu":"research complications|xge","n":"Research Complications"},{"id":19699,"c":24,"u":"research%20outcomes_xge","p":132,"s":6,"h":1,"t":26,"uu":"research outcomes|xge","n":"Research Outcomes"},{"id":19700,"c":24,"u":"resources%3b%20spell%20scroll%20costs_xge","p":133,"s":6,"h":1,"t":26,"uu":"resources; spell scroll costs|xge","n":"Resources; Spell Scroll Costs"},{"id":19701,"c":24,"u":"scribe%20a%20scroll%20complications_xge","p":133,"s":6,"h":1,"t":26,"uu":"scribe a scroll complications|xge","n":"Scribe a Scroll Complications"},{"id":19702,"c":24,"u":"secondary%20tables%3b%20adventures_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; adventures|xge","n":"Secondary Tables; Adventures"},{"id":19703,"c":24,"u":"secondary%20tables%3b%20arcane%20matters_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; arcane matters|xge","n":"Secondary Tables; Arcane Matters"},{"id":19704,"c":24,"u":"secondary%20tables%3b%20boons_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; boons|xge","n":"Secondary Tables; Boons"},{"id":19705,"c":24,"u":"secondary%20tables%3b%20crime_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; crime|xge","n":"Secondary Tables; Crime"},{"id":19706,"c":24,"u":"secondary%20tables%3b%20punishment_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; punishment|xge","n":"Secondary Tables; Punishment"},{"id":19707,"c":24,"u":"secondary%20tables%3b%20supernatural%20events_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; supernatural events|xge","n":"Secondary Tables; Supernatural Events"},{"id":19708,"c":24,"u":"secondary%20tables%3b%20tragedies_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; tragedies|xge","n":"Secondary Tables; Tragedies"},{"id":19709,"c":24,"u":"secondary%20tables%3b%20war_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; war|xge","n":"Secondary Tables; War"},{"id":19710,"c":24,"u":"secondary%20tables%3b%20weird%20stuff_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; weird stuff|xge","n":"Secondary Tables; Weird Stuff"},{"id":19711,"c":24,"u":"selling%20a%20magic%20item%3b%20magic%20item%20base%20prices_xge","p":133,"s":6,"h":1,"t":26,"uu":"selling a magic item; magic item base prices|xge","n":"Selling a Magic Item; Magic Item Base Prices"},{"id":19712,"c":24,"u":"selling%20a%20magic%20item%3b%20magic%20item%20offer_xge","p":133,"s":6,"h":1,"t":26,"uu":"selling a magic item; magic item offer|xge","n":"Selling a Magic Item; Magic Item Offer"},{"id":19713,"c":24,"u":"spell%20scrolls%20for%20sale_xge","s":6,"h":1,"t":26,"uu":"spell scrolls for sale|xge","n":"Spell Scrolls for Sale"},{"id":19714,"c":24,"u":"supplemental%20tables%3b%20absent%20parent_xge","p":63,"s":6,"h":1,"t":26,"uu":"supplemental tables; absent parent|xge","n":"Supplemental Tables; Absent Parent"},{"id":19715,"c":24,"u":"supplemental%20tables%3b%20alignment_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; alignment|xge","n":"Supplemental Tables; Alignment"},{"id":19716,"c":24,"u":"supplemental%20tables%3b%20cause%20of%20death_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; cause of death|xge","n":"Supplemental Tables; Cause of Death"},{"id":19717,"c":24,"u":"supplemental%20tables%3b%20childhood%20home_xge","p":63,"s":6,"h":1,"t":26,"uu":"supplemental tables; childhood home|xge","n":"Supplemental Tables; Childhood Home"},{"id":19718,"c":24,"u":"supplemental%20tables%3b%20childhood%20memories_xge","p":63,"s":6,"h":1,"t":26,"uu":"supplemental tables; childhood memories|xge","n":"Supplemental Tables; Childhood Memories"},{"id":19719,"c":24,"u":"supplemental%20tables%3b%20class_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; class|xge","n":"Supplemental Tables; Class"},{"id":19720,"c":24,"u":"supplemental%20tables%3b%20family_xge","p":63,"s":6,"h":1,"t":26,"uu":"supplemental tables; family|xge","n":"Supplemental Tables; Family"},{"id":19721,"c":24,"u":"supplemental%20tables%3b%20family%20lifestyle_xge","p":63,"s":6,"h":1,"t":26,"uu":"supplemental tables; family lifestyle|xge","n":"Supplemental Tables; Family Lifestyle"},{"id":19722,"c":24,"u":"supplemental%20tables%3b%20occupation_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; occupation|xge","n":"Supplemental Tables; Occupation"},{"id":19723,"c":24,"u":"supplemental%20tables%3b%20race_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; race|xge","n":"Supplemental Tables; Race"},{"id":19724,"c":24,"u":"supplemental%20tables%3b%20relationship_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; relationship|xge","n":"Supplemental Tables; Relationship"},{"id":19725,"c":24,"u":"supplemental%20tables%3b%20status_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; status|xge","n":"Supplemental Tables; Status"},{"id":19726,"c":24,"u":"swamp%20encounters%20(levels%2011%e2%80%9420)_xge","p":105,"s":6,"h":1,"t":26,"uu":"swamp encounters (levels 11—20)|xge","n":"Swamp Encounters (Levels 11—20)"},{"id":19727,"c":24,"u":"swamp%20encounters%20(levels%201%e2%80%944)_xge","p":105,"s":6,"h":1,"t":26,"uu":"swamp encounters (levels 1—4)|xge","n":"Swamp Encounters (Levels 1—4)"},{"id":19728,"c":24,"u":"swamp%20encounters%20(levels%205%e2%80%9410)_xge","p":105,"s":6,"h":1,"t":26,"uu":"swamp encounters (levels 5—10)|xge","n":"Swamp Encounters (Levels 5—10)"},{"id":19729,"c":24,"u":"tiefling%20names%20%e2%80%93%20female_xge","p":180,"s":6,"h":1,"t":26,"uu":"tiefling names – female|xge","n":"Tiefling Names – Female"},{"id":19730,"c":24,"u":"tiefling%20names%20%e2%80%93%20male_xge","p":180,"s":6,"h":1,"t":26,"uu":"tiefling names – male|xge","n":"Tiefling Names – Male"},{"id":19731,"c":24,"u":"tiefling%20names%20%e2%80%93%20virtue_xge","p":180,"s":6,"h":1,"t":26,"uu":"tiefling names – virtue|xge","n":"Tiefling Names – Virtue"},{"id":19732,"c":24,"u":"tiefling%20parents_xge","p":62,"s":6,"h":1,"t":26,"uu":"tiefling parents|xge","n":"Tiefling Parents"},{"id":19733,"c":24,"u":"training%20complications_xge","p":134,"s":6,"h":1,"t":26,"uu":"training complications|xge","n":"Training Complications"},{"id":19734,"c":24,"u":"underdark%20encounters%20(levels%2011%e2%80%9416)_xge","p":106,"s":6,"h":1,"t":26,"uu":"underdark encounters (levels 11—16)|xge","n":"Underdark Encounters (Levels 11—16)"},{"id":19735,"c":24,"u":"underdark%20encounters%20(levels%2017%e2%80%9420)_xge","p":106,"s":6,"h":1,"t":26,"uu":"underdark encounters (levels 17—20)|xge","n":"Underdark Encounters (Levels 17—20)"},{"id":19736,"c":24,"u":"underdark%20encounters%20(levels%201%e2%80%944)_xge","p":106,"s":6,"h":1,"t":26,"uu":"underdark encounters (levels 1—4)|xge","n":"Underdark Encounters (Levels 1—4)"},{"id":19737,"c":24,"u":"underdark%20encounters%20(levels%205%e2%80%9410)_xge","p":106,"s":6,"h":1,"t":26,"uu":"underdark encounters (levels 5—10)|xge","n":"Underdark Encounters (Levels 5—10)"},{"id":19738,"c":24,"u":"underwater%20encounters%20(levels%2011%e2%80%9420)_xge","p":109,"s":6,"h":1,"t":26,"uu":"underwater encounters (levels 11—20)|xge","n":"Underwater Encounters (Levels 11—20)"},{"id":19739,"c":24,"u":"underwater%20encounters%20(levels%201%e2%80%944)_xge","p":109,"s":6,"h":1,"t":26,"uu":"underwater encounters (levels 1—4)|xge","n":"Underwater Encounters (Levels 1—4)"},{"id":19740,"c":24,"u":"underwater%20encounters%20(levels%205%e2%80%9410)_xge","p":109,"s":6,"h":1,"t":26,"uu":"underwater encounters (levels 5—10)|xge","n":"Underwater Encounters (Levels 5—10)"},{"id":19741,"c":24,"u":"upper-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"t":26,"uu":"upper-class carousing complications|xge","n":"Upper-Class Carousing Complications"},{"id":19742,"c":24,"u":"urban%20encounters%20(levels%2011%e2%80%9416)_xge","p":110,"s":6,"h":1,"t":26,"uu":"urban encounters (levels 11—16)|xge","n":"Urban Encounters (Levels 11—16)"},{"id":19743,"c":24,"u":"urban%20encounters%20(levels%2017%e2%80%9420)_xge","p":110,"s":6,"h":1,"t":26,"uu":"urban encounters (levels 17—20)|xge","n":"Urban Encounters (Levels 17—20)"},{"id":19744,"c":24,"u":"urban%20encounters%20(levels%201%e2%80%944)_xge","p":110,"s":6,"h":1,"t":26,"uu":"urban encounters (levels 1—4)|xge","n":"Urban Encounters (Levels 1—4)"},{"id":19745,"c":24,"u":"urban%20encounters%20(levels%205%e2%80%9410)_xge","p":110,"s":6,"h":1,"t":26,"uu":"urban encounters (levels 5—10)|xge","n":"Urban Encounters (Levels 5—10)"},{"id":19746,"c":24,"u":"work%20complications_xge","p":134,"s":6,"h":1,"t":26,"uu":"work complications|xge","n":"Work Complications"},{"id":19747,"c":24,"u":"work%3b%20wages_xge","p":134,"s":6,"h":1,"t":26,"uu":"work; wages|xge","n":"Work; Wages"},{"id":19748,"c":24,"u":"ability%20modifier%3b%20ability%20check%20examples_xphb","p":10,"s":8,"h":1,"t":26,"uu":"ability modifier; ability check examples|xphb","n":"Ability Modifier; Ability Check Examples"},{"id":19749,"c":24,"u":"ability%20modifier%3b%20attack%20roll%20abilities_xphb","p":12,"s":8,"h":1,"t":26,"uu":"ability modifier; attack roll abilities|xphb","n":"Ability Modifier; Attack Roll Abilities"},{"id":19750,"c":24,"u":"ability%20modifier%3b%20saving%20throw%20examples_xphb","p":11,"s":8,"h":1,"t":26,"uu":"ability modifier; saving throw examples|xphb","n":"Ability Modifier; Saving Throw Examples"},{"id":19751,"c":24,"u":"ability%20modifiers_xphb","p":10,"s":8,"h":1,"t":26,"uu":"ability modifiers|xphb","n":"Ability Modifiers"},{"id":19752,"c":24,"u":"ability%20score%20point%20costs_xphb","p":38,"s":8,"h":1,"t":26,"uu":"ability score point costs|xphb","n":"Ability Score Point Costs"},{"id":19753,"c":24,"u":"ability%20scores_xphb","p":10,"s":8,"h":1,"t":26,"uu":"ability scores|xphb","n":"Ability Scores"},{"id":19754,"c":24,"u":"actions_xphb","p":15,"s":8,"h":1,"t":26,"uu":"actions|xphb","n":"Actions"},{"id":19755,"c":24,"u":"adjust%20hit%20points%20and%20hit%20point%20dice%3b%20fixed%20hit%20points%20by%20class_xphb","p":42,"s":8,"h":1,"t":26,"uu":"adjust hit points and hit point dice; fixed hit points by class|xphb","n":"Adjust Hit Points and Hit Point Dice; Fixed Hit Points by Class"},{"id":19756,"c":24,"u":"adventuring%20gear_xphb","p":222,"s":8,"h":1,"t":26,"uu":"adventuring gear|xphb","n":"Adventuring Gear"},{"id":19757,"c":24,"u":"alignment%20and%20personality%3b%20personality%20traits%20by%20alignment_xphb","p":40,"s":8,"h":1,"t":26,"uu":"alignment and personality; personality traits by alignment|xphb","n":"Alignment and Personality; Personality Traits by Alignment"},{"id":19758,"c":24,"u":"ammunition%20(varies)%3b%20ammunition_xphb","p":222,"s":8,"h":1,"t":26,"uu":"ammunition (varies); ammunition|xphb","n":"Ammunition (Varies); Ammunition"},{"id":19759,"c":24,"u":"arcane%20focus%20(varies)%3b%20arcane%20focuses_xphb","p":224,"s":8,"h":1,"t":26,"uu":"arcane focus (varies); arcane focuses|xphb","n":"Arcane Focus (Varies); Arcane Focuses"},{"id":19760,"c":24,"u":"armor_xphb","p":219,"s":8,"h":1,"t":26,"uu":"armor|xphb","n":"Armor"},{"id":19761,"c":24,"u":"assign%20ability%20scores%3b%20standard%20array%20by%20class_xphb","p":38,"s":8,"h":1,"t":26,"uu":"assign ability scores; standard array by class|xphb","n":"Assign Ability Scores; Standard Array by Class"},{"id":19762,"c":24,"u":"choose%20a%20background%3b%20ability%20scores%20and%20backgrounds_xphb","p":36,"s":8,"h":1,"t":26,"uu":"choose a background; ability scores and backgrounds|xphb","n":"Choose a Background; Ability Scores and Backgrounds"},{"id":19763,"c":24,"u":"choose%20a%20class%3b%20class%20overview_xphb","p":33,"s":8,"h":1,"t":26,"uu":"choose a class; class overview|xphb","n":"Choose a Class; Class Overview"},{"id":19764,"c":24,"u":"choose%20languages%3b%20rare%20languages_xphb","p":37,"s":8,"h":1,"t":26,"uu":"choose languages; rare languages|xphb","n":"Choose Languages; Rare Languages"},{"id":19765,"c":24,"u":"choose%20languages%3b%20standard%20languages_xphb","p":37,"s":8,"h":1,"t":26,"uu":"choose languages; standard languages|xphb","n":"Choose Languages; Standard Languages"},{"id":19766,"c":24,"u":"coins%3b%20coin%20values_xphb","p":213,"s":8,"h":1,"t":26,"uu":"coins; coin values|xphb","n":"Coins; Coin Values"},{"id":19767,"c":24,"u":"cover_xphb","p":25,"s":8,"h":1,"t":26,"uu":"cover|xphb","n":"Cover"},{"id":19768,"c":24,"u":"creature%20size%20and%20space_xphb","p":25,"s":8,"h":1,"t":26,"uu":"creature size and space|xphb","n":"Creature Size and Space"},{"id":19769,"c":24,"u":"describe%20appearance%20and%20personality%3b%20charisma_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; charisma|xphb","n":"Describe Appearance and Personality; Charisma"},{"id":19770,"c":24,"u":"describe%20appearance%20and%20personality%3b%20constitution_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; constitution|xphb","n":"Describe Appearance and Personality; Constitution"},{"id":19771,"c":24,"u":"describe%20appearance%20and%20personality%3b%20dexterity_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; dexterity|xphb","n":"Describe Appearance and Personality; Dexterity"},{"id":19772,"c":24,"u":"describe%20appearance%20and%20personality%3b%20intelligence_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; intelligence|xphb","n":"Describe Appearance and Personality; Intelligence"},{"id":19773,"c":24,"u":"describe%20appearance%20and%20personality%3b%20strength_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; strength|xphb","n":"Describe Appearance and Personality; Strength"},{"id":19774,"c":24,"u":"describe%20appearance%20and%20personality%3b%20wisdom_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; wisdom|xphb","n":"Describe Appearance and Personality; Wisdom"},{"id":19775,"c":24,"u":"determine%20ability%20modifiers%3b%20ability%20scores%20and%20modifiers_xphb","p":38,"s":8,"h":1,"t":26,"uu":"determine ability modifiers; ability scores and modifiers|xphb","n":"Determine Ability Modifiers; Ability Scores and Modifiers"},{"id":19776,"c":24,"u":"druidic%20focus%20(varies)%3b%20druidic%20focuses_xphb","p":225,"s":8,"h":1,"t":26,"uu":"druidic focus (varies); druidic focuses|xphb","n":"Druidic Focus (Varies); Druidic Focuses"},{"id":19777,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_xphb","p":231,"s":8,"h":1,"t":26,"uu":"food, drink, and lodging|xphb","n":"Food, Drink, and Lodging"},{"id":19778,"c":24,"u":"glossary%20conventions_xphb","p":360,"s":8,"h":1,"t":26,"uu":"glossary conventions|xphb","n":"Glossary Conventions"},{"id":19779,"c":24,"u":"hirelings_xphb","p":232,"s":8,"h":1,"t":26,"uu":"hirelings|xphb","n":"Hirelings"},{"id":19780,"c":24,"u":"holy%20symbol%20(varies)%3b%20holy%20symbols_xphb","p":226,"s":8,"h":1,"t":26,"uu":"holy symbol (varies); holy symbols|xphb","n":"Holy Symbol (Varies); Holy Symbols"},{"id":19781,"c":24,"u":"large%20vehicles%3b%20airborne%20and%20waterborne%20vehicles_xphb","p":230,"s":8,"h":1,"t":26,"uu":"large vehicles; airborne and waterborne vehicles|xphb","n":"Large Vehicles; Airborne and Waterborne Vehicles"},{"id":19782,"c":24,"u":"level%201%20hit%20points%20by%20class_xphb","p":40,"s":8,"h":1,"t":26,"uu":"level 1 hit points by class|xphb","n":"Level 1 Hit Points by Class"},{"id":19783,"c":24,"u":"level%20advancement%3b%20character%20advancement_xphb","p":41,"s":8,"h":1,"t":26,"uu":"level advancement; character advancement|xphb","n":"Level Advancement; Character Advancement"},{"id":19784,"c":24,"u":"mounts%20and%20vehicles%3b%20mounts%20and%20other%20animals_xphb","p":229,"s":8,"h":1,"t":26,"uu":"mounts and vehicles; mounts and other animals|xphb","n":"Mounts and Vehicles; Mounts and Other Animals"},{"id":19785,"c":24,"u":"mounts%20and%20vehicles%3b%20tack%2c%20harness%2c%20and%20drawn%20vehicles_xphb","p":229,"s":8,"h":1,"t":26,"uu":"mounts and vehicles; tack, harness, and drawn vehicles|xphb","n":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles"},{"id":19786,"c":24,"u":"preparing%20spells%3b%20spell%20preparation%20by%20class_xphb","p":235,"s":8,"h":1,"t":26,"uu":"preparing spells; spell preparation by class|xphb","n":"Preparing Spells; Spell Preparation by Class"},{"id":19787,"c":24,"u":"proficiency%20bonus_xphb","p":13,"s":8,"h":1,"t":26,"uu":"proficiency bonus|xphb","n":"Proficiency Bonus"},{"id":19788,"c":24,"u":"repeatable%3b%20feat%20list_xphb","p":199,"s":8,"h":1,"t":26,"uu":"repeatable; feat list|xphb","n":"Repeatable; Feat List"},{"id":19789,"c":24,"u":"school%20of%20magic%3b%20schools%20of%20magic_xphb","p":236,"s":8,"h":1,"t":26,"uu":"school of magic; schools of magic|xphb","n":"School of Magic; Schools of Magic"},{"id":19790,"c":24,"u":"scribing%20spell%20scrolls%3b%20spell%20scroll%20costs_xphb","p":233,"s":8,"h":1,"t":26,"uu":"scribing spell scrolls; spell scroll costs|xphb","n":"Scribing Spell Scrolls; Spell Scroll Costs"},{"id":19791,"c":24,"u":"skill%20list%3b%20skills_xphb","p":14,"s":8,"h":1,"t":26,"uu":"skill list; skills|xphb","n":"Skill List; Skills"},{"id":19792,"c":24,"u":"spellcasting%20services_xphb","p":232,"s":8,"h":1,"t":26,"uu":"spellcasting services|xphb","n":"Spellcasting Services"},{"id":19793,"c":24,"u":"spellcasting%3b%20multiclass%20spellcaster%3a%20spell%20slots%20per%20spell%20level_xphb","p":44,"s":8,"h":1,"t":26,"uu":"spellcasting; multiclass spellcaster: spell slots per spell level|xphb","n":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level"},{"id":19794,"c":24,"u":"starting%20equipment%20at%20higher%20levels_xphb","p":43,"s":8,"h":1,"t":26,"uu":"starting equipment at higher levels|xphb","n":"Starting Equipment at Higher Levels"},{"id":19795,"c":24,"u":"the%20outer%20planes%3b%20outer%20planes_xphb","p":344,"s":8,"h":1,"t":26,"uu":"the outer planes; outer planes|xphb","n":"The Outer Planes; Outer Planes"},{"id":19796,"c":24,"u":"the%20six%20abilities%3b%20ability%20descriptions_xphb","p":10,"s":8,"h":1,"t":26,"uu":"the six abilities; ability descriptions|xphb","n":"The Six Abilities; Ability Descriptions"},{"id":19797,"c":24,"u":"travel_xphb","p":231,"s":8,"h":1,"t":26,"uu":"travel|xphb","n":"Travel"},{"id":19798,"c":24,"u":"travel%20pace_xphb","p":20,"s":8,"h":1,"t":26,"uu":"travel pace|xphb","n":"Travel Pace"},{"id":19799,"c":24,"u":"typical%20difficulty%20classes_xphb","p":11,"s":8,"h":1,"t":26,"uu":"typical difficulty classes|xphb","n":"Typical Difficulty Classes"},{"id":19800,"c":24,"u":"weapons_xphb","p":213,"s":8,"h":1,"t":26,"uu":"weapons|xphb","n":"Weapons"},{"id":19801,"c":24,"u":"wild%20magic%20surge_xphb","p":149,"s":8,"h":1,"t":26,"uu":"wild magic surge|xphb","n":"Wild Magic Surge"},{"id":19802,"c":24,"u":"tables%3b%20actions_xscreen","s":122,"h":1,"t":26,"uu":"tables; actions|xscreen","n":"Tables; Actions"},{"id":19803,"c":24,"u":"tables%3b%20audible%20distance_xscreen","s":122,"h":1,"t":26,"uu":"tables; audible distance|xscreen","n":"Tables; Audible Distance"},{"id":19804,"c":24,"u":"tables%3b%20cover_xscreen","s":122,"h":1,"t":26,"uu":"tables; cover|xscreen","n":"Tables; Cover"},{"id":19805,"c":24,"u":"tables%3b%20damage%20severity%20and%20level_xscreen","s":122,"h":1,"t":26,"uu":"tables; damage severity and level|xscreen","n":"Tables; Damage Severity and Level"},{"id":19806,"c":24,"u":"tables%3b%20food%2c%20drink%2c%20and%20lodging_xscreen","s":122,"h":1,"t":26,"uu":"tables; food, drink, and lodging|xscreen","n":"Tables; Food, Drink, and Lodging"},{"id":19807,"c":24,"u":"tables%3b%20improvising%20damage_xscreen","s":122,"h":1,"t":26,"uu":"tables; improvising damage|xscreen","n":"Tables; Improvising Damage"},{"id":19808,"c":24,"u":"tables%3b%20light%20sources_xscreen","s":122,"h":1,"t":26,"uu":"tables; light sources|xscreen","n":"Tables; Light Sources"},{"id":19809,"c":24,"u":"tables%3b%20object%20armor%20class_xscreen","s":122,"h":1,"t":26,"uu":"tables; object armor class|xscreen","n":"Tables; Object Armor Class"},{"id":19810,"c":24,"u":"tables%3b%20object%20hit%20points_xscreen","s":122,"h":1,"t":26,"uu":"tables; object hit points|xscreen","n":"Tables; Object Hit Points"},{"id":19811,"c":24,"u":"tables%3b%20obscured%20areas_xscreen","s":122,"h":1,"t":26,"uu":"tables; obscured areas|xscreen","n":"Tables; Obscured Areas"},{"id":19812,"c":24,"u":"tables%3b%20skills_xscreen","s":122,"h":1,"t":26,"uu":"tables; skills|xscreen","n":"Tables; Skills"},{"id":19813,"c":24,"u":"tables%3b%20travel%20pace_xscreen","s":122,"h":1,"t":26,"uu":"tables; travel pace|xscreen","n":"Tables; Travel Pace"},{"id":19814,"c":24,"u":"tables%3b%20travel%20terrain_xscreen","s":122,"h":1,"t":26,"uu":"tables; travel terrain|xscreen","n":"Tables; Travel Terrain"},{"id":19815,"c":24,"u":"tables%3b%20typical%20difficulty%20classes_xscreen","s":122,"h":1,"t":26,"uu":"tables; typical difficulty classes|xscreen","n":"Tables; Typical Difficulty Classes"},{"id":19816,"c":24,"u":"tables%3b%20visibility%20outdoors_xscreen","s":122,"h":1,"t":26,"uu":"tables; visibility outdoors|xscreen","n":"Tables; Visibility Outdoors"},{"id":19817,"c":24,"u":"archdevil%20lair%20action%20list%3b%20summoned%20underlings_coa","p":214,"s":9,"h":1,"t":26,"uu":"archdevil lair action list; summoned underlings|coa","n":"Archdevil Lair Action List; Summoned Underlings"},{"id":19818,"c":24,"u":"aboleth%20bowl%20(area%20u15)%3b%20magic%20items%20at%20the%20aboleth%20bowl_mabjov","p":26,"s":11,"h":1,"t":26,"uu":"aboleth bowl (area u15); magic items at the aboleth bowl|mabjov","n":"Aboleth Bowl (Area U15); Magic Items at the Aboleth Bowl"},{"id":19819,"c":24,"u":"adventurer's%20guild%20arcane%20secrets_mabjov","p":35,"s":11,"h":1,"t":26,"uu":"adventurer's guild arcane secrets|mabjov","n":"Adventurer's Guild Arcane Secrets"},{"id":19820,"c":24,"u":"campaign%20villains%3b%20random%20campaign%20villain_mabjov","p":6,"s":11,"h":1,"t":26,"uu":"campaign villains; random campaign villain|mabjov","n":"Campaign Villains; Random Campaign Villain"},{"id":19821,"c":24,"u":"campaign%20villains%3b%20random%20group%20patron_mabjov","p":6,"s":11,"h":1,"t":26,"uu":"campaign villains; random group patron|mabjov","n":"Campaign Villains; Random Group Patron"},{"id":19822,"c":24,"u":"campaign%20villains%3b%20random%20hometown_mabjov","p":6,"s":11,"h":1,"t":26,"uu":"campaign villains; random hometown|mabjov","n":"Campaign Villains; Random Hometown"},{"id":19823,"c":24,"u":"collect%20memories%3b%20devotion%20tokens_mabjov","p":79,"s":11,"h":1,"t":26,"uu":"collect memories; devotion tokens|mabjov","n":"Collect Memories; Devotion Tokens"},{"id":19824,"c":24,"u":"dragon%20eggs%20from%20suldil_mabjov","p":64,"s":11,"h":1,"t":26,"uu":"dragon eggs from suldil|mabjov","n":"Dragon Eggs from Suldil"},{"id":19825,"c":24,"u":"emerald%20enclave%20secret%20trails_mabjov","p":47,"s":11,"h":1,"t":26,"uu":"emerald enclave secret trails|mabjov","n":"Emerald Enclave Secret Trails"},{"id":19826,"c":24,"u":"flaming%20fist%20land%20grants_mabjov","p":53,"s":11,"h":1,"t":26,"uu":"flaming fist land grants|mabjov","n":"Flaming Fist Land Grants"},{"id":19827,"c":24,"u":"flaming%20fist%20ranks_mabjov","p":52,"s":11,"h":1,"t":26,"uu":"flaming fist ranks|mabjov","n":"Flaming Fist Ranks"},{"id":19828,"c":24,"u":"flaming%20fist%20salaries_mabjov","p":53,"s":11,"h":1,"t":26,"uu":"flaming fist salaries|mabjov","n":"Flaming Fist Salaries"},{"id":19829,"c":24,"u":"heist%20targets%3b%20heist%20details_mabjov","p":85,"s":11,"h":1,"t":26,"uu":"heist targets; heist details|mabjov","n":"Heist Targets; Heist Details"},{"id":19830,"c":24,"u":"henchmen%20rates%20and%20risk-taking%20dcs_mabjov","p":29,"s":11,"h":1,"t":26,"uu":"henchmen rates and risk-taking dcs|mabjov","n":"Henchmen Rates and Risk-taking DCs"},{"id":19831,"c":24,"u":"high%20house%20of%20wonders%20(area%20b11)%3b%20magic%20items%20at%20the%20high%20house%20of%20wonders_mabjov","p":19,"s":11,"h":1,"t":26,"uu":"high house of wonders (area b11); magic items at the high house of wonders|mabjov","n":"High House of Wonders (Area B11); Magic Items at the High House of Wonders"},{"id":19832,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20magic%20items%20at%20the%20house%20of%20the%20horn_mabjov","p":23,"s":11,"h":1,"t":26,"uu":"house of the horn (area s4); magic items at the house of the horn|mabjov","n":"House of the Horn (Area S4); Magic Items at the House of the Horn"},{"id":19833,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20random%20curses_mabjov","p":23,"s":11,"h":1,"t":26,"uu":"house of the horn (area s4); random curses|mabjov","n":"House of the Horn (Area S4); Random Curses"},{"id":19834,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20random%20magic%20items%20at%20the%20house%20of%20the%20horn_mabjov","p":23,"s":11,"h":1,"t":26,"uu":"house of the horn (area s4); random magic items at the house of the horn|mabjov","n":"House of the Horn (Area S4); Random Magic Items at the House of the Horn"},{"id":19835,"c":24,"u":"icarus%20quests%3b%20random%20quests%20from%20the%20order%20of%20irenicus_mabjov","p":70,"s":11,"h":1,"t":26,"uu":"icarus quests; random quests from the order of irenicus|mabjov","n":"Icarus Quests; Random Quests from the Order of Irenicus"},{"id":19836,"c":24,"u":"items%20aquired%20via%20harper%20fences_mabjov","p":59,"s":11,"h":1,"t":26,"uu":"items aquired via harper fences|mabjov","n":"Items Aquired via Harper Fences"},{"id":19837,"c":24,"u":"magic%20item%20transmutation%3b%20item%20transmutation%20components%20and%20costs_mabjov","p":71,"s":11,"h":1,"t":26,"uu":"magic item transmutation; item transmutation components and costs|mabjov","n":"Magic Item Transmutation; Item Transmutation Components and Costs"},{"id":19838,"c":24,"u":"magic%20items%20at%20sorcerous%20sundries_mabjov","p":19,"s":11,"h":1,"t":26,"uu":"magic items at sorcerous sundries|mabjov","n":"Magic Items at Sorcerous Sundries"},{"id":19839,"c":24,"u":"magical%20scrolls%20and%20books%3b%20scrolls%20and%20books_mabjov","p":70,"s":11,"h":1,"t":26,"uu":"magical scrolls and books; scrolls and books|mabjov","n":"Magical Scrolls and Books; Scrolls and Books"},{"id":19840,"c":24,"u":"random%20encounters%20in%20athkatla_mabjov","p":12,"s":11,"h":1,"t":26,"uu":"random encounters in athkatla|mabjov","n":"Random Encounters in Athkatla"},{"id":19841,"c":24,"u":"random%20encounters%20in%20baldur's%20gate_mabjov","p":18,"s":11,"h":1,"t":26,"uu":"random encounters in baldur's gate|mabjov","n":"Random Encounters in Baldur's Gate"},{"id":19842,"c":24,"u":"random%20encounters%20in%20suldanessellar_mabjov","p":21,"s":11,"h":1,"t":26,"uu":"random encounters in suldanessellar|mabjov","n":"Random Encounters in Suldanessellar"},{"id":19843,"c":24,"u":"random%20encounters%20in%20ust%20natha_mabjov","p":25,"s":11,"h":1,"t":26,"uu":"random encounters in ust natha|mabjov","n":"Random encounters in Ust Natha"},{"id":19844,"c":24,"u":"random%20quests%20from%20candlekeep_mabjov","p":34,"s":11,"h":1,"t":26,"uu":"random quests from candlekeep|mabjov","n":"Random Quests From Candlekeep"},{"id":19845,"c":24,"u":"random%20quests%20from%20the%20adventurer's%20guild_mabjov","p":28,"s":11,"h":1,"t":26,"uu":"random quests from the adventurer's guild|mabjov","n":"Random Quests From the Adventurer's Guild"},{"id":19846,"c":24,"u":"random%20quests%20from%20the%20church%20of%20sune_mabjov","p":41,"s":11,"h":1,"t":26,"uu":"random quests from the church of sune|mabjov","n":"Random Quests from The Church of Sune"},{"id":19847,"c":24,"u":"random%20quests%20from%20the%20emerald%20enclave_mabjov","p":46,"s":11,"h":1,"t":26,"uu":"random quests from the emerald enclave|mabjov","n":"Random Quests from the Emerald Enclave"},{"id":19848,"c":24,"u":"random%20quests%20from%20the%20flaming%20fist_mabjov","p":52,"s":11,"h":1,"t":26,"uu":"random quests from the flaming fist|mabjov","n":"Random Quests from The Flaming Fist"},{"id":19849,"c":24,"u":"random%20quests%20from%20the%20harpers_mabjov","p":58,"s":11,"h":1,"t":26,"uu":"random quests from the harpers|mabjov","n":"Random Quests from the Harpers"},{"id":19850,"c":24,"u":"random%20quests%20from%20the%20knights%20of%20bahamut_mabjov","p":64,"s":11,"h":1,"t":26,"uu":"random quests from the knights of bahamut|mabjov","n":"Random Quests from the Knights of Bahamut"},{"id":19851,"c":24,"u":"random%20quests%20from%20the%20raven%20circle_mabjov","p":78,"s":11,"h":1,"t":26,"uu":"random quests from the raven circle|mabjov","n":"Random Quests from the Raven Circle"},{"id":19852,"c":24,"u":"random%20quests%20from%20the%20shadow%20thieves_mabjov","p":84,"s":11,"h":1,"t":26,"uu":"random quests from the shadow thieves|mabjov","n":"Random Quests from the Shadow Thieves"},{"id":19853,"c":24,"u":"religious%20relics%20from%20the%20church%20of%20sune_mabjov","p":41,"s":11,"h":1,"t":26,"uu":"religious relics from the church of sune|mabjov","n":"Religious Relics from the Church of Sune"},{"id":19854,"c":24,"u":"religious%20relics%3b%20required%20religious%20service_mabjov","p":41,"s":11,"h":1,"t":26,"uu":"religious relics; required religious service|mabjov","n":"Religious Relics; Required Religious Service"},{"id":19855,"c":24,"u":"rilsa%20rael%2c%20fence%20(area%20b21)%3b%20rilsa%20rael's%20wares_mabjov","p":19,"s":11,"h":1,"t":26,"uu":"rilsa rael, fence (area b21); rilsa rael's wares|mabjov","n":"Rilsa Rael, Fence (Area B21); Rilsa Rael's Wares"},{"id":19856,"c":24,"u":"sentient%20weapon%20powers_mabjov","p":79,"s":11,"h":1,"t":26,"uu":"sentient weapon powers|mabjov","n":"Sentient Weapon Powers"},{"id":19857,"c":24,"u":"shop%20of%20the%20bizarre%20(area%20a17)%3b%20shop%20of%20the%20bizarre%20finds_mabjov","p":13,"s":11,"h":1,"t":26,"uu":"shop of the bizarre (area a17); shop of the bizarre finds|mabjov","n":"Shop of the Bizarre (Area A17); Shop of the Bizarre Finds"},{"id":19858,"c":24,"u":"trade%20center%20(area%20u13)%3b%20common%20items%20at%20the%20trade%20center_mabjov","p":25,"s":11,"h":1,"t":26,"uu":"trade center (area u13); common items at the trade center|mabjov","n":"Trade Center (Area U13); Common Items at the Trade Center"},{"id":19859,"c":24,"u":"trade%20center%20(area%20u13)%3b%20random%20rare%20magic%20items%20at%20the%20trade%20center_mabjov","p":25,"s":11,"h":1,"t":26,"uu":"trade center (area u13); random rare magic items at the trade center|mabjov","n":"Trade Center (Area U13); Random Rare Magic Items at the Trade Center"},{"id":19860,"c":24,"u":"waukeen's%20promenade%20(area%20a3)%3b%20random%20magical%20item%20at%20waukeen's%20promenade_mabjov","p":13,"s":11,"h":1,"t":26,"uu":"waukeen's promenade (area a3); random magical item at waukeen's promenade|mabjov","n":"Waukeen's Promenade (Area A3); Random Magical Item at Waukeen's Promenade"},{"id":19861,"c":24,"u":"weapons%20of%20the%20raven%20queen%3b%20raven%20queen%20sentient%20weapon%20bonuses_mabjov","p":79,"s":11,"h":1,"t":26,"uu":"weapons of the raven queen; raven queen sentient weapon bonuses|mabjov","n":"Weapons of the Raven Queen; Raven Queen Sentient Weapon Bonuses"},{"id":19862,"c":24,"u":"air%20envelopes%20of%20creatures_aag","p":17,"s":103,"h":1,"t":26,"uu":"air envelopes of creatures|aag","n":"Air Envelopes of Creatures"},{"id":19863,"c":24,"u":"astral%20campaigns%3b%20first%20adventure_aag","p":4,"s":103,"h":1,"t":26,"uu":"astral campaigns; first adventure|aag","n":"Astral Campaigns; First Adventure"},{"id":19864,"c":24,"u":"astral%20fishing%3b%20fishing_aag","p":21,"s":103,"h":1,"t":26,"uu":"astral fishing; fishing|aag","n":"Astral Fishing; Fishing"},{"id":19865,"c":24,"u":"ship%20cargo%3b%20cheap%20cargo_aag","s":103,"h":1,"t":26,"uu":"ship cargo; cheap cargo|aag","n":"Ship Cargo; Cheap Cargo"},{"id":19866,"c":24,"u":"ship%20cargo%3b%20expensive%20cargo_aag","s":103,"h":1,"t":26,"uu":"ship cargo; expensive cargo|aag","n":"Ship Cargo; Expensive Cargo"},{"id":19867,"c":24,"u":"ship%20quirks_aag","s":103,"h":1,"t":26,"uu":"ship quirks|aag","n":"Ship Quirks"},{"id":19868,"c":24,"u":"shipboard%20tasks_aag","s":103,"h":1,"t":26,"uu":"shipboard tasks|aag","n":"Shipboard Tasks"},{"id":19869,"c":24,"u":"spells_aag","p":22,"s":103,"h":1,"t":26,"uu":"spells|aag","n":"Spells"},{"id":19870,"c":24,"u":"temple%20district%3b%20helpful%20spells_aag","p":61,"s":103,"h":1,"t":26,"uu":"temple district; helpful spells|aag","n":"Temple District; Helpful Spells"},{"id":19871,"c":24,"u":"alchemist's%20insight%3b%20where%20you%20first%20dabbled%20in%20alchemy_ai","p":29,"s":15,"h":1,"t":26,"uu":"alchemist's insight; where you first dabbled in alchemy|ai","n":"Alchemist's Insight; Where You First Dabbled in Alchemy"},{"id":19872,"c":24,"u":"animals%20are%20everywhere%3b%20urban%20beast%20friends_ai","p":64,"s":15,"h":1,"t":26,"uu":"animals are everywhere; urban beast friends|ai","n":"Animals are Everywhere; Urban Beast Friends"},{"id":19873,"c":24,"u":"ascetic%20business%20practices%3b%20commercial%20monasteries_ai","p":62,"s":15,"h":1,"t":26,"uu":"ascetic business practices; commercial monasteries|ai","n":"Ascetic Business Practices; Commercial Monasteries"},{"id":19874,"c":24,"u":"barbarian%20style_ai","p":53,"s":15,"h":1,"t":26,"uu":"barbarian style|ai","n":"Barbarian Style"},{"id":19875,"c":24,"u":"baseline%20costs_ai","p":17,"s":15,"h":1,"t":26,"uu":"baseline costs|ai","n":"Baseline Costs"},{"id":19876,"c":24,"u":"by%20the%20book%3b%20ancient%20tomes_ai","p":61,"s":15,"h":1,"t":26,"uu":"by the book; ancient tomes|ai","n":"By the Book; Ancient Tomes"},{"id":19877,"c":24,"u":"class-based%20living%20loot%20satchel_ai","p":25,"s":15,"h":1,"t":26,"uu":"class-based living loot satchel|ai","n":"Class-Based Living Loot Satchel"},{"id":19878,"c":24,"u":"clerical%20routine%3b%20meditative%20rituals_ai","p":56,"s":15,"h":1,"t":26,"uu":"clerical routine; meditative rituals|ai","n":"Clerical Routine; Meditative Rituals"},{"id":19879,"c":24,"u":"coin%20of%20decisionry_ai","p":22,"s":15,"h":1,"t":26,"uu":"coin of decisionry|ai","n":"Coin of Decisionry"},{"id":19880,"c":24,"u":"cutting%20wit%20and%20wicked%20barbs%3b%20insults%20to%20die%20for_ai","p":55,"s":15,"h":1,"t":26,"uu":"cutting wit and wicked barbs; insults to die for|ai","n":"Cutting Wit and Wicked Barbs; Insults to Die For"},{"id":19881,"c":24,"u":"decisionist%3b%20the%20decisonist_ai","p":21,"s":15,"h":1,"t":26,"uu":"decisionist; the decisonist|ai","n":"Decisionist; The Decisonist"},{"id":19882,"c":24,"u":"divine%20deals%3b%20relics%20of%20faith_ai","p":56,"s":15,"h":1,"t":26,"uu":"divine deals; relics of faith|ai","n":"Divine Deals; Relics of Faith"},{"id":19883,"c":24,"u":"documancer%3b%20favorite%20methods%20to%20destroy%20documents_ai","p":23,"s":15,"h":1,"t":26,"uu":"documancer; favorite methods to destroy documents|ai","n":"Documancer; Favorite Methods to Destroy Documents"},{"id":19884,"c":24,"u":"eldritch%20affectations%3b%20otherworldly%20quirks_ai","p":69,"s":15,"h":1,"t":26,"uu":"eldritch affectations; otherworldly quirks|ai","n":"Eldritch Affectations; Otherworldly Quirks"},{"id":19885,"c":24,"u":"fast%20franchise%20generator%3b%20franchise%20logos%20or%20livery_ai","p":7,"s":15,"h":1,"t":26,"uu":"fast franchise generator; franchise logos or livery|ai","n":"Fast Franchise Generator; Franchise Logos or Livery"},{"id":19886,"c":24,"u":"fast%20franchise%20generator%3b%20headquarters%20locations_ai","p":7,"s":15,"h":1,"t":26,"uu":"fast franchise generator; headquarters locations|ai","n":"Fast Franchise Generator; Headquarters Locations"},{"id":19887,"c":24,"u":"fast%20franchise%20generator%3b%20headquarters%20quirks_ai","p":7,"s":15,"h":1,"t":26,"uu":"fast franchise generator; headquarters quirks|ai","n":"Fast Franchise Generator; Headquarters Quirks"},{"id":19888,"c":24,"u":"fast%20franchise%20generator%3b%20memorable%20majordomos_ai","p":7,"s":15,"h":1,"t":26,"uu":"fast franchise generator; memorable majordomos|ai","n":"Fast Franchise Generator; Memorable Majordomos"},{"id":19889,"c":24,"u":"fast%20franchise%20generator%3b%20reliable%20connections_ai","p":7,"s":15,"h":1,"t":26,"uu":"fast franchise generator; reliable connections|ai","n":"Fast Franchise Generator; Reliable Connections"},{"id":19890,"c":24,"u":"fixer%20of%20problems%3b%20legendary%20catchphrases_ai","p":63,"s":15,"h":1,"t":26,"uu":"fixer of problems; legendary catchphrases|ai","n":"Fixer of Problems; Legendary Catchphrases"},{"id":19891,"c":24,"u":"focusing%20with%20flair%3b%20unusual%20arcane%20focuses_ai","p":67,"s":15,"h":1,"t":26,"uu":"focusing with flair; unusual arcane focuses|ai","n":"Focusing with Flair; Unusual Arcane Focuses"},{"id":19892,"c":24,"u":"franchise%20advancement_ai","p":10,"s":15,"h":1,"t":26,"uu":"franchise advancement|ai","n":"Franchise Advancement"},{"id":19893,"c":24,"u":"keeping%20them%20guessing%3b%20martial%20tricks_ai","p":59,"s":15,"h":1,"t":26,"uu":"keeping them guessing; martial tricks|ai","n":"Keeping them Guessing; Martial Tricks"},{"id":19894,"c":24,"u":"learning%20from%20the%20best%3b%20arcane%20masters_ai","p":71,"s":15,"h":1,"t":26,"uu":"learning from the best; arcane masters|ai","n":"Learning from the Best; Arcane Masters"},{"id":19895,"c":24,"u":"map%20of%20the%20moment%3b%20possible%20map%20mission%20landmarks_ai","p":20,"s":15,"h":1,"t":26,"uu":"map of the moment; possible map mission landmarks|ai","n":"Map of the Moment; Possible Map Mission Landmarks"},{"id":19896,"c":24,"u":"marketing%20is%20everything%3b%20cool%20mottos_ai","p":69,"s":15,"h":1,"t":26,"uu":"marketing is everything; cool mottos|ai","n":"Marketing Is Everything; Cool Mottos"},{"id":19897,"c":24,"u":"nature%20in%20unlikely%20places%3b%20urban%20sanctuaries_ai","p":58,"s":15,"h":1,"t":26,"uu":"nature in unlikely places; urban sanctuaries|ai","n":"Nature in Unlikely Places; Urban Sanctuaries"},{"id":19898,"c":24,"u":"nightmare%20magic%3b%20lingering%20nightmares_ai","p":70,"s":15,"h":1,"t":26,"uu":"nightmare magic; lingering nightmares|ai","n":"Nightmare Magic; Lingering Nightmares"},{"id":19899,"c":24,"u":"no%20weapons%20allowed%3b%20disguised%20weapons_ai","p":64,"s":15,"h":1,"t":26,"uu":"no weapons allowed; disguised weapons|ai","n":"No Weapons Allowed; Disguised Weapons"},{"id":19900,"c":24,"u":"old%20business%20ties%3b%20former%20guilds_ai","p":66,"s":15,"h":1,"t":26,"uu":"old business ties; former guilds|ai","n":"Old Business Ties; Former Guilds"},{"id":19901,"c":24,"u":"path%20of%20the%20ancestral%20guardian_ai","p":54,"s":15,"h":1,"t":26,"uu":"path of the ancestral guardian|ai","n":"Path of the Ancestral Guardian"},{"id":19902,"c":24,"u":"path%20of%20the%20totem%20warrior_ai","p":54,"s":15,"h":1,"t":26,"uu":"path of the totem warrior|ai","n":"Path of the Totem Warrior"},{"id":19903,"c":24,"u":"personal%20magic%3b%20residual%20magic_ai","p":68,"s":15,"h":1,"t":26,"uu":"personal magic; residual magic|ai","n":"Personal Magic; Residual Magic"},{"id":19904,"c":24,"u":"places%20to%20go%3b%20points%20of%20interest_ai","p":65,"s":15,"h":1,"t":26,"uu":"places to go; points of interest|ai","n":"Places to Go; Points of Interest"},{"id":19905,"c":24,"u":"proficiencies%20and%20starting%20equipment%3b%20coin%20of%20decisionry%20%22tails%22%20image_ai","p":22,"s":15,"h":1,"t":26,"uu":"proficiencies and starting equipment; coin of decisionry \"tails\" image|ai","n":"Proficiencies and Starting Equipment; Coin of Decisionry \"Tails\" Image"},{"id":19906,"c":24,"u":"quirks%20of%20your%20sending%20stone_ai","p":33,"s":15,"h":1,"t":26,"uu":"quirks of your sending stone|ai","n":"Quirks of Your Sending Stone"},{"id":19907,"c":24,"u":"running%20wild%3b%20distinguishing%20features%20of%20wild%20shape_ai","p":58,"s":15,"h":1,"t":26,"uu":"running wild; distinguishing features of wild shape|ai","n":"Running Wild; Distinguishing Features of Wild Shape"},{"id":19908,"c":24,"u":"sending%20a%20clear%20message%3b%20signature%20items_ai","p":53,"s":15,"h":1,"t":26,"uu":"sending a clear message; signature items|ai","n":"Sending a Clear Message; Signature Items"},{"id":19909,"c":24,"u":"sign%20of%20success%3b%20favorite%20trophies_ai","p":65,"s":15,"h":1,"t":26,"uu":"sign of success; favorite trophies|ai","n":"Sign of Success; Favorite Trophies"},{"id":19910,"c":24,"u":"stances%20for%20success%3b%20subtle%20stances_ai","p":61,"s":15,"h":1,"t":26,"uu":"stances for success; subtle stances|ai","n":"Stances for Success; Subtle Stances"},{"id":19911,"c":24,"u":"steward%20of%20nature%3b%20creatures%20to%20care%20for_ai","p":58,"s":15,"h":1,"t":26,"uu":"steward of nature; creatures to care for|ai","n":"Steward of Nature; Creatures to Care For"},{"id":19912,"c":24,"u":"the%20cartographer_ai","p":19,"s":15,"h":1,"t":26,"uu":"the cartographer|ai","n":"The Cartographer"},{"id":19913,"c":24,"u":"the%20documancer_ai","p":23,"s":15,"h":1,"t":26,"uu":"the documancer|ai","n":"The Documancer"},{"id":19914,"c":24,"u":"the%20hoardsperson_ai","p":24,"s":15,"h":1,"t":26,"uu":"the hoardsperson|ai","n":"The Hoardsperson"},{"id":19915,"c":24,"u":"the%20loremonger_ai","p":26,"s":15,"h":1,"t":26,"uu":"the loremonger|ai","n":"The Loremonger"},{"id":19916,"c":24,"u":"the%20obviator_ai","p":28,"s":15,"h":1,"t":26,"uu":"the obviator|ai","n":"The Obviator"},{"id":19917,"c":24,"u":"the%20occultant_ai","p":30,"s":15,"h":1,"t":26,"uu":"the occultant|ai","n":"The Occultant"},{"id":19918,"c":24,"u":"the%20secretarian_ai","p":32,"s":15,"h":1,"t":26,"uu":"the secretarian|ai","n":"The Secretarian"},{"id":19919,"c":24,"u":"the%20ways%20of%20faith%3b%20relationship%20with%20your%20deity_ai","p":56,"s":15,"h":1,"t":26,"uu":"the ways of faith; relationship with your deity|ai","n":"The Ways of Faith; Relationship with Your Deity"},{"id":19920,"c":24,"u":"the%20wrong%20kind%20of%20people%3b%20notable%20enemies_ai","p":55,"s":15,"h":1,"t":26,"uu":"the wrong kind of people; notable enemies|ai","n":"The Wrong Kind of People; Notable Enemies"},{"id":19921,"c":24,"u":"things%20best%20left%20unsaid%3b%20terrible%20secrets_ai","p":63,"s":15,"h":1,"t":26,"uu":"things best left unsaid; terrible secrets|ai","n":"Things Best Left Unsaid; Terrible Secrets"},{"id":19922,"c":24,"u":"things%20recorded%20in%20your%20whisper%20jar_ai","p":27,"s":15,"h":1,"t":26,"uu":"things recorded in your whisper jar|ai","n":"Things Recorded in Your Whisper Jar"},{"id":19923,"c":24,"u":"victory%20is%20yours%3b%20victory%20celebration_ai","p":60,"s":15,"h":1,"t":26,"uu":"victory is yours; victory celebration|ai","n":"Victory Is Yours; Victory Celebration"},{"id":19924,"c":24,"u":"ways%20to%20read%20the%20kill_ai","p":31,"s":15,"h":1,"t":26,"uu":"ways to read the kill|ai","n":"Ways to Read the Kill"},{"id":19925,"c":24,"u":"why%20be%20a%20cartographer%3f_ai","p":20,"s":15,"h":1,"t":26,"uu":"why be a cartographer?|ai","n":"Why Be a Cartographer?"},{"id":19926,"c":24,"u":"why%20be%20a%20decisionist%3f_ai","p":22,"s":15,"h":1,"t":26,"uu":"why be a decisionist?|ai","n":"Why Be a Decisionist?"},{"id":19927,"c":24,"u":"why%20be%20a%20documancer%3f_ai","p":24,"s":15,"h":1,"t":26,"uu":"why be a documancer?|ai","n":"Why Be a Documancer?"},{"id":19928,"c":24,"u":"why%20be%20a%20hoardsperson%3f_ai","p":26,"s":15,"h":1,"t":26,"uu":"why be a hoardsperson?|ai","n":"Why Be a Hoardsperson?"},{"id":19929,"c":24,"u":"why%20be%20a%20loremonger%3f_ai","p":28,"s":15,"h":1,"t":26,"uu":"why be a loremonger?|ai","n":"Why Be a Loremonger?"},{"id":19930,"c":24,"u":"why%20be%20a%20secretarian%3f_ai","p":34,"s":15,"h":1,"t":26,"uu":"why be a secretarian?|ai","n":"Why Be a Secretarian?"},{"id":19931,"c":24,"u":"why%20be%20an%20obviator%3f_ai","p":30,"s":15,"h":1,"t":26,"uu":"why be an obviator?|ai","n":"Why Be an Obviator?"},{"id":19932,"c":24,"u":"why%20be%20an%20occultant%3f_ai","p":32,"s":15,"h":1,"t":26,"uu":"why be an occultant?|ai","n":"Why Be an Occultant?"},{"id":19933,"c":24,"u":"wielding%20the%20best%3b%20signature%20equipment_ai","p":59,"s":15,"h":1,"t":26,"uu":"wielding the best; signature equipment|ai","n":"Wielding the Best; Signature Equipment"},{"id":19934,"c":24,"u":"astral%20sea%20encounters_bam","p":6,"s":16,"h":1,"t":26,"uu":"astral sea encounters|bam","n":"Astral Sea Encounters"},{"id":19935,"c":24,"u":"initial%20attitude_bam","p":6,"s":16,"h":1,"t":26,"uu":"initial attitude|bam","n":"Initial Attitude"},{"id":19936,"c":24,"u":"ship%20encounters_bam","p":7,"s":16,"h":1,"t":26,"uu":"ship encounters|bam","n":"Ship Encounters"},{"id":19937,"c":24,"u":"using%20a%20stat%20block%3b%20stat%20blocks%20by%20challenge%20rating_bam","p":4,"s":16,"h":1,"t":26,"uu":"using a stat block; stat blocks by challenge rating|bam","n":"Using a Stat Block; Stat Blocks by Challenge Rating"},{"id":19938,"c":24,"u":"wildspace%20encounters_bam","p":6,"s":16,"h":1,"t":26,"uu":"wildspace encounters|bam","n":"Wildspace Encounters"},{"id":19939,"c":24,"u":"1%2c000%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"1,000 gp gemstones|dmg","n":"1,000 gp Gemstones"},{"id":19940,"c":24,"u":"10%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"10 gp gemstones|dmg","n":"10 gp Gemstones"},{"id":19941,"c":24,"u":"100%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"100 gp gemstones|dmg","n":"100 gp Gemstones"},{"id":19942,"c":24,"u":"2%2c500%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"t":26,"uu":"2,500 gp art objects|dmg","n":"2,500 gp Art Objects"},{"id":19943,"c":24,"u":"25%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"t":26,"uu":"25 gp art objects|dmg","n":"25 gp Art Objects"},{"id":19944,"c":24,"u":"250%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"t":26,"uu":"250 gp art objects|dmg","n":"250 gp Art Objects"},{"id":19945,"c":24,"u":"5%2c000%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"5,000 gp gemstones|dmg","n":"5,000 gp Gemstones"},{"id":19946,"c":24,"u":"50%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"50 gp gemstones|dmg","n":"50 gp Gemstones"},{"id":19947,"c":24,"u":"500%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"500 gp gemstones|dmg","n":"500 gp Gemstones"},{"id":19948,"c":24,"u":"7%2c500%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"t":26,"uu":"7,500 gp art objects|dmg","n":"7,500 gp Art Objects"},{"id":19949,"c":24,"u":"750%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"t":26,"uu":"750 gp art objects|dmg","n":"750 gp Art Objects"},{"id":19950,"c":24,"u":"a%20sample%20pantheon%3b%20dawn%20war%20deities_dmg","p":11,"s":24,"h":1,"t":26,"uu":"a sample pantheon; dawn war deities|dmg","n":"A Sample Pantheon; Dawn War Deities"},{"id":19951,"c":24,"u":"ability%20check%20proficiency%20by%20class_dmg","p":263,"s":24,"h":1,"t":26,"uu":"ability check proficiency by class|dmg","n":"Ability Check Proficiency by Class"},{"id":19952,"c":24,"u":"ability%20checks_dmg","p":237,"s":24,"h":1,"t":26,"uu":"ability checks|dmg","n":"Ability Checks"},{"id":19953,"c":24,"u":"adjudicating%20areas%20of%20effect%3b%20targets%20in%20areas%20of%20effect_dmg","p":249,"s":24,"h":1,"t":26,"uu":"adjudicating areas of effect; targets in areas of effect|dmg","n":"Adjudicating Areas of Effect; Targets in Areas of Effect"},{"id":19954,"c":24,"u":"artifact%20properties%3b%20major%20beneficial%20properties_dmg","p":219,"s":24,"h":1,"t":26,"uu":"artifact properties; major beneficial properties|dmg","n":"Artifact Properties; Major Beneficial Properties"},{"id":19955,"c":24,"u":"artifact%20properties%3b%20major%20detrimental%20properties_dmg","p":219,"s":24,"h":1,"t":26,"uu":"artifact properties; major detrimental properties|dmg","n":"Artifact Properties; Major Detrimental Properties"},{"id":19956,"c":24,"u":"artifact%20properties%3b%20minor%20beneficial%20properties_dmg","p":219,"s":24,"h":1,"t":26,"uu":"artifact properties; minor beneficial properties|dmg","n":"Artifact Properties; Minor Beneficial Properties"},{"id":19957,"c":24,"u":"artifact%20properties%3b%20minor%20detrimental%20properties_dmg","p":219,"s":24,"h":1,"t":26,"uu":"artifact properties; minor detrimental properties|dmg","n":"Artifact Properties; Minor Detrimental Properties"},{"id":19958,"c":24,"u":"assault%20or%20invasion%3b%20invading%20forces_dmg","p":29,"s":24,"h":1,"t":26,"uu":"assault or invasion; invading forces|dmg","n":"Assault or Invasion; Invading Forces"},{"id":19959,"c":24,"u":"assign%20hit%20dice%3b%20hit%20dice%20by%20size_dmg","p":276,"s":24,"h":1,"r":1,"t":26,"uu":"assign hit dice; hit dice by size|dmg","n":"Assign Hit Dice; Hit Dice by Size"},{"id":19960,"c":24,"u":"astral%20color%20pools_dmg","p":47,"s":24,"h":1,"t":26,"uu":"astral color pools|dmg","n":"Astral Color Pools"},{"id":19961,"c":24,"u":"at%20sea%20encounters_dmg","p":118,"s":24,"h":1,"t":26,"uu":"at sea encounters|dmg","n":"At Sea Encounters"},{"id":19962,"c":24,"u":"becoming%20lost%3b%20wilderness%20navigation_dmg","p":111,"s":24,"h":1,"t":26,"uu":"becoming lost; wilderness navigation|dmg","n":"Becoming Lost; Wilderness Navigation"},{"id":19963,"c":24,"u":"cataclysmic%20disasters_dmg","p":28,"s":24,"h":1,"t":26,"uu":"cataclysmic disasters|dmg","n":"Cataclysmic Disasters"},{"id":19964,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20death%20trap_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: death trap|dmg","n":"Chamber Purpose; Dungeon: Death Trap"},{"id":19965,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20lair_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: lair|dmg","n":"Chamber Purpose; Dungeon: Lair"},{"id":19966,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20maze_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: maze|dmg","n":"Chamber Purpose; Dungeon: Maze"},{"id":19967,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20mine_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: mine|dmg","n":"Chamber Purpose; Dungeon: Mine"},{"id":19968,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20planar%20gate_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: planar gate|dmg","n":"Chamber Purpose; Dungeon: Planar Gate"},{"id":19969,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20stronghold_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: stronghold|dmg","n":"Chamber Purpose; Dungeon: Stronghold"},{"id":19970,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20temple%20or%20shrine_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: temple or shrine|dmg","n":"Chamber Purpose; Dungeon: Temple or Shrine"},{"id":19971,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20tomb_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: tomb|dmg","n":"Chamber Purpose; Dungeon: Tomb"},{"id":19972,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20treasure%20vault_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: treasure vault|dmg","n":"Chamber Purpose; Dungeon: Treasure Vault"},{"id":19973,"c":24,"u":"chamber%20purpose%3b%20general%20dungeon%20chambers_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; general dungeon chambers|dmg","n":"Chamber Purpose; General Dungeon Chambers"},{"id":19974,"c":24,"u":"chambers%3b%20chamber_dmg","p":291,"s":24,"h":1,"t":26,"uu":"chambers; chamber|dmg","n":"Chambers; Chamber"},{"id":19975,"c":24,"u":"chambers%3b%20chamber%20exits_dmg","p":291,"s":24,"h":1,"t":26,"uu":"chambers; chamber exits|dmg","n":"Chambers; Chamber Exits"},{"id":19976,"c":24,"u":"chambers%3b%20exit%20location_dmg","p":291,"s":24,"h":1,"t":26,"uu":"chambers; exit location|dmg","n":"Chambers; Exit Location"},{"id":19977,"c":24,"u":"chambers%3b%20exit%20type_dmg","p":291,"s":24,"h":1,"t":26,"uu":"chambers; exit type|dmg","n":"Chambers; Exit Type"},{"id":19978,"c":24,"u":"combat%20encounter%20difficulty%3b%20xp%20thresholds%20by%20character%20level_dmg","p":82,"s":24,"h":1,"t":26,"uu":"combat encounter difficulty; xp thresholds by character level|dmg","n":"Combat Encounter Difficulty; XP Thresholds by Character Level"},{"id":19979,"c":24,"u":"consider%20the%20ideal%20climax%3b%20adventure%20climax_dmg","p":75,"s":24,"h":1,"t":26,"uu":"consider the ideal climax; adventure climax|dmg","n":"Consider the Ideal Climax; Adventure Climax"},{"id":19980,"c":24,"u":"creating%20a%20monster%20stat%20block%3b%20monster%20features_dmg","p":275,"s":24,"h":1,"t":26,"uu":"creating a monster stat block; monster features|dmg","n":"Creating a Monster Stat Block; Monster Features"},{"id":19981,"c":24,"u":"creating%20npcs%20from%20scratch%3b%20npc%20features_dmg","p":282,"s":24,"h":1,"t":26,"uu":"creating npcs from scratch; npc features|dmg","n":"Creating NPCs from Scratch; NPC Features"},{"id":19982,"c":24,"u":"creating%20quick%20monster%20stats%3b%20monster%20statistics%20by%20challenge%20rating_dmg","p":274,"s":24,"h":1,"t":26,"uu":"creating quick monster stats; monster statistics by challenge rating|dmg","n":"Creating Quick Monster Stats; Monster Statistics by Challenge Rating"},{"id":19983,"c":24,"u":"creature%20size%20on%20squares%20and%20hexes%3b%20creature%20size%20and%20space_dmg","p":251,"s":24,"h":1,"t":26,"uu":"creature size on squares and hexes; creature size and space|dmg","n":"Creature Size on Squares and Hexes; Creature Size and Space"},{"id":19984,"c":24,"u":"current%20chamber%20state_dmg","p":295,"s":24,"h":1,"t":26,"uu":"current chamber state|dmg","n":"Current Chamber State"},{"id":19985,"c":24,"u":"damage%20vulnerabilities%2c%20resistances%2c%20and%20immunities%3b%20effective%20hit%20points%20based%20on%20resistances%20and%20immunities_dmg","p":277,"s":24,"h":1,"t":26,"uu":"damage vulnerabilities, resistances, and immunities; effective hit points based on resistances and immunities|dmg","n":"Damage Vulnerabilities, Resistances, and Immunities; Effective Hit Points Based on Resistances and Immunities"},{"id":19986,"c":24,"u":"deep%20ethereal%3b%20ethereal%20curtains_dmg","p":48,"s":24,"h":1,"t":26,"uu":"deep ethereal; ethereal curtains|dmg","n":"Deep Ethereal; Ethereal Curtains"},{"id":19987,"c":24,"u":"determine%20the%20party's%20goals%3b%20event-based%20goals_dmg","p":76,"s":24,"h":1,"t":26,"uu":"determine the party's goals; event-based goals|dmg","n":"Determine the Party's Goals; Event-Based Goals"},{"id":19988,"c":24,"u":"determine%20the%20villain's%20actions%3b%20event-based%20villain%20actions_dmg","p":75,"s":24,"h":1,"t":26,"uu":"determine the villain's actions; event-based villain actions|dmg","n":"Determine the Villain's Actions; Event-Based Villain Actions"},{"id":19989,"c":24,"u":"difficulty%20class%3b%20typical%20dcs_dmg","p":238,"s":24,"h":1,"t":26,"uu":"difficulty class; typical dcs|dmg","n":"Difficulty Class; Typical DCs"},{"id":19990,"c":24,"u":"discovery%2c%20expansion%2c%20invention%3b%20discoveries_dmg","p":31,"s":24,"h":1,"t":26,"uu":"discovery, expansion, invention; discoveries|dmg","n":"Discovery, Expansion, Invention; Discoveries"},{"id":19991,"c":24,"u":"doors%3b%20beyond%20a%20door_dmg","p":291,"s":24,"h":1,"t":26,"uu":"doors; beyond a door|dmg","n":"Doors; Beyond a Door"},{"id":19992,"c":24,"u":"doors%3b%20door%20type_dmg","p":291,"s":24,"h":1,"t":26,"uu":"doors; door type|dmg","n":"Doors; Door Type"},{"id":19993,"c":24,"u":"dungeon%20chamber%20contents_dmg","p":296,"s":24,"h":1,"t":26,"uu":"dungeon chamber contents|dmg","n":"Dungeon Chamber Contents"},{"id":19994,"c":24,"u":"dungeon%20creator_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon creator|dmg","n":"Dungeon Creator"},{"id":19995,"c":24,"u":"dungeon%20creator%3b%20cults%20and%20religions_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon creator; cults and religions|dmg","n":"Dungeon Creator; Cults and Religions"},{"id":19996,"c":24,"u":"dungeon%20creator%3b%20npc%20alignment_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon creator; npc alignment|dmg","n":"Dungeon Creator; NPC Alignment"},{"id":19997,"c":24,"u":"dungeon%20creator%3b%20npc%20class_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon creator; npc class|dmg","n":"Dungeon Creator; NPC Class"},{"id":19998,"c":24,"u":"dungeon%20dressing%3b%20air_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; air|dmg","n":"Dungeon Dressing; Air"},{"id":19999,"c":24,"u":"dungeon%20dressing%3b%20books%2c%20scrolls%2c%20and%20tomes_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; books, scrolls, and tomes|dmg","n":"Dungeon Dressing; Books, Scrolls, and Tomes"},{"id":20000,"c":24,"u":"dungeon%20dressing%3b%20container%20contents_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; container contents|dmg","n":"Dungeon Dressing; Container Contents"},{"id":20001,"c":24,"u":"dungeon%20dressing%3b%20general%20features_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; general features|dmg","n":"Dungeon Dressing; General Features"},{"id":20002,"c":24,"u":"dungeon%20dressing%3b%20general%20furnishings%20and%20appointments_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; general furnishings and appointments|dmg","n":"Dungeon Dressing; General Furnishings and Appointments"},{"id":20003,"c":24,"u":"dungeon%20dressing%3b%20mage%20furnishings_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; mage furnishings|dmg","n":"Dungeon Dressing; Mage Furnishings"},{"id":20004,"c":24,"u":"dungeon%20dressing%3b%20noises_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; noises|dmg","n":"Dungeon Dressing; Noises"},{"id":20005,"c":24,"u":"dungeon%20dressing%3b%20odor_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; odor|dmg","n":"Dungeon Dressing; Odor"},{"id":20006,"c":24,"u":"dungeon%20dressing%3b%20religious%20articles%20and%20furnishings_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; religious articles and furnishings|dmg","n":"Dungeon Dressing; Religious Articles and Furnishings"},{"id":20007,"c":24,"u":"dungeon%20dressing%3b%20utensils%20and%20personal%20items_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; utensils and personal items|dmg","n":"Dungeon Dressing; Utensils and Personal Items"},{"id":20008,"c":24,"u":"dungeon%20history_dmg","p":101,"s":24,"h":1,"t":26,"uu":"dungeon history|dmg","n":"Dungeon History"},{"id":20009,"c":24,"u":"dungeon%20location_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon location|dmg","n":"Dungeon Location"},{"id":20010,"c":24,"u":"dungeon%20location%3b%20exotic%20location_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon location; exotic location|dmg","n":"Dungeon Location; Exotic Location"},{"id":20011,"c":24,"u":"dungeon%20purpose_dmg","p":101,"s":24,"h":1,"t":26,"uu":"dungeon purpose|dmg","n":"Dungeon Purpose"},{"id":20012,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_dmg","p":253,"s":24,"h":1,"t":26,"uu":"ending a chase; escape factors|dmg","n":"Ending a Chase; Escape Factors"},{"id":20013,"c":24,"u":"ether%20cyclones_dmg","p":49,"s":24,"h":1,"t":26,"uu":"ether cyclones|dmg","n":"Ether Cyclones"},{"id":20014,"c":24,"u":"examples%20of%20faction%20ranks_dmg","p":22,"s":24,"h":1,"t":26,"uu":"examples of faction ranks|dmg","n":"Examples of Faction Ranks"},{"id":20015,"c":24,"u":"extinction%20or%20depletion_dmg","p":30,"s":24,"h":1,"t":26,"uu":"extinction or depletion|dmg","n":"Extinction or Depletion"},{"id":20016,"c":24,"u":"feywild%20time%20warp_dmg","p":50,"s":24,"h":1,"t":26,"uu":"feywild time warp|dmg","n":"Feywild Time Warp"},{"id":20017,"c":24,"u":"figuring%20out%20alien%20technology_dmg","p":268,"s":24,"h":1,"t":26,"uu":"figuring out alien technology|dmg","n":"Figuring Out Alien Technology"},{"id":20018,"c":24,"u":"final%20challenge%20rating%3b%20experience%20points%20by%20challenge%20rating_dmg","p":274,"s":24,"h":1,"r":1,"t":26,"uu":"final challenge rating; experience points by challenge rating|dmg","n":"Final Challenge Rating; Experience Points by Challenge Rating"},{"id":20019,"c":24,"u":"find%20the%20ideal%20introduction%3b%20adventure%20introduction_dmg","p":74,"s":24,"h":1,"t":26,"uu":"find the ideal introduction; adventure introduction|dmg","n":"Find the Ideal Introduction; Adventure Introduction"},{"id":20020,"c":24,"u":"flaw%20or%20secret%3b%20npc%20flaws%20and%20secrets_dmg","p":91,"s":24,"h":1,"t":26,"uu":"flaw or secret; npc flaws and secrets|dmg","n":"Flaw or Secret; NPC Flaws and Secrets"},{"id":20021,"c":24,"u":"food%20and%20water%20needs_dmg","p":111,"s":24,"h":1,"t":26,"uu":"food and water needs|dmg","n":"Food and Water Needs"},{"id":20022,"c":24,"u":"foraging%20dcs_dmg","p":111,"s":24,"h":1,"t":26,"uu":"foraging dcs|dmg","n":"Foraging DCs"},{"id":20023,"c":24,"u":"forms%20of%20government_dmg","p":18,"s":24,"h":1,"t":26,"uu":"forms of government|dmg","n":"Forms of Government"},{"id":20024,"c":24,"u":"framing%20events_dmg","p":79,"s":24,"h":1,"t":26,"uu":"framing events|dmg","n":"Framing Events"},{"id":20025,"c":24,"u":"government%3b%20sample%20hierarchy%20of%20noble%20titles_dmg","p":17,"s":24,"h":1,"t":26,"uu":"government; sample hierarchy of noble titles|dmg","n":"Government; Sample Hierarchy of Noble Titles"},{"id":20026,"c":24,"u":"handling%20mobs%3b%20mob%20attacks_dmg","p":250,"s":24,"h":1,"t":26,"uu":"handling mobs; mob attacks|dmg","n":"Handling Mobs; Mob Attacks"},{"id":20027,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20allies_dmg","p":74,"s":24,"h":1,"t":26,"uu":"identify important npcs; adventure allies|dmg","n":"Identify Important NPCs; Adventure Allies"},{"id":20028,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20patrons_dmg","p":74,"s":24,"h":1,"t":26,"uu":"identify important npcs; adventure patrons|dmg","n":"Identify Important NPCs; Adventure Patrons"},{"id":20029,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20villains_dmg","p":74,"s":24,"h":1,"t":26,"uu":"identify important npcs; adventure villains|dmg","n":"Identify Important NPCs; Adventure Villains"},{"id":20030,"c":24,"u":"identify%20the%20party's%20goals%3b%20dungeon%20goals_dmg","p":72,"s":24,"h":1,"t":26,"uu":"identify the party's goals; dungeon goals|dmg","n":"Identify the Party's Goals; Dungeon Goals"},{"id":20031,"c":24,"u":"identify%20the%20party's%20goals%3b%20other%20goals_dmg","p":72,"s":24,"h":1,"t":26,"uu":"identify the party's goals; other goals|dmg","n":"Identify the Party's Goals; Other Goals"},{"id":20032,"c":24,"u":"identify%20the%20party's%20goals%3b%20wilderness%20goals_dmg","p":72,"s":24,"h":1,"t":26,"uu":"identify the party's goals; wilderness goals|dmg","n":"Identify the Party's Goals; Wilderness Goals"},{"id":20033,"c":24,"u":"improvising%20damage_dmg","p":249,"s":24,"h":1,"t":26,"uu":"improvising damage|dmg","n":"Improvising Damage"},{"id":20034,"c":24,"u":"improvising%20damage%3b%20damage%20severity%20and%20level_dmg","p":249,"s":24,"h":1,"t":26,"uu":"improvising damage; damage severity and level|dmg","n":"Improvising Damage; Damage Severity and Level"},{"id":20035,"c":24,"u":"indefinite%20madness_dmg","p":259,"s":24,"h":1,"r":1,"t":26,"uu":"indefinite madness|dmg","n":"Indefinite Madness"},{"id":20036,"c":24,"u":"individual%20treasure%3a%20challenge%200%e2%80%944_dmg","p":133,"s":24,"h":1,"t":26,"uu":"individual treasure: challenge 0—4|dmg","n":"Individual Treasure: Challenge 0—4"},{"id":20037,"c":24,"u":"individual%20treasure%3a%20challenge%2011%e2%80%9416_dmg","p":133,"s":24,"h":1,"t":26,"uu":"individual treasure: challenge 11—16|dmg","n":"Individual Treasure: Challenge 11—16"},{"id":20038,"c":24,"u":"individual%20treasure%3a%20challenge%2017%2b_dmg","p":133,"s":24,"h":1,"t":26,"uu":"individual treasure: challenge 17+|dmg","n":"Individual Treasure: Challenge 17+"},{"id":20039,"c":24,"u":"individual%20treasure%3a%20challenge%205%e2%80%9410_dmg","p":133,"s":24,"h":1,"t":26,"uu":"individual treasure: challenge 5—10|dmg","n":"Individual Treasure: Challenge 5—10"},{"id":20040,"c":24,"u":"interactions%20with%20others%3b%20npc%20interaction%20traits_dmg","p":90,"s":24,"h":1,"t":26,"uu":"interactions with others; npc interaction traits|dmg","n":"Interactions with Others; NPC Interaction Traits"},{"id":20041,"c":24,"u":"lingering%20injuries_dmg","p":272,"s":24,"h":1,"t":26,"uu":"lingering injuries|dmg","n":"Lingering Injuries"},{"id":20042,"c":24,"u":"long-term%20madness_dmg","p":259,"s":24,"h":1,"r":1,"t":26,"uu":"long-term madness|dmg","n":"Long-Term Madness"},{"id":20043,"c":24,"u":"magic%20item%20rarity_dmg","p":135,"s":24,"h":1,"t":26,"uu":"magic item rarity|dmg","n":"Magic Item Rarity"},{"id":20044,"c":24,"u":"magic%20item%20table%20a_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table a|dmg","n":"Magic Item Table A"},{"id":20045,"c":24,"u":"magic%20item%20table%20b_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table b|dmg","n":"Magic Item Table B"},{"id":20046,"c":24,"u":"magic%20item%20table%20c_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table c|dmg","n":"Magic Item Table C"},{"id":20047,"c":24,"u":"magic%20item%20table%20d_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table d|dmg","n":"Magic Item Table D"},{"id":20048,"c":24,"u":"magic%20item%20table%20e_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table e|dmg","n":"Magic Item Table E"},{"id":20049,"c":24,"u":"magic%20item%20table%20f_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table f|dmg","n":"Magic Item Table F"},{"id":20050,"c":24,"u":"magic%20item%20table%20g_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table g|dmg","n":"Magic Item Table G"},{"id":20051,"c":24,"u":"magic%20item%20table%20h_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table h|dmg","n":"Magic Item Table H"},{"id":20052,"c":24,"u":"magic%20item%20table%20i_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table i|dmg","n":"Magic Item Table I"},{"id":20053,"c":24,"u":"massive%20damage%3b%20system%20shock_dmg","p":273,"s":24,"h":1,"t":26,"uu":"massive damage; system shock|dmg","n":"Massive Damage; System Shock"},{"id":20054,"c":24,"u":"modify%20total%20xp%20for%20multiple%20monsters%3b%20encounter%20multipliers_dmg","p":82,"s":24,"h":1,"t":26,"uu":"modify total xp for multiple monsters; encounter multipliers|dmg","n":"Modify Total XP for Multiple Monsters; Encounter Multipliers"},{"id":20055,"c":24,"u":"monsters%20and%20motivations%3b%20monster%20motivation_dmg","p":296,"s":24,"h":1,"t":26,"uu":"monsters and motivations; monster motivation|dmg","n":"Monsters and Motivations; Monster Motivation"},{"id":20056,"c":24,"u":"monuments_dmg","p":108,"s":24,"h":1,"t":26,"uu":"monuments|dmg","n":"Monuments"},{"id":20057,"c":24,"u":"moral%20quandaries_dmg","p":79,"s":24,"h":1,"t":26,"uu":"moral quandaries|dmg","n":"Moral Quandaries"},{"id":20058,"c":24,"u":"new%20organizations_dmg","p":31,"s":24,"h":1,"t":26,"uu":"new organizations|dmg","n":"New Organizations"},{"id":20059,"c":24,"u":"npc%20abilities_dmg","p":88,"s":24,"h":1,"t":26,"uu":"npc abilities|dmg","n":"NPC Abilities"},{"id":20060,"c":24,"u":"npc%20appearance_dmg","p":88,"s":24,"h":1,"t":26,"uu":"npc appearance|dmg","n":"NPC Appearance"},{"id":20061,"c":24,"u":"npc%20bonds_dmg","p":91,"s":24,"h":1,"t":26,"uu":"npc bonds|dmg","n":"NPC Bonds"},{"id":20062,"c":24,"u":"npc%20low%20abilities_dmg","p":88,"s":24,"h":1,"t":26,"uu":"npc low abilities|dmg","n":"NPC Low Abilities"},{"id":20063,"c":24,"u":"npc%20mannerisms_dmg","p":90,"s":24,"h":1,"t":26,"uu":"npc mannerisms|dmg","n":"NPC Mannerisms"},{"id":20064,"c":24,"u":"npc%20talents_dmg","p":90,"s":24,"h":1,"t":26,"uu":"npc talents|dmg","n":"NPC Talents"},{"id":20065,"c":24,"u":"object%20armor%20class_dmg","p":246,"s":24,"h":1,"r":1,"t":26,"uu":"object armor class|dmg","n":"Object Armor Class"},{"id":20066,"c":24,"u":"object%20hit%20points_dmg","p":247,"s":24,"h":1,"r":1,"t":26,"uu":"object hit points|dmg","n":"Object Hit Points"},{"id":20067,"c":24,"u":"optional%20rule%3a%20abyssal%20corruption%3b%20abyssal%20corruption_dmg","p":62,"s":24,"h":1,"t":26,"uu":"optional rule: abyssal corruption; abyssal corruption|dmg","n":"Optional Rule: Abyssal Corruption; Abyssal Corruption"},{"id":20068,"c":24,"u":"owning%20a%20ship%3b%20airborne%20and%20waterborne%20vehicles_dmg","p":119,"s":24,"h":1,"r":1,"t":26,"uu":"owning a ship; airborne and waterborne vehicles|dmg","n":"Owning a Ship; Airborne and Waterborne Vehicles"},{"id":20069,"c":24,"u":"passages%3b%20passage_dmg","p":290,"s":24,"h":1,"t":26,"uu":"passages; passage|dmg","n":"Passages; Passage"},{"id":20070,"c":24,"u":"passages%3b%20passage%20width_dmg","p":290,"s":24,"h":1,"t":26,"uu":"passages; passage width|dmg","n":"Passages; Passage Width"},{"id":20071,"c":24,"u":"poisons_dmg","p":257,"s":24,"h":1,"r":1,"t":26,"uu":"poisons|dmg","n":"Poisons"},{"id":20072,"c":24,"u":"power%20level%3b%20magic%20item%20power%20by%20rarity_dmg","p":285,"s":24,"h":1,"t":26,"uu":"power level; magic item power by rarity|dmg","n":"Power Level; Magic Item Power by Rarity"},{"id":20073,"c":24,"u":"probabilities%3b%20sylvan%20forest%20encounters_dmg","p":86,"s":24,"h":1,"t":26,"uu":"probabilities; sylvan forest encounters|dmg","n":"Probabilities; Sylvan Forest Encounters"},{"id":20074,"c":24,"u":"proficiency%20dice_dmg","p":263,"s":24,"h":1,"t":26,"uu":"proficiency dice|dmg","n":"Proficiency Dice"},{"id":20075,"c":24,"u":"random%20buildings%3b%20building%20type_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; building type|dmg","n":"Random Buildings; Building Type"},{"id":20076,"c":24,"u":"random%20buildings%3b%20religious%20building_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; religious building|dmg","n":"Random Buildings; Religious Building"},{"id":20077,"c":24,"u":"random%20buildings%3b%20residence_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; residence|dmg","n":"Random Buildings; Residence"},{"id":20078,"c":24,"u":"random%20buildings%3b%20shop_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; shop|dmg","n":"Random Buildings; Shop"},{"id":20079,"c":24,"u":"random%20buildings%3b%20tavern_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; tavern|dmg","n":"Random Buildings; Tavern"},{"id":20080,"c":24,"u":"random%20buildings%3b%20tavern%20name%20generator_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; tavern name generator|dmg","n":"Random Buildings; Tavern Name Generator"},{"id":20081,"c":24,"u":"random%20buildings%3b%20warehouse_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; warehouse|dmg","n":"Random Buildings; Warehouse"},{"id":20082,"c":24,"u":"random%20dungeon%20hazards%3b%20dungeon%20hazards_dmg","p":296,"s":24,"h":1,"t":26,"uu":"random dungeon hazards; dungeon hazards|dmg","n":"Random Dungeon Hazards; Dungeon Hazards"},{"id":20083,"c":24,"u":"random%20encounters%20at%20sea_dmg","p":118,"s":24,"h":1,"t":26,"uu":"random encounters at sea|dmg","n":"Random Encounters at Sea"},{"id":20084,"c":24,"u":"random%20obstacles%3b%20obstacles_dmg","p":296,"s":24,"h":1,"t":26,"uu":"random obstacles; obstacles|dmg","n":"Random Obstacles; Obstacles"},{"id":20085,"c":24,"u":"random%20settlements%3b%20current%20calamity_dmg","p":112,"s":24,"h":1,"t":26,"uu":"random settlements; current calamity|dmg","n":"Random Settlements; Current Calamity"},{"id":20086,"c":24,"u":"random%20settlements%3b%20known%20for%20its..._dmg","p":112,"s":24,"h":1,"t":26,"uu":"random settlements; known for its...|dmg","n":"Random Settlements; Known For Its..."},{"id":20087,"c":24,"u":"random%20settlements%3b%20notable%20traits_dmg","p":112,"s":24,"h":1,"t":26,"uu":"random settlements; notable traits|dmg","n":"Random Settlements; Notable Traits"},{"id":20088,"c":24,"u":"random%20settlements%3b%20race%20relations_dmg","p":112,"s":24,"h":1,"t":26,"uu":"random settlements; race relations|dmg","n":"Random Settlements; Race Relations"},{"id":20089,"c":24,"u":"random%20settlements%3b%20ruler's%20status_dmg","p":112,"s":24,"h":1,"t":26,"uu":"random settlements; ruler's status|dmg","n":"Random Settlements; Ruler's Status"},{"id":20090,"c":24,"u":"random%20traps%3b%20trap%20damage%20severity_dmg","p":297,"s":24,"h":1,"t":26,"uu":"random traps; trap damage severity|dmg","n":"Random Traps; Trap Damage Severity"},{"id":20091,"c":24,"u":"random%20traps%3b%20trap%20effects_dmg","p":297,"s":24,"h":1,"t":26,"uu":"random traps; trap effects|dmg","n":"Random Traps; Trap Effects"},{"id":20092,"c":24,"u":"random%20traps%3b%20trap%20trigger_dmg","p":297,"s":24,"h":1,"t":26,"uu":"random traps; trap trigger|dmg","n":"Random Traps; Trap Trigger"},{"id":20093,"c":24,"u":"random%20tricks%3b%20trick%20objects_dmg","p":297,"s":24,"h":1,"t":26,"uu":"random tricks; trick objects|dmg","n":"Random Tricks; Trick Objects"},{"id":20094,"c":24,"u":"random%20tricks%3b%20tricks_dmg","p":297,"s":24,"h":1,"t":26,"uu":"random tricks; tricks|dmg","n":"Random Tricks; Tricks"},{"id":20095,"c":24,"u":"random%20undersea%20encounters_dmg","p":116,"s":24,"h":1,"t":26,"uu":"random undersea encounters|dmg","n":"Random Undersea Encounters"},{"id":20096,"c":24,"u":"random%20urban%20encounters_dmg","p":114,"s":24,"h":1,"t":26,"uu":"random urban encounters|dmg","n":"Random Urban Encounters"},{"id":20097,"c":24,"u":"recurring%20expenses%3b%20maintenance%20costs_dmg","p":126,"s":24,"h":1,"t":26,"uu":"recurring expenses; maintenance costs|dmg","n":"Recurring Expenses; Maintenance Costs"},{"id":20098,"c":24,"u":"rise%20or%20fall%20of%20a%20leader%20or%20an%20era%3b%20leader%20types_dmg","p":27,"s":24,"h":1,"t":26,"uu":"rise or fall of a leader or an era; leader types|dmg","n":"Rise or Fall of a Leader or an Era; Leader Types"},{"id":20099,"c":24,"u":"saving%20throws_dmg","p":238,"s":24,"h":1,"t":26,"uu":"saving throws|dmg","n":"Saving Throws"},{"id":20100,"c":24,"u":"sentient%20magic%20item%20alignment_dmg","p":216,"s":24,"h":1,"r":1,"t":26,"uu":"sentient magic item alignment|dmg","n":"Sentient Magic Item Alignment"},{"id":20101,"c":24,"u":"sentient%20magic%20item%20communication_dmg","p":214,"s":24,"h":1,"r":1,"t":26,"uu":"sentient magic item communication|dmg","n":"Sentient Magic Item Communication"},{"id":20102,"c":24,"u":"sentient%20magic%20item%20senses_dmg","p":214,"s":24,"h":1,"r":1,"t":26,"uu":"sentient magic item senses|dmg","n":"Sentient Magic Item Senses"},{"id":20103,"c":24,"u":"sentient%20special%20purpose_dmg","p":216,"s":24,"h":1,"r":1,"t":26,"uu":"sentient special purpose|dmg","n":"Sentient Special Purpose"},{"id":20104,"c":24,"u":"shadowfell%20despair_dmg","p":52,"s":24,"h":1,"t":26,"uu":"shadowfell despair|dmg","n":"Shadowfell Despair"},{"id":20105,"c":24,"u":"short-term%20madness_dmg","p":259,"s":24,"h":1,"r":1,"t":26,"uu":"short-term madness|dmg","n":"Short-Term Madness"},{"id":20106,"c":24,"u":"side%20quests_dmg","p":81,"s":24,"h":1,"t":26,"uu":"side quests|dmg","n":"Side Quests"},{"id":20107,"c":24,"u":"special%20features%3b%20what%20is%20a%20detail%20from%20its%20history%3f_dmg","p":141,"s":24,"h":1,"t":26,"uu":"special features; what is a detail from its history?|dmg","n":"Special Features; What Is a Detail from Its History?"},{"id":20108,"c":24,"u":"special%20features%3b%20what%20minor%20property%20does%20it%20have_dmg","p":141,"s":24,"h":1,"t":26,"uu":"special features; what minor property does it have|dmg","n":"Special Features; What Minor Property Does It Have"},{"id":20109,"c":24,"u":"special%20features%3b%20what%20quirk%20does%20it%20have_dmg","p":141,"s":24,"h":1,"t":26,"uu":"special features; what quirk does it have|dmg","n":"Special Features; What Quirk Does It Have"},{"id":20110,"c":24,"u":"special%20features%3b%20who%20created%20it%20or%20was%20intended%20to%20use%20it%3f_dmg","p":141,"s":24,"h":1,"t":26,"uu":"special features; who created it or was intended to use it?|dmg","n":"Special Features; Who Created It or Was Intended to Use It?"},{"id":20111,"c":24,"u":"spell%20damage_dmg","p":283,"s":24,"h":1,"t":26,"uu":"spell damage|dmg","n":"Spell Damage"},{"id":20112,"c":24,"u":"spell%20scrolls%3b%20spell%20scroll_dmg","p":139,"s":24,"h":1,"r":1,"t":26,"uu":"spell scrolls; spell scroll|dmg","n":"Spell Scrolls; Spell Scroll"},{"id":20113,"c":24,"u":"stairs_dmg","p":291,"s":24,"h":1,"t":26,"uu":"stairs|dmg","n":"Stairs"},{"id":20114,"c":24,"u":"starting%20area_dmg","p":290,"s":24,"h":1,"t":26,"uu":"starting area|dmg","n":"Starting Area"},{"id":20115,"c":24,"u":"starting%20at%20higher%20level%3b%20starting%20equipment_dmg","p":38,"s":24,"h":1,"t":26,"uu":"starting at higher level; starting equipment|dmg","n":"Starting at Higher Level; Starting Equipment"},{"id":20116,"c":24,"u":"sylvan%20forest%20encounters_dmg","p":86,"s":24,"h":1,"t":26,"uu":"sylvan forest encounters|dmg","n":"Sylvan Forest Encounters"},{"id":20117,"c":24,"u":"the%20adventuring%20day%3b%20adventuring%20day%20xp_dmg","p":84,"s":24,"h":1,"t":26,"uu":"the adventuring day; adventuring day xp|dmg","n":"The Adventuring Day; Adventuring Day XP"},{"id":20118,"c":24,"u":"the%20calendar%20of%20harptos_dmg","p":33,"s":24,"h":1,"t":26,"uu":"the calendar of harptos|dmg","n":"The Calendar of Harptos"},{"id":20119,"c":24,"u":"the%20outer%20planes_dmg","p":57,"s":24,"h":1,"t":26,"uu":"the outer planes|dmg","n":"The Outer Planes"},{"id":20120,"c":24,"u":"the%20outlands%20and%20sigil%3b%20gate-towns%20of%20the%20outlands_dmg","p":67,"s":24,"h":1,"t":26,"uu":"the outlands and sigil; gate-towns of the outlands|dmg","n":"The Outlands and Sigil; Gate-Towns of the Outlands"},{"id":20121,"c":24,"u":"tracking%20dcs_dmg","p":244,"s":24,"h":1,"t":26,"uu":"tracking dcs|dmg","n":"Tracking DCs"},{"id":20122,"c":24,"u":"trap%20effects%3b%20damage%20severity%20by%20level_dmg","p":121,"s":24,"h":1,"r":1,"t":26,"uu":"trap effects; damage severity by level|dmg","n":"Trap Effects; Damage Severity by Level"},{"id":20123,"c":24,"u":"trap%20effects%3b%20trap%20save%20dcs%20and%20attack%20bonuses_dmg","p":121,"s":24,"h":1,"r":1,"t":26,"uu":"trap effects; trap save dcs and attack bonuses|dmg","n":"Trap Effects; Trap Save DCs and Attack Bonuses"},{"id":20124,"c":24,"u":"twists_dmg","p":80,"s":24,"h":1,"t":26,"uu":"twists|dmg","n":"Twists"},{"id":20125,"c":24,"u":"undersea%20encounters_dmg","p":116,"s":24,"h":1,"t":26,"uu":"undersea encounters|dmg","n":"Undersea Encounters"},{"id":20126,"c":24,"u":"underwater%20encounter%20distance_dmg","p":117,"s":24,"h":1,"t":26,"uu":"underwater encounter distance|dmg","n":"Underwater Encounter Distance"},{"id":20127,"c":24,"u":"urban%20chase%20complications_dmg","p":253,"s":24,"h":1,"t":26,"uu":"urban chase complications|dmg","n":"Urban Chase Complications"},{"id":20128,"c":24,"u":"urban%20encounters_dmg","p":114,"s":24,"h":1,"t":26,"uu":"urban encounters|dmg","n":"Urban Encounters"},{"id":20129,"c":24,"u":"using%20a%20map%3b%20map%20travel%20pace_dmg","p":242,"s":24,"h":1,"t":26,"uu":"using a map; map travel pace|dmg","n":"Using a Map; Map Travel Pace"},{"id":20130,"c":24,"u":"variant%3a%20mixing%20potions%3b%20potion%20miscibility_dmg","p":140,"s":24,"h":1,"t":26,"uu":"variant: mixing potions; potion miscibility|dmg","n":"Variant: Mixing Potions; Potion Miscibility"},{"id":20131,"c":24,"u":"variant%3a%20scroll%20mishaps%3b%20scroll%20mishap_dmg","p":140,"s":24,"h":1,"t":26,"uu":"variant: scroll mishaps; scroll mishap|dmg","n":"Variant: Scroll Mishaps; Scroll Mishap"},{"id":20132,"c":24,"u":"variant%3a%20spell%20points%3b%20spell%20point%20cost_dmg","p":288,"s":24,"h":1,"t":26,"uu":"variant: spell points; spell point cost|dmg","n":"Variant: Spell Points; Spell Point Cost"},{"id":20133,"c":24,"u":"variant%3a%20spell%20points%3b%20spell%20points%20by%20level_dmg","p":288,"s":24,"h":1,"t":26,"uu":"variant: spell points; spell points by level|dmg","n":"Variant: Spell Points; Spell Points by Level"},{"id":20134,"c":24,"u":"villain's%20secret%20weakness%3b%20villain's%20weakness_dmg","p":96,"s":24,"h":1,"t":26,"uu":"villain's secret weakness; villain's weakness|dmg","n":"Villain's Secret Weakness; Villain's Weakness"},{"id":20135,"c":24,"u":"villains%3b%20villain's%20methods_dmg","p":94,"s":24,"h":1,"t":26,"uu":"villains; villain's methods|dmg","n":"Villains; Villain's Methods"},{"id":20136,"c":24,"u":"villains%3b%20villain's%20scheme_dmg","p":94,"s":24,"h":1,"t":26,"uu":"villains; villain's scheme|dmg","n":"Villains; Villain's Scheme"},{"id":20137,"c":24,"u":"weather_dmg","p":109,"s":24,"h":1,"t":26,"uu":"weather|dmg","n":"Weather"},{"id":20138,"c":24,"u":"weather%3b%20precipitation_dmg","p":109,"s":24,"h":1,"r":1,"t":26,"uu":"weather; precipitation|dmg","n":"Weather; Precipitation"},{"id":20139,"c":24,"u":"weather%3b%20wind_dmg","p":109,"s":24,"h":1,"t":26,"uu":"weather; wind|dmg","n":"Weather; Wind"},{"id":20140,"c":24,"u":"weird%20locales_dmg","p":109,"s":24,"h":1,"t":26,"uu":"weird locales|dmg","n":"Weird Locales"},{"id":20141,"c":24,"u":"wilderness%20chase%20complications_dmg","p":253,"s":24,"h":1,"t":26,"uu":"wilderness chase complications|dmg","n":"Wilderness Chase Complications"},{"id":20142,"c":24,"u":"world-shaking%20events_dmg","p":27,"s":24,"h":1,"t":26,"uu":"world-shaking events|dmg","n":"World-Shaking Events"},{"id":20143,"c":24,"u":"wuxia%20weapon%20names_dmg","p":41,"s":24,"h":1,"t":26,"uu":"wuxia weapon names|dmg","n":"Wuxia Weapon Names"},{"id":20144,"c":24,"u":"arms%20of%20the%20betrayers%20destruction_egw","p":274,"s":28,"h":1,"dP":1,"t":26,"uu":"arms of the betrayers destruction|egw","n":"Arms of the Betrayers Destruction"},{"id":20145,"c":24,"u":"backstory%3b%20ally%20and%20rival%20identities_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; ally and rival identities|egw","n":"Backstory; Ally and Rival Identities"},{"id":20146,"c":24,"u":"backstory%3b%20ally%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; ally relationships|egw","n":"Backstory; Ally Relationships"},{"id":20147,"c":24,"u":"backstory%3b%20backgrounds_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; backgrounds|egw","n":"Backstory; Backgrounds"},{"id":20148,"c":24,"u":"backstory%3b%20eastern%20wynandir%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; eastern wynandir settlements|egw","n":"Backstory; Eastern Wynandir Settlements"},{"id":20149,"c":24,"u":"backstory%3b%20family%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; family relationships|egw","n":"Backstory; Family Relationships"},{"id":20150,"c":24,"u":"backstory%3b%20family%20size%20(city)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; family size (city)|egw","n":"Backstory; Family Size (City)"},{"id":20151,"c":24,"u":"backstory%3b%20family%20size%20(village)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; family size (village)|egw","n":"Backstory; Family Size (Village)"},{"id":20152,"c":24,"u":"backstory%3b%20fateful%20moments_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; fateful moments|egw","n":"Backstory; Fateful Moments"},{"id":20153,"c":24,"u":"backstory%3b%20favorite%20foods%20(eastern%20wynandir)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; favorite foods (eastern wynandir)|egw","n":"Backstory; Favorite Foods (Eastern Wynandir)"},{"id":20154,"c":24,"u":"backstory%3b%20favorite%20foods%20(greying%20wildlands)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; favorite foods (greying wildlands)|egw","n":"Backstory; Favorite Foods (Greying Wildlands)"},{"id":20155,"c":24,"u":"backstory%3b%20favorite%20foods%20(menagerie%20coast)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; favorite foods (menagerie coast)|egw","n":"Backstory; Favorite Foods (Menagerie Coast)"},{"id":20156,"c":24,"u":"backstory%3b%20favorite%20foods%20(western%20wynandir)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; favorite foods (western wynandir)|egw","n":"Backstory; Favorite Foods (Western Wynandir)"},{"id":20157,"c":24,"u":"backstory%3b%20greying%20wildlands%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; greying wildlands settlements|egw","n":"Backstory; Greying Wildlands Settlements"},{"id":20158,"c":24,"u":"backstory%3b%20homelands_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; homelands|egw","n":"Backstory; Homelands"},{"id":20159,"c":24,"u":"backstory%3b%20marrow%20valley%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; marrow valley settlements|egw","n":"Backstory; Marrow Valley Settlements"},{"id":20160,"c":24,"u":"backstory%3b%20menagerie%20coast%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; menagerie coast settlements|egw","n":"Backstory; Menagerie Coast Settlements"},{"id":20161,"c":24,"u":"backstory%3b%20mysterious%20secrets_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; mysterious secrets|egw","n":"Backstory; Mysterious Secrets"},{"id":20162,"c":24,"u":"backstory%3b%20rival%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; rival relationships|egw","n":"Backstory; Rival Relationships"},{"id":20163,"c":24,"u":"backstory%3b%20zemni%20fields%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; zemni fields settlements|egw","n":"Backstory; Zemni Fields Settlements"},{"id":20164,"c":24,"u":"betrayer%20gods_egw","p":26,"s":28,"h":1,"dP":1,"t":26,"uu":"betrayer gods|egw","n":"Betrayer Gods"},{"id":20165,"c":24,"u":"calendar%20and%20time%3b%20exandrian%20calendar_egw","p":8,"s":28,"h":1,"dP":1,"t":26,"uu":"calendar and time; exandrian calendar|egw","n":"Calendar and Time; Exandrian Calendar"},{"id":20166,"c":24,"u":"eiselcross%20encounters%3a%20levels%2011%e2%80%9316_egw","p":122,"s":28,"h":1,"dP":1,"t":26,"uu":"eiselcross encounters: levels 11–16|egw","n":"Eiselcross Encounters: Levels 11–16"},{"id":20167,"c":24,"u":"eiselcross%20encounters%3a%20levels%2017%e2%80%9320_egw","p":122,"s":28,"h":1,"dP":1,"t":26,"uu":"eiselcross encounters: levels 17–20|egw","n":"Eiselcross Encounters: Levels 17–20"},{"id":20168,"c":24,"u":"eiselcross%20encounters%3a%20levels%201%e2%80%934_egw","p":122,"s":28,"h":1,"dP":1,"t":26,"uu":"eiselcross encounters: levels 1–4|egw","n":"Eiselcross Encounters: Levels 1–4"},{"id":20169,"c":24,"u":"eiselcross%20encounters%3a%20levels%205%e2%80%9310_egw","p":122,"s":28,"h":1,"dP":1,"t":26,"uu":"eiselcross encounters: levels 5–10|egw","n":"Eiselcross Encounters: Levels 5–10"},{"id":20170,"c":24,"u":"heroic%20chronicle%3b%20social%20status%20relationships_egw","p":190,"s":28,"h":1,"dP":1,"t":26,"uu":"heroic chronicle; social status relationships|egw","n":"Heroic Chronicle; Social Status Relationships"},{"id":20171,"c":24,"u":"lesser%20idols_egw","p":30,"s":28,"h":1,"dP":1,"t":26,"uu":"lesser idols|egw","n":"Lesser Idols"},{"id":20172,"c":24,"u":"mutalos%20habitats_egw","p":128,"s":28,"h":1,"dP":1,"t":26,"uu":"mutalos habitats|egw","n":"Mutalos Habitats"},{"id":20173,"c":24,"u":"prime%20deities_egw","p":20,"s":28,"h":1,"dP":1,"t":26,"uu":"prime deities|egw","n":"Prime Deities"},{"id":20174,"c":24,"u":"prophecy%20inspirations_egw","p":199,"s":28,"h":1,"dP":1,"t":26,"uu":"prophecy inspirations|egw","n":"Prophecy Inspirations"},{"id":20175,"c":24,"u":"uncanny%20phenomena_egw","p":151,"s":28,"h":1,"dP":1,"t":26,"uu":"uncanny phenomena|egw","n":"Uncanny Phenomena"},{"id":20176,"c":24,"u":"above%20and%20below%20sharn%3a%20important%20districts_erlw","p":164,"s":29,"h":1,"t":26,"uu":"above and below sharn: important districts|erlw","n":"Above and Below Sharn: Important Districts"},{"id":20177,"c":24,"u":"above%20and%20below%20sharn%3a%20noteworthy%20locations_erlw","p":175,"s":29,"h":1,"t":26,"uu":"above and below sharn: noteworthy locations|erlw","n":"Above and Below Sharn: Noteworthy Locations"},{"id":20178,"c":24,"u":"adventurers'%20guild%20contacts%3b%20guild%20contacts_erlw","p":66,"s":29,"h":1,"t":26,"uu":"adventurers' guild contacts; guild contacts|erlw","n":"Adventurers' Guild Contacts; Guild Contacts"},{"id":20179,"c":24,"u":"adventures%20and%20encounters%3b%20mournland%20adventure%20hooks_erlw","p":222,"s":29,"h":1,"t":26,"uu":"adventures and encounters; mournland adventure hooks|erlw","n":"Adventures and Encounters; Mournland Adventure Hooks"},{"id":20180,"c":24,"u":"adventures%20in%20sharn%3b%20life%20in%20the%20city_erlw","p":239,"s":29,"h":1,"t":26,"uu":"adventures in sharn; life in the city|erlw","n":"Adventures in Sharn; Life in the City"},{"id":20181,"c":24,"u":"arcane%20workshop%20adventures_erlw","p":190,"s":29,"h":1,"t":26,"uu":"arcane workshop adventures|erlw","n":"Arcane Workshop Adventures"},{"id":20182,"c":24,"u":"aurum%20missions_erlw","p":188,"s":29,"h":1,"t":26,"uu":"aurum missions|erlw","n":"Aurum Missions"},{"id":20183,"c":24,"u":"aurum%20npcs_erlw","p":187,"s":29,"h":1,"t":26,"uu":"aurum npcs|erlw","n":"Aurum NPCs"},{"id":20184,"c":24,"u":"boromar%20clan%20adventure%20hooks_erlw","p":249,"s":29,"h":1,"t":26,"uu":"boromar clan adventure hooks|erlw","n":"Boromar Clan Adventure Hooks"},{"id":20185,"c":24,"u":"boromar%20clan%20campaign%20themes%3b%20boromar%20clan%20assignments_erlw","p":249,"s":29,"h":1,"t":26,"uu":"boromar clan campaign themes; boromar clan assignments|erlw","n":"Boromar Clan Campaign Themes; Boromar Clan Assignments"},{"id":20186,"c":24,"u":"boromar%20villains_erlw","p":247,"s":29,"h":1,"t":26,"uu":"boromar villains|erlw","n":"Boromar Villains"},{"id":20187,"c":24,"u":"calendar%3b%20eberron%20months_erlw","p":7,"s":29,"h":1,"t":26,"uu":"calendar; eberron months|erlw","n":"Calendar; Eberron Months"},{"id":20188,"c":24,"u":"central%20plateau%3a%20important%20districts_erlw","p":161,"s":29,"h":1,"t":26,"uu":"central plateau: important districts|erlw","n":"Central Plateau: Important Districts"},{"id":20189,"c":24,"u":"central%20plateau%3a%20noteworthy%20locations_erlw","p":165,"s":29,"h":1,"t":26,"uu":"central plateau: noteworthy locations|erlw","n":"Central Plateau: Noteworthy Locations"},{"id":20190,"c":24,"u":"chamber%20missions_erlw","p":195,"s":29,"h":1,"t":26,"uu":"chamber missions|erlw","n":"Chamber Missions"},{"id":20191,"c":24,"u":"chamber%20npcs_erlw","p":195,"s":29,"h":1,"t":26,"uu":"chamber npcs|erlw","n":"Chamber NPCs"},{"id":20192,"c":24,"u":"chapter%202%3a%20khorvaire%20gazeteer%20-%20faiths%20of%20khorvaire%3b%20foundation%20of%20faith_erlw","p":140,"s":29,"h":1,"t":26,"uu":"chapter 2: khorvaire gazeteer - faiths of khorvaire; foundation of faith|erlw","n":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Foundation of Faith"},{"id":20193,"c":24,"u":"chapter%202%3a%20khorvaire%20gazeteer%20-%20faiths%20of%20khorvaire%3b%20rejection%20of%20faith_erlw","p":140,"s":29,"h":1,"t":26,"uu":"chapter 2: khorvaire gazeteer - faiths of khorvaire; rejection of faith|erlw","n":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Rejection of Faith"},{"id":20194,"c":24,"u":"city%20government%3b%20sharn%20councilors_erlw","p":156,"s":29,"h":1,"t":26,"uu":"city government; sharn councilors|erlw","n":"City Government; Sharn Councilors"},{"id":20195,"c":24,"u":"clientele_erlw","p":88,"s":29,"h":1,"t":26,"uu":"clientele|erlw","n":"Clientele"},{"id":20196,"c":24,"u":"cog%20hub%20adventures_erlw","p":250,"s":29,"h":1,"t":26,"uu":"cog hub adventures|erlw","n":"Cog Hub Adventures"},{"id":20197,"c":24,"u":"communication%20and%20security%20services_erlw","p":10,"s":29,"h":1,"t":26,"uu":"communication and security services|erlw","n":"Communication and Security Services"},{"id":20198,"c":24,"u":"creating%20common%20magic%20items_erlw","p":281,"s":29,"h":1,"t":26,"uu":"creating common magic items|erlw","n":"Creating Common Magic Items"},{"id":20199,"c":24,"u":"creatures%20of%20the%20mournland%3b%20monstrous%20mutations_erlw","p":219,"s":29,"h":1,"t":26,"uu":"creatures of the mournland; monstrous mutations|erlw","n":"Creatures of the Mournland; Monstrous Mutations"},{"id":20200,"c":24,"u":"crime%20in%20sharn%3b%20criminal%20organizations%20in%20sharn_erlw","p":245,"s":29,"h":1,"t":26,"uu":"crime in sharn; criminal organizations in sharn|erlw","n":"Crime in Sharn; Criminal Organizations in Sharn"},{"id":20201,"c":24,"u":"crime%20in%20sharn%3b%20street%20gangs_erlw","p":245,"s":29,"h":1,"t":26,"uu":"crime in sharn; street gangs|erlw","n":"Crime in Sharn; Street Gangs"},{"id":20202,"c":24,"u":"crime%20syndicate%20contacts%3b%20syndicate%20contact_erlw","p":71,"s":29,"h":1,"t":26,"uu":"crime syndicate contacts; syndicate contact|erlw","n":"Crime Syndicate Contacts; Syndicate Contact"},{"id":20203,"c":24,"u":"cult%20adventures%3b%20cult%20adventure%20hooks_erlw","p":189,"s":29,"h":1,"t":26,"uu":"cult adventures; cult adventure hooks|erlw","n":"Cult Adventures; Cult Adventure Hooks"},{"id":20204,"c":24,"u":"cults%20of%20the%20dragon%20below_erlw","p":188,"s":29,"h":1,"t":26,"uu":"cults of the dragon below|erlw","n":"Cults of the Dragon Below"},{"id":20205,"c":24,"u":"cults%20of%20the%20dragon%20below%20npcs%3b%20cult%20npcs_erlw","p":189,"s":29,"h":1,"t":26,"uu":"cults of the dragon below npcs; cult npcs|erlw","n":"Cults of the Dragon Below NPCs; Cult NPCs"},{"id":20206,"c":24,"u":"customizing%20a%20living%20spell%3b%20living%20spell%20customization_erlw","p":283,"s":29,"h":1,"t":26,"uu":"customizing a living spell; living spell customization|erlw","n":"Customizing a Living Spell; Living Spell Customization"},{"id":20207,"c":24,"u":"daanvi%2c%20the%20perfect%20order%3b%20daanvi%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"t":26,"uu":"daanvi, the perfect order; daanvi manifest zone features|erlw","n":"Daanvi, the Perfect Order; Daanvi Manifest Zone Features"},{"id":20208,"c":24,"u":"daask%20adventure%20hooks_erlw","p":252,"s":29,"h":1,"t":26,"uu":"daask adventure hooks|erlw","n":"Daask Adventure Hooks"},{"id":20209,"c":24,"u":"daask%20assignments_erlw","p":252,"s":29,"h":1,"t":26,"uu":"daask assignments|erlw","n":"Daask Assignments"},{"id":20210,"c":24,"u":"daask%20contacts_erlw","p":179,"s":29,"h":1,"t":26,"uu":"daask contacts|erlw","n":"Daask Contacts"},{"id":20211,"c":24,"u":"daask%20villains_erlw","p":250,"s":29,"h":1,"t":26,"uu":"daask villains|erlw","n":"Daask Villains"},{"id":20212,"c":24,"u":"daelkyr%20modifications_erlw","p":284,"s":29,"h":1,"t":26,"uu":"daelkyr modifications|erlw","n":"Daelkyr Modifications"},{"id":20213,"c":24,"u":"defining%20mission_erlw","p":90,"s":29,"h":1,"t":26,"uu":"defining mission|erlw","n":"Defining Mission"},{"id":20214,"c":24,"u":"deities%20of%20eberron%3b%201_erlw","p":141,"s":29,"h":1,"t":26,"uu":"deities of eberron; 1|erlw","n":"Deities of Eberron; 1"},{"id":20215,"c":24,"u":"deities%20of%20eberron%3b%202_erlw","p":141,"s":29,"h":1,"t":26,"uu":"deities of eberron; 2|erlw","n":"Deities of Eberron; 2"},{"id":20216,"c":24,"u":"deities%20of%20eberron%3b%203_erlw","p":141,"s":29,"h":1,"t":26,"uu":"deities of eberron; 3|erlw","n":"Deities of Eberron; 3"},{"id":20217,"c":24,"u":"demon%20ruin%20adventures_erlw","p":215,"s":29,"h":1,"t":26,"uu":"demon ruin adventures|erlw","n":"Demon Ruin Adventures"},{"id":20218,"c":24,"u":"dhakaani%20fort%20adventures_erlw","p":205,"s":29,"h":1,"t":26,"uu":"dhakaani fort adventures|erlw","n":"Dhakaani Fort Adventures"},{"id":20219,"c":24,"u":"dolurrh%2c%20the%20realm%20of%20the%20dead%3b%20dolurrh%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"t":26,"uu":"dolurrh, the realm of the dead; dolurrh manifest zone features|erlw","n":"Dolurrh, the Realm of the Dead; Dolurrh Manifest Zone Features"},{"id":20220,"c":24,"u":"dragonmark%20appearance%3b%20dragonmark%20quirks_erlw","p":38,"s":29,"h":1,"t":26,"uu":"dragonmark appearance; dragonmark quirks|erlw","n":"Dragonmark Appearance; Dragonmark Quirks"},{"id":20221,"c":24,"u":"dragonmarked%20house%20adventure%20hooks_erlw","p":192,"s":29,"h":1,"t":26,"uu":"dragonmarked house adventure hooks|erlw","n":"Dragonmarked House Adventure Hooks"},{"id":20222,"c":24,"u":"dragonmarked%20house%20contacts%3b%20house%20contacts_erlw","p":73,"s":29,"h":1,"t":26,"uu":"dragonmarked house contacts; house contacts|erlw","n":"Dragonmarked House Contacts; House Contacts"},{"id":20223,"c":24,"u":"dragonmarked%20npcs_erlw","p":190,"s":29,"h":1,"t":26,"uu":"dragonmarked npcs|erlw","n":"Dragonmarked NPCs"},{"id":20224,"c":24,"u":"dragonmarks%20and%20their%20houses_erlw","p":37,"s":29,"h":1,"t":26,"uu":"dragonmarks and their houses|erlw","n":"Dragonmarks and Their Houses"},{"id":20225,"c":24,"u":"dreaming%20dark%20adventure%20hooks_erlw","p":197,"s":29,"h":1,"t":26,"uu":"dreaming dark adventure hooks|erlw","n":"Dreaming Dark Adventure Hooks"},{"id":20226,"c":24,"u":"dreaming%20dark%20npcs_erlw","p":197,"s":29,"h":1,"t":26,"uu":"dreaming dark npcs|erlw","n":"Dreaming Dark NPCs"},{"id":20227,"c":24,"u":"driving%20forces%3b%20villain%20you%20don't%20understand_erlw","p":185,"s":29,"h":1,"t":26,"uu":"driving forces; villain you don't understand|erlw","n":"Driving Forces; Villain You Don't Understand"},{"id":20228,"c":24,"u":"droaam%20adventure%20hooks_erlw","p":201,"s":29,"h":1,"t":26,"uu":"droaam adventure hooks|erlw","n":"Droaam Adventure Hooks"},{"id":20229,"c":24,"u":"dura%20quarter%3a%20important%20districts_erlw","p":162,"s":29,"h":1,"t":26,"uu":"dura quarter: important districts|erlw","n":"Dura Quarter: Important Districts"},{"id":20230,"c":24,"u":"dura%20quarter%3a%20noteworthy%20locations_erlw","p":166,"s":29,"h":1,"t":26,"uu":"dura quarter: noteworthy locations|erlw","n":"Dura Quarter: Noteworthy Locations"},{"id":20231,"c":24,"u":"dwarves%20of%20the%20mror%20holds%3b%20leaving%20the%20mror%20holds_erlw","p":19,"s":29,"h":1,"t":26,"uu":"dwarves of the mror holds; leaving the mror holds|erlw","n":"Dwarves of the Mror Holds; Leaving the Mror Holds"},{"id":20232,"c":24,"u":"eberron%20crafting%20complications_erlw","p":281,"s":29,"h":1,"t":26,"uu":"eberron crafting complications|erlw","n":"Eberron Crafting Complications"},{"id":20233,"c":24,"u":"emerald%20claw%20adventure%20hooks_erlw","p":226,"s":29,"h":1,"t":26,"uu":"emerald claw adventure hooks|erlw","n":"Emerald Claw Adventure Hooks"},{"id":20234,"c":24,"u":"encounters%20and%20trinkets%3b%20mournland%20encounters_erlw","p":222,"s":29,"h":1,"t":26,"uu":"encounters and trinkets; mournland encounters|erlw","n":"Encounters and Trinkets; Mournland Encounters"},{"id":20235,"c":24,"u":"espionage%20agency%20contacts%3b%20agency%20contacts_erlw","p":78,"s":29,"h":1,"t":26,"uu":"espionage agency contacts; agency contacts|erlw","n":"Espionage Agency Contacts; Agency Contacts"},{"id":20236,"c":24,"u":"everyday%20impact_erlw","p":208,"s":29,"h":1,"t":26,"uu":"everyday impact|erlw","n":"Everyday Impact"},{"id":20237,"c":24,"u":"everyone%20has%20regrets%3b%20regrets_erlw","p":8,"s":29,"h":1,"t":26,"uu":"everyone has regrets; regrets|erlw","n":"Everyone Has Regrets; Regrets"},{"id":20238,"c":24,"u":"exotic%20languages%20of%20eberron_erlw","p":6,"s":29,"h":1,"t":26,"uu":"exotic languages of eberron|erlw","n":"Exotic Languages of Eberron"},{"id":20239,"c":24,"u":"famous%20story_erlw","p":94,"s":29,"h":1,"t":26,"uu":"famous story|erlw","n":"Famous Story"},{"id":20240,"c":24,"u":"fernia%2c%20the%20sea%20of%20fire%3b%20fernia%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"t":26,"uu":"fernia, the sea of fire; fernia manifest zone features|erlw","n":"Fernia, the Sea of Fire; Fernia Manifest Zone Features"},{"id":20241,"c":24,"u":"fortified%20outpost%20adventures_erlw","p":211,"s":29,"h":1,"t":26,"uu":"fortified outpost adventures|erlw","n":"Fortified Outpost Adventures"},{"id":20242,"c":24,"u":"gatekeeper%20adventure%20hooks_erlw","p":204,"s":29,"h":1,"t":26,"uu":"gatekeeper adventure hooks|erlw","n":"Gatekeeper Adventure Hooks"},{"id":20243,"c":24,"u":"gatekeeper%20npcs_erlw","p":202,"s":29,"h":1,"t":26,"uu":"gatekeeper npcs|erlw","n":"Gatekeeper NPCs"},{"id":20244,"c":24,"u":"gatekeeper%20seal%20adventures_erlw","p":202,"s":29,"h":1,"t":26,"uu":"gatekeeper seal adventures|erlw","n":"Gatekeeper Seal Adventures"},{"id":20245,"c":24,"u":"general%20house%20missions_erlw","p":72,"s":29,"h":1,"t":26,"uu":"general house missions|erlw","n":"General House Missions"},{"id":20246,"c":24,"u":"gnomes%20of%20zilargo%3b%20zil%20schemes_erlw","p":23,"s":29,"h":1,"t":26,"uu":"gnomes of zilargo; zil schemes|erlw","n":"Gnomes of Zilargo; Zil Schemes"},{"id":20247,"c":24,"u":"goblinoid%20npcs_erlw","p":205,"s":29,"h":1,"t":26,"uu":"goblinoid npcs|erlw","n":"Goblinoid NPCs"},{"id":20248,"c":24,"u":"group%20infamy_erlw","p":70,"s":29,"h":1,"t":26,"uu":"group infamy|erlw","n":"Group Infamy"},{"id":20249,"c":24,"u":"guild%20adventures_erlw","p":67,"s":29,"h":1,"t":26,"uu":"guild adventures|erlw","n":"Guild Adventures"},{"id":20250,"c":24,"u":"head%20of%20state%20contacts%3b%20state%20contacts_erlw","p":81,"s":29,"h":1,"t":26,"uu":"head of state contacts; state contacts|erlw","n":"Head of State Contacts; State Contacts"},{"id":20251,"c":24,"u":"heirs%20of%20dhakaan%20adventure%20hooks_erlw","p":206,"s":29,"h":1,"t":26,"uu":"heirs of dhakaan adventure hooks|erlw","n":"Heirs of Dhakaan Adventure Hooks"},{"id":20252,"c":24,"u":"hierarchy%3b%20order%20reputation_erlw","p":97,"s":29,"h":1,"t":26,"uu":"hierarchy; order reputation|erlw","n":"Hierarchy; Order Reputation"},{"id":20253,"c":24,"u":"house%20missions_erlw","p":72,"s":29,"h":1,"t":26,"uu":"house missions|erlw","n":"House Missions"},{"id":20254,"c":24,"u":"house%20status%3b%20group%20status_erlw","p":73,"s":29,"h":1,"t":26,"uu":"house status; group status|erlw","n":"House Status; Group Status"},{"id":20255,"c":24,"u":"house%20tarkanan%20adventure%20hooks_erlw","p":254,"s":29,"h":1,"t":26,"uu":"house tarkanan adventure hooks|erlw","n":"House Tarkanan Adventure Hooks"},{"id":20256,"c":24,"u":"house%20tarkanan%20assignments_erlw","p":253,"s":29,"h":1,"t":26,"uu":"house tarkanan assignments|erlw","n":"House Tarkanan Assignments"},{"id":20257,"c":24,"u":"house%20tarkanan%20villains_erlw","p":253,"s":29,"h":1,"t":26,"uu":"house tarkanan villains|erlw","n":"House Tarkanan Villains"},{"id":20258,"c":24,"u":"house%20tarkanan%3b%20tarkanan%20contacts_erlw","p":179,"s":29,"h":1,"t":26,"uu":"house tarkanan; tarkanan contacts|erlw","n":"House Tarkanan; Tarkanan Contacts"},{"id":20259,"c":24,"u":"humans%3b%20human%20origins_erlw","p":29,"s":29,"h":1,"t":26,"uu":"humans; human origins|erlw","n":"Humans; Human Origins"},{"id":20260,"c":24,"u":"immortal%20contacts%3b%20immortal%20communication_erlw","p":84,"s":29,"h":1,"t":26,"uu":"immortal contacts; immortal communication|erlw","n":"Immortal Contacts; Immortal Communication"},{"id":20261,"c":24,"u":"inn%20attractions_erlw","p":239,"s":29,"h":1,"t":26,"uu":"inn attractions|erlw","n":"Inn Attractions"},{"id":20262,"c":24,"u":"irian%2c%20the%20eternal%20dawn%3b%20irian%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"t":26,"uu":"irian, the eternal dawn; irian manifest zone features|erlw","n":"Irian, the Eternal Dawn; Irian Manifest Zone Features"},{"id":20263,"c":24,"u":"keeping%20the%20action%20going%3b%20new%20development_erlw","p":186,"s":29,"h":1,"t":26,"uu":"keeping the action going; new development|erlw","n":"Keeping the Action Going; New Development"},{"id":20264,"c":24,"u":"khoravar%20origin_erlw","p":26,"s":29,"h":1,"t":26,"uu":"khoravar origin|erlw","n":"Khoravar Origin"},{"id":20265,"c":24,"u":"kicking%20off%20the%20action%3b%20story%20kickoff_erlw","p":186,"s":29,"h":1,"t":26,"uu":"kicking off the action; story kickoff|erlw","n":"Kicking Off the Action; Story Kickoff"},{"id":20266,"c":24,"u":"kythri%2c%20the%20churning%20chaos%3b%20kythri%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"t":26,"uu":"kythri, the churning chaos; kythri manifest zone features|erlw","n":"Kythri, the Churning Chaos; Kythri Manifest Zone Features"},{"id":20267,"c":24,"u":"lamannia%2c%20the%20twilight%20forest%3b%20lamannia%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"t":26,"uu":"lamannia, the twilight forest; lamannia manifest zone features|erlw","n":"Lamannia, the Twilight Forest; Lamannia Manifest Zone Features"},{"id":20268,"c":24,"u":"library%20vault%20adventures_erlw","p":226,"s":29,"h":1,"t":26,"uu":"library vault adventures|erlw","n":"Library Vault Adventures"},{"id":20269,"c":24,"u":"lord%20of%20blades%20adventure%20hooks_erlw","p":214,"s":29,"h":1,"t":26,"uu":"lord of blades adventure hooks|erlw","n":"Lord of Blades Adventure Hooks"},{"id":20270,"c":24,"u":"lord%20of%20blades%20npcs_erlw","p":214,"s":29,"h":1,"t":26,"uu":"lord of blades npcs|erlw","n":"Lord of Blades NPCs"},{"id":20271,"c":24,"u":"lords%20of%20dust%20adventure%20hooks_erlw","p":217,"s":29,"h":1,"t":26,"uu":"lords of dust adventure hooks|erlw","n":"Lords of Dust Adventure Hooks"},{"id":20272,"c":24,"u":"lords%20of%20dust%20npcs_erlw","p":215,"s":29,"h":1,"t":26,"uu":"lords of dust npcs|erlw","n":"Lords of Dust NPCs"},{"id":20273,"c":24,"u":"mabar%2c%20the%20endless%20night%3b%20mabar%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"t":26,"uu":"mabar, the endless night; mabar manifest zone features|erlw","n":"Mabar, the Endless Night; Mabar Manifest Zone Features"},{"id":20274,"c":24,"u":"magical%20effects%3b%20environmental%20effects_erlw","p":220,"s":29,"h":1,"t":26,"uu":"magical effects; environmental effects|erlw","n":"Magical Effects; Environmental Effects"},{"id":20275,"c":24,"u":"medicine%3b%20healing%20services_erlw","p":10,"s":29,"h":1,"t":26,"uu":"medicine; healing services|erlw","n":"Medicine; Healing Services"},{"id":20276,"c":24,"u":"memorable%20mission_erlw","p":78,"s":29,"h":1,"t":26,"uu":"memorable mission|erlw","n":"Memorable Mission"},{"id":20277,"c":24,"u":"menthis%20plateau%3a%20important%20districts_erlw","p":162,"s":29,"h":1,"t":26,"uu":"menthis plateau: important districts|erlw","n":"Menthis Plateau: Important Districts"},{"id":20278,"c":24,"u":"menthis%20plateau%3a%20noteworthy%20locations_erlw","p":169,"s":29,"h":1,"t":26,"uu":"menthis plateau: noteworthy locations|erlw","n":"Menthis Plateau: Noteworthy Locations"},{"id":20279,"c":24,"u":"middle%20dura%3b%20bazaar%20merchants_erlw","p":167,"s":29,"h":1,"t":26,"uu":"middle dura; bazaar merchants|erlw","n":"Middle Dura; Bazaar Merchants"},{"id":20280,"c":24,"u":"military%20contacts%3b%20commanding%20officer_erlw","p":91,"s":29,"h":1,"t":26,"uu":"military contacts; commanding officer|erlw","n":"Military Contacts; Commanding Officer"},{"id":20281,"c":24,"u":"military%20missions_erlw","p":90,"s":29,"h":1,"t":26,"uu":"military missions|erlw","n":"Military Missions"},{"id":20282,"c":24,"u":"mournland%20villains_erlw","p":222,"s":29,"h":1,"t":26,"uu":"mournland villains|erlw","n":"Mournland Villains"},{"id":20283,"c":24,"u":"mysterious%20passengers_erlw","p":238,"s":29,"h":1,"t":26,"uu":"mysterious passengers|erlw","n":"Mysterious Passengers"},{"id":20284,"c":24,"u":"national%20affairs%3b%20cyran%20affairs_erlw","p":81,"s":29,"h":1,"t":26,"uu":"national affairs; cyran affairs|erlw","n":"National Affairs; Cyran Affairs"},{"id":20285,"c":24,"u":"nemesis_erlw","p":91,"s":29,"h":1,"t":26,"uu":"nemesis|erlw","n":"Nemesis"},{"id":20286,"c":24,"u":"newspaper%20contact_erlw","p":95,"s":29,"h":1,"t":26,"uu":"newspaper contact|erlw","n":"Newspaper Contact"},{"id":20287,"c":24,"u":"northedge%20quarter%3a%20important%20districts_erlw","p":163,"s":29,"h":1,"t":26,"uu":"northedge quarter: important districts|erlw","n":"Northedge Quarter: Important Districts"},{"id":20288,"c":24,"u":"northedge%20quarter%3a%20noteworthy%20locations_erlw","p":171,"s":29,"h":1,"t":26,"uu":"northedge quarter: noteworthy locations|erlw","n":"Northedge Quarter: Noteworthy Locations"},{"id":20289,"c":24,"u":"official%20status%3b%20state%20status_erlw","p":81,"s":29,"h":1,"t":26,"uu":"official status; state status|erlw","n":"Official Status; State Status"},{"id":20290,"c":24,"u":"orcs%20of%20the%20shadow%20marches%3b%20leaving%20the%20shadow%20marches_erlw","p":31,"s":29,"h":1,"t":26,"uu":"orcs of the shadow marches; leaving the shadow marches|erlw","n":"Orcs of the Shadow Marches; Leaving the Shadow Marches"},{"id":20291,"c":24,"u":"order%20of%20the%20emerald%20claw%20npcs%3b%20emerald%20claw%20npcs_erlw","p":226,"s":29,"h":1,"t":26,"uu":"order of the emerald claw npcs; emerald claw npcs|erlw","n":"Order of the Emerald Claw NPCs; Emerald Claw NPCs"},{"id":20292,"c":24,"u":"other%20heads%20of%20state%3b%20heads%20of%20state_erlw","p":82,"s":29,"h":1,"t":26,"uu":"other heads of state; heads of state|erlw","n":"Other Heads of State; Heads of State"},{"id":20293,"c":24,"u":"patron%20benefits%3b%20contacts_erlw","p":86,"s":29,"h":1,"t":26,"uu":"patron benefits; contacts|erlw","n":"Patron Benefits; Contacts"},{"id":20294,"c":24,"u":"patrons%20in%20eberron%3b%20patrons_erlw","p":65,"s":29,"h":1,"t":26,"uu":"patrons in eberron; patrons|erlw","n":"Patrons in Eberron; Patrons"},{"id":20295,"c":24,"u":"personal%20impact_erlw","p":206,"s":29,"h":1,"t":26,"uu":"personal impact|erlw","n":"Personal Impact"},{"id":20296,"c":24,"u":"planar%20observatory%20adventures_erlw","p":193,"s":29,"h":1,"t":26,"uu":"planar observatory adventures|erlw","n":"Planar Observatory Adventures"},{"id":20297,"c":24,"u":"religious%20order%20contacts%3b%20order%20contact_erlw","p":97,"s":29,"h":1,"t":26,"uu":"religious order contacts; order contact|erlw","n":"Religious Order Contacts; Order Contact"},{"id":20298,"c":24,"u":"reporting%20repercussions%3b%20story%20aftermath_erlw","p":95,"s":29,"h":1,"t":26,"uu":"reporting repercussions; story aftermath|erlw","n":"Reporting Repercussions; Story Aftermath"},{"id":20299,"c":24,"u":"risia%2c%20the%20plain%20of%20ice%3b%20risia%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"t":26,"uu":"risia, the plain of ice; risia manifest zone features|erlw","n":"Risia, the Plain of Ice; Risia Manifest Zone Features"},{"id":20300,"c":24,"u":"rival%20outfit%3b%20group%20rivals_erlw","p":70,"s":29,"h":1,"t":26,"uu":"rival outfit; group rivals|erlw","n":"Rival Outfit; Group Rivals"},{"id":20301,"c":24,"u":"ruined%20dhakaani%20fort%20adventures%3b%20ruined%20fort%20adventures_erlw","p":199,"s":29,"h":1,"t":26,"uu":"ruined dhakaani fort adventures; ruined fort adventures|erlw","n":"Ruined Dhakaani Fort Adventures; Ruined Fort Adventures"},{"id":20302,"c":24,"u":"scholarly%20missions_erlw","p":100,"s":29,"h":1,"t":26,"uu":"scholarly missions|erlw","n":"Scholarly Missions"},{"id":20303,"c":24,"u":"scholarly%20standing_erlw","p":100,"s":29,"h":1,"t":26,"uu":"scholarly standing|erlw","n":"Scholarly Standing"},{"id":20304,"c":24,"u":"secrets_erlw","p":78,"s":29,"h":1,"t":26,"uu":"secrets|erlw","n":"Secrets"},{"id":20305,"c":24,"u":"serving%20an%20immortal%3b%20immortal%20missions_erlw","p":84,"s":29,"h":1,"t":26,"uu":"serving an immortal; immortal missions|erlw","n":"Serving an Immortal; Immortal Missions"},{"id":20306,"c":24,"u":"serving%20the%20order%3b%20religious%20service_erlw","p":97,"s":29,"h":1,"t":26,"uu":"serving the order; religious service|erlw","n":"Serving the Order; Religious Service"},{"id":20307,"c":24,"u":"setting%20the%20stage%3b%20story%20opening_erlw","p":186,"s":29,"h":1,"t":26,"uu":"setting the stage; story opening|erlw","n":"Setting the Stage; Story Opening"},{"id":20308,"c":24,"u":"shades%20of%20evil%3b%20morally%20ambiguous%20villains_erlw","p":184,"s":29,"h":1,"t":26,"uu":"shades of evil; morally ambiguous villains|erlw","n":"Shades of Evil; Morally Ambiguous Villains"},{"id":20309,"c":24,"u":"shady%20nightclub%20adventures_erlw","p":247,"s":29,"h":1,"t":26,"uu":"shady nightclub adventures|erlw","n":"Shady Nightclub Adventures"},{"id":20310,"c":24,"u":"sharn%20heights%20adventures_erlw","p":244,"s":29,"h":1,"t":26,"uu":"sharn heights adventures|erlw","n":"Sharn Heights Adventures"},{"id":20311,"c":24,"u":"sharn%20watch%20adventure%20hooks_erlw","p":259,"s":29,"h":1,"t":26,"uu":"sharn watch adventure hooks|erlw","n":"Sharn Watch Adventure Hooks"},{"id":20312,"c":24,"u":"sharn%20watch%20assignments_erlw","p":258,"s":29,"h":1,"t":26,"uu":"sharn watch assignments|erlw","n":"Sharn Watch Assignments"},{"id":20313,"c":24,"u":"sharn%20watch%20personalities_erlw","p":257,"s":29,"h":1,"t":26,"uu":"sharn watch personalities|erlw","n":"Sharn Watch Personalities"},{"id":20314,"c":24,"u":"sharn%20watch%20races_erlw","p":257,"s":29,"h":1,"t":26,"uu":"sharn watch races|erlw","n":"Sharn Watch Races"},{"id":20315,"c":24,"u":"sharn%20watch%20villains_erlw","p":258,"s":29,"h":1,"t":26,"uu":"sharn watch villains|erlw","n":"Sharn Watch Villains"},{"id":20316,"c":24,"u":"shavarath%2c%20the%20battleground%3b%20shavarath%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"t":26,"uu":"shavarath, the battleground; shavarath manifest zone features|erlw","n":"Shavarath, the Battleground; Shavarath Manifest Zone Features"},{"id":20317,"c":24,"u":"signature%20case_erlw","p":87,"s":29,"h":1,"t":26,"uu":"signature case|erlw","n":"Signature Case"},{"id":20318,"c":24,"u":"spellcasting%20services%3b%20magewright%20casting%20fees_erlw","p":153,"s":29,"h":1,"t":26,"uu":"spellcasting services; magewright casting fees|erlw","n":"Spellcasting Services; Magewright Casting Fees"},{"id":20319,"c":24,"u":"standard%20languages%20of%20eberron_erlw","p":6,"s":29,"h":1,"t":26,"uu":"standard languages of eberron|erlw","n":"Standard Languages of Eberron"},{"id":20320,"c":24,"u":"syrania%2c%20the%20azure%20sky%3b%20syrania%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"t":26,"uu":"syrania, the azure sky; syrania manifest zone features|erlw","n":"Syrania, the Azure Sky; Syrania Manifest Zone Features"},{"id":20321,"c":24,"u":"talenta%20halflings%3b%20halfling%20quirks_erlw","p":27,"s":29,"h":1,"t":26,"uu":"talenta halflings; halfling quirks|erlw","n":"Talenta Halflings; Halfling Quirks"},{"id":20322,"c":24,"u":"tavick's%20landing%3a%20important%20districts_erlw","p":164,"s":29,"h":1,"t":26,"uu":"tavick's landing: important districts|erlw","n":"Tavick's Landing: Important Districts"},{"id":20323,"c":24,"u":"tavick's%20landing%3a%20noteworthy%20locations_erlw","p":172,"s":29,"h":1,"t":26,"uu":"tavick's landing: noteworthy locations|erlw","n":"Tavick's Landing: Noteworthy Locations"},{"id":20324,"c":24,"u":"the%20boromar%20clan%3b%20boromar%20contacts_erlw","p":179,"s":29,"h":1,"t":26,"uu":"the boromar clan; boromar contacts|erlw","n":"The Boromar Clan; Boromar Contacts"},{"id":20325,"c":24,"u":"the%20plot%20thickens_erlw","p":186,"s":29,"h":1,"t":26,"uu":"the plot thickens|erlw","n":"The Plot Thickens"},{"id":20326,"c":24,"u":"the%20role%20of%20dreams%3b%20dream%20adventures_erlw","p":196,"s":29,"h":1,"t":26,"uu":"the role of dreams; dream adventures|erlw","n":"The Role of Dreams; Dream Adventures"},{"id":20327,"c":24,"u":"the%20tyrants%3b%20tyrants%20contacts_erlw","p":180,"s":29,"h":1,"t":26,"uu":"the tyrants; tyrants contacts|erlw","n":"The Tyrants; Tyrants Contacts"},{"id":20328,"c":24,"u":"the%20villain%20you%20know%3b%20villain%20you%20know_erlw","p":184,"s":29,"h":1,"t":26,"uu":"the villain you know; villain you know|erlw","n":"The Villain You Know; Villain You Know"},{"id":20329,"c":24,"u":"thelanis%2c%20the%20faerie%20court%3b%20thelanis%20manifest%20zone%20features_erlw","p":232,"s":29,"h":1,"t":26,"uu":"thelanis, the faerie court; thelanis manifest zone features|erlw","n":"Thelanis, the Faerie Court; Thelanis Manifest Zone Features"},{"id":20330,"c":24,"u":"transportation%3b%20travel%20services_erlw","p":11,"s":29,"h":1,"t":26,"uu":"transportation; travel services|erlw","n":"Transportation; Travel Services"},{"id":20331,"c":24,"u":"types%20of%20crime%3b%20syndicate%20crimes_erlw","p":70,"s":29,"h":1,"t":26,"uu":"types of crime; syndicate crimes|erlw","n":"Types of Crime; Syndicate Crimes"},{"id":20332,"c":24,"u":"types%20of%20espionage%3b%20espionage%20missions_erlw","p":78,"s":29,"h":1,"t":26,"uu":"types of espionage; espionage missions|erlw","n":"Types of Espionage; Espionage Missions"},{"id":20333,"c":24,"u":"types%20of%20inquisitive%20work%3b%20investigative%20expertise_erlw","p":87,"s":29,"h":1,"t":26,"uu":"types of inquisitive work; investigative expertise|erlw","n":"Types of Inquisitive Work; Investigative Expertise"},{"id":20334,"c":24,"u":"types%20of%20reporting%3b%20journalistic%20focus_erlw","p":94,"s":29,"h":1,"t":26,"uu":"types of reporting; journalistic focus|erlw","n":"Types of Reporting; Journalistic Focus"},{"id":20335,"c":24,"u":"tyrants%20adventure%20hooks_erlw","p":255,"s":29,"h":1,"t":26,"uu":"tyrants adventure hooks|erlw","n":"Tyrants Adventure Hooks"},{"id":20336,"c":24,"u":"tyrants%20campaign%20themes%3b%20tyrants%20assignments_erlw","p":255,"s":29,"h":1,"t":26,"uu":"tyrants campaign themes; tyrants assignments|erlw","n":"Tyrants Campaign Themes; Tyrants Assignments"},{"id":20337,"c":24,"u":"tyrants%20villains_erlw","p":255,"s":29,"h":1,"t":26,"uu":"tyrants villains|erlw","n":"Tyrants Villains"},{"id":20338,"c":24,"u":"university%20contact_erlw","p":101,"s":29,"h":1,"t":26,"uu":"university contact|erlw","n":"University Contact"},{"id":20339,"c":24,"u":"unusual%20locations_erlw","p":219,"s":29,"h":1,"t":26,"uu":"unusual locations|erlw","n":"Unusual Locations"},{"id":20340,"c":24,"u":"war-torn%20survivor%3b%20war-torn%20villains_erlw","p":209,"s":29,"h":1,"t":26,"uu":"war-torn survivor; war-torn villains|erlw","n":"War-Torn Survivor; War-Torn Villains"},{"id":20341,"c":24,"u":"warforged%20ossuary%20adventures_erlw","p":212,"s":29,"h":1,"t":26,"uu":"warforged ossuary adventures|erlw","n":"Warforged Ossuary Adventures"},{"id":20342,"c":24,"u":"watch%20station%20adventures_erlw","p":258,"s":29,"h":1,"t":26,"uu":"watch station adventures|erlw","n":"Watch Station Adventures"},{"id":20343,"c":24,"u":"watch%20your%20step!%3b%20falling%20in%20sharn_erlw","p":152,"s":29,"h":1,"t":26,"uu":"watch your step!; falling in sharn|erlw","n":"Watch Your Step!; Falling in Sharn"},{"id":20344,"c":24,"u":"what%20happens%20next%3f%3b%20home%20base_erlw","p":240,"s":29,"h":1,"t":26,"uu":"what happens next?; home base|erlw","n":"What Happens Next?; Home Base"},{"id":20345,"c":24,"u":"what%20happens%20next%3f%3b%20lower%20sharn%20street%20events_erlw","p":240,"s":29,"h":1,"t":26,"uu":"what happens next?; lower sharn street events|erlw","n":"What Happens Next?; Lower Sharn Street Events"},{"id":20346,"c":24,"u":"what%20happens%20next%3f%3b%20skyway%20street%20events_erlw","p":240,"s":29,"h":1,"t":26,"uu":"what happens next?; skyway street events|erlw","n":"What Happens Next?; Skyway Street Events"},{"id":20347,"c":24,"u":"what%20happens%20next%3f%3b%20upper%20sharn%20street%20events_erlw","p":240,"s":29,"h":1,"t":26,"uu":"what happens next?; upper sharn street events|erlw","n":"What Happens Next?; Upper Sharn Street Events"},{"id":20348,"c":24,"u":"what's%20on%20the%20bill%3f%3b%20shows%20in%20menthis_erlw","p":170,"s":29,"h":1,"t":26,"uu":"what's on the bill?; shows in menthis|erlw","n":"What's on the Bill?; Shows in Menthis"},{"id":20349,"c":24,"u":"why%20do%20you%20need%20200%20gold%20pieces%3f%3b%20debts_erlw","p":9,"s":29,"h":1,"t":26,"uu":"why do you need 200 gold pieces?; debts|erlw","n":"Why Do You Need 200 Gold Pieces?; Debts"},{"id":20350,"c":24,"u":"xoriat%2c%20the%20realm%20of%20madness%3b%20xoriat%20manifest%20zone%20features_erlw","p":232,"s":29,"h":1,"t":26,"uu":"xoriat, the realm of madness; xoriat manifest zone features|erlw","n":"Xoriat, the Realm of Madness; Xoriat Manifest Zone Features"},{"id":20351,"c":24,"u":"arrester%20station%20adventures_ggr","p":129,"s":31,"h":1,"t":26,"uu":"arrester station adventures|ggr","n":"Arrester Station Adventures"},{"id":20352,"c":24,"u":"azorius%20character%20goals%3b%20azorius%20assignments_ggr","p":131,"s":31,"h":1,"t":26,"uu":"azorius character goals; azorius assignments|ggr","n":"Azorius Character Goals; Azorius Assignments"},{"id":20353,"c":24,"u":"azorius%20creatures_ggr","p":183,"s":31,"h":1,"t":26,"uu":"azorius creatures|ggr","n":"Azorius Creatures"},{"id":20354,"c":24,"u":"azorius%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"azorius items|ggr","n":"Azorius Items"},{"id":20355,"c":24,"u":"azorius%20npcs_ggr","p":226,"s":31,"h":1,"t":26,"uu":"azorius npcs|ggr","n":"Azorius NPCs"},{"id":20356,"c":24,"u":"azorius%20villains_ggr","p":129,"s":31,"h":1,"t":26,"uu":"azorius villains|ggr","n":"Azorius Villains"},{"id":20357,"c":24,"u":"barbarian_ggr","p":23,"s":31,"h":1,"t":26,"uu":"barbarian|ggr","n":"Barbarian"},{"id":20358,"c":24,"u":"bard_ggr","p":23,"s":31,"h":1,"t":26,"uu":"bard|ggr","n":"Bard"},{"id":20359,"c":24,"u":"boros%20character%20goals%3b%20boros%20assignments_ggr","p":133,"s":31,"h":1,"t":26,"uu":"boros character goals; boros assignments|ggr","n":"Boros Character Goals; Boros Assignments"},{"id":20360,"c":24,"u":"boros%20creatures_ggr","p":183,"s":31,"h":1,"t":26,"uu":"boros creatures|ggr","n":"Boros Creatures"},{"id":20361,"c":24,"u":"boros%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"boros items|ggr","n":"Boros Items"},{"id":20362,"c":24,"u":"boros%20npcs_ggr","p":229,"s":31,"h":1,"t":26,"uu":"boros npcs|ggr","n":"Boros NPCs"},{"id":20363,"c":24,"u":"boros%20villains_ggr","p":132,"s":31,"h":1,"t":26,"uu":"boros villains|ggr","n":"Boros Villains"},{"id":20364,"c":24,"u":"building%20a%20party%3b%20common%20cause_ggr","p":11,"s":31,"h":1,"t":26,"uu":"building a party; common cause|ggr","n":"Building a Party; Common Cause"},{"id":20365,"c":24,"u":"building%20a%20party%3b%20party%20makeup_ggr","p":11,"s":31,"h":1,"t":26,"uu":"building a party; party makeup|ggr","n":"Building a Party; Party Makeup"},{"id":20366,"c":24,"u":"cleric_ggr","p":23,"s":31,"h":1,"t":26,"uu":"cleric|ggr","n":"Cleric"},{"id":20367,"c":24,"u":"comforts%20of%20civilization%3b%20cosmopolitan%20conveniences_ggr","p":9,"s":31,"h":1,"t":26,"uu":"comforts of civilization; cosmopolitan conveniences|ggr","n":"Comforts of Civilization; Cosmopolitan Conveniences"},{"id":20368,"c":24,"u":"complications%3b%20secondary%20guild%20role_ggr","p":127,"s":31,"h":1,"t":26,"uu":"complications; secondary guild role|ggr","n":"Complications; Secondary Guild Role"},{"id":20369,"c":24,"u":"currency%3a%20zibs%20and%20zinos%3b%20ravnica%20currency_ggr","p":9,"s":31,"h":1,"t":26,"uu":"currency: zibs and zinos; ravnica currency|ggr","n":"Currency: Zibs and Zinos; Ravnica Currency"},{"id":20370,"c":24,"u":"dimir%20character%20goals%3b%20dimir%20assignments_ggr","p":137,"s":31,"h":1,"t":26,"uu":"dimir character goals; dimir assignments|ggr","n":"Dimir Character Goals; Dimir Assignments"},{"id":20371,"c":24,"u":"dimir%20creatures_ggr","p":184,"s":31,"h":1,"t":26,"uu":"dimir creatures|ggr","n":"Dimir Creatures"},{"id":20372,"c":24,"u":"dimir%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"dimir items|ggr","n":"Dimir Items"},{"id":20373,"c":24,"u":"dimir%20npcs_ggr","p":232,"s":31,"h":1,"t":26,"uu":"dimir npcs|ggr","n":"Dimir NPCs"},{"id":20374,"c":24,"u":"dimir%20villains_ggr","p":135,"s":31,"h":1,"t":26,"uu":"dimir villains|ggr","n":"Dimir Villains"},{"id":20375,"c":24,"u":"disaster%20guilds_ggr","p":125,"s":31,"h":1,"t":26,"uu":"disaster guilds|ggr","n":"Disaster Guilds"},{"id":20376,"c":24,"u":"druid_ggr","p":23,"s":31,"h":1,"t":26,"uu":"druid|ggr","n":"Druid"},{"id":20377,"c":24,"u":"dungeon%20delve%20guilds_ggr","p":124,"s":31,"h":1,"t":26,"uu":"dungeon delve guilds|ggr","n":"Dungeon Delve Guilds"},{"id":20378,"c":24,"u":"experimental%20workshop%20adventures_ggr","p":144,"s":31,"h":1,"t":26,"uu":"experimental workshop adventures|ggr","n":"Experimental Workshop Adventures"},{"id":20379,"c":24,"u":"experimental%20workshop%20map%3b%20bizarre%20magical%20effects_ggr","p":144,"s":31,"h":1,"t":26,"uu":"experimental workshop map; bizarre magical effects|ggr","n":"Experimental Workshop Map; Bizarre Magical Effects"},{"id":20380,"c":24,"u":"fighter_ggr","p":24,"s":31,"h":1,"t":26,"uu":"fighter|ggr","n":"Fighter"},{"id":20381,"c":24,"u":"golgari%20character%20goals%3b%20golgari%20assignments_ggr","p":140,"s":31,"h":1,"t":26,"uu":"golgari character goals; golgari assignments|ggr","n":"Golgari Character Goals; Golgari Assignments"},{"id":20382,"c":24,"u":"golgari%20creatures_ggr","p":184,"s":31,"h":1,"t":26,"uu":"golgari creatures|ggr","n":"Golgari Creatures"},{"id":20383,"c":24,"u":"golgari%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"golgari items|ggr","n":"Golgari Items"},{"id":20384,"c":24,"u":"golgari%20npcs_ggr","p":234,"s":31,"h":1,"t":26,"uu":"golgari npcs|ggr","n":"Golgari NPCs"},{"id":20385,"c":24,"u":"golgari%20villains_ggr","p":138,"s":31,"h":1,"t":26,"uu":"golgari villains|ggr","n":"Golgari Villains"},{"id":20386,"c":24,"u":"grand%20basilica%20adventures_ggr","p":147,"s":31,"h":1,"t":26,"uu":"grand basilica adventures|ggr","n":"Grand Basilica Adventures"},{"id":20387,"c":24,"u":"growth%20chamber%20adventures_ggr","p":156,"s":31,"h":1,"t":26,"uu":"growth chamber adventures|ggr","n":"Growth Chamber Adventures"},{"id":20388,"c":24,"u":"gruul%20character%20goals%3b%20gruul%20assignments_ggr","p":143,"s":31,"h":1,"t":26,"uu":"gruul character goals; gruul assignments|ggr","n":"Gruul Character Goals; Gruul Assignments"},{"id":20389,"c":24,"u":"gruul%20creatures_ggr","p":185,"s":31,"h":1,"t":26,"uu":"gruul creatures|ggr","n":"Gruul Creatures"},{"id":20390,"c":24,"u":"gruul%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"gruul items|ggr","n":"Gruul Items"},{"id":20391,"c":24,"u":"gruul%20npcs_ggr","p":237,"s":31,"h":1,"t":26,"uu":"gruul npcs|ggr","n":"Gruul NPCs"},{"id":20392,"c":24,"u":"gruul%20villains_ggr","p":141,"s":31,"h":1,"t":26,"uu":"gruul villains|ggr","n":"Gruul Villains"},{"id":20393,"c":24,"u":"guild%20character%20objectives_ggr","p":124,"s":31,"h":1,"t":26,"uu":"guild character objectives|ggr","n":"Guild Character Objectives"},{"id":20394,"c":24,"u":"guild%20intrigue_ggr","p":127,"s":31,"h":1,"t":26,"uu":"guild intrigue|ggr","n":"Guild Intrigue"},{"id":20395,"c":24,"u":"guild%20locations%3b%20guild%20location%20goals_ggr","p":123,"s":31,"h":1,"t":26,"uu":"guild locations; guild location goals|ggr","n":"Guild Locations; Guild Location Goals"},{"id":20396,"c":24,"u":"guild%20villains_ggr","p":123,"s":31,"h":1,"t":26,"uu":"guild villains|ggr","n":"Guild Villains"},{"id":20397,"c":24,"u":"guilds%20and%20magic%20items%3b%20general%20items_ggr","p":174,"s":31,"h":1,"t":26,"uu":"guilds and magic items; general items|ggr","n":"Guilds and Magic Items; General Items"},{"id":20398,"c":24,"u":"involving%20the%20characters%3b%20cross%20purposes_ggr","p":126,"s":31,"h":1,"t":26,"uu":"involving the characters; cross purposes|ggr","n":"Involving the Characters; Cross Purposes"},{"id":20399,"c":24,"u":"izzet%20character%20goals%3b%20izzet%20assignments_ggr","p":146,"s":31,"h":1,"t":26,"uu":"izzet character goals; izzet assignments|ggr","n":"Izzet Character Goals; Izzet Assignments"},{"id":20400,"c":24,"u":"izzet%20creatures_ggr","p":185,"s":31,"h":1,"t":26,"uu":"izzet creatures|ggr","n":"Izzet Creatures"},{"id":20401,"c":24,"u":"izzet%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"izzet items|ggr","n":"Izzet Items"},{"id":20402,"c":24,"u":"izzet%20npcs_ggr","p":240,"s":31,"h":1,"t":26,"uu":"izzet npcs|ggr","n":"Izzet NPCs"},{"id":20403,"c":24,"u":"izzet%20villains_ggr","p":144,"s":31,"h":1,"t":26,"uu":"izzet villains|ggr","n":"Izzet Villains"},{"id":20404,"c":24,"u":"joining%20the%20gruul%20clans%3b%20gruul%20clan%20options_ggr","p":59,"s":31,"h":1,"t":26,"uu":"joining the gruul clans; gruul clan options|ggr","n":"Joining the Gruul Clans; Gruul Clan Options"},{"id":20405,"c":24,"u":"legion%20garrison%20adventures_ggr","p":132,"s":31,"h":1,"t":26,"uu":"legion garrison adventures|ggr","n":"Legion Garrison Adventures"},{"id":20406,"c":24,"u":"linked%20locations%3b%20location%20connections_ggr","p":123,"s":31,"h":1,"t":26,"uu":"linked locations; location connections|ggr","n":"Linked Locations; Location Connections"},{"id":20407,"c":24,"u":"membership%20and%20independence_ggr","p":31,"s":31,"h":1,"t":26,"uu":"membership and independence|ggr","n":"Membership and Independence"},{"id":20408,"c":24,"u":"monk_ggr","p":24,"s":31,"h":1,"t":26,"uu":"monk|ggr","n":"Monk"},{"id":20409,"c":24,"u":"mystery%20guilds_ggr","p":125,"s":31,"h":1,"t":26,"uu":"mystery guilds|ggr","n":"Mystery Guilds"},{"id":20410,"c":24,"u":"notorious%20nightclub%20adventures_ggr","p":150,"s":31,"h":1,"t":26,"uu":"notorious nightclub adventures|ggr","n":"Notorious Nightclub Adventures"},{"id":20411,"c":24,"u":"orzhov%20character%20goals%3b%20orzhov%20assignments_ggr","p":149,"s":31,"h":1,"t":26,"uu":"orzhov character goals; orzhov assignments|ggr","n":"Orzhov Character Goals; Orzhov Assignments"},{"id":20412,"c":24,"u":"orzhov%20creatures_ggr","p":186,"s":31,"h":1,"t":26,"uu":"orzhov creatures|ggr","n":"Orzhov Creatures"},{"id":20413,"c":24,"u":"orzhov%20items_ggr","p":176,"s":31,"h":1,"t":26,"uu":"orzhov items|ggr","n":"Orzhov Items"},{"id":20414,"c":24,"u":"orzhov%20npcs_ggr","p":244,"s":31,"h":1,"t":26,"uu":"orzhov npcs|ggr","n":"Orzhov NPCs"},{"id":20415,"c":24,"u":"orzhov%20villains_ggr","p":147,"s":31,"h":1,"t":26,"uu":"orzhov villains|ggr","n":"Orzhov Villains"},{"id":20416,"c":24,"u":"other%20adventure%20hooks%3b%20azorius%20adventure%20hooks_ggr","p":131,"s":31,"h":1,"t":26,"uu":"other adventure hooks; azorius adventure hooks|ggr","n":"Other Adventure Hooks; Azorius Adventure Hooks"},{"id":20417,"c":24,"u":"other%20adventure%20hooks%3b%20boros%20adventure%20hooks_ggr","p":133,"s":31,"h":1,"t":26,"uu":"other adventure hooks; boros adventure hooks|ggr","n":"Other Adventure Hooks; Boros Adventure Hooks"},{"id":20418,"c":24,"u":"other%20adventure%20hooks%3b%20dimir%20adventure%20hooks_ggr","p":137,"s":31,"h":1,"t":26,"uu":"other adventure hooks; dimir adventure hooks|ggr","n":"Other Adventure Hooks; Dimir Adventure Hooks"},{"id":20419,"c":24,"u":"other%20adventure%20hooks%3b%20golgari%20adventure%20hooks_ggr","p":140,"s":31,"h":1,"t":26,"uu":"other adventure hooks; golgari adventure hooks|ggr","n":"Other Adventure Hooks; Golgari Adventure Hooks"},{"id":20420,"c":24,"u":"other%20adventure%20hooks%3b%20gruul%20adventure%20hooks_ggr","p":143,"s":31,"h":1,"t":26,"uu":"other adventure hooks; gruul adventure hooks|ggr","n":"Other Adventure Hooks; Gruul Adventure Hooks"},{"id":20421,"c":24,"u":"other%20adventure%20hooks%3b%20izzet%20adventure%20hooks_ggr","p":146,"s":31,"h":1,"t":26,"uu":"other adventure hooks; izzet adventure hooks|ggr","n":"Other Adventure Hooks; Izzet Adventure Hooks"},{"id":20422,"c":24,"u":"other%20adventure%20hooks%3b%20orzhov%20adventure%20hooks_ggr","p":149,"s":31,"h":1,"t":26,"uu":"other adventure hooks; orzhov adventure hooks|ggr","n":"Other Adventure Hooks; Orzhov Adventure Hooks"},{"id":20423,"c":24,"u":"other%20adventure%20hooks%3b%20rakdos%20adventure%20hooks_ggr","p":153,"s":31,"h":1,"t":26,"uu":"other adventure hooks; rakdos adventure hooks|ggr","n":"Other Adventure Hooks; Rakdos Adventure Hooks"},{"id":20424,"c":24,"u":"other%20adventure%20hooks%3b%20selesnya%20adventure%20hooks_ggr","p":156,"s":31,"h":1,"t":26,"uu":"other adventure hooks; selesnya adventure hooks|ggr","n":"Other Adventure Hooks; Selesnya Adventure Hooks"},{"id":20425,"c":24,"u":"other%20adventure%20hooks%3b%20simic%20adventure%20hooks_ggr","p":159,"s":31,"h":1,"t":26,"uu":"other adventure hooks; simic adventure hooks|ggr","n":"Other Adventure Hooks; Simic Adventure Hooks"},{"id":20426,"c":24,"u":"pack%20beasts_ggr","p":188,"s":31,"h":1,"t":26,"uu":"pack beasts|ggr","n":"Pack Beasts"},{"id":20427,"c":24,"u":"paladin_ggr","p":24,"s":31,"h":1,"t":26,"uu":"paladin|ggr","n":"Paladin"},{"id":20428,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20five_ggr","p":118,"s":31,"h":1,"t":26,"uu":"people on the street—precinct five|ggr","n":"People on the Street—Precinct Five"},{"id":20429,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20four_ggr","p":114,"s":31,"h":1,"t":26,"uu":"people on the street—precinct four|ggr","n":"People on the Street—Precinct Four"},{"id":20430,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20one_ggr","p":105,"s":31,"h":1,"t":26,"uu":"people on the street—precinct one|ggr","n":"People on the Street—Precinct One"},{"id":20431,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20six_ggr","p":121,"s":31,"h":1,"t":26,"uu":"people on the street—precinct six|ggr","n":"People on the Street—Precinct Six"},{"id":20432,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20three_ggr","p":111,"s":31,"h":1,"t":26,"uu":"people on the street—precinct three|ggr","n":"People on the Street—Precinct Three"},{"id":20433,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20two_ggr","p":108,"s":31,"h":1,"t":26,"uu":"people on the street—precinct two|ggr","n":"People on the Street—Precinct Two"},{"id":20434,"c":24,"u":"plots%20and%20intrigue%3b%20intrigue%20guilds_ggr","p":124,"s":31,"h":1,"t":26,"uu":"plots and intrigue; intrigue guilds|ggr","n":"Plots and Intrigue; Intrigue Guilds"},{"id":20435,"c":24,"u":"protection%20guilds_ggr","p":125,"s":31,"h":1,"t":26,"uu":"protection guilds|ggr","n":"Protection Guilds"},{"id":20436,"c":24,"u":"rakdos%20character%20goals%3b%20rakdos%20assignments_ggr","p":153,"s":31,"h":1,"t":26,"uu":"rakdos character goals; rakdos assignments|ggr","n":"Rakdos Character Goals; Rakdos Assignments"},{"id":20437,"c":24,"u":"rakdos%20creatures_ggr","p":186,"s":31,"h":1,"t":26,"uu":"rakdos creatures|ggr","n":"Rakdos Creatures"},{"id":20438,"c":24,"u":"rakdos%20items_ggr","p":176,"s":31,"h":1,"t":26,"uu":"rakdos items|ggr","n":"Rakdos Items"},{"id":20439,"c":24,"u":"rakdos%20npcs_ggr","p":246,"s":31,"h":1,"t":26,"uu":"rakdos npcs|ggr","n":"Rakdos NPCs"},{"id":20440,"c":24,"u":"rakdos%20villains_ggr","p":152,"s":31,"h":1,"t":26,"uu":"rakdos villains|ggr","n":"Rakdos Villains"},{"id":20441,"c":24,"u":"random%20guilds_ggr","p":6,"s":31,"h":1,"t":26,"uu":"random guilds|ggr","n":"Random Guilds"},{"id":20442,"c":24,"u":"random%20height%20and%20weight_ggr","p":12,"s":31,"h":1,"t":26,"uu":"random height and weight|ggr","n":"Random Height and Weight"},{"id":20443,"c":24,"u":"ranger_ggr","p":24,"s":31,"h":1,"t":26,"uu":"ranger|ggr","n":"Ranger"},{"id":20444,"c":24,"u":"ravnica's%20calendar_ggr","p":7,"s":31,"h":1,"t":26,"uu":"ravnica's calendar|ggr","n":"Ravnica's Calendar"},{"id":20445,"c":24,"u":"rogue_ggr","p":24,"s":31,"h":1,"t":26,"uu":"rogue|ggr","n":"Rogue"},{"id":20446,"c":24,"u":"rubblebelt%20encampment%20adventures_ggr","p":141,"s":31,"h":1,"t":26,"uu":"rubblebelt encampment adventures|ggr","n":"Rubblebelt Encampment Adventures"},{"id":20447,"c":24,"u":"rumors%e2%80%94precinct%20five_ggr","p":118,"s":31,"h":1,"t":26,"uu":"rumors—precinct five|ggr","n":"Rumors—Precinct Five"},{"id":20448,"c":24,"u":"rumors%e2%80%94precinct%20four_ggr","p":114,"s":31,"h":1,"t":26,"uu":"rumors—precinct four|ggr","n":"Rumors—Precinct Four"},{"id":20449,"c":24,"u":"rumors%e2%80%94precinct%20one_ggr","p":105,"s":31,"h":1,"t":26,"uu":"rumors—precinct one|ggr","n":"Rumors—Precinct One"},{"id":20450,"c":24,"u":"rumors%e2%80%94precinct%20six_ggr","p":121,"s":31,"h":1,"t":26,"uu":"rumors—precinct six|ggr","n":"Rumors—Precinct Six"},{"id":20451,"c":24,"u":"rumors%e2%80%94precinct%20three_ggr","p":111,"s":31,"h":1,"t":26,"uu":"rumors—precinct three|ggr","n":"Rumors—Precinct Three"},{"id":20452,"c":24,"u":"rumors%e2%80%94precinct%20two_ggr","p":108,"s":31,"h":1,"t":26,"uu":"rumors—precinct two|ggr","n":"Rumors—Precinct Two"},{"id":20453,"c":24,"u":"safe%20house%20adventures_ggr","p":135,"s":31,"h":1,"t":26,"uu":"safe house adventures|ggr","n":"Safe House Adventures"},{"id":20454,"c":24,"u":"selesnya%20character%20goals%3b%20selesnya%20assignments_ggr","p":156,"s":31,"h":1,"t":26,"uu":"selesnya character goals; selesnya assignments|ggr","n":"Selesnya Character Goals; Selesnya Assignments"},{"id":20455,"c":24,"u":"selesnya%20creatures_ggr","p":187,"s":31,"h":1,"t":26,"uu":"selesnya creatures|ggr","n":"Selesnya Creatures"},{"id":20456,"c":24,"u":"selesnya%20items_ggr","p":176,"s":31,"h":1,"t":26,"uu":"selesnya items|ggr","n":"Selesnya Items"},{"id":20457,"c":24,"u":"selesnya%20npcs_ggr","p":251,"s":31,"h":1,"t":26,"uu":"selesnya npcs|ggr","n":"Selesnya NPCs"},{"id":20458,"c":24,"u":"selesnya%20villains_ggr","p":155,"s":31,"h":1,"t":26,"uu":"selesnya villains|ggr","n":"Selesnya Villains"},{"id":20459,"c":24,"u":"simic%20character%20goals%3b%20simic%20assignments_ggr","p":159,"s":31,"h":1,"t":26,"uu":"simic character goals; simic assignments|ggr","n":"Simic Character Goals; Simic Assignments"},{"id":20460,"c":24,"u":"simic%20creatures_ggr","p":187,"s":31,"h":1,"t":26,"uu":"simic creatures|ggr","n":"Simic Creatures"},{"id":20461,"c":24,"u":"simic%20items_ggr","p":176,"s":31,"h":1,"t":26,"uu":"simic items|ggr","n":"Simic Items"},{"id":20462,"c":24,"u":"simic%20npcs_ggr","p":254,"s":31,"h":1,"t":26,"uu":"simic npcs|ggr","n":"Simic NPCs"},{"id":20463,"c":24,"u":"simic%20villains_ggr","p":158,"s":31,"h":1,"t":26,"uu":"simic villains|ggr","n":"Simic Villains"},{"id":20464,"c":24,"u":"sorcerer_ggr","p":25,"s":31,"h":1,"t":26,"uu":"sorcerer|ggr","n":"Sorcerer"},{"id":20465,"c":24,"u":"standard%20languages_ggr","p":9,"s":31,"h":1,"t":26,"uu":"standard languages|ggr","n":"Standard Languages"},{"id":20466,"c":24,"u":"undercity%20mansion%20adventures_ggr","p":138,"s":31,"h":1,"t":26,"uu":"undercity mansion adventures|ggr","n":"Undercity Mansion Adventures"},{"id":20467,"c":24,"u":"vernadi%20center%20adventures_ggr","p":153,"s":31,"h":1,"t":26,"uu":"vernadi center adventures|ggr","n":"Vernadi Center Adventures"},{"id":20468,"c":24,"u":"warlock_ggr","p":25,"s":31,"h":1,"t":26,"uu":"warlock|ggr","n":"Warlock"},{"id":20469,"c":24,"u":"wilderness%20guilds_ggr","p":124,"s":31,"h":1,"t":26,"uu":"wilderness guilds|ggr","n":"Wilderness Guilds"},{"id":20470,"c":24,"u":"wizard_ggr","p":25,"s":31,"h":1,"t":26,"uu":"wizard|ggr","n":"Wizard"},{"id":20471,"c":24,"u":"lizardfolk%20names%20%e2%80%93%20general_gos","p":64,"s":33,"h":1,"t":26,"uu":"lizardfolk names – general|gos","n":"Lizardfolk Names – General"},{"id":20472,"c":24,"u":"open%20water%20encounters%20(levels%2011%e2%80%9420)_gos","p":207,"s":33,"h":1,"t":26,"uu":"open water encounters (levels 11—20)|gos","n":"Open Water Encounters (Levels 11—20)"},{"id":20473,"c":24,"u":"open%20water%20encounters%20(levels%201%e2%80%944)_gos","p":207,"s":33,"h":1,"t":26,"uu":"open water encounters (levels 1—4)|gos","n":"Open Water Encounters (Levels 1—4)"},{"id":20474,"c":24,"u":"open%20water%20encounters%20(levels%205%e2%80%9410)_gos","p":207,"s":33,"h":1,"t":26,"uu":"open water encounters (levels 5—10)|gos","n":"Open Water Encounters (Levels 5—10)"},{"id":20475,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20cave%20encounters%20(level%201)_hwcs","p":215,"s":37,"h":1,"dP":1,"t":26,"uu":"appendix e: random encounters; cave encounters (level 1)|hwcs","n":"Appendix E: Random Encounters; Cave Encounters (Level 1)"},{"id":20476,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20city%20encounters%20(levels%202-4)_hwcs","p":215,"s":37,"h":1,"dP":1,"t":26,"uu":"appendix e: random encounters; city encounters (levels 2-4)|hwcs","n":"Appendix E: Random Encounters; City Encounters (Levels 2-4)"},{"id":20477,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20coast%20encounters%20(level%204)_hwcs","p":215,"s":37,"h":1,"dP":1,"t":26,"uu":"appendix e: random encounters; coast encounters (level 4)|hwcs","n":"Appendix E: Random Encounters; Coast Encounters (Level 4)"},{"id":20478,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20forest%20encounters%20(level%201-2)_hwcs","p":215,"s":37,"h":1,"dP":1,"t":26,"uu":"appendix e: random encounters; forest encounters (level 1-2)|hwcs","n":"Appendix E: Random Encounters; Forest Encounters (Level 1-2)"},{"id":20479,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20mountain%20encounters%20(levels%202-3)_hwcs","p":215,"s":37,"h":1,"dP":1,"t":26,"uu":"appendix e: random encounters; mountain encounters (levels 2-3)|hwcs","n":"Appendix E: Random Encounters; Mountain Encounters (Levels 2-3)"},{"id":20480,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20scorched%20grove%20encounters%20(level%203)_hwcs","p":215,"s":37,"h":1,"dP":1,"t":26,"uu":"appendix e: random encounters; scorched grove encounters (level 3)|hwcs","n":"Appendix E: Random Encounters; Scorched Grove Encounters (Level 3)"},{"id":20481,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20swamp%20encounters%20(level%201)_hwcs","p":215,"s":37,"h":1,"dP":1,"t":26,"uu":"appendix e: random encounters; swamp encounters (level 1)|hwcs","n":"Appendix E: Random Encounters; Swamp Encounters (Level 1)"},{"id":20482,"c":24,"u":"appendix%20f%3a%20what%20did%20they%20find%3f%3b%20what%20did%20they%20find%3f_hwcs","p":218,"s":37,"h":1,"dP":1,"t":26,"uu":"appendix f: what did they find?; what did they find?|hwcs","n":"Appendix F: What did They Find?; What did They Find?"},{"id":20483,"c":24,"u":"languages%20of%20the%20wood%3b%20standard%20languages_hwcs","p":32,"s":37,"h":1,"dP":1,"t":26,"uu":"languages of the wood; standard languages|hwcs","n":"Languages of the Wood; Standard Languages"},{"id":20484,"c":24,"u":"random%20height%20and%20weight_hwcs","p":32,"s":37,"h":1,"dP":1,"t":26,"uu":"random height and weight|hwcs","n":"Random Height and Weight"},{"id":20485,"c":24,"u":"the%20amaranthine_hwcs","p":54,"s":37,"h":1,"dP":1,"t":26,"uu":"the amaranthine|hwcs","n":"The Amaranthine"},{"id":20486,"c":24,"u":"experience%20points%20by%20challenge%20rating_mm","p":9,"s":45,"h":1,"t":26,"uu":"experience points by challenge rating|mm","n":"Experience Points by Challenge Rating"},{"id":20487,"c":24,"u":"hit%20points%3b%20hit%20dice%20by%20size_mm","p":7,"s":45,"h":1,"t":26,"uu":"hit points; hit dice by size|mm","n":"Hit Points; Hit Dice by Size"},{"id":20488,"c":24,"u":"new%20action%3a%20breath%20weapon_mm","p":180,"s":45,"h":1,"t":26,"uu":"new action: breath weapon|mm","n":"New Action: Breath Weapon"},{"id":20489,"c":24,"u":"resistances_mm","p":180,"s":45,"h":1,"t":26,"uu":"resistances|mm","n":"Resistances"},{"id":20490,"c":24,"u":"saving%20throws%3b%20proficiency%20bonus%20by%20challenge%20rating_mm","p":8,"s":45,"h":1,"t":26,"uu":"saving throws; proficiency bonus by challenge rating|mm","n":"Saving Throws; Proficiency Bonus by Challenge Rating"},{"id":20491,"c":24,"u":"size%20categories_mm","p":6,"s":45,"h":1,"t":26,"uu":"size categories|mm","n":"Size Categories"},{"id":20492,"c":24,"u":"abandoned%20temple%20adventures_mot","p":146,"s":46,"h":1,"t":26,"uu":"abandoned temple adventures|mot","n":"Abandoned Temple Adventures"},{"id":20493,"c":24,"u":"abandoned%20temple%20condition_mot","p":146,"s":46,"h":1,"t":26,"uu":"abandoned temple condition|mot","n":"Abandoned Temple Condition"},{"id":20494,"c":24,"u":"abandoned%20temple%20villains_mot","p":146,"s":46,"h":1,"t":26,"uu":"abandoned temple villains|mot","n":"Abandoned Temple Villains"},{"id":20495,"c":24,"u":"agora%20adventures_mot","p":122,"s":46,"h":1,"t":26,"uu":"agora adventures|mot","n":"Agora Adventures"},{"id":20496,"c":24,"u":"agora%20villains_mot","p":122,"s":46,"h":1,"t":26,"uu":"agora villains|mot","n":"Agora Villains"},{"id":20497,"c":24,"u":"amphitheater%20adventures_mot","p":166,"s":46,"h":1,"t":26,"uu":"amphitheater adventures|mot","n":"Amphitheater Adventures"},{"id":20498,"c":24,"u":"amphitheater%20villains_mot","p":166,"s":46,"h":1,"t":26,"uu":"amphitheater villains|mot","n":"Amphitheater Villains"},{"id":20499,"c":24,"u":"arena%20adventures_mot","p":134,"s":46,"h":1,"t":26,"uu":"arena adventures|mot","n":"Arena Adventures"},{"id":20500,"c":24,"u":"arena%20villains_mot","p":134,"s":46,"h":1,"t":26,"uu":"arena villains|mot","n":"Arena Villains"},{"id":20501,"c":24,"u":"artifacts%3b%20weapons%20of%20the%20gods%20adventures_mot","p":198,"s":46,"h":1,"t":26,"uu":"artifacts; weapons of the gods adventures|mot","n":"Artifacts; Weapons of the Gods Adventures"},{"id":20502,"c":24,"u":"athreos's%20divine%20schemes_mot","p":117,"s":46,"h":1,"t":26,"uu":"athreos's divine schemes|mot","n":"Athreos's Divine Schemes"},{"id":20503,"c":24,"u":"athreos's%20monsters_mot","p":116,"s":46,"h":1,"t":26,"uu":"athreos's monsters|mot","n":"Athreos's Monsters"},{"id":20504,"c":24,"u":"athreos's%20quests_mot","p":116,"s":46,"h":1,"t":26,"uu":"athreos's quests|mot","n":"Athreos's Quests"},{"id":20505,"c":24,"u":"athreos's%20villains_mot","p":116,"s":46,"h":1,"t":26,"uu":"athreos's villains|mot","n":"Athreos's Villains"},{"id":20506,"c":24,"u":"canyon%20shrine%20adventures_mot","p":154,"s":46,"h":1,"t":26,"uu":"canyon shrine adventures|mot","n":"Canyon Shrine Adventures"},{"id":20507,"c":24,"u":"canyon%20shrine%20villains_mot","p":154,"s":46,"h":1,"t":26,"uu":"canyon shrine villains|mot","n":"Canyon Shrine Villains"},{"id":20508,"c":24,"u":"coastal%20temple%20adventures_mot","p":174,"s":46,"h":1,"t":26,"uu":"coastal temple adventures|mot","n":"Coastal Temple Adventures"},{"id":20509,"c":24,"u":"coastal%20temple%20villains_mot","p":174,"s":46,"h":1,"t":26,"uu":"coastal temple villains|mot","n":"Coastal Temple Villains"},{"id":20510,"c":24,"u":"embarking%20on%20adventure%3b%20adventures%20at%20sea_mot","p":176,"s":46,"h":1,"t":26,"uu":"embarking on adventure; adventures at sea|mot","n":"Embarking on Adventure; Adventures at Sea"},{"id":20511,"c":24,"u":"ephara's%20divine%20schemes_mot","p":121,"s":46,"h":1,"t":26,"uu":"ephara's divine schemes|mot","n":"Ephara's Divine Schemes"},{"id":20512,"c":24,"u":"ephara's%20monsters_mot","p":120,"s":46,"h":1,"t":26,"uu":"ephara's monsters|mot","n":"Ephara's Monsters"},{"id":20513,"c":24,"u":"ephara's%20quests_mot","p":120,"s":46,"h":1,"t":26,"uu":"ephara's quests|mot","n":"Ephara's Quests"},{"id":20514,"c":24,"u":"ephara's%20villains_mot","p":120,"s":46,"h":1,"t":26,"uu":"ephara's villains|mot","n":"Ephara's Villains"},{"id":20515,"c":24,"u":"erebos's%20divine%20schemes_mot","p":125,"s":46,"h":1,"t":26,"uu":"erebos's divine schemes|mot","n":"Erebos's Divine Schemes"},{"id":20516,"c":24,"u":"erebos's%20monsters_mot","p":124,"s":46,"h":1,"t":26,"uu":"erebos's monsters|mot","n":"Erebos's Monsters"},{"id":20517,"c":24,"u":"erebos's%20quests_mot","p":124,"s":46,"h":1,"t":26,"uu":"erebos's quests|mot","n":"Erebos's Quests"},{"id":20518,"c":24,"u":"erebos's%20villains_mot","p":124,"s":46,"h":1,"t":26,"uu":"erebos's villains|mot","n":"Erebos's Villains"},{"id":20519,"c":24,"u":"exotic%20languages_mot","p":9,"s":46,"h":1,"t":26,"uu":"exotic languages|mot","n":"Exotic Languages"},{"id":20520,"c":24,"u":"forest%20shrine%20adventures_mot","p":158,"s":46,"h":1,"t":26,"uu":"forest shrine adventures|mot","n":"Forest Shrine Adventures"},{"id":20521,"c":24,"u":"forest%20shrine%20villains_mot","p":158,"s":46,"h":1,"t":26,"uu":"forest shrine villains|mot","n":"Forest Shrine Villains"},{"id":20522,"c":24,"u":"gifts%20of%20the%20gods%3b%20remarkable%20origins_mot","p":195,"s":46,"h":1,"t":26,"uu":"gifts of the gods; remarkable origins|mot","n":"Gifts of the Gods; Remarkable Origins"},{"id":20523,"c":24,"u":"gods%20of%20theros_mot","p":35,"s":46,"h":1,"t":26,"uu":"gods of theros|mot","n":"Gods of Theros"},{"id":20524,"c":24,"u":"graveyard%20temple%20adventures_mot","p":126,"s":46,"h":1,"t":26,"uu":"graveyard temple adventures|mot","n":"Graveyard Temple Adventures"},{"id":20525,"c":24,"u":"graveyard%20temple%20villains_mot","p":126,"s":46,"h":1,"t":26,"uu":"graveyard temple villains|mot","n":"Graveyard Temple Villains"},{"id":20526,"c":24,"u":"healing%20pools%20adventures_mot","p":162,"s":46,"h":1,"t":26,"uu":"healing pools adventures|mot","n":"Healing Pools Adventures"},{"id":20527,"c":24,"u":"healing%20pools%20villains_mot","p":162,"s":46,"h":1,"t":26,"uu":"healing pools villains|mot","n":"Healing Pools Villains"},{"id":20528,"c":24,"u":"heliod's%20divine%20schemes_mot","p":129,"s":46,"h":1,"t":26,"uu":"heliod's divine schemes|mot","n":"Heliod's Divine Schemes"},{"id":20529,"c":24,"u":"heliod's%20monsters_mot","p":128,"s":46,"h":1,"t":26,"uu":"heliod's monsters|mot","n":"Heliod's Monsters"},{"id":20530,"c":24,"u":"heliod's%20quests_mot","p":128,"s":46,"h":1,"t":26,"uu":"heliod's quests|mot","n":"Heliod's Quests"},{"id":20531,"c":24,"u":"heliod's%20villains_mot","p":128,"s":46,"h":1,"t":26,"uu":"heliod's villains|mot","n":"Heliod's Villains"},{"id":20532,"c":24,"u":"iroas's%20divine%20schemes_mot","p":133,"s":46,"h":1,"t":26,"uu":"iroas's divine schemes|mot","n":"Iroas's Divine Schemes"},{"id":20533,"c":24,"u":"iroas's%20monsters_mot","p":132,"s":46,"h":1,"t":26,"uu":"iroas's monsters|mot","n":"Iroas's Monsters"},{"id":20534,"c":24,"u":"iroas's%20quests_mot","p":132,"s":46,"h":1,"t":26,"uu":"iroas's quests|mot","n":"Iroas's Quests"},{"id":20535,"c":24,"u":"iroas's%20villains_mot","p":132,"s":46,"h":1,"t":26,"uu":"iroas's villains|mot","n":"Iroas's Villains"},{"id":20536,"c":24,"u":"island%20environments_mot","p":177,"s":46,"h":1,"t":26,"uu":"island environments|mot","n":"Island Environments"},{"id":20537,"c":24,"u":"island%20inhabitants_mot","p":178,"s":46,"h":1,"t":26,"uu":"island inhabitants|mot","n":"Island Inhabitants"},{"id":20538,"c":24,"u":"karametra's%20divine%20schemes_mot","p":137,"s":46,"h":1,"t":26,"uu":"karametra's divine schemes|mot","n":"Karametra's Divine Schemes"},{"id":20539,"c":24,"u":"karametra's%20monsters_mot","p":136,"s":46,"h":1,"t":26,"uu":"karametra's monsters|mot","n":"Karametra's Monsters"},{"id":20540,"c":24,"u":"karametra's%20quests_mot","p":136,"s":46,"h":1,"t":26,"uu":"karametra's quests|mot","n":"Karametra's Quests"},{"id":20541,"c":24,"u":"karametra's%20villains_mot","p":136,"s":46,"h":1,"t":26,"uu":"karametra's villains|mot","n":"Karametra's Villains"},{"id":20542,"c":24,"u":"keranos's%20divine%20schemes_mot","p":141,"s":46,"h":1,"t":26,"uu":"keranos's divine schemes|mot","n":"Keranos's Divine Schemes"},{"id":20543,"c":24,"u":"keranos's%20monsters_mot","p":140,"s":46,"h":1,"t":26,"uu":"keranos's monsters|mot","n":"Keranos's Monsters"},{"id":20544,"c":24,"u":"keranos's%20quests_mot","p":140,"s":46,"h":1,"t":26,"uu":"keranos's quests|mot","n":"Keranos's Quests"},{"id":20545,"c":24,"u":"keranos's%20villains_mot","p":140,"s":46,"h":1,"t":26,"uu":"keranos's villains|mot","n":"Keranos's Villains"},{"id":20546,"c":24,"u":"klothys's%20divine%20schemes_mot","p":145,"s":46,"h":1,"t":26,"uu":"klothys's divine schemes|mot","n":"Klothys's Divine Schemes"},{"id":20547,"c":24,"u":"klothys's%20monsters_mot","p":144,"s":46,"h":1,"t":26,"uu":"klothys's monsters|mot","n":"Klothys's Monsters"},{"id":20548,"c":24,"u":"klothys's%20quests_mot","p":144,"s":46,"h":1,"t":26,"uu":"klothys's quests|mot","n":"Klothys's Quests"},{"id":20549,"c":24,"u":"klothys's%20villains_mot","p":144,"s":46,"h":1,"t":26,"uu":"klothys's villains|mot","n":"Klothys's Villains"},{"id":20550,"c":24,"u":"kruphix's%20divine%20schemes_mot","p":149,"s":46,"h":1,"t":26,"uu":"kruphix's divine schemes|mot","n":"Kruphix's Divine Schemes"},{"id":20551,"c":24,"u":"kruphix's%20monsters_mot","p":148,"s":46,"h":1,"t":26,"uu":"kruphix's monsters|mot","n":"Kruphix's Monsters"},{"id":20552,"c":24,"u":"kruphix's%20quests_mot","p":148,"s":46,"h":1,"t":26,"uu":"kruphix's quests|mot","n":"Kruphix's Quests"},{"id":20553,"c":24,"u":"kruphix's%20villains_mot","p":148,"s":46,"h":1,"t":26,"uu":"kruphix's villains|mot","n":"Kruphix's Villains"},{"id":20554,"c":24,"u":"mogis's%20divine%20schemes_mot","p":153,"s":46,"h":1,"t":26,"uu":"mogis's divine schemes|mot","n":"Mogis's Divine Schemes"},{"id":20555,"c":24,"u":"mogis's%20monsters_mot","p":152,"s":46,"h":1,"t":26,"uu":"mogis's monsters|mot","n":"Mogis's Monsters"},{"id":20556,"c":24,"u":"mogis's%20quests_mot","p":152,"s":46,"h":1,"t":26,"uu":"mogis's quests|mot","n":"Mogis's Quests"},{"id":20557,"c":24,"u":"mogis's%20villains_mot","p":152,"s":46,"h":1,"t":26,"uu":"mogis's villains|mot","n":"Mogis's Villains"},{"id":20558,"c":24,"u":"nylea's%20divine%20schemes_mot","p":157,"s":46,"h":1,"t":26,"uu":"nylea's divine schemes|mot","n":"Nylea's Divine Schemes"},{"id":20559,"c":24,"u":"nylea's%20monsters_mot","p":157,"s":46,"h":1,"t":26,"uu":"nylea's monsters|mot","n":"Nylea's Monsters"},{"id":20560,"c":24,"u":"nylea's%20quests_mot","p":156,"s":46,"h":1,"t":26,"uu":"nylea's quests|mot","n":"Nylea's Quests"},{"id":20561,"c":24,"u":"nylea's%20villains_mot","p":156,"s":46,"h":1,"t":26,"uu":"nylea's villains|mot","n":"Nylea's Villains"},{"id":20562,"c":24,"u":"nyxborn%20creatures%3b%20nyxborn%20monster%20origin_mot","p":203,"s":46,"h":1,"t":26,"uu":"nyxborn creatures; nyxborn monster origin|mot","n":"Nyxborn Creatures; Nyxborn Monster Origin"},{"id":20563,"c":24,"u":"nyxborn%20statistics%3b%20nyxborn%20traits_mot","p":203,"s":46,"h":1,"t":26,"uu":"nyxborn statistics; nyxborn traits|mot","n":"Nyxborn Statistics; Nyxborn Traits"},{"id":20564,"c":24,"u":"omens%20of%20athreos_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of athreos|mot","n":"Omens of Athreos"},{"id":20565,"c":24,"u":"omens%20of%20ephara_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of ephara|mot","n":"Omens of Ephara"},{"id":20566,"c":24,"u":"omens%20of%20erebos_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of erebos|mot","n":"Omens of Erebos"},{"id":20567,"c":24,"u":"omens%20of%20heliod_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of heliod|mot","n":"Omens of Heliod"},{"id":20568,"c":24,"u":"omens%20of%20iroas_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of iroas|mot","n":"Omens of Iroas"},{"id":20569,"c":24,"u":"omens%20of%20karametra_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of karametra|mot","n":"Omens of Karametra"},{"id":20570,"c":24,"u":"omens%20of%20keranos_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of keranos|mot","n":"Omens of Keranos"},{"id":20571,"c":24,"u":"omens%20of%20klothys_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of klothys|mot","n":"Omens of Klothys"},{"id":20572,"c":24,"u":"omens%20of%20kruphix_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of kruphix|mot","n":"Omens of Kruphix"},{"id":20573,"c":24,"u":"omens%20of%20mogis_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of mogis|mot","n":"Omens of Mogis"},{"id":20574,"c":24,"u":"omens%20of%20nylea_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of nylea|mot","n":"Omens of Nylea"},{"id":20575,"c":24,"u":"omens%20of%20pharika_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of pharika|mot","n":"Omens of Pharika"},{"id":20576,"c":24,"u":"omens%20of%20phenax_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of phenax|mot","n":"Omens of Phenax"},{"id":20577,"c":24,"u":"omens%20of%20purphoros_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of purphoros|mot","n":"Omens of Purphoros"},{"id":20578,"c":24,"u":"omens%20of%20thassa_mot","p":111,"s":46,"h":1,"t":26,"uu":"omens of thassa|mot","n":"Omens of Thassa"},{"id":20579,"c":24,"u":"oracular%20conflux%20adventures_mot","p":142,"s":46,"h":1,"t":26,"uu":"oracular conflux adventures|mot","n":"Oracular Conflux Adventures"},{"id":20580,"c":24,"u":"oracular%20conflux%20villains_mot","p":142,"s":46,"h":1,"t":26,"uu":"oracular conflux villains|mot","n":"Oracular Conflux Villains"},{"id":20581,"c":24,"u":"pharika's%20divine%20schemes_mot","p":161,"s":46,"h":1,"t":26,"uu":"pharika's divine schemes|mot","n":"Pharika's Divine Schemes"},{"id":20582,"c":24,"u":"pharika's%20monsters_mot","p":160,"s":46,"h":1,"t":26,"uu":"pharika's monsters|mot","n":"Pharika's Monsters"},{"id":20583,"c":24,"u":"pharika's%20quests_mot","p":160,"s":46,"h":1,"t":26,"uu":"pharika's quests|mot","n":"Pharika's Quests"},{"id":20584,"c":24,"u":"pharika's%20villains_mot","p":160,"s":46,"h":1,"t":26,"uu":"pharika's villains|mot","n":"Pharika's Villains"},{"id":20585,"c":24,"u":"phenax's%20divine%20schemes_mot","p":165,"s":46,"h":1,"t":26,"uu":"phenax's divine schemes|mot","n":"Phenax's Divine Schemes"},{"id":20586,"c":24,"u":"phenax's%20monsters_mot","p":164,"s":46,"h":1,"t":26,"uu":"phenax's monsters|mot","n":"Phenax's Monsters"},{"id":20587,"c":24,"u":"phenax's%20quests_mot","p":164,"s":46,"h":1,"t":26,"uu":"phenax's quests|mot","n":"Phenax's Quests"},{"id":20588,"c":24,"u":"phenax's%20villains_mot","p":164,"s":46,"h":1,"t":26,"uu":"phenax's villains|mot","n":"Phenax's Villains"},{"id":20589,"c":24,"u":"purphoros's%20divine%20schemes_mot","p":169,"s":46,"h":1,"t":26,"uu":"purphoros's divine schemes|mot","n":"Purphoros's Divine Schemes"},{"id":20590,"c":24,"u":"purphoros's%20monsters_mot","p":168,"s":46,"h":1,"t":26,"uu":"purphoros's monsters|mot","n":"Purphoros's Monsters"},{"id":20591,"c":24,"u":"purphoros's%20quests_mot","p":168,"s":46,"h":1,"t":26,"uu":"purphoros's quests|mot","n":"Purphoros's Quests"},{"id":20592,"c":24,"u":"purphoros's%20villains_mot","p":168,"s":46,"h":1,"t":26,"uu":"purphoros's villains|mot","n":"Purphoros's Villains"},{"id":20593,"c":24,"u":"standard%20languages_mot","p":9,"s":46,"h":1,"t":26,"uu":"standard languages|mot","n":"Standard Languages"},{"id":20594,"c":24,"u":"sun%20temple%20adventures_mot","p":130,"s":46,"h":1,"t":26,"uu":"sun temple adventures|mot","n":"Sun Temple Adventures"},{"id":20595,"c":24,"u":"sun%20temple%20villains_mot","p":130,"s":46,"h":1,"t":26,"uu":"sun temple villains|mot","n":"Sun Temple Villains"},{"id":20596,"c":24,"u":"temple%20of%20mystery%20adventures_mot","p":150,"s":46,"h":1,"t":26,"uu":"temple of mystery adventures|mot","n":"Temple of Mystery Adventures"},{"id":20597,"c":24,"u":"temple%20of%20mystery%20villains_mot","p":150,"s":46,"h":1,"t":26,"uu":"temple of mystery villains|mot","n":"Temple of Mystery Villains"},{"id":20598,"c":24,"u":"thassa's%20divine%20schemes_mot","p":173,"s":46,"h":1,"t":26,"uu":"thassa's divine schemes|mot","n":"Thassa's Divine Schemes"},{"id":20599,"c":24,"u":"thassa's%20monsters_mot","p":172,"s":46,"h":1,"t":26,"uu":"thassa's monsters|mot","n":"Thassa's Monsters"},{"id":20600,"c":24,"u":"thassa's%20quests_mot","p":172,"s":46,"h":1,"t":26,"uu":"thassa's quests|mot","n":"Thassa's Quests"},{"id":20601,"c":24,"u":"thassa's%20villains_mot","p":172,"s":46,"h":1,"t":26,"uu":"thassa's villains|mot","n":"Thassa's Villains"},{"id":20602,"c":24,"u":"the%20meletian%20calendar%3b%20meletian%20calendar_mot","p":85,"s":46,"h":1,"t":26,"uu":"the meletian calendar; meletian calendar|mot","n":"The Meletian Calendar; Meletian Calendar"},{"id":20603,"c":24,"u":"underwater%20adventures_mot","p":179,"s":46,"h":1,"t":26,"uu":"underwater adventures|mot","n":"Underwater Adventures"},{"id":20604,"c":24,"u":"underworld%20adventures_mot","p":183,"s":46,"h":1,"t":26,"uu":"underworld adventures|mot","n":"Underworld Adventures"},{"id":20605,"c":24,"u":"underworld%20crossing%20adventures_mot","p":118,"s":46,"h":1,"t":26,"uu":"underworld crossing adventures|mot","n":"Underworld Crossing Adventures"},{"id":20606,"c":24,"u":"underworld%20crossings%20villains_mot","p":118,"s":46,"h":1,"t":26,"uu":"underworld crossings villains|mot","n":"Underworld Crossings Villains"},{"id":20607,"c":24,"u":"volcano%20temple%20adventures_mot","p":170,"s":46,"h":1,"t":26,"uu":"volcano temple adventures|mot","n":"Volcano Temple Adventures"},{"id":20608,"c":24,"u":"volcano%20temple%20villains_mot","p":170,"s":46,"h":1,"t":26,"uu":"volcano temple villains|mot","n":"Volcano Temple Villains"},{"id":20609,"c":24,"u":"watchtower%20adventures_mot","p":138,"s":46,"h":1,"t":26,"uu":"watchtower adventures|mot","n":"Watchtower Adventures"},{"id":20610,"c":24,"u":"watchtower%20villains_mot","p":138,"s":46,"h":1,"t":26,"uu":"watchtower villains|mot","n":"Watchtower Villains"},{"id":20611,"c":24,"u":"chaotic%20planar%20encounters_mpp","p":63,"s":47,"h":1,"t":26,"uu":"chaotic planar encounters|mpp","n":"Chaotic Planar Encounters"},{"id":20612,"c":24,"u":"evil%20planar%20encounters_mpp","p":63,"s":47,"h":1,"t":26,"uu":"evil planar encounters|mpp","n":"Evil Planar Encounters"},{"id":20613,"c":24,"u":"faction%20agents%3b%20ascendant%20factions%20of%20sigil_mpp","p":53,"s":47,"h":1,"t":26,"uu":"faction agents; ascendant factions of sigil|mpp","n":"Faction Agents; Ascendant Factions of Sigil"},{"id":20614,"c":24,"u":"good%20planar%20encounters_mpp","p":63,"s":47,"h":1,"t":26,"uu":"good planar encounters|mpp","n":"Good Planar Encounters"},{"id":20615,"c":24,"u":"lawful%20planar%20encounters_mpp","p":63,"s":47,"h":1,"t":26,"uu":"lawful planar encounters|mpp","n":"Lawful Planar Encounters"},{"id":20616,"c":24,"u":"meeting%20magic%20item%20prerequisites%3b%20stat%20blocks%20by%20challenge%20rating_mpp","p":4,"s":47,"h":1,"t":26,"uu":"meeting magic item prerequisites; stat blocks by challenge rating|mpp","n":"Meeting Magic Item Prerequisites; Stat Blocks by Challenge Rating"},{"id":20617,"c":24,"u":"neutral%20planar%20encounters_mpp","p":63,"s":47,"h":1,"t":26,"uu":"neutral planar encounters|mpp","n":"Neutral Planar Encounters"},{"id":20618,"c":24,"u":"outlands%20aberrations_mpp","p":11,"s":47,"h":1,"t":26,"uu":"outlands aberrations|mpp","n":"Outlands Aberrations"},{"id":20619,"c":24,"u":"outlands%20beasts_mpp","p":11,"s":47,"h":1,"t":26,"uu":"outlands beasts|mpp","n":"Outlands Beasts"},{"id":20620,"c":24,"u":"outlands%20celestials_mpp","p":11,"s":47,"h":1,"t":26,"uu":"outlands celestials|mpp","n":"Outlands Celestials"},{"id":20621,"c":24,"u":"outlands%20constructs_mpp","p":12,"s":47,"h":1,"t":26,"uu":"outlands constructs|mpp","n":"Outlands Constructs"},{"id":20622,"c":24,"u":"outlands%20dragons_mpp","p":12,"s":47,"h":1,"t":26,"uu":"outlands dragons|mpp","n":"Outlands Dragons"},{"id":20623,"c":24,"u":"outlands%20elementals_mpp","p":13,"s":47,"h":1,"t":26,"uu":"outlands elementals|mpp","n":"Outlands Elementals"},{"id":20624,"c":24,"u":"outlands%20fey_mpp","p":13,"s":47,"h":1,"t":26,"uu":"outlands fey|mpp","n":"Outlands Fey"},{"id":20625,"c":24,"u":"outlands%20fiends_mpp","p":13,"s":47,"h":1,"t":26,"uu":"outlands fiends|mpp","n":"Outlands Fiends"},{"id":20626,"c":24,"u":"outlands%20giants_mpp","p":13,"s":47,"h":1,"t":26,"uu":"outlands giants|mpp","n":"Outlands Giants"},{"id":20627,"c":24,"u":"outlands%20humanoids_mpp","p":14,"s":47,"h":1,"t":26,"uu":"outlands humanoids|mpp","n":"Outlands Humanoids"},{"id":20628,"c":24,"u":"outlands%20monstrosities_mpp","p":14,"s":47,"h":1,"t":26,"uu":"outlands monstrosities|mpp","n":"Outlands Monstrosities"},{"id":20629,"c":24,"u":"outlands%20oozes_mpp","p":14,"s":47,"h":1,"t":26,"uu":"outlands oozes|mpp","n":"Outlands Oozes"},{"id":20630,"c":24,"u":"outlands%20plants_mpp","p":14,"s":47,"h":1,"t":26,"uu":"outlands plants|mpp","n":"Outlands Plants"},{"id":20631,"c":24,"u":"outlands%20undead_mpp","p":15,"s":47,"h":1,"t":26,"uu":"outlands undead|mpp","n":"Outlands Undead"},{"id":20632,"c":24,"u":"planar%20alignment%3b%20outer%20plane%20alignments_mpp","p":6,"s":47,"h":1,"t":26,"uu":"planar alignment; outer plane alignments|mpp","n":"Planar Alignment; Outer Plane Alignments"},{"id":20633,"c":24,"u":"demon%20customization%20tables%3b%20demon%20bonds_mtf","p":33,"s":48,"h":1,"t":26,"uu":"demon customization tables; demon bonds|mtf","n":"Demon Customization Tables; Demon Bonds"},{"id":20634,"c":24,"u":"demon%20customization%20tables%3b%20demon%20flaws_mtf","p":33,"s":48,"h":1,"t":26,"uu":"demon customization tables; demon flaws|mtf","n":"Demon Customization Tables; Demon Flaws"},{"id":20635,"c":24,"u":"demon%20customization%20tables%3b%20demon%20ideals_mtf","p":33,"s":48,"h":1,"t":26,"uu":"demon customization tables; demon ideals|mtf","n":"Demon Customization Tables; Demon Ideals"},{"id":20636,"c":24,"u":"demon%20customization%20tables%3b%20demon%20personality%20traits_mtf","p":33,"s":48,"h":1,"t":26,"uu":"demon customization tables; demon personality traits|mtf","n":"Demon Customization Tables; Demon Personality Traits"},{"id":20637,"c":24,"u":"demon%20customization%20tables%3b%20unusual%20demon%20features_mtf","p":33,"s":48,"h":1,"t":26,"uu":"demon customization tables; unusual demon features|mtf","n":"Demon Customization Tables; Unusual Demon Features"},{"id":20638,"c":24,"u":"drow%20deities%20(the%20dark%20seldarine)_mtf","p":53,"s":48,"h":1,"t":26,"uu":"drow deities (the dark seldarine)|mtf","n":"Drow Deities (The Dark Seldarine)"},{"id":20639,"c":24,"u":"duergar%20deities_mtf","p":79,"s":48,"h":1,"t":26,"uu":"duergar deities|mtf","n":"Duergar Deities"},{"id":20640,"c":24,"u":"duergar%20in%20the%20clan%3b%20clan's%20notable%20trait_mtf","p":84,"s":48,"h":1,"t":26,"uu":"duergar in the clan; clan's notable trait|mtf","n":"Duergar in the Clan; Clan's Notable Trait"},{"id":20641,"c":24,"u":"duergar%20in%20the%20clan%3b%20duergar%20clan%20names_mtf","p":84,"s":48,"h":1,"t":26,"uu":"duergar in the clan; duergar clan names|mtf","n":"Duergar in the Clan; Duergar Clan Names"},{"id":20642,"c":24,"u":"duergar%20in%20the%20clan%3b%20duergar%20clan's%20status_mtf","p":84,"s":48,"h":1,"t":26,"uu":"duergar in the clan; duergar clan's status|mtf","n":"Duergar in the Clan; Duergar Clan's Status"},{"id":20643,"c":24,"u":"duergar%20in%20the%20world%3b%20duergar%20adventurer%20story%20hooks_mtf","p":84,"s":48,"h":1,"t":26,"uu":"duergar in the world; duergar adventurer story hooks|mtf","n":"Duergar in the World; Duergar Adventurer Story Hooks"},{"id":20644,"c":24,"u":"duergar%20in%20the%20world%3b%20duergar%20quirks_mtf","p":84,"s":48,"h":1,"t":26,"uu":"duergar in the world; duergar quirks|mtf","n":"Duergar in the World; Duergar Quirks"},{"id":20645,"c":24,"u":"duergar%20raiding%20parties%3b%201_mtf","p":83,"s":48,"h":1,"t":26,"uu":"duergar raiding parties; 1|mtf","n":"Duergar Raiding Parties; 1"},{"id":20646,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20group%20leader_mtf","p":83,"s":48,"h":1,"t":26,"uu":"duergar raiding parties; duergar group leader|mtf","n":"Duergar Raiding Parties; Duergar Group Leader"},{"id":20647,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20purpose%20of%20raid_mtf","p":83,"s":48,"h":1,"t":26,"uu":"duergar raiding parties; duergar purpose of raid|mtf","n":"Duergar Raiding Parties; Duergar Purpose of Raid"},{"id":20648,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20special%20allies_mtf","p":83,"s":48,"h":1,"t":26,"uu":"duergar raiding parties; duergar special allies|mtf","n":"Duergar Raiding Parties; Duergar Special Allies"},{"id":20649,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20special%20circumstances_mtf","p":83,"s":48,"h":1,"t":26,"uu":"duergar raiding parties; duergar special circumstances|mtf","n":"Duergar Raiding Parties; Duergar Special Circumstances"},{"id":20650,"c":24,"u":"dwarven%20religion%3b%20dwarf%20deities%20(the%20mordinsamman)_mtf","p":72,"s":48,"h":1,"t":26,"uu":"dwarven religion; dwarf deities (the mordinsamman)|mtf","n":"Dwarven Religion; Dwarf Deities (The Mordinsamman)"},{"id":20651,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan%20vocations_mtf","p":82,"s":48,"h":1,"t":26,"uu":"dwarves in the clan; clan vocations|mtf","n":"Dwarves in the Clan; Clan Vocations"},{"id":20652,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan's%20notable%20trait_mtf","p":82,"s":48,"h":1,"t":26,"uu":"dwarves in the clan; clan's notable trait|mtf","n":"Dwarves in the Clan; Clan's Notable Trait"},{"id":20653,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan's%20status_mtf","p":82,"s":48,"h":1,"t":26,"uu":"dwarves in the clan; clan's status|mtf","n":"Dwarves in the Clan; Clan's Status"},{"id":20654,"c":24,"u":"dwarves%20in%20the%20world%3b%20dwarf%20adventurer%20story%20hooks_mtf","p":83,"s":48,"h":1,"t":26,"uu":"dwarves in the world; dwarf adventurer story hooks|mtf","n":"Dwarves in the World; Dwarf Adventurer Story Hooks"},{"id":20655,"c":24,"u":"dwarves%20in%20the%20world%3b%20dwarf%20quirks_mtf","p":83,"s":48,"h":1,"t":26,"uu":"dwarves in the world; dwarf quirks|mtf","n":"Dwarves in the World; Dwarf Quirks"},{"id":20656,"c":24,"u":"dwarves%20on%20the%20move%3b%20group%20leader_mtf","p":81,"s":48,"h":1,"t":26,"uu":"dwarves on the move; group leader|mtf","n":"Dwarves on the Move; Group Leader"},{"id":20657,"c":24,"u":"dwarves%20on%20the%20move%3b%20purpose%20of%20travel_mtf","p":81,"s":48,"h":1,"t":26,"uu":"dwarves on the move; purpose of travel|mtf","n":"Dwarves on the Move; Purpose of Travel"},{"id":20658,"c":24,"u":"dwarves%20on%20the%20move%3b%20special%20allies_mtf","p":81,"s":48,"h":1,"t":26,"uu":"dwarves on the move; special allies|mtf","n":"Dwarves on the Move; Special Allies"},{"id":20659,"c":24,"u":"dwarves%20on%20the%20move%3b%20special%20circumstances_mtf","p":81,"s":48,"h":1,"t":26,"uu":"dwarves on the move; special circumstances|mtf","n":"Dwarves on the Move; Special Circumstances"},{"id":20660,"c":24,"u":"elf%20deities%20(the%20seldarine)_mtf","p":43,"s":48,"h":1,"t":26,"uu":"elf deities (the seldarine)|mtf","n":"Elf Deities (The Seldarine)"},{"id":20661,"c":24,"u":"elf%20random%20height%20and%20weight_mtf","p":63,"s":48,"h":1,"t":26,"uu":"elf random height and weight|mtf","n":"Elf Random Height and Weight"},{"id":20662,"c":24,"u":"elf%20tables%3b%20drow%20adventurer%20story%20hooks_mtf","p":64,"s":48,"h":1,"t":26,"uu":"elf tables; drow adventurer story hooks|mtf","n":"Elf Tables; Drow Adventurer Story Hooks"},{"id":20663,"c":24,"u":"elf%20tables%3b%20drow%20house%20specialty_mtf","p":64,"s":48,"h":1,"t":26,"uu":"elf tables; drow house specialty|mtf","n":"Elf Tables; Drow House Specialty"},{"id":20664,"c":24,"u":"elf%20tables%3b%20elf%20(non-drow)%20adventurer%20story%20hooks_mtf","p":64,"s":48,"h":1,"t":26,"uu":"elf tables; elf (non-drow) adventurer story hooks|mtf","n":"Elf Tables; Elf (Non-drow) Adventurer Story Hooks"},{"id":20665,"c":24,"u":"fiendish%20cults%3b%20cult%20goals_mtf","p":34,"s":48,"h":1,"t":26,"uu":"fiendish cults; cult goals|mtf","n":"Fiendish Cults; Cult Goals"},{"id":20666,"c":24,"u":"fiendish%20cults%3b%20cult%20hardship_mtf","p":34,"s":48,"h":1,"t":26,"uu":"fiendish cults; cult hardship|mtf","n":"Fiendish Cults; Cult Hardship"},{"id":20667,"c":24,"u":"fiendish%20cults%3b%20cult%20organization_mtf","p":34,"s":48,"h":1,"t":26,"uu":"fiendish cults; cult organization|mtf","n":"Fiendish Cults; Cult Organization"},{"id":20668,"c":24,"u":"fiendish%20cults%3b%20cult%20resources_mtf","p":34,"s":48,"h":1,"t":26,"uu":"fiendish cults; cult resources|mtf","n":"Fiendish Cults; Cult Resources"},{"id":20669,"c":24,"u":"gith%20names%20%e2%80%93%20githyanki%2c%20female_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith names – githyanki, female|mtf","n":"Gith Names – Githyanki, Female"},{"id":20670,"c":24,"u":"gith%20names%20%e2%80%93%20githyanki%2c%20male_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith names – githyanki, male|mtf","n":"Gith Names – Githyanki, Male"},{"id":20671,"c":24,"u":"gith%20names%20%e2%80%93%20githzerai%2c%20female_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith names – githzerai, female|mtf","n":"Gith Names – Githzerai, Female"},{"id":20672,"c":24,"u":"gith%20names%20%e2%80%93%20githzerai%2c%20male_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith names – githzerai, male|mtf","n":"Gith Names – Githzerai, Male"},{"id":20673,"c":24,"u":"gith%20random%20height%20and%20weight_mtf","p":96,"s":48,"h":1,"t":26,"uu":"gith random height and weight|mtf","n":"Gith Random Height and Weight"},{"id":20674,"c":24,"u":"gith%20tables%3b%20githyanki%20bonds_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githyanki bonds|mtf","n":"Gith Tables; Githyanki Bonds"},{"id":20675,"c":24,"u":"gith%20tables%3b%20githyanki%20flaws_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githyanki flaws|mtf","n":"Gith Tables; Githyanki Flaws"},{"id":20676,"c":24,"u":"gith%20tables%3b%20githyanki%20ideals_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githyanki ideals|mtf","n":"Gith Tables; Githyanki Ideals"},{"id":20677,"c":24,"u":"gith%20tables%3b%20githyanki%20names%2c%20female_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githyanki names, female|mtf","n":"Gith Tables; Githyanki Names, Female"},{"id":20678,"c":24,"u":"gith%20tables%3b%20githyanki%20names%2c%20male_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githyanki names, male|mtf","n":"Gith Tables; Githyanki Names, Male"},{"id":20679,"c":24,"u":"gith%20tables%3b%20githyanki%20personality%20traits_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githyanki personality traits|mtf","n":"Gith Tables; Githyanki Personality Traits"},{"id":20680,"c":24,"u":"gith%20tables%3b%20githzerai%20bonds_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githzerai bonds|mtf","n":"Gith Tables; Githzerai Bonds"},{"id":20681,"c":24,"u":"gith%20tables%3b%20githzerai%20flaws_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githzerai flaws|mtf","n":"Gith Tables; Githzerai Flaws"},{"id":20682,"c":24,"u":"gith%20tables%3b%20githzerai%20ideals_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githzerai ideals|mtf","n":"Gith Tables; Githzerai Ideals"},{"id":20683,"c":24,"u":"gith%20tables%3b%20githzerai%20names%2c%20female_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githzerai names, female|mtf","n":"Gith Tables; Githzerai Names, Female"},{"id":20684,"c":24,"u":"gith%20tables%3b%20githzerai%20names%2c%20male_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githzerai names, male|mtf","n":"Gith Tables; Githzerai Names, Male"},{"id":20685,"c":24,"u":"gith%20tables%3b%20githzerai%20personality%20traits_mtf","p":97,"s":48,"h":1,"t":26,"uu":"gith tables; githzerai personality traits|mtf","n":"Gith Tables; Githzerai Personality Traits"},{"id":20686,"c":24,"u":"githyanki%20raiding%20parties%3b%20dragon%20chance_mtf","p":98,"s":48,"h":1,"t":26,"uu":"githyanki raiding parties; dragon chance|mtf","n":"Githyanki Raiding Parties; Dragon Chance"},{"id":20687,"c":24,"u":"githyanki%20raiding%20parties%3b%20githyanki%20purpose%20of%20raid_mtf","p":98,"s":48,"h":1,"t":26,"uu":"githyanki raiding parties; githyanki purpose of raid|mtf","n":"Githyanki Raiding Parties; Githyanki Purpose of Raid"},{"id":20688,"c":24,"u":"githyanki%20raiding%20parties%3b%20githyanki%20special%20allies_mtf","p":98,"s":48,"h":1,"t":26,"uu":"githyanki raiding parties; githyanki special allies|mtf","n":"Githyanki Raiding Parties; Githyanki Special Allies"},{"id":20689,"c":24,"u":"githyanki%20raiding%20parties%3b%20raiding%20party%20leader_mtf","p":98,"s":48,"h":1,"t":26,"uu":"githyanki raiding parties; raiding party leader|mtf","n":"Githyanki Raiding Parties; Raiding Party Leader"},{"id":20690,"c":24,"u":"githyanki%20raiding%20parties%3b%20raiding%20party%20transport_mtf","p":98,"s":48,"h":1,"t":26,"uu":"githyanki raiding parties; raiding party transport|mtf","n":"Githyanki Raiding Parties; Raiding Party Transport"},{"id":20691,"c":24,"u":"githzerai%20groups%3b%20githzerai%20group%20leader_mtf","p":98,"s":48,"h":1,"t":26,"uu":"githzerai groups; githzerai group leader|mtf","n":"Githzerai Groups; Githzerai Group Leader"},{"id":20692,"c":24,"u":"githzerai%20groups%3b%20githzerai%20mission%20purpose_mtf","p":98,"s":48,"h":1,"t":26,"uu":"githzerai groups; githzerai mission purpose|mtf","n":"Githzerai Groups; Githzerai Mission Purpose"},{"id":20693,"c":24,"u":"githzerai%20groups%3b%20githzerai%20special%20allies_mtf","p":98,"s":48,"h":1,"t":26,"uu":"githzerai groups; githzerai special allies|mtf","n":"Githzerai Groups; Githzerai Special Allies"},{"id":20694,"c":24,"u":"gnome%20gods%3b%20gnome%20deities_mtf","p":110,"s":48,"h":1,"t":26,"uu":"gnome gods; gnome deities|mtf","n":"Gnome Gods; Gnome Deities"},{"id":20695,"c":24,"u":"gnome%20tables%3b%20gnome%20bonds_mtf","p":114,"s":48,"h":1,"t":26,"uu":"gnome tables; gnome bonds|mtf","n":"Gnome Tables; Gnome Bonds"},{"id":20696,"c":24,"u":"gnome%20tables%3b%20gnome%20flaws_mtf","p":114,"s":48,"h":1,"t":26,"uu":"gnome tables; gnome flaws|mtf","n":"Gnome Tables; Gnome Flaws"},{"id":20697,"c":24,"u":"gnome%20tables%3b%20gnome%20ideals_mtf","p":114,"s":48,"h":1,"t":26,"uu":"gnome tables; gnome ideals|mtf","n":"Gnome Tables; Gnome Ideals"},{"id":20698,"c":24,"u":"gnome%20tables%3b%20gnome%20personality%20traits_mtf","p":114,"s":48,"h":1,"t":26,"uu":"gnome tables; gnome personality traits|mtf","n":"Gnome Tables; Gnome Personality Traits"},{"id":20699,"c":24,"u":"halfling%20deities_mtf","p":102,"s":48,"h":1,"t":26,"uu":"halfling deities|mtf","n":"Halfling Deities"},{"id":20700,"c":24,"u":"halfling%20tables%3b%20halfling%20bonds_mtf","p":105,"s":48,"h":1,"t":26,"uu":"halfling tables; halfling bonds|mtf","n":"Halfling Tables; Halfling Bonds"},{"id":20701,"c":24,"u":"halfling%20tables%3b%20halfling%20flaws_mtf","p":105,"s":48,"h":1,"t":26,"uu":"halfling tables; halfling flaws|mtf","n":"Halfling Tables; Halfling Flaws"},{"id":20702,"c":24,"u":"halfling%20tables%3b%20halfling%20ideals_mtf","p":105,"s":48,"h":1,"t":26,"uu":"halfling tables; halfling ideals|mtf","n":"Halfling Tables; Halfling Ideals"},{"id":20703,"c":24,"u":"halfling%20tables%3b%20halfling%20personality%20traits_mtf","p":105,"s":48,"h":1,"t":26,"uu":"halfling tables; halfling personality traits|mtf","n":"Halfling Tables; Halfling Personality Traits"},{"id":20704,"c":24,"u":"halfling%20tables%3b%20reasons%20for%20adventuring_mtf","p":105,"s":48,"h":1,"t":26,"uu":"halfling tables; reasons for adventuring|mtf","n":"Halfling Tables; Reasons for Adventuring"},{"id":20705,"c":24,"u":"lords%20of%20the%20nine%3b%20layers%20and%20rulers%20of%20the%20nine%20hells_mtf","p":9,"s":48,"h":1,"t":26,"uu":"lords of the nine; layers and rulers of the nine hells|mtf","n":"Lords of the Nine; Layers and Rulers of the Nine Hells"},{"id":20706,"c":24,"u":"ability%20checks%3b%20typical%20difficulty%20classes_phb","p":174,"s":52,"h":1,"r":1,"t":26,"uu":"ability checks; typical difficulty classes|phb","n":"Ability Checks; Typical Difficulty Classes"},{"id":20707,"c":24,"u":"ability%20scores%20and%20modifiers_phb","p":173,"s":52,"h":1,"r":1,"t":26,"uu":"ability scores and modifiers|phb","n":"Ability Scores and Modifiers"},{"id":20708,"c":24,"u":"adventuring%20gear_phb","p":148,"s":52,"h":1,"r":1,"t":26,"uu":"adventuring gear|phb","n":"Adventuring Gear"},{"id":20709,"c":24,"u":"adventuring%20gear%3b%20container%20capacity_phb","p":148,"s":52,"h":1,"r":1,"t":26,"uu":"adventuring gear; container capacity|phb","n":"Adventuring Gear; Container Capacity"},{"id":20710,"c":24,"u":"armor%20and%20shields%3b%20armor_phb","p":144,"s":52,"h":1,"r":1,"t":26,"uu":"armor and shields; armor|phb","n":"Armor and Shields; Armor"},{"id":20711,"c":24,"u":"beyond%201st%20level%3b%20character%20advancement_phb","p":15,"s":52,"h":1,"r":1,"t":26,"uu":"beyond 1st level; character advancement|phb","n":"Beyond 1st Level; Character Advancement"},{"id":20712,"c":24,"u":"classes_phb","p":45,"s":52,"h":1,"t":26,"uu":"classes|phb","n":"Classes"},{"id":20713,"c":24,"u":"coinage%3b%20standard%20exchange%20rates_phb","p":143,"s":52,"h":1,"r":1,"t":26,"uu":"coinage; standard exchange rates|phb","n":"Coinage; Standard Exchange Rates"},{"id":20714,"c":24,"u":"creature%20size%3b%20size%20categories_phb","p":191,"s":52,"h":1,"r":1,"t":26,"uu":"creature size; size categories|phb","n":"Creature Size; Size Categories"},{"id":20715,"c":24,"u":"deities%20of%20dragonlance%3a%20evil_phb","p":293,"s":52,"h":1,"t":26,"uu":"deities of dragonlance: evil|phb","n":"Deities of Dragonlance: Evil"},{"id":20716,"c":24,"u":"deities%20of%20dragonlance%3a%20good_phb","p":293,"s":52,"h":1,"t":26,"uu":"deities of dragonlance: good|phb","n":"Deities of Dragonlance: Good"},{"id":20717,"c":24,"u":"deities%20of%20dragonlance%3a%20neutral_phb","p":293,"s":52,"h":1,"t":26,"uu":"deities of dragonlance: neutral|phb","n":"Deities of Dragonlance: Neutral"},{"id":20718,"c":24,"u":"deities%20of%20greyhawk_phb","p":293,"s":52,"h":1,"t":26,"uu":"deities of greyhawk|phb","n":"Deities of Greyhawk"},{"id":20719,"c":24,"u":"deities%20of%20the%20forgotten%20realms_phb","p":293,"s":52,"h":1,"t":26,"uu":"deities of the forgotten realms|phb","n":"Deities of the Forgotten Realms"},{"id":20720,"c":24,"u":"exotic%20languages_phb","p":123,"s":52,"h":1,"r":1,"t":26,"uu":"exotic languages|phb","n":"Exotic Languages"},{"id":20721,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_phb","p":158,"s":52,"h":1,"r":1,"t":26,"uu":"food, drink, and lodging|phb","n":"Food, Drink, and Lodging"},{"id":20722,"c":24,"u":"getting%20into%20and%20out%20of%20armor%3b%20donning%20and%20doffing%20armor_phb","p":146,"s":52,"h":1,"r":1,"t":26,"uu":"getting into and out of armor; donning and doffing armor|phb","n":"Getting Into and Out of Armor; Donning and Doffing Armor"},{"id":20723,"c":24,"u":"lifestyle%20expenses_phb","p":157,"s":52,"h":1,"t":26,"uu":"lifestyle expenses|phb","n":"Lifestyle Expenses"},{"id":20724,"c":24,"u":"mounts%20and%20vehicles%3b%20mounts%20and%20other%20animals_phb","p":155,"s":52,"h":1,"r":1,"t":26,"uu":"mounts and vehicles; mounts and other animals|phb","n":"Mounts and Vehicles; Mounts and Other Animals"},{"id":20725,"c":24,"u":"mounts%20and%20vehicles%3b%20tack%2c%20harness%2c%20and%20drawn%20vehicles_phb","p":155,"s":52,"h":1,"r":1,"t":26,"uu":"mounts and vehicles; tack, harness, and drawn vehicles|phb","n":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles"},{"id":20726,"c":24,"u":"mounts%20and%20vehicles%3b%20waterborne%20vehicles_phb","p":155,"s":52,"h":1,"r":1,"t":26,"uu":"mounts and vehicles; waterborne vehicles|phb","n":"Mounts and Vehicles; Waterborne Vehicles"},{"id":20727,"c":24,"u":"multiclassing%20prerequisites_phb","p":163,"s":52,"h":1,"r":1,"t":26,"uu":"multiclassing prerequisites|phb","n":"Multiclassing Prerequisites"},{"id":20728,"c":24,"u":"multiclassing%20proficiencies_phb","p":164,"s":52,"h":1,"r":1,"t":26,"uu":"multiclassing proficiencies|phb","n":"Multiclassing Proficiencies"},{"id":20729,"c":24,"u":"nonhuman%20deities_phb","p":293,"s":52,"h":1,"t":26,"uu":"nonhuman deities|phb","n":"Nonhuman Deities"},{"id":20730,"c":24,"u":"outer%20planes_phb","p":301,"s":52,"h":1,"t":26,"uu":"outer planes|phb","n":"Outer Planes"},{"id":20731,"c":24,"u":"random%20height%20and%20weight_phb","p":121,"s":52,"h":1,"t":26,"uu":"random height and weight|phb","n":"Random Height and Weight"},{"id":20732,"c":24,"u":"services_phb","p":159,"s":52,"h":1,"r":1,"t":26,"uu":"services|phb","n":"Services"},{"id":20733,"c":24,"u":"skills_phb","p":174,"s":52,"h":1,"t":26,"uu":"skills|phb","n":"Skills"},{"id":20734,"c":24,"u":"spellcasting%3b%20multiclass%20spellcaster%3a%20spell%20slots%20per%20spell%20level_phb","p":164,"s":52,"h":1,"r":1,"t":26,"uu":"spellcasting; multiclass spellcaster: spell slots per spell level|phb","n":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level"},{"id":20735,"c":24,"u":"standard%20languages_phb","p":123,"s":52,"h":1,"r":1,"t":26,"uu":"standard languages|phb","n":"Standard Languages"},{"id":20736,"c":24,"u":"starting%20equipment%3b%20starting%20wealth%20by%20class_phb","p":143,"s":52,"h":1,"t":26,"uu":"starting equipment; starting wealth by class|phb","n":"Starting Equipment; Starting Wealth by Class"},{"id":20737,"c":24,"u":"the%20celtic%20pantheon%3b%20celtic%20deities_phb","p":297,"s":52,"h":1,"r":1,"t":26,"uu":"the celtic pantheon; celtic deities|phb","n":"The Celtic Pantheon; Celtic Deities"},{"id":20738,"c":24,"u":"the%20egyptian%20pantheon%3b%20egyptian%20deities_phb","p":297,"s":52,"h":1,"r":1,"t":26,"uu":"the egyptian pantheon; egyptian deities|phb","n":"The Egyptian Pantheon; Egyptian Deities"},{"id":20739,"c":24,"u":"the%20greek%20pantheon%3b%20greek%20deities_phb","p":297,"s":52,"h":1,"r":1,"t":26,"uu":"the greek pantheon; greek deities|phb","n":"The Greek Pantheon; Greek Deities"},{"id":20740,"c":24,"u":"the%20norse%20pantheon%3b%20norse%20deities_phb","p":298,"s":52,"h":1,"r":1,"t":26,"uu":"the norse pantheon; norse deities|phb","n":"The Norse Pantheon; Norse Deities"},{"id":20741,"c":24,"u":"tools_phb","p":154,"s":52,"h":1,"t":26,"uu":"tools|phb","n":"Tools"},{"id":20742,"c":24,"u":"trade%20goods_phb","p":157,"s":52,"h":1,"r":1,"t":26,"uu":"trade goods|phb","n":"Trade Goods"},{"id":20743,"c":24,"u":"travel%20pace_phb","p":181,"s":52,"h":1,"r":1,"t":26,"uu":"travel pace|phb","n":"Travel Pace"},{"id":20744,"c":24,"u":"variant%3a%20customizing%20ability%20scores%3b%20ability%20score%20point%20cost_phb","p":13,"s":52,"h":1,"r":1,"t":26,"uu":"variant: customizing ability scores; ability score point cost|phb","n":"Variant: Customizing Ability Scores; Ability Score Point Cost"},{"id":20745,"c":24,"u":"variant%3a%20customizing%20ability%20scores%3b%20ability%20scores%20and%20modifiers_phb","p":13,"s":52,"h":1,"r":1,"t":26,"uu":"variant: customizing ability scores; ability scores and modifiers|phb","n":"Variant: Customizing Ability Scores; Ability Scores and Modifiers"},{"id":20746,"c":24,"u":"weapons_phb","p":146,"s":52,"h":1,"r":1,"t":26,"uu":"weapons|phb","n":"Weapons"},{"id":20747,"c":24,"u":"wild%20magic%20surge_phb","p":103,"s":52,"h":1,"t":26,"uu":"wild magic surge|phb","n":"Wild Magic Surge"},{"id":20748,"c":24,"u":"ability%20scores%20and%20modifiers_rmr","p":7,"s":152,"h":1,"dP":1,"t":26,"uu":"ability scores and modifiers|rmr","n":"Ability Scores and Modifiers"},{"id":20749,"c":24,"u":"adventuring%20gear_rmr","p":41,"s":152,"h":1,"dP":1,"t":26,"uu":"adventuring gear|rmr","n":"Adventuring Gear"},{"id":20750,"c":24,"u":"critical%20hits_rmr","p":28,"s":152,"h":1,"dP":1,"t":26,"uu":"critical hits|rmr","n":"Critical Hits"},{"id":20751,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_rmr","p":43,"s":152,"h":1,"dP":1,"t":26,"uu":"food, drink, and lodging|rmr","n":"Food, Drink, and Lodging"},{"id":20752,"c":24,"u":"heavy%20armor_rmr","p":37,"s":152,"h":1,"dP":1,"t":26,"uu":"heavy armor|rmr","n":"Heavy Armor"},{"id":20753,"c":24,"u":"light%20armor_rmr","p":37,"s":152,"h":1,"dP":1,"t":26,"uu":"light armor|rmr","n":"Light Armor"},{"id":20754,"c":24,"u":"marital%20emotional%20weapons_rmr","p":39,"s":152,"h":1,"dP":1,"t":26,"uu":"marital emotional weapons|rmr","n":"Marital Emotional Weapons"},{"id":20755,"c":24,"u":"martial%20melee%20weapons_rmr","p":39,"s":152,"h":1,"dP":1,"t":26,"uu":"martial melee weapons|rmr","n":"Martial Melee Weapons"},{"id":20756,"c":24,"u":"martial%20ranged%20weapons_rmr","p":39,"s":152,"h":1,"dP":1,"t":26,"uu":"martial ranged weapons|rmr","n":"Martial Ranged Weapons"},{"id":20757,"c":24,"u":"medium%20armor_rmr","p":37,"s":152,"h":1,"dP":1,"t":26,"uu":"medium armor|rmr","n":"Medium Armor"},{"id":20758,"c":24,"u":"mounts%20and%20other%20animals_rmr","p":43,"s":152,"h":1,"dP":1,"t":26,"uu":"mounts and other animals|rmr","n":"Mounts and Other Animals"},{"id":20759,"c":24,"u":"rewards_rmr","p":35,"s":152,"h":1,"dP":1,"t":26,"uu":"rewards|rmr","n":"Rewards"},{"id":20760,"c":24,"u":"shields_rmr","p":37,"s":152,"h":1,"dP":1,"t":26,"uu":"shields|rmr","n":"Shields"},{"id":20761,"c":24,"u":"simple%20melee%20weapons_rmr","p":39,"s":152,"h":1,"dP":1,"t":26,"uu":"simple melee weapons|rmr","n":"Simple Melee Weapons"},{"id":20762,"c":24,"u":"simple%20ranged%20weapons_rmr","p":39,"s":152,"h":1,"dP":1,"t":26,"uu":"simple ranged weapons|rmr","n":"Simple Ranged Weapons"},{"id":20763,"c":24,"u":"surprise_rmr","p":17,"s":152,"h":1,"dP":1,"t":26,"uu":"surprise|rmr","n":"Surprise"},{"id":20764,"c":24,"u":"tack%20and%20harness_rmr","p":43,"s":152,"h":1,"dP":1,"t":26,"uu":"tack and harness|rmr","n":"Tack and Harness"},{"id":20765,"c":24,"u":"automata%20adventures_sato","p":63,"s":104,"h":1,"t":26,"uu":"automata adventures|sato","n":"Automata Adventures"},{"id":20766,"c":24,"u":"bedlam%20adventures_sato","p":65,"s":104,"h":1,"t":26,"uu":"bedlam adventures|sato","n":"Bedlam Adventures"},{"id":20767,"c":24,"u":"curst%20adventures_sato","p":67,"s":104,"h":1,"t":26,"uu":"curst adventures|sato","n":"Curst Adventures"},{"id":20768,"c":24,"u":"ecstasy%20adventures_sato","p":69,"s":104,"h":1,"t":26,"uu":"ecstasy adventures|sato","n":"Ecstasy Adventures"},{"id":20769,"c":24,"u":"excelsior%20adventures_sato","p":71,"s":104,"h":1,"t":26,"uu":"excelsior adventures|sato","n":"Excelsior Adventures"},{"id":20770,"c":24,"u":"faction%20missions_sato","p":58,"s":104,"h":1,"t":26,"uu":"faction missions|sato","n":"Faction Missions"},{"id":20771,"c":24,"u":"faunel%20adventures_sato","p":73,"s":104,"h":1,"t":26,"uu":"faunel adventures|sato","n":"Faunel Adventures"},{"id":20772,"c":24,"u":"fortitude%20adventures_sato","p":75,"s":104,"h":1,"t":26,"uu":"fortitude adventures|sato","n":"Fortitude Adventures"},{"id":20773,"c":24,"u":"glorium%20adventures_sato","p":77,"s":104,"h":1,"t":26,"uu":"glorium adventures|sato","n":"Glorium Adventures"},{"id":20774,"c":24,"u":"hopeless%20adventures_sato","p":79,"s":104,"h":1,"t":26,"uu":"hopeless adventures|sato","n":"Hopeless Adventures"},{"id":20775,"c":24,"u":"plague-mort%20adventures_sato","p":81,"s":104,"h":1,"t":26,"uu":"plague-mort adventures|sato","n":"Plague-Mort Adventures"},{"id":20776,"c":24,"u":"planar%20portals_sato","p":18,"s":104,"h":1,"t":26,"uu":"planar portals|sato","n":"Planar Portals"},{"id":20777,"c":24,"u":"portal%20quirks_sato","p":18,"s":104,"h":1,"t":26,"uu":"portal quirks|sato","n":"Portal Quirks"},{"id":20778,"c":24,"u":"prison%20inmates_sato","p":45,"s":104,"h":1,"t":26,"uu":"prison inmates|sato","n":"Prison Inmates"},{"id":20779,"c":24,"u":"ribcage%20adventures_sato","p":83,"s":104,"h":1,"t":26,"uu":"ribcage adventures|sato","n":"Ribcage Adventures"},{"id":20780,"c":24,"u":"rigus%20adventures_sato","p":85,"s":104,"h":1,"t":26,"uu":"rigus adventures|sato","n":"Rigus Adventures"},{"id":20781,"c":24,"u":"shopping%20in%20the%20bazaar%3b%20bazaar%20shops_sato","p":53,"s":104,"h":1,"t":26,"uu":"shopping in the bazaar; bazaar shops|sato","n":"Shopping in the Bazaar; Bazaar Shops"},{"id":20782,"c":24,"u":"sigil%20adventure%20hooks_sato","p":58,"s":104,"h":1,"t":26,"uu":"sigil adventure hooks|sato","n":"Sigil Adventure Hooks"},{"id":20783,"c":24,"u":"sigil%20calamities_sato","p":58,"s":104,"h":1,"t":26,"uu":"sigil calamities|sato","n":"Sigil Calamities"},{"id":20784,"c":24,"u":"sigil%20clerks'%20ward%20encounters_sato","p":59,"s":104,"h":1,"t":26,"uu":"sigil clerks' ward encounters|sato","n":"Sigil Clerks' Ward Encounters"},{"id":20785,"c":24,"u":"sigil%20gazetteer%3b%20sigil%20wards_sato","p":29,"s":104,"h":1,"t":26,"uu":"sigil gazetteer; sigil wards|sato","n":"Sigil Gazetteer; Sigil Wards"},{"id":20786,"c":24,"u":"sigil%20general%20encounters_sato","p":59,"s":104,"h":1,"t":26,"uu":"sigil general encounters|sato","n":"Sigil General Encounters"},{"id":20787,"c":24,"u":"sigil%20hive%20ward%20encounters_sato","p":59,"s":104,"h":1,"t":26,"uu":"sigil hive ward encounters|sato","n":"Sigil Hive Ward Encounters"},{"id":20788,"c":24,"u":"sigil%20lady's%20ward%20encounters_sato","p":59,"s":104,"h":1,"t":26,"uu":"sigil lady's ward encounters|sato","n":"Sigil Lady's Ward Encounters"},{"id":20789,"c":24,"u":"sigil%20lower%20ward%20encounters_sato","p":59,"s":104,"h":1,"t":26,"uu":"sigil lower ward encounters|sato","n":"Sigil Lower Ward Encounters"},{"id":20790,"c":24,"u":"sigil%20market%20ward%20encounters_sato","p":59,"s":104,"h":1,"t":26,"uu":"sigil market ward encounters|sato","n":"Sigil Market Ward Encounters"},{"id":20791,"c":24,"u":"sigil%20undersigil%20encounters_sato","p":59,"s":104,"h":1,"t":26,"uu":"sigil undersigil encounters|sato","n":"Sigil Undersigil Encounters"},{"id":20792,"c":24,"u":"spells_sato","p":12,"s":104,"h":1,"t":26,"uu":"spells|sato","n":"Spells"},{"id":20793,"c":24,"u":"spells%20for%20sale_sato","p":50,"s":104,"h":1,"t":26,"uu":"spells for sale|sato","n":"Spells for Sale"},{"id":20794,"c":24,"u":"sylvania%20adventures_sato","p":87,"s":104,"h":1,"t":26,"uu":"sylvania adventures|sato","n":"Sylvania Adventures"},{"id":20795,"c":24,"u":"torch%20adventures_sato","p":89,"s":104,"h":1,"t":26,"uu":"torch adventures|sato","n":"Torch Adventures"},{"id":20796,"c":24,"u":"tradegate%20adventures_sato","p":91,"s":104,"h":1,"t":26,"uu":"tradegate adventures|sato","n":"Tradegate Adventures"},{"id":20797,"c":24,"u":"xaos%20adventures_sato","p":93,"s":104,"h":1,"t":26,"uu":"xaos adventures|sato","n":"Xaos Adventures"},{"id":20798,"c":24,"u":"founder%20dragons_scc","p":6,"s":57,"h":1,"t":26,"uu":"founder dragons|scc","n":"Founder Dragons"},{"id":20799,"c":24,"u":"friends%20and%20foes%3b%20strixhaven%20creatures_scc","p":183,"s":57,"h":1,"t":26,"uu":"friends and foes; strixhaven creatures|scc","n":"Friends and Foes; Strixhaven Creatures"},{"id":20800,"c":24,"u":"magic%20items%20for%20sale_scc","p":38,"s":57,"h":1,"t":26,"uu":"magic items for sale|scc","n":"Magic Items for Sale"},{"id":20801,"c":24,"u":"relationships%3b%20starting%20relationship%20points_scc","p":42,"s":57,"h":1,"t":26,"uu":"relationships; starting relationship points|scc","n":"Relationships; Starting Relationship Points"},{"id":20802,"c":24,"u":"scholars%20of%20lorehold%3b%20lorehold%20scholars_scc","p":13,"s":57,"h":1,"t":26,"uu":"scholars of lorehold; lorehold scholars|scc","n":"Scholars of Lorehold; Lorehold Scholars"},{"id":20803,"c":24,"u":"scholars%20of%20prismari%3b%20prismari%20scholars_scc","p":16,"s":57,"h":1,"t":26,"uu":"scholars of prismari; prismari scholars|scc","n":"Scholars of Prismari; Prismari Scholars"},{"id":20804,"c":24,"u":"scholars%20of%20quandrix%3b%20quandrix%20scholars_scc","p":19,"s":57,"h":1,"t":26,"uu":"scholars of quandrix; quandrix scholars|scc","n":"Scholars of Quandrix; Quandrix Scholars"},{"id":20805,"c":24,"u":"scholars%20of%20silverquill%3b%20silverquill%20scholars_scc","p":22,"s":57,"h":1,"t":26,"uu":"scholars of silverquill; silverquill scholars|scc","n":"Scholars of Silverquill; Silverquill Scholars"},{"id":20806,"c":24,"u":"scholars%20of%20witherbloom%3b%20witherbloom%20scholars_scc","p":25,"s":57,"h":1,"t":26,"uu":"scholars of witherbloom; witherbloom scholars|scc","n":"Scholars of Witherbloom; Witherbloom Scholars"},{"id":20807,"c":24,"u":"spells_scc","p":37,"s":57,"h":1,"t":26,"uu":"spells|scc","n":"Spells"},{"id":20808,"c":24,"u":"standalone%20adventures%3b%20adventure%20levels_scc","p":41,"s":57,"h":1,"t":26,"uu":"standalone adventures; adventure levels|scc","n":"Standalone Adventures; Adventure Levels"},{"id":20809,"c":24,"u":"strixhaven%20mascots_scc","p":10,"s":57,"h":1,"t":26,"uu":"strixhaven mascots|scc","n":"Strixhaven Mascots"},{"id":20810,"c":24,"u":"student%20npc%20stat%20blocks_scc","p":50,"s":57,"h":1,"t":26,"uu":"student npc stat blocks|scc","n":"Student NPC Stat Blocks"},{"id":20811,"c":24,"u":"welcome%20to%20strixhaven%3b%20colleges%20of%20strixhaven_scc","p":4,"s":57,"h":1,"t":26,"uu":"welcome to strixhaven; colleges of strixhaven|scc","n":"Welcome to Strixhaven; Colleges of Strixhaven"},{"id":20812,"c":24,"u":"dm%20screen%3b%20light_screen","s":153,"h":1,"t":26,"uu":"dm screen; light|screen","n":"DM Screen; Light"},{"id":20813,"c":24,"u":"dm%20screen%3b%20npc%20bonds_screen","s":153,"h":1,"t":26,"uu":"dm screen; npc bonds|screen","n":"DM Screen; NPC Bonds"},{"id":20814,"c":24,"u":"dm%20screen%3b%20npc%20characteristics_screen","s":153,"h":1,"t":26,"uu":"dm screen; npc characteristics|screen","n":"DM Screen; NPC Characteristics"},{"id":20815,"c":24,"u":"dm%20screen%3b%20npc%20flaws_screen","s":153,"h":1,"t":26,"uu":"dm screen; npc flaws|screen","n":"DM Screen; NPC Flaws"},{"id":20816,"c":24,"u":"dm%20screen%3b%20npc%20ideals_screen","s":153,"h":1,"t":26,"uu":"dm screen; npc ideals|screen","n":"DM Screen; NPC Ideals"},{"id":20817,"c":24,"u":"dm%20screen%3b%20quick%20finds_screen","s":153,"h":1,"t":26,"uu":"dm screen; quick finds|screen","n":"DM Screen; Quick Finds"},{"id":20818,"c":24,"u":"dm%20screen%3b%20something%20happens!_screen","s":153,"h":1,"t":26,"uu":"dm screen; something happens!|screen","n":"DM Screen; Something happens!"},{"id":20819,"c":24,"u":"crashing_screenspelljammer","s":154,"h":1,"t":26,"uu":"crashing|screenspelljammer","n":"Crashing"},{"id":20820,"c":24,"u":"initial%20attitude_screenspelljammer","s":154,"h":1,"t":26,"uu":"initial attitude|screenspelljammer","n":"Initial Attitude"},{"id":20821,"c":24,"u":"setting%20a%20dc_screenspelljammer","s":154,"h":1,"t":26,"uu":"setting a dc|screenspelljammer","n":"Setting a DC"},{"id":20822,"c":24,"u":"ship%20cargo%3b%20cheap%20cargo_screenspelljammer","s":154,"h":1,"t":26,"uu":"ship cargo; cheap cargo|screenspelljammer","n":"Ship Cargo; Cheap Cargo"},{"id":20823,"c":24,"u":"ship%20cargo%3b%20expensive%20cargo_screenspelljammer","s":154,"h":1,"t":26,"uu":"ship cargo; expensive cargo|screenspelljammer","n":"Ship Cargo; Expensive Cargo"},{"id":20824,"c":24,"u":"ship%20quirks_screenspelljammer","s":154,"h":1,"t":26,"uu":"ship quirks|screenspelljammer","n":"Ship Quirks"},{"id":20825,"c":24,"u":"ship-to-ship%20starting%20distance_screenspelljammer","s":154,"h":1,"t":26,"uu":"ship-to-ship starting distance|screenspelljammer","n":"Ship-to-Ship Starting Distance"},{"id":20826,"c":24,"u":"shipboard%20tasks_screenspelljammer","s":154,"h":1,"t":26,"uu":"shipboard tasks|screenspelljammer","n":"Shipboard Tasks"},{"id":20827,"c":24,"u":"skills%20and%20associated%20abilities_screenspelljammer","s":154,"h":1,"t":26,"uu":"skills and associated abilities|screenspelljammer","n":"Skills and Associated Abilities"},{"id":20828,"c":24,"u":"betrayer%20gods_tdcsr","p":34,"s":61,"h":1,"dP":1,"t":26,"uu":"betrayer gods|tdcsr","n":"Betrayer Gods"},{"id":20829,"c":24,"u":"cracksackle%20guildhall%20(middle%20slab)%3b%20cracksackle%20wares_tdcsr","p":100,"s":61,"h":1,"dP":1,"t":26,"uu":"cracksackle guildhall (middle slab); cracksackle wares|tdcsr","n":"Cracksackle Guildhall (Middle Slab); Cracksackle Wares"},{"id":20830,"c":24,"u":"exandrian%20calendar_tdcsr","p":9,"s":61,"h":1,"dP":1,"t":26,"uu":"exandrian calendar|tdcsr","n":"Exandrian Calendar"},{"id":20831,"c":24,"u":"lesser%20idols_tdcsr","p":39,"s":61,"h":1,"dP":1,"t":26,"uu":"lesser idols|tdcsr","n":"Lesser Idols"},{"id":20832,"c":24,"u":"prime%20deities_tdcsr","p":27,"s":61,"h":1,"dP":1,"t":26,"uu":"prime deities|tdcsr","n":"Prime Deities"},{"id":20833,"c":24,"u":"vestiges%20of%20divergence%20by%20advancement_tdcsr","p":200,"s":61,"h":1,"dP":1,"t":26,"uu":"vestiges of divergence by advancement|tdcsr","n":"Vestiges of Divergence by Advancement"},{"id":20834,"c":24,"u":"npc%20features%20table%3b%20npc%20features_tob1-2023","p":405,"s":64,"h":1,"dP":1,"t":26,"uu":"npc features table; npc features|tob1-2023","n":"NPC Features Table; NPC Features"},{"id":20835,"c":24,"u":"beholder%20names_vgm","p":9,"s":67,"h":1,"t":26,"uu":"beholder names|vgm","n":"Beholder Names"},{"id":20836,"c":24,"u":"beholder%20pets_vgm","p":16,"s":67,"h":1,"t":26,"uu":"beholder pets|vgm","n":"Beholder Pets"},{"id":20837,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20demonic%20influence_vgm","p":39,"s":67,"h":1,"t":26,"uu":"creating a gnoll war band; demonic influence|vgm","n":"Creating a Gnoll War Band; Demonic Influence"},{"id":20838,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20composition_vgm","p":39,"s":67,"h":1,"t":26,"uu":"creating a gnoll war band; gnoll war band composition|vgm","n":"Creating a Gnoll War Band; Gnoll War Band Composition"},{"id":20839,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20name_vgm","p":39,"s":67,"h":1,"t":26,"uu":"creating a gnoll war band; gnoll war band name|vgm","n":"Creating a Gnoll War Band; Gnoll War Band Name"},{"id":20840,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20special%20creatures_vgm","p":39,"s":67,"h":1,"t":26,"uu":"creating a gnoll war band; gnoll war band special creatures|vgm","n":"Creating a Gnoll War Band; Gnoll War Band Special Creatures"},{"id":20841,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20notable%20behavior%20or%20tactics_vgm","p":39,"s":67,"h":1,"t":26,"uu":"creating a gnoll war band; notable behavior or tactics|vgm","n":"Creating a Gnoll War Band; Notable Behavior or Tactics"},{"id":20842,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20shared%20physical%20trait_vgm","p":39,"s":67,"h":1,"t":26,"uu":"creating a gnoll war band; shared physical trait|vgm","n":"Creating a Gnoll War Band; Shared Physical Trait"},{"id":20843,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20war%20band%20leadership_vgm","p":39,"s":67,"h":1,"t":26,"uu":"creating a gnoll war band; war band leadership|vgm","n":"Creating a Gnoll War Band; War Band Leadership"},{"id":20844,"c":24,"u":"gnoll%20names_vgm","p":36,"s":67,"h":1,"t":26,"uu":"gnoll names|vgm","n":"Gnoll Names"},{"id":20845,"c":24,"u":"hag%20names_vgm","p":55,"s":67,"h":1,"t":26,"uu":"hag names|vgm","n":"Hag Names"},{"id":20846,"c":24,"u":"height%20and%20weight_vgm","p":120,"s":67,"h":1,"t":26,"uu":"height and weight|vgm","n":"Height and Weight"},{"id":20847,"c":24,"u":"kobold%20names_vgm","p":66,"s":67,"h":1,"t":26,"uu":"kobold names|vgm","n":"Kobold Names"},{"id":20848,"c":24,"u":"living%20the%20giant%20life%3b%20giant%20life%20spans_vgm","p":22,"s":67,"h":1,"t":26,"uu":"living the giant life; giant life spans|vgm","n":"Living the Giant Life; Giant Life Spans"},{"id":20849,"c":24,"u":"mind%20flayer%20names_vgm","p":75,"s":67,"h":1,"t":26,"uu":"mind flayer names|vgm","n":"Mind Flayer Names"},{"id":20850,"c":24,"u":"monster%20lore_vgm","p":5,"s":67,"h":1,"t":26,"uu":"monster lore|vgm","n":"Monster Lore"},{"id":20851,"c":24,"u":"one-of-a-kind%20objects%3b%20hag%20objects_vgm","p":62,"s":67,"h":1,"t":26,"uu":"one-of-a-kind objects; hag objects|vgm","n":"One-of-a-Kind Objects; Hag Objects"},{"id":20852,"c":24,"u":"orc%20names%3b%20orc%20epithets_vgm","p":88,"s":67,"h":1,"t":26,"uu":"orc names; orc epithets|vgm","n":"Orc Names; Orc Epithets"},{"id":20853,"c":24,"u":"orc%20names%3b%20orc%20female%20names_vgm","p":88,"s":67,"h":1,"t":26,"uu":"orc names; orc female names|vgm","n":"Orc Names; Orc Female Names"},{"id":20854,"c":24,"u":"orc%20names%3b%20orc%20male%20names_vgm","p":88,"s":67,"h":1,"t":26,"uu":"orc names; orc male names|vgm","n":"Orc Names; Orc Male Names"},{"id":20855,"c":24,"u":"pets%3b%20beholder%20greater%20minions_vgm","p":16,"s":67,"h":1,"t":26,"uu":"pets; beholder greater minions|vgm","n":"Pets; Beholder Greater Minions"},{"id":20856,"c":24,"u":"pets%3b%20beholder%20lesser%20minions_vgm","p":16,"s":67,"h":1,"t":26,"uu":"pets; beholder lesser minions|vgm","n":"Pets; Beholder Lesser Minions"},{"id":20857,"c":24,"u":"physical%20characteristics%3b%20beholder%20body%20diameter_vgm","p":8,"s":67,"h":1,"t":26,"uu":"physical characteristics; beholder body diameter|vgm","n":"Physical Characteristics; Beholder Body Diameter"},{"id":20858,"c":24,"u":"physical%20characteristics%3b%20beholder%20eye%20color_vgm","p":8,"s":67,"h":1,"t":26,"uu":"physical characteristics; beholder eye color|vgm","n":"Physical Characteristics; Beholder Eye Color"},{"id":20859,"c":24,"u":"physical%20characteristics%3b%20beholder%20eye%20size_vgm","p":8,"s":67,"h":1,"t":26,"uu":"physical characteristics; beholder eye size|vgm","n":"Physical Characteristics; Beholder Eye Size"},{"id":20860,"c":24,"u":"physical%20characteristics%3b%20beholder%20eyestalk%20shape_vgm","p":8,"s":67,"h":1,"t":26,"uu":"physical characteristics; beholder eyestalk shape|vgm","n":"Physical Characteristics; Beholder Eyestalk Shape"},{"id":20861,"c":24,"u":"physical%20characteristics%3b%20beholder%20eyestalk%20texture_vgm","p":8,"s":67,"h":1,"t":26,"uu":"physical characteristics; beholder eyestalk texture|vgm","n":"Physical Characteristics; Beholder Eyestalk Texture"},{"id":20862,"c":24,"u":"physical%20characteristics%3b%20beholder%20iris%20shape_vgm","p":8,"s":67,"h":1,"t":26,"uu":"physical characteristics; beholder iris shape|vgm","n":"Physical Characteristics; Beholder Iris Shape"},{"id":20863,"c":24,"u":"physical%20characteristics%3b%20beholder%20mouth%20shape%20and%20size_vgm","p":8,"s":67,"h":1,"t":26,"uu":"physical characteristics; beholder mouth shape and size|vgm","n":"Physical Characteristics; Beholder Mouth Shape and Size"},{"id":20864,"c":24,"u":"physical%20characteristics%3b%20beholder%20skin%20color_vgm","p":8,"s":67,"h":1,"t":26,"uu":"physical characteristics; beholder skin color|vgm","n":"Physical Characteristics; Beholder Skin Color"},{"id":20865,"c":24,"u":"physical%20characteristics%3b%20beholder%20skin%20texture_vgm","p":8,"s":67,"h":1,"t":26,"uu":"physical characteristics; beholder skin texture|vgm","n":"Physical Characteristics; Beholder Skin Texture"},{"id":20866,"c":24,"u":"physical%20characteristics%3b%20beholder%20teeth%20shape_vgm","p":8,"s":67,"h":1,"t":26,"uu":"physical characteristics; beholder teeth shape|vgm","n":"Physical Characteristics; Beholder Teeth Shape"},{"id":20867,"c":24,"u":"physical%20variations%3b%20pureblood%20characteristics_vgm","p":97,"s":67,"h":1,"t":26,"uu":"physical variations; pureblood characteristics|vgm","n":"Physical Variations; Pureblood Characteristics"},{"id":20868,"c":24,"u":"physical%20variations%3b%20scale%20color_vgm","p":66,"s":67,"h":1,"t":26,"uu":"physical variations; scale color|vgm","n":"Physical Variations; Scale Color"},{"id":20869,"c":24,"u":"physical%20variations%3b%20scale%20pattern_vgm","p":66,"s":67,"h":1,"t":26,"uu":"physical variations; scale pattern|vgm","n":"Physical Variations; Scale Pattern"},{"id":20870,"c":24,"u":"physical%20variations%3b%20type%202%20malison%3a%20arms_vgm","p":97,"s":67,"h":1,"t":26,"uu":"physical variations; type 2 malison: arms|vgm","n":"Physical Variations; Type 2 Malison: Arms"},{"id":20871,"c":24,"u":"physical%20variations%3b%20type%204%20malison%3a%20lower%20body_vgm","p":97,"s":67,"h":1,"t":26,"uu":"physical variations; type 4 malison: lower body|vgm","n":"Physical Variations; Type 4 Malison: Lower Body"},{"id":20872,"c":24,"u":"physical%20variations%3b%20yuan-ti%20eye%20color_vgm","p":97,"s":67,"h":1,"t":26,"uu":"physical variations; yuan-ti eye color|vgm","n":"Physical Variations; Yuan-ti Eye Color"},{"id":20873,"c":24,"u":"physical%20variations%3b%20yuan-ti%20humanoid%20skin%20color_vgm","p":97,"s":67,"h":1,"t":26,"uu":"physical variations; yuan-ti humanoid skin color|vgm","n":"Physical Variations; Yuan-ti Humanoid Skin Color"},{"id":20874,"c":24,"u":"physical%20variations%3b%20yuan-ti%20scale%20color_vgm","p":97,"s":67,"h":1,"t":26,"uu":"physical variations; yuan-ti scale color|vgm","n":"Physical Variations; Yuan-ti Scale Color"},{"id":20875,"c":24,"u":"physical%20variations%3b%20yuan-ti%20scale%20pattern_vgm","p":97,"s":67,"h":1,"t":26,"uu":"physical variations; yuan-ti scale pattern|vgm","n":"Physical Variations; Yuan-ti Scale Pattern"},{"id":20876,"c":24,"u":"physical%20variations%3b%20yuan-ti%20snake%20body%20type_vgm","p":97,"s":67,"h":1,"t":26,"uu":"physical variations; yuan-ti snake body type|vgm","n":"Physical Variations; Yuan-ti Snake Body Type"},{"id":20877,"c":24,"u":"physical%20variations%3b%20yuan-ti%20snake%20head%20shape_vgm","p":97,"s":67,"h":1,"t":26,"uu":"physical variations; yuan-ti snake head shape|vgm","n":"Physical Variations; Yuan-ti Snake Head Shape"},{"id":20878,"c":24,"u":"physical%20variations%3b%20yuan-ti%20tongue%20color_vgm","p":97,"s":67,"h":1,"t":26,"uu":"physical variations; yuan-ti tongue color|vgm","n":"Physical Variations; Yuan-ti Tongue Color"},{"id":20879,"c":24,"u":"random%20hag%20minions%3b%20brutes_vgm","p":61,"s":67,"h":1,"t":26,"uu":"random hag minions; brutes|vgm","n":"Random Hag Minions; Brutes"},{"id":20880,"c":24,"u":"random%20hag%20minions%3b%20servants_vgm","p":61,"s":67,"h":1,"t":26,"uu":"random hag minions; servants|vgm","n":"Random Hag Minions; Servants"},{"id":20881,"c":24,"u":"random%20yuan-ti%20servants%3b%20yuan-ti%20agents_vgm","p":102,"s":67,"h":1,"t":26,"uu":"random yuan-ti servants; yuan-ti agents|vgm","n":"Random Yuan-ti Servants; Yuan-ti Agents"},{"id":20882,"c":24,"u":"random%20yuan-ti%20servants%3b%20yuan-ti%20protectors_vgm","p":102,"s":67,"h":1,"t":26,"uu":"random yuan-ti servants; yuan-ti protectors|vgm","n":"Random Yuan-ti Servants; Yuan-ti Protectors"},{"id":20883,"c":24,"u":"rank%2c%20status%2c%20and%20title_vgm","p":46,"s":67,"h":1,"t":26,"uu":"rank, status, and title|vgm","n":"Rank, Status, and Title"},{"id":20884,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20bonds_vgm","p":8,"s":67,"h":1,"t":26,"uu":"roleplaying a beholder; beholder bonds|vgm","n":"Roleplaying a Beholder; Beholder Bonds"},{"id":20885,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20flaws_vgm","p":8,"s":67,"h":1,"t":26,"uu":"roleplaying a beholder; beholder flaws|vgm","n":"Roleplaying a Beholder; Beholder Flaws"},{"id":20886,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20ideals_vgm","p":8,"s":67,"h":1,"t":26,"uu":"roleplaying a beholder; beholder ideals|vgm","n":"Roleplaying a Beholder; Beholder Ideals"},{"id":20887,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20personality%20traits_vgm","p":8,"s":67,"h":1,"t":26,"uu":"roleplaying a beholder; beholder personality traits|vgm","n":"Roleplaying a Beholder; Beholder Personality Traits"},{"id":20888,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20bonds_vgm","p":23,"s":67,"h":1,"t":26,"uu":"roleplaying a giant; giant bonds|vgm","n":"Roleplaying a Giant; Giant Bonds"},{"id":20889,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20flaws_vgm","p":23,"s":67,"h":1,"t":26,"uu":"roleplaying a giant; giant flaws|vgm","n":"Roleplaying a Giant; Giant Flaws"},{"id":20890,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20ideals_vgm","p":23,"s":67,"h":1,"t":26,"uu":"roleplaying a giant; giant ideals|vgm","n":"Roleplaying a Giant; Giant Ideals"},{"id":20891,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20personality%20traits_vgm","p":23,"s":67,"h":1,"t":26,"uu":"roleplaying a giant; giant personality traits|vgm","n":"Roleplaying a Giant; Giant Personality Traits"},{"id":20892,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20bonds_vgm","p":54,"s":67,"h":1,"t":26,"uu":"roleplaying a hag; hag bonds|vgm","n":"Roleplaying a Hag; Hag Bonds"},{"id":20893,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20flaws_vgm","p":54,"s":67,"h":1,"t":26,"uu":"roleplaying a hag; hag flaws|vgm","n":"Roleplaying a Hag; Hag Flaws"},{"id":20894,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20ideals_vgm","p":54,"s":67,"h":1,"t":26,"uu":"roleplaying a hag; hag ideals|vgm","n":"Roleplaying a Hag; Hag Ideals"},{"id":20895,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20personality%20traits_vgm","p":54,"s":67,"h":1,"t":26,"uu":"roleplaying a hag; hag personality traits|vgm","n":"Roleplaying a Hag; Hag Personality Traits"},{"id":20896,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20bonds_vgm","p":74,"s":67,"h":1,"t":26,"uu":"roleplaying a mind flayer; mind flayer bonds|vgm","n":"Roleplaying a Mind Flayer; Mind Flayer Bonds"},{"id":20897,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20flaws_vgm","p":74,"s":67,"h":1,"t":26,"uu":"roleplaying a mind flayer; mind flayer flaws|vgm","n":"Roleplaying a Mind Flayer; Mind Flayer Flaws"},{"id":20898,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20ideals_vgm","p":74,"s":67,"h":1,"t":26,"uu":"roleplaying a mind flayer; mind flayer ideals|vgm","n":"Roleplaying a Mind Flayer; Mind Flayer Ideals"},{"id":20899,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20personality%20traits_vgm","p":74,"s":67,"h":1,"t":26,"uu":"roleplaying a mind flayer; mind flayer personality traits|vgm","n":"Roleplaying a Mind Flayer; Mind Flayer Personality Traits"},{"id":20900,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20bonds_vgm","p":98,"s":67,"h":1,"t":26,"uu":"roleplaying a yuan-ti; yuan-ti bonds|vgm","n":"Roleplaying a Yuan-ti; Yuan-ti Bonds"},{"id":20901,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20flaws_vgm","p":98,"s":67,"h":1,"t":26,"uu":"roleplaying a yuan-ti; yuan-ti flaws|vgm","n":"Roleplaying a Yuan-ti; Yuan-ti Flaws"},{"id":20902,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20ideals_vgm","p":98,"s":67,"h":1,"t":26,"uu":"roleplaying a yuan-ti; yuan-ti ideals|vgm","n":"Roleplaying a Yuan-ti; Yuan-ti Ideals"},{"id":20903,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20personality%20traits_vgm","p":98,"s":67,"h":1,"t":26,"uu":"roleplaying a yuan-ti; yuan-ti personality traits|vgm","n":"Roleplaying a Yuan-ti; Yuan-ti Personality Traits"},{"id":20904,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20bonds_vgm","p":87,"s":67,"h":1,"t":26,"uu":"roleplaying an orc; orc bonds|vgm","n":"Roleplaying an Orc; Orc Bonds"},{"id":20905,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20flaws_vgm","p":87,"s":67,"h":1,"t":26,"uu":"roleplaying an orc; orc flaws|vgm","n":"Roleplaying an Orc; Orc Flaws"},{"id":20906,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20ideals_vgm","p":87,"s":67,"h":1,"t":26,"uu":"roleplaying an orc; orc ideals|vgm","n":"Roleplaying an Orc; Orc Ideals"},{"id":20907,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20personality%20traits_vgm","p":87,"s":67,"h":1,"t":26,"uu":"roleplaying an orc; orc personality traits|vgm","n":"Roleplaying an Orc; Orc Personality Traits"},{"id":20908,"c":24,"u":"status%20symbols_vgm","p":42,"s":67,"h":1,"t":26,"uu":"status symbols|vgm","n":"Status Symbols"},{"id":20909,"c":24,"u":"treasure%3b%20orc%20trophies_vgm","p":90,"s":67,"h":1,"t":26,"uu":"treasure; orc trophies|vgm","n":"Treasure; Orc Trophies"},{"id":20910,"c":24,"u":"yuan-ti%20names_vgm","p":99,"s":67,"h":1,"t":26,"uu":"yuan-ti names|vgm","n":"Yuan-ti Names"},{"id":20911,"c":24,"u":"adventures%20in%20the%20carnival%3b%20carnival%20adventures_vrgr","p":87,"s":68,"h":1,"t":26,"uu":"adventures in the carnival; carnival adventures|vrgr","n":"Adventures in the Carnival; Carnival Adventures"},{"id":20912,"c":24,"u":"adventures%3b%20darklord%20connections_vrgr","p":44,"s":68,"h":1,"t":26,"uu":"adventures; darklord connections|vrgr","n":"Adventures; Darklord Connections"},{"id":20913,"c":24,"u":"adventures%3b%20darklord%20interactions_vrgr","p":44,"s":68,"h":1,"t":26,"uu":"adventures; darklord interactions|vrgr","n":"Adventures; Darklord Interactions"},{"id":20914,"c":24,"u":"alien%20artifacts%3b%20aberrant%20evidence_vrgr","p":75,"s":68,"h":1,"t":26,"uu":"alien artifacts; aberrant evidence|vrgr","n":"Alien Artifacts; Aberrant Evidence"},{"id":20915,"c":24,"u":"barovia%20adventures_vrgr","p":69,"s":68,"h":1,"t":26,"uu":"barovia adventures|vrgr","n":"Barovia Adventures"},{"id":20916,"c":24,"u":"benefits%20of%20renown%3b%20loyalist%20benefits_vrgr","p":131,"s":68,"h":1,"t":26,"uu":"benefits of renown; loyalist benefits|vrgr","n":"Benefits of Renown; Loyalist Benefits"},{"id":20917,"c":24,"u":"benefits%20of%20renown%3b%20rebel%20benefits_vrgr","p":131,"s":68,"h":1,"t":26,"uu":"benefits of renown; rebel benefits|vrgr","n":"Benefits of Renown; Rebel Benefits"},{"id":20918,"c":24,"u":"bestiary%3b%20creatures%20by%20challenge%20rating_vrgr","p":226,"s":68,"h":1,"t":26,"uu":"bestiary; creatures by challenge rating|vrgr","n":"Bestiary; Creatures by Challenge Rating"},{"id":20919,"c":24,"u":"beyond%20barovia%3b%20lost%20tatyana_vrgr","p":71,"s":68,"h":1,"t":26,"uu":"beyond barovia; lost tatyana|vrgr","n":"Beyond Barovia; Lost Tatyana"},{"id":20920,"c":24,"u":"bluetspur%20adventures_vrgr","p":74,"s":68,"h":1,"t":26,"uu":"bluetspur adventures|vrgr","n":"Bluetspur Adventures"},{"id":20921,"c":24,"u":"body%20horror%20adventure%20sites_vrgr","p":47,"s":68,"h":1,"t":26,"uu":"body horror adventure sites|vrgr","n":"Body Horror Adventure Sites"},{"id":20922,"c":24,"u":"body%20horror%20monsters_vrgr","p":45,"s":68,"h":1,"t":26,"uu":"body horror monsters|vrgr","n":"Body Horror Monsters"},{"id":20923,"c":24,"u":"body%20horror%20plots_vrgr","p":47,"s":68,"h":1,"t":26,"uu":"body horror plots|vrgr","n":"Body Horror Plots"},{"id":20924,"c":24,"u":"body%20horror%20settings_vrgr","p":47,"s":68,"h":1,"t":26,"uu":"body horror settings|vrgr","n":"Body Horror Settings"},{"id":20925,"c":24,"u":"body%20horror%20torments_vrgr","p":47,"s":68,"h":1,"t":26,"uu":"body horror torments|vrgr","n":"Body Horror Torments"},{"id":20926,"c":24,"u":"body%20horror%20villains_vrgr","p":45,"s":68,"h":1,"t":26,"uu":"body horror villains|vrgr","n":"Body Horror Villains"},{"id":20927,"c":24,"u":"borca%20adventures_vrgr","p":81,"s":68,"h":1,"t":26,"uu":"borca adventures|vrgr","n":"Borca Adventures"},{"id":20928,"c":24,"u":"concluding%20the%20siege%3b%20zombie%20siege%20climax_vrgr","p":105,"s":68,"h":1,"t":26,"uu":"concluding the siege; zombie siege climax|vrgr","n":"Concluding the Siege; Zombie Siege Climax"},{"id":20929,"c":24,"u":"connection%20to%20strahd%3b%20avoiding%20strahd_vrgr","p":70,"s":68,"h":1,"t":26,"uu":"connection to strahd; avoiding strahd|vrgr","n":"Connection to Strahd; Avoiding Strahd"},{"id":20930,"c":24,"u":"connection%20to%20strahd%3b%20hunting%20strahd_vrgr","p":70,"s":68,"h":1,"t":26,"uu":"connection to strahd; hunting strahd|vrgr","n":"Connection to Strahd; Hunting Strahd"},{"id":20931,"c":24,"u":"cosmic%20horror%20adventure%20sites_vrgr","p":49,"s":68,"h":1,"t":26,"uu":"cosmic horror adventure sites|vrgr","n":"Cosmic Horror Adventure Sites"},{"id":20932,"c":24,"u":"cosmic%20horror%20monsters_vrgr","p":48,"s":68,"h":1,"t":26,"uu":"cosmic horror monsters|vrgr","n":"Cosmic Horror Monsters"},{"id":20933,"c":24,"u":"cosmic%20horror%20plots_vrgr","p":49,"s":68,"h":1,"t":26,"uu":"cosmic horror plots|vrgr","n":"Cosmic Horror Plots"},{"id":20934,"c":24,"u":"cosmic%20horror%20settings_vrgr","p":49,"s":68,"h":1,"t":26,"uu":"cosmic horror settings|vrgr","n":"Cosmic Horror Settings"},{"id":20935,"c":24,"u":"cosmic%20horror%20torments_vrgr","p":49,"s":68,"h":1,"t":26,"uu":"cosmic horror torments|vrgr","n":"Cosmic Horror Torments"},{"id":20936,"c":24,"u":"cosmic%20horror%20villains_vrgr","p":48,"s":68,"h":1,"t":26,"uu":"cosmic horror villains|vrgr","n":"Cosmic Horror Villains"},{"id":20937,"c":24,"u":"dark%20fantasy%20adventure%20sites_vrgr","p":51,"s":68,"h":1,"t":26,"uu":"dark fantasy adventure sites|vrgr","n":"Dark Fantasy Adventure Sites"},{"id":20938,"c":24,"u":"dark%20fantasy%20monsters_vrgr","p":50,"s":68,"h":1,"t":26,"uu":"dark fantasy monsters|vrgr","n":"Dark Fantasy Monsters"},{"id":20939,"c":24,"u":"dark%20fantasy%20plots_vrgr","p":51,"s":68,"h":1,"t":26,"uu":"dark fantasy plots|vrgr","n":"Dark Fantasy Plots"},{"id":20940,"c":24,"u":"dark%20fantasy%20settings_vrgr","p":51,"s":68,"h":1,"t":26,"uu":"dark fantasy settings|vrgr","n":"Dark Fantasy Settings"},{"id":20941,"c":24,"u":"dark%20fantasy%20torments_vrgr","p":51,"s":68,"h":1,"t":26,"uu":"dark fantasy torments|vrgr","n":"Dark Fantasy Torments"},{"id":20942,"c":24,"u":"dark%20fantasy%20villains_vrgr","p":50,"s":68,"h":1,"t":26,"uu":"dark fantasy villains|vrgr","n":"Dark Fantasy Villains"},{"id":20943,"c":24,"u":"darkon%20adventures_vrgr","p":91,"s":68,"h":1,"t":26,"uu":"darkon adventures|vrgr","n":"Darkon Adventures"},{"id":20944,"c":24,"u":"darkon%20allies_vrgr","p":92,"s":68,"h":1,"t":26,"uu":"darkon allies|vrgr","n":"Darkon Allies"},{"id":20945,"c":24,"u":"darkon%20finale_vrgr","p":93,"s":68,"h":1,"t":26,"uu":"darkon finale|vrgr","n":"Darkon Finale"},{"id":20946,"c":24,"u":"darkon%20rivals_vrgr","p":92,"s":68,"h":1,"t":26,"uu":"darkon rivals|vrgr","n":"Darkon Rivals"},{"id":20947,"c":24,"u":"darkon's%20destruction_vrgr","p":92,"s":68,"h":1,"t":26,"uu":"darkon's destruction|vrgr","n":"Darkon's Destruction"},{"id":20948,"c":24,"u":"darkon's%20salvation_vrgr","p":92,"s":68,"h":1,"t":26,"uu":"darkon's salvation|vrgr","n":"Darkon's Salvation"},{"id":20949,"c":24,"u":"dementlieu%20adventures_vrgr","p":97,"s":68,"h":1,"t":26,"uu":"dementlieu adventures|vrgr","n":"Dementlieu Adventures"},{"id":20950,"c":24,"u":"domains%20of%20ravenloft_vrgr","p":168,"s":68,"h":1,"t":26,"uu":"domains of ravenloft|vrgr","n":"Domains of Ravenloft"},{"id":20951,"c":24,"u":"dread%20in%20darkon_vrgr","p":93,"s":68,"h":1,"t":26,"uu":"dread in darkon|vrgr","n":"Dread in Darkon"},{"id":20952,"c":24,"u":"during%20the%20siege%3b%20zombie%20siege%20encounters_vrgr","p":105,"s":68,"h":1,"t":26,"uu":"during the siege; zombie siege encounters|vrgr","n":"During the Siege; Zombie Siege Encounters"},{"id":20953,"c":24,"u":"falkovnia%20adventures_vrgr","p":103,"s":68,"h":1,"t":26,"uu":"falkovnia adventures|vrgr","n":"Falkovnia Adventures"},{"id":20954,"c":24,"u":"folk%20horror%20adventure%20sites_vrgr","p":53,"s":68,"h":1,"t":26,"uu":"folk horror adventure sites|vrgr","n":"Folk Horror Adventure Sites"},{"id":20955,"c":24,"u":"folk%20horror%20monsters_vrgr","p":52,"s":68,"h":1,"t":26,"uu":"folk horror monsters|vrgr","n":"Folk Horror Monsters"},{"id":20956,"c":24,"u":"folk%20horror%20plots_vrgr","p":53,"s":68,"h":1,"t":26,"uu":"folk horror plots|vrgr","n":"Folk Horror Plots"},{"id":20957,"c":24,"u":"folk%20horror%20settings_vrgr","p":53,"s":68,"h":1,"t":26,"uu":"folk horror settings|vrgr","n":"Folk Horror Settings"},{"id":20958,"c":24,"u":"folk%20horror%20torments_vrgr","p":53,"s":68,"h":1,"t":26,"uu":"folk horror torments|vrgr","n":"Folk Horror Torments"},{"id":20959,"c":24,"u":"folk%20horror%20villains_vrgr","p":52,"s":68,"h":1,"t":26,"uu":"folk horror villains|vrgr","n":"Folk Horror Villains"},{"id":20960,"c":24,"u":"ghost%20story%20adventure%20sites_vrgr","p":55,"s":68,"h":1,"t":26,"uu":"ghost story adventure sites|vrgr","n":"Ghost Story Adventure Sites"},{"id":20961,"c":24,"u":"ghost%20story%20monsters_vrgr","p":54,"s":68,"h":1,"t":26,"uu":"ghost story monsters|vrgr","n":"Ghost Story Monsters"},{"id":20962,"c":24,"u":"ghost%20story%20plots_vrgr","p":55,"s":68,"h":1,"t":26,"uu":"ghost story plots|vrgr","n":"Ghost Story Plots"},{"id":20963,"c":24,"u":"ghost%20story%20settings_vrgr","p":55,"s":68,"h":1,"t":26,"uu":"ghost story settings|vrgr","n":"Ghost Story Settings"},{"id":20964,"c":24,"u":"ghost%20story%20torments_vrgr","p":55,"s":68,"h":1,"t":26,"uu":"ghost story torments|vrgr","n":"Ghost Story Torments"},{"id":20965,"c":24,"u":"ghost%20story%20villains_vrgr","p":54,"s":68,"h":1,"t":26,"uu":"ghost story villains|vrgr","n":"Ghost Story Villains"},{"id":20966,"c":24,"u":"ghost's%20history_vrgr","p":148,"s":68,"h":1,"t":26,"uu":"ghost's history|vrgr","n":"Ghost's History"},{"id":20967,"c":24,"u":"gothic%20horror%20adventure%20sites_vrgr","p":57,"s":68,"h":1,"t":26,"uu":"gothic horror adventure sites|vrgr","n":"Gothic Horror Adventure Sites"},{"id":20968,"c":24,"u":"gothic%20horror%20monsters_vrgr","p":56,"s":68,"h":1,"t":26,"uu":"gothic horror monsters|vrgr","n":"Gothic Horror Monsters"},{"id":20969,"c":24,"u":"gothic%20horror%20plots_vrgr","p":57,"s":68,"h":1,"t":26,"uu":"gothic horror plots|vrgr","n":"Gothic Horror Plots"},{"id":20970,"c":24,"u":"gothic%20horror%20settings_vrgr","p":57,"s":68,"h":1,"t":26,"uu":"gothic horror settings|vrgr","n":"Gothic Horror Settings"},{"id":20971,"c":24,"u":"gothic%20horror%20torments_vrgr","p":56,"s":68,"h":1,"t":26,"uu":"gothic horror torments|vrgr","n":"Gothic Horror Torments"},{"id":20972,"c":24,"u":"gothic%20horror%20villains_vrgr","p":56,"s":68,"h":1,"t":26,"uu":"gothic horror villains|vrgr","n":"Gothic Horror Villains"},{"id":20973,"c":24,"u":"har'akir%20adventures_vrgr","p":110,"s":68,"h":1,"t":26,"uu":"har'akir adventures|vrgr","n":"Har'Akir Adventures"},{"id":20974,"c":24,"u":"hazlan%20adventures_vrgr","p":115,"s":68,"h":1,"t":26,"uu":"hazlan adventures|vrgr","n":"Hazlan Adventures"},{"id":20975,"c":24,"u":"hazlan%20wild%20magic_vrgr","p":116,"s":68,"h":1,"t":26,"uu":"hazlan wild magic|vrgr","n":"Hazlan Wild Magic"},{"id":20976,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20bonds_vrgr","p":32,"s":68,"h":1,"t":26,"uu":"horror characteristics; horror character bonds|vrgr","n":"Horror Characteristics; Horror Character Bonds"},{"id":20977,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20flaws_vrgr","p":32,"s":68,"h":1,"t":26,"uu":"horror characteristics; horror character flaws|vrgr","n":"Horror Characteristics; Horror Character Flaws"},{"id":20978,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20ideals_vrgr","p":32,"s":68,"h":1,"t":26,"uu":"horror characteristics; horror character ideals|vrgr","n":"Horror Characteristics; Horror Character Ideals"},{"id":20979,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20personality%20traits_vrgr","p":32,"s":68,"h":1,"t":26,"uu":"horror characteristics; horror character personality traits|vrgr","n":"Horror Characteristics; Horror Character Personality Traits"},{"id":20980,"c":24,"u":"i'cath%20adventures_vrgr","p":121,"s":68,"h":1,"t":26,"uu":"i'cath adventures|vrgr","n":"I'Cath Adventures"},{"id":20981,"c":24,"u":"ignoble%20bonds%3b%20ignoble%20request_vrgr","p":82,"s":68,"h":1,"t":26,"uu":"ignoble bonds; ignoble request|vrgr","n":"Ignoble Bonds; Ignoble Request"},{"id":20982,"c":24,"u":"kalakeri%20adventures_vrgr","p":128,"s":68,"h":1,"t":26,"uu":"kalakeri adventures|vrgr","n":"Kalakeri Adventures"},{"id":20983,"c":24,"u":"kartakass%20adventures_vrgr","p":135,"s":68,"h":1,"t":26,"uu":"kartakass adventures|vrgr","n":"Kartakass Adventures"},{"id":20984,"c":24,"u":"keeper%20adventures_vrgr","p":175,"s":68,"h":1,"t":26,"uu":"keeper adventures|vrgr","n":"Keeper Adventures"},{"id":20985,"c":24,"u":"lamordia%20adventures_vrgr","p":141,"s":68,"h":1,"t":26,"uu":"lamordia adventures|vrgr","n":"Lamordia Adventures"},{"id":20986,"c":24,"u":"lethal%20leverage_vrgr","p":82,"s":68,"h":1,"t":26,"uu":"lethal leverage|vrgr","n":"Lethal Leverage"},{"id":20987,"c":24,"u":"lost%20memories%3b%20suppressed%20memories_vrgr","p":75,"s":68,"h":1,"t":26,"uu":"lost memories; suppressed memories|vrgr","n":"Lost Memories; Suppressed Memories"},{"id":20988,"c":24,"u":"means%20to%20save%20darkon_vrgr","p":92,"s":68,"h":1,"t":26,"uu":"means to save darkon|vrgr","n":"Means to Save Darkon"},{"id":20989,"c":24,"u":"meeting%20the%20darklord%3b%20favors%20for%20harkon%20lukas_vrgr","p":136,"s":68,"h":1,"t":26,"uu":"meeting the darklord; favors for harkon lukas|vrgr","n":"Meeting the Darklord; Favors for Harkon Lukas"},{"id":20990,"c":24,"u":"misericordia%20and%20other%20noble%20estates%3b%20noble%20families%20and%20estates_vrgr","p":77,"s":68,"h":1,"t":26,"uu":"misericordia and other noble estates; noble families and estates|vrgr","n":"Misericordia and Other Noble Estates; Noble Families and Estates"},{"id":20991,"c":24,"u":"monstrous%20transformations_vrgr","p":41,"s":68,"h":1,"t":26,"uu":"monstrous transformations|vrgr","n":"Monstrous Transformations"},{"id":20992,"c":24,"u":"mordenheim's%20designs%3b%20serving%20dr.%20mordenheim_vrgr","p":142,"s":68,"h":1,"t":26,"uu":"mordenheim's designs; serving dr. mordenheim|vrgr","n":"Mordenheim's Designs; Serving Dr. Mordenheim"},{"id":20993,"c":24,"u":"mordent%20adventures_vrgr","p":147,"s":68,"h":1,"t":26,"uu":"mordent adventures|vrgr","n":"Mordent Adventures"},{"id":20994,"c":24,"u":"mother's%20blessing%3b%20lorinda's%20daughter_vrgr","p":161,"s":68,"h":1,"t":26,"uu":"mother's blessing; lorinda's daughter|vrgr","n":"Mother's Blessing; Lorinda's Daughter"},{"id":20995,"c":24,"u":"random%20complications%3b%20grand%20masquerade%20complications_vrgr","p":99,"s":68,"h":1,"t":26,"uu":"random complications; grand masquerade complications|vrgr","n":"Random Complications; Grand Masquerade Complications"},{"id":20996,"c":24,"u":"renown%20in%20kalakeri_vrgr","p":130,"s":68,"h":1,"t":26,"uu":"renown in kalakeri|vrgr","n":"Renown in Kalakeri"},{"id":20997,"c":24,"u":"richemulot%20adventures_vrgr","p":153,"s":68,"h":1,"t":26,"uu":"richemulot adventures|vrgr","n":"Richemulot Adventures"},{"id":20998,"c":24,"u":"romance%3b%20romantic%20elements_vrgr","p":148,"s":68,"h":1,"t":26,"uu":"romance; romantic elements|vrgr","n":"Romance; Romantic Elements"},{"id":20999,"c":24,"u":"spirit%20tales_vrgr","p":28,"s":68,"h":1,"t":26,"uu":"spirit tales|vrgr","n":"Spirit Tales"},{"id":21000,"c":24,"u":"stage%20four%3a%20pestilence%3b%20stage%20four%20encounters_vrgr","p":155,"s":68,"h":1,"t":26,"uu":"stage four: pestilence; stage four encounters|vrgr","n":"Stage Four: Pestilence; Stage Four Encounters"},{"id":21001,"c":24,"u":"stage%20three%3a%20illness%3b%20stage%20three%20encounters_vrgr","p":155,"s":68,"h":1,"t":26,"uu":"stage three: illness; stage three encounters|vrgr","n":"Stage Three: Illness; Stage Three Encounters"},{"id":21002,"c":24,"u":"stage%20two%3a%20outbreak%3b%20stage%20two%20encounters_vrgr","p":154,"s":68,"h":1,"t":26,"uu":"stage two: outbreak; stage two encounters|vrgr","n":"Stage Two: Outbreak; Stage Two Encounters"},{"id":21003,"c":24,"u":"tepest%20adventures_vrgr","p":159,"s":68,"h":1,"t":26,"uu":"tepest adventures|vrgr","n":"Tepest Adventures"},{"id":21004,"c":24,"u":"the%20grand%20masquerade%3b%20grand%20masquerade%20objectives_vrgr","p":97,"s":68,"h":1,"t":26,"uu":"the grand masquerade; grand masquerade objectives|vrgr","n":"The Grand Masquerade; Grand Masquerade Objectives"},{"id":21005,"c":24,"u":"the%20hunters'%20role%3b%20hunt%20for%20the%20ka_vrgr","p":111,"s":68,"h":1,"t":26,"uu":"the hunters' role; hunt for the ka|vrgr","n":"The Hunters' Role; Hunt for the Ka"},{"id":21006,"c":24,"u":"the%20pharaoh's%20return%3b%20ankhtepot%20reborn_vrgr","p":110,"s":68,"h":1,"t":26,"uu":"the pharaoh's return; ankhtepot reborn|vrgr","n":"The Pharaoh's Return; Ankhtepot Reborn"},{"id":21007,"c":24,"u":"the%20secret%20of%20darkon's%20doom%3b%20azalin's%20fate_vrgr","p":92,"s":68,"h":1,"t":26,"uu":"the secret of darkon's doom; azalin's fate|vrgr","n":"The Secret of Darkon's Doom; Azalin's Fate"},{"id":21008,"c":24,"u":"the%20soul's%20shape%3b%20ankhtepot's%20soul_vrgr","p":110,"s":68,"h":1,"t":26,"uu":"the soul's shape; ankhtepot's soul|vrgr","n":"The Soul's Shape; Ankhtepot's Soul"},{"id":21009,"c":24,"u":"tithe%20events_vrgr","p":160,"s":68,"h":1,"t":26,"uu":"tithe events|vrgr","n":"Tithe Events"},{"id":21010,"c":24,"u":"tragedy%3b%20tragic%20elements_vrgr","p":148,"s":68,"h":1,"t":26,"uu":"tragedy; tragic elements|vrgr","n":"Tragedy; Tragic Elements"},{"id":21011,"c":24,"u":"travelers%20in%20the%20mists%3b%20strangers%20in%20the%20mists_vrgr","p":174,"s":68,"h":1,"t":26,"uu":"travelers in the mists; strangers in the mists|vrgr","n":"Travelers in the Mists; Strangers in the Mists"},{"id":21012,"c":24,"u":"valachan%20adventures_vrgr","p":164,"s":68,"h":1,"t":26,"uu":"valachan adventures|vrgr","n":"Valachan Adventures"},{"id":21013,"c":24,"u":"valachan%20hunt%20complications_vrgr","p":167,"s":68,"h":1,"t":26,"uu":"valachan hunt complications|vrgr","n":"Valachan Hunt Complications"},{"id":21014,"c":24,"u":"wandering%20the%20mists_vrgr","p":61,"s":68,"h":1,"t":26,"uu":"wandering the mists|vrgr","n":"Wandering the Mists"},{"id":21015,"c":24,"u":"welcome%20to%20viktal%3b%20sights%20in%20viktal_vrgr","p":160,"s":68,"h":1,"t":26,"uu":"welcome to viktal; sights in viktal|vrgr","n":"Welcome to Viktal; Sights in Viktal"},{"id":21016,"c":24,"u":"who%20is%20tatyana%3f%3b%20tatyana's%20incarnation_vrgr","p":70,"s":68,"h":1,"t":26,"uu":"who is tatyana?; tatyana's incarnation|vrgr","n":"Who Is Tatyana?; Tatyana's Incarnation"},{"id":21017,"c":24,"u":"wicked%20personality%3b%20fatal%20flaws_vrgr","p":40,"s":68,"h":1,"t":26,"uu":"wicked personality; fatal flaws|vrgr","n":"Wicked Personality; Fatal Flaws"},{"id":21018,"c":24,"u":"stagefright's%20lines_wbtw","p":250,"s":69,"h":1,"t":26,"uu":"stagefright's lines|wbtw","n":"Stagefright's Lines"},{"id":21019,"c":24,"u":"animated%20coffin%20contents_aatm","s":72,"h":1,"t":26,"uu":"animated coffin contents|aatm","n":"Animated Coffin Contents"},{"id":21020,"c":24,"u":"entering%20the%20mortuary%3b%20mortuary%20portals_aatm","s":72,"h":1,"t":26,"uu":"entering the mortuary; mortuary portals|aatm","n":"Entering the Mortuary; Mortuary Portals"},{"id":21021,"c":24,"u":"exploring%20the%20mortuary%3b%20mortuary%20chambers_aatm","s":72,"h":1,"t":26,"uu":"exploring the mortuary; mortuary chambers|aatm","n":"Exploring the Mortuary; Mortuary Chambers"},{"id":21022,"c":24,"u":"heralds%20of%20dust%20spellcasting%20fees_aatm","s":72,"h":1,"t":26,"uu":"heralds of dust spellcasting fees|aatm","n":"Heralds of Dust Spellcasting Fees"},{"id":21023,"c":24,"u":"mortuary%20adventures%3b%20mortuary%20adventure%20hooks_aatm","s":72,"h":1,"t":26,"uu":"mortuary adventures; mortuary adventure hooks|aatm","n":"Mortuary Adventures; Mortuary Adventure Hooks"},{"id":21024,"c":24,"u":"mortuary%20encounters%20(levels%2011%e2%80%9416)_aatm","s":72,"h":1,"t":26,"uu":"mortuary encounters (levels 11—16)|aatm","n":"Mortuary Encounters (Levels 11—16)"},{"id":21025,"c":24,"u":"mortuary%20encounters%20(levels%201%e2%80%944)_aatm","s":72,"h":1,"t":26,"uu":"mortuary encounters (levels 1—4)|aatm","n":"Mortuary Encounters (Levels 1—4)"},{"id":21026,"c":24,"u":"mortuary%20encounters%20(levels%205%e2%80%9410)_aatm","s":72,"h":1,"t":26,"uu":"mortuary encounters (levels 5—10)|aatm","n":"Mortuary Encounters (Levels 5—10)"},{"id":21027,"c":24,"u":"faction%20advancement_al","s":156,"h":1,"t":26,"uu":"faction advancement|al","n":"Faction Advancement"},{"id":21028,"c":24,"u":"faction%20training_al","s":156,"h":1,"t":26,"uu":"faction training|al","n":"Faction Training"},{"id":21029,"c":24,"u":"receive%20your%20faction's%20insignia%3b%20faction%20insignias_al","s":156,"h":1,"t":26,"uu":"receive your faction's insignia; faction insignias|al","n":"Receive Your Faction's Insignia; Faction Insignias"},{"id":21030,"c":24,"u":"archfey's%20personality_dod","p":13,"s":78,"h":1,"t":26,"uu":"archfey's personality|dod","n":"Archfey's Personality"},{"id":21031,"c":24,"u":"archfey's%20presentation_dod","p":12,"s":78,"h":1,"t":26,"uu":"archfey's presentation|dod","n":"Archfey's Presentation"},{"id":21032,"c":24,"u":"breaking%20a%20contract%3b%20breaking%20a%20greater%20contract_dod","p":9,"s":78,"h":1,"t":26,"uu":"breaking a contract; breaking a greater contract|dod","n":"Breaking a Contract; Breaking a Greater Contract"},{"id":21033,"c":24,"u":"breaking%20a%20contract%3b%20breaking%20a%20lesser%20contract_dod","p":9,"s":78,"h":1,"t":26,"uu":"breaking a contract; breaking a lesser contract|dod","n":"Breaking a Contract; Breaking a Lesser Contract"},{"id":21034,"c":24,"u":"coming%20and%20going%3b%20fey%20crossings_dod","p":17,"s":78,"h":1,"t":26,"uu":"coming and going; fey crossings|dod","n":"Coming and Going; Fey Crossings"},{"id":21035,"c":24,"u":"domain%20denizens%3b%20feywild%20creatures_dod","p":20,"s":78,"h":1,"t":26,"uu":"domain denizens; feywild creatures|dod","n":"Domain Denizens; Feywild Creatures"},{"id":21036,"c":24,"u":"domain%20drama_dod","p":19,"s":78,"h":1,"t":26,"uu":"domain drama|dod","n":"Domain Drama"},{"id":21037,"c":24,"u":"domain%20theme_dod","p":16,"s":78,"h":1,"t":26,"uu":"domain theme|dod","n":"Domain Theme"},{"id":21038,"c":24,"u":"domain%20visitors_dod","p":21,"s":78,"h":1,"t":26,"uu":"domain visitors|dod","n":"Domain Visitors"},{"id":21039,"c":24,"u":"fey%20abodes_dod","p":11,"s":78,"h":1,"t":26,"uu":"fey abodes|dod","n":"Fey Abodes"},{"id":21040,"c":24,"u":"fey%20curses_dod","p":10,"s":78,"h":1,"t":26,"uu":"fey curses|dod","n":"Fey Curses"},{"id":21041,"c":24,"u":"fey%20curses%3b%20ending%20the%20curse_dod","p":10,"s":78,"h":1,"t":26,"uu":"fey curses; ending the curse|dod","n":"Fey Curses; Ending the Curse"},{"id":21042,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20identities_dod","p":5,"s":78,"h":1,"t":26,"uu":"feywild guides; feywild guide identities|dod","n":"Feywild Guides; Feywild Guide Identities"},{"id":21043,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20names_dod","p":5,"s":78,"h":1,"t":26,"uu":"feywild guides; feywild guide names|dod","n":"Feywild Guides; Feywild Guide Names"},{"id":21044,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20quirks_dod","p":5,"s":78,"h":1,"t":26,"uu":"feywild guides; feywild guide quirks|dod","n":"Feywild Guides; Feywild Guide Quirks"},{"id":21045,"c":24,"u":"feywild%20weather_dod","p":5,"s":78,"h":1,"t":26,"uu":"feywild weather|dod","n":"Feywild Weather"},{"id":21046,"c":24,"u":"geographical%20features_dod","p":16,"s":78,"h":1,"t":26,"uu":"geographical features|dod","n":"Geographical Features"},{"id":21047,"c":24,"u":"magical%20gifts_dod","p":15,"s":78,"h":1,"t":26,"uu":"magical gifts|dod","n":"Magical Gifts"},{"id":21048,"c":24,"u":"magical%20shortcuts%3b%20shortcut%20routines_dod","p":18,"s":78,"h":1,"t":26,"uu":"magical shortcuts; shortcut routines|dod","n":"Magical Shortcuts; Shortcut Routines"},{"id":21049,"c":24,"u":"obsessions%3b%20archfey%20obsession_dod","p":13,"s":78,"h":1,"t":26,"uu":"obsessions; archfey obsession|dod","n":"Obsessions; Archfey Obsession"},{"id":21050,"c":24,"u":"price%20of%20a%20contract%3b%20fey%20desires%20for%20greater%20contracts_dod","p":9,"s":78,"h":1,"t":26,"uu":"price of a contract; fey desires for greater contracts|dod","n":"Price of a Contract; Fey Desires for Greater Contracts"},{"id":21051,"c":24,"u":"price%20of%20a%20contract%3b%20fey%20desires%20for%20lesser%20contracts_dod","p":9,"s":78,"h":1,"t":26,"uu":"price of a contract; fey desires for lesser contracts|dod","n":"Price of a Contract; Fey Desires for Lesser Contracts"},{"id":21052,"c":24,"u":"signature%20magic_dod","p":14,"s":78,"h":1,"t":26,"uu":"signature magic|dod","n":"Signature Magic"},{"id":21053,"c":24,"u":"weird%20magic%20effects_dod","p":19,"s":78,"h":1,"t":26,"uu":"weird magic effects|dod","n":"Weird Magic Effects"},{"id":21054,"c":24,"u":"cavern%20encounters_llk","p":33,"s":81,"h":1,"t":26,"uu":"cavern encounters|llk","n":"Cavern Encounters"},{"id":21055,"c":24,"u":"mountain%20encounters_llk","p":33,"s":81,"h":1,"t":26,"uu":"mountain encounters|llk","n":"Mountain Encounters"},{"id":21056,"c":24,"u":"wilderness%20encounters_llk","p":32,"s":81,"h":1,"t":26,"uu":"wilderness encounters|llk","n":"Wilderness Encounters"},{"id":21057,"c":24,"u":"in%20this%20collection%3b%20eldraine%20creatures_mcv4ec","s":86,"h":1,"t":26,"uu":"in this collection; eldraine creatures|mcv4ec","n":"In This Collection; Eldraine Creatures"},{"id":21058,"c":24,"u":"appendix%3a%20planeswalkers%20and%20the%20multiverse_psa","p":39,"s":95,"h":1,"t":26,"uu":"appendix: planeswalkers and the multiverse|psa","n":"Appendix: Planeswalkers and the Multiverse"},{"id":21059,"c":24,"u":"bard%20or%20cleric%3b%20suggested%20bonds_psd","p":18,"s":96,"h":1,"t":26,"uu":"bard or cleric; suggested bonds|psd","n":"Bard or Cleric; Suggested Bonds"},{"id":21060,"c":24,"u":"bard%20or%20cleric%3b%20suggested%20ideals_psd","p":18,"s":96,"h":1,"t":26,"uu":"bard or cleric; suggested ideals|psd","n":"Bard or Cleric; Suggested Ideals"},{"id":21061,"c":24,"u":"benalish%20quests_psd","p":7,"s":96,"h":1,"t":26,"uu":"benalish quests|psd","n":"Benalish Quests"},{"id":21062,"c":24,"u":"benalish%20sites_psd","p":7,"s":96,"h":1,"t":26,"uu":"benalish sites|psd","n":"Benalish Sites"},{"id":21063,"c":24,"u":"benalish%20villains_psd","p":7,"s":96,"h":1,"t":26,"uu":"benalish villains|psd","n":"Benalish Villains"},{"id":21064,"c":24,"u":"cabal%20sites_psd","p":16,"s":96,"h":1,"t":26,"uu":"cabal sites|psd","n":"Cabal Sites"},{"id":21065,"c":24,"u":"cabal%20villains_psd","p":17,"s":96,"h":1,"t":26,"uu":"cabal villains|psd","n":"Cabal Villains"},{"id":21066,"c":24,"u":"fighter%20or%20ranger%3b%20suggested%20bonds_psd","p":21,"s":96,"h":1,"t":26,"uu":"fighter or ranger; suggested bonds|psd","n":"Fighter or Ranger; Suggested Bonds"},{"id":21067,"c":24,"u":"fighter%20or%20ranger%3b%20suggested%20ideals_psd","p":21,"s":96,"h":1,"t":26,"uu":"fighter or ranger; suggested ideals|psd","n":"Fighter or Ranger; Suggested Ideals"},{"id":21068,"c":24,"u":"heroes%20of%20benalia%3b%20suggested%20bonds_psd","p":5,"s":96,"h":1,"t":26,"uu":"heroes of benalia; suggested bonds|psd","n":"Heroes of Benalia; Suggested Bonds"},{"id":21069,"c":24,"u":"heroes%20of%20benalia%3b%20suggested%20ideals_psd","p":5,"s":96,"h":1,"t":26,"uu":"heroes of benalia; suggested ideals|psd","n":"Heroes of Benalia; Suggested Ideals"},{"id":21070,"c":24,"u":"heroes%20of%20serra%3b%20suggested%20bonds_psd","p":8,"s":96,"h":1,"t":26,"uu":"heroes of serra; suggested bonds|psd","n":"Heroes of Serra; Suggested Bonds"},{"id":21071,"c":24,"u":"heroes%20of%20serra%3b%20suggested%20ideals_psd","p":8,"s":96,"h":1,"t":26,"uu":"heroes of serra; suggested ideals|psd","n":"Heroes of Serra; Suggested Ideals"},{"id":21072,"c":24,"u":"heroes%20of%20tolaria%3b%20suggested%20bonds_psd","p":10,"s":96,"h":1,"t":26,"uu":"heroes of tolaria; suggested bonds|psd","n":"Heroes of Tolaria; Suggested Bonds"},{"id":21073,"c":24,"u":"heroes%20of%20tolaria%3b%20suggested%20ideals_psd","p":10,"s":96,"h":1,"t":26,"uu":"heroes of tolaria; suggested ideals|psd","n":"Heroes of Tolaria; Suggested Ideals"},{"id":21074,"c":24,"u":"keld%20quests_psd","p":20,"s":96,"h":1,"t":26,"uu":"keld quests|psd","n":"Keld Quests"},{"id":21075,"c":24,"u":"keld%20sites_psd","p":20,"s":96,"h":1,"t":26,"uu":"keld sites|psd","n":"Keld Sites"},{"id":21076,"c":24,"u":"keld%20villains_psd","p":20,"s":96,"h":1,"t":26,"uu":"keld villains|psd","n":"Keld Villains"},{"id":21077,"c":24,"u":"llanowar%20quests_psd","p":23,"s":96,"h":1,"t":26,"uu":"llanowar quests|psd","n":"Llanowar Quests"},{"id":21078,"c":24,"u":"llanowar%20sites_psd","p":23,"s":96,"h":1,"t":26,"uu":"llanowar sites|psd","n":"Llanowar Sites"},{"id":21079,"c":24,"u":"llanowar%20villains_psd","p":23,"s":96,"h":1,"t":26,"uu":"llanowar villains|psd","n":"Llanowar Villains"},{"id":21080,"c":24,"u":"serran%20quests_psd","p":9,"s":96,"h":1,"t":26,"uu":"serran quests|psd","n":"Serran Quests"},{"id":21081,"c":24,"u":"serran%20sites_psd","p":9,"s":96,"h":1,"t":26,"uu":"serran sites|psd","n":"Serran Sites"},{"id":21082,"c":24,"u":"serran%20villains_psd","p":9,"s":96,"h":1,"t":26,"uu":"serran villains|psd","n":"Serran Villains"},{"id":21083,"c":24,"u":"tolarian%20quests_psd","p":11,"s":96,"h":1,"t":26,"uu":"tolarian quests|psd","n":"Tolarian Quests"},{"id":21084,"c":24,"u":"tolarian%20sites_psd","p":11,"s":96,"h":1,"t":26,"uu":"tolarian sites|psd","n":"Tolarian Sites"},{"id":21085,"c":24,"u":"tolarian%20villains_psd","p":12,"s":96,"h":1,"t":26,"uu":"tolarian villains|psd","n":"Tolarian Villains"},{"id":21086,"c":24,"u":"vodalian%20quests_psd","p":13,"s":96,"h":1,"t":26,"uu":"vodalian quests|psd","n":"Vodalian Quests"},{"id":21087,"c":24,"u":"vodalian%20sites_psd","p":14,"s":96,"h":1,"t":26,"uu":"vodalian sites|psd","n":"Vodalian Sites"},{"id":21088,"c":24,"u":"vodalian%20villains_psd","p":14,"s":96,"h":1,"t":26,"uu":"vodalian villains|psd","n":"Vodalian Villains"},{"id":21089,"c":24,"u":"automatons%20and%20vehicles_psk","p":12,"s":98,"h":1,"t":26,"uu":"automatons and vehicles|psk","n":"Automatons and Vehicles"},{"id":21090,"c":24,"u":"black%20ideals_psx","p":45,"s":99,"h":1,"t":26,"uu":"black ideals|psx","n":"Black Ideals"},{"id":21091,"c":24,"u":"black%20personality%20traits_psx","p":45,"s":99,"h":1,"t":26,"uu":"black personality traits|psx","n":"Black Personality Traits"},{"id":21092,"c":24,"u":"blue%20ideals_psx","p":44,"s":99,"h":1,"t":26,"uu":"blue ideals|psx","n":"Blue Ideals"},{"id":21093,"c":24,"u":"blue%20personality%20traits_psx","p":44,"s":99,"h":1,"t":26,"uu":"blue personality traits|psx","n":"Blue Personality Traits"},{"id":21094,"c":24,"u":"brazen%20coalition%3b%20suggested%20bonds_psx","p":9,"s":99,"h":1,"t":26,"uu":"brazen coalition; suggested bonds|psx","n":"Brazen Coalition; Suggested Bonds"},{"id":21095,"c":24,"u":"brazen%20coalition%3b%20suggested%20ideals_psx","p":9,"s":99,"h":1,"t":26,"uu":"brazen coalition; suggested ideals|psx","n":"Brazen Coalition; Suggested Ideals"},{"id":21096,"c":24,"u":"four%20peoples%2c%20one%20party%3b%201_psx","p":5,"s":99,"h":1,"t":26,"uu":"four peoples, one party; 1|psx","n":"Four Peoples, One Party; 1"},{"id":21097,"c":24,"u":"four%20peoples%2c%20one%20party%3b%20suggested%20bonds_psx","p":5,"s":99,"h":1,"t":26,"uu":"four peoples, one party; suggested bonds|psx","n":"Four Peoples, One Party; Suggested Bonds"},{"id":21098,"c":24,"u":"four%20peoples%2c%20one%20party%3b%20suggested%20ideals_psx","p":5,"s":99,"h":1,"t":26,"uu":"four peoples, one party; suggested ideals|psx","n":"Four Peoples, One Party; Suggested Ideals"},{"id":21099,"c":24,"u":"green%20ideals_psx","p":47,"s":99,"h":1,"t":26,"uu":"green ideals|psx","n":"Green Ideals"},{"id":21100,"c":24,"u":"green%20personality%20traits_psx","p":47,"s":99,"h":1,"t":26,"uu":"green personality traits|psx","n":"Green Personality Traits"},{"id":21101,"c":24,"u":"legion%20of%20dusk%3b%20suggested%20bonds_psx","p":8,"s":99,"h":1,"t":26,"uu":"legion of dusk; suggested bonds|psx","n":"Legion of Dusk; Suggested Bonds"},{"id":21102,"c":24,"u":"legion%20of%20dusk%3b%20suggested%20ideals_psx","p":8,"s":99,"h":1,"t":26,"uu":"legion of dusk; suggested ideals|psx","n":"Legion of Dusk; Suggested Ideals"},{"id":21103,"c":24,"u":"red%20ideals_psx","p":46,"s":99,"h":1,"t":26,"uu":"red ideals|psx","n":"Red Ideals"},{"id":21104,"c":24,"u":"red%20personality%20traits_psx","p":46,"s":99,"h":1,"t":26,"uu":"red personality traits|psx","n":"Red Personality Traits"},{"id":21105,"c":24,"u":"river%20heralds%3b%20suggested%20bonds_psx","p":7,"s":99,"h":1,"t":26,"uu":"river heralds; suggested bonds|psx","n":"River Heralds; Suggested Bonds"},{"id":21106,"c":24,"u":"river%20heralds%3b%20suggested%20ideals_psx","p":7,"s":99,"h":1,"t":26,"uu":"river heralds; suggested ideals|psx","n":"River Heralds; Suggested Ideals"},{"id":21107,"c":24,"u":"white%20ideals_psx","p":43,"s":99,"h":1,"t":26,"uu":"white ideals|psx","n":"White Ideals"},{"id":21108,"c":24,"u":"white%20personality%20traits_psx","p":43,"s":99,"h":1,"t":26,"uu":"white personality traits|psx","n":"White Personality Traits"},{"id":21109,"c":24,"u":"random%20encounters%3b%20snout%20of%20omgar%20encounters_ttp","p":5,"s":102,"h":1,"t":26,"uu":"random encounters; snout of omgar encounters|ttp","n":"Random Encounters; Snout of Omgar Encounters"},{"id":21110,"c":25,"u":"dungeon%20spread%20decks_dmtcrg","p":11,"s":145,"h":1,"t":26,"uu":"dungeon spread decks|dmtcrg","n":"Dungeon Spread Decks"},{"id":21111,"c":25,"u":"random%20magic%20items%20-%20arcana_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"random magic items - arcana|xdmg","n":"Random Magic Items - Arcana"},{"id":21112,"c":25,"u":"random%20magic%20items%20-%20armaments_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"random magic items - armaments|xdmg","n":"Random Magic Items - Armaments"},{"id":21113,"c":25,"u":"random%20magic%20items%20-%20implements_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"random magic items - implements|xdmg","n":"Random Magic Items - Implements"},{"id":21114,"c":25,"u":"random%20magic%20items%20-%20relics_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"random magic items - relics|xdmg","n":"Random Magic Items - Relics"},{"id":21115,"c":25,"u":"background%3b%20i%20became..._xge","p":64,"s":6,"h":1,"t":26,"uu":"background; i became...|xge","n":"Background; I became..."},{"id":21116,"c":25,"u":"class%20training%3b%20i%20became..._xge","p":66,"s":6,"h":1,"t":26,"uu":"class training; i became...|xge","n":"Class Training; I became..."},{"id":21117,"c":25,"u":"tables%3b%20weather_xscreen","s":122,"h":1,"t":26,"uu":"tables; weather|xscreen","n":"Tables; Weather"},{"id":21118,"c":25,"u":"adventuring%20options%3b%20firearms_dmg","p":266,"s":24,"h":1,"t":26,"uu":"adventuring options; firearms|dmg","n":"Adventuring Options; Firearms"},{"id":21119,"c":25,"u":"charisma%20check%3b%20conversation%20reaction_dmg","p":245,"s":24,"h":1,"t":26,"uu":"charisma check; conversation reaction|dmg","n":"Charisma Check; Conversation Reaction"},{"id":21120,"c":25,"u":"explosives_dmg","p":267,"s":24,"h":1,"t":26,"uu":"explosives|dmg","n":"Explosives"},{"id":21121,"c":25,"u":"ideals_dmg","p":90,"s":24,"h":1,"t":26,"uu":"ideals|dmg","n":"Ideals"},{"id":21122,"c":25,"u":"psychic%20wind_dmg","p":47,"s":24,"h":1,"t":26,"uu":"psychic wind|dmg","n":"Psychic Wind"},{"id":21123,"c":25,"u":"speed%20factor%20initiative%20modifiers_dmg","p":270,"s":24,"h":1,"t":26,"uu":"speed factor initiative modifiers|dmg","n":"Speed Factor Initiative Modifiers"},{"id":21124,"c":25,"u":"treasure%20hoard%3a%20challenge%200%e2%80%944_dmg","p":133,"s":24,"h":1,"t":26,"uu":"treasure hoard: challenge 0—4|dmg","n":"Treasure Hoard: Challenge 0—4"},{"id":21125,"c":25,"u":"treasure%20hoard%3a%20challenge%2011%e2%80%9416_dmg","p":133,"s":24,"h":1,"t":26,"uu":"treasure hoard: challenge 11—16|dmg","n":"Treasure Hoard: Challenge 11—16"},{"id":21126,"c":25,"u":"treasure%20hoard%3a%20challenge%2017%2b_dmg","p":133,"s":24,"h":1,"t":26,"uu":"treasure hoard: challenge 17+|dmg","n":"Treasure Hoard: Challenge 17+"},{"id":21127,"c":25,"u":"treasure%20hoard%3a%20challenge%205%e2%80%9410_dmg","p":133,"s":24,"h":1,"t":26,"uu":"treasure hoard: challenge 5—10|dmg","n":"Treasure Hoard: Challenge 5—10"},{"id":21128,"c":25,"u":"devil%20customization%20tables_mtf","p":23,"s":48,"h":1,"t":26,"uu":"devil customization tables|mtf","n":"Devil Customization Tables"},{"id":21129,"c":25,"u":"deities%20of%20eberron_phb","p":293,"s":52,"h":1,"t":26,"uu":"deities of eberron|phb","n":"Deities of Eberron"},{"id":21130,"c":25,"u":"dm%20screen%3b%20encounter%20distance_screen","s":153,"h":1,"t":26,"uu":"dm screen; encounter distance|screen","n":"DM Screen; Encounter Distance"},{"id":21131,"c":25,"u":"dm%20screen%3b%20name%20generator_screen","s":153,"h":1,"t":26,"uu":"dm screen; name generator|screen","n":"DM Screen; Name Generator"},{"id":21132,"c":25,"u":"roleplaying%20gnolls%20and%20cultists%20of%20yeenoghu_vgm","p":36,"s":67,"h":1,"t":26,"uu":"roleplaying gnolls and cultists of yeenoghu|vgm","n":"Roleplaying Gnolls and Cultists of Yeenoghu"},{"id":21133,"c":53,"u":"aberration_deck%20of%20many%20more%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"aberration|bmt","n":"Aberration"},{"id":21134,"c":53,"u":"balance_deck%20of%20many%20more%20things_bmt","p":16,"s":1,"h":1,"hx":1,"t":27,"uu":"balance|bmt","n":"Balance"},{"id":21135,"c":53,"u":"balance_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"balance|bmt","n":"Balance"},{"id":21136,"c":53,"u":"beast_deck%20of%20many%20more%20things_bmt","p":17,"s":1,"h":1,"hx":1,"t":27,"uu":"beast|bmt","n":"Beast"},{"id":21137,"c":53,"u":"beginning_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"beginning|bmt","n":"Beginning"},{"id":21138,"c":53,"u":"book_deck%20of%20many%20more%20things_bmt","p":18,"s":1,"h":1,"hx":1,"t":27,"uu":"book|bmt","n":"Book"},{"id":21139,"c":53,"u":"bridge_deck%20of%20many%20more%20things_bmt","p":19,"s":1,"h":1,"hx":1,"t":27,"uu":"bridge|bmt","n":"Bridge"},{"id":21140,"c":53,"u":"campfire_deck%20of%20many%20more%20things_bmt","p":20,"s":1,"h":1,"hx":1,"t":27,"uu":"campfire|bmt","n":"Campfire"},{"id":21141,"c":53,"u":"cavern_deck%20of%20many%20more%20things_bmt","p":21,"s":1,"h":1,"hx":1,"t":27,"uu":"cavern|bmt","n":"Cavern"},{"id":21142,"c":53,"u":"celestial_deck%20of%20many%20more%20things_bmt","p":22,"s":1,"h":1,"hx":1,"t":27,"uu":"celestial|bmt","n":"Celestial"},{"id":21143,"c":53,"u":"champion_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"champion|bmt","n":"Champion"},{"id":21144,"c":53,"u":"chancellor_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"chancellor|bmt","n":"Chancellor"},{"id":21145,"c":53,"u":"chaos_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"chaos|bmt","n":"Chaos"},{"id":21146,"c":53,"u":"coin_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"coin|bmt","n":"Coin"},{"id":21147,"c":53,"u":"comet_deck%20of%20many%20more%20things_bmt","p":23,"s":1,"h":1,"hx":1,"t":27,"uu":"comet|bmt","n":"Comet"},{"id":21148,"c":53,"u":"comet_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"comet|bmt","n":"Comet"},{"id":21149,"c":53,"u":"construct_deck%20of%20many%20more%20things_bmt","p":24,"s":1,"h":1,"hx":1,"t":27,"uu":"construct|bmt","n":"Construct"},{"id":21150,"c":53,"u":"corpse_deck%20of%20many%20more%20things_bmt","p":25,"s":1,"h":1,"hx":1,"t":27,"uu":"corpse|bmt","n":"Corpse"},{"id":21151,"c":53,"u":"crossroads_deck%20of%20many%20more%20things_bmt","p":26,"s":1,"h":1,"hx":1,"t":27,"uu":"crossroads|bmt","n":"Crossroads"},{"id":21152,"c":53,"u":"crown_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"crown|bmt","n":"Crown"},{"id":21153,"c":53,"u":"dawn_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"dawn|bmt","n":"Dawn"},{"id":21154,"c":53,"u":"day_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"day|bmt","n":"Day"},{"id":21155,"c":53,"u":"destiny_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"destiny|bmt","n":"Destiny"},{"id":21156,"c":53,"u":"donjon_deck%20of%20many%20more%20things_bmt","p":27,"s":1,"h":1,"hx":1,"t":27,"uu":"donjon|bmt","n":"Donjon"},{"id":21157,"c":53,"u":"donjon_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"donjon|bmt","n":"Donjon"},{"id":21158,"c":53,"u":"door_deck%20of%20many%20more%20things_bmt","p":28,"s":1,"h":1,"hx":1,"t":27,"uu":"door|bmt","n":"Door"},{"id":21159,"c":53,"u":"dragon_deck%20of%20many%20more%20things_bmt","p":29,"s":1,"h":1,"hx":1,"t":27,"uu":"dragon|bmt","n":"Dragon"},{"id":21160,"c":53,"u":"dusk_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"dusk|bmt","n":"Dusk"},{"id":21161,"c":53,"u":"elemental_deck%20of%20many%20more%20things_bmt","p":30,"s":1,"h":1,"hx":1,"t":27,"uu":"elemental|bmt","n":"Elemental"},{"id":21162,"c":53,"u":"end_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"end|bmt","n":"End"},{"id":21163,"c":53,"u":"euryale_deck%20of%20many%20more%20things_bmt","p":31,"s":1,"h":1,"hx":1,"t":27,"uu":"euryale|bmt","n":"Euryale"},{"id":21164,"c":53,"u":"euryale_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"euryale|bmt","n":"Euryale"},{"id":21165,"c":53,"u":"expert_deck%20of%20many%20more%20things_bmt","p":32,"s":1,"h":1,"hx":1,"t":27,"uu":"expert|bmt","n":"Expert"},{"id":21166,"c":53,"u":"fates_deck%20of%20many%20more%20things_bmt","p":33,"s":1,"h":1,"hx":1,"t":27,"uu":"fates|bmt","n":"Fates"},{"id":21167,"c":53,"u":"fates_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"fates|bmt","n":"Fates"},{"id":21168,"c":53,"u":"fey_deck%20of%20many%20more%20things_bmt","p":34,"s":1,"h":1,"hx":1,"t":27,"uu":"fey|bmt","n":"Fey"},{"id":21169,"c":53,"u":"fiend_deck%20of%20many%20more%20things_bmt","p":35,"s":1,"h":1,"hx":1,"t":27,"uu":"fiend|bmt","n":"Fiend"},{"id":21170,"c":53,"u":"flames_deck%20of%20many%20more%20things_bmt","p":36,"s":1,"h":1,"hx":1,"t":27,"uu":"flames|bmt","n":"Flames"},{"id":21171,"c":53,"u":"flames_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"flames|bmt","n":"Flames"},{"id":21172,"c":53,"u":"fool_deck%20of%20many%20more%20things_bmt","p":37,"s":1,"h":1,"hx":1,"t":27,"uu":"fool|bmt","n":"Fool"},{"id":21173,"c":53,"u":"fool_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"fool|bmt","n":"Fool"},{"id":21174,"c":53,"u":"gem_deck%20of%20many%20more%20things_bmt","p":38,"s":1,"h":1,"hx":1,"t":27,"uu":"gem|bmt","n":"Gem"},{"id":21175,"c":53,"u":"gem_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"gem|bmt","n":"Gem"},{"id":21176,"c":53,"u":"giant_deck%20of%20many%20more%20things_bmt","p":39,"s":1,"h":1,"hx":1,"t":27,"uu":"giant|bmt","n":"Giant"},{"id":21177,"c":53,"u":"humanoid_deck%20of%20many%20more%20things_bmt","p":40,"s":1,"h":1,"hx":1,"t":27,"uu":"humanoid|bmt","n":"Humanoid"},{"id":21178,"c":53,"u":"isolation_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"isolation|bmt","n":"Isolation"},{"id":21179,"c":53,"u":"jester_deck%20of%20many%20more%20things_bmt","p":41,"s":1,"h":1,"hx":1,"t":27,"uu":"jester|bmt","n":"Jester"},{"id":21180,"c":53,"u":"jester_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"jester|bmt","n":"Jester"},{"id":21181,"c":53,"u":"justice_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"justice|bmt","n":"Justice"},{"id":21182,"c":53,"u":"key_deck%20of%20many%20more%20things_bmt","p":42,"s":1,"h":1,"hx":1,"t":27,"uu":"key|bmt","n":"Key"},{"id":21183,"c":53,"u":"key_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"key|bmt","n":"Key"},{"id":21184,"c":53,"u":"knife_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"knife|bmt","n":"Knife"},{"id":21185,"c":53,"u":"knight_deck%20of%20many%20more%20things_bmt","p":43,"s":1,"h":1,"hx":1,"t":27,"uu":"knight|bmt","n":"Knight"},{"id":21186,"c":53,"u":"knight_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"knight|bmt","n":"Knight"},{"id":21187,"c":53,"u":"lance_deck%20of%20many%20more%20things_bmt","p":44,"s":1,"h":1,"hx":1,"t":27,"uu":"lance|bmt","n":"Lance"},{"id":21188,"c":53,"u":"lock_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"lock|bmt","n":"Lock"},{"id":21189,"c":53,"u":"mage_deck%20of%20many%20more%20things_bmt","p":45,"s":1,"h":1,"hx":1,"t":27,"uu":"mage|bmt","n":"Mage"},{"id":21190,"c":53,"u":"map_deck%20of%20many%20more%20things_bmt","p":46,"s":1,"h":1,"hx":1,"t":27,"uu":"map|bmt","n":"Map"},{"id":21191,"c":53,"u":"maze_deck%20of%20many%20more%20things_bmt","p":47,"s":1,"h":1,"hx":1,"t":27,"uu":"maze|bmt","n":"Maze"},{"id":21192,"c":53,"u":"mine_deck%20of%20many%20more%20things_bmt","p":48,"s":1,"h":1,"hx":1,"t":27,"uu":"mine|bmt","n":"Mine"},{"id":21193,"c":53,"u":"mischief_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"mischief|bmt","n":"Mischief"},{"id":21194,"c":53,"u":"monster_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"monster|bmt","n":"Monster"},{"id":21195,"c":53,"u":"monstrosity_deck%20of%20many%20more%20things_bmt","p":49,"s":1,"h":1,"hx":1,"t":27,"uu":"monstrosity|bmt","n":"Monstrosity"},{"id":21196,"c":53,"u":"moon_deck%20of%20many%20more%20things_bmt","p":50,"s":1,"h":1,"hx":1,"t":27,"uu":"moon|bmt","n":"Moon"},{"id":21197,"c":53,"u":"moon_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"moon|bmt","n":"Moon"},{"id":21198,"c":53,"u":"mystery_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"mystery|bmt","n":"Mystery"},{"id":21199,"c":53,"u":"night_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"night|bmt","n":"Night"},{"id":21200,"c":53,"u":"ooze_deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"hx":1,"t":27,"uu":"ooze|bmt","n":"Ooze"},{"id":21201,"c":53,"u":"order_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"order|bmt","n":"Order"},{"id":21202,"c":53,"u":"path_deck%20of%20many%20more%20things_bmt","p":52,"s":1,"h":1,"hx":1,"t":27,"uu":"path|bmt","n":"Path"},{"id":21203,"c":53,"u":"pit_deck%20of%20many%20more%20things_bmt","p":53,"s":1,"h":1,"hx":1,"t":27,"uu":"pit|bmt","n":"Pit"},{"id":21204,"c":53,"u":"plant_deck%20of%20many%20more%20things_bmt","p":54,"s":1,"h":1,"hx":1,"t":27,"uu":"plant|bmt","n":"Plant"},{"id":21205,"c":53,"u":"priest_deck%20of%20many%20more%20things_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"priest|bmt","n":"Priest"},{"id":21206,"c":53,"u":"prisoner_deck%20of%20many%20more%20things_bmt","p":56,"s":1,"h":1,"hx":1,"t":27,"uu":"prisoner|bmt","n":"Prisoner"},{"id":21207,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_bmt","p":57,"s":1,"h":1,"hx":1,"t":27,"uu":"puzzle|bmt","n":"Puzzle"},{"id":21208,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_bmt","p":57,"s":1,"h":1,"hx":1,"t":27,"uu":"puzzle|bmt","n":"Idiot"},{"id":21209,"c":53,"u":"puzzle_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"puzzle|bmt","n":"Puzzle"},{"id":21210,"c":53,"u":"puzzle_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"puzzle|bmt","n":"Idiot"},{"id":21211,"c":53,"u":"ring_deck%20of%20many%20more%20things_bmt","p":58,"s":1,"h":1,"hx":1,"t":27,"uu":"ring|bmt","n":"Ring"},{"id":21212,"c":53,"u":"rogue_deck%20of%20many%20more%20things_bmt","p":59,"s":1,"h":1,"hx":1,"t":27,"uu":"rogue|bmt","n":"Rogue"},{"id":21213,"c":53,"u":"rogue_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"rogue|bmt","n":"Rogue"},{"id":21214,"c":53,"u":"ruin_deck%20of%20many%20more%20things_bmt","p":60,"s":1,"h":1,"hx":1,"t":27,"uu":"ruin|bmt","n":"Ruin"},{"id":21215,"c":53,"u":"ruin_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"ruin|bmt","n":"Ruin"},{"id":21216,"c":53,"u":"sage_deck%20of%20many%20more%20things_bmt","p":61,"s":1,"h":1,"hx":1,"t":27,"uu":"sage|bmt","n":"Sage"},{"id":21217,"c":53,"u":"sage_deck%20of%20many%20more%20things_bmt","p":61,"s":1,"h":1,"hx":1,"t":27,"uu":"sage|bmt","n":"Vizier"},{"id":21218,"c":53,"u":"sage_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"sage|bmt","n":"Sage"},{"id":21219,"c":53,"u":"sage_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"sage|bmt","n":"Vizier"},{"id":21220,"c":53,"u":"shield_deck%20of%20many%20more%20things_bmt","p":62,"s":1,"h":1,"hx":1,"t":27,"uu":"shield|bmt","n":"Shield"},{"id":21221,"c":53,"u":"ship_deck%20of%20many%20more%20things_bmt","p":63,"s":1,"h":1,"hx":1,"t":27,"uu":"ship|bmt","n":"Ship"},{"id":21222,"c":53,"u":"skull_deck%20of%20many%20more%20things_bmt","p":64,"s":1,"h":1,"hx":1,"t":27,"uu":"skull|bmt","n":"Skull"},{"id":21223,"c":53,"u":"skull_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"skull|bmt","n":"Skull"},{"id":21224,"c":53,"u":"staff_deck%20of%20many%20more%20things_bmt","p":65,"s":1,"h":1,"hx":1,"t":27,"uu":"staff|bmt","n":"Staff"},{"id":21225,"c":53,"u":"stairway_deck%20of%20many%20more%20things_bmt","p":66,"s":1,"h":1,"hx":1,"t":27,"uu":"stairway|bmt","n":"Stairway"},{"id":21226,"c":53,"u":"star_deck%20of%20many%20more%20things_bmt","p":67,"s":1,"h":1,"hx":1,"t":27,"uu":"star|bmt","n":"Star"},{"id":21227,"c":53,"u":"star_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"star|bmt","n":"Star"},{"id":21228,"c":53,"u":"statue_deck%20of%20many%20more%20things_bmt","p":68,"s":1,"h":1,"hx":1,"t":27,"uu":"statue|bmt","n":"Statue"},{"id":21229,"c":53,"u":"student_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"student|bmt","n":"Student"},{"id":21230,"c":53,"u":"sun_deck%20of%20many%20more%20things_bmt","p":69,"s":1,"h":1,"hx":1,"t":27,"uu":"sun|bmt","n":"Sun"},{"id":21231,"c":53,"u":"sun_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"sun|bmt","n":"Sun"},{"id":21232,"c":53,"u":"talons_deck%20of%20many%20more%20things_bmt","p":70,"s":1,"h":1,"hx":1,"t":27,"uu":"talons|bmt","n":"Talons"},{"id":21233,"c":53,"u":"talons_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"talons|bmt","n":"Talons"},{"id":21234,"c":53,"u":"tavern_deck%20of%20many%20more%20things_bmt","p":71,"s":1,"h":1,"hx":1,"t":27,"uu":"tavern|bmt","n":"Tavern"},{"id":21235,"c":53,"u":"temple_deck%20of%20many%20more%20things_bmt","p":72,"s":1,"h":1,"hx":1,"t":27,"uu":"temple|bmt","n":"Temple"},{"id":21236,"c":53,"u":"throne_deck%20of%20many%20more%20things_bmt","p":73,"s":1,"h":1,"hx":1,"t":27,"uu":"throne|bmt","n":"Throne"},{"id":21237,"c":53,"u":"throne_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"throne|bmt","n":"Throne"},{"id":21238,"c":53,"u":"tomb_deck%20of%20many%20more%20things_bmt","p":74,"s":1,"h":1,"hx":1,"t":27,"uu":"tomb|bmt","n":"Tomb"},{"id":21239,"c":53,"u":"tower_deck%20of%20many%20more%20things_bmt","p":75,"s":1,"h":1,"hx":1,"t":27,"uu":"tower|bmt","n":"Tower"},{"id":21240,"c":53,"u":"tree_deck%20of%20many%20more%20things_bmt","p":76,"s":1,"h":1,"hx":1,"t":27,"uu":"tree|bmt","n":"Tree"},{"id":21241,"c":53,"u":"undead_deck%20of%20many%20more%20things_bmt","p":77,"s":1,"h":1,"hx":1,"t":27,"uu":"undead|bmt","n":"Undead"},{"id":21242,"c":53,"u":"void_deck%20of%20many%20more%20things_bmt","p":78,"s":1,"h":1,"hx":1,"t":27,"uu":"void|bmt","n":"Void"},{"id":21243,"c":53,"u":"void_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"void|bmt","n":"Void"},{"id":21244,"c":53,"u":"vulture_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"vulture|bmt","n":"Vulture"},{"id":21245,"c":53,"u":"warrior_deck%20of%20many%20more%20things_bmt","p":79,"s":1,"h":1,"hx":1,"t":27,"uu":"warrior|bmt","n":"Warrior"},{"id":21246,"c":53,"u":"well_deck%20of%20many%20more%20things_bmt","p":80,"s":1,"h":1,"hx":1,"t":27,"uu":"well|bmt","n":"Well"},{"id":21247,"c":53,"u":"aberration_deck%20of%20many%20more%20things_dmtcrg","p":15,"s":145,"h":1,"hx":1,"t":27,"uu":"aberration|dmtcrg","n":"Aberration"},{"id":21248,"c":53,"u":"balance_deck%20of%20many%20more%20things_dmtcrg","p":16,"s":145,"h":1,"hx":1,"t":27,"uu":"balance|dmtcrg","n":"Balance"},{"id":21249,"c":53,"u":"beast_deck%20of%20many%20more%20things_dmtcrg","p":17,"s":145,"h":1,"hx":1,"t":27,"uu":"beast|dmtcrg","n":"Beast"},{"id":21250,"c":53,"u":"book_deck%20of%20many%20more%20things_dmtcrg","p":18,"s":145,"h":1,"hx":1,"t":27,"uu":"book|dmtcrg","n":"Book"},{"id":21251,"c":53,"u":"bridge_deck%20of%20many%20more%20things_dmtcrg","p":19,"s":145,"h":1,"hx":1,"t":27,"uu":"bridge|dmtcrg","n":"Bridge"},{"id":21252,"c":53,"u":"campfire_deck%20of%20many%20more%20things_dmtcrg","p":20,"s":145,"h":1,"hx":1,"t":27,"uu":"campfire|dmtcrg","n":"Campfire"},{"id":21253,"c":53,"u":"cavern_deck%20of%20many%20more%20things_dmtcrg","p":21,"s":145,"h":1,"hx":1,"t":27,"uu":"cavern|dmtcrg","n":"Cavern"},{"id":21254,"c":53,"u":"celestial_deck%20of%20many%20more%20things_dmtcrg","p":22,"s":145,"h":1,"hx":1,"t":27,"uu":"celestial|dmtcrg","n":"Celestial"},{"id":21255,"c":53,"u":"comet_deck%20of%20many%20more%20things_dmtcrg","p":23,"s":145,"h":1,"hx":1,"t":27,"uu":"comet|dmtcrg","n":"Comet"},{"id":21256,"c":53,"u":"construct_deck%20of%20many%20more%20things_dmtcrg","p":24,"s":145,"h":1,"hx":1,"t":27,"uu":"construct|dmtcrg","n":"Construct"},{"id":21257,"c":53,"u":"corpse_deck%20of%20many%20more%20things_dmtcrg","p":25,"s":145,"h":1,"hx":1,"t":27,"uu":"corpse|dmtcrg","n":"Corpse"},{"id":21258,"c":53,"u":"crossroads_deck%20of%20many%20more%20things_dmtcrg","p":26,"s":145,"h":1,"hx":1,"t":27,"uu":"crossroads|dmtcrg","n":"Crossroads"},{"id":21259,"c":53,"u":"donjon_deck%20of%20many%20more%20things_dmtcrg","p":27,"s":145,"h":1,"hx":1,"t":27,"uu":"donjon|dmtcrg","n":"Donjon"},{"id":21260,"c":53,"u":"door_deck%20of%20many%20more%20things_dmtcrg","p":28,"s":145,"h":1,"hx":1,"t":27,"uu":"door|dmtcrg","n":"Door"},{"id":21261,"c":53,"u":"dragon_deck%20of%20many%20more%20things_dmtcrg","p":29,"s":145,"h":1,"hx":1,"t":27,"uu":"dragon|dmtcrg","n":"Dragon"},{"id":21262,"c":53,"u":"elemental_deck%20of%20many%20more%20things_dmtcrg","p":30,"s":145,"h":1,"hx":1,"t":27,"uu":"elemental|dmtcrg","n":"Elemental"},{"id":21263,"c":53,"u":"euryale_deck%20of%20many%20more%20things_dmtcrg","p":31,"s":145,"h":1,"hx":1,"t":27,"uu":"euryale|dmtcrg","n":"Euryale"},{"id":21264,"c":53,"u":"expert_deck%20of%20many%20more%20things_dmtcrg","p":32,"s":145,"h":1,"hx":1,"t":27,"uu":"expert|dmtcrg","n":"Expert"},{"id":21265,"c":53,"u":"fates_deck%20of%20many%20more%20things_dmtcrg","p":33,"s":145,"h":1,"hx":1,"t":27,"uu":"fates|dmtcrg","n":"Fates"},{"id":21266,"c":53,"u":"fey_deck%20of%20many%20more%20things_dmtcrg","p":34,"s":145,"h":1,"hx":1,"t":27,"uu":"fey|dmtcrg","n":"Fey"},{"id":21267,"c":53,"u":"fiend_deck%20of%20many%20more%20things_dmtcrg","p":35,"s":145,"h":1,"hx":1,"t":27,"uu":"fiend|dmtcrg","n":"Fiend"},{"id":21268,"c":53,"u":"flames_deck%20of%20many%20more%20things_dmtcrg","p":36,"s":145,"h":1,"hx":1,"t":27,"uu":"flames|dmtcrg","n":"Flames"},{"id":21269,"c":53,"u":"fool_deck%20of%20many%20more%20things_dmtcrg","p":37,"s":145,"h":1,"hx":1,"t":27,"uu":"fool|dmtcrg","n":"Fool"},{"id":21270,"c":53,"u":"gem_deck%20of%20many%20more%20things_dmtcrg","p":38,"s":145,"h":1,"hx":1,"t":27,"uu":"gem|dmtcrg","n":"Gem"},{"id":21271,"c":53,"u":"giant_deck%20of%20many%20more%20things_dmtcrg","p":39,"s":145,"h":1,"hx":1,"t":27,"uu":"giant|dmtcrg","n":"Giant"},{"id":21272,"c":53,"u":"humanoid_deck%20of%20many%20more%20things_dmtcrg","p":40,"s":145,"h":1,"hx":1,"t":27,"uu":"humanoid|dmtcrg","n":"Humanoid"},{"id":21273,"c":53,"u":"jester_deck%20of%20many%20more%20things_dmtcrg","p":41,"s":145,"h":1,"hx":1,"t":27,"uu":"jester|dmtcrg","n":"Jester"},{"id":21274,"c":53,"u":"key_deck%20of%20many%20more%20things_dmtcrg","p":42,"s":145,"h":1,"hx":1,"t":27,"uu":"key|dmtcrg","n":"Key"},{"id":21275,"c":53,"u":"knight_deck%20of%20many%20more%20things_dmtcrg","p":43,"s":145,"h":1,"hx":1,"t":27,"uu":"knight|dmtcrg","n":"Knight"},{"id":21276,"c":53,"u":"lance_deck%20of%20many%20more%20things_dmtcrg","p":44,"s":145,"h":1,"hx":1,"t":27,"uu":"lance|dmtcrg","n":"Lance"},{"id":21277,"c":53,"u":"mage_deck%20of%20many%20more%20things_dmtcrg","p":45,"s":145,"h":1,"hx":1,"t":27,"uu":"mage|dmtcrg","n":"Mage"},{"id":21278,"c":53,"u":"map_deck%20of%20many%20more%20things_dmtcrg","p":46,"s":145,"h":1,"hx":1,"t":27,"uu":"map|dmtcrg","n":"Map"},{"id":21279,"c":53,"u":"maze_deck%20of%20many%20more%20things_dmtcrg","p":47,"s":145,"h":1,"hx":1,"t":27,"uu":"maze|dmtcrg","n":"Maze"},{"id":21280,"c":53,"u":"mine_deck%20of%20many%20more%20things_dmtcrg","p":48,"s":145,"h":1,"hx":1,"t":27,"uu":"mine|dmtcrg","n":"Mine"},{"id":21281,"c":53,"u":"monstrosity_deck%20of%20many%20more%20things_dmtcrg","p":49,"s":145,"h":1,"hx":1,"t":27,"uu":"monstrosity|dmtcrg","n":"Monstrosity"},{"id":21282,"c":53,"u":"moon_deck%20of%20many%20more%20things_dmtcrg","p":50,"s":145,"h":1,"hx":1,"t":27,"uu":"moon|dmtcrg","n":"Moon"},{"id":21283,"c":53,"u":"ooze_deck%20of%20many%20more%20things_dmtcrg","p":51,"s":145,"h":1,"hx":1,"t":27,"uu":"ooze|dmtcrg","n":"Ooze"},{"id":21284,"c":53,"u":"path_deck%20of%20many%20more%20things_dmtcrg","p":52,"s":145,"h":1,"hx":1,"t":27,"uu":"path|dmtcrg","n":"Path"},{"id":21285,"c":53,"u":"pit_deck%20of%20many%20more%20things_dmtcrg","p":53,"s":145,"h":1,"hx":1,"t":27,"uu":"pit|dmtcrg","n":"Pit"},{"id":21286,"c":53,"u":"plant_deck%20of%20many%20more%20things_dmtcrg","p":54,"s":145,"h":1,"hx":1,"t":27,"uu":"plant|dmtcrg","n":"Plant"},{"id":21287,"c":53,"u":"priest_deck%20of%20many%20more%20things_dmtcrg","p":55,"s":145,"h":1,"hx":1,"t":27,"uu":"priest|dmtcrg","n":"Priest"},{"id":21288,"c":53,"u":"prisoner_deck%20of%20many%20more%20things_dmtcrg","p":56,"s":145,"h":1,"hx":1,"t":27,"uu":"prisoner|dmtcrg","n":"Prisoner"},{"id":21289,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_dmtcrg","p":57,"s":145,"h":1,"hx":1,"t":27,"uu":"puzzle|dmtcrg","n":"Puzzle"},{"id":21290,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_dmtcrg","p":57,"s":145,"h":1,"hx":1,"t":27,"uu":"puzzle|dmtcrg","n":"Idiot"},{"id":21291,"c":53,"u":"ring_deck%20of%20many%20more%20things_dmtcrg","p":58,"s":145,"h":1,"hx":1,"t":27,"uu":"ring|dmtcrg","n":"Ring"},{"id":21292,"c":53,"u":"rogue_deck%20of%20many%20more%20things_dmtcrg","p":59,"s":145,"h":1,"hx":1,"t":27,"uu":"rogue|dmtcrg","n":"Rogue"},{"id":21293,"c":53,"u":"ruin_deck%20of%20many%20more%20things_dmtcrg","p":60,"s":145,"h":1,"hx":1,"t":27,"uu":"ruin|dmtcrg","n":"Ruin"},{"id":21294,"c":53,"u":"sage_deck%20of%20many%20more%20things_dmtcrg","p":61,"s":145,"h":1,"hx":1,"t":27,"uu":"sage|dmtcrg","n":"Sage"},{"id":21295,"c":53,"u":"sage_deck%20of%20many%20more%20things_dmtcrg","p":61,"s":145,"h":1,"hx":1,"t":27,"uu":"sage|dmtcrg","n":"Vizier"},{"id":21296,"c":53,"u":"shield_deck%20of%20many%20more%20things_dmtcrg","p":62,"s":145,"h":1,"hx":1,"t":27,"uu":"shield|dmtcrg","n":"Shield"},{"id":21297,"c":53,"u":"ship_deck%20of%20many%20more%20things_dmtcrg","p":63,"s":145,"h":1,"hx":1,"t":27,"uu":"ship|dmtcrg","n":"Ship"},{"id":21298,"c":53,"u":"skull_deck%20of%20many%20more%20things_dmtcrg","p":64,"s":145,"h":1,"hx":1,"t":27,"uu":"skull|dmtcrg","n":"Skull"},{"id":21299,"c":53,"u":"staff_deck%20of%20many%20more%20things_dmtcrg","p":65,"s":145,"h":1,"hx":1,"t":27,"uu":"staff|dmtcrg","n":"Staff"},{"id":21300,"c":53,"u":"stairway_deck%20of%20many%20more%20things_dmtcrg","p":66,"s":145,"h":1,"hx":1,"t":27,"uu":"stairway|dmtcrg","n":"Stairway"},{"id":21301,"c":53,"u":"star_deck%20of%20many%20more%20things_dmtcrg","p":67,"s":145,"h":1,"hx":1,"t":27,"uu":"star|dmtcrg","n":"Star"},{"id":21302,"c":53,"u":"statue_deck%20of%20many%20more%20things_dmtcrg","p":68,"s":145,"h":1,"hx":1,"t":27,"uu":"statue|dmtcrg","n":"Statue"},{"id":21303,"c":53,"u":"sun_deck%20of%20many%20more%20things_dmtcrg","p":69,"s":145,"h":1,"hx":1,"t":27,"uu":"sun|dmtcrg","n":"Sun"},{"id":21304,"c":53,"u":"talons_deck%20of%20many%20more%20things_dmtcrg","p":70,"s":145,"h":1,"hx":1,"t":27,"uu":"talons|dmtcrg","n":"Talons"},{"id":21305,"c":53,"u":"tavern_deck%20of%20many%20more%20things_dmtcrg","p":71,"s":145,"h":1,"hx":1,"t":27,"uu":"tavern|dmtcrg","n":"Tavern"},{"id":21306,"c":53,"u":"temple_deck%20of%20many%20more%20things_dmtcrg","p":72,"s":145,"h":1,"hx":1,"t":27,"uu":"temple|dmtcrg","n":"Temple"},{"id":21307,"c":53,"u":"throne_deck%20of%20many%20more%20things_dmtcrg","p":73,"s":145,"h":1,"hx":1,"t":27,"uu":"throne|dmtcrg","n":"Throne"},{"id":21308,"c":53,"u":"tomb_deck%20of%20many%20more%20things_dmtcrg","p":74,"s":145,"h":1,"hx":1,"t":27,"uu":"tomb|dmtcrg","n":"Tomb"},{"id":21309,"c":53,"u":"tower_deck%20of%20many%20more%20things_dmtcrg","p":75,"s":145,"h":1,"hx":1,"t":27,"uu":"tower|dmtcrg","n":"Tower"},{"id":21310,"c":53,"u":"tree_deck%20of%20many%20more%20things_dmtcrg","p":76,"s":145,"h":1,"hx":1,"t":27,"uu":"tree|dmtcrg","n":"Tree"},{"id":21311,"c":53,"u":"undead_deck%20of%20many%20more%20things_dmtcrg","p":77,"s":145,"h":1,"hx":1,"t":27,"uu":"undead|dmtcrg","n":"Undead"},{"id":21312,"c":53,"u":"void_deck%20of%20many%20more%20things_dmtcrg","p":78,"s":145,"h":1,"hx":1,"t":27,"uu":"void|dmtcrg","n":"Void"},{"id":21313,"c":53,"u":"warrior_deck%20of%20many%20more%20things_dmtcrg","p":79,"s":145,"h":1,"hx":1,"t":27,"uu":"warrior|dmtcrg","n":"Warrior"},{"id":21314,"c":53,"u":"well_deck%20of%20many%20more%20things_dmtcrg","p":80,"s":145,"h":1,"hx":1,"t":27,"uu":"well|dmtcrg","n":"Well"},{"id":21315,"c":53,"u":"blinded_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"blinded|screendungeonkit","n":"Blinded"},{"id":21316,"c":53,"u":"brown%20mold_hazard%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"brown mold|screendungeonkit","n":"Brown Mold"},{"id":21317,"c":53,"u":"charmed_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"charmed|screendungeonkit","n":"Charmed"},{"id":21318,"c":53,"u":"deafened_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"deafened|screendungeonkit","n":"Deafened"},{"id":21319,"c":53,"u":"eight_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"eight|screendungeonkit","n":"Eight"},{"id":21320,"c":53,"u":"eight_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"eight|screendungeonkit","n":"Eight"},{"id":21321,"c":53,"u":"eighteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"eighteen|screendungeonkit","n":"Eighteen"},{"id":21322,"c":53,"u":"eleven_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"eleven|screendungeonkit","n":"Eleven"},{"id":21323,"c":53,"u":"exhaustion_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"exhaustion|screendungeonkit","n":"Exhaustion"},{"id":21324,"c":53,"u":"fifteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"fifteen|screendungeonkit","n":"Fifteen"},{"id":21325,"c":53,"u":"five_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"five|screendungeonkit","n":"Five"},{"id":21326,"c":53,"u":"five_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"five|screendungeonkit","n":"Five"},{"id":21327,"c":53,"u":"four_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"four|screendungeonkit","n":"Four"},{"id":21328,"c":53,"u":"four_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"four|screendungeonkit","n":"Four"},{"id":21329,"c":53,"u":"fourteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"fourteen|screendungeonkit","n":"Fourteen"},{"id":21330,"c":53,"u":"frightened_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"frightened|screendungeonkit","n":"Frightened"},{"id":21331,"c":53,"u":"grappled_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"grappled|screendungeonkit","n":"Grappled"},{"id":21332,"c":53,"u":"green%20slime_hazard%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"green slime|screendungeonkit","n":"Green Slime"},{"id":21333,"c":53,"u":"incapacitated_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"incapacitated|screendungeonkit","n":"Incapacitated"},{"id":21334,"c":53,"u":"invisible_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"invisible|screendungeonkit","n":"Invisible"},{"id":21335,"c":53,"u":"nine_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"nine|screendungeonkit","n":"Nine"},{"id":21336,"c":53,"u":"nine_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"nine|screendungeonkit","n":"Nine"},{"id":21337,"c":53,"u":"nineteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"nineteen|screendungeonkit","n":"Nineteen"},{"id":21338,"c":53,"u":"one_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"one|screendungeonkit","n":"One"},{"id":21339,"c":53,"u":"one_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"one|screendungeonkit","n":"One"},{"id":21340,"c":53,"u":"paralyzed_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"paralyzed|screendungeonkit","n":"Paralyzed"},{"id":21341,"c":53,"u":"petrified_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"petrified|screendungeonkit","n":"Petrified"},{"id":21342,"c":53,"u":"poisoned_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"poisoned|screendungeonkit","n":"Poisoned"},{"id":21343,"c":53,"u":"prone_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"prone|screendungeonkit","n":"Prone"},{"id":21344,"c":53,"u":"restrained_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"restrained|screendungeonkit","n":"Restrained"},{"id":21345,"c":53,"u":"seven_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"seven|screendungeonkit","n":"Seven"},{"id":21346,"c":53,"u":"seven_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"seven|screendungeonkit","n":"Seven"},{"id":21347,"c":53,"u":"seventeen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"seventeen|screendungeonkit","n":"Seventeen"},{"id":21348,"c":53,"u":"six_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"six|screendungeonkit","n":"Six"},{"id":21349,"c":53,"u":"six_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"six|screendungeonkit","n":"Six"},{"id":21350,"c":53,"u":"sixteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"sixteen|screendungeonkit","n":"Sixteen"},{"id":21351,"c":53,"u":"stunned_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"stunned|screendungeonkit","n":"Stunned"},{"id":21352,"c":53,"u":"ten_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"ten|screendungeonkit","n":"Ten"},{"id":21353,"c":53,"u":"thirteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"thirteen|screendungeonkit","n":"Thirteen"},{"id":21354,"c":53,"u":"thirty_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"thirty|screendungeonkit","n":"Thirty"},{"id":21355,"c":53,"u":"thirty-five_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"thirty-five|screendungeonkit","n":"Thirty-Five"},{"id":21356,"c":53,"u":"thirty-four_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"thirty-four|screendungeonkit","n":"Thirty-Four"},{"id":21357,"c":53,"u":"thirty-one_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"thirty-one|screendungeonkit","n":"Thirty-One"},{"id":21358,"c":53,"u":"thirty-six_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"thirty-six|screendungeonkit","n":"Thirty-Six"},{"id":21359,"c":53,"u":"thirty-three_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"thirty-three|screendungeonkit","n":"Thirty-Three"},{"id":21360,"c":53,"u":"thirty-two_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"thirty-two|screendungeonkit","n":"Thirty-Two"},{"id":21361,"c":53,"u":"three_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"three|screendungeonkit","n":"Three"},{"id":21362,"c":53,"u":"three_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"three|screendungeonkit","n":"Three"},{"id":21363,"c":53,"u":"twelve_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twelve|screendungeonkit","n":"Twelve"},{"id":21364,"c":53,"u":"twenty_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twenty|screendungeonkit","n":"Twenty"},{"id":21365,"c":53,"u":"twenty-eight_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twenty-eight|screendungeonkit","n":"Twenty-Eight"},{"id":21366,"c":53,"u":"twenty-five_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twenty-five|screendungeonkit","n":"Twenty-Five"},{"id":21367,"c":53,"u":"twenty-four_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twenty-four|screendungeonkit","n":"Twenty-Four"},{"id":21368,"c":53,"u":"twenty-nine_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twenty-nine|screendungeonkit","n":"Twenty-Nine"},{"id":21369,"c":53,"u":"twenty-one_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twenty-one|screendungeonkit","n":"Twenty-One"},{"id":21370,"c":53,"u":"twenty-seven_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twenty-seven|screendungeonkit","n":"Twenty-Seven"},{"id":21371,"c":53,"u":"twenty-six_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twenty-six|screendungeonkit","n":"Twenty-Six"},{"id":21372,"c":53,"u":"twenty-three_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twenty-three|screendungeonkit","n":"Twenty-Three"},{"id":21373,"c":53,"u":"twenty-two_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"twenty-two|screendungeonkit","n":"Twenty-Two"},{"id":21374,"c":53,"u":"two_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"two|screendungeonkit","n":"Two"},{"id":21375,"c":53,"u":"two_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"two|screendungeonkit","n":"Two"},{"id":21376,"c":53,"u":"unconscious_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"unconscious|screendungeonkit","n":"Unconscious"},{"id":21377,"c":53,"u":"yellow%20mold_hazard%20cards_screendungeonkit","s":147,"h":1,"hx":1,"t":27,"uu":"yellow mold|screendungeonkit","n":"Yellow Mold"},{"id":21378,"c":53,"u":"adult%20red%20dragon_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"adult red dragon|xdmg","n":"Adult Red Dragon"},{"id":21379,"c":53,"u":"archmage_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"archmage|xdmg","n":"Archmage"},{"id":21380,"c":53,"u":"assassin_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"assassin|xdmg","n":"Assassin"},{"id":21381,"c":53,"u":"balance_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"balance|xdmg","n":"Balance"},{"id":21382,"c":53,"u":"bandit%20captain_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"bandit captain|xdmg","n":"Bandit Captain"},{"id":21383,"c":53,"u":"beholder_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"beholder|xdmg","n":"Beholder"},{"id":21384,"c":53,"u":"berserker_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"berserker|xdmg","n":"Berserker"},{"id":21385,"c":53,"u":"bugbear%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"bugbear warrior|xdmg","n":"Bugbear Warrior"},{"id":21386,"c":53,"u":"cloud%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"cloud giant|xdmg","n":"Cloud Giant"},{"id":21387,"c":53,"u":"comet_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"comet|xdmg","n":"Comet"},{"id":21388,"c":53,"u":"donjon_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"donjon|xdmg","n":"Donjon"},{"id":21389,"c":53,"u":"druid_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"druid|xdmg","n":"Druid"},{"id":21390,"c":53,"u":"erinyes_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"erinyes|xdmg","n":"Erinyes"},{"id":21391,"c":53,"u":"ettin_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"ettin|xdmg","n":"Ettin"},{"id":21392,"c":53,"u":"euryale_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"euryale|xdmg","n":"Euryale"},{"id":21393,"c":53,"u":"fates_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"fates|xdmg","n":"Fates"},{"id":21394,"c":53,"u":"fire%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"fire giant|xdmg","n":"Fire Giant"},{"id":21395,"c":53,"u":"flames_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"flames|xdmg","n":"Flames"},{"id":21396,"c":53,"u":"fool_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"fool|xdmg","n":"Fool"},{"id":21397,"c":53,"u":"frost%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"frost giant|xdmg","n":"Frost Giant"},{"id":21398,"c":53,"u":"gem_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"gem|xdmg","n":"Gem"},{"id":21399,"c":53,"u":"gnoll%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"gnoll warrior|xdmg","n":"Gnoll Warrior"},{"id":21400,"c":53,"u":"goblin%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"goblin warrior|xdmg","n":"Goblin Warrior"},{"id":21401,"c":53,"u":"guardian%20naga_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"guardian naga|xdmg","n":"Guardian Naga"},{"id":21402,"c":53,"u":"hill%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"hill giant|xdmg","n":"Hill Giant"},{"id":21403,"c":53,"u":"hobgoblin%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"hobgoblin warrior|xdmg","n":"Hobgoblin Warrior"},{"id":21404,"c":53,"u":"incubus_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"incubus|xdmg","n":"Incubus"},{"id":21405,"c":53,"u":"iron%20golem_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"iron golem|xdmg","n":"Iron Golem"},{"id":21406,"c":53,"u":"jester_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"jester|xdmg","n":"Jester"},{"id":21407,"c":53,"u":"key_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"key|xdmg","n":"Key"},{"id":21408,"c":53,"u":"knight_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"knight|xdmg","n":"Knight"},{"id":21409,"c":53,"u":"knight_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"knight|xdmg","n":"Knight"},{"id":21410,"c":53,"u":"kobold%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"kobold warrior|xdmg","n":"Kobold Warrior"},{"id":21411,"c":53,"u":"lich_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"lich|xdmg","n":"Lich"},{"id":21412,"c":53,"u":"medusa_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"medusa|xdmg","n":"Medusa"},{"id":21413,"c":53,"u":"moon_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"moon|xdmg","n":"Moon"},{"id":21414,"c":53,"u":"night%20hag_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"night hag|xdmg","n":"Night Hag"},{"id":21415,"c":53,"u":"ogre_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"ogre|xdmg","n":"Ogre"},{"id":21416,"c":53,"u":"oni_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"oni|xdmg","n":"Oni"},{"id":21417,"c":53,"u":"priest_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"priest|xdmg","n":"Priest"},{"id":21418,"c":53,"u":"puzzle_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"puzzle|xdmg","n":"Puzzle"},{"id":21419,"c":53,"u":"rogue_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"rogue|xdmg","n":"Rogue"},{"id":21420,"c":53,"u":"ruin_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"ruin|xdmg","n":"Ruin"},{"id":21421,"c":53,"u":"sage_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"sage|xdmg","n":"Sage"},{"id":21422,"c":53,"u":"skull_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"skull|xdmg","n":"Skull"},{"id":21423,"c":53,"u":"star_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"star|xdmg","n":"Star"},{"id":21424,"c":53,"u":"succubus_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"succubus|xdmg","n":"Succubus"},{"id":21425,"c":53,"u":"sun_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"sun|xdmg","n":"Sun"},{"id":21426,"c":53,"u":"talons_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"talons|xdmg","n":"Talons"},{"id":21427,"c":53,"u":"the%20card%20drawer_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"the card drawer|xdmg","n":"The Card Drawer"},{"id":21428,"c":53,"u":"throne_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"throne|xdmg","n":"Throne"},{"id":21429,"c":53,"u":"troll_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"troll|xdmg","n":"Troll"},{"id":21430,"c":53,"u":"void_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"void|xdmg","n":"Void"},{"id":21431,"c":53,"u":"warrior%20veteran_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"warrior veteran|xdmg","n":"Warrior Veteran"},{"id":21432,"c":53,"u":"wyvern_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"wyvern|xdmg","n":"Wyvern"},{"id":21433,"c":53,"u":"abjurer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"abjurer|cos","n":"Abjurer"},{"id":21434,"c":53,"u":"anarchist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"anarchist|cos","n":"Anarchist"},{"id":21435,"c":53,"u":"artifact_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"artifact|cos","n":"Artifact"},{"id":21436,"c":53,"u":"avenger_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"avenger|cos","n":"Avenger"},{"id":21437,"c":53,"u":"beast_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"beast|cos","n":"Beast"},{"id":21438,"c":53,"u":"beggar_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"beggar|cos","n":"Beggar"},{"id":21439,"c":53,"u":"berserker_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"berserker|cos","n":"Berserker"},{"id":21440,"c":53,"u":"bishop_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"bishop|cos","n":"Bishop"},{"id":21441,"c":53,"u":"broken%20one_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"broken one|cos","n":"Broken One"},{"id":21442,"c":53,"u":"charlatan_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"charlatan|cos","n":"Charlatan"},{"id":21443,"c":53,"u":"conjurer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"conjurer|cos","n":"Conjurer"},{"id":21444,"c":53,"u":"darklord_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"darklord|cos","n":"Darklord"},{"id":21445,"c":53,"u":"dictator_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"dictator|cos","n":"Dictator"},{"id":21446,"c":53,"u":"diviner_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"diviner|cos","n":"Diviner"},{"id":21447,"c":53,"u":"donjon_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"donjon|cos","n":"Donjon"},{"id":21448,"c":53,"u":"druid_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"druid|cos","n":"Druid"},{"id":21449,"c":53,"u":"elementalist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"elementalist|cos","n":"Elementalist"},{"id":21450,"c":53,"u":"enchanter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"enchanter|cos","n":"Enchanter"},{"id":21451,"c":53,"u":"evoker_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"evoker|cos","n":"Evoker"},{"id":21452,"c":53,"u":"executioner_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"executioner|cos","n":"Executioner"},{"id":21453,"c":53,"u":"ghost_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"ghost|cos","n":"Ghost"},{"id":21454,"c":53,"u":"guild%20member_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"guild member|cos","n":"Guild Member"},{"id":21455,"c":53,"u":"healer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"healer|cos","n":"Healer"},{"id":21456,"c":53,"u":"hooded%20one_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"hooded one|cos","n":"Hooded One"},{"id":21457,"c":53,"u":"horseman_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"horseman|cos","n":"Horseman"},{"id":21458,"c":53,"u":"illusionist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"illusionist|cos","n":"Illusionist"},{"id":21459,"c":53,"u":"innocent_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"innocent|cos","n":"Innocent"},{"id":21460,"c":53,"u":"marionette_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"marionette|cos","n":"Marionette"},{"id":21461,"c":53,"u":"mercenary_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"mercenary|cos","n":"Mercenary"},{"id":21462,"c":53,"u":"merchant_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"merchant|cos","n":"Merchant"},{"id":21463,"c":53,"u":"miser_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"miser|cos","n":"Miser"},{"id":21464,"c":53,"u":"missionary_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"missionary|cos","n":"Missionary"},{"id":21465,"c":53,"u":"mists_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"mists|cos","n":"Mists"},{"id":21466,"c":53,"u":"monk_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"monk|cos","n":"Monk"},{"id":21467,"c":53,"u":"myrmidon_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"myrmidon|cos","n":"Myrmidon"},{"id":21468,"c":53,"u":"necromancer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"necromancer|cos","n":"Necromancer"},{"id":21469,"c":53,"u":"paladin_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"paladin|cos","n":"Paladin"},{"id":21470,"c":53,"u":"philanthropist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"philanthropist|cos","n":"Philanthropist"},{"id":21471,"c":53,"u":"priest_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"priest|cos","n":"Priest"},{"id":21472,"c":53,"u":"raven_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"raven|cos","n":"Raven"},{"id":21473,"c":53,"u":"rogue_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"rogue|cos","n":"Rogue"},{"id":21474,"c":53,"u":"seer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"seer|cos","n":"Seer"},{"id":21475,"c":53,"u":"shepherd_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"shepherd|cos","n":"Shepherd"},{"id":21476,"c":53,"u":"soldier_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"soldier|cos","n":"Soldier"},{"id":21477,"c":53,"u":"swashbuckler_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"swashbuckler|cos","n":"Swashbuckler"},{"id":21478,"c":53,"u":"tax%20collector_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"tax collector|cos","n":"Tax Collector"},{"id":21479,"c":53,"u":"tempter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"tempter|cos","n":"Tempter"},{"id":21480,"c":53,"u":"thief_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"thief|cos","n":"Thief"},{"id":21481,"c":53,"u":"torturer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"torturer|cos","n":"Torturer"},{"id":21482,"c":53,"u":"trader_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"trader|cos","n":"Trader"},{"id":21483,"c":53,"u":"traitor_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"traitor|cos","n":"Traitor"},{"id":21484,"c":53,"u":"transmuter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"transmuter|cos","n":"Transmuter"},{"id":21485,"c":53,"u":"warrior_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"warrior|cos","n":"Warrior"},{"id":21486,"c":53,"u":"wizard_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"wizard|cos","n":"Wizard"},{"id":21487,"c":53,"u":"fragment%20of%20abhorrence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of abhorrence|crcotn","n":"Fragment of Abhorrence"},{"id":21488,"c":53,"u":"fragment%20of%20attachment_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of attachment|crcotn","n":"Fragment of Attachment"},{"id":21489,"c":53,"u":"fragment%20of%20deception_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of deception|crcotn","n":"Fragment of Deception"},{"id":21490,"c":53,"u":"fragment%20of%20despondence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of despondence|crcotn","n":"Fragment of Despondence"},{"id":21491,"c":53,"u":"fragment%20of%20intransigence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of intransigence|crcotn","n":"Fragment of Intransigence"},{"id":21492,"c":53,"u":"fragment%20of%20loathing_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of loathing|crcotn","n":"Fragment of Loathing"},{"id":21493,"c":53,"u":"fragment%20of%20melancholy_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of melancholy|crcotn","n":"Fragment of Melancholy"},{"id":21494,"c":53,"u":"fragment%20of%20pity_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of pity|crcotn","n":"Fragment of Pity"},{"id":21495,"c":53,"u":"fragment%20of%20rancor_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of rancor|crcotn","n":"Fragment of Rancor"},{"id":21496,"c":53,"u":"medal%20of%20muscle_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of muscle|crcotn","n":"Medal of Muscle"},{"id":21497,"c":53,"u":"medal%20of%20the%20conch_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of the conch|crcotn","n":"Medal of the Conch"},{"id":21498,"c":53,"u":"medal%20of%20the%20horizonback_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of the horizonback|crcotn","n":"Medal of the Horizonback"},{"id":21499,"c":53,"u":"medal%20of%20the%20maze_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of the maze|crcotn","n":"Medal of the Maze"},{"id":21500,"c":53,"u":"medal%20of%20the%20meat%20pie_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of the meat pie|crcotn","n":"Medal of the Meat Pie"},{"id":21501,"c":53,"u":"medal%20of%20the%20wetlands_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of the wetlands|crcotn","n":"Medal of the Wetlands"},{"id":21502,"c":53,"u":"medal%20of%20wit_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of wit|crcotn","n":"Medal of Wit"},{"id":21503,"c":53,"u":"using%20the%20cards_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"using the cards|crcotn","n":"Using the Cards"},{"id":21504,"c":53,"u":"%2b1%20battleaxe_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"+1 battleaxe|dip","n":"+1 Battleaxe"},{"id":21505,"c":53,"u":"%2b1%20longbow_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"+1 longbow|dip","n":"+1 Longbow"},{"id":21506,"c":53,"u":"%2b1%20mace_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"+1 mace|dip","n":"+1 Mace"},{"id":21507,"c":53,"u":"%2b1%20shield_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"+1 shield|dip","n":"+1 Shield"},{"id":21508,"c":53,"u":"%2b1%20shortsword_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"+1 shortsword|dip","n":"+1 Shortsword"},{"id":21509,"c":53,"u":"axeholm_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"axeholm|dip","n":"Axeholm"},{"id":21510,"c":53,"u":"boots%20of%20elvenkind_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"boots of elvenkind|dip","n":"Boots of Elvenkind"},{"id":21511,"c":53,"u":"butterskull%20ranch_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"butterskull ranch|dip","n":"Butterskull Ranch"},{"id":21512,"c":53,"u":"charm%20of%20the%20storm_magic%20charm%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"charm of the storm|dip","n":"Charm of the Storm"},{"id":21513,"c":53,"u":"cloak%20of%20billowing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"cloak of billowing|dip","n":"Cloak of Billowing"},{"id":21514,"c":53,"u":"cloak%20of%20many%20fashions_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"cloak of many fashions|dip","n":"Cloak of Many Fashions"},{"id":21515,"c":53,"u":"clockwork%20amulet_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"clockwork amulet|dip","n":"Clockwork Amulet"},{"id":21516,"c":53,"u":"donnabella%20fiasco_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"donnabella fiasco|dip","n":"Donnabella Fiasco"},{"id":21517,"c":53,"u":"dragon%20barrow_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"dragon barrow|dip","n":"Dragon Barrow"},{"id":21518,"c":53,"u":"dragon%20slayer_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"dragon slayer|dip","n":"Dragon Slayer"},{"id":21519,"c":53,"u":"dread%20helm_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"dread helm|dip","n":"Dread Helm"},{"id":21520,"c":53,"u":"dust%20of%20disappearance_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"dust of disappearance|dip","n":"Dust of Disappearance"},{"id":21521,"c":53,"u":"dwarven%20excavation_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"dwarven excavation|dip","n":"Dwarven Excavation"},{"id":21522,"c":53,"u":"galandro%20luna_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"galandro luna|dip","n":"Galandro Luna"},{"id":21523,"c":53,"u":"gauntlets%20of%20ogre%20power_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"gauntlets of ogre power|dip","n":"Gauntlets of Ogre Power"},{"id":21524,"c":53,"u":"gnomengarde_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"gnomengarde|dip","n":"Gnomengarde"},{"id":21525,"c":53,"u":"goggles%20of%20night_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"goggles of night|dip","n":"Goggles of Night"},{"id":21526,"c":53,"u":"hat%20of%20wizardry_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"hat of wizardry|dip","n":"Hat of Wizardry"},{"id":21527,"c":53,"u":"immovable%20rod_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"immovable rod|dip","n":"Immovable Rod"},{"id":21528,"c":53,"u":"inverna%20nightbreeze_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"inverna nightbreeze|dip","n":"Inverna Nightbreeze"},{"id":21529,"c":53,"u":"loggers'%20camp_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"loggers' camp|dip","n":"Loggers' Camp"},{"id":21530,"c":53,"u":"lute%20of%20illusions_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"lute of illusions|dip","n":"Lute of Illusions"},{"id":21531,"c":53,"u":"mithral%20chain%20mail_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"mithral chain mail|dip","n":"Mithral Chain Mail"},{"id":21532,"c":53,"u":"mountain's%20toe_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"mountain's toe|dip","n":"Mountain's Toe"},{"id":21533,"c":53,"u":"mystery%20key_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"mystery key|dip","n":"Mystery Key"},{"id":21534,"c":53,"u":"necklace%20of%20fireballs_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"necklace of fireballs|dip","n":"Necklace of Fireballs"},{"id":21535,"c":53,"u":"nib%20addlespur_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"nib addlespur|dip","n":"Nib Addlespur"},{"id":21536,"c":53,"u":"pickled%20pete_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"pickled pete|dip","n":"Pickled Pete"},{"id":21537,"c":53,"u":"pole%20of%20collapsing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"pole of collapsing|dip","n":"Pole of Collapsing"},{"id":21538,"c":53,"u":"potion%20of%20greater%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"potion of greater healing|dip","n":"Potion of Greater Healing"},{"id":21539,"c":53,"u":"potion%20of%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"potion of healing|dip","n":"Potion of Healing"},{"id":21540,"c":53,"u":"potion%20of%20invulnerability_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"potion of invulnerability|dip","n":"Potion of Invulnerability"},{"id":21541,"c":53,"u":"potion%20of%20superior%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"potion of superior healing|dip","n":"Potion of Superior Healing"},{"id":21542,"c":53,"u":"potion%20of%20water%20breathing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"potion of water breathing|dip","n":"Potion of Water Breathing"},{"id":21543,"c":53,"u":"quinn%20hightopple_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"quinn hightopple|dip","n":"Quinn Hightopple"},{"id":21544,"c":53,"u":"ruby%20hammerwhacker_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"ruby hammerwhacker|dip","n":"Ruby Hammerwhacker"},{"id":21545,"c":53,"u":"sending%20stone_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"sending stone|dip","n":"Sending Stone"},{"id":21546,"c":53,"u":"shanjan%20kwan_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"shanjan kwan|dip","n":"Shanjan Kwan"},{"id":21547,"c":53,"u":"staff%20of%20birdcalls_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"staff of birdcalls|dip","n":"Staff of Birdcalls"},{"id":21548,"c":53,"u":"talon%20thornwild_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"talon thornwild|dip","n":"Talon Thornwild"},{"id":21549,"c":53,"u":"umbrage%20hill_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"umbrage hill|dip","n":"Umbrage Hill"},{"id":21550,"c":53,"u":"wand%20of%20pyrotechnics_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"wand of pyrotechnics|dip","n":"Wand of Pyrotechnics"},{"id":21551,"c":53,"u":"wand%20of%20secrets_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"wand of secrets|dip","n":"Wand of Secrets"},{"id":21552,"c":53,"u":"woodland%20manse_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"woodland manse|dip","n":"Woodland Manse"},{"id":21553,"c":53,"u":"archmage%20and%20mage%20apprentice_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"archmage and mage apprentice|dmg","n":"Archmage and Mage Apprentice"},{"id":21554,"c":53,"u":"assassin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"assassin|dmg","n":"Assassin"},{"id":21555,"c":53,"u":"balance_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"balance|dmg","n":"Balance"},{"id":21556,"c":53,"u":"bandit%20captain%20and%20three%20bandits_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"bandit captain and three bandits|dmg","n":"Bandit Captain and Three Bandits"},{"id":21557,"c":53,"u":"beholder_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"beholder|dmg","n":"Beholder"},{"id":21558,"c":53,"u":"berserker_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"berserker|dmg","n":"Berserker"},{"id":21559,"c":53,"u":"bugbear_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"bugbear|dmg","n":"Bugbear"},{"id":21560,"c":53,"u":"cloud%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"cloud giant|dmg","n":"Cloud Giant"},{"id":21561,"c":53,"u":"comet_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"comet|dmg","n":"Comet"},{"id":21562,"c":53,"u":"donjon_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"donjon|dmg","n":"Donjon"},{"id":21563,"c":53,"u":"druid_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"druid|dmg","n":"Druid"},{"id":21564,"c":53,"u":"erinyes_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"erinyes|dmg","n":"Erinyes"},{"id":21565,"c":53,"u":"ettin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"ettin|dmg","n":"Ettin"},{"id":21566,"c":53,"u":"euryale_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"euryale|dmg","n":"Euryale"},{"id":21567,"c":53,"u":"fire%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"fire giant|dmg","n":"Fire Giant"},{"id":21568,"c":53,"u":"flames_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"flames|dmg","n":"Flames"},{"id":21569,"c":53,"u":"fool_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"fool|dmg","n":"Fool"},{"id":21570,"c":53,"u":"frost%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"frost giant|dmg","n":"Frost Giant"},{"id":21571,"c":53,"u":"gem_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"gem|dmg","n":"Gem"},{"id":21572,"c":53,"u":"gnoll_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"gnoll|dmg","n":"Gnoll"},{"id":21573,"c":53,"u":"goblin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"goblin|dmg","n":"Goblin"},{"id":21574,"c":53,"u":"hill%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"hill giant|dmg","n":"Hill Giant"},{"id":21575,"c":53,"u":"hobgoblin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"hobgoblin|dmg","n":"Hobgoblin"},{"id":21576,"c":53,"u":"idiot_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"idiot|dmg","n":"Idiot"},{"id":21577,"c":53,"u":"iron%20golem_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"iron golem|dmg","n":"Iron Golem"},{"id":21578,"c":53,"u":"jester_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"jester|dmg","n":"Jester"},{"id":21579,"c":53,"u":"key_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"key|dmg","n":"Key"},{"id":21580,"c":53,"u":"knight_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"knight|dmg","n":"Knight"},{"id":21581,"c":53,"u":"knight%20and%20four%20guards_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"knight and four guards|dmg","n":"Knight and Four Guards"},{"id":21582,"c":53,"u":"kobold_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"kobold|dmg","n":"Kobold"},{"id":21583,"c":53,"u":"lich_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"lich|dmg","n":"Lich"},{"id":21584,"c":53,"u":"medusa_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"medusa|dmg","n":"Medusa"},{"id":21585,"c":53,"u":"moon_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"moon|dmg","n":"Moon"},{"id":21586,"c":53,"u":"night%20hag_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"night hag|dmg","n":"Night Hag"},{"id":21587,"c":53,"u":"ogre_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"ogre|dmg","n":"Ogre"},{"id":21588,"c":53,"u":"ogre%20mage_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"ogre mage|dmg","n":"Ogre Mage"},{"id":21589,"c":53,"u":"orc_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"orc|dmg","n":"Orc"},{"id":21590,"c":53,"u":"priest%20and%20two%20acolytes_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"priest and two acolytes|dmg","n":"Priest and Two Acolytes"},{"id":21591,"c":53,"u":"red%20dragon_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"red dragon|dmg","n":"Red Dragon"},{"id":21592,"c":53,"u":"rogue_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"rogue|dmg","n":"Rogue"},{"id":21593,"c":53,"u":"ruin_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"ruin|dmg","n":"Ruin"},{"id":21594,"c":53,"u":"skull_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"skull|dmg","n":"Skull"},{"id":21595,"c":53,"u":"star_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"star|dmg","n":"Star"},{"id":21596,"c":53,"u":"succubus%2fincubus_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"succubus/incubus|dmg","n":"Succubus/Incubus"},{"id":21597,"c":53,"u":"sun_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"sun|dmg","n":"Sun"},{"id":21598,"c":53,"u":"talons_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"talons|dmg","n":"Talons"},{"id":21599,"c":53,"u":"the%20fates_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"the fates|dmg","n":"The Fates"},{"id":21600,"c":53,"u":"the%20void_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"the void|dmg","n":"The Void"},{"id":21601,"c":53,"u":"throne_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"throne|dmg","n":"Throne"},{"id":21602,"c":53,"u":"troll_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"troll|dmg","n":"Troll"},{"id":21603,"c":53,"u":"veteran_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"veteran|dmg","n":"Veteran"},{"id":21604,"c":53,"u":"vizier_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"vizier|dmg","n":"Vizier"},{"id":21605,"c":53,"u":"you%20(the%20deck's%20owner)_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"you (the deck's owner)|dmg","n":"You (The Deck's Owner)"},{"id":21606,"c":53,"u":"blinded_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"blinded|esk","n":"Blinded"},{"id":21607,"c":53,"u":"charmed_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"charmed|esk","n":"Charmed"},{"id":21608,"c":53,"u":"combat%20step%20by%20step_combat%20step%20by%20step%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"combat step by step|esk","n":"Combat Step by Step"},{"id":21609,"c":53,"u":"deafened_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"deafened|esk","n":"Deafened"},{"id":21610,"c":53,"u":"eight_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"eight|esk","n":"Eight"},{"id":21611,"c":53,"u":"five_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"five|esk","n":"Five"},{"id":21612,"c":53,"u":"four_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"four|esk","n":"Four"},{"id":21613,"c":53,"u":"frightened_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"frightened|esk","n":"Frightened"},{"id":21614,"c":53,"u":"grappled_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"grappled|esk","n":"Grappled"},{"id":21615,"c":53,"u":"incapacitated_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"incapacitated|esk","n":"Incapacitated"},{"id":21616,"c":53,"u":"invisible_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"invisible|esk","n":"Invisible"},{"id":21617,"c":53,"u":"nine_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"nine|esk","n":"Nine"},{"id":21618,"c":53,"u":"one_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"one|esk","n":"One"},{"id":21619,"c":53,"u":"paralyzed_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"paralyzed|esk","n":"Paralyzed"},{"id":21620,"c":53,"u":"petrified_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"petrified|esk","n":"Petrified"},{"id":21621,"c":53,"u":"poisoned_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"poisoned|esk","n":"Poisoned"},{"id":21622,"c":53,"u":"prone_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"prone|esk","n":"Prone"},{"id":21623,"c":53,"u":"restrained_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"restrained|esk","n":"Restrained"},{"id":21624,"c":53,"u":"seven_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"seven|esk","n":"Seven"},{"id":21625,"c":53,"u":"six_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"six|esk","n":"Six"},{"id":21626,"c":53,"u":"stunned_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"stunned|esk","n":"Stunned"},{"id":21627,"c":53,"u":"three_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"three|esk","n":"Three"},{"id":21628,"c":53,"u":"two_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"two|esk","n":"Two"},{"id":21629,"c":53,"u":"unconscious_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"unconscious|esk","n":"Unconscious"},{"id":21630,"c":53,"u":"bacon-wrapped%20smoked%20mussels_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"bacon-wrapped smoked mussels|hfdomm","n":"Bacon-Wrapped Smoked Mussels"},{"id":21631,"c":53,"u":"beluir%20salmon%20spread_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"beluir salmon spread|hfdomm","n":"Beluir Salmon Spread"},{"id":21632,"c":53,"u":"black%20lotus%20root_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"black lotus root|hfdomm","n":"Black Lotus Root"},{"id":21633,"c":53,"u":"butternut%20beer_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"butternut beer|hfdomm","n":"Butternut Beer"},{"id":21634,"c":53,"u":"chultan%20zombie_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"chultan zombie|hfdomm","n":"Chultan Zombie"},{"id":21635,"c":53,"u":"cloaks_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"cloaks|hfdomm","n":"Cloaks"},{"id":21636,"c":53,"u":"cocoa%20broth_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"cocoa broth|hfdomm","n":"Cocoa Broth"},{"id":21637,"c":53,"u":"delayed%20blast%20fireball_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"delayed blast fireball|hfdomm","n":"Delayed Blast Fireball"},{"id":21638,"c":53,"u":"dwarven%20mulled%20wine_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"dwarven mulled wine|hfdomm","n":"Dwarven Mulled Wine"},{"id":21639,"c":53,"u":"elverquisst_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"elverquisst|hfdomm","n":"Elverquisst"},{"id":21640,"c":53,"u":"exploding%20cheese%20puffs_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"exploding cheese puffs|hfdomm","n":"Exploding Cheese Puffs"},{"id":21641,"c":53,"u":"feywild%20eggs_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"feywild eggs|hfdomm","n":"Feywild Eggs"},{"id":21642,"c":53,"u":"fig%20cakes_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"fig cakes|hfdomm","n":"Fig Cakes"},{"id":21643,"c":53,"u":"green%20ice%20rime_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"green ice rime|hfdomm","n":"Green Ice Rime"},{"id":21644,"c":53,"u":"greenspear%20bundles%20in%20bacon_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"greenspear bundles in bacon|hfdomm","n":"Greenspear Bundles in Bacon"},{"id":21645,"c":53,"u":"halfling%20finger%20sandwiches_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"halfling finger sandwiches|hfdomm","n":"Halfling Finger Sandwiches"},{"id":21646,"c":53,"u":"halfling%20oatmeal%20sweet%20nibbles_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"halfling oatmeal sweet nibbles|hfdomm","n":"Halfling Oatmeal Sweet Nibbles"},{"id":21647,"c":53,"u":"hot%20river%20crab%20bites_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"hot river crab bites|hfdomm","n":"Hot River Crab Bites"},{"id":21648,"c":53,"u":"hot%20spiced%20cider_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"hot spiced cider|hfdomm","n":"Hot Spiced Cider"},{"id":21649,"c":53,"u":"introduction_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"introduction|hfdomm","n":"Introduction"},{"id":21650,"c":53,"u":"irlymeyer's%20dragonfire%20punch_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"irlymeyer's dragonfire punch|hfdomm","n":"Irlymeyer's Dragonfire Punch"},{"id":21651,"c":53,"u":"iron%20rations_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"iron rations|hfdomm","n":"Iron Rations"},{"id":21652,"c":53,"u":"lluirwood%20salad_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"lluirwood salad|hfdomm","n":"Lluirwood Salad"},{"id":21653,"c":53,"u":"meal's%20end_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"meal's end|hfdomm","n":"Meal's End"},{"id":21654,"c":53,"u":"moonwood%20artichoke%20spread_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"moonwood artichoke spread|hfdomm","n":"Moonwood Artichoke Spread"},{"id":21655,"c":53,"u":"neverwinter%20cheese%20board_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"neverwinter cheese board|hfdomm","n":"Neverwinter Cheese Board"},{"id":21656,"c":53,"u":"neverwinter%20nectar_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"neverwinter nectar|hfdomm","n":"Neverwinter Nectar"},{"id":21657,"c":53,"u":"night%20hag's%20delight_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"night hag's delight|hfdomm","n":"Night Hag's Delight"},{"id":21658,"c":53,"u":"par-salian's%20tea_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"par-salian's tea|hfdomm","n":"Par-Salian's Tea"},{"id":21659,"c":53,"u":"potion%20of%20restoration_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"potion of restoration|hfdomm","n":"Potion of Restoration"},{"id":21660,"c":53,"u":"purple%20grapemash%20no.%203_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"purple grapemash no. 3|hfdomm","n":"Purple Grapemash No. 3"},{"id":21661,"c":53,"u":"quith-pa_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"quith-pa|hfdomm","n":"Quith-pa"},{"id":21662,"c":53,"u":"ray%20of%20frost_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"ray of frost|hfdomm","n":"Ray of Frost"},{"id":21663,"c":53,"u":"rollrum_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"rollrum|hfdomm","n":"Rollrum"},{"id":21664,"c":53,"u":"ruby%20cordial_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"ruby cordial|hfdomm","n":"Ruby Cordial"},{"id":21665,"c":53,"u":"saerloonian%20glowfire_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"saerloonian glowfire|hfdomm","n":"Saerloonian Glowfire"},{"id":21666,"c":53,"u":"salbread_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"salbread|hfdomm","n":"Salbread"},{"id":21667,"c":53,"u":"spicy%20brothers%20honey-glazed%20hot%20chips_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"spicy brothers honey-glazed hot chips|hfdomm","n":"Spicy Brothers Honey-Glazed Hot Chips"},{"id":21668,"c":53,"u":"spicy%20shredded%20stirge%20sliders_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"spicy shredded stirge sliders|hfdomm","n":"Spicy Shredded Stirge Sliders"},{"id":21669,"c":53,"u":"tamarind%20balls_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"tamarind balls|hfdomm","n":"Tamarind Balls"},{"id":21670,"c":53,"u":"tavern%20crickets_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"tavern crickets|hfdomm","n":"Tavern Crickets"},{"id":21671,"c":53,"u":"the%20deck%20of%20many%20morsels_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"the deck of many morsels|hfdomm","n":"The Deck of Many Morsels"},{"id":21672,"c":53,"u":"tika's%20honey%20mead_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"tika's honey mead|hfdomm","n":"Tika's Honey Mead"},{"id":21673,"c":53,"u":"trail%20mash'ums_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"trail mash'ums|hfdomm","n":"Trail Mash'ums"},{"id":21674,"c":53,"u":"trolltide%20candied%20apples_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"trolltide candied apples|hfdomm","n":"Trolltide Candied Apples"},{"id":21675,"c":53,"u":"twice-baked%20cockatrice%20wings_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"twice-baked cockatrice wings|hfdomm","n":"Twice-Baked Cockatrice Wings"},{"id":21676,"c":53,"u":"underdark%20forage%20board_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"underdark forage board|hfdomm","n":"Underdark Forage Board"},{"id":21677,"c":53,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"underdark lotus with fire lichen spread|hfdomm","n":"Underdark Lotus with Fire Lichen Spread"},{"id":21678,"c":53,"u":"undermountain%20alurlyath_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"undermountain alurlyath|hfdomm","n":"Undermountain Alurlyath"},{"id":21679,"c":53,"u":"waterdeep%20charcuterie_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"waterdeep charcuterie|hfdomm","n":"Waterdeep Charcuterie"},{"id":21680,"c":53,"u":"wood%20elf%20forest%20salad_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"wood elf forest salad|hfdomm","n":"Wood Elf Forest Salad"},{"id":21681,"c":53,"u":"zzar_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"t":27,"uu":"zzar|hfdomm","n":"Zzar"},{"id":21682,"c":53,"u":"ace%20of%20charisma_tarot%20deck_td","p":41,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"ace of charisma|td","n":"Ace of Charisma"},{"id":21683,"c":53,"u":"ace%20of%20intelligence_tarot%20deck_td","p":27,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"ace of intelligence|td","n":"Ace of Intelligence"},{"id":21684,"c":53,"u":"ace%20of%20strength_tarot%20deck_td","p":20,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"ace of strength|td","n":"Ace of Strength"},{"id":21685,"c":53,"u":"ace%20of%20wisdom_tarot%20deck_td","p":34,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"ace of wisdom|td","n":"Ace of Wisdom"},{"id":21686,"c":53,"u":"death_tarot%20deck_td","p":15,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"death|td","n":"Death"},{"id":21687,"c":53,"u":"eight%20of%20charisma_tarot%20deck_td","p":44,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"eight of charisma|td","n":"Eight of Charisma"},{"id":21688,"c":53,"u":"eight%20of%20intelligence_tarot%20deck_td","p":30,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"eight of intelligence|td","n":"Eight of Intelligence"},{"id":21689,"c":53,"u":"eight%20of%20strength_tarot%20deck_td","p":23,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"eight of strength|td","n":"Eight of Strength"},{"id":21690,"c":53,"u":"eight%20of%20wisdom_tarot%20deck_td","p":37,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"eight of wisdom|td","n":"Eight of Wisdom"},{"id":21691,"c":53,"u":"five%20of%20charisma_tarot%20deck_td","p":43,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"five of charisma|td","n":"Five of Charisma"},{"id":21692,"c":53,"u":"five%20of%20intelligence_tarot%20deck_td","p":29,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"five of intelligence|td","n":"Five of Intelligence"},{"id":21693,"c":53,"u":"five%20of%20strength_tarot%20deck_td","p":22,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"five of strength|td","n":"Five of Strength"},{"id":21694,"c":53,"u":"five%20of%20wisdom_tarot%20deck_td","p":36,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"five of wisdom|td","n":"Five of Wisdom"},{"id":21695,"c":53,"u":"four%20of%20charisma_tarot%20deck_td","p":42,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"four of charisma|td","n":"Four of Charisma"},{"id":21696,"c":53,"u":"four%20of%20intelligence_tarot%20deck_td","p":28,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"four of intelligence|td","n":"Four of Intelligence"},{"id":21697,"c":53,"u":"four%20of%20strength_tarot%20deck_td","p":21,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"four of strength|td","n":"Four of Strength"},{"id":21698,"c":53,"u":"four%20of%20wisdom_tarot%20deck_td","p":35,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"four of wisdom|td","n":"Four of Wisdom"},{"id":21699,"c":53,"u":"judgement_tarot%20deck_td","p":19,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"judgement|td","n":"Judgement"},{"id":21700,"c":53,"u":"justice_tarot%20deck_td","p":14,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"justice|td","n":"Justice"},{"id":21701,"c":53,"u":"king%20of%20charisma_tarot%20deck_td","p":47,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"king of charisma|td","n":"King of Charisma"},{"id":21702,"c":53,"u":"king%20of%20intelligence_tarot%20deck_td","p":33,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"king of intelligence|td","n":"King of Intelligence"},{"id":21703,"c":53,"u":"king%20of%20strength_tarot%20deck_td","p":26,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"king of strength|td","n":"King of Strength"},{"id":21704,"c":53,"u":"king%20of%20wisdom_tarot%20deck_td","p":40,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"king of wisdom|td","n":"King of Wisdom"},{"id":21705,"c":53,"u":"knight%20of%20charisma_tarot%20deck_td","p":46,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"knight of charisma|td","n":"Knight of Charisma"},{"id":21706,"c":53,"u":"knight%20of%20intelligence_tarot%20deck_td","p":32,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"knight of intelligence|td","n":"Knight of Intelligence"},{"id":21707,"c":53,"u":"knight%20of%20strength_tarot%20deck_td","p":25,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"knight of strength|td","n":"Knight of Strength"},{"id":21708,"c":53,"u":"knight%20of%20wisdom_tarot%20deck_td","p":39,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"knight of wisdom|td","n":"Knight of Wisdom"},{"id":21709,"c":53,"u":"nine%20of%20charisma_tarot%20deck_td","p":45,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"nine of charisma|td","n":"Nine of Charisma"},{"id":21710,"c":53,"u":"nine%20of%20intelligence_tarot%20deck_td","p":31,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"nine of intelligence|td","n":"Nine of Intelligence"},{"id":21711,"c":53,"u":"nine%20of%20strength_tarot%20deck_td","p":24,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"nine of strength|td","n":"Nine of Strength"},{"id":21712,"c":53,"u":"nine%20of%20wisdom_tarot%20deck_td","p":38,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"nine of wisdom|td","n":"Nine of Wisdom"},{"id":21713,"c":53,"u":"page%20of%20charisma_tarot%20deck_td","p":46,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"page of charisma|td","n":"Page of Charisma"},{"id":21714,"c":53,"u":"page%20of%20intelligence_tarot%20deck_td","p":32,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"page of intelligence|td","n":"Page of Intelligence"},{"id":21715,"c":53,"u":"page%20of%20strength_tarot%20deck_td","p":25,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"page of strength|td","n":"Page of Strength"},{"id":21716,"c":53,"u":"page%20of%20wisdom_tarot%20deck_td","p":39,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"page of wisdom|td","n":"Page of Wisdom"},{"id":21717,"c":53,"u":"queen%20of%20charisma_tarot%20deck_td","p":47,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"queen of charisma|td","n":"Queen of Charisma"},{"id":21718,"c":53,"u":"queen%20of%20intelligence_tarot%20deck_td","p":33,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"queen of intelligence|td","n":"Queen of Intelligence"},{"id":21719,"c":53,"u":"queen%20of%20strength_tarot%20deck_td","p":26,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"queen of strength|td","n":"Queen of Strength"},{"id":21720,"c":53,"u":"queen%20of%20wisdom_tarot%20deck_td","p":40,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"queen of wisdom|td","n":"Queen of Wisdom"},{"id":21721,"c":53,"u":"seven%20of%20charisma_tarot%20deck_td","p":44,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"seven of charisma|td","n":"Seven of Charisma"},{"id":21722,"c":53,"u":"seven%20of%20intelligence_tarot%20deck_td","p":30,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"seven of intelligence|td","n":"Seven of Intelligence"},{"id":21723,"c":53,"u":"seven%20of%20strength_tarot%20deck_td","p":23,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"seven of strength|td","n":"Seven of Strength"},{"id":21724,"c":53,"u":"seven%20of%20wisdom_tarot%20deck_td","p":37,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"seven of wisdom|td","n":"Seven of Wisdom"},{"id":21725,"c":53,"u":"six%20of%20charisma_tarot%20deck_td","p":43,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"six of charisma|td","n":"Six of Charisma"},{"id":21726,"c":53,"u":"six%20of%20intelligence_tarot%20deck_td","p":29,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"six of intelligence|td","n":"Six of Intelligence"},{"id":21727,"c":53,"u":"six%20of%20strength_tarot%20deck_td","p":22,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"six of strength|td","n":"Six of Strength"},{"id":21728,"c":53,"u":"six%20of%20wisdom_tarot%20deck_td","p":36,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"six of wisdom|td","n":"Six of Wisdom"},{"id":21729,"c":53,"u":"strength_tarot%20deck_td","p":20,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"strength|td","n":"Strength"},{"id":21730,"c":53,"u":"temperance_tarot%20deck_td","p":16,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"temperance|td","n":"Temperance"},{"id":21731,"c":53,"u":"ten%20of%20charisma_tarot%20deck_td","p":45,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"ten of charisma|td","n":"Ten of Charisma"},{"id":21732,"c":53,"u":"ten%20of%20intelligence_tarot%20deck_td","p":31,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"ten of intelligence|td","n":"Ten of Intelligence"},{"id":21733,"c":53,"u":"ten%20of%20strength_tarot%20deck_td","p":24,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"ten of strength|td","n":"Ten of Strength"},{"id":21734,"c":53,"u":"ten%20of%20wisdom_tarot%20deck_td","p":38,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"ten of wisdom|td","n":"Ten of Wisdom"},{"id":21735,"c":53,"u":"the%20chariot_tarot%20deck_td","p":12,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the chariot|td","n":"The Chariot"},{"id":21736,"c":53,"u":"the%20devil_tarot%20deck_td","p":16,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the devil|td","n":"The Devil"},{"id":21737,"c":53,"u":"the%20emperor_tarot%20deck_td","p":11,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the emperor|td","n":"The Emperor"},{"id":21738,"c":53,"u":"the%20empress_tarot%20deck_td","p":10,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the empress|td","n":"The Empress"},{"id":21739,"c":53,"u":"the%20fool_tarot%20deck_td","p":9,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the fool|td","n":"The Fool"},{"id":21740,"c":53,"u":"the%20hanged%20man_tarot%20deck_td","p":15,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the hanged man|td","n":"The Hanged Man"},{"id":21741,"c":53,"u":"the%20hermit_tarot%20deck_td","p":13,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the hermit|td","n":"The Hermit"},{"id":21742,"c":53,"u":"the%20hierophant_tarot%20deck_td","p":11,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the hierophant|td","n":"The Hierophant"},{"id":21743,"c":53,"u":"the%20high%20priestess_tarot%20deck_td","p":10,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the high priestess|td","n":"The High Priestess"},{"id":21744,"c":53,"u":"the%20lovers_tarot%20deck_td","p":12,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the lovers|td","n":"The Lovers"},{"id":21745,"c":53,"u":"the%20magician_tarot%20deck_td","p":9,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the magician|td","n":"The Magician"},{"id":21746,"c":53,"u":"the%20moon_tarot%20deck_td","p":18,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the moon|td","n":"The Moon"},{"id":21747,"c":53,"u":"the%20star_tarot%20deck_td","p":17,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the star|td","n":"The Star"},{"id":21748,"c":53,"u":"the%20sun_tarot%20deck_td","p":18,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the sun|td","n":"The Sun"},{"id":21749,"c":53,"u":"the%20tower_tarot%20deck_td","p":17,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the tower|td","n":"The Tower"},{"id":21750,"c":53,"u":"the%20wheel%20of%20fortune_tarot%20deck_td","p":14,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the wheel of fortune|td","n":"The Wheel of Fortune"},{"id":21751,"c":53,"u":"the%20world_tarot%20deck_td","p":19,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"the world|td","n":"The World"},{"id":21752,"c":53,"u":"three%20of%20charisma_tarot%20deck_td","p":42,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"three of charisma|td","n":"Three of Charisma"},{"id":21753,"c":53,"u":"three%20of%20intelligence_tarot%20deck_td","p":28,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"three of intelligence|td","n":"Three of Intelligence"},{"id":21754,"c":53,"u":"three%20of%20strength_tarot%20deck_td","p":21,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"three of strength|td","n":"Three of Strength"},{"id":21755,"c":53,"u":"three%20of%20wisdom_tarot%20deck_td","p":35,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"three of wisdom|td","n":"Three of Wisdom"},{"id":21756,"c":53,"u":"two%20of%20charisma_tarot%20deck_td","p":41,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"two of charisma|td","n":"Two of Charisma"},{"id":21757,"c":53,"u":"two%20of%20intelligence_tarot%20deck_td","p":27,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"two of intelligence|td","n":"Two of Intelligence"},{"id":21758,"c":53,"u":"two%20of%20strength_tarot%20deck_td","p":20,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"two of strength|td","n":"Two of Strength"},{"id":21759,"c":53,"u":"two%20of%20wisdom_tarot%20deck_td","p":34,"s":155,"h":1,"hx":1,"dP":1,"t":27,"uu":"two of wisdom|td","n":"Two of Wisdom"},{"id":21760,"c":53,"u":"i'jin_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"t":27,"uu":"i'jin|toa","n":"I'jin"},{"id":21761,"c":53,"u":"kubazan_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"t":27,"uu":"kubazan|toa","n":"Kubazan"},{"id":21762,"c":53,"u":"moa_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"t":27,"uu":"moa|toa","n":"Moa"},{"id":21763,"c":53,"u":"nangnang_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"t":27,"uu":"nangnang|toa","n":"Nangnang"},{"id":21764,"c":53,"u":"obo'laka_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"t":27,"uu":"obo'laka|toa","n":"Obo'laka"},{"id":21765,"c":53,"u":"papazotl_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"t":27,"uu":"papazotl|toa","n":"Papazotl"},{"id":21766,"c":53,"u":"shagambi_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"t":27,"uu":"shagambi|toa","n":"Shagambi"},{"id":21767,"c":53,"u":"unkh_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"t":27,"uu":"unkh|toa","n":"Unkh"},{"id":21768,"c":53,"u":"wongo_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"t":27,"uu":"wongo|toa","n":"Wongo"},{"id":21769,"c":53,"u":"agdon%20longscarf%20the%20harengon_roleplaying%20cards_wbtw","p":242,"s":69,"h":1,"hx":1,"t":27,"uu":"agdon longscarf the harengon|wbtw","n":"Agdon Longscarf the Harengon"},{"id":21770,"c":53,"u":"alagarthas%20the%20elf%20prince_roleplaying%20cards_wbtw","p":242,"s":69,"h":1,"hx":1,"t":27,"uu":"alagarthas the elf prince|wbtw","n":"Alagarthas the Elf Prince"},{"id":21771,"c":53,"u":"amidor%20the%20dandelion_roleplaying%20cards_wbtw","p":242,"s":69,"h":1,"hx":1,"t":27,"uu":"amidor the dandelion|wbtw","n":"Amidor the Dandelion"},{"id":21772,"c":53,"u":"argantle%20the%20korred%20queen_roleplaying%20cards_wbtw","p":242,"s":69,"h":1,"hx":1,"t":27,"uu":"argantle the korred queen|wbtw","n":"Argantle the Korred Queen"},{"id":21773,"c":53,"u":"burly%20the%20bugbear_roleplaying%20cards_wbtw","p":243,"s":69,"h":1,"hx":1,"t":27,"uu":"burly the bugbear|wbtw","n":"Burly the Bugbear"},{"id":21774,"c":53,"u":"candlefoot%20the%20mime_roleplaying%20cards_wbtw","p":243,"s":69,"h":1,"hx":1,"t":27,"uu":"candlefoot the mime|wbtw","n":"Candlefoot the Mime"},{"id":21775,"c":53,"u":"chucklehead%20the%20goblin_roleplaying%20cards_wbtw","p":243,"s":69,"h":1,"hx":1,"t":27,"uu":"chucklehead the goblin|wbtw","n":"Chucklehead the Goblin"},{"id":21776,"c":53,"u":"clapperclaw%20the%20scarecrow_roleplaying%20cards_wbtw","p":243,"s":69,"h":1,"hx":1,"t":27,"uu":"clapperclaw the scarecrow|wbtw","n":"Clapperclaw the Scarecrow"},{"id":21777,"c":53,"u":"cradlefall%20the%20green%20dragon%20wyrmling_roleplaying%20cards_wbtw","p":244,"s":69,"h":1,"hx":1,"t":27,"uu":"cradlefall the green dragon wyrmling|wbtw","n":"Cradlefall the Green Dragon Wyrmling"},{"id":21778,"c":53,"u":"dirlagraun%20the%20displacer%20beast_roleplaying%20cards_wbtw","p":244,"s":69,"h":1,"hx":1,"t":27,"uu":"dirlagraun the displacer beast|wbtw","n":"Dirlagraun the Displacer Beast"},{"id":21779,"c":53,"u":"gleam%20the%20elf%20acrobat_roleplaying%20cards_wbtw","p":244,"s":69,"h":1,"hx":1,"t":27,"uu":"gleam the elf acrobat|wbtw","n":"Gleam the Elf Acrobat"},{"id":21780,"c":53,"u":"glister%20the%20elf%20acrobat_roleplaying%20cards_wbtw","p":244,"s":69,"h":1,"hx":1,"t":27,"uu":"glister the elf acrobat|wbtw","n":"Glister the Elf Acrobat"},{"id":21781,"c":53,"u":"hurly%20the%20bugbear_roleplaying%20cards_wbtw","p":245,"s":69,"h":1,"hx":1,"t":27,"uu":"hurly the bugbear|wbtw","n":"Hurly the Bugbear"},{"id":21782,"c":53,"u":"jingle%20jangle%20the%20goblin_roleplaying%20cards_wbtw","p":245,"s":69,"h":1,"hx":1,"t":27,"uu":"jingle jangle the goblin|wbtw","n":"Jingle Jangle the Goblin"},{"id":21783,"c":53,"u":"kettlesteam%20the%20kenku_roleplaying%20cards_wbtw","p":245,"s":69,"h":1,"hx":1,"t":27,"uu":"kettlesteam the kenku|wbtw","n":"Kettlesteam the Kenku"},{"id":21784,"c":53,"u":"mister%20light_roleplaying%20cards_wbtw","p":245,"s":69,"h":1,"hx":1,"t":27,"uu":"mister light|wbtw","n":"Mister Light"},{"id":21785,"c":53,"u":"mister%20witch_roleplaying%20cards_wbtw","p":246,"s":69,"h":1,"hx":1,"t":27,"uu":"mister witch|wbtw","n":"Mister Witch"},{"id":21786,"c":53,"u":"morgort%20the%20bullywug%20knight_roleplaying%20cards_wbtw","p":246,"s":69,"h":1,"hx":1,"t":27,"uu":"morgort the bullywug knight|wbtw","n":"Morgort the Bullywug Knight"},{"id":21787,"c":53,"u":"nib%20the%20miser_roleplaying%20cards_wbtw","p":246,"s":69,"h":1,"hx":1,"t":27,"uu":"nib the miser|wbtw","n":"Nib the Miser"},{"id":21788,"c":53,"u":"northwind%20the%20treant%20sapling_roleplaying%20cards_wbtw","p":246,"s":69,"h":1,"hx":1,"t":27,"uu":"northwind the treant sapling|wbtw","n":"Northwind the Treant Sapling"},{"id":21789,"c":53,"u":"palasha%20the%20mermaid_roleplaying%20cards_wbtw","p":247,"s":69,"h":1,"hx":1,"t":27,"uu":"palasha the mermaid|wbtw","n":"Palasha the Mermaid"},{"id":21790,"c":53,"u":"pincushion%20the%20living%20doll_roleplaying%20cards_wbtw","p":247,"s":69,"h":1,"hx":1,"t":27,"uu":"pincushion the living doll|wbtw","n":"Pincushion the Living Doll"},{"id":21791,"c":53,"u":"shon%20the%20hunchback_roleplaying%20cards_wbtw","p":247,"s":69,"h":1,"hx":1,"t":27,"uu":"shon the hunchback|wbtw","n":"Shon the Hunchback"},{"id":21792,"c":53,"u":"sir%20talavar%20the%20faerie%20dragon_roleplaying%20cards_wbtw","p":247,"s":69,"h":1,"hx":1,"t":27,"uu":"sir talavar the faerie dragon|wbtw","n":"Sir Talavar the Faerie Dragon"},{"id":21793,"c":53,"u":"sowpig%20the%20ghoul_roleplaying%20cards_wbtw","p":248,"s":69,"h":1,"hx":1,"t":27,"uu":"sowpig the ghoul|wbtw","n":"Sowpig the Ghoul"},{"id":21794,"c":53,"u":"squirt%20the%20oilcan_roleplaying%20cards_wbtw","p":248,"s":69,"h":1,"hx":1,"t":27,"uu":"squirt the oilcan|wbtw","n":"Squirt the Oilcan"},{"id":21795,"c":53,"u":"stagefright%20the%20goblin_roleplaying%20cards_wbtw","p":248,"s":69,"h":1,"hx":1,"t":27,"uu":"stagefright the goblin|wbtw","n":"Stagefright the Goblin"},{"id":21796,"c":53,"u":"thaco%20the%20clown_roleplaying%20cards_wbtw","p":248,"s":69,"h":1,"hx":1,"t":27,"uu":"thaco the clown|wbtw","n":"Thaco the Clown"},{"id":21797,"c":53,"u":"thinnings%20the%20butler_roleplaying%20cards_wbtw","p":249,"s":69,"h":1,"hx":1,"t":27,"uu":"thinnings the butler|wbtw","n":"Thinnings the Butler"},{"id":21798,"c":53,"u":"vansel%20the%20satyr_roleplaying%20cards_wbtw","p":249,"s":69,"h":1,"hx":1,"t":27,"uu":"vansel the satyr|wbtw","n":"Vansel the Satyr"},{"id":21799,"c":53,"u":"will%20of%20the%20feywild_roleplaying%20cards_wbtw","p":249,"s":69,"h":1,"hx":1,"t":27,"uu":"will of the feywild|wbtw","n":"Will of the Feywild"},{"id":21800,"c":53,"u":"zybilna%20of%20prismeer_roleplaying%20cards_wbtw","p":249,"s":69,"h":1,"hx":1,"t":27,"uu":"zybilna of prismeer|wbtw","n":"Zybilna of Prismeer"},{"id":21801,"c":53,"u":"anarath_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"t":27,"uu":"anarath|wdmm","n":"Anarath"},{"id":21802,"c":53,"u":"angras_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"t":27,"uu":"angras|wdmm","n":"Angras"},{"id":21803,"c":53,"u":"arcturiadoom_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"arcturiadoom|wdmm","n":"Arcturiadoom"},{"id":21804,"c":53,"u":"dark%20elf%20menace_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"dark elf menace|wdmm","n":"Dark Elf Menace"},{"id":21805,"c":53,"u":"death%20tyrant_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"death tyrant|wdmm","n":"Death Tyrant"},{"id":21806,"c":53,"u":"dwarfcraft_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"dwarfcraft|wdmm","n":"Dwarfcraft"},{"id":21807,"c":53,"u":"emerald%20blade_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"emerald blade|wdmm","n":"Emerald Blade"},{"id":21808,"c":53,"u":"gith%20who's%20coming%20to%20dinner%3f_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"gith who's coming to dinner?|wdmm","n":"Gith Who's Coming to Dinner?"},{"id":21809,"c":53,"u":"guild%20of%20many%20eyes_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"guild of many eyes|wdmm","n":"Guild of Many Eyes"},{"id":21810,"c":53,"u":"halaster_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"t":27,"uu":"halaster|wdmm","n":"Halaster"},{"id":21811,"c":53,"u":"immortal%20insanity_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"immortal insanity|wdmm","n":"Immortal Insanity"},{"id":21812,"c":53,"u":"korombos_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"t":27,"uu":"korombos|wdmm","n":"Korombos"},{"id":21813,"c":53,"u":"laebos_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"t":27,"uu":"laebos|wdmm","n":"Laebos"},{"id":21814,"c":53,"u":"lammath_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"t":27,"uu":"lammath|wdmm","n":"Lammath"},{"id":21815,"c":53,"u":"mad%20house_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"mad house|wdmm","n":"Mad House"},{"id":21816,"c":53,"u":"nchasme_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"t":27,"uu":"nchasme|wdmm","n":"Nchasme"},{"id":21817,"c":53,"u":"nester's%20fate_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"nester's fate|wdmm","n":"Nester's Fate"},{"id":21818,"c":53,"u":"savaros_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"t":27,"uu":"savaros|wdmm","n":"Savaros"},{"id":21819,"c":53,"u":"scavenger_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"scavenger|wdmm","n":"Scavenger"},{"id":21820,"c":53,"u":"school%20of%20magic_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"school of magic|wdmm","n":"School of Magic"},{"id":21821,"c":53,"u":"skullport_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"skullport|wdmm","n":"Skullport"},{"id":21822,"c":53,"u":"spire%20and%20snail_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"spire and snail|wdmm","n":"Spire and Snail"},{"id":21823,"c":53,"u":"tangled%20web_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"tangled web|wdmm","n":"Tangled Web"},{"id":21824,"c":53,"u":"trobriand's%20army_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"trobriand's army|wdmm","n":"Trobriand's Army"},{"id":21825,"c":53,"u":"ullathar_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"t":27,"uu":"ullathar|wdmm","n":"Ullathar"},{"id":21826,"c":53,"u":"underground%20forest_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"underground forest|wdmm","n":"Underground Forest"},{"id":21827,"c":53,"u":"what%20drow%20fear_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"t":27,"uu":"what drow fear|wdmm","n":"What Drow Fear"},{"id":21828,"c":53,"u":"balance_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"balance|llk","n":"Balance"},{"id":21829,"c":53,"u":"comet_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"comet|llk","n":"Comet"},{"id":21830,"c":53,"u":"donjon_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"donjon|llk","n":"Donjon"},{"id":21831,"c":53,"u":"euryale_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"euryale|llk","n":"Euryale"},{"id":21832,"c":53,"u":"flames_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"flames|llk","n":"Flames"},{"id":21833,"c":53,"u":"fool_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"fool|llk","n":"Fool"},{"id":21834,"c":53,"u":"gem_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"gem|llk","n":"Gem"},{"id":21835,"c":53,"u":"idiot_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"idiot|llk","n":"Idiot"},{"id":21836,"c":53,"u":"jester_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"jester|llk","n":"Jester"},{"id":21837,"c":53,"u":"key_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"key|llk","n":"Key"},{"id":21838,"c":53,"u":"knight_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"knight|llk","n":"Knight"},{"id":21839,"c":53,"u":"moon_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"moon|llk","n":"Moon"},{"id":21840,"c":53,"u":"rogue_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"rogue|llk","n":"Rogue"},{"id":21841,"c":53,"u":"ruin_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"ruin|llk","n":"Ruin"},{"id":21842,"c":53,"u":"skull_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"skull|llk","n":"Skull"},{"id":21843,"c":53,"u":"star_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"star|llk","n":"Star"},{"id":21844,"c":53,"u":"sun_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"sun|llk","n":"Sun"},{"id":21845,"c":53,"u":"talons_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"talons|llk","n":"Talons"},{"id":21846,"c":53,"u":"the%20fates_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"the fates|llk","n":"The Fates"},{"id":21847,"c":53,"u":"the%20void_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"the void|llk","n":"The Void"},{"id":21848,"c":53,"u":"throne_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"throne|llk","n":"Throne"},{"id":21849,"c":53,"u":"vizier_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"t":27,"uu":"vizier|llk","n":"Vizier"},{"id":21850,"c":52,"u":"deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"t":28,"uu":"deck of many more things|bmt","n":"Deck of Many More Things"},{"id":21851,"c":52,"u":"deck%20of%20many%20things_bmt","p":12,"s":1,"h":1,"t":28,"uu":"deck of many things|bmt","n":"Deck of Many Things"},{"id":21852,"c":52,"u":"deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"t":28,"uu":"deck of wonder|bmt","n":"Deck of Wonder"},{"id":21853,"c":52,"u":"deck%20of%20many%20more%20things_dmtcrg","p":14,"s":145,"h":1,"t":28,"uu":"deck of many more things|dmtcrg","n":"Deck of Many More Things"},{"id":21854,"c":52,"u":"features%20deck_dmtcrg","p":11,"s":145,"h":1,"t":28,"uu":"features deck|dmtcrg","n":"Features Deck"},{"id":21855,"c":52,"u":"locations%20deck_dmtcrg","p":11,"s":145,"h":1,"t":28,"uu":"locations deck|dmtcrg","n":"Locations Deck"},{"id":21856,"c":52,"u":"story%20deck_dmtcrg","p":11,"s":145,"h":1,"t":28,"uu":"story deck|dmtcrg","n":"Story Deck"},{"id":21857,"c":52,"u":"condition%20cards_screendungeonkit","s":147,"h":1,"t":28,"uu":"condition cards|screendungeonkit","n":"Condition Cards"},{"id":21858,"c":52,"u":"geomorph%20cards_screendungeonkit","s":147,"h":1,"t":28,"uu":"geomorph cards|screendungeonkit","n":"Geomorph Cards"},{"id":21859,"c":52,"u":"hazard%20cards_screendungeonkit","s":147,"h":1,"t":28,"uu":"hazard cards|screendungeonkit","n":"Hazard Cards"},{"id":21860,"c":52,"u":"initiative%20cards_screendungeonkit","s":147,"h":1,"t":28,"uu":"initiative cards|screendungeonkit","n":"Initiative Cards"},{"id":21861,"c":52,"u":"deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"t":28,"uu":"deck of illusions|xdmg","n":"Deck of Illusions"},{"id":21862,"c":52,"u":"deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"t":28,"uu":"deck of many things|xdmg","n":"Deck of Many Things"},{"id":21863,"c":52,"u":"deck%20of%20many%20things%20(13%20cards)_xdmg","s":5,"h":1,"t":28,"uu":"deck of many things (13 cards)|xdmg","n":"Deck of Many Things (13 Cards)"},{"id":21864,"c":52,"u":"tarokka%20deck_cos","p":243,"s":19,"h":1,"t":28,"uu":"tarokka deck|cos","n":"Tarokka Deck"},{"id":21865,"c":52,"u":"fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"dP":1,"t":28,"uu":"fragments of suffering|crcotn","n":"Fragments of Suffering"},{"id":21866,"c":52,"u":"medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"dP":1,"t":28,"uu":"medals of merit|crcotn","n":"Medals of Merit"},{"id":21867,"c":52,"u":"magic%20charm%20cards_dip","p":3,"s":22,"h":1,"t":28,"uu":"magic charm cards|dip","n":"Magic Charm Cards"},{"id":21868,"c":52,"u":"magic%20item%20cards_dip","p":3,"s":22,"h":1,"t":28,"uu":"magic item cards|dip","n":"Magic Item Cards"},{"id":21869,"c":52,"u":"quest%20cards_dip","p":3,"s":22,"h":1,"t":28,"uu":"quest cards|dip","n":"Quest Cards"},{"id":21870,"c":52,"u":"sidekick%20cards_dip","p":65,"s":22,"h":1,"t":28,"uu":"sidekick cards|dip","n":"Sidekick Cards"},{"id":21871,"c":52,"u":"deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"r":1,"t":28,"uu":"deck of illusions|dmg","n":"Deck of Illusions"},{"id":21872,"c":52,"u":"deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"r":1,"t":28,"uu":"deck of many things|dmg","n":"Deck of Many Things"},{"id":21873,"c":52,"u":"deck%20of%20many%20things%20(13%20cards)_dmg","p":162,"s":24,"h":1,"r":1,"t":28,"uu":"deck of many things (13 cards)|dmg","n":"Deck of Many Things (13 Cards)"},{"id":21874,"c":52,"u":"combat%20step%20by%20step%20cards_esk","p":3,"s":30,"h":1,"t":28,"uu":"combat step by step cards|esk","n":"Combat Step by Step Cards"},{"id":21875,"c":52,"u":"condition%20cards_esk","p":3,"s":30,"h":1,"t":28,"uu":"condition cards|esk","n":"Condition Cards"},{"id":21876,"c":52,"u":"initiative%20cards_esk","p":3,"s":30,"h":1,"t":28,"uu":"initiative cards|esk","n":"Initiative Cards"},{"id":21877,"c":52,"u":"deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"t":28,"uu":"deck of many morsels|hfdomm","n":"Deck of Many Morsels"},{"id":21878,"c":52,"u":"tarot%20deck_td","p":9,"s":155,"h":1,"dP":1,"t":28,"uu":"tarot deck|td","n":"Tarot Deck"},{"id":21879,"c":52,"u":"trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"t":28,"uu":"trickster gods of omu|toa","n":"Trickster Gods of Omu"},{"id":21880,"c":52,"u":"roleplaying%20cards_wbtw","p":242,"s":69,"h":1,"t":28,"uu":"roleplaying cards|wbtw","n":"Roleplaying Cards"},{"id":21881,"c":52,"u":"elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"t":28,"uu":"elder runes deck|wdmm","n":"Elder Runes Deck"},{"id":21882,"c":52,"u":"secrets%20deck_wdmm","p":319,"s":71,"h":1,"t":28,"uu":"secrets deck|wdmm","n":"Secrets Deck"},{"id":21883,"c":52,"u":"deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"t":28,"uu":"deck of several things|llk","n":"Deck of Several Things"},{"id":21884,"c":55,"u":"arcane%20study_xdmg","p":336,"s":5,"h":1,"t":29,"uu":"arcane study|xdmg","n":"Arcane Study"},{"id":21885,"c":55,"u":"archive_xdmg","p":337,"s":5,"h":1,"t":29,"uu":"archive|xdmg","n":"Archive"},{"id":21886,"c":55,"u":"armory_xdmg","p":339,"s":5,"h":1,"t":29,"uu":"armory|xdmg","n":"Armory"},{"id":21887,"c":55,"u":"barrack_xdmg","p":339,"s":5,"h":1,"t":29,"uu":"barrack|xdmg","n":"Barrack"},{"id":21888,"c":55,"u":"bedroom_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"bedroom|xdmg","n":"Bedroom"},{"id":21889,"c":55,"u":"courtyard_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"courtyard|xdmg","n":"Courtyard"},{"id":21890,"c":55,"u":"demiplane_xdmg","p":340,"s":5,"h":1,"t":29,"uu":"demiplane|xdmg","n":"Demiplane"},{"id":21891,"c":55,"u":"dining%20room_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"dining room|xdmg","n":"Dining Room"},{"id":21892,"c":55,"u":"gaming%20hall_xdmg","p":340,"s":5,"h":1,"t":29,"uu":"gaming hall|xdmg","n":"Gaming Hall"},{"id":21893,"c":55,"u":"garden_xdmg","p":340,"s":5,"h":1,"t":29,"uu":"garden|xdmg","n":"Garden"},{"id":21894,"c":55,"u":"greenhouse_xdmg","p":341,"s":5,"h":1,"t":29,"uu":"greenhouse|xdmg","n":"Greenhouse"},{"id":21895,"c":55,"u":"guildhall_xdmg","p":341,"s":5,"h":1,"t":29,"uu":"guildhall|xdmg","n":"Guildhall"},{"id":21896,"c":55,"u":"kitchen_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"kitchen|xdmg","n":"Kitchen"},{"id":21897,"c":55,"u":"laboratory_xdmg","p":342,"s":5,"h":1,"t":29,"uu":"laboratory|xdmg","m":"bastions/XDMG/Laboratory.webp","n":"Laboratory"},{"id":21898,"c":55,"u":"library_xdmg","p":342,"s":5,"h":1,"t":29,"uu":"library|xdmg","m":"bastions/XDMG/Library.webp","n":"Library"},{"id":21899,"c":55,"u":"meditation%20chamber_xdmg","p":342,"s":5,"h":1,"t":29,"uu":"meditation chamber|xdmg","n":"Meditation Chamber"},{"id":21900,"c":55,"u":"menagerie_xdmg","p":343,"s":5,"h":1,"t":29,"uu":"menagerie|xdmg","n":"Menagerie"},{"id":21901,"c":55,"u":"observatory_xdmg","p":343,"s":5,"h":1,"t":29,"uu":"observatory|xdmg","m":"bastions/XDMG/Observatory.webp","n":"Observatory"},{"id":21902,"c":55,"u":"parlor_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"parlor|xdmg","n":"Parlor"},{"id":21903,"c":55,"u":"pub_xdmg","p":344,"s":5,"h":1,"t":29,"uu":"pub|xdmg","n":"Pub"},{"id":21904,"c":55,"u":"reliquary_xdmg","p":344,"s":5,"h":1,"t":29,"uu":"reliquary|xdmg","n":"Reliquary"},{"id":21905,"c":55,"u":"sacristy_xdmg","p":344,"s":5,"h":1,"t":29,"uu":"sacristy|xdmg","n":"Sacristy"},{"id":21906,"c":55,"u":"sanctuary_xdmg","p":345,"s":5,"h":1,"t":29,"uu":"sanctuary|xdmg","n":"Sanctuary"},{"id":21907,"c":55,"u":"sanctum_xdmg","p":346,"s":5,"h":1,"t":29,"uu":"sanctum|xdmg","n":"Sanctum"},{"id":21908,"c":55,"u":"scriptorium_xdmg","p":346,"s":5,"h":1,"t":29,"uu":"scriptorium|xdmg","m":"bastions/XDMG/Scriptorium.webp","n":"Scriptorium"},{"id":21909,"c":55,"u":"smithy_xdmg","p":347,"s":5,"h":1,"t":29,"uu":"smithy|xdmg","n":"Smithy"},{"id":21910,"c":55,"u":"stable_xdmg","p":347,"s":5,"h":1,"t":29,"uu":"stable|xdmg","n":"Stable"},{"id":21911,"c":55,"u":"storage_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"storage|xdmg","n":"Storage"},{"id":21912,"c":55,"u":"storehouse_xdmg","p":347,"s":5,"h":1,"t":29,"uu":"storehouse|xdmg","n":"Storehouse"},{"id":21913,"c":55,"u":"teleportation%20circle_xdmg","p":347,"s":5,"h":1,"t":29,"uu":"teleportation circle|xdmg","n":"Teleportation Circle"},{"id":21914,"c":55,"u":"theater_xdmg","p":348,"s":5,"h":1,"t":29,"uu":"theater|xdmg","n":"Theater"},{"id":21915,"c":55,"u":"training%20area_xdmg","p":348,"s":5,"h":1,"t":29,"uu":"training area|xdmg","n":"Training Area"},{"id":21916,"c":55,"u":"trophy%20room_xdmg","p":349,"s":5,"h":1,"t":29,"uu":"trophy room|xdmg","n":"Trophy Room"},{"id":21917,"c":55,"u":"war%20room_xdmg","p":349,"s":5,"h":1,"t":29,"uu":"war room|xdmg","n":"War Room"},{"id":21918,"c":55,"u":"workshop_xdmg","p":349,"s":5,"h":1,"t":29,"uu":"workshop|xdmg","n":"Workshop"},{"id":21919,"c":46,"u":"scion%20of%20grolantor_bgg","p":165,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of grolantor|bgg","n":"Scion of Grolantor"},{"id":21920,"c":46,"u":"scion%20of%20memnor_bgg","p":167,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of memnor|bgg","n":"Scion of Memnor"},{"id":21921,"c":46,"u":"scion%20of%20skoraeus_bgg","p":169,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of skoraeus|bgg","n":"Scion of Skoraeus"},{"id":21922,"c":46,"u":"scion%20of%20stronmaus_bgg","p":171,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of stronmaus|bgg","n":"Scion of Stronmaus"},{"id":21923,"c":46,"u":"scion%20of%20surtur_bgg","p":173,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of surtur|bgg","n":"Scion of Surtur"},{"id":21924,"c":46,"u":"scion%20of%20thrym_bgg","p":175,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of thrym|bgg","n":"Scion of Thrym"},{"id":21925,"c":46,"u":"aurnozci_bmt","s":1,"h":1,"hx":1,"t":30,"uu":"aurnozci|bmt","n":"Aurnozci"},{"id":21926,"c":46,"u":"hierophant%20medusa_bmt","s":1,"h":1,"hx":1,"t":30,"uu":"hierophant medusa|bmt","n":"Hierophant Medusa"},{"id":21927,"c":46,"u":"malaxxix_bmt","s":1,"h":1,"hx":1,"t":30,"uu":"malaxxix|bmt","n":"Malaxxix"},{"id":21928,"c":46,"u":"pazrodine_bmt","s":1,"h":1,"hx":1,"t":30,"uu":"pazrodine|bmt","n":"Pazrodine"},{"id":21929,"c":46,"u":"villain_bmt","s":1,"h":1,"hx":1,"t":30,"uu":"villain|bmt","n":"Villain"},{"id":21930,"c":46,"u":"amethyst%20dragon_ftd","p":160,"s":2,"h":1,"hx":1,"t":30,"uu":"amethyst dragon|ftd","n":"Amethyst Dragon"},{"id":21931,"c":46,"u":"ancient%20dragon%20turtle_ftd","p":191,"s":2,"h":1,"hx":1,"t":30,"uu":"ancient dragon turtle|ftd","n":"Ancient Dragon Turtle"},{"id":21932,"c":46,"u":"crystal%20dragon_ftd","p":171,"s":2,"h":1,"hx":1,"t":30,"uu":"crystal dragon|ftd","n":"Crystal Dragon"},{"id":21933,"c":46,"u":"deep%20dragon_ftd","p":174,"s":2,"h":1,"hx":1,"t":30,"uu":"deep dragon|ftd","n":"Deep Dragon"},{"id":21934,"c":46,"u":"emerald%20dragon_ftd","p":196,"s":2,"h":1,"hx":1,"t":30,"uu":"emerald dragon|ftd","n":"Emerald Dragon"},{"id":21935,"c":46,"u":"faerie%20dragon_ftd","p":118,"s":2,"h":1,"hx":1,"t":30,"uu":"faerie dragon|ftd","n":"Faerie Dragon"},{"id":21936,"c":46,"u":"moonstone%20dragon_ftd","p":212,"s":2,"h":1,"hx":1,"t":30,"uu":"moonstone dragon|ftd","n":"Moonstone Dragon"},{"id":21937,"c":46,"u":"sapphire%20dragon_ftd","p":215,"s":2,"h":1,"hx":1,"t":30,"uu":"sapphire dragon|ftd","n":"Sapphire Dragon"},{"id":21938,"c":46,"u":"shadow%20dragon_ftd","p":142,"s":2,"h":1,"hx":1,"t":30,"uu":"shadow dragon|ftd","n":"Shadow Dragon"},{"id":21939,"c":46,"u":"topaz%20dragon_ftd","p":221,"s":2,"h":1,"hx":1,"t":30,"uu":"topaz dragon|ftd","n":"Topaz Dragon"},{"id":21940,"c":46,"u":"balhannoth_mpmm","p":55,"s":3,"h":1,"hx":1,"t":30,"uu":"balhannoth|mpmm","n":"Balhannoth"},{"id":21941,"c":46,"u":"baphomet_mpmm","p":58,"s":3,"h":1,"hx":1,"t":30,"uu":"baphomet|mpmm","n":"Baphomet"},{"id":21942,"c":46,"u":"demogorgon_mpmm","p":90,"s":3,"h":1,"hx":1,"t":30,"uu":"demogorgon|mpmm","n":"Demogorgon"},{"id":21943,"c":46,"u":"drow%20matron%20mother_mpmm","p":104,"s":3,"h":1,"hx":1,"t":30,"uu":"drow matron mother|mpmm","n":"Drow Matron Mother"},{"id":21944,"c":46,"u":"elder%20brain_mpmm","p":120,"s":3,"h":1,"hx":1,"t":30,"uu":"elder brain|mpmm","n":"Elder Brain"},{"id":21945,"c":46,"u":"fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"hx":1,"t":30,"uu":"fraz-urb'luu|mpmm","n":"Fraz-Urb'luu"},{"id":21946,"c":46,"u":"geryon_mpmm","p":136,"s":3,"h":1,"hx":1,"t":30,"uu":"geryon|mpmm","n":"Geryon"},{"id":21947,"c":46,"u":"githzerai%20anarch_mpmm","p":142,"s":3,"h":1,"hx":1,"t":30,"uu":"githzerai anarch|mpmm","n":"Githzerai Anarch"},{"id":21948,"c":46,"u":"graz'zt_mpmm","p":148,"s":3,"h":1,"hx":1,"t":30,"uu":"graz'zt|mpmm","n":"Graz'zt"},{"id":21949,"c":46,"u":"juiblex_mpmm","p":160,"s":3,"h":1,"hx":1,"t":30,"uu":"juiblex|mpmm","n":"Juiblex"},{"id":21950,"c":46,"u":"ki-rin_mpmm","p":162,"s":3,"h":1,"hx":1,"t":30,"uu":"ki-rin|mpmm","n":"Ki-rin"},{"id":21951,"c":46,"u":"merrenoloth_mpmm","p":180,"s":3,"h":1,"hx":1,"t":30,"uu":"merrenoloth|mpmm","n":"Merrenoloth"},{"id":21952,"c":46,"u":"morkoth_mpmm","p":186,"s":3,"h":1,"hx":1,"t":30,"uu":"morkoth|mpmm","n":"Morkoth"},{"id":21953,"c":46,"u":"orcus_mpmm","p":204,"s":3,"h":1,"hx":1,"t":30,"uu":"orcus|mpmm","n":"Orcus"},{"id":21954,"c":46,"u":"storm%20giant%20quintessent_mpmm","p":235,"s":3,"h":1,"hx":1,"t":30,"uu":"storm giant quintessent|mpmm","n":"Storm Giant Quintessent"},{"id":21955,"c":46,"u":"yeenoghu_mpmm","p":270,"s":3,"h":1,"hx":1,"t":30,"uu":"yeenoghu|mpmm","n":"Yeenoghu"},{"id":21956,"c":46,"u":"zariel_mpmm","p":280,"s":3,"h":1,"hx":1,"t":30,"uu":"zariel|mpmm","n":"Zariel"},{"id":21957,"c":46,"u":"zuggtmoy_mpmm","p":281,"s":3,"h":1,"hx":1,"t":30,"uu":"zuggtmoy|mpmm","n":"Zuggtmoy"},{"id":21958,"c":46,"u":"archdevil_coa","p":235,"s":9,"h":1,"hx":1,"t":30,"uu":"archdevil|coa","n":"Archdevil"},{"id":21959,"c":46,"u":"asmodeus_coa","p":216,"s":9,"h":1,"hx":1,"t":30,"uu":"asmodeus|coa","n":"Asmodeus"},{"id":21960,"c":46,"u":"baalzebul_coa","p":218,"s":9,"h":1,"hx":1,"t":30,"uu":"baalzebul|coa","n":"Baalzebul"},{"id":21961,"c":46,"u":"bel_coa","p":234,"s":9,"h":1,"hx":1,"t":30,"uu":"bel|coa","n":"Bel"},{"id":21962,"c":46,"u":"belial_coa","p":220,"s":9,"h":1,"hx":1,"t":30,"uu":"belial|coa","n":"Belial"},{"id":21963,"c":46,"u":"dispater_coa","p":222,"s":9,"h":1,"hx":1,"t":30,"uu":"dispater|coa","n":"Dispater"},{"id":21964,"c":46,"u":"fierna_coa","p":225,"s":9,"h":1,"hx":1,"t":30,"uu":"fierna|coa","n":"Fierna"},{"id":21965,"c":46,"u":"glasya_coa","p":226,"s":9,"h":1,"hx":1,"t":30,"uu":"glasya|coa","n":"Glasya"},{"id":21966,"c":46,"u":"greater%20tyrant%20shadow_coa","p":254,"s":9,"h":1,"hx":1,"t":30,"uu":"greater tyrant shadow|coa","n":"Greater Tyrant Shadow"},{"id":21967,"c":46,"u":"levistus_coa","p":228,"s":9,"h":1,"hx":1,"t":30,"uu":"levistus|coa","n":"Levistus"},{"id":21968,"c":46,"u":"mammon_coa","p":230,"s":9,"h":1,"hx":1,"t":30,"uu":"mammon|coa","n":"Mammon"},{"id":21969,"c":46,"u":"mephistopheles_coa","p":232,"s":9,"h":1,"hx":1,"t":30,"uu":"mephistopheles|coa","n":"Mephistopheles"},{"id":21970,"c":46,"u":"zariel_coa","p":235,"s":9,"h":1,"hx":1,"t":30,"uu":"zariel|coa","n":"Zariel"},{"id":21971,"c":46,"u":"baalzebul_mabjov","p":91,"s":11,"h":1,"hx":1,"t":30,"uu":"baalzebul|mabjov","n":"Baalzebul"},{"id":21972,"c":46,"u":"cryonax_mabjov","p":97,"s":11,"h":1,"hx":1,"t":30,"uu":"cryonax|mabjov","n":"Cryonax"},{"id":21973,"c":46,"u":"mephistopheles_mabjov","p":99,"s":11,"h":1,"hx":1,"t":30,"uu":"mephistopheles|mabjov","n":"Mephistopheles"},{"id":21974,"c":46,"u":"pazuzu_mabjov","p":103,"s":11,"h":1,"hx":1,"t":30,"uu":"pazuzu|mabjov","n":"Pazuzu"},{"id":21975,"c":46,"u":"ssendam%2c%20lord%20of%20madness_mabjov","p":105,"s":11,"h":1,"hx":1,"t":30,"uu":"ssendam, lord of madness|mabjov","n":"Ssendam, Lord of Madness"},{"id":21976,"c":46,"u":"sapphire%20dragon_sads","p":215,"s":13,"h":1,"hx":1,"t":30,"uu":"sapphire dragon|sads","n":"Sapphire Dragon"},{"id":21977,"c":46,"u":"ancient%20deep%20crow_ai","p":211,"s":15,"h":1,"hx":1,"t":30,"uu":"ancient deep crow|ai","n":"Ancient Deep Crow"},{"id":21978,"c":46,"u":"lunar%20dragon_bam","s":16,"h":1,"hx":1,"t":30,"uu":"lunar dragon|bam","n":"Lunar Dragon"},{"id":21979,"c":46,"u":"solar%20dragon_bam","p":50,"s":16,"h":1,"hx":1,"t":30,"uu":"solar dragon|bam","n":"Solar Dragon"},{"id":21980,"c":46,"u":"lichen%20lich_cm","p":223,"s":18,"h":1,"hx":1,"t":30,"uu":"lichen lich|cm","n":"Lichen Lich"},{"id":21981,"c":46,"u":"nintra%20siotta_cm","p":197,"s":18,"h":1,"hx":1,"t":30,"uu":"nintra siotta|cm","n":"Nintra Siotta"},{"id":21982,"c":46,"u":"valin%20sarnaster_cm","p":182,"s":18,"h":1,"hx":1,"t":30,"uu":"valin sarnaster|cm","n":"Valin Sarnaster"},{"id":21983,"c":46,"u":"zikzokrishka_cm","p":209,"s":18,"h":1,"hx":1,"t":30,"uu":"zikzokrishka|cm","n":"Zikzokrishka"},{"id":21984,"c":46,"u":"strahd%20von%20zarovich_cos","p":240,"s":19,"h":1,"hx":1,"t":30,"uu":"strahd von zarovich|cos","n":"Strahd von Zarovich"},{"id":21985,"c":46,"u":"alyxian%20the%20absolved_crcotn","s":20,"h":1,"hx":1,"dP":1,"t":30,"uu":"alyxian the absolved|crcotn","n":"Alyxian the Absolved"},{"id":21986,"c":46,"u":"alyxian%20the%20callous_crcotn","s":20,"h":1,"hx":1,"dP":1,"t":30,"uu":"alyxian the callous|crcotn","n":"Alyxian the Callous"},{"id":21987,"c":46,"u":"alyxian%20the%20dispossessed_crcotn","s":20,"h":1,"hx":1,"dP":1,"t":30,"uu":"alyxian the dispossessed|crcotn","n":"Alyxian the Dispossessed"},{"id":21988,"c":46,"u":"alyxian%20the%20tormented_crcotn","s":20,"h":1,"hx":1,"dP":1,"t":30,"uu":"alyxian the tormented|crcotn","n":"Alyxian the Tormented"},{"id":21989,"c":46,"u":"gravekeeper_dodk","s":25,"h":1,"hx":1,"dP":1,"t":30,"uu":"gravekeeper|dodk","n":"Gravekeeper"},{"id":21990,"c":46,"u":"sea%20fury_egw","p":299,"s":28,"h":1,"hx":1,"dP":1,"t":30,"uu":"sea fury|egw","n":"Sea Fury"},{"id":21991,"c":46,"u":"belashyrra_erlw","p":286,"s":29,"h":1,"hx":1,"t":30,"uu":"belashyrra|erlw","n":"Belashyrra"},{"id":21992,"c":46,"u":"dyrrn_erlw","p":288,"s":29,"h":1,"hx":1,"t":30,"uu":"dyrrn|erlw","n":"Dyrrn"},{"id":21993,"c":46,"u":"blightscale%20dragon_ghloe","s":32,"h":1,"hx":1,"dP":1,"t":30,"uu":"blightscale dragon|ghloe","n":"Blightscale Dragon"},{"id":21994,"c":46,"u":"gegazol_ghloe","s":32,"h":1,"hx":1,"dP":1,"t":30,"uu":"gegazol|ghloe","n":"Gegazol"},{"id":21995,"c":46,"u":"riverine_jttrc","s":39,"h":1,"hx":1,"t":30,"uu":"riverine|jttrc","n":"Riverine"},{"id":21996,"c":46,"u":"aboleth_mm","p":13,"s":45,"h":1,"hx":1,"t":30,"uu":"aboleth|mm","n":"Aboleth"},{"id":21997,"c":46,"u":"beholder_mm","p":28,"s":45,"h":1,"hx":1,"t":30,"uu":"beholder|mm","n":"Beholder"},{"id":21998,"c":46,"u":"black%20dragon_mm","p":88,"s":45,"h":1,"hx":1,"t":30,"uu":"black dragon|mm","n":"Black Dragon"},{"id":21999,"c":46,"u":"blue%20dragon_mm","p":91,"s":45,"h":1,"hx":1,"t":30,"uu":"blue dragon|mm","n":"Blue Dragon"},{"id":22000,"c":46,"u":"brass%20dragon_mm","p":105,"s":45,"h":1,"hx":1,"t":30,"uu":"brass dragon|mm","n":"Brass Dragon"},{"id":22001,"c":46,"u":"bronze%20dragon_mm","p":108,"s":45,"h":1,"hx":1,"t":30,"uu":"bronze dragon|mm","n":"Bronze Dragon"},{"id":22002,"c":46,"u":"copper%20dragon_mm","p":112,"s":45,"h":1,"hx":1,"t":30,"uu":"copper dragon|mm","n":"Copper Dragon"},{"id":22003,"c":46,"u":"death%20tyrant_mm","p":29,"s":45,"h":1,"hx":1,"t":30,"uu":"death tyrant|mm","n":"Death Tyrant"},{"id":22004,"c":46,"u":"demilich_mm","p":48,"s":45,"h":1,"hx":1,"t":30,"uu":"demilich|mm","n":"Demilich"},{"id":22005,"c":46,"u":"gold%20dragon_mm","p":114,"s":45,"h":1,"hx":1,"t":30,"uu":"gold dragon|mm","n":"Gold Dragon"},{"id":22006,"c":46,"u":"green%20dragon_mm","p":94,"s":45,"h":1,"hx":1,"t":30,"uu":"green dragon|mm","n":"Green Dragon"},{"id":22007,"c":46,"u":"green%20hag_mm","p":177,"s":45,"h":1,"hx":1,"t":30,"uu":"green hag|mm","n":"Green Hag"},{"id":22008,"c":46,"u":"kraken_mm","p":197,"s":45,"h":1,"hx":1,"t":30,"uu":"kraken|mm","n":"Kraken"},{"id":22009,"c":46,"u":"lich_mm","p":202,"s":45,"h":1,"hx":1,"t":30,"uu":"lich|mm","n":"Lich"},{"id":22010,"c":46,"u":"mummy%20lord_mm","p":229,"s":45,"h":1,"hx":1,"t":30,"uu":"mummy lord|mm","n":"Mummy Lord"},{"id":22011,"c":46,"u":"night%20hag_mm","p":178,"s":45,"h":1,"hx":1,"t":30,"uu":"night hag|mm","n":"Night Hag"},{"id":22012,"c":46,"u":"red%20dragon_mm","p":98,"s":45,"h":1,"hx":1,"t":30,"uu":"red dragon|mm","n":"Red Dragon"},{"id":22013,"c":46,"u":"sea%20hag_mm","p":179,"s":45,"h":1,"hx":1,"t":30,"uu":"sea hag|mm","n":"Sea Hag"},{"id":22014,"c":46,"u":"silver%20dragon_mm","p":117,"s":45,"h":1,"hx":1,"t":30,"uu":"silver dragon|mm","n":"Silver Dragon"},{"id":22015,"c":46,"u":"sphinx_mm","p":281,"s":45,"h":1,"hx":1,"t":30,"uu":"sphinx|mm","n":"Sphinx"},{"id":22016,"c":46,"u":"unicorn_mm","p":294,"s":45,"h":1,"hx":1,"t":30,"uu":"unicorn|mm","n":"Unicorn"},{"id":22017,"c":46,"u":"vampire_mm","p":297,"s":45,"h":1,"hx":1,"t":30,"uu":"vampire|mm","n":"Vampire"},{"id":22018,"c":46,"u":"white%20dragon_mm","p":101,"s":45,"h":1,"hx":1,"t":30,"uu":"white dragon|mm","n":"White Dragon"},{"id":22019,"c":46,"u":"arasta_mot","p":248,"s":46,"h":1,"hx":1,"t":30,"uu":"arasta|mot","n":"Arasta"},{"id":22020,"c":46,"u":"hythonia_mot","p":252,"s":46,"h":1,"hx":1,"t":30,"uu":"hythonia|mot","n":"Hythonia"},{"id":22021,"c":46,"u":"tromokratis_mot","p":254,"s":46,"h":1,"hx":1,"t":30,"uu":"tromokratis|mot","n":"Tromokratis"},{"id":22022,"c":46,"u":"baernaloth_mpp","s":47,"h":1,"hx":1,"t":30,"uu":"baernaloth|mpp","n":"Baernaloth"},{"id":22023,"c":46,"u":"darkweaver_mpp","s":47,"h":1,"hx":1,"t":30,"uu":"darkweaver|mpp","n":"Darkweaver"},{"id":22024,"c":46,"u":"time%20dragon_mpp","s":47,"h":1,"hx":1,"t":30,"uu":"time dragon|mpp","n":"Time Dragon"},{"id":22025,"c":46,"u":"balhannoth_mtf","p":119,"s":48,"h":1,"hx":1,"t":30,"uu":"balhannoth|mtf","n":"Balhannoth"},{"id":22026,"c":46,"u":"baphomet_mtf","p":143,"s":48,"h":1,"hx":1,"t":30,"uu":"baphomet|mtf","n":"Baphomet"},{"id":22027,"c":46,"u":"demogorgon_mtf","p":144,"s":48,"h":1,"hx":1,"t":30,"uu":"demogorgon|mtf","n":"Demogorgon"},{"id":22028,"c":46,"u":"fraz-urb'luu_mtf","p":146,"s":48,"h":1,"hx":1,"t":30,"uu":"fraz-urb'luu|mtf","n":"Fraz-Urb'luu"},{"id":22029,"c":46,"u":"geryon_mtf","p":173,"s":48,"h":1,"hx":1,"t":30,"uu":"geryon|mtf","n":"Geryon"},{"id":22030,"c":46,"u":"githzerai%20anarch_mtf","p":207,"s":48,"h":1,"hx":1,"t":30,"uu":"githzerai anarch|mtf","n":"Githzerai Anarch"},{"id":22031,"c":46,"u":"graz'zt_mtf","p":149,"s":48,"h":1,"hx":1,"t":30,"uu":"graz'zt|mtf","n":"Graz'zt"},{"id":22032,"c":46,"u":"juiblex_mtf","p":151,"s":48,"h":1,"hx":1,"t":30,"uu":"juiblex|mtf","n":"Juiblex"},{"id":22033,"c":46,"u":"merrenoloth_mtf","p":250,"s":48,"h":1,"hx":1,"t":30,"uu":"merrenoloth|mtf","n":"Merrenoloth"},{"id":22034,"c":46,"u":"orcus_mtf","p":153,"s":48,"h":1,"hx":1,"t":30,"uu":"orcus|mtf","n":"Orcus"},{"id":22035,"c":46,"u":"yeenoghu_mtf","p":155,"s":48,"h":1,"hx":1,"t":30,"uu":"yeenoghu|mtf","n":"Yeenoghu"},{"id":22036,"c":46,"u":"zariel_mtf","p":180,"s":48,"h":1,"hx":1,"t":30,"uu":"zariel|mtf","n":"Zariel"},{"id":22037,"c":46,"u":"zuggtmoy_mtf","p":157,"s":48,"h":1,"hx":1,"t":30,"uu":"zuggtmoy|mtf","n":"Zuggtmoy"},{"id":22038,"c":46,"u":"aerisi%20kalinoth_pota","p":192,"s":53,"h":1,"hx":1,"t":30,"uu":"aerisi kalinoth|pota","n":"Aerisi Kalinoth"},{"id":22039,"c":46,"u":"gar%20shatterkeel_pota","p":208,"s":53,"h":1,"hx":1,"t":30,"uu":"gar shatterkeel|pota","n":"Gar Shatterkeel"},{"id":22040,"c":46,"u":"imix_pota","p":214,"s":53,"h":1,"hx":1,"t":30,"uu":"imix|pota","n":"Imix"},{"id":22041,"c":46,"u":"marlos%20urnrayle_pota","p":199,"s":53,"h":1,"hx":1,"t":30,"uu":"marlos urnrayle|pota","n":"Marlos Urnrayle"},{"id":22042,"c":46,"u":"ogr%c3%a9moch_pota","p":216,"s":53,"h":1,"hx":1,"t":30,"uu":"ogrémoch|pota","n":"Ogremoch"},{"id":22043,"c":46,"u":"olhydra_pota","p":218,"s":53,"h":1,"hx":1,"t":30,"uu":"olhydra|pota","n":"Olhydra"},{"id":22044,"c":46,"u":"vanifer_pota","p":203,"s":53,"h":1,"hx":1,"t":30,"uu":"vanifer|pota","n":"Vanifer"},{"id":22045,"c":46,"u":"yan-c-bin_pota","p":221,"s":53,"h":1,"hx":1,"t":30,"uu":"yan-c-bin|pota","n":"Yan-C-Bin"},{"id":22046,"c":46,"u":"froghemoth%20elder_qftis","s":54,"h":1,"hx":1,"t":30,"uu":"froghemoth elder|qftis","n":"Froghemoth Elder"},{"id":22047,"c":46,"u":"nafas_qftis","s":54,"h":1,"hx":1,"t":30,"uu":"nafas|qftis","n":"Nafas"},{"id":22048,"c":46,"u":"the%20gardener_qftis","s":54,"h":1,"hx":1,"t":30,"uu":"the gardener|qftis","n":"The Gardener"},{"id":22049,"c":46,"u":"zargon%20the%20returner_qftis","s":54,"h":1,"hx":1,"t":30,"uu":"zargon the returner|qftis","n":"Zargon the Returner"},{"id":22050,"c":46,"u":"murgaxor_scc","p":180,"s":57,"h":1,"hx":1,"t":30,"uu":"murgaxor|scc","n":"Murgaxor"},{"id":22051,"c":46,"u":"bear%20king_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"bear king|tob1-2023","n":"Bear King"},{"id":22052,"c":46,"u":"cave%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"cave dragon|tob1-2023","n":"Cave Dragon"},{"id":22053,"c":46,"u":"demon%20lord%20mechuiti_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"demon lord mechuiti|tob1-2023","n":"Demon Lord Mechuiti"},{"id":22054,"c":46,"u":"demon%20lord%20qorgeth_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"demon lord qorgeth|tob1-2023","n":"Demon Lord Qorgeth"},{"id":22055,"c":46,"u":"flame%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"flame dragon|tob1-2023","n":"Flame Dragon"},{"id":22056,"c":46,"u":"hraesvelgr_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"hraesvelgr|tob1-2023","n":"Hraesvelgr"},{"id":22057,"c":46,"u":"lord%20of%20the%20hunt_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"lord of the hunt|tob1-2023","n":"Lord of the Hunt"},{"id":22058,"c":46,"u":"mithral%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"mithral dragon|tob1-2023","n":"Mithral Dragon"},{"id":22059,"c":46,"u":"moonlit%20king_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"moonlit king|tob1-2023","n":"Moonlit King"},{"id":22060,"c":46,"u":"nihileth%20aboleth_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"nihileth aboleth|tob1-2023","n":"Nihileth Aboleth"},{"id":22061,"c":46,"u":"pact%20vampire_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"pact vampire|tob1-2023","n":"Pact Vampire"},{"id":22062,"c":46,"u":"queen%20of%20night%20and%20magic_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"queen of night and magic|tob1-2023","n":"Queen of Night and Magic"},{"id":22063,"c":46,"u":"queen%20of%20witches_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"queen of witches|tob1-2023","n":"Queen of Witches"},{"id":22064,"c":46,"u":"river%20king_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"river king|tob1-2023","n":"River King"},{"id":22065,"c":46,"u":"sea%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"sea dragon|tob1-2023","n":"Sea Dragon"},{"id":22066,"c":46,"u":"snow%20queen_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"snow queen|tob1-2023","n":"Snow Queen"},{"id":22067,"c":46,"u":"tosculi%20hive%20queen_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"tosculi hive queen|tob1-2023","n":"Tosculi Hive Queen"},{"id":22068,"c":46,"u":"void%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"void dragon|tob1-2023","n":"Void Dragon"},{"id":22069,"c":46,"u":"wind%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"wind dragon|tob1-2023","n":"Wind Dragon"},{"id":22070,"c":46,"u":"zmey_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"t":30,"uu":"zmey|tob1-2023","n":"Zmey"},{"id":22071,"c":46,"u":"annis%20hag_vgm","p":159,"s":67,"h":1,"hx":1,"t":30,"uu":"annis hag|vgm","n":"Annis Hag"},{"id":22072,"c":46,"u":"bheur%20hag_vgm","p":160,"s":67,"h":1,"hx":1,"t":30,"uu":"bheur hag|vgm","n":"Bheur Hag"},{"id":22073,"c":46,"u":"elder%20brain_vgm","p":173,"s":67,"h":1,"hx":1,"t":30,"uu":"elder brain|vgm","n":"Elder Brain"},{"id":22074,"c":46,"u":"hag_vgm","p":159,"s":67,"h":1,"hx":1,"t":30,"uu":"hag|vgm","n":"Hag"},{"id":22075,"c":46,"u":"illithilich_vgm","p":172,"s":67,"h":1,"hx":1,"t":30,"uu":"illithilich|vgm","n":"Illithilich"},{"id":22076,"c":46,"u":"ki-rin_vgm","p":163,"s":67,"h":1,"hx":1,"t":30,"uu":"ki-rin|vgm","n":"Ki-rin"},{"id":22077,"c":46,"u":"morkoth_vgm","p":177,"s":67,"h":1,"hx":1,"t":30,"uu":"morkoth|vgm","n":"Morkoth"},{"id":22078,"c":46,"u":"storm%20giant%20quintessent_vgm","p":151,"s":67,"h":1,"hx":1,"t":30,"uu":"storm giant quintessent|vgm","n":"Storm Giant Quintessent"},{"id":22079,"c":46,"u":"captain%20n'ghathrod_wdmm","p":250,"s":71,"h":1,"hx":1,"t":30,"uu":"captain n'ghathrod|wdmm","n":"Captain N'ghathrod"},{"id":22080,"c":46,"u":"fazrian_wdmm","p":275,"s":71,"h":1,"hx":1,"t":30,"uu":"fazrian|wdmm","n":"Fazrian"},{"id":22081,"c":46,"u":"halaster%20blackcloak_wdmm","p":310,"s":71,"h":1,"hx":1,"t":30,"uu":"halaster blackcloak|wdmm","n":"Halaster Blackcloak"},{"id":22082,"c":46,"u":"keresta%20delvingstone_wdmm","p":232,"s":71,"h":1,"hx":1,"t":30,"uu":"keresta delvingstone|wdmm","n":"Keresta Delvingstone"},{"id":22083,"c":46,"u":"kyrilla%2c%20accursed%20gorgon_aitfr-dn","p":12,"s":73,"h":1,"hx":1,"t":30,"uu":"kyrilla, accursed gorgon|aitfr-dn","n":"Kyrilla, Accursed Gorgon"},{"id":22084,"c":46,"u":"thessalkraken_imr","p":87,"s":80,"h":1,"hx":1,"t":30,"uu":"thessalkraken|imr","n":"Thessalkraken"},{"id":22085,"c":46,"u":"gar%20shatterkeel_lr","p":18,"s":82,"h":1,"hx":1,"t":30,"uu":"gar shatterkeel|lr","n":"Gar Shatterkeel"},{"id":22086,"c":31,"u":"apparatus%20of%20kwalish_xdmg","p":229,"s":5,"h":1,"t":31,"uu":"apparatus of kwalish|xdmg","m":"vehicles/tokens/XDMG/Apparatus of Kwalish.webp","n":"Apparatus of Kwalish"},{"id":22087,"c":31,"u":"bombard_aag","p":26,"s":103,"h":1,"t":31,"uu":"bombard|aag","m":"vehicles/tokens/AAG/Bombard.webp","n":"Bombard"},{"id":22088,"c":31,"u":"damselfly%20ship_aag","p":26,"s":103,"h":1,"t":31,"uu":"damselfly ship|aag","m":"vehicles/tokens/AAG/Damselfly Ship.webp","n":"Damselfly Ship"},{"id":22089,"c":31,"u":"flying%20fish%20ship_aag","p":26,"s":103,"h":1,"t":31,"uu":"flying fish ship|aag","m":"vehicles/tokens/AAG/Flying Fish Ship.webp","n":"Flying Fish Ship"},{"id":22090,"c":31,"u":"hammerhead%20ship_aag","p":32,"s":103,"h":1,"t":31,"uu":"hammerhead ship|aag","m":"vehicles/tokens/AAG/Hammerhead Ship.webp","n":"Hammerhead Ship"},{"id":22091,"c":31,"u":"lamprey%20ship_aag","p":34,"s":103,"h":1,"t":31,"uu":"lamprey ship|aag","m":"vehicles/tokens/AAG/Lamprey Ship.webp","n":"Lamprey Ship"},{"id":22092,"c":31,"u":"living%20ship_aag","p":36,"s":103,"h":1,"t":31,"uu":"living ship|aag","m":"vehicles/tokens/AAG/Living Ship.webp","n":"Living Ship"},{"id":22093,"c":31,"u":"nautiloid_aag","p":38,"s":103,"h":1,"t":31,"uu":"nautiloid|aag","m":"vehicles/tokens/AAG/Nautiloid.webp","n":"Nautiloid"},{"id":22094,"c":31,"u":"nightspider_aag","p":40,"s":103,"h":1,"t":31,"uu":"nightspider|aag","m":"vehicles/tokens/AAG/Nightspider.webp","n":"Nightspider"},{"id":22095,"c":31,"u":"scorpion%20ship_aag","p":42,"s":103,"h":1,"t":31,"uu":"scorpion ship|aag","m":"vehicles/tokens/AAG/Scorpion Ship.webp","n":"Scorpion Ship"},{"id":22096,"c":31,"u":"shrike%20ship_aag","p":44,"s":103,"h":1,"t":31,"uu":"shrike ship|aag","m":"vehicles/tokens/AAG/Shrike Ship.webp","n":"Shrike Ship"},{"id":22097,"c":31,"u":"space%20galleon_aag","p":46,"s":103,"h":1,"t":31,"uu":"space galleon|aag","m":"vehicles/tokens/AAG/Space Galleon.webp","n":"Space Galleon"},{"id":22098,"c":31,"u":"squid%20ship_aag","p":48,"s":103,"h":1,"t":31,"uu":"squid ship|aag","m":"vehicles/tokens/AAG/Squid Ship.webp","n":"Squid Ship"},{"id":22099,"c":31,"u":"star%20moth_aag","p":50,"s":103,"h":1,"t":31,"uu":"star moth|aag","m":"vehicles/tokens/AAG/Star Moth.webp","n":"Star Moth"},{"id":22100,"c":31,"u":"turtle%20ship_aag","p":52,"s":103,"h":1,"t":31,"uu":"turtle ship|aag","m":"vehicles/tokens/AAG/Turtle Ship.webp","n":"Turtle Ship"},{"id":22101,"c":31,"u":"tyrant%20ship_aag","p":54,"s":103,"h":1,"t":31,"uu":"tyrant ship|aag","m":"vehicles/tokens/AAG/Tyrant Ship.webp","n":"Tyrant Ship"},{"id":22102,"c":31,"u":"wasp%20ship_aag","p":56,"s":103,"h":1,"t":31,"uu":"wasp ship|aag","m":"vehicles/tokens/AAG/Wasp Ship.webp","n":"Wasp Ship"},{"id":22103,"c":31,"u":"battle%20balloon_ai","p":218,"s":15,"h":1,"t":31,"uu":"battle balloon|ai","m":"vehicles/tokens/AI/Battle Balloon.webp","n":"Battle Balloon"},{"id":22104,"c":31,"u":"mechanical%20beholder_ai","p":219,"s":15,"h":1,"t":31,"uu":"mechanical beholder|ai","m":"vehicles/tokens/AI/Mechanical Beholder.webp","n":"Mechanical Beholder"},{"id":22105,"c":31,"u":"demon%20grinder_bgdia","p":219,"s":17,"h":1,"t":31,"uu":"demon grinder|bgdia","m":"vehicles/tokens/BGDIA/Demon Grinder.webp","n":"Demon Grinder"},{"id":22106,"c":31,"u":"devil's%20ride_bgdia","p":218,"s":17,"h":1,"t":31,"uu":"devil's ride|bgdia","m":"vehicles/tokens/BGDIA/Devil's Ride.webp","n":"Devil's Ride"},{"id":22107,"c":31,"u":"scavenger_bgdia","p":219,"s":17,"h":1,"t":31,"uu":"scavenger|bgdia","m":"vehicles/tokens/BGDIA/Scavenger.webp","n":"Scavenger"},{"id":22108,"c":31,"u":"tormentor_bgdia","p":218,"s":17,"h":1,"t":31,"uu":"tormentor|bgdia","m":"vehicles/tokens/BGDIA/Tormentor.webp","n":"Tormentor"},{"id":22109,"c":31,"u":"stahlmaster_dd","p":235,"s":123,"h":1,"dP":1,"t":31,"uu":"stahlmaster|dd","m":"vehicles/tokens/DD/Stahlmaster.webp","n":"Stahlmaster"},{"id":22110,"c":31,"u":"tasha's%20creeping%20keelboat_ditlcot","p":15,"s":23,"h":1,"t":31,"uu":"tasha's creeping keelboat|ditlcot","m":"vehicles/tokens/DitLCoT/Tasha's Creeping Keelboat.webp","n":"Tasha's Creeping Keelboat"},{"id":22111,"c":31,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"t":31,"uu":"apparatus of kwalish|dmg","m":"vehicles/tokens/DMG/Apparatus of Kwalish.webp","n":"Apparatus of Kwalish"},{"id":22112,"c":31,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"t":31,"uu":"apparatus of kwalish|dmg","m":"vehicles/tokens/DMG/Apparatus of Kwalish.webp","n":"Apparatus of the Crab"},{"id":22113,"c":31,"u":"galley_gos","p":187,"s":33,"h":1,"t":31,"uu":"galley|gos","m":"vehicles/tokens/GoS/Galley.webp","n":"Galley"},{"id":22114,"c":31,"u":"keelboat_gos","p":188,"s":33,"h":1,"t":31,"uu":"keelboat|gos","m":"vehicles/tokens/GoS/Keelboat.webp","n":"Keelboat"},{"id":22115,"c":31,"u":"longship_gos","p":190,"s":33,"h":1,"t":31,"uu":"longship|gos","m":"vehicles/tokens/GoS/Longship.webp","n":"Longship"},{"id":22116,"c":31,"u":"rowboat_gos","p":190,"s":33,"h":1,"t":31,"uu":"rowboat|gos","m":"vehicles/tokens/GoS/Rowboat.webp","n":"Rowboat"},{"id":22117,"c":31,"u":"sailing%20ship_gos","p":192,"s":33,"h":1,"t":31,"uu":"sailing ship|gos","m":"vehicles/tokens/GoS/Sailing Ship.webp","n":"Sailing Ship"},{"id":22118,"c":31,"u":"warship_gos","p":194,"s":33,"h":1,"t":31,"uu":"warship|gos","m":"vehicles/tokens/GoS/Warship.webp","n":"Warship"},{"id":22119,"c":31,"u":"astral%20brig_mtf","p":90,"s":48,"h":1,"t":31,"uu":"astral brig|mtf","m":"vehicles/tokens/MTF/Astral Brig.webp","n":"Astral Brig"},{"id":22120,"c":31,"u":"astral%20skiff_mtf","p":90,"s":48,"h":1,"t":31,"uu":"astral skiff|mtf","m":"vehicles/tokens/MTF/Astral Skiff.webp","n":"Astral Skiff"},{"id":22121,"c":31,"u":"planar%20raider_mtf","p":90,"s":48,"h":1,"t":31,"uu":"planar raider|mtf","m":"vehicles/tokens/MTF/Planar Raider.webp","n":"Planar Raider"},{"id":22122,"c":31,"u":"venatrix_veor","s":66,"h":1,"t":31,"uu":"venatrix|veor","m":"vehicles/tokens/VEoR/Venatrix.webp","n":"Venatrix"},{"id":22132,"c":35,"u":"arcane%20artillery_gos","p":197,"s":33,"h":1,"t":32,"uu":"arcane artillery|gos","n":"Arcane Artillery"},{"id":22134,"c":35,"u":"churning%20hull_gos","p":196,"s":33,"h":1,"t":32,"uu":"churning hull|gos","n":"Churning Hull"},{"id":22135,"c":35,"u":"clockwork%20oars_gos","p":197,"s":33,"h":1,"t":32,"uu":"clockwork oars|gos","n":"Clockwork Oars"},{"id":22136,"c":35,"u":"concussive%20rounds_gos","p":197,"s":33,"h":1,"t":32,"uu":"concussive rounds|gos","n":"Concussive Rounds"},{"id":22137,"c":35,"u":"death%20vessel_gos","p":196,"s":33,"h":1,"t":32,"uu":"death vessel|gos","n":"Death Vessel"},{"id":22138,"c":35,"u":"defiant%20sails_gos","p":197,"s":33,"h":1,"t":32,"uu":"defiant sails|gos","n":"Defiant Sails"},{"id":22139,"c":35,"u":"dragon%20sails_gos","p":197,"s":33,"h":1,"t":32,"uu":"dragon sails|gos","n":"Dragon Sails"},{"id":22140,"c":35,"u":"ever-full%20sails_gos","p":197,"s":33,"h":1,"t":32,"uu":"ever-full sails|gos","n":"Ever-Full Sails"},{"id":22141,"c":35,"u":"explosive%20rounds_gos","p":197,"s":33,"h":1,"t":32,"uu":"explosive rounds|gos","n":"Explosive Rounds"},{"id":22142,"c":35,"u":"frost-locked%20hull_gos","p":196,"s":33,"h":1,"t":32,"uu":"frost-locked hull|gos","n":"Frost-Locked Hull"},{"id":22143,"c":35,"u":"grasping%20rounds_gos","p":197,"s":33,"h":1,"t":32,"uu":"grasping rounds|gos","n":"Grasping Rounds"},{"id":22144,"c":35,"u":"guardian%20figurehead_gos","p":198,"s":33,"h":1,"t":32,"uu":"guardian figurehead|gos","n":"Guardian Figurehead"},{"id":22145,"c":35,"u":"living%20vessel_gos","p":196,"s":33,"h":1,"t":32,"uu":"living vessel|gos","n":"Living Vessel"},{"id":22146,"c":35,"u":"red%20dragon%20figurehead_gos","p":198,"s":33,"h":1,"t":32,"uu":"red dragon figurehead|gos","n":"Red Dragon Figurehead"},{"id":22147,"c":35,"u":"reinforced%20hull_gos","p":197,"s":33,"h":1,"t":32,"uu":"reinforced hull|gos","n":"Reinforced Hull"},{"id":22148,"c":35,"u":"screaming%20sails_gos","p":197,"s":33,"h":1,"t":32,"uu":"screaming sails|gos","n":"Screaming Sails"},{"id":22149,"c":35,"u":"scything%20oars_gos","p":197,"s":33,"h":1,"t":32,"uu":"scything oars|gos","n":"Scything Oars"},{"id":22151,"c":35,"u":"storm%20giant%20figurehead_gos","p":198,"s":33,"h":1,"t":32,"uu":"storm giant figurehead|gos","n":"Storm Giant Figurehead"},{"id":22153,"c":35,"u":"vigilant%20watch_gos","p":197,"s":33,"h":1,"t":32,"uu":"vigilant watch|gos","n":"Vigilant Watch"},{"id":22154,"c":36,"u":"acidic%20bile%20sprayer_bgdia","p":221,"s":17,"h":1,"t":32,"uu":"acidic bile sprayer|bgdia","n":"Acidic Bile Sprayer"},{"id":22155,"c":36,"u":"canian%20armor_bgdia","p":221,"s":17,"h":1,"t":32,"uu":"canian armor|bgdia","n":"Canian Armor"},{"id":22156,"c":36,"u":"flamethrower_bgdia","p":221,"s":17,"h":1,"t":32,"uu":"flamethrower|bgdia","n":"Flamethrower"},{"id":22157,"c":36,"u":"gilded%20death%20armor_bgdia","p":222,"s":17,"h":1,"t":32,"uu":"gilded death armor|bgdia","n":"Gilded Death Armor"},{"id":22158,"c":36,"u":"infernal%20screamer_bgdia","p":221,"s":17,"h":1,"t":32,"uu":"infernal screamer|bgdia","n":"Infernal Screamer"},{"id":22159,"c":36,"u":"necrotic%20smoke%20screen_bgdia","p":222,"s":17,"h":1,"t":32,"uu":"necrotic smoke screen|bgdia","n":"Necrotic Smoke Screen"},{"id":22160,"c":36,"u":"soul%20spike%20armor_bgdia","p":222,"s":17,"h":1,"t":32,"uu":"soul spike armor|bgdia","n":"Soul Spike Armor"},{"id":22161,"c":36,"u":"styx%20sprayer_bgdia","p":221,"s":17,"h":1,"t":32,"uu":"styx sprayer|bgdia","n":"Styx Sprayer"},{"id":22162,"c":36,"u":"teleporter_bgdia","p":222,"s":17,"h":1,"t":32,"uu":"teleporter|bgdia","n":"Teleporter"},{"id":22185,"c":42,"u":"identify%20a%20spell_xge","p":85,"s":6,"h":1,"t":33,"uu":"identify a spell|xge","n":"Identify a Spell"},{"id":22186,"c":42,"u":"waking%20someone_xge","p":77,"s":6,"h":1,"t":33,"uu":"waking someone|xge","n":"Waking Someone"},{"id":22187,"c":42,"u":"attack_xphb","p":361,"s":8,"h":1,"t":33,"uu":"attack|xphb","n":"Attack"},{"id":22188,"c":42,"u":"dash_xphb","p":365,"s":8,"h":1,"t":33,"uu":"dash|xphb","n":"Dash"},{"id":22189,"c":42,"u":"disengage_xphb","p":366,"s":8,"h":1,"t":33,"uu":"disengage|xphb","n":"Disengage"},{"id":22190,"c":42,"u":"dodge_xphb","p":366,"s":8,"h":1,"t":33,"uu":"dodge|xphb","n":"Dodge"},{"id":22191,"c":42,"u":"don%20or%20doff%20a%20shield_xphb","p":219,"s":8,"h":1,"t":33,"uu":"don or doff a shield|xphb","n":"Don or Doff a Shield"},{"id":22192,"c":42,"u":"end%20concentration_xphb","p":363,"s":8,"h":1,"t":33,"uu":"end concentration|xphb","n":"End Concentration"},{"id":22193,"c":42,"u":"escape%20a%20grapple_xphb","p":367,"s":8,"h":1,"t":33,"uu":"escape a grapple|xphb","n":"Escape a Grapple"},{"id":22194,"c":42,"u":"help_xphb","p":368,"s":8,"h":1,"t":33,"uu":"help|xphb","n":"Help"},{"id":22195,"c":42,"u":"hide_xphb","p":368,"s":8,"h":1,"t":33,"uu":"hide|xphb","n":"Hide"},{"id":22196,"c":42,"u":"improvising%20an%20action_xphb","p":15,"s":8,"h":1,"t":33,"uu":"improvising an action|xphb","n":"Improvising an Action"},{"id":22197,"c":42,"u":"influence_xphb","p":369,"s":8,"h":1,"t":33,"uu":"influence|xphb","n":"Influence"},{"id":22198,"c":42,"u":"magic_xphb","p":371,"s":8,"h":1,"t":33,"uu":"magic|xphb","n":"Magic"},{"id":22199,"c":42,"u":"opportunity%20attack_xphb","p":371,"s":8,"h":1,"t":33,"uu":"opportunity attack|xphb","n":"Opportunity Attack"},{"id":22200,"c":42,"u":"ready_xphb","p":372,"s":8,"h":1,"t":33,"uu":"ready|xphb","n":"Ready"},{"id":22201,"c":42,"u":"search_xphb","p":373,"s":8,"h":1,"t":33,"uu":"search|xphb","n":"Search"},{"id":22202,"c":42,"u":"study_xphb","p":375,"s":8,"h":1,"t":33,"uu":"study|xphb","n":"Study"},{"id":22203,"c":42,"u":"two-weapon%20fighting_xphb","p":213,"s":8,"h":1,"t":33,"uu":"two-weapon fighting|xphb","n":"Two-Weapon Fighting"},{"id":22204,"c":42,"u":"utilize_xphb","p":377,"s":8,"h":1,"t":33,"uu":"utilize|xphb","n":"Utilize"},{"id":22205,"c":42,"u":"activate%20an%20item_dmg","p":141,"s":24,"h":1,"r":1,"t":33,"uu":"activate an item|dmg","n":"Activate an Item"},{"id":22206,"c":42,"u":"climb%20onto%20a%20bigger%20creature_dmg","p":271,"s":24,"h":1,"t":33,"uu":"climb onto a bigger creature|dmg","n":"Climb onto a Bigger Creature"},{"id":22207,"c":42,"u":"disarm_dmg","p":271,"s":24,"h":1,"t":33,"uu":"disarm|dmg","n":"Disarm"},{"id":22208,"c":42,"u":"healing%20surge_dmg","p":266,"s":24,"h":1,"t":33,"uu":"healing surge|dmg","n":"Healing Surge"},{"id":22209,"c":42,"u":"mark_dmg","p":271,"s":24,"h":1,"t":33,"uu":"mark|dmg","n":"Mark"},{"id":22210,"c":42,"u":"overrun_dmg","p":272,"s":24,"h":1,"t":33,"uu":"overrun|dmg","n":"Overrun"},{"id":22211,"c":42,"u":"shove%20aside_dmg","p":272,"s":24,"h":1,"t":33,"uu":"shove aside|dmg","n":"Shove Aside"},{"id":22212,"c":42,"u":"tumble_dmg","p":272,"s":24,"h":1,"t":33,"uu":"tumble|dmg","n":"Tumble"},{"id":22213,"c":42,"u":"attack_phb","p":192,"s":52,"h":1,"r":1,"t":33,"uu":"attack|phb","n":"Attack"},{"id":22214,"c":42,"u":"cast%20a%20spell_phb","p":192,"s":52,"h":1,"r":1,"t":33,"uu":"cast a spell|phb","n":"Cast a Spell"},{"id":22215,"c":42,"u":"dash_phb","p":192,"s":52,"h":1,"r":1,"t":33,"uu":"dash|phb","n":"Dash"},{"id":22216,"c":42,"u":"disengage_phb","p":192,"s":52,"h":1,"r":1,"t":33,"uu":"disengage|phb","n":"Disengage"},{"id":22217,"c":42,"u":"dodge_phb","p":192,"s":52,"h":1,"r":1,"t":33,"uu":"dodge|phb","n":"Dodge"},{"id":22218,"c":42,"u":"don%20or%20doff%20a%20shield_phb","p":146,"s":52,"h":1,"r":1,"t":33,"uu":"don or doff a shield|phb","n":"Don or Doff a Shield"},{"id":22219,"c":42,"u":"end%20concentration_phb","p":203,"s":52,"h":1,"r":1,"t":33,"uu":"end concentration|phb","n":"End Concentration"},{"id":22220,"c":42,"u":"escape%20a%20grapple_phb","p":195,"s":52,"h":1,"r":1,"t":33,"uu":"escape a grapple|phb","n":"Escape a Grapple"},{"id":22221,"c":42,"u":"grapple_phb","p":195,"s":52,"h":1,"r":1,"t":33,"uu":"grapple|phb","n":"Grapple"},{"id":22222,"c":42,"u":"help_phb","p":192,"s":52,"h":1,"r":1,"t":33,"uu":"help|phb","n":"Help"},{"id":22223,"c":42,"u":"hide_phb","p":192,"s":52,"h":1,"r":1,"t":33,"uu":"hide|phb","n":"Hide"},{"id":22224,"c":42,"u":"improvising%20an%20action_phb","p":193,"s":52,"h":1,"t":33,"uu":"improvising an action|phb","n":"Improvising an Action"},{"id":22225,"c":42,"u":"opportunity%20attack_phb","p":195,"s":52,"h":1,"r":1,"t":33,"uu":"opportunity attack|phb","n":"Opportunity Attack"},{"id":22226,"c":42,"u":"other%20activity_phb","p":190,"s":52,"h":1,"r":1,"t":33,"uu":"other activity|phb","n":"Other Activity"},{"id":22227,"c":42,"u":"ready_phb","p":193,"s":52,"h":1,"r":1,"t":33,"uu":"ready|phb","n":"Ready"},{"id":22228,"c":42,"u":"search_phb","p":193,"s":52,"h":1,"r":1,"t":33,"uu":"search|phb","n":"Search"},{"id":22229,"c":42,"u":"shove_phb","p":195,"s":52,"h":1,"r":1,"t":33,"uu":"shove|phb","n":"Shove"},{"id":22230,"c":42,"u":"stabilize%20a%20creature_phb","p":197,"s":52,"h":1,"r":1,"t":33,"uu":"stabilize a creature|phb","n":"Stabilize a Creature"},{"id":22231,"c":42,"u":"two-weapon%20fighting_phb","p":195,"s":52,"h":1,"r":1,"t":33,"uu":"two-weapon fighting|phb","n":"Two-Weapon Fighting"},{"id":22232,"c":42,"u":"use%20an%20object_phb","p":193,"s":52,"h":1,"r":1,"t":33,"uu":"use an object|phb","n":"Use an Object"},{"id":22233,"c":43,"u":"alzhedo_scag","p":112,"s":107,"h":1,"t":34,"uu":"alzhedo|scag","m":"languages/SCAG/Thorass Common.webp","n":"Alzhedo"},{"id":22234,"c":43,"u":"chessentan_scag","p":112,"s":107,"h":1,"t":34,"uu":"chessentan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Chessentan"},{"id":22235,"c":43,"u":"chondathan_scag","p":112,"s":107,"h":1,"t":34,"uu":"chondathan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Chondathan"},{"id":22236,"c":43,"u":"damaran_scag","p":112,"s":107,"h":1,"t":34,"uu":"damaran|scag","m":"languages/SCAG/Thorass Common.webp","n":"Damaran"},{"id":22237,"c":43,"u":"dambrathan_scag","p":112,"s":107,"h":1,"t":34,"uu":"dambrathan|scag","n":"Dambrathan"},{"id":22238,"c":43,"u":"guran_scag","p":112,"s":107,"h":1,"t":34,"uu":"guran|scag","n":"Guran"},{"id":22239,"c":43,"u":"halruaan_scag","p":112,"s":107,"h":1,"t":34,"uu":"halruaan|scag","n":"Halruaan"},{"id":22240,"c":43,"u":"illuskan_scag","p":112,"s":107,"h":1,"t":34,"uu":"illuskan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Illuskan"},{"id":22241,"c":43,"u":"midani_scag","p":112,"s":107,"h":1,"t":34,"uu":"midani|scag","m":"languages/SCAG/Thorass Common.webp","n":"Midani"},{"id":22242,"c":43,"u":"mulhorandi_scag","p":112,"s":107,"h":1,"t":34,"uu":"mulhorandi|scag","m":"languages/SCAG/Thorass Common.webp","n":"Mulhorandi"},{"id":22243,"c":43,"u":"rashemi_scag","p":112,"s":107,"h":1,"t":34,"uu":"rashemi|scag","m":"languages/SCAG/Thorass Common.webp","n":"Rashemi"},{"id":22244,"c":43,"u":"roushoum_scag","p":112,"s":107,"h":1,"t":34,"uu":"roushoum|scag","m":"languages/SCAG/Thorass Common.webp","n":"Roushoum"},{"id":22245,"c":43,"u":"shaaran_scag","p":112,"s":107,"h":1,"t":34,"uu":"shaaran|scag","n":"Shaaran"},{"id":22246,"c":43,"u":"shou_scag","p":112,"s":107,"h":1,"t":34,"uu":"shou|scag","m":"languages/SCAG/Thorass Common.webp","n":"Shou"},{"id":22247,"c":43,"u":"thayan_scag","p":112,"s":107,"h":1,"t":34,"uu":"thayan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Thayan"},{"id":22248,"c":43,"u":"tuigan_scag","p":112,"s":107,"h":1,"t":34,"uu":"tuigan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Tuigan"},{"id":22249,"c":43,"u":"turmic_scag","p":112,"s":107,"h":1,"t":34,"uu":"turmic|scag","m":"languages/SCAG/Thorass Common.webp","n":"Turmic"},{"id":22250,"c":43,"u":"uluik_scag","p":112,"s":107,"h":1,"t":34,"uu":"uluik|scag","m":"languages/SCAG/Thorass Common.webp","n":"Uluik"},{"id":22251,"c":43,"u":"untheric_scag","p":112,"s":107,"h":1,"t":34,"uu":"untheric|scag","m":"languages/SCAG/Thorass Common.webp","n":"Untheric"},{"id":22252,"c":43,"u":"waelan_scag","p":112,"s":107,"h":1,"t":34,"uu":"waelan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Waelan"},{"id":22253,"c":43,"u":"abyssal_xphb","p":37,"s":8,"h":1,"t":34,"uu":"abyssal|xphb","n":"Abyssal"},{"id":22254,"c":43,"u":"celestial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"celestial|xphb","n":"Celestial"},{"id":22255,"c":43,"u":"common_xphb","p":37,"s":8,"h":1,"t":34,"uu":"common|xphb","n":"Common"},{"id":22256,"c":43,"u":"common%20sign%20language_xphb","p":37,"s":8,"h":1,"t":34,"uu":"common sign language|xphb","n":"Common Sign Language"},{"id":22257,"c":43,"u":"deep%20speech_xphb","p":37,"s":8,"h":1,"t":34,"uu":"deep speech|xphb","n":"Deep Speech"},{"id":22258,"c":43,"u":"draconic_xphb","p":37,"s":8,"h":1,"t":34,"uu":"draconic|xphb","n":"Draconic"},{"id":22259,"c":43,"u":"druidic_xphb","p":37,"s":8,"h":1,"t":34,"uu":"druidic|xphb","n":"Druidic"},{"id":22260,"c":43,"u":"dwarvish_xphb","p":37,"s":8,"h":1,"t":34,"uu":"dwarvish|xphb","n":"Dwarvish"},{"id":22261,"c":43,"u":"elvish_xphb","p":37,"s":8,"h":1,"t":34,"uu":"elvish|xphb","n":"Elvish"},{"id":22262,"c":43,"u":"giant_xphb","p":37,"s":8,"h":1,"t":34,"uu":"giant|xphb","n":"Giant"},{"id":22263,"c":43,"u":"gnomish_xphb","p":37,"s":8,"h":1,"t":34,"uu":"gnomish|xphb","n":"Gnomish"},{"id":22264,"c":43,"u":"goblin_xphb","p":37,"s":8,"h":1,"t":34,"uu":"goblin|xphb","n":"Goblin"},{"id":22265,"c":43,"u":"halfling_xphb","p":37,"s":8,"h":1,"t":34,"uu":"halfling|xphb","n":"Halfling"},{"id":22266,"c":43,"u":"infernal_xphb","p":37,"s":8,"h":1,"t":34,"uu":"infernal|xphb","n":"Infernal"},{"id":22267,"c":43,"u":"orc_xphb","p":37,"s":8,"h":1,"t":34,"uu":"orc|xphb","n":"Orc"},{"id":22268,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"primordial|xphb","n":"Primordial"},{"id":22269,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"primordial|xphb","n":"Auran"},{"id":22270,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"primordial|xphb","n":"Aquan"},{"id":22271,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"primordial|xphb","n":"Ignan"},{"id":22272,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"primordial|xphb","n":"Terran"},{"id":22273,"c":43,"u":"sylvan_xphb","p":37,"s":8,"h":1,"t":34,"uu":"sylvan|xphb","n":"Sylvan"},{"id":22274,"c":43,"u":"thieves'%20cant_xphb","p":37,"s":8,"h":1,"t":34,"uu":"thieves' cant|xphb","n":"Thieves' Cant"},{"id":22275,"c":43,"u":"undercommon_xphb","p":37,"s":8,"h":1,"t":34,"uu":"undercommon|xphb","n":"Undercommon"},{"id":22276,"c":43,"u":"deep%20crow_ai","p":210,"s":15,"h":1,"t":34,"uu":"deep crow|ai","n":"Deep Crow"},{"id":22277,"c":43,"u":"abanasinian_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"abanasinian|dsotdq","n":"Abanasinian"},{"id":22278,"c":43,"u":"common_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"common|dsotdq","n":"Common"},{"id":22279,"c":43,"u":"draconic_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"draconic|dsotdq","n":"Draconic"},{"id":22280,"c":43,"u":"dwarvish_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"dwarvish|dsotdq","n":"Dwarvish"},{"id":22281,"c":43,"u":"elvish_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"elvish|dsotdq","n":"Elvish"},{"id":22282,"c":43,"u":"ergot_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"ergot|dsotdq","n":"Ergot"},{"id":22283,"c":43,"u":"gnomish_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"gnomish|dsotdq","n":"Gnomish"},{"id":22284,"c":43,"u":"goblin_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"goblin|dsotdq","n":"Goblin"},{"id":22285,"c":43,"u":"istarian_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"istarian|dsotdq","n":"Istarian"},{"id":22286,"c":43,"u":"kenderspeak_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"kenderspeak|dsotdq","n":"Kenderspeak"},{"id":22287,"c":43,"u":"kharolian_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"kharolian|dsotdq","n":"Kharolian"},{"id":22288,"c":43,"u":"khur_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"khur|dsotdq","n":"Khur"},{"id":22289,"c":43,"u":"kothian_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"kothian|dsotdq","n":"Kothian"},{"id":22290,"c":43,"u":"nerakese_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"nerakese|dsotdq","n":"Nerakese"},{"id":22291,"c":43,"u":"nordmaarian_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"nordmaarian|dsotdq","n":"Nordmaarian"},{"id":22292,"c":43,"u":"ogre_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"ogre|dsotdq","n":"Ogre"},{"id":22293,"c":43,"u":"primordial_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"primordial|dsotdq","n":"Primordial"},{"id":22294,"c":43,"u":"solamnic_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"solamnic|dsotdq","n":"Solamnic"},{"id":22295,"c":43,"u":"sylvan_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"sylvan|dsotdq","n":"Sylvan"},{"id":22296,"c":43,"u":"marquesian_egw","p":9,"s":28,"h":1,"dP":1,"t":34,"uu":"marquesian|egw","n":"Marquesian"},{"id":22297,"c":43,"u":"naush_egw","p":9,"s":28,"h":1,"dP":1,"t":34,"uu":"naush|egw","n":"Naush"},{"id":22298,"c":43,"u":"zemnian_egw","p":9,"s":28,"h":1,"dP":1,"t":34,"uu":"zemnian|egw","n":"Zemnian"},{"id":22299,"c":43,"u":"celestial_erlw","p":6,"s":29,"h":1,"t":34,"uu":"celestial|erlw","n":"Celestial"},{"id":22300,"c":43,"u":"common_erlw","p":6,"s":29,"h":1,"t":34,"uu":"common|erlw","n":"Common"},{"id":22301,"c":43,"u":"daelkyr_erlw","p":6,"s":29,"h":1,"t":34,"uu":"daelkyr|erlw","n":"Daelkyr"},{"id":22302,"c":43,"u":"draconic_erlw","p":6,"s":29,"h":1,"t":34,"uu":"draconic|erlw","n":"Draconic"},{"id":22303,"c":43,"u":"dwarvish_erlw","p":6,"s":29,"h":1,"t":34,"uu":"dwarvish|erlw","n":"Dwarvish"},{"id":22304,"c":43,"u":"elvish_erlw","p":6,"s":29,"h":1,"t":34,"uu":"elvish|erlw","n":"Elvish"},{"id":22305,"c":43,"u":"giant_erlw","p":6,"s":29,"h":1,"t":34,"uu":"giant|erlw","n":"Giant"},{"id":22306,"c":43,"u":"gnomish_erlw","p":6,"s":29,"h":1,"t":34,"uu":"gnomish|erlw","n":"Gnomish"},{"id":22307,"c":43,"u":"goblin_erlw","p":6,"s":29,"h":1,"t":34,"uu":"goblin|erlw","n":"Goblin"},{"id":22308,"c":43,"u":"halfling_erlw","p":6,"s":29,"h":1,"t":34,"uu":"halfling|erlw","n":"Halfling"},{"id":22309,"c":43,"u":"infernal_erlw","p":6,"s":29,"h":1,"t":34,"uu":"infernal|erlw","n":"Infernal"},{"id":22310,"c":43,"u":"orc_erlw","p":6,"s":29,"h":1,"t":34,"uu":"orc|erlw","n":"Orc"},{"id":22311,"c":43,"u":"primordial_erlw","p":6,"s":29,"h":1,"t":34,"uu":"primordial|erlw","n":"Primordial"},{"id":22312,"c":43,"u":"quori_erlw","p":6,"s":29,"h":1,"t":34,"uu":"quori|erlw","n":"Quori"},{"id":22313,"c":43,"u":"riedran_erlw","p":6,"s":29,"h":1,"t":34,"uu":"riedran|erlw","n":"Riedran"},{"id":22314,"c":43,"u":"sylvan_erlw","p":6,"s":29,"h":1,"t":34,"uu":"sylvan|erlw","n":"Sylvan"},{"id":22315,"c":43,"u":"abyssal_ggr","p":9,"s":31,"h":1,"t":34,"uu":"abyssal|ggr","n":"Abyssal"},{"id":22316,"c":43,"u":"celestial_ggr","p":9,"s":31,"h":1,"t":34,"uu":"celestial|ggr","n":"Celestial"},{"id":22317,"c":43,"u":"common_ggr","p":9,"s":31,"h":1,"t":34,"uu":"common|ggr","n":"Common"},{"id":22318,"c":43,"u":"draconic_ggr","p":9,"s":31,"h":1,"t":34,"uu":"draconic|ggr","n":"Draconic"},{"id":22319,"c":43,"u":"druidic_ggr","p":9,"s":31,"h":1,"t":34,"uu":"druidic|ggr","n":"Druidic"},{"id":22320,"c":43,"u":"elvish_ggr","p":9,"s":31,"h":1,"t":34,"uu":"elvish|ggr","n":"Elvish"},{"id":22321,"c":43,"u":"giant_ggr","p":9,"s":31,"h":1,"t":34,"uu":"giant|ggr","n":"Giant"},{"id":22322,"c":43,"u":"goblin_ggr","p":9,"s":31,"h":1,"t":34,"uu":"goblin|ggr","n":"Goblin"},{"id":22323,"c":43,"u":"kraul_ggr","p":9,"s":31,"h":1,"t":34,"uu":"kraul|ggr","n":"Kraul"},{"id":22324,"c":43,"u":"loxodon_ggr","p":9,"s":31,"h":1,"t":34,"uu":"loxodon|ggr","n":"Loxodon"},{"id":22325,"c":43,"u":"merfolk_ggr","p":9,"s":31,"h":1,"t":34,"uu":"merfolk|ggr","n":"Merfolk"},{"id":22326,"c":43,"u":"minotaur_ggr","p":9,"s":31,"h":1,"t":34,"uu":"minotaur|ggr","n":"Minotaur"},{"id":22327,"c":43,"u":"sphinx_ggr","p":9,"s":31,"h":1,"t":34,"uu":"sphinx|ggr","n":"Sphinx"},{"id":22328,"c":43,"u":"sylvan_ggr","p":9,"s":31,"h":1,"t":34,"uu":"sylvan|ggr","n":"Sylvan"},{"id":22329,"c":43,"u":"thieves'%20cant_ggr","p":9,"s":31,"h":1,"t":34,"uu":"thieves' cant|ggr","n":"Thieves' Cant"},{"id":22330,"c":43,"u":"vedalken_ggr","p":9,"s":31,"h":1,"t":34,"uu":"vedalken|ggr","n":"Vedalken"},{"id":22331,"c":43,"u":"netherese_hotdq","p":93,"s":36,"h":1,"t":34,"uu":"netherese|hotdq","n":"Netherese"},{"id":22332,"c":43,"u":"loross_idrotf","p":221,"s":38,"h":1,"t":34,"uu":"loross|idrotf","n":"Loross"},{"id":22333,"c":43,"u":"aarakocra_mm","p":12,"s":45,"h":1,"t":34,"uu":"aarakocra|mm","n":"Aarakocra"},{"id":22334,"c":43,"u":"blink%20dog_mm","p":318,"s":45,"h":1,"t":34,"uu":"blink dog|mm","n":"Blink Dog"},{"id":22335,"c":43,"u":"bullywug_mm","p":35,"s":45,"h":1,"t":34,"uu":"bullywug|mm","n":"Bullywug"},{"id":22336,"c":43,"u":"giant%20eagle_mm","p":324,"s":45,"h":1,"t":34,"uu":"giant eagle|mm","n":"Giant Eagle"},{"id":22337,"c":43,"u":"giant%20elk_mm","p":325,"s":45,"h":1,"t":34,"uu":"giant elk|mm","n":"Giant Elk"},{"id":22338,"c":43,"u":"giant%20owl_mm","p":327,"s":45,"h":1,"t":34,"uu":"giant owl|mm","n":"Giant Owl"},{"id":22339,"c":43,"u":"gith_mm","p":160,"s":45,"h":1,"t":34,"uu":"gith|mm","n":"Gith"},{"id":22340,"c":43,"u":"gith_mm","p":160,"s":45,"h":1,"t":34,"uu":"gith|mm","n":"Githzerai"},{"id":22341,"c":43,"u":"gith_mm","p":160,"s":45,"h":1,"t":34,"uu":"gith|mm","n":"Githyanki"},{"id":22342,"c":43,"u":"gnoll_mm","p":163,"s":45,"h":1,"t":34,"uu":"gnoll|mm","n":"Gnoll"},{"id":22343,"c":43,"u":"grell_mm","p":172,"s":45,"h":1,"t":34,"uu":"grell|mm","n":"Grell"},{"id":22344,"c":43,"u":"hook%20horror_mm","p":189,"s":45,"h":1,"t":34,"uu":"hook horror|mm","n":"Hook Horror"},{"id":22345,"c":43,"u":"modron_mm","p":224,"s":45,"h":1,"t":34,"uu":"modron|mm","n":"Modron"},{"id":22346,"c":43,"u":"otyugh_mm","p":248,"s":45,"h":1,"t":34,"uu":"otyugh|mm","n":"Otyugh"},{"id":22347,"c":43,"u":"sahuagin_mm","p":263,"s":45,"h":1,"t":34,"uu":"sahuagin|mm","n":"Sahuagin"},{"id":22348,"c":43,"u":"slaad_mm","p":276,"s":45,"h":1,"t":34,"uu":"slaad|mm","n":"Slaad"},{"id":22349,"c":43,"u":"sphinx_mm","p":281,"s":45,"h":1,"t":34,"uu":"sphinx|mm","n":"Sphinx"},{"id":22350,"c":43,"u":"thri-kreen_mm","p":288,"s":45,"h":1,"t":34,"uu":"thri-kreen|mm","n":"Thri-kreen"},{"id":22351,"c":43,"u":"troglodyte_mm","p":290,"s":45,"h":1,"t":34,"uu":"troglodyte|mm","n":"Troglodyte"},{"id":22352,"c":43,"u":"umber%20hulk_mm","p":292,"s":45,"h":1,"t":34,"uu":"umber hulk|mm","n":"Umber Hulk"},{"id":22353,"c":43,"u":"winter%20wolf_mm","p":340,"s":45,"h":1,"t":34,"uu":"winter wolf|mm","n":"Winter Wolf"},{"id":22354,"c":43,"u":"worg_mm","p":341,"s":45,"h":1,"t":34,"uu":"worg|mm","n":"Worg"},{"id":22355,"c":43,"u":"yeti_mm","p":305,"s":45,"h":1,"t":34,"uu":"yeti|mm","n":"Yeti"},{"id":22356,"c":43,"u":"celestial_mot","p":9,"s":46,"h":1,"t":34,"uu":"celestial|mot","n":"Celestial"},{"id":22357,"c":43,"u":"common_mot","p":9,"s":46,"h":1,"t":34,"uu":"common|mot","n":"Common"},{"id":22358,"c":43,"u":"draconic_mot","p":9,"s":46,"h":1,"t":34,"uu":"draconic|mot","n":"Draconic"},{"id":22359,"c":43,"u":"giant_mot","p":9,"s":46,"h":1,"t":34,"uu":"giant|mot","n":"Giant"},{"id":22360,"c":43,"u":"leonin_mot","p":9,"s":46,"h":1,"t":34,"uu":"leonin|mot","n":"Leonin"},{"id":22361,"c":43,"u":"minotaur_mot","p":9,"s":46,"h":1,"t":34,"uu":"minotaur|mot","n":"Minotaur"},{"id":22362,"c":43,"u":"primordial_mot","p":9,"s":46,"h":1,"t":34,"uu":"primordial|mot","n":"Primordial"},{"id":22363,"c":43,"u":"sphinx_mot","p":9,"s":46,"h":1,"t":34,"uu":"sphinx|mot","n":"Sphinx"},{"id":22364,"c":43,"u":"sylvan_mot","p":9,"s":46,"h":1,"t":34,"uu":"sylvan|mot","n":"Sylvan"},{"id":22365,"c":43,"u":"kruthik_mtf","p":211,"s":48,"h":1,"t":34,"uu":"kruthik|mtf","n":"Kruthik"},{"id":22366,"c":43,"u":"ixitxachitl_oota","p":225,"s":49,"h":1,"t":34,"uu":"ixitxachitl|oota","n":"Ixitxachitl"},{"id":22367,"c":43,"u":"abyssal_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"abyssal|phb","n":"Abyssal"},{"id":22368,"c":43,"u":"celestial_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"celestial|phb","n":"Celestial"},{"id":22369,"c":43,"u":"common_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"common|phb","n":"Common"},{"id":22370,"c":43,"u":"deep%20speech_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"deep speech|phb","n":"Deep Speech"},{"id":22371,"c":43,"u":"draconic_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"draconic|phb","m":"languages/PHB/Draconic.webp","n":"Draconic"},{"id":22372,"c":43,"u":"druidic_phb","p":64,"s":52,"h":1,"r":1,"t":34,"uu":"druidic|phb","n":"Druidic"},{"id":22373,"c":43,"u":"dwarvish_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"dwarvish|phb","m":"languages/PHB/Dwarvish.webp","n":"Dwarvish"},{"id":22374,"c":43,"u":"elvish_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"elvish|phb","m":"languages/PHB/Elvish.webp","n":"Elvish"},{"id":22375,"c":43,"u":"giant_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"giant|phb","m":"languages/PHB/Dwarvish.webp","n":"Giant"},{"id":22376,"c":43,"u":"gnomish_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"gnomish|phb","m":"languages/PHB/Dwarvish.webp","n":"Gnomish"},{"id":22377,"c":43,"u":"goblin_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"goblin|phb","m":"languages/PHB/Dwarvish.webp","n":"Goblin"},{"id":22378,"c":43,"u":"halfling_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"halfling|phb","n":"Halfling"},{"id":22379,"c":43,"u":"infernal_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"infernal|phb","n":"Infernal"},{"id":22380,"c":43,"u":"orc_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"orc|phb","m":"languages/PHB/Dwarvish.webp","n":"Orc"},{"id":22381,"c":43,"u":"primordial_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"primordial|phb","m":"languages/PHB/Dwarvish.webp","n":"Primordial"},{"id":22382,"c":43,"u":"primordial_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"primordial|phb","m":"languages/PHB/Dwarvish.webp","n":"Auran"},{"id":22383,"c":43,"u":"primordial_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"primordial|phb","m":"languages/PHB/Dwarvish.webp","n":"Aquan"},{"id":22384,"c":43,"u":"primordial_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"primordial|phb","m":"languages/PHB/Dwarvish.webp","n":"Ignan"},{"id":22385,"c":43,"u":"primordial_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"primordial|phb","m":"languages/PHB/Dwarvish.webp","n":"Terran"},{"id":22386,"c":43,"u":"sylvan_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"sylvan|phb","m":"languages/PHB/Elvish.webp","n":"Sylvan"},{"id":22387,"c":43,"u":"thieves'%20cant_phb","p":94,"s":52,"h":1,"r":1,"t":34,"uu":"thieves' cant|phb","n":"Thieves' Cant"},{"id":22388,"c":43,"u":"undercommon_phb","p":123,"s":52,"h":1,"r":1,"t":34,"uu":"undercommon|phb","m":"languages/PHB/Elvish.webp","n":"Undercommon"},{"id":22389,"c":43,"u":"ice%20toad_rot","p":90,"s":56,"h":1,"t":34,"uu":"ice toad|rot","n":"Ice Toad"},{"id":22390,"c":43,"u":"bothii_skt","p":86,"s":59,"h":1,"t":34,"uu":"bothii|skt","n":"Bothii"},{"id":22391,"c":43,"u":"yikaria_skt","p":244,"s":59,"h":1,"t":34,"uu":"yikaria|skt","n":"Yikaria"},{"id":22392,"c":43,"u":"olman_tftyp","p":238,"s":62,"h":1,"t":34,"uu":"olman|tftyp","n":"Olman"},{"id":22393,"c":43,"u":"grung_vgm","p":156,"s":67,"h":1,"t":34,"uu":"grung|vgm","n":"Grung"},{"id":22394,"c":43,"u":"qualith_vgm","p":75,"s":67,"h":1,"t":34,"uu":"qualith|vgm","n":"Qualith"},{"id":22395,"c":43,"u":"tlincalli_vgm","p":193,"s":67,"h":1,"t":34,"uu":"tlincalli|vgm","n":"Tlincalli"},{"id":22396,"c":43,"u":"vegepygmy_vgm","p":196,"s":67,"h":1,"t":34,"uu":"vegepygmy|vgm","n":"Vegepygmy"},{"id":22397,"c":43,"u":"khenra_psa","p":18,"s":95,"h":1,"t":34,"uu":"khenra|psa","n":"Khenra"},{"id":22398,"c":43,"u":"naga_psa","p":18,"s":95,"h":1,"t":34,"uu":"naga|psa","n":"Naga"},{"id":22399,"c":43,"u":"aven_psd","p":6,"s":96,"h":1,"t":34,"uu":"aven|psd","n":"Aven"},{"id":22400,"c":43,"u":"homarid_psd","p":15,"s":96,"h":1,"t":34,"uu":"homarid|psd","n":"Homarid"},{"id":22401,"c":43,"u":"keldon_psd","p":19,"s":96,"h":1,"t":34,"uu":"keldon|psd","n":"Keldon"},{"id":22402,"c":43,"u":"common_psi","p":9,"s":97,"h":1,"t":34,"uu":"common|psi","n":"Common"},{"id":22403,"c":43,"u":"demonic_psi","p":9,"s":97,"h":1,"t":34,"uu":"demonic|psi","n":"Demonic"},{"id":22404,"c":43,"u":"draconic_psi","p":9,"s":97,"h":1,"t":34,"uu":"draconic|psi","n":"Draconic"},{"id":22405,"c":43,"u":"primordial_psi","p":9,"s":97,"h":1,"t":34,"uu":"primordial|psi","n":"Primordial"},{"id":22406,"c":43,"u":"coalition%20pidgin_psx","p":6,"s":99,"h":1,"t":34,"uu":"coalition pidgin|psx","n":"Coalition Pidgin"},{"id":22407,"c":43,"u":"common%20trade%20pidgin_psx","p":6,"s":99,"h":1,"t":34,"uu":"common trade pidgin|psx","n":"Common Trade Pidgin"},{"id":22408,"c":43,"u":"itzocan_psx","p":6,"s":99,"h":1,"t":34,"uu":"itzocan|psx","n":"Itzocan"},{"id":22409,"c":43,"u":"merfolk_psx","p":6,"s":99,"h":1,"t":34,"uu":"merfolk|psx","n":"Merfolk"},{"id":22410,"c":43,"u":"siren_psx","p":17,"s":99,"h":1,"t":34,"uu":"siren|psx","n":"Siren"},{"id":22411,"c":43,"u":"vampire_psx","p":6,"s":99,"h":1,"t":34,"uu":"vampire|psx","n":"Vampire"},{"id":22412,"c":47,"u":"hollow%20one_egw","p":182,"s":28,"h":1,"dP":1,"t":35,"uu":"hollow one|egw","m":"charcreationoptions/EGW/Hollow One.webp","n":"Hollow One"},{"id":22413,"c":47,"u":"cult%20of%20the%20dragon%20infiltrator_hotdq","p":87,"s":36,"h":1,"t":35,"uu":"cult of the dragon infiltrator|hotdq","n":"Cult of the Dragon Infiltrator"},{"id":22414,"c":47,"u":"dragon%20scholar_hotdq","p":87,"s":36,"h":1,"t":35,"uu":"dragon scholar|hotdq","n":"Dragon Scholar"},{"id":22415,"c":47,"u":"alagondar%20scion_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"alagondar scion|idrotf","n":"Alagondar Scion"},{"id":22416,"c":47,"u":"doppelganger_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"doppelganger|idrotf","n":"Doppelganger"},{"id":22417,"c":47,"u":"drizzt%20fan_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"drizzt fan|idrotf","n":"Drizzt Fan"},{"id":22418,"c":47,"u":"elusive%20paramour_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"elusive paramour|idrotf","n":"Elusive Paramour"},{"id":22419,"c":47,"u":"escaped%20prisoner_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"escaped prisoner|idrotf","n":"Escaped Prisoner"},{"id":22420,"c":47,"u":"littlest%20yeti_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"littlest yeti|idrotf","n":"Littlest Yeti"},{"id":22421,"c":47,"u":"midwinter%20child_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"midwinter child|idrotf","n":"Midwinter Child"},{"id":22422,"c":47,"u":"old%20flame_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"old flame|idrotf","n":"Old Flame"},{"id":22423,"c":47,"u":"orc%20stone_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"orc stone|idrotf","n":"Orc Stone"},{"id":22424,"c":47,"u":"owlbear%20whisperer_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"owlbear whisperer|idrotf","n":"Owlbear Whisperer"},{"id":22425,"c":47,"u":"pirate%20cannibal_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"pirate cannibal|idrotf","n":"Pirate Cannibal"},{"id":22426,"c":47,"u":"reghed%20heir_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"reghed heir|idrotf","n":"Reghed Heir"},{"id":22427,"c":47,"u":"reincarnation_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"reincarnation|idrotf","n":"Reincarnation"},{"id":22428,"c":47,"u":"ring%20hunter_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"ring hunter|idrotf","n":"Ring Hunter"},{"id":22429,"c":47,"u":"runaway%20author_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"runaway author|idrotf","n":"Runaway Author"},{"id":22430,"c":47,"u":"slaad%20host_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"slaad host|idrotf","n":"Slaad Host"},{"id":22431,"c":47,"u":"spy_idrotf","p":264,"s":38,"h":1,"t":35,"uu":"spy|idrotf","n":"Spy"},{"id":22432,"c":47,"u":"anvilwrought_mot","p":12,"s":46,"h":1,"t":35,"uu":"anvilwrought|mot","n":"Anvilwrought"},{"id":22433,"c":47,"u":"heroic%20destiny_mot","p":12,"s":46,"h":1,"t":35,"uu":"heroic destiny|mot","m":"charcreationoptions/MOT/Heroic Destiny.webp","n":"Heroic Destiny"},{"id":22434,"c":47,"u":"iconoclast_mot","p":12,"s":46,"h":1,"t":35,"uu":"iconoclast|mot","n":"Iconoclast"},{"id":22435,"c":47,"u":"inscrutable_mot","p":14,"s":46,"h":1,"t":35,"uu":"inscrutable|mot","n":"Inscrutable"},{"id":22436,"c":47,"u":"lifelong%20companion_mot","p":14,"s":46,"h":1,"t":35,"uu":"lifelong companion|mot","m":"charcreationoptions/MOT/Lifelong Companion.webp","n":"Lifelong Companion"},{"id":22437,"c":47,"u":"nyxborn_mot","p":14,"s":46,"h":1,"t":35,"uu":"nyxborn|mot","n":"Nyxborn"},{"id":22438,"c":47,"u":"oracle_mot","p":15,"s":46,"h":1,"t":35,"uu":"oracle|mot","m":"charcreationoptions/MOT/Oracle.webp","n":"Oracle"},{"id":22439,"c":47,"u":"pious_mot","p":17,"s":46,"h":1,"t":35,"uu":"pious|mot","n":"Pious"},{"id":22440,"c":47,"u":"unscarred_mot","p":17,"s":46,"h":1,"t":35,"uu":"unscarred|mot","n":"Unscarred"},{"id":22441,"c":47,"u":"deep%20delver_oota","p":221,"s":49,"h":1,"t":35,"uu":"deep delver|oota","n":"Deep Delver"},{"id":22442,"c":47,"u":"underdark%20experience_oota","p":221,"s":49,"h":1,"t":35,"uu":"underdark experience|oota","n":"Underdark Experience"},{"id":22443,"c":47,"u":"echoing%20soul_vrgr","p":22,"s":68,"h":1,"t":35,"uu":"echoing soul|vrgr","n":"Echoing Soul"},{"id":22444,"c":47,"u":"gathered%20whispers_vrgr","p":23,"s":68,"h":1,"t":35,"uu":"gathered whispers|vrgr","n":"Gathered Whispers"},{"id":22445,"c":47,"u":"inheritor_vrgr","p":31,"s":68,"h":1,"t":35,"uu":"inheritor|vrgr","n":"Inheritor"},{"id":22446,"c":47,"u":"living%20shadow_vrgr","p":24,"s":68,"h":1,"t":35,"uu":"living shadow|vrgr","n":"Living Shadow"},{"id":22447,"c":47,"u":"mist%20walker_vrgr","p":24,"s":68,"h":1,"t":35,"uu":"mist walker|vrgr","n":"Mist Walker"},{"id":22448,"c":47,"u":"mist%20wanderer_vrgr","p":31,"s":68,"h":1,"t":35,"uu":"mist wanderer|vrgr","n":"Mist Wanderer"},{"id":22449,"c":47,"u":"second%20skin_vrgr","p":25,"s":68,"h":1,"t":35,"uu":"second skin|vrgr","n":"Second Skin"},{"id":22450,"c":47,"u":"spirit%20medium_vrgr","p":31,"s":68,"h":1,"t":35,"uu":"spirit medium|vrgr","n":"Spirit Medium"},{"id":22451,"c":47,"u":"symbiotic%20being_vrgr","p":26,"s":68,"h":1,"t":35,"uu":"symbiotic being|vrgr","n":"Symbiotic Being"},{"id":22452,"c":47,"u":"touch%20of%20death_vrgr","p":26,"s":68,"h":1,"t":35,"uu":"touch of death|vrgr","n":"Touch of Death"},{"id":22453,"c":47,"u":"trauma%20survivor_vrgr","p":32,"s":68,"h":1,"t":35,"uu":"trauma survivor|vrgr","n":"Trauma Survivor"},{"id":22454,"c":47,"u":"traveler_vrgr","p":32,"s":68,"h":1,"t":35,"uu":"traveler|vrgr","n":"Traveler"},{"id":22455,"c":47,"u":"watchers_vrgr","p":27,"s":68,"h":1,"t":35,"uu":"watchers|vrgr","m":"charcreationoptions/VRGR/Watchers.webp","n":"Watchers"},{"id":22456,"c":48,"u":"%22orc%22%20bacon_hf","p":156,"s":149,"h":1,"t":36,"uu":"\"orc\" bacon|hf","m":"recipes/HF/108_Newm_9781984858900_lay_art_r1.webp","n":"\"Orc\" Bacon"},{"id":22457,"c":48,"u":"%22orc%22%20bacon_hf","p":156,"s":149,"h":1,"t":36,"uu":"\"orc\" bacon|hf","m":"recipes/HF/108_Newm_9781984858900_lay_art_r1.webp","n":"The Pork of Gruumsh"},{"id":22458,"c":48,"u":"amphail%20braised%20beef_hf","p":14,"s":149,"h":1,"t":36,"uu":"amphail braised beef|hf","n":"Amphail Braised Beef"},{"id":22459,"c":48,"u":"arkhan%20the%20cruel's%20flame-roasted%20halfling%20chili_hf","p":155,"s":149,"h":1,"t":36,"uu":"arkhan the cruel's flame-roasted halfling chili|hf","m":"recipes/HF/107_Newm_9781984858900_lay_art_r1.webp","n":"Arkhan the Cruel's Flame-Roasted Halfling Chili"},{"id":22460,"c":48,"u":"bangers%20and%20smash_hf","p":89,"s":149,"h":1,"t":36,"uu":"bangers and smash|hf","m":"recipes/HF/076_Newm_9781984858900_lay_art_r1.webp","n":"Bangers and Smash"},{"id":22461,"c":48,"u":"barovian%20butterscotch%20pudding_hf","p":171,"s":149,"h":1,"t":36,"uu":"barovian butterscotch pudding|hf","m":"recipes/HF/117_Newm_9781984858900_lay_art_r1.webp","n":"Barovian Butterscotch Pudding"},{"id":22462,"c":48,"u":"black%20pudding_hf","p":109,"s":149,"h":1,"t":36,"uu":"black pudding|hf","m":"recipes/HF/087_Newm_9781984858900_lay_art_r1.webp","n":"Black Pudding"},{"id":22463,"c":48,"u":"braised%20lamb_hf","p":164,"s":149,"h":1,"t":36,"uu":"braised lamb|hf","n":"Braised Lamb"},{"id":22464,"c":48,"u":"bytopian%20shepherd's%20bread_hf","p":176,"s":149,"h":1,"t":36,"uu":"bytopian shepherd's bread|hf","m":"recipes/HF/118_Newm_9781984858900_lay_art_r1.webp","n":"Bytopian Shepherd's Bread"},{"id":22465,"c":48,"u":"castle%20amber%20onion%20soup_hf","p":39,"s":149,"h":1,"t":36,"uu":"castle amber onion soup|hf","n":"Castle Amber Onion Soup"},{"id":22466,"c":48,"u":"cherrybread_hf","p":68,"s":149,"h":1,"t":36,"uu":"cherrybread|hf","m":"recipes/HF/068_Newm_9781984858900_lay_art_r1.webp","n":"Cherrybread"},{"id":22467,"c":48,"u":"chicken-something%20dumplings_hf","p":123,"s":149,"h":1,"t":36,"uu":"chicken-something dumplings|hf","m":"recipes/HF/092_Newm_9781984858900_lay_art_r1.webp","n":"Chicken-Something Dumplings"},{"id":22468,"c":48,"u":"chultan%20zombie_hf","p":199,"s":149,"h":1,"t":36,"uu":"chultan zombie|hf","m":"recipes/HF/127_Newm_9781984858900_lay_art_r1.webp","n":"Chultan Zombie"},{"id":22469,"c":48,"u":"cocoa%20broth_hf","p":188,"s":149,"h":1,"t":36,"uu":"cocoa broth|hf","m":"decks/HFDoMM/Deck of Many Morsels/Cocoa Broth.webp","n":"Cocoa Broth"},{"id":22470,"c":48,"u":"community%20cheeses_hf","p":119,"s":149,"h":1,"t":36,"uu":"community cheeses|hf","m":"recipes/HF/090_Newm_9781984858900_lay_art_r1.webp","n":"Community Cheeses"},{"id":22471,"c":48,"u":"corned%20beef%20and%20cabbage_hf","p":100,"s":149,"h":1,"t":36,"uu":"corned beef and cabbage|hf","n":"Corned Beef and Cabbage"},{"id":22472,"c":48,"u":"dark%20molasses%20nutbread_hf","p":23,"s":149,"h":1,"t":36,"uu":"dark molasses nutbread|hf","n":"Dark Molasses Nutbread"},{"id":22473,"c":48,"u":"dark%20molasses%20nutbread_hf","p":23,"s":149,"h":1,"t":36,"uu":"dark molasses nutbread|hf","n":"Amn Blackbread"},{"id":22474,"c":48,"u":"deep%20gnome%20trillimac%20pods_hf","p":167,"s":149,"h":1,"t":36,"uu":"deep gnome trillimac pods|hf","m":"recipes/HF/114_Newm_9781984858900_lay_art_r1.webp","n":"Deep Gnome Trillimac Pods"},{"id":22475,"c":48,"u":"delayed%20blast%20fireball_hf","p":192,"s":149,"h":1,"t":36,"uu":"delayed blast fireball|hf","m":"decks/HFDoMM/Deck of Many Morsels/Delayed Blast Fireball.webp","n":"Delayed Blast Fireball"},{"id":22476,"c":48,"u":"delayed%20blast%20fireball_hf","p":192,"s":149,"h":1,"t":36,"uu":"delayed blast fireball|hf","m":"decks/HFDoMM/Deck of Many Morsels/Delayed Blast Fireball.webp","n":"Firestar Wine"},{"id":22477,"c":48,"u":"delzoun%20%22tide-me-overs%22_hf","p":90,"s":149,"h":1,"t":36,"uu":"delzoun \"tide-me-overs\"|hf","m":"recipes/HF/077_Newm_9781984858900_lay_art_r1.webp","n":"Delzoun \"Tide-Me-Overs\""},{"id":22478,"c":48,"u":"dragon%20salmon_hf","p":75,"s":149,"h":1,"t":36,"uu":"dragon salmon|hf","m":"recipes/HF/071_Newm_9781984858900_lay_art_r1.webp","n":"Dragon Salmon"},{"id":22479,"c":48,"u":"drow%20mushroom%20steaks_hf","p":67,"s":149,"h":1,"t":36,"uu":"drow mushroom steaks|hf","m":"recipes/HF/067_Newm_9781984858900_lay_art_r1.webp","n":"Drow Mushroom Steaks"},{"id":22480,"c":48,"u":"dwarven%20flatbread_hf","p":103,"s":149,"h":1,"t":36,"uu":"dwarven flatbread|hf","m":"recipes/HF/084_Newm_9781984858900_lay_art_r1.webp","n":"Dwarven Flatbread"},{"id":22481,"c":48,"u":"dwarven%20mulled%20wine_hf","p":186,"s":149,"h":1,"t":36,"uu":"dwarven mulled wine|hf","m":"recipes/HF/122_Newm_9781984858900_lay_art_r1.webp","n":"Dwarven Mulled Wine"},{"id":22482,"c":48,"u":"elven%20bread_hf","p":60,"s":149,"h":1,"t":36,"uu":"elven bread|hf","m":"recipes/HF/064_Newm_9781984858900_lay_art_r1.webp","n":"Elven Bread"},{"id":22483,"c":48,"u":"elven%20marruth_hf","p":64,"s":149,"h":1,"t":36,"uu":"elven marruth|hf","n":"Elven Marruth"},{"id":22484,"c":48,"u":"elven%20marruth_hf","p":64,"s":149,"h":1,"t":36,"uu":"elven marruth|hf","n":"Root Pies"},{"id":22485,"c":48,"u":"evermead_hf","p":185,"s":149,"h":1,"t":36,"uu":"evermead|hf","n":"Evermead"},{"id":22486,"c":48,"u":"everything%20soup_hf","p":132,"s":149,"h":1,"t":36,"uu":"everything soup|hf","m":"recipes/HF/097_Newm_9781984858900_lay_art_r1.webp","n":"Everything Soup"},{"id":22487,"c":48,"u":"everything%20soup_hf","p":132,"s":149,"h":1,"t":36,"uu":"everything soup|hf","m":"recipes/HF/097_Newm_9781984858900_lay_art_r1.webp","n":"Welcome Soup"},{"id":22488,"c":48,"u":"feywild%20eggs_hf","p":58,"s":149,"h":1,"t":36,"uu":"feywild eggs|hf","m":"decks/HFDoMM/Deck of Many Morsels/Feywild Eggs.webp","n":"Feywild Eggs"},{"id":22489,"c":48,"u":"fire-spiced%20abyssal%20chicken%20kebabs_hf","p":159,"s":149,"h":1,"t":36,"uu":"fire-spiced abyssal chicken kebabs|hf","m":"recipes/HF/109_Newm_9781984858900_lay_art_r1.webp","n":"Fire-Spiced Abyssal Chicken Kebabs"},{"id":22490,"c":48,"u":"fried%20fingers_hf","p":174,"s":149,"h":1,"t":36,"uu":"fried fingers|hf","n":"Fried Fingers"},{"id":22491,"c":48,"u":"gingerbread%20man_hf","p":43,"s":149,"h":1,"t":36,"uu":"gingerbread man|hf","m":"recipes/HF/056_Newm_9781984858900_lay_art_r1.webp","n":"Gingerbread Man"},{"id":22492,"c":48,"u":"goodberry%20blend_hf","p":191,"s":149,"h":1,"t":36,"uu":"goodberry blend|hf","n":"Goodberry Blend"},{"id":22493,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":149,"h":1,"t":36,"uu":"greenspear bundles in bacon|hf","m":"recipes/HF/069_Newm_9781984858900_lay_art_r1.webp","n":"Greenspear Bundles in Bacon"},{"id":22494,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":149,"h":1,"t":36,"uu":"greenspear bundles in bacon|hf","m":"recipes/HF/069_Newm_9781984858900_lay_art_r1.webp","n":"Asparagus Bundles in Bacon"},{"id":22495,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":149,"h":1,"t":36,"uu":"greenspear bundles in bacon|hf","m":"recipes/HF/069_Newm_9781984858900_lay_art_r1.webp","n":"Sparrow Grass Bundles in Bacon"},{"id":22496,"c":48,"u":"gully%20dwarf%20homestyle%20porridge_hf","p":101,"s":149,"h":1,"t":36,"uu":"gully dwarf homestyle porridge|hf","n":"Gully Dwarf Homestyle Porridge"},{"id":22497,"c":48,"u":"gully%20dwarf%20homestyle%20porridge_hf","p":101,"s":149,"h":1,"t":36,"uu":"gully dwarf homestyle porridge|hf","n":"Dirty Porridge"},{"id":22498,"c":48,"u":"gurdats_hf","p":19,"s":149,"h":1,"t":36,"uu":"gurdats|hf","n":"Gurdats"},{"id":22499,"c":48,"u":"halfling%20oatmeal%20sweet%20nibbles_hf","p":128,"s":149,"h":1,"t":36,"uu":"halfling oatmeal sweet nibbles|hf","m":"recipes/HF/095_Newm_9781984858900_lay_art_r1.webp","n":"Halfling Oatmeal Sweet Nibbles"},{"id":22500,"c":48,"u":"hand%20pies_hf","p":21,"s":149,"h":1,"t":36,"uu":"hand pies|hf","m":"recipes/HF/045_Newm_9781984858900_lay_art_r1.webp","n":"Hand Pies"},{"id":22501,"c":48,"u":"hardbuckler%20stew_hf","p":160,"s":149,"h":1,"t":36,"uu":"hardbuckler stew|hf","n":"Hardbuckler Stew"},{"id":22502,"c":48,"u":"heartlands%20rose%20apple%20and%20blackberry%20pie_hf","p":139,"s":149,"h":1,"t":36,"uu":"heartlands rose apple and blackberry pie|hf","m":"recipes/HF/100_Newm_9781984858900_lay_art_r1.webp","n":"Heartlands Rose Apple and Blackberry Pie"},{"id":22503,"c":48,"u":"high%20harvest%20puree_hf","p":59,"s":149,"h":1,"t":36,"uu":"high harvest puree|hf","n":"High Harvest Puree"},{"id":22504,"c":48,"u":"hogs%20in%20bedrolls_hf","p":125,"s":149,"h":1,"t":36,"uu":"hogs in bedrolls|hf","n":"Hogs in Bedrolls"},{"id":22505,"c":48,"u":"hommlet%20golden%20brown%20roasted%20turkey%20with%20sausage%20stuffing%20and%20drippings_hf","p":16,"s":149,"h":1,"t":36,"uu":"hommlet golden brown roasted turkey with sausage stuffing and drippings|hf","n":"Hommlet Golden Brown Roasted Turkey with Sausage Stuffing and Drippings"},{"id":22506,"c":48,"u":"honey-drizzled%20cream%20puffs_hf","p":141,"s":149,"h":1,"t":36,"uu":"honey-drizzled cream puffs|hf","m":"recipes/HF/103_Newm_9781984858900_lay_art_r1.webp","n":"Honey-Drizzled Cream Puffs"},{"id":22507,"c":48,"u":"honeyed%20ham%20with%20pineapple%20gravy_hf","p":135,"s":149,"h":1,"t":36,"uu":"honeyed ham with pineapple gravy|hf","m":"recipes/HF/098_Newm_9781984858900_lay_art_r1.webp","n":"Honeyed Ham with Pineapple Gravy"},{"id":22508,"c":48,"u":"hot%20spiced%20cider_hf","p":189,"s":149,"h":1,"t":36,"uu":"hot spiced cider|hf","m":"decks/HFDoMM/Deck of Many Morsels/Hot Spiced Cider.webp","n":"Hot Spiced Cider"},{"id":22509,"c":48,"u":"iron%20rations_hf","p":8,"s":149,"h":1,"t":36,"uu":"iron rations|hf","m":"recipes/HF/039_Newm_9781984858900_lay_art_r1.webp","n":"Iron Rations"},{"id":22510,"c":48,"u":"iron%20rations_hf","p":8,"s":149,"h":1,"t":36,"uu":"iron rations|hf","m":"recipes/HF/039_Newm_9781984858900_lay_art_r1.webp","n":"Journeyfood"},{"id":22511,"c":48,"u":"kara-tur%20noodles_hf","p":32,"s":149,"h":1,"t":36,"uu":"kara-tur noodles|hf","n":"Kara-Tur Noodles"},{"id":22512,"c":48,"u":"lluirwood%20salad_hf","p":131,"s":149,"h":1,"t":36,"uu":"lluirwood salad|hf","m":"decks/HFDoMM/Deck of Many Morsels/Lluirwood Salad.webp","n":"Lluirwood Salad"},{"id":22513,"c":48,"u":"meal's%20end_hf","p":79,"s":149,"h":1,"t":36,"uu":"meal's end|hf","m":"recipes/HF/073_Newm_9781984858900_lay_art_r1.webp","n":"Meal's End"},{"id":22514,"c":48,"u":"melted%20cheeses%20with%20chunky%20tomato%20broth_hf","p":127,"s":149,"h":1,"t":36,"uu":"melted cheeses with chunky tomato broth|hf","m":"recipes/HF/093_Newm_9781984858900_lay_art_r1.webp","n":"Melted Cheeses with Chunky Tomato Broth"},{"id":22515,"c":48,"u":"miner's%20pie_hf","p":95,"s":149,"h":1,"t":36,"uu":"miner's pie|hf","m":"recipes/HF/079_Newm_9781984858900_lay_art_r1.webp","n":"Miner's Pie"},{"id":22516,"c":48,"u":"miner's%20pie_hf","p":95,"s":149,"h":1,"t":36,"uu":"miner's pie|hf","m":"recipes/HF/079_Newm_9781984858900_lay_art_r1.webp","n":"Shepherd's Pie"},{"id":22517,"c":48,"u":"moonshae%20seafood%20rice_hf","p":72,"s":149,"h":1,"t":36,"uu":"moonshae seafood rice|hf","m":"recipes/HF/070_Newm_9781984858900_lay_art_r1.webp","n":"Moonshae Seafood Rice"},{"id":22518,"c":48,"u":"mushroom%20tea_hf","p":184,"s":149,"h":1,"t":36,"uu":"mushroom tea|hf","n":"Mushroom Tea"},{"id":22519,"c":48,"u":"orange%20mountain%20duck_hf","p":104,"s":149,"h":1,"t":36,"uu":"orange mountain duck|hf","n":"Orange Mountain Duck"},{"id":22520,"c":48,"u":"otik's%20skillet-fried%20spiced%20potatoes_hf","p":29,"s":149,"h":1,"t":36,"uu":"otik's skillet-fried spiced potatoes|hf","n":"Otik's Skillet-Fried Spiced Potatoes"},{"id":22521,"c":48,"u":"pan-fried%20knucklehead%20trout_hf","p":13,"s":149,"h":1,"t":36,"uu":"pan-fried knucklehead trout|hf","n":"Pan-Fried Knucklehead Trout"},{"id":22522,"c":48,"u":"par-salian's%20tea_hf","p":183,"s":149,"h":1,"t":36,"uu":"par-salian's tea|hf","m":"recipes/HF/120_Newm_9781984858900_lay_art_r1.webp","n":"Par-Salian's Tea"},{"id":22523,"c":48,"u":"plate-of-gold_hf","p":106,"s":149,"h":1,"t":36,"uu":"plate-of-gold|hf","m":"recipes/HF/086_Newm_9781984858900_lay_art_r1.webp","n":"Plate-of-Gold"},{"id":22524,"c":48,"u":"potato%20leek%20soup_hf","p":97,"s":149,"h":1,"t":36,"uu":"potato leek soup|hf","n":"Potato Leek Soup"},{"id":22525,"c":48,"u":"potion%20of%20restoration_hf","p":196,"s":149,"h":1,"t":36,"uu":"potion of restoration|hf","m":"recipes/HF/126_Newm_9781984858900_lay_art_r1.webp","n":"Potion of Restoration"},{"id":22526,"c":48,"u":"qualinesti%20vegetable%20stew_hf","p":76,"s":149,"h":1,"t":36,"uu":"qualinesti vegetable stew|hf","m":"recipes/HF/072_Newm_9781984858900_lay_art_r1.webp","n":"Qualinesti Vegetable Stew"},{"id":22527,"c":48,"u":"quith-pa_hf","p":57,"s":149,"h":1,"t":36,"uu":"quith-pa|hf","m":"recipes/HF/063_Newm_9781984858900_lay_art_r1.webp","n":"Quith-pa"},{"id":22528,"c":48,"u":"reghed%20venison%20pot%20roast_hf","p":37,"s":149,"h":1,"t":36,"uu":"reghed venison pot roast|hf","m":"recipes/HF/053_Newm_9781984858900_lay_art_r1.webp","n":"Reghed Venison Pot Roast"},{"id":22529,"c":48,"u":"rollrum_hf","p":194,"s":149,"h":1,"t":36,"uu":"rollrum|hf","m":"recipes/HF/126_Newm_9781984858900_lay_art_r1.webp","n":"Rollrum"},{"id":22530,"c":48,"u":"sembian%20honey-glazed%20roth%c3%a9%20ribs_hf","p":34,"s":149,"h":1,"t":36,"uu":"sembian honey-glazed rothé ribs|hf","m":"recipes/HF/052_Newm_9781984858900_lay_art_r1.webp","n":"Sembian Honey-Glazed Rothe Ribs"},{"id":22531,"c":48,"u":"smoked%20sausages%20and%20kraut%20with%20dwarven%20mustard_hf","p":99,"s":149,"h":1,"t":36,"uu":"smoked sausages and kraut with dwarven mustard|hf","m":"recipes/HF/083_Newm_9781984858900_lay_art_r1.webp","n":"Smoked Sausages and Kraut with Dwarven Mustard"},{"id":22532,"c":48,"u":"stuffed%20egg-battered%20toast_hf","p":120,"s":149,"h":1,"t":36,"uu":"stuffed egg-battered toast|hf","m":"recipes/HF/091_Newm_9781984858900_lay_art_r1.webp","n":"Stuffed Egg-Battered Toast"},{"id":22533,"c":48,"u":"surrogate%20steaks_hf","p":170,"s":149,"h":1,"t":36,"uu":"surrogate steaks|hf","m":"recipes/HF/115_Newm_9781984858900_lay_art_r1.webp","n":"Surrogate Steaks"},{"id":22534,"c":48,"u":"sword%20coast%20seafood%20bouillabaisse_hf","p":11,"s":149,"h":1,"t":36,"uu":"sword coast seafood bouillabaisse|hf","m":"recipes/HF/040_Newm_9781984858900_lay_art_r1.webp","n":"Sword Coast Seafood Bouillabaisse"},{"id":22535,"c":48,"u":"tavern%20%22steak%22_hf","p":40,"s":149,"h":1,"t":36,"uu":"tavern \"steak\"|hf","m":"recipes/HF/054_Newm_9781984858900_lay_art_r1.webp","n":"Tavern \"Steak\""},{"id":22536,"c":48,"u":"the%20mindflayer_hf","p":193,"s":149,"h":1,"t":36,"uu":"the mindflayer|hf","m":"recipes/HF/126_Newm_9781984858900_lay_art_r1.webp","n":"The Mindflayer"},{"id":22537,"c":48,"u":"the%20mindflayer_hf","p":193,"s":149,"h":1,"t":36,"uu":"the mindflayer|hf","m":"recipes/HF/126_Newm_9781984858900_lay_art_r1.webp","n":"Cone of Cold"},{"id":22538,"c":48,"u":"the%20mindflayer_hf","p":193,"s":149,"h":1,"t":36,"uu":"the mindflayer|hf","m":"recipes/HF/126_Newm_9781984858900_lay_art_r1.webp","n":"Shondath Icewine"},{"id":22539,"c":48,"u":"traveler's%20stew_hf","p":7,"s":149,"h":1,"t":36,"uu":"traveler's stew|hf","m":"recipes/HF/038_Newm_9781984858900_lay_art_r1.webp","n":"Traveler's Stew"},{"id":22540,"c":48,"u":"trolltide%20candied%20apples_hf","p":24,"s":149,"h":1,"t":36,"uu":"trolltide candied apples|hf","m":"recipes/HF/047_Newm_9781984858900_lay_art_r1.webp","n":"Trolltide Candied Apples"},{"id":22541,"c":48,"u":"twice-baked%20cockatrice%20wings_hf","p":163,"s":149,"h":1,"t":36,"uu":"twice-baked cockatrice wings|hf","m":"recipes/HF/111_Newm_9781984858900_lay_art_r1.webp","n":"Twice-Baked Cockatrice Wings"},{"id":22542,"c":48,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_hf","p":93,"s":149,"h":1,"t":36,"uu":"underdark lotus with fire lichen spread|hf","m":"decks/HFDoMM/Deck of Many Morsels/Underdark Lotus with Fire Lichen Spread.webp","n":"Underdark Lotus with Fire Lichen Spread"},{"id":22543,"c":48,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_hf","p":93,"s":149,"h":1,"t":36,"uu":"underdark lotus with fire lichen spread|hf","m":"decks/HFDoMM/Deck of Many Morsels/Underdark Lotus with Fire Lichen Spread.webp","n":"Fungus Two Ways"},{"id":22544,"c":48,"u":"vedbread_hf","p":27,"s":149,"h":1,"t":36,"uu":"vedbread|hf","m":"recipes/HF/048_Newm_9781984858900_lay_art_r1.webp","n":"Vedbread"},{"id":22545,"c":48,"u":"wood%20elf%20forest%20salad_hf","p":63,"s":149,"h":1,"t":36,"uu":"wood elf forest salad|hf","m":"recipes/HF/065_Newm_9781984858900_lay_art_r1.webp","n":"Wood Elf Forest Salad"},{"id":22546,"c":48,"u":"yawning%20portal%20buttermilk%20biscuits_hf","p":31,"s":149,"h":1,"t":36,"uu":"yawning portal buttermilk biscuits|hf","m":"recipes/HF/051_Newm_9781984858900_lay_art_r1.webp","n":"Yawning Portal Buttermilk Biscuits"},{"id":22547,"c":48,"u":"zzar_hf","p":197,"s":149,"h":1,"t":36,"uu":"zzar|hf","m":"decks/HFDoMM/Deck of Many Morsels/Zzar.webp","n":"Zzar"},{"id":22548,"c":48,"u":"exploding%20cheese%20puffs_hfdomm","s":157,"h":1,"t":36,"uu":"exploding cheese puffs|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Exploding Cheese Puffs.webp","n":"Exploding Cheese Puffs"},{"id":22549,"c":48,"u":"halfling%20finger%20sandwiches_hfdomm","s":157,"h":1,"t":36,"uu":"halfling finger sandwiches|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Halfling Finger Sandwiches.webp","n":"Halfling Finger Sandwiches"},{"id":22550,"c":48,"u":"moonwood%20artichoke%20spread_hfdomm","s":157,"h":1,"t":36,"uu":"moonwood artichoke spread|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Moonwood Artichoke Spread.webp","n":"Moonwood Artichoke Spread"},{"id":22551,"c":48,"u":"neverwinter%20cheese%20board_hfdomm","s":157,"h":1,"t":36,"uu":"neverwinter cheese board|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Neverwinter Cheese Board.webp","n":"Neverwinter Cheese Board"},{"id":22552,"c":48,"u":"night%20hag's%20delight_hfdomm","s":157,"h":1,"t":36,"uu":"night hag's delight|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Night Hag's Delight.webp","n":"Night Hag's Delight"},{"id":22553,"c":48,"u":"spicy%20brothers%20honey-glazed%20hot%20chips_hfdomm","s":157,"h":1,"t":36,"uu":"spicy brothers honey-glazed hot chips|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Spicy Brothers Honey-Glazed Hot Chips.webp","n":"Spicy Brothers Honey-Glazed Hot Chips"},{"id":22554,"c":48,"u":"spicy%20shredded%20stirge%20sliders_hfdomm","s":157,"h":1,"t":36,"uu":"spicy shredded stirge sliders|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Spicy Shredded Stirge Sliders.webp","n":"Spicy Shredded Stirge Sliders"},{"id":22555,"c":48,"u":"trail%20mash'ums_hfdomm","s":157,"h":1,"t":36,"uu":"trail mash'ums|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Trail Mash'ums.webp","n":"Trail Mash'ums"},{"id":22556,"c":48,"u":"underdark%20forage%20board_hfdomm","s":157,"h":1,"t":36,"uu":"underdark forage board|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Underdark Forage Board.webp","n":"Underdark Forage Board"},{"id":22557,"c":48,"u":"waterdeep%20charcuterie_hfdomm","s":157,"h":1,"t":36,"uu":"waterdeep charcuterie|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Waterdeep Charcuterie.webp","n":"Waterdeep Charcuterie"},{"id":22558,"c":48,"u":"bacon-wrapped%20smoked%20mussels_hffotm","p":164,"s":150,"h":1,"t":36,"uu":"bacon-wrapped smoked mussels|hffotm","m":"recipes/HFFotM/125_NEWM_9781984861313_lay_art_r1.webp","n":"Bacon-Wrapped Smoked Mussels"},{"id":22559,"c":48,"u":"barovian%20garlic%20bread_hffotm","p":134,"s":150,"h":1,"t":36,"uu":"barovian garlic bread|hffotm","m":"recipes/HFFotM/107_NEWM_9781984861313_lay_art_r1.webp","n":"Barovian Garlic Bread"},{"id":22560,"c":48,"u":"beer%20bread_hffotm","p":163,"s":150,"h":1,"t":36,"uu":"beer bread|hffotm","n":"Beer Bread"},{"id":22561,"c":48,"u":"beluir%20poached%20salmon_hffotm","p":100,"s":150,"h":1,"t":36,"uu":"beluir poached salmon|hffotm","m":"recipes/HFFotM/089_NEWM_9781984861313_lay_art_r1.webp","n":"Beluir Poached Salmon"},{"id":22562,"c":48,"u":"beluir%20poached%20salmon_hffotm","p":100,"s":150,"h":1,"t":36,"uu":"beluir poached salmon|hffotm","m":"recipes/HFFotM/089_NEWM_9781984861313_lay_art_r1.webp","n":"Beluir Salmon Spread"},{"id":22563,"c":48,"u":"black%20lotus%20root_hffotm","p":103,"s":150,"h":1,"t":36,"uu":"black lotus root|hffotm","m":"recipes/HFFotM/090_NEWM_9781984861313_lay_art_r1.webp","n":"Black Lotus Root"},{"id":22564,"c":48,"u":"blood%20of%20vol_hffotm","p":111,"s":150,"h":1,"t":36,"uu":"blood of vol|hffotm","m":"recipes/HFFotM/095_NEWM_9781984861313_lay_art_r1.webp","n":"Blood of Vol"},{"id":22565,"c":48,"u":"boar%20hock%20soup_hffotm","p":71,"s":150,"h":1,"t":36,"uu":"boar hock soup|hffotm","m":"recipes/HFFotM/068_NEWM_9781984861313_lay_art_r1.webp","n":"Boar Hock Soup"},{"id":22566,"c":48,"u":"brackleberry%20jam_hffotm","p":196,"s":150,"h":1,"t":36,"uu":"brackleberry jam|hffotm","m":"recipes/HFFotM/142_NEWM_9781984861313_lay_art_r1.webp","n":"Brackleberry Jam"},{"id":22567,"c":48,"u":"breaded%20bird%20cutlets_hffotm","p":112,"s":150,"h":1,"t":36,"uu":"breaded bird cutlets|hffotm","n":"Breaded Bird Cutlets"},{"id":22568,"c":48,"u":"butternut%20beer_hffotm","p":330,"s":150,"h":1,"t":36,"uu":"butternut beer|hffotm","m":"recipes/HFFotM/043_NEWM_9781984861313_lay_art_r1.webp","n":"Butternut Beer"},{"id":22569,"c":48,"u":"chickpea%20and%20spicy%20sausage%20soup_hffotm","p":167,"s":150,"h":1,"t":36,"uu":"chickpea and spicy sausage soup|hffotm","m":"recipes/HFFotM/126_NEWM_9781984861313_lay_art_r1.webp","n":"Chickpea and Spicy Sausage Soup"},{"id":22570,"c":48,"u":"chirper's%20sugar%20biscuits_hffotm","p":174,"s":150,"h":1,"t":36,"uu":"chirper's sugar biscuits|hffotm","m":"recipes/HFFotM/130_NEWM_9781984861313_lay_art_r1.webp","n":"Chirper's Sugar Biscuits"},{"id":22571,"c":48,"u":"chopforest_hffotm","p":15,"s":150,"h":1,"t":36,"uu":"chopforest|hffotm","m":"recipes/HFFotM/032_NEWM_9781984861313_lay_art_r1.webp","n":"Chopforest"},{"id":22572,"c":48,"u":"cloaks_hffotm","p":73,"s":150,"h":1,"t":36,"uu":"cloaks|hffotm","m":"decks/HFDoMM/Deck of Many Morsels/Cloaks.webp","n":"Cloaks"},{"id":22573,"c":48,"u":"duergar%20smoked%20herring_hffotm","p":51,"s":150,"h":1,"t":36,"uu":"duergar smoked herring|hffotm","n":"Duergar Smoked Herring"},{"id":22574,"c":48,"u":"eldeen%20banquet_hffotm","p":202,"s":150,"h":1,"t":36,"uu":"eldeen banquet|hffotm","n":"Eldeen Banquet"},{"id":22575,"c":48,"u":"elfharrow%20baked%20goat%20cheese_hffotm","p":192,"s":150,"h":1,"t":36,"uu":"elfharrow baked goat cheese|hffotm","m":"recipes/HFFotM/139_NEWM_9781984861313_lay_art_r1_2.webp","n":"Elfharrow Baked Goat Cheese"},{"id":22576,"c":48,"u":"elven%20flatbread_hffotm","p":188,"s":150,"h":1,"t":36,"uu":"elven flatbread|hffotm","m":"recipes/HFFotM/136_NEWM_9781984861313_lay_art_r1.webp","n":"Elven Flatbread"},{"id":22577,"c":48,"u":"elverquisst_hffotm","p":205,"s":150,"h":1,"t":36,"uu":"elverquisst|hffotm","m":"recipes/HFFotM/148_NEWM_9781984861313_lay_art_r1.webp","n":"Elverquisst"},{"id":22578,"c":48,"u":"emerald%20chicken_hffotm","p":171,"s":150,"h":1,"t":36,"uu":"emerald chicken|hffotm","m":"recipes/HFFotM/128_NEWM_9781984861313_lay_art_r1.webp","n":"Emerald Chicken"},{"id":22579,"c":48,"u":"fey%20fritters_hffotm","p":198,"s":150,"h":1,"t":36,"uu":"fey fritters|hffotm","m":"recipes/HFFotM/144_NEWM_9781984861313_lay_art_r1.webp","n":"Fey Fritters"},{"id":22580,"c":48,"u":"fig%20cakes_hffotm","p":146,"s":150,"h":1,"t":36,"uu":"fig cakes|hffotm","m":"recipes/HFFotM/115_NEWM_9781984861313_lay_art_r1.webp","n":"Fig Cakes"},{"id":22581,"c":48,"u":"fire-wrapped%20golden%20fish_hffotm","p":168,"s":150,"h":1,"t":36,"uu":"fire-wrapped golden fish|hffotm","m":"recipes/HFFotM/127_NEWM_9781984861313_lay_art_r1.webp","n":"Fire-Wrapped Golden Fish"},{"id":22582,"c":48,"u":"fried%20bread%20and%20spices_hffotm","p":162,"s":150,"h":1,"t":36,"uu":"fried bread and spices|hffotm","n":"Fried Bread and Spices"},{"id":22583,"c":48,"u":"fried%20soy%20with%20vegetables_hffotm","p":42,"s":150,"h":1,"t":36,"uu":"fried soy with vegetables|hffotm","m":"recipes/HFFotM/049_NEWM_9781984861313_lay_art_r1.webp","n":"Fried Soy with Vegetables"},{"id":22584,"c":48,"u":"goldenstars_hffotm","p":8,"s":150,"h":1,"t":36,"uu":"goldenstars|hffotm","m":"recipes/HFFotM/028_NEWM_9781984861313_lay_art_r1.webp","n":"Goldenstars"},{"id":22585,"c":48,"u":"green%20dragon%20blackbread%20muffins_hffotm","p":104,"s":150,"h":1,"t":36,"uu":"green dragon blackbread muffins|hffotm","m":"recipes/HFFotM/092_NEWM_9781984861313_lay_art_r1.webp","n":"Green Dragon Blackbread Muffins"},{"id":22586,"c":48,"u":"green%20ice%20rime_hffotm","p":59,"s":150,"h":1,"t":36,"uu":"green ice rime|hffotm","m":"recipes/HFFotM/060_NEWM_9781984861313_lay_art_r1.webp","n":"Green Ice Rime"},{"id":22587,"c":48,"u":"green%20ice%20rime_hffotm","p":59,"s":150,"h":1,"t":36,"uu":"green ice rime|hffotm","m":"recipes/HFFotM/060_NEWM_9781984861313_lay_art_r1.webp","n":"The Gelatinous Cube"},{"id":22588,"c":48,"u":"green%20onion%20pancakes_hffotm","p":137,"s":150,"h":1,"t":36,"uu":"green onion pancakes|hffotm","m":"recipes/HFFotM/108_NEWM_9781984861313_lay_art_r1.webp","n":"Green Onion Pancakes"},{"id":22589,"c":48,"u":"halfling%20game%20birds_hffotm","p":115,"s":150,"h":1,"t":36,"uu":"halfling game birds|hffotm","m":"recipes/HFFotM/098_NEWM_9781984861313_lay_art_r1.webp","n":"Halfling Game Birds"},{"id":22590,"c":48,"u":"halfling%20iron%20rations_hffotm","p":130,"s":150,"h":1,"t":36,"uu":"halfling iron rations|hffotm","n":"Halfling Iron Rations"},{"id":22591,"c":48,"u":"harengon%20coffee%20carrots_hffotm","p":195,"s":150,"h":1,"t":36,"uu":"harengon coffee carrots|hffotm","n":"Harengon Coffee Carrots"},{"id":22592,"c":48,"u":"harmonious%20barracks%20meatloaf_hffotm","p":173,"s":150,"h":1,"t":36,"uu":"harmonious barracks meatloaf|hffotm","n":"Harmonious Barracks Meatloaf"},{"id":22593,"c":48,"u":"honey%20milk_hffotm","p":149,"s":150,"h":1,"t":36,"uu":"honey milk|hffotm","n":"Honey Milk"},{"id":22594,"c":48,"u":"hot%20river%20crab%20bites_hffotm","p":16,"s":150,"h":1,"t":36,"uu":"hot river crab bites|hffotm","m":"recipes/HFFotM/033_NEWM_9781984861313_lay_art_r1.webp","n":"Hot River Crab Bites"},{"id":22595,"c":48,"u":"irlymeyer's%20dragonfire%20punch_hffotm","p":91,"s":150,"h":1,"t":36,"uu":"irlymeyer's dragonfire punch|hffotm","m":"recipes/HFFotM/082_NEWM_9781984861313_lay_art_r1.webp","n":"Irlymeyer's Dragonfire Punch"},{"id":22596,"c":48,"u":"kaeth_hffotm","p":178,"s":150,"h":1,"t":36,"uu":"kaeth|hffotm","m":"recipes/HFFotM/132_NEWM_9781984861313_lay_art_r1.webp","n":"Kaeth"},{"id":22597,"c":48,"u":"kaeth_hffotm","p":178,"s":150,"h":1,"t":36,"uu":"kaeth|hffotm","m":"recipes/HFFotM/132_NEWM_9781984861313_lay_art_r1.webp","n":"Coffee"},{"id":22598,"c":48,"u":"kender%20loaf_hffotm","p":87,"s":150,"h":1,"t":36,"uu":"kender loaf|hffotm","m":"recipes/HFFotM/080_NEWM_9781984861313_lay_art_r1.webp","n":"Kender Loaf"},{"id":22599,"c":48,"u":"kender%20loaf_hffotm","p":87,"s":150,"h":1,"t":36,"uu":"kender loaf|hffotm","m":"recipes/HFFotM/080_NEWM_9781984861313_lay_art_r1.webp","n":"Raston Pastry"},{"id":22600,"c":48,"u":"kender%20stumblenoodles_hffotm","p":76,"s":150,"h":1,"t":36,"uu":"kender stumblenoodles|hffotm","m":"recipes/HFFotM/074_NEWM_9781984861313_lay_art_r1.webp","n":"Kender Stumblenoodles"},{"id":22601,"c":48,"u":"kendermore%20cobbler_hffotm","p":88,"s":150,"h":1,"t":36,"uu":"kendermore cobbler|hffotm","n":"Kendermore Cobbler"},{"id":22602,"c":48,"u":"laumberry%20pie_hffotm","p":25,"s":150,"h":1,"t":36,"uu":"laumberry pie|hffotm","m":"recipes/HFFotM/038_NEWM_9781984861313_lay_art_r1.webp","n":"Laumberry Pie"},{"id":22603,"c":48,"u":"loaf%20pudding_hffotm","p":60,"s":150,"h":1,"t":36,"uu":"loaf pudding|hffotm","n":"Loaf Pudding"},{"id":22604,"c":48,"u":"mingari-spiced%20owlbear%20milk_hffotm","p":28,"s":150,"h":1,"t":36,"uu":"mingari-spiced owlbear milk|hffotm","m":"recipes/HFFotM/041_NEWM_9781984861313_lay_art_r1.webp","n":"Mingari-Spiced Owlbear Milk"},{"id":22605,"c":48,"u":"neverwinter%20nectar_hffotm","p":30,"s":150,"h":1,"t":36,"uu":"neverwinter nectar|hffotm","m":"recipes/HFFotM/042_NEWM_9781984861313_lay_art_r1.webp","n":"Neverwinter Nectar"},{"id":22606,"c":48,"u":"onion%20loaf_hffotm","p":23,"s":150,"h":1,"t":36,"uu":"onion loaf|hffotm","n":"Onion Loaf"},{"id":22607,"c":48,"u":"ornabra_hffotm","p":108,"s":150,"h":1,"t":36,"uu":"ornabra|hffotm","n":"Ornabra"},{"id":22608,"c":48,"u":"plate%20of%20silver_hffotm","p":83,"s":150,"h":1,"t":36,"uu":"plate of silver|hffotm","m":"recipes/HFFotM/078_NEWM_9781984861313_lay_art_r1.webp","n":"Plate of Silver"},{"id":22609,"c":48,"u":"purple%20grapemash%20no.%203_hffotm","p":150,"s":150,"h":1,"t":36,"uu":"purple grapemash no. 3|hffotm","m":"recipes/HFFotM/118_NEWM_9781984861313_lay_art_r1.webp","n":"Purple Grapemash No. 3"},{"id":22610,"c":48,"u":"quij's%20plate_hffotm","p":145,"s":150,"h":1,"t":36,"uu":"quij's plate|hffotm","m":"recipes/HFFotM/113_NEWM_9781984861313_lay_art_r1.webp","n":"Quij's Plate"},{"id":22611,"c":48,"u":"ray%20of%20frost_hffotm","p":120,"s":150,"h":1,"t":36,"uu":"ray of frost|hffotm","m":"recipes/HFFotM/101_NEWM_9781984861313_lay_art_r1.webp","n":"Ray of Frost"},{"id":22612,"c":48,"u":"roth%c3%a9%20steak_hffotm","p":22,"s":150,"h":1,"t":36,"uu":"rothé steak|hffotm","n":"Rothe Steak"},{"id":22613,"c":48,"u":"ruby%20cordial_hffotm","p":120,"s":150,"h":1,"t":36,"uu":"ruby cordial|hffotm","m":"recipes/HFFotM/101_NEWM_9781984861313_lay_art_r1.webp","n":"Ruby Cordial"},{"id":22614,"c":48,"u":"saerloonian%20glowfire_hffotm","p":205,"s":150,"h":1,"t":36,"uu":"saerloonian glowfire|hffotm","m":"recipes/HFFotM/148_NEWM_9781984861313_lay_art_r1.webp","n":"Saerloonian Glowfire"},{"id":22615,"c":48,"u":"salbread_hffotm","p":75,"s":150,"h":1,"t":36,"uu":"salbread|hffotm","m":"recipes/HFFotM/073_NEWM_9781984861313_lay_art_r1.webp","n":"Salbread"},{"id":22616,"c":48,"u":"seelie%20court%20cheese%20and%20potato%20soup_hffotm","p":191,"s":150,"h":1,"t":36,"uu":"seelie court cheese and potato soup|hffotm","m":"recipes/HFFotM/137_NEWM_9781984861313_lay_art_r1.webp","n":"Seelie Court Cheese and Potato Soup"},{"id":22617,"c":48,"u":"sensate%20palate%20cleanser_hffotm","p":160,"s":150,"h":1,"t":36,"uu":"sensate palate cleanser|hffotm","m":"recipes/HFFotM/122_NEWM_9781984861313_lay_art_r1.webp","n":"Sensate Palate Cleanser"},{"id":22618,"c":48,"u":"silverfruit%20pie_hffotm","p":177,"s":150,"h":1,"t":36,"uu":"silverfruit pie|hffotm","n":"Silverfruit Pie"},{"id":22619,"c":48,"u":"sornstag_hffotm","p":19,"s":150,"h":1,"t":36,"uu":"sornstag|hffotm","m":"recipes/HFFotM/034_NEWM_9781984861313_lay_art_r1.webp","n":"Sornstag"},{"id":22620,"c":48,"u":"sour%20cream-walnut%20cake_hffotm","p":24,"s":150,"h":1,"t":36,"uu":"sour cream-walnut cake|hffotm","n":"Sour Cream-Walnut Cake"},{"id":22621,"c":48,"u":"spiced%20pork%20and%20orange%20peppers_hffotm","p":52,"s":150,"h":1,"t":36,"uu":"spiced pork and orange peppers|hffotm","m":"recipes/HFFotM/056_NEWM_9781984861313_lay_art_r1.webp","n":"Spiced Pork and Orange Peppers"},{"id":22622,"c":48,"u":"sprucebark%20quaff_hffotm","p":201,"s":150,"h":1,"t":36,"uu":"sprucebark quaff|hffotm","m":"recipes/HFFotM/144_NEWM_9781984861313_lay_art_r1.webp","n":"Sprucebark Quaff"},{"id":22623,"c":48,"u":"steak%20of%20the%20deep_hffotm","p":57,"s":150,"h":1,"t":36,"uu":"steak of the deep|hffotm","m":"recipes/HFFotM/059_NEWM_9781984861313_lay_art_r1.webp","n":"Steak of the Deep"},{"id":22624,"c":48,"u":"stuffed%20trout_hffotm","p":84,"s":150,"h":1,"t":36,"uu":"stuffed trout|hffotm","m":"recipes/HFFotM/079_NEWM_9781984861313_lay_art_r1.webp","n":"Stuffed Trout"},{"id":22625,"c":48,"u":"talyth_hffotm","p":12,"s":150,"h":1,"t":36,"uu":"talyth|hffotm","m":"recipes/HFFotM/031_NEWM_9781984861313_lay_art_r1.webp","n":"Talyth"},{"id":22626,"c":48,"u":"tamarind%20balls_hffotm","p":46,"s":150,"h":1,"t":36,"uu":"tamarind balls|hffotm","m":"decks/HFDoMM/Deck of Many Morsels/Tamarind Balls.webp","n":"Tamarind Balls"},{"id":22627,"c":48,"u":"tarsis-style%20shrimp_hffotm","p":80,"s":150,"h":1,"t":36,"uu":"tarsis-style shrimp|hffotm","m":"recipes/HFFotM/077_NEWM_9781984861313_lay_art_r1.webp","n":"Tarsis-Style Shrimp"},{"id":22628,"c":48,"u":"tavern%20crickets_hffotm","p":133,"s":150,"h":1,"t":36,"uu":"tavern crickets|hffotm","m":"recipes/HFFotM/106_NEWM_9781984861313_lay_art_r1.webp","n":"Tavern Crickets"},{"id":22629,"c":48,"u":"tavern%20noodles_hffotm","p":45,"s":150,"h":1,"t":36,"uu":"tavern noodles|hffotm","n":"Tavern Noodles"},{"id":22630,"c":48,"u":"tears%20of%20sel%c3%bbne_hffotm","p":48,"s":150,"h":1,"t":36,"uu":"tears of selûne|hffotm","m":"recipes/HFFotM/054_NEWM_9781984861313_lay_art_r1.webp","n":"Tears of Selune"},{"id":22631,"c":48,"u":"thrakel-seared%20beef%20in%20red%20sauce_hffotm","p":107,"s":150,"h":1,"t":36,"uu":"thrakel-seared beef in red sauce|hffotm","m":"recipes/HFFotM/093_NEWM_9781984861313_lay_art_r1.webp","n":"Thrakel-Seared Beef in Red Sauce"},{"id":22632,"c":48,"u":"tika's%20honey%20mead_hffotm","p":92,"s":150,"h":1,"t":36,"uu":"tika's honey mead|hffotm","m":"decks/HFDoMM/Deck of Many Morsels/Tika's Honey Mead.webp","n":"Tika's Honey Mead"},{"id":22633,"c":48,"u":"trencher%20bread_hffotm","p":47,"s":150,"h":1,"t":36,"uu":"trencher bread|hffotm","n":"Trencher Bread"},{"id":22634,"c":48,"u":"two%20hares%20inn%20rabbit%20stew_hffotm","p":138,"s":150,"h":1,"t":36,"uu":"two hares inn rabbit stew|hffotm","n":"Two Hares Inn Rabbit Stew"},{"id":22635,"c":48,"u":"undermountain%20alurlyath_hffotm","p":63,"s":150,"h":1,"t":36,"uu":"undermountain alurlyath|hffotm","m":"recipes/HFFotM/064_NEWM_9781984861313_lay_art_r1.webp","n":"Undermountain Alurlyath"},{"id":22636,"c":48,"u":"vada's%20vanilla%20buns_hffotm","p":116,"s":150,"h":1,"t":36,"uu":"vada's vanilla buns|hffotm","m":"recipes/HFFotM/099_NEWM_9781984861313_lay_art_r1.webp","n":"Vada's Vanilla Buns"},{"id":22637,"c":48,"u":"whole%20roast%20boar_hffotm","p":141,"s":150,"h":1,"t":36,"uu":"whole roast boar|hffotm","m":"recipes/HFFotM/110_NEWM_9781984861313_lay_art_r1.webp","n":"Whole Roast Boar"},{"id":22638,"c":48,"u":"almond%20brandy_paf","p":113,"s":151,"h":1,"t":36,"uu":"almond brandy|paf","n":"Almond Brandy"},{"id":22639,"c":48,"u":"astral%20plane_paf","p":20,"s":151,"h":1,"t":36,"uu":"astral plane|paf","m":"recipes/PaF/026.webp","n":"Astral Plane"},{"id":22640,"c":48,"u":"baldurian%20tonic_paf","p":176,"s":151,"h":1,"t":36,"uu":"baldurian tonic|paf","n":"Baldurian Tonic"},{"id":22641,"c":48,"u":"beauty%20mark_paf","p":146,"s":151,"h":1,"t":36,"uu":"beauty mark|paf","n":"Beauty Mark"},{"id":22642,"c":48,"u":"bee%20well_paf","p":162,"s":151,"h":1,"t":36,"uu":"bee well|paf","m":"recipes/PaF/099.webp","n":"Bee Well"},{"id":22643,"c":48,"u":"bitter%20black_paf","p":157,"s":151,"h":1,"t":36,"uu":"bitter black|paf","m":"recipes/PaF/097.webp","n":"Bitter Black"},{"id":22644,"c":48,"u":"brandy%20cassalanter_paf","p":105,"s":151,"h":1,"t":36,"uu":"brandy cassalanter|paf","m":"recipes/PaF/068.webp","n":"Brandy Cassalanter"},{"id":22645,"c":48,"u":"candlekeep%20tea_paf","p":26,"s":151,"h":1,"t":36,"uu":"candlekeep tea|paf","m":"recipes/PaF/028.webp","n":"Candlekeep Tea"},{"id":22646,"c":48,"u":"captain's%20fancy_paf","p":76,"s":151,"h":1,"t":36,"uu":"captain's fancy|paf","m":"recipes/PaF/053.webp","n":"Captain's Fancy"},{"id":22647,"c":48,"u":"cat's%20cradle_paf","p":43,"s":151,"h":1,"t":36,"uu":"cat's cradle|paf","n":"Cat's Cradle"},{"id":22648,"c":48,"u":"celebration%20brew_paf","p":74,"s":151,"h":1,"t":36,"uu":"celebration brew|paf","n":"Celebration Brew"},{"id":22649,"c":48,"u":"celebration%20brew_paf","p":74,"s":151,"h":1,"t":36,"uu":"celebration brew|paf","n":"Liquid Courage"},{"id":22650,"c":48,"u":"cheap%20seat_paf","p":57,"s":151,"h":1,"t":36,"uu":"cheap seat|paf","m":"recipes/PaF/043.webp","n":"Cheap Seat"},{"id":22651,"c":48,"u":"cherry%20mead_paf","p":160,"s":151,"h":1,"t":36,"uu":"cherry mead|paf","n":"Cherry Mead"},{"id":22652,"c":48,"u":"chessentan%20tea_paf","p":178,"s":151,"h":1,"t":36,"uu":"chessentan tea|paf","m":"recipes/PaF/106.webp","n":"Chessentan Tea"},{"id":22653,"c":48,"u":"chultwater_paf","p":75,"s":151,"h":1,"t":36,"uu":"chultwater|paf","n":"Chultwater"},{"id":22654,"c":48,"u":"courtesans_paf","p":147,"s":151,"h":1,"t":36,"uu":"courtesans|paf","m":"recipes/PaF/091.webp","n":"Courtesans"},{"id":22655,"c":48,"u":"crakaneg_paf","p":110,"s":151,"h":1,"t":36,"uu":"crakaneg|paf","m":"recipes/PaF/071.webp","n":"Crakaneg"},{"id":22656,"c":48,"u":"craknoeg_paf","p":112,"s":151,"h":1,"t":36,"uu":"craknoeg|paf","m":"recipes/PaF/071.webp","n":"Craknoeg"},{"id":22657,"c":48,"u":"craknoeg_paf","p":112,"s":151,"h":1,"t":36,"uu":"craknoeg|paf","m":"recipes/PaF/071.webp","n":"Vegan Variation Craknoeg"},{"id":22658,"c":48,"u":"deadwinter%20fire_paf","p":92,"s":151,"h":1,"t":36,"uu":"deadwinter fire|paf","n":"Deadwinter Fire"},{"id":22659,"c":48,"u":"dragonberries_paf","p":47,"s":151,"h":1,"t":36,"uu":"dragonberries|paf","m":"recipes/PaF/038.webp","n":"Dragonberries"},{"id":22660,"c":48,"u":"eldritch%20storm_paf","p":80,"s":151,"h":1,"t":36,"uu":"eldritch storm|paf","m":"recipes/PaF/055.webp","n":"Eldritch Storm"},{"id":22661,"c":48,"u":"elfharrow%20kiss_paf","p":126,"s":151,"h":1,"t":36,"uu":"elfharrow kiss|paf","m":"recipes/PaF/080.webp","n":"Elfharrow Kiss"},{"id":22662,"c":48,"u":"emerald%20door_paf","p":25,"s":151,"h":1,"t":36,"uu":"emerald door|paf","m":"recipes/PaF/027.webp","n":"Emerald Door"},{"id":22663,"c":48,"u":"endurance_paf","p":109,"s":151,"h":1,"t":36,"uu":"endurance|paf","m":"recipes/PaF/070.webp","n":"Endurance"},{"id":22664,"c":48,"u":"eye%20of%20the%20beholder_paf","p":91,"s":151,"h":1,"t":36,"uu":"eye of the beholder|paf","m":"recipes/PaF/061.webp","n":"Eye Of The Beholder"},{"id":22665,"c":48,"u":"faerie%20fire_paf","p":78,"s":151,"h":1,"t":36,"uu":"faerie fire|paf","m":"recipes/PaF/054.webp","n":"Faerie Fire"},{"id":22666,"c":48,"u":"feywine%20punch_paf","p":142,"s":151,"h":1,"t":36,"uu":"feywine punch|paf","n":"Feywine Punch"},{"id":22667,"c":48,"u":"flumphcakes_paf","p":65,"s":151,"h":1,"t":36,"uu":"flumphcakes|paf","m":"recipes/PaF/047.webp","n":"Flumphcakes"},{"id":22668,"c":48,"u":"fol-de-rol_paf","p":64,"s":151,"h":1,"t":36,"uu":"fol-de-rol|paf","n":"Fol-De-Rol"},{"id":22669,"c":48,"u":"golden%20way_paf","p":123,"s":151,"h":1,"t":36,"uu":"golden way|paf","m":"recipes/PaF/078.webp","n":"Golden Way"},{"id":22670,"c":48,"u":"greengrass_paf","p":130,"s":151,"h":1,"t":36,"uu":"greengrass|paf","m":"recipes/PaF/082.webp","n":"Greengrass"},{"id":22671,"c":48,"u":"hand%20of%20vecna_paf","p":36,"s":151,"h":1,"t":36,"uu":"hand of vecna|paf","m":"recipes/PaF/033.webp","n":"Hand Of Vecna"},{"id":22672,"c":48,"u":"harpell's%20reserve_paf","p":45,"s":151,"h":1,"t":36,"uu":"harpell's reserve|paf","m":"recipes/PaF/036.webp","n":"Harpell's Reserve"},{"id":22673,"c":48,"u":"hellish%20rebuke_paf","p":96,"s":151,"h":1,"t":36,"uu":"hellish rebuke|paf","m":"recipes/PaF/063.webp","n":"Hellish Rebuke"},{"id":22674,"c":48,"u":"high%20sun%20florentines_paf","p":116,"s":151,"h":1,"t":36,"uu":"high sun florentines|paf","n":"High Sun Florentines"},{"id":22675,"c":48,"u":"hordelander_paf","p":54,"s":151,"h":1,"t":36,"uu":"hordelander|paf","m":"recipes/PaF/042.webp","n":"Hordelander"},{"id":22676,"c":48,"u":"illuskan%20mulled%20cider_paf","p":164,"s":151,"h":1,"t":36,"uu":"illuskan mulled cider|paf","n":"Illuskan Mulled Cider"},{"id":22677,"c":48,"u":"inkpot%20negroni_paf","p":18,"s":151,"h":1,"t":36,"uu":"inkpot negroni|paf","m":"recipes/PaF/025.webp","n":"Inkpot Negroni"},{"id":22678,"c":48,"u":"kinship%20shrub_paf","p":175,"s":151,"h":1,"t":36,"uu":"kinship shrub|paf","m":"recipes/PaF/105.webp","n":"Kinship Shrub"},{"id":22679,"c":48,"u":"lady%20ophala_paf","p":140,"s":151,"h":1,"t":36,"uu":"lady ophala|paf","m":"recipes/PaF/088.webp","n":"Lady Ophala"},{"id":22680,"c":48,"u":"lathander's%20bounty_paf","p":172,"s":151,"h":1,"t":36,"uu":"lathander's bounty|paf","m":"recipes/PaF/104.webp","n":"Lathander's Bounty"},{"id":22681,"c":48,"u":"library%20martini_paf","p":23,"s":151,"h":1,"t":36,"uu":"library martini|paf","n":"Library Martini"},{"id":22682,"c":48,"u":"littlewinter_paf","p":114,"s":151,"h":1,"t":36,"uu":"littlewinter|paf","m":"recipes/PaF/073.webp","n":"Littlewinter"},{"id":22683,"c":48,"u":"loklee_paf","p":46,"s":151,"h":1,"t":36,"uu":"loklee|paf","n":"Loklee"},{"id":22684,"c":48,"u":"luiric%20rarebit_paf","p":165,"s":151,"h":1,"t":36,"uu":"luiric rarebit|paf","m":"recipes/PaF/100.webp","n":"Luiric Rarebit"},{"id":22685,"c":48,"u":"madame%20rosene's%20nightcap_paf","p":106,"s":151,"h":1,"t":36,"uu":"madame rosene's nightcap|paf","m":"recipes/PaF/069.webp","n":"Madame Rosene's Nightcap"},{"id":22686,"c":48,"u":"magic%20jar_paf","p":28,"s":151,"h":1,"t":36,"uu":"magic jar|paf","n":"Magic Jar"},{"id":22687,"c":48,"u":"malatran%20mule_paf","p":58,"s":151,"h":1,"t":36,"uu":"malatran mule|paf","n":"Malatran Mule"},{"id":22688,"c":48,"u":"many%20stars_paf","p":143,"s":151,"h":1,"t":36,"uu":"many stars|paf","n":"Many Stars"},{"id":22689,"c":48,"u":"mintwater_paf","p":177,"s":151,"h":1,"t":36,"uu":"mintwater|paf","n":"Mintwater"},{"id":22690,"c":48,"u":"moonrise_paf","p":88,"s":151,"h":1,"t":36,"uu":"moonrise|paf","m":"recipes/PaF/060.webp","n":"Moonrise"},{"id":22691,"c":48,"u":"mother_paf","p":60,"s":151,"h":1,"t":36,"uu":"mother|paf","m":"recipes/PaF/045.webp","n":"Mother"},{"id":22692,"c":48,"u":"mourning%20cup_paf","p":182,"s":151,"h":1,"t":36,"uu":"mourning cup|paf","n":"Mourning Cup"},{"id":22693,"c":48,"u":"necromancer_paf","p":22,"s":151,"h":1,"t":36,"uu":"necromancer|paf","n":"Necromancer"},{"id":22694,"c":48,"u":"nether%20gold_paf","p":39,"s":151,"h":1,"t":36,"uu":"nether gold|paf","m":"recipes/PaF/034.webp","n":"Nether Gold"},{"id":22695,"c":48,"u":"night%20watch_paf","p":59,"s":151,"h":1,"t":36,"uu":"night watch|paf","m":"recipes/PaF/044.webp","n":"Night Watch"},{"id":22696,"c":48,"u":"noble%20pretender_paf","p":125,"s":151,"h":1,"t":36,"uu":"noble pretender|paf","n":"Noble Pretender"},{"id":22697,"c":48,"u":"ogretoe_paf","p":40,"s":151,"h":1,"t":36,"uu":"ogretoe|paf","m":"recipes/PaF/035.webp","n":"Ogretoe"},{"id":22698,"c":48,"u":"pegasus_paf","p":42,"s":151,"h":1,"t":36,"uu":"pegasus|paf","n":"Pegasus"},{"id":22699,"c":48,"u":"pieglass_paf","p":156,"s":151,"h":1,"t":36,"uu":"pieglass|paf","m":"recipes/PaF/097.webp","n":"Pieglass"},{"id":22700,"c":48,"u":"poetess_paf","p":95,"s":151,"h":1,"t":36,"uu":"poetess|paf","m":"recipes/PaF/062.webp","n":"Poetess"},{"id":22701,"c":48,"u":"restoration_paf","p":180,"s":151,"h":1,"t":36,"uu":"restoration|paf","m":"recipes/PaF/107.webp","n":"Restoration"},{"id":22702,"c":48,"u":"restoration_paf","p":180,"s":151,"h":1,"t":36,"uu":"restoration|paf","m":"recipes/PaF/107.webp","n":"Potion of Really Minor Restoration"},{"id":22703,"c":48,"u":"rewards_paf","p":29,"s":151,"h":1,"t":36,"uu":"rewards|paf","m":"recipes/PaF/029.webp","n":"Rewards"},{"id":22704,"c":48,"u":"rime%20of%20the%20frostmaiden_paf","p":144,"s":151,"h":1,"t":36,"uu":"rime of the frostmaiden|paf","m":"recipes/PaF/089.webp","n":"Rime Of The Frostmaiden"},{"id":22705,"c":48,"u":"rumtack_paf","p":82,"s":151,"h":1,"t":36,"uu":"rumtack|paf","n":"Rumtack"},{"id":22706,"c":48,"u":"scrap%20and%20oil_paf","p":132,"s":151,"h":1,"t":36,"uu":"scrap and oil|paf","n":"Scrap And Oil"},{"id":22707,"c":48,"u":"scrimshaw_paf","p":72,"s":151,"h":1,"t":36,"uu":"scrimshaw|paf","m":"recipes/PaF/051.webp","n":"Scrimshaw"},{"id":22708,"c":48,"u":"seafoam_paf","p":93,"s":151,"h":1,"t":36,"uu":"seafoam|paf","n":"Seafoam"},{"id":22709,"c":48,"u":"shadowdark_paf","p":155,"s":151,"h":1,"t":36,"uu":"shadowdark|paf","m":"recipes/PaF/095.webp","n":"Shadowdark"},{"id":22710,"c":48,"u":"tavern%20punch_paf","p":161,"s":151,"h":1,"t":36,"uu":"tavern punch|paf","n":"Tavern Punch"},{"id":22711,"c":48,"u":"tearoom%20cookies_paf","p":183,"s":151,"h":1,"t":36,"uu":"tearoom cookies|paf","m":"recipes/PaF/108.webp","n":"Tearoom Cookies"},{"id":22712,"c":48,"u":"the%20bag_paf","p":124,"s":151,"h":1,"t":36,"uu":"the bag|paf","n":"The Bag"},{"id":22713,"c":48,"u":"the%20hoard_paf","p":98,"s":151,"h":1,"t":36,"uu":"the hoard|paf","n":"The Hoard"},{"id":22714,"c":48,"u":"tpk%20(total%20party%20katastrophe)_paf","p":63,"s":151,"h":1,"t":36,"uu":"tpk (total party katastrophe)|paf","m":"recipes/PaF/046.webp","n":"TPK (Total Party Katastrophe)"},{"id":22715,"c":48,"u":"tymora's%20coins_paf","p":129,"s":151,"h":1,"t":36,"uu":"tymora's coins|paf","m":"recipes/PaF/081.webp","n":"Tymora's Coins"},{"id":22716,"c":48,"u":"utmost%20discretion_paf","p":139,"s":151,"h":1,"t":36,"uu":"utmost discretion|paf","m":"recipes/PaF/087.webp","n":"Utmost Discretion"},{"id":22717,"c":50,"u":"acrobatics_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"acrobatics|xphb","n":"Acrobatics"},{"id":22718,"c":50,"u":"animal%20handling_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"animal handling|xphb","n":"Animal Handling"},{"id":22719,"c":50,"u":"arcana_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"arcana|xphb","n":"Arcana"},{"id":22720,"c":50,"u":"athletics_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"athletics|xphb","n":"Athletics"},{"id":22721,"c":50,"u":"deception_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"deception|xphb","n":"Deception"},{"id":22722,"c":50,"u":"history_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"history|xphb","n":"History"},{"id":22723,"c":50,"u":"insight_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"insight|xphb","n":"Insight"},{"id":22724,"c":50,"u":"intimidation_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"intimidation|xphb","n":"Intimidation"},{"id":22725,"c":50,"u":"investigation_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"investigation|xphb","n":"Investigation"},{"id":22726,"c":50,"u":"medicine_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"medicine|xphb","n":"Medicine"},{"id":22727,"c":50,"u":"nature_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"nature|xphb","n":"Nature"},{"id":22728,"c":50,"u":"perception_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"perception|xphb","n":"Perception"},{"id":22729,"c":50,"u":"performance_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"performance|xphb","n":"Performance"},{"id":22730,"c":50,"u":"persuasion_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"persuasion|xphb","n":"Persuasion"},{"id":22731,"c":50,"u":"religion_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"religion|xphb","n":"Religion"},{"id":22732,"c":50,"u":"sleight%20of%20hand_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"sleight of hand|xphb","n":"Sleight of Hand"},{"id":22733,"c":50,"u":"stealth_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"stealth|xphb","n":"Stealth"},{"id":22734,"c":50,"u":"survival_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"survival|xphb","n":"Survival"},{"id":22735,"c":50,"u":"acrobatics_phb","p":176,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"acrobatics|phb","n":"Acrobatics"},{"id":22736,"c":50,"u":"animal%20handling_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"animal handling|phb","n":"Animal Handling"},{"id":22737,"c":50,"u":"arcana_phb","p":177,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"arcana|phb","n":"Arcana"},{"id":22738,"c":50,"u":"athletics_phb","p":175,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"athletics|phb","n":"Athletics"},{"id":22739,"c":50,"u":"deception_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"deception|phb","n":"Deception"},{"id":22740,"c":50,"u":"history_phb","p":177,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"history|phb","n":"History"},{"id":22741,"c":50,"u":"insight_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"insight|phb","n":"Insight"},{"id":22742,"c":50,"u":"intimidation_phb","p":179,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"intimidation|phb","n":"Intimidation"},{"id":22743,"c":50,"u":"investigation_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"investigation|phb","n":"Investigation"},{"id":22744,"c":50,"u":"medicine_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"medicine|phb","n":"Medicine"},{"id":22745,"c":50,"u":"nature_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"nature|phb","n":"Nature"},{"id":22746,"c":50,"u":"perception_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"perception|phb","n":"Perception"},{"id":22747,"c":50,"u":"performance_phb","p":179,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"performance|phb","n":"Performance"},{"id":22748,"c":50,"u":"persuasion_phb","p":179,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"persuasion|phb","n":"Persuasion"},{"id":22749,"c":50,"u":"religion_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"religion|phb","n":"Religion"},{"id":22750,"c":50,"u":"sleight%20of%20hand_phb","p":177,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"sleight of hand|phb","n":"Sleight of Hand"},{"id":22751,"c":50,"u":"stealth_phb","p":177,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"stealth|phb","n":"Stealth"},{"id":22752,"c":50,"u":"survival_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"t":37,"uu":"survival|phb","n":"Survival"},{"id":22753,"c":51,"u":"blindsight_xphb","p":361,"s":8,"h":1,"hx":1,"t":38,"uu":"blindsight|xphb","n":"Blindsight"},{"id":22754,"c":51,"u":"darkvision_xphb","p":365,"s":8,"h":1,"hx":1,"t":38,"uu":"darkvision|xphb","n":"Darkvision"},{"id":22755,"c":51,"u":"tremorsense_xphb","p":377,"s":8,"h":1,"hx":1,"t":38,"uu":"tremorsense|xphb","n":"Tremorsense"},{"id":22756,"c":51,"u":"truesight_xphb","p":377,"s":8,"h":1,"hx":1,"t":38,"uu":"truesight|xphb","n":"Truesight"},{"id":22757,"c":51,"u":"tremorsense_mm","p":9,"s":45,"h":1,"hx":1,"r":1,"t":38,"uu":"tremorsense|mm","n":"Tremorsense"},{"id":22758,"c":51,"u":"blindsight_phb","p":183,"s":52,"h":1,"hx":1,"r":1,"t":38,"uu":"blindsight|phb","n":"Blindsight"},{"id":22759,"c":51,"u":"darkvision_phb","p":183,"s":52,"h":1,"hx":1,"r":1,"t":38,"uu":"darkvision|phb","n":"Darkvision"},{"id":22760,"c":51,"u":"truesight_phb","p":183,"s":52,"h":1,"hx":1,"r":1,"t":38,"uu":"truesight|phb","n":"Truesight"}],"m":{"s":{"BGG":0,"BMT":1,"FTD":2,"MPMM":3,"TCE":4,"XDMG":5,"XGE":6,"XMM":7,"XPHB":8,"CoA":9,"GotSF":10,"MaBJoV":11,"MFF":12,"SADS":13,"VD":14,"AI":15,"BAM":16,"BGDIA":17,"CM":18,"CoS":19,"CRCotN":20,"DC":21,"DIP":22,"DitLCoT":23,"DMG":24,"DoDk":25,"DoSI":26,"DSotDQ":27,"EGW":28,"ERLW":29,"ESK":30,"GGR":31,"GHLoE":32,"GoS":33,"HftT":34,"HoL":35,"HotDQ":36,"HWCS":37,"IDRotF":38,"JttRC":39,"KftGV":40,"KKW":41,"LMoP":42,"LoX":43,"LRDT":44,"MM":45,"MOT":46,"MPP":47,"MTF":48,"OotA":49,"OoW":50,"PaBTSO":51,"PHB":52,"PotA":53,"QftIS":54,"RMBRE":55,"RoT":56,"SCC":57,"SDW":58,"SKT":59,"SLW":60,"TDCSR":61,"TftYP":62,"ToA":63,"ToB1-2023":64,"ToFW":65,"VEoR":66,"VGM":67,"VRGR":68,"WBtW":69,"WDH":70,"WDMM":71,"AATM":72,"AitFR-DN":73,"AitFR-FCD":74,"AitFR-ISF":75,"AitFR-THP":76,"AWM":77,"DoD":78,"HAT-TG":79,"IMR":80,"LLK":81,"LR":82,"MCV1SC":83,"MCV2DC":84,"MCV3MC":85,"MCV4EC":86,"MGELFT":87,"MisMV1":88,"NRH-ASS":89,"NRH-AT":90,"NRH-AVitW":91,"NRH-AWoL":92,"NRH-CoI":93,"NRH-TCMC":94,"PSA":95,"PSD":96,"PSI":97,"PSK":98,"PSX":99,"PSZ":100,"RtG":101,"TTP":102,"AAG":103,"SatO":104,"AitFR-AVT":105,"UATheMysticClass":106,"SCAG":107,"ALCurseOfStrahd":108,"ALElementalEvil":109,"ALRageOfDemons":110,"EET":111,"RoTOS":112,"AZfyT":113,"HAT-LMI":114,"NRH-TLT":115,"OGA":116,"UtHftLH":117,"XMtS":118,"EEPC":119,"VNotEE":120,"HFStCM":121,"XScreen":122,"DD":123,"EFR":124,"FS":125,"HWAitW":126,"SCC-ARiR":127,"SCC-CK":128,"SCC-HfMT":129,"SCC-TMM":130,"TftYP-AtG":131,"TftYP-DiT":132,"TftYP-TFoF":133,"TftYP-THSoT":134,"TftYP-ToH":135,"TftYP-TSC":136,"TftYP-WPM":137,"ToR":138,"US":139,"LK":140,"PiP":141,"ScoEE":142,"SjA":143,"TLK":144,"DMTCRG":145,"SAC":146,"ScreenDungeonKit":147,"ScreenWildernessKit":148,"HF":149,"HFFotM":150,"PaF":151,"RMR":152,"Screen":153,"ScreenSpelljammer":154,"TD":155,"AL":156,"HFDoMM":157},"t":{"creature":0,"spell":1,"class":2,"subclass":3,"classFeature":4,"subclassFeature":5,"background":6,"condition":7,"disease":8,"status":9,"feat":10,"optfeature":11,"item":12,"itemMastery":13,"psionic":14,"race":15,"reward":16,"variantrule":17,"adventure":18,"book":19,"deity":20,"object":21,"trap":22,"hazard":23,"cult":24,"boon":25,"table":26,"card":27,"deck":28,"facility":29,"legendaryGroup":30,"vehicle":31,"vehupgrade":32,"action":33,"language":34,"charoption":35,"recipe":36,"skill":37,"sense":38}}} \ No newline at end of file +{"x":[{"id":0,"c":1,"u":"aerosaur_bgg","p":128,"s":0,"h":1,"t":0,"uu":"aerosaur|bgg","m":"bestiary/tokens/BGG/Aerosaur.webp","n":"Aerosaur"},{"id":1,"c":1,"u":"altisaur_bgg","p":129,"s":0,"h":1,"t":0,"uu":"altisaur|bgg","m":"bestiary/tokens/BGG/Altisaur.webp","n":"Altisaur"},{"id":2,"c":1,"u":"bag%20jelly_bgg","p":120,"s":0,"h":1,"t":0,"uu":"bag jelly|bgg","m":"bestiary/tokens/BGG/Bag Jelly.webp","n":"Bag Jelly"},{"id":3,"c":1,"u":"barrowghast_bgg","p":121,"s":0,"h":1,"t":0,"uu":"barrowghast|bgg","m":"bestiary/tokens/BGG/Barrowghast.webp","n":"Barrowghast"},{"id":4,"c":1,"u":"cairnwight_bgg","p":122,"s":0,"h":1,"t":0,"uu":"cairnwight|bgg","m":"bestiary/tokens/BGG/Cairnwight.webp","n":"Cairnwight"},{"id":5,"c":1,"u":"ceratops_bgg","p":129,"s":0,"h":1,"t":0,"uu":"ceratops|bgg","m":"bestiary/tokens/BGG/Ceratops.webp","n":"Ceratops"},{"id":6,"c":1,"u":"cinder%20hulk_bgg","p":123,"s":0,"h":1,"t":0,"uu":"cinder hulk|bgg","m":"bestiary/tokens/BGG/Cinder Hulk.webp","n":"Cinder Hulk"},{"id":7,"c":1,"u":"cloud%20giant%20destiny%20gambler_bgg","p":124,"s":0,"h":1,"t":0,"uu":"cloud giant destiny gambler|bgg","m":"bestiary/tokens/BGG/Cloud Giant Destiny Gambler.webp","n":"Cloud Giant Destiny Gambler"},{"id":8,"c":1,"u":"cloud%20giant%20of%20evil%20air_bgg","p":125,"s":0,"h":1,"t":0,"uu":"cloud giant of evil air|bgg","m":"bestiary/tokens/BGG/Cloud Giant of Evil Air.webp","n":"Cloud Giant of Evil Air"},{"id":9,"c":1,"u":"cradle%20of%20the%20cloud%20scion_bgg","p":166,"s":0,"h":1,"t":0,"uu":"cradle of the cloud scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Cloud Scion.webp","n":"Cradle of the Cloud Scion"},{"id":10,"c":1,"u":"cradle%20of%20the%20fire%20scion_bgg","p":172,"s":0,"h":1,"t":0,"uu":"cradle of the fire scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Fire Scion.webp","n":"Cradle of the Fire Scion"},{"id":11,"c":1,"u":"cradle%20of%20the%20frost%20scion_bgg","p":174,"s":0,"h":1,"t":0,"uu":"cradle of the frost scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Frost Scion.webp","n":"Cradle of the Frost Scion"},{"id":12,"c":1,"u":"cradle%20of%20the%20hill%20scion_bgg","p":164,"s":0,"h":1,"t":0,"uu":"cradle of the hill scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Hill Scion.webp","n":"Cradle of the Hill Scion"},{"id":13,"c":1,"u":"cradle%20of%20the%20stone%20scion_bgg","p":168,"s":0,"h":1,"t":0,"uu":"cradle of the stone scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Stone Scion.webp","n":"Cradle of the Stone Scion"},{"id":14,"c":1,"u":"cradle%20of%20the%20storm%20scion_bgg","p":170,"s":0,"h":1,"t":0,"uu":"cradle of the storm scion|bgg","m":"bestiary/tokens/BGG/Cradle of the Storm Scion.webp","n":"Cradle of the Storm Scion"},{"id":15,"c":1,"u":"death%20giant%20reaper_bgg","p":126,"s":0,"h":1,"t":0,"uu":"death giant reaper|bgg","m":"bestiary/tokens/BGG/Death Giant Reaper.webp","n":"Death Giant Reaper"},{"id":16,"c":1,"u":"death%20giant%20shrouded%20one_bgg","p":127,"s":0,"h":1,"t":0,"uu":"death giant shrouded one|bgg","m":"bestiary/tokens/BGG/Death Giant Shrouded One.webp","n":"Death Giant Shrouded One"},{"id":17,"c":1,"u":"dust%20hulk_bgg","p":131,"s":0,"h":1,"t":0,"uu":"dust hulk|bgg","m":"bestiary/tokens/BGG/Dust Hulk.webp","n":"Dust Hulk"},{"id":18,"c":1,"u":"echo%20of%20demogorgon_bgg","p":132,"s":0,"h":1,"t":0,"uu":"echo of demogorgon|bgg","m":"bestiary/tokens/BGG/Echo of Demogorgon.webp","n":"Echo of Demogorgon"},{"id":19,"c":1,"u":"ettin%20ceremorph_bgg","p":133,"s":0,"h":1,"t":0,"uu":"ettin ceremorph|bgg","m":"bestiary/tokens/BGG/Ettin Ceremorph.webp","n":"Ettin Ceremorph"},{"id":20,"c":1,"u":"fensir%20devourer_bgg","p":135,"s":0,"h":1,"t":0,"uu":"fensir devourer|bgg","m":"bestiary/tokens/BGG/Fensir Devourer.webp","n":"Fensir Devourer"},{"id":21,"c":1,"u":"fensir%20skirmisher_bgg","p":135,"s":0,"h":1,"t":0,"uu":"fensir skirmisher|bgg","m":"bestiary/tokens/BGG/Fensir Skirmisher.webp","n":"Fensir Skirmisher"},{"id":22,"c":1,"u":"firbolg%20primeval%20warden_bgg","p":136,"s":0,"h":1,"t":0,"uu":"firbolg primeval warden|bgg","m":"bestiary/tokens/BGG/Firbolg Primeval Warden.webp","n":"Firbolg Primeval Warden"},{"id":23,"c":1,"u":"firbolg%20wanderer_bgg","p":137,"s":0,"h":1,"t":0,"uu":"firbolg wanderer|bgg","m":"bestiary/tokens/BGG/Firbolg Wanderer.webp","n":"Firbolg Wanderer"},{"id":24,"c":1,"u":"fire%20giant%20forgecaller_bgg","p":138,"s":0,"h":1,"t":0,"uu":"fire giant forgecaller|bgg","m":"bestiary/tokens/BGG/Fire Giant Forgecaller.webp","n":"Fire Giant Forgecaller"},{"id":25,"c":1,"u":"fire%20giant%20of%20evil%20fire_bgg","p":139,"s":0,"h":1,"t":0,"uu":"fire giant of evil fire|bgg","m":"bestiary/tokens/BGG/Fire Giant of Evil Fire.webp","n":"Fire Giant of Evil Fire"},{"id":26,"c":1,"u":"fire%20hellion_bgg","p":140,"s":0,"h":1,"t":0,"uu":"fire hellion|bgg","m":"bestiary/tokens/BGG/Fire Hellion.webp","n":"Fire Hellion"},{"id":27,"c":1,"u":"firegaunt_bgg","p":137,"s":0,"h":1,"t":0,"uu":"firegaunt|bgg","m":"bestiary/tokens/BGG/Firegaunt.webp","n":"Firegaunt"},{"id":28,"c":1,"u":"flesh%20colossus_bgg","p":141,"s":0,"h":1,"t":0,"uu":"flesh colossus|bgg","m":"bestiary/tokens/BGG/Flesh Colossus.webp","n":"Flesh Colossus"},{"id":29,"c":1,"u":"fomorian%20deep%20crawler_bgg","p":142,"s":0,"h":1,"t":0,"uu":"fomorian deep crawler|bgg","m":"bestiary/tokens/BGG/Fomorian Deep Crawler.webp","n":"Fomorian Deep Crawler"},{"id":30,"c":1,"u":"fomorian%20noble_bgg","p":143,"s":0,"h":1,"t":0,"uu":"fomorian noble|bgg","m":"bestiary/tokens/BGG/Fomorian Noble.webp","n":"Fomorian Noble"},{"id":31,"c":1,"u":"fomorian%20warlock%20of%20the%20dark_bgg","p":144,"s":0,"h":1,"t":0,"uu":"fomorian warlock of the dark|bgg","m":"bestiary/tokens/BGG/Fomorian Warlock of the Dark.webp","n":"Fomorian Warlock of the Dark"},{"id":32,"c":1,"u":"frost%20giant%20ice%20shaper_bgg","p":145,"s":0,"h":1,"t":0,"uu":"frost giant ice shaper|bgg","m":"bestiary/tokens/BGG/Frost Giant Ice Shaper.webp","n":"Frost Giant Ice Shaper"},{"id":33,"c":1,"u":"frost%20giant%20of%20evil%20water_bgg","p":146,"s":0,"h":1,"t":0,"uu":"frost giant of evil water|bgg","m":"bestiary/tokens/BGG/Frost Giant of Evil Water.webp","n":"Frost Giant of Evil Water"},{"id":34,"c":1,"u":"frostmourn_bgg","p":147,"s":0,"h":1,"t":0,"uu":"frostmourn|bgg","m":"bestiary/tokens/BGG/Frostmourn.webp","n":"Frostmourn"},{"id":35,"c":1,"u":"fury%20of%20kostchtchie_bgg","p":148,"s":0,"h":1,"t":0,"uu":"fury of kostchtchie|bgg","m":"bestiary/tokens/BGG/Fury of Kostchtchie.webp","n":"Fury of Kostchtchie"},{"id":36,"c":1,"u":"gargantua_bgg","p":149,"s":0,"h":1,"t":0,"uu":"gargantua|bgg","m":"bestiary/tokens/BGG/Gargantua.webp","n":"Gargantua"},{"id":37,"c":1,"u":"giant%20child_bgg","p":34,"s":0,"h":1,"t":0,"uu":"giant child|bgg","m":"bestiary/tokens/BGG/Giant Child.webp","n":"Giant Child"},{"id":38,"c":1,"u":"giant%20goose_bgg","p":150,"s":0,"h":1,"t":0,"uu":"giant goose|bgg","m":"bestiary/tokens/BGG/Giant Goose.webp","n":"Giant Goose"},{"id":39,"c":1,"u":"giant%20lynx_bgg","p":151,"s":0,"h":1,"t":0,"uu":"giant lynx|bgg","m":"bestiary/tokens/BGG/Giant Lynx.webp","n":"Giant Lynx"},{"id":40,"c":1,"u":"giant%20ox_bgg","p":152,"s":0,"h":1,"t":0,"uu":"giant ox|bgg","m":"bestiary/tokens/BGG/Giant Ox.webp","n":"Giant Ox"},{"id":41,"c":1,"u":"giant%20ram_bgg","p":153,"s":0,"h":1,"t":0,"uu":"giant ram|bgg","m":"bestiary/tokens/BGG/Giant Ram.webp","n":"Giant Ram"},{"id":42,"c":1,"u":"giant%20tick_bgg","p":153,"s":0,"h":1,"t":0,"uu":"giant tick|bgg","m":"bestiary/tokens/BGG/Giant Tick.webp","n":"Giant Tick"},{"id":43,"c":1,"u":"gigant_bgg","p":154,"s":0,"h":1,"t":0,"uu":"gigant|bgg","m":"bestiary/tokens/BGG/Gigant.webp","n":"Gigant"},{"id":44,"c":1,"u":"goliath%20giant-kin_bgg","p":155,"s":0,"h":1,"t":0,"uu":"goliath giant-kin|bgg","m":"bestiary/tokens/BGG/Goliath Giant-Kin.webp","n":"Goliath Giant-Kin"},{"id":45,"c":1,"u":"grinning%20cat_bgg","p":156,"s":0,"h":1,"t":0,"uu":"grinning cat|bgg","m":"bestiary/tokens/BGG/Grinning Cat.webp","n":"Grinning Cat"},{"id":46,"c":1,"u":"hill%20giant%20avalancher_bgg","p":157,"s":0,"h":1,"t":0,"uu":"hill giant avalancher|bgg","m":"bestiary/tokens/BGG/Hill Giant Avalancher.webp","n":"Hill Giant Avalancher"},{"id":47,"c":1,"u":"lightning%20hulk_bgg","p":158,"s":0,"h":1,"t":0,"uu":"lightning hulk|bgg","m":"bestiary/tokens/BGG/Lightning Hulk.webp","n":"Lightning Hulk"},{"id":48,"c":1,"u":"maw%20of%20yeenoghu_bgg","p":159,"s":0,"h":1,"t":0,"uu":"maw of yeenoghu|bgg","m":"bestiary/tokens/BGG/Maw of Yeenoghu.webp","n":"Maw of Yeenoghu"},{"id":49,"c":1,"u":"mist%20hulk_bgg","p":160,"s":0,"h":1,"t":0,"uu":"mist hulk|bgg","m":"bestiary/tokens/BGG/Mist Hulk.webp","n":"Mist Hulk"},{"id":50,"c":1,"u":"mud%20hulk_bgg","p":161,"s":0,"h":1,"t":0,"uu":"mud hulk|bgg","m":"bestiary/tokens/BGG/Mud Hulk.webp","n":"Mud Hulk"},{"id":51,"c":1,"u":"regisaur_bgg","p":130,"s":0,"h":1,"t":0,"uu":"regisaur|bgg","m":"bestiary/tokens/BGG/Regisaur.webp","n":"Regisaur"},{"id":52,"c":1,"u":"rime%20hulk_bgg","p":162,"s":0,"h":1,"t":0,"uu":"rime hulk|bgg","m":"bestiary/tokens/BGG/Rime Hulk.webp","n":"Rime Hulk"},{"id":53,"c":1,"u":"runic%20colossus_bgg","p":163,"s":0,"h":1,"t":0,"uu":"runic colossus|bgg","m":"bestiary/tokens/BGG/Runic Colossus.webp","n":"Runic Colossus"},{"id":54,"c":1,"u":"scion%20of%20grolantor_bgg","p":165,"s":0,"h":1,"t":0,"uu":"scion of grolantor|bgg","m":"bestiary/tokens/BGG/Scion of Grolantor.webp","n":"Scion of Grolantor"},{"id":55,"c":1,"u":"scion%20of%20memnor_bgg","p":167,"s":0,"h":1,"t":0,"uu":"scion of memnor|bgg","m":"bestiary/tokens/BGG/Scion of Memnor.webp","n":"Scion of Memnor"},{"id":56,"c":1,"u":"scion%20of%20skoraeus_bgg","p":169,"s":0,"h":1,"t":0,"uu":"scion of skoraeus|bgg","m":"bestiary/tokens/BGG/Scion of Skoraeus.webp","n":"Scion of Skoraeus"},{"id":57,"c":1,"u":"scion%20of%20stronmaus_bgg","p":171,"s":0,"h":1,"t":0,"uu":"scion of stronmaus|bgg","m":"bestiary/tokens/BGG/Scion of Stronmaus.webp","n":"Scion of Stronmaus"},{"id":58,"c":1,"u":"scion%20of%20surtur_bgg","p":173,"s":0,"h":1,"t":0,"uu":"scion of surtur|bgg","m":"bestiary/tokens/BGG/Scion of Surtur.webp","n":"Scion of Surtur"},{"id":59,"c":1,"u":"scion%20of%20thrym_bgg","p":175,"s":0,"h":1,"t":0,"uu":"scion of thrym|bgg","m":"bestiary/tokens/BGG/Scion of Thrym.webp","n":"Scion of Thrym"},{"id":60,"c":1,"u":"spectral%20cloud_bgg","p":176,"s":0,"h":1,"t":0,"uu":"spectral cloud|bgg","m":"bestiary/tokens/BGG/Spectral Cloud.webp","n":"Spectral Cloud"},{"id":61,"c":1,"u":"spotted%20lion_bgg","p":177,"s":0,"h":1,"t":0,"uu":"spotted lion|bgg","m":"bestiary/tokens/BGG/Spotted Lion.webp","n":"Spotted Lion"},{"id":62,"c":1,"u":"stalker%20of%20baphomet_bgg","p":178,"s":0,"h":1,"t":0,"uu":"stalker of baphomet|bgg","m":"bestiary/tokens/BGG/Stalker of Baphomet.webp","n":"Stalker of Baphomet"},{"id":63,"c":1,"u":"stone%20giant%20of%20evil%20earth_bgg","p":179,"s":0,"h":1,"t":0,"uu":"stone giant of evil earth|bgg","m":"bestiary/tokens/BGG/Stone Giant of Evil Earth.webp","n":"Stone Giant of Evil Earth"},{"id":64,"c":1,"u":"stone%20giant%20rockspeaker_bgg","p":180,"s":0,"h":1,"t":0,"uu":"stone giant rockspeaker|bgg","m":"bestiary/tokens/BGG/Stone Giant Rockspeaker.webp","n":"Stone Giant Rockspeaker"},{"id":65,"c":1,"u":"storm%20crab_bgg","p":181,"s":0,"h":1,"t":0,"uu":"storm crab|bgg","m":"bestiary/tokens/BGG/Storm Crab.webp","n":"Storm Crab"},{"id":66,"c":1,"u":"storm%20giant%20tempest%20caller_bgg","p":182,"s":0,"h":1,"t":0,"uu":"storm giant tempest caller|bgg","m":"bestiary/tokens/BGG/Storm Giant Tempest Caller.webp","n":"Storm Giant Tempest Caller"},{"id":67,"c":1,"u":"storm%20herald_bgg","p":183,"s":0,"h":1,"t":0,"uu":"storm herald|bgg","m":"bestiary/tokens/BGG/Storm Herald.webp","n":"Storm Herald"},{"id":68,"c":1,"u":"tempest%20spirit_bgg","p":184,"s":0,"h":1,"t":0,"uu":"tempest spirit|bgg","m":"bestiary/tokens/BGG/Tempest Spirit.webp","n":"Tempest Spirit"},{"id":69,"c":1,"u":"titanothere_bgg","p":185,"s":0,"h":1,"t":0,"uu":"titanothere|bgg","m":"bestiary/tokens/BGG/Titanothere.webp","n":"Titanothere"},{"id":70,"c":1,"u":"troll%20amalgam_bgg","p":186,"s":0,"h":1,"t":0,"uu":"troll amalgam|bgg","m":"bestiary/tokens/BGG/Troll Amalgam.webp","n":"Troll Amalgam"},{"id":71,"c":1,"u":"troll%20mutate_bgg","p":187,"s":0,"h":1,"t":0,"uu":"troll mutate|bgg","m":"bestiary/tokens/BGG/Troll Mutate.webp","n":"Troll Mutate"},{"id":72,"c":1,"u":"advanced%20detention%20drone_bmt","p":135,"s":1,"h":1,"t":0,"uu":"advanced detention drone|bmt","m":"bestiary/tokens/BMT/Advanced Detention Drone.webp","n":"Advanced Detention Drone"},{"id":73,"c":1,"u":"ambitious%20assassin_bmt","p":45,"s":1,"h":1,"t":0,"uu":"ambitious assassin|bmt","m":"bestiary/tokens/BMT/Ambitious Assassin.webp","n":"Ambitious Assassin"},{"id":74,"c":1,"u":"animated%20armor%20detention%20drone_bmt","p":135,"s":1,"h":1,"t":0,"uu":"animated armor detention drone|bmt","m":"bestiary/tokens/BMT/Animated Armor Detention Drone.webp","n":"Animated Armor Detention Drone"},{"id":75,"c":1,"u":"aspirant%20of%20the%20comet_bmt","p":91,"s":1,"h":1,"t":0,"uu":"aspirant of the comet|bmt","m":"bestiary/tokens/BMT/Aspirant of the Comet.webp","n":"Aspirant of the Comet"},{"id":76,"c":1,"u":"asteria_bmt","p":188,"s":1,"h":1,"t":0,"uu":"asteria|bmt","m":"bestiary/tokens/BMT/Asteria.webp","n":"Asteria"},{"id":77,"c":1,"u":"aurnozci_bmt","p":167,"s":1,"h":1,"t":0,"uu":"aurnozci|bmt","m":"bestiary/tokens/BMT/Aurnozci.webp","n":"Aurnozci"},{"id":78,"c":1,"u":"boss%20augustus_bmt","p":82,"s":1,"h":1,"t":0,"uu":"boss augustus|bmt","m":"bestiary/tokens/BMT/Boss Augustus.webp","n":"Boss Augustus"},{"id":79,"c":1,"u":"boss%20delour_bmt","p":83,"s":1,"h":1,"t":0,"uu":"boss delour|bmt","m":"bestiary/tokens/BMT/Boss Delour.webp","n":"Boss Delour"},{"id":80,"c":1,"u":"breath%20drinker_bmt","p":154,"s":1,"h":1,"t":0,"uu":"breath drinker|bmt","m":"bestiary/tokens/BMT/Breath Drinker.webp","n":"Breath Drinker"},{"id":81,"c":1,"u":"brusipha_bmt","p":127,"s":1,"h":1,"t":0,"uu":"brusipha|bmt","m":"bestiary/tokens/BMT/Brusipha.webp","n":"Brusipha"},{"id":82,"c":1,"u":"deck%20defender_bmt","p":72,"s":1,"h":1,"t":0,"uu":"deck defender|bmt","m":"bestiary/tokens/BMT/Deck Defender.webp","n":"Deck Defender"},{"id":83,"c":1,"u":"enchanting%20infiltrator_bmt","p":46,"s":1,"h":1,"t":0,"uu":"enchanting infiltrator|bmt","m":"bestiary/tokens/BMT/Enchanting Infiltrator.webp","n":"Enchanting Infiltrator"},{"id":84,"c":1,"u":"euryale_bmt","p":189,"s":1,"h":1,"t":0,"uu":"euryale|bmt","m":"bestiary/tokens/BMT/Euryale.webp","n":"Euryale"},{"id":85,"c":1,"u":"fate%20hag_bmt","p":176,"s":1,"h":1,"t":0,"uu":"fate hag|bmt","m":"bestiary/tokens/BMT/Fate Hag.webp","n":"Fate Hag"},{"id":86,"c":1,"u":"gremorly's%20ghost_bmt","p":122,"s":1,"h":1,"t":0,"uu":"gremorly's ghost|bmt","m":"bestiary/tokens/BMT/Gremorly's Ghost.webp","n":"Gremorly's Ghost"},{"id":87,"c":1,"u":"grim%20champion%20of%20bloodshed_bmt","p":161,"s":1,"h":1,"t":0,"uu":"grim champion of bloodshed|bmt","m":"bestiary/tokens/BMT/Grim Champion of Bloodshed.webp","n":"Grim Champion of Bloodshed"},{"id":88,"c":1,"u":"grim%20champion%20of%20desolation_bmt","p":162,"s":1,"h":1,"t":0,"uu":"grim champion of desolation|bmt","m":"bestiary/tokens/BMT/Grim Champion of Desolation.webp","n":"Grim Champion of Desolation"},{"id":89,"c":1,"u":"grim%20champion%20of%20pestilence_bmt","p":163,"s":1,"h":1,"t":0,"uu":"grim champion of pestilence|bmt","m":"bestiary/tokens/BMT/Grim Champion of Pestilence.webp","n":"Grim Champion of Pestilence"},{"id":90,"c":1,"u":"harrow%20hawk_bmt","p":177,"s":1,"h":1,"t":0,"uu":"harrow hawk|bmt","m":"bestiary/tokens/BMT/Harrow Hawk.webp","n":"Harrow Hawk"},{"id":91,"c":1,"u":"harrow%20hound_bmt","p":164,"s":1,"h":1,"t":0,"uu":"harrow hound|bmt","m":"bestiary/tokens/BMT/Harrow Hound.webp","n":"Harrow Hound"},{"id":92,"c":1,"u":"helmed%20horror%20detention%20drone_bmt","p":135,"s":1,"h":1,"t":0,"uu":"helmed horror detention drone|bmt","m":"bestiary/tokens/BMT/Helmed Horror Detention Drone.webp","n":"Helmed Horror Detention Drone"},{"id":93,"c":1,"u":"hierophant%20medusa_bmt","p":179,"s":1,"h":1,"t":0,"uu":"hierophant medusa|bmt","m":"bestiary/tokens/BMT/Hierophant Medusa.webp","n":"Hierophant Medusa"},{"id":94,"c":1,"u":"hierophant%20of%20the%20comet_bmt","p":92,"s":1,"h":1,"t":0,"uu":"hierophant of the comet|bmt","m":"bestiary/tokens/BMT/Hierophant of the Comet.webp","n":"Hierophant of the Comet"},{"id":95,"c":1,"u":"hulgaz_bmt","p":169,"s":1,"h":1,"t":0,"uu":"hulgaz|bmt","m":"bestiary/tokens/BMT/Hulgaz.webp","n":"Hulgaz"},{"id":96,"c":1,"u":"initiate%20of%20the%20comet_bmt","p":93,"s":1,"h":1,"t":0,"uu":"initiate of the comet|bmt","m":"bestiary/tokens/BMT/Initiate of the Comet.webp","n":"Initiate of the Comet"},{"id":97,"c":1,"u":"living%20portent_bmt","p":180,"s":1,"h":1,"t":0,"uu":"living portent|bmt","m":"bestiary/tokens/BMT/Living Portent.webp","n":"Living Portent"},{"id":98,"c":1,"u":"malaxxix_bmt","p":173,"s":1,"h":1,"t":0,"uu":"malaxxix|bmt","m":"bestiary/tokens/BMT/Malaxxix.webp","n":"Malaxxix"},{"id":99,"c":1,"u":"minotaur%20archaeologist_bmt","p":126,"s":1,"h":1,"t":0,"uu":"minotaur archaeologist|bmt","m":"bestiary/tokens/BMT/Minotaur Archaeologist.webp","n":"Minotaur Archaeologist"},{"id":100,"c":1,"u":"minotaur%20infiltrator_bmt","p":127,"s":1,"h":1,"t":0,"uu":"minotaur infiltrator|bmt","m":"bestiary/tokens/BMT/Minotaur Infiltrator.webp","n":"Minotaur Infiltrator"},{"id":101,"c":1,"u":"oddlewin_bmt","p":111,"s":1,"h":1,"t":0,"uu":"oddlewin|bmt","m":"bestiary/tokens/BMT/Oddlewin.webp","n":"Oddlewin"},{"id":102,"c":1,"u":"otherworldly%20corrupter_bmt","p":47,"s":1,"h":1,"t":0,"uu":"otherworldly corrupter|bmt","m":"bestiary/tokens/BMT/Otherworldly Corrupter.webp","n":"Otherworldly Corrupter"},{"id":103,"c":1,"u":"pazrodine_bmt","p":113,"s":1,"h":1,"t":0,"uu":"pazrodine|bmt","m":"bestiary/tokens/BMT/Pazrodine.webp","n":"Pazrodine"},{"id":104,"c":1,"u":"quadrone%20detention%20drone_bmt","p":135,"s":1,"h":1,"t":0,"uu":"quadrone detention drone|bmt","m":"bestiary/tokens/BMT/Quadrone Detention Drone.webp","n":"Quadrone Detention Drone"},{"id":105,"c":1,"u":"reaper%20spirit_bmt","p":50,"s":1,"h":1,"t":0,"uu":"reaper spirit|bmt","m":"bestiary/tokens/BMT/Reaper Spirit.webp","n":"Reaper Spirit"},{"id":106,"c":1,"u":"riffler_bmt","p":181,"s":1,"h":1,"t":0,"uu":"riffler|bmt","m":"bestiary/tokens/BMT/Riffler.webp","n":"Riffler"},{"id":107,"c":1,"u":"ruin%20spider_bmt","p":182,"s":1,"h":1,"t":0,"uu":"ruin spider|bmt","m":"bestiary/tokens/BMT/Ruin Spider.webp","n":"Ruin Spider"},{"id":108,"c":1,"u":"sir%20jared_bmt","p":80,"s":1,"h":1,"t":0,"uu":"sir jared|bmt","m":"bestiary/tokens/BMT/Sir Jared.webp","n":"Sir Jared"},{"id":109,"c":1,"u":"solar%20bastion%20knight_bmt","p":75,"s":1,"h":1,"t":0,"uu":"solar bastion knight|bmt","m":"bestiary/tokens/BMT/Solar Bastion Knight.webp","n":"Solar Bastion Knight"},{"id":110,"c":1,"u":"talon%20beast_bmt","p":183,"s":1,"h":1,"t":0,"uu":"talon beast|bmt","m":"bestiary/tokens/BMT/Talon Beast.webp","n":"Talon Beast"},{"id":111,"c":1,"u":"veiled%20presence_bmt","p":48,"s":1,"h":1,"t":0,"uu":"veiled presence|bmt","m":"bestiary/tokens/BMT/Veiled Presence.webp","n":"Veiled Presence"},{"id":112,"c":1,"u":"werevulture_bmt","p":184,"s":1,"h":1,"t":0,"uu":"werevulture|bmt","m":"bestiary/tokens/BMT/Werevulture.webp","n":"Werevulture"},{"id":113,"c":1,"u":"adult%20amethyst%20dragon_ftd","p":161,"s":2,"h":1,"t":0,"uu":"adult amethyst dragon|ftd","m":"bestiary/tokens/FTD/Adult Amethyst Dragon.webp","n":"Adult Amethyst Dragon"},{"id":114,"c":1,"u":"adult%20crystal%20dragon_ftd","p":171,"s":2,"h":1,"t":0,"uu":"adult crystal dragon|ftd","m":"bestiary/tokens/FTD/Adult Crystal Dragon.webp","n":"Adult Crystal Dragon"},{"id":115,"c":1,"u":"adult%20deep%20dragon_ftd","p":174,"s":2,"h":1,"t":0,"uu":"adult deep dragon|ftd","m":"bestiary/tokens/FTD/Adult Deep Dragon.webp","n":"Adult Deep Dragon"},{"id":116,"c":1,"u":"adult%20emerald%20dragon_ftd","p":196,"s":2,"h":1,"t":0,"uu":"adult emerald dragon|ftd","m":"bestiary/tokens/FTD/Adult Emerald Dragon.webp","n":"Adult Emerald Dragon"},{"id":117,"c":1,"u":"adult%20moonstone%20dragon_ftd","p":212,"s":2,"h":1,"t":0,"uu":"adult moonstone dragon|ftd","m":"bestiary/tokens/FTD/Adult Moonstone Dragon.webp","n":"Adult Moonstone Dragon"},{"id":118,"c":1,"u":"adult%20sapphire%20dragon_ftd","p":215,"s":2,"h":1,"t":0,"uu":"adult sapphire dragon|ftd","m":"bestiary/tokens/FTD/Adult Sapphire Dragon.webp","n":"Adult Sapphire Dragon"},{"id":119,"c":1,"u":"adult%20topaz%20dragon_ftd","p":221,"s":2,"h":1,"t":0,"uu":"adult topaz dragon|ftd","m":"bestiary/tokens/FTD/Adult Topaz Dragon.webp","n":"Adult Topaz Dragon"},{"id":120,"c":1,"u":"amethyst%20dragon%20wyrmling_ftd","p":162,"s":2,"h":1,"t":0,"uu":"amethyst dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Amethyst Dragon Wyrmling.webp","n":"Amethyst Dragon Wyrmling"},{"id":121,"c":1,"u":"amethyst%20greatwyrm_ftd","p":201,"s":2,"h":1,"t":0,"uu":"amethyst greatwyrm|ftd","m":"bestiary/tokens/FTD/Amethyst Greatwyrm.webp","n":"Amethyst Greatwyrm"},{"id":122,"c":1,"u":"ancient%20amethyst%20dragon_ftd","p":160,"s":2,"h":1,"t":0,"uu":"ancient amethyst dragon|ftd","m":"bestiary/tokens/FTD/Ancient Amethyst Dragon.webp","n":"Ancient Amethyst Dragon"},{"id":123,"c":1,"u":"ancient%20crystal%20dragon_ftd","p":170,"s":2,"h":1,"t":0,"uu":"ancient crystal dragon|ftd","m":"bestiary/tokens/FTD/Ancient Crystal Dragon.webp","n":"Ancient Crystal Dragon"},{"id":124,"c":1,"u":"ancient%20deep%20dragon_ftd","p":173,"s":2,"h":1,"t":0,"uu":"ancient deep dragon|ftd","m":"bestiary/tokens/FTD/Ancient Deep Dragon.webp","n":"Ancient Deep Dragon"},{"id":125,"c":1,"u":"ancient%20dragon%20turtle_ftd","p":191,"s":2,"h":1,"t":0,"uu":"ancient dragon turtle|ftd","m":"bestiary/tokens/FTD/Ancient Dragon Turtle.webp","n":"Ancient Dragon Turtle"},{"id":126,"c":1,"u":"ancient%20emerald%20dragon_ftd","p":195,"s":2,"h":1,"t":0,"uu":"ancient emerald dragon|ftd","m":"bestiary/tokens/FTD/Ancient Emerald Dragon.webp","n":"Ancient Emerald Dragon"},{"id":127,"c":1,"u":"ancient%20moonstone%20dragon_ftd","p":211,"s":2,"h":1,"t":0,"uu":"ancient moonstone dragon|ftd","m":"bestiary/tokens/FTD/Ancient Moonstone Dragon.webp","n":"Ancient Moonstone Dragon"},{"id":128,"c":1,"u":"ancient%20sapphire%20dragon_ftd","p":214,"s":2,"h":1,"t":0,"uu":"ancient sapphire dragon|ftd","m":"bestiary/tokens/FTD/Ancient Sapphire Dragon.webp","n":"Ancient Sapphire Dragon"},{"id":129,"c":1,"u":"ancient%20sea%20serpent_ftd","p":219,"s":2,"h":1,"t":0,"uu":"ancient sea serpent|ftd","m":"bestiary/tokens/FTD/Ancient Sea Serpent.webp","n":"Ancient Sea Serpent"},{"id":130,"c":1,"u":"ancient%20topaz%20dragon_ftd","p":220,"s":2,"h":1,"t":0,"uu":"ancient topaz dragon|ftd","m":"bestiary/tokens/FTD/Ancient Topaz Dragon.webp","n":"Ancient Topaz Dragon"},{"id":131,"c":1,"u":"animated%20breath_ftd","p":163,"s":2,"h":1,"t":0,"uu":"animated breath|ftd","m":"bestiary/tokens/FTD/Animated Breath.webp","n":"Animated Breath"},{"id":132,"c":1,"u":"aspect%20of%20bahamut_ftd","p":165,"s":2,"h":1,"t":0,"uu":"aspect of bahamut|ftd","m":"bestiary/tokens/FTD/Aspect of Bahamut.webp","n":"Aspect of Bahamut"},{"id":133,"c":1,"u":"aspect%20of%20tiamat_ftd","p":166,"s":2,"h":1,"t":0,"uu":"aspect of tiamat|ftd","m":"bestiary/tokens/FTD/Aspect of Tiamat.webp","n":"Aspect of Tiamat"},{"id":134,"c":1,"u":"black%20greatwyrm_ftd","p":168,"s":2,"h":1,"t":0,"uu":"black greatwyrm|ftd","m":"bestiary/tokens/FTD/Black Greatwyrm.webp","n":"Black Greatwyrm"},{"id":135,"c":1,"u":"blue%20greatwyrm_ftd","p":168,"s":2,"h":1,"t":0,"uu":"blue greatwyrm|ftd","m":"bestiary/tokens/FTD/Blue Greatwyrm.webp","n":"Blue Greatwyrm"},{"id":136,"c":1,"u":"brass%20greatwyrm_ftd","p":208,"s":2,"h":1,"t":0,"uu":"brass greatwyrm|ftd","m":"bestiary/tokens/FTD/Brass Greatwyrm.webp","n":"Brass Greatwyrm"},{"id":137,"c":1,"u":"bronze%20greatwyrm_ftd","p":208,"s":2,"h":1,"t":0,"uu":"bronze greatwyrm|ftd","m":"bestiary/tokens/FTD/Bronze Greatwyrm.webp","n":"Bronze Greatwyrm"},{"id":138,"c":1,"u":"copper%20greatwyrm_ftd","p":208,"s":2,"h":1,"t":0,"uu":"copper greatwyrm|ftd","m":"bestiary/tokens/FTD/Copper Greatwyrm.webp","n":"Copper Greatwyrm"},{"id":139,"c":1,"u":"crystal%20dragon%20wyrmling_ftd","p":172,"s":2,"h":1,"t":0,"uu":"crystal dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Crystal Dragon Wyrmling.webp","n":"Crystal Dragon Wyrmling"},{"id":140,"c":1,"u":"crystal%20greatwyrm_ftd","p":201,"s":2,"h":1,"t":0,"uu":"crystal greatwyrm|ftd","m":"bestiary/tokens/FTD/Crystal Greatwyrm.webp","n":"Crystal Greatwyrm"},{"id":141,"c":1,"u":"deep%20dragon%20wyrmling_ftd","p":175,"s":2,"h":1,"t":0,"uu":"deep dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Deep Dragon Wyrmling.webp","n":"Deep Dragon Wyrmling"},{"id":142,"c":1,"u":"dracohydra_ftd","p":176,"s":2,"h":1,"t":0,"uu":"dracohydra|ftd","m":"bestiary/tokens/FTD/Dracohydra.webp","n":"Dracohydra"},{"id":143,"c":1,"u":"draconian%20dreadnought_ftd","p":177,"s":2,"h":1,"t":0,"uu":"draconian dreadnought|ftd","m":"bestiary/tokens/FTD/Draconian Dreadnought.webp","n":"Draconian Dreadnought"},{"id":144,"c":1,"u":"draconian%20foot%20soldier_ftd","p":178,"s":2,"h":1,"t":0,"uu":"draconian foot soldier|ftd","m":"bestiary/tokens/FTD/Draconian Foot Soldier.webp","n":"Draconian Foot Soldier"},{"id":145,"c":1,"u":"draconian%20infiltrator_ftd","p":178,"s":2,"h":1,"t":0,"uu":"draconian infiltrator|ftd","m":"bestiary/tokens/FTD/Draconian Infiltrator.webp","n":"Draconian Infiltrator"},{"id":146,"c":1,"u":"draconian%20mage_ftd","p":179,"s":2,"h":1,"t":0,"uu":"draconian mage|ftd","m":"bestiary/tokens/FTD/Draconian Mage.webp","n":"Draconian Mage"},{"id":147,"c":1,"u":"draconian%20mastermind_ftd","p":180,"s":2,"h":1,"t":0,"uu":"draconian mastermind|ftd","m":"bestiary/tokens/FTD/Draconian Mastermind.webp","n":"Draconian Mastermind"},{"id":148,"c":1,"u":"draconic%20shard_ftd","p":181,"s":2,"h":1,"t":0,"uu":"draconic shard|ftd","m":"bestiary/tokens/FTD/Draconic Shard.webp","n":"Draconic Shard"},{"id":149,"c":1,"u":"draconic%20spirit_ftd","p":21,"s":2,"h":1,"t":0,"uu":"draconic spirit|ftd","m":"bestiary/tokens/FTD/Draconic Spirit.webp","n":"Draconic Spirit"},{"id":150,"c":1,"u":"dragon%20blessed_ftd","p":188,"s":2,"h":1,"t":0,"uu":"dragon blessed|ftd","m":"bestiary/tokens/FTD/Dragon Blessed.webp","n":"Dragon Blessed"},{"id":151,"c":1,"u":"dragon%20chosen_ftd","p":189,"s":2,"h":1,"t":0,"uu":"dragon chosen|ftd","m":"bestiary/tokens/FTD/Dragon Chosen.webp","n":"Dragon Chosen"},{"id":152,"c":1,"u":"dragon%20speaker_ftd","p":189,"s":2,"h":1,"t":0,"uu":"dragon speaker|ftd","m":"bestiary/tokens/FTD/Dragon Speaker.webp","n":"Dragon Speaker"},{"id":153,"c":1,"u":"dragon%20turtle%20wyrmling_ftd","p":192,"s":2,"h":1,"t":0,"uu":"dragon turtle wyrmling|ftd","m":"bestiary/tokens/FTD/Dragon Turtle Wyrmling.webp","n":"Dragon Turtle Wyrmling"},{"id":154,"c":1,"u":"dragonblood%20ooze_ftd","p":182,"s":2,"h":1,"t":0,"uu":"dragonblood ooze|ftd","m":"bestiary/tokens/FTD/Dragonblood Ooze.webp","n":"Dragonblood Ooze"},{"id":155,"c":1,"u":"dragonbone%20golem_ftd","p":183,"s":2,"h":1,"t":0,"uu":"dragonbone golem|ftd","m":"bestiary/tokens/FTD/Dragonbone Golem.webp","n":"Dragonbone Golem"},{"id":156,"c":1,"u":"dragonborn%20of%20bahamut_ftd","p":184,"s":2,"h":1,"t":0,"uu":"dragonborn of bahamut|ftd","m":"bestiary/tokens/FTD/Dragonborn of Bahamut.webp","n":"Dragonborn of Bahamut"},{"id":157,"c":1,"u":"dragonborn%20of%20sardior_ftd","p":185,"s":2,"h":1,"t":0,"uu":"dragonborn of sardior|ftd","m":"bestiary/tokens/FTD/Dragonborn of Sardior.webp","n":"Dragonborn of Sardior"},{"id":158,"c":1,"u":"dragonborn%20of%20tiamat_ftd","p":185,"s":2,"h":1,"t":0,"uu":"dragonborn of tiamat|ftd","m":"bestiary/tokens/FTD/Dragonborn of Tiamat.webp","n":"Dragonborn of Tiamat"},{"id":159,"c":1,"u":"dragonflesh%20abomination_ftd","p":187,"s":2,"h":1,"t":0,"uu":"dragonflesh abomination|ftd","m":"bestiary/tokens/FTD/Dragonflesh Abomination.webp","n":"Dragonflesh Abomination"},{"id":160,"c":1,"u":"dragonflesh%20grafter_ftd","p":186,"s":2,"h":1,"t":0,"uu":"dragonflesh grafter|ftd","m":"bestiary/tokens/FTD/Dragonflesh Grafter.webp","n":"Dragonflesh Grafter"},{"id":161,"c":1,"u":"dragonnel_ftd","p":190,"s":2,"h":1,"t":0,"uu":"dragonnel|ftd","m":"bestiary/tokens/FTD/Dragonnel.webp","n":"Dragonnel"},{"id":162,"c":1,"u":"drake%20companion_ftd","p":15,"s":2,"h":1,"t":0,"uu":"drake companion|ftd","m":"bestiary/tokens/FTD/Drake Companion.webp","n":"Drake Companion"},{"id":163,"c":1,"u":"egg%20hunter%20adult_ftd","p":193,"s":2,"h":1,"t":0,"uu":"egg hunter adult|ftd","m":"bestiary/tokens/FTD/Egg Hunter Adult.webp","n":"Egg Hunter Adult"},{"id":164,"c":1,"u":"egg%20hunter%20hatchling_ftd","p":193,"s":2,"h":1,"t":0,"uu":"egg hunter hatchling|ftd","m":"bestiary/tokens/FTD/Egg Hunter Hatchling.webp","n":"Egg Hunter Hatchling"},{"id":165,"c":1,"u":"elder%20brain%20dragon_ftd","p":194,"s":2,"h":1,"t":0,"uu":"elder brain dragon|ftd","m":"bestiary/tokens/FTD/Elder Brain Dragon.webp","n":"Elder Brain Dragon"},{"id":166,"c":1,"u":"emerald%20dragon%20wyrmling_ftd","p":197,"s":2,"h":1,"t":0,"uu":"emerald dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Emerald Dragon Wyrmling.webp","n":"Emerald Dragon Wyrmling"},{"id":167,"c":1,"u":"emerald%20greatwyrm_ftd","p":201,"s":2,"h":1,"t":0,"uu":"emerald greatwyrm|ftd","m":"bestiary/tokens/FTD/Emerald Greatwyrm.webp","n":"Emerald Greatwyrm"},{"id":168,"c":1,"u":"eyedrake_ftd","p":199,"s":2,"h":1,"t":0,"uu":"eyedrake|ftd","m":"bestiary/tokens/FTD/Eyedrake.webp","n":"Eyedrake"},{"id":169,"c":1,"u":"gem%20stalker_ftd","p":202,"s":2,"h":1,"t":0,"uu":"gem stalker|ftd","m":"bestiary/tokens/FTD/Gem Stalker.webp","n":"Gem Stalker"},{"id":170,"c":1,"u":"ghost%20dragon_ftd","p":203,"s":2,"h":1,"t":0,"uu":"ghost dragon|ftd","m":"bestiary/tokens/FTD/Ghost Dragon.webp","n":"Ghost Dragon"},{"id":171,"c":1,"u":"giant%20canary_ftd","p":23,"s":2,"h":1,"t":0,"uu":"giant canary|ftd","m":"bestiary/tokens/FTD/Giant Canary.webp","n":"Giant Canary"},{"id":172,"c":1,"u":"gold%20greatwyrm_ftd","p":208,"s":2,"h":1,"t":0,"uu":"gold greatwyrm|ftd","m":"bestiary/tokens/FTD/Gold Greatwyrm.webp","n":"Gold Greatwyrm"},{"id":173,"c":1,"u":"green%20greatwyrm_ftd","p":168,"s":2,"h":1,"t":0,"uu":"green greatwyrm|ftd","m":"bestiary/tokens/FTD/Green Greatwyrm.webp","n":"Green Greatwyrm"},{"id":174,"c":1,"u":"hoard%20mimic_ftd","p":204,"s":2,"h":1,"t":0,"uu":"hoard mimic|ftd","m":"bestiary/tokens/FTD/Hoard Mimic.webp","n":"Hoard Mimic"},{"id":175,"c":1,"u":"hoard%20scarab_ftd","p":205,"s":2,"h":1,"t":0,"uu":"hoard scarab|ftd","m":"bestiary/tokens/FTD/Hoard Scarab.webp","n":"Hoard Scarab"},{"id":176,"c":1,"u":"hollow%20dragon_ftd","p":206,"s":2,"h":1,"t":0,"uu":"hollow dragon|ftd","m":"bestiary/tokens/FTD/Hollow Dragon.webp","n":"Hollow Dragon"},{"id":177,"c":1,"u":"liondrake_ftd","p":207,"s":2,"h":1,"t":0,"uu":"liondrake|ftd","m":"bestiary/tokens/FTD/Liondrake.webp","n":"Liondrake"},{"id":178,"c":1,"u":"metallic%20peacekeeper_ftd","p":210,"s":2,"h":1,"t":0,"uu":"metallic peacekeeper|ftd","m":"bestiary/tokens/FTD/Metallic Peacekeeper.webp","n":"Metallic Peacekeeper"},{"id":179,"c":1,"u":"metallic%20warbler_ftd","p":210,"s":2,"h":1,"t":0,"uu":"metallic warbler|ftd","m":"bestiary/tokens/FTD/Metallic Warbler.webp","n":"Metallic Warbler"},{"id":180,"c":1,"u":"moonstone%20dragon%20wyrmling_ftd","p":213,"s":2,"h":1,"t":0,"uu":"moonstone dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Moonstone Dragon Wyrmling.webp","n":"Moonstone Dragon Wyrmling"},{"id":181,"c":1,"u":"red%20greatwyrm_ftd","p":168,"s":2,"h":1,"t":0,"uu":"red greatwyrm|ftd","m":"bestiary/tokens/FTD/Red Greatwyrm.webp","n":"Red Greatwyrm"},{"id":182,"c":1,"u":"sapphire%20dragon%20wyrmling_ftd","p":216,"s":2,"h":1,"t":0,"uu":"sapphire dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Sapphire Dragon Wyrmling.webp","n":"Sapphire Dragon Wyrmling"},{"id":183,"c":1,"u":"sapphire%20greatwyrm_ftd","p":201,"s":2,"h":1,"t":0,"uu":"sapphire greatwyrm|ftd","m":"bestiary/tokens/FTD/Sapphire Greatwyrm.webp","n":"Sapphire Greatwyrm"},{"id":184,"c":1,"u":"silver%20greatwyrm_ftd","p":208,"s":2,"h":1,"t":0,"uu":"silver greatwyrm|ftd","m":"bestiary/tokens/FTD/Silver Greatwyrm.webp","n":"Silver Greatwyrm"},{"id":185,"c":1,"u":"swarm%20of%20hoard%20scarabs_ftd","p":205,"s":2,"h":1,"t":0,"uu":"swarm of hoard scarabs|ftd","m":"bestiary/tokens/FTD/Swarm of Hoard Scarabs.webp","n":"Swarm of Hoard Scarabs"},{"id":186,"c":1,"u":"topaz%20dragon%20wyrmling_ftd","p":223,"s":2,"h":1,"t":0,"uu":"topaz dragon wyrmling|ftd","m":"bestiary/tokens/FTD/Topaz Dragon Wyrmling.webp","n":"Topaz Dragon Wyrmling"},{"id":187,"c":1,"u":"topaz%20greatwyrm_ftd","p":201,"s":2,"h":1,"t":0,"uu":"topaz greatwyrm|ftd","m":"bestiary/tokens/FTD/Topaz Greatwyrm.webp","n":"Topaz Greatwyrm"},{"id":188,"c":1,"u":"white%20greatwyrm_ftd","p":168,"s":2,"h":1,"t":0,"uu":"white greatwyrm|ftd","m":"bestiary/tokens/FTD/White Greatwyrm.webp","n":"White Greatwyrm"},{"id":189,"c":1,"u":"young%20amethyst%20dragon_ftd","p":161,"s":2,"h":1,"t":0,"uu":"young amethyst dragon|ftd","m":"bestiary/tokens/FTD/Young Amethyst Dragon.webp","n":"Young Amethyst Dragon"},{"id":190,"c":1,"u":"young%20crystal%20dragon_ftd","p":172,"s":2,"h":1,"t":0,"uu":"young crystal dragon|ftd","m":"bestiary/tokens/FTD/Young Crystal Dragon.webp","n":"Young Crystal Dragon"},{"id":191,"c":1,"u":"young%20deep%20dragon_ftd","p":175,"s":2,"h":1,"t":0,"uu":"young deep dragon|ftd","m":"bestiary/tokens/FTD/Young Deep Dragon.webp","n":"Young Deep Dragon"},{"id":192,"c":1,"u":"young%20dragon%20turtle_ftd","p":192,"s":2,"h":1,"t":0,"uu":"young dragon turtle|ftd","m":"bestiary/tokens/FTD/Young Dragon Turtle.webp","n":"Young Dragon Turtle"},{"id":193,"c":1,"u":"young%20emerald%20dragon_ftd","p":197,"s":2,"h":1,"t":0,"uu":"young emerald dragon|ftd","m":"bestiary/tokens/FTD/Young Emerald Dragon.webp","n":"Young Emerald Dragon"},{"id":194,"c":1,"u":"young%20moonstone%20dragon_ftd","p":213,"s":2,"h":1,"t":0,"uu":"young moonstone dragon|ftd","m":"bestiary/tokens/FTD/Young Moonstone Dragon.webp","n":"Young Moonstone Dragon"},{"id":195,"c":1,"u":"young%20sapphire%20dragon_ftd","p":216,"s":2,"h":1,"t":0,"uu":"young sapphire dragon|ftd","m":"bestiary/tokens/FTD/Young Sapphire Dragon.webp","n":"Young Sapphire Dragon"},{"id":196,"c":1,"u":"young%20sea%20serpent_ftd","p":219,"s":2,"h":1,"t":0,"uu":"young sea serpent|ftd","m":"bestiary/tokens/FTD/Young Sea Serpent.webp","n":"Young Sea Serpent"},{"id":197,"c":1,"u":"young%20topaz%20dragon_ftd","p":223,"s":2,"h":1,"t":0,"uu":"young topaz dragon|ftd","m":"bestiary/tokens/FTD/Young Topaz Dragon.webp","n":"Young Topaz Dragon"},{"id":198,"c":1,"u":"abjurer%20wizard_mpmm","p":260,"s":3,"h":1,"t":0,"uu":"abjurer wizard|mpmm","m":"bestiary/tokens/MPMM/Abjurer Wizard.webp","n":"Abjurer Wizard"},{"id":199,"c":1,"u":"adult%20kruthik_mpmm","p":169,"s":3,"h":1,"t":0,"uu":"adult kruthik|mpmm","m":"bestiary/tokens/MPMM/Adult Kruthik.webp","n":"Adult Kruthik"},{"id":200,"c":1,"u":"adult%20oblex_mpmm","p":198,"s":3,"h":1,"t":0,"uu":"adult oblex|mpmm","m":"bestiary/tokens/MPMM/Adult Oblex.webp","n":"Adult Oblex"},{"id":201,"c":1,"u":"air%20elemental%20myrmidon_mpmm","p":122,"s":3,"h":1,"t":0,"uu":"air elemental myrmidon|mpmm","m":"bestiary/tokens/MPMM/Air Elemental Myrmidon.webp","n":"Air Elemental Myrmidon"},{"id":202,"c":1,"u":"alhoon_mpmm","p":43,"s":3,"h":1,"t":0,"uu":"alhoon|mpmm","m":"bestiary/tokens/MPMM/Alhoon.webp","n":"Alhoon"},{"id":203,"c":1,"u":"alkilith_mpmm","p":44,"s":3,"h":1,"t":0,"uu":"alkilith|mpmm","m":"bestiary/tokens/MPMM/Alkilith.webp","n":"Alkilith"},{"id":204,"c":1,"u":"allip_mpmm","p":45,"s":3,"h":1,"t":0,"uu":"allip|mpmm","m":"bestiary/tokens/MPMM/Allip.webp","n":"Allip"},{"id":205,"c":1,"u":"amnizu_mpmm","p":46,"s":3,"h":1,"t":0,"uu":"amnizu|mpmm","m":"bestiary/tokens/MPMM/Amnizu.webp","n":"Amnizu"},{"id":206,"c":1,"u":"angry%20sorrowsworn_mpmm","p":222,"s":3,"h":1,"t":0,"uu":"angry sorrowsworn|mpmm","m":"bestiary/tokens/MPMM/Angry Sorrowsworn.webp","n":"Angry Sorrowsworn"},{"id":207,"c":1,"u":"annis%20hag_mpmm","p":47,"s":3,"h":1,"t":0,"uu":"annis hag|mpmm","m":"bestiary/tokens/MPMM/Annis Hag.webp","n":"Annis Hag"},{"id":208,"c":1,"u":"apprentice%20wizard_mpmm","p":259,"s":3,"h":1,"t":0,"uu":"apprentice wizard|mpmm","m":"bestiary/tokens/MPMM/Apprentice Wizard.webp","n":"Apprentice Wizard"},{"id":209,"c":1,"u":"archdruid_mpmm","p":48,"s":3,"h":1,"t":0,"uu":"archdruid|mpmm","m":"bestiary/tokens/MPMM/Archdruid.webp","n":"Archdruid"},{"id":210,"c":1,"u":"archer_mpmm","p":49,"s":3,"h":1,"t":0,"uu":"archer|mpmm","m":"bestiary/tokens/MPMM/Archer.webp","n":"Archer"},{"id":211,"c":1,"u":"armanite_mpmm","p":50,"s":3,"h":1,"t":0,"uu":"armanite|mpmm","m":"bestiary/tokens/MPMM/Armanite.webp","n":"Armanite"},{"id":212,"c":1,"u":"astral%20dreadnought_mpmm","p":51,"s":3,"h":1,"t":0,"uu":"astral dreadnought|mpmm","m":"bestiary/tokens/MPMM/Astral Dreadnought.webp","n":"Astral Dreadnought"},{"id":213,"c":1,"u":"aurochs_mpmm","p":71,"s":3,"h":1,"t":0,"uu":"aurochs|mpmm","m":"bestiary/tokens/MPMM/Aurochs.webp","n":"Aurochs"},{"id":214,"c":1,"u":"autumn%20eladrin_mpmm","p":115,"s":3,"h":1,"t":0,"uu":"autumn eladrin|mpmm","m":"bestiary/tokens/MPMM/Autumn Eladrin.webp","n":"Autumn Eladrin"},{"id":215,"c":1,"u":"babau_mpmm","p":52,"s":3,"h":1,"t":0,"uu":"babau|mpmm","m":"bestiary/tokens/MPMM/Babau.webp","n":"Babau"},{"id":216,"c":1,"u":"bael_mpmm","p":54,"s":3,"h":1,"t":0,"uu":"bael|mpmm","m":"bestiary/tokens/MPMM/Bael.webp","n":"Bael"},{"id":217,"c":1,"u":"balhannoth_mpmm","p":55,"s":3,"h":1,"t":0,"uu":"balhannoth|mpmm","m":"bestiary/tokens/MPMM/Balhannoth.webp","n":"Balhannoth"},{"id":218,"c":1,"u":"banderhobb_mpmm","p":56,"s":3,"h":1,"t":0,"uu":"banderhobb|mpmm","m":"bestiary/tokens/MPMM/Banderhobb.webp","n":"Banderhobb"},{"id":219,"c":1,"u":"baphomet_mpmm","p":58,"s":3,"h":1,"t":0,"uu":"baphomet|mpmm","m":"bestiary/tokens/MPMM/Baphomet.webp","n":"Baphomet"},{"id":220,"c":1,"u":"bard_mpmm","p":59,"s":3,"h":1,"t":0,"uu":"bard|mpmm","m":"bestiary/tokens/MPMM/Bard.webp","n":"Bard"},{"id":221,"c":1,"u":"barghest_mpmm","p":60,"s":3,"h":1,"t":0,"uu":"barghest|mpmm","m":"bestiary/tokens/MPMM/Barghest.webp","n":"Barghest"},{"id":222,"c":1,"u":"berbalang_mpmm","p":61,"s":3,"h":1,"t":0,"uu":"berbalang|mpmm","m":"bestiary/tokens/MPMM/Berbalang.webp","n":"Berbalang"},{"id":223,"c":1,"u":"bheur%20hag_mpmm","p":62,"s":3,"h":1,"t":0,"uu":"bheur hag|mpmm","m":"bestiary/tokens/MPMM/Bheur Hag.webp","n":"Bheur Hag"},{"id":224,"c":1,"u":"black%20abishai_mpmm","p":38,"s":3,"h":1,"t":0,"uu":"black abishai|mpmm","m":"bestiary/tokens/MPMM/Black Abishai.webp","n":"Black Abishai"},{"id":225,"c":1,"u":"blackguard_mpmm","p":63,"s":3,"h":1,"t":0,"uu":"blackguard|mpmm","m":"bestiary/tokens/MPMM/Blackguard.webp","n":"Blackguard"},{"id":226,"c":1,"u":"blue%20abishai_mpmm","p":39,"s":3,"h":1,"t":0,"uu":"blue abishai|mpmm","m":"bestiary/tokens/MPMM/Blue Abishai.webp","n":"Blue Abishai"},{"id":227,"c":1,"u":"bodak_mpmm","p":64,"s":3,"h":1,"t":0,"uu":"bodak|mpmm","m":"bestiary/tokens/MPMM/Bodak.webp","n":"Bodak"},{"id":228,"c":1,"u":"boggle_mpmm","p":65,"s":3,"h":1,"t":0,"uu":"boggle|mpmm","m":"bestiary/tokens/MPMM/Boggle.webp","n":"Boggle"},{"id":229,"c":1,"u":"boneclaw_mpmm","p":66,"s":3,"h":1,"t":0,"uu":"boneclaw|mpmm","m":"bestiary/tokens/MPMM/Boneclaw.webp","n":"Boneclaw"},{"id":230,"c":1,"u":"brontosaurus_mpmm","p":95,"s":3,"h":1,"t":0,"uu":"brontosaurus|mpmm","m":"bestiary/tokens/MPMM/Brontosaurus.webp","n":"Brontosaurus"},{"id":231,"c":1,"u":"bulezau_mpmm","p":67,"s":3,"h":1,"t":0,"uu":"bulezau|mpmm","m":"bestiary/tokens/MPMM/Bulezau.webp","n":"Bulezau"},{"id":232,"c":1,"u":"cadaver%20collector_mpmm","p":68,"s":3,"h":1,"t":0,"uu":"cadaver collector|mpmm","m":"bestiary/tokens/MPMM/Cadaver Collector.webp","n":"Cadaver Collector"},{"id":233,"c":1,"u":"canoloth_mpmm","p":69,"s":3,"h":1,"t":0,"uu":"canoloth|mpmm","m":"bestiary/tokens/MPMM/Canoloth.webp","n":"Canoloth"},{"id":234,"c":1,"u":"catoblepas_mpmm","p":70,"s":3,"h":1,"t":0,"uu":"catoblepas|mpmm","m":"bestiary/tokens/MPMM/Catoblepas.webp","n":"Catoblepas"},{"id":235,"c":1,"u":"cave%20fisher_mpmm","p":73,"s":3,"h":1,"t":0,"uu":"cave fisher|mpmm","m":"bestiary/tokens/MPMM/Cave Fisher.webp","n":"Cave Fisher"},{"id":236,"c":1,"u":"champion_mpmm","p":74,"s":3,"h":1,"t":0,"uu":"champion|mpmm","m":"bestiary/tokens/MPMM/Champion.webp","n":"Champion"},{"id":237,"c":1,"u":"chitine_mpmm","p":75,"s":3,"h":1,"t":0,"uu":"chitine|mpmm","m":"bestiary/tokens/MPMM/Chitine.webp","n":"Chitine"},{"id":238,"c":1,"u":"choker_mpmm","p":76,"s":3,"h":1,"t":0,"uu":"choker|mpmm","m":"bestiary/tokens/MPMM/Choker.webp","n":"Choker"},{"id":239,"c":1,"u":"choldrith_mpmm","p":77,"s":3,"h":1,"t":0,"uu":"choldrith|mpmm","m":"bestiary/tokens/MPMM/Choldrith.webp","n":"Choldrith"},{"id":240,"c":1,"u":"clockwork%20bronze%20scout_mpmm","p":79,"s":3,"h":1,"t":0,"uu":"clockwork bronze scout|mpmm","m":"bestiary/tokens/MPMM/Clockwork Bronze Scout.webp","n":"Clockwork Bronze Scout"},{"id":241,"c":1,"u":"clockwork%20iron%20cobra_mpmm","p":79,"s":3,"h":1,"t":0,"uu":"clockwork iron cobra|mpmm","m":"bestiary/tokens/MPMM/Clockwork Iron Cobra.webp","n":"Clockwork Iron Cobra"},{"id":242,"c":1,"u":"clockwork%20oaken%20bolter_mpmm","p":80,"s":3,"h":1,"t":0,"uu":"clockwork oaken bolter|mpmm","m":"bestiary/tokens/MPMM/Clockwork Oaken Bolter.webp","n":"Clockwork Oaken Bolter"},{"id":243,"c":1,"u":"clockwork%20stone%20defender_mpmm","p":80,"s":3,"h":1,"t":0,"uu":"clockwork stone defender|mpmm","m":"bestiary/tokens/MPMM/Clockwork Stone Defender.webp","n":"Clockwork Stone Defender"},{"id":244,"c":1,"u":"cloud%20giant%20smiling%20one_mpmm","p":81,"s":3,"h":1,"t":0,"uu":"cloud giant smiling one|mpmm","m":"bestiary/tokens/MPMM/Cloud Giant Smiling One.webp","n":"Cloud Giant Smiling One"},{"id":245,"c":1,"u":"conjurer%20wizard_mpmm","p":260,"s":3,"h":1,"t":0,"uu":"conjurer wizard|mpmm","m":"bestiary/tokens/MPMM/Conjurer Wizard.webp","n":"Conjurer Wizard"},{"id":246,"c":1,"u":"corpse%20flower_mpmm","p":82,"s":3,"h":1,"t":0,"uu":"corpse flower|mpmm","m":"bestiary/tokens/MPMM/Corpse Flower.webp","n":"Corpse Flower"},{"id":247,"c":1,"u":"cranium%20rat_mpmm","p":83,"s":3,"h":1,"t":0,"uu":"cranium rat|mpmm","m":"bestiary/tokens/MPMM/Cranium Rat.webp","n":"Cranium Rat"},{"id":248,"c":1,"u":"darkling_mpmm","p":84,"s":3,"h":1,"t":0,"uu":"darkling|mpmm","m":"bestiary/tokens/MPMM/Darkling.webp","n":"Darkling"},{"id":249,"c":1,"u":"darkling%20elder_mpmm","p":84,"s":3,"h":1,"t":0,"uu":"darkling elder|mpmm","m":"bestiary/tokens/MPMM/Darkling Elder.webp","n":"Darkling Elder"},{"id":250,"c":1,"u":"death%20kiss_mpmm","p":85,"s":3,"h":1,"t":0,"uu":"death kiss|mpmm","m":"bestiary/tokens/MPMM/Death Kiss.webp","n":"Death Kiss"},{"id":251,"c":1,"u":"deathlock_mpmm","p":86,"s":3,"h":1,"t":0,"uu":"deathlock|mpmm","m":"bestiary/tokens/MPMM/Deathlock.webp","n":"Deathlock"},{"id":252,"c":1,"u":"deathlock%20mastermind_mpmm","p":87,"s":3,"h":1,"t":0,"uu":"deathlock mastermind|mpmm","m":"bestiary/tokens/MPMM/Deathlock Mastermind.webp","n":"Deathlock Mastermind"},{"id":253,"c":1,"u":"deathlock%20wight_mpmm","p":87,"s":3,"h":1,"t":0,"uu":"deathlock wight|mpmm","m":"bestiary/tokens/MPMM/Deathlock Wight.webp","n":"Deathlock Wight"},{"id":254,"c":1,"u":"deep%20roth%c3%a9_mpmm","p":71,"s":3,"h":1,"t":0,"uu":"deep rothé|mpmm","m":"bestiary/tokens/MPMM/Deep Rothe.webp","n":"Deep Rothe"},{"id":255,"c":1,"u":"deep%20scion_mpmm","p":88,"s":3,"h":1,"t":0,"uu":"deep scion|mpmm","m":"bestiary/tokens/MPMM/Deep Scion.webp","n":"Deep Scion"},{"id":256,"c":1,"u":"deinonychus_mpmm","p":95,"s":3,"h":1,"t":0,"uu":"deinonychus|mpmm","m":"bestiary/tokens/MPMM/Deinonychus.webp","n":"Deinonychus"},{"id":257,"c":1,"u":"demogorgon_mpmm","p":90,"s":3,"h":1,"t":0,"uu":"demogorgon|mpmm","m":"bestiary/tokens/MPMM/Demogorgon.webp","n":"Demogorgon"},{"id":258,"c":1,"u":"derro_mpmm","p":91,"s":3,"h":1,"t":0,"uu":"derro|mpmm","m":"bestiary/tokens/MPMM/Derro.webp","n":"Derro"},{"id":259,"c":1,"u":"derro%20savant_mpmm","p":92,"s":3,"h":1,"t":0,"uu":"derro savant|mpmm","m":"bestiary/tokens/MPMM/Derro Savant.webp","n":"Derro Savant"},{"id":260,"c":1,"u":"devourer_mpmm","p":93,"s":3,"h":1,"t":0,"uu":"devourer|mpmm","m":"bestiary/tokens/MPMM/Devourer.webp","n":"Devourer"},{"id":261,"c":1,"u":"dhergoloth_mpmm","p":94,"s":3,"h":1,"t":0,"uu":"dhergoloth|mpmm","m":"bestiary/tokens/MPMM/Dhergoloth.webp","n":"Dhergoloth"},{"id":262,"c":1,"u":"dimetrodon_mpmm","p":95,"s":3,"h":1,"t":0,"uu":"dimetrodon|mpmm","m":"bestiary/tokens/MPMM/Dimetrodon.webp","n":"Dimetrodon"},{"id":263,"c":1,"u":"dire%20troll_mpmm","p":246,"s":3,"h":1,"t":0,"uu":"dire troll|mpmm","m":"bestiary/tokens/MPMM/Dire Troll.webp","n":"Dire Troll"},{"id":264,"c":1,"u":"diviner%20wizard_mpmm","p":261,"s":3,"h":1,"t":0,"uu":"diviner wizard|mpmm","m":"bestiary/tokens/MPMM/Diviner Wizard.webp","n":"Diviner Wizard"},{"id":265,"c":1,"u":"dolphin_mpmm","p":97,"s":3,"h":1,"t":0,"uu":"dolphin|mpmm","m":"bestiary/tokens/MPMM/Dolphin.webp","n":"Dolphin"},{"id":266,"c":1,"u":"dolphin%20delighter_mpmm","p":97,"s":3,"h":1,"t":0,"uu":"dolphin delighter|mpmm","m":"bestiary/tokens/MPMM/Dolphin Delighter.webp","n":"Dolphin Delighter"},{"id":267,"c":1,"u":"draegloth_mpmm","p":98,"s":3,"h":1,"t":0,"uu":"draegloth|mpmm","m":"bestiary/tokens/MPMM/Draegloth.webp","n":"Draegloth"},{"id":268,"c":1,"u":"drow%20arachnomancer_mpmm","p":99,"s":3,"h":1,"t":0,"uu":"drow arachnomancer|mpmm","m":"bestiary/tokens/MPMM/Drow Arachnomancer.webp","n":"Drow Arachnomancer"},{"id":269,"c":1,"u":"drow%20favored%20consort_mpmm","p":100,"s":3,"h":1,"t":0,"uu":"drow favored consort|mpmm","m":"bestiary/tokens/MPMM/Drow Favored Consort.webp","n":"Drow Favored Consort"},{"id":270,"c":1,"u":"drow%20house%20captain_mpmm","p":101,"s":3,"h":1,"t":0,"uu":"drow house captain|mpmm","m":"bestiary/tokens/MPMM/Drow House Captain.webp","n":"Drow House Captain"},{"id":271,"c":1,"u":"drow%20inquisitor_mpmm","p":102,"s":3,"h":1,"t":0,"uu":"drow inquisitor|mpmm","m":"bestiary/tokens/MPMM/Drow Inquisitor.webp","n":"Drow Inquisitor"},{"id":272,"c":1,"u":"drow%20matron%20mother_mpmm","p":104,"s":3,"h":1,"t":0,"uu":"drow matron mother|mpmm","m":"bestiary/tokens/MPMM/Drow Matron Mother.webp","n":"Drow Matron Mother"},{"id":273,"c":1,"u":"drow%20shadowblade_mpmm","p":105,"s":3,"h":1,"t":0,"uu":"drow shadowblade|mpmm","m":"bestiary/tokens/MPMM/Drow Shadowblade.webp","n":"Drow Shadowblade"},{"id":274,"c":1,"u":"duergar%20despot_mpmm","p":107,"s":3,"h":1,"t":0,"uu":"duergar despot|mpmm","m":"bestiary/tokens/MPMM/Duergar Despot.webp","n":"Duergar Despot"},{"id":275,"c":1,"u":"duergar%20hammerer_mpmm","p":112,"s":3,"h":1,"t":0,"uu":"duergar hammerer|mpmm","m":"bestiary/tokens/MPMM/Duergar Hammerer.webp","n":"Duergar Hammerer"},{"id":276,"c":1,"u":"duergar%20kavalrachni_mpmm","p":107,"s":3,"h":1,"t":0,"uu":"duergar kavalrachni|mpmm","m":"bestiary/tokens/MPMM/Duergar Kavalrachni.webp","n":"Duergar Kavalrachni"},{"id":277,"c":1,"u":"duergar%20mind%20master_mpmm","p":108,"s":3,"h":1,"t":0,"uu":"duergar mind master|mpmm","m":"bestiary/tokens/MPMM/Duergar Mind Master.webp","n":"Duergar Mind Master"},{"id":278,"c":1,"u":"duergar%20screamer_mpmm","p":111,"s":3,"h":1,"t":0,"uu":"duergar screamer|mpmm","m":"bestiary/tokens/MPMM/Duergar Screamer.webp","n":"Duergar Screamer"},{"id":279,"c":1,"u":"duergar%20soulblade_mpmm","p":109,"s":3,"h":1,"t":0,"uu":"duergar soulblade|mpmm","m":"bestiary/tokens/MPMM/Duergar Soulblade.webp","n":"Duergar Soulblade"},{"id":280,"c":1,"u":"duergar%20stone%20guard_mpmm","p":110,"s":3,"h":1,"t":0,"uu":"duergar stone guard|mpmm","m":"bestiary/tokens/MPMM/Duergar Stone Guard.webp","n":"Duergar Stone Guard"},{"id":281,"c":1,"u":"duergar%20warlord_mpmm","p":111,"s":3,"h":1,"t":0,"uu":"duergar warlord|mpmm","m":"bestiary/tokens/MPMM/Duergar Warlord.webp","n":"Duergar Warlord"},{"id":282,"c":1,"u":"duergar%20xarrorn_mpmm","p":111,"s":3,"h":1,"t":0,"uu":"duergar xarrorn|mpmm","m":"bestiary/tokens/MPMM/Duergar Xarrorn.webp","n":"Duergar Xarrorn"},{"id":283,"c":1,"u":"dybbuk_mpmm","p":113,"s":3,"h":1,"t":0,"uu":"dybbuk|mpmm","m":"bestiary/tokens/MPMM/Dybbuk.webp","n":"Dybbuk"},{"id":284,"c":1,"u":"earth%20elemental%20myrmidon_mpmm","p":122,"s":3,"h":1,"t":0,"uu":"earth elemental myrmidon|mpmm","m":"bestiary/tokens/MPMM/Earth Elemental Myrmidon.webp","n":"Earth Elemental Myrmidon"},{"id":285,"c":1,"u":"eidolon_mpmm","p":114,"s":3,"h":1,"t":0,"uu":"eidolon|mpmm","m":"bestiary/tokens/MPMM/Eidolon.webp","n":"Eidolon"},{"id":286,"c":1,"u":"elder%20brain_mpmm","p":120,"s":3,"h":1,"t":0,"uu":"elder brain|mpmm","m":"bestiary/tokens/MPMM/Elder Brain.webp","n":"Elder Brain"},{"id":287,"c":1,"u":"elder%20oblex_mpmm","p":199,"s":3,"h":1,"t":0,"uu":"elder oblex|mpmm","m":"bestiary/tokens/MPMM/Elder Oblex.webp","n":"Elder Oblex"},{"id":288,"c":1,"u":"elder%20tempest_mpmm","p":121,"s":3,"h":1,"t":0,"uu":"elder tempest|mpmm","m":"bestiary/tokens/MPMM/Elder Tempest.webp","n":"Elder Tempest"},{"id":289,"c":1,"u":"enchanter%20wizard_mpmm","p":261,"s":3,"h":1,"t":0,"uu":"enchanter wizard|mpmm","m":"bestiary/tokens/MPMM/Enchanter Wizard.webp","n":"Enchanter Wizard"},{"id":290,"c":1,"u":"evoker%20wizard_mpmm","p":262,"s":3,"h":1,"t":0,"uu":"evoker wizard|mpmm","m":"bestiary/tokens/MPMM/Evoker Wizard.webp","n":"Evoker Wizard"},{"id":291,"c":1,"u":"female%20steeder_mpmm","p":231,"s":3,"h":1,"t":0,"uu":"female steeder|mpmm","m":"bestiary/tokens/MPMM/Female Steeder.webp","n":"Female Steeder"},{"id":292,"c":1,"u":"fire%20elemental%20myrmidon_mpmm","p":123,"s":3,"h":1,"t":0,"uu":"fire elemental myrmidon|mpmm","m":"bestiary/tokens/MPMM/Fire Elemental Myrmidon.webp","n":"Fire Elemental Myrmidon"},{"id":293,"c":1,"u":"fire%20giant%20dreadnought_mpmm","p":124,"s":3,"h":1,"t":0,"uu":"fire giant dreadnought|mpmm","m":"bestiary/tokens/MPMM/Fire Giant Dreadnought.webp","n":"Fire Giant Dreadnought"},{"id":294,"c":1,"u":"firenewt%20warlock%20of%20imix_mpmm","p":125,"s":3,"h":1,"t":0,"uu":"firenewt warlock of imix|mpmm","m":"bestiary/tokens/MPMM/Firenewt Warlock of Imix.webp","n":"Firenewt Warlock of Imix"},{"id":295,"c":1,"u":"firenewt%20warrior_mpmm","p":125,"s":3,"h":1,"t":0,"uu":"firenewt warrior|mpmm","m":"bestiary/tokens/MPMM/Firenewt Warrior.webp","n":"Firenewt Warrior"},{"id":296,"c":1,"u":"flail%20snail_mpmm","p":126,"s":3,"h":1,"t":0,"uu":"flail snail|mpmm","m":"bestiary/tokens/MPMM/Flail Snail.webp","n":"Flail Snail"},{"id":297,"c":1,"u":"flind_mpmm","p":127,"s":3,"h":1,"t":0,"uu":"flind|mpmm","m":"bestiary/tokens/MPMM/Flind.webp","n":"Flind"},{"id":298,"c":1,"u":"fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"t":0,"uu":"fraz-urb'luu|mpmm","m":"bestiary/tokens/MPMM/Fraz-Urb'luu.webp","n":"Fraz-Urb'luu"},{"id":299,"c":1,"u":"froghemoth_mpmm","p":130,"s":3,"h":1,"t":0,"uu":"froghemoth|mpmm","m":"bestiary/tokens/MPMM/Froghemoth.webp","n":"Froghemoth"},{"id":300,"c":1,"u":"frost%20giant%20everlasting%20one_mpmm","p":131,"s":3,"h":1,"t":0,"uu":"frost giant everlasting one|mpmm","m":"bestiary/tokens/MPMM/Frost Giant Everlasting One.webp","n":"Frost Giant Everlasting One"},{"id":301,"c":1,"u":"frost%20salamander_mpmm","p":132,"s":3,"h":1,"t":0,"uu":"frost salamander|mpmm","m":"bestiary/tokens/MPMM/Frost Salamander.webp","n":"Frost Salamander"},{"id":302,"c":1,"u":"gauth_mpmm","p":133,"s":3,"h":1,"t":0,"uu":"gauth|mpmm","m":"bestiary/tokens/MPMM/Gauth.webp","n":"Gauth"},{"id":303,"c":1,"u":"gazer_mpmm","p":134,"s":3,"h":1,"t":0,"uu":"gazer|mpmm","m":"bestiary/tokens/MPMM/Gazer.webp","n":"Gazer"},{"id":304,"c":1,"u":"geryon_mpmm","p":136,"s":3,"h":1,"t":0,"uu":"geryon|mpmm","m":"bestiary/tokens/MPMM/Geryon.webp","n":"Geryon"},{"id":305,"c":1,"u":"giant%20strider_mpmm","p":137,"s":3,"h":1,"t":0,"uu":"giant strider|mpmm","m":"bestiary/tokens/MPMM/Giant Strider.webp","n":"Giant Strider"},{"id":306,"c":1,"u":"giff_mpmm","p":138,"s":3,"h":1,"t":0,"uu":"giff|mpmm","m":"bestiary/tokens/MPMM/Giff.webp","n":"Giff"},{"id":307,"c":1,"u":"girallon_mpmm","p":139,"s":3,"h":1,"t":0,"uu":"girallon|mpmm","m":"bestiary/tokens/MPMM/Girallon.webp","n":"Girallon"},{"id":308,"c":1,"u":"githyanki%20gish_mpmm","p":140,"s":3,"h":1,"t":0,"uu":"githyanki gish|mpmm","m":"bestiary/tokens/MPMM/Githyanki Gish.webp","n":"Githyanki Gish"},{"id":309,"c":1,"u":"githyanki%20kith'rak_mpmm","p":140,"s":3,"h":1,"t":0,"uu":"githyanki kith'rak|mpmm","m":"bestiary/tokens/MPMM/Githyanki Kith'rak.webp","n":"Githyanki Kith'rak"},{"id":310,"c":1,"u":"githyanki%20supreme%20commander_mpmm","p":141,"s":3,"h":1,"t":0,"uu":"githyanki supreme commander|mpmm","m":"bestiary/tokens/MPMM/Githyanki Supreme Commander.webp","n":"Githyanki Supreme Commander"},{"id":311,"c":1,"u":"githzerai%20anarch_mpmm","p":142,"s":3,"h":1,"t":0,"uu":"githzerai anarch|mpmm","m":"bestiary/tokens/MPMM/Githzerai Anarch.webp","n":"Githzerai Anarch"},{"id":312,"c":1,"u":"githzerai%20enlightened_mpmm","p":143,"s":3,"h":1,"t":0,"uu":"githzerai enlightened|mpmm","m":"bestiary/tokens/MPMM/Githzerai Enlightened.webp","n":"Githzerai Enlightened"},{"id":313,"c":1,"u":"gnoll%20flesh%20gnawer_mpmm","p":144,"s":3,"h":1,"t":0,"uu":"gnoll flesh gnawer|mpmm","m":"bestiary/tokens/MPMM/Gnoll Flesh Gnawer.webp","n":"Gnoll Flesh Gnawer"},{"id":314,"c":1,"u":"gnoll%20hunter_mpmm","p":144,"s":3,"h":1,"t":0,"uu":"gnoll hunter|mpmm","m":"bestiary/tokens/MPMM/Gnoll Hunter.webp","n":"Gnoll Hunter"},{"id":315,"c":1,"u":"gnoll%20witherling_mpmm","p":145,"s":3,"h":1,"t":0,"uu":"gnoll witherling|mpmm","m":"bestiary/tokens/MPMM/Gnoll Witherling.webp","n":"Gnoll Witherling"},{"id":316,"c":1,"u":"gray%20render_mpmm","p":146,"s":3,"h":1,"t":0,"uu":"gray render|mpmm","m":"bestiary/tokens/MPMM/Gray Render.webp","n":"Gray Render"},{"id":317,"c":1,"u":"graz'zt_mpmm","p":148,"s":3,"h":1,"t":0,"uu":"graz'zt|mpmm","m":"bestiary/tokens/MPMM/Graz'zt.webp","n":"Graz'zt"},{"id":318,"c":1,"u":"green%20abishai_mpmm","p":40,"s":3,"h":1,"t":0,"uu":"green abishai|mpmm","m":"bestiary/tokens/MPMM/Green Abishai.webp","n":"Green Abishai"},{"id":319,"c":1,"u":"grung_mpmm","p":149,"s":3,"h":1,"t":0,"uu":"grung|mpmm","m":"bestiary/tokens/MPMM/Grung.webp","n":"Grung"},{"id":320,"c":1,"u":"grung%20elite%20warrior_mpmm","p":150,"s":3,"h":1,"t":0,"uu":"grung elite warrior|mpmm","m":"bestiary/tokens/MPMM/Grung Elite Warrior.webp","n":"Grung Elite Warrior"},{"id":321,"c":1,"u":"grung%20wildling_mpmm","p":150,"s":3,"h":1,"t":0,"uu":"grung wildling|mpmm","m":"bestiary/tokens/MPMM/Grung Wildling.webp","n":"Grung Wildling"},{"id":322,"c":1,"u":"guard%20drake_mpmm","p":151,"s":3,"h":1,"t":0,"uu":"guard drake|mpmm","m":"bestiary/tokens/MPMM/Guard Drake.webp","n":"Guard Drake"},{"id":323,"c":1,"u":"hadrosaurus_mpmm","p":96,"s":3,"h":1,"t":0,"uu":"hadrosaurus|mpmm","m":"bestiary/tokens/MPMM/Hadrosaurus.webp","n":"Hadrosaurus"},{"id":324,"c":1,"u":"hellfire%20engine_mpmm","p":152,"s":3,"h":1,"t":0,"uu":"hellfire engine|mpmm","m":"bestiary/tokens/MPMM/Hellfire Engine.webp","n":"Hellfire Engine"},{"id":325,"c":1,"u":"hobgoblin%20devastator_mpmm","p":153,"s":3,"h":1,"t":0,"uu":"hobgoblin devastator|mpmm","m":"bestiary/tokens/MPMM/Hobgoblin Devastator.webp","n":"Hobgoblin Devastator"},{"id":326,"c":1,"u":"hobgoblin%20iron%20shadow_mpmm","p":154,"s":3,"h":1,"t":0,"uu":"hobgoblin iron shadow|mpmm","m":"bestiary/tokens/MPMM/Hobgoblin Iron Shadow.webp","n":"Hobgoblin Iron Shadow"},{"id":327,"c":1,"u":"howler_mpmm","p":155,"s":3,"h":1,"t":0,"uu":"howler|mpmm","m":"bestiary/tokens/MPMM/Howler.webp","n":"Howler"},{"id":328,"c":1,"u":"hungry%20sorrowsworn_mpmm","p":223,"s":3,"h":1,"t":0,"uu":"hungry sorrowsworn|mpmm","m":"bestiary/tokens/MPMM/Hungry Sorrowsworn.webp","n":"Hungry Sorrowsworn"},{"id":329,"c":1,"u":"hutijin_mpmm","p":157,"s":3,"h":1,"t":0,"uu":"hutijin|mpmm","m":"bestiary/tokens/MPMM/Hutijin.webp","n":"Hutijin"},{"id":330,"c":1,"u":"hydroloth_mpmm","p":158,"s":3,"h":1,"t":0,"uu":"hydroloth|mpmm","m":"bestiary/tokens/MPMM/Hydroloth.webp","n":"Hydroloth"},{"id":331,"c":1,"u":"illusionist%20wizard_mpmm","p":263,"s":3,"h":1,"t":0,"uu":"illusionist wizard|mpmm","m":"bestiary/tokens/MPMM/Illusionist Wizard.webp","n":"Illusionist Wizard"},{"id":332,"c":1,"u":"juiblex_mpmm","p":160,"s":3,"h":1,"t":0,"uu":"juiblex|mpmm","m":"bestiary/tokens/MPMM/Juiblex.webp","n":"Juiblex"},{"id":333,"c":1,"u":"ki-rin_mpmm","p":162,"s":3,"h":1,"t":0,"uu":"ki-rin|mpmm","m":"bestiary/tokens/MPMM/Ki-rin.webp","n":"Ki-rin"},{"id":334,"c":1,"u":"kobold%20dragonshield_mpmm","p":163,"s":3,"h":1,"t":0,"uu":"kobold dragonshield|mpmm","m":"bestiary/tokens/MPMM/Kobold Dragonshield.webp","n":"Kobold Dragonshield"},{"id":335,"c":1,"u":"kobold%20inventor_mpmm","p":164,"s":3,"h":1,"t":0,"uu":"kobold inventor|mpmm","m":"bestiary/tokens/MPMM/Kobold Inventor.webp","n":"Kobold Inventor"},{"id":336,"c":1,"u":"kobold%20scale%20sorcerer_mpmm","p":165,"s":3,"h":1,"t":0,"uu":"kobold scale sorcerer|mpmm","m":"bestiary/tokens/MPMM/Kobold Scale Sorcerer.webp","n":"Kobold Scale Sorcerer"},{"id":337,"c":1,"u":"korred_mpmm","p":166,"s":3,"h":1,"t":0,"uu":"korred|mpmm","m":"bestiary/tokens/MPMM/Korred.webp","n":"Korred"},{"id":338,"c":1,"u":"kraken%20priest_mpmm","p":167,"s":3,"h":1,"t":0,"uu":"kraken priest|mpmm","m":"bestiary/tokens/MPMM/Kraken Priest.webp","n":"Kraken Priest"},{"id":339,"c":1,"u":"kruthik%20hive%20lord_mpmm","p":169,"s":3,"h":1,"t":0,"uu":"kruthik hive lord|mpmm","m":"bestiary/tokens/MPMM/Kruthik Hive Lord.webp","n":"Kruthik Hive Lord"},{"id":340,"c":1,"u":"leucrotta_mpmm","p":170,"s":3,"h":1,"t":0,"uu":"leucrotta|mpmm","m":"bestiary/tokens/MPMM/Leucrotta.webp","n":"Leucrotta"},{"id":341,"c":1,"u":"leviathan_mpmm","p":171,"s":3,"h":1,"t":0,"uu":"leviathan|mpmm","m":"bestiary/tokens/MPMM/Leviathan.webp","n":"Leviathan"},{"id":342,"c":1,"u":"lonely%20sorrowsworn_mpmm","p":223,"s":3,"h":1,"t":0,"uu":"lonely sorrowsworn|mpmm","m":"bestiary/tokens/MPMM/Lonely Sorrowsworn.webp","n":"Lonely Sorrowsworn"},{"id":343,"c":1,"u":"lost%20sorrowsworn_mpmm","p":224,"s":3,"h":1,"t":0,"uu":"lost sorrowsworn|mpmm","m":"bestiary/tokens/MPMM/Lost Sorrowsworn.webp","n":"Lost Sorrowsworn"},{"id":344,"c":1,"u":"male%20steeder_mpmm","p":231,"s":3,"h":1,"t":0,"uu":"male steeder|mpmm","m":"bestiary/tokens/MPMM/Male Steeder.webp","n":"Male Steeder"},{"id":345,"c":1,"u":"martial%20arts%20adept_mpmm","p":172,"s":3,"h":1,"t":0,"uu":"martial arts adept|mpmm","m":"bestiary/tokens/MPMM/Martial Arts Adept.webp","n":"Martial Arts Adept"},{"id":346,"c":1,"u":"marut_mpmm","p":173,"s":3,"h":1,"t":0,"uu":"marut|mpmm","m":"bestiary/tokens/MPMM/Marut.webp","n":"Marut"},{"id":347,"c":1,"u":"master%20thief_mpmm","p":174,"s":3,"h":1,"t":0,"uu":"master thief|mpmm","m":"bestiary/tokens/MPMM/Master Thief.webp","n":"Master Thief"},{"id":348,"c":1,"u":"maurezhi_mpmm","p":175,"s":3,"h":1,"t":0,"uu":"maurezhi|mpmm","m":"bestiary/tokens/MPMM/Maurezhi.webp","n":"Maurezhi"},{"id":349,"c":1,"u":"maw%20demon_mpmm","p":176,"s":3,"h":1,"t":0,"uu":"maw demon|mpmm","m":"bestiary/tokens/MPMM/Maw Demon.webp","n":"Maw Demon"},{"id":350,"c":1,"u":"meazel_mpmm","p":177,"s":3,"h":1,"t":0,"uu":"meazel|mpmm","m":"bestiary/tokens/MPMM/Meazel.webp","n":"Meazel"},{"id":351,"c":1,"u":"meenlock_mpmm","p":178,"s":3,"h":1,"t":0,"uu":"meenlock|mpmm","m":"bestiary/tokens/MPMM/Meenlock.webp","n":"Meenlock"},{"id":352,"c":1,"u":"merregon_mpmm","p":179,"s":3,"h":1,"t":0,"uu":"merregon|mpmm","m":"bestiary/tokens/MPMM/Merregon.webp","n":"Merregon"},{"id":353,"c":1,"u":"merrenoloth_mpmm","p":180,"s":3,"h":1,"t":0,"uu":"merrenoloth|mpmm","m":"bestiary/tokens/MPMM/Merrenoloth.webp","n":"Merrenoloth"},{"id":354,"c":1,"u":"mindwitness_mpmm","p":181,"s":3,"h":1,"t":0,"uu":"mindwitness|mpmm","m":"bestiary/tokens/MPMM/Mindwitness.webp","n":"Mindwitness"},{"id":355,"c":1,"u":"moloch_mpmm","p":183,"s":3,"h":1,"t":0,"uu":"moloch|mpmm","m":"bestiary/tokens/MPMM/Moloch.webp","n":"Moloch"},{"id":356,"c":1,"u":"molydeus_mpmm","p":184,"s":3,"h":1,"t":0,"uu":"molydeus|mpmm","m":"bestiary/tokens/MPMM/Molydeus.webp","n":"Molydeus"},{"id":357,"c":1,"u":"morkoth_mpmm","p":186,"s":3,"h":1,"t":0,"uu":"morkoth|mpmm","m":"bestiary/tokens/MPMM/Morkoth.webp","n":"Morkoth"},{"id":358,"c":1,"u":"mouth%20of%20grolantor_mpmm","p":187,"s":3,"h":1,"t":0,"uu":"mouth of grolantor|mpmm","m":"bestiary/tokens/MPMM/Mouth of Grolantor.webp","n":"Mouth of Grolantor"},{"id":359,"c":1,"u":"nabassu_mpmm","p":188,"s":3,"h":1,"t":0,"uu":"nabassu|mpmm","m":"bestiary/tokens/MPMM/Nabassu.webp","n":"Nabassu"},{"id":360,"c":1,"u":"nagpa_mpmm","p":189,"s":3,"h":1,"t":0,"uu":"nagpa|mpmm","m":"bestiary/tokens/MPMM/Nagpa.webp","n":"Nagpa"},{"id":361,"c":1,"u":"narzugon_mpmm","p":190,"s":3,"h":1,"t":0,"uu":"narzugon|mpmm","m":"bestiary/tokens/MPMM/Narzugon.webp","n":"Narzugon"},{"id":362,"c":1,"u":"necromancer%20wizard_mpmm","p":264,"s":3,"h":1,"t":0,"uu":"necromancer wizard|mpmm","m":"bestiary/tokens/MPMM/Necromancer Wizard.webp","n":"Necromancer Wizard"},{"id":363,"c":1,"u":"neogi_mpmm","p":192,"s":3,"h":1,"t":0,"uu":"neogi|mpmm","m":"bestiary/tokens/MPMM/Neogi.webp","n":"Neogi"},{"id":364,"c":1,"u":"neogi%20hatchling_mpmm","p":191,"s":3,"h":1,"t":0,"uu":"neogi hatchling|mpmm","m":"bestiary/tokens/MPMM/Neogi Hatchling.webp","n":"Neogi Hatchling"},{"id":365,"c":1,"u":"neogi%20master_mpmm","p":192,"s":3,"h":1,"t":0,"uu":"neogi master|mpmm","m":"bestiary/tokens/MPMM/Neogi Master.webp","n":"Neogi Master"},{"id":366,"c":1,"u":"neothelid_mpmm","p":193,"s":3,"h":1,"t":0,"uu":"neothelid|mpmm","m":"bestiary/tokens/MPMM/Neothelid.webp","n":"Neothelid"},{"id":367,"c":1,"u":"nightwalker_mpmm","p":194,"s":3,"h":1,"t":0,"uu":"nightwalker|mpmm","m":"bestiary/tokens/MPMM/Nightwalker.webp","n":"Nightwalker"},{"id":368,"c":1,"u":"nilbog_mpmm","p":195,"s":3,"h":1,"t":0,"uu":"nilbog|mpmm","m":"bestiary/tokens/MPMM/Nilbog.webp","n":"Nilbog"},{"id":369,"c":1,"u":"nupperibo_mpmm","p":196,"s":3,"h":1,"t":0,"uu":"nupperibo|mpmm","m":"bestiary/tokens/MPMM/Nupperibo.webp","n":"Nupperibo"},{"id":370,"c":1,"u":"oblex%20spawn_mpmm","p":197,"s":3,"h":1,"t":0,"uu":"oblex spawn|mpmm","m":"bestiary/tokens/MPMM/Oblex Spawn.webp","n":"Oblex Spawn"},{"id":371,"c":1,"u":"ogre%20battering%20ram_mpmm","p":200,"s":3,"h":1,"t":0,"uu":"ogre battering ram|mpmm","m":"bestiary/tokens/MPMM/Ogre Battering Ram.webp","n":"Ogre Battering Ram"},{"id":372,"c":1,"u":"ogre%20bolt%20launcher_mpmm","p":200,"s":3,"h":1,"t":0,"uu":"ogre bolt launcher|mpmm","m":"bestiary/tokens/MPMM/Ogre Bolt Launcher.webp","n":"Ogre Bolt Launcher"},{"id":373,"c":1,"u":"ogre%20chain%20brute_mpmm","p":201,"s":3,"h":1,"t":0,"uu":"ogre chain brute|mpmm","m":"bestiary/tokens/MPMM/Ogre Chain Brute.webp","n":"Ogre Chain Brute"},{"id":374,"c":1,"u":"ogre%20howdah_mpmm","p":201,"s":3,"h":1,"t":0,"uu":"ogre howdah|mpmm","m":"bestiary/tokens/MPMM/Ogre Howdah.webp","n":"Ogre Howdah"},{"id":375,"c":1,"u":"oinoloth_mpmm","p":202,"s":3,"h":1,"t":0,"uu":"oinoloth|mpmm","m":"bestiary/tokens/MPMM/Oinoloth.webp","n":"Oinoloth"},{"id":376,"c":1,"u":"orcus_mpmm","p":204,"s":3,"h":1,"t":0,"uu":"orcus|mpmm","m":"bestiary/tokens/MPMM/Orcus.webp","n":"Orcus"},{"id":377,"c":1,"u":"orthon_mpmm","p":205,"s":3,"h":1,"t":0,"uu":"orthon|mpmm","m":"bestiary/tokens/MPMM/Orthon.webp","n":"Orthon"},{"id":378,"c":1,"u":"ox_mpmm","p":72,"s":3,"h":1,"t":0,"uu":"ox|mpmm","m":"bestiary/tokens/MPMM/Ox.webp","n":"Ox"},{"id":379,"c":1,"u":"phoenix_mpmm","p":206,"s":3,"h":1,"t":0,"uu":"phoenix|mpmm","m":"bestiary/tokens/MPMM/Phoenix.webp","n":"Phoenix"},{"id":380,"c":1,"u":"quetzalcoatlus_mpmm","p":96,"s":3,"h":1,"t":0,"uu":"quetzalcoatlus|mpmm","m":"bestiary/tokens/MPMM/Quetzalcoatlus.webp","n":"Quetzalcoatlus"},{"id":381,"c":1,"u":"quickling_mpmm","p":207,"s":3,"h":1,"t":0,"uu":"quickling|mpmm","m":"bestiary/tokens/MPMM/Quickling.webp","n":"Quickling"},{"id":382,"c":1,"u":"red%20abishai_mpmm","p":40,"s":3,"h":1,"t":0,"uu":"red abishai|mpmm","m":"bestiary/tokens/MPMM/Red Abishai.webp","n":"Red Abishai"},{"id":383,"c":1,"u":"redcap_mpmm","p":208,"s":3,"h":1,"t":0,"uu":"redcap|mpmm","m":"bestiary/tokens/MPMM/Redcap.webp","n":"Redcap"},{"id":384,"c":1,"u":"retriever_mpmm","p":209,"s":3,"h":1,"t":0,"uu":"retriever|mpmm","m":"bestiary/tokens/MPMM/Retriever.webp","n":"Retriever"},{"id":385,"c":1,"u":"rot%20troll_mpmm","p":247,"s":3,"h":1,"t":0,"uu":"rot troll|mpmm","m":"bestiary/tokens/MPMM/Rot Troll.webp","n":"Rot Troll"},{"id":386,"c":1,"u":"rutterkin_mpmm","p":210,"s":3,"h":1,"t":0,"uu":"rutterkin|mpmm","m":"bestiary/tokens/MPMM/Rutterkin.webp","n":"Rutterkin"},{"id":387,"c":1,"u":"sacred%20statue_mpmm","p":114,"s":3,"h":1,"t":0,"uu":"sacred statue|mpmm","m":"bestiary/tokens/MPMM/Sacred Statue.webp","n":"Sacred Statue"},{"id":388,"c":1,"u":"sea%20spawn_mpmm","p":211,"s":3,"h":1,"t":0,"uu":"sea spawn|mpmm","m":"bestiary/tokens/MPMM/Sea Spawn.webp","n":"Sea Spawn"},{"id":389,"c":1,"u":"shadar-kai%20gloom%20weaver_mpmm","p":213,"s":3,"h":1,"t":0,"uu":"shadar-kai gloom weaver|mpmm","m":"bestiary/tokens/MPMM/Shadar-kai Gloom Weaver.webp","n":"Shadar-kai Gloom Weaver"},{"id":390,"c":1,"u":"shadar-kai%20shadow%20dancer_mpmm","p":213,"s":3,"h":1,"t":0,"uu":"shadar-kai shadow dancer|mpmm","m":"bestiary/tokens/MPMM/Shadar-kai Shadow Dancer.webp","n":"Shadar-kai Shadow Dancer"},{"id":391,"c":1,"u":"shadar-kai%20soul%20monger_mpmm","p":214,"s":3,"h":1,"t":0,"uu":"shadar-kai soul monger|mpmm","m":"bestiary/tokens/MPMM/Shadar-kai Soul Monger.webp","n":"Shadar-kai Soul Monger"},{"id":392,"c":1,"u":"shadow%20mastiff_mpmm","p":215,"s":3,"h":1,"t":0,"uu":"shadow mastiff|mpmm","m":"bestiary/tokens/MPMM/Shadow Mastiff.webp","n":"Shadow Mastiff"},{"id":393,"c":1,"u":"shadow%20mastiff%20alpha_mpmm","p":215,"s":3,"h":1,"t":0,"uu":"shadow mastiff alpha|mpmm","m":"bestiary/tokens/MPMM/Shadow Mastiff Alpha.webp","n":"Shadow Mastiff Alpha"},{"id":394,"c":1,"u":"shoosuva_mpmm","p":216,"s":3,"h":1,"t":0,"uu":"shoosuva|mpmm","m":"bestiary/tokens/MPMM/Shoosuva.webp","n":"Shoosuva"},{"id":395,"c":1,"u":"sibriex_mpmm","p":217,"s":3,"h":1,"t":0,"uu":"sibriex|mpmm","m":"bestiary/tokens/MPMM/Sibriex.webp","n":"Sibriex"},{"id":396,"c":1,"u":"skulk_mpmm","p":219,"s":3,"h":1,"t":0,"uu":"skulk|mpmm","m":"bestiary/tokens/MPMM/Skulk.webp","n":"Skulk"},{"id":397,"c":1,"u":"skull%20lord_mpmm","p":220,"s":3,"h":1,"t":0,"uu":"skull lord|mpmm","m":"bestiary/tokens/MPMM/Skull Lord.webp","n":"Skull Lord"},{"id":398,"c":1,"u":"slithering%20tracker_mpmm","p":221,"s":3,"h":1,"t":0,"uu":"slithering tracker|mpmm","m":"bestiary/tokens/MPMM/Slithering Tracker.webp","n":"Slithering Tracker"},{"id":399,"c":1,"u":"spawn%20of%20kyuss_mpmm","p":225,"s":3,"h":1,"t":0,"uu":"spawn of kyuss|mpmm","m":"bestiary/tokens/MPMM/Spawn of Kyuss.webp","n":"Spawn of Kyuss"},{"id":400,"c":1,"u":"spirit%20troll_mpmm","p":247,"s":3,"h":1,"t":0,"uu":"spirit troll|mpmm","m":"bestiary/tokens/MPMM/Spirit Troll.webp","n":"Spirit Troll"},{"id":401,"c":1,"u":"spring%20eladrin_mpmm","p":116,"s":3,"h":1,"t":0,"uu":"spring eladrin|mpmm","m":"bestiary/tokens/MPMM/Spring Eladrin.webp","n":"Spring Eladrin"},{"id":402,"c":1,"u":"star%20spawn%20grue_mpmm","p":227,"s":3,"h":1,"t":0,"uu":"star spawn grue|mpmm","m":"bestiary/tokens/MPMM/Star Spawn Grue.webp","n":"Star Spawn Grue"},{"id":403,"c":1,"u":"star%20spawn%20hulk_mpmm","p":227,"s":3,"h":1,"t":0,"uu":"star spawn hulk|mpmm","m":"bestiary/tokens/MPMM/Star Spawn Hulk.webp","n":"Star Spawn Hulk"},{"id":404,"c":1,"u":"star%20spawn%20larva%20mage_mpmm","p":228,"s":3,"h":1,"t":0,"uu":"star spawn larva mage|mpmm","m":"bestiary/tokens/MPMM/Star Spawn Larva Mage.webp","n":"Star Spawn Larva Mage"},{"id":405,"c":1,"u":"star%20spawn%20mangler_mpmm","p":229,"s":3,"h":1,"t":0,"uu":"star spawn mangler|mpmm","m":"bestiary/tokens/MPMM/Star Spawn Mangler.webp","n":"Star Spawn Mangler"},{"id":406,"c":1,"u":"star%20spawn%20seer_mpmm","p":230,"s":3,"h":1,"t":0,"uu":"star spawn seer|mpmm","m":"bestiary/tokens/MPMM/Star Spawn Seer.webp","n":"Star Spawn Seer"},{"id":407,"c":1,"u":"steel%20predator_mpmm","p":232,"s":3,"h":1,"t":0,"uu":"steel predator|mpmm","m":"bestiary/tokens/MPMM/Steel Predator.webp","n":"Steel Predator"},{"id":408,"c":1,"u":"stegosaurus_mpmm","p":96,"s":3,"h":1,"t":0,"uu":"stegosaurus|mpmm","m":"bestiary/tokens/MPMM/Stegosaurus.webp","n":"Stegosaurus"},{"id":409,"c":1,"u":"stench%20kow_mpmm","p":72,"s":3,"h":1,"t":0,"uu":"stench kow|mpmm","m":"bestiary/tokens/MPMM/Stench Kow.webp","n":"Stench Kow"},{"id":410,"c":1,"u":"stone%20cursed_mpmm","p":233,"s":3,"h":1,"t":0,"uu":"stone cursed|mpmm","m":"bestiary/tokens/MPMM/Stone Cursed.webp","n":"Stone Cursed"},{"id":411,"c":1,"u":"stone%20giant%20dreamwalker_mpmm","p":234,"s":3,"h":1,"t":0,"uu":"stone giant dreamwalker|mpmm","m":"bestiary/tokens/MPMM/Stone Giant Dreamwalker.webp","n":"Stone Giant Dreamwalker"},{"id":412,"c":1,"u":"storm%20giant%20quintessent_mpmm","p":235,"s":3,"h":1,"t":0,"uu":"storm giant quintessent|mpmm","m":"bestiary/tokens/MPMM/Storm Giant Quintessent.webp","n":"Storm Giant Quintessent"},{"id":413,"c":1,"u":"summer%20eladrin_mpmm","p":116,"s":3,"h":1,"t":0,"uu":"summer eladrin|mpmm","m":"bestiary/tokens/MPMM/Summer Eladrin.webp","n":"Summer Eladrin"},{"id":414,"c":1,"u":"swarm%20of%20cranium%20rats_mpmm","p":83,"s":3,"h":1,"t":0,"uu":"swarm of cranium rats|mpmm","m":"bestiary/tokens/MPMM/Swarm of Cranium Rats.webp","n":"Swarm of Cranium Rats"},{"id":415,"c":1,"u":"swarm%20of%20rot%20grubs_mpmm","p":237,"s":3,"h":1,"t":0,"uu":"swarm of rot grubs|mpmm","m":"bestiary/tokens/MPMM/Swarm of Rot Grubs.webp","n":"Swarm of Rot Grubs"},{"id":416,"c":1,"u":"swashbuckler_mpmm","p":238,"s":3,"h":1,"t":0,"uu":"swashbuckler|mpmm","m":"bestiary/tokens/MPMM/Swashbuckler.webp","n":"Swashbuckler"},{"id":417,"c":1,"u":"sword%20wraith%20commander_mpmm","p":239,"s":3,"h":1,"t":0,"uu":"sword wraith commander|mpmm","m":"bestiary/tokens/MPMM/Sword Wraith Commander.webp","n":"Sword Wraith Commander"},{"id":418,"c":1,"u":"sword%20wraith%20warrior_mpmm","p":239,"s":3,"h":1,"t":0,"uu":"sword wraith warrior|mpmm","m":"bestiary/tokens/MPMM/Sword Wraith Warrior.webp","n":"Sword Wraith Warrior"},{"id":419,"c":1,"u":"tanarukk_mpmm","p":240,"s":3,"h":1,"t":0,"uu":"tanarukk|mpmm","m":"bestiary/tokens/MPMM/Tanarukk.webp","n":"Tanarukk"},{"id":420,"c":1,"u":"thorny%20vegepygmy_mpmm","p":253,"s":3,"h":1,"t":0,"uu":"thorny vegepygmy|mpmm","m":"bestiary/tokens/MPMM/Thorny Vegepygmy.webp","n":"Thorny Vegepygmy"},{"id":421,"c":1,"u":"titivilus_mpmm","p":242,"s":3,"h":1,"t":0,"uu":"titivilus|mpmm","m":"bestiary/tokens/MPMM/Titivilus.webp","n":"Titivilus"},{"id":422,"c":1,"u":"tlincalli_mpmm","p":242,"s":3,"h":1,"t":0,"uu":"tlincalli|mpmm","m":"bestiary/tokens/MPMM/Tlincalli.webp","n":"Tlincalli"},{"id":423,"c":1,"u":"tortle_mpmm","p":244,"s":3,"h":1,"t":0,"uu":"tortle|mpmm","m":"bestiary/tokens/MPMM/Tortle.webp","n":"Tortle"},{"id":424,"c":1,"u":"tortle%20druid_mpmm","p":244,"s":3,"h":1,"t":0,"uu":"tortle druid|mpmm","m":"bestiary/tokens/MPMM/Tortle Druid.webp","n":"Tortle Druid"},{"id":425,"c":1,"u":"transmuter%20wizard_mpmm","p":265,"s":3,"h":1,"t":0,"uu":"transmuter wizard|mpmm","m":"bestiary/tokens/MPMM/Transmuter Wizard.webp","n":"Transmuter Wizard"},{"id":426,"c":1,"u":"trapper_mpmm","p":245,"s":3,"h":1,"t":0,"uu":"trapper|mpmm","m":"bestiary/tokens/MPMM/Trapper.webp","n":"Trapper"},{"id":427,"c":1,"u":"ulitharid_mpmm","p":249,"s":3,"h":1,"t":0,"uu":"ulitharid|mpmm","m":"bestiary/tokens/MPMM/Ulitharid.webp","n":"Ulitharid"},{"id":428,"c":1,"u":"vampiric%20mist_mpmm","p":250,"s":3,"h":1,"t":0,"uu":"vampiric mist|mpmm","m":"bestiary/tokens/MPMM/Vampiric Mist.webp","n":"Vampiric Mist"},{"id":429,"c":1,"u":"vargouille_mpmm","p":251,"s":3,"h":1,"t":0,"uu":"vargouille|mpmm","m":"bestiary/tokens/MPMM/Vargouille.webp","n":"Vargouille"},{"id":430,"c":1,"u":"vegepygmy_mpmm","p":252,"s":3,"h":1,"t":0,"uu":"vegepygmy|mpmm","m":"bestiary/tokens/MPMM/Vegepygmy.webp","n":"Vegepygmy"},{"id":431,"c":1,"u":"vegepygmy%20chief_mpmm","p":253,"s":3,"h":1,"t":0,"uu":"vegepygmy chief|mpmm","m":"bestiary/tokens/MPMM/Vegepygmy Chief.webp","n":"Vegepygmy Chief"},{"id":432,"c":1,"u":"velociraptor_mpmm","p":96,"s":3,"h":1,"t":0,"uu":"velociraptor|mpmm","m":"bestiary/tokens/MPMM/Velociraptor.webp","n":"Velociraptor"},{"id":433,"c":1,"u":"venom%20troll_mpmm","p":248,"s":3,"h":1,"t":0,"uu":"venom troll|mpmm","m":"bestiary/tokens/MPMM/Venom Troll.webp","n":"Venom Troll"},{"id":434,"c":1,"u":"war%20priest_mpmm","p":254,"s":3,"h":1,"t":0,"uu":"war priest|mpmm","m":"bestiary/tokens/MPMM/War Priest.webp","n":"War Priest"},{"id":435,"c":1,"u":"warlock%20of%20the%20archfey_mpmm","p":255,"s":3,"h":1,"t":0,"uu":"warlock of the archfey|mpmm","m":"bestiary/tokens/MPMM/Warlock of the Archfey.webp","n":"Warlock of the Archfey"},{"id":436,"c":1,"u":"warlock%20of%20the%20fiend_mpmm","p":255,"s":3,"h":1,"t":0,"uu":"warlock of the fiend|mpmm","m":"bestiary/tokens/MPMM/Warlock of the Fiend.webp","n":"Warlock of the Fiend"},{"id":437,"c":1,"u":"warlock%20of%20the%20great%20old%20one_mpmm","p":256,"s":3,"h":1,"t":0,"uu":"warlock of the great old one|mpmm","m":"bestiary/tokens/MPMM/Warlock of the Great Old One.webp","n":"Warlock of the Great Old One"},{"id":438,"c":1,"u":"warlord_mpmm","p":257,"s":3,"h":1,"t":0,"uu":"warlord|mpmm","m":"bestiary/tokens/MPMM/Warlord.webp","n":"Warlord"},{"id":439,"c":1,"u":"wastrilith_mpmm","p":258,"s":3,"h":1,"t":0,"uu":"wastrilith|mpmm","m":"bestiary/tokens/MPMM/Wastrilith.webp","n":"Wastrilith"},{"id":440,"c":1,"u":"water%20elemental%20myrmidon_mpmm","p":123,"s":3,"h":1,"t":0,"uu":"water elemental myrmidon|mpmm","m":"bestiary/tokens/MPMM/Water Elemental Myrmidon.webp","n":"Water Elemental Myrmidon"},{"id":441,"c":1,"u":"white%20abishai_mpmm","p":41,"s":3,"h":1,"t":0,"uu":"white abishai|mpmm","m":"bestiary/tokens/MPMM/White Abishai.webp","n":"White Abishai"},{"id":442,"c":1,"u":"winter%20eladrin_mpmm","p":117,"s":3,"h":1,"t":0,"uu":"winter eladrin|mpmm","m":"bestiary/tokens/MPMM/Winter Eladrin.webp","n":"Winter Eladrin"},{"id":443,"c":1,"u":"wood%20woad_mpmm","p":266,"s":3,"h":1,"t":0,"uu":"wood woad|mpmm","m":"bestiary/tokens/MPMM/Wood Woad.webp","n":"Wood Woad"},{"id":444,"c":1,"u":"wretched%20sorrowsworn_mpmm","p":224,"s":3,"h":1,"t":0,"uu":"wretched sorrowsworn|mpmm","m":"bestiary/tokens/MPMM/Wretched Sorrowsworn.webp","n":"Wretched Sorrowsworn"},{"id":445,"c":1,"u":"xvart_mpmm","p":267,"s":3,"h":1,"t":0,"uu":"xvart|mpmm","m":"bestiary/tokens/MPMM/Xvart.webp","n":"Xvart"},{"id":446,"c":1,"u":"xvart%20warlock%20of%20raxivort_mpmm","p":267,"s":3,"h":1,"t":0,"uu":"xvart warlock of raxivort|mpmm","m":"bestiary/tokens/MPMM/Xvart Warlock of Raxivort.webp","n":"Xvart Warlock of Raxivort"},{"id":447,"c":1,"u":"yagnoloth_mpmm","p":268,"s":3,"h":1,"t":0,"uu":"yagnoloth|mpmm","m":"bestiary/tokens/MPMM/Yagnoloth.webp","n":"Yagnoloth"},{"id":448,"c":1,"u":"yeenoghu_mpmm","p":270,"s":3,"h":1,"t":0,"uu":"yeenoghu|mpmm","m":"bestiary/tokens/MPMM/Yeenoghu.webp","n":"Yeenoghu"},{"id":449,"c":1,"u":"yeth%20hound_mpmm","p":271,"s":3,"h":1,"t":0,"uu":"yeth hound|mpmm","m":"bestiary/tokens/MPMM/Yeth Hound.webp","n":"Yeth Hound"},{"id":450,"c":1,"u":"young%20kruthik_mpmm","p":168,"s":3,"h":1,"t":0,"uu":"young kruthik|mpmm","m":"bestiary/tokens/MPMM/Young Kruthik.webp","n":"Young Kruthik"},{"id":451,"c":1,"u":"yuan-ti%20anathema_mpmm","p":272,"s":3,"h":1,"t":0,"uu":"yuan-ti anathema|mpmm","m":"bestiary/tokens/MPMM/Yuan-ti Anathema.webp","n":"Yuan-ti Anathema"},{"id":452,"c":1,"u":"yuan-ti%20broodguard_mpmm","p":273,"s":3,"h":1,"t":0,"uu":"yuan-ti broodguard|mpmm","m":"bestiary/tokens/MPMM/Yuan-ti Broodguard.webp","n":"Yuan-ti Broodguard"},{"id":453,"c":1,"u":"yuan-ti%20mind%20whisperer_mpmm","p":274,"s":3,"h":1,"t":0,"uu":"yuan-ti mind whisperer|mpmm","m":"bestiary/tokens/MPMM/Yuan-ti Mind Whisperer.webp","n":"Yuan-ti Mind Whisperer"},{"id":454,"c":1,"u":"yuan-ti%20nightmare%20speaker_mpmm","p":275,"s":3,"h":1,"t":0,"uu":"yuan-ti nightmare speaker|mpmm","m":"bestiary/tokens/MPMM/Yuan-ti Nightmare Speaker.webp","n":"Yuan-ti Nightmare Speaker"},{"id":455,"c":1,"u":"yuan-ti%20pit%20master_mpmm","p":276,"s":3,"h":1,"t":0,"uu":"yuan-ti pit master|mpmm","m":"bestiary/tokens/MPMM/Yuan-ti Pit Master.webp","n":"Yuan-ti Pit Master"},{"id":456,"c":1,"u":"zaratan_mpmm","p":278,"s":3,"h":1,"t":0,"uu":"zaratan|mpmm","m":"bestiary/tokens/MPMM/Zaratan.webp","n":"Zaratan"},{"id":457,"c":1,"u":"zariel_mpmm","p":280,"s":3,"h":1,"t":0,"uu":"zariel|mpmm","m":"bestiary/tokens/MPMM/Zariel.webp","n":"Zariel"},{"id":458,"c":1,"u":"zuggtmoy_mpmm","p":281,"s":3,"h":1,"t":0,"uu":"zuggtmoy|mpmm","m":"bestiary/tokens/MPMM/Zuggtmoy.webp","n":"Zuggtmoy"},{"id":459,"c":1,"u":"aberrant%20spirit_tce","p":109,"s":4,"h":1,"t":0,"uu":"aberrant spirit|tce","m":"bestiary/tokens/TCE/Aberrant Spirit.webp","n":"Aberrant Spirit"},{"id":460,"c":1,"u":"adult%20red%20dracolich_tce","p":137,"s":4,"h":1,"t":0,"uu":"adult red dracolich|tce","m":"bestiary/tokens/TCE/Adult Red Dracolich.webp","n":"Adult Red Dracolich"},{"id":461,"c":1,"u":"beast%20of%20the%20land_tce","p":61,"s":4,"h":1,"t":0,"uu":"beast of the land|tce","m":"bestiary/tokens/TCE/Beast of the Land.webp","n":"Beast of the Land"},{"id":462,"c":1,"u":"beast%20of%20the%20sea_tce","p":61,"s":4,"h":1,"t":0,"uu":"beast of the sea|tce","m":"bestiary/tokens/TCE/Beast of the Sea.webp","n":"Beast of the Sea"},{"id":463,"c":1,"u":"beast%20of%20the%20sky_tce","p":61,"s":4,"h":1,"t":0,"uu":"beast of the sky|tce","m":"bestiary/tokens/TCE/Beast of the Sky.webp","n":"Beast of the Sky"},{"id":464,"c":1,"u":"bestial%20spirit_tce","p":109,"s":4,"h":1,"t":0,"uu":"bestial spirit|tce","m":"bestiary/tokens/TCE/Bestial Spirit.webp","n":"Bestial Spirit"},{"id":465,"c":1,"u":"celestial%20spirit_tce","p":110,"s":4,"h":1,"t":0,"uu":"celestial spirit|tce","m":"bestiary/tokens/TCE/Celestial Spirit.webp","n":"Celestial Spirit"},{"id":466,"c":1,"u":"construct%20spirit_tce","p":111,"s":4,"h":1,"t":0,"uu":"construct spirit|tce","m":"bestiary/tokens/TCE/Construct Spirit.webp","n":"Construct Spirit"},{"id":467,"c":1,"u":"dancing%20item_tce","p":29,"s":4,"h":1,"t":0,"uu":"dancing item|tce","m":"bestiary/tokens/TCE/Dancing Item.webp","n":"Dancing Item"},{"id":468,"c":1,"u":"elemental%20spirit_tce","p":111,"s":4,"h":1,"t":0,"uu":"elemental spirit|tce","m":"bestiary/tokens/TCE/Elemental Spirit.webp","n":"Elemental Spirit"},{"id":469,"c":1,"u":"fey%20spirit_tce","p":112,"s":4,"h":1,"t":0,"uu":"fey spirit|tce","m":"bestiary/tokens/TCE/Fey Spirit.webp","n":"Fey Spirit"},{"id":470,"c":1,"u":"fiendish%20spirit_tce","p":112,"s":4,"h":1,"t":0,"uu":"fiendish spirit|tce","m":"bestiary/tokens/TCE/Fiendish Spirit.webp","n":"Fiendish Spirit"},{"id":471,"c":1,"u":"homunculus%20servant_tce","p":22,"s":4,"h":1,"t":0,"uu":"homunculus servant|tce","m":"bestiary/tokens/TCE/Homunculus Servant.webp","n":"Homunculus Servant"},{"id":472,"c":1,"u":"juvenile%20mimic_tce","p":167,"s":4,"h":1,"t":0,"uu":"juvenile mimic|tce","m":"bestiary/tokens/TCE/Juvenile Mimic.webp","n":"Juvenile Mimic"},{"id":473,"c":1,"u":"mighty%20servant%20of%20leuk-o_tce","p":131,"s":4,"h":1,"t":0,"uu":"mighty servant of leuk-o|tce","m":"bestiary/tokens/TCE/Mighty Servant of Leuk-o.webp","n":"Mighty Servant of Leuk-o"},{"id":474,"c":1,"u":"reflection_tce","p":158,"s":4,"h":1,"t":0,"uu":"reflection|tce","m":"bestiary/tokens/TCE/Reflection.webp","n":"Reflection"},{"id":475,"c":1,"u":"shadow%20spirit_tce","p":114,"s":4,"h":1,"t":0,"uu":"shadow spirit|tce","m":"bestiary/tokens/TCE/Shadow Spirit.webp","n":"Shadow Spirit"},{"id":476,"c":1,"u":"steel%20defender_tce","p":19,"s":4,"h":1,"t":0,"uu":"steel defender|tce","m":"bestiary/tokens/TCE/Steel Defender.webp","n":"Steel Defender"},{"id":477,"c":1,"u":"undead%20spirit_tce","p":114,"s":4,"h":1,"t":0,"uu":"undead spirit|tce","m":"bestiary/tokens/TCE/Undead Spirit.webp","n":"Undead Spirit"},{"id":478,"c":1,"u":"wildfire%20spirit_tce","p":40,"s":4,"h":1,"t":0,"uu":"wildfire spirit|tce","m":"bestiary/tokens/TCE/Wildfire Spirit.webp","n":"Wildfire Spirit"},{"id":479,"c":1,"u":"avatar%20of%20death_xdmg","p":252,"s":5,"h":1,"t":0,"uu":"avatar of death|xdmg","m":"bestiary/tokens/XDMG/Avatar of Death.webp","n":"Avatar of Death"},{"id":480,"c":1,"u":"giant%20fly_xdmg","p":261,"s":5,"h":1,"t":0,"uu":"giant fly|xdmg","m":"bestiary/tokens/XDMG/Giant Fly.webp","n":"Giant Fly"},{"id":481,"c":1,"u":"hound%20of%20ill%20omen_xge","p":50,"s":6,"h":1,"t":0,"uu":"hound of ill omen|xge","m":"bestiary/tokens/XGE/Hound of Ill Omen.webp","n":"Hound of Ill Omen"},{"id":482,"c":1,"u":"tiny%20servant_xge","p":169,"s":6,"h":1,"t":0,"uu":"tiny servant|xge","m":"bestiary/tokens/XGE/Tiny Servant.webp","n":"Tiny Servant"},{"id":483,"c":1,"u":"aarakocra%20aeromancer_xmm","p":10,"s":7,"h":1,"t":0,"uu":"aarakocra aeromancer|xmm","m":"bestiary/XMM/Aarakocra Aeromancer.webp","n":"Aarakocra Aeromancer"},{"id":484,"c":1,"u":"aarakocra%20skirmisher_xmm","p":10,"s":7,"h":1,"t":0,"uu":"aarakocra skirmisher|xmm","m":"bestiary/tokens/MM/Aarakocra.webp","n":"Aarakocra Skirmisher"},{"id":485,"c":1,"u":"aberrant%20cultist_xmm","p":86,"s":7,"h":1,"t":0,"uu":"aberrant cultist|xmm","m":"bestiary/XMM/Aberrant Cultist.webp","n":"Aberrant Cultist"},{"id":486,"c":1,"u":"aboleth_xmm","p":12,"s":7,"h":1,"t":0,"uu":"aboleth|xmm","m":"bestiary/tokens/MM/Aboleth.webp","n":"Aboleth"},{"id":487,"c":1,"u":"abominable%20yeti_xmm","p":340,"s":7,"h":1,"t":0,"uu":"abominable yeti|xmm","m":"bestiary/tokens/MM/Abominable Yeti.webp","n":"Abominable Yeti"},{"id":488,"c":1,"u":"adult%20black%20dragon_xmm","p":39,"s":7,"h":1,"t":0,"uu":"adult black dragon|xmm","m":"bestiary/tokens/MM/Adult Black Dragon.webp","n":"Adult Black Dragon"},{"id":489,"c":1,"u":"adult%20blue%20dragon_xmm","p":49,"s":7,"h":1,"t":0,"uu":"adult blue dragon|xmm","m":"bestiary/tokens/MM/Adult Blue Dragon.webp","n":"Adult Blue Dragon"},{"id":490,"c":1,"u":"adult%20brass%20dragon_xmm","p":55,"s":7,"h":1,"t":0,"uu":"adult brass dragon|xmm","m":"bestiary/tokens/MM/Adult Brass Dragon.webp","n":"Adult Brass Dragon"},{"id":491,"c":1,"u":"adult%20bronze%20dragon_xmm","p":59,"s":7,"h":1,"t":0,"uu":"adult bronze dragon|xmm","m":"bestiary/tokens/MM/Adult Bronze Dragon.webp","n":"Adult Bronze Dragon"},{"id":492,"c":1,"u":"adult%20copper%20dragon_xmm","p":79,"s":7,"h":1,"t":0,"uu":"adult copper dragon|xmm","m":"bestiary/tokens/MM/Adult Copper Dragon.webp","n":"Adult Copper Dragon"},{"id":493,"c":1,"u":"adult%20gold%20dragon_xmm","p":145,"s":7,"h":1,"t":0,"uu":"adult gold dragon|xmm","m":"bestiary/tokens/MM/Adult Gold Dragon.webp","n":"Adult Gold Dragon"},{"id":494,"c":1,"u":"adult%20green%20dragon_xmm","p":153,"s":7,"h":1,"t":0,"uu":"adult green dragon|xmm","m":"bestiary/tokens/MM/Adult Green Dragon.webp","n":"Adult Green Dragon"},{"id":495,"c":1,"u":"adult%20red%20dragon_xmm","p":255,"s":7,"h":1,"t":0,"uu":"adult red dragon|xmm","m":"bestiary/tokens/MM/Adult Red Dragon.webp","n":"Adult Red Dragon"},{"id":496,"c":1,"u":"adult%20silver%20dragon_xmm","p":279,"s":7,"h":1,"t":0,"uu":"adult silver dragon|xmm","m":"bestiary/tokens/MM/Adult Silver Dragon.webp","n":"Adult Silver Dragon"},{"id":497,"c":1,"u":"adult%20white%20dragon_xmm","p":329,"s":7,"h":1,"t":0,"uu":"adult white dragon|xmm","m":"bestiary/tokens/MM/Adult White Dragon.webp","n":"Adult White Dragon"},{"id":498,"c":1,"u":"air%20elemental_xmm","p":13,"s":7,"h":1,"t":0,"uu":"air elemental|xmm","m":"bestiary/tokens/MM/Air Elemental.webp","n":"Air Elemental"},{"id":499,"c":1,"u":"allosaurus_xmm","p":348,"s":7,"h":1,"t":0,"uu":"allosaurus|xmm","m":"bestiary/tokens/MM/Allosaurus.webp","n":"Allosaurus"},{"id":500,"c":1,"u":"ancient%20black%20dragon_xmm","p":40,"s":7,"h":1,"t":0,"uu":"ancient black dragon|xmm","m":"bestiary/tokens/MM/Ancient Black Dragon.webp","n":"Ancient Black Dragon"},{"id":501,"c":1,"u":"ancient%20blue%20dragon_xmm","p":50,"s":7,"h":1,"t":0,"uu":"ancient blue dragon|xmm","m":"bestiary/tokens/MM/Ancient Blue Dragon.webp","n":"Ancient Blue Dragon"},{"id":502,"c":1,"u":"ancient%20brass%20dragon_xmm","p":56,"s":7,"h":1,"t":0,"uu":"ancient brass dragon|xmm","m":"bestiary/tokens/MM/Ancient Brass Dragon.webp","n":"Ancient Brass Dragon"},{"id":503,"c":1,"u":"ancient%20bronze%20dragon_xmm","p":60,"s":7,"h":1,"t":0,"uu":"ancient bronze dragon|xmm","m":"bestiary/tokens/MM/Ancient Bronze Dragon.webp","n":"Ancient Bronze Dragon"},{"id":504,"c":1,"u":"ancient%20copper%20dragon_xmm","p":80,"s":7,"h":1,"t":0,"uu":"ancient copper dragon|xmm","m":"bestiary/tokens/MM/Ancient Copper Dragon.webp","n":"Ancient Copper Dragon"},{"id":505,"c":1,"u":"ancient%20gold%20dragon_xmm","p":146,"s":7,"h":1,"t":0,"uu":"ancient gold dragon|xmm","m":"bestiary/tokens/MM/Ancient Gold Dragon.webp","n":"Ancient Gold Dragon"},{"id":506,"c":1,"u":"ancient%20green%20dragon_xmm","p":154,"s":7,"h":1,"t":0,"uu":"ancient green dragon|xmm","m":"bestiary/tokens/MM/Ancient Green Dragon.webp","n":"Ancient Green Dragon"},{"id":507,"c":1,"u":"ancient%20red%20dragon_xmm","p":256,"s":7,"h":1,"t":0,"uu":"ancient red dragon|xmm","m":"bestiary/tokens/MM/Ancient Red Dragon.webp","n":"Ancient Red Dragon"},{"id":508,"c":1,"u":"ancient%20silver%20dragon_xmm","p":280,"s":7,"h":1,"t":0,"uu":"ancient silver dragon|xmm","m":"bestiary/tokens/MM/Ancient Silver Dragon.webp","n":"Ancient Silver Dragon"},{"id":509,"c":1,"u":"ancient%20white%20dragon_xmm","p":330,"s":7,"h":1,"t":0,"uu":"ancient white dragon|xmm","m":"bestiary/tokens/MM/Ancient White Dragon.webp","n":"Ancient White Dragon"},{"id":510,"c":1,"u":"animal%20lord_xmm","p":15,"s":7,"h":1,"t":0,"uu":"animal lord|xmm","m":"bestiary/XMM/Animal Lord.webp","n":"Animal Lord"},{"id":511,"c":1,"u":"animated%20armor_xmm","p":16,"s":7,"h":1,"t":0,"uu":"animated armor|xmm","m":"bestiary/tokens/MM/Animated Armor.webp","n":"Animated Armor"},{"id":512,"c":1,"u":"animated%20broom_xmm","p":16,"s":7,"h":1,"t":0,"uu":"animated broom|xmm","m":"bestiary/tokens/CM/Animated Broom.webp","n":"Animated Broom"},{"id":513,"c":1,"u":"animated%20flying%20sword_xmm","p":17,"s":7,"h":1,"t":0,"uu":"animated flying sword|xmm","m":"bestiary/tokens/MM/Flying Sword.webp","n":"Animated Flying Sword"},{"id":514,"c":1,"u":"animated%20rug%20of%20smothering_xmm","p":17,"s":7,"h":1,"t":0,"uu":"animated rug of smothering|xmm","m":"bestiary/tokens/MM/Rug of Smothering.webp","n":"Animated Rug of Smothering"},{"id":515,"c":1,"u":"ankheg_xmm","p":18,"s":7,"h":1,"t":0,"uu":"ankheg|xmm","m":"bestiary/tokens/MM/Ankheg.webp","n":"Ankheg"},{"id":516,"c":1,"u":"ankylosaurus_xmm","p":348,"s":7,"h":1,"t":0,"uu":"ankylosaurus|xmm","m":"bestiary/tokens/MM/Ankylosaurus.webp","n":"Ankylosaurus"},{"id":517,"c":1,"u":"ape_xmm","p":348,"s":7,"h":1,"t":0,"uu":"ape|xmm","m":"bestiary/tokens/XMM/Ape.webp","n":"Ape"},{"id":518,"c":1,"u":"arcanaloth_xmm","p":19,"s":7,"h":1,"t":0,"uu":"arcanaloth|xmm","m":"bestiary/tokens/MM/Arcanaloth.webp","n":"Arcanaloth"},{"id":519,"c":1,"u":"arch-hag_xmm","p":21,"s":7,"h":1,"t":0,"uu":"arch-hag|xmm","m":"bestiary/XMM/Arch-hag.webp","n":"Arch-hag"},{"id":520,"c":1,"u":"archelon_xmm","p":349,"s":7,"h":1,"t":0,"uu":"archelon|xmm","m":"bestiary/XMM/Archelon.webp","n":"Archelon"},{"id":521,"c":1,"u":"archmage_xmm","p":199,"s":7,"h":1,"t":0,"uu":"archmage|xmm","m":"bestiary/tokens/MM/Archmage.webp","n":"Archmage"},{"id":522,"c":1,"u":"archpriest_xmm","p":248,"s":7,"h":1,"t":0,"uu":"archpriest|xmm","m":"bestiary/XMM/Archpriest.webp","n":"Archpriest"},{"id":523,"c":1,"u":"assassin_xmm","p":22,"s":7,"h":1,"t":0,"uu":"assassin|xmm","m":"bestiary/tokens/MM/Assassin.webp","n":"Assassin"},{"id":524,"c":1,"u":"awakened%20shrub_xmm","p":23,"s":7,"h":1,"t":0,"uu":"awakened shrub|xmm","m":"bestiary/tokens/MM/Awakened Shrub.webp","n":"Awakened Shrub"},{"id":525,"c":1,"u":"awakened%20tree_xmm","p":23,"s":7,"h":1,"t":0,"uu":"awakened tree|xmm","m":"bestiary/tokens/MM/Awakened Tree.webp","n":"Awakened Tree"},{"id":526,"c":1,"u":"axe%20beak_xmm","p":24,"s":7,"h":1,"t":0,"uu":"axe beak|xmm","m":"bestiary/tokens/MM/Axe Beak.webp","n":"Axe Beak"},{"id":527,"c":1,"u":"azer%20pyromancer_xmm","p":25,"s":7,"h":1,"t":0,"uu":"azer pyromancer|xmm","m":"bestiary/XMM/Azer Pyromancer.webp","n":"Azer Pyromancer"},{"id":528,"c":1,"u":"azer%20sentinel_xmm","p":25,"s":7,"h":1,"t":0,"uu":"azer sentinel|xmm","m":"bestiary/tokens/MM/Azer.webp","n":"Azer Sentinel"},{"id":529,"c":1,"u":"baboon_xmm","p":349,"s":7,"h":1,"t":0,"uu":"baboon|xmm","m":"bestiary/tokens/MM/Baboon.webp","n":"Baboon"},{"id":530,"c":1,"u":"badger_xmm","p":349,"s":7,"h":1,"t":0,"uu":"badger|xmm","m":"bestiary/tokens/XMM/Badger.webp","n":"Badger"},{"id":531,"c":1,"u":"balor_xmm","p":26,"s":7,"h":1,"t":0,"uu":"balor|xmm","m":"bestiary/tokens/MM/Balor.webp","n":"Balor"},{"id":532,"c":1,"u":"bandit_xmm","p":27,"s":7,"h":1,"t":0,"uu":"bandit|xmm","m":"bestiary/tokens/MM/Bandit.webp","n":"Bandit"},{"id":533,"c":1,"u":"bandit%20captain_xmm","p":27,"s":7,"h":1,"t":0,"uu":"bandit captain|xmm","m":"bestiary/tokens/MM/Bandit Captain.webp","n":"Bandit Captain"},{"id":534,"c":1,"u":"bandit%20crime%20lord_xmm","p":28,"s":7,"h":1,"t":0,"uu":"bandit crime lord|xmm","m":"bestiary/XMM/Bandit Crime Lord.webp","n":"Bandit Crime Lord"},{"id":535,"c":1,"u":"bandit%20deceiver_xmm","p":28,"s":7,"h":1,"t":0,"uu":"bandit deceiver|xmm","m":"bestiary/tokens/MM/Drow Mage.webp","n":"Bandit Deceiver"},{"id":536,"c":1,"u":"banshee_xmm","p":29,"s":7,"h":1,"t":0,"uu":"banshee|xmm","m":"bestiary/tokens/MM/Banshee.webp","n":"Banshee"},{"id":537,"c":1,"u":"barbed%20devil_xmm","p":30,"s":7,"h":1,"t":0,"uu":"barbed devil|xmm","m":"bestiary/tokens/MM/Barbed Devil.webp","n":"Barbed Devil"},{"id":538,"c":1,"u":"barlgura_xmm","p":31,"s":7,"h":1,"t":0,"uu":"barlgura|xmm","m":"bestiary/tokens/MM/Barlgura.webp","n":"Barlgura"},{"id":539,"c":1,"u":"basilisk_xmm","p":32,"s":7,"h":1,"t":0,"uu":"basilisk|xmm","m":"bestiary/tokens/MM/Basilisk.webp","n":"Basilisk"},{"id":540,"c":1,"u":"bat_xmm","p":349,"s":7,"h":1,"t":0,"uu":"bat|xmm","m":"bestiary/tokens/XMM/Bat.webp","n":"Bat"},{"id":541,"c":1,"u":"bearded%20devil_xmm","p":33,"s":7,"h":1,"t":0,"uu":"bearded devil|xmm","m":"bestiary/tokens/MM/Bearded Devil.webp","n":"Bearded Devil"},{"id":542,"c":1,"u":"behir_xmm","p":34,"s":7,"h":1,"t":0,"uu":"behir|xmm","m":"bestiary/tokens/MM/Behir.webp","n":"Behir"},{"id":543,"c":1,"u":"beholder_xmm","p":36,"s":7,"h":1,"t":0,"uu":"beholder|xmm","m":"bestiary/tokens/MM/Beholder.webp","n":"Beholder"},{"id":544,"c":1,"u":"beholder%20zombie_xmm","p":347,"s":7,"h":1,"t":0,"uu":"beholder zombie|xmm","m":"bestiary/tokens/MM/Beholder Zombie.webp","n":"Beholder Zombie"},{"id":545,"c":1,"u":"berserker_xmm","p":37,"s":7,"h":1,"t":0,"uu":"berserker|xmm","m":"bestiary/tokens/MM/Berserker.webp","n":"Berserker"},{"id":546,"c":1,"u":"berserker%20commander_xmm","p":37,"s":7,"h":1,"t":0,"uu":"berserker commander|xmm","m":"bestiary/XMM/Berserker Commander.webp","n":"Berserker Commander"},{"id":547,"c":1,"u":"black%20bear_xmm","p":349,"s":7,"h":1,"t":0,"uu":"black bear|xmm","m":"bestiary/tokens/XMM/Black Bear.webp","n":"Black Bear"},{"id":548,"c":1,"u":"black%20dragon%20wyrmling_xmm","p":38,"s":7,"h":1,"t":0,"uu":"black dragon wyrmling|xmm","m":"bestiary/tokens/MM/Black Dragon Wyrmling.webp","n":"Black Dragon Wyrmling"},{"id":549,"c":1,"u":"black%20pudding_xmm","p":42,"s":7,"h":1,"t":0,"uu":"black pudding|xmm","m":"bestiary/tokens/MM/Black Pudding.webp","n":"Black Pudding"},{"id":550,"c":1,"u":"blink%20dog_xmm","p":46,"s":7,"h":1,"t":0,"uu":"blink dog|xmm","m":"bestiary/tokens/MM/Blink Dog.webp","n":"Blink Dog"},{"id":551,"c":1,"u":"blob%20of%20annihilation_xmm","p":47,"s":7,"h":1,"t":0,"uu":"blob of annihilation|xmm","m":"bestiary/XMM/Blob of Annihilation.webp","n":"Blob of Annihilation"},{"id":552,"c":1,"u":"blood%20hawk_xmm","p":350,"s":7,"h":1,"t":0,"uu":"blood hawk|xmm","m":"bestiary/tokens/MM/Blood Hawk.webp","n":"Blood Hawk"},{"id":553,"c":1,"u":"blue%20dragon%20wyrmling_xmm","p":48,"s":7,"h":1,"t":0,"uu":"blue dragon wyrmling|xmm","m":"bestiary/tokens/MM/Blue Dragon Wyrmling.webp","n":"Blue Dragon Wyrmling"},{"id":554,"c":1,"u":"blue%20slaad_xmm","p":285,"s":7,"h":1,"t":0,"uu":"blue slaad|xmm","m":"bestiary/tokens/MM/Blue Slaad.webp","n":"Blue Slaad"},{"id":555,"c":1,"u":"boar_xmm","p":350,"s":7,"h":1,"t":0,"uu":"boar|xmm","m":"bestiary/tokens/XMM/Boar.webp","n":"Boar"},{"id":556,"c":1,"u":"bone%20devil_xmm","p":52,"s":7,"h":1,"t":0,"uu":"bone devil|xmm","m":"bestiary/tokens/MM/Bone Devil.webp","n":"Bone Devil"},{"id":557,"c":1,"u":"bone%20naga_xmm","p":53,"s":7,"h":1,"t":0,"uu":"bone naga|xmm","m":"bestiary/XMM/Bone Naga.webp","n":"Bone Naga"},{"id":558,"c":1,"u":"brass%20dragon%20wyrmling_xmm","p":54,"s":7,"h":1,"t":0,"uu":"brass dragon wyrmling|xmm","m":"bestiary/tokens/MM/Brass Dragon Wyrmling.webp","n":"Brass Dragon Wyrmling"},{"id":559,"c":1,"u":"brazen%20gorgon_xmm","p":149,"s":7,"h":1,"t":0,"uu":"brazen gorgon|xmm","m":"bestiary/XMM/Brazen Gorgon.webp","n":"Brazen Gorgon"},{"id":560,"c":1,"u":"bronze%20dragon%20wyrmling_xmm","p":58,"s":7,"h":1,"t":0,"uu":"bronze dragon wyrmling|xmm","m":"bestiary/tokens/MM/Bronze Dragon Wyrmling.webp","n":"Bronze Dragon Wyrmling"},{"id":561,"c":1,"u":"brown%20bear_xmm","p":350,"s":7,"h":1,"t":0,"uu":"brown bear|xmm","m":"bestiary/tokens/XMM/Brown Bear.webp","n":"Brown Bear"},{"id":562,"c":1,"u":"bugbear%20stalker_xmm","p":62,"s":7,"h":1,"t":0,"uu":"bugbear stalker|xmm","m":"bestiary/XMM/Bugbear Stalker.webp","n":"Bugbear Stalker"},{"id":563,"c":1,"u":"bugbear%20warrior_xmm","p":62,"s":7,"h":1,"t":0,"uu":"bugbear warrior|xmm","m":"bestiary/tokens/MM/Bugbear.webp","n":"Bugbear Warrior"},{"id":564,"c":1,"u":"bulette_xmm","p":63,"s":7,"h":1,"t":0,"uu":"bulette|xmm","m":"bestiary/tokens/MM/Bulette.webp","n":"Bulette"},{"id":565,"c":1,"u":"bulette%20pup_xmm","p":63,"s":7,"h":1,"t":0,"uu":"bulette pup|xmm","m":"bestiary/XMM/Bulette Pup.webp","n":"Bulette Pup"},{"id":566,"c":1,"u":"bullywug%20bog%20sage_xmm","p":64,"s":7,"h":1,"t":0,"uu":"bullywug bog sage|xmm","m":"bestiary/tokens/MM/Bullywug.webp","n":"Bullywug Bog Sage"},{"id":567,"c":1,"u":"bullywug%20warrior_xmm","p":64,"s":7,"h":1,"t":0,"uu":"bullywug warrior|xmm","m":"bestiary/tokens/MM/Bullywug.webp","n":"Bullywug Warrior"},{"id":568,"c":1,"u":"cambion_xmm","p":65,"s":7,"h":1,"t":0,"uu":"cambion|xmm","m":"bestiary/tokens/MM/Cambion.webp","n":"Cambion"},{"id":569,"c":1,"u":"camel_xmm","p":351,"s":7,"h":1,"t":0,"uu":"camel|xmm","m":"bestiary/tokens/XMM/Camel.webp","n":"Camel"},{"id":570,"c":1,"u":"carrion%20crawler_xmm","p":66,"s":7,"h":1,"t":0,"uu":"carrion crawler|xmm","m":"bestiary/tokens/MM/Carrion Crawler.webp","n":"Carrion Crawler"},{"id":571,"c":1,"u":"cat_xmm","p":351,"s":7,"h":1,"t":0,"uu":"cat|xmm","m":"bestiary/tokens/XMM/Cat.webp","n":"Cat"},{"id":572,"c":1,"u":"centaur%20trooper_xmm","p":67,"s":7,"h":1,"t":0,"uu":"centaur trooper|xmm","m":"bestiary/tokens/MM/Centaur.webp","n":"Centaur Trooper"},{"id":573,"c":1,"u":"centaur%20warden_xmm","p":67,"s":7,"h":1,"t":0,"uu":"centaur warden|xmm","m":"bestiary/XMM/Centaur Warden.webp","n":"Centaur Warden"},{"id":574,"c":1,"u":"chain%20devil_xmm","p":68,"s":7,"h":1,"t":0,"uu":"chain devil|xmm","m":"bestiary/tokens/MM/Chain Devil.webp","n":"Chain Devil"},{"id":575,"c":1,"u":"chasme_xmm","p":69,"s":7,"h":1,"t":0,"uu":"chasme|xmm","m":"bestiary/tokens/MM/Chasme.webp","n":"Chasme"},{"id":576,"c":1,"u":"chimera_xmm","p":70,"s":7,"h":1,"t":0,"uu":"chimera|xmm","m":"bestiary/tokens/MM/Chimera.webp","n":"Chimera"},{"id":577,"c":1,"u":"chuul_xmm","p":71,"s":7,"h":1,"t":0,"uu":"chuul|xmm","m":"bestiary/tokens/MM/Chuul.webp","n":"Chuul"},{"id":578,"c":1,"u":"clay%20golem_xmm","p":72,"s":7,"h":1,"t":0,"uu":"clay golem|xmm","m":"bestiary/tokens/MM/Clay Golem.webp","n":"Clay Golem"},{"id":579,"c":1,"u":"cloaker_xmm","p":73,"s":7,"h":1,"t":0,"uu":"cloaker|xmm","m":"bestiary/tokens/MM/Cloaker.webp","n":"Cloaker"},{"id":580,"c":1,"u":"cloud%20giant_xmm","p":74,"s":7,"h":1,"t":0,"uu":"cloud giant|xmm","m":"bestiary/tokens/MM/Cloud Giant.webp","n":"Cloud Giant"},{"id":581,"c":1,"u":"cockatrice_xmm","p":75,"s":7,"h":1,"t":0,"uu":"cockatrice|xmm","m":"bestiary/tokens/MM/Cockatrice.webp","n":"Cockatrice"},{"id":582,"c":1,"u":"cockatrice%20regent_xmm","p":75,"s":7,"h":1,"t":0,"uu":"cockatrice regent|xmm","m":"bestiary/XMM/Cockatrice Regent.webp","n":"Cockatrice Regent"},{"id":583,"c":1,"u":"colossus_xmm","p":76,"s":7,"h":1,"t":0,"uu":"colossus|xmm","m":"bestiary/XMM/Colossus.webp","n":"Colossus"},{"id":584,"c":1,"u":"commoner_xmm","p":77,"s":7,"h":1,"t":0,"uu":"commoner|xmm","m":"bestiary/tokens/MM/Commoner.webp","n":"Commoner"},{"id":585,"c":1,"u":"constrictor%20snake_xmm","p":351,"s":7,"h":1,"t":0,"uu":"constrictor snake|xmm","m":"bestiary/tokens/MM/Constrictor Snake.webp","n":"Constrictor Snake"},{"id":586,"c":1,"u":"copper%20dragon%20wyrmling_xmm","p":78,"s":7,"h":1,"t":0,"uu":"copper dragon wyrmling|xmm","m":"bestiary/tokens/MM/Copper Dragon Wyrmling.webp","n":"Copper Dragon Wyrmling"},{"id":587,"c":1,"u":"couatl_xmm","p":82,"s":7,"h":1,"t":0,"uu":"couatl|xmm","m":"bestiary/tokens/MM/Couatl.webp","n":"Couatl"},{"id":588,"c":1,"u":"crab_xmm","p":351,"s":7,"h":1,"t":0,"uu":"crab|xmm","m":"bestiary/tokens/XMM/Crab.webp","n":"Crab"},{"id":589,"c":1,"u":"crawling%20claw_xmm","p":83,"s":7,"h":1,"t":0,"uu":"crawling claw|xmm","m":"bestiary/tokens/MM/Crawling Claw.webp","n":"Crawling Claw"},{"id":590,"c":1,"u":"crocodile_xmm","p":352,"s":7,"h":1,"t":0,"uu":"crocodile|xmm","m":"bestiary/tokens/XMM/Crocodile.webp","n":"Crocodile"},{"id":591,"c":1,"u":"cultist_xmm","p":84,"s":7,"h":1,"t":0,"uu":"cultist|xmm","m":"bestiary/tokens/MM/Cultist.webp","n":"Cultist"},{"id":592,"c":1,"u":"cultist%20fanatic_xmm","p":85,"s":7,"h":1,"t":0,"uu":"cultist fanatic|xmm","m":"bestiary/tokens/MM/Cult Fanatic.webp","n":"Cultist Fanatic"},{"id":593,"c":1,"u":"cultist%20hierophant_xmm","p":85,"s":7,"h":1,"t":0,"uu":"cultist hierophant|xmm","m":"bestiary/XMM/Cultist Hierophant.webp","n":"Cultist Hierophant"},{"id":594,"c":1,"u":"cyclops%20oracle_xmm","p":88,"s":7,"h":1,"t":0,"uu":"cyclops oracle|xmm","m":"bestiary/XMM/Cyclops Oracle.webp","n":"Cyclops Oracle"},{"id":595,"c":1,"u":"cyclops%20sentry_xmm","p":88,"s":7,"h":1,"t":0,"uu":"cyclops sentry|xmm","m":"bestiary/tokens/MM/Cyclops.webp","n":"Cyclops Sentry"},{"id":596,"c":1,"u":"dao_xmm","p":89,"s":7,"h":1,"t":0,"uu":"dao|xmm","m":"bestiary/tokens/MM/Dao.webp","n":"Dao"},{"id":597,"c":1,"u":"darkmantle_xmm","p":90,"s":7,"h":1,"t":0,"uu":"darkmantle|xmm","m":"bestiary/tokens/MM/Darkmantle.webp","n":"Darkmantle"},{"id":598,"c":1,"u":"death%20cultist_xmm","p":86,"s":7,"h":1,"t":0,"uu":"death cultist|xmm","m":"bestiary/XMM/Death Cultist.webp","n":"Death Cultist"},{"id":599,"c":1,"u":"death%20dog_xmm","p":91,"s":7,"h":1,"t":0,"uu":"death dog|xmm","m":"bestiary/tokens/MM/Death Dog.webp","n":"Death Dog"},{"id":600,"c":1,"u":"death%20knight_xmm","p":92,"s":7,"h":1,"t":0,"uu":"death knight|xmm","m":"bestiary/tokens/MM/Death Knight.webp","n":"Death Knight"},{"id":601,"c":1,"u":"death%20knight%20aspirant_xmm","p":93,"s":7,"h":1,"t":0,"uu":"death knight aspirant|xmm","m":"bestiary/XMM/Death Knight Aspirant.webp","n":"Death Knight Aspirant"},{"id":602,"c":1,"u":"death%20slaad_xmm","p":287,"s":7,"h":1,"t":0,"uu":"death slaad|xmm","m":"bestiary/tokens/MM/Death Slaad.webp","n":"Death Slaad"},{"id":603,"c":1,"u":"death%20tyrant_xmm","p":95,"s":7,"h":1,"t":0,"uu":"death tyrant|xmm","m":"bestiary/tokens/MM/Death Tyrant.webp","n":"Death Tyrant"},{"id":604,"c":1,"u":"deer_xmm","p":352,"s":7,"h":1,"t":0,"uu":"deer|xmm","m":"bestiary/tokens/MM/Deer.webp","n":"Deer"},{"id":605,"c":1,"u":"demilich_xmm","p":96,"s":7,"h":1,"t":0,"uu":"demilich|xmm","m":"bestiary/tokens/MM/Demilich.webp","n":"Demilich"},{"id":606,"c":1,"u":"deva_xmm","p":97,"s":7,"h":1,"t":0,"uu":"deva|xmm","m":"bestiary/tokens/MM/Deva.webp","n":"Deva"},{"id":607,"c":1,"u":"dire%20wolf_xmm","p":352,"s":7,"h":1,"t":0,"uu":"dire wolf|xmm","m":"bestiary/tokens/XMM/Dire Wolf.webp","n":"Dire Wolf"},{"id":608,"c":1,"u":"dire%20worg_xmm","p":335,"s":7,"h":1,"t":0,"uu":"dire worg|xmm","m":"bestiary/XMM/Dire Worg.webp","n":"Dire Worg"},{"id":609,"c":1,"u":"displacer%20beast_xmm","p":98,"s":7,"h":1,"t":0,"uu":"displacer beast|xmm","m":"bestiary/tokens/MM/Displacer Beast.webp","n":"Displacer Beast"},{"id":610,"c":1,"u":"djinni_xmm","p":99,"s":7,"h":1,"t":0,"uu":"djinni|xmm","m":"bestiary/tokens/MM/Djinni.webp","n":"Djinni"},{"id":611,"c":1,"u":"doppelganger_xmm","p":100,"s":7,"h":1,"t":0,"uu":"doppelganger|xmm","m":"bestiary/tokens/MM/Doppelganger.webp","n":"Doppelganger"},{"id":612,"c":1,"u":"dracolich_xmm","p":102,"s":7,"h":1,"t":0,"uu":"dracolich|xmm","m":"bestiary/tokens/MM/Adult Blue Dracolich.webp","n":"Dracolich"},{"id":613,"c":1,"u":"draft%20horse_xmm","p":352,"s":7,"h":1,"t":0,"uu":"draft horse|xmm","m":"bestiary/tokens/XMM/Draft Horse.webp","n":"Draft Horse"},{"id":614,"c":1,"u":"dragon%20turtle_xmm","p":103,"s":7,"h":1,"t":0,"uu":"dragon turtle|xmm","m":"bestiary/tokens/MM/Dragon Turtle.webp","n":"Dragon Turtle"},{"id":615,"c":1,"u":"dretch_xmm","p":103,"s":7,"h":1,"t":0,"uu":"dretch|xmm","m":"bestiary/tokens/MM/Dretch.webp","n":"Dretch"},{"id":616,"c":1,"u":"drider_xmm","p":105,"s":7,"h":1,"t":0,"uu":"drider|xmm","m":"bestiary/tokens/MM/Drider.webp","n":"Drider"},{"id":617,"c":1,"u":"druid_xmm","p":106,"s":7,"h":1,"t":0,"uu":"druid|xmm","m":"bestiary/tokens/MM/Druid.webp","n":"Druid"},{"id":618,"c":1,"u":"dryad_xmm","p":107,"s":7,"h":1,"t":0,"uu":"dryad|xmm","m":"bestiary/tokens/MM/Dryad.webp","n":"Dryad"},{"id":619,"c":1,"u":"dust%20mephit_xmm","p":206,"s":7,"h":1,"t":0,"uu":"dust mephit|xmm","m":"bestiary/tokens/MM/Dust Mephit.webp","n":"Dust Mephit"},{"id":620,"c":1,"u":"eagle_xmm","p":353,"s":7,"h":1,"t":0,"uu":"eagle|xmm","m":"bestiary/tokens/MM/Eagle.webp","n":"Eagle"},{"id":621,"c":1,"u":"earth%20elemental_xmm","p":108,"s":7,"h":1,"t":0,"uu":"earth elemental|xmm","m":"bestiary/tokens/MM/Earth Elemental.webp","n":"Earth Elemental"},{"id":622,"c":1,"u":"efreeti_xmm","p":109,"s":7,"h":1,"t":0,"uu":"efreeti|xmm","m":"bestiary/tokens/MM/Efreeti.webp","n":"Efreeti"},{"id":623,"c":1,"u":"elemental%20cataclysm_xmm","p":111,"s":7,"h":1,"t":0,"uu":"elemental cataclysm|xmm","m":"bestiary/XMM/Elemental Cataclysm.webp","n":"Elemental Cataclysm"},{"id":624,"c":1,"u":"elemental%20cultist_xmm","p":87,"s":7,"h":1,"t":0,"uu":"elemental cultist|xmm","m":"bestiary/XMM/Elemental Cultist.webp","n":"Elemental Cultist"},{"id":625,"c":1,"u":"elephant_xmm","p":353,"s":7,"h":1,"t":0,"uu":"elephant|xmm","m":"bestiary/tokens/XMM/Elephant.webp","n":"Elephant"},{"id":626,"c":1,"u":"elk_xmm","p":353,"s":7,"h":1,"t":0,"uu":"elk|xmm","m":"bestiary/tokens/MM/Elk.webp","n":"Elk"},{"id":627,"c":1,"u":"empyrean_xmm","p":113,"s":7,"h":1,"t":0,"uu":"empyrean|xmm","m":"bestiary/tokens/MM/Empyrean.webp","n":"Empyrean"},{"id":628,"c":1,"u":"empyrean%20iota_xmm","p":112,"s":7,"h":1,"t":0,"uu":"empyrean iota|xmm","m":"bestiary/XMM/Empyrean Iota.webp","n":"Empyrean Iota"},{"id":629,"c":1,"u":"erinyes_xmm","p":114,"s":7,"h":1,"t":0,"uu":"erinyes|xmm","m":"bestiary/tokens/MM/Erinyes.webp","n":"Erinyes"},{"id":630,"c":1,"u":"ettercap_xmm","p":115,"s":7,"h":1,"t":0,"uu":"ettercap|xmm","m":"bestiary/tokens/MM/Ettercap.webp","n":"Ettercap"},{"id":631,"c":1,"u":"ettin_xmm","p":116,"s":7,"h":1,"t":0,"uu":"ettin|xmm","m":"bestiary/tokens/MM/Ettin.webp","n":"Ettin"},{"id":632,"c":1,"u":"faerie%20dragon%20adult_xmm","p":117,"s":7,"h":1,"t":0,"uu":"faerie dragon adult|xmm","m":"bestiary/XMM/Faerie Dragon Adult.webp","n":"Faerie Dragon Adult"},{"id":633,"c":1,"u":"faerie%20dragon%20youth_xmm","p":117,"s":7,"h":1,"t":0,"uu":"faerie dragon youth|xmm","m":"bestiary/XMM/Faerie Dragon Youth.webp","n":"Faerie Dragon Youth"},{"id":634,"c":1,"u":"fiend%20cultist_xmm","p":87,"s":7,"h":1,"t":0,"uu":"fiend cultist|xmm","m":"bestiary/tokens/MM/Drow Priestess of Lolth.webp","n":"Fiend Cultist"},{"id":635,"c":1,"u":"fire%20elemental_xmm","p":118,"s":7,"h":1,"t":0,"uu":"fire elemental|xmm","m":"bestiary/tokens/MM/Fire Elemental.webp","n":"Fire Elemental"},{"id":636,"c":1,"u":"fire%20giant_xmm","p":119,"s":7,"h":1,"t":0,"uu":"fire giant|xmm","m":"bestiary/tokens/MM/Fire Giant.webp","n":"Fire Giant"},{"id":637,"c":1,"u":"flameskull_xmm","p":120,"s":7,"h":1,"t":0,"uu":"flameskull|xmm","m":"bestiary/tokens/MM/Flameskull.webp","n":"Flameskull"},{"id":638,"c":1,"u":"flaming%20skeleton_xmm","p":283,"s":7,"h":1,"t":0,"uu":"flaming skeleton|xmm","m":"bestiary/XMM/Flaming Skeleton.webp","n":"Flaming Skeleton"},{"id":639,"c":1,"u":"flesh%20golem_xmm","p":121,"s":7,"h":1,"t":0,"uu":"flesh golem|xmm","m":"bestiary/tokens/MM/Flesh Golem.webp","n":"Flesh Golem"},{"id":640,"c":1,"u":"flumph_xmm","p":122,"s":7,"h":1,"t":0,"uu":"flumph|xmm","m":"bestiary/tokens/MM/Flumph.webp","n":"Flumph"},{"id":641,"c":1,"u":"flying%20snake_xmm","p":353,"s":7,"h":1,"t":0,"uu":"flying snake|xmm","m":"bestiary/tokens/MM/Flying Snake.webp","n":"Flying Snake"},{"id":642,"c":1,"u":"fomorian_xmm","p":123,"s":7,"h":1,"t":0,"uu":"fomorian|xmm","m":"bestiary/tokens/MM/Fomorian.webp","n":"Fomorian"},{"id":643,"c":1,"u":"frog_xmm","p":354,"s":7,"h":1,"t":0,"uu":"frog|xmm","m":"bestiary/tokens/XMM/Frog.webp","n":"Frog"},{"id":644,"c":1,"u":"frost%20giant_xmm","p":124,"s":7,"h":1,"t":0,"uu":"frost giant|xmm","m":"bestiary/tokens/MM/Frost Giant.webp","n":"Frost Giant"},{"id":645,"c":1,"u":"galeb%20duhr_xmm","p":127,"s":7,"h":1,"t":0,"uu":"galeb duhr|xmm","m":"bestiary/tokens/MM/Galeb Duhr.webp","n":"Galeb Duhr"},{"id":646,"c":1,"u":"gargoyle_xmm","p":128,"s":7,"h":1,"t":0,"uu":"gargoyle|xmm","m":"bestiary/tokens/MM/Gargoyle.webp","n":"Gargoyle"},{"id":647,"c":1,"u":"gas%20spore%20fungus_xmm","p":125,"s":7,"h":1,"t":0,"uu":"gas spore fungus|xmm","m":"bestiary/tokens/MM/Gas Spore.webp","n":"Gas Spore Fungus"},{"id":648,"c":1,"u":"gelatinous%20cube_xmm","p":129,"s":7,"h":1,"t":0,"uu":"gelatinous cube|xmm","m":"bestiary/tokens/MM/Gelatinous Cube.webp","n":"Gelatinous Cube"},{"id":649,"c":1,"u":"ghast_xmm","p":130,"s":7,"h":1,"t":0,"uu":"ghast|xmm","m":"bestiary/tokens/MM/Ghast.webp","n":"Ghast"},{"id":650,"c":1,"u":"ghast%20gravecaller_xmm","p":130,"s":7,"h":1,"t":0,"uu":"ghast gravecaller|xmm","m":"bestiary/XMM/Ghast Gravecaller.webp","n":"Ghast Gravecaller"},{"id":651,"c":1,"u":"ghost_xmm","p":131,"s":7,"h":1,"t":0,"uu":"ghost|xmm","m":"bestiary/tokens/MM/Ghost.webp","n":"Ghost"},{"id":652,"c":1,"u":"ghoul_xmm","p":132,"s":7,"h":1,"t":0,"uu":"ghoul|xmm","m":"bestiary/tokens/MM/Ghoul.webp","n":"Ghoul"},{"id":653,"c":1,"u":"giant%20ape_xmm","p":354,"s":7,"h":1,"t":0,"uu":"giant ape|xmm","m":"bestiary/tokens/MM/Giant Ape.webp","n":"Giant Ape"},{"id":654,"c":1,"u":"giant%20axe%20beak_xmm","p":24,"s":7,"h":1,"t":0,"uu":"giant axe beak|xmm","m":"bestiary/XMM/Giant Axe Beak.webp","n":"Giant Axe Beak"},{"id":655,"c":1,"u":"giant%20badger_xmm","p":354,"s":7,"h":1,"t":0,"uu":"giant badger|xmm","m":"bestiary/tokens/XMM/Giant Badger.webp","n":"Giant Badger"},{"id":656,"c":1,"u":"giant%20bat_xmm","p":355,"s":7,"h":1,"t":0,"uu":"giant bat|xmm","m":"bestiary/tokens/MM/Giant Bat.webp","n":"Giant Bat"},{"id":657,"c":1,"u":"giant%20boar_xmm","p":355,"s":7,"h":1,"t":0,"uu":"giant boar|xmm","m":"bestiary/tokens/MM/Giant Boar.webp","n":"Giant Boar"},{"id":658,"c":1,"u":"giant%20centipede_xmm","p":355,"s":7,"h":1,"t":0,"uu":"giant centipede|xmm","m":"bestiary/tokens/MM/Giant Centipede.webp","n":"Giant Centipede"},{"id":659,"c":1,"u":"giant%20constrictor%20snake_xmm","p":355,"s":7,"h":1,"t":0,"uu":"giant constrictor snake|xmm","m":"bestiary/tokens/MM/Giant Constrictor Snake.webp","n":"Giant Constrictor Snake"},{"id":660,"c":1,"u":"giant%20crab_xmm","p":356,"s":7,"h":1,"t":0,"uu":"giant crab|xmm","m":"bestiary/tokens/XMM/Giant Crab.webp","n":"Giant Crab"},{"id":661,"c":1,"u":"giant%20crocodile_xmm","p":356,"s":7,"h":1,"t":0,"uu":"giant crocodile|xmm","m":"bestiary/tokens/MM/Giant Crocodile.webp","n":"Giant Crocodile"},{"id":662,"c":1,"u":"giant%20eagle_xmm","p":356,"s":7,"h":1,"t":0,"uu":"giant eagle|xmm","m":"bestiary/tokens/MM/Giant Eagle.webp","n":"Giant Eagle"},{"id":663,"c":1,"u":"giant%20elk_xmm","p":356,"s":7,"h":1,"t":0,"uu":"giant elk|xmm","m":"bestiary/tokens/MM/Giant Elk.webp","n":"Giant Elk"},{"id":664,"c":1,"u":"giant%20fire%20beetle_xmm","p":357,"s":7,"h":1,"t":0,"uu":"giant fire beetle|xmm","m":"bestiary/tokens/MM/Giant Fire Beetle.webp","n":"Giant Fire Beetle"},{"id":665,"c":1,"u":"giant%20frog_xmm","p":357,"s":7,"h":1,"t":0,"uu":"giant frog|xmm","m":"bestiary/tokens/MM/Giant Frog.webp","n":"Giant Frog"},{"id":666,"c":1,"u":"giant%20goat_xmm","p":357,"s":7,"h":1,"t":0,"uu":"giant goat|xmm","m":"bestiary/tokens/MM/Giant Goat.webp","n":"Giant Goat"},{"id":667,"c":1,"u":"giant%20hyena_xmm","p":357,"s":7,"h":1,"t":0,"uu":"giant hyena|xmm","m":"bestiary/tokens/MM/Giant Hyena.webp","n":"Giant Hyena"},{"id":668,"c":1,"u":"giant%20lizard_xmm","p":358,"s":7,"h":1,"t":0,"uu":"giant lizard|xmm","m":"bestiary/tokens/MM/Giant Lizard.webp","n":"Giant Lizard"},{"id":669,"c":1,"u":"giant%20octopus_xmm","p":358,"s":7,"h":1,"t":0,"uu":"giant octopus|xmm","m":"bestiary/tokens/MM/Giant Octopus.webp","n":"Giant Octopus"},{"id":670,"c":1,"u":"giant%20owl_xmm","p":358,"s":7,"h":1,"t":0,"uu":"giant owl|xmm","m":"bestiary/tokens/MM/Giant Owl.webp","n":"Giant Owl"},{"id":671,"c":1,"u":"giant%20rat_xmm","p":358,"s":7,"h":1,"t":0,"uu":"giant rat|xmm","m":"bestiary/tokens/MM/Giant Rat.webp","n":"Giant Rat"},{"id":672,"c":1,"u":"giant%20scorpion_xmm","p":359,"s":7,"h":1,"t":0,"uu":"giant scorpion|xmm","m":"bestiary/tokens/MM/Giant Scorpion.webp","n":"Giant Scorpion"},{"id":673,"c":1,"u":"giant%20seahorse_xmm","p":359,"s":7,"h":1,"t":0,"uu":"giant seahorse|xmm","m":"bestiary/tokens/XMM/Giant Seahorse.webp","n":"Giant Seahorse"},{"id":674,"c":1,"u":"giant%20shark_xmm","p":359,"s":7,"h":1,"t":0,"uu":"giant shark|xmm","m":"bestiary/tokens/MM/Giant Shark.webp","n":"Giant Shark"},{"id":675,"c":1,"u":"giant%20spider_xmm","p":359,"s":7,"h":1,"t":0,"uu":"giant spider|xmm","m":"bestiary/tokens/XMM/Giant Spider.webp","n":"Giant Spider"},{"id":676,"c":1,"u":"giant%20squid_xmm","p":360,"s":7,"h":1,"t":0,"uu":"giant squid|xmm","m":"bestiary/XMM/Giant Squid.webp","n":"Giant Squid"},{"id":677,"c":1,"u":"giant%20toad_xmm","p":360,"s":7,"h":1,"t":0,"uu":"giant toad|xmm","m":"bestiary/tokens/MM/Giant Toad.webp","n":"Giant Toad"},{"id":678,"c":1,"u":"giant%20venomous%20snake_xmm","p":361,"s":7,"h":1,"t":0,"uu":"giant venomous snake|xmm","m":"bestiary/tokens/MM/Giant Poisonous Snake.webp","n":"Giant Venomous Snake"},{"id":679,"c":1,"u":"giant%20vulture_xmm","p":361,"s":7,"h":1,"t":0,"uu":"giant vulture|xmm","m":"bestiary/tokens/MM/Giant Vulture.webp","n":"Giant Vulture"},{"id":680,"c":1,"u":"giant%20wasp_xmm","p":361,"s":7,"h":1,"t":0,"uu":"giant wasp|xmm","m":"bestiary/tokens/MM/Giant Wasp.webp","n":"Giant Wasp"},{"id":681,"c":1,"u":"giant%20weasel_xmm","p":361,"s":7,"h":1,"t":0,"uu":"giant weasel|xmm","m":"bestiary/tokens/XMM/Giant Weasel.webp","n":"Giant Weasel"},{"id":682,"c":1,"u":"giant%20wolf%20spider_xmm","p":362,"s":7,"h":1,"t":0,"uu":"giant wolf spider|xmm","m":"bestiary/tokens/MM/Giant Wolf Spider.webp","n":"Giant Wolf Spider"},{"id":683,"c":1,"u":"gibbering%20mouther_xmm","p":133,"s":7,"h":1,"t":0,"uu":"gibbering mouther|xmm","m":"bestiary/tokens/MM/Gibbering Mouther.webp","n":"Gibbering Mouther"},{"id":684,"c":1,"u":"githyanki%20dracomancer_xmm","p":135,"s":7,"h":1,"t":0,"uu":"githyanki dracomancer|xmm","m":"bestiary/XMM/Githyanki Dracomancer.webp","n":"Githyanki Dracomancer"},{"id":685,"c":1,"u":"githyanki%20knight_xmm","p":135,"s":7,"h":1,"t":0,"uu":"githyanki knight|xmm","m":"bestiary/tokens/MM/Githyanki Knight.webp","n":"Githyanki Knight"},{"id":686,"c":1,"u":"githyanki%20warrior_xmm","p":134,"s":7,"h":1,"t":0,"uu":"githyanki warrior|xmm","m":"bestiary/tokens/MM/Githyanki Warrior.webp","n":"Githyanki Warrior"},{"id":687,"c":1,"u":"githzerai%20monk_xmm","p":136,"s":7,"h":1,"t":0,"uu":"githzerai monk|xmm","m":"bestiary/tokens/MM/Githzerai Monk.webp","n":"Githzerai Monk"},{"id":688,"c":1,"u":"githzerai%20psion_xmm","p":137,"s":7,"h":1,"t":0,"uu":"githzerai psion|xmm","m":"bestiary/XMM/Githzerai Psion.webp","n":"Githzerai Psion"},{"id":689,"c":1,"u":"githzerai%20zerth_xmm","p":137,"s":7,"h":1,"t":0,"uu":"githzerai zerth|xmm","m":"bestiary/tokens/MM/Githzerai Zerth.webp","n":"Githzerai Zerth"},{"id":690,"c":1,"u":"glabrezu_xmm","p":138,"s":7,"h":1,"t":0,"uu":"glabrezu|xmm","m":"bestiary/tokens/MM/Glabrezu.webp","n":"Glabrezu"},{"id":691,"c":1,"u":"gladiator_xmm","p":139,"s":7,"h":1,"t":0,"uu":"gladiator|xmm","m":"bestiary/XMM/Gladiator.webp","n":"Gladiator"},{"id":692,"c":1,"u":"gnoll%20demoniac_xmm","p":141,"s":7,"h":1,"t":0,"uu":"gnoll demoniac|xmm","m":"bestiary/XMM/Gnoll Demoniac.webp","n":"Gnoll Demoniac"},{"id":693,"c":1,"u":"gnoll%20fang%20of%20yeenoghu_xmm","p":141,"s":7,"h":1,"t":0,"uu":"gnoll fang of yeenoghu|xmm","m":"bestiary/tokens/MM/Gnoll Fang of Yeenoghu.webp","n":"Gnoll Fang of Yeenoghu"},{"id":694,"c":1,"u":"gnoll%20pack%20lord_xmm","p":140,"s":7,"h":1,"t":0,"uu":"gnoll pack lord|xmm","m":"bestiary/tokens/MM/Gnoll Pack Lord.webp","n":"Gnoll Pack Lord"},{"id":695,"c":1,"u":"gnoll%20warrior_xmm","p":140,"s":7,"h":1,"t":0,"uu":"gnoll warrior|xmm","m":"bestiary/tokens/MM/Gnoll.webp","n":"Gnoll Warrior"},{"id":696,"c":1,"u":"goat_xmm","p":362,"s":7,"h":1,"t":0,"uu":"goat|xmm","m":"bestiary/tokens/MM/Goat.webp","n":"Goat"},{"id":697,"c":1,"u":"goblin%20boss_xmm","p":143,"s":7,"h":1,"t":0,"uu":"goblin boss|xmm","m":"bestiary/tokens/MM/Goblin Boss.webp","n":"Goblin Boss"},{"id":698,"c":1,"u":"goblin%20hexer_xmm","p":143,"s":7,"h":1,"t":0,"uu":"goblin hexer|xmm","m":"bestiary/XMM/Goblin Hexer.webp","n":"Goblin Hexer"},{"id":699,"c":1,"u":"goblin%20minion_xmm","p":142,"s":7,"h":1,"t":0,"uu":"goblin minion|xmm","m":"bestiary/XMM/Goblin Minion.webp","n":"Goblin Minion"},{"id":700,"c":1,"u":"goblin%20warrior_xmm","p":142,"s":7,"h":1,"t":0,"uu":"goblin warrior|xmm","m":"bestiary/tokens/MM/Goblin.webp","n":"Goblin Warrior"},{"id":701,"c":1,"u":"gold%20dragon%20wyrmling_xmm","p":144,"s":7,"h":1,"t":0,"uu":"gold dragon wyrmling|xmm","m":"bestiary/tokens/MM/Gold Dragon Wyrmling.webp","n":"Gold Dragon Wyrmling"},{"id":702,"c":1,"u":"gorgon_xmm","p":148,"s":7,"h":1,"t":0,"uu":"gorgon|xmm","m":"bestiary/tokens/MM/Gorgon.webp","n":"Gorgon"},{"id":703,"c":1,"u":"goristro_xmm","p":150,"s":7,"h":1,"t":0,"uu":"goristro|xmm","m":"bestiary/tokens/MM/Goristro.webp","n":"Goristro"},{"id":704,"c":1,"u":"graveyard%20revenant_xmm","p":260,"s":7,"h":1,"t":0,"uu":"graveyard revenant|xmm","m":"bestiary/XMM/Graveyard Revenant.webp","n":"Graveyard Revenant"},{"id":705,"c":1,"u":"gray%20ooze_xmm","p":151,"s":7,"h":1,"t":0,"uu":"gray ooze|xmm","m":"bestiary/tokens/MM/Gray Ooze.webp","n":"Gray Ooze"},{"id":706,"c":1,"u":"gray%20slaad_xmm","p":286,"s":7,"h":1,"t":0,"uu":"gray slaad|xmm","m":"bestiary/tokens/MM/Gray Slaad.webp","n":"Gray Slaad"},{"id":707,"c":1,"u":"green%20dragon%20wyrmling_xmm","p":152,"s":7,"h":1,"t":0,"uu":"green dragon wyrmling|xmm","m":"bestiary/tokens/MM/Green Dragon Wyrmling.webp","n":"Green Dragon Wyrmling"},{"id":708,"c":1,"u":"green%20hag_xmm","p":156,"s":7,"h":1,"t":0,"uu":"green hag|xmm","m":"bestiary/tokens/MM/Green Hag.webp","n":"Green Hag"},{"id":709,"c":1,"u":"green%20slaad_xmm","p":286,"s":7,"h":1,"t":0,"uu":"green slaad|xmm","m":"bestiary/tokens/MM/Green Slaad.webp","n":"Green Slaad"},{"id":710,"c":1,"u":"grell_xmm","p":157,"s":7,"h":1,"t":0,"uu":"grell|xmm","m":"bestiary/tokens/MM/Grell.webp","n":"Grell"},{"id":711,"c":1,"u":"grick_xmm","p":158,"s":7,"h":1,"t":0,"uu":"grick|xmm","m":"bestiary/tokens/MM/Grick.webp","n":"Grick"},{"id":712,"c":1,"u":"grick%20ancient_xmm","p":158,"s":7,"h":1,"t":0,"uu":"grick ancient|xmm","m":"bestiary/tokens/MM/Grick Alpha.webp","n":"Grick Ancient"},{"id":713,"c":1,"u":"griffon_xmm","p":159,"s":7,"h":1,"t":0,"uu":"griffon|xmm","m":"bestiary/tokens/MM/Griffon.webp","n":"Griffon"},{"id":714,"c":1,"u":"grimlock_xmm","p":160,"s":7,"h":1,"t":0,"uu":"grimlock|xmm","m":"bestiary/tokens/MM/Grimlock.webp","n":"Grimlock"},{"id":715,"c":1,"u":"guard_xmm","p":162,"s":7,"h":1,"t":0,"uu":"guard|xmm","m":"bestiary/tokens/MM/Guard.webp","n":"Guard"},{"id":716,"c":1,"u":"guard%20captain_xmm","p":162,"s":7,"h":1,"t":0,"uu":"guard captain|xmm","m":"bestiary/XMM/Guard Captain.webp","n":"Guard Captain"},{"id":717,"c":1,"u":"guardian%20naga_xmm","p":161,"s":7,"h":1,"t":0,"uu":"guardian naga|xmm","m":"bestiary/tokens/MM/Guardian Naga.webp","n":"Guardian Naga"},{"id":718,"c":1,"u":"gulthias%20blight_xmm","p":45,"s":7,"h":1,"t":0,"uu":"gulthias blight|xmm","m":"bestiary/XMM/Gulthias Blight.webp","n":"Gulthias Blight"},{"id":719,"c":1,"u":"half-dragon_xmm","p":163,"s":7,"h":1,"t":0,"uu":"half-dragon|xmm","m":"bestiary/tokens/MM/Half-Red Dragon Veteran.webp","n":"Half-Dragon"},{"id":720,"c":1,"u":"harpy_xmm","p":164,"s":7,"h":1,"t":0,"uu":"harpy|xmm","m":"bestiary/tokens/MM/Harpy.webp","n":"Harpy"},{"id":721,"c":1,"u":"haunting%20revenant_xmm","p":260,"s":7,"h":1,"t":0,"uu":"haunting revenant|xmm","m":"bestiary/XMM/Haunting Revenant.webp","n":"Haunting Revenant"},{"id":722,"c":1,"u":"hawk_xmm","p":362,"s":7,"h":1,"t":0,"uu":"hawk|xmm","m":"bestiary/tokens/XMM/Hawk.webp","n":"Hawk"},{"id":723,"c":1,"u":"hell%20hound_xmm","p":165,"s":7,"h":1,"t":0,"uu":"hell hound|xmm","m":"bestiary/tokens/MM/Hell Hound.webp","n":"Hell Hound"},{"id":724,"c":1,"u":"helmed%20horror_xmm","p":166,"s":7,"h":1,"t":0,"uu":"helmed horror|xmm","m":"bestiary/tokens/MM/Helmed Horror.webp","n":"Helmed Horror"},{"id":725,"c":1,"u":"hezrou_xmm","p":167,"s":7,"h":1,"t":0,"uu":"hezrou|xmm","m":"bestiary/tokens/MM/Hezrou.webp","n":"Hezrou"},{"id":726,"c":1,"u":"hill%20giant_xmm","p":168,"s":7,"h":1,"t":0,"uu":"hill giant|xmm","m":"bestiary/tokens/MM/Hill Giant.webp","n":"Hill Giant"},{"id":727,"c":1,"u":"hippogriff_xmm","p":169,"s":7,"h":1,"t":0,"uu":"hippogriff|xmm","m":"bestiary/tokens/MM/Hippogriff.webp","n":"Hippogriff"},{"id":728,"c":1,"u":"hippopotamus_xmm","p":362,"s":7,"h":1,"t":0,"uu":"hippopotamus|xmm","m":"bestiary/XMM/Hippopotamus.webp","n":"Hippopotamus"},{"id":729,"c":1,"u":"hobgoblin%20captain_xmm","p":171,"s":7,"h":1,"t":0,"uu":"hobgoblin captain|xmm","m":"bestiary/tokens/MM/Hobgoblin Captain.webp","n":"Hobgoblin Captain"},{"id":730,"c":1,"u":"hobgoblin%20warlord_xmm","p":171,"s":7,"h":1,"t":0,"uu":"hobgoblin warlord|xmm","m":"bestiary/tokens/MM/Hobgoblin Warlord.webp","n":"Hobgoblin Warlord"},{"id":731,"c":1,"u":"hobgoblin%20warrior_xmm","p":170,"s":7,"h":1,"t":0,"uu":"hobgoblin warrior|xmm","m":"bestiary/tokens/MM/Hobgoblin.webp","n":"Hobgoblin Warrior"},{"id":732,"c":1,"u":"homunculus_xmm","p":172,"s":7,"h":1,"t":0,"uu":"homunculus|xmm","m":"bestiary/tokens/MM/Homunculus.webp","n":"Homunculus"},{"id":733,"c":1,"u":"hook%20horror_xmm","p":173,"s":7,"h":1,"t":0,"uu":"hook horror|xmm","m":"bestiary/tokens/MM/Hook Horror.webp","n":"Hook Horror"},{"id":734,"c":1,"u":"horned%20devil_xmm","p":174,"s":7,"h":1,"t":0,"uu":"horned devil|xmm","m":"bestiary/tokens/MM/Horned Devil.webp","n":"Horned Devil"},{"id":735,"c":1,"u":"hunter%20shark_xmm","p":363,"s":7,"h":1,"t":0,"uu":"hunter shark|xmm","m":"bestiary/tokens/MM/Hunter Shark.webp","n":"Hunter Shark"},{"id":736,"c":1,"u":"hydra_xmm","p":175,"s":7,"h":1,"t":0,"uu":"hydra|xmm","m":"bestiary/tokens/MM/Hydra.webp","n":"Hydra"},{"id":737,"c":1,"u":"hyena_xmm","p":363,"s":7,"h":1,"t":0,"uu":"hyena|xmm","m":"bestiary/tokens/MM/Hyena.webp","n":"Hyena"},{"id":738,"c":1,"u":"ice%20devil_xmm","p":176,"s":7,"h":1,"t":0,"uu":"ice devil|xmm","m":"bestiary/tokens/MM/Ice Devil.webp","n":"Ice Devil"},{"id":739,"c":1,"u":"ice%20mephit_xmm","p":206,"s":7,"h":1,"t":0,"uu":"ice mephit|xmm","m":"bestiary/tokens/MM/Ice Mephit.webp","n":"Ice Mephit"},{"id":740,"c":1,"u":"imp_xmm","p":177,"s":7,"h":1,"t":0,"uu":"imp|xmm","m":"bestiary/tokens/XMM/Imp.webp","n":"Imp"},{"id":741,"c":1,"u":"incubus_xmm","p":178,"s":7,"h":1,"t":0,"uu":"incubus|xmm","m":"bestiary/tokens/MM/Incubus.webp","n":"Incubus"},{"id":742,"c":1,"u":"intellect%20devourer_xmm","p":179,"s":7,"h":1,"t":0,"uu":"intellect devourer|xmm","m":"bestiary/tokens/MM/Intellect Devourer.webp","n":"Intellect Devourer"},{"id":743,"c":1,"u":"invisible%20stalker_xmm","p":180,"s":7,"h":1,"t":0,"uu":"invisible stalker|xmm","m":"bestiary/tokens/MM/Invisible Stalker.webp","n":"Invisible Stalker"},{"id":744,"c":1,"u":"iron%20golem_xmm","p":181,"s":7,"h":1,"t":0,"uu":"iron golem|xmm","m":"bestiary/tokens/MM/Iron Golem.webp","n":"Iron Golem"},{"id":745,"c":1,"u":"jackal_xmm","p":364,"s":7,"h":1,"t":0,"uu":"jackal|xmm","m":"bestiary/tokens/MM/Jackal.webp","n":"Jackal"},{"id":746,"c":1,"u":"jackalwere_xmm","p":182,"s":7,"h":1,"t":0,"uu":"jackalwere|xmm","m":"bestiary/tokens/MM/Jackalwere.webp","n":"Jackalwere"},{"id":747,"c":1,"u":"juvenile%20shadow%20dragon_xmm","p":275,"s":7,"h":1,"t":0,"uu":"juvenile shadow dragon|xmm","m":"bestiary/XMM/Juvenile Shadow Dragon.webp","n":"Juvenile Shadow Dragon"},{"id":748,"c":1,"u":"kenku_xmm","p":183,"s":7,"h":1,"t":0,"uu":"kenku|xmm","m":"bestiary/tokens/MM/Kenku.webp","n":"Kenku"},{"id":749,"c":1,"u":"killer%20whale_xmm","p":364,"s":7,"h":1,"t":0,"uu":"killer whale|xmm","m":"bestiary/tokens/MM/Killer Whale.webp","n":"Killer Whale"},{"id":750,"c":1,"u":"knight_xmm","p":184,"s":7,"h":1,"t":0,"uu":"knight|xmm","m":"bestiary/tokens/MM/Knight.webp","n":"Knight"},{"id":751,"c":1,"u":"kobold%20warrior_xmm","p":185,"s":7,"h":1,"t":0,"uu":"kobold warrior|xmm","m":"bestiary/tokens/MM/Kobold.webp","n":"Kobold Warrior"},{"id":752,"c":1,"u":"kraken_xmm","p":187,"s":7,"h":1,"t":0,"uu":"kraken|xmm","m":"bestiary/tokens/MM/Kraken.webp","n":"Kraken"},{"id":753,"c":1,"u":"kuo-toa_xmm","p":189,"s":7,"h":1,"t":0,"uu":"kuo-toa|xmm","m":"bestiary/tokens/MM/Kuo-toa.webp","n":"Kuo-toa"},{"id":754,"c":1,"u":"kuo-toa%20archpriest_xmm","p":191,"s":7,"h":1,"t":0,"uu":"kuo-toa archpriest|xmm","m":"bestiary/tokens/MM/Kuo-toa Archpriest.webp","n":"Kuo-toa Archpriest"},{"id":755,"c":1,"u":"kuo-toa%20monitor_xmm","p":190,"s":7,"h":1,"t":0,"uu":"kuo-toa monitor|xmm","m":"bestiary/tokens/MM/Kuo-toa Monitor.webp","n":"Kuo-toa Monitor"},{"id":756,"c":1,"u":"kuo-toa%20whip_xmm","p":190,"s":7,"h":1,"t":0,"uu":"kuo-toa whip|xmm","m":"bestiary/tokens/MM/Kuo-toa Whip.webp","n":"Kuo-toa Whip"},{"id":757,"c":1,"u":"lacedon%20ghoul_xmm","p":132,"s":7,"h":1,"t":0,"uu":"lacedon ghoul|xmm","m":"bestiary/XMM/Lacedon Ghoul.webp","n":"Lacedon Ghoul"},{"id":758,"c":1,"u":"lamia_xmm","p":192,"s":7,"h":1,"t":0,"uu":"lamia|xmm","m":"bestiary/tokens/MM/Lamia.webp","n":"Lamia"},{"id":759,"c":1,"u":"larva_xmm","p":193,"s":7,"h":1,"t":0,"uu":"larva|xmm","m":"bestiary/tokens/DMG/Larva.webp","n":"Larva"},{"id":760,"c":1,"u":"lemure_xmm","p":194,"s":7,"h":1,"t":0,"uu":"lemure|xmm","m":"bestiary/tokens/MM/Lemure.webp","n":"Lemure"},{"id":761,"c":1,"u":"lich_xmm","p":196,"s":7,"h":1,"t":0,"uu":"lich|xmm","m":"bestiary/tokens/MM/Lich.webp","n":"Lich"},{"id":762,"c":1,"u":"lion_xmm","p":364,"s":7,"h":1,"t":0,"uu":"lion|xmm","m":"bestiary/tokens/XMM/Lion.webp","n":"Lion"},{"id":763,"c":1,"u":"lizard_xmm","p":364,"s":7,"h":1,"t":0,"uu":"lizard|xmm","m":"bestiary/tokens/MM/Lizard.webp","n":"Lizard"},{"id":764,"c":1,"u":"lizardfolk%20geomancer_xmm","p":197,"s":7,"h":1,"t":0,"uu":"lizardfolk geomancer|xmm","m":"bestiary/tokens/MM/Lizardfolk Shaman.webp","n":"Lizardfolk Geomancer"},{"id":765,"c":1,"u":"lizardfolk%20sovereign_xmm","p":197,"s":7,"h":1,"t":0,"uu":"lizardfolk sovereign|xmm","m":"bestiary/XMM/Lizardfolk Sovereign.webp","n":"Lizardfolk Sovereign"},{"id":766,"c":1,"u":"mage_xmm","p":199,"s":7,"h":1,"t":0,"uu":"mage|xmm","m":"bestiary/tokens/MM/Mage.webp","n":"Mage"},{"id":767,"c":1,"u":"mage%20apprentice_xmm","p":198,"s":7,"h":1,"t":0,"uu":"mage apprentice|xmm","m":"bestiary/XMM/Mage Apprentice.webp","n":"Mage Apprentice"},{"id":768,"c":1,"u":"magma%20mephit_xmm","p":207,"s":7,"h":1,"t":0,"uu":"magma mephit|xmm","m":"bestiary/tokens/MM/Magma Mephit.webp","n":"Magma Mephit"},{"id":769,"c":1,"u":"magmin_xmm","p":200,"s":7,"h":1,"t":0,"uu":"magmin|xmm","m":"bestiary/tokens/MM/Magmin.webp","n":"Magmin"},{"id":770,"c":1,"u":"mammoth_xmm","p":365,"s":7,"h":1,"t":0,"uu":"mammoth|xmm","m":"bestiary/tokens/MM/Mammoth.webp","n":"Mammoth"},{"id":771,"c":1,"u":"manes_xmm","p":201,"s":7,"h":1,"t":0,"uu":"manes|xmm","m":"bestiary/tokens/MM/Manes.webp","n":"Manes"},{"id":772,"c":1,"u":"manes%20vaporspawn_xmm","p":201,"s":7,"h":1,"t":0,"uu":"manes vaporspawn|xmm","m":"bestiary/XMM/Manes Vaporspawn.webp","n":"Manes Vaporspawn"},{"id":773,"c":1,"u":"manticore_xmm","p":202,"s":7,"h":1,"t":0,"uu":"manticore|xmm","m":"bestiary/tokens/MM/Manticore.webp","n":"Manticore"},{"id":774,"c":1,"u":"marid_xmm","p":203,"s":7,"h":1,"t":0,"uu":"marid|xmm","m":"bestiary/tokens/MM/Marid.webp","n":"Marid"},{"id":775,"c":1,"u":"marilith_xmm","p":204,"s":7,"h":1,"t":0,"uu":"marilith|xmm","m":"bestiary/tokens/MM/Marilith.webp","n":"Marilith"},{"id":776,"c":1,"u":"mastiff_xmm","p":365,"s":7,"h":1,"t":0,"uu":"mastiff|xmm","m":"bestiary/tokens/XMM/Mastiff.webp","n":"Mastiff"},{"id":777,"c":1,"u":"medusa_xmm","p":205,"s":7,"h":1,"t":0,"uu":"medusa|xmm","m":"bestiary/tokens/MM/Medusa.webp","n":"Medusa"},{"id":778,"c":1,"u":"merfolk%20skirmisher_xmm","p":209,"s":7,"h":1,"t":0,"uu":"merfolk skirmisher|xmm","m":"bestiary/tokens/MM/Merfolk.webp","n":"Merfolk Skirmisher"},{"id":779,"c":1,"u":"merfolk%20wavebender_xmm","p":209,"s":7,"h":1,"t":0,"uu":"merfolk wavebender|xmm","m":"bestiary/XMM/Merfolk Wavebender.webp","n":"Merfolk Wavebender"},{"id":780,"c":1,"u":"merrow_xmm","p":210,"s":7,"h":1,"t":0,"uu":"merrow|xmm","m":"bestiary/tokens/MM/Merrow.webp","n":"Merrow"},{"id":781,"c":1,"u":"mezzoloth_xmm","p":211,"s":7,"h":1,"t":0,"uu":"mezzoloth|xmm","m":"bestiary/tokens/MM/Mezzoloth.webp","n":"Mezzoloth"},{"id":782,"c":1,"u":"mimic_xmm","p":212,"s":7,"h":1,"t":0,"uu":"mimic|xmm","m":"bestiary/tokens/MM/Mimic.webp","n":"Mimic"},{"id":783,"c":1,"u":"mind%20flayer_xmm","p":214,"s":7,"h":1,"t":0,"uu":"mind flayer|xmm","m":"bestiary/tokens/MM/Mind Flayer.webp","n":"Mind Flayer"},{"id":784,"c":1,"u":"mind%20flayer%20arcanist_xmm","p":214,"s":7,"h":1,"t":0,"uu":"mind flayer arcanist|xmm","m":"bestiary/tokens/MM/Mind Flayer Arcanist.webp","n":"Mind Flayer Arcanist"},{"id":785,"c":1,"u":"minotaur%20of%20baphomet_xmm","p":215,"s":7,"h":1,"t":0,"uu":"minotaur of baphomet|xmm","m":"bestiary/tokens/MM/Minotaur.webp","n":"Minotaur of Baphomet"},{"id":786,"c":1,"u":"minotaur%20skeleton_xmm","p":283,"s":7,"h":1,"t":0,"uu":"minotaur skeleton|xmm","m":"bestiary/tokens/MM/Minotaur Skeleton.webp","n":"Minotaur Skeleton"},{"id":787,"c":1,"u":"modron%20duodrone_xmm","p":217,"s":7,"h":1,"t":0,"uu":"modron duodrone|xmm","m":"bestiary/tokens/MM/Duodrone.webp","n":"Modron Duodrone"},{"id":788,"c":1,"u":"modron%20monodrone_xmm","p":216,"s":7,"h":1,"t":0,"uu":"modron monodrone|xmm","m":"bestiary/tokens/MM/Monodrone.webp","n":"Modron Monodrone"},{"id":789,"c":1,"u":"modron%20pentadrone_xmm","p":218,"s":7,"h":1,"t":0,"uu":"modron pentadrone|xmm","m":"bestiary/tokens/MM/Pentadrone.webp","n":"Modron Pentadrone"},{"id":790,"c":1,"u":"modron%20quadrone_xmm","p":218,"s":7,"h":1,"t":0,"uu":"modron quadrone|xmm","m":"bestiary/tokens/MM/Quadrone.webp","n":"Modron Quadrone"},{"id":791,"c":1,"u":"modron%20tridrone_xmm","p":217,"s":7,"h":1,"t":0,"uu":"modron tridrone|xmm","m":"bestiary/tokens/MM/Tridrone.webp","n":"Modron Tridrone"},{"id":792,"c":1,"u":"mud%20mephit_xmm","p":207,"s":7,"h":1,"t":0,"uu":"mud mephit|xmm","m":"bestiary/tokens/MM/Mud Mephit.webp","n":"Mud Mephit"},{"id":793,"c":1,"u":"mule_xmm","p":365,"s":7,"h":1,"t":0,"uu":"mule|xmm","m":"bestiary/tokens/XMM/Mule.webp","n":"Mule"},{"id":794,"c":1,"u":"mummy_xmm","p":219,"s":7,"h":1,"t":0,"uu":"mummy|xmm","m":"bestiary/tokens/MM/Mummy.webp","n":"Mummy"},{"id":795,"c":1,"u":"mummy%20lord_xmm","p":221,"s":7,"h":1,"t":0,"uu":"mummy lord|xmm","m":"bestiary/tokens/MM/Mummy Lord.webp","n":"Mummy Lord"},{"id":796,"c":1,"u":"myconid%20adult_xmm","p":223,"s":7,"h":1,"t":0,"uu":"myconid adult|xmm","m":"bestiary/tokens/MM/Myconid Adult.webp","n":"Myconid Adult"},{"id":797,"c":1,"u":"myconid%20sovereign_xmm","p":223,"s":7,"h":1,"t":0,"uu":"myconid sovereign|xmm","m":"bestiary/tokens/MM/Myconid Sovereign.webp","n":"Myconid Sovereign"},{"id":798,"c":1,"u":"myconid%20spore%20servant_xmm","p":223,"s":7,"h":1,"t":0,"uu":"myconid spore servant|xmm","m":"bestiary/tokens/MM/Quaggoth Spore Servant.webp","n":"Myconid Spore Servant"},{"id":799,"c":1,"u":"myconid%20sprout_xmm","p":222,"s":7,"h":1,"t":0,"uu":"myconid sprout|xmm","m":"bestiary/tokens/MM/Myconid Sprout.webp","n":"Myconid Sprout"},{"id":800,"c":1,"u":"nalfeshnee_xmm","p":224,"s":7,"h":1,"t":0,"uu":"nalfeshnee|xmm","m":"bestiary/tokens/MM/Nalfeshnee.webp","n":"Nalfeshnee"},{"id":801,"c":1,"u":"needle%20blight_xmm","p":43,"s":7,"h":1,"t":0,"uu":"needle blight|xmm","m":"bestiary/tokens/MM/Needle Blight.webp","n":"Needle Blight"},{"id":802,"c":1,"u":"night%20hag_xmm","p":225,"s":7,"h":1,"t":0,"uu":"night hag|xmm","m":"bestiary/tokens/MM/Night Hag.webp","n":"Night Hag"},{"id":803,"c":1,"u":"nightmare_xmm","p":226,"s":7,"h":1,"t":0,"uu":"nightmare|xmm","m":"bestiary/tokens/MM/Nightmare.webp","n":"Nightmare"},{"id":804,"c":1,"u":"noble_xmm","p":227,"s":7,"h":1,"t":0,"uu":"noble|xmm","m":"bestiary/tokens/MM/Noble.webp","n":"Noble"},{"id":805,"c":1,"u":"noble%20prodigy_xmm","p":227,"s":7,"h":1,"t":0,"uu":"noble prodigy|xmm","m":"bestiary/XMM/Noble Prodigy.webp","n":"Noble Prodigy"},{"id":806,"c":1,"u":"nothic_xmm","p":228,"s":7,"h":1,"t":0,"uu":"nothic|xmm","m":"bestiary/tokens/MM/Nothic.webp","n":"Nothic"},{"id":807,"c":1,"u":"nycaloth_xmm","p":229,"s":7,"h":1,"t":0,"uu":"nycaloth|xmm","m":"bestiary/tokens/MM/Nycaloth.webp","n":"Nycaloth"},{"id":808,"c":1,"u":"ochre%20jelly_xmm","p":230,"s":7,"h":1,"t":0,"uu":"ochre jelly|xmm","m":"bestiary/tokens/MM/Ochre Jelly.webp","n":"Ochre Jelly"},{"id":809,"c":1,"u":"octopus_xmm","p":365,"s":7,"h":1,"t":0,"uu":"octopus|xmm","m":"bestiary/tokens/XMM/Octopus.webp","n":"Octopus"},{"id":810,"c":1,"u":"ogre_xmm","p":231,"s":7,"h":1,"t":0,"uu":"ogre|xmm","m":"bestiary/tokens/MM/Ogre.webp","n":"Ogre"},{"id":811,"c":1,"u":"ogre%20zombie_xmm","p":346,"s":7,"h":1,"t":0,"uu":"ogre zombie|xmm","m":"bestiary/tokens/MM/Ogre Zombie.webp","n":"Ogre Zombie"},{"id":812,"c":1,"u":"ogrillon%20ogre_xmm","p":231,"s":7,"h":1,"t":0,"uu":"ogrillon ogre|xmm","m":"bestiary/tokens/MM/Half-Ogre (Ogrillon).webp","n":"Ogrillon Ogre"},{"id":813,"c":1,"u":"oni_xmm","p":232,"s":7,"h":1,"t":0,"uu":"oni|xmm","m":"bestiary/tokens/MM/Oni.webp","n":"Oni"},{"id":814,"c":1,"u":"otyugh_xmm","p":233,"s":7,"h":1,"t":0,"uu":"otyugh|xmm","m":"bestiary/tokens/MM/Otyugh.webp","n":"Otyugh"},{"id":815,"c":1,"u":"owl_xmm","p":366,"s":7,"h":1,"t":0,"uu":"owl|xmm","m":"bestiary/tokens/MM/Owl.webp","n":"Owl"},{"id":816,"c":1,"u":"owlbear_xmm","p":234,"s":7,"h":1,"t":0,"uu":"owlbear|xmm","m":"bestiary/tokens/MM/Owlbear.webp","n":"Owlbear"},{"id":817,"c":1,"u":"panther_xmm","p":366,"s":7,"h":1,"t":0,"uu":"panther|xmm","m":"bestiary/tokens/MM/Panther.webp","n":"Panther"},{"id":818,"c":1,"u":"pegasus_xmm","p":235,"s":7,"h":1,"t":0,"uu":"pegasus|xmm","m":"bestiary/tokens/MM/Pegasus.webp","n":"Pegasus"},{"id":819,"c":1,"u":"performer_xmm","p":236,"s":7,"h":1,"t":0,"uu":"performer|xmm","m":"bestiary/XMM/Performer.webp","n":"Performer"},{"id":820,"c":1,"u":"performer%20legend_xmm","p":237,"s":7,"h":1,"t":0,"uu":"performer legend|xmm","m":"bestiary/XMM/Performer Legend.webp","n":"Performer Legend"},{"id":821,"c":1,"u":"performer%20maestro_xmm","p":237,"s":7,"h":1,"t":0,"uu":"performer maestro|xmm","m":"bestiary/XMM/Performer Maestro.webp","n":"Performer Maestro"},{"id":822,"c":1,"u":"peryton_xmm","p":238,"s":7,"h":1,"t":0,"uu":"peryton|xmm","m":"bestiary/tokens/MM/Peryton.webp","n":"Peryton"},{"id":823,"c":1,"u":"phase%20spider_xmm","p":239,"s":7,"h":1,"t":0,"uu":"phase spider|xmm","m":"bestiary/tokens/MM/Phase Spider.webp","n":"Phase Spider"},{"id":824,"c":1,"u":"piercer_xmm","p":240,"s":7,"h":1,"t":0,"uu":"piercer|xmm","m":"bestiary/tokens/MM/Piercer.webp","n":"Piercer"},{"id":825,"c":1,"u":"piranha_xmm","p":366,"s":7,"h":1,"t":0,"uu":"piranha|xmm","m":"bestiary/tokens/MM/Quipper.webp","n":"Piranha"},{"id":826,"c":1,"u":"pirate_xmm","p":241,"s":7,"h":1,"t":0,"uu":"pirate|xmm","m":"bestiary/tokens/GoS/Pirate Bosun.webp","n":"Pirate"},{"id":827,"c":1,"u":"pirate%20admiral_xmm","p":242,"s":7,"h":1,"t":0,"uu":"pirate admiral|xmm","m":"bestiary/XMM/Pirate Admiral.webp","n":"Pirate Admiral"},{"id":828,"c":1,"u":"pirate%20captain_xmm","p":242,"s":7,"h":1,"t":0,"uu":"pirate captain|xmm","m":"bestiary/tokens/GoS/Pirate Captain.webp","n":"Pirate Captain"},{"id":829,"c":1,"u":"pit%20fiend_xmm","p":243,"s":7,"h":1,"t":0,"uu":"pit fiend|xmm","m":"bestiary/tokens/MM/Pit Fiend.webp","n":"Pit Fiend"},{"id":830,"c":1,"u":"pixie_xmm","p":244,"s":7,"h":1,"t":0,"uu":"pixie|xmm","m":"bestiary/tokens/MM/Pixie.webp","n":"Pixie"},{"id":831,"c":1,"u":"pixie%20wonderbringer_xmm","p":244,"s":7,"h":1,"t":0,"uu":"pixie wonderbringer|xmm","m":"bestiary/XMM/Pixie Wonderbringer.webp","n":"Pixie Wonderbringer"},{"id":832,"c":1,"u":"planetar_xmm","p":245,"s":7,"h":1,"t":0,"uu":"planetar|xmm","m":"bestiary/tokens/MM/Planetar.webp","n":"Planetar"},{"id":833,"c":1,"u":"plesiosaurus_xmm","p":366,"s":7,"h":1,"t":0,"uu":"plesiosaurus|xmm","m":"bestiary/tokens/MM/Plesiosaurus.webp","n":"Plesiosaurus"},{"id":834,"c":1,"u":"polar%20bear_xmm","p":367,"s":7,"h":1,"t":0,"uu":"polar bear|xmm","m":"bestiary/XMM/Polar Bear.webp","n":"Polar Bear"},{"id":835,"c":1,"u":"poltergeist_xmm","p":246,"s":7,"h":1,"t":0,"uu":"poltergeist|xmm","m":"bestiary/tokens/MM/Poltergeist.webp","n":"Poltergeist"},{"id":836,"c":1,"u":"pony_xmm","p":367,"s":7,"h":1,"t":0,"uu":"pony|xmm","m":"bestiary/tokens/XMM/Pony.webp","n":"Pony"},{"id":837,"c":1,"u":"priest_xmm","p":248,"s":7,"h":1,"t":0,"uu":"priest|xmm","m":"bestiary/tokens/MM/Priest.webp","n":"Priest"},{"id":838,"c":1,"u":"priest%20acolyte_xmm","p":247,"s":7,"h":1,"t":0,"uu":"priest acolyte|xmm","m":"bestiary/XMM/Priest Acolyte.webp","n":"Priest Acolyte"},{"id":839,"c":1,"u":"primeval%20owlbear_xmm","p":234,"s":7,"h":1,"t":0,"uu":"primeval owlbear|xmm","m":"bestiary/XMM/Primeval Owlbear.webp","n":"Primeval Owlbear"},{"id":840,"c":1,"u":"pseudodragon_xmm","p":249,"s":7,"h":1,"t":0,"uu":"pseudodragon|xmm","m":"bestiary/tokens/XMM/Pseudodragon.webp","n":"Pseudodragon"},{"id":841,"c":1,"u":"psychic%20gray%20ooze_xmm","p":151,"s":7,"h":1,"t":0,"uu":"psychic gray ooze|xmm","m":"bestiary/tokens/MM/Gray Ooze.webp","n":"Psychic Gray Ooze"},{"id":842,"c":1,"u":"pteranodon_xmm","p":367,"s":7,"h":1,"t":0,"uu":"pteranodon|xmm","m":"bestiary/tokens/MM/Pteranodon.webp","n":"Pteranodon"},{"id":843,"c":1,"u":"purple%20worm_xmm","p":250,"s":7,"h":1,"t":0,"uu":"purple worm|xmm","m":"bestiary/tokens/MM/Purple Worm.webp","n":"Purple Worm"},{"id":844,"c":1,"u":"quaggoth_xmm","p":251,"s":7,"h":1,"t":0,"uu":"quaggoth|xmm","m":"bestiary/tokens/MM/Quaggoth.webp","n":"Quaggoth"},{"id":845,"c":1,"u":"quaggoth%20thonot_xmm","p":251,"s":7,"h":1,"t":0,"uu":"quaggoth thonot|xmm","m":"bestiary/tokens/MM/Quaggoth Thonot.webp","n":"Quaggoth Thonot"},{"id":846,"c":1,"u":"quasit_xmm","p":252,"s":7,"h":1,"t":0,"uu":"quasit|xmm","m":"bestiary/tokens/XMM/Quasit.webp","n":"Quasit"},{"id":847,"c":1,"u":"questing%20knight_xmm","p":184,"s":7,"h":1,"t":0,"uu":"questing knight|xmm","m":"bestiary/XMM/Questing Knight.webp","n":"Questing Knight"},{"id":848,"c":1,"u":"rakshasa_xmm","p":253,"s":7,"h":1,"t":0,"uu":"rakshasa|xmm","m":"bestiary/tokens/MM/Rakshasa.webp","n":"Rakshasa"},{"id":849,"c":1,"u":"rat_xmm","p":367,"s":7,"h":1,"t":0,"uu":"rat|xmm","m":"bestiary/tokens/MM/Rat.webp","n":"Rat"},{"id":850,"c":1,"u":"raven_xmm","p":368,"s":7,"h":1,"t":0,"uu":"raven|xmm","m":"bestiary/tokens/MM/Raven.webp","n":"Raven"},{"id":851,"c":1,"u":"red%20dragon%20wyrmling_xmm","p":254,"s":7,"h":1,"t":0,"uu":"red dragon wyrmling|xmm","m":"bestiary/tokens/MM/Red Dragon Wyrmling.webp","n":"Red Dragon Wyrmling"},{"id":852,"c":1,"u":"red%20slaad_xmm","p":285,"s":7,"h":1,"t":0,"uu":"red slaad|xmm","m":"bestiary/tokens/MM/Red Slaad.webp","n":"Red Slaad"},{"id":853,"c":1,"u":"reef%20shark_xmm","p":368,"s":7,"h":1,"t":0,"uu":"reef shark|xmm","m":"bestiary/tokens/XMM/Reef Shark.webp","n":"Reef Shark"},{"id":854,"c":1,"u":"remorhaz_xmm","p":258,"s":7,"h":1,"t":0,"uu":"remorhaz|xmm","m":"bestiary/tokens/MM/Remorhaz.webp","n":"Remorhaz"},{"id":855,"c":1,"u":"revenant_xmm","p":259,"s":7,"h":1,"t":0,"uu":"revenant|xmm","m":"bestiary/tokens/MM/Revenant.webp","n":"Revenant"},{"id":856,"c":1,"u":"rhinoceros_xmm","p":368,"s":7,"h":1,"t":0,"uu":"rhinoceros|xmm","m":"bestiary/tokens/MM/Rhinoceros.webp","n":"Rhinoceros"},{"id":857,"c":1,"u":"riding%20horse_xmm","p":368,"s":7,"h":1,"t":0,"uu":"riding horse|xmm","m":"bestiary/tokens/XMM/Riding Horse.webp","n":"Riding Horse"},{"id":858,"c":1,"u":"roc_xmm","p":261,"s":7,"h":1,"t":0,"uu":"roc|xmm","m":"bestiary/tokens/MM/Roc.webp","n":"Roc"},{"id":859,"c":1,"u":"roper_xmm","p":262,"s":7,"h":1,"t":0,"uu":"roper|xmm","m":"bestiary/tokens/MM/Roper.webp","n":"Roper"},{"id":860,"c":1,"u":"rust%20monster_xmm","p":263,"s":7,"h":1,"t":0,"uu":"rust monster|xmm","m":"bestiary/tokens/MM/Rust Monster.webp","n":"Rust Monster"},{"id":861,"c":1,"u":"saber-toothed%20tiger_xmm","p":369,"s":7,"h":1,"t":0,"uu":"saber-toothed tiger|xmm","m":"bestiary/tokens/MM/Saber-Toothed Tiger.webp","n":"Saber-Toothed Tiger"},{"id":862,"c":1,"u":"sahuagin%20baron_xmm","p":265,"s":7,"h":1,"t":0,"uu":"sahuagin baron|xmm","m":"bestiary/tokens/MM/Sahuagin Baron.webp","n":"Sahuagin Baron"},{"id":863,"c":1,"u":"sahuagin%20priest_xmm","p":265,"s":7,"h":1,"t":0,"uu":"sahuagin priest|xmm","m":"bestiary/tokens/MM/Sahuagin Priestess.webp","n":"Sahuagin Priest"},{"id":864,"c":1,"u":"sahuagin%20warrior_xmm","p":264,"s":7,"h":1,"t":0,"uu":"sahuagin warrior|xmm","m":"bestiary/tokens/MM/Sahuagin.webp","n":"Sahuagin Warrior"},{"id":865,"c":1,"u":"salamander_xmm","p":267,"s":7,"h":1,"t":0,"uu":"salamander|xmm","m":"bestiary/tokens/MM/Salamander.webp","n":"Salamander"},{"id":866,"c":1,"u":"salamander%20fire%20snake_xmm","p":266,"s":7,"h":1,"t":0,"uu":"salamander fire snake|xmm","m":"bestiary/tokens/MM/Fire Snake.webp","n":"Salamander Fire Snake"},{"id":867,"c":1,"u":"salamander%20inferno%20master_xmm","p":267,"s":7,"h":1,"t":0,"uu":"salamander inferno master|xmm","m":"bestiary/XMM/Salamander Inferno Master.webp","n":"Salamander Inferno Master"},{"id":868,"c":1,"u":"satyr_xmm","p":268,"s":7,"h":1,"t":0,"uu":"satyr|xmm","m":"bestiary/tokens/MM/Satyr.webp","n":"Satyr"},{"id":869,"c":1,"u":"satyr%20revelmaster_xmm","p":268,"s":7,"h":1,"t":0,"uu":"satyr revelmaster|xmm","m":"bestiary/XMM/Satyr Revelmaster.webp","n":"Satyr Revelmaster"},{"id":870,"c":1,"u":"scarecrow_xmm","p":269,"s":7,"h":1,"t":0,"uu":"scarecrow|xmm","m":"bestiary/tokens/MM/Scarecrow.webp","n":"Scarecrow"},{"id":871,"c":1,"u":"scorpion_xmm","p":369,"s":7,"h":1,"t":0,"uu":"scorpion|xmm","m":"bestiary/tokens/XMM/Scorpion.webp","n":"Scorpion"},{"id":872,"c":1,"u":"scout_xmm","p":270,"s":7,"h":1,"t":0,"uu":"scout|xmm","m":"bestiary/XMM/Scout.webp","n":"Scout"},{"id":873,"c":1,"u":"scout%20captain_xmm","p":270,"s":7,"h":1,"t":0,"uu":"scout captain|xmm","m":"bestiary/XMM/Scout Captain.webp","n":"Scout Captain"},{"id":874,"c":1,"u":"sea%20hag_xmm","p":271,"s":7,"h":1,"t":0,"uu":"sea hag|xmm","m":"bestiary/tokens/MM/Sea Hag.webp","n":"Sea Hag"},{"id":875,"c":1,"u":"seahorse_xmm","p":369,"s":7,"h":1,"t":0,"uu":"seahorse|xmm","m":"bestiary/XMM/Seahorse.webp","n":"Seahorse"},{"id":876,"c":1,"u":"shadow_xmm","p":272,"s":7,"h":1,"t":0,"uu":"shadow|xmm","m":"bestiary/tokens/MM/Shadow.webp","n":"Shadow"},{"id":877,"c":1,"u":"shadow%20demon_xmm","p":273,"s":7,"h":1,"t":0,"uu":"shadow demon|xmm","m":"bestiary/tokens/MM/Shadow Demon.webp","n":"Shadow Demon"},{"id":878,"c":1,"u":"shadow%20dragon_xmm","p":275,"s":7,"h":1,"t":0,"uu":"shadow dragon|xmm","m":"bestiary/tokens/MM/Young Red Shadow Dragon.webp","n":"Shadow Dragon"},{"id":879,"c":1,"u":"shambling%20mound_xmm","p":276,"s":7,"h":1,"t":0,"uu":"shambling mound|xmm","m":"bestiary/tokens/MM/Shambling Mound.webp","n":"Shambling Mound"},{"id":880,"c":1,"u":"shield%20guardian_xmm","p":277,"s":7,"h":1,"t":0,"uu":"shield guardian|xmm","m":"bestiary/tokens/MM/Shield Guardian.webp","n":"Shield Guardian"},{"id":881,"c":1,"u":"shrieker%20fungus_xmm","p":125,"s":7,"h":1,"t":0,"uu":"shrieker fungus|xmm","m":"bestiary/tokens/MM/Shrieker.webp","n":"Shrieker Fungus"},{"id":882,"c":1,"u":"silver%20dragon%20wyrmling_xmm","p":278,"s":7,"h":1,"t":0,"uu":"silver dragon wyrmling|xmm","m":"bestiary/tokens/MM/Silver Dragon Wyrmling.webp","n":"Silver Dragon Wyrmling"},{"id":883,"c":1,"u":"skeleton_xmm","p":282,"s":7,"h":1,"t":0,"uu":"skeleton|xmm","m":"bestiary/tokens/MM/Skeleton.webp","n":"Skeleton"},{"id":884,"c":1,"u":"slaad%20tadpole_xmm","p":284,"s":7,"h":1,"t":0,"uu":"slaad tadpole|xmm","m":"bestiary/tokens/XMM/Slaad Tadpole.webp","n":"Slaad Tadpole"},{"id":885,"c":1,"u":"smoke%20mephit_xmm","p":208,"s":7,"h":1,"t":0,"uu":"smoke mephit|xmm","m":"bestiary/tokens/MM/Smoke Mephit.webp","n":"Smoke Mephit"},{"id":886,"c":1,"u":"solar_xmm","p":288,"s":7,"h":1,"t":0,"uu":"solar|xmm","m":"bestiary/tokens/MM/Solar.webp","n":"Solar"},{"id":887,"c":1,"u":"spectator_xmm","p":289,"s":7,"h":1,"t":0,"uu":"spectator|xmm","m":"bestiary/tokens/MM/Spectator.webp","n":"Spectator"},{"id":888,"c":1,"u":"specter_xmm","p":290,"s":7,"h":1,"t":0,"uu":"specter|xmm","m":"bestiary/tokens/MM/Specter.webp","n":"Specter"},{"id":889,"c":1,"u":"sphinx%20of%20lore_xmm","p":293,"s":7,"h":1,"t":0,"uu":"sphinx of lore|xmm","m":"bestiary/tokens/MM/Gynosphinx.webp","n":"Sphinx of Lore"},{"id":890,"c":1,"u":"sphinx%20of%20secrets_xmm","p":292,"s":7,"h":1,"t":0,"uu":"sphinx of secrets|xmm","m":"bestiary/XMM/Sphinx of Secrets.webp","n":"Sphinx of Secrets"},{"id":891,"c":1,"u":"sphinx%20of%20valor_xmm","p":294,"s":7,"h":1,"t":0,"uu":"sphinx of valor|xmm","m":"bestiary/tokens/MM/Androsphinx.webp","n":"Sphinx of Valor"},{"id":892,"c":1,"u":"sphinx%20of%20wonder_xmm","p":291,"s":7,"h":1,"t":0,"uu":"sphinx of wonder|xmm","m":"bestiary/tokens/XMM/Sphinx of Wonder.webp","n":"Sphinx of Wonder"},{"id":893,"c":1,"u":"spider_xmm","p":369,"s":7,"h":1,"t":0,"uu":"spider|xmm","m":"bestiary/tokens/XMM/Spider.webp","n":"Spider"},{"id":894,"c":1,"u":"spined%20devil_xmm","p":296,"s":7,"h":1,"t":0,"uu":"spined devil|xmm","m":"bestiary/tokens/MM/Spined Devil.webp","n":"Spined Devil"},{"id":895,"c":1,"u":"spirit%20naga_xmm","p":297,"s":7,"h":1,"t":0,"uu":"spirit naga|xmm","m":"bestiary/tokens/MM/Spirit Naga.webp","n":"Spirit Naga"},{"id":896,"c":1,"u":"sprite_xmm","p":298,"s":7,"h":1,"t":0,"uu":"sprite|xmm","m":"bestiary/tokens/XMM/Sprite.webp","n":"Sprite"},{"id":897,"c":1,"u":"spy_xmm","p":295,"s":7,"h":1,"t":0,"uu":"spy|xmm","m":"bestiary/XMM/Spy.webp","n":"Spy"},{"id":898,"c":1,"u":"spy%20master_xmm","p":295,"s":7,"h":1,"t":0,"uu":"spy master|xmm","m":"bestiary/XMM/Spy Master.webp","n":"Spy Master"},{"id":899,"c":1,"u":"steam%20mephit_xmm","p":208,"s":7,"h":1,"t":0,"uu":"steam mephit|xmm","m":"bestiary/tokens/MM/Steam Mephit.webp","n":"Steam Mephit"},{"id":900,"c":1,"u":"stirge_xmm","p":299,"s":7,"h":1,"t":0,"uu":"stirge|xmm","m":"bestiary/tokens/MM/Stirge.webp","n":"Stirge"},{"id":901,"c":1,"u":"stone%20giant_xmm","p":300,"s":7,"h":1,"t":0,"uu":"stone giant|xmm","m":"bestiary/tokens/MM/Stone Giant.webp","n":"Stone Giant"},{"id":902,"c":1,"u":"stone%20golem_xmm","p":301,"s":7,"h":1,"t":0,"uu":"stone golem|xmm","m":"bestiary/tokens/MM/Stone Golem.webp","n":"Stone Golem"},{"id":903,"c":1,"u":"storm%20giant_xmm","p":302,"s":7,"h":1,"t":0,"uu":"storm giant|xmm","m":"bestiary/tokens/MM/Storm Giant.webp","n":"Storm Giant"},{"id":904,"c":1,"u":"succubus_xmm","p":303,"s":7,"h":1,"t":0,"uu":"succubus|xmm","m":"bestiary/tokens/MM/Succubus.webp","n":"Succubus"},{"id":905,"c":1,"u":"swarm%20of%20bats_xmm","p":370,"s":7,"h":1,"t":0,"uu":"swarm of bats|xmm","m":"bestiary/tokens/MM/Swarm of Bats.webp","n":"Swarm of Bats"},{"id":906,"c":1,"u":"swarm%20of%20crawling%20claws_xmm","p":83,"s":7,"h":1,"t":0,"uu":"swarm of crawling claws|xmm","m":"bestiary/XMM/Swarm of Crawling Claws.webp","n":"Swarm of Crawling Claws"},{"id":907,"c":1,"u":"swarm%20of%20dretches_xmm","p":104,"s":7,"h":1,"t":0,"uu":"swarm of dretches|xmm","m":"bestiary/XMM/Swarm of Dretches.webp","n":"Swarm of Dretches"},{"id":908,"c":1,"u":"swarm%20of%20insects_xmm","p":370,"s":7,"h":1,"t":0,"uu":"swarm of insects|xmm","m":"bestiary/XMM/Swarm of Insects.webp","n":"Swarm of Insects"},{"id":909,"c":1,"u":"swarm%20of%20larvae_xmm","p":193,"s":7,"h":1,"t":0,"uu":"swarm of larvae|xmm","m":"bestiary/XMM/Swarm of Larvae.webp","n":"Swarm of Larvae"},{"id":910,"c":1,"u":"swarm%20of%20lemures_xmm","p":194,"s":7,"h":1,"t":0,"uu":"swarm of lemures|xmm","m":"bestiary/XMM/Swarm of Lemures.webp","n":"Swarm of Lemures"},{"id":911,"c":1,"u":"swarm%20of%20piranhas_xmm","p":370,"s":7,"h":1,"t":0,"uu":"swarm of piranhas|xmm","m":"bestiary/tokens/MM/Swarm of Quippers.webp","n":"Swarm of Piranhas"},{"id":912,"c":1,"u":"swarm%20of%20rats_xmm","p":370,"s":7,"h":1,"t":0,"uu":"swarm of rats|xmm","m":"bestiary/tokens/MM/Swarm of Rats.webp","n":"Swarm of Rats"},{"id":913,"c":1,"u":"swarm%20of%20ravens_xmm","p":371,"s":7,"h":1,"t":0,"uu":"swarm of ravens|xmm","m":"bestiary/tokens/MM/Swarm of Ravens.webp","n":"Swarm of Ravens"},{"id":914,"c":1,"u":"swarm%20of%20stirges_xmm","p":299,"s":7,"h":1,"t":0,"uu":"swarm of stirges|xmm","m":"bestiary/XMM/Swarm of Stirges.webp","n":"Swarm of Stirges"},{"id":915,"c":1,"u":"swarm%20of%20venomous%20snakes_xmm","p":371,"s":7,"h":1,"t":0,"uu":"swarm of venomous snakes|xmm","m":"bestiary/tokens/MM/Swarm of Poisonous Snakes.webp","n":"Swarm of Venomous Snakes"},{"id":916,"c":1,"u":"tarrasque_xmm","p":305,"s":7,"h":1,"t":0,"uu":"tarrasque|xmm","m":"bestiary/tokens/MM/Tarrasque.webp","n":"Tarrasque"},{"id":917,"c":1,"u":"thri-kreen%20marauder_xmm","p":306,"s":7,"h":1,"t":0,"uu":"thri-kreen marauder|xmm","m":"bestiary/tokens/MM/Thri-kreen.webp","n":"Thri-kreen Marauder"},{"id":918,"c":1,"u":"thri-kreen%20psion_xmm","p":306,"s":7,"h":1,"t":0,"uu":"thri-kreen psion|xmm","m":"bestiary/XMM/Thri-kreen Psion.webp","n":"Thri-kreen Psion"},{"id":919,"c":1,"u":"tiger_xmm","p":371,"s":7,"h":1,"t":0,"uu":"tiger|xmm","m":"bestiary/tokens/XMM/Tiger.webp","n":"Tiger"},{"id":920,"c":1,"u":"tough_xmm","p":307,"s":7,"h":1,"t":0,"uu":"tough|xmm","m":"bestiary/XMM/Tough.webp","n":"Tough"},{"id":921,"c":1,"u":"tough%20boss_xmm","p":307,"s":7,"h":1,"t":0,"uu":"tough boss|xmm","m":"bestiary/XMM/Tough Boss.webp","n":"Tough Boss"},{"id":922,"c":1,"u":"treant_xmm","p":308,"s":7,"h":1,"t":0,"uu":"treant|xmm","m":"bestiary/tokens/MM/Treant.webp","n":"Treant"},{"id":923,"c":1,"u":"tree%20blight_xmm","p":44,"s":7,"h":1,"t":0,"uu":"tree blight|xmm","m":"bestiary/tokens/CoS/Tree Blight.webp","n":"Tree Blight"},{"id":924,"c":1,"u":"triceratops_xmm","p":372,"s":7,"h":1,"t":0,"uu":"triceratops|xmm","m":"bestiary/tokens/MM/Triceratops.webp","n":"Triceratops"},{"id":925,"c":1,"u":"troglodyte_xmm","p":309,"s":7,"h":1,"t":0,"uu":"troglodyte|xmm","m":"bestiary/tokens/MM/Troglodyte.webp","n":"Troglodyte"},{"id":926,"c":1,"u":"troll_xmm","p":310,"s":7,"h":1,"t":0,"uu":"troll|xmm","m":"bestiary/tokens/MM/Troll.webp","n":"Troll"},{"id":927,"c":1,"u":"troll%20limb_xmm","p":310,"s":7,"h":1,"t":0,"uu":"troll limb|xmm","m":"bestiary/XMM/Troll Limb.webp","n":"Troll Limb"},{"id":928,"c":1,"u":"twig%20blight_xmm","p":43,"s":7,"h":1,"t":0,"uu":"twig blight|xmm","m":"bestiary/tokens/MM/Twig Blight.webp","n":"Twig Blight"},{"id":929,"c":1,"u":"tyrannosaurus%20rex_xmm","p":372,"s":7,"h":1,"t":0,"uu":"tyrannosaurus rex|xmm","m":"bestiary/tokens/MM/Tyrannosaurus Rex.webp","n":"Tyrannosaurus Rex"},{"id":930,"c":1,"u":"ultroloth_xmm","p":311,"s":7,"h":1,"t":0,"uu":"ultroloth|xmm","m":"bestiary/tokens/MM/Ultroloth.webp","n":"Ultroloth"},{"id":931,"c":1,"u":"umber%20hulk_xmm","p":312,"s":7,"h":1,"t":0,"uu":"umber hulk|xmm","m":"bestiary/tokens/MM/Umber Hulk.webp","n":"Umber Hulk"},{"id":932,"c":1,"u":"unicorn_xmm","s":7,"h":1,"t":0,"uu":"unicorn|xmm","m":"bestiary/tokens/MM/Unicorn.webp","n":"Unicorn"},{"id":933,"c":1,"u":"vampire_xmm","p":317,"s":7,"h":1,"t":0,"uu":"vampire|xmm","m":"bestiary/XMM/Vampire.webp","n":"Vampire"},{"id":934,"c":1,"u":"vampire%20familiar_xmm","p":314,"s":7,"h":1,"t":0,"uu":"vampire familiar|xmm","m":"bestiary/XMM/Vampire Familiar.webp","n":"Vampire Familiar"},{"id":935,"c":1,"u":"vampire%20nightbringer_xmm","p":316,"s":7,"h":1,"t":0,"uu":"vampire nightbringer|xmm","m":"bestiary/XMM/Vampire Nightbringer.webp","n":"Vampire Nightbringer"},{"id":936,"c":1,"u":"vampire%20spawn_xmm","p":315,"s":7,"h":1,"t":0,"uu":"vampire spawn|xmm","m":"bestiary/tokens/MM/Vampire Spawn.webp","n":"Vampire Spawn"},{"id":937,"c":1,"u":"vampire%20umbral%20lord_xmm","p":318,"s":7,"h":1,"t":0,"uu":"vampire umbral lord|xmm","m":"bestiary/XMM/Vampire Umbral Lord.webp","n":"Vampire Umbral Lord"},{"id":938,"c":1,"u":"venomous%20snake_xmm","p":372,"s":7,"h":1,"t":0,"uu":"venomous snake|xmm","m":"bestiary/tokens/MM/Poisonous Snake.webp","n":"Venomous Snake"},{"id":939,"c":1,"u":"vine%20blight_xmm","p":44,"s":7,"h":1,"t":0,"uu":"vine blight|xmm","m":"bestiary/tokens/MM/Vine Blight.webp","n":"Vine Blight"},{"id":940,"c":1,"u":"violet%20fungus_xmm","p":126,"s":7,"h":1,"t":0,"uu":"violet fungus|xmm","m":"bestiary/tokens/MM/Violet Fungus.webp","n":"Violet Fungus"},{"id":941,"c":1,"u":"violet%20fungus%20necrohulk_xmm","p":126,"s":7,"h":1,"t":0,"uu":"violet fungus necrohulk|xmm","m":"bestiary/XMM/Violet Fungus Necrohulk.webp","n":"Violet Fungus Necrohulk"},{"id":942,"c":1,"u":"vrock_xmm","p":319,"s":7,"h":1,"t":0,"uu":"vrock|xmm","m":"bestiary/tokens/MM/Vrock.webp","n":"Vrock"},{"id":943,"c":1,"u":"vulture_xmm","p":372,"s":7,"h":1,"t":0,"uu":"vulture|xmm","m":"bestiary/tokens/MM/Vulture.webp","n":"Vulture"},{"id":944,"c":1,"u":"warhorse_xmm","p":373,"s":7,"h":1,"t":0,"uu":"warhorse|xmm","m":"bestiary/tokens/XMM/Warhorse.webp","n":"Warhorse"},{"id":945,"c":1,"u":"warhorse%20skeleton_xmm","p":282,"s":7,"h":1,"t":0,"uu":"warhorse skeleton|xmm","m":"bestiary/tokens/MM/Warhorse Skeleton.webp","n":"Warhorse Skeleton"},{"id":946,"c":1,"u":"warrior%20commander_xmm","p":321,"s":7,"h":1,"t":0,"uu":"warrior commander|xmm","m":"bestiary/XMM/Warrior Commander.webp","n":"Warrior Commander"},{"id":947,"c":1,"u":"warrior%20infantry_xmm","p":320,"s":7,"h":1,"t":0,"uu":"warrior infantry|xmm","m":"bestiary/tokens/MM/Tribal Warrior.webp","n":"Warrior Infantry"},{"id":948,"c":1,"u":"warrior%20veteran_xmm","p":320,"s":7,"h":1,"t":0,"uu":"warrior veteran|xmm","m":"bestiary/tokens/MM/Veteran.webp","n":"Warrior Veteran"},{"id":949,"c":1,"u":"water%20elemental_xmm","p":322,"s":7,"h":1,"t":0,"uu":"water elemental|xmm","m":"bestiary/tokens/MM/Water Elemental.webp","n":"Water Elemental"},{"id":950,"c":1,"u":"water%20weird_xmm","p":323,"s":7,"h":1,"t":0,"uu":"water weird|xmm","m":"bestiary/tokens/MM/Water Weird.webp","n":"Water Weird"},{"id":951,"c":1,"u":"weasel_xmm","p":372,"s":7,"h":1,"t":0,"uu":"weasel|xmm","m":"bestiary/tokens/XMM/Weasel.webp","n":"Weasel"},{"id":952,"c":1,"u":"werebear_xmm","p":324,"s":7,"h":1,"t":0,"uu":"werebear|xmm","m":"bestiary/tokens/MM/Werebear.webp","n":"Werebear"},{"id":953,"c":1,"u":"wereboar_xmm","p":325,"s":7,"h":1,"t":0,"uu":"wereboar|xmm","m":"bestiary/tokens/MM/Wereboar.webp","n":"Wereboar"},{"id":954,"c":1,"u":"wererat_xmm","p":325,"s":7,"h":1,"t":0,"uu":"wererat|xmm","m":"bestiary/tokens/MM/Wererat.webp","n":"Wererat"},{"id":955,"c":1,"u":"weretiger_xmm","p":326,"s":7,"h":1,"t":0,"uu":"weretiger|xmm","m":"bestiary/tokens/MM/Weretiger.webp","n":"Weretiger"},{"id":956,"c":1,"u":"werewolf_xmm","p":327,"s":7,"h":1,"t":0,"uu":"werewolf|xmm","m":"bestiary/tokens/MM/Werewolf.webp","n":"Werewolf"},{"id":957,"c":1,"u":"white%20dragon%20wyrmling_xmm","p":328,"s":7,"h":1,"t":0,"uu":"white dragon wyrmling|xmm","m":"bestiary/tokens/MM/White Dragon Wyrmling.webp","n":"White Dragon Wyrmling"},{"id":958,"c":1,"u":"wight_xmm","p":332,"s":7,"h":1,"t":0,"uu":"wight|xmm","m":"bestiary/tokens/MM/Wight.webp","n":"Wight"},{"id":959,"c":1,"u":"will-o'-wisp_xmm","p":333,"s":7,"h":1,"t":0,"uu":"will-o'-wisp|xmm","m":"bestiary/tokens/MM/Will-o'-Wisp.webp","n":"Will-o'-Wisp"},{"id":960,"c":1,"u":"winged%20kobold_xmm","p":185,"s":7,"h":1,"t":0,"uu":"winged kobold|xmm","m":"bestiary/tokens/MM/Winged Kobold.webp","n":"Winged Kobold"},{"id":961,"c":1,"u":"winter%20wolf_xmm","p":334,"s":7,"h":1,"t":0,"uu":"winter wolf|xmm","m":"bestiary/tokens/MM/Winter Wolf.webp","n":"Winter Wolf"},{"id":962,"c":1,"u":"wolf_xmm","p":373,"s":7,"h":1,"t":0,"uu":"wolf|xmm","m":"bestiary/tokens/XMM/Wolf.webp","n":"Wolf"},{"id":963,"c":1,"u":"worg_xmm","p":335,"s":7,"h":1,"t":0,"uu":"worg|xmm","m":"bestiary/tokens/MM/Worg.webp","n":"Worg"},{"id":964,"c":1,"u":"wraith_xmm","p":336,"s":7,"h":1,"t":0,"uu":"wraith|xmm","m":"bestiary/tokens/MM/Wraith.webp","n":"Wraith"},{"id":965,"c":1,"u":"wyvern_xmm","p":337,"s":7,"h":1,"t":0,"uu":"wyvern|xmm","m":"bestiary/tokens/MM/Wyvern.webp","n":"Wyvern"},{"id":966,"c":1,"u":"xorn_xmm","p":338,"s":7,"h":1,"t":0,"uu":"xorn|xmm","m":"bestiary/tokens/MM/Xorn.webp","n":"Xorn"},{"id":967,"c":1,"u":"yeti_xmm","p":339,"s":7,"h":1,"t":0,"uu":"yeti|xmm","m":"bestiary/tokens/MM/Yeti.webp","n":"Yeti"},{"id":968,"c":1,"u":"yochlol_xmm","p":341,"s":7,"h":1,"t":0,"uu":"yochlol|xmm","m":"bestiary/tokens/MM/Yochlol.webp","n":"Yochlol"},{"id":969,"c":1,"u":"young%20black%20dragon_xmm","p":38,"s":7,"h":1,"t":0,"uu":"young black dragon|xmm","m":"bestiary/tokens/MM/Young Black Dragon.webp","n":"Young Black Dragon"},{"id":970,"c":1,"u":"young%20blue%20dragon_xmm","p":48,"s":7,"h":1,"t":0,"uu":"young blue dragon|xmm","m":"bestiary/tokens/MM/Young Blue Dragon.webp","n":"Young Blue Dragon"},{"id":971,"c":1,"u":"young%20brass%20dragon_xmm","p":54,"s":7,"h":1,"t":0,"uu":"young brass dragon|xmm","m":"bestiary/tokens/MM/Young Brass Dragon.webp","n":"Young Brass Dragon"},{"id":972,"c":1,"u":"young%20bronze%20dragon_xmm","p":58,"s":7,"h":1,"t":0,"uu":"young bronze dragon|xmm","m":"bestiary/tokens/MM/Young Bronze Dragon.webp","n":"Young Bronze Dragon"},{"id":973,"c":1,"u":"young%20copper%20dragon_xmm","p":78,"s":7,"h":1,"t":0,"uu":"young copper dragon|xmm","m":"bestiary/tokens/MM/Young Copper Dragon.webp","n":"Young Copper Dragon"},{"id":974,"c":1,"u":"young%20gold%20dragon_xmm","p":144,"s":7,"h":1,"t":0,"uu":"young gold dragon|xmm","m":"bestiary/tokens/MM/Young Gold Dragon.webp","n":"Young Gold Dragon"},{"id":975,"c":1,"u":"young%20green%20dragon_xmm","p":152,"s":7,"h":1,"t":0,"uu":"young green dragon|xmm","m":"bestiary/tokens/MM/Young Green Dragon.webp","n":"Young Green Dragon"},{"id":976,"c":1,"u":"young%20red%20dragon_xmm","p":254,"s":7,"h":1,"t":0,"uu":"young red dragon|xmm","m":"bestiary/tokens/MM/Young Red Dragon.webp","n":"Young Red Dragon"},{"id":977,"c":1,"u":"young%20remorhaz_xmm","p":258,"s":7,"h":1,"t":0,"uu":"young remorhaz|xmm","m":"bestiary/tokens/MM/Young Remorhaz.webp","n":"Young Remorhaz"},{"id":978,"c":1,"u":"young%20silver%20dragon_xmm","p":278,"s":7,"h":1,"t":0,"uu":"young silver dragon|xmm","m":"bestiary/tokens/MM/Young Silver Dragon.webp","n":"Young Silver Dragon"},{"id":979,"c":1,"u":"young%20white%20dragon_xmm","p":328,"s":7,"h":1,"t":0,"uu":"young white dragon|xmm","m":"bestiary/tokens/MM/Young White Dragon.webp","n":"Young White Dragon"},{"id":980,"c":1,"u":"yuan-ti%20abomination_xmm","p":345,"s":7,"h":1,"t":0,"uu":"yuan-ti abomination|xmm","m":"bestiary/tokens/MM/Yuan-ti Abomination.webp","n":"Yuan-ti Abomination"},{"id":981,"c":1,"u":"yuan-ti%20infiltrator_xmm","p":342,"s":7,"h":1,"t":0,"uu":"yuan-ti infiltrator|xmm","m":"bestiary/tokens/MM/Yuan-ti Pureblood.webp","n":"Yuan-ti Infiltrator"},{"id":982,"c":1,"u":"yuan-ti%20malison%20(type%201)_xmm","p":343,"s":7,"h":1,"t":0,"uu":"yuan-ti malison (type 1)|xmm","m":"bestiary/tokens/MM/Yuan-ti Malison (Type 1).webp","n":"Yuan-ti Malison (Type 1)"},{"id":983,"c":1,"u":"yuan-ti%20malison%20(type%202)_xmm","p":343,"s":7,"h":1,"t":0,"uu":"yuan-ti malison (type 2)|xmm","m":"bestiary/tokens/MM/Yuan-ti Malison (Type 2).webp","n":"Yuan-ti Malison (Type 2)"},{"id":984,"c":1,"u":"yuan-ti%20malison%20(type%203)_xmm","p":344,"s":7,"h":1,"t":0,"uu":"yuan-ti malison (type 3)|xmm","m":"bestiary/tokens/MM/Yuan-ti Malison (Type 3).webp","n":"Yuan-ti Malison (Type 3)"},{"id":985,"c":1,"u":"zombie_xmm","p":346,"s":7,"h":1,"t":0,"uu":"zombie|xmm","m":"bestiary/tokens/XMM/Zombie.webp","n":"Zombie"},{"id":986,"c":1,"u":"aberrant%20spirit_xphb","p":322,"s":8,"h":1,"t":0,"uu":"aberrant spirit|xphb","m":"bestiary/tokens/XPHB/Aberrant Spirit.webp","n":"Aberrant Spirit"},{"id":987,"c":1,"u":"animated%20object_xphb","p":240,"s":8,"h":1,"t":0,"uu":"animated object|xphb","m":"bestiary/tokens/XPHB/Animated Object.webp","n":"Animated Object"},{"id":988,"c":1,"u":"beast%20of%20the%20land_xphb","p":123,"s":8,"h":1,"t":0,"uu":"beast of the land|xphb","m":"bestiary/tokens/XPHB/Beast of the Land.webp","n":"Beast of the Land"},{"id":989,"c":1,"u":"beast%20of%20the%20sea_xphb","p":124,"s":8,"h":1,"t":0,"uu":"beast of the sea|xphb","m":"bestiary/tokens/XPHB/Beast of the Sea.webp","n":"Beast of the Sea"},{"id":990,"c":1,"u":"beast%20of%20the%20sky_xphb","p":124,"s":8,"h":1,"t":0,"uu":"beast of the sky|xphb","m":"bestiary/tokens/XPHB/Beast of the Sky.webp","n":"Beast of the Sky"},{"id":991,"c":1,"u":"bestial%20spirit_xphb","p":323,"s":8,"h":1,"t":0,"uu":"bestial spirit|xphb","m":"bestiary/tokens/XPHB/Bestial Spirit.webp","n":"Bestial Spirit"},{"id":992,"c":1,"u":"celestial%20spirit_xphb","p":323,"s":8,"h":1,"t":0,"uu":"celestial spirit|xphb","m":"bestiary/tokens/XPHB/Celestial Spirit.webp","n":"Celestial Spirit"},{"id":993,"c":1,"u":"construct%20spirit_xphb","p":324,"s":8,"h":1,"t":0,"uu":"construct spirit|xphb","m":"bestiary/tokens/XPHB/Construct Spirit.webp","n":"Construct Spirit"},{"id":994,"c":1,"u":"draconic%20spirit_xphb","p":325,"s":8,"h":1,"t":0,"uu":"draconic spirit|xphb","m":"bestiary/tokens/XPHB/Draconic Spirit.webp","n":"Draconic Spirit"},{"id":995,"c":1,"u":"elemental%20spirit_xphb","p":325,"s":8,"h":1,"t":0,"uu":"elemental spirit|xphb","m":"bestiary/tokens/XPHB/Elemental Spirit.webp","n":"Elemental Spirit"},{"id":996,"c":1,"u":"fey%20spirit_xphb","p":326,"s":8,"h":1,"t":0,"uu":"fey spirit|xphb","m":"bestiary/tokens/XPHB/Fey Spirit.webp","n":"Fey Spirit"},{"id":997,"c":1,"u":"fiendish%20spirit_xphb","p":327,"s":8,"h":1,"t":0,"uu":"fiendish spirit|xphb","m":"bestiary/tokens/XPHB/Fiendish Spirit.webp","n":"Fiendish Spirit"},{"id":998,"c":1,"u":"giant%20insect_xphb","p":279,"s":8,"h":1,"t":0,"uu":"giant insect|xphb","m":"bestiary/tokens/XPHB/Giant Insect.webp","n":"Giant Insect"},{"id":999,"c":1,"u":"otherworldly%20steed_xphb","p":273,"s":8,"h":1,"t":0,"uu":"otherworldly steed|xphb","m":"bestiary/tokens/XPHB/Otherworldly Steed.webp","n":"Otherworldly Steed"},{"id":1000,"c":1,"u":"undead%20spirit_xphb","p":328,"s":8,"h":1,"t":0,"uu":"undead spirit|xphb","m":"bestiary/tokens/XPHB/Undead Spirit.webp","n":"Undead Spirit"},{"id":1001,"c":1,"u":"abigor_coa","p":193,"s":9,"h":1,"t":0,"uu":"abigor|coa","m":"bestiary/tokens/CoA/Abigor.webp","n":"Abigor"},{"id":1002,"c":1,"u":"aeshma_coa","p":261,"s":9,"h":1,"t":0,"uu":"aeshma|coa","m":"bestiary/tokens/CoA/Aeshma.webp","n":"Aeshma"},{"id":1003,"c":1,"u":"affliction%20devil%20(kocrachon)_coa","p":236,"s":9,"h":1,"t":0,"uu":"affliction devil (kocrachon)|coa","m":"bestiary/tokens/CoA/Affliction Devil (Kocrachon).webp","n":"Affliction Devil (Kocrachon)"},{"id":1004,"c":1,"u":"anacreda_coa","p":146,"s":9,"h":1,"t":0,"uu":"anacreda|coa","m":"bestiary/tokens/CoA/Anacreda.webp","n":"Anacreda"},{"id":1005,"c":1,"u":"anagwendol_coa","p":262,"s":9,"h":1,"t":0,"uu":"anagwendol|coa","m":"bestiary/tokens/CoA/Anagwendol.webp","n":"Anagwendol"},{"id":1006,"c":1,"u":"animated%20furniture_coa","p":170,"s":9,"h":1,"t":0,"uu":"animated furniture|coa","m":"bestiary/tokens/CoA/Animated Furniture.webp","n":"Animated Furniture"},{"id":1007,"c":1,"u":"asmodeus_coa","p":217,"s":9,"h":1,"t":0,"uu":"asmodeus|coa","m":"bestiary/tokens/CoA/Asmodeus.webp","n":"Asmodeus"},{"id":1008,"c":1,"u":"avatar%20of%20baalzebul_coa","p":38,"s":9,"h":1,"t":0,"uu":"avatar of baalzebul|coa","m":"bestiary/tokens/CoA/Avatar of Baalzebul.webp","n":"Avatar of Baalzebul"},{"id":1009,"c":1,"u":"awful%20fisher_coa","p":133,"s":9,"h":1,"t":0,"uu":"awful fisher|coa","m":"bestiary/tokens/CoA/Awful Fisher.webp","n":"Awful Fisher"},{"id":1010,"c":1,"u":"ayperobo%20swarm_coa","p":238,"s":9,"h":1,"t":0,"uu":"ayperobo swarm|coa","m":"bestiary/tokens/CoA/Ayperobo Swarm.webp","n":"Ayperobo Swarm"},{"id":1011,"c":1,"u":"baalzebul_coa","p":219,"s":9,"h":1,"t":0,"uu":"baalzebul|coa","m":"bestiary/tokens/CoA/Baalzebul.webp","n":"Baalzebul"},{"id":1012,"c":1,"u":"barachiel_coa","p":263,"s":9,"h":1,"t":0,"uu":"barachiel|coa","m":"bestiary/tokens/CoA/Barachiel.webp","n":"Barachiel"},{"id":1013,"c":1,"u":"bel_coa","p":234,"s":9,"h":1,"t":0,"uu":"bel|coa","m":"bestiary/tokens/CoA/Bel.webp","n":"Bel"},{"id":1014,"c":1,"u":"belial_coa","p":221,"s":9,"h":1,"t":0,"uu":"belial|coa","m":"bestiary/tokens/CoA/Belial.webp","n":"Belial"},{"id":1015,"c":1,"u":"brother%20adramalech_coa","p":185,"s":9,"h":1,"t":0,"uu":"brother adramalech|coa","m":"bestiary/tokens/CoA/Brother Adramalech.webp","n":"Brother Adramalech"},{"id":1016,"c":1,"u":"brother%20morax_coa","p":186,"s":9,"h":1,"t":0,"uu":"brother morax|coa","m":"bestiary/tokens/CoA/Brother Morax.webp","n":"Brother Morax"},{"id":1017,"c":1,"u":"buer_coa","p":211,"s":9,"h":1,"t":0,"uu":"buer|coa","m":"bestiary/tokens/CoA/Buer.webp","n":"Buer"},{"id":1018,"c":1,"u":"corruption%20devil%20(paeliryon)_coa","p":239,"s":9,"h":1,"t":0,"uu":"corruption devil (paeliryon)|coa","m":"bestiary/tokens/CoA/Corruption Devil (Paeliryon).webp","n":"Corruption Devil (Paeliryon)"},{"id":1019,"c":1,"u":"demon%20ichor_coa","p":78,"s":9,"h":1,"t":0,"uu":"demon ichor|coa","m":"bestiary/tokens/CoA/Demon Ichor.webp","n":"Demon Ichor"},{"id":1020,"c":1,"u":"devorastus_coa","p":198,"s":9,"h":1,"t":0,"uu":"devorastus|coa","m":"bestiary/tokens/CoA/Devorastus.webp","n":"Devorastus"},{"id":1021,"c":1,"u":"dispater_coa","p":222,"s":9,"h":1,"t":0,"uu":"dispater|coa","m":"bestiary/tokens/CoA/Dispater.webp","n":"Dispater"},{"id":1022,"c":1,"u":"displacer%20fiend_coa","p":240,"s":9,"h":1,"t":0,"uu":"displacer fiend|coa","m":"bestiary/tokens/CoA/Displacer Fiend.webp","n":"Displacer Fiend"},{"id":1023,"c":1,"u":"ekengarik_coa","p":141,"s":9,"h":1,"t":0,"uu":"ekengarik|coa","m":"bestiary/tokens/CoA/Ekengarik.webp","n":"Ekengarik"},{"id":1024,"c":1,"u":"eriflamme_coa","p":121,"s":9,"h":1,"t":0,"uu":"eriflamme|coa","m":"bestiary/tokens/CoA/Eriflamme.webp","n":"Eriflamme"},{"id":1025,"c":1,"u":"fiendish%20formian_coa","p":144,"s":9,"h":1,"t":0,"uu":"fiendish formian|coa","m":"bestiary/tokens/CoA/Fiendish Formian.webp","n":"Fiendish Formian"},{"id":1026,"c":1,"u":"fierna_coa","p":225,"s":9,"h":1,"t":0,"uu":"fierna|coa","m":"bestiary/tokens/CoA/Fierna.webp","n":"Fierna"},{"id":1027,"c":1,"u":"fire%20kraken_coa","p":120,"s":9,"h":1,"t":0,"uu":"fire kraken|coa","m":"bestiary/tokens/CoA/Fire Kraken.webp","n":"Fire Kraken"},{"id":1028,"c":1,"u":"frozen%20golem_coa","p":132,"s":9,"h":1,"t":0,"uu":"frozen golem|coa","m":"bestiary/tokens/CoA/Frozen Golem.webp","n":"Frozen Golem"},{"id":1029,"c":1,"u":"glasya_coa","p":226,"s":9,"h":1,"t":0,"uu":"glasya|coa","m":"bestiary/tokens/CoA/Glasya.webp","n":"Glasya"},{"id":1030,"c":1,"u":"greater%20tyrant%20shadow_coa","p":256,"s":9,"h":1,"t":0,"uu":"greater tyrant shadow|coa","m":"bestiary/tokens/CoA/Greater Tyrant Shadow.webp","n":"Greater Tyrant Shadow"},{"id":1031,"c":1,"u":"grotesque%20tentacle_coa","p":78,"s":9,"h":1,"t":0,"uu":"grotesque tentacle|coa","m":"bestiary/tokens/CoA/Grotesque Tentacle.webp","n":"Grotesque Tentacle"},{"id":1032,"c":1,"u":"halog_coa","p":242,"s":9,"h":1,"t":0,"uu":"halog|coa","m":"bestiary/tokens/CoA/Halog.webp","n":"Halog"},{"id":1033,"c":1,"u":"hellcat%20(bezekira)_coa","p":244,"s":9,"h":1,"t":0,"uu":"hellcat (bezekira)|coa","m":"bestiary/tokens/CoA/Hellcat (Bezekira).webp","n":"Hellcat (Bezekira)"},{"id":1034,"c":1,"u":"icy%20simulacrum_coa","p":176,"s":9,"h":1,"t":0,"uu":"icy simulacrum|coa","m":"bestiary/tokens/CoA/Icy Simulacrum.webp","n":"Icy Simulacrum"},{"id":1035,"c":1,"u":"jenevere_coa","p":264,"s":9,"h":1,"t":0,"uu":"jenevere|coa","m":"bestiary/tokens/CoA/Jenevere.webp","n":"Jenevere"},{"id":1036,"c":1,"u":"koh%20tam_coa","p":265,"s":9,"h":1,"t":0,"uu":"koh tam|coa","m":"bestiary/tokens/CoA/Koh Tam.webp","n":"Koh Tam"},{"id":1037,"c":1,"u":"kuo-toa%20heretic_coa","p":129,"s":9,"h":1,"t":0,"uu":"kuo-toa heretic|coa","m":"bestiary/tokens/CoA/Kuo-toa Heretic.webp","n":"Kuo-toa Heretic"},{"id":1038,"c":1,"u":"lesser%20tyrant%20shadow_coa","p":255,"s":9,"h":1,"t":0,"uu":"lesser tyrant shadow|coa","m":"bestiary/tokens/CoA/Lesser Tyrant Shadow.webp","n":"Lesser Tyrant Shadow"},{"id":1039,"c":1,"u":"levistus_coa","p":229,"s":9,"h":1,"t":0,"uu":"levistus|coa","m":"bestiary/tokens/CoA/Levistus.webp","n":"Levistus"},{"id":1040,"c":1,"u":"maelephant%20nomad_coa","p":245,"s":9,"h":1,"t":0,"uu":"maelephant nomad|coa","m":"bestiary/tokens/CoA/Maelephant Nomad.webp","n":"Maelephant Nomad"},{"id":1041,"c":1,"u":"mammon_coa","p":230,"s":9,"h":1,"t":0,"uu":"mammon|coa","m":"bestiary/tokens/CoA/Mammon.webp","n":"Mammon"},{"id":1042,"c":1,"u":"mephistopheles_coa","p":223,"s":9,"h":1,"t":0,"uu":"mephistopheles|coa","m":"bestiary/tokens/CoA/Mephistopheles.webp","n":"Mephistopheles"},{"id":1043,"c":1,"u":"miasmorne_coa","p":246,"s":9,"h":1,"t":0,"uu":"miasmorne|coa","m":"bestiary/tokens/CoA/Miasmorne.webp","n":"Miasmorne"},{"id":1044,"c":1,"u":"oneirovore_coa","p":248,"s":9,"h":1,"t":0,"uu":"oneirovore|coa","m":"bestiary/tokens/CoA/Oneirovore.webp","n":"Oneirovore"},{"id":1045,"c":1,"u":"pain%20devil%20(excruciarch)_coa","p":249,"s":9,"h":1,"t":0,"uu":"pain devil (excruciarch)|coa","m":"bestiary/tokens/CoA/Pain Devil (Excruciarch).webp","n":"Pain Devil (Excruciarch)"},{"id":1046,"c":1,"u":"ramius_coa","p":24,"s":9,"h":1,"t":0,"uu":"ramius|coa","m":"bestiary/tokens/CoA/Ramius.webp","n":"Ramius"},{"id":1047,"c":1,"u":"regular%20orthoclath_coa","p":171,"s":9,"h":1,"t":0,"uu":"regular orthoclath|coa","m":"bestiary/tokens/CoA/Regular Orthoclath.webp","n":"Regular Orthoclath"},{"id":1048,"c":1,"u":"rimmon_coa","p":209,"s":9,"h":1,"t":0,"uu":"rimmon|coa","m":"bestiary/tokens/CoA/Rimmon.webp","n":"Rimmon"},{"id":1049,"c":1,"u":"roth%c3%a9_coa","p":48,"s":9,"h":1,"t":0,"uu":"rothé|coa","m":"bestiary/tokens/CoA/Rothe.webp","n":"Rothe"},{"id":1050,"c":1,"u":"sarevok_coa","p":48,"s":9,"h":1,"t":0,"uu":"sarevok|coa","m":"bestiary/tokens/CoA/Sarevok.webp","n":"Sarevok"},{"id":1051,"c":1,"u":"shredwing_coa","p":250,"s":9,"h":1,"t":0,"uu":"shredwing|coa","m":"bestiary/tokens/CoA/Shredwing.webp","n":"Shredwing"},{"id":1052,"c":1,"u":"slayer_coa","p":30,"s":9,"h":1,"t":0,"uu":"slayer|coa","m":"bestiary/tokens/CoA/Slayer.webp","n":"Slayer"},{"id":1053,"c":1,"u":"styx%20dragon_coa","p":252,"s":9,"h":1,"t":0,"uu":"styx dragon|coa","m":"bestiary/tokens/CoA/Styx Dragon.webp","n":"Styx Dragon"},{"id":1054,"c":1,"u":"tiax_coa","p":266,"s":9,"h":1,"t":0,"uu":"tiax|coa","m":"bestiary/tokens/CoA/Tiax.webp","n":"Tiax"},{"id":1055,"c":1,"u":"tyrant%20shadow_coa","p":255,"s":9,"h":1,"t":0,"uu":"tyrant shadow|coa","m":"bestiary/tokens/CoA/Tyrant Shadow.webp","n":"Tyrant Shadow"},{"id":1056,"c":1,"u":"vorvolaka_coa","p":258,"s":9,"h":1,"t":0,"uu":"vorvolaka|coa","m":"bestiary/tokens/CoA/Vorvolaka.webp","n":"Vorvolaka"},{"id":1057,"c":1,"u":"waeloquay_coa","p":175,"s":9,"h":1,"t":0,"uu":"waeloquay|coa","m":"bestiary/tokens/CoA/Waeloquay.webp","n":"Waeloquay"},{"id":1058,"c":1,"u":"war%20devil_coa","p":260,"s":9,"h":1,"t":0,"uu":"war devil|coa","m":"bestiary/tokens/CoA/War Devil.webp","n":"War Devil"},{"id":1059,"c":1,"u":"zagum_coa","p":210,"s":9,"h":1,"t":0,"uu":"zagum|coa","m":"bestiary/tokens/CoA/Zagum.webp","n":"Zagum"},{"id":1060,"c":1,"u":"zariel_coa","p":235,"s":9,"h":1,"t":0,"uu":"zariel|coa","m":"bestiary/tokens/CoA/Zariel.webp","n":"Zariel"},{"id":1061,"c":1,"u":"zythan_coa","p":26,"s":9,"h":1,"t":0,"uu":"zythan|coa","m":"bestiary/tokens/CoA/Zythan.webp","n":"Zythan"},{"id":1062,"c":1,"u":"acidic%20mist%20apparition_gotsf","p":6,"s":10,"h":1,"t":0,"uu":"acidic mist apparition|gotsf","m":"bestiary/tokens/GotSF/Acidic Mist Apparition.webp","n":"Acidic Mist Apparition"},{"id":1063,"c":1,"u":"achaierai_mabjov","p":131,"s":11,"h":1,"t":0,"uu":"achaierai|mabjov","m":"bestiary/tokens/MaBJoV/Achaierai.webp","n":"Achaierai"},{"id":1064,"c":1,"u":"aribeth%20de%20tylmarande_mabjov","p":108,"s":11,"h":1,"t":0,"uu":"aribeth de tylmarande|mabjov","m":"bestiary/tokens/MaBJoV/Aribeth de Tylmarande.webp","n":"Aribeth de Tylmarande"},{"id":1065,"c":1,"u":"baalzebul_mabjov","p":92,"s":11,"h":1,"t":0,"uu":"baalzebul|mabjov","m":"bestiary/tokens/MaBJoV/Baalzebul.webp","n":"Baalzebul"},{"id":1066,"c":1,"u":"bebilith_mabjov","p":133,"s":11,"h":1,"t":0,"uu":"bebilith|mabjov","m":"bestiary/tokens/MaBJoV/Bebilith.webp","n":"Bebilith"},{"id":1067,"c":1,"u":"bhaal%2c%20ravager_mabjov","p":95,"s":11,"h":1,"t":0,"uu":"bhaal, ravager|mabjov","m":"bestiary/tokens/MaBJoV/Bhaal, Ravager.webp","n":"Bhaal, Ravager"},{"id":1068,"c":1,"u":"bhaal%2c%20slayer_mabjov","p":93,"s":11,"h":1,"t":0,"uu":"bhaal, slayer|mabjov","m":"bestiary/tokens/MaBJoV/Bhaal, Slayer.webp","n":"Bhaal, Slayer"},{"id":1069,"c":1,"u":"bodhi%20irenicus_mabjov","p":77,"s":11,"h":1,"t":0,"uu":"bodhi irenicus|mabjov","m":"bestiary/tokens/MaBJoV/Bodhi Irenicus.webp","n":"Bodhi Irenicus"},{"id":1070,"c":1,"u":"borivik%20windheim_mabjov","p":56,"s":11,"h":1,"t":0,"uu":"borivik windheim|mabjov","m":"bestiary/tokens/MaBJoV/Borivik Windheim.webp","n":"Borivik Windheim"},{"id":1071,"c":1,"u":"cornelius%20watson_mabjov","p":30,"s":11,"h":1,"t":0,"uu":"cornelius watson|mabjov","m":"bestiary/tokens/MaBJoV/Cornelius Watson.webp","n":"Cornelius Watson"},{"id":1072,"c":1,"u":"cryonax_mabjov","p":98,"s":11,"h":1,"t":0,"uu":"cryonax|mabjov","m":"bestiary/tokens/MaBJoV/Cryonax.webp","n":"Cryonax"},{"id":1073,"c":1,"u":"dagryn_mabjov","p":110,"s":11,"h":1,"t":0,"uu":"dagryn|mabjov","m":"bestiary/tokens/MaBJoV/Dagryn.webp","n":"Dagryn"},{"id":1074,"c":1,"u":"darien_mabjov","p":112,"s":11,"h":1,"t":0,"uu":"darien|mabjov","m":"bestiary/tokens/MaBJoV/Darien.webp","n":"Darien"},{"id":1075,"c":1,"u":"deep%20spider_mabjov","p":151,"s":11,"h":1,"t":0,"uu":"deep spider|mabjov","m":"bestiary/tokens/MaBJoV/Deep Spider.webp","n":"Deep Spider"},{"id":1076,"c":1,"u":"dread%20doppelganger_mabjov","p":139,"s":11,"h":1,"t":0,"uu":"dread doppelganger|mabjov","m":"bestiary/tokens/MaBJoV/Dread Doppelganger.webp","n":"Dread Doppelganger"},{"id":1077,"c":1,"u":"edwin%20odesseiron_mabjov","p":114,"s":11,"h":1,"t":0,"uu":"edwin odesseiron|mabjov","m":"bestiary/tokens/MaBJoV/Edwin Odesseiron.webp","n":"Edwin Odesseiron"},{"id":1078,"c":1,"u":"eo%20ashmajiir_mabjov","p":116,"s":11,"h":1,"t":0,"uu":"eo ashmajiir|mabjov","m":"bestiary/tokens/MaBJoV/Eo Ashmajiir.webp","n":"Eo Ashmajiir"},{"id":1079,"c":1,"u":"faldorn_mabjov","p":50,"s":11,"h":1,"t":0,"uu":"faldorn|mabjov","m":"bestiary/tokens/MaBJoV/Faldorn.webp","n":"Faldorn"},{"id":1080,"c":1,"u":"farastu%20stalker_mabjov","p":135,"s":11,"h":1,"t":0,"uu":"farastu stalker|mabjov","m":"bestiary/tokens/MaBJoV/Farastu Stalker.webp","n":"Farastu Stalker"},{"id":1081,"c":1,"u":"farastu%20stalker_mabjov","p":135,"s":11,"h":1,"t":0,"uu":"farastu stalker|mabjov","m":"bestiary/tokens/MaBJoV/Farastu Stalker.webp","n":"Demodand"},{"id":1082,"c":1,"u":"flimp%20shagglecran_mabjov","p":32,"s":11,"h":1,"t":0,"uu":"flimp shagglecran|mabjov","m":"bestiary/tokens/MaBJoV/Flimp Shagglecran.webp","n":"Flimp Shagglecran"},{"id":1083,"c":1,"u":"gibberling_mabjov","p":141,"s":11,"h":1,"t":0,"uu":"gibberling|mabjov","m":"bestiary/tokens/MaBJoV/Gibberling.webp","n":"Gibberling"},{"id":1084,"c":1,"u":"hamadryad_mabjov","p":143,"s":11,"h":1,"t":0,"uu":"hamadryad|mabjov","m":"bestiary/tokens/MaBJoV/Hamadryad.webp","n":"Hamadryad"},{"id":1085,"c":1,"u":"imoen_mabjov","p":88,"s":11,"h":1,"t":0,"uu":"imoen|mabjov","m":"bestiary/tokens/MaBJoV/Imoen.webp","n":"Imoen"},{"id":1086,"c":1,"u":"jaheira_mabjov","p":60,"s":11,"h":1,"t":0,"uu":"jaheira|mabjov","m":"bestiary/tokens/MaBJoV/Jaheira.webp","n":"Jaheira"},{"id":1087,"c":1,"u":"jon%20irenicus_mabjov","p":73,"s":11,"h":1,"t":0,"uu":"jon irenicus|mabjov","m":"bestiary/tokens/MaBJoV/Jon Irenicus.webp","n":"Jon Irenicus"},{"id":1088,"c":1,"u":"kagain_mabjov","p":118,"s":11,"h":1,"t":0,"uu":"kagain|mabjov","m":"bestiary/tokens/MaBJoV/Kagain.webp","n":"Kagain"},{"id":1089,"c":1,"u":"kelubar%20consul_mabjov","p":136,"s":11,"h":1,"t":0,"uu":"kelubar consul|mabjov","m":"bestiary/tokens/MaBJoV/Kelubar Consul.webp","n":"Kelubar Consul"},{"id":1090,"c":1,"u":"kelubar%20consul_mabjov","p":136,"s":11,"h":1,"t":0,"uu":"kelubar consul|mabjov","m":"bestiary/tokens/MaBJoV/Kelubar Consul.webp","n":"Demodand"},{"id":1091,"c":1,"u":"kivan_mabjov","p":48,"s":11,"h":1,"t":0,"uu":"kivan|mabjov","m":"bestiary/tokens/MaBJoV/Kivan.webp","n":"Kivan"},{"id":1092,"c":1,"u":"lothar_mabjov","p":80,"s":11,"h":1,"t":0,"uu":"lothar|mabjov","m":"bestiary/tokens/MaBJoV/Lothar.webp","n":"Lothar"},{"id":1093,"c":1,"u":"mephistopheles_mabjov","p":101,"s":11,"h":1,"t":0,"uu":"mephistopheles|mabjov","m":"bestiary/tokens/MaBJoV/Mephistopheles.webp","n":"Mephistopheles"},{"id":1094,"c":1,"u":"minsc%20and%20boo!_mabjov","p":68,"s":11,"h":1,"t":0,"uu":"minsc and boo!|mabjov","m":"bestiary/tokens/MaBJoV/Minsc and Boo!.webp","n":"Minsc and Boo!"},{"id":1095,"c":1,"u":"montaron%20and%20the%20laughing%20skull_mabjov","p":86,"s":11,"h":1,"t":0,"uu":"montaron and the laughing skull|mabjov","m":"bestiary/tokens/MaBJoV/Montaron and the Laughing Skull.webp","n":"Montaron and the Laughing Skull"},{"id":1096,"c":1,"u":"naes%20inuus_mabjov","p":42,"s":11,"h":1,"t":0,"uu":"naes inuus|mabjov","m":"bestiary/tokens/MaBJoV/Naes Inuus.webp","n":"Naes Inuus"},{"id":1097,"c":1,"u":"nauk_mabjov","p":54,"s":11,"h":1,"t":0,"uu":"nauk|mabjov","m":"bestiary/tokens/MaBJoV/Nauk.webp","n":"Nauk"},{"id":1098,"c":1,"u":"pazuzu_mabjov","p":104,"s":11,"h":1,"t":0,"uu":"pazuzu|mabjov","m":"bestiary/tokens/MaBJoV/Pazuzu.webp","n":"Pazuzu"},{"id":1099,"c":1,"u":"pelyious%20avhoste_mabjov","p":120,"s":11,"h":1,"t":0,"uu":"pelyious avhoste|mabjov","m":"bestiary/tokens/MaBJoV/Pelyious Avhoste.webp","n":"Pelyious Avhoste"},{"id":1100,"c":1,"u":"phaerimm_mabjov","p":145,"s":11,"h":1,"t":0,"uu":"phaerimm|mabjov","m":"bestiary/tokens/MaBJoV/Phaerimm.webp","n":"Phaerimm"},{"id":1101,"c":1,"u":"saemon%20havarian_mabjov","p":122,"s":11,"h":1,"t":0,"uu":"saemon havarian|mabjov","m":"bestiary/tokens/MaBJoV/Saemon Havarian.webp","n":"Saemon Havarian"},{"id":1102,"c":1,"u":"sarevok_mabjov","p":124,"s":11,"h":1,"t":0,"uu":"sarevok|mabjov","m":"bestiary/tokens/MaBJoV/Sarevok.webp","n":"Sarevok"},{"id":1103,"c":1,"u":"shator%20warden_mabjov","p":137,"s":11,"h":1,"t":0,"uu":"shator warden|mabjov","m":"bestiary/tokens/MaBJoV/Shator Warden.webp","n":"Shator Warden"},{"id":1104,"c":1,"u":"shator%20warden_mabjov","p":137,"s":11,"h":1,"t":0,"uu":"shator warden|mabjov","m":"bestiary/tokens/MaBJoV/Shator Warden.webp","n":"Demodand"},{"id":1105,"c":1,"u":"sirene_mabjov","p":147,"s":11,"h":1,"t":0,"uu":"sirene|mabjov","m":"bestiary/tokens/MaBJoV/Sirene.webp","n":"Sirene"},{"id":1106,"c":1,"u":"skeleton%20lord_mabjov","p":148,"s":11,"h":1,"t":0,"uu":"skeleton lord|mabjov","m":"bestiary/tokens/MaBJoV/Skeleton Lord.webp","n":"Skeleton Lord"},{"id":1107,"c":1,"u":"skeleton%20warrior_mabjov","p":149,"s":11,"h":1,"t":0,"uu":"skeleton warrior|mabjov","m":"bestiary/tokens/MaBJoV/Skeleton Warrior.webp","n":"Skeleton Warrior"},{"id":1108,"c":1,"u":"ssendam%2c%20lord%20of%20madness_mabjov","p":107,"s":11,"h":1,"t":0,"uu":"ssendam, lord of madness|mabjov","m":"bestiary/tokens/MaBJoV/Ssendam, Lord of Madness.webp","n":"Ssendam, Lord of Madness"},{"id":1109,"c":1,"u":"suldil%20baldoriel_mabjov","p":66,"s":11,"h":1,"t":0,"uu":"suldil baldoriel|mabjov","m":"bestiary/tokens/MaBJoV/Suldil Baldoriel.webp","n":"Suldil Baldoriel"},{"id":1110,"c":1,"u":"sword%20spider_mabjov","p":151,"s":11,"h":1,"t":0,"uu":"sword spider|mabjov","m":"bestiary/tokens/MaBJoV/Sword Spider.webp","n":"Sword Spider"},{"id":1111,"c":1,"u":"tasloi_mabjov","p":153,"s":11,"h":1,"t":0,"uu":"tasloi|mabjov","m":"bestiary/tokens/MaBJoV/Tasloi.webp","n":"Tasloi"},{"id":1112,"c":1,"u":"tasloi%20sniper_mabjov","p":153,"s":11,"h":1,"t":0,"uu":"tasloi sniper|mabjov","m":"bestiary/tokens/MaBJoV/Tasloi Sniper.webp","n":"Tasloi Sniper"},{"id":1113,"c":1,"u":"tiberius%20inuus_mabjov","p":44,"s":11,"h":1,"t":0,"uu":"tiberius inuus|mabjov","m":"bestiary/tokens/MaBJoV/Tiberius Inuus.webp","n":"Tiberius Inuus"},{"id":1114,"c":1,"u":"valygar_mabjov","p":36,"s":11,"h":1,"t":0,"uu":"valygar|mabjov","m":"bestiary/tokens/MaBJoV/Valygar.webp","n":"Valygar"},{"id":1115,"c":1,"u":"vellin%20farstride_mabjov","p":62,"s":11,"h":1,"t":0,"uu":"vellin farstride|mabjov","m":"bestiary/tokens/MaBJoV/Vellin Farstride.webp","n":"Vellin Farstride"},{"id":1116,"c":1,"u":"viconia%20devir_mabjov","p":126,"s":11,"h":1,"t":0,"uu":"viconia devir|mabjov","m":"bestiary/tokens/MaBJoV/Viconia DeVir.webp","n":"Viconia DeVir"},{"id":1117,"c":1,"u":"viktor_mabjov","p":82,"s":11,"h":1,"t":0,"uu":"viktor|mabjov","m":"bestiary/tokens/MaBJoV/Viktor.webp","n":"Viktor"},{"id":1118,"c":1,"u":"wolfwere_mabjov","p":155,"s":11,"h":1,"t":0,"uu":"wolfwere|mabjov","m":"bestiary/tokens/MaBJoV/Wolfwere.webp","n":"Wolfwere"},{"id":1119,"c":1,"u":"wolfwere%20alpha_mabjov","p":154,"s":11,"h":1,"t":0,"uu":"wolfwere alpha|mabjov","m":"bestiary/tokens/MaBJoV/Wolfwere Alpha.webp","n":"Wolfwere Alpha"},{"id":1120,"c":1,"u":"xan%20moonblade_mabjov","p":38,"s":11,"h":1,"t":0,"uu":"xan moonblade|mabjov","m":"bestiary/tokens/MaBJoV/Xan Moonblade.webp","n":"Xan Moonblade"},{"id":1121,"c":1,"u":"xzar%20the%20chaos%20clone_mabjov","p":128,"s":11,"h":1,"t":0,"uu":"xzar the chaos clone|mabjov","m":"bestiary/tokens/MaBJoV/Xzar the Chaos Clone.webp","n":"Xzar the Chaos Clone"},{"id":1122,"c":1,"u":"assassin%20bug_mff","p":4,"s":12,"h":1,"t":0,"uu":"assassin bug|mff","m":"bestiary/tokens/MFF/Assassin Bug.webp","n":"Assassin Bug"},{"id":1123,"c":1,"u":"blindheim_mff","p":5,"s":12,"h":1,"t":0,"uu":"blindheim|mff","m":"bestiary/tokens/MFF/Blindheim.webp","n":"Blindheim"},{"id":1124,"c":1,"u":"crab%20folk_mff","p":6,"s":12,"h":1,"t":0,"uu":"crab folk|mff","m":"bestiary/tokens/MFF/Crab Folk.webp","n":"Crab Folk"},{"id":1125,"c":1,"u":"dire%20corby_mff","p":7,"s":12,"h":1,"t":0,"uu":"dire corby|mff","m":"bestiary/tokens/MFF/Dire Corby.webp","n":"Dire Corby"},{"id":1126,"c":1,"u":"eye%20of%20fear%20and%20flame_mff","p":8,"s":12,"h":1,"t":0,"uu":"eye of fear and flame|mff","m":"bestiary/tokens/MFF/Eye of Fear and Flame.webp","n":"Eye of Fear and Flame"},{"id":1127,"c":1,"u":"fog%20giant_mff","p":10,"s":12,"h":1,"t":0,"uu":"fog giant|mff","m":"bestiary/tokens/MFF/Fog Giant.webp","n":"Fog Giant"},{"id":1128,"c":1,"u":"forlarren_mff","p":9,"s":12,"h":1,"t":0,"uu":"forlarren|mff","m":"bestiary/tokens/MFF/Forlarren.webp","n":"Forlarren"},{"id":1129,"c":1,"u":"jermlaine_mff","p":11,"s":12,"h":1,"t":0,"uu":"jermlaine|mff","m":"bestiary/tokens/MFF/Jermlaine.webp","n":"Jermlaine"},{"id":1130,"c":1,"u":"khargra_mff","p":12,"s":12,"h":1,"t":0,"uu":"khargra|mff","m":"bestiary/tokens/MFF/Khargra.webp","n":"Khargra"},{"id":1131,"c":1,"u":"killmoulis_mff","p":13,"s":12,"h":1,"t":0,"uu":"killmoulis|mff","m":"bestiary/tokens/MFF/Killmoulis.webp","n":"Killmoulis"},{"id":1132,"c":1,"u":"mite_mff","p":14,"s":12,"h":1,"t":0,"uu":"mite|mff","m":"bestiary/tokens/MFF/Mite.webp","n":"Mite"},{"id":1133,"c":1,"u":"needle%20lord_mff","p":16,"s":12,"h":1,"t":0,"uu":"needle lord|mff","m":"bestiary/tokens/MFF/Needle Lord.webp","n":"Needle Lord"},{"id":1134,"c":1,"u":"needle%20spawn_mff","p":16,"s":12,"h":1,"t":0,"uu":"needle spawn|mff","m":"bestiary/tokens/MFF/Needle Spawn.webp","n":"Needle Spawn"},{"id":1135,"c":1,"u":"norker_mff","p":17,"s":12,"h":1,"t":0,"uu":"norker|mff","m":"bestiary/tokens/MFF/Norker.webp","n":"Norker"},{"id":1136,"c":1,"u":"norker%20war%20leader_mff","p":17,"s":12,"h":1,"t":0,"uu":"norker war leader|mff","m":"bestiary/tokens/MFF/Norker War Leader.webp","n":"Norker War Leader"},{"id":1137,"c":1,"u":"screaming%20devilkin_mff","p":19,"s":12,"h":1,"t":0,"uu":"screaming devilkin|mff","m":"bestiary/tokens/MFF/Screaming Devilkin.webp","n":"Screaming Devilkin"},{"id":1138,"c":1,"u":"xill_mff","p":21,"s":12,"h":1,"t":0,"uu":"xill|mff","m":"bestiary/tokens/MFF/Xill.webp","n":"Xill"},{"id":1139,"c":1,"u":"ygorl%2c%20lord%20of%20entropy_mff","p":20,"s":12,"h":1,"t":0,"uu":"ygorl, lord of entropy|mff","m":"bestiary/tokens/MFF/Ygorl, Lord of Entropy.webp","n":"Ygorl, Lord of Entropy"},{"id":1140,"c":1,"u":"adult%20sapphire%20dragon_sads","p":1,"s":13,"h":1,"t":0,"uu":"adult sapphire dragon|sads","m":"bestiary/tokens/SADS/Adult Sapphire Dragon.webp","n":"Adult Sapphire Dragon"},{"id":1141,"c":1,"u":"vecna%20the%20archlich_vd","s":14,"h":1,"t":0,"uu":"vecna the archlich|vd","m":"bestiary/tokens/VD/Vecna the Archlich.webp","n":"Vecna the Archlich"},{"id":1142,"c":1,"u":"ancient%20deep%20crow_ai","p":211,"s":15,"h":1,"t":0,"uu":"ancient deep crow|ai","m":"bestiary/tokens/AI/Ancient Deep Crow.webp","n":"Ancient Deep Crow"},{"id":1143,"c":1,"u":"auspicia%20dran_ai","p":208,"s":15,"h":1,"t":0,"uu":"auspicia dran|ai","m":"bestiary/tokens/AI/Auspicia Dran.webp","n":"Auspicia Dran"},{"id":1144,"c":1,"u":"brahma%20lutier_ai","p":205,"s":15,"h":1,"t":0,"uu":"brahma lutier|ai","m":"bestiary/tokens/AI/Brahma Lutier.webp","n":"Brahma Lutier"},{"id":1145,"c":1,"u":"chaos%20quadrapod_ai","p":209,"s":15,"h":1,"t":0,"uu":"chaos quadrapod|ai","m":"bestiary/tokens/AI/Chaos Quadrapod.webp","n":"Chaos Quadrapod"},{"id":1146,"c":1,"u":"clockwork%20dragon_ai","p":209,"s":15,"h":1,"t":0,"uu":"clockwork dragon|ai","m":"bestiary/tokens/AI/Clockwork Dragon.webp","n":"Clockwork Dragon"},{"id":1147,"c":1,"u":"deep%20crow_ai","p":210,"s":15,"h":1,"t":0,"uu":"deep crow|ai","m":"bestiary/tokens/AI/Deep Crow.webp","n":"Deep Crow"},{"id":1148,"c":1,"u":"donaar%20blit'zen_ai","p":201,"s":15,"h":1,"t":0,"uu":"donaar blit'zen|ai","m":"bestiary/tokens/AI/Donaar Blit'zen.webp","n":"Donaar Blit'zen"},{"id":1149,"c":1,"u":"flabbergast_ai","p":200,"s":15,"h":1,"t":0,"uu":"flabbergast|ai","m":"bestiary/tokens/AI/Flabbergast.webp","n":"Flabbergast"},{"id":1150,"c":1,"u":"jim%20darkmagic_ai","p":197,"s":15,"h":1,"t":0,"uu":"jim darkmagic|ai","m":"bestiary/tokens/AI/Jim Darkmagic.webp","n":"Jim Darkmagic"},{"id":1151,"c":1,"u":"k'thriss%20drow'b_ai","p":202,"s":15,"h":1,"t":0,"uu":"k'thriss drow'b|ai","m":"bestiary/tokens/AI/K'thriss Drow'b.webp","n":"K'thriss Drow'b"},{"id":1152,"c":1,"u":"keg%20robot_ai","p":212,"s":15,"h":1,"t":0,"uu":"keg robot|ai","m":"bestiary/tokens/AI/Keg Robot.webp","n":"Keg Robot"},{"id":1153,"c":1,"u":"m%c3%b4rg%c3%a6n_ai","p":199,"s":15,"h":1,"t":0,"uu":"môrgæn|ai","m":"bestiary/tokens/AI/Morgaen.webp","n":"Morgaen"},{"id":1154,"c":1,"u":"oak%20truestrike_ai","p":205,"s":15,"h":1,"t":0,"uu":"oak truestrike|ai","m":"bestiary/tokens/AI/Oak Truestrike.webp","n":"Oak Truestrike"},{"id":1155,"c":1,"u":"omin%20dran_ai","p":196,"s":15,"h":1,"t":0,"uu":"omin dran|ai","m":"bestiary/tokens/AI/Omin Dran.webp","n":"Omin Dran"},{"id":1156,"c":1,"u":"pendragon%20beestinger_ai","p":206,"s":15,"h":1,"t":0,"uu":"pendragon beestinger|ai","m":"bestiary/tokens/AI/Pendragon Beestinger.webp","n":"Pendragon Beestinger"},{"id":1157,"c":1,"u":"phoenix%20anvil_ai","p":206,"s":15,"h":1,"t":0,"uu":"phoenix anvil|ai","m":"bestiary/tokens/AI/Phoenix Anvil.webp","n":"Phoenix Anvil"},{"id":1158,"c":1,"u":"portentia%20dran_ai","p":208,"s":15,"h":1,"t":0,"uu":"portentia dran|ai","m":"bestiary/tokens/AI/Portentia Dran.webp","n":"Portentia Dran"},{"id":1159,"c":1,"u":"prophetess%20dran_ai","p":208,"s":15,"h":1,"t":0,"uu":"prophetess dran|ai","m":"bestiary/tokens/AI/Prophetess Dran.webp","n":"Prophetess Dran"},{"id":1160,"c":1,"u":"rosie%20beestinger_ai","p":203,"s":15,"h":1,"t":0,"uu":"rosie beestinger|ai","m":"bestiary/tokens/AI/Rosie Beestinger.webp","n":"Rosie Beestinger"},{"id":1161,"c":1,"u":"splugoth%20the%20returned_ai","p":213,"s":15,"h":1,"t":0,"uu":"splugoth the returned|ai","m":"bestiary/tokens/AI/Splugoth the Returned.webp","n":"Splugoth the Returned"},{"id":1162,"c":1,"u":"viari_ai","p":198,"s":15,"h":1,"t":0,"uu":"viari|ai","m":"bestiary/tokens/AI/Viari.webp","n":"Viari"},{"id":1163,"c":1,"u":"walnut%20dankgrass_ai","p":204,"s":15,"h":1,"t":0,"uu":"walnut dankgrass|ai","m":"bestiary/tokens/AI/Walnut Dankgrass.webp","n":"Walnut Dankgrass"},{"id":1164,"c":1,"u":"aartuk%20elder_bam","p":8,"s":16,"h":1,"t":0,"uu":"aartuk elder|bam","m":"bestiary/tokens/BAM/Aartuk Elder.webp","n":"Aartuk Elder"},{"id":1165,"c":1,"u":"aartuk%20starhorror_bam","p":9,"s":16,"h":1,"t":0,"uu":"aartuk starhorror|bam","m":"bestiary/tokens/BAM/Aartuk Starhorror.webp","n":"Aartuk Starhorror"},{"id":1166,"c":1,"u":"aartuk%20weedling_bam","p":9,"s":16,"h":1,"t":0,"uu":"aartuk weedling|bam","m":"bestiary/tokens/BAM/Aartuk Weedling.webp","n":"Aartuk Weedling"},{"id":1167,"c":1,"u":"adult%20lunar%20dragon_bam","p":34,"s":16,"h":1,"t":0,"uu":"adult lunar dragon|bam","m":"bestiary/tokens/BAM/Adult Lunar Dragon.webp","n":"Adult Lunar Dragon"},{"id":1168,"c":1,"u":"adult%20solar%20dragon_bam","p":52,"s":16,"h":1,"t":0,"uu":"adult solar dragon|bam","m":"bestiary/tokens/BAM/Adult Solar Dragon.webp","n":"Adult Solar Dragon"},{"id":1169,"c":1,"u":"ancient%20lunar%20dragon_bam","p":32,"s":16,"h":1,"t":0,"uu":"ancient lunar dragon|bam","m":"bestiary/tokens/BAM/Ancient Lunar Dragon.webp","n":"Ancient Lunar Dragon"},{"id":1170,"c":1,"u":"ancient%20solar%20dragon_bam","p":50,"s":16,"h":1,"t":0,"uu":"ancient solar dragon|bam","m":"bestiary/tokens/BAM/Ancient Solar Dragon.webp","n":"Ancient Solar Dragon"},{"id":1171,"c":1,"u":"astral%20elf%20aristocrat_bam","p":11,"s":16,"h":1,"t":0,"uu":"astral elf aristocrat|bam","m":"bestiary/tokens/BAM/Astral Elf Aristocrat.webp","n":"Astral Elf Aristocrat"},{"id":1172,"c":1,"u":"astral%20elf%20commander_bam","p":12,"s":16,"h":1,"t":0,"uu":"astral elf commander|bam","m":"bestiary/tokens/BAM/Astral Elf Commander.webp","n":"Astral Elf Commander"},{"id":1173,"c":1,"u":"astral%20elf%20honor%20guard_bam","p":12,"s":16,"h":1,"t":0,"uu":"astral elf honor guard|bam","m":"bestiary/tokens/BAM/Astral Elf Honor Guard.webp","n":"Astral Elf Honor Guard"},{"id":1174,"c":1,"u":"astral%20elf%20star%20priest_bam","p":13,"s":16,"h":1,"t":0,"uu":"astral elf star priest|bam","m":"bestiary/tokens/BAM/Astral Elf Star Priest.webp","n":"Astral Elf Star Priest"},{"id":1175,"c":1,"u":"astral%20elf%20warrior_bam","p":13,"s":16,"h":1,"t":0,"uu":"astral elf warrior|bam","m":"bestiary/tokens/BAM/Astral Elf Warrior.webp","n":"Astral Elf Warrior"},{"id":1176,"c":1,"u":"autognome_bam","p":13,"s":16,"h":1,"t":0,"uu":"autognome|bam","m":"bestiary/tokens/BAM/Autognome.webp","n":"Autognome"},{"id":1177,"c":1,"u":"b'rohg_bam","p":16,"s":16,"h":1,"t":0,"uu":"b'rohg|bam","m":"bestiary/tokens/BAM/B'rohg.webp","n":"B'rohg"},{"id":1178,"c":1,"u":"braxat_bam","p":15,"s":16,"h":1,"t":0,"uu":"braxat|bam","m":"bestiary/tokens/BAM/Braxat.webp","n":"Braxat"},{"id":1179,"c":1,"u":"brown%20scavver_bam","p":49,"s":16,"h":1,"t":0,"uu":"brown scavver|bam","m":"bestiary/tokens/BAM/Brown Scavver.webp","n":"Brown Scavver"},{"id":1180,"c":1,"u":"chwinga%20astronaut_bam","p":17,"s":16,"h":1,"t":0,"uu":"chwinga astronaut|bam","m":"bestiary/tokens/BAM/Chwinga Astronaut.webp","n":"Chwinga Astronaut"},{"id":1181,"c":1,"u":"cosmic%20horror_bam","p":18,"s":16,"h":1,"t":0,"uu":"cosmic horror|bam","m":"bestiary/tokens/BAM/Cosmic Horror.webp","n":"Cosmic Horror"},{"id":1182,"c":1,"u":"dohwar_bam","p":19,"s":16,"h":1,"t":0,"uu":"dohwar|bam","m":"bestiary/tokens/BAM/Dohwar.webp","n":"Dohwar"},{"id":1183,"c":1,"u":"esthetic_bam","p":20,"s":16,"h":1,"t":0,"uu":"esthetic|bam","m":"bestiary/tokens/BAM/Esthetic.webp","n":"Esthetic"},{"id":1184,"c":1,"u":"eye%20monger_bam","p":21,"s":16,"h":1,"t":0,"uu":"eye monger|bam","m":"bestiary/tokens/BAM/Eye Monger.webp","n":"Eye Monger"},{"id":1185,"c":1,"u":"feyr_bam","p":22,"s":16,"h":1,"t":0,"uu":"feyr|bam","m":"bestiary/tokens/BAM/Feyr.webp","n":"Feyr"},{"id":1186,"c":1,"u":"gaj_bam","p":23,"s":16,"h":1,"t":0,"uu":"gaj|bam","m":"bestiary/tokens/BAM/Gaj.webp","n":"Gaj"},{"id":1187,"c":1,"u":"giant%20space%20hamster_bam","p":56,"s":16,"h":1,"t":0,"uu":"giant space hamster|bam","m":"bestiary/tokens/BAM/Giant Space Hamster.webp","n":"Giant Space Hamster"},{"id":1188,"c":1,"u":"giff%20shipmate_bam","p":24,"s":16,"h":1,"t":0,"uu":"giff shipmate|bam","m":"bestiary/tokens/BAM/Giff Shipmate.webp","n":"Giff Shipmate"},{"id":1189,"c":1,"u":"giff%20shock%20trooper_bam","p":25,"s":16,"h":1,"t":0,"uu":"giff shock trooper|bam","m":"bestiary/tokens/BAM/Giff Shock Trooper.webp","n":"Giff Shock Trooper"},{"id":1190,"c":1,"u":"giff%20warlord_bam","p":25,"s":16,"h":1,"t":0,"uu":"giff warlord|bam","m":"bestiary/tokens/BAM/Giff Warlord.webp","n":"Giff Warlord"},{"id":1191,"c":1,"u":"githyanki%20buccaneer_bam","p":27,"s":16,"h":1,"t":0,"uu":"githyanki buccaneer|bam","m":"bestiary/tokens/BAM/Githyanki Buccaneer.webp","n":"Githyanki Buccaneer"},{"id":1192,"c":1,"u":"githyanki%20star%20seer_bam","p":27,"s":16,"h":1,"t":0,"uu":"githyanki star seer|bam","m":"bestiary/tokens/BAM/Githyanki Star Seer.webp","n":"Githyanki Star Seer"},{"id":1193,"c":1,"u":"githyanki%20xenomancer_bam","p":27,"s":16,"h":1,"t":0,"uu":"githyanki xenomancer|bam","m":"bestiary/tokens/BAM/Githyanki Xenomancer.webp","n":"Githyanki Xenomancer"},{"id":1194,"c":1,"u":"gray%20scavver_bam","p":49,"s":16,"h":1,"t":0,"uu":"gray scavver|bam","m":"bestiary/tokens/BAM/Gray Scavver.webp","n":"Gray Scavver"},{"id":1195,"c":1,"u":"hadozee%20explorer_bam","p":28,"s":16,"h":1,"t":0,"uu":"hadozee explorer|bam","m":"bestiary/tokens/BAM/Hadozee Explorer.webp","n":"Hadozee Explorer"},{"id":1196,"c":1,"u":"hadozee%20shipmate_bam","p":29,"s":16,"h":1,"t":0,"uu":"hadozee shipmate|bam","m":"bestiary/tokens/BAM/Hadozee Shipmate.webp","n":"Hadozee Shipmate"},{"id":1197,"c":1,"u":"hadozee%20warrior_bam","p":29,"s":16,"h":1,"t":0,"uu":"hadozee warrior|bam","m":"bestiary/tokens/BAM/Hadozee Warrior.webp","n":"Hadozee Warrior"},{"id":1198,"c":1,"u":"jammer%20leech_bam","p":30,"s":16,"h":1,"t":0,"uu":"jammer leech|bam","m":"bestiary/tokens/BAM/Jammer Leech.webp","n":"Jammer Leech"},{"id":1199,"c":1,"u":"kindori_bam","p":31,"s":16,"h":1,"t":0,"uu":"kindori|bam","m":"bestiary/tokens/BAM/Kindori.webp","n":"Kindori"},{"id":1200,"c":1,"u":"lunar%20dragon%20wyrmling_bam","p":35,"s":16,"h":1,"t":0,"uu":"lunar dragon wyrmling|bam","m":"bestiary/tokens/BAM/Lunar Dragon Wyrmling.webp","n":"Lunar Dragon Wyrmling"},{"id":1201,"c":1,"u":"megapede_bam","p":36,"s":16,"h":1,"t":0,"uu":"megapede|bam","m":"bestiary/tokens/BAM/Megapede.webp","n":"Megapede"},{"id":1202,"c":1,"u":"mercane_bam","p":37,"s":16,"h":1,"t":0,"uu":"mercane|bam","m":"bestiary/tokens/BAM/Mercane.webp","n":"Mercane"},{"id":1203,"c":1,"u":"murder%20comet_bam","p":38,"s":16,"h":1,"t":0,"uu":"murder comet|bam","m":"bestiary/tokens/BAM/Murder Comet.webp","n":"Murder Comet"},{"id":1204,"c":1,"u":"neh-thalggu_bam","p":39,"s":16,"h":1,"t":0,"uu":"neh-thalggu|bam","m":"bestiary/tokens/BAM/Neh-thalggu.webp","n":"Neh-thalggu"},{"id":1205,"c":1,"u":"neogi%20hatchling%20swarm_bam","p":40,"s":16,"h":1,"t":0,"uu":"neogi hatchling swarm|bam","m":"bestiary/tokens/BAM/Neogi Hatchling Swarm.webp","n":"Neogi Hatchling Swarm"},{"id":1206,"c":1,"u":"neogi%20pirate_bam","p":41,"s":16,"h":1,"t":0,"uu":"neogi pirate|bam","m":"bestiary/tokens/BAM/Neogi Pirate.webp","n":"Neogi Pirate"},{"id":1207,"c":1,"u":"neogi%20void%20hunter_bam","p":41,"s":16,"h":1,"t":0,"uu":"neogi void hunter|bam","m":"bestiary/tokens/BAM/Neogi Void Hunter.webp","n":"Neogi Void Hunter"},{"id":1208,"c":1,"u":"night%20scavver_bam","p":49,"s":16,"h":1,"t":0,"uu":"night scavver|bam","m":"bestiary/tokens/BAM/Night Scavver.webp","n":"Night Scavver"},{"id":1209,"c":1,"u":"plasmoid%20boss_bam","p":42,"s":16,"h":1,"t":0,"uu":"plasmoid boss|bam","m":"bestiary/tokens/BAM/Plasmoid Boss.webp","n":"Plasmoid Boss"},{"id":1210,"c":1,"u":"plasmoid%20explorer_bam","p":43,"s":16,"h":1,"t":0,"uu":"plasmoid explorer|bam","m":"bestiary/tokens/BAM/Plasmoid Explorer.webp","n":"Plasmoid Explorer"},{"id":1211,"c":1,"u":"plasmoid%20warrior_bam","p":43,"s":16,"h":1,"t":0,"uu":"plasmoid warrior|bam","m":"bestiary/tokens/BAM/Plasmoid Warrior.webp","n":"Plasmoid Warrior"},{"id":1212,"c":1,"u":"psurlon_bam","p":44,"s":16,"h":1,"t":0,"uu":"psurlon|bam","m":"bestiary/tokens/BAM/Psurlon.webp","n":"Psurlon"},{"id":1213,"c":1,"u":"psurlon%20leader_bam","p":45,"s":16,"h":1,"t":0,"uu":"psurlon leader|bam","m":"bestiary/tokens/BAM/Psurlon Leader.webp","n":"Psurlon Leader"},{"id":1214,"c":1,"u":"psurlon%20ringer_bam","p":45,"s":16,"h":1,"t":0,"uu":"psurlon ringer|bam","m":"bestiary/tokens/BAM/Psurlon Ringer.webp","n":"Psurlon Ringer"},{"id":1215,"c":1,"u":"reigar_bam","p":47,"s":16,"h":1,"t":0,"uu":"reigar|bam","m":"bestiary/tokens/BAM/Reigar.webp","n":"Reigar"},{"id":1216,"c":1,"u":"solar%20dragon%20wyrmling_bam","p":53,"s":16,"h":1,"t":0,"uu":"solar dragon wyrmling|bam","m":"bestiary/tokens/BAM/Solar Dragon Wyrmling.webp","n":"Solar Dragon Wyrmling"},{"id":1217,"c":1,"u":"space%20clown_bam","p":54,"s":16,"h":1,"t":0,"uu":"space clown|bam","m":"bestiary/tokens/BAM/Space Clown.webp","n":"Space Clown"},{"id":1218,"c":1,"u":"space%20eel_bam","p":55,"s":16,"h":1,"t":0,"uu":"space eel|bam","m":"bestiary/tokens/BAM/Space Eel.webp","n":"Space Eel"},{"id":1219,"c":1,"u":"space%20guppy_bam","p":55,"s":16,"h":1,"t":0,"uu":"space guppy|bam","m":"bestiary/tokens/BAM/Space Guppy.webp","n":"Space Guppy"},{"id":1220,"c":1,"u":"space%20hamster_bam","p":56,"s":16,"h":1,"t":0,"uu":"space hamster|bam","m":"bestiary/tokens/BAM/Space Hamster.webp","n":"Space Hamster"},{"id":1221,"c":1,"u":"space%20mollymawk_bam","p":57,"s":16,"h":1,"t":0,"uu":"space mollymawk|bam","m":"bestiary/tokens/BAM/Space Mollymawk.webp","n":"Space Mollymawk"},{"id":1222,"c":1,"u":"space%20swine_bam","p":57,"s":16,"h":1,"t":0,"uu":"space swine|bam","m":"bestiary/tokens/BAM/Space Swine.webp","n":"Space Swine"},{"id":1223,"c":1,"u":"ssurran%20defiler_bam","p":58,"s":16,"h":1,"t":0,"uu":"ssurran defiler|bam","m":"bestiary/tokens/BAM/Ssurran Defiler.webp","n":"Ssurran Defiler"},{"id":1224,"c":1,"u":"ssurran%20poisoner_bam","p":58,"s":16,"h":1,"t":0,"uu":"ssurran poisoner|bam","m":"bestiary/tokens/BAM/Ssurran Poisoner.webp","n":"Ssurran Poisoner"},{"id":1225,"c":1,"u":"starlight%20apparition_bam","p":59,"s":16,"h":1,"t":0,"uu":"starlight apparition|bam","m":"bestiary/tokens/BAM/Starlight Apparition.webp","n":"Starlight Apparition"},{"id":1226,"c":1,"u":"thri-kreen%20gladiator_bam","p":60,"s":16,"h":1,"t":0,"uu":"thri-kreen gladiator|bam","m":"bestiary/tokens/BAM/Thri-kreen Gladiator.webp","n":"Thri-kreen Gladiator"},{"id":1227,"c":1,"u":"thri-kreen%20hunter_bam","p":61,"s":16,"h":1,"t":0,"uu":"thri-kreen hunter|bam","m":"bestiary/tokens/BAM/Thri-kreen Hunter.webp","n":"Thri-kreen Hunter"},{"id":1228,"c":1,"u":"thri-kreen%20mystic_bam","p":61,"s":16,"h":1,"t":0,"uu":"thri-kreen mystic|bam","m":"bestiary/tokens/BAM/Thri-kreen Mystic.webp","n":"Thri-kreen Mystic"},{"id":1229,"c":1,"u":"vampirate_bam","p":62,"s":16,"h":1,"t":0,"uu":"vampirate|bam","m":"bestiary/tokens/BAM/Vampirate.webp","n":"Vampirate"},{"id":1230,"c":1,"u":"vampirate%20captain_bam","p":63,"s":16,"h":1,"t":0,"uu":"vampirate captain|bam","m":"bestiary/tokens/BAM/Vampirate Captain.webp","n":"Vampirate Captain"},{"id":1231,"c":1,"u":"vampirate%20mage_bam","p":63,"s":16,"h":1,"t":0,"uu":"vampirate mage|bam","m":"bestiary/tokens/BAM/Vampirate Mage.webp","n":"Vampirate Mage"},{"id":1232,"c":1,"u":"void%20scavver_bam","p":49,"s":16,"h":1,"t":0,"uu":"void scavver|bam","m":"bestiary/tokens/BAM/Void Scavver.webp","n":"Void Scavver"},{"id":1233,"c":1,"u":"young%20lunar%20dragon_bam","p":35,"s":16,"h":1,"t":0,"uu":"young lunar dragon|bam","m":"bestiary/tokens/BAM/Young Lunar Dragon.webp","n":"Young Lunar Dragon"},{"id":1234,"c":1,"u":"young%20solar%20dragon_bam","p":53,"s":16,"h":1,"t":0,"uu":"young solar dragon|bam","m":"bestiary/tokens/BAM/Young Solar Dragon.webp","n":"Young Solar Dragon"},{"id":1235,"c":1,"u":"zodar_bam","p":64,"s":16,"h":1,"t":0,"uu":"zodar|bam","m":"bestiary/tokens/BAM/Zodar.webp","n":"Zodar"},{"id":1236,"c":1,"u":"abyssal%20chicken_bgdia","p":97,"s":17,"h":1,"t":0,"uu":"abyssal chicken|bgdia","m":"bestiary/tokens/BGDIA/Abyssal Chicken.webp","n":"Abyssal Chicken"},{"id":1237,"c":1,"u":"amrik%20vanthampur_bgdia","p":30,"s":17,"h":1,"t":0,"uu":"amrik vanthampur|bgdia","m":"bestiary/tokens/BGDIA/Amrik Vanthampur.webp","n":"Amrik Vanthampur"},{"id":1238,"c":1,"u":"archduke%20zariel%20of%20avernus_bgdia","p":243,"s":17,"h":1,"t":0,"uu":"archduke zariel of avernus|bgdia","m":"bestiary/tokens/BGDIA/Archduke Zariel of Avernus.webp","n":"Archduke Zariel of Avernus"},{"id":1239,"c":1,"u":"arkhan%20the%20cruel_bgdia","p":111,"s":17,"h":1,"t":0,"uu":"arkhan the cruel|bgdia","m":"bestiary/tokens/BGDIA/Arkhan the Cruel.webp","n":"Arkhan the Cruel"},{"id":1240,"c":1,"u":"bel_bgdia","p":115,"s":17,"h":1,"t":0,"uu":"bel|bgdia","m":"bestiary/tokens/BGDIA/Bel.webp","n":"Bel"},{"id":1241,"c":1,"u":"bitter%20breath_bgdia","p":90,"s":17,"h":1,"t":0,"uu":"bitter breath|bgdia","m":"bestiary/tokens/BGDIA/Bitter Breath.webp","n":"Bitter Breath"},{"id":1242,"c":1,"u":"black%20gauntlet%20of%20bane_bgdia","p":235,"s":17,"h":1,"t":0,"uu":"black gauntlet of bane|bgdia","m":"bestiary/tokens/BGDIA/Black Gauntlet of Bane.webp","n":"Black Gauntlet of Bane"},{"id":1243,"c":1,"u":"bone%20whelk_bgdia","p":119,"s":17,"h":1,"t":0,"uu":"bone whelk|bgdia","m":"bestiary/tokens/BGDIA/Bone Whelk.webp","n":"Bone Whelk"},{"id":1244,"c":1,"u":"burney%20the%20barber_bgdia","p":129,"s":17,"h":1,"t":0,"uu":"burney the barber|bgdia","m":"bestiary/tokens/BGDIA/Burney the Barber.webp","n":"Burney the Barber"},{"id":1245,"c":1,"u":"chukka_bgdia","p":83,"s":17,"h":1,"t":0,"uu":"chukka|bgdia","m":"bestiary/tokens/BGDIA/Chukka.webp","n":"Chukka"},{"id":1246,"c":1,"u":"clonk_bgdia","p":83,"s":17,"h":1,"t":0,"uu":"clonk|bgdia","m":"bestiary/tokens/BGDIA/Clonk.webp","n":"Clonk"},{"id":1247,"c":1,"u":"crokek'toeck_bgdia","p":231,"s":17,"h":1,"t":0,"uu":"crokek'toeck|bgdia","m":"bestiary/tokens/BGDIA/Crokek'toeck.webp","n":"Crokek'toeck"},{"id":1248,"c":1,"u":"death's%20head%20of%20bhaal_bgdia","p":233,"s":17,"h":1,"t":0,"uu":"death's head of bhaal|bgdia","m":"bestiary/tokens/BGDIA/Death's Head of Bhaal.webp","n":"Death's Head of Bhaal"},{"id":1249,"c":1,"u":"dryad%20spirit_bgdia","p":108,"s":17,"h":1,"t":0,"uu":"dryad spirit|bgdia","m":"bestiary/tokens/BGDIA/Dryad Spirit.webp","n":"Dryad Spirit"},{"id":1250,"c":1,"u":"duke%20thalamra%20vanthampur_bgdia","p":38,"s":17,"h":1,"t":0,"uu":"duke thalamra vanthampur|bgdia","m":"bestiary/tokens/BGDIA/Duke Thalamra Vanthampur.webp","n":"Duke Thalamra Vanthampur"},{"id":1251,"c":1,"u":"elliach_bgdia","p":130,"s":17,"h":1,"t":0,"uu":"elliach|bgdia","m":"bestiary/tokens/BGDIA/Elliach.webp","n":"Elliach"},{"id":1252,"c":1,"u":"feonor_bgdia","p":130,"s":17,"h":1,"t":0,"uu":"feonor|bgdia","m":"bestiary/tokens/BGDIA/Feonor.webp","n":"Feonor"},{"id":1253,"c":1,"u":"fiendish%20flesh%20golem_bgdia","p":236,"s":17,"h":1,"t":0,"uu":"fiendish flesh golem|bgdia","m":"bestiary/tokens/BGDIA/Fiendish Flesh Golem.webp","n":"Fiendish Flesh Golem"},{"id":1254,"c":1,"u":"fist%20of%20bane_bgdia","p":232,"s":17,"h":1,"t":0,"uu":"fist of bane|bgdia","m":"bestiary/tokens/BGDIA/Fist of Bane.webp","n":"Fist of Bane"},{"id":1255,"c":1,"u":"flying%20dagger_bgdia","p":30,"s":17,"h":1,"t":0,"uu":"flying dagger|bgdia","m":"bestiary/tokens/BGDIA/Flying Dagger.webp","n":"Flying Dagger"},{"id":1256,"c":1,"u":"gideon%20lightward_bgdia","p":65,"s":17,"h":1,"t":0,"uu":"gideon lightward|bgdia","m":"bestiary/tokens/BGDIA/Gideon Lightward.webp","n":"Gideon Lightward"},{"id":1257,"c":1,"u":"harkina%20hunt_bgdia","p":53,"s":17,"h":1,"t":0,"uu":"harkina hunt|bgdia","m":"bestiary/tokens/BGDIA/Harkina Hunt.webp","n":"Harkina Hunt"},{"id":1258,"c":1,"u":"hellwasp_bgdia","p":236,"s":17,"h":1,"t":0,"uu":"hellwasp|bgdia","m":"bestiary/tokens/BGDIA/Hellwasp.webp","n":"Hellwasp"},{"id":1259,"c":1,"u":"hellwasp%20grub_bgdia","p":95,"s":17,"h":1,"t":0,"uu":"hellwasp grub|bgdia","m":"bestiary/tokens/BGDIA/Hellwasp Grub.webp","n":"Hellwasp Grub"},{"id":1260,"c":1,"u":"hollyphant_bgdia","p":237,"s":17,"h":1,"t":0,"uu":"hollyphant|bgdia","m":"bestiary/tokens/BGDIA/Hollyphant.webp","n":"Hollyphant"},{"id":1261,"c":1,"u":"iron%20consul_bgdia","p":232,"s":17,"h":1,"t":0,"uu":"iron consul|bgdia","m":"bestiary/tokens/BGDIA/Iron Consul.webp","n":"Iron Consul"},{"id":1262,"c":1,"u":"kostchtchie_bgdia","p":105,"s":17,"h":1,"t":0,"uu":"kostchtchie|bgdia","m":"bestiary/tokens/BGDIA/Kostchtchie.webp","n":"Kostchtchie"},{"id":1263,"c":1,"u":"krull_bgdia","p":110,"s":17,"h":1,"t":0,"uu":"krull|bgdia","m":"bestiary/tokens/BGDIA/Krull.webp","n":"Krull"},{"id":1264,"c":1,"u":"lulu_bgdia","p":5,"s":17,"h":1,"t":0,"uu":"lulu|bgdia","m":"bestiary/tokens/BGDIA/Lulu.webp","n":"Lulu"},{"id":1265,"c":1,"u":"mad%20maggie_bgdia","p":74,"s":17,"h":1,"t":0,"uu":"mad maggie|bgdia","m":"bestiary/tokens/BGDIA/Mad Maggie.webp","n":"Mad Maggie"},{"id":1266,"c":1,"u":"mahadi%20the%20rakshasa_bgdia","p":127,"s":17,"h":1,"t":0,"uu":"mahadi the rakshasa|bgdia","m":"bestiary/tokens/BGDIA/Mahadi the Rakshasa.webp","n":"Mahadi the Rakshasa"},{"id":1267,"c":1,"u":"master%20of%20souls_bgdia","p":234,"s":17,"h":1,"t":0,"uu":"master of souls|bgdia","m":"bestiary/tokens/BGDIA/Master of Souls.webp","n":"Master of Souls"},{"id":1268,"c":1,"u":"mortlock%20vanthampur_bgdia","p":26,"s":17,"h":1,"t":0,"uu":"mortlock vanthampur|bgdia","m":"bestiary/tokens/BGDIA/Mortlock Vanthampur.webp","n":"Mortlock Vanthampur"},{"id":1269,"c":1,"u":"necromite%20of%20myrkul_bgdia","p":234,"s":17,"h":1,"t":0,"uu":"necromite of myrkul|bgdia","m":"bestiary/tokens/BGDIA/Necromite of Myrkul.webp","n":"Necromite of Myrkul"},{"id":1270,"c":1,"u":"necrotic%20centipede_bgdia","p":119,"s":17,"h":1,"t":0,"uu":"necrotic centipede|bgdia","m":"bestiary/tokens/BGDIA/Necrotic Centipede.webp","n":"Necrotic Centipede"},{"id":1271,"c":1,"u":"night%20blade_bgdia","p":233,"s":17,"h":1,"t":0,"uu":"night blade|bgdia","m":"bestiary/tokens/BGDIA/Night Blade.webp","n":"Night Blade"},{"id":1272,"c":1,"u":"nine-fingers%20keene_bgdia","p":170,"s":17,"h":1,"t":0,"uu":"nine-fingers keene|bgdia","m":"bestiary/tokens/BGDIA/Nine-Fingers Keene.webp","n":"Nine-Fingers Keene"},{"id":1273,"c":1,"u":"peacock_bgdia","p":195,"s":17,"h":1,"t":0,"uu":"peacock|bgdia","m":"bestiary/tokens/BGDIA/Peacock.webp","n":"Peacock"},{"id":1274,"c":1,"u":"princeps%20kovik_bgdia","p":91,"s":17,"h":1,"t":0,"uu":"princeps kovik|bgdia","m":"bestiary/tokens/BGDIA/Princeps Kovik.webp","n":"Princeps Kovik"},{"id":1275,"c":1,"u":"raggadragga_bgdia","p":87,"s":17,"h":1,"t":0,"uu":"raggadragga|bgdia","m":"bestiary/tokens/BGDIA/Raggadragga.webp","n":"Raggadragga"},{"id":1276,"c":1,"u":"reaper%20of%20bhaal_bgdia","p":233,"s":17,"h":1,"t":0,"uu":"reaper of bhaal|bgdia","m":"bestiary/tokens/BGDIA/Reaper of Bhaal.webp","n":"Reaper of Bhaal"},{"id":1277,"c":1,"u":"rilsa%20rael_bgdia","p":199,"s":17,"h":1,"t":0,"uu":"rilsa rael|bgdia","m":"bestiary/tokens/BGDIA/Rilsa Rael.webp","n":"Rilsa Rael"},{"id":1278,"c":1,"u":"skeletal%20rats_bgdia","p":23,"s":17,"h":1,"t":0,"uu":"skeletal rats|bgdia","m":"bestiary/tokens/BGDIA/Skeletal Rats.webp","n":"Skeletal Rats"},{"id":1279,"c":1,"u":"skull%20lasher%20of%20myrkul_bgdia","p":234,"s":17,"h":1,"t":0,"uu":"skull lasher of myrkul|bgdia","m":"bestiary/tokens/BGDIA/Skull Lasher of Myrkul.webp","n":"Skull Lasher of Myrkul"},{"id":1280,"c":1,"u":"smiler%20the%20defiler_bgdia","p":133,"s":17,"h":1,"t":0,"uu":"smiler the defiler|bgdia","m":"bestiary/tokens/BGDIA/Smiler the Defiler.webp","n":"Smiler the Defiler"},{"id":1281,"c":1,"u":"sylvira%20savikas_bgdia","p":46,"s":17,"h":1,"t":0,"uu":"sylvira savikas|bgdia","m":"bestiary/tokens/BGDIA/Sylvira Savikas.webp","n":"Sylvira Savikas"},{"id":1282,"c":1,"u":"thavius%20kreeg_bgdia","p":42,"s":17,"h":1,"t":0,"uu":"thavius kreeg|bgdia","m":"bestiary/tokens/BGDIA/Thavius Kreeg.webp","n":"Thavius Kreeg"},{"id":1283,"c":1,"u":"thurstwell%20vanthampur_bgdia","p":34,"s":17,"h":1,"t":0,"uu":"thurstwell vanthampur|bgdia","m":"bestiary/tokens/BGDIA/Thurstwell Vanthampur.webp","n":"Thurstwell Vanthampur"},{"id":1284,"c":1,"u":"torogar%20steelfist_bgdia","p":112,"s":17,"h":1,"t":0,"uu":"torogar steelfist|bgdia","m":"bestiary/tokens/BGDIA/Torogar Steelfist.webp","n":"Torogar Steelfist"},{"id":1285,"c":1,"u":"traxigor_bgdia","p":50,"s":17,"h":1,"t":0,"uu":"traxigor|bgdia","m":"bestiary/tokens/BGDIA/Traxigor.webp","n":"Traxigor"},{"id":1286,"c":1,"u":"tressym_bgdia","p":241,"s":17,"h":1,"t":0,"uu":"tressym|bgdia","m":"bestiary/tokens/BGDIA/Tressym.webp","n":"Tressym"},{"id":1287,"c":1,"u":"ulder%20ravengard_bgdia","p":70,"s":17,"h":1,"t":0,"uu":"ulder ravengard|bgdia","m":"bestiary/tokens/BGDIA/Ulder Ravengard.webp","n":"Ulder Ravengard"},{"id":1288,"c":1,"u":"undead%20tree_bgdia","p":109,"s":17,"h":1,"t":0,"uu":"undead tree|bgdia","m":"bestiary/tokens/BGDIA/Undead Tree.webp","n":"Undead Tree"},{"id":1289,"c":1,"u":"animated%20broom_cm","p":20,"s":18,"h":1,"t":0,"uu":"animated broom|cm","m":"bestiary/tokens/CM/Animated Broom.webp","n":"Animated Broom"},{"id":1290,"c":1,"u":"animated%20chained%20library_cm","p":24,"s":18,"h":1,"t":0,"uu":"animated chained library|cm","m":"bestiary/tokens/CM/Animated Chained Library.webp","n":"Animated Chained Library"},{"id":1291,"c":1,"u":"arrant%20quill_cm","p":157,"s":18,"h":1,"t":0,"uu":"arrant quill|cm","m":"bestiary/tokens/CM/Arrant Quill.webp","n":"Arrant Quill"},{"id":1292,"c":1,"u":"bak%20mei_cm","p":168,"s":18,"h":1,"t":0,"uu":"bak mei|cm","m":"bestiary/tokens/CM/Bak Mei.webp","n":"Bak Mei"},{"id":1293,"c":1,"u":"canopic%20golem_cm","p":179,"s":18,"h":1,"t":0,"uu":"canopic golem|cm","m":"bestiary/tokens/CM/Canopic Golem.webp","n":"Canopic Golem"},{"id":1294,"c":1,"u":"chwinga_cm","p":212,"s":18,"h":1,"t":0,"uu":"chwinga|cm","m":"bestiary/tokens/CM/Chwinga.webp","n":"Chwinga"},{"id":1295,"c":1,"u":"cloud%20giant%20ghost_cm","p":146,"s":18,"h":1,"t":0,"uu":"cloud giant ghost|cm","m":"bestiary/tokens/CM/Cloud Giant Ghost.webp","n":"Cloud Giant Ghost"},{"id":1296,"c":1,"u":"constructed%20commoner_cm","p":149,"s":18,"h":1,"t":0,"uu":"constructed commoner|cm","m":"bestiary/tokens/CM/Constructed Commoner.webp","n":"Constructed Commoner"},{"id":1297,"c":1,"u":"corrupted%20avatar%20of%20lurue_cm","p":123,"s":18,"h":1,"t":0,"uu":"corrupted avatar of lurue|cm","m":"bestiary/tokens/CM/Corrupted Avatar of Lurue.webp","n":"Corrupted Avatar of Lurue"},{"id":1298,"c":1,"u":"dragon%20tortoise_cm","p":205,"s":18,"h":1,"t":0,"uu":"dragon tortoise|cm","m":"bestiary/tokens/CM/Dragon Tortoise.webp","n":"Dragon Tortoise"},{"id":1299,"c":1,"u":"faerl_cm","p":104,"s":18,"h":1,"t":0,"uu":"faerl|cm","m":"bestiary/tokens/CM/Faerl.webp","n":"Faerl"},{"id":1300,"c":1,"u":"fungal%20servant_cm","p":217,"s":18,"h":1,"t":0,"uu":"fungal servant|cm","m":"bestiary/tokens/CM/Fungal Servant.webp","n":"Fungal Servant"},{"id":1301,"c":1,"u":"gingwatzim_cm","p":27,"s":18,"h":1,"t":0,"uu":"gingwatzim|cm","m":"bestiary/tokens/CM/Gingwatzim.webp","n":"Gingwatzim"},{"id":1302,"c":1,"u":"grippli%20warrior_cm","p":99,"s":18,"h":1,"t":0,"uu":"grippli warrior|cm","m":"bestiary/tokens/CM/Grippli Warrior.webp","n":"Grippli Warrior"},{"id":1303,"c":1,"u":"hag%20of%20the%20fetid%20gaze_cm","p":76,"s":18,"h":1,"t":0,"uu":"hag of the fetid gaze|cm","m":"bestiary/tokens/CM/Hag of the Fetid Gaze.webp","n":"Hag of the Fetid Gaze"},{"id":1304,"c":1,"u":"immortal%20lotus%20monk_cm","p":165,"s":18,"h":1,"t":0,"uu":"immortal lotus monk|cm","m":"bestiary/tokens/CM/Immortal Lotus Monk.webp","n":"Immortal Lotus Monk"},{"id":1305,"c":1,"u":"jade%20tigress_cm","p":166,"s":18,"h":1,"t":0,"uu":"jade tigress|cm","m":"bestiary/tokens/CM/Jade Tigress.webp","n":"Jade Tigress"},{"id":1306,"c":1,"u":"k'tulah_cm","p":64,"s":18,"h":1,"t":0,"uu":"k'tulah|cm","m":"bestiary/tokens/CM/K'Tulah.webp","n":"K'Tulah"},{"id":1307,"c":1,"u":"kiddywidget_cm","p":136,"s":18,"h":1,"t":0,"uu":"kiddywidget|cm","m":"bestiary/tokens/CM/Kiddywidget.webp","n":"Kiddywidget"},{"id":1308,"c":1,"u":"lichen%20lich_cm","p":223,"s":18,"h":1,"t":0,"uu":"lichen lich|cm","m":"bestiary/tokens/CM/Lichen Lich.webp","n":"Lichen Lich"},{"id":1309,"c":1,"u":"lightning%20golem_cm","p":129,"s":18,"h":1,"t":0,"uu":"lightning golem|cm","m":"bestiary/tokens/CM/Lightning Golem.webp","n":"Lightning Golem"},{"id":1310,"c":1,"u":"master%20sage_cm","p":9,"s":18,"h":1,"t":0,"uu":"master sage|cm","m":"bestiary/tokens/CM/Master Sage.webp","n":"Master Sage"},{"id":1311,"c":1,"u":"miirym_cm","p":16,"s":18,"h":1,"t":0,"uu":"miirym|cm","m":"bestiary/tokens/CM/Miirym.webp","n":"Miirym"},{"id":1312,"c":1,"u":"mimic%20chair_cm","p":22,"s":18,"h":1,"t":0,"uu":"mimic chair|cm","m":"bestiary/tokens/CM/Mimic Chair.webp","n":"Mimic Chair"},{"id":1313,"c":1,"u":"naiad_cm","p":84,"s":18,"h":1,"t":0,"uu":"naiad|cm","m":"bestiary/tokens/CM/Naiad.webp","n":"Naiad"},{"id":1314,"c":1,"u":"nintra%20siotta_cm","p":197,"s":18,"h":1,"t":0,"uu":"nintra siotta|cm","m":"bestiary/tokens/CM/Nintra Siotta.webp","n":"Nintra Siotta"},{"id":1315,"c":1,"u":"parasite-infested%20behir_cm","p":220,"s":18,"h":1,"t":0,"uu":"parasite-infested behir|cm","m":"bestiary/tokens/CM/Parasite-infested Behir.webp","n":"Parasite-infested Behir"},{"id":1316,"c":1,"u":"ram%20sugar_cm","p":132,"s":18,"h":1,"t":0,"uu":"ram sugar|cm","m":"bestiary/tokens/CM/Ram Sugar.webp","n":"Ram Sugar"},{"id":1317,"c":1,"u":"sage_cm","p":9,"s":18,"h":1,"t":0,"uu":"sage|cm","m":"bestiary/tokens/CM/Sage.webp","n":"Sage"},{"id":1318,"c":1,"u":"sapphire%20sentinel_cm","p":201,"s":18,"h":1,"t":0,"uu":"sapphire sentinel|cm","m":"bestiary/tokens/CM/Sapphire Sentinel.webp","n":"Sapphire Sentinel"},{"id":1319,"c":1,"u":"shemshime_cm","p":69,"s":18,"h":1,"t":0,"uu":"shemshime|cm","m":"bestiary/tokens/CM/Shemshime.webp","n":"Shemshime"},{"id":1320,"c":1,"u":"skitterwidget_cm","p":136,"s":18,"h":1,"t":0,"uu":"skitterwidget|cm","m":"bestiary/tokens/CM/Skitterwidget.webp","n":"Skitterwidget"},{"id":1321,"c":1,"u":"steel%20crane_cm","p":164,"s":18,"h":1,"t":0,"uu":"steel crane|cm","m":"bestiary/tokens/CM/Steel Crane.webp","n":"Steel Crane"},{"id":1322,"c":1,"u":"storm%20giant%20skeleton_cm","p":208,"s":18,"h":1,"t":0,"uu":"storm giant skeleton|cm","m":"bestiary/tokens/CM/Storm Giant Skeleton.webp","n":"Storm Giant Skeleton"},{"id":1323,"c":1,"u":"swarm%20of%20animated%20books_cm","p":19,"s":18,"h":1,"t":0,"uu":"swarm of animated books|cm","m":"bestiary/tokens/CM/Swarm of Animated Books.webp","n":"Swarm of Animated Books"},{"id":1324,"c":1,"u":"valin%20sarnaster_cm","p":182,"s":18,"h":1,"t":0,"uu":"valin sarnaster|cm","m":"bestiary/tokens/CM/Valin Sarnaster.webp","n":"Valin Sarnaster"},{"id":1325,"c":1,"u":"varnyr_cm","p":63,"s":18,"h":1,"t":0,"uu":"varnyr|cm","m":"bestiary/tokens/CM/Varnyr.webp","n":"Varnyr"},{"id":1326,"c":1,"u":"wood%20elf%20wizard_cm","p":187,"s":18,"h":1,"t":0,"uu":"wood elf wizard|cm","m":"bestiary/tokens/CM/Wood Elf Wizard.webp","n":"Wood Elf Wizard"},{"id":1327,"c":1,"u":"zikran_cm","p":145,"s":18,"h":1,"t":0,"uu":"zikran|cm","m":"bestiary/tokens/CM/Zikran.webp","n":"Zikran"},{"id":1328,"c":1,"u":"zikzokrishka_cm","p":209,"s":18,"h":1,"t":0,"uu":"zikzokrishka|cm","m":"bestiary/tokens/CM/Zikzokrishka.webp","n":"Zikzokrishka"},{"id":1329,"c":1,"u":"amber%20golem_cos","p":186,"s":19,"h":1,"t":0,"uu":"amber golem|cos","m":"bestiary/tokens/CoS/Amber Golem.webp","n":"Amber Golem"},{"id":1330,"c":1,"u":"anastrasya%20karelova_cos","p":93,"s":19,"h":1,"t":0,"uu":"anastrasya karelova|cos","m":"bestiary/tokens/CoS/Anastrasya Karelova.webp","n":"Anastrasya Karelova"},{"id":1331,"c":1,"u":"animated%20halberd_cos","p":59,"s":19,"h":1,"t":0,"uu":"animated halberd|cos","m":"bestiary/tokens/CoS/Animated Halberd.webp","n":"Animated Halberd"},{"id":1332,"c":1,"u":"arabelle_cos","p":38,"s":19,"h":1,"t":0,"uu":"arabelle|cos","m":"bestiary/tokens/CoS/Arabelle.webp","n":"Arabelle"},{"id":1333,"c":1,"u":"armored%20saber-toothed%20tiger_cos","p":115,"s":19,"h":1,"t":0,"uu":"armored saber-toothed tiger|cos","m":"bestiary/tokens/CoS/Armored Saber-Toothed Tiger.webp","n":"Armored Saber-Toothed Tiger"},{"id":1334,"c":1,"u":"arrigal_cos","p":121,"s":19,"h":1,"t":0,"uu":"arrigal|cos","m":"bestiary/tokens/CoS/Arrigal.webp","n":"Arrigal"},{"id":1335,"c":1,"u":"baba%20lysaga_cos","p":228,"s":19,"h":1,"t":0,"uu":"baba lysaga|cos","m":"bestiary/tokens/CoS/Baba Lysaga.webp","n":"Baba Lysaga"},{"id":1336,"c":1,"u":"baba%20lysaga's%20creeping%20hut_cos","p":226,"s":19,"h":1,"t":0,"uu":"baba lysaga's creeping hut|cos","m":"bestiary/tokens/CoS/Baba Lysaga's Creeping Hut.webp","n":"Baba Lysaga's Creeping Hut"},{"id":1337,"c":1,"u":"baron%20vargas%20vallakovich_cos","p":105,"s":19,"h":1,"t":0,"uu":"baron vargas vallakovich|cos","m":"bestiary/tokens/CoS/Baron Vargas Vallakovich.webp","n":"Baron Vargas Vallakovich"},{"id":1338,"c":1,"u":"barovian%20commoner_cos","p":29,"s":19,"h":1,"t":0,"uu":"barovian commoner|cos","m":"bestiary/tokens/CoS/Barovian Commoner.webp","n":"Barovian Commoner"},{"id":1339,"c":1,"u":"barovian%20scout_cos","p":29,"s":19,"h":1,"t":0,"uu":"barovian scout|cos","m":"bestiary/tokens/CoS/Barovian Scout.webp","n":"Barovian Scout"},{"id":1340,"c":1,"u":"barovian%20witch_cos","p":229,"s":19,"h":1,"t":0,"uu":"barovian witch|cos","m":"bestiary/tokens/CoS/Barovian Witch.webp","n":"Barovian Witch"},{"id":1341,"c":1,"u":"beucephalus_cos","p":93,"s":19,"h":1,"t":0,"uu":"beucephalus|cos","m":"bestiary/tokens/CoS/Beucephalus.webp","n":"Beucephalus"},{"id":1342,"c":1,"u":"bluto%20krogarov_cos","p":38,"s":19,"h":1,"t":0,"uu":"bluto krogarov|cos","m":"bestiary/tokens/CoS/Bluto Krogarov.webp","n":"Bluto Krogarov"},{"id":1343,"c":1,"u":"bray%20martikov_cos","p":98,"s":19,"h":1,"t":0,"uu":"bray martikov|cos","m":"bestiary/tokens/CoS/Bray Martikov.webp","n":"Bray Martikov"},{"id":1344,"c":1,"u":"brom%20martikov_cos","p":98,"s":19,"h":1,"t":0,"uu":"brom martikov|cos","m":"bestiary/tokens/CoS/Brom Martikov.webp","n":"Brom Martikov"},{"id":1345,"c":1,"u":"broom%20of%20animated%20attack_cos","p":226,"s":19,"h":1,"t":0,"uu":"broom of animated attack|cos","m":"bestiary/tokens/CoS/Broom of Animated Attack.webp","n":"Broom of Animated Attack"},{"id":1346,"c":1,"u":"clovin%20belview_cos","p":147,"s":19,"h":1,"t":0,"uu":"clovin belview|cos","m":"bestiary/tokens/CoS/Clovin Belview.webp","n":"Clovin Belview"},{"id":1347,"c":1,"u":"cyrus%20belview_cos","p":77,"s":19,"h":1,"t":0,"uu":"cyrus belview|cos","m":"bestiary/tokens/CoS/Cyrus Belview.webp","n":"Cyrus Belview"},{"id":1348,"c":1,"u":"danika%20dorakova_cos","p":98,"s":19,"h":1,"t":0,"uu":"danika dorakova|cos","m":"bestiary/tokens/CoS/Danika Dorakova.webp","n":"Danika Dorakova"},{"id":1349,"c":1,"u":"davian%20martikov_cos","p":173,"s":19,"h":1,"t":0,"uu":"davian martikov|cos","m":"bestiary/tokens/CoS/Davian Martikov.webp","n":"Davian Martikov"},{"id":1350,"c":1,"u":"distended%20corpse_cos","p":165,"s":19,"h":1,"t":0,"uu":"distended corpse|cos","m":"bestiary/tokens/CoS/Distended Corpse.webp","n":"Distended Corpse"},{"id":1351,"c":1,"u":"donavich_cos","p":46,"s":19,"h":1,"t":0,"uu":"donavich|cos","m":"bestiary/tokens/CoS/Donavich.webp","n":"Donavich"},{"id":1352,"c":1,"u":"doru_cos","p":47,"s":19,"h":1,"t":0,"uu":"doru|cos","m":"bestiary/tokens/CoS/Doru.webp","n":"Doru"},{"id":1353,"c":1,"u":"emil%20toranescu_cos","p":81,"s":19,"h":1,"t":0,"uu":"emil toranescu|cos","m":"bestiary/tokens/CoS/Emil Toranescu.webp","n":"Emil Toranescu"},{"id":1354,"c":1,"u":"escher_cos","p":70,"s":19,"h":1,"t":0,"uu":"escher|cos","m":"bestiary/tokens/CoS/Escher.webp","n":"Escher"},{"id":1355,"c":1,"u":"exethanter_cos","p":189,"s":19,"h":1,"t":0,"uu":"exethanter|cos","m":"bestiary/tokens/CoS/Exethanter.webp","n":"Exethanter"},{"id":1356,"c":1,"u":"ezmerelda%20d'avenir_cos","p":231,"s":19,"h":1,"t":0,"uu":"ezmerelda d'avenir|cos","m":"bestiary/tokens/CoS/Ezmerelda d'Avenir.webp","n":"Ezmerelda d'Avenir"},{"id":1357,"c":1,"u":"gadof%20blinsky_cos","p":118,"s":19,"h":1,"t":0,"uu":"gadof blinsky|cos","m":"bestiary/tokens/CoS/Gadof Blinsky.webp","n":"Gadof Blinsky"},{"id":1358,"c":1,"u":"gertruda_cos","p":68,"s":19,"h":1,"t":0,"uu":"gertruda|cos","m":"bestiary/tokens/CoS/Gertruda.webp","n":"Gertruda"},{"id":1359,"c":1,"u":"guardian%20portrait_cos","p":227,"s":19,"h":1,"t":0,"uu":"guardian portrait|cos","m":"bestiary/tokens/CoS/Guardian Portrait.webp","n":"Guardian Portrait"},{"id":1360,"c":1,"u":"helga%20ruvak_cos","p":64,"s":19,"h":1,"t":0,"uu":"helga ruvak|cos","m":"bestiary/tokens/CoS/Helga Ruvak.webp","n":"Helga Ruvak"},{"id":1361,"c":1,"u":"henrik%20van%20der%20voort_cos","p":116,"s":19,"h":1,"t":0,"uu":"henrik van der voort|cos","m":"bestiary/tokens/CoS/Henrik van der Voort.webp","n":"Henrik van der Voort"},{"id":1362,"c":1,"u":"ireena%20kolyana_cos","p":44,"s":19,"h":1,"t":0,"uu":"ireena kolyana|cos","m":"bestiary/tokens/CoS/Ireena Kolyana.webp","n":"Ireena Kolyana"},{"id":1363,"c":1,"u":"ismark%20kolyanovich_cos","p":43,"s":19,"h":1,"t":0,"uu":"ismark kolyanovich|cos","m":"bestiary/tokens/CoS/Ismark Kolyanovich.webp","n":"Ismark Kolyanovich"},{"id":1364,"c":1,"u":"izek%20strazni_cos","p":232,"s":19,"h":1,"t":0,"uu":"izek strazni|cos","m":"bestiary/tokens/CoS/Izek Strazni.webp","n":"Izek Strazni"},{"id":1365,"c":1,"u":"kasimir%20velikov_cos","p":233,"s":19,"h":1,"t":0,"uu":"kasimir velikov|cos","m":"bestiary/tokens/CoS/Kasimir Velikov.webp","n":"Kasimir Velikov"},{"id":1366,"c":1,"u":"kiril%20stoyanovich_cos","p":203,"s":19,"h":1,"t":0,"uu":"kiril stoyanovich|cos","m":"bestiary/tokens/CoS/Kiril Stoyanovich.webp","n":"Kiril Stoyanovich"},{"id":1367,"c":1,"u":"knight%20of%20the%20order_cos","p":139,"s":19,"h":1,"t":0,"uu":"knight of the order|cos","m":"bestiary/tokens/CoS/Knight of the Order.webp","n":"Knight of the Order"},{"id":1368,"c":1,"u":"lady%20fiona%20wachter_cos","p":110,"s":19,"h":1,"t":0,"uu":"lady fiona wachter|cos","m":"bestiary/tokens/CoS/Lady Fiona Wachter.webp","n":"Lady Fiona Wachter"},{"id":1369,"c":1,"u":"lady%20lydia%20petrovna_cos","p":105,"s":19,"h":1,"t":0,"uu":"lady lydia petrovna|cos","m":"bestiary/tokens/CoS/Lady Lydia Petrovna.webp","n":"Lady Lydia Petrovna"},{"id":1370,"c":1,"u":"lief%20lipsiege_cos","p":62,"s":19,"h":1,"t":0,"uu":"lief lipsiege|cos","m":"bestiary/tokens/CoS/Lief Lipsiege.webp","n":"Lief Lipsiege"},{"id":1371,"c":1,"u":"ludmilla%20vilisevic_cos","p":93,"s":19,"h":1,"t":0,"uu":"ludmilla vilisevic|cos","m":"bestiary/tokens/CoS/Ludmilla Vilisevic.webp","n":"Ludmilla Vilisevic"},{"id":1372,"c":1,"u":"luvash_cos","p":121,"s":19,"h":1,"t":0,"uu":"luvash|cos","m":"bestiary/tokens/CoS/Luvash.webp","n":"Luvash"},{"id":1373,"c":1,"u":"mad%20mary_cos","p":44,"s":19,"h":1,"t":0,"uu":"mad mary|cos","m":"bestiary/tokens/CoS/Mad Mary.webp","n":"Mad Mary"},{"id":1374,"c":1,"u":"madam%20eva_cos","p":233,"s":19,"h":1,"t":0,"uu":"madam eva|cos","m":"bestiary/tokens/CoS/Madam Eva.webp","n":"Madam Eva"},{"id":1375,"c":1,"u":"majesto_cos","p":115,"s":19,"h":1,"t":0,"uu":"majesto|cos","m":"bestiary/tokens/CoS/Majesto.webp","n":"Majesto"},{"id":1376,"c":1,"u":"marzena%20belview_cos","p":150,"s":19,"h":1,"t":0,"uu":"marzena belview|cos","m":"bestiary/tokens/CoS/Marzena Belview.webp","n":"Marzena Belview"},{"id":1377,"c":1,"u":"milivoj_cos","p":97,"s":19,"h":1,"t":0,"uu":"milivoj|cos","m":"bestiary/tokens/CoS/Milivoj.webp","n":"Milivoj"},{"id":1378,"c":1,"u":"mishka%20belview_cos","p":150,"s":19,"h":1,"t":0,"uu":"mishka belview|cos","m":"bestiary/tokens/CoS/Mishka Belview.webp","n":"Mishka Belview"},{"id":1379,"c":1,"u":"mongrelfolk_cos","p":234,"s":19,"h":1,"t":0,"uu":"mongrelfolk|cos","m":"bestiary/tokens/CoS/Mongrelfolk.webp","n":"Mongrelfolk"},{"id":1380,"c":1,"u":"morgantha_cos","p":48,"s":19,"h":1,"t":0,"uu":"morgantha|cos","m":"bestiary/tokens/CoS/Morgantha.webp","n":"Morgantha"},{"id":1381,"c":1,"u":"nikolai%20wachter_cos","p":110,"s":19,"h":1,"t":0,"uu":"nikolai wachter|cos","m":"bestiary/tokens/CoS/Nikolai Wachter.webp","n":"Nikolai Wachter"},{"id":1382,"c":1,"u":"otto%20belview_cos","p":147,"s":19,"h":1,"t":0,"uu":"otto belview|cos","m":"bestiary/tokens/CoS/Otto Belview.webp","n":"Otto Belview"},{"id":1383,"c":1,"u":"parriwimple_cos","p":43,"s":19,"h":1,"t":0,"uu":"parriwimple|cos","m":"bestiary/tokens/CoS/Parriwimple.webp","n":"Parriwimple"},{"id":1384,"c":1,"u":"patrina%20velikovna_cos","p":89,"s":19,"h":1,"t":0,"uu":"patrina velikovna|cos","m":"bestiary/tokens/CoS/Patrina Velikovna.webp","n":"Patrina Velikovna"},{"id":1385,"c":1,"u":"phantom%20warrior_cos","p":235,"s":19,"h":1,"t":0,"uu":"phantom warrior|cos","m":"bestiary/tokens/CoS/Phantom Warrior.webp","n":"Phantom Warrior"},{"id":1386,"c":1,"u":"phantom%20warrior%20(archer)_cos","p":142,"s":19,"h":1,"t":0,"uu":"phantom warrior (archer)|cos","m":"bestiary/tokens/CoS/Phantom Warrior (Archer).webp","n":"Phantom Warrior (Archer)"},{"id":1387,"c":1,"u":"piccolo_cos","p":118,"s":19,"h":1,"t":0,"uu":"piccolo|cos","m":"bestiary/tokens/CoS/Piccolo.webp","n":"Piccolo"},{"id":1388,"c":1,"u":"pidlwick%20ii_cos","p":236,"s":19,"h":1,"t":0,"uu":"pidlwick ii|cos","m":"bestiary/tokens/CoS/Pidlwick II.webp","n":"Pidlwick II"},{"id":1389,"c":1,"u":"rahadin_cos","p":237,"s":19,"h":1,"t":0,"uu":"rahadin|cos","m":"bestiary/tokens/CoS/Rahadin.webp","n":"Rahadin"},{"id":1390,"c":1,"u":"rictavio_cos","p":238,"s":19,"h":1,"t":0,"uu":"rictavio|cos","m":"bestiary/tokens/CoS/Rictavio.webp","n":"Rictavio"},{"id":1391,"c":1,"u":"rictavio_cos","p":238,"s":19,"h":1,"t":0,"uu":"rictavio|cos","m":"bestiary/tokens/CoS/Rictavio.webp","n":"Rudolph van Richten"},{"id":1392,"c":1,"u":"rosavalda%20%22rose%22%20durst_cos","p":217,"s":19,"h":1,"t":0,"uu":"rosavalda \"rose\" durst|cos","m":"bestiary/tokens/CoS/Rosavalda Rose Durst.webp","n":"Rosavalda \"Rose\" Durst"},{"id":1393,"c":1,"u":"sangzor_cos","p":160,"s":19,"h":1,"t":0,"uu":"sangzor|cos","m":"bestiary/tokens/CoS/Sangzor.webp","n":"Sangzor"},{"id":1394,"c":1,"u":"savid_cos","p":133,"s":19,"h":1,"t":0,"uu":"savid|cos","m":"bestiary/tokens/CoS/Savid.webp","n":"Savid"},{"id":1395,"c":1,"u":"sir%20godfrey%20gwilym_cos","p":139,"s":19,"h":1,"t":0,"uu":"sir godfrey gwilym|cos","m":"bestiary/tokens/CoS/Sir Godfrey Gwilym.webp","n":"Sir Godfrey Gwilym"},{"id":1396,"c":1,"u":"snow%20maiden_cos","p":159,"s":19,"h":1,"t":0,"uu":"snow maiden|cos","m":"bestiary/tokens/CoS/Snow Maiden.webp","n":"Snow Maiden"},{"id":1397,"c":1,"u":"stanimir_cos","p":20,"s":19,"h":1,"t":0,"uu":"stanimir|cos","m":"bestiary/tokens/CoS/Stanimir.webp","n":"Stanimir"},{"id":1398,"c":1,"u":"stella%20wachter_cos","p":113,"s":19,"h":1,"t":0,"uu":"stella wachter|cos","m":"bestiary/tokens/CoS/Stella Wachter.webp","n":"Stella Wachter"},{"id":1399,"c":1,"u":"strahd%20von%20zarovich_cos","p":240,"s":19,"h":1,"t":0,"uu":"strahd von zarovich|cos","m":"bestiary/tokens/CoS/Strahd von Zarovich.webp","n":"Strahd von Zarovich"},{"id":1400,"c":1,"u":"strahd%20zombie_cos","p":241,"s":19,"h":1,"t":0,"uu":"strahd zombie|cos","m":"bestiary/tokens/CoS/Strahd Zombie.webp","n":"Strahd Zombie"},{"id":1401,"c":1,"u":"strahd's%20animated%20armor_cos","p":227,"s":19,"h":1,"t":0,"uu":"strahd's animated armor|cos","m":"bestiary/tokens/CoS/Strahd's Animated Armor.webp","n":"Strahd's Animated Armor"},{"id":1402,"c":1,"u":"szoldar%20szoldarovich_cos","p":100,"s":19,"h":1,"t":0,"uu":"szoldar szoldarovich|cos","m":"bestiary/tokens/CoS/Szoldar Szoldarovich.webp","n":"Szoldar Szoldarovich"},{"id":1403,"c":1,"u":"the%20abbot_cos","p":151,"s":19,"h":1,"t":0,"uu":"the abbot|cos","m":"bestiary/tokens/CoS/The Abbot.webp","n":"The Abbot"},{"id":1404,"c":1,"u":"the%20mad%20mage%20of%20mount%20baratok_cos","p":39,"s":19,"h":1,"t":0,"uu":"the mad mage of mount baratok|cos","m":"bestiary/tokens/CoS/The Mad Mage of Mount Baratok.webp","n":"The Mad Mage of Mount Baratok"},{"id":1405,"c":1,"u":"thornboldt%20%22thorn%22%20durst_cos","p":217,"s":19,"h":1,"t":0,"uu":"thornboldt \"thorn\" durst|cos","m":"bestiary/tokens/CoS/Thornboldt Thorn Durst.webp","n":"Thornboldt \"Thorn\" Durst"},{"id":1406,"c":1,"u":"tree%20blight_cos","p":230,"s":19,"h":1,"t":0,"uu":"tree blight|cos","m":"bestiary/tokens/CoS/Tree Blight.webp","n":"Tree Blight"},{"id":1407,"c":1,"u":"urwin%20martikov_cos","p":98,"s":19,"h":1,"t":0,"uu":"urwin martikov|cos","m":"bestiary/tokens/CoS/Urwin Martikov.webp","n":"Urwin Martikov"},{"id":1408,"c":1,"u":"vasilka_cos","p":151,"s":19,"h":1,"t":0,"uu":"vasilka|cos","m":"bestiary/tokens/CoS/Vasilka.webp","n":"Vasilka"},{"id":1409,"c":1,"u":"victor%20vallakovich_cos","p":105,"s":19,"h":1,"t":0,"uu":"victor vallakovich|cos","m":"bestiary/tokens/CoS/Victor Vallakovich.webp","n":"Victor Vallakovich"},{"id":1410,"c":1,"u":"vilnius_cos","p":185,"s":19,"h":1,"t":0,"uu":"vilnius|cos","m":"bestiary/tokens/CoS/Vilnius.webp","n":"Vilnius"},{"id":1411,"c":1,"u":"vistana%20assassin_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana assassin|cos","m":"bestiary/tokens/CoS/Vistana Assassin.webp","n":"Vistana Assassin"},{"id":1412,"c":1,"u":"vistana%20bandit_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana bandit|cos","m":"bestiary/tokens/CoS/Vistana Bandit.webp","n":"Vistana Bandit"},{"id":1413,"c":1,"u":"vistana%20bandit%20captain_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana bandit captain|cos","m":"bestiary/tokens/CoS/Vistana Bandit Captain.webp","n":"Vistana Bandit Captain"},{"id":1414,"c":1,"u":"vistana%20commoner_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana commoner|cos","m":"bestiary/tokens/CoS/Vistana Commoner.webp","n":"Vistana Commoner"},{"id":1415,"c":1,"u":"vistana%20guard_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana guard|cos","m":"bestiary/tokens/CoS/Vistana Guard.webp","n":"Vistana Guard"},{"id":1416,"c":1,"u":"vistana%20spy_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana spy|cos","m":"bestiary/tokens/CoS/Vistana Spy.webp","n":"Vistana Spy"},{"id":1417,"c":1,"u":"vistana%20thug_cos","p":28,"s":19,"h":1,"t":0,"uu":"vistana thug|cos","m":"bestiary/tokens/CoS/Vistana Thug.webp","n":"Vistana Thug"},{"id":1418,"c":1,"u":"vladimir%20horngaard_cos","p":241,"s":19,"h":1,"t":0,"uu":"vladimir horngaard|cos","m":"bestiary/tokens/CoS/Vladimir Horngaard.webp","n":"Vladimir Horngaard"},{"id":1419,"c":1,"u":"volenta%20popofsky_cos","p":93,"s":19,"h":1,"t":0,"uu":"volenta popofsky|cos","m":"bestiary/tokens/CoS/Volenta Popofsky.webp","n":"Volenta Popofsky"},{"id":1420,"c":1,"u":"walking%20corpse_cos","p":165,"s":19,"h":1,"t":0,"uu":"walking corpse|cos","m":"bestiary/tokens/CoS/Walking Corpse.webp","n":"Walking Corpse"},{"id":1421,"c":1,"u":"yevgeni%20krushkin_cos","p":100,"s":19,"h":1,"t":0,"uu":"yevgeni krushkin|cos","m":"bestiary/tokens/CoS/Yevgeni Krushkin.webp","n":"Yevgeni Krushkin"},{"id":1422,"c":1,"u":"young%20wereraven_cos","p":98,"s":19,"h":1,"t":0,"uu":"young wereraven|cos","m":"bestiary/tokens/CoS/Young Wereraven.webp","n":"Young Wereraven"},{"id":1423,"c":1,"u":"zuleika%20toranescu_cos","p":204,"s":19,"h":1,"t":0,"uu":"zuleika toranescu|cos","m":"bestiary/tokens/CoS/Zuleika Toranescu.webp","n":"Zuleika Toranescu"},{"id":1424,"c":1,"u":"zygfrek%20belview_cos","p":148,"s":19,"h":1,"t":0,"uu":"zygfrek belview|cos","m":"bestiary/tokens/CoS/Zygfrek Belview.webp","n":"Zygfrek Belview"},{"id":1425,"c":1,"u":"aboleth%20spawn_crcotn","p":135,"s":20,"h":1,"dP":1,"t":0,"uu":"aboleth spawn|crcotn","m":"bestiary/tokens/CRCotN/Aboleth Spawn.webp","n":"Aboleth Spawn"},{"id":1426,"c":1,"u":"agathe%20silverspoon_crcotn","p":21,"s":20,"h":1,"dP":1,"t":0,"uu":"agathe silverspoon|crcotn","m":"bestiary/tokens/CRCotN/Agathe Silverspoon.webp","n":"Agathe Silverspoon"},{"id":1427,"c":1,"u":"aloysia%20telfan_crcotn","p":61,"s":20,"h":1,"dP":1,"t":0,"uu":"aloysia telfan|crcotn","m":"bestiary/tokens/CRCotN/Aloysia Telfan.webp","n":"Aloysia Telfan"},{"id":1428,"c":1,"u":"alyxian%20aboleth_crcotn","p":195,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian aboleth|crcotn","m":"bestiary/tokens/CRCotN/Alyxian Aboleth.webp","n":"Alyxian Aboleth"},{"id":1429,"c":1,"u":"alyxian%20the%20absolved_crcotn","p":182,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian the absolved|crcotn","m":"bestiary/tokens/CRCotN/Alyxian the Absolved.webp","n":"Alyxian the Absolved"},{"id":1430,"c":1,"u":"alyxian%20the%20callous_crcotn","p":179,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian the callous|crcotn","m":"bestiary/tokens/CRCotN/Alyxian the Callous.webp","n":"Alyxian the Callous"},{"id":1431,"c":1,"u":"alyxian%20the%20dispossessed_crcotn","p":180,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian the dispossessed|crcotn","m":"bestiary/tokens/CRCotN/Alyxian the Dispossessed.webp","n":"Alyxian the Dispossessed"},{"id":1432,"c":1,"u":"alyxian%20the%20hunter_crcotn","p":160,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian the hunter|crcotn","m":"bestiary/tokens/CRCotN/Alyxian the Hunter.webp","n":"Alyxian the Hunter"},{"id":1433,"c":1,"u":"alyxian%20the%20tormented_crcotn","p":178,"s":20,"h":1,"dP":1,"t":0,"uu":"alyxian the tormented|crcotn","m":"bestiary/tokens/CRCotN/Alyxian the Tormented.webp","n":"Alyxian the Tormented"},{"id":1434,"c":1,"u":"animated%20glass%20statue_crcotn","p":109,"s":20,"h":1,"dP":1,"t":0,"uu":"animated glass statue|crcotn","m":"bestiary/tokens/CRCotN/Animated Glass Statue.webp","n":"Animated Glass Statue"},{"id":1435,"c":1,"u":"aradrine%20the%20owl_crcotn","p":82,"s":20,"h":1,"dP":1,"t":0,"uu":"aradrine the owl|crcotn","m":"bestiary/tokens/CRCotN/Aradrine the Owl.webp","n":"Aradrine the Owl"},{"id":1436,"c":1,"u":"ashann_crcotn","p":115,"s":20,"h":1,"dP":1,"t":0,"uu":"ashann|crcotn","m":"bestiary/tokens/CRCotN/Ashann.webp","n":"Ashann"},{"id":1437,"c":1,"u":"ayo%20jabe%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"t":0,"uu":"ayo jabe (tier 1)|crcotn","m":"bestiary/tokens/CRCotN/Ayo Jabe (Tier 1).webp","n":"Ayo Jabe (Tier 1)"},{"id":1438,"c":1,"u":"ayo%20jabe%20(tier%202)_crcotn","p":190,"s":20,"h":1,"dP":1,"t":0,"uu":"ayo jabe (tier 2)|crcotn","m":"bestiary/tokens/CRCotN/Ayo Jabe (Tier 2).webp","n":"Ayo Jabe (Tier 2)"},{"id":1439,"c":1,"u":"ayo%20jabe%20(tier%203)_crcotn","p":192,"s":20,"h":1,"dP":1,"t":0,"uu":"ayo jabe (tier 3)|crcotn","m":"bestiary/tokens/CRCotN/Ayo Jabe (Tier 3).webp","n":"Ayo Jabe (Tier 3)"},{"id":1440,"c":1,"u":"celeste_crcotn","p":150,"s":20,"h":1,"dP":1,"t":0,"uu":"celeste|crcotn","m":"bestiary/tokens/CRCotN/Celeste.webp","n":"Celeste"},{"id":1441,"c":1,"u":"corrupted%20giant%20shark_crcotn","p":196,"s":20,"h":1,"dP":1,"t":0,"uu":"corrupted giant shark|crcotn","m":"bestiary/tokens/CRCotN/Corrupted Giant Shark.webp","n":"Corrupted Giant Shark"},{"id":1442,"c":1,"u":"dancing%20flame_crcotn","p":68,"s":20,"h":1,"dP":1,"t":0,"uu":"dancing flame|crcotn","m":"bestiary/tokens/CRCotN/Dancing Flame.webp","n":"Dancing Flame"},{"id":1443,"c":1,"u":"death%20embrace_crcotn","p":197,"s":20,"h":1,"dP":1,"t":0,"uu":"death embrace|crcotn","m":"bestiary/tokens/CRCotN/Death Embrace.webp","n":"Death Embrace"},{"id":1444,"c":1,"u":"dermot%20wurder%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"t":0,"uu":"dermot wurder (tier 1)|crcotn","m":"bestiary/tokens/CRCotN/Dermot Wurder (Tier 1).webp","n":"Dermot Wurder (Tier 1)"},{"id":1445,"c":1,"u":"dermot%20wurder%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"t":0,"uu":"dermot wurder (tier 2)|crcotn","m":"bestiary/tokens/CRCotN/Dermot Wurder (Tier 2).webp","n":"Dermot Wurder (Tier 2)"},{"id":1446,"c":1,"u":"dermot%20wurder%20(tier%203)_crcotn","p":193,"s":20,"h":1,"dP":1,"t":0,"uu":"dermot wurder (tier 3)|crcotn","m":"bestiary/tokens/CRCotN/Dermot Wurder (Tier 3).webp","n":"Dermot Wurder (Tier 3)"},{"id":1447,"c":1,"u":"fiendish%20orc_crcotn","p":71,"s":20,"h":1,"dP":1,"t":0,"uu":"fiendish orc|crcotn","m":"bestiary/tokens/CRCotN/Fiendish Orc.webp","n":"Fiendish Orc"},{"id":1448,"c":1,"u":"foghome_crcotn","p":58,"s":20,"h":1,"dP":1,"t":0,"uu":"foghome|crcotn","m":"bestiary/tokens/CRCotN/Foghome.webp","n":"Foghome"},{"id":1449,"c":1,"u":"galeokaerda_crcotn","p":130,"s":20,"h":1,"dP":1,"t":0,"uu":"galeokaerda|crcotn","m":"bestiary/tokens/CRCotN/Galeokaerda.webp","n":"Galeokaerda"},{"id":1450,"c":1,"u":"galsariad%20ardyth%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"t":0,"uu":"galsariad ardyth (tier 1)|crcotn","m":"bestiary/tokens/CRCotN/Galsariad Ardyth (Tier 1).webp","n":"Galsariad Ardyth (Tier 1)"},{"id":1451,"c":1,"u":"galsariad%20ardyth%20(tier%202)_crcotn","p":190,"s":20,"h":1,"dP":1,"t":0,"uu":"galsariad ardyth (tier 2)|crcotn","m":"bestiary/tokens/CRCotN/Galsariad Ardyth (Tier 2).webp","n":"Galsariad Ardyth (Tier 2)"},{"id":1452,"c":1,"u":"galsariad%20ardyth%20(tier%203)_crcotn","p":193,"s":20,"h":1,"dP":1,"t":0,"uu":"galsariad ardyth (tier 3)|crcotn","m":"bestiary/tokens/CRCotN/Galsariad Ardyth (Tier 3).webp","n":"Galsariad Ardyth (Tier 3)"},{"id":1453,"c":1,"u":"gryz%20alakritos_crcotn","p":81,"s":20,"h":1,"dP":1,"t":0,"uu":"gryz alakritos|crcotn","m":"bestiary/tokens/CRCotN/Gryz Alakritos.webp","n":"Gryz Alakritos"},{"id":1454,"c":1,"u":"insight%20acuere_crcotn","p":126,"s":20,"h":1,"dP":1,"t":0,"uu":"insight acuere|crcotn","m":"bestiary/tokens/CRCotN/Insight Acuere.webp","n":"Insight Acuere"},{"id":1455,"c":1,"u":"irvan%20wastewalker%20(tier%201)_crcotn","p":189,"s":20,"h":1,"dP":1,"t":0,"uu":"irvan wastewalker (tier 1)|crcotn","m":"bestiary/tokens/CRCotN/Irvan Wastewalker (Tier 1).webp","n":"Irvan Wastewalker (Tier 1)"},{"id":1456,"c":1,"u":"irvan%20wastewalker%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"t":0,"uu":"irvan wastewalker (tier 2)|crcotn","m":"bestiary/tokens/CRCotN/Irvan Wastewalker (Tier 2).webp","n":"Irvan Wastewalker (Tier 2)"},{"id":1457,"c":1,"u":"irvan%20wastewalker%20(tier%203)_crcotn","p":194,"s":20,"h":1,"dP":1,"t":0,"uu":"irvan wastewalker (tier 3)|crcotn","m":"bestiary/tokens/CRCotN/Irvan Wastewalker (Tier 3).webp","n":"Irvan Wastewalker (Tier 3)"},{"id":1458,"c":1,"u":"james%20cryon_crcotn","p":81,"s":20,"h":1,"dP":1,"t":0,"uu":"james cryon|crcotn","m":"bestiary/tokens/CRCotN/James Cryon.webp","n":"James Cryon"},{"id":1459,"c":1,"u":"jamil%20a'alithiya_crcotn","p":83,"s":20,"h":1,"dP":1,"t":0,"uu":"jamil a'alithiya|crcotn","m":"bestiary/tokens/CRCotN/Jamil A'alithiya.webp","n":"Jamil A'alithiya"},{"id":1460,"c":1,"u":"koris_crcotn","p":106,"s":20,"h":1,"dP":1,"t":0,"uu":"koris|crcotn","m":"bestiary/tokens/CRCotN/Koris.webp","n":"Koris"},{"id":1461,"c":1,"u":"laurin%20ophidas_crcotn","p":112,"s":20,"h":1,"dP":1,"t":0,"uu":"laurin ophidas|crcotn","m":"bestiary/tokens/CRCotN/Laurin Ophidas.webp","n":"Laurin Ophidas"},{"id":1462,"c":1,"u":"light%20devourer_crcotn","p":200,"s":20,"h":1,"dP":1,"t":0,"uu":"light devourer|crcotn","m":"bestiary/tokens/CRCotN/Light Devourer.webp","n":"Light Devourer"},{"id":1463,"c":1,"u":"maggie%20keeneyes%20(tier%201)_crcotn","p":189,"s":20,"h":1,"dP":1,"t":0,"uu":"maggie keeneyes (tier 1)|crcotn","m":"bestiary/tokens/CRCotN/Maggie Keeneyes (Tier 1).webp","n":"Maggie Keeneyes (Tier 1)"},{"id":1464,"c":1,"u":"maggie%20keeneyes%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"t":0,"uu":"maggie keeneyes (tier 2)|crcotn","m":"bestiary/tokens/CRCotN/Maggie Keeneyes (Tier 2).webp","n":"Maggie Keeneyes (Tier 2)"},{"id":1465,"c":1,"u":"maggie%20keeneyes%20(tier%203)_crcotn","p":194,"s":20,"h":1,"dP":1,"t":0,"uu":"maggie keeneyes (tier 3)|crcotn","m":"bestiary/tokens/CRCotN/Maggie Keeneyes (Tier 3).webp","n":"Maggie Keeneyes (Tier 3)"},{"id":1466,"c":1,"u":"marisa_crcotn","p":150,"s":20,"h":1,"dP":1,"t":0,"uu":"marisa|crcotn","m":"bestiary/tokens/CRCotN/Marisa.webp","n":"Marisa"},{"id":1467,"c":1,"u":"meri_crcotn","p":150,"s":20,"h":1,"dP":1,"t":0,"uu":"meri|crcotn","m":"bestiary/tokens/CRCotN/Meri.webp","n":"Meri"},{"id":1468,"c":1,"u":"monastic%20high%20curator_crcotn","p":201,"s":20,"h":1,"dP":1,"t":0,"uu":"monastic high curator|crcotn","m":"bestiary/tokens/CRCotN/Monastic High Curator.webp","n":"Monastic High Curator"},{"id":1469,"c":1,"u":"monastic%20infiltrator_crcotn","p":202,"s":20,"h":1,"dP":1,"t":0,"uu":"monastic infiltrator|crcotn","m":"bestiary/tokens/CRCotN/Monastic Infiltrator.webp","n":"Monastic Infiltrator"},{"id":1470,"c":1,"u":"monastic%20operative_crcotn","p":202,"s":20,"h":1,"dP":1,"t":0,"uu":"monastic operative|crcotn","m":"bestiary/tokens/CRCotN/Monastic Operative.webp","n":"Monastic Operative"},{"id":1471,"c":1,"u":"moonshark_crcotn","p":33,"s":20,"h":1,"dP":1,"t":0,"uu":"moonshark|crcotn","m":"bestiary/tokens/CRCotN/Moonshark.webp","n":"Moonshark"},{"id":1472,"c":1,"u":"occult%20extollant_crcotn","p":204,"s":20,"h":1,"dP":1,"t":0,"uu":"occult extollant|crcotn","m":"bestiary/tokens/CRCotN/Occult Extollant.webp","n":"Occult Extollant"},{"id":1473,"c":1,"u":"occult%20initiate_crcotn","p":205,"s":20,"h":1,"dP":1,"t":0,"uu":"occult initiate|crcotn","m":"bestiary/tokens/CRCotN/Occult Initiate.webp","n":"Occult Initiate"},{"id":1474,"c":1,"u":"occult%20silvertongue_crcotn","p":205,"s":20,"h":1,"dP":1,"t":0,"uu":"occult silvertongue|crcotn","m":"bestiary/tokens/CRCotN/Occult Silvertongue.webp","n":"Occult Silvertongue"},{"id":1475,"c":1,"u":"olara_crcotn","p":129,"s":20,"h":1,"dP":1,"t":0,"uu":"olara|crcotn","m":"bestiary/tokens/CRCotN/Olara.webp","n":"Olara"},{"id":1476,"c":1,"u":"perigee_crcotn","p":168,"s":20,"h":1,"dP":1,"t":0,"uu":"perigee|crcotn","m":"bestiary/tokens/CRCotN/Perigee.webp","n":"Perigee"},{"id":1477,"c":1,"u":"prolix%20yusaf_crcotn","p":54,"s":20,"h":1,"dP":1,"t":0,"uu":"prolix yusaf|crcotn","m":"bestiary/tokens/CRCotN/Prolix Yusaf.webp","n":"Prolix Yusaf"},{"id":1478,"c":1,"u":"ruidium%20elephant_crcotn","p":95,"s":20,"h":1,"dP":1,"t":0,"uu":"ruidium elephant|crcotn","m":"bestiary/tokens/CRCotN/Ruidium Elephant.webp","n":"Ruidium Elephant"},{"id":1479,"c":1,"u":"scholarly%20agent_crcotn","p":206,"s":20,"h":1,"dP":1,"t":0,"uu":"scholarly agent|crcotn","m":"bestiary/tokens/CRCotN/Scholarly Agent.webp","n":"Scholarly Agent"},{"id":1480,"c":1,"u":"scholarly%20excavator_crcotn","p":206,"s":20,"h":1,"dP":1,"t":0,"uu":"scholarly excavator|crcotn","m":"bestiary/tokens/CRCotN/Scholarly Excavator.webp","n":"Scholarly Excavator"},{"id":1481,"c":1,"u":"scholarly%20mastermind_crcotn","p":207,"s":20,"h":1,"dP":1,"t":0,"uu":"scholarly mastermind|crcotn","m":"bestiary/tokens/CRCotN/Scholarly Mastermind.webp","n":"Scholarly Mastermind"},{"id":1482,"c":1,"u":"scribble_crcotn","p":126,"s":20,"h":1,"dP":1,"t":0,"uu":"scribble|crcotn","m":"bestiary/tokens/CRCotN/Scribble.webp","n":"Scribble"},{"id":1483,"c":1,"u":"scuttling%20serpentmaw_crcotn","p":208,"s":20,"h":1,"dP":1,"t":0,"uu":"scuttling serpentmaw|crcotn","m":"bestiary/tokens/CRCotN/Scuttling Serpentmaw.webp","n":"Scuttling Serpentmaw"},{"id":1484,"c":1,"u":"shira_crcotn","p":105,"s":20,"h":1,"dP":1,"t":0,"uu":"shira|crcotn","m":"bestiary/tokens/CRCotN/Shira.webp","n":"Shira"},{"id":1485,"c":1,"u":"skeletal%20bloodfin_crcotn","p":159,"s":20,"h":1,"dP":1,"t":0,"uu":"skeletal bloodfin|crcotn","m":"bestiary/tokens/CRCotN/Skeletal Bloodfin.webp","n":"Skeletal Bloodfin"},{"id":1486,"c":1,"u":"slithering%20bloodfin_crcotn","p":209,"s":20,"h":1,"dP":1,"t":0,"uu":"slithering bloodfin|crcotn","m":"bestiary/tokens/CRCotN/Slithering Bloodfin.webp","n":"Slithering Bloodfin"},{"id":1487,"c":1,"u":"sorrowfish_crcotn","p":210,"s":20,"h":1,"dP":1,"t":0,"uu":"sorrowfish|crcotn","m":"bestiary/tokens/CRCotN/Sorrowfish.webp","n":"Sorrowfish"},{"id":1488,"c":1,"u":"swarm%20of%20sorrowfish_crcotn","p":210,"s":20,"h":1,"dP":1,"t":0,"uu":"swarm of sorrowfish|crcotn","m":"bestiary/tokens/CRCotN/Swarm of Sorrowfish.webp","n":"Swarm of Sorrowfish"},{"id":1489,"c":1,"u":"verin%20thelyss_crcotn","p":51,"s":20,"h":1,"dP":1,"t":0,"uu":"verin thelyss|crcotn","m":"bestiary/tokens/CRCotN/Verin Thelyss.webp","n":"Verin Thelyss"},{"id":1490,"c":1,"u":"xot_crcotn","p":126,"s":20,"h":1,"dP":1,"t":0,"uu":"xot|crcotn","m":"bestiary/tokens/CRCotN/Xot.webp","n":"Xot"},{"id":1491,"c":1,"u":"young%20horizonback%20tortoise_crcotn","p":26,"s":20,"h":1,"dP":1,"t":0,"uu":"young horizonback tortoise|crcotn","m":"bestiary/tokens/CRCotN/Young Horizonback Tortoise.webp","n":"Young Horizonback Tortoise"},{"id":1492,"c":1,"u":"ebondeath_dc","s":21,"h":1,"t":0,"uu":"ebondeath|dc","m":"bestiary/tokens/DC/Ebondeath.webp","n":"Ebondeath"},{"id":1493,"c":1,"u":"expert_dc","s":21,"h":1,"t":0,"uu":"expert|dc","m":"bestiary/tokens/DC/Expert.webp","n":"Expert"},{"id":1494,"c":1,"u":"spellcaster%20(healer)_dc","s":21,"h":1,"t":0,"uu":"spellcaster (healer)|dc","m":"bestiary/tokens/DC/Spellcaster (Healer).webp","n":"Spellcaster (Healer)"},{"id":1495,"c":1,"u":"spellcaster%20(mage)_dc","s":21,"h":1,"t":0,"uu":"spellcaster (mage)|dc","m":"bestiary/tokens/DC/Spellcaster (Mage).webp","n":"Spellcaster (Mage)"},{"id":1496,"c":1,"u":"warrior_dc","s":21,"h":1,"t":0,"uu":"warrior|dc","m":"bestiary/tokens/DC/Warrior.webp","n":"Warrior"},{"id":1497,"c":1,"u":"anchorite%20of%20talos_dip","p":51,"s":22,"h":1,"t":0,"uu":"anchorite of talos|dip","m":"bestiary/tokens/DIP/Anchorite of Talos.webp","n":"Anchorite of Talos"},{"id":1498,"c":1,"u":"don-jon%20raskin_dip","p":56,"s":22,"h":1,"t":0,"uu":"don-jon raskin|dip","m":"bestiary/tokens/DIP/Don-Jon Raskin.webp","n":"Don-Jon Raskin"},{"id":1499,"c":1,"u":"falcon%20the%20hunter_dip","p":56,"s":22,"h":1,"t":0,"uu":"falcon the hunter|dip","m":"bestiary/tokens/DIP/Falcon the Hunter.webp","n":"Falcon the Hunter"},{"id":1500,"c":1,"u":"gorthok%20the%20thunder%20boar_dip","p":58,"s":22,"h":1,"t":0,"uu":"gorthok the thunder boar|dip","m":"bestiary/tokens/DIP/Gorthok the Thunder Boar.webp","n":"Gorthok the Thunder Boar"},{"id":1501,"c":1,"u":"rock%20gnome%20recluse_dip","p":62,"s":22,"h":1,"t":0,"uu":"rock gnome recluse|dip","m":"bestiary/tokens/DIP/Rock Gnome Recluse.webp","n":"Rock Gnome Recluse"},{"id":1502,"c":1,"u":"skeletal%20riding%20horse_dip","p":21,"s":22,"h":1,"t":0,"uu":"skeletal riding horse|dip","m":"bestiary/tokens/DIP/Skeletal Riding Horse.webp","n":"Skeletal Riding Horse"},{"id":1503,"c":1,"u":"pech_ditlcot","p":16,"s":23,"h":1,"t":0,"uu":"pech|ditlcot","m":"bestiary/tokens/DitLCoT/Pech.webp","n":"Pech"},{"id":1504,"c":1,"u":"avatar%20of%20death_dmg","p":164,"s":24,"h":1,"r":1,"t":0,"uu":"avatar of death|dmg","m":"bestiary/tokens/DMG/Avatar of Death.webp","n":"Avatar of Death"},{"id":1505,"c":1,"u":"giant%20fly_dmg","p":169,"s":24,"h":1,"t":0,"uu":"giant fly|dmg","m":"bestiary/tokens/DMG/Giant Fly.webp","n":"Giant Fly"},{"id":1506,"c":1,"u":"larva_dmg","p":63,"s":24,"h":1,"t":0,"uu":"larva|dmg","m":"bestiary/tokens/DMG/Larva.webp","n":"Larva"},{"id":1507,"c":1,"u":"amalgamation_dodk","p":206,"s":25,"h":1,"dP":1,"t":0,"uu":"amalgamation|dodk","m":"bestiary/tokens/DoDk/Amalgamation.webp","n":"Amalgamation"},{"id":1508,"c":1,"u":"animated%20delerium%20sludge_dodk","p":203,"s":25,"h":1,"dP":1,"t":0,"uu":"animated delerium sludge|dodk","m":"bestiary/tokens/DoDk/Animated Delerium Sludge.webp","n":"Animated Delerium Sludge"},{"id":1509,"c":1,"u":"arcane%20wraith_dodk","p":197,"s":25,"h":1,"dP":1,"t":0,"uu":"arcane wraith|dodk","m":"bestiary/tokens/DoDk/Arcane Wraith.webp","n":"Arcane Wraith"},{"id":1510,"c":1,"u":"big%20linda_dodk","p":163,"s":25,"h":1,"dP":1,"t":0,"uu":"big linda|dodk","m":"bestiary/tokens/DoDk/Big Linda.webp","n":"Big Linda"},{"id":1511,"c":1,"u":"cavalier_dodk","p":218,"s":25,"h":1,"dP":1,"t":0,"uu":"cavalier|dodk","m":"bestiary/tokens/DoDk/Cavalier.webp","n":"Cavalier"},{"id":1512,"c":1,"u":"chaplain_dodk","p":218,"s":25,"h":1,"dP":1,"t":0,"uu":"chaplain|dodk","m":"bestiary/tokens/DoDk/Chaplain.webp","n":"Chaplain"},{"id":1513,"c":1,"u":"crater%20wurm_dodk","p":197,"s":25,"h":1,"dP":1,"t":0,"uu":"crater wurm|dodk","m":"bestiary/tokens/DoDk/Crater Wurm.webp","n":"Crater Wurm"},{"id":1514,"c":1,"u":"crimson%20countess_dodk","p":208,"s":25,"h":1,"dP":1,"t":0,"uu":"crimson countess|dodk","m":"bestiary/tokens/DoDk/Crimson Countess.webp","n":"Crimson Countess"},{"id":1515,"c":1,"u":"delerium%20dreg_dodk","p":199,"s":25,"h":1,"dP":1,"t":0,"uu":"delerium dreg|dodk","m":"bestiary/tokens/DoDk/Delerium Dreg.webp","n":"Delerium Dreg"},{"id":1516,"c":1,"u":"eldrick%20runeweaver_dodk","p":215,"s":25,"h":1,"dP":1,"t":0,"uu":"eldrick runeweaver|dodk","m":"bestiary/tokens/DoDk/Eldrick Runeweaver.webp","n":"Eldrick Runeweaver"},{"id":1517,"c":1,"u":"entropic%20flame_dodk","p":204,"s":25,"h":1,"dP":1,"t":0,"uu":"entropic flame|dodk","m":"bestiary/tokens/DoDk/Entropic Flame.webp","n":"Entropic Flame"},{"id":1518,"c":1,"u":"eoghan%20ghostweaver_dodk","p":105,"s":25,"h":1,"dP":1,"t":0,"uu":"eoghan ghostweaver|dodk","m":"bestiary/tokens/DoDk/Eoghan Ghostweaver.webp","n":"Eoghan Ghostweaver"},{"id":1519,"c":1,"u":"executioner_dodk","p":209,"s":25,"h":1,"dP":1,"t":0,"uu":"executioner|dodk","m":"bestiary/tokens/DoDk/Executioner.webp","n":"Executioner"},{"id":1520,"c":1,"u":"garmyr_dodk","p":197,"s":25,"h":1,"dP":1,"t":0,"uu":"garmyr|dodk","m":"bestiary/tokens/DoDk/Garmyr.webp","n":"Garmyr"},{"id":1521,"c":1,"u":"gravekeeper_dodk","p":210,"s":25,"h":1,"dP":1,"t":0,"uu":"gravekeeper|dodk","m":"bestiary/tokens/DoDk/Gravekeeper.webp","n":"Gravekeeper"},{"id":1522,"c":1,"u":"grotesque%20gargant_dodk","p":197,"s":25,"h":1,"dP":1,"t":0,"uu":"grotesque gargant|dodk","m":"bestiary/tokens/DoDk/Grotesque Gargant.webp","n":"Grotesque Gargant"},{"id":1523,"c":1,"u":"haze%20hulk_dodk","p":200,"s":25,"h":1,"dP":1,"t":0,"uu":"haze hulk|dodk","m":"bestiary/tokens/DoDk/Haze Hulk.webp","n":"Haze Hulk"},{"id":1524,"c":1,"u":"haze%20husk_dodk","p":197,"s":25,"h":1,"dP":1,"t":0,"uu":"haze husk|dodk","m":"bestiary/tokens/DoDk/Haze Husk.webp","n":"Haze Husk"},{"id":1525,"c":1,"u":"haze%20wight_dodk","p":198,"s":25,"h":1,"dP":1,"t":0,"uu":"haze wight|dodk","m":"bestiary/tokens/DoDk/Haze Wight.webp","n":"Haze Wight"},{"id":1526,"c":1,"u":"hedge%20mage_dodk","p":219,"s":25,"h":1,"dP":1,"t":0,"uu":"hedge mage|dodk","m":"bestiary/tokens/DoDk/Hedge Mage.webp","n":"Hedge Mage"},{"id":1527,"c":1,"u":"hypnotic%20eldritch%20blossom_dodk","p":205,"s":25,"h":1,"dP":1,"t":0,"uu":"hypnotic eldritch blossom|dodk","m":"bestiary/tokens/DoDk/Hypnotic Eldritch Blossom.webp","n":"Hypnotic Eldritch Blossom"},{"id":1528,"c":1,"u":"knight-captain%20theodore%20marshal_dodk","p":215,"s":25,"h":1,"dP":1,"t":0,"uu":"knight-captain theodore marshal|dodk","m":"bestiary/tokens/DoDk/Knight-Captain Theodore Marshal.webp","n":"Knight-Captain Theodore Marshal"},{"id":1529,"c":1,"u":"lenore%20von%20kessel_dodk","p":134,"s":25,"h":1,"dP":1,"t":0,"uu":"lenore von kessel|dodk","m":"bestiary/tokens/DoDk/Lenore von Kessel.webp","n":"Lenore von Kessel"},{"id":1530,"c":1,"u":"living%20deep%20haze_dodk","p":204,"s":25,"h":1,"dP":1,"t":0,"uu":"living deep haze|dodk","m":"bestiary/tokens/DoDk/Living Deep Haze.webp","n":"Living Deep Haze"},{"id":1531,"c":1,"u":"lord%20commander%20elias%20drexel_dodk","p":214,"s":25,"h":1,"dP":1,"t":0,"uu":"lord commander elias drexel|dodk","m":"bestiary/tokens/DoDk/Lord Commander Elias Drexel.webp","n":"Lord Commander Elias Drexel"},{"id":1532,"c":1,"u":"lord%20of%20the%20feast_dodk","p":211,"s":25,"h":1,"dP":1,"t":0,"uu":"lord of the feast|dodk","m":"bestiary/tokens/DoDk/Lord of the Feast.webp","n":"Lord of the Feast"},{"id":1533,"c":1,"u":"lucretia%20mathias_dodk","p":216,"s":25,"h":1,"dP":1,"t":0,"uu":"lucretia mathias|dodk","m":"bestiary/tokens/DoDk/Lucretia Mathias.webp","n":"Lucretia Mathias"},{"id":1534,"c":1,"u":"minazorond_dodk","p":183,"s":25,"h":1,"dP":1,"t":0,"uu":"minazorond|dodk","m":"bestiary/tokens/DoDk/Minazorond.webp","n":"Minazorond"},{"id":1535,"c":1,"u":"oscar%20yoren_dodk","p":99,"s":25,"h":1,"dP":1,"t":0,"uu":"oscar yoren|dodk","m":"bestiary/tokens/DoDk/Oscar Yoren.webp","n":"Oscar Yoren"},{"id":1536,"c":1,"u":"pale%20man_dodk","p":212,"s":25,"h":1,"dP":1,"t":0,"uu":"pale man|dodk","m":"bestiary/tokens/DoDk/Pale Man.webp","n":"Pale Man"},{"id":1537,"c":1,"u":"protean%20abomination_dodk","p":201,"s":25,"h":1,"dP":1,"t":0,"uu":"protean abomination|dodk","m":"bestiary/tokens/DoDk/Protean Abomination.webp","n":"Protean Abomination"},{"id":1538,"c":1,"u":"queen%20of%20thieves_dodk","p":217,"s":25,"h":1,"dP":1,"t":0,"uu":"queen of thieves|dodk","m":"bestiary/tokens/DoDk/Queen of Thieves.webp","n":"Queen of Thieves"},{"id":1539,"c":1,"u":"rat%20prince_dodk","p":213,"s":25,"h":1,"dP":1,"t":0,"uu":"rat prince|dodk","m":"bestiary/tokens/DoDk/Rat Prince.webp","n":"Rat Prince"},{"id":1540,"c":1,"u":"ratling_dodk","p":202,"s":25,"h":1,"dP":1,"t":0,"uu":"ratling|dodk","m":"bestiary/tokens/DoDk/Ratling.webp","n":"Ratling"},{"id":1541,"c":1,"u":"saint%20gresha_dodk","p":124,"s":25,"h":1,"dP":1,"t":0,"uu":"saint gresha|dodk","m":"bestiary/tokens/DoDk/Saint Gresha.webp","n":"Saint Gresha"},{"id":1542,"c":1,"u":"scoundrel_dodk","p":219,"s":25,"h":1,"dP":1,"t":0,"uu":"scoundrel|dodk","m":"bestiary/tokens/DoDk/Scoundrel.webp","n":"Scoundrel"},{"id":1543,"c":1,"u":"tower%20dragon_dodk","p":198,"s":25,"h":1,"dP":1,"t":0,"uu":"tower dragon|dodk","m":"bestiary/tokens/DoDk/Tower Dragon.webp","n":"Tower Dragon"},{"id":1544,"c":1,"u":"urban%20ranger_dodk","p":220,"s":25,"h":1,"dP":1,"t":0,"uu":"urban ranger|dodk","m":"bestiary/tokens/DoDk/Urban Ranger.webp","n":"Urban Ranger"},{"id":1545,"c":1,"u":"walking%20delerium%20geode_dodk","p":205,"s":25,"h":1,"dP":1,"t":0,"uu":"walking delerium geode|dodk","m":"bestiary/tokens/DoDk/Walking Delerium Geode.webp","n":"Walking Delerium Geode"},{"id":1546,"c":1,"u":"wall%20gargoyle_dodk","p":198,"s":25,"h":1,"dP":1,"t":0,"uu":"wall gargoyle|dodk","m":"bestiary/tokens/DoDk/Wall Gargoyle.webp","n":"Wall Gargoyle"},{"id":1547,"c":1,"u":"warlock%20of%20the%20rat%20god_dodk","p":202,"s":25,"h":1,"dP":1,"t":0,"uu":"warlock of the rat god|dodk","m":"bestiary/tokens/DoDk/Warlock of the Rat God.webp","n":"Warlock of the Rat God"},{"id":1548,"c":1,"u":"warp%20witch_dodk","p":198,"s":25,"h":1,"dP":1,"t":0,"uu":"warp witch|dodk","m":"bestiary/tokens/DoDk/Warp Witch.webp","n":"Warp Witch"},{"id":1549,"c":1,"u":"fume%20drake_dosi","p":41,"s":26,"h":1,"t":0,"uu":"fume drake|dosi","m":"bestiary/tokens/DoSI/Fume Drake.webp","n":"Fume Drake"},{"id":1550,"c":1,"u":"kobold%20tinkerer_dosi","p":43,"s":26,"h":1,"t":0,"uu":"kobold tinkerer|dosi","m":"bestiary/tokens/DoSI/Kobold Tinkerer.webp","n":"Kobold Tinkerer"},{"id":1551,"c":1,"u":"merrow%20extortionist_dosi","p":0,"s":26,"h":1,"t":0,"uu":"merrow extortionist|dosi","m":"bestiary/tokens/DoSI/Merrow Extortionist.webp","n":"Merrow Extortionist"},{"id":1552,"c":1,"u":"myla_dosi","p":9,"s":26,"h":1,"t":0,"uu":"myla|dosi","m":"bestiary/tokens/DoSI/Myla.webp","n":"Myla"},{"id":1553,"c":1,"u":"runara_dosi","p":40,"s":26,"h":1,"t":0,"uu":"runara|dosi","m":"bestiary/tokens/DoSI/Runara.webp","n":"Runara"},{"id":1554,"c":1,"u":"sinensa_dosi","p":45,"s":26,"h":1,"t":0,"uu":"sinensa|dosi","m":"bestiary/tokens/DoSI/Sinensa.webp","n":"Sinensa"},{"id":1555,"c":1,"u":"spore%20servant%20octopus_dosi","p":46,"s":26,"h":1,"t":0,"uu":"spore servant octopus|dosi","m":"bestiary/tokens/DoSI/Spore Servant Octopus.webp","n":"Spore Servant Octopus"},{"id":1556,"c":1,"u":"tarak_dosi","p":47,"s":26,"h":1,"t":0,"uu":"tarak|dosi","m":"bestiary/tokens/DoSI/Tarak.webp","n":"Tarak"},{"id":1557,"c":1,"u":"varnoth_dosi","p":47,"s":26,"h":1,"t":0,"uu":"varnoth|dosi","m":"bestiary/tokens/DoSI/Varnoth.webp","n":"Varnoth"},{"id":1558,"c":1,"u":"violet%20fungus_dosi","p":48,"s":26,"h":1,"t":0,"uu":"violet fungus|dosi","m":"bestiary/tokens/DoSI/Violet Fungus.webp","n":"Violet Fungus"},{"id":1559,"c":1,"u":"amelia%20ghallen_dsotdq","p":180,"s":27,"h":1,"t":0,"uu":"amelia ghallen|dsotdq","m":"bestiary/tokens/DSotDQ/Amelia Ghallen.webp","n":"Amelia Ghallen"},{"id":1560,"c":1,"u":"andir%20valmakos_dsotdq","p":210,"s":27,"h":1,"t":0,"uu":"andir valmakos|dsotdq","m":"bestiary/tokens/DSotDQ/Andir Valmakos.webp","n":"Andir Valmakos"},{"id":1561,"c":1,"u":"anhkolox_dsotdq","p":192,"s":27,"h":1,"t":0,"uu":"anhkolox|dsotdq","m":"bestiary/tokens/DSotDQ/Anhkolox.webp","n":"Anhkolox"},{"id":1562,"c":1,"u":"aurak%20draconian_dsotdq","p":196,"s":27,"h":1,"t":0,"uu":"aurak draconian|dsotdq","m":"bestiary/tokens/DSotDQ/Aurak Draconian.webp","n":"Aurak Draconian"},{"id":1563,"c":1,"u":"ayik%20ur_dsotdq","p":211,"s":27,"h":1,"t":0,"uu":"ayik ur|dsotdq","m":"bestiary/tokens/DSotDQ/Ayik Ur.webp","n":"Ayik Ur"},{"id":1564,"c":1,"u":"baaz%20draconian_dsotdq","p":197,"s":27,"h":1,"t":0,"uu":"baaz draconian|dsotdq","m":"bestiary/tokens/DSotDQ/Baaz Draconian.webp","n":"Baaz Draconian"},{"id":1565,"c":1,"u":"bakaris%20the%20younger_dsotdq","p":57,"s":27,"h":1,"t":0,"uu":"bakaris the younger|dsotdq","m":"bestiary/tokens/DSotDQ/Bakaris the Younger.webp","n":"Bakaris the Younger"},{"id":1566,"c":1,"u":"bakaris%20uth%20estide_dsotdq","p":54,"s":27,"h":1,"t":0,"uu":"bakaris uth estide|dsotdq","m":"bestiary/tokens/DSotDQ/Bakaris Uth Estide.webp","n":"Bakaris Uth Estide"},{"id":1567,"c":1,"u":"becklin%20uth%20viharin_dsotdq","p":55,"s":27,"h":1,"t":0,"uu":"becklin uth viharin|dsotdq","m":"bestiary/tokens/DSotDQ/Becklin Uth Viharin.webp","n":"Becklin Uth Viharin"},{"id":1568,"c":1,"u":"belephaion_dsotdq","p":157,"s":27,"h":1,"t":0,"uu":"belephaion|dsotdq","m":"bestiary/tokens/DSotDQ/Belephaion.webp","n":"Belephaion"},{"id":1569,"c":1,"u":"bozak%20draconian_dsotdq","p":198,"s":27,"h":1,"t":0,"uu":"bozak draconian|dsotdq","m":"bestiary/tokens/DSotDQ/Bozak Draconian.webp","n":"Bozak Draconian"},{"id":1570,"c":1,"u":"captain%20hask_dsotdq","p":148,"s":27,"h":1,"t":0,"uu":"captain hask|dsotdq","m":"bestiary/tokens/DSotDQ/Captain Hask.webp","n":"Captain Hask"},{"id":1571,"c":1,"u":"caradoc_dsotdq","p":193,"s":27,"h":1,"t":0,"uu":"caradoc|dsotdq","m":"bestiary/tokens/DSotDQ/Caradoc.webp","n":"Caradoc"},{"id":1572,"c":1,"u":"clystran_dsotdq","p":126,"s":27,"h":1,"t":0,"uu":"clystran|dsotdq","m":"bestiary/tokens/DSotDQ/Clystran.webp","n":"Clystran"},{"id":1573,"c":1,"u":"cudgel%20ironsmile_dsotdq","p":58,"s":27,"h":1,"t":0,"uu":"cudgel ironsmile|dsotdq","m":"bestiary/tokens/DSotDQ/Cudgel Ironsmile.webp","n":"Cudgel Ironsmile"},{"id":1574,"c":1,"u":"dalamar_dsotdq","p":111,"s":27,"h":1,"t":0,"uu":"dalamar|dsotdq","m":"bestiary/tokens/DSotDQ/Dalamar.webp","n":"Dalamar"},{"id":1575,"c":1,"u":"darrett%20highwater_dsotdq","p":59,"s":27,"h":1,"t":0,"uu":"darrett highwater|dsotdq","m":"bestiary/tokens/DSotDQ/Darrett Highwater.webp","n":"Darrett Highwater"},{"id":1576,"c":1,"u":"demelin_dsotdq","p":139,"s":27,"h":1,"t":0,"uu":"demelin|dsotdq","m":"bestiary/tokens/DSotDQ/Demelin.webp","n":"Demelin"},{"id":1577,"c":1,"u":"dracophage%20subject_dsotdq","p":118,"s":27,"h":1,"t":0,"uu":"dracophage subject|dsotdq","m":"bestiary/tokens/DSotDQ/Dracophage Subject.webp","n":"Dracophage Subject"},{"id":1578,"c":1,"u":"dragon%20army%20dragonnel_dsotdq","p":201,"s":27,"h":1,"t":0,"uu":"dragon army dragonnel|dsotdq","m":"bestiary/tokens/DSotDQ/Dragon Army Dragonnel.webp","n":"Dragon Army Dragonnel"},{"id":1579,"c":1,"u":"dragon%20army%20officer_dsotdq","p":200,"s":27,"h":1,"t":0,"uu":"dragon army officer|dsotdq","m":"bestiary/tokens/DSotDQ/Dragon Army Officer.webp","n":"Dragon Army Officer"},{"id":1580,"c":1,"u":"dragon%20army%20soldier_dsotdq","p":200,"s":27,"h":1,"t":0,"uu":"dragon army soldier|dsotdq","m":"bestiary/tokens/DSotDQ/Dragon Army Soldier.webp","n":"Dragon Army Soldier"},{"id":1581,"c":1,"u":"durstan%20rial_dsotdq","p":97,"s":27,"h":1,"t":0,"uu":"durstan rial|dsotdq","m":"bestiary/tokens/DSotDQ/Durstan Rial.webp","n":"Durstan Rial"},{"id":1582,"c":1,"u":"duskwalker_dsotdq","p":150,"s":27,"h":1,"t":0,"uu":"duskwalker|dsotdq","m":"bestiary/tokens/DSotDQ/Duskwalker.webp","n":"Duskwalker"},{"id":1583,"c":1,"u":"fewmaster%20gholcag_dsotdq","p":74,"s":27,"h":1,"t":0,"uu":"fewmaster gholcag|dsotdq","m":"bestiary/tokens/DSotDQ/Fewmaster Gholcag.webp","n":"Fewmaster Gholcag"},{"id":1584,"c":1,"u":"greater%20death%20dragon_dsotdq","p":195,"s":27,"h":1,"t":0,"uu":"greater death dragon|dsotdq","m":"bestiary/tokens/DSotDQ/Greater Death Dragon.webp","n":"Greater Death Dragon"},{"id":1585,"c":1,"u":"hrigg%20roundrook_dsotdq","p":211,"s":27,"h":1,"t":0,"uu":"hrigg roundrook|dsotdq","m":"bestiary/tokens/DSotDQ/Hrigg Roundrook.webp","n":"Hrigg Roundrook"},{"id":1586,"c":1,"u":"hulking%20shadow_dsotdq","p":174,"s":27,"h":1,"t":0,"uu":"hulking shadow|dsotdq","m":"bestiary/tokens/DSotDQ/Hulking Shadow.webp","n":"Hulking Shadow"},{"id":1587,"c":1,"u":"ignia_dsotdq","p":184,"s":27,"h":1,"t":0,"uu":"ignia|dsotdq","m":"bestiary/tokens/DSotDQ/Ignia.webp","n":"Ignia"},{"id":1588,"c":1,"u":"incomplete%20dragon%20skeleton_dsotdq","p":138,"s":27,"h":1,"t":0,"uu":"incomplete dragon skeleton|dsotdq","m":"bestiary/tokens/DSotDQ/Incomplete Dragon Skeleton.webp","n":"Incomplete Dragon Skeleton"},{"id":1589,"c":1,"u":"iriad_dsotdq","p":212,"s":27,"h":1,"t":0,"uu":"iriad|dsotdq","m":"bestiary/tokens/DSotDQ/Iriad.webp","n":"Iriad"},{"id":1590,"c":1,"u":"ishvern_dsotdq","p":114,"s":27,"h":1,"t":0,"uu":"ishvern|dsotdq","m":"bestiary/tokens/DSotDQ/Ishvern.webp","n":"Ishvern"},{"id":1591,"c":1,"u":"istarian%20drone_dsotdq","p":202,"s":27,"h":1,"t":0,"uu":"istarian drone|dsotdq","m":"bestiary/tokens/DSotDQ/Istarian Drone.webp","n":"Istarian Drone"},{"id":1592,"c":1,"u":"jeyev%20veldrews_dsotdq","p":75,"s":27,"h":1,"t":0,"uu":"jeyev veldrews|dsotdq","m":"bestiary/tokens/DSotDQ/Jeyev Veldrews.webp","n":"Jeyev Veldrews"},{"id":1593,"c":1,"u":"kalaman%20soldier_dsotdq","p":202,"s":27,"h":1,"t":0,"uu":"kalaman soldier|dsotdq","m":"bestiary/tokens/DSotDQ/Kalaman Soldier.webp","n":"Kalaman Soldier"},{"id":1594,"c":1,"u":"kansaldi%20fire-eyes_dsotdq","p":203,"s":27,"h":1,"t":0,"uu":"kansaldi fire-eyes|dsotdq","m":"bestiary/tokens/DSotDQ/Kansaldi Fire-Eyes.webp","n":"Kansaldi Fire-Eyes"},{"id":1595,"c":1,"u":"kapak%20draconian_dsotdq","p":198,"s":27,"h":1,"t":0,"uu":"kapak draconian|dsotdq","m":"bestiary/tokens/DSotDQ/Kapak Draconian.webp","n":"Kapak Draconian"},{"id":1596,"c":1,"u":"karavarix_dsotdq","p":183,"s":27,"h":1,"t":0,"uu":"karavarix|dsotdq","m":"bestiary/tokens/DSotDQ/Karavarix.webp","n":"Karavarix"},{"id":1597,"c":1,"u":"kender%20skirmisher_dsotdq","p":204,"s":27,"h":1,"t":0,"uu":"kender skirmisher|dsotdq","m":"bestiary/tokens/DSotDQ/Kender Skirmisher.webp","n":"Kender Skirmisher"},{"id":1598,"c":1,"u":"leedara_dsotdq","p":58,"s":27,"h":1,"t":0,"uu":"leedara|dsotdq","m":"bestiary/tokens/DSotDQ/Leedara.webp","n":"Leedara"},{"id":1599,"c":1,"u":"lesser%20death%20dragon_dsotdq","p":195,"s":27,"h":1,"t":0,"uu":"lesser death dragon|dsotdq","m":"bestiary/tokens/DSotDQ/Lesser Death Dragon.webp","n":"Lesser Death Dragon"},{"id":1600,"c":1,"u":"levna%20drakehorn_dsotdq","p":213,"s":27,"h":1,"t":0,"uu":"levna drakehorn|dsotdq","m":"bestiary/tokens/DSotDQ/Levna Drakehorn.webp","n":"Levna Drakehorn"},{"id":1601,"c":1,"u":"lohezet_dsotdq","p":205,"s":27,"h":1,"t":0,"uu":"lohezet|dsotdq","m":"bestiary/tokens/DSotDQ/Lohezet.webp","n":"Lohezet"},{"id":1602,"c":1,"u":"lord%20soth_dsotdq","p":206,"s":27,"h":1,"t":0,"uu":"lord soth|dsotdq","m":"bestiary/tokens/DSotDQ/Lord Soth.webp","n":"Lord Soth"},{"id":1603,"c":1,"u":"lorry%20wanwillow_dsotdq","p":177,"s":27,"h":1,"t":0,"uu":"lorry wanwillow|dsotdq","m":"bestiary/tokens/DSotDQ/Lorry Wanwillow.webp","n":"Lorry Wanwillow"},{"id":1604,"c":1,"u":"raven%20uth%20vogler_dsotdq","p":53,"s":27,"h":1,"t":0,"uu":"raven uth vogler|dsotdq","m":"bestiary/tokens/DSotDQ/Raven Uth Vogler.webp","n":"Raven Uth Vogler"},{"id":1605,"c":1,"u":"red%20ruin_dsotdq","p":208,"s":27,"h":1,"t":0,"uu":"red ruin|dsotdq","m":"bestiary/tokens/DSotDQ/Red Ruin.webp","n":"Red Ruin"},{"id":1606,"c":1,"u":"sarlamir_dsotdq","p":102,"s":27,"h":1,"t":0,"uu":"sarlamir|dsotdq","m":"bestiary/tokens/DSotDQ/Sarlamir.webp","n":"Sarlamir"},{"id":1607,"c":1,"u":"sea%20elf%20scout_dsotdq","p":114,"s":27,"h":1,"t":0,"uu":"sea elf scout|dsotdq","m":"bestiary/tokens/DSotDQ/Sea Elf Scout.webp","n":"Sea Elf Scout"},{"id":1608,"c":1,"u":"sivak%20draconian_dsotdq","p":199,"s":27,"h":1,"t":0,"uu":"sivak draconian|dsotdq","m":"bestiary/tokens/DSotDQ/Sivak Draconian.webp","n":"Sivak Draconian"},{"id":1609,"c":1,"u":"skeletal%20knight_dsotdq","p":208,"s":27,"h":1,"t":0,"uu":"skeletal knight|dsotdq","m":"bestiary/tokens/DSotDQ/Skeletal Knight.webp","n":"Skeletal Knight"},{"id":1610,"c":1,"u":"tatina%20rookledust_dsotdq","p":87,"s":27,"h":1,"t":0,"uu":"tatina rookledust|dsotdq","m":"bestiary/tokens/DSotDQ/Tatina Rookledust.webp","n":"Tatina Rookledust"},{"id":1611,"c":1,"u":"tem%20temble_dsotdq","p":213,"s":27,"h":1,"t":0,"uu":"tem temble|dsotdq","m":"bestiary/tokens/DSotDQ/Tem Temble.webp","n":"Tem Temble"},{"id":1612,"c":1,"u":"undead%20soldier_dsotdq","p":96,"s":27,"h":1,"t":0,"uu":"undead soldier|dsotdq","m":"bestiary/tokens/DSotDQ/Undead Soldier.webp","n":"Undead Soldier"},{"id":1613,"c":1,"u":"virruza_dsotdq","p":119,"s":27,"h":1,"t":0,"uu":"virruza|dsotdq","m":"bestiary/tokens/DSotDQ/Virruza.webp","n":"Virruza"},{"id":1614,"c":1,"u":"wasteland%20dragonnel_dsotdq","p":201,"s":27,"h":1,"t":0,"uu":"wasteland dragonnel|dsotdq","m":"bestiary/tokens/DSotDQ/Wasteland Dragonnel.webp","n":"Wasteland Dragonnel"},{"id":1615,"c":1,"u":"wersten%20kern_dsotdq","p":209,"s":27,"h":1,"t":0,"uu":"wersten kern|dsotdq","m":"bestiary/tokens/DSotDQ/Wersten Kern.webp","n":"Wersten Kern"},{"id":1616,"c":1,"u":"wyhan_dsotdq","p":79,"s":27,"h":1,"t":0,"uu":"wyhan|dsotdq","m":"bestiary/tokens/DSotDQ/Wyhan.webp","n":"Wyhan"},{"id":1617,"c":1,"u":"aeorian%20absorber_egw","p":283,"s":28,"h":1,"dP":1,"t":0,"uu":"aeorian absorber|egw","m":"bestiary/tokens/EGW/Aeorian Absorber.webp","n":"Aeorian Absorber"},{"id":1618,"c":1,"u":"aeorian%20nullifier_egw","p":283,"s":28,"h":1,"dP":1,"t":0,"uu":"aeorian nullifier|egw","m":"bestiary/tokens/EGW/Aeorian Nullifier.webp","n":"Aeorian Nullifier"},{"id":1619,"c":1,"u":"aeorian%20reverser_egw","p":284,"s":28,"h":1,"dP":1,"t":0,"uu":"aeorian reverser|egw","m":"bestiary/tokens/EGW/Aeorian Reverser.webp","n":"Aeorian Reverser"},{"id":1620,"c":1,"u":"allowak%20abominable%20yeti_egw","p":126,"s":28,"h":1,"dP":1,"t":0,"uu":"allowak abominable yeti|egw","m":"bestiary/tokens/EGW/Allowak Abominable Yeti.webp","n":"Allowak Abominable Yeti"},{"id":1621,"c":1,"u":"allowak%20yeti_egw","p":126,"s":28,"h":1,"dP":1,"t":0,"uu":"allowak yeti|egw","m":"bestiary/tokens/EGW/Allowak Yeti.webp","n":"Allowak Yeti"},{"id":1622,"c":1,"u":"animated%20knife_egw","p":248,"s":28,"h":1,"dP":1,"t":0,"uu":"animated knife|egw","m":"bestiary/tokens/EGW/Animated Knife.webp","n":"Animated Knife"},{"id":1623,"c":1,"u":"animated%20tree_egw","p":130,"s":28,"h":1,"dP":1,"t":0,"uu":"animated tree|egw","m":"bestiary/tokens/EGW/Animated Tree.webp","n":"Animated Tree"},{"id":1624,"c":1,"u":"blood%20hunter_egw","p":284,"s":28,"h":1,"dP":1,"t":0,"uu":"blood hunter|egw","m":"bestiary/tokens/EGW/Blood Hunter.webp","n":"Blood Hunter"},{"id":1625,"c":1,"u":"bol'bara_egw","p":261,"s":28,"h":1,"dP":1,"t":0,"uu":"bol'bara|egw","m":"bestiary/tokens/EGW/Bol'bara.webp","n":"Bol'bara"},{"id":1626,"c":1,"u":"bristled%20moorbounder_egw","p":295,"s":28,"h":1,"dP":1,"t":0,"uu":"bristled moorbounder|egw","m":"bestiary/tokens/EGW/Bristled Moorbounder.webp","n":"Bristled Moorbounder"},{"id":1627,"c":1,"u":"core%20spawn%20crawler_egw","p":286,"s":28,"h":1,"dP":1,"t":0,"uu":"core spawn crawler|egw","m":"bestiary/tokens/EGW/Core Spawn Crawler.webp","n":"Core Spawn Crawler"},{"id":1628,"c":1,"u":"core%20spawn%20emissary_egw","p":286,"s":28,"h":1,"dP":1,"t":0,"uu":"core spawn emissary|egw","m":"bestiary/tokens/EGW/Core Spawn Emissary.webp","n":"Core Spawn Emissary"},{"id":1629,"c":1,"u":"core%20spawn%20seer_egw","p":286,"s":28,"h":1,"dP":1,"t":0,"uu":"core spawn seer|egw","m":"bestiary/tokens/EGW/Core Spawn Seer.webp","n":"Core Spawn Seer"},{"id":1630,"c":1,"u":"core%20spawn%20worm_egw","p":287,"s":28,"h":1,"dP":1,"t":0,"uu":"core spawn worm|egw","m":"bestiary/tokens/EGW/Core Spawn Worm.webp","n":"Core Spawn Worm"},{"id":1631,"c":1,"u":"damaged%20flesh%20golem_egw","p":248,"s":28,"h":1,"dP":1,"t":0,"uu":"damaged flesh golem|egw","m":"bestiary/tokens/EGW/Damaged Flesh Golem.webp","n":"Damaged Flesh Golem"},{"id":1632,"c":1,"u":"ferol%20sal_egw","p":249,"s":28,"h":1,"dP":1,"t":0,"uu":"ferol sal|egw","m":"bestiary/tokens/EGW/Ferol Sal.webp","n":"Ferol Sal"},{"id":1633,"c":1,"u":"frost%20giant%20zombie_egw","p":288,"s":28,"h":1,"dP":1,"t":0,"uu":"frost giant zombie|egw","m":"bestiary/tokens/EGW/Frost Giant Zombie.webp","n":"Frost Giant Zombie"},{"id":1634,"c":1,"u":"frost%20worm_egw","p":289,"s":28,"h":1,"dP":1,"t":0,"uu":"frost worm|egw","m":"bestiary/tokens/EGW/Frost Worm.webp","n":"Frost Worm"},{"id":1635,"c":1,"u":"gearkeeper%20construct_egw","p":290,"s":28,"h":1,"dP":1,"t":0,"uu":"gearkeeper construct|egw","m":"bestiary/tokens/EGW/Gearkeeper Construct.webp","n":"Gearkeeper Construct"},{"id":1636,"c":1,"u":"gloomstalker_egw","p":291,"s":28,"h":1,"dP":1,"t":0,"uu":"gloomstalker|egw","m":"bestiary/tokens/EGW/Gloomstalker.webp","n":"Gloomstalker"},{"id":1637,"c":1,"u":"guardian%20wolf_egw","p":272,"s":28,"h":1,"dP":1,"t":0,"uu":"guardian wolf|egw","m":"bestiary/tokens/EGW/Guardian Wolf.webp","n":"Guardian Wolf"},{"id":1638,"c":1,"u":"horizonback%20tortoise_egw","p":292,"s":28,"h":1,"dP":1,"t":0,"uu":"horizonback tortoise|egw","m":"bestiary/tokens/EGW/Horizonback Tortoise.webp","n":"Horizonback Tortoise"},{"id":1639,"c":1,"u":"hulil%20lutan_egw","p":240,"s":28,"h":1,"dP":1,"t":0,"uu":"hulil lutan|egw","m":"bestiary/tokens/EGW/Hulil Lutan.webp","n":"Hulil Lutan"},{"id":1640,"c":1,"u":"husk%20zombie_egw","p":293,"s":28,"h":1,"dP":1,"t":0,"uu":"husk zombie|egw","m":"bestiary/tokens/EGW/Husk Zombie.webp","n":"Husk Zombie"},{"id":1641,"c":1,"u":"ishel_egw","p":231,"s":28,"h":1,"dP":1,"t":0,"uu":"ishel|egw","m":"bestiary/tokens/EGW/Ishel.webp","n":"Ishel"},{"id":1642,"c":1,"u":"karkethzerethzerus%2c%20the%20sable%20despoiler_egw","p":158,"s":28,"h":1,"dP":1,"t":0,"uu":"karkethzerethzerus, the sable despoiler|egw","m":"bestiary/tokens/EGW/Karkethzerethzerus, the Sable Despoiler.webp","n":"Karkethzerethzerus, the Sable Despoiler"},{"id":1643,"c":1,"u":"kobold%20underling_egw","p":221,"s":28,"h":1,"dP":1,"t":0,"uu":"kobold underling|egw","m":"bestiary/tokens/EGW/Kobold Underling.webp","n":"Kobold Underling"},{"id":1644,"c":1,"u":"merrow%20shallowpriest_egw","p":294,"s":28,"h":1,"dP":1,"t":0,"uu":"merrow shallowpriest|egw","m":"bestiary/tokens/EGW/Merrow Shallowpriest.webp","n":"Merrow Shallowpriest"},{"id":1645,"c":1,"u":"moorbounder_egw","p":295,"s":28,"h":1,"dP":1,"t":0,"uu":"moorbounder|egw","m":"bestiary/tokens/EGW/Moorbounder.webp","n":"Moorbounder"},{"id":1646,"c":1,"u":"mossback%20steward_egw","p":256,"s":28,"h":1,"dP":1,"t":0,"uu":"mossback steward|egw","m":"bestiary/tokens/EGW/Mossback Steward.webp","n":"Mossback Steward"},{"id":1647,"c":1,"u":"nergaliid_egw","p":296,"s":28,"h":1,"dP":1,"t":0,"uu":"nergaliid|egw","m":"bestiary/tokens/EGW/Nergaliid.webp","n":"Nergaliid"},{"id":1648,"c":1,"u":"ogre%20lord%20buhfal%20ii_egw","p":251,"s":28,"h":1,"dP":1,"t":0,"uu":"ogre lord buhfal ii|egw","m":"bestiary/tokens/EGW/Ogre Lord Buhfal II.webp","n":"Ogre Lord Buhfal II"},{"id":1649,"c":1,"u":"old%20croaker_egw","p":240,"s":28,"h":1,"dP":1,"t":0,"uu":"old croaker|egw","m":"bestiary/tokens/EGW/Old Croaker.webp","n":"Old Croaker"},{"id":1650,"c":1,"u":"oracs%20the%20enduring_egw","p":154,"s":28,"h":1,"dP":1,"t":0,"uu":"oracs the enduring|egw","m":"bestiary/tokens/EGW/Oracs the Enduring.webp","n":"Oracs the Enduring"},{"id":1651,"c":1,"u":"parson%20pellinost_egw","p":261,"s":28,"h":1,"dP":1,"t":0,"uu":"parson pellinost|egw","m":"bestiary/tokens/EGW/Parson Pellinost.webp","n":"Parson Pellinost"},{"id":1652,"c":1,"u":"raegrin%20mau_egw","p":240,"s":28,"h":1,"dP":1,"t":0,"uu":"raegrin mau|egw","m":"bestiary/tokens/EGW/Raegrin Mau.webp","n":"Raegrin Mau"},{"id":1653,"c":1,"u":"sahuagin%20warlock%20of%20uk'otoa_egw","p":297,"s":28,"h":1,"dP":1,"t":0,"uu":"sahuagin warlock of uk'otoa|egw","m":"bestiary/tokens/EGW/Sahuagin Warlock of Uk'otoa.webp","n":"Sahuagin Warlock of Uk'otoa"},{"id":1654,"c":1,"u":"sea%20fury_egw","p":299,"s":28,"h":1,"dP":1,"t":0,"uu":"sea fury|egw","m":"bestiary/tokens/EGW/Sea Fury.webp","n":"Sea Fury"},{"id":1655,"c":1,"u":"shadowghast_egw","p":299,"s":28,"h":1,"dP":1,"t":0,"uu":"shadowghast|egw","m":"bestiary/tokens/EGW/Shadowghast.webp","n":"Shadowghast"},{"id":1656,"c":1,"u":"sharkbody%20abomination_egw","p":215,"s":28,"h":1,"dP":1,"t":0,"uu":"sharkbody abomination|egw","m":"bestiary/tokens/EGW/Sharkbody Abomination.webp","n":"Sharkbody Abomination"},{"id":1657,"c":1,"u":"sken%20zabriss_egw","p":221,"s":28,"h":1,"dP":1,"t":0,"uu":"sken zabriss|egw","m":"bestiary/tokens/EGW/Sken Zabriss.webp","n":"Sken Zabriss"},{"id":1658,"c":1,"u":"skr'a%20s'orsk_egw","p":254,"s":28,"h":1,"dP":1,"t":0,"uu":"skr'a s'orsk|egw","m":"bestiary/tokens/EGW/Skr'a S'orsk.webp","n":"Skr'a S'orsk"},{"id":1659,"c":1,"u":"swarm%20of%20undead%20snakes_egw","p":247,"s":28,"h":1,"dP":1,"t":0,"uu":"swarm of undead snakes|egw","m":"bestiary/tokens/EGW/Swarm of Undead Snakes.webp","n":"Swarm of Undead Snakes"},{"id":1660,"c":1,"u":"swavain%20basilisk_egw","p":300,"s":28,"h":1,"dP":1,"t":0,"uu":"swavain basilisk|egw","m":"bestiary/tokens/EGW/Swavain Basilisk.webp","n":"Swavain Basilisk"},{"id":1661,"c":1,"u":"three%20earrings_egw","p":211,"s":28,"h":1,"dP":1,"t":0,"uu":"three earrings|egw","m":"bestiary/tokens/EGW/Three Earrings.webp","n":"Three Earrings"},{"id":1662,"c":1,"u":"udaak_egw","p":301,"s":28,"h":1,"dP":1,"t":0,"uu":"udaak|egw","m":"bestiary/tokens/EGW/Udaak.webp","n":"Udaak"},{"id":1663,"c":1,"u":"vox%20seeker_egw","p":270,"s":28,"h":1,"dP":1,"t":0,"uu":"vox seeker|egw","m":"bestiary/tokens/EGW/Vox Seeker.webp","n":"Vox Seeker"},{"id":1664,"c":1,"u":"yinra%20emberwind_egw","p":223,"s":28,"h":1,"dP":1,"t":0,"uu":"yinra emberwind|egw","m":"bestiary/tokens/EGW/Yinra Emberwind.webp","n":"Yinra Emberwind"},{"id":1665,"c":1,"u":"belashyrra_erlw","p":286,"s":29,"h":1,"t":0,"uu":"belashyrra|erlw","m":"bestiary/tokens/ERLW/Belashyrra.webp","n":"Belashyrra"},{"id":1666,"c":1,"u":"bone%20knight_erlw","p":316,"s":29,"h":1,"t":0,"uu":"bone knight|erlw","m":"bestiary/tokens/ERLW/Bone Knight.webp","n":"Bone Knight"},{"id":1667,"c":1,"u":"changeling_erlw","p":317,"s":29,"h":1,"t":0,"uu":"changeling|erlw","m":"bestiary/tokens/ERLW/Changeling.webp","n":"Changeling"},{"id":1668,"c":1,"u":"clawfoot_erlw","p":289,"s":29,"h":1,"t":0,"uu":"clawfoot|erlw","m":"bestiary/tokens/ERLW/Clawfoot.webp","n":"Clawfoot"},{"id":1669,"c":1,"u":"corrin%20delmaco_erlw","p":271,"s":29,"h":1,"t":0,"uu":"corrin delmaco|erlw","m":"bestiary/tokens/ERLW/Corrin Delmaco.webp","n":"Corrin Delmaco"},{"id":1670,"c":1,"u":"dolgaunt_erlw","p":290,"s":29,"h":1,"t":0,"uu":"dolgaunt|erlw","m":"bestiary/tokens/ERLW/Dolgaunt.webp","n":"Dolgaunt"},{"id":1671,"c":1,"u":"dolgrim_erlw","p":291,"s":29,"h":1,"t":0,"uu":"dolgrim|erlw","m":"bestiary/tokens/ERLW/Dolgrim.webp","n":"Dolgrim"},{"id":1672,"c":1,"u":"dusk%20hag_erlw","p":292,"s":29,"h":1,"t":0,"uu":"dusk hag|erlw","m":"bestiary/tokens/ERLW/Dusk Hag.webp","n":"Dusk Hag"},{"id":1673,"c":1,"u":"dyrrn_erlw","p":288,"s":29,"h":1,"t":0,"uu":"dyrrn|erlw","m":"bestiary/tokens/ERLW/Dyrrn.webp","n":"Dyrrn"},{"id":1674,"c":1,"u":"expeditious%20messenger_erlw","p":293,"s":29,"h":1,"t":0,"uu":"expeditious messenger|erlw","m":"bestiary/tokens/ERLW/Expeditious Messenger.webp","n":"Expeditious Messenger"},{"id":1675,"c":1,"u":"fastieth_erlw","p":289,"s":29,"h":1,"t":0,"uu":"fastieth|erlw","m":"bestiary/tokens/ERLW/Fastieth.webp","n":"Fastieth"},{"id":1676,"c":1,"u":"garra_erlw","p":272,"s":29,"h":1,"t":0,"uu":"garra|erlw","m":"bestiary/tokens/ERLW/Garra.webp","n":"Garra"},{"id":1677,"c":1,"u":"hashalaq%20quori_erlw","p":305,"s":29,"h":1,"t":0,"uu":"hashalaq quori|erlw","m":"bestiary/tokens/ERLW/Hashalaq Quori.webp","n":"Hashalaq Quori"},{"id":1678,"c":1,"u":"inspired_erlw","p":294,"s":29,"h":1,"t":0,"uu":"inspired|erlw","m":"bestiary/tokens/ERLW/Inspired.webp","n":"Inspired"},{"id":1679,"c":1,"u":"iron%20defender_erlw","p":293,"s":29,"h":1,"t":0,"uu":"iron defender|erlw","m":"bestiary/tokens/ERLW/Iron Defender.webp","n":"Iron Defender"},{"id":1680,"c":1,"u":"kalaraq%20quori_erlw","p":306,"s":29,"h":1,"t":0,"uu":"kalaraq quori|erlw","m":"bestiary/tokens/ERLW/Kalaraq Quori.webp","n":"Kalaraq Quori"},{"id":1681,"c":1,"u":"kalashtar_erlw","p":317,"s":29,"h":1,"t":0,"uu":"kalashtar|erlw","m":"bestiary/tokens/ERLW/Kalashtar.webp","n":"Kalashtar"},{"id":1682,"c":1,"u":"karrnathi%20undead%20soldier_erlw","p":295,"s":29,"h":1,"t":0,"uu":"karrnathi undead soldier|erlw","m":"bestiary/tokens/ERLW/Karrnathi Undead Soldier.webp","n":"Karrnathi Undead Soldier"},{"id":1683,"c":1,"u":"lady%20illmarrow_erlw","p":296,"s":29,"h":1,"t":0,"uu":"lady illmarrow|erlw","m":"bestiary/tokens/ERLW/Lady Illmarrow.webp","n":"Lady Illmarrow"},{"id":1684,"c":1,"u":"living%20burning%20hands_erlw","p":298,"s":29,"h":1,"t":0,"uu":"living burning hands|erlw","m":"bestiary/tokens/ERLW/Living Burning Hands.webp","n":"Living Burning Hands"},{"id":1685,"c":1,"u":"living%20cloudkill_erlw","p":299,"s":29,"h":1,"t":0,"uu":"living cloudkill|erlw","m":"bestiary/tokens/ERLW/Living Cloudkill.webp","n":"Living Cloudkill"},{"id":1686,"c":1,"u":"living%20lightning%20bolt_erlw","p":299,"s":29,"h":1,"t":0,"uu":"living lightning bolt|erlw","m":"bestiary/tokens/ERLW/Living Lightning Bolt.webp","n":"Living Lightning Bolt"},{"id":1687,"c":1,"u":"magewright_erlw","p":318,"s":29,"h":1,"t":0,"uu":"magewright|erlw","m":"bestiary/tokens/ERLW/Magewright.webp","n":"Magewright"},{"id":1688,"c":1,"u":"mordakhesh_erlw","p":301,"s":29,"h":1,"t":0,"uu":"mordakhesh|erlw","m":"bestiary/tokens/ERLW/Mordakhesh.webp","n":"Mordakhesh"},{"id":1689,"c":1,"u":"radiant%20idol_erlw","p":308,"s":29,"h":1,"t":0,"uu":"radiant idol|erlw","m":"bestiary/tokens/ERLW/Radiant Idol.webp","n":"Radiant Idol"},{"id":1690,"c":1,"u":"rak%20tulkhesh_erlw","p":303,"s":29,"h":1,"t":0,"uu":"rak tulkhesh|erlw","m":"bestiary/tokens/ERLW/Rak Tulkhesh.webp","n":"Rak Tulkhesh"},{"id":1691,"c":1,"u":"sergeant_erlw","p":197,"s":29,"h":1,"t":0,"uu":"sergeant|erlw","m":"bestiary/tokens/ERLW/Sergeant.webp","n":"Sergeant"},{"id":1692,"c":1,"u":"shifter_erlw","p":319,"s":29,"h":1,"t":0,"uu":"shifter|erlw","m":"bestiary/tokens/ERLW/Shifter.webp","n":"Shifter"},{"id":1693,"c":1,"u":"sul%20khatesh_erlw","p":304,"s":29,"h":1,"t":0,"uu":"sul khatesh|erlw","m":"bestiary/tokens/ERLW/Sul Khatesh.webp","n":"Sul Khatesh"},{"id":1694,"c":1,"u":"tarkanan%20assassin_erlw","p":320,"s":29,"h":1,"t":0,"uu":"tarkanan assassin|erlw","m":"bestiary/tokens/ERLW/Tarkanan Assassin.webp","n":"Tarkanan Assassin"},{"id":1695,"c":1,"u":"the%20lord%20of%20blades_erlw","p":300,"s":29,"h":1,"t":0,"uu":"the lord of blades|erlw","m":"bestiary/tokens/ERLW/The Lord of Blades.webp","n":"The Lord of Blades"},{"id":1696,"c":1,"u":"tsucora%20quori_erlw","p":307,"s":29,"h":1,"t":0,"uu":"tsucora quori|erlw","m":"bestiary/tokens/ERLW/Tsucora Quori.webp","n":"Tsucora Quori"},{"id":1697,"c":1,"u":"undying%20councilor_erlw","p":311,"s":29,"h":1,"t":0,"uu":"undying councilor|erlw","m":"bestiary/tokens/ERLW/Undying Councilor.webp","n":"Undying Councilor"},{"id":1698,"c":1,"u":"undying%20soldier_erlw","p":311,"s":29,"h":1,"t":0,"uu":"undying soldier|erlw","m":"bestiary/tokens/ERLW/Undying Soldier.webp","n":"Undying Soldier"},{"id":1699,"c":1,"u":"valenar%20hawk_erlw","p":312,"s":29,"h":1,"t":0,"uu":"valenar hawk|erlw","m":"bestiary/tokens/ERLW/Valenar Hawk.webp","n":"Valenar Hawk"},{"id":1700,"c":1,"u":"valenar%20hound_erlw","p":312,"s":29,"h":1,"t":0,"uu":"valenar hound|erlw","m":"bestiary/tokens/ERLW/Valenar Hound.webp","n":"Valenar Hound"},{"id":1701,"c":1,"u":"valenar%20steed_erlw","p":313,"s":29,"h":1,"t":0,"uu":"valenar steed|erlw","m":"bestiary/tokens/ERLW/Valenar Steed.webp","n":"Valenar Steed"},{"id":1702,"c":1,"u":"warforged%20colossus_erlw","p":314,"s":29,"h":1,"t":0,"uu":"warforged colossus|erlw","m":"bestiary/tokens/ERLW/Warforged Colossus.webp","n":"Warforged Colossus"},{"id":1703,"c":1,"u":"warforged%20soldier_erlw","p":320,"s":29,"h":1,"t":0,"uu":"warforged soldier|erlw","m":"bestiary/tokens/ERLW/Warforged Soldier.webp","n":"Warforged Soldier"},{"id":1704,"c":1,"u":"warforged%20titan_erlw","p":315,"s":29,"h":1,"t":0,"uu":"warforged titan|erlw","m":"bestiary/tokens/ERLW/Warforged Titan.webp","n":"Warforged Titan"},{"id":1705,"c":1,"u":"zakya%20rakshasa_erlw","p":309,"s":29,"h":1,"t":0,"uu":"zakya rakshasa|erlw","m":"bestiary/tokens/ERLW/Zakya Rakshasa.webp","n":"Zakya Rakshasa"},{"id":1706,"c":1,"u":"expert_esk","p":63,"s":30,"h":1,"t":0,"uu":"expert|esk","m":"bestiary/tokens/ESK/Expert.webp","n":"Expert"},{"id":1707,"c":1,"u":"spellcaster_esk","p":63,"s":30,"h":1,"t":0,"uu":"spellcaster|esk","m":"bestiary/tokens/ESK/Spellcaster.webp","n":"Spellcaster"},{"id":1708,"c":1,"u":"warrior_esk","p":63,"s":30,"h":1,"t":0,"uu":"warrior|esk","m":"bestiary/tokens/ESK/Warrior.webp","n":"Warrior"},{"id":1709,"c":1,"u":"anarch_ggr","p":239,"s":31,"h":1,"t":0,"uu":"anarch|ggr","m":"bestiary/tokens/GGR/Anarch.webp","n":"Anarch"},{"id":1710,"c":1,"u":"archon%20of%20the%20triumvirate_ggr","p":192,"s":31,"h":1,"t":0,"uu":"archon of the triumvirate|ggr","m":"bestiary/tokens/GGR/Archon of the Triumvirate.webp","n":"Archon of the Triumvirate"},{"id":1711,"c":1,"u":"arclight%20phoenix_ggr","p":193,"s":31,"h":1,"t":0,"uu":"arclight phoenix|ggr","m":"bestiary/tokens/GGR/Arclight Phoenix.webp","n":"Arclight Phoenix"},{"id":1712,"c":1,"u":"aurelia_ggr","p":230,"s":31,"h":1,"t":0,"uu":"aurelia|ggr","m":"bestiary/tokens/GGR/Aurelia.webp","n":"Aurelia"},{"id":1713,"c":1,"u":"battleforce%20angel_ggr","p":189,"s":31,"h":1,"t":0,"uu":"battleforce angel|ggr","m":"bestiary/tokens/GGR/Battleforce Angel.webp","n":"Battleforce Angel"},{"id":1714,"c":1,"u":"biomancer_ggr","p":256,"s":31,"h":1,"t":0,"uu":"biomancer|ggr","m":"bestiary/tokens/GGR/Biomancer.webp","n":"Biomancer"},{"id":1715,"c":1,"u":"blistercoil%20weird_ggr","p":207,"s":31,"h":1,"t":0,"uu":"blistercoil weird|ggr","m":"bestiary/tokens/GGR/Blistercoil Weird.webp","n":"Blistercoil Weird"},{"id":1716,"c":1,"u":"blood%20drinker%20vampire_ggr","p":223,"s":31,"h":1,"t":0,"uu":"blood drinker vampire|ggr","m":"bestiary/tokens/GGR/Blood Drinker Vampire.webp","n":"Blood Drinker Vampire"},{"id":1717,"c":1,"u":"blood%20witch_ggr","p":248,"s":31,"h":1,"t":0,"uu":"blood witch|ggr","m":"bestiary/tokens/GGR/Blood Witch.webp","n":"Blood Witch"},{"id":1718,"c":1,"u":"bloodfray%20giant_ggr","p":200,"s":31,"h":1,"t":0,"uu":"bloodfray giant|ggr","m":"bestiary/tokens/GGR/Bloodfray Giant.webp","n":"Bloodfray Giant"},{"id":1719,"c":1,"u":"borborygmos_ggr","p":238,"s":31,"h":1,"t":0,"uu":"borborygmos|ggr","m":"bestiary/tokens/GGR/Borborygmos.webp","n":"Borborygmos"},{"id":1720,"c":1,"u":"cackler_ggr","p":195,"s":31,"h":1,"t":0,"uu":"cackler|ggr","m":"bestiary/tokens/GGR/Cackler.webp","n":"Cackler"},{"id":1721,"c":1,"u":"category%201%20krasis_ggr","p":210,"s":31,"h":1,"t":0,"uu":"category 1 krasis|ggr","m":"bestiary/tokens/GGR/Category 1 Krasis.webp","n":"Category 1 Krasis"},{"id":1722,"c":1,"u":"category%202%20krasis_ggr","p":211,"s":31,"h":1,"t":0,"uu":"category 2 krasis|ggr","m":"bestiary/tokens/GGR/Category 2 Krasis.webp","n":"Category 2 Krasis"},{"id":1723,"c":1,"u":"category%203%20krasis_ggr","p":212,"s":31,"h":1,"t":0,"uu":"category 3 krasis|ggr","m":"bestiary/tokens/GGR/Category 3 Krasis.webp","n":"Category 3 Krasis"},{"id":1724,"c":1,"u":"conclave%20dryad_ggr","p":194,"s":31,"h":1,"t":0,"uu":"conclave dryad|ggr","m":"bestiary/tokens/GGR/Conclave Dryad.webp","n":"Conclave Dryad"},{"id":1725,"c":1,"u":"cosmotronic%20blastseeker_ggr","p":242,"s":31,"h":1,"t":0,"uu":"cosmotronic blastseeker|ggr","m":"bestiary/tokens/GGR/Cosmotronic Blastseeker.webp","n":"Cosmotronic Blastseeker"},{"id":1726,"c":1,"u":"counterflux%20blastseeker_ggr","p":242,"s":31,"h":1,"t":0,"uu":"counterflux blastseeker|ggr","m":"bestiary/tokens/GGR/Counterflux Blastseeker.webp","n":"Counterflux Blastseeker"},{"id":1727,"c":1,"u":"deathpact%20angel_ggr","p":192,"s":31,"h":1,"t":0,"uu":"deathpact angel|ggr","m":"bestiary/tokens/GGR/Deathpact Angel.webp","n":"Deathpact Angel"},{"id":1728,"c":1,"u":"devkarin%20lich_ggr","p":198,"s":31,"h":1,"t":0,"uu":"devkarin lich|ggr","m":"bestiary/tokens/GGR/Devkarin Lich.webp","n":"Devkarin Lich"},{"id":1729,"c":1,"u":"druid%20of%20the%20old%20ways_ggr","p":239,"s":31,"h":1,"t":0,"uu":"druid of the old ways|ggr","m":"bestiary/tokens/GGR/Druid of the Old Ways.webp","n":"Druid of the Old Ways"},{"id":1730,"c":1,"u":"felidar_ggr","p":199,"s":31,"h":1,"t":0,"uu":"felidar|ggr","m":"bestiary/tokens/GGR/Felidar.webp","n":"Felidar"},{"id":1731,"c":1,"u":"firefist_ggr","p":231,"s":31,"h":1,"t":0,"uu":"firefist|ggr","m":"bestiary/tokens/GGR/Firefist.webp","n":"Firefist"},{"id":1732,"c":1,"u":"firemane%20angel_ggr","p":190,"s":31,"h":1,"t":0,"uu":"firemane angel|ggr","m":"bestiary/tokens/GGR/Firemane Angel.webp","n":"Firemane Angel"},{"id":1733,"c":1,"u":"flux%20blastseeker_ggr","p":242,"s":31,"h":1,"t":0,"uu":"flux blastseeker|ggr","m":"bestiary/tokens/GGR/Flux Blastseeker.webp","n":"Flux Blastseeker"},{"id":1734,"c":1,"u":"fluxcharger_ggr","p":208,"s":31,"h":1,"t":0,"uu":"fluxcharger|ggr","m":"bestiary/tokens/GGR/Fluxcharger.webp","n":"Fluxcharger"},{"id":1735,"c":1,"u":"flying%20horror_ggr","p":203,"s":31,"h":1,"t":0,"uu":"flying horror|ggr","m":"bestiary/tokens/GGR/Flying Horror.webp","n":"Flying Horror"},{"id":1736,"c":1,"u":"frontline%20medic_ggr","p":231,"s":31,"h":1,"t":0,"uu":"frontline medic|ggr","m":"bestiary/tokens/GGR/Frontline Medic.webp","n":"Frontline Medic"},{"id":1737,"c":1,"u":"galvanic%20blastseeker_ggr","p":243,"s":31,"h":1,"t":0,"uu":"galvanic blastseeker|ggr","m":"bestiary/tokens/GGR/Galvanic Blastseeker.webp","n":"Galvanic Blastseeker"},{"id":1738,"c":1,"u":"galvanice%20weird_ggr","p":209,"s":31,"h":1,"t":0,"uu":"galvanice weird|ggr","m":"bestiary/tokens/GGR/Galvanice Weird.webp","n":"Galvanice Weird"},{"id":1739,"c":1,"u":"gloamwing_ggr","p":215,"s":31,"h":1,"t":0,"uu":"gloamwing|ggr","m":"bestiary/tokens/GGR/Gloamwing.webp","n":"Gloamwing"},{"id":1740,"c":1,"u":"golgari%20shaman_ggr","p":236,"s":31,"h":1,"t":0,"uu":"golgari shaman|ggr","m":"bestiary/tokens/GGR/Golgari Shaman.webp","n":"Golgari Shaman"},{"id":1741,"c":1,"u":"guardian%20giant_ggr","p":201,"s":31,"h":1,"t":0,"uu":"guardian giant|ggr","m":"bestiary/tokens/GGR/Guardian Giant.webp","n":"Guardian Giant"},{"id":1742,"c":1,"u":"horncaller_ggr","p":253,"s":31,"h":1,"t":0,"uu":"horncaller|ggr","m":"bestiary/tokens/GGR/Horncaller.webp","n":"Horncaller"},{"id":1743,"c":1,"u":"hybrid%20brute_ggr","p":217,"s":31,"h":1,"t":0,"uu":"hybrid brute|ggr","m":"bestiary/tokens/GGR/Hybrid Brute.webp","n":"Hybrid Brute"},{"id":1744,"c":1,"u":"hybrid%20flier_ggr","p":217,"s":31,"h":1,"t":0,"uu":"hybrid flier|ggr","m":"bestiary/tokens/GGR/Hybrid Flier.webp","n":"Hybrid Flier"},{"id":1745,"c":1,"u":"hybrid%20poisoner_ggr","p":217,"s":31,"h":1,"t":0,"uu":"hybrid poisoner|ggr","m":"bestiary/tokens/GGR/Hybrid Poisoner.webp","n":"Hybrid Poisoner"},{"id":1746,"c":1,"u":"hybrid%20shocker_ggr","p":218,"s":31,"h":1,"t":0,"uu":"hybrid shocker|ggr","m":"bestiary/tokens/GGR/Hybrid Shocker.webp","n":"Hybrid Shocker"},{"id":1747,"c":1,"u":"hybrid%20spy_ggr","p":218,"s":31,"h":1,"t":0,"uu":"hybrid spy|ggr","m":"bestiary/tokens/GGR/Hybrid Spy.webp","n":"Hybrid Spy"},{"id":1748,"c":1,"u":"indentured%20spirit_ggr","p":206,"s":31,"h":1,"t":0,"uu":"indentured spirit|ggr","m":"bestiary/tokens/GGR/Indentured Spirit.webp","n":"Indentured Spirit"},{"id":1749,"c":1,"u":"isperia_ggr","p":227,"s":31,"h":1,"t":0,"uu":"isperia|ggr","m":"bestiary/tokens/GGR/Isperia.webp","n":"Isperia"},{"id":1750,"c":1,"u":"jarad%20vod%20savo_ggr","p":235,"s":31,"h":1,"t":0,"uu":"jarad vod savo|ggr","m":"bestiary/tokens/GGR/Jarad Vod Savo.webp","n":"Jarad Vod Savo"},{"id":1751,"c":1,"u":"kraul%20death%20priest_ggr","p":214,"s":31,"h":1,"t":0,"uu":"kraul death priest|ggr","m":"bestiary/tokens/GGR/Kraul Death Priest.webp","n":"Kraul Death Priest"},{"id":1752,"c":1,"u":"kraul%20warrior_ggr","p":213,"s":31,"h":1,"t":0,"uu":"kraul warrior|ggr","m":"bestiary/tokens/GGR/Kraul Warrior.webp","n":"Kraul Warrior"},{"id":1753,"c":1,"u":"lawmage_ggr","p":228,"s":31,"h":1,"t":0,"uu":"lawmage|ggr","m":"bestiary/tokens/GGR/Lawmage.webp","n":"Lawmage"},{"id":1754,"c":1,"u":"lazav_ggr","p":232,"s":31,"h":1,"t":0,"uu":"lazav|ggr","m":"bestiary/tokens/GGR/Lazav.webp","n":"Lazav"},{"id":1755,"c":1,"u":"master%20of%20cruelties_ggr","p":196,"s":31,"h":1,"t":0,"uu":"master of cruelties|ggr","m":"bestiary/tokens/GGR/Master of Cruelties.webp","n":"Master of Cruelties"},{"id":1756,"c":1,"u":"mind%20drinker%20vampire_ggr","p":224,"s":31,"h":1,"t":0,"uu":"mind drinker vampire|ggr","m":"bestiary/tokens/GGR/Mind Drinker Vampire.webp","n":"Mind Drinker Vampire"},{"id":1757,"c":1,"u":"mind%20mage_ggr","p":233,"s":31,"h":1,"t":0,"uu":"mind mage|ggr","m":"bestiary/tokens/GGR/Mind Mage.webp","n":"Mind Mage"},{"id":1758,"c":1,"u":"nightveil%20specter_ggr","p":215,"s":31,"h":1,"t":0,"uu":"nightveil specter|ggr","m":"bestiary/tokens/GGR/Nightveil Specter.webp","n":"Nightveil Specter"},{"id":1759,"c":1,"u":"niv-mizzet_ggr","p":241,"s":31,"h":1,"t":0,"uu":"niv-mizzet|ggr","m":"bestiary/tokens/GGR/Niv-Mizzet.webp","n":"Niv-Mizzet"},{"id":1760,"c":1,"u":"nivix%20cyclops_ggr","p":216,"s":31,"h":1,"t":0,"uu":"nivix cyclops|ggr","m":"bestiary/tokens/GGR/Nivix Cyclops.webp","n":"Nivix Cyclops"},{"id":1761,"c":1,"u":"obzedat%20ghost_ggr","p":245,"s":31,"h":1,"t":0,"uu":"obzedat ghost|ggr","m":"bestiary/tokens/GGR/Obzedat Ghost.webp","n":"Obzedat Ghost"},{"id":1762,"c":1,"u":"orzhov%20giant_ggr","p":202,"s":31,"h":1,"t":0,"uu":"orzhov giant|ggr","m":"bestiary/tokens/GGR/Orzhov Giant.webp","n":"Orzhov Giant"},{"id":1763,"c":1,"u":"precognitive%20mage_ggr","p":228,"s":31,"h":1,"t":0,"uu":"precognitive mage|ggr","m":"bestiary/tokens/GGR/Precognitive Mage.webp","n":"Precognitive Mage"},{"id":1764,"c":1,"u":"rakdos_ggr","p":247,"s":31,"h":1,"t":0,"uu":"rakdos|ggr","m":"bestiary/tokens/GGR/Rakdos.webp","n":"Rakdos"},{"id":1765,"c":1,"u":"rakdos%20lampooner_ggr","p":248,"s":31,"h":1,"t":0,"uu":"rakdos lampooner|ggr","m":"bestiary/tokens/GGR/Rakdos Lampooner.webp","n":"Rakdos Lampooner"},{"id":1766,"c":1,"u":"rakdos%20performer%2c%20blade%20juggler_ggr","p":249,"s":31,"h":1,"t":0,"uu":"rakdos performer, blade juggler|ggr","m":"bestiary/tokens/GGR/Rakdos Performer, Blade Juggler.webp","n":"Rakdos Performer, Blade Juggler"},{"id":1767,"c":1,"u":"rakdos%20performer%2c%20fire%20eater_ggr","p":249,"s":31,"h":1,"t":0,"uu":"rakdos performer, fire eater|ggr","m":"bestiary/tokens/GGR/Rakdos Performer, Fire Eater.webp","n":"Rakdos Performer, Fire Eater"},{"id":1768,"c":1,"u":"rakdos%20performer%2c%20high-wire%20acrobat_ggr","p":249,"s":31,"h":1,"t":0,"uu":"rakdos performer, high-wire acrobat|ggr","m":"bestiary/tokens/GGR/Rakdos Performer, High-Wire Acrobat.webp","n":"Rakdos Performer, High-Wire Acrobat"},{"id":1769,"c":1,"u":"reckoner_ggr","p":231,"s":31,"h":1,"t":0,"uu":"reckoner|ggr","m":"bestiary/tokens/GGR/Reckoner.webp","n":"Reckoner"},{"id":1770,"c":1,"u":"rubblebelt%20stalker_ggr","p":239,"s":31,"h":1,"t":0,"uu":"rubblebelt stalker|ggr","m":"bestiary/tokens/GGR/Rubblebelt Stalker.webp","n":"Rubblebelt Stalker"},{"id":1771,"c":1,"u":"scorchbringer%20guard_ggr","p":243,"s":31,"h":1,"t":0,"uu":"scorchbringer guard|ggr","m":"bestiary/tokens/GGR/Scorchbringer Guard.webp","n":"Scorchbringer Guard"},{"id":1772,"c":1,"u":"servitor%20thrull_ggr","p":221,"s":31,"h":1,"t":0,"uu":"servitor thrull|ggr","m":"bestiary/tokens/GGR/Servitor Thrull.webp","n":"Servitor Thrull"},{"id":1773,"c":1,"u":"shadow%20horror_ggr","p":205,"s":31,"h":1,"t":0,"uu":"shadow horror|ggr","m":"bestiary/tokens/GGR/Shadow Horror.webp","n":"Shadow Horror"},{"id":1774,"c":1,"u":"simic%20merfolk_ggr","p":187,"s":31,"h":1,"t":0,"uu":"simic merfolk|ggr","m":"bestiary/tokens/GGR/Simic Merfolk.webp","n":"Simic Merfolk"},{"id":1775,"c":1,"u":"sire%20of%20insanity_ggr","p":197,"s":31,"h":1,"t":0,"uu":"sire of insanity|ggr","m":"bestiary/tokens/GGR/Sire of Insanity.webp","n":"Sire of Insanity"},{"id":1776,"c":1,"u":"skittering%20horror_ggr","p":205,"s":31,"h":1,"t":0,"uu":"skittering horror|ggr","m":"bestiary/tokens/GGR/Skittering Horror.webp","n":"Skittering Horror"},{"id":1777,"c":1,"u":"skyjek%20roc_ggr","p":219,"s":31,"h":1,"t":0,"uu":"skyjek roc|ggr","m":"bestiary/tokens/GGR/Skyjek Roc.webp","n":"Skyjek Roc"},{"id":1778,"c":1,"u":"skyswimmer_ggr","p":220,"s":31,"h":1,"t":0,"uu":"skyswimmer|ggr","m":"bestiary/tokens/GGR/Skyswimmer.webp","n":"Skyswimmer"},{"id":1779,"c":1,"u":"soldier_ggr","p":226,"s":31,"h":1,"t":0,"uu":"soldier|ggr","m":"bestiary/tokens/GGR/Soldier.webp","n":"Soldier"},{"id":1780,"c":1,"u":"sphinx%20of%20judgment_ggr","p":183,"s":31,"h":1,"t":0,"uu":"sphinx of judgment|ggr","m":"bestiary/tokens/GGR/Sphinx of Judgment.webp","n":"Sphinx of Judgment"},{"id":1781,"c":1,"u":"sunder%20shaman_ggr","p":202,"s":31,"h":1,"t":0,"uu":"sunder shaman|ggr","m":"bestiary/tokens/GGR/Sunder Shaman.webp","n":"Sunder Shaman"},{"id":1782,"c":1,"u":"thought%20spy_ggr","p":233,"s":31,"h":1,"t":0,"uu":"thought spy|ggr","m":"bestiary/tokens/GGR/Thought Spy.webp","n":"Thought Spy"},{"id":1783,"c":1,"u":"trostani_ggr","p":252,"s":31,"h":1,"t":0,"uu":"trostani|ggr","m":"bestiary/tokens/GGR/Trostani.webp","n":"Trostani"},{"id":1784,"c":1,"u":"undercity%20medusa_ggr","p":222,"s":31,"h":1,"t":0,"uu":"undercity medusa|ggr","m":"bestiary/tokens/GGR/Undercity Medusa.webp","n":"Undercity Medusa"},{"id":1785,"c":1,"u":"winged%20thrull_ggr","p":221,"s":31,"h":1,"t":0,"uu":"winged thrull|ggr","m":"bestiary/tokens/GGR/Winged Thrull.webp","n":"Winged Thrull"},{"id":1786,"c":1,"u":"wurm_ggr","p":225,"s":31,"h":1,"t":0,"uu":"wurm|ggr","m":"bestiary/tokens/GGR/Wurm.webp","n":"Wurm"},{"id":1787,"c":1,"u":"zegana_ggr","p":255,"s":31,"h":1,"t":0,"uu":"zegana|ggr","m":"bestiary/tokens/GGR/Zegana.webp","n":"Zegana"},{"id":1788,"c":1,"u":"ancient%20corpse%20walker_ghloe","p":104,"s":32,"h":1,"dP":1,"t":0,"uu":"ancient corpse walker|ghloe","m":"bestiary/tokens/GHLoE/Ancient Corpse Walker.webp","n":"Ancient Corpse Walker"},{"id":1789,"c":1,"u":"angel%20of%20empyreus_ghloe","p":104,"s":32,"h":1,"dP":1,"t":0,"uu":"angel of empyreus|ghloe","m":"bestiary/tokens/GHLoE/Angel of Empyreus.webp","n":"Angel of Empyreus"},{"id":1790,"c":1,"u":"avarice%20seraph_ghloe","p":93,"s":32,"h":1,"dP":1,"t":0,"uu":"avarice seraph|ghloe","m":"bestiary/tokens/GHLoE/Avarice Seraph.webp","n":"Avarice Seraph"},{"id":1791,"c":1,"u":"awakened%20chapped%20brute_ghloe","p":68,"s":32,"h":1,"dP":1,"t":0,"uu":"awakened chapped brute|ghloe","m":"bestiary/tokens/GHLoE/Awakened Chapped Brute.webp","n":"Awakened Chapped Brute"},{"id":1792,"c":1,"u":"beast%20gnoll_ghloe","p":60,"s":32,"h":1,"dP":1,"t":0,"uu":"beast gnoll|ghloe","m":"bestiary/tokens/GHLoE/Beast Gnoll.webp","n":"Beast Gnoll"},{"id":1793,"c":1,"u":"bloodbonded_ghloe","p":39,"s":32,"h":1,"dP":1,"t":0,"uu":"bloodbonded|ghloe","m":"bestiary/tokens/GHLoE/Bloodbonded.webp","n":"Bloodbonded"},{"id":1794,"c":1,"u":"bone%20trader_ghloe","p":13,"s":32,"h":1,"dP":1,"t":0,"uu":"bone trader|ghloe","m":"bestiary/tokens/GHLoE/Bone Trader.webp","n":"Bone Trader"},{"id":1795,"c":1,"u":"candlelight%20daemon_ghloe","p":25,"s":32,"h":1,"dP":1,"t":0,"uu":"candlelight daemon|ghloe","m":"bestiary/tokens/GHLoE/Candlelight Daemon.webp","n":"Candlelight Daemon"},{"id":1796,"c":1,"u":"caprathorn_ghloe","p":91,"s":32,"h":1,"dP":1,"t":0,"uu":"caprathorn|ghloe","m":"bestiary/tokens/GHLoE/Caprathorn.webp","n":"Caprathorn"},{"id":1797,"c":1,"u":"chapped%20brute_ghloe","p":67,"s":32,"h":1,"dP":1,"t":0,"uu":"chapped brute|ghloe","m":"bestiary/tokens/GHLoE/Chapped Brute.webp","n":"Chapped Brute"},{"id":1798,"c":1,"u":"chapped%20brute%20abomination_ghloe","p":68,"s":32,"h":1,"dP":1,"t":0,"uu":"chapped brute abomination|ghloe","m":"bestiary/tokens/GHLoE/Chapped Brute Abomination.webp","n":"Chapped Brute Abomination"},{"id":1799,"c":1,"u":"corpse%20walker_ghloe","p":103,"s":32,"h":1,"dP":1,"t":0,"uu":"corpse walker|ghloe","m":"bestiary/tokens/GHLoE/Corpse Walker.webp","n":"Corpse Walker"},{"id":1800,"c":1,"u":"corpsejaw_ghloe","p":92,"s":32,"h":1,"dP":1,"t":0,"uu":"corpsejaw|ghloe","m":"bestiary/tokens/GHLoE/Corpsejaw.webp","n":"Corpsejaw"},{"id":1801,"c":1,"u":"dawndrinker_ghloe","p":49,"s":32,"h":1,"dP":1,"t":0,"uu":"dawndrinker|ghloe","m":"bestiary/tokens/GHLoE/Dawndrinker.webp","n":"Dawndrinker"},{"id":1802,"c":1,"u":"doomcaller_ghloe","p":47,"s":32,"h":1,"dP":1,"t":0,"uu":"doomcaller|ghloe","m":"bestiary/tokens/GHLoE/Doomcaller.webp","n":"Doomcaller"},{"id":1803,"c":1,"u":"downcast%20apostate_ghloe","p":49,"s":32,"h":1,"dP":1,"t":0,"uu":"downcast apostate|ghloe","m":"bestiary/tokens/GHLoE/Downcast Apostate.webp","n":"Downcast Apostate"},{"id":1804,"c":1,"u":"downcast%20mercenary_ghloe","p":49,"s":32,"h":1,"dP":1,"t":0,"uu":"downcast mercenary|ghloe","m":"bestiary/tokens/GHLoE/Downcast Mercenary.webp","n":"Downcast Mercenary"},{"id":1805,"c":1,"u":"eldritch%20herald_ghloe","p":41,"s":32,"h":1,"dP":1,"t":0,"uu":"eldritch herald|ghloe","m":"bestiary/tokens/GHLoE/Eldritch Herald.webp","n":"Eldritch Herald"},{"id":1806,"c":1,"u":"eldritch%20priest_ghloe","p":41,"s":32,"h":1,"dP":1,"t":0,"uu":"eldritch priest|ghloe","m":"bestiary/tokens/GHLoE/Eldritch Priest.webp","n":"Eldritch Priest"},{"id":1807,"c":1,"u":"elf%20vampire%20(ancient)_ghloe","p":106,"s":32,"h":1,"dP":1,"t":0,"uu":"elf vampire (ancient)|ghloe","m":"bestiary/tokens/GHLoE/Elf Vampire (Ancient).webp","n":"Elf Vampire (Ancient)"},{"id":1808,"c":1,"u":"empyrean%20brazen%20bull_ghloe","p":100,"s":32,"h":1,"dP":1,"t":0,"uu":"empyrean brazen bull|ghloe","m":"bestiary/tokens/GHLoE/Empyrean Brazen Bull.webp","n":"Empyrean Brazen Bull"},{"id":1809,"c":1,"u":"eye%20crawler_ghloe","p":82,"s":32,"h":1,"dP":1,"t":0,"uu":"eye crawler|ghloe","m":"bestiary/tokens/GHLoE/Eye Crawler.webp","n":"Eye Crawler"},{"id":1810,"c":1,"u":"eye%20crow_ghloe","p":58,"s":32,"h":1,"dP":1,"t":0,"uu":"eye crow|ghloe","m":"bestiary/tokens/GHLoE/Eye Crow.webp","n":"Eye Crow"},{"id":1811,"c":1,"u":"faevlin_ghloe","p":9,"s":32,"h":1,"dP":1,"t":0,"uu":"faevlin|ghloe","m":"bestiary/tokens/GHLoE/Faevlin.webp","n":"Faevlin"},{"id":1812,"c":1,"u":"fzeg_ghloe","p":80,"s":32,"h":1,"dP":1,"t":0,"uu":"fzeg|ghloe","m":"bestiary/tokens/GHLoE/Fzeg.webp","n":"Fzeg"},{"id":1813,"c":1,"u":"fzeglaich_ghloe","p":79,"s":32,"h":1,"dP":1,"t":0,"uu":"fzeglaich|ghloe","m":"bestiary/tokens/GHLoE/Fzeglaich.webp","n":"Fzeglaich"},{"id":1814,"c":1,"u":"gegazol_ghloe","p":117,"s":32,"h":1,"dP":1,"t":0,"uu":"gegazol|ghloe","m":"bestiary/tokens/GHLoE/Gegazol.webp","n":"Gegazol"},{"id":1815,"c":1,"u":"gluttony%20seraph_ghloe","p":95,"s":32,"h":1,"dP":1,"t":0,"uu":"gluttony seraph|ghloe","m":"bestiary/tokens/GHLoE/Gluttony Seraph.webp","n":"Gluttony Seraph"},{"id":1816,"c":1,"u":"gnoll%20brute_ghloe","p":60,"s":32,"h":1,"dP":1,"t":0,"uu":"gnoll brute|ghloe","m":"bestiary/tokens/GHLoE/Gnoll Brute.webp","n":"Gnoll Brute"},{"id":1817,"c":1,"u":"harvester%20of%20lies_ghloe","p":13,"s":32,"h":1,"dP":1,"t":0,"uu":"harvester of lies|ghloe","m":"bestiary/tokens/GHLoE/Harvester of Lies.webp","n":"Harvester of Lies"},{"id":1818,"c":1,"u":"horror%20flit%20hunter_ghloe","p":50,"s":32,"h":1,"dP":1,"t":0,"uu":"horror flit hunter|ghloe","m":"bestiary/tokens/GHLoE/Horror Flit Hunter.webp","n":"Horror Flit Hunter"},{"id":1819,"c":1,"u":"hourglass%20widow_ghloe","p":81,"s":32,"h":1,"dP":1,"t":0,"uu":"hourglass widow|ghloe","m":"bestiary/tokens/GHLoE/Hourglass Widow.webp","n":"Hourglass Widow"},{"id":1820,"c":1,"u":"hraptnon_ghloe","p":72,"s":32,"h":1,"dP":1,"t":0,"uu":"hraptnon|ghloe","m":"bestiary/tokens/GHLoE/Hraptnon.webp","n":"Hraptnon"},{"id":1821,"c":1,"u":"infernal%20tormentor_ghloe","p":50,"s":32,"h":1,"dP":1,"t":0,"uu":"infernal tormentor|ghloe","m":"bestiary/tokens/GHLoE/Infernal Tormentor.webp","n":"Infernal Tormentor"},{"id":1822,"c":1,"u":"ithjar_ghloe","p":94,"s":32,"h":1,"dP":1,"t":0,"uu":"ithjar|ghloe","m":"bestiary/tokens/GHLoE/Ithjar.webp","n":"Ithjar"},{"id":1823,"c":1,"u":"knifewing_ghloe","p":15,"s":32,"h":1,"dP":1,"t":0,"uu":"knifewing|ghloe","m":"bestiary/tokens/GHLoE/Knifewing.webp","n":"Knifewing"},{"id":1824,"c":1,"u":"lenchtahg_ghloe","p":51,"s":32,"h":1,"dP":1,"t":0,"uu":"lenchtahg|ghloe","m":"bestiary/tokens/GHLoE/Lenchtahg.webp","n":"Lenchtahg"},{"id":1825,"c":1,"u":"lesser%20avarice%20seraph_ghloe","p":94,"s":32,"h":1,"dP":1,"t":0,"uu":"lesser avarice seraph|ghloe","m":"bestiary/tokens/GHLoE/Lesser Avarice Seraph.webp","n":"Lesser Avarice Seraph"},{"id":1826,"c":1,"u":"lesser%20gluttony%20seraph_ghloe","p":94,"s":32,"h":1,"dP":1,"t":0,"uu":"lesser gluttony seraph|ghloe","m":"bestiary/tokens/GHLoE/Lesser Gluttony Seraph.webp","n":"Lesser Gluttony Seraph"},{"id":1827,"c":1,"u":"lich%20troll_ghloe","p":121,"s":32,"h":1,"dP":1,"t":0,"uu":"lich troll|ghloe","m":"bestiary/tokens/GHLoE/Lich Troll.webp","n":"Lich Troll"},{"id":1828,"c":1,"u":"lindwyrm_ghloe","p":58,"s":32,"h":1,"dP":1,"t":0,"uu":"lindwyrm|ghloe","m":"bestiary/tokens/GHLoE/Lindwyrm.webp","n":"Lindwyrm"},{"id":1829,"c":1,"u":"lupilisk_ghloe","p":61,"s":32,"h":1,"dP":1,"t":0,"uu":"lupilisk|ghloe","m":"bestiary/tokens/GHLoE/Lupilisk.webp","n":"Lupilisk"},{"id":1830,"c":1,"u":"lupilisk%20elder_ghloe","p":62,"s":32,"h":1,"dP":1,"t":0,"uu":"lupilisk elder|ghloe","m":"bestiary/tokens/GHLoE/Lupilisk Elder.webp","n":"Lupilisk Elder"},{"id":1831,"c":1,"u":"lupilisk%20whelp_ghloe","p":62,"s":32,"h":1,"dP":1,"t":0,"uu":"lupilisk whelp|ghloe","m":"bestiary/tokens/GHLoE/Lupilisk Whelp.webp","n":"Lupilisk Whelp"},{"id":1832,"c":1,"u":"malikirian%20imp_ghloe","p":109,"s":32,"h":1,"dP":1,"t":0,"uu":"malikirian imp|ghloe","m":"bestiary/tokens/GHLoE/Malikirian Imp.webp","n":"Malikirian Imp"},{"id":1833,"c":1,"u":"mjork_ghloe","p":69,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork|ghloe","m":"bestiary/tokens/GHLoE/Mjork.webp","n":"Mjork"},{"id":1834,"c":1,"u":"mjork%20asher_ghloe","p":71,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork asher|ghloe","m":"bestiary/tokens/GHLoE/Mjork Asher.webp","n":"Mjork Asher"},{"id":1835,"c":1,"u":"mjork%20burner_ghloe","p":71,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork burner|ghloe","m":"bestiary/tokens/GHLoE/Mjork Burner.webp","n":"Mjork Burner"},{"id":1836,"c":1,"u":"mjork%20charger_ghloe","p":70,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork charger|ghloe","m":"bestiary/tokens/GHLoE/Mjork Charger.webp","n":"Mjork Charger"},{"id":1837,"c":1,"u":"mjork%20sootling_ghloe","p":72,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork sootling|ghloe","m":"bestiary/tokens/GHLoE/Mjork Sootling.webp","n":"Mjork Sootling"},{"id":1838,"c":1,"u":"mjork%20sootling%20swarm_ghloe","p":72,"s":32,"h":1,"dP":1,"t":0,"uu":"mjork sootling swarm|ghloe","m":"bestiary/tokens/GHLoE/Mjork Sootling Swarm.webp","n":"Mjork Sootling Swarm"},{"id":1839,"c":1,"u":"mold%20spider_ghloe","p":83,"s":32,"h":1,"dP":1,"t":0,"uu":"mold spider|ghloe","m":"bestiary/tokens/GHLoE/Mold Spider.webp","n":"Mold Spider"},{"id":1840,"c":1,"u":"morbus%20kobold_ghloe","p":29,"s":32,"h":1,"dP":1,"t":0,"uu":"morbus kobold|ghloe","m":"bestiary/tokens/GHLoE/Morbus Kobold.webp","n":"Morbus Kobold"},{"id":1841,"c":1,"u":"oblivion%20brute_ghloe","p":28,"s":32,"h":1,"dP":1,"t":0,"uu":"oblivion brute|ghloe","m":"bestiary/tokens/GHLoE/Oblivion Brute.webp","n":"Oblivion Brute"},{"id":1842,"c":1,"u":"oblivion%20juggernaut_ghloe","p":28,"s":32,"h":1,"dP":1,"t":0,"uu":"oblivion juggernaut|ghloe","m":"bestiary/tokens/GHLoE/Oblivion Juggernaut.webp","n":"Oblivion Juggernaut"},{"id":1843,"c":1,"u":"oblivion%20leaper_ghloe","p":27,"s":32,"h":1,"dP":1,"t":0,"uu":"oblivion leaper|ghloe","m":"bestiary/tokens/GHLoE/Oblivion Leaper.webp","n":"Oblivion Leaper"},{"id":1844,"c":1,"u":"oblivion%20whistler_ghloe","p":27,"s":32,"h":1,"dP":1,"t":0,"uu":"oblivion whistler|ghloe","m":"bestiary/tokens/GHLoE/Oblivion Whistler.webp","n":"Oblivion Whistler"},{"id":1845,"c":1,"u":"oozing%20vulture_ghloe","p":38,"s":32,"h":1,"dP":1,"t":0,"uu":"oozing vulture|ghloe","m":"bestiary/tokens/GHLoE/Oozing Vulture.webp","n":"Oozing Vulture"},{"id":1846,"c":1,"u":"ordeal%20tree_ghloe","p":39,"s":32,"h":1,"dP":1,"t":0,"uu":"ordeal tree|ghloe","m":"bestiary/tokens/GHLoE/Ordeal Tree.webp","n":"Ordeal Tree"},{"id":1847,"c":1,"u":"panjaian%20ilharan_ghloe","p":96,"s":32,"h":1,"dP":1,"t":0,"uu":"panjaian ilharan|ghloe","m":"bestiary/tokens/GHLoE/Panjaian Ilharan.webp","n":"Panjaian Ilharan"},{"id":1848,"c":1,"u":"psychic%20fragment_ghloe","p":15,"s":32,"h":1,"dP":1,"t":0,"uu":"psychic fragment|ghloe","m":"bestiary/tokens/GHLoE/Psychic Fragment.webp","n":"Psychic Fragment"},{"id":1849,"c":1,"u":"psychic%20fragment%20swarm_ghloe","p":15,"s":32,"h":1,"dP":1,"t":0,"uu":"psychic fragment swarm|ghloe","m":"bestiary/tokens/GHLoE/Psychic Fragment Swarm.webp","n":"Psychic Fragment Swarm"},{"id":1850,"c":1,"u":"scream%20thief_ghloe","p":14,"s":32,"h":1,"dP":1,"t":0,"uu":"scream thief|ghloe","m":"bestiary/tokens/GHLoE/Scream Thief.webp","n":"Scream Thief"},{"id":1851,"c":1,"u":"sea%20drake_ghloe","p":51,"s":32,"h":1,"dP":1,"t":0,"uu":"sea drake|ghloe","m":"bestiary/tokens/GHLoE/Sea Drake.webp","n":"Sea Drake"},{"id":1852,"c":1,"u":"shadowsteel%20ghast_ghloe","p":84,"s":32,"h":1,"dP":1,"t":0,"uu":"shadowsteel ghast|ghloe","m":"bestiary/tokens/GHLoE/Shadowsteel Ghast.webp","n":"Shadowsteel Ghast"},{"id":1853,"c":1,"u":"shadowsteel%20ghoul_ghloe","p":84,"s":32,"h":1,"dP":1,"t":0,"uu":"shadowsteel ghoul|ghloe","m":"bestiary/tokens/GHLoE/Shadowsteel Ghoul.webp","n":"Shadowsteel Ghoul"},{"id":1854,"c":1,"u":"shatter%20corpse_ghloe","p":16,"s":32,"h":1,"dP":1,"t":0,"uu":"shatter corpse|ghloe","m":"bestiary/tokens/GHLoE/Shatter Corpse.webp","n":"Shatter Corpse"},{"id":1855,"c":1,"u":"shieldhead_ghloe","p":97,"s":32,"h":1,"dP":1,"t":0,"uu":"shieldhead|ghloe","m":"bestiary/tokens/GHLoE/Shieldhead.webp","n":"Shieldhead"},{"id":1856,"c":1,"u":"sitri%20cat_ghloe","p":85,"s":32,"h":1,"dP":1,"t":0,"uu":"sitri cat|ghloe","m":"bestiary/tokens/GHLoE/Sitri Cat.webp","n":"Sitri Cat"},{"id":1857,"c":1,"u":"skeleton%20cannoneer_ghloe","p":87,"s":32,"h":1,"dP":1,"t":0,"uu":"skeleton cannoneer|ghloe","m":"bestiary/tokens/GHLoE/Skeleton Cannoneer.webp","n":"Skeleton Cannoneer"},{"id":1858,"c":1,"u":"skeleton%20commander_ghloe","p":87,"s":32,"h":1,"dP":1,"t":0,"uu":"skeleton commander|ghloe","m":"bestiary/tokens/GHLoE/Skeleton Commander.webp","n":"Skeleton Commander"},{"id":1859,"c":1,"u":"skeleton%20rifler_ghloe","p":86,"s":32,"h":1,"dP":1,"t":0,"uu":"skeleton rifler|ghloe","m":"bestiary/tokens/GHLoE/Skeleton Rifler.webp","n":"Skeleton Rifler"},{"id":1860,"c":1,"u":"skinweaver_ghloe","p":30,"s":32,"h":1,"dP":1,"t":0,"uu":"skinweaver|ghloe","m":"bestiary/tokens/GHLoE/Skinweaver.webp","n":"Skinweaver"},{"id":1861,"c":1,"u":"sky%20drake_ghloe","p":63,"s":32,"h":1,"dP":1,"t":0,"uu":"sky drake|ghloe","m":"bestiary/tokens/GHLoE/Sky Drake.webp","n":"Sky Drake"},{"id":1862,"c":1,"u":"sloth%20galloper_ghloe","p":97,"s":32,"h":1,"dP":1,"t":0,"uu":"sloth galloper|ghloe","m":"bestiary/tokens/GHLoE/Sloth Galloper.webp","n":"Sloth Galloper"},{"id":1863,"c":1,"u":"snapjaw_ghloe","p":36,"s":32,"h":1,"dP":1,"t":0,"uu":"snapjaw|ghloe","m":"bestiary/tokens/GHLoE/Snapjaw.webp","n":"Snapjaw"},{"id":1864,"c":1,"u":"spythronar%20sac_ghloe","p":31,"s":32,"h":1,"dP":1,"t":0,"uu":"spythronar sac|ghloe","m":"bestiary/tokens/GHLoE/Spythronar Sac.webp","n":"Spythronar Sac"},{"id":1865,"c":1,"u":"spythronar%20swarm_ghloe","p":32,"s":32,"h":1,"dP":1,"t":0,"uu":"spythronar swarm|ghloe","m":"bestiary/tokens/GHLoE/Spythronar Swarm.webp","n":"Spythronar Swarm"},{"id":1866,"c":1,"u":"spythronar%20web_ghloe","p":32,"s":32,"h":1,"dP":1,"t":0,"uu":"spythronar web|ghloe","m":"bestiary/tokens/GHLoE/Spythronar Web.webp","n":"Spythronar Web"},{"id":1867,"c":1,"u":"stormborn%20ithjar_ghloe","p":94,"s":32,"h":1,"dP":1,"t":0,"uu":"stormborn ithjar|ghloe","m":"bestiary/tokens/GHLoE/Stormborn Ithjar.webp","n":"Stormborn Ithjar"},{"id":1868,"c":1,"u":"thornlamm_ghloe","p":90,"s":32,"h":1,"dP":1,"t":0,"uu":"thornlamm|ghloe","m":"bestiary/tokens/GHLoE/Thornlamm.webp","n":"Thornlamm"},{"id":1869,"c":1,"u":"torcheater_ghloe","p":73,"s":32,"h":1,"dP":1,"t":0,"uu":"torcheater|ghloe","m":"bestiary/tokens/GHLoE/Torcheater.webp","n":"Torcheater"},{"id":1870,"c":1,"u":"venomous%20gnoll_ghloe","p":60,"s":32,"h":1,"dP":1,"t":0,"uu":"venomous gnoll|ghloe","m":"bestiary/tokens/GHLoE/Venomous Gnoll.webp","n":"Venomous Gnoll"},{"id":1871,"c":1,"u":"vitebriate_ghloe","p":21,"s":32,"h":1,"dP":1,"t":0,"uu":"vitebriate|ghloe","m":"bestiary/tokens/GHLoE/Vitebriate.webp","n":"Vitebriate"},{"id":1872,"c":1,"u":"werebear%20ascetic_ghloe","p":37,"s":32,"h":1,"dP":1,"t":0,"uu":"werebear ascetic|ghloe","m":"bestiary/tokens/GHLoE/Werebear Ascetic.webp","n":"Werebear Ascetic"},{"id":1873,"c":1,"u":"werewolf%20ravager_ghloe","p":83,"s":32,"h":1,"dP":1,"t":0,"uu":"werewolf ravager|ghloe","m":"bestiary/tokens/GHLoE/Werewolf Ravager.webp","n":"Werewolf Ravager"},{"id":1874,"c":1,"u":"xakalonus_ghloe","p":73,"s":32,"h":1,"dP":1,"t":0,"uu":"xakalonus|ghloe","m":"bestiary/tokens/GHLoE/Xakalonus.webp","n":"Xakalonus"},{"id":1875,"c":1,"u":"young%20blightscale%20dragon_ghloe","p":82,"s":32,"h":1,"dP":1,"t":0,"uu":"young blightscale dragon|ghloe","m":"bestiary/tokens/GHLoE/Young Blightscale Dragon.webp","n":"Young Blightscale Dragon"},{"id":1876,"c":1,"u":"zombie%20troll_ghloe","p":121,"s":32,"h":1,"dP":1,"t":0,"uu":"zombie troll|ghloe","m":"bestiary/tokens/GHLoE/Zombie Troll.webp","n":"Zombie Troll"},{"id":1877,"c":1,"u":"amphisbaena_gos","p":230,"s":33,"h":1,"t":0,"uu":"amphisbaena|gos","m":"bestiary/tokens/GoS/Amphisbaena.webp","n":"Amphisbaena"},{"id":1878,"c":1,"u":"barnacle%20bess_gos","p":220,"s":33,"h":1,"t":0,"uu":"barnacle bess|gos","m":"bestiary/tokens/GoS/Barnacle Bess.webp","n":"Barnacle Bess"},{"id":1879,"c":1,"u":"bullywug%20croaker_gos","p":232,"s":33,"h":1,"t":0,"uu":"bullywug croaker|gos","m":"bestiary/tokens/GoS/Bullywug Croaker.webp","n":"Bullywug Croaker"},{"id":1880,"c":1,"u":"bullywug%20royal_gos","p":232,"s":33,"h":1,"t":0,"uu":"bullywug royal|gos","m":"bestiary/tokens/GoS/Bullywug Royal.webp","n":"Bullywug Royal"},{"id":1881,"c":1,"u":"captain%20xendros_gos","p":14,"s":33,"h":1,"t":0,"uu":"captain xendros|gos","m":"bestiary/tokens/GoS/Captain Xendros.webp","n":"Captain Xendros"},{"id":1882,"c":1,"u":"drowned%20ascetic_gos","p":233,"s":33,"h":1,"t":0,"uu":"drowned ascetic|gos","m":"bestiary/tokens/GoS/Drowned Ascetic.webp","n":"Drowned Ascetic"},{"id":1883,"c":1,"u":"drowned%20assassin_gos","p":234,"s":33,"h":1,"t":0,"uu":"drowned assassin|gos","m":"bestiary/tokens/GoS/Drowned Assassin.webp","n":"Drowned Assassin"},{"id":1884,"c":1,"u":"drowned%20blade_gos","p":235,"s":33,"h":1,"t":0,"uu":"drowned blade|gos","m":"bestiary/tokens/GoS/Drowned Blade.webp","n":"Drowned Blade"},{"id":1885,"c":1,"u":"drowned%20master_gos","p":235,"s":33,"h":1,"t":0,"uu":"drowned master|gos","m":"bestiary/tokens/GoS/Drowned Master.webp","n":"Drowned Master"},{"id":1886,"c":1,"u":"fish_gos","p":224,"s":33,"h":1,"t":0,"uu":"fish|gos","m":"bestiary/tokens/GoS/Fish.webp","n":"Fish"},{"id":1887,"c":1,"u":"giant%20coral%20snake_gos","p":236,"s":33,"h":1,"t":0,"uu":"giant coral snake|gos","m":"bestiary/tokens/GoS/Giant Coral Snake.webp","n":"Giant Coral Snake"},{"id":1888,"c":1,"u":"giant%20sea%20eel_gos","p":237,"s":33,"h":1,"t":0,"uu":"giant sea eel|gos","m":"bestiary/tokens/GoS/Giant Sea Eel.webp","n":"Giant Sea Eel"},{"id":1889,"c":1,"u":"giant%20white%20moray%20eel_gos","p":216,"s":33,"h":1,"t":0,"uu":"giant white moray eel|gos","m":"bestiary/tokens/GoS/Giant White Moray Eel.webp","n":"Giant White Moray Eel"},{"id":1890,"c":1,"u":"harpy%20matriarch_gos","p":237,"s":33,"h":1,"t":0,"uu":"harpy matriarch|gos","m":"bestiary/tokens/GoS/Harpy Matriarch.webp","n":"Harpy Matriarch"},{"id":1891,"c":1,"u":"juvenile%20kraken_gos","p":238,"s":33,"h":1,"t":0,"uu":"juvenile kraken|gos","m":"bestiary/tokens/GoS/Juvenile Kraken.webp","n":"Juvenile Kraken"},{"id":1892,"c":1,"u":"koalinth_gos","p":239,"s":33,"h":1,"t":0,"uu":"koalinth|gos","m":"bestiary/tokens/GoS/Koalinth.webp","n":"Koalinth"},{"id":1893,"c":1,"u":"koalinth%20sergeant_gos","p":239,"s":33,"h":1,"t":0,"uu":"koalinth sergeant|gos","m":"bestiary/tokens/GoS/Koalinth Sergeant.webp","n":"Koalinth Sergeant"},{"id":1894,"c":1,"u":"krell%20grohlg_gos","p":92,"s":33,"h":1,"t":0,"uu":"krell grohlg|gos","m":"bestiary/tokens/GoS/Krell Grohlg.webp","n":"Krell Grohlg"},{"id":1895,"c":1,"u":"kysh_gos","p":240,"s":33,"h":1,"t":0,"uu":"kysh|gos","m":"bestiary/tokens/GoS/Kysh.webp","n":"Kysh"},{"id":1896,"c":1,"u":"living%20iron%20statue_gos","p":241,"s":33,"h":1,"t":0,"uu":"living iron statue|gos","m":"bestiary/tokens/GoS/Living Iron Statue.webp","n":"Living Iron Statue"},{"id":1897,"c":1,"u":"lizardfolk%20commoner_gos","p":241,"s":33,"h":1,"t":0,"uu":"lizardfolk commoner|gos","m":"bestiary/tokens/GoS/Lizardfolk Commoner.webp","n":"Lizardfolk Commoner"},{"id":1898,"c":1,"u":"lizardfolk%20render_gos","p":241,"s":33,"h":1,"t":0,"uu":"lizardfolk render|gos","m":"bestiary/tokens/GoS/Lizardfolk Render.webp","n":"Lizardfolk Render"},{"id":1899,"c":1,"u":"lizardfolk%20scaleshield_gos","p":242,"s":33,"h":1,"t":0,"uu":"lizardfolk scaleshield|gos","m":"bestiary/tokens/GoS/Lizardfolk Scaleshield.webp","n":"Lizardfolk Scaleshield"},{"id":1900,"c":1,"u":"lizardfolk%20subchief_gos","p":242,"s":33,"h":1,"t":0,"uu":"lizardfolk subchief|gos","m":"bestiary/tokens/GoS/Lizardfolk Subchief.webp","n":"Lizardfolk Subchief"},{"id":1901,"c":1,"u":"locathah_gos","p":243,"s":33,"h":1,"t":0,"uu":"locathah|gos","m":"bestiary/tokens/GoS/Locathah.webp","n":"Locathah"},{"id":1902,"c":1,"u":"locathah%20hunter_gos","p":243,"s":33,"h":1,"t":0,"uu":"locathah hunter|gos","m":"bestiary/tokens/GoS/Locathah Hunter.webp","n":"Locathah Hunter"},{"id":1903,"c":1,"u":"master%20refrum_gos","p":165,"s":33,"h":1,"t":0,"uu":"master refrum|gos","m":"bestiary/tokens/GoS/Master Refrum.webp","n":"Master Refrum"},{"id":1904,"c":1,"u":"maw%20of%20sekolah_gos","p":244,"s":33,"h":1,"t":0,"uu":"maw of sekolah|gos","m":"bestiary/tokens/GoS/Maw of Sekolah.webp","n":"Maw of Sekolah"},{"id":1905,"c":1,"u":"merfolk%20salvager_gos","p":244,"s":33,"h":1,"t":0,"uu":"merfolk salvager|gos","m":"bestiary/tokens/GoS/Merfolk Salvager.webp","n":"Merfolk Salvager"},{"id":1906,"c":1,"u":"merfolk%20scout_gos","p":216,"s":33,"h":1,"t":0,"uu":"merfolk scout|gos","m":"bestiary/tokens/GoS/Merfolk Scout.webp","n":"Merfolk Scout"},{"id":1907,"c":1,"u":"minotaur%20living%20crystal%20statue_gos","p":245,"s":33,"h":1,"t":0,"uu":"minotaur living crystal statue|gos","m":"bestiary/tokens/GoS/Minotaur Living Crystal Statue.webp","n":"Minotaur Living Crystal Statue"},{"id":1908,"c":1,"u":"monstrous%20peryton_gos","p":245,"s":33,"h":1,"t":0,"uu":"monstrous peryton|gos","m":"bestiary/tokens/GoS/Monstrous Peryton.webp","n":"Monstrous Peryton"},{"id":1909,"c":1,"u":"mr.%20dory_gos","p":246,"s":33,"h":1,"t":0,"uu":"mr. dory|gos","m":"bestiary/tokens/GoS/Mr. Dory.webp","n":"Mr. Dory"},{"id":1910,"c":1,"u":"oceanus_gos","p":246,"s":33,"h":1,"t":0,"uu":"oceanus|gos","m":"bestiary/tokens/GoS/Oceanus.webp","n":"Oceanus"},{"id":1911,"c":1,"u":"othokent_gos","p":81,"s":33,"h":1,"t":0,"uu":"othokent|gos","m":"bestiary/tokens/GoS/Othokent.webp","n":"Othokent"},{"id":1912,"c":1,"u":"pirate%20bosun_gos","p":247,"s":33,"h":1,"t":0,"uu":"pirate bosun|gos","m":"bestiary/tokens/GoS/Pirate Bosun.webp","n":"Pirate Bosun"},{"id":1913,"c":1,"u":"pirate%20captain_gos","p":247,"s":33,"h":1,"t":0,"uu":"pirate captain|gos","m":"bestiary/tokens/GoS/Pirate Captain.webp","n":"Pirate Captain"},{"id":1914,"c":1,"u":"pirate%20deck%20wizard_gos","p":248,"s":33,"h":1,"t":0,"uu":"pirate deck wizard|gos","m":"bestiary/tokens/GoS/Pirate Deck Wizard.webp","n":"Pirate Deck Wizard"},{"id":1915,"c":1,"u":"pirate%20first%20mate_gos","p":248,"s":33,"h":1,"t":0,"uu":"pirate first mate|gos","m":"bestiary/tokens/GoS/Pirate First Mate.webp","n":"Pirate First Mate"},{"id":1916,"c":1,"u":"rip%20tide%20priest_gos","p":248,"s":33,"h":1,"t":0,"uu":"rip tide priest|gos","m":"bestiary/tokens/GoS/Rip Tide Priest.webp","n":"Rip Tide Priest"},{"id":1917,"c":1,"u":"sahuagin%20blademaster_gos","p":249,"s":33,"h":1,"t":0,"uu":"sahuagin blademaster|gos","m":"bestiary/tokens/GoS/Sahuagin Blademaster.webp","n":"Sahuagin Blademaster"},{"id":1918,"c":1,"u":"sahuagin%20champion_gos","p":249,"s":33,"h":1,"t":0,"uu":"sahuagin champion|gos","m":"bestiary/tokens/GoS/Sahuagin Champion.webp","n":"Sahuagin Champion"},{"id":1919,"c":1,"u":"sahuagin%20coral%20smasher_gos","p":249,"s":33,"h":1,"t":0,"uu":"sahuagin coral smasher|gos","m":"bestiary/tokens/GoS/Sahuagin Coral Smasher.webp","n":"Sahuagin Coral Smasher"},{"id":1920,"c":1,"u":"sahuagin%20deep%20diver_gos","p":250,"s":33,"h":1,"t":0,"uu":"sahuagin deep diver|gos","m":"bestiary/tokens/GoS/Sahuagin Deep Diver.webp","n":"Sahuagin Deep Diver"},{"id":1921,"c":1,"u":"sahuagin%20hatchling%20swarm_gos","p":250,"s":33,"h":1,"t":0,"uu":"sahuagin hatchling swarm|gos","m":"bestiary/tokens/GoS/Sahuagin Hatchling Swarm.webp","n":"Sahuagin Hatchling Swarm"},{"id":1922,"c":1,"u":"sahuagin%20high%20priestess_gos","p":251,"s":33,"h":1,"t":0,"uu":"sahuagin high priestess|gos","m":"bestiary/tokens/GoS/Sahuagin High Priestess.webp","n":"Sahuagin High Priestess"},{"id":1923,"c":1,"u":"sahuagin%20wave%20shaper_gos","p":251,"s":33,"h":1,"t":0,"uu":"sahuagin wave shaper|gos","m":"bestiary/tokens/GoS/Sahuagin Wave Shaper.webp","n":"Sahuagin Wave Shaper"},{"id":1924,"c":1,"u":"sanbalet_gos","p":252,"s":33,"h":1,"t":0,"uu":"sanbalet|gos","m":"bestiary/tokens/GoS/Sanbalet.webp","n":"Sanbalet"},{"id":1925,"c":1,"u":"sauriv_gos","p":79,"s":33,"h":1,"t":0,"uu":"sauriv|gos","m":"bestiary/tokens/GoS/Sauriv.webp","n":"Sauriv"},{"id":1926,"c":1,"u":"shell%20shark_gos","p":252,"s":33,"h":1,"t":0,"uu":"shell shark|gos","m":"bestiary/tokens/GoS/Shell Shark.webp","n":"Shell Shark"},{"id":1927,"c":1,"u":"skeletal%20alchemist_gos","p":253,"s":33,"h":1,"t":0,"uu":"skeletal alchemist|gos","m":"bestiary/tokens/GoS/Skeletal Alchemist.webp","n":"Skeletal Alchemist"},{"id":1928,"c":1,"u":"skeletal%20juggernaut_gos","p":253,"s":33,"h":1,"t":0,"uu":"skeletal juggernaut|gos","m":"bestiary/tokens/GoS/Skeletal Juggernaut.webp","n":"Skeletal Juggernaut"},{"id":1929,"c":1,"u":"skeletal%20swarm_gos","p":254,"s":33,"h":1,"t":0,"uu":"skeletal swarm|gos","m":"bestiary/tokens/GoS/Skeletal Swarm.webp","n":"Skeletal Swarm"},{"id":1930,"c":1,"u":"skum_gos","p":254,"s":33,"h":1,"t":0,"uu":"skum|gos","m":"bestiary/tokens/GoS/Skum.webp","n":"Skum"},{"id":1931,"c":1,"u":"thousand%20teeth_gos","p":256,"s":33,"h":1,"t":0,"uu":"thousand teeth|gos","m":"bestiary/tokens/GoS/Thousand Teeth.webp","n":"Thousand Teeth"},{"id":1932,"c":1,"u":"vampiric%20jade%20statue_gos","p":256,"s":33,"h":1,"t":0,"uu":"vampiric jade statue|gos","m":"bestiary/tokens/GoS/Vampiric Jade Statue.webp","n":"Vampiric Jade Statue"},{"id":1933,"c":1,"u":"yalaga%20maladwyn_gos","p":226,"s":33,"h":1,"t":0,"uu":"yalaga maladwyn|gos","m":"bestiary/tokens/GoS/Yalaga Maladwyn.webp","n":"Yalaga Maladwyn"},{"id":1934,"c":1,"u":"demogorgon_hftt","p":36,"s":34,"h":1,"dP":1,"t":0,"uu":"demogorgon|hftt","m":"bestiary/tokens/HftT/Demogorgon.webp","n":"Demogorgon"},{"id":1935,"c":1,"u":"evil%20mage_hftt","p":42,"s":34,"h":1,"dP":1,"t":0,"uu":"evil mage|hftt","m":"bestiary/tokens/HftT/Evil Mage.webp","n":"Evil Mage"},{"id":1936,"c":1,"u":"thessalhydra_hftt","p":41,"s":34,"h":1,"dP":1,"t":0,"uu":"thessalhydra|hftt","m":"bestiary/tokens/HftT/Thessalhydra.webp","n":"Thessalhydra"},{"id":1937,"c":1,"u":"apprentice_hol","p":201,"s":35,"h":1,"t":0,"uu":"apprentice|hol","m":"bestiary/tokens/HoL/Apprentice.webp","n":"Apprentice"},{"id":1938,"c":1,"u":"disciple_hol","p":201,"s":35,"h":1,"t":0,"uu":"disciple|hol","m":"bestiary/tokens/HoL/Disciple.webp","n":"Disciple"},{"id":1939,"c":1,"u":"sneak_hol","p":201,"s":35,"h":1,"t":0,"uu":"sneak|hol","m":"bestiary/tokens/HoL/Sneak.webp","n":"Sneak"},{"id":1940,"c":1,"u":"squire_hol","p":201,"s":35,"h":1,"t":0,"uu":"squire|hol","m":"bestiary/tokens/HoL/Squire.webp","n":"Squire"},{"id":1941,"c":1,"u":"ambush%20drake_hotdq","p":88,"s":36,"h":1,"t":0,"uu":"ambush drake|hotdq","m":"bestiary/tokens/HotDQ/Ambush Drake.webp","n":"Ambush Drake"},{"id":1942,"c":1,"u":"azbara%20jos_hotdq","p":88,"s":36,"h":1,"t":0,"uu":"azbara jos|hotdq","m":"bestiary/tokens/HotDQ/Azbara Jos.webp","n":"Azbara Jos"},{"id":1943,"c":1,"u":"blagothkus_hotdq","p":89,"s":36,"h":1,"t":0,"uu":"blagothkus|hotdq","m":"bestiary/tokens/HotDQ/Blagothkus.webp","n":"Blagothkus"},{"id":1944,"c":1,"u":"captain%20othelstan_hotdq","p":89,"s":36,"h":1,"t":0,"uu":"captain othelstan|hotdq","m":"bestiary/tokens/HotDQ/Captain Othelstan.webp","n":"Captain Othelstan"},{"id":1945,"c":1,"u":"dragonclaw_hotdq","p":89,"s":36,"h":1,"t":0,"uu":"dragonclaw|hotdq","m":"bestiary/tokens/HotDQ/Dragonclaw.webp","n":"Dragonclaw"},{"id":1946,"c":1,"u":"dragonwing_hotdq","p":90,"s":36,"h":1,"t":0,"uu":"dragonwing|hotdq","m":"bestiary/tokens/HotDQ/Dragonwing.webp","n":"Dragonwing"},{"id":1947,"c":1,"u":"dralmorrer%20borngray_hotdq","p":90,"s":36,"h":1,"t":0,"uu":"dralmorrer borngray|hotdq","m":"bestiary/tokens/HotDQ/Dralmorrer Borngray.webp","n":"Dralmorrer Borngray"},{"id":1948,"c":1,"u":"four-armed%20troll_hotdq","p":65,"s":36,"h":1,"t":0,"uu":"four-armed troll|hotdq","m":"bestiary/tokens/HotDQ/Four-Armed Troll.webp","n":"Four-Armed Troll"},{"id":1949,"c":1,"u":"frulam%20mondath_hotdq","p":90,"s":36,"h":1,"t":0,"uu":"frulam mondath|hotdq","m":"bestiary/tokens/HotDQ/Frulam Mondath.webp","n":"Frulam Mondath"},{"id":1950,"c":1,"u":"golden%20stag_hotdq","p":35,"s":36,"h":1,"t":0,"uu":"golden stag|hotdq","m":"bestiary/tokens/HotDQ/Golden Stag.webp","n":"Golden Stag"},{"id":1951,"c":1,"u":"guard%20drake_hotdq","p":91,"s":36,"h":1,"t":0,"uu":"guard drake|hotdq","m":"bestiary/tokens/HotDQ/Guard Drake.webp","n":"Guard Drake"},{"id":1952,"c":1,"u":"jamna%20gleamsilver_hotdq","p":91,"s":36,"h":1,"t":0,"uu":"jamna gleamsilver|hotdq","m":"bestiary/tokens/HotDQ/Jamna Gleamsilver.webp","n":"Jamna Gleamsilver"},{"id":1953,"c":1,"u":"langdedrosa%20cyanwrath_hotdq","p":91,"s":36,"h":1,"t":0,"uu":"langdedrosa cyanwrath|hotdq","m":"bestiary/tokens/HotDQ/Langdedrosa Cyanwrath.webp","n":"Langdedrosa Cyanwrath"},{"id":1954,"c":1,"u":"leosin%20erlanthar_hotdq","p":87,"s":36,"h":1,"t":0,"uu":"leosin erlanthar|hotdq","m":"bestiary/tokens/HotDQ/Leosin Erlanthar.webp","n":"Leosin Erlanthar"},{"id":1955,"c":1,"u":"linan%20swift_hotdq","p":8,"s":36,"h":1,"t":0,"uu":"linan swift|hotdq","m":"bestiary/tokens/HotDQ/Linan Swift.webp","n":"Linan Swift"},{"id":1956,"c":1,"u":"ontharr%20frume_hotdq","p":28,"s":36,"h":1,"t":0,"uu":"ontharr frume|hotdq","m":"bestiary/tokens/HotDQ/Ontharr Frume.webp","n":"Ontharr Frume"},{"id":1957,"c":1,"u":"pharblex%20spattergoo_hotdq","p":91,"s":36,"h":1,"t":0,"uu":"pharblex spattergoo|hotdq","m":"bestiary/tokens/HotDQ/Pharblex Spattergoo.webp","n":"Pharblex Spattergoo"},{"id":1958,"c":1,"u":"raggnar%20redtooth_hotdq","p":74,"s":36,"h":1,"t":0,"uu":"raggnar redtooth|hotdq","m":"bestiary/tokens/HotDQ/Raggnar Redtooth.webp","n":"Raggnar Redtooth"},{"id":1959,"c":1,"u":"rath%20modar_hotdq","p":92,"s":36,"h":1,"t":0,"uu":"rath modar|hotdq","m":"bestiary/tokens/HotDQ/Rath Modar.webp","n":"Rath Modar"},{"id":1960,"c":1,"u":"rezmir_hotdq","p":93,"s":36,"h":1,"t":0,"uu":"rezmir|hotdq","m":"bestiary/tokens/HotDQ/Rezmir.webp","n":"Rezmir"},{"id":1961,"c":1,"u":"sandesyl%20morgia_hotdq","p":81,"s":36,"h":1,"t":0,"uu":"sandesyl morgia|hotdq","m":"bestiary/tokens/HotDQ/Sandesyl Morgia.webp","n":"Sandesyl Morgia"},{"id":1962,"c":1,"u":"talis%20the%20white_hotdq","p":93,"s":36,"h":1,"t":0,"uu":"talis the white|hotdq","m":"bestiary/tokens/HotDQ/Talis the White.webp","n":"Talis the White"},{"id":1963,"c":1,"u":"trepsin_hotdq","p":63,"s":36,"h":1,"t":0,"uu":"trepsin|hotdq","m":"bestiary/tokens/HotDQ/Trepsin.webp","n":"Trepsin"},{"id":1964,"c":1,"u":"aruk%20thundercaller%20thuunlakalaga_idrotf","p":169,"s":37,"h":1,"t":0,"uu":"aruk thundercaller thuunlakalaga|idrotf","m":"bestiary/tokens/IDRotF/Aruk Thundercaller Thuunlakalaga.webp","n":"Aruk Thundercaller Thuunlakalaga"},{"id":1965,"c":1,"u":"auril%20(first%20form)_idrotf","p":275,"s":37,"h":1,"t":0,"uu":"auril (first form)|idrotf","m":"bestiary/tokens/IDRotF/Auril (First Form).webp","n":"Auril (First Form)"},{"id":1966,"c":1,"u":"auril%20(second%20form)_idrotf","p":277,"s":37,"h":1,"t":0,"uu":"auril (second form)|idrotf","m":"bestiary/tokens/IDRotF/Auril (Second Form).webp","n":"Auril (Second Form)"},{"id":1967,"c":1,"u":"auril%20(third%20form)_idrotf","p":278,"s":37,"h":1,"t":0,"uu":"auril (third form)|idrotf","m":"bestiary/tokens/IDRotF/Auril (Third Form).webp","n":"Auril (Third Form)"},{"id":1968,"c":1,"u":"avarice_idrotf","p":269,"s":37,"h":1,"t":0,"uu":"avarice|idrotf","m":"bestiary/tokens/IDRotF/Avarice.webp","n":"Avarice"},{"id":1969,"c":1,"u":"awakened%20white%20moose_idrotf","p":82,"s":37,"h":1,"t":0,"uu":"awakened white moose|idrotf","m":"bestiary/tokens/IDRotF/Awakened White Moose.webp","n":"Awakened White Moose"},{"id":1970,"c":1,"u":"battlehammer%20dwarf_idrotf","p":107,"s":37,"h":1,"t":0,"uu":"battlehammer dwarf|idrotf","m":"bestiary/tokens/IDRotF/Battlehammer Dwarf.webp","n":"Battlehammer Dwarf"},{"id":1971,"c":1,"u":"bjornhild%20solvigsdottir_idrotf","p":306,"s":37,"h":1,"t":0,"uu":"bjornhild solvigsdottir|idrotf","m":"bestiary/tokens/IDRotF/Bjornhild Solvigsdottir.webp","n":"Bjornhild Solvigsdottir"},{"id":1972,"c":1,"u":"chardalyn%20berserker_idrotf","p":280,"s":37,"h":1,"t":0,"uu":"chardalyn berserker|idrotf","m":"bestiary/tokens/IDRotF/Chardalyn Berserker.webp","n":"Chardalyn Berserker"},{"id":1973,"c":1,"u":"chardalyn%20dragon_idrotf","p":281,"s":37,"h":1,"t":0,"uu":"chardalyn dragon|idrotf","m":"bestiary/tokens/IDRotF/Chardalyn Dragon.webp","n":"Chardalyn Dragon"},{"id":1974,"c":1,"u":"chimeric%20baboon_idrotf","p":246,"s":37,"h":1,"t":0,"uu":"chimeric baboon|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Baboon.webp","n":"Chimeric Baboon"},{"id":1975,"c":1,"u":"chimeric%20cat_idrotf","p":246,"s":37,"h":1,"t":0,"uu":"chimeric cat|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Cat.webp","n":"Chimeric Cat"},{"id":1976,"c":1,"u":"chimeric%20fox_idrotf","p":246,"s":37,"h":1,"t":0,"uu":"chimeric fox|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Fox.webp","n":"Chimeric Fox"},{"id":1977,"c":1,"u":"chimeric%20hare_idrotf","p":246,"s":37,"h":1,"t":0,"uu":"chimeric hare|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Hare.webp","n":"Chimeric Hare"},{"id":1978,"c":1,"u":"chimeric%20rat_idrotf","p":246,"s":37,"h":1,"t":0,"uu":"chimeric rat|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Rat.webp","n":"Chimeric Rat"},{"id":1979,"c":1,"u":"chimeric%20weasel_idrotf","p":246,"s":37,"h":1,"t":0,"uu":"chimeric weasel|idrotf","m":"bestiary/tokens/IDRotF/Chimeric Weasel.webp","n":"Chimeric Weasel"},{"id":1980,"c":1,"u":"chwinga_idrotf","p":282,"s":37,"h":1,"t":0,"uu":"chwinga|idrotf","m":"bestiary/tokens/IDRotF/Chwinga.webp","n":"Chwinga"},{"id":1981,"c":1,"u":"coldlight%20walker_idrotf","p":284,"s":37,"h":1,"t":0,"uu":"coldlight walker|idrotf","m":"bestiary/tokens/IDRotF/Coldlight Walker.webp","n":"Coldlight Walker"},{"id":1982,"c":1,"u":"demos%20magen_idrotf","p":300,"s":37,"h":1,"t":0,"uu":"demos magen|idrotf","m":"bestiary/tokens/IDRotF/Demos Magen.webp","n":"Demos Magen"},{"id":1983,"c":1,"u":"dzaan_idrotf","p":271,"s":37,"h":1,"t":0,"uu":"dzaan|idrotf","m":"bestiary/tokens/IDRotF/Dzaan.webp","n":"Dzaan"},{"id":1984,"c":1,"u":"dzaan's%20simulacrum_idrotf","p":270,"s":37,"h":1,"t":0,"uu":"dzaan's simulacrum|idrotf","m":"bestiary/tokens/IDRotF/Dzaan's Simulacrum.webp","n":"Dzaan's Simulacrum"},{"id":1985,"c":1,"u":"f'yorl_idrotf","p":183,"s":37,"h":1,"t":0,"uu":"f'yorl|idrotf","m":"bestiary/tokens/IDRotF/F'yorl.webp","n":"F'yorl"},{"id":1986,"c":1,"u":"fox_idrotf","p":288,"s":37,"h":1,"t":0,"uu":"fox|idrotf","m":"bestiary/tokens/IDRotF/Fox.webp","n":"Fox"},{"id":1987,"c":1,"u":"frost%20druid_idrotf","p":288,"s":37,"h":1,"t":0,"uu":"frost druid|idrotf","m":"bestiary/tokens/IDRotF/Frost Druid.webp","n":"Frost Druid"},{"id":1988,"c":1,"u":"frost%20giant%20skeleton_idrotf","p":288,"s":37,"h":1,"t":0,"uu":"frost giant skeleton|idrotf","m":"bestiary/tokens/IDRotF/Frost Giant Skeleton.webp","n":"Frost Giant Skeleton"},{"id":1989,"c":1,"u":"galvan%20magen_idrotf","p":301,"s":37,"h":1,"t":0,"uu":"galvan magen|idrotf","m":"bestiary/tokens/IDRotF/Galvan Magen.webp","n":"Galvan Magen"},{"id":1990,"c":1,"u":"giant%20walrus_idrotf","p":312,"s":37,"h":1,"t":0,"uu":"giant walrus|idrotf","m":"bestiary/tokens/IDRotF/Giant Walrus.webp","n":"Giant Walrus"},{"id":1991,"c":1,"u":"gnoll%20vampire_idrotf","p":290,"s":37,"h":1,"t":0,"uu":"gnoll vampire|idrotf","m":"bestiary/tokens/IDRotF/Gnoll Vampire.webp","n":"Gnoll Vampire"},{"id":1992,"c":1,"u":"gnome%20ceremorph_idrotf","p":303,"s":37,"h":1,"t":0,"uu":"gnome ceremorph|idrotf","m":"bestiary/tokens/IDRotF/Gnome Ceremorph.webp","n":"Gnome Ceremorph"},{"id":1993,"c":1,"u":"gnome%20squidling_idrotf","p":303,"s":37,"h":1,"t":0,"uu":"gnome squidling|idrotf","m":"bestiary/tokens/IDRotF/Gnome Squidling.webp","n":"Gnome Squidling"},{"id":1994,"c":1,"u":"goliath%20warrior_idrotf","p":292,"s":37,"h":1,"t":0,"uu":"goliath warrior|idrotf","m":"bestiary/tokens/IDRotF/Goliath Warrior.webp","n":"Goliath Warrior"},{"id":1995,"c":1,"u":"goliath%20werebear_idrotf","p":293,"s":37,"h":1,"t":0,"uu":"goliath werebear|idrotf","m":"bestiary/tokens/IDRotF/Goliath Werebear.webp","n":"Goliath Werebear"},{"id":1996,"c":1,"u":"grandolpha%20muzgardt_idrotf","p":176,"s":37,"h":1,"t":0,"uu":"grandolpha muzgardt|idrotf","m":"bestiary/tokens/IDRotF/Grandolpha Muzgardt.webp","n":"Grandolpha Muzgardt"},{"id":1997,"c":1,"u":"gunvald%20halraggson_idrotf","p":305,"s":37,"h":1,"t":0,"uu":"gunvald halraggson|idrotf","m":"bestiary/tokens/IDRotF/Gunvald Halraggson.webp","n":"Gunvald Halraggson"},{"id":1998,"c":1,"u":"hare_idrotf","p":294,"s":37,"h":1,"t":0,"uu":"hare|idrotf","m":"bestiary/tokens/IDRotF/Hare.webp","n":"Hare"},{"id":1999,"c":1,"u":"headless%20iron%20golem_idrotf","p":244,"s":37,"h":1,"t":0,"uu":"headless iron golem|idrotf","m":"bestiary/tokens/IDRotF/Headless Iron Golem.webp","n":"Headless Iron Golem"},{"id":2000,"c":1,"u":"hengar%20aesnvaard_idrotf","p":215,"s":37,"h":1,"t":0,"uu":"hengar aesnvaard|idrotf","m":"bestiary/tokens/IDRotF/Hengar Aesnvaard.webp","n":"Hengar Aesnvaard"},{"id":2001,"c":1,"u":"hypnos%20magen_idrotf","p":301,"s":37,"h":1,"t":0,"uu":"hypnos magen|idrotf","m":"bestiary/tokens/IDRotF/Hypnos Magen.webp","n":"Hypnos Magen"},{"id":2002,"c":1,"u":"ice%20piercer_idrotf","p":226,"s":37,"h":1,"t":0,"uu":"ice piercer|idrotf","m":"bestiary/tokens/IDRotF/Ice Piercer.webp","n":"Ice Piercer"},{"id":2003,"c":1,"u":"ice%20troll_idrotf","p":295,"s":37,"h":1,"t":0,"uu":"ice troll|idrotf","m":"bestiary/tokens/IDRotF/Ice Troll.webp","n":"Ice Troll"},{"id":2004,"c":1,"u":"icewind%20kobold_idrotf","p":296,"s":37,"h":1,"t":0,"uu":"icewind kobold|idrotf","m":"bestiary/tokens/IDRotF/Icewind Kobold.webp","n":"Icewind Kobold"},{"id":2005,"c":1,"u":"icewind%20kobold%20zombie_idrotf","p":297,"s":37,"h":1,"t":0,"uu":"icewind kobold zombie|idrotf","m":"bestiary/tokens/IDRotF/Icewind Kobold Zombie.webp","n":"Icewind Kobold Zombie"},{"id":2006,"c":1,"u":"isarr%20kronenstrom_idrotf","p":307,"s":37,"h":1,"t":0,"uu":"isarr kronenstrom|idrotf","m":"bestiary/tokens/IDRotF/Isarr Kronenstrom.webp","n":"Isarr Kronenstrom"},{"id":2007,"c":1,"u":"jarund%20elkhardt_idrotf","p":305,"s":37,"h":1,"t":0,"uu":"jarund elkhardt|idrotf","m":"bestiary/tokens/IDRotF/Jarund Elkhardt.webp","n":"Jarund Elkhardt"},{"id":2008,"c":1,"u":"kadroth_idrotf","p":42,"s":37,"h":1,"t":0,"uu":"kadroth|idrotf","m":"bestiary/tokens/IDRotF/Kadroth.webp","n":"Kadroth"},{"id":2009,"c":1,"u":"kingsport_idrotf","p":243,"s":37,"h":1,"t":0,"uu":"kingsport|idrotf","m":"bestiary/tokens/IDRotF/Kingsport.webp","n":"Kingsport"},{"id":2010,"c":1,"u":"knight%20of%20the%20black%20sword_idrotf","p":259,"s":37,"h":1,"t":0,"uu":"knight of the black sword|idrotf","m":"bestiary/tokens/IDRotF/Knight of the Black Sword.webp","n":"Knight of the Black Sword"},{"id":2011,"c":1,"u":"knucklehead%20trout_idrotf","p":295,"s":37,"h":1,"t":0,"uu":"knucklehead trout|idrotf","m":"bestiary/tokens/IDRotF/Knucklehead Trout.webp","n":"Knucklehead Trout"},{"id":2012,"c":1,"u":"kobold%20vampire%20spawn_idrotf","p":297,"s":37,"h":1,"t":0,"uu":"kobold vampire spawn|idrotf","m":"bestiary/tokens/IDRotF/Kobold Vampire Spawn.webp","n":"Kobold Vampire Spawn"},{"id":2013,"c":1,"u":"living%20bigby's%20hand_idrotf","p":298,"s":37,"h":1,"t":0,"uu":"living bigby's hand|idrotf","m":"bestiary/tokens/IDRotF/Living Bigby's Hand.webp","n":"Living Bigby's Hand"},{"id":2014,"c":1,"u":"living%20blade%20of%20disaster_idrotf","p":299,"s":37,"h":1,"t":0,"uu":"living blade of disaster|idrotf","m":"bestiary/tokens/IDRotF/Living Blade of Disaster.webp","n":"Living Blade of Disaster"},{"id":2015,"c":1,"u":"living%20demiplane_idrotf","p":299,"s":37,"h":1,"t":0,"uu":"living demiplane|idrotf","m":"bestiary/tokens/IDRotF/Living Demiplane.webp","n":"Living Demiplane"},{"id":2016,"c":1,"u":"lonelywood%20banshee_idrotf","p":81,"s":37,"h":1,"t":0,"uu":"lonelywood banshee|idrotf","m":"bestiary/tokens/IDRotF/Lonelywood Banshee.webp","n":"Lonelywood Banshee"},{"id":2017,"c":1,"u":"mjenir_idrotf","p":215,"s":37,"h":1,"t":0,"uu":"mjenir|idrotf","m":"bestiary/tokens/IDRotF/Mjenir.webp","n":"Mjenir"},{"id":2018,"c":1,"u":"mountain%20goat_idrotf","p":304,"s":37,"h":1,"t":0,"uu":"mountain goat|idrotf","m":"bestiary/tokens/IDRotF/Mountain Goat.webp","n":"Mountain Goat"},{"id":2019,"c":1,"u":"nass%20lantomir's%20ghost_idrotf","p":272,"s":37,"h":1,"t":0,"uu":"nass lantomir's ghost|idrotf","m":"bestiary/tokens/IDRotF/Nass Lantomir's Ghost.webp","n":"Nass Lantomir's Ghost"},{"id":2020,"c":1,"u":"prisoner%20237_idrotf","p":160,"s":37,"h":1,"t":0,"uu":"prisoner 237|idrotf","m":"bestiary/tokens/IDRotF/Prisoner 237.webp","n":"Prisoner 237"},{"id":2021,"c":1,"u":"reghed%20chieftain_idrotf","p":152,"s":37,"h":1,"t":0,"uu":"reghed chieftain|idrotf","m":"bestiary/tokens/IDRotF/Reghed Chieftain.webp","n":"Reghed Chieftain"},{"id":2022,"c":1,"u":"reghed%20great%20warrior_idrotf","p":152,"s":37,"h":1,"t":0,"uu":"reghed great warrior|idrotf","m":"bestiary/tokens/IDRotF/Reghed Great Warrior.webp","n":"Reghed Great Warrior"},{"id":2023,"c":1,"u":"reghed%20shaman_idrotf","p":152,"s":37,"h":1,"t":0,"uu":"reghed shaman|idrotf","m":"bestiary/tokens/IDRotF/Reghed Shaman.webp","n":"Reghed Shaman"},{"id":2024,"c":1,"u":"reghed%20warrior_idrotf","p":152,"s":37,"h":1,"t":0,"uu":"reghed warrior|idrotf","m":"bestiary/tokens/IDRotF/Reghed Warrior.webp","n":"Reghed Warrior"},{"id":2025,"c":1,"u":"reindeer_idrotf","p":107,"s":37,"h":1,"t":0,"uu":"reindeer|idrotf","m":"bestiary/tokens/IDRotF/Reindeer.webp","n":"Reindeer"},{"id":2026,"c":1,"u":"seal_idrotf","p":308,"s":37,"h":1,"t":0,"uu":"seal|idrotf","m":"bestiary/tokens/IDRotF/Seal.webp","n":"Seal"},{"id":2027,"c":1,"u":"sephek%20kaltro_idrotf","p":23,"s":37,"h":1,"t":0,"uu":"sephek kaltro|idrotf","m":"bestiary/tokens/IDRotF/Sephek Kaltro.webp","n":"Sephek Kaltro"},{"id":2028,"c":1,"u":"snow%20golem_idrotf","p":308,"s":37,"h":1,"t":0,"uu":"snow golem|idrotf","m":"bestiary/tokens/IDRotF/Snow Golem.webp","n":"Snow Golem"},{"id":2029,"c":1,"u":"snowy%20owlbear_idrotf","p":309,"s":37,"h":1,"t":0,"uu":"snowy owlbear|idrotf","m":"bestiary/tokens/IDRotF/Snowy Owlbear.webp","n":"Snowy Owlbear"},{"id":2030,"c":1,"u":"spellix%20romwod_idrotf","p":144,"s":37,"h":1,"t":0,"uu":"spellix romwod|idrotf","m":"bestiary/tokens/IDRotF/Spellix Romwod.webp","n":"Spellix Romwod"},{"id":2031,"c":1,"u":"sperm%20whale_idrotf","p":309,"s":37,"h":1,"t":0,"uu":"sperm whale|idrotf","m":"bestiary/tokens/IDRotF/Sperm Whale.webp","n":"Sperm Whale"},{"id":2032,"c":1,"u":"spitting%20mimic_idrotf","p":302,"s":37,"h":1,"t":0,"uu":"spitting mimic|idrotf","m":"bestiary/tokens/IDRotF/Spitting Mimic.webp","n":"Spitting Mimic"},{"id":2033,"c":1,"u":"telepathic%20pentacle_idrotf","p":244,"s":37,"h":1,"t":0,"uu":"telepathic pentacle|idrotf","m":"bestiary/tokens/IDRotF/Telepathic Pentacle.webp","n":"Telepathic Pentacle"},{"id":2034,"c":1,"u":"tomb%20tapper_idrotf","p":310,"s":37,"h":1,"t":0,"uu":"tomb tapper|idrotf","m":"bestiary/tokens/IDRotF/Tomb Tapper.webp","n":"Tomb Tapper"},{"id":2035,"c":1,"u":"tribal%20warrior%20spore%20servant_idrotf","p":52,"s":37,"h":1,"t":0,"uu":"tribal warrior spore servant|idrotf","m":"bestiary/tokens/IDRotF/Tribal Warrior Spore Servant.webp","n":"Tribal Warrior Spore Servant"},{"id":2036,"c":1,"u":"vellynne%20harpell_idrotf","p":273,"s":37,"h":1,"t":0,"uu":"vellynne harpell|idrotf","m":"bestiary/tokens/IDRotF/Vellynne Harpell.webp","n":"Vellynne Harpell"},{"id":2037,"c":1,"u":"verbeeg%20longstrider_idrotf","p":311,"s":37,"h":1,"t":0,"uu":"verbeeg longstrider|idrotf","m":"bestiary/tokens/IDRotF/Verbeeg Longstrider.webp","n":"Verbeeg Longstrider"},{"id":2038,"c":1,"u":"verbeeg%20marauder_idrotf","p":311,"s":37,"h":1,"t":0,"uu":"verbeeg marauder|idrotf","m":"bestiary/tokens/IDRotF/Verbeeg Marauder.webp","n":"Verbeeg Marauder"},{"id":2039,"c":1,"u":"walrus_idrotf","p":312,"s":37,"h":1,"t":0,"uu":"walrus|idrotf","m":"bestiary/tokens/IDRotF/Walrus.webp","n":"Walrus"},{"id":2040,"c":1,"u":"xardorok%20sunblight_idrotf","p":287,"s":37,"h":1,"t":0,"uu":"xardorok sunblight|idrotf","m":"bestiary/tokens/IDRotF/Xardorok Sunblight.webp","n":"Xardorok Sunblight"},{"id":2041,"c":1,"u":"yeti%20tyke_idrotf","p":313,"s":37,"h":1,"t":0,"uu":"yeti tyke|idrotf","m":"bestiary/tokens/IDRotF/Yeti Tyke.webp","n":"Yeti Tyke"},{"id":2042,"c":1,"u":"young%20griffon%20(medium)_idrotf","p":163,"s":37,"h":1,"t":0,"uu":"young griffon (medium)|idrotf","m":"bestiary/tokens/IDRotF/Young Griffon (Medium).webp","n":"Young Griffon (Medium)"},{"id":2043,"c":1,"u":"young%20griffon%20(small)_idrotf","p":163,"s":37,"h":1,"t":0,"uu":"young griffon (small)|idrotf","m":"bestiary/tokens/IDRotF/Young Griffon (Small).webp","n":"Young Griffon (Small)"},{"id":2044,"c":1,"u":"young%20griffon%20(tiny)_idrotf","p":163,"s":37,"h":1,"t":0,"uu":"young griffon (tiny)|idrotf","m":"bestiary/tokens/IDRotF/Young Griffon (Tiny).webp","n":"Young Griffon (Tiny)"},{"id":2045,"c":1,"u":"afsoun%20ghorbani_jttrc","p":162,"s":38,"h":1,"t":0,"uu":"afsoun ghorbani|jttrc","m":"bestiary/tokens/JttRC/Afsoun Ghorbani.webp","n":"Afsoun Ghorbani"},{"id":2046,"c":1,"u":"amanisha%20manivarshi_jttrc","p":127,"s":38,"h":1,"t":0,"uu":"amanisha manivarshi|jttrc","m":"bestiary/tokens/JttRC/Amanisha Manivarshi.webp","n":"Amanisha Manivarshi"},{"id":2047,"c":1,"u":"ameyali_jttrc","p":108,"s":38,"h":1,"t":0,"uu":"ameyali|jttrc","m":"bestiary/tokens/JttRC/Ameyali.webp","n":"Ameyali"},{"id":2048,"c":1,"u":"ashen%20heir%20anarchist_jttrc","p":150,"s":38,"h":1,"t":0,"uu":"ashen heir anarchist|jttrc","m":"bestiary/tokens/JttRC/Ashen Heir Anarchist.webp","n":"Ashen Heir Anarchist"},{"id":2049,"c":1,"u":"ashen%20heir%20assassin_jttrc","p":158,"s":38,"h":1,"t":0,"uu":"ashen heir assassin|jttrc","m":"bestiary/tokens/JttRC/Ashen Heir Assassin.webp","n":"Ashen Heir Assassin"},{"id":2050,"c":1,"u":"ashen%20heir%20mage_jttrc","p":158,"s":38,"h":1,"t":0,"uu":"ashen heir mage|jttrc","m":"bestiary/tokens/JttRC/Ashen Heir Mage.webp","n":"Ashen Heir Mage"},{"id":2051,"c":1,"u":"ashen%20heir%20veteran_jttrc","p":158,"s":38,"h":1,"t":0,"uu":"ashen heir veteran|jttrc","m":"bestiary/tokens/JttRC/Ashen Heir Veteran.webp","n":"Ashen Heir Veteran"},{"id":2052,"c":1,"u":"atash_jttrc","p":166,"s":38,"h":1,"t":0,"uu":"atash|jttrc","m":"bestiary/tokens/JttRC/Atash.webp","n":"Atash"},{"id":2053,"c":1,"u":"atiba-pa_jttrc","p":171,"s":38,"h":1,"t":0,"uu":"atiba-pa|jttrc","m":"bestiary/tokens/JttRC/Atiba-Pa.webp","n":"Atiba-Pa"},{"id":2054,"c":1,"u":"aunt%20dellie_jttrc","p":36,"s":38,"h":1,"t":0,"uu":"aunt dellie|jttrc","m":"bestiary/tokens/JttRC/Aunt Dellie.webp","n":"Aunt Dellie"},{"id":2055,"c":1,"u":"aurumvorax_jttrc","p":105,"s":38,"h":1,"t":0,"uu":"aurumvorax|jttrc","m":"bestiary/tokens/JttRC/Aurumvorax.webp","n":"Aurumvorax"},{"id":2056,"c":1,"u":"aurumvorax%20den%20leader_jttrc","p":105,"s":38,"h":1,"t":0,"uu":"aurumvorax den leader|jttrc","m":"bestiary/tokens/JttRC/Aurumvorax Den Leader.webp","n":"Aurumvorax Den Leader"},{"id":2057,"c":1,"u":"awa_jttrc","p":95,"s":38,"h":1,"t":0,"uu":"awa|jttrc","m":"bestiary/tokens/JttRC/Awa.webp","n":"Awa"},{"id":2058,"c":1,"u":"azra%20nir_jttrc","p":74,"s":38,"h":1,"t":0,"uu":"azra nir|jttrc","m":"bestiary/tokens/JttRC/Azra Nir.webp","n":"Azra Nir"},{"id":2059,"c":1,"u":"bakunawa_jttrc","p":147,"s":38,"h":1,"t":0,"uu":"bakunawa|jttrc","m":"bestiary/tokens/JttRC/Bakunawa.webp","n":"Bakunawa"},{"id":2060,"c":1,"u":"brother%20broumane_jttrc","p":178,"s":38,"h":1,"t":0,"uu":"brother broumane|jttrc","m":"bestiary/tokens/JttRC/Brother Broumane.webp","n":"Brother Broumane"},{"id":2061,"c":1,"u":"dinosaur%20skeleton_jttrc","p":57,"s":38,"h":1,"t":0,"uu":"dinosaur skeleton|jttrc","m":"bestiary/tokens/JttRC/Dinosaur Skeleton.webp","n":"Dinosaur Skeleton"},{"id":2062,"c":1,"u":"diva_jttrc","p":72,"s":38,"h":1,"t":0,"uu":"diva|jttrc","m":"bestiary/tokens/JttRC/Diva.webp","n":"Diva"},{"id":2063,"c":1,"u":"diva%20luma_jttrc","p":71,"s":38,"h":1,"t":0,"uu":"diva luma|jttrc","m":"bestiary/tokens/JttRC/Diva Luma.webp","n":"Diva Luma"},{"id":2064,"c":1,"u":"djeneba_jttrc","p":173,"s":38,"h":1,"t":0,"uu":"djeneba|jttrc","m":"bestiary/tokens/JttRC/Djeneba.webp","n":"Djeneba"},{"id":2065,"c":1,"u":"dragon%20hunter_jttrc","p":138,"s":38,"h":1,"t":0,"uu":"dragon hunter|jttrc","m":"bestiary/tokens/JttRC/Dragon Hunter.webp","n":"Dragon Hunter"},{"id":2066,"c":1,"u":"dukha%20bhatiyali_jttrc","p":124,"s":38,"h":1,"t":0,"uu":"dukha bhatiyali|jttrc","m":"bestiary/tokens/JttRC/Dukha Bhatiyali.webp","n":"Dukha Bhatiyali"},{"id":2067,"c":1,"u":"farmer_jttrc","p":36,"s":38,"h":1,"t":0,"uu":"farmer|jttrc","m":"bestiary/tokens/JttRC/Farmer.webp","n":"Farmer"},{"id":2068,"c":1,"u":"gammon%20xungoon_jttrc","p":20,"s":38,"h":1,"t":0,"uu":"gammon xungoon|jttrc","m":"bestiary/tokens/JttRC/Gammon Xungoon.webp","n":"Gammon Xungoon"},{"id":2069,"c":1,"u":"haint_jttrc","p":185,"s":38,"h":1,"t":0,"uu":"haint|jttrc","m":"bestiary/tokens/JttRC/Haint.webp","n":"Haint"},{"id":2070,"c":1,"u":"jade%20statue_jttrc","p":195,"s":38,"h":1,"t":0,"uu":"jade statue|jttrc","m":"bestiary/tokens/JttRC/Jade Statue.webp","n":"Jade Statue"},{"id":2071,"c":1,"u":"jijibisha%20manivarshi_jttrc","p":128,"s":38,"h":1,"t":0,"uu":"jijibisha manivarshi|jttrc","m":"bestiary/tokens/JttRC/Jijibisha Manivarshi.webp","n":"Jijibisha Manivarshi"},{"id":2072,"c":1,"u":"kala%20mabarin_jttrc","p":70,"s":38,"h":1,"t":0,"uu":"kala mabarin|jttrc","m":"bestiary/tokens/JttRC/Kala Mabarin.webp","n":"Kala Mabarin"},{"id":2073,"c":1,"u":"kasem%20aroon_jttrc","p":21,"s":38,"h":1,"t":0,"uu":"kasem aroon|jttrc","m":"bestiary/tokens/JttRC/Kasem Aroon.webp","n":"Kasem Aroon"},{"id":2074,"c":1,"u":"kedjou%20kamal_jttrc","p":96,"s":38,"h":1,"t":0,"uu":"kedjou kamal|jttrc","m":"bestiary/tokens/JttRC/Kedjou Kamal.webp","n":"Kedjou Kamal"},{"id":2075,"c":1,"u":"kianna_jttrc","p":42,"s":38,"h":1,"t":0,"uu":"kianna|jttrc","m":"bestiary/tokens/JttRC/Kianna.webp","n":"Kianna"},{"id":2076,"c":1,"u":"koi%20prawn_jttrc","p":26,"s":38,"h":1,"t":0,"uu":"koi prawn|jttrc","m":"bestiary/tokens/JttRC/Koi Prawn.webp","n":"Koi Prawn"},{"id":2077,"c":1,"u":"kun%20ahn-jun_jttrc","p":81,"s":38,"h":1,"t":0,"uu":"kun ahn-jun|jttrc","m":"bestiary/tokens/JttRC/Kun Ahn-Jun.webp","n":"Kun Ahn-Jun"},{"id":2078,"c":1,"u":"kusa%20xungoon_jttrc","p":20,"s":38,"h":1,"t":0,"uu":"kusa xungoon|jttrc","m":"bestiary/tokens/JttRC/Kusa Xungoon.webp","n":"Kusa Xungoon"},{"id":2079,"c":1,"u":"lady%20dre_jttrc","p":37,"s":38,"h":1,"t":0,"uu":"lady dre|jttrc","m":"bestiary/tokens/JttRC/Lady Dre.webp","n":"Lady Dre"},{"id":2080,"c":1,"u":"laleh%20ghorbani_jttrc","p":156,"s":38,"h":1,"t":0,"uu":"laleh ghorbani|jttrc","m":"bestiary/tokens/JttRC/Laleh Ghorbani.webp","n":"Laleh Ghorbani"},{"id":2081,"c":1,"u":"lamai%20tyenmo_jttrc","p":20,"s":38,"h":1,"t":0,"uu":"lamai tyenmo|jttrc","m":"bestiary/tokens/JttRC/Lamai Tyenmo.webp","n":"Lamai Tyenmo"},{"id":2082,"c":1,"u":"lu%20zhong%20yin_jttrc","p":189,"s":38,"h":1,"t":0,"uu":"lu zhong yin|jttrc","m":"bestiary/tokens/JttRC/Lu Zhong Yin.webp","n":"Lu Zhong Yin"},{"id":2083,"c":1,"u":"lungtian_jttrc","p":136,"s":38,"h":1,"t":0,"uu":"lungtian|jttrc","m":"bestiary/tokens/JttRC/Lungtian.webp","n":"Lungtian"},{"id":2084,"c":1,"u":"madam%20kulp_jttrc","p":27,"s":38,"h":1,"t":0,"uu":"madam kulp|jttrc","m":"bestiary/tokens/JttRC/Madam Kulp.webp","n":"Madam Kulp"},{"id":2085,"c":1,"u":"myx%20nargis%20ruba_jttrc","p":71,"s":38,"h":1,"t":0,"uu":"myx nargis ruba|jttrc","m":"bestiary/tokens/JttRC/Myx Nargis Ruba.webp","n":"Myx Nargis Ruba"},{"id":2086,"c":1,"u":"navid_jttrc","p":159,"s":38,"h":1,"t":0,"uu":"navid|jttrc","m":"bestiary/tokens/JttRC/Navid.webp","n":"Navid"},{"id":2087,"c":1,"u":"nene_jttrc","p":205,"s":38,"h":1,"t":0,"uu":"nene|jttrc","m":"bestiary/tokens/JttRC/Nene.webp","n":"Nene"},{"id":2088,"c":1,"u":"nightsea%20chil-liren_jttrc","p":177,"s":38,"h":1,"t":0,"uu":"nightsea chil-liren|jttrc","m":"bestiary/tokens/JttRC/Nightsea chil-liren.webp","n":"Nightsea chil-liren"},{"id":2089,"c":1,"u":"nimuel_jttrc","p":136,"s":38,"h":1,"t":0,"uu":"nimuel|jttrc","m":"bestiary/tokens/JttRC/Nimuel.webp","n":"Nimuel"},{"id":2090,"c":1,"u":"ollin_jttrc","p":109,"s":38,"h":1,"t":0,"uu":"ollin|jttrc","m":"bestiary/tokens/JttRC/Ollin.webp","n":"Ollin"},{"id":2091,"c":1,"u":"paloma_jttrc","p":52,"s":38,"h":1,"t":0,"uu":"paloma|jttrc","m":"bestiary/tokens/JttRC/Paloma.webp","n":"Paloma"},{"id":2092,"c":1,"u":"paolo%20maykapal_jttrc","p":138,"s":38,"h":1,"t":0,"uu":"paolo maykapal|jttrc","m":"bestiary/tokens/JttRC/Paolo Maykapal.webp","n":"Paolo Maykapal"},{"id":2093,"c":1,"u":"pari_jttrc","p":167,"s":38,"h":1,"t":0,"uu":"pari|jttrc","m":"bestiary/tokens/JttRC/Pari.webp","n":"Pari"},{"id":2094,"c":1,"u":"prince%20kirina_jttrc","p":94,"s":38,"h":1,"t":0,"uu":"prince kirina|jttrc","m":"bestiary/tokens/JttRC/Prince Kirina.webp","n":"Prince Kirina"},{"id":2095,"c":1,"u":"prince%20simbon_jttrc","p":94,"s":38,"h":1,"t":0,"uu":"prince simbon|jttrc","m":"bestiary/tokens/JttRC/Prince Simbon.webp","n":"Prince Simbon"},{"id":2096,"c":1,"u":"riverine_jttrc","p":133,"s":38,"h":1,"t":0,"uu":"riverine|jttrc","m":"bestiary/tokens/JttRC/Riverine.webp","n":"Riverine"},{"id":2097,"c":1,"u":"rooster_jttrc","p":206,"s":38,"h":1,"t":0,"uu":"rooster|jttrc","m":"bestiary/tokens/JttRC/Rooster.webp","n":"Rooster"},{"id":2098,"c":1,"u":"samira%20arah_jttrc","p":68,"s":38,"h":1,"t":0,"uu":"samira arah|jttrc","m":"bestiary/tokens/JttRC/Samira Arah.webp","n":"Samira Arah"},{"id":2099,"c":1,"u":"serapio_jttrc","p":61,"s":38,"h":1,"t":0,"uu":"serapio|jttrc","m":"bestiary/tokens/JttRC/Serapio.webp","n":"Serapio"},{"id":2100,"c":1,"u":"sholeh_jttrc","p":14,"s":38,"h":1,"t":0,"uu":"sholeh|jttrc","m":"bestiary/tokens/JttRC/Sholeh.webp","n":"Sholeh"},{"id":2101,"c":1,"u":"soul%20shaker_jttrc","p":47,"s":38,"h":1,"t":0,"uu":"soul shaker|jttrc","m":"bestiary/tokens/JttRC/Soul Shaker.webp","n":"Soul Shaker"},{"id":2102,"c":1,"u":"tlacatecolo_jttrc","p":65,"s":38,"h":1,"t":0,"uu":"tlacatecolo|jttrc","m":"bestiary/tokens/JttRC/Tlacatecolo.webp","n":"Tlacatecolo"},{"id":2103,"c":1,"u":"tlexolotl_jttrc","p":119,"s":38,"h":1,"t":0,"uu":"tlexolotl|jttrc","m":"bestiary/tokens/JttRC/Tlexolotl.webp","n":"Tlexolotl"},{"id":2104,"c":1,"u":"tonalli_jttrc","p":110,"s":38,"h":1,"t":0,"uu":"tonalli|jttrc","m":"bestiary/tokens/JttRC/Tonalli.webp","n":"Tonalli"},{"id":2105,"c":1,"u":"tungsten%20ward_jttrc","p":38,"s":38,"h":1,"t":0,"uu":"tungsten ward|jttrc","m":"bestiary/tokens/JttRC/Tungsten Ward.webp","n":"Tungsten Ward"},{"id":2106,"c":1,"u":"uzoma%20baten_jttrc","p":94,"s":38,"h":1,"t":0,"uu":"uzoma baten|jttrc","m":"bestiary/tokens/JttRC/Uzoma Baten.webp","n":"Uzoma Baten"},{"id":2107,"c":1,"u":"vi%20aroon_jttrc","p":28,"s":38,"h":1,"t":0,"uu":"vi aroon|jttrc","m":"bestiary/tokens/JttRC/Vi Aroon.webp","n":"Vi Aroon"},{"id":2108,"c":1,"u":"wei%20feng%20ying_jttrc","p":188,"s":38,"h":1,"t":0,"uu":"wei feng ying|jttrc","m":"bestiary/tokens/JttRC/Wei Feng Ying.webp","n":"Wei Feng Ying"},{"id":2109,"c":1,"u":"whistler_jttrc","p":221,"s":38,"h":1,"t":0,"uu":"whistler|jttrc","m":"bestiary/tokens/JttRC/Whistler.webp","n":"Whistler"},{"id":2110,"c":1,"u":"white%20jade%20emperor_jttrc","p":197,"s":38,"h":1,"t":0,"uu":"white jade emperor|jttrc","m":"bestiary/tokens/JttRC/White Jade Emperor.webp","n":"White Jade Emperor"},{"id":2111,"c":1,"u":"wynling_jttrc","p":33,"s":38,"h":1,"t":0,"uu":"wynling|jttrc","m":"bestiary/tokens/JttRC/Wynling.webp","n":"Wynling"},{"id":2112,"c":1,"u":"xocopol_jttrc","p":112,"s":38,"h":1,"t":0,"uu":"xocopol|jttrc","m":"bestiary/tokens/JttRC/Xocopol.webp","n":"Xocopol"},{"id":2113,"c":1,"u":"yarana_jttrc","p":204,"s":38,"h":1,"t":0,"uu":"yarana|jttrc","m":"bestiary/tokens/JttRC/Yarana.webp","n":"Yarana"},{"id":2114,"c":1,"u":"young-gi_jttrc","p":85,"s":38,"h":1,"t":0,"uu":"young-gi|jttrc","m":"bestiary/tokens/JttRC/Young-Gi.webp","n":"Young-Gi"},{"id":2115,"c":1,"u":"zisatta_jttrc","p":177,"s":38,"h":1,"t":0,"uu":"zisatta|jttrc","m":"bestiary/tokens/JttRC/Zisatta.webp","n":"Zisatta"},{"id":2116,"c":1,"u":"animatronic%20allosaurus_kftgv","p":22,"s":39,"h":1,"t":0,"uu":"animatronic allosaurus|kftgv","m":"bestiary/tokens/KftGV/Animatronic Allosaurus.webp","n":"Animatronic Allosaurus"},{"id":2117,"c":1,"u":"arlo%20kettletoe%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"arlo kettletoe (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Arlo Kettletoe (Levels 1-4).webp","n":"Arlo Kettletoe (Levels 1-4)"},{"id":2118,"c":1,"u":"arlo%20kettletoe%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"arlo kettletoe (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Arlo Kettletoe (Levels 5-8).webp","n":"Arlo Kettletoe (Levels 5-8)"},{"id":2119,"c":1,"u":"arlo%20kettletoe%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"arlo kettletoe (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Arlo Kettletoe (Levels 9-11).webp","n":"Arlo Kettletoe (Levels 9-11)"},{"id":2120,"c":1,"u":"ashen%20animated%20armor_kftgv","p":157,"s":39,"h":1,"t":0,"uu":"ashen animated armor|kftgv","m":"bestiary/tokens/KftGV/Ashen Animated Armor.webp","n":"Ashen Animated Armor"},{"id":2121,"c":1,"u":"ashen%20flying%20sword_kftgv","p":157,"s":39,"h":1,"t":0,"uu":"ashen flying sword|kftgv","m":"bestiary/tokens/KftGV/Ashen Flying Sword.webp","n":"Ashen Flying Sword"},{"id":2122,"c":1,"u":"ashen%20knight_kftgv","p":158,"s":39,"h":1,"t":0,"uu":"ashen knight|kftgv","m":"bestiary/tokens/KftGV/Ashen Knight.webp","n":"Ashen Knight"},{"id":2123,"c":1,"u":"ashen%20shambling%20mound_kftgv","p":158,"s":39,"h":1,"t":0,"uu":"ashen shambling mound|kftgv","m":"bestiary/tokens/KftGV/Ashen Shambling Mound.webp","n":"Ashen Shambling Mound"},{"id":2124,"c":1,"u":"ashen%20veteran_kftgv","p":154,"s":39,"h":1,"t":0,"uu":"ashen veteran|kftgv","m":"bestiary/tokens/KftGV/Ashen Veteran.webp","n":"Ashen Veteran"},{"id":2125,"c":1,"u":"ashen%20warhorse_kftgv","p":158,"s":39,"h":1,"t":0,"uu":"ashen warhorse|kftgv","m":"bestiary/tokens/KftGV/Ashen Warhorse.webp","n":"Ashen Warhorse"},{"id":2126,"c":1,"u":"charmayne%20daymore_kftgv","p":159,"s":39,"h":1,"t":0,"uu":"charmayne daymore|kftgv","m":"bestiary/tokens/KftGV/Charmayne Daymore.webp","n":"Charmayne Daymore"},{"id":2127,"c":1,"u":"clockwork%20defender_kftgv","p":85,"s":39,"h":1,"t":0,"uu":"clockwork defender|kftgv","m":"bestiary/tokens/KftGV/Clockwork Defender.webp","n":"Clockwork Defender"},{"id":2128,"c":1,"u":"clockwork%20observer_kftgv","p":85,"s":39,"h":1,"t":0,"uu":"clockwork observer|kftgv","m":"bestiary/tokens/KftGV/Clockwork Observer.webp","n":"Clockwork Observer"},{"id":2129,"c":1,"u":"conservatory%20student_kftgv","p":110,"s":39,"h":1,"t":0,"uu":"conservatory student|kftgv","m":"bestiary/tokens/KftGV/Conservatory Student.webp","n":"Conservatory Student"},{"id":2130,"c":1,"u":"crimson%20helmed%20horror_kftgv","p":152,"s":39,"h":1,"t":0,"uu":"crimson helmed horror|kftgv","m":"bestiary/tokens/KftGV/Crimson Helmed Horror.webp","n":"Crimson Helmed Horror"},{"id":2131,"c":1,"u":"dr.%20cassee%20dannell_kftgv","p":12,"s":39,"h":1,"t":0,"uu":"dr. cassee dannell|kftgv","m":"bestiary/tokens/KftGV/Dr. Cassee Dannell.webp","n":"Dr. Cassee Dannell"},{"id":2132,"c":1,"u":"eldritch%20horror%20hatchling_kftgv","p":24,"s":39,"h":1,"t":0,"uu":"eldritch horror hatchling|kftgv","m":"bestiary/tokens/KftGV/Eldritch Horror Hatchling.webp","n":"Eldritch Horror Hatchling"},{"id":2133,"c":1,"u":"eliphas%20adulare_kftgv","p":188,"s":39,"h":1,"t":0,"uu":"eliphas adulare|kftgv","m":"bestiary/tokens/KftGV/Eliphas Adulare.webp","n":"Eliphas Adulare"},{"id":2134,"c":1,"u":"enna%20galakiir%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"enna galakiir (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Enna Galakiir (Levels 1-4).webp","n":"Enna Galakiir (Levels 1-4)"},{"id":2135,"c":1,"u":"enna%20galakiir%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"enna galakiir (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Enna Galakiir (Levels 5-8).webp","n":"Enna Galakiir (Levels 5-8)"},{"id":2136,"c":1,"u":"enna%20galakiir%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"enna galakiir (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Enna Galakiir (Levels 9-11).webp","n":"Enna Galakiir (Levels 9-11)"},{"id":2137,"c":1,"u":"fragment%20of%20krokulmar_kftgv","p":53,"s":39,"h":1,"t":0,"uu":"fragment of krokulmar|kftgv","m":"bestiary/tokens/KftGV/Fragment of Krokulmar.webp","n":"Fragment of Krokulmar"},{"id":2138,"c":1,"u":"frody%20dartwild_kftgv","p":105,"s":39,"h":1,"t":0,"uu":"frody dartwild|kftgv","m":"bestiary/tokens/KftGV/Frody Dartwild.webp","n":"Frody Dartwild"},{"id":2139,"c":1,"u":"gregir%20fendelsohn%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"gregir fendelsohn (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Gregir Fendelsohn (Levels 1-4).webp","n":"Gregir Fendelsohn (Levels 1-4)"},{"id":2140,"c":1,"u":"gregir%20fendelsohn%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"gregir fendelsohn (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Gregir Fendelsohn (Levels 5-8).webp","n":"Gregir Fendelsohn (Levels 5-8)"},{"id":2141,"c":1,"u":"gregir%20fendelsohn%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"gregir fendelsohn (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Gregir Fendelsohn (Levels 9-11).webp","n":"Gregir Fendelsohn (Levels 9-11)"},{"id":2142,"c":1,"u":"headless%20body_kftgv","p":51,"s":39,"h":1,"t":0,"uu":"headless body|kftgv","m":"bestiary/tokens/KftGV/Headless Body.webp","n":"Headless Body"},{"id":2143,"c":1,"u":"ignatius%20inkblot_kftgv","p":169,"s":39,"h":1,"t":0,"uu":"ignatius inkblot|kftgv","m":"bestiary/tokens/KftGV/Ignatius Inkblot.webp","n":"Ignatius Inkblot"},{"id":2144,"c":1,"u":"jalynvyr%20nir'thinn_kftgv","p":155,"s":39,"h":1,"t":0,"uu":"jalynvyr nir'thinn|kftgv","m":"bestiary/tokens/KftGV/Jalynvyr Nir'Thinn.webp","n":"Jalynvyr Nir'Thinn"},{"id":2145,"c":1,"u":"jarazoun_kftgv","p":200,"s":39,"h":1,"t":0,"uu":"jarazoun|kftgv","m":"bestiary/tokens/KftGV/Jarazoun.webp","n":"Jarazoun"},{"id":2146,"c":1,"u":"joster%20mareet_kftgv","p":107,"s":39,"h":1,"t":0,"uu":"joster mareet|kftgv","m":"bestiary/tokens/KftGV/Joster Mareet.webp","n":"Joster Mareet"},{"id":2147,"c":1,"u":"juvenile%20eldritch%20horror_kftgv","p":24,"s":39,"h":1,"t":0,"uu":"juvenile eldritch horror|kftgv","m":"bestiary/tokens/KftGV/Juvenile Eldritch Horror.webp","n":"Juvenile Eldritch Horror"},{"id":2148,"c":1,"u":"kavoda_kftgv","p":78,"s":39,"h":1,"t":0,"uu":"kavoda|kftgv","m":"bestiary/tokens/KftGV/Kavoda.webp","n":"Kavoda"},{"id":2149,"c":1,"u":"king%20jhaeros_kftgv","p":158,"s":39,"h":1,"t":0,"uu":"king jhaeros|kftgv","m":"bestiary/tokens/KftGV/King Jhaeros.webp","n":"King Jhaeros"},{"id":2150,"c":1,"u":"markos%20delphi_kftgv","p":53,"s":39,"h":1,"t":0,"uu":"markos delphi|kftgv","m":"bestiary/tokens/KftGV/Markos Delphi.webp","n":"Markos Delphi"},{"id":2151,"c":1,"u":"meera%20raheer_kftgv","p":7,"s":39,"h":1,"t":0,"uu":"meera raheer|kftgv","m":"bestiary/tokens/KftGV/Meera Raheer.webp","n":"Meera Raheer"},{"id":2152,"c":1,"u":"naevys%20tharesso_kftgv","p":150,"s":39,"h":1,"t":0,"uu":"naevys tharesso|kftgv","m":"bestiary/tokens/KftGV/Naevys Tharesso.webp","n":"Naevys Tharesso"},{"id":2153,"c":1,"u":"nixylanna%20vidorant_kftgv","p":130,"s":39,"h":1,"t":0,"uu":"nixylanna vidorant|kftgv","m":"bestiary/tokens/KftGV/Nixylanna Vidorant.webp","n":"Nixylanna Vidorant"},{"id":2154,"c":1,"u":"prisoner%2013_kftgv","p":68,"s":39,"h":1,"t":0,"uu":"prisoner 13|kftgv","m":"bestiary/tokens/KftGV/Prisoner 13.webp","n":"Prisoner 13"},{"id":2155,"c":1,"u":"rilago_kftgv","p":147,"s":39,"h":1,"t":0,"uu":"rilago|kftgv","m":"bestiary/tokens/KftGV/Rilago.webp","n":"Rilago"},{"id":2156,"c":1,"u":"sabrina%20kilgore%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"sabrina kilgore (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Sabrina Kilgore (Levels 1-4).webp","n":"Sabrina Kilgore (Levels 1-4)"},{"id":2157,"c":1,"u":"sabrina%20kilgore%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"sabrina kilgore (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Sabrina Kilgore (Levels 5-8).webp","n":"Sabrina Kilgore (Levels 5-8)"},{"id":2158,"c":1,"u":"sabrina%20kilgore%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"sabrina kilgore (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Sabrina Kilgore (Levels 9-11).webp","n":"Sabrina Kilgore (Levels 9-11)"},{"id":2159,"c":1,"u":"sythian%20skalderang_kftgv","p":117,"s":39,"h":1,"t":0,"uu":"sythian skalderang|kftgv","m":"bestiary/tokens/KftGV/Sythian Skalderang.webp","n":"Sythian Skalderang"},{"id":2160,"c":1,"u":"the%20stranger_kftgv","p":173,"s":39,"h":1,"t":0,"uu":"the stranger|kftgv","m":"bestiary/tokens/KftGV/The Stranger.webp","n":"The Stranger"},{"id":2161,"c":1,"u":"tiefling%20acrobat_kftgv","p":37,"s":39,"h":1,"t":0,"uu":"tiefling acrobat|kftgv","m":"bestiary/tokens/KftGV/Tiefling Acrobat.webp","n":"Tiefling Acrobat"},{"id":2162,"c":1,"u":"tixie%20tockworth_kftgv","p":85,"s":39,"h":1,"t":0,"uu":"tixie tockworth|kftgv","m":"bestiary/tokens/KftGV/Tixie Tockworth.webp","n":"Tixie Tockworth"},{"id":2163,"c":1,"u":"tixie's%20shield%20guardian_kftgv","p":80,"s":39,"h":1,"t":0,"uu":"tixie's shield guardian|kftgv","m":"bestiary/tokens/KftGV/Tixie's Shield Guardian.webp","n":"Tixie's Shield Guardian"},{"id":2164,"c":1,"u":"torgja%20stonecrusher%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"torgja stonecrusher (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Torgja Stonecrusher (Levels 1-4).webp","n":"Torgja Stonecrusher (Levels 1-4)"},{"id":2165,"c":1,"u":"torgja%20stonecrusher%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"torgja stonecrusher (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Torgja Stonecrusher (Levels 5-8).webp","n":"Torgja Stonecrusher (Levels 5-8)"},{"id":2166,"c":1,"u":"torgja%20stonecrusher%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"torgja stonecrusher (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Torgja Stonecrusher (Levels 9-11).webp","n":"Torgja Stonecrusher (Levels 9-11)"},{"id":2167,"c":1,"u":"tosh%20starling%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"tosh starling (levels 1-4)|kftgv","m":"bestiary/tokens/KftGV/Tosh Starling (Levels 1-4).webp","n":"Tosh Starling (Levels 1-4)"},{"id":2168,"c":1,"u":"tosh%20starling%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"tosh starling (levels 5-8)|kftgv","m":"bestiary/tokens/KftGV/Tosh Starling (Levels 5-8).webp","n":"Tosh Starling (Levels 5-8)"},{"id":2169,"c":1,"u":"tosh%20starling%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"t":0,"uu":"tosh starling (levels 9-11)|kftgv","m":"bestiary/tokens/KftGV/Tosh Starling (Levels 9-11).webp","n":"Tosh Starling (Levels 9-11)"},{"id":2170,"c":1,"u":"zala%20morphus_kftgv","p":47,"s":39,"h":1,"t":0,"uu":"zala morphus|kftgv","m":"bestiary/tokens/KftGV/Zala Morphus.webp","n":"Zala Morphus"},{"id":2171,"c":1,"u":"zorhanna%20adulare_kftgv","p":184,"s":39,"h":1,"t":0,"uu":"zorhanna adulare|kftgv","m":"bestiary/tokens/KftGV/Zorhanna Adulare.webp","n":"Zorhanna Adulare"},{"id":2172,"c":1,"u":"zorhanna's%20simulacrum_kftgv","p":184,"s":39,"h":1,"t":0,"uu":"zorhanna's simulacrum|kftgv","m":"bestiary/tokens/KftGV/Zorhanna's Simulacrum.webp","n":"Zorhanna's Simulacrum"},{"id":2173,"c":1,"u":"goblin%20gang%20member_kkw","p":167,"s":40,"h":1,"t":0,"uu":"goblin gang member|kkw","m":"bestiary/tokens/KKW/Goblin Gang Member.webp","n":"Goblin Gang Member"},{"id":2174,"c":1,"u":"krenko_kkw","p":168,"s":40,"h":1,"t":0,"uu":"krenko|kkw","m":"bestiary/tokens/KKW/Krenko.webp","n":"Krenko"},{"id":2175,"c":1,"u":"loading%20rig_kkw","p":170,"s":40,"h":1,"t":0,"uu":"loading rig|kkw","m":"bestiary/tokens/KKW/Loading Rig.webp","n":"Loading Rig"},{"id":2176,"c":1,"u":"ash%20zombie_lmop","p":31,"s":41,"h":1,"t":0,"uu":"ash zombie|lmop","m":"bestiary/tokens/LMoP/Ash Zombie.webp","n":"Ash Zombie"},{"id":2177,"c":1,"u":"evil%20mage_lmop","p":57,"s":41,"h":1,"t":0,"uu":"evil mage|lmop","m":"bestiary/tokens/LMoP/Evil Mage.webp","n":"Evil Mage"},{"id":2178,"c":1,"u":"gundren%20rockseeker_lmop","p":41,"s":41,"h":1,"t":0,"uu":"gundren rockseeker|lmop","m":"bestiary/tokens/LMoP/Gundren Rockseeker.webp","n":"Gundren Rockseeker"},{"id":2179,"c":1,"u":"mormesk%20the%20wraith_lmop","p":59,"s":41,"h":1,"t":0,"uu":"mormesk the wraith|lmop","m":"bestiary/tokens/LMoP/Mormesk the Wraith.webp","n":"Mormesk the Wraith"},{"id":2180,"c":1,"u":"nezznar%20the%20black%20spider_lmop","p":59,"s":41,"h":1,"t":0,"uu":"nezznar the black spider|lmop","m":"bestiary/tokens/LMoP/Nezznar the Black Spider.webp","n":"Nezznar the Black Spider"},{"id":2181,"c":1,"u":"nundro%20rockseeker_lmop","p":50,"s":41,"h":1,"t":0,"uu":"nundro rockseeker|lmop","m":"bestiary/tokens/LMoP/Nundro Rockseeker.webp","n":"Nundro Rockseeker"},{"id":2182,"c":1,"u":"redbrand%20ruffian_lmop","p":61,"s":41,"h":1,"t":0,"uu":"redbrand ruffian|lmop","m":"bestiary/tokens/LMoP/Redbrand Ruffian.webp","n":"Redbrand Ruffian"},{"id":2183,"c":1,"u":"sildar%20hallwinter_lmop","p":61,"s":41,"h":1,"t":0,"uu":"sildar hallwinter|lmop","m":"bestiary/tokens/LMoP/Sildar Hallwinter.webp","n":"Sildar Hallwinter"},{"id":2184,"c":1,"u":"venomfang_lmop","p":63,"s":41,"h":1,"t":0,"uu":"venomfang|lmop","m":"bestiary/tokens/LMoP/Venomfang.webp","n":"Venomfang"},{"id":2185,"c":1,"u":"aarakocra%20spelljammer_lox","p":43,"s":42,"h":1,"t":0,"uu":"aarakocra spelljammer|lox","m":"bestiary/tokens/LoX/Aarakocra Spelljammer.webp","n":"Aarakocra Spelljammer"},{"id":2186,"c":1,"u":"agony_lox","p":34,"s":42,"h":1,"t":0,"uu":"agony|lox","m":"bestiary/tokens/LoX/Agony.webp","n":"Agony"},{"id":2187,"c":1,"u":"astral%20blight_lox","p":10,"s":42,"h":1,"t":0,"uu":"astral blight|lox","m":"bestiary/tokens/LoX/Astral Blight.webp","n":"Astral Blight"},{"id":2188,"c":1,"u":"big%20momma_lox","p":29,"s":42,"h":1,"t":0,"uu":"big momma|lox","m":"bestiary/tokens/LoX/Big Momma.webp","n":"Big Momma"},{"id":2189,"c":1,"u":"commodore%20krux_lox","p":22,"s":42,"h":1,"t":0,"uu":"commodore krux|lox","m":"bestiary/tokens/LoX/Commodore Krux.webp","n":"Commodore Krux"},{"id":2190,"c":1,"u":"elaina%20sartell_lox","p":11,"s":42,"h":1,"t":0,"uu":"elaina sartell|lox","m":"bestiary/tokens/LoX/Elaina Sartell.webp","n":"Elaina Sartell"},{"id":2191,"c":1,"u":"fel%20ardra_lox","p":23,"s":42,"h":1,"t":0,"uu":"fel ardra|lox","m":"bestiary/tokens/LoX/Fel Ardra.webp","n":"Fel Ardra"},{"id":2192,"c":1,"u":"flapjack_lox","p":13,"s":42,"h":1,"t":0,"uu":"flapjack|lox","m":"bestiary/tokens/LoX/Flapjack.webp","n":"Flapjack"},{"id":2193,"c":1,"u":"grimzod%20gargenhale_lox","p":32,"s":42,"h":1,"t":0,"uu":"grimzod gargenhale|lox","m":"bestiary/tokens/LoX/Grimzod Gargenhale.webp","n":"Grimzod Gargenhale"},{"id":2194,"c":1,"u":"hastain_lox","p":25,"s":42,"h":1,"t":0,"uu":"hastain|lox","m":"bestiary/tokens/LoX/Hastain.webp","n":"Hastain"},{"id":2195,"c":1,"u":"prince%20xeleth_lox","p":48,"s":42,"h":1,"t":0,"uu":"prince xeleth|lox","m":"bestiary/tokens/LoX/Prince Xeleth.webp","n":"Prince Xeleth"},{"id":2196,"c":1,"u":"princess%20xedalli_lox","p":60,"s":42,"h":1,"t":0,"uu":"princess xedalli|lox","m":"bestiary/tokens/LoX/Princess Xedalli.webp","n":"Princess Xedalli"},{"id":2197,"c":1,"u":"topolah_lox","p":27,"s":42,"h":1,"t":0,"uu":"topolah|lox","m":"bestiary/tokens/LoX/Topolah.webp","n":"Topolah"},{"id":2198,"c":1,"u":"vocath_lox","p":42,"s":42,"h":1,"t":0,"uu":"vocath|lox","m":"bestiary/tokens/LoX/Vocath.webp","n":"Vocath"},{"id":2199,"c":1,"u":"warwyck%20blastimoff_lox","p":39,"s":42,"h":1,"t":0,"uu":"warwyck blastimoff|lox","m":"bestiary/tokens/LoX/Warwyck Blastimoff.webp","n":"Warwyck Blastimoff"},{"id":2200,"c":1,"u":"alax%20jadescales_lrdt","p":11,"s":43,"h":1,"dP":1,"t":0,"uu":"alax jadescales|lrdt","m":"bestiary/tokens/LRDT/Alax Jadescales.webp","n":"Alax Jadescales"},{"id":2201,"c":1,"u":"ervan%20soulfallen_lrdt","p":11,"s":43,"h":1,"dP":1,"t":0,"uu":"ervan soulfallen|lrdt","m":"bestiary/tokens/LRDT/Ervan Soulfallen.webp","n":"Ervan Soulfallen"},{"id":2202,"c":1,"u":"aarakocra_mm","p":12,"s":44,"h":1,"t":0,"uu":"aarakocra|mm","m":"bestiary/tokens/MM/Aarakocra.webp","n":"Aarakocra"},{"id":2203,"c":1,"u":"aboleth_mm","p":13,"s":44,"h":1,"r":1,"t":0,"uu":"aboleth|mm","m":"bestiary/tokens/MM/Aboleth.webp","n":"Aboleth"},{"id":2204,"c":1,"u":"abominable%20yeti_mm","p":306,"s":44,"h":1,"t":0,"uu":"abominable yeti|mm","m":"bestiary/tokens/MM/Abominable Yeti.webp","n":"Abominable Yeti"},{"id":2205,"c":1,"u":"acolyte_mm","p":342,"s":44,"h":1,"r":1,"t":0,"uu":"acolyte|mm","m":"bestiary/tokens/MM/Acolyte.webp","n":"Acolyte"},{"id":2206,"c":1,"u":"adult%20black%20dragon_mm","p":88,"s":44,"h":1,"r":1,"t":0,"uu":"adult black dragon|mm","m":"bestiary/tokens/MM/Adult Black Dragon.webp","n":"Adult Black Dragon"},{"id":2207,"c":1,"u":"adult%20blue%20dracolich_mm","p":84,"s":44,"h":1,"t":0,"uu":"adult blue dracolich|mm","m":"bestiary/tokens/MM/Adult Blue Dracolich.webp","n":"Adult Blue Dracolich"},{"id":2208,"c":1,"u":"adult%20blue%20dragon_mm","p":91,"s":44,"h":1,"r":1,"t":0,"uu":"adult blue dragon|mm","m":"bestiary/tokens/MM/Adult Blue Dragon.webp","n":"Adult Blue Dragon"},{"id":2209,"c":1,"u":"adult%20brass%20dragon_mm","p":105,"s":44,"h":1,"r":1,"t":0,"uu":"adult brass dragon|mm","m":"bestiary/tokens/MM/Adult Brass Dragon.webp","n":"Adult Brass Dragon"},{"id":2210,"c":1,"u":"adult%20bronze%20dragon_mm","p":108,"s":44,"h":1,"r":1,"t":0,"uu":"adult bronze dragon|mm","m":"bestiary/tokens/MM/Adult Bronze Dragon.webp","n":"Adult Bronze Dragon"},{"id":2211,"c":1,"u":"adult%20copper%20dragon_mm","p":112,"s":44,"h":1,"r":1,"t":0,"uu":"adult copper dragon|mm","m":"bestiary/tokens/MM/Adult Copper Dragon.webp","n":"Adult Copper Dragon"},{"id":2212,"c":1,"u":"adult%20gold%20dragon_mm","p":114,"s":44,"h":1,"r":1,"t":0,"uu":"adult gold dragon|mm","m":"bestiary/tokens/MM/Adult Gold Dragon.webp","n":"Adult Gold Dragon"},{"id":2213,"c":1,"u":"adult%20green%20dragon_mm","p":94,"s":44,"h":1,"r":1,"t":0,"uu":"adult green dragon|mm","m":"bestiary/tokens/MM/Adult Green Dragon.webp","n":"Adult Green Dragon"},{"id":2214,"c":1,"u":"adult%20red%20dragon_mm","p":98,"s":44,"h":1,"r":1,"t":0,"uu":"adult red dragon|mm","m":"bestiary/tokens/MM/Adult Red Dragon.webp","n":"Adult Red Dragon"},{"id":2215,"c":1,"u":"adult%20silver%20dragon_mm","p":117,"s":44,"h":1,"r":1,"t":0,"uu":"adult silver dragon|mm","m":"bestiary/tokens/MM/Adult Silver Dragon.webp","n":"Adult Silver Dragon"},{"id":2216,"c":1,"u":"adult%20white%20dragon_mm","p":101,"s":44,"h":1,"r":1,"t":0,"uu":"adult white dragon|mm","m":"bestiary/tokens/MM/Adult White Dragon.webp","n":"Adult White Dragon"},{"id":2217,"c":1,"u":"air%20elemental_mm","p":124,"s":44,"h":1,"r":1,"t":0,"uu":"air elemental|mm","m":"bestiary/tokens/MM/Air Elemental.webp","n":"Air Elemental"},{"id":2218,"c":1,"u":"allosaurus_mm","p":79,"s":44,"h":1,"t":0,"uu":"allosaurus|mm","m":"bestiary/tokens/MM/Allosaurus.webp","n":"Allosaurus"},{"id":2219,"c":1,"u":"ancient%20black%20dragon_mm","p":87,"s":44,"h":1,"r":1,"t":0,"uu":"ancient black dragon|mm","m":"bestiary/tokens/MM/Ancient Black Dragon.webp","n":"Ancient Black Dragon"},{"id":2220,"c":1,"u":"ancient%20blue%20dragon_mm","p":90,"s":44,"h":1,"r":1,"t":0,"uu":"ancient blue dragon|mm","m":"bestiary/tokens/MM/Ancient Blue Dragon.webp","n":"Ancient Blue Dragon"},{"id":2221,"c":1,"u":"ancient%20brass%20dragon_mm","p":104,"s":44,"h":1,"r":1,"t":0,"uu":"ancient brass dragon|mm","m":"bestiary/tokens/MM/Ancient Brass Dragon.webp","n":"Ancient Brass Dragon"},{"id":2222,"c":1,"u":"ancient%20bronze%20dragon_mm","p":107,"s":44,"h":1,"r":1,"t":0,"uu":"ancient bronze dragon|mm","m":"bestiary/tokens/MM/Ancient Bronze Dragon.webp","n":"Ancient Bronze Dragon"},{"id":2223,"c":1,"u":"ancient%20copper%20dragon_mm","p":110,"s":44,"h":1,"r":1,"t":0,"uu":"ancient copper dragon|mm","m":"bestiary/tokens/MM/Ancient Copper Dragon.webp","n":"Ancient Copper Dragon"},{"id":2224,"c":1,"u":"ancient%20gold%20dragon_mm","p":113,"s":44,"h":1,"r":1,"t":0,"uu":"ancient gold dragon|mm","m":"bestiary/tokens/MM/Ancient Gold Dragon.webp","n":"Ancient Gold Dragon"},{"id":2225,"c":1,"u":"ancient%20green%20dragon_mm","p":93,"s":44,"h":1,"r":1,"t":0,"uu":"ancient green dragon|mm","m":"bestiary/tokens/MM/Ancient Green Dragon.webp","n":"Ancient Green Dragon"},{"id":2226,"c":1,"u":"ancient%20red%20dragon_mm","p":97,"s":44,"h":1,"r":1,"t":0,"uu":"ancient red dragon|mm","m":"bestiary/tokens/MM/Ancient Red Dragon.webp","n":"Ancient Red Dragon"},{"id":2227,"c":1,"u":"ancient%20silver%20dragon_mm","p":116,"s":44,"h":1,"r":1,"t":0,"uu":"ancient silver dragon|mm","m":"bestiary/tokens/MM/Ancient Silver Dragon.webp","n":"Ancient Silver Dragon"},{"id":2228,"c":1,"u":"ancient%20white%20dragon_mm","p":100,"s":44,"h":1,"r":1,"t":0,"uu":"ancient white dragon|mm","m":"bestiary/tokens/MM/Ancient White Dragon.webp","n":"Ancient White Dragon"},{"id":2229,"c":1,"u":"androsphinx_mm","p":281,"s":44,"h":1,"r":1,"t":0,"uu":"androsphinx|mm","m":"bestiary/tokens/MM/Androsphinx.webp","n":"Androsphinx"},{"id":2230,"c":1,"u":"animated%20armor_mm","p":19,"s":44,"h":1,"r":1,"t":0,"uu":"animated armor|mm","m":"bestiary/tokens/MM/Animated Armor.webp","n":"Animated Armor"},{"id":2231,"c":1,"u":"ankheg_mm","p":21,"s":44,"h":1,"r":1,"t":0,"uu":"ankheg|mm","m":"bestiary/tokens/MM/Ankheg.webp","n":"Ankheg"},{"id":2232,"c":1,"u":"ankylosaurus_mm","p":79,"s":44,"h":1,"t":0,"uu":"ankylosaurus|mm","m":"bestiary/tokens/MM/Ankylosaurus.webp","n":"Ankylosaurus"},{"id":2233,"c":1,"u":"ape_mm","p":317,"s":44,"h":1,"r":1,"t":0,"uu":"ape|mm","m":"bestiary/tokens/MM/Ape.webp","n":"Ape"},{"id":2234,"c":1,"u":"arcanaloth_mm","p":313,"s":44,"h":1,"t":0,"uu":"arcanaloth|mm","m":"bestiary/tokens/MM/Arcanaloth.webp","n":"Arcanaloth"},{"id":2235,"c":1,"u":"archmage_mm","p":342,"s":44,"h":1,"r":1,"t":0,"uu":"archmage|mm","m":"bestiary/tokens/MM/Archmage.webp","n":"Archmage"},{"id":2236,"c":1,"u":"assassin_mm","p":343,"s":44,"h":1,"r":1,"t":0,"uu":"assassin|mm","m":"bestiary/tokens/MM/Assassin.webp","n":"Assassin"},{"id":2237,"c":1,"u":"awakened%20shrub_mm","p":317,"s":44,"h":1,"r":1,"t":0,"uu":"awakened shrub|mm","m":"bestiary/tokens/MM/Awakened Shrub.webp","n":"Awakened Shrub"},{"id":2238,"c":1,"u":"awakened%20tree_mm","p":317,"s":44,"h":1,"r":1,"t":0,"uu":"awakened tree|mm","m":"bestiary/tokens/MM/Awakened Tree.webp","n":"Awakened Tree"},{"id":2239,"c":1,"u":"axe%20beak_mm","p":317,"s":44,"h":1,"r":1,"t":0,"uu":"axe beak|mm","m":"bestiary/tokens/MM/Axe Beak.webp","n":"Axe Beak"},{"id":2240,"c":1,"u":"azer_mm","p":22,"s":44,"h":1,"r":1,"t":0,"uu":"azer|mm","m":"bestiary/tokens/MM/Azer.webp","n":"Azer"},{"id":2241,"c":1,"u":"baboon_mm","p":318,"s":44,"h":1,"r":1,"t":0,"uu":"baboon|mm","m":"bestiary/tokens/MM/Baboon.webp","n":"Baboon"},{"id":2242,"c":1,"u":"badger_mm","p":318,"s":44,"h":1,"r":1,"t":0,"uu":"badger|mm","m":"bestiary/tokens/MM/Badger.webp","n":"Badger"},{"id":2243,"c":1,"u":"balor_mm","p":55,"s":44,"h":1,"r":1,"t":0,"uu":"balor|mm","m":"bestiary/tokens/MM/Balor.webp","n":"Balor"},{"id":2244,"c":1,"u":"bandit_mm","p":343,"s":44,"h":1,"r":1,"t":0,"uu":"bandit|mm","m":"bestiary/tokens/MM/Bandit.webp","n":"Bandit"},{"id":2245,"c":1,"u":"bandit%20captain_mm","p":344,"s":44,"h":1,"r":1,"t":0,"uu":"bandit captain|mm","m":"bestiary/tokens/MM/Bandit Captain.webp","n":"Bandit Captain"},{"id":2246,"c":1,"u":"banshee_mm","p":23,"s":44,"h":1,"t":0,"uu":"banshee|mm","m":"bestiary/tokens/MM/Banshee.webp","n":"Banshee"},{"id":2247,"c":1,"u":"barbed%20devil_mm","p":70,"s":44,"h":1,"r":1,"t":0,"uu":"barbed devil|mm","m":"bestiary/tokens/MM/Barbed Devil.webp","n":"Barbed Devil"},{"id":2248,"c":1,"u":"barlgura_mm","p":56,"s":44,"h":1,"t":0,"uu":"barlgura|mm","m":"bestiary/tokens/MM/Barlgura.webp","n":"Barlgura"},{"id":2249,"c":1,"u":"basilisk_mm","p":24,"s":44,"h":1,"r":1,"t":0,"uu":"basilisk|mm","m":"bestiary/tokens/MM/Basilisk.webp","n":"Basilisk"},{"id":2250,"c":1,"u":"bat_mm","p":318,"s":44,"h":1,"r":1,"t":0,"uu":"bat|mm","m":"bestiary/tokens/MM/Bat.webp","n":"Bat"},{"id":2251,"c":1,"u":"bearded%20devil_mm","p":70,"s":44,"h":1,"r":1,"t":0,"uu":"bearded devil|mm","m":"bestiary/tokens/MM/Bearded Devil.webp","n":"Bearded Devil"},{"id":2252,"c":1,"u":"behir_mm","p":25,"s":44,"h":1,"r":1,"t":0,"uu":"behir|mm","m":"bestiary/tokens/MM/Behir.webp","n":"Behir"},{"id":2253,"c":1,"u":"beholder_mm","p":28,"s":44,"h":1,"t":0,"uu":"beholder|mm","m":"bestiary/tokens/MM/Beholder.webp","n":"Beholder"},{"id":2254,"c":1,"u":"beholder%20zombie_mm","p":316,"s":44,"h":1,"t":0,"uu":"beholder zombie|mm","m":"bestiary/tokens/MM/Beholder Zombie.webp","n":"Beholder Zombie"},{"id":2255,"c":1,"u":"berserker_mm","p":344,"s":44,"h":1,"r":1,"t":0,"uu":"berserker|mm","m":"bestiary/tokens/MM/Berserker.webp","n":"Berserker"},{"id":2256,"c":1,"u":"black%20bear_mm","p":318,"s":44,"h":1,"r":1,"t":0,"uu":"black bear|mm","m":"bestiary/tokens/MM/Black Bear.webp","n":"Black Bear"},{"id":2257,"c":1,"u":"black%20dragon%20wyrmling_mm","p":88,"s":44,"h":1,"r":1,"t":0,"uu":"black dragon wyrmling|mm","m":"bestiary/tokens/MM/Black Dragon Wyrmling.webp","n":"Black Dragon Wyrmling"},{"id":2258,"c":1,"u":"black%20pudding_mm","p":241,"s":44,"h":1,"r":1,"t":0,"uu":"black pudding|mm","m":"bestiary/tokens/MM/Black Pudding.webp","n":"Black Pudding"},{"id":2259,"c":1,"u":"blink%20dog_mm","p":318,"s":44,"h":1,"r":1,"t":0,"uu":"blink dog|mm","m":"bestiary/tokens/MM/Blink Dog.webp","n":"Blink Dog"},{"id":2260,"c":1,"u":"blood%20hawk_mm","p":319,"s":44,"h":1,"r":1,"t":0,"uu":"blood hawk|mm","m":"bestiary/tokens/MM/Blood Hawk.webp","n":"Blood Hawk"},{"id":2261,"c":1,"u":"blue%20dragon%20wyrmling_mm","p":91,"s":44,"h":1,"r":1,"t":0,"uu":"blue dragon wyrmling|mm","m":"bestiary/tokens/MM/Blue Dragon Wyrmling.webp","n":"Blue Dragon Wyrmling"},{"id":2262,"c":1,"u":"blue%20slaad_mm","p":276,"s":44,"h":1,"t":0,"uu":"blue slaad|mm","m":"bestiary/tokens/MM/Blue Slaad.webp","n":"Blue Slaad"},{"id":2263,"c":1,"u":"boar_mm","p":319,"s":44,"h":1,"r":1,"t":0,"uu":"boar|mm","m":"bestiary/tokens/MM/Boar.webp","n":"Boar"},{"id":2264,"c":1,"u":"bone%20devil_mm","p":71,"s":44,"h":1,"r":1,"t":0,"uu":"bone devil|mm","m":"bestiary/tokens/MM/Bone Devil.webp","n":"Bone Devil"},{"id":2265,"c":1,"u":"bone%20naga%20(guardian)_mm","p":233,"s":44,"h":1,"t":0,"uu":"bone naga (guardian)|mm","m":"bestiary/tokens/MM/Bone Naga (Guardian).webp","n":"Bone Naga (Guardian)"},{"id":2266,"c":1,"u":"bone%20naga%20(spirit)_mm","p":233,"s":44,"h":1,"t":0,"uu":"bone naga (spirit)|mm","m":"bestiary/tokens/MM/Bone Naga (Spirit).webp","n":"Bone Naga (Spirit)"},{"id":2267,"c":1,"u":"brass%20dragon%20wyrmling_mm","p":106,"s":44,"h":1,"r":1,"t":0,"uu":"brass dragon wyrmling|mm","m":"bestiary/tokens/MM/Brass Dragon Wyrmling.webp","n":"Brass Dragon Wyrmling"},{"id":2268,"c":1,"u":"bronze%20dragon%20wyrmling_mm","p":109,"s":44,"h":1,"r":1,"t":0,"uu":"bronze dragon wyrmling|mm","m":"bestiary/tokens/MM/Bronze Dragon Wyrmling.webp","n":"Bronze Dragon Wyrmling"},{"id":2269,"c":1,"u":"brown%20bear_mm","p":319,"s":44,"h":1,"r":1,"t":0,"uu":"brown bear|mm","m":"bestiary/tokens/MM/Brown Bear.webp","n":"Brown Bear"},{"id":2270,"c":1,"u":"bugbear_mm","p":33,"s":44,"h":1,"r":1,"t":0,"uu":"bugbear|mm","m":"bestiary/tokens/MM/Bugbear.webp","n":"Bugbear"},{"id":2271,"c":1,"u":"bugbear%20chief_mm","p":33,"s":44,"h":1,"t":0,"uu":"bugbear chief|mm","m":"bestiary/tokens/MM/Bugbear Chief.webp","n":"Bugbear Chief"},{"id":2272,"c":1,"u":"bulette_mm","p":34,"s":44,"h":1,"r":1,"t":0,"uu":"bulette|mm","m":"bestiary/tokens/MM/Bulette.webp","n":"Bulette"},{"id":2273,"c":1,"u":"bullywug_mm","p":35,"s":44,"h":1,"t":0,"uu":"bullywug|mm","m":"bestiary/tokens/MM/Bullywug.webp","n":"Bullywug"},{"id":2274,"c":1,"u":"cambion_mm","p":36,"s":44,"h":1,"t":0,"uu":"cambion|mm","m":"bestiary/tokens/MM/Cambion.webp","n":"Cambion"},{"id":2275,"c":1,"u":"camel_mm","p":320,"s":44,"h":1,"r":1,"t":0,"uu":"camel|mm","m":"bestiary/tokens/MM/Camel.webp","n":"Camel"},{"id":2276,"c":1,"u":"carrion%20crawler_mm","p":37,"s":44,"h":1,"t":0,"uu":"carrion crawler|mm","m":"bestiary/tokens/MM/Carrion Crawler.webp","n":"Carrion Crawler"},{"id":2277,"c":1,"u":"cat_mm","p":320,"s":44,"h":1,"r":1,"t":0,"uu":"cat|mm","m":"bestiary/tokens/MM/Cat.webp","n":"Cat"},{"id":2278,"c":1,"u":"cave%20bear_mm","p":334,"s":44,"h":1,"t":0,"uu":"cave bear|mm","m":"bestiary/tokens/MM/Cave Bear.webp","n":"Cave Bear"},{"id":2279,"c":1,"u":"centaur_mm","p":38,"s":44,"h":1,"r":1,"t":0,"uu":"centaur|mm","m":"bestiary/tokens/MM/Centaur.webp","n":"Centaur"},{"id":2280,"c":1,"u":"chain%20devil_mm","p":72,"s":44,"h":1,"r":1,"t":0,"uu":"chain devil|mm","m":"bestiary/tokens/MM/Chain Devil.webp","n":"Chain Devil"},{"id":2281,"c":1,"u":"chasme_mm","p":57,"s":44,"h":1,"t":0,"uu":"chasme|mm","m":"bestiary/tokens/MM/Chasme.webp","n":"Chasme"},{"id":2282,"c":1,"u":"chimera_mm","p":39,"s":44,"h":1,"r":1,"t":0,"uu":"chimera|mm","m":"bestiary/tokens/MM/Chimera.webp","n":"Chimera"},{"id":2283,"c":1,"u":"chuul_mm","p":40,"s":44,"h":1,"r":1,"t":0,"uu":"chuul|mm","m":"bestiary/tokens/MM/Chuul.webp","n":"Chuul"},{"id":2284,"c":1,"u":"clay%20golem_mm","p":168,"s":44,"h":1,"r":1,"t":0,"uu":"clay golem|mm","m":"bestiary/tokens/MM/Clay Golem.webp","n":"Clay Golem"},{"id":2285,"c":1,"u":"cloaker_mm","p":41,"s":44,"h":1,"r":1,"t":0,"uu":"cloaker|mm","m":"bestiary/tokens/MM/Cloaker.webp","n":"Cloaker"},{"id":2286,"c":1,"u":"cloud%20giant_mm","p":154,"s":44,"h":1,"r":1,"t":0,"uu":"cloud giant|mm","m":"bestiary/tokens/MM/Cloud Giant.webp","n":"Cloud Giant"},{"id":2287,"c":1,"u":"cockatrice_mm","p":42,"s":44,"h":1,"r":1,"t":0,"uu":"cockatrice|mm","m":"bestiary/tokens/MM/Cockatrice.webp","n":"Cockatrice"},{"id":2288,"c":1,"u":"commoner_mm","p":345,"s":44,"h":1,"r":1,"t":0,"uu":"commoner|mm","m":"bestiary/tokens/MM/Commoner.webp","n":"Commoner"},{"id":2289,"c":1,"u":"constrictor%20snake_mm","p":320,"s":44,"h":1,"r":1,"t":0,"uu":"constrictor snake|mm","m":"bestiary/tokens/MM/Constrictor Snake.webp","n":"Constrictor Snake"},{"id":2290,"c":1,"u":"copper%20dragon%20wyrmling_mm","p":111,"s":44,"h":1,"r":1,"t":0,"uu":"copper dragon wyrmling|mm","m":"bestiary/tokens/MM/Copper Dragon Wyrmling.webp","n":"Copper Dragon Wyrmling"},{"id":2291,"c":1,"u":"couatl_mm","p":43,"s":44,"h":1,"r":1,"t":0,"uu":"couatl|mm","m":"bestiary/tokens/MM/Couatl.webp","n":"Couatl"},{"id":2292,"c":1,"u":"crab_mm","p":320,"s":44,"h":1,"r":1,"t":0,"uu":"crab|mm","m":"bestiary/tokens/MM/Crab.webp","n":"Crab"},{"id":2293,"c":1,"u":"crawling%20claw_mm","p":44,"s":44,"h":1,"t":0,"uu":"crawling claw|mm","m":"bestiary/tokens/MM/Crawling Claw.webp","n":"Crawling Claw"},{"id":2294,"c":1,"u":"crocodile_mm","p":320,"s":44,"h":1,"r":1,"t":0,"uu":"crocodile|mm","m":"bestiary/tokens/MM/Crocodile.webp","n":"Crocodile"},{"id":2295,"c":1,"u":"cult%20fanatic_mm","p":345,"s":44,"h":1,"r":1,"t":0,"uu":"cult fanatic|mm","m":"bestiary/tokens/MM/Cult Fanatic.webp","n":"Cult Fanatic"},{"id":2296,"c":1,"u":"cultist_mm","p":345,"s":44,"h":1,"r":1,"t":0,"uu":"cultist|mm","m":"bestiary/tokens/MM/Cultist.webp","n":"Cultist"},{"id":2297,"c":1,"u":"cyclops_mm","p":45,"s":44,"h":1,"t":0,"uu":"cyclops|mm","m":"bestiary/tokens/MM/Cyclops.webp","n":"Cyclops"},{"id":2298,"c":1,"u":"dao_mm","p":143,"s":44,"h":1,"t":0,"uu":"dao|mm","m":"bestiary/tokens/MM/Dao.webp","n":"Dao"},{"id":2299,"c":1,"u":"darkmantle_mm","p":46,"s":44,"h":1,"r":1,"t":0,"uu":"darkmantle|mm","m":"bestiary/tokens/MM/Darkmantle.webp","n":"Darkmantle"},{"id":2300,"c":1,"u":"death%20dog_mm","p":321,"s":44,"h":1,"r":1,"t":0,"uu":"death dog|mm","m":"bestiary/tokens/MM/Death Dog.webp","n":"Death Dog"},{"id":2301,"c":1,"u":"death%20knight_mm","p":47,"s":44,"h":1,"t":0,"uu":"death knight|mm","m":"bestiary/tokens/MM/Death Knight.webp","n":"Death Knight"},{"id":2302,"c":1,"u":"death%20slaad_mm","p":278,"s":44,"h":1,"t":0,"uu":"death slaad|mm","m":"bestiary/tokens/MM/Death Slaad.webp","n":"Death Slaad"},{"id":2303,"c":1,"u":"death%20tyrant_mm","p":29,"s":44,"h":1,"t":0,"uu":"death tyrant|mm","m":"bestiary/tokens/MM/Death Tyrant.webp","n":"Death Tyrant"},{"id":2304,"c":1,"u":"deep%20gnome%20(svirfneblin)_mm","p":164,"s":44,"h":1,"r":1,"t":0,"uu":"deep gnome (svirfneblin)|mm","m":"bestiary/tokens/MM/Deep Gnome (Svirfneblin).webp","n":"Deep Gnome (Svirfneblin)"},{"id":2305,"c":1,"u":"deer_mm","p":321,"s":44,"h":1,"r":1,"t":0,"uu":"deer|mm","m":"bestiary/tokens/MM/Deer.webp","n":"Deer"},{"id":2306,"c":1,"u":"demilich_mm","p":48,"s":44,"h":1,"t":0,"uu":"demilich|mm","m":"bestiary/tokens/MM/Demilich.webp","n":"Demilich"},{"id":2307,"c":1,"u":"deva_mm","p":16,"s":44,"h":1,"r":1,"t":0,"uu":"deva|mm","m":"bestiary/tokens/MM/Deva.webp","n":"Deva"},{"id":2308,"c":1,"u":"dire%20wolf_mm","p":321,"s":44,"h":1,"r":1,"t":0,"uu":"dire wolf|mm","m":"bestiary/tokens/MM/Dire Wolf.webp","n":"Dire Wolf"},{"id":2309,"c":1,"u":"displacer%20beast_mm","p":81,"s":44,"h":1,"t":0,"uu":"displacer beast|mm","m":"bestiary/tokens/MM/Displacer Beast.webp","n":"Displacer Beast"},{"id":2310,"c":1,"u":"djinni_mm","p":144,"s":44,"h":1,"r":1,"t":0,"uu":"djinni|mm","m":"bestiary/tokens/MM/Djinni.webp","n":"Djinni"},{"id":2311,"c":1,"u":"doppelganger_mm","p":82,"s":44,"h":1,"r":1,"t":0,"uu":"doppelganger|mm","m":"bestiary/tokens/MM/Doppelganger.webp","n":"Doppelganger"},{"id":2312,"c":1,"u":"draft%20horse_mm","p":321,"s":44,"h":1,"r":1,"t":0,"uu":"draft horse|mm","m":"bestiary/tokens/MM/Draft Horse.webp","n":"Draft Horse"},{"id":2313,"c":1,"u":"dragon%20turtle_mm","p":119,"s":44,"h":1,"r":1,"t":0,"uu":"dragon turtle|mm","m":"bestiary/tokens/MM/Dragon Turtle.webp","n":"Dragon Turtle"},{"id":2314,"c":1,"u":"dretch_mm","p":57,"s":44,"h":1,"r":1,"t":0,"uu":"dretch|mm","m":"bestiary/tokens/MM/Dretch.webp","n":"Dretch"},{"id":2315,"c":1,"u":"drider_mm","p":120,"s":44,"h":1,"r":1,"t":0,"uu":"drider|mm","m":"bestiary/tokens/MM/Drider.webp","n":"Drider"},{"id":2316,"c":1,"u":"drow_mm","p":128,"s":44,"h":1,"r":1,"t":0,"uu":"drow|mm","m":"bestiary/tokens/MM/Drow.webp","n":"Drow"},{"id":2317,"c":1,"u":"drow%20elite%20warrior_mm","p":128,"s":44,"h":1,"t":0,"uu":"drow elite warrior|mm","m":"bestiary/tokens/MM/Drow Elite Warrior.webp","n":"Drow Elite Warrior"},{"id":2318,"c":1,"u":"drow%20mage_mm","p":129,"s":44,"h":1,"t":0,"uu":"drow mage|mm","m":"bestiary/tokens/MM/Drow Mage.webp","n":"Drow Mage"},{"id":2319,"c":1,"u":"drow%20priestess%20of%20lolth_mm","p":129,"s":44,"h":1,"t":0,"uu":"drow priestess of lolth|mm","m":"bestiary/tokens/MM/Drow Priestess of Lolth.webp","n":"Drow Priestess of Lolth"},{"id":2320,"c":1,"u":"druid_mm","p":346,"s":44,"h":1,"r":1,"t":0,"uu":"druid|mm","m":"bestiary/tokens/MM/Druid.webp","n":"Druid"},{"id":2321,"c":1,"u":"dryad_mm","p":121,"s":44,"h":1,"r":1,"t":0,"uu":"dryad|mm","m":"bestiary/tokens/MM/Dryad.webp","n":"Dryad"},{"id":2322,"c":1,"u":"duergar_mm","p":122,"s":44,"h":1,"r":1,"t":0,"uu":"duergar|mm","m":"bestiary/tokens/MM/Duergar.webp","n":"Duergar"},{"id":2323,"c":1,"u":"duodrone_mm","p":225,"s":44,"h":1,"t":0,"uu":"duodrone|mm","m":"bestiary/tokens/MM/Duodrone.webp","n":"Duodrone"},{"id":2324,"c":1,"u":"dust%20mephit_mm","p":215,"s":44,"h":1,"r":1,"t":0,"uu":"dust mephit|mm","m":"bestiary/tokens/MM/Dust Mephit.webp","n":"Dust Mephit"},{"id":2325,"c":1,"u":"eagle_mm","p":322,"s":44,"h":1,"r":1,"t":0,"uu":"eagle|mm","m":"bestiary/tokens/MM/Eagle.webp","n":"Eagle"},{"id":2326,"c":1,"u":"earth%20elemental_mm","p":124,"s":44,"h":1,"r":1,"t":0,"uu":"earth elemental|mm","m":"bestiary/tokens/MM/Earth Elemental.webp","n":"Earth Elemental"},{"id":2327,"c":1,"u":"efreeti_mm","p":145,"s":44,"h":1,"r":1,"t":0,"uu":"efreeti|mm","m":"bestiary/tokens/MM/Efreeti.webp","n":"Efreeti"},{"id":2328,"c":1,"u":"elephant_mm","p":322,"s":44,"h":1,"r":1,"t":0,"uu":"elephant|mm","m":"bestiary/tokens/MM/Elephant.webp","n":"Elephant"},{"id":2329,"c":1,"u":"elk_mm","p":322,"s":44,"h":1,"r":1,"t":0,"uu":"elk|mm","m":"bestiary/tokens/MM/Elk.webp","n":"Elk"},{"id":2330,"c":1,"u":"empyrean_mm","p":130,"s":44,"h":1,"t":0,"uu":"empyrean|mm","m":"bestiary/tokens/MM/Empyrean.webp","n":"Empyrean"},{"id":2331,"c":1,"u":"erinyes_mm","p":73,"s":44,"h":1,"r":1,"t":0,"uu":"erinyes|mm","m":"bestiary/tokens/MM/Erinyes.webp","n":"Erinyes"},{"id":2332,"c":1,"u":"ettercap_mm","p":131,"s":44,"h":1,"r":1,"t":0,"uu":"ettercap|mm","m":"bestiary/tokens/MM/Ettercap.webp","n":"Ettercap"},{"id":2333,"c":1,"u":"ettin_mm","p":132,"s":44,"h":1,"r":1,"t":0,"uu":"ettin|mm","m":"bestiary/tokens/MM/Ettin.webp","n":"Ettin"},{"id":2334,"c":1,"u":"faerie%20dragon%20(blue)_mm","p":133,"s":44,"h":1,"t":0,"uu":"faerie dragon (blue)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Blue).webp","n":"Faerie Dragon (Blue)"},{"id":2335,"c":1,"u":"faerie%20dragon%20(green)_mm","p":133,"s":44,"h":1,"t":0,"uu":"faerie dragon (green)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Green).webp","n":"Faerie Dragon (Green)"},{"id":2336,"c":1,"u":"faerie%20dragon%20(indigo)_mm","p":133,"s":44,"h":1,"t":0,"uu":"faerie dragon (indigo)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Indigo).webp","n":"Faerie Dragon (Indigo)"},{"id":2337,"c":1,"u":"faerie%20dragon%20(orange)_mm","p":133,"s":44,"h":1,"t":0,"uu":"faerie dragon (orange)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Orange).webp","n":"Faerie Dragon (Orange)"},{"id":2338,"c":1,"u":"faerie%20dragon%20(red)_mm","p":133,"s":44,"h":1,"t":0,"uu":"faerie dragon (red)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Red).webp","n":"Faerie Dragon (Red)"},{"id":2339,"c":1,"u":"faerie%20dragon%20(violet)_mm","p":133,"s":44,"h":1,"t":0,"uu":"faerie dragon (violet)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Violet).webp","n":"Faerie Dragon (Violet)"},{"id":2340,"c":1,"u":"faerie%20dragon%20(yellow)_mm","p":133,"s":44,"h":1,"t":0,"uu":"faerie dragon (yellow)|mm","m":"bestiary/tokens/MM/Faerie Dragon (Yellow).webp","n":"Faerie Dragon (Yellow)"},{"id":2341,"c":1,"u":"fire%20elemental_mm","p":125,"s":44,"h":1,"r":1,"t":0,"uu":"fire elemental|mm","m":"bestiary/tokens/MM/Fire Elemental.webp","n":"Fire Elemental"},{"id":2342,"c":1,"u":"fire%20giant_mm","p":154,"s":44,"h":1,"r":1,"t":0,"uu":"fire giant|mm","m":"bestiary/tokens/MM/Fire Giant.webp","n":"Fire Giant"},{"id":2343,"c":1,"u":"fire%20snake_mm","p":265,"s":44,"h":1,"t":0,"uu":"fire snake|mm","m":"bestiary/tokens/MM/Fire Snake.webp","n":"Fire Snake"},{"id":2344,"c":1,"u":"flameskull_mm","p":134,"s":44,"h":1,"t":0,"uu":"flameskull|mm","m":"bestiary/tokens/MM/Flameskull.webp","n":"Flameskull"},{"id":2345,"c":1,"u":"flesh%20golem_mm","p":169,"s":44,"h":1,"r":1,"t":0,"uu":"flesh golem|mm","m":"bestiary/tokens/MM/Flesh Golem.webp","n":"Flesh Golem"},{"id":2346,"c":1,"u":"flumph_mm","p":135,"s":44,"h":1,"t":0,"uu":"flumph|mm","m":"bestiary/tokens/MM/Flumph.webp","n":"Flumph"},{"id":2347,"c":1,"u":"flying%20snake_mm","p":322,"s":44,"h":1,"r":1,"t":0,"uu":"flying snake|mm","m":"bestiary/tokens/MM/Flying Snake.webp","n":"Flying Snake"},{"id":2348,"c":1,"u":"flying%20sword_mm","p":20,"s":44,"h":1,"r":1,"t":0,"uu":"flying sword|mm","m":"bestiary/tokens/MM/Flying Sword.webp","n":"Flying Sword"},{"id":2349,"c":1,"u":"fomorian_mm","p":136,"s":44,"h":1,"t":0,"uu":"fomorian|mm","m":"bestiary/tokens/MM/Fomorian.webp","n":"Fomorian"},{"id":2350,"c":1,"u":"frog_mm","p":322,"s":44,"h":1,"r":1,"t":0,"uu":"frog|mm","m":"bestiary/tokens/MM/Frog.webp","n":"Frog"},{"id":2351,"c":1,"u":"frost%20giant_mm","p":155,"s":44,"h":1,"r":1,"t":0,"uu":"frost giant|mm","m":"bestiary/tokens/MM/Frost Giant.webp","n":"Frost Giant"},{"id":2352,"c":1,"u":"galeb%20duhr_mm","p":139,"s":44,"h":1,"t":0,"uu":"galeb duhr|mm","m":"bestiary/tokens/MM/Galeb Duhr.webp","n":"Galeb Duhr"},{"id":2353,"c":1,"u":"gargoyle_mm","p":140,"s":44,"h":1,"r":1,"t":0,"uu":"gargoyle|mm","m":"bestiary/tokens/MM/Gargoyle.webp","n":"Gargoyle"},{"id":2354,"c":1,"u":"gas%20spore_mm","p":138,"s":44,"h":1,"t":0,"uu":"gas spore|mm","m":"bestiary/tokens/MM/Gas Spore.webp","n":"Gas Spore"},{"id":2355,"c":1,"u":"gelatinous%20cube_mm","p":242,"s":44,"h":1,"r":1,"t":0,"uu":"gelatinous cube|mm","m":"bestiary/tokens/MM/Gelatinous Cube.webp","n":"Gelatinous Cube"},{"id":2356,"c":1,"u":"ghast_mm","p":148,"s":44,"h":1,"r":1,"t":0,"uu":"ghast|mm","m":"bestiary/tokens/MM/Ghast.webp","n":"Ghast"},{"id":2357,"c":1,"u":"ghost_mm","p":147,"s":44,"h":1,"r":1,"t":0,"uu":"ghost|mm","m":"bestiary/tokens/MM/Ghost.webp","n":"Ghost"},{"id":2358,"c":1,"u":"ghoul_mm","p":148,"s":44,"h":1,"r":1,"t":0,"uu":"ghoul|mm","m":"bestiary/tokens/MM/Ghoul.webp","n":"Ghoul"},{"id":2359,"c":1,"u":"giant%20ape_mm","p":323,"s":44,"h":1,"r":1,"t":0,"uu":"giant ape|mm","m":"bestiary/tokens/MM/Giant Ape.webp","n":"Giant Ape"},{"id":2360,"c":1,"u":"giant%20badger_mm","p":323,"s":44,"h":1,"r":1,"t":0,"uu":"giant badger|mm","m":"bestiary/tokens/MM/Giant Badger.webp","n":"Giant Badger"},{"id":2361,"c":1,"u":"giant%20bat_mm","p":323,"s":44,"h":1,"r":1,"t":0,"uu":"giant bat|mm","m":"bestiary/tokens/MM/Giant Bat.webp","n":"Giant Bat"},{"id":2362,"c":1,"u":"giant%20boar_mm","p":323,"s":44,"h":1,"r":1,"t":0,"uu":"giant boar|mm","m":"bestiary/tokens/MM/Giant Boar.webp","n":"Giant Boar"},{"id":2363,"c":1,"u":"giant%20centipede_mm","p":323,"s":44,"h":1,"r":1,"t":0,"uu":"giant centipede|mm","m":"bestiary/tokens/MM/Giant Centipede.webp","n":"Giant Centipede"},{"id":2364,"c":1,"u":"giant%20constrictor%20snake_mm","p":324,"s":44,"h":1,"r":1,"t":0,"uu":"giant constrictor snake|mm","m":"bestiary/tokens/MM/Giant Constrictor Snake.webp","n":"Giant Constrictor Snake"},{"id":2365,"c":1,"u":"giant%20crab_mm","p":324,"s":44,"h":1,"r":1,"t":0,"uu":"giant crab|mm","m":"bestiary/tokens/MM/Giant Crab.webp","n":"Giant Crab"},{"id":2366,"c":1,"u":"giant%20crocodile_mm","p":324,"s":44,"h":1,"r":1,"t":0,"uu":"giant crocodile|mm","m":"bestiary/tokens/MM/Giant Crocodile.webp","n":"Giant Crocodile"},{"id":2367,"c":1,"u":"giant%20eagle_mm","p":324,"s":44,"h":1,"r":1,"t":0,"uu":"giant eagle|mm","m":"bestiary/tokens/MM/Giant Eagle.webp","n":"Giant Eagle"},{"id":2368,"c":1,"u":"giant%20elk_mm","p":325,"s":44,"h":1,"r":1,"t":0,"uu":"giant elk|mm","m":"bestiary/tokens/MM/Giant Elk.webp","n":"Giant Elk"},{"id":2369,"c":1,"u":"giant%20fire%20beetle_mm","p":325,"s":44,"h":1,"r":1,"t":0,"uu":"giant fire beetle|mm","m":"bestiary/tokens/MM/Giant Fire Beetle.webp","n":"Giant Fire Beetle"},{"id":2370,"c":1,"u":"giant%20frog_mm","p":325,"s":44,"h":1,"r":1,"t":0,"uu":"giant frog|mm","m":"bestiary/tokens/MM/Giant Frog.webp","n":"Giant Frog"},{"id":2371,"c":1,"u":"giant%20goat_mm","p":326,"s":44,"h":1,"r":1,"t":0,"uu":"giant goat|mm","m":"bestiary/tokens/MM/Giant Goat.webp","n":"Giant Goat"},{"id":2372,"c":1,"u":"giant%20hyena_mm","p":326,"s":44,"h":1,"r":1,"t":0,"uu":"giant hyena|mm","m":"bestiary/tokens/MM/Giant Hyena.webp","n":"Giant Hyena"},{"id":2373,"c":1,"u":"giant%20lizard_mm","p":326,"s":44,"h":1,"r":1,"t":0,"uu":"giant lizard|mm","m":"bestiary/tokens/MM/Giant Lizard.webp","n":"Giant Lizard"},{"id":2374,"c":1,"u":"giant%20octopus_mm","p":326,"s":44,"h":1,"r":1,"t":0,"uu":"giant octopus|mm","m":"bestiary/tokens/MM/Giant Octopus.webp","n":"Giant Octopus"},{"id":2375,"c":1,"u":"giant%20owl_mm","p":327,"s":44,"h":1,"r":1,"t":0,"uu":"giant owl|mm","m":"bestiary/tokens/MM/Giant Owl.webp","n":"Giant Owl"},{"id":2376,"c":1,"u":"giant%20poisonous%20snake_mm","p":327,"s":44,"h":1,"r":1,"t":0,"uu":"giant poisonous snake|mm","m":"bestiary/tokens/MM/Giant Poisonous Snake.webp","n":"Giant Poisonous Snake"},{"id":2377,"c":1,"u":"giant%20rat_mm","p":327,"s":44,"h":1,"r":1,"t":0,"uu":"giant rat|mm","m":"bestiary/tokens/MM/Giant Rat.webp","n":"Giant Rat"},{"id":2378,"c":1,"u":"giant%20scorpion_mm","p":327,"s":44,"h":1,"r":1,"t":0,"uu":"giant scorpion|mm","m":"bestiary/tokens/MM/Giant Scorpion.webp","n":"Giant Scorpion"},{"id":2379,"c":1,"u":"giant%20sea%20horse_mm","p":328,"s":44,"h":1,"r":1,"t":0,"uu":"giant sea horse|mm","m":"bestiary/tokens/MM/Giant Sea Horse.webp","n":"Giant Sea Horse"},{"id":2380,"c":1,"u":"giant%20shark_mm","p":328,"s":44,"h":1,"r":1,"t":0,"uu":"giant shark|mm","m":"bestiary/tokens/MM/Giant Shark.webp","n":"Giant Shark"},{"id":2381,"c":1,"u":"giant%20spider_mm","p":328,"s":44,"h":1,"r":1,"t":0,"uu":"giant spider|mm","m":"bestiary/tokens/MM/Giant Spider.webp","n":"Giant Spider"},{"id":2382,"c":1,"u":"giant%20toad_mm","p":329,"s":44,"h":1,"r":1,"t":0,"uu":"giant toad|mm","m":"bestiary/tokens/MM/Giant Toad.webp","n":"Giant Toad"},{"id":2383,"c":1,"u":"giant%20vulture_mm","p":329,"s":44,"h":1,"r":1,"t":0,"uu":"giant vulture|mm","m":"bestiary/tokens/MM/Giant Vulture.webp","n":"Giant Vulture"},{"id":2384,"c":1,"u":"giant%20wasp_mm","p":329,"s":44,"h":1,"r":1,"t":0,"uu":"giant wasp|mm","m":"bestiary/tokens/MM/Giant Wasp.webp","n":"Giant Wasp"},{"id":2385,"c":1,"u":"giant%20weasel_mm","p":329,"s":44,"h":1,"r":1,"t":0,"uu":"giant weasel|mm","m":"bestiary/tokens/MM/Giant Weasel.webp","n":"Giant Weasel"},{"id":2386,"c":1,"u":"giant%20wolf%20spider_mm","p":330,"s":44,"h":1,"r":1,"t":0,"uu":"giant wolf spider|mm","m":"bestiary/tokens/MM/Giant Wolf Spider.webp","n":"Giant Wolf Spider"},{"id":2387,"c":1,"u":"gibbering%20mouther_mm","p":157,"s":44,"h":1,"r":1,"t":0,"uu":"gibbering mouther|mm","m":"bestiary/tokens/MM/Gibbering Mouther.webp","n":"Gibbering Mouther"},{"id":2388,"c":1,"u":"githyanki%20knight_mm","p":160,"s":44,"h":1,"t":0,"uu":"githyanki knight|mm","m":"bestiary/tokens/MM/Githyanki Knight.webp","n":"Githyanki Knight"},{"id":2389,"c":1,"u":"githyanki%20warrior_mm","p":160,"s":44,"h":1,"t":0,"uu":"githyanki warrior|mm","m":"bestiary/tokens/MM/Githyanki Warrior.webp","n":"Githyanki Warrior"},{"id":2390,"c":1,"u":"githzerai%20monk_mm","p":161,"s":44,"h":1,"t":0,"uu":"githzerai monk|mm","m":"bestiary/tokens/MM/Githzerai Monk.webp","n":"Githzerai Monk"},{"id":2391,"c":1,"u":"githzerai%20zerth_mm","p":161,"s":44,"h":1,"t":0,"uu":"githzerai zerth|mm","m":"bestiary/tokens/MM/Githzerai Zerth.webp","n":"Githzerai Zerth"},{"id":2392,"c":1,"u":"glabrezu_mm","p":58,"s":44,"h":1,"r":1,"t":0,"uu":"glabrezu|mm","m":"bestiary/tokens/MM/Glabrezu.webp","n":"Glabrezu"},{"id":2393,"c":1,"u":"gladiator_mm","p":346,"s":44,"h":1,"r":1,"t":0,"uu":"gladiator|mm","m":"bestiary/tokens/MM/Gladiator.webp","n":"Gladiator"},{"id":2394,"c":1,"u":"gnoll_mm","p":163,"s":44,"h":1,"r":1,"t":0,"uu":"gnoll|mm","m":"bestiary/tokens/MM/Gnoll.webp","n":"Gnoll"},{"id":2395,"c":1,"u":"gnoll%20fang%20of%20yeenoghu_mm","p":163,"s":44,"h":1,"t":0,"uu":"gnoll fang of yeenoghu|mm","m":"bestiary/tokens/MM/Gnoll Fang of Yeenoghu.webp","n":"Gnoll Fang of Yeenoghu"},{"id":2396,"c":1,"u":"gnoll%20pack%20lord_mm","p":163,"s":44,"h":1,"t":0,"uu":"gnoll pack lord|mm","m":"bestiary/tokens/MM/Gnoll Pack Lord.webp","n":"Gnoll Pack Lord"},{"id":2397,"c":1,"u":"goat_mm","p":330,"s":44,"h":1,"r":1,"t":0,"uu":"goat|mm","m":"bestiary/tokens/MM/Goat.webp","n":"Goat"},{"id":2398,"c":1,"u":"goblin_mm","p":166,"s":44,"h":1,"r":1,"t":0,"uu":"goblin|mm","m":"bestiary/tokens/MM/Goblin.webp","n":"Goblin"},{"id":2399,"c":1,"u":"goblin%20boss_mm","p":166,"s":44,"h":1,"t":0,"uu":"goblin boss|mm","m":"bestiary/tokens/MM/Goblin Boss.webp","n":"Goblin Boss"},{"id":2400,"c":1,"u":"gold%20dragon%20wyrmling_mm","p":115,"s":44,"h":1,"r":1,"t":0,"uu":"gold dragon wyrmling|mm","m":"bestiary/tokens/MM/Gold Dragon Wyrmling.webp","n":"Gold Dragon Wyrmling"},{"id":2401,"c":1,"u":"gorgon_mm","p":171,"s":44,"h":1,"r":1,"t":0,"uu":"gorgon|mm","m":"bestiary/tokens/MM/Gorgon.webp","n":"Gorgon"},{"id":2402,"c":1,"u":"goristro_mm","p":59,"s":44,"h":1,"t":0,"uu":"goristro|mm","m":"bestiary/tokens/MM/Goristro.webp","n":"Goristro"},{"id":2403,"c":1,"u":"gray%20ooze_mm","p":243,"s":44,"h":1,"r":1,"t":0,"uu":"gray ooze|mm","m":"bestiary/tokens/MM/Gray Ooze.webp","n":"Gray Ooze"},{"id":2404,"c":1,"u":"gray%20slaad_mm","p":277,"s":44,"h":1,"t":0,"uu":"gray slaad|mm","m":"bestiary/tokens/MM/Gray Slaad.webp","n":"Gray Slaad"},{"id":2405,"c":1,"u":"green%20dragon%20wyrmling_mm","p":95,"s":44,"h":1,"r":1,"t":0,"uu":"green dragon wyrmling|mm","m":"bestiary/tokens/MM/Green Dragon Wyrmling.webp","n":"Green Dragon Wyrmling"},{"id":2406,"c":1,"u":"green%20hag_mm","p":177,"s":44,"h":1,"r":1,"t":0,"uu":"green hag|mm","m":"bestiary/tokens/MM/Green Hag.webp","n":"Green Hag"},{"id":2407,"c":1,"u":"green%20slaad_mm","p":277,"s":44,"h":1,"t":0,"uu":"green slaad|mm","m":"bestiary/tokens/MM/Green Slaad.webp","n":"Green Slaad"},{"id":2408,"c":1,"u":"grell_mm","p":172,"s":44,"h":1,"t":0,"uu":"grell|mm","m":"bestiary/tokens/MM/Grell.webp","n":"Grell"},{"id":2409,"c":1,"u":"grick_mm","p":173,"s":44,"h":1,"r":1,"t":0,"uu":"grick|mm","m":"bestiary/tokens/MM/Grick.webp","n":"Grick"},{"id":2410,"c":1,"u":"grick%20alpha_mm","p":173,"s":44,"h":1,"t":0,"uu":"grick alpha|mm","m":"bestiary/tokens/MM/Grick Alpha.webp","n":"Grick Alpha"},{"id":2411,"c":1,"u":"griffon_mm","p":174,"s":44,"h":1,"r":1,"t":0,"uu":"griffon|mm","m":"bestiary/tokens/MM/Griffon.webp","n":"Griffon"},{"id":2412,"c":1,"u":"grimlock_mm","p":175,"s":44,"h":1,"r":1,"t":0,"uu":"grimlock|mm","m":"bestiary/tokens/MM/Grimlock.webp","n":"Grimlock"},{"id":2413,"c":1,"u":"guard_mm","p":347,"s":44,"h":1,"r":1,"t":0,"uu":"guard|mm","m":"bestiary/tokens/MM/Guard.webp","n":"Guard"},{"id":2414,"c":1,"u":"guardian%20naga_mm","p":234,"s":44,"h":1,"r":1,"t":0,"uu":"guardian naga|mm","m":"bestiary/tokens/MM/Guardian Naga.webp","n":"Guardian Naga"},{"id":2415,"c":1,"u":"gynosphinx_mm","p":282,"s":44,"h":1,"r":1,"t":0,"uu":"gynosphinx|mm","m":"bestiary/tokens/MM/Gynosphinx.webp","n":"Gynosphinx"},{"id":2416,"c":1,"u":"half-ogre%20(ogrillon)_mm","p":238,"s":44,"h":1,"t":0,"uu":"half-ogre (ogrillon)|mm","m":"bestiary/tokens/MM/Half-Ogre (Ogrillon).webp","n":"Half-Ogre (Ogrillon)"},{"id":2417,"c":1,"u":"half-red%20dragon%20veteran_mm","p":180,"s":44,"h":1,"r":1,"t":0,"uu":"half-red dragon veteran|mm","m":"bestiary/tokens/MM/Half-Red Dragon Veteran.webp","n":"Half-Red Dragon Veteran"},{"id":2418,"c":1,"u":"harpy_mm","p":181,"s":44,"h":1,"r":1,"t":0,"uu":"harpy|mm","m":"bestiary/tokens/MM/Harpy.webp","n":"Harpy"},{"id":2419,"c":1,"u":"hawk_mm","p":330,"s":44,"h":1,"r":1,"t":0,"uu":"hawk|mm","m":"bestiary/tokens/MM/Hawk.webp","n":"Hawk"},{"id":2420,"c":1,"u":"hell%20hound_mm","p":182,"s":44,"h":1,"r":1,"t":0,"uu":"hell hound|mm","m":"bestiary/tokens/MM/Hell Hound.webp","n":"Hell Hound"},{"id":2421,"c":1,"u":"helmed%20horror_mm","p":183,"s":44,"h":1,"t":0,"uu":"helmed horror|mm","m":"bestiary/tokens/MM/Helmed Horror.webp","n":"Helmed Horror"},{"id":2422,"c":1,"u":"hezrou_mm","p":60,"s":44,"h":1,"r":1,"t":0,"uu":"hezrou|mm","m":"bestiary/tokens/MM/Hezrou.webp","n":"Hezrou"},{"id":2423,"c":1,"u":"hill%20giant_mm","p":155,"s":44,"h":1,"r":1,"t":0,"uu":"hill giant|mm","m":"bestiary/tokens/MM/Hill Giant.webp","n":"Hill Giant"},{"id":2424,"c":1,"u":"hippogriff_mm","p":184,"s":44,"h":1,"r":1,"t":0,"uu":"hippogriff|mm","m":"bestiary/tokens/MM/Hippogriff.webp","n":"Hippogriff"},{"id":2425,"c":1,"u":"hobgoblin_mm","p":186,"s":44,"h":1,"r":1,"t":0,"uu":"hobgoblin|mm","m":"bestiary/tokens/MM/Hobgoblin.webp","n":"Hobgoblin"},{"id":2426,"c":1,"u":"hobgoblin%20captain_mm","p":186,"s":44,"h":1,"t":0,"uu":"hobgoblin captain|mm","m":"bestiary/tokens/MM/Hobgoblin Captain.webp","n":"Hobgoblin Captain"},{"id":2427,"c":1,"u":"hobgoblin%20warlord_mm","p":187,"s":44,"h":1,"t":0,"uu":"hobgoblin warlord|mm","m":"bestiary/tokens/MM/Hobgoblin Warlord.webp","n":"Hobgoblin Warlord"},{"id":2428,"c":1,"u":"homunculus_mm","p":188,"s":44,"h":1,"r":1,"t":0,"uu":"homunculus|mm","m":"bestiary/tokens/MM/Homunculus.webp","n":"Homunculus"},{"id":2429,"c":1,"u":"hook%20horror_mm","p":189,"s":44,"h":1,"t":0,"uu":"hook horror|mm","m":"bestiary/tokens/MM/Hook Horror.webp","n":"Hook Horror"},{"id":2430,"c":1,"u":"horned%20devil_mm","p":74,"s":44,"h":1,"r":1,"t":0,"uu":"horned devil|mm","m":"bestiary/tokens/MM/Horned Devil.webp","n":"Horned Devil"},{"id":2431,"c":1,"u":"hunter%20shark_mm","p":330,"s":44,"h":1,"r":1,"t":0,"uu":"hunter shark|mm","m":"bestiary/tokens/MM/Hunter Shark.webp","n":"Hunter Shark"},{"id":2432,"c":1,"u":"hydra_mm","p":190,"s":44,"h":1,"r":1,"t":0,"uu":"hydra|mm","m":"bestiary/tokens/MM/Hydra.webp","n":"Hydra"},{"id":2433,"c":1,"u":"hyena_mm","p":331,"s":44,"h":1,"r":1,"t":0,"uu":"hyena|mm","m":"bestiary/tokens/MM/Hyena.webp","n":"Hyena"},{"id":2434,"c":1,"u":"ice%20devil_mm","p":75,"s":44,"h":1,"r":1,"t":0,"uu":"ice devil|mm","m":"bestiary/tokens/MM/Ice Devil.webp","n":"Ice Devil"},{"id":2435,"c":1,"u":"ice%20mephit_mm","p":215,"s":44,"h":1,"r":1,"t":0,"uu":"ice mephit|mm","m":"bestiary/tokens/MM/Ice Mephit.webp","n":"Ice Mephit"},{"id":2436,"c":1,"u":"imp_mm","p":76,"s":44,"h":1,"r":1,"t":0,"uu":"imp|mm","m":"bestiary/tokens/MM/Imp.webp","n":"Imp"},{"id":2437,"c":1,"u":"incubus_mm","p":285,"s":44,"h":1,"r":1,"t":0,"uu":"incubus|mm","m":"bestiary/tokens/MM/Incubus.webp","n":"Incubus"},{"id":2438,"c":1,"u":"intellect%20devourer_mm","p":191,"s":44,"h":1,"t":0,"uu":"intellect devourer|mm","m":"bestiary/tokens/MM/Intellect Devourer.webp","n":"Intellect Devourer"},{"id":2439,"c":1,"u":"invisible%20stalker_mm","p":192,"s":44,"h":1,"r":1,"t":0,"uu":"invisible stalker|mm","m":"bestiary/tokens/MM/Invisible Stalker.webp","n":"Invisible Stalker"},{"id":2440,"c":1,"u":"iron%20golem_mm","p":170,"s":44,"h":1,"r":1,"t":0,"uu":"iron golem|mm","m":"bestiary/tokens/MM/Iron Golem.webp","n":"Iron Golem"},{"id":2441,"c":1,"u":"jackal_mm","p":331,"s":44,"h":1,"r":1,"t":0,"uu":"jackal|mm","m":"bestiary/tokens/MM/Jackal.webp","n":"Jackal"},{"id":2442,"c":1,"u":"jackalwere_mm","p":193,"s":44,"h":1,"t":0,"uu":"jackalwere|mm","m":"bestiary/tokens/MM/Jackalwere.webp","n":"Jackalwere"},{"id":2443,"c":1,"u":"kenku_mm","p":194,"s":44,"h":1,"t":0,"uu":"kenku|mm","m":"bestiary/tokens/MM/Kenku.webp","n":"Kenku"},{"id":2444,"c":1,"u":"killer%20whale_mm","p":331,"s":44,"h":1,"r":1,"t":0,"uu":"killer whale|mm","m":"bestiary/tokens/MM/Killer Whale.webp","n":"Killer Whale"},{"id":2445,"c":1,"u":"knight_mm","p":347,"s":44,"h":1,"r":1,"t":0,"uu":"knight|mm","m":"bestiary/tokens/MM/Knight.webp","n":"Knight"},{"id":2446,"c":1,"u":"kobold_mm","p":195,"s":44,"h":1,"r":1,"t":0,"uu":"kobold|mm","m":"bestiary/tokens/MM/Kobold.webp","n":"Kobold"},{"id":2447,"c":1,"u":"kraken_mm","p":197,"s":44,"h":1,"r":1,"t":0,"uu":"kraken|mm","m":"bestiary/tokens/MM/Kraken.webp","n":"Kraken"},{"id":2448,"c":1,"u":"kuo-toa_mm","p":199,"s":44,"h":1,"t":0,"uu":"kuo-toa|mm","m":"bestiary/tokens/MM/Kuo-toa.webp","n":"Kuo-toa"},{"id":2449,"c":1,"u":"kuo-toa%20archpriest_mm","p":200,"s":44,"h":1,"t":0,"uu":"kuo-toa archpriest|mm","m":"bestiary/tokens/MM/Kuo-toa Archpriest.webp","n":"Kuo-toa Archpriest"},{"id":2450,"c":1,"u":"kuo-toa%20monitor_mm","p":198,"s":44,"h":1,"t":0,"uu":"kuo-toa monitor|mm","m":"bestiary/tokens/MM/Kuo-toa Monitor.webp","n":"Kuo-toa Monitor"},{"id":2451,"c":1,"u":"kuo-toa%20whip_mm","p":200,"s":44,"h":1,"t":0,"uu":"kuo-toa whip|mm","m":"bestiary/tokens/MM/Kuo-toa Whip.webp","n":"Kuo-toa Whip"},{"id":2452,"c":1,"u":"lamia_mm","p":201,"s":44,"h":1,"r":1,"t":0,"uu":"lamia|mm","m":"bestiary/tokens/MM/Lamia.webp","n":"Lamia"},{"id":2453,"c":1,"u":"lemure_mm","p":76,"s":44,"h":1,"r":1,"t":0,"uu":"lemure|mm","m":"bestiary/tokens/MM/Lemure.webp","n":"Lemure"},{"id":2454,"c":1,"u":"lich_mm","p":202,"s":44,"h":1,"r":1,"t":0,"uu":"lich|mm","m":"bestiary/tokens/MM/Lich.webp","n":"Lich"},{"id":2455,"c":1,"u":"lion_mm","p":331,"s":44,"h":1,"r":1,"t":0,"uu":"lion|mm","m":"bestiary/tokens/MM/Lion.webp","n":"Lion"},{"id":2456,"c":1,"u":"lizard_mm","p":332,"s":44,"h":1,"r":1,"t":0,"uu":"lizard|mm","m":"bestiary/tokens/MM/Lizard.webp","n":"Lizard"},{"id":2457,"c":1,"u":"lizard%20king_mm","p":205,"s":44,"h":1,"t":0,"uu":"lizard king|mm","m":"bestiary/tokens/MM/Lizard King.webp","n":"Lizard King"},{"id":2458,"c":1,"u":"lizard%20queen_mm","p":205,"s":44,"h":1,"t":0,"uu":"lizard queen|mm","m":"bestiary/tokens/MM/Lizard Queen.webp","n":"Lizard Queen"},{"id":2459,"c":1,"u":"lizardfolk_mm","p":204,"s":44,"h":1,"r":1,"t":0,"uu":"lizardfolk|mm","m":"bestiary/tokens/MM/Lizardfolk.webp","n":"Lizardfolk"},{"id":2460,"c":1,"u":"lizardfolk%20shaman_mm","p":205,"s":44,"h":1,"t":0,"uu":"lizardfolk shaman|mm","m":"bestiary/tokens/MM/Lizardfolk Shaman.webp","n":"Lizardfolk Shaman"},{"id":2461,"c":1,"u":"mage_mm","p":347,"s":44,"h":1,"r":1,"t":0,"uu":"mage|mm","m":"bestiary/tokens/MM/Mage.webp","n":"Mage"},{"id":2462,"c":1,"u":"magma%20mephit_mm","p":216,"s":44,"h":1,"r":1,"t":0,"uu":"magma mephit|mm","m":"bestiary/tokens/MM/Magma Mephit.webp","n":"Magma Mephit"},{"id":2463,"c":1,"u":"magmin_mm","p":212,"s":44,"h":1,"r":1,"t":0,"uu":"magmin|mm","m":"bestiary/tokens/MM/Magmin.webp","n":"Magmin"},{"id":2464,"c":1,"u":"mammoth_mm","p":332,"s":44,"h":1,"r":1,"t":0,"uu":"mammoth|mm","m":"bestiary/tokens/MM/Mammoth.webp","n":"Mammoth"},{"id":2465,"c":1,"u":"manes_mm","p":60,"s":44,"h":1,"t":0,"uu":"manes|mm","m":"bestiary/tokens/MM/Manes.webp","n":"Manes"},{"id":2466,"c":1,"u":"manticore_mm","p":213,"s":44,"h":1,"r":1,"t":0,"uu":"manticore|mm","m":"bestiary/tokens/MM/Manticore.webp","n":"Manticore"},{"id":2467,"c":1,"u":"marid_mm","p":146,"s":44,"h":1,"t":0,"uu":"marid|mm","m":"bestiary/tokens/MM/Marid.webp","n":"Marid"},{"id":2468,"c":1,"u":"marilith_mm","p":61,"s":44,"h":1,"r":1,"t":0,"uu":"marilith|mm","m":"bestiary/tokens/MM/Marilith.webp","n":"Marilith"},{"id":2469,"c":1,"u":"mastiff_mm","p":332,"s":44,"h":1,"r":1,"t":0,"uu":"mastiff|mm","m":"bestiary/tokens/MM/Mastiff.webp","n":"Mastiff"},{"id":2470,"c":1,"u":"medusa_mm","p":214,"s":44,"h":1,"r":1,"t":0,"uu":"medusa|mm","m":"bestiary/tokens/MM/Medusa.webp","n":"Medusa"},{"id":2471,"c":1,"u":"merfolk_mm","p":218,"s":44,"h":1,"r":1,"t":0,"uu":"merfolk|mm","m":"bestiary/tokens/MM/Merfolk.webp","n":"Merfolk"},{"id":2472,"c":1,"u":"merrow_mm","p":219,"s":44,"h":1,"r":1,"t":0,"uu":"merrow|mm","m":"bestiary/tokens/MM/Merrow.webp","n":"Merrow"},{"id":2473,"c":1,"u":"mezzoloth_mm","p":313,"s":44,"h":1,"t":0,"uu":"mezzoloth|mm","m":"bestiary/tokens/MM/Mezzoloth.webp","n":"Mezzoloth"},{"id":2474,"c":1,"u":"mimic_mm","p":220,"s":44,"h":1,"r":1,"t":0,"uu":"mimic|mm","m":"bestiary/tokens/MM/Mimic.webp","n":"Mimic"},{"id":2475,"c":1,"u":"mind%20flayer_mm","p":222,"s":44,"h":1,"t":0,"uu":"mind flayer|mm","m":"bestiary/tokens/MM/Mind Flayer.webp","n":"Mind Flayer"},{"id":2476,"c":1,"u":"mind%20flayer_mm","p":222,"s":44,"h":1,"t":0,"uu":"mind flayer|mm","m":"bestiary/tokens/MM/Mind Flayer.webp","n":"Illithid"},{"id":2477,"c":1,"u":"mind%20flayer%20arcanist_mm","p":222,"s":44,"h":1,"t":0,"uu":"mind flayer arcanist|mm","m":"bestiary/tokens/MM/Mind Flayer Arcanist.webp","n":"Mind Flayer Arcanist"},{"id":2478,"c":1,"u":"mind%20flayer%20arcanist_mm","p":222,"s":44,"h":1,"t":0,"uu":"mind flayer arcanist|mm","m":"bestiary/tokens/MM/Mind Flayer Arcanist.webp","n":"Illithid Arcanist"},{"id":2479,"c":1,"u":"minotaur_mm","p":223,"s":44,"h":1,"r":1,"t":0,"uu":"minotaur|mm","m":"bestiary/tokens/MM/Minotaur.webp","n":"Minotaur"},{"id":2480,"c":1,"u":"minotaur%20skeleton_mm","p":273,"s":44,"h":1,"r":1,"t":0,"uu":"minotaur skeleton|mm","m":"bestiary/tokens/MM/Minotaur Skeleton.webp","n":"Minotaur Skeleton"},{"id":2481,"c":1,"u":"monodrone_mm","p":224,"s":44,"h":1,"t":0,"uu":"monodrone|mm","m":"bestiary/tokens/MM/Monodrone.webp","n":"Monodrone"},{"id":2482,"c":1,"u":"mud%20mephit_mm","p":216,"s":44,"h":1,"t":0,"uu":"mud mephit|mm","m":"bestiary/tokens/MM/Mud Mephit.webp","n":"Mud Mephit"},{"id":2483,"c":1,"u":"mule_mm","p":333,"s":44,"h":1,"r":1,"t":0,"uu":"mule|mm","m":"bestiary/tokens/MM/Mule.webp","n":"Mule"},{"id":2484,"c":1,"u":"mummy_mm","p":228,"s":44,"h":1,"r":1,"t":0,"uu":"mummy|mm","m":"bestiary/tokens/MM/Mummy.webp","n":"Mummy"},{"id":2485,"c":1,"u":"mummy%20lord_mm","p":229,"s":44,"h":1,"r":1,"t":0,"uu":"mummy lord|mm","m":"bestiary/tokens/MM/Mummy Lord.webp","n":"Mummy Lord"},{"id":2486,"c":1,"u":"myconid%20adult_mm","p":232,"s":44,"h":1,"t":0,"uu":"myconid adult|mm","m":"bestiary/tokens/MM/Myconid Adult.webp","n":"Myconid Adult"},{"id":2487,"c":1,"u":"myconid%20sovereign_mm","p":232,"s":44,"h":1,"t":0,"uu":"myconid sovereign|mm","m":"bestiary/tokens/MM/Myconid Sovereign.webp","n":"Myconid Sovereign"},{"id":2488,"c":1,"u":"myconid%20sprout_mm","p":230,"s":44,"h":1,"t":0,"uu":"myconid sprout|mm","m":"bestiary/tokens/MM/Myconid Sprout.webp","n":"Myconid Sprout"},{"id":2489,"c":1,"u":"nalfeshnee_mm","p":62,"s":44,"h":1,"r":1,"t":0,"uu":"nalfeshnee|mm","m":"bestiary/tokens/MM/Nalfeshnee.webp","n":"Nalfeshnee"},{"id":2490,"c":1,"u":"needle%20blight_mm","p":32,"s":44,"h":1,"t":0,"uu":"needle blight|mm","m":"bestiary/tokens/MM/Needle Blight.webp","n":"Needle Blight"},{"id":2491,"c":1,"u":"night%20hag_mm","p":178,"s":44,"h":1,"r":1,"t":0,"uu":"night hag|mm","m":"bestiary/tokens/MM/Night Hag.webp","n":"Night Hag"},{"id":2492,"c":1,"u":"nightmare_mm","p":235,"s":44,"h":1,"r":1,"t":0,"uu":"nightmare|mm","m":"bestiary/tokens/MM/Nightmare.webp","n":"Nightmare"},{"id":2493,"c":1,"u":"noble_mm","p":348,"s":44,"h":1,"r":1,"t":0,"uu":"noble|mm","m":"bestiary/tokens/MM/Noble.webp","n":"Noble"},{"id":2494,"c":1,"u":"nothic_mm","p":236,"s":44,"h":1,"t":0,"uu":"nothic|mm","m":"bestiary/tokens/MM/Nothic.webp","n":"Nothic"},{"id":2495,"c":1,"u":"nycaloth_mm","p":314,"s":44,"h":1,"t":0,"uu":"nycaloth|mm","m":"bestiary/tokens/MM/Nycaloth.webp","n":"Nycaloth"},{"id":2496,"c":1,"u":"ochre%20jelly_mm","p":243,"s":44,"h":1,"r":1,"t":0,"uu":"ochre jelly|mm","m":"bestiary/tokens/MM/Ochre Jelly.webp","n":"Ochre Jelly"},{"id":2497,"c":1,"u":"octopus_mm","p":333,"s":44,"h":1,"r":1,"t":0,"uu":"octopus|mm","m":"bestiary/tokens/MM/Octopus.webp","n":"Octopus"},{"id":2498,"c":1,"u":"ogre_mm","p":237,"s":44,"h":1,"r":1,"t":0,"uu":"ogre|mm","m":"bestiary/tokens/MM/Ogre.webp","n":"Ogre"},{"id":2499,"c":1,"u":"ogre%20zombie_mm","p":316,"s":44,"h":1,"r":1,"t":0,"uu":"ogre zombie|mm","m":"bestiary/tokens/MM/Ogre Zombie.webp","n":"Ogre Zombie"},{"id":2500,"c":1,"u":"oni_mm","p":239,"s":44,"h":1,"r":1,"t":0,"uu":"oni|mm","m":"bestiary/tokens/MM/Oni.webp","n":"Oni"},{"id":2501,"c":1,"u":"orc_mm","p":246,"s":44,"h":1,"r":1,"t":0,"uu":"orc|mm","m":"bestiary/tokens/MM/Orc.webp","n":"Orc"},{"id":2502,"c":1,"u":"orc%20eye%20of%20gruumsh_mm","p":247,"s":44,"h":1,"t":0,"uu":"orc eye of gruumsh|mm","m":"bestiary/tokens/MM/Orc Eye of Gruumsh.webp","n":"Orc Eye of Gruumsh"},{"id":2503,"c":1,"u":"orc%20war%20chief_mm","p":246,"s":44,"h":1,"t":0,"uu":"orc war chief|mm","m":"bestiary/tokens/MM/Orc War Chief.webp","n":"Orc War Chief"},{"id":2504,"c":1,"u":"orog_mm","p":247,"s":44,"h":1,"t":0,"uu":"orog|mm","m":"bestiary/tokens/MM/Orog.webp","n":"Orog"},{"id":2505,"c":1,"u":"otyugh_mm","p":248,"s":44,"h":1,"r":1,"t":0,"uu":"otyugh|mm","m":"bestiary/tokens/MM/Otyugh.webp","n":"Otyugh"},{"id":2506,"c":1,"u":"owl_mm","p":333,"s":44,"h":1,"r":1,"t":0,"uu":"owl|mm","m":"bestiary/tokens/MM/Owl.webp","n":"Owl"},{"id":2507,"c":1,"u":"owlbear_mm","p":249,"s":44,"h":1,"r":1,"t":0,"uu":"owlbear|mm","m":"bestiary/tokens/MM/Owlbear.webp","n":"Owlbear"},{"id":2508,"c":1,"u":"panther_mm","p":333,"s":44,"h":1,"r":1,"t":0,"uu":"panther|mm","m":"bestiary/tokens/MM/Panther.webp","n":"Panther"},{"id":2509,"c":1,"u":"pegasus_mm","p":250,"s":44,"h":1,"r":1,"t":0,"uu":"pegasus|mm","m":"bestiary/tokens/MM/Pegasus.webp","n":"Pegasus"},{"id":2510,"c":1,"u":"pentadrone_mm","p":226,"s":44,"h":1,"t":0,"uu":"pentadrone|mm","m":"bestiary/tokens/MM/Pentadrone.webp","n":"Pentadrone"},{"id":2511,"c":1,"u":"peryton_mm","p":251,"s":44,"h":1,"t":0,"uu":"peryton|mm","m":"bestiary/tokens/MM/Peryton.webp","n":"Peryton"},{"id":2512,"c":1,"u":"phase%20spider_mm","p":334,"s":44,"h":1,"r":1,"t":0,"uu":"phase spider|mm","m":"bestiary/tokens/MM/Phase Spider.webp","n":"Phase Spider"},{"id":2513,"c":1,"u":"piercer_mm","p":252,"s":44,"h":1,"t":0,"uu":"piercer|mm","m":"bestiary/tokens/MM/Piercer.webp","n":"Piercer"},{"id":2514,"c":1,"u":"pit%20fiend_mm","p":77,"s":44,"h":1,"r":1,"t":0,"uu":"pit fiend|mm","m":"bestiary/tokens/MM/Pit Fiend.webp","n":"Pit Fiend"},{"id":2515,"c":1,"u":"pixie_mm","p":253,"s":44,"h":1,"t":0,"uu":"pixie|mm","m":"bestiary/tokens/MM/Pixie.webp","n":"Pixie"},{"id":2516,"c":1,"u":"planetar_mm","p":17,"s":44,"h":1,"r":1,"t":0,"uu":"planetar|mm","m":"bestiary/tokens/MM/Planetar.webp","n":"Planetar"},{"id":2517,"c":1,"u":"plesiosaurus_mm","p":80,"s":44,"h":1,"r":1,"t":0,"uu":"plesiosaurus|mm","m":"bestiary/tokens/MM/Plesiosaurus.webp","n":"Plesiosaurus"},{"id":2518,"c":1,"u":"poisonous%20snake_mm","p":334,"s":44,"h":1,"r":1,"t":0,"uu":"poisonous snake|mm","m":"bestiary/tokens/MM/Poisonous Snake.webp","n":"Poisonous Snake"},{"id":2519,"c":1,"u":"polar%20bear_mm","p":334,"s":44,"h":1,"r":1,"t":0,"uu":"polar bear|mm","m":"bestiary/tokens/MM/Polar Bear.webp","n":"Polar Bear"},{"id":2520,"c":1,"u":"poltergeist_mm","p":279,"s":44,"h":1,"t":0,"uu":"poltergeist|mm","m":"bestiary/tokens/MM/Poltergeist.webp","n":"Poltergeist"},{"id":2521,"c":1,"u":"pony_mm","p":335,"s":44,"h":1,"r":1,"t":0,"uu":"pony|mm","m":"bestiary/tokens/MM/Pony.webp","n":"Pony"},{"id":2522,"c":1,"u":"priest_mm","p":348,"s":44,"h":1,"r":1,"t":0,"uu":"priest|mm","m":"bestiary/tokens/MM/Priest.webp","n":"Priest"},{"id":2523,"c":1,"u":"pseudodragon_mm","p":254,"s":44,"h":1,"r":1,"t":0,"uu":"pseudodragon|mm","m":"bestiary/tokens/MM/Pseudodragon.webp","n":"Pseudodragon"},{"id":2524,"c":1,"u":"pteranodon_mm","p":80,"s":44,"h":1,"t":0,"uu":"pteranodon|mm","m":"bestiary/tokens/MM/Pteranodon.webp","n":"Pteranodon"},{"id":2525,"c":1,"u":"purple%20worm_mm","p":255,"s":44,"h":1,"r":1,"t":0,"uu":"purple worm|mm","m":"bestiary/tokens/MM/Purple Worm.webp","n":"Purple Worm"},{"id":2526,"c":1,"u":"quadrone_mm","p":226,"s":44,"h":1,"t":0,"uu":"quadrone|mm","m":"bestiary/tokens/MM/Quadrone.webp","n":"Quadrone"},{"id":2527,"c":1,"u":"quaggoth_mm","p":256,"s":44,"h":1,"t":0,"uu":"quaggoth|mm","m":"bestiary/tokens/MM/Quaggoth.webp","n":"Quaggoth"},{"id":2528,"c":1,"u":"quaggoth%20spore%20servant_mm","p":230,"s":44,"h":1,"t":0,"uu":"quaggoth spore servant|mm","m":"bestiary/tokens/MM/Quaggoth Spore Servant.webp","n":"Quaggoth Spore Servant"},{"id":2529,"c":1,"u":"quaggoth%20thonot_mm","p":256,"s":44,"h":1,"t":0,"uu":"quaggoth thonot|mm","m":"bestiary/tokens/MM/Quaggoth Thonot.webp","n":"Quaggoth Thonot"},{"id":2530,"c":1,"u":"quasit_mm","p":63,"s":44,"h":1,"r":1,"t":0,"uu":"quasit|mm","m":"bestiary/tokens/MM/Quasit.webp","n":"Quasit"},{"id":2531,"c":1,"u":"quipper_mm","p":335,"s":44,"h":1,"r":1,"t":0,"uu":"quipper|mm","m":"bestiary/tokens/MM/Quipper.webp","n":"Quipper"},{"id":2532,"c":1,"u":"rakshasa_mm","p":257,"s":44,"h":1,"r":1,"t":0,"uu":"rakshasa|mm","m":"bestiary/tokens/MM/Rakshasa.webp","n":"Rakshasa"},{"id":2533,"c":1,"u":"rat_mm","p":335,"s":44,"h":1,"r":1,"t":0,"uu":"rat|mm","m":"bestiary/tokens/MM/Rat.webp","n":"Rat"},{"id":2534,"c":1,"u":"raven_mm","p":335,"s":44,"h":1,"r":1,"t":0,"uu":"raven|mm","m":"bestiary/tokens/MM/Raven.webp","n":"Raven"},{"id":2535,"c":1,"u":"red%20dragon%20wyrmling_mm","p":98,"s":44,"h":1,"r":1,"t":0,"uu":"red dragon wyrmling|mm","m":"bestiary/tokens/MM/Red Dragon Wyrmling.webp","n":"Red Dragon Wyrmling"},{"id":2536,"c":1,"u":"red%20slaad_mm","p":276,"s":44,"h":1,"t":0,"uu":"red slaad|mm","m":"bestiary/tokens/MM/Red Slaad.webp","n":"Red Slaad"},{"id":2537,"c":1,"u":"reef%20shark_mm","p":336,"s":44,"h":1,"r":1,"t":0,"uu":"reef shark|mm","m":"bestiary/tokens/MM/Reef Shark.webp","n":"Reef Shark"},{"id":2538,"c":1,"u":"remorhaz_mm","p":258,"s":44,"h":1,"r":1,"t":0,"uu":"remorhaz|mm","m":"bestiary/tokens/MM/Remorhaz.webp","n":"Remorhaz"},{"id":2539,"c":1,"u":"revenant_mm","p":259,"s":44,"h":1,"t":0,"uu":"revenant|mm","m":"bestiary/tokens/MM/Revenant.webp","n":"Revenant"},{"id":2540,"c":1,"u":"rhinoceros_mm","p":336,"s":44,"h":1,"r":1,"t":0,"uu":"rhinoceros|mm","m":"bestiary/tokens/MM/Rhinoceros.webp","n":"Rhinoceros"},{"id":2541,"c":1,"u":"riding%20horse_mm","p":336,"s":44,"h":1,"r":1,"t":0,"uu":"riding horse|mm","m":"bestiary/tokens/MM/Riding Horse.webp","n":"Riding Horse"},{"id":2542,"c":1,"u":"roc_mm","p":260,"s":44,"h":1,"r":1,"t":0,"uu":"roc|mm","m":"bestiary/tokens/MM/Roc.webp","n":"Roc"},{"id":2543,"c":1,"u":"roper_mm","p":261,"s":44,"h":1,"r":1,"t":0,"uu":"roper|mm","m":"bestiary/tokens/MM/Roper.webp","n":"Roper"},{"id":2544,"c":1,"u":"rug%20of%20smothering_mm","p":20,"s":44,"h":1,"r":1,"t":0,"uu":"rug of smothering|mm","m":"bestiary/tokens/MM/Rug of Smothering.webp","n":"Rug of Smothering"},{"id":2545,"c":1,"u":"rust%20monster_mm","p":262,"s":44,"h":1,"r":1,"t":0,"uu":"rust monster|mm","m":"bestiary/tokens/MM/Rust Monster.webp","n":"Rust Monster"},{"id":2546,"c":1,"u":"saber-toothed%20tiger_mm","p":336,"s":44,"h":1,"r":1,"t":0,"uu":"saber-toothed tiger|mm","m":"bestiary/tokens/MM/Saber-Toothed Tiger.webp","n":"Saber-Toothed Tiger"},{"id":2547,"c":1,"u":"sahuagin_mm","p":263,"s":44,"h":1,"r":1,"t":0,"uu":"sahuagin|mm","m":"bestiary/tokens/MM/Sahuagin.webp","n":"Sahuagin"},{"id":2548,"c":1,"u":"sahuagin%20baron_mm","p":264,"s":44,"h":1,"t":0,"uu":"sahuagin baron|mm","m":"bestiary/tokens/MM/Sahuagin Baron.webp","n":"Sahuagin Baron"},{"id":2549,"c":1,"u":"sahuagin%20priestess_mm","p":264,"s":44,"h":1,"t":0,"uu":"sahuagin priestess|mm","m":"bestiary/tokens/MM/Sahuagin Priestess.webp","n":"Sahuagin Priestess"},{"id":2550,"c":1,"u":"salamander_mm","p":266,"s":44,"h":1,"r":1,"t":0,"uu":"salamander|mm","m":"bestiary/tokens/MM/Salamander.webp","n":"Salamander"},{"id":2551,"c":1,"u":"satyr_mm","p":267,"s":44,"h":1,"r":1,"t":0,"uu":"satyr|mm","m":"bestiary/tokens/MM/Satyr.webp","n":"Satyr"},{"id":2552,"c":1,"u":"scarecrow_mm","p":268,"s":44,"h":1,"t":0,"uu":"scarecrow|mm","m":"bestiary/tokens/MM/Scarecrow.webp","n":"Scarecrow"},{"id":2553,"c":1,"u":"scorpion_mm","p":337,"s":44,"h":1,"r":1,"t":0,"uu":"scorpion|mm","m":"bestiary/tokens/MM/Scorpion.webp","n":"Scorpion"},{"id":2554,"c":1,"u":"scout_mm","p":349,"s":44,"h":1,"r":1,"t":0,"uu":"scout|mm","m":"bestiary/tokens/MM/Scout.webp","n":"Scout"},{"id":2555,"c":1,"u":"sea%20hag_mm","p":179,"s":44,"h":1,"r":1,"t":0,"uu":"sea hag|mm","m":"bestiary/tokens/MM/Sea Hag.webp","n":"Sea Hag"},{"id":2556,"c":1,"u":"sea%20horse_mm","p":337,"s":44,"h":1,"r":1,"t":0,"uu":"sea horse|mm","m":"bestiary/tokens/MM/Sea Horse.webp","n":"Sea Horse"},{"id":2557,"c":1,"u":"shadow_mm","p":269,"s":44,"h":1,"r":1,"t":0,"uu":"shadow|mm","m":"bestiary/tokens/MM/Shadow.webp","n":"Shadow"},{"id":2558,"c":1,"u":"shadow%20demon_mm","p":64,"s":44,"h":1,"t":0,"uu":"shadow demon|mm","m":"bestiary/tokens/MM/Shadow Demon.webp","n":"Shadow Demon"},{"id":2559,"c":1,"u":"shambling%20mound_mm","p":270,"s":44,"h":1,"r":1,"t":0,"uu":"shambling mound|mm","m":"bestiary/tokens/MM/Shambling Mound.webp","n":"Shambling Mound"},{"id":2560,"c":1,"u":"shield%20guardian_mm","p":271,"s":44,"h":1,"r":1,"t":0,"uu":"shield guardian|mm","m":"bestiary/tokens/MM/Shield Guardian.webp","n":"Shield Guardian"},{"id":2561,"c":1,"u":"shield%20guardian_mm","p":271,"s":44,"h":1,"r":1,"t":0,"uu":"shield guardian|mm","m":"bestiary/tokens/MM/Shield Guardian.webp","n":"Shield Golem"},{"id":2562,"c":1,"u":"shrieker_mm","p":138,"s":44,"h":1,"r":1,"t":0,"uu":"shrieker|mm","m":"bestiary/tokens/MM/Shrieker.webp","n":"Shrieker"},{"id":2563,"c":1,"u":"silver%20dragon%20wyrmling_mm","p":118,"s":44,"h":1,"r":1,"t":0,"uu":"silver dragon wyrmling|mm","m":"bestiary/tokens/MM/Silver Dragon Wyrmling.webp","n":"Silver Dragon Wyrmling"},{"id":2564,"c":1,"u":"skeleton_mm","p":272,"s":44,"h":1,"r":1,"t":0,"uu":"skeleton|mm","m":"bestiary/tokens/MM/Skeleton.webp","n":"Skeleton"},{"id":2565,"c":1,"u":"slaad%20tadpole_mm","p":276,"s":44,"h":1,"t":0,"uu":"slaad tadpole|mm","m":"bestiary/tokens/MM/Slaad Tadpole.webp","n":"Slaad Tadpole"},{"id":2566,"c":1,"u":"smoke%20mephit_mm","p":217,"s":44,"h":1,"t":0,"uu":"smoke mephit|mm","m":"bestiary/tokens/MM/Smoke Mephit.webp","n":"Smoke Mephit"},{"id":2567,"c":1,"u":"solar_mm","p":18,"s":44,"h":1,"r":1,"t":0,"uu":"solar|mm","m":"bestiary/tokens/MM/Solar.webp","n":"Solar"},{"id":2568,"c":1,"u":"spectator_mm","p":30,"s":44,"h":1,"t":0,"uu":"spectator|mm","m":"bestiary/tokens/MM/Spectator.webp","n":"Spectator"},{"id":2569,"c":1,"u":"specter_mm","p":279,"s":44,"h":1,"r":1,"t":0,"uu":"specter|mm","m":"bestiary/tokens/MM/Specter.webp","n":"Specter"},{"id":2570,"c":1,"u":"spider_mm","p":337,"s":44,"h":1,"r":1,"t":0,"uu":"spider|mm","m":"bestiary/tokens/MM/Spider.webp","n":"Spider"},{"id":2571,"c":1,"u":"spined%20devil_mm","p":78,"s":44,"h":1,"t":0,"uu":"spined devil|mm","m":"bestiary/tokens/MM/Spined Devil.webp","n":"Spined Devil"},{"id":2572,"c":1,"u":"spirit%20naga_mm","p":234,"s":44,"h":1,"r":1,"t":0,"uu":"spirit naga|mm","m":"bestiary/tokens/MM/Spirit Naga.webp","n":"Spirit Naga"},{"id":2573,"c":1,"u":"sprite_mm","p":283,"s":44,"h":1,"r":1,"t":0,"uu":"sprite|mm","m":"bestiary/tokens/MM/Sprite.webp","n":"Sprite"},{"id":2574,"c":1,"u":"spy_mm","p":349,"s":44,"h":1,"r":1,"t":0,"uu":"spy|mm","m":"bestiary/tokens/MM/Spy.webp","n":"Spy"},{"id":2575,"c":1,"u":"steam%20mephit_mm","p":217,"s":44,"h":1,"r":1,"t":0,"uu":"steam mephit|mm","m":"bestiary/tokens/MM/Steam Mephit.webp","n":"Steam Mephit"},{"id":2576,"c":1,"u":"stirge_mm","p":284,"s":44,"h":1,"r":1,"t":0,"uu":"stirge|mm","m":"bestiary/tokens/MM/Stirge.webp","n":"Stirge"},{"id":2577,"c":1,"u":"stone%20giant_mm","p":156,"s":44,"h":1,"r":1,"t":0,"uu":"stone giant|mm","m":"bestiary/tokens/MM/Stone Giant.webp","n":"Stone Giant"},{"id":2578,"c":1,"u":"stone%20golem_mm","p":170,"s":44,"h":1,"r":1,"t":0,"uu":"stone golem|mm","m":"bestiary/tokens/MM/Stone Golem.webp","n":"Stone Golem"},{"id":2579,"c":1,"u":"storm%20giant_mm","p":156,"s":44,"h":1,"r":1,"t":0,"uu":"storm giant|mm","m":"bestiary/tokens/MM/Storm Giant.webp","n":"Storm Giant"},{"id":2580,"c":1,"u":"succubus_mm","p":285,"s":44,"h":1,"r":1,"t":0,"uu":"succubus|mm","m":"bestiary/tokens/MM/Succubus.webp","n":"Succubus"},{"id":2581,"c":1,"u":"swarm%20of%20bats_mm","p":337,"s":44,"h":1,"r":1,"t":0,"uu":"swarm of bats|mm","m":"bestiary/tokens/MM/Swarm of Bats.webp","n":"Swarm of Bats"},{"id":2582,"c":1,"u":"swarm%20of%20beetles_mm","p":338,"s":44,"h":1,"r":1,"t":0,"uu":"swarm of beetles|mm","m":"bestiary/tokens/MM/Swarm of Beetles.webp","n":"Swarm of Beetles"},{"id":2583,"c":1,"u":"swarm%20of%20centipedes_mm","p":338,"s":44,"h":1,"r":1,"t":0,"uu":"swarm of centipedes|mm","m":"bestiary/tokens/MM/Swarm of Centipedes.webp","n":"Swarm of Centipedes"},{"id":2584,"c":1,"u":"swarm%20of%20insects_mm","p":338,"s":44,"h":1,"r":1,"t":0,"uu":"swarm of insects|mm","m":"bestiary/tokens/MM/Swarm of Insects.webp","n":"Swarm of Insects"},{"id":2585,"c":1,"u":"swarm%20of%20poisonous%20snakes_mm","p":338,"s":44,"h":1,"r":1,"t":0,"uu":"swarm of poisonous snakes|mm","m":"bestiary/tokens/MM/Swarm of Poisonous Snakes.webp","n":"Swarm of Poisonous Snakes"},{"id":2586,"c":1,"u":"swarm%20of%20quippers_mm","p":338,"s":44,"h":1,"r":1,"t":0,"uu":"swarm of quippers|mm","m":"bestiary/tokens/MM/Swarm of Quippers.webp","n":"Swarm of Quippers"},{"id":2587,"c":1,"u":"swarm%20of%20rats_mm","p":339,"s":44,"h":1,"r":1,"t":0,"uu":"swarm of rats|mm","m":"bestiary/tokens/MM/Swarm of Rats.webp","n":"Swarm of Rats"},{"id":2588,"c":1,"u":"swarm%20of%20ravens_mm","p":339,"s":44,"h":1,"r":1,"t":0,"uu":"swarm of ravens|mm","m":"bestiary/tokens/MM/Swarm of Ravens.webp","n":"Swarm of Ravens"},{"id":2589,"c":1,"u":"swarm%20of%20spiders_mm","p":338,"s":44,"h":1,"r":1,"t":0,"uu":"swarm of spiders|mm","m":"bestiary/tokens/MM/Swarm of Spiders.webp","n":"Swarm of Spiders"},{"id":2590,"c":1,"u":"swarm%20of%20wasps_mm","p":338,"s":44,"h":1,"r":1,"t":0,"uu":"swarm of wasps|mm","m":"bestiary/tokens/MM/Swarm of Wasps.webp","n":"Swarm of Wasps"},{"id":2591,"c":1,"u":"tarrasque_mm","p":286,"s":44,"h":1,"r":1,"t":0,"uu":"tarrasque|mm","m":"bestiary/tokens/MM/Tarrasque.webp","n":"Tarrasque"},{"id":2592,"c":1,"u":"thri-kreen_mm","p":288,"s":44,"h":1,"t":0,"uu":"thri-kreen|mm","m":"bestiary/tokens/MM/Thri-kreen.webp","n":"Thri-kreen"},{"id":2593,"c":1,"u":"thug_mm","p":350,"s":44,"h":1,"r":1,"t":0,"uu":"thug|mm","m":"bestiary/tokens/MM/Thug.webp","n":"Thug"},{"id":2594,"c":1,"u":"tiger_mm","p":339,"s":44,"h":1,"r":1,"t":0,"uu":"tiger|mm","m":"bestiary/tokens/MM/Tiger.webp","n":"Tiger"},{"id":2595,"c":1,"u":"treant_mm","p":289,"s":44,"h":1,"r":1,"t":0,"uu":"treant|mm","m":"bestiary/tokens/MM/Treant.webp","n":"Treant"},{"id":2596,"c":1,"u":"tribal%20warrior_mm","p":350,"s":44,"h":1,"r":1,"t":0,"uu":"tribal warrior|mm","m":"bestiary/tokens/MM/Tribal Warrior.webp","n":"Tribal Warrior"},{"id":2597,"c":1,"u":"triceratops_mm","p":80,"s":44,"h":1,"r":1,"t":0,"uu":"triceratops|mm","m":"bestiary/tokens/MM/Triceratops.webp","n":"Triceratops"},{"id":2598,"c":1,"u":"tridrone_mm","p":225,"s":44,"h":1,"t":0,"uu":"tridrone|mm","m":"bestiary/tokens/MM/Tridrone.webp","n":"Tridrone"},{"id":2599,"c":1,"u":"troglodyte_mm","p":290,"s":44,"h":1,"t":0,"uu":"troglodyte|mm","m":"bestiary/tokens/MM/Troglodyte.webp","n":"Troglodyte"},{"id":2600,"c":1,"u":"troll_mm","p":291,"s":44,"h":1,"r":1,"t":0,"uu":"troll|mm","m":"bestiary/tokens/MM/Troll.webp","n":"Troll"},{"id":2601,"c":1,"u":"twig%20blight_mm","p":32,"s":44,"h":1,"t":0,"uu":"twig blight|mm","m":"bestiary/tokens/MM/Twig Blight.webp","n":"Twig Blight"},{"id":2602,"c":1,"u":"tyrannosaurus%20rex_mm","p":80,"s":44,"h":1,"r":1,"t":0,"uu":"tyrannosaurus rex|mm","m":"bestiary/tokens/MM/Tyrannosaurus Rex.webp","n":"Tyrannosaurus Rex"},{"id":2603,"c":1,"u":"ultroloth_mm","p":314,"s":44,"h":1,"t":0,"uu":"ultroloth|mm","m":"bestiary/tokens/MM/Ultroloth.webp","n":"Ultroloth"},{"id":2604,"c":1,"u":"umber%20hulk_mm","p":292,"s":44,"h":1,"t":0,"uu":"umber hulk|mm","m":"bestiary/tokens/MM/Umber Hulk.webp","n":"Umber Hulk"},{"id":2605,"c":1,"u":"unicorn_mm","p":294,"s":44,"h":1,"r":1,"t":0,"uu":"unicorn|mm","m":"bestiary/tokens/MM/Unicorn.webp","n":"Unicorn"},{"id":2606,"c":1,"u":"vampire_mm","p":297,"s":44,"h":1,"r":1,"t":0,"uu":"vampire|mm","m":"bestiary/tokens/MM/Vampire.webp","n":"Vampire"},{"id":2607,"c":1,"u":"vampire%20spawn_mm","p":298,"s":44,"h":1,"r":1,"t":0,"uu":"vampire spawn|mm","m":"bestiary/tokens/MM/Vampire Spawn.webp","n":"Vampire Spawn"},{"id":2608,"c":1,"u":"vampire%20spellcaster_mm","p":298,"s":44,"h":1,"t":0,"uu":"vampire spellcaster|mm","m":"bestiary/tokens/MM/Vampire Spellcaster.webp","n":"Vampire Spellcaster"},{"id":2609,"c":1,"u":"vampire%20warrior_mm","p":298,"s":44,"h":1,"t":0,"uu":"vampire warrior|mm","m":"bestiary/tokens/MM/Vampire Warrior.webp","n":"Vampire Warrior"},{"id":2610,"c":1,"u":"veteran_mm","p":350,"s":44,"h":1,"r":1,"t":0,"uu":"veteran|mm","m":"bestiary/tokens/MM/Veteran.webp","n":"Veteran"},{"id":2611,"c":1,"u":"vine%20blight_mm","p":32,"s":44,"h":1,"t":0,"uu":"vine blight|mm","m":"bestiary/tokens/MM/Vine Blight.webp","n":"Vine Blight"},{"id":2612,"c":1,"u":"violet%20fungus_mm","p":138,"s":44,"h":1,"r":1,"t":0,"uu":"violet fungus|mm","m":"bestiary/tokens/MM/Violet Fungus.webp","n":"Violet Fungus"},{"id":2613,"c":1,"u":"vrock_mm","p":64,"s":44,"h":1,"r":1,"t":0,"uu":"vrock|mm","m":"bestiary/tokens/MM/Vrock.webp","n":"Vrock"},{"id":2614,"c":1,"u":"vulture_mm","p":339,"s":44,"h":1,"r":1,"t":0,"uu":"vulture|mm","m":"bestiary/tokens/MM/Vulture.webp","n":"Vulture"},{"id":2615,"c":1,"u":"warhorse_mm","p":340,"s":44,"h":1,"r":1,"t":0,"uu":"warhorse|mm","m":"bestiary/tokens/MM/Warhorse.webp","n":"Warhorse"},{"id":2616,"c":1,"u":"warhorse%20skeleton_mm","p":273,"s":44,"h":1,"r":1,"t":0,"uu":"warhorse skeleton|mm","m":"bestiary/tokens/MM/Warhorse Skeleton.webp","n":"Warhorse Skeleton"},{"id":2617,"c":1,"u":"water%20elemental_mm","p":125,"s":44,"h":1,"r":1,"t":0,"uu":"water elemental|mm","m":"bestiary/tokens/MM/Water Elemental.webp","n":"Water Elemental"},{"id":2618,"c":1,"u":"water%20weird_mm","p":299,"s":44,"h":1,"t":0,"uu":"water weird|mm","m":"bestiary/tokens/MM/Water Weird.webp","n":"Water Weird"},{"id":2619,"c":1,"u":"weasel_mm","p":340,"s":44,"h":1,"r":1,"t":0,"uu":"weasel|mm","m":"bestiary/tokens/MM/Weasel.webp","n":"Weasel"},{"id":2620,"c":1,"u":"werebear_mm","p":208,"s":44,"h":1,"r":1,"t":0,"uu":"werebear|mm","m":"bestiary/tokens/MM/Werebear.webp","n":"Werebear"},{"id":2621,"c":1,"u":"wereboar_mm","p":209,"s":44,"h":1,"r":1,"t":0,"uu":"wereboar|mm","m":"bestiary/tokens/MM/Wereboar.webp","n":"Wereboar"},{"id":2622,"c":1,"u":"wererat_mm","p":209,"s":44,"h":1,"r":1,"t":0,"uu":"wererat|mm","m":"bestiary/tokens/MM/Wererat.webp","n":"Wererat"},{"id":2623,"c":1,"u":"weretiger_mm","p":210,"s":44,"h":1,"r":1,"t":0,"uu":"weretiger|mm","m":"bestiary/tokens/MM/Weretiger.webp","n":"Weretiger"},{"id":2624,"c":1,"u":"werewolf_mm","p":211,"s":44,"h":1,"r":1,"t":0,"uu":"werewolf|mm","m":"bestiary/tokens/MM/Werewolf.webp","n":"Werewolf"},{"id":2625,"c":1,"u":"white%20dragon%20wyrmling_mm","p":102,"s":44,"h":1,"r":1,"t":0,"uu":"white dragon wyrmling|mm","m":"bestiary/tokens/MM/White Dragon Wyrmling.webp","n":"White Dragon Wyrmling"},{"id":2626,"c":1,"u":"wight_mm","p":300,"s":44,"h":1,"r":1,"t":0,"uu":"wight|mm","m":"bestiary/tokens/MM/Wight.webp","n":"Wight"},{"id":2627,"c":1,"u":"will-o'-wisp_mm","p":301,"s":44,"h":1,"r":1,"t":0,"uu":"will-o'-wisp|mm","m":"bestiary/tokens/MM/Will-o'-Wisp.webp","n":"Will-o'-Wisp"},{"id":2628,"c":1,"u":"winged%20kobold_mm","p":195,"s":44,"h":1,"t":0,"uu":"winged kobold|mm","m":"bestiary/tokens/MM/Winged Kobold.webp","n":"Winged Kobold"},{"id":2629,"c":1,"u":"winter%20wolf_mm","p":340,"s":44,"h":1,"r":1,"t":0,"uu":"winter wolf|mm","m":"bestiary/tokens/MM/Winter Wolf.webp","n":"Winter Wolf"},{"id":2630,"c":1,"u":"wolf_mm","p":341,"s":44,"h":1,"r":1,"t":0,"uu":"wolf|mm","m":"bestiary/tokens/MM/Wolf.webp","n":"Wolf"},{"id":2631,"c":1,"u":"worg_mm","p":341,"s":44,"h":1,"r":1,"t":0,"uu":"worg|mm","m":"bestiary/tokens/MM/Worg.webp","n":"Worg"},{"id":2632,"c":1,"u":"wraith_mm","p":302,"s":44,"h":1,"r":1,"t":0,"uu":"wraith|mm","m":"bestiary/tokens/MM/Wraith.webp","n":"Wraith"},{"id":2633,"c":1,"u":"wyvern_mm","p":303,"s":44,"h":1,"r":1,"t":0,"uu":"wyvern|mm","m":"bestiary/tokens/MM/Wyvern.webp","n":"Wyvern"},{"id":2634,"c":1,"u":"xorn_mm","p":304,"s":44,"h":1,"r":1,"t":0,"uu":"xorn|mm","m":"bestiary/tokens/MM/Xorn.webp","n":"Xorn"},{"id":2635,"c":1,"u":"yeti_mm","p":305,"s":44,"h":1,"t":0,"uu":"yeti|mm","m":"bestiary/tokens/MM/Yeti.webp","n":"Yeti"},{"id":2636,"c":1,"u":"yochlol_mm","p":65,"s":44,"h":1,"t":0,"uu":"yochlol|mm","m":"bestiary/tokens/MM/Yochlol.webp","n":"Yochlol"},{"id":2637,"c":1,"u":"young%20black%20dragon_mm","p":88,"s":44,"h":1,"r":1,"t":0,"uu":"young black dragon|mm","m":"bestiary/tokens/MM/Young Black Dragon.webp","n":"Young Black Dragon"},{"id":2638,"c":1,"u":"young%20blue%20dragon_mm","p":91,"s":44,"h":1,"r":1,"t":0,"uu":"young blue dragon|mm","m":"bestiary/tokens/MM/Young Blue Dragon.webp","n":"Young Blue Dragon"},{"id":2639,"c":1,"u":"young%20brass%20dragon_mm","p":105,"s":44,"h":1,"r":1,"t":0,"uu":"young brass dragon|mm","m":"bestiary/tokens/MM/Young Brass Dragon.webp","n":"Young Brass Dragon"},{"id":2640,"c":1,"u":"young%20bronze%20dragon_mm","p":108,"s":44,"h":1,"r":1,"t":0,"uu":"young bronze dragon|mm","m":"bestiary/tokens/MM/Young Bronze Dragon.webp","n":"Young Bronze Dragon"},{"id":2641,"c":1,"u":"young%20copper%20dragon_mm","p":112,"s":44,"h":1,"r":1,"t":0,"uu":"young copper dragon|mm","m":"bestiary/tokens/MM/Young Copper Dragon.webp","n":"Young Copper Dragon"},{"id":2642,"c":1,"u":"young%20gold%20dragon_mm","p":115,"s":44,"h":1,"r":1,"t":0,"uu":"young gold dragon|mm","m":"bestiary/tokens/MM/Young Gold Dragon.webp","n":"Young Gold Dragon"},{"id":2643,"c":1,"u":"young%20green%20dragon_mm","p":94,"s":44,"h":1,"r":1,"t":0,"uu":"young green dragon|mm","m":"bestiary/tokens/MM/Young Green Dragon.webp","n":"Young Green Dragon"},{"id":2644,"c":1,"u":"young%20red%20dragon_mm","p":98,"s":44,"h":1,"r":1,"t":0,"uu":"young red dragon|mm","m":"bestiary/tokens/MM/Young Red Dragon.webp","n":"Young Red Dragon"},{"id":2645,"c":1,"u":"young%20red%20shadow%20dragon_mm","p":85,"s":44,"h":1,"t":0,"uu":"young red shadow dragon|mm","m":"bestiary/tokens/MM/Young Red Shadow Dragon.webp","n":"Young Red Shadow Dragon"},{"id":2646,"c":1,"u":"young%20remorhaz_mm","p":258,"s":44,"h":1,"t":0,"uu":"young remorhaz|mm","m":"bestiary/tokens/MM/Young Remorhaz.webp","n":"Young Remorhaz"},{"id":2647,"c":1,"u":"young%20silver%20dragon_mm","p":118,"s":44,"h":1,"r":1,"t":0,"uu":"young silver dragon|mm","m":"bestiary/tokens/MM/Young Silver Dragon.webp","n":"Young Silver Dragon"},{"id":2648,"c":1,"u":"young%20white%20dragon_mm","p":101,"s":44,"h":1,"r":1,"t":0,"uu":"young white dragon|mm","m":"bestiary/tokens/MM/Young White Dragon.webp","n":"Young White Dragon"},{"id":2649,"c":1,"u":"yuan-ti%20abomination_mm","p":308,"s":44,"h":1,"t":0,"uu":"yuan-ti abomination|mm","m":"bestiary/tokens/MM/Yuan-ti Abomination.webp","n":"Yuan-ti Abomination"},{"id":2650,"c":1,"u":"yuan-ti%20malison%20(type%201)_mm","p":309,"s":44,"h":1,"t":0,"uu":"yuan-ti malison (type 1)|mm","m":"bestiary/tokens/MM/Yuan-ti Malison (Type 1).webp","n":"Yuan-ti Malison (Type 1)"},{"id":2651,"c":1,"u":"yuan-ti%20malison%20(type%202)_mm","p":309,"s":44,"h":1,"t":0,"uu":"yuan-ti malison (type 2)|mm","m":"bestiary/tokens/MM/Yuan-ti Malison (Type 2).webp","n":"Yuan-ti Malison (Type 2)"},{"id":2652,"c":1,"u":"yuan-ti%20malison%20(type%203)_mm","p":309,"s":44,"h":1,"t":0,"uu":"yuan-ti malison (type 3)|mm","m":"bestiary/tokens/MM/Yuan-ti Malison (Type 3).webp","n":"Yuan-ti Malison (Type 3)"},{"id":2653,"c":1,"u":"yuan-ti%20pureblood_mm","p":310,"s":44,"h":1,"t":0,"uu":"yuan-ti pureblood|mm","m":"bestiary/tokens/MM/Yuan-ti Pureblood.webp","n":"Yuan-ti Pureblood"},{"id":2654,"c":1,"u":"zombie_mm","p":316,"s":44,"h":1,"r":1,"t":0,"uu":"zombie|mm","m":"bestiary/tokens/MM/Zombie.webp","n":"Zombie"},{"id":2655,"c":1,"u":"abhorrent%20overlord_mot","p":219,"s":45,"h":1,"t":0,"uu":"abhorrent overlord|mot","m":"bestiary/tokens/MOT/Abhorrent Overlord.webp","n":"Abhorrent Overlord"},{"id":2656,"c":1,"u":"akroan%20hoplite_mot","p":228,"s":45,"h":1,"t":0,"uu":"akroan hoplite|mot","m":"bestiary/tokens/MOT/Akroan Hoplite.webp","n":"Akroan Hoplite"},{"id":2657,"c":1,"u":"alseid_mot","p":235,"s":45,"h":1,"t":0,"uu":"alseid|mot","m":"bestiary/tokens/MOT/Alseid.webp","n":"Alseid"},{"id":2658,"c":1,"u":"anvilwrought%20raptor_mot","p":209,"s":45,"h":1,"t":0,"uu":"anvilwrought raptor|mot","m":"bestiary/tokens/MOT/Anvilwrought Raptor.webp","n":"Anvilwrought Raptor"},{"id":2659,"c":1,"u":"aphemia_mot","p":226,"s":45,"h":1,"t":0,"uu":"aphemia|mot","m":"bestiary/tokens/MOT/Aphemia.webp","n":"Aphemia"},{"id":2660,"c":1,"u":"arasta_mot","p":248,"s":45,"h":1,"t":0,"uu":"arasta|mot","m":"bestiary/tokens/MOT/Arasta.webp","n":"Arasta"},{"id":2661,"c":1,"u":"archon%20of%20falling%20stars_mot","p":212,"s":45,"h":1,"t":0,"uu":"archon of falling stars|mot","m":"bestiary/tokens/MOT/Archon of Falling Stars.webp","n":"Archon of Falling Stars"},{"id":2662,"c":1,"u":"ashen%20rider_mot","p":213,"s":45,"h":1,"t":0,"uu":"ashen rider|mot","m":"bestiary/tokens/MOT/Ashen Rider.webp","n":"Ashen Rider"},{"id":2663,"c":1,"u":"blood-toll%20harpy_mot","p":227,"s":45,"h":1,"t":0,"uu":"blood-toll harpy|mot","m":"bestiary/tokens/MOT/Blood-Toll Harpy.webp","n":"Blood-Toll Harpy"},{"id":2664,"c":1,"u":"broken%20king%20antigonos_mot","p":189,"s":45,"h":1,"t":0,"uu":"broken king antigonos|mot","m":"bestiary/tokens/MOT/Broken King Antigonos.webp","n":"Broken King Antigonos"},{"id":2665,"c":1,"u":"bronze%20sable_mot","p":210,"s":45,"h":1,"t":0,"uu":"bronze sable|mot","m":"bestiary/tokens/MOT/Bronze Sable.webp","n":"Bronze Sable"},{"id":2666,"c":1,"u":"burnished%20hart_mot","p":211,"s":45,"h":1,"t":0,"uu":"burnished hart|mot","m":"bestiary/tokens/MOT/Burnished Hart.webp","n":"Burnished Hart"},{"id":2667,"c":1,"u":"colossus%20of%20akros_mot","p":218,"s":45,"h":1,"t":0,"uu":"colossus of akros|mot","m":"bestiary/tokens/MOT/Colossus of Akros.webp","n":"Colossus of Akros"},{"id":2668,"c":1,"u":"doomwake%20giant_mot","p":224,"s":45,"h":1,"t":0,"uu":"doomwake giant|mot","m":"bestiary/tokens/MOT/Doomwake Giant.webp","n":"Doomwake Giant"},{"id":2669,"c":1,"u":"eater%20of%20hope_mot","p":220,"s":45,"h":1,"t":0,"uu":"eater of hope|mot","m":"bestiary/tokens/MOT/Eater of Hope.webp","n":"Eater of Hope"},{"id":2670,"c":1,"u":"fleecemane%20lion_mot","p":223,"s":45,"h":1,"t":0,"uu":"fleecemane lion|mot","m":"bestiary/tokens/MOT/Fleecemane Lion.webp","n":"Fleecemane Lion"},{"id":2671,"c":1,"u":"flitterstep%20eidolon_mot","p":222,"s":45,"h":1,"t":0,"uu":"flitterstep eidolon|mot","m":"bestiary/tokens/MOT/Flitterstep Eidolon.webp","n":"Flitterstep Eidolon"},{"id":2672,"c":1,"u":"ghostblade%20eidolon_mot","p":222,"s":45,"h":1,"t":0,"uu":"ghostblade eidolon|mot","m":"bestiary/tokens/MOT/Ghostblade Eidolon.webp","n":"Ghostblade Eidolon"},{"id":2673,"c":1,"u":"gold-forged%20sentinel_mot","p":211,"s":45,"h":1,"t":0,"uu":"gold-forged sentinel|mot","m":"bestiary/tokens/MOT/Gold-Forged Sentinel.webp","n":"Gold-Forged Sentinel"},{"id":2674,"c":1,"u":"hippocamp_mot","p":227,"s":45,"h":1,"t":0,"uu":"hippocamp|mot","m":"bestiary/tokens/MOT/Hippocamp.webp","n":"Hippocamp"},{"id":2675,"c":1,"u":"hundred-handed%20one_mot","p":225,"s":45,"h":1,"t":0,"uu":"hundred-handed one|mot","m":"bestiary/tokens/MOT/Hundred-Handed One.webp","n":"Hundred-Handed One"},{"id":2676,"c":1,"u":"hythonia_mot","p":252,"s":45,"h":1,"t":0,"uu":"hythonia|mot","m":"bestiary/tokens/MOT/Hythonia.webp","n":"Hythonia"},{"id":2677,"c":1,"u":"ironscale%20hydra_mot","p":231,"s":45,"h":1,"t":0,"uu":"ironscale hydra|mot","m":"bestiary/tokens/MOT/Ironscale Hydra.webp","n":"Ironscale Hydra"},{"id":2678,"c":1,"u":"lampad_mot","p":235,"s":45,"h":1,"t":0,"uu":"lampad|mot","m":"bestiary/tokens/MOT/Lampad.webp","n":"Lampad"},{"id":2679,"c":1,"u":"leonin%20iconoclast_mot","p":232,"s":45,"h":1,"t":0,"uu":"leonin iconoclast|mot","m":"bestiary/tokens/MOT/Leonin Iconoclast.webp","n":"Leonin Iconoclast"},{"id":2680,"c":1,"u":"medusa_mot","p":206,"s":45,"h":1,"t":0,"uu":"medusa|mot","m":"bestiary/tokens/MOT/Medusa.webp","n":"Medusa"},{"id":2681,"c":1,"u":"meletian%20hoplite_mot","p":229,"s":45,"h":1,"t":0,"uu":"meletian hoplite|mot","m":"bestiary/tokens/MOT/Meletian Hoplite.webp","n":"Meletian Hoplite"},{"id":2682,"c":1,"u":"naiad_mot","p":236,"s":45,"h":1,"t":0,"uu":"naiad|mot","m":"bestiary/tokens/MOT/Naiad.webp","n":"Naiad"},{"id":2683,"c":1,"u":"nightmare%20shepherd_mot","p":221,"s":45,"h":1,"t":0,"uu":"nightmare shepherd|mot","m":"bestiary/tokens/MOT/Nightmare Shepherd.webp","n":"Nightmare Shepherd"},{"id":2684,"c":1,"u":"nyx-fleece%20ram_mot","p":233,"s":45,"h":1,"t":0,"uu":"nyx-fleece ram|mot","m":"bestiary/tokens/MOT/Nyx-Fleece Ram.webp","n":"Nyx-Fleece Ram"},{"id":2685,"c":1,"u":"oracle_mot","p":238,"s":45,"h":1,"t":0,"uu":"oracle|mot","m":"bestiary/tokens/MOT/Oracle.webp","n":"Oracle"},{"id":2686,"c":1,"u":"oread_mot","p":237,"s":45,"h":1,"t":0,"uu":"oread|mot","m":"bestiary/tokens/MOT/Oread.webp","n":"Oread"},{"id":2687,"c":1,"u":"phylaskia_mot","p":239,"s":45,"h":1,"t":0,"uu":"phylaskia|mot","m":"bestiary/tokens/MOT/Phylaskia.webp","n":"Phylaskia"},{"id":2688,"c":1,"u":"polukranos_mot","p":231,"s":45,"h":1,"t":0,"uu":"polukranos|mot","m":"bestiary/tokens/MOT/Polukranos.webp","n":"Polukranos"},{"id":2689,"c":1,"u":"returned%20drifter_mot","p":240,"s":45,"h":1,"t":0,"uu":"returned drifter|mot","m":"bestiary/tokens/MOT/Returned Drifter.webp","n":"Returned Drifter"},{"id":2690,"c":1,"u":"returned%20kakomantis_mot","p":240,"s":45,"h":1,"t":0,"uu":"returned kakomantis|mot","m":"bestiary/tokens/MOT/Returned Kakomantis.webp","n":"Returned Kakomantis"},{"id":2691,"c":1,"u":"returned%20palamnite_mot","p":241,"s":45,"h":1,"t":0,"uu":"returned palamnite|mot","m":"bestiary/tokens/MOT/Returned Palamnite.webp","n":"Returned Palamnite"},{"id":2692,"c":1,"u":"returned%20sentry_mot","p":241,"s":45,"h":1,"t":0,"uu":"returned sentry|mot","m":"bestiary/tokens/MOT/Returned Sentry.webp","n":"Returned Sentry"},{"id":2693,"c":1,"u":"satyr%20reveler_mot","p":242,"s":45,"h":1,"t":0,"uu":"satyr reveler|mot","m":"bestiary/tokens/MOT/Satyr Reveler.webp","n":"Satyr Reveler"},{"id":2694,"c":1,"u":"satyr%20thornbearer_mot","p":243,"s":45,"h":1,"t":0,"uu":"satyr thornbearer|mot","m":"bestiary/tokens/MOT/Satyr Thornbearer.webp","n":"Satyr Thornbearer"},{"id":2695,"c":1,"u":"setessan%20hoplite_mot","p":229,"s":45,"h":1,"t":0,"uu":"setessan hoplite|mot","m":"bestiary/tokens/MOT/Setessan Hoplite.webp","n":"Setessan Hoplite"},{"id":2696,"c":1,"u":"theran%20chimera_mot","p":216,"s":45,"h":1,"t":0,"uu":"theran chimera|mot","m":"bestiary/tokens/MOT/Theran Chimera.webp","n":"Theran Chimera"},{"id":2697,"c":1,"u":"triton%20master%20of%20waves_mot","p":245,"s":45,"h":1,"t":0,"uu":"triton master of waves|mot","m":"bestiary/tokens/MOT/Triton Master of Waves.webp","n":"Triton Master of Waves"},{"id":2698,"c":1,"u":"triton%20shorestalker_mot","p":244,"s":45,"h":1,"t":0,"uu":"triton shorestalker|mot","m":"bestiary/tokens/MOT/Triton Shorestalker.webp","n":"Triton Shorestalker"},{"id":2699,"c":1,"u":"tromokratis_mot","p":254,"s":45,"h":1,"t":0,"uu":"tromokratis|mot","m":"bestiary/tokens/MOT/Tromokratis.webp","n":"Tromokratis"},{"id":2700,"c":1,"u":"two-headed%20cerberus_mot","p":215,"s":45,"h":1,"t":0,"uu":"two-headed cerberus|mot","m":"bestiary/tokens/MOT/Two-Headed Cerberus.webp","n":"Two-Headed Cerberus"},{"id":2701,"c":1,"u":"typhon_mot","p":246,"s":45,"h":1,"t":0,"uu":"typhon|mot","m":"bestiary/tokens/MOT/Typhon.webp","n":"Typhon"},{"id":2702,"c":1,"u":"underworld%20cerberus_mot","p":215,"s":45,"h":1,"t":0,"uu":"underworld cerberus|mot","m":"bestiary/tokens/MOT/Underworld Cerberus.webp","n":"Underworld Cerberus"},{"id":2703,"c":1,"u":"winged%20bull_mot","p":214,"s":45,"h":1,"t":0,"uu":"winged bull|mot","m":"bestiary/tokens/MOT/Winged Bull.webp","n":"Winged Bull"},{"id":2704,"c":1,"u":"winged%20lion_mot","p":214,"s":45,"h":1,"t":0,"uu":"winged lion|mot","m":"bestiary/tokens/MOT/Winged Lion.webp","n":"Winged Lion"},{"id":2705,"c":1,"u":"woe%20strider_mot","p":247,"s":45,"h":1,"t":0,"uu":"woe strider|mot","m":"bestiary/tokens/MOT/Woe Strider.webp","n":"Woe Strider"},{"id":2706,"c":1,"u":"adult%20time%20dragon_mpp","p":50,"s":46,"h":1,"t":0,"uu":"adult time dragon|mpp","m":"bestiary/tokens/MPP/Adult Time Dragon.webp","n":"Adult Time Dragon"},{"id":2707,"c":1,"u":"ancient%20time%20dragon_mpp","p":48,"s":46,"h":1,"t":0,"uu":"ancient time dragon|mpp","m":"bestiary/tokens/MPP/Ancient Time Dragon.webp","n":"Ancient Time Dragon"},{"id":2708,"c":1,"u":"athar%20null_mpp","p":53,"s":46,"h":1,"t":0,"uu":"athar null|mpp","m":"bestiary/tokens/MPP/Athar Null.webp","n":"Athar Null"},{"id":2709,"c":1,"u":"aurumach%20rilmani_mpp","p":43,"s":46,"h":1,"t":0,"uu":"aurumach rilmani|mpp","m":"bestiary/tokens/MPP/Aurumach Rilmani.webp","n":"Aurumach Rilmani"},{"id":2710,"c":1,"u":"avoral%20guardinal_mpp","p":32,"s":46,"h":1,"t":0,"uu":"avoral guardinal|mpp","m":"bestiary/tokens/MPP/Avoral Guardinal.webp","n":"Avoral Guardinal"},{"id":2711,"c":1,"u":"baernaloth_mpp","p":20,"s":46,"h":1,"t":0,"uu":"baernaloth|mpp","m":"bestiary/tokens/MPP/Baernaloth.webp","n":"Baernaloth"},{"id":2712,"c":1,"u":"bariaur%20wanderer_mpp","p":21,"s":46,"h":1,"t":0,"uu":"bariaur wanderer|mpp","m":"bestiary/tokens/MPP/Bariaur Wanderer.webp","n":"Bariaur Wanderer"},{"id":2713,"c":1,"u":"bleak%20cabal%20void%20soother_mpp","p":54,"s":46,"h":1,"t":0,"uu":"bleak cabal void soother|mpp","m":"bestiary/tokens/MPP/Bleak Cabal Void Soother.webp","n":"Bleak Cabal Void Soother"},{"id":2714,"c":1,"u":"cranium%20rat%20squeaker_mpp","p":22,"s":46,"h":1,"t":0,"uu":"cranium rat squeaker|mpp","m":"bestiary/tokens/MPP/Cranium Rat Squeaker.webp","n":"Cranium Rat Squeaker"},{"id":2715,"c":1,"u":"cranium%20rat%20squeaker%20swarm_mpp","p":22,"s":46,"h":1,"t":0,"uu":"cranium rat squeaker swarm|mpp","m":"bestiary/tokens/MPP/Cranium Rat Squeaker Swarm.webp","n":"Cranium Rat Squeaker Swarm"},{"id":2716,"c":1,"u":"cuprilach%20rilmani_mpp","p":44,"s":46,"h":1,"t":0,"uu":"cuprilach rilmani|mpp","m":"bestiary/tokens/MPP/Cuprilach Rilmani.webp","n":"Cuprilach Rilmani"},{"id":2717,"c":1,"u":"dabus_mpp","p":23,"s":46,"h":1,"t":0,"uu":"dabus|mpp","m":"bestiary/tokens/MPP/Dabus.webp","n":"Dabus"},{"id":2718,"c":1,"u":"darkweaver_mpp","p":25,"s":46,"h":1,"t":0,"uu":"darkweaver|mpp","m":"bestiary/tokens/MPP/Darkweaver.webp","n":"Darkweaver"},{"id":2719,"c":1,"u":"decaton%20modron_mpp","p":36,"s":46,"h":1,"t":0,"uu":"decaton modron|mpp","m":"bestiary/tokens/MPP/Decaton Modron.webp","n":"Decaton Modron"},{"id":2720,"c":1,"u":"doomguard%20doom%20lord_mpp","p":54,"s":46,"h":1,"t":0,"uu":"doomguard doom lord|mpp","m":"bestiary/tokens/MPP/Doomguard Doom Lord.webp","n":"Doomguard Doom Lord"},{"id":2721,"c":1,"u":"doomguard%20rot%20blade_mpp","p":56,"s":46,"h":1,"t":0,"uu":"doomguard rot blade|mpp","m":"bestiary/tokens/MPP/Doomguard Rot Blade.webp","n":"Doomguard Rot Blade"},{"id":2722,"c":1,"u":"eater%20of%20knowledge_mpp","p":29,"s":46,"h":1,"t":0,"uu":"eater of knowledge|mpp","m":"bestiary/tokens/MPP/Eater of Knowledge.webp","n":"Eater of Knowledge"},{"id":2723,"c":1,"u":"equinal%20guardinal_mpp","p":33,"s":46,"h":1,"t":0,"uu":"equinal guardinal|mpp","m":"bestiary/tokens/MPP/Equinal Guardinal.webp","n":"Equinal Guardinal"},{"id":2724,"c":1,"u":"farastu%20demodand_mpp","p":26,"s":46,"h":1,"t":0,"uu":"farastu demodand|mpp","m":"bestiary/tokens/MPP/Farastu Demodand.webp","n":"Farastu Demodand"},{"id":2725,"c":1,"u":"fated%20shaker_mpp","p":56,"s":46,"h":1,"t":0,"uu":"fated shaker|mpp","m":"bestiary/tokens/MPP/Fated Shaker.webp","n":"Fated Shaker"},{"id":2726,"c":1,"u":"ferrumach%20rilmani_mpp","p":44,"s":46,"h":1,"t":0,"uu":"ferrumach rilmani|mpp","m":"bestiary/tokens/MPP/Ferrumach Rilmani.webp","n":"Ferrumach Rilmani"},{"id":2727,"c":1,"u":"fraternity%20of%20order%20law%20bender_mpp","p":57,"s":46,"h":1,"t":0,"uu":"fraternity of order law bender|mpp","m":"bestiary/tokens/MPP/Fraternity of Order Law Bender.webp","n":"Fraternity of Order Law Bender"},{"id":2728,"c":1,"u":"githzerai%20futurist_mpp","p":30,"s":46,"h":1,"t":0,"uu":"githzerai futurist|mpp","m":"bestiary/tokens/MPP/Githzerai Futurist.webp","n":"Githzerai Futurist"},{"id":2729,"c":1,"u":"githzerai%20traveler_mpp","p":31,"s":46,"h":1,"t":0,"uu":"githzerai traveler|mpp","m":"bestiary/tokens/MPP/Githzerai Traveler.webp","n":"Githzerai Traveler"},{"id":2730,"c":1,"u":"githzerai%20uniter_mpp","p":31,"s":46,"h":1,"t":0,"uu":"githzerai uniter|mpp","m":"bestiary/tokens/MPP/Githzerai Uniter.webp","n":"Githzerai Uniter"},{"id":2731,"c":1,"u":"hands%20of%20havoc%20fire%20starter_mpp","p":58,"s":46,"h":1,"t":0,"uu":"hands of havoc fire starter|mpp","m":"bestiary/tokens/MPP/Hands of Havoc Fire Starter.webp","n":"Hands of Havoc Fire Starter"},{"id":2732,"c":1,"u":"harmonium%20captain_mpp","p":58,"s":46,"h":1,"t":0,"uu":"harmonium captain|mpp","m":"bestiary/tokens/MPP/Harmonium Captain.webp","n":"Harmonium Captain"},{"id":2733,"c":1,"u":"harmonium%20peacekeeper_mpp","p":59,"s":46,"h":1,"t":0,"uu":"harmonium peacekeeper|mpp","m":"bestiary/tokens/MPP/Harmonium Peacekeeper.webp","n":"Harmonium Peacekeeper"},{"id":2734,"c":1,"u":"heralds%20of%20dust%20remnant_mpp","p":59,"s":46,"h":1,"t":0,"uu":"heralds of dust remnant|mpp","m":"bestiary/tokens/MPP/Heralds of Dust Remnant.webp","n":"Heralds of Dust Remnant"},{"id":2735,"c":1,"u":"hexton%20modron_mpp","p":37,"s":46,"h":1,"t":0,"uu":"hexton modron|mpp","m":"bestiary/tokens/MPP/Hexton Modron.webp","n":"Hexton Modron"},{"id":2736,"c":1,"u":"hound%20archon_mpp","p":16,"s":46,"h":1,"t":0,"uu":"hound archon|mpp","m":"bestiary/tokens/MPP/Hound Archon.webp","n":"Hound Archon"},{"id":2737,"c":1,"u":"kelubar%20demodand_mpp","p":27,"s":46,"h":1,"t":0,"uu":"kelubar demodand|mpp","m":"bestiary/tokens/MPP/Kelubar Demodand.webp","n":"Kelubar Demodand"},{"id":2738,"c":1,"u":"kolyarut_mpp","p":34,"s":46,"h":1,"t":0,"uu":"kolyarut|mpp","m":"bestiary/tokens/MPP/Kolyarut.webp","n":"Kolyarut"},{"id":2739,"c":1,"u":"lantern%20archon_mpp","p":17,"s":46,"h":1,"t":0,"uu":"lantern archon|mpp","m":"bestiary/tokens/MPP/Lantern Archon.webp","n":"Lantern Archon"},{"id":2740,"c":1,"u":"maelephant_mpp","p":35,"s":46,"h":1,"t":0,"uu":"maelephant|mpp","m":"bestiary/tokens/MPP/Maelephant.webp","n":"Maelephant"},{"id":2741,"c":1,"u":"mercykiller%20bloodhound_mpp","p":60,"s":46,"h":1,"t":0,"uu":"mercykiller bloodhound|mpp","m":"bestiary/tokens/MPP/Mercykiller Bloodhound.webp","n":"Mercykiller Bloodhound"},{"id":2742,"c":1,"u":"mind's%20eye%20matter%20smith_mpp","p":60,"s":46,"h":1,"t":0,"uu":"mind's eye matter smith|mpp","m":"bestiary/tokens/MPP/Mind's Eye Matter Smith.webp","n":"Mind's Eye Matter Smith"},{"id":2743,"c":1,"u":"musteval%20guardinal_mpp","p":33,"s":46,"h":1,"t":0,"uu":"musteval guardinal|mpp","m":"bestiary/tokens/MPP/Musteval Guardinal.webp","n":"Musteval Guardinal"},{"id":2744,"c":1,"u":"nonaton%20modron_mpp","p":38,"s":46,"h":1,"t":0,"uu":"nonaton modron|mpp","m":"bestiary/tokens/MPP/Nonaton Modron.webp","n":"Nonaton Modron"},{"id":2745,"c":1,"u":"octon%20modron_mpp","p":40,"s":46,"h":1,"t":0,"uu":"octon modron|mpp","m":"bestiary/tokens/MPP/Octon Modron.webp","n":"Octon Modron"},{"id":2746,"c":1,"u":"planar%20incarnate_mpp","p":41,"s":46,"h":1,"t":0,"uu":"planar incarnate|mpp","m":"bestiary/tokens/MPP/Planar Incarnate.webp","n":"Planar Incarnate"},{"id":2747,"c":1,"u":"razorvine%20blight_mpp","p":42,"s":46,"h":1,"t":0,"uu":"razorvine blight|mpp","m":"bestiary/tokens/MPP/Razorvine Blight.webp","n":"Razorvine Blight"},{"id":2748,"c":1,"u":"septon%20modron_mpp","p":40,"s":46,"h":1,"t":0,"uu":"septon modron|mpp","m":"bestiary/tokens/MPP/Septon Modron.webp","n":"Septon Modron"},{"id":2749,"c":1,"u":"shator%20demodand_mpp","p":28,"s":46,"h":1,"t":0,"uu":"shator demodand|mpp","m":"bestiary/tokens/MPP/Shator Demodand.webp","n":"Shator Demodand"},{"id":2750,"c":1,"u":"shemeshka_mpp","p":46,"s":46,"h":1,"t":0,"uu":"shemeshka|mpp","m":"bestiary/tokens/MPP/Shemeshka.webp","n":"Shemeshka"},{"id":2751,"c":1,"u":"society%20of%20sensation%20muse_mpp","p":61,"s":46,"h":1,"t":0,"uu":"society of sensation muse|mpp","m":"bestiary/tokens/MPP/Society of Sensation Muse.webp","n":"Society of Sensation Muse"},{"id":2752,"c":1,"u":"sunfly_mpp","p":47,"s":46,"h":1,"t":0,"uu":"sunfly|mpp","m":"bestiary/tokens/MPP/Sunfly.webp","n":"Sunfly"},{"id":2753,"c":1,"u":"swarm%20of%20sunflies_mpp","p":47,"s":46,"h":1,"t":0,"uu":"swarm of sunflies|mpp","m":"bestiary/tokens/MPP/Swarm of Sunflies.webp","n":"Swarm of Sunflies"},{"id":2754,"c":1,"u":"time%20dragon%20wyrmling_mpp","p":51,"s":46,"h":1,"t":0,"uu":"time dragon wyrmling|mpp","m":"bestiary/tokens/MPP/Time Dragon Wyrmling.webp","n":"Time Dragon Wyrmling"},{"id":2755,"c":1,"u":"transcendent%20order%20conduit_mpp","p":62,"s":46,"h":1,"t":0,"uu":"transcendent order conduit|mpp","m":"bestiary/tokens/MPP/Transcendent Order Conduit.webp","n":"Transcendent Order Conduit"},{"id":2756,"c":1,"u":"transcendent%20order%20instinct_mpp","p":62,"s":46,"h":1,"t":0,"uu":"transcendent order instinct|mpp","m":"bestiary/tokens/MPP/Transcendent Order Instinct.webp","n":"Transcendent Order Instinct"},{"id":2757,"c":1,"u":"vargouille%20reflection_mpp","p":52,"s":46,"h":1,"t":0,"uu":"vargouille reflection|mpp","m":"bestiary/tokens/MPP/Vargouille Reflection.webp","n":"Vargouille Reflection"},{"id":2758,"c":1,"u":"warden%20archon_mpp","p":18,"s":46,"h":1,"t":0,"uu":"warden archon|mpp","m":"bestiary/tokens/MPP/Warden Archon.webp","n":"Warden Archon"},{"id":2759,"c":1,"u":"young%20time%20dragon_mpp","p":51,"s":46,"h":1,"t":0,"uu":"young time dragon|mpp","m":"bestiary/tokens/MPP/Young Time Dragon.webp","n":"Young Time Dragon"},{"id":2760,"c":1,"u":"abyssal%20wretch_mtf","p":136,"s":47,"h":1,"t":0,"uu":"abyssal wretch|mtf","m":"bestiary/tokens/MTF/Abyssal Wretch.webp","n":"Abyssal Wretch"},{"id":2761,"c":1,"u":"adult%20kruthik_mtf","p":212,"s":47,"h":1,"t":0,"uu":"adult kruthik|mtf","m":"bestiary/tokens/MTF/Adult Kruthik.webp","n":"Adult Kruthik"},{"id":2762,"c":1,"u":"adult%20oblex_mtf","p":218,"s":47,"h":1,"t":0,"uu":"adult oblex|mtf","m":"bestiary/tokens/MTF/Adult Oblex.webp","n":"Adult Oblex"},{"id":2763,"c":1,"u":"air%20elemental%20myrmidon_mtf","p":202,"s":47,"h":1,"t":0,"uu":"air elemental myrmidon|mtf","m":"bestiary/tokens/MTF/Air Elemental Myrmidon.webp","n":"Air Elemental Myrmidon"},{"id":2764,"c":1,"u":"alkilith_mtf","p":130,"s":47,"h":1,"t":0,"uu":"alkilith|mtf","m":"bestiary/tokens/MTF/Alkilith.webp","n":"Alkilith"},{"id":2765,"c":1,"u":"allip_mtf","p":116,"s":47,"h":1,"t":0,"uu":"allip|mtf","m":"bestiary/tokens/MTF/Allip.webp","n":"Allip"},{"id":2766,"c":1,"u":"amnizu_mtf","p":164,"s":47,"h":1,"t":0,"uu":"amnizu|mtf","m":"bestiary/tokens/MTF/Amnizu.webp","n":"Amnizu"},{"id":2767,"c":1,"u":"armanite_mtf","p":131,"s":47,"h":1,"t":0,"uu":"armanite|mtf","m":"bestiary/tokens/MTF/Armanite.webp","n":"Armanite"},{"id":2768,"c":1,"u":"astral%20dreadnought_mtf","p":117,"s":47,"h":1,"t":0,"uu":"astral dreadnought|mtf","m":"bestiary/tokens/MTF/Astral Dreadnought.webp","n":"Astral Dreadnought"},{"id":2769,"c":1,"u":"autumn%20eladrin_mtf","p":195,"s":47,"h":1,"t":0,"uu":"autumn eladrin|mtf","m":"bestiary/tokens/MTF/Autumn Eladrin.webp","n":"Autumn Eladrin"},{"id":2770,"c":1,"u":"bael_mtf","p":170,"s":47,"h":1,"t":0,"uu":"bael|mtf","m":"bestiary/tokens/MTF/Bael.webp","n":"Bael"},{"id":2771,"c":1,"u":"balhannoth_mtf","p":119,"s":47,"h":1,"t":0,"uu":"balhannoth|mtf","m":"bestiary/tokens/MTF/Balhannoth.webp","n":"Balhannoth"},{"id":2772,"c":1,"u":"baphomet_mtf","p":143,"s":47,"h":1,"t":0,"uu":"baphomet|mtf","m":"bestiary/tokens/MTF/Baphomet.webp","n":"Baphomet"},{"id":2773,"c":1,"u":"berbalang_mtf","p":120,"s":47,"h":1,"t":0,"uu":"berbalang|mtf","m":"bestiary/tokens/MTF/Berbalang.webp","n":"Berbalang"},{"id":2774,"c":1,"u":"black%20abishai_mtf","p":160,"s":47,"h":1,"t":0,"uu":"black abishai|mtf","m":"bestiary/tokens/MTF/Black Abishai.webp","n":"Black Abishai"},{"id":2775,"c":1,"u":"blue%20abishai_mtf","p":161,"s":47,"h":1,"t":0,"uu":"blue abishai|mtf","m":"bestiary/tokens/MTF/Blue Abishai.webp","n":"Blue Abishai"},{"id":2776,"c":1,"u":"boneclaw_mtf","p":121,"s":47,"h":1,"t":0,"uu":"boneclaw|mtf","m":"bestiary/tokens/MTF/Boneclaw.webp","n":"Boneclaw"},{"id":2777,"c":1,"u":"bronze%20scout_mtf","p":125,"s":47,"h":1,"t":0,"uu":"bronze scout|mtf","m":"bestiary/tokens/MTF/Bronze Scout.webp","n":"Bronze Scout"},{"id":2778,"c":1,"u":"bulezau_mtf","p":131,"s":47,"h":1,"t":0,"uu":"bulezau|mtf","m":"bestiary/tokens/MTF/Bulezau.webp","n":"Bulezau"},{"id":2779,"c":1,"u":"cadaver%20collector_mtf","p":122,"s":47,"h":1,"t":0,"uu":"cadaver collector|mtf","m":"bestiary/tokens/MTF/Cadaver Collector.webp","n":"Cadaver Collector"},{"id":2780,"c":1,"u":"canoloth_mtf","p":247,"s":47,"h":1,"t":0,"uu":"canoloth|mtf","m":"bestiary/tokens/MTF/Canoloth.webp","n":"Canoloth"},{"id":2781,"c":1,"u":"choker_mtf","p":123,"s":47,"h":1,"t":0,"uu":"choker|mtf","m":"bestiary/tokens/MTF/Choker.webp","n":"Choker"},{"id":2782,"c":1,"u":"corpse%20flower_mtf","p":127,"s":47,"h":1,"t":0,"uu":"corpse flower|mtf","m":"bestiary/tokens/MTF/Corpse Flower.webp","n":"Corpse Flower"},{"id":2783,"c":1,"u":"deathlock_mtf","p":128,"s":47,"h":1,"t":0,"uu":"deathlock|mtf","m":"bestiary/tokens/MTF/Deathlock.webp","n":"Deathlock"},{"id":2784,"c":1,"u":"deathlock%20mastermind_mtf","p":129,"s":47,"h":1,"t":0,"uu":"deathlock mastermind|mtf","m":"bestiary/tokens/MTF/Deathlock Mastermind.webp","n":"Deathlock Mastermind"},{"id":2785,"c":1,"u":"deathlock%20wight_mtf","p":129,"s":47,"h":1,"t":0,"uu":"deathlock wight|mtf","m":"bestiary/tokens/MTF/Deathlock Wight.webp","n":"Deathlock Wight"},{"id":2786,"c":1,"u":"demogorgon_mtf","p":144,"s":47,"h":1,"t":0,"uu":"demogorgon|mtf","m":"bestiary/tokens/MTF/Demogorgon.webp","n":"Demogorgon"},{"id":2787,"c":1,"u":"derro_mtf","p":158,"s":47,"h":1,"t":0,"uu":"derro|mtf","m":"bestiary/tokens/MTF/Derro.webp","n":"Derro"},{"id":2788,"c":1,"u":"derro%20savant_mtf","p":159,"s":47,"h":1,"t":0,"uu":"derro savant|mtf","m":"bestiary/tokens/MTF/Derro Savant.webp","n":"Derro Savant"},{"id":2789,"c":1,"u":"dhergoloth_mtf","p":248,"s":47,"h":1,"t":0,"uu":"dhergoloth|mtf","m":"bestiary/tokens/MTF/Dhergoloth.webp","n":"Dhergoloth"},{"id":2790,"c":1,"u":"dire%20troll_mtf","p":243,"s":47,"h":1,"t":0,"uu":"dire troll|mtf","m":"bestiary/tokens/MTF/Dire Troll.webp","n":"Dire Troll"},{"id":2791,"c":1,"u":"drow%20arachnomancer_mtf","p":182,"s":47,"h":1,"t":0,"uu":"drow arachnomancer|mtf","m":"bestiary/tokens/MTF/Drow Arachnomancer.webp","n":"Drow Arachnomancer"},{"id":2792,"c":1,"u":"drow%20favored%20consort_mtf","p":183,"s":47,"h":1,"t":0,"uu":"drow favored consort|mtf","m":"bestiary/tokens/MTF/Drow Favored Consort.webp","n":"Drow Favored Consort"},{"id":2793,"c":1,"u":"drow%20house%20captain_mtf","p":184,"s":47,"h":1,"t":0,"uu":"drow house captain|mtf","m":"bestiary/tokens/MTF/Drow House Captain.webp","n":"Drow House Captain"},{"id":2794,"c":1,"u":"drow%20inquisitor_mtf","p":184,"s":47,"h":1,"t":0,"uu":"drow inquisitor|mtf","m":"bestiary/tokens/MTF/Drow Inquisitor.webp","n":"Drow Inquisitor"},{"id":2795,"c":1,"u":"drow%20matron%20mother_mtf","p":186,"s":47,"h":1,"t":0,"uu":"drow matron mother|mtf","m":"bestiary/tokens/MTF/Drow Matron Mother.webp","n":"Drow Matron Mother"},{"id":2796,"c":1,"u":"drow%20shadowblade_mtf","p":187,"s":47,"h":1,"t":0,"uu":"drow shadowblade|mtf","m":"bestiary/tokens/MTF/Drow Shadowblade.webp","n":"Drow Shadowblade"},{"id":2797,"c":1,"u":"duergar%20despot_mtf","p":188,"s":47,"h":1,"t":0,"uu":"duergar despot|mtf","m":"bestiary/tokens/MTF/Duergar Despot.webp","n":"Duergar Despot"},{"id":2798,"c":1,"u":"duergar%20hammerer_mtf","p":188,"s":47,"h":1,"t":0,"uu":"duergar hammerer|mtf","m":"bestiary/tokens/MTF/Duergar Hammerer.webp","n":"Duergar Hammerer"},{"id":2799,"c":1,"u":"duergar%20kavalrachni_mtf","p":189,"s":47,"h":1,"t":0,"uu":"duergar kavalrachni|mtf","m":"bestiary/tokens/MTF/Duergar Kavalrachni.webp","n":"Duergar Kavalrachni"},{"id":2800,"c":1,"u":"duergar%20mind%20master_mtf","p":189,"s":47,"h":1,"t":0,"uu":"duergar mind master|mtf","m":"bestiary/tokens/MTF/Duergar Mind Master.webp","n":"Duergar Mind Master"},{"id":2801,"c":1,"u":"duergar%20screamer_mtf","p":190,"s":47,"h":1,"t":0,"uu":"duergar screamer|mtf","m":"bestiary/tokens/MTF/Duergar Screamer.webp","n":"Duergar Screamer"},{"id":2802,"c":1,"u":"duergar%20soulblade_mtf","p":190,"s":47,"h":1,"t":0,"uu":"duergar soulblade|mtf","m":"bestiary/tokens/MTF/Duergar Soulblade.webp","n":"Duergar Soulblade"},{"id":2803,"c":1,"u":"duergar%20stone%20guard_mtf","p":191,"s":47,"h":1,"t":0,"uu":"duergar stone guard|mtf","m":"bestiary/tokens/MTF/Duergar Stone Guard.webp","n":"Duergar Stone Guard"},{"id":2804,"c":1,"u":"duergar%20warlord_mtf","p":192,"s":47,"h":1,"t":0,"uu":"duergar warlord|mtf","m":"bestiary/tokens/MTF/Duergar Warlord.webp","n":"Duergar Warlord"},{"id":2805,"c":1,"u":"duergar%20xarrorn_mtf","p":193,"s":47,"h":1,"t":0,"uu":"duergar xarrorn|mtf","m":"bestiary/tokens/MTF/Duergar Xarrorn.webp","n":"Duergar Xarrorn"},{"id":2806,"c":1,"u":"dybbuk_mtf","p":132,"s":47,"h":1,"t":0,"uu":"dybbuk|mtf","m":"bestiary/tokens/MTF/Dybbuk.webp","n":"Dybbuk"},{"id":2807,"c":1,"u":"earth%20elemental%20myrmidon_mtf","p":202,"s":47,"h":1,"t":0,"uu":"earth elemental myrmidon|mtf","m":"bestiary/tokens/MTF/Earth Elemental Myrmidon.webp","n":"Earth Elemental Myrmidon"},{"id":2808,"c":1,"u":"eidolon_mtf","p":194,"s":47,"h":1,"t":0,"uu":"eidolon|mtf","m":"bestiary/tokens/MTF/Eidolon.webp","n":"Eidolon"},{"id":2809,"c":1,"u":"elder%20oblex_mtf","p":219,"s":47,"h":1,"t":0,"uu":"elder oblex|mtf","m":"bestiary/tokens/MTF/Elder Oblex.webp","n":"Elder Oblex"},{"id":2810,"c":1,"u":"elder%20tempest_mtf","p":200,"s":47,"h":1,"t":0,"uu":"elder tempest|mtf","m":"bestiary/tokens/MTF/Elder Tempest.webp","n":"Elder Tempest"},{"id":2811,"c":1,"u":"female%20steeder_mtf","p":238,"s":47,"h":1,"t":0,"uu":"female steeder|mtf","m":"bestiary/tokens/MTF/Female Steeder.webp","n":"Female Steeder"},{"id":2812,"c":1,"u":"fire%20elemental%20myrmidon_mtf","p":203,"s":47,"h":1,"t":0,"uu":"fire elemental myrmidon|mtf","m":"bestiary/tokens/MTF/Fire Elemental Myrmidon.webp","n":"Fire Elemental Myrmidon"},{"id":2813,"c":1,"u":"fraz-urb'luu_mtf","p":146,"s":47,"h":1,"t":0,"uu":"fraz-urb'luu|mtf","m":"bestiary/tokens/MTF/Fraz-Urb'luu.webp","n":"Fraz-Urb'luu"},{"id":2814,"c":1,"u":"frost%20salamander_mtf","p":223,"s":47,"h":1,"t":0,"uu":"frost salamander|mtf","m":"bestiary/tokens/MTF/Frost Salamander.webp","n":"Frost Salamander"},{"id":2815,"c":1,"u":"geryon_mtf","p":173,"s":47,"h":1,"t":0,"uu":"geryon|mtf","m":"bestiary/tokens/MTF/Geryon.webp","n":"Geryon"},{"id":2816,"c":1,"u":"giff_mtf","p":204,"s":47,"h":1,"t":0,"uu":"giff|mtf","m":"bestiary/tokens/MTF/Giff.webp","n":"Giff"},{"id":2817,"c":1,"u":"githyanki%20gish_mtf","p":205,"s":47,"h":1,"t":0,"uu":"githyanki gish|mtf","m":"bestiary/tokens/MTF/Githyanki Gish.webp","n":"Githyanki Gish"},{"id":2818,"c":1,"u":"githyanki%20kith'rak_mtf","p":205,"s":47,"h":1,"t":0,"uu":"githyanki kith'rak|mtf","m":"bestiary/tokens/MTF/Githyanki Kith'rak.webp","n":"Githyanki Kith'rak"},{"id":2819,"c":1,"u":"githyanki%20supreme%20commander_mtf","p":206,"s":47,"h":1,"t":0,"uu":"githyanki supreme commander|mtf","m":"bestiary/tokens/MTF/Githyanki Supreme Commander.webp","n":"Githyanki Supreme Commander"},{"id":2820,"c":1,"u":"githzerai%20anarch_mtf","p":207,"s":47,"h":1,"t":0,"uu":"githzerai anarch|mtf","m":"bestiary/tokens/MTF/Githzerai Anarch.webp","n":"Githzerai Anarch"},{"id":2821,"c":1,"u":"githzerai%20enlightened_mtf","p":208,"s":47,"h":1,"t":0,"uu":"githzerai enlightened|mtf","m":"bestiary/tokens/MTF/Githzerai Enlightened.webp","n":"Githzerai Enlightened"},{"id":2822,"c":1,"u":"gloom%20weaver_mtf","p":224,"s":47,"h":1,"t":0,"uu":"gloom weaver|mtf","m":"bestiary/tokens/MTF/Gloom Weaver.webp","n":"Gloom Weaver"},{"id":2823,"c":1,"u":"gray%20render_mtf","p":209,"s":47,"h":1,"t":0,"uu":"gray render|mtf","m":"bestiary/tokens/MTF/Gray Render.webp","n":"Gray Render"},{"id":2824,"c":1,"u":"graz'zt_mtf","p":149,"s":47,"h":1,"t":0,"uu":"graz'zt|mtf","m":"bestiary/tokens/MTF/Graz'zt.webp","n":"Graz'zt"},{"id":2825,"c":1,"u":"green%20abishai_mtf","p":162,"s":47,"h":1,"t":0,"uu":"green abishai|mtf","m":"bestiary/tokens/MTF/Green Abishai.webp","n":"Green Abishai"},{"id":2826,"c":1,"u":"hellfire%20engine_mtf","p":165,"s":47,"h":1,"t":0,"uu":"hellfire engine|mtf","m":"bestiary/tokens/MTF/Hellfire Engine.webp","n":"Hellfire Engine"},{"id":2827,"c":1,"u":"howler_mtf","p":210,"s":47,"h":1,"t":0,"uu":"howler|mtf","m":"bestiary/tokens/MTF/Howler.webp","n":"Howler"},{"id":2828,"c":1,"u":"hutijin_mtf","p":175,"s":47,"h":1,"t":0,"uu":"hutijin|mtf","m":"bestiary/tokens/MTF/Hutijin.webp","n":"Hutijin"},{"id":2829,"c":1,"u":"hydroloth_mtf","p":249,"s":47,"h":1,"t":0,"uu":"hydroloth|mtf","m":"bestiary/tokens/MTF/Hydroloth.webp","n":"Hydroloth"},{"id":2830,"c":1,"u":"iron%20cobra_mtf","p":125,"s":47,"h":1,"t":0,"uu":"iron cobra|mtf","m":"bestiary/tokens/MTF/Iron Cobra.webp","n":"Iron Cobra"},{"id":2831,"c":1,"u":"juiblex_mtf","p":151,"s":47,"h":1,"t":0,"uu":"juiblex|mtf","m":"bestiary/tokens/MTF/Juiblex.webp","n":"Juiblex"},{"id":2832,"c":1,"u":"kruthik%20hive%20lord_mtf","p":212,"s":47,"h":1,"t":0,"uu":"kruthik hive lord|mtf","m":"bestiary/tokens/MTF/Kruthik Hive Lord.webp","n":"Kruthik Hive Lord"},{"id":2833,"c":1,"u":"leviathan_mtf","p":198,"s":47,"h":1,"t":0,"uu":"leviathan|mtf","m":"bestiary/tokens/MTF/Leviathan.webp","n":"Leviathan"},{"id":2834,"c":1,"u":"male%20steeder_mtf","p":238,"s":47,"h":1,"t":0,"uu":"male steeder|mtf","m":"bestiary/tokens/MTF/Male Steeder.webp","n":"Male Steeder"},{"id":2835,"c":1,"u":"marut_mtf","p":213,"s":47,"h":1,"t":0,"uu":"marut|mtf","m":"bestiary/tokens/MTF/Marut.webp","n":"Marut"},{"id":2836,"c":1,"u":"maurezhi_mtf","p":133,"s":47,"h":1,"t":0,"uu":"maurezhi|mtf","m":"bestiary/tokens/MTF/Maurezhi.webp","n":"Maurezhi"},{"id":2837,"c":1,"u":"meazel_mtf","p":214,"s":47,"h":1,"t":0,"uu":"meazel|mtf","m":"bestiary/tokens/MTF/Meazel.webp","n":"Meazel"},{"id":2838,"c":1,"u":"merregon_mtf","p":166,"s":47,"h":1,"t":0,"uu":"merregon|mtf","m":"bestiary/tokens/MTF/Merregon.webp","n":"Merregon"},{"id":2839,"c":1,"u":"merrenoloth_mtf","p":250,"s":47,"h":1,"t":0,"uu":"merrenoloth|mtf","m":"bestiary/tokens/MTF/Merrenoloth.webp","n":"Merrenoloth"},{"id":2840,"c":1,"u":"moloch_mtf","p":177,"s":47,"h":1,"t":0,"uu":"moloch|mtf","m":"bestiary/tokens/MTF/Moloch.webp","n":"Moloch"},{"id":2841,"c":1,"u":"molydeus_mtf","p":134,"s":47,"h":1,"t":0,"uu":"molydeus|mtf","m":"bestiary/tokens/MTF/Molydeus.webp","n":"Molydeus"},{"id":2842,"c":1,"u":"nabassu_mtf","p":135,"s":47,"h":1,"t":0,"uu":"nabassu|mtf","m":"bestiary/tokens/MTF/Nabassu.webp","n":"Nabassu"},{"id":2843,"c":1,"u":"nagpa_mtf","p":215,"s":47,"h":1,"t":0,"uu":"nagpa|mtf","m":"bestiary/tokens/MTF/Nagpa.webp","n":"Nagpa"},{"id":2844,"c":1,"u":"narzugon_mtf","p":167,"s":47,"h":1,"t":0,"uu":"narzugon|mtf","m":"bestiary/tokens/MTF/Narzugon.webp","n":"Narzugon"},{"id":2845,"c":1,"u":"nightwalker_mtf","p":216,"s":47,"h":1,"t":0,"uu":"nightwalker|mtf","m":"bestiary/tokens/MTF/Nightwalker.webp","n":"Nightwalker"},{"id":2846,"c":1,"u":"nupperibo_mtf","p":168,"s":47,"h":1,"t":0,"uu":"nupperibo|mtf","m":"bestiary/tokens/MTF/Nupperibo.webp","n":"Nupperibo"},{"id":2847,"c":1,"u":"oaken%20bolter_mtf","p":126,"s":47,"h":1,"t":0,"uu":"oaken bolter|mtf","m":"bestiary/tokens/MTF/Oaken Bolter.webp","n":"Oaken Bolter"},{"id":2848,"c":1,"u":"oblex%20spawn_mtf","p":217,"s":47,"h":1,"t":0,"uu":"oblex spawn|mtf","m":"bestiary/tokens/MTF/Oblex Spawn.webp","n":"Oblex Spawn"},{"id":2849,"c":1,"u":"ogre%20battering%20ram_mtf","p":220,"s":47,"h":1,"t":0,"uu":"ogre battering ram|mtf","m":"bestiary/tokens/MTF/Ogre Battering Ram.webp","n":"Ogre Battering Ram"},{"id":2850,"c":1,"u":"ogre%20bolt%20launcher_mtf","p":220,"s":47,"h":1,"t":0,"uu":"ogre bolt launcher|mtf","m":"bestiary/tokens/MTF/Ogre Bolt Launcher.webp","n":"Ogre Bolt Launcher"},{"id":2851,"c":1,"u":"ogre%20chain%20brute_mtf","p":221,"s":47,"h":1,"t":0,"uu":"ogre chain brute|mtf","m":"bestiary/tokens/MTF/Ogre Chain Brute.webp","n":"Ogre Chain Brute"},{"id":2852,"c":1,"u":"ogre%20howdah_mtf","p":221,"s":47,"h":1,"t":0,"uu":"ogre howdah|mtf","m":"bestiary/tokens/MTF/Ogre Howdah.webp","n":"Ogre Howdah"},{"id":2853,"c":1,"u":"oinoloth_mtf","p":251,"s":47,"h":1,"t":0,"uu":"oinoloth|mtf","m":"bestiary/tokens/MTF/Oinoloth.webp","n":"Oinoloth"},{"id":2854,"c":1,"u":"orcus_mtf","p":153,"s":47,"h":1,"t":0,"uu":"orcus|mtf","m":"bestiary/tokens/MTF/Orcus.webp","n":"Orcus"},{"id":2855,"c":1,"u":"orthon_mtf","p":169,"s":47,"h":1,"t":0,"uu":"orthon|mtf","m":"bestiary/tokens/MTF/Orthon.webp","n":"Orthon"},{"id":2856,"c":1,"u":"phoenix_mtf","p":199,"s":47,"h":1,"t":0,"uu":"phoenix|mtf","m":"bestiary/tokens/MTF/Phoenix.webp","n":"Phoenix"},{"id":2857,"c":1,"u":"red%20abishai_mtf","p":160,"s":47,"h":1,"t":0,"uu":"red abishai|mtf","m":"bestiary/tokens/MTF/Red Abishai.webp","n":"Red Abishai"},{"id":2858,"c":1,"u":"retriever_mtf","p":222,"s":47,"h":1,"t":0,"uu":"retriever|mtf","m":"bestiary/tokens/MTF/Retriever.webp","n":"Retriever"},{"id":2859,"c":1,"u":"rot%20troll_mtf","p":244,"s":47,"h":1,"t":0,"uu":"rot troll|mtf","m":"bestiary/tokens/MTF/Rot Troll.webp","n":"Rot Troll"},{"id":2860,"c":1,"u":"rutterkin_mtf","p":136,"s":47,"h":1,"t":0,"uu":"rutterkin|mtf","m":"bestiary/tokens/MTF/Rutterkin.webp","n":"Rutterkin"},{"id":2861,"c":1,"u":"sacred%20statue_mtf","p":194,"s":47,"h":1,"t":0,"uu":"sacred statue|mtf","m":"bestiary/tokens/MTF/Sacred Statue.webp","n":"Sacred Statue"},{"id":2862,"c":1,"u":"shadow%20dancer_mtf","p":225,"s":47,"h":1,"t":0,"uu":"shadow dancer|mtf","m":"bestiary/tokens/MTF/Shadow Dancer.webp","n":"Shadow Dancer"},{"id":2863,"c":1,"u":"sibriex_mtf","p":137,"s":47,"h":1,"t":0,"uu":"sibriex|mtf","m":"bestiary/tokens/MTF/Sibriex.webp","n":"Sibriex"},{"id":2864,"c":1,"u":"skulk_mtf","p":227,"s":47,"h":1,"t":0,"uu":"skulk|mtf","m":"bestiary/tokens/MTF/Skulk.webp","n":"Skulk"},{"id":2865,"c":1,"u":"skull%20lord_mtf","p":230,"s":47,"h":1,"t":0,"uu":"skull lord|mtf","m":"bestiary/tokens/MTF/Skull Lord.webp","n":"Skull Lord"},{"id":2866,"c":1,"u":"soul%20monger_mtf","p":226,"s":47,"h":1,"t":0,"uu":"soul monger|mtf","m":"bestiary/tokens/MTF/Soul Monger.webp","n":"Soul Monger"},{"id":2867,"c":1,"u":"spirit%20troll_mtf","p":244,"s":47,"h":1,"t":0,"uu":"spirit troll|mtf","m":"bestiary/tokens/MTF/Spirit Troll.webp","n":"Spirit Troll"},{"id":2868,"c":1,"u":"spring%20eladrin_mtf","p":196,"s":47,"h":1,"t":0,"uu":"spring eladrin|mtf","m":"bestiary/tokens/MTF/Spring Eladrin.webp","n":"Spring Eladrin"},{"id":2869,"c":1,"u":"star%20spawn%20grue_mtf","p":234,"s":47,"h":1,"t":0,"uu":"star spawn grue|mtf","m":"bestiary/tokens/MTF/Star Spawn Grue.webp","n":"Star Spawn Grue"},{"id":2870,"c":1,"u":"star%20spawn%20hulk_mtf","p":234,"s":47,"h":1,"t":0,"uu":"star spawn hulk|mtf","m":"bestiary/tokens/MTF/Star Spawn Hulk.webp","n":"Star Spawn Hulk"},{"id":2871,"c":1,"u":"star%20spawn%20larva%20mage_mtf","p":235,"s":47,"h":1,"t":0,"uu":"star spawn larva mage|mtf","m":"bestiary/tokens/MTF/Star Spawn Larva Mage.webp","n":"Star Spawn Larva Mage"},{"id":2872,"c":1,"u":"star%20spawn%20mangler_mtf","p":236,"s":47,"h":1,"t":0,"uu":"star spawn mangler|mtf","m":"bestiary/tokens/MTF/Star Spawn Mangler.webp","n":"Star Spawn Mangler"},{"id":2873,"c":1,"u":"star%20spawn%20seer_mtf","p":236,"s":47,"h":1,"t":0,"uu":"star spawn seer|mtf","m":"bestiary/tokens/MTF/Star Spawn Seer.webp","n":"Star Spawn Seer"},{"id":2874,"c":1,"u":"steel%20predator_mtf","p":239,"s":47,"h":1,"t":0,"uu":"steel predator|mtf","m":"bestiary/tokens/MTF/Steel Predator.webp","n":"Steel Predator"},{"id":2875,"c":1,"u":"stone%20cursed_mtf","p":240,"s":47,"h":1,"t":0,"uu":"stone cursed|mtf","m":"bestiary/tokens/MTF/Stone Cursed.webp","n":"Stone Cursed"},{"id":2876,"c":1,"u":"stone%20defender_mtf","p":126,"s":47,"h":1,"t":0,"uu":"stone defender|mtf","m":"bestiary/tokens/MTF/Stone Defender.webp","n":"Stone Defender"},{"id":2877,"c":1,"u":"summer%20eladrin_mtf","p":196,"s":47,"h":1,"t":0,"uu":"summer eladrin|mtf","m":"bestiary/tokens/MTF/Summer Eladrin.webp","n":"Summer Eladrin"},{"id":2878,"c":1,"u":"sword%20wraith%20commander_mtf","p":241,"s":47,"h":1,"t":0,"uu":"sword wraith commander|mtf","m":"bestiary/tokens/MTF/Sword Wraith Commander.webp","n":"Sword Wraith Commander"},{"id":2879,"c":1,"u":"sword%20wraith%20warrior_mtf","p":241,"s":47,"h":1,"t":0,"uu":"sword wraith warrior|mtf","m":"bestiary/tokens/MTF/Sword Wraith Warrior.webp","n":"Sword Wraith Warrior"},{"id":2880,"c":1,"u":"the%20angry_mtf","p":231,"s":47,"h":1,"t":0,"uu":"the angry|mtf","m":"bestiary/tokens/MTF/The Angry.webp","n":"The Angry"},{"id":2881,"c":1,"u":"the%20hungry_mtf","p":232,"s":47,"h":1,"t":0,"uu":"the hungry|mtf","m":"bestiary/tokens/MTF/The Hungry.webp","n":"The Hungry"},{"id":2882,"c":1,"u":"the%20lonely_mtf","p":232,"s":47,"h":1,"t":0,"uu":"the lonely|mtf","m":"bestiary/tokens/MTF/The Lonely.webp","n":"The Lonely"},{"id":2883,"c":1,"u":"the%20lost_mtf","p":233,"s":47,"h":1,"t":0,"uu":"the lost|mtf","m":"bestiary/tokens/MTF/The Lost.webp","n":"The Lost"},{"id":2884,"c":1,"u":"the%20wretched_mtf","p":233,"s":47,"h":1,"t":0,"uu":"the wretched|mtf","m":"bestiary/tokens/MTF/The Wretched.webp","n":"The Wretched"},{"id":2885,"c":1,"u":"titivilus_mtf","p":179,"s":47,"h":1,"t":0,"uu":"titivilus|mtf","m":"bestiary/tokens/MTF/Titivilus.webp","n":"Titivilus"},{"id":2886,"c":1,"u":"tortle_mtf","p":242,"s":47,"h":1,"t":0,"uu":"tortle|mtf","m":"bestiary/tokens/MTF/Tortle.webp","n":"Tortle"},{"id":2887,"c":1,"u":"tortle%20druid_mtf","p":242,"s":47,"h":1,"t":0,"uu":"tortle druid|mtf","m":"bestiary/tokens/MTF/Tortle Druid.webp","n":"Tortle Druid"},{"id":2888,"c":1,"u":"vampiric%20mist_mtf","p":246,"s":47,"h":1,"t":0,"uu":"vampiric mist|mtf","m":"bestiary/tokens/MTF/Vampiric Mist.webp","n":"Vampiric Mist"},{"id":2889,"c":1,"u":"venom%20troll_mtf","p":245,"s":47,"h":1,"t":0,"uu":"venom troll|mtf","m":"bestiary/tokens/MTF/Venom Troll.webp","n":"Venom Troll"},{"id":2890,"c":1,"u":"wastrilith_mtf","p":139,"s":47,"h":1,"t":0,"uu":"wastrilith|mtf","m":"bestiary/tokens/MTF/Wastrilith.webp","n":"Wastrilith"},{"id":2891,"c":1,"u":"water%20elemental%20myrmidon_mtf","p":203,"s":47,"h":1,"t":0,"uu":"water elemental myrmidon|mtf","m":"bestiary/tokens/MTF/Water Elemental Myrmidon.webp","n":"Water Elemental Myrmidon"},{"id":2892,"c":1,"u":"white%20abishai_mtf","p":163,"s":47,"h":1,"t":0,"uu":"white abishai|mtf","m":"bestiary/tokens/MTF/White Abishai.webp","n":"White Abishai"},{"id":2893,"c":1,"u":"winter%20eladrin_mtf","p":197,"s":47,"h":1,"t":0,"uu":"winter eladrin|mtf","m":"bestiary/tokens/MTF/Winter Eladrin.webp","n":"Winter Eladrin"},{"id":2894,"c":1,"u":"yagnoloth_mtf","p":252,"s":47,"h":1,"t":0,"uu":"yagnoloth|mtf","m":"bestiary/tokens/MTF/Yagnoloth.webp","n":"Yagnoloth"},{"id":2895,"c":1,"u":"yeenoghu_mtf","p":155,"s":47,"h":1,"t":0,"uu":"yeenoghu|mtf","m":"bestiary/tokens/MTF/Yeenoghu.webp","n":"Yeenoghu"},{"id":2896,"c":1,"u":"young%20kruthik_mtf","p":211,"s":47,"h":1,"t":0,"uu":"young kruthik|mtf","m":"bestiary/tokens/MTF/Young Kruthik.webp","n":"Young Kruthik"},{"id":2897,"c":1,"u":"zaratan_mtf","p":201,"s":47,"h":1,"t":0,"uu":"zaratan|mtf","m":"bestiary/tokens/MTF/Zaratan.webp","n":"Zaratan"},{"id":2898,"c":1,"u":"zariel_mtf","p":180,"s":47,"h":1,"t":0,"uu":"zariel|mtf","m":"bestiary/tokens/MTF/Zariel.webp","n":"Zariel"},{"id":2899,"c":1,"u":"zuggtmoy_mtf","p":157,"s":47,"h":1,"t":0,"uu":"zuggtmoy|mtf","m":"bestiary/tokens/MTF/Zuggtmoy.webp","n":"Zuggtmoy"},{"id":2900,"c":1,"u":"aljanor%20keenblade_oota","p":149,"s":48,"h":1,"t":0,"uu":"aljanor keenblade|oota","m":"bestiary/tokens/OotA/Aljanor Keenblade.webp","n":"Aljanor Keenblade"},{"id":2901,"c":1,"u":"amarith%20coppervein_oota","p":142,"s":48,"h":1,"t":0,"uu":"amarith coppervein|oota","m":"bestiary/tokens/OotA/Amarith Coppervein.webp","n":"Amarith Coppervein"},{"id":2902,"c":1,"u":"animated%20drow%20statue_oota","p":96,"s":48,"h":1,"t":0,"uu":"animated drow statue|oota","m":"bestiary/tokens/OotA/Animated Drow Statue.webp","n":"Animated Drow Statue"},{"id":2903,"c":1,"u":"asha%20vandree_oota","p":9,"s":48,"h":1,"t":0,"uu":"asha vandree|oota","m":"bestiary/tokens/OotA/Asha Vandree.webp","n":"Asha Vandree"},{"id":2904,"c":1,"u":"awakened%20zurkhwood_oota","p":230,"s":48,"h":1,"t":0,"uu":"awakened zurkhwood|oota","m":"bestiary/tokens/OotA/Awakened Zurkhwood.webp","n":"Awakened Zurkhwood"},{"id":2905,"c":1,"u":"blurg_oota","p":29,"s":48,"h":1,"t":0,"uu":"blurg|oota","m":"bestiary/tokens/OotA/Blurg.webp","n":"Blurg"},{"id":2906,"c":1,"u":"bridesmaid%20of%20zuggtmoy_oota","p":230,"s":48,"h":1,"t":0,"uu":"bridesmaid of zuggtmoy|oota","m":"bestiary/tokens/OotA/Bridesmaid of Zuggtmoy.webp","n":"Bridesmaid of Zuggtmoy"},{"id":2907,"c":1,"u":"buppido_oota","p":6,"s":48,"h":1,"t":0,"uu":"buppido|oota","m":"bestiary/tokens/OotA/Buppido.webp","n":"Buppido"},{"id":2908,"c":1,"u":"cave%20badger_oota","p":96,"s":48,"h":1,"t":0,"uu":"cave badger|oota","m":"bestiary/tokens/OotA/Cave Badger.webp","n":"Cave Badger"},{"id":2909,"c":1,"u":"chamberlain%20of%20zuggtmoy_oota","p":230,"s":48,"h":1,"t":0,"uu":"chamberlain of zuggtmoy|oota","m":"bestiary/tokens/OotA/Chamberlain of Zuggtmoy.webp","n":"Chamberlain of Zuggtmoy"},{"id":2910,"c":1,"u":"chuul%20spore%20servant_oota","p":228,"s":48,"h":1,"t":0,"uu":"chuul spore servant|oota","m":"bestiary/tokens/OotA/Chuul Spore Servant.webp","n":"Chuul Spore Servant"},{"id":2911,"c":1,"u":"deepking%20horgar%20steelshadow%20v_oota","p":82,"s":48,"h":1,"t":0,"uu":"deepking horgar steelshadow v|oota","m":"bestiary/tokens/OotA/Deepking Horgar Steelshadow V.webp","n":"Deepking Horgar Steelshadow V"},{"id":2912,"c":1,"u":"derro_oota","p":224,"s":48,"h":1,"t":0,"uu":"derro|oota","m":"bestiary/tokens/OotA/Derro.webp","n":"Derro"},{"id":2913,"c":1,"u":"derro%20savant_oota","p":224,"s":48,"h":1,"t":0,"uu":"derro savant|oota","m":"bestiary/tokens/OotA/Derro Savant.webp","n":"Derro Savant"},{"id":2914,"c":1,"u":"droki_oota","p":231,"s":48,"h":1,"t":0,"uu":"droki|oota","m":"bestiary/tokens/OotA/Droki.webp","n":"Droki"},{"id":2915,"c":1,"u":"drow%20acolyte_oota","p":201,"s":48,"h":1,"t":0,"uu":"drow acolyte|oota","m":"bestiary/tokens/OotA/Drow Acolyte.webp","n":"Drow Acolyte"},{"id":2916,"c":1,"u":"drow%20bandit_oota","p":194,"s":48,"h":1,"t":0,"uu":"drow bandit|oota","m":"bestiary/tokens/OotA/Drow Bandit.webp","n":"Drow Bandit"},{"id":2917,"c":1,"u":"drow%20commoner_oota","p":194,"s":48,"h":1,"t":0,"uu":"drow commoner|oota","m":"bestiary/tokens/OotA/Drow Commoner.webp","n":"Drow Commoner"},{"id":2918,"c":1,"u":"drow%20cultist_oota","p":196,"s":48,"h":1,"t":0,"uu":"drow cultist|oota","m":"bestiary/tokens/OotA/Drow Cultist.webp","n":"Drow Cultist"},{"id":2919,"c":1,"u":"drow%20guard_oota","p":195,"s":48,"h":1,"t":0,"uu":"drow guard|oota","m":"bestiary/tokens/OotA/Drow Guard.webp","n":"Drow Guard"},{"id":2920,"c":1,"u":"drow%20noble_oota","p":196,"s":48,"h":1,"t":0,"uu":"drow noble|oota","m":"bestiary/tokens/OotA/Drow Noble.webp","n":"Drow Noble"},{"id":2921,"c":1,"u":"drow%20scout_oota","p":191,"s":48,"h":1,"t":0,"uu":"drow scout|oota","m":"bestiary/tokens/OotA/Drow Scout.webp","n":"Drow Scout"},{"id":2922,"c":1,"u":"drow%20spore%20servant_oota","p":229,"s":48,"h":1,"t":0,"uu":"drow spore servant|oota","m":"bestiary/tokens/OotA/Drow Spore Servant.webp","n":"Drow Spore Servant"},{"id":2923,"c":1,"u":"drow%20spy_oota","p":195,"s":48,"h":1,"t":0,"uu":"drow spy|oota","m":"bestiary/tokens/OotA/Drow Spy.webp","n":"Drow Spy"},{"id":2924,"c":1,"u":"duergar%20alchemist_oota","p":76,"s":48,"h":1,"t":0,"uu":"duergar alchemist|oota","m":"bestiary/tokens/OotA/Duergar Alchemist.webp","n":"Duergar Alchemist"},{"id":2925,"c":1,"u":"duergar%20darkhaft_oota","p":226,"s":48,"h":1,"t":0,"uu":"duergar darkhaft|oota","m":"bestiary/tokens/OotA/Duergar Darkhaft.webp","n":"Duergar Darkhaft"},{"id":2926,"c":1,"u":"duergar%20keeper%20of%20the%20flame_oota","p":226,"s":48,"h":1,"t":0,"uu":"duergar keeper of the flame|oota","m":"bestiary/tokens/OotA/Duergar Keeper of the Flame.webp","n":"Duergar Keeper of the Flame"},{"id":2927,"c":1,"u":"duergar%20spore%20servant_oota","p":229,"s":48,"h":1,"t":0,"uu":"duergar spore servant|oota","m":"bestiary/tokens/OotA/Duergar Spore Servant.webp","n":"Duergar Spore Servant"},{"id":2928,"c":1,"u":"eldeth%20feldrun_oota","p":6,"s":48,"h":1,"t":0,"uu":"eldeth feldrun|oota","m":"bestiary/tokens/OotA/Eldeth Feldrun.webp","n":"Eldeth Feldrun"},{"id":2929,"c":1,"u":"emerald%20enclave%20scout_oota","p":130,"s":48,"h":1,"t":0,"uu":"emerald enclave scout|oota","m":"bestiary/tokens/OotA/Emerald Enclave Scout.webp","n":"Emerald Enclave Scout"},{"id":2930,"c":1,"u":"fiendish%20giant%20spider_oota","p":97,"s":48,"h":1,"t":0,"uu":"fiendish giant spider|oota","m":"bestiary/tokens/OotA/Fiendish Giant Spider.webp","n":"Fiendish Giant Spider"},{"id":2931,"c":1,"u":"four-armed%20statue_oota","p":206,"s":48,"h":1,"t":0,"uu":"four-armed statue|oota","m":"bestiary/tokens/OotA/Four-Armed Statue.webp","n":"Four-Armed Statue"},{"id":2932,"c":1,"u":"gash_oota","p":181,"s":48,"h":1,"t":0,"uu":"gash|oota","m":"bestiary/tokens/OotA/Gash.webp","n":"Gash"},{"id":2933,"c":1,"u":"ghazrim%20duloc_oota","p":141,"s":48,"h":1,"t":0,"uu":"ghazrim duloc|oota","m":"bestiary/tokens/OotA/Ghazrim DuLoc.webp","n":"Ghazrim DuLoc"},{"id":2934,"c":1,"u":"giant%20riding%20lizard_oota","p":131,"s":48,"h":1,"t":0,"uu":"giant riding lizard|oota","m":"bestiary/tokens/OotA/Giant Riding Lizard.webp","n":"Giant Riding Lizard"},{"id":2935,"c":1,"u":"giant%20rocktopus_oota","p":28,"s":48,"h":1,"t":0,"uu":"giant rocktopus|oota","m":"bestiary/tokens/OotA/Giant Rocktopus.webp","n":"Giant Rocktopus"},{"id":2936,"c":1,"u":"glabbagool_oota","p":35,"s":48,"h":1,"t":0,"uu":"glabbagool|oota","m":"bestiary/tokens/OotA/Glabbagool.webp","n":"Glabbagool"},{"id":2937,"c":1,"u":"grazilaxx_oota","p":29,"s":48,"h":1,"t":0,"uu":"grazilaxx|oota","m":"bestiary/tokens/OotA/Grazilaxx.webp","n":"Grazilaxx"},{"id":2938,"c":1,"u":"grisha_oota","p":232,"s":48,"h":1,"t":0,"uu":"grisha|oota","m":"bestiary/tokens/OotA/Grisha.webp","n":"Grisha"},{"id":2939,"c":1,"u":"hanne%20hallen_oota","p":171,"s":48,"h":1,"t":0,"uu":"hanne hallen|oota","m":"bestiary/tokens/OotA/Hanne Hallen.webp","n":"Hanne Hallen"},{"id":2940,"c":1,"u":"hook%20horror%20spore%20servant_oota","p":68,"s":48,"h":1,"t":0,"uu":"hook horror spore servant|oota","m":"bestiary/tokens/OotA/Hook Horror Spore Servant.webp","n":"Hook Horror Spore Servant"},{"id":2941,"c":1,"u":"ilvara%20mizzrym_oota","p":9,"s":48,"h":1,"t":0,"uu":"ilvara mizzrym|oota","m":"bestiary/tokens/OotA/Ilvara Mizzrym.webp","n":"Ilvara Mizzrym"},{"id":2942,"c":1,"u":"infant%20basilisk_oota","p":100,"s":48,"h":1,"t":0,"uu":"infant basilisk|oota","m":"bestiary/tokens/OotA/Infant Basilisk.webp","n":"Infant Basilisk"},{"id":2943,"c":1,"u":"infant%20hook%20horror_oota","p":34,"s":48,"h":1,"t":0,"uu":"infant hook horror|oota","m":"bestiary/tokens/OotA/Infant Hook Horror.webp","n":"Infant Hook Horror"},{"id":2944,"c":1,"u":"ixitxachitl_oota","p":225,"s":48,"h":1,"t":0,"uu":"ixitxachitl|oota","m":"bestiary/tokens/OotA/Ixitxachitl.webp","n":"Ixitxachitl"},{"id":2945,"c":1,"u":"ixitxachitl%20cleric_oota","p":225,"s":48,"h":1,"t":0,"uu":"ixitxachitl cleric|oota","m":"bestiary/tokens/OotA/Ixitxachitl Cleric.webp","n":"Ixitxachitl Cleric"},{"id":2946,"c":1,"u":"jade%20giant%20spider_oota","p":201,"s":48,"h":1,"t":0,"uu":"jade giant spider|oota","m":"bestiary/tokens/OotA/Jade Giant Spider.webp","n":"Jade Giant Spider"},{"id":2947,"c":1,"u":"jimjar_oota","p":6,"s":48,"h":1,"t":0,"uu":"jimjar|oota","m":"bestiary/tokens/OotA/Jimjar.webp","n":"Jimjar"},{"id":2948,"c":1,"u":"juvenile%20hook%20horror_oota","p":34,"s":48,"h":1,"t":0,"uu":"juvenile hook horror|oota","m":"bestiary/tokens/OotA/Juvenile Hook Horror.webp","n":"Juvenile Hook Horror"},{"id":2949,"c":1,"u":"khalessa%20draga_oota","p":149,"s":48,"h":1,"t":0,"uu":"khalessa draga|oota","m":"bestiary/tokens/OotA/Khalessa Draga.webp","n":"Khalessa Draga"},{"id":2950,"c":1,"u":"kinyel%20druu'giir_oota","p":134,"s":48,"h":1,"t":0,"uu":"kinyel druu'giir|oota","m":"bestiary/tokens/OotA/Kinyel Druu'giir.webp","n":"Kinyel Druu'giir"},{"id":2951,"c":1,"u":"kurr_oota","p":179,"s":48,"h":1,"t":0,"uu":"kurr|oota","m":"bestiary/tokens/OotA/Kurr.webp","n":"Kurr"},{"id":2952,"c":1,"u":"lords'%20alliance%20guard_oota","p":131,"s":48,"h":1,"t":0,"uu":"lords' alliance guard|oota","m":"bestiary/tokens/OotA/Lords' Alliance Guard.webp","n":"Lords' Alliance Guard"},{"id":2953,"c":1,"u":"lords'%20alliance%20spy_oota","p":131,"s":48,"h":1,"t":0,"uu":"lords' alliance spy|oota","m":"bestiary/tokens/OotA/Lords' Alliance Spy.webp","n":"Lords' Alliance Spy"},{"id":2954,"c":1,"u":"lorthuun_oota","p":141,"s":48,"h":1,"t":0,"uu":"lorthuun|oota","m":"bestiary/tokens/OotA/Lorthuun.webp","n":"Lorthuun"},{"id":2955,"c":1,"u":"mev%20flintknapper_oota","p":103,"s":48,"h":1,"t":0,"uu":"mev flintknapper|oota","m":"bestiary/tokens/OotA/Mev Flintknapper.webp","n":"Mev Flintknapper"},{"id":2956,"c":1,"u":"narrak_oota","p":232,"s":48,"h":1,"t":0,"uu":"narrak|oota","m":"bestiary/tokens/OotA/Narrak.webp","n":"Narrak"},{"id":2957,"c":1,"u":"ougalop_oota","p":142,"s":48,"h":1,"t":0,"uu":"ougalop|oota","m":"bestiary/tokens/OotA/Ougalop.webp","n":"Ougalop"},{"id":2958,"c":1,"u":"peebles_oota","p":134,"s":48,"h":1,"t":0,"uu":"peebles|oota","m":"bestiary/tokens/OotA/Peebles.webp","n":"Peebles"},{"id":2959,"c":1,"u":"prince%20derendil_oota","p":6,"s":48,"h":1,"t":0,"uu":"prince derendil|oota","m":"bestiary/tokens/OotA/Prince Derendil.webp","n":"Prince Derendil"},{"id":2960,"c":1,"u":"princess%20ebonmire_oota","p":111,"s":48,"h":1,"t":0,"uu":"princess ebonmire|oota","m":"bestiary/tokens/OotA/Princess Ebonmire.webp","n":"Princess Ebonmire"},{"id":2961,"c":1,"u":"quenthel%20baenre_oota","p":204,"s":48,"h":1,"t":0,"uu":"quenthel baenre|oota","m":"bestiary/tokens/OotA/Quenthel Baenre.webp","n":"Quenthel Baenre"},{"id":2962,"c":1,"u":"regenerating%20black%20pudding_oota","p":211,"s":48,"h":1,"t":0,"uu":"regenerating black pudding|oota","m":"bestiary/tokens/OotA/Regenerating Black Pudding.webp","n":"Regenerating Black Pudding"},{"id":2963,"c":1,"u":"ront_oota","p":7,"s":48,"h":1,"t":0,"uu":"ront|oota","m":"bestiary/tokens/OotA/Ront.webp","n":"Ront"},{"id":2964,"c":1,"u":"rumpadump_oota","p":72,"s":48,"h":1,"t":0,"uu":"rumpadump|oota","m":"bestiary/tokens/OotA/Rumpadump.webp","n":"Rumpadump"},{"id":2965,"c":1,"u":"rystia%20zav_oota","p":135,"s":48,"h":1,"t":0,"uu":"rystia zav|oota","m":"bestiary/tokens/OotA/Rystia Zav.webp","n":"Rystia Zav"},{"id":2966,"c":1,"u":"sarith%20kzekarit_oota","p":7,"s":48,"h":1,"t":0,"uu":"sarith kzekarit|oota","m":"bestiary/tokens/OotA/Sarith Kzekarit.webp","n":"Sarith Kzekarit"},{"id":2967,"c":1,"u":"shedrak%20of%20the%20eyes_oota","p":176,"s":48,"h":1,"t":0,"uu":"shedrak of the eyes|oota","m":"bestiary/tokens/OotA/Shedrak of the Eyes.webp","n":"Shedrak of the Eyes"},{"id":2968,"c":1,"u":"shuushar%20the%20awakened_oota","p":7,"s":48,"h":1,"t":0,"uu":"shuushar the awakened|oota","m":"bestiary/tokens/OotA/Shuushar the Awakened.webp","n":"Shuushar the Awakened"},{"id":2969,"c":1,"u":"skriss_oota","p":29,"s":48,"h":1,"t":0,"uu":"skriss|oota","m":"bestiary/tokens/OotA/Skriss.webp","n":"Skriss"},{"id":2970,"c":1,"u":"sladis%20vadir_oota","p":135,"s":48,"h":1,"t":0,"uu":"sladis vadir|oota","m":"bestiary/tokens/OotA/Sladis Vadir.webp","n":"Sladis Vadir"},{"id":2971,"c":1,"u":"sloopidoop_oota","p":29,"s":48,"h":1,"t":0,"uu":"sloopidoop|oota","m":"bestiary/tokens/OotA/Sloopidoop.webp","n":"Sloopidoop"},{"id":2972,"c":1,"u":"sovereign%20basidia_oota","p":88,"s":48,"h":1,"t":0,"uu":"sovereign basidia|oota","m":"bestiary/tokens/OotA/Sovereign Basidia.webp","n":"Sovereign Basidia"},{"id":2973,"c":1,"u":"spider%20king_oota","p":74,"s":48,"h":1,"t":0,"uu":"spider king|oota","m":"bestiary/tokens/OotA/Spider King.webp","n":"Spider King"},{"id":2974,"c":1,"u":"spiderbait_oota","p":31,"s":48,"h":1,"t":0,"uu":"spiderbait|oota","m":"bestiary/tokens/OotA/Spiderbait.webp","n":"Spiderbait"},{"id":2975,"c":1,"u":"stool_oota","p":7,"s":48,"h":1,"t":0,"uu":"stool|oota","m":"bestiary/tokens/OotA/Stool.webp","n":"Stool"},{"id":2976,"c":1,"u":"svirfneblin%20wererat_oota","p":97,"s":48,"h":1,"t":0,"uu":"svirfneblin wererat|oota","m":"bestiary/tokens/OotA/Svirfneblin Wererat.webp","n":"Svirfneblin Wererat"},{"id":2977,"c":1,"u":"the%20pudding%20king_oota","p":233,"s":48,"h":1,"t":0,"uu":"the pudding king|oota","m":"bestiary/tokens/OotA/The Pudding King.webp","n":"The Pudding King"},{"id":2978,"c":1,"u":"themberchaud_oota","p":53,"s":48,"h":1,"t":0,"uu":"themberchaud|oota","m":"bestiary/tokens/OotA/Themberchaud.webp","n":"Themberchaud"},{"id":2979,"c":1,"u":"topsy_oota","p":8,"s":48,"h":1,"t":0,"uu":"topsy|oota","m":"bestiary/tokens/OotA/Topsy.webp","n":"Topsy"},{"id":2980,"c":1,"u":"troglodyte%20champion%20of%20laogzed_oota","p":229,"s":48,"h":1,"t":0,"uu":"troglodyte champion of laogzed|oota","m":"bestiary/tokens/OotA/Troglodyte Champion of Laogzed.webp","n":"Troglodyte Champion of Laogzed"},{"id":2981,"c":1,"u":"turvy_oota","p":8,"s":48,"h":1,"t":0,"uu":"turvy|oota","m":"bestiary/tokens/OotA/Turvy.webp","n":"Turvy"},{"id":2982,"c":1,"u":"vampiric%20ixitxachitl_oota","p":226,"s":48,"h":1,"t":0,"uu":"vampiric ixitxachitl|oota","m":"bestiary/tokens/OotA/Vampiric Ixitxachitl.webp","n":"Vampiric Ixitxachitl"},{"id":2983,"c":1,"u":"vampiric%20ixitxachitl%20cleric_oota","p":226,"s":48,"h":1,"t":0,"uu":"vampiric ixitxachitl cleric|oota","m":"bestiary/tokens/OotA/Vampiric Ixitxachitl Cleric.webp","n":"Vampiric Ixitxachitl Cleric"},{"id":2984,"c":1,"u":"veldyskar_oota","p":151,"s":48,"h":1,"t":0,"uu":"veldyskar|oota","m":"bestiary/tokens/OotA/Veldyskar.webp","n":"Veldyskar"},{"id":2985,"c":1,"u":"veteran%20of%20the%20gauntlet_oota","p":130,"s":48,"h":1,"t":0,"uu":"veteran of the gauntlet|oota","m":"bestiary/tokens/OotA/Veteran of the Gauntlet.webp","n":"Veteran of the Gauntlet"},{"id":2986,"c":1,"u":"viln%20tirin_oota","p":202,"s":48,"h":1,"t":0,"uu":"viln tirin|oota","m":"bestiary/tokens/OotA/Viln Tirin.webp","n":"Viln Tirin"},{"id":2987,"c":1,"u":"vizeran%20devir_oota","p":155,"s":48,"h":1,"t":0,"uu":"vizeran devir|oota","m":"bestiary/tokens/OotA/Vizeran DeVir.webp","n":"Vizeran DeVir"},{"id":2988,"c":1,"u":"xazax%20the%20eyemonger_oota","p":142,"s":48,"h":1,"t":0,"uu":"xazax the eyemonger|oota","m":"bestiary/tokens/OotA/Xazax the Eyemonger.webp","n":"Xazax the Eyemonger"},{"id":2989,"c":1,"u":"y_oota","p":29,"s":48,"h":1,"t":0,"uu":"y|oota","m":"bestiary/tokens/OotA/Y.webp","n":"Y"},{"id":2990,"c":1,"u":"yestabrod_oota","p":233,"s":48,"h":1,"t":0,"uu":"yestabrod|oota","m":"bestiary/tokens/OotA/Yestabrod.webp","n":"Yestabrod"},{"id":2991,"c":1,"u":"young%20basilisk_oota","p":100,"s":48,"h":1,"t":0,"uu":"young basilisk|oota","m":"bestiary/tokens/OotA/Young Basilisk.webp","n":"Young Basilisk"},{"id":2992,"c":1,"u":"young%20hook%20horror_oota","p":34,"s":48,"h":1,"t":0,"uu":"young hook horror|oota","m":"bestiary/tokens/OotA/Young Hook Horror.webp","n":"Young Hook Horror"},{"id":2993,"c":1,"u":"yuk%20yuk_oota","p":31,"s":48,"h":1,"t":0,"uu":"yuk yuk|oota","m":"bestiary/tokens/OotA/Yuk Yuk.webp","n":"Yuk Yuk"},{"id":2994,"c":1,"u":"zhentarim%20thug_oota","p":131,"s":48,"h":1,"t":0,"uu":"zhentarim thug|oota","m":"bestiary/tokens/OotA/Zhentarim Thug.webp","n":"Zhentarim Thug"},{"id":2995,"c":1,"u":"zilchyn%20q'leptin_oota","p":137,"s":48,"h":1,"t":0,"uu":"zilchyn q'leptin|oota","m":"bestiary/tokens/OotA/Zilchyn Q'Leptin.webp","n":"Zilchyn Q'Leptin"},{"id":2996,"c":1,"u":"clockwork%20behir_oow","p":173,"s":49,"h":1,"t":0,"uu":"clockwork behir|oow","m":"bestiary/tokens/OoW/Clockwork Behir.webp","n":"Clockwork Behir"},{"id":2997,"c":1,"u":"dagdra%20deepforge_oow","p":145,"s":49,"h":1,"t":0,"uu":"dagdra deepforge|oow","m":"bestiary/tokens/OoW/Dagdra Deepforge.webp","n":"Dagdra Deepforge"},{"id":2998,"c":1,"u":"devil%20dog_oow","p":85,"s":49,"h":1,"t":0,"uu":"devil dog|oow","m":"bestiary/tokens/OoW/Devil Dog.webp","n":"Devil Dog"},{"id":2999,"c":1,"u":"enormous%20tentacle_oow","p":94,"s":49,"h":1,"t":0,"uu":"enormous tentacle|oow","m":"bestiary/tokens/OoW/Enormous Tentacle.webp","n":"Enormous Tentacle"},{"id":3000,"c":1,"u":"gildha%20duhn_oow","p":110,"s":49,"h":1,"t":0,"uu":"gildha duhn|oow","m":"bestiary/tokens/OoW/Gildha Duhn.webp","n":"Gildha Duhn"},{"id":3001,"c":1,"u":"grunka_oow","p":115,"s":49,"h":1,"t":0,"uu":"grunka|oow","m":"bestiary/tokens/OoW/Grunka.webp","n":"Grunka"},{"id":3002,"c":1,"u":"jelayne_oow","p":84,"s":49,"h":1,"t":0,"uu":"jelayne|oow","m":"bestiary/tokens/OoW/Jelayne.webp","n":"Jelayne"},{"id":3003,"c":1,"u":"mechachimera_oow","p":134,"s":49,"h":1,"t":0,"uu":"mechachimera|oow","m":"bestiary/tokens/OoW/Mechachimera.webp","n":"Mechachimera"},{"id":3004,"c":1,"u":"onyx_oow","p":186,"s":49,"h":1,"t":0,"uu":"onyx|oow","m":"bestiary/tokens/OoW/Onyx.webp","n":"Onyx"},{"id":3005,"c":1,"u":"replica%20duodrone_oow","p":132,"s":49,"h":1,"t":0,"uu":"replica duodrone|oow","m":"bestiary/tokens/OoW/Replica Duodrone.webp","n":"Replica Duodrone"},{"id":3006,"c":1,"u":"replica%20monodrone_oow","p":132,"s":49,"h":1,"t":0,"uu":"replica monodrone|oow","m":"bestiary/tokens/OoW/Replica Monodrone.webp","n":"Replica Monodrone"},{"id":3007,"c":1,"u":"replica%20pentadrone_oow","p":132,"s":49,"h":1,"t":0,"uu":"replica pentadrone|oow","m":"bestiary/tokens/OoW/Replica Pentadrone.webp","n":"Replica Pentadrone"},{"id":3008,"c":1,"u":"replica%20quadrone_oow","p":132,"s":49,"h":1,"t":0,"uu":"replica quadrone|oow","m":"bestiary/tokens/OoW/Replica Quadrone.webp","n":"Replica Quadrone"},{"id":3009,"c":1,"u":"replica%20tridrone_oow","p":132,"s":49,"h":1,"t":0,"uu":"replica tridrone|oow","m":"bestiary/tokens/OoW/Replica Tridrone.webp","n":"Replica Tridrone"},{"id":3010,"c":1,"u":"stomping%20foot_oow","p":92,"s":49,"h":1,"t":0,"uu":"stomping foot|oow","m":"bestiary/tokens/OoW/Stomping Foot.webp","n":"Stomping Foot"},{"id":3011,"c":1,"u":"two%20dry%20cloaks_oow","p":162,"s":49,"h":1,"t":0,"uu":"two dry cloaks|oow","m":"bestiary/tokens/OoW/Two Dry Cloaks.webp","n":"Two Dry Cloaks"},{"id":3012,"c":1,"u":"undead%20cockatrice_oow","p":114,"s":49,"h":1,"t":0,"uu":"undead cockatrice|oow","m":"bestiary/tokens/OoW/Undead Cockatrice.webp","n":"Undead Cockatrice"},{"id":3013,"c":1,"u":"aberrant%20zealot_pabtso","p":203,"s":50,"h":1,"t":0,"uu":"aberrant zealot|pabtso","m":"bestiary/tokens/PaBTSO/Aberrant Zealot.webp","n":"Aberrant Zealot"},{"id":3014,"c":1,"u":"aberrant%20zealot%20(tentacled)_pabtso","p":181,"s":50,"h":1,"t":0,"uu":"aberrant zealot (tentacled)|pabtso","m":"bestiary/tokens/PaBTSO/Aberrant Zealot (Tentacled).webp","n":"Aberrant Zealot (Tentacled)"},{"id":3015,"c":1,"u":"ash%20zombie_pabtso","p":52,"s":50,"h":1,"t":0,"uu":"ash zombie|pabtso","m":"bestiary/tokens/PaBTSO/Ash Zombie.webp","n":"Ash Zombie"},{"id":3016,"c":1,"u":"brain%20breaker_pabtso","p":199,"s":50,"h":1,"t":0,"uu":"brain breaker|pabtso","m":"bestiary/tokens/PaBTSO/Brain Breaker.webp","n":"Brain Breaker"},{"id":3017,"c":1,"u":"chishinix_pabtso","p":194,"s":50,"h":1,"t":0,"uu":"chishinix|pabtso","m":"bestiary/tokens/PaBTSO/Chishinix.webp","n":"Chishinix"},{"id":3018,"c":1,"u":"chishinix'%20head_pabtso","p":194,"s":50,"h":1,"t":0,"uu":"chishinix' head|pabtso","m":"bestiary/tokens/PaBTSO/Chishinix' Head.webp","n":"Chishinix' Head"},{"id":3019,"c":1,"u":"cloaker%20mutate_pabtso","p":212,"s":50,"h":1,"t":0,"uu":"cloaker mutate|pabtso","m":"bestiary/tokens/PaBTSO/Cloaker Mutate.webp","n":"Cloaker Mutate"},{"id":3020,"c":1,"u":"dwarf%20skeleton_pabtso","p":123,"s":50,"h":1,"t":0,"uu":"dwarf skeleton|pabtso","m":"bestiary/tokens/PaBTSO/Dwarf Skeleton.webp","n":"Dwarf Skeleton"},{"id":3021,"c":1,"u":"encephalon%20cluster_pabtso","p":205,"s":50,"h":1,"t":0,"uu":"encephalon cluster|pabtso","m":"bestiary/tokens/PaBTSO/Encephalon Cluster.webp","n":"Encephalon Cluster"},{"id":3022,"c":1,"u":"encephalon%20gemmule_pabtso","p":206,"s":50,"h":1,"t":0,"uu":"encephalon gemmule|pabtso","m":"bestiary/tokens/PaBTSO/Encephalon Gemmule.webp","n":"Encephalon Gemmule"},{"id":3023,"c":1,"u":"feral%20ashenwight_pabtso","p":204,"s":50,"h":1,"t":0,"uu":"feral ashenwight|pabtso","m":"bestiary/tokens/PaBTSO/Feral Ashenwight.webp","n":"Feral Ashenwight"},{"id":3024,"c":1,"u":"fiendish%20auger_pabtso","p":206,"s":50,"h":1,"t":0,"uu":"fiendish auger|pabtso","m":"bestiary/tokens/PaBTSO/Fiendish Auger.webp","n":"Fiendish Auger"},{"id":3025,"c":1,"u":"flesh%20meld_pabtso","p":207,"s":50,"h":1,"t":0,"uu":"flesh meld|pabtso","m":"bestiary/tokens/PaBTSO/Flesh Meld.webp","n":"Flesh Meld"},{"id":3026,"c":1,"u":"goblin%20boss%20archer_pabtso","p":60,"s":50,"h":1,"t":0,"uu":"goblin boss archer|pabtso","m":"bestiary/tokens/PaBTSO/Goblin Boss Archer.webp","n":"Goblin Boss Archer"},{"id":3027,"c":1,"u":"goblin%20psi%20brawler_pabtso","p":215,"s":50,"h":1,"t":0,"uu":"goblin psi brawler|pabtso","m":"bestiary/tokens/PaBTSO/Goblin Psi Brawler.webp","n":"Goblin Psi Brawler"},{"id":3028,"c":1,"u":"goblin%20psi%20commander_pabtso","p":216,"s":50,"h":1,"t":0,"uu":"goblin psi commander|pabtso","m":"bestiary/tokens/PaBTSO/Goblin Psi Commander.webp","n":"Goblin Psi Commander"},{"id":3029,"c":1,"u":"grandlejaw_pabtso","p":121,"s":50,"h":1,"t":0,"uu":"grandlejaw|pabtso","m":"bestiary/tokens/PaBTSO/Grandlejaw.webp","n":"Grandlejaw"},{"id":3030,"c":1,"u":"grell%20psychic_pabtso","p":145,"s":50,"h":1,"t":0,"uu":"grell psychic|pabtso","m":"bestiary/tokens/PaBTSO/Grell Psychic.webp","n":"Grell Psychic"},{"id":3031,"c":1,"u":"gundren%20rockseeker_pabtso","p":10,"s":50,"h":1,"t":0,"uu":"gundren rockseeker|pabtso","m":"bestiary/tokens/PaBTSO/Gundren Rockseeker.webp","n":"Gundren Rockseeker"},{"id":3032,"c":1,"u":"gwyn%20oresong_pabtso","p":8,"s":50,"h":1,"t":0,"uu":"gwyn oresong|pabtso","m":"bestiary/tokens/PaBTSO/Gwyn Oresong.webp","n":"Gwyn Oresong"},{"id":3033,"c":1,"u":"hashutu_pabtso","p":194,"s":50,"h":1,"t":0,"uu":"hashutu|pabtso","m":"bestiary/tokens/PaBTSO/Hashutu.webp","n":"Hashutu"},{"id":3034,"c":1,"u":"hjoldak%20hollowhelm_pabtso","p":93,"s":50,"h":1,"t":0,"uu":"hjoldak hollowhelm|pabtso","m":"bestiary/tokens/PaBTSO/Hjoldak Hollowhelm.webp","n":"Hjoldak Hollowhelm"},{"id":3035,"c":1,"u":"honna_pabtso","p":110,"s":50,"h":1,"t":0,"uu":"honna|pabtso","m":"bestiary/tokens/PaBTSO/Honna.webp","n":"Honna"},{"id":3036,"c":1,"u":"humanoid%20mutate_pabtso","p":212,"s":50,"h":1,"t":0,"uu":"humanoid mutate|pabtso","m":"bestiary/tokens/PaBTSO/Humanoid Mutate.webp","n":"Humanoid Mutate"},{"id":3037,"c":1,"u":"iarno%20%22glasstaff%22%20albrek_pabtso","p":43,"s":50,"h":1,"t":0,"uu":"iarno \"glasstaff\" albrek|pabtso","m":"bestiary/tokens/PaBTSO/Iarno Glasstaff Albrek.webp","n":"Iarno \"Glasstaff\" Albrek"},{"id":3038,"c":1,"u":"infected%20elder%20brain_pabtso","p":159,"s":50,"h":1,"t":0,"uu":"infected elder brain|pabtso","m":"bestiary/tokens/PaBTSO/Infected Elder Brain.webp","n":"Infected Elder Brain"},{"id":3039,"c":1,"u":"infected%20townsperson_pabtso","p":139,"s":50,"h":1,"t":0,"uu":"infected townsperson|pabtso","m":"bestiary/tokens/PaBTSO/Infected Townsperson.webp","n":"Infected Townsperson"},{"id":3040,"c":1,"u":"intellect%20snare_pabtso","p":208,"s":50,"h":1,"t":0,"uu":"intellect snare|pabtso","m":"bestiary/tokens/PaBTSO/Intellect Snare.webp","n":"Intellect Snare"},{"id":3041,"c":1,"u":"kellikilli_pabtso","p":121,"s":50,"h":1,"t":0,"uu":"kellikilli|pabtso","m":"bestiary/tokens/PaBTSO/Kellikilli.webp","n":"Kellikilli"},{"id":3042,"c":1,"u":"lowarnizel_pabtso","p":181,"s":50,"h":1,"t":0,"uu":"lowarnizel|pabtso","m":"bestiary/tokens/PaBTSO/Lowarnizel.webp","n":"Lowarnizel"},{"id":3043,"c":1,"u":"malinia_pabtso","p":115,"s":50,"h":1,"t":0,"uu":"malinia|pabtso","m":"bestiary/tokens/PaBTSO/Malinia.webp","n":"Malinia"},{"id":3044,"c":1,"u":"mind%20flayer%20clairvoyant_pabtso","p":209,"s":50,"h":1,"t":0,"uu":"mind flayer clairvoyant|pabtso","m":"bestiary/tokens/PaBTSO/Mind Flayer Clairvoyant.webp","n":"Mind Flayer Clairvoyant"},{"id":3045,"c":1,"u":"mind%20flayer%20nothic_pabtso","p":155,"s":50,"h":1,"t":0,"uu":"mind flayer nothic|pabtso","m":"bestiary/tokens/PaBTSO/Mind Flayer Nothic.webp","n":"Mind Flayer Nothic"},{"id":3046,"c":1,"u":"mind%20flayer%20prophet_pabtso","p":210,"s":50,"h":1,"t":0,"uu":"mind flayer prophet|pabtso","m":"bestiary/tokens/PaBTSO/Mind Flayer Prophet.webp","n":"Mind Flayer Prophet"},{"id":3047,"c":1,"u":"mormesk%20the%20wraith_pabtso","p":70,"s":50,"h":1,"t":0,"uu":"mormesk the wraith|pabtso","m":"bestiary/tokens/PaBTSO/Mormesk the Wraith.webp","n":"Mormesk the Wraith"},{"id":3048,"c":1,"u":"nellik_pabtso","p":193,"s":50,"h":1,"t":0,"uu":"nellik|pabtso","m":"bestiary/tokens/PaBTSO/Nellik.webp","n":"Nellik"},{"id":3049,"c":1,"u":"nezznar%20the%20spider_pabtso","p":74,"s":50,"h":1,"t":0,"uu":"nezznar the spider|pabtso","m":"bestiary/tokens/PaBTSO/Nezznar the Spider.webp","n":"Nezznar the Spider"},{"id":3050,"c":1,"u":"nundro%20rockseeker_pabtso","p":73,"s":50,"h":1,"t":0,"uu":"nundro rockseeker|pabtso","m":"bestiary/tokens/PaBTSO/Nundro Rockseeker.webp","n":"Nundro Rockseeker"},{"id":3051,"c":1,"u":"nythalyn%20henlifel_pabtso","p":114,"s":50,"h":1,"t":0,"uu":"nythalyn henlifel|pabtso","m":"bestiary/tokens/PaBTSO/Nythalyn Henlifel.webp","n":"Nythalyn Henlifel"},{"id":3052,"c":1,"u":"oculorb_pabtso","p":214,"s":50,"h":1,"t":0,"uu":"oculorb|pabtso","m":"bestiary/tokens/PaBTSO/Oculorb.webp","n":"Oculorb"},{"id":3053,"c":1,"u":"ontharyx_pabtso","p":115,"s":50,"h":1,"t":0,"uu":"ontharyx|pabtso","m":"bestiary/tokens/PaBTSO/Ontharyx.webp","n":"Ontharyx"},{"id":3054,"c":1,"u":"oshundo%20the%20alhoon_pabtso","p":153,"s":50,"h":1,"t":0,"uu":"oshundo the alhoon|pabtso","m":"bestiary/tokens/PaBTSO/Oshundo the Alhoon.webp","n":"Oshundo the Alhoon"},{"id":3055,"c":1,"u":"otyugh%20mutate_pabtso","p":213,"s":50,"h":1,"t":0,"uu":"otyugh mutate|pabtso","m":"bestiary/tokens/PaBTSO/Otyugh Mutate.webp","n":"Otyugh Mutate"},{"id":3056,"c":1,"u":"psionic%20ashenwight_pabtso","p":204,"s":50,"h":1,"t":0,"uu":"psionic ashenwight|pabtso","m":"bestiary/tokens/PaBTSO/Psionic Ashenwight.webp","n":"Psionic Ashenwight"},{"id":3057,"c":1,"u":"psionic%20shambling%20mound_pabtso","p":108,"s":50,"h":1,"t":0,"uu":"psionic shambling mound|pabtso","m":"bestiary/tokens/PaBTSO/Psionic Shambling Mound.webp","n":"Psionic Shambling Mound"},{"id":3058,"c":1,"u":"qunbraxel_pabtso","p":135,"s":50,"h":1,"t":0,"uu":"qunbraxel|pabtso","m":"bestiary/tokens/PaBTSO/Qunbraxel.webp","n":"Qunbraxel"},{"id":3059,"c":1,"u":"redbrand%20ruffian_pabtso","p":216,"s":50,"h":1,"t":0,"uu":"redbrand ruffian|pabtso","m":"bestiary/tokens/PaBTSO/Redbrand Ruffian.webp","n":"Redbrand Ruffian"},{"id":3060,"c":1,"u":"refraction%20of%20ilvaash_pabtso","p":197,"s":50,"h":1,"t":0,"uu":"refraction of ilvaash|pabtso","m":"bestiary/tokens/PaBTSO/Refraction of Ilvaash.webp","n":"Refraction of Ilvaash"},{"id":3061,"c":1,"u":"rivibiddel_pabtso","p":122,"s":50,"h":1,"t":0,"uu":"rivibiddel|pabtso","m":"bestiary/tokens/PaBTSO/Rivibiddel.webp","n":"Rivibiddel"},{"id":3062,"c":1,"u":"ruxithid%20the%20chosen_pabtso","p":99,"s":50,"h":1,"t":0,"uu":"ruxithid the chosen|pabtso","m":"bestiary/tokens/PaBTSO/Ruxithid the Chosen.webp","n":"Ruxithid the Chosen"},{"id":3063,"c":1,"u":"shalfi%20lewin_pabtso","p":174,"s":50,"h":1,"t":0,"uu":"shalfi lewin|pabtso","m":"bestiary/tokens/PaBTSO/Shalfi Lewin.webp","n":"Shalfi Lewin"},{"id":3064,"c":1,"u":"sildar%20hallwinter_pabtso","p":22,"s":50,"h":1,"t":0,"uu":"sildar hallwinter|pabtso","m":"bestiary/tokens/PaBTSO/Sildar Hallwinter.webp","n":"Sildar Hallwinter"},{"id":3065,"c":1,"u":"varakkta_pabtso","p":174,"s":50,"h":1,"t":0,"uu":"varakkta|pabtso","m":"bestiary/tokens/PaBTSO/Varakkta.webp","n":"Varakkta"},{"id":3066,"c":1,"u":"voalsh_pabtso","p":194,"s":50,"h":1,"t":0,"uu":"voalsh|pabtso","m":"bestiary/tokens/PaBTSO/Voalsh.webp","n":"Voalsh"},{"id":3067,"c":1,"u":"yanthdel%20henlifel_pabtso","p":114,"s":50,"h":1,"t":0,"uu":"yanthdel henlifel|pabtso","m":"bestiary/tokens/PaBTSO/Yanthdel Henlifel.webp","n":"Yanthdel Henlifel"},{"id":3068,"c":1,"u":"zeond_pabtso","p":43,"s":50,"h":1,"t":0,"uu":"zeond|pabtso","m":"bestiary/tokens/PaBTSO/Zeond.webp","n":"Zeond"},{"id":3069,"c":1,"u":"animated%20object%20(huge)_phb","p":213,"s":51,"h":1,"t":0,"uu":"animated object (huge)|phb","m":"bestiary/tokens/PHB/Animated Object (Huge).webp","n":"Animated Object (Huge)"},{"id":3070,"c":1,"u":"animated%20object%20(large)_phb","p":213,"s":51,"h":1,"t":0,"uu":"animated object (large)|phb","m":"bestiary/tokens/PHB/Animated Object (Large).webp","n":"Animated Object (Large)"},{"id":3071,"c":1,"u":"animated%20object%20(medium)_phb","p":213,"s":51,"h":1,"t":0,"uu":"animated object (medium)|phb","m":"bestiary/tokens/PHB/Animated Object (Medium).webp","n":"Animated Object (Medium)"},{"id":3072,"c":1,"u":"animated%20object%20(small)_phb","p":213,"s":51,"h":1,"t":0,"uu":"animated object (small)|phb","m":"bestiary/tokens/PHB/Animated Object (Small).webp","n":"Animated Object (Small)"},{"id":3073,"c":1,"u":"animated%20object%20(tiny)_phb","p":213,"s":51,"h":1,"t":0,"uu":"animated object (tiny)|phb","m":"bestiary/tokens/PHB/Animated Object (Tiny).webp","n":"Animated Object (Tiny)"},{"id":3074,"c":1,"u":"aerisi%20kalinoth_pota","p":192,"s":52,"h":1,"t":0,"uu":"aerisi kalinoth|pota","m":"bestiary/tokens/PotA/Aerisi Kalinoth.webp","n":"Aerisi Kalinoth"},{"id":3075,"c":1,"u":"aquatic%20ghoul_pota","p":87,"s":52,"h":1,"t":0,"uu":"aquatic ghoul|pota","m":"bestiary/tokens/PotA/Aquatic Ghoul.webp","n":"Aquatic Ghoul"},{"id":3076,"c":1,"u":"bastian%20thermandar_pota","p":201,"s":52,"h":1,"t":0,"uu":"bastian thermandar|pota","m":"bestiary/tokens/PotA/Bastian Thermandar.webp","n":"Bastian Thermandar"},{"id":3077,"c":1,"u":"black%20earth%20guard_pota","p":195,"s":52,"h":1,"t":0,"uu":"black earth guard|pota","m":"bestiary/tokens/PotA/Black Earth Guard.webp","n":"Black Earth Guard"},{"id":3078,"c":1,"u":"black%20earth%20priest_pota","p":195,"s":52,"h":1,"t":0,"uu":"black earth priest|pota","m":"bestiary/tokens/PotA/Black Earth Priest.webp","n":"Black Earth Priest"},{"id":3079,"c":1,"u":"braelen%20hatherhand_pota","p":156,"s":52,"h":1,"t":0,"uu":"braelen hatherhand|pota","m":"bestiary/tokens/PotA/Braelen Hatherhand.webp","n":"Braelen Hatherhand"},{"id":3080,"c":1,"u":"bronzefume_pota","p":92,"s":52,"h":1,"t":0,"uu":"bronzefume|pota","m":"bestiary/tokens/PotA/Bronzefume.webp","n":"Bronzefume"},{"id":3081,"c":1,"u":"burrowshark_pota","p":196,"s":52,"h":1,"t":0,"uu":"burrowshark|pota","m":"bestiary/tokens/PotA/Burrowshark.webp","n":"Burrowshark"},{"id":3082,"c":1,"u":"cavil%20zaltobar_pota","p":182,"s":52,"h":1,"t":0,"uu":"cavil zaltobar|pota","m":"bestiary/tokens/PotA/Cavil Zaltobar.webp","n":"Cavil Zaltobar"},{"id":3083,"c":1,"u":"crushing%20wave%20priest_pota","p":205,"s":52,"h":1,"t":0,"uu":"crushing wave priest|pota","m":"bestiary/tokens/PotA/Crushing Wave Priest.webp","n":"Crushing Wave Priest"},{"id":3084,"c":1,"u":"crushing%20wave%20reaver_pota","p":205,"s":52,"h":1,"t":0,"uu":"crushing wave reaver|pota","m":"bestiary/tokens/PotA/Crushing Wave Reaver.webp","n":"Crushing Wave Reaver"},{"id":3085,"c":1,"u":"darathra%20shendrel_pota","p":37,"s":52,"h":1,"t":0,"uu":"darathra shendrel|pota","m":"bestiary/tokens/PotA/Darathra Shendrel.webp","n":"Darathra Shendrel"},{"id":3086,"c":1,"u":"dark%20tide%20knight_pota","p":205,"s":52,"h":1,"t":0,"uu":"dark tide knight|pota","m":"bestiary/tokens/PotA/Dark Tide Knight.webp","n":"Dark Tide Knight"},{"id":3087,"c":1,"u":"deseyna%20majarra_pota","p":126,"s":52,"h":1,"t":0,"uu":"deseyna majarra|pota","m":"bestiary/tokens/PotA/Deseyna Majarra.webp","n":"Deseyna Majarra"},{"id":3088,"c":1,"u":"drannin%20splithelm_pota","p":210,"s":52,"h":1,"t":0,"uu":"drannin splithelm|pota","m":"bestiary/tokens/PotA/Drannin Splithelm.webp","n":"Drannin Splithelm"},{"id":3089,"c":1,"u":"elizar%20dryflagon_pota","p":202,"s":52,"h":1,"t":0,"uu":"elizar dryflagon|pota","m":"bestiary/tokens/PotA/Elizar Dryflagon.webp","n":"Elizar Dryflagon"},{"id":3090,"c":1,"u":"emberhorn%20minotaur_pota","p":120,"s":52,"h":1,"t":0,"uu":"emberhorn minotaur|pota","m":"bestiary/tokens/PotA/Emberhorn Minotaur.webp","n":"Emberhorn Minotaur"},{"id":3091,"c":1,"u":"eternal%20flame%20guardian_pota","p":200,"s":52,"h":1,"t":0,"uu":"eternal flame guardian|pota","m":"bestiary/tokens/PotA/Eternal Flame Guardian.webp","n":"Eternal Flame Guardian"},{"id":3092,"c":1,"u":"eternal%20flame%20priest_pota","p":200,"s":52,"h":1,"t":0,"uu":"eternal flame priest|pota","m":"bestiary/tokens/PotA/Eternal Flame Priest.webp","n":"Eternal Flame Priest"},{"id":3093,"c":1,"u":"fathomer_pota","p":207,"s":52,"h":1,"t":0,"uu":"fathomer|pota","m":"bestiary/tokens/PotA/Fathomer.webp","n":"Fathomer"},{"id":3094,"c":1,"u":"feathergale%20knight_pota","p":189,"s":52,"h":1,"t":0,"uu":"feathergale knight|pota","m":"bestiary/tokens/PotA/Feathergale Knight.webp","n":"Feathergale Knight"},{"id":3095,"c":1,"u":"fennor_pota","p":170,"s":52,"h":1,"t":0,"uu":"fennor|pota","m":"bestiary/tokens/PotA/Fennor.webp","n":"Fennor"},{"id":3096,"c":1,"u":"flamewrath_pota","p":201,"s":52,"h":1,"t":0,"uu":"flamewrath|pota","m":"bestiary/tokens/PotA/Flamewrath.webp","n":"Flamewrath"},{"id":3097,"c":1,"u":"gar%20shatterkeel_pota","p":208,"s":52,"h":1,"t":0,"uu":"gar shatterkeel|pota","m":"bestiary/tokens/PotA/Gar Shatterkeel.webp","n":"Gar Shatterkeel"},{"id":3098,"c":1,"u":"ghald_pota","p":210,"s":52,"h":1,"t":0,"uu":"ghald|pota","m":"bestiary/tokens/PotA/Ghald.webp","n":"Ghald"},{"id":3099,"c":1,"u":"grumink%20the%20renegade_pota","p":210,"s":52,"h":1,"t":0,"uu":"grumink the renegade|pota","m":"bestiary/tokens/PotA/Grumink the Renegade.webp","n":"Grumink the Renegade"},{"id":3100,"c":1,"u":"hellenrae_pota","p":198,"s":52,"h":1,"t":0,"uu":"hellenrae|pota","m":"bestiary/tokens/PotA/Hellenrae.webp","n":"Hellenrae"},{"id":3101,"c":1,"u":"howling%20hatred%20initiate_pota","p":190,"s":52,"h":1,"t":0,"uu":"howling hatred initiate|pota","m":"bestiary/tokens/PotA/Howling Hatred Initiate.webp","n":"Howling Hatred Initiate"},{"id":3102,"c":1,"u":"howling%20hatred%20priest_pota","p":190,"s":52,"h":1,"t":0,"uu":"howling hatred priest|pota","m":"bestiary/tokens/PotA/Howling Hatred Priest.webp","n":"Howling Hatred Priest"},{"id":3103,"c":1,"u":"hurricane_pota","p":191,"s":52,"h":1,"t":0,"uu":"hurricane|pota","m":"bestiary/tokens/PotA/Hurricane.webp","n":"Hurricane"},{"id":3104,"c":1,"u":"imix_pota","p":214,"s":52,"h":1,"t":0,"uu":"imix|pota","m":"bestiary/tokens/PotA/Imix.webp","n":"Imix"},{"id":3105,"c":1,"u":"lyzandra%20%22lyzzie%22%20calderos_pota","p":110,"s":52,"h":1,"t":0,"uu":"lyzandra \"lyzzie\" calderos|pota","m":"bestiary/tokens/PotA/Lyzandra Lyzzie Calderos.webp","n":"Lyzandra \"Lyzzie\" Calderos"},{"id":3106,"c":1,"u":"maegla%20tarnlar_pota","p":25,"s":52,"h":1,"t":0,"uu":"maegla tarnlar|pota","m":"bestiary/tokens/PotA/Maegla Tarnlar.webp","n":"Maegla Tarnlar"},{"id":3107,"c":1,"u":"marlos%20urnrayle_pota","p":199,"s":52,"h":1,"t":0,"uu":"marlos urnrayle|pota","m":"bestiary/tokens/PotA/Marlos Urnrayle.webp","n":"Marlos Urnrayle"},{"id":3108,"c":1,"u":"miraj%20vizann_pota","p":198,"s":52,"h":1,"t":0,"uu":"miraj vizann|pota","m":"bestiary/tokens/PotA/Miraj Vizann.webp","n":"Miraj Vizann"},{"id":3109,"c":1,"u":"molten%20magma%20roper_pota","p":143,"s":52,"h":1,"t":0,"uu":"molten magma roper|pota","m":"bestiary/tokens/PotA/Molten Magma Roper.webp","n":"Molten Magma Roper"},{"id":3110,"c":1,"u":"nurvureem%2c%20the%20dark%20lady_pota","p":180,"s":52,"h":1,"t":0,"uu":"nurvureem, the dark lady|pota","m":"bestiary/tokens/PotA/Nurvureem, The Dark Lady.webp","n":"Nurvureem, The Dark Lady"},{"id":3111,"c":1,"u":"ogr%c3%a9moch_pota","p":216,"s":52,"h":1,"t":0,"uu":"ogrémoch|pota","m":"bestiary/tokens/PotA/Ogremoch.webp","n":"Ogremoch"},{"id":3112,"c":1,"u":"olhydra_pota","p":218,"s":52,"h":1,"t":0,"uu":"olhydra|pota","m":"bestiary/tokens/PotA/Olhydra.webp","n":"Olhydra"},{"id":3113,"c":1,"u":"one-eyed%20shiver_pota","p":207,"s":52,"h":1,"t":0,"uu":"one-eyed shiver|pota","m":"bestiary/tokens/PotA/One-Eyed Shiver.webp","n":"One-Eyed Shiver"},{"id":3114,"c":1,"u":"oreioth_pota","p":212,"s":52,"h":1,"t":0,"uu":"oreioth|pota","m":"bestiary/tokens/PotA/Oreioth.webp","n":"Oreioth"},{"id":3115,"c":1,"u":"padraich_pota","p":170,"s":52,"h":1,"t":0,"uu":"padraich|pota","m":"bestiary/tokens/PotA/Padraich.webp","n":"Padraich"},{"id":3116,"c":1,"u":"razerblast_pota","p":201,"s":52,"h":1,"t":0,"uu":"razerblast|pota","m":"bestiary/tokens/PotA/Razerblast.webp","n":"Razerblast"},{"id":3117,"c":1,"u":"renwick_pota","p":66,"s":52,"h":1,"t":0,"uu":"renwick|pota","m":"bestiary/tokens/PotA/Renwick.webp","n":"Renwick"},{"id":3118,"c":1,"u":"rhundorth_pota","p":140,"s":52,"h":1,"t":0,"uu":"rhundorth|pota","m":"bestiary/tokens/PotA/Rhundorth.webp","n":"Rhundorth"},{"id":3119,"c":1,"u":"sacred%20stone%20monk_pota","p":196,"s":52,"h":1,"t":0,"uu":"sacred stone monk|pota","m":"bestiary/tokens/PotA/Sacred Stone Monk.webp","n":"Sacred Stone Monk"},{"id":3120,"c":1,"u":"shoalar%20quanderil_pota","p":208,"s":52,"h":1,"t":0,"uu":"shoalar quanderil|pota","m":"bestiary/tokens/PotA/Shoalar Quanderil.webp","n":"Shoalar Quanderil"},{"id":3121,"c":1,"u":"skyweaver_pota","p":191,"s":52,"h":1,"t":0,"uu":"skyweaver|pota","m":"bestiary/tokens/PotA/Skyweaver.webp","n":"Skyweaver"},{"id":3122,"c":1,"u":"stone%20warrior_pota","p":97,"s":52,"h":1,"t":0,"uu":"stone warrior|pota","m":"bestiary/tokens/PotA/Stone Warrior.webp","n":"Stone Warrior"},{"id":3123,"c":1,"u":"stonemelder_pota","p":197,"s":52,"h":1,"t":0,"uu":"stonemelder|pota","m":"bestiary/tokens/PotA/Stonemelder.webp","n":"Stonemelder"},{"id":3124,"c":1,"u":"thurl%20merosska_pota","p":192,"s":52,"h":1,"t":0,"uu":"thurl merosska|pota","m":"bestiary/tokens/PotA/Thurl Merosska.webp","n":"Thurl Merosska"},{"id":3125,"c":1,"u":"tornscale_pota","p":90,"s":52,"h":1,"t":0,"uu":"tornscale|pota","m":"bestiary/tokens/PotA/Tornscale.webp","n":"Tornscale"},{"id":3126,"c":1,"u":"vanifer_pota","p":203,"s":52,"h":1,"t":0,"uu":"vanifer|pota","m":"bestiary/tokens/PotA/Vanifer.webp","n":"Vanifer"},{"id":3127,"c":1,"u":"wiggan%20nettlebee_pota","p":212,"s":52,"h":1,"t":0,"uu":"wiggan nettlebee|pota","m":"bestiary/tokens/PotA/Wiggan Nettlebee.webp","n":"Wiggan Nettlebee"},{"id":3128,"c":1,"u":"windharrow_pota","p":192,"s":52,"h":1,"t":0,"uu":"windharrow|pota","m":"bestiary/tokens/PotA/Windharrow.webp","n":"Windharrow"},{"id":3129,"c":1,"u":"yan-c-bin_pota","p":221,"s":52,"h":1,"t":0,"uu":"yan-c-bin|pota","m":"bestiary/tokens/PotA/Yan-C-Bin.webp","n":"Yan-C-Bin"},{"id":3130,"c":1,"u":"young%20bulette_pota","p":139,"s":52,"h":1,"t":0,"uu":"young bulette|pota","m":"bestiary/tokens/PotA/Young Bulette.webp","n":"Young Bulette"},{"id":3131,"c":1,"u":"young%20purple%20worm_pota","p":113,"s":52,"h":1,"t":0,"uu":"young purple worm|pota","m":"bestiary/tokens/PotA/Young Purple Worm.webp","n":"Young Purple Worm"},{"id":3132,"c":1,"u":"zegdar_pota","p":120,"s":52,"h":1,"t":0,"uu":"zegdar|pota","m":"bestiary/tokens/PotA/Zegdar.webp","n":"Zegdar"},{"id":3133,"c":1,"u":"amun%20sa_qftis","p":106,"s":53,"h":1,"t":0,"uu":"amun sa|qftis","m":"bestiary/tokens/QftIS/Amun Sa.webp","n":"Amun Sa"},{"id":3134,"c":1,"u":"android_qftis","p":194,"s":53,"h":1,"t":0,"uu":"android|qftis","m":"bestiary/tokens/QftIS/Android.webp","n":"Android"},{"id":3135,"c":1,"u":"barkburr_qftis","p":195,"s":53,"h":1,"t":0,"uu":"barkburr|qftis","m":"bestiary/tokens/QftIS/Barkburr.webp","n":"Barkburr"},{"id":3136,"c":1,"u":"champion%20of%20gorm_qftis","p":203,"s":53,"h":1,"t":0,"uu":"champion of gorm|qftis","m":"bestiary/tokens/QftIS/Champion of Gorm.webp","n":"Champion of Gorm"},{"id":3137,"c":1,"u":"champion%20of%20madarua_qftis","p":220,"s":53,"h":1,"t":0,"uu":"champion of madarua|qftis","m":"bestiary/tokens/QftIS/Champion of Madarua.webp","n":"Champion of Madarua"},{"id":3138,"c":1,"u":"champion%20of%20usamigaras_qftis","p":206,"s":53,"h":1,"t":0,"uu":"champion of usamigaras|qftis","m":"bestiary/tokens/QftIS/Champion of Usamigaras.webp","n":"Champion of Usamigaras"},{"id":3139,"c":1,"u":"cipolla_qftis","p":66,"s":53,"h":1,"t":0,"uu":"cipolla|qftis","m":"bestiary/tokens/QftIS/Cipolla.webp","n":"Cipolla"},{"id":3140,"c":1,"u":"combat%20robot_qftis","p":214,"s":53,"h":1,"t":0,"uu":"combat robot|qftis","m":"bestiary/tokens/QftIS/Combat Robot.webp","n":"Combat Robot"},{"id":3141,"c":1,"u":"derro%20apprentice_qftis","p":196,"s":53,"h":1,"t":0,"uu":"derro apprentice|qftis","m":"bestiary/tokens/QftIS/Derro Apprentice.webp","n":"Derro Apprentice"},{"id":3142,"c":1,"u":"derro%20raider_qftis","p":196,"s":53,"h":1,"t":0,"uu":"derro raider|qftis","m":"bestiary/tokens/QftIS/Derro Raider.webp","n":"Derro Raider"},{"id":3143,"c":1,"u":"derwyth_qftis","p":52,"s":53,"h":1,"t":0,"uu":"derwyth|qftis","m":"bestiary/tokens/QftIS/Derwyth.webp","n":"Derwyth"},{"id":3144,"c":1,"u":"drelnza_qftis","p":197,"s":53,"h":1,"t":0,"uu":"drelnza|qftis","m":"bestiary/tokens/QftIS/Drelnza.webp","n":"Drelnza"},{"id":3145,"c":1,"u":"froghemoth%20elder_qftis","p":198,"s":53,"h":1,"t":0,"uu":"froghemoth elder|qftis","m":"bestiary/tokens/QftIS/Froghemoth Elder.webp","n":"Froghemoth Elder"},{"id":3146,"c":1,"u":"gibberling_qftis","p":202,"s":53,"h":1,"t":0,"uu":"gibberling|qftis","m":"bestiary/tokens/QftIS/Gibberling.webp","n":"Gibberling"},{"id":3147,"c":1,"u":"grisdelfawr_qftis","p":70,"s":53,"h":1,"t":0,"uu":"grisdelfawr|qftis","m":"bestiary/tokens/QftIS/Grisdelfawr.webp","n":"Grisdelfawr"},{"id":3148,"c":1,"u":"guardian%20of%20gorm_qftis","p":203,"s":53,"h":1,"t":0,"uu":"guardian of gorm|qftis","m":"bestiary/tokens/QftIS/Guardian of Gorm.webp","n":"Guardian of Gorm"},{"id":3149,"c":1,"u":"horrid%20plant_qftis","p":204,"s":53,"h":1,"t":0,"uu":"horrid plant|qftis","m":"bestiary/tokens/QftIS/Horrid Plant.webp","n":"Horrid Plant"},{"id":3150,"c":1,"u":"iaseda_qftis","p":108,"s":53,"h":1,"t":0,"uu":"iaseda|qftis","m":"bestiary/tokens/QftIS/Iaseda.webp","n":"Iaseda"},{"id":3151,"c":1,"u":"isabela%20folcarae_qftis","p":79,"s":53,"h":1,"t":0,"uu":"isabela folcarae|qftis","m":"bestiary/tokens/QftIS/Isabela Folcarae.webp","n":"Isabela Folcarae"},{"id":3152,"c":1,"u":"juliana_qftis","p":98,"s":53,"h":1,"t":0,"uu":"juliana|qftis","m":"bestiary/tokens/QftIS/Juliana.webp","n":"Juliana"},{"id":3153,"c":1,"u":"leprechaun_qftis","p":205,"s":53,"h":1,"t":0,"uu":"leprechaun|qftis","m":"bestiary/tokens/QftIS/Leprechaun.webp","n":"Leprechaun"},{"id":3154,"c":1,"u":"mage%20of%20usamigaras_qftis","p":206,"s":53,"h":1,"t":0,"uu":"mage of usamigaras|qftis","m":"bestiary/tokens/QftIS/Mage of Usamigaras.webp","n":"Mage of Usamigaras"},{"id":3155,"c":1,"u":"maschin-i-bozorg_qftis","p":207,"s":53,"h":1,"t":0,"uu":"maschin-i-bozorg|qftis","m":"bestiary/tokens/QftIS/Maschin-i-Bozorg.webp","n":"Maschin-i-Bozorg"},{"id":3156,"c":1,"u":"memory%20web_qftis","p":208,"s":53,"h":1,"t":0,"uu":"memory web|qftis","m":"bestiary/tokens/QftIS/Memory Web.webp","n":"Memory Web"},{"id":3157,"c":1,"u":"nafas_qftis","p":210,"s":53,"h":1,"t":0,"uu":"nafas|qftis","m":"bestiary/tokens/QftIS/Nafas.webp","n":"Nafas"},{"id":3158,"c":1,"u":"nafik_qftis","p":212,"s":53,"h":1,"t":0,"uu":"nafik|qftis","m":"bestiary/tokens/QftIS/Nafik.webp","n":"Nafik"},{"id":3159,"c":1,"u":"orlando_qftis","p":98,"s":53,"h":1,"t":0,"uu":"orlando|qftis","m":"bestiary/tokens/QftIS/Orlando.webp","n":"Orlando"},{"id":3160,"c":1,"u":"pech_qftis","p":213,"s":53,"h":1,"t":0,"uu":"pech|qftis","m":"bestiary/tokens/QftIS/Pech.webp","n":"Pech"},{"id":3161,"c":1,"u":"piyarz_qftis","p":67,"s":53,"h":1,"t":0,"uu":"piyarz|qftis","m":"bestiary/tokens/QftIS/Piyarz.webp","n":"Piyarz"},{"id":3162,"c":1,"u":"porro_qftis","p":66,"s":53,"h":1,"t":0,"uu":"porro|qftis","m":"bestiary/tokens/QftIS/Porro.webp","n":"Porro"},{"id":3163,"c":1,"u":"queen%20zanobis_qftis","p":34,"s":53,"h":1,"t":0,"uu":"queen zanobis|qftis","m":"bestiary/tokens/QftIS/Queen Zanobis.webp","n":"Queen Zanobis"},{"id":3164,"c":1,"u":"shalfey_qftis","p":68,"s":53,"h":1,"t":0,"uu":"shalfey|qftis","m":"bestiary/tokens/QftIS/Shalfey.webp","n":"Shalfey"},{"id":3165,"c":1,"u":"silverlily_qftis","p":92,"s":53,"h":1,"t":0,"uu":"silverlily|qftis","m":"bestiary/tokens/QftIS/Silverlily.webp","n":"Silverlily"},{"id":3166,"c":1,"u":"sion_qftis","p":216,"s":53,"h":1,"t":0,"uu":"sion|qftis","m":"bestiary/tokens/QftIS/Sion.webp","n":"Sion"},{"id":3167,"c":1,"u":"spirit%20of%20hunger_qftis","p":144,"s":53,"h":1,"t":0,"uu":"spirit of hunger|qftis","m":"bestiary/tokens/QftIS/Spirit of Hunger.webp","n":"Spirit of Hunger"},{"id":3168,"c":1,"u":"stargleam_qftis","p":92,"s":53,"h":1,"t":0,"uu":"stargleam|qftis","m":"bestiary/tokens/QftIS/Stargleam.webp","n":"Stargleam"},{"id":3169,"c":1,"u":"swarm%20of%20gibberlings_qftis","p":202,"s":53,"h":1,"t":0,"uu":"swarm of gibberlings|qftis","m":"bestiary/tokens/QftIS/Swarm of Gibberlings.webp","n":"Swarm of Gibberlings"},{"id":3170,"c":1,"u":"the%20gardener_qftis","p":200,"s":53,"h":1,"t":0,"uu":"the gardener|qftis","m":"bestiary/tokens/QftIS/The Gardener.webp","n":"The Gardener"},{"id":3171,"c":1,"u":"tower%20hand_qftis","p":217,"s":53,"h":1,"t":0,"uu":"tower hand|qftis","m":"bestiary/tokens/QftIS/Tower Hand.webp","n":"Tower Hand"},{"id":3172,"c":1,"u":"tower%20sage_qftis","p":217,"s":53,"h":1,"t":0,"uu":"tower sage|qftis","m":"bestiary/tokens/QftIS/Tower Sage.webp","n":"Tower Sage"},{"id":3173,"c":1,"u":"uma_qftis","p":120,"s":53,"h":1,"t":0,"uu":"uma|qftis","m":"bestiary/tokens/QftIS/Uma.webp","n":"Uma"},{"id":3174,"c":1,"u":"vegepygmy%20moldmaker_qftis","p":218,"s":53,"h":1,"t":0,"uu":"vegepygmy moldmaker|qftis","m":"bestiary/tokens/QftIS/Vegepygmy Moldmaker.webp","n":"Vegepygmy Moldmaker"},{"id":3175,"c":1,"u":"vegepygmy%20scavenger_qftis","p":218,"s":53,"h":1,"t":0,"uu":"vegepygmy scavenger|qftis","m":"bestiary/tokens/QftIS/Vegepygmy Scavenger.webp","n":"Vegepygmy Scavenger"},{"id":3176,"c":1,"u":"vegepygmy%20thorny%20hunter_qftis","p":219,"s":53,"h":1,"t":0,"uu":"vegepygmy thorny hunter|qftis","m":"bestiary/tokens/QftIS/Vegepygmy Thorny Hunter.webp","n":"Vegepygmy Thorny Hunter"},{"id":3177,"c":1,"u":"vuuthramis_qftis","p":88,"s":53,"h":1,"t":0,"uu":"vuuthramis|qftis","m":"bestiary/tokens/QftIS/Vuuthramis.webp","n":"Vuuthramis"},{"id":3178,"c":1,"u":"warrior%20of%20madarua_qftis","p":220,"s":53,"h":1,"t":0,"uu":"warrior of madarua|qftis","m":"bestiary/tokens/QftIS/Warrior of Madarua.webp","n":"Warrior of Madarua"},{"id":3179,"c":1,"u":"wolf-in-sheep's-clothing_qftis","p":221,"s":53,"h":1,"t":0,"uu":"wolf-in-sheep's-clothing|qftis","m":"bestiary/tokens/QftIS/Wolf-in-Sheep's-Clothing.webp","n":"Wolf-in-Sheep's-Clothing"},{"id":3180,"c":1,"u":"worker%20robot_qftis","p":215,"s":53,"h":1,"t":0,"uu":"worker robot|qftis","m":"bestiary/tokens/QftIS/Worker Robot.webp","n":"Worker Robot"},{"id":3181,"c":1,"u":"zargon%20the%20returner_qftis","p":223,"s":53,"h":1,"t":0,"uu":"zargon the returner|qftis","m":"bestiary/tokens/QftIS/Zargon the Returner.webp","n":"Zargon the Returner"},{"id":3182,"c":1,"u":"billy%20beaver_rmbre","p":27,"s":54,"h":1,"dP":1,"t":0,"uu":"billy beaver|rmbre","m":"bestiary/tokens/RMBRE/Billy Beaver.webp","n":"Billy Beaver"},{"id":3183,"c":1,"u":"buster%20the%20bear_rmbre","p":27,"s":54,"h":1,"dP":1,"t":0,"uu":"buster the bear|rmbre","m":"bestiary/tokens/RMBRE/Buster the Bear.webp","n":"Buster the Bear"},{"id":3184,"c":1,"u":"large%20mimic_rmbre","p":24,"s":54,"h":1,"dP":1,"t":0,"uu":"large mimic|rmbre","m":"bestiary/tokens/RMBRE/Large Mimic.webp","n":"Large Mimic"},{"id":3185,"c":1,"u":"layla%20the%20lizard_rmbre","p":28,"s":54,"h":1,"dP":1,"t":0,"uu":"layla the lizard|rmbre","m":"bestiary/tokens/RMBRE/Layla the Lizard.webp","n":"Layla the Lizard"},{"id":3186,"c":1,"u":"lycanthropickle_rmbre","p":11,"s":54,"h":1,"dP":1,"t":0,"uu":"lycanthropickle|rmbre","m":"bestiary/tokens/RMBRE/Lycanthropickle.webp","n":"Lycanthropickle"},{"id":3187,"c":1,"u":"meeseeks_rmbre","p":16,"s":54,"h":1,"dP":1,"t":0,"uu":"meeseeks|rmbre","m":"bestiary/tokens/RMBRE/Meeseeks.webp","n":"Meeseeks"},{"id":3188,"c":1,"u":"piggy%20wiggle%20butt_rmbre","p":28,"s":54,"h":1,"dP":1,"t":0,"uu":"piggy wiggle butt|rmbre","m":"bestiary/tokens/RMBRE/Piggy Wiggle Butt.webp","n":"Piggy Wiggle Butt"},{"id":3189,"c":1,"u":"thomas%20t.%20toad_rmbre","p":28,"s":54,"h":1,"dP":1,"t":0,"uu":"thomas t. toad|rmbre","m":"bestiary/tokens/RMBRE/Thomas T. Toad.webp","n":"Thomas T. Toad"},{"id":3190,"c":1,"u":"tommy%20two-butts_rmbre","p":18,"s":54,"h":1,"dP":1,"t":0,"uu":"tommy two-butts|rmbre","m":"bestiary/tokens/RMBRE/Tommy Two-Butts.webp","n":"Tommy Two-Butts"},{"id":3191,"c":1,"u":"animated%20tile%20chimera_rot","p":42,"s":55,"h":1,"t":0,"uu":"animated tile chimera|rot","m":"bestiary/tokens/RoT/Animated Tile Chimera.webp","n":"Animated Tile Chimera"},{"id":3192,"c":1,"u":"aquatic%20troll_rot","p":36,"s":55,"h":1,"t":0,"uu":"aquatic troll|rot","m":"bestiary/tokens/RoT/Aquatic Troll.webp","n":"Aquatic Troll"},{"id":3193,"c":1,"u":"carnivorous%20flower_rot","p":67,"s":55,"h":1,"t":0,"uu":"carnivorous flower|rot","m":"bestiary/tokens/RoT/Carnivorous Flower.webp","n":"Carnivorous Flower"},{"id":3194,"c":1,"u":"diderius_rot","p":40,"s":55,"h":1,"t":0,"uu":"diderius|rot","m":"bestiary/tokens/RoT/Diderius.webp","n":"Diderius"},{"id":3195,"c":1,"u":"dragonfang_rot","p":89,"s":55,"h":1,"t":0,"uu":"dragonfang|rot","m":"bestiary/tokens/RoT/Dragonfang.webp","n":"Dragonfang"},{"id":3196,"c":1,"u":"dragonsoul_rot","p":89,"s":55,"h":1,"t":0,"uu":"dragonsoul|rot","m":"bestiary/tokens/RoT/Dragonsoul.webp","n":"Dragonsoul"},{"id":3197,"c":1,"u":"galvan_rot","p":9,"s":55,"h":1,"t":0,"uu":"galvan|rot","m":"bestiary/tokens/RoT/Galvan.webp","n":"Galvan"},{"id":3198,"c":1,"u":"half-blue%20dragon%20gladiator_rot","p":55,"s":55,"h":1,"t":0,"uu":"half-blue dragon gladiator|rot","m":"bestiary/tokens/RoT/Half-Blue Dragon Gladiator.webp","n":"Half-Blue Dragon Gladiator"},{"id":3199,"c":1,"u":"half-green%20dragon%20assassin_rot","p":56,"s":55,"h":1,"t":0,"uu":"half-green dragon assassin|rot","m":"bestiary/tokens/RoT/Half-Green Dragon Assassin.webp","n":"Half-Green Dragon Assassin"},{"id":3200,"c":1,"u":"half-red%20dragon%20gladiator_rot","p":56,"s":55,"h":1,"t":0,"uu":"half-red dragon gladiator|rot","m":"bestiary/tokens/RoT/Half-Red Dragon Gladiator.webp","n":"Half-Red Dragon Gladiator"},{"id":3201,"c":1,"u":"ice%20toad_rot","p":90,"s":55,"h":1,"t":0,"uu":"ice toad|rot","m":"bestiary/tokens/RoT/Ice Toad.webp","n":"Ice Toad"},{"id":3202,"c":1,"u":"ice%20troll_rot","p":30,"s":55,"h":1,"t":0,"uu":"ice troll|rot","m":"bestiary/tokens/RoT/Ice Troll.webp","n":"Ice Troll"},{"id":3203,"c":1,"u":"iskander_rot","p":62,"s":55,"h":1,"t":0,"uu":"iskander|rot","m":"bestiary/tokens/RoT/Iskander.webp","n":"Iskander"},{"id":3204,"c":1,"u":"maccath%20the%20crimson_rot","p":33,"s":55,"h":1,"t":0,"uu":"maccath the crimson|rot","m":"bestiary/tokens/RoT/Maccath the Crimson.webp","n":"Maccath the Crimson"},{"id":3205,"c":1,"u":"marfulb_rot","p":35,"s":55,"h":1,"t":0,"uu":"marfulb|rot","m":"bestiary/tokens/RoT/Marfulb.webp","n":"Marfulb"},{"id":3206,"c":1,"u":"mend-nets_rot","p":32,"s":55,"h":1,"t":0,"uu":"mend-nets|rot","m":"bestiary/tokens/RoT/Mend-nets.webp","n":"Mend-nets"},{"id":3207,"c":1,"u":"naergoth%20bladelord_rot","p":90,"s":55,"h":1,"t":0,"uu":"naergoth bladelord|rot","m":"bestiary/tokens/RoT/Naergoth Bladelord.webp","n":"Naergoth Bladelord"},{"id":3208,"c":1,"u":"neronvain_rot","p":91,"s":55,"h":1,"t":0,"uu":"neronvain|rot","m":"bestiary/tokens/RoT/Neronvain.webp","n":"Neronvain"},{"id":3209,"c":1,"u":"paper%20whirlwind_rot","p":72,"s":55,"h":1,"t":0,"uu":"paper whirlwind|rot","m":"bestiary/tokens/RoT/Paper Whirlwind.webp","n":"Paper Whirlwind"},{"id":3210,"c":1,"u":"red%20wizard_rot","p":76,"s":55,"h":1,"t":0,"uu":"red wizard|rot","m":"bestiary/tokens/RoT/Red Wizard.webp","n":"Red Wizard"},{"id":3211,"c":1,"u":"severin_rot","p":92,"s":55,"h":1,"t":0,"uu":"severin|rot","m":"bestiary/tokens/RoT/Severin.webp","n":"Severin"},{"id":3212,"c":1,"u":"sled%20dog_rot","p":27,"s":55,"h":1,"t":0,"uu":"sled dog|rot","m":"bestiary/tokens/RoT/Sled Dog.webp","n":"Sled Dog"},{"id":3213,"c":1,"u":"snake%20horror_rot","p":46,"s":55,"h":1,"t":0,"uu":"snake horror|rot","m":"bestiary/tokens/RoT/Snake Horror.webp","n":"Snake Horror"},{"id":3214,"c":1,"u":"tiamat_rot","p":92,"s":55,"h":1,"t":0,"uu":"tiamat|rot","m":"bestiary/tokens/RoT/Tiamat.webp","n":"Tiamat"},{"id":3215,"c":1,"u":"varram_rot","p":9,"s":55,"h":1,"t":0,"uu":"varram|rot","m":"bestiary/tokens/RoT/Varram.webp","n":"Varram"},{"id":3216,"c":1,"u":"archaic_scc","p":184,"s":56,"h":1,"t":0,"uu":"archaic|scc","m":"bestiary/tokens/SCC/Archaic.webp","n":"Archaic"},{"id":3217,"c":1,"u":"art%20elemental%20mascot_scc","p":185,"s":56,"h":1,"t":0,"uu":"art elemental mascot|scc","m":"bestiary/tokens/SCC/Art Elemental Mascot.webp","n":"Art Elemental Mascot"},{"id":3218,"c":1,"u":"beledros%20witherbloom_scc","p":186,"s":56,"h":1,"t":0,"uu":"beledros witherbloom|scc","m":"bestiary/tokens/SCC/Beledros Witherbloom.webp","n":"Beledros Witherbloom"},{"id":3219,"c":1,"u":"brackish%20trudge_scc","p":187,"s":56,"h":1,"t":0,"uu":"brackish trudge|scc","m":"bestiary/tokens/SCC/Brackish Trudge.webp","n":"Brackish Trudge"},{"id":3220,"c":1,"u":"cogwork%20archivist_scc","p":188,"s":56,"h":1,"t":0,"uu":"cogwork archivist|scc","m":"bestiary/tokens/SCC/Cogwork Archivist.webp","n":"Cogwork Archivist"},{"id":3221,"c":1,"u":"daemogoth_scc","p":189,"s":56,"h":1,"t":0,"uu":"daemogoth|scc","m":"bestiary/tokens/SCC/Daemogoth.webp","n":"Daemogoth"},{"id":3222,"c":1,"u":"daemogoth%20titan_scc","p":190,"s":56,"h":1,"t":0,"uu":"daemogoth titan|scc","m":"bestiary/tokens/SCC/Daemogoth Titan.webp","n":"Daemogoth Titan"},{"id":3223,"c":1,"u":"first-year%20student_scc","p":191,"s":56,"h":1,"t":0,"uu":"first-year student|scc","m":"bestiary/tokens/SCC/First-Year Student.webp","n":"First-Year Student"},{"id":3224,"c":1,"u":"fractal%20mascot_scc","p":192,"s":56,"h":1,"t":0,"uu":"fractal mascot|scc","m":"bestiary/tokens/SCC/Fractal Mascot.webp","n":"Fractal Mascot"},{"id":3225,"c":1,"u":"galazeth%20prismari_scc","p":193,"s":56,"h":1,"t":0,"uu":"galazeth prismari|scc","m":"bestiary/tokens/SCC/Galazeth Prismari.webp","n":"Galazeth Prismari"},{"id":3226,"c":1,"u":"groff_scc","p":194,"s":56,"h":1,"t":0,"uu":"groff|scc","m":"bestiary/tokens/SCC/Groff.webp","n":"Groff"},{"id":3227,"c":1,"u":"inkling%20mascot_scc","p":195,"s":56,"h":1,"t":0,"uu":"inkling mascot|scc","m":"bestiary/tokens/SCC/Inkling Mascot.webp","n":"Inkling Mascot"},{"id":3228,"c":1,"u":"lorehold%20apprentice_scc","p":197,"s":56,"h":1,"t":0,"uu":"lorehold apprentice|scc","m":"bestiary/tokens/SCC/Lorehold Apprentice.webp","n":"Lorehold Apprentice"},{"id":3229,"c":1,"u":"lorehold%20pledgemage_scc","p":197,"s":56,"h":1,"t":0,"uu":"lorehold pledgemage|scc","m":"bestiary/tokens/SCC/Lorehold Pledgemage.webp","n":"Lorehold Pledgemage"},{"id":3230,"c":1,"u":"lorehold%20professor%20of%20chaos_scc","p":198,"s":56,"h":1,"t":0,"uu":"lorehold professor of chaos|scc","m":"bestiary/tokens/SCC/Lorehold Professor of Chaos.webp","n":"Lorehold Professor of Chaos"},{"id":3231,"c":1,"u":"lorehold%20professor%20of%20order_scc","p":198,"s":56,"h":1,"t":0,"uu":"lorehold professor of order|scc","m":"bestiary/tokens/SCC/Lorehold Professor of Order.webp","n":"Lorehold Professor of Order"},{"id":3232,"c":1,"u":"mage%20hunter_scc","p":199,"s":56,"h":1,"t":0,"uu":"mage hunter|scc","m":"bestiary/tokens/SCC/Mage Hunter.webp","n":"Mage Hunter"},{"id":3233,"c":1,"u":"murgaxor_scc","p":180,"s":56,"h":1,"t":0,"uu":"murgaxor|scc","m":"bestiary/tokens/SCC/Murgaxor.webp","n":"Murgaxor"},{"id":3234,"c":1,"u":"oracle%20of%20strixhaven_scc","p":200,"s":56,"h":1,"t":0,"uu":"oracle of strixhaven|scc","m":"bestiary/tokens/SCC/Oracle of Strixhaven.webp","n":"Oracle of Strixhaven"},{"id":3235,"c":1,"u":"oriq%20blood%20mage_scc","p":201,"s":56,"h":1,"t":0,"uu":"oriq blood mage|scc","m":"bestiary/tokens/SCC/Oriq Blood Mage.webp","n":"Oriq Blood Mage"},{"id":3236,"c":1,"u":"oriq%20recruiter_scc","p":202,"s":56,"h":1,"t":0,"uu":"oriq recruiter|scc","m":"bestiary/tokens/SCC/Oriq Recruiter.webp","n":"Oriq Recruiter"},{"id":3237,"c":1,"u":"pest%20mascot_scc","p":203,"s":56,"h":1,"t":0,"uu":"pest mascot|scc","m":"bestiary/tokens/SCC/Pest Mascot.webp","n":"Pest Mascot"},{"id":3238,"c":1,"u":"prismari%20apprentice_scc","p":205,"s":56,"h":1,"t":0,"uu":"prismari apprentice|scc","m":"bestiary/tokens/SCC/Prismari Apprentice.webp","n":"Prismari Apprentice"},{"id":3239,"c":1,"u":"prismari%20pledgemage_scc","p":205,"s":56,"h":1,"t":0,"uu":"prismari pledgemage|scc","m":"bestiary/tokens/SCC/Prismari Pledgemage.webp","n":"Prismari Pledgemage"},{"id":3240,"c":1,"u":"prismari%20professor%20of%20expression_scc","p":206,"s":56,"h":1,"t":0,"uu":"prismari professor of expression|scc","m":"bestiary/tokens/SCC/Prismari Professor of Expression.webp","n":"Prismari Professor of Expression"},{"id":3241,"c":1,"u":"prismari%20professor%20of%20perfection_scc","p":206,"s":56,"h":1,"t":0,"uu":"prismari professor of perfection|scc","m":"bestiary/tokens/SCC/Prismari Professor of Perfection.webp","n":"Prismari Professor of Perfection"},{"id":3242,"c":1,"u":"quandrix%20apprentice_scc","p":208,"s":56,"h":1,"t":0,"uu":"quandrix apprentice|scc","m":"bestiary/tokens/SCC/Quandrix Apprentice.webp","n":"Quandrix Apprentice"},{"id":3243,"c":1,"u":"quandrix%20pledgemage_scc","p":208,"s":56,"h":1,"t":0,"uu":"quandrix pledgemage|scc","m":"bestiary/tokens/SCC/Quandrix Pledgemage.webp","n":"Quandrix Pledgemage"},{"id":3244,"c":1,"u":"quandrix%20professor%20of%20substance_scc","p":209,"s":56,"h":1,"t":0,"uu":"quandrix professor of substance|scc","m":"bestiary/tokens/SCC/Quandrix Professor of Substance.webp","n":"Quandrix Professor of Substance"},{"id":3245,"c":1,"u":"quandrix%20professor%20of%20theory_scc","p":209,"s":56,"h":1,"t":0,"uu":"quandrix professor of theory|scc","m":"bestiary/tokens/SCC/Quandrix Professor of Theory.webp","n":"Quandrix Professor of Theory"},{"id":3246,"c":1,"u":"relic%20sloth_scc","p":210,"s":56,"h":1,"t":0,"uu":"relic sloth|scc","m":"bestiary/tokens/SCC/Relic Sloth.webp","n":"Relic Sloth"},{"id":3247,"c":1,"u":"ruin%20grinder_scc","p":211,"s":56,"h":1,"t":0,"uu":"ruin grinder|scc","m":"bestiary/tokens/SCC/Ruin Grinder.webp","n":"Ruin Grinder"},{"id":3248,"c":1,"u":"scufflecup%20teacup_scc","p":159,"s":56,"h":1,"t":0,"uu":"scufflecup teacup|scc","m":"bestiary/tokens/SCC/Scufflecup Teacup.webp","n":"Scufflecup Teacup"},{"id":3249,"c":1,"u":"shadrix%20silverquill_scc","p":212,"s":56,"h":1,"t":0,"uu":"shadrix silverquill|scc","m":"bestiary/tokens/SCC/Shadrix Silverquill.webp","n":"Shadrix Silverquill"},{"id":3250,"c":1,"u":"silverquill%20apprentice_scc","p":214,"s":56,"h":1,"t":0,"uu":"silverquill apprentice|scc","m":"bestiary/tokens/SCC/Silverquill Apprentice.webp","n":"Silverquill Apprentice"},{"id":3251,"c":1,"u":"silverquill%20pledgemage_scc","p":214,"s":56,"h":1,"t":0,"uu":"silverquill pledgemage|scc","m":"bestiary/tokens/SCC/Silverquill Pledgemage.webp","n":"Silverquill Pledgemage"},{"id":3252,"c":1,"u":"silverquill%20professor%20of%20radiance_scc","p":215,"s":56,"h":1,"t":0,"uu":"silverquill professor of radiance|scc","m":"bestiary/tokens/SCC/Silverquill Professor of Radiance.webp","n":"Silverquill Professor of Radiance"},{"id":3253,"c":1,"u":"silverquill%20professor%20of%20shadow_scc","p":215,"s":56,"h":1,"t":0,"uu":"silverquill professor of shadow|scc","m":"bestiary/tokens/SCC/Silverquill Professor of Shadow.webp","n":"Silverquill Professor of Shadow"},{"id":3254,"c":1,"u":"spirit%20statue%20mascot_scc","p":216,"s":56,"h":1,"t":0,"uu":"spirit statue mascot|scc","m":"bestiary/tokens/SCC/Spirit Statue Mascot.webp","n":"Spirit Statue Mascot"},{"id":3255,"c":1,"u":"strixhaven%20campus%20guide_scc","p":217,"s":56,"h":1,"t":0,"uu":"strixhaven campus guide|scc","m":"bestiary/tokens/SCC/Strixhaven Campus Guide.webp","n":"Strixhaven Campus Guide"},{"id":3256,"c":1,"u":"tanazir%20quandrix_scc","p":218,"s":56,"h":1,"t":0,"uu":"tanazir quandrix|scc","m":"bestiary/tokens/SCC/Tanazir Quandrix.webp","n":"Tanazir Quandrix"},{"id":3257,"c":1,"u":"velomachus%20lorehold_scc","p":219,"s":56,"h":1,"t":0,"uu":"velomachus lorehold|scc","m":"bestiary/tokens/SCC/Velomachus Lorehold.webp","n":"Velomachus Lorehold"},{"id":3258,"c":1,"u":"witherbloom%20apprentice_scc","p":221,"s":56,"h":1,"t":0,"uu":"witherbloom apprentice|scc","m":"bestiary/tokens/SCC/Witherbloom Apprentice.webp","n":"Witherbloom Apprentice"},{"id":3259,"c":1,"u":"witherbloom%20pledgemage_scc","p":222,"s":56,"h":1,"t":0,"uu":"witherbloom pledgemage|scc","m":"bestiary/tokens/SCC/Witherbloom Pledgemage.webp","n":"Witherbloom Pledgemage"},{"id":3260,"c":1,"u":"witherbloom%20professor%20of%20decay_scc","p":223,"s":56,"h":1,"t":0,"uu":"witherbloom professor of decay|scc","m":"bestiary/tokens/SCC/Witherbloom Professor of Decay.webp","n":"Witherbloom Professor of Decay"},{"id":3261,"c":1,"u":"witherbloom%20professor%20of%20growth_scc","p":223,"s":56,"h":1,"t":0,"uu":"witherbloom professor of growth|scc","m":"bestiary/tokens/SCC/Witherbloom Professor of Growth.webp","n":"Witherbloom Professor of Growth"},{"id":3262,"c":1,"u":"y'demi_scc","p":172,"s":56,"h":1,"t":0,"uu":"y'demi|scc","m":"bestiary/tokens/SCC/Y'demi.webp","n":"Y'demi"},{"id":3263,"c":1,"u":"expert_sdw","s":57,"h":1,"t":0,"uu":"expert|sdw","m":"bestiary/tokens/SDW/Expert.webp","n":"Expert"},{"id":3264,"c":1,"u":"giant%20shark%20skeleton_sdw","s":57,"h":1,"t":0,"uu":"giant shark skeleton|sdw","m":"bestiary/tokens/SDW/Giant Shark Skeleton.webp","n":"Giant Shark Skeleton"},{"id":3265,"c":1,"u":"lhammaruntosz_sdw","s":57,"h":1,"t":0,"uu":"lhammaruntosz|sdw","m":"bestiary/tokens/SDW/Lhammaruntosz.webp","n":"Lhammaruntosz"},{"id":3266,"c":1,"u":"spellcaster%20(healer)_sdw","s":57,"h":1,"t":0,"uu":"spellcaster (healer)|sdw","m":"bestiary/tokens/SDW/Spellcaster (Healer).webp","n":"Spellcaster (Healer)"},{"id":3267,"c":1,"u":"spellcaster%20(mage)_sdw","s":57,"h":1,"t":0,"uu":"spellcaster (mage)|sdw","m":"bestiary/tokens/SDW/Spellcaster (Mage).webp","n":"Spellcaster (Mage)"},{"id":3268,"c":1,"u":"warrior_sdw","s":57,"h":1,"t":0,"uu":"warrior|sdw","m":"bestiary/tokens/SDW/Warrior.webp","n":"Warrior"},{"id":3269,"c":1,"u":"aarakocra%20simulacrum_skt","p":188,"s":58,"h":1,"t":0,"uu":"aarakocra simulacrum|skt","m":"bestiary/tokens/SKT/Aarakocra Simulacrum.webp","n":"Aarakocra Simulacrum"},{"id":3270,"c":1,"u":"alastrah_skt","p":197,"s":58,"h":1,"t":0,"uu":"alastrah|skt","m":"bestiary/tokens/SKT/Alastrah.webp","n":"Alastrah"},{"id":3271,"c":1,"u":"augrek%20brighthelm_skt","p":247,"s":58,"h":1,"t":0,"uu":"augrek brighthelm|skt","m":"bestiary/tokens/SKT/Augrek Brighthelm.webp","n":"Augrek Brighthelm"},{"id":3272,"c":1,"u":"axe%20of%20mirabar%20soldier_skt","p":98,"s":58,"h":1,"t":0,"uu":"axe of mirabar soldier|skt","m":"bestiary/tokens/SKT/Axe of Mirabar Soldier.webp","n":"Axe of Mirabar Soldier"},{"id":3273,"c":1,"u":"beldora_skt","p":249,"s":58,"h":1,"t":0,"uu":"beldora|skt","m":"bestiary/tokens/SKT/Beldora.webp","n":"Beldora"},{"id":3274,"c":1,"u":"braxow_skt","p":207,"s":58,"h":1,"t":0,"uu":"braxow|skt","m":"bestiary/tokens/SKT/Braxow.webp","n":"Braxow"},{"id":3275,"c":1,"u":"chief%20guh_skt","p":140,"s":58,"h":1,"t":0,"uu":"chief guh|skt","m":"bestiary/tokens/SKT/Chief Guh.webp","n":"Chief Guh"},{"id":3276,"c":1,"u":"chief%20kartha-kaya_skt","p":173,"s":58,"h":1,"t":0,"uu":"chief kartha-kaya|skt","m":"bestiary/tokens/SKT/Chief Kartha-Kaya.webp","n":"Chief Kartha-Kaya"},{"id":3277,"c":1,"u":"cinderhild_skt","p":182,"s":58,"h":1,"t":0,"uu":"cinderhild|skt","m":"bestiary/tokens/SKT/Cinderhild.webp","n":"Cinderhild"},{"id":3278,"c":1,"u":"claugiyliamatar_skt","p":96,"s":58,"h":1,"t":0,"uu":"claugiyliamatar|skt","m":"bestiary/tokens/SKT/Claugiyliamatar.webp","n":"Claugiyliamatar"},{"id":3279,"c":1,"u":"clockwork%20mule_skt","p":162,"s":58,"h":1,"t":0,"uu":"clockwork mule|skt","m":"bestiary/tokens/SKT/Clockwork Mule.webp","n":"Clockwork Mule"},{"id":3280,"c":1,"u":"cog_skt","p":209,"s":58,"h":1,"t":0,"uu":"cog|skt","m":"bestiary/tokens/SKT/Cog.webp","n":"Cog"},{"id":3281,"c":1,"u":"count%20thullen_skt","p":198,"s":58,"h":1,"t":0,"uu":"count thullen|skt","m":"bestiary/tokens/SKT/Count Thullen.webp","n":"Count Thullen"},{"id":3282,"c":1,"u":"countess%20sansuri_skt","p":192,"s":58,"h":1,"t":0,"uu":"countess sansuri|skt","m":"bestiary/tokens/SKT/Countess Sansuri.webp","n":"Countess Sansuri"},{"id":3283,"c":1,"u":"crag%20cat_skt","p":240,"s":58,"h":1,"t":0,"uu":"crag cat|skt","m":"bestiary/tokens/SKT/Crag Cat.webp","n":"Crag Cat"},{"id":3284,"c":1,"u":"cressaro_skt","p":193,"s":58,"h":1,"t":0,"uu":"cressaro|skt","m":"bestiary/tokens/SKT/Cressaro.webp","n":"Cressaro"},{"id":3285,"c":1,"u":"cryovain_skt","p":165,"s":58,"h":1,"t":0,"uu":"cryovain|skt","m":"bestiary/tokens/SKT/Cryovain.webp","n":"Cryovain"},{"id":3286,"c":1,"u":"darathra%20shendrel_skt","p":253,"s":58,"h":1,"t":0,"uu":"darathra shendrel|skt","m":"bestiary/tokens/SKT/Darathra Shendrel.webp","n":"Darathra Shendrel"},{"id":3287,"c":1,"u":"darz%20helgar_skt","p":253,"s":58,"h":1,"t":0,"uu":"darz helgar|skt","m":"bestiary/tokens/SKT/Darz Helgar.webp","n":"Darz Helgar"},{"id":3288,"c":1,"u":"deadstone%20cleft%20stone%20giant_skt","p":146,"s":58,"h":1,"t":0,"uu":"deadstone cleft stone giant|skt","m":"bestiary/tokens/SKT/Deadstone Cleft Stone Giant.webp","n":"Deadstone Cleft Stone Giant"},{"id":3289,"c":1,"u":"duchess%20brimskarda_skt","p":185,"s":58,"h":1,"t":0,"uu":"duchess brimskarda|skt","m":"bestiary/tokens/SKT/Duchess Brimskarda.webp","n":"Duchess Brimskarda"},{"id":3290,"c":1,"u":"duke%20zalto_skt","p":184,"s":58,"h":1,"t":0,"uu":"duke zalto|skt","m":"bestiary/tokens/SKT/Duke Zalto.webp","n":"Duke Zalto"},{"id":3291,"c":1,"u":"duvessa%20shane_skt","p":248,"s":58,"h":1,"t":0,"uu":"duvessa shane|skt","m":"bestiary/tokens/SKT/Duvessa Shane.webp","n":"Duvessa Shane"},{"id":3292,"c":1,"u":"eigeron's%20ghost_skt","p":129,"s":58,"h":1,"t":0,"uu":"eigeron's ghost|skt","m":"bestiary/tokens/SKT/Eigeron's Ghost.webp","n":"Eigeron's Ghost"},{"id":3293,"c":1,"u":"elister_skt","p":154,"s":58,"h":1,"t":0,"uu":"elister|skt","m":"bestiary/tokens/SKT/Elister.webp","n":"Elister"},{"id":3294,"c":1,"u":"felbarren%20dwarf_skt","p":79,"s":58,"h":1,"t":0,"uu":"felbarren dwarf|skt","m":"bestiary/tokens/SKT/Felbarren Dwarf.webp","n":"Felbarren Dwarf"},{"id":3295,"c":1,"u":"felgolos_skt","p":192,"s":58,"h":1,"t":0,"uu":"felgolos|skt","m":"bestiary/tokens/SKT/Felgolos.webp","n":"Felgolos"},{"id":3296,"c":1,"u":"ghelryn%20foehammer_skt","p":255,"s":58,"h":1,"t":0,"uu":"ghelryn foehammer|skt","m":"bestiary/tokens/SKT/Ghelryn Foehammer.webp","n":"Ghelryn Foehammer"},{"id":3297,"c":1,"u":"giant%20raven_skt","p":66,"s":58,"h":1,"t":0,"uu":"giant raven|skt","m":"bestiary/tokens/SKT/Giant Raven.webp","n":"Giant Raven"},{"id":3298,"c":1,"u":"great%20chief%20halric%20bonesnapper_skt","p":89,"s":58,"h":1,"t":0,"uu":"great chief halric bonesnapper|skt","m":"bestiary/tokens/SKT/Great Chief Halric Bonesnapper.webp","n":"Great Chief Halric Bonesnapper"},{"id":3299,"c":1,"u":"harshnag_skt","p":120,"s":58,"h":1,"t":0,"uu":"harshnag|skt","m":"bestiary/tokens/SKT/Harshnag.webp","n":"Harshnag"},{"id":3300,"c":1,"u":"hellenhild_skt","p":207,"s":58,"h":1,"t":0,"uu":"hellenhild|skt","m":"bestiary/tokens/SKT/Hellenhild.webp","n":"Hellenhild"},{"id":3301,"c":1,"u":"huge%20stone%20golem_skt","p":153,"s":58,"h":1,"t":0,"uu":"huge stone golem|skt","m":"bestiary/tokens/SKT/Huge Stone Golem.webp","n":"Huge Stone Golem"},{"id":3302,"c":1,"u":"hulking%20crab_skt","p":240,"s":58,"h":1,"t":0,"uu":"hulking crab|skt","m":"bestiary/tokens/SKT/Hulking Crab.webp","n":"Hulking Crab"},{"id":3303,"c":1,"u":"hydia%20moonmusk_skt","p":148,"s":58,"h":1,"t":0,"uu":"hydia moonmusk|skt","m":"bestiary/tokens/SKT/Hydia Moonmusk.webp","n":"Hydia Moonmusk"},{"id":3304,"c":1,"u":"ice%20spider_skt","p":127,"s":58,"h":1,"t":0,"uu":"ice spider|skt","m":"bestiary/tokens/SKT/Ice Spider.webp","n":"Ice Spider"},{"id":3305,"c":1,"u":"ice%20spider%20queen_skt","p":128,"s":58,"h":1,"t":0,"uu":"ice spider queen|skt","m":"bestiary/tokens/SKT/Ice Spider Queen.webp","n":"Ice Spider Queen"},{"id":3306,"c":1,"u":"imperator%20uthor_skt","p":209,"s":58,"h":1,"t":0,"uu":"imperator uthor|skt","m":"bestiary/tokens/SKT/Imperator Uthor.webp","n":"Imperator Uthor"},{"id":3307,"c":1,"u":"isendraug_skt","p":164,"s":58,"h":1,"t":0,"uu":"isendraug|skt","m":"bestiary/tokens/SKT/Isendraug.webp","n":"Isendraug"},{"id":3308,"c":1,"u":"iymrith_skt","p":241,"s":58,"h":1,"t":0,"uu":"iymrith|skt","m":"bestiary/tokens/SKT/Iymrith.webp","n":"Iymrith"},{"id":3309,"c":1,"u":"jarl%20storvald_skt","p":165,"s":58,"h":1,"t":0,"uu":"jarl storvald|skt","m":"bestiary/tokens/SKT/Jarl Storvald.webp","n":"Jarl Storvald"},{"id":3310,"c":1,"u":"jasper%20dimmerchasm_skt","p":184,"s":58,"h":1,"t":0,"uu":"jasper dimmerchasm|skt","m":"bestiary/tokens/SKT/Jasper Dimmerchasm.webp","n":"Jasper Dimmerchasm"},{"id":3311,"c":1,"u":"kaaltar_skt","p":197,"s":58,"h":1,"t":0,"uu":"kaaltar|skt","m":"bestiary/tokens/SKT/Kaaltar.webp","n":"Kaaltar"},{"id":3312,"c":1,"u":"kella%20darkhope_skt","p":25,"s":58,"h":1,"t":0,"uu":"kella darkhope|skt","m":"bestiary/tokens/SKT/Kella Darkhope.webp","n":"Kella Darkhope"},{"id":3313,"c":1,"u":"khaspere%20drylund_skt","p":216,"s":58,"h":1,"t":0,"uu":"khaspere drylund|skt","m":"bestiary/tokens/SKT/Khaspere Drylund.webp","n":"Khaspere Drylund"},{"id":3314,"c":1,"u":"king%20hekaton_skt","p":222,"s":58,"h":1,"t":0,"uu":"king hekaton|skt","m":"bestiary/tokens/SKT/King Hekaton.webp","n":"King Hekaton"},{"id":3315,"c":1,"u":"klauth_skt","p":95,"s":58,"h":1,"t":0,"uu":"klauth|skt","m":"bestiary/tokens/SKT/Klauth.webp","n":"Klauth"},{"id":3316,"c":1,"u":"knight%20of%20the%20mithral%20shield_skt","p":79,"s":58,"h":1,"t":0,"uu":"knight of the mithral shield|skt","m":"bestiary/tokens/SKT/Knight of the Mithral Shield.webp","n":"Knight of the Mithral Shield"},{"id":3317,"c":1,"u":"lifferlas_skt","p":250,"s":58,"h":1,"t":0,"uu":"lifferlas|skt","m":"bestiary/tokens/SKT/Lifferlas.webp","n":"Lifferlas"},{"id":3318,"c":1,"u":"maegera%20the%20dawn%20titan_skt","p":241,"s":58,"h":1,"t":0,"uu":"maegera the dawn titan|skt","m":"bestiary/tokens/SKT/Maegera the Dawn Titan.webp","n":"Maegera the Dawn Titan"},{"id":3319,"c":1,"u":"markham%20southwell_skt","p":248,"s":58,"h":1,"t":0,"uu":"markham southwell|skt","m":"bestiary/tokens/SKT/Markham Southwell.webp","n":"Markham Southwell"},{"id":3320,"c":1,"u":"miros%20xelbrin_skt","p":251,"s":58,"h":1,"t":0,"uu":"miros xelbrin|skt","m":"bestiary/tokens/SKT/Miros Xelbrin.webp","n":"Miros Xelbrin"},{"id":3321,"c":1,"u":"mirran_skt","p":207,"s":58,"h":1,"t":0,"uu":"mirran|skt","m":"bestiary/tokens/SKT/Mirran.webp","n":"Mirran"},{"id":3322,"c":1,"u":"morak%20ur'gray_skt","p":31,"s":58,"h":1,"t":0,"uu":"morak ur'gray|skt","m":"bestiary/tokens/SKT/Morak Ur'gray.webp","n":"Morak Ur'gray"},{"id":3323,"c":1,"u":"narbeck%20horn_skt","p":114,"s":58,"h":1,"t":0,"uu":"narbeck horn|skt","m":"bestiary/tokens/SKT/Narbeck Horn.webp","n":"Narbeck Horn"},{"id":3324,"c":1,"u":"narth%20tezrin_skt","p":254,"s":58,"h":1,"t":0,"uu":"narth tezrin|skt","m":"bestiary/tokens/SKT/Narth Tezrin.webp","n":"Narth Tezrin"},{"id":3325,"c":1,"u":"naxene%20drathkala_skt","p":252,"s":58,"h":1,"t":0,"uu":"naxene drathkala|skt","m":"bestiary/tokens/SKT/Naxene Drathkala.webp","n":"Naxene Drathkala"},{"id":3326,"c":1,"u":"nimir_skt","p":256,"s":58,"h":1,"t":0,"uu":"nimir|skt","m":"bestiary/tokens/SKT/Nimir.webp","n":"Nimir"},{"id":3327,"c":1,"u":"noori_skt","p":127,"s":58,"h":1,"t":0,"uu":"noori|skt","m":"bestiary/tokens/SKT/Noori.webp","n":"Noori"},{"id":3328,"c":1,"u":"nym_skt","p":207,"s":58,"h":1,"t":0,"uu":"nym|skt","m":"bestiary/tokens/SKT/Nym.webp","n":"Nym"},{"id":3329,"c":1,"u":"ogre%20goblin%20hucker_skt","p":50,"s":58,"h":1,"t":0,"uu":"ogre goblin hucker|skt","m":"bestiary/tokens/SKT/Ogre Goblin Hucker.webp","n":"Ogre Goblin Hucker"},{"id":3330,"c":1,"u":"oren%20yogilvy_skt","p":252,"s":58,"h":1,"t":0,"uu":"oren yogilvy|skt","m":"bestiary/tokens/SKT/Oren Yogilvy.webp","n":"Oren Yogilvy"},{"id":3331,"c":1,"u":"orlekto_skt","p":256,"s":58,"h":1,"t":0,"uu":"orlekto|skt","m":"bestiary/tokens/SKT/Orlekto.webp","n":"Orlekto"},{"id":3332,"c":1,"u":"orok_skt","p":115,"s":58,"h":1,"t":0,"uu":"orok|skt","m":"bestiary/tokens/SKT/Orok.webp","n":"Orok"},{"id":3333,"c":1,"u":"othovir_skt","p":255,"s":58,"h":1,"t":0,"uu":"othovir|skt","m":"bestiary/tokens/SKT/Othovir.webp","n":"Othovir"},{"id":3334,"c":1,"u":"pig_skt","p":143,"s":58,"h":1,"t":0,"uu":"pig|skt","m":"bestiary/tokens/SKT/Pig.webp","n":"Pig"},{"id":3335,"c":1,"u":"pow%20ming_skt","p":216,"s":58,"h":1,"t":0,"uu":"pow ming|skt","m":"bestiary/tokens/SKT/Pow Ming.webp","n":"Pow Ming"},{"id":3336,"c":1,"u":"princess%20serissa_skt","p":209,"s":58,"h":1,"t":0,"uu":"princess serissa|skt","m":"bestiary/tokens/SKT/Princess Serissa.webp","n":"Princess Serissa"},{"id":3337,"c":1,"u":"purple%20wormling_skt","p":242,"s":58,"h":1,"t":0,"uu":"purple wormling|skt","m":"bestiary/tokens/SKT/Purple Wormling.webp","n":"Purple Wormling"},{"id":3338,"c":1,"u":"rool_skt","p":221,"s":58,"h":1,"t":0,"uu":"rool|skt","m":"bestiary/tokens/SKT/Rool.webp","n":"Rool"},{"id":3339,"c":1,"u":"sea%20elf_skt","p":70,"s":58,"h":1,"t":0,"uu":"sea elf|skt","m":"bestiary/tokens/SKT/Sea Elf.webp","n":"Sea Elf"},{"id":3340,"c":1,"u":"shaldoor_skt","p":256,"s":58,"h":1,"t":0,"uu":"shaldoor|skt","m":"bestiary/tokens/SKT/Shaldoor.webp","n":"Shaldoor"},{"id":3341,"c":1,"u":"shalvus%20martholio_skt","p":250,"s":58,"h":1,"t":0,"uu":"shalvus martholio|skt","m":"bestiary/tokens/SKT/Shalvus Martholio.webp","n":"Shalvus Martholio"},{"id":3342,"c":1,"u":"sharda_skt","p":103,"s":58,"h":1,"t":0,"uu":"sharda|skt","m":"bestiary/tokens/SKT/Sharda.webp","n":"Sharda"},{"id":3343,"c":1,"u":"sheep_skt","p":142,"s":58,"h":1,"t":0,"uu":"sheep|skt","m":"bestiary/tokens/SKT/Sheep.webp","n":"Sheep"},{"id":3344,"c":1,"u":"shield%20dwarf%20guard_skt","p":78,"s":58,"h":1,"t":0,"uu":"shield dwarf guard|skt","m":"bestiary/tokens/SKT/Shield Dwarf Guard.webp","n":"Shield Dwarf Guard"},{"id":3345,"c":1,"u":"shield%20dwarf%20noble_skt","p":78,"s":58,"h":1,"t":0,"uu":"shield dwarf noble|skt","m":"bestiary/tokens/SKT/Shield Dwarf Noble.webp","n":"Shield Dwarf Noble"},{"id":3346,"c":1,"u":"sir%20baric%20nylef_skt","p":249,"s":58,"h":1,"t":0,"uu":"sir baric nylef|skt","m":"bestiary/tokens/SKT/Sir Baric Nylef.webp","n":"Sir Baric Nylef"},{"id":3347,"c":1,"u":"sirac%20of%20suzail_skt","p":247,"s":58,"h":1,"t":0,"uu":"sirac of suzail|skt","m":"bestiary/tokens/SKT/Sirac of Suzail.webp","n":"Sirac of Suzail"},{"id":3348,"c":1,"u":"slarkrethel_skt","p":224,"s":58,"h":1,"t":0,"uu":"slarkrethel|skt","m":"bestiary/tokens/SKT/Slarkrethel.webp","n":"Slarkrethel"},{"id":3349,"c":1,"u":"stone%20giant%20statue_skt","p":127,"s":58,"h":1,"t":0,"uu":"stone giant statue|skt","m":"bestiary/tokens/SKT/Stone Giant Statue.webp","n":"Stone Giant Statue"},{"id":3350,"c":1,"u":"tartha_skt","p":207,"s":58,"h":1,"t":0,"uu":"tartha|skt","m":"bestiary/tokens/SKT/Tartha.webp","n":"Tartha"},{"id":3351,"c":1,"u":"tau_skt","p":103,"s":58,"h":1,"t":0,"uu":"tau|skt","m":"bestiary/tokens/SKT/Tau.webp","n":"Tau"},{"id":3352,"c":1,"u":"thane%20kayalithica_skt","p":153,"s":58,"h":1,"t":0,"uu":"thane kayalithica|skt","m":"bestiary/tokens/SKT/Thane Kayalithica.webp","n":"Thane Kayalithica"},{"id":3353,"c":1,"u":"the%20weevil_skt","p":114,"s":58,"h":1,"t":0,"uu":"the weevil|skt","m":"bestiary/tokens/SKT/The Weevil.webp","n":"The Weevil"},{"id":3354,"c":1,"u":"tholtz%20daggerdark_skt","p":221,"s":58,"h":1,"t":0,"uu":"tholtz daggerdark|skt","m":"bestiary/tokens/SKT/Tholtz Daggerdark.webp","n":"Tholtz Daggerdark"},{"id":3355,"c":1,"u":"thunderbeast%20skeleton_skt","p":99,"s":58,"h":1,"t":0,"uu":"thunderbeast skeleton|skt","m":"bestiary/tokens/SKT/Thunderbeast Skeleton.webp","n":"Thunderbeast Skeleton"},{"id":3356,"c":1,"u":"tressym_skt","p":242,"s":58,"h":1,"t":0,"uu":"tressym|skt","m":"bestiary/tokens/SKT/Tressym.webp","n":"Tressym"},{"id":3357,"c":1,"u":"tug_skt","p":209,"s":58,"h":1,"t":0,"uu":"tug|skt","m":"bestiary/tokens/SKT/Tug.webp","n":"Tug"},{"id":3358,"c":1,"u":"turlang_skt","p":107,"s":58,"h":1,"t":0,"uu":"turlang|skt","m":"bestiary/tokens/SKT/Turlang.webp","n":"Turlang"},{"id":3359,"c":1,"u":"urgala%20meltimer_skt","p":254,"s":58,"h":1,"t":0,"uu":"urgala meltimer|skt","m":"bestiary/tokens/SKT/Urgala Meltimer.webp","n":"Urgala Meltimer"},{"id":3360,"c":1,"u":"uthgardt%20barbarian%20leader_skt","p":86,"s":58,"h":1,"t":0,"uu":"uthgardt barbarian leader|skt","m":"bestiary/tokens/SKT/Uthgardt Barbarian Leader.webp","n":"Uthgardt Barbarian Leader"},{"id":3361,"c":1,"u":"uthgardt%20shaman_skt","p":243,"s":58,"h":1,"t":0,"uu":"uthgardt shaman|skt","m":"bestiary/tokens/SKT/Uthgardt Shaman.webp","n":"Uthgardt Shaman"},{"id":3362,"c":1,"u":"vaal_skt","p":207,"s":58,"h":1,"t":0,"uu":"vaal|skt","m":"bestiary/tokens/SKT/Vaal.webp","n":"Vaal"},{"id":3363,"c":1,"u":"vaasha_skt","p":256,"s":58,"h":1,"t":0,"uu":"vaasha|skt","m":"bestiary/tokens/SKT/Vaasha.webp","n":"Vaasha"},{"id":3364,"c":1,"u":"wiri%20fleagol_skt","p":176,"s":58,"h":1,"t":0,"uu":"wiri fleagol|skt","m":"bestiary/tokens/SKT/Wiri Fleagol.webp","n":"Wiri Fleagol"},{"id":3365,"c":1,"u":"wood%20elf_skt","p":28,"s":58,"h":1,"t":0,"uu":"wood elf|skt","m":"bestiary/tokens/SKT/Wood Elf.webp","n":"Wood Elf"},{"id":3366,"c":1,"u":"xolkin%20alassandar_skt","p":27,"s":58,"h":1,"t":0,"uu":"xolkin alassandar|skt","m":"bestiary/tokens/SKT/Xolkin Alassandar.webp","n":"Xolkin Alassandar"},{"id":3367,"c":1,"u":"yak_skt","p":172,"s":58,"h":1,"t":0,"uu":"yak|skt","m":"bestiary/tokens/SKT/Yak.webp","n":"Yak"},{"id":3368,"c":1,"u":"yakfolk%20priest_skt","p":245,"s":58,"h":1,"t":0,"uu":"yakfolk priest|skt","m":"bestiary/tokens/SKT/Yakfolk Priest.webp","n":"Yakfolk Priest"},{"id":3369,"c":1,"u":"yakfolk%20warrior_skt","p":244,"s":58,"h":1,"t":0,"uu":"yakfolk warrior|skt","m":"bestiary/tokens/SKT/Yakfolk Warrior.webp","n":"Yakfolk Warrior"},{"id":3370,"c":1,"u":"young%20cloud%20giant_skt","p":112,"s":58,"h":1,"t":0,"uu":"young cloud giant|skt","m":"bestiary/tokens/SKT/Young Cloud Giant.webp","n":"Young Cloud Giant"},{"id":3371,"c":1,"u":"zaltember_skt","p":180,"s":58,"h":1,"t":0,"uu":"zaltember|skt","m":"bestiary/tokens/SKT/Zaltember.webp","n":"Zaltember"},{"id":3372,"c":1,"u":"zephyros_skt","p":33,"s":58,"h":1,"t":0,"uu":"zephyros|skt","m":"bestiary/tokens/SKT/Zephyros.webp","n":"Zephyros"},{"id":3373,"c":1,"u":"zi%20liang_skt","p":251,"s":58,"h":1,"t":0,"uu":"zi liang|skt","m":"bestiary/tokens/SKT/Zi Liang.webp","n":"Zi Liang"},{"id":3374,"c":1,"u":"expert_slw","s":59,"h":1,"t":0,"uu":"expert|slw","m":"bestiary/tokens/SLW/Expert.webp","n":"Expert"},{"id":3375,"c":1,"u":"skull%20flier_slw","s":59,"h":1,"t":0,"uu":"skull flier|slw","m":"bestiary/tokens/SLW/Skull Flier.webp","n":"Skull Flier"},{"id":3376,"c":1,"u":"spellcaster%20(healer)_slw","s":59,"h":1,"t":0,"uu":"spellcaster (healer)|slw","m":"bestiary/tokens/SLW/Spellcaster (Healer).webp","n":"Spellcaster (Healer)"},{"id":3377,"c":1,"u":"spellcaster%20(mage)_slw","s":59,"h":1,"t":0,"uu":"spellcaster (mage)|slw","m":"bestiary/tokens/SLW/Spellcaster (Mage).webp","n":"Spellcaster (Mage)"},{"id":3378,"c":1,"u":"statue%20of%20talos_slw","s":59,"h":1,"t":0,"uu":"statue of talos|slw","m":"bestiary/tokens/SLW/Statue of Talos.webp","n":"Statue of Talos"},{"id":3379,"c":1,"u":"tooth-n-claw_slw","s":59,"h":1,"t":0,"uu":"tooth-n-claw|slw","m":"bestiary/tokens/SLW/Tooth-N-Claw.webp","n":"Tooth-N-Claw"},{"id":3380,"c":1,"u":"warrior_slw","s":59,"h":1,"t":0,"uu":"warrior|slw","m":"bestiary/tokens/SLW/Warrior.webp","n":"Warrior"},{"id":3381,"c":1,"u":"adranach_tdcsr","p":224,"s":60,"h":1,"dP":1,"t":0,"uu":"adranach|tdcsr","m":"bestiary/tokens/TDCSR/Adranach.webp","n":"Adranach"},{"id":3382,"c":1,"u":"ashari%20firetamer_tdcsr","p":226,"s":60,"h":1,"dP":1,"t":0,"uu":"ashari firetamer|tdcsr","m":"bestiary/tokens/TDCSR/Ashari Firetamer.webp","n":"Ashari Firetamer"},{"id":3383,"c":1,"u":"ashari%20skydancer_tdcsr","p":227,"s":60,"h":1,"dP":1,"t":0,"uu":"ashari skydancer|tdcsr","m":"bestiary/tokens/TDCSR/Ashari Skydancer.webp","n":"Ashari Skydancer"},{"id":3384,"c":1,"u":"ashari%20stoneguard_tdcsr","p":229,"s":60,"h":1,"dP":1,"t":0,"uu":"ashari stoneguard|tdcsr","m":"bestiary/tokens/TDCSR/Ashari Stoneguard.webp","n":"Ashari Stoneguard"},{"id":3385,"c":1,"u":"ashari%20waverider_tdcsr","p":230,"s":60,"h":1,"dP":1,"t":0,"uu":"ashari waverider|tdcsr","m":"bestiary/tokens/TDCSR/Ashari Waverider.webp","n":"Ashari Waverider"},{"id":3386,"c":1,"u":"black%20king_tdcsr","p":92,"s":60,"h":1,"dP":1,"t":0,"uu":"black king|tdcsr","m":"bestiary/tokens/TDCSR/Black King.webp","n":"Black King"},{"id":3387,"c":1,"u":"blighted%20sapling_tdcsr","p":172,"s":60,"h":1,"dP":1,"t":0,"uu":"blighted sapling|tdcsr","m":"bestiary/tokens/TDCSR/Blighted Sapling.webp","n":"Blighted Sapling"},{"id":3388,"c":1,"u":"centaur%20skeleton_tdcsr","p":256,"s":60,"h":1,"dP":1,"t":0,"uu":"centaur skeleton|tdcsr","m":"bestiary/tokens/TDCSR/Centaur Skeleton.webp","n":"Centaur Skeleton"},{"id":3389,"c":1,"u":"champion%20of%20ravens_tdcsr","p":275,"s":60,"h":1,"dP":1,"t":0,"uu":"champion of ravens|tdcsr","m":"bestiary/tokens/TDCSR/Champion of Ravens.webp","n":"Champion of Ravens"},{"id":3390,"c":1,"u":"champion%20of%20ravens_tdcsr","p":275,"s":60,"h":1,"dP":1,"t":0,"uu":"champion of ravens|tdcsr","m":"bestiary/tokens/TDCSR/Champion of Ravens.webp","n":"Vax'ildan"},{"id":3391,"c":1,"u":"cinderslag%20elemental_tdcsr","p":231,"s":60,"h":1,"dP":1,"t":0,"uu":"cinderslag elemental|tdcsr","m":"bestiary/tokens/TDCSR/Cinderslag Elemental.webp","n":"Cinderslag Elemental"},{"id":3392,"c":1,"u":"clasp%20cutthroat_tdcsr","p":232,"s":60,"h":1,"dP":1,"t":0,"uu":"clasp cutthroat|tdcsr","m":"bestiary/tokens/TDCSR/Clasp Cutthroat.webp","n":"Clasp Cutthroat"},{"id":3393,"c":1,"u":"clasp%20enforcer_tdcsr","p":233,"s":60,"h":1,"dP":1,"t":0,"uu":"clasp enforcer|tdcsr","m":"bestiary/tokens/TDCSR/Clasp Enforcer.webp","n":"Clasp Enforcer"},{"id":3394,"c":1,"u":"cobalt%20golem_tdcsr","p":240,"s":60,"h":1,"dP":1,"t":0,"uu":"cobalt golem|tdcsr","m":"bestiary/tokens/TDCSR/Cobalt Golem.webp","n":"Cobalt Golem"},{"id":3395,"c":1,"u":"cold%20snap%20spirit_tdcsr","p":234,"s":60,"h":1,"dP":1,"t":0,"uu":"cold snap spirit|tdcsr","m":"bestiary/tokens/TDCSR/Cold Snap Spirit.webp","n":"Cold Snap Spirit"},{"id":3396,"c":1,"u":"cyclops%20stormcaller_tdcsr","p":235,"s":60,"h":1,"dP":1,"t":0,"uu":"cyclops stormcaller|tdcsr","m":"bestiary/tokens/TDCSR/Cyclops Stormcaller.webp","n":"Cyclops Stormcaller"},{"id":3397,"c":1,"u":"demonfeed%20spider_tdcsr","p":237,"s":60,"h":1,"dP":1,"t":0,"uu":"demonfeed spider|tdcsr","m":"bestiary/tokens/TDCSR/Demonfeed Spider.webp","n":"Demonfeed Spider"},{"id":3398,"c":1,"u":"demonfeed%20spiderling_tdcsr","p":237,"s":60,"h":1,"dP":1,"t":0,"uu":"demonfeed spiderling|tdcsr","m":"bestiary/tokens/TDCSR/Demonfeed Spiderling.webp","n":"Demonfeed Spiderling"},{"id":3399,"c":1,"u":"diseased%20grick_tdcsr","p":122,"s":60,"h":1,"dP":1,"t":0,"uu":"diseased grick|tdcsr","m":"bestiary/tokens/TDCSR/Diseased Grick.webp","n":"Diseased Grick"},{"id":3400,"c":1,"u":"doty%20x_tdcsr","p":272,"s":60,"h":1,"dP":1,"t":0,"uu":"doty x|tdcsr","m":"bestiary/tokens/TDCSR/Doty X.webp","n":"Doty X"},{"id":3401,"c":1,"u":"drynna%20hydra_tdcsr","p":66,"s":60,"h":1,"dP":1,"t":0,"uu":"drynna hydra|tdcsr","m":"bestiary/tokens/TDCSR/Drynna Hydra.webp","n":"Drynna Hydra"},{"id":3402,"c":1,"u":"ember%20roc_tdcsr","p":238,"s":60,"h":1,"dP":1,"t":0,"uu":"ember roc|tdcsr","m":"bestiary/tokens/TDCSR/Ember Roc.webp","n":"Ember Roc"},{"id":3403,"c":1,"u":"flaming%20skeleton_tdcsr","p":256,"s":60,"h":1,"dP":1,"t":0,"uu":"flaming skeleton|tdcsr","m":"bestiary/tokens/TDCSR/Flaming Skeleton.webp","n":"Flaming Skeleton"},{"id":3404,"c":1,"u":"forge%20guardian_tdcsr","p":241,"s":60,"h":1,"dP":1,"t":0,"uu":"forge guardian|tdcsr","m":"bestiary/tokens/TDCSR/Forge Guardian.webp","n":"Forge Guardian"},{"id":3405,"c":1,"u":"goat-knight%20steed_tdcsr","p":246,"s":60,"h":1,"dP":1,"t":0,"uu":"goat-knight steed|tdcsr","m":"bestiary/tokens/TDCSR/Goat-Knight Steed.webp","n":"Goat-Knight Steed"},{"id":3406,"c":1,"u":"grog%20strongjaw_tdcsr","p":261,"s":60,"h":1,"dP":1,"t":0,"uu":"grog strongjaw|tdcsr","m":"bestiary/tokens/TDCSR/Grog Strongjaw.webp","n":"Grog Strongjaw"},{"id":3407,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":60,"h":1,"dP":1,"t":0,"uu":"jourrael, the caedogeist|tdcsr","m":"bestiary/tokens/TDCSR/Jourrael, the Caedogeist.webp","n":"Jourrael, the Caedogeist"},{"id":3408,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":60,"h":1,"dP":1,"t":0,"uu":"jourrael, the caedogeist|tdcsr","m":"bestiary/tokens/TDCSR/Jourrael, the Caedogeist.webp","n":"The Inevitable End"},{"id":3409,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":60,"h":1,"dP":1,"t":0,"uu":"jourrael, the caedogeist|tdcsr","m":"bestiary/tokens/TDCSR/Jourrael, the Caedogeist.webp","n":"Caedogeist"},{"id":3410,"c":1,"u":"keyleth%2c%20voice%20of%20the%20tempest_tdcsr","p":263,"s":60,"h":1,"dP":1,"t":0,"uu":"keyleth, voice of the tempest|tdcsr","m":"bestiary/tokens/TDCSR/Keyleth, Voice of the Tempest.webp","n":"Keyleth, Voice of the Tempest"},{"id":3411,"c":1,"u":"kraghammer%20goat-knight_tdcsr","p":246,"s":60,"h":1,"dP":1,"t":0,"uu":"kraghammer goat-knight|tdcsr","m":"bestiary/tokens/TDCSR/Kraghammer Goat-Knight.webp","n":"Kraghammer Goat-Knight"},{"id":3412,"c":1,"u":"mage%20hunter%20golem_tdcsr","p":242,"s":60,"h":1,"dP":1,"t":0,"uu":"mage hunter golem|tdcsr","m":"bestiary/tokens/TDCSR/Mage Hunter Golem.webp","n":"Mage Hunter Golem"},{"id":3413,"c":1,"u":"magma%20landshark_tdcsr","p":247,"s":60,"h":1,"dP":1,"t":0,"uu":"magma landshark|tdcsr","m":"bestiary/tokens/TDCSR/Magma Landshark.webp","n":"Magma Landshark"},{"id":3414,"c":1,"u":"master%20adranach_tdcsr","p":245,"s":60,"h":1,"dP":1,"t":0,"uu":"master adranach|tdcsr","m":"bestiary/tokens/TDCSR/Master Adranach.webp","n":"Master Adranach"},{"id":3415,"c":1,"u":"percival%20de%20rolo_tdcsr","p":266,"s":60,"h":1,"dP":1,"t":0,"uu":"percival de rolo|tdcsr","m":"bestiary/tokens/TDCSR/Percival de Rolo.webp","n":"Percival de Rolo"},{"id":3416,"c":1,"u":"percival%20de%20rolo_tdcsr","p":266,"s":60,"h":1,"dP":1,"t":0,"uu":"percival de rolo|tdcsr","m":"bestiary/tokens/TDCSR/Percival de Rolo.webp","n":"Lord Percival Fredrickstein von Musel Klossowski de Rolo III"},{"id":3417,"c":1,"u":"pike%20trickfoot_tdcsr","p":269,"s":60,"h":1,"dP":1,"t":0,"uu":"pike trickfoot|tdcsr","m":"bestiary/tokens/TDCSR/Pike Trickfoot.webp","n":"Pike Trickfoot"},{"id":3418,"c":1,"u":"pike%20trickfoot_tdcsr","p":269,"s":60,"h":1,"dP":1,"t":0,"uu":"pike trickfoot|tdcsr","m":"bestiary/tokens/TDCSR/Pike Trickfoot.webp","n":"Champion of Sarenrae"},{"id":3419,"c":1,"u":"plainscow_tdcsr","p":248,"s":60,"h":1,"dP":1,"t":0,"uu":"plainscow|tdcsr","m":"bestiary/tokens/TDCSR/Plainscow.webp","n":"Plainscow"},{"id":3420,"c":1,"u":"platinum%20golem_tdcsr","p":243,"s":60,"h":1,"dP":1,"t":0,"uu":"platinum golem|tdcsr","m":"bestiary/tokens/TDCSR/Platinum Golem.webp","n":"Platinum Golem"},{"id":3421,"c":1,"u":"ravager%20slaughter%20lord_tdcsr","p":250,"s":60,"h":1,"dP":1,"t":0,"uu":"ravager slaughter lord|tdcsr","m":"bestiary/tokens/TDCSR/Ravager Slaughter Lord.webp","n":"Ravager Slaughter Lord"},{"id":3422,"c":1,"u":"ravager%20stabby-stabber_tdcsr","p":250,"s":60,"h":1,"dP":1,"t":0,"uu":"ravager stabby-stabber|tdcsr","m":"bestiary/tokens/TDCSR/Ravager Stabby-Stabber.webp","n":"Ravager Stabby-Stabber"},{"id":3423,"c":1,"u":"remnant%20chosen_tdcsr","p":251,"s":60,"h":1,"dP":1,"t":0,"uu":"remnant chosen|tdcsr","m":"bestiary/tokens/TDCSR/Remnant Chosen.webp","n":"Remnant Chosen"},{"id":3424,"c":1,"u":"remnant%20cultist_tdcsr","p":252,"s":60,"h":1,"dP":1,"t":0,"uu":"remnant cultist|tdcsr","m":"bestiary/tokens/TDCSR/Remnant Cultist.webp","n":"Remnant Cultist"},{"id":3425,"c":1,"u":"rivermaw%20brawler_tdcsr","p":254,"s":60,"h":1,"dP":1,"t":0,"uu":"rivermaw brawler|tdcsr","m":"bestiary/tokens/TDCSR/Rivermaw Brawler.webp","n":"Rivermaw Brawler"},{"id":3426,"c":1,"u":"rivermaw%20stormborn_tdcsr","p":254,"s":60,"h":1,"dP":1,"t":0,"uu":"rivermaw stormborn|tdcsr","m":"bestiary/tokens/TDCSR/Rivermaw Stormborn.webp","n":"Rivermaw Stormborn"},{"id":3427,"c":1,"u":"sagacitous%20erusaire_tdcsr","p":122,"s":60,"h":1,"dP":1,"t":0,"uu":"sagacitous erusaire|tdcsr","m":"bestiary/tokens/TDCSR/Sagacitous Erusaire.webp","n":"Sagacitous Erusaire"},{"id":3428,"c":1,"u":"scanlan%20shorthalt_tdcsr","p":271,"s":60,"h":1,"dP":1,"t":0,"uu":"scanlan shorthalt|tdcsr","m":"bestiary/tokens/TDCSR/Scanlan Shorthalt.webp","n":"Scanlan Shorthalt"},{"id":3429,"c":1,"u":"taryon%20darrington_tdcsr","p":273,"s":60,"h":1,"dP":1,"t":0,"uu":"taryon darrington|tdcsr","m":"bestiary/tokens/TDCSR/Taryon Darrington.webp","n":"Taryon Darrington"},{"id":3430,"c":1,"u":"trinket_tdcsr","p":266,"s":60,"h":1,"dP":1,"t":0,"uu":"trinket|tdcsr","m":"bestiary/tokens/TDCSR/Trinket.webp","n":"Trinket"},{"id":3431,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Vex'ahlia"},{"id":3432,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Baroness of the First House of Whitestone"},{"id":3433,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Grand Mistress of the Grey Hunt"},{"id":3434,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Champion of Pelor"},{"id":3435,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Coinmistress of the Tal'Dorei Council"},{"id":3436,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Stubby"},{"id":3437,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Vex'ahlia Vessar"},{"id":3438,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"t":0,"uu":"vex'ahlia|tdcsr","m":"bestiary/tokens/TDCSR/Vex'ahlia.webp","n":"Vex'ahlia de Rolo"},{"id":3439,"c":1,"u":"vos'skyriss%20serpentfolk_tdcsr","p":258,"s":60,"h":1,"dP":1,"t":0,"uu":"vos'skyriss serpentfolk|tdcsr","m":"bestiary/tokens/TDCSR/Vos'skyriss Serpentfolk.webp","n":"Vos'skyriss Serpentfolk"},{"id":3440,"c":1,"u":"vos'skyriss%20serpentfolk%20ghost_tdcsr","p":258,"s":60,"h":1,"dP":1,"t":0,"uu":"vos'skyriss serpentfolk ghost|tdcsr","m":"bestiary/tokens/TDCSR/Vos'skyriss Serpentfolk Ghost.webp","n":"Vos'skyriss Serpentfolk Ghost"},{"id":3441,"c":1,"u":"wraithroot%20tree_tdcsr","p":259,"s":60,"h":1,"dP":1,"t":0,"uu":"wraithroot tree|tdcsr","m":"bestiary/tokens/TDCSR/Wraithroot Tree.webp","n":"Wraithroot Tree"},{"id":3442,"c":1,"u":"young%20magma%20landshark_tdcsr","p":248,"s":60,"h":1,"dP":1,"t":0,"uu":"young magma landshark|tdcsr","m":"bestiary/tokens/TDCSR/Young Magma Landshark.webp","n":"Young Magma Landshark"},{"id":3443,"c":1,"u":"amphisbaena_tftyp","p":84,"s":61,"h":1,"t":0,"uu":"amphisbaena|tftyp","m":"bestiary/tokens/TftYP/Amphisbaena.webp","n":"Amphisbaena"},{"id":3444,"c":1,"u":"animated%20table_tftyp","p":230,"s":61,"h":1,"t":0,"uu":"animated table|tftyp","m":"bestiary/tokens/TftYP/Animated Table.webp","n":"Animated Table"},{"id":3445,"c":1,"u":"ashdra_tftyp","p":158,"s":61,"h":1,"t":0,"uu":"ashdra|tftyp","m":"bestiary/tokens/TftYP/Ashdra.webp","n":"Ashdra"},{"id":3446,"c":1,"u":"bandagh_tftyp","p":159,"s":61,"h":1,"t":0,"uu":"bandagh|tftyp","m":"bestiary/tokens/TftYP/Bandagh.webp","n":"Bandagh"},{"id":3447,"c":1,"u":"belak%20the%20outcast_tftyp","p":9,"s":61,"h":1,"t":0,"uu":"belak the outcast|tftyp","m":"bestiary/tokens/TftYP/Belak the Outcast.webp","n":"Belak the Outcast"},{"id":3448,"c":1,"u":"bugbear%20gardener_tftyp","p":29,"s":61,"h":1,"t":0,"uu":"bugbear gardener|tftyp","m":"bestiary/tokens/TftYP/Bugbear Gardener.webp","n":"Bugbear Gardener"},{"id":3449,"c":1,"u":"bugbear%20lieutenant_tftyp","p":173,"s":61,"h":1,"t":0,"uu":"bugbear lieutenant|tftyp","m":"bestiary/tokens/TftYP/Bugbear Lieutenant.webp","n":"Bugbear Lieutenant"},{"id":3450,"c":1,"u":"calcryx_tftyp","p":23,"s":61,"h":1,"t":0,"uu":"calcryx|tftyp","m":"bestiary/tokens/TftYP/Calcryx.webp","n":"Calcryx"},{"id":3451,"c":1,"u":"centaur%20mummy_tftyp","p":231,"s":61,"h":1,"t":0,"uu":"centaur mummy|tftyp","m":"bestiary/tokens/TftYP/Centaur Mummy.webp","n":"Centaur Mummy"},{"id":3452,"c":1,"u":"chief%20nosnra_tftyp","p":170,"s":61,"h":1,"t":0,"uu":"chief nosnra|tftyp","m":"bestiary/tokens/TftYP/Chief Nosnra.webp","n":"Chief Nosnra"},{"id":3453,"c":1,"u":"cloud%20giant%20noble_tftyp","p":206,"s":61,"h":1,"t":0,"uu":"cloud giant noble|tftyp","m":"bestiary/tokens/TftYP/Cloud Giant Noble.webp","n":"Cloud Giant Noble"},{"id":3454,"c":1,"u":"curran%20corvalin_tftyp","p":158,"s":61,"h":1,"t":0,"uu":"curran corvalin|tftyp","m":"bestiary/tokens/TftYP/Curran Corvalin.webp","n":"Curran Corvalin"},{"id":3455,"c":1,"u":"dragonpriest_tftyp","p":16,"s":61,"h":1,"t":0,"uu":"dragonpriest|tftyp","m":"bestiary/tokens/TftYP/Dragonpriest.webp","n":"Dragonpriest"},{"id":3456,"c":1,"u":"dread%20warrior_tftyp","p":233,"s":61,"h":1,"t":0,"uu":"dread warrior|tftyp","m":"bestiary/tokens/TftYP/Dread Warrior.webp","n":"Dread Warrior"},{"id":3457,"c":1,"u":"drevin_tftyp","p":126,"s":61,"h":1,"t":0,"uu":"drevin|tftyp","m":"bestiary/tokens/TftYP/Drevin.webp","n":"Drevin"},{"id":3458,"c":1,"u":"drow%20commander_tftyp","p":209,"s":61,"h":1,"t":0,"uu":"drow commander|tftyp","m":"bestiary/tokens/TftYP/Drow Commander.webp","n":"Drow Commander"},{"id":3459,"c":1,"u":"duergar%20spy_tftyp","p":234,"s":61,"h":1,"t":0,"uu":"duergar spy|tftyp","m":"bestiary/tokens/TftYP/Duergar Spy.webp","n":"Duergar Spy"},{"id":3460,"c":1,"u":"durnn_tftyp","p":25,"s":61,"h":1,"t":0,"uu":"durnn|tftyp","m":"bestiary/tokens/TftYP/Durnn.webp","n":"Durnn"},{"id":3461,"c":1,"u":"eira_tftyp","p":159,"s":61,"h":1,"t":0,"uu":"eira|tftyp","m":"bestiary/tokens/TftYP/Eira.webp","n":"Eira"},{"id":3462,"c":1,"u":"elder%20black%20pudding_tftyp","p":143,"s":61,"h":1,"t":0,"uu":"elder black pudding|tftyp","m":"bestiary/tokens/TftYP/Elder Black Pudding.webp","n":"Elder Black Pudding"},{"id":3463,"c":1,"u":"elder%20giant%20lizard_tftyp","p":176,"s":61,"h":1,"t":0,"uu":"elder giant lizard|tftyp","m":"bestiary/tokens/TftYP/Elder Giant Lizard.webp","n":"Elder Giant Lizard"},{"id":3464,"c":1,"u":"erky%20timbers_tftyp","p":22,"s":61,"h":1,"t":0,"uu":"erky timbers|tftyp","m":"bestiary/tokens/TftYP/Erky Timbers.webp","n":"Erky Timbers"},{"id":3465,"c":1,"u":"estia_tftyp","p":189,"s":61,"h":1,"t":0,"uu":"estia|tftyp","m":"bestiary/tokens/TftYP/Estia.webp","n":"Estia"},{"id":3466,"c":1,"u":"fire%20giant%20royal%20headsman_tftyp","p":201,"s":61,"h":1,"t":0,"uu":"fire giant royal headsman|tftyp","m":"bestiary/tokens/TftYP/Fire Giant Royal Headsman.webp","n":"Fire Giant Royal Headsman"},{"id":3467,"c":1,"u":"fire%20giant%20servant_tftyp","p":171,"s":61,"h":1,"t":0,"uu":"fire giant servant|tftyp","m":"bestiary/tokens/TftYP/Fire Giant Servant.webp","n":"Fire Giant Servant"},{"id":3468,"c":1,"u":"flying%20shield_tftyp","p":224,"s":61,"h":1,"t":0,"uu":"flying shield|tftyp","m":"bestiary/tokens/TftYP/Flying Shield.webp","n":"Flying Shield"},{"id":3469,"c":1,"u":"four-armed%20gargoyle_tftyp","p":129,"s":61,"h":1,"t":0,"uu":"four-armed gargoyle|tftyp","m":"bestiary/tokens/TftYP/Four-Armed Gargoyle.webp","n":"Four-Armed Gargoyle"},{"id":3470,"c":1,"u":"frost%20giant%20servant_tftyp","p":187,"s":61,"h":1,"t":0,"uu":"frost giant servant|tftyp","m":"bestiary/tokens/TftYP/Frost Giant Servant.webp","n":"Frost Giant Servant"},{"id":3471,"c":1,"u":"gargantuan%20rug%20of%20smothering_tftyp","p":56,"s":61,"h":1,"t":0,"uu":"gargantuan rug of smothering|tftyp","m":"bestiary/tokens/TftYP/Gargantuan Rug of Smothering.webp","n":"Gargantuan Rug of Smothering"},{"id":3472,"c":1,"u":"giant%20crayfish_tftyp","p":235,"s":61,"h":1,"t":0,"uu":"giant crayfish|tftyp","m":"bestiary/tokens/TftYP/Giant Crayfish.webp","n":"Giant Crayfish"},{"id":3473,"c":1,"u":"giant%20ice%20toad_tftyp","p":235,"s":61,"h":1,"t":0,"uu":"giant ice toad|tftyp","m":"bestiary/tokens/TftYP/Giant Ice Toad.webp","n":"Giant Ice Toad"},{"id":3474,"c":1,"u":"giant%20lightning%20eel_tftyp","p":236,"s":61,"h":1,"t":0,"uu":"giant lightning eel|tftyp","m":"bestiary/tokens/TftYP/Giant Lightning Eel.webp","n":"Giant Lightning Eel"},{"id":3475,"c":1,"u":"giant%20skeleton_tftyp","p":236,"s":61,"h":1,"t":0,"uu":"giant skeleton|tftyp","m":"bestiary/tokens/TftYP/Giant Skeleton.webp","n":"Giant Skeleton"},{"id":3476,"c":1,"u":"giant%20subterranean%20lizard_tftyp","p":236,"s":61,"h":1,"t":0,"uu":"giant subterranean lizard|tftyp","m":"bestiary/tokens/TftYP/Giant Subterranean Lizard.webp","n":"Giant Subterranean Lizard"},{"id":3477,"c":1,"u":"goblin%20commoner_tftyp","p":24,"s":61,"h":1,"t":0,"uu":"goblin commoner|tftyp","m":"bestiary/tokens/TftYP/Goblin Commoner.webp","n":"Goblin Commoner"},{"id":3478,"c":1,"u":"gorvan%20ironheart_tftyp","p":151,"s":61,"h":1,"t":0,"uu":"gorvan ironheart|tftyp","m":"bestiary/tokens/TftYP/Gorvan Ironheart.webp","n":"Gorvan Ironheart"},{"id":3479,"c":1,"u":"great%20ulfe_tftyp","p":42,"s":61,"h":1,"t":0,"uu":"great ulfe|tftyp","m":"bestiary/tokens/TftYP/Great Ulfe.webp","n":"Great Ulfe"},{"id":3480,"c":1,"u":"greater%20zombie_tftyp","p":237,"s":61,"h":1,"t":0,"uu":"greater zombie|tftyp","m":"bestiary/tokens/TftYP/Greater Zombie.webp","n":"Greater Zombie"},{"id":3481,"c":1,"u":"grenl_tftyp","p":25,"s":61,"h":1,"t":0,"uu":"grenl|tftyp","m":"bestiary/tokens/TftYP/Grenl.webp","n":"Grenl"},{"id":3482,"c":1,"u":"grutha_tftyp","p":170,"s":61,"h":1,"t":0,"uu":"grutha|tftyp","m":"bestiary/tokens/TftYP/Grutha.webp","n":"Grutha"},{"id":3483,"c":1,"u":"guthash_tftyp","p":21,"s":61,"h":1,"t":0,"uu":"guthash|tftyp","m":"bestiary/tokens/TftYP/Guthash.webp","n":"Guthash"},{"id":3484,"c":1,"u":"hedrun%20arnsfirth_tftyp","p":160,"s":61,"h":1,"t":0,"uu":"hedrun arnsfirth|tftyp","m":"bestiary/tokens/TftYP/Hedrun Arnsfirth.webp","n":"Hedrun Arnsfirth"},{"id":3485,"c":1,"u":"hill%20giant%20sergeant_tftyp","p":170,"s":61,"h":1,"t":0,"uu":"hill giant sergeant|tftyp","m":"bestiary/tokens/TftYP/Hill Giant Sergeant.webp","n":"Hill Giant Sergeant"},{"id":3486,"c":1,"u":"hill%20giant%20servant_tftyp","p":170,"s":61,"h":1,"t":0,"uu":"hill giant servant|tftyp","m":"bestiary/tokens/TftYP/Hill Giant Servant.webp","n":"Hill Giant Servant"},{"id":3487,"c":1,"u":"hill%20giant%20subchief_tftyp","p":170,"s":61,"h":1,"t":0,"uu":"hill giant subchief|tftyp","m":"bestiary/tokens/TftYP/Hill Giant Subchief.webp","n":"Hill Giant Subchief"},{"id":3488,"c":1,"u":"huge%20giant%20crab_tftyp","p":103,"s":61,"h":1,"t":0,"uu":"huge giant crab|tftyp","m":"bestiary/tokens/TftYP/Huge Giant Crab.webp","n":"Huge Giant Crab"},{"id":3489,"c":1,"u":"huge%20ochre%20jelly_tftyp","p":225,"s":61,"h":1,"t":0,"uu":"huge ochre jelly|tftyp","m":"bestiary/tokens/TftYP/Huge Ochre Jelly.webp","n":"Huge Ochre Jelly"},{"id":3490,"c":1,"u":"huge%20polar%20bear_tftyp","p":187,"s":61,"h":1,"t":0,"uu":"huge polar bear|tftyp","m":"bestiary/tokens/TftYP/Huge Polar Bear.webp","n":"Huge Polar Bear"},{"id":3491,"c":1,"u":"irisoth_tftyp","p":157,"s":61,"h":1,"t":0,"uu":"irisoth|tftyp","m":"bestiary/tokens/TftYP/Irisoth.webp","n":"Irisoth"},{"id":3492,"c":1,"u":"jarl%20grugnur_tftyp","p":189,"s":61,"h":1,"t":0,"uu":"jarl grugnur|tftyp","m":"bestiary/tokens/TftYP/Jarl Grugnur.webp","n":"Jarl Grugnur"},{"id":3493,"c":1,"u":"jot_tftyp","p":15,"s":61,"h":1,"t":0,"uu":"jot|tftyp","m":"bestiary/tokens/TftYP/Jot.webp","n":"Jot"},{"id":3494,"c":1,"u":"kaarghaz_tftyp","p":45,"s":61,"h":1,"t":0,"uu":"kaarghaz|tftyp","m":"bestiary/tokens/TftYP/Kaarghaz.webp","n":"Kaarghaz"},{"id":3495,"c":1,"u":"kalka-kylla_tftyp","p":238,"s":61,"h":1,"t":0,"uu":"kalka-kylla|tftyp","m":"bestiary/tokens/TftYP/Kalka-Kylla.webp","n":"Kalka-Kylla"},{"id":3496,"c":1,"u":"kelpie_tftyp","p":238,"s":61,"h":1,"t":0,"uu":"kelpie|tftyp","m":"bestiary/tokens/TftYP/Kelpie.webp","n":"Kelpie"},{"id":3497,"c":1,"u":"kelson%20darktreader_tftyp","p":132,"s":61,"h":1,"t":0,"uu":"kelson darktreader|tftyp","m":"bestiary/tokens/TftYP/Kelson Darktreader.webp","n":"Kelson Darktreader"},{"id":3498,"c":1,"u":"kieren_tftyp","p":157,"s":61,"h":1,"t":0,"uu":"kieren|tftyp","m":"bestiary/tokens/TftYP/Kieren.webp","n":"Kieren"},{"id":3499,"c":1,"u":"king%20snurre_tftyp","p":193,"s":61,"h":1,"t":0,"uu":"king snurre|tftyp","m":"bestiary/tokens/TftYP/King Snurre.webp","n":"King Snurre"},{"id":3500,"c":1,"u":"kobold%20commoner_tftyp","p":18,"s":61,"h":1,"t":0,"uu":"kobold commoner|tftyp","m":"bestiary/tokens/TftYP/Kobold Commoner.webp","n":"Kobold Commoner"},{"id":3501,"c":1,"u":"kobold%20elite_tftyp","p":18,"s":61,"h":1,"t":0,"uu":"kobold elite|tftyp","m":"bestiary/tokens/TftYP/Kobold Elite.webp","n":"Kobold Elite"},{"id":3502,"c":1,"u":"lacedon_tftyp","p":147,"s":61,"h":1,"t":0,"uu":"lacedon|tftyp","m":"bestiary/tokens/TftYP/Lacedon.webp","n":"Lacedon"},{"id":3503,"c":1,"u":"lahnis_tftyp","p":131,"s":61,"h":1,"t":0,"uu":"lahnis|tftyp","m":"bestiary/tokens/TftYP/Lahnis.webp","n":"Lahnis"},{"id":3504,"c":1,"u":"lesser%20mummy%20lord_tftyp","p":224,"s":61,"h":1,"t":0,"uu":"lesser mummy lord|tftyp","m":"bestiary/tokens/TftYP/Lesser Mummy Lord.webp","n":"Lesser Mummy Lord"},{"id":3505,"c":1,"u":"lumalia_tftyp","p":153,"s":61,"h":1,"t":0,"uu":"lumalia|tftyp","m":"bestiary/tokens/TftYP/Lumalia.webp","n":"Lumalia"},{"id":3506,"c":1,"u":"malformed%20kraken_tftyp","p":239,"s":61,"h":1,"t":0,"uu":"malformed kraken|tftyp","m":"bestiary/tokens/TftYP/Malformed Kraken.webp","n":"Malformed Kraken"},{"id":3507,"c":1,"u":"mennek%20ariz_tftyp","p":157,"s":61,"h":1,"t":0,"uu":"mennek ariz|tftyp","m":"bestiary/tokens/TftYP/Mennek Ariz.webp","n":"Mennek Ariz"},{"id":3508,"c":1,"u":"nahual_tftyp","p":91,"s":61,"h":1,"t":0,"uu":"nahual|tftyp","m":"bestiary/tokens/TftYP/Nahual.webp","n":"Nahual"},{"id":3509,"c":1,"u":"nedylene_tftyp","p":209,"s":61,"h":1,"t":0,"uu":"nedylene|tftyp","m":"bestiary/tokens/TftYP/Nedylene.webp","n":"Nedylene"},{"id":3510,"c":1,"u":"nereid_tftyp","p":240,"s":61,"h":1,"t":0,"uu":"nereid|tftyp","m":"bestiary/tokens/TftYP/Nereid.webp","n":"Nereid"},{"id":3511,"c":1,"u":"nimira_tftyp","p":54,"s":61,"h":1,"t":0,"uu":"nimira|tftyp","m":"bestiary/tokens/TftYP/Nimira.webp","n":"Nimira"},{"id":3512,"c":1,"u":"obmi_tftyp","p":196,"s":61,"h":1,"t":0,"uu":"obmi|tftyp","m":"bestiary/tokens/TftYP/Obmi.webp","n":"Obmi"},{"id":3513,"c":1,"u":"ogre%20skeleton_tftyp","p":54,"s":61,"h":1,"t":0,"uu":"ogre skeleton|tftyp","m":"bestiary/tokens/TftYP/Ogre Skeleton.webp","n":"Ogre Skeleton"},{"id":3514,"c":1,"u":"ooze%20master_tftyp","p":241,"s":61,"h":1,"t":0,"uu":"ooze master|tftyp","m":"bestiary/tokens/TftYP/Ooze Master.webp","n":"Ooze Master"},{"id":3515,"c":1,"u":"orc%20commoner_tftyp","p":167,"s":61,"h":1,"t":0,"uu":"orc commoner|tftyp","m":"bestiary/tokens/TftYP/Orc Commoner.webp","n":"Orc Commoner"},{"id":3516,"c":1,"u":"oussa_tftyp","p":157,"s":61,"h":1,"t":0,"uu":"oussa|tftyp","m":"bestiary/tokens/TftYP/Oussa.webp","n":"Oussa"},{"id":3517,"c":1,"u":"phaia_tftyp","p":132,"s":61,"h":1,"t":0,"uu":"phaia|tftyp","m":"bestiary/tokens/TftYP/Phaia.webp","n":"Phaia"},{"id":3518,"c":1,"u":"reduced-threat%20aboleth_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat aboleth|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Aboleth.webp","n":"Reduced-Threat Aboleth"},{"id":3519,"c":1,"u":"reduced-threat%20basilisk_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat basilisk|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Basilisk.webp","n":"Reduced-Threat Basilisk"},{"id":3520,"c":1,"u":"reduced-threat%20behir_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat behir|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Behir.webp","n":"Reduced-Threat Behir"},{"id":3521,"c":1,"u":"reduced-threat%20beholder_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat beholder|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Beholder.webp","n":"Reduced-Threat Beholder"},{"id":3522,"c":1,"u":"reduced-threat%20black%20pudding_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat black pudding|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Black Pudding.webp","n":"Reduced-Threat Black Pudding"},{"id":3523,"c":1,"u":"reduced-threat%20carrion%20crawler_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat carrion crawler|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Carrion Crawler.webp","n":"Reduced-Threat Carrion Crawler"},{"id":3524,"c":1,"u":"reduced-threat%20clay%20golem_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat clay golem|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Clay Golem.webp","n":"Reduced-Threat Clay Golem"},{"id":3525,"c":1,"u":"reduced-threat%20darkmantle_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat darkmantle|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Darkmantle.webp","n":"Reduced-Threat Darkmantle"},{"id":3526,"c":1,"u":"reduced-threat%20displacer%20beast_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat displacer beast|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Displacer Beast.webp","n":"Reduced-Threat Displacer Beast"},{"id":3527,"c":1,"u":"reduced-threat%20dragon%20turtle_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat dragon turtle|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Dragon Turtle.webp","n":"Reduced-Threat Dragon Turtle"},{"id":3528,"c":1,"u":"reduced-threat%20ettercap_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat ettercap|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Ettercap.webp","n":"Reduced-Threat Ettercap"},{"id":3529,"c":1,"u":"reduced-threat%20flesh%20golem_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat flesh golem|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Flesh Golem.webp","n":"Reduced-Threat Flesh Golem"},{"id":3530,"c":1,"u":"reduced-threat%20glabrezu_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat glabrezu|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Glabrezu.webp","n":"Reduced-Threat Glabrezu"},{"id":3531,"c":1,"u":"reduced-threat%20gray%20ooze_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat gray ooze|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Gray Ooze.webp","n":"Reduced-Threat Gray Ooze"},{"id":3532,"c":1,"u":"reduced-threat%20helmed%20horror_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat helmed horror|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Helmed Horror.webp","n":"Reduced-Threat Helmed Horror"},{"id":3533,"c":1,"u":"reduced-threat%20hezrou_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat hezrou|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Hezrou.webp","n":"Reduced-Threat Hezrou"},{"id":3534,"c":1,"u":"reduced-threat%20hook%20horror_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat hook horror|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Hook Horror.webp","n":"Reduced-Threat Hook Horror"},{"id":3535,"c":1,"u":"reduced-threat%20ochre%20jelly_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat ochre jelly|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Ochre Jelly.webp","n":"Reduced-Threat Ochre Jelly"},{"id":3536,"c":1,"u":"reduced-threat%20otyugh_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat otyugh|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Otyugh.webp","n":"Reduced-Threat Otyugh"},{"id":3537,"c":1,"u":"reduced-threat%20owlbear_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat owlbear|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Owlbear.webp","n":"Reduced-Threat Owlbear"},{"id":3538,"c":1,"u":"reduced-threat%20peryton_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat peryton|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Peryton.webp","n":"Reduced-Threat Peryton"},{"id":3539,"c":1,"u":"reduced-threat%20remorhaz_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat remorhaz|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Remorhaz.webp","n":"Reduced-Threat Remorhaz"},{"id":3540,"c":1,"u":"reduced-threat%20stone%20golem_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat stone golem|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Stone Golem.webp","n":"Reduced-Threat Stone Golem"},{"id":3541,"c":1,"u":"reduced-threat%20vrock_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat vrock|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Vrock.webp","n":"Reduced-Threat Vrock"},{"id":3542,"c":1,"u":"reduced-threat%20wight_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat wight|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Wight.webp","n":"Reduced-Threat Wight"},{"id":3543,"c":1,"u":"reduced-threat%20wyvern_tftyp","p":113,"s":61,"h":1,"t":0,"uu":"reduced-threat wyvern|tftyp","m":"bestiary/tokens/TftYP/Reduced-Threat Wyvern.webp","n":"Reduced-Threat Wyvern"},{"id":3544,"c":1,"u":"scrag_tftyp","p":147,"s":61,"h":1,"t":0,"uu":"scrag|tftyp","m":"bestiary/tokens/TftYP/Scrag.webp","n":"Scrag"},{"id":3545,"c":1,"u":"sea%20lion_tftyp","p":242,"s":61,"h":1,"t":0,"uu":"sea lion|tftyp","m":"bestiary/tokens/TftYP/Sea Lion.webp","n":"Sea Lion"},{"id":3546,"c":1,"u":"sentient%20gray%20ooze_tftyp","p":158,"s":61,"h":1,"t":0,"uu":"sentient gray ooze|tftyp","m":"bestiary/tokens/TftYP/Sentient Gray Ooze.webp","n":"Sentient Gray Ooze"},{"id":3547,"c":1,"u":"sentient%20ochre%20jelly_tftyp","p":158,"s":61,"h":1,"t":0,"uu":"sentient ochre jelly|tftyp","m":"bestiary/tokens/TftYP/Sentient Ochre Jelly.webp","n":"Sentient Ochre Jelly"},{"id":3548,"c":1,"u":"shalendra%20floshin_tftyp","p":119,"s":61,"h":1,"t":0,"uu":"shalendra floshin|tftyp","m":"bestiary/tokens/TftYP/Shalendra Floshin.webp","n":"Shalendra Floshin"},{"id":3549,"c":1,"u":"sharwyn%20hucrele_tftyp","p":242,"s":61,"h":1,"t":0,"uu":"sharwyn hucrele|tftyp","m":"bestiary/tokens/TftYP/Sharwyn Hucrele.webp","n":"Sharwyn Hucrele"},{"id":3550,"c":1,"u":"sir%20braford_tftyp","p":243,"s":61,"h":1,"t":0,"uu":"sir braford|tftyp","m":"bestiary/tokens/TftYP/Sir Braford.webp","n":"Sir Braford"},{"id":3551,"c":1,"u":"siren_tftyp","p":243,"s":61,"h":1,"t":0,"uu":"siren|tftyp","m":"bestiary/tokens/TftYP/Siren.webp","n":"Siren"},{"id":3552,"c":1,"u":"snarla_tftyp","p":102,"s":61,"h":1,"t":0,"uu":"snarla|tftyp","m":"bestiary/tokens/TftYP/Snarla.webp","n":"Snarla"},{"id":3553,"c":1,"u":"snow%20leopard_tftyp","p":183,"s":61,"h":1,"t":0,"uu":"snow leopard|tftyp","m":"bestiary/tokens/TftYP/Snow Leopard.webp","n":"Snow Leopard"},{"id":3554,"c":1,"u":"snurrevin_tftyp","p":53,"s":61,"h":1,"t":0,"uu":"snurrevin|tftyp","m":"bestiary/tokens/TftYP/Snurrevin.webp","n":"Snurrevin"},{"id":3555,"c":1,"u":"stone%20dragon%20statue_tftyp","p":85,"s":61,"h":1,"t":0,"uu":"stone dragon statue|tftyp","m":"bestiary/tokens/TftYP/Stone Dragon Statue.webp","n":"Stone Dragon Statue"},{"id":3556,"c":1,"u":"tarul%20var_tftyp","p":244,"s":61,"h":1,"t":0,"uu":"tarul var|tftyp","m":"bestiary/tokens/TftYP/Tarul Var.webp","n":"Tarul Var"},{"id":3557,"c":1,"u":"tecuziztecatl_tftyp","p":245,"s":61,"h":1,"t":0,"uu":"tecuziztecatl|tftyp","m":"bestiary/tokens/TftYP/Tecuziztecatl.webp","n":"Tecuziztecatl"},{"id":3558,"c":1,"u":"thayan%20apprentice_tftyp","p":245,"s":61,"h":1,"t":0,"uu":"thayan apprentice|tftyp","m":"bestiary/tokens/TftYP/Thayan Apprentice.webp","n":"Thayan Apprentice"},{"id":3559,"c":1,"u":"thayan%20warrior_tftyp","p":246,"s":61,"h":1,"t":0,"uu":"thayan warrior|tftyp","m":"bestiary/tokens/TftYP/Thayan Warrior.webp","n":"Thayan Warrior"},{"id":3560,"c":1,"u":"the%20keeper_tftyp","p":173,"s":61,"h":1,"t":0,"uu":"the keeper|tftyp","m":"bestiary/tokens/TftYP/The Keeper.webp","n":"The Keeper"},{"id":3561,"c":1,"u":"therzt_tftyp","p":158,"s":61,"h":1,"t":0,"uu":"therzt|tftyp","m":"bestiary/tokens/TftYP/Therzt.webp","n":"Therzt"},{"id":3562,"c":1,"u":"thorn%20slinger_tftyp","p":246,"s":61,"h":1,"t":0,"uu":"thorn slinger|tftyp","m":"bestiary/tokens/TftYP/Thorn Slinger.webp","n":"Thorn Slinger"},{"id":3563,"c":1,"u":"tloques-popolocas_tftyp","p":68,"s":61,"h":1,"t":0,"uu":"tloques-popolocas|tftyp","m":"bestiary/tokens/TftYP/Tloques-Popolocas.webp","n":"Tloques-Popolocas"},{"id":3564,"c":1,"u":"torlin%20silvershield_tftyp","p":159,"s":61,"h":1,"t":0,"uu":"torlin silvershield|tftyp","m":"bestiary/tokens/TftYP/Torlin Silvershield.webp","n":"Torlin Silvershield"},{"id":3565,"c":1,"u":"werejaguar_tftyp","p":79,"s":61,"h":1,"t":0,"uu":"werejaguar|tftyp","m":"bestiary/tokens/TftYP/Werejaguar.webp","n":"Werejaguar"},{"id":3566,"c":1,"u":"white%20maw_tftyp","p":248,"s":61,"h":1,"t":0,"uu":"white maw|tftyp","m":"bestiary/tokens/TftYP/White Maw.webp","n":"White Maw"},{"id":3567,"c":1,"u":"xilonen_tftyp","p":83,"s":61,"h":1,"t":0,"uu":"xilonen|tftyp","m":"bestiary/tokens/TftYP/Xilonen.webp","n":"Xilonen"},{"id":3568,"c":1,"u":"yeti%20leader_tftyp","p":183,"s":61,"h":1,"t":0,"uu":"yeti leader|tftyp","m":"bestiary/tokens/TftYP/Yeti Leader.webp","n":"Yeti Leader"},{"id":3569,"c":1,"u":"young%20fire%20giant_tftyp","p":192,"s":61,"h":1,"t":0,"uu":"young fire giant|tftyp","m":"bestiary/tokens/TftYP/Young Fire Giant.webp","n":"Young Fire Giant"},{"id":3570,"c":1,"u":"young%20frost%20giant_tftyp","p":187,"s":61,"h":1,"t":0,"uu":"young frost giant|tftyp","m":"bestiary/tokens/TftYP/Young Frost Giant.webp","n":"Young Frost Giant"},{"id":3571,"c":1,"u":"young%20hill%20giant_tftyp","p":167,"s":61,"h":1,"t":0,"uu":"young hill giant|tftyp","m":"bestiary/tokens/TftYP/Young Hill Giant.webp","n":"Young Hill Giant"},{"id":3572,"c":1,"u":"young%20ogre%20servant_tftyp","p":171,"s":61,"h":1,"t":0,"uu":"young ogre servant|tftyp","m":"bestiary/tokens/TftYP/Young Ogre Servant.webp","n":"Young Ogre Servant"},{"id":3573,"c":1,"u":"young%20troglodyte_tftyp","p":176,"s":61,"h":1,"t":0,"uu":"young troglodyte|tftyp","m":"bestiary/tokens/TftYP/Young Troglodyte.webp","n":"Young Troglodyte"},{"id":3574,"c":1,"u":"young%20winter%20wolf_tftyp","p":181,"s":61,"h":1,"t":0,"uu":"young winter wolf|tftyp","m":"bestiary/tokens/TftYP/Young Winter Wolf.webp","n":"Young Winter Wolf"},{"id":3575,"c":1,"u":"yusdrayl_tftyp","p":248,"s":61,"h":1,"t":0,"uu":"yusdrayl|tftyp","m":"bestiary/tokens/TftYP/Yusdrayl.webp","n":"Yusdrayl"},{"id":3576,"c":1,"u":"acererak_toa","p":209,"s":62,"h":1,"t":0,"uu":"acererak|toa","m":"bestiary/tokens/ToA/Acererak.webp","n":"Acererak"},{"id":3577,"c":1,"u":"albino%20dwarf%20spirit%20warrior_toa","p":210,"s":62,"h":1,"t":0,"uu":"albino dwarf spirit warrior|toa","m":"bestiary/tokens/ToA/Albino Dwarf Spirit Warrior.webp","n":"Albino Dwarf Spirit Warrior"},{"id":3578,"c":1,"u":"albino%20dwarf%20warrior_toa","p":210,"s":62,"h":1,"t":0,"uu":"albino dwarf warrior|toa","m":"bestiary/tokens/ToA/Albino Dwarf Warrior.webp","n":"Albino Dwarf Warrior"},{"id":3579,"c":1,"u":"aldani%20(lobsterfolk)_toa","p":210,"s":62,"h":1,"t":0,"uu":"aldani (lobsterfolk)|toa","m":"bestiary/tokens/ToA/Aldani (Lobsterfolk).webp","n":"Aldani (Lobsterfolk)"},{"id":3580,"c":1,"u":"almiraj_toa","p":211,"s":62,"h":1,"t":0,"uu":"almiraj|toa","m":"bestiary/tokens/ToA/Almiraj.webp","n":"Almiraj"},{"id":3581,"c":1,"u":"ankylosaurus%20zombie_toa","p":240,"s":62,"h":1,"t":0,"uu":"ankylosaurus zombie|toa","m":"bestiary/tokens/ToA/Ankylosaurus Zombie.webp","n":"Ankylosaurus Zombie"},{"id":3582,"c":1,"u":"artus%20cimber_toa","p":212,"s":62,"h":1,"t":0,"uu":"artus cimber|toa","m":"bestiary/tokens/ToA/Artus Cimber.webp","n":"Artus Cimber"},{"id":3583,"c":1,"u":"asharra_toa","p":69,"s":62,"h":1,"t":0,"uu":"asharra|toa","m":"bestiary/tokens/ToA/Asharra.webp","n":"Asharra"},{"id":3584,"c":1,"u":"assassin%20vine_toa","p":213,"s":62,"h":1,"t":0,"uu":"assassin vine|toa","m":"bestiary/tokens/ToA/Assassin Vine.webp","n":"Assassin Vine"},{"id":3585,"c":1,"u":"atropal_toa","p":214,"s":62,"h":1,"t":0,"uu":"atropal|toa","m":"bestiary/tokens/ToA/Atropal.webp","n":"Atropal"},{"id":3586,"c":1,"u":"azaka%20stormfang_toa","p":33,"s":62,"h":1,"t":0,"uu":"azaka stormfang|toa","m":"bestiary/tokens/ToA/Azaka Stormfang.webp","n":"Azaka Stormfang"},{"id":3587,"c":1,"u":"bag%20of%20nails_toa","p":102,"s":62,"h":1,"t":0,"uu":"bag of nails|toa","m":"bestiary/tokens/ToA/Bag of Nails.webp","n":"Bag of Nails"},{"id":3588,"c":1,"u":"blind%20artist_toa","p":164,"s":62,"h":1,"t":0,"uu":"blind artist|toa","m":"bestiary/tokens/ToA/Blind Artist.webp","n":"Blind Artist"},{"id":3589,"c":1,"u":"bosco%20daggerhand_toa","p":68,"s":62,"h":1,"t":0,"uu":"bosco daggerhand|toa","m":"bestiary/tokens/ToA/Bosco Daggerhand.webp","n":"Bosco Daggerhand"},{"id":3590,"c":1,"u":"chwinga_toa","p":216,"s":62,"h":1,"t":0,"uu":"chwinga|toa","m":"bestiary/tokens/ToA/Chwinga.webp","n":"Chwinga"},{"id":3591,"c":1,"u":"clay%20gladiator_toa","p":100,"s":62,"h":1,"t":0,"uu":"clay gladiator|toa","m":"bestiary/tokens/ToA/Clay Gladiator.webp","n":"Clay Gladiator"},{"id":3592,"c":1,"u":"dragonbait_toa","p":218,"s":62,"h":1,"t":0,"uu":"dragonbait|toa","m":"bestiary/tokens/ToA/Dragonbait.webp","n":"Dragonbait"},{"id":3593,"c":1,"u":"drufi_toa","p":64,"s":62,"h":1,"t":0,"uu":"drufi|toa","m":"bestiary/tokens/ToA/Drufi.webp","n":"Drufi"},{"id":3594,"c":1,"u":"eblis_toa","p":219,"s":62,"h":1,"t":0,"uu":"eblis|toa","m":"bestiary/tokens/ToA/Eblis.webp","n":"Eblis"},{"id":3595,"c":1,"u":"ekene-afa_toa","p":25,"s":62,"h":1,"t":0,"uu":"ekene-afa|toa","m":"bestiary/tokens/ToA/Ekene-Afa.webp","n":"Ekene-Afa"},{"id":3596,"c":1,"u":"eku_toa","p":34,"s":62,"h":1,"t":0,"uu":"eku|toa","m":"bestiary/tokens/ToA/Eku.webp","n":"Eku"},{"id":3597,"c":1,"u":"elok%20jaharwon_toa","p":67,"s":62,"h":1,"t":0,"uu":"elok jaharwon|toa","m":"bestiary/tokens/ToA/Elok Jaharwon.webp","n":"Elok Jaharwon"},{"id":3598,"c":1,"u":"faroul_toa","p":34,"s":62,"h":1,"t":0,"uu":"faroul|toa","m":"bestiary/tokens/ToA/Faroul.webp","n":"Faroul"},{"id":3599,"c":1,"u":"fenthaza_toa","p":113,"s":62,"h":1,"t":0,"uu":"fenthaza|toa","m":"bestiary/tokens/ToA/Fenthaza.webp","n":"Fenthaza"},{"id":3600,"c":1,"u":"flask%20of%20wine_toa","p":35,"s":62,"h":1,"t":0,"uu":"flask of wine|toa","m":"bestiary/tokens/ToA/Flask of Wine.webp","n":"Flask of Wine"},{"id":3601,"c":1,"u":"flying%20monkey_toa","p":220,"s":62,"h":1,"t":0,"uu":"flying monkey|toa","m":"bestiary/tokens/ToA/Flying Monkey.webp","n":"Flying Monkey"},{"id":3602,"c":1,"u":"giant%20four-armed%20gargoyle_toa","p":221,"s":62,"h":1,"t":0,"uu":"giant four-armed gargoyle|toa","m":"bestiary/tokens/ToA/Giant Four-Armed Gargoyle.webp","n":"Giant Four-Armed Gargoyle"},{"id":3603,"c":1,"u":"giant%20snapping%20turtle_toa","p":222,"s":62,"h":1,"t":0,"uu":"giant snapping turtle|toa","m":"bestiary/tokens/ToA/Giant Snapping Turtle.webp","n":"Giant Snapping Turtle"},{"id":3604,"c":1,"u":"girallon%20zombie_toa","p":240,"s":62,"h":1,"t":0,"uu":"girallon zombie|toa","m":"bestiary/tokens/ToA/Girallon Zombie.webp","n":"Girallon Zombie"},{"id":3605,"c":1,"u":"gondolo_toa","p":34,"s":62,"h":1,"t":0,"uu":"gondolo|toa","m":"bestiary/tokens/ToA/Gondolo.webp","n":"Gondolo"},{"id":3606,"c":1,"u":"grabstab_toa","p":89,"s":62,"h":1,"t":0,"uu":"grabstab|toa","m":"bestiary/tokens/ToA/Grabstab.webp","n":"Grabstab"},{"id":3607,"c":1,"u":"grandfather%20zitembe_toa","p":20,"s":62,"h":1,"t":0,"uu":"grandfather zitembe|toa","m":"bestiary/tokens/ToA/Grandfather Zitembe.webp","n":"Grandfather Zitembe"},{"id":3608,"c":1,"u":"hew%20hackinstone_toa","p":33,"s":62,"h":1,"t":0,"uu":"hew hackinstone|toa","m":"bestiary/tokens/ToA/Hew Hackinstone.webp","n":"Hew Hackinstone"},{"id":3609,"c":1,"u":"ifan%20talro'a_toa","p":25,"s":62,"h":1,"t":0,"uu":"ifan talro'a|toa","m":"bestiary/tokens/ToA/Ifan Talro'a.webp","n":"Ifan Talro'a"},{"id":3610,"c":1,"u":"jaculi_toa","p":225,"s":62,"h":1,"t":0,"uu":"jaculi|toa","m":"bestiary/tokens/ToA/Jaculi.webp","n":"Jaculi"},{"id":3611,"c":1,"u":"jessamine_toa","p":26,"s":62,"h":1,"t":0,"uu":"jessamine|toa","m":"bestiary/tokens/ToA/Jessamine.webp","n":"Jessamine"},{"id":3612,"c":1,"u":"jobal_toa","p":26,"s":62,"h":1,"t":0,"uu":"jobal|toa","m":"bestiary/tokens/ToA/Jobal.webp","n":"Jobal"},{"id":3613,"c":1,"u":"kamadan_toa","p":225,"s":62,"h":1,"t":0,"uu":"kamadan|toa","m":"bestiary/tokens/ToA/Kamadan.webp","n":"Kamadan"},{"id":3614,"c":1,"u":"king%20of%20feathers_toa","p":106,"s":62,"h":1,"t":0,"uu":"king of feathers|toa","m":"bestiary/tokens/ToA/King of Feathers.webp","n":"King of Feathers"},{"id":3615,"c":1,"u":"kupalu%c3%a9_toa","p":35,"s":62,"h":1,"t":0,"uu":"kupalué|toa","m":"bestiary/tokens/ToA/Kupalue.webp","n":"Kupalue"},{"id":3616,"c":1,"u":"kwayoth%c3%a9_toa","p":26,"s":62,"h":1,"t":0,"uu":"kwayothé|toa","m":"bestiary/tokens/ToA/Kwayothe.webp","n":"Kwayothe"},{"id":3617,"c":1,"u":"laskilar_toa","p":67,"s":62,"h":1,"t":0,"uu":"laskilar|toa","m":"bestiary/tokens/ToA/Laskilar.webp","n":"Laskilar"},{"id":3618,"c":1,"u":"liara%20portyr_toa","p":227,"s":62,"h":1,"t":0,"uu":"liara portyr|toa","m":"bestiary/tokens/ToA/Liara Portyr.webp","n":"Liara Portyr"},{"id":3619,"c":1,"u":"mantrap_toa","p":227,"s":62,"h":1,"t":0,"uu":"mantrap|toa","m":"bestiary/tokens/ToA/Mantrap.webp","n":"Mantrap"},{"id":3620,"c":1,"u":"mister%20threadneedle_toa","p":183,"s":62,"h":1,"t":0,"uu":"mister threadneedle|toa","m":"bestiary/tokens/ToA/Mister Threadneedle.webp","n":"Mister Threadneedle"},{"id":3621,"c":1,"u":"musharib_toa","p":34,"s":62,"h":1,"t":0,"uu":"musharib|toa","m":"bestiary/tokens/ToA/Musharib.webp","n":"Musharib"},{"id":3622,"c":1,"u":"mwaxanar%c3%a9_toa","p":228,"s":62,"h":1,"t":0,"uu":"mwaxanaré|toa","m":"bestiary/tokens/ToA/Mwaxanare.webp","n":"Mwaxanare"},{"id":3623,"c":1,"u":"na_toa","p":228,"s":62,"h":1,"t":0,"uu":"na|toa","m":"bestiary/tokens/ToA/Na.webp","n":"Na"},{"id":3624,"c":1,"u":"nanny%20pu'pu_toa","p":72,"s":62,"h":1,"t":0,"uu":"nanny pu'pu|toa","m":"bestiary/tokens/ToA/Nanny Pu'pu.webp","n":"Nanny Pu'pu"},{"id":3625,"c":1,"u":"nepartak_toa","p":137,"s":62,"h":1,"t":0,"uu":"nepartak|toa","m":"bestiary/tokens/ToA/Nepartak.webp","n":"Nepartak"},{"id":3626,"c":1,"u":"niles%20breakbone_toa","p":47,"s":62,"h":1,"t":0,"uu":"niles breakbone|toa","m":"bestiary/tokens/ToA/Niles Breakbone.webp","n":"Niles Breakbone"},{"id":3627,"c":1,"u":"ortimay%20swift%20and%20dark_toa","p":21,"s":62,"h":1,"t":0,"uu":"ortimay swift and dark|toa","m":"bestiary/tokens/ToA/Ortimay Swift and Dark.webp","n":"Ortimay Swift and Dark"},{"id":3628,"c":1,"u":"orvex%20ocrammas_toa","p":96,"s":62,"h":1,"t":0,"uu":"orvex ocrammas|toa","m":"bestiary/tokens/ToA/Orvex Ocrammas.webp","n":"Orvex Ocrammas"},{"id":3629,"c":1,"u":"pterafolk_toa","p":229,"s":62,"h":1,"t":0,"uu":"pterafolk|toa","m":"bestiary/tokens/ToA/Pterafolk.webp","n":"Pterafolk"},{"id":3630,"c":1,"u":"qawasha_toa","p":35,"s":62,"h":1,"t":0,"uu":"qawasha|toa","m":"bestiary/tokens/ToA/Qawasha.webp","n":"Qawasha"},{"id":3631,"c":1,"u":"ras%20nsi_toa","p":230,"s":62,"h":1,"t":0,"uu":"ras nsi|toa","m":"bestiary/tokens/ToA/Ras Nsi.webp","n":"Ras Nsi"},{"id":3632,"c":1,"u":"river%20mist_toa","p":35,"s":62,"h":1,"t":0,"uu":"river mist|toa","m":"bestiary/tokens/ToA/River Mist.webp","n":"River Mist"},{"id":3633,"c":1,"u":"salida_toa","p":35,"s":62,"h":1,"t":0,"uu":"salida|toa","m":"bestiary/tokens/ToA/Salida.webp","n":"Salida"},{"id":3634,"c":1,"u":"sekelok_toa","p":120,"s":62,"h":1,"t":0,"uu":"sekelok|toa","m":"bestiary/tokens/ToA/Sekelok.webp","n":"Sekelok"},{"id":3635,"c":1,"u":"shago_toa","p":35,"s":62,"h":1,"t":0,"uu":"shago|toa","m":"bestiary/tokens/ToA/Shago.webp","n":"Shago"},{"id":3636,"c":1,"u":"skeleton%20key_toa","p":126,"s":62,"h":1,"t":0,"uu":"skeleton key|toa","m":"bestiary/tokens/ToA/Skeleton Key.webp","n":"Skeleton Key"},{"id":3637,"c":1,"u":"spiked%20tomb%20guardian_toa","p":154,"s":62,"h":1,"t":0,"uu":"spiked tomb guardian|toa","m":"bestiary/tokens/ToA/Spiked Tomb Guardian.webp","n":"Spiked Tomb Guardian"},{"id":3638,"c":1,"u":"stone%20juggernaut_toa","p":231,"s":62,"h":1,"t":0,"uu":"stone juggernaut|toa","m":"bestiary/tokens/ToA/Stone Juggernaut.webp","n":"Stone Juggernaut"},{"id":3639,"c":1,"u":"su-monster_toa","p":232,"s":62,"h":1,"t":0,"uu":"su-monster|toa","m":"bestiary/tokens/ToA/Su-monster.webp","n":"Su-monster"},{"id":3640,"c":1,"u":"syndra%20silvane_toa","p":8,"s":62,"h":1,"t":0,"uu":"syndra silvane|toa","m":"bestiary/tokens/ToA/Syndra Silvane.webp","n":"Syndra Silvane"},{"id":3641,"c":1,"u":"tabaxi%20hunter_toa","p":232,"s":62,"h":1,"t":0,"uu":"tabaxi hunter|toa","m":"bestiary/tokens/ToA/Tabaxi Hunter.webp","n":"Tabaxi Hunter"},{"id":3642,"c":1,"u":"tabaxi%20minstrel_toa","p":233,"s":62,"h":1,"t":0,"uu":"tabaxi minstrel|toa","m":"bestiary/tokens/ToA/Tabaxi Minstrel.webp","n":"Tabaxi Minstrel"},{"id":3643,"c":1,"u":"terracotta%20warrior_toa","p":161,"s":62,"h":1,"t":0,"uu":"terracotta warrior|toa","m":"bestiary/tokens/ToA/Terracotta Warrior.webp","n":"Terracotta Warrior"},{"id":3644,"c":1,"u":"tomb%20dwarf_toa","p":135,"s":62,"h":1,"t":0,"uu":"tomb dwarf|toa","m":"bestiary/tokens/ToA/Tomb Dwarf.webp","n":"Tomb Dwarf"},{"id":3645,"c":1,"u":"tomb%20guardian_toa","p":127,"s":62,"h":1,"t":0,"uu":"tomb guardian|toa","m":"bestiary/tokens/ToA/Tomb Guardian.webp","n":"Tomb Guardian"},{"id":3646,"c":1,"u":"tri-flower%20frond_toa","p":234,"s":62,"h":1,"t":0,"uu":"tri-flower frond|toa","m":"bestiary/tokens/ToA/Tri-flower Frond.webp","n":"Tri-flower Frond"},{"id":3647,"c":1,"u":"tyrannosaurus%20zombie_toa","p":241,"s":62,"h":1,"t":0,"uu":"tyrannosaurus zombie|toa","m":"bestiary/tokens/ToA/Tyrannosaurus Zombie.webp","n":"Tyrannosaurus Zombie"},{"id":3648,"c":1,"u":"valindra%20shadowmantle_toa","p":58,"s":62,"h":1,"t":0,"uu":"valindra shadowmantle|toa","m":"bestiary/tokens/ToA/Valindra Shadowmantle.webp","n":"Valindra Shadowmantle"},{"id":3649,"c":1,"u":"volothamp%20%22volo%22%20geddarm_toa","p":235,"s":62,"h":1,"t":0,"uu":"volothamp \"volo\" geddarm|toa","m":"bestiary/tokens/ToA/Volothamp Volo Geddarm.webp","n":"Volothamp \"Volo\" Geddarm"},{"id":3650,"c":1,"u":"wakanga%20o'tamu_toa","p":27,"s":62,"h":1,"t":0,"uu":"wakanga o'tamu|toa","m":"bestiary/tokens/ToA/Wakanga O'tamu.webp","n":"Wakanga O'tamu"},{"id":3651,"c":1,"u":"wild%20dog_toa","p":96,"s":62,"h":1,"t":0,"uu":"wild dog|toa","m":"bestiary/tokens/ToA/Wild Dog.webp","n":"Wild Dog"},{"id":3652,"c":1,"u":"wine%20weird_toa","p":141,"s":62,"h":1,"t":0,"uu":"wine weird|toa","m":"bestiary/tokens/ToA/Wine Weird.webp","n":"Wine Weird"},{"id":3653,"c":1,"u":"withers_toa","p":145,"s":62,"h":1,"t":0,"uu":"withers|toa","m":"bestiary/tokens/ToA/Withers.webp","n":"Withers"},{"id":3654,"c":1,"u":"xandala_toa","p":236,"s":62,"h":1,"t":0,"uu":"xandala|toa","m":"bestiary/tokens/ToA/Xandala.webp","n":"Xandala"},{"id":3655,"c":1,"u":"yellow%20musk%20creeper_toa","p":237,"s":62,"h":1,"t":0,"uu":"yellow musk creeper|toa","m":"bestiary/tokens/ToA/Yellow Musk Creeper.webp","n":"Yellow Musk Creeper"},{"id":3656,"c":1,"u":"yellow%20musk%20zombie_toa","p":237,"s":62,"h":1,"t":0,"uu":"yellow musk zombie|toa","m":"bestiary/tokens/ToA/Yellow Musk Zombie.webp","n":"Yellow Musk Zombie"},{"id":3657,"c":1,"u":"yorb_toa","p":108,"s":62,"h":1,"t":0,"uu":"yorb|toa","m":"bestiary/tokens/ToA/Yorb.webp","n":"Yorb"},{"id":3658,"c":1,"u":"yuan-ti%20priest_toa","p":118,"s":62,"h":1,"t":0,"uu":"yuan-ti priest|toa","m":"bestiary/tokens/ToA/Yuan-ti Priest.webp","n":"Yuan-ti Priest"},{"id":3659,"c":1,"u":"zalkor%c3%a9_toa","p":79,"s":62,"h":1,"t":0,"uu":"zalkoré|toa","m":"bestiary/tokens/ToA/Zalkore.webp","n":"Zalkore"},{"id":3660,"c":1,"u":"zaroum%20al-saryak_toa","p":67,"s":62,"h":1,"t":0,"uu":"zaroum al-saryak|toa","m":"bestiary/tokens/ToA/Zaroum Al-Saryak.webp","n":"Zaroum Al-Saryak"},{"id":3661,"c":1,"u":"zebra_toa","p":106,"s":62,"h":1,"t":0,"uu":"zebra|toa","m":"bestiary/tokens/ToA/Zebra.webp","n":"Zebra"},{"id":3662,"c":1,"u":"zhanthi_toa","p":27,"s":62,"h":1,"t":0,"uu":"zhanthi|toa","m":"bestiary/tokens/ToA/Zhanthi.webp","n":"Zhanthi"},{"id":3663,"c":1,"u":"zindar_toa","p":239,"s":62,"h":1,"t":0,"uu":"zindar|toa","m":"bestiary/tokens/ToA/Zindar.webp","n":"Zindar"},{"id":3664,"c":1,"u":"zorbo_toa","p":241,"s":62,"h":1,"t":0,"uu":"zorbo|toa","m":"bestiary/tokens/ToA/Zorbo.webp","n":"Zorbo"},{"id":3665,"c":1,"u":"abominable%20beauty_tob1-2023","p":11,"s":63,"h":1,"dP":1,"t":0,"uu":"abominable beauty|tob1-2023","m":"bestiary/tokens/ToB1-2023/Abominable Beauty.webp","n":"Abominable Beauty"},{"id":3666,"c":1,"u":"accursed%20defiler_tob1-2023","p":12,"s":63,"h":1,"dP":1,"t":0,"uu":"accursed defiler|tob1-2023","m":"bestiary/tokens/ToB1-2023/Accursed Defiler.webp","n":"Accursed Defiler"},{"id":3667,"c":1,"u":"adult%20cave%20dragon_tob1-2023","p":114,"s":63,"h":1,"dP":1,"t":0,"uu":"adult cave dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Cave Dragon.webp","n":"Adult Cave Dragon"},{"id":3668,"c":1,"u":"adult%20flame%20dragon_tob1-2023","p":118,"s":63,"h":1,"dP":1,"t":0,"uu":"adult flame dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Flame Dragon.webp","n":"Adult Flame Dragon"},{"id":3669,"c":1,"u":"adult%20mithral%20dragon_tob1-2023","p":122,"s":63,"h":1,"dP":1,"t":0,"uu":"adult mithral dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Mithral Dragon.webp","n":"Adult Mithral Dragon"},{"id":3670,"c":1,"u":"adult%20sea%20dragon_tob1-2023","p":126,"s":63,"h":1,"dP":1,"t":0,"uu":"adult sea dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Sea Dragon.webp","n":"Adult Sea Dragon"},{"id":3671,"c":1,"u":"adult%20void%20dragon_tob1-2023","p":129,"s":63,"h":1,"dP":1,"t":0,"uu":"adult void dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Void Dragon.webp","n":"Adult Void Dragon"},{"id":3672,"c":1,"u":"adult%20wind%20dragon_tob1-2023","p":134,"s":63,"h":1,"dP":1,"t":0,"uu":"adult wind dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Adult Wind Dragon.webp","n":"Adult Wind Dragon"},{"id":3673,"c":1,"u":"al-aeshma%20genie_tob1-2023","p":197,"s":63,"h":1,"dP":1,"t":0,"uu":"al-aeshma genie|tob1-2023","m":"bestiary/tokens/ToB1-2023/Al-Aeshma Genie.webp","n":"Al-Aeshma Genie"},{"id":3674,"c":1,"u":"ala_tob1-2023","p":13,"s":63,"h":1,"dP":1,"t":0,"uu":"ala|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ala.webp","n":"Ala"},{"id":3675,"c":1,"u":"alehouse%20drake_tob1-2023","p":138,"s":63,"h":1,"dP":1,"t":0,"uu":"alehouse drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Alehouse Drake.webp","n":"Alehouse Drake"},{"id":3676,"c":1,"u":"algorith_tob1-2023","p":14,"s":63,"h":1,"dP":1,"t":0,"uu":"algorith|tob1-2023","m":"bestiary/tokens/ToB1-2023/Algorith.webp","n":"Algorith"},{"id":3677,"c":1,"u":"alseid_tob1-2023","p":15,"s":63,"h":1,"dP":1,"t":0,"uu":"alseid|tob1-2023","m":"bestiary/tokens/ToB1-2023/Alseid.webp","n":"Alseid"},{"id":3678,"c":1,"u":"amphiptere_tob1-2023","p":16,"s":63,"h":1,"dP":1,"t":0,"uu":"amphiptere|tob1-2023","m":"bestiary/tokens/ToB1-2023/Amphiptere.webp","n":"Amphiptere"},{"id":3679,"c":1,"u":"ancient%20cave%20dragon_tob1-2023","p":113,"s":63,"h":1,"dP":1,"t":0,"uu":"ancient cave dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Cave Dragon.webp","n":"Ancient Cave Dragon"},{"id":3680,"c":1,"u":"ancient%20flame%20dragon_tob1-2023","p":117,"s":63,"h":1,"dP":1,"t":0,"uu":"ancient flame dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Flame Dragon.webp","n":"Ancient Flame Dragon"},{"id":3681,"c":1,"u":"ancient%20mithral%20dragon_tob1-2023","p":120,"s":63,"h":1,"dP":1,"t":0,"uu":"ancient mithral dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Mithral Dragon.webp","n":"Ancient Mithral Dragon"},{"id":3682,"c":1,"u":"ancient%20sea%20dragon_tob1-2023","p":125,"s":63,"h":1,"dP":1,"t":0,"uu":"ancient sea dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Sea Dragon.webp","n":"Ancient Sea Dragon"},{"id":3683,"c":1,"u":"ancient%20titan_tob1-2023","p":361,"s":63,"h":1,"dP":1,"t":0,"uu":"ancient titan|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Titan.webp","n":"Ancient Titan"},{"id":3684,"c":1,"u":"ancient%20void%20dragon_tob1-2023","p":128,"s":63,"h":1,"dP":1,"t":0,"uu":"ancient void dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Void Dragon.webp","n":"Ancient Void Dragon"},{"id":3685,"c":1,"u":"ancient%20wind%20dragon_tob1-2023","p":133,"s":63,"h":1,"dP":1,"t":0,"uu":"ancient wind dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ancient Wind Dragon.webp","n":"Ancient Wind Dragon"},{"id":3686,"c":1,"u":"angatra_tob1-2023","p":17,"s":63,"h":1,"dP":1,"t":0,"uu":"angatra|tob1-2023","m":"bestiary/tokens/ToB1-2023/Angatra.webp","n":"Angatra"},{"id":3687,"c":1,"u":"angler%20worm_tob1-2023","p":20,"s":63,"h":1,"dP":1,"t":0,"uu":"angler worm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Angler Worm.webp","n":"Angler Worm"},{"id":3688,"c":1,"u":"annelidast_tob1-2023","p":21,"s":63,"h":1,"dP":1,"t":0,"uu":"annelidast|tob1-2023","m":"bestiary/tokens/ToB1-2023/Annelidast.webp","n":"Annelidast"},{"id":3689,"c":1,"u":"anubian_tob1-2023","p":23,"s":63,"h":1,"dP":1,"t":0,"uu":"anubian|tob1-2023","m":"bestiary/tokens/ToB1-2023/Anubian.webp","n":"Anubian"},{"id":3690,"c":1,"u":"apau%20perape%20demon_tob1-2023","p":82,"s":63,"h":1,"dP":1,"t":0,"uu":"apau perape demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Apau Perape Demon.webp","n":"Apau Perape Demon"},{"id":3691,"c":1,"u":"arboreal%20grappler_tob1-2023","p":24,"s":63,"h":1,"dP":1,"t":0,"uu":"arboreal grappler|tob1-2023","m":"bestiary/tokens/ToB1-2023/Arboreal Grappler.webp","n":"Arboreal Grappler"},{"id":3692,"c":1,"u":"arcane%20guardian_tob1-2023","p":338,"s":63,"h":1,"dP":1,"t":0,"uu":"arcane guardian|tob1-2023","m":"bestiary/tokens/ToB1-2023/Arcane Guardian.webp","n":"Arcane Guardian"},{"id":3693,"c":1,"u":"arch-devil%20ia'affrat_tob1-2023","p":90,"s":63,"h":1,"dP":1,"t":0,"uu":"arch-devil ia'affrat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Arch-Devil Ia'Affrat.webp","n":"Arch-Devil Ia'Affrat"},{"id":3694,"c":1,"u":"aridni_tob1-2023","p":25,"s":63,"h":1,"dP":1,"t":0,"uu":"aridni|tob1-2023","m":"bestiary/tokens/ToB1-2023/Aridni.webp","n":"Aridni"},{"id":3695,"c":1,"u":"arx_tob1-2023","p":26,"s":63,"h":1,"dP":1,"t":0,"uu":"arx|tob1-2023","m":"bestiary/tokens/ToB1-2023/Arx.webp","n":"Arx"},{"id":3696,"c":1,"u":"asanbosam_tob1-2023","p":27,"s":63,"h":1,"dP":1,"t":0,"uu":"asanbosam|tob1-2023","m":"bestiary/tokens/ToB1-2023/Asanbosam.webp","n":"Asanbosam"},{"id":3697,"c":1,"u":"ash%20drake_tob1-2023","p":139,"s":63,"h":1,"dP":1,"t":0,"uu":"ash drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ash Drake.webp","n":"Ash Drake"},{"id":3698,"c":1,"u":"ashwalker_tob1-2023","p":28,"s":63,"h":1,"dP":1,"t":0,"uu":"ashwalker|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ashwalker.webp","n":"Ashwalker"},{"id":3699,"c":1,"u":"automata%20devil_tob1-2023","p":92,"s":63,"h":1,"dP":1,"t":0,"uu":"automata devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Automata Devil.webp","n":"Automata Devil"},{"id":3700,"c":1,"u":"azza%20gremlin_tob1-2023","p":222,"s":63,"h":1,"dP":1,"t":0,"uu":"azza gremlin|tob1-2023","m":"bestiary/tokens/ToB1-2023/Azza Gremlin.webp","n":"Azza Gremlin"},{"id":3701,"c":1,"u":"baba%20yaga's%20horsemen_tob1-2023","p":30,"s":63,"h":1,"dP":1,"t":0,"uu":"baba yaga's horsemen|tob1-2023","m":"bestiary/tokens/ToB1-2023/Baba Yaga's Horsemen.webp","n":"Baba Yaga's Horsemen"},{"id":3702,"c":1,"u":"bagiennik_tob1-2023","p":31,"s":63,"h":1,"dP":1,"t":0,"uu":"bagiennik|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bagiennik.webp","n":"Bagiennik"},{"id":3703,"c":1,"u":"bandit%20lord_tob1-2023","p":406,"s":63,"h":1,"dP":1,"t":0,"uu":"bandit lord|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bandit Lord.webp","n":"Bandit Lord"},{"id":3704,"c":1,"u":"bastet%20temple%20cat_tob1-2023","p":32,"s":63,"h":1,"dP":1,"t":0,"uu":"bastet temple cat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bastet Temple Cat.webp","n":"Bastet Temple Cat"},{"id":3705,"c":1,"u":"bear%20king_tob1-2023","p":172,"s":63,"h":1,"dP":1,"t":0,"uu":"bear king|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bear King.webp","n":"Bear King"},{"id":3706,"c":1,"u":"bearfolk_tob1-2023","p":33,"s":63,"h":1,"dP":1,"t":0,"uu":"bearfolk|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bearfolk.webp","n":"Bearfolk"},{"id":3707,"c":1,"u":"beggar%20ghoul_tob1-2023","p":200,"s":63,"h":1,"dP":1,"t":0,"uu":"beggar ghoul|tob1-2023","m":"bestiary/tokens/ToB1-2023/Beggar Ghoul.webp","n":"Beggar Ghoul"},{"id":3708,"c":1,"u":"beheaded%20vengeful%20spirit_tob1-2023","p":384,"s":63,"h":1,"dP":1,"t":0,"uu":"beheaded vengeful spirit|tob1-2023","m":"bestiary/tokens/ToB1-2023/Beheaded Vengeful Spirit.webp","n":"Beheaded Vengeful Spirit"},{"id":3709,"c":1,"u":"behtu_tob1-2023","p":34,"s":63,"h":1,"dP":1,"t":0,"uu":"behtu|tob1-2023","m":"bestiary/tokens/ToB1-2023/Behtu.webp","n":"Behtu"},{"id":3710,"c":1,"u":"beli_tob1-2023","p":35,"s":63,"h":1,"dP":1,"t":0,"uu":"beli|tob1-2023","m":"bestiary/tokens/ToB1-2023/Beli.webp","n":"Beli"},{"id":3711,"c":1,"u":"bereginyas_tob1-2023","p":36,"s":63,"h":1,"dP":1,"t":0,"uu":"bereginyas|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bereginyas.webp","n":"Bereginyas"},{"id":3712,"c":1,"u":"berstuc%20demon_tob1-2023","p":83,"s":63,"h":1,"dP":1,"t":0,"uu":"berstuc demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Berstuc Demon.webp","n":"Berstuc Demon"},{"id":3713,"c":1,"u":"black%20knight%20commander_tob1-2023","p":406,"s":63,"h":1,"dP":1,"t":0,"uu":"black knight commander|tob1-2023","m":"bestiary/tokens/ToB1-2023/Black Knight Commander.webp","n":"Black Knight Commander"},{"id":3714,"c":1,"u":"blemmyes_tob1-2023","p":37,"s":63,"h":1,"dP":1,"t":0,"uu":"blemmyes|tob1-2023","m":"bestiary/tokens/ToB1-2023/Blemmyes.webp","n":"Blemmyes"},{"id":3715,"c":1,"u":"blood%20hag_tob1-2023","p":226,"s":63,"h":1,"dP":1,"t":0,"uu":"blood hag|tob1-2023","m":"bestiary/tokens/ToB1-2023/Blood Hag.webp","n":"Blood Hag"},{"id":3716,"c":1,"u":"boloti_tob1-2023","p":38,"s":63,"h":1,"dP":1,"t":0,"uu":"boloti|tob1-2023","m":"bestiary/tokens/ToB1-2023/Boloti.webp","n":"Boloti"},{"id":3717,"c":1,"u":"bone%20collective_tob1-2023","p":39,"s":63,"h":1,"dP":1,"t":0,"uu":"bone collective|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bone Collective.webp","n":"Bone Collective"},{"id":3718,"c":1,"u":"bone%20crab_tob1-2023","p":40,"s":63,"h":1,"dP":1,"t":0,"uu":"bone crab|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bone Crab.webp","n":"Bone Crab"},{"id":3719,"c":1,"u":"bone%20swarm_tob1-2023","p":41,"s":63,"h":1,"dP":1,"t":0,"uu":"bone swarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bone Swarm.webp","n":"Bone Swarm"},{"id":3720,"c":1,"u":"bonepowder%20ghoul_tob1-2023","p":201,"s":63,"h":1,"dP":1,"t":0,"uu":"bonepowder ghoul|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bonepowder Ghoul.webp","n":"Bonepowder Ghoul"},{"id":3721,"c":1,"u":"bouda_tob1-2023","p":42,"s":63,"h":1,"dP":1,"t":0,"uu":"bouda|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bouda.webp","n":"Bouda"},{"id":3722,"c":1,"u":"broodiken_tob1-2023","p":43,"s":63,"h":1,"dP":1,"t":0,"uu":"broodiken|tob1-2023","m":"bestiary/tokens/ToB1-2023/Broodiken.webp","n":"Broodiken"},{"id":3723,"c":1,"u":"bucca_tob1-2023","p":44,"s":63,"h":1,"dP":1,"t":0,"uu":"bucca|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bucca.webp","n":"Bucca"},{"id":3724,"c":1,"u":"bukavac_tob1-2023","p":45,"s":63,"h":1,"dP":1,"t":0,"uu":"bukavac|tob1-2023","m":"bestiary/tokens/ToB1-2023/Bukavac.webp","n":"Bukavac"},{"id":3725,"c":1,"u":"buraq_tob1-2023","p":46,"s":63,"h":1,"dP":1,"t":0,"uu":"buraq|tob1-2023","m":"bestiary/tokens/ToB1-2023/Buraq.webp","n":"Buraq"},{"id":3726,"c":1,"u":"burrowling_tob1-2023","p":47,"s":63,"h":1,"dP":1,"t":0,"uu":"burrowling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Burrowling.webp","n":"Burrowling"},{"id":3727,"c":1,"u":"cactid_tob1-2023","p":48,"s":63,"h":1,"dP":1,"t":0,"uu":"cactid|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cactid.webp","n":"Cactid"},{"id":3728,"c":1,"u":"cambium_tob1-2023","p":49,"s":63,"h":1,"dP":1,"t":0,"uu":"cambium|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cambium.webp","n":"Cambium"},{"id":3729,"c":1,"u":"carrion%20beetle_tob1-2023","p":50,"s":63,"h":1,"dP":1,"t":0,"uu":"carrion beetle|tob1-2023","m":"bestiary/tokens/ToB1-2023/Carrion Beetle.webp","n":"Carrion Beetle"},{"id":3730,"c":1,"u":"caustic%20charger_tob1-2023","p":51,"s":63,"h":1,"dP":1,"t":0,"uu":"caustic charger|tob1-2023","m":"bestiary/tokens/ToB1-2023/Caustic Charger.webp","n":"Caustic Charger"},{"id":3731,"c":1,"u":"cave%20dragon%20wyrmling_tob1-2023","p":115,"s":63,"h":1,"dP":1,"t":0,"uu":"cave dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cave Dragon Wyrmling.webp","n":"Cave Dragon Wyrmling"},{"id":3732,"c":1,"u":"cavelight%20moss_tob1-2023","p":52,"s":63,"h":1,"dP":1,"t":0,"uu":"cavelight moss|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cavelight Moss.webp","n":"Cavelight Moss"},{"id":3733,"c":1,"u":"chained%20angel_tob1-2023","p":18,"s":63,"h":1,"dP":1,"t":0,"uu":"chained angel|tob1-2023","m":"bestiary/tokens/ToB1-2023/Chained Angel.webp","n":"Chained Angel"},{"id":3734,"c":1,"u":"chelicerae_tob1-2023","p":53,"s":63,"h":1,"dP":1,"t":0,"uu":"chelicerae|tob1-2023","m":"bestiary/tokens/ToB1-2023/Chelicerae.webp","n":"Chelicerae"},{"id":3735,"c":1,"u":"chernomoi_tob1-2023","p":54,"s":63,"h":1,"dP":1,"t":0,"uu":"chernomoi|tob1-2023","m":"bestiary/tokens/ToB1-2023/Chernomoi.webp","n":"Chernomoi"},{"id":3736,"c":1,"u":"child%20of%20the%20briar_tob1-2023","p":55,"s":63,"h":1,"dP":1,"t":0,"uu":"child of the briar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Child of the Briar.webp","n":"Child of the Briar"},{"id":3737,"c":1,"u":"chort%20devil_tob1-2023","p":93,"s":63,"h":1,"dP":1,"t":0,"uu":"chort devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Chort Devil.webp","n":"Chort Devil"},{"id":3738,"c":1,"u":"chronalmental_tob1-2023","p":56,"s":63,"h":1,"dP":1,"t":0,"uu":"chronalmental|tob1-2023","m":"bestiary/tokens/ToB1-2023/Chronalmental.webp","n":"Chronalmental"},{"id":3739,"c":1,"u":"cikavak_tob1-2023","p":57,"s":63,"h":1,"dP":1,"t":0,"uu":"cikavak|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cikavak.webp","n":"Cikavak"},{"id":3740,"c":1,"u":"citrullus_tob1-2023","p":58,"s":63,"h":1,"dP":1,"t":0,"uu":"citrullus|tob1-2023","m":"bestiary/tokens/ToB1-2023/Citrullus.webp","n":"Citrullus"},{"id":3741,"c":1,"u":"city%20watch%20captain_tob1-2023","p":407,"s":63,"h":1,"dP":1,"t":0,"uu":"city watch captain|tob1-2023","m":"bestiary/tokens/ToB1-2023/City Watch Captain.webp","n":"City Watch Captain"},{"id":3742,"c":1,"u":"clockwork%20abomination_tob1-2023","p":59,"s":63,"h":1,"dP":1,"t":0,"uu":"clockwork abomination|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Abomination.webp","n":"Clockwork Abomination"},{"id":3743,"c":1,"u":"clockwork%20beetle_tob1-2023","p":60,"s":63,"h":1,"dP":1,"t":0,"uu":"clockwork beetle|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Beetle.webp","n":"Clockwork Beetle"},{"id":3744,"c":1,"u":"clockwork%20beetle%20swarm_tob1-2023","p":60,"s":63,"h":1,"dP":1,"t":0,"uu":"clockwork beetle swarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Beetle Swarm.webp","n":"Clockwork Beetle Swarm"},{"id":3745,"c":1,"u":"clockwork%20hound_tob1-2023","p":61,"s":63,"h":1,"dP":1,"t":0,"uu":"clockwork hound|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Hound.webp","n":"Clockwork Hound"},{"id":3746,"c":1,"u":"clockwork%20huntsman_tob1-2023","p":62,"s":63,"h":1,"dP":1,"t":0,"uu":"clockwork huntsman|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Huntsman.webp","n":"Clockwork Huntsman"},{"id":3747,"c":1,"u":"clockwork%20myrmidon_tob1-2023","p":63,"s":63,"h":1,"dP":1,"t":0,"uu":"clockwork myrmidon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Myrmidon.webp","n":"Clockwork Myrmidon"},{"id":3748,"c":1,"u":"clockwork%20watchman_tob1-2023","p":64,"s":63,"h":1,"dP":1,"t":0,"uu":"clockwork watchman|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Watchman.webp","n":"Clockwork Watchman"},{"id":3749,"c":1,"u":"clockwork%20weaving%20spider_tob1-2023","p":65,"s":63,"h":1,"dP":1,"t":0,"uu":"clockwork weaving spider|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clockwork Weaving Spider.webp","n":"Clockwork Weaving Spider"},{"id":3750,"c":1,"u":"clurichaun_tob1-2023","p":66,"s":63,"h":1,"dP":1,"t":0,"uu":"clurichaun|tob1-2023","m":"bestiary/tokens/ToB1-2023/Clurichaun.webp","n":"Clurichaun"},{"id":3751,"c":1,"u":"cobbleswarm_tob1-2023","p":67,"s":63,"h":1,"dP":1,"t":0,"uu":"cobbleswarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Cobbleswarm.webp","n":"Cobbleswarm"},{"id":3752,"c":1,"u":"coral%20drake_tob1-2023","p":140,"s":63,"h":1,"dP":1,"t":0,"uu":"coral drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Coral Drake.webp","n":"Coral Drake"},{"id":3753,"c":1,"u":"corpse%20mound_tob1-2023","p":67,"s":63,"h":1,"dP":1,"t":0,"uu":"corpse mound|tob1-2023","m":"bestiary/tokens/ToB1-2023/Corpse Mound.webp","n":"Corpse Mound"},{"id":3754,"c":1,"u":"corrupted%20ushabti_tob1-2023","p":375,"s":63,"h":1,"dP":1,"t":0,"uu":"corrupted ushabti|tob1-2023","m":"bestiary/tokens/ToB1-2023/Corrupted Ushabti.webp","n":"Corrupted Ushabti"},{"id":3755,"c":1,"u":"corrupting%20ooze_tob1-2023","p":291,"s":63,"h":1,"dP":1,"t":0,"uu":"corrupting ooze|tob1-2023","m":"bestiary/tokens/ToB1-2023/Corrupting Ooze.webp","n":"Corrupting Ooze"},{"id":3756,"c":1,"u":"crimson%20drake_tob1-2023","p":141,"s":63,"h":1,"dP":1,"t":0,"uu":"crimson drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Crimson Drake.webp","n":"Crimson Drake"},{"id":3757,"c":1,"u":"crystalline%20devil_tob1-2023","p":94,"s":63,"h":1,"dP":1,"t":0,"uu":"crystalline devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Crystalline Devil.webp","n":"Crystalline Devil"},{"id":3758,"c":1,"u":"darakhul_tob1-2023","p":202,"s":63,"h":1,"dP":1,"t":0,"uu":"darakhul|tob1-2023","m":"bestiary/tokens/ToB1-2023/Darakhul.webp","n":"Darakhul"},{"id":3759,"c":1,"u":"dau_tob1-2023","p":69,"s":63,"h":1,"dP":1,"t":0,"uu":"dau|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dau.webp","n":"Dau"},{"id":3760,"c":1,"u":"death%20butterfly%20swarm_tob1-2023","p":70,"s":63,"h":1,"dP":1,"t":0,"uu":"death butterfly swarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Death Butterfly Swarm.webp","n":"Death Butterfly Swarm"},{"id":3761,"c":1,"u":"deathcap%20myconid_tob1-2023","p":280,"s":63,"h":1,"dP":1,"t":0,"uu":"deathcap myconid|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deathcap Myconid.webp","n":"Deathcap Myconid"},{"id":3762,"c":1,"u":"deathwisp_tob1-2023","p":71,"s":63,"h":1,"dP":1,"t":0,"uu":"deathwisp|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deathwisp.webp","n":"Deathwisp"},{"id":3763,"c":1,"u":"deep%20drake_tob1-2023","p":142,"s":63,"h":1,"dP":1,"t":0,"uu":"deep drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deep Drake.webp","n":"Deep Drake"},{"id":3764,"c":1,"u":"deep%20one_tob1-2023","p":72,"s":63,"h":1,"dP":1,"t":0,"uu":"deep one|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deep One.webp","n":"Deep One"},{"id":3765,"c":1,"u":"deep%20one%20archimandrite_tob1-2023","p":73,"s":63,"h":1,"dP":1,"t":0,"uu":"deep one archimandrite|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deep One Archimandrite.webp","n":"Deep One Archimandrite"},{"id":3766,"c":1,"u":"deep%20one%20priest_tob1-2023","p":72,"s":63,"h":1,"dP":1,"t":0,"uu":"deep one priest|tob1-2023","m":"bestiary/tokens/ToB1-2023/Deep One Priest.webp","n":"Deep One Priest"},{"id":3767,"c":1,"u":"degenerate%20titan_tob1-2023","p":362,"s":63,"h":1,"dP":1,"t":0,"uu":"degenerate titan|tob1-2023","m":"bestiary/tokens/ToB1-2023/Degenerate Titan.webp","n":"Degenerate Titan"},{"id":3768,"c":1,"u":"demon%20lord%20akyishigal_tob1-2023","p":74,"s":63,"h":1,"dP":1,"t":0,"uu":"demon lord akyishigal|tob1-2023","m":"bestiary/tokens/ToB1-2023/Demon Lord Akyishigal.webp","n":"Demon Lord Akyishigal"},{"id":3769,"c":1,"u":"demon%20lord%20camazotz_tob1-2023","p":76,"s":63,"h":1,"dP":1,"t":0,"uu":"demon lord camazotz|tob1-2023","m":"bestiary/tokens/ToB1-2023/Demon Lord Camazotz.webp","n":"Demon Lord Camazotz"},{"id":3770,"c":1,"u":"demon%20lord%20mechuiti_tob1-2023","p":78,"s":63,"h":1,"dP":1,"t":0,"uu":"demon lord mechuiti|tob1-2023","m":"bestiary/tokens/ToB1-2023/Demon Lord Mechuiti.webp","n":"Demon Lord Mechuiti"},{"id":3771,"c":1,"u":"demon%20lord%20qorgeth_tob1-2023","p":80,"s":63,"h":1,"dP":1,"t":0,"uu":"demon lord qorgeth|tob1-2023","m":"bestiary/tokens/ToB1-2023/Demon Lord Qorgeth.webp","n":"Demon Lord Qorgeth"},{"id":3772,"c":1,"u":"derro%20fetal%20savant_tob1-2023","p":88,"s":63,"h":1,"dP":1,"t":0,"uu":"derro fetal savant|tob1-2023","m":"bestiary/tokens/ToB1-2023/Derro Fetal Savant.webp","n":"Derro Fetal Savant"},{"id":3773,"c":1,"u":"derro%20shadow%20antipaladin_tob1-2023","p":89,"s":63,"h":1,"dP":1,"t":0,"uu":"derro shadow antipaladin|tob1-2023","m":"bestiary/tokens/ToB1-2023/Derro Shadow Antipaladin.webp","n":"Derro Shadow Antipaladin"},{"id":3774,"c":1,"u":"desert%20giant_tob1-2023","p":205,"s":63,"h":1,"dP":1,"t":0,"uu":"desert giant|tob1-2023","m":"bestiary/tokens/ToB1-2023/Desert Giant.webp","n":"Desert Giant"},{"id":3775,"c":1,"u":"devilbound%20gnome_tob1-2023","p":408,"s":63,"h":1,"dP":1,"t":0,"uu":"devilbound gnome|tob1-2023","m":"bestiary/tokens/ToB1-2023/Devilbound Gnome.webp","n":"Devilbound Gnome"},{"id":3776,"c":1,"u":"dipsa_tob1-2023","p":105,"s":63,"h":1,"dP":1,"t":0,"uu":"dipsa|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dipsa.webp","n":"Dipsa"},{"id":3777,"c":1,"u":"dissimortuum_tob1-2023","p":106,"s":63,"h":1,"dP":1,"t":0,"uu":"dissimortuum|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dissimortuum.webp","n":"Dissimortuum"},{"id":3778,"c":1,"u":"dogmole_tob1-2023","p":107,"s":63,"h":1,"dP":1,"t":0,"uu":"dogmole|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dogmole.webp","n":"Dogmole"},{"id":3779,"c":1,"u":"dogmole%20juggernaut_tob1-2023","p":107,"s":63,"h":1,"dP":1,"t":0,"uu":"dogmole juggernaut|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dogmole Juggernaut.webp","n":"Dogmole Juggernaut"},{"id":3780,"c":1,"u":"domovoi_tob1-2023","p":108,"s":63,"h":1,"dP":1,"t":0,"uu":"domovoi|tob1-2023","m":"bestiary/tokens/ToB1-2023/Domovoi.webp","n":"Domovoi"},{"id":3781,"c":1,"u":"doppelrat_tob1-2023","p":109,"s":63,"h":1,"dP":1,"t":0,"uu":"doppelrat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Doppelrat.webp","n":"Doppelrat"},{"id":3782,"c":1,"u":"dorreq_tob1-2023","p":110,"s":63,"h":1,"dP":1,"t":0,"uu":"dorreq|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dorreq.webp","n":"Dorreq"},{"id":3783,"c":1,"u":"dragon%20eel_tob1-2023","p":111,"s":63,"h":1,"dP":1,"t":0,"uu":"dragon eel|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dragon Eel.webp","n":"Dragon Eel"},{"id":3784,"c":1,"u":"dragonleaf%20tree_tob1-2023","p":137,"s":63,"h":1,"dP":1,"t":0,"uu":"dragonleaf tree|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dragonleaf Tree.webp","n":"Dragonleaf Tree"},{"id":3785,"c":1,"u":"drakon_tob1-2023","p":147,"s":63,"h":1,"dP":1,"t":0,"uu":"drakon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Drakon.webp","n":"Drakon"},{"id":3786,"c":1,"u":"dream%20eater_tob1-2023","p":148,"s":63,"h":1,"dP":1,"t":0,"uu":"dream eater|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dream Eater.webp","n":"Dream Eater"},{"id":3787,"c":1,"u":"drowned%20maiden_tob1-2023","p":149,"s":63,"h":1,"dP":1,"t":0,"uu":"drowned maiden|tob1-2023","m":"bestiary/tokens/ToB1-2023/Drowned Maiden.webp","n":"Drowned Maiden"},{"id":3788,"c":1,"u":"dullahan_tob1-2023","p":151,"s":63,"h":1,"dP":1,"t":0,"uu":"dullahan|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dullahan.webp","n":"Dullahan"},{"id":3789,"c":1,"u":"dune%20mimic_tob1-2023","p":268,"s":63,"h":1,"dP":1,"t":0,"uu":"dune mimic|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dune Mimic.webp","n":"Dune Mimic"},{"id":3790,"c":1,"u":"duskthorn%20dryad_tob1-2023","p":150,"s":63,"h":1,"dP":1,"t":0,"uu":"duskthorn dryad|tob1-2023","m":"bestiary/tokens/ToB1-2023/Duskthorn Dryad.webp","n":"Duskthorn Dryad"},{"id":3791,"c":1,"u":"dust%20goblin_tob1-2023","p":215,"s":63,"h":1,"dP":1,"t":0,"uu":"dust goblin|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dust Goblin.webp","n":"Dust Goblin"},{"id":3792,"c":1,"u":"dwarven%20ringmage_tob1-2023","p":409,"s":63,"h":1,"dP":1,"t":0,"uu":"dwarven ringmage|tob1-2023","m":"bestiary/tokens/ToB1-2023/Dwarven Ringmage.webp","n":"Dwarven Ringmage"},{"id":3793,"c":1,"u":"eala_tob1-2023","p":152,"s":63,"h":1,"dP":1,"t":0,"uu":"eala|tob1-2023","m":"bestiary/tokens/ToB1-2023/Eala.webp","n":"Eala"},{"id":3794,"c":1,"u":"eater%20of%20dust_tob1-2023","p":153,"s":63,"h":1,"dP":1,"t":0,"uu":"eater of dust|tob1-2023","m":"bestiary/tokens/ToB1-2023/Eater of Dust.webp","n":"Eater of Dust"},{"id":3795,"c":1,"u":"edimmu_tob1-2023","p":154,"s":63,"h":1,"dP":1,"t":0,"uu":"edimmu|tob1-2023","m":"bestiary/tokens/ToB1-2023/Edimmu.webp","n":"Edimmu"},{"id":3796,"c":1,"u":"eel%20hound_tob1-2023","p":155,"s":63,"h":1,"dP":1,"t":0,"uu":"eel hound|tob1-2023","m":"bestiary/tokens/ToB1-2023/Eel Hound.webp","n":"Eel Hound"},{"id":3797,"c":1,"u":"einherjar_tob1-2023","p":156,"s":63,"h":1,"dP":1,"t":0,"uu":"einherjar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Einherjar.webp","n":"Einherjar"},{"id":3798,"c":1,"u":"elder%20shadow%20drake_tob1-2023","p":143,"s":63,"h":1,"dP":1,"t":0,"uu":"elder shadow drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Elder Shadow Drake.webp","n":"Elder Shadow Drake"},{"id":3799,"c":1,"u":"elemental%20locus_tob1-2023","p":157,"s":63,"h":1,"dP":1,"t":0,"uu":"elemental locus|tob1-2023","m":"bestiary/tokens/ToB1-2023/Elemental Locus.webp","n":"Elemental Locus"},{"id":3800,"c":1,"u":"elvish%20veteran%20archer_tob1-2023","p":410,"s":63,"h":1,"dP":1,"t":0,"uu":"elvish veteran archer|tob1-2023","m":"bestiary/tokens/ToB1-2023/Elvish Veteran Archer.webp","n":"Elvish Veteran Archer"},{"id":3801,"c":1,"u":"emerald%20eye_tob1-2023","p":163,"s":63,"h":1,"dP":1,"t":0,"uu":"emerald eye|tob1-2023","m":"bestiary/tokens/ToB1-2023/Emerald Eye.webp","n":"Emerald Eye"},{"id":3802,"c":1,"u":"emerald%20order%20cult%20leader_tob1-2023","p":410,"s":63,"h":1,"dP":1,"t":0,"uu":"emerald order cult leader|tob1-2023","m":"bestiary/tokens/ToB1-2023/Emerald Order Cult Leader.webp","n":"Emerald Order Cult Leader"},{"id":3803,"c":1,"u":"empty%20cloak_tob1-2023","p":164,"s":63,"h":1,"dP":1,"t":0,"uu":"empty cloak|tob1-2023","m":"bestiary/tokens/ToB1-2023/Empty Cloak.webp","n":"Empty Cloak"},{"id":3804,"c":1,"u":"eonic%20drifter_tob1-2023","p":165,"s":63,"h":1,"dP":1,"t":0,"uu":"eonic drifter|tob1-2023","m":"bestiary/tokens/ToB1-2023/Eonic Drifter.webp","n":"Eonic Drifter"},{"id":3805,"c":1,"u":"erina_tob1-2023","p":166,"s":63,"h":1,"dP":1,"t":0,"uu":"erina|tob1-2023","m":"bestiary/tokens/ToB1-2023/Erina.webp","n":"Erina"},{"id":3806,"c":1,"u":"erina%20defender_tob1-2023","p":166,"s":63,"h":1,"dP":1,"t":0,"uu":"erina defender|tob1-2023","m":"bestiary/tokens/ToB1-2023/Erina Defender.webp","n":"Erina Defender"},{"id":3807,"c":1,"u":"eye%20golem_tob1-2023","p":216,"s":63,"h":1,"dP":1,"t":0,"uu":"eye golem|tob1-2023","m":"bestiary/tokens/ToB1-2023/Eye Golem.webp","n":"Eye Golem"},{"id":3808,"c":1,"u":"far%20darrig_tob1-2023","p":167,"s":63,"h":1,"dP":1,"t":0,"uu":"far darrig|tob1-2023","m":"bestiary/tokens/ToB1-2023/Far Darrig.webp","n":"Far Darrig"},{"id":3809,"c":1,"u":"fate%20eater_tob1-2023","p":168,"s":63,"h":1,"dP":1,"t":0,"uu":"fate eater|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fate Eater.webp","n":"Fate Eater"},{"id":3810,"c":1,"u":"fear%20smith_tob1-2023","p":169,"s":63,"h":1,"dP":1,"t":0,"uu":"fear smith|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fear Smith.webp","n":"Fear Smith"},{"id":3811,"c":1,"u":"fellforged_tob1-2023","p":170,"s":63,"h":1,"dP":1,"t":0,"uu":"fellforged|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fellforged.webp","n":"Fellforged"},{"id":3812,"c":1,"u":"fext_tob1-2023","p":171,"s":63,"h":1,"dP":1,"t":0,"uu":"fext|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fext.webp","n":"Fext"},{"id":3813,"c":1,"u":"feyward%20tree_tob1-2023","p":186,"s":63,"h":1,"dP":1,"t":0,"uu":"feyward tree|tob1-2023","m":"bestiary/tokens/ToB1-2023/Feyward Tree.webp","n":"Feyward Tree"},{"id":3814,"c":1,"u":"fidele%20angel_tob1-2023","p":19,"s":63,"h":1,"dP":1,"t":0,"uu":"fidele angel|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fidele Angel.webp","n":"Fidele Angel"},{"id":3815,"c":1,"u":"firebird_tob1-2023","p":187,"s":63,"h":1,"dP":1,"t":0,"uu":"firebird|tob1-2023","m":"bestiary/tokens/ToB1-2023/Firebird.webp","n":"Firebird"},{"id":3816,"c":1,"u":"firegeist_tob1-2023","p":188,"s":63,"h":1,"dP":1,"t":0,"uu":"firegeist|tob1-2023","m":"bestiary/tokens/ToB1-2023/Firegeist.webp","n":"Firegeist"},{"id":3817,"c":1,"u":"flab%20giant_tob1-2023","p":206,"s":63,"h":1,"dP":1,"t":0,"uu":"flab giant|tob1-2023","m":"bestiary/tokens/ToB1-2023/Flab Giant.webp","n":"Flab Giant"},{"id":3818,"c":1,"u":"flame%20dragon%20wyrmling_tob1-2023","p":119,"s":63,"h":1,"dP":1,"t":0,"uu":"flame dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Flame Dragon Wyrmling.webp","n":"Flame Dragon Wyrmling"},{"id":3819,"c":1,"u":"flutterflesh_tob1-2023","p":189,"s":63,"h":1,"dP":1,"t":0,"uu":"flutterflesh|tob1-2023","m":"bestiary/tokens/ToB1-2023/Flutterflesh.webp","n":"Flutterflesh"},{"id":3820,"c":1,"u":"folk%20of%20leng_tob1-2023","p":190,"s":63,"h":1,"dP":1,"t":0,"uu":"folk of leng|tob1-2023","m":"bestiary/tokens/ToB1-2023/Folk of Leng.webp","n":"Folk of Leng"},{"id":3821,"c":1,"u":"forest%20marauder_tob1-2023","p":191,"s":63,"h":1,"dP":1,"t":0,"uu":"forest marauder|tob1-2023","m":"bestiary/tokens/ToB1-2023/Forest Marauder.webp","n":"Forest Marauder"},{"id":3822,"c":1,"u":"fraughashar_tob1-2023","p":192,"s":63,"h":1,"dP":1,"t":0,"uu":"fraughashar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Fraughashar.webp","n":"Fraughashar"},{"id":3823,"c":1,"u":"frostveil_tob1-2023","p":193,"s":63,"h":1,"dP":1,"t":0,"uu":"frostveil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Frostveil.webp","n":"Frostveil"},{"id":3824,"c":1,"u":"garroter%20crab_tob1-2023","p":194,"s":63,"h":1,"dP":1,"t":0,"uu":"garroter crab|tob1-2023","m":"bestiary/tokens/ToB1-2023/Garroter Crab.webp","n":"Garroter Crab"},{"id":3825,"c":1,"u":"gbahali_tob1-2023","p":195,"s":63,"h":1,"dP":1,"t":0,"uu":"gbahali|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gbahali.webp","n":"Gbahali"},{"id":3826,"c":1,"u":"gearforged%20templar_tob1-2023","p":196,"s":63,"h":1,"dP":1,"t":0,"uu":"gearforged templar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gearforged Templar.webp","n":"Gearforged Templar"},{"id":3827,"c":1,"u":"gerridae_tob1-2023","p":198,"s":63,"h":1,"dP":1,"t":0,"uu":"gerridae|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gerridae.webp","n":"Gerridae"},{"id":3828,"c":1,"u":"ghost%20knight_tob1-2023","p":199,"s":63,"h":1,"dP":1,"t":0,"uu":"ghost knight|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ghost Knight.webp","n":"Ghost Knight"},{"id":3829,"c":1,"u":"ghostwalk%20spider_tob1-2023","p":343,"s":63,"h":1,"dP":1,"t":0,"uu":"ghostwalk spider|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ghostwalk Spider.webp","n":"Ghostwalk Spider"},{"id":3830,"c":1,"u":"giant%20ant_tob1-2023","p":22,"s":63,"h":1,"dP":1,"t":0,"uu":"giant ant|tob1-2023","m":"bestiary/tokens/ToB1-2023/Giant Ant.webp","n":"Giant Ant"},{"id":3831,"c":1,"u":"giant%20ant%20queen_tob1-2023","p":22,"s":63,"h":1,"dP":1,"t":0,"uu":"giant ant queen|tob1-2023","m":"bestiary/tokens/ToB1-2023/Giant Ant Queen.webp","n":"Giant Ant Queen"},{"id":3832,"c":1,"u":"gilded%20devil_tob1-2023","p":95,"s":63,"h":1,"dP":1,"t":0,"uu":"gilded devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gilded Devil.webp","n":"Gilded Devil"},{"id":3833,"c":1,"u":"glass%20gator_tob1-2023","p":211,"s":63,"h":1,"dP":1,"t":0,"uu":"glass gator|tob1-2023","m":"bestiary/tokens/ToB1-2023/Glass Gator.webp","n":"Glass Gator"},{"id":3834,"c":1,"u":"gnarljak_tob1-2023","p":212,"s":63,"h":1,"dP":1,"t":0,"uu":"gnarljak|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gnarljak.webp","n":"Gnarljak"},{"id":3835,"c":1,"u":"gnoll%20havoc%20runner_tob1-2023","p":212,"s":63,"h":1,"dP":1,"t":0,"uu":"gnoll havoc runner|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gnoll Havoc Runner.webp","n":"Gnoll Havoc Runner"},{"id":3836,"c":1,"u":"goat-man_tob1-2023","p":214,"s":63,"h":1,"dP":1,"t":0,"uu":"goat-man|tob1-2023","m":"bestiary/tokens/ToB1-2023/Goat-Man.webp","n":"Goat-Man"},{"id":3837,"c":1,"u":"gray%20thirster_tob1-2023","p":221,"s":63,"h":1,"dP":1,"t":0,"uu":"gray thirster|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gray Thirster.webp","n":"Gray Thirster"},{"id":3838,"c":1,"u":"greater%20death%20butterfly%20swarm_tob1-2023","p":70,"s":63,"h":1,"dP":1,"t":0,"uu":"greater death butterfly swarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Greater Death Butterfly Swarm.webp","n":"Greater Death Butterfly Swarm"},{"id":3839,"c":1,"u":"greyfur_tob1-2023","p":250,"s":63,"h":1,"dP":1,"t":0,"uu":"greyfur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Greyfur.webp","n":"Greyfur"},{"id":3840,"c":1,"u":"grim%20jester_tob1-2023","p":224,"s":63,"h":1,"dP":1,"t":0,"uu":"grim jester|tob1-2023","m":"bestiary/tokens/ToB1-2023/Grim Jester.webp","n":"Grim Jester"},{"id":3841,"c":1,"u":"gug_tob1-2023","p":225,"s":63,"h":1,"dP":1,"t":0,"uu":"gug|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gug.webp","n":"Gug"},{"id":3842,"c":1,"u":"gypsosphinx_tob1-2023","p":340,"s":63,"h":1,"dP":1,"t":0,"uu":"gypsosphinx|tob1-2023","m":"bestiary/tokens/ToB1-2023/Gypsosphinx.webp","n":"Gypsosphinx"},{"id":3843,"c":1,"u":"haugbui_tob1-2023","p":231,"s":63,"h":1,"dP":1,"t":0,"uu":"haugbui|tob1-2023","m":"bestiary/tokens/ToB1-2023/Haugbui.webp","n":"Haugbui"},{"id":3844,"c":1,"u":"herald%20of%20blood_tob1-2023","p":232,"s":63,"h":1,"dP":1,"t":0,"uu":"herald of blood|tob1-2023","m":"bestiary/tokens/ToB1-2023/Herald of Blood.webp","n":"Herald of Blood"},{"id":3845,"c":1,"u":"herald%20of%20darkness_tob1-2023","p":233,"s":63,"h":1,"dP":1,"t":0,"uu":"herald of darkness|tob1-2023","m":"bestiary/tokens/ToB1-2023/Herald of Darkness.webp","n":"Herald of Darkness"},{"id":3846,"c":1,"u":"hoard%20golem_tob1-2023","p":217,"s":63,"h":1,"dP":1,"t":0,"uu":"hoard golem|tob1-2023","m":"bestiary/tokens/ToB1-2023/Hoard Golem.webp","n":"Hoard Golem"},{"id":3847,"c":1,"u":"horakh_tob1-2023","p":234,"s":63,"h":1,"dP":1,"t":0,"uu":"horakh|tob1-2023","m":"bestiary/tokens/ToB1-2023/Horakh.webp","n":"Horakh"},{"id":3848,"c":1,"u":"hound%20of%20the%20night_tob1-2023","p":235,"s":63,"h":1,"dP":1,"t":0,"uu":"hound of the night|tob1-2023","m":"bestiary/tokens/ToB1-2023/Hound of the Night.webp","n":"Hound of the Night"},{"id":3849,"c":1,"u":"hraesvelgr_tob1-2023","p":207,"s":63,"h":1,"dP":1,"t":0,"uu":"hraesvelgr|tob1-2023","m":"bestiary/tokens/ToB1-2023/Hraesvelgr.webp","n":"Hraesvelgr"},{"id":3850,"c":1,"u":"hulking%20whelp_tob1-2023","p":236,"s":63,"h":1,"dP":1,"t":0,"uu":"hulking whelp|tob1-2023","m":"bestiary/tokens/ToB1-2023/Hulking Whelp.webp","n":"Hulking Whelp"},{"id":3851,"c":1,"u":"hundun_tob1-2023","p":237,"s":63,"h":1,"dP":1,"t":0,"uu":"hundun|tob1-2023","m":"bestiary/tokens/ToB1-2023/Hundun.webp","n":"Hundun"},{"id":3852,"c":1,"u":"ice%20maiden_tob1-2023","p":238,"s":63,"h":1,"dP":1,"t":0,"uu":"ice maiden|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ice Maiden.webp","n":"Ice Maiden"},{"id":3853,"c":1,"u":"idolic%20deity_tob1-2023","p":239,"s":63,"h":1,"dP":1,"t":0,"uu":"idolic deity|tob1-2023","m":"bestiary/tokens/ToB1-2023/Idolic Deity.webp","n":"Idolic Deity"},{"id":3854,"c":1,"u":"imperial%20ghoul_tob1-2023","p":203,"s":63,"h":1,"dP":1,"t":0,"uu":"imperial ghoul|tob1-2023","m":"bestiary/tokens/ToB1-2023/Imperial Ghoul.webp","n":"Imperial Ghoul"},{"id":3855,"c":1,"u":"ink%20devil_tob1-2023","p":96,"s":63,"h":1,"dP":1,"t":0,"uu":"ink devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ink Devil.webp","n":"Ink Devil"},{"id":3856,"c":1,"u":"iron%20ghoul_tob1-2023","p":204,"s":63,"h":1,"dP":1,"t":0,"uu":"iron ghoul|tob1-2023","m":"bestiary/tokens/ToB1-2023/Iron Ghoul.webp","n":"Iron Ghoul"},{"id":3857,"c":1,"u":"isonade_tob1-2023","p":240,"s":63,"h":1,"dP":1,"t":0,"uu":"isonade|tob1-2023","m":"bestiary/tokens/ToB1-2023/Isonade.webp","n":"Isonade"},{"id":3858,"c":1,"u":"j'ba%20fofi%20spider_tob1-2023","p":344,"s":63,"h":1,"dP":1,"t":0,"uu":"j'ba fofi spider|tob1-2023","m":"bestiary/tokens/ToB1-2023/J'ba Fofi Spider.webp","n":"J'ba Fofi Spider"},{"id":3859,"c":1,"u":"jaculus_tob1-2023","p":241,"s":63,"h":1,"dP":1,"t":0,"uu":"jaculus|tob1-2023","m":"bestiary/tokens/ToB1-2023/Jaculus.webp","n":"Jaculus"},{"id":3860,"c":1,"u":"jotun_tob1-2023","p":209,"s":63,"h":1,"dP":1,"t":0,"uu":"jotun|tob1-2023","m":"bestiary/tokens/ToB1-2023/Jotun.webp","n":"Jotun"},{"id":3861,"c":1,"u":"kalke_tob1-2023","p":242,"s":63,"h":1,"dP":1,"t":0,"uu":"kalke|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kalke.webp","n":"Kalke"},{"id":3862,"c":1,"u":"kikimora_tob1-2023","p":243,"s":63,"h":1,"dP":1,"t":0,"uu":"kikimora|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kikimora.webp","n":"Kikimora"},{"id":3863,"c":1,"u":"kishi%20demon_tob1-2023","p":84,"s":63,"h":1,"dP":1,"t":0,"uu":"kishi demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kishi Demon.webp","n":"Kishi Demon"},{"id":3864,"c":1,"u":"kobold%20alchemist_tob1-2023","p":244,"s":63,"h":1,"dP":1,"t":0,"uu":"kobold alchemist|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kobold Alchemist.webp","n":"Kobold Alchemist"},{"id":3865,"c":1,"u":"kobold%20chieftain_tob1-2023","p":245,"s":63,"h":1,"dP":1,"t":0,"uu":"kobold chieftain|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kobold Chieftain.webp","n":"Kobold Chieftain"},{"id":3866,"c":1,"u":"kobold%20trapsmith_tob1-2023","p":246,"s":63,"h":1,"dP":1,"t":0,"uu":"kobold trapsmith|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kobold Trapsmith.webp","n":"Kobold Trapsmith"},{"id":3867,"c":1,"u":"kongamato_tob1-2023","p":247,"s":63,"h":1,"dP":1,"t":0,"uu":"kongamato|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kongamato.webp","n":"Kongamato"},{"id":3868,"c":1,"u":"koralk%20devil_tob1-2023","p":97,"s":63,"h":1,"dP":1,"t":0,"uu":"koralk devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Koralk Devil.webp","n":"Koralk Devil"},{"id":3869,"c":1,"u":"kot%20bayun_tob1-2023","p":248,"s":63,"h":1,"dP":1,"t":0,"uu":"kot bayun|tob1-2023","m":"bestiary/tokens/ToB1-2023/Kot Bayun.webp","n":"Kot Bayun"},{"id":3870,"c":1,"u":"krake%20spawn_tob1-2023","p":249,"s":63,"h":1,"dP":1,"t":0,"uu":"krake spawn|tob1-2023","m":"bestiary/tokens/ToB1-2023/Krake Spawn.webp","n":"Krake Spawn"},{"id":3871,"c":1,"u":"lake%20troll_tob1-2023","p":370,"s":63,"h":1,"dP":1,"t":0,"uu":"lake troll|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lake Troll.webp","n":"Lake Troll"},{"id":3872,"c":1,"u":"lantern%20dragonette_tob1-2023","p":136,"s":63,"h":1,"dP":1,"t":0,"uu":"lantern dragonette|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lantern Dragonette.webp","n":"Lantern Dragonette"},{"id":3873,"c":1,"u":"lemurfolk_tob1-2023","p":250,"s":63,"h":1,"dP":1,"t":0,"uu":"lemurfolk|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lemurfolk.webp","n":"Lemurfolk"},{"id":3874,"c":1,"u":"leshy_tob1-2023","p":251,"s":63,"h":1,"dP":1,"t":0,"uu":"leshy|tob1-2023","m":"bestiary/tokens/ToB1-2023/Leshy.webp","n":"Leshy"},{"id":3875,"c":1,"u":"library%20automaton_tob1-2023","p":252,"s":63,"h":1,"dP":1,"t":0,"uu":"library automaton|tob1-2023","m":"bestiary/tokens/ToB1-2023/Library Automaton.webp","n":"Library Automaton"},{"id":3876,"c":1,"u":"lich%20hound_tob1-2023","p":253,"s":63,"h":1,"dP":1,"t":0,"uu":"lich hound|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lich Hound.webp","n":"Lich Hound"},{"id":3877,"c":1,"u":"likho_tob1-2023","p":254,"s":63,"h":1,"dP":1,"t":0,"uu":"likho|tob1-2023","m":"bestiary/tokens/ToB1-2023/Likho.webp","n":"Likho"},{"id":3878,"c":1,"u":"lindwurm_tob1-2023","p":255,"s":63,"h":1,"dP":1,"t":0,"uu":"lindwurm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lindwurm.webp","n":"Lindwurm"},{"id":3879,"c":1,"u":"liosalfar_tob1-2023","p":256,"s":63,"h":1,"dP":1,"t":0,"uu":"liosalfar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Liosalfar.webp","n":"Liosalfar"},{"id":3880,"c":1,"u":"living%20wick_tob1-2023","p":257,"s":63,"h":1,"dP":1,"t":0,"uu":"living wick|tob1-2023","m":"bestiary/tokens/ToB1-2023/Living Wick.webp","n":"Living Wick"},{"id":3881,"c":1,"u":"lord%20of%20the%20hunt_tob1-2023","p":174,"s":63,"h":1,"dP":1,"t":0,"uu":"lord of the hunt|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lord of the Hunt.webp","n":"Lord of the Hunt"},{"id":3882,"c":1,"u":"lorelei_tob1-2023","p":258,"s":63,"h":1,"dP":1,"t":0,"uu":"lorelei|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lorelei.webp","n":"Lorelei"},{"id":3883,"c":1,"u":"loxoda_tob1-2023","p":259,"s":63,"h":1,"dP":1,"t":0,"uu":"loxoda|tob1-2023","m":"bestiary/tokens/ToB1-2023/Loxoda.webp","n":"Loxoda"},{"id":3884,"c":1,"u":"lunar%20devil_tob1-2023","p":98,"s":63,"h":1,"dP":1,"t":0,"uu":"lunar devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Lunar Devil.webp","n":"Lunar Devil"},{"id":3885,"c":1,"u":"mahoru_tob1-2023","p":260,"s":63,"h":1,"dP":1,"t":0,"uu":"mahoru|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mahoru.webp","n":"Mahoru"},{"id":3886,"c":1,"u":"malakbel%20demon_tob1-2023","p":85,"s":63,"h":1,"dP":1,"t":0,"uu":"malakbel demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Malakbel Demon.webp","n":"Malakbel Demon"},{"id":3887,"c":1,"u":"mallqui_tob1-2023","p":261,"s":63,"h":1,"dP":1,"t":0,"uu":"mallqui|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mallqui.webp","n":"Mallqui"},{"id":3888,"c":1,"u":"malphas_tob1-2023","p":262,"s":63,"h":1,"dP":1,"t":0,"uu":"malphas|tob1-2023","m":"bestiary/tokens/ToB1-2023/Malphas.webp","n":"Malphas"},{"id":3889,"c":1,"u":"mamura_tob1-2023","p":263,"s":63,"h":1,"dP":1,"t":0,"uu":"mamura|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mamura.webp","n":"Mamura"},{"id":3890,"c":1,"u":"map%20mimic_tob1-2023","p":269,"s":63,"h":1,"dP":1,"t":0,"uu":"map mimic|tob1-2023","m":"bestiary/tokens/ToB1-2023/Map Mimic.webp","n":"Map Mimic"},{"id":3891,"c":1,"u":"mask%20wight_tob1-2023","p":264,"s":63,"h":1,"dP":1,"t":0,"uu":"mask wight|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mask Wight.webp","n":"Mask Wight"},{"id":3892,"c":1,"u":"mavka_tob1-2023","p":265,"s":63,"h":1,"dP":1,"t":0,"uu":"mavka|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mavka.webp","n":"Mavka"},{"id":3893,"c":1,"u":"mbielu%20dinosaur_tob1-2023","p":101,"s":63,"h":1,"dP":1,"t":0,"uu":"mbielu dinosaur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mbielu Dinosaur.webp","n":"Mbielu Dinosaur"},{"id":3894,"c":1,"u":"mi-go_tob1-2023","p":266,"s":63,"h":1,"dP":1,"t":0,"uu":"mi-go|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mi-go.webp","n":"Mi-go"},{"id":3895,"c":1,"u":"millitaur_tob1-2023","p":267,"s":63,"h":1,"dP":1,"t":0,"uu":"millitaur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Millitaur.webp","n":"Millitaur"},{"id":3896,"c":1,"u":"mindrot%20thrall_tob1-2023","p":270,"s":63,"h":1,"dP":1,"t":0,"uu":"mindrot thrall|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mindrot Thrall.webp","n":"Mindrot Thrall"},{"id":3897,"c":1,"u":"mirager_tob1-2023","p":271,"s":63,"h":1,"dP":1,"t":0,"uu":"mirager|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mirager.webp","n":"Mirager"},{"id":3898,"c":1,"u":"miremal_tob1-2023","p":272,"s":63,"h":1,"dP":1,"t":0,"uu":"miremal|tob1-2023","m":"bestiary/tokens/ToB1-2023/Miremal.webp","n":"Miremal"},{"id":3899,"c":1,"u":"mirror%20hag_tob1-2023","p":227,"s":63,"h":1,"dP":1,"t":0,"uu":"mirror hag|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mirror Hag.webp","n":"Mirror Hag"},{"id":3900,"c":1,"u":"mithral%20dragon%20wyrmling_tob1-2023","p":123,"s":63,"h":1,"dP":1,"t":0,"uu":"mithral dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mithral Dragon Wyrmling.webp","n":"Mithral Dragon Wyrmling"},{"id":3901,"c":1,"u":"mngwa_tob1-2023","p":273,"s":63,"h":1,"dP":1,"t":0,"uu":"mngwa|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mngwa.webp","n":"Mngwa"},{"id":3902,"c":1,"u":"monolith%20champion_tob1-2023","p":274,"s":63,"h":1,"dP":1,"t":0,"uu":"monolith champion|tob1-2023","m":"bestiary/tokens/ToB1-2023/Monolith Champion.webp","n":"Monolith Champion"},{"id":3903,"c":1,"u":"monolith%20footman_tob1-2023","p":275,"s":63,"h":1,"dP":1,"t":0,"uu":"monolith footman|tob1-2023","m":"bestiary/tokens/ToB1-2023/Monolith Footman.webp","n":"Monolith Footman"},{"id":3904,"c":1,"u":"moonlit%20king_tob1-2023","p":176,"s":63,"h":1,"dP":1,"t":0,"uu":"moonlit king|tob1-2023","m":"bestiary/tokens/ToB1-2023/Moonlit King.webp","n":"Moonlit King"},{"id":3905,"c":1,"u":"mordant%20snare_tob1-2023","p":276,"s":63,"h":1,"dP":1,"t":0,"uu":"mordant snare|tob1-2023","m":"bestiary/tokens/ToB1-2023/Mordant Snare.webp","n":"Mordant Snare"},{"id":3906,"c":1,"u":"morphoi_tob1-2023","p":277,"s":63,"h":1,"dP":1,"t":0,"uu":"morphoi|tob1-2023","m":"bestiary/tokens/ToB1-2023/Morphoi.webp","n":"Morphoi"},{"id":3907,"c":1,"u":"moss%20lurker_tob1-2023","p":278,"s":63,"h":1,"dP":1,"t":0,"uu":"moss lurker|tob1-2023","m":"bestiary/tokens/ToB1-2023/Moss Lurker.webp","n":"Moss Lurker"},{"id":3908,"c":1,"u":"myling_tob1-2023","p":281,"s":63,"h":1,"dP":1,"t":0,"uu":"myling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Myling.webp","n":"Myling"},{"id":3909,"c":1,"u":"naina_tob1-2023","p":282,"s":63,"h":1,"dP":1,"t":0,"uu":"naina|tob1-2023","m":"bestiary/tokens/ToB1-2023/Naina.webp","n":"Naina"},{"id":3910,"c":1,"u":"necrohydra_tob1-2023","p":283,"s":63,"h":1,"dP":1,"t":0,"uu":"necrohydra|tob1-2023","m":"bestiary/tokens/ToB1-2023/Necrohydra.webp","n":"Necrohydra"},{"id":3911,"c":1,"u":"ngobou%20dinosaur_tob1-2023","p":102,"s":63,"h":1,"dP":1,"t":0,"uu":"ngobou dinosaur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ngobou Dinosaur.webp","n":"Ngobou Dinosaur"},{"id":3912,"c":1,"u":"nichny_tob1-2023","p":284,"s":63,"h":1,"dP":1,"t":0,"uu":"nichny|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nichny.webp","n":"Nichny"},{"id":3913,"c":1,"u":"night%20scorpion_tob1-2023","p":320,"s":63,"h":1,"dP":1,"t":0,"uu":"night scorpion|tob1-2023","m":"bestiary/tokens/ToB1-2023/Night Scorpion.webp","n":"Night Scorpion"},{"id":3914,"c":1,"u":"nightgarm_tob1-2023","p":285,"s":63,"h":1,"dP":1,"t":0,"uu":"nightgarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nightgarm.webp","n":"Nightgarm"},{"id":3915,"c":1,"u":"nihileth%20aboleth_tob1-2023","p":9,"s":63,"h":1,"dP":1,"t":0,"uu":"nihileth aboleth|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nihileth Aboleth.webp","n":"Nihileth Aboleth"},{"id":3916,"c":1,"u":"nihilethic%20dominator_tob1-2023","p":10,"s":63,"h":1,"dP":1,"t":0,"uu":"nihilethic dominator|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nihilethic Dominator.webp","n":"Nihilethic Dominator"},{"id":3917,"c":1,"u":"nihilethic%20zombie_tob1-2023","p":9,"s":63,"h":1,"dP":1,"t":0,"uu":"nihilethic zombie|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nihilethic Zombie.webp","n":"Nihilethic Zombie"},{"id":3918,"c":1,"u":"nkosi_tob1-2023","p":286,"s":63,"h":1,"dP":1,"t":0,"uu":"nkosi|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nkosi.webp","n":"Nkosi"},{"id":3919,"c":1,"u":"nkosi%20pridelord_tob1-2023","p":286,"s":63,"h":1,"dP":1,"t":0,"uu":"nkosi pridelord|tob1-2023","m":"bestiary/tokens/ToB1-2023/Nkosi Pridelord.webp","n":"Nkosi Pridelord"},{"id":3920,"c":1,"u":"noctiny_tob1-2023","p":287,"s":63,"h":1,"dP":1,"t":0,"uu":"noctiny|tob1-2023","m":"bestiary/tokens/ToB1-2023/Noctiny.webp","n":"Noctiny"},{"id":3921,"c":1,"u":"oculo%20swarm_tob1-2023","p":288,"s":63,"h":1,"dP":1,"t":0,"uu":"oculo swarm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Oculo Swarm.webp","n":"Oculo Swarm"},{"id":3922,"c":1,"u":"ogre%20corrupted%20chieftain_tob1-2023","p":289,"s":63,"h":1,"dP":1,"t":0,"uu":"ogre corrupted chieftain|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ogre Corrupted Chieftain.webp","n":"Ogre Corrupted Chieftain"},{"id":3923,"c":1,"u":"oozasis_tob1-2023","p":290,"s":63,"h":1,"dP":1,"t":0,"uu":"oozasis|tob1-2023","m":"bestiary/tokens/ToB1-2023/Oozasis.webp","n":"Oozasis"},{"id":3924,"c":1,"u":"orobas%20devil_tob1-2023","p":99,"s":63,"h":1,"dP":1,"t":0,"uu":"orobas devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Orobas Devil.webp","n":"Orobas Devil"},{"id":3925,"c":1,"u":"ostinato_tob1-2023","p":292,"s":63,"h":1,"dP":1,"t":0,"uu":"ostinato|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ostinato.webp","n":"Ostinato"},{"id":3926,"c":1,"u":"owl%20harpy_tob1-2023","p":230,"s":63,"h":1,"dP":1,"t":0,"uu":"owl harpy|tob1-2023","m":"bestiary/tokens/ToB1-2023/Owl Harpy.webp","n":"Owl Harpy"},{"id":3927,"c":1,"u":"pact%20vampire_tob1-2023","p":380,"s":63,"h":1,"dP":1,"t":0,"uu":"pact vampire|tob1-2023","m":"bestiary/tokens/ToB1-2023/Pact Vampire.webp","n":"Pact Vampire"},{"id":3928,"c":1,"u":"paper%20drake_tob1-2023","p":144,"s":63,"h":1,"dP":1,"t":0,"uu":"paper drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Paper Drake.webp","n":"Paper Drake"},{"id":3929,"c":1,"u":"planewatcher_tob1-2023","p":293,"s":63,"h":1,"dP":1,"t":0,"uu":"planewatcher|tob1-2023","m":"bestiary/tokens/ToB1-2023/Planewatcher.webp","n":"Planewatcher"},{"id":3930,"c":1,"u":"pombero_tob1-2023","p":294,"s":63,"h":1,"dP":1,"t":0,"uu":"pombero|tob1-2023","m":"bestiary/tokens/ToB1-2023/Pombero.webp","n":"Pombero"},{"id":3931,"c":1,"u":"possessed%20pillar_tob1-2023","p":295,"s":63,"h":1,"dP":1,"t":0,"uu":"possessed pillar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Possessed Pillar.webp","n":"Possessed Pillar"},{"id":3932,"c":1,"u":"psoglav%20demon_tob1-2023","p":86,"s":63,"h":1,"dP":1,"t":0,"uu":"psoglav demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Psoglav Demon.webp","n":"Psoglav Demon"},{"id":3933,"c":1,"u":"putrid%20haunt_tob1-2023","p":296,"s":63,"h":1,"dP":1,"t":0,"uu":"putrid haunt|tob1-2023","m":"bestiary/tokens/ToB1-2023/Putrid Haunt.webp","n":"Putrid Haunt"},{"id":3934,"c":1,"u":"queen%20of%20night%20and%20magic_tob1-2023","p":178,"s":63,"h":1,"dP":1,"t":0,"uu":"queen of night and magic|tob1-2023","m":"bestiary/tokens/ToB1-2023/Queen of Night and Magic.webp","n":"Queen of Night and Magic"},{"id":3935,"c":1,"u":"queen%20of%20witches_tob1-2023","p":180,"s":63,"h":1,"dP":1,"t":0,"uu":"queen of witches|tob1-2023","m":"bestiary/tokens/ToB1-2023/Queen of Witches.webp","n":"Queen of Witches"},{"id":3936,"c":1,"u":"quicksilver%20siege%20orb_tob1-2023","p":297,"s":63,"h":1,"dP":1,"t":0,"uu":"quicksilver siege orb|tob1-2023","m":"bestiary/tokens/ToB1-2023/Quicksilver Siege Orb.webp","n":"Quicksilver Siege Orb"},{"id":3937,"c":1,"u":"qwyllion_tob1-2023","p":298,"s":63,"h":1,"dP":1,"t":0,"uu":"qwyllion|tob1-2023","m":"bestiary/tokens/ToB1-2023/Qwyllion.webp","n":"Qwyllion"},{"id":3938,"c":1,"u":"ramag_tob1-2023","p":299,"s":63,"h":1,"dP":1,"t":0,"uu":"ramag|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ramag.webp","n":"Ramag"},{"id":3939,"c":1,"u":"rat%20king_tob1-2023","p":300,"s":63,"h":1,"dP":1,"t":0,"uu":"rat king|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rat King.webp","n":"Rat King"},{"id":3940,"c":1,"u":"ratatosk_tob1-2023","p":301,"s":63,"h":1,"dP":1,"t":0,"uu":"ratatosk|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ratatosk.webp","n":"Ratatosk"},{"id":3941,"c":1,"u":"ratfolk_tob1-2023","p":302,"s":63,"h":1,"dP":1,"t":0,"uu":"ratfolk|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ratfolk.webp","n":"Ratfolk"},{"id":3942,"c":1,"u":"ratfolk%20rogue_tob1-2023","p":302,"s":63,"h":1,"dP":1,"t":0,"uu":"ratfolk rogue|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ratfolk Rogue.webp","n":"Ratfolk Rogue"},{"id":3943,"c":1,"u":"ravenala_tob1-2023","p":303,"s":63,"h":1,"dP":1,"t":0,"uu":"ravenala|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ravenala.webp","n":"Ravenala"},{"id":3944,"c":1,"u":"ravenfolk%20doom%20croaker_tob1-2023","p":305,"s":63,"h":1,"dP":1,"t":0,"uu":"ravenfolk doom croaker|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ravenfolk Doom Croaker.webp","n":"Ravenfolk Doom Croaker"},{"id":3945,"c":1,"u":"ravenfolk%20scout_tob1-2023","p":304,"s":63,"h":1,"dP":1,"t":0,"uu":"ravenfolk scout|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ravenfolk Scout.webp","n":"Ravenfolk Scout"},{"id":3946,"c":1,"u":"ravenfolk%20warrior_tob1-2023","p":304,"s":63,"h":1,"dP":1,"t":0,"uu":"ravenfolk warrior|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ravenfolk Warrior.webp","n":"Ravenfolk Warrior"},{"id":3947,"c":1,"u":"red%20hag_tob1-2023","p":228,"s":63,"h":1,"dP":1,"t":0,"uu":"red hag|tob1-2023","m":"bestiary/tokens/ToB1-2023/Red Hag.webp","n":"Red Hag"},{"id":3948,"c":1,"u":"red-banded%20line%20spider_tob1-2023","p":345,"s":63,"h":1,"dP":1,"t":0,"uu":"red-banded line spider|tob1-2023","m":"bestiary/tokens/ToB1-2023/Red-Banded Line Spider.webp","n":"Red-Banded Line Spider"},{"id":3949,"c":1,"u":"redcap_tob1-2023","p":306,"s":63,"h":1,"dP":1,"t":0,"uu":"redcap|tob1-2023","m":"bestiary/tokens/ToB1-2023/Redcap.webp","n":"Redcap"},{"id":3950,"c":1,"u":"rift%20swine_tob1-2023","p":307,"s":63,"h":1,"dP":1,"t":0,"uu":"rift swine|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rift Swine.webp","n":"Rift Swine"},{"id":3951,"c":1,"u":"rime%20worm_tob1-2023","p":308,"s":63,"h":1,"dP":1,"t":0,"uu":"rime worm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rime Worm.webp","n":"Rime Worm"},{"id":3952,"c":1,"u":"rime%20worm%20grub_tob1-2023","p":308,"s":63,"h":1,"dP":1,"t":0,"uu":"rime worm grub|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rime Worm Grub.webp","n":"Rime Worm Grub"},{"id":3953,"c":1,"u":"risen%20reaver_tob1-2023","p":309,"s":63,"h":1,"dP":1,"t":0,"uu":"risen reaver|tob1-2023","m":"bestiary/tokens/ToB1-2023/Risen Reaver.webp","n":"Risen Reaver"},{"id":3954,"c":1,"u":"river%20king_tob1-2023","p":182,"s":63,"h":1,"dP":1,"t":0,"uu":"river king|tob1-2023","m":"bestiary/tokens/ToB1-2023/River King.webp","n":"River King"},{"id":3955,"c":1,"u":"roachling%20lord_tob1-2023","p":310,"s":63,"h":1,"dP":1,"t":0,"uu":"roachling lord|tob1-2023","m":"bestiary/tokens/ToB1-2023/Roachling Lord.webp","n":"Roachling Lord"},{"id":3956,"c":1,"u":"roachling%20skirmisher_tob1-2023","p":310,"s":63,"h":1,"dP":1,"t":0,"uu":"roachling skirmisher|tob1-2023","m":"bestiary/tokens/ToB1-2023/Roachling Skirmisher.webp","n":"Roachling Skirmisher"},{"id":3957,"c":1,"u":"rotting%20wind_tob1-2023","p":311,"s":63,"h":1,"dP":1,"t":0,"uu":"rotting wind|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rotting Wind.webp","n":"Rotting Wind"},{"id":3958,"c":1,"u":"rubezahl%20demon_tob1-2023","p":87,"s":63,"h":1,"dP":1,"t":0,"uu":"rubezahl demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rubezahl Demon.webp","n":"Rubezahl Demon"},{"id":3959,"c":1,"u":"rum%20gremlin_tob1-2023","p":223,"s":63,"h":1,"dP":1,"t":0,"uu":"rum gremlin|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rum Gremlin.webp","n":"Rum Gremlin"},{"id":3960,"c":1,"u":"rust%20drake_tob1-2023","p":145,"s":63,"h":1,"dP":1,"t":0,"uu":"rust drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Rust Drake.webp","n":"Rust Drake"},{"id":3961,"c":1,"u":"salt%20devil_tob1-2023","p":100,"s":63,"h":1,"dP":1,"t":0,"uu":"salt devil|tob1-2023","m":"bestiary/tokens/ToB1-2023/Salt Devil.webp","n":"Salt Devil"},{"id":3962,"c":1,"u":"salt%20golem_tob1-2023","p":218,"s":63,"h":1,"dP":1,"t":0,"uu":"salt golem|tob1-2023","m":"bestiary/tokens/ToB1-2023/Salt Golem.webp","n":"Salt Golem"},{"id":3963,"c":1,"u":"sand%20hag_tob1-2023","p":229,"s":63,"h":1,"dP":1,"t":0,"uu":"sand hag|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sand Hag.webp","n":"Sand Hag"},{"id":3964,"c":1,"u":"sand%20silhouette_tob1-2023","p":312,"s":63,"h":1,"dP":1,"t":0,"uu":"sand silhouette|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sand Silhouette.webp","n":"Sand Silhouette"},{"id":3965,"c":1,"u":"sand%20spider_tob1-2023","p":346,"s":63,"h":1,"dP":1,"t":0,"uu":"sand spider|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sand Spider.webp","n":"Sand Spider"},{"id":3966,"c":1,"u":"sandman_tob1-2023","p":313,"s":63,"h":1,"dP":1,"t":0,"uu":"sandman|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sandman.webp","n":"Sandman"},{"id":3967,"c":1,"u":"sandwyrm_tob1-2023","p":314,"s":63,"h":1,"dP":1,"t":0,"uu":"sandwyrm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sandwyrm.webp","n":"Sandwyrm"},{"id":3968,"c":1,"u":"sap%20demon_tob1-2023","p":315,"s":63,"h":1,"dP":1,"t":0,"uu":"sap demon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sap Demon.webp","n":"Sap Demon"},{"id":3969,"c":1,"u":"sarcophagus%20slime_tob1-2023","p":316,"s":63,"h":1,"dP":1,"t":0,"uu":"sarcophagus slime|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sarcophagus Slime.webp","n":"Sarcophagus Slime"},{"id":3970,"c":1,"u":"sathaq%20worm_tob1-2023","p":317,"s":63,"h":1,"dP":1,"t":0,"uu":"sathaq worm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sathaq Worm.webp","n":"Sathaq Worm"},{"id":3971,"c":1,"u":"savager_tob1-2023","p":318,"s":63,"h":1,"dP":1,"t":0,"uu":"savager|tob1-2023","m":"bestiary/tokens/ToB1-2023/Savager.webp","n":"Savager"},{"id":3972,"c":1,"u":"scheznyki_tob1-2023","p":319,"s":63,"h":1,"dP":1,"t":0,"uu":"scheznyki|tob1-2023","m":"bestiary/tokens/ToB1-2023/Scheznyki.webp","n":"Scheznyki"},{"id":3973,"c":1,"u":"scorpion%20cultist_tob1-2023","p":411,"s":63,"h":1,"dP":1,"t":0,"uu":"scorpion cultist|tob1-2023","m":"bestiary/tokens/ToB1-2023/Scorpion Cultist.webp","n":"Scorpion Cultist"},{"id":3974,"c":1,"u":"sea%20dragon%20wyrmling_tob1-2023","p":127,"s":63,"h":1,"dP":1,"t":0,"uu":"sea dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sea Dragon Wyrmling.webp","n":"Sea Dragon Wyrmling"},{"id":3975,"c":1,"u":"selang_tob1-2023","p":321,"s":63,"h":1,"dP":1,"t":0,"uu":"selang|tob1-2023","m":"bestiary/tokens/ToB1-2023/Selang.webp","n":"Selang"},{"id":3976,"c":1,"u":"serpopard_tob1-2023","p":322,"s":63,"h":1,"dP":1,"t":0,"uu":"serpopard|tob1-2023","m":"bestiary/tokens/ToB1-2023/Serpopard.webp","n":"Serpopard"},{"id":3977,"c":1,"u":"shadhavar_tob1-2023","p":323,"s":63,"h":1,"dP":1,"t":0,"uu":"shadhavar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadhavar.webp","n":"Shadhavar"},{"id":3978,"c":1,"u":"shadow%20beast_tob1-2023","p":324,"s":63,"h":1,"dP":1,"t":0,"uu":"shadow beast|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Beast.webp","n":"Shadow Beast"},{"id":3979,"c":1,"u":"shadow%20fey_tob1-2023","p":158,"s":63,"h":1,"dP":1,"t":0,"uu":"shadow fey|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Fey.webp","n":"Shadow Fey"},{"id":3980,"c":1,"u":"shadow%20fey%20duelist_tob1-2023","p":159,"s":63,"h":1,"dP":1,"t":0,"uu":"shadow fey duelist|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Fey Duelist.webp","n":"Shadow Fey Duelist"},{"id":3981,"c":1,"u":"shadow%20fey%20enchantress_tob1-2023","p":160,"s":63,"h":1,"dP":1,"t":0,"uu":"shadow fey enchantress|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Fey Enchantress.webp","n":"Shadow Fey Enchantress"},{"id":3982,"c":1,"u":"shadow%20fey%20forest%20hunter_tob1-2023","p":161,"s":63,"h":1,"dP":1,"t":0,"uu":"shadow fey forest hunter|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Fey Forest Hunter.webp","n":"Shadow Fey Forest Hunter"},{"id":3983,"c":1,"u":"shadow%20fey%20guardian_tob1-2023","p":162,"s":63,"h":1,"dP":1,"t":0,"uu":"shadow fey guardian|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shadow Fey Guardian.webp","n":"Shadow Fey Guardian"},{"id":3984,"c":1,"u":"sharkjaw%20skeleton_tob1-2023","p":329,"s":63,"h":1,"dP":1,"t":0,"uu":"sharkjaw skeleton|tob1-2023","m":"bestiary/tokens/ToB1-2023/Sharkjaw Skeleton.webp","n":"Sharkjaw Skeleton"},{"id":3985,"c":1,"u":"shellycoat_tob1-2023","p":325,"s":63,"h":1,"dP":1,"t":0,"uu":"shellycoat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shellycoat.webp","n":"Shellycoat"},{"id":3986,"c":1,"u":"shoggoth_tob1-2023","p":326,"s":63,"h":1,"dP":1,"t":0,"uu":"shoggoth|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shoggoth.webp","n":"Shoggoth"},{"id":3987,"c":1,"u":"shroud_tob1-2023","p":327,"s":63,"h":1,"dP":1,"t":0,"uu":"shroud|tob1-2023","m":"bestiary/tokens/ToB1-2023/Shroud.webp","n":"Shroud"},{"id":3988,"c":1,"u":"skein%20witch_tob1-2023","p":328,"s":63,"h":1,"dP":1,"t":0,"uu":"skein witch|tob1-2023","m":"bestiary/tokens/ToB1-2023/Skein Witch.webp","n":"Skein Witch"},{"id":3989,"c":1,"u":"skin%20bat_tob1-2023","p":331,"s":63,"h":1,"dP":1,"t":0,"uu":"skin bat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Skin Bat.webp","n":"Skin Bat"},{"id":3990,"c":1,"u":"skitterhaunt_tob1-2023","p":332,"s":63,"h":1,"dP":1,"t":0,"uu":"skitterhaunt|tob1-2023","m":"bestiary/tokens/ToB1-2023/Skitterhaunt.webp","n":"Skitterhaunt"},{"id":3991,"c":1,"u":"slow%20storm_tob1-2023","p":333,"s":63,"h":1,"dP":1,"t":0,"uu":"slow storm|tob1-2023","m":"bestiary/tokens/ToB1-2023/Slow Storm.webp","n":"Slow Storm"},{"id":3992,"c":1,"u":"smaragdine%20golem_tob1-2023","p":219,"s":63,"h":1,"dP":1,"t":0,"uu":"smaragdine golem|tob1-2023","m":"bestiary/tokens/ToB1-2023/Smaragdine Golem.webp","n":"Smaragdine Golem"},{"id":3993,"c":1,"u":"snow%20queen_tob1-2023","p":184,"s":63,"h":1,"dP":1,"t":0,"uu":"snow queen|tob1-2023","m":"bestiary/tokens/ToB1-2023/Snow Queen.webp","n":"Snow Queen"},{"id":3994,"c":1,"u":"son%20of%20fenris_tob1-2023","p":335,"s":63,"h":1,"dP":1,"t":0,"uu":"son of fenris|tob1-2023","m":"bestiary/tokens/ToB1-2023/Son of Fenris.webp","n":"Son of Fenris"},{"id":3995,"c":1,"u":"soul%20eater_tob1-2023","p":336,"s":63,"h":1,"dP":1,"t":0,"uu":"soul eater|tob1-2023","m":"bestiary/tokens/ToB1-2023/Soul Eater.webp","n":"Soul Eater"},{"id":3996,"c":1,"u":"spark_tob1-2023","p":337,"s":63,"h":1,"dP":1,"t":0,"uu":"spark|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spark.webp","n":"Spark"},{"id":3997,"c":1,"u":"spawn%20of%20akyishigal_tob1-2023","p":75,"s":63,"h":1,"dP":1,"t":0,"uu":"spawn of akyishigal|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spawn of Akyishigal.webp","n":"Spawn of Akyishigal"},{"id":3998,"c":1,"u":"spawn%20of%20arbeyach_tob1-2023","p":91,"s":63,"h":1,"dP":1,"t":0,"uu":"spawn of arbeyach|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spawn of Arbeyach.webp","n":"Spawn of Arbeyach"},{"id":3999,"c":1,"u":"spectral%20guardian_tob1-2023","p":338,"s":63,"h":1,"dP":1,"t":0,"uu":"spectral guardian|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spectral Guardian.webp","n":"Spectral Guardian"},{"id":4000,"c":1,"u":"spider%20of%20leng_tob1-2023","p":341,"s":63,"h":1,"dP":1,"t":0,"uu":"spider of leng|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spider of Leng.webp","n":"Spider of Leng"},{"id":4001,"c":1,"u":"spider%20thief_tob1-2023","p":342,"s":63,"h":1,"dP":1,"t":0,"uu":"spider thief|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spider Thief.webp","n":"Spider Thief"},{"id":4002,"c":1,"u":"spinosaurus%20dinosaur_tob1-2023","p":103,"s":63,"h":1,"dP":1,"t":0,"uu":"spinosaurus dinosaur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spinosaurus Dinosaur.webp","n":"Spinosaurus Dinosaur"},{"id":4003,"c":1,"u":"spire%20walker_tob1-2023","p":347,"s":63,"h":1,"dP":1,"t":0,"uu":"spire walker|tob1-2023","m":"bestiary/tokens/ToB1-2023/Spire Walker.webp","n":"Spire Walker"},{"id":4004,"c":1,"u":"star%20drake_tob1-2023","p":146,"s":63,"h":1,"dP":1,"t":0,"uu":"star drake|tob1-2023","m":"bestiary/tokens/ToB1-2023/Star Drake.webp","n":"Star Drake"},{"id":4005,"c":1,"u":"star-spawn%20of%20cthulhu_tob1-2023","p":348,"s":63,"h":1,"dP":1,"t":0,"uu":"star-spawn of cthulhu|tob1-2023","m":"bestiary/tokens/ToB1-2023/Star-Spawn of Cthulhu.webp","n":"Star-Spawn of Cthulhu"},{"id":4006,"c":1,"u":"steam%20golem_tob1-2023","p":220,"s":63,"h":1,"dP":1,"t":0,"uu":"steam golem|tob1-2023","m":"bestiary/tokens/ToB1-2023/Steam Golem.webp","n":"Steam Golem"},{"id":4007,"c":1,"u":"strife_tob1-2023","p":349,"s":63,"h":1,"dP":1,"t":0,"uu":"strife|tob1-2023","m":"bestiary/tokens/ToB1-2023/Strife.webp","n":"Strife"},{"id":4008,"c":1,"u":"stryx_tob1-2023","p":350,"s":63,"h":1,"dP":1,"t":0,"uu":"stryx|tob1-2023","m":"bestiary/tokens/ToB1-2023/Stryx.webp","n":"Stryx"},{"id":4009,"c":1,"u":"stuhac_tob1-2023","p":351,"s":63,"h":1,"dP":1,"t":0,"uu":"stuhac|tob1-2023","m":"bestiary/tokens/ToB1-2023/Stuhac.webp","n":"Stuhac"},{"id":4010,"c":1,"u":"stygian%20fat-tailed%20scorpion_tob1-2023","p":320,"s":63,"h":1,"dP":1,"t":0,"uu":"stygian fat-tailed scorpion|tob1-2023","m":"bestiary/tokens/ToB1-2023/Stygian Fat-Tailed Scorpion.webp","n":"Stygian Fat-Tailed Scorpion"},{"id":4011,"c":1,"u":"subek_tob1-2023","p":352,"s":63,"h":1,"dP":1,"t":0,"uu":"subek|tob1-2023","m":"bestiary/tokens/ToB1-2023/Subek.webp","n":"Subek"},{"id":4012,"c":1,"u":"suturefly_tob1-2023","p":353,"s":63,"h":1,"dP":1,"t":0,"uu":"suturefly|tob1-2023","m":"bestiary/tokens/ToB1-2023/Suturefly.webp","n":"Suturefly"},{"id":4013,"c":1,"u":"swamp%20adder_tob1-2023","p":334,"s":63,"h":1,"dP":1,"t":0,"uu":"swamp adder|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swamp Adder.webp","n":"Swamp Adder"},{"id":4014,"c":1,"u":"swarm%20of%20fire%20dancers_tob1-2023","p":354,"s":63,"h":1,"dP":1,"t":0,"uu":"swarm of fire dancers|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Fire Dancers.webp","n":"Swarm of Fire Dancers"},{"id":4015,"c":1,"u":"swarm%20of%20manabane%20scarabs_tob1-2023","p":355,"s":63,"h":1,"dP":1,"t":0,"uu":"swarm of manabane scarabs|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Manabane Scarabs.webp","n":"Swarm of Manabane Scarabs"},{"id":4016,"c":1,"u":"swarm%20of%20prismatic%20beetles_tob1-2023","p":356,"s":63,"h":1,"dP":1,"t":0,"uu":"swarm of prismatic beetles|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Prismatic Beetles.webp","n":"Swarm of Prismatic Beetles"},{"id":4017,"c":1,"u":"swarm%20of%20sluaghs_tob1-2023","p":357,"s":63,"h":1,"dP":1,"t":0,"uu":"swarm of sluaghs|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Sluaghs.webp","n":"Swarm of Sluaghs"},{"id":4018,"c":1,"u":"swarm%20of%20wharflings_tob1-2023","p":395,"s":63,"h":1,"dP":1,"t":0,"uu":"swarm of wharflings|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Wharflings.webp","n":"Swarm of Wharflings"},{"id":4019,"c":1,"u":"swarm%20of%20wolf%20spirits_tob1-2023","p":358,"s":63,"h":1,"dP":1,"t":0,"uu":"swarm of wolf spirits|tob1-2023","m":"bestiary/tokens/ToB1-2023/Swarm of Wolf Spirits.webp","n":"Swarm of Wolf Spirits"},{"id":4020,"c":1,"u":"temple%20dog_tob1-2023","p":359,"s":63,"h":1,"dP":1,"t":0,"uu":"temple dog|tob1-2023","m":"bestiary/tokens/ToB1-2023/Temple Dog.webp","n":"Temple Dog"},{"id":4021,"c":1,"u":"tendril%20puppet_tob1-2023","p":389,"s":63,"h":1,"dP":1,"t":0,"uu":"tendril puppet|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tendril Puppet.webp","n":"Tendril Puppet"},{"id":4022,"c":1,"u":"thuellai_tob1-2023","p":360,"s":63,"h":1,"dP":1,"t":0,"uu":"thuellai|tob1-2023","m":"bestiary/tokens/ToB1-2023/Thuellai.webp","n":"Thuellai"},{"id":4023,"c":1,"u":"thursir_tob1-2023","p":210,"s":63,"h":1,"dP":1,"t":0,"uu":"thursir|tob1-2023","m":"bestiary/tokens/ToB1-2023/Thursir.webp","n":"Thursir"},{"id":4024,"c":1,"u":"titanoboa_tob1-2023","p":363,"s":63,"h":1,"dP":1,"t":0,"uu":"titanoboa|tob1-2023","m":"bestiary/tokens/ToB1-2023/Titanoboa.webp","n":"Titanoboa"},{"id":4025,"c":1,"u":"tophet_tob1-2023","p":364,"s":63,"h":1,"dP":1,"t":0,"uu":"tophet|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tophet.webp","n":"Tophet"},{"id":4026,"c":1,"u":"tosculi%20drone_tob1-2023","p":367,"s":63,"h":1,"dP":1,"t":0,"uu":"tosculi drone|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tosculi Drone.webp","n":"Tosculi Drone"},{"id":4027,"c":1,"u":"tosculi%20elite%20bow%20raider_tob1-2023","p":366,"s":63,"h":1,"dP":1,"t":0,"uu":"tosculi elite bow raider|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tosculi Elite Bow Raider.webp","n":"Tosculi Elite Bow Raider"},{"id":4028,"c":1,"u":"tosculi%20hive%20queen_tob1-2023","p":366,"s":63,"h":1,"dP":1,"t":0,"uu":"tosculi hive queen|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tosculi Hive Queen.webp","n":"Tosculi Hive Queen"},{"id":4029,"c":1,"u":"tosculi%20warrior_tob1-2023","p":367,"s":63,"h":1,"dP":1,"t":0,"uu":"tosculi warrior|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tosculi Warrior.webp","n":"Tosculi Warrior"},{"id":4030,"c":1,"u":"treacle_tob1-2023","p":368,"s":63,"h":1,"dP":1,"t":0,"uu":"treacle|tob1-2023","m":"bestiary/tokens/ToB1-2023/Treacle.webp","n":"Treacle"},{"id":4031,"c":1,"u":"trollkin%20reaver_tob1-2023","p":371,"s":63,"h":1,"dP":1,"t":0,"uu":"trollkin reaver|tob1-2023","m":"bestiary/tokens/ToB1-2023/Trollkin Reaver.webp","n":"Trollkin Reaver"},{"id":4032,"c":1,"u":"tusked%20skyfish_tob1-2023","p":372,"s":63,"h":1,"dP":1,"t":0,"uu":"tusked skyfish|tob1-2023","m":"bestiary/tokens/ToB1-2023/Tusked Skyfish.webp","n":"Tusked Skyfish"},{"id":4033,"c":1,"u":"umbral%20vampire_tob1-2023","p":382,"s":63,"h":1,"dP":1,"t":0,"uu":"umbral vampire|tob1-2023","m":"bestiary/tokens/ToB1-2023/Umbral Vampire.webp","n":"Umbral Vampire"},{"id":4034,"c":1,"u":"uraeus_tob1-2023","p":373,"s":63,"h":1,"dP":1,"t":0,"uu":"uraeus|tob1-2023","m":"bestiary/tokens/ToB1-2023/Uraeus.webp","n":"Uraeus"},{"id":4035,"c":1,"u":"urochar_tob1-2023","p":374,"s":63,"h":1,"dP":1,"t":0,"uu":"urochar|tob1-2023","m":"bestiary/tokens/ToB1-2023/Urochar.webp","n":"Urochar"},{"id":4036,"c":1,"u":"ushabti_tob1-2023","p":376,"s":63,"h":1,"dP":1,"t":0,"uu":"ushabti|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ushabti.webp","n":"Ushabti"},{"id":4037,"c":1,"u":"ushabti%20royal%20guard_tob1-2023","p":377,"s":63,"h":1,"dP":1,"t":0,"uu":"ushabti royal guard|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ushabti Royal Guard.webp","n":"Ushabti Royal Guard"},{"id":4038,"c":1,"u":"valkyrie_tob1-2023","p":379,"s":63,"h":1,"dP":1,"t":0,"uu":"valkyrie|tob1-2023","m":"bestiary/tokens/ToB1-2023/Valkyrie.webp","n":"Valkyrie"},{"id":4039,"c":1,"u":"vapor%20lynx_tob1-2023","p":383,"s":63,"h":1,"dP":1,"t":0,"uu":"vapor lynx|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vapor Lynx.webp","n":"Vapor Lynx"},{"id":4040,"c":1,"u":"venomous%20mummy_tob1-2023","p":279,"s":63,"h":1,"dP":1,"t":0,"uu":"venomous mummy|tob1-2023","m":"bestiary/tokens/ToB1-2023/Venomous Mummy.webp","n":"Venomous Mummy"},{"id":4041,"c":1,"u":"vesiculosa_tob1-2023","p":385,"s":63,"h":1,"dP":1,"t":0,"uu":"vesiculosa|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vesiculosa.webp","n":"Vesiculosa"},{"id":4042,"c":1,"u":"vila_tob1-2023","p":386,"s":63,"h":1,"dP":1,"t":0,"uu":"vila|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vila.webp","n":"Vila"},{"id":4043,"c":1,"u":"vile%20barber_tob1-2023","p":387,"s":63,"h":1,"dP":1,"t":0,"uu":"vile barber|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vile Barber.webp","n":"Vile Barber"},{"id":4044,"c":1,"u":"vine%20lord_tob1-2023","p":388,"s":63,"h":1,"dP":1,"t":0,"uu":"vine lord|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vine Lord.webp","n":"Vine Lord"},{"id":4045,"c":1,"u":"vine%20troll%20skeleton_tob1-2023","p":330,"s":63,"h":1,"dP":1,"t":0,"uu":"vine troll skeleton|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vine Troll Skeleton.webp","n":"Vine Troll Skeleton"},{"id":4046,"c":1,"u":"void%20dragon%20wyrmling_tob1-2023","p":131,"s":63,"h":1,"dP":1,"t":0,"uu":"void dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Void Dragon Wyrmling.webp","n":"Void Dragon Wyrmling"},{"id":4047,"c":1,"u":"voidling_tob1-2023","p":390,"s":63,"h":1,"dP":1,"t":0,"uu":"voidling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Voidling.webp","n":"Voidling"},{"id":4048,"c":1,"u":"volguloth_tob1-2023","p":391,"s":63,"h":1,"dP":1,"t":0,"uu":"volguloth|tob1-2023","m":"bestiary/tokens/ToB1-2023/Volguloth.webp","n":"Volguloth"},{"id":4049,"c":1,"u":"v%c3%a6ttir_tob1-2023","p":378,"s":63,"h":1,"dP":1,"t":0,"uu":"vættir|tob1-2023","m":"bestiary/tokens/ToB1-2023/Vaettir.webp","n":"Vaettir"},{"id":4050,"c":1,"u":"wampus%20cat_tob1-2023","p":392,"s":63,"h":1,"dP":1,"t":0,"uu":"wampus cat|tob1-2023","m":"bestiary/tokens/ToB1-2023/Wampus Cat.webp","n":"Wampus Cat"},{"id":4051,"c":1,"u":"war%20ostrich_tob1-2023","p":393,"s":63,"h":1,"dP":1,"t":0,"uu":"war ostrich|tob1-2023","m":"bestiary/tokens/ToB1-2023/War Ostrich.webp","n":"War Ostrich"},{"id":4052,"c":1,"u":"water%20leaper_tob1-2023","p":394,"s":63,"h":1,"dP":1,"t":0,"uu":"water leaper|tob1-2023","m":"bestiary/tokens/ToB1-2023/Water Leaper.webp","n":"Water Leaper"},{"id":4053,"c":1,"u":"weeping%20treant_tob1-2023","p":369,"s":63,"h":1,"dP":1,"t":0,"uu":"weeping treant|tob1-2023","m":"bestiary/tokens/ToB1-2023/Weeping Treant.webp","n":"Weeping Treant"},{"id":4054,"c":1,"u":"wharfling_tob1-2023","p":395,"s":63,"h":1,"dP":1,"t":0,"uu":"wharfling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Wharfling.webp","n":"Wharfling"},{"id":4055,"c":1,"u":"white%20ape_tob1-2023","p":396,"s":63,"h":1,"dP":1,"t":0,"uu":"white ape|tob1-2023","m":"bestiary/tokens/ToB1-2023/White Ape.webp","n":"White Ape"},{"id":4056,"c":1,"u":"wind%20dragon%20wyrmling_tob1-2023","p":135,"s":63,"h":1,"dP":1,"t":0,"uu":"wind dragon wyrmling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Wind Dragon Wyrmling.webp","n":"Wind Dragon Wyrmling"},{"id":4057,"c":1,"u":"witchlight_tob1-2023","p":397,"s":63,"h":1,"dP":1,"t":0,"uu":"witchlight|tob1-2023","m":"bestiary/tokens/ToB1-2023/Witchlight.webp","n":"Witchlight"},{"id":4058,"c":1,"u":"wolf%20reaver%20dwarf_tob1-2023","p":412,"s":63,"h":1,"dP":1,"t":0,"uu":"wolf reaver dwarf|tob1-2023","m":"bestiary/tokens/ToB1-2023/Wolf Reaver Dwarf.webp","n":"Wolf Reaver Dwarf"},{"id":4059,"c":1,"u":"wormhearted%20suffragan_tob1-2023","p":398,"s":63,"h":1,"dP":1,"t":0,"uu":"wormhearted suffragan|tob1-2023","m":"bestiary/tokens/ToB1-2023/Wormhearted Suffragan.webp","n":"Wormhearted Suffragan"},{"id":4060,"c":1,"u":"xanka_tob1-2023","p":399,"s":63,"h":1,"dP":1,"t":0,"uu":"xanka|tob1-2023","m":"bestiary/tokens/ToB1-2023/Xanka.webp","n":"Xanka"},{"id":4061,"c":1,"u":"xhkarsh_tob1-2023","p":400,"s":63,"h":1,"dP":1,"t":0,"uu":"xhkarsh|tob1-2023","m":"bestiary/tokens/ToB1-2023/Xhkarsh.webp","n":"Xhkarsh"},{"id":4062,"c":1,"u":"ychen%20bannog_tob1-2023","p":401,"s":63,"h":1,"dP":1,"t":0,"uu":"ychen bannog|tob1-2023","m":"bestiary/tokens/ToB1-2023/Ychen Bannog.webp","n":"Ychen Bannog"},{"id":4063,"c":1,"u":"young%20cave%20dragon_tob1-2023","p":115,"s":63,"h":1,"dP":1,"t":0,"uu":"young cave dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Cave Dragon.webp","n":"Young Cave Dragon"},{"id":4064,"c":1,"u":"young%20flame%20dragon_tob1-2023","p":119,"s":63,"h":1,"dP":1,"t":0,"uu":"young flame dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Flame Dragon.webp","n":"Young Flame Dragon"},{"id":4065,"c":1,"u":"young%20mithral%20dragon_tob1-2023","p":123,"s":63,"h":1,"dP":1,"t":0,"uu":"young mithral dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Mithral Dragon.webp","n":"Young Mithral Dragon"},{"id":4066,"c":1,"u":"young%20sea%20dragon_tob1-2023","p":127,"s":63,"h":1,"dP":1,"t":0,"uu":"young sea dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Sea Dragon.webp","n":"Young Sea Dragon"},{"id":4067,"c":1,"u":"young%20spinosaurus%20dinosaur_tob1-2023","p":104,"s":63,"h":1,"dP":1,"t":0,"uu":"young spinosaurus dinosaur|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Spinosaurus Dinosaur.webp","n":"Young Spinosaurus Dinosaur"},{"id":4068,"c":1,"u":"young%20void%20dragon_tob1-2023","p":130,"s":63,"h":1,"dP":1,"t":0,"uu":"young void dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Void Dragon.webp","n":"Young Void Dragon"},{"id":4069,"c":1,"u":"young%20wind%20dragon_tob1-2023","p":135,"s":63,"h":1,"dP":1,"t":0,"uu":"young wind dragon|tob1-2023","m":"bestiary/tokens/ToB1-2023/Young Wind Dragon.webp","n":"Young Wind Dragon"},{"id":4070,"c":1,"u":"zanskaran%20viper_tob1-2023","p":334,"s":63,"h":1,"dP":1,"t":0,"uu":"zanskaran viper|tob1-2023","m":"bestiary/tokens/ToB1-2023/Zanskaran Viper.webp","n":"Zanskaran Viper"},{"id":4071,"c":1,"u":"zimwi_tob1-2023","p":402,"s":63,"h":1,"dP":1,"t":0,"uu":"zimwi|tob1-2023","m":"bestiary/tokens/ToB1-2023/Zimwi.webp","n":"Zimwi"},{"id":4072,"c":1,"u":"zmey_tob1-2023","p":403,"s":63,"h":1,"dP":1,"t":0,"uu":"zmey|tob1-2023","m":"bestiary/tokens/ToB1-2023/Zmey.webp","n":"Zmey"},{"id":4073,"c":1,"u":"zmey%20headling_tob1-2023","p":404,"s":63,"h":1,"dP":1,"t":0,"uu":"zmey headling|tob1-2023","m":"bestiary/tokens/ToB1-2023/Zmey Headling.webp","n":"Zmey Headling"},{"id":4074,"c":1,"u":"aza%20dowling_tofw","p":17,"s":64,"h":1,"t":0,"uu":"aza dowling|tofw","m":"bestiary/tokens/ToFW/Aza Dowling.webp","n":"Aza Dowling"},{"id":4075,"c":1,"u":"ebonclaw_tofw","p":50,"s":64,"h":1,"t":0,"uu":"ebonclaw|tofw","m":"bestiary/tokens/ToFW/Ebonclaw.webp","n":"Ebonclaw"},{"id":4076,"c":1,"u":"eyestalk%20of%20gzemnid_tofw","p":88,"s":64,"h":1,"t":0,"uu":"eyestalk of gzemnid|tofw","m":"bestiary/tokens/ToFW/Eyestalk of Gzemnid.webp","n":"Eyestalk of Gzemnid"},{"id":4077,"c":1,"u":"farrow_tofw","p":17,"s":64,"h":1,"t":0,"uu":"farrow|tofw","m":"bestiary/tokens/ToFW/Farrow.webp","n":"Farrow"},{"id":4078,"c":1,"u":"gertrube_tofw","p":18,"s":64,"h":1,"t":0,"uu":"gertrube|tofw","m":"bestiary/tokens/ToFW/Gertrube.webp","n":"Gertrube"},{"id":4079,"c":1,"u":"giant%20whirlwyrm_tofw","p":55,"s":64,"h":1,"t":0,"uu":"giant whirlwyrm|tofw","m":"bestiary/tokens/ToFW/Giant Whirlwyrm.webp","n":"Giant Whirlwyrm"},{"id":4080,"c":1,"u":"josbert%20plum_tofw","p":17,"s":64,"h":1,"t":0,"uu":"josbert plum|tofw","m":"bestiary/tokens/ToFW/Josbert Plum.webp","n":"Josbert Plum"},{"id":4081,"c":1,"u":"kal%20the%20crisp_tofw","p":17,"s":64,"h":1,"t":0,"uu":"kal the crisp|tofw","m":"bestiary/tokens/ToFW/Kal the Crisp.webp","n":"Kal the Crisp"},{"id":4082,"c":1,"u":"kopoha_tofw","p":61,"s":64,"h":1,"t":0,"uu":"kopoha|tofw","m":"bestiary/tokens/ToFW/Kopoha.webp","n":"Kopoha"},{"id":4083,"c":1,"u":"modron%20planar%20incarnate_tofw","p":92,"s":64,"h":1,"t":0,"uu":"modron planar incarnate|tofw","m":"bestiary/tokens/ToFW/Modron Planar Incarnate.webp","n":"Modron Planar Incarnate"},{"id":4084,"c":1,"u":"morte_tofw","p":10,"s":64,"h":1,"t":0,"uu":"morte|tofw","m":"bestiary/tokens/ToFW/Morte.webp","n":"Morte"},{"id":4085,"c":1,"u":"ophelia_tofw","p":49,"s":64,"h":1,"t":0,"uu":"ophelia|tofw","m":"bestiary/tokens/ToFW/Ophelia.webp","n":"Ophelia"},{"id":4086,"c":1,"u":"parvaz_tofw","p":50,"s":64,"h":1,"t":0,"uu":"parvaz|tofw","m":"bestiary/tokens/ToFW/Parvaz.webp","n":"Parvaz"},{"id":4087,"c":1,"u":"r04m_tofw","p":75,"s":64,"h":1,"t":0,"uu":"r04m|tofw","m":"bestiary/tokens/ToFW/R04M.webp","n":"R04M"},{"id":4088,"c":1,"u":"shariel_tofw","p":65,"s":64,"h":1,"t":0,"uu":"shariel|tofw","m":"bestiary/tokens/ToFW/Shariel.webp","n":"Shariel"},{"id":4089,"c":1,"u":"vecna%20impersonator_tofw","p":26,"s":64,"h":1,"t":0,"uu":"vecna impersonator|tofw","m":"bestiary/tokens/ToFW/Vecna Impersonator.webp","n":"Vecna Impersonator"},{"id":4090,"c":1,"u":"whirlwyrm_tofw","p":52,"s":64,"h":1,"t":0,"uu":"whirlwyrm|tofw","m":"bestiary/tokens/ToFW/Whirlwyrm.webp","n":"Whirlwyrm"},{"id":4091,"c":1,"u":"x01_tofw","p":91,"s":64,"h":1,"t":0,"uu":"x01|tofw","m":"bestiary/tokens/ToFW/X01.webp","n":"X01"},{"id":4092,"c":1,"u":"zaythir_tofw","p":32,"s":64,"h":1,"t":0,"uu":"zaythir|tofw","m":"bestiary/tokens/ToFW/Zaythir.webp","n":"Zaythir"},{"id":4093,"c":1,"u":"alustriel%20silverhand_veor","p":242,"s":65,"h":1,"t":0,"uu":"alustriel silverhand|veor","m":"bestiary/tokens/VEoR/Alustriel Silverhand.webp","n":"Alustriel Silverhand"},{"id":4094,"c":1,"u":"argentia%20skywright_veor","s":65,"h":1,"t":0,"uu":"argentia skywright|veor","m":"bestiary/tokens/VEoR/Argentia Skywright.webp","n":"Argentia Skywright"},{"id":4095,"c":1,"u":"black%20rose%20bearer_veor","p":208,"s":65,"h":1,"t":0,"uu":"black rose bearer|veor","m":"bestiary/tokens/VEoR/Black Rose Bearer.webp","n":"Black Rose Bearer"},{"id":4096,"c":1,"u":"blade%20lieutenant_veor","p":209,"s":65,"h":1,"t":0,"uu":"blade lieutenant|veor","m":"bestiary/tokens/VEoR/Blade Lieutenant.webp","n":"Blade Lieutenant"},{"id":4097,"c":1,"u":"blade%20scout_veor","p":209,"s":65,"h":1,"t":0,"uu":"blade scout|veor","m":"bestiary/tokens/VEoR/Blade Scout.webp","n":"Blade Scout"},{"id":4098,"c":1,"u":"blazebear_veor","p":210,"s":65,"h":1,"t":0,"uu":"blazebear|veor","m":"bestiary/tokens/VEoR/Blazebear.webp","n":"Blazebear"},{"id":4099,"c":1,"u":"bone%20roc_veor","p":211,"s":65,"h":1,"t":0,"uu":"bone roc|veor","m":"bestiary/tokens/VEoR/Bone Roc.webp","n":"Bone Roc"},{"id":4100,"c":1,"u":"borthak_veor","p":212,"s":65,"h":1,"t":0,"uu":"borthak|veor","m":"bestiary/tokens/VEoR/Borthak.webp","n":"Borthak"},{"id":4101,"c":1,"u":"camlash_veor","p":181,"s":65,"h":1,"t":0,"uu":"camlash|veor","m":"bestiary/tokens/VEoR/Camlash.webp","n":"Camlash"},{"id":4102,"c":1,"u":"citadel%20spider_veor","p":214,"s":65,"h":1,"t":0,"uu":"citadel spider|veor","m":"bestiary/tokens/VEoR/Citadel Spider.webp","n":"Citadel Spider"},{"id":4103,"c":1,"u":"crunch_veor","s":65,"h":1,"t":0,"uu":"crunch|veor","m":"bestiary/tokens/VEoR/Crunch.webp","n":"Crunch"},{"id":4104,"c":1,"u":"deadbark%20dryad_veor","p":216,"s":65,"h":1,"t":0,"uu":"deadbark dryad|veor","m":"bestiary/tokens/VEoR/Deadbark Dryad.webp","n":"Deadbark Dryad"},{"id":4105,"c":1,"u":"deathwolf_veor","p":217,"s":65,"h":1,"t":0,"uu":"deathwolf|veor","m":"bestiary/tokens/VEoR/Deathwolf.webp","n":"Deathwolf"},{"id":4106,"c":1,"u":"degloth_veor","p":218,"s":65,"h":1,"t":0,"uu":"degloth|veor","m":"bestiary/tokens/VEoR/Degloth.webp","n":"Degloth"},{"id":4107,"c":1,"u":"eldon%20keyward_veor","s":65,"h":1,"t":0,"uu":"eldon keyward|veor","m":"bestiary/tokens/VEoR/Eldon Keyward.webp","n":"Eldon Keyward"},{"id":4108,"c":1,"u":"false%20lich_veor","p":220,"s":65,"h":1,"t":0,"uu":"false lich|veor","m":"bestiary/tokens/VEoR/False Lich.webp","n":"False Lich"},{"id":4109,"c":1,"u":"fernitha_veor","s":65,"h":1,"t":0,"uu":"fernitha|veor","m":"bestiary/tokens/VEoR/Fernitha.webp","n":"Fernitha"},{"id":4110,"c":1,"u":"figaro_veor","s":65,"h":1,"t":0,"uu":"figaro|veor","m":"bestiary/tokens/VEoR/Figaro.webp","n":"Figaro"},{"id":4111,"c":1,"u":"glaive_veor","p":81,"s":65,"h":1,"t":0,"uu":"glaive|veor","m":"bestiary/tokens/VEoR/Glaive.webp","n":"Glaive"},{"id":4112,"c":1,"u":"granite%20juggernaut_veor","p":221,"s":65,"h":1,"t":0,"uu":"granite juggernaut|veor","m":"bestiary/tokens/VEoR/Granite Juggernaut.webp","n":"Granite Juggernaut"},{"id":4113,"c":1,"u":"grottenelle%20stonecutter_veor","s":65,"h":1,"t":0,"uu":"grottenelle stonecutter|veor","m":"bestiary/tokens/VEoR/Grottenelle Stonecutter.webp","n":"Grottenelle Stonecutter"},{"id":4114,"c":1,"u":"hazvongel_veor","p":222,"s":65,"h":1,"t":0,"uu":"hazvongel|veor","m":"bestiary/tokens/VEoR/Hazvongel.webp","n":"Hazvongel"},{"id":4115,"c":1,"u":"hertilod_veor","p":223,"s":65,"h":1,"t":0,"uu":"hertilod|veor","m":"bestiary/tokens/VEoR/Hertilod.webp","n":"Hertilod"},{"id":4116,"c":1,"u":"inda_veor","s":65,"h":1,"t":0,"uu":"inda|veor","m":"bestiary/tokens/VEoR/Inda.webp","n":"Inda"},{"id":4117,"c":1,"u":"indrina%20lamsensettle_veor","s":65,"h":1,"t":0,"uu":"indrina lamsensettle|veor","m":"bestiary/tokens/VEoR/Indrina Lamsensettle.webp","n":"Indrina Lamsensettle"},{"id":4118,"c":1,"u":"jerot%20galgin_veor","s":65,"h":1,"t":0,"uu":"jerot galgin|veor","m":"bestiary/tokens/VEoR/Jerot Galgin.webp","n":"Jerot Galgin"},{"id":4119,"c":1,"u":"kakkuu%20spyder-fiend_veor","p":234,"s":65,"h":1,"t":0,"uu":"kakkuu spyder-fiend|veor","m":"bestiary/tokens/VEoR/Kakkuu Spyder-Fiend.webp","n":"Kakkuu Spyder-Fiend"},{"id":4120,"c":1,"u":"kas%20the%20betrayer_veor","p":244,"s":65,"h":1,"t":0,"uu":"kas the betrayer|veor","m":"bestiary/tokens/VEoR/Kas the Betrayer.webp","n":"Kas the Betrayer"},{"id":4121,"c":1,"u":"kaylan%20renaudon_veor","s":65,"h":1,"t":0,"uu":"kaylan renaudon|veor","m":"bestiary/tokens/VEoR/Kaylan Renaudon.webp","n":"Kaylan Renaudon"},{"id":4122,"c":1,"u":"ker-arach_veor","s":65,"h":1,"t":0,"uu":"ker-arach|veor","m":"bestiary/tokens/VEoR/Ker-arach.webp","n":"Ker-arach"},{"id":4123,"c":1,"u":"kevetta%20dolindar_veor","s":65,"h":1,"t":0,"uu":"kevetta dolindar|veor","m":"bestiary/tokens/VEoR/Kevetta Dolindar.webp","n":"Kevetta Dolindar"},{"id":4124,"c":1,"u":"khai%20kiroth_veor","s":65,"h":1,"t":0,"uu":"khai kiroth|veor","m":"bestiary/tokens/VEoR/Khai Kiroth.webp","n":"Khai Kiroth"},{"id":4125,"c":1,"u":"laysa%20matulin_veor","s":65,"h":1,"t":0,"uu":"laysa matulin|veor","m":"bestiary/tokens/VEoR/Laysa Matulin.webp","n":"Laysa Matulin"},{"id":4126,"c":1,"u":"lysan_veor","s":65,"h":1,"t":0,"uu":"lysan|veor","m":"bestiary/tokens/VEoR/Lysan.webp","n":"Lysan"},{"id":4127,"c":1,"u":"malaina%20van%20talstiv_veor","s":65,"h":1,"t":0,"uu":"malaina van talstiv|veor","m":"bestiary/tokens/VEoR/Malaina van Talstiv.webp","n":"Malaina van Talstiv"},{"id":4128,"c":1,"u":"mirror%20shade_veor","p":226,"s":65,"h":1,"t":0,"uu":"mirror shade|veor","m":"bestiary/tokens/VEoR/Mirror Shade.webp","n":"Mirror Shade"},{"id":4129,"c":1,"u":"miska%20the%20wolf-spider_veor","p":247,"s":65,"h":1,"t":0,"uu":"miska the wolf-spider|veor","m":"bestiary/tokens/VEoR/Miska the Wolf-Spider.webp","n":"Miska the Wolf-Spider"},{"id":4130,"c":1,"u":"moonlight%20guardian_veor","p":227,"s":65,"h":1,"t":0,"uu":"moonlight guardian|veor","m":"bestiary/tokens/VEoR/Moonlight Guardian.webp","n":"Moonlight Guardian"},{"id":4131,"c":1,"u":"naxa_veor","s":65,"h":1,"t":0,"uu":"naxa|veor","m":"bestiary/tokens/VEoR/Naxa.webp","n":"Naxa"},{"id":4132,"c":1,"u":"nyssa%20otellion_veor","s":65,"h":1,"t":0,"uu":"nyssa otellion|veor","m":"bestiary/tokens/VEoR/Nyssa Otellion.webp","n":"Nyssa Otellion"},{"id":4133,"c":1,"u":"orinix_veor","s":65,"h":1,"t":0,"uu":"orinix|veor","m":"bestiary/tokens/VEoR/Orinix.webp","n":"Orinix"},{"id":4134,"c":1,"u":"phisarazu%20spyder-fiend_veor","p":235,"s":65,"h":1,"t":0,"uu":"phisarazu spyder-fiend|veor","m":"bestiary/tokens/VEoR/Phisarazu Spyder-Fiend.webp","n":"Phisarazu Spyder-Fiend"},{"id":4135,"c":1,"u":"quavilithku%20spyder-fiend_veor","p":236,"s":65,"h":1,"t":0,"uu":"quavilithku spyder-fiend|veor","m":"bestiary/tokens/VEoR/Quavilithku Spyder-Fiend.webp","n":"Quavilithku Spyder-Fiend"},{"id":4136,"c":1,"u":"rack_veor","s":65,"h":1,"t":0,"uu":"rack|veor","m":"bestiary/tokens/VEoR/Rack.webp","n":"Rack"},{"id":4137,"c":1,"u":"raklupis%20spyder-fiend_veor","p":236,"s":65,"h":1,"t":0,"uu":"raklupis spyder-fiend|veor","m":"bestiary/tokens/VEoR/Raklupis Spyder-Fiend.webp","n":"Raklupis Spyder-Fiend"},{"id":4138,"c":1,"u":"redbud_veor","s":65,"h":1,"t":0,"uu":"redbud|veor","m":"bestiary/tokens/VEoR/Redbud.webp","n":"Redbud"},{"id":4139,"c":1,"u":"relentless%20impaler_veor","p":231,"s":65,"h":1,"t":0,"uu":"relentless impaler|veor","m":"bestiary/tokens/VEoR/Relentless Impaler.webp","n":"Relentless Impaler"},{"id":4140,"c":1,"u":"rerak_veor","s":65,"h":1,"t":0,"uu":"rerak|veor","m":"bestiary/tokens/VEoR/Rerak.webp","n":"Rerak"},{"id":4141,"c":1,"u":"rezran%20%22snake%20eyes%22%20agrodro_veor","s":65,"h":1,"t":0,"uu":"rezran \"snake eyes\" agrodro|veor","m":"bestiary/tokens/VEoR/Rezran Snake Eyes Agrodro.webp","n":"Rezran \"Snake Eyes\" Agrodro"},{"id":4142,"c":1,"u":"riffel_veor","s":65,"h":1,"t":0,"uu":"riffel|veor","m":"bestiary/tokens/VEoR/Riffel.webp","n":"Riffel"},{"id":4143,"c":1,"u":"sangora_veor","s":65,"h":1,"t":0,"uu":"sangora|veor","m":"bestiary/tokens/VEoR/Sangora.webp","n":"Sangora"},{"id":4144,"c":1,"u":"sarcelle%20malinosh_veor","s":65,"h":1,"t":0,"uu":"sarcelle malinosh|veor","m":"bestiary/tokens/VEoR/Sarcelle Malinosh.webp","n":"Sarcelle Malinosh"},{"id":4145,"c":1,"u":"sarusanda%20allester_veor","s":65,"h":1,"t":0,"uu":"sarusanda allester|veor","m":"bestiary/tokens/VEoR/Sarusanda Allester.webp","n":"Sarusanda Allester"},{"id":4146,"c":1,"u":"shanzezim_veor","s":65,"h":1,"t":0,"uu":"shanzezim|veor","m":"bestiary/tokens/VEoR/Shanzezim.webp","n":"Shanzezim"},{"id":4147,"c":1,"u":"spiderdragon_veor","p":233,"s":65,"h":1,"t":0,"uu":"spiderdragon|veor","m":"bestiary/tokens/VEoR/Spiderdragon.webp","n":"Spiderdragon"},{"id":4148,"c":1,"u":"star%20angler_veor","p":237,"s":65,"h":1,"t":0,"uu":"star angler|veor","m":"bestiary/tokens/VEoR/Star Angler.webp","n":"Star Angler"},{"id":4149,"c":1,"u":"strahd%2c%20master%20of%20death%20house_veor","p":251,"s":65,"h":1,"t":0,"uu":"strahd, master of death house|veor","m":"bestiary/tokens/VEoR/Strahd, Master of Death House.webp","n":"Strahd, Master of Death House"},{"id":4150,"c":1,"u":"tasha%20the%20witch_veor","p":252,"s":65,"h":1,"t":0,"uu":"tasha the witch|veor","m":"bestiary/tokens/VEoR/Tasha the Witch.webp","n":"Tasha the Witch"},{"id":4151,"c":1,"u":"teremini%20nightsedge_veor","s":65,"h":1,"t":0,"uu":"teremini nightsedge|veor","m":"bestiary/tokens/VEoR/Teremini Nightsedge.webp","n":"Teremini Nightsedge"},{"id":4152,"c":1,"u":"umberto%20noblin_veor","s":65,"h":1,"t":0,"uu":"umberto noblin|veor","m":"bestiary/tokens/VEoR/Umberto Noblin.webp","n":"Umberto Noblin"},{"id":4153,"c":1,"u":"uvashar_veor","s":65,"h":1,"t":0,"uu":"uvashar|veor","m":"bestiary/tokens/VEoR/Uvashar.webp","n":"Uvashar"},{"id":4154,"c":1,"u":"vaeve_veor","s":65,"h":1,"t":0,"uu":"vaeve|veor","m":"bestiary/tokens/VEoR/Vaeve.webp","n":"Vaeve"},{"id":4155,"c":1,"u":"valendar_veor","s":65,"h":1,"t":0,"uu":"valendar|veor","m":"bestiary/tokens/VEoR/Valendar.webp","n":"Valendar"},{"id":4156,"c":1,"u":"vecna%20the%20archlich_veor","p":254,"s":65,"h":1,"t":0,"uu":"vecna the archlich|veor","m":"bestiary/tokens/VEoR/Vecna the Archlich.webp","n":"Vecna the Archlich"},{"id":4157,"c":1,"u":"vlazok_veor","p":238,"s":65,"h":1,"t":0,"uu":"vlazok|veor","m":"bestiary/tokens/VEoR/Vlazok.webp","n":"Vlazok"},{"id":4158,"c":1,"u":"warforged%20warrior_veor","p":238,"s":65,"h":1,"t":0,"uu":"warforged warrior|veor","m":"bestiary/tokens/VEoR/Warforged Warrior.webp","n":"Warforged Warrior"},{"id":4159,"c":1,"u":"whirling%20chandelier_veor","p":239,"s":65,"h":1,"t":0,"uu":"whirling chandelier|veor","m":"bestiary/tokens/VEoR/Whirling Chandelier.webp","n":"Whirling Chandelier"},{"id":4160,"c":1,"u":"windfall_veor","p":153,"s":65,"h":1,"t":0,"uu":"windfall|veor","m":"bestiary/tokens/VEoR/Windfall.webp","n":"Windfall"},{"id":4161,"c":1,"u":"zastra_veor","s":65,"h":1,"t":0,"uu":"zastra|veor","m":"bestiary/tokens/VEoR/Zastra.webp","n":"Zastra"},{"id":4162,"c":1,"u":"abjurer_vgm","p":209,"s":66,"h":1,"t":0,"uu":"abjurer|vgm","m":"bestiary/tokens/VGM/Abjurer.webp","n":"Abjurer"},{"id":4163,"c":1,"u":"alhoon_vgm","p":172,"s":66,"h":1,"t":0,"uu":"alhoon|vgm","m":"bestiary/tokens/VGM/Alhoon.webp","n":"Alhoon"},{"id":4164,"c":1,"u":"annis%20hag_vgm","p":159,"s":66,"h":1,"t":0,"uu":"annis hag|vgm","m":"bestiary/tokens/VGM/Annis Hag.webp","n":"Annis Hag"},{"id":4165,"c":1,"u":"apprentice%20wizard_vgm","p":209,"s":66,"h":1,"t":0,"uu":"apprentice wizard|vgm","m":"bestiary/tokens/VGM/Apprentice Wizard.webp","n":"Apprentice Wizard"},{"id":4166,"c":1,"u":"archdruid_vgm","p":210,"s":66,"h":1,"t":0,"uu":"archdruid|vgm","m":"bestiary/tokens/VGM/Archdruid.webp","n":"Archdruid"},{"id":4167,"c":1,"u":"archer_vgm","p":210,"s":66,"h":1,"t":0,"uu":"archer|vgm","m":"bestiary/tokens/VGM/Archer.webp","n":"Archer"},{"id":4168,"c":1,"u":"aurochs_vgm","p":207,"s":66,"h":1,"t":0,"uu":"aurochs|vgm","m":"bestiary/tokens/VGM/Aurochs.webp","n":"Aurochs"},{"id":4169,"c":1,"u":"babau_vgm","p":136,"s":66,"h":1,"t":0,"uu":"babau|vgm","m":"bestiary/tokens/VGM/Babau.webp","n":"Babau"},{"id":4170,"c":1,"u":"banderhobb_vgm","p":122,"s":66,"h":1,"t":0,"uu":"banderhobb|vgm","m":"bestiary/tokens/VGM/Banderhobb.webp","n":"Banderhobb"},{"id":4171,"c":1,"u":"bard_vgm","p":211,"s":66,"h":1,"t":0,"uu":"bard|vgm","m":"bestiary/tokens/VGM/Bard.webp","n":"Bard"},{"id":4172,"c":1,"u":"barghest_vgm","p":123,"s":66,"h":1,"t":0,"uu":"barghest|vgm","m":"bestiary/tokens/VGM/Barghest.webp","n":"Barghest"},{"id":4173,"c":1,"u":"bheur%20hag_vgm","p":160,"s":66,"h":1,"t":0,"uu":"bheur hag|vgm","m":"bestiary/tokens/VGM/Bheur Hag.webp","n":"Bheur Hag"},{"id":4174,"c":1,"u":"black%20guard%20drake_vgm","p":158,"s":66,"h":1,"t":0,"uu":"black guard drake|vgm","m":"bestiary/tokens/VGM/Black Guard Drake.webp","n":"Black Guard Drake"},{"id":4175,"c":1,"u":"blackguard_vgm","p":211,"s":66,"h":1,"t":0,"uu":"blackguard|vgm","m":"bestiary/tokens/VGM/Blackguard.webp","n":"Blackguard"},{"id":4176,"c":1,"u":"blue%20guard%20drake_vgm","p":158,"s":66,"h":1,"t":0,"uu":"blue guard drake|vgm","m":"bestiary/tokens/VGM/Blue Guard Drake.webp","n":"Blue Guard Drake"},{"id":4177,"c":1,"u":"bodak_vgm","p":127,"s":66,"h":1,"t":0,"uu":"bodak|vgm","m":"bestiary/tokens/VGM/Bodak.webp","n":"Bodak"},{"id":4178,"c":1,"u":"boggle_vgm","p":128,"s":66,"h":1,"t":0,"uu":"boggle|vgm","m":"bestiary/tokens/VGM/Boggle.webp","n":"Boggle"},{"id":4179,"c":1,"u":"booyahg%20booyahg%20booyahg_vgm","p":43,"s":66,"h":1,"t":0,"uu":"booyahg booyahg booyahg|vgm","m":"bestiary/tokens/VGM/Booyahg Booyahg Booyahg.webp","n":"Booyahg Booyahg Booyahg"},{"id":4180,"c":1,"u":"booyahg%20caster_vgm","p":42,"s":66,"h":1,"t":0,"uu":"booyahg caster|vgm","m":"bestiary/tokens/VGM/Booyahg Caster.webp","n":"Booyahg Caster"},{"id":4181,"c":1,"u":"booyahg%20slave%20of%20the%20archfey_vgm","p":42,"s":66,"h":1,"t":0,"uu":"booyahg slave of the archfey|vgm","m":"bestiary/tokens/VGM/Booyahg Slave of the Archfey.webp","n":"Booyahg Slave of the Archfey"},{"id":4182,"c":1,"u":"booyahg%20slave%20of%20the%20fiend_vgm","p":42,"s":66,"h":1,"t":0,"uu":"booyahg slave of the fiend|vgm","m":"bestiary/tokens/VGM/Booyahg Slave of the Fiend.webp","n":"Booyahg Slave of the Fiend"},{"id":4183,"c":1,"u":"booyahg%20slave%20of%20the%20great%20old%20one_vgm","p":42,"s":66,"h":1,"t":0,"uu":"booyahg slave of the great old one|vgm","m":"bestiary/tokens/VGM/Booyahg Slave of the Great Old One.webp","n":"Booyahg Slave of the Great Old One"},{"id":4184,"c":1,"u":"booyahg%20whip_vgm","p":42,"s":66,"h":1,"t":0,"uu":"booyahg whip|vgm","m":"bestiary/tokens/VGM/Booyahg Whip.webp","n":"Booyahg Whip"},{"id":4185,"c":1,"u":"booyahg%20wielder_vgm","p":42,"s":66,"h":1,"t":0,"uu":"booyahg wielder|vgm","m":"bestiary/tokens/VGM/Booyahg Wielder.webp","n":"Booyahg Wielder"},{"id":4186,"c":1,"u":"brontosaurus_vgm","p":139,"s":66,"h":1,"t":0,"uu":"brontosaurus|vgm","m":"bestiary/tokens/VGM/Brontosaurus.webp","n":"Brontosaurus"},{"id":4187,"c":1,"u":"catoblepas_vgm","p":129,"s":66,"h":1,"t":0,"uu":"catoblepas|vgm","m":"bestiary/tokens/VGM/Catoblepas.webp","n":"Catoblepas"},{"id":4188,"c":1,"u":"cave%20fisher_vgm","p":130,"s":66,"h":1,"t":0,"uu":"cave fisher|vgm","m":"bestiary/tokens/VGM/Cave Fisher.webp","n":"Cave Fisher"},{"id":4189,"c":1,"u":"champion_vgm","p":212,"s":66,"h":1,"t":0,"uu":"champion|vgm","m":"bestiary/tokens/VGM/Champion.webp","n":"Champion"},{"id":4190,"c":1,"u":"chitine_vgm","p":131,"s":66,"h":1,"t":0,"uu":"chitine|vgm","m":"bestiary/tokens/VGM/Chitine.webp","n":"Chitine"},{"id":4191,"c":1,"u":"choldrith_vgm","p":132,"s":66,"h":1,"t":0,"uu":"choldrith|vgm","m":"bestiary/tokens/VGM/Choldrith.webp","n":"Choldrith"},{"id":4192,"c":1,"u":"cloud%20giant%20smiling%20one_vgm","p":146,"s":66,"h":1,"t":0,"uu":"cloud giant smiling one|vgm","m":"bestiary/tokens/VGM/Cloud Giant Smiling One.webp","n":"Cloud Giant Smiling One"},{"id":4193,"c":1,"u":"conjurer_vgm","p":212,"s":66,"h":1,"t":0,"uu":"conjurer|vgm","m":"bestiary/tokens/VGM/Conjurer.webp","n":"Conjurer"},{"id":4194,"c":1,"u":"cow_vgm","p":207,"s":66,"h":1,"t":0,"uu":"cow|vgm","m":"bestiary/tokens/VGM/Cow.webp","n":"Cow"},{"id":4195,"c":1,"u":"cranium%20rat_vgm","p":133,"s":66,"h":1,"t":0,"uu":"cranium rat|vgm","m":"bestiary/tokens/VGM/Cranium Rat.webp","n":"Cranium Rat"},{"id":4196,"c":1,"u":"darkling_vgm","p":134,"s":66,"h":1,"t":0,"uu":"darkling|vgm","m":"bestiary/tokens/VGM/Darkling.webp","n":"Darkling"},{"id":4197,"c":1,"u":"darkling%20elder_vgm","p":134,"s":66,"h":1,"t":0,"uu":"darkling elder|vgm","m":"bestiary/tokens/VGM/Darkling Elder.webp","n":"Darkling Elder"},{"id":4198,"c":1,"u":"death%20kiss_vgm","p":124,"s":66,"h":1,"t":0,"uu":"death kiss|vgm","m":"bestiary/tokens/VGM/Death Kiss.webp","n":"Death Kiss"},{"id":4199,"c":1,"u":"deep%20roth%c3%a9_vgm","p":208,"s":66,"h":1,"t":0,"uu":"deep rothé|vgm","m":"bestiary/tokens/VGM/Deep Rothe.webp","n":"Deep Rothe"},{"id":4200,"c":1,"u":"deep%20scion_vgm","p":135,"s":66,"h":1,"t":0,"uu":"deep scion|vgm","m":"bestiary/tokens/VGM/Deep Scion.webp","n":"Deep Scion"},{"id":4201,"c":1,"u":"deinonychus_vgm","p":139,"s":66,"h":1,"t":0,"uu":"deinonychus|vgm","m":"bestiary/tokens/VGM/Deinonychus.webp","n":"Deinonychus"},{"id":4202,"c":1,"u":"devourer_vgm","p":138,"s":66,"h":1,"t":0,"uu":"devourer|vgm","m":"bestiary/tokens/VGM/Devourer.webp","n":"Devourer"},{"id":4203,"c":1,"u":"dimetrodon_vgm","p":139,"s":66,"h":1,"t":0,"uu":"dimetrodon|vgm","m":"bestiary/tokens/VGM/Dimetrodon.webp","n":"Dimetrodon"},{"id":4204,"c":1,"u":"diviner_vgm","p":213,"s":66,"h":1,"t":0,"uu":"diviner|vgm","m":"bestiary/tokens/VGM/Diviner.webp","n":"Diviner"},{"id":4205,"c":1,"u":"dolphin_vgm","p":208,"s":66,"h":1,"t":0,"uu":"dolphin|vgm","m":"bestiary/tokens/VGM/Dolphin.webp","n":"Dolphin"},{"id":4206,"c":1,"u":"draegloth_vgm","p":141,"s":66,"h":1,"t":0,"uu":"draegloth|vgm","m":"bestiary/tokens/VGM/Draegloth.webp","n":"Draegloth"},{"id":4207,"c":1,"u":"elder%20brain_vgm","p":173,"s":66,"h":1,"t":0,"uu":"elder brain|vgm","m":"bestiary/tokens/VGM/Elder Brain.webp","n":"Elder Brain"},{"id":4208,"c":1,"u":"enchanter_vgm","p":213,"s":66,"h":1,"t":0,"uu":"enchanter|vgm","m":"bestiary/tokens/VGM/Enchanter.webp","n":"Enchanter"},{"id":4209,"c":1,"u":"evoker_vgm","p":214,"s":66,"h":1,"t":0,"uu":"evoker|vgm","m":"bestiary/tokens/VGM/Evoker.webp","n":"Evoker"},{"id":4210,"c":1,"u":"fire%20giant%20dreadnought_vgm","p":147,"s":66,"h":1,"t":0,"uu":"fire giant dreadnought|vgm","m":"bestiary/tokens/VGM/Fire Giant Dreadnought.webp","n":"Fire Giant Dreadnought"},{"id":4211,"c":1,"u":"firenewt%20warlock%20of%20imix_vgm","p":143,"s":66,"h":1,"t":0,"uu":"firenewt warlock of imix|vgm","m":"bestiary/tokens/VGM/Firenewt Warlock of Imix.webp","n":"Firenewt Warlock of Imix"},{"id":4212,"c":1,"u":"firenewt%20warrior_vgm","p":142,"s":66,"h":1,"t":0,"uu":"firenewt warrior|vgm","m":"bestiary/tokens/VGM/Firenewt Warrior.webp","n":"Firenewt Warrior"},{"id":4213,"c":1,"u":"flail%20snail_vgm","p":144,"s":66,"h":1,"t":0,"uu":"flail snail|vgm","m":"bestiary/tokens/VGM/Flail Snail.webp","n":"Flail Snail"},{"id":4214,"c":1,"u":"flind_vgm","p":153,"s":66,"h":1,"t":0,"uu":"flind|vgm","m":"bestiary/tokens/VGM/Flind.webp","n":"Flind"},{"id":4215,"c":1,"u":"froghemoth_vgm","p":145,"s":66,"h":1,"t":0,"uu":"froghemoth|vgm","m":"bestiary/tokens/VGM/Froghemoth.webp","n":"Froghemoth"},{"id":4216,"c":1,"u":"frost%20giant%20everlasting%20one_vgm","p":148,"s":66,"h":1,"t":0,"uu":"frost giant everlasting one|vgm","m":"bestiary/tokens/VGM/Frost Giant Everlasting One.webp","n":"Frost Giant Everlasting One"},{"id":4217,"c":1,"u":"gauth_vgm","p":125,"s":66,"h":1,"t":0,"uu":"gauth|vgm","m":"bestiary/tokens/VGM/Gauth.webp","n":"Gauth"},{"id":4218,"c":1,"u":"gazer_vgm","p":126,"s":66,"h":1,"t":0,"uu":"gazer|vgm","m":"bestiary/tokens/VGM/Gazer.webp","n":"Gazer"},{"id":4219,"c":1,"u":"giant%20strider_vgm","p":143,"s":66,"h":1,"t":0,"uu":"giant strider|vgm","m":"bestiary/tokens/VGM/Giant Strider.webp","n":"Giant Strider"},{"id":4220,"c":1,"u":"girallon_vgm","p":152,"s":66,"h":1,"t":0,"uu":"girallon|vgm","m":"bestiary/tokens/VGM/Girallon.webp","n":"Girallon"},{"id":4221,"c":1,"u":"gnoll%20flesh%20gnawer_vgm","p":154,"s":66,"h":1,"t":0,"uu":"gnoll flesh gnawer|vgm","m":"bestiary/tokens/VGM/Gnoll Flesh Gnawer.webp","n":"Gnoll Flesh Gnawer"},{"id":4222,"c":1,"u":"gnoll%20hunter_vgm","p":154,"s":66,"h":1,"t":0,"uu":"gnoll hunter|vgm","m":"bestiary/tokens/VGM/Gnoll Hunter.webp","n":"Gnoll Hunter"},{"id":4223,"c":1,"u":"gnoll%20witherling_vgm","p":155,"s":66,"h":1,"t":0,"uu":"gnoll witherling|vgm","m":"bestiary/tokens/VGM/Gnoll Witherling.webp","n":"Gnoll Witherling"},{"id":4224,"c":1,"u":"green%20guard%20drake_vgm","p":158,"s":66,"h":1,"t":0,"uu":"green guard drake|vgm","m":"bestiary/tokens/VGM/Green Guard Drake.webp","n":"Green Guard Drake"},{"id":4225,"c":1,"u":"grung_vgm","p":156,"s":66,"h":1,"t":0,"uu":"grung|vgm","m":"bestiary/tokens/VGM/Grung.webp","n":"Grung"},{"id":4226,"c":1,"u":"grung%20elite%20warrior_vgm","p":157,"s":66,"h":1,"t":0,"uu":"grung elite warrior|vgm","m":"bestiary/tokens/VGM/Grung Elite Warrior.webp","n":"Grung Elite Warrior"},{"id":4227,"c":1,"u":"grung%20wildling_vgm","p":157,"s":66,"h":1,"t":0,"uu":"grung wildling|vgm","m":"bestiary/tokens/VGM/Grung Wildling.webp","n":"Grung Wildling"},{"id":4228,"c":1,"u":"hadrosaurus_vgm","p":140,"s":66,"h":1,"t":0,"uu":"hadrosaurus|vgm","m":"bestiary/tokens/VGM/Hadrosaurus.webp","n":"Hadrosaurus"},{"id":4229,"c":1,"u":"hobgoblin%20devastator_vgm","p":161,"s":66,"h":1,"t":0,"uu":"hobgoblin devastator|vgm","m":"bestiary/tokens/VGM/Hobgoblin Devastator.webp","n":"Hobgoblin Devastator"},{"id":4230,"c":1,"u":"hobgoblin%20iron%20shadow_vgm","p":162,"s":66,"h":1,"t":0,"uu":"hobgoblin iron shadow|vgm","m":"bestiary/tokens/VGM/Hobgoblin Iron Shadow.webp","n":"Hobgoblin Iron Shadow"},{"id":4231,"c":1,"u":"illithilich_vgm","p":172,"s":66,"h":1,"t":0,"uu":"illithilich|vgm","m":"bestiary/tokens/VGM/Illithilich.webp","n":"Illithilich"},{"id":4232,"c":1,"u":"illithilich_vgm","p":172,"s":66,"h":1,"t":0,"uu":"illithilich|vgm","m":"bestiary/tokens/VGM/Illithilich.webp","n":"Mind Flayer Lich"},{"id":4233,"c":1,"u":"illusionist_vgm","p":214,"s":66,"h":1,"t":0,"uu":"illusionist|vgm","m":"bestiary/tokens/VGM/Illusionist.webp","n":"Illusionist"},{"id":4234,"c":1,"u":"ki-rin_vgm","p":163,"s":66,"h":1,"t":0,"uu":"ki-rin|vgm","m":"bestiary/tokens/VGM/Ki-rin.webp","n":"Ki-rin"},{"id":4235,"c":1,"u":"kobold%20dragonshield_vgm","p":165,"s":66,"h":1,"t":0,"uu":"kobold dragonshield|vgm","m":"bestiary/tokens/VGM/Kobold Dragonshield.webp","n":"Kobold Dragonshield"},{"id":4236,"c":1,"u":"kobold%20inventor_vgm","p":166,"s":66,"h":1,"t":0,"uu":"kobold inventor|vgm","m":"bestiary/tokens/VGM/Kobold Inventor.webp","n":"Kobold Inventor"},{"id":4237,"c":1,"u":"kobold%20scale%20sorcerer_vgm","p":167,"s":66,"h":1,"t":0,"uu":"kobold scale sorcerer|vgm","m":"bestiary/tokens/VGM/Kobold Scale Sorcerer.webp","n":"Kobold Scale Sorcerer"},{"id":4238,"c":1,"u":"korred_vgm","p":168,"s":66,"h":1,"t":0,"uu":"korred|vgm","m":"bestiary/tokens/VGM/Korred.webp","n":"Korred"},{"id":4239,"c":1,"u":"kraken%20priest_vgm","p":215,"s":66,"h":1,"t":0,"uu":"kraken priest|vgm","m":"bestiary/tokens/VGM/Kraken Priest.webp","n":"Kraken Priest"},{"id":4240,"c":1,"u":"leucrotta_vgm","p":169,"s":66,"h":1,"t":0,"uu":"leucrotta|vgm","m":"bestiary/tokens/VGM/Leucrotta.webp","n":"Leucrotta"},{"id":4241,"c":1,"u":"martial%20arts%20adept_vgm","p":216,"s":66,"h":1,"t":0,"uu":"martial arts adept|vgm","m":"bestiary/tokens/VGM/Martial Arts Adept.webp","n":"Martial Arts Adept"},{"id":4242,"c":1,"u":"master%20thief_vgm","p":216,"s":66,"h":1,"t":0,"uu":"master thief|vgm","m":"bestiary/tokens/VGM/Master Thief.webp","n":"Master Thief"},{"id":4243,"c":1,"u":"maw%20demon_vgm","p":137,"s":66,"h":1,"t":0,"uu":"maw demon|vgm","m":"bestiary/tokens/VGM/Maw Demon.webp","n":"Maw Demon"},{"id":4244,"c":1,"u":"meenlock_vgm","p":170,"s":66,"h":1,"t":0,"uu":"meenlock|vgm","m":"bestiary/tokens/VGM/Meenlock.webp","n":"Meenlock"},{"id":4245,"c":1,"u":"mind%20flayer%20psion_vgm","p":71,"s":66,"h":1,"t":0,"uu":"mind flayer psion|vgm","m":"bestiary/tokens/VGM/Mind Flayer Psion.webp","n":"Mind Flayer Psion"},{"id":4246,"c":1,"u":"mind%20flayer%20psion_vgm","p":71,"s":66,"h":1,"t":0,"uu":"mind flayer psion|vgm","m":"bestiary/tokens/VGM/Mind Flayer Psion.webp","n":"Illithid Psion"},{"id":4247,"c":1,"u":"mindwitness_vgm","p":176,"s":66,"h":1,"t":0,"uu":"mindwitness|vgm","m":"bestiary/tokens/VGM/Mindwitness.webp","n":"Mindwitness"},{"id":4248,"c":1,"u":"morkoth_vgm","p":177,"s":66,"h":1,"t":0,"uu":"morkoth|vgm","m":"bestiary/tokens/VGM/Morkoth.webp","n":"Morkoth"},{"id":4249,"c":1,"u":"mouth%20of%20grolantor_vgm","p":149,"s":66,"h":1,"t":0,"uu":"mouth of grolantor|vgm","m":"bestiary/tokens/VGM/Mouth of Grolantor.webp","n":"Mouth of Grolantor"},{"id":4250,"c":1,"u":"necromancer_vgm","p":217,"s":66,"h":1,"t":0,"uu":"necromancer|vgm","m":"bestiary/tokens/VGM/Necromancer.webp","n":"Necromancer"},{"id":4251,"c":1,"u":"neogi_vgm","p":180,"s":66,"h":1,"t":0,"uu":"neogi|vgm","m":"bestiary/tokens/VGM/Neogi.webp","n":"Neogi"},{"id":4252,"c":1,"u":"neogi%20hatchling_vgm","p":179,"s":66,"h":1,"t":0,"uu":"neogi hatchling|vgm","m":"bestiary/tokens/VGM/Neogi Hatchling.webp","n":"Neogi Hatchling"},{"id":4253,"c":1,"u":"neogi%20master_vgm","p":180,"s":66,"h":1,"t":0,"uu":"neogi master|vgm","m":"bestiary/tokens/VGM/Neogi Master.webp","n":"Neogi Master"},{"id":4254,"c":1,"u":"neothelid_vgm","p":181,"s":66,"h":1,"t":0,"uu":"neothelid|vgm","m":"bestiary/tokens/VGM/Neothelid.webp","n":"Neothelid"},{"id":4255,"c":1,"u":"nilbog_vgm","p":182,"s":66,"h":1,"t":0,"uu":"nilbog|vgm","m":"bestiary/tokens/VGM/Nilbog.webp","n":"Nilbog"},{"id":4256,"c":1,"u":"orc%20blade%20of%20ilneval_vgm","p":183,"s":66,"h":1,"t":0,"uu":"orc blade of ilneval|vgm","m":"bestiary/tokens/VGM/Orc Blade of Ilneval.webp","n":"Orc Blade of Ilneval"},{"id":4257,"c":1,"u":"orc%20claw%20of%20luthic_vgm","p":183,"s":66,"h":1,"t":0,"uu":"orc claw of luthic|vgm","m":"bestiary/tokens/VGM/Orc Claw of Luthic.webp","n":"Orc Claw of Luthic"},{"id":4258,"c":1,"u":"orc%20hand%20of%20yurtrus_vgm","p":184,"s":66,"h":1,"t":0,"uu":"orc hand of yurtrus|vgm","m":"bestiary/tokens/VGM/Orc Hand of Yurtrus.webp","n":"Orc Hand of Yurtrus"},{"id":4259,"c":1,"u":"orc%20nurtured%20one%20of%20yurtrus_vgm","p":184,"s":66,"h":1,"t":0,"uu":"orc nurtured one of yurtrus|vgm","m":"bestiary/tokens/VGM/Orc Nurtured One of Yurtrus.webp","n":"Orc Nurtured One of Yurtrus"},{"id":4260,"c":1,"u":"orc%20red%20fang%20of%20shargaas_vgm","p":185,"s":66,"h":1,"t":0,"uu":"orc red fang of shargaas|vgm","m":"bestiary/tokens/VGM/Orc Red Fang of Shargaas.webp","n":"Orc Red Fang of Shargaas"},{"id":4261,"c":1,"u":"ox_vgm","p":208,"s":66,"h":1,"t":0,"uu":"ox|vgm","m":"bestiary/tokens/VGM/Ox.webp","n":"Ox"},{"id":4262,"c":1,"u":"quetzalcoatlus_vgm","p":140,"s":66,"h":1,"t":0,"uu":"quetzalcoatlus|vgm","m":"bestiary/tokens/VGM/Quetzalcoatlus.webp","n":"Quetzalcoatlus"},{"id":4263,"c":1,"u":"quickling_vgm","p":187,"s":66,"h":1,"t":0,"uu":"quickling|vgm","m":"bestiary/tokens/VGM/Quickling.webp","n":"Quickling"},{"id":4264,"c":1,"u":"red%20guard%20drake_vgm","p":158,"s":66,"h":1,"t":0,"uu":"red guard drake|vgm","m":"bestiary/tokens/VGM/Red Guard Drake.webp","n":"Red Guard Drake"},{"id":4265,"c":1,"u":"redcap_vgm","p":188,"s":66,"h":1,"t":0,"uu":"redcap|vgm","m":"bestiary/tokens/VGM/Redcap.webp","n":"Redcap"},{"id":4266,"c":1,"u":"roth%c3%a9_vgm","p":208,"s":66,"h":1,"t":0,"uu":"rothé|vgm","m":"bestiary/tokens/VGM/Rothe.webp","n":"Rothe"},{"id":4267,"c":1,"u":"sea%20spawn_vgm","p":189,"s":66,"h":1,"t":0,"uu":"sea spawn|vgm","m":"bestiary/tokens/VGM/Sea Spawn.webp","n":"Sea Spawn"},{"id":4268,"c":1,"u":"shadow%20mastiff_vgm","p":190,"s":66,"h":1,"t":0,"uu":"shadow mastiff|vgm","m":"bestiary/tokens/VGM/Shadow Mastiff.webp","n":"Shadow Mastiff"},{"id":4269,"c":1,"u":"shoosuva_vgm","p":137,"s":66,"h":1,"t":0,"uu":"shoosuva|vgm","m":"bestiary/tokens/VGM/Shoosuva.webp","n":"Shoosuva"},{"id":4270,"c":1,"u":"slithering%20tracker_vgm","p":191,"s":66,"h":1,"t":0,"uu":"slithering tracker|vgm","m":"bestiary/tokens/VGM/Slithering Tracker.webp","n":"Slithering Tracker"},{"id":4271,"c":1,"u":"spawn%20of%20kyuss_vgm","p":192,"s":66,"h":1,"t":0,"uu":"spawn of kyuss|vgm","m":"bestiary/tokens/VGM/Spawn of Kyuss.webp","n":"Spawn of Kyuss"},{"id":4272,"c":1,"u":"stegosaurus_vgm","p":140,"s":66,"h":1,"t":0,"uu":"stegosaurus|vgm","m":"bestiary/tokens/VGM/Stegosaurus.webp","n":"Stegosaurus"},{"id":4273,"c":1,"u":"stench%20kow_vgm","p":208,"s":66,"h":1,"t":0,"uu":"stench kow|vgm","m":"bestiary/tokens/VGM/Stench Kow.webp","n":"Stench Kow"},{"id":4274,"c":1,"u":"stone%20giant%20dreamwalker_vgm","p":150,"s":66,"h":1,"t":0,"uu":"stone giant dreamwalker|vgm","m":"bestiary/tokens/VGM/Stone Giant Dreamwalker.webp","n":"Stone Giant Dreamwalker"},{"id":4275,"c":1,"u":"storm%20giant%20quintessent_vgm","p":151,"s":66,"h":1,"t":0,"uu":"storm giant quintessent|vgm","m":"bestiary/tokens/VGM/Storm Giant Quintessent.webp","n":"Storm Giant Quintessent"},{"id":4276,"c":1,"u":"swarm%20of%20cranium%20rats_vgm","p":133,"s":66,"h":1,"t":0,"uu":"swarm of cranium rats|vgm","m":"bestiary/tokens/VGM/Swarm of Cranium Rats.webp","n":"Swarm of Cranium Rats"},{"id":4277,"c":1,"u":"swarm%20of%20rot%20grubs_vgm","p":208,"s":66,"h":1,"t":0,"uu":"swarm of rot grubs|vgm","m":"bestiary/tokens/VGM/Swarm of Rot Grubs.webp","n":"Swarm of Rot Grubs"},{"id":4278,"c":1,"u":"swashbuckler_vgm","p":217,"s":66,"h":1,"t":0,"uu":"swashbuckler|vgm","m":"bestiary/tokens/VGM/Swashbuckler.webp","n":"Swashbuckler"},{"id":4279,"c":1,"u":"tanarukk_vgm","p":186,"s":66,"h":1,"t":0,"uu":"tanarukk|vgm","m":"bestiary/tokens/VGM/Tanarukk.webp","n":"Tanarukk"},{"id":4280,"c":1,"u":"thorny_vgm","p":197,"s":66,"h":1,"t":0,"uu":"thorny|vgm","m":"bestiary/tokens/VGM/Thorny.webp","n":"Thorny"},{"id":4281,"c":1,"u":"tlincalli_vgm","p":193,"s":66,"h":1,"t":0,"uu":"tlincalli|vgm","m":"bestiary/tokens/VGM/Tlincalli.webp","n":"Tlincalli"},{"id":4282,"c":1,"u":"transmuter_vgm","p":218,"s":66,"h":1,"t":0,"uu":"transmuter|vgm","m":"bestiary/tokens/VGM/Transmuter.webp","n":"Transmuter"},{"id":4283,"c":1,"u":"trapper_vgm","p":194,"s":66,"h":1,"t":0,"uu":"trapper|vgm","m":"bestiary/tokens/VGM/Trapper.webp","n":"Trapper"},{"id":4284,"c":1,"u":"ulitharid_vgm","p":175,"s":66,"h":1,"t":0,"uu":"ulitharid|vgm","m":"bestiary/tokens/VGM/Ulitharid.webp","n":"Ulitharid"},{"id":4285,"c":1,"u":"vargouille_vgm","p":195,"s":66,"h":1,"t":0,"uu":"vargouille|vgm","m":"bestiary/tokens/VGM/Vargouille.webp","n":"Vargouille"},{"id":4286,"c":1,"u":"vegepygmy_vgm","p":196,"s":66,"h":1,"t":0,"uu":"vegepygmy|vgm","m":"bestiary/tokens/VGM/Vegepygmy.webp","n":"Vegepygmy"},{"id":4287,"c":1,"u":"vegepygmy%20chief_vgm","p":197,"s":66,"h":1,"t":0,"uu":"vegepygmy chief|vgm","m":"bestiary/tokens/VGM/Vegepygmy Chief.webp","n":"Vegepygmy Chief"},{"id":4288,"c":1,"u":"velociraptor_vgm","p":140,"s":66,"h":1,"t":0,"uu":"velociraptor|vgm","m":"bestiary/tokens/VGM/Velociraptor.webp","n":"Velociraptor"},{"id":4289,"c":1,"u":"war%20priest_vgm","p":218,"s":66,"h":1,"t":0,"uu":"war priest|vgm","m":"bestiary/tokens/VGM/War Priest.webp","n":"War Priest"},{"id":4290,"c":1,"u":"warlock%20of%20the%20archfey_vgm","p":219,"s":66,"h":1,"t":0,"uu":"warlock of the archfey|vgm","m":"bestiary/tokens/VGM/Warlock of the Archfey.webp","n":"Warlock of the Archfey"},{"id":4291,"c":1,"u":"warlock%20of%20the%20fiend_vgm","p":219,"s":66,"h":1,"t":0,"uu":"warlock of the fiend|vgm","m":"bestiary/tokens/VGM/Warlock of the Fiend.webp","n":"Warlock of the Fiend"},{"id":4292,"c":1,"u":"warlock%20of%20the%20great%20old%20one_vgm","p":220,"s":66,"h":1,"t":0,"uu":"warlock of the great old one|vgm","m":"bestiary/tokens/VGM/Warlock of the Great Old One.webp","n":"Warlock of the Great Old One"},{"id":4293,"c":1,"u":"warlord_vgm","p":220,"s":66,"h":1,"t":0,"uu":"warlord|vgm","m":"bestiary/tokens/VGM/Warlord.webp","n":"Warlord"},{"id":4294,"c":1,"u":"white%20guard%20drake_vgm","p":158,"s":66,"h":1,"t":0,"uu":"white guard drake|vgm","m":"bestiary/tokens/VGM/White Guard Drake.webp","n":"White Guard Drake"},{"id":4295,"c":1,"u":"wood%20woad_vgm","p":198,"s":66,"h":1,"t":0,"uu":"wood woad|vgm","m":"bestiary/tokens/VGM/Wood Woad.webp","n":"Wood Woad"},{"id":4296,"c":1,"u":"xvart_vgm","p":200,"s":66,"h":1,"t":0,"uu":"xvart|vgm","m":"bestiary/tokens/VGM/Xvart.webp","n":"Xvart"},{"id":4297,"c":1,"u":"xvart%20speaker_vgm","p":200,"s":66,"h":1,"t":0,"uu":"xvart speaker|vgm","m":"bestiary/tokens/VGM/Xvart Speaker.webp","n":"Xvart Speaker"},{"id":4298,"c":1,"u":"xvart%20warlock%20of%20raxivort_vgm","p":200,"s":66,"h":1,"t":0,"uu":"xvart warlock of raxivort|vgm","m":"bestiary/tokens/VGM/Xvart Warlock of Raxivort.webp","n":"Xvart Warlock of Raxivort"},{"id":4299,"c":1,"u":"yeth%20hound_vgm","p":201,"s":66,"h":1,"t":0,"uu":"yeth hound|vgm","m":"bestiary/tokens/VGM/Yeth Hound.webp","n":"Yeth Hound"},{"id":4300,"c":1,"u":"yuan-ti%20anathema_vgm","p":202,"s":66,"h":1,"t":0,"uu":"yuan-ti anathema|vgm","m":"bestiary/tokens/VGM/Yuan-ti Anathema.webp","n":"Yuan-ti Anathema"},{"id":4301,"c":1,"u":"yuan-ti%20broodguard_vgm","p":203,"s":66,"h":1,"t":0,"uu":"yuan-ti broodguard|vgm","m":"bestiary/tokens/VGM/Yuan-ti Broodguard.webp","n":"Yuan-ti Broodguard"},{"id":4302,"c":1,"u":"yuan-ti%20malison%20(type%204)_vgm","p":96,"s":66,"h":1,"t":0,"uu":"yuan-ti malison (type 4)|vgm","m":"bestiary/tokens/VGM/Yuan-ti Malison (Type 4).webp","n":"Yuan-ti Malison (Type 4)"},{"id":4303,"c":1,"u":"yuan-ti%20malison%20(type%205)_vgm","p":96,"s":66,"h":1,"t":0,"uu":"yuan-ti malison (type 5)|vgm","m":"bestiary/tokens/VGM/Yuan-ti Malison (Type 5).webp","n":"Yuan-ti Malison (Type 5)"},{"id":4304,"c":1,"u":"yuan-ti%20mind%20whisperer_vgm","p":204,"s":66,"h":1,"t":0,"uu":"yuan-ti mind whisperer|vgm","m":"bestiary/tokens/VGM/Yuan-ti Mind Whisperer.webp","n":"Yuan-ti Mind Whisperer"},{"id":4305,"c":1,"u":"yuan-ti%20nightmare%20speaker_vgm","p":205,"s":66,"h":1,"t":0,"uu":"yuan-ti nightmare speaker|vgm","m":"bestiary/tokens/VGM/Yuan-ti Nightmare Speaker.webp","n":"Yuan-ti Nightmare Speaker"},{"id":4306,"c":1,"u":"yuan-ti%20pit%20master_vgm","p":206,"s":66,"h":1,"t":0,"uu":"yuan-ti pit master|vgm","m":"bestiary/tokens/VGM/Yuan-ti Pit Master.webp","n":"Yuan-ti Pit Master"},{"id":4307,"c":1,"u":"bodytaker%20plant_vrgr","p":226,"s":67,"h":1,"t":0,"uu":"bodytaker plant|vrgr","m":"bestiary/tokens/VRGR/Bodytaker Plant.webp","n":"Bodytaker Plant"},{"id":4308,"c":1,"u":"boneless_vrgr","p":228,"s":67,"h":1,"t":0,"uu":"boneless|vrgr","m":"bestiary/tokens/VRGR/Boneless.webp","n":"Boneless"},{"id":4309,"c":1,"u":"brain%20in%20a%20jar_vrgr","p":278,"s":67,"h":1,"t":0,"uu":"brain in a jar|vrgr","m":"bestiary/tokens/VRGR/Brain in a Jar.webp","n":"Brain in a Jar"},{"id":4310,"c":1,"u":"carrion%20stalker_vrgr","p":230,"s":67,"h":1,"t":0,"uu":"carrion stalker|vrgr","m":"bestiary/tokens/VRGR/Carrion Stalker.webp","n":"Carrion Stalker"},{"id":4311,"c":1,"u":"carrionette_vrgr","p":231,"s":67,"h":1,"t":0,"uu":"carrionette|vrgr","m":"bestiary/tokens/VRGR/Carrionette.webp","n":"Carrionette"},{"id":4312,"c":1,"u":"death's%20head_vrgr","p":232,"s":67,"h":1,"t":0,"uu":"death's head|vrgr","m":"bestiary/tokens/VRGR/Death's Head.webp","n":"Death's Head"},{"id":4313,"c":1,"u":"dullahan_vrgr","p":233,"s":67,"h":1,"t":0,"uu":"dullahan|vrgr","m":"bestiary/tokens/VRGR/Dullahan.webp","n":"Dullahan"},{"id":4314,"c":1,"u":"elise_vrgr","p":143,"s":67,"h":1,"t":0,"uu":"elise|vrgr","m":"bestiary/tokens/VRGR/Elise.webp","n":"Elise"},{"id":4315,"c":1,"u":"gallows%20speaker_vrgr","p":234,"s":67,"h":1,"t":0,"uu":"gallows speaker|vrgr","m":"bestiary/tokens/VRGR/Gallows Speaker.webp","n":"Gallows Speaker"},{"id":4316,"c":1,"u":"greater%20star%20spawn%20emissary_vrgr","p":245,"s":67,"h":1,"t":0,"uu":"greater star spawn emissary|vrgr","m":"bestiary/tokens/VRGR/Greater Star Spawn Emissary.webp","n":"Greater Star Spawn Emissary"},{"id":4317,"c":1,"u":"gremishka_vrgr","p":235,"s":67,"h":1,"t":0,"uu":"gremishka|vrgr","m":"bestiary/tokens/VRGR/Gremishka.webp","n":"Gremishka"},{"id":4318,"c":1,"u":"inquisitor%20of%20the%20mind%20fire_vrgr","p":248,"s":67,"h":1,"t":0,"uu":"inquisitor of the mind fire|vrgr","m":"bestiary/tokens/VRGR/Inquisitor of the Mind Fire.webp","n":"Inquisitor of the Mind Fire"},{"id":4319,"c":1,"u":"inquisitor%20of%20the%20sword_vrgr","p":249,"s":67,"h":1,"t":0,"uu":"inquisitor of the sword|vrgr","m":"bestiary/tokens/VRGR/Inquisitor of the Sword.webp","n":"Inquisitor of the Sword"},{"id":4320,"c":1,"u":"inquisitor%20of%20the%20tome_vrgr","p":249,"s":67,"h":1,"t":0,"uu":"inquisitor of the tome|vrgr","m":"bestiary/tokens/VRGR/Inquisitor of the Tome.webp","n":"Inquisitor of the Tome"},{"id":4321,"c":1,"u":"isolde_vrgr","p":86,"s":67,"h":1,"t":0,"uu":"isolde|vrgr","m":"bestiary/tokens/VRGR/Isolde.webp","n":"Isolde"},{"id":4322,"c":1,"u":"jiangshi_vrgr","p":236,"s":67,"h":1,"t":0,"uu":"jiangshi|vrgr","m":"bestiary/tokens/VRGR/Jiangshi.webp","n":"Jiangshi"},{"id":4323,"c":1,"u":"lesser%20star%20spawn%20emissary_vrgr","p":245,"s":67,"h":1,"t":0,"uu":"lesser star spawn emissary|vrgr","m":"bestiary/tokens/VRGR/Lesser Star Spawn Emissary.webp","n":"Lesser Star Spawn Emissary"},{"id":4324,"c":1,"u":"loup%20garou_vrgr","p":237,"s":67,"h":1,"t":0,"uu":"loup garou|vrgr","m":"bestiary/tokens/VRGR/Loup Garou.webp","n":"Loup Garou"},{"id":4325,"c":1,"u":"necrichor_vrgr","p":238,"s":67,"h":1,"t":0,"uu":"necrichor|vrgr","m":"bestiary/tokens/VRGR/Necrichor.webp","n":"Necrichor"},{"id":4326,"c":1,"u":"nosferatu_vrgr","p":239,"s":67,"h":1,"t":0,"uu":"nosferatu|vrgr","m":"bestiary/tokens/VRGR/Nosferatu.webp","n":"Nosferatu"},{"id":4327,"c":1,"u":"podling_vrgr","p":227,"s":67,"h":1,"t":0,"uu":"podling|vrgr","m":"bestiary/tokens/VRGR/Podling.webp","n":"Podling"},{"id":4328,"c":1,"u":"priest%20of%20osybus_vrgr","p":241,"s":67,"h":1,"t":0,"uu":"priest of osybus|vrgr","m":"bestiary/tokens/VRGR/Priest of Osybus.webp","n":"Priest of Osybus"},{"id":4329,"c":1,"u":"relentless%20juggernaut_vrgr","p":243,"s":67,"h":1,"t":0,"uu":"relentless juggernaut|vrgr","m":"bestiary/tokens/VRGR/Relentless Juggernaut.webp","n":"Relentless Juggernaut"},{"id":4330,"c":1,"u":"relentless%20slasher_vrgr","p":242,"s":67,"h":1,"t":0,"uu":"relentless slasher|vrgr","m":"bestiary/tokens/VRGR/Relentless Slasher.webp","n":"Relentless Slasher"},{"id":4331,"c":1,"u":"strigoi_vrgr","p":246,"s":67,"h":1,"t":0,"uu":"strigoi|vrgr","m":"bestiary/tokens/VRGR/Strigoi.webp","n":"Strigoi"},{"id":4332,"c":1,"u":"swarm%20of%20gremishkas_vrgr","p":235,"s":67,"h":1,"t":0,"uu":"swarm of gremishkas|vrgr","m":"bestiary/tokens/VRGR/Swarm of Gremishkas.webp","n":"Swarm of Gremishkas"},{"id":4333,"c":1,"u":"swarm%20of%20maggots_vrgr","p":247,"s":67,"h":1,"t":0,"uu":"swarm of maggots|vrgr","m":"bestiary/tokens/VRGR/Swarm of Maggots.webp","n":"Swarm of Maggots"},{"id":4334,"c":1,"u":"swarm%20of%20scarabs_vrgr","p":247,"s":67,"h":1,"t":0,"uu":"swarm of scarabs|vrgr","m":"bestiary/tokens/VRGR/Swarm of Scarabs.webp","n":"Swarm of Scarabs"},{"id":4335,"c":1,"u":"swarm%20of%20zombie%20limbs_vrgr","p":254,"s":67,"h":1,"t":0,"uu":"swarm of zombie limbs|vrgr","m":"bestiary/tokens/VRGR/Swarm of Zombie Limbs.webp","n":"Swarm of Zombie Limbs"},{"id":4336,"c":1,"u":"the%20bagman_vrgr","p":225,"s":67,"h":1,"t":0,"uu":"the bagman|vrgr","m":"bestiary/tokens/VRGR/The Bagman.webp","n":"The Bagman"},{"id":4337,"c":1,"u":"unspeakable%20horror_vrgr","p":250,"s":67,"h":1,"t":0,"uu":"unspeakable horror|vrgr","m":"bestiary/tokens/VRGR/Unspeakable Horror.webp","n":"Unspeakable Horror"},{"id":4338,"c":1,"u":"vampiric%20mind%20flayer_vrgr","p":252,"s":67,"h":1,"t":0,"uu":"vampiric mind flayer|vrgr","m":"bestiary/tokens/VRGR/Vampiric Mind Flayer.webp","n":"Vampiric Mind Flayer"},{"id":4339,"c":1,"u":"wereraven_vrgr","p":253,"s":67,"h":1,"t":0,"uu":"wereraven|vrgr","m":"bestiary/tokens/VRGR/Wereraven.webp","n":"Wereraven"},{"id":4340,"c":1,"u":"zombie%20clot_vrgr","p":255,"s":67,"h":1,"t":0,"uu":"zombie clot|vrgr","m":"bestiary/tokens/VRGR/Zombie Clot.webp","n":"Zombie Clot"},{"id":4341,"c":1,"u":"zombie%20plague%20spreader_vrgr","p":255,"s":67,"h":1,"t":0,"uu":"zombie plague spreader|vrgr","m":"bestiary/tokens/VRGR/Zombie Plague Spreader.webp","n":"Zombie Plague Spreader"},{"id":4342,"c":1,"u":"agdon%20longscarf_wbtw","p":73,"s":68,"h":1,"t":0,"uu":"agdon longscarf|wbtw","m":"bestiary/tokens/WBtW/Agdon Longscarf.webp","n":"Agdon Longscarf"},{"id":4343,"c":1,"u":"alagarthas_wbtw","p":144,"s":68,"h":1,"t":0,"uu":"alagarthas|wbtw","m":"bestiary/tokens/WBtW/Alagarthas.webp","n":"Alagarthas"},{"id":4344,"c":1,"u":"amidor%20the%20dandelion_wbtw","p":135,"s":68,"h":1,"t":0,"uu":"amidor the dandelion|wbtw","m":"bestiary/tokens/WBtW/Amidor the Dandelion.webp","n":"Amidor the Dandelion"},{"id":4345,"c":1,"u":"bavlorna%20blightstraw_wbtw","p":216,"s":68,"h":1,"t":0,"uu":"bavlorna blightstraw|wbtw","m":"bestiary/tokens/WBtW/Bavlorna Blightstraw.webp","n":"Bavlorna Blightstraw"},{"id":4346,"c":1,"u":"brigganock_wbtw","p":230,"s":68,"h":1,"t":0,"uu":"brigganock|wbtw","m":"bestiary/tokens/WBtW/Brigganock.webp","n":"Brigganock"},{"id":4347,"c":1,"u":"bullywug%20knight_wbtw","p":231,"s":68,"h":1,"t":0,"uu":"bullywug knight|wbtw","m":"bestiary/tokens/WBtW/Bullywug Knight.webp","n":"Bullywug Knight"},{"id":4348,"c":1,"u":"campestri_wbtw","p":232,"s":68,"h":1,"t":0,"uu":"campestri|wbtw","m":"bestiary/tokens/WBtW/Campestri.webp","n":"Campestri"},{"id":4349,"c":1,"u":"clapperclaw%20the%20scarecrow_wbtw","p":78,"s":68,"h":1,"t":0,"uu":"clapperclaw the scarecrow|wbtw","m":"bestiary/tokens/WBtW/Clapperclaw the Scarecrow.webp","n":"Clapperclaw the Scarecrow"},{"id":4350,"c":1,"u":"detached%20shadow_wbtw","p":213,"s":68,"h":1,"t":0,"uu":"detached shadow|wbtw","m":"bestiary/tokens/WBtW/Detached Shadow.webp","n":"Detached Shadow"},{"id":4351,"c":1,"u":"displacer%20beast%20kitten_wbtw","p":108,"s":68,"h":1,"t":0,"uu":"displacer beast kitten|wbtw","m":"bestiary/tokens/WBtW/Displacer Beast Kitten.webp","n":"Displacer Beast Kitten"},{"id":4352,"c":1,"u":"elkhorn_wbtw","p":224,"s":68,"h":1,"t":0,"uu":"elkhorn|wbtw","m":"bestiary/tokens/WBtW/Elkhorn.webp","n":"Elkhorn"},{"id":4353,"c":1,"u":"endelyn%20moongrave_wbtw","p":217,"s":68,"h":1,"t":0,"uu":"endelyn moongrave|wbtw","m":"bestiary/tokens/WBtW/Endelyn Moongrave.webp","n":"Endelyn Moongrave"},{"id":4354,"c":1,"u":"envy_wbtw","p":178,"s":68,"h":1,"t":0,"uu":"envy|wbtw","m":"bestiary/tokens/WBtW/Envy.webp","n":"Envy"},{"id":4355,"c":1,"u":"flying%20rocking%20horse_wbtw","p":121,"s":68,"h":1,"t":0,"uu":"flying rocking horse|wbtw","m":"bestiary/tokens/WBtW/Flying Rocking Horse.webp","n":"Flying Rocking Horse"},{"id":4356,"c":1,"u":"giant%20dragonfly_wbtw","p":234,"s":68,"h":1,"t":0,"uu":"giant dragonfly|wbtw","m":"bestiary/tokens/WBtW/Giant Dragonfly.webp","n":"Giant Dragonfly"},{"id":4357,"c":1,"u":"giant%20snail_wbtw","p":234,"s":68,"h":1,"t":0,"uu":"giant snail|wbtw","m":"bestiary/tokens/WBtW/Giant Snail.webp","n":"Giant Snail"},{"id":4358,"c":1,"u":"giant%20swan_wbtw","p":38,"s":68,"h":1,"t":0,"uu":"giant swan|wbtw","m":"bestiary/tokens/WBtW/Giant Swan.webp","n":"Giant Swan"},{"id":4359,"c":1,"u":"glass%20pegasus_wbtw","p":181,"s":68,"h":1,"t":0,"uu":"glass pegasus|wbtw","m":"bestiary/tokens/WBtW/Glass Pegasus.webp","n":"Glass Pegasus"},{"id":4360,"c":1,"u":"glasswork%20golem_wbtw","p":193,"s":68,"h":1,"t":0,"uu":"glasswork golem|wbtw","m":"bestiary/tokens/WBtW/Glasswork Golem.webp","n":"Glasswork Golem"},{"id":4361,"c":1,"u":"gloam_wbtw","p":93,"s":68,"h":1,"t":0,"uu":"gloam|wbtw","m":"bestiary/tokens/WBtW/Gloam.webp","n":"Gloam"},{"id":4362,"c":1,"u":"harengon%20brigand_wbtw","p":235,"s":68,"h":1,"t":0,"uu":"harengon brigand|wbtw","m":"bestiary/tokens/WBtW/Harengon Brigand.webp","n":"Harengon Brigand"},{"id":4363,"c":1,"u":"harengon%20sniper_wbtw","p":235,"s":68,"h":1,"t":0,"uu":"harengon sniper|wbtw","m":"bestiary/tokens/WBtW/Harengon Sniper.webp","n":"Harengon Sniper"},{"id":4364,"c":1,"u":"iggwilv%20the%20witch%20queen_wbtw","p":205,"s":68,"h":1,"t":0,"uu":"iggwilv the witch queen|wbtw","m":"bestiary/tokens/WBtW/Iggwilv the Witch Queen.webp","n":"Iggwilv the Witch Queen"},{"id":4365,"c":1,"u":"jabberwock_wbtw","p":236,"s":68,"h":1,"t":0,"uu":"jabberwock|wbtw","m":"bestiary/tokens/WBtW/Jabberwock.webp","n":"Jabberwock"},{"id":4366,"c":1,"u":"jingle%20jangle_wbtw","p":70,"s":68,"h":1,"t":0,"uu":"jingle jangle|wbtw","m":"bestiary/tokens/WBtW/Jingle Jangle.webp","n":"Jingle Jangle"},{"id":4367,"c":1,"u":"kelek_wbtw","p":219,"s":68,"h":1,"t":0,"uu":"kelek|wbtw","m":"bestiary/tokens/WBtW/Kelek.webp","n":"Kelek"},{"id":4368,"c":1,"u":"kettlesteam%20the%20kenku_wbtw","p":52,"s":68,"h":1,"t":0,"uu":"kettlesteam the kenku|wbtw","m":"bestiary/tokens/WBtW/Kettlesteam the Kenku.webp","n":"Kettlesteam the Kenku"},{"id":4369,"c":1,"u":"living%20doll_wbtw","p":238,"s":68,"h":1,"t":0,"uu":"living doll|wbtw","m":"bestiary/tokens/WBtW/Living Doll.webp","n":"Living Doll"},{"id":4370,"c":1,"u":"mercion_wbtw","p":224,"s":68,"h":1,"t":0,"uu":"mercion|wbtw","m":"bestiary/tokens/WBtW/Mercion.webp","n":"Mercion"},{"id":4371,"c":1,"u":"mister%20light_wbtw","p":26,"s":68,"h":1,"t":0,"uu":"mister light|wbtw","m":"bestiary/tokens/WBtW/Mister Light.webp","n":"Mister Light"},{"id":4372,"c":1,"u":"mister%20witch_wbtw","p":25,"s":68,"h":1,"t":0,"uu":"mister witch|wbtw","m":"bestiary/tokens/WBtW/Mister Witch.webp","n":"Mister Witch"},{"id":4373,"c":1,"u":"molliver_wbtw","p":226,"s":68,"h":1,"t":0,"uu":"molliver|wbtw","m":"bestiary/tokens/WBtW/Molliver.webp","n":"Molliver"},{"id":4374,"c":1,"u":"paper%20bird_wbtw","p":166,"s":68,"h":1,"t":0,"uu":"paper bird|wbtw","m":"bestiary/tokens/WBtW/Paper Bird.webp","n":"Paper Bird"},{"id":4375,"c":1,"u":"pollenella%20the%20honeybee_wbtw","p":135,"s":68,"h":1,"t":0,"uu":"pollenella the honeybee|wbtw","m":"bestiary/tokens/WBtW/Pollenella the Honeybee.webp","n":"Pollenella the Honeybee"},{"id":4376,"c":1,"u":"raezil_wbtw","p":193,"s":68,"h":1,"t":0,"uu":"raezil|wbtw","m":"bestiary/tokens/WBtW/Raezil.webp","n":"Raezil"},{"id":4377,"c":1,"u":"ringlerun_wbtw","p":227,"s":68,"h":1,"t":0,"uu":"ringlerun|wbtw","m":"bestiary/tokens/WBtW/Ringlerun.webp","n":"Ringlerun"},{"id":4378,"c":1,"u":"selenelion%20twin_wbtw","p":241,"s":68,"h":1,"t":0,"uu":"selenelion twin|wbtw","m":"bestiary/tokens/WBtW/Selenelion Twin.webp","n":"Selenelion Twin"},{"id":4379,"c":1,"u":"sir%20talavar_wbtw","p":69,"s":68,"h":1,"t":0,"uu":"sir talavar|wbtw","m":"bestiary/tokens/WBtW/Sir Talavar.webp","n":"Sir Talavar"},{"id":4380,"c":1,"u":"skabatha%20nightshade_wbtw","p":218,"s":68,"h":1,"t":0,"uu":"skabatha nightshade|wbtw","m":"bestiary/tokens/WBtW/Skabatha Nightshade.webp","n":"Skabatha Nightshade"},{"id":4381,"c":1,"u":"skylla_wbtw","p":220,"s":68,"h":1,"t":0,"uu":"skylla|wbtw","m":"bestiary/tokens/WBtW/Skylla.webp","n":"Skylla"},{"id":4382,"c":1,"u":"squirt%20the%20oilcan_wbtw","p":110,"s":68,"h":1,"t":0,"uu":"squirt the oilcan|wbtw","m":"bestiary/tokens/WBtW/Squirt the Oilcan.webp","n":"Squirt the Oilcan"},{"id":4383,"c":1,"u":"strongheart_wbtw","p":228,"s":68,"h":1,"t":0,"uu":"strongheart|wbtw","m":"bestiary/tokens/WBtW/Strongheart.webp","n":"Strongheart"},{"id":4384,"c":1,"u":"swarm%20of%20campestris_wbtw","p":232,"s":68,"h":1,"t":0,"uu":"swarm of campestris|wbtw","m":"bestiary/tokens/WBtW/Swarm of Campestris.webp","n":"Swarm of Campestris"},{"id":4385,"c":1,"u":"thinnings_wbtw","p":15,"s":68,"h":1,"t":0,"uu":"thinnings|wbtw","m":"bestiary/tokens/WBtW/Thinnings.webp","n":"Thinnings"},{"id":4386,"c":1,"u":"tin%20soldier_wbtw","p":115,"s":68,"h":1,"t":0,"uu":"tin soldier|wbtw","m":"bestiary/tokens/WBtW/Tin Soldier.webp","n":"Tin Soldier"},{"id":4387,"c":1,"u":"treant%20sapling_wbtw","p":36,"s":68,"h":1,"t":0,"uu":"treant sapling|wbtw","m":"bestiary/tokens/WBtW/Treant Sapling.webp","n":"Treant Sapling"},{"id":4388,"c":1,"u":"warduke_wbtw","p":221,"s":68,"h":1,"t":0,"uu":"warduke|wbtw","m":"bestiary/tokens/WBtW/Warduke.webp","n":"Warduke"},{"id":4389,"c":1,"u":"will-o'-wells_wbtw","p":61,"s":68,"h":1,"t":0,"uu":"will-o'-wells|wbtw","m":"bestiary/tokens/WBtW/Will-o'-Wells.webp","n":"Will-o'-Wells"},{"id":4390,"c":1,"u":"witchlight%20hand%20(medium)_wbtw","p":27,"s":68,"h":1,"t":0,"uu":"witchlight hand (medium)|wbtw","m":"bestiary/tokens/WBtW/Witchlight Hand (Medium).webp","n":"Witchlight Hand (Medium)"},{"id":4391,"c":1,"u":"witchlight%20hand%20(small)_wbtw","s":68,"h":1,"t":0,"uu":"witchlight hand (small)|wbtw","m":"bestiary/tokens/WBtW/Witchlight Hand (Small).webp","n":"Witchlight Hand (Small)"},{"id":4392,"c":1,"u":"zarak_wbtw","p":222,"s":68,"h":1,"t":0,"uu":"zarak|wbtw","m":"bestiary/tokens/WBtW/Zarak.webp","n":"Zarak"},{"id":4393,"c":1,"u":"zargash_wbtw","p":223,"s":68,"h":1,"t":0,"uu":"zargash|wbtw","m":"bestiary/tokens/WBtW/Zargash.webp","n":"Zargash"},{"id":4394,"c":1,"u":"ahmaergo_wdh","p":193,"s":69,"h":1,"t":0,"uu":"ahmaergo|wdh","m":"bestiary/tokens/WDH/Ahmaergo.webp","n":"Ahmaergo"},{"id":4395,"c":1,"u":"ammalia%20cassalanter_wdh","p":193,"s":69,"h":1,"t":0,"uu":"ammalia cassalanter|wdh","m":"bestiary/tokens/WDH/Ammalia Cassalanter.webp","n":"Ammalia Cassalanter"},{"id":4396,"c":1,"u":"aurinax_wdh","p":194,"s":69,"h":1,"t":0,"uu":"aurinax|wdh","m":"bestiary/tokens/WDH/Aurinax.webp","n":"Aurinax"},{"id":4397,"c":1,"u":"avi_wdh","p":32,"s":69,"h":1,"t":0,"uu":"avi|wdh","m":"bestiary/tokens/WDH/Avi.webp","n":"Avi"},{"id":4398,"c":1,"u":"awakened%20rat_wdh","p":102,"s":69,"h":1,"t":0,"uu":"awakened rat|wdh","m":"bestiary/tokens/WDH/Awakened Rat.webp","n":"Awakened Rat"},{"id":4399,"c":1,"u":"barnibus%20blastwind_wdh","p":195,"s":69,"h":1,"t":0,"uu":"barnibus blastwind|wdh","m":"bestiary/tokens/WDH/Barnibus Blastwind.webp","n":"Barnibus Blastwind"},{"id":4400,"c":1,"u":"bepis%20honeymaker_wdh","p":112,"s":69,"h":1,"t":0,"uu":"bepis honeymaker|wdh","m":"bestiary/tokens/WDH/Bepis Honeymaker.webp","n":"Bepis Honeymaker"},{"id":4401,"c":1,"u":"black%20viper_wdh","p":196,"s":69,"h":1,"t":0,"uu":"black viper|wdh","m":"bestiary/tokens/WDH/Black Viper.webp","n":"Black Viper"},{"id":4402,"c":1,"u":"blinded%20troll_wdh","p":114,"s":69,"h":1,"t":0,"uu":"blinded troll|wdh","m":"bestiary/tokens/WDH/Blinded Troll.webp","n":"Blinded Troll"},{"id":4403,"c":1,"u":"bonnie_wdh","p":20,"s":69,"h":1,"t":0,"uu":"bonnie|wdh","m":"bestiary/tokens/WDH/Bonnie.webp","n":"Bonnie"},{"id":4404,"c":1,"u":"davil%20starsong_wdh","p":199,"s":69,"h":1,"t":0,"uu":"davil starsong|wdh","m":"bestiary/tokens/WDH/Davil Starsong.webp","n":"Davil Starsong"},{"id":4405,"c":1,"u":"diatryma_wdh","p":191,"s":69,"h":1,"t":0,"uu":"diatryma|wdh","m":"bestiary/tokens/WDH/Diatryma.webp","n":"Diatryma"},{"id":4406,"c":1,"u":"dining%20table%20mimic_wdh","p":122,"s":69,"h":1,"t":0,"uu":"dining table mimic|wdh","m":"bestiary/tokens/WDH/Dining Table Mimic.webp","n":"Dining Table Mimic"},{"id":4407,"c":1,"u":"drow%20gunslinger_wdh","p":201,"s":69,"h":1,"t":0,"uu":"drow gunslinger|wdh","m":"bestiary/tokens/WDH/Drow Gunslinger.webp","n":"Drow Gunslinger"},{"id":4408,"c":1,"u":"durnan_wdh","p":203,"s":69,"h":1,"t":0,"uu":"durnan|wdh","m":"bestiary/tokens/WDH/Durnan.webp","n":"Durnan"},{"id":4409,"c":1,"u":"elzerina%20cassalanter_wdh","p":115,"s":69,"h":1,"t":0,"uu":"elzerina cassalanter|wdh","m":"bestiary/tokens/WDH/Elzerina Cassalanter.webp","n":"Elzerina Cassalanter"},{"id":4410,"c":1,"u":"embric_wdh","p":32,"s":69,"h":1,"t":0,"uu":"embric|wdh","m":"bestiary/tokens/WDH/Embric.webp","n":"Embric"},{"id":4411,"c":1,"u":"emmek%20frewn_wdh","p":42,"s":69,"h":1,"t":0,"uu":"emmek frewn|wdh","m":"bestiary/tokens/WDH/Emmek Frewn.webp","n":"Emmek Frewn"},{"id":4412,"c":1,"u":"engineer_wdh","p":141,"s":69,"h":1,"t":0,"uu":"engineer|wdh","m":"bestiary/tokens/WDH/Engineer.webp","n":"Engineer"},{"id":4413,"c":1,"u":"fala%20lefaliir_wdh","p":32,"s":69,"h":1,"t":0,"uu":"fala lefaliir|wdh","m":"bestiary/tokens/WDH/Fala Lefaliir.webp","n":"Fala Lefaliir"},{"id":4414,"c":1,"u":"falcon_wdh","p":53,"s":69,"h":1,"t":0,"uu":"falcon|wdh","m":"bestiary/tokens/WDH/Falcon.webp","n":"Falcon"},{"id":4415,"c":1,"u":"fel'rekt%20lafeen_wdh","p":67,"s":69,"h":1,"t":0,"uu":"fel'rekt lafeen|wdh","m":"bestiary/tokens/WDH/Fel'rekt Lafeen.webp","n":"Fel'rekt Lafeen"},{"id":4416,"c":1,"u":"floon%20blagmaar_wdh","p":202,"s":69,"h":1,"t":0,"uu":"floon blagmaar|wdh","m":"bestiary/tokens/WDH/Floon Blagmaar.webp","n":"Floon Blagmaar"},{"id":4417,"c":1,"u":"flying%20staff_wdh","p":152,"s":69,"h":1,"t":0,"uu":"flying staff|wdh","m":"bestiary/tokens/WDH/Flying Staff.webp","n":"Flying Staff"},{"id":4418,"c":1,"u":"griffon%20cavalry%20rider_wdh","p":197,"s":69,"h":1,"t":0,"uu":"griffon cavalry rider|wdh","m":"bestiary/tokens/WDH/Griffon Cavalry Rider.webp","n":"Griffon Cavalry Rider"},{"id":4419,"c":1,"u":"grinda%20garloth_wdh","p":65,"s":69,"h":1,"t":0,"uu":"grinda garloth|wdh","m":"bestiary/tokens/WDH/Grinda Garloth.webp","n":"Grinda Garloth"},{"id":4420,"c":1,"u":"grum'shar_wdh","p":29,"s":69,"h":1,"t":0,"uu":"grum'shar|wdh","m":"bestiary/tokens/WDH/Grum'shar.webp","n":"Grum'shar"},{"id":4421,"c":1,"u":"hester%20barch_wdh","p":83,"s":69,"h":1,"t":0,"uu":"hester barch|wdh","m":"bestiary/tokens/WDH/Hester Barch.webp","n":"Hester Barch"},{"id":4422,"c":1,"u":"hlam_wdh","p":204,"s":69,"h":1,"t":0,"uu":"hlam|wdh","m":"bestiary/tokens/WDH/Hlam.webp","n":"Hlam"},{"id":4423,"c":1,"u":"hrabbaz_wdh","p":205,"s":69,"h":1,"t":0,"uu":"hrabbaz|wdh","m":"bestiary/tokens/WDH/Hrabbaz.webp","n":"Hrabbaz"},{"id":4424,"c":1,"u":"istrid%20horn_wdh","p":199,"s":69,"h":1,"t":0,"uu":"istrid horn|wdh","m":"bestiary/tokens/WDH/Istrid Horn.webp","n":"Istrid Horn"},{"id":4425,"c":1,"u":"jalester%20silvermane_wdh","p":205,"s":69,"h":1,"t":0,"uu":"jalester silvermane|wdh","m":"bestiary/tokens/WDH/Jalester Silvermane.webp","n":"Jalester Silvermane"},{"id":4426,"c":1,"u":"jandar%20chergoba_wdh","p":116,"s":69,"h":1,"t":0,"uu":"jandar chergoba|wdh","m":"bestiary/tokens/WDH/Jandar Chergoba.webp","n":"Jandar Chergoba"},{"id":4427,"c":1,"u":"jarlaxle%20baenre_wdh","p":206,"s":69,"h":1,"t":0,"uu":"jarlaxle baenre|wdh","m":"bestiary/tokens/WDH/Jarlaxle Baenre.webp","n":"Jarlaxle Baenre"},{"id":4428,"c":1,"u":"jenks_wdh","p":63,"s":69,"h":1,"t":0,"uu":"jenks|wdh","m":"bestiary/tokens/WDH/Jenks.webp","n":"Jenks"},{"id":4429,"c":1,"u":"kaevja%20cynavern_wdh","p":158,"s":69,"h":1,"t":0,"uu":"kaevja cynavern|wdh","m":"bestiary/tokens/WDH/Kaevja Cynavern.webp","n":"Kaevja Cynavern"},{"id":4430,"c":1,"u":"kalain_wdh","p":89,"s":69,"h":1,"t":0,"uu":"kalain|wdh","m":"bestiary/tokens/WDH/Kalain.webp","n":"Kalain"},{"id":4431,"c":1,"u":"krebbyg%20masq'il'yr_wdh","p":67,"s":69,"h":1,"t":0,"uu":"krebbyg masq'il'yr|wdh","m":"bestiary/tokens/WDH/Krebbyg Masq'il'yr.webp","n":"Krebbyg Masq'il'yr"},{"id":4432,"c":1,"u":"lady%20gondafrey_wdh","p":152,"s":69,"h":1,"t":0,"uu":"lady gondafrey|wdh","m":"bestiary/tokens/WDH/Lady Gondafrey.webp","n":"Lady Gondafrey"},{"id":4433,"c":1,"u":"laeral%20silverhand_wdh","p":207,"s":69,"h":1,"t":0,"uu":"laeral silverhand|wdh","m":"bestiary/tokens/WDH/Laeral Silverhand.webp","n":"Laeral Silverhand"},{"id":4434,"c":1,"u":"laiba%20%22nana%22%20rosse_wdh","p":116,"s":69,"h":1,"t":0,"uu":"laiba \"nana\" rosse|wdh","m":"bestiary/tokens/WDH/Laiba Nana Rosse.webp","n":"Laiba \"Nana\" Rosse"},{"id":4435,"c":1,"u":"losser%20mirklav_wdh","p":85,"s":69,"h":1,"t":0,"uu":"losser mirklav|wdh","m":"bestiary/tokens/WDH/Losser Mirklav.webp","n":"Losser Mirklav"},{"id":4436,"c":1,"u":"magister%20umbero%20zastro_wdh","p":82,"s":69,"h":1,"t":0,"uu":"magister umbero zastro|wdh","m":"bestiary/tokens/WDH/Magister Umbero Zastro.webp","n":"Magister Umbero Zastro"},{"id":4437,"c":1,"u":"manafret%20cherryport_wdh","p":149,"s":69,"h":1,"t":0,"uu":"manafret cherryport|wdh","m":"bestiary/tokens/WDH/Manafret Cherryport.webp","n":"Manafret Cherryport"},{"id":4438,"c":1,"u":"manshoon_wdh","p":209,"s":69,"h":1,"t":0,"uu":"manshoon|wdh","m":"bestiary/tokens/WDH/Manshoon.webp","n":"Manshoon"},{"id":4439,"c":1,"u":"manshoon%20simulacrum_wdh","p":208,"s":69,"h":1,"t":0,"uu":"manshoon simulacrum|wdh","m":"bestiary/tokens/WDH/Manshoon Simulacrum.webp","n":"Manshoon Simulacrum"},{"id":4440,"c":1,"u":"mattrim%20%22threestrings%22%20mereg_wdh","p":20,"s":69,"h":1,"t":0,"uu":"mattrim \"threestrings\" mereg|wdh","m":"bestiary/tokens/WDH/Mattrim Threestrings Mereg.webp","n":"Mattrim \"Threestrings\" Mereg"},{"id":4441,"c":1,"u":"maxeene_wdh","p":37,"s":69,"h":1,"t":0,"uu":"maxeene|wdh","m":"bestiary/tokens/WDH/Maxeene.webp","n":"Maxeene"},{"id":4442,"c":1,"u":"mechanical%20bird_wdh","p":46,"s":69,"h":1,"t":0,"uu":"mechanical bird|wdh","m":"bestiary/tokens/WDH/Mechanical Bird.webp","n":"Mechanical Bird"},{"id":4443,"c":1,"u":"melannor%20fellbranch_wdh","p":36,"s":69,"h":1,"t":0,"uu":"melannor fellbranch|wdh","m":"bestiary/tokens/WDH/Melannor Fellbranch.webp","n":"Melannor Fellbranch"},{"id":4444,"c":1,"u":"meloon%20wardragon_wdh","p":210,"s":69,"h":1,"t":0,"uu":"meloon wardragon|wdh","m":"bestiary/tokens/WDH/Meloon Wardragon.webp","n":"Meloon Wardragon"},{"id":4445,"c":1,"u":"mirt_wdh","p":211,"s":69,"h":1,"t":0,"uu":"mirt|wdh","m":"bestiary/tokens/WDH/Mirt.webp","n":"Mirt"},{"id":4446,"c":1,"u":"nar'l%20xibrindas_wdh","p":211,"s":69,"h":1,"t":0,"uu":"nar'l xibrindas|wdh","m":"bestiary/tokens/WDH/Nar'l Xibrindas.webp","n":"Nar'l Xibrindas"},{"id":4447,"c":1,"u":"nat_wdh","p":63,"s":69,"h":1,"t":0,"uu":"nat|wdh","m":"bestiary/tokens/WDH/Nat.webp","n":"Nat"},{"id":4448,"c":1,"u":"nihiloor_wdh","p":212,"s":69,"h":1,"t":0,"uu":"nihiloor|wdh","m":"bestiary/tokens/WDH/Nihiloor.webp","n":"Nihiloor"},{"id":4449,"c":1,"u":"nimblewright_wdh","p":212,"s":69,"h":1,"t":0,"uu":"nimblewright|wdh","m":"bestiary/tokens/WDH/Nimblewright.webp","n":"Nimblewright"},{"id":4450,"c":1,"u":"noska%20ur'gray_wdh","p":213,"s":69,"h":1,"t":0,"uu":"noska ur'gray|wdh","m":"bestiary/tokens/WDH/Noska Ur'gray.webp","n":"Noska Ur'gray"},{"id":4451,"c":1,"u":"obaya%20uday_wdh","p":20,"s":69,"h":1,"t":0,"uu":"obaya uday|wdh","m":"bestiary/tokens/WDH/Obaya Uday.webp","n":"Obaya Uday"},{"id":4452,"c":1,"u":"obliteros_wdh","p":66,"s":69,"h":1,"t":0,"uu":"obliteros|wdh","m":"bestiary/tokens/WDH/Obliteros.webp","n":"Obliteros"},{"id":4453,"c":1,"u":"orond%20gralhund_wdh","p":213,"s":69,"h":1,"t":0,"uu":"orond gralhund|wdh","m":"bestiary/tokens/WDH/Orond Gralhund.webp","n":"Orond Gralhund"},{"id":4454,"c":1,"u":"osvaldo%20cassalanter_wdh","p":124,"s":69,"h":1,"t":0,"uu":"osvaldo cassalanter|wdh","m":"bestiary/tokens/WDH/Osvaldo Cassalanter.webp","n":"Osvaldo Cassalanter"},{"id":4455,"c":1,"u":"ott%20steeltoes_wdh","p":214,"s":69,"h":1,"t":0,"uu":"ott steeltoes|wdh","m":"bestiary/tokens/WDH/Ott Steeltoes.webp","n":"Ott Steeltoes"},{"id":4456,"c":1,"u":"panopticus%20wizard_wdh","p":106,"s":69,"h":1,"t":0,"uu":"panopticus wizard|wdh","m":"bestiary/tokens/WDH/Panopticus Wizard.webp","n":"Panopticus Wizard"},{"id":4457,"c":1,"u":"remallia%20haventree_wdh","p":214,"s":69,"h":1,"t":0,"uu":"remallia haventree|wdh","m":"bestiary/tokens/WDH/Remallia Haventree.webp","n":"Remallia Haventree"},{"id":4458,"c":1,"u":"renaer%20neverember_wdh","p":215,"s":69,"h":1,"t":0,"uu":"renaer neverember|wdh","m":"bestiary/tokens/WDH/Renaer Neverember.webp","n":"Renaer Neverember"},{"id":4459,"c":1,"u":"rishaal%20the%20page-turner_wdh","p":33,"s":69,"h":1,"t":0,"uu":"rishaal the page-turner|wdh","m":"bestiary/tokens/WDH/Rishaal the Page-Turner.webp","n":"Rishaal the Page-Turner"},{"id":4460,"c":1,"u":"saeth%20cromley_wdh","p":216,"s":69,"h":1,"t":0,"uu":"saeth cromley|wdh","m":"bestiary/tokens/WDH/Saeth Cromley.webp","n":"Saeth Cromley"},{"id":4461,"c":1,"u":"samara%20strongbones_wdh","p":104,"s":69,"h":1,"t":0,"uu":"samara strongbones|wdh","m":"bestiary/tokens/WDH/Samara Strongbones.webp","n":"Samara Strongbones"},{"id":4462,"c":1,"u":"sergeant_wdh","p":197,"s":69,"h":1,"t":0,"uu":"sergeant|wdh","m":"bestiary/tokens/WDH/Sergeant.webp","n":"Sergeant"},{"id":4463,"c":1,"u":"shard%20shunner_wdh","p":42,"s":69,"h":1,"t":0,"uu":"shard shunner|wdh","m":"bestiary/tokens/WDH/Shard Shunner.webp","n":"Shard Shunner"},{"id":4464,"c":1,"u":"skeemo%20weirdbottle_wdh","p":200,"s":69,"h":1,"t":0,"uu":"skeemo weirdbottle|wdh","m":"bestiary/tokens/WDH/Skeemo Weirdbottle.webp","n":"Skeemo Weirdbottle"},{"id":4465,"c":1,"u":"soluun%20xibrindas_wdh","p":202,"s":69,"h":1,"t":0,"uu":"soluun xibrindas|wdh","m":"bestiary/tokens/WDH/Soluun Xibrindas.webp","n":"Soluun Xibrindas"},{"id":4466,"c":1,"u":"squiddly_wdh","p":63,"s":69,"h":1,"t":0,"uu":"squiddly|wdh","m":"bestiary/tokens/WDH/Squiddly.webp","n":"Squiddly"},{"id":4467,"c":1,"u":"swarm%20of%20books_wdh","p":156,"s":69,"h":1,"t":0,"uu":"swarm of books|wdh","m":"bestiary/tokens/WDH/Swarm of Books.webp","n":"Swarm of Books"},{"id":4468,"c":1,"u":"swarm%20of%20mechanical%20spiders_wdh","p":143,"s":69,"h":1,"t":0,"uu":"swarm of mechanical spiders|wdh","m":"bestiary/tokens/WDH/Swarm of Mechanical Spiders.webp","n":"Swarm of Mechanical Spiders"},{"id":4469,"c":1,"u":"sylgar_wdh","p":220,"s":69,"h":1,"t":0,"uu":"sylgar|wdh","m":"bestiary/tokens/WDH/Sylgar.webp","n":"Sylgar"},{"id":4470,"c":1,"u":"talisolvanar%20%22tally%22%20fellbranch_wdh","p":32,"s":69,"h":1,"t":0,"uu":"talisolvanar \"tally\" fellbranch|wdh","m":"bestiary/tokens/WDH/Talisolvanar Tally Fellbranch.webp","n":"Talisolvanar \"Tally\" Fellbranch"},{"id":4471,"c":1,"u":"tashlyn%20yafeera_wdh","p":200,"s":69,"h":1,"t":0,"uu":"tashlyn yafeera|wdh","m":"bestiary/tokens/WDH/Tashlyn Yafeera.webp","n":"Tashlyn Yafeera"},{"id":4472,"c":1,"u":"terenzio%20cassalanter_wdh","p":115,"s":69,"h":1,"t":0,"uu":"terenzio cassalanter|wdh","m":"bestiary/tokens/WDH/Terenzio Cassalanter.webp","n":"Terenzio Cassalanter"},{"id":4473,"c":1,"u":"thorvin%20twinbeard_wdh","p":216,"s":69,"h":1,"t":0,"uu":"thorvin twinbeard|wdh","m":"bestiary/tokens/WDH/Thorvin Twinbeard.webp","n":"Thorvin Twinbeard"},{"id":4474,"c":1,"u":"thrakkus_wdh","p":89,"s":69,"h":1,"t":0,"uu":"thrakkus|wdh","m":"bestiary/tokens/WDH/Thrakkus.webp","n":"Thrakkus"},{"id":4475,"c":1,"u":"tissina%20khyret_wdh","p":116,"s":69,"h":1,"t":0,"uu":"tissina khyret|wdh","m":"bestiary/tokens/WDH/Tissina Khyret.webp","n":"Tissina Khyret"},{"id":4476,"c":1,"u":"urstul%20floxin_wdh","p":216,"s":69,"h":1,"t":0,"uu":"urstul floxin|wdh","m":"bestiary/tokens/WDH/Urstul Floxin.webp","n":"Urstul Floxin"},{"id":4477,"c":1,"u":"vajra%20safahr_wdh","p":217,"s":69,"h":1,"t":0,"uu":"vajra safahr|wdh","m":"bestiary/tokens/WDH/Vajra Safahr.webp","n":"Vajra Safahr"},{"id":4478,"c":1,"u":"valetta_wdh","p":47,"s":69,"h":1,"t":0,"uu":"valetta|wdh","m":"bestiary/tokens/WDH/Valetta.webp","n":"Valetta"},{"id":4479,"c":1,"u":"victoro%20cassalanter_wdh","p":218,"s":69,"h":1,"t":0,"uu":"victoro cassalanter|wdh","m":"bestiary/tokens/WDH/Victoro Cassalanter.webp","n":"Victoro Cassalanter"},{"id":4480,"c":1,"u":"vincent%20trench_wdh","p":32,"s":69,"h":1,"t":0,"uu":"vincent trench|wdh","m":"bestiary/tokens/WDH/Vincent Trench.webp","n":"Vincent Trench"},{"id":4481,"c":1,"u":"walking%20statue%20of%20waterdeep_wdh","p":219,"s":69,"h":1,"t":0,"uu":"walking statue of waterdeep|wdh","m":"bestiary/tokens/WDH/Walking Statue of Waterdeep.webp","n":"Walking Statue of Waterdeep"},{"id":4482,"c":1,"u":"willifort%20crowelle_wdh","p":62,"s":69,"h":1,"t":0,"uu":"willifort crowelle|wdh","m":"bestiary/tokens/WDH/Willifort Crowelle.webp","n":"Willifort Crowelle"},{"id":4483,"c":1,"u":"xanathar_wdh","p":220,"s":69,"h":1,"t":0,"uu":"xanathar|wdh","m":"bestiary/tokens/WDH/Xanathar.webp","n":"Xanathar"},{"id":4484,"c":1,"u":"yagra%20stonefist_wdh","p":20,"s":69,"h":1,"t":0,"uu":"yagra stonefist|wdh","m":"bestiary/tokens/WDH/Yagra Stonefist.webp","n":"Yagra Stonefist"},{"id":4485,"c":1,"u":"yalah%20gralhund_wdh","p":220,"s":69,"h":1,"t":0,"uu":"yalah gralhund|wdh","m":"bestiary/tokens/WDH/Yalah Gralhund.webp","n":"Yalah Gralhund"},{"id":4486,"c":1,"u":"yorn_wdh","p":150,"s":69,"h":1,"t":0,"uu":"yorn|wdh","m":"bestiary/tokens/WDH/Yorn.webp","n":"Yorn"},{"id":4487,"c":1,"u":"zhent%20martial%20arts%20adept_wdh","p":160,"s":69,"h":1,"t":0,"uu":"zhent martial arts adept|wdh","m":"bestiary/tokens/WDH/Zhent Martial Arts Adept.webp","n":"Zhent Martial Arts Adept"},{"id":4488,"c":1,"u":"ziraj%20the%20hunter_wdh","p":201,"s":69,"h":1,"t":0,"uu":"ziraj the hunter|wdh","m":"bestiary/tokens/WDH/Ziraj the Hunter.webp","n":"Ziraj the Hunter"},{"id":4489,"c":1,"u":"al'chaia_wdmm","p":218,"s":70,"h":1,"t":0,"uu":"al'chaia|wdmm","m":"bestiary/tokens/WDMM/Al'chaia.webp","n":"Al'chaia"},{"id":4490,"c":1,"u":"animated%20ballista_wdmm","p":39,"s":70,"h":1,"t":0,"uu":"animated ballista|wdmm","m":"bestiary/tokens/WDMM/Animated Ballista.webp","n":"Animated Ballista"},{"id":4491,"c":1,"u":"animated%20jade%20serpent_wdmm","p":92,"s":70,"h":1,"t":0,"uu":"animated jade serpent|wdmm","m":"bestiary/tokens/WDMM/Animated Jade Serpent.webp","n":"Animated Jade Serpent"},{"id":4492,"c":1,"u":"animated%20staff_wdmm","p":262,"s":70,"h":1,"t":0,"uu":"animated staff|wdmm","m":"bestiary/tokens/WDMM/Animated Staff.webp","n":"Animated Staff"},{"id":4493,"c":1,"u":"animated%20statue%20of%20lolth_wdmm","p":142,"s":70,"h":1,"t":0,"uu":"animated statue of lolth|wdmm","m":"bestiary/tokens/WDMM/Animated Statue of Lolth.webp","n":"Animated Statue of Lolth"},{"id":4494,"c":1,"u":"animated%20stove_wdmm","p":186,"s":70,"h":1,"t":0,"uu":"animated stove|wdmm","m":"bestiary/tokens/WDMM/Animated Stove.webp","n":"Animated Stove"},{"id":4495,"c":1,"u":"animated%20wand_wdmm","p":299,"s":70,"h":1,"t":0,"uu":"animated wand|wdmm","m":"bestiary/tokens/WDMM/Animated Wand.webp","n":"Animated Wand"},{"id":4496,"c":1,"u":"arcturia_wdmm","p":296,"s":70,"h":1,"t":0,"uu":"arcturia|wdmm","m":"bestiary/tokens/WDMM/Arcturia.webp","n":"Arcturia"},{"id":4497,"c":1,"u":"ashtyrranthor_wdmm","p":210,"s":70,"h":1,"t":0,"uu":"ashtyrranthor|wdmm","m":"bestiary/tokens/WDMM/Ashtyrranthor.webp","n":"Ashtyrranthor"},{"id":4498,"c":1,"u":"awakened%20brown%20bear_wdmm","p":72,"s":70,"h":1,"t":0,"uu":"awakened brown bear|wdmm","m":"bestiary/tokens/WDMM/Awakened Brown Bear.webp","n":"Awakened Brown Bear"},{"id":4499,"c":1,"u":"awakened%20elk_wdmm","p":72,"s":70,"h":1,"t":0,"uu":"awakened elk|wdmm","m":"bestiary/tokens/WDMM/Awakened Elk.webp","n":"Awakened Elk"},{"id":4500,"c":1,"u":"awakened%20giant%20wasp_wdmm","p":72,"s":70,"h":1,"t":0,"uu":"awakened giant wasp|wdmm","m":"bestiary/tokens/WDMM/Awakened Giant Wasp.webp","n":"Awakened Giant Wasp"},{"id":4501,"c":1,"u":"berlain%20shadowdusk_wdmm","p":283,"s":70,"h":1,"t":0,"uu":"berlain shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Berlain Shadowdusk.webp","n":"Berlain Shadowdusk"},{"id":4502,"c":1,"u":"big%20xorn_wdmm","p":51,"s":70,"h":1,"t":0,"uu":"big xorn|wdmm","m":"bestiary/tokens/WDMM/Big Xorn.webp","n":"Big Xorn"},{"id":4503,"c":1,"u":"bore%20worm_wdmm","p":171,"s":70,"h":1,"t":0,"uu":"bore worm|wdmm","m":"bestiary/tokens/WDMM/Bore Worm.webp","n":"Bore Worm"},{"id":4504,"c":1,"u":"captain%20n'ghathrod_wdmm","p":250,"s":70,"h":1,"t":0,"uu":"captain n'ghathrod|wdmm","m":"bestiary/tokens/WDMM/Captain N'ghathrod.webp","n":"Captain N'ghathrod"},{"id":4505,"c":1,"u":"carrion%20ogre_wdmm","p":189,"s":70,"h":1,"t":0,"uu":"carrion ogre|wdmm","m":"bestiary/tokens/WDMM/Carrion Ogre.webp","n":"Carrion Ogre"},{"id":4506,"c":1,"u":"cassiok%20shadowdusk_wdmm","p":287,"s":70,"h":1,"t":0,"uu":"cassiok shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Cassiok Shadowdusk.webp","n":"Cassiok Shadowdusk"},{"id":4507,"c":1,"u":"copper%20stormforge_wdmm","p":30,"s":70,"h":1,"t":0,"uu":"copper stormforge|wdmm","m":"bestiary/tokens/WDMM/Copper Stormforge.webp","n":"Copper Stormforge"},{"id":4508,"c":1,"u":"crow_wdmm","p":302,"s":70,"h":1,"t":0,"uu":"crow|wdmm","m":"bestiary/tokens/WDMM/Crow.webp","n":"Crow"},{"id":4509,"c":1,"u":"crystal%20battleaxe_wdmm","p":89,"s":70,"h":1,"t":0,"uu":"crystal battleaxe|wdmm","m":"bestiary/tokens/WDMM/Crystal Battleaxe.webp","n":"Crystal Battleaxe"},{"id":4510,"c":1,"u":"crystal%20golem_wdmm","p":210,"s":70,"h":1,"t":0,"uu":"crystal golem|wdmm","m":"bestiary/tokens/WDMM/Crystal Golem.webp","n":"Crystal Golem"},{"id":4511,"c":1,"u":"deformed%20duergar_wdmm","p":180,"s":70,"h":1,"t":0,"uu":"deformed duergar|wdmm","m":"bestiary/tokens/WDMM/Deformed Duergar.webp","n":"Deformed Duergar"},{"id":4512,"c":1,"u":"dezmyr%20shadowdusk_wdmm","p":287,"s":70,"h":1,"t":0,"uu":"dezmyr shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Dezmyr Shadowdusk.webp","n":"Dezmyr Shadowdusk"},{"id":4513,"c":1,"u":"drivvin%20freth_wdmm","p":169,"s":70,"h":1,"t":0,"uu":"drivvin freth|wdmm","m":"bestiary/tokens/WDMM/Drivvin Freth.webp","n":"Drivvin Freth"},{"id":4514,"c":1,"u":"emberosa_wdmm","p":185,"s":70,"h":1,"t":0,"uu":"emberosa|wdmm","m":"bestiary/tokens/WDMM/Emberosa.webp","n":"Emberosa"},{"id":4515,"c":1,"u":"ezzat_wdmm","p":262,"s":70,"h":1,"t":0,"uu":"ezzat|wdmm","m":"bestiary/tokens/WDMM/Ezzat.webp","n":"Ezzat"},{"id":4516,"c":1,"u":"fazrian_wdmm","p":275,"s":70,"h":1,"t":0,"uu":"fazrian|wdmm","m":"bestiary/tokens/WDMM/Fazrian.webp","n":"Fazrian"},{"id":4517,"c":1,"u":"fidelio_wdmm","p":197,"s":70,"h":1,"t":0,"uu":"fidelio|wdmm","m":"bestiary/tokens/WDMM/Fidelio.webp","n":"Fidelio"},{"id":4518,"c":1,"u":"five-armed%20troll_wdmm","p":154,"s":70,"h":1,"t":0,"uu":"five-armed troll|wdmm","m":"bestiary/tokens/WDMM/Five-Armed Troll.webp","n":"Five-Armed Troll"},{"id":4519,"c":1,"u":"flying%20trident_wdmm","p":106,"s":70,"h":1,"t":0,"uu":"flying trident|wdmm","m":"bestiary/tokens/WDMM/Flying Trident.webp","n":"Flying Trident"},{"id":4520,"c":1,"u":"giant%20flying%20spider_wdmm","p":150,"s":70,"h":1,"t":0,"uu":"giant flying spider|wdmm","m":"bestiary/tokens/WDMM/Giant Flying Spider.webp","n":"Giant Flying Spider"},{"id":4521,"c":1,"u":"giant%20mutated%20drow_wdmm","p":143,"s":70,"h":1,"t":0,"uu":"giant mutated drow|wdmm","m":"bestiary/tokens/WDMM/Giant Mutated Drow.webp","n":"Giant Mutated Drow"},{"id":4522,"c":1,"u":"glyster_wdmm","p":241,"s":70,"h":1,"t":0,"uu":"glyster|wdmm","m":"bestiary/tokens/WDMM/Glyster.webp","n":"Glyster"},{"id":4523,"c":1,"u":"gorka%20tharn_wdmm","p":257,"s":70,"h":1,"t":0,"uu":"gorka tharn|wdmm","m":"bestiary/tokens/WDMM/Gorka Tharn.webp","n":"Gorka Tharn"},{"id":4524,"c":1,"u":"gorzil's%20gang%20troglodyte_wdmm","p":150,"s":70,"h":1,"t":0,"uu":"gorzil's gang troglodyte|wdmm","m":"bestiary/tokens/WDMM/Gorzil's Gang Troglodyte.webp","n":"Gorzil's Gang Troglodyte"},{"id":4525,"c":1,"u":"halaster%20blackcloak_wdmm","p":310,"s":70,"h":1,"t":0,"uu":"halaster blackcloak|wdmm","m":"bestiary/tokens/WDMM/Halaster Blackcloak.webp","n":"Halaster Blackcloak"},{"id":4526,"c":1,"u":"halaster%20horror_wdmm","p":129,"s":70,"h":1,"t":0,"uu":"halaster horror|wdmm","m":"bestiary/tokens/WDMM/Halaster Horror.webp","n":"Halaster Horror"},{"id":4527,"c":1,"u":"halaster%20puppet_wdmm","p":31,"s":70,"h":1,"t":0,"uu":"halaster puppet|wdmm","m":"bestiary/tokens/WDMM/Halaster Puppet.webp","n":"Halaster Puppet"},{"id":4528,"c":1,"u":"haungharassk_wdmm","p":258,"s":70,"h":1,"t":0,"uu":"haungharassk|wdmm","m":"bestiary/tokens/WDMM/Haungharassk.webp","n":"Haungharassk"},{"id":4529,"c":1,"u":"horned%20sister_wdmm","p":118,"s":70,"h":1,"t":0,"uu":"horned sister|wdmm","m":"bestiary/tokens/WDMM/Horned Sister.webp","n":"Horned Sister"},{"id":4530,"c":1,"u":"huge%20gray%20ooze_wdmm","p":243,"s":70,"h":1,"t":0,"uu":"huge gray ooze|wdmm","m":"bestiary/tokens/WDMM/Huge Gray Ooze.webp","n":"Huge Gray Ooze"},{"id":4531,"c":1,"u":"intelligent%20black%20pudding_wdmm","p":244,"s":70,"h":1,"t":0,"uu":"intelligent black pudding|wdmm","m":"bestiary/tokens/WDMM/Intelligent Black Pudding.webp","n":"Intelligent Black Pudding"},{"id":4532,"c":1,"u":"iron%20spider_wdmm","p":165,"s":70,"h":1,"t":0,"uu":"iron spider|wdmm","m":"bestiary/tokens/WDMM/Iron Spider.webp","n":"Iron Spider"},{"id":4533,"c":1,"u":"junior%20drow%20priestess%20of%20lolth_wdmm","p":149,"s":70,"h":1,"t":0,"uu":"junior drow priestess of lolth|wdmm","m":"bestiary/tokens/WDMM/Junior Drow Priestess of Lolth.webp","n":"Junior Drow Priestess of Lolth"},{"id":4534,"c":1,"u":"kavil_wdmm","p":205,"s":70,"h":1,"t":0,"uu":"kavil|wdmm","m":"bestiary/tokens/WDMM/Kavil.webp","n":"Kavil"},{"id":4535,"c":1,"u":"keresta%20delvingstone_wdmm","p":232,"s":70,"h":1,"t":0,"uu":"keresta delvingstone|wdmm","m":"bestiary/tokens/WDMM/Keresta Delvingstone.webp","n":"Keresta Delvingstone"},{"id":4536,"c":1,"u":"kol'daan_wdmm","p":155,"s":70,"h":1,"t":0,"uu":"kol'daan|wdmm","m":"bestiary/tokens/WDMM/Kol'daan.webp","n":"Kol'daan"},{"id":4537,"c":1,"u":"large%20mimic_wdmm","p":76,"s":70,"h":1,"t":0,"uu":"large mimic|wdmm","m":"bestiary/tokens/WDMM/Large Mimic.webp","n":"Large Mimic"},{"id":4538,"c":1,"u":"lava%20child_wdmm","p":313,"s":70,"h":1,"t":0,"uu":"lava child|wdmm","m":"bestiary/tokens/WDMM/Lava Child.webp","n":"Lava Child"},{"id":4539,"c":1,"u":"left%20hand%20of%20manshoon_wdmm","p":119,"s":70,"h":1,"t":0,"uu":"left hand of manshoon|wdmm","m":"bestiary/tokens/WDMM/Left Hand of Manshoon.webp","n":"Left Hand of Manshoon"},{"id":4540,"c":1,"u":"living%20unseen%20servant_wdmm","p":313,"s":70,"h":1,"t":0,"uu":"living unseen servant|wdmm","m":"bestiary/tokens/WDMM/Living Unseen Servant.webp","n":"Living Unseen Servant"},{"id":4541,"c":1,"u":"mad%20golem_wdmm","p":254,"s":70,"h":1,"t":0,"uu":"mad golem|wdmm","m":"bestiary/tokens/WDMM/Mad Golem.webp","n":"Mad Golem"},{"id":4542,"c":1,"u":"maddgoth's%20homunculus_wdmm","p":96,"s":70,"h":1,"t":0,"uu":"maddgoth's homunculus|wdmm","m":"bestiary/tokens/WDMM/Maddgoth's Homunculus.webp","n":"Maddgoth's Homunculus"},{"id":4543,"c":1,"u":"marta%20moonshadow_wdmm","p":46,"s":70,"h":1,"t":0,"uu":"marta moonshadow|wdmm","m":"bestiary/tokens/WDMM/Marta Moonshadow.webp","n":"Marta Moonshadow"},{"id":4544,"c":1,"u":"melissara%20shadowdusk_wdmm","p":281,"s":70,"h":1,"t":0,"uu":"melissara shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Melissara Shadowdusk.webp","n":"Melissara Shadowdusk"},{"id":4545,"c":1,"u":"metal%20wasp_wdmm","p":174,"s":70,"h":1,"t":0,"uu":"metal wasp|wdmm","m":"bestiary/tokens/WDMM/Metal Wasp.webp","n":"Metal Wasp"},{"id":4546,"c":1,"u":"mobar_wdmm","p":77,"s":70,"h":1,"t":0,"uu":"mobar|wdmm","m":"bestiary/tokens/WDMM/Mobar.webp","n":"Mobar"},{"id":4547,"c":1,"u":"muiral_wdmm","p":314,"s":70,"h":1,"t":0,"uu":"muiral|wdmm","m":"bestiary/tokens/WDMM/Muiral.webp","n":"Muiral"},{"id":4548,"c":1,"u":"nerozar%20the%20defeated_wdmm","p":52,"s":70,"h":1,"t":0,"uu":"nerozar the defeated|wdmm","m":"bestiary/tokens/WDMM/Nerozar the Defeated.webp","n":"Nerozar the Defeated"},{"id":4549,"c":1,"u":"nester_wdmm","p":131,"s":70,"h":1,"t":0,"uu":"nester|wdmm","m":"bestiary/tokens/WDMM/Nester.webp","n":"Nester"},{"id":4550,"c":1,"u":"old%20troglodyte_wdmm","p":155,"s":70,"h":1,"t":0,"uu":"old troglodyte|wdmm","m":"bestiary/tokens/WDMM/Old Troglodyte.webp","n":"Old Troglodyte"},{"id":4551,"c":1,"u":"otto_wdmm","p":96,"s":70,"h":1,"t":0,"uu":"otto|wdmm","m":"bestiary/tokens/WDMM/Otto.webp","n":"Otto"},{"id":4552,"c":1,"u":"play-by-play%20generator_wdmm","p":205,"s":70,"h":1,"t":0,"uu":"play-by-play generator|wdmm","m":"bestiary/tokens/WDMM/Play-by-Play Generator.webp","n":"Play-by-Play Generator"},{"id":4553,"c":1,"u":"poison%20weird_wdmm","p":127,"s":70,"h":1,"t":0,"uu":"poison weird|wdmm","m":"bestiary/tokens/WDMM/Poison Weird.webp","n":"Poison Weird"},{"id":4554,"c":1,"u":"portia%20dzuth_wdmm","p":239,"s":70,"h":1,"t":0,"uu":"portia dzuth|wdmm","m":"bestiary/tokens/WDMM/Portia Dzuth.webp","n":"Portia Dzuth"},{"id":4555,"c":1,"u":"preeta%20kreepa_wdmm","p":56,"s":70,"h":1,"t":0,"uu":"preeta kreepa|wdmm","m":"bestiary/tokens/WDMM/Preeta Kreepa.webp","n":"Preeta Kreepa"},{"id":4556,"c":1,"u":"rabbithead_wdmm","p":295,"s":70,"h":1,"t":0,"uu":"rabbithead|wdmm","m":"bestiary/tokens/WDMM/Rabbithead.webp","n":"Rabbithead"},{"id":4557,"c":1,"u":"rowboat%20mimic_wdmm","p":76,"s":70,"h":1,"t":0,"uu":"rowboat mimic|wdmm","m":"bestiary/tokens/WDMM/Rowboat Mimic.webp","n":"Rowboat Mimic"},{"id":4558,"c":1,"u":"runed%20behir_wdmm","p":158,"s":70,"h":1,"t":0,"uu":"runed behir|wdmm","m":"bestiary/tokens/WDMM/Runed Behir.webp","n":"Runed Behir"},{"id":4559,"c":1,"u":"scaladar_wdmm","p":315,"s":70,"h":1,"t":0,"uu":"scaladar|wdmm","m":"bestiary/tokens/WDMM/Scaladar.webp","n":"Scaladar"},{"id":4560,"c":1,"u":"shadow%20assassin_wdmm","p":316,"s":70,"h":1,"t":0,"uu":"shadow assassin|wdmm","m":"bestiary/tokens/WDMM/Shadow Assassin.webp","n":"Shadow Assassin"},{"id":4561,"c":1,"u":"shapechanged%20roper_wdmm","p":106,"s":70,"h":1,"t":0,"uu":"shapechanged roper|wdmm","m":"bestiary/tokens/WDMM/Shapechanged Roper.webp","n":"Shapechanged Roper"},{"id":4562,"c":1,"u":"shockerstomper_wdmm","p":174,"s":70,"h":1,"t":0,"uu":"shockerstomper|wdmm","m":"bestiary/tokens/WDMM/Shockerstomper.webp","n":"Shockerstomper"},{"id":4563,"c":1,"u":"shunn%20shurreth_wdmm","p":33,"s":70,"h":1,"t":0,"uu":"shunn shurreth|wdmm","m":"bestiary/tokens/WDMM/Shunn Shurreth.webp","n":"Shunn Shurreth"},{"id":4564,"c":1,"u":"sing-along_wdmm","p":148,"s":70,"h":1,"t":0,"uu":"sing-along|wdmm","m":"bestiary/tokens/WDMM/Sing-Along.webp","n":"Sing-Along"},{"id":4565,"c":1,"u":"space%20hamster_wdmm","p":251,"s":70,"h":1,"t":0,"uu":"space hamster|wdmm","m":"bestiary/tokens/WDMM/Space Hamster.webp","n":"Space Hamster"},{"id":4566,"c":1,"u":"stalagma%20steelshadow_wdmm","p":273,"s":70,"h":1,"t":0,"uu":"stalagma steelshadow|wdmm","m":"bestiary/tokens/WDMM/Stalagma Steelshadow.webp","n":"Stalagma Steelshadow"},{"id":4567,"c":1,"u":"statue%20of%20vergadain_wdmm","p":202,"s":70,"h":1,"t":0,"uu":"statue of vergadain|wdmm","m":"bestiary/tokens/WDMM/Statue of Vergadain.webp","n":"Statue of Vergadain"},{"id":4568,"c":1,"u":"stonecloak_wdmm","p":253,"s":70,"h":1,"t":0,"uu":"stonecloak|wdmm","m":"bestiary/tokens/WDMM/Stonecloak.webp","n":"Stonecloak"},{"id":4569,"c":1,"u":"sundeth_wdmm","p":304,"s":70,"h":1,"t":0,"uu":"sundeth|wdmm","m":"bestiary/tokens/WDMM/Sundeth.webp","n":"Sundeth"},{"id":4570,"c":1,"u":"thwad%20underbrew_wdmm","p":204,"s":70,"h":1,"t":0,"uu":"thwad underbrew|wdmm","m":"bestiary/tokens/WDMM/Thwad Underbrew.webp","n":"Thwad Underbrew"},{"id":4571,"c":1,"u":"torbit_wdmm","p":115,"s":70,"h":1,"t":0,"uu":"torbit|wdmm","m":"bestiary/tokens/WDMM/Torbit.webp","n":"Torbit"},{"id":4572,"c":1,"u":"trenzia_wdmm","p":32,"s":70,"h":1,"t":0,"uu":"trenzia|wdmm","m":"bestiary/tokens/WDMM/Trenzia.webp","n":"Trenzia"},{"id":4573,"c":1,"u":"trobriand_wdmm","p":294,"s":70,"h":1,"t":0,"uu":"trobriand|wdmm","m":"bestiary/tokens/WDMM/Trobriand.webp","n":"Trobriand"},{"id":4574,"c":1,"u":"umbraxakar_wdmm","p":241,"s":70,"h":1,"t":0,"uu":"umbraxakar|wdmm","m":"bestiary/tokens/WDMM/Umbraxakar.webp","n":"Umbraxakar"},{"id":4575,"c":1,"u":"undead%20bulette_wdmm","p":90,"s":70,"h":1,"t":0,"uu":"undead bulette|wdmm","m":"bestiary/tokens/WDMM/Undead Bulette.webp","n":"Undead Bulette"},{"id":4576,"c":1,"u":"undead%20shambling%20mound_wdmm","p":142,"s":70,"h":1,"t":0,"uu":"undead shambling mound|wdmm","m":"bestiary/tokens/WDMM/Undead Shambling Mound.webp","n":"Undead Shambling Mound"},{"id":4577,"c":1,"u":"valtagar%20steelshadow_wdmm","p":271,"s":70,"h":1,"t":0,"uu":"valtagar steelshadow|wdmm","m":"bestiary/tokens/WDMM/Valtagar Steelshadow.webp","n":"Valtagar Steelshadow"},{"id":4578,"c":1,"u":"vertrand%20shadowdusk_wdmm","p":282,"s":70,"h":1,"t":0,"uu":"vertrand shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Vertrand Shadowdusk.webp","n":"Vertrand Shadowdusk"},{"id":4579,"c":1,"u":"werebat_wdmm","p":317,"s":70,"h":1,"t":0,"uu":"werebat|wdmm","m":"bestiary/tokens/WDMM/Werebat.webp","n":"Werebat"},{"id":4580,"c":1,"u":"wooden%20donkey_wdmm","p":84,"s":70,"h":1,"t":0,"uu":"wooden donkey|wdmm","m":"bestiary/tokens/WDMM/Wooden Donkey.webp","n":"Wooden Donkey"},{"id":4581,"c":1,"u":"wyllow_wdmm","p":70,"s":70,"h":1,"t":0,"uu":"wyllow|wdmm","m":"bestiary/tokens/WDMM/Wyllow.webp","n":"Wyllow"},{"id":4582,"c":1,"u":"zalthar%20shadowdusk_wdmm","p":286,"s":70,"h":1,"t":0,"uu":"zalthar shadowdusk|wdmm","m":"bestiary/tokens/WDMM/Zalthar Shadowdusk.webp","n":"Zalthar Shadowdusk"},{"id":4583,"c":1,"u":"zorak%20lightdrinker_wdmm","p":204,"s":70,"h":1,"t":0,"uu":"zorak lightdrinker|wdmm","m":"bestiary/tokens/WDMM/Zorak Lightdrinker.webp","n":"Zorak Lightdrinker"},{"id":4584,"c":1,"u":"zox%20clammersham_wdmm","p":176,"s":70,"h":1,"t":0,"uu":"zox clammersham|wdmm","m":"bestiary/tokens/WDMM/Zox Clammersham.webp","n":"Zox Clammersham"},{"id":4585,"c":1,"u":"zress%20orlezziir_wdmm","p":136,"s":70,"h":1,"t":0,"uu":"zress orlezziir|wdmm","m":"bestiary/tokens/WDMM/Zress Orlezziir.webp","n":"Zress Orlezziir"},{"id":4586,"c":1,"u":"animated%20coffin_aatm","s":71,"h":1,"t":0,"uu":"animated coffin|aatm","m":"bestiary/tokens/AATM/Animated Coffin.webp","n":"Animated Coffin"},{"id":4587,"c":1,"u":"factol%20skall_aatm","s":71,"h":1,"t":0,"uu":"factol skall|aatm","m":"bestiary/tokens/AATM/Factol Skall.webp","n":"Factol Skall"},{"id":4588,"c":1,"u":"heralds%20of%20dust%20exorcist_aatm","s":71,"h":1,"t":0,"uu":"heralds of dust exorcist|aatm","m":"bestiary/tokens/AATM/Heralds of Dust Exorcist.webp","n":"Heralds of Dust Exorcist"},{"id":4589,"c":1,"u":"giant%20zombie%20constrictor%20snake_aitfr-dn","p":11,"s":72,"h":1,"t":0,"uu":"giant zombie constrictor snake|aitfr-dn","m":"bestiary/tokens/AitFR-DN/Giant Zombie Constrictor Snake.webp","n":"Giant Zombie Constrictor Snake"},{"id":4590,"c":1,"u":"hamish%20hewland_aitfr-dn","p":11,"s":72,"h":1,"t":0,"uu":"hamish hewland|aitfr-dn","m":"bestiary/tokens/AitFR-DN/Hamish Hewland.webp","n":"Hamish Hewland"},{"id":4591,"c":1,"u":"kyrilla%2c%20accursed%20gorgon_aitfr-dn","p":12,"s":72,"h":1,"t":0,"uu":"kyrilla, accursed gorgon|aitfr-dn","m":"bestiary/tokens/AitFR-DN/Kyrilla, Accursed Gorgon.webp","n":"Kyrilla, Accursed Gorgon"},{"id":4592,"c":1,"u":"skeletal%20horror_aitfr-dn","p":13,"s":72,"h":1,"t":0,"uu":"skeletal horror|aitfr-dn","m":"bestiary/tokens/AitFR-DN/Skeletal Horror.webp","n":"Skeletal Horror"},{"id":4593,"c":1,"u":"mercenary%20envoy_aitfr-fcd","p":10,"s":73,"h":1,"t":0,"uu":"mercenary envoy|aitfr-fcd","m":"bestiary/tokens/AitFR-FCD/Mercenary Envoy.webp","n":"Mercenary Envoy"},{"id":4594,"c":1,"u":"tyreus%2c%20illusionist_aitfr-fcd","p":11,"s":73,"h":1,"t":0,"uu":"tyreus, illusionist|aitfr-fcd","m":"bestiary/tokens/AitFR-FCD/Tyreus, Illusionist.webp","n":"Tyreus, Illusionist"},{"id":4595,"c":1,"u":"exul_aitfr-isf","p":12,"s":74,"h":1,"t":0,"uu":"exul|aitfr-isf","m":"bestiary/tokens/AitFR-ISF/Exul.webp","n":"Exul"},{"id":4596,"c":1,"u":"malivar_aitfr-isf","p":12,"s":74,"h":1,"t":0,"uu":"malivar|aitfr-isf","m":"bestiary/tokens/AitFR-ISF/Malivar.webp","n":"Malivar"},{"id":4597,"c":1,"u":"greater%20shadow%20horror_aitfr-thp","p":12,"s":75,"h":1,"t":0,"uu":"greater shadow horror|aitfr-thp","m":"bestiary/tokens/AitFR-THP/Greater Shadow Horror.webp","n":"Greater Shadow Horror"},{"id":4598,"c":1,"u":"morwena%20veilmist_aitfr-thp","p":13,"s":75,"h":1,"t":0,"uu":"morwena veilmist|aitfr-thp","m":"bestiary/tokens/AitFR-THP/Morwena Veilmist.webp","n":"Morwena Veilmist"},{"id":4599,"c":1,"u":"usagt_aitfr-thp","p":14,"s":75,"h":1,"t":0,"uu":"usagt|aitfr-thp","m":"bestiary/tokens/AitFR-THP/Usagt.webp","n":"Usagt"},{"id":4600,"c":1,"u":"big%20water%20slurpent_awm","p":29,"s":76,"h":1,"t":0,"uu":"big water slurpent|awm","m":"bestiary/tokens/AWM/Big Water Slurpent.webp","n":"Big Water Slurpent"},{"id":4601,"c":1,"u":"birdsquirrel_awm","p":30,"s":76,"h":1,"t":0,"uu":"birdsquirrel|awm","m":"bestiary/tokens/AWM/Birdsquirrel.webp","n":"Birdsquirrel"},{"id":4602,"c":1,"u":"boontu%20monkey_awm","p":30,"s":76,"h":1,"t":0,"uu":"boontu monkey|awm","m":"bestiary/tokens/AWM/Boontu Monkey.webp","n":"Boontu Monkey"},{"id":4603,"c":1,"u":"crystal%20cave%20merfolk_awm","p":31,"s":76,"h":1,"t":0,"uu":"crystal cave merfolk|awm","m":"bestiary/tokens/AWM/Crystal Cave Merfolk.webp","n":"Crystal Cave Merfolk"},{"id":4604,"c":1,"u":"dankwood%20hag_awm","p":31,"s":76,"h":1,"t":0,"uu":"dankwood hag|awm","m":"bestiary/tokens/AWM/Dankwood Hag.webp","n":"Dankwood Hag"},{"id":4605,"c":1,"u":"dum-dum%20goblin_awm","p":32,"s":76,"h":1,"t":0,"uu":"dum-dum goblin|awm","m":"bestiary/tokens/AWM/Dum-Dum Goblin.webp","n":"Dum-Dum Goblin"},{"id":4606,"c":1,"u":"dwarf_awm","p":32,"s":76,"h":1,"t":0,"uu":"dwarf|awm","m":"bestiary/tokens/AWM/Dwarf.webp","n":"Dwarf"},{"id":4607,"c":1,"u":"great%20kroom%2c%20purple%20worm_awm","p":33,"s":76,"h":1,"t":0,"uu":"great kroom, purple worm|awm","m":"bestiary/tokens/AWM/Great Kroom, Purple Worm.webp","n":"Great Kroom, Purple Worm"},{"id":4608,"c":1,"u":"hangry%20otyugh_awm","p":33,"s":76,"h":1,"t":0,"uu":"hangry otyugh|awm","m":"bestiary/tokens/AWM/Hangry Otyugh.webp","n":"Hangry Otyugh"},{"id":4609,"c":1,"u":"hill%20giant%2c%20blorbo_awm","p":34,"s":76,"h":1,"t":0,"uu":"hill giant, blorbo|awm","m":"bestiary/tokens/AWM/Hill Giant, Blorbo.webp","n":"Hill Giant, Blorbo"},{"id":4610,"c":1,"u":"saleeth%20the%20couatl_awm","p":34,"s":76,"h":1,"t":0,"uu":"saleeth the couatl|awm","m":"bestiary/tokens/AWM/Saleeth the Couatl.webp","n":"Saleeth the Couatl"},{"id":4611,"c":1,"u":"yarnspinner_dod","p":22,"s":77,"h":1,"t":0,"uu":"yarnspinner|dod","m":"bestiary/tokens/DoD/Yarnspinner.webp","n":"Yarnspinner"},{"id":4612,"c":1,"u":"doric_hat-tg","s":78,"h":1,"t":0,"uu":"doric|hat-tg","m":"bestiary/tokens/HAT-TG/Doric.webp","n":"Doric"},{"id":4613,"c":1,"u":"edgin%20darvis_hat-tg","s":78,"h":1,"t":0,"uu":"edgin darvis|hat-tg","m":"bestiary/tokens/HAT-TG/Edgin Darvis.webp","n":"Edgin Darvis"},{"id":4614,"c":1,"u":"forge%20fitzwilliam_hat-tg","s":78,"h":1,"t":0,"uu":"forge fitzwilliam|hat-tg","m":"bestiary/tokens/HAT-TG/Forge Fitzwilliam.webp","n":"Forge Fitzwilliam"},{"id":4615,"c":1,"u":"holga%20kilgore_hat-tg","s":78,"h":1,"t":0,"uu":"holga kilgore|hat-tg","m":"bestiary/tokens/HAT-TG/Holga Kilgore.webp","n":"Holga Kilgore"},{"id":4616,"c":1,"u":"simon%20aumar_hat-tg","s":78,"h":1,"t":0,"uu":"simon aumar|hat-tg","m":"bestiary/tokens/HAT-TG/Simon Aumar.webp","n":"Simon Aumar"},{"id":4617,"c":1,"u":"sofina_hat-tg","s":78,"h":1,"t":0,"uu":"sofina|hat-tg","m":"bestiary/tokens/HAT-TG/Sofina.webp","n":"Sofina"},{"id":4618,"c":1,"u":"xenk%20yendar_hat-tg","s":78,"h":1,"t":0,"uu":"xenk yendar|hat-tg","m":"bestiary/tokens/HAT-TG/Xenk Yendar.webp","n":"Xenk Yendar"},{"id":4619,"c":1,"u":"%22the%20demogorgon%22_imr","p":53,"s":79,"h":1,"t":0,"uu":"\"the demogorgon\"|imr","m":"bestiary/tokens/IMR/The Demogorgon.webp","n":"\"The Demogorgon\""},{"id":4620,"c":1,"u":"andras_imr","p":31,"s":79,"h":1,"t":0,"uu":"andras|imr","m":"bestiary/tokens/IMR/Andras.webp","n":"Andras"},{"id":4621,"c":1,"u":"banrion_imr","p":91,"s":79,"h":1,"t":0,"uu":"banrion|imr","m":"bestiary/tokens/IMR/Banrion.webp","n":"Banrion"},{"id":4622,"c":1,"u":"barbatos_imr","p":52,"s":79,"h":1,"t":0,"uu":"barbatos|imr","m":"bestiary/tokens/IMR/Barbatos.webp","n":"Barbatos"},{"id":4623,"c":1,"u":"brain%20in%20iron_imr","p":48,"s":79,"h":1,"t":0,"uu":"brain in iron|imr","m":"bestiary/tokens/IMR/Brain in Iron.webp","n":"Brain in Iron"},{"id":4624,"c":1,"u":"dwarven%20worker_imr","p":15,"s":79,"h":1,"t":0,"uu":"dwarven worker|imr","m":"bestiary/tokens/IMR/Dwarven Worker.webp","n":"Dwarven Worker"},{"id":4625,"c":1,"u":"enhanced%20medusa_imr","p":47,"s":79,"h":1,"t":0,"uu":"enhanced medusa|imr","m":"bestiary/tokens/IMR/Enhanced Medusa.webp","n":"Enhanced Medusa"},{"id":4626,"c":1,"u":"enhanced%20medusa_imr","p":47,"s":79,"h":1,"t":0,"uu":"enhanced medusa|imr","m":"bestiary/tokens/IMR/Enhanced Medusa.webp","n":"Daoud's Living Lanthor"},{"id":4627,"c":1,"u":"grandfather%20oak_imr","p":5,"s":79,"h":1,"t":0,"uu":"grandfather oak|imr","m":"bestiary/tokens/IMR/Grandfather Oak.webp","n":"Grandfather Oak"},{"id":4628,"c":1,"u":"lynx%20creatlach_imr","p":54,"s":79,"h":1,"t":0,"uu":"lynx creatlach|imr","m":"bestiary/tokens/IMR/Lynx Creatlach.webp","n":"Lynx Creatlach"},{"id":4629,"c":1,"u":"moghadam_imr","p":55,"s":79,"h":1,"t":0,"uu":"moghadam|imr","m":"bestiary/tokens/IMR/Moghadam.webp","n":"Moghadam"},{"id":4630,"c":1,"u":"neo-otyugh_imr","p":75,"s":79,"h":1,"t":0,"uu":"neo-otyugh|imr","m":"bestiary/tokens/IMR/Neo-Otyugh.webp","n":"Neo-Otyugh"},{"id":4631,"c":1,"u":"seodra_imr","p":41,"s":79,"h":1,"t":0,"uu":"seodra|imr","m":"bestiary/tokens/IMR/Seodra.webp","n":"Seodra"},{"id":4632,"c":1,"u":"sir%20ursas_imr","p":56,"s":79,"h":1,"t":0,"uu":"sir ursas|imr","m":"bestiary/tokens/IMR/Sir Ursas.webp","n":"Sir Ursas"},{"id":4633,"c":1,"u":"skeletal%20giant%20owl_imr","p":33,"s":79,"h":1,"t":0,"uu":"skeletal giant owl|imr","m":"bestiary/tokens/IMR/Skeletal Giant Owl.webp","n":"Skeletal Giant Owl"},{"id":4634,"c":1,"u":"skeletal%20owlbear_imr","p":36,"s":79,"h":1,"t":0,"uu":"skeletal owlbear|imr","m":"bestiary/tokens/IMR/Skeletal Owlbear.webp","n":"Skeletal Owlbear"},{"id":4635,"c":1,"u":"skeletal%20polar%20bear_imr","p":34,"s":79,"h":1,"t":0,"uu":"skeletal polar bear|imr","m":"bestiary/tokens/IMR/Skeletal Polar Bear.webp","n":"Skeletal Polar Bear"},{"id":4636,"c":1,"u":"skeletal%20two-headed%20owlbear_imr","p":36,"s":79,"h":1,"t":0,"uu":"skeletal two-headed owlbear|imr","m":"bestiary/tokens/IMR/Skeletal Two-Headed Owlbear.webp","n":"Skeletal Two-Headed Owlbear"},{"id":4637,"c":1,"u":"stolos_imr","p":33,"s":79,"h":1,"t":0,"uu":"stolos|imr","m":"bestiary/tokens/IMR/Stolos.webp","n":"Stolos"},{"id":4638,"c":1,"u":"tarnhem_imr","p":19,"s":79,"h":1,"t":0,"uu":"tarnhem|imr","m":"bestiary/tokens/IMR/Tarnhem.webp","n":"Tarnhem"},{"id":4639,"c":1,"u":"thessalar_imr","p":57,"s":79,"h":1,"t":0,"uu":"thessalar|imr","m":"bestiary/tokens/IMR/Thessalar.webp","n":"Thessalar"},{"id":4640,"c":1,"u":"thessalar's%20homunculus_imr","p":35,"s":79,"h":1,"t":0,"uu":"thessalar's homunculus|imr","m":"bestiary/tokens/IMR/Thessalar's Homunculus.webp","n":"Thessalar's Homunculus"},{"id":4641,"c":1,"u":"thessalheart%20construct_imr","p":86,"s":79,"h":1,"t":0,"uu":"thessalheart construct|imr","m":"bestiary/tokens/IMR/Thessalheart Construct.webp","n":"Thessalheart Construct"},{"id":4642,"c":1,"u":"thessalkraken_imr","p":87,"s":79,"h":1,"t":0,"uu":"thessalkraken|imr","m":"bestiary/tokens/IMR/Thessalkraken.webp","n":"Thessalkraken"},{"id":4643,"c":1,"u":"tiefling%20muralist_imr","p":17,"s":79,"h":1,"t":0,"uu":"tiefling muralist|imr","m":"bestiary/tokens/IMR/Tiefling Muralist.webp","n":"Tiefling Muralist"},{"id":4644,"c":1,"u":"two-headed%20crocodile_imr","p":89,"s":79,"h":1,"t":0,"uu":"two-headed crocodile|imr","m":"bestiary/tokens/IMR/Two-Headed Crocodile.webp","n":"Two-Headed Crocodile"},{"id":4645,"c":1,"u":"two-headed%20owlbear_imr","p":90,"s":79,"h":1,"t":0,"uu":"two-headed owlbear|imr","m":"bestiary/tokens/IMR/Two-Headed Owlbear.webp","n":"Two-Headed Owlbear"},{"id":4646,"c":1,"u":"brain%20in%20a%20jar_llk","p":38,"s":80,"h":1,"t":0,"uu":"brain in a jar|llk","m":"bestiary/tokens/LLK/Brain in a Jar.webp","n":"Brain in a Jar"},{"id":4647,"c":1,"u":"clockwork%20kraken_llk","p":38,"s":80,"h":1,"t":0,"uu":"clockwork kraken|llk","m":"bestiary/tokens/LLK/Clockwork Kraken.webp","n":"Clockwork Kraken"},{"id":4648,"c":1,"u":"ctenmiir%20the%20vampire_llk","p":4,"s":80,"h":1,"t":0,"uu":"ctenmiir the vampire|llk","m":"bestiary/tokens/LLK/Ctenmiir the Vampire.webp","n":"Ctenmiir the Vampire"},{"id":4649,"c":1,"u":"east%20wind_llk","p":14,"s":80,"h":1,"t":0,"uu":"east wind|llk","m":"bestiary/tokens/LLK/East Wind.webp","n":"East Wind"},{"id":4650,"c":1,"u":"elder%20monastery%20of%20the%20distressed%20body%20monk_llk","p":12,"s":80,"h":1,"t":0,"uu":"elder monastery of the distressed body monk|llk","m":"bestiary/tokens/LLK/Elder Monastery of the Distressed Body Monk.webp","n":"Elder Monastery of the Distressed Body Monk"},{"id":4651,"c":1,"u":"garret%20levistusson_llk","p":41,"s":80,"h":1,"t":0,"uu":"garret levistusson|llk","m":"bestiary/tokens/LLK/Garret Levistusson.webp","n":"Garret Levistusson"},{"id":4652,"c":1,"u":"gearbox_llk","p":5,"s":80,"h":1,"t":0,"uu":"gearbox|llk","m":"bestiary/tokens/LLK/Gearbox.webp","n":"Gearbox"},{"id":4653,"c":1,"u":"gloine%20nathair-nathair_llk","p":23,"s":80,"h":1,"t":0,"uu":"gloine nathair-nathair|llk","m":"bestiary/tokens/LLK/Gloine Nathair-Nathair.webp","n":"Gloine Nathair-Nathair"},{"id":4654,"c":1,"u":"mary%20greymalkin_llk","p":41,"s":80,"h":1,"t":0,"uu":"mary greymalkin|llk","m":"bestiary/tokens/LLK/Mary Greymalkin.webp","n":"Mary Greymalkin"},{"id":4655,"c":1,"u":"monastery%20of%20the%20distressed%20body%20grand%20master_llk","p":14,"s":80,"h":1,"t":0,"uu":"monastery of the distressed body grand master|llk","m":"bestiary/tokens/LLK/Monastery of the Distressed Body Grand Master.webp","n":"Monastery of the Distressed Body Grand Master"},{"id":4656,"c":1,"u":"monastery%20of%20the%20distressed%20body%20monk_llk","p":12,"s":80,"h":1,"t":0,"uu":"monastery of the distressed body monk|llk","m":"bestiary/tokens/LLK/Monastery of the Distressed Body Monk.webp","n":"Monastery of the Distressed Body Monk"},{"id":4657,"c":1,"u":"ooze-folk_llk","p":46,"s":80,"h":1,"t":0,"uu":"ooze-folk|llk","m":"bestiary/tokens/LLK/Ooze-Folk.webp","n":"Ooze-Folk"},{"id":4658,"c":1,"u":"west%20wind_llk","p":14,"s":80,"h":1,"t":0,"uu":"west wind|llk","m":"bestiary/tokens/LLK/West Wind.webp","n":"West Wind"},{"id":4659,"c":1,"u":"amble_lr","p":15,"s":81,"h":1,"t":0,"uu":"amble|lr","m":"bestiary/tokens/LR/Amble.webp","n":"Amble"},{"id":4660,"c":1,"u":"fhenimore_lr","p":20,"s":81,"h":1,"t":0,"uu":"fhenimore|lr","m":"bestiary/tokens/LR/Fhenimore.webp","n":"Fhenimore"},{"id":4661,"c":1,"u":"gar%20shatterkeel_lr","p":18,"s":81,"h":1,"t":0,"uu":"gar shatterkeel|lr","m":"bestiary/tokens/LR/Gar Shatterkeel.webp","n":"Gar Shatterkeel"},{"id":4662,"c":1,"u":"shoalar%20quanderil_lr","p":23,"s":81,"h":1,"t":0,"uu":"shoalar quanderil|lr","m":"bestiary/tokens/LR/Shoalar Quanderil.webp","n":"Shoalar Quanderil"},{"id":4663,"c":1,"u":"whymsee_lr","p":20,"s":81,"h":1,"t":0,"uu":"whymsee|lr","m":"bestiary/tokens/LR/Whymsee.webp","n":"Whymsee"},{"id":4664,"c":1,"u":"young%20kraken_lr","p":21,"s":81,"h":1,"t":0,"uu":"young kraken|lr","m":"bestiary/tokens/LR/Young Kraken.webp","n":"Young Kraken"},{"id":4665,"c":1,"u":"asteroid%20spider_mcv1sc","p":3,"s":82,"h":1,"t":0,"uu":"asteroid spider|mcv1sc","m":"bestiary/tokens/MCV1SC/Asteroid Spider.webp","n":"Asteroid Spider"},{"id":4666,"c":1,"u":"clockwork%20horror_mcv1sc","p":4,"s":82,"h":1,"t":0,"uu":"clockwork horror|mcv1sc","m":"bestiary/tokens/MCV1SC/Clockwork Horror.webp","n":"Clockwork Horror"},{"id":4667,"c":1,"u":"eldritch%20lich_mcv1sc","p":6,"s":82,"h":1,"t":0,"uu":"eldritch lich|mcv1sc","m":"bestiary/tokens/MCV1SC/Eldritch Lich.webp","n":"Eldritch Lich"},{"id":4668,"c":1,"u":"fractine_mcv1sc","p":7,"s":82,"h":1,"t":0,"uu":"fractine|mcv1sc","m":"bestiary/tokens/MCV1SC/Fractine.webp","n":"Fractine"},{"id":4669,"c":1,"u":"gadabout_mcv1sc","p":8,"s":82,"h":1,"t":0,"uu":"gadabout|mcv1sc","m":"bestiary/tokens/MCV1SC/Gadabout.webp","n":"Gadabout"},{"id":4670,"c":1,"u":"goon%20balloon_mcv1sc","p":9,"s":82,"h":1,"t":0,"uu":"goon balloon|mcv1sc","m":"bestiary/tokens/MCV1SC/Goon Balloon.webp","n":"Goon Balloon"},{"id":4671,"c":1,"u":"nightmare%20beast_mcv1sc","p":10,"s":82,"h":1,"t":0,"uu":"nightmare beast|mcv1sc","m":"bestiary/tokens/MCV1SC/Nightmare Beast.webp","n":"Nightmare Beast"},{"id":4672,"c":1,"u":"puppeteer%20parasite_mcv1sc","p":11,"s":82,"h":1,"t":0,"uu":"puppeteer parasite|mcv1sc","m":"bestiary/tokens/MCV1SC/Puppeteer Parasite.webp","n":"Puppeteer Parasite"},{"id":4673,"c":1,"u":"star%20lancer_mcv1sc","p":12,"s":82,"h":1,"t":0,"uu":"star lancer|mcv1sc","m":"bestiary/tokens/MCV1SC/Star Lancer.webp","n":"Star Lancer"},{"id":4674,"c":1,"u":"yggdrasti_mcv1sc","p":13,"s":82,"h":1,"t":0,"uu":"yggdrasti|mcv1sc","m":"bestiary/tokens/MCV1SC/Yggdrasti.webp","n":"Yggdrasti"},{"id":4675,"c":1,"u":"dream%20eater_mcv2dc","p":3,"s":83,"h":1,"t":0,"uu":"dream eater|mcv2dc","m":"bestiary/tokens/MCV2DC/Dream Eater.webp","n":"Dream Eater"},{"id":4676,"c":1,"u":"ember_mcv2dc","p":5,"s":83,"h":1,"t":0,"uu":"ember|mcv2dc","m":"bestiary/tokens/MCV2DC/Ember.webp","n":"Ember"},{"id":4677,"c":1,"u":"forest%20master_mcv2dc","p":6,"s":83,"h":1,"t":0,"uu":"forest master|mcv2dc","m":"bestiary/tokens/MCV2DC/Forest Master.webp","n":"Forest Master"},{"id":4678,"c":1,"u":"foresworn_mcv2dc","p":7,"s":83,"h":1,"t":0,"uu":"foresworn|mcv2dc","m":"bestiary/tokens/MCV2DC/Foresworn.webp","n":"Foresworn"},{"id":4679,"c":1,"u":"irda%20seeker_mcv2dc","p":8,"s":83,"h":1,"t":0,"uu":"irda seeker|mcv2dc","m":"bestiary/tokens/MCV2DC/Irda Seeker.webp","n":"Irda Seeker"},{"id":4680,"c":1,"u":"irda%20veil%20keeper_mcv2dc","p":9,"s":83,"h":1,"t":0,"uu":"irda veil keeper|mcv2dc","m":"bestiary/tokens/MCV2DC/Irda Veil Keeper.webp","n":"Irda Veil Keeper"},{"id":4681,"c":1,"u":"nevermind%20gnome%20inventor_mcv2dc","p":10,"s":83,"h":1,"t":0,"uu":"nevermind gnome inventor|mcv2dc","m":"bestiary/tokens/MCV2DC/Nevermind Gnome Inventor.webp","n":"Nevermind Gnome Inventor"},{"id":4682,"c":1,"u":"nevermind%20gnome%20mastermind_mcv2dc","p":11,"s":83,"h":1,"t":0,"uu":"nevermind gnome mastermind|mcv2dc","m":"bestiary/tokens/MCV2DC/Nevermind Gnome Mastermind.webp","n":"Nevermind Gnome Mastermind"},{"id":4683,"c":1,"u":"thanoi%20hunter_mcv2dc","p":12,"s":83,"h":1,"t":0,"uu":"thanoi hunter|mcv2dc","m":"bestiary/tokens/MCV2DC/Thanoi Hunter.webp","n":"Thanoi Hunter"},{"id":4684,"c":1,"u":"traag%20draconian_mcv2dc","p":13,"s":83,"h":1,"t":0,"uu":"traag draconian|mcv2dc","m":"bestiary/tokens/MCV2DC/Traag Draconian.webp","n":"Traag Draconian"},{"id":4685,"c":1,"u":"verminaard_mcv2dc","p":15,"s":83,"h":1,"t":0,"uu":"verminaard|mcv2dc","m":"bestiary/tokens/MCV2DC/Verminaard.webp","n":"Verminaard"},{"id":4686,"c":1,"u":"blaze_mcv3mc","p":3,"s":84,"h":1,"t":0,"uu":"blaze|mcv3mc","m":"bestiary/tokens/MCV3MC/Blaze.webp","n":"Blaze"},{"id":4687,"c":1,"u":"creeper_mcv3mc","p":4,"s":84,"h":1,"t":0,"uu":"creeper|mcv3mc","m":"bestiary/tokens/MCV3MC/Creeper.webp","n":"Creeper"},{"id":4688,"c":1,"u":"ender%20dragon_mcv3mc","p":5,"s":84,"h":1,"t":0,"uu":"ender dragon|mcv3mc","m":"bestiary/tokens/MCV3MC/Ender Dragon.webp","n":"Ender Dragon"},{"id":4689,"c":1,"u":"enderman_mcv3mc","p":6,"s":84,"h":1,"t":0,"uu":"enderman|mcv3mc","m":"bestiary/tokens/MCV3MC/Enderman.webp","n":"Enderman"},{"id":4690,"c":1,"u":"wolf%20of%20the%20overworld_mcv3mc","p":7,"s":84,"h":1,"t":0,"uu":"wolf of the overworld|mcv3mc","m":"bestiary/tokens/MCV3MC/Wolf of the Overworld.webp","n":"Wolf of the Overworld"},{"id":4691,"c":1,"u":"archon%20of%20boundaries_mcv4ec","s":85,"h":1,"t":0,"uu":"archon of boundaries|mcv4ec","m":"bestiary/tokens/MCV4EC/Archon of Boundaries.webp","n":"Archon of Boundaries"},{"id":4692,"c":1,"u":"beanstalk%20wurm_mcv4ec","s":85,"h":1,"t":0,"uu":"beanstalk wurm|mcv4ec","m":"bestiary/tokens/MCV4EC/Beanstalk Wurm.webp","n":"Beanstalk Wurm"},{"id":4693,"c":1,"u":"deathless%20rider_mcv4ec","s":85,"h":1,"t":0,"uu":"deathless rider|mcv4ec","m":"bestiary/tokens/MCV4EC/Deathless Rider.webp","n":"Deathless Rider"},{"id":4694,"c":1,"u":"dunbarrow%20witch_mcv4ec","s":85,"h":1,"t":0,"uu":"dunbarrow witch|mcv4ec","m":"bestiary/tokens/MCV4EC/Dunbarrow Witch.webp","n":"Dunbarrow Witch"},{"id":4695,"c":1,"u":"faerie%20borrower_mcv4ec","s":85,"h":1,"t":0,"uu":"faerie borrower|mcv4ec","m":"bestiary/tokens/MCV4EC/Faerie Borrower.webp","n":"Faerie Borrower"},{"id":4696,"c":1,"u":"faerie%20pathlighter_mcv4ec","s":85,"h":1,"t":0,"uu":"faerie pathlighter|mcv4ec","m":"bestiary/tokens/MCV4EC/Faerie Pathlighter.webp","n":"Faerie Pathlighter"},{"id":4697,"c":1,"u":"faerie%20pest_mcv4ec","s":85,"h":1,"t":0,"uu":"faerie pest|mcv4ec","m":"bestiary/tokens/MCV4EC/Faerie Pest.webp","n":"Faerie Pest"},{"id":4698,"c":1,"u":"gingerbrute_mcv4ec","s":85,"h":1,"t":0,"uu":"gingerbrute|mcv4ec","m":"bestiary/tokens/MCV4EC/Gingerbrute.webp","n":"Gingerbrute"},{"id":4699,"c":1,"u":"goose%20mother_mcv4ec","s":85,"h":1,"t":0,"uu":"goose mother|mcv4ec","m":"bestiary/tokens/MCV4EC/Goose Mother.webp","n":"Goose Mother"},{"id":4700,"c":1,"u":"high%20fae%20impostor_mcv4ec","s":85,"h":1,"t":0,"uu":"high fae impostor|mcv4ec","m":"bestiary/tokens/MCV4EC/High Fae Impostor.webp","n":"High Fae Impostor"},{"id":4701,"c":1,"u":"high%20fae%20kindguard_mcv4ec","s":85,"h":1,"t":0,"uu":"high fae kindguard|mcv4ec","m":"bestiary/tokens/MCV4EC/High Fae Kindguard.webp","n":"High Fae Kindguard"},{"id":4702,"c":1,"u":"high%20fae%20mage_mcv4ec","s":85,"h":1,"t":0,"uu":"high fae mage|mcv4ec","m":"bestiary/tokens/MCV4EC/High Fae Mage.webp","n":"High Fae Mage"},{"id":4703,"c":1,"u":"high%20fae%20noble_mcv4ec","s":85,"h":1,"t":0,"uu":"high fae noble|mcv4ec","m":"bestiary/tokens/MCV4EC/High Fae Noble.webp","n":"High Fae Noble"},{"id":4704,"c":1,"u":"knight%20of%20eldraine_mcv4ec","s":85,"h":1,"t":0,"uu":"knight of eldraine|mcv4ec","m":"bestiary/tokens/MCV4EC/Knight of Eldraine.webp","n":"Knight of Eldraine"},{"id":4705,"c":1,"u":"nightmare%20haunt_mcv4ec","s":85,"h":1,"t":0,"uu":"nightmare haunt|mcv4ec","m":"bestiary/tokens/MCV4EC/Nightmare Haunt.webp","n":"Nightmare Haunt"},{"id":4706,"c":1,"u":"ogre%20chitterlord_mcv4ec","s":85,"h":1,"t":0,"uu":"ogre chitterlord|mcv4ec","m":"bestiary/tokens/MCV4EC/Ogre Chitterlord.webp","n":"Ogre Chitterlord"},{"id":4707,"c":1,"u":"redtooth%20werefox_mcv4ec","s":85,"h":1,"t":0,"uu":"redtooth werefox|mcv4ec","m":"bestiary/tokens/MCV4EC/Redtooth Werefox.webp","n":"Redtooth Werefox"},{"id":4708,"c":1,"u":"sewer%20king_mcv4ec","s":85,"h":1,"t":0,"uu":"sewer king|mcv4ec","m":"bestiary/tokens/MCV4EC/Sewer King.webp","n":"Sewer King"},{"id":4709,"c":1,"u":"snapping%20hydra_mcv4ec","s":85,"h":1,"t":0,"uu":"snapping hydra|mcv4ec","m":"bestiary/tokens/MCV4EC/Snapping Hydra.webp","n":"Snapping Hydra"},{"id":4710,"c":1,"u":"specter%20of%20night_mcv4ec","s":85,"h":1,"t":0,"uu":"specter of night|mcv4ec","m":"bestiary/tokens/MCV4EC/Specter of Night.webp","n":"Specter of Night"},{"id":4711,"c":1,"u":"sweettooth%20horror_mcv4ec","s":85,"h":1,"t":0,"uu":"sweettooth horror|mcv4ec","m":"bestiary/tokens/MCV4EC/Sweettooth Horror.webp","n":"Sweettooth Horror"},{"id":4712,"c":1,"u":"tempest%20hart_mcv4ec","s":85,"h":1,"t":0,"uu":"tempest hart|mcv4ec","m":"bestiary/tokens/MCV4EC/Tempest Hart.webp","n":"Tempest Hart"},{"id":4713,"c":1,"u":"treefolk_mcv4ec","s":85,"h":1,"t":0,"uu":"treefolk|mcv4ec","m":"bestiary/tokens/MCV4EC/Treefolk.webp","n":"Treefolk"},{"id":4714,"c":1,"u":"witchkite_mcv4ec","s":85,"h":1,"t":0,"uu":"witchkite|mcv4ec","m":"bestiary/tokens/MCV4EC/Witchkite.webp","n":"Witchkite"},{"id":4715,"c":1,"u":"witchstalker_mcv4ec","s":85,"h":1,"t":0,"uu":"witchstalker|mcv4ec","m":"bestiary/tokens/MCV4EC/Witchstalker.webp","n":"Witchstalker"},{"id":4716,"c":1,"u":"dankwood%20duergar_mgelft","p":32,"s":86,"h":1,"t":0,"uu":"dankwood duergar|mgelft","m":"bestiary/tokens/MGELFT/Dankwood Duergar.webp","n":"Dankwood Duergar"},{"id":4717,"c":1,"u":"dankwood%20grung_mgelft","p":31,"s":86,"h":1,"t":0,"uu":"dankwood grung|mgelft","m":"bestiary/tokens/MGELFT/Dankwood Grung.webp","n":"Dankwood Grung"},{"id":4718,"c":1,"u":"king%20robbit%20the%20slimy_mgelft","p":32,"s":86,"h":1,"t":0,"uu":"king robbit the slimy|mgelft","m":"bestiary/tokens/MGELFT/King Robbit the Slimy.webp","n":"King Robbit the Slimy"},{"id":4719,"c":1,"u":"sludge%20hag_mgelft","p":33,"s":86,"h":1,"t":0,"uu":"sludge hag|mgelft","m":"bestiary/tokens/MGELFT/Sludge Hag.webp","n":"Sludge Hag"},{"id":4720,"c":1,"u":"spiderfrog_mgelft","p":33,"s":86,"h":1,"t":0,"uu":"spiderfrog|mgelft","m":"bestiary/tokens/MGELFT/Spiderfrog.webp","n":"Spiderfrog"},{"id":4721,"c":1,"u":"yeti%20tyke_mgelft","p":34,"s":86,"h":1,"t":0,"uu":"yeti tyke|mgelft","m":"bestiary/tokens/MGELFT/Yeti Tyke.webp","n":"Yeti Tyke"},{"id":4722,"c":1,"u":"coral_mismv1","p":4,"s":87,"h":1,"t":0,"uu":"coral|mismv1","m":"bestiary/tokens/MisMV1/Coral.webp","n":"Coral"},{"id":4723,"c":1,"u":"dandylion_mismv1","p":6,"s":87,"h":1,"t":0,"uu":"dandylion|mismv1","m":"bestiary/tokens/MisMV1/Dandylion.webp","n":"Dandylion"},{"id":4724,"c":1,"u":"rain_mismv1","p":8,"s":87,"h":1,"t":0,"uu":"rain|mismv1","m":"bestiary/tokens/MisMV1/Rain.webp","n":"Rain"},{"id":4725,"c":1,"u":"scrapper_mismv1","p":10,"s":87,"h":1,"t":0,"uu":"scrapper|mismv1","m":"bestiary/tokens/MisMV1/Scrapper.webp","n":"Scrapper"},{"id":4726,"c":1,"u":"seth%20the%20shapeshifting%20dragon_mismv1","p":12,"s":87,"h":1,"t":0,"uu":"seth the shapeshifting dragon|mismv1","m":"bestiary/tokens/MisMV1/Seth the Shapeshifting Dragon.webp","n":"Seth the Shapeshifting Dragon"},{"id":4727,"c":1,"u":"sheldon%20the%20blueberry%20dragon_mismv1","p":14,"s":87,"h":1,"t":0,"uu":"sheldon the blueberry dragon|mismv1","m":"bestiary/tokens/MisMV1/Sheldon the Blueberry Dragon.webp","n":"Sheldon the Blueberry Dragon"},{"id":4728,"c":1,"u":"goon_nrh-ass","p":7,"s":88,"h":1,"t":0,"uu":"goon|nrh-ass","m":"bestiary/tokens/NRH-ASS/Goon.webp","n":"Goon"},{"id":4729,"c":1,"u":"emo_nrh-at","p":9,"s":89,"h":1,"t":0,"uu":"emo|nrh-at","m":"bestiary/tokens/NRH-AT/Emo.webp","n":"Emo"},{"id":4730,"c":1,"u":"maude_nrh-at","p":12,"s":89,"h":1,"t":0,"uu":"maude|nrh-at","m":"bestiary/tokens/NRH-AT/Maude.webp","n":"Maude"},{"id":4731,"c":1,"u":"mr.%20greystone_nrh-at","p":13,"s":89,"h":1,"t":0,"uu":"mr. greystone|nrh-at","m":"bestiary/tokens/NRH-AT/Mr. Greystone.webp","n":"Mr. Greystone"},{"id":4732,"c":1,"u":"chimeric%20fox_nrh-avitw","p":8,"s":90,"h":1,"t":0,"uu":"chimeric fox|nrh-avitw","m":"bestiary/tokens/NRH-AVitW/Chimeric Fox.webp","n":"Chimeric Fox"},{"id":4733,"c":1,"u":"scarlet%20sentinel_nrh-avitw","p":10,"s":90,"h":1,"t":0,"uu":"scarlet sentinel|nrh-avitw","m":"bestiary/tokens/NRH-AVitW/Scarlet Sentinel.webp","n":"Scarlet Sentinel"},{"id":4734,"c":1,"u":"szikzith_nrh-awol","p":6,"s":91,"h":1,"t":0,"uu":"szikzith|nrh-awol","m":"bestiary/tokens/NRH-AWoL/Szikzith.webp","n":"Szikzith"},{"id":4735,"c":1,"u":"clown_nrh-coi","p":7,"s":92,"h":1,"t":0,"uu":"clown|nrh-coi","m":"bestiary/tokens/NRH-CoI/Clown.webp","n":"Clown"},{"id":4736,"c":1,"u":"imelda_nrh-coi","p":11,"s":92,"h":1,"t":0,"uu":"imelda|nrh-coi","m":"bestiary/tokens/NRH-CoI/Imelda.webp","n":"Imelda"},{"id":4737,"c":1,"u":"magnifico_nrh-coi","p":9,"s":92,"h":1,"t":0,"uu":"magnifico|nrh-coi","m":"bestiary/tokens/NRH-CoI/Magnifico.webp","n":"Magnifico"},{"id":4738,"c":1,"u":"mr.%20honeycutt_nrh-tcmc","p":10,"s":93,"h":1,"t":0,"uu":"mr. honeycutt|nrh-tcmc","m":"bestiary/tokens/NRH-TCMC/Mr. Honeycutt.webp","n":"Mr. Honeycutt"},{"id":4739,"c":1,"u":"slurmy_nrh-tcmc","p":10,"s":93,"h":1,"t":0,"uu":"slurmy|nrh-tcmc","m":"bestiary/tokens/NRH-TCMC/Slurmy.webp","n":"Slurmy"},{"id":4740,"c":1,"u":"adult%20amonkhet%20dragon_psa","p":33,"s":94,"h":1,"t":0,"uu":"adult amonkhet dragon|psa","m":"bestiary/tokens/PSA/Adult Amonkhet Dragon.webp","n":"Adult Amonkhet Dragon"},{"id":4741,"c":1,"u":"ammit_psa","p":30,"s":94,"h":1,"t":0,"uu":"ammit|psa","m":"bestiary/tokens/PSA/Ammit.webp","n":"Ammit"},{"id":4742,"c":1,"u":"amonkhet%20dragon%20wyrmling_psa","p":33,"s":94,"h":1,"t":0,"uu":"amonkhet dragon wyrmling|psa","m":"bestiary/tokens/PSA/Amonkhet Dragon Wyrmling.webp","n":"Amonkhet Dragon Wyrmling"},{"id":4743,"c":1,"u":"amonkhet%20hydra_psa","p":35,"s":94,"h":1,"t":0,"uu":"amonkhet hydra|psa","m":"bestiary/tokens/PSA/Amonkhet Hydra.webp","n":"Amonkhet Hydra"},{"id":4744,"c":1,"u":"amonkhet%20mummy_psa","p":34,"s":94,"h":1,"t":0,"uu":"amonkhet mummy|psa","m":"bestiary/tokens/PSA/Amonkhet Mummy.webp","n":"Amonkhet Mummy"},{"id":4745,"c":1,"u":"amonkhet%20mummy%20lord_psa","p":34,"s":94,"h":1,"t":0,"uu":"amonkhet mummy lord|psa","m":"bestiary/tokens/PSA/Amonkhet Mummy Lord.webp","n":"Amonkhet Mummy Lord"},{"id":4746,"c":1,"u":"amonkhet%20sphinx_psa","p":31,"s":94,"h":1,"t":0,"uu":"amonkhet sphinx|psa","m":"bestiary/tokens/PSA/Amonkhet Sphinx.webp","n":"Amonkhet Sphinx"},{"id":4747,"c":1,"u":"ancient%20amonkhet%20dragon_psa","p":33,"s":94,"h":1,"t":0,"uu":"ancient amonkhet dragon|psa","m":"bestiary/tokens/PSA/Ancient Amonkhet Dragon.webp","n":"Ancient Amonkhet Dragon"},{"id":4748,"c":1,"u":"angel%20of%20amonkhet_psa","p":30,"s":94,"h":1,"t":0,"uu":"angel of amonkhet|psa","m":"bestiary/tokens/PSA/Angel of Amonkhet.webp","n":"Angel of Amonkhet"},{"id":4749,"c":1,"u":"anointed_psa","p":34,"s":94,"h":1,"t":0,"uu":"anointed|psa","m":"bestiary/tokens/PSA/Anointed.webp","n":"Anointed"},{"id":4750,"c":1,"u":"archfiend%20of%20ifnir_psa","p":30,"s":94,"h":1,"t":0,"uu":"archfiend of ifnir|psa","m":"bestiary/tokens/PSA/Archfiend of Ifnir.webp","n":"Archfiend of Ifnir"},{"id":4751,"c":1,"u":"cerodon_psa","p":37,"s":94,"h":1,"t":0,"uu":"cerodon|psa","m":"bestiary/tokens/PSA/Cerodon.webp","n":"Cerodon"},{"id":4752,"c":1,"u":"criosphinx_psa","p":32,"s":94,"h":1,"t":0,"uu":"criosphinx|psa","m":"bestiary/tokens/PSA/Criosphinx.webp","n":"Criosphinx"},{"id":4753,"c":1,"u":"eternal_psa","p":34,"s":94,"h":1,"t":0,"uu":"eternal|psa","m":"bestiary/tokens/PSA/Eternal.webp","n":"Eternal"},{"id":4754,"c":1,"u":"giant%20river%20serpent_psa","p":38,"s":94,"h":1,"t":0,"uu":"giant river serpent|psa","m":"bestiary/tokens/PSA/Giant River Serpent.webp","n":"Giant River Serpent"},{"id":4755,"c":1,"u":"hippopotamus_psa","p":38,"s":94,"h":1,"t":0,"uu":"hippopotamus|psa","m":"bestiary/tokens/PSA/Hippopotamus.webp","n":"Hippopotamus"},{"id":4756,"c":1,"u":"large%20drake_psa","p":33,"s":94,"h":1,"t":0,"uu":"large drake|psa","m":"bestiary/tokens/PSA/Large Drake.webp","n":"Large Drake"},{"id":4757,"c":1,"u":"manticore%2c%20heart-piercer_psa","p":36,"s":94,"h":1,"t":0,"uu":"manticore, heart-piercer|psa","m":"bestiary/tokens/PSA/Manticore, Heart-Piercer.webp","n":"Manticore, Heart-Piercer"},{"id":4758,"c":1,"u":"river%20serpent_psa","p":38,"s":94,"h":1,"t":0,"uu":"river serpent|psa","m":"bestiary/tokens/PSA/River Serpent.webp","n":"River Serpent"},{"id":4759,"c":1,"u":"sandwurm_psa","p":35,"s":94,"h":1,"t":0,"uu":"sandwurm|psa","m":"bestiary/tokens/PSA/Sandwurm.webp","n":"Sandwurm"},{"id":4760,"c":1,"u":"serpopard_psa","p":37,"s":94,"h":1,"t":0,"uu":"serpopard|psa","m":"bestiary/tokens/PSA/Serpopard.webp","n":"Serpopard"},{"id":4761,"c":1,"u":"small%20drake_psa","p":33,"s":94,"h":1,"t":0,"uu":"small drake|psa","m":"bestiary/tokens/PSA/Small Drake.webp","n":"Small Drake"},{"id":4762,"c":1,"u":"soulstinger%20demon_psa","p":30,"s":94,"h":1,"t":0,"uu":"soulstinger demon|psa","m":"bestiary/tokens/PSA/Soulstinger Demon.webp","n":"Soulstinger Demon"},{"id":4763,"c":1,"u":"young%20amonkhet%20dragon_psa","p":33,"s":94,"h":1,"t":0,"uu":"young amonkhet dragon|psa","m":"bestiary/tokens/PSA/Young Amonkhet Dragon.webp","n":"Young Amonkhet Dragon"},{"id":4764,"c":1,"u":"homarid_psd","p":15,"s":95,"h":1,"t":0,"uu":"homarid|psd","m":"bestiary/tokens/PSD/Homarid.webp","n":"Homarid"},{"id":4765,"c":1,"u":"kavu%20predator_psd","p":24,"s":95,"h":1,"t":0,"uu":"kavu predator|psd","m":"bestiary/tokens/PSD/Kavu Predator.webp","n":"Kavu Predator"},{"id":4766,"c":1,"u":"lyra_psd","p":9,"s":95,"h":1,"t":0,"uu":"lyra|psd","m":"bestiary/tokens/PSD/Lyra.webp","n":"Lyra"},{"id":4767,"c":1,"u":"lyra_psd","p":9,"s":95,"h":1,"t":0,"uu":"lyra|psd","m":"bestiary/tokens/PSD/Lyra.webp","n":"Perfidious Muderator"},{"id":4768,"c":1,"u":"serra%20angel_psd","p":9,"s":95,"h":1,"t":0,"uu":"serra angel|psd","m":"bestiary/tokens/PSD/Serra Angel.webp","n":"Serra Angel"},{"id":4769,"c":1,"u":"shalai_psd","p":9,"s":95,"h":1,"t":0,"uu":"shalai|psd","m":"bestiary/tokens/PSD/Shalai.webp","n":"Shalai"},{"id":4770,"c":1,"u":"steel%20leaf%20kavu_psd","p":24,"s":95,"h":1,"t":0,"uu":"steel leaf kavu|psd","m":"bestiary/tokens/PSD/Steel Leaf Kavu.webp","n":"Steel Leaf Kavu"},{"id":4771,"c":1,"u":"zombie%20horse_psd","p":17,"s":95,"h":1,"t":0,"uu":"zombie horse|psd","m":"bestiary/tokens/PSD/Zombie Horse.webp","n":"Zombie Horse"},{"id":4772,"c":1,"u":"avacyn_psi","p":26,"s":96,"h":1,"t":0,"uu":"avacyn|psi","m":"bestiary/tokens/PSI/Avacyn.webp","n":"Avacyn"},{"id":4773,"c":1,"u":"bruna_psi","p":26,"s":96,"h":1,"t":0,"uu":"bruna|psi","m":"bestiary/tokens/PSI/Bruna.webp","n":"Bruna"},{"id":4774,"c":1,"u":"bruna_psi","p":26,"s":96,"h":1,"t":0,"uu":"bruna|psi","m":"bestiary/tokens/PSI/Bruna.webp","n":"Light of Alabaster"},{"id":4775,"c":1,"u":"creepy%20doll_psi","p":25,"s":96,"h":1,"t":0,"uu":"creepy doll|psi","m":"bestiary/tokens/PSI/Creepy Doll.webp","n":"Creepy Doll"},{"id":4776,"c":1,"u":"demonlord%20of%20ashmouth_psi","p":37,"s":96,"h":1,"t":0,"uu":"demonlord of ashmouth|psi","m":"bestiary/tokens/PSI/Demonlord of Ashmouth.webp","n":"Demonlord of Ashmouth"},{"id":4777,"c":1,"u":"flight%20alabaster%20angel_psi","p":26,"s":96,"h":1,"t":0,"uu":"flight alabaster angel|psi","m":"bestiary/tokens/PSI/Flight Alabaster Angel.webp","n":"Flight Alabaster Angel"},{"id":4778,"c":1,"u":"flight%20goldnight%20angel_psi","p":26,"s":96,"h":1,"t":0,"uu":"flight goldnight angel|psi","m":"bestiary/tokens/PSI/Flight Goldnight Angel.webp","n":"Flight Goldnight Angel"},{"id":4779,"c":1,"u":"flight%20of%20moonsilver%20angel_psi","p":26,"s":96,"h":1,"t":0,"uu":"flight of moonsilver angel|psi","m":"bestiary/tokens/PSI/Flight of Moonsilver Angel.webp","n":"Flight of Moonsilver Angel"},{"id":4780,"c":1,"u":"geist_psi","p":19,"s":96,"h":1,"t":0,"uu":"geist|psi","m":"bestiary/tokens/PSI/Geist.webp","n":"Geist"},{"id":4781,"c":1,"u":"gisela_psi","p":26,"s":96,"h":1,"t":0,"uu":"gisela|psi","m":"bestiary/tokens/PSI/Gisela.webp","n":"Gisela"},{"id":4782,"c":1,"u":"gisela_psi","p":26,"s":96,"h":1,"t":0,"uu":"gisela|psi","m":"bestiary/tokens/PSI/Gisela.webp","n":"Blade of Goldnight"},{"id":4783,"c":1,"u":"gisela_psi","p":26,"s":96,"h":1,"t":0,"uu":"gisela|psi","m":"bestiary/tokens/PSI/Gisela.webp","n":"Blade of the Church"},{"id":4784,"c":1,"u":"host%20of%20herons%20angel_psi","p":26,"s":96,"h":1,"t":0,"uu":"host of herons angel|psi","m":"bestiary/tokens/PSI/Host of Herons Angel.webp","n":"Host of Herons Angel"},{"id":4785,"c":1,"u":"keeper%20of%20the%20feather_psi","p":40,"s":96,"h":1,"t":0,"uu":"keeper of the feather|psi","m":"bestiary/tokens/PSI/Keeper of the Feather.webp","n":"Keeper of the Feather"},{"id":4786,"c":1,"u":"necro-alchemist_psi","p":20,"s":96,"h":1,"t":0,"uu":"necro-alchemist|psi","m":"bestiary/tokens/PSI/Necro-Alchemist.webp","n":"Necro-Alchemist"},{"id":4787,"c":1,"u":"necro-alchemist_psi","p":20,"s":96,"h":1,"t":0,"uu":"necro-alchemist|psi","m":"bestiary/tokens/PSI/Necro-Alchemist.webp","n":"Geistmage"},{"id":4788,"c":1,"u":"sigarda_psi","p":26,"s":96,"h":1,"t":0,"uu":"sigarda|psi","m":"bestiary/tokens/PSI/Sigarda.webp","n":"Sigarda"},{"id":4789,"c":1,"u":"skaab_psi","p":20,"s":96,"h":1,"t":0,"uu":"skaab|psi","m":"bestiary/tokens/PSI/Skaab.webp","n":"Skaab"},{"id":4790,"c":1,"u":"strefan%20maurer_psi","p":33,"s":96,"h":1,"t":0,"uu":"strefan maurer|psi","m":"bestiary/tokens/PSI/Strefan Maurer.webp","n":"Strefan Maurer"},{"id":4791,"c":1,"u":"vampire%20neonate_psi","p":17,"s":96,"h":1,"t":0,"uu":"vampire neonate|psi","m":"bestiary/tokens/PSI/Vampire Neonate.webp","n":"Vampire Neonate"},{"id":4792,"c":1,"u":"werewolf%20(krallenhorde)_psi","p":15,"s":96,"h":1,"t":0,"uu":"werewolf (krallenhorde)|psi","m":"bestiary/tokens/PSI/Werewolf (Krallenhorde).webp","n":"Werewolf (Krallenhorde)"},{"id":4793,"c":1,"u":"zombie%20cat_psi","p":17,"s":96,"h":1,"t":0,"uu":"zombie cat|psi","m":"bestiary/tokens/PSI/Zombie Cat.webp","n":"Zombie Cat"},{"id":4794,"c":1,"u":"zombie%20rat_psi","p":17,"s":96,"h":1,"t":0,"uu":"zombie rat|psi","m":"bestiary/tokens/PSI/Zombie Rat.webp","n":"Zombie Rat"},{"id":4795,"c":1,"u":"zombie%20snake_psi","p":17,"s":96,"h":1,"t":0,"uu":"zombie snake|psi","m":"bestiary/tokens/PSI/Zombie Snake.webp","n":"Zombie Snake"},{"id":4796,"c":1,"u":"angel_psk","p":27,"s":97,"h":1,"t":0,"uu":"angel|psk","m":"bestiary/tokens/PSK/Angel.webp","n":"Angel"},{"id":4797,"c":1,"u":"construct%20(animated%20armor)_psk","p":32,"s":97,"h":1,"t":0,"uu":"construct (animated armor)|psk","m":"bestiary/tokens/PSK/Construct (Animated Armor).webp","n":"Construct (Animated Armor)"},{"id":4798,"c":1,"u":"construct%20(helmed%20horror)_psk","p":32,"s":97,"h":1,"t":0,"uu":"construct (helmed horror)|psk","m":"bestiary/tokens/PSK/Construct (Helmed Horror).webp","n":"Construct (Helmed Horror)"},{"id":4799,"c":1,"u":"construct%20(modron)_psk","p":32,"s":97,"h":1,"t":0,"uu":"construct (modron)|psk","m":"bestiary/tokens/PSK/Construct (Modron).webp","n":"Construct (Modron)"},{"id":4800,"c":1,"u":"construct%20(shield%20guardian)_psk","p":32,"s":97,"h":1,"t":0,"uu":"construct (shield guardian)|psk","m":"bestiary/tokens/PSK/Construct (Shield Guardian).webp","n":"Construct (Shield Guardian)"},{"id":4801,"c":1,"u":"demon_psk","p":27,"s":97,"h":1,"t":0,"uu":"demon|psk","m":"bestiary/tokens/PSK/Demon.webp","n":"Demon"},{"id":4802,"c":1,"u":"dragon_psk","p":29,"s":97,"h":1,"t":0,"uu":"dragon|psk","m":"bestiary/tokens/PSK/Dragon.webp","n":"Dragon"},{"id":4803,"c":1,"u":"drake%20(large)_psk","p":29,"s":97,"h":1,"t":0,"uu":"drake (large)|psk","m":"bestiary/tokens/PSK/Drake (Large).webp","n":"Drake (Large)"},{"id":4804,"c":1,"u":"drake%20(small)_psk","p":29,"s":97,"h":1,"t":0,"uu":"drake (small)|psk","m":"bestiary/tokens/PSK/Drake (Small).webp","n":"Drake (Small)"},{"id":4805,"c":1,"u":"giant_psk","p":30,"s":97,"h":1,"t":0,"uu":"giant|psk","m":"bestiary/tokens/PSK/Giant.webp","n":"Giant"},{"id":4806,"c":1,"u":"gremlin_psk","p":26,"s":97,"h":1,"t":0,"uu":"gremlin|psk","m":"bestiary/tokens/PSK/Gremlin.webp","n":"Gremlin"},{"id":4807,"c":1,"u":"hellion%20(huge)_psk","p":31,"s":97,"h":1,"t":0,"uu":"hellion (huge)|psk","m":"bestiary/tokens/PSK/Hellion (Huge).webp","n":"Hellion (Huge)"},{"id":4808,"c":1,"u":"hellion%20(large)_psk","p":31,"s":97,"h":1,"t":0,"uu":"hellion (large)|psk","m":"bestiary/tokens/PSK/Hellion (Large).webp","n":"Hellion (Large)"},{"id":4809,"c":1,"u":"hydra_psk","p":30,"s":97,"h":1,"t":0,"uu":"hydra|psk","m":"bestiary/tokens/PSK/Hydra.webp","n":"Hydra"},{"id":4810,"c":1,"u":"lifecraft%20elephant_psk","p":33,"s":97,"h":1,"t":0,"uu":"lifecraft elephant|psk","m":"bestiary/tokens/PSK/Lifecraft Elephant.webp","n":"Lifecraft Elephant"},{"id":4811,"c":1,"u":"servo_psk","p":32,"s":97,"h":1,"t":0,"uu":"servo|psk","m":"bestiary/tokens/PSK/Servo.webp","n":"Servo"},{"id":4812,"c":1,"u":"sky%20leviathan_psk","p":28,"s":97,"h":1,"t":0,"uu":"sky leviathan|psk","m":"bestiary/tokens/PSK/Sky Leviathan.webp","n":"Sky Leviathan"},{"id":4813,"c":1,"u":"sky%20whale_psk","p":28,"s":97,"h":1,"t":0,"uu":"sky whale|psk","m":"bestiary/tokens/PSK/Sky Whale.webp","n":"Sky Whale"},{"id":4814,"c":1,"u":"thopter%20(bat)_psk","p":33,"s":97,"h":1,"t":0,"uu":"thopter (bat)|psk","m":"bestiary/tokens/PSK/Thopter (Bat).webp","n":"Thopter (Bat)"},{"id":4815,"c":1,"u":"thopter%20(blood%20hawk)_psk","p":33,"s":97,"h":1,"t":0,"uu":"thopter (blood hawk)|psk","m":"bestiary/tokens/PSK/Thopter (Blood Hawk).webp","n":"Thopter (Blood Hawk)"},{"id":4816,"c":1,"u":"thopter%20(eagle)_psk","p":33,"s":97,"h":1,"t":0,"uu":"thopter (eagle)|psk","m":"bestiary/tokens/PSK/Thopter (Eagle).webp","n":"Thopter (Eagle)"},{"id":4817,"c":1,"u":"thopter%20(hawk)_psk","p":33,"s":97,"h":1,"t":0,"uu":"thopter (hawk)|psk","m":"bestiary/tokens/PSK/Thopter (Hawk).webp","n":"Thopter (Hawk)"},{"id":4818,"c":1,"u":"thopter%20(owl)_psk","p":33,"s":97,"h":1,"t":0,"uu":"thopter (owl)|psk","m":"bestiary/tokens/PSK/Thopter (Owl).webp","n":"Thopter (Owl)"},{"id":4819,"c":1,"u":"thopter%20(pseudodragon)_psk","p":33,"s":97,"h":1,"t":0,"uu":"thopter (pseudodragon)|psk","m":"bestiary/tokens/PSK/Thopter (Pseudodragon).webp","n":"Thopter (Pseudodragon)"},{"id":4820,"c":1,"u":"thopter%20(raven)_psk","p":33,"s":97,"h":1,"t":0,"uu":"thopter (raven)|psk","m":"bestiary/tokens/PSK/Thopter (Raven).webp","n":"Thopter (Raven)"},{"id":4821,"c":1,"u":"thopter%20(vulture)_psk","p":33,"s":97,"h":1,"t":0,"uu":"thopter (vulture)|psk","m":"bestiary/tokens/PSK/Thopter (Vulture).webp","n":"Thopter (Vulture)"},{"id":4822,"c":1,"u":"wurm_psk","p":31,"s":97,"h":1,"t":0,"uu":"wurm|psk","m":"bestiary/tokens/PSK/Wurm.webp","n":"Wurm"},{"id":4823,"c":1,"u":"aegisaur_psx","p":28,"s":98,"h":1,"t":0,"uu":"aegisaur|psx","m":"bestiary/tokens/PSX/Aegisaur.webp","n":"Aegisaur"},{"id":4824,"c":1,"u":"aerosaur%20(large)_psx","p":29,"s":98,"h":1,"t":0,"uu":"aerosaur (large)|psx","m":"bestiary/tokens/PSX/Aerosaur (Large).webp","n":"Aerosaur (Large)"},{"id":4825,"c":1,"u":"aerosaur%20(small)_psx","p":29,"s":98,"h":1,"t":0,"uu":"aerosaur (small)|psx","m":"bestiary/tokens/PSX/Aerosaur (Small).webp","n":"Aerosaur (Small)"},{"id":4826,"c":1,"u":"air%20totem%20elemental_psx","p":38,"s":98,"h":1,"t":0,"uu":"air totem elemental|psx","m":"bestiary/tokens/PSX/Air Totem Elemental.webp","n":"Air Totem Elemental"},{"id":4827,"c":1,"u":"altisaur_psx","p":27,"s":98,"h":1,"t":0,"uu":"altisaur|psx","m":"bestiary/tokens/PSX/Altisaur.webp","n":"Altisaur"},{"id":4828,"c":1,"u":"armasaur_psx","p":28,"s":98,"h":1,"t":0,"uu":"armasaur|psx","m":"bestiary/tokens/PSX/Armasaur.webp","n":"Armasaur"},{"id":4829,"c":1,"u":"awakened%20shrub%20totem%20elemental_psx","p":38,"s":98,"h":1,"t":0,"uu":"awakened shrub totem elemental|psx","m":"bestiary/tokens/PSX/Awakened Shrub Totem Elemental.webp","n":"Awakened Shrub Totem Elemental"},{"id":4830,"c":1,"u":"blight%20totem%20elemental_psx","p":38,"s":98,"h":1,"t":0,"uu":"blight totem elemental|psx","m":"bestiary/tokens/PSX/Blight Totem Elemental.webp","n":"Blight Totem Elemental"},{"id":4831,"c":1,"u":"brontodon_psx","p":27,"s":98,"h":1,"t":0,"uu":"brontodon|psx","m":"bestiary/tokens/PSX/Brontodon.webp","n":"Brontodon"},{"id":4832,"c":1,"u":"ceratops_psx","p":28,"s":98,"h":1,"t":0,"uu":"ceratops|psx","m":"bestiary/tokens/PSX/Ceratops.webp","n":"Ceratops"},{"id":4833,"c":1,"u":"chupacabra_psx","p":9,"s":98,"h":1,"t":0,"uu":"chupacabra|psx","m":"bestiary/tokens/PSX/Chupacabra.webp","n":"Chupacabra"},{"id":4834,"c":1,"u":"coatl_psx","p":35,"s":98,"h":1,"t":0,"uu":"coatl|psx","m":"bestiary/tokens/PSX/Coatl.webp","n":"Coatl"},{"id":4835,"c":1,"u":"demon_psx","p":36,"s":98,"h":1,"t":0,"uu":"demon|psx","m":"bestiary/tokens/PSX/Demon.webp","n":"Demon"},{"id":4836,"c":1,"u":"dryad_psx","p":38,"s":98,"h":1,"t":0,"uu":"dryad|psx","m":"bestiary/tokens/PSX/Dryad.webp","n":"Dryad"},{"id":4837,"c":1,"u":"earth%20totem%20elemental_psx","p":38,"s":98,"h":1,"t":0,"uu":"earth totem elemental|psx","m":"bestiary/tokens/PSX/Earth Totem Elemental.webp","n":"Earth Totem Elemental"},{"id":4838,"c":1,"u":"elder%20dinosaur_psx","p":33,"s":98,"h":1,"t":0,"uu":"elder dinosaur|psx","m":"bestiary/tokens/PSX/Elder Dinosaur.webp","n":"Elder Dinosaur"},{"id":4839,"c":1,"u":"elder%20dinosaur%20(etali%2c%20primal%20storm)_psx","p":34,"s":98,"h":1,"t":0,"uu":"elder dinosaur (etali, primal storm)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Etali, Primal Storm).webp","n":"Elder Dinosaur (Etali, Primal Storm)"},{"id":4840,"c":1,"u":"elder%20dinosaur%20(ghalta%2c%20primal%20hunger)_psx","p":34,"s":98,"h":1,"t":0,"uu":"elder dinosaur (ghalta, primal hunger)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Ghalta, Primal Hunger).webp","n":"Elder Dinosaur (Ghalta, Primal Hunger)"},{"id":4841,"c":1,"u":"elder%20dinosaur%20(nezahal%2c%20primal%20tide)_psx","p":34,"s":98,"h":1,"t":0,"uu":"elder dinosaur (nezahal, primal tide)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Nezahal, Primal Tide).webp","n":"Elder Dinosaur (Nezahal, Primal Tide)"},{"id":4842,"c":1,"u":"elder%20dinosaur%20(tetzimoc%2c%20primal%20death)_psx","p":34,"s":98,"h":1,"t":0,"uu":"elder dinosaur (tetzimoc, primal death)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Tetzimoc, Primal Death).webp","n":"Elder Dinosaur (Tetzimoc, Primal Death)"},{"id":4843,"c":1,"u":"elder%20dinosaur%20(zacama%2c%20primal%20calamity)_psx","p":34,"s":98,"h":1,"t":0,"uu":"elder dinosaur (zacama, primal calamity)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Zacama, Primal Calamity).webp","n":"Elder Dinosaur (Zacama, Primal Calamity)"},{"id":4844,"c":1,"u":"elder%20dinosaur%20(zetalpa%2c%20primal%20dawn)_psx","p":34,"s":98,"h":1,"t":0,"uu":"elder dinosaur (zetalpa, primal dawn)|psx","m":"bestiary/tokens/PSX/Elder Dinosaur (Zetalpa, Primal Dawn).webp","n":"Elder Dinosaur (Zetalpa, Primal Dawn)"},{"id":4845,"c":1,"u":"ferocidon_psx","p":30,"s":98,"h":1,"t":0,"uu":"ferocidon|psx","m":"bestiary/tokens/PSX/Ferocidon.webp","n":"Ferocidon"},{"id":4846,"c":1,"u":"fire%20guardian_psx","p":38,"s":98,"h":1,"t":0,"uu":"fire guardian|psx","m":"bestiary/tokens/PSX/Fire Guardian.webp","n":"Fire Guardian"},{"id":4847,"c":1,"u":"frilled%20deathspitter_psx","p":30,"s":98,"h":1,"t":0,"uu":"frilled deathspitter|psx","m":"bestiary/tokens/PSX/Frilled Deathspitter.webp","n":"Frilled Deathspitter"},{"id":4848,"c":1,"u":"gishath%2c%20sun's%20avatar_psx","p":32,"s":98,"h":1,"t":0,"uu":"gishath, sun's avatar|psx","m":"bestiary/tokens/PSX/Gishath, Sun's Avatar.webp","n":"Gishath, Sun's Avatar"},{"id":4849,"c":1,"u":"griffin_psx","p":39,"s":98,"h":1,"t":0,"uu":"griffin|psx","m":"bestiary/tokens/PSX/Griffin.webp","n":"Griffin"},{"id":4850,"c":1,"u":"hadrosaur_psx","p":29,"s":98,"h":1,"t":0,"uu":"hadrosaur|psx","m":"bestiary/tokens/PSX/Hadrosaur.webp","n":"Hadrosaur"},{"id":4851,"c":1,"u":"hammerskull_psx","p":29,"s":98,"h":1,"t":0,"uu":"hammerskull|psx","m":"bestiary/tokens/PSX/Hammerskull.webp","n":"Hammerskull"},{"id":4852,"c":1,"u":"harpy_psx","p":36,"s":98,"h":1,"t":0,"uu":"harpy|psx","m":"bestiary/tokens/PSX/Harpy.webp","n":"Harpy"},{"id":4853,"c":1,"u":"horned%20frog_psx","p":39,"s":98,"h":1,"t":0,"uu":"horned frog|psx","m":"bestiary/tokens/PSX/Horned Frog.webp","n":"Horned Frog"},{"id":4854,"c":1,"u":"macaw_psx","p":39,"s":98,"h":1,"t":0,"uu":"macaw|psx","m":"bestiary/tokens/PSX/Macaw.webp","n":"Macaw"},{"id":4855,"c":1,"u":"parrot_psx","p":39,"s":98,"h":1,"t":0,"uu":"parrot|psx","m":"bestiary/tokens/PSX/Parrot.webp","n":"Parrot"},{"id":4856,"c":1,"u":"piranha_psx","p":40,"s":98,"h":1,"t":0,"uu":"piranha|psx","m":"bestiary/tokens/PSX/Piranha.webp","n":"Piranha"},{"id":4857,"c":1,"u":"sailback_psx","p":30,"s":98,"h":1,"t":0,"uu":"sailback|psx","m":"bestiary/tokens/PSX/Sailback.webp","n":"Sailback"},{"id":4858,"c":1,"u":"shambling%20mound%20totem%20elemental_psx","p":38,"s":98,"h":1,"t":0,"uu":"shambling mound totem elemental|psx","m":"bestiary/tokens/PSX/Shambling Mound Totem Elemental.webp","n":"Shambling Mound Totem Elemental"},{"id":4859,"c":1,"u":"stone%20guardian%20(animated%20armor)_psx","p":40,"s":98,"h":1,"t":0,"uu":"stone guardian (animated armor)|psx","m":"bestiary/tokens/PSX/Stone Guardian (Animated Armor).webp","n":"Stone Guardian (Animated Armor)"},{"id":4860,"c":1,"u":"stone%20guardian%20(helmed%20horror)_psx","p":40,"s":98,"h":1,"t":0,"uu":"stone guardian (helmed horror)|psx","m":"bestiary/tokens/PSX/Stone Guardian (Helmed Horror).webp","n":"Stone Guardian (Helmed Horror)"},{"id":4861,"c":1,"u":"stone%20guardian%20(shield%20guardian)_psx","p":40,"s":98,"h":1,"t":0,"uu":"stone guardian (shield guardian)|psx","m":"bestiary/tokens/PSX/Stone Guardian (Shield Guardian).webp","n":"Stone Guardian (Shield Guardian)"},{"id":4862,"c":1,"u":"stone%20guardian%20(stone%20golem)_psx","p":40,"s":98,"h":1,"t":0,"uu":"stone guardian (stone golem)|psx","m":"bestiary/tokens/PSX/Stone Guardian (Stone Golem).webp","n":"Stone Guardian (Stone Golem)"},{"id":4863,"c":1,"u":"sunbird_psx","p":32,"s":98,"h":1,"t":0,"uu":"sunbird|psx","m":"bestiary/tokens/PSX/Sunbird.webp","n":"Sunbird"},{"id":4864,"c":1,"u":"swarm%20of%20piranhas_psx","p":40,"s":98,"h":1,"t":0,"uu":"swarm of piranhas|psx","m":"bestiary/tokens/PSX/Swarm of Piranhas.webp","n":"Swarm of Piranhas"},{"id":4865,"c":1,"u":"treant%20totem%20elemental_psx","p":38,"s":98,"h":1,"t":0,"uu":"treant totem elemental|psx","m":"bestiary/tokens/PSX/Treant Totem Elemental.webp","n":"Treant Totem Elemental"},{"id":4866,"c":1,"u":"trilobite_psx","p":40,"s":98,"h":1,"t":0,"uu":"trilobite|psx","m":"bestiary/tokens/PSX/Trilobite.webp","n":"Trilobite"},{"id":4867,"c":1,"u":"trilobite%20(giant)_psx","p":40,"s":98,"h":1,"t":0,"uu":"trilobite (giant)|psx","m":"bestiary/tokens/PSX/Trilobite (Giant).webp","n":"Trilobite (Giant)"},{"id":4868,"c":1,"u":"tyrant_psx","p":31,"s":98,"h":1,"t":0,"uu":"tyrant|psx","m":"bestiary/tokens/PSX/Tyrant.webp","n":"Tyrant"},{"id":4869,"c":1,"u":"tyrant_psx","p":31,"s":98,"h":1,"t":0,"uu":"tyrant|psx","m":"bestiary/tokens/PSX/Tyrant.webp","n":"Monstrosaur"},{"id":4870,"c":1,"u":"tyrant_psx","p":31,"s":98,"h":1,"t":0,"uu":"tyrant|psx","m":"bestiary/tokens/PSX/Tyrant.webp","n":"Dreadmaw"},{"id":4871,"c":1,"u":"tyrant_psx","p":31,"s":98,"h":1,"t":0,"uu":"tyrant|psx","m":"bestiary/tokens/PSX/Tyrant.webp","n":"Swordtooth"},{"id":4872,"c":1,"u":"tyrant_psx","p":31,"s":98,"h":1,"t":0,"uu":"tyrant|psx","m":"bestiary/tokens/PSX/Tyrant.webp","n":"Regisaur"},{"id":4873,"c":1,"u":"water%20totem%20elemental_psx","p":38,"s":98,"h":1,"t":0,"uu":"water totem elemental|psx","m":"bestiary/tokens/PSX/Water Totem Elemental.webp","n":"Water Totem Elemental"},{"id":4874,"c":1,"u":"angel_psz","p":21,"s":99,"h":1,"t":0,"uu":"angel|psz","m":"bestiary/tokens/PSZ/Angel.webp","n":"Angel"},{"id":4875,"c":1,"u":"archon%20of%20redemption_psz","p":22,"s":99,"h":1,"t":0,"uu":"archon of redemption|psz","m":"bestiary/tokens/PSZ/Archon of Redemption.webp","n":"Archon of Redemption"},{"id":4876,"c":1,"u":"baloth_psz","p":33,"s":99,"h":1,"t":0,"uu":"baloth|psz","m":"bestiary/tokens/PSZ/Baloth.webp","n":"Baloth"},{"id":4877,"c":1,"u":"boulderfoot%20giant_psz","p":30,"s":99,"h":1,"t":0,"uu":"boulderfoot giant|psz","m":"bestiary/tokens/PSZ/Boulderfoot Giant.webp","n":"Boulderfoot Giant"},{"id":4878,"c":1,"u":"caustic%20crawler_psz","p":27,"s":99,"h":1,"t":0,"uu":"caustic crawler|psz","m":"bestiary/tokens/PSZ/Caustic Crawler.webp","n":"Caustic Crawler"},{"id":4879,"c":1,"u":"drake%20(large)_psz","p":24,"s":99,"h":1,"t":0,"uu":"drake (large)|psz","m":"bestiary/tokens/PSZ/Drake (Large).webp","n":"Drake (Large)"},{"id":4880,"c":1,"u":"drake%20(small)_psz","p":24,"s":99,"h":1,"t":0,"uu":"drake (small)|psz","m":"bestiary/tokens/PSZ/Drake (Small).webp","n":"Drake (Small)"},{"id":4881,"c":1,"u":"emrakul_psz","p":38,"s":99,"h":1,"t":0,"uu":"emrakul|psz","m":"bestiary/tokens/PSZ/Emrakul.webp","n":"Emrakul"},{"id":4882,"c":1,"u":"felidar_psz","p":23,"s":99,"h":1,"t":0,"uu":"felidar|psz","m":"bestiary/tokens/PSZ/Felidar.webp","n":"Felidar"},{"id":4883,"c":1,"u":"gnarlid_psz","p":34,"s":99,"h":1,"t":0,"uu":"gnarlid|psz","m":"bestiary/tokens/PSZ/Gnarlid.webp","n":"Gnarlid"},{"id":4884,"c":1,"u":"gomazoa_psz","p":26,"s":99,"h":1,"t":0,"uu":"gomazoa|psz","m":"bestiary/tokens/PSZ/Gomazoa.webp","n":"Gomazoa"},{"id":4885,"c":1,"u":"great%20cat_psz","p":34,"s":99,"h":1,"t":0,"uu":"great cat|psz","m":"bestiary/tokens/PSZ/Great Cat.webp","n":"Great Cat"},{"id":4886,"c":1,"u":"griffin%20(type%201)_psz","p":22,"s":99,"h":1,"t":0,"uu":"griffin (type 1)|psz","m":"bestiary/tokens/PSZ/Griffin (Type 1).webp","n":"Griffin (Type 1)"},{"id":4887,"c":1,"u":"griffin%20(type%202)_psz","p":22,"s":99,"h":1,"t":0,"uu":"griffin (type 2)|psz","m":"bestiary/tokens/PSZ/Griffin (Type 2).webp","n":"Griffin (Type 2)"},{"id":4888,"c":1,"u":"heartstabber%20mosquito_psz","p":27,"s":99,"h":1,"t":0,"uu":"heartstabber mosquito|psz","m":"bestiary/tokens/PSZ/Heartstabber Mosquito.webp","n":"Heartstabber Mosquito"},{"id":4889,"c":1,"u":"hellion_psz","p":32,"s":99,"h":1,"t":0,"uu":"hellion|psz","m":"bestiary/tokens/PSZ/Hellion.webp","n":"Hellion"},{"id":4890,"c":1,"u":"hurda_psz","p":30,"s":99,"h":1,"t":0,"uu":"hurda|psz","m":"bestiary/tokens/PSZ/Hurda.webp","n":"Hurda"},{"id":4891,"c":1,"u":"iona_psz","p":21,"s":99,"h":1,"t":0,"uu":"iona|psz","m":"bestiary/tokens/PSZ/Iona.webp","n":"Iona"},{"id":4892,"c":1,"u":"kozilek_psz","p":38,"s":99,"h":1,"t":0,"uu":"kozilek|psz","m":"bestiary/tokens/PSZ/Kozilek.webp","n":"Kozilek"},{"id":4893,"c":1,"u":"kraken_psz","p":25,"s":99,"h":1,"t":0,"uu":"kraken|psz","m":"bestiary/tokens/PSZ/Kraken.webp","n":"Kraken"},{"id":4894,"c":1,"u":"linvala_psz","p":21,"s":99,"h":1,"t":0,"uu":"linvala|psz","m":"bestiary/tokens/PSZ/Linvala.webp","n":"Linvala"},{"id":4895,"c":1,"u":"ogre%20channeler_psz","p":31,"s":99,"h":1,"t":0,"uu":"ogre channeler|psz","m":"bestiary/tokens/PSZ/Ogre Channeler.webp","n":"Ogre Channeler"},{"id":4896,"c":1,"u":"oxen_psz","p":34,"s":99,"h":1,"t":0,"uu":"oxen|psz","m":"bestiary/tokens/PSZ/Oxen.webp","n":"Oxen"},{"id":4897,"c":1,"u":"pestilence%20demon_psz","p":27,"s":99,"h":1,"t":0,"uu":"pestilence demon|psz","m":"bestiary/tokens/PSZ/Pestilence Demon.webp","n":"Pestilence Demon"},{"id":4898,"c":1,"u":"shade_psz","p":28,"s":99,"h":1,"t":0,"uu":"shade|psz","m":"bestiary/tokens/PSZ/Shade.webp","n":"Shade"},{"id":4899,"c":1,"u":"shatterskull%20giant_psz","p":30,"s":99,"h":1,"t":0,"uu":"shatterskull giant|psz","m":"bestiary/tokens/PSZ/Shatterskull Giant.webp","n":"Shatterskull Giant"},{"id":4900,"c":1,"u":"shoal%20serpent_psz","p":26,"s":99,"h":1,"t":0,"uu":"shoal serpent|psz","m":"bestiary/tokens/PSZ/Shoal Serpent.webp","n":"Shoal Serpent"},{"id":4901,"c":1,"u":"sphinx%20(type%201)_psz","p":24,"s":99,"h":1,"t":0,"uu":"sphinx (type 1)|psz","m":"bestiary/tokens/PSZ/Sphinx (Type 1).webp","n":"Sphinx (Type 1)"},{"id":4902,"c":1,"u":"sphinx%20(type%202)_psz","p":24,"s":99,"h":1,"t":0,"uu":"sphinx (type 2)|psz","m":"bestiary/tokens/PSZ/Sphinx (Type 2).webp","n":"Sphinx (Type 2)"},{"id":4903,"c":1,"u":"spirit_psz","p":28,"s":99,"h":1,"t":0,"uu":"spirit|psz","m":"bestiary/tokens/PSZ/Spirit.webp","n":"Spirit"},{"id":4904,"c":1,"u":"surrakar_psz","p":26,"s":99,"h":1,"t":0,"uu":"surrakar|psz","m":"bestiary/tokens/PSZ/Surrakar.webp","n":"Surrakar"},{"id":4905,"c":1,"u":"terastodon_psz","p":34,"s":99,"h":1,"t":0,"uu":"terastodon|psz","m":"bestiary/tokens/PSZ/Terastodon.webp","n":"Terastodon"},{"id":4906,"c":1,"u":"terra%20stomper_psz","p":34,"s":99,"h":1,"t":0,"uu":"terra stomper|psz","m":"bestiary/tokens/PSZ/Terra Stomper.webp","n":"Terra Stomper"},{"id":4907,"c":1,"u":"timbermaw_psz","p":34,"s":99,"h":1,"t":0,"uu":"timbermaw|psz","m":"bestiary/tokens/PSZ/Timbermaw.webp","n":"Timbermaw"},{"id":4908,"c":1,"u":"trench%20giant_psz","p":30,"s":99,"h":1,"t":0,"uu":"trench giant|psz","m":"bestiary/tokens/PSZ/Trench Giant.webp","n":"Trench Giant"},{"id":4909,"c":1,"u":"turntimber%20giant_psz","p":30,"s":99,"h":1,"t":0,"uu":"turntimber giant|psz","m":"bestiary/tokens/PSZ/Turntimber Giant.webp","n":"Turntimber Giant"},{"id":4910,"c":1,"u":"ulamog_psz","p":38,"s":99,"h":1,"t":0,"uu":"ulamog|psz","m":"bestiary/tokens/PSZ/Ulamog.webp","n":"Ulamog"},{"id":4911,"c":1,"u":"vampire%20null_psz","p":28,"s":99,"h":1,"t":0,"uu":"vampire null|psz","m":"bestiary/tokens/PSZ/Vampire Null.webp","n":"Vampire Null"},{"id":4912,"c":1,"u":"woodcrasher%20baloth_psz","p":33,"s":99,"h":1,"t":0,"uu":"woodcrasher baloth|psz","m":"bestiary/tokens/PSZ/Woodcrasher Baloth.webp","n":"Woodcrasher Baloth"},{"id":4913,"c":1,"u":"wraith_psz","p":28,"s":99,"h":1,"t":0,"uu":"wraith|psz","m":"bestiary/tokens/PSZ/Wraith.webp","n":"Wraith"},{"id":4914,"c":1,"u":"wurm_psz","p":32,"s":99,"h":1,"t":0,"uu":"wurm|psz","m":"bestiary/tokens/PSZ/Wurm.webp","n":"Wurm"},{"id":4915,"c":1,"u":"zendikar%20dragon_psz","p":29,"s":99,"h":1,"t":0,"uu":"zendikar dragon|psz","m":"bestiary/tokens/PSZ/Zendikar Dragon.webp","n":"Zendikar Dragon"},{"id":4916,"c":1,"u":"zendikar%20golem_psz","p":36,"s":99,"h":1,"t":0,"uu":"zendikar golem|psz","m":"bestiary/tokens/PSZ/Zendikar Golem.webp","n":"Zendikar Golem"},{"id":4917,"c":1,"u":"dirt-under-nails_rtg","p":32,"s":100,"h":1,"t":0,"uu":"dirt-under-nails|rtg","m":"bestiary/tokens/RtG/Dirt-Under-Nails.webp","n":"Dirt-Under-Nails"},{"id":4918,"c":1,"u":"rotter_rtg","p":34,"s":100,"h":1,"t":0,"uu":"rotter|rtg","m":"bestiary/tokens/RtG/Rotter.webp","n":"Rotter"},{"id":4919,"c":1,"u":"decapus_ttp","p":21,"s":101,"h":1,"t":0,"uu":"decapus|ttp","m":"bestiary/tokens/TTP/Decapus.webp","n":"Decapus"},{"id":4920,"c":1,"u":"geonid_ttp","p":22,"s":101,"h":1,"t":0,"uu":"geonid|ttp","m":"bestiary/tokens/TTP/Geonid.webp","n":"Geonid"},{"id":4921,"c":1,"u":"giant%20slug_ttp","p":18,"s":101,"h":1,"t":0,"uu":"giant slug|ttp","m":"bestiary/tokens/TTP/Giant Slug.webp","n":"Giant Slug"},{"id":4922,"c":1,"u":"topi_ttp","p":22,"s":101,"h":1,"t":0,"uu":"topi|ttp","m":"bestiary/tokens/TTP/Topi.webp","n":"Topi"},{"id":4923,"c":1,"u":"two-headed%20plesiosaurus_ttp","p":18,"s":101,"h":1,"t":0,"uu":"two-headed plesiosaurus|ttp","m":"bestiary/tokens/TTP/Two-Headed Plesiosaurus.webp","n":"Two-Headed Plesiosaurus"},{"id":4924,"c":2,"u":"antagonize_bmt","p":50,"s":1,"h":1,"t":1,"uu":"antagonize|bmt","xF":{"l":3},"n":"Antagonize"},{"id":4925,"c":2,"u":"spirit%20of%20death_bmt","p":50,"s":1,"h":1,"t":1,"uu":"spirit of death|bmt","xF":{"l":4},"n":"Spirit of Death"},{"id":4926,"c":2,"u":"spray%20of%20cards_bmt","p":50,"s":1,"h":1,"t":1,"uu":"spray of cards|bmt","xF":{"l":2},"n":"Spray of Cards"},{"id":4927,"c":2,"u":"ashardalon's%20stride_ftd","p":19,"s":2,"h":1,"t":1,"uu":"ashardalon's stride|ftd","m":"spells/FTD/Ashardalon's Stride.webp","xF":{"l":3},"n":"Ashardalon's Stride"},{"id":4928,"c":2,"u":"draconic%20transformation_ftd","p":19,"s":2,"h":1,"t":1,"uu":"draconic transformation|ftd","xF":{"l":7},"n":"Draconic Transformation"},{"id":4929,"c":2,"u":"fizban's%20platinum%20shield_ftd","p":20,"s":2,"h":1,"t":1,"uu":"fizban's platinum shield|ftd","xF":{"l":6},"n":"Fizban's Platinum Shield"},{"id":4930,"c":2,"u":"nathair's%20mischief_ftd","p":20,"s":2,"h":1,"t":1,"uu":"nathair's mischief|ftd","xF":{"l":2},"n":"Nathair's Mischief"},{"id":4931,"c":2,"u":"raulothim's%20psychic%20lance_ftd","p":21,"s":2,"h":1,"t":1,"uu":"raulothim's psychic lance|ftd","xF":{"l":4},"n":"Raulothim's Psychic Lance"},{"id":4932,"c":2,"u":"rime's%20binding%20ice_ftd","p":21,"s":2,"h":1,"t":1,"uu":"rime's binding ice|ftd","m":"spells/FTD/Rime's Binding Ice.webp","xF":{"l":2},"n":"Rime's Binding Ice"},{"id":4933,"c":2,"u":"summon%20draconic%20spirit_ftd","p":21,"s":2,"h":1,"t":1,"uu":"summon draconic spirit|ftd","xF":{"l":5},"n":"Summon Draconic Spirit"},{"id":4934,"c":2,"u":"blade%20of%20disaster_tce","p":106,"s":4,"h":1,"t":1,"uu":"blade of disaster|tce","xF":{"l":9},"n":"Blade of Disaster"},{"id":4935,"c":2,"u":"booming%20blade_tce","p":106,"s":4,"h":1,"t":1,"uu":"booming blade|tce","xF":{"l":0},"n":"Booming Blade"},{"id":4936,"c":2,"u":"dream%20of%20the%20blue%20veil_tce","p":106,"s":4,"h":1,"t":1,"uu":"dream of the blue veil|tce","xF":{"l":7},"n":"Dream of the Blue Veil"},{"id":4937,"c":2,"u":"green-flame%20blade_tce","p":107,"s":4,"h":1,"t":1,"uu":"green-flame blade|tce","xF":{"l":0},"n":"Green-Flame Blade"},{"id":4938,"c":2,"u":"intellect%20fortress_tce","p":107,"s":4,"h":1,"t":1,"uu":"intellect fortress|tce","m":"spells/TCE/Intellect Fortress.webp","xF":{"l":3},"n":"Intellect Fortress"},{"id":4939,"c":2,"u":"lightning%20lure_tce","p":107,"s":4,"h":1,"t":1,"uu":"lightning lure|tce","xF":{"l":0},"n":"Lightning Lure"},{"id":4940,"c":2,"u":"mind%20sliver_tce","p":108,"s":4,"h":1,"t":1,"uu":"mind sliver|tce","m":"spells/TCE/Mind Sliver.webp","xF":{"l":0},"n":"Mind Sliver"},{"id":4941,"c":2,"u":"spirit%20shroud_tce","p":108,"s":4,"h":1,"t":1,"uu":"spirit shroud|tce","xF":{"l":3},"n":"Spirit Shroud"},{"id":4942,"c":2,"u":"summon%20aberration_tce","p":109,"s":4,"h":1,"t":1,"uu":"summon aberration|tce","xF":{"l":4},"n":"Summon Aberration"},{"id":4943,"c":2,"u":"summon%20beast_tce","p":109,"s":4,"h":1,"t":1,"uu":"summon beast|tce","xF":{"l":2},"n":"Summon Beast"},{"id":4944,"c":2,"u":"summon%20celestial_tce","p":110,"s":4,"h":1,"t":1,"uu":"summon celestial|tce","m":"spells/TCE/Summon Celestial.webp","xF":{"l":5},"n":"Summon Celestial"},{"id":4945,"c":2,"u":"summon%20construct_tce","p":111,"s":4,"h":1,"t":1,"uu":"summon construct|tce","xF":{"l":4},"n":"Summon Construct"},{"id":4946,"c":2,"u":"summon%20elemental_tce","p":111,"s":4,"h":1,"t":1,"uu":"summon elemental|tce","xF":{"l":4},"n":"Summon Elemental"},{"id":4947,"c":2,"u":"summon%20fey_tce","p":112,"s":4,"h":1,"t":1,"uu":"summon fey|tce","xF":{"l":3},"n":"Summon Fey"},{"id":4948,"c":2,"u":"summon%20fiend_tce","p":112,"s":4,"h":1,"t":1,"uu":"summon fiend|tce","xF":{"l":6},"n":"Summon Fiend"},{"id":4949,"c":2,"u":"summon%20shadowspawn_tce","p":113,"s":4,"h":1,"t":1,"uu":"summon shadowspawn|tce","m":"spells/TCE/Summon Shadowspawn.webp","xF":{"l":3},"n":"Summon Shadowspawn"},{"id":4950,"c":2,"u":"summon%20undead_tce","p":114,"s":4,"h":1,"t":1,"uu":"summon undead|tce","xF":{"l":3},"n":"Summon Undead"},{"id":4951,"c":2,"u":"sword%20burst_tce","p":115,"s":4,"h":1,"t":1,"uu":"sword burst|tce","xF":{"l":0},"n":"Sword Burst"},{"id":4952,"c":2,"u":"tasha's%20caustic%20brew_tce","p":115,"s":4,"h":1,"t":1,"uu":"tasha's caustic brew|tce","xF":{"l":1},"n":"Tasha's Caustic Brew"},{"id":4953,"c":2,"u":"tasha's%20mind%20whip_tce","p":115,"s":4,"h":1,"t":1,"uu":"tasha's mind whip|tce","m":"spells/TCE/Tasha's Mind Whip.webp","xF":{"l":2},"n":"Tasha's Mind Whip"},{"id":4954,"c":2,"u":"tasha's%20otherworldly%20guise_tce","p":116,"s":4,"h":1,"t":1,"uu":"tasha's otherworldly guise|tce","xF":{"l":6},"n":"Tasha's Otherworldly Guise"},{"id":4955,"c":2,"u":"abi-dalzim's%20horrid%20wilting_xge","p":150,"s":6,"h":1,"t":1,"uu":"abi-dalzim's horrid wilting|xge","xF":{"l":8},"n":"Abi-Dalzim's Horrid Wilting"},{"id":4956,"c":2,"u":"absorb%20elements_xge","p":150,"s":6,"h":1,"t":1,"uu":"absorb elements|xge","xF":{"l":1},"n":"Absorb Elements"},{"id":4957,"c":2,"u":"aganazzar's%20scorcher_xge","p":150,"s":6,"h":1,"t":1,"uu":"aganazzar's scorcher|xge","xF":{"l":2},"n":"Aganazzar's Scorcher"},{"id":4958,"c":2,"u":"beast%20bond_xge","p":150,"s":6,"h":1,"t":1,"uu":"beast bond|xge","xF":{"l":1},"n":"Beast Bond"},{"id":4959,"c":2,"u":"bones%20of%20the%20earth_xge","p":150,"s":6,"h":1,"t":1,"uu":"bones of the earth|xge","xF":{"l":6},"n":"Bones of the Earth"},{"id":4960,"c":2,"u":"catapult_xge","p":150,"s":6,"h":1,"t":1,"uu":"catapult|xge","xF":{"l":1},"n":"Catapult"},{"id":4961,"c":2,"u":"catnap_xge","p":151,"s":6,"h":1,"t":1,"uu":"catnap|xge","xF":{"l":3},"n":"Catnap"},{"id":4962,"c":2,"u":"cause%20fear_xge","p":151,"s":6,"h":1,"t":1,"uu":"cause fear|xge","xF":{"l":1},"n":"Cause Fear"},{"id":4963,"c":2,"u":"ceremony_xge","p":151,"s":6,"h":1,"t":1,"uu":"ceremony|xge","xF":{"l":1},"n":"Ceremony"},{"id":4964,"c":2,"u":"chaos%20bolt_xge","p":151,"s":6,"h":1,"t":1,"uu":"chaos bolt|xge","xF":{"l":1},"n":"Chaos Bolt"},{"id":4965,"c":2,"u":"charm%20monster_xge","p":151,"s":6,"h":1,"t":1,"uu":"charm monster|xge","xF":{"l":4},"n":"Charm Monster"},{"id":4966,"c":2,"u":"control%20flames_xge","p":152,"s":6,"h":1,"t":1,"uu":"control flames|xge","m":"spells/XGE/Control Flames.webp","xF":{"l":0},"n":"Control Flames"},{"id":4967,"c":2,"u":"control%20winds_xge","p":152,"s":6,"h":1,"t":1,"uu":"control winds|xge","xF":{"l":5},"n":"Control Winds"},{"id":4968,"c":2,"u":"create%20bonfire_xge","p":152,"s":6,"h":1,"t":1,"uu":"create bonfire|xge","xF":{"l":0},"n":"Create Bonfire"},{"id":4969,"c":2,"u":"create%20homunculus_xge","p":152,"s":6,"h":1,"t":1,"uu":"create homunculus|xge","xF":{"l":6},"n":"Create Homunculus"},{"id":4970,"c":2,"u":"crown%20of%20stars_xge","p":152,"s":6,"h":1,"t":1,"uu":"crown of stars|xge","xF":{"l":7},"n":"Crown of Stars"},{"id":4971,"c":2,"u":"danse%20macabre_xge","p":153,"s":6,"h":1,"t":1,"uu":"danse macabre|xge","m":"spells/XGE/Danse Macabre.webp","xF":{"l":5},"n":"Danse Macabre"},{"id":4972,"c":2,"u":"dawn_xge","p":153,"s":6,"h":1,"t":1,"uu":"dawn|xge","xF":{"l":5},"n":"Dawn"},{"id":4973,"c":2,"u":"dragon's%20breath_xge","p":154,"s":6,"h":1,"t":1,"uu":"dragon's breath|xge","xF":{"l":2},"n":"Dragon's Breath"},{"id":4974,"c":2,"u":"druid%20grove_xge","p":154,"s":6,"h":1,"t":1,"uu":"druid grove|xge","xF":{"l":6},"n":"Druid Grove"},{"id":4975,"c":2,"u":"dust%20devil_xge","p":154,"s":6,"h":1,"t":1,"uu":"dust devil|xge","xF":{"l":2},"n":"Dust Devil"},{"id":4976,"c":2,"u":"earth%20tremor_xge","p":155,"s":6,"h":1,"t":1,"uu":"earth tremor|xge","xF":{"l":1},"n":"Earth Tremor"},{"id":4977,"c":2,"u":"earthbind_xge","p":154,"s":6,"h":1,"t":1,"uu":"earthbind|xge","xF":{"l":2},"n":"Earthbind"},{"id":4978,"c":2,"u":"elemental%20bane_xge","p":155,"s":6,"h":1,"t":1,"uu":"elemental bane|xge","xF":{"l":4},"n":"Elemental Bane"},{"id":4979,"c":2,"u":"enemies%20abound_xge","p":155,"s":6,"h":1,"t":1,"uu":"enemies abound|xge","xF":{"l":3},"n":"Enemies Abound"},{"id":4980,"c":2,"u":"enervation_xge","p":155,"s":6,"h":1,"t":1,"uu":"enervation|xge","xF":{"l":5},"n":"Enervation"},{"id":4981,"c":2,"u":"erupting%20earth_xge","p":155,"s":6,"h":1,"t":1,"uu":"erupting earth|xge","m":"spells/XGE/Erupting Earth.webp","xF":{"l":3},"n":"Erupting Earth"},{"id":4982,"c":2,"u":"far%20step_xge","p":155,"s":6,"h":1,"t":1,"uu":"far step|xge","xF":{"l":5},"n":"Far Step"},{"id":4983,"c":2,"u":"find%20greater%20steed_xge","p":156,"s":6,"h":1,"t":1,"uu":"find greater steed|xge","m":"spells/XGE/Find Greater Steed.webp","xF":{"l":4},"n":"Find Greater Steed"},{"id":4984,"c":2,"u":"flame%20arrows_xge","p":156,"s":6,"h":1,"t":1,"uu":"flame arrows|xge","xF":{"l":3},"n":"Flame Arrows"},{"id":4985,"c":2,"u":"frostbite_xge","p":156,"s":6,"h":1,"t":1,"uu":"frostbite|xge","xF":{"l":0},"n":"Frostbite"},{"id":4986,"c":2,"u":"guardian%20of%20nature_xge","p":157,"s":6,"h":1,"t":1,"uu":"guardian of nature|xge","xF":{"l":4},"n":"Guardian of Nature"},{"id":4987,"c":2,"u":"gust_xge","p":157,"s":6,"h":1,"t":1,"uu":"gust|xge","xF":{"l":0},"n":"Gust"},{"id":4988,"c":2,"u":"healing%20spirit_xge","p":157,"s":6,"h":1,"t":1,"uu":"healing spirit|xge","xF":{"l":2},"n":"Healing Spirit"},{"id":4989,"c":2,"u":"holy%20weapon_xge","p":157,"s":6,"h":1,"t":1,"uu":"holy weapon|xge","xF":{"l":5},"n":"Holy Weapon"},{"id":4990,"c":2,"u":"ice%20knife_xge","p":157,"s":6,"h":1,"t":1,"uu":"ice knife|xge","xF":{"l":1},"n":"Ice Knife"},{"id":4991,"c":2,"u":"illusory%20dragon_xge","p":157,"s":6,"h":1,"t":1,"uu":"illusory dragon|xge","xF":{"l":8},"n":"Illusory Dragon"},{"id":4992,"c":2,"u":"immolation_xge","p":158,"s":6,"h":1,"t":1,"uu":"immolation|xge","xF":{"l":5},"n":"Immolation"},{"id":4993,"c":2,"u":"infernal%20calling_xge","p":158,"s":6,"h":1,"t":1,"uu":"infernal calling|xge","m":"spells/XGE/Infernal Calling.webp","xF":{"l":5},"n":"Infernal Calling"},{"id":4994,"c":2,"u":"infestation_xge","p":158,"s":6,"h":1,"t":1,"uu":"infestation|xge","xF":{"l":0},"n":"Infestation"},{"id":4995,"c":2,"u":"investiture%20of%20flame_xge","p":159,"s":6,"h":1,"t":1,"uu":"investiture of flame|xge","xF":{"l":6},"n":"Investiture of Flame"},{"id":4996,"c":2,"u":"investiture%20of%20ice_xge","p":159,"s":6,"h":1,"t":1,"uu":"investiture of ice|xge","xF":{"l":6},"n":"Investiture of Ice"},{"id":4997,"c":2,"u":"investiture%20of%20stone_xge","p":159,"s":6,"h":1,"t":1,"uu":"investiture of stone|xge","xF":{"l":6},"n":"Investiture of Stone"},{"id":4998,"c":2,"u":"investiture%20of%20wind_xge","p":160,"s":6,"h":1,"t":1,"uu":"investiture of wind|xge","xF":{"l":6},"n":"Investiture of Wind"},{"id":4999,"c":2,"u":"invulnerability_xge","p":160,"s":6,"h":1,"t":1,"uu":"invulnerability|xge","xF":{"l":9},"n":"Invulnerability"},{"id":5000,"c":2,"u":"life%20transference_xge","p":160,"s":6,"h":1,"t":1,"uu":"life transference|xge","xF":{"l":3},"n":"Life Transference"},{"id":5001,"c":2,"u":"maddening%20darkness_xge","p":160,"s":6,"h":1,"t":1,"uu":"maddening darkness|xge","xF":{"l":8},"n":"Maddening Darkness"},{"id":5002,"c":2,"u":"maelstrom_xge","p":160,"s":6,"h":1,"t":1,"uu":"maelstrom|xge","xF":{"l":5},"n":"Maelstrom"},{"id":5003,"c":2,"u":"magic%20stone_xge","p":160,"s":6,"h":1,"t":1,"uu":"magic stone|xge","xF":{"l":0},"n":"Magic Stone"},{"id":5004,"c":2,"u":"mass%20polymorph_xge","p":160,"s":6,"h":1,"t":1,"uu":"mass polymorph|xge","xF":{"l":9},"n":"Mass Polymorph"},{"id":5005,"c":2,"u":"maximilian's%20earthen%20grasp_xge","p":161,"s":6,"h":1,"t":1,"uu":"maximilian's earthen grasp|xge","xF":{"l":2},"n":"Maximilian's Earthen Grasp"},{"id":5006,"c":2,"u":"melf's%20minute%20meteors_xge","p":161,"s":6,"h":1,"t":1,"uu":"melf's minute meteors|xge","xF":{"l":3},"n":"Melf's Minute Meteors"},{"id":5007,"c":2,"u":"mental%20prison_xge","p":161,"s":6,"h":1,"t":1,"uu":"mental prison|xge","xF":{"l":6},"n":"Mental Prison"},{"id":5008,"c":2,"u":"mighty%20fortress_xge","p":161,"s":6,"h":1,"t":1,"uu":"mighty fortress|xge","m":"spells/XGE/Mighty Fortress.webp","xF":{"l":8},"n":"Mighty Fortress"},{"id":5009,"c":2,"u":"mind%20spike_xge","p":162,"s":6,"h":1,"t":1,"uu":"mind spike|xge","xF":{"l":2},"n":"Mind Spike"},{"id":5010,"c":2,"u":"mold%20earth_xge","p":162,"s":6,"h":1,"t":1,"uu":"mold earth|xge","xF":{"l":0},"n":"Mold Earth"},{"id":5011,"c":2,"u":"negative%20energy%20flood_xge","p":163,"s":6,"h":1,"t":1,"uu":"negative energy flood|xge","xF":{"l":5},"n":"Negative Energy Flood"},{"id":5012,"c":2,"u":"power%20word%20pain_xge","p":163,"s":6,"h":1,"t":1,"uu":"power word pain|xge","xF":{"l":7},"n":"Power Word Pain"},{"id":5013,"c":2,"u":"primal%20savagery_xge","p":163,"s":6,"h":1,"t":1,"uu":"primal savagery|xge","xF":{"l":0},"n":"Primal Savagery"},{"id":5014,"c":2,"u":"primordial%20ward_xge","p":163,"s":6,"h":1,"t":1,"uu":"primordial ward|xge","xF":{"l":6},"n":"Primordial Ward"},{"id":5015,"c":2,"u":"psychic%20scream_xge","p":163,"s":6,"h":1,"t":1,"uu":"psychic scream|xge","xF":{"l":9},"n":"Psychic Scream"},{"id":5016,"c":2,"u":"pyrotechnics_xge","p":163,"s":6,"h":1,"t":1,"uu":"pyrotechnics|xge","xF":{"l":2},"n":"Pyrotechnics"},{"id":5017,"c":2,"u":"scatter_xge","p":164,"s":6,"h":1,"t":1,"uu":"scatter|xge","xF":{"l":6},"n":"Scatter"},{"id":5018,"c":2,"u":"shadow%20blade_xge","p":164,"s":6,"h":1,"t":1,"uu":"shadow blade|xge","m":"spells/XGE/Shadow Blade.webp","xF":{"l":2},"n":"Shadow Blade"},{"id":5019,"c":2,"u":"shadow%20of%20moil_xge","p":164,"s":6,"h":1,"t":1,"uu":"shadow of moil|xge","xF":{"l":4},"n":"Shadow of Moil"},{"id":5020,"c":2,"u":"shape%20water_xge","p":164,"s":6,"h":1,"t":1,"uu":"shape water|xge","xF":{"l":0},"n":"Shape Water"},{"id":5021,"c":2,"u":"sickening%20radiance_xge","p":164,"s":6,"h":1,"t":1,"uu":"sickening radiance|xge","xF":{"l":4},"n":"Sickening Radiance"},{"id":5022,"c":2,"u":"skill%20empowerment_xge","p":165,"s":6,"h":1,"t":1,"uu":"skill empowerment|xge","xF":{"l":5},"n":"Skill Empowerment"},{"id":5023,"c":2,"u":"skywrite_xge","p":165,"s":6,"h":1,"t":1,"uu":"skywrite|xge","xF":{"l":2},"n":"Skywrite"},{"id":5024,"c":2,"u":"snare_xge","p":165,"s":6,"h":1,"t":1,"uu":"snare|xge","xF":{"l":1},"n":"Snare"},{"id":5025,"c":2,"u":"snilloc's%20snowball%20swarm_xge","p":165,"s":6,"h":1,"t":1,"uu":"snilloc's snowball swarm|xge","xF":{"l":2},"n":"Snilloc's Snowball Swarm"},{"id":5026,"c":2,"u":"soul%20cage_xge","p":165,"s":6,"h":1,"t":1,"uu":"soul cage|xge","xF":{"l":6},"n":"Soul Cage"},{"id":5027,"c":2,"u":"steel%20wind%20strike_xge","p":166,"s":6,"h":1,"t":1,"uu":"steel wind strike|xge","xF":{"l":5},"n":"Steel Wind Strike"},{"id":5028,"c":2,"u":"storm%20sphere_xge","p":166,"s":6,"h":1,"t":1,"uu":"storm sphere|xge","m":"spells/XGE/Storm Sphere.webp","xF":{"l":4},"n":"Storm Sphere"},{"id":5029,"c":2,"u":"summon%20greater%20demon_xge","p":166,"s":6,"h":1,"t":1,"uu":"summon greater demon|xge","xF":{"l":4},"n":"Summon Greater Demon"},{"id":5030,"c":2,"u":"summon%20lesser%20demons_xge","p":167,"s":6,"h":1,"t":1,"uu":"summon lesser demons|xge","xF":{"l":3},"n":"Summon Lesser Demons"},{"id":5031,"c":2,"u":"synaptic%20static_xge","p":167,"s":6,"h":1,"t":1,"uu":"synaptic static|xge","xF":{"l":5},"n":"Synaptic Static"},{"id":5032,"c":2,"u":"temple%20of%20the%20gods_xge","p":167,"s":6,"h":1,"t":1,"uu":"temple of the gods|xge","xF":{"l":7},"n":"Temple of the Gods"},{"id":5033,"c":2,"u":"tenser's%20transformation_xge","p":168,"s":6,"h":1,"t":1,"uu":"tenser's transformation|xge","xF":{"l":6},"n":"Tenser's Transformation"},{"id":5034,"c":2,"u":"thunder%20step_xge","p":168,"s":6,"h":1,"t":1,"uu":"thunder step|xge","xF":{"l":3},"n":"Thunder Step"},{"id":5035,"c":2,"u":"thunderclap_xge","p":168,"s":6,"h":1,"t":1,"uu":"thunderclap|xge","xF":{"l":0},"n":"Thunderclap"},{"id":5036,"c":2,"u":"tidal%20wave_xge","p":168,"s":6,"h":1,"t":1,"uu":"tidal wave|xge","xF":{"l":3},"n":"Tidal Wave"},{"id":5037,"c":2,"u":"tiny%20servant_xge","p":168,"s":6,"h":1,"t":1,"uu":"tiny servant|xge","m":"spells/XGE/Tiny Servant.webp","xF":{"l":3},"n":"Tiny Servant"},{"id":5038,"c":2,"u":"toll%20the%20dead_xge","p":169,"s":6,"h":1,"t":1,"uu":"toll the dead|xge","xF":{"l":0},"n":"Toll the Dead"},{"id":5039,"c":2,"u":"transmute%20rock_xge","p":169,"s":6,"h":1,"t":1,"uu":"transmute rock|xge","xF":{"l":5},"n":"Transmute Rock"},{"id":5040,"c":2,"u":"vitriolic%20sphere_xge","p":170,"s":6,"h":1,"t":1,"uu":"vitriolic sphere|xge","xF":{"l":4},"n":"Vitriolic Sphere"},{"id":5041,"c":2,"u":"wall%20of%20light_xge","p":170,"s":6,"h":1,"t":1,"uu":"wall of light|xge","xF":{"l":5},"n":"Wall of Light"},{"id":5042,"c":2,"u":"wall%20of%20sand_xge","p":170,"s":6,"h":1,"t":1,"uu":"wall of sand|xge","xF":{"l":3},"n":"Wall of Sand"},{"id":5043,"c":2,"u":"wall%20of%20water_xge","p":170,"s":6,"h":1,"t":1,"uu":"wall of water|xge","xF":{"l":3},"n":"Wall of Water"},{"id":5044,"c":2,"u":"warding%20wind_xge","p":170,"s":6,"h":1,"t":1,"uu":"warding wind|xge","xF":{"l":2},"n":"Warding Wind"},{"id":5045,"c":2,"u":"watery%20sphere_xge","p":170,"s":6,"h":1,"t":1,"uu":"watery sphere|xge","xF":{"l":4},"n":"Watery Sphere"},{"id":5046,"c":2,"u":"whirlwind_xge","p":171,"s":6,"h":1,"t":1,"uu":"whirlwind|xge","m":"spells/XGE/Whirlwind.webp","xF":{"l":7},"n":"Whirlwind"},{"id":5047,"c":2,"u":"word%20of%20radiance_xge","p":171,"s":6,"h":1,"t":1,"uu":"word of radiance|xge","xF":{"l":0},"n":"Word of Radiance"},{"id":5048,"c":2,"u":"wrath%20of%20nature_xge","p":171,"s":6,"h":1,"t":1,"uu":"wrath of nature|xge","xF":{"l":5},"n":"Wrath of Nature"},{"id":5049,"c":2,"u":"zephyr%20strike_xge","p":171,"s":6,"h":1,"t":1,"uu":"zephyr strike|xge","xF":{"l":1},"n":"Zephyr Strike"},{"id":5050,"c":2,"u":"acid%20splash_xphb","p":239,"s":8,"h":1,"t":1,"uu":"acid splash|xphb","xF":{"l":0},"n":"Acid Splash"},{"id":5051,"c":2,"u":"aid_xphb","p":239,"s":8,"h":1,"t":1,"uu":"aid|xphb","xF":{"l":2},"n":"Aid"},{"id":5052,"c":2,"u":"alarm_xphb","p":239,"s":8,"h":1,"t":1,"uu":"alarm|xphb","xF":{"l":1},"n":"Alarm"},{"id":5053,"c":2,"u":"alter%20self_xphb","p":239,"s":8,"h":1,"t":1,"uu":"alter self|xphb","xF":{"l":2},"n":"Alter Self"},{"id":5054,"c":2,"u":"animal%20friendship_xphb","p":239,"s":8,"h":1,"t":1,"uu":"animal friendship|xphb","xF":{"l":1},"n":"Animal Friendship"},{"id":5055,"c":2,"u":"animal%20messenger_xphb","p":240,"s":8,"h":1,"t":1,"uu":"animal messenger|xphb","xF":{"l":2},"n":"Animal Messenger"},{"id":5056,"c":2,"u":"animal%20shapes_xphb","p":240,"s":8,"h":1,"t":1,"uu":"animal shapes|xphb","xF":{"l":8},"n":"Animal Shapes"},{"id":5057,"c":2,"u":"animate%20dead_xphb","p":240,"s":8,"h":1,"t":1,"uu":"animate dead|xphb","xF":{"l":3},"n":"Animate Dead"},{"id":5058,"c":2,"u":"animate%20objects_xphb","p":240,"s":8,"h":1,"t":1,"uu":"animate objects|xphb","m":"spells/XPHB/Animate Objects.webp","xF":{"l":5},"n":"Animate Objects"},{"id":5059,"c":2,"u":"antilife%20shell_xphb","p":241,"s":8,"h":1,"t":1,"uu":"antilife shell|xphb","xF":{"l":5},"n":"Antilife Shell"},{"id":5060,"c":2,"u":"antimagic%20field_xphb","p":241,"s":8,"h":1,"t":1,"uu":"antimagic field|xphb","xF":{"l":8},"n":"Antimagic Field"},{"id":5061,"c":2,"u":"antipathy%2fsympathy_xphb","p":242,"s":8,"h":1,"t":1,"uu":"antipathy/sympathy|xphb","xF":{"l":8},"n":"Antipathy/Sympathy"},{"id":5062,"c":2,"u":"arcane%20eye_xphb","p":242,"s":8,"h":1,"t":1,"uu":"arcane eye|xphb","xF":{"l":4},"n":"Arcane Eye"},{"id":5063,"c":2,"u":"arcane%20gate_xphb","p":242,"s":8,"h":1,"t":1,"uu":"arcane gate|xphb","xF":{"l":6},"n":"Arcane Gate"},{"id":5064,"c":2,"u":"arcane%20lock_xphb","p":242,"s":8,"h":1,"t":1,"uu":"arcane lock|xphb","xF":{"l":2},"n":"Arcane Lock"},{"id":5065,"c":2,"u":"arcane%20vigor_xphb","p":242,"s":8,"h":1,"t":1,"uu":"arcane vigor|xphb","xF":{"l":2},"n":"Arcane Vigor"},{"id":5066,"c":2,"u":"armor%20of%20agathys_xphb","p":243,"s":8,"h":1,"t":1,"uu":"armor of agathys|xphb","m":"spells/XPHB/Armor of Agathys.webp","xF":{"l":1},"n":"Armor of Agathys"},{"id":5067,"c":2,"u":"arms%20of%20hadar_xphb","p":243,"s":8,"h":1,"t":1,"uu":"arms of hadar|xphb","m":"spells/XPHB/Arms of Hadar.webp","xF":{"l":1},"n":"Arms of Hadar"},{"id":5068,"c":2,"u":"astral%20projection_xphb","p":243,"s":8,"h":1,"t":1,"uu":"astral projection|xphb","xF":{"l":9},"n":"Astral Projection"},{"id":5069,"c":2,"u":"augury_xphb","p":244,"s":8,"h":1,"t":1,"uu":"augury|xphb","xF":{"l":2},"n":"Augury"},{"id":5070,"c":2,"u":"aura%20of%20life_xphb","p":244,"s":8,"h":1,"t":1,"uu":"aura of life|xphb","xF":{"l":4},"n":"Aura of Life"},{"id":5071,"c":2,"u":"aura%20of%20purity_xphb","p":244,"s":8,"h":1,"t":1,"uu":"aura of purity|xphb","xF":{"l":4},"n":"Aura of Purity"},{"id":5072,"c":2,"u":"aura%20of%20vitality_xphb","p":244,"s":8,"h":1,"t":1,"uu":"aura of vitality|xphb","xF":{"l":3},"n":"Aura of Vitality"},{"id":5073,"c":2,"u":"awaken_xphb","p":245,"s":8,"h":1,"t":1,"uu":"awaken|xphb","xF":{"l":5},"n":"Awaken"},{"id":5074,"c":2,"u":"bane_xphb","p":245,"s":8,"h":1,"t":1,"uu":"bane|xphb","xF":{"l":1},"n":"Bane"},{"id":5075,"c":2,"u":"banishing%20smite_xphb","p":245,"s":8,"h":1,"t":1,"uu":"banishing smite|xphb","xF":{"l":5},"n":"Banishing Smite"},{"id":5076,"c":2,"u":"banishment_xphb","p":245,"s":8,"h":1,"t":1,"uu":"banishment|xphb","xF":{"l":4},"n":"Banishment"},{"id":5077,"c":2,"u":"barkskin_xphb","p":245,"s":8,"h":1,"t":1,"uu":"barkskin|xphb","xF":{"l":2},"n":"Barkskin"},{"id":5078,"c":2,"u":"beacon%20of%20hope_xphb","p":245,"s":8,"h":1,"t":1,"uu":"beacon of hope|xphb","xF":{"l":3},"n":"Beacon of Hope"},{"id":5079,"c":2,"u":"beast%20sense_xphb","p":245,"s":8,"h":1,"t":1,"uu":"beast sense|xphb","xF":{"l":2},"n":"Beast Sense"},{"id":5080,"c":2,"u":"befuddlement_xphb","p":245,"s":8,"h":1,"t":1,"uu":"befuddlement|xphb","xF":{"l":8},"n":"Befuddlement"},{"id":5081,"c":2,"u":"bestow%20curse_xphb","p":246,"s":8,"h":1,"t":1,"uu":"bestow curse|xphb","xF":{"l":3},"n":"Bestow Curse"},{"id":5082,"c":2,"u":"bigby's%20hand_xphb","p":245,"s":8,"h":1,"t":1,"uu":"bigby's hand|xphb","m":"spells/XPHB/Bigby's Hand.webp","xF":{"l":5},"n":"Bigby's Hand"},{"id":5083,"c":2,"u":"blade%20barrier_xphb","p":247,"s":8,"h":1,"t":1,"uu":"blade barrier|xphb","xF":{"l":6},"n":"Blade Barrier"},{"id":5084,"c":2,"u":"blade%20ward_xphb","p":247,"s":8,"h":1,"t":1,"uu":"blade ward|xphb","xF":{"l":0},"n":"Blade Ward"},{"id":5085,"c":2,"u":"bless_xphb","p":247,"s":8,"h":1,"t":1,"uu":"bless|xphb","xF":{"l":1},"n":"Bless"},{"id":5086,"c":2,"u":"blight_xphb","p":247,"s":8,"h":1,"t":1,"uu":"blight|xphb","xF":{"l":4},"n":"Blight"},{"id":5087,"c":2,"u":"blinding%20smite_xphb","p":247,"s":8,"h":1,"t":1,"uu":"blinding smite|xphb","xF":{"l":3},"n":"Blinding Smite"},{"id":5088,"c":2,"u":"blindness%2fdeafness_xphb","p":248,"s":8,"h":1,"t":1,"uu":"blindness/deafness|xphb","xF":{"l":2},"n":"Blindness/Deafness"},{"id":5089,"c":2,"u":"blink_xphb","p":248,"s":8,"h":1,"t":1,"uu":"blink|xphb","xF":{"l":3},"n":"Blink"},{"id":5090,"c":2,"u":"blur_xphb","p":248,"s":8,"h":1,"t":1,"uu":"blur|xphb","xF":{"l":2},"n":"Blur"},{"id":5091,"c":2,"u":"burning%20hands_xphb","p":248,"s":8,"h":1,"t":1,"uu":"burning hands|xphb","xF":{"l":1},"n":"Burning Hands"},{"id":5092,"c":2,"u":"call%20lightning_xphb","p":248,"s":8,"h":1,"t":1,"uu":"call lightning|xphb","xF":{"l":3},"n":"Call Lightning"},{"id":5093,"c":2,"u":"calm%20emotions_xphb","p":249,"s":8,"h":1,"t":1,"uu":"calm emotions|xphb","xF":{"l":2},"n":"Calm Emotions"},{"id":5094,"c":2,"u":"chain%20lightning_xphb","p":249,"s":8,"h":1,"t":1,"uu":"chain lightning|xphb","xF":{"l":6},"n":"Chain Lightning"},{"id":5095,"c":2,"u":"charm%20monster_xphb","p":249,"s":8,"h":1,"t":1,"uu":"charm monster|xphb","xF":{"l":4},"n":"Charm Monster"},{"id":5096,"c":2,"u":"charm%20person_xphb","p":249,"s":8,"h":1,"t":1,"uu":"charm person|xphb","xF":{"l":1},"n":"Charm Person"},{"id":5097,"c":2,"u":"chill%20touch_xphb","p":249,"s":8,"h":1,"t":1,"uu":"chill touch|xphb","xF":{"l":0},"n":"Chill Touch"},{"id":5098,"c":2,"u":"chromatic%20orb_xphb","p":249,"s":8,"h":1,"t":1,"uu":"chromatic orb|xphb","m":"spells/XPHB/Chromatic Orb.webp","xF":{"l":1},"n":"Chromatic Orb"},{"id":5099,"c":2,"u":"circle%20of%20death_xphb","p":250,"s":8,"h":1,"t":1,"uu":"circle of death|xphb","xF":{"l":6},"n":"Circle of Death"},{"id":5100,"c":2,"u":"circle%20of%20power_xphb","p":250,"s":8,"h":1,"t":1,"uu":"circle of power|xphb","xF":{"l":5},"n":"Circle of Power"},{"id":5101,"c":2,"u":"clairvoyance_xphb","p":250,"s":8,"h":1,"t":1,"uu":"clairvoyance|xphb","xF":{"l":3},"n":"Clairvoyance"},{"id":5102,"c":2,"u":"clone_xphb","p":251,"s":8,"h":1,"t":1,"uu":"clone|xphb","xF":{"l":8},"n":"Clone"},{"id":5103,"c":2,"u":"cloud%20of%20daggers_xphb","p":251,"s":8,"h":1,"t":1,"uu":"cloud of daggers|xphb","xF":{"l":2},"n":"Cloud of Daggers"},{"id":5104,"c":2,"u":"cloudkill_xphb","p":251,"s":8,"h":1,"t":1,"uu":"cloudkill|xphb","xF":{"l":5},"n":"Cloudkill"},{"id":5105,"c":2,"u":"color%20spray_xphb","p":251,"s":8,"h":1,"t":1,"uu":"color spray|xphb","xF":{"l":1},"n":"Color Spray"},{"id":5106,"c":2,"u":"command_xphb","p":251,"s":8,"h":1,"t":1,"uu":"command|xphb","xF":{"l":1},"n":"Command"},{"id":5107,"c":2,"u":"commune_xphb","p":252,"s":8,"h":1,"t":1,"uu":"commune|xphb","xF":{"l":5},"n":"Commune"},{"id":5108,"c":2,"u":"commune%20with%20nature_xphb","p":252,"s":8,"h":1,"t":1,"uu":"commune with nature|xphb","xF":{"l":5},"n":"Commune with Nature"},{"id":5109,"c":2,"u":"compelled%20duel_xphb","p":252,"s":8,"h":1,"t":1,"uu":"compelled duel|xphb","xF":{"l":1},"n":"Compelled Duel"},{"id":5110,"c":2,"u":"comprehend%20languages_xphb","p":252,"s":8,"h":1,"t":1,"uu":"comprehend languages|xphb","xF":{"l":1},"n":"Comprehend Languages"},{"id":5111,"c":2,"u":"compulsion_xphb","p":252,"s":8,"h":1,"t":1,"uu":"compulsion|xphb","xF":{"l":4},"n":"Compulsion"},{"id":5112,"c":2,"u":"cone%20of%20cold_xphb","p":253,"s":8,"h":1,"t":1,"uu":"cone of cold|xphb","m":"spells/XPHB/Cone of Cold.webp","xF":{"l":5},"n":"Cone of Cold"},{"id":5113,"c":2,"u":"confusion_xphb","p":253,"s":8,"h":1,"t":1,"uu":"confusion|xphb","xF":{"l":4},"n":"Confusion"},{"id":5114,"c":2,"u":"conjure%20animals_xphb","p":254,"s":8,"h":1,"t":1,"uu":"conjure animals|xphb","xF":{"l":3},"n":"Conjure Animals"},{"id":5115,"c":2,"u":"conjure%20barrage_xphb","p":254,"s":8,"h":1,"t":1,"uu":"conjure barrage|xphb","xF":{"l":3},"n":"Conjure Barrage"},{"id":5116,"c":2,"u":"conjure%20celestial_xphb","p":254,"s":8,"h":1,"t":1,"uu":"conjure celestial|xphb","xF":{"l":7},"n":"Conjure Celestial"},{"id":5117,"c":2,"u":"conjure%20elemental_xphb","p":254,"s":8,"h":1,"t":1,"uu":"conjure elemental|xphb","xF":{"l":5},"n":"Conjure Elemental"},{"id":5118,"c":2,"u":"conjure%20fey_xphb","p":255,"s":8,"h":1,"t":1,"uu":"conjure fey|xphb","xF":{"l":6},"n":"Conjure Fey"},{"id":5119,"c":2,"u":"conjure%20minor%20elementals_xphb","p":255,"s":8,"h":1,"t":1,"uu":"conjure minor elementals|xphb","xF":{"l":4},"n":"Conjure Minor Elementals"},{"id":5120,"c":2,"u":"conjure%20volley_xphb","p":255,"s":8,"h":1,"t":1,"uu":"conjure volley|xphb","xF":{"l":5},"n":"Conjure Volley"},{"id":5121,"c":2,"u":"conjure%20woodland%20beings_xphb","p":255,"s":8,"h":1,"t":1,"uu":"conjure woodland beings|xphb","xF":{"l":4},"n":"Conjure Woodland Beings"},{"id":5122,"c":2,"u":"contact%20other%20plane_xphb","p":255,"s":8,"h":1,"t":1,"uu":"contact other plane|xphb","xF":{"l":5},"n":"Contact Other Plane"},{"id":5123,"c":2,"u":"contagion_xphb","p":256,"s":8,"h":1,"t":1,"uu":"contagion|xphb","xF":{"l":5},"n":"Contagion"},{"id":5124,"c":2,"u":"contingency_xphb","p":256,"s":8,"h":1,"t":1,"uu":"contingency|xphb","xF":{"l":6},"n":"Contingency"},{"id":5125,"c":2,"u":"continual%20flame_xphb","p":256,"s":8,"h":1,"t":1,"uu":"continual flame|xphb","xF":{"l":2},"n":"Continual Flame"},{"id":5126,"c":2,"u":"control%20water_xphb","p":256,"s":8,"h":1,"t":1,"uu":"control water|xphb","xF":{"l":4},"n":"Control Water"},{"id":5127,"c":2,"u":"control%20weather_xphb","p":257,"s":8,"h":1,"t":1,"uu":"control weather|xphb","m":"spells/XPHB/Control Weather.webp","xF":{"l":8},"n":"Control Weather"},{"id":5128,"c":2,"u":"cordon%20of%20arrows_xphb","p":258,"s":8,"h":1,"t":1,"uu":"cordon of arrows|xphb","xF":{"l":2},"n":"Cordon of Arrows"},{"id":5129,"c":2,"u":"counterspell_xphb","p":258,"s":8,"h":1,"t":1,"uu":"counterspell|xphb","xF":{"l":3},"n":"Counterspell"},{"id":5130,"c":2,"u":"create%20food%20and%20water_xphb","p":258,"s":8,"h":1,"t":1,"uu":"create food and water|xphb","xF":{"l":3},"n":"Create Food and Water"},{"id":5131,"c":2,"u":"create%20or%20destroy%20water_xphb","p":258,"s":8,"h":1,"t":1,"uu":"create or destroy water|xphb","xF":{"l":1},"n":"Create or Destroy Water"},{"id":5132,"c":2,"u":"create%20undead_xphb","p":258,"s":8,"h":1,"t":1,"uu":"create undead|xphb","xF":{"l":6},"n":"Create Undead"},{"id":5133,"c":2,"u":"creation_xphb","p":259,"s":8,"h":1,"t":1,"uu":"creation|xphb","xF":{"l":5},"n":"Creation"},{"id":5134,"c":2,"u":"crown%20of%20madness_xphb","p":259,"s":8,"h":1,"t":1,"uu":"crown of madness|xphb","xF":{"l":2},"n":"Crown of Madness"},{"id":5135,"c":2,"u":"crusader's%20mantle_xphb","p":259,"s":8,"h":1,"t":1,"uu":"crusader's mantle|xphb","xF":{"l":3},"n":"Crusader's Mantle"},{"id":5136,"c":2,"u":"cure%20wounds_xphb","p":259,"s":8,"h":1,"t":1,"uu":"cure wounds|xphb","xF":{"l":1},"n":"Cure Wounds"},{"id":5137,"c":2,"u":"dancing%20lights_xphb","p":259,"s":8,"h":1,"t":1,"uu":"dancing lights|xphb","xF":{"l":0},"n":"Dancing Lights"},{"id":5138,"c":2,"u":"darkness_xphb","p":260,"s":8,"h":1,"t":1,"uu":"darkness|xphb","xF":{"l":2},"n":"Darkness"},{"id":5139,"c":2,"u":"darkvision_xphb","p":260,"s":8,"h":1,"t":1,"uu":"darkvision|xphb","xF":{"l":2},"n":"Darkvision"},{"id":5140,"c":2,"u":"daylight_xphb","p":260,"s":8,"h":1,"t":1,"uu":"daylight|xphb","m":"spells/XPHB/Daylight.webp","xF":{"l":3},"n":"Daylight"},{"id":5141,"c":2,"u":"death%20ward_xphb","p":261,"s":8,"h":1,"t":1,"uu":"death ward|xphb","xF":{"l":4},"n":"Death Ward"},{"id":5142,"c":2,"u":"delayed%20blast%20fireball_xphb","p":261,"s":8,"h":1,"t":1,"uu":"delayed blast fireball|xphb","xF":{"l":7},"n":"Delayed Blast Fireball"},{"id":5143,"c":2,"u":"demiplane_xphb","p":261,"s":8,"h":1,"t":1,"uu":"demiplane|xphb","xF":{"l":8},"n":"Demiplane"},{"id":5144,"c":2,"u":"destructive%20wave_xphb","p":261,"s":8,"h":1,"t":1,"uu":"destructive wave|xphb","xF":{"l":5},"n":"Destructive Wave"},{"id":5145,"c":2,"u":"detect%20evil%20and%20good_xphb","p":261,"s":8,"h":1,"t":1,"uu":"detect evil and good|xphb","xF":{"l":1},"n":"Detect Evil and Good"},{"id":5146,"c":2,"u":"detect%20magic_xphb","p":262,"s":8,"h":1,"t":1,"uu":"detect magic|xphb","xF":{"l":1},"n":"Detect Magic"},{"id":5147,"c":2,"u":"detect%20poison%20and%20disease_xphb","p":262,"s":8,"h":1,"t":1,"uu":"detect poison and disease|xphb","xF":{"l":1},"n":"Detect Poison and Disease"},{"id":5148,"c":2,"u":"detect%20thoughts_xphb","p":262,"s":8,"h":1,"t":1,"uu":"detect thoughts|xphb","xF":{"l":2},"n":"Detect Thoughts"},{"id":5149,"c":2,"u":"dimension%20door_xphb","p":262,"s":8,"h":1,"t":1,"uu":"dimension door|xphb","xF":{"l":4},"n":"Dimension Door"},{"id":5150,"c":2,"u":"disguise%20self_xphb","p":262,"s":8,"h":1,"t":1,"uu":"disguise self|xphb","xF":{"l":1},"n":"Disguise Self"},{"id":5151,"c":2,"u":"disintegrate_xphb","p":263,"s":8,"h":1,"t":1,"uu":"disintegrate|xphb","xF":{"l":6},"n":"Disintegrate"},{"id":5152,"c":2,"u":"dispel%20evil%20and%20good_xphb","p":263,"s":8,"h":1,"t":1,"uu":"dispel evil and good|xphb","m":"spells/XPHB/Dispel Evil and Good.webp","xF":{"l":5},"n":"Dispel Evil and Good"},{"id":5153,"c":2,"u":"dispel%20magic_xphb","p":265,"s":8,"h":1,"t":1,"uu":"dispel magic|xphb","xF":{"l":3},"n":"Dispel Magic"},{"id":5154,"c":2,"u":"dissonant%20whispers_xphb","p":264,"s":8,"h":1,"t":1,"uu":"dissonant whispers|xphb","xF":{"l":1},"n":"Dissonant Whispers"},{"id":5155,"c":2,"u":"divination_xphb","p":264,"s":8,"h":1,"t":1,"uu":"divination|xphb","xF":{"l":4},"n":"Divination"},{"id":5156,"c":2,"u":"divine%20favor_xphb","p":265,"s":8,"h":1,"t":1,"uu":"divine favor|xphb","xF":{"l":1},"n":"Divine Favor"},{"id":5157,"c":2,"u":"divine%20smite_xphb","p":265,"s":8,"h":1,"t":1,"uu":"divine smite|xphb","m":"spells/XPHB/Divine Smite.webp","xF":{"l":1},"n":"Divine Smite"},{"id":5158,"c":2,"u":"divine%20word_xphb","p":265,"s":8,"h":1,"t":1,"uu":"divine word|xphb","xF":{"l":7},"n":"Divine Word"},{"id":5159,"c":2,"u":"dominate%20beast_xphb","p":265,"s":8,"h":1,"t":1,"uu":"dominate beast|xphb","xF":{"l":4},"n":"Dominate Beast"},{"id":5160,"c":2,"u":"dominate%20monster_xphb","p":265,"s":8,"h":1,"t":1,"uu":"dominate monster|xphb","xF":{"l":8},"n":"Dominate Monster"},{"id":5161,"c":2,"u":"dominate%20person_xphb","p":266,"s":8,"h":1,"t":1,"uu":"dominate person|xphb","xF":{"l":5},"n":"Dominate Person"},{"id":5162,"c":2,"u":"dragon's%20breath_xphb","p":266,"s":8,"h":1,"t":1,"uu":"dragon's breath|xphb","xF":{"l":2},"n":"Dragon's Breath"},{"id":5163,"c":2,"u":"drawmij's%20instant%20summons_xphb","p":266,"s":8,"h":1,"t":1,"uu":"drawmij's instant summons|xphb","xF":{"l":6},"n":"Drawmij's Instant Summons"},{"id":5164,"c":2,"u":"dream_xphb","p":266,"s":8,"h":1,"t":1,"uu":"dream|xphb","xF":{"l":5},"n":"Dream"},{"id":5165,"c":2,"u":"druidcraft_xphb","p":266,"s":8,"h":1,"t":1,"uu":"druidcraft|xphb","m":"spells/XPHB/Druidcraft.webp","xF":{"l":0},"n":"Druidcraft"},{"id":5166,"c":2,"u":"earthquake_xphb","p":267,"s":8,"h":1,"t":1,"uu":"earthquake|xphb","xF":{"l":8},"n":"Earthquake"},{"id":5167,"c":2,"u":"eldritch%20blast_xphb","p":267,"s":8,"h":1,"t":1,"uu":"eldritch blast|xphb","xF":{"l":0},"n":"Eldritch Blast"},{"id":5168,"c":2,"u":"elemental%20weapon_xphb","p":268,"s":8,"h":1,"t":1,"uu":"elemental weapon|xphb","xF":{"l":3},"n":"Elemental Weapon"},{"id":5169,"c":2,"u":"elementalism_xphb","p":267,"s":8,"h":1,"t":1,"uu":"elementalism|xphb","xF":{"l":0},"n":"Elementalism"},{"id":5170,"c":2,"u":"enhance%20ability_xphb","p":268,"s":8,"h":1,"t":1,"uu":"enhance ability|xphb","xF":{"l":2},"n":"Enhance Ability"},{"id":5171,"c":2,"u":"enlarge%2freduce_xphb","p":268,"s":8,"h":1,"t":1,"uu":"enlarge/reduce|xphb","xF":{"l":2},"n":"Enlarge/Reduce"},{"id":5172,"c":2,"u":"ensnaring%20strike_xphb","p":268,"s":8,"h":1,"t":1,"uu":"ensnaring strike|xphb","xF":{"l":1},"n":"Ensnaring Strike"},{"id":5173,"c":2,"u":"entangle_xphb","p":268,"s":8,"h":1,"t":1,"uu":"entangle|xphb","m":"spells/XPHB/Entangle.webp","xF":{"l":1},"n":"Entangle"},{"id":5174,"c":2,"u":"enthrall_xphb","p":269,"s":8,"h":1,"t":1,"uu":"enthrall|xphb","xF":{"l":2},"n":"Enthrall"},{"id":5175,"c":2,"u":"etherealness_xphb","p":269,"s":8,"h":1,"t":1,"uu":"etherealness|xphb","xF":{"l":7},"n":"Etherealness"},{"id":5176,"c":2,"u":"evard's%20black%20tentacles_xphb","p":270,"s":8,"h":1,"t":1,"uu":"evard's black tentacles|xphb","m":"spells/XPHB/Evard's Black Tentacles.webp","xF":{"l":4},"n":"Evard's Black Tentacles"},{"id":5177,"c":2,"u":"expeditious%20retreat_xphb","p":270,"s":8,"h":1,"t":1,"uu":"expeditious retreat|xphb","xF":{"l":1},"n":"Expeditious Retreat"},{"id":5178,"c":2,"u":"eyebite_xphb","p":270,"s":8,"h":1,"t":1,"uu":"eyebite|xphb","xF":{"l":6},"n":"Eyebite"},{"id":5179,"c":2,"u":"fabricate_xphb","p":271,"s":8,"h":1,"t":1,"uu":"fabricate|xphb","xF":{"l":4},"n":"Fabricate"},{"id":5180,"c":2,"u":"faerie%20fire_xphb","p":271,"s":8,"h":1,"t":1,"uu":"faerie fire|xphb","xF":{"l":1},"n":"Faerie Fire"},{"id":5181,"c":2,"u":"false%20life_xphb","p":271,"s":8,"h":1,"t":1,"uu":"false life|xphb","xF":{"l":1},"n":"False Life"},{"id":5182,"c":2,"u":"fear_xphb","p":271,"s":8,"h":1,"t":1,"uu":"fear|xphb","xF":{"l":3},"n":"Fear"},{"id":5183,"c":2,"u":"feather%20fall_xphb","p":271,"s":8,"h":1,"t":1,"uu":"feather fall|xphb","xF":{"l":1},"n":"Feather Fall"},{"id":5184,"c":2,"u":"feign%20death_xphb","p":271,"s":8,"h":1,"t":1,"uu":"feign death|xphb","xF":{"l":3},"n":"Feign Death"},{"id":5185,"c":2,"u":"find%20familiar_xphb","p":272,"s":8,"h":1,"t":1,"uu":"find familiar|xphb","m":"spells/XPHB/Find Familiar.webp","xF":{"l":1},"n":"Find Familiar"},{"id":5186,"c":2,"u":"find%20steed_xphb","p":272,"s":8,"h":1,"t":1,"uu":"find steed|xphb","xF":{"l":2},"n":"Find Steed"},{"id":5187,"c":2,"u":"find%20the%20path_xphb","p":273,"s":8,"h":1,"t":1,"uu":"find the path|xphb","xF":{"l":6},"n":"Find the Path"},{"id":5188,"c":2,"u":"find%20traps_xphb","p":273,"s":8,"h":1,"t":1,"uu":"find traps|xphb","xF":{"l":2},"n":"Find Traps"},{"id":5189,"c":2,"u":"finger%20of%20death_xphb","p":273,"s":8,"h":1,"t":1,"uu":"finger of death|xphb","xF":{"l":7},"n":"Finger of Death"},{"id":5190,"c":2,"u":"fire%20bolt_xphb","p":274,"s":8,"h":1,"t":1,"uu":"fire bolt|xphb","xF":{"l":0},"n":"Fire Bolt"},{"id":5191,"c":2,"u":"fire%20shield_xphb","p":274,"s":8,"h":1,"t":1,"uu":"fire shield|xphb","xF":{"l":4},"n":"Fire Shield"},{"id":5192,"c":2,"u":"fire%20storm_xphb","p":275,"s":8,"h":1,"t":1,"uu":"fire storm|xphb","xF":{"l":7},"n":"Fire Storm"},{"id":5193,"c":2,"u":"fireball_xphb","p":274,"s":8,"h":1,"t":1,"uu":"fireball|xphb","m":"spells/XPHB/Fireball.webp","xF":{"l":3},"n":"Fireball"},{"id":5194,"c":2,"u":"flame%20blade_xphb","p":275,"s":8,"h":1,"t":1,"uu":"flame blade|xphb","xF":{"l":2},"n":"Flame Blade"},{"id":5195,"c":2,"u":"flame%20strike_xphb","p":275,"s":8,"h":1,"t":1,"uu":"flame strike|xphb","xF":{"l":5},"n":"Flame Strike"},{"id":5196,"c":2,"u":"flaming%20sphere_xphb","p":275,"s":8,"h":1,"t":1,"uu":"flaming sphere|xphb","xF":{"l":2},"n":"Flaming Sphere"},{"id":5197,"c":2,"u":"flesh%20to%20stone_xphb","p":275,"s":8,"h":1,"t":1,"uu":"flesh to stone|xphb","xF":{"l":6},"n":"Flesh to Stone"},{"id":5198,"c":2,"u":"fly_xphb","p":276,"s":8,"h":1,"t":1,"uu":"fly|xphb","xF":{"l":3},"n":"Fly"},{"id":5199,"c":2,"u":"fog%20cloud_xphb","p":276,"s":8,"h":1,"t":1,"uu":"fog cloud|xphb","xF":{"l":1},"n":"Fog Cloud"},{"id":5200,"c":2,"u":"forbiddance_xphb","p":276,"s":8,"h":1,"t":1,"uu":"forbiddance|xphb","xF":{"l":6},"n":"Forbiddance"},{"id":5201,"c":2,"u":"forcecage_xphb","p":276,"s":8,"h":1,"t":1,"uu":"forcecage|xphb","xF":{"l":7},"n":"Forcecage"},{"id":5202,"c":2,"u":"foresight_xphb","p":276,"s":8,"h":1,"t":1,"uu":"foresight|xphb","xF":{"l":9},"n":"Foresight"},{"id":5203,"c":2,"u":"fount%20of%20moonlight_xphb","p":277,"s":8,"h":1,"t":1,"uu":"fount of moonlight|xphb","xF":{"l":4},"n":"Fount of Moonlight"},{"id":5204,"c":2,"u":"freedom%20of%20movement_xphb","p":277,"s":8,"h":1,"t":1,"uu":"freedom of movement|xphb","xF":{"l":4},"n":"Freedom of Movement"},{"id":5205,"c":2,"u":"friends_xphb","p":277,"s":8,"h":1,"t":1,"uu":"friends|xphb","xF":{"l":0},"n":"Friends"},{"id":5206,"c":2,"u":"gaseous%20form_xphb","p":277,"s":8,"h":1,"t":1,"uu":"gaseous form|xphb","xF":{"l":3},"n":"Gaseous Form"},{"id":5207,"c":2,"u":"gate_xphb","p":277,"s":8,"h":1,"t":1,"uu":"gate|xphb","m":"spells/XPHB/Gate.webp","xF":{"l":9},"n":"Gate"},{"id":5208,"c":2,"u":"geas_xphb","p":278,"s":8,"h":1,"t":1,"uu":"geas|xphb","xF":{"l":5},"n":"Geas"},{"id":5209,"c":2,"u":"gentle%20repose_xphb","p":278,"s":8,"h":1,"t":1,"uu":"gentle repose|xphb","xF":{"l":2},"n":"Gentle Repose"},{"id":5210,"c":2,"u":"giant%20insect_xphb","p":279,"s":8,"h":1,"t":1,"uu":"giant insect|xphb","xF":{"l":4},"n":"Giant Insect"},{"id":5211,"c":2,"u":"glibness_xphb","p":279,"s":8,"h":1,"t":1,"uu":"glibness|xphb","xF":{"l":8},"n":"Glibness"},{"id":5212,"c":2,"u":"globe%20of%20invulnerability_xphb","p":279,"s":8,"h":1,"t":1,"uu":"globe of invulnerability|xphb","xF":{"l":6},"n":"Globe of Invulnerability"},{"id":5213,"c":2,"u":"glyph%20of%20warding_xphb","p":279,"s":8,"h":1,"t":1,"uu":"glyph of warding|xphb","xF":{"l":3},"n":"Glyph of Warding"},{"id":5214,"c":2,"u":"goodberry_xphb","p":280,"s":8,"h":1,"t":1,"uu":"goodberry|xphb","xF":{"l":1},"n":"Goodberry"},{"id":5215,"c":2,"u":"grasping%20vine_xphb","p":280,"s":8,"h":1,"t":1,"uu":"grasping vine|xphb","xF":{"l":4},"n":"Grasping Vine"},{"id":5216,"c":2,"u":"grease_xphb","p":280,"s":8,"h":1,"t":1,"uu":"grease|xphb","xF":{"l":1},"n":"Grease"},{"id":5217,"c":2,"u":"greater%20invisibility_xphb","p":281,"s":8,"h":1,"t":1,"uu":"greater invisibility|xphb","xF":{"l":4},"n":"Greater Invisibility"},{"id":5218,"c":2,"u":"greater%20restoration_xphb","p":281,"s":8,"h":1,"t":1,"uu":"greater restoration|xphb","xF":{"l":5},"n":"Greater Restoration"},{"id":5219,"c":2,"u":"guardian%20of%20faith_xphb","p":281,"s":8,"h":1,"t":1,"uu":"guardian of faith|xphb","m":"spells/XPHB/Guardian of Faith.webp","xF":{"l":4},"n":"Guardian of Faith"},{"id":5220,"c":2,"u":"guards%20and%20wards_xphb","p":282,"s":8,"h":1,"t":1,"uu":"guards and wards|xphb","xF":{"l":6},"n":"Guards and Wards"},{"id":5221,"c":2,"u":"guidance_xphb","p":282,"s":8,"h":1,"t":1,"uu":"guidance|xphb","xF":{"l":0},"n":"Guidance"},{"id":5222,"c":2,"u":"guiding%20bolt_xphb","p":282,"s":8,"h":1,"t":1,"uu":"guiding bolt|xphb","xF":{"l":1},"n":"Guiding Bolt"},{"id":5223,"c":2,"u":"gust%20of%20wind_xphb","p":282,"s":8,"h":1,"t":1,"uu":"gust of wind|xphb","xF":{"l":2},"n":"Gust of Wind"},{"id":5224,"c":2,"u":"hail%20of%20thorns_xphb","p":283,"s":8,"h":1,"t":1,"uu":"hail of thorns|xphb","xF":{"l":1},"n":"Hail of Thorns"},{"id":5225,"c":2,"u":"hallow_xphb","p":283,"s":8,"h":1,"t":1,"uu":"hallow|xphb","xF":{"l":5},"n":"Hallow"},{"id":5226,"c":2,"u":"hallucinatory%20terrain_xphb","p":283,"s":8,"h":1,"t":1,"uu":"hallucinatory terrain|xphb","xF":{"l":4},"n":"Hallucinatory Terrain"},{"id":5227,"c":2,"u":"harm_xphb","p":283,"s":8,"h":1,"t":1,"uu":"harm|xphb","xF":{"l":6},"n":"Harm"},{"id":5228,"c":2,"u":"haste_xphb","p":284,"s":8,"h":1,"t":1,"uu":"haste|xphb","xF":{"l":3},"n":"Haste"},{"id":5229,"c":2,"u":"heal_xphb","p":284,"s":8,"h":1,"t":1,"uu":"heal|xphb","xF":{"l":6},"n":"Heal"},{"id":5230,"c":2,"u":"healing%20word_xphb","p":284,"s":8,"h":1,"t":1,"uu":"healing word|xphb","xF":{"l":1},"n":"Healing Word"},{"id":5231,"c":2,"u":"heat%20metal_xphb","p":284,"s":8,"h":1,"t":1,"uu":"heat metal|xphb","xF":{"l":2},"n":"Heat Metal"},{"id":5232,"c":2,"u":"hellish%20rebuke_xphb","p":284,"s":8,"h":1,"t":1,"uu":"hellish rebuke|xphb","xF":{"l":1},"n":"Hellish Rebuke"},{"id":5233,"c":2,"u":"heroes'%20feast_xphb","p":284,"s":8,"h":1,"t":1,"uu":"heroes' feast|xphb","m":"spells/XPHB/Heroes' Feast.webp","xF":{"l":6},"n":"Heroes' Feast"},{"id":5234,"c":2,"u":"heroism_xphb","p":285,"s":8,"h":1,"t":1,"uu":"heroism|xphb","xF":{"l":1},"n":"Heroism"},{"id":5235,"c":2,"u":"hex_xphb","p":285,"s":8,"h":1,"t":1,"uu":"hex|xphb","xF":{"l":1},"n":"Hex"},{"id":5236,"c":2,"u":"hold%20monster_xphb","p":285,"s":8,"h":1,"t":1,"uu":"hold monster|xphb","xF":{"l":5},"n":"Hold Monster"},{"id":5237,"c":2,"u":"hold%20person_xphb","p":286,"s":8,"h":1,"t":1,"uu":"hold person|xphb","xF":{"l":2},"n":"Hold Person"},{"id":5238,"c":2,"u":"holy%20aura_xphb","p":286,"s":8,"h":1,"t":1,"uu":"holy aura|xphb","xF":{"l":8},"n":"Holy Aura"},{"id":5239,"c":2,"u":"hunger%20of%20hadar_xphb","p":286,"s":8,"h":1,"t":1,"uu":"hunger of hadar|xphb","m":"spells/XPHB/Hunger of Hadar.webp","xF":{"l":3},"n":"Hunger of Hadar"},{"id":5240,"c":2,"u":"hunter's%20mark_xphb","p":287,"s":8,"h":1,"t":1,"uu":"hunter's mark|xphb","xF":{"l":1},"n":"Hunter's Mark"},{"id":5241,"c":2,"u":"hypnotic%20pattern_xphb","p":287,"s":8,"h":1,"t":1,"uu":"hypnotic pattern|xphb","xF":{"l":3},"n":"Hypnotic Pattern"},{"id":5242,"c":2,"u":"ice%20knife_xphb","p":287,"s":8,"h":1,"t":1,"uu":"ice knife|xphb","m":"spells/XPHB/Ice Knife.webp","xF":{"l":1},"n":"Ice Knife"},{"id":5243,"c":2,"u":"ice%20storm_xphb","p":287,"s":8,"h":1,"t":1,"uu":"ice storm|xphb","xF":{"l":4},"n":"Ice Storm"},{"id":5244,"c":2,"u":"identify_xphb","p":287,"s":8,"h":1,"t":1,"uu":"identify|xphb","xF":{"l":1},"n":"Identify"},{"id":5245,"c":2,"u":"illusory%20script_xphb","p":288,"s":8,"h":1,"t":1,"uu":"illusory script|xphb","xF":{"l":1},"n":"Illusory Script"},{"id":5246,"c":2,"u":"imprisonment_xphb","p":288,"s":8,"h":1,"t":1,"uu":"imprisonment|xphb","xF":{"l":9},"n":"Imprisonment"},{"id":5247,"c":2,"u":"incendiary%20cloud_xphb","p":288,"s":8,"h":1,"t":1,"uu":"incendiary cloud|xphb","xF":{"l":8},"n":"Incendiary Cloud"},{"id":5248,"c":2,"u":"inflict%20wounds_xphb","p":288,"s":8,"h":1,"t":1,"uu":"inflict wounds|xphb","xF":{"l":1},"n":"Inflict Wounds"},{"id":5249,"c":2,"u":"insect%20plague_xphb","p":289,"s":8,"h":1,"t":1,"uu":"insect plague|xphb","xF":{"l":5},"n":"Insect Plague"},{"id":5250,"c":2,"u":"invisibility_xphb","p":289,"s":8,"h":1,"t":1,"uu":"invisibility|xphb","xF":{"l":2},"n":"Invisibility"},{"id":5251,"c":2,"u":"jallarzi's%20storm%20of%20radiance_xphb","p":289,"s":8,"h":1,"t":1,"uu":"jallarzi's storm of radiance|xphb","m":"spells/XPHB/Jallarzi's Storm of Radiance.webp","xF":{"l":5},"n":"Jallarzi's Storm of Radiance"},{"id":5252,"c":2,"u":"jump_xphb","p":290,"s":8,"h":1,"t":1,"uu":"jump|xphb","xF":{"l":1},"n":"Jump"},{"id":5253,"c":2,"u":"knock_xphb","p":290,"s":8,"h":1,"t":1,"uu":"knock|xphb","xF":{"l":2},"n":"Knock"},{"id":5254,"c":2,"u":"legend%20lore_xphb","p":290,"s":8,"h":1,"t":1,"uu":"legend lore|xphb","xF":{"l":5},"n":"Legend Lore"},{"id":5255,"c":2,"u":"leomund's%20secret%20chest_xphb","p":290,"s":8,"h":1,"t":1,"uu":"leomund's secret chest|xphb","xF":{"l":4},"n":"Leomund's Secret Chest"},{"id":5256,"c":2,"u":"leomund's%20tiny%20hut_xphb","p":291,"s":8,"h":1,"t":1,"uu":"leomund's tiny hut|xphb","xF":{"l":3},"n":"Leomund's Tiny Hut"},{"id":5257,"c":2,"u":"lesser%20restoration_xphb","p":291,"s":8,"h":1,"t":1,"uu":"lesser restoration|xphb","m":"spells/XPHB/Lesser Restoration.webp","xF":{"l":2},"n":"Lesser Restoration"},{"id":5258,"c":2,"u":"levitate_xphb","p":291,"s":8,"h":1,"t":1,"uu":"levitate|xphb","xF":{"l":2},"n":"Levitate"},{"id":5259,"c":2,"u":"light_xphb","p":292,"s":8,"h":1,"t":1,"uu":"light|xphb","xF":{"l":0},"n":"Light"},{"id":5260,"c":2,"u":"lightning%20arrow_xphb","p":292,"s":8,"h":1,"t":1,"uu":"lightning arrow|xphb","xF":{"l":3},"n":"Lightning Arrow"},{"id":5261,"c":2,"u":"lightning%20bolt_xphb","p":292,"s":8,"h":1,"t":1,"uu":"lightning bolt|xphb","xF":{"l":3},"n":"Lightning Bolt"},{"id":5262,"c":2,"u":"locate%20animals%20or%20plants_xphb","p":292,"s":8,"h":1,"t":1,"uu":"locate animals or plants|xphb","xF":{"l":2},"n":"Locate Animals or Plants"},{"id":5263,"c":2,"u":"locate%20creature_xphb","p":292,"s":8,"h":1,"t":1,"uu":"locate creature|xphb","xF":{"l":4},"n":"Locate Creature"},{"id":5264,"c":2,"u":"locate%20object_xphb","p":293,"s":8,"h":1,"t":1,"uu":"locate object|xphb","xF":{"l":2},"n":"Locate Object"},{"id":5265,"c":2,"u":"longstrider_xphb","p":293,"s":8,"h":1,"t":1,"uu":"longstrider|xphb","xF":{"l":1},"n":"Longstrider"},{"id":5266,"c":2,"u":"mage%20armor_xphb","p":293,"s":8,"h":1,"t":1,"uu":"mage armor|xphb","m":"spells/XPHB/Mage Armor.webp","xF":{"l":1},"n":"Mage Armor"},{"id":5267,"c":2,"u":"mage%20hand_xphb","p":293,"s":8,"h":1,"t":1,"uu":"mage hand|xphb","xF":{"l":0},"n":"Mage Hand"},{"id":5268,"c":2,"u":"magic%20circle_xphb","p":293,"s":8,"h":1,"t":1,"uu":"magic circle|xphb","xF":{"l":3},"n":"Magic Circle"},{"id":5269,"c":2,"u":"magic%20jar_xphb","p":294,"s":8,"h":1,"t":1,"uu":"magic jar|xphb","xF":{"l":6},"n":"Magic Jar"},{"id":5270,"c":2,"u":"magic%20missile_xphb","p":295,"s":8,"h":1,"t":1,"uu":"magic missile|xphb","m":"spells/XPHB/Magic Missile.webp","xF":{"l":1},"n":"Magic Missile"},{"id":5271,"c":2,"u":"magic%20mouth_xphb","p":295,"s":8,"h":1,"t":1,"uu":"magic mouth|xphb","xF":{"l":2},"n":"Magic Mouth"},{"id":5272,"c":2,"u":"magic%20weapon_xphb","p":295,"s":8,"h":1,"t":1,"uu":"magic weapon|xphb","xF":{"l":2},"n":"Magic Weapon"},{"id":5273,"c":2,"u":"major%20image_xphb","p":295,"s":8,"h":1,"t":1,"uu":"major image|xphb","xF":{"l":3},"n":"Major Image"},{"id":5274,"c":2,"u":"mass%20cure%20wounds_xphb","p":296,"s":8,"h":1,"t":1,"uu":"mass cure wounds|xphb","xF":{"l":5},"n":"Mass Cure Wounds"},{"id":5275,"c":2,"u":"mass%20heal_xphb","p":296,"s":8,"h":1,"t":1,"uu":"mass heal|xphb","xF":{"l":9},"n":"Mass Heal"},{"id":5276,"c":2,"u":"mass%20healing%20word_xphb","p":296,"s":8,"h":1,"t":1,"uu":"mass healing word|xphb","xF":{"l":3},"n":"Mass Healing Word"},{"id":5277,"c":2,"u":"mass%20suggestion_xphb","p":296,"s":8,"h":1,"t":1,"uu":"mass suggestion|xphb","xF":{"l":6},"n":"Mass Suggestion"},{"id":5278,"c":2,"u":"maze_xphb","p":296,"s":8,"h":1,"t":1,"uu":"maze|xphb","xF":{"l":8},"n":"Maze"},{"id":5279,"c":2,"u":"meld%20into%20stone_xphb","p":296,"s":8,"h":1,"t":1,"uu":"meld into stone|xphb","xF":{"l":3},"n":"Meld into Stone"},{"id":5280,"c":2,"u":"melf's%20acid%20arrow_xphb","p":297,"s":8,"h":1,"t":1,"uu":"melf's acid arrow|xphb","m":"spells/XPHB/Melf's Acid Arrow.webp","xF":{"l":2},"n":"Melf's Acid Arrow"},{"id":5281,"c":2,"u":"mending_xphb","p":297,"s":8,"h":1,"t":1,"uu":"mending|xphb","xF":{"l":0},"n":"Mending"},{"id":5282,"c":2,"u":"message_xphb","p":298,"s":8,"h":1,"t":1,"uu":"message|xphb","xF":{"l":0},"n":"Message"},{"id":5283,"c":2,"u":"meteor%20swarm_xphb","p":298,"s":8,"h":1,"t":1,"uu":"meteor swarm|xphb","xF":{"l":9},"n":"Meteor Swarm"},{"id":5284,"c":2,"u":"mind%20blank_xphb","p":298,"s":8,"h":1,"t":1,"uu":"mind blank|xphb","xF":{"l":8},"n":"Mind Blank"},{"id":5285,"c":2,"u":"mind%20sliver_xphb","p":298,"s":8,"h":1,"t":1,"uu":"mind sliver|xphb","xF":{"l":0},"n":"Mind Sliver"},{"id":5286,"c":2,"u":"mind%20spike_xphb","p":298,"s":8,"h":1,"t":1,"uu":"mind spike|xphb","xF":{"l":2},"n":"Mind Spike"},{"id":5287,"c":2,"u":"minor%20illusion_xphb","p":298,"s":8,"h":1,"t":1,"uu":"minor illusion|xphb","xF":{"l":0},"n":"Minor Illusion"},{"id":5288,"c":2,"u":"mirage%20arcane_xphb","p":299,"s":8,"h":1,"t":1,"uu":"mirage arcane|xphb","xF":{"l":7},"n":"Mirage Arcane"},{"id":5289,"c":2,"u":"mirror%20image_xphb","p":299,"s":8,"h":1,"t":1,"uu":"mirror image|xphb","xF":{"l":2},"n":"Mirror Image"},{"id":5290,"c":2,"u":"mislead_xphb","p":299,"s":8,"h":1,"t":1,"uu":"mislead|xphb","xF":{"l":5},"n":"Mislead"},{"id":5291,"c":2,"u":"misty%20step_xphb","p":299,"s":8,"h":1,"t":1,"uu":"misty step|xphb","xF":{"l":2},"n":"Misty Step"},{"id":5292,"c":2,"u":"modify%20memory_xphb","p":299,"s":8,"h":1,"t":1,"uu":"modify memory|xphb","xF":{"l":5},"n":"Modify Memory"},{"id":5293,"c":2,"u":"moonbeam_xphb","p":300,"s":8,"h":1,"t":1,"uu":"moonbeam|xphb","xF":{"l":2},"n":"Moonbeam"},{"id":5294,"c":2,"u":"mordenkainen's%20faithful%20hound_xphb","p":300,"s":8,"h":1,"t":1,"uu":"mordenkainen's faithful hound|xphb","xF":{"l":4},"n":"Mordenkainen's Faithful Hound"},{"id":5295,"c":2,"u":"mordenkainen's%20magnificent%20mansion_xphb","p":300,"s":8,"h":1,"t":1,"uu":"mordenkainen's magnificent mansion|xphb","m":"spells/XPHB/Mordenkainen's Magnificent Mansion.webp","xF":{"l":7},"n":"Mordenkainen's Magnificent Mansion"},{"id":5296,"c":2,"u":"mordenkainen's%20private%20sanctum_xphb","p":301,"s":8,"h":1,"t":1,"uu":"mordenkainen's private sanctum|xphb","xF":{"l":4},"n":"Mordenkainen's Private Sanctum"},{"id":5297,"c":2,"u":"mordenkainen's%20sword_xphb","p":302,"s":8,"h":1,"t":1,"uu":"mordenkainen's sword|xphb","xF":{"l":7},"n":"Mordenkainen's Sword"},{"id":5298,"c":2,"u":"move%20earth_xphb","p":302,"s":8,"h":1,"t":1,"uu":"move earth|xphb","xF":{"l":6},"n":"Move Earth"},{"id":5299,"c":2,"u":"nondetection_xphb","p":302,"s":8,"h":1,"t":1,"uu":"nondetection|xphb","xF":{"l":3},"n":"Nondetection"},{"id":5300,"c":2,"u":"nystul's%20magic%20aura_xphb","p":302,"s":8,"h":1,"t":1,"uu":"nystul's magic aura|xphb","xF":{"l":2},"n":"Nystul's Magic Aura"},{"id":5301,"c":2,"u":"otiluke's%20freezing%20sphere_xphb","p":302,"s":8,"h":1,"t":1,"uu":"otiluke's freezing sphere|xphb","xF":{"l":6},"n":"Otiluke's Freezing Sphere"},{"id":5302,"c":2,"u":"otiluke's%20resilient%20sphere_xphb","p":303,"s":8,"h":1,"t":1,"uu":"otiluke's resilient sphere|xphb","xF":{"l":4},"n":"Otiluke's Resilient Sphere"},{"id":5303,"c":2,"u":"otto's%20irresistible%20dance_xphb","p":303,"s":8,"h":1,"t":1,"uu":"otto's irresistible dance|xphb","xF":{"l":6},"n":"Otto's Irresistible Dance"},{"id":5304,"c":2,"u":"pass%20without%20trace_xphb","p":303,"s":8,"h":1,"t":1,"uu":"pass without trace|xphb","xF":{"l":2},"n":"Pass without Trace"},{"id":5305,"c":2,"u":"passwall_xphb","p":303,"s":8,"h":1,"t":1,"uu":"passwall|xphb","xF":{"l":5},"n":"Passwall"},{"id":5306,"c":2,"u":"phantasmal%20force_xphb","p":304,"s":8,"h":1,"t":1,"uu":"phantasmal force|xphb","xF":{"l":2},"n":"Phantasmal Force"},{"id":5307,"c":2,"u":"phantasmal%20killer_xphb","p":304,"s":8,"h":1,"t":1,"uu":"phantasmal killer|xphb","xF":{"l":4},"n":"Phantasmal Killer"},{"id":5308,"c":2,"u":"phantom%20steed_xphb","p":304,"s":8,"h":1,"t":1,"uu":"phantom steed|xphb","m":"spells/XPHB/Phantom Steed.webp","xF":{"l":3},"n":"Phantom Steed"},{"id":5309,"c":2,"u":"planar%20ally_xphb","p":304,"s":8,"h":1,"t":1,"uu":"planar ally|xphb","xF":{"l":6},"n":"Planar Ally"},{"id":5310,"c":2,"u":"planar%20binding_xphb","p":305,"s":8,"h":1,"t":1,"uu":"planar binding|xphb","xF":{"l":5},"n":"Planar Binding"},{"id":5311,"c":2,"u":"plane%20shift_xphb","p":305,"s":8,"h":1,"t":1,"uu":"plane shift|xphb","xF":{"l":7},"n":"Plane Shift"},{"id":5312,"c":2,"u":"plant%20growth_xphb","p":305,"s":8,"h":1,"t":1,"uu":"plant growth|xphb","xF":{"l":3},"n":"Plant Growth"},{"id":5313,"c":2,"u":"poison%20spray_xphb","p":306,"s":8,"h":1,"t":1,"uu":"poison spray|xphb","xF":{"l":0},"n":"Poison Spray"},{"id":5314,"c":2,"u":"polymorph_xphb","p":306,"s":8,"h":1,"t":1,"uu":"polymorph|xphb","xF":{"l":4},"n":"Polymorph"},{"id":5315,"c":2,"u":"power%20word%20fortify_xphb","p":306,"s":8,"h":1,"t":1,"uu":"power word fortify|xphb","xF":{"l":7},"n":"Power Word Fortify"},{"id":5316,"c":2,"u":"power%20word%20heal_xphb","p":306,"s":8,"h":1,"t":1,"uu":"power word heal|xphb","xF":{"l":9},"n":"Power Word Heal"},{"id":5317,"c":2,"u":"power%20word%20kill_xphb","p":306,"s":8,"h":1,"t":1,"uu":"power word kill|xphb","xF":{"l":9},"n":"Power Word Kill"},{"id":5318,"c":2,"u":"power%20word%20stun_xphb","p":306,"s":8,"h":1,"t":1,"uu":"power word stun|xphb","xF":{"l":8},"n":"Power Word Stun"},{"id":5319,"c":2,"u":"prayer%20of%20healing_xphb","p":307,"s":8,"h":1,"t":1,"uu":"prayer of healing|xphb","xF":{"l":2},"n":"Prayer of Healing"},{"id":5320,"c":2,"u":"prestidigitation_xphb","p":307,"s":8,"h":1,"t":1,"uu":"prestidigitation|xphb","xF":{"l":0},"n":"Prestidigitation"},{"id":5321,"c":2,"u":"prismatic%20spray_xphb","p":307,"s":8,"h":1,"t":1,"uu":"prismatic spray|xphb","xF":{"l":7},"n":"Prismatic Spray"},{"id":5322,"c":2,"u":"prismatic%20wall_xphb","p":308,"s":8,"h":1,"t":1,"uu":"prismatic wall|xphb","xF":{"l":9},"n":"Prismatic Wall"},{"id":5323,"c":2,"u":"produce%20flame_xphb","p":308,"s":8,"h":1,"t":1,"uu":"produce flame|xphb","xF":{"l":0},"n":"Produce Flame"},{"id":5324,"c":2,"u":"programmed%20illusion_xphb","p":309,"s":8,"h":1,"t":1,"uu":"programmed illusion|xphb","m":"spells/XPHB/Programmed Illusion.webp","xF":{"l":6},"n":"Programmed Illusion"},{"id":5325,"c":2,"u":"project%20image_xphb","p":309,"s":8,"h":1,"t":1,"uu":"project image|xphb","xF":{"l":7},"n":"Project Image"},{"id":5326,"c":2,"u":"protection%20from%20energy_xphb","p":309,"s":8,"h":1,"t":1,"uu":"protection from energy|xphb","xF":{"l":3},"n":"Protection from Energy"},{"id":5327,"c":2,"u":"protection%20from%20evil%20and%20good_xphb","p":309,"s":8,"h":1,"t":1,"uu":"protection from evil and good|xphb","xF":{"l":1},"n":"Protection from Evil and Good"},{"id":5328,"c":2,"u":"protection%20from%20poison_xphb","p":310,"s":8,"h":1,"t":1,"uu":"protection from poison|xphb","xF":{"l":2},"n":"Protection from Poison"},{"id":5329,"c":2,"u":"purify%20food%20and%20drink_xphb","p":310,"s":8,"h":1,"t":1,"uu":"purify food and drink|xphb","xF":{"l":1},"n":"Purify Food and Drink"},{"id":5330,"c":2,"u":"raise%20dead_xphb","p":310,"s":8,"h":1,"t":1,"uu":"raise dead|xphb","m":"spells/XPHB/Raise Dead.webp","xF":{"l":5},"n":"Raise Dead"},{"id":5331,"c":2,"u":"rary's%20telepathic%20bond_xphb","p":311,"s":8,"h":1,"t":1,"uu":"rary's telepathic bond|xphb","xF":{"l":5},"n":"Rary's Telepathic Bond"},{"id":5332,"c":2,"u":"ray%20of%20enfeeblement_xphb","p":311,"s":8,"h":1,"t":1,"uu":"ray of enfeeblement|xphb","xF":{"l":2},"n":"Ray of Enfeeblement"},{"id":5333,"c":2,"u":"ray%20of%20frost_xphb","p":311,"s":8,"h":1,"t":1,"uu":"ray of frost|xphb","xF":{"l":0},"n":"Ray of Frost"},{"id":5334,"c":2,"u":"ray%20of%20sickness_xphb","p":311,"s":8,"h":1,"t":1,"uu":"ray of sickness|xphb","xF":{"l":1},"n":"Ray of Sickness"},{"id":5335,"c":2,"u":"regenerate_xphb","p":311,"s":8,"h":1,"t":1,"uu":"regenerate|xphb","xF":{"l":7},"n":"Regenerate"},{"id":5336,"c":2,"u":"reincarnate_xphb","p":311,"s":8,"h":1,"t":1,"uu":"reincarnate|xphb","xF":{"l":5},"n":"Reincarnate"},{"id":5337,"c":2,"u":"remove%20curse_xphb","p":312,"s":8,"h":1,"t":1,"uu":"remove curse|xphb","xF":{"l":3},"n":"Remove Curse"},{"id":5338,"c":2,"u":"resistance_xphb","p":312,"s":8,"h":1,"t":1,"uu":"resistance|xphb","xF":{"l":0},"n":"Resistance"},{"id":5339,"c":2,"u":"resurrection_xphb","p":312,"s":8,"h":1,"t":1,"uu":"resurrection|xphb","xF":{"l":7},"n":"Resurrection"},{"id":5340,"c":2,"u":"reverse%20gravity_xphb","p":312,"s":8,"h":1,"t":1,"uu":"reverse gravity|xphb","xF":{"l":7},"n":"Reverse Gravity"},{"id":5341,"c":2,"u":"revivify_xphb","p":312,"s":8,"h":1,"t":1,"uu":"revivify|xphb","xF":{"l":3},"n":"Revivify"},{"id":5342,"c":2,"u":"rope%20trick_xphb","p":312,"s":8,"h":1,"t":1,"uu":"rope trick|xphb","xF":{"l":2},"n":"Rope Trick"},{"id":5343,"c":2,"u":"sacred%20flame_xphb","p":313,"s":8,"h":1,"t":1,"uu":"sacred flame|xphb","xF":{"l":0},"n":"Sacred Flame"},{"id":5344,"c":2,"u":"sanctuary_xphb","p":313,"s":8,"h":1,"t":1,"uu":"sanctuary|xphb","xF":{"l":1},"n":"Sanctuary"},{"id":5345,"c":2,"u":"scorching%20ray_xphb","p":314,"s":8,"h":1,"t":1,"uu":"scorching ray|xphb","xF":{"l":2},"n":"Scorching Ray"},{"id":5346,"c":2,"u":"scrying_xphb","p":314,"s":8,"h":1,"t":1,"uu":"scrying|xphb","m":"spells/XPHB/Scrying.webp","xF":{"l":5},"n":"Scrying"},{"id":5347,"c":2,"u":"searing%20smite_xphb","p":314,"s":8,"h":1,"t":1,"uu":"searing smite|xphb","xF":{"l":1},"n":"Searing Smite"},{"id":5348,"c":2,"u":"see%20invisibility_xphb","p":314,"s":8,"h":1,"t":1,"uu":"see invisibility|xphb","xF":{"l":2},"n":"See Invisibility"},{"id":5349,"c":2,"u":"seeming_xphb","p":314,"s":8,"h":1,"t":1,"uu":"seeming|xphb","xF":{"l":5},"n":"Seeming"},{"id":5350,"c":2,"u":"sending_xphb","p":314,"s":8,"h":1,"t":1,"uu":"sending|xphb","xF":{"l":3},"n":"Sending"},{"id":5351,"c":2,"u":"sequester_xphb","p":315,"s":8,"h":1,"t":1,"uu":"sequester|xphb","xF":{"l":7},"n":"Sequester"},{"id":5352,"c":2,"u":"shapechange_xphb","p":315,"s":8,"h":1,"t":1,"uu":"shapechange|xphb","m":"spells/XPHB/Shapechange.webp","xF":{"l":9},"n":"Shapechange"},{"id":5353,"c":2,"u":"shatter_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shatter|xphb","xF":{"l":2},"n":"Shatter"},{"id":5354,"c":2,"u":"shield_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shield|xphb","xF":{"l":1},"n":"Shield"},{"id":5355,"c":2,"u":"shield%20of%20faith_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shield of faith|xphb","xF":{"l":1},"n":"Shield of Faith"},{"id":5356,"c":2,"u":"shillelagh_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shillelagh|xphb","xF":{"l":0},"n":"Shillelagh"},{"id":5357,"c":2,"u":"shining%20smite_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shining smite|xphb","xF":{"l":2},"n":"Shining Smite"},{"id":5358,"c":2,"u":"shocking%20grasp_xphb","p":316,"s":8,"h":1,"t":1,"uu":"shocking grasp|xphb","xF":{"l":0},"n":"Shocking Grasp"},{"id":5359,"c":2,"u":"silence_xphb","p":316,"s":8,"h":1,"t":1,"uu":"silence|xphb","xF":{"l":2},"n":"Silence"},{"id":5360,"c":2,"u":"silent%20image_xphb","p":317,"s":8,"h":1,"t":1,"uu":"silent image|xphb","m":"spells/XPHB/Silent Image.webp","xF":{"l":1},"n":"Silent Image"},{"id":5361,"c":2,"u":"simulacrum_xphb","p":317,"s":8,"h":1,"t":1,"uu":"simulacrum|xphb","xF":{"l":7},"n":"Simulacrum"},{"id":5362,"c":2,"u":"sleep_xphb","p":317,"s":8,"h":1,"t":1,"uu":"sleep|xphb","xF":{"l":1},"n":"Sleep"},{"id":5363,"c":2,"u":"sleet%20storm_xphb","p":317,"s":8,"h":1,"t":1,"uu":"sleet storm|xphb","xF":{"l":3},"n":"Sleet Storm"},{"id":5364,"c":2,"u":"slow_xphb","p":318,"s":8,"h":1,"t":1,"uu":"slow|xphb","xF":{"l":3},"n":"Slow"},{"id":5365,"c":2,"u":"sorcerous%20burst_xphb","p":318,"s":8,"h":1,"t":1,"uu":"sorcerous burst|xphb","xF":{"l":0},"n":"Sorcerous Burst"},{"id":5366,"c":2,"u":"spare%20the%20dying_xphb","p":318,"s":8,"h":1,"t":1,"uu":"spare the dying|xphb","xF":{"l":0},"n":"Spare the Dying"},{"id":5367,"c":2,"u":"speak%20with%20animals_xphb","p":318,"s":8,"h":1,"t":1,"uu":"speak with animals|xphb","m":"spells/XPHB/Speak with Animals.webp","xF":{"l":1},"n":"Speak with Animals"},{"id":5368,"c":2,"u":"speak%20with%20dead_xphb","p":318,"s":8,"h":1,"t":1,"uu":"speak with dead|xphb","xF":{"l":3},"n":"Speak with Dead"},{"id":5369,"c":2,"u":"speak%20with%20plants_xphb","p":318,"s":8,"h":1,"t":1,"uu":"speak with plants|xphb","xF":{"l":3},"n":"Speak with Plants"},{"id":5370,"c":2,"u":"spider%20climb_xphb","p":318,"s":8,"h":1,"t":1,"uu":"spider climb|xphb","xF":{"l":2},"n":"Spider Climb"},{"id":5371,"c":2,"u":"spike%20growth_xphb","p":318,"s":8,"h":1,"t":1,"uu":"spike growth|xphb","xF":{"l":2},"n":"Spike Growth"},{"id":5372,"c":2,"u":"spirit%20guardians_xphb","p":318,"s":8,"h":1,"t":1,"uu":"spirit guardians|xphb","xF":{"l":3},"n":"Spirit Guardians"},{"id":5373,"c":2,"u":"spiritual%20weapon_xphb","p":318,"s":8,"h":1,"t":1,"uu":"spiritual weapon|xphb","m":"spells/XPHB/Spiritual Weapon.webp","xF":{"l":2},"n":"Spiritual Weapon"},{"id":5374,"c":2,"u":"staggering%20smite_xphb","p":319,"s":8,"h":1,"t":1,"uu":"staggering smite|xphb","xF":{"l":4},"n":"Staggering Smite"},{"id":5375,"c":2,"u":"starry%20wisp_xphb","p":320,"s":8,"h":1,"t":1,"uu":"starry wisp|xphb","xF":{"l":0},"n":"Starry Wisp"},{"id":5376,"c":2,"u":"steel%20wind%20strike_xphb","p":319,"s":8,"h":1,"t":1,"uu":"steel wind strike|xphb","xF":{"l":5},"n":"Steel Wind Strike"},{"id":5377,"c":2,"u":"stinking%20cloud_xphb","p":320,"s":8,"h":1,"t":1,"uu":"stinking cloud|xphb","xF":{"l":3},"n":"Stinking Cloud"},{"id":5378,"c":2,"u":"stone%20shape_xphb","p":320,"s":8,"h":1,"t":1,"uu":"stone shape|xphb","xF":{"l":4},"n":"Stone Shape"},{"id":5379,"c":2,"u":"stoneskin_xphb","p":320,"s":8,"h":1,"t":1,"uu":"stoneskin|xphb","xF":{"l":4},"n":"Stoneskin"},{"id":5380,"c":2,"u":"storm%20of%20vengeance_xphb","p":320,"s":8,"h":1,"t":1,"uu":"storm of vengeance|xphb","xF":{"l":9},"n":"Storm of Vengeance"},{"id":5381,"c":2,"u":"suggestion_xphb","p":320,"s":8,"h":1,"t":1,"uu":"suggestion|xphb","xF":{"l":2},"n":"Suggestion"},{"id":5382,"c":2,"u":"summon%20aberration_xphb","p":322,"s":8,"h":1,"t":1,"uu":"summon aberration|xphb","m":"spells/XPHB/Summon Aberration.webp","xF":{"l":4},"n":"Summon Aberration"},{"id":5383,"c":2,"u":"summon%20beast_xphb","p":322,"s":8,"h":1,"t":1,"uu":"summon beast|xphb","xF":{"l":2},"n":"Summon Beast"},{"id":5384,"c":2,"u":"summon%20celestial_xphb","p":323,"s":8,"h":1,"t":1,"uu":"summon celestial|xphb","m":"spells/XPHB/Summon Celestial.webp","xF":{"l":5},"n":"Summon Celestial"},{"id":5385,"c":2,"u":"summon%20construct_xphb","p":324,"s":8,"h":1,"t":1,"uu":"summon construct|xphb","m":"spells/XPHB/Summon Construct.webp","xF":{"l":4},"n":"Summon Construct"},{"id":5386,"c":2,"u":"summon%20dragon_xphb","p":324,"s":8,"h":1,"t":1,"uu":"summon dragon|xphb","m":"spells/XPHB/Summon Dragon.webp","xF":{"l":5},"n":"Summon Dragon"},{"id":5387,"c":2,"u":"summon%20elemental_xphb","p":325,"s":8,"h":1,"t":1,"uu":"summon elemental|xphb","xF":{"l":4},"n":"Summon Elemental"},{"id":5388,"c":2,"u":"summon%20fey_xphb","p":326,"s":8,"h":1,"t":1,"uu":"summon fey|xphb","m":"spells/XPHB/Summon Fey.webp","xF":{"l":3},"n":"Summon Fey"},{"id":5389,"c":2,"u":"summon%20fiend_xphb","p":326,"s":8,"h":1,"t":1,"uu":"summon fiend|xphb","m":"spells/XPHB/Summon Fiend.webp","xF":{"l":6},"n":"Summon Fiend"},{"id":5390,"c":2,"u":"summon%20undead_xphb","p":328,"s":8,"h":1,"t":1,"uu":"summon undead|xphb","m":"spells/XPHB/Summon Undead.webp","xF":{"l":3},"n":"Summon Undead"},{"id":5391,"c":2,"u":"sunbeam_xphb","p":329,"s":8,"h":1,"t":1,"uu":"sunbeam|xphb","xF":{"l":6},"n":"Sunbeam"},{"id":5392,"c":2,"u":"sunburst_xphb","p":329,"s":8,"h":1,"t":1,"uu":"sunburst|xphb","xF":{"l":8},"n":"Sunburst"},{"id":5393,"c":2,"u":"swift%20quiver_xphb","p":329,"s":8,"h":1,"t":1,"uu":"swift quiver|xphb","xF":{"l":5},"n":"Swift Quiver"},{"id":5394,"c":2,"u":"symbol_xphb","p":329,"s":8,"h":1,"t":1,"uu":"symbol|xphb","xF":{"l":7},"n":"Symbol"},{"id":5395,"c":2,"u":"synaptic%20static_xphb","p":330,"s":8,"h":1,"t":1,"uu":"synaptic static|xphb","xF":{"l":5},"n":"Synaptic Static"},{"id":5396,"c":2,"u":"tasha's%20bubbling%20cauldron_xphb","p":330,"s":8,"h":1,"t":1,"uu":"tasha's bubbling cauldron|xphb","m":"spells/XPHB/Tasha's Bubbling Cauldron.webp","xF":{"l":6},"n":"Tasha's Bubbling Cauldron"},{"id":5397,"c":2,"u":"tasha's%20hideous%20laughter_xphb","p":331,"s":8,"h":1,"t":1,"uu":"tasha's hideous laughter|xphb","xF":{"l":1},"n":"Tasha's Hideous Laughter"},{"id":5398,"c":2,"u":"telekinesis_xphb","p":331,"s":8,"h":1,"t":1,"uu":"telekinesis|xphb","xF":{"l":5},"n":"Telekinesis"},{"id":5399,"c":2,"u":"telepathy_xphb","p":331,"s":8,"h":1,"t":1,"uu":"telepathy|xphb","xF":{"l":8},"n":"Telepathy"},{"id":5400,"c":2,"u":"teleport_xphb","p":331,"s":8,"h":1,"t":1,"uu":"teleport|xphb","xF":{"l":7},"n":"Teleport"},{"id":5401,"c":2,"u":"teleportation%20circle_xphb","p":332,"s":8,"h":1,"t":1,"uu":"teleportation circle|xphb","xF":{"l":5},"n":"Teleportation Circle"},{"id":5402,"c":2,"u":"tenser's%20floating%20disk_xphb","p":332,"s":8,"h":1,"t":1,"uu":"tenser's floating disk|xphb","m":"spells/XPHB/Tenser's Floating Disk.webp","xF":{"l":1},"n":"Tenser's Floating Disk"},{"id":5403,"c":2,"u":"thaumaturgy_xphb","p":333,"s":8,"h":1,"t":1,"uu":"thaumaturgy|xphb","xF":{"l":0},"n":"Thaumaturgy"},{"id":5404,"c":2,"u":"thorn%20whip_xphb","p":333,"s":8,"h":1,"t":1,"uu":"thorn whip|xphb","xF":{"l":0},"n":"Thorn Whip"},{"id":5405,"c":2,"u":"thunderclap_xphb","p":333,"s":8,"h":1,"t":1,"uu":"thunderclap|xphb","xF":{"l":0},"n":"Thunderclap"},{"id":5406,"c":2,"u":"thunderous%20smite_xphb","p":334,"s":8,"h":1,"t":1,"uu":"thunderous smite|xphb","xF":{"l":1},"n":"Thunderous Smite"},{"id":5407,"c":2,"u":"thunderwave_xphb","p":334,"s":8,"h":1,"t":1,"uu":"thunderwave|xphb","xF":{"l":1},"n":"Thunderwave"},{"id":5408,"c":2,"u":"time%20stop_xphb","p":334,"s":8,"h":1,"t":1,"uu":"time stop|xphb","xF":{"l":9},"n":"Time Stop"},{"id":5409,"c":2,"u":"toll%20the%20dead_xphb","p":334,"s":8,"h":1,"t":1,"uu":"toll the dead|xphb","xF":{"l":0},"n":"Toll the Dead"},{"id":5410,"c":2,"u":"tongues_xphb","p":334,"s":8,"h":1,"t":1,"uu":"tongues|xphb","xF":{"l":3},"n":"Tongues"},{"id":5411,"c":2,"u":"transport%20via%20plants_xphb","p":334,"s":8,"h":1,"t":1,"uu":"transport via plants|xphb","m":"spells/XPHB/Transport via Plants.webp","xF":{"l":6},"n":"Transport via Plants"},{"id":5412,"c":2,"u":"tree%20stride_xphb","p":335,"s":8,"h":1,"t":1,"uu":"tree stride|xphb","m":"spells/XPHB/Tree Stride.webp","xF":{"l":5},"n":"Tree Stride"},{"id":5413,"c":2,"u":"true%20polymorph_xphb","p":335,"s":8,"h":1,"t":1,"uu":"true polymorph|xphb","xF":{"l":9},"n":"True Polymorph"},{"id":5414,"c":2,"u":"true%20resurrection_xphb","p":336,"s":8,"h":1,"t":1,"uu":"true resurrection|xphb","xF":{"l":9},"n":"True Resurrection"},{"id":5415,"c":2,"u":"true%20seeing_xphb","p":336,"s":8,"h":1,"t":1,"uu":"true seeing|xphb","xF":{"l":6},"n":"True Seeing"},{"id":5416,"c":2,"u":"true%20strike_xphb","p":336,"s":8,"h":1,"t":1,"uu":"true strike|xphb","xF":{"l":0},"n":"True Strike"},{"id":5417,"c":2,"u":"tsunami_xphb","p":336,"s":8,"h":1,"t":1,"uu":"tsunami|xphb","xF":{"l":8},"n":"Tsunami"},{"id":5418,"c":2,"u":"unseen%20servant_xphb","p":336,"s":8,"h":1,"t":1,"uu":"unseen servant|xphb","xF":{"l":1},"n":"Unseen Servant"},{"id":5419,"c":2,"u":"vampiric%20touch_xphb","p":337,"s":8,"h":1,"t":1,"uu":"vampiric touch|xphb","xF":{"l":3},"n":"Vampiric Touch"},{"id":5420,"c":2,"u":"vicious%20mockery_xphb","p":337,"s":8,"h":1,"t":1,"uu":"vicious mockery|xphb","m":"spells/XPHB/Vicious Mockery.webp","xF":{"l":0},"n":"Vicious Mockery"},{"id":5421,"c":2,"u":"vitriolic%20sphere_xphb","p":337,"s":8,"h":1,"t":1,"uu":"vitriolic sphere|xphb","m":"spells/XPHB/Vitriolic Sphere.webp","xF":{"l":4},"n":"Vitriolic Sphere"},{"id":5422,"c":2,"u":"wall%20of%20fire_xphb","p":338,"s":8,"h":1,"t":1,"uu":"wall of fire|xphb","xF":{"l":4},"n":"Wall of Fire"},{"id":5423,"c":2,"u":"wall%20of%20force_xphb","p":338,"s":8,"h":1,"t":1,"uu":"wall of force|xphb","xF":{"l":5},"n":"Wall of Force"},{"id":5424,"c":2,"u":"wall%20of%20ice_xphb","p":339,"s":8,"h":1,"t":1,"uu":"wall of ice|xphb","xF":{"l":6},"n":"Wall of Ice"},{"id":5425,"c":2,"u":"wall%20of%20stone_xphb","p":339,"s":8,"h":1,"t":1,"uu":"wall of stone|xphb","xF":{"l":5},"n":"Wall of Stone"},{"id":5426,"c":2,"u":"wall%20of%20thorns_xphb","p":339,"s":8,"h":1,"t":1,"uu":"wall of thorns|xphb","xF":{"l":6},"n":"Wall of Thorns"},{"id":5427,"c":2,"u":"warding%20bond_xphb","p":340,"s":8,"h":1,"t":1,"uu":"warding bond|xphb","xF":{"l":2},"n":"Warding Bond"},{"id":5428,"c":2,"u":"water%20breathing_xphb","p":340,"s":8,"h":1,"t":1,"uu":"water breathing|xphb","m":"spells/XPHB/Water Breathing.webp","xF":{"l":3},"n":"Water Breathing"},{"id":5429,"c":2,"u":"water%20walk_xphb","p":340,"s":8,"h":1,"t":1,"uu":"water walk|xphb","m":"spells/XPHB/Water Walk.webp","xF":{"l":3},"n":"Water Walk"},{"id":5430,"c":2,"u":"web_xphb","p":340,"s":8,"h":1,"t":1,"uu":"web|xphb","xF":{"l":2},"n":"Web"},{"id":5431,"c":2,"u":"weird_xphb","p":341,"s":8,"h":1,"t":1,"uu":"weird|xphb","xF":{"l":9},"n":"Weird"},{"id":5432,"c":2,"u":"wind%20walk_xphb","p":341,"s":8,"h":1,"t":1,"uu":"wind walk|xphb","xF":{"l":6},"n":"Wind Walk"},{"id":5433,"c":2,"u":"wind%20wall_xphb","p":341,"s":8,"h":1,"t":1,"uu":"wind wall|xphb","xF":{"l":3},"n":"Wind Wall"},{"id":5434,"c":2,"u":"wish_xphb","p":341,"s":8,"h":1,"t":1,"uu":"wish|xphb","xF":{"l":9},"n":"Wish"},{"id":5435,"c":2,"u":"witch%20bolt_xphb","p":343,"s":8,"h":1,"t":1,"uu":"witch bolt|xphb","m":"spells/XPHB/Witch Bolt.webp","xF":{"l":1},"n":"Witch Bolt"},{"id":5436,"c":2,"u":"word%20of%20radiance_xphb","p":343,"s":8,"h":1,"t":1,"uu":"word of radiance|xphb","xF":{"l":0},"n":"Word of Radiance"},{"id":5437,"c":2,"u":"word%20of%20recall_xphb","p":343,"s":8,"h":1,"t":1,"uu":"word of recall|xphb","xF":{"l":6},"n":"Word of Recall"},{"id":5438,"c":2,"u":"wrathful%20smite_xphb","p":343,"s":8,"h":1,"t":1,"uu":"wrathful smite|xphb","xF":{"l":1},"n":"Wrathful Smite"},{"id":5439,"c":2,"u":"yolande's%20regal%20presence_xphb","p":343,"s":8,"h":1,"t":1,"uu":"yolande's regal presence|xphb","m":"spells/XPHB/Yolande's Regal Presence.webp","xF":{"l":5},"n":"Yolande's Regal Presence"},{"id":5440,"c":2,"u":"zone%20of%20truth_xphb","p":343,"s":8,"h":1,"t":1,"uu":"zone of truth|xphb","xF":{"l":2},"n":"Zone of Truth"},{"id":5441,"c":2,"u":"air%20bubble_aag","p":22,"s":102,"h":1,"t":1,"uu":"air bubble|aag","m":"spells/AAG/Air Bubble.webp","xF":{"l":2},"n":"Air Bubble"},{"id":5442,"c":2,"u":"create%20spelljamming%20helm_aag","p":22,"s":102,"h":1,"t":1,"uu":"create spelljamming helm|aag","xF":{"l":5},"n":"Create Spelljamming Helm"},{"id":5443,"c":2,"u":"distort%20value_ai","p":75,"s":15,"h":1,"t":1,"uu":"distort value|ai","xF":{"l":1},"n":"Distort Value"},{"id":5444,"c":2,"u":"fast%20friends_ai","p":75,"s":15,"h":1,"t":1,"uu":"fast friends|ai","xF":{"l":3},"n":"Fast Friends"},{"id":5445,"c":2,"u":"gift%20of%20gab_ai","p":76,"s":15,"h":1,"t":1,"uu":"gift of gab|ai","xF":{"l":2},"n":"Gift of Gab"},{"id":5446,"c":2,"u":"incite%20greed_ai","p":76,"s":15,"h":1,"t":1,"uu":"incite greed|ai","xF":{"l":3},"n":"Incite Greed"},{"id":5447,"c":2,"u":"jim's%20glowing%20coin_ai","p":76,"s":15,"h":1,"t":1,"uu":"jim's glowing coin|ai","xF":{"l":2},"n":"Jim's Glowing Coin"},{"id":5448,"c":2,"u":"jim's%20magic%20missile_ai","p":76,"s":15,"h":1,"t":1,"uu":"jim's magic missile|ai","xF":{"l":1},"n":"Jim's Magic Missile"},{"id":5449,"c":2,"u":"motivational%20speech_ai","p":77,"s":15,"h":1,"t":1,"uu":"motivational speech|ai","xF":{"l":3},"n":"Motivational Speech"},{"id":5450,"c":2,"u":"conjure%20the%20deep%20haze_dodk","p":226,"s":25,"h":1,"dP":1,"t":1,"uu":"conjure the deep haze|dodk","xF":{"l":5},"n":"Conjure the Deep Haze"},{"id":5451,"c":2,"u":"contaminated%20power_dodk","p":226,"s":25,"h":1,"dP":1,"t":1,"uu":"contaminated power|dodk","xF":{"l":8},"n":"Contaminated Power"},{"id":5452,"c":2,"u":"contamination%20immunity_dodk","p":226,"s":25,"h":1,"dP":1,"t":1,"uu":"contamination immunity|dodk","xF":{"l":7},"n":"Contamination Immunity"},{"id":5453,"c":2,"u":"delerium%20blast_dodk","p":227,"s":25,"h":1,"dP":1,"t":1,"uu":"delerium blast|dodk","xF":{"l":4},"n":"Delerium Blast"},{"id":5454,"c":2,"u":"delerium%20orb_dodk","p":227,"s":25,"h":1,"dP":1,"t":1,"uu":"delerium orb|dodk","xF":{"l":1},"n":"Delerium Orb"},{"id":5455,"c":2,"u":"forced%20evolution_dodk","p":227,"s":25,"h":1,"dP":1,"t":1,"uu":"forced evolution|dodk","xF":{"l":4},"n":"Forced Evolution"},{"id":5456,"c":2,"u":"neutralizing%20field_dodk","p":228,"s":25,"h":1,"dP":1,"t":1,"uu":"neutralizing field|dodk","xF":{"l":5},"n":"Neutralizing Field"},{"id":5457,"c":2,"u":"octarine%20spray_dodk","p":228,"s":25,"h":1,"dP":1,"t":1,"uu":"octarine spray|dodk","xF":{"l":7},"n":"Octarine Spray"},{"id":5458,"c":2,"u":"purge%20contamination_dodk","p":228,"s":25,"h":1,"dP":1,"t":1,"uu":"purge contamination|dodk","xF":{"l":3},"n":"Purge Contamination"},{"id":5459,"c":2,"u":"ray%20of%20contamination_dodk","p":229,"s":25,"h":1,"dP":1,"t":1,"uu":"ray of contamination|dodk","xF":{"l":6},"n":"Ray of Contamination"},{"id":5460,"c":2,"u":"ride%20the%20rifts_dodk","p":228,"s":25,"h":1,"dP":1,"t":1,"uu":"ride the rifts|dodk","xF":{"l":3},"n":"Ride the Rifts"},{"id":5461,"c":2,"u":"sacrament%20of%20the%20falling%20fire_dodk","p":229,"s":25,"h":1,"dP":1,"t":1,"uu":"sacrament of the falling fire|dodk","xF":{"l":9},"n":"Sacrament of the Falling Fire"},{"id":5462,"c":2,"u":"siphon%20contamination_dodk","p":229,"s":25,"h":1,"dP":1,"t":1,"uu":"siphon contamination|dodk","xF":{"l":6},"n":"Siphon Contamination"},{"id":5463,"c":2,"u":"warp%20bolt_dodk","p":229,"s":25,"h":1,"dP":1,"t":1,"uu":"warp bolt|dodk","xF":{"l":2},"n":"Warp Bolt"},{"id":5464,"c":2,"u":"dark%20star_egw","p":186,"s":28,"h":1,"dP":1,"t":1,"uu":"dark star|egw","m":"spells/EGW/Dark Star.webp","xF":{"l":8},"n":"Dark Star"},{"id":5465,"c":2,"u":"fortune's%20favor_egw","p":186,"s":28,"h":1,"dP":1,"t":1,"uu":"fortune's favor|egw","xF":{"l":2},"n":"Fortune's Favor"},{"id":5466,"c":2,"u":"gift%20of%20alacrity_egw","p":186,"s":28,"h":1,"dP":1,"t":1,"uu":"gift of alacrity|egw","xF":{"l":1},"n":"Gift of Alacrity"},{"id":5467,"c":2,"u":"gravity%20fissure_egw","p":187,"s":28,"h":1,"dP":1,"t":1,"uu":"gravity fissure|egw","xF":{"l":6},"n":"Gravity Fissure"},{"id":5468,"c":2,"u":"gravity%20sinkhole_egw","p":187,"s":28,"h":1,"dP":1,"t":1,"uu":"gravity sinkhole|egw","xF":{"l":4},"n":"Gravity Sinkhole"},{"id":5469,"c":2,"u":"immovable%20object_egw","p":187,"s":28,"h":1,"dP":1,"t":1,"uu":"immovable object|egw","xF":{"l":2},"n":"Immovable Object"},{"id":5470,"c":2,"u":"magnify%20gravity_egw","p":188,"s":28,"h":1,"dP":1,"t":1,"uu":"magnify gravity|egw","xF":{"l":1},"n":"Magnify Gravity"},{"id":5471,"c":2,"u":"pulse%20wave_egw","p":188,"s":28,"h":1,"dP":1,"t":1,"uu":"pulse wave|egw","xF":{"l":3},"n":"Pulse Wave"},{"id":5472,"c":2,"u":"ravenous%20void_egw","p":188,"s":28,"h":1,"dP":1,"t":1,"uu":"ravenous void|egw","xF":{"l":9},"n":"Ravenous Void"},{"id":5473,"c":2,"u":"reality%20break_egw","p":189,"s":28,"h":1,"dP":1,"t":1,"uu":"reality break|egw","m":"spells/EGW/Reality Break.webp","xF":{"l":8},"n":"Reality Break"},{"id":5474,"c":2,"u":"sapping%20sting_egw","p":189,"s":28,"h":1,"dP":1,"t":1,"uu":"sapping sting|egw","xF":{"l":0},"n":"Sapping Sting"},{"id":5475,"c":2,"u":"temporal%20shunt_egw","p":189,"s":28,"h":1,"dP":1,"t":1,"uu":"temporal shunt|egw","xF":{"l":5},"n":"Temporal Shunt"},{"id":5476,"c":2,"u":"tether%20essence_egw","p":189,"s":28,"h":1,"dP":1,"t":1,"uu":"tether essence|egw","xF":{"l":7},"n":"Tether Essence"},{"id":5477,"c":2,"u":"time%20ravage_egw","p":189,"s":28,"h":1,"dP":1,"t":1,"uu":"time ravage|egw","xF":{"l":9},"n":"Time Ravage"},{"id":5478,"c":2,"u":"wristpocket_egw","p":190,"s":28,"h":1,"dP":1,"t":1,"uu":"wristpocket|egw","xF":{"l":2},"n":"Wristpocket"},{"id":5479,"c":2,"u":"encode%20thoughts_ggr","p":47,"s":31,"h":1,"t":1,"uu":"encode thoughts|ggr","m":"spells/GGR/Encode Thoughts.webp","xF":{"l":0},"n":"Encode Thoughts"},{"id":5480,"c":2,"u":"arboreal%20curse_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"arboreal curse|ghloe","xF":{"l":7},"n":"Arboreal Curse"},{"id":5481,"c":2,"u":"consume%20mind_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"consume mind|ghloe","xF":{"l":4},"n":"Consume Mind"},{"id":5482,"c":2,"u":"heartseeker_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"heartseeker|ghloe","xF":{"l":6},"n":"Heartseeker"},{"id":5483,"c":2,"u":"hunter%20sense_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"hunter sense|ghloe","xF":{"l":0},"n":"Hunter Sense"},{"id":5484,"c":2,"u":"magic%20mirror_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"magic mirror|ghloe","xF":{"l":5},"n":"Magic Mirror"},{"id":5485,"c":2,"u":"suffocate_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"suffocate|ghloe","xF":{"l":3},"n":"Suffocate"},{"id":5486,"c":2,"u":"wrack_ghloe","s":32,"h":1,"dP":1,"t":1,"uu":"wrack|ghloe","xF":{"l":2},"n":"Wrack"},{"id":5487,"c":2,"u":"create%20magen_idrotf","p":318,"s":37,"h":1,"t":1,"uu":"create magen|idrotf","xF":{"l":7},"n":"Create Magen"},{"id":5488,"c":2,"u":"frost%20fingers_idrotf","p":318,"s":37,"h":1,"t":1,"uu":"frost fingers|idrotf","xF":{"l":1},"n":"Frost Fingers"},{"id":5489,"c":2,"u":"acid%20splash_phb","p":211,"s":51,"h":1,"r":1,"t":1,"uu":"acid splash|phb","xF":{"l":0},"n":"Acid Splash"},{"id":5490,"c":2,"u":"aid_phb","p":211,"s":51,"h":1,"r":1,"t":1,"uu":"aid|phb","xF":{"l":2},"n":"Aid"},{"id":5491,"c":2,"u":"alarm_phb","p":211,"s":51,"h":1,"r":1,"t":1,"uu":"alarm|phb","xF":{"l":1},"n":"Alarm"},{"id":5492,"c":2,"u":"alter%20self_phb","p":211,"s":51,"h":1,"r":1,"t":1,"uu":"alter self|phb","xF":{"l":2},"n":"Alter Self"},{"id":5493,"c":2,"u":"animal%20friendship_phb","p":212,"s":51,"h":1,"r":1,"t":1,"uu":"animal friendship|phb","xF":{"l":1},"n":"Animal Friendship"},{"id":5494,"c":2,"u":"animal%20messenger_phb","p":212,"s":51,"h":1,"r":1,"t":1,"uu":"animal messenger|phb","xF":{"l":2},"n":"Animal Messenger"},{"id":5495,"c":2,"u":"animal%20shapes_phb","p":212,"s":51,"h":1,"r":1,"t":1,"uu":"animal shapes|phb","xF":{"l":8},"n":"Animal Shapes"},{"id":5496,"c":2,"u":"animate%20dead_phb","p":212,"s":51,"h":1,"r":1,"t":1,"uu":"animate dead|phb","xF":{"l":3},"n":"Animate Dead"},{"id":5497,"c":2,"u":"animate%20objects_phb","p":213,"s":51,"h":1,"r":1,"t":1,"uu":"animate objects|phb","xF":{"l":5},"n":"Animate Objects"},{"id":5498,"c":2,"u":"antilife%20shell_phb","p":213,"s":51,"h":1,"r":1,"t":1,"uu":"antilife shell|phb","xF":{"l":5},"n":"Antilife Shell"},{"id":5499,"c":2,"u":"antimagic%20field_phb","p":213,"s":51,"h":1,"r":1,"t":1,"uu":"antimagic field|phb","xF":{"l":8},"n":"Antimagic Field"},{"id":5500,"c":2,"u":"antipathy%2fsympathy_phb","p":214,"s":51,"h":1,"r":1,"t":1,"uu":"antipathy/sympathy|phb","xF":{"l":8},"n":"Antipathy/Sympathy"},{"id":5501,"c":2,"u":"arcane%20eye_phb","p":214,"s":51,"h":1,"r":1,"t":1,"uu":"arcane eye|phb","xF":{"l":4},"n":"Arcane Eye"},{"id":5502,"c":2,"u":"arcane%20gate_phb","p":214,"s":51,"h":1,"t":1,"uu":"arcane gate|phb","xF":{"l":6},"n":"Arcane Gate"},{"id":5503,"c":2,"u":"arcane%20lock_phb","p":215,"s":51,"h":1,"r":1,"t":1,"uu":"arcane lock|phb","xF":{"l":2},"n":"Arcane Lock"},{"id":5504,"c":2,"u":"armor%20of%20agathys_phb","p":215,"s":51,"h":1,"t":1,"uu":"armor of agathys|phb","xF":{"l":1},"n":"Armor of Agathys"},{"id":5505,"c":2,"u":"arms%20of%20hadar_phb","p":215,"s":51,"h":1,"t":1,"uu":"arms of hadar|phb","xF":{"l":1},"n":"Arms of Hadar"},{"id":5506,"c":2,"u":"astral%20projection_phb","p":215,"s":51,"h":1,"r":1,"t":1,"uu":"astral projection|phb","xF":{"l":9},"n":"Astral Projection"},{"id":5507,"c":2,"u":"augury_phb","p":215,"s":51,"h":1,"r":1,"t":1,"uu":"augury|phb","xF":{"l":2},"n":"Augury"},{"id":5508,"c":2,"u":"aura%20of%20life_phb","p":216,"s":51,"h":1,"t":1,"uu":"aura of life|phb","xF":{"l":4},"n":"Aura of Life"},{"id":5509,"c":2,"u":"aura%20of%20purity_phb","p":216,"s":51,"h":1,"t":1,"uu":"aura of purity|phb","xF":{"l":4},"n":"Aura of Purity"},{"id":5510,"c":2,"u":"aura%20of%20vitality_phb","p":216,"s":51,"h":1,"t":1,"uu":"aura of vitality|phb","xF":{"l":3},"n":"Aura of Vitality"},{"id":5511,"c":2,"u":"awaken_phb","p":216,"s":51,"h":1,"r":1,"t":1,"uu":"awaken|phb","xF":{"l":5},"n":"Awaken"},{"id":5512,"c":2,"u":"bane_phb","p":216,"s":51,"h":1,"r":1,"t":1,"uu":"bane|phb","xF":{"l":1},"n":"Bane"},{"id":5513,"c":2,"u":"banishing%20smite_phb","p":216,"s":51,"h":1,"t":1,"uu":"banishing smite|phb","xF":{"l":5},"n":"Banishing Smite"},{"id":5514,"c":2,"u":"banishment_phb","p":217,"s":51,"h":1,"r":1,"t":1,"uu":"banishment|phb","xF":{"l":4},"n":"Banishment"},{"id":5515,"c":2,"u":"barkskin_phb","p":217,"s":51,"h":1,"r":1,"t":1,"uu":"barkskin|phb","m":"spells/PHB/Barkskin.webp","xF":{"l":2},"n":"Barkskin"},{"id":5516,"c":2,"u":"beacon%20of%20hope_phb","p":217,"s":51,"h":1,"r":1,"t":1,"uu":"beacon of hope|phb","xF":{"l":3},"n":"Beacon of Hope"},{"id":5517,"c":2,"u":"beast%20sense_phb","p":217,"s":51,"h":1,"t":1,"uu":"beast sense|phb","xF":{"l":2},"n":"Beast Sense"},{"id":5518,"c":2,"u":"bestow%20curse_phb","p":218,"s":51,"h":1,"r":1,"t":1,"uu":"bestow curse|phb","xF":{"l":3},"n":"Bestow Curse"},{"id":5519,"c":2,"u":"bigby's%20hand_phb","p":218,"s":51,"h":1,"r":1,"t":1,"uu":"bigby's hand|phb","xF":{"l":5},"n":"Bigby's Hand"},{"id":5520,"c":2,"u":"bigby's%20hand_phb","p":218,"s":51,"h":1,"r":1,"t":1,"uu":"bigby's hand|phb","xF":{"l":5},"n":"Arcane Hand"},{"id":5521,"c":2,"u":"blade%20barrier_phb","p":218,"s":51,"h":1,"r":1,"t":1,"uu":"blade barrier|phb","xF":{"l":6},"n":"Blade Barrier"},{"id":5522,"c":2,"u":"blade%20ward_phb","p":218,"s":51,"h":1,"t":1,"uu":"blade ward|phb","xF":{"l":0},"n":"Blade Ward"},{"id":5523,"c":2,"u":"bless_phb","p":219,"s":51,"h":1,"r":1,"t":1,"uu":"bless|phb","xF":{"l":1},"n":"Bless"},{"id":5524,"c":2,"u":"blight_phb","p":219,"s":51,"h":1,"r":1,"t":1,"uu":"blight|phb","xF":{"l":4},"n":"Blight"},{"id":5525,"c":2,"u":"blinding%20smite_phb","p":219,"s":51,"h":1,"t":1,"uu":"blinding smite|phb","xF":{"l":3},"n":"Blinding Smite"},{"id":5526,"c":2,"u":"blindness%2fdeafness_phb","p":219,"s":51,"h":1,"r":1,"t":1,"uu":"blindness/deafness|phb","xF":{"l":2},"n":"Blindness/Deafness"},{"id":5527,"c":2,"u":"blink_phb","p":219,"s":51,"h":1,"r":1,"t":1,"uu":"blink|phb","xF":{"l":3},"n":"Blink"},{"id":5528,"c":2,"u":"blur_phb","p":219,"s":51,"h":1,"r":1,"t":1,"uu":"blur|phb","xF":{"l":2},"n":"Blur"},{"id":5529,"c":2,"u":"branding%20smite_phb","p":219,"s":51,"h":1,"r":1,"t":1,"uu":"branding smite|phb","xF":{"l":2},"n":"Branding Smite"},{"id":5530,"c":2,"u":"burning%20hands_phb","p":220,"s":51,"h":1,"r":1,"t":1,"uu":"burning hands|phb","m":"spells/PHB/Burning Hands.webp","xF":{"l":1},"n":"Burning Hands"},{"id":5531,"c":2,"u":"call%20lightning_phb","p":220,"s":51,"h":1,"r":1,"t":1,"uu":"call lightning|phb","xF":{"l":3},"n":"Call Lightning"},{"id":5532,"c":2,"u":"calm%20emotions_phb","p":221,"s":51,"h":1,"r":1,"t":1,"uu":"calm emotions|phb","xF":{"l":2},"n":"Calm Emotions"},{"id":5533,"c":2,"u":"chain%20lightning_phb","p":221,"s":51,"h":1,"r":1,"t":1,"uu":"chain lightning|phb","xF":{"l":6},"n":"Chain Lightning"},{"id":5534,"c":2,"u":"charm%20person_phb","p":221,"s":51,"h":1,"r":1,"t":1,"uu":"charm person|phb","xF":{"l":1},"n":"Charm Person"},{"id":5535,"c":2,"u":"chill%20touch_phb","p":221,"s":51,"h":1,"r":1,"t":1,"uu":"chill touch|phb","xF":{"l":0},"n":"Chill Touch"},{"id":5536,"c":2,"u":"chromatic%20orb_phb","p":221,"s":51,"h":1,"t":1,"uu":"chromatic orb|phb","xF":{"l":1},"n":"Chromatic Orb"},{"id":5537,"c":2,"u":"circle%20of%20death_phb","p":221,"s":51,"h":1,"r":1,"t":1,"uu":"circle of death|phb","xF":{"l":6},"n":"Circle of Death"},{"id":5538,"c":2,"u":"circle%20of%20power_phb","p":221,"s":51,"h":1,"t":1,"uu":"circle of power|phb","xF":{"l":5},"n":"Circle of Power"},{"id":5539,"c":2,"u":"clairvoyance_phb","p":222,"s":51,"h":1,"r":1,"t":1,"uu":"clairvoyance|phb","xF":{"l":3},"n":"Clairvoyance"},{"id":5540,"c":2,"u":"clone_phb","p":222,"s":51,"h":1,"r":1,"t":1,"uu":"clone|phb","xF":{"l":8},"n":"Clone"},{"id":5541,"c":2,"u":"cloud%20of%20daggers_phb","p":222,"s":51,"h":1,"t":1,"uu":"cloud of daggers|phb","xF":{"l":2},"n":"Cloud of Daggers"},{"id":5542,"c":2,"u":"cloudkill_phb","p":222,"s":51,"h":1,"r":1,"t":1,"uu":"cloudkill|phb","m":"spells/PHB/Cloudkill.webp","xF":{"l":5},"n":"Cloudkill"},{"id":5543,"c":2,"u":"color%20spray_phb","p":222,"s":51,"h":1,"r":1,"t":1,"uu":"color spray|phb","xF":{"l":1},"n":"Color Spray"},{"id":5544,"c":2,"u":"command_phb","p":223,"s":51,"h":1,"r":1,"t":1,"uu":"command|phb","xF":{"l":1},"n":"Command"},{"id":5545,"c":2,"u":"commune_phb","p":223,"s":51,"h":1,"r":1,"t":1,"uu":"commune|phb","xF":{"l":5},"n":"Commune"},{"id":5546,"c":2,"u":"commune%20with%20nature_phb","p":224,"s":51,"h":1,"r":1,"t":1,"uu":"commune with nature|phb","xF":{"l":5},"n":"Commune with Nature"},{"id":5547,"c":2,"u":"compelled%20duel_phb","p":224,"s":51,"h":1,"t":1,"uu":"compelled duel|phb","xF":{"l":1},"n":"Compelled Duel"},{"id":5548,"c":2,"u":"comprehend%20languages_phb","p":224,"s":51,"h":1,"r":1,"t":1,"uu":"comprehend languages|phb","xF":{"l":1},"n":"Comprehend Languages"},{"id":5549,"c":2,"u":"compulsion_phb","p":224,"s":51,"h":1,"r":1,"t":1,"uu":"compulsion|phb","xF":{"l":4},"n":"Compulsion"},{"id":5550,"c":2,"u":"cone%20of%20cold_phb","p":224,"s":51,"h":1,"r":1,"t":1,"uu":"cone of cold|phb","xF":{"l":5},"n":"Cone of Cold"},{"id":5551,"c":2,"u":"confusion_phb","p":224,"s":51,"h":1,"r":1,"t":1,"uu":"confusion|phb","xF":{"l":4},"n":"Confusion"},{"id":5552,"c":2,"u":"conjure%20animals_phb","p":225,"s":51,"h":1,"r":1,"t":1,"uu":"conjure animals|phb","xF":{"l":3},"n":"Conjure Animals"},{"id":5553,"c":2,"u":"conjure%20barrage_phb","p":225,"s":51,"h":1,"t":1,"uu":"conjure barrage|phb","xF":{"l":3},"n":"Conjure Barrage"},{"id":5554,"c":2,"u":"conjure%20celestial_phb","p":225,"s":51,"h":1,"r":1,"t":1,"uu":"conjure celestial|phb","xF":{"l":7},"n":"Conjure Celestial"},{"id":5555,"c":2,"u":"conjure%20elemental_phb","p":225,"s":51,"h":1,"r":1,"t":1,"uu":"conjure elemental|phb","xF":{"l":5},"n":"Conjure Elemental"},{"id":5556,"c":2,"u":"conjure%20fey_phb","p":226,"s":51,"h":1,"r":1,"t":1,"uu":"conjure fey|phb","xF":{"l":6},"n":"Conjure Fey"},{"id":5557,"c":2,"u":"conjure%20minor%20elementals_phb","p":226,"s":51,"h":1,"r":1,"t":1,"uu":"conjure minor elementals|phb","xF":{"l":4},"n":"Conjure Minor Elementals"},{"id":5558,"c":2,"u":"conjure%20volley_phb","p":226,"s":51,"h":1,"t":1,"uu":"conjure volley|phb","xF":{"l":5},"n":"Conjure Volley"},{"id":5559,"c":2,"u":"conjure%20woodland%20beings_phb","p":226,"s":51,"h":1,"r":1,"t":1,"uu":"conjure woodland beings|phb","xF":{"l":4},"n":"Conjure Woodland Beings"},{"id":5560,"c":2,"u":"contact%20other%20plane_phb","p":226,"s":51,"h":1,"r":1,"t":1,"uu":"contact other plane|phb","xF":{"l":5},"n":"Contact Other Plane"},{"id":5561,"c":2,"u":"contagion_phb","p":227,"s":51,"h":1,"r":1,"t":1,"uu":"contagion|phb","xF":{"l":5},"n":"Contagion"},{"id":5562,"c":2,"u":"contingency_phb","p":227,"s":51,"h":1,"r":1,"t":1,"uu":"contingency|phb","xF":{"l":6},"n":"Contingency"},{"id":5563,"c":2,"u":"continual%20flame_phb","p":227,"s":51,"h":1,"r":1,"t":1,"uu":"continual flame|phb","xF":{"l":2},"n":"Continual Flame"},{"id":5564,"c":2,"u":"control%20water_phb","p":227,"s":51,"h":1,"r":1,"t":1,"uu":"control water|phb","xF":{"l":4},"n":"Control Water"},{"id":5565,"c":2,"u":"control%20weather_phb","p":228,"s":51,"h":1,"r":1,"t":1,"uu":"control weather|phb","xF":{"l":8},"n":"Control Weather"},{"id":5566,"c":2,"u":"cordon%20of%20arrows_phb","p":228,"s":51,"h":1,"t":1,"uu":"cordon of arrows|phb","xF":{"l":2},"n":"Cordon of Arrows"},{"id":5567,"c":2,"u":"counterspell_phb","p":228,"s":51,"h":1,"r":1,"t":1,"uu":"counterspell|phb","xF":{"l":3},"n":"Counterspell"},{"id":5568,"c":2,"u":"create%20food%20and%20water_phb","p":229,"s":51,"h":1,"r":1,"t":1,"uu":"create food and water|phb","xF":{"l":3},"n":"Create Food and Water"},{"id":5569,"c":2,"u":"create%20or%20destroy%20water_phb","p":229,"s":51,"h":1,"r":1,"t":1,"uu":"create or destroy water|phb","xF":{"l":1},"n":"Create or Destroy Water"},{"id":5570,"c":2,"u":"create%20undead_phb","p":229,"s":51,"h":1,"r":1,"t":1,"uu":"create undead|phb","xF":{"l":6},"n":"Create Undead"},{"id":5571,"c":2,"u":"creation_phb","p":229,"s":51,"h":1,"r":1,"t":1,"uu":"creation|phb","xF":{"l":5},"n":"Creation"},{"id":5572,"c":2,"u":"crown%20of%20madness_phb","p":229,"s":51,"h":1,"t":1,"uu":"crown of madness|phb","xF":{"l":2},"n":"Crown of Madness"},{"id":5573,"c":2,"u":"crusader's%20mantle_phb","p":230,"s":51,"h":1,"t":1,"uu":"crusader's mantle|phb","xF":{"l":3},"n":"Crusader's Mantle"},{"id":5574,"c":2,"u":"cure%20wounds_phb","p":230,"s":51,"h":1,"r":1,"t":1,"uu":"cure wounds|phb","xF":{"l":1},"n":"Cure Wounds"},{"id":5575,"c":2,"u":"dancing%20lights_phb","p":230,"s":51,"h":1,"r":1,"t":1,"uu":"dancing lights|phb","xF":{"l":0},"n":"Dancing Lights"},{"id":5576,"c":2,"u":"darkness_phb","p":230,"s":51,"h":1,"r":1,"t":1,"uu":"darkness|phb","xF":{"l":2},"n":"Darkness"},{"id":5577,"c":2,"u":"darkvision_phb","p":230,"s":51,"h":1,"r":1,"t":1,"uu":"darkvision|phb","xF":{"l":2},"n":"Darkvision"},{"id":5578,"c":2,"u":"daylight_phb","p":230,"s":51,"h":1,"r":1,"t":1,"uu":"daylight|phb","xF":{"l":3},"n":"Daylight"},{"id":5579,"c":2,"u":"death%20ward_phb","p":230,"s":51,"h":1,"r":1,"t":1,"uu":"death ward|phb","xF":{"l":4},"n":"Death Ward"},{"id":5580,"c":2,"u":"delayed%20blast%20fireball_phb","p":230,"s":51,"h":1,"r":1,"t":1,"uu":"delayed blast fireball|phb","xF":{"l":7},"n":"Delayed Blast Fireball"},{"id":5581,"c":2,"u":"demiplane_phb","p":231,"s":51,"h":1,"r":1,"t":1,"uu":"demiplane|phb","xF":{"l":8},"n":"Demiplane"},{"id":5582,"c":2,"u":"destructive%20wave_phb","p":231,"s":51,"h":1,"t":1,"uu":"destructive wave|phb","xF":{"l":5},"n":"Destructive Wave"},{"id":5583,"c":2,"u":"detect%20evil%20and%20good_phb","p":231,"s":51,"h":1,"r":1,"t":1,"uu":"detect evil and good|phb","xF":{"l":1},"n":"Detect Evil and Good"},{"id":5584,"c":2,"u":"detect%20magic_phb","p":231,"s":51,"h":1,"r":1,"t":1,"uu":"detect magic|phb","xF":{"l":1},"n":"Detect Magic"},{"id":5585,"c":2,"u":"detect%20poison%20and%20disease_phb","p":231,"s":51,"h":1,"r":1,"t":1,"uu":"detect poison and disease|phb","xF":{"l":1},"n":"Detect Poison and Disease"},{"id":5586,"c":2,"u":"detect%20thoughts_phb","p":231,"s":51,"h":1,"r":1,"t":1,"uu":"detect thoughts|phb","xF":{"l":2},"n":"Detect Thoughts"},{"id":5587,"c":2,"u":"dimension%20door_phb","p":233,"s":51,"h":1,"r":1,"t":1,"uu":"dimension door|phb","m":"spells/PHB/Dimension Door.webp","xF":{"l":4},"n":"Dimension Door"},{"id":5588,"c":2,"u":"disguise%20self_phb","p":233,"s":51,"h":1,"r":1,"t":1,"uu":"disguise self|phb","xF":{"l":1},"n":"Disguise Self"},{"id":5589,"c":2,"u":"disintegrate_phb","p":233,"s":51,"h":1,"r":1,"t":1,"uu":"disintegrate|phb","xF":{"l":6},"n":"Disintegrate"},{"id":5590,"c":2,"u":"dispel%20evil%20and%20good_phb","p":233,"s":51,"h":1,"r":1,"t":1,"uu":"dispel evil and good|phb","xF":{"l":5},"n":"Dispel Evil and Good"},{"id":5591,"c":2,"u":"dispel%20magic_phb","p":234,"s":51,"h":1,"r":1,"t":1,"uu":"dispel magic|phb","xF":{"l":3},"n":"Dispel Magic"},{"id":5592,"c":2,"u":"dissonant%20whispers_phb","p":234,"s":51,"h":1,"t":1,"uu":"dissonant whispers|phb","xF":{"l":1},"n":"Dissonant Whispers"},{"id":5593,"c":2,"u":"divination_phb","p":234,"s":51,"h":1,"r":1,"t":1,"uu":"divination|phb","xF":{"l":4},"n":"Divination"},{"id":5594,"c":2,"u":"divine%20favor_phb","p":234,"s":51,"h":1,"r":1,"t":1,"uu":"divine favor|phb","xF":{"l":1},"n":"Divine Favor"},{"id":5595,"c":2,"u":"divine%20word_phb","p":234,"s":51,"h":1,"r":1,"t":1,"uu":"divine word|phb","xF":{"l":7},"n":"Divine Word"},{"id":5596,"c":2,"u":"dominate%20beast_phb","p":234,"s":51,"h":1,"r":1,"t":1,"uu":"dominate beast|phb","xF":{"l":4},"n":"Dominate Beast"},{"id":5597,"c":2,"u":"dominate%20monster_phb","p":235,"s":51,"h":1,"r":1,"t":1,"uu":"dominate monster|phb","xF":{"l":8},"n":"Dominate Monster"},{"id":5598,"c":2,"u":"dominate%20person_phb","p":235,"s":51,"h":1,"r":1,"t":1,"uu":"dominate person|phb","xF":{"l":5},"n":"Dominate Person"},{"id":5599,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":51,"h":1,"r":1,"t":1,"uu":"drawmij's instant summons|phb","xF":{"l":6},"n":"Drawmij's Instant Summons"},{"id":5600,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":51,"h":1,"r":1,"t":1,"uu":"drawmij's instant summons|phb","xF":{"l":6},"n":"Instant Summons"},{"id":5601,"c":2,"u":"dream_phb","p":236,"s":51,"h":1,"r":1,"t":1,"uu":"dream|phb","xF":{"l":5},"n":"Dream"},{"id":5602,"c":2,"u":"druidcraft_phb","p":236,"s":51,"h":1,"r":1,"t":1,"uu":"druidcraft|phb","xF":{"l":0},"n":"Druidcraft"},{"id":5603,"c":2,"u":"earthquake_phb","p":236,"s":51,"h":1,"r":1,"t":1,"uu":"earthquake|phb","xF":{"l":8},"n":"Earthquake"},{"id":5604,"c":2,"u":"eldritch%20blast_phb","p":237,"s":51,"h":1,"r":1,"t":1,"uu":"eldritch blast|phb","xF":{"l":0},"n":"Eldritch Blast"},{"id":5605,"c":2,"u":"elemental%20weapon_phb","p":237,"s":51,"h":1,"t":1,"uu":"elemental weapon|phb","xF":{"l":3},"n":"Elemental Weapon"},{"id":5606,"c":2,"u":"enhance%20ability_phb","p":237,"s":51,"h":1,"r":1,"t":1,"uu":"enhance ability|phb","xF":{"l":2},"n":"Enhance Ability"},{"id":5607,"c":2,"u":"enlarge%2freduce_phb","p":237,"s":51,"h":1,"r":1,"t":1,"uu":"enlarge/reduce|phb","xF":{"l":2},"n":"Enlarge/Reduce"},{"id":5608,"c":2,"u":"ensnaring%20strike_phb","p":237,"s":51,"h":1,"t":1,"uu":"ensnaring strike|phb","xF":{"l":1},"n":"Ensnaring Strike"},{"id":5609,"c":2,"u":"entangle_phb","p":238,"s":51,"h":1,"r":1,"t":1,"uu":"entangle|phb","xF":{"l":1},"n":"Entangle"},{"id":5610,"c":2,"u":"enthrall_phb","p":238,"s":51,"h":1,"r":1,"t":1,"uu":"enthrall|phb","xF":{"l":2},"n":"Enthrall"},{"id":5611,"c":2,"u":"etherealness_phb","p":238,"s":51,"h":1,"r":1,"t":1,"uu":"etherealness|phb","xF":{"l":7},"n":"Etherealness"},{"id":5612,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":51,"h":1,"r":1,"t":1,"uu":"evard's black tentacles|phb","xF":{"l":4},"n":"Evard's Black Tentacles"},{"id":5613,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":51,"h":1,"r":1,"t":1,"uu":"evard's black tentacles|phb","xF":{"l":4},"n":"Black Tentacles"},{"id":5614,"c":2,"u":"expeditious%20retreat_phb","p":238,"s":51,"h":1,"r":1,"t":1,"uu":"expeditious retreat|phb","xF":{"l":1},"n":"Expeditious Retreat"},{"id":5615,"c":2,"u":"eyebite_phb","p":238,"s":51,"h":1,"r":1,"t":1,"uu":"eyebite|phb","xF":{"l":6},"n":"Eyebite"},{"id":5616,"c":2,"u":"fabricate_phb","p":239,"s":51,"h":1,"r":1,"t":1,"uu":"fabricate|phb","xF":{"l":4},"n":"Fabricate"},{"id":5617,"c":2,"u":"faerie%20fire_phb","p":239,"s":51,"h":1,"r":1,"t":1,"uu":"faerie fire|phb","xF":{"l":1},"n":"Faerie Fire"},{"id":5618,"c":2,"u":"false%20life_phb","p":239,"s":51,"h":1,"r":1,"t":1,"uu":"false life|phb","xF":{"l":1},"n":"False Life"},{"id":5619,"c":2,"u":"fear_phb","p":239,"s":51,"h":1,"r":1,"t":1,"uu":"fear|phb","xF":{"l":3},"n":"Fear"},{"id":5620,"c":2,"u":"feather%20fall_phb","p":239,"s":51,"h":1,"r":1,"t":1,"uu":"feather fall|phb","xF":{"l":1},"n":"Feather Fall"},{"id":5621,"c":2,"u":"feeblemind_phb","p":239,"s":51,"h":1,"r":1,"t":1,"uu":"feeblemind|phb","xF":{"l":8},"n":"Feeblemind"},{"id":5622,"c":2,"u":"feign%20death_phb","p":240,"s":51,"h":1,"t":1,"uu":"feign death|phb","xF":{"l":3},"n":"Feign Death"},{"id":5623,"c":2,"u":"find%20familiar_phb","p":240,"s":51,"h":1,"r":1,"t":1,"uu":"find familiar|phb","xF":{"l":1},"n":"Find Familiar"},{"id":5624,"c":2,"u":"find%20steed_phb","p":240,"s":51,"h":1,"r":1,"t":1,"uu":"find steed|phb","xF":{"l":2},"n":"Find Steed"},{"id":5625,"c":2,"u":"find%20the%20path_phb","p":240,"s":51,"h":1,"r":1,"t":1,"uu":"find the path|phb","xF":{"l":6},"n":"Find the Path"},{"id":5626,"c":2,"u":"find%20traps_phb","p":241,"s":51,"h":1,"r":1,"t":1,"uu":"find traps|phb","xF":{"l":2},"n":"Find Traps"},{"id":5627,"c":2,"u":"finger%20of%20death_phb","p":241,"s":51,"h":1,"r":1,"t":1,"uu":"finger of death|phb","xF":{"l":7},"n":"Finger of Death"},{"id":5628,"c":2,"u":"fire%20bolt_phb","p":242,"s":51,"h":1,"r":1,"t":1,"uu":"fire bolt|phb","xF":{"l":0},"n":"Fire Bolt"},{"id":5629,"c":2,"u":"fire%20shield_phb","p":242,"s":51,"h":1,"r":1,"t":1,"uu":"fire shield|phb","xF":{"l":4},"n":"Fire Shield"},{"id":5630,"c":2,"u":"fire%20storm_phb","p":242,"s":51,"h":1,"r":1,"t":1,"uu":"fire storm|phb","xF":{"l":7},"n":"Fire Storm"},{"id":5631,"c":2,"u":"fireball_phb","p":241,"s":51,"h":1,"r":1,"t":1,"uu":"fireball|phb","m":"spells/PHB/Fireball.webp","xF":{"l":3},"n":"Fireball"},{"id":5632,"c":2,"u":"flame%20blade_phb","p":242,"s":51,"h":1,"r":1,"t":1,"uu":"flame blade|phb","xF":{"l":2},"n":"Flame Blade"},{"id":5633,"c":2,"u":"flame%20strike_phb","p":242,"s":51,"h":1,"r":1,"t":1,"uu":"flame strike|phb","xF":{"l":5},"n":"Flame Strike"},{"id":5634,"c":2,"u":"flaming%20sphere_phb","p":242,"s":51,"h":1,"r":1,"t":1,"uu":"flaming sphere|phb","xF":{"l":2},"n":"Flaming Sphere"},{"id":5635,"c":2,"u":"flesh%20to%20stone_phb","p":243,"s":51,"h":1,"r":1,"t":1,"uu":"flesh to stone|phb","xF":{"l":6},"n":"Flesh to Stone"},{"id":5636,"c":2,"u":"fly_phb","p":243,"s":51,"h":1,"r":1,"t":1,"uu":"fly|phb","xF":{"l":3},"n":"Fly"},{"id":5637,"c":2,"u":"fog%20cloud_phb","p":243,"s":51,"h":1,"r":1,"t":1,"uu":"fog cloud|phb","xF":{"l":1},"n":"Fog Cloud"},{"id":5638,"c":2,"u":"forbiddance_phb","p":243,"s":51,"h":1,"r":1,"t":1,"uu":"forbiddance|phb","xF":{"l":6},"n":"Forbiddance"},{"id":5639,"c":2,"u":"forcecage_phb","p":243,"s":51,"h":1,"r":1,"t":1,"uu":"forcecage|phb","xF":{"l":7},"n":"Forcecage"},{"id":5640,"c":2,"u":"foresight_phb","p":244,"s":51,"h":1,"r":1,"t":1,"uu":"foresight|phb","xF":{"l":9},"n":"Foresight"},{"id":5641,"c":2,"u":"freedom%20of%20movement_phb","p":244,"s":51,"h":1,"r":1,"t":1,"uu":"freedom of movement|phb","xF":{"l":4},"n":"Freedom of Movement"},{"id":5642,"c":2,"u":"friends_phb","p":244,"s":51,"h":1,"t":1,"uu":"friends|phb","xF":{"l":0},"n":"Friends"},{"id":5643,"c":2,"u":"gaseous%20form_phb","p":244,"s":51,"h":1,"r":1,"t":1,"uu":"gaseous form|phb","xF":{"l":3},"n":"Gaseous Form"},{"id":5644,"c":2,"u":"gate_phb","p":244,"s":51,"h":1,"r":1,"t":1,"uu":"gate|phb","xF":{"l":9},"n":"Gate"},{"id":5645,"c":2,"u":"geas_phb","p":244,"s":51,"h":1,"r":1,"t":1,"uu":"geas|phb","xF":{"l":5},"n":"Geas"},{"id":5646,"c":2,"u":"gentle%20repose_phb","p":245,"s":51,"h":1,"r":1,"t":1,"uu":"gentle repose|phb","xF":{"l":2},"n":"Gentle Repose"},{"id":5647,"c":2,"u":"giant%20insect_phb","p":245,"s":51,"h":1,"r":1,"t":1,"uu":"giant insect|phb","xF":{"l":4},"n":"Giant Insect"},{"id":5648,"c":2,"u":"glibness_phb","p":245,"s":51,"h":1,"r":1,"t":1,"uu":"glibness|phb","xF":{"l":8},"n":"Glibness"},{"id":5649,"c":2,"u":"globe%20of%20invulnerability_phb","p":245,"s":51,"h":1,"r":1,"t":1,"uu":"globe of invulnerability|phb","xF":{"l":6},"n":"Globe of Invulnerability"},{"id":5650,"c":2,"u":"glyph%20of%20warding_phb","p":245,"s":51,"h":1,"r":1,"t":1,"uu":"glyph of warding|phb","xF":{"l":3},"n":"Glyph of Warding"},{"id":5651,"c":2,"u":"goodberry_phb","p":246,"s":51,"h":1,"r":1,"t":1,"uu":"goodberry|phb","xF":{"l":1},"n":"Goodberry"},{"id":5652,"c":2,"u":"grasping%20vine_phb","p":246,"s":51,"h":1,"t":1,"uu":"grasping vine|phb","xF":{"l":4},"n":"Grasping Vine"},{"id":5653,"c":2,"u":"grease_phb","p":246,"s":51,"h":1,"r":1,"t":1,"uu":"grease|phb","xF":{"l":1},"n":"Grease"},{"id":5654,"c":2,"u":"greater%20invisibility_phb","p":246,"s":51,"h":1,"r":1,"t":1,"uu":"greater invisibility|phb","xF":{"l":4},"n":"Greater Invisibility"},{"id":5655,"c":2,"u":"greater%20restoration_phb","p":246,"s":51,"h":1,"r":1,"t":1,"uu":"greater restoration|phb","xF":{"l":5},"n":"Greater Restoration"},{"id":5656,"c":2,"u":"guardian%20of%20faith_phb","p":246,"s":51,"h":1,"r":1,"t":1,"uu":"guardian of faith|phb","m":"spells/PHB/Guardian of Faith.webp","xF":{"l":4},"n":"Guardian of Faith"},{"id":5657,"c":2,"u":"guards%20and%20wards_phb","p":248,"s":51,"h":1,"r":1,"t":1,"uu":"guards and wards|phb","xF":{"l":6},"n":"Guards and Wards"},{"id":5658,"c":2,"u":"guidance_phb","p":248,"s":51,"h":1,"r":1,"t":1,"uu":"guidance|phb","xF":{"l":0},"n":"Guidance"},{"id":5659,"c":2,"u":"guiding%20bolt_phb","p":248,"s":51,"h":1,"r":1,"t":1,"uu":"guiding bolt|phb","xF":{"l":1},"n":"Guiding Bolt"},{"id":5660,"c":2,"u":"gust%20of%20wind_phb","p":248,"s":51,"h":1,"r":1,"t":1,"uu":"gust of wind|phb","xF":{"l":2},"n":"Gust of Wind"},{"id":5661,"c":2,"u":"hail%20of%20thorns_phb","p":249,"s":51,"h":1,"t":1,"uu":"hail of thorns|phb","xF":{"l":1},"n":"Hail of Thorns"},{"id":5662,"c":2,"u":"hallow_phb","p":249,"s":51,"h":1,"r":1,"t":1,"uu":"hallow|phb","xF":{"l":5},"n":"Hallow"},{"id":5663,"c":2,"u":"hallucinatory%20terrain_phb","p":249,"s":51,"h":1,"r":1,"t":1,"uu":"hallucinatory terrain|phb","xF":{"l":4},"n":"Hallucinatory Terrain"},{"id":5664,"c":2,"u":"harm_phb","p":249,"s":51,"h":1,"r":1,"t":1,"uu":"harm|phb","xF":{"l":6},"n":"Harm"},{"id":5665,"c":2,"u":"haste_phb","p":250,"s":51,"h":1,"r":1,"t":1,"uu":"haste|phb","xF":{"l":3},"n":"Haste"},{"id":5666,"c":2,"u":"heal_phb","p":250,"s":51,"h":1,"r":1,"t":1,"uu":"heal|phb","xF":{"l":6},"n":"Heal"},{"id":5667,"c":2,"u":"healing%20word_phb","p":250,"s":51,"h":1,"r":1,"t":1,"uu":"healing word|phb","xF":{"l":1},"n":"Healing Word"},{"id":5668,"c":2,"u":"heat%20metal_phb","p":250,"s":51,"h":1,"r":1,"t":1,"uu":"heat metal|phb","xF":{"l":2},"n":"Heat Metal"},{"id":5669,"c":2,"u":"hellish%20rebuke_phb","p":250,"s":51,"h":1,"r":1,"t":1,"uu":"hellish rebuke|phb","xF":{"l":1},"n":"Hellish Rebuke"},{"id":5670,"c":2,"u":"heroes'%20feast_phb","p":250,"s":51,"h":1,"r":1,"t":1,"uu":"heroes' feast|phb","xF":{"l":6},"n":"Heroes' Feast"},{"id":5671,"c":2,"u":"heroism_phb","p":250,"s":51,"h":1,"r":1,"t":1,"uu":"heroism|phb","xF":{"l":1},"n":"Heroism"},{"id":5672,"c":2,"u":"hex_phb","p":251,"s":51,"h":1,"t":1,"uu":"hex|phb","xF":{"l":1},"n":"Hex"},{"id":5673,"c":2,"u":"hold%20monster_phb","p":251,"s":51,"h":1,"r":1,"t":1,"uu":"hold monster|phb","xF":{"l":5},"n":"Hold Monster"},{"id":5674,"c":2,"u":"hold%20person_phb","p":251,"s":51,"h":1,"r":1,"t":1,"uu":"hold person|phb","xF":{"l":2},"n":"Hold Person"},{"id":5675,"c":2,"u":"holy%20aura_phb","p":251,"s":51,"h":1,"r":1,"t":1,"uu":"holy aura|phb","xF":{"l":8},"n":"Holy Aura"},{"id":5676,"c":2,"u":"hunger%20of%20hadar_phb","p":251,"s":51,"h":1,"t":1,"uu":"hunger of hadar|phb","xF":{"l":3},"n":"Hunger of Hadar"},{"id":5677,"c":2,"u":"hunter's%20mark_phb","p":251,"s":51,"h":1,"r":1,"t":1,"uu":"hunter's mark|phb","xF":{"l":1},"n":"Hunter's Mark"},{"id":5678,"c":2,"u":"hypnotic%20pattern_phb","p":252,"s":51,"h":1,"r":1,"t":1,"uu":"hypnotic pattern|phb","xF":{"l":3},"n":"Hypnotic Pattern"},{"id":5679,"c":2,"u":"ice%20storm_phb","p":252,"s":51,"h":1,"r":1,"t":1,"uu":"ice storm|phb","xF":{"l":4},"n":"Ice Storm"},{"id":5680,"c":2,"u":"identify_phb","p":252,"s":51,"h":1,"r":1,"t":1,"uu":"identify|phb","xF":{"l":1},"n":"Identify"},{"id":5681,"c":2,"u":"illusory%20script_phb","p":252,"s":51,"h":1,"r":1,"t":1,"uu":"illusory script|phb","xF":{"l":1},"n":"Illusory Script"},{"id":5682,"c":2,"u":"imprisonment_phb","p":252,"s":51,"h":1,"r":1,"t":1,"uu":"imprisonment|phb","xF":{"l":9},"n":"Imprisonment"},{"id":5683,"c":2,"u":"incendiary%20cloud_phb","p":253,"s":51,"h":1,"r":1,"t":1,"uu":"incendiary cloud|phb","xF":{"l":8},"n":"Incendiary Cloud"},{"id":5684,"c":2,"u":"inflict%20wounds_phb","p":253,"s":51,"h":1,"r":1,"t":1,"uu":"inflict wounds|phb","xF":{"l":1},"n":"Inflict Wounds"},{"id":5685,"c":2,"u":"insect%20plague_phb","p":254,"s":51,"h":1,"r":1,"t":1,"uu":"insect plague|phb","m":"spells/PHB/Insect Plague.webp","xF":{"l":5},"n":"Insect Plague"},{"id":5686,"c":2,"u":"invisibility_phb","p":254,"s":51,"h":1,"r":1,"t":1,"uu":"invisibility|phb","xF":{"l":2},"n":"Invisibility"},{"id":5687,"c":2,"u":"jump_phb","p":254,"s":51,"h":1,"r":1,"t":1,"uu":"jump|phb","xF":{"l":1},"n":"Jump"},{"id":5688,"c":2,"u":"knock_phb","p":254,"s":51,"h":1,"r":1,"t":1,"uu":"knock|phb","xF":{"l":2},"n":"Knock"},{"id":5689,"c":2,"u":"legend%20lore_phb","p":254,"s":51,"h":1,"r":1,"t":1,"uu":"legend lore|phb","xF":{"l":5},"n":"Legend Lore"},{"id":5690,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":51,"h":1,"r":1,"t":1,"uu":"leomund's secret chest|phb","xF":{"l":4},"n":"Leomund's Secret Chest"},{"id":5691,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":51,"h":1,"r":1,"t":1,"uu":"leomund's secret chest|phb","xF":{"l":4},"n":"Secret Chest"},{"id":5692,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":51,"h":1,"r":1,"t":1,"uu":"leomund's tiny hut|phb","xF":{"l":3},"n":"Leomund's Tiny Hut"},{"id":5693,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":51,"h":1,"r":1,"t":1,"uu":"leomund's tiny hut|phb","xF":{"l":3},"n":"Tiny Hut"},{"id":5694,"c":2,"u":"lesser%20restoration_phb","p":255,"s":51,"h":1,"r":1,"t":1,"uu":"lesser restoration|phb","xF":{"l":2},"n":"Lesser Restoration"},{"id":5695,"c":2,"u":"levitate_phb","p":255,"s":51,"h":1,"r":1,"t":1,"uu":"levitate|phb","xF":{"l":2},"n":"Levitate"},{"id":5696,"c":2,"u":"light_phb","p":255,"s":51,"h":1,"r":1,"t":1,"uu":"light|phb","xF":{"l":0},"n":"Light"},{"id":5697,"c":2,"u":"lightning%20arrow_phb","p":255,"s":51,"h":1,"t":1,"uu":"lightning arrow|phb","xF":{"l":3},"n":"Lightning Arrow"},{"id":5698,"c":2,"u":"lightning%20bolt_phb","p":255,"s":51,"h":1,"r":1,"t":1,"uu":"lightning bolt|phb","xF":{"l":3},"n":"Lightning Bolt"},{"id":5699,"c":2,"u":"locate%20animals%20or%20plants_phb","p":256,"s":51,"h":1,"r":1,"t":1,"uu":"locate animals or plants|phb","xF":{"l":2},"n":"Locate Animals or Plants"},{"id":5700,"c":2,"u":"locate%20creature_phb","p":256,"s":51,"h":1,"r":1,"t":1,"uu":"locate creature|phb","xF":{"l":4},"n":"Locate Creature"},{"id":5701,"c":2,"u":"locate%20object_phb","p":256,"s":51,"h":1,"r":1,"t":1,"uu":"locate object|phb","xF":{"l":2},"n":"Locate Object"},{"id":5702,"c":2,"u":"longstrider_phb","p":256,"s":51,"h":1,"r":1,"t":1,"uu":"longstrider|phb","xF":{"l":1},"n":"Longstrider"},{"id":5703,"c":2,"u":"mage%20armor_phb","p":256,"s":51,"h":1,"r":1,"t":1,"uu":"mage armor|phb","xF":{"l":1},"n":"Mage Armor"},{"id":5704,"c":2,"u":"mage%20hand_phb","p":256,"s":51,"h":1,"r":1,"t":1,"uu":"mage hand|phb","xF":{"l":0},"n":"Mage Hand"},{"id":5705,"c":2,"u":"magic%20circle_phb","p":256,"s":51,"h":1,"r":1,"t":1,"uu":"magic circle|phb","xF":{"l":3},"n":"Magic Circle"},{"id":5706,"c":2,"u":"magic%20jar_phb","p":257,"s":51,"h":1,"r":1,"t":1,"uu":"magic jar|phb","xF":{"l":6},"n":"Magic Jar"},{"id":5707,"c":2,"u":"magic%20missile_phb","p":257,"s":51,"h":1,"r":1,"t":1,"uu":"magic missile|phb","m":"spells/PHB/Magic Missile.webp","xF":{"l":1},"n":"Magic Missile"},{"id":5708,"c":2,"u":"magic%20mouth_phb","p":257,"s":51,"h":1,"r":1,"t":1,"uu":"magic mouth|phb","xF":{"l":2},"n":"Magic Mouth"},{"id":5709,"c":2,"u":"magic%20weapon_phb","p":257,"s":51,"h":1,"r":1,"t":1,"uu":"magic weapon|phb","xF":{"l":2},"n":"Magic Weapon"},{"id":5710,"c":2,"u":"major%20image_phb","p":258,"s":51,"h":1,"r":1,"t":1,"uu":"major image|phb","xF":{"l":3},"n":"Major Image"},{"id":5711,"c":2,"u":"mass%20cure%20wounds_phb","p":258,"s":51,"h":1,"r":1,"t":1,"uu":"mass cure wounds|phb","xF":{"l":5},"n":"Mass Cure Wounds"},{"id":5712,"c":2,"u":"mass%20heal_phb","p":258,"s":51,"h":1,"r":1,"t":1,"uu":"mass heal|phb","xF":{"l":9},"n":"Mass Heal"},{"id":5713,"c":2,"u":"mass%20healing%20word_phb","p":258,"s":51,"h":1,"r":1,"t":1,"uu":"mass healing word|phb","xF":{"l":3},"n":"Mass Healing Word"},{"id":5714,"c":2,"u":"mass%20suggestion_phb","p":258,"s":51,"h":1,"r":1,"t":1,"uu":"mass suggestion|phb","xF":{"l":6},"n":"Mass Suggestion"},{"id":5715,"c":2,"u":"maze_phb","p":258,"s":51,"h":1,"r":1,"t":1,"uu":"maze|phb","xF":{"l":8},"n":"Maze"},{"id":5716,"c":2,"u":"meld%20into%20stone_phb","p":259,"s":51,"h":1,"r":1,"t":1,"uu":"meld into stone|phb","xF":{"l":3},"n":"Meld into Stone"},{"id":5717,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":51,"h":1,"r":1,"t":1,"uu":"melf's acid arrow|phb","xF":{"l":2},"n":"Melf's Acid Arrow"},{"id":5718,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":51,"h":1,"r":1,"t":1,"uu":"melf's acid arrow|phb","xF":{"l":2},"n":"Acid Arrow"},{"id":5719,"c":2,"u":"mending_phb","p":259,"s":51,"h":1,"r":1,"t":1,"uu":"mending|phb","xF":{"l":0},"n":"Mending"},{"id":5720,"c":2,"u":"message_phb","p":259,"s":51,"h":1,"r":1,"t":1,"uu":"message|phb","xF":{"l":0},"n":"Message"},{"id":5721,"c":2,"u":"meteor%20swarm_phb","p":259,"s":51,"h":1,"r":1,"t":1,"uu":"meteor swarm|phb","xF":{"l":9},"n":"Meteor Swarm"},{"id":5722,"c":2,"u":"mind%20blank_phb","p":259,"s":51,"h":1,"r":1,"t":1,"uu":"mind blank|phb","xF":{"l":8},"n":"Mind Blank"},{"id":5723,"c":2,"u":"minor%20illusion_phb","p":260,"s":51,"h":1,"r":1,"t":1,"uu":"minor illusion|phb","xF":{"l":0},"n":"Minor Illusion"},{"id":5724,"c":2,"u":"mirage%20arcane_phb","p":260,"s":51,"h":1,"r":1,"t":1,"uu":"mirage arcane|phb","xF":{"l":7},"n":"Mirage Arcane"},{"id":5725,"c":2,"u":"mirror%20image_phb","p":260,"s":51,"h":1,"r":1,"t":1,"uu":"mirror image|phb","xF":{"l":2},"n":"Mirror Image"},{"id":5726,"c":2,"u":"mislead_phb","p":260,"s":51,"h":1,"r":1,"t":1,"uu":"mislead|phb","xF":{"l":5},"n":"Mislead"},{"id":5727,"c":2,"u":"misty%20step_phb","p":260,"s":51,"h":1,"r":1,"t":1,"uu":"misty step|phb","xF":{"l":2},"n":"Misty Step"},{"id":5728,"c":2,"u":"modify%20memory_phb","p":261,"s":51,"h":1,"r":1,"t":1,"uu":"modify memory|phb","xF":{"l":5},"n":"Modify Memory"},{"id":5729,"c":2,"u":"moonbeam_phb","p":261,"s":51,"h":1,"r":1,"t":1,"uu":"moonbeam|phb","xF":{"l":2},"n":"Moonbeam"},{"id":5730,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":51,"h":1,"r":1,"t":1,"uu":"mordenkainen's faithful hound|phb","xF":{"l":4},"n":"Mordenkainen's Faithful Hound"},{"id":5731,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":51,"h":1,"r":1,"t":1,"uu":"mordenkainen's faithful hound|phb","xF":{"l":4},"n":"Faithful Hound"},{"id":5732,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":51,"h":1,"r":1,"t":1,"uu":"mordenkainen's magnificent mansion|phb","xF":{"l":7},"n":"Mordenkainen's Magnificent Mansion"},{"id":5733,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":51,"h":1,"r":1,"t":1,"uu":"mordenkainen's magnificent mansion|phb","xF":{"l":7},"n":"Magnificent Mansion"},{"id":5734,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":51,"h":1,"r":1,"t":1,"uu":"mordenkainen's private sanctum|phb","xF":{"l":4},"n":"Mordenkainen's Private Sanctum"},{"id":5735,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":51,"h":1,"r":1,"t":1,"uu":"mordenkainen's private sanctum|phb","xF":{"l":4},"n":"Private Sanctum"},{"id":5736,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":51,"h":1,"r":1,"t":1,"uu":"mordenkainen's sword|phb","m":"spells/PHB/Mordenkainen's Sword.webp","xF":{"l":7},"n":"Mordenkainen's Sword"},{"id":5737,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":51,"h":1,"r":1,"t":1,"uu":"mordenkainen's sword|phb","m":"spells/PHB/Mordenkainen's Sword.webp","xF":{"l":7},"n":"Arcane Sword"},{"id":5738,"c":2,"u":"move%20earth_phb","p":263,"s":51,"h":1,"r":1,"t":1,"uu":"move earth|phb","xF":{"l":6},"n":"Move Earth"},{"id":5739,"c":2,"u":"nondetection_phb","p":263,"s":51,"h":1,"r":1,"t":1,"uu":"nondetection|phb","xF":{"l":3},"n":"Nondetection"},{"id":5740,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":51,"h":1,"r":1,"t":1,"uu":"nystul's magic aura|phb","xF":{"l":2},"n":"Nystul's Magic Aura"},{"id":5741,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":51,"h":1,"r":1,"t":1,"uu":"nystul's magic aura|phb","xF":{"l":2},"n":"Arcanist's Magic Aura"},{"id":5742,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":51,"h":1,"r":1,"t":1,"uu":"otiluke's freezing sphere|phb","xF":{"l":6},"n":"Otiluke's Freezing Sphere"},{"id":5743,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":51,"h":1,"r":1,"t":1,"uu":"otiluke's freezing sphere|phb","xF":{"l":6},"n":"Freezing Sphere"},{"id":5744,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":51,"h":1,"r":1,"t":1,"uu":"otiluke's resilient sphere|phb","xF":{"l":4},"n":"Otiluke's Resilient Sphere"},{"id":5745,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":51,"h":1,"r":1,"t":1,"uu":"otiluke's resilient sphere|phb","xF":{"l":4},"n":"Resilient Sphere"},{"id":5746,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":51,"h":1,"r":1,"t":1,"uu":"otto's irresistible dance|phb","xF":{"l":6},"n":"Otto's Irresistible Dance"},{"id":5747,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":51,"h":1,"r":1,"t":1,"uu":"otto's irresistible dance|phb","xF":{"l":6},"n":"Irresistible Dance"},{"id":5748,"c":2,"u":"pass%20without%20trace_phb","p":264,"s":51,"h":1,"r":1,"t":1,"uu":"pass without trace|phb","xF":{"l":2},"n":"Pass without Trace"},{"id":5749,"c":2,"u":"passwall_phb","p":264,"s":51,"h":1,"r":1,"t":1,"uu":"passwall|phb","xF":{"l":5},"n":"Passwall"},{"id":5750,"c":2,"u":"phantasmal%20force_phb","p":264,"s":51,"h":1,"t":1,"uu":"phantasmal force|phb","xF":{"l":2},"n":"Phantasmal Force"},{"id":5751,"c":2,"u":"phantasmal%20killer_phb","p":265,"s":51,"h":1,"r":1,"t":1,"uu":"phantasmal killer|phb","xF":{"l":4},"n":"Phantasmal Killer"},{"id":5752,"c":2,"u":"phantom%20steed_phb","p":265,"s":51,"h":1,"r":1,"t":1,"uu":"phantom steed|phb","xF":{"l":3},"n":"Phantom Steed"},{"id":5753,"c":2,"u":"planar%20ally_phb","p":265,"s":51,"h":1,"r":1,"t":1,"uu":"planar ally|phb","xF":{"l":6},"n":"Planar Ally"},{"id":5754,"c":2,"u":"planar%20binding_phb","p":265,"s":51,"h":1,"r":1,"t":1,"uu":"planar binding|phb","xF":{"l":5},"n":"Planar Binding"},{"id":5755,"c":2,"u":"plane%20shift_phb","p":266,"s":51,"h":1,"r":1,"t":1,"uu":"plane shift|phb","xF":{"l":7},"n":"Plane Shift"},{"id":5756,"c":2,"u":"plant%20growth_phb","p":266,"s":51,"h":1,"r":1,"t":1,"uu":"plant growth|phb","xF":{"l":3},"n":"Plant Growth"},{"id":5757,"c":2,"u":"poison%20spray_phb","p":266,"s":51,"h":1,"r":1,"t":1,"uu":"poison spray|phb","xF":{"l":0},"n":"Poison Spray"},{"id":5758,"c":2,"u":"polymorph_phb","p":266,"s":51,"h":1,"r":1,"t":1,"uu":"polymorph|phb","xF":{"l":4},"n":"Polymorph"},{"id":5759,"c":2,"u":"power%20word%20heal_phb","p":266,"s":51,"h":1,"t":1,"uu":"power word heal|phb","xF":{"l":9},"n":"Power Word Heal"},{"id":5760,"c":2,"u":"power%20word%20kill_phb","p":266,"s":51,"h":1,"r":1,"t":1,"uu":"power word kill|phb","xF":{"l":9},"n":"Power Word Kill"},{"id":5761,"c":2,"u":"power%20word%20stun_phb","p":267,"s":51,"h":1,"r":1,"t":1,"uu":"power word stun|phb","xF":{"l":8},"n":"Power Word Stun"},{"id":5762,"c":2,"u":"prayer%20of%20healing_phb","p":267,"s":51,"h":1,"r":1,"t":1,"uu":"prayer of healing|phb","xF":{"l":2},"n":"Prayer of Healing"},{"id":5763,"c":2,"u":"prestidigitation_phb","p":267,"s":51,"h":1,"r":1,"t":1,"uu":"prestidigitation|phb","xF":{"l":0},"n":"Prestidigitation"},{"id":5764,"c":2,"u":"prismatic%20spray_phb","p":267,"s":51,"h":1,"r":1,"t":1,"uu":"prismatic spray|phb","m":"spells/PHB/Prismatic Spray.webp","xF":{"l":7},"n":"Prismatic Spray"},{"id":5765,"c":2,"u":"prismatic%20wall_phb","p":267,"s":51,"h":1,"r":1,"t":1,"uu":"prismatic wall|phb","xF":{"l":9},"n":"Prismatic Wall"},{"id":5766,"c":2,"u":"produce%20flame_phb","p":269,"s":51,"h":1,"r":1,"t":1,"uu":"produce flame|phb","xF":{"l":0},"n":"Produce Flame"},{"id":5767,"c":2,"u":"programmed%20illusion_phb","p":269,"s":51,"h":1,"r":1,"t":1,"uu":"programmed illusion|phb","xF":{"l":6},"n":"Programmed Illusion"},{"id":5768,"c":2,"u":"project%20image_phb","p":270,"s":51,"h":1,"r":1,"t":1,"uu":"project image|phb","xF":{"l":7},"n":"Project Image"},{"id":5769,"c":2,"u":"protection%20from%20energy_phb","p":270,"s":51,"h":1,"r":1,"t":1,"uu":"protection from energy|phb","xF":{"l":3},"n":"Protection from Energy"},{"id":5770,"c":2,"u":"protection%20from%20evil%20and%20good_phb","p":270,"s":51,"h":1,"r":1,"t":1,"uu":"protection from evil and good|phb","xF":{"l":1},"n":"Protection from Evil and Good"},{"id":5771,"c":2,"u":"protection%20from%20poison_phb","p":270,"s":51,"h":1,"r":1,"t":1,"uu":"protection from poison|phb","xF":{"l":2},"n":"Protection from Poison"},{"id":5772,"c":2,"u":"purify%20food%20and%20drink_phb","p":270,"s":51,"h":1,"r":1,"t":1,"uu":"purify food and drink|phb","xF":{"l":1},"n":"Purify Food and Drink"},{"id":5773,"c":2,"u":"raise%20dead_phb","p":270,"s":51,"h":1,"r":1,"t":1,"uu":"raise dead|phb","xF":{"l":5},"n":"Raise Dead"},{"id":5774,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":51,"h":1,"r":1,"t":1,"uu":"rary's telepathic bond|phb","xF":{"l":5},"n":"Rary's Telepathic Bond"},{"id":5775,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":51,"h":1,"r":1,"t":1,"uu":"rary's telepathic bond|phb","xF":{"l":5},"n":"Telepathic Bond"},{"id":5776,"c":2,"u":"ray%20of%20enfeeblement_phb","p":271,"s":51,"h":1,"r":1,"t":1,"uu":"ray of enfeeblement|phb","xF":{"l":2},"n":"Ray of Enfeeblement"},{"id":5777,"c":2,"u":"ray%20of%20frost_phb","p":271,"s":51,"h":1,"r":1,"t":1,"uu":"ray of frost|phb","xF":{"l":0},"n":"Ray of Frost"},{"id":5778,"c":2,"u":"ray%20of%20sickness_phb","p":271,"s":51,"h":1,"t":1,"uu":"ray of sickness|phb","xF":{"l":1},"n":"Ray of Sickness"},{"id":5779,"c":2,"u":"regenerate_phb","p":271,"s":51,"h":1,"r":1,"t":1,"uu":"regenerate|phb","xF":{"l":7},"n":"Regenerate"},{"id":5780,"c":2,"u":"reincarnate_phb","p":271,"s":51,"h":1,"r":1,"t":1,"uu":"reincarnate|phb","xF":{"l":5},"n":"Reincarnate"},{"id":5781,"c":2,"u":"remove%20curse_phb","p":271,"s":51,"h":1,"r":1,"t":1,"uu":"remove curse|phb","xF":{"l":3},"n":"Remove Curse"},{"id":5782,"c":2,"u":"resistance_phb","p":272,"s":51,"h":1,"r":1,"t":1,"uu":"resistance|phb","xF":{"l":0},"n":"Resistance"},{"id":5783,"c":2,"u":"resurrection_phb","p":272,"s":51,"h":1,"r":1,"t":1,"uu":"resurrection|phb","xF":{"l":7},"n":"Resurrection"},{"id":5784,"c":2,"u":"reverse%20gravity_phb","p":272,"s":51,"h":1,"r":1,"t":1,"uu":"reverse gravity|phb","xF":{"l":7},"n":"Reverse Gravity"},{"id":5785,"c":2,"u":"revivify_phb","p":272,"s":51,"h":1,"r":1,"t":1,"uu":"revivify|phb","xF":{"l":3},"n":"Revivify"},{"id":5786,"c":2,"u":"rope%20trick_phb","p":272,"s":51,"h":1,"r":1,"t":1,"uu":"rope trick|phb","xF":{"l":2},"n":"Rope Trick"},{"id":5787,"c":2,"u":"sacred%20flame_phb","p":272,"s":51,"h":1,"r":1,"t":1,"uu":"sacred flame|phb","m":"spells/PHB/Sacred Flame.webp","xF":{"l":0},"n":"Sacred Flame"},{"id":5788,"c":2,"u":"sanctuary_phb","p":272,"s":51,"h":1,"r":1,"t":1,"uu":"sanctuary|phb","xF":{"l":1},"n":"Sanctuary"},{"id":5789,"c":2,"u":"scorching%20ray_phb","p":273,"s":51,"h":1,"r":1,"t":1,"uu":"scorching ray|phb","xF":{"l":2},"n":"Scorching Ray"},{"id":5790,"c":2,"u":"scrying_phb","p":273,"s":51,"h":1,"r":1,"t":1,"uu":"scrying|phb","xF":{"l":5},"n":"Scrying"},{"id":5791,"c":2,"u":"searing%20smite_phb","p":274,"s":51,"h":1,"t":1,"uu":"searing smite|phb","xF":{"l":1},"n":"Searing Smite"},{"id":5792,"c":2,"u":"see%20invisibility_phb","p":274,"s":51,"h":1,"r":1,"t":1,"uu":"see invisibility|phb","xF":{"l":2},"n":"See Invisibility"},{"id":5793,"c":2,"u":"seeming_phb","p":274,"s":51,"h":1,"r":1,"t":1,"uu":"seeming|phb","xF":{"l":5},"n":"Seeming"},{"id":5794,"c":2,"u":"sending_phb","p":274,"s":51,"h":1,"r":1,"t":1,"uu":"sending|phb","xF":{"l":3},"n":"Sending"},{"id":5795,"c":2,"u":"sequester_phb","p":274,"s":51,"h":1,"r":1,"t":1,"uu":"sequester|phb","xF":{"l":7},"n":"Sequester"},{"id":5796,"c":2,"u":"shapechange_phb","p":274,"s":51,"h":1,"r":1,"t":1,"uu":"shapechange|phb","xF":{"l":9},"n":"Shapechange"},{"id":5797,"c":2,"u":"shatter_phb","p":275,"s":51,"h":1,"r":1,"t":1,"uu":"shatter|phb","xF":{"l":2},"n":"Shatter"},{"id":5798,"c":2,"u":"shield_phb","p":275,"s":51,"h":1,"r":1,"t":1,"uu":"shield|phb","xF":{"l":1},"n":"Shield"},{"id":5799,"c":2,"u":"shield%20of%20faith_phb","p":275,"s":51,"h":1,"r":1,"t":1,"uu":"shield of faith|phb","xF":{"l":1},"n":"Shield of Faith"},{"id":5800,"c":2,"u":"shillelagh_phb","p":275,"s":51,"h":1,"r":1,"t":1,"uu":"shillelagh|phb","xF":{"l":0},"n":"Shillelagh"},{"id":5801,"c":2,"u":"shocking%20grasp_phb","p":275,"s":51,"h":1,"r":1,"t":1,"uu":"shocking grasp|phb","xF":{"l":0},"n":"Shocking Grasp"},{"id":5802,"c":2,"u":"silence_phb","p":275,"s":51,"h":1,"r":1,"t":1,"uu":"silence|phb","xF":{"l":2},"n":"Silence"},{"id":5803,"c":2,"u":"silent%20image_phb","p":276,"s":51,"h":1,"r":1,"t":1,"uu":"silent image|phb","xF":{"l":1},"n":"Silent Image"},{"id":5804,"c":2,"u":"simulacrum_phb","p":276,"s":51,"h":1,"r":1,"t":1,"uu":"simulacrum|phb","xF":{"l":7},"n":"Simulacrum"},{"id":5805,"c":2,"u":"sleep_phb","p":276,"s":51,"h":1,"r":1,"t":1,"uu":"sleep|phb","xF":{"l":1},"n":"Sleep"},{"id":5806,"c":2,"u":"sleet%20storm_phb","p":276,"s":51,"h":1,"r":1,"t":1,"uu":"sleet storm|phb","xF":{"l":3},"n":"Sleet Storm"},{"id":5807,"c":2,"u":"slow_phb","p":277,"s":51,"h":1,"r":1,"t":1,"uu":"slow|phb","xF":{"l":3},"n":"Slow"},{"id":5808,"c":2,"u":"spare%20the%20dying_phb","p":277,"s":51,"h":1,"r":1,"t":1,"uu":"spare the dying|phb","xF":{"l":0},"n":"Spare the Dying"},{"id":5809,"c":2,"u":"speak%20with%20animals_phb","p":277,"s":51,"h":1,"r":1,"t":1,"uu":"speak with animals|phb","xF":{"l":1},"n":"Speak with Animals"},{"id":5810,"c":2,"u":"speak%20with%20dead_phb","p":277,"s":51,"h":1,"r":1,"t":1,"uu":"speak with dead|phb","xF":{"l":3},"n":"Speak with Dead"},{"id":5811,"c":2,"u":"speak%20with%20plants_phb","p":277,"s":51,"h":1,"r":1,"t":1,"uu":"speak with plants|phb","xF":{"l":3},"n":"Speak with Plants"},{"id":5812,"c":2,"u":"spider%20climb_phb","p":277,"s":51,"h":1,"r":1,"t":1,"uu":"spider climb|phb","xF":{"l":2},"n":"Spider Climb"},{"id":5813,"c":2,"u":"spike%20growth_phb","p":277,"s":51,"h":1,"r":1,"t":1,"uu":"spike growth|phb","xF":{"l":2},"n":"Spike Growth"},{"id":5814,"c":2,"u":"spirit%20guardians_phb","p":278,"s":51,"h":1,"r":1,"t":1,"uu":"spirit guardians|phb","xF":{"l":3},"n":"Spirit Guardians"},{"id":5815,"c":2,"u":"spiritual%20weapon_phb","p":278,"s":51,"h":1,"r":1,"t":1,"uu":"spiritual weapon|phb","xF":{"l":2},"n":"Spiritual Weapon"},{"id":5816,"c":2,"u":"staggering%20smite_phb","p":278,"s":51,"h":1,"t":1,"uu":"staggering smite|phb","xF":{"l":4},"n":"Staggering Smite"},{"id":5817,"c":2,"u":"stinking%20cloud_phb","p":278,"s":51,"h":1,"r":1,"t":1,"uu":"stinking cloud|phb","xF":{"l":3},"n":"Stinking Cloud"},{"id":5818,"c":2,"u":"stone%20shape_phb","p":278,"s":51,"h":1,"r":1,"t":1,"uu":"stone shape|phb","xF":{"l":4},"n":"Stone Shape"},{"id":5819,"c":2,"u":"stoneskin_phb","p":278,"s":51,"h":1,"r":1,"t":1,"uu":"stoneskin|phb","xF":{"l":4},"n":"Stoneskin"},{"id":5820,"c":2,"u":"storm%20of%20vengeance_phb","p":279,"s":51,"h":1,"r":1,"t":1,"uu":"storm of vengeance|phb","xF":{"l":9},"n":"Storm of Vengeance"},{"id":5821,"c":2,"u":"suggestion_phb","p":279,"s":51,"h":1,"r":1,"t":1,"uu":"suggestion|phb","xF":{"l":2},"n":"Suggestion"},{"id":5822,"c":2,"u":"sunbeam_phb","p":279,"s":51,"h":1,"r":1,"t":1,"uu":"sunbeam|phb","xF":{"l":6},"n":"Sunbeam"},{"id":5823,"c":2,"u":"sunburst_phb","p":279,"s":51,"h":1,"r":1,"t":1,"uu":"sunburst|phb","xF":{"l":8},"n":"Sunburst"},{"id":5824,"c":2,"u":"swift%20quiver_phb","p":279,"s":51,"h":1,"t":1,"uu":"swift quiver|phb","xF":{"l":5},"n":"Swift Quiver"},{"id":5825,"c":2,"u":"symbol_phb","p":280,"s":51,"h":1,"r":1,"t":1,"uu":"symbol|phb","xF":{"l":7},"n":"Symbol"},{"id":5826,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":51,"h":1,"r":1,"t":1,"uu":"tasha's hideous laughter|phb","xF":{"l":1},"n":"Tasha's Hideous Laughter"},{"id":5827,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":51,"h":1,"r":1,"t":1,"uu":"tasha's hideous laughter|phb","xF":{"l":1},"n":"Hideous Laughter"},{"id":5828,"c":2,"u":"telekinesis_phb","p":280,"s":51,"h":1,"r":1,"t":1,"uu":"telekinesis|phb","xF":{"l":5},"n":"Telekinesis"},{"id":5829,"c":2,"u":"telepathy_phb","p":281,"s":51,"h":1,"t":1,"uu":"telepathy|phb","xF":{"l":8},"n":"Telepathy"},{"id":5830,"c":2,"u":"teleport_phb","p":281,"s":51,"h":1,"r":1,"t":1,"uu":"teleport|phb","xF":{"l":7},"n":"Teleport"},{"id":5831,"c":2,"u":"teleportation%20circle_phb","p":282,"s":51,"h":1,"r":1,"t":1,"uu":"teleportation circle|phb","xF":{"l":5},"n":"Teleportation Circle"},{"id":5832,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":51,"h":1,"r":1,"t":1,"uu":"tenser's floating disk|phb","xF":{"l":1},"n":"Tenser's Floating Disk"},{"id":5833,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":51,"h":1,"r":1,"t":1,"uu":"tenser's floating disk|phb","xF":{"l":1},"n":"Floating Disk"},{"id":5834,"c":2,"u":"thaumaturgy_phb","p":282,"s":51,"h":1,"r":1,"t":1,"uu":"thaumaturgy|phb","xF":{"l":0},"n":"Thaumaturgy"},{"id":5835,"c":2,"u":"thorn%20whip_phb","p":282,"s":51,"h":1,"t":1,"uu":"thorn whip|phb","xF":{"l":0},"n":"Thorn Whip"},{"id":5836,"c":2,"u":"thunderous%20smite_phb","p":282,"s":51,"h":1,"t":1,"uu":"thunderous smite|phb","xF":{"l":1},"n":"Thunderous Smite"},{"id":5837,"c":2,"u":"thunderwave_phb","p":282,"s":51,"h":1,"r":1,"t":1,"uu":"thunderwave|phb","xF":{"l":1},"n":"Thunderwave"},{"id":5838,"c":2,"u":"time%20stop_phb","p":283,"s":51,"h":1,"r":1,"t":1,"uu":"time stop|phb","xF":{"l":9},"n":"Time Stop"},{"id":5839,"c":2,"u":"tongues_phb","p":283,"s":51,"h":1,"r":1,"t":1,"uu":"tongues|phb","xF":{"l":3},"n":"Tongues"},{"id":5840,"c":2,"u":"transport%20via%20plants_phb","p":283,"s":51,"h":1,"r":1,"t":1,"uu":"transport via plants|phb","xF":{"l":6},"n":"Transport via Plants"},{"id":5841,"c":2,"u":"tree%20stride_phb","p":283,"s":51,"h":1,"r":1,"t":1,"uu":"tree stride|phb","xF":{"l":5},"n":"Tree Stride"},{"id":5842,"c":2,"u":"true%20polymorph_phb","p":283,"s":51,"h":1,"r":1,"t":1,"uu":"true polymorph|phb","xF":{"l":9},"n":"True Polymorph"},{"id":5843,"c":2,"u":"true%20resurrection_phb","p":284,"s":51,"h":1,"r":1,"t":1,"uu":"true resurrection|phb","xF":{"l":9},"n":"True Resurrection"},{"id":5844,"c":2,"u":"true%20seeing_phb","p":284,"s":51,"h":1,"r":1,"t":1,"uu":"true seeing|phb","xF":{"l":6},"n":"True Seeing"},{"id":5845,"c":2,"u":"true%20strike_phb","p":284,"s":51,"h":1,"r":1,"t":1,"uu":"true strike|phb","xF":{"l":0},"n":"True Strike"},{"id":5846,"c":2,"u":"tsunami_phb","p":284,"s":51,"h":1,"t":1,"uu":"tsunami|phb","xF":{"l":8},"n":"Tsunami"},{"id":5847,"c":2,"u":"unseen%20servant_phb","p":284,"s":51,"h":1,"r":1,"t":1,"uu":"unseen servant|phb","xF":{"l":1},"n":"Unseen Servant"},{"id":5848,"c":2,"u":"vampiric%20touch_phb","p":285,"s":51,"h":1,"r":1,"t":1,"uu":"vampiric touch|phb","xF":{"l":3},"n":"Vampiric Touch"},{"id":5849,"c":2,"u":"vicious%20mockery_phb","p":285,"s":51,"h":1,"r":1,"t":1,"uu":"vicious mockery|phb","xF":{"l":0},"n":"Vicious Mockery"},{"id":5850,"c":2,"u":"wall%20of%20fire_phb","p":285,"s":51,"h":1,"r":1,"t":1,"uu":"wall of fire|phb","xF":{"l":4},"n":"Wall of Fire"},{"id":5851,"c":2,"u":"wall%20of%20force_phb","p":285,"s":51,"h":1,"r":1,"t":1,"uu":"wall of force|phb","xF":{"l":5},"n":"Wall of Force"},{"id":5852,"c":2,"u":"wall%20of%20ice_phb","p":285,"s":51,"h":1,"r":1,"t":1,"uu":"wall of ice|phb","xF":{"l":6},"n":"Wall of Ice"},{"id":5853,"c":2,"u":"wall%20of%20stone_phb","p":287,"s":51,"h":1,"r":1,"t":1,"uu":"wall of stone|phb","xF":{"l":5},"n":"Wall of Stone"},{"id":5854,"c":2,"u":"wall%20of%20thorns_phb","p":287,"s":51,"h":1,"r":1,"t":1,"uu":"wall of thorns|phb","xF":{"l":6},"n":"Wall of Thorns"},{"id":5855,"c":2,"u":"warding%20bond_phb","p":287,"s":51,"h":1,"r":1,"t":1,"uu":"warding bond|phb","xF":{"l":2},"n":"Warding Bond"},{"id":5856,"c":2,"u":"water%20breathing_phb","p":287,"s":51,"h":1,"r":1,"t":1,"uu":"water breathing|phb","xF":{"l":3},"n":"Water Breathing"},{"id":5857,"c":2,"u":"water%20walk_phb","p":287,"s":51,"h":1,"r":1,"t":1,"uu":"water walk|phb","xF":{"l":3},"n":"Water Walk"},{"id":5858,"c":2,"u":"web_phb","p":287,"s":51,"h":1,"r":1,"t":1,"uu":"web|phb","m":"spells/PHB/Web.webp","xF":{"l":2},"n":"Web"},{"id":5859,"c":2,"u":"weird_phb","p":288,"s":51,"h":1,"r":1,"t":1,"uu":"weird|phb","xF":{"l":9},"n":"Weird"},{"id":5860,"c":2,"u":"wind%20walk_phb","p":288,"s":51,"h":1,"r":1,"t":1,"uu":"wind walk|phb","xF":{"l":6},"n":"Wind Walk"},{"id":5861,"c":2,"u":"wind%20wall_phb","p":288,"s":51,"h":1,"r":1,"t":1,"uu":"wind wall|phb","xF":{"l":3},"n":"Wind Wall"},{"id":5862,"c":2,"u":"wish_phb","p":288,"s":51,"h":1,"r":1,"t":1,"uu":"wish|phb","xF":{"l":9},"n":"Wish"},{"id":5863,"c":2,"u":"witch%20bolt_phb","p":289,"s":51,"h":1,"t":1,"uu":"witch bolt|phb","xF":{"l":1},"n":"Witch Bolt"},{"id":5864,"c":2,"u":"word%20of%20recall_phb","p":289,"s":51,"h":1,"r":1,"t":1,"uu":"word of recall|phb","xF":{"l":6},"n":"Word of Recall"},{"id":5865,"c":2,"u":"wrathful%20smite_phb","p":289,"s":51,"h":1,"t":1,"uu":"wrathful smite|phb","xF":{"l":1},"n":"Wrathful Smite"},{"id":5866,"c":2,"u":"zone%20of%20truth_phb","p":289,"s":51,"h":1,"r":1,"t":1,"uu":"zone of truth|phb","xF":{"l":2},"n":"Zone of Truth"},{"id":5867,"c":2,"u":"gate%20seal_sato","p":12,"s":103,"h":1,"t":1,"uu":"gate seal|sato","xF":{"l":4},"n":"Gate Seal"},{"id":5868,"c":2,"u":"warp%20sense_sato","p":12,"s":103,"h":1,"t":1,"uu":"warp sense|sato","xF":{"l":2},"n":"Warp Sense"},{"id":5869,"c":2,"u":"borrowed%20knowledge_scc","p":37,"s":56,"h":1,"t":1,"uu":"borrowed knowledge|scc","xF":{"l":2},"n":"Borrowed Knowledge"},{"id":5870,"c":2,"u":"kinetic%20jaunt_scc","p":37,"s":56,"h":1,"t":1,"uu":"kinetic jaunt|scc","xF":{"l":2},"n":"Kinetic Jaunt"},{"id":5871,"c":2,"u":"silvery%20barbs_scc","p":38,"s":56,"h":1,"t":1,"uu":"silvery barbs|scc","xF":{"l":1},"n":"Silvery Barbs"},{"id":5872,"c":2,"u":"vortex%20warp_scc","p":38,"s":56,"h":1,"t":1,"uu":"vortex warp|scc","xF":{"l":2},"n":"Vortex Warp"},{"id":5873,"c":2,"u":"wither%20and%20bloom_scc","p":38,"s":56,"h":1,"t":1,"uu":"wither and bloom|scc","xF":{"l":2},"n":"Wither and Bloom"},{"id":5874,"c":2,"u":"freedom%20of%20the%20waves_tdcsr","p":176,"s":60,"h":1,"dP":1,"t":1,"uu":"freedom of the waves|tdcsr","xF":{"l":3},"n":"Freedom of the Waves"},{"id":5875,"c":2,"u":"freedom%20of%20the%20winds_tdcsr","p":176,"s":60,"h":1,"dP":1,"t":1,"uu":"freedom of the winds|tdcsr","xF":{"l":5},"n":"Freedom of the Winds"},{"id":5876,"c":2,"u":"linked%20glyphs_aitfr-avt","p":9,"s":104,"h":1,"t":1,"uu":"linked glyphs|aitfr-avt","xF":{"l":3},"n":"Linked Glyphs"},{"id":5877,"c":2,"u":"flock%20of%20familiars_llk","p":57,"s":80,"h":1,"t":1,"uu":"flock of familiars|llk","xF":{"l":2},"n":"Flock of Familiars"},{"id":5878,"c":2,"u":"galder's%20speedy%20courier_llk","p":57,"s":80,"h":1,"t":1,"uu":"galder's speedy courier|llk","xF":{"l":4},"n":"Galder's Speedy Courier"},{"id":5879,"c":2,"u":"galder's%20tower_llk","p":57,"s":80,"h":1,"t":1,"uu":"galder's tower|llk","xF":{"l":3},"n":"Galder's Tower"},{"id":5880,"c":5,"u":"artificer_tce","p":9,"s":4,"h":1,"t":2,"uu":"artificer|tce","m":"classes/TCE/Artificer.webp","n":"Artificer"},{"id":5881,"c":5,"u":"barbarian_phb","p":46,"s":51,"h":1,"r":1,"t":2,"uu":"barbarian|phb","m":"classes/PHB/Barbarian.webp","n":"Barbarian"},{"id":5882,"c":5,"u":"barbarian_xphb","p":50,"s":8,"h":1,"t":2,"uu":"barbarian|xphb","m":"classes/XPHB/Barbarian.webp","n":"Barbarian"},{"id":5883,"c":5,"u":"bard_phb","p":51,"s":51,"h":1,"r":1,"t":2,"uu":"bard|phb","m":"classes/PHB/Bard.webp","n":"Bard"},{"id":5884,"c":5,"u":"bard_xphb","p":58,"s":8,"h":1,"t":2,"uu":"bard|xphb","m":"classes/XPHB/Bard.webp","n":"Bard"},{"id":5885,"c":5,"u":"cleric_phb","p":56,"s":51,"h":1,"r":1,"t":2,"uu":"cleric|phb","m":"classes/PHB/Cleric.webp","n":"Cleric"},{"id":5886,"c":5,"u":"cleric_xphb","p":68,"s":8,"h":1,"t":2,"uu":"cleric|xphb","m":"classes/XPHB/Cleric.webp","n":"Cleric"},{"id":5887,"c":5,"u":"druid_phb","p":64,"s":51,"h":1,"r":1,"t":2,"uu":"druid|phb","m":"classes/PHB/Druid.webp","n":"Druid"},{"id":5888,"c":5,"u":"druid_xphb","p":78,"s":8,"h":1,"t":2,"uu":"druid|xphb","m":"classes/XPHB/Druid.webp","n":"Druid"},{"id":5889,"c":5,"u":"fighter_phb","p":70,"s":51,"h":1,"r":1,"t":2,"uu":"fighter|phb","m":"classes/PHB/Fighter.webp","n":"Fighter"},{"id":5890,"c":5,"u":"fighter_xphb","p":90,"s":8,"h":1,"t":2,"uu":"fighter|xphb","m":"classes/XPHB/Fighter.webp","n":"Fighter"},{"id":5891,"c":5,"u":"monk_phb","p":76,"s":51,"h":1,"r":1,"t":2,"uu":"monk|phb","m":"classes/PHB/Monk.webp","n":"Monk"},{"id":5892,"c":5,"u":"monk_xphb","p":100,"s":8,"h":1,"t":2,"uu":"monk|xphb","m":"classes/XPHB/Monk.webp","n":"Monk"},{"id":5893,"c":5,"u":"mystic_uathemysticclass","p":1,"s":105,"h":1,"t":2,"uu":"mystic|uathemysticclass","n":"Mystic"},{"id":5894,"c":5,"u":"paladin_phb","p":82,"s":51,"h":1,"r":1,"t":2,"uu":"paladin|phb","m":"classes/PHB/Paladin.webp","n":"Paladin"},{"id":5895,"c":5,"u":"paladin_xphb","p":108,"s":8,"h":1,"t":2,"uu":"paladin|xphb","m":"classes/XPHB/Paladin.webp","n":"Paladin"},{"id":5896,"c":5,"u":"ranger_phb","p":89,"s":51,"h":1,"r":1,"t":2,"uu":"ranger|phb","m":"classes/PHB/Ranger.webp","n":"Ranger"},{"id":5897,"c":5,"u":"ranger_xphb","p":118,"s":8,"h":1,"t":2,"uu":"ranger|xphb","m":"classes/XPHB/Ranger.webp","n":"Ranger"},{"id":5898,"c":5,"u":"rogue_phb","p":94,"s":51,"h":1,"r":1,"t":2,"uu":"rogue|phb","m":"classes/PHB/Rogue.webp","n":"Rogue"},{"id":5899,"c":5,"u":"rogue_xphb","p":128,"s":8,"h":1,"t":2,"uu":"rogue|xphb","m":"classes/XPHB/Rogue.webp","n":"Rogue"},{"id":5900,"c":5,"u":"expert%20sidekick_tce","p":142,"s":4,"h":1,"t":2,"uu":"expert sidekick|tce","m":"classes/TCE/Expert Sidekick.webp","n":"Expert Sidekick"},{"id":5901,"c":5,"u":"spellcaster%20sidekick_tce","p":144,"s":4,"h":1,"t":2,"uu":"spellcaster sidekick|tce","m":"classes/TCE/Spellcaster Sidekick.webp","n":"Spellcaster Sidekick"},{"id":5902,"c":5,"u":"warrior%20sidekick_tce","p":146,"s":4,"h":1,"t":2,"uu":"warrior sidekick|tce","m":"classes/TCE/Warrior Sidekick.webp","n":"Warrior Sidekick"},{"id":5903,"c":5,"u":"sorcerer_phb","p":99,"s":51,"h":1,"r":1,"t":2,"uu":"sorcerer|phb","m":"classes/PHB/Sorcerer.webp","n":"Sorcerer"},{"id":5904,"c":5,"u":"sorcerer_xphb","p":138,"s":8,"h":1,"t":2,"uu":"sorcerer|xphb","m":"classes/XPHB/Sorcerer.webp","n":"Sorcerer"},{"id":5905,"c":5,"u":"warlock_phb","p":105,"s":51,"h":1,"r":1,"t":2,"uu":"warlock|phb","m":"classes/PHB/Warlock.webp","n":"Warlock"},{"id":5906,"c":5,"u":"warlock_xphb","p":152,"s":8,"h":1,"t":2,"uu":"warlock|xphb","m":"classes/XPHB/Warlock.webp","n":"Warlock"},{"id":5907,"c":5,"u":"wizard_phb","p":112,"s":51,"h":1,"r":1,"t":2,"uu":"wizard|phb","m":"classes/PHB/Wizard.webp","n":"Wizard"},{"id":5908,"c":5,"u":"wizard_xphb","p":164,"s":8,"h":1,"t":2,"uu":"wizard|xphb","m":"classes/XPHB/Wizard.webp","n":"Wizard"},{"id":5910,"c":40,"u":"artificer_tce,state:sub-alchemist-tce=b1","p":14,"s":4,"h":1,"t":3,"uu":"alchemist|artificer|tce|tce","m":"classes/TCE/Alchemist Artificer.webp","b":"Alchemist","n":"Alchemist (Artificer)"},{"id":5912,"c":40,"u":"artificer_tce,state:sub-armorer-tce=b1","p":15,"s":4,"h":1,"t":3,"uu":"armorer|artificer|tce|tce","m":"classes/TCE/Armorer Artificer.webp","b":"Armorer","n":"Armorer (Artificer)"},{"id":5914,"c":40,"u":"artificer_tce,state:sub-artillerist-tce=b1","p":17,"s":4,"h":1,"t":3,"uu":"artillerist|artificer|tce|tce","m":"classes/TCE/Artillerist Artificer.webp","b":"Artillerist","n":"Artillerist (Artificer)"},{"id":5916,"c":40,"u":"artificer_tce,state:sub-battle-smith-tce=b1","p":18,"s":4,"h":1,"t":3,"uu":"battle smith|artificer|tce|tce","m":"classes/TCE/Battle Smith Artificer.webp","b":"Battle Smith","n":"Battle Smith (Artificer)"},{"id":5918,"c":40,"u":"barbarian_phb,state:sub-berserker-phb=b1","p":49,"s":51,"h":1,"r":1,"t":3,"uu":"berserker|barbarian","b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5920,"c":40,"u":"barbarian_xphb,state:sub-berserker-phb=b1","s":51,"h":1,"t":3,"uu":"berserker|barbarian|xphb","b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5922,"c":40,"u":"barbarian_phb,state:sub-totem-warrior-phb=b1","p":50,"s":51,"h":1,"t":3,"uu":"totem warrior|barbarian","m":"classes/PHB/Totem Warrior Barbarian.webp","b":"Path of the Totem Warrior","n":"Path of the Totem Warrior (Barbarian)"},{"id":5924,"c":40,"u":"barbarian_xphb,state:sub-totem-warrior-phb=b1","s":51,"h":1,"t":3,"uu":"totem warrior|barbarian|xphb","b":"Path of the Totem Warrior","n":"Path of the Totem Warrior (Barbarian)"},{"id":5926,"c":40,"u":"barbarian_phb,state:sub-battlerager-scag=b1","p":121,"s":106,"h":1,"t":3,"uu":"battlerager|barbarian||scag","b":"Path of the Battlerager","n":"Path of the Battlerager (Barbarian)"},{"id":5928,"c":40,"u":"barbarian_xphb,state:sub-battlerager-scag=b1","s":106,"h":1,"t":3,"uu":"battlerager|barbarian|xphb|scag","b":"Path of the Battlerager","n":"Path of the Battlerager (Barbarian)"},{"id":5930,"c":40,"u":"barbarian_phb,state:sub-ancestral-guardian-xge=b1","p":9,"s":6,"h":1,"t":3,"uu":"ancestral guardian|barbarian||xge","b":"Path of the Ancestral Guardian","n":"Path of the Ancestral Guardian (Barbarian)"},{"id":5932,"c":40,"u":"barbarian_xphb,state:sub-ancestral-guardian-xge=b1","s":6,"h":1,"t":3,"uu":"ancestral guardian|barbarian|xphb|xge","b":"Path of the Ancestral Guardian","n":"Path of the Ancestral Guardian (Barbarian)"},{"id":5934,"c":40,"u":"barbarian_phb,state:sub-storm-herald-xge=b1","p":10,"s":6,"h":1,"t":3,"uu":"storm herald|barbarian||xge","m":"classes/XGE/Storm Herald Barbarian.webp","b":"Path of the Storm Herald","n":"Path of the Storm Herald (Barbarian)"},{"id":5936,"c":40,"u":"barbarian_xphb,state:sub-storm-herald-xge=b1","s":6,"h":1,"t":3,"uu":"storm herald|barbarian|xphb|xge","b":"Path of the Storm Herald","n":"Path of the Storm Herald (Barbarian)"},{"id":5938,"c":40,"u":"barbarian_phb,state:sub-zealot-xge=b1","p":11,"s":6,"h":1,"t":3,"uu":"zealot|barbarian||xge","b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5940,"c":40,"u":"barbarian_xphb,state:sub-zealot-xge=b1","s":6,"h":1,"t":3,"uu":"zealot|barbarian|xphb|xge","b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5942,"c":40,"u":"barbarian_phb,state:sub-beast-tce=b1","p":24,"s":4,"h":1,"t":3,"uu":"beast|barbarian||tce","m":"classes/TCE/Beast Barbarian.webp","b":"Path of the Beast","n":"Path of the Beast (Barbarian)"},{"id":5944,"c":40,"u":"barbarian_xphb,state:sub-beast-tce=b1","s":4,"h":1,"t":3,"uu":"beast|barbarian|xphb|tce","b":"Path of the Beast","n":"Path of the Beast (Barbarian)"},{"id":5946,"c":40,"u":"barbarian_phb,state:sub-wild-magic-tce=b1","p":25,"s":4,"h":1,"t":3,"uu":"wild magic|barbarian||tce","m":"classes/TCE/Wild Magic Barbarian.webp","b":"Path of Wild Magic","n":"Path of Wild Magic (Barbarian)"},{"id":5948,"c":40,"u":"barbarian_xphb,state:sub-wild-magic-tce=b1","s":4,"h":1,"t":3,"uu":"wild magic|barbarian|xphb|tce","b":"Path of Wild Magic","n":"Path of Wild Magic (Barbarian)"},{"id":5950,"c":40,"u":"barbarian_phb,state:sub-juggernaut-tdcsr=b1","p":165,"s":60,"h":1,"dP":1,"t":3,"uu":"juggernaut|barbarian||tdcsr","m":"classes/TDCSR/Juggernaut Barbarian.webp","b":"Path of the Juggernaut","n":"Path of the Juggernaut (Barbarian)"},{"id":5952,"c":40,"u":"barbarian_xphb,state:sub-juggernaut-tdcsr=b1","s":60,"h":1,"dP":1,"t":3,"uu":"juggernaut|barbarian|xphb|tdcsr","b":"Path of the Juggernaut","n":"Path of the Juggernaut (Barbarian)"},{"id":5954,"c":40,"u":"barbarian_phb,state:sub-giant-bgg=b1","p":11,"s":0,"h":1,"t":3,"uu":"giant|barbarian||bgg","m":"classes/BGG/Giant Barbarian.webp","b":"Path of the Giant","n":"Path of the Giant (Barbarian)"},{"id":5956,"c":40,"u":"barbarian_xphb,state:sub-giant-bgg=b1","s":0,"h":1,"t":3,"uu":"giant|barbarian|xphb|bgg","b":"Path of the Giant","n":"Path of the Giant (Barbarian)"},{"id":5958,"c":40,"u":"barbarian_xphb,state:sub-berserker-xphb=b1","p":54,"s":8,"h":1,"t":3,"uu":"berserker|barbarian|xphb|xphb","m":"classes/XPHB/Berserker Barbarian.webp","b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5960,"c":40,"u":"barbarian_xphb,state:sub-wild-heart-xphb=b1","p":55,"s":8,"h":1,"t":3,"uu":"wild heart|barbarian|xphb|xphb","m":"classes/XPHB/Wild Heart Barbarian.webp","b":"Path of the Wild Heart","n":"Path of the Wild Heart (Barbarian)"},{"id":5962,"c":40,"u":"barbarian_xphb,state:sub-world-tree-xphb=b1","p":56,"s":8,"h":1,"t":3,"uu":"world tree|barbarian|xphb|xphb","m":"classes/XPHB/World Tree Barbarian.webp","b":"Path of the World Tree","n":"Path of the World Tree (Barbarian)"},{"id":5964,"c":40,"u":"barbarian_xphb,state:sub-zealot-xphb=b1","p":57,"s":8,"h":1,"t":3,"uu":"zealot|barbarian|xphb|xphb","m":"classes/XPHB/Zealot Barbarian.webp","b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5966,"c":40,"u":"bard_phb,state:sub-lore-phb=b1","p":54,"s":51,"h":1,"r":1,"t":3,"uu":"lore|bard","b":"College of Lore","n":"College of Lore (Bard)"},{"id":5968,"c":40,"u":"bard_xphb,state:sub-lore-phb=b1","s":51,"h":1,"t":3,"uu":"lore|bard|xphb","b":"College of Lore","n":"College of Lore (Bard)"},{"id":5970,"c":40,"u":"bard_phb,state:sub-valor-phb=b1","p":55,"s":51,"h":1,"t":3,"uu":"valor|bard","b":"College of Valor","n":"College of Valor (Bard)"},{"id":5972,"c":40,"u":"bard_xphb,state:sub-valor-phb=b1","s":51,"h":1,"t":3,"uu":"valor|bard|xphb","b":"College of Valor","n":"College of Valor (Bard)"},{"id":5974,"c":40,"u":"bard_phb,state:sub-glamour-xge=b1","p":14,"s":6,"h":1,"t":3,"uu":"glamour|bard||xge","b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":5976,"c":40,"u":"bard_xphb,state:sub-glamour-xge=b1","s":6,"h":1,"t":3,"uu":"glamour|bard|xphb|xge","b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":5978,"c":40,"u":"bard_phb,state:sub-swords-xge=b1","p":15,"s":6,"h":1,"t":3,"uu":"swords|bard||xge","m":"classes/XGE/Swords Bard.webp","b":"College of Swords","n":"College of Swords (Bard)"},{"id":5980,"c":40,"u":"bard_xphb,state:sub-swords-xge=b1","s":6,"h":1,"t":3,"uu":"swords|bard|xphb|xge","b":"College of Swords","n":"College of Swords (Bard)"},{"id":5982,"c":40,"u":"bard_phb,state:sub-whispers-xge=b1","p":16,"s":6,"h":1,"t":3,"uu":"whispers|bard||xge","m":"classes/XGE/Whispers Bard.webp","b":"College of Whispers","n":"College of Whispers (Bard)"},{"id":5984,"c":40,"u":"bard_xphb,state:sub-whispers-xge=b1","s":6,"h":1,"t":3,"uu":"whispers|bard|xphb|xge","b":"College of Whispers","n":"College of Whispers (Bard)"},{"id":5986,"c":40,"u":"bard_phb,state:sub-creation-tce=b1","p":28,"s":4,"h":1,"t":3,"uu":"creation|bard||tce","m":"classes/TCE/Creation Bard.webp","b":"College of Creation","n":"College of Creation (Bard)"},{"id":5988,"c":40,"u":"bard_xphb,state:sub-creation-tce=b1","s":4,"h":1,"t":3,"uu":"creation|bard|xphb|tce","b":"College of Creation","n":"College of Creation (Bard)"},{"id":5990,"c":40,"u":"bard_phb,state:sub-eloquence-tce=b1","p":29,"s":4,"h":1,"t":3,"uu":"eloquence|bard||tce","m":"classes/TCE/Eloquence Bard.webp","b":"College of Eloquence","n":"College of Eloquence (Bard)"},{"id":5992,"c":40,"u":"bard_xphb,state:sub-eloquence-tce=b1","s":4,"h":1,"t":3,"uu":"eloquence|bard|xphb|tce","b":"College of Eloquence","n":"College of Eloquence (Bard)"},{"id":5994,"c":40,"u":"bard_phb,state:sub-spirits-vrgr=b1","p":28,"s":67,"h":1,"t":3,"uu":"spirits|bard||vrgr","m":"classes/VRGR/Spirits Bard.webp","b":"College of Spirits","n":"College of Spirits (Bard)"},{"id":5996,"c":40,"u":"bard_xphb,state:sub-spirits-vrgr=b1","s":67,"h":1,"t":3,"uu":"spirits|bard|xphb|vrgr","b":"College of Spirits","n":"College of Spirits (Bard)"},{"id":5998,"c":40,"u":"bard_phb,state:sub-tragedy-tdcsr=b1","p":167,"s":60,"h":1,"dP":1,"t":3,"uu":"tragedy|bard||tdcsr","m":"classes/TDCSR/Tragedy Bard.webp","b":"College of Tragedy","n":"College of Tragedy (Bard)"},{"id":6000,"c":40,"u":"bard_xphb,state:sub-tragedy-tdcsr=b1","s":60,"h":1,"dP":1,"t":3,"uu":"tragedy|bard|xphb|tdcsr","b":"College of Tragedy","n":"College of Tragedy (Bard)"},{"id":6002,"c":40,"u":"bard_xphb,state:sub-dance-xphb=b1","p":64,"s":8,"h":1,"t":3,"uu":"dance|bard|xphb|xphb","m":"classes/XPHB/Dance Bard.webp","b":"College of Dance","n":"College of Dance (Bard)"},{"id":6004,"c":40,"u":"bard_xphb,state:sub-glamour-xphb=b1","p":65,"s":8,"h":1,"t":3,"uu":"glamour|bard|xphb|xphb","m":"classes/XPHB/Glamour Bard.webp","b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":6006,"c":40,"u":"bard_xphb,state:sub-lore-xphb=b1","p":66,"s":8,"h":1,"t":3,"uu":"lore|bard|xphb|xphb","m":"classes/XPHB/Lore Bard.webp","b":"College of Lore","n":"College of Lore (Bard)"},{"id":6008,"c":40,"u":"bard_xphb,state:sub-valor-xphb=b1","p":67,"s":8,"h":1,"t":3,"uu":"valor|bard|xphb|xphb","m":"classes/XPHB/Valor Bard.webp","b":"College of Valor","n":"College of Valor (Bard)"},{"id":6010,"c":40,"u":"cleric_phb,state:sub-knowledge-phb=b1","p":59,"s":51,"h":1,"t":3,"uu":"knowledge|cleric","b":"Knowledge Domain","n":"Knowledge Domain (Cleric)"},{"id":6012,"c":40,"u":"cleric_xphb,state:sub-knowledge-phb=b1","s":51,"h":1,"t":3,"uu":"knowledge|cleric|xphb","b":"Knowledge Domain","n":"Knowledge Domain (Cleric)"},{"id":6014,"c":40,"u":"cleric_phb,state:sub-life-phb=b1","p":60,"s":51,"h":1,"r":1,"t":3,"uu":"life|cleric","b":"Life Domain","n":"Life Domain (Cleric)"},{"id":6016,"c":40,"u":"cleric_xphb,state:sub-life-phb=b1","s":51,"h":1,"t":3,"uu":"life|cleric|xphb","b":"Life Domain","n":"Life Domain (Cleric)"},{"id":6018,"c":40,"u":"cleric_phb,state:sub-light-phb=b1","p":60,"s":51,"h":1,"t":3,"uu":"light|cleric","b":"Light Domain","n":"Light Domain (Cleric)"},{"id":6020,"c":40,"u":"cleric_xphb,state:sub-light-phb=b1","s":51,"h":1,"t":3,"uu":"light|cleric|xphb","b":"Light Domain","n":"Light Domain (Cleric)"},{"id":6022,"c":40,"u":"cleric_phb,state:sub-nature-phb=b1","p":61,"s":51,"h":1,"t":3,"uu":"nature|cleric","b":"Nature Domain","n":"Nature Domain (Cleric)"},{"id":6024,"c":40,"u":"cleric_xphb,state:sub-nature-phb=b1","s":51,"h":1,"t":3,"uu":"nature|cleric|xphb","b":"Nature Domain","n":"Nature Domain (Cleric)"},{"id":6026,"c":40,"u":"cleric_phb,state:sub-tempest-phb=b1","p":62,"s":51,"h":1,"t":3,"uu":"tempest|cleric","b":"Tempest Domain","n":"Tempest Domain (Cleric)"},{"id":6028,"c":40,"u":"cleric_xphb,state:sub-tempest-phb=b1","s":51,"h":1,"t":3,"uu":"tempest|cleric|xphb","b":"Tempest Domain","n":"Tempest Domain (Cleric)"},{"id":6030,"c":40,"u":"cleric_phb,state:sub-trickery-phb=b1","p":62,"s":51,"h":1,"t":3,"uu":"trickery|cleric","b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":6032,"c":40,"u":"cleric_xphb,state:sub-trickery-phb=b1","s":51,"h":1,"t":3,"uu":"trickery|cleric|xphb","b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":6034,"c":40,"u":"cleric_phb,state:sub-war-phb=b1","p":63,"s":51,"h":1,"t":3,"uu":"war|cleric","b":"War Domain","n":"War Domain (Cleric)"},{"id":6036,"c":40,"u":"cleric_xphb,state:sub-war-phb=b1","s":51,"h":1,"t":3,"uu":"war|cleric|xphb","b":"War Domain","n":"War Domain (Cleric)"},{"id":6038,"c":40,"u":"cleric_phb,state:sub-death-dmg=b1","p":96,"s":24,"h":1,"t":3,"uu":"death|cleric||dmg","m":"classes/DMG/Death Cleric.webp","b":"Death Domain","n":"Death Domain (Cleric)"},{"id":6040,"c":40,"u":"cleric_xphb,state:sub-death-dmg=b1","s":24,"h":1,"t":3,"uu":"death|cleric|xphb|dmg","b":"Death Domain","n":"Death Domain (Cleric)"},{"id":6042,"c":40,"u":"cleric_phb,state:sub-arcana-scag=b1","p":125,"s":106,"h":1,"t":3,"uu":"arcana|cleric||scag","m":"classes/SCAG/Arcana Cleric.webp","b":"Arcana Domain","n":"Arcana Domain (Cleric)"},{"id":6044,"c":40,"u":"cleric_xphb,state:sub-arcana-scag=b1","s":106,"h":1,"t":3,"uu":"arcana|cleric|xphb|scag","b":"Arcana Domain","n":"Arcana Domain (Cleric)"},{"id":6046,"c":40,"u":"cleric_phb,state:sub-ambition-psa-psa=b1","p":27,"s":94,"h":1,"t":3,"uu":"ambition (psa)|cleric||psa","m":"classes/PSA/Ambition (PSA) Cleric.webp","b":"Ambition Domain (PSA)","n":"Ambition Domain (PSA) (Cleric)"},{"id":6048,"c":40,"u":"cleric_xphb,state:sub-ambition-psa-psa=b1","s":94,"h":1,"t":3,"uu":"ambition (psa)|cleric|xphb|psa","b":"Ambition Domain (PSA)","n":"Ambition Domain (PSA) (Cleric)"},{"id":6050,"c":40,"u":"cleric_phb,state:sub-knowledge-psa-psa=b1","p":25,"s":94,"h":1,"t":3,"uu":"knowledge (psa)|cleric||psa","m":"classes/PSA/Knowledge (PSA) Cleric.webp","b":"Knowledge Domain (PSA)","n":"Knowledge Domain (PSA) (Cleric)"},{"id":6052,"c":40,"u":"cleric_xphb,state:sub-knowledge-psa-psa=b1","s":94,"h":1,"t":3,"uu":"knowledge (psa)|cleric|xphb|psa","b":"Knowledge Domain (PSA)","n":"Knowledge Domain (PSA) (Cleric)"},{"id":6054,"c":40,"u":"cleric_phb,state:sub-solidarity-psa-psa=b1","p":24,"s":94,"h":1,"t":3,"uu":"solidarity (psa)|cleric||psa","m":"classes/PSA/Solidarity (PSA) Cleric.webp","b":"Solidarity Domain (PSA)","n":"Solidarity Domain (PSA) (Cleric)"},{"id":6056,"c":40,"u":"cleric_xphb,state:sub-solidarity-psa-psa=b1","s":94,"h":1,"t":3,"uu":"solidarity (psa)|cleric|xphb|psa","b":"Solidarity Domain (PSA)","n":"Solidarity Domain (PSA) (Cleric)"},{"id":6058,"c":40,"u":"cleric_phb,state:sub-strength-psa-psa=b1","p":26,"s":94,"h":1,"t":3,"uu":"strength (psa)|cleric||psa","m":"classes/PSA/Strength (PSA) Cleric.webp","b":"Strength Domain (PSA)","n":"Strength Domain (PSA) (Cleric)"},{"id":6060,"c":40,"u":"cleric_xphb,state:sub-strength-psa-psa=b1","s":94,"h":1,"t":3,"uu":"strength (psa)|cleric|xphb|psa","b":"Strength Domain (PSA)","n":"Strength Domain (PSA) (Cleric)"},{"id":6062,"c":40,"u":"cleric_phb,state:sub-zeal-psa-psa=b1","p":28,"s":94,"h":1,"t":3,"uu":"zeal (psa)|cleric||psa","m":"classes/PSA/Zeal (PSA) Cleric.webp","b":"Zeal Domain (PSA)","n":"Zeal Domain (PSA) (Cleric)"},{"id":6064,"c":40,"u":"cleric_xphb,state:sub-zeal-psa-psa=b1","s":94,"h":1,"t":3,"uu":"zeal (psa)|cleric|xphb|psa","b":"Zeal Domain (PSA)","n":"Zeal Domain (PSA) (Cleric)"},{"id":6066,"c":40,"u":"cleric_phb,state:sub-forge-xge=b1","p":18,"s":6,"h":1,"t":3,"uu":"forge|cleric||xge","m":"classes/XGE/Forge Cleric.webp","b":"Forge Domain","n":"Forge Domain (Cleric)"},{"id":6068,"c":40,"u":"cleric_xphb,state:sub-forge-xge=b1","s":6,"h":1,"t":3,"uu":"forge|cleric|xphb|xge","b":"Forge Domain","n":"Forge Domain (Cleric)"},{"id":6070,"c":40,"u":"cleric_phb,state:sub-grave-xge=b1","p":19,"s":6,"h":1,"t":3,"uu":"grave|cleric||xge","m":"classes/XGE/Grave Cleric.webp","b":"Grave Domain","n":"Grave Domain (Cleric)"},{"id":6072,"c":40,"u":"cleric_xphb,state:sub-grave-xge=b1","s":6,"h":1,"t":3,"uu":"grave|cleric|xphb|xge","b":"Grave Domain","n":"Grave Domain (Cleric)"},{"id":6074,"c":40,"u":"cleric_phb,state:sub-order-tce=b1","p":31,"s":4,"h":1,"t":3,"uu":"order|cleric||tce","m":"classes/TCE/Order Cleric.webp","b":"Order Domain","n":"Order Domain (Cleric)"},{"id":6076,"c":40,"u":"cleric_xphb,state:sub-order-tce=b1","s":4,"h":1,"t":3,"uu":"order|cleric|xphb|tce","b":"Order Domain","n":"Order Domain (Cleric)"},{"id":6078,"c":40,"u":"cleric_phb,state:sub-peace-tce=b1","p":32,"s":4,"h":1,"t":3,"uu":"peace|cleric||tce","m":"classes/TCE/Peace Cleric.webp","b":"Peace Domain","n":"Peace Domain (Cleric)"},{"id":6080,"c":40,"u":"cleric_xphb,state:sub-peace-tce=b1","s":4,"h":1,"t":3,"uu":"peace|cleric|xphb|tce","b":"Peace Domain","n":"Peace Domain (Cleric)"},{"id":6082,"c":40,"u":"cleric_phb,state:sub-twilight-tce=b1","p":34,"s":4,"h":1,"t":3,"uu":"twilight|cleric||tce","m":"classes/TCE/Twilight Cleric.webp","b":"Twilight Domain","n":"Twilight Domain (Cleric)"},{"id":6084,"c":40,"u":"cleric_xphb,state:sub-twilight-tce=b1","s":4,"h":1,"t":3,"uu":"twilight|cleric|xphb|tce","b":"Twilight Domain","n":"Twilight Domain (Cleric)"},{"id":6086,"c":40,"u":"cleric_phb,state:sub-blood-tdcsr=b1","p":168,"s":60,"h":1,"dP":1,"t":3,"uu":"blood|cleric||tdcsr","m":"classes/TDCSR/Blood Cleric.webp","b":"Blood Domain","n":"Blood Domain (Cleric)"},{"id":6088,"c":40,"u":"cleric_xphb,state:sub-blood-tdcsr=b1","s":60,"h":1,"dP":1,"t":3,"uu":"blood|cleric|xphb|tdcsr","b":"Blood Domain","n":"Blood Domain (Cleric)"},{"id":6090,"c":40,"u":"cleric_phb,state:sub-moon-tdcsr=b1","p":169,"s":60,"h":1,"dP":1,"t":3,"uu":"moon|cleric||tdcsr","m":"classes/TDCSR/Moon Cleric.webp","b":"Moon Domain","n":"Moon Domain (Cleric)"},{"id":6092,"c":40,"u":"cleric_xphb,state:sub-moon-tdcsr=b1","s":60,"h":1,"dP":1,"t":3,"uu":"moon|cleric|xphb|tdcsr","b":"Moon Domain","n":"Moon Domain (Cleric)"},{"id":6094,"c":40,"u":"cleric_xphb,state:sub-life-xphb=b1","p":73,"s":8,"h":1,"t":3,"uu":"life|cleric|xphb|xphb","m":"classes/XPHB/Life Cleric.webp","b":"Life Domain","n":"Life Domain (Cleric)"},{"id":6096,"c":40,"u":"cleric_xphb,state:sub-light-xphb=b1","p":74,"s":8,"h":1,"t":3,"uu":"light|cleric|xphb|xphb","m":"classes/XPHB/Light Cleric.webp","b":"Light Domain","n":"Light Domain (Cleric)"},{"id":6098,"c":40,"u":"cleric_xphb,state:sub-trickery-xphb=b1","p":75,"s":8,"h":1,"t":3,"uu":"trickery|cleric|xphb|xphb","m":"classes/XPHB/Trickery Cleric.webp","b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":6100,"c":40,"u":"cleric_xphb,state:sub-war-xphb=b1","p":76,"s":8,"h":1,"t":3,"uu":"war|cleric|xphb|xphb","m":"classes/XPHB/War Cleric.webp","b":"War Domain","n":"War Domain (Cleric)"},{"id":6102,"c":40,"u":"druid_phb,state:sub-land-phb=b1","p":68,"s":51,"h":1,"r":1,"t":3,"uu":"land|druid","b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":6104,"c":40,"u":"druid_xphb,state:sub-land-phb=b1","s":51,"h":1,"t":3,"uu":"land|druid|xphb","b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":6106,"c":40,"u":"druid_phb,state:sub-moon-phb=b1","p":69,"s":51,"h":1,"t":3,"uu":"moon|druid","b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":6108,"c":40,"u":"druid_xphb,state:sub-moon-phb=b1","s":51,"h":1,"t":3,"uu":"moon|druid|xphb","b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":6110,"c":40,"u":"druid_phb,state:sub-dreams-xge=b1","p":22,"s":6,"h":1,"t":3,"uu":"dreams|druid||xge","m":"classes/XGE/Dreams Druid.webp","b":"Circle of Dreams","n":"Circle of Dreams (Druid)"},{"id":6112,"c":40,"u":"druid_xphb,state:sub-dreams-xge=b1","s":6,"h":1,"t":3,"uu":"dreams|druid|xphb|xge","b":"Circle of Dreams","n":"Circle of Dreams (Druid)"},{"id":6114,"c":40,"u":"druid_phb,state:sub-shepherd-xge=b1","p":23,"s":6,"h":1,"t":3,"uu":"shepherd|druid||xge","m":"classes/XGE/Shepherd Druid.webp","b":"Circle of the Shepherd","n":"Circle of the Shepherd (Druid)"},{"id":6116,"c":40,"u":"druid_xphb,state:sub-shepherd-xge=b1","s":6,"h":1,"t":3,"uu":"shepherd|druid|xphb|xge","b":"Circle of the Shepherd","n":"Circle of the Shepherd (Druid)"},{"id":6118,"c":40,"u":"druid_phb,state:sub-spores-tce=b1","p":36,"s":4,"h":1,"t":3,"uu":"spores|druid||tce","m":"classes/TCE/Spores Druid.webp","b":"Circle of Spores","n":"Circle of Spores (Druid)"},{"id":6120,"c":40,"u":"druid_xphb,state:sub-spores-tce=b1","s":4,"h":1,"t":3,"uu":"spores|druid|xphb|tce","b":"Circle of Spores","n":"Circle of Spores (Druid)"},{"id":6122,"c":40,"u":"druid_phb,state:sub-stars-tce=b1","p":38,"s":4,"h":1,"t":3,"uu":"stars|druid||tce","m":"classes/TCE/Stars Druid.webp","b":"Circle of Stars","n":"Circle of Stars (Druid)"},{"id":6124,"c":40,"u":"druid_xphb,state:sub-stars-tce=b1","s":4,"h":1,"t":3,"uu":"stars|druid|xphb|tce","b":"Circle of Stars","n":"Circle of Stars (Druid)"},{"id":6126,"c":40,"u":"druid_phb,state:sub-wildfire-tce=b1","p":39,"s":4,"h":1,"t":3,"uu":"wildfire|druid||tce","m":"classes/TCE/Wildfire Druid.webp","b":"Circle of Wildfire","n":"Circle of Wildfire (Druid)"},{"id":6128,"c":40,"u":"druid_xphb,state:sub-wildfire-tce=b1","s":4,"h":1,"t":3,"uu":"wildfire|druid|xphb|tce","b":"Circle of Wildfire","n":"Circle of Wildfire (Druid)"},{"id":6130,"c":40,"u":"druid_phb,state:sub-blighted-tdcsr=b1","p":171,"s":60,"h":1,"dP":1,"t":3,"uu":"blighted|druid||tdcsr","m":"classes/TDCSR/Blighted Druid.webp","b":"Circle of the Blighted","n":"Circle of the Blighted (Druid)"},{"id":6132,"c":40,"u":"druid_xphb,state:sub-blighted-tdcsr=b1","s":60,"h":1,"dP":1,"t":3,"uu":"blighted|druid|xphb|tdcsr","b":"Circle of the Blighted","n":"Circle of the Blighted (Druid)"},{"id":6134,"c":40,"u":"druid_xphb,state:sub-land-xphb=b1","p":84,"s":8,"h":1,"t":3,"uu":"land|druid|xphb|xphb","m":"classes/XPHB/Land Druid.webp","b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":6136,"c":40,"u":"druid_xphb,state:sub-moon-xphb=b1","p":86,"s":8,"h":1,"t":3,"uu":"moon|druid|xphb|xphb","m":"classes/XPHB/Moon Druid.webp","b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":6138,"c":40,"u":"druid_xphb,state:sub-sea-xphb=b1","p":87,"s":8,"h":1,"t":3,"uu":"sea|druid|xphb|xphb","m":"classes/XPHB/Sea Druid.webp","b":"Circle of the Sea","n":"Circle of the Sea (Druid)"},{"id":6140,"c":40,"u":"druid_xphb,state:sub-stars-xphb=b1","p":88,"s":8,"h":1,"t":3,"uu":"stars|druid|xphb|xphb","m":"classes/XPHB/Stars Druid.webp","b":"Circle of the Stars","n":"Circle of the Stars (Druid)"},{"id":6142,"c":40,"u":"fighter_phb,state:sub-battle-master-phb=b1","p":73,"s":51,"h":1,"t":3,"uu":"battle master|fighter","b":"Battle Master","n":"Battle Master (Fighter)"},{"id":6144,"c":40,"u":"fighter_xphb,state:sub-battle-master-phb=b1","s":51,"h":1,"t":3,"uu":"battle master|fighter|xphb","b":"Battle Master","n":"Battle Master (Fighter)"},{"id":6146,"c":40,"u":"fighter_phb,state:sub-champion-phb=b1","p":72,"s":51,"h":1,"r":1,"t":3,"uu":"champion|fighter","b":"Champion","n":"Champion (Fighter)"},{"id":6148,"c":40,"u":"fighter_xphb,state:sub-champion-phb=b1","s":51,"h":1,"t":3,"uu":"champion|fighter|xphb","b":"Champion","n":"Champion (Fighter)"},{"id":6150,"c":40,"u":"fighter_phb,state:sub-eldritch-knight-phb=b1","p":74,"s":51,"h":1,"t":3,"uu":"eldritch knight|fighter","b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":6152,"c":40,"u":"fighter_xphb,state:sub-eldritch-knight-phb=b1","s":51,"h":1,"t":3,"uu":"eldritch knight|fighter|xphb","b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":6154,"c":40,"u":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1","p":128,"s":106,"h":1,"t":3,"uu":"purple dragon knight (banneret)|fighter||scag","m":"classes/SCAG/Purple Dragon Knight (Banneret) Fighter.webp","b":"Purple Dragon Knight (Banneret)","n":"Purple Dragon Knight (Banneret) (Fighter)"},{"id":6156,"c":40,"u":"fighter_xphb,state:sub-purple-dragon-knight-banneret-scag=b1","s":106,"h":1,"t":3,"uu":"purple dragon knight (banneret)|fighter|xphb|scag","b":"Purple Dragon Knight (Banneret)","n":"Purple Dragon Knight (Banneret) (Fighter)"},{"id":6158,"c":40,"u":"fighter_phb,state:sub-arcane-archer-xge=b1","p":28,"s":6,"h":1,"t":3,"uu":"arcane archer|fighter||xge","b":"Arcane Archer","n":"Arcane Archer (Fighter)"},{"id":6160,"c":40,"u":"fighter_xphb,state:sub-arcane-archer-xge=b1","s":6,"h":1,"t":3,"uu":"arcane archer|fighter|xphb|xge","b":"Arcane Archer","n":"Arcane Archer (Fighter)"},{"id":6162,"c":40,"u":"fighter_phb,state:sub-cavalier-xge=b1","p":30,"s":6,"h":1,"t":3,"uu":"cavalier|fighter||xge","b":"Cavalier","n":"Cavalier (Fighter)"},{"id":6164,"c":40,"u":"fighter_xphb,state:sub-cavalier-xge=b1","s":6,"h":1,"t":3,"uu":"cavalier|fighter|xphb|xge","b":"Cavalier","n":"Cavalier (Fighter)"},{"id":6166,"c":40,"u":"fighter_phb,state:sub-samurai-xge=b1","p":31,"s":6,"h":1,"t":3,"uu":"samurai|fighter||xge","b":"Samurai","n":"Samurai (Fighter)"},{"id":6168,"c":40,"u":"fighter_xphb,state:sub-samurai-xge=b1","s":6,"h":1,"t":3,"uu":"samurai|fighter|xphb|xge","b":"Samurai","n":"Samurai (Fighter)"},{"id":6170,"c":40,"u":"fighter_phb,state:sub-echo-knight-egw=b1","p":183,"s":28,"h":1,"dP":1,"t":3,"uu":"echo knight|fighter||egw","m":"classes/EGW/Echo Knight Fighter.webp","b":"Echo Knight","n":"Echo Knight (Fighter)"},{"id":6172,"c":40,"u":"fighter_xphb,state:sub-echo-knight-egw=b1","s":28,"h":1,"dP":1,"t":3,"uu":"echo knight|fighter|xphb|egw","b":"Echo Knight","n":"Echo Knight (Fighter)"},{"id":6174,"c":40,"u":"fighter_phb,state:sub-psi-warrior-tce=b1","p":42,"s":4,"h":1,"t":3,"uu":"psi warrior|fighter||tce","m":"classes/TCE/Psi Warrior Fighter.webp","b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":6176,"c":40,"u":"fighter_xphb,state:sub-psi-warrior-tce=b1","s":4,"h":1,"t":3,"uu":"psi warrior|fighter|xphb|tce","b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":6178,"c":40,"u":"fighter_phb,state:sub-rune-knight-tce=b1","p":44,"s":4,"h":1,"t":3,"uu":"rune knight|fighter||tce","m":"classes/TCE/Rune Knight Fighter.webp","b":"Rune Knight","n":"Rune Knight (Fighter)"},{"id":6180,"c":40,"u":"fighter_xphb,state:sub-rune-knight-tce=b1","s":4,"h":1,"t":3,"uu":"rune knight|fighter|xphb|tce","b":"Rune Knight","n":"Rune Knight (Fighter)"},{"id":6182,"c":40,"u":"fighter_xphb,state:sub-battle-master-xphb=b1","p":93,"s":8,"h":1,"t":3,"uu":"battle master|fighter|xphb|xphb","m":"classes/XPHB/Battle Master Fighter.webp","b":"Battle Master","n":"Battle Master (Fighter)"},{"id":6184,"c":40,"u":"fighter_xphb,state:sub-champion-xphb=b1","p":96,"s":8,"h":1,"t":3,"uu":"champion|fighter|xphb|xphb","m":"classes/XPHB/Champion Fighter.webp","b":"Champion","n":"Champion (Fighter)"},{"id":6186,"c":40,"u":"fighter_xphb,state:sub-eldritch-knight-xphb=b1","p":96,"s":8,"h":1,"t":3,"uu":"eldritch knight|fighter|xphb|xphb","m":"classes/XPHB/Eldritch Knight Fighter.webp","b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":6188,"c":40,"u":"fighter_xphb,state:sub-psi-warrior-xphb=b1","p":98,"s":8,"h":1,"t":3,"uu":"psi warrior|fighter|xphb|xphb","m":"classes/XPHB/Psi Warrior Fighter.webp","b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":6190,"c":40,"u":"monk_phb,state:sub-shadow-phb=b1","p":80,"s":51,"h":1,"t":3,"uu":"shadow|monk","b":"Way of Shadow","n":"Way of Shadow (Monk)"},{"id":6192,"c":40,"u":"monk_xphb,state:sub-shadow-phb=b1","s":51,"h":1,"t":3,"uu":"shadow|monk|xphb","b":"Way of Shadow","n":"Way of Shadow (Monk)"},{"id":6194,"c":40,"u":"monk_phb,state:sub-four-elements-phb=b1","p":80,"s":51,"h":1,"t":3,"uu":"four elements|monk","b":"Way of the Four Elements","n":"Way of the Four Elements (Monk)"},{"id":6196,"c":40,"u":"monk_xphb,state:sub-four-elements-phb=b1","s":51,"h":1,"t":3,"uu":"four elements|monk|xphb","b":"Way of the Four Elements","n":"Way of the Four Elements (Monk)"},{"id":6198,"c":40,"u":"monk_phb,state:sub-open-hand-phb=b1","p":79,"s":51,"h":1,"r":1,"t":3,"uu":"open hand|monk","b":"Way of the Open Hand","n":"Way of the Open Hand (Monk)"},{"id":6200,"c":40,"u":"monk_xphb,state:sub-open-hand-phb=b1","s":51,"h":1,"t":3,"uu":"open hand|monk|xphb","b":"Way of the Open Hand","n":"Way of the Open Hand (Monk)"},{"id":6202,"c":40,"u":"monk_phb,state:sub-long-death-scag=b1","p":130,"s":106,"h":1,"t":3,"uu":"long death|monk||scag","b":"Way of the Long Death","n":"Way of the Long Death (Monk)"},{"id":6204,"c":40,"u":"monk_xphb,state:sub-long-death-scag=b1","s":106,"h":1,"t":3,"uu":"long death|monk|xphb|scag","b":"Way of the Long Death","n":"Way of the Long Death (Monk)"},{"id":6206,"c":40,"u":"monk_phb,state:sub-drunken-master-xge=b1","p":33,"s":6,"h":1,"t":3,"uu":"drunken master|monk||xge","b":"Way of the Drunken Master","n":"Way of the Drunken Master (Monk)"},{"id":6208,"c":40,"u":"monk_xphb,state:sub-drunken-master-xge=b1","s":6,"h":1,"t":3,"uu":"drunken master|monk|xphb|xge","b":"Way of the Drunken Master","n":"Way of the Drunken Master (Monk)"},{"id":6210,"c":40,"u":"monk_phb,state:sub-kensei-xge=b1","p":34,"s":6,"h":1,"t":3,"uu":"kensei|monk||xge","b":"Way of the Kensei","n":"Way of the Kensei (Monk)"},{"id":6212,"c":40,"u":"monk_xphb,state:sub-kensei-xge=b1","s":6,"h":1,"t":3,"uu":"kensei|monk|xphb|xge","b":"Way of the Kensei","n":"Way of the Kensei (Monk)"},{"id":6214,"c":40,"u":"monk_phb,state:sub-sun-soul-xge=b1","p":35,"s":6,"h":1,"t":3,"uu":"sun soul|monk||xge","b":"Way of the Sun Soul","n":"Way of the Sun Soul (Monk)"},{"id":6216,"c":40,"u":"monk_xphb,state:sub-sun-soul-xge=b1","s":6,"h":1,"t":3,"uu":"sun soul|monk|xphb|xge","b":"Way of the Sun Soul","n":"Way of the Sun Soul (Monk)"},{"id":6218,"c":40,"u":"monk_phb,state:sub-mercy-tce=b1","p":49,"s":4,"h":1,"t":3,"uu":"mercy|monk||tce","m":"classes/TCE/Mercy Monk.webp","b":"Way of Mercy","n":"Way of Mercy (Monk)"},{"id":6220,"c":40,"u":"monk_xphb,state:sub-mercy-tce=b1","s":4,"h":1,"t":3,"uu":"mercy|monk|xphb|tce","b":"Way of Mercy","n":"Way of Mercy (Monk)"},{"id":6222,"c":40,"u":"monk_phb,state:sub-astral-self-tce=b1","p":50,"s":4,"h":1,"t":3,"uu":"astral self|monk||tce","m":"classes/TCE/Astral Self Monk.webp","b":"Way of the Astral Self","n":"Way of the Astral Self (Monk)"},{"id":6224,"c":40,"u":"monk_xphb,state:sub-astral-self-tce=b1","s":4,"h":1,"t":3,"uu":"astral self|monk|xphb|tce","b":"Way of the Astral Self","n":"Way of the Astral Self (Monk)"},{"id":6226,"c":40,"u":"monk_phb,state:sub-ascendant-dragon-ftd=b1","p":13,"s":2,"h":1,"t":3,"uu":"ascendant dragon|monk||ftd","m":"classes/FTD/Ascendant Dragon Monk.webp","b":"Way of the Ascendant Dragon","n":"Way of the Ascendant Dragon (Monk)"},{"id":6228,"c":40,"u":"monk_xphb,state:sub-ascendant-dragon-ftd=b1","s":2,"h":1,"t":3,"uu":"ascendant dragon|monk|xphb|ftd","b":"Way of the Ascendant Dragon","n":"Way of the Ascendant Dragon (Monk)"},{"id":6230,"c":40,"u":"monk_phb,state:sub-cobalt-soul-tdcsr=b1","p":173,"s":60,"h":1,"dP":1,"t":3,"uu":"cobalt soul|monk||tdcsr","m":"classes/TDCSR/Cobalt Soul Monk.webp","b":"Way of the Cobalt Soul","n":"Way of the Cobalt Soul (Monk)"},{"id":6232,"c":40,"u":"monk_xphb,state:sub-cobalt-soul-tdcsr=b1","s":60,"h":1,"dP":1,"t":3,"uu":"cobalt soul|monk|xphb|tdcsr","b":"Way of the Cobalt Soul","n":"Way of the Cobalt Soul (Monk)"},{"id":6234,"c":40,"u":"monk_xphb,state:sub-mercy-xphb=b1","p":104,"s":8,"h":1,"t":3,"uu":"mercy|monk|xphb|xphb","m":"classes/XPHB/Mercy Monk.webp","b":"Warrior of Mercy","n":"Warrior of Mercy (Monk)"},{"id":6236,"c":40,"u":"monk_xphb,state:sub-shadow-xphb=b1","p":105,"s":8,"h":1,"t":3,"uu":"shadow|monk|xphb|xphb","m":"classes/XPHB/Shadow Monk.webp","b":"Warrior of Shadow","n":"Warrior of Shadow (Monk)"},{"id":6238,"c":40,"u":"monk_xphb,state:sub-elements-xphb=b1","p":106,"s":8,"h":1,"t":3,"uu":"elements|monk|xphb|xphb","m":"classes/XPHB/Elements Monk.webp","b":"Warrior of the Elements","n":"Warrior of the Elements (Monk)"},{"id":6240,"c":40,"u":"monk_xphb,state:sub-open-hand-xphb=b1","p":107,"s":8,"h":1,"t":3,"uu":"open hand|monk|xphb|xphb","m":"classes/XPHB/Open Hand Monk.webp","b":"Warrior of the Open Hand","n":"Warrior of the Open Hand (Monk)"},{"id":6242,"c":40,"u":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1","p":5,"s":105,"h":1,"t":3,"uu":"avatar|mystic|uathemysticclass|uathemysticclass","b":"Order of the Avatar","n":"Order of the Avatar (Mystic)"},{"id":6244,"c":40,"u":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1","p":6,"s":105,"h":1,"t":3,"uu":"awakened|mystic|uathemysticclass|uathemysticclass","b":"Order of the Awakened","n":"Order of the Awakened (Mystic)"},{"id":6246,"c":40,"u":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1","p":6,"s":105,"h":1,"t":3,"uu":"immortal|mystic|uathemysticclass|uathemysticclass","b":"Order of the Immortal","n":"Order of the Immortal (Mystic)"},{"id":6248,"c":40,"u":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1","p":7,"s":105,"h":1,"t":3,"uu":"nomad|mystic|uathemysticclass|uathemysticclass","b":"Order of the Nomad","n":"Order of the Nomad (Mystic)"},{"id":6250,"c":40,"u":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1","p":7,"s":105,"h":1,"t":3,"uu":"soul knife|mystic|uathemysticclass|uathemysticclass","b":"Order of the Soul Knife","n":"Order of the Soul Knife (Mystic)"},{"id":6252,"c":40,"u":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1","p":8,"s":105,"h":1,"t":3,"uu":"wu jen|mystic|uathemysticclass|uathemysticclass","b":"Order of the Wu Jen","n":"Order of the Wu Jen (Mystic)"},{"id":6254,"c":40,"u":"paladin_phb,state:sub-devotion-phb=b1","p":85,"s":51,"h":1,"r":1,"t":3,"uu":"devotion|paladin","b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6256,"c":40,"u":"paladin_xphb,state:sub-devotion-phb=b1","s":51,"h":1,"t":3,"uu":"devotion|paladin|xphb","b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6258,"c":40,"u":"paladin_phb,state:sub-ancients-phb=b1","p":86,"s":51,"h":1,"t":3,"uu":"ancients|paladin","b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6260,"c":40,"u":"paladin_xphb,state:sub-ancients-phb=b1","s":51,"h":1,"t":3,"uu":"ancients|paladin|xphb","b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6262,"c":40,"u":"paladin_phb,state:sub-vengeance-phb=b1","p":87,"s":51,"h":1,"t":3,"uu":"vengeance|paladin","b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6264,"c":40,"u":"paladin_xphb,state:sub-vengeance-phb=b1","s":51,"h":1,"t":3,"uu":"vengeance|paladin|xphb","b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6266,"c":40,"u":"paladin_phb,state:sub-oathbreaker-dmg=b1","p":97,"s":24,"h":1,"t":3,"uu":"oathbreaker|paladin||dmg","b":"Oathbreaker","n":"Oathbreaker (Paladin)"},{"id":6268,"c":40,"u":"paladin_xphb,state:sub-oathbreaker-dmg=b1","s":24,"h":1,"t":3,"uu":"oathbreaker|paladin|xphb|dmg","b":"Oathbreaker","n":"Oathbreaker (Paladin)"},{"id":6270,"c":40,"u":"paladin_phb,state:sub-crown-scag=b1","p":132,"s":106,"h":1,"t":3,"uu":"crown|paladin||scag","b":"Oath of the Crown","n":"Oath of the Crown (Paladin)"},{"id":6272,"c":40,"u":"paladin_xphb,state:sub-crown-scag=b1","s":106,"h":1,"t":3,"uu":"crown|paladin|xphb|scag","b":"Oath of the Crown","n":"Oath of the Crown (Paladin)"},{"id":6274,"c":40,"u":"paladin_phb,state:sub-conquest-xge=b1","p":37,"s":6,"h":1,"t":3,"uu":"conquest|paladin||xge","m":"classes/XGE/Conquest Paladin.webp","b":"Oath of Conquest","n":"Oath of Conquest (Paladin)"},{"id":6276,"c":40,"u":"paladin_xphb,state:sub-conquest-xge=b1","s":6,"h":1,"t":3,"uu":"conquest|paladin|xphb|xge","b":"Oath of Conquest","n":"Oath of Conquest (Paladin)"},{"id":6278,"c":40,"u":"paladin_phb,state:sub-redemption-xge=b1","p":38,"s":6,"h":1,"t":3,"uu":"redemption|paladin||xge","m":"classes/XGE/Redemption Paladin.webp","b":"Oath of Redemption","n":"Oath of Redemption (Paladin)"},{"id":6280,"c":40,"u":"paladin_xphb,state:sub-redemption-xge=b1","s":6,"h":1,"t":3,"uu":"redemption|paladin|xphb|xge","b":"Oath of Redemption","n":"Oath of Redemption (Paladin)"},{"id":6282,"c":40,"u":"paladin_phb,state:sub-glory-tce=b1","p":53,"s":4,"h":1,"t":3,"uu":"glory|paladin||tce","m":"classes/TCE/Glory Paladin.webp","b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6284,"c":40,"u":"paladin_xphb,state:sub-glory-tce=b1","s":4,"h":1,"t":3,"uu":"glory|paladin|xphb|tce","b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6286,"c":40,"u":"paladin_phb,state:sub-watchers-tce=b1","p":54,"s":4,"h":1,"t":3,"uu":"watchers|paladin||tce","m":"classes/TCE/Watchers Paladin.webp","b":"Oath of the Watchers","n":"Oath of the Watchers (Paladin)"},{"id":6288,"c":40,"u":"paladin_xphb,state:sub-watchers-tce=b1","s":4,"h":1,"t":3,"uu":"watchers|paladin|xphb|tce","b":"Oath of the Watchers","n":"Oath of the Watchers (Paladin)"},{"id":6290,"c":40,"u":"paladin_phb,state:sub-open-sea-tdcsr=b1","p":174,"s":60,"h":1,"dP":1,"t":3,"uu":"open sea|paladin||tdcsr","m":"classes/TDCSR/Open Sea Paladin.webp","b":"Oath of the Open Sea","n":"Oath of the Open Sea (Paladin)"},{"id":6292,"c":40,"u":"paladin_xphb,state:sub-open-sea-tdcsr=b1","s":60,"h":1,"dP":1,"t":3,"uu":"open sea|paladin|xphb|tdcsr","b":"Oath of the Open Sea","n":"Oath of the Open Sea (Paladin)"},{"id":6294,"c":40,"u":"paladin_xphb,state:sub-devotion-xphb=b1","p":113,"s":8,"h":1,"t":3,"uu":"devotion|paladin|xphb|xphb","m":"classes/XPHB/Devotion Paladin.webp","b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6296,"c":40,"u":"paladin_xphb,state:sub-glory-xphb=b1","p":114,"s":8,"h":1,"t":3,"uu":"glory|paladin|xphb|xphb","m":"classes/XPHB/Glory Paladin.webp","b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6298,"c":40,"u":"paladin_xphb,state:sub-ancients-xphb=b1","p":115,"s":8,"h":1,"t":3,"uu":"ancients|paladin|xphb|xphb","m":"classes/XPHB/Ancients Paladin.webp","b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6300,"c":40,"u":"paladin_xphb,state:sub-vengeance-xphb=b1","p":116,"s":8,"h":1,"t":3,"uu":"vengeance|paladin|xphb|xphb","m":"classes/XPHB/Vengeance Paladin.webp","b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6302,"c":40,"u":"ranger_phb,state:sub-beast-master-phb=b1","p":93,"s":51,"h":1,"t":3,"uu":"beast master|ranger","b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6304,"c":40,"u":"ranger_xphb,state:sub-beast-master-phb=b1","s":51,"h":1,"t":3,"uu":"beast master|ranger|xphb","b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6306,"c":40,"u":"ranger_phb,state:sub-hunter-phb=b1","p":93,"s":51,"h":1,"r":1,"t":3,"uu":"hunter|ranger","b":"Hunter","n":"Hunter (Ranger)"},{"id":6308,"c":40,"u":"ranger_xphb,state:sub-hunter-phb=b1","s":51,"h":1,"t":3,"uu":"hunter|ranger|xphb","b":"Hunter","n":"Hunter (Ranger)"},{"id":6310,"c":40,"u":"ranger_phb,state:sub-gloom-stalker-xge=b1","p":41,"s":6,"h":1,"t":3,"uu":"gloom stalker|ranger||xge","b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6312,"c":40,"u":"ranger_xphb,state:sub-gloom-stalker-xge=b1","s":6,"h":1,"t":3,"uu":"gloom stalker|ranger|xphb|xge","b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6314,"c":40,"u":"ranger_phb,state:sub-horizon-walker-xge=b1","p":42,"s":6,"h":1,"t":3,"uu":"horizon walker|ranger||xge","b":"Horizon Walker","n":"Horizon Walker (Ranger)"},{"id":6316,"c":40,"u":"ranger_xphb,state:sub-horizon-walker-xge=b1","s":6,"h":1,"t":3,"uu":"horizon walker|ranger|xphb|xge","b":"Horizon Walker","n":"Horizon Walker (Ranger)"},{"id":6318,"c":40,"u":"ranger_phb,state:sub-monster-slayer-xge=b1","p":43,"s":6,"h":1,"t":3,"uu":"monster slayer|ranger||xge","b":"Monster Slayer","n":"Monster Slayer (Ranger)"},{"id":6320,"c":40,"u":"ranger_xphb,state:sub-monster-slayer-xge=b1","s":6,"h":1,"t":3,"uu":"monster slayer|ranger|xphb|xge","b":"Monster Slayer","n":"Monster Slayer (Ranger)"},{"id":6322,"c":40,"u":"ranger_phb,state:sub-fey-wanderer-tce=b1","p":58,"s":4,"h":1,"t":3,"uu":"fey wanderer|ranger||tce","m":"classes/TCE/Fey Wanderer Ranger.webp","b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6324,"c":40,"u":"ranger_xphb,state:sub-fey-wanderer-tce=b1","s":4,"h":1,"t":3,"uu":"fey wanderer|ranger|xphb|tce","b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6326,"c":40,"u":"ranger_phb,state:sub-swarmkeeper-tce=b1","p":59,"s":4,"h":1,"t":3,"uu":"swarmkeeper|ranger||tce","m":"classes/TCE/Swarmkeeper Ranger.webp","b":"Swarmkeeper","n":"Swarmkeeper (Ranger)"},{"id":6328,"c":40,"u":"ranger_xphb,state:sub-swarmkeeper-tce=b1","s":4,"h":1,"t":3,"uu":"swarmkeeper|ranger|xphb|tce","b":"Swarmkeeper","n":"Swarmkeeper (Ranger)"},{"id":6330,"c":40,"u":"ranger_phb,state:sub-drakewarden-ftd=b1","p":15,"s":2,"h":1,"t":3,"uu":"drakewarden|ranger||ftd","m":"classes/FTD/Drakewarden Ranger.webp","b":"Drakewarden","n":"Drakewarden (Ranger)"},{"id":6332,"c":40,"u":"ranger_xphb,state:sub-drakewarden-ftd=b1","s":2,"h":1,"t":3,"uu":"drakewarden|ranger|xphb|ftd","b":"Drakewarden","n":"Drakewarden (Ranger)"},{"id":6334,"c":40,"u":"ranger_xphb,state:sub-beast-master-xphb=b1","p":123,"s":8,"h":1,"t":3,"uu":"beast master|ranger|xphb|xphb","m":"classes/XPHB/Beast Master Ranger.webp","b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6336,"c":40,"u":"ranger_xphb,state:sub-fey-wanderer-xphb=b1","p":124,"s":8,"h":1,"t":3,"uu":"fey wanderer|ranger|xphb|xphb","m":"classes/XPHB/Fey Wanderer Ranger.webp","b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6338,"c":40,"u":"ranger_xphb,state:sub-gloom-stalker-xphb=b1","p":125,"s":8,"h":1,"t":3,"uu":"gloom stalker|ranger|xphb|xphb","m":"classes/XPHB/Gloom Stalker Ranger.webp","b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6340,"c":40,"u":"ranger_xphb,state:sub-hunter-xphb=b1","p":127,"s":8,"h":1,"t":3,"uu":"hunter|ranger|xphb|xphb","m":"classes/XPHB/Hunter Ranger.webp","b":"Hunter","n":"Hunter (Ranger)"},{"id":6342,"c":40,"u":"rogue_phb,state:sub-arcane-trickster-phb=b1","p":97,"s":51,"h":1,"t":3,"uu":"arcane trickster|rogue","b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6344,"c":40,"u":"rogue_xphb,state:sub-arcane-trickster-phb=b1","s":51,"h":1,"t":3,"uu":"arcane trickster|rogue|xphb","b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6346,"c":40,"u":"rogue_phb,state:sub-assassin-phb=b1","p":97,"s":51,"h":1,"t":3,"uu":"assassin|rogue","b":"Assassin","n":"Assassin (Rogue)"},{"id":6348,"c":40,"u":"rogue_xphb,state:sub-assassin-phb=b1","s":51,"h":1,"t":3,"uu":"assassin|rogue|xphb","b":"Assassin","n":"Assassin (Rogue)"},{"id":6350,"c":40,"u":"rogue_phb,state:sub-thief-phb=b1","p":97,"s":51,"h":1,"r":1,"t":3,"uu":"thief|rogue","b":"Thief","n":"Thief (Rogue)"},{"id":6352,"c":40,"u":"rogue_xphb,state:sub-thief-phb=b1","s":51,"h":1,"t":3,"uu":"thief|rogue|xphb","b":"Thief","n":"Thief (Rogue)"},{"id":6354,"c":40,"u":"rogue_phb,state:sub-inquisitive-xge=b1","p":45,"s":6,"h":1,"t":3,"uu":"inquisitive|rogue||xge","b":"Inquisitive","n":"Inquisitive (Rogue)"},{"id":6356,"c":40,"u":"rogue_xphb,state:sub-inquisitive-xge=b1","s":6,"h":1,"t":3,"uu":"inquisitive|rogue|xphb|xge","b":"Inquisitive","n":"Inquisitive (Rogue)"},{"id":6358,"c":40,"u":"rogue_phb,state:sub-mastermind-xge=b1","p":46,"s":6,"h":1,"t":3,"uu":"mastermind|rogue||xge","b":"Mastermind","n":"Mastermind (Rogue)"},{"id":6360,"c":40,"u":"rogue_xphb,state:sub-mastermind-xge=b1","s":6,"h":1,"t":3,"uu":"mastermind|rogue|xphb|xge","b":"Mastermind","n":"Mastermind (Rogue)"},{"id":6362,"c":40,"u":"rogue_phb,state:sub-scout-xge=b1","p":47,"s":6,"h":1,"t":3,"uu":"scout|rogue||xge","b":"Scout","n":"Scout (Rogue)"},{"id":6364,"c":40,"u":"rogue_xphb,state:sub-scout-xge=b1","s":6,"h":1,"t":3,"uu":"scout|rogue|xphb|xge","b":"Scout","n":"Scout (Rogue)"},{"id":6366,"c":40,"u":"rogue_phb,state:sub-swashbuckler-xge=b1","p":48,"s":6,"h":1,"t":3,"uu":"swashbuckler|rogue||xge","b":"Swashbuckler","n":"Swashbuckler (Rogue)"},{"id":6368,"c":40,"u":"rogue_xphb,state:sub-swashbuckler-xge=b1","s":6,"h":1,"t":3,"uu":"swashbuckler|rogue|xphb|xge","b":"Swashbuckler","n":"Swashbuckler (Rogue)"},{"id":6370,"c":40,"u":"rogue_phb,state:sub-phantom-tce=b1","p":62,"s":4,"h":1,"t":3,"uu":"phantom|rogue||tce","m":"classes/TCE/Phantom Rogue.webp","b":"Phantom","n":"Phantom (Rogue)"},{"id":6372,"c":40,"u":"rogue_xphb,state:sub-phantom-tce=b1","s":4,"h":1,"t":3,"uu":"phantom|rogue|xphb|tce","b":"Phantom","n":"Phantom (Rogue)"},{"id":6374,"c":40,"u":"rogue_phb,state:sub-soulknife-tce=b1","p":63,"s":4,"h":1,"t":3,"uu":"soulknife|rogue||tce","m":"classes/TCE/Soulknife Rogue.webp","b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6376,"c":40,"u":"rogue_xphb,state:sub-soulknife-tce=b1","s":4,"h":1,"t":3,"uu":"soulknife|rogue|xphb|tce","b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6378,"c":40,"u":"rogue_xphb,state:sub-arcane-trickster-xphb=b1","p":132,"s":8,"h":1,"t":3,"uu":"arcane trickster|rogue|xphb|xphb","m":"classes/XPHB/Arcane Trickster Rogue.webp","b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6380,"c":40,"u":"rogue_xphb,state:sub-assassin-xphb=b1","p":134,"s":8,"h":1,"t":3,"uu":"assassin|rogue|xphb|xphb","m":"classes/XPHB/Assassin Rogue.webp","b":"Assassin","n":"Assassin (Rogue)"},{"id":6382,"c":40,"u":"rogue_xphb,state:sub-soulknife-xphb=b1","p":135,"s":8,"h":1,"t":3,"uu":"soulknife|rogue|xphb|xphb","m":"classes/XPHB/Soulknife Rogue.webp","b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6384,"c":40,"u":"rogue_xphb,state:sub-thief-xphb=b1","p":137,"s":8,"h":1,"t":3,"uu":"thief|rogue|xphb|xphb","m":"classes/XPHB/Thief Rogue.webp","b":"Thief","n":"Thief (Rogue)"},{"id":6386,"c":40,"u":"sorcerer_phb,state:sub-draconic-phb=b1","p":102,"s":51,"h":1,"r":1,"t":3,"uu":"draconic|sorcerer","b":"Draconic Bloodline","n":"Draconic Bloodline (Sorcerer)"},{"id":6388,"c":40,"u":"sorcerer_xphb,state:sub-draconic-phb=b1","s":51,"h":1,"t":3,"uu":"draconic|sorcerer|xphb","b":"Draconic Bloodline","n":"Draconic Bloodline (Sorcerer)"},{"id":6390,"c":40,"u":"sorcerer_phb,state:sub-wild-phb=b1","p":103,"s":51,"h":1,"t":3,"uu":"wild|sorcerer","m":"classes/PHB/Wild Sorcerer.webp","b":"Wild Magic","n":"Wild Magic (Sorcerer)"},{"id":6392,"c":40,"u":"sorcerer_xphb,state:sub-wild-phb=b1","s":51,"h":1,"t":3,"uu":"wild|sorcerer|xphb","b":"Wild Magic","n":"Wild Magic (Sorcerer)"},{"id":6394,"c":40,"u":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1","p":9,"s":97,"h":1,"t":3,"uu":"pyromancer (psk)|sorcerer||psk","b":"Pyromancer (PSK)","n":"Pyromancer (PSK) (Sorcerer)"},{"id":6396,"c":40,"u":"sorcerer_xphb,state:sub-pyromancer-psk-psk=b1","s":97,"h":1,"t":3,"uu":"pyromancer (psk)|sorcerer|xphb|psk","b":"Pyromancer (PSK)","n":"Pyromancer (PSK) (Sorcerer)"},{"id":6398,"c":40,"u":"sorcerer_phb,state:sub-divine-soul-xge=b1","p":50,"s":6,"h":1,"t":3,"uu":"divine soul|sorcerer||xge","b":"Divine Soul","n":"Divine Soul (Sorcerer)"},{"id":6400,"c":40,"u":"sorcerer_xphb,state:sub-divine-soul-xge=b1","s":6,"h":1,"t":3,"uu":"divine soul|sorcerer|xphb|xge","b":"Divine Soul","n":"Divine Soul (Sorcerer)"},{"id":6402,"c":40,"u":"sorcerer_phb,state:sub-shadow-xge=b1","p":50,"s":6,"h":1,"t":3,"uu":"shadow|sorcerer||xge","b":"Shadow Magic","n":"Shadow Magic (Sorcerer)"},{"id":6404,"c":40,"u":"sorcerer_xphb,state:sub-shadow-xge=b1","s":6,"h":1,"t":3,"uu":"shadow|sorcerer|xphb|xge","b":"Shadow Magic","n":"Shadow Magic (Sorcerer)"},{"id":6406,"c":40,"u":"sorcerer_phb,state:sub-storm-xge=b1","p":51,"s":6,"h":1,"t":3,"uu":"storm|sorcerer||xge","b":"Storm Sorcery","n":"Storm Sorcery (Sorcerer)"},{"id":6408,"c":40,"u":"sorcerer_xphb,state:sub-storm-xge=b1","s":6,"h":1,"t":3,"uu":"storm|sorcerer|xphb|xge","b":"Storm Sorcery","n":"Storm Sorcery (Sorcerer)"},{"id":6410,"c":40,"u":"sorcerer_phb,state:sub-aberrant-mind-tce=b1","p":66,"s":4,"h":1,"t":3,"uu":"aberrant mind|sorcerer||tce","m":"classes/TCE/Aberrant Mind Sorcerer.webp","b":"Aberrant Mind","n":"Aberrant Mind (Sorcerer)"},{"id":6412,"c":40,"u":"sorcerer_xphb,state:sub-aberrant-mind-tce=b1","s":4,"h":1,"t":3,"uu":"aberrant mind|sorcerer|xphb|tce","b":"Aberrant Mind","n":"Aberrant Mind (Sorcerer)"},{"id":6414,"c":40,"u":"sorcerer_phb,state:sub-clockwork-soul-tce=b1","p":68,"s":4,"h":1,"t":3,"uu":"clockwork soul|sorcerer||tce","m":"classes/TCE/Clockwork Soul Sorcerer.webp","b":"Clockwork Soul","n":"Clockwork Soul (Sorcerer)"},{"id":6416,"c":40,"u":"sorcerer_xphb,state:sub-clockwork-soul-tce=b1","s":4,"h":1,"t":3,"uu":"clockwork soul|sorcerer|xphb|tce","b":"Clockwork Soul","n":"Clockwork Soul (Sorcerer)"},{"id":6418,"c":40,"u":"sorcerer_phb,state:sub-runechild-tdcsr=b1","p":176,"s":60,"h":1,"dP":1,"t":3,"uu":"runechild|sorcerer||tdcsr","m":"classes/TDCSR/Runechild Sorcerer.webp","b":"Runechild","n":"Runechild (Sorcerer)"},{"id":6420,"c":40,"u":"sorcerer_xphb,state:sub-runechild-tdcsr=b1","s":60,"h":1,"dP":1,"t":3,"uu":"runechild|sorcerer|xphb|tdcsr","b":"Runechild","n":"Runechild (Sorcerer)"},{"id":6422,"c":40,"u":"sorcerer_phb,state:sub-lunar-dsotdq=b1","p":34,"s":27,"h":1,"t":3,"uu":"lunar|sorcerer||dsotdq","m":"classes/DSotDQ/Lunar Sorcerer.webp","b":"Lunar Sorcery","n":"Lunar Sorcery (Sorcerer)"},{"id":6424,"c":40,"u":"sorcerer_xphb,state:sub-lunar-dsotdq=b1","s":27,"h":1,"t":3,"uu":"lunar|sorcerer|xphb|dsotdq","b":"Lunar Sorcery","n":"Lunar Sorcery (Sorcerer)"},{"id":6426,"c":40,"u":"sorcerer_xphb,state:sub-aberrant-xphb=b1","p":145,"s":8,"h":1,"t":3,"uu":"aberrant|sorcerer|xphb|xphb","m":"classes/XPHB/Aberrant Sorcerer.webp","b":"Aberrant Sorcery","n":"Aberrant Sorcery (Sorcerer)"},{"id":6428,"c":40,"u":"sorcerer_xphb,state:sub-clockwork-xphb=b1","p":146,"s":8,"h":1,"t":3,"uu":"clockwork|sorcerer|xphb|xphb","m":"classes/XPHB/Clockwork Sorcerer.webp","b":"Clockwork Sorcery","n":"Clockwork Sorcery (Sorcerer)"},{"id":6430,"c":40,"u":"sorcerer_xphb,state:sub-draconic-xphb=b1","p":148,"s":8,"h":1,"t":3,"uu":"draconic|sorcerer|xphb|xphb","m":"classes/XPHB/Draconic Sorcerer.webp","b":"Draconic Sorcery","n":"Draconic Sorcery (Sorcerer)"},{"id":6432,"c":40,"u":"sorcerer_xphb,state:sub-wild-magic-xphb=b1","p":149,"s":8,"h":1,"t":3,"uu":"wild magic|sorcerer|xphb|xphb","m":"classes/XPHB/Wild Magic Sorcerer.webp","b":"Wild Magic Sorcery","n":"Wild Magic Sorcery (Sorcerer)"},{"id":6434,"c":40,"u":"warlock_phb,state:sub-archfey-phb=b1","p":108,"s":51,"h":1,"t":3,"uu":"archfey|warlock","b":"The Archfey","n":"The Archfey (Warlock)"},{"id":6436,"c":40,"u":"warlock_xphb,state:sub-archfey-phb=b1","s":51,"h":1,"t":3,"uu":"archfey|warlock|xphb","b":"The Archfey","n":"The Archfey (Warlock)"},{"id":6438,"c":40,"u":"warlock_phb,state:sub-fiend-phb=b1","p":109,"s":51,"h":1,"r":1,"t":3,"uu":"fiend|warlock","b":"The Fiend","n":"The Fiend (Warlock)"},{"id":6440,"c":40,"u":"warlock_xphb,state:sub-fiend-phb=b1","s":51,"h":1,"t":3,"uu":"fiend|warlock|xphb","b":"The Fiend","n":"The Fiend (Warlock)"},{"id":6442,"c":40,"u":"warlock_phb,state:sub-great-old-one-phb=b1","p":109,"s":51,"h":1,"t":3,"uu":"great old one|warlock","b":"The Great Old One","n":"The Great Old One (Warlock)"},{"id":6444,"c":40,"u":"warlock_xphb,state:sub-great-old-one-phb=b1","s":51,"h":1,"t":3,"uu":"great old one|warlock|xphb","b":"The Great Old One","n":"The Great Old One (Warlock)"},{"id":6446,"c":40,"u":"warlock_phb,state:sub-undying-scag=b1","p":139,"s":106,"h":1,"t":3,"uu":"undying|warlock||scag","b":"The Undying","n":"The Undying (Warlock)"},{"id":6448,"c":40,"u":"warlock_xphb,state:sub-undying-scag=b1","s":106,"h":1,"t":3,"uu":"undying|warlock|xphb|scag","b":"The Undying","n":"The Undying (Warlock)"},{"id":6450,"c":40,"u":"warlock_phb,state:sub-celestial-xge=b1","p":54,"s":6,"h":1,"t":3,"uu":"celestial|warlock||xge","m":"classes/XGE/Celestial Warlock.webp","b":"The Celestial","n":"The Celestial (Warlock)"},{"id":6452,"c":40,"u":"warlock_xphb,state:sub-celestial-xge=b1","s":6,"h":1,"t":3,"uu":"celestial|warlock|xphb|xge","b":"The Celestial","n":"The Celestial (Warlock)"},{"id":6454,"c":40,"u":"warlock_phb,state:sub-hexblade-xge=b1","p":55,"s":6,"h":1,"t":3,"uu":"hexblade|warlock||xge","m":"classes/XGE/Hexblade Warlock.webp","b":"The Hexblade","n":"The Hexblade (Warlock)"},{"id":6456,"c":40,"u":"warlock_xphb,state:sub-hexblade-xge=b1","s":6,"h":1,"t":3,"uu":"hexblade|warlock|xphb|xge","b":"The Hexblade","n":"The Hexblade (Warlock)"},{"id":6458,"c":40,"u":"warlock_phb,state:sub-fathomless-tce=b1","p":72,"s":4,"h":1,"t":3,"uu":"fathomless|warlock||tce","m":"classes/TCE/Fathomless Warlock.webp","b":"The Fathomless","n":"The Fathomless (Warlock)"},{"id":6460,"c":40,"u":"warlock_xphb,state:sub-fathomless-tce=b1","s":4,"h":1,"t":3,"uu":"fathomless|warlock|xphb|tce","b":"The Fathomless","n":"The Fathomless (Warlock)"},{"id":6462,"c":40,"u":"warlock_phb,state:sub-genie-tce=b1","p":73,"s":4,"h":1,"t":3,"uu":"genie|warlock||tce","m":"classes/TCE/Genie Warlock.webp","b":"The Genie","n":"The Genie (Warlock)"},{"id":6464,"c":40,"u":"warlock_xphb,state:sub-genie-tce=b1","s":4,"h":1,"t":3,"uu":"genie|warlock|xphb|tce","b":"The Genie","n":"The Genie (Warlock)"},{"id":6466,"c":40,"u":"warlock_phb,state:sub-undead-vrgr=b1","p":30,"s":67,"h":1,"t":3,"uu":"undead|warlock||vrgr","m":"classes/VRGR/Undead Warlock.webp","b":"The Undead","n":"The Undead (Warlock)"},{"id":6468,"c":40,"u":"warlock_xphb,state:sub-undead-vrgr=b1","s":67,"h":1,"t":3,"uu":"undead|warlock|xphb|vrgr","b":"The Undead","n":"The Undead (Warlock)"},{"id":6470,"c":40,"u":"warlock_xphb,state:sub-archfey-xphb=b1","p":159,"s":8,"h":1,"t":3,"uu":"archfey|warlock|xphb|xphb","m":"classes/XPHB/Archfey Warlock.webp","b":"Archfey Patron","n":"Archfey Patron (Warlock)"},{"id":6472,"c":40,"u":"warlock_xphb,state:sub-celestial-xphb=b1","p":160,"s":8,"h":1,"t":3,"uu":"celestial|warlock|xphb|xphb","m":"classes/XPHB/Celestial Warlock.webp","b":"Celestial Patron","n":"Celestial Patron (Warlock)"},{"id":6474,"c":40,"u":"warlock_xphb,state:sub-fiend-xphb=b1","p":161,"s":8,"h":1,"t":3,"uu":"fiend|warlock|xphb|xphb","m":"classes/XPHB/Fiend Warlock.webp","b":"Fiend Patron","n":"Fiend Patron (Warlock)"},{"id":6476,"c":40,"u":"warlock_xphb,state:sub-great-old-one-xphb=b1","p":162,"s":8,"h":1,"t":3,"uu":"great old one|warlock|xphb|xphb","m":"classes/XPHB/Great Old One Warlock.webp","b":"Great Old One Patron","n":"Great Old One Patron (Warlock)"},{"id":6478,"c":40,"u":"wizard_phb,state:sub-abjuration-phb=b1","p":115,"s":51,"h":1,"t":3,"uu":"abjuration|wizard","b":"School of Abjuration","n":"School of Abjuration (Wizard)"},{"id":6480,"c":40,"u":"wizard_xphb,state:sub-abjuration-phb=b1","s":51,"h":1,"t":3,"uu":"abjuration|wizard|xphb","b":"School of Abjuration","n":"School of Abjuration (Wizard)"},{"id":6482,"c":40,"u":"wizard_phb,state:sub-conjuration-phb=b1","p":116,"s":51,"h":1,"t":3,"uu":"conjuration|wizard","b":"School of Conjuration","n":"School of Conjuration (Wizard)"},{"id":6484,"c":40,"u":"wizard_xphb,state:sub-conjuration-phb=b1","s":51,"h":1,"t":3,"uu":"conjuration|wizard|xphb","b":"School of Conjuration","n":"School of Conjuration (Wizard)"},{"id":6486,"c":40,"u":"wizard_phb,state:sub-divination-phb=b1","p":116,"s":51,"h":1,"t":3,"uu":"divination|wizard","b":"School of Divination","n":"School of Divination (Wizard)"},{"id":6488,"c":40,"u":"wizard_xphb,state:sub-divination-phb=b1","s":51,"h":1,"t":3,"uu":"divination|wizard|xphb","b":"School of Divination","n":"School of Divination (Wizard)"},{"id":6490,"c":40,"u":"wizard_phb,state:sub-enchantment-phb=b1","p":117,"s":51,"h":1,"t":3,"uu":"enchantment|wizard","b":"School of Enchantment","n":"School of Enchantment (Wizard)"},{"id":6492,"c":40,"u":"wizard_xphb,state:sub-enchantment-phb=b1","s":51,"h":1,"t":3,"uu":"enchantment|wizard|xphb","b":"School of Enchantment","n":"School of Enchantment (Wizard)"},{"id":6494,"c":40,"u":"wizard_phb,state:sub-evocation-phb=b1","p":117,"s":51,"h":1,"r":1,"t":3,"uu":"evocation|wizard","b":"School of Evocation","n":"School of Evocation (Wizard)"},{"id":6496,"c":40,"u":"wizard_xphb,state:sub-evocation-phb=b1","s":51,"h":1,"t":3,"uu":"evocation|wizard|xphb","b":"School of Evocation","n":"School of Evocation (Wizard)"},{"id":6498,"c":40,"u":"wizard_phb,state:sub-illusion-phb=b1","p":118,"s":51,"h":1,"t":3,"uu":"illusion|wizard","b":"School of Illusion","n":"School of Illusion (Wizard)"},{"id":6500,"c":40,"u":"wizard_xphb,state:sub-illusion-phb=b1","s":51,"h":1,"t":3,"uu":"illusion|wizard|xphb","b":"School of Illusion","n":"School of Illusion (Wizard)"},{"id":6502,"c":40,"u":"wizard_phb,state:sub-necromancy-phb=b1","p":118,"s":51,"h":1,"t":3,"uu":"necromancy|wizard","b":"School of Necromancy","n":"School of Necromancy (Wizard)"},{"id":6504,"c":40,"u":"wizard_xphb,state:sub-necromancy-phb=b1","s":51,"h":1,"t":3,"uu":"necromancy|wizard|xphb","b":"School of Necromancy","n":"School of Necromancy (Wizard)"},{"id":6506,"c":40,"u":"wizard_phb,state:sub-transmutation-phb=b1","p":119,"s":51,"h":1,"t":3,"uu":"transmutation|wizard","b":"School of Transmutation","n":"School of Transmutation (Wizard)"},{"id":6508,"c":40,"u":"wizard_xphb,state:sub-transmutation-phb=b1","s":51,"h":1,"t":3,"uu":"transmutation|wizard|xphb","b":"School of Transmutation","n":"School of Transmutation (Wizard)"},{"id":6510,"c":40,"u":"wizard_phb,state:sub-war-xge=b1","p":59,"s":6,"h":1,"t":3,"uu":"war|wizard||xge","m":"classes/XGE/War Wizard.webp","b":"War Magic","n":"War Magic (Wizard)"},{"id":6512,"c":40,"u":"wizard_xphb,state:sub-war-xge=b1","s":6,"h":1,"t":3,"uu":"war|wizard|xphb|xge","b":"War Magic","n":"War Magic (Wizard)"},{"id":6514,"c":40,"u":"wizard_phb,state:sub-chronurgy-egw=b1","p":184,"s":28,"h":1,"dP":1,"t":3,"uu":"chronurgy|wizard||egw","m":"classes/EGW/Chronurgy Wizard.webp","b":"Chronurgy Magic","n":"Chronurgy Magic (Wizard)"},{"id":6516,"c":40,"u":"wizard_xphb,state:sub-chronurgy-egw=b1","s":28,"h":1,"dP":1,"t":3,"uu":"chronurgy|wizard|xphb|egw","b":"Chronurgy Magic","n":"Chronurgy Magic (Wizard)"},{"id":6518,"c":40,"u":"wizard_phb,state:sub-graviturgy-egw=b1","p":185,"s":28,"h":1,"dP":1,"t":3,"uu":"graviturgy|wizard||egw","m":"classes/EGW/Graviturgy Wizard.webp","b":"Graviturgy Magic","n":"Graviturgy Magic (Wizard)"},{"id":6520,"c":40,"u":"wizard_xphb,state:sub-graviturgy-egw=b1","s":28,"h":1,"dP":1,"t":3,"uu":"graviturgy|wizard|xphb|egw","b":"Graviturgy Magic","n":"Graviturgy Magic (Wizard)"},{"id":6522,"c":40,"u":"wizard_phb,state:sub-bladesinging-tce=b1","p":76,"s":4,"h":1,"t":3,"uu":"bladesinging|wizard||tce","m":"classes/TCE/Bladesinging Wizard.webp","b":"Bladesinging","n":"Bladesinging (Wizard)"},{"id":6524,"c":40,"u":"wizard_xphb,state:sub-bladesinging-tce=b1","s":4,"h":1,"t":3,"uu":"bladesinging|wizard|xphb|tce","b":"Bladesinging","n":"Bladesinging (Wizard)"},{"id":6526,"c":40,"u":"wizard_phb,state:sub-scribes-tce=b1","p":77,"s":4,"h":1,"t":3,"uu":"scribes|wizard||tce","m":"classes/TCE/Scribes Wizard.webp","b":"Order of Scribes","n":"Order of Scribes (Wizard)"},{"id":6528,"c":40,"u":"wizard_xphb,state:sub-scribes-tce=b1","s":4,"h":1,"t":3,"uu":"scribes|wizard|xphb|tce","b":"Order of Scribes","n":"Order of Scribes (Wizard)"},{"id":6530,"c":40,"u":"wizard_phb,state:sub-blood-magic-tdcsr=b1","p":178,"s":60,"h":1,"dP":1,"t":3,"uu":"blood magic|wizard||tdcsr","m":"classes/TDCSR/Blood Magic Wizard.webp","b":"Blood Magic","n":"Blood Magic (Wizard)"},{"id":6532,"c":40,"u":"wizard_xphb,state:sub-blood-magic-tdcsr=b1","s":60,"h":1,"dP":1,"t":3,"uu":"blood magic|wizard|xphb|tdcsr","b":"Blood Magic","n":"Blood Magic (Wizard)"},{"id":6534,"c":40,"u":"wizard_xphb,state:sub-abjurer-xphb=b1","p":172,"s":8,"h":1,"t":3,"uu":"abjurer|wizard|xphb|xphb","m":"classes/XPHB/Abjurer Wizard.webp","b":"Abjurer","n":"Abjurer (Wizard)"},{"id":6536,"c":40,"u":"wizard_xphb,state:sub-diviner-xphb=b1","p":173,"s":8,"h":1,"t":3,"uu":"diviner|wizard|xphb|xphb","m":"classes/XPHB/Diviner Wizard.webp","b":"Diviner","n":"Diviner (Wizard)"},{"id":6538,"c":40,"u":"wizard_xphb,state:sub-evoker-xphb=b1","p":174,"s":8,"h":1,"t":3,"uu":"evoker|wizard|xphb|xphb","m":"classes/XPHB/Evoker Wizard.webp","b":"Evoker","n":"Evoker (Wizard)"},{"id":6540,"c":40,"u":"wizard_xphb,state:sub-illusionist-xphb=b1","p":175,"s":8,"h":1,"t":3,"uu":"illusionist|wizard|xphb|xphb","m":"classes/XPHB/Illusionist Wizard.webp","b":"Illusionist","n":"Illusionist (Wizard)"},{"id":6542,"c":30,"u":"magical%20tinkering_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"magical tinkering|tce","n":"Artificer 1; Magical Tinkering","uh":"artificer_tce,state:feature=s0-0"},{"id":6544,"c":30,"u":"optional%20rule%3a%20firearm%20proficiency_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"optional rule: firearm proficiency|tce","n":"Artificer 1; Optional Rule: Firearm Proficiency","uh":"artificer_tce,state:feature=s0-0"},{"id":6546,"c":30,"u":"spellcasting_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"spellcasting|tce","n":"Artificer 1; Spellcasting","uh":"artificer_tce,state:feature=s0-0"},{"id":6548,"c":30,"u":"infuse%20item_artificer_tce_2_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"infuse item|tce","n":"Artificer 2; Infuse Item","uh":"artificer_tce,state:feature=s1-0"},{"id":6550,"c":30,"u":"infusions%20known_artificer_tce_2_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"infusions known|tce","n":"Artificer 2; Infusions Known","uh":"artificer_tce,state:feature=s1-0"},{"id":6552,"c":30,"u":"artificer%20specialist_artificer_tce_3_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"artificer specialist|tce","n":"Artificer 3; Artificer Specialist","uh":"artificer_tce,state:feature=s2-0"},{"id":6554,"c":30,"u":"the%20right%20tool%20for%20the%20job_artificer_tce_3_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"the right tool for the job|tce","n":"Artificer 3; The Right Tool for the Job","uh":"artificer_tce,state:feature=s2-0"},{"id":6556,"c":30,"u":"ability%20score%20improvement_artificer_tce_4_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Artificer 4; Ability Score Improvement","uh":"artificer_tce,state:feature=s3-0"},{"id":6558,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_5_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"artificer specialist feature|tce","n":"Artificer 5; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s4-0"},{"id":6560,"c":30,"u":"tool%20expertise_artificer_tce_6_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"tool expertise|tce","n":"Artificer 6; Tool Expertise","uh":"artificer_tce,state:feature=s5-0"},{"id":6562,"c":30,"u":"flash%20of%20genius_artificer_tce_7_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"flash of genius|tce","n":"Artificer 7; Flash of Genius","uh":"artificer_tce,state:feature=s6-0"},{"id":6564,"c":30,"u":"ability%20score%20improvement_artificer_tce_8_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Artificer 8; Ability Score Improvement","uh":"artificer_tce,state:feature=s7-0"},{"id":6566,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_9_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"artificer specialist feature|tce","n":"Artificer 9; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s8-0"},{"id":6568,"c":30,"u":"magic%20item%20adept_artificer_tce_10_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"magic item adept|tce","n":"Artificer 10; Magic Item Adept","uh":"artificer_tce,state:feature=s9-0"},{"id":6570,"c":30,"u":"spell-storing%20item_artificer_tce_11_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"spell-storing item|tce","n":"Artificer 11; Spell-Storing Item","uh":"artificer_tce,state:feature=s10-0"},{"id":6572,"c":30,"u":"ability%20score%20improvement_artificer_tce_12_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Artificer 12; Ability Score Improvement","uh":"artificer_tce,state:feature=s11-0"},{"id":6574,"c":30,"u":"magic%20item%20savant_artificer_tce_14_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"magic item savant|tce","n":"Artificer 14; Magic Item Savant","uh":"artificer_tce,state:feature=s13-0"},{"id":6576,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_15_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"artificer specialist feature|tce","n":"Artificer 15; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s14-0"},{"id":6578,"c":30,"u":"ability%20score%20improvement_artificer_tce_16_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Artificer 16; Ability Score Improvement","uh":"artificer_tce,state:feature=s15-0"},{"id":6580,"c":30,"u":"magic%20item%20master_artificer_tce_18_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"magic item master|tce","n":"Artificer 18; Magic Item Master","uh":"artificer_tce,state:feature=s17-0"},{"id":6582,"c":30,"u":"ability%20score%20improvement_artificer_tce_19_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Artificer 19; Ability Score Improvement","uh":"artificer_tce,state:feature=s18-0"},{"id":6584,"c":30,"u":"soul%20of%20artifice_artificer_tce_20_tce","p":9,"s":"TCE","h":1,"t":4,"uu":"soul of artifice|tce","n":"Artificer 20; Soul of Artifice","uh":"artificer_tce,state:feature=s19-0"},{"id":6586,"c":30,"u":"rage_barbarian_phb_1_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"rage|phb","n":"Barbarian 1; Rage","uh":"barbarian_phb,state:feature=s0-0"},{"id":6588,"c":30,"u":"unarmored%20defense_barbarian_phb_1_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"unarmored defense|phb","n":"Barbarian 1; Unarmored Defense","uh":"barbarian_phb,state:feature=s0-0"},{"id":6590,"c":30,"u":"danger%20sense_barbarian_phb_2_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"danger sense|phb","n":"Barbarian 2; Danger Sense","uh":"barbarian_phb,state:feature=s1-0"},{"id":6592,"c":30,"u":"reckless%20attack_barbarian_phb_2_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"reckless attack|phb","n":"Barbarian 2; Reckless Attack","uh":"barbarian_phb,state:feature=s1-0"},{"id":6594,"c":30,"u":"primal%20knowledge_barbarian_phb_3_tce","p":24,"s":"TCE","h":1,"t":4,"uu":"primal knowledge|tce","n":"Barbarian 3; Primal Knowledge","uh":"barbarian_phb,state:feature=s2-0"},{"id":6596,"c":30,"u":"primal%20path_barbarian_phb_3_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"primal path|phb","n":"Barbarian 3; Primal Path","uh":"barbarian_phb,state:feature=s2-0"},{"id":6598,"c":30,"u":"ability%20score%20improvement_barbarian_phb_4_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Barbarian 4; Ability Score Improvement","uh":"barbarian_phb,state:feature=s3-0"},{"id":6600,"c":30,"u":"extra%20attack_barbarian_phb_5_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack|phb","n":"Barbarian 5; Extra Attack","uh":"barbarian_phb,state:feature=s4-0"},{"id":6602,"c":30,"u":"fast%20movement_barbarian_phb_5_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"fast movement|phb","n":"Barbarian 5; Fast Movement","uh":"barbarian_phb,state:feature=s4-0"},{"id":6604,"c":30,"u":"path%20feature_barbarian_phb_6_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"path feature|phb","n":"Barbarian 6; Path Feature","uh":"barbarian_phb,state:feature=s5-0"},{"id":6606,"c":30,"u":"feral%20instinct_barbarian_phb_7_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"feral instinct|phb","n":"Barbarian 7; Feral Instinct","uh":"barbarian_phb,state:feature=s6-0"},{"id":6608,"c":30,"u":"instinctive%20pounce_barbarian_phb_7_tce","p":24,"s":"TCE","h":1,"t":4,"uu":"instinctive pounce|tce","n":"Barbarian 7; Instinctive Pounce","uh":"barbarian_phb,state:feature=s6-0"},{"id":6610,"c":30,"u":"ability%20score%20improvement_barbarian_phb_8_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Barbarian 8; Ability Score Improvement","uh":"barbarian_phb,state:feature=s7-0"},{"id":6612,"c":30,"u":"brutal%20critical%20(1%20die)_barbarian_phb_9_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"brutal critical (1 die)|phb","n":"Barbarian 9; Brutal Critical (1 die)","uh":"barbarian_phb,state:feature=s8-0"},{"id":6614,"c":30,"u":"path%20feature_barbarian_phb_10_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"path feature|phb","n":"Barbarian 10; Path feature","uh":"barbarian_phb,state:feature=s9-0"},{"id":6616,"c":30,"u":"relentless%20rage_barbarian_phb_11_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"relentless rage|phb","n":"Barbarian 11; Relentless Rage","uh":"barbarian_phb,state:feature=s10-0"},{"id":6618,"c":30,"u":"ability%20score%20improvement_barbarian_phb_12_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Barbarian 12; Ability Score Improvement","uh":"barbarian_phb,state:feature=s11-0"},{"id":6620,"c":30,"u":"brutal%20critical%20(2%20dice)_barbarian_phb_13_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"brutal critical (2 dice)|phb","n":"Barbarian 13; Brutal Critical (2 dice)","uh":"barbarian_phb,state:feature=s12-0"},{"id":6622,"c":30,"u":"path%20feature_barbarian_phb_14_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"path feature|phb","n":"Barbarian 14; Path feature","uh":"barbarian_phb,state:feature=s13-0"},{"id":6624,"c":30,"u":"persistent%20rage_barbarian_phb_15_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"persistent rage|phb","n":"Barbarian 15; Persistent Rage","uh":"barbarian_phb,state:feature=s14-0"},{"id":6626,"c":30,"u":"ability%20score%20improvement_barbarian_phb_16_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Barbarian 16; Ability Score Improvement","uh":"barbarian_phb,state:feature=s15-0"},{"id":6628,"c":30,"u":"brutal%20critical%20(3%20dice)_barbarian_phb_17_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"brutal critical (3 dice)|phb","n":"Barbarian 17; Brutal Critical (3 dice)","uh":"barbarian_phb,state:feature=s16-0"},{"id":6630,"c":30,"u":"indomitable%20might_barbarian_phb_18_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"indomitable might|phb","n":"Barbarian 18; Indomitable Might","uh":"barbarian_phb,state:feature=s17-0"},{"id":6632,"c":30,"u":"ability%20score%20improvement_barbarian_phb_19_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Barbarian 19; Ability Score Improvement","uh":"barbarian_phb,state:feature=s18-0"},{"id":6634,"c":30,"u":"primal%20champion_barbarian_phb_20_phb","p":46,"s":"PHB","h":1,"r":1,"t":4,"uu":"primal champion|phb","n":"Barbarian 20; Primal Champion","uh":"barbarian_phb,state:feature=s19-0"},{"id":6636,"c":30,"u":"rage_barbarian_xphb_1_xphb","p":51,"s":"XPHB","h":1,"t":4,"uu":"rage|xphb","n":"Barbarian 1; Rage","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6638,"c":30,"u":"unarmored%20defense_barbarian_xphb_1_xphb","p":51,"s":"XPHB","h":1,"t":4,"uu":"unarmored defense|xphb","n":"Barbarian 1; Unarmored Defense","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6640,"c":30,"u":"weapon%20mastery_barbarian_xphb_1_xphb","p":52,"s":"XPHB","h":1,"t":4,"uu":"weapon mastery|xphb","n":"Barbarian 1; Weapon Mastery","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6642,"c":30,"u":"danger%20sense_barbarian_xphb_2_xphb","p":52,"s":"XPHB","h":1,"t":4,"uu":"danger sense|xphb","n":"Barbarian 2; Danger Sense","uh":"barbarian_xphb,state:feature=s1-0"},{"id":6644,"c":30,"u":"reckless%20attack_barbarian_xphb_2_xphb","p":52,"s":"XPHB","h":1,"t":4,"uu":"reckless attack|xphb","n":"Barbarian 2; Reckless Attack","uh":"barbarian_xphb,state:feature=s1-0"},{"id":6646,"c":30,"u":"barbarian%20subclass_barbarian_xphb_3_xphb","p":52,"s":"XPHB","h":1,"t":4,"uu":"barbarian subclass|xphb","n":"Barbarian 3; Barbarian Subclass","uh":"barbarian_xphb,state:feature=s2-0"},{"id":6648,"c":30,"u":"primal%20knowledge_barbarian_xphb_3_xphb","p":52,"s":"XPHB","h":1,"t":4,"uu":"primal knowledge|xphb","n":"Barbarian 3; Primal Knowledge","uh":"barbarian_xphb,state:feature=s2-0"},{"id":6650,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_4_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Barbarian 4; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s3-0"},{"id":6652,"c":30,"u":"extra%20attack_barbarian_xphb_5_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"extra attack|xphb","n":"Barbarian 5; Extra Attack","uh":"barbarian_xphb,state:feature=s4-0"},{"id":6654,"c":30,"u":"fast%20movement_barbarian_xphb_5_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"fast movement|xphb","n":"Barbarian 5; Fast Movement","uh":"barbarian_xphb,state:feature=s4-0"},{"id":6656,"c":30,"u":"subclass%20feature_barbarian_xphb_6_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Barbarian 6; Subclass Feature","uh":"barbarian_xphb,state:feature=s5-0"},{"id":6658,"c":30,"u":"feral%20instinct_barbarian_xphb_7_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"feral instinct|xphb","n":"Barbarian 7; Feral Instinct","uh":"barbarian_xphb,state:feature=s6-0"},{"id":6660,"c":30,"u":"instinctive%20pounce_barbarian_xphb_7_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"instinctive pounce|xphb","n":"Barbarian 7; Instinctive Pounce","uh":"barbarian_xphb,state:feature=s6-0"},{"id":6662,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_8_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Barbarian 8; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s7-0"},{"id":6664,"c":30,"u":"brutal%20strike_barbarian_xphb_9_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"brutal strike|xphb","n":"Barbarian 9; Brutal Strike","uh":"barbarian_xphb,state:feature=s8-0"},{"id":6666,"c":30,"u":"subclass%20feature_barbarian_xphb_10_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Barbarian 10; Subclass Feature","uh":"barbarian_xphb,state:feature=s9-0"},{"id":6668,"c":30,"u":"relentless%20rage_barbarian_xphb_11_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"relentless rage|xphb","n":"Barbarian 11; Relentless Rage","uh":"barbarian_xphb,state:feature=s10-0"},{"id":6670,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_12_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Barbarian 12; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s11-0"},{"id":6672,"c":30,"u":"improved%20brutal%20strike_barbarian_xphb_13_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"improved brutal strike|xphb","n":"Barbarian 13; Improved Brutal Strike","uh":"barbarian_xphb,state:feature=s12-0"},{"id":6674,"c":30,"u":"subclass%20feature_barbarian_xphb_14_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Barbarian 14; Subclass Feature","uh":"barbarian_xphb,state:feature=s13-0"},{"id":6676,"c":30,"u":"persistent%20rage_barbarian_xphb_15_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"persistent rage|xphb","n":"Barbarian 15; Persistent Rage","uh":"barbarian_xphb,state:feature=s14-0"},{"id":6678,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_16_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Barbarian 16; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s15-0"},{"id":6680,"c":30,"u":"improved%20brutal%20strike_barbarian_xphb_17_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"improved brutal strike|xphb","n":"Barbarian 17; Improved Brutal Strike","uh":"barbarian_xphb,state:feature=s16-0"},{"id":6682,"c":30,"u":"indomitable%20might_barbarian_xphb_18_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"indomitable might|xphb","n":"Barbarian 18; Indomitable Might","uh":"barbarian_xphb,state:feature=s17-0"},{"id":6684,"c":30,"u":"epic%20boon_barbarian_xphb_19_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Barbarian 19; Epic Boon","uh":"barbarian_xphb,state:feature=s18-0"},{"id":6686,"c":30,"u":"primal%20champion_barbarian_xphb_20_xphb","p":53,"s":"XPHB","h":1,"t":4,"uu":"primal champion|xphb","n":"Barbarian 20; Primal Champion","uh":"barbarian_xphb,state:feature=s19-0"},{"id":6688,"c":30,"u":"bardic%20inspiration_bard_phb_1_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bardic inspiration|phb","n":"Bard 1; Bardic Inspiration","uh":"bard_phb,state:feature=s0-0"},{"id":6690,"c":30,"u":"spellcasting_bard_phb_1_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Bard 1; Spellcasting","uh":"bard_phb,state:feature=s0-0"},{"id":6692,"c":30,"u":"jack%20of%20all%20trades_bard_phb_2_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"jack of all trades|phb","n":"Bard 2; Jack of All Trades","uh":"bard_phb,state:feature=s1-0"},{"id":6694,"c":30,"u":"magical%20inspiration_bard_phb_2_tce","p":27,"s":"TCE","h":1,"t":4,"uu":"magical inspiration|tce","n":"Bard 2; Magical Inspiration","uh":"bard_phb,state:feature=s1-0"},{"id":6696,"c":30,"u":"song%20of%20rest%20(d6)_bard_phb_2_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"song of rest (d6)|phb","n":"Bard 2; Song of Rest (d6)","uh":"bard_phb,state:feature=s1-0"},{"id":6698,"c":30,"u":"bard%20college_bard_phb_3_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bard college|phb","n":"Bard 3; Bard College","uh":"bard_phb,state:feature=s2-0"},{"id":6700,"c":30,"u":"expertise_bard_phb_3_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"expertise|phb","n":"Bard 3; Expertise","uh":"bard_phb,state:feature=s2-0"},{"id":6702,"c":30,"u":"ability%20score%20improvement_bard_phb_4_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Bard 4; Ability Score Improvement","uh":"bard_phb,state:feature=s3-0"},{"id":6704,"c":30,"u":"bardic%20versatility_bard_phb_4_tce","p":27,"s":"TCE","h":1,"t":4,"uu":"bardic versatility|tce","n":"Bard 4; Bardic Versatility","uh":"bard_phb,state:feature=s3-0"},{"id":6706,"c":30,"u":"bardic%20inspiration%20(d8)_bard_phb_5_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bardic inspiration (d8)|phb","n":"Bard 5; Bardic Inspiration (d8)","uh":"bard_phb,state:feature=s4-0"},{"id":6708,"c":30,"u":"font%20of%20inspiration_bard_phb_5_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"font of inspiration|phb","n":"Bard 5; Font of Inspiration","uh":"bard_phb,state:feature=s4-0"},{"id":6710,"c":30,"u":"bard%20college%20feature_bard_phb_6_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bard college feature|phb","n":"Bard 6; Bard College feature","uh":"bard_phb,state:feature=s5-0"},{"id":6712,"c":30,"u":"countercharm_bard_phb_6_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"countercharm|phb","n":"Bard 6; Countercharm","uh":"bard_phb,state:feature=s5-0"},{"id":6714,"c":30,"u":"ability%20score%20improvement_bard_phb_8_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Bard 8; Ability Score Improvement","uh":"bard_phb,state:feature=s7-0"},{"id":6716,"c":30,"u":"song%20of%20rest%20(d8)_bard_phb_9_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"song of rest (d8)|phb","n":"Bard 9; Song of Rest (d8)","uh":"bard_phb,state:feature=s8-0"},{"id":6718,"c":30,"u":"bardic%20inspiration%20(d10)_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bardic inspiration (d10)|phb","n":"Bard 10; Bardic Inspiration (d10)","uh":"bard_phb,state:feature=s9-0"},{"id":6720,"c":30,"u":"expertise_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"expertise|phb","n":"Bard 10; Expertise","uh":"bard_phb,state:feature=s9-0"},{"id":6722,"c":30,"u":"magical%20secrets_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"magical secrets|phb","n":"Bard 10; Magical Secrets","uh":"bard_phb,state:feature=s9-0"},{"id":6724,"c":30,"u":"ability%20score%20improvement_bard_phb_12_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Bard 12; Ability Score Improvement","uh":"bard_phb,state:feature=s11-0"},{"id":6726,"c":30,"u":"song%20of%20rest%20(d10)_bard_phb_13_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"song of rest (d10)|phb","n":"Bard 13; Song of Rest (d10)","uh":"bard_phb,state:feature=s12-0"},{"id":6728,"c":30,"u":"bard%20college%20feature_bard_phb_14_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bard college feature|phb","n":"Bard 14; Bard College feature","uh":"bard_phb,state:feature=s13-0"},{"id":6730,"c":30,"u":"magical%20secrets_bard_phb_14_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"magical secrets|phb","n":"Bard 14; Magical Secrets","uh":"bard_phb,state:feature=s13-0"},{"id":6732,"c":30,"u":"bardic%20inspiration%20(d12)_bard_phb_15_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"bardic inspiration (d12)|phb","n":"Bard 15; Bardic Inspiration (d12)","uh":"bard_phb,state:feature=s14-0"},{"id":6734,"c":30,"u":"ability%20score%20improvement_bard_phb_16_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Bard 16; Ability Score Improvement","uh":"bard_phb,state:feature=s15-0"},{"id":6736,"c":30,"u":"song%20of%20rest%20(d12)_bard_phb_17_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"song of rest (d12)|phb","n":"Bard 17; Song of Rest (d12)","uh":"bard_phb,state:feature=s16-0"},{"id":6738,"c":30,"u":"magical%20secrets_bard_phb_18_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"magical secrets|phb","n":"Bard 18; Magical Secrets","uh":"bard_phb,state:feature=s17-0"},{"id":6740,"c":30,"u":"ability%20score%20improvement_bard_phb_19_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Bard 19; Ability Score Improvement","uh":"bard_phb,state:feature=s18-0"},{"id":6742,"c":30,"u":"superior%20inspiration_bard_phb_20_phb","p":51,"s":"PHB","h":1,"r":1,"t":4,"uu":"superior inspiration|phb","n":"Bard 20; Superior Inspiration","uh":"bard_phb,state:feature=s19-0"},{"id":6744,"c":30,"u":"bardic%20inspiration_bard_xphb_1_xphb","p":59,"s":"XPHB","h":1,"t":4,"uu":"bardic inspiration|xphb","n":"Bard 1; Bardic Inspiration","uh":"bard_xphb,state:feature=s0-0"},{"id":6746,"c":30,"u":"spellcasting_bard_xphb_1_xphb","p":59,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Bard 1; Spellcasting","uh":"bard_xphb,state:feature=s0-0"},{"id":6748,"c":30,"u":"expertise_bard_xphb_2_xphb","p":60,"s":"XPHB","h":1,"t":4,"uu":"expertise|xphb","n":"Bard 2; Expertise","uh":"bard_xphb,state:feature=s1-0"},{"id":6750,"c":30,"u":"jack%20of%20all%20trades_bard_xphb_2_xphb","p":60,"s":"XPHB","h":1,"t":4,"uu":"jack of all trades|xphb","n":"Bard 2; Jack of All Trades","uh":"bard_xphb,state:feature=s1-0"},{"id":6752,"c":30,"u":"bard%20subclass_bard_xphb_3_xphb","p":60,"s":"XPHB","h":1,"t":4,"uu":"bard subclass|xphb","n":"Bard 3; Bard Subclass","uh":"bard_xphb,state:feature=s2-0"},{"id":6754,"c":30,"u":"ability%20score%20improvement_bard_xphb_4_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Bard 4; Ability Score Improvement","uh":"bard_xphb,state:feature=s3-0"},{"id":6756,"c":30,"u":"font%20of%20inspiration_bard_xphb_5_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"font of inspiration|xphb","n":"Bard 5; Font of Inspiration","uh":"bard_xphb,state:feature=s4-0"},{"id":6758,"c":30,"u":"subclass%20feature_bard_xphb_6_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Bard 6; Subclass Feature","uh":"bard_xphb,state:feature=s5-0"},{"id":6760,"c":30,"u":"countercharm_bard_xphb_7_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"countercharm|xphb","n":"Bard 7; Countercharm","uh":"bard_xphb,state:feature=s6-0"},{"id":6762,"c":30,"u":"ability%20score%20improvement_bard_xphb_8_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Bard 8; Ability Score Improvement","uh":"bard_xphb,state:feature=s7-0"},{"id":6764,"c":30,"u":"expertise_bard_xphb_9_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"expertise|xphb","n":"Bard 9; Expertise","uh":"bard_xphb,state:feature=s8-0"},{"id":6766,"c":30,"u":"magical%20secrets_bard_xphb_10_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"magical secrets|xphb","n":"Bard 10; Magical Secrets","uh":"bard_xphb,state:feature=s9-0"},{"id":6768,"c":30,"u":"ability%20score%20improvement_bard_xphb_12_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Bard 12; Ability Score Improvement","uh":"bard_xphb,state:feature=s11-0"},{"id":6770,"c":30,"u":"subclass%20feature_bard_xphb_14_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Bard 14; Subclass Feature","uh":"bard_xphb,state:feature=s13-0"},{"id":6772,"c":30,"u":"ability%20score%20improvement_bard_xphb_16_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Bard 16; Ability Score Improvement","uh":"bard_xphb,state:feature=s15-0"},{"id":6774,"c":30,"u":"superior%20inspiration_bard_xphb_18_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"superior inspiration|xphb","n":"Bard 18; Superior Inspiration","uh":"bard_xphb,state:feature=s17-0"},{"id":6776,"c":30,"u":"epic%20boon_bard_xphb_19_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Bard 19; Epic Boon","uh":"bard_xphb,state:feature=s18-0"},{"id":6778,"c":30,"u":"words%20of%20creation_bard_xphb_20_xphb","p":61,"s":"XPHB","h":1,"t":4,"uu":"words of creation|xphb","n":"Bard 20; Words of Creation","uh":"bard_xphb,state:feature=s19-0"},{"id":6780,"c":30,"u":"divine%20domain_cleric_phb_1_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine domain|phb","n":"Cleric 1; Divine Domain","uh":"cleric_phb,state:feature=s0-0"},{"id":6782,"c":30,"u":"spellcasting_cleric_phb_1_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Cleric 1; Spellcasting","uh":"cleric_phb,state:feature=s0-0"},{"id":6784,"c":30,"u":"channel%20divinity_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"channel divinity|phb","n":"Cleric 2; Channel Divinity","uh":"cleric_phb,state:feature=s1-0"},{"id":6786,"c":30,"u":"channel%20divinity%3a%20harness%20divine%20power_cleric_phb_2_tce","p":30,"s":"TCE","h":1,"t":4,"uu":"channel divinity: harness divine power|tce","n":"Cleric 2; Channel Divinity: Harness Divine Power","uh":"cleric_phb,state:feature=s1-0"},{"id":6788,"c":30,"u":"channel%20divinity%3a%20turn%20undead_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"channel divinity: turn undead|phb","n":"Cleric 2; Channel Divinity: Turn Undead","uh":"cleric_phb,state:feature=s1-0"},{"id":6790,"c":30,"u":"divine%20domain%20feature_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine domain feature|phb","n":"Cleric 2; Divine Domain feature","uh":"cleric_phb,state:feature=s1-0"},{"id":6792,"c":30,"u":"ability%20score%20improvement_cleric_phb_4_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Cleric 4; Ability Score Improvement","uh":"cleric_phb,state:feature=s3-0"},{"id":6794,"c":30,"u":"cantrip%20versatility_cleric_phb_4_tce","p":30,"s":"TCE","h":1,"t":4,"uu":"cantrip versatility|tce","n":"Cleric 4; Cantrip Versatility","uh":"cleric_phb,state:feature=s3-0"},{"id":6796,"c":30,"u":"destroy%20undead%20(cr%201%2f2)_cleric_phb_5_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"destroy undead (cr 1/2)|phb","n":"Cleric 5; Destroy Undead (CR 1/2)","uh":"cleric_phb,state:feature=s4-0"},{"id":6798,"c":30,"u":"channel%20divinity_cleric_phb_6_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"channel divinity|phb","n":"Cleric 6; Channel Divinity","uh":"cleric_phb,state:feature=s5-0"},{"id":6800,"c":30,"u":"divine%20domain%20feature_cleric_phb_6_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine domain feature|phb","n":"Cleric 6; Divine Domain feature","uh":"cleric_phb,state:feature=s5-0"},{"id":6802,"c":30,"u":"ability%20score%20improvement_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Cleric 8; Ability Score Improvement","uh":"cleric_phb,state:feature=s7-0"},{"id":6804,"c":30,"u":"destroy%20undead%20(cr%201)_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"destroy undead (cr 1)|phb","n":"Cleric 8; Destroy Undead (CR 1)","uh":"cleric_phb,state:feature=s7-0"},{"id":6806,"c":30,"u":"divine%20domain%20feature_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine domain feature|phb","n":"Cleric 8; Divine Domain feature","uh":"cleric_phb,state:feature=s7-0"},{"id":6808,"c":30,"u":"divine%20intervention_cleric_phb_10_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine intervention|phb","n":"Cleric 10; Divine Intervention","uh":"cleric_phb,state:feature=s9-0"},{"id":6810,"c":30,"u":"destroy%20undead%20(cr%202)_cleric_phb_11_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"destroy undead (cr 2)|phb","n":"Cleric 11; Destroy Undead (CR 2)","uh":"cleric_phb,state:feature=s10-0"},{"id":6812,"c":30,"u":"ability%20score%20improvement_cleric_phb_12_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Cleric 12; Ability Score Improvement","uh":"cleric_phb,state:feature=s11-0"},{"id":6814,"c":30,"u":"destroy%20undead%20(cr%203)_cleric_phb_14_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"destroy undead (cr 3)|phb","n":"Cleric 14; Destroy Undead (CR 3)","uh":"cleric_phb,state:feature=s13-0"},{"id":6816,"c":30,"u":"ability%20score%20improvement_cleric_phb_16_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Cleric 16; Ability Score Improvement","uh":"cleric_phb,state:feature=s15-0"},{"id":6818,"c":30,"u":"destroy%20undead%20(cr%204)_cleric_phb_17_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"destroy undead (cr 4)|phb","n":"Cleric 17; Destroy Undead (CR 4)","uh":"cleric_phb,state:feature=s16-0"},{"id":6820,"c":30,"u":"divine%20domain%20feature_cleric_phb_17_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine domain feature|phb","n":"Cleric 17; Divine Domain feature","uh":"cleric_phb,state:feature=s16-0"},{"id":6822,"c":30,"u":"channel%20divinity_cleric_phb_18_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"channel divinity|phb","n":"Cleric 18; Channel Divinity","uh":"cleric_phb,state:feature=s17-0"},{"id":6824,"c":30,"u":"ability%20score%20improvement_cleric_phb_19_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Cleric 19; Ability Score Improvement","uh":"cleric_phb,state:feature=s18-0"},{"id":6826,"c":30,"u":"divine%20intervention%20improvement_cleric_phb_20_phb","p":56,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine intervention improvement|phb","n":"Cleric 20; Divine Intervention Improvement","uh":"cleric_phb,state:feature=s19-0"},{"id":6828,"c":30,"u":"divine%20order_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"divine order|xphb","n":"Cleric 1; Divine Order","uh":"cleric_xphb,state:feature=s0-0"},{"id":6830,"c":30,"u":"protector_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"protector|xphb","n":"Cleric 1; Protector","uh":"cleric_xphb,state:feature=s0-0"},{"id":6832,"c":30,"u":"spellcasting_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Cleric 1; Spellcasting","uh":"cleric_xphb,state:feature=s0-0"},{"id":6834,"c":30,"u":"thaumaturge_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"thaumaturge|xphb","n":"Cleric 1; Thaumaturge","uh":"cleric_xphb,state:feature=s0-0"},{"id":6836,"c":30,"u":"channel%20divinity_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"channel divinity|xphb","n":"Cleric 2; Channel Divinity","uh":"cleric_xphb,state:feature=s1-0"},{"id":6838,"c":30,"u":"divine%20spark_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"divine spark|xphb","n":"Cleric 2; Divine Spark","uh":"cleric_xphb,state:feature=s1-0"},{"id":6840,"c":30,"u":"turn%20undead_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"t":4,"uu":"turn undead|xphb","n":"Cleric 2; Turn Undead","uh":"cleric_xphb,state:feature=s1-0"},{"id":6842,"c":30,"u":"cleric%20subclass_cleric_xphb_3_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"cleric subclass|xphb","n":"Cleric 3; Cleric Subclass","uh":"cleric_xphb,state:feature=s2-0"},{"id":6844,"c":30,"u":"ability%20score%20improvement_cleric_xphb_4_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Cleric 4; Ability Score Improvement","uh":"cleric_xphb,state:feature=s3-0"},{"id":6846,"c":30,"u":"sear%20undead_cleric_xphb_5_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"sear undead|xphb","n":"Cleric 5; Sear Undead","uh":"cleric_xphb,state:feature=s4-0"},{"id":6848,"c":30,"u":"subclass%20feature_cleric_xphb_6_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Cleric 6; Subclass Feature","uh":"cleric_xphb,state:feature=s5-0"},{"id":6850,"c":30,"u":"blessed%20strikes_cleric_xphb_7_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"blessed strikes|xphb","n":"Cleric 7; Blessed Strikes","uh":"cleric_xphb,state:feature=s6-0"},{"id":6852,"c":30,"u":"ability%20score%20improvement_cleric_xphb_8_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Cleric 8; Ability Score Improvement","uh":"cleric_xphb,state:feature=s7-0"},{"id":6854,"c":30,"u":"divine%20intervention_cleric_xphb_10_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"divine intervention|xphb","n":"Cleric 10; Divine Intervention","uh":"cleric_xphb,state:feature=s9-0"},{"id":6856,"c":30,"u":"ability%20score%20improvement_cleric_xphb_12_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Cleric 12; Ability Score Improvement","uh":"cleric_xphb,state:feature=s11-0"},{"id":6858,"c":30,"u":"improved%20blessed%20strikes_cleric_xphb_14_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"improved blessed strikes|xphb","n":"Cleric 14; Improved Blessed Strikes","uh":"cleric_xphb,state:feature=s13-0"},{"id":6860,"c":30,"u":"ability%20score%20improvement_cleric_xphb_16_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Cleric 16; Ability Score Improvement","uh":"cleric_xphb,state:feature=s15-0"},{"id":6862,"c":30,"u":"subclass%20feature_cleric_xphb_17_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Cleric 17; Subclass Feature","uh":"cleric_xphb,state:feature=s16-0"},{"id":6864,"c":30,"u":"epic%20boon_cleric_xphb_19_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Cleric 19; Epic Boon","uh":"cleric_xphb,state:feature=s18-0"},{"id":6866,"c":30,"u":"greater%20divine%20intervention_cleric_xphb_20_xphb","p":71,"s":"XPHB","h":1,"t":4,"uu":"greater divine intervention|xphb","n":"Cleric 20; Greater Divine Intervention","uh":"cleric_xphb,state:feature=s19-0"},{"id":6868,"c":30,"u":"druidic_druid_phb_1_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"druidic|phb","n":"Druid 1; Druidic","uh":"druid_phb,state:feature=s0-0"},{"id":6870,"c":30,"u":"spellcasting_druid_phb_1_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Druid 1; Spellcasting","uh":"druid_phb,state:feature=s0-0"},{"id":6872,"c":30,"u":"druid%20circle_druid_phb_2_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"druid circle|phb","n":"Druid 2; Druid Circle","uh":"druid_phb,state:feature=s1-0"},{"id":6874,"c":30,"u":"wild%20companion_druid_phb_2_tce","p":35,"s":"TCE","h":1,"t":4,"uu":"wild companion|tce","n":"Druid 2; Wild Companion","uh":"druid_phb,state:feature=s1-0"},{"id":6876,"c":30,"u":"wild%20shape_druid_phb_2_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"wild shape|phb","n":"Druid 2; Wild Shape","uh":"druid_phb,state:feature=s1-0"},{"id":6878,"c":30,"u":"ability%20score%20improvement_druid_phb_4_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Druid 4; Ability Score Improvement","uh":"druid_phb,state:feature=s3-0"},{"id":6880,"c":30,"u":"cantrip%20versatility_druid_phb_4_tce","p":35,"s":"TCE","h":1,"t":4,"uu":"cantrip versatility|tce","n":"Druid 4; Cantrip Versatility","uh":"druid_phb,state:feature=s3-0"},{"id":6882,"c":30,"u":"wild%20shape%20improvement_druid_phb_4_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"wild shape improvement|phb","n":"Druid 4; Wild Shape Improvement","uh":"druid_phb,state:feature=s3-0"},{"id":6884,"c":30,"u":"druid%20circle%20feature_druid_phb_6_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"druid circle feature|phb","n":"Druid 6; Druid Circle feature","uh":"druid_phb,state:feature=s5-0"},{"id":6886,"c":30,"u":"ability%20score%20improvement_druid_phb_8_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Druid 8; Ability Score Improvement","uh":"druid_phb,state:feature=s7-0"},{"id":6888,"c":30,"u":"wild%20shape%20improvement_druid_phb_8_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"wild shape improvement|phb","n":"Druid 8; Wild Shape Improvement","uh":"druid_phb,state:feature=s7-0"},{"id":6890,"c":30,"u":"druid%20circle%20feature_druid_phb_10_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"druid circle feature|phb","n":"Druid 10; Druid Circle feature","uh":"druid_phb,state:feature=s9-0"},{"id":6892,"c":30,"u":"ability%20score%20improvement_druid_phb_12_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Druid 12; Ability Score Improvement","uh":"druid_phb,state:feature=s11-0"},{"id":6894,"c":30,"u":"druid%20circle%20feature_druid_phb_14_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"druid circle feature|phb","n":"Druid 14; Druid Circle feature","uh":"druid_phb,state:feature=s13-0"},{"id":6896,"c":30,"u":"ability%20score%20improvement_druid_phb_16_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Druid 16; Ability Score Improvement","uh":"druid_phb,state:feature=s15-0"},{"id":6898,"c":30,"u":"beast%20spells_druid_phb_18_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"beast spells|phb","n":"Druid 18; Beast Spells","uh":"druid_phb,state:feature=s17-0"},{"id":6900,"c":30,"u":"timeless%20body_druid_phb_18_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"timeless body|phb","n":"Druid 18; Timeless Body","uh":"druid_phb,state:feature=s17-0"},{"id":6902,"c":30,"u":"ability%20score%20improvement_druid_phb_19_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Druid 19; Ability Score Improvement","uh":"druid_phb,state:feature=s18-0"},{"id":6904,"c":30,"u":"archdruid_druid_phb_20_phb","p":64,"s":"PHB","h":1,"r":1,"t":4,"uu":"archdruid|phb","n":"Druid 20; Archdruid","uh":"druid_phb,state:feature=s19-0"},{"id":6906,"c":30,"u":"druidic_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"t":4,"uu":"druidic|xphb","n":"Druid 1; Druidic","uh":"druid_xphb,state:feature=s0-0"},{"id":6908,"c":30,"u":"magician_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"t":4,"uu":"magician|xphb","n":"Druid 1; Magician","uh":"druid_xphb,state:feature=s0-0"},{"id":6910,"c":30,"u":"primal%20order_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"t":4,"uu":"primal order|xphb","n":"Druid 1; Primal Order","uh":"druid_xphb,state:feature=s0-0"},{"id":6912,"c":30,"u":"spellcasting_druid_xphb_1_xphb","p":79,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Druid 1; Spellcasting","uh":"druid_xphb,state:feature=s0-0"},{"id":6914,"c":30,"u":"warden_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"t":4,"uu":"warden|xphb","n":"Druid 1; Warden","uh":"druid_xphb,state:feature=s0-0"},{"id":6916,"c":30,"u":"wild%20companion_druid_xphb_2_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"wild companion|xphb","n":"Druid 2; Wild Companion","uh":"druid_xphb,state:feature=s1-0"},{"id":6918,"c":30,"u":"wild%20shape_druid_xphb_2_xphb","p":80,"s":"XPHB","h":1,"t":4,"uu":"wild shape|xphb","n":"Druid 2; Wild Shape","uh":"druid_xphb,state:feature=s1-0"},{"id":6920,"c":30,"u":"druid%20subclass_druid_xphb_3_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"druid subclass|xphb","n":"Druid 3; Druid Subclass","uh":"druid_xphb,state:feature=s2-0"},{"id":6922,"c":30,"u":"ability%20score%20improvement_druid_xphb_4_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Druid 4; Ability Score Improvement","uh":"druid_xphb,state:feature=s3-0"},{"id":6924,"c":30,"u":"wild%20resurgence_druid_xphb_5_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"wild resurgence|xphb","n":"Druid 5; Wild Resurgence","uh":"druid_xphb,state:feature=s4-0"},{"id":6926,"c":30,"u":"subclass%20feature_druid_xphb_6_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Druid 6; Subclass Feature","uh":"druid_xphb,state:feature=s5-0"},{"id":6928,"c":30,"u":"elemental%20fury_druid_xphb_7_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"elemental fury|xphb","n":"Druid 7; Elemental Fury","uh":"druid_xphb,state:feature=s6-0"},{"id":6930,"c":30,"u":"ability%20score%20improvement_druid_xphb_8_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Druid 8; Ability Score Improvement","uh":"druid_xphb,state:feature=s7-0"},{"id":6932,"c":30,"u":"subclass%20feature_druid_xphb_10_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Druid 10; Subclass Feature","uh":"druid_xphb,state:feature=s9-0"},{"id":6934,"c":30,"u":"ability%20score%20improvement_druid_xphb_12_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Druid 12; Ability Score Improvement","uh":"druid_xphb,state:feature=s11-0"},{"id":6936,"c":30,"u":"subclass%20feature_druid_xphb_14_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Druid 14; Subclass Feature","uh":"druid_xphb,state:feature=s13-0"},{"id":6938,"c":30,"u":"improved%20elemental%20fury_druid_xphb_15_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"improved elemental fury|xphb","n":"Druid 15; Improved Elemental Fury","uh":"druid_xphb,state:feature=s14-0"},{"id":6940,"c":30,"u":"ability%20score%20improvement_druid_xphb_16_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Druid 16; Ability Score Improvement","uh":"druid_xphb,state:feature=s15-0"},{"id":6942,"c":30,"u":"beast%20spells_druid_xphb_18_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"beast spells|xphb","n":"Druid 18; Beast Spells","uh":"druid_xphb,state:feature=s17-0"},{"id":6944,"c":30,"u":"epic%20boon_druid_xphb_19_xphb","p":81,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Druid 19; Epic Boon","uh":"druid_xphb,state:feature=s18-0"},{"id":6946,"c":30,"u":"archdruid_druid_xphb_20_xphb","p":82,"s":"XPHB","h":1,"t":4,"uu":"archdruid|xphb","n":"Druid 20; Archdruid","uh":"druid_xphb,state:feature=s19-0"},{"id":6948,"c":30,"u":"fighting%20style_fighter_phb_1_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"fighting style|phb","n":"Fighter 1; Fighting Style","uh":"fighter_phb,state:feature=s0-0"},{"id":6950,"c":30,"u":"second%20wind_fighter_phb_1_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"second wind|phb","n":"Fighter 1; Second Wind","uh":"fighter_phb,state:feature=s0-0"},{"id":6952,"c":30,"u":"action%20surge_fighter_phb_2_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"action surge|phb","n":"Fighter 2; Action Surge","uh":"fighter_phb,state:feature=s1-0"},{"id":6954,"c":30,"u":"martial%20archetype_fighter_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial archetype|phb","n":"Fighter 3; Martial Archetype","uh":"fighter_phb,state:feature=s2-0"},{"id":6956,"c":30,"u":"ability%20score%20improvement_fighter_phb_4_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 4; Ability Score Improvement","uh":"fighter_phb,state:feature=s3-0"},{"id":6958,"c":30,"u":"martial%20versatility_fighter_phb_4_tce","p":41,"s":"TCE","h":1,"t":4,"uu":"martial versatility|tce","n":"Fighter 4; Martial Versatility","uh":"fighter_phb,state:feature=s3-0"},{"id":6960,"c":30,"u":"extra%20attack_fighter_phb_5_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack|phb","n":"Fighter 5; Extra Attack","uh":"fighter_phb,state:feature=s4-0"},{"id":6962,"c":30,"u":"ability%20score%20improvement_fighter_phb_6_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 6; Ability Score Improvement","uh":"fighter_phb,state:feature=s5-0"},{"id":6964,"c":30,"u":"martial%20archetype%20feature_fighter_phb_7_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial archetype feature|phb","n":"Fighter 7; Martial Archetype feature","uh":"fighter_phb,state:feature=s6-0"},{"id":6966,"c":30,"u":"ability%20score%20improvement_fighter_phb_8_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 8; Ability Score Improvement","uh":"fighter_phb,state:feature=s7-0"},{"id":6968,"c":30,"u":"indomitable_fighter_phb_9_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"indomitable|phb","n":"Fighter 9; Indomitable","uh":"fighter_phb,state:feature=s8-0"},{"id":6970,"c":30,"u":"martial%20archetype%20feature_fighter_phb_10_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial archetype feature|phb","n":"Fighter 10; Martial Archetype feature","uh":"fighter_phb,state:feature=s9-0"},{"id":6972,"c":30,"u":"extra%20attack%20(2)_fighter_phb_11_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack (2)|phb","n":"Fighter 11; Extra Attack (2)","uh":"fighter_phb,state:feature=s10-0"},{"id":6974,"c":30,"u":"ability%20score%20improvement_fighter_phb_12_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 12; Ability Score Improvement","uh":"fighter_phb,state:feature=s11-0"},{"id":6976,"c":30,"u":"indomitable%20(two%20uses)_fighter_phb_13_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"indomitable (two uses)|phb","n":"Fighter 13; Indomitable (two uses)","uh":"fighter_phb,state:feature=s12-0"},{"id":6978,"c":30,"u":"ability%20score%20improvement_fighter_phb_14_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 14; Ability Score Improvement","uh":"fighter_phb,state:feature=s13-0"},{"id":6980,"c":30,"u":"martial%20archetype%20feature_fighter_phb_15_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial archetype feature|phb","n":"Fighter 15; Martial Archetype feature","uh":"fighter_phb,state:feature=s14-0"},{"id":6982,"c":30,"u":"ability%20score%20improvement_fighter_phb_16_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 16; Ability Score Improvement","uh":"fighter_phb,state:feature=s15-0"},{"id":6984,"c":30,"u":"action%20surge%20(two%20uses)_fighter_phb_17_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"action surge (two uses)|phb","n":"Fighter 17; Action Surge (two uses)","uh":"fighter_phb,state:feature=s16-0"},{"id":6986,"c":30,"u":"indomitable%20(three%20uses)_fighter_phb_17_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"indomitable (three uses)|phb","n":"Fighter 17; Indomitable (three uses)","uh":"fighter_phb,state:feature=s16-0"},{"id":6988,"c":30,"u":"martial%20archetype%20feature_fighter_phb_18_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial archetype feature|phb","n":"Fighter 18; Martial Archetype feature","uh":"fighter_phb,state:feature=s17-0"},{"id":6990,"c":30,"u":"ability%20score%20improvement_fighter_phb_19_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Fighter 19; Ability Score Improvement","uh":"fighter_phb,state:feature=s18-0"},{"id":6992,"c":30,"u":"extra%20attack%20(3)_fighter_phb_20_phb","p":72,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack (3)|phb","n":"Fighter 20; Extra Attack (3)","uh":"fighter_phb,state:feature=s19-0"},{"id":6994,"c":30,"u":"fighting%20style_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"fighting style|xphb","n":"Fighter 1; Fighting Style","uh":"fighter_xphb,state:feature=s0-0"},{"id":6996,"c":30,"u":"second%20wind_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"second wind|xphb","n":"Fighter 1; Second Wind","uh":"fighter_xphb,state:feature=s0-0"},{"id":6998,"c":30,"u":"weapon%20mastery_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"weapon mastery|xphb","n":"Fighter 1; Weapon Mastery","uh":"fighter_xphb,state:feature=s0-0"},{"id":7000,"c":30,"u":"action%20surge_fighter_xphb_2_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"action surge|xphb","n":"Fighter 2; Action Surge","uh":"fighter_xphb,state:feature=s1-0"},{"id":7002,"c":30,"u":"tactical%20mind_fighter_xphb_2_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"tactical mind|xphb","n":"Fighter 2; Tactical Mind","uh":"fighter_xphb,state:feature=s1-0"},{"id":7004,"c":30,"u":"fighter%20subclass_fighter_xphb_3_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"fighter subclass|xphb","n":"Fighter 3; Fighter Subclass","uh":"fighter_xphb,state:feature=s2-0"},{"id":7006,"c":30,"u":"ability%20score%20improvement_fighter_xphb_4_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 4; Ability Score Improvement","uh":"fighter_xphb,state:feature=s3-0"},{"id":7008,"c":30,"u":"extra%20attack_fighter_xphb_5_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"extra attack|xphb","n":"Fighter 5; Extra Attack","uh":"fighter_xphb,state:feature=s4-0"},{"id":7010,"c":30,"u":"tactical%20shift_fighter_xphb_5_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"tactical shift|xphb","n":"Fighter 5; Tactical Shift","uh":"fighter_xphb,state:feature=s4-0"},{"id":7012,"c":30,"u":"ability%20score%20improvement_fighter_xphb_6_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 6; Ability Score Improvement","uh":"fighter_xphb,state:feature=s5-0"},{"id":7014,"c":30,"u":"subclass%20feature_fighter_xphb_7_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Fighter 7; Subclass Feature","uh":"fighter_xphb,state:feature=s6-0"},{"id":7016,"c":30,"u":"ability%20score%20improvement_fighter_xphb_8_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 8; Ability Score Improvement","uh":"fighter_xphb,state:feature=s7-0"},{"id":7018,"c":30,"u":"indomitable_fighter_xphb_9_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"indomitable|xphb","n":"Fighter 9; Indomitable","uh":"fighter_xphb,state:feature=s8-0"},{"id":7020,"c":30,"u":"tactical%20master_fighter_xphb_9_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"tactical master|xphb","n":"Fighter 9; Tactical Master","uh":"fighter_xphb,state:feature=s8-0"},{"id":7022,"c":30,"u":"subclass%20feature_fighter_xphb_10_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Fighter 10; Subclass Feature","uh":"fighter_xphb,state:feature=s9-0"},{"id":7024,"c":30,"u":"two%20extra%20attacks_fighter_xphb_11_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"two extra attacks|xphb","n":"Fighter 11; Two Extra Attacks","uh":"fighter_xphb,state:feature=s10-0"},{"id":7026,"c":30,"u":"ability%20score%20improvement_fighter_xphb_12_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 12; Ability Score Improvement","uh":"fighter_xphb,state:feature=s11-0"},{"id":7028,"c":30,"u":"indomitable_fighter_xphb_13_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"indomitable|xphb","n":"Fighter 13; Indomitable","uh":"fighter_xphb,state:feature=s12-0"},{"id":7030,"c":30,"u":"studied%20attacks_fighter_xphb_13_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"studied attacks|xphb","n":"Fighter 13; Studied Attacks","uh":"fighter_xphb,state:feature=s12-0"},{"id":7032,"c":30,"u":"ability%20score%20improvement_fighter_xphb_14_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 14; Ability Score Improvement","uh":"fighter_xphb,state:feature=s13-0"},{"id":7034,"c":30,"u":"subclass%20feature_fighter_xphb_15_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Fighter 15; Subclass Feature","uh":"fighter_xphb,state:feature=s14-0"},{"id":7036,"c":30,"u":"ability%20score%20improvement_fighter_xphb_16_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Fighter 16; Ability Score Improvement","uh":"fighter_xphb,state:feature=s15-0"},{"id":7038,"c":30,"u":"action%20surge_fighter_xphb_17_xphb","p":91,"s":"XPHB","h":1,"t":4,"uu":"action surge|xphb","n":"Fighter 17; Action Surge","uh":"fighter_xphb,state:feature=s16-0"},{"id":7040,"c":30,"u":"indomitable_fighter_xphb_17_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"indomitable|xphb","n":"Fighter 17; Indomitable","uh":"fighter_xphb,state:feature=s16-0"},{"id":7042,"c":30,"u":"subclass%20feature_fighter_xphb_18_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Fighter 18; Subclass Feature","uh":"fighter_xphb,state:feature=s17-0"},{"id":7044,"c":30,"u":"epic%20boon_fighter_xphb_19_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Fighter 19; Epic Boon","uh":"fighter_xphb,state:feature=s18-0"},{"id":7046,"c":30,"u":"three%20extra%20attacks_fighter_xphb_20_xphb","p":92,"s":"XPHB","h":1,"t":4,"uu":"three extra attacks|xphb","n":"Fighter 20; Three Extra Attacks","uh":"fighter_xphb,state:feature=s19-0"},{"id":7048,"c":30,"u":"martial%20arts_monk_phb_1_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"martial arts|phb","n":"Monk 1; Martial Arts","uh":"monk_phb,state:feature=s0-0"},{"id":7050,"c":30,"u":"unarmored%20defense_monk_phb_1_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"unarmored defense|phb","n":"Monk 1; Unarmored Defense","uh":"monk_phb,state:feature=s0-0"},{"id":7052,"c":30,"u":"dedicated%20weapon_monk_phb_2_tce","p":48,"s":"TCE","h":1,"t":4,"uu":"dedicated weapon|tce","n":"Monk 2; Dedicated Weapon","uh":"monk_phb,state:feature=s1-0"},{"id":7054,"c":30,"u":"flurry%20of%20blows_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"flurry of blows|phb","n":"Monk 2; Flurry of Blows","uh":"monk_phb,state:feature=s1-0"},{"id":7056,"c":30,"u":"ki_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ki|phb","n":"Monk 2; Ki","uh":"monk_phb,state:feature=s1-0"},{"id":7058,"c":30,"u":"patient%20defense_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"patient defense|phb","n":"Monk 2; Patient Defense","uh":"monk_phb,state:feature=s1-0"},{"id":7060,"c":30,"u":"step%20of%20the%20wind_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"step of the wind|phb","n":"Monk 2; Step of the Wind","uh":"monk_phb,state:feature=s1-0"},{"id":7062,"c":30,"u":"unarmored%20movement_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"unarmored movement|phb","n":"Monk 2; Unarmored Movement","uh":"monk_phb,state:feature=s1-0"},{"id":7064,"c":30,"u":"deflect%20missiles_monk_phb_3_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"deflect missiles|phb","n":"Monk 3; Deflect Missiles","uh":"monk_phb,state:feature=s2-0"},{"id":7066,"c":30,"u":"ki-fueled%20attack_monk_phb_3_tce","p":48,"s":"TCE","h":1,"t":4,"uu":"ki-fueled attack|tce","n":"Monk 3; Ki-Fueled Attack","uh":"monk_phb,state:feature=s2-0"},{"id":7068,"c":30,"u":"monastic%20tradition_monk_phb_3_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"monastic tradition|phb","n":"Monk 3; Monastic Tradition","uh":"monk_phb,state:feature=s2-0"},{"id":7070,"c":30,"u":"ability%20score%20improvement_monk_phb_4_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Monk 4; Ability Score Improvement","uh":"monk_phb,state:feature=s3-0"},{"id":7072,"c":30,"u":"quickened%20healing_monk_phb_4_tce","p":48,"s":"TCE","h":1,"t":4,"uu":"quickened healing|tce","n":"Monk 4; Quickened Healing","uh":"monk_phb,state:feature=s3-0"},{"id":7074,"c":30,"u":"slow%20fall_monk_phb_4_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"slow fall|phb","n":"Monk 4; Slow Fall","uh":"monk_phb,state:feature=s3-0"},{"id":7076,"c":30,"u":"extra%20attack_monk_phb_5_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack|phb","n":"Monk 5; Extra Attack","uh":"monk_phb,state:feature=s4-0"},{"id":7078,"c":30,"u":"focused%20aim_monk_phb_5_tce","p":48,"s":"TCE","h":1,"t":4,"uu":"focused aim|tce","n":"Monk 5; Focused Aim","uh":"monk_phb,state:feature=s4-0"},{"id":7080,"c":30,"u":"stunning%20strike_monk_phb_5_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"stunning strike|phb","n":"Monk 5; Stunning Strike","uh":"monk_phb,state:feature=s4-0"},{"id":7082,"c":30,"u":"ki-empowered%20strikes_monk_phb_6_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ki-empowered strikes|phb","n":"Monk 6; Ki-Empowered Strikes","uh":"monk_phb,state:feature=s5-0"},{"id":7084,"c":30,"u":"monastic%20tradition%20feature_monk_phb_6_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"monastic tradition feature|phb","n":"Monk 6; Monastic Tradition feature","uh":"monk_phb,state:feature=s5-0"},{"id":7086,"c":30,"u":"evasion_monk_phb_7_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"evasion|phb","n":"Monk 7; Evasion","uh":"monk_phb,state:feature=s6-0"},{"id":7088,"c":30,"u":"stillness%20of%20mind_monk_phb_7_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"stillness of mind|phb","n":"Monk 7; Stillness of Mind","uh":"monk_phb,state:feature=s6-0"},{"id":7090,"c":30,"u":"ability%20score%20improvement_monk_phb_8_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Monk 8; Ability Score Improvement","uh":"monk_phb,state:feature=s7-0"},{"id":7092,"c":30,"u":"unarmored%20movement%20improvement_monk_phb_9_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"unarmored movement improvement|phb","n":"Monk 9; Unarmored Movement improvement","uh":"monk_phb,state:feature=s8-0"},{"id":7094,"c":30,"u":"purity%20of%20body_monk_phb_10_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"purity of body|phb","n":"Monk 10; Purity of Body","uh":"monk_phb,state:feature=s9-0"},{"id":7096,"c":30,"u":"monastic%20tradition%20feature_monk_phb_11_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"monastic tradition feature|phb","n":"Monk 11; Monastic Tradition feature","uh":"monk_phb,state:feature=s10-0"},{"id":7098,"c":30,"u":"ability%20score%20improvement_monk_phb_12_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Monk 12; Ability Score Improvement","uh":"monk_phb,state:feature=s11-0"},{"id":7100,"c":30,"u":"tongue%20of%20the%20sun%20and%20moon_monk_phb_13_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"tongue of the sun and moon|phb","n":"Monk 13; Tongue of the Sun and Moon","uh":"monk_phb,state:feature=s12-0"},{"id":7102,"c":30,"u":"diamond%20soul_monk_phb_14_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"diamond soul|phb","n":"Monk 14; Diamond Soul","uh":"monk_phb,state:feature=s13-0"},{"id":7104,"c":30,"u":"timeless%20body_monk_phb_15_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"timeless body|phb","n":"Monk 15; Timeless Body","uh":"monk_phb,state:feature=s14-0"},{"id":7106,"c":30,"u":"ability%20score%20improvement_monk_phb_16_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Monk 16; Ability Score Improvement","uh":"monk_phb,state:feature=s15-0"},{"id":7108,"c":30,"u":"monastic%20tradition%20feature_monk_phb_17_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"monastic tradition feature|phb","n":"Monk 17; Monastic Tradition feature","uh":"monk_phb,state:feature=s16-0"},{"id":7110,"c":30,"u":"empty%20body_monk_phb_18_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"empty body|phb","n":"Monk 18; Empty Body","uh":"monk_phb,state:feature=s17-0"},{"id":7112,"c":30,"u":"ability%20score%20improvement_monk_phb_19_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Monk 19; Ability Score Improvement","uh":"monk_phb,state:feature=s18-0"},{"id":7114,"c":30,"u":"perfect%20self_monk_phb_20_phb","p":76,"s":"PHB","h":1,"r":1,"t":4,"uu":"perfect self|phb","n":"Monk 20; Perfect Self","uh":"monk_phb,state:feature=s19-0"},{"id":7116,"c":30,"u":"bonus%20unarmed%20strike_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"bonus unarmed strike|xphb","n":"Monk 1; Bonus Unarmed Strike","uh":"monk_xphb,state:feature=s0-0"},{"id":7118,"c":30,"u":"dexterous%20attacks_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"dexterous attacks|xphb","n":"Monk 1; Dexterous Attacks","uh":"monk_xphb,state:feature=s0-0"},{"id":7120,"c":30,"u":"martial%20arts_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"martial arts|xphb","n":"Monk 1; Martial Arts","uh":"monk_xphb,state:feature=s0-0"},{"id":7122,"c":30,"u":"martial%20arts%20die_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"martial arts die|xphb","n":"Monk 1; Martial Arts Die","uh":"monk_xphb,state:feature=s0-0"},{"id":7124,"c":30,"u":"unarmored%20defense_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"unarmored defense|xphb","n":"Monk 1; Unarmored Defense","uh":"monk_xphb,state:feature=s0-0"},{"id":7126,"c":30,"u":"flurry%20of%20blows_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"flurry of blows|xphb","n":"Monk 2; Flurry of Blows","uh":"monk_xphb,state:feature=s1-0"},{"id":7128,"c":30,"u":"monk's%20focus_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"monk's focus|xphb","n":"Monk 2; Monk's Focus","uh":"monk_xphb,state:feature=s1-0"},{"id":7130,"c":30,"u":"patient%20defense_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"patient defense|xphb","n":"Monk 2; Patient Defense","uh":"monk_xphb,state:feature=s1-0"},{"id":7132,"c":30,"u":"step%20of%20the%20wind_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"t":4,"uu":"step of the wind|xphb","n":"Monk 2; Step of the Wind","uh":"monk_xphb,state:feature=s1-0"},{"id":7134,"c":30,"u":"unarmored%20movement_monk_xphb_2_xphb","p":102,"s":"XPHB","h":1,"t":4,"uu":"unarmored movement|xphb","n":"Monk 2; Unarmored Movement","uh":"monk_xphb,state:feature=s1-0"},{"id":7136,"c":30,"u":"uncanny%20metabolism_monk_xphb_2_xphb","p":102,"s":"XPHB","h":1,"t":4,"uu":"uncanny metabolism|xphb","n":"Monk 2; Uncanny Metabolism","uh":"monk_xphb,state:feature=s1-0"},{"id":7138,"c":30,"u":"deflect%20attacks_monk_xphb_3_xphb","p":102,"s":"XPHB","h":1,"t":4,"uu":"deflect attacks|xphb","n":"Monk 3; Deflect Attacks","uh":"monk_xphb,state:feature=s2-0"},{"id":7140,"c":30,"u":"monk%20subclass_monk_xphb_3_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"monk subclass|xphb","n":"Monk 3; Monk Subclass","uh":"monk_xphb,state:feature=s2-0"},{"id":7142,"c":30,"u":"ability%20score%20improvement_monk_xphb_4_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Monk 4; Ability Score Improvement","uh":"monk_xphb,state:feature=s3-0"},{"id":7144,"c":30,"u":"slow%20fall_monk_xphb_4_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"slow fall|xphb","n":"Monk 4; Slow Fall","uh":"monk_xphb,state:feature=s3-0"},{"id":7146,"c":30,"u":"extra%20attack_monk_xphb_5_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"extra attack|xphb","n":"Monk 5; Extra Attack","uh":"monk_xphb,state:feature=s4-0"},{"id":7148,"c":30,"u":"stunning%20strike_monk_xphb_5_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"stunning strike|xphb","n":"Monk 5; Stunning Strike","uh":"monk_xphb,state:feature=s4-0"},{"id":7150,"c":30,"u":"empowered%20strikes_monk_xphb_6_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"empowered strikes|xphb","n":"Monk 6; Empowered Strikes","uh":"monk_xphb,state:feature=s5-0"},{"id":7152,"c":30,"u":"subclass%20feature_monk_xphb_6_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Monk 6; Subclass Feature","uh":"monk_xphb,state:feature=s5-0"},{"id":7154,"c":30,"u":"evasion_monk_xphb_7_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"evasion|xphb","n":"Monk 7; Evasion","uh":"monk_xphb,state:feature=s6-0"},{"id":7156,"c":30,"u":"ability%20score%20improvement_monk_xphb_8_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Monk 8; Ability Score Improvement","uh":"monk_xphb,state:feature=s7-0"},{"id":7158,"c":30,"u":"acrobatic%20movement_monk_xphb_9_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"acrobatic movement|xphb","n":"Monk 9; Acrobatic Movement","uh":"monk_xphb,state:feature=s8-0"},{"id":7160,"c":30,"u":"heightened%20focus_monk_xphb_10_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"heightened focus|xphb","n":"Monk 10; Heightened Focus","uh":"monk_xphb,state:feature=s9-0"},{"id":7162,"c":30,"u":"self-restoration_monk_xphb_10_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"self-restoration|xphb","n":"Monk 10; Self-Restoration","uh":"monk_xphb,state:feature=s9-0"},{"id":7164,"c":30,"u":"subclass%20feature_monk_xphb_11_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Monk 11; Subclass Feature","uh":"monk_xphb,state:feature=s10-0"},{"id":7166,"c":30,"u":"ability%20score%20improvement_monk_xphb_12_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Monk 12; Ability Score Improvement","uh":"monk_xphb,state:feature=s11-0"},{"id":7168,"c":30,"u":"deflect%20energy_monk_xphb_13_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"deflect energy|xphb","n":"Monk 13; Deflect Energy","uh":"monk_xphb,state:feature=s12-0"},{"id":7170,"c":30,"u":"disciplined%20survivor_monk_xphb_14_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"disciplined survivor|xphb","n":"Monk 14; Disciplined Survivor","uh":"monk_xphb,state:feature=s13-0"},{"id":7172,"c":30,"u":"perfect%20focus_monk_xphb_15_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"perfect focus|xphb","n":"Monk 15; Perfect Focus","uh":"monk_xphb,state:feature=s14-0"},{"id":7174,"c":30,"u":"ability%20score%20improvement_monk_xphb_16_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Monk 16; Ability Score Improvement","uh":"monk_xphb,state:feature=s15-0"},{"id":7176,"c":30,"u":"subclass%20feature_monk_xphb_17_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Monk 17; Subclass Feature","uh":"monk_xphb,state:feature=s16-0"},{"id":7178,"c":30,"u":"superior%20defense_monk_xphb_18_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"superior defense|xphb","n":"Monk 18; Superior Defense","uh":"monk_xphb,state:feature=s17-0"},{"id":7180,"c":30,"u":"epic%20boon_monk_xphb_19_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Monk 19; Epic Boon","uh":"monk_xphb,state:feature=s18-0"},{"id":7182,"c":30,"u":"body%20and%20mind_monk_xphb_20_xphb","p":103,"s":"XPHB","h":1,"t":4,"uu":"body and mind|xphb","n":"Monk 20; Body and Mind","uh":"monk_xphb,state:feature=s19-0"},{"id":7184,"c":30,"u":"mystic%20order_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"mystic order|uathemysticclass","n":"Mystic 1; Mystic Order","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7186,"c":30,"u":"psionic%20disciplines%20and%20talents_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic disciplines and talents|uathemysticclass","n":"Mystic 1; Psionic Disciplines and Talents","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7188,"c":30,"u":"psionics_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionics|uathemysticclass","n":"Mystic 1; Psionics","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7190,"c":30,"u":"using%20a%20discipline_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"using a discipline|uathemysticclass","n":"Mystic 1; Using a Discipline","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7192,"c":30,"u":"mystical%20recovery_mystic_uathemysticclass_2_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"mystical recovery|uathemysticclass","n":"Mystic 2; Mystical Recovery","uh":"mystic_uathemysticclass,state:feature=s1-0"},{"id":7194,"c":30,"u":"telepathy_mystic_uathemysticclass_2_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"telepathy|uathemysticclass","n":"Mystic 2; Telepathy","uh":"mystic_uathemysticclass,state:feature=s1-0"},{"id":7196,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_3_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"mystic order feature|uathemysticclass","n":"Mystic 3; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s2-0"},{"id":7198,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_4_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"ability score improvement|uathemysticclass","n":"Mystic 4; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s3-0"},{"id":7200,"c":30,"u":"strength%20of%20mind_mystic_uathemysticclass_4_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"strength of mind|uathemysticclass","n":"Mystic 4; Strength of Mind","uh":"mystic_uathemysticclass,state:feature=s3-0"},{"id":7202,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_6_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"mystic order feature|uathemysticclass","n":"Mystic 6; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s5-0"},{"id":7204,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_8_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"ability score improvement|uathemysticclass","n":"Mystic 8; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s7-0"},{"id":7206,"c":30,"u":"potent%20psionics%20(1d8)_mystic_uathemysticclass_8_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"potent psionics (1d8)|uathemysticclass","n":"Mystic 8; Potent Psionics (1d8)","uh":"mystic_uathemysticclass,state:feature=s7-0"},{"id":7208,"c":30,"u":"consumptive%20power_mystic_uathemysticclass_10_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"consumptive power|uathemysticclass","n":"Mystic 10; Consumptive Power","uh":"mystic_uathemysticclass,state:feature=s9-0"},{"id":7210,"c":30,"u":"psionic%20mastery%20(1%2fday)_mystic_uathemysticclass_11_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic mastery (1/day)|uathemysticclass","n":"Mystic 11; Psionic Mastery (1/Day)","uh":"mystic_uathemysticclass,state:feature=s10-0"},{"id":7212,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_12_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"ability score improvement|uathemysticclass","n":"Mystic 12; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s11-0"},{"id":7214,"c":30,"u":"psionic%20mastery%20(2%2fday)_mystic_uathemysticclass_13_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic mastery (2/day)|uathemysticclass","n":"Mystic 13; Psionic Mastery (2/Day)","uh":"mystic_uathemysticclass,state:feature=s12-0"},{"id":7216,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_14_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"mystic order feature|uathemysticclass","n":"Mystic 14; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s13-0"},{"id":7218,"c":30,"u":"potent%20psionics%20(2d8)_mystic_uathemysticclass_14_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"potent psionics (2d8)|uathemysticclass","n":"Mystic 14; Potent Psionics (2d8)","uh":"mystic_uathemysticclass,state:feature=s13-0"},{"id":7220,"c":30,"u":"psionic%20mastery%20(3%2fday)_mystic_uathemysticclass_15_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic mastery (3/day)|uathemysticclass","n":"Mystic 15; Psionic Mastery (3/Day)","uh":"mystic_uathemysticclass,state:feature=s14-0"},{"id":7222,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_16_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"ability score improvement|uathemysticclass","n":"Mystic 16; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s15-0"},{"id":7224,"c":30,"u":"psionic%20mastery%20(4%2fday)_mystic_uathemysticclass_17_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic mastery (4/day)|uathemysticclass","n":"Mystic 17; Psionic Mastery (4/Day)","uh":"mystic_uathemysticclass,state:feature=s16-0"},{"id":7226,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_19_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"ability score improvement|uathemysticclass","n":"Mystic 19; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s18-0"},{"id":7228,"c":30,"u":"psionic%20body_mystic_uathemysticclass_20_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"t":4,"uu":"psionic body|uathemysticclass","n":"Mystic 20; Psionic Body","uh":"mystic_uathemysticclass,state:feature=s19-0"},{"id":7230,"c":30,"u":"divine%20sense_paladin_phb_1_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine sense|phb","n":"Paladin 1; Divine Sense","uh":"paladin_phb,state:feature=s0-0"},{"id":7232,"c":30,"u":"lay%20on%20hands_paladin_phb_1_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"lay on hands|phb","n":"Paladin 1; Lay on Hands","uh":"paladin_phb,state:feature=s0-0"},{"id":7234,"c":30,"u":"divine%20smite_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine smite|phb","n":"Paladin 2; Divine Smite","uh":"paladin_phb,state:feature=s1-0"},{"id":7236,"c":30,"u":"fighting%20style_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"fighting style|phb","n":"Paladin 2; Fighting Style","uh":"paladin_phb,state:feature=s1-0"},{"id":7238,"c":30,"u":"spellcasting_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Paladin 2; Spellcasting","uh":"paladin_phb,state:feature=s1-0"},{"id":7240,"c":30,"u":"channel%20divinity_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"channel divinity|phb","n":"Paladin 3; Channel Divinity","uh":"paladin_phb,state:feature=s2-0"},{"id":7242,"c":30,"u":"channel%20divinity%3a%20harness%20divine%20power_paladin_phb_3_tce","p":52,"s":"TCE","h":1,"t":4,"uu":"channel divinity: harness divine power|tce","n":"Paladin 3; Channel Divinity: Harness Divine Power","uh":"paladin_phb,state:feature=s2-0"},{"id":7244,"c":30,"u":"divine%20health_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"divine health|phb","n":"Paladin 3; Divine Health","uh":"paladin_phb,state:feature=s2-0"},{"id":7246,"c":30,"u":"sacred%20oath_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"sacred oath|phb","n":"Paladin 3; Sacred Oath","uh":"paladin_phb,state:feature=s2-0"},{"id":7248,"c":30,"u":"ability%20score%20improvement_paladin_phb_4_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Paladin 4; Ability Score Improvement","uh":"paladin_phb,state:feature=s3-0"},{"id":7250,"c":30,"u":"martial%20versatility_paladin_phb_4_tce","p":52,"s":"TCE","h":1,"t":4,"uu":"martial versatility|tce","n":"Paladin 4; Martial Versatility","uh":"paladin_phb,state:feature=s3-0"},{"id":7252,"c":30,"u":"extra%20attack_paladin_phb_5_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack|phb","n":"Paladin 5; Extra Attack","uh":"paladin_phb,state:feature=s4-0"},{"id":7254,"c":30,"u":"aura%20of%20protection_paladin_phb_6_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"aura of protection|phb","n":"Paladin 6; Aura of Protection","uh":"paladin_phb,state:feature=s5-0"},{"id":7256,"c":30,"u":"sacred%20oath%20feature_paladin_phb_7_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"sacred oath feature|phb","n":"Paladin 7; Sacred Oath feature","uh":"paladin_phb,state:feature=s6-0"},{"id":7258,"c":30,"u":"ability%20score%20improvement_paladin_phb_8_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Paladin 8; Ability Score Improvement","uh":"paladin_phb,state:feature=s7-0"},{"id":7260,"c":30,"u":"aura%20of%20courage_paladin_phb_10_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"aura of courage|phb","n":"Paladin 10; Aura of Courage","uh":"paladin_phb,state:feature=s9-0"},{"id":7262,"c":30,"u":"improved%20divine%20smite_paladin_phb_11_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"improved divine smite|phb","n":"Paladin 11; Improved Divine Smite","uh":"paladin_phb,state:feature=s10-0"},{"id":7264,"c":30,"u":"ability%20score%20improvement_paladin_phb_12_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Paladin 12; Ability Score Improvement","uh":"paladin_phb,state:feature=s11-0"},{"id":7266,"c":30,"u":"cleansing%20touch_paladin_phb_14_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"cleansing touch|phb","n":"Paladin 14; Cleansing Touch","uh":"paladin_phb,state:feature=s13-0"},{"id":7268,"c":30,"u":"sacred%20oath%20feature_paladin_phb_15_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"sacred oath feature|phb","n":"Paladin 15; Sacred Oath feature","uh":"paladin_phb,state:feature=s14-0"},{"id":7270,"c":30,"u":"ability%20score%20improvement_paladin_phb_16_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Paladin 16; Ability Score Improvement","uh":"paladin_phb,state:feature=s15-0"},{"id":7272,"c":30,"u":"aura%20improvements_paladin_phb_18_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"aura improvements|phb","n":"Paladin 18; Aura improvements","uh":"paladin_phb,state:feature=s17-0"},{"id":7274,"c":30,"u":"ability%20score%20improvement_paladin_phb_19_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Paladin 19; Ability Score Improvement","uh":"paladin_phb,state:feature=s18-0"},{"id":7276,"c":30,"u":"sacred%20oath%20feature_paladin_phb_20_phb","p":82,"s":"PHB","h":1,"r":1,"t":4,"uu":"sacred oath feature|phb","n":"Paladin 20; Sacred Oath feature","uh":"paladin_phb,state:feature=s19-0"},{"id":7278,"c":30,"u":"lay%20on%20hands_paladin_xphb_1_xphb","p":109,"s":"XPHB","h":1,"t":4,"uu":"lay on hands|xphb","n":"Paladin 1; Lay on Hands","uh":"paladin_xphb,state:feature=s0-0"},{"id":7280,"c":30,"u":"spellcasting_paladin_xphb_1_xphb","p":109,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Paladin 1; Spellcasting","uh":"paladin_xphb,state:feature=s0-0"},{"id":7282,"c":30,"u":"weapon%20mastery_paladin_xphb_1_xphb","p":110,"s":"XPHB","h":1,"t":4,"uu":"weapon mastery|xphb","n":"Paladin 1; Weapon Mastery","uh":"paladin_xphb,state:feature=s0-0"},{"id":7284,"c":30,"u":"fighting%20style_paladin_xphb_2_xphb","p":110,"s":"XPHB","h":1,"t":4,"uu":"fighting style|xphb","n":"Paladin 2; Fighting Style","uh":"paladin_xphb,state:feature=s1-0"},{"id":7286,"c":30,"u":"paladin's%20smite_paladin_xphb_2_xphb","p":110,"s":"XPHB","h":1,"t":4,"uu":"paladin's smite|xphb","n":"Paladin 2; Paladin's Smite","uh":"paladin_xphb,state:feature=s1-0"},{"id":7288,"c":30,"u":"channel%20divinity_paladin_xphb_3_xphb","p":110,"s":"XPHB","h":1,"t":4,"uu":"channel divinity|xphb","n":"Paladin 3; Channel Divinity","uh":"paladin_xphb,state:feature=s2-0"},{"id":7290,"c":30,"u":"divine%20sense_paladin_xphb_3_xphb","p":110,"s":"XPHB","h":1,"t":4,"uu":"divine sense|xphb","n":"Paladin 3; Divine Sense","uh":"paladin_xphb,state:feature=s2-0"},{"id":7292,"c":30,"u":"paladin%20subclass_paladin_xphb_3_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"paladin subclass|xphb","n":"Paladin 3; Paladin Subclass","uh":"paladin_xphb,state:feature=s2-0"},{"id":7294,"c":30,"u":"ability%20score%20improvement_paladin_xphb_4_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Paladin 4; Ability Score Improvement","uh":"paladin_xphb,state:feature=s3-0"},{"id":7296,"c":30,"u":"extra%20attack_paladin_xphb_5_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"extra attack|xphb","n":"Paladin 5; Extra Attack","uh":"paladin_xphb,state:feature=s4-0"},{"id":7298,"c":30,"u":"faithful%20steed_paladin_xphb_5_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"faithful steed|xphb","n":"Paladin 5; Faithful Steed","uh":"paladin_xphb,state:feature=s4-0"},{"id":7300,"c":30,"u":"aura%20of%20protection_paladin_xphb_6_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"aura of protection|xphb","n":"Paladin 6; Aura of Protection","uh":"paladin_xphb,state:feature=s5-0"},{"id":7302,"c":30,"u":"subclass%20feature_paladin_xphb_7_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Paladin 7; Subclass Feature","uh":"paladin_xphb,state:feature=s6-0"},{"id":7304,"c":30,"u":"ability%20score%20improvement_paladin_xphb_8_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Paladin 8; Ability Score Improvement","uh":"paladin_xphb,state:feature=s7-0"},{"id":7306,"c":30,"u":"abjure%20foes_paladin_xphb_9_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"abjure foes|xphb","n":"Paladin 9; Abjure Foes","uh":"paladin_xphb,state:feature=s8-0"},{"id":7308,"c":30,"u":"aura%20of%20courage_paladin_xphb_10_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"aura of courage|xphb","n":"Paladin 10; Aura of Courage","uh":"paladin_xphb,state:feature=s9-0"},{"id":7310,"c":30,"u":"radiant%20strikes_paladin_xphb_11_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"radiant strikes|xphb","n":"Paladin 11; Radiant Strikes","uh":"paladin_xphb,state:feature=s10-0"},{"id":7312,"c":30,"u":"ability%20score%20improvement_paladin_xphb_12_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Paladin 12; Ability Score Improvement","uh":"paladin_xphb,state:feature=s11-0"},{"id":7314,"c":30,"u":"restoring%20touch_paladin_xphb_14_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"restoring touch|xphb","n":"Paladin 14; Restoring Touch","uh":"paladin_xphb,state:feature=s13-0"},{"id":7316,"c":30,"u":"subclass%20feature_paladin_xphb_15_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Paladin 15; Subclass Feature","uh":"paladin_xphb,state:feature=s14-0"},{"id":7318,"c":30,"u":"ability%20score%20improvement_paladin_xphb_16_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Paladin 16; Ability Score Improvement","uh":"paladin_xphb,state:feature=s15-0"},{"id":7320,"c":30,"u":"aura%20expansion_paladin_xphb_18_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"aura expansion|xphb","n":"Paladin 18; Aura Expansion","uh":"paladin_xphb,state:feature=s17-0"},{"id":7322,"c":30,"u":"epic%20boon_paladin_xphb_19_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Paladin 19; Epic Boon","uh":"paladin_xphb,state:feature=s18-0"},{"id":7324,"c":30,"u":"subclass%20feature_paladin_xphb_20_xphb","p":111,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Paladin 20; Subclass Feature","uh":"paladin_xphb,state:feature=s19-0"},{"id":7326,"c":30,"u":"deft%20explorer_ranger_phb_1_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"deft explorer|tce","n":"Ranger 1; Deft Explorer","uh":"ranger_phb,state:feature=s0-0"},{"id":7328,"c":30,"u":"favored%20enemy_ranger_phb_1_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"favored enemy|phb","n":"Ranger 1; Favored Enemy","uh":"ranger_phb,state:feature=s0-0"},{"id":7330,"c":30,"u":"favored%20foe_ranger_phb_1_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"favored foe|tce","n":"Ranger 1; Favored Foe","uh":"ranger_phb,state:feature=s0-0"},{"id":7332,"c":30,"u":"natural%20explorer_ranger_phb_1_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"natural explorer|phb","n":"Ranger 1; Natural Explorer","uh":"ranger_phb,state:feature=s0-0"},{"id":7334,"c":30,"u":"fighting%20style_ranger_phb_2_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"fighting style|phb","n":"Ranger 2; Fighting Style","uh":"ranger_phb,state:feature=s1-0"},{"id":7336,"c":30,"u":"spellcasting_ranger_phb_2_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Ranger 2; Spellcasting","uh":"ranger_phb,state:feature=s1-0"},{"id":7338,"c":30,"u":"spellcasting%20focus_ranger_phb_2_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"spellcasting focus|tce","n":"Ranger 2; Spellcasting Focus","uh":"ranger_phb,state:feature=s1-0"},{"id":7340,"c":30,"u":"primal%20awareness_ranger_phb_3_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"primal awareness|tce","n":"Ranger 3; Primal Awareness","uh":"ranger_phb,state:feature=s2-0"},{"id":7342,"c":30,"u":"primeval%20awareness_ranger_phb_3_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"primeval awareness|phb","n":"Ranger 3; Primeval Awareness","uh":"ranger_phb,state:feature=s2-0"},{"id":7344,"c":30,"u":"ranger%20archetype_ranger_phb_3_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ranger archetype|phb","n":"Ranger 3; Ranger Archetype","uh":"ranger_phb,state:feature=s2-0"},{"id":7346,"c":30,"u":"ability%20score%20improvement_ranger_phb_4_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Ranger 4; Ability Score Improvement","uh":"ranger_phb,state:feature=s3-0"},{"id":7348,"c":30,"u":"martial%20versatility_ranger_phb_4_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"martial versatility|tce","n":"Ranger 4; Martial Versatility","uh":"ranger_phb,state:feature=s3-0"},{"id":7350,"c":30,"u":"extra%20attack_ranger_phb_5_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"extra attack|phb","n":"Ranger 5; Extra Attack","uh":"ranger_phb,state:feature=s4-0"},{"id":7352,"c":30,"u":"deft%20explorer%20improvement_ranger_phb_6_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"deft explorer improvement|tce","n":"Ranger 6; Deft Explorer Improvement","uh":"ranger_phb,state:feature=s5-0"},{"id":7354,"c":30,"u":"favored%20enemy%20and%20natural%20explorer%20improvements_ranger_phb_6_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"favored enemy and natural explorer improvements|phb","n":"Ranger 6; Favored Enemy and Natural Explorer improvements","uh":"ranger_phb,state:feature=s5-0"},{"id":7356,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_7_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ranger archetype feature|phb","n":"Ranger 7; Ranger Archetype feature","uh":"ranger_phb,state:feature=s6-0"},{"id":7358,"c":30,"u":"ability%20score%20improvement_ranger_phb_8_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Ranger 8; Ability Score Improvement","uh":"ranger_phb,state:feature=s7-0"},{"id":7360,"c":30,"u":"land's%20stride_ranger_phb_8_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"land's stride|phb","n":"Ranger 8; Land's Stride","uh":"ranger_phb,state:feature=s7-0"},{"id":7362,"c":30,"u":"deft%20explorer%20improvement_ranger_phb_10_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"deft explorer improvement|tce","n":"Ranger 10; Deft Explorer Improvement","uh":"ranger_phb,state:feature=s9-0"},{"id":7364,"c":30,"u":"hide%20in%20plain%20sight_ranger_phb_10_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"hide in plain sight|phb","n":"Ranger 10; Hide in Plain Sight","uh":"ranger_phb,state:feature=s9-0"},{"id":7366,"c":30,"u":"natural%20explorer%20improvement_ranger_phb_10_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"natural explorer improvement|phb","n":"Ranger 10; Natural Explorer improvement","uh":"ranger_phb,state:feature=s9-0"},{"id":7368,"c":30,"u":"nature's%20veil_ranger_phb_10_tce","p":56,"s":"TCE","h":1,"t":4,"uu":"nature's veil|tce","n":"Ranger 10; Nature's Veil","uh":"ranger_phb,state:feature=s9-0"},{"id":7370,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_11_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ranger archetype feature|phb","n":"Ranger 11; Ranger Archetype feature","uh":"ranger_phb,state:feature=s10-0"},{"id":7372,"c":30,"u":"ability%20score%20improvement_ranger_phb_12_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Ranger 12; Ability Score Improvement","uh":"ranger_phb,state:feature=s11-0"},{"id":7374,"c":30,"u":"favored%20enemy%20improvement_ranger_phb_14_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"favored enemy improvement|phb","n":"Ranger 14; Favored Enemy improvement","uh":"ranger_phb,state:feature=s13-0"},{"id":7376,"c":30,"u":"vanish_ranger_phb_14_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"vanish|phb","n":"Ranger 14; Vanish","uh":"ranger_phb,state:feature=s13-0"},{"id":7378,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_15_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ranger archetype feature|phb","n":"Ranger 15; Ranger Archetype feature","uh":"ranger_phb,state:feature=s14-0"},{"id":7380,"c":30,"u":"ability%20score%20improvement_ranger_phb_16_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Ranger 16; Ability Score Improvement","uh":"ranger_phb,state:feature=s15-0"},{"id":7382,"c":30,"u":"feral%20senses_ranger_phb_18_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"feral senses|phb","n":"Ranger 18; Feral Senses","uh":"ranger_phb,state:feature=s17-0"},{"id":7384,"c":30,"u":"ability%20score%20improvement_ranger_phb_19_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Ranger 19; Ability Score Improvement","uh":"ranger_phb,state:feature=s18-0"},{"id":7386,"c":30,"u":"foe%20slayer_ranger_phb_20_phb","p":89,"s":"PHB","h":1,"r":1,"t":4,"uu":"foe slayer|phb","n":"Ranger 20; Foe Slayer","uh":"ranger_phb,state:feature=s19-0"},{"id":7388,"c":30,"u":"favored%20enemy_ranger_xphb_1_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"favored enemy|xphb","n":"Ranger 1; Favored Enemy","uh":"ranger_xphb,state:feature=s0-0"},{"id":7390,"c":30,"u":"spellcasting_ranger_xphb_1_xphb","p":119,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Ranger 1; Spellcasting","uh":"ranger_xphb,state:feature=s0-0"},{"id":7392,"c":30,"u":"weapon%20mastery_ranger_xphb_1_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"weapon mastery|xphb","n":"Ranger 1; Weapon Mastery","uh":"ranger_xphb,state:feature=s0-0"},{"id":7394,"c":30,"u":"deft%20explorer_ranger_xphb_2_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"deft explorer|xphb","n":"Ranger 2; Deft Explorer","uh":"ranger_xphb,state:feature=s1-0"},{"id":7396,"c":30,"u":"fighting%20style_ranger_xphb_2_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"fighting style|xphb","n":"Ranger 2; Fighting Style","uh":"ranger_xphb,state:feature=s1-0"},{"id":7398,"c":30,"u":"ranger%20subclass_ranger_xphb_3_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"ranger subclass|xphb","n":"Ranger 3; Ranger Subclass","uh":"ranger_xphb,state:feature=s2-0"},{"id":7400,"c":30,"u":"ability%20score%20improvement_ranger_xphb_4_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Ranger 4; Ability Score Improvement","uh":"ranger_xphb,state:feature=s3-0"},{"id":7402,"c":30,"u":"extra%20attack_ranger_xphb_5_xphb","p":120,"s":"XPHB","h":1,"t":4,"uu":"extra attack|xphb","n":"Ranger 5; Extra Attack","uh":"ranger_xphb,state:feature=s4-0"},{"id":7404,"c":30,"u":"roving_ranger_xphb_6_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"roving|xphb","n":"Ranger 6; Roving","uh":"ranger_xphb,state:feature=s5-0"},{"id":7406,"c":30,"u":"subclass%20feature_ranger_xphb_7_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Ranger 7; Subclass Feature","uh":"ranger_xphb,state:feature=s6-0"},{"id":7408,"c":30,"u":"ability%20score%20improvement_ranger_xphb_8_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Ranger 8; Ability Score Improvement","uh":"ranger_xphb,state:feature=s7-0"},{"id":7410,"c":30,"u":"expertise_ranger_xphb_9_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"expertise|xphb","n":"Ranger 9; Expertise","uh":"ranger_xphb,state:feature=s8-0"},{"id":7412,"c":30,"u":"tireless_ranger_xphb_10_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"tireless|xphb","n":"Ranger 10; Tireless","uh":"ranger_xphb,state:feature=s9-0"},{"id":7414,"c":30,"u":"subclass%20feature_ranger_xphb_11_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Ranger 11; Subclass Feature","uh":"ranger_xphb,state:feature=s10-0"},{"id":7416,"c":30,"u":"ability%20score%20improvement_ranger_xphb_12_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Ranger 12; Ability Score Improvement","uh":"ranger_xphb,state:feature=s11-0"},{"id":7418,"c":30,"u":"relentless%20hunter_ranger_xphb_13_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"relentless hunter|xphb","n":"Ranger 13; Relentless Hunter","uh":"ranger_xphb,state:feature=s12-0"},{"id":7420,"c":30,"u":"nature's%20veil_ranger_xphb_14_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"nature's veil|xphb","n":"Ranger 14; Nature's Veil","uh":"ranger_xphb,state:feature=s13-0"},{"id":7422,"c":30,"u":"subclass%20feature_ranger_xphb_15_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Ranger 15; Subclass Feature","uh":"ranger_xphb,state:feature=s14-0"},{"id":7424,"c":30,"u":"ability%20score%20improvement_ranger_xphb_16_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Ranger 16; Ability Score Improvement","uh":"ranger_xphb,state:feature=s15-0"},{"id":7426,"c":30,"u":"precise%20hunter_ranger_xphb_17_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"precise hunter|xphb","n":"Ranger 17; Precise Hunter","uh":"ranger_xphb,state:feature=s16-0"},{"id":7428,"c":30,"u":"feral%20senses_ranger_xphb_18_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"feral senses|xphb","n":"Ranger 18; Feral Senses","uh":"ranger_xphb,state:feature=s17-0"},{"id":7430,"c":30,"u":"epic%20boon_ranger_xphb_19_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Ranger 19; Epic Boon","uh":"ranger_xphb,state:feature=s18-0"},{"id":7432,"c":30,"u":"foe%20slayer_ranger_xphb_20_xphb","p":121,"s":"XPHB","h":1,"t":4,"uu":"foe slayer|xphb","n":"Ranger 20; Foe Slayer","uh":"ranger_xphb,state:feature=s19-0"},{"id":7434,"c":30,"u":"expertise_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"expertise|phb","n":"Rogue 1; Expertise","uh":"rogue_phb,state:feature=s0-0"},{"id":7436,"c":30,"u":"sneak%20attack_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"sneak attack|phb","n":"Rogue 1; Sneak Attack","uh":"rogue_phb,state:feature=s0-0"},{"id":7438,"c":30,"u":"thieves'%20cant_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"thieves' cant|phb","n":"Rogue 1; Thieves' Cant","uh":"rogue_phb,state:feature=s0-0"},{"id":7440,"c":30,"u":"cunning%20action_rogue_phb_2_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"cunning action|phb","n":"Rogue 2; Cunning Action","uh":"rogue_phb,state:feature=s1-0"},{"id":7442,"c":30,"u":"roguish%20archetype_rogue_phb_3_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"roguish archetype|phb","n":"Rogue 3; Roguish Archetype","uh":"rogue_phb,state:feature=s2-0"},{"id":7444,"c":30,"u":"steady%20aim_rogue_phb_3_tce","p":62,"s":"TCE","h":1,"t":4,"uu":"steady aim|tce","n":"Rogue 3; Steady Aim","uh":"rogue_phb,state:feature=s2-0"},{"id":7446,"c":30,"u":"ability%20score%20improvement_rogue_phb_4_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 4; Ability Score Improvement","uh":"rogue_phb,state:feature=s3-0"},{"id":7448,"c":30,"u":"uncanny%20dodge_rogue_phb_5_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"uncanny dodge|phb","n":"Rogue 5; Uncanny Dodge","uh":"rogue_phb,state:feature=s4-0"},{"id":7450,"c":30,"u":"expertise_rogue_phb_6_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"expertise|phb","n":"Rogue 6; Expertise","uh":"rogue_phb,state:feature=s5-0"},{"id":7452,"c":30,"u":"evasion_rogue_phb_7_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"evasion|phb","n":"Rogue 7; Evasion","uh":"rogue_phb,state:feature=s6-0"},{"id":7454,"c":30,"u":"ability%20score%20improvement_rogue_phb_8_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 8; Ability Score Improvement","uh":"rogue_phb,state:feature=s7-0"},{"id":7456,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_9_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"roguish archetype feature|phb","n":"Rogue 9; Roguish Archetype feature","uh":"rogue_phb,state:feature=s8-0"},{"id":7458,"c":30,"u":"ability%20score%20improvement_rogue_phb_10_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 10; Ability Score Improvement","uh":"rogue_phb,state:feature=s9-0"},{"id":7460,"c":30,"u":"reliable%20talent_rogue_phb_11_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"reliable talent|phb","n":"Rogue 11; Reliable Talent","uh":"rogue_phb,state:feature=s10-0"},{"id":7462,"c":30,"u":"ability%20score%20improvement_rogue_phb_12_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 12; Ability Score Improvement","uh":"rogue_phb,state:feature=s11-0"},{"id":7464,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_13_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"roguish archetype feature|phb","n":"Rogue 13; Roguish Archetype feature","uh":"rogue_phb,state:feature=s12-0"},{"id":7466,"c":30,"u":"blindsense_rogue_phb_14_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"blindsense|phb","n":"Rogue 14; Blindsense","uh":"rogue_phb,state:feature=s13-0"},{"id":7468,"c":30,"u":"slippery%20mind_rogue_phb_15_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"slippery mind|phb","n":"Rogue 15; Slippery Mind","uh":"rogue_phb,state:feature=s14-0"},{"id":7470,"c":30,"u":"ability%20score%20improvement_rogue_phb_16_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 16; Ability Score Improvement","uh":"rogue_phb,state:feature=s15-0"},{"id":7472,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_17_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"roguish archetype feature|phb","n":"Rogue 17; Roguish Archetype feature","uh":"rogue_phb,state:feature=s16-0"},{"id":7474,"c":30,"u":"elusive_rogue_phb_18_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"elusive|phb","n":"Rogue 18; Elusive","uh":"rogue_phb,state:feature=s17-0"},{"id":7476,"c":30,"u":"ability%20score%20improvement_rogue_phb_19_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Rogue 19; Ability Score Improvement","uh":"rogue_phb,state:feature=s18-0"},{"id":7478,"c":30,"u":"stroke%20of%20luck_rogue_phb_20_phb","p":94,"s":"PHB","h":1,"r":1,"t":4,"uu":"stroke of luck|phb","n":"Rogue 20; Stroke of Luck","uh":"rogue_phb,state:feature=s19-0"},{"id":7480,"c":30,"u":"expertise_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"t":4,"uu":"expertise|xphb","n":"Rogue 1; Expertise","uh":"rogue_xphb,state:feature=s0-0"},{"id":7482,"c":30,"u":"sneak%20attack_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"t":4,"uu":"sneak attack|xphb","n":"Rogue 1; Sneak Attack","uh":"rogue_xphb,state:feature=s0-0"},{"id":7484,"c":30,"u":"thieves'%20cant_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"t":4,"uu":"thieves' cant|xphb","n":"Rogue 1; Thieves' Cant","uh":"rogue_xphb,state:feature=s0-0"},{"id":7486,"c":30,"u":"weapon%20mastery_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"t":4,"uu":"weapon mastery|xphb","n":"Rogue 1; Weapon Mastery","uh":"rogue_xphb,state:feature=s0-0"},{"id":7488,"c":30,"u":"cunning%20action_rogue_xphb_2_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"cunning action|xphb","n":"Rogue 2; Cunning Action","uh":"rogue_xphb,state:feature=s1-0"},{"id":7490,"c":30,"u":"rogue%20subclass_rogue_xphb_3_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"rogue subclass|xphb","n":"Rogue 3; Rogue Subclass","uh":"rogue_xphb,state:feature=s2-0"},{"id":7492,"c":30,"u":"steady%20aim_rogue_xphb_3_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"steady aim|xphb","n":"Rogue 3; Steady Aim","uh":"rogue_xphb,state:feature=s2-0"},{"id":7494,"c":30,"u":"ability%20score%20improvement_rogue_xphb_4_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Rogue 4; Ability Score Improvement","uh":"rogue_xphb,state:feature=s3-0"},{"id":7496,"c":30,"u":"cunning%20strike_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"cunning strike|xphb","n":"Rogue 5; Cunning Strike","uh":"rogue_xphb,state:feature=s4-0"},{"id":7498,"c":30,"u":"poison%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"poison (cost: 1d6)|xphb","n":"Rogue 5; Poison (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7500,"c":30,"u":"trip%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"trip (cost: 1d6)|xphb","n":"Rogue 5; Trip (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7502,"c":30,"u":"uncanny%20dodge_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"uncanny dodge|xphb","n":"Rogue 5; Uncanny Dodge","uh":"rogue_xphb,state:feature=s4-0"},{"id":7504,"c":30,"u":"withdraw%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"withdraw (cost: 1d6)|xphb","n":"Rogue 5; Withdraw (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7506,"c":30,"u":"expertise_rogue_xphb_6_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"expertise|xphb","n":"Rogue 6; Expertise","uh":"rogue_xphb,state:feature=s5-0"},{"id":7508,"c":30,"u":"evasion_rogue_xphb_7_xphb","p":129,"s":"XPHB","h":1,"t":4,"uu":"evasion|xphb","n":"Rogue 7; Evasion","uh":"rogue_xphb,state:feature=s6-0"},{"id":7510,"c":30,"u":"reliable%20talent_rogue_xphb_7_xphb","p":130,"s":"XPHB","h":1,"t":4,"uu":"reliable talent|xphb","n":"Rogue 7; Reliable Talent","uh":"rogue_xphb,state:feature=s6-0"},{"id":7512,"c":30,"u":"ability%20score%20improvement_rogue_xphb_8_xphb","p":130,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Rogue 8; Ability Score Improvement","uh":"rogue_xphb,state:feature=s7-0"},{"id":7514,"c":30,"u":"subclass%20feature_rogue_xphb_9_xphb","p":130,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Rogue 9; Subclass Feature","uh":"rogue_xphb,state:feature=s8-0"},{"id":7516,"c":30,"u":"ability%20score%20improvement_rogue_xphb_10_xphb","p":130,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Rogue 10; Ability Score Improvement","uh":"rogue_xphb,state:feature=s9-0"},{"id":7518,"c":30,"u":"improved%20cunning%20strike_rogue_xphb_11_xphb","p":130,"s":"XPHB","h":1,"t":4,"uu":"improved cunning strike|xphb","n":"Rogue 11; Improved Cunning Strike","uh":"rogue_xphb,state:feature=s10-0"},{"id":7520,"c":30,"u":"ability%20score%20improvement_rogue_xphb_12_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Rogue 12; Ability Score Improvement","uh":"rogue_xphb,state:feature=s11-0"},{"id":7522,"c":30,"u":"subclass%20feature_rogue_xphb_13_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Rogue 13; Subclass Feature","uh":"rogue_xphb,state:feature=s12-0"},{"id":7524,"c":30,"u":"daze%20(cost%3a%202d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"daze (cost: 2d6)|xphb","n":"Rogue 14; Daze (Cost: 2d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7526,"c":30,"u":"devious%20strikes_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"devious strikes|xphb","n":"Rogue 14; Devious Strikes","uh":"rogue_xphb,state:feature=s13-0"},{"id":7528,"c":30,"u":"knock%20out%20(cost%3a%206d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"knock out (cost: 6d6)|xphb","n":"Rogue 14; Knock Out (Cost: 6d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7530,"c":30,"u":"obscure%20(cost%3a%203d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"obscure (cost: 3d6)|xphb","n":"Rogue 14; Obscure (Cost: 3d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7532,"c":30,"u":"slippery%20mind_rogue_xphb_15_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"slippery mind|xphb","n":"Rogue 15; Slippery Mind","uh":"rogue_xphb,state:feature=s14-0"},{"id":7534,"c":30,"u":"ability%20score%20improvement_rogue_xphb_16_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Rogue 16; Ability Score Improvement","uh":"rogue_xphb,state:feature=s15-0"},{"id":7536,"c":30,"u":"subclass%20feature_rogue_xphb_17_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Rogue 17; Subclass Feature","uh":"rogue_xphb,state:feature=s16-0"},{"id":7538,"c":30,"u":"elusive_rogue_xphb_18_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"elusive|xphb","n":"Rogue 18; Elusive","uh":"rogue_xphb,state:feature=s17-0"},{"id":7540,"c":30,"u":"epic%20boon_rogue_xphb_19_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Rogue 19; Epic Boon","uh":"rogue_xphb,state:feature=s18-0"},{"id":7542,"c":30,"u":"stroke%20of%20luck_rogue_xphb_20_xphb","p":131,"s":"XPHB","h":1,"t":4,"uu":"stroke of luck|xphb","n":"Rogue 20; Stroke of Luck","uh":"rogue_xphb,state:feature=s19-0"},{"id":7544,"c":30,"u":"bonus%20proficiencies_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"bonus proficiencies|tce","n":"Expert Sidekick 1; Bonus Proficiencies","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7546,"c":30,"u":"helpful_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"helpful|tce","n":"Expert Sidekick 1; Helpful","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7548,"c":30,"u":"sidekick%20class_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"sidekick class|tce","n":"Expert Sidekick 1; Sidekick Class","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7550,"c":30,"u":"cunning%20action_expert%20sidekick_tce_2_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"cunning action|tce","n":"Expert Sidekick 2; Cunning Action","uh":"expert%20sidekick_tce,state:feature=s1-0"},{"id":7552,"c":30,"u":"expertise_expert%20sidekick_tce_3_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"expertise|tce","n":"Expert Sidekick 3; Expertise","uh":"expert%20sidekick_tce,state:feature=s2-0"},{"id":7554,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_4_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 4; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s3-0"},{"id":7556,"c":30,"u":"coordinated%20strike_expert%20sidekick_tce_6_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"coordinated strike|tce","n":"Expert Sidekick 6; Coordinated Strike","uh":"expert%20sidekick_tce,state:feature=s5-0"},{"id":7558,"c":30,"u":"evasion_expert%20sidekick_tce_7_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"evasion|tce","n":"Expert Sidekick 7; Evasion","uh":"expert%20sidekick_tce,state:feature=s6-0"},{"id":7560,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_8_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 8; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s7-0"},{"id":7562,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_10_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 10; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s9-0"},{"id":7564,"c":30,"u":"inspiring%20help_expert%20sidekick_tce_11_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"inspiring help|tce","n":"Expert Sidekick 11; Inspiring Help","uh":"expert%20sidekick_tce,state:feature=s10-0"},{"id":7566,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_12_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 12; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s11-0"},{"id":7568,"c":30,"u":"reliable%20talent_expert%20sidekick_tce_14_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"reliable talent|tce","n":"Expert Sidekick 14; Reliable Talent","uh":"expert%20sidekick_tce,state:feature=s13-0"},{"id":7570,"c":30,"u":"expertise_expert%20sidekick_tce_15_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"expertise|tce","n":"Expert Sidekick 15; Expertise","uh":"expert%20sidekick_tce,state:feature=s14-0"},{"id":7572,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_16_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 16; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s15-0"},{"id":7574,"c":30,"u":"sharp%20mind_expert%20sidekick_tce_18_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"sharp mind|tce","n":"Expert Sidekick 18; Sharp Mind","uh":"expert%20sidekick_tce,state:feature=s17-0"},{"id":7576,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_19_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Expert Sidekick 19; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s18-0"},{"id":7578,"c":30,"u":"inspiring%20help%20improvement_expert%20sidekick_tce_20_tce","p":142,"s":"TCE","h":1,"t":4,"uu":"inspiring help improvement|tce","n":"Expert Sidekick 20; Inspiring Help Improvement","uh":"expert%20sidekick_tce,state:feature=s19-0"},{"id":7580,"c":30,"u":"bonus%20proficiencies_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"bonus proficiencies|tce","n":"Spellcaster Sidekick 1; Bonus Proficiencies","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7582,"c":30,"u":"sidekick%20class_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"sidekick class|tce","n":"Spellcaster Sidekick 1; Sidekick Class","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7584,"c":30,"u":"spellcasting_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"spellcasting|tce","n":"Spellcaster Sidekick 1; Spellcasting","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7586,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_4_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Spellcaster Sidekick 4; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s3-0"},{"id":7588,"c":30,"u":"potent%20cantrips_spellcaster%20sidekick_tce_6_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"potent cantrips|tce","n":"Spellcaster Sidekick 6; Potent Cantrips","uh":"spellcaster%20sidekick_tce,state:feature=s5-0"},{"id":7590,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_8_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Spellcaster Sidekick 8; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s7-0"},{"id":7592,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_12_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Spellcaster Sidekick 12; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s11-0"},{"id":7594,"c":30,"u":"empowered%20spells_spellcaster%20sidekick_tce_14_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"empowered spells|tce","n":"Spellcaster Sidekick 14; Empowered Spells","uh":"spellcaster%20sidekick_tce,state:feature=s13-0"},{"id":7596,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_16_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Spellcaster Sidekick 16; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s15-0"},{"id":7598,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_18_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Spellcaster Sidekick 18; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s17-0"},{"id":7600,"c":30,"u":"focused%20casting_spellcaster%20sidekick_tce_20_tce","p":144,"s":"TCE","h":1,"t":4,"uu":"focused casting|tce","n":"Spellcaster Sidekick 20; Focused Casting","uh":"spellcaster%20sidekick_tce,state:feature=s19-0"},{"id":7602,"c":30,"u":"bonus%20proficiencies_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"bonus proficiencies|tce","n":"Warrior Sidekick 1; Bonus Proficiencies","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7604,"c":30,"u":"martial%20role_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"martial role|tce","n":"Warrior Sidekick 1; Martial Role","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7606,"c":30,"u":"sidekick%20class_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"sidekick class|tce","n":"Warrior Sidekick 1; Sidekick Class","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7608,"c":30,"u":"second%20wind_warrior%20sidekick_tce_2_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"second wind|tce","n":"Warrior Sidekick 2; Second Wind","uh":"warrior%20sidekick_tce,state:feature=s1-0"},{"id":7610,"c":30,"u":"improved%20critical_warrior%20sidekick_tce_3_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"improved critical|tce","n":"Warrior Sidekick 3; Improved Critical","uh":"warrior%20sidekick_tce,state:feature=s2-0"},{"id":7612,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_4_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 4; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s3-0"},{"id":7614,"c":30,"u":"extra%20attack_warrior%20sidekick_tce_6_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"extra attack|tce","n":"Warrior Sidekick 6; Extra Attack","uh":"warrior%20sidekick_tce,state:feature=s5-0"},{"id":7616,"c":30,"u":"battle%20readiness_warrior%20sidekick_tce_7_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"battle readiness|tce","n":"Warrior Sidekick 7; Battle Readiness","uh":"warrior%20sidekick_tce,state:feature=s6-0"},{"id":7618,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_8_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 8; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s7-0"},{"id":7620,"c":30,"u":"improved%20defense_warrior%20sidekick_tce_10_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"improved defense|tce","n":"Warrior Sidekick 10; Improved Defense","uh":"warrior%20sidekick_tce,state:feature=s9-0"},{"id":7622,"c":30,"u":"indomitable_warrior%20sidekick_tce_11_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"indomitable|tce","n":"Warrior Sidekick 11; Indomitable","uh":"warrior%20sidekick_tce,state:feature=s10-0"},{"id":7624,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_12_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 12; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s11-0"},{"id":7626,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_14_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 14; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s13-0"},{"id":7628,"c":30,"u":"extra%20attack%20improvement_warrior%20sidekick_tce_15_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"extra attack improvement|tce","n":"Warrior Sidekick 15; Extra Attack Improvement","uh":"warrior%20sidekick_tce,state:feature=s14-0"},{"id":7630,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_16_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 16; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s15-0"},{"id":7632,"c":30,"u":"indomitable%20improvement_warrior%20sidekick_tce_18_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"indomitable improvement|tce","n":"Warrior Sidekick 18; Indomitable Improvement","uh":"warrior%20sidekick_tce,state:feature=s17-0"},{"id":7634,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_19_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"ability score improvement|tce","n":"Warrior Sidekick 19; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s18-0"},{"id":7636,"c":30,"u":"second%20wind%20improvement_warrior%20sidekick_tce_20_tce","p":146,"s":"TCE","h":1,"t":4,"uu":"second wind improvement|tce","n":"Warrior Sidekick 20; Second Wind Improvement","uh":"warrior%20sidekick_tce,state:feature=s19-0"},{"id":7638,"c":30,"u":"sorcerous%20origin_sorcerer_phb_1_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcerous origin|phb","n":"Sorcerer 1; Sorcerous Origin","uh":"sorcerer_phb,state:feature=s0-0"},{"id":7640,"c":30,"u":"spellcasting_sorcerer_phb_1_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Sorcerer 1; Spellcasting","uh":"sorcerer_phb,state:feature=s0-0"},{"id":7642,"c":30,"u":"flexible%20casting_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"flexible casting|phb","n":"Sorcerer 2; Flexible Casting","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7644,"c":30,"u":"font%20of%20magic_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"font of magic|phb","n":"Sorcerer 2; Font of Magic","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7646,"c":30,"u":"sorcery%20points_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcery points|phb","n":"Sorcerer 2; Sorcery Points","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7648,"c":30,"u":"metamagic_sorcerer_phb_3_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"metamagic|phb","n":"Sorcerer 3; Metamagic","uh":"sorcerer_phb,state:feature=s2-0"},{"id":7650,"c":30,"u":"metamagic%20options_sorcerer_phb_3_tce","p":65,"s":"TCE","h":1,"t":4,"uu":"metamagic options|tce","n":"Sorcerer 3; Metamagic Options","uh":"sorcerer_phb,state:feature=s2-0"},{"id":7652,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_4_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Sorcerer 4; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s3-0"},{"id":7654,"c":30,"u":"sorcerous%20versatility_sorcerer_phb_4_tce","p":65,"s":"TCE","h":1,"t":4,"uu":"sorcerous versatility|tce","n":"Sorcerer 4; Sorcerous Versatility","uh":"sorcerer_phb,state:feature=s3-0"},{"id":7656,"c":30,"u":"magical%20guidance_sorcerer_phb_5_tce","p":65,"s":"TCE","h":1,"t":4,"uu":"magical guidance|tce","n":"Sorcerer 5; Magical Guidance","uh":"sorcerer_phb,state:feature=s4-0"},{"id":7658,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_6_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcerous origin feature|phb","n":"Sorcerer 6; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s5-0"},{"id":7660,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_8_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Sorcerer 8; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s7-0"},{"id":7662,"c":30,"u":"metamagic_sorcerer_phb_10_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"metamagic|phb","n":"Sorcerer 10; Metamagic","uh":"sorcerer_phb,state:feature=s9-0"},{"id":7664,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_12_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Sorcerer 12; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s11-0"},{"id":7666,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_14_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcerous origin feature|phb","n":"Sorcerer 14; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s13-0"},{"id":7668,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_16_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Sorcerer 16; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s15-0"},{"id":7670,"c":30,"u":"metamagic_sorcerer_phb_17_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"metamagic|phb","n":"Sorcerer 17; Metamagic","uh":"sorcerer_phb,state:feature=s16-0"},{"id":7672,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_18_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcerous origin feature|phb","n":"Sorcerer 18; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s17-0"},{"id":7674,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_19_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Sorcerer 19; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s18-0"},{"id":7676,"c":30,"u":"sorcerous%20restoration_sorcerer_phb_20_phb","p":99,"s":"PHB","h":1,"r":1,"t":4,"uu":"sorcerous restoration|phb","n":"Sorcerer 20; Sorcerous Restoration","uh":"sorcerer_phb,state:feature=s19-0"},{"id":7678,"c":30,"u":"innate%20sorcery_sorcerer_xphb_1_xphb","p":140,"s":"XPHB","h":1,"t":4,"uu":"innate sorcery|xphb","n":"Sorcerer 1; Innate Sorcery","uh":"sorcerer_xphb,state:feature=s0-0"},{"id":7680,"c":30,"u":"spellcasting_sorcerer_xphb_1_xphb","p":139,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Sorcerer 1; Spellcasting","uh":"sorcerer_xphb,state:feature=s0-0"},{"id":7682,"c":30,"u":"font%20of%20magic_sorcerer_xphb_2_xphb","p":140,"s":"XPHB","h":1,"t":4,"uu":"font of magic|xphb","n":"Sorcerer 2; Font of Magic","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7684,"c":30,"u":"metamagic_sorcerer_xphb_2_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"metamagic|xphb","n":"Sorcerer 2; Metamagic","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7686,"c":30,"u":"metamagic%20options_sorcerer_xphb_2_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"metamagic options|xphb","n":"Sorcerer 2; Metamagic Options","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7688,"c":30,"u":"sorcerer%20subclass_sorcerer_xphb_3_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"sorcerer subclass|xphb","n":"Sorcerer 3; Sorcerer Subclass","uh":"sorcerer_xphb,state:feature=s2-0"},{"id":7690,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_4_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Sorcerer 4; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s3-0"},{"id":7692,"c":30,"u":"sorcerous%20restoration_sorcerer_xphb_5_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"sorcerous restoration|xphb","n":"Sorcerer 5; Sorcerous Restoration","uh":"sorcerer_xphb,state:feature=s4-0"},{"id":7694,"c":30,"u":"subclass%20feature_sorcerer_xphb_6_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Sorcerer 6; Subclass Feature","uh":"sorcerer_xphb,state:feature=s5-0"},{"id":7696,"c":30,"u":"sorcery%20incarnate_sorcerer_xphb_7_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"sorcery incarnate|xphb","n":"Sorcerer 7; Sorcery Incarnate","uh":"sorcerer_xphb,state:feature=s6-0"},{"id":7698,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_8_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Sorcerer 8; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s7-0"},{"id":7700,"c":30,"u":"metamagic_sorcerer_xphb_10_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"metamagic|xphb","n":"Sorcerer 10; Metamagic","uh":"sorcerer_xphb,state:feature=s9-0"},{"id":7702,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_12_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Sorcerer 12; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s11-0"},{"id":7704,"c":30,"u":"subclass%20feature_sorcerer_xphb_14_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Sorcerer 14; Subclass Feature","uh":"sorcerer_xphb,state:feature=s13-0"},{"id":7706,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_16_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Sorcerer 16; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s15-0"},{"id":7708,"c":30,"u":"metamagic_sorcerer_xphb_17_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"metamagic|xphb","n":"Sorcerer 17; Metamagic","uh":"sorcerer_xphb,state:feature=s16-0"},{"id":7710,"c":30,"u":"subclass%20feature_sorcerer_xphb_18_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Sorcerer 18; Subclass Feature","uh":"sorcerer_xphb,state:feature=s17-0"},{"id":7712,"c":30,"u":"epic%20boon_sorcerer_xphb_19_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Sorcerer 19; Epic Boon","uh":"sorcerer_xphb,state:feature=s18-0"},{"id":7714,"c":30,"u":"arcane%20apotheosis_sorcerer_xphb_20_xphb","p":141,"s":"XPHB","h":1,"t":4,"uu":"arcane apotheosis|xphb","n":"Sorcerer 20; Arcane Apotheosis","uh":"sorcerer_xphb,state:feature=s19-0"},{"id":7716,"c":30,"u":"otherworldly%20patron_warlock_phb_1_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"otherworldly patron|phb","n":"Warlock 1; Otherworldly Patron","uh":"warlock_phb,state:feature=s0-0"},{"id":7718,"c":30,"u":"pact%20magic_warlock_phb_1_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"pact magic|phb","n":"Warlock 1; Pact Magic","uh":"warlock_phb,state:feature=s0-0"},{"id":7720,"c":30,"u":"eldritch%20invocations_warlock_phb_2_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"eldritch invocations|phb","n":"Warlock 2; Eldritch Invocations","uh":"warlock_phb,state:feature=s1-0"},{"id":7722,"c":30,"u":"pact%20boon_warlock_phb_3_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"pact boon|phb","n":"Warlock 3; Pact Boon","uh":"warlock_phb,state:feature=s2-0"},{"id":7724,"c":30,"u":"ability%20score%20improvement_warlock_phb_4_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Warlock 4; Ability Score Improvement","uh":"warlock_phb,state:feature=s3-0"},{"id":7726,"c":30,"u":"eldritch%20versatility_warlock_phb_4_tce","p":70,"s":"TCE","h":1,"t":4,"uu":"eldritch versatility|tce","n":"Warlock 4; Eldritch Versatility","uh":"warlock_phb,state:feature=s3-0"},{"id":7728,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_6_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"otherworldly patron feature|phb","n":"Warlock 6; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s5-0"},{"id":7730,"c":30,"u":"ability%20score%20improvement_warlock_phb_8_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Warlock 8; Ability Score Improvement","uh":"warlock_phb,state:feature=s7-0"},{"id":7732,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_10_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"otherworldly patron feature|phb","n":"Warlock 10; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s9-0"},{"id":7734,"c":30,"u":"mystic%20arcanum%20(6th%20level)_warlock_phb_11_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"mystic arcanum (6th level)|phb","n":"Warlock 11; Mystic Arcanum (6th level)","uh":"warlock_phb,state:feature=s10-0"},{"id":7736,"c":30,"u":"ability%20score%20improvement_warlock_phb_12_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Warlock 12; Ability Score Improvement","uh":"warlock_phb,state:feature=s11-0"},{"id":7738,"c":30,"u":"mystic%20arcanum%20(7th%20level)_warlock_phb_13_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"mystic arcanum (7th level)|phb","n":"Warlock 13; Mystic Arcanum (7th level)","uh":"warlock_phb,state:feature=s12-0"},{"id":7740,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_14_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"otherworldly patron feature|phb","n":"Warlock 14; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s13-0"},{"id":7742,"c":30,"u":"mystic%20arcanum%20(8th%20level)_warlock_phb_15_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"mystic arcanum (8th level)|phb","n":"Warlock 15; Mystic Arcanum (8th level)","uh":"warlock_phb,state:feature=s14-0"},{"id":7744,"c":30,"u":"ability%20score%20improvement_warlock_phb_16_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Warlock 16; Ability Score Improvement","uh":"warlock_phb,state:feature=s15-0"},{"id":7746,"c":30,"u":"mystic%20arcanum%20(9th%20level)_warlock_phb_17_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"mystic arcanum (9th level)|phb","n":"Warlock 17; Mystic Arcanum (9th level)","uh":"warlock_phb,state:feature=s16-0"},{"id":7748,"c":30,"u":"ability%20score%20improvement_warlock_phb_19_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Warlock 19; Ability Score Improvement","uh":"warlock_phb,state:feature=s18-0"},{"id":7750,"c":30,"u":"eldritch%20master_warlock_phb_20_phb","p":105,"s":"PHB","h":1,"r":1,"t":4,"uu":"eldritch master|phb","n":"Warlock 20; Eldritch Master","uh":"warlock_phb,state:feature=s19-0"},{"id":7752,"c":30,"u":"eldritch%20invocation%20options_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"t":4,"uu":"eldritch invocation options|xphb","n":"Warlock 1; Eldritch Invocation Options","uh":"warlock_xphb,state:feature=s0-0"},{"id":7754,"c":30,"u":"eldritch%20invocations_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"t":4,"uu":"eldritch invocations|xphb","n":"Warlock 1; Eldritch Invocations","uh":"warlock_xphb,state:feature=s0-0"},{"id":7756,"c":30,"u":"pact%20magic_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"t":4,"uu":"pact magic|xphb","n":"Warlock 1; Pact Magic","uh":"warlock_xphb,state:feature=s0-0"},{"id":7758,"c":30,"u":"magical%20cunning_warlock_xphb_2_xphb","p":154,"s":"XPHB","h":1,"t":4,"uu":"magical cunning|xphb","n":"Warlock 2; Magical Cunning","uh":"warlock_xphb,state:feature=s1-0"},{"id":7760,"c":30,"u":"warlock%20subclass_warlock_xphb_3_xphb","p":154,"s":"XPHB","h":1,"t":4,"uu":"warlock subclass|xphb","n":"Warlock 3; Warlock Subclass","uh":"warlock_xphb,state:feature=s2-0"},{"id":7762,"c":30,"u":"ability%20score%20improvement_warlock_xphb_4_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Warlock 4; Ability Score Improvement","uh":"warlock_xphb,state:feature=s3-0"},{"id":7764,"c":30,"u":"subclass%20feature_warlock_xphb_6_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Warlock 6; Subclass Feature","uh":"warlock_xphb,state:feature=s5-0"},{"id":7766,"c":30,"u":"ability%20score%20improvement_warlock_xphb_8_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Warlock 8; Ability Score Improvement","uh":"warlock_xphb,state:feature=s7-0"},{"id":7768,"c":30,"u":"contact%20patron_warlock_xphb_9_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"contact patron|xphb","n":"Warlock 9; Contact Patron","uh":"warlock_xphb,state:feature=s8-0"},{"id":7770,"c":30,"u":"subclass%20feature_warlock_xphb_10_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Warlock 10; Subclass Feature","uh":"warlock_xphb,state:feature=s9-0"},{"id":7772,"c":30,"u":"mystic%20arcanum_warlock_xphb_11_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"mystic arcanum|xphb","n":"Warlock 11; Mystic Arcanum","uh":"warlock_xphb,state:feature=s10-0"},{"id":7774,"c":30,"u":"ability%20score%20improvement_warlock_xphb_12_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Warlock 12; Ability Score Improvement","uh":"warlock_xphb,state:feature=s11-0"},{"id":7776,"c":30,"u":"mystic%20arcanum_warlock_xphb_13_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"mystic arcanum|xphb","n":"Warlock 13; Mystic Arcanum","uh":"warlock_xphb,state:feature=s12-0"},{"id":7778,"c":30,"u":"subclass%20feature_warlock_xphb_14_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Warlock 14; Subclass Feature","uh":"warlock_xphb,state:feature=s13-0"},{"id":7780,"c":30,"u":"mystic%20arcanum_warlock_xphb_15_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"mystic arcanum|xphb","n":"Warlock 15; Mystic Arcanum","uh":"warlock_xphb,state:feature=s14-0"},{"id":7782,"c":30,"u":"ability%20score%20improvement_warlock_xphb_16_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Warlock 16; Ability Score Improvement","uh":"warlock_xphb,state:feature=s15-0"},{"id":7784,"c":30,"u":"mystic%20arcanum_warlock_xphb_17_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"mystic arcanum|xphb","n":"Warlock 17; Mystic Arcanum","uh":"warlock_xphb,state:feature=s16-0"},{"id":7786,"c":30,"u":"epic%20boon_warlock_xphb_19_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Warlock 19; Epic Boon","uh":"warlock_xphb,state:feature=s18-0"},{"id":7788,"c":30,"u":"eldritch%20master_warlock_xphb_20_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"eldritch master|xphb","n":"Warlock 20; Eldritch Master","uh":"warlock_xphb,state:feature=s19-0"},{"id":7790,"c":30,"u":"arcane%20recovery_wizard_phb_1_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"arcane recovery|phb","n":"Wizard 1; Arcane Recovery","uh":"wizard_phb,state:feature=s0-0"},{"id":7792,"c":30,"u":"spellcasting_wizard_phb_1_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"spellcasting|phb","n":"Wizard 1; Spellcasting","uh":"wizard_phb,state:feature=s0-0"},{"id":7794,"c":30,"u":"arcane%20tradition_wizard_phb_2_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"arcane tradition|phb","n":"Wizard 2; Arcane Tradition","uh":"wizard_phb,state:feature=s1-0"},{"id":7796,"c":30,"u":"cantrip%20formulas_wizard_phb_3_tce","p":75,"s":"TCE","h":1,"t":4,"uu":"cantrip formulas|tce","n":"Wizard 3; Cantrip Formulas","uh":"wizard_phb,state:feature=s2-0"},{"id":7798,"c":30,"u":"ability%20score%20improvement_wizard_phb_4_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Wizard 4; Ability Score Improvement","uh":"wizard_phb,state:feature=s3-0"},{"id":7800,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_6_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"arcane tradition feature|phb","n":"Wizard 6; Arcane Tradition feature","uh":"wizard_phb,state:feature=s5-0"},{"id":7802,"c":30,"u":"ability%20score%20improvement_wizard_phb_8_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Wizard 8; Ability Score Improvement","uh":"wizard_phb,state:feature=s7-0"},{"id":7804,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_10_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"arcane tradition feature|phb","n":"Wizard 10; Arcane Tradition feature","uh":"wizard_phb,state:feature=s9-0"},{"id":7806,"c":30,"u":"ability%20score%20improvement_wizard_phb_12_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Wizard 12; Ability Score Improvement","uh":"wizard_phb,state:feature=s11-0"},{"id":7808,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_14_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"arcane tradition feature|phb","n":"Wizard 14; Arcane Tradition feature","uh":"wizard_phb,state:feature=s13-0"},{"id":7810,"c":30,"u":"ability%20score%20improvement_wizard_phb_16_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Wizard 16; Ability Score Improvement","uh":"wizard_phb,state:feature=s15-0"},{"id":7812,"c":30,"u":"spell%20mastery_wizard_phb_18_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"spell mastery|phb","n":"Wizard 18; Spell Mastery","uh":"wizard_phb,state:feature=s17-0"},{"id":7814,"c":30,"u":"ability%20score%20improvement_wizard_phb_19_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"ability score improvement|phb","n":"Wizard 19; Ability Score Improvement","uh":"wizard_phb,state:feature=s18-0"},{"id":7816,"c":30,"u":"signature%20spells_wizard_phb_20_phb","p":112,"s":"PHB","h":1,"r":1,"t":4,"uu":"signature spells|phb","n":"Wizard 20; Signature Spells","uh":"wizard_phb,state:feature=s19-0"},{"id":7818,"c":30,"u":"arcane%20recovery_wizard_xphb_1_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"arcane recovery|xphb","n":"Wizard 1; Arcane Recovery","uh":"wizard_xphb,state:feature=s0-0"},{"id":7820,"c":30,"u":"ritual%20adept_wizard_xphb_1_xphb","p":155,"s":"XPHB","h":1,"t":4,"uu":"ritual adept|xphb","n":"Wizard 1; Ritual Adept","uh":"wizard_xphb,state:feature=s0-0"},{"id":7822,"c":30,"u":"spellcasting_wizard_xphb_1_xphb","p":165,"s":"XPHB","h":1,"t":4,"uu":"spellcasting|xphb","n":"Wizard 1; Spellcasting","uh":"wizard_xphb,state:feature=s0-0"},{"id":7824,"c":30,"u":"scholar_wizard_xphb_2_xphb","p":166,"s":"XPHB","h":1,"t":4,"uu":"scholar|xphb","n":"Wizard 2; Scholar","uh":"wizard_xphb,state:feature=s1-0"},{"id":7826,"c":30,"u":"wizard%20subclass_wizard_xphb_3_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"wizard subclass|xphb","n":"Wizard 3; Wizard Subclass","uh":"wizard_xphb,state:feature=s2-0"},{"id":7828,"c":30,"u":"ability%20score%20improvement_wizard_xphb_4_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Wizard 4; Ability Score Improvement","uh":"wizard_xphb,state:feature=s3-0"},{"id":7830,"c":30,"u":"memorize%20spell_wizard_xphb_5_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"memorize spell|xphb","n":"Wizard 5; Memorize Spell","uh":"wizard_xphb,state:feature=s4-0"},{"id":7832,"c":30,"u":"subclass%20feature_wizard_xphb_6_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Wizard 6; Subclass Feature","uh":"wizard_xphb,state:feature=s5-0"},{"id":7834,"c":30,"u":"ability%20score%20improvement_wizard_xphb_8_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Wizard 8; Ability Score Improvement","uh":"wizard_xphb,state:feature=s7-0"},{"id":7836,"c":30,"u":"subclass%20feature_wizard_xphb_10_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Wizard 10; Subclass Feature","uh":"wizard_xphb,state:feature=s9-0"},{"id":7838,"c":30,"u":"ability%20score%20improvement_wizard_xphb_12_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Wizard 12; Ability Score Improvement","uh":"wizard_xphb,state:feature=s11-0"},{"id":7840,"c":30,"u":"subclass%20feature_wizard_xphb_14_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"subclass feature|xphb","n":"Wizard 14; Subclass Feature","uh":"wizard_xphb,state:feature=s13-0"},{"id":7842,"c":30,"u":"ability%20score%20improvement_wizard_xphb_16_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"ability score improvement|xphb","n":"Wizard 16; Ability Score Improvement","uh":"wizard_xphb,state:feature=s15-0"},{"id":7844,"c":30,"u":"spell%20mastery_wizard_xphb_18_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"spell mastery|xphb","n":"Wizard 18; Spell Mastery","uh":"wizard_xphb,state:feature=s17-0"},{"id":7846,"c":30,"u":"epic%20boon_wizard_xphb_19_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"epic boon|xphb","n":"Wizard 19; Epic Boon","uh":"wizard_xphb,state:feature=s18-0"},{"id":7848,"c":30,"u":"signature%20spells_wizard_xphb_20_xphb","p":167,"s":"XPHB","h":1,"t":4,"uu":"signature spells|xphb","n":"Wizard 20; Signature Spells","uh":"wizard_xphb,state:feature=s19-0"},{"id":7850,"c":41,"u":"alchemist_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"alchemist|tce","n":"Alchemist Artificer 3; Alchemist","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7852,"c":41,"u":"alchemist%20spells_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"alchemist spells|tce","n":"Alchemist Artificer 3; Alchemist Spells","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7854,"c":41,"u":"experimental%20elixir_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"experimental elixir|tce","n":"Alchemist Artificer 3; Experimental Elixir","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7856,"c":41,"u":"tool%20proficiency_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"tool proficiency|tce","n":"Alchemist Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7858,"c":41,"u":"alchemical%20savant_artificer_tce_alchemist_tce_5_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"alchemical savant|tce","n":"Alchemist Artificer 5; Alchemical Savant","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s4-0"},{"id":7860,"c":41,"u":"restorative%20reagents_artificer_tce_alchemist_tce_9_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"restorative reagents|tce","n":"Alchemist Artificer 9; Restorative Reagents","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s8-0"},{"id":7862,"c":41,"u":"chemical%20mastery_artificer_tce_alchemist_tce_15_tce","p":14,"s":"TCE","h":1,"t":5,"uu":"chemical mastery|tce","n":"Alchemist Artificer 15; Chemical Mastery","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s14-0"},{"id":7864,"c":41,"u":"armorer_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"armorer|tce","n":"Armorer Artificer 3; Armorer","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7866,"c":41,"u":"dampening%20field_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"dampening field|tce","n":"Armorer Artificer 3; Dampening Field","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7868,"c":41,"u":"defensive%20field_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"defensive field|tce","n":"Armorer Artificer 3; Defensive Field","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7870,"c":41,"u":"lightning%20launcher_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"lightning launcher|tce","n":"Armorer Artificer 3; Lightning Launcher","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7872,"c":41,"u":"powered%20steps_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"powered steps|tce","n":"Armorer Artificer 3; Powered Steps","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7874,"c":41,"u":"thunder%20gauntlets_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"thunder gauntlets|tce","n":"Armorer Artificer 3; Thunder Gauntlets","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7876,"c":41,"u":"arcane%20armor_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"arcane armor|tce","n":"Armorer Artificer 3; Arcane Armor","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7878,"c":41,"u":"armor%20model_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"armor model|tce","n":"Armorer Artificer 3; Armor Model","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7880,"c":41,"u":"armorer%20spells_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"armorer spells|tce","n":"Armorer Artificer 3; Armorer Spells","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7882,"c":41,"u":"tools%20of%20the%20trade_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"tools of the trade|tce","n":"Armorer Artificer 3; Tools of the Trade","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7884,"c":41,"u":"extra%20attack_artificer_tce_armorer_tce_5_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"extra attack|tce","n":"Armorer Artificer 5; Extra Attack","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s4-0"},{"id":7886,"c":41,"u":"armor%20modifications_artificer_tce_armorer_tce_9_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"armor modifications|tce","n":"Armorer Artificer 9; Armor Modifications","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s8-0"},{"id":7888,"c":41,"u":"guardian_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"guardian|tce","n":"Armorer Artificer 15; Guardian","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7890,"c":41,"u":"infiltrator_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"infiltrator|tce","n":"Armorer Artificer 15; Infiltrator","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7892,"c":41,"u":"perfected%20armor_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"t":5,"uu":"perfected armor|tce","n":"Armorer Artificer 15; Perfected Armor","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7894,"c":41,"u":"artillerist_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"artillerist|tce","n":"Artillerist Artificer 3; Artillerist","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7896,"c":41,"u":"artillerist%20spells_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"artillerist spells|tce","n":"Artillerist Artificer 3; Artillerist Spells","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7898,"c":41,"u":"eldritch%20cannon_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"eldritch cannon|tce","n":"Artillerist Artificer 3; Eldritch Cannon","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7900,"c":41,"u":"tool%20proficiency_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"tool proficiency|tce","n":"Artillerist Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7902,"c":41,"u":"arcane%20firearm_artificer_tce_artillerist_tce_5_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"arcane firearm|tce","n":"Artillerist Artificer 5; Arcane Firearm","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s4-0"},{"id":7904,"c":41,"u":"explosive%20cannon_artificer_tce_artillerist_tce_9_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"explosive cannon|tce","n":"Artillerist Artificer 9; Explosive Cannon","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s8-0"},{"id":7906,"c":41,"u":"fortified%20position_artificer_tce_artillerist_tce_15_tce","p":17,"s":"TCE","h":1,"t":5,"uu":"fortified position|tce","n":"Artillerist Artificer 15; Fortified Position","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s14-0"},{"id":7908,"c":41,"u":"battle%20smith_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"battle smith|tce","n":"Battle Smith Artificer 3; Battle Smith","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7910,"c":41,"u":"battle%20ready_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"battle ready|tce","n":"Battle Smith Artificer 3; Battle Ready","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7912,"c":41,"u":"battle%20smith%20spells_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"battle smith spells|tce","n":"Battle Smith Artificer 3; Battle Smith Spells","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7914,"c":41,"u":"steel%20defender_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"steel defender|tce","n":"Battle Smith Artificer 3; Steel Defender","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7916,"c":41,"u":"tool%20proficiency_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"tool proficiency|tce","n":"Battle Smith Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7918,"c":41,"u":"extra%20attack_artificer_tce_battle%20smith_tce_5_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"extra attack|tce","n":"Battle Smith Artificer 5; Extra Attack","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s4-0"},{"id":7920,"c":41,"u":"arcane%20jolt_artificer_tce_battle%20smith_tce_9_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"arcane jolt|tce","n":"Battle Smith Artificer 9; Arcane Jolt","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s8-0"},{"id":7922,"c":41,"u":"improved%20defender_artificer_tce_battle%20smith_tce_15_tce","p":18,"s":"TCE","h":1,"t":5,"uu":"improved defender|tce","n":"Battle Smith Artificer 15; Improved Defender","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s14-0"},{"id":7924,"c":41,"u":"giant%20power_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"t":5,"uu":"giant power|bgg","n":"Giant Barbarian 3; Giant Power","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7926,"c":41,"u":"giant's%20havoc_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"t":5,"uu":"giant's havoc|bgg","n":"Giant Barbarian 3; Giant's Havoc","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7928,"c":41,"u":"path%20of%20the%20giant_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"t":5,"uu":"path of the giant|bgg","n":"Giant Barbarian 3; Path of the Giant","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7930,"c":41,"u":"elemental%20cleaver_barbarian_phb_giant_bgg_6_bgg","p":11,"s":"BGG","h":1,"t":5,"uu":"elemental cleaver|bgg","n":"Giant Barbarian 6; Elemental Cleaver","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s5-0"},{"id":7932,"c":41,"u":"mighty%20impel_barbarian_phb_giant_bgg_10_bgg","p":12,"s":"BGG","h":1,"t":5,"uu":"mighty impel|bgg","n":"Giant Barbarian 10; Mighty Impel","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s9-0"},{"id":7934,"c":41,"u":"demiurgic%20colossus_barbarian_phb_giant_bgg_14_bgg","p":12,"s":"BGG","h":1,"t":5,"uu":"demiurgic colossus|bgg","n":"Giant Barbarian 14; Demiurgic Colossus","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s13-0"},{"id":7936,"c":41,"u":"path%20of%20the%20berserker_barbarian_phb_berserker_phb_3_phb","p":49,"s":"PHB","h":1,"r":1,"t":5,"uu":"path of the berserker|phb","n":"Berserker Barbarian 3; Path of the Berserker","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s2-0"},{"id":7938,"c":41,"u":"frenzy_barbarian_phb_berserker_phb_3_phb","p":49,"s":"PHB","h":1,"r":1,"t":5,"uu":"frenzy|phb","n":"Berserker Barbarian 3; Frenzy","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s2-0"},{"id":7940,"c":41,"u":"mindless%20rage_barbarian_phb_berserker_phb_6_phb","p":49,"s":"PHB","h":1,"r":1,"t":5,"uu":"mindless rage|phb","n":"Berserker Barbarian 6; Mindless Rage","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s5-0"},{"id":7942,"c":41,"u":"intimidating%20presence_barbarian_phb_berserker_phb_10_phb","p":49,"s":"PHB","h":1,"r":1,"t":5,"uu":"intimidating presence|phb","n":"Berserker Barbarian 10; Intimidating Presence","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s9-0"},{"id":7944,"c":41,"u":"retaliation_barbarian_phb_berserker_phb_14_phb","p":49,"s":"PHB","h":1,"r":1,"t":5,"uu":"retaliation|phb","n":"Berserker Barbarian 14; Retaliation","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s13-0"},{"id":7946,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"bear|phb","n":"Totem Warrior Barbarian 3; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7948,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"eagle|phb","n":"Totem Warrior Barbarian 3; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7950,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_3_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"elk|scag","n":"Totem Warrior Barbarian 3; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s2-0"},{"id":7952,"c":41,"u":"path%20of%20the%20totem%20warrior_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"path of the totem warrior|phb","n":"Totem Warrior Barbarian 3; Path of the Totem Warrior","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7954,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_3_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"tiger|scag","n":"Totem Warrior Barbarian 3; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s2-0"},{"id":7956,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"wolf|phb","n":"Totem Warrior Barbarian 3; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7958,"c":41,"u":"spirit%20seeker_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"spirit seeker|phb","n":"Totem Warrior Barbarian 3; Spirit Seeker","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7960,"c":41,"u":"totem%20spirit_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"totem spirit|phb","n":"Totem Warrior Barbarian 3; Totem Spirit","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7962,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"bear|phb","n":"Totem Warrior Barbarian 6; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7964,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"eagle|phb","n":"Totem Warrior Barbarian 6; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7966,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_6_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"elk|scag","n":"Totem Warrior Barbarian 6; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s5-0"},{"id":7968,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_6_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"tiger|scag","n":"Totem Warrior Barbarian 6; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s5-0"},{"id":7970,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"wolf|phb","n":"Totem Warrior Barbarian 6; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7972,"c":41,"u":"aspect%20of%20the%20beast_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"aspect of the beast|phb","n":"Totem Warrior Barbarian 6; Aspect of the Beast","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7974,"c":41,"u":"spirit%20walker_barbarian_phb_totem%20warrior_phb_10_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"spirit walker|phb","n":"Totem Warrior Barbarian 10; Spirit Walker","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s9-0"},{"id":7976,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"bear|phb","n":"Totem Warrior Barbarian 14; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7978,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"eagle|phb","n":"Totem Warrior Barbarian 14; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7980,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_14_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"elk|scag","n":"Totem Warrior Barbarian 14; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s13-0"},{"id":7982,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_14_scag","p":122,"s":"SCAG","h":1,"t":5,"uu":"tiger|scag","n":"Totem Warrior Barbarian 14; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s13-0"},{"id":7984,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"wolf|phb","n":"Totem Warrior Barbarian 14; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7986,"c":41,"u":"totemic%20attunement_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"t":5,"uu":"totemic attunement|phb","n":"Totem Warrior Barbarian 14; Totemic Attunement","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7988,"c":41,"u":"path%20of%20the%20battlerager_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"path of the battlerager|scag","n":"Battlerager Barbarian 3; Path of the Battlerager","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7990,"c":41,"u":"battlerager%20armor_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"battlerager armor|scag","n":"Battlerager Barbarian 3; Battlerager Armor","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7992,"c":41,"u":"restriction%e2%80%94dwarves%20only_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"restriction—dwarves only|scag","n":"Battlerager Barbarian 3; Restriction—Dwarves Only","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7994,"c":41,"u":"reckless%20abandon_barbarian_phb_battlerager_scag_6_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"reckless abandon|scag","n":"Battlerager Barbarian 6; Reckless Abandon","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s5-0"},{"id":7996,"c":41,"u":"battlerager%20charge_barbarian_phb_battlerager_scag_10_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"battlerager charge|scag","n":"Battlerager Barbarian 10; Battlerager Charge","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s9-0"},{"id":7998,"c":41,"u":"spiked%20retribution_barbarian_phb_battlerager_scag_14_scag","p":121,"s":"SCAG","h":1,"t":5,"uu":"spiked retribution|scag","n":"Battlerager Barbarian 14; Spiked Retribution","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s13-0"},{"id":8000,"c":41,"u":"path%20of%20the%20beast_barbarian_phb_beast_tce_3_tce","p":24,"s":"TCE","h":1,"t":5,"uu":"path of the beast|tce","n":"Beast Barbarian 3; Path of the Beast","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s2-0"},{"id":8002,"c":41,"u":"form%20of%20the%20beast_barbarian_phb_beast_tce_3_tce","p":24,"s":"TCE","h":1,"t":5,"uu":"form of the beast|tce","n":"Beast Barbarian 3; Form of the Beast","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s2-0"},{"id":8004,"c":41,"u":"bestial%20soul_barbarian_phb_beast_tce_6_tce","p":24,"s":"TCE","h":1,"t":5,"uu":"bestial soul|tce","n":"Beast Barbarian 6; Bestial Soul","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s5-0"},{"id":8006,"c":41,"u":"infectious%20fury_barbarian_phb_beast_tce_10_tce","p":24,"s":"TCE","h":1,"t":5,"uu":"infectious fury|tce","n":"Beast Barbarian 10; Infectious Fury","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s9-0"},{"id":8008,"c":41,"u":"call%20the%20hunt_barbarian_phb_beast_tce_14_tce","p":24,"s":"TCE","h":1,"t":5,"uu":"call the hunt|tce","n":"Beast Barbarian 14; Call the Hunt","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s13-0"},{"id":8010,"c":41,"u":"path%20of%20wild%20magic_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"path of wild magic|tce","n":"Wild Magic Barbarian 3; Path of Wild Magic","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":8012,"c":41,"u":"magic%20awareness_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"magic awareness|tce","n":"Wild Magic Barbarian 3; Magic Awareness","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":8014,"c":41,"u":"wild%20surge_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"wild surge|tce","n":"Wild Magic Barbarian 3; Wild Surge","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":8016,"c":41,"u":"bolstering%20magic_barbarian_phb_wild%20magic_tce_6_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"bolstering magic|tce","n":"Wild Magic Barbarian 6; Bolstering Magic","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s5-0"},{"id":8018,"c":41,"u":"unstable%20backlash_barbarian_phb_wild%20magic_tce_10_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"unstable backlash|tce","n":"Wild Magic Barbarian 10; Unstable Backlash","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s9-0"},{"id":8020,"c":41,"u":"controlled%20surge_barbarian_phb_wild%20magic_tce_14_tce","p":25,"s":"TCE","h":1,"t":5,"uu":"controlled surge|tce","n":"Wild Magic Barbarian 14; Controlled Surge","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s13-0"},{"id":8022,"c":41,"u":"path%20of%20the%20juggernaut_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"path of the juggernaut|tdcsr","n":"Juggernaut Barbarian 3; Path of the Juggernaut","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":8024,"c":41,"u":"spirit%20of%20the%20mountain_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"spirit of the mountain|tdcsr","n":"Juggernaut Barbarian 3; Spirit of the Mountain","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":8026,"c":41,"u":"thunderous%20blows_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"thunderous blows|tdcsr","n":"Juggernaut Barbarian 3; Thunderous Blows","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":8028,"c":41,"u":"demolishing%20might_barbarian_phb_juggernaut_tdcsr_6_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"demolishing might|tdcsr","n":"Juggernaut Barbarian 6; Demolishing Might","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s5-0"},{"id":8030,"c":41,"u":"resolute%20stance_barbarian_phb_juggernaut_tdcsr_6_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"resolute stance|tdcsr","n":"Juggernaut Barbarian 6; Resolute Stance","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s5-0"},{"id":8032,"c":41,"u":"hurricane%20strike_barbarian_phb_juggernaut_tdcsr_10_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"hurricane strike|tdcsr","n":"Juggernaut Barbarian 10; Hurricane Strike","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s9-0"},{"id":8034,"c":41,"u":"thunderous%20blows%20(10th%20level)_barbarian_phb_juggernaut_tdcsr_10_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"thunderous blows (10th level)|tdcsr","n":"Juggernaut Barbarian 10; Thunderous Blows (10th Level)","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s9-0"},{"id":8036,"c":41,"u":"unstoppable_barbarian_phb_juggernaut_tdcsr_14_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"unstoppable|tdcsr","n":"Juggernaut Barbarian 14; Unstoppable","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s13-0"},{"id":8038,"c":41,"u":"path%20of%20the%20ancestral%20guardian_barbarian_phb_ancestral%20guardian_xge_3_xge","p":9,"s":"XGE","h":1,"t":5,"uu":"path of the ancestral guardian|xge","n":"Ancestral Guardian Barbarian 3; Path of the Ancestral Guardian","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s2-0"},{"id":8040,"c":41,"u":"ancestral%20protectors_barbarian_phb_ancestral%20guardian_xge_3_xge","p":9,"s":"XGE","h":1,"t":5,"uu":"ancestral protectors|xge","n":"Ancestral Guardian Barbarian 3; Ancestral Protectors","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s2-0"},{"id":8042,"c":41,"u":"spirit%20shield_barbarian_phb_ancestral%20guardian_xge_6_xge","p":9,"s":"XGE","h":1,"t":5,"uu":"spirit shield|xge","n":"Ancestral Guardian Barbarian 6; Spirit Shield","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s5-0"},{"id":8044,"c":41,"u":"consult%20the%20spirits_barbarian_phb_ancestral%20guardian_xge_10_xge","p":9,"s":"XGE","h":1,"t":5,"uu":"consult the spirits|xge","n":"Ancestral Guardian Barbarian 10; Consult the Spirits","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s9-0"},{"id":8046,"c":41,"u":"vengeful%20ancestors_barbarian_phb_ancestral%20guardian_xge_14_xge","p":9,"s":"XGE","h":1,"t":5,"uu":"vengeful ancestors|xge","n":"Ancestral Guardian Barbarian 14; Vengeful Ancestors","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s13-0"},{"id":8048,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"desert|xge","n":"Storm Herald Barbarian 3; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":8050,"c":41,"u":"path%20of%20the%20storm%20herald_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"path of the storm herald|xge","n":"Storm Herald Barbarian 3; Path of the Storm Herald","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":8052,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"sea|xge","n":"Storm Herald Barbarian 3; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":8054,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"tundra|xge","n":"Storm Herald Barbarian 3; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":8056,"c":41,"u":"storm%20aura_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"storm aura|xge","n":"Storm Herald Barbarian 3; Storm Aura","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":8058,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"desert|xge","n":"Storm Herald Barbarian 6; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":8060,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"sea|xge","n":"Storm Herald Barbarian 6; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":8062,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"tundra|xge","n":"Storm Herald Barbarian 6; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":8064,"c":41,"u":"storm%20soul_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"storm soul|xge","n":"Storm Herald Barbarian 6; Storm Soul","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":8066,"c":41,"u":"shielding%20storm_barbarian_phb_storm%20herald_xge_10_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"shielding storm|xge","n":"Storm Herald Barbarian 10; Shielding Storm","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s9-0"},{"id":8068,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"desert|xge","n":"Storm Herald Barbarian 14; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":8070,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"sea|xge","n":"Storm Herald Barbarian 14; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":8072,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"tundra|xge","n":"Storm Herald Barbarian 14; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":8074,"c":41,"u":"raging%20storm_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"t":5,"uu":"raging storm|xge","n":"Storm Herald Barbarian 14; Raging Storm","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":8076,"c":41,"u":"path%20of%20the%20zealot_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"path of the zealot|xge","n":"Zealot Barbarian 3; Path of the Zealot","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":8078,"c":41,"u":"divine%20fury_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"divine fury|xge","n":"Zealot Barbarian 3; Divine Fury","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":8080,"c":41,"u":"warrior%20of%20the%20gods_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"warrior of the gods|xge","n":"Zealot Barbarian 3; Warrior of the Gods","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":8082,"c":41,"u":"fanatical%20focus_barbarian_phb_zealot_xge_6_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"fanatical focus|xge","n":"Zealot Barbarian 6; Fanatical Focus","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s5-0"},{"id":8084,"c":41,"u":"zealous%20presence_barbarian_phb_zealot_xge_10_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"zealous presence|xge","n":"Zealot Barbarian 10; Zealous Presence","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s9-0"},{"id":8086,"c":41,"u":"rage%20beyond%20death_barbarian_phb_zealot_xge_14_xge","p":11,"s":"XGE","h":1,"t":5,"uu":"rage beyond death|xge","n":"Zealot Barbarian 14; Rage beyond Death","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s13-0"},{"id":8088,"c":41,"u":"path%20of%20the%20berserker_barbarian_xphb_berserker_xphb_3_xphb","p":54,"s":"XPHB","h":1,"t":5,"uu":"path of the berserker|xphb","n":"Berserker Barbarian 3; Path of the Berserker","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s2-0"},{"id":8090,"c":41,"u":"frenzy_barbarian_xphb_berserker_xphb_3_xphb","p":54,"s":"XPHB","h":1,"t":5,"uu":"frenzy|xphb","n":"Berserker Barbarian 3; Frenzy","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s2-0"},{"id":8092,"c":41,"u":"mindless%20rage_barbarian_xphb_berserker_xphb_6_xphb","p":54,"s":"XPHB","h":1,"t":5,"uu":"mindless rage|xphb","n":"Berserker Barbarian 6; Mindless Rage","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s5-0"},{"id":8094,"c":41,"u":"retaliation_barbarian_xphb_berserker_xphb_10_xphb","p":54,"s":"XPHB","h":1,"t":5,"uu":"retaliation|xphb","n":"Berserker Barbarian 10; Retaliation","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s9-0"},{"id":8096,"c":41,"u":"intimidating%20presence_barbarian_xphb_berserker_xphb_14_xphb","p":54,"s":"XPHB","h":1,"t":5,"uu":"intimidating presence|xphb","n":"Berserker Barbarian 14; Intimidating Presence","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s13-0"},{"id":8098,"c":41,"u":"path%20of%20the%20wild%20heart_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"path of the wild heart|xphb","n":"Wild Heart Barbarian 3; Path of the Wild Heart","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":8100,"c":41,"u":"animal%20speaker_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"animal speaker|xphb","n":"Wild Heart Barbarian 3; Animal Speaker","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":8102,"c":41,"u":"rage%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"rage of the wilds|xphb","n":"Wild Heart Barbarian 3; Rage of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":8104,"c":41,"u":"aspect%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_6_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"aspect of the wilds|xphb","n":"Wild Heart Barbarian 6; Aspect of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s5-0"},{"id":8106,"c":41,"u":"nature%20speaker_barbarian_xphb_wild%20heart_xphb_10_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"nature speaker|xphb","n":"Wild Heart Barbarian 10; Nature Speaker","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s9-0"},{"id":8108,"c":41,"u":"power%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_14_xphb","p":55,"s":"XPHB","h":1,"t":5,"uu":"power of the wilds|xphb","n":"Wild Heart Barbarian 14; Power of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s13-0"},{"id":8110,"c":41,"u":"path%20of%20the%20world%20tree_barbarian_xphb_world%20tree_xphb_3_xphb","p":56,"s":"XPHB","h":1,"t":5,"uu":"path of the world tree|xphb","n":"World Tree Barbarian 3; Path of the World Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s2-0"},{"id":8112,"c":41,"u":"vitality%20of%20the%20tree_barbarian_xphb_world%20tree_xphb_3_xphb","p":56,"s":"XPHB","h":1,"t":5,"uu":"vitality of the tree|xphb","n":"World Tree Barbarian 3; Vitality of the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s2-0"},{"id":8114,"c":41,"u":"branches%20of%20the%20tree_barbarian_xphb_world%20tree_xphb_6_xphb","p":56,"s":"XPHB","h":1,"t":5,"uu":"branches of the tree|xphb","n":"World Tree Barbarian 6; Branches of the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s5-0"},{"id":8116,"c":41,"u":"battering%20roots_barbarian_xphb_world%20tree_xphb_10_xphb","p":56,"s":"XPHB","h":1,"t":5,"uu":"battering roots|xphb","n":"World Tree Barbarian 10; Battering Roots","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s9-0"},{"id":8118,"c":41,"u":"travel%20along%20the%20tree_barbarian_xphb_world%20tree_xphb_14_xphb","p":56,"s":"XPHB","h":1,"t":5,"uu":"travel along the tree|xphb","n":"World Tree Barbarian 14; Travel Along the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s13-0"},{"id":8120,"c":41,"u":"path%20of%20the%20zealot_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"path of the zealot|xphb","n":"Zealot Barbarian 3; Path of the Zealot","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":8122,"c":41,"u":"divine%20fury_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"divine fury|xphb","n":"Zealot Barbarian 3; Divine Fury","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":8124,"c":41,"u":"warrior%20of%20the%20gods_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"warrior of the gods|xphb","n":"Zealot Barbarian 3; Warrior of the Gods","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":8126,"c":41,"u":"fanatical%20focus_barbarian_xphb_zealot_xphb_6_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"fanatical focus|xphb","n":"Zealot Barbarian 6; Fanatical Focus","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s5-0"},{"id":8128,"c":41,"u":"zealous%20presence_barbarian_xphb_zealot_xphb_10_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"zealous presence|xphb","n":"Zealot Barbarian 10; Zealous Presence","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s9-0"},{"id":8130,"c":41,"u":"rage%20of%20the%20gods_barbarian_xphb_zealot_xphb_14_xphb","p":57,"s":"XPHB","h":1,"t":5,"uu":"rage of the gods|xphb","n":"Zealot Barbarian 14; Rage of the Gods","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s13-0"},{"id":8132,"c":41,"u":"college%20of%20lore_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"t":5,"uu":"college of lore|phb","n":"Lore Bard 3; College of Lore","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":8134,"c":41,"u":"bonus%20proficiencies_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"t":5,"uu":"bonus proficiencies|phb","n":"Lore Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":8136,"c":41,"u":"cutting%20words_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"t":5,"uu":"cutting words|phb","n":"Lore Bard 3; Cutting Words","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":8138,"c":41,"u":"additional%20magical%20secrets_bard_phb_lore_phb_6_phb","p":54,"s":"PHB","h":1,"r":1,"t":5,"uu":"additional magical secrets|phb","n":"Lore Bard 6; Additional Magical Secrets","uh":"bard_phb,state:sub-lore-phb=b1~feature=s5-0"},{"id":8140,"c":41,"u":"peerless%20skill_bard_phb_lore_phb_14_phb","p":54,"s":"PHB","h":1,"r":1,"t":5,"uu":"peerless skill|phb","n":"Lore Bard 14; Peerless Skill","uh":"bard_phb,state:sub-lore-phb=b1~feature=s13-0"},{"id":8142,"c":41,"u":"college%20of%20valor_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"t":5,"uu":"college of valor|phb","n":"Valor Bard 3; College of Valor","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":8144,"c":41,"u":"bonus%20proficiencies_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"t":5,"uu":"bonus proficiencies|phb","n":"Valor Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":8146,"c":41,"u":"combat%20inspiration_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"t":5,"uu":"combat inspiration|phb","n":"Valor Bard 3; Combat Inspiration","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":8148,"c":41,"u":"extra%20attack_bard_phb_valor_phb_6_phb","p":55,"s":"PHB","h":1,"t":5,"uu":"extra attack|phb","n":"Valor Bard 6; Extra Attack","uh":"bard_phb,state:sub-valor-phb=b1~feature=s5-0"},{"id":8150,"c":41,"u":"battle%20magic_bard_phb_valor_phb_14_phb","p":55,"s":"PHB","h":1,"t":5,"uu":"battle magic|phb","n":"Valor Bard 14; Battle Magic","uh":"bard_phb,state:sub-valor-phb=b1~feature=s13-0"},{"id":8152,"c":41,"u":"college%20of%20creation_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"t":5,"uu":"college of creation|tce","n":"Creation Bard 3; College of Creation","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":8154,"c":41,"u":"mote%20of%20potential_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"t":5,"uu":"mote of potential|tce","n":"Creation Bard 3; Mote of Potential","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":8156,"c":41,"u":"performance%20of%20creation_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"t":5,"uu":"performance of creation|tce","n":"Creation Bard 3; Performance of Creation","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":8158,"c":41,"u":"animating%20performance_bard_phb_creation_tce_6_tce","p":27,"s":"TCE","h":1,"t":5,"uu":"animating performance|tce","n":"Creation Bard 6; Animating Performance","uh":"bard_phb,state:sub-creation-tce=b1~feature=s5-0"},{"id":8160,"c":41,"u":"creative%20crescendo_bard_phb_creation_tce_14_tce","p":27,"s":"TCE","h":1,"t":5,"uu":"creative crescendo|tce","n":"Creation Bard 14; Creative Crescendo","uh":"bard_phb,state:sub-creation-tce=b1~feature=s13-0"},{"id":8162,"c":41,"u":"college%20of%20eloquence_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"college of eloquence|tce","n":"Eloquence Bard 3; College of Eloquence","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":8164,"c":41,"u":"silver%20tongue_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"silver tongue|tce","n":"Eloquence Bard 3; Silver Tongue","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":8166,"c":41,"u":"unsettling%20words_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"unsettling words|tce","n":"Eloquence Bard 3; Unsettling Words","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":8168,"c":41,"u":"unfailing%20inspiration_bard_phb_eloquence_tce_6_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"unfailing inspiration|tce","n":"Eloquence Bard 6; Unfailing Inspiration","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s5-0"},{"id":8170,"c":41,"u":"universal%20speech_bard_phb_eloquence_tce_6_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"universal speech|tce","n":"Eloquence Bard 6; Universal Speech","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s5-0"},{"id":8172,"c":41,"u":"infectious%20inspiration_bard_phb_eloquence_tce_14_tce","p":29,"s":"TCE","h":1,"t":5,"uu":"infectious inspiration|tce","n":"Eloquence Bard 14; Infectious Inspiration","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s13-0"},{"id":8174,"c":41,"u":"college%20of%20tragedy_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"college of tragedy|tdcsr","n":"Tragedy Bard 3; College of Tragedy","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8176,"c":41,"u":"poetry%20in%20misery_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"poetry in misery|tdcsr","n":"Tragedy Bard 3; Poetry in Misery","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8178,"c":41,"u":"sorrowful%20fate_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"sorrowful fate|tdcsr","n":"Tragedy Bard 3; Sorrowful Fate","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8180,"c":41,"u":"impending%20misfortune_bard_phb_tragedy_tdcsr_6_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"impending misfortune|tdcsr","n":"Tragedy Bard 6; Impending Misfortune","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s5-0"},{"id":8182,"c":41,"u":"tale%20of%20hubris_bard_phb_tragedy_tdcsr_6_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"tale of hubris|tdcsr","n":"Tragedy Bard 6; Tale of Hubris","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s5-0"},{"id":8184,"c":41,"u":"nimbus%20of%20pathos_bard_phb_tragedy_tdcsr_14_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"nimbus of pathos|tdcsr","n":"Tragedy Bard 14; Nimbus of Pathos","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s13-0"},{"id":8186,"c":41,"u":"tale%20of%20hubris%20(14th%20level)_bard_phb_tragedy_tdcsr_14_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"tale of hubris (14th level)|tdcsr","n":"Tragedy Bard 14; Tale of Hubris (14th Level)","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s13-0"},{"id":8188,"c":41,"u":"college%20of%20spirits_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"college of spirits|vrgr","n":"Spirits Bard 3; College of Spirits","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8190,"c":41,"u":"guiding%20whispers_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"guiding whispers|vrgr","n":"Spirits Bard 3; Guiding Whispers","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8192,"c":41,"u":"spiritual%20focus_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"spiritual focus|vrgr","n":"Spirits Bard 3; Spiritual Focus","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8194,"c":41,"u":"tales%20from%20beyond_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"tales from beyond|vrgr","n":"Spirits Bard 3; Tales from Beyond","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8196,"c":41,"u":"spirit%20session_bard_phb_spirits_vrgr_6_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"spirit session|vrgr","n":"Spirits Bard 6; Spirit Session","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s5-0"},{"id":8198,"c":41,"u":"mystical%20connection_bard_phb_spirits_vrgr_14_vrgr","p":28,"s":"VRGR","h":1,"t":5,"uu":"mystical connection|vrgr","n":"Spirits Bard 14; Mystical Connection","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s13-0"},{"id":8200,"c":41,"u":"college%20of%20glamour_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"t":5,"uu":"college of glamour|xge","n":"Glamour Bard 3; College of Glamour","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8202,"c":41,"u":"enthralling%20performance_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"t":5,"uu":"enthralling performance|xge","n":"Glamour Bard 3; Enthralling Performance","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8204,"c":41,"u":"mantle%20of%20inspiration_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"t":5,"uu":"mantle of inspiration|xge","n":"Glamour Bard 3; Mantle of Inspiration","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8206,"c":41,"u":"mantle%20of%20majesty_bard_phb_glamour_xge_6_xge","p":14,"s":"XGE","h":1,"t":5,"uu":"mantle of majesty|xge","n":"Glamour Bard 6; Mantle of Majesty","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s5-0"},{"id":8208,"c":41,"u":"unbreakable%20majesty_bard_phb_glamour_xge_14_xge","p":14,"s":"XGE","h":1,"t":5,"uu":"unbreakable majesty|xge","n":"Glamour Bard 14; Unbreakable Majesty","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s13-0"},{"id":8210,"c":41,"u":"college%20of%20swords_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"college of swords|xge","n":"Swords Bard 3; College of Swords","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8212,"c":41,"u":"defensive%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"defensive flourish|xge","n":"Swords Bard 3; Defensive Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8214,"c":41,"u":"mobile%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"mobile flourish|xge","n":"Swords Bard 3; Mobile Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8216,"c":41,"u":"slashing%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"slashing flourish|xge","n":"Swords Bard 3; Slashing Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8218,"c":41,"u":"blade%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"blade flourish|xge","n":"Swords Bard 3; Blade Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8220,"c":41,"u":"bonus%20proficiencies_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"bonus proficiencies|xge","n":"Swords Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8222,"c":41,"u":"fighting%20style_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"fighting style|xge","n":"Swords Bard 3; Fighting Style","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8224,"c":41,"u":"extra%20attack_bard_phb_swords_xge_6_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"extra attack|xge","n":"Swords Bard 6; Extra Attack","uh":"bard_phb,state:sub-swords-xge=b1~feature=s5-0"},{"id":8226,"c":41,"u":"master's%20flourish_bard_phb_swords_xge_14_xge","p":15,"s":"XGE","h":1,"t":5,"uu":"master's flourish|xge","n":"Swords Bard 14; Master's Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s13-0"},{"id":8228,"c":41,"u":"college%20of%20whispers_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"t":5,"uu":"college of whispers|xge","n":"Whispers Bard 3; College of Whispers","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8230,"c":41,"u":"psychic%20blades_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"t":5,"uu":"psychic blades|xge","n":"Whispers Bard 3; Psychic Blades","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8232,"c":41,"u":"words%20of%20terror_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"t":5,"uu":"words of terror|xge","n":"Whispers Bard 3; Words of Terror","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8234,"c":41,"u":"mantle%20of%20whispers_bard_phb_whispers_xge_6_xge","p":16,"s":"XGE","h":1,"t":5,"uu":"mantle of whispers|xge","n":"Whispers Bard 6; Mantle of Whispers","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s5-0"},{"id":8236,"c":41,"u":"shadow%20lore_bard_phb_whispers_xge_14_xge","p":16,"s":"XGE","h":1,"t":5,"uu":"shadow lore|xge","n":"Whispers Bard 14; Shadow Lore","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s13-0"},{"id":8238,"c":41,"u":"college%20of%20dance_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"college of dance|xphb","n":"Dance Bard 3; College of Dance","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8240,"c":41,"u":"agile%20strikes_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"agile strikes|xphb","n":"Dance Bard 3; Agile Strikes","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8242,"c":41,"u":"bardic%20damage_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"bardic damage|xphb","n":"Dance Bard 3; Bardic Damage","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8244,"c":41,"u":"dance%20virtuoso_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"dance virtuoso|xphb","n":"Dance Bard 3; Dance Virtuoso","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8246,"c":41,"u":"dazzling%20footwork_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"dazzling footwork|xphb","n":"Dance Bard 3; Dazzling Footwork","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8248,"c":41,"u":"unarmored%20defense_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"unarmored defense|xphb","n":"Dance Bard 3; Unarmored Defense","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8250,"c":41,"u":"inspiring%20movement_bard_xphb_dance_xphb_6_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"inspiring movement|xphb","n":"Dance Bard 6; Inspiring Movement","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s5-0"},{"id":8252,"c":41,"u":"tandem%20footwork_bard_xphb_dance_xphb_6_xphb","p":64,"s":"XPHB","h":1,"t":5,"uu":"tandem footwork|xphb","n":"Dance Bard 6; Tandem Footwork","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s5-0"},{"id":8254,"c":41,"u":"leading%20evasion_bard_xphb_dance_xphb_14_xphb","p":65,"s":"XPHB","h":1,"t":5,"uu":"leading evasion|xphb","n":"Dance Bard 14; Leading Evasion","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s13-0"},{"id":8256,"c":41,"u":"college%20of%20glamour_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"t":5,"uu":"college of glamour|xphb","n":"Glamour Bard 3; College of Glamour","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8258,"c":41,"u":"beguiling%20magic_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"t":5,"uu":"beguiling magic|xphb","n":"Glamour Bard 3; Beguiling Magic","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8260,"c":41,"u":"mantle%20of%20inspiration_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"t":5,"uu":"mantle of inspiration|xphb","n":"Glamour Bard 3; Mantle of Inspiration","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8262,"c":41,"u":"mantle%20of%20majesty_bard_xphb_glamour_xphb_6_xphb","p":65,"s":"XPHB","h":1,"t":5,"uu":"mantle of majesty|xphb","n":"Glamour Bard 6; Mantle of Majesty","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s5-0"},{"id":8264,"c":41,"u":"unbreakable%20majesty_bard_xphb_glamour_xphb_14_xphb","p":66,"s":"XPHB","h":1,"t":5,"uu":"unbreakable majesty|xphb","n":"Glamour Bard 14; Unbreakable Majesty","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s13-0"},{"id":8266,"c":41,"u":"college%20of%20lore_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"t":5,"uu":"college of lore|xphb","n":"Lore Bard 3; College of Lore","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8268,"c":41,"u":"bonus%20proficiencies_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"t":5,"uu":"bonus proficiencies|xphb","n":"Lore Bard 3; Bonus Proficiencies","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8270,"c":41,"u":"cutting%20words_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"t":5,"uu":"cutting words|xphb","n":"Lore Bard 3; Cutting Words","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8272,"c":41,"u":"magical%20discoveries_bard_xphb_lore_xphb_6_xphb","p":66,"s":"XPHB","h":1,"t":5,"uu":"magical discoveries|xphb","n":"Lore Bard 6; Magical Discoveries","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s5-0"},{"id":8274,"c":41,"u":"peerless%20skill_bard_xphb_lore_xphb_14_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"peerless skill|xphb","n":"Lore Bard 14; Peerless Skill","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s13-0"},{"id":8276,"c":41,"u":"college%20of%20valor_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"college of valor|xphb","n":"Valor Bard 3; College of Valor","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8278,"c":41,"u":"combat%20inspiration_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"combat inspiration|xphb","n":"Valor Bard 3; Combat Inspiration","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8280,"c":41,"u":"martial%20training_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"martial training|xphb","n":"Valor Bard 3; Martial Training","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8282,"c":41,"u":"extra%20attack_bard_xphb_valor_xphb_6_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"extra attack|xphb","n":"Valor Bard 6; Extra Attack","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s5-0"},{"id":8284,"c":41,"u":"battle%20magic_bard_xphb_valor_xphb_14_xphb","p":67,"s":"XPHB","h":1,"t":5,"uu":"battle magic|xphb","n":"Valor Bard 14; Battle Magic","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s13-0"},{"id":8286,"c":41,"u":"death%20domain_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"death domain|dmg","n":"Death Cleric 1; Death Domain","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8288,"c":41,"u":"bonus%20proficiency_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"bonus proficiency|dmg","n":"Death Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8290,"c":41,"u":"reaper_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"reaper|dmg","n":"Death Cleric 1; Reaper","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8292,"c":41,"u":"channel%20divinity%3a%20touch%20of%20death_cleric_phb_death_dmg_2_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"channel divinity: touch of death|dmg","n":"Death Cleric 2; Channel Divinity: Touch of Death","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s1-0"},{"id":8294,"c":41,"u":"inescapable%20destruction_cleric_phb_death_dmg_6_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"inescapable destruction|dmg","n":"Death Cleric 6; Inescapable Destruction","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s5-0"},{"id":8296,"c":41,"u":"blessed%20strikes_cleric_phb_death_dmg_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Death Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-death-tce=b1~feature=s7-0"},{"id":8298,"c":41,"u":"divine%20strike_cleric_phb_death_dmg_8_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"divine strike|dmg","n":"Death Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s7-0"},{"id":8300,"c":41,"u":"improved%20reaper_cleric_phb_death_dmg_17_dmg","p":96,"s":"DMG","h":1,"t":5,"uu":"improved reaper|dmg","n":"Death Cleric 17; Improved Reaper","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s16-0"},{"id":8302,"c":41,"u":"knowledge%20domain_cleric_phb_knowledge_phb_1_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"knowledge domain|phb","n":"Knowledge Cleric 1; Knowledge Domain","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s0-0"},{"id":8304,"c":41,"u":"blessings%20of%20knowledge_cleric_phb_knowledge_phb_1_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"blessings of knowledge|phb","n":"Knowledge Cleric 1; Blessings of Knowledge","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s0-0"},{"id":8306,"c":41,"u":"channel%20divinity%3a%20knowledge%20of%20the%20ages_cleric_phb_knowledge_phb_2_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"channel divinity: knowledge of the ages|phb","n":"Knowledge Cleric 2; Channel Divinity: Knowledge of the Ages","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s1-0"},{"id":8308,"c":41,"u":"channel%20divinity%3a%20read%20thoughts_cleric_phb_knowledge_phb_6_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"channel divinity: read thoughts|phb","n":"Knowledge Cleric 6; Channel Divinity: Read Thoughts","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s5-0"},{"id":8310,"c":41,"u":"blessed%20strikes_cleric_phb_knowledge_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Knowledge Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-knowledge-tce=b1~feature=s7-0"},{"id":8312,"c":41,"u":"potent%20spellcasting_cleric_phb_knowledge_phb_8_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"potent spellcasting|phb","n":"Knowledge Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s7-0"},{"id":8314,"c":41,"u":"visions%20of%20the%20past_cleric_phb_knowledge_phb_17_phb","p":59,"s":"PHB","h":1,"t":5,"uu":"visions of the past|phb","n":"Knowledge Cleric 17; Visions of the Past","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s16-0"},{"id":8316,"c":41,"u":"life%20domain_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"life domain|phb","n":"Life Cleric 1; Life Domain","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8318,"c":41,"u":"bonus%20proficiency_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"bonus proficiency|phb","n":"Life Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8320,"c":41,"u":"disciple%20of%20life_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"disciple of life|phb","n":"Life Cleric 1; Disciple of Life","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8322,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_phb_life_phb_2_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"channel divinity: preserve life|phb","n":"Life Cleric 2; Channel Divinity: Preserve Life","uh":"cleric_phb,state:sub-life-phb=b1~feature=s1-0"},{"id":8324,"c":41,"u":"blessed%20healer_cleric_phb_life_phb_6_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"blessed healer|phb","n":"Life Cleric 6; Blessed Healer","uh":"cleric_phb,state:sub-life-phb=b1~feature=s5-0"},{"id":8326,"c":41,"u":"blessed%20strikes_cleric_phb_life_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Life Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-life-tce=b1~feature=s7-0"},{"id":8328,"c":41,"u":"divine%20strike_cleric_phb_life_phb_8_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"divine strike|phb","n":"Life Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-life-phb=b1~feature=s7-0"},{"id":8330,"c":41,"u":"supreme%20healing_cleric_phb_life_phb_17_phb","p":60,"s":"PHB","h":1,"r":1,"t":5,"uu":"supreme healing|phb","n":"Life Cleric 17; Supreme Healing","uh":"cleric_phb,state:sub-life-phb=b1~feature=s16-0"},{"id":8332,"c":41,"u":"light%20domain_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"light domain|phb","n":"Light Cleric 1; Light Domain","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8334,"c":41,"u":"bonus%20cantrip_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"bonus cantrip|phb","n":"Light Cleric 1; Bonus Cantrip","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8336,"c":41,"u":"warding%20flare_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"warding flare|phb","n":"Light Cleric 1; Warding Flare","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8338,"c":41,"u":"channel%20divinity%3a%20radiance%20of%20the%20dawn_cleric_phb_light_phb_2_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"channel divinity: radiance of the dawn|phb","n":"Light Cleric 2; Channel Divinity: Radiance of the Dawn","uh":"cleric_phb,state:sub-light-phb=b1~feature=s1-0"},{"id":8340,"c":41,"u":"improved%20flare_cleric_phb_light_phb_6_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"improved flare|phb","n":"Light Cleric 6; Improved Flare","uh":"cleric_phb,state:sub-light-phb=b1~feature=s5-0"},{"id":8342,"c":41,"u":"blessed%20strikes_cleric_phb_light_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Light Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-light-tce=b1~feature=s7-0"},{"id":8344,"c":41,"u":"potent%20spellcasting_cleric_phb_light_phb_8_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"potent spellcasting|phb","n":"Light Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-light-phb=b1~feature=s7-0"},{"id":8346,"c":41,"u":"corona%20of%20light_cleric_phb_light_phb_17_phb","p":60,"s":"PHB","h":1,"t":5,"uu":"corona of light|phb","n":"Light Cleric 17; Corona of Light","uh":"cleric_phb,state:sub-light-phb=b1~feature=s16-0"},{"id":8348,"c":41,"u":"nature%20domain_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"nature domain|phb","n":"Nature Cleric 1; Nature Domain","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8350,"c":41,"u":"acolyte%20of%20nature_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"acolyte of nature|phb","n":"Nature Cleric 1; Acolyte of Nature","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8352,"c":41,"u":"bonus%20proficiency_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"bonus proficiency|phb","n":"Nature Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8354,"c":41,"u":"channel%20divinity%3a%20charm%20animals%20and%20plants_cleric_phb_nature_phb_2_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"channel divinity: charm animals and plants|phb","n":"Nature Cleric 2; Channel Divinity: Charm Animals and Plants","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s1-0"},{"id":8356,"c":41,"u":"dampen%20elements_cleric_phb_nature_phb_6_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"dampen elements|phb","n":"Nature Cleric 6; Dampen Elements","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s5-0"},{"id":8358,"c":41,"u":"blessed%20strikes_cleric_phb_nature_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Nature Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-nature-tce=b1~feature=s7-0"},{"id":8360,"c":41,"u":"divine%20strike_cleric_phb_nature_phb_8_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"divine strike|phb","n":"Nature Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s7-0"},{"id":8362,"c":41,"u":"master%20of%20nature_cleric_phb_nature_phb_17_phb","p":61,"s":"PHB","h":1,"t":5,"uu":"master of nature|phb","n":"Nature Cleric 17; Master of Nature","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s16-0"},{"id":8364,"c":41,"u":"tempest%20domain_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"tempest domain|phb","n":"Tempest Cleric 1; Tempest Domain","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8366,"c":41,"u":"bonus%20proficiencies_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"bonus proficiencies|phb","n":"Tempest Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8368,"c":41,"u":"wrath%20of%20the%20storm_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"wrath of the storm|phb","n":"Tempest Cleric 1; Wrath of the Storm","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8370,"c":41,"u":"channel%20divinity%3a%20destructive%20wrath_cleric_phb_tempest_phb_2_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"channel divinity: destructive wrath|phb","n":"Tempest Cleric 2; Channel Divinity: Destructive Wrath","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s1-0"},{"id":8372,"c":41,"u":"thunderbolt%20strike_cleric_phb_tempest_phb_6_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"thunderbolt strike|phb","n":"Tempest Cleric 6; Thunderbolt Strike","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s5-0"},{"id":8374,"c":41,"u":"blessed%20strikes_cleric_phb_tempest_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Tempest Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-tempest-tce=b1~feature=s7-0"},{"id":8376,"c":41,"u":"divine%20strike_cleric_phb_tempest_phb_8_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"divine strike|phb","n":"Tempest Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s7-0"},{"id":8378,"c":41,"u":"stormborn_cleric_phb_tempest_phb_17_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"stormborn|phb","n":"Tempest Cleric 17; Stormborn","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s16-0"},{"id":8380,"c":41,"u":"trickery%20domain_cleric_phb_trickery_phb_1_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"trickery domain|phb","n":"Trickery Cleric 1; Trickery Domain","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s0-0"},{"id":8382,"c":41,"u":"blessing%20of%20the%20trickster_cleric_phb_trickery_phb_1_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"blessing of the trickster|phb","n":"Trickery Cleric 1; Blessing of the Trickster","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s0-0"},{"id":8384,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_phb_trickery_phb_2_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"channel divinity: invoke duplicity|phb","n":"Trickery Cleric 2; Channel Divinity: Invoke Duplicity","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s1-0"},{"id":8386,"c":41,"u":"channel%20divinity%3a%20cloak%20of%20shadows_cleric_phb_trickery_phb_6_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"channel divinity: cloak of shadows|phb","n":"Trickery Cleric 6; Channel Divinity: Cloak of Shadows","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s5-0"},{"id":8388,"c":41,"u":"blessed%20strikes_cleric_phb_trickery_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Trickery Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-trickery-tce=b1~feature=s7-0"},{"id":8390,"c":41,"u":"divine%20strike_cleric_phb_trickery_phb_8_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"divine strike|phb","n":"Trickery Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s7-0"},{"id":8392,"c":41,"u":"improved%20duplicity_cleric_phb_trickery_phb_17_phb","p":62,"s":"PHB","h":1,"t":5,"uu":"improved duplicity|phb","n":"Trickery Cleric 17; Improved Duplicity","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s16-0"},{"id":8394,"c":41,"u":"war%20domain_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"war domain|phb","n":"War Cleric 1; War Domain","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8396,"c":41,"u":"bonus%20proficiencies_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"bonus proficiencies|phb","n":"War Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8398,"c":41,"u":"war%20priest_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"war priest|phb","n":"War Cleric 1; War Priest","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8400,"c":41,"u":"channel%20divinity%3a%20guided%20strike_cleric_phb_war_phb_2_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"channel divinity: guided strike|phb","n":"War Cleric 2; Channel Divinity: Guided Strike","uh":"cleric_phb,state:sub-war-phb=b1~feature=s1-0"},{"id":8402,"c":41,"u":"channel%20divinity%3a%20war%20god's%20blessing_cleric_phb_war_phb_6_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"channel divinity: war god's blessing|phb","n":"War Cleric 6; Channel Divinity: War God's Blessing","uh":"cleric_phb,state:sub-war-phb=b1~feature=s5-0"},{"id":8404,"c":41,"u":"blessed%20strikes_cleric_phb_war_phb_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"War Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-war-tce=b1~feature=s7-0"},{"id":8406,"c":41,"u":"divine%20strike_cleric_phb_war_phb_8_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"divine strike|phb","n":"War Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-war-phb=b1~feature=s7-0"},{"id":8408,"c":41,"u":"avatar%20of%20battle_cleric_phb_war_phb_17_phb","p":63,"s":"PHB","h":1,"t":5,"uu":"avatar of battle|phb","n":"War Cleric 17; Avatar of Battle","uh":"cleric_phb,state:sub-war-phb=b1~feature=s16-0"},{"id":8410,"c":41,"u":"ambition%20domain%20(psa)_cleric_phb_ambition%20(psa)_psa_1_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"ambition domain (psa)|psa","n":"Ambition (PSA) Cleric 1; Ambition Domain (PSA)","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s0-0"},{"id":8412,"c":41,"u":"warding%20flare_cleric_phb_ambition%20(psa)_psa_1_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"warding flare|psa","n":"Ambition (PSA) Cleric 1; Warding Flare","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s0-0"},{"id":8414,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_phb_ambition%20(psa)_psa_2_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"channel divinity: invoke duplicity|psa","n":"Ambition (PSA) Cleric 2; Channel Divinity: Invoke Duplicity","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s1-0"},{"id":8416,"c":41,"u":"channel%20divinity%3a%20cloak%20of%20shadows_cleric_phb_ambition%20(psa)_psa_6_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"channel divinity: cloak of shadows|psa","n":"Ambition (PSA) Cleric 6; Channel Divinity: Cloak of Shadows","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s5-0"},{"id":8418,"c":41,"u":"blessed%20strikes_cleric_phb_ambition%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Ambition (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-ambition-psa-tce=b1~feature=s7-0"},{"id":8420,"c":41,"u":"potent%20spellcasting_cleric_phb_ambition%20(psa)_psa_8_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"potent spellcasting|psa","n":"Ambition (PSA) Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s7-0"},{"id":8422,"c":41,"u":"improved%20duplicity_cleric_phb_ambition%20(psa)_psa_17_psa","p":27,"s":"PSA","h":1,"t":5,"uu":"improved duplicity|psa","n":"Ambition (PSA) Cleric 17; Improved Duplicity","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s16-0"},{"id":8424,"c":41,"u":"knowledge%20domain%20(psa)_cleric_phb_knowledge%20(psa)_psa_1_psa","p":25,"s":"PSA","h":1,"t":5,"uu":"knowledge domain (psa)|psa","n":"Knowledge (PSA) Cleric 1; Knowledge Domain (PSA)","uh":"cleric_phb,state:sub-knowledge-psa-psa=b1~feature=s0-0"},{"id":8426,"c":41,"u":"solidarity%20domain%20(psa)_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"solidarity domain (psa)|psa","n":"Solidarity (PSA) Cleric 1; Solidarity Domain (PSA)","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8428,"c":41,"u":"bonus%20proficiency_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"bonus proficiency|psa","n":"Solidarity (PSA) Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8430,"c":41,"u":"solidarity's%20action_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"solidarity's action|psa","n":"Solidarity (PSA) Cleric 1; Solidarity's Action","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8432,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_phb_solidarity%20(psa)_psa_2_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"channel divinity: preserve life|psa","n":"Solidarity (PSA) Cleric 2; Channel Divinity: Preserve Life","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s1-0"},{"id":8434,"c":41,"u":"oketra's%20blessing_cleric_phb_solidarity%20(psa)_psa_6_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"oketra's blessing|psa","n":"Solidarity (PSA) Cleric 6; Oketra's Blessing","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s5-0"},{"id":8436,"c":41,"u":"blessed%20strikes_cleric_phb_solidarity%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Solidarity (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-solidarity-psa-tce=b1~feature=s7-0"},{"id":8438,"c":41,"u":"divine%20strike_cleric_phb_solidarity%20(psa)_psa_8_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"divine strike|psa","n":"Solidarity (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s7-0"},{"id":8440,"c":41,"u":"supreme%20healing_cleric_phb_solidarity%20(psa)_psa_17_psa","p":24,"s":"PSA","h":1,"t":5,"uu":"supreme healing|psa","n":"Solidarity (PSA) Cleric 17; Supreme Healing","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s16-0"},{"id":8442,"c":41,"u":"strength%20domain%20(psa)_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"strength domain (psa)|psa","n":"Strength (PSA) Cleric 1; Strength Domain (PSA)","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8444,"c":41,"u":"acolyte%20of%20strength_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"acolyte of strength|psa","n":"Strength (PSA) Cleric 1; Acolyte of Strength","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8446,"c":41,"u":"bonus%20proficiency_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"bonus proficiency|psa","n":"Strength (PSA) Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8448,"c":41,"u":"channel%20divinity%3a%20feat%20of%20strength_cleric_phb_strength%20(psa)_psa_2_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"channel divinity: feat of strength|psa","n":"Strength (PSA) Cleric 2; Channel Divinity: Feat of Strength","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s1-0"},{"id":8450,"c":41,"u":"rhonas's%20blessing_cleric_phb_strength%20(psa)_psa_6_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"rhonas's blessing|psa","n":"Strength (PSA) Cleric 6; Rhonas's Blessing","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s5-0"},{"id":8452,"c":41,"u":"blessed%20strikes_cleric_phb_strength%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Strength (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-strength-psa-tce=b1~feature=s7-0"},{"id":8454,"c":41,"u":"divine%20strike_cleric_phb_strength%20(psa)_psa_8_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"divine strike|psa","n":"Strength (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s7-0"},{"id":8456,"c":41,"u":"avatar%20of%20battle_cleric_phb_strength%20(psa)_psa_17_psa","p":26,"s":"PSA","h":1,"t":5,"uu":"avatar of battle|psa","n":"Strength (PSA) Cleric 17; Avatar of Battle","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s16-0"},{"id":8458,"c":41,"u":"zeal%20domain%20(psa)_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"zeal domain (psa)|psa","n":"Zeal (PSA) Cleric 1; Zeal Domain (PSA)","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8460,"c":41,"u":"bonus%20proficiencies_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"bonus proficiencies|psa","n":"Zeal (PSA) Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8462,"c":41,"u":"priest%20of%20zeal_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"priest of zeal|psa","n":"Zeal (PSA) Cleric 1; Priest of Zeal","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8464,"c":41,"u":"channel%20divinity%3a%20consuming%20fervor_cleric_phb_zeal%20(psa)_psa_2_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"channel divinity: consuming fervor|psa","n":"Zeal (PSA) Cleric 2; Channel Divinity: Consuming Fervor","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s1-0"},{"id":8466,"c":41,"u":"resounding%20strike_cleric_phb_zeal%20(psa)_psa_6_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"resounding strike|psa","n":"Zeal (PSA) Cleric 6; Resounding Strike","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s5-0"},{"id":8468,"c":41,"u":"blessed%20strikes_cleric_phb_zeal%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Zeal (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-zeal-psa-tce=b1~feature=s7-0"},{"id":8470,"c":41,"u":"divine%20strike_cleric_phb_zeal%20(psa)_psa_8_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"divine strike|psa","n":"Zeal (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s7-0"},{"id":8472,"c":41,"u":"blaze%20of%20glory_cleric_phb_zeal%20(psa)_psa_17_psa","p":28,"s":"PSA","h":1,"t":5,"uu":"blaze of glory|psa","n":"Zeal (PSA) Cleric 17; Blaze of Glory","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s16-0"},{"id":8474,"c":41,"u":"arcana%20domain_cleric_phb_arcana_scag_1_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"arcana domain|scag","n":"Arcana Cleric 1; Arcana Domain","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s0-0"},{"id":8476,"c":41,"u":"arcane%20initiate_cleric_phb_arcana_scag_1_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"arcane initiate|scag","n":"Arcana Cleric 1; Arcane Initiate","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s0-0"},{"id":8478,"c":41,"u":"channel%20divinity%3a%20arcane%20abjuration_cleric_phb_arcana_scag_2_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"channel divinity: arcane abjuration|scag","n":"Arcana Cleric 2; Channel Divinity: Arcane Abjuration","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s1-0"},{"id":8480,"c":41,"u":"spell%20breaker_cleric_phb_arcana_scag_6_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"spell breaker|scag","n":"Arcana Cleric 6; Spell Breaker","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s5-0"},{"id":8482,"c":41,"u":"blessed%20strikes_cleric_phb_arcana_scag_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Arcana Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-arcana-tce=b1~feature=s7-0"},{"id":8484,"c":41,"u":"potent%20spellcasting_cleric_phb_arcana_scag_8_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"potent spellcasting|scag","n":"Arcana Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s7-0"},{"id":8486,"c":41,"u":"arcane%20mastery_cleric_phb_arcana_scag_17_scag","p":125,"s":"SCAG","h":1,"t":5,"uu":"arcane mastery|scag","n":"Arcana Cleric 17; Arcane Mastery","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s16-0"},{"id":8488,"c":41,"u":"order%20domain_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"order domain|tce","n":"Order Cleric 1; Order Domain","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8490,"c":41,"u":"bonus%20proficiencies_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"bonus proficiencies|tce","n":"Order Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8492,"c":41,"u":"voice%20of%20authority_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"voice of authority|tce","n":"Order Cleric 1; Voice of Authority","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8494,"c":41,"u":"channel%20divinity%3a%20order's%20demand_cleric_phb_order_tce_2_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"channel divinity: order's demand|tce","n":"Order Cleric 2; Channel Divinity: Order's Demand","uh":"cleric_phb,state:sub-order-tce=b1~feature=s1-0"},{"id":8496,"c":41,"u":"embodiment%20of%20the%20law_cleric_phb_order_tce_6_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"embodiment of the law|tce","n":"Order Cleric 6; Embodiment of the Law","uh":"cleric_phb,state:sub-order-tce=b1~feature=s5-0"},{"id":8498,"c":41,"u":"blessed%20strikes_cleric_phb_order_tce_8_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Order Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-order-tce=b1~feature=s7-0"},{"id":8500,"c":41,"u":"divine%20strike_cleric_phb_order_tce_8_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"divine strike|tce","n":"Order Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-order-tce=b1~feature=s7-0"},{"id":8502,"c":41,"u":"order's%20wrath_cleric_phb_order_tce_17_tce","p":31,"s":"TCE","h":1,"t":5,"uu":"order's wrath|tce","n":"Order Cleric 17; Order's Wrath","uh":"cleric_phb,state:sub-order-tce=b1~feature=s16-0"},{"id":8504,"c":41,"u":"peace%20domain_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"peace domain|tce","n":"Peace Cleric 1; Peace Domain","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8506,"c":41,"u":"emboldening%20bond_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"emboldening bond|tce","n":"Peace Cleric 1; Emboldening Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8508,"c":41,"u":"implement%20of%20peace_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"implement of peace|tce","n":"Peace Cleric 1; Implement of Peace","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8510,"c":41,"u":"channel%20divinity%3a%20balm%20of%20peace_cleric_phb_peace_tce_2_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"channel divinity: balm of peace|tce","n":"Peace Cleric 2; Channel Divinity: Balm of Peace","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s1-0"},{"id":8512,"c":41,"u":"protective%20bond_cleric_phb_peace_tce_6_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"protective bond|tce","n":"Peace Cleric 6; Protective Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s5-0"},{"id":8514,"c":41,"u":"blessed%20strikes_cleric_phb_peace_tce_8_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Peace Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s7-0"},{"id":8516,"c":41,"u":"potent%20spellcasting_cleric_phb_peace_tce_8_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"potent spellcasting|tce","n":"Peace Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s7-0"},{"id":8518,"c":41,"u":"expansive%20bond_cleric_phb_peace_tce_17_tce","p":32,"s":"TCE","h":1,"t":5,"uu":"expansive bond|tce","n":"Peace Cleric 17; Expansive Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s16-0"},{"id":8520,"c":41,"u":"twilight%20domain_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"twilight domain|tce","n":"Twilight Cleric 1; Twilight Domain","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8522,"c":41,"u":"bonus%20proficiencies_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"bonus proficiencies|tce","n":"Twilight Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8524,"c":41,"u":"eyes%20of%20night_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"eyes of night|tce","n":"Twilight Cleric 1; Eyes of Night","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8526,"c":41,"u":"vigilant%20blessing_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"vigilant blessing|tce","n":"Twilight Cleric 1; Vigilant Blessing","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8528,"c":41,"u":"channel%20divinity%3a%20twilight%20sanctuary_cleric_phb_twilight_tce_2_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"channel divinity: twilight sanctuary|tce","n":"Twilight Cleric 2; Channel Divinity: Twilight Sanctuary","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s1-0"},{"id":8530,"c":41,"u":"steps%20of%20night_cleric_phb_twilight_tce_6_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"steps of night|tce","n":"Twilight Cleric 6; Steps of Night","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s5-0"},{"id":8532,"c":41,"u":"blessed%20strikes_cleric_phb_twilight_tce_8_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Twilight Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s7-0"},{"id":8534,"c":41,"u":"divine%20strike_cleric_phb_twilight_tce_8_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"divine strike|tce","n":"Twilight Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s7-0"},{"id":8536,"c":41,"u":"twilight%20shroud_cleric_phb_twilight_tce_17_tce","p":34,"s":"TCE","h":1,"t":5,"uu":"twilight shroud|tce","n":"Twilight Cleric 17; Twilight Shroud","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s16-0"},{"id":8538,"c":41,"u":"blood%20domain_cleric_phb_blood_tdcsr_1_tdcsr","p":168,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blood domain|tdcsr","n":"Blood Cleric 1; Blood Domain","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8540,"c":41,"u":"bloodletting%20focus_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"bloodletting focus|tdcsr","n":"Blood Cleric 1; Bloodletting Focus","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8542,"c":41,"u":"bonus%20proficiencies_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"bonus proficiencies|tdcsr","n":"Blood Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8544,"c":41,"u":"domain%20spells_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"domain spells|tdcsr","n":"Blood Cleric 1; Domain Spells","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8546,"c":41,"u":"channel%20divinity%3a%20crimson%20bond_cleric_phb_blood_tdcsr_2_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: crimson bond|tdcsr","n":"Blood Cleric 2; Channel Divinity: Crimson Bond","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s1-0"},{"id":8548,"c":41,"u":"channel%20divinity%3a%20blood%20puppet_cleric_phb_blood_tdcsr_6_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: blood puppet|tdcsr","n":"Blood Cleric 6; Channel Divinity: Blood Puppet","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s5-0"},{"id":8550,"c":41,"u":"sanguine%20recall_cleric_phb_blood_tdcsr_6_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"sanguine recall|tdcsr","n":"Blood Cleric 6; Sanguine Recall","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s5-0"},{"id":8552,"c":41,"u":"divine%20strike_cleric_phb_blood_tdcsr_8_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"divine strike|tdcsr","n":"Blood Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s7-0"},{"id":8554,"c":41,"u":"divine%20strike%20(14th%20level)_cleric_phb_blood_tdcsr_14_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"divine strike (14th level)|tdcsr","n":"Blood Cleric 14; Divine Strike (14th Level)","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s13-0"},{"id":8556,"c":41,"u":"channel%20divinity%3a%20blood%20puppet%20(17th%20level)_cleric_phb_blood_tdcsr_17_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: blood puppet (17th level)|tdcsr","n":"Blood Cleric 17; Channel Divinity: Blood Puppet (17th Level)","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s16-0"},{"id":8558,"c":41,"u":"vascular%20corruption%20aura_cleric_phb_blood_tdcsr_17_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"vascular corruption aura|tdcsr","n":"Blood Cleric 17; Vascular Corruption Aura","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s16-0"},{"id":8560,"c":41,"u":"moon%20domain_cleric_phb_moon_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"moon domain|tdcsr","n":"Moon Cleric 1; Moon Domain","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8562,"c":41,"u":"clarity%20of%20catha_cleric_phb_moon_tdcsr_1_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"clarity of catha|tdcsr","n":"Moon Cleric 1; Clarity of Catha","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8564,"c":41,"u":"domain%20spells_cleric_phb_moon_tdcsr_1_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"domain spells|tdcsr","n":"Moon Cleric 1; Domain Spells","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8566,"c":41,"u":"channel%20divinity%3a%20blessing%20of%20the%20full%20moon_cleric_phb_moon_tdcsr_2_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: blessing of the full moon|tdcsr","n":"Moon Cleric 2; Channel Divinity: Blessing of the Full Moon","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s1-0"},{"id":8568,"c":41,"u":"channel%20divinity%3a%20mind%20of%20two%20moons_cleric_phb_moon_tdcsr_6_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: mind of two moons|tdcsr","n":"Moon Cleric 6; Channel Divinity: Mind of Two Moons","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s5-0"},{"id":8570,"c":41,"u":"empowered%20cantrips_cleric_phb_moon_tdcsr_8_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"empowered cantrips|tdcsr","n":"Moon Cleric 8; Empowered Cantrips","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s7-0"},{"id":8572,"c":41,"u":"eclipse%20of%20ill%20omen_cleric_phb_moon_tdcsr_17_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"eclipse of ill omen|tdcsr","n":"Moon Cleric 17; Eclipse of Ill Omen","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s16-0"},{"id":8574,"c":41,"u":"forge%20domain_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"forge domain|xge","n":"Forge Cleric 1; Forge Domain","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8576,"c":41,"u":"blessing%20of%20the%20forge_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"blessing of the forge|xge","n":"Forge Cleric 1; Blessing of the Forge","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8578,"c":41,"u":"bonus%20proficiency_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"bonus proficiency|xge","n":"Forge Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8580,"c":41,"u":"channel%20divinity%3a%20artisan's%20blessing_cleric_phb_forge_xge_2_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"channel divinity: artisan's blessing|xge","n":"Forge Cleric 2; Channel Divinity: Artisan's Blessing","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s1-0"},{"id":8582,"c":41,"u":"soul%20of%20the%20forge_cleric_phb_forge_xge_6_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"soul of the forge|xge","n":"Forge Cleric 6; Soul of the Forge","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s5-0"},{"id":8584,"c":41,"u":"blessed%20strikes_cleric_phb_forge_xge_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Forge Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-forge-tce=b1~feature=s7-0"},{"id":8586,"c":41,"u":"divine%20strike_cleric_phb_forge_xge_8_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"divine strike|xge","n":"Forge Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s7-0"},{"id":8588,"c":41,"u":"saint%20of%20forge%20and%20fire_cleric_phb_forge_xge_17_xge","p":18,"s":"XGE","h":1,"t":5,"uu":"saint of forge and fire|xge","n":"Forge Cleric 17; Saint of Forge and Fire","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s16-0"},{"id":8590,"c":41,"u":"grave%20domain_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"grave domain|xge","n":"Grave Cleric 1; Grave Domain","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8592,"c":41,"u":"circle%20of%20mortality_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"circle of mortality|xge","n":"Grave Cleric 1; Circle of Mortality","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8594,"c":41,"u":"eyes%20of%20the%20grave_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"eyes of the grave|xge","n":"Grave Cleric 1; Eyes of the Grave","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8596,"c":41,"u":"channel%20divinity%3a%20path%20to%20the%20grave_cleric_phb_grave_xge_2_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"channel divinity: path to the grave|xge","n":"Grave Cleric 2; Channel Divinity: Path to the Grave","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s1-0"},{"id":8598,"c":41,"u":"sentinel%20at%20death's%20door_cleric_phb_grave_xge_6_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"sentinel at death's door|xge","n":"Grave Cleric 6; Sentinel at Death's Door","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s5-0"},{"id":8600,"c":41,"u":"blessed%20strikes_cleric_phb_grave_xge_8_tce","p":30,"s":"TCE","h":1,"t":5,"uu":"blessed strikes|tce","n":"Grave Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-grave-tce=b1~feature=s7-0"},{"id":8602,"c":41,"u":"potent%20spellcasting_cleric_phb_grave_xge_8_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"potent spellcasting|xge","n":"Grave Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s7-0"},{"id":8604,"c":41,"u":"keeper%20of%20souls_cleric_phb_grave_xge_17_xge","p":19,"s":"XGE","h":1,"t":5,"uu":"keeper of souls|xge","n":"Grave Cleric 17; Keeper of Souls","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s16-0"},{"id":8606,"c":41,"u":"channel%20divinity%3a%20touch%20of%20death_cleric_xphb_death_dmg_3_dmg","s":"DMG","h":1,"t":5,"uu":"channel divinity: touch of death|dmg","n":"Death Cleric 3; Channel Divinity: Touch of Death","uh":"cleric_xphb,state:sub-death-dmg=b1~feature=s2-0"},{"id":8608,"c":41,"u":"death%20domain_cleric_xphb_death_dmg_3_dmg","s":"DMG","h":1,"t":5,"uu":"death domain|dmg","n":"Death Cleric 3; Death Domain","uh":"cleric_xphb,state:sub-death-dmg=b1~feature=s2-0"},{"id":8610,"c":41,"u":"channel%20divinity%3a%20knowledge%20of%20the%20ages_cleric_xphb_knowledge_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: knowledge of the ages|phb","n":"Knowledge Cleric 3; Channel Divinity: Knowledge of the Ages","uh":"cleric_xphb,state:sub-knowledge-phb=b1~feature=s2-0"},{"id":8612,"c":41,"u":"knowledge%20domain_cleric_xphb_knowledge_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"knowledge domain|phb","n":"Knowledge Cleric 3; Knowledge Domain","uh":"cleric_xphb,state:sub-knowledge-phb=b1~feature=s2-0"},{"id":8614,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_xphb_life_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: preserve life|phb","n":"Life Cleric 3; Channel Divinity: Preserve Life","uh":"cleric_xphb,state:sub-life-phb=b1~feature=s2-0"},{"id":8616,"c":41,"u":"life%20domain_cleric_xphb_life_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"life domain|phb","n":"Life Cleric 3; Life Domain","uh":"cleric_xphb,state:sub-life-phb=b1~feature=s2-0"},{"id":8618,"c":41,"u":"channel%20divinity%3a%20radiance%20of%20the%20dawn_cleric_xphb_light_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: radiance of the dawn|phb","n":"Light Cleric 3; Channel Divinity: Radiance of the Dawn","uh":"cleric_xphb,state:sub-light-phb=b1~feature=s2-0"},{"id":8620,"c":41,"u":"light%20domain_cleric_xphb_light_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"light domain|phb","n":"Light Cleric 3; Light Domain","uh":"cleric_xphb,state:sub-light-phb=b1~feature=s2-0"},{"id":8622,"c":41,"u":"channel%20divinity%3a%20charm%20animals%20and%20plants_cleric_xphb_nature_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: charm animals and plants|phb","n":"Nature Cleric 3; Channel Divinity: Charm Animals and Plants","uh":"cleric_xphb,state:sub-nature-phb=b1~feature=s2-0"},{"id":8624,"c":41,"u":"nature%20domain_cleric_xphb_nature_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"nature domain|phb","n":"Nature Cleric 3; Nature Domain","uh":"cleric_xphb,state:sub-nature-phb=b1~feature=s2-0"},{"id":8626,"c":41,"u":"channel%20divinity%3a%20destructive%20wrath_cleric_xphb_tempest_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: destructive wrath|phb","n":"Tempest Cleric 3; Channel Divinity: Destructive Wrath","uh":"cleric_xphb,state:sub-tempest-phb=b1~feature=s2-0"},{"id":8628,"c":41,"u":"tempest%20domain_cleric_xphb_tempest_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"tempest domain|phb","n":"Tempest Cleric 3; Tempest Domain","uh":"cleric_xphb,state:sub-tempest-phb=b1~feature=s2-0"},{"id":8630,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_xphb_trickery_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: invoke duplicity|phb","n":"Trickery Cleric 3; Channel Divinity: Invoke Duplicity","uh":"cleric_xphb,state:sub-trickery-phb=b1~feature=s2-0"},{"id":8632,"c":41,"u":"trickery%20domain_cleric_xphb_trickery_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"trickery domain|phb","n":"Trickery Cleric 3; Trickery Domain","uh":"cleric_xphb,state:sub-trickery-phb=b1~feature=s2-0"},{"id":8634,"c":41,"u":"channel%20divinity%3a%20guided%20strike_cleric_xphb_war_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"channel divinity: guided strike|phb","n":"War Cleric 3; Channel Divinity: Guided Strike","uh":"cleric_xphb,state:sub-war-phb=b1~feature=s2-0"},{"id":8636,"c":41,"u":"war%20domain_cleric_xphb_war_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"war domain|phb","n":"War Cleric 3; War Domain","uh":"cleric_xphb,state:sub-war-phb=b1~feature=s2-0"},{"id":8638,"c":41,"u":"ambition%20domain%20(psa)_cleric_xphb_ambition%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"ambition domain (psa)|psa","n":"Ambition (PSA) Cleric 3; Ambition Domain (PSA)","uh":"cleric_xphb,state:sub-ambition-psa-psa=b1~feature=s2-0"},{"id":8640,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_xphb_ambition%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"channel divinity: invoke duplicity|psa","n":"Ambition (PSA) Cleric 3; Channel Divinity: Invoke Duplicity","uh":"cleric_xphb,state:sub-ambition-psa-psa=b1~feature=s2-0"},{"id":8642,"c":41,"u":"knowledge%20domain%20(psa)_cleric_xphb_knowledge%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"knowledge domain (psa)|psa","n":"Knowledge (PSA) Cleric 3; Knowledge Domain (PSA)","uh":"cleric_xphb,state:sub-knowledge-psa-psa=b1~feature=s2-0"},{"id":8644,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_xphb_solidarity%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"channel divinity: preserve life|psa","n":"Solidarity (PSA) Cleric 3; Channel Divinity: Preserve Life","uh":"cleric_xphb,state:sub-solidarity-psa-psa=b1~feature=s2-0"},{"id":8646,"c":41,"u":"solidarity%20domain%20(psa)_cleric_xphb_solidarity%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"solidarity domain (psa)|psa","n":"Solidarity (PSA) Cleric 3; Solidarity Domain (PSA)","uh":"cleric_xphb,state:sub-solidarity-psa-psa=b1~feature=s2-0"},{"id":8648,"c":41,"u":"channel%20divinity%3a%20feat%20of%20strength_cleric_xphb_strength%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"channel divinity: feat of strength|psa","n":"Strength (PSA) Cleric 3; Channel Divinity: Feat of Strength","uh":"cleric_xphb,state:sub-strength-psa-psa=b1~feature=s2-0"},{"id":8650,"c":41,"u":"strength%20domain%20(psa)_cleric_xphb_strength%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"strength domain (psa)|psa","n":"Strength (PSA) Cleric 3; Strength Domain (PSA)","uh":"cleric_xphb,state:sub-strength-psa-psa=b1~feature=s2-0"},{"id":8652,"c":41,"u":"channel%20divinity%3a%20consuming%20fervor_cleric_xphb_zeal%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"channel divinity: consuming fervor|psa","n":"Zeal (PSA) Cleric 3; Channel Divinity: Consuming Fervor","uh":"cleric_xphb,state:sub-zeal-psa-psa=b1~feature=s2-0"},{"id":8654,"c":41,"u":"zeal%20domain%20(psa)_cleric_xphb_zeal%20(psa)_psa_3_psa","s":"PSA","h":1,"t":5,"uu":"zeal domain (psa)|psa","n":"Zeal (PSA) Cleric 3; Zeal Domain (PSA)","uh":"cleric_xphb,state:sub-zeal-psa-psa=b1~feature=s2-0"},{"id":8656,"c":41,"u":"arcana%20domain_cleric_xphb_arcana_scag_3_scag","s":"SCAG","h":1,"t":5,"uu":"arcana domain|scag","n":"Arcana Cleric 3; Arcana Domain","uh":"cleric_xphb,state:sub-arcana-scag=b1~feature=s2-0"},{"id":8658,"c":41,"u":"channel%20divinity%3a%20arcane%20abjuration_cleric_xphb_arcana_scag_3_scag","s":"SCAG","h":1,"t":5,"uu":"channel divinity: arcane abjuration|scag","n":"Arcana Cleric 3; Channel Divinity: Arcane Abjuration","uh":"cleric_xphb,state:sub-arcana-scag=b1~feature=s2-0"},{"id":8660,"c":41,"u":"channel%20divinity%3a%20order's%20demand_cleric_xphb_order_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"channel divinity: order's demand|tce","n":"Order Cleric 3; Channel Divinity: Order's Demand","uh":"cleric_xphb,state:sub-order-tce=b1~feature=s2-0"},{"id":8662,"c":41,"u":"order%20domain_cleric_xphb_order_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"order domain|tce","n":"Order Cleric 3; Order Domain","uh":"cleric_xphb,state:sub-order-tce=b1~feature=s2-0"},{"id":8664,"c":41,"u":"channel%20divinity%3a%20balm%20of%20peace_cleric_xphb_peace_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"channel divinity: balm of peace|tce","n":"Peace Cleric 3; Channel Divinity: Balm of Peace","uh":"cleric_xphb,state:sub-peace-tce=b1~feature=s2-0"},{"id":8666,"c":41,"u":"peace%20domain_cleric_xphb_peace_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"peace domain|tce","n":"Peace Cleric 3; Peace Domain","uh":"cleric_xphb,state:sub-peace-tce=b1~feature=s2-0"},{"id":8668,"c":41,"u":"channel%20divinity%3a%20twilight%20sanctuary_cleric_xphb_twilight_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"channel divinity: twilight sanctuary|tce","n":"Twilight Cleric 3; Channel Divinity: Twilight Sanctuary","uh":"cleric_xphb,state:sub-twilight-tce=b1~feature=s2-0"},{"id":8670,"c":41,"u":"twilight%20domain_cleric_xphb_twilight_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"twilight domain|tce","n":"Twilight Cleric 3; Twilight Domain","uh":"cleric_xphb,state:sub-twilight-tce=b1~feature=s2-0"},{"id":8672,"c":41,"u":"blood%20domain_cleric_xphb_blood_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blood domain|tdcsr","n":"Blood Cleric 3; Blood Domain","uh":"cleric_xphb,state:sub-blood-tdcsr=b1~feature=s2-0"},{"id":8674,"c":41,"u":"channel%20divinity%3a%20crimson%20bond_cleric_xphb_blood_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: crimson bond|tdcsr","n":"Blood Cleric 3; Channel Divinity: Crimson Bond","uh":"cleric_xphb,state:sub-blood-tdcsr=b1~feature=s2-0"},{"id":8676,"c":41,"u":"channel%20divinity%3a%20blessing%20of%20the%20full%20moon_cleric_xphb_moon_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity: blessing of the full moon|tdcsr","n":"Moon Cleric 3; Channel Divinity: Blessing of the Full Moon","uh":"cleric_xphb,state:sub-moon-tdcsr=b1~feature=s2-0"},{"id":8678,"c":41,"u":"moon%20domain_cleric_xphb_moon_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"moon domain|tdcsr","n":"Moon Cleric 3; Moon Domain","uh":"cleric_xphb,state:sub-moon-tdcsr=b1~feature=s2-0"},{"id":8680,"c":41,"u":"channel%20divinity%3a%20artisan's%20blessing_cleric_xphb_forge_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"channel divinity: artisan's blessing|xge","n":"Forge Cleric 3; Channel Divinity: Artisan's Blessing","uh":"cleric_xphb,state:sub-forge-xge=b1~feature=s2-0"},{"id":8682,"c":41,"u":"forge%20domain_cleric_xphb_forge_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"forge domain|xge","n":"Forge Cleric 3; Forge Domain","uh":"cleric_xphb,state:sub-forge-xge=b1~feature=s2-0"},{"id":8684,"c":41,"u":"channel%20divinity%3a%20path%20to%20the%20grave_cleric_xphb_grave_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"channel divinity: path to the grave|xge","n":"Grave Cleric 3; Channel Divinity: Path to the Grave","uh":"cleric_xphb,state:sub-grave-xge=b1~feature=s2-0"},{"id":8686,"c":41,"u":"grave%20domain_cleric_xphb_grave_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"grave domain|xge","n":"Grave Cleric 3; Grave Domain","uh":"cleric_xphb,state:sub-grave-xge=b1~feature=s2-0"},{"id":8688,"c":41,"u":"life%20domain_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"t":5,"uu":"life domain|xphb","n":"Life Cleric 3; Life Domain","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8690,"c":41,"u":"disciple%20of%20life_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"t":5,"uu":"disciple of life|xphb","n":"Life Cleric 3; Disciple of Life","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8692,"c":41,"u":"life%20domain%20spells_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"t":5,"uu":"life domain spells|xphb","n":"Life Cleric 3; Life Domain Spells","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8694,"c":41,"u":"preserve%20life_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"t":5,"uu":"preserve life|xphb","n":"Life Cleric 3; Preserve Life","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8696,"c":41,"u":"blessed%20healer_cleric_xphb_life_xphb_6_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"blessed healer|xphb","n":"Life Cleric 6; Blessed Healer","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s5-0"},{"id":8698,"c":41,"u":"supreme%20healing_cleric_xphb_life_xphb_17_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"supreme healing|xphb","n":"Life Cleric 17; Supreme Healing","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s16-0"},{"id":8700,"c":41,"u":"light%20domain_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"light domain|xphb","n":"Light Cleric 3; Light Domain","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8702,"c":41,"u":"light%20domain%20spells_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"light domain spells|xphb","n":"Light Cleric 3; Light Domain Spells","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8704,"c":41,"u":"radiance%20of%20the%20dawn_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"radiance of the dawn|xphb","n":"Light Cleric 3; Radiance of the Dawn","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8706,"c":41,"u":"warding%20flare_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"t":5,"uu":"warding flare|xphb","n":"Light Cleric 3; Warding Flare","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8708,"c":41,"u":"improved%20warding%20flare_cleric_xphb_light_xphb_6_xphb","p":75,"s":"XPHB","h":1,"t":5,"uu":"improved warding flare|xphb","n":"Light Cleric 6; Improved Warding Flare","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s5-0"},{"id":8710,"c":41,"u":"corona%20of%20light_cleric_xphb_light_xphb_17_xphb","p":75,"s":"XPHB","h":1,"t":5,"uu":"corona of light|xphb","n":"Light Cleric 17; Corona of Light","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s16-0"},{"id":8712,"c":41,"u":"trickery%20domain_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"t":5,"uu":"trickery domain|xphb","n":"Trickery Cleric 3; Trickery Domain","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8714,"c":41,"u":"blessing%20of%20the%20trickster_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"t":5,"uu":"blessing of the trickster|xphb","n":"Trickery Cleric 3; Blessing of the Trickster","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8716,"c":41,"u":"domain%20spells_cleric_xphb_trickery_xphb_3_xphb","p":76,"s":"XPHB","h":1,"t":5,"uu":"domain spells|xphb","n":"Trickery Cleric 3; Domain Spells","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8718,"c":41,"u":"invoke%20duplicity_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"t":5,"uu":"invoke duplicity|xphb","n":"Trickery Cleric 3; Invoke Duplicity","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8720,"c":41,"u":"trickster's%20transposition_cleric_xphb_trickery_xphb_6_xphb","p":76,"s":"XPHB","h":1,"t":5,"uu":"trickster's transposition|xphb","n":"Trickery Cleric 6; Trickster's Transposition","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s5-0"},{"id":8722,"c":41,"u":"improved%20duplicity_cleric_xphb_trickery_xphb_17_xphb","p":76,"s":"XPHB","h":1,"t":5,"uu":"improved duplicity|xphb","n":"Trickery Cleric 17; Improved Duplicity","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s16-0"},{"id":8724,"c":41,"u":"war%20domain_cleric_xphb_war_xphb_3_xphb","p":76,"s":"XPHB","h":1,"t":5,"uu":"war domain|xphb","n":"War Cleric 3; War Domain","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8726,"c":41,"u":"domain%20spells_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"t":5,"uu":"domain spells|xphb","n":"War Cleric 3; Domain Spells","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8728,"c":41,"u":"guided%20strike_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"t":5,"uu":"guided strike|xphb","n":"War Cleric 3; Guided Strike","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8730,"c":41,"u":"war%20priest_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"t":5,"uu":"war priest|xphb","n":"War Cleric 3; War Priest","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8732,"c":41,"u":"war%20god's%20blessing_cleric_xphb_war_xphb_6_xphb","p":77,"s":"XPHB","h":1,"t":5,"uu":"war god's blessing|xphb","n":"War Cleric 6; War God's Blessing","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s5-0"},{"id":8734,"c":41,"u":"avatar%20of%20battle_cleric_xphb_war_xphb_17_xphb","p":77,"s":"XPHB","h":1,"t":5,"uu":"avatar of battle|xphb","n":"War Cleric 17; Avatar of Battle","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s16-0"},{"id":8736,"c":41,"u":"circle%20of%20the%20land_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"circle of the land|phb","n":"Land Druid 2; Circle of the Land","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8738,"c":41,"u":"bonus%20cantrip_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"bonus cantrip|phb","n":"Land Druid 2; Bonus Cantrip","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8740,"c":41,"u":"circle%20spells_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"circle spells|phb","n":"Land Druid 2; Circle Spells","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8742,"c":41,"u":"natural%20recovery_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"natural recovery|phb","n":"Land Druid 2; Natural Recovery","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8744,"c":41,"u":"land's%20stride_druid_phb_land_phb_6_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"land's stride|phb","n":"Land Druid 6; Land's Stride","uh":"druid_phb,state:sub-land-phb=b1~feature=s5-0"},{"id":8746,"c":41,"u":"nature's%20ward_druid_phb_land_phb_10_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"nature's ward|phb","n":"Land Druid 10; Nature's Ward","uh":"druid_phb,state:sub-land-phb=b1~feature=s9-0"},{"id":8748,"c":41,"u":"nature's%20sanctuary_druid_phb_land_phb_14_phb","p":68,"s":"PHB","h":1,"r":1,"t":5,"uu":"nature's sanctuary|phb","n":"Land Druid 14; Nature's Sanctuary","uh":"druid_phb,state:sub-land-phb=b1~feature=s13-0"},{"id":8750,"c":41,"u":"circle%20of%20the%20moon_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"circle of the moon|phb","n":"Moon Druid 2; Circle of the Moon","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8752,"c":41,"u":"circle%20forms_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"circle forms|phb","n":"Moon Druid 2; Circle Forms","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8754,"c":41,"u":"combat%20wild%20shape_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"combat wild shape|phb","n":"Moon Druid 2; Combat Wild Shape","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8756,"c":41,"u":"primal%20strike_druid_phb_moon_phb_6_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"primal strike|phb","n":"Moon Druid 6; Primal Strike","uh":"druid_phb,state:sub-moon-phb=b1~feature=s5-0"},{"id":8758,"c":41,"u":"elemental%20wild%20shape_druid_phb_moon_phb_10_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"elemental wild shape|phb","n":"Moon Druid 10; Elemental Wild Shape","uh":"druid_phb,state:sub-moon-phb=b1~feature=s9-0"},{"id":8760,"c":41,"u":"thousand%20forms_druid_phb_moon_phb_14_phb","p":69,"s":"PHB","h":1,"t":5,"uu":"thousand forms|phb","n":"Moon Druid 14; Thousand Forms","uh":"druid_phb,state:sub-moon-phb=b1~feature=s13-0"},{"id":8762,"c":41,"u":"circle%20of%20spores_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"circle of spores|tce","n":"Spores Druid 2; Circle of Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8764,"c":41,"u":"circle%20spells_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"circle spells|tce","n":"Spores Druid 2; Circle Spells","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8766,"c":41,"u":"halo%20of%20spores_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"halo of spores|tce","n":"Spores Druid 2; Halo of Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8768,"c":41,"u":"symbiotic%20entity_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"symbiotic entity|tce","n":"Spores Druid 2; Symbiotic Entity","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8770,"c":41,"u":"fungal%20infestation_druid_phb_spores_tce_6_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"fungal infestation|tce","n":"Spores Druid 6; Fungal Infestation","uh":"druid_phb,state:sub-spores-tce=b1~feature=s5-0"},{"id":8772,"c":41,"u":"spreading%20spores_druid_phb_spores_tce_10_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"spreading spores|tce","n":"Spores Druid 10; Spreading Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s9-0"},{"id":8774,"c":41,"u":"fungal%20body_druid_phb_spores_tce_14_tce","p":36,"s":"TCE","h":1,"t":5,"uu":"fungal body|tce","n":"Spores Druid 14; Fungal Body","uh":"druid_phb,state:sub-spores-tce=b1~feature=s13-0"},{"id":8776,"c":41,"u":"circle%20of%20stars_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"circle of stars|tce","n":"Stars Druid 2; Circle of Stars","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8778,"c":41,"u":"star%20map_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"star map|tce","n":"Stars Druid 2; Star Map","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8780,"c":41,"u":"starry%20form_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"starry form|tce","n":"Stars Druid 2; Starry Form","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8782,"c":41,"u":"archer_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"archer|tce","n":"Stars Druid 2; Archer","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8784,"c":41,"u":"chalice_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"chalice|tce","n":"Stars Druid 2; Chalice","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8786,"c":41,"u":"dragon_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"dragon|tce","n":"Stars Druid 2; Dragon","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8788,"c":41,"u":"cosmic%20omen_druid_phb_stars_tce_6_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"cosmic omen|tce","n":"Stars Druid 6; Cosmic Omen","uh":"druid_phb,state:sub-stars-tce=b1~feature=s5-0"},{"id":8790,"c":41,"u":"twinkling%20constellations_druid_phb_stars_tce_10_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"twinkling constellations|tce","n":"Stars Druid 10; Twinkling Constellations","uh":"druid_phb,state:sub-stars-tce=b1~feature=s9-0"},{"id":8792,"c":41,"u":"full%20of%20stars_druid_phb_stars_tce_14_tce","p":38,"s":"TCE","h":1,"t":5,"uu":"full of stars|tce","n":"Stars Druid 14; Full of Stars","uh":"druid_phb,state:sub-stars-tce=b1~feature=s13-0"},{"id":8794,"c":41,"u":"circle%20of%20wildfire_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"circle of wildfire|tce","n":"Wildfire Druid 2; Circle of Wildfire","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8796,"c":41,"u":"circle%20spells_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"circle spells|tce","n":"Wildfire Druid 2; Circle Spells","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8798,"c":41,"u":"summon%20wildfire%20spirit_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"summon wildfire spirit|tce","n":"Wildfire Druid 2; Summon Wildfire Spirit","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8800,"c":41,"u":"enhanced%20bond_druid_phb_wildfire_tce_6_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"enhanced bond|tce","n":"Wildfire Druid 6; Enhanced Bond","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s5-0"},{"id":8802,"c":41,"u":"cauterizing%20flames_druid_phb_wildfire_tce_10_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"cauterizing flames|tce","n":"Wildfire Druid 10; Cauterizing Flames","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s9-0"},{"id":8804,"c":41,"u":"blazing%20revival_druid_phb_wildfire_tce_14_tce","p":39,"s":"TCE","h":1,"t":5,"uu":"blazing revival|tce","n":"Wildfire Druid 14; Blazing Revival","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s13-0"},{"id":8806,"c":41,"u":"circle%20of%20the%20blighted_druid_phb_blighted_tdcsr_2_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"circle of the blighted|tdcsr","n":"Blighted Druid 2; Circle of the Blighted","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8808,"c":41,"u":"blighted%20shape_druid_phb_blighted_tdcsr_2_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blighted shape|tdcsr","n":"Blighted Druid 2; Blighted Shape","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8810,"c":41,"u":"defile%20ground_druid_phb_blighted_tdcsr_2_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"defile ground|tdcsr","n":"Blighted Druid 2; Defile Ground","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8812,"c":41,"u":"call%20of%20the%20shadowseeds_druid_phb_blighted_tdcsr_6_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"call of the shadowseeds|tdcsr","n":"Blighted Druid 6; Call of the Shadowseeds","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s5-0"},{"id":8814,"c":41,"u":"defile%20ground%20(10th%20level)_druid_phb_blighted_tdcsr_10_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"defile ground (10th level)|tdcsr","n":"Blighted Druid 10; Defile Ground (10th Level)","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s9-0"},{"id":8816,"c":41,"u":"foul%20conjuration_druid_phb_blighted_tdcsr_10_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"foul conjuration|tdcsr","n":"Blighted Druid 10; Foul Conjuration","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s9-0"},{"id":8818,"c":41,"u":"defile%20ground%20(14th%20level)_druid_phb_blighted_tdcsr_14_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"defile ground (14th level)|tdcsr","n":"Blighted Druid 14; Defile Ground (14th Level)","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s13-0"},{"id":8820,"c":41,"u":"incarnation%20of%20corruption_druid_phb_blighted_tdcsr_14_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"incarnation of corruption|tdcsr","n":"Blighted Druid 14; Incarnation of Corruption","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s13-0"},{"id":8822,"c":41,"u":"circle%20of%20dreams_druid_phb_dreams_xge_2_xge","p":22,"s":"XGE","h":1,"t":5,"uu":"circle of dreams|xge","n":"Dreams Druid 2; Circle of Dreams","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s1-0"},{"id":8824,"c":41,"u":"balm%20of%20the%20summer%20court_druid_phb_dreams_xge_2_xge","p":22,"s":"XGE","h":1,"t":5,"uu":"balm of the summer court|xge","n":"Dreams Druid 2; Balm of the Summer Court","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s1-0"},{"id":8826,"c":41,"u":"hearth%20of%20moonlight%20and%20shadow_druid_phb_dreams_xge_6_xge","p":22,"s":"XGE","h":1,"t":5,"uu":"hearth of moonlight and shadow|xge","n":"Dreams Druid 6; Hearth of Moonlight and Shadow","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s5-0"},{"id":8828,"c":41,"u":"hidden%20paths_druid_phb_dreams_xge_10_xge","p":22,"s":"XGE","h":1,"t":5,"uu":"hidden paths|xge","n":"Dreams Druid 10; Hidden Paths","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s9-0"},{"id":8830,"c":41,"u":"walker%20in%20dreams_druid_phb_dreams_xge_14_xge","p":22,"s":"XGE","h":1,"t":5,"uu":"walker in dreams|xge","n":"Dreams Druid 14; Walker in Dreams","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s13-0"},{"id":8832,"c":41,"u":"circle%20of%20the%20shepherd_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"circle of the shepherd|xge","n":"Shepherd Druid 2; Circle of the Shepherd","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8834,"c":41,"u":"speech%20of%20the%20woods_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"speech of the woods|xge","n":"Shepherd Druid 2; Speech of the Woods","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8836,"c":41,"u":"spirit%20totem_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"spirit totem|xge","n":"Shepherd Druid 2; Spirit Totem","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8838,"c":41,"u":"mighty%20summoner_druid_phb_shepherd_xge_6_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"mighty summoner|xge","n":"Shepherd Druid 6; Mighty Summoner","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s5-0"},{"id":8840,"c":41,"u":"guardian%20spirit_druid_phb_shepherd_xge_10_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"guardian spirit|xge","n":"Shepherd Druid 10; Guardian Spirit","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s9-0"},{"id":8842,"c":41,"u":"faithful%20summons_druid_phb_shepherd_xge_14_xge","p":23,"s":"XGE","h":1,"t":5,"uu":"faithful summons|xge","n":"Shepherd Druid 14; Faithful Summons","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s13-0"},{"id":8844,"c":41,"u":"circle%20of%20the%20land_druid_xphb_land_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"circle of the land|phb","n":"Land Druid 3; Circle of the Land","uh":"druid_xphb,state:sub-land-phb=b1~feature=s2-0"},{"id":8846,"c":41,"u":"circle%20of%20the%20moon_druid_xphb_moon_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"circle of the moon|phb","n":"Moon Druid 3; Circle of the Moon","uh":"druid_xphb,state:sub-moon-phb=b1~feature=s2-0"},{"id":8848,"c":41,"u":"circle%20of%20spores_druid_xphb_spores_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"circle of spores|tce","n":"Spores Druid 3; Circle of Spores","uh":"druid_xphb,state:sub-spores-tce=b1~feature=s2-0"},{"id":8850,"c":41,"u":"circle%20of%20stars_druid_xphb_stars_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"circle of stars|tce","n":"Stars Druid 3; Circle of Stars","uh":"druid_xphb,state:sub-stars-tce=b1~feature=s2-0"},{"id":8852,"c":41,"u":"circle%20of%20wildfire_druid_xphb_wildfire_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"circle of wildfire|tce","n":"Wildfire Druid 3; Circle of Wildfire","uh":"druid_xphb,state:sub-wildfire-tce=b1~feature=s2-0"},{"id":8854,"c":41,"u":"circle%20of%20the%20blighted_druid_xphb_blighted_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"circle of the blighted|tdcsr","n":"Blighted Druid 3; Circle of the Blighted","uh":"druid_xphb,state:sub-blighted-tdcsr=b1~feature=s2-0"},{"id":8856,"c":41,"u":"circle%20of%20dreams_druid_xphb_dreams_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"circle of dreams|xge","n":"Dreams Druid 3; Circle of Dreams","uh":"druid_xphb,state:sub-dreams-xge=b1~feature=s2-0"},{"id":8858,"c":41,"u":"circle%20of%20the%20shepherd_druid_xphb_shepherd_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"circle of the shepherd|xge","n":"Shepherd Druid 3; Circle of the Shepherd","uh":"druid_xphb,state:sub-shepherd-xge=b1~feature=s2-0"},{"id":8860,"c":41,"u":"circle%20of%20the%20land_druid_xphb_land_xphb_3_xphb","p":84,"s":"XPHB","h":1,"t":5,"uu":"circle of the land|xphb","n":"Land Druid 3; Circle of the Land","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8862,"c":41,"u":"circle%20of%20the%20land%20spells_druid_xphb_land_xphb_3_xphb","p":84,"s":"XPHB","h":1,"t":5,"uu":"circle of the land spells|xphb","n":"Land Druid 3; Circle of the Land Spells","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8864,"c":41,"u":"land's%20aid_druid_xphb_land_xphb_3_xphb","p":85,"s":"XPHB","h":1,"t":5,"uu":"land's aid|xphb","n":"Land Druid 3; Land's Aid","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8866,"c":41,"u":"natural%20recovery_druid_xphb_land_xphb_6_xphb","p":85,"s":"XPHB","h":1,"t":5,"uu":"natural recovery|xphb","n":"Land Druid 6; Natural Recovery","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s5-0"},{"id":8868,"c":41,"u":"nature's%20ward_druid_xphb_land_xphb_10_xphb","p":85,"s":"XPHB","h":1,"t":5,"uu":"nature's ward|xphb","n":"Land Druid 10; Nature's Ward","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s9-0"},{"id":8870,"c":41,"u":"nature's%20sanctuary_druid_xphb_land_xphb_14_xphb","p":86,"s":"XPHB","h":1,"t":5,"uu":"nature's sanctuary|xphb","n":"Land Druid 14; Nature's Sanctuary","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s13-0"},{"id":8872,"c":41,"u":"circle%20forms_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"t":5,"uu":"circle forms|xphb","n":"Moon Druid 3; Circle Forms","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8874,"c":41,"u":"circle%20of%20the%20moon_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"t":5,"uu":"circle of the moon|xphb","n":"Moon Druid 3; Circle of the Moon","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8876,"c":41,"u":"circle%20of%20the%20moon%20spells_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"t":5,"uu":"circle of the moon spells|xphb","n":"Moon Druid 3; Circle of the Moon Spells","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8878,"c":41,"u":"improved%20circle%20forms_druid_xphb_moon_xphb_6_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"improved circle forms|xphb","n":"Moon Druid 6; Improved Circle Forms","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s5-0"},{"id":8880,"c":41,"u":"moonlight%20step_druid_xphb_moon_xphb_10_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"moonlight step|xphb","n":"Moon Druid 10; Moonlight Step","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s9-0"},{"id":8882,"c":41,"u":"lunar%20form_druid_xphb_moon_xphb_14_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"lunar form|xphb","n":"Moon Druid 14; Lunar Form","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s13-0"},{"id":8884,"c":41,"u":"circle%20of%20the%20sea_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"circle of the sea|xphb","n":"Sea Druid 3; Circle of the Sea","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8886,"c":41,"u":"circle%20of%20the%20sea%20spells_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"circle of the sea spells|xphb","n":"Sea Druid 3; Circle of the Sea Spells","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8888,"c":41,"u":"wrath%20of%20the%20sea_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"wrath of the sea|xphb","n":"Sea Druid 3; Wrath of the Sea","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8890,"c":41,"u":"aquatic%20affinity_druid_xphb_sea_xphb_6_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"aquatic affinity|xphb","n":"Sea Druid 6; Aquatic Affinity","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s5-0"},{"id":8892,"c":41,"u":"stormborn_druid_xphb_sea_xphb_10_xphb","p":87,"s":"XPHB","h":1,"t":5,"uu":"stormborn|xphb","n":"Sea Druid 10; Stormborn","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s9-0"},{"id":8894,"c":41,"u":"oceanic%20gift_druid_xphb_sea_xphb_14_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"oceanic gift|xphb","n":"Sea Druid 14; Oceanic Gift","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s13-0"},{"id":8896,"c":41,"u":"circle%20of%20the%20stars_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"circle of the stars|xphb","n":"Stars Druid 3; Circle of the Stars","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8898,"c":41,"u":"star%20map_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"star map|xphb","n":"Stars Druid 3; Star Map","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8900,"c":41,"u":"starry%20form_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"starry form|xphb","n":"Stars Druid 3; Starry Form","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8902,"c":41,"u":"archer_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"archer|xphb","n":"Stars Druid 3; Archer","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8904,"c":41,"u":"chalice_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"chalice|xphb","n":"Stars Druid 3; Chalice","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8906,"c":41,"u":"dragon_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"t":5,"uu":"dragon|xphb","n":"Stars Druid 3; Dragon","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8908,"c":41,"u":"cosmic%20omen_druid_xphb_stars_xphb_6_xphb","p":89,"s":"XPHB","h":1,"t":5,"uu":"cosmic omen|xphb","n":"Stars Druid 6; Cosmic Omen","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s5-0"},{"id":8910,"c":41,"u":"twinkling%20constellations_druid_xphb_stars_xphb_10_xphb","p":89,"s":"XPHB","h":1,"t":5,"uu":"twinkling constellations|xphb","n":"Stars Druid 10; Twinkling Constellations","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s9-0"},{"id":8912,"c":41,"u":"full%20of%20stars_druid_xphb_stars_xphb_14_xphb","p":89,"s":"XPHB","h":1,"t":5,"uu":"full of stars|xphb","n":"Stars Druid 14; Full of Stars","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s13-0"},{"id":8914,"c":41,"u":"echo%20knight_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"echo knight|egw","n":"Echo Knight Fighter 3; Echo Knight","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8916,"c":41,"u":"manifest%20echo_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"manifest echo|egw","n":"Echo Knight Fighter 3; Manifest Echo","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8918,"c":41,"u":"unleash%20incarnation_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"unleash incarnation|egw","n":"Echo Knight Fighter 3; Unleash Incarnation","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8920,"c":41,"u":"echo%20avatar_fighter_phb_echo%20knight_egw_7_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"echo avatar|egw","n":"Echo Knight Fighter 7; Echo Avatar","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s6-0"},{"id":8922,"c":41,"u":"shadow%20martyr_fighter_phb_echo%20knight_egw_10_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"shadow martyr|egw","n":"Echo Knight Fighter 10; Shadow Martyr","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s9-0"},{"id":8924,"c":41,"u":"reclaim%20potential_fighter_phb_echo%20knight_egw_15_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"reclaim potential|egw","n":"Echo Knight Fighter 15; Reclaim Potential","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s14-0"},{"id":8926,"c":41,"u":"legion%20of%20one_fighter_phb_echo%20knight_egw_18_egw","p":183,"s":"EGW","h":1,"dP":1,"t":5,"uu":"legion of one|egw","n":"Echo Knight Fighter 18; Legion of One","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s17-0"},{"id":8928,"c":41,"u":"battle%20master_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"battle master|phb","n":"Battle Master Fighter 3; Battle Master","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8930,"c":41,"u":"combat%20superiority_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"combat superiority|phb","n":"Battle Master Fighter 3; Combat Superiority","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8932,"c":41,"u":"maneuver%20options_fighter_phb_battle%20master_phb_3_tce","p":41,"s":"TCE","h":1,"t":5,"uu":"maneuver options|tce","n":"Battle Master Fighter 3; Maneuver Options","uh":"fighter_phb,state:sub-battle-master-tce=b1~feature=s2-0"},{"id":8934,"c":41,"u":"maneuvers_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"maneuvers|phb","n":"Battle Master Fighter 3; Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8936,"c":41,"u":"student%20of%20war_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"student of war|phb","n":"Battle Master Fighter 3; Student of War","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8938,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"additional maneuvers|phb","n":"Battle Master Fighter 7; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8940,"c":41,"u":"additional%20superiority%20die_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"additional superiority die|phb","n":"Battle Master Fighter 7; Additional Superiority Die","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8942,"c":41,"u":"know%20your%20enemy_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"know your enemy|phb","n":"Battle Master Fighter 7; Know Your Enemy","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8944,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_10_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"additional maneuvers|phb","n":"Battle Master Fighter 10; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s9-0"},{"id":8946,"c":41,"u":"improved%20combat%20superiority%20(d10)_fighter_phb_battle%20master_phb_10_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"improved combat superiority (d10)|phb","n":"Battle Master Fighter 10; Improved Combat Superiority (d10)","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s9-0"},{"id":8948,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"additional maneuvers|phb","n":"Battle Master Fighter 15; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8950,"c":41,"u":"additional%20superiority%20die_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"additional superiority die|phb","n":"Battle Master Fighter 15; Additional Superiority Die","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8952,"c":41,"u":"relentless_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"relentless|phb","n":"Battle Master Fighter 15; Relentless","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8954,"c":41,"u":"improved%20combat%20superiority%20(d12)_fighter_phb_battle%20master_phb_18_phb","p":73,"s":"PHB","h":1,"t":5,"uu":"improved combat superiority (d12)|phb","n":"Battle Master Fighter 18; Improved Combat Superiority (d12)","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s17-0"},{"id":8956,"c":41,"u":"champion_fighter_phb_champion_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"champion|phb","n":"Champion Fighter 3; Champion","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s2-0"},{"id":8958,"c":41,"u":"improved%20critical_fighter_phb_champion_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"improved critical|phb","n":"Champion Fighter 3; Improved Critical","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s2-0"},{"id":8960,"c":41,"u":"remarkable%20athlete_fighter_phb_champion_phb_7_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"remarkable athlete|phb","n":"Champion Fighter 7; Remarkable Athlete","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s6-0"},{"id":8962,"c":41,"u":"additional%20fighting%20style_fighter_phb_champion_phb_10_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"additional fighting style|phb","n":"Champion Fighter 10; Additional Fighting Style","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s9-0"},{"id":8964,"c":41,"u":"superior%20critical_fighter_phb_champion_phb_15_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"superior critical|phb","n":"Champion Fighter 15; Superior Critical","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s14-0"},{"id":8966,"c":41,"u":"survivor_fighter_phb_champion_phb_18_phb","p":72,"s":"PHB","h":1,"r":1,"t":5,"uu":"survivor|phb","n":"Champion Fighter 18; Survivor","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s17-0"},{"id":8968,"c":41,"u":"eldritch%20knight_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"eldritch knight|phb","n":"Eldritch Knight Fighter 3; Eldritch Knight","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8970,"c":41,"u":"spellcasting_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"spellcasting|phb","n":"Eldritch Knight Fighter 3; Spellcasting","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8972,"c":41,"u":"weapon%20bond_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"weapon bond|phb","n":"Eldritch Knight Fighter 3; Weapon Bond","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8974,"c":41,"u":"war%20magic_fighter_phb_eldritch%20knight_phb_7_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"war magic|phb","n":"Eldritch Knight Fighter 7; War Magic","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s6-0"},{"id":8976,"c":41,"u":"eldritch%20strike_fighter_phb_eldritch%20knight_phb_10_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"eldritch strike|phb","n":"Eldritch Knight Fighter 10; Eldritch Strike","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s9-0"},{"id":8978,"c":41,"u":"arcane%20charge_fighter_phb_eldritch%20knight_phb_15_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"arcane charge|phb","n":"Eldritch Knight Fighter 15; Arcane Charge","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s14-0"},{"id":8980,"c":41,"u":"improved%20war%20magic_fighter_phb_eldritch%20knight_phb_18_phb","p":74,"s":"PHB","h":1,"t":5,"uu":"improved war magic|phb","n":"Eldritch Knight Fighter 18; Improved War Magic","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s17-0"},{"id":8982,"c":41,"u":"purple%20dragon%20knight%20(banneret)_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"purple dragon knight (banneret)|scag","n":"Purple Dragon Knight (Banneret) Fighter 3; Purple Dragon Knight (Banneret)","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8984,"c":41,"u":"rallying%20cry_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"rallying cry|scag","n":"Purple Dragon Knight (Banneret) Fighter 3; Rallying Cry","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8986,"c":41,"u":"restriction%3a%20knighthood_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"restriction: knighthood|scag","n":"Purple Dragon Knight (Banneret) Fighter 3; Restriction: Knighthood","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8988,"c":41,"u":"royal%20envoy_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_7_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"royal envoy|scag","n":"Purple Dragon Knight (Banneret) Fighter 7; Royal Envoy","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s6-0"},{"id":8990,"c":41,"u":"inspiring%20surge_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_10_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"inspiring surge|scag","n":"Purple Dragon Knight (Banneret) Fighter 10; Inspiring Surge","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s9-0"},{"id":8992,"c":41,"u":"bulwark_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_15_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"bulwark|scag","n":"Purple Dragon Knight (Banneret) Fighter 15; Bulwark","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s14-0"},{"id":8994,"c":41,"u":"inspiring%20surge_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_18_scag","p":128,"s":"SCAG","h":1,"t":5,"uu":"inspiring surge|scag","n":"Purple Dragon Knight (Banneret) Fighter 18; Inspiring Surge","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s17-0"},{"id":8996,"c":41,"u":"protective%20field_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"protective field|tce","n":"Psi Warrior Fighter 3; Protective Field","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8998,"c":41,"u":"psi%20warrior_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"psi warrior|tce","n":"Psi Warrior Fighter 3; Psi Warrior","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":9000,"c":41,"u":"psionic%20strike_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"psionic strike|tce","n":"Psi Warrior Fighter 3; Psionic Strike","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":9002,"c":41,"u":"telekinetic%20movement_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"telekinetic movement|tce","n":"Psi Warrior Fighter 3; Telekinetic Movement","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":9004,"c":41,"u":"psionic%20power_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"psionic power|tce","n":"Psi Warrior Fighter 3; Psionic Power","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":9006,"c":41,"u":"psi-powered%20leap_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"psi-powered leap|tce","n":"Psi Warrior Fighter 7; Psi-Powered Leap","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":9008,"c":41,"u":"telekinetic%20thrust_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"telekinetic thrust|tce","n":"Psi Warrior Fighter 7; Telekinetic Thrust","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":9010,"c":41,"u":"telekinetic%20adept_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"telekinetic adept|tce","n":"Psi Warrior Fighter 7; Telekinetic Adept","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":9012,"c":41,"u":"guarded%20mind_fighter_phb_psi%20warrior_tce_10_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"guarded mind|tce","n":"Psi Warrior Fighter 10; Guarded Mind","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s9-0"},{"id":9014,"c":41,"u":"bulwark%20of%20force_fighter_phb_psi%20warrior_tce_15_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"bulwark of force|tce","n":"Psi Warrior Fighter 15; Bulwark of Force","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s14-0"},{"id":9016,"c":41,"u":"telekinetic%20master_fighter_phb_psi%20warrior_tce_18_tce","p":42,"s":"TCE","h":1,"t":5,"uu":"telekinetic master|tce","n":"Psi Warrior Fighter 18; Telekinetic Master","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s17-0"},{"id":9018,"c":41,"u":"rune%20knight_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"rune knight|tce","n":"Rune Knight Fighter 3; Rune Knight","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":9020,"c":41,"u":"bonus%20proficiencies_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"bonus proficiencies|tce","n":"Rune Knight Fighter 3; Bonus Proficiencies","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":9022,"c":41,"u":"giant's%20might_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"giant's might|tce","n":"Rune Knight Fighter 3; Giant's Might","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":9024,"c":41,"u":"rune%20carver_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"rune carver|tce","n":"Rune Knight Fighter 3; Rune Carver","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":9026,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_7_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"additional rune known|tce","n":"Rune Knight Fighter 7; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s6-0"},{"id":9028,"c":41,"u":"runic%20shield_fighter_phb_rune%20knight_tce_7_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"runic shield|tce","n":"Rune Knight Fighter 7; Runic Shield","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s6-0"},{"id":9030,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_10_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"additional rune known|tce","n":"Rune Knight Fighter 10; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s9-0"},{"id":9032,"c":41,"u":"great%20stature_fighter_phb_rune%20knight_tce_10_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"great stature|tce","n":"Rune Knight Fighter 10; Great Stature","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s9-0"},{"id":9034,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_15_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"additional rune known|tce","n":"Rune Knight Fighter 15; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s14-0"},{"id":9036,"c":41,"u":"master%20of%20runes_fighter_phb_rune%20knight_tce_15_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"master of runes|tce","n":"Rune Knight Fighter 15; Master of Runes","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s14-0"},{"id":9038,"c":41,"u":"runic%20juggernaut_fighter_phb_rune%20knight_tce_18_tce","p":44,"s":"TCE","h":1,"t":5,"uu":"runic juggernaut|tce","n":"Rune Knight Fighter 18; Runic Juggernaut","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s17-0"},{"id":9040,"c":41,"u":"arcane%20archer_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"arcane archer|xge","n":"Arcane Archer Fighter 3; Arcane Archer","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":9042,"c":41,"u":"arcane%20archer%20lore_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"arcane archer lore|xge","n":"Arcane Archer Fighter 3; Arcane Archer Lore","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":9044,"c":41,"u":"arcane%20shot_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"arcane shot|xge","n":"Arcane Archer Fighter 3; Arcane Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":9046,"c":41,"u":"arcane%20shot%20options_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"arcane shot options|xge","n":"Arcane Archer Fighter 3; Arcane Shot Options","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":9048,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"additional arcane shot option|xge","n":"Arcane Archer Fighter 7; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":9050,"c":41,"u":"curving%20shot_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"curving shot|xge","n":"Arcane Archer Fighter 7; Curving Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":9052,"c":41,"u":"magic%20arrow_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"magic arrow|xge","n":"Arcane Archer Fighter 7; Magic Arrow","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":9054,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_10_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"additional arcane shot option|xge","n":"Arcane Archer Fighter 10; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s9-0"},{"id":9056,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_15_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"additional arcane shot option|xge","n":"Arcane Archer Fighter 15; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s14-0"},{"id":9058,"c":41,"u":"ever-ready%20shot_fighter_phb_arcane%20archer_xge_15_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"ever-ready shot|xge","n":"Arcane Archer Fighter 15; Ever-Ready Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s14-0"},{"id":9060,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_18_xge","p":28,"s":"XGE","h":1,"t":5,"uu":"additional arcane shot option|xge","n":"Arcane Archer Fighter 18; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s17-0"},{"id":9062,"c":41,"u":"cavalier_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"cavalier|xge","n":"Cavalier Fighter 3; Cavalier","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":9064,"c":41,"u":"bonus%20proficiency_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"bonus proficiency|xge","n":"Cavalier Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":9066,"c":41,"u":"born%20to%20the%20saddle_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"born to the saddle|xge","n":"Cavalier Fighter 3; Born to the Saddle","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":9068,"c":41,"u":"unwavering%20mark_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"unwavering mark|xge","n":"Cavalier Fighter 3; Unwavering Mark","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":9070,"c":41,"u":"warding%20maneuver_fighter_phb_cavalier_xge_7_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"warding maneuver|xge","n":"Cavalier Fighter 7; Warding Maneuver","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s6-0"},{"id":9072,"c":41,"u":"hold%20the%20line_fighter_phb_cavalier_xge_10_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"hold the line|xge","n":"Cavalier Fighter 10; Hold the Line","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s9-0"},{"id":9074,"c":41,"u":"ferocious%20charger_fighter_phb_cavalier_xge_15_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"ferocious charger|xge","n":"Cavalier Fighter 15; Ferocious Charger","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s14-0"},{"id":9076,"c":41,"u":"vigilant%20defender_fighter_phb_cavalier_xge_18_xge","p":30,"s":"XGE","h":1,"t":5,"uu":"vigilant defender|xge","n":"Cavalier Fighter 18; Vigilant Defender","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s17-0"},{"id":9078,"c":41,"u":"samurai_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"samurai|xge","n":"Samurai Fighter 3; Samurai","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":9080,"c":41,"u":"bonus%20proficiency_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"bonus proficiency|xge","n":"Samurai Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":9082,"c":41,"u":"fighting%20spirit_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"fighting spirit|xge","n":"Samurai Fighter 3; Fighting Spirit","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":9084,"c":41,"u":"elegant%20courtier_fighter_phb_samurai_xge_7_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"elegant courtier|xge","n":"Samurai Fighter 7; Elegant Courtier","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s6-0"},{"id":9086,"c":41,"u":"tireless%20spirit_fighter_phb_samurai_xge_10_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"tireless spirit|xge","n":"Samurai Fighter 10; Tireless Spirit","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s9-0"},{"id":9088,"c":41,"u":"rapid%20strike_fighter_phb_samurai_xge_15_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"rapid strike|xge","n":"Samurai Fighter 15; Rapid Strike","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s14-0"},{"id":9090,"c":41,"u":"strength%20before%20death_fighter_phb_samurai_xge_18_xge","p":31,"s":"XGE","h":1,"t":5,"uu":"strength before death|xge","n":"Samurai Fighter 18; Strength before Death","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s17-0"},{"id":9092,"c":41,"u":"battle%20master_fighter_xphb_battle%20master_xphb_3_xphb","p":93,"s":"XPHB","h":1,"t":5,"uu":"battle master|xphb","n":"Battle Master Fighter 3; Battle Master","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":9094,"c":41,"u":"combat%20superiority_fighter_xphb_battle%20master_xphb_3_xphb","p":93,"s":"XPHB","h":1,"t":5,"uu":"combat superiority|xphb","n":"Battle Master Fighter 3; Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":9096,"c":41,"u":"maneuver%20options_fighter_xphb_battle%20master_xphb_3_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"maneuver options|xphb","n":"Battle Master Fighter 3; Maneuver Options","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":9098,"c":41,"u":"student%20of%20war_fighter_xphb_battle%20master_xphb_3_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"student of war|xphb","n":"Battle Master Fighter 3; Student of War","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":9100,"c":41,"u":"know%20your%20enemy_fighter_xphb_battle%20master_xphb_7_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"know your enemy|xphb","n":"Battle Master Fighter 7; Know Your Enemy","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s6-0"},{"id":9102,"c":41,"u":"improved%20combat%20superiority_fighter_xphb_battle%20master_xphb_10_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"improved combat superiority|xphb","n":"Battle Master Fighter 10; Improved Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s9-0"},{"id":9104,"c":41,"u":"relentless_fighter_xphb_battle%20master_xphb_15_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"relentless|xphb","n":"Battle Master Fighter 15; Relentless","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s14-0"},{"id":9106,"c":41,"u":"ultimate%20combat%20superiority_fighter_xphb_battle%20master_xphb_18_xphb","p":94,"s":"XPHB","h":1,"t":5,"uu":"ultimate combat superiority|xphb","n":"Battle Master Fighter 18; Ultimate Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s17-0"},{"id":9108,"c":41,"u":"champion_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"champion|xphb","n":"Champion Fighter 3; Champion","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":9110,"c":41,"u":"improved%20critical_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"improved critical|xphb","n":"Champion Fighter 3; Improved Critical","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":9112,"c":41,"u":"remarkable%20athlete_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"remarkable athlete|xphb","n":"Champion Fighter 3; Remarkable Athlete","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":9114,"c":41,"u":"additional%20fighting%20style_fighter_xphb_champion_xphb_7_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"additional fighting style|xphb","n":"Champion Fighter 7; Additional Fighting Style","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s6-0"},{"id":9116,"c":41,"u":"heroic%20warrior_fighter_xphb_champion_xphb_10_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"heroic warrior|xphb","n":"Champion Fighter 10; Heroic Warrior","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s9-0"},{"id":9118,"c":41,"u":"superior%20critical_fighter_xphb_champion_xphb_15_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"superior critical|xphb","n":"Champion Fighter 15; Superior Critical","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s14-0"},{"id":9120,"c":41,"u":"survivor_fighter_xphb_champion_xphb_18_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"survivor|xphb","n":"Champion Fighter 18; Survivor","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s17-0"},{"id":9122,"c":41,"u":"eldritch%20knight_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"eldritch knight|xphb","n":"Eldritch Knight Fighter 3; Eldritch Knight","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9124,"c":41,"u":"spellcasting_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":96,"s":"XPHB","h":1,"t":5,"uu":"spellcasting|xphb","n":"Eldritch Knight Fighter 3; Spellcasting","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9126,"c":41,"u":"weapon%20bond_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"weapon bond|xphb","n":"Eldritch Knight Fighter 3; Weapon Bond","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9128,"c":41,"u":"war%20magic_fighter_xphb_eldritch%20knight_xphb_7_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"war magic|xphb","n":"Eldritch Knight Fighter 7; War Magic","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s6-0"},{"id":9130,"c":41,"u":"eldritch%20strike_fighter_xphb_eldritch%20knight_xphb_10_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"eldritch strike|xphb","n":"Eldritch Knight Fighter 10; Eldritch Strike","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s9-0"},{"id":9132,"c":41,"u":"arcane%20charge_fighter_xphb_eldritch%20knight_xphb_15_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"arcane charge|xphb","n":"Eldritch Knight Fighter 15; Arcane Charge","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s14-0"},{"id":9134,"c":41,"u":"improved%20war%20magic_fighter_xphb_eldritch%20knight_xphb_18_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"improved war magic|xphb","n":"Eldritch Knight Fighter 18; Improved War Magic","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s17-0"},{"id":9136,"c":41,"u":"psi%20warrior_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"psi warrior|xphb","n":"Psi Warrior Fighter 3; Psi Warrior","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9138,"c":41,"u":"psionic%20power_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"psionic power|xphb","n":"Psi Warrior Fighter 3; Psionic Power","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9140,"c":41,"u":"protective%20field_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"protective field|xphb","n":"Psi Warrior Fighter 3; Protective Field","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9142,"c":41,"u":"psionic%20strike_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"psionic strike|xphb","n":"Psi Warrior Fighter 3; Psionic Strike","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9144,"c":41,"u":"telekinetic%20movement_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"t":5,"uu":"telekinetic movement|xphb","n":"Psi Warrior Fighter 3; Telekinetic Movement","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9146,"c":41,"u":"psi-powered%20leap_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"psi-powered leap|xphb","n":"Psi Warrior Fighter 7; Psi-Powered Leap","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9148,"c":41,"u":"telekinetic%20adept_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"telekinetic adept|xphb","n":"Psi Warrior Fighter 7; Telekinetic Adept","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9150,"c":41,"u":"telekinetic%20thrust_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"telekinetic thrust|xphb","n":"Psi Warrior Fighter 7; Telekinetic Thrust","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9152,"c":41,"u":"guarded%20mind_fighter_xphb_psi%20warrior_xphb_10_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"guarded mind|xphb","n":"Psi Warrior Fighter 10; Guarded Mind","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s9-0"},{"id":9154,"c":41,"u":"bulwark%20of%20force_fighter_xphb_psi%20warrior_xphb_15_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"bulwark of force|xphb","n":"Psi Warrior Fighter 15; Bulwark of Force","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s14-0"},{"id":9156,"c":41,"u":"telekinetic%20master_fighter_xphb_psi%20warrior_xphb_18_xphb","p":99,"s":"XPHB","h":1,"t":5,"uu":"telekinetic master|xphb","n":"Psi Warrior Fighter 18; Telekinetic Master","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s17-0"},{"id":9158,"c":41,"u":"way%20of%20the%20ascendant%20dragon_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"way of the ascendant dragon|ftd","n":"Ascendant Dragon Monk 3; Way of the Ascendant Dragon","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9160,"c":41,"u":"breath%20of%20the%20dragon_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"breath of the dragon|ftd","n":"Ascendant Dragon Monk 3; Breath of the Dragon","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9162,"c":41,"u":"draconic%20disciple_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"draconic disciple|ftd","n":"Ascendant Dragon Monk 3; Draconic Disciple","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9164,"c":41,"u":"wings%20unfurled_monk_phb_ascendant%20dragon_ftd_6_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"wings unfurled|ftd","n":"Ascendant Dragon Monk 6; Wings Unfurled","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s5-0"},{"id":9166,"c":41,"u":"aspect%20of%20the%20wyrm_monk_phb_ascendant%20dragon_ftd_11_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"aspect of the wyrm|ftd","n":"Ascendant Dragon Monk 11; Aspect of the Wyrm","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s10-0"},{"id":9168,"c":41,"u":"ascendant%20aspect_monk_phb_ascendant%20dragon_ftd_17_ftd","p":13,"s":"FTD","h":1,"t":5,"uu":"ascendant aspect|ftd","n":"Ascendant Dragon Monk 17; Ascendant Aspect","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s16-0"},{"id":9170,"c":41,"u":"way%20of%20the%20four%20elements_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"way of the four elements|phb","n":"Four Elements Monk 3; Way of the Four Elements","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9172,"c":41,"u":"disciple%20of%20the%20elements_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"disciple of the elements|phb","n":"Four Elements Monk 3; Disciple of the Elements","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9174,"c":41,"u":"elemental%20disciplines_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"elemental disciplines|phb","n":"Four Elements Monk 3; Elemental Disciplines","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9176,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_6_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"extra elemental discipline|phb","n":"Four Elements Monk 6; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s5-0"},{"id":9178,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_11_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"extra elemental discipline|phb","n":"Four Elements Monk 11; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s10-0"},{"id":9180,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_17_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"extra elemental discipline|phb","n":"Four Elements Monk 17; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s16-0"},{"id":9182,"c":41,"u":"way%20of%20the%20open%20hand_monk_phb_open%20hand_phb_3_phb","p":79,"s":"PHB","h":1,"r":1,"t":5,"uu":"way of the open hand|phb","n":"Open Hand Monk 3; Way of the Open Hand","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s2-0"},{"id":9184,"c":41,"u":"open%20hand%20technique_monk_phb_open%20hand_phb_3_phb","p":79,"s":"PHB","h":1,"r":1,"t":5,"uu":"open hand technique|phb","n":"Open Hand Monk 3; Open Hand Technique","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s2-0"},{"id":9186,"c":41,"u":"wholeness%20of%20body_monk_phb_open%20hand_phb_6_phb","p":79,"s":"PHB","h":1,"r":1,"t":5,"uu":"wholeness of body|phb","n":"Open Hand Monk 6; Wholeness of Body","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s5-0"},{"id":9188,"c":41,"u":"tranquility_monk_phb_open%20hand_phb_11_phb","p":79,"s":"PHB","h":1,"r":1,"t":5,"uu":"tranquility|phb","n":"Open Hand Monk 11; Tranquility","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s10-0"},{"id":9190,"c":41,"u":"quivering%20palm_monk_phb_open%20hand_phb_17_phb","p":79,"s":"PHB","h":1,"r":1,"t":5,"uu":"quivering palm|phb","n":"Open Hand Monk 17; Quivering Palm","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s16-0"},{"id":9192,"c":41,"u":"way%20of%20shadow_monk_phb_shadow_phb_3_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"way of shadow|phb","n":"Shadow Monk 3; Way of Shadow","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s2-0"},{"id":9194,"c":41,"u":"shadow%20arts_monk_phb_shadow_phb_3_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"shadow arts|phb","n":"Shadow Monk 3; Shadow Arts","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s2-0"},{"id":9196,"c":41,"u":"shadow%20step_monk_phb_shadow_phb_6_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"shadow step|phb","n":"Shadow Monk 6; Shadow Step","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s5-0"},{"id":9198,"c":41,"u":"cloak%20of%20shadows_monk_phb_shadow_phb_11_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"cloak of shadows|phb","n":"Shadow Monk 11; Cloak of Shadows","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s10-0"},{"id":9200,"c":41,"u":"opportunist_monk_phb_shadow_phb_17_phb","p":80,"s":"PHB","h":1,"t":5,"uu":"opportunist|phb","n":"Shadow Monk 17; Opportunist","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s16-0"},{"id":9202,"c":41,"u":"way%20of%20the%20long%20death_monk_phb_long%20death_scag_3_scag","p":130,"s":"SCAG","h":1,"t":5,"uu":"way of the long death|scag","n":"Long Death Monk 3; Way of the Long Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s2-0"},{"id":9204,"c":41,"u":"touch%20of%20death_monk_phb_long%20death_scag_3_scag","p":130,"s":"SCAG","h":1,"t":5,"uu":"touch of death|scag","n":"Long Death Monk 3; Touch of Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s2-0"},{"id":9206,"c":41,"u":"hour%20of%20reaping_monk_phb_long%20death_scag_6_scag","p":130,"s":"SCAG","h":1,"t":5,"uu":"hour of reaping|scag","n":"Long Death Monk 6; Hour of Reaping","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s5-0"},{"id":9208,"c":41,"u":"mastery%20of%20death_monk_phb_long%20death_scag_11_scag","p":130,"s":"SCAG","h":1,"t":5,"uu":"mastery of death|scag","n":"Long Death Monk 11; Mastery of Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s10-0"},{"id":9210,"c":41,"u":"touch%20of%20the%20long%20death_monk_phb_long%20death_scag_17_scag","p":130,"s":"SCAG","h":1,"t":5,"uu":"touch of the long death|scag","n":"Long Death Monk 17; Touch of the Long Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s16-0"},{"id":9212,"c":41,"u":"way%20of%20the%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"way of the astral self|tce","n":"Astral Self Monk 3; Way of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9214,"c":41,"u":"arms%20of%20the%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"arms of the astral self|tce","n":"Astral Self Monk 3; Arms of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9216,"c":41,"u":"forms%20of%20your%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"forms of your astral self|tce","n":"Astral Self Monk 3; Forms of Your Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9218,"c":41,"u":"visage%20of%20the%20astral%20self_monk_phb_astral%20self_tce_6_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"visage of the astral self|tce","n":"Astral Self Monk 6; Visage of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s5-0"},{"id":9220,"c":41,"u":"body%20of%20the%20astral%20self_monk_phb_astral%20self_tce_11_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"body of the astral self|tce","n":"Astral Self Monk 11; Body of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s10-0"},{"id":9222,"c":41,"u":"awakened%20astral%20self_monk_phb_astral%20self_tce_17_tce","p":50,"s":"TCE","h":1,"t":5,"uu":"awakened astral self|tce","n":"Astral Self Monk 17; Awakened Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s16-0"},{"id":9224,"c":41,"u":"way%20of%20mercy_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"way of mercy|tce","n":"Mercy Monk 3; Way of Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9226,"c":41,"u":"hand%20of%20harm_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"hand of harm|tce","n":"Mercy Monk 3; Hand of Harm","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9228,"c":41,"u":"hand%20of%20healing_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"hand of healing|tce","n":"Mercy Monk 3; Hand of Healing","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9230,"c":41,"u":"implements%20of%20mercy_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"implements of mercy|tce","n":"Mercy Monk 3; Implements of Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9232,"c":41,"u":"physician's%20touch_monk_phb_mercy_tce_6_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"physician's touch|tce","n":"Mercy Monk 6; Physician's Touch","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s5-0"},{"id":9234,"c":41,"u":"flurry%20of%20healing%20and%20harm_monk_phb_mercy_tce_11_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"flurry of healing and harm|tce","n":"Mercy Monk 11; Flurry of Healing and Harm","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s10-0"},{"id":9236,"c":41,"u":"hand%20of%20ultimate%20mercy_monk_phb_mercy_tce_17_tce","p":49,"s":"TCE","h":1,"t":5,"uu":"hand of ultimate mercy|tce","n":"Mercy Monk 17; Hand of Ultimate Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s16-0"},{"id":9238,"c":41,"u":"way%20of%20the%20cobalt%20soul_monk_phb_cobalt%20soul_tdcsr_3_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"way of the cobalt soul|tdcsr","n":"Cobalt Soul Monk 3; Way of the Cobalt Soul","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s2-0"},{"id":9240,"c":41,"u":"extract%20aspects_monk_phb_cobalt%20soul_tdcsr_3_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"extract aspects|tdcsr","n":"Cobalt Soul Monk 3; Extract Aspects","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s2-0"},{"id":9242,"c":41,"u":"extort%20truth_monk_phb_cobalt%20soul_tdcsr_6_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"extort truth|tdcsr","n":"Cobalt Soul Monk 6; Extort Truth","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s5-0"},{"id":9244,"c":41,"u":"mystical%20erudition_monk_phb_cobalt%20soul_tdcsr_6_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"mystical erudition|tdcsr","n":"Cobalt Soul Monk 6; Mystical Erudition","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s5-0"},{"id":9246,"c":41,"u":"mind%20of%20mercury_monk_phb_cobalt%20soul_tdcsr_11_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"mind of mercury|tdcsr","n":"Cobalt Soul Monk 11; Mind of Mercury","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s10-0"},{"id":9248,"c":41,"u":"mystical%20erudition%20(11th%20level)_monk_phb_cobalt%20soul_tdcsr_11_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"mystical erudition (11th level)|tdcsr","n":"Cobalt Soul Monk 11; Mystical Erudition (11th Level)","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s10-0"},{"id":9250,"c":41,"u":"debilitating%20barrage_monk_phb_cobalt%20soul_tdcsr_17_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"debilitating barrage|tdcsr","n":"Cobalt Soul Monk 17; Debilitating Barrage","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s16-0"},{"id":9252,"c":41,"u":"mystical%20erudition%20(17th%20level)_monk_phb_cobalt%20soul_tdcsr_17_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"mystical erudition (17th level)|tdcsr","n":"Cobalt Soul Monk 17; Mystical Erudition (17th Level)","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s16-0"},{"id":9254,"c":41,"u":"way%20of%20the%20drunken%20master_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"way of the drunken master|xge","n":"Drunken Master Monk 3; Way of the Drunken Master","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9256,"c":41,"u":"bonus%20proficiencies_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"bonus proficiencies|xge","n":"Drunken Master Monk 3; Bonus Proficiencies","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9258,"c":41,"u":"drunken%20technique_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"drunken technique|xge","n":"Drunken Master Monk 3; Drunken Technique","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9260,"c":41,"u":"leap%20to%20your%20feet_monk_phb_drunken%20master_xge_6_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"leap to your feet|xge","n":"Drunken Master Monk 6; Leap to Your Feet","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9262,"c":41,"u":"redirect%20attack_monk_phb_drunken%20master_xge_6_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"redirect attack|xge","n":"Drunken Master Monk 6; Redirect Attack","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9264,"c":41,"u":"tipsy%20sway_monk_phb_drunken%20master_xge_6_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"tipsy sway|xge","n":"Drunken Master Monk 6; Tipsy Sway","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9266,"c":41,"u":"drunkard's%20luck_monk_phb_drunken%20master_xge_11_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"drunkard's luck|xge","n":"Drunken Master Monk 11; Drunkard's Luck","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s10-0"},{"id":9268,"c":41,"u":"intoxicated%20frenzy_monk_phb_drunken%20master_xge_17_xge","p":33,"s":"XGE","h":1,"t":5,"uu":"intoxicated frenzy|xge","n":"Drunken Master Monk 17; Intoxicated Frenzy","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s16-0"},{"id":9270,"c":41,"u":"agile%20parry_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"agile parry|xge","n":"Kensei Monk 3; Agile Parry","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9272,"c":41,"u":"kensei's%20shot_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"kensei's shot|xge","n":"Kensei Monk 3; Kensei's Shot","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9274,"c":41,"u":"way%20of%20the%20kensei_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"way of the kensei|xge","n":"Kensei Monk 3; Way of the Kensei","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9276,"c":41,"u":"path%20of%20the%20kensei_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"path of the kensei|xge","n":"Kensei Monk 3; Path of the Kensei","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9278,"c":41,"u":"one%20with%20the%20blade_monk_phb_kensei_xge_6_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"one with the blade|xge","n":"Kensei Monk 6; One with the Blade","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s5-0"},{"id":9280,"c":41,"u":"sharpen%20the%20blade_monk_phb_kensei_xge_11_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"sharpen the blade|xge","n":"Kensei Monk 11; Sharpen the Blade","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s10-0"},{"id":9282,"c":41,"u":"unerring%20accuracy_monk_phb_kensei_xge_17_xge","p":34,"s":"XGE","h":1,"t":5,"uu":"unerring accuracy|xge","n":"Kensei Monk 17; Unerring Accuracy","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s16-0"},{"id":9284,"c":41,"u":"way%20of%20the%20sun%20soul_monk_phb_sun%20soul_xge_3_xge","p":35,"s":"XGE","h":1,"t":5,"uu":"way of the sun soul|xge","n":"Sun Soul Monk 3; Way of the Sun Soul","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s2-0"},{"id":9286,"c":41,"u":"radiant%20sun%20bolt_monk_phb_sun%20soul_xge_3_xge","p":35,"s":"XGE","h":1,"t":5,"uu":"radiant sun bolt|xge","n":"Sun Soul Monk 3; Radiant Sun Bolt","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s2-0"},{"id":9288,"c":41,"u":"searing%20arc%20strike_monk_phb_sun%20soul_xge_6_xge","p":35,"s":"XGE","h":1,"t":5,"uu":"searing arc strike|xge","n":"Sun Soul Monk 6; Searing Arc Strike","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s5-0"},{"id":9290,"c":41,"u":"searing%20sunburst_monk_phb_sun%20soul_xge_11_xge","p":35,"s":"XGE","h":1,"t":5,"uu":"searing sunburst|xge","n":"Sun Soul Monk 11; Searing Sunburst","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s10-0"},{"id":9292,"c":41,"u":"sun%20shield_monk_phb_sun%20soul_xge_17_xge","p":35,"s":"XGE","h":1,"t":5,"uu":"sun shield|xge","n":"Sun Soul Monk 17; Sun Shield","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s16-0"},{"id":9294,"c":41,"u":"elemental%20attunement_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"elemental attunement|xphb","n":"Elements Monk 3; Elemental Attunement","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9296,"c":41,"u":"manipulate%20elements_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"manipulate elements|xphb","n":"Elements Monk 3; Manipulate Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9298,"c":41,"u":"warrior%20of%20the%20elements_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"warrior of the elements|xphb","n":"Elements Monk 3; Warrior of the Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9300,"c":41,"u":"elemental%20burst_monk_xphb_elements_xphb_6_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"elemental burst|xphb","n":"Elements Monk 6; Elemental Burst","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s5-0"},{"id":9302,"c":41,"u":"stride%20of%20the%20elements_monk_xphb_elements_xphb_11_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"stride of the elements|xphb","n":"Elements Monk 11; Stride of the Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s10-0"},{"id":9304,"c":41,"u":"elemental%20epitome_monk_xphb_elements_xphb_17_xphb","p":106,"s":"XPHB","h":1,"t":5,"uu":"elemental epitome|xphb","n":"Elements Monk 17; Elemental Epitome","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s16-0"},{"id":9306,"c":41,"u":"warrior%20of%20mercy_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"warrior of mercy|xphb","n":"Mercy Monk 3; Warrior of Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9308,"c":41,"u":"hand%20of%20harm_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"hand of harm|xphb","n":"Mercy Monk 3; Hand of Harm","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9310,"c":41,"u":"hand%20of%20healing_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"hand of healing|xphb","n":"Mercy Monk 3; Hand of Healing","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9312,"c":41,"u":"implements%20of%20mercy_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"implements of mercy|xphb","n":"Mercy Monk 3; Implements of Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9314,"c":41,"u":"physician's%20touch_monk_xphb_mercy_xphb_6_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"physician's touch|xphb","n":"Mercy Monk 6; Physician's Touch","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s5-0"},{"id":9316,"c":41,"u":"flurry%20of%20healing%20and%20harm_monk_xphb_mercy_xphb_11_xphb","p":104,"s":"XPHB","h":1,"t":5,"uu":"flurry of healing and harm|xphb","n":"Mercy Monk 11; Flurry of Healing and Harm","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s10-0"},{"id":9318,"c":41,"u":"hand%20of%20ultimate%20mercy_monk_xphb_mercy_xphb_17_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"hand of ultimate mercy|xphb","n":"Mercy Monk 17; Hand of Ultimate Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s16-0"},{"id":9320,"c":41,"u":"open%20hand%20technique_monk_xphb_open%20hand_xphb_3_xphb","p":107,"s":"XPHB","h":1,"t":5,"uu":"open hand technique|xphb","n":"Open Hand Monk 3; Open Hand Technique","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s2-0"},{"id":9322,"c":41,"u":"warrior%20of%20the%20open%20hand_monk_xphb_open%20hand_xphb_3_xphb","p":107,"s":"XPHB","h":1,"t":5,"uu":"warrior of the open hand|xphb","n":"Open Hand Monk 3; Warrior of the Open Hand","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s2-0"},{"id":9324,"c":41,"u":"wholeness%20of%20body_monk_xphb_open%20hand_xphb_6_xphb","p":107,"s":"XPHB","h":1,"t":5,"uu":"wholeness of body|xphb","n":"Open Hand Monk 6; Wholeness of Body","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s5-0"},{"id":9326,"c":41,"u":"fleet%20step_monk_xphb_open%20hand_xphb_11_xphb","p":107,"s":"XPHB","h":1,"t":5,"uu":"fleet step|xphb","n":"Open Hand Monk 11; Fleet Step","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s10-0"},{"id":9328,"c":41,"u":"quivering%20palm_monk_xphb_open%20hand_xphb_17_xphb","p":107,"s":"XPHB","h":1,"t":5,"uu":"quivering palm|xphb","n":"Open Hand Monk 17; Quivering Palm","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s16-0"},{"id":9330,"c":41,"u":"shadow%20arts_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"shadow arts|xphb","n":"Shadow Monk 3; Shadow Arts","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9332,"c":41,"u":"warrior%20of%20shadow_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"warrior of shadow|xphb","n":"Shadow Monk 3; Warrior of Shadow","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9334,"c":41,"u":"darkness_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"darkness|xphb","n":"Shadow Monk 3; Darkness","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9336,"c":41,"u":"darkvision_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"darkvision|xphb","n":"Shadow Monk 3; Darkvision","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9338,"c":41,"u":"shadowy%20figments_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"shadowy figments|xphb","n":"Shadow Monk 3; Shadowy Figments","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9340,"c":41,"u":"shadow%20step_monk_xphb_shadow_xphb_6_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"shadow step|xphb","n":"Shadow Monk 6; Shadow Step","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s5-0"},{"id":9342,"c":41,"u":"improved%20shadow%20step_monk_xphb_shadow_xphb_11_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"improved shadow step|xphb","n":"Shadow Monk 11; Improved Shadow Step","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s10-0"},{"id":9344,"c":41,"u":"cloak%20of%20shadows_monk_xphb_shadow_xphb_17_xphb","p":105,"s":"XPHB","h":1,"t":5,"uu":"cloak of shadows|xphb","n":"Shadow Monk 17; Cloak of Shadows","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s16-0"},{"id":9346,"c":41,"u":"order%20of%20the%20avatar_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the avatar|uathemysticclass","n":"Avatar Mystic 1; Order of the Avatar","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9348,"c":41,"u":"armor%20training_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"armor training|uathemysticclass","n":"Avatar Mystic 1; Armor Training","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9350,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"bonus disciplines|uathemysticclass","n":"Avatar Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9352,"c":41,"u":"avatar%20of%20battle_mystic_uathemysticclass_avatar_uathemysticclass_3_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"avatar of battle|uathemysticclass","n":"Avatar Mystic 3; Avatar of Battle","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s2-0"},{"id":9354,"c":41,"u":"avatar%20of%20healing_mystic_uathemysticclass_avatar_uathemysticclass_6_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"avatar of healing|uathemysticclass","n":"Avatar Mystic 6; Avatar of Healing","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s5-0"},{"id":9356,"c":41,"u":"avatar%20of%20speed_mystic_uathemysticclass_avatar_uathemysticclass_14_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"t":5,"uu":"avatar of speed|uathemysticclass","n":"Avatar Mystic 14; Avatar of Speed","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s13-0"},{"id":9358,"c":41,"u":"order%20of%20the%20awakened_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the awakened|uathemysticclass","n":"Awakened Mystic 1; Order of the Awakened","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9360,"c":41,"u":"awakened%20talent_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"awakened talent|uathemysticclass","n":"Awakened Mystic 1; Awakened Talent","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9362,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"bonus disciplines|uathemysticclass","n":"Awakened Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9364,"c":41,"u":"psionic%20investigation_mystic_uathemysticclass_awakened_uathemysticclass_3_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"psionic investigation|uathemysticclass","n":"Awakened Mystic 3; Psionic Investigation","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s2-0"},{"id":9366,"c":41,"u":"psionic%20surge_mystic_uathemysticclass_awakened_uathemysticclass_6_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"psionic surge|uathemysticclass","n":"Awakened Mystic 6; Psionic Surge","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s5-0"},{"id":9368,"c":41,"u":"spectral%20form_mystic_uathemysticclass_awakened_uathemysticclass_14_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"spectral form|uathemysticclass","n":"Awakened Mystic 14; Spectral Form","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s13-0"},{"id":9370,"c":41,"u":"order%20of%20the%20immortal_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the immortal|uathemysticclass","n":"Immortal Mystic 1; Order of the Immortal","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9372,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"bonus disciplines|uathemysticclass","n":"Immortal Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9374,"c":41,"u":"immortal%20durability_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"immortal durability|uathemysticclass","n":"Immortal Mystic 1; Immortal Durability","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9376,"c":41,"u":"psionic%20resilience_mystic_uathemysticclass_immortal_uathemysticclass_3_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"psionic resilience|uathemysticclass","n":"Immortal Mystic 3; Psionic Resilience","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s2-0"},{"id":9378,"c":41,"u":"surge%20of%20health_mystic_uathemysticclass_immortal_uathemysticclass_6_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"surge of health|uathemysticclass","n":"Immortal Mystic 6; Surge of Health","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s5-0"},{"id":9380,"c":41,"u":"immortal%20will_mystic_uathemysticclass_immortal_uathemysticclass_14_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"t":5,"uu":"immortal will|uathemysticclass","n":"Immortal Mystic 14; Immortal Will","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s13-0"},{"id":9382,"c":41,"u":"order%20of%20the%20nomad_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the nomad|uathemysticclass","n":"Nomad Mystic 1; Order of the Nomad","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9384,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"bonus disciplines|uathemysticclass","n":"Nomad Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9386,"c":41,"u":"breadth%20of%20knowledge_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"breadth of knowledge|uathemysticclass","n":"Nomad Mystic 1; Breadth of Knowledge","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9388,"c":41,"u":"memory%20of%20one%20thousand%20steps_mystic_uathemysticclass_nomad_uathemysticclass_3_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"memory of one thousand steps|uathemysticclass","n":"Nomad Mystic 3; Memory of One Thousand Steps","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s2-0"},{"id":9390,"c":41,"u":"superior%20teleportation_mystic_uathemysticclass_nomad_uathemysticclass_6_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"superior teleportation|uathemysticclass","n":"Nomad Mystic 6; Superior Teleportation","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s5-0"},{"id":9392,"c":41,"u":"effortless%20journey_mystic_uathemysticclass_nomad_uathemysticclass_14_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"effortless journey|uathemysticclass","n":"Nomad Mystic 14; Effortless Journey","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s13-0"},{"id":9394,"c":41,"u":"order%20of%20the%20soul%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the soul knife|uathemysticclass","n":"Soul Knife Mystic 1; Order of the Soul Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9396,"c":41,"u":"martial%20training_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"martial training|uathemysticclass","n":"Soul Knife Mystic 1; Martial Training","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9398,"c":41,"u":"soul%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"soul knife|uathemysticclass","n":"Soul Knife Mystic 1; Soul Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9400,"c":41,"u":"hone%20the%20blade_mystic_uathemysticclass_soul%20knife_uathemysticclass_3_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"hone the blade|uathemysticclass","n":"Soul Knife Mystic 3; Hone the Blade","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s2-0"},{"id":9402,"c":41,"u":"consumptive%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_6_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"consumptive knife|uathemysticclass","n":"Soul Knife Mystic 6; Consumptive Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s5-0"},{"id":9404,"c":41,"u":"phantom%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_14_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"t":5,"uu":"phantom knife|uathemysticclass","n":"Soul Knife Mystic 14; Phantom Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s13-0"},{"id":9406,"c":41,"u":"order%20of%20the%20wu%20jen_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"order of the wu jen|uathemysticclass","n":"Wu Jen Mystic 1; Order of the Wu Jen","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9408,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"bonus disciplines|uathemysticclass","n":"Wu Jen Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9410,"c":41,"u":"hermit's%20study_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"hermit's study|uathemysticclass","n":"Wu Jen Mystic 1; Hermit's Study","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9412,"c":41,"u":"elemental%20attunement_mystic_uathemysticclass_wu%20jen_uathemysticclass_3_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"elemental attunement|uathemysticclass","n":"Wu Jen Mystic 3; Elemental Attunement","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s2-0"},{"id":9414,"c":41,"u":"arcane%20dabbler_mystic_uathemysticclass_wu%20jen_uathemysticclass_6_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"arcane dabbler|uathemysticclass","n":"Wu Jen Mystic 6; Arcane Dabbler","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s5-0"},{"id":9416,"c":41,"u":"elemental%20mastery_mystic_uathemysticclass_wu%20jen_uathemysticclass_14_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"t":5,"uu":"elemental mastery|uathemysticclass","n":"Wu Jen Mystic 14; Elemental Mastery","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s13-0"},{"id":9418,"c":41,"u":"oathbreaker_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"oathbreaker|dmg","n":"Oathbreaker Paladin 3; Oathbreaker","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9420,"c":41,"u":"channel%20divinity_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"channel divinity|dmg","n":"Oathbreaker Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9422,"c":41,"u":"control%20undead_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"control undead|dmg","n":"Oathbreaker Paladin 3; Control Undead","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9424,"c":41,"u":"dreadful%20aspect_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"dreadful aspect|dmg","n":"Oathbreaker Paladin 3; Dreadful Aspect","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9426,"c":41,"u":"oathbreaker%20spells_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"oathbreaker spells|dmg","n":"Oathbreaker Paladin 3; Oathbreaker Spells","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9428,"c":41,"u":"aura%20of%20hate_paladin_phb_oathbreaker_dmg_7_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"aura of hate|dmg","n":"Oathbreaker Paladin 7; Aura of Hate","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s6-0"},{"id":9430,"c":41,"u":"supernatural%20resistance_paladin_phb_oathbreaker_dmg_15_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"supernatural resistance|dmg","n":"Oathbreaker Paladin 15; Supernatural Resistance","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s14-0"},{"id":9432,"c":41,"u":"dread%20lord_paladin_phb_oathbreaker_dmg_20_dmg","p":97,"s":"DMG","h":1,"t":5,"uu":"dread lord|dmg","n":"Oathbreaker Paladin 20; Dread Lord","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s19-0"},{"id":9434,"c":41,"u":"oath%20of%20the%20ancients_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"oath of the ancients|phb","n":"Ancients Paladin 3; Oath of the Ancients","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9436,"c":41,"u":"channel%20divinity_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"channel divinity|phb","n":"Ancients Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9438,"c":41,"u":"nature's%20wrath_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"nature's wrath|phb","n":"Ancients Paladin 3; Nature's Wrath","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9440,"c":41,"u":"oath%20spells_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"oath spells|phb","n":"Ancients Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9442,"c":41,"u":"tenets%20of%20the%20ancients_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"tenets of the ancients|phb","n":"Ancients Paladin 3; Tenets of the Ancients","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9444,"c":41,"u":"turn%20the%20faithless_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"turn the faithless|phb","n":"Ancients Paladin 3; Turn the Faithless","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9446,"c":41,"u":"aura%20of%20warding_paladin_phb_ancients_phb_7_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"aura of warding|phb","n":"Ancients Paladin 7; Aura of Warding","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s6-0"},{"id":9448,"c":41,"u":"undying%20sentinel_paladin_phb_ancients_phb_15_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"undying sentinel|phb","n":"Ancients Paladin 15; Undying Sentinel","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s14-0"},{"id":9450,"c":41,"u":"elder%20champion_paladin_phb_ancients_phb_20_phb","p":86,"s":"PHB","h":1,"t":5,"uu":"elder champion|phb","n":"Ancients Paladin 20; Elder Champion","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s19-0"},{"id":9452,"c":41,"u":"oath%20of%20devotion_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"oath of devotion|phb","n":"Devotion Paladin 3; Oath of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9454,"c":41,"u":"channel%20divinity_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"channel divinity|phb","n":"Devotion Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9456,"c":41,"u":"oath%20spells_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"oath spells|phb","n":"Devotion Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9458,"c":41,"u":"sacred%20weapon_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"sacred weapon|phb","n":"Devotion Paladin 3; Sacred Weapon","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9460,"c":41,"u":"tenets%20of%20devotion_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"tenets of devotion|phb","n":"Devotion Paladin 3; Tenets of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9462,"c":41,"u":"turn%20the%20unholy_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"turn the unholy|phb","n":"Devotion Paladin 3; Turn the Unholy","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9464,"c":41,"u":"aura%20of%20devotion_paladin_phb_devotion_phb_7_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"aura of devotion|phb","n":"Devotion Paladin 7; Aura of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s6-0"},{"id":9466,"c":41,"u":"purity%20of%20spirit_paladin_phb_devotion_phb_15_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"purity of spirit|phb","n":"Devotion Paladin 15; Purity of Spirit","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s14-0"},{"id":9468,"c":41,"u":"holy%20nimbus_paladin_phb_devotion_phb_20_phb","p":85,"s":"PHB","h":1,"r":1,"t":5,"uu":"holy nimbus|phb","n":"Devotion Paladin 20; Holy Nimbus","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s19-0"},{"id":9470,"c":41,"u":"oath%20of%20vengeance_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"oath of vengeance|phb","n":"Vengeance Paladin 3; Oath of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9472,"c":41,"u":"abjure%20enemy_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"abjure enemy|phb","n":"Vengeance Paladin 3; Abjure Enemy","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9474,"c":41,"u":"channel%20divinity_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"channel divinity|phb","n":"Vengeance Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9476,"c":41,"u":"oath%20spells_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"oath spells|phb","n":"Vengeance Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9478,"c":41,"u":"tenets%20of%20vengeance_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"tenets of vengeance|phb","n":"Vengeance Paladin 3; Tenets of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9480,"c":41,"u":"vow%20of%20enmity_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"vow of enmity|phb","n":"Vengeance Paladin 3; Vow of Enmity","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9482,"c":41,"u":"relentless%20avenger_paladin_phb_vengeance_phb_7_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"relentless avenger|phb","n":"Vengeance Paladin 7; Relentless Avenger","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s6-0"},{"id":9484,"c":41,"u":"soul%20of%20vengeance_paladin_phb_vengeance_phb_15_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"soul of vengeance|phb","n":"Vengeance Paladin 15; Soul of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s14-0"},{"id":9486,"c":41,"u":"avenging%20angel_paladin_phb_vengeance_phb_20_phb","p":87,"s":"PHB","h":1,"t":5,"uu":"avenging angel|phb","n":"Vengeance Paladin 20; Avenging Angel","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s19-0"},{"id":9488,"c":41,"u":"oath%20of%20the%20crown_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"oath of the crown|scag","n":"Crown Paladin 3; Oath of the Crown","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9490,"c":41,"u":"champion%20challenge_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"champion challenge|scag","n":"Crown Paladin 3; Champion Challenge","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9492,"c":41,"u":"channel%20divinity_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"channel divinity|scag","n":"Crown Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9494,"c":41,"u":"oath%20spells_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"oath spells|scag","n":"Crown Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9496,"c":41,"u":"tenets%20of%20the%20crown_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"tenets of the crown|scag","n":"Crown Paladin 3; Tenets of the Crown","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9498,"c":41,"u":"turn%20the%20tide_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"turn the tide|scag","n":"Crown Paladin 3; Turn the Tide","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9500,"c":41,"u":"divine%20allegiance_paladin_phb_crown_scag_7_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"divine allegiance|scag","n":"Crown Paladin 7; Divine Allegiance","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s6-0"},{"id":9502,"c":41,"u":"unyielding%20spirit_paladin_phb_crown_scag_15_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"unyielding spirit|scag","n":"Crown Paladin 15; Unyielding Spirit","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s14-0"},{"id":9504,"c":41,"u":"exalted%20champion_paladin_phb_crown_scag_20_scag","p":132,"s":"SCAG","h":1,"t":5,"uu":"exalted champion|scag","n":"Crown Paladin 20; Exalted Champion","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s19-0"},{"id":9506,"c":41,"u":"oath%20of%20glory_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"oath of glory|tce","n":"Glory Paladin 3; Oath of Glory","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9508,"c":41,"u":"channel%20divinity_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"channel divinity|tce","n":"Glory Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9510,"c":41,"u":"oath%20spells_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"oath spells|tce","n":"Glory Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9512,"c":41,"u":"tenets%20of%20glory_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"tenets of glory|tce","n":"Glory Paladin 3; Tenets of Glory","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9514,"c":41,"u":"inspiring%20smite_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"inspiring smite|tce","n":"Glory Paladin 3; Inspiring Smite","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9516,"c":41,"u":"peerless%20athlete_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"peerless athlete|tce","n":"Glory Paladin 3; Peerless Athlete","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9518,"c":41,"u":"aura%20of%20alacrity_paladin_phb_glory_tce_7_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"aura of alacrity|tce","n":"Glory Paladin 7; Aura of Alacrity","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s6-0"},{"id":9520,"c":41,"u":"glorious%20defense_paladin_phb_glory_tce_15_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"glorious defense|tce","n":"Glory Paladin 15; Glorious Defense","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s14-0"},{"id":9522,"c":41,"u":"living%20legend_paladin_phb_glory_tce_20_tce","p":53,"s":"TCE","h":1,"t":5,"uu":"living legend|tce","n":"Glory Paladin 20; Living Legend","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s19-0"},{"id":9524,"c":41,"u":"oath%20of%20the%20watchers_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"oath of the watchers|tce","n":"Watchers Paladin 3; Oath of the Watchers","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9526,"c":41,"u":"channel%20divinity_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"channel divinity|tce","n":"Watchers Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9528,"c":41,"u":"oath%20spells_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"oath spells|tce","n":"Watchers Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9530,"c":41,"u":"tenets%20of%20the%20watchers_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"tenets of the watchers|tce","n":"Watchers Paladin 3; Tenets of the Watchers","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9532,"c":41,"u":"abjure%20the%20extraplanar_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"abjure the extraplanar|tce","n":"Watchers Paladin 3; Abjure the Extraplanar","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9534,"c":41,"u":"watcher's%20will_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"watcher's will|tce","n":"Watchers Paladin 3; Watcher's Will","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9536,"c":41,"u":"aura%20of%20the%20sentinel_paladin_phb_watchers_tce_7_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"aura of the sentinel|tce","n":"Watchers Paladin 7; Aura of the Sentinel","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s6-0"},{"id":9538,"c":41,"u":"vigilant%20rebuke_paladin_phb_watchers_tce_15_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"vigilant rebuke|tce","n":"Watchers Paladin 15; Vigilant Rebuke","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s14-0"},{"id":9540,"c":41,"u":"mortal%20bulwark_paladin_phb_watchers_tce_20_tce","p":54,"s":"TCE","h":1,"t":5,"uu":"mortal bulwark|tce","n":"Watchers Paladin 20; Mortal Bulwark","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s19-0"},{"id":9542,"c":41,"u":"oath%20of%20the%20open%20sea_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"oath of the open sea|tdcsr","n":"Open Sea Paladin 3; Oath of the Open Sea","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9544,"c":41,"u":"channel%20divinity_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"channel divinity|tdcsr","n":"Open Sea Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9546,"c":41,"u":"fury%20of%20the%20tides_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"fury of the tides|tdcsr","n":"Open Sea Paladin 3; Fury of the Tides","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9548,"c":41,"u":"marine%20layer_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"marine layer|tdcsr","n":"Open Sea Paladin 3; Marine Layer","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9550,"c":41,"u":"oath%20spells_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"oath spells|tdcsr","n":"Open Sea Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9552,"c":41,"u":"tenets%20of%20the%20open%20sea_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"tenets of the open sea|tdcsr","n":"Open Sea Paladin 3; Tenets of the Open Sea","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9554,"c":41,"u":"aura%20of%20liberation_paladin_phb_open%20sea_tdcsr_7_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"aura of liberation|tdcsr","n":"Open Sea Paladin 7; Aura of Liberation","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s6-0"},{"id":9556,"c":41,"u":"stormy%20waters_paladin_phb_open%20sea_tdcsr_15_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"stormy waters|tdcsr","n":"Open Sea Paladin 15; Stormy Waters","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s14-0"},{"id":9558,"c":41,"u":"aura%20of%20liberation%20(18th%20level)_paladin_phb_open%20sea_tdcsr_18_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"aura of liberation (18th level)|tdcsr","n":"Open Sea Paladin 18; Aura of Liberation (18th Level)","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s17-0"},{"id":9560,"c":41,"u":"mythic%20swashbuckler_paladin_phb_open%20sea_tdcsr_20_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"mythic swashbuckler|tdcsr","n":"Open Sea Paladin 20; Mythic Swashbuckler","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s19-0"},{"id":9562,"c":41,"u":"oath%20of%20conquest_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"oath of conquest|xge","n":"Conquest Paladin 3; Oath of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9564,"c":41,"u":"channel%20divinity_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"channel divinity|xge","n":"Conquest Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9566,"c":41,"u":"conquering%20presence_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"conquering presence|xge","n":"Conquest Paladin 3; Conquering Presence","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9568,"c":41,"u":"guided%20strike_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"guided strike|xge","n":"Conquest Paladin 3; Guided Strike","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9570,"c":41,"u":"oath%20spells_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"oath spells|xge","n":"Conquest Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9572,"c":41,"u":"tenets%20of%20conquest_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"tenets of conquest|xge","n":"Conquest Paladin 3; Tenets of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9574,"c":41,"u":"aura%20of%20conquest_paladin_phb_conquest_xge_7_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"aura of conquest|xge","n":"Conquest Paladin 7; Aura of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s6-0"},{"id":9576,"c":41,"u":"scornful%20rebuke_paladin_phb_conquest_xge_15_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"scornful rebuke|xge","n":"Conquest Paladin 15; Scornful Rebuke","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s14-0"},{"id":9578,"c":41,"u":"invincible%20conqueror_paladin_phb_conquest_xge_20_xge","p":37,"s":"XGE","h":1,"t":5,"uu":"invincible conqueror|xge","n":"Conquest Paladin 20; Invincible Conqueror","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s19-0"},{"id":9580,"c":41,"u":"oath%20of%20redemption_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"oath of redemption|xge","n":"Redemption Paladin 3; Oath of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9582,"c":41,"u":"channel%20divinity_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"channel divinity|xge","n":"Redemption Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9584,"c":41,"u":"emissary%20of%20peace_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"emissary of peace|xge","n":"Redemption Paladin 3; Emissary of Peace","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9586,"c":41,"u":"oath%20spells_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"oath spells|xge","n":"Redemption Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9588,"c":41,"u":"rebuke%20the%20violent_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"rebuke the violent|xge","n":"Redemption Paladin 3; Rebuke the Violent","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9590,"c":41,"u":"tenets%20of%20redemption_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"tenets of redemption|xge","n":"Redemption Paladin 3; Tenets of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9592,"c":41,"u":"aura%20of%20the%20guardian_paladin_phb_redemption_xge_7_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"aura of the guardian|xge","n":"Redemption Paladin 7; Aura of the Guardian","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s6-0"},{"id":9594,"c":41,"u":"protective%20spirit_paladin_phb_redemption_xge_15_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"protective spirit|xge","n":"Redemption Paladin 15; Protective Spirit","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s14-0"},{"id":9596,"c":41,"u":"emissary%20of%20redemption_paladin_phb_redemption_xge_20_xge","p":38,"s":"XGE","h":1,"t":5,"uu":"emissary of redemption|xge","n":"Redemption Paladin 20; Emissary of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s19-0"},{"id":9598,"c":41,"u":"nature's%20wrath_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"nature's wrath|xphb","n":"Ancients Paladin 3; Nature's Wrath","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9600,"c":41,"u":"oath%20of%20the%20ancients_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"oath of the ancients|xphb","n":"Ancients Paladin 3; Oath of the Ancients","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9602,"c":41,"u":"oath%20of%20the%20ancients%20spells_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"oath of the ancients spells|xphb","n":"Ancients Paladin 3; Oath of the Ancients Spells","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9604,"c":41,"u":"aura%20of%20warding_paladin_xphb_ancients_xphb_7_xphb","p":116,"s":"XPHB","h":1,"t":5,"uu":"aura of warding|xphb","n":"Ancients Paladin 7; Aura of Warding","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s6-0"},{"id":9606,"c":41,"u":"undying%20sentinel_paladin_xphb_ancients_xphb_15_xphb","p":116,"s":"XPHB","h":1,"t":5,"uu":"undying sentinel|xphb","n":"Ancients Paladin 15; Undying Sentinel","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s14-0"},{"id":9608,"c":41,"u":"elder%20champion_paladin_xphb_ancients_xphb_20_xphb","p":116,"s":"XPHB","h":1,"t":5,"uu":"elder champion|xphb","n":"Ancients Paladin 20; Elder Champion","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s19-0"},{"id":9610,"c":41,"u":"oath%20of%20devotion_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"t":5,"uu":"oath of devotion|xphb","n":"Devotion Paladin 3; Oath of Devotion","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9612,"c":41,"u":"oath%20of%20devotion%20spells_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"t":5,"uu":"oath of devotion spells|xphb","n":"Devotion Paladin 3; Oath of Devotion Spells","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9614,"c":41,"u":"sacred%20weapon_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"t":5,"uu":"sacred weapon|xphb","n":"Devotion Paladin 3; Sacred Weapon","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9616,"c":41,"u":"aura%20of%20devotion_paladin_xphb_devotion_xphb_7_xphb","p":114,"s":"XPHB","h":1,"t":5,"uu":"aura of devotion|xphb","n":"Devotion Paladin 7; Aura of Devotion","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s6-0"},{"id":9618,"c":41,"u":"smite%20of%20protection_paladin_xphb_devotion_xphb_15_xphb","p":114,"s":"XPHB","h":1,"t":5,"uu":"smite of protection|xphb","n":"Devotion Paladin 15; Smite of Protection","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s14-0"},{"id":9620,"c":41,"u":"holy%20nimbus_paladin_xphb_devotion_xphb_20_xphb","p":114,"s":"XPHB","h":1,"t":5,"uu":"holy nimbus|xphb","n":"Devotion Paladin 20; Holy Nimbus","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s19-0"},{"id":9622,"c":41,"u":"inspiring%20smite_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"inspiring smite|xphb","n":"Glory Paladin 3; Inspiring Smite","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9624,"c":41,"u":"oath%20of%20glory_paladin_xphb_glory_xphb_3_xphb","p":114,"s":"XPHB","h":1,"t":5,"uu":"oath of glory|xphb","n":"Glory Paladin 3; Oath of Glory","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9626,"c":41,"u":"oath%20of%20glory%20spells_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"oath of glory spells|xphb","n":"Glory Paladin 3; Oath of Glory Spells","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9628,"c":41,"u":"peerless%20athlete_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"peerless athlete|xphb","n":"Glory Paladin 3; Peerless Athlete","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9630,"c":41,"u":"aura%20of%20alacricity_paladin_xphb_glory_xphb_7_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"aura of alacricity|xphb","n":"Glory Paladin 7; Aura of Alacricity","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s6-0"},{"id":9632,"c":41,"u":"glorious%20defense_paladin_xphb_glory_xphb_15_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"glorious defense|xphb","n":"Glory Paladin 15; Glorious Defense","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s14-0"},{"id":9634,"c":41,"u":"living%20legend_paladin_xphb_glory_xphb_20_xphb","p":115,"s":"XPHB","h":1,"t":5,"uu":"living legend|xphb","n":"Glory Paladin 20; Living Legend","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s19-0"},{"id":9636,"c":41,"u":"oath%20of%20vengeance_paladin_xphb_vengeance_xphb_3_xphb","p":116,"s":"XPHB","h":1,"t":5,"uu":"oath of vengeance|xphb","n":"Vengeance Paladin 3; Oath of Vengeance","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9638,"c":41,"u":"oath%20of%20vengeance%20spells_paladin_xphb_vengeance_xphb_3_xphb","p":116,"s":"XPHB","h":1,"t":5,"uu":"oath of vengeance spells|xphb","n":"Vengeance Paladin 3; Oath of Vengeance Spells","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9640,"c":41,"u":"vow%20of%20enmity_paladin_xphb_vengeance_xphb_3_xphb","p":117,"s":"XPHB","h":1,"t":5,"uu":"vow of enmity|xphb","n":"Vengeance Paladin 3; Vow of Enmity","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9642,"c":41,"u":"relentless%20avenger_paladin_xphb_vengeance_xphb_7_xphb","p":117,"s":"XPHB","h":1,"t":5,"uu":"relentless avenger|xphb","n":"Vengeance Paladin 7; Relentless Avenger","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s6-0"},{"id":9644,"c":41,"u":"soul%20of%20vengeance_paladin_xphb_vengeance_xphb_15_xphb","p":117,"s":"XPHB","h":1,"t":5,"uu":"soul of vengeance|xphb","n":"Vengeance Paladin 15; Soul of Vengeance","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s14-0"},{"id":9646,"c":41,"u":"avenging%20angel_paladin_xphb_vengeance_xphb_20_xphb","p":117,"s":"XPHB","h":1,"t":5,"uu":"avenging angel|xphb","n":"Vengeance Paladin 20; Avenging Angel","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s19-0"},{"id":9648,"c":41,"u":"drakewarden_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"drakewarden|ftd","n":"Drakewarden Ranger 3; Drakewarden","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9650,"c":41,"u":"draconic%20gift_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"draconic gift|ftd","n":"Drakewarden Ranger 3; Draconic Gift","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9652,"c":41,"u":"drake%20companion_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"drake companion|ftd","n":"Drakewarden Ranger 3; Drake Companion","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9654,"c":41,"u":"bond%20of%20fang%20and%20scale_ranger_phb_drakewarden_ftd_7_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"bond of fang and scale|ftd","n":"Drakewarden Ranger 7; Bond of Fang and Scale","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s6-0"},{"id":9656,"c":41,"u":"drake's%20breath_ranger_phb_drakewarden_ftd_11_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"drake's breath|ftd","n":"Drakewarden Ranger 11; Drake's Breath","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s10-0"},{"id":9658,"c":41,"u":"perfected%20bond_ranger_phb_drakewarden_ftd_15_ftd","p":15,"s":"FTD","h":1,"t":5,"uu":"perfected bond|ftd","n":"Drakewarden Ranger 15; Perfected Bond","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s14-0"},{"id":9660,"c":41,"u":"beast%20master_ranger_phb_beast%20master_phb_3_phb","p":93,"s":"PHB","h":1,"t":5,"uu":"beast master|phb","n":"Beast Master Ranger 3; Beast Master","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s2-0"},{"id":9662,"c":41,"u":"primal%20companion_ranger_phb_beast%20master_phb_3_tce","p":61,"s":"TCE","h":1,"t":5,"uu":"primal companion|tce","n":"Beast Master Ranger 3; Primal Companion","uh":"ranger_phb,state:sub-beast-master-tce=b1~feature=s2-0"},{"id":9664,"c":41,"u":"ranger's%20companion_ranger_phb_beast%20master_phb_3_phb","p":93,"s":"PHB","h":1,"t":5,"uu":"ranger's companion|phb","n":"Beast Master Ranger 3; Ranger's Companion","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s2-0"},{"id":9666,"c":41,"u":"exceptional%20training_ranger_phb_beast%20master_phb_7_phb","p":93,"s":"PHB","h":1,"t":5,"uu":"exceptional training|phb","n":"Beast Master Ranger 7; Exceptional Training","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s6-0"},{"id":9668,"c":41,"u":"bestial%20fury_ranger_phb_beast%20master_phb_11_phb","p":93,"s":"PHB","h":1,"t":5,"uu":"bestial fury|phb","n":"Beast Master Ranger 11; Bestial Fury","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s10-0"},{"id":9670,"c":41,"u":"share%20spells_ranger_phb_beast%20master_phb_15_phb","p":93,"s":"PHB","h":1,"t":5,"uu":"share spells|phb","n":"Beast Master Ranger 15; Share Spells","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s14-0"},{"id":9672,"c":41,"u":"hunter_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"hunter|phb","n":"Hunter Ranger 3; Hunter","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9674,"c":41,"u":"horde%20breaker_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"horde breaker|phb","n":"Hunter Ranger 3; Horde Breaker","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9676,"c":41,"u":"hunter's%20prey_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"hunter's prey|phb","n":"Hunter Ranger 3; Hunter's Prey","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9678,"c":41,"u":"colossus%20slayer_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"colossus slayer|phb","n":"Hunter Ranger 3; Colossus Slayer","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9680,"c":41,"u":"giant%20killer_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"giant killer|phb","n":"Hunter Ranger 3; Giant Killer","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9682,"c":41,"u":"defensive%20tactics_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"defensive tactics|phb","n":"Hunter Ranger 7; Defensive Tactics","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9684,"c":41,"u":"escape%20the%20horde_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"escape the horde|phb","n":"Hunter Ranger 7; Escape the Horde","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9686,"c":41,"u":"multiattack%20defense_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"multiattack defense|phb","n":"Hunter Ranger 7; Multiattack Defense","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9688,"c":41,"u":"steel%20will_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"steel will|phb","n":"Hunter Ranger 7; Steel Will","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9690,"c":41,"u":"multiattack_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"multiattack|phb","n":"Hunter Ranger 11; Multiattack","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9692,"c":41,"u":"volley_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"volley|phb","n":"Hunter Ranger 11; Volley","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9694,"c":41,"u":"whirlwind%20attack_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"whirlwind attack|phb","n":"Hunter Ranger 11; Whirlwind Attack","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9696,"c":41,"u":"evasion_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"evasion|phb","n":"Hunter Ranger 15; Evasion","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9698,"c":41,"u":"stand%20against%20the%20tide_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"stand against the tide|phb","n":"Hunter Ranger 15; Stand Against the Tide","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9700,"c":41,"u":"superior%20hunter's%20defense_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"superior hunter's defense|phb","n":"Hunter Ranger 15; Superior Hunter's Defense","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9702,"c":41,"u":"uncanny%20dodge_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"t":5,"uu":"uncanny dodge|phb","n":"Hunter Ranger 15; Uncanny Dodge","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9704,"c":41,"u":"fey%20wanderer_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"fey wanderer|tce","n":"Fey Wanderer Ranger 3; Fey Wanderer","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9706,"c":41,"u":"dreadful%20strikes_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"dreadful strikes|tce","n":"Fey Wanderer Ranger 3; Dreadful Strikes","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9708,"c":41,"u":"fey%20wanderer%20magic_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"fey wanderer magic|tce","n":"Fey Wanderer Ranger 3; Fey Wanderer Magic","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9710,"c":41,"u":"otherworldly%20glamour_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"otherworldly glamour|tce","n":"Fey Wanderer Ranger 3; Otherworldly Glamour","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9712,"c":41,"u":"beguiling%20twist_ranger_phb_fey%20wanderer_tce_7_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"beguiling twist|tce","n":"Fey Wanderer Ranger 7; Beguiling Twist","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s6-0"},{"id":9714,"c":41,"u":"fey%20reinforcements_ranger_phb_fey%20wanderer_tce_11_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"fey reinforcements|tce","n":"Fey Wanderer Ranger 11; Fey Reinforcements","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s10-0"},{"id":9716,"c":41,"u":"misty%20wanderer_ranger_phb_fey%20wanderer_tce_15_tce","p":58,"s":"TCE","h":1,"t":5,"uu":"misty wanderer|tce","n":"Fey Wanderer Ranger 15; Misty Wanderer","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s14-0"},{"id":9718,"c":41,"u":"swarmkeeper_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"swarmkeeper|tce","n":"Swarmkeeper Ranger 3; Swarmkeeper","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9720,"c":41,"u":"gathered%20swarm_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"gathered swarm|tce","n":"Swarmkeeper Ranger 3; Gathered Swarm","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9722,"c":41,"u":"swarmkeeper%20magic_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"swarmkeeper magic|tce","n":"Swarmkeeper Ranger 3; Swarmkeeper Magic","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9724,"c":41,"u":"writhing%20tide_ranger_phb_swarmkeeper_tce_7_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"writhing tide|tce","n":"Swarmkeeper Ranger 7; Writhing Tide","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s6-0"},{"id":9726,"c":41,"u":"mighty%20swarm_ranger_phb_swarmkeeper_tce_11_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"mighty swarm|tce","n":"Swarmkeeper Ranger 11; Mighty Swarm","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s10-0"},{"id":9728,"c":41,"u":"swarming%20dispersal_ranger_phb_swarmkeeper_tce_15_tce","p":59,"s":"TCE","h":1,"t":5,"uu":"swarming dispersal|tce","n":"Swarmkeeper Ranger 15; Swarming Dispersal","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s14-0"},{"id":9730,"c":41,"u":"gloom%20stalker_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"gloom stalker|xge","n":"Gloom Stalker Ranger 3; Gloom Stalker","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9732,"c":41,"u":"dread%20ambusher_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"dread ambusher|xge","n":"Gloom Stalker Ranger 3; Dread Ambusher","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9734,"c":41,"u":"gloom%20stalker%20magic_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"gloom stalker magic|xge","n":"Gloom Stalker Ranger 3; Gloom Stalker Magic","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9736,"c":41,"u":"umbral%20sight_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"umbral sight|xge","n":"Gloom Stalker Ranger 3; Umbral Sight","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9738,"c":41,"u":"iron%20mind_ranger_phb_gloom%20stalker_xge_7_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"iron mind|xge","n":"Gloom Stalker Ranger 7; Iron Mind","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s6-0"},{"id":9740,"c":41,"u":"stalker's%20flurry_ranger_phb_gloom%20stalker_xge_11_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"stalker's flurry|xge","n":"Gloom Stalker Ranger 11; Stalker's Flurry","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s10-0"},{"id":9742,"c":41,"u":"shadowy%20dodge_ranger_phb_gloom%20stalker_xge_15_xge","p":41,"s":"XGE","h":1,"t":5,"uu":"shadowy dodge|xge","n":"Gloom Stalker Ranger 15; Shadowy Dodge","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s14-0"},{"id":9744,"c":41,"u":"horizon%20walker_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"horizon walker|xge","n":"Horizon Walker Ranger 3; Horizon Walker","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9746,"c":41,"u":"detect%20portal_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"detect portal|xge","n":"Horizon Walker Ranger 3; Detect Portal","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9748,"c":41,"u":"horizon%20walker%20magic_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"horizon walker magic|xge","n":"Horizon Walker Ranger 3; Horizon Walker Magic","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9750,"c":41,"u":"planar%20warrior_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"planar warrior|xge","n":"Horizon Walker Ranger 3; Planar Warrior","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9752,"c":41,"u":"ethereal%20step_ranger_phb_horizon%20walker_xge_7_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"ethereal step|xge","n":"Horizon Walker Ranger 7; Ethereal Step","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s6-0"},{"id":9754,"c":41,"u":"distant%20strike_ranger_phb_horizon%20walker_xge_11_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"distant strike|xge","n":"Horizon Walker Ranger 11; Distant Strike","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s10-0"},{"id":9756,"c":41,"u":"spectral%20defense_ranger_phb_horizon%20walker_xge_15_xge","p":42,"s":"XGE","h":1,"t":5,"uu":"spectral defense|xge","n":"Horizon Walker Ranger 15; Spectral Defense","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s14-0"},{"id":9758,"c":41,"u":"monster%20slayer_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"monster slayer|xge","n":"Monster Slayer Ranger 3; Monster Slayer","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9760,"c":41,"u":"hunter's%20sense_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"hunter's sense|xge","n":"Monster Slayer Ranger 3; Hunter's Sense","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9762,"c":41,"u":"monster%20slayer%20magic_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"monster slayer magic|xge","n":"Monster Slayer Ranger 3; Monster Slayer Magic","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9764,"c":41,"u":"slayer's%20prey_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"slayer's prey|xge","n":"Monster Slayer Ranger 3; Slayer's Prey","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9766,"c":41,"u":"supernatural%20defense_ranger_phb_monster%20slayer_xge_7_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"supernatural defense|xge","n":"Monster Slayer Ranger 7; Supernatural Defense","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s6-0"},{"id":9768,"c":41,"u":"magic-user's%20nemesis_ranger_phb_monster%20slayer_xge_11_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"magic-user's nemesis|xge","n":"Monster Slayer Ranger 11; Magic-User's Nemesis","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s10-0"},{"id":9770,"c":41,"u":"slayer's%20counter_ranger_phb_monster%20slayer_xge_15_xge","p":43,"s":"XGE","h":1,"t":5,"uu":"slayer's counter|xge","n":"Monster Slayer Ranger 15; Slayer's Counter","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s14-0"},{"id":9772,"c":41,"u":"beast%20master_ranger_xphb_beast%20master_xphb_3_xphb","p":123,"s":"XPHB","h":1,"t":5,"uu":"beast master|xphb","n":"Beast Master Ranger 3; Beast Master","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s2-0"},{"id":9774,"c":41,"u":"primal%20companion_ranger_xphb_beast%20master_xphb_3_xphb","p":123,"s":"XPHB","h":1,"t":5,"uu":"primal companion|xphb","n":"Beast Master Ranger 3; Primal Companion","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s2-0"},{"id":9776,"c":41,"u":"exceptional%20training_ranger_xphb_beast%20master_xphb_7_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"exceptional training|xphb","n":"Beast Master Ranger 7; Exceptional Training","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s6-0"},{"id":9778,"c":41,"u":"bestial%20fury_ranger_xphb_beast%20master_xphb_11_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"bestial fury|xphb","n":"Beast Master Ranger 11; Bestial Fury","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s10-0"},{"id":9780,"c":41,"u":"share%20spells_ranger_xphb_beast%20master_xphb_15_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"share spells|xphb","n":"Beast Master Ranger 15; Share Spells","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s14-0"},{"id":9782,"c":41,"u":"fey%20wanderer_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"fey wanderer|xphb","n":"Fey Wanderer Ranger 3; Fey Wanderer","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9784,"c":41,"u":"dreadful%20strikes_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"dreadful strikes|xphb","n":"Fey Wanderer Ranger 3; Dreadful Strikes","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9786,"c":41,"u":"fey%20wanderer%20spells_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"fey wanderer spells|xphb","n":"Fey Wanderer Ranger 3; Fey Wanderer Spells","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9788,"c":41,"u":"otherworldly%20glamour_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"t":5,"uu":"otherworldly glamour|xphb","n":"Fey Wanderer Ranger 3; Otherworldly Glamour","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9790,"c":41,"u":"beguiling%20twist_ranger_xphb_fey%20wanderer_xphb_7_xphb","p":125,"s":"XPHB","h":1,"t":5,"uu":"beguiling twist|xphb","n":"Fey Wanderer Ranger 7; Beguiling Twist","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s6-0"},{"id":9792,"c":41,"u":"fey%20reinforcements_ranger_xphb_fey%20wanderer_xphb_11_xphb","p":125,"s":"XPHB","h":1,"t":5,"uu":"fey reinforcements|xphb","n":"Fey Wanderer Ranger 11; Fey Reinforcements","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s10-0"},{"id":9794,"c":41,"u":"misty%20wanderer_ranger_xphb_fey%20wanderer_xphb_15_xphb","p":125,"s":"XPHB","h":1,"t":5,"uu":"misty wanderer|xphb","n":"Fey Wanderer Ranger 15; Misty Wanderer","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s14-0"},{"id":9796,"c":41,"u":"dread%20ambusher_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":125,"s":"XPHB","h":1,"t":5,"uu":"dread ambusher|xphb","n":"Gloom Stalker Ranger 3; Dread Ambusher","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9798,"c":41,"u":"gloom%20stalker_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":125,"s":"XPHB","h":1,"t":5,"uu":"gloom stalker|xphb","n":"Gloom Stalker Ranger 3; Gloom Stalker","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9800,"c":41,"u":"gloom%20stalker%20spells_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":126,"s":"XPHB","h":1,"t":5,"uu":"gloom stalker spells|xphb","n":"Gloom Stalker Ranger 3; Gloom Stalker Spells","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9802,"c":41,"u":"umbral%20sight_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":126,"s":"XPHB","h":1,"t":5,"uu":"umbral sight|xphb","n":"Gloom Stalker Ranger 3; Umbral Sight","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9804,"c":41,"u":"iron%20mind_ranger_xphb_gloom%20stalker_xphb_7_xphb","p":126,"s":"XPHB","h":1,"t":5,"uu":"iron mind|xphb","n":"Gloom Stalker Ranger 7; Iron Mind","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s6-0"},{"id":9806,"c":41,"u":"stalker's%20flurry_ranger_xphb_gloom%20stalker_xphb_11_xphb","p":126,"s":"XPHB","h":1,"t":5,"uu":"stalker's flurry|xphb","n":"Gloom Stalker Ranger 11; Stalker's Flurry","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s10-0"},{"id":9808,"c":41,"u":"shadowy%20dodge_ranger_xphb_gloom%20stalker_xphb_15_xphb","p":126,"s":"XPHB","h":1,"t":5,"uu":"shadowy dodge|xphb","n":"Gloom Stalker Ranger 15; Shadowy Dodge","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s14-0"},{"id":9810,"c":41,"u":"hunter_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"hunter|xphb","n":"Hunter Ranger 3; Hunter","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9812,"c":41,"u":"hunter's%20lore_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"hunter's lore|xphb","n":"Hunter Ranger 3; Hunter's Lore","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9814,"c":41,"u":"hunter's%20prey_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"hunter's prey|xphb","n":"Hunter Ranger 3; Hunter's Prey","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9816,"c":41,"u":"defensive%20tactics_ranger_xphb_hunter_xphb_7_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"defensive tactics|xphb","n":"Hunter Ranger 7; Defensive Tactics","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s6-0"},{"id":9818,"c":41,"u":"superior%20hunter's%20prey_ranger_xphb_hunter_xphb_11_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"superior hunter's prey|xphb","n":"Hunter Ranger 11; Superior Hunter's Prey","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s10-0"},{"id":9820,"c":41,"u":"superior%20hunter's%20defense_ranger_xphb_hunter_xphb_15_xphb","p":127,"s":"XPHB","h":1,"t":5,"uu":"superior hunter's defense|xphb","n":"Hunter Ranger 15; Superior Hunter's Defense","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s14-0"},{"id":9822,"c":41,"u":"arcane%20trickster_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"arcane trickster|phb","n":"Arcane Trickster Rogue 3; Arcane Trickster","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9824,"c":41,"u":"mage%20hand%20legerdemain_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"mage hand legerdemain|phb","n":"Arcane Trickster Rogue 3; Mage Hand Legerdemain","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9826,"c":41,"u":"spellcasting_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"spellcasting|phb","n":"Arcane Trickster Rogue 3; Spellcasting","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9828,"c":41,"u":"magical%20ambush_rogue_phb_arcane%20trickster_phb_9_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"magical ambush|phb","n":"Arcane Trickster Rogue 9; Magical Ambush","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s8-0"},{"id":9830,"c":41,"u":"versatile%20trickster_rogue_phb_arcane%20trickster_phb_13_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"versatile trickster|phb","n":"Arcane Trickster Rogue 13; Versatile Trickster","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s12-0"},{"id":9832,"c":41,"u":"spell%20thief_rogue_phb_arcane%20trickster_phb_17_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"spell thief|phb","n":"Arcane Trickster Rogue 17; Spell Thief","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s16-0"},{"id":9834,"c":41,"u":"assassin_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"assassin|phb","n":"Assassin Rogue 3; Assassin","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9836,"c":41,"u":"assassinate_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"assassinate|phb","n":"Assassin Rogue 3; Assassinate","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9838,"c":41,"u":"bonus%20proficiencies_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"bonus proficiencies|phb","n":"Assassin Rogue 3; Bonus Proficiencies","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9840,"c":41,"u":"infiltration%20expertise_rogue_phb_assassin_phb_9_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"infiltration expertise|phb","n":"Assassin Rogue 9; Infiltration Expertise","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s8-0"},{"id":9842,"c":41,"u":"impostor_rogue_phb_assassin_phb_13_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"impostor|phb","n":"Assassin Rogue 13; Impostor","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s12-0"},{"id":9844,"c":41,"u":"death%20strike_rogue_phb_assassin_phb_17_phb","p":97,"s":"PHB","h":1,"t":5,"uu":"death strike|phb","n":"Assassin Rogue 17; Death Strike","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s16-0"},{"id":9846,"c":41,"u":"thief_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"thief|phb","n":"Thief Rogue 3; Thief","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9848,"c":41,"u":"fast%20hands_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"fast hands|phb","n":"Thief Rogue 3; Fast Hands","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9850,"c":41,"u":"second-story%20work_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"second-story work|phb","n":"Thief Rogue 3; Second-Story Work","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9852,"c":41,"u":"supreme%20sneak_rogue_phb_thief_phb_9_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"supreme sneak|phb","n":"Thief Rogue 9; Supreme Sneak","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s8-0"},{"id":9854,"c":41,"u":"use%20magic%20device_rogue_phb_thief_phb_13_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"use magic device|phb","n":"Thief Rogue 13; Use Magic Device","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s12-0"},{"id":9856,"c":41,"u":"thief's%20reflexes_rogue_phb_thief_phb_17_phb","p":97,"s":"PHB","h":1,"r":1,"t":5,"uu":"thief's reflexes|phb","n":"Thief Rogue 17; Thief's Reflexes","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s16-0"},{"id":9858,"c":41,"u":"phantom_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"phantom|tce","n":"Phantom Rogue 3; Phantom","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9860,"c":41,"u":"wails%20from%20the%20grave_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"wails from the grave|tce","n":"Phantom Rogue 3; Wails from the Grave","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9862,"c":41,"u":"whispers%20of%20the%20dead_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"whispers of the dead|tce","n":"Phantom Rogue 3; Whispers of the Dead","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9864,"c":41,"u":"tokens%20of%20the%20departed_rogue_phb_phantom_tce_9_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"tokens of the departed|tce","n":"Phantom Rogue 9; Tokens of the Departed","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s8-0"},{"id":9866,"c":41,"u":"ghost%20walk_rogue_phb_phantom_tce_13_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"ghost walk|tce","n":"Phantom Rogue 13; Ghost Walk","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s12-0"},{"id":9868,"c":41,"u":"death's%20friend_rogue_phb_phantom_tce_17_tce","p":62,"s":"TCE","h":1,"t":5,"uu":"death's friend|tce","n":"Phantom Rogue 17; Death's Friend","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s16-0"},{"id":9870,"c":41,"u":"psi-bolstered%20knack_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psi-bolstered knack|tce","n":"Soulknife Rogue 3; Psi-Bolstered Knack","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9872,"c":41,"u":"psychic%20whispers_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psychic whispers|tce","n":"Soulknife Rogue 3; Psychic Whispers","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9874,"c":41,"u":"soulknife_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"soulknife|tce","n":"Soulknife Rogue 3; Soulknife","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9876,"c":41,"u":"psionic%20power_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psionic power|tce","n":"Soulknife Rogue 3; Psionic Power","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9878,"c":41,"u":"psychic%20blades_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psychic blades|tce","n":"Soulknife Rogue 3; Psychic Blades","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9880,"c":41,"u":"homing%20strikes_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"homing strikes|tce","n":"Soulknife Rogue 9; Homing Strikes","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9882,"c":41,"u":"psychic%20teleportation_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psychic teleportation|tce","n":"Soulknife Rogue 9; Psychic Teleportation","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9884,"c":41,"u":"soul%20blades_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"soul blades|tce","n":"Soulknife Rogue 9; Soul Blades","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9886,"c":41,"u":"psychic%20veil_rogue_phb_soulknife_tce_13_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"psychic veil|tce","n":"Soulknife Rogue 13; Psychic Veil","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s12-0"},{"id":9888,"c":41,"u":"rend%20mind_rogue_phb_soulknife_tce_17_tce","p":63,"s":"TCE","h":1,"t":5,"uu":"rend mind|tce","n":"Soulknife Rogue 17; Rend Mind","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s16-0"},{"id":9890,"c":41,"u":"inquisitive_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"inquisitive|xge","n":"Inquisitive Rogue 3; Inquisitive","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9892,"c":41,"u":"ear%20for%20deceit_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"ear for deceit|xge","n":"Inquisitive Rogue 3; Ear for Deceit","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9894,"c":41,"u":"eye%20for%20detail_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"eye for detail|xge","n":"Inquisitive Rogue 3; Eye for Detail","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9896,"c":41,"u":"insightful%20fighting_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"insightful fighting|xge","n":"Inquisitive Rogue 3; Insightful Fighting","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9898,"c":41,"u":"steady%20eye_rogue_phb_inquisitive_xge_9_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"steady eye|xge","n":"Inquisitive Rogue 9; Steady Eye","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s8-0"},{"id":9900,"c":41,"u":"unerring%20eye_rogue_phb_inquisitive_xge_13_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"unerring eye|xge","n":"Inquisitive Rogue 13; Unerring Eye","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s12-0"},{"id":9902,"c":41,"u":"eye%20for%20weakness_rogue_phb_inquisitive_xge_17_xge","p":45,"s":"XGE","h":1,"t":5,"uu":"eye for weakness|xge","n":"Inquisitive Rogue 17; Eye for Weakness","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s16-0"},{"id":9904,"c":41,"u":"mastermind_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"mastermind|xge","n":"Mastermind Rogue 3; Mastermind","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9906,"c":41,"u":"master%20of%20intrigue_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"master of intrigue|xge","n":"Mastermind Rogue 3; Master of Intrigue","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9908,"c":41,"u":"master%20of%20tactics_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"master of tactics|xge","n":"Mastermind Rogue 3; Master of Tactics","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9910,"c":41,"u":"insightful%20manipulator_rogue_phb_mastermind_xge_9_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"insightful manipulator|xge","n":"Mastermind Rogue 9; Insightful Manipulator","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s8-0"},{"id":9912,"c":41,"u":"misdirection_rogue_phb_mastermind_xge_13_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"misdirection|xge","n":"Mastermind Rogue 13; Misdirection","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s12-0"},{"id":9914,"c":41,"u":"soul%20of%20deceit_rogue_phb_mastermind_xge_17_xge","p":46,"s":"XGE","h":1,"t":5,"uu":"soul of deceit|xge","n":"Mastermind Rogue 17; Soul of Deceit","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s16-0"},{"id":9916,"c":41,"u":"scout_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"scout|xge","n":"Scout Rogue 3; Scout","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9918,"c":41,"u":"skirmisher_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"skirmisher|xge","n":"Scout Rogue 3; Skirmisher","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9920,"c":41,"u":"survivalist_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"survivalist|xge","n":"Scout Rogue 3; Survivalist","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9922,"c":41,"u":"superior%20mobility_rogue_phb_scout_xge_9_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"superior mobility|xge","n":"Scout Rogue 9; Superior Mobility","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s8-0"},{"id":9924,"c":41,"u":"ambush%20master_rogue_phb_scout_xge_13_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"ambush master|xge","n":"Scout Rogue 13; Ambush Master","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s12-0"},{"id":9926,"c":41,"u":"sudden%20strike_rogue_phb_scout_xge_17_xge","p":47,"s":"XGE","h":1,"t":5,"uu":"sudden strike|xge","n":"Scout Rogue 17; Sudden Strike","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s16-0"},{"id":9928,"c":41,"u":"swashbuckler_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"swashbuckler|xge","n":"Swashbuckler Rogue 3; Swashbuckler","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9930,"c":41,"u":"fancy%20footwork_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"fancy footwork|xge","n":"Swashbuckler Rogue 3; Fancy Footwork","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9932,"c":41,"u":"rakish%20audacity_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"rakish audacity|xge","n":"Swashbuckler Rogue 3; Rakish Audacity","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9934,"c":41,"u":"panache_rogue_phb_swashbuckler_xge_9_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"panache|xge","n":"Swashbuckler Rogue 9; Panache","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s8-0"},{"id":9936,"c":41,"u":"elegant%20maneuver_rogue_phb_swashbuckler_xge_13_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"elegant maneuver|xge","n":"Swashbuckler Rogue 13; Elegant Maneuver","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s12-0"},{"id":9938,"c":41,"u":"master%20duelist_rogue_phb_swashbuckler_xge_17_xge","p":48,"s":"XGE","h":1,"t":5,"uu":"master duelist|xge","n":"Swashbuckler Rogue 17; Master Duelist","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s16-0"},{"id":9940,"c":41,"u":"arcane%20trickster_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":132,"s":"XPHB","h":1,"t":5,"uu":"arcane trickster|xphb","n":"Arcane Trickster Rogue 3; Arcane Trickster","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9942,"c":41,"u":"mage%20hand%20legerdemain_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":133,"s":"XPHB","h":1,"t":5,"uu":"mage hand legerdemain|xphb","n":"Arcane Trickster Rogue 3; Mage Hand Legerdemain","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9944,"c":41,"u":"spellcasting_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":132,"s":"XPHB","h":1,"t":5,"uu":"spellcasting|xphb","n":"Arcane Trickster Rogue 3; Spellcasting","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9946,"c":41,"u":"magical%20ambush_rogue_xphb_arcane%20trickster_xphb_9_xphb","p":133,"s":"XPHB","h":1,"t":5,"uu":"magical ambush|xphb","n":"Arcane Trickster Rogue 9; Magical Ambush","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s8-0"},{"id":9948,"c":41,"u":"versatile%20trickster_rogue_xphb_arcane%20trickster_xphb_13_xphb","p":133,"s":"XPHB","h":1,"t":5,"uu":"versatile trickster|xphb","n":"Arcane Trickster Rogue 13; Versatile Trickster","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s12-0"},{"id":9950,"c":41,"u":"spell%20thief_rogue_xphb_arcane%20trickster_xphb_17_xphb","p":133,"s":"XPHB","h":1,"t":5,"uu":"spell thief|xphb","n":"Arcane Trickster Rogue 17; Spell Thief","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s16-0"},{"id":9952,"c":41,"u":"assassin_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"assassin|xphb","n":"Assassin Rogue 3; Assassin","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9954,"c":41,"u":"assassin's%20tools_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"assassin's tools|xphb","n":"Assassin Rogue 3; Assassin's Tools","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9956,"c":41,"u":"assassinate_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"assassinate|xphb","n":"Assassin Rogue 3; Assassinate","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9958,"c":41,"u":"infiltration%20expertise_rogue_xphb_assassin_xphb_9_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"infiltration expertise|xphb","n":"Assassin Rogue 9; Infiltration Expertise","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s8-0"},{"id":9960,"c":41,"u":"envenom%20weapons_rogue_xphb_assassin_xphb_13_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"envenom weapons|xphb","n":"Assassin Rogue 13; Envenom Weapons","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s12-0"},{"id":9962,"c":41,"u":"death%20strike_rogue_xphb_assassin_xphb_17_xphb","p":134,"s":"XPHB","h":1,"t":5,"uu":"death strike|xphb","n":"Assassin Rogue 17; Death Strike","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s16-0"},{"id":9964,"c":41,"u":"soulknife_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"t":5,"uu":"soulknife|xphb","n":"Soulknife Rogue 3; Soulknife","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9966,"c":41,"u":"psionic%20power_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"t":5,"uu":"psionic power|xphb","n":"Soulknife Rogue 3; Psionic Power","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9968,"c":41,"u":"psychic%20blades_rogue_xphb_soulknife_xphb_3_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"psychic blades|xphb","n":"Soulknife Rogue 3; Psychic Blades","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9970,"c":41,"u":"psi-bolstered%20knack_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"t":5,"uu":"psi-bolstered knack|xphb","n":"Soulknife Rogue 3; Psi-Bolstered Knack","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9972,"c":41,"u":"psychic%20whispers_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"t":5,"uu":"psychic whispers|xphb","n":"Soulknife Rogue 3; Psychic Whispers","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9974,"c":41,"u":"homing%20strikes_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"homing strikes|xphb","n":"Soulknife Rogue 9; Homing Strikes","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9976,"c":41,"u":"psychic%20teleportation_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"psychic teleportation|xphb","n":"Soulknife Rogue 9; Psychic Teleportation","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9978,"c":41,"u":"soul%20blades_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"soul blades|xphb","n":"Soulknife Rogue 9; Soul Blades","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9980,"c":41,"u":"psychic%20veil_rogue_xphb_soulknife_xphb_13_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"psychic veil|xphb","n":"Soulknife Rogue 13; Psychic Veil","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s12-0"},{"id":9982,"c":41,"u":"rend%20mind_rogue_xphb_soulknife_xphb_17_xphb","p":136,"s":"XPHB","h":1,"t":5,"uu":"rend mind|xphb","n":"Soulknife Rogue 17; Rend Mind","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s16-0"},{"id":9984,"c":41,"u":"fast%20hands_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"fast hands|xphb","n":"Thief Rogue 3; Fast Hands","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9986,"c":41,"u":"second-story%20work_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"second-story work|xphb","n":"Thief Rogue 3; Second-Story Work","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9988,"c":41,"u":"thief_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"thief|xphb","n":"Thief Rogue 3; Thief","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9990,"c":41,"u":"supreme%20sneak_rogue_xphb_thief_xphb_9_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"supreme sneak|xphb","n":"Thief Rogue 9; Supreme Sneak","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s8-0"},{"id":9992,"c":41,"u":"use%20magic%20device_rogue_xphb_thief_xphb_13_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"use magic device|xphb","n":"Thief Rogue 13; Use Magic Device","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s12-0"},{"id":9994,"c":41,"u":"thief's%20reflexes_rogue_xphb_thief_xphb_17_xphb","p":137,"s":"XPHB","h":1,"t":5,"uu":"thief's reflexes|xphb","n":"Thief Rogue 17; Thief's Reflexes","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s16-0"},{"id":9996,"c":41,"u":"lunar%20sorcery_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"t":5,"uu":"lunar sorcery|dsotdq","n":"Lunar Sorcerer 1; Lunar Sorcery","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":9998,"c":41,"u":"lunar%20embodiment_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"t":5,"uu":"lunar embodiment|dsotdq","n":"Lunar Sorcerer 1; Lunar Embodiment","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":10000,"c":41,"u":"moon%20fire_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"t":5,"uu":"moon fire|dsotdq","n":"Lunar Sorcerer 1; Moon Fire","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":10002,"c":41,"u":"lunar%20boons_sorcerer_phb_lunar_dsotdq_6_dsotdq","p":34,"s":"DSotDQ","h":1,"t":5,"uu":"lunar boons|dsotdq","n":"Lunar Sorcerer 6; Lunar Boons","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s5-0"},{"id":10004,"c":41,"u":"waxing%20and%20waning_sorcerer_phb_lunar_dsotdq_6_dsotdq","p":35,"s":"DSotDQ","h":1,"t":5,"uu":"waxing and waning|dsotdq","n":"Lunar Sorcerer 6; Waxing and Waning","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s5-0"},{"id":10006,"c":41,"u":"lunar%20empowerment_sorcerer_phb_lunar_dsotdq_14_dsotdq","p":35,"s":"DSotDQ","h":1,"t":5,"uu":"lunar empowerment|dsotdq","n":"Lunar Sorcerer 14; Lunar Empowerment","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s13-0"},{"id":10008,"c":41,"u":"lunar%20phenomenon_sorcerer_phb_lunar_dsotdq_18_dsotdq","p":35,"s":"DSotDQ","h":1,"t":5,"uu":"lunar phenomenon|dsotdq","n":"Lunar Sorcerer 18; Lunar Phenomenon","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s17-0"},{"id":10010,"c":41,"u":"draconic%20bloodline_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"draconic bloodline|phb","n":"Draconic Sorcerer 1; Draconic Bloodline","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":10012,"c":41,"u":"draconic%20resilience_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"draconic resilience|phb","n":"Draconic Sorcerer 1; Draconic Resilience","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":10014,"c":41,"u":"dragon%20ancestor_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"dragon ancestor|phb","n":"Draconic Sorcerer 1; Dragon Ancestor","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":10016,"c":41,"u":"elemental%20affinity_sorcerer_phb_draconic_phb_6_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"elemental affinity|phb","n":"Draconic Sorcerer 6; Elemental Affinity","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s5-0"},{"id":10018,"c":41,"u":"dragon%20wings_sorcerer_phb_draconic_phb_14_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"dragon wings|phb","n":"Draconic Sorcerer 14; Dragon Wings","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s13-0"},{"id":10020,"c":41,"u":"draconic%20presence_sorcerer_phb_draconic_phb_18_phb","p":102,"s":"PHB","h":1,"r":1,"t":5,"uu":"draconic presence|phb","n":"Draconic Sorcerer 18; Draconic Presence","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s17-0"},{"id":10022,"c":41,"u":"wild%20magic_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"wild magic|phb","n":"Wild Sorcerer 1; Wild Magic","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":10024,"c":41,"u":"tides%20of%20chaos_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"tides of chaos|phb","n":"Wild Sorcerer 1; Tides of Chaos","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":10026,"c":41,"u":"wild%20magic%20surge_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"wild magic surge|phb","n":"Wild Sorcerer 1; Wild Magic Surge","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":10028,"c":41,"u":"bend%20luck_sorcerer_phb_wild_phb_6_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"bend luck|phb","n":"Wild Sorcerer 6; Bend Luck","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s5-0"},{"id":10030,"c":41,"u":"controlled%20chaos_sorcerer_phb_wild_phb_14_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"controlled chaos|phb","n":"Wild Sorcerer 14; Controlled Chaos","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s13-0"},{"id":10032,"c":41,"u":"spell%20bombardment_sorcerer_phb_wild_phb_18_phb","p":103,"s":"PHB","h":1,"t":5,"uu":"spell bombardment|phb","n":"Wild Sorcerer 18; Spell Bombardment","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s17-0"},{"id":10034,"c":41,"u":"pyromancer%20(psk)_sorcerer_phb_pyromancer%20(psk)_psk_1_psk","p":9,"s":"PSK","h":1,"t":5,"uu":"pyromancer (psk)|psk","n":"Pyromancer (PSK) Sorcerer 1; Pyromancer (PSK)","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s0-0"},{"id":10036,"c":41,"u":"heart%20of%20fire_sorcerer_phb_pyromancer%20(psk)_psk_1_psk","p":9,"s":"PSK","h":1,"t":5,"uu":"heart of fire|psk","n":"Pyromancer (PSK) Sorcerer 1; Heart of Fire","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s0-0"},{"id":10038,"c":41,"u":"fire%20in%20the%20veins_sorcerer_phb_pyromancer%20(psk)_psk_6_psk","p":9,"s":"PSK","h":1,"t":5,"uu":"fire in the veins|psk","n":"Pyromancer (PSK) Sorcerer 6; Fire in the Veins","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s5-0"},{"id":10040,"c":41,"u":"pyromancer's%20fury_sorcerer_phb_pyromancer%20(psk)_psk_14_psk","p":9,"s":"PSK","h":1,"t":5,"uu":"pyromancer's fury|psk","n":"Pyromancer (PSK) Sorcerer 14; Pyromancer's Fury","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s13-0"},{"id":10042,"c":41,"u":"fiery%20soul_sorcerer_phb_pyromancer%20(psk)_psk_18_psk","p":9,"s":"PSK","h":1,"t":5,"uu":"fiery soul|psk","n":"Pyromancer (PSK) Sorcerer 18; Fiery Soul","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s17-0"},{"id":10044,"c":41,"u":"aberrant%20mind_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"aberrant mind|tce","n":"Aberrant Mind Sorcerer 1; Aberrant Mind","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":10046,"c":41,"u":"psionic%20spells_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"psionic spells|tce","n":"Aberrant Mind Sorcerer 1; Psionic Spells","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":10048,"c":41,"u":"telepathic%20speech_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"telepathic speech|tce","n":"Aberrant Mind Sorcerer 1; Telepathic Speech","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":10050,"c":41,"u":"psionic%20sorcery_sorcerer_phb_aberrant%20mind_tce_6_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"psionic sorcery|tce","n":"Aberrant Mind Sorcerer 6; Psionic Sorcery","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s5-0"},{"id":10052,"c":41,"u":"psychic%20defenses_sorcerer_phb_aberrant%20mind_tce_6_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"psychic defenses|tce","n":"Aberrant Mind Sorcerer 6; Psychic Defenses","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s5-0"},{"id":10054,"c":41,"u":"revelation%20in%20flesh_sorcerer_phb_aberrant%20mind_tce_14_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"revelation in flesh|tce","n":"Aberrant Mind Sorcerer 14; Revelation in Flesh","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s13-0"},{"id":10056,"c":41,"u":"warping%20implosion_sorcerer_phb_aberrant%20mind_tce_18_tce","p":66,"s":"TCE","h":1,"t":5,"uu":"warping implosion|tce","n":"Aberrant Mind Sorcerer 18; Warping Implosion","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s17-0"},{"id":10058,"c":41,"u":"clockwork%20soul_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"clockwork soul|tce","n":"Clockwork Soul Sorcerer 1; Clockwork Soul","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":10060,"c":41,"u":"clockwork%20magic_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"clockwork magic|tce","n":"Clockwork Soul Sorcerer 1; Clockwork Magic","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":10062,"c":41,"u":"restore%20balance_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"restore balance|tce","n":"Clockwork Soul Sorcerer 1; Restore Balance","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":10064,"c":41,"u":"bastion%20of%20law_sorcerer_phb_clockwork%20soul_tce_6_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"bastion of law|tce","n":"Clockwork Soul Sorcerer 6; Bastion of Law","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s5-0"},{"id":10066,"c":41,"u":"trance%20of%20order_sorcerer_phb_clockwork%20soul_tce_14_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"trance of order|tce","n":"Clockwork Soul Sorcerer 14; Trance of Order","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s13-0"},{"id":10068,"c":41,"u":"clockwork%20cavalcade_sorcerer_phb_clockwork%20soul_tce_18_tce","p":68,"s":"TCE","h":1,"t":5,"uu":"clockwork cavalcade|tce","n":"Clockwork Soul Sorcerer 18; Clockwork Cavalcade","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s17-0"},{"id":10070,"c":41,"u":"runechild_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":176,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"runechild|tdcsr","n":"Runechild Sorcerer 1; Runechild","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":10072,"c":41,"u":"essence%20runes_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"essence runes|tdcsr","n":"Runechild Sorcerer 1; Essence Runes","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":10074,"c":41,"u":"glyph%20of%20aegis_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"glyph of aegis|tdcsr","n":"Runechild Sorcerer 1; Glyph of Aegis","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":10076,"c":41,"u":"runic%20magic_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"runic magic|tdcsr","n":"Runechild Sorcerer 1; Runic Magic","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":10078,"c":41,"u":"glyph%20of%20aegis%20(6th%20level)_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"glyph of aegis (6th level)|tdcsr","n":"Runechild Sorcerer 6; Glyph of Aegis (6th Level)","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":10080,"c":41,"u":"manifest%20inscriptions_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"manifest inscriptions|tdcsr","n":"Runechild Sorcerer 6; Manifest Inscriptions","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":10082,"c":41,"u":"sigilic%20augmentation_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"sigilic augmentation|tdcsr","n":"Runechild Sorcerer 6; Sigilic Augmentation","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":10084,"c":41,"u":"glyph%20of%20aegis%20(14th%20level)_sorcerer_phb_runechild_tdcsr_14_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"glyph of aegis (14th level)|tdcsr","n":"Runechild Sorcerer 14; Glyph of Aegis (14th Level)","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s13-0"},{"id":10086,"c":41,"u":"runic%20torrent_sorcerer_phb_runechild_tdcsr_14_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"runic torrent|tdcsr","n":"Runechild Sorcerer 14; Runic Torrent","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s13-0"},{"id":10088,"c":41,"u":"arcane%20exemplar_sorcerer_phb_runechild_tdcsr_18_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"arcane exemplar|tdcsr","n":"Runechild Sorcerer 18; Arcane Exemplar","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s17-0"},{"id":10090,"c":41,"u":"divine%20soul_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"divine soul|xge","n":"Divine Soul Sorcerer 1; Divine Soul","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":10092,"c":41,"u":"divine%20magic_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"divine magic|xge","n":"Divine Soul Sorcerer 1; Divine Magic","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":10094,"c":41,"u":"favored%20by%20the%20gods_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"favored by the gods|xge","n":"Divine Soul Sorcerer 1; Favored by the Gods","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":10096,"c":41,"u":"empowered%20healing_sorcerer_phb_divine%20soul_xge_6_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"empowered healing|xge","n":"Divine Soul Sorcerer 6; Empowered Healing","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s5-0"},{"id":10098,"c":41,"u":"otherworldly%20wings_sorcerer_phb_divine%20soul_xge_14_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"otherworldly wings|xge","n":"Divine Soul Sorcerer 14; Otherworldly Wings","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s13-0"},{"id":10100,"c":41,"u":"unearthly%20recovery_sorcerer_phb_divine%20soul_xge_18_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"unearthly recovery|xge","n":"Divine Soul Sorcerer 18; Unearthly Recovery","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s17-0"},{"id":10102,"c":41,"u":"shadow%20magic_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"shadow magic|xge","n":"Shadow Sorcerer 1; Shadow Magic","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":10104,"c":41,"u":"eyes%20of%20the%20dark_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"eyes of the dark|xge","n":"Shadow Sorcerer 1; Eyes of the Dark","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":10106,"c":41,"u":"strength%20of%20the%20grave_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"strength of the grave|xge","n":"Shadow Sorcerer 1; Strength of the Grave","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":10108,"c":41,"u":"hound%20of%20ill%20omen_sorcerer_phb_shadow_xge_6_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"hound of ill omen|xge","n":"Shadow Sorcerer 6; Hound of Ill Omen","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s5-0"},{"id":10110,"c":41,"u":"shadow%20walk_sorcerer_phb_shadow_xge_14_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"shadow walk|xge","n":"Shadow Sorcerer 14; Shadow Walk","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s13-0"},{"id":10112,"c":41,"u":"umbral%20form_sorcerer_phb_shadow_xge_18_xge","p":50,"s":"XGE","h":1,"t":5,"uu":"umbral form|xge","n":"Shadow Sorcerer 18; Umbral Form","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s17-0"},{"id":10114,"c":41,"u":"storm%20sorcery_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"storm sorcery|xge","n":"Storm Sorcerer 1; Storm Sorcery","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":10116,"c":41,"u":"tempestuous%20magic_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"tempestuous magic|xge","n":"Storm Sorcerer 1; Tempestuous Magic","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":10118,"c":41,"u":"wind%20speaker_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"wind speaker|xge","n":"Storm Sorcerer 1; Wind Speaker","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":10120,"c":41,"u":"heart%20of%20the%20storm_sorcerer_phb_storm_xge_6_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"heart of the storm|xge","n":"Storm Sorcerer 6; Heart of the Storm","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s5-0"},{"id":10122,"c":41,"u":"storm%20guide_sorcerer_phb_storm_xge_6_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"storm guide|xge","n":"Storm Sorcerer 6; Storm Guide","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s5-0"},{"id":10124,"c":41,"u":"storm's%20fury_sorcerer_phb_storm_xge_14_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"storm's fury|xge","n":"Storm Sorcerer 14; Storm's Fury","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s13-0"},{"id":10126,"c":41,"u":"wind%20soul_sorcerer_phb_storm_xge_18_xge","p":51,"s":"XGE","h":1,"t":5,"uu":"wind soul|xge","n":"Storm Sorcerer 18; Wind Soul","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s17-0"},{"id":10128,"c":41,"u":"lunar%20sorcery_sorcerer_xphb_lunar_dsotdq_3_dsotdq","s":"DSotDQ","h":1,"t":5,"uu":"lunar sorcery|dsotdq","n":"Lunar Sorcerer 3; Lunar Sorcery","uh":"sorcerer_xphb,state:sub-lunar-dsotdq=b1~feature=s2-0"},{"id":10130,"c":41,"u":"draconic%20bloodline_sorcerer_xphb_draconic_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"draconic bloodline|phb","n":"Draconic Sorcerer 3; Draconic Bloodline","uh":"sorcerer_xphb,state:sub-draconic-phb=b1~feature=s2-0"},{"id":10132,"c":41,"u":"wild%20magic_sorcerer_xphb_wild_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"wild magic|phb","n":"Wild Sorcerer 3; Wild Magic","uh":"sorcerer_xphb,state:sub-wild-phb=b1~feature=s2-0"},{"id":10134,"c":41,"u":"pyromancer%20(psk)_sorcerer_xphb_pyromancer%20(psk)_psk_3_psk","s":"PSK","h":1,"t":5,"uu":"pyromancer (psk)|psk","n":"Pyromancer (PSK) Sorcerer 3; Pyromancer (PSK)","uh":"sorcerer_xphb,state:sub-pyromancer-psk-psk=b1~feature=s2-0"},{"id":10136,"c":41,"u":"aberrant%20mind_sorcerer_xphb_aberrant%20mind_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"aberrant mind|tce","n":"Aberrant Mind Sorcerer 3; Aberrant Mind","uh":"sorcerer_xphb,state:sub-aberrant-mind-tce=b1~feature=s2-0"},{"id":10138,"c":41,"u":"clockwork%20soul_sorcerer_xphb_clockwork%20soul_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"clockwork soul|tce","n":"Clockwork Soul Sorcerer 3; Clockwork Soul","uh":"sorcerer_xphb,state:sub-clockwork-soul-tce=b1~feature=s2-0"},{"id":10140,"c":41,"u":"runechild_sorcerer_xphb_runechild_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"runechild|tdcsr","n":"Runechild Sorcerer 3; Runechild","uh":"sorcerer_xphb,state:sub-runechild-tdcsr=b1~feature=s2-0"},{"id":10142,"c":41,"u":"divine%20soul_sorcerer_xphb_divine%20soul_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"divine soul|xge","n":"Divine Soul Sorcerer 3; Divine Soul","uh":"sorcerer_xphb,state:sub-divine-soul-xge=b1~feature=s2-0"},{"id":10144,"c":41,"u":"shadow%20magic_sorcerer_xphb_shadow_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"shadow magic|xge","n":"Shadow Sorcerer 3; Shadow Magic","uh":"sorcerer_xphb,state:sub-shadow-xge=b1~feature=s2-0"},{"id":10146,"c":41,"u":"storm%20sorcery_sorcerer_xphb_storm_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"storm sorcery|xge","n":"Storm Sorcerer 3; Storm Sorcery","uh":"sorcerer_xphb,state:sub-storm-xge=b1~feature=s2-0"},{"id":10148,"c":41,"u":"aberrant%20sorcery_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"t":5,"uu":"aberrant sorcery|xphb","n":"Aberrant Sorcerer 3; Aberrant Sorcery","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10150,"c":41,"u":"psionic%20spells_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"t":5,"uu":"psionic spells|xphb","n":"Aberrant Sorcerer 3; Psionic Spells","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10152,"c":41,"u":"telepathic%20speech_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"t":5,"uu":"telepathic speech|xphb","n":"Aberrant Sorcerer 3; Telepathic Speech","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10154,"c":41,"u":"psionic%20sorcery_sorcerer_xphb_aberrant_xphb_6_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"psionic sorcery|xphb","n":"Aberrant Sorcerer 6; Psionic Sorcery","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s5-0"},{"id":10156,"c":41,"u":"psychic%20defenses_sorcerer_xphb_aberrant_xphb_6_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"psychic defenses|xphb","n":"Aberrant Sorcerer 6; Psychic Defenses","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s5-0"},{"id":10158,"c":41,"u":"revelation%20in%20flesh_sorcerer_xphb_aberrant_xphb_14_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"revelation in flesh|xphb","n":"Aberrant Sorcerer 14; Revelation in Flesh","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s13-0"},{"id":10160,"c":41,"u":"warping%20implosion_sorcerer_xphb_aberrant_xphb_18_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"warping implosion|xphb","n":"Aberrant Sorcerer 18; Warping Implosion","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s17-0"},{"id":10162,"c":41,"u":"clockwork%20sorcery_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"clockwork sorcery|xphb","n":"Clockwork Sorcerer 3; Clockwork Sorcery","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10164,"c":41,"u":"clockwork%20spells_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"clockwork spells|xphb","n":"Clockwork Sorcerer 3; Clockwork Spells","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10166,"c":41,"u":"restore%20balance_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"t":5,"uu":"restore balance|xphb","n":"Clockwork Sorcerer 3; Restore Balance","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10168,"c":41,"u":"bastion%20of%20law_sorcerer_xphb_clockwork_xphb_6_xphb","p":147,"s":"XPHB","h":1,"t":5,"uu":"bastion of law|xphb","n":"Clockwork Sorcerer 6; Bastion of Law","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s5-0"},{"id":10170,"c":41,"u":"trance%20of%20order_sorcerer_xphb_clockwork_xphb_14_xphb","p":147,"s":"XPHB","h":1,"t":5,"uu":"trance of order|xphb","n":"Clockwork Sorcerer 14; Trance of Order","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s13-0"},{"id":10172,"c":41,"u":"clockwork%20cavalcade_sorcerer_xphb_clockwork_xphb_18_xphb","p":147,"s":"XPHB","h":1,"t":5,"uu":"clockwork cavalcade|xphb","n":"Clockwork Sorcerer 18; Clockwork Cavalcade","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s17-0"},{"id":10174,"c":41,"u":"draconic%20sorcery_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"draconic sorcery|xphb","n":"Draconic Sorcerer 3; Draconic Sorcery","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10176,"c":41,"u":"draconic%20spells_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"draconic spells|xphb","n":"Draconic Sorcerer 3; Draconic Spells","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10178,"c":41,"u":"draconic%20resilience_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"draconic resilience|xphb","n":"Draconic Sorcerer 3; Draconic Resilience","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10180,"c":41,"u":"elemental%20affinity_sorcerer_xphb_draconic_xphb_6_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"elemental affinity|xphb","n":"Draconic Sorcerer 6; Elemental Affinity","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s5-0"},{"id":10182,"c":41,"u":"dragon%20wings_sorcerer_xphb_draconic_xphb_14_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"dragon wings|xphb","n":"Draconic Sorcerer 14; Dragon Wings","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s13-0"},{"id":10184,"c":41,"u":"dragon%20companion_sorcerer_xphb_draconic_xphb_18_xphb","p":148,"s":"XPHB","h":1,"t":5,"uu":"dragon companion|xphb","n":"Draconic Sorcerer 18; Dragon Companion","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s17-0"},{"id":10186,"c":41,"u":"wild%20magic%20sorcery_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"t":5,"uu":"wild magic sorcery|xphb","n":"Wild Magic Sorcerer 3; Wild Magic Sorcery","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10188,"c":41,"u":"tides%20of%20chaos_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"t":5,"uu":"tides of chaos|xphb","n":"Wild Magic Sorcerer 3; Tides of Chaos","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10190,"c":41,"u":"wild%20magic%20surge_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"t":5,"uu":"wild magic surge|xphb","n":"Wild Magic Sorcerer 3; Wild Magic Surge","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10192,"c":41,"u":"bend%20luck_sorcerer_xphb_wild%20magic_xphb_6_xphb","p":149,"s":"XPHB","h":1,"t":5,"uu":"bend luck|xphb","n":"Wild Magic Sorcerer 6; Bend Luck","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s5-0"},{"id":10194,"c":41,"u":"controlled%20chaos_sorcerer_xphb_wild%20magic_xphb_14_xphb","p":149,"s":"XPHB","h":1,"t":5,"uu":"controlled chaos|xphb","n":"Wild Magic Sorcerer 14; Controlled Chaos","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s13-0"},{"id":10196,"c":41,"u":"tamed%20surge_sorcerer_xphb_wild%20magic_xphb_18_xphb","p":150,"s":"XPHB","h":1,"t":5,"uu":"tamed surge|xphb","n":"Wild Magic Sorcerer 18; Tamed Surge","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s17-0"},{"id":10198,"c":41,"u":"the%20archfey_warlock_phb_archfey_phb_1_phb","p":108,"s":"PHB","h":1,"t":5,"uu":"the archfey|phb","n":"Archfey Warlock 1; The Archfey","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s0-0"},{"id":10200,"c":41,"u":"fey%20presence_warlock_phb_archfey_phb_1_phb","p":108,"s":"PHB","h":1,"t":5,"uu":"fey presence|phb","n":"Archfey Warlock 1; Fey Presence","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s0-0"},{"id":10202,"c":41,"u":"misty%20escape_warlock_phb_archfey_phb_6_phb","p":108,"s":"PHB","h":1,"t":5,"uu":"misty escape|phb","n":"Archfey Warlock 6; Misty Escape","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s5-0"},{"id":10204,"c":41,"u":"beguiling%20defenses_warlock_phb_archfey_phb_10_phb","p":108,"s":"PHB","h":1,"t":5,"uu":"beguiling defenses|phb","n":"Archfey Warlock 10; Beguiling Defenses","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s9-0"},{"id":10206,"c":41,"u":"dark%20delirium_warlock_phb_archfey_phb_14_phb","p":108,"s":"PHB","h":1,"t":5,"uu":"dark delirium|phb","n":"Archfey Warlock 14; Dark Delirium","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s13-0"},{"id":10208,"c":41,"u":"the%20fiend_warlock_phb_fiend_phb_1_phb","p":109,"s":"PHB","h":1,"r":1,"t":5,"uu":"the fiend|phb","n":"Fiend Warlock 1; The Fiend","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s0-0"},{"id":10210,"c":41,"u":"dark%20one's%20blessing_warlock_phb_fiend_phb_1_phb","p":109,"s":"PHB","h":1,"r":1,"t":5,"uu":"dark one's blessing|phb","n":"Fiend Warlock 1; Dark One's Blessing","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s0-0"},{"id":10212,"c":41,"u":"dark%20one's%20own%20luck_warlock_phb_fiend_phb_6_phb","p":109,"s":"PHB","h":1,"r":1,"t":5,"uu":"dark one's own luck|phb","n":"Fiend Warlock 6; Dark One's Own Luck","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s5-0"},{"id":10214,"c":41,"u":"fiendish%20resilience_warlock_phb_fiend_phb_10_phb","p":109,"s":"PHB","h":1,"r":1,"t":5,"uu":"fiendish resilience|phb","n":"Fiend Warlock 10; Fiendish Resilience","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s9-0"},{"id":10216,"c":41,"u":"hurl%20through%20hell_warlock_phb_fiend_phb_14_phb","p":109,"s":"PHB","h":1,"r":1,"t":5,"uu":"hurl through hell|phb","n":"Fiend Warlock 14; Hurl Through Hell","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s13-0"},{"id":10218,"c":41,"u":"the%20great%20old%20one_warlock_phb_great%20old%20one_phb_1_phb","p":109,"s":"PHB","h":1,"t":5,"uu":"the great old one|phb","n":"Great Old One Warlock 1; The Great Old One","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s0-0"},{"id":10220,"c":41,"u":"awakened%20mind_warlock_phb_great%20old%20one_phb_1_phb","p":109,"s":"PHB","h":1,"t":5,"uu":"awakened mind|phb","n":"Great Old One Warlock 1; Awakened Mind","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s0-0"},{"id":10222,"c":41,"u":"entropic%20ward_warlock_phb_great%20old%20one_phb_6_phb","p":109,"s":"PHB","h":1,"t":5,"uu":"entropic ward|phb","n":"Great Old One Warlock 6; Entropic Ward","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s5-0"},{"id":10224,"c":41,"u":"thought%20shield_warlock_phb_great%20old%20one_phb_10_phb","p":109,"s":"PHB","h":1,"t":5,"uu":"thought shield|phb","n":"Great Old One Warlock 10; Thought Shield","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s9-0"},{"id":10226,"c":41,"u":"create%20thrall_warlock_phb_great%20old%20one_phb_14_phb","p":109,"s":"PHB","h":1,"t":5,"uu":"create thrall|phb","n":"Great Old One Warlock 14; Create Thrall","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s13-0"},{"id":10228,"c":41,"u":"the%20undying_warlock_phb_undying_scag_1_scag","p":139,"s":"SCAG","h":1,"t":5,"uu":"the undying|scag","n":"Undying Warlock 1; The Undying","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s0-0"},{"id":10230,"c":41,"u":"among%20the%20dead_warlock_phb_undying_scag_1_scag","p":139,"s":"SCAG","h":1,"t":5,"uu":"among the dead|scag","n":"Undying Warlock 1; Among the Dead","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s0-0"},{"id":10232,"c":41,"u":"defy%20death_warlock_phb_undying_scag_6_scag","p":139,"s":"SCAG","h":1,"t":5,"uu":"defy death|scag","n":"Undying Warlock 6; Defy Death","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s5-0"},{"id":10234,"c":41,"u":"undying%20nature_warlock_phb_undying_scag_10_scag","p":139,"s":"SCAG","h":1,"t":5,"uu":"undying nature|scag","n":"Undying Warlock 10; Undying Nature","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s9-0"},{"id":10236,"c":41,"u":"indestructible%20life_warlock_phb_undying_scag_14_scag","p":139,"s":"SCAG","h":1,"t":5,"uu":"indestructible life|scag","n":"Undying Warlock 14; Indestructible Life","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s13-0"},{"id":10238,"c":41,"u":"the%20fathomless_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"the fathomless|tce","n":"Fathomless Warlock 1; The Fathomless","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10240,"c":41,"u":"gift%20of%20the%20sea_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"gift of the sea|tce","n":"Fathomless Warlock 1; Gift of the Sea","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10242,"c":41,"u":"tentacle%20of%20the%20deeps_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"tentacle of the deeps|tce","n":"Fathomless Warlock 1; Tentacle of the Deeps","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10244,"c":41,"u":"guardian%20coil_warlock_phb_fathomless_tce_6_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"guardian coil|tce","n":"Fathomless Warlock 6; Guardian Coil","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s5-0"},{"id":10246,"c":41,"u":"oceanic%20soul_warlock_phb_fathomless_tce_6_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"oceanic soul|tce","n":"Fathomless Warlock 6; Oceanic Soul","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s5-0"},{"id":10248,"c":41,"u":"grasping%20tentacles_warlock_phb_fathomless_tce_10_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"grasping tentacles|tce","n":"Fathomless Warlock 10; Grasping Tentacles","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s9-0"},{"id":10250,"c":41,"u":"fathomless%20plunge_warlock_phb_fathomless_tce_14_tce","p":72,"s":"TCE","h":1,"t":5,"uu":"fathomless plunge|tce","n":"Fathomless Warlock 14; Fathomless Plunge","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s13-0"},{"id":10252,"c":41,"u":"bottled%20respite_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"bottled respite|tce","n":"Genie Warlock 1; Bottled Respite","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10254,"c":41,"u":"genie's%20wrath_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"genie's wrath|tce","n":"Genie Warlock 1; Genie's Wrath","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10256,"c":41,"u":"the%20genie_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"the genie|tce","n":"Genie Warlock 1; The Genie","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10258,"c":41,"u":"genie's%20vessel_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"genie's vessel|tce","n":"Genie Warlock 1; Genie's Vessel","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10260,"c":41,"u":"elemental%20gift_warlock_phb_genie_tce_6_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"elemental gift|tce","n":"Genie Warlock 6; Elemental Gift","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s5-0"},{"id":10262,"c":41,"u":"sanctuary%20vessel_warlock_phb_genie_tce_10_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"sanctuary vessel|tce","n":"Genie Warlock 10; Sanctuary Vessel","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s9-0"},{"id":10264,"c":41,"u":"limited%20wish_warlock_phb_genie_tce_14_tce","p":73,"s":"TCE","h":1,"t":5,"uu":"limited wish|tce","n":"Genie Warlock 14; Limited Wish","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s13-0"},{"id":10266,"c":41,"u":"the%20undead_warlock_phb_undead_vrgr_1_vrgr","p":30,"s":"VRGR","h":1,"t":5,"uu":"the undead|vrgr","n":"Undead Warlock 1; The Undead","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s0-0"},{"id":10268,"c":41,"u":"form%20of%20dread_warlock_phb_undead_vrgr_1_vrgr","p":30,"s":"VRGR","h":1,"t":5,"uu":"form of dread|vrgr","n":"Undead Warlock 1; Form of Dread","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s0-0"},{"id":10270,"c":41,"u":"grave%20touched_warlock_phb_undead_vrgr_6_vrgr","p":30,"s":"VRGR","h":1,"t":5,"uu":"grave touched|vrgr","n":"Undead Warlock 6; Grave Touched","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s5-0"},{"id":10272,"c":41,"u":"necrotic%20husk_warlock_phb_undead_vrgr_10_vrgr","p":30,"s":"VRGR","h":1,"t":5,"uu":"necrotic husk|vrgr","n":"Undead Warlock 10; Necrotic Husk","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s9-0"},{"id":10274,"c":41,"u":"spirit%20projection_warlock_phb_undead_vrgr_14_vrgr","p":30,"s":"VRGR","h":1,"t":5,"uu":"spirit projection|vrgr","n":"Undead Warlock 14; Spirit Projection","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s13-0"},{"id":10276,"c":41,"u":"the%20celestial_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"the celestial|xge","n":"Celestial Warlock 1; The Celestial","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10278,"c":41,"u":"bonus%20cantrips_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"bonus cantrips|xge","n":"Celestial Warlock 1; Bonus Cantrips","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10280,"c":41,"u":"healing%20light_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"healing light|xge","n":"Celestial Warlock 1; Healing Light","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10282,"c":41,"u":"radiant%20soul_warlock_phb_celestial_xge_6_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"radiant soul|xge","n":"Celestial Warlock 6; Radiant Soul","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s5-0"},{"id":10284,"c":41,"u":"celestial%20resilience_warlock_phb_celestial_xge_10_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"celestial resilience|xge","n":"Celestial Warlock 10; Celestial Resilience","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s9-0"},{"id":10286,"c":41,"u":"searing%20vengeance_warlock_phb_celestial_xge_14_xge","p":54,"s":"XGE","h":1,"t":5,"uu":"searing vengeance|xge","n":"Celestial Warlock 14; Searing Vengeance","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s13-0"},{"id":10288,"c":41,"u":"the%20hexblade_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"the hexblade|xge","n":"Hexblade Warlock 1; The Hexblade","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10290,"c":41,"u":"hex%20warrior_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"hex warrior|xge","n":"Hexblade Warlock 1; Hex Warrior","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10292,"c":41,"u":"hexblade's%20curse_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"hexblade's curse|xge","n":"Hexblade Warlock 1; Hexblade's Curse","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10294,"c":41,"u":"accursed%20specter_warlock_phb_hexblade_xge_6_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"accursed specter|xge","n":"Hexblade Warlock 6; Accursed Specter","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s5-0"},{"id":10296,"c":41,"u":"armor%20of%20hexes_warlock_phb_hexblade_xge_10_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"armor of hexes|xge","n":"Hexblade Warlock 10; Armor of Hexes","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s9-0"},{"id":10298,"c":41,"u":"master%20of%20hexes_warlock_phb_hexblade_xge_14_xge","p":55,"s":"XGE","h":1,"t":5,"uu":"master of hexes|xge","n":"Hexblade Warlock 14; Master of Hexes","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s13-0"},{"id":10300,"c":41,"u":"the%20archfey_warlock_xphb_archfey_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"the archfey|phb","n":"Archfey Warlock 3; The Archfey","uh":"warlock_xphb,state:sub-archfey-phb=b1~feature=s2-0"},{"id":10302,"c":41,"u":"the%20fiend_warlock_xphb_fiend_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"the fiend|phb","n":"Fiend Warlock 3; The Fiend","uh":"warlock_xphb,state:sub-fiend-phb=b1~feature=s2-0"},{"id":10304,"c":41,"u":"the%20great%20old%20one_warlock_xphb_great%20old%20one_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"the great old one|phb","n":"Great Old One Warlock 3; The Great Old One","uh":"warlock_xphb,state:sub-great-old-one-phb=b1~feature=s2-0"},{"id":10306,"c":41,"u":"the%20undying_warlock_xphb_undying_scag_3_scag","s":"SCAG","h":1,"t":5,"uu":"the undying|scag","n":"Undying Warlock 3; The Undying","uh":"warlock_xphb,state:sub-undying-scag=b1~feature=s2-0"},{"id":10308,"c":41,"u":"the%20fathomless_warlock_xphb_fathomless_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"the fathomless|tce","n":"Fathomless Warlock 3; The Fathomless","uh":"warlock_xphb,state:sub-fathomless-tce=b1~feature=s2-0"},{"id":10310,"c":41,"u":"the%20genie_warlock_xphb_genie_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"the genie|tce","n":"Genie Warlock 3; The Genie","uh":"warlock_xphb,state:sub-genie-tce=b1~feature=s2-0"},{"id":10312,"c":41,"u":"the%20undead_warlock_xphb_undead_vrgr_3_vrgr","s":"VRGR","h":1,"t":5,"uu":"the undead|vrgr","n":"Undead Warlock 3; The Undead","uh":"warlock_xphb,state:sub-undead-vrgr=b1~feature=s2-0"},{"id":10314,"c":41,"u":"the%20celestial_warlock_xphb_celestial_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"the celestial|xge","n":"Celestial Warlock 3; The Celestial","uh":"warlock_xphb,state:sub-celestial-xge=b1~feature=s2-0"},{"id":10316,"c":41,"u":"the%20hexblade_warlock_xphb_hexblade_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"the hexblade|xge","n":"Hexblade Warlock 3; The Hexblade","uh":"warlock_xphb,state:sub-hexblade-xge=b1~feature=s2-0"},{"id":10318,"c":41,"u":"archfey%20patron_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"t":5,"uu":"archfey patron|xphb","n":"Archfey Warlock 3; Archfey Patron","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10320,"c":41,"u":"archfey%20spells_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"t":5,"uu":"archfey spells|xphb","n":"Archfey Warlock 3; Archfey Spells","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10322,"c":41,"u":"steps%20of%20the%20fey_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"t":5,"uu":"steps of the fey|xphb","n":"Archfey Warlock 3; Steps of the Fey","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10324,"c":41,"u":"misty%20escape_warlock_xphb_archfey_xphb_6_xphb","p":159,"s":"XPHB","h":1,"t":5,"uu":"misty escape|xphb","n":"Archfey Warlock 6; Misty Escape","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s5-0"},{"id":10326,"c":41,"u":"beguiling%20defenses_warlock_xphb_archfey_xphb_10_xphb","p":159,"s":"XPHB","h":1,"t":5,"uu":"beguiling defenses|xphb","n":"Archfey Warlock 10; Beguiling Defenses","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s9-0"},{"id":10328,"c":41,"u":"bewitching%20magic_warlock_xphb_archfey_xphb_14_xphb","p":160,"s":"XPHB","h":1,"t":5,"uu":"bewitching magic|xphb","n":"Archfey Warlock 14; Bewitching Magic","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s13-0"},{"id":10330,"c":41,"u":"celestial%20patron_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"t":5,"uu":"celestial patron|xphb","n":"Celestial Warlock 3; Celestial Patron","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10332,"c":41,"u":"celestial%20spells_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"t":5,"uu":"celestial spells|xphb","n":"Celestial Warlock 3; Celestial Spells","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10334,"c":41,"u":"healing%20light_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"t":5,"uu":"healing light|xphb","n":"Celestial Warlock 3; Healing Light","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10336,"c":41,"u":"radiant%20soul_warlock_xphb_celestial_xphb_6_xphb","p":160,"s":"XPHB","h":1,"t":5,"uu":"radiant soul|xphb","n":"Celestial Warlock 6; Radiant Soul","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s5-0"},{"id":10338,"c":41,"u":"celestial%20resilience_warlock_xphb_celestial_xphb_10_xphb","p":161,"s":"XPHB","h":1,"t":5,"uu":"celestial resilience|xphb","n":"Celestial Warlock 10; Celestial Resilience","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s9-0"},{"id":10340,"c":41,"u":"searing%20vengeance_warlock_xphb_celestial_xphb_14_xphb","p":161,"s":"XPHB","h":1,"t":5,"uu":"searing vengeance|xphb","n":"Celestial Warlock 14; Searing Vengeance","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s13-0"},{"id":10342,"c":41,"u":"fiend%20patron_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"t":5,"uu":"fiend patron|xphb","n":"Fiend Warlock 3; Fiend Patron","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10344,"c":41,"u":"dark%20one's%20blessing_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"t":5,"uu":"dark one's blessing|xphb","n":"Fiend Warlock 3; Dark One's Blessing","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10346,"c":41,"u":"fiend%20spells_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"t":5,"uu":"fiend spells|xphb","n":"Fiend Warlock 3; Fiend Spells","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10348,"c":41,"u":"dark%20one's%20own%20luck_warlock_xphb_fiend_xphb_6_xphb","p":162,"s":"XPHB","h":1,"t":5,"uu":"dark one's own luck|xphb","n":"Fiend Warlock 6; Dark One's Own Luck","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s5-0"},{"id":10350,"c":41,"u":"fiendish%20resilience_warlock_xphb_fiend_xphb_10_xphb","p":162,"s":"XPHB","h":1,"t":5,"uu":"fiendish resilience|xphb","n":"Fiend Warlock 10; Fiendish Resilience","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s9-0"},{"id":10352,"c":41,"u":"hurl%20through%20hell_warlock_xphb_fiend_xphb_14_xphb","p":162,"s":"XPHB","h":1,"t":5,"uu":"hurl through hell|xphb","n":"Fiend Warlock 14; Hurl Through Hell","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s13-0"},{"id":10354,"c":41,"u":"great%20old%20one%20patron_warlock_xphb_great%20old%20one_xphb_3_xphb","p":162,"s":"XPHB","h":1,"t":5,"uu":"great old one patron|xphb","n":"Great Old One Warlock 3; Great Old One Patron","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10356,"c":41,"u":"awakened%20mind_warlock_xphb_great%20old%20one_xphb_3_xphb","p":162,"s":"XPHB","h":1,"t":5,"uu":"awakened mind|xphb","n":"Great Old One Warlock 3; Awakened Mind","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10358,"c":41,"u":"great%20old%20one%20spells_warlock_xphb_great%20old%20one_xphb_3_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"great old one spells|xphb","n":"Great Old One Warlock 3; Great Old One Spells","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10360,"c":41,"u":"psychic%20spells_warlock_xphb_great%20old%20one_xphb_3_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"psychic spells|xphb","n":"Great Old One Warlock 3; Psychic Spells","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10362,"c":41,"u":"clairvoyant%20combatant_warlock_xphb_great%20old%20one_xphb_6_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"clairvoyant combatant|xphb","n":"Great Old One Warlock 6; Clairvoyant Combatant","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s5-0"},{"id":10364,"c":41,"u":"eldritch%20hex_warlock_xphb_great%20old%20one_xphb_10_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"eldritch hex|xphb","n":"Great Old One Warlock 10; Eldritch Hex","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s9-0"},{"id":10366,"c":41,"u":"thought%20shield_warlock_xphb_great%20old%20one_xphb_10_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"thought shield|xphb","n":"Great Old One Warlock 10; Thought Shield","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s9-0"},{"id":10368,"c":41,"u":"create%20thrall_warlock_xphb_great%20old%20one_xphb_14_xphb","p":163,"s":"XPHB","h":1,"t":5,"uu":"create thrall|xphb","n":"Great Old One Warlock 14; Create Thrall","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s13-0"},{"id":10370,"c":41,"u":"chronurgy%20magic_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"chronurgy magic|egw","n":"Chronurgy Wizard 2; Chronurgy Magic","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10372,"c":41,"u":"chronal%20shift_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"chronal shift|egw","n":"Chronurgy Wizard 2; Chronal Shift","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10374,"c":41,"u":"temporal%20awareness_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"temporal awareness|egw","n":"Chronurgy Wizard 2; Temporal Awareness","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10376,"c":41,"u":"momentary%20stasis_wizard_phb_chronurgy_egw_6_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"momentary stasis|egw","n":"Chronurgy Wizard 6; Momentary Stasis","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s5-0"},{"id":10378,"c":41,"u":"arcane%20abeyance_wizard_phb_chronurgy_egw_10_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"arcane abeyance|egw","n":"Chronurgy Wizard 10; Arcane Abeyance","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s9-0"},{"id":10380,"c":41,"u":"convergent%20future_wizard_phb_chronurgy_egw_14_egw","p":184,"s":"EGW","h":1,"dP":1,"t":5,"uu":"convergent future|egw","n":"Chronurgy Wizard 14; Convergent Future","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s13-0"},{"id":10382,"c":41,"u":"graviturgy%20magic_wizard_phb_graviturgy_egw_2_egw","p":185,"s":"EGW","h":1,"dP":1,"t":5,"uu":"graviturgy magic|egw","n":"Graviturgy Wizard 2; Graviturgy Magic","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s1-0"},{"id":10384,"c":41,"u":"adjust%20density_wizard_phb_graviturgy_egw_2_egw","p":185,"s":"EGW","h":1,"dP":1,"t":5,"uu":"adjust density|egw","n":"Graviturgy Wizard 2; Adjust Density","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s1-0"},{"id":10386,"c":41,"u":"gravity%20well_wizard_phb_graviturgy_egw_6_egw","p":185,"s":"EGW","h":1,"dP":1,"t":5,"uu":"gravity well|egw","n":"Graviturgy Wizard 6; Gravity Well","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s5-0"},{"id":10388,"c":41,"u":"violent%20attraction_wizard_phb_graviturgy_egw_10_egw","p":185,"s":"EGW","h":1,"dP":1,"t":5,"uu":"violent attraction|egw","n":"Graviturgy Wizard 10; Violent Attraction","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s9-0"},{"id":10390,"c":41,"u":"event%20horizon_wizard_phb_graviturgy_egw_14_egw","p":185,"s":"EGW","h":1,"dP":1,"t":5,"uu":"event horizon|egw","n":"Graviturgy Wizard 14; Event Horizon","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s13-0"},{"id":10392,"c":41,"u":"school%20of%20abjuration_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"school of abjuration|phb","n":"Abjuration Wizard 2; School of Abjuration","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10394,"c":41,"u":"abjuration%20savant_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"abjuration savant|phb","n":"Abjuration Wizard 2; Abjuration Savant","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10396,"c":41,"u":"arcane%20ward_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"arcane ward|phb","n":"Abjuration Wizard 2; Arcane Ward","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10398,"c":41,"u":"projected%20ward_wizard_phb_abjuration_phb_6_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"projected ward|phb","n":"Abjuration Wizard 6; Projected Ward","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s5-0"},{"id":10400,"c":41,"u":"improved%20abjuration_wizard_phb_abjuration_phb_10_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"improved abjuration|phb","n":"Abjuration Wizard 10; Improved Abjuration","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s9-0"},{"id":10402,"c":41,"u":"spell%20resistance_wizard_phb_abjuration_phb_14_phb","p":115,"s":"PHB","h":1,"t":5,"uu":"spell resistance|phb","n":"Abjuration Wizard 14; Spell Resistance","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s13-0"},{"id":10404,"c":41,"u":"school%20of%20conjuration_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"school of conjuration|phb","n":"Conjuration Wizard 2; School of Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10406,"c":41,"u":"conjuration%20savant_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"conjuration savant|phb","n":"Conjuration Wizard 2; Conjuration Savant","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10408,"c":41,"u":"minor%20conjuration_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"minor conjuration|phb","n":"Conjuration Wizard 2; Minor Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10410,"c":41,"u":"benign%20transposition_wizard_phb_conjuration_phb_6_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"benign transposition|phb","n":"Conjuration Wizard 6; Benign Transposition","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s5-0"},{"id":10412,"c":41,"u":"focused%20conjuration_wizard_phb_conjuration_phb_10_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"focused conjuration|phb","n":"Conjuration Wizard 10; Focused Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s9-0"},{"id":10414,"c":41,"u":"durable%20summons_wizard_phb_conjuration_phb_14_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"durable summons|phb","n":"Conjuration Wizard 14; Durable Summons","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s13-0"},{"id":10416,"c":41,"u":"school%20of%20divination_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"school of divination|phb","n":"Divination Wizard 2; School of Divination","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10418,"c":41,"u":"divination%20savant_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"divination savant|phb","n":"Divination Wizard 2; Divination Savant","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10420,"c":41,"u":"portent_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"portent|phb","n":"Divination Wizard 2; Portent","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10422,"c":41,"u":"expert%20divination_wizard_phb_divination_phb_6_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"expert divination|phb","n":"Divination Wizard 6; Expert Divination","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s5-0"},{"id":10424,"c":41,"u":"the%20third%20eye_wizard_phb_divination_phb_10_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"the third eye|phb","n":"Divination Wizard 10; The Third Eye","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s9-0"},{"id":10426,"c":41,"u":"greater%20portent_wizard_phb_divination_phb_14_phb","p":116,"s":"PHB","h":1,"t":5,"uu":"greater portent|phb","n":"Divination Wizard 14; Greater Portent","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s13-0"},{"id":10428,"c":41,"u":"school%20of%20enchantment_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"school of enchantment|phb","n":"Enchantment Wizard 2; School of Enchantment","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10430,"c":41,"u":"enchantment%20savant_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"enchantment savant|phb","n":"Enchantment Wizard 2; Enchantment Savant","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10432,"c":41,"u":"hypnotic%20gaze_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"hypnotic gaze|phb","n":"Enchantment Wizard 2; Hypnotic Gaze","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10434,"c":41,"u":"instinctive%20charm_wizard_phb_enchantment_phb_6_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"instinctive charm|phb","n":"Enchantment Wizard 6; Instinctive Charm","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s5-0"},{"id":10436,"c":41,"u":"split%20enchantment_wizard_phb_enchantment_phb_10_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"split enchantment|phb","n":"Enchantment Wizard 10; Split Enchantment","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s9-0"},{"id":10438,"c":41,"u":"alter%20memories_wizard_phb_enchantment_phb_14_phb","p":117,"s":"PHB","h":1,"t":5,"uu":"alter memories|phb","n":"Enchantment Wizard 14; Alter Memories","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s13-0"},{"id":10440,"c":41,"u":"school%20of%20evocation_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"school of evocation|phb","n":"Evocation Wizard 2; School of Evocation","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10442,"c":41,"u":"evocation%20savant_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"evocation savant|phb","n":"Evocation Wizard 2; Evocation Savant","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10444,"c":41,"u":"sculpt%20spells_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"sculpt spells|phb","n":"Evocation Wizard 2; Sculpt Spells","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10446,"c":41,"u":"potent%20cantrip_wizard_phb_evocation_phb_6_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"potent cantrip|phb","n":"Evocation Wizard 6; Potent Cantrip","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s5-0"},{"id":10448,"c":41,"u":"empowered%20evocation_wizard_phb_evocation_phb_10_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"empowered evocation|phb","n":"Evocation Wizard 10; Empowered Evocation","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s9-0"},{"id":10450,"c":41,"u":"overchannel_wizard_phb_evocation_phb_14_phb","p":117,"s":"PHB","h":1,"r":1,"t":5,"uu":"overchannel|phb","n":"Evocation Wizard 14; Overchannel","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s13-0"},{"id":10452,"c":41,"u":"school%20of%20illusion_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"school of illusion|phb","n":"Illusion Wizard 2; School of Illusion","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10454,"c":41,"u":"illusion%20savant_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"illusion savant|phb","n":"Illusion Wizard 2; Illusion Savant","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10456,"c":41,"u":"improved%20minor%20illusion_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"improved minor illusion|phb","n":"Illusion Wizard 2; Improved Minor Illusion","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10458,"c":41,"u":"malleable%20illusions_wizard_phb_illusion_phb_6_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"malleable illusions|phb","n":"Illusion Wizard 6; Malleable Illusions","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s5-0"},{"id":10460,"c":41,"u":"illusory%20self_wizard_phb_illusion_phb_10_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"illusory self|phb","n":"Illusion Wizard 10; Illusory Self","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s9-0"},{"id":10462,"c":41,"u":"illusory%20reality_wizard_phb_illusion_phb_14_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"illusory reality|phb","n":"Illusion Wizard 14; Illusory Reality","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s13-0"},{"id":10464,"c":41,"u":"school%20of%20necromancy_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"school of necromancy|phb","n":"Necromancy Wizard 2; School of Necromancy","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10466,"c":41,"u":"grim%20harvest_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"grim harvest|phb","n":"Necromancy Wizard 2; Grim Harvest","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10468,"c":41,"u":"necromancy%20savant_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"necromancy savant|phb","n":"Necromancy Wizard 2; Necromancy Savant","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10470,"c":41,"u":"undead%20thralls_wizard_phb_necromancy_phb_6_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"undead thralls|phb","n":"Necromancy Wizard 6; Undead Thralls","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s5-0"},{"id":10472,"c":41,"u":"inured%20to%20undeath_wizard_phb_necromancy_phb_10_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"inured to undeath|phb","n":"Necromancy Wizard 10; Inured to Undeath","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s9-0"},{"id":10474,"c":41,"u":"command%20undead_wizard_phb_necromancy_phb_14_phb","p":118,"s":"PHB","h":1,"t":5,"uu":"command undead|phb","n":"Necromancy Wizard 14; Command Undead","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s13-0"},{"id":10476,"c":41,"u":"school%20of%20transmutation_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"school of transmutation|phb","n":"Transmutation Wizard 2; School of Transmutation","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10478,"c":41,"u":"minor%20alchemy_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"minor alchemy|phb","n":"Transmutation Wizard 2; Minor Alchemy","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10480,"c":41,"u":"transmutation%20savant_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"transmutation savant|phb","n":"Transmutation Wizard 2; Transmutation Savant","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10482,"c":41,"u":"transmuter's%20stone_wizard_phb_transmutation_phb_6_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"transmuter's stone|phb","n":"Transmutation Wizard 6; Transmuter's Stone","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s5-0"},{"id":10484,"c":41,"u":"shapechanger_wizard_phb_transmutation_phb_10_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"shapechanger|phb","n":"Transmutation Wizard 10; Shapechanger","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s9-0"},{"id":10486,"c":41,"u":"master%20transmuter_wizard_phb_transmutation_phb_14_phb","p":119,"s":"PHB","h":1,"t":5,"uu":"master transmuter|phb","n":"Transmutation Wizard 14; Master Transmuter","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s13-0"},{"id":10488,"c":41,"u":"bladesinging_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"bladesinging|tce","n":"Bladesinging Wizard 2; Bladesinging","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10490,"c":41,"u":"bladesinger%20styles_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"bladesinger styles|tce","n":"Bladesinging Wizard 2; Bladesinger Styles","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10492,"c":41,"u":"bladesong_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"bladesong|tce","n":"Bladesinging Wizard 2; Bladesong","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10494,"c":41,"u":"training%20in%20war%20and%20song%20(bladesinging)_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"training in war and song (bladesinging)|tce","n":"Bladesinging Wizard 2; Training in War and Song (Bladesinging)","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10496,"c":41,"u":"extra%20attack_wizard_phb_bladesinging_tce_6_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"extra attack|tce","n":"Bladesinging Wizard 6; Extra Attack","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s5-0"},{"id":10498,"c":41,"u":"song%20of%20defense_wizard_phb_bladesinging_tce_10_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"song of defense|tce","n":"Bladesinging Wizard 10; Song of Defense","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s9-0"},{"id":10500,"c":41,"u":"song%20of%20victory_wizard_phb_bladesinging_tce_14_tce","p":76,"s":"TCE","h":1,"t":5,"uu":"song of victory|tce","n":"Bladesinging Wizard 14; Song of Victory","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s13-0"},{"id":10502,"c":41,"u":"order%20of%20scribes_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"t":5,"uu":"order of scribes|tce","n":"Scribes Wizard 2; Order of Scribes","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10504,"c":41,"u":"awakened%20spellbook_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"t":5,"uu":"awakened spellbook|tce","n":"Scribes Wizard 2; Awakened Spellbook","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10506,"c":41,"u":"wizardly%20quill_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"t":5,"uu":"wizardly quill|tce","n":"Scribes Wizard 2; Wizardly Quill","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10508,"c":41,"u":"manifest%20mind_wizard_phb_scribes_tce_6_tce","p":78,"s":"TCE","h":1,"t":5,"uu":"manifest mind|tce","n":"Scribes Wizard 6; Manifest Mind","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s5-0"},{"id":10510,"c":41,"u":"master%20scrivener_wizard_phb_scribes_tce_10_tce","p":78,"s":"TCE","h":1,"t":5,"uu":"master scrivener|tce","n":"Scribes Wizard 10; Master Scrivener","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s9-0"},{"id":10512,"c":41,"u":"one%20with%20the%20word_wizard_phb_scribes_tce_14_tce","p":78,"s":"TCE","h":1,"t":5,"uu":"one with the word|tce","n":"Scribes Wizard 14; One with the Word","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s13-0"},{"id":10514,"c":41,"u":"blood%20magic_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blood magic|tdcsr","n":"Blood Magic Wizard 2; Blood Magic","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10516,"c":41,"u":"blood%20channeling_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blood channeling|tdcsr","n":"Blood Magic Wizard 2; Blood Channeling","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10518,"c":41,"u":"sanguine%20burst_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"sanguine burst|tdcsr","n":"Blood Magic Wizard 2; Sanguine Burst","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10520,"c":41,"u":"bond%20of%20mutual%20suffering_wizard_phb_blood%20magic_tdcsr_6_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"bond of mutual suffering|tdcsr","n":"Blood Magic Wizard 6; Bond of Mutual Suffering","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s5-0"},{"id":10522,"c":41,"u":"glyph%20of%20hemorrhaging_wizard_phb_blood%20magic_tdcsr_10_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"glyph of hemorrhaging|tdcsr","n":"Blood Magic Wizard 10; Glyph of Hemorrhaging","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s9-0"},{"id":10524,"c":41,"u":"bond%20of%20mutual%20suffering%20(14th%20level)_wizard_phb_blood%20magic_tdcsr_14_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"bond of mutual suffering (14th level)|tdcsr","n":"Blood Magic Wizard 14; Bond of Mutual Suffering (14th Level)","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s13-0"},{"id":10526,"c":41,"u":"thicker%20than%20water_wizard_phb_blood%20magic_tdcsr_14_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"t":5,"uu":"thicker than water|tdcsr","n":"Blood Magic Wizard 14; Thicker than Water","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s13-0"},{"id":10528,"c":41,"u":"war%20magic_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"war magic|xge","n":"War Wizard 2; War Magic","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10530,"c":41,"u":"arcane%20deflection_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"arcane deflection|xge","n":"War Wizard 2; Arcane Deflection","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10532,"c":41,"u":"tactical%20wit_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"tactical wit|xge","n":"War Wizard 2; Tactical Wit","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10534,"c":41,"u":"power%20surge_wizard_phb_war_xge_6_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"power surge|xge","n":"War Wizard 6; Power Surge","uh":"wizard_phb,state:sub-war-xge=b1~feature=s5-0"},{"id":10536,"c":41,"u":"durable%20magic_wizard_phb_war_xge_10_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"durable magic|xge","n":"War Wizard 10; Durable Magic","uh":"wizard_phb,state:sub-war-xge=b1~feature=s9-0"},{"id":10538,"c":41,"u":"deflecting%20shroud_wizard_phb_war_xge_14_xge","p":59,"s":"XGE","h":1,"t":5,"uu":"deflecting shroud|xge","n":"War Wizard 14; Deflecting Shroud","uh":"wizard_phb,state:sub-war-xge=b1~feature=s13-0"},{"id":10540,"c":41,"u":"chronurgy%20magic_wizard_xphb_chronurgy_egw_3_egw","s":"EGW","h":1,"dP":1,"t":5,"uu":"chronurgy magic|egw","n":"Chronurgy Wizard 3; Chronurgy Magic","uh":"wizard_xphb,state:sub-chronurgy-egw=b1~feature=s2-0"},{"id":10542,"c":41,"u":"graviturgy%20magic_wizard_xphb_graviturgy_egw_3_egw","s":"EGW","h":1,"dP":1,"t":5,"uu":"graviturgy magic|egw","n":"Graviturgy Wizard 3; Graviturgy Magic","uh":"wizard_xphb,state:sub-graviturgy-egw=b1~feature=s2-0"},{"id":10544,"c":41,"u":"school%20of%20abjuration_wizard_xphb_abjuration_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of abjuration|phb","n":"Abjuration Wizard 3; School of Abjuration","uh":"wizard_xphb,state:sub-abjuration-phb=b1~feature=s2-0"},{"id":10546,"c":41,"u":"school%20of%20conjuration_wizard_xphb_conjuration_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of conjuration|phb","n":"Conjuration Wizard 3; School of Conjuration","uh":"wizard_xphb,state:sub-conjuration-phb=b1~feature=s2-0"},{"id":10548,"c":41,"u":"school%20of%20divination_wizard_xphb_divination_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of divination|phb","n":"Divination Wizard 3; School of Divination","uh":"wizard_xphb,state:sub-divination-phb=b1~feature=s2-0"},{"id":10550,"c":41,"u":"school%20of%20enchantment_wizard_xphb_enchantment_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of enchantment|phb","n":"Enchantment Wizard 3; School of Enchantment","uh":"wizard_xphb,state:sub-enchantment-phb=b1~feature=s2-0"},{"id":10552,"c":41,"u":"school%20of%20evocation_wizard_xphb_evocation_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of evocation|phb","n":"Evocation Wizard 3; School of Evocation","uh":"wizard_xphb,state:sub-evocation-phb=b1~feature=s2-0"},{"id":10554,"c":41,"u":"school%20of%20illusion_wizard_xphb_illusion_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of illusion|phb","n":"Illusion Wizard 3; School of Illusion","uh":"wizard_xphb,state:sub-illusion-phb=b1~feature=s2-0"},{"id":10556,"c":41,"u":"school%20of%20necromancy_wizard_xphb_necromancy_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of necromancy|phb","n":"Necromancy Wizard 3; School of Necromancy","uh":"wizard_xphb,state:sub-necromancy-phb=b1~feature=s2-0"},{"id":10558,"c":41,"u":"school%20of%20transmutation_wizard_xphb_transmutation_phb_3_phb","s":"PHB","h":1,"t":5,"uu":"school of transmutation|phb","n":"Transmutation Wizard 3; School of Transmutation","uh":"wizard_xphb,state:sub-transmutation-phb=b1~feature=s2-0"},{"id":10560,"c":41,"u":"bladesinging_wizard_xphb_bladesinging_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"bladesinging|tce","n":"Bladesinging Wizard 3; Bladesinging","uh":"wizard_xphb,state:sub-bladesinging-tce=b1~feature=s2-0"},{"id":10562,"c":41,"u":"order%20of%20scribes_wizard_xphb_scribes_tce_3_tce","s":"TCE","h":1,"t":5,"uu":"order of scribes|tce","n":"Scribes Wizard 3; Order of Scribes","uh":"wizard_xphb,state:sub-scribes-tce=b1~feature=s2-0"},{"id":10564,"c":41,"u":"blood%20magic_wizard_xphb_blood%20magic_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"t":5,"uu":"blood magic|tdcsr","n":"Blood Magic Wizard 3; Blood Magic","uh":"wizard_xphb,state:sub-blood-magic-tdcsr=b1~feature=s2-0"},{"id":10566,"c":41,"u":"war%20magic_wizard_xphb_war_xge_3_xge","s":"XGE","h":1,"t":5,"uu":"war magic|xge","n":"War Wizard 3; War Magic","uh":"wizard_xphb,state:sub-war-xge=b1~feature=s2-0"},{"id":10568,"c":41,"u":"abjurer_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"t":5,"uu":"abjurer|xphb","n":"Abjurer Wizard 3; Abjurer","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10570,"c":41,"u":"abjuration%20savant_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"t":5,"uu":"abjuration savant|xphb","n":"Abjurer Wizard 3; Abjuration Savant","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10572,"c":41,"u":"arcane%20ward_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"t":5,"uu":"arcane ward|xphb","n":"Abjurer Wizard 3; Arcane Ward","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10574,"c":41,"u":"projected%20ward_wizard_xphb_abjurer_xphb_6_xphb","p":172,"s":"XPHB","h":1,"t":5,"uu":"projected ward|xphb","n":"Abjurer Wizard 6; Projected Ward","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s5-0"},{"id":10576,"c":41,"u":"spell%20breaker_wizard_xphb_abjurer_xphb_10_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"spell breaker|xphb","n":"Abjurer Wizard 10; Spell Breaker","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s9-0"},{"id":10578,"c":41,"u":"spell%20resistance_wizard_xphb_abjurer_xphb_14_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"spell resistance|xphb","n":"Abjurer Wizard 14; Spell Resistance","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s13-0"},{"id":10580,"c":41,"u":"diviner_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"diviner|xphb","n":"Diviner Wizard 3; Diviner","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10582,"c":41,"u":"divination%20savant_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"divination savant|xphb","n":"Diviner Wizard 3; Divination Savant","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10584,"c":41,"u":"portent_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"portent|xphb","n":"Diviner Wizard 3; Portent","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10586,"c":41,"u":"expert%20divination_wizard_xphb_diviner_xphb_6_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"expert divination|xphb","n":"Diviner Wizard 6; Expert Divination","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s5-0"},{"id":10588,"c":41,"u":"the%20third%20eye_wizard_xphb_diviner_xphb_10_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"the third eye|xphb","n":"Diviner Wizard 10; The Third Eye","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s9-0"},{"id":10590,"c":41,"u":"greater%20portent_wizard_xphb_diviner_xphb_14_xphb","p":173,"s":"XPHB","h":1,"t":5,"uu":"greater portent|xphb","n":"Diviner Wizard 14; Greater Portent","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s13-0"},{"id":10592,"c":41,"u":"evoker_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"evoker|xphb","n":"Evoker Wizard 3; Evoker","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10594,"c":41,"u":"evocation%20savant_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"evocation savant|xphb","n":"Evoker Wizard 3; Evocation Savant","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10596,"c":41,"u":"potent%20cantrip_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"potent cantrip|xphb","n":"Evoker Wizard 3; Potent Cantrip","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10598,"c":41,"u":"sculpt%20spells_wizard_xphb_evoker_xphb_6_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"sculpt spells|xphb","n":"Evoker Wizard 6; Sculpt Spells","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s5-0"},{"id":10600,"c":41,"u":"empowered%20evocation_wizard_xphb_evoker_xphb_10_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"empowered evocation|xphb","n":"Evoker Wizard 10; Empowered Evocation","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s9-0"},{"id":10602,"c":41,"u":"overchannel_wizard_xphb_evoker_xphb_14_xphb","p":174,"s":"XPHB","h":1,"t":5,"uu":"overchannel|xphb","n":"Evoker Wizard 14; Overchannel","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s13-0"},{"id":10604,"c":41,"u":"illusionist_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"illusionist|xphb","n":"Illusionist Wizard 3; Illusionist","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10606,"c":41,"u":"illusion%20savant_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"illusion savant|xphb","n":"Illusionist Wizard 3; Illusion Savant","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10608,"c":41,"u":"improved%20illusions_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"improved illusions|xphb","n":"Illusionist Wizard 3; Improved Illusions","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10610,"c":41,"u":"phantasmal%20creatures_wizard_xphb_illusionist_xphb_6_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"phantasmal creatures|xphb","n":"Illusionist Wizard 6; Phantasmal Creatures","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s5-0"},{"id":10612,"c":41,"u":"illusory%20self_wizard_xphb_illusionist_xphb_10_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"illusory self|xphb","n":"Illusionist Wizard 10; Illusory Self","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s9-0"},{"id":10614,"c":41,"u":"illusory%20reality_wizard_xphb_illusionist_xphb_14_xphb","p":175,"s":"XPHB","h":1,"t":5,"uu":"illusory reality|xphb","n":"Illusionist Wizard 14; Illusory Reality","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s13-0"},{"id":10615,"c":3,"u":"giant%20foundling_bgg","p":6,"s":0,"h":1,"t":6,"uu":"giant foundling|bgg","m":"backgrounds/BGG/Giant Foundling.webp","n":"Giant Foundling"},{"id":10616,"c":3,"u":"rune%20carver_bgg","p":12,"s":0,"h":1,"t":6,"uu":"rune carver|bgg","m":"backgrounds/BGG/Rune Carver.webp","n":"Rune Carver"},{"id":10617,"c":3,"u":"rewarded_bmt","p":57,"s":1,"h":1,"t":6,"uu":"rewarded|bmt","m":"backgrounds/BMT/Rewarded.webp","n":"Rewarded"},{"id":10618,"c":3,"u":"ruined_bmt","p":58,"s":1,"h":1,"t":6,"uu":"ruined|bmt","m":"backgrounds/BMT/Ruined.webp","n":"Ruined"},{"id":10619,"c":3,"u":"city%20watch_scag","p":145,"s":106,"h":1,"t":6,"uu":"city watch|scag","n":"City Watch"},{"id":10620,"c":3,"u":"clan%20crafter_scag","p":145,"s":106,"h":1,"t":6,"uu":"clan crafter|scag","n":"Clan Crafter"},{"id":10621,"c":3,"u":"cloistered%20scholar_scag","p":146,"s":106,"h":1,"t":6,"uu":"cloistered scholar|scag","n":"Cloistered Scholar"},{"id":10622,"c":3,"u":"courtier_scag","p":146,"s":106,"h":1,"t":6,"uu":"courtier|scag","n":"Courtier"},{"id":10623,"c":3,"u":"faction%20agent_scag","p":147,"s":106,"h":1,"t":6,"uu":"faction agent|scag","n":"Faction Agent"},{"id":10624,"c":3,"u":"far%20traveler_scag","p":148,"s":106,"h":1,"t":6,"uu":"far traveler|scag","n":"Far Traveler"},{"id":10625,"c":3,"u":"inheritor_scag","p":150,"s":106,"h":1,"t":6,"uu":"inheritor|scag","n":"Inheritor"},{"id":10626,"c":3,"u":"knight%20of%20the%20order_scag","p":151,"s":106,"h":1,"t":6,"uu":"knight of the order|scag","n":"Knight of the Order"},{"id":10627,"c":3,"u":"mercenary%20veteran_scag","p":152,"s":106,"h":1,"t":6,"uu":"mercenary veteran|scag","n":"Mercenary Veteran"},{"id":10628,"c":3,"u":"urban%20bounty%20hunter_scag","p":153,"s":106,"h":1,"t":6,"uu":"urban bounty hunter|scag","n":"Urban Bounty Hunter"},{"id":10629,"c":3,"u":"uthgardt%20tribe%20member_scag","p":153,"s":106,"h":1,"t":6,"uu":"uthgardt tribe member|scag","n":"Uthgardt Tribe Member"},{"id":10630,"c":3,"u":"variant%20city%20watch%20(investigator)_scag","p":145,"s":106,"h":1,"t":6,"uu":"variant city watch (investigator)|scag","n":"Variant City Watch (Investigator)"},{"id":10631,"c":3,"u":"waterdhavian%20noble_scag","p":154,"s":106,"h":1,"t":6,"uu":"waterdhavian noble|scag","n":"Waterdhavian Noble"},{"id":10632,"c":3,"u":"acolyte_xphb","p":178,"s":8,"h":1,"t":6,"uu":"acolyte|xphb","m":"backgrounds/XPHB/Acolyte.webp","n":"Acolyte"},{"id":10633,"c":3,"u":"artisan_xphb","p":179,"s":8,"h":1,"t":6,"uu":"artisan|xphb","m":"backgrounds/XPHB/Artisan.webp","n":"Artisan"},{"id":10634,"c":3,"u":"charlatan_xphb","p":180,"s":8,"h":1,"t":6,"uu":"charlatan|xphb","m":"backgrounds/XPHB/Charlatan.webp","n":"Charlatan"},{"id":10635,"c":3,"u":"criminal_xphb","p":180,"s":8,"h":1,"t":6,"uu":"criminal|xphb","m":"backgrounds/XPHB/Criminal.webp","n":"Criminal"},{"id":10636,"c":3,"u":"entertainer_xphb","p":180,"s":8,"h":1,"t":6,"uu":"entertainer|xphb","m":"backgrounds/XPHB/Entertainer.webp","n":"Entertainer"},{"id":10637,"c":3,"u":"farmer_xphb","p":180,"s":8,"h":1,"t":6,"uu":"farmer|xphb","m":"backgrounds/XPHB/Farmer.webp","n":"Farmer"},{"id":10638,"c":3,"u":"guard_xphb","p":181,"s":8,"h":1,"t":6,"uu":"guard|xphb","m":"backgrounds/XPHB/Guard.webp","n":"Guard"},{"id":10639,"c":3,"u":"guide_xphb","p":181,"s":8,"h":1,"t":6,"uu":"guide|xphb","m":"backgrounds/XPHB/Guide.webp","n":"Guide"},{"id":10640,"c":3,"u":"hermit_xphb","p":182,"s":8,"h":1,"t":6,"uu":"hermit|xphb","m":"backgrounds/XPHB/Hermit.webp","n":"Hermit"},{"id":10641,"c":3,"u":"merchant_xphb","p":182,"s":8,"h":1,"t":6,"uu":"merchant|xphb","m":"backgrounds/XPHB/Merchant.webp","n":"Merchant"},{"id":10642,"c":3,"u":"noble_xphb","p":183,"s":8,"h":1,"t":6,"uu":"noble|xphb","m":"backgrounds/XPHB/Noble.webp","n":"Noble"},{"id":10643,"c":3,"u":"sage_xphb","p":183,"s":8,"h":1,"t":6,"uu":"sage|xphb","m":"backgrounds/XPHB/Sage.webp","n":"Sage"},{"id":10644,"c":3,"u":"sailor_xphb","p":184,"s":8,"h":1,"t":6,"uu":"sailor|xphb","m":"backgrounds/XPHB/Sailor.webp","n":"Sailor"},{"id":10645,"c":3,"u":"scribe_xphb","p":184,"s":8,"h":1,"t":6,"uu":"scribe|xphb","m":"backgrounds/XPHB/Scribe.webp","n":"Scribe"},{"id":10646,"c":3,"u":"soldier_xphb","p":185,"s":8,"h":1,"t":6,"uu":"soldier|xphb","m":"backgrounds/XPHB/Soldier.webp","n":"Soldier"},{"id":10647,"c":3,"u":"wayfarer_xphb","p":185,"s":8,"h":1,"t":6,"uu":"wayfarer|xphb","m":"backgrounds/XPHB/Wayfarer.webp","n":"Wayfarer"},{"id":10648,"c":3,"u":"astral%20drifter_aag","p":7,"s":102,"h":1,"t":6,"uu":"astral drifter|aag","m":"backgrounds/AAG/Astral Drifter.webp","n":"Astral Drifter"},{"id":10649,"c":3,"u":"wildspacer_aag","p":8,"s":102,"h":1,"t":6,"uu":"wildspacer|aag","m":"backgrounds/AAG/Wildspacer.webp","n":"Wildspacer"},{"id":10650,"c":3,"u":"celebrity%20adventurer's%20scion_ai","p":48,"s":15,"h":1,"t":6,"uu":"celebrity adventurer's scion|ai","m":"backgrounds/AI/celebrity-adventurers-scion.webp","n":"Celebrity Adventurer's Scion"},{"id":10651,"c":3,"u":"failed%20merchant_ai","p":49,"s":15,"h":1,"t":6,"uu":"failed merchant|ai","n":"Failed Merchant"},{"id":10652,"c":3,"u":"gambler_ai","p":49,"s":15,"h":1,"t":6,"uu":"gambler|ai","n":"Gambler"},{"id":10653,"c":3,"u":"plaintiff_ai","p":50,"s":15,"h":1,"t":6,"uu":"plaintiff|ai","m":"backgrounds/AI/plaintiff-coin.webp","n":"Plaintiff"},{"id":10654,"c":3,"u":"rival%20intern_ai","p":51,"s":15,"h":1,"t":6,"uu":"rival intern|ai","n":"Rival Intern"},{"id":10655,"c":3,"u":"baldur's%20gate%20acolyte_bgdia","p":202,"s":17,"h":1,"t":6,"uu":"baldur's gate acolyte|bgdia","n":"Baldur's Gate Acolyte"},{"id":10656,"c":3,"u":"baldur's%20gate%20charlatan_bgdia","p":202,"s":17,"h":1,"t":6,"uu":"baldur's gate charlatan|bgdia","n":"Baldur's Gate Charlatan"},{"id":10657,"c":3,"u":"baldur's%20gate%20criminal_bgdia","p":202,"s":17,"h":1,"t":6,"uu":"baldur's gate criminal|bgdia","m":"backgrounds/BGDIA/Baldur's Gate Criminal.webp","n":"Baldur's Gate Criminal"},{"id":10658,"c":3,"u":"baldur's%20gate%20entertainer_bgdia","p":202,"s":17,"h":1,"t":6,"uu":"baldur's gate entertainer|bgdia","n":"Baldur's Gate Entertainer"},{"id":10659,"c":3,"u":"baldur's%20gate%20folk%20hero_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate folk hero|bgdia","n":"Baldur's Gate Folk Hero"},{"id":10660,"c":3,"u":"baldur's%20gate%20guild%20artisan_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate guild artisan|bgdia","n":"Baldur's Gate Guild Artisan"},{"id":10661,"c":3,"u":"baldur's%20gate%20hermit_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate hermit|bgdia","n":"Baldur's Gate Hermit"},{"id":10662,"c":3,"u":"baldur's%20gate%20noble_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate noble|bgdia","n":"Baldur's Gate Noble"},{"id":10663,"c":3,"u":"baldur's%20gate%20outlander_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate outlander|bgdia","n":"Baldur's Gate Outlander"},{"id":10664,"c":3,"u":"baldur's%20gate%20sage_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate sage|bgdia","n":"Baldur's Gate Sage"},{"id":10665,"c":3,"u":"baldur's%20gate%20sailor_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate sailor|bgdia","n":"Baldur's Gate Sailor"},{"id":10666,"c":3,"u":"baldur's%20gate%20soldier_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate soldier|bgdia","n":"Baldur's Gate Soldier"},{"id":10667,"c":3,"u":"baldur's%20gate%20urchin_bgdia","p":204,"s":17,"h":1,"t":6,"uu":"baldur's gate urchin|bgdia","n":"Baldur's Gate Urchin"},{"id":10668,"c":3,"u":"faceless_bgdia","p":203,"s":17,"h":1,"t":6,"uu":"faceless|bgdia","n":"Faceless"},{"id":10669,"c":3,"u":"continental%20nobility_dodk","p":244,"s":25,"h":1,"dP":1,"t":6,"uu":"continental nobility|dodk","n":"Continental Nobility"},{"id":10670,"c":3,"u":"devoted%20missionary_dodk","p":246,"s":25,"h":1,"dP":1,"t":6,"uu":"devoted missionary|dodk","n":"Devoted Missionary"},{"id":10671,"c":3,"u":"mageborn_dodk","p":245,"s":25,"h":1,"dP":1,"t":6,"uu":"mageborn|dodk","n":"Mageborn"},{"id":10672,"c":3,"u":"survivor_dodk","p":247,"s":25,"h":1,"dP":1,"t":6,"uu":"survivor|dodk","n":"Survivor"},{"id":10673,"c":3,"u":"treasure%20seeker_dodk","p":248,"s":25,"h":1,"dP":1,"t":6,"uu":"treasure seeker|dodk","n":"Treasure Seeker"},{"id":10674,"c":3,"u":"variant%20continental%20nobility%20(last%20of%20the%20line)_dodk","p":245,"s":25,"h":1,"dP":1,"t":6,"uu":"variant continental nobility (last of the line)|dodk","n":"Variant Continental Nobility (Last of the Line)"},{"id":10675,"c":3,"u":"variant%20devoted%20missionary%20(stargazer)_dodk","p":247,"s":25,"h":1,"dP":1,"t":6,"uu":"variant devoted missionary (stargazer)|dodk","n":"Variant Devoted Missionary (Stargazer)"},{"id":10676,"c":3,"u":"variant%20mageborn%20(malfeasant%20mage)_dodk","p":246,"s":25,"h":1,"dP":1,"t":6,"uu":"variant mageborn (malfeasant mage)|dodk","n":"Variant Mageborn (Malfeasant Mage)"},{"id":10677,"c":3,"u":"variant%20survivor%20(veteran%20of%20the%20civil%20war)_dodk","p":248,"s":25,"h":1,"dP":1,"t":6,"uu":"variant survivor (veteran of the civil war)|dodk","n":"Variant Survivor (Veteran of the Civil War)"},{"id":10678,"c":3,"u":"variant%20treasure%20seeker%20(soldier%20of%20fortune)_dodk","p":249,"s":25,"h":1,"dP":1,"t":6,"uu":"variant treasure seeker (soldier of fortune)|dodk","n":"Variant Treasure Seeker (Soldier of Fortune)"},{"id":10679,"c":3,"u":"knight%20of%20solamnia_dsotdq","p":30,"s":27,"h":1,"t":6,"uu":"knight of solamnia|dsotdq","m":"backgrounds/DSotDQ/Knight of Solamnia.webp","n":"Knight of Solamnia"},{"id":10680,"c":3,"u":"mage%20of%20high%20sorcery_dsotdq","p":30,"s":27,"h":1,"t":6,"uu":"mage of high sorcery|dsotdq","m":"backgrounds/DSotDQ/Mage of High Sorcery.webp","n":"Mage of High Sorcery"},{"id":10681,"c":3,"u":"augen%20trust%20(spy)_egw","p":203,"s":28,"h":1,"dP":1,"t":6,"uu":"augen trust (spy)|egw","n":"Augen Trust (Spy)"},{"id":10682,"c":3,"u":"cobalt%20scholar%20(sage)_egw","p":203,"s":28,"h":1,"dP":1,"t":6,"uu":"cobalt scholar (sage)|egw","n":"Cobalt Scholar (Sage)"},{"id":10683,"c":3,"u":"grinner_egw","p":200,"s":28,"h":1,"dP":1,"t":6,"uu":"grinner|egw","m":"backgrounds/EGW/Grinner.webp","n":"Grinner"},{"id":10684,"c":3,"u":"luxonborn%20(acolyte)_egw","p":203,"s":28,"h":1,"dP":1,"t":6,"uu":"luxonborn (acolyte)|egw","n":"Luxonborn (Acolyte)"},{"id":10685,"c":3,"u":"myriad%20operative%20(criminal)_egw","p":203,"s":28,"h":1,"dP":1,"t":6,"uu":"myriad operative (criminal)|egw","n":"Myriad Operative (Criminal)"},{"id":10686,"c":3,"u":"revelry%20pirate%20(sailor)_egw","p":203,"s":28,"h":1,"dP":1,"t":6,"uu":"revelry pirate (sailor)|egw","n":"Revelry Pirate (Sailor)"},{"id":10687,"c":3,"u":"volstrucker%20agent_egw","p":202,"s":28,"h":1,"dP":1,"t":6,"uu":"volstrucker agent|egw","m":"backgrounds/EGW/Volstrucker Agent.webp","n":"Volstrucker Agent"},{"id":10688,"c":3,"u":"house%20agent_erlw","p":53,"s":29,"h":1,"t":6,"uu":"house agent|erlw","n":"House Agent"},{"id":10689,"c":3,"u":"azorius%20functionary_ggr","p":33,"s":31,"h":1,"t":6,"uu":"azorius functionary|ggr","n":"Azorius Functionary"},{"id":10690,"c":3,"u":"boros%20legionnaire_ggr","p":40,"s":31,"h":1,"t":6,"uu":"boros legionnaire|ggr","n":"Boros Legionnaire"},{"id":10691,"c":3,"u":"dimir%20operative_ggr","p":46,"s":31,"h":1,"t":6,"uu":"dimir operative|ggr","n":"Dimir Operative"},{"id":10692,"c":3,"u":"golgari%20agent_ggr","p":53,"s":31,"h":1,"t":6,"uu":"golgari agent|ggr","n":"Golgari Agent"},{"id":10693,"c":3,"u":"gruul%20anarch_ggr","p":60,"s":31,"h":1,"t":6,"uu":"gruul anarch|ggr","n":"Gruul Anarch"},{"id":10694,"c":3,"u":"izzet%20engineer_ggr","p":66,"s":31,"h":1,"t":6,"uu":"izzet engineer|ggr","n":"Izzet Engineer"},{"id":10695,"c":3,"u":"orzhov%20representative_ggr","p":72,"s":31,"h":1,"t":6,"uu":"orzhov representative|ggr","n":"Orzhov Representative"},{"id":10696,"c":3,"u":"rakdos%20cultist_ggr","p":79,"s":31,"h":1,"t":6,"uu":"rakdos cultist|ggr","n":"Rakdos Cultist"},{"id":10697,"c":3,"u":"selesnya%20initiate_ggr","p":86,"s":31,"h":1,"t":6,"uu":"selesnya initiate|ggr","n":"Selesnya Initiate"},{"id":10698,"c":3,"u":"simic%20scientist_ggr","p":93,"s":31,"h":1,"t":6,"uu":"simic scientist|ggr","n":"Simic Scientist"},{"id":10699,"c":3,"u":"fisher_gos","p":29,"s":33,"h":1,"t":6,"uu":"fisher|gos","n":"Fisher"},{"id":10700,"c":3,"u":"marine_gos","p":31,"s":33,"h":1,"t":6,"uu":"marine|gos","n":"Marine"},{"id":10701,"c":3,"u":"shipwright_gos","p":33,"s":33,"h":1,"t":6,"uu":"shipwright|gos","n":"Shipwright"},{"id":10702,"c":3,"u":"smuggler_gos","p":34,"s":33,"h":1,"t":6,"uu":"smuggler|gos","n":"Smuggler"},{"id":10703,"c":3,"u":"athlete_mot","p":31,"s":45,"h":1,"t":6,"uu":"athlete|mot","m":"backgrounds/MOT/Athlete.webp","n":"Athlete"},{"id":10704,"c":3,"u":"acolyte_phb","p":127,"s":51,"h":1,"r":1,"t":6,"uu":"acolyte|phb","n":"Acolyte"},{"id":10705,"c":3,"u":"charlatan_phb","p":128,"s":51,"h":1,"t":6,"uu":"charlatan|phb","n":"Charlatan"},{"id":10706,"c":3,"u":"criminal_phb","p":129,"s":51,"h":1,"t":6,"uu":"criminal|phb","n":"Criminal"},{"id":10707,"c":3,"u":"custom%20background_phb","p":126,"s":51,"h":1,"t":6,"uu":"custom background|phb","n":"Custom Background"},{"id":10708,"c":3,"u":"entertainer_phb","p":130,"s":51,"h":1,"t":6,"uu":"entertainer|phb","n":"Entertainer"},{"id":10709,"c":3,"u":"folk%20hero_phb","p":131,"s":51,"h":1,"t":6,"uu":"folk hero|phb","n":"Folk Hero"},{"id":10710,"c":3,"u":"guild%20artisan_phb","p":132,"s":51,"h":1,"t":6,"uu":"guild artisan|phb","n":"Guild Artisan"},{"id":10711,"c":3,"u":"hermit_phb","p":134,"s":51,"h":1,"t":6,"uu":"hermit|phb","n":"Hermit"},{"id":10712,"c":3,"u":"noble_phb","p":135,"s":51,"h":1,"t":6,"uu":"noble|phb","n":"Noble"},{"id":10713,"c":3,"u":"outlander_phb","p":136,"s":51,"h":1,"t":6,"uu":"outlander|phb","n":"Outlander"},{"id":10714,"c":3,"u":"sage_phb","p":137,"s":51,"h":1,"t":6,"uu":"sage|phb","n":"Sage"},{"id":10715,"c":3,"u":"sailor_phb","p":139,"s":51,"h":1,"t":6,"uu":"sailor|phb","n":"Sailor"},{"id":10716,"c":3,"u":"soldier_phb","p":140,"s":51,"h":1,"t":6,"uu":"soldier|phb","n":"Soldier"},{"id":10717,"c":3,"u":"urchin_phb","p":141,"s":51,"h":1,"t":6,"uu":"urchin|phb","n":"Urchin"},{"id":10718,"c":3,"u":"variant%20criminal%20(spy)_phb","p":130,"s":51,"h":1,"t":6,"uu":"variant criminal (spy)|phb","n":"Variant Criminal (Spy)"},{"id":10719,"c":3,"u":"variant%20entertainer%20(gladiator)_phb","p":131,"s":51,"h":1,"t":6,"uu":"variant entertainer (gladiator)|phb","n":"Variant Entertainer (Gladiator)"},{"id":10720,"c":3,"u":"variant%20guild%20artisan%20(guild%20merchant)_phb","p":133,"s":51,"h":1,"t":6,"uu":"variant guild artisan (guild merchant)|phb","n":"Variant Guild Artisan (Guild Merchant)"},{"id":10721,"c":3,"u":"variant%20noble%20(knight)_phb","p":136,"s":51,"h":1,"t":6,"uu":"variant noble (knight)|phb","n":"Variant Noble (Knight)"},{"id":10722,"c":3,"u":"variant%20noble%20(retainers)_phb","p":136,"s":51,"h":1,"t":6,"uu":"variant noble (retainers)|phb","n":"Variant Noble (Retainers)"},{"id":10723,"c":3,"u":"variant%20sailor%20(pirate)_phb","p":139,"s":51,"h":1,"t":6,"uu":"variant sailor (pirate)|phb","n":"Variant Sailor (Pirate)"},{"id":10724,"c":3,"u":"gate%20warden_sato","p":7,"s":103,"h":1,"t":6,"uu":"gate warden|sato","m":"backgrounds/SatO/Planar Philosopher.webp","n":"Gate Warden"},{"id":10725,"c":3,"u":"planar%20philosopher_sato","p":8,"s":103,"h":1,"t":6,"uu":"planar philosopher|sato","m":"backgrounds/SatO/Planar Philosopher.webp","n":"Planar Philosopher"},{"id":10726,"c":3,"u":"lorehold%20student_scc","p":31,"s":56,"h":1,"t":6,"uu":"lorehold student|scc","n":"Lorehold Student"},{"id":10727,"c":3,"u":"prismari%20student_scc","p":32,"s":56,"h":1,"t":6,"uu":"prismari student|scc","m":"backgrounds/SCC/Prismari Student.webp","n":"Prismari Student"},{"id":10728,"c":3,"u":"quandrix%20student_scc","p":33,"s":56,"h":1,"t":6,"uu":"quandrix student|scc","m":"backgrounds/SCC/Quandrix Student.webp","n":"Quandrix Student"},{"id":10729,"c":3,"u":"silverquill%20student_scc","p":35,"s":56,"h":1,"t":6,"uu":"silverquill student|scc","n":"Silverquill Student"},{"id":10730,"c":3,"u":"witherbloom%20student_scc","p":36,"s":56,"h":1,"t":6,"uu":"witherbloom student|scc","n":"Witherbloom Student"},{"id":10731,"c":3,"u":"ashari_tdcsr","p":180,"s":60,"h":1,"dP":1,"t":6,"uu":"ashari|tdcsr","n":"Ashari"},{"id":10732,"c":3,"u":"clasp%20member_tdcsr","p":181,"s":60,"h":1,"dP":1,"t":6,"uu":"clasp member|tdcsr","m":"backgrounds/TDCSR/ClaspMember.webp","n":"Clasp Member"},{"id":10733,"c":3,"u":"lyceum%20scholar_tdcsr","p":183,"s":60,"h":1,"dP":1,"t":6,"uu":"lyceum scholar|tdcsr","m":"backgrounds/TDCSR/LyceumScholar.webp","n":"Lyceum Scholar"},{"id":10734,"c":3,"u":"reformed%20cultist_tdcsr","p":185,"s":60,"h":1,"dP":1,"t":6,"uu":"reformed cultist|tdcsr","n":"Reformed Cultist"},{"id":10735,"c":3,"u":"variant%20clasp%20member%20(myriad%20operative)_tdcsr","p":182,"s":60,"h":1,"dP":1,"t":6,"uu":"variant clasp member (myriad operative)|tdcsr","n":"Variant Clasp Member (Myriad Operative)"},{"id":10736,"c":3,"u":"variant%20whitestone%20rifle%20corps%20(grey%20hunter)_tdcsr","p":182,"s":60,"h":1,"dP":1,"t":6,"uu":"variant whitestone rifle corps (grey hunter)|tdcsr","n":"Variant Whitestone Rifle Corps (Grey Hunter)"},{"id":10737,"c":3,"u":"whitestone%20rifle%20corps_tdcsr","p":187,"s":60,"h":1,"dP":1,"t":6,"uu":"whitestone rifle corps|tdcsr","m":"backgrounds/TDCSR/RifleCorps.webp","n":"Whitestone Rifle Corps"},{"id":10738,"c":3,"u":"anthropologist_toa","p":191,"s":62,"h":1,"t":6,"uu":"anthropologist|toa","n":"Anthropologist"},{"id":10739,"c":3,"u":"archaeologist_toa","p":192,"s":62,"h":1,"t":6,"uu":"archaeologist|toa","n":"Archaeologist"},{"id":10740,"c":3,"u":"haunted%20one_vrgr","p":34,"s":67,"h":1,"t":6,"uu":"haunted one|vrgr","m":"backgrounds/VRGR/Haunted One.webp","n":"Haunted One"},{"id":10741,"c":3,"u":"investigator_vrgr","p":35,"s":67,"h":1,"t":6,"uu":"investigator|vrgr","m":"backgrounds/VRGR/Investigator.webp","n":"Investigator"},{"id":10742,"c":3,"u":"feylost_wbtw","p":9,"s":68,"h":1,"t":6,"uu":"feylost|wbtw","m":"backgrounds/WBtW/Feylost.webp","n":"Feylost"},{"id":10743,"c":3,"u":"witchlight%20hand_wbtw","p":11,"s":68,"h":1,"t":6,"uu":"witchlight hand|wbtw","m":"backgrounds/WBtW/Witchlight Hand.webp","n":"Witchlight Hand"},{"id":10744,"c":3,"u":"black%20fist%20double%20agent_alcurseofstrahd","p":2,"s":107,"h":1,"t":6,"uu":"black fist double agent|alcurseofstrahd","n":"Black Fist Double Agent"},{"id":10745,"c":3,"u":"dragon%20casualty_alcurseofstrahd","p":3,"s":107,"h":1,"t":6,"uu":"dragon casualty|alcurseofstrahd","n":"Dragon Casualty"},{"id":10746,"c":3,"u":"iron%20route%20bandit_alcurseofstrahd","p":5,"s":107,"h":1,"t":6,"uu":"iron route bandit|alcurseofstrahd","n":"Iron Route Bandit"},{"id":10747,"c":3,"u":"phlan%20insurgent_alcurseofstrahd","p":6,"s":107,"h":1,"t":6,"uu":"phlan insurgent|alcurseofstrahd","n":"Phlan Insurgent"},{"id":10748,"c":3,"u":"stojanow%20prisoner_alcurseofstrahd","p":8,"s":107,"h":1,"t":6,"uu":"stojanow prisoner|alcurseofstrahd","n":"Stojanow Prisoner"},{"id":10749,"c":3,"u":"ticklebelly%20nomad_alcurseofstrahd","p":9,"s":107,"h":1,"t":6,"uu":"ticklebelly nomad|alcurseofstrahd","n":"Ticklebelly Nomad"},{"id":10750,"c":3,"u":"caravan%20specialist_alelementalevil","p":2,"s":108,"h":1,"t":6,"uu":"caravan specialist|alelementalevil","n":"Caravan Specialist"},{"id":10751,"c":3,"u":"earthspur%20miner_alelementalevil","p":3,"s":108,"h":1,"t":6,"uu":"earthspur miner|alelementalevil","n":"Earthspur Miner"},{"id":10752,"c":3,"u":"harborfolk_alelementalevil","p":4,"s":108,"h":1,"t":6,"uu":"harborfolk|alelementalevil","n":"Harborfolk"},{"id":10753,"c":3,"u":"mulmaster%20aristocrat_alelementalevil","p":5,"s":108,"h":1,"t":6,"uu":"mulmaster aristocrat|alelementalevil","n":"Mulmaster Aristocrat"},{"id":10754,"c":3,"u":"phlan%20refugee_alelementalevil","p":6,"s":108,"h":1,"t":6,"uu":"phlan refugee|alelementalevil","n":"Phlan Refugee"},{"id":10755,"c":3,"u":"cormanthor%20refugee_alrageofdemons","p":5,"s":109,"h":1,"t":6,"uu":"cormanthor refugee|alrageofdemons","n":"Cormanthor Refugee"},{"id":10756,"c":3,"u":"gate%20urchin_alrageofdemons","p":6,"s":109,"h":1,"t":6,"uu":"gate urchin|alrageofdemons","n":"Gate Urchin"},{"id":10757,"c":3,"u":"hillsfar%20merchant_alrageofdemons","p":7,"s":109,"h":1,"t":6,"uu":"hillsfar merchant|alrageofdemons","n":"Hillsfar Merchant"},{"id":10758,"c":3,"u":"hillsfar%20smuggler_alrageofdemons","p":8,"s":109,"h":1,"t":6,"uu":"hillsfar smuggler|alrageofdemons","n":"Hillsfar Smuggler"},{"id":10759,"c":3,"u":"secret%20identity_alrageofdemons","p":9,"s":109,"h":1,"t":6,"uu":"secret identity|alrageofdemons","n":"Secret Identity"},{"id":10760,"c":3,"u":"shade%20fanatic_alrageofdemons","p":10,"s":109,"h":1,"t":6,"uu":"shade fanatic|alrageofdemons","n":"Shade Fanatic"},{"id":10761,"c":3,"u":"trade%20sheriff_alrageofdemons","p":11,"s":109,"h":1,"t":6,"uu":"trade sheriff|alrageofdemons","n":"Trade Sheriff"},{"id":10762,"c":3,"u":"initiate_psa","p":8,"s":94,"h":1,"t":6,"uu":"initiate|psa","m":"backgrounds/PSA/Initiate.webp","n":"Initiate"},{"id":10763,"c":3,"u":"initiate%20(dissenter)_psa","p":11,"s":94,"h":1,"t":6,"uu":"initiate (dissenter)|psa","m":"backgrounds/PSA/Dissenter.webp","n":"Initiate (Dissenter)"},{"id":10764,"c":3,"u":"vizier_psa","p":10,"s":94,"h":1,"t":6,"uu":"vizier|psa","m":"backgrounds/PSA/Vizier.webp","n":"Vizier"},{"id":10765,"c":3,"u":"vizier%20(dissenter)_psa","p":11,"s":94,"h":1,"t":6,"uu":"vizier (dissenter)|psa","m":"backgrounds/PSA/Dissenter.webp","n":"Vizier (Dissenter)"},{"id":10766,"c":3,"u":"inquisitor_psi","p":12,"s":96,"h":1,"t":6,"uu":"inquisitor|psi","m":"backgrounds/PSI/Inquisitor.webp","n":"Inquisitor"},{"id":10767,"c":6,"u":"blinded_xphb","p":361,"s":8,"h":1,"t":7,"uu":"blinded|xphb","n":"Blinded"},{"id":10768,"c":6,"u":"charmed_xphb","p":361,"s":8,"h":1,"t":7,"uu":"charmed|xphb","n":"Charmed"},{"id":10769,"c":6,"u":"deafened_xphb","p":365,"s":8,"h":1,"t":7,"uu":"deafened|xphb","n":"Deafened"},{"id":10770,"c":6,"u":"exhaustion_xphb","p":365,"s":8,"h":1,"t":7,"uu":"exhaustion|xphb","n":"Exhaustion"},{"id":10771,"c":6,"u":"frightened_xphb","p":367,"s":8,"h":1,"t":7,"uu":"frightened|xphb","n":"Frightened"},{"id":10772,"c":6,"u":"grappled_xphb","p":367,"s":8,"h":1,"t":7,"uu":"grappled|xphb","n":"Grappled"},{"id":10773,"c":6,"u":"incapacitated_xphb","p":369,"s":8,"h":1,"t":7,"uu":"incapacitated|xphb","n":"Incapacitated"},{"id":10774,"c":6,"u":"invisible_xphb","p":370,"s":8,"h":1,"t":7,"uu":"invisible|xphb","n":"Invisible"},{"id":10775,"c":6,"u":"paralyzed_xphb","p":371,"s":8,"h":1,"t":7,"uu":"paralyzed|xphb","n":"Paralyzed"},{"id":10776,"c":6,"u":"petrified_xphb","p":372,"s":8,"h":1,"t":7,"uu":"petrified|xphb","n":"Petrified"},{"id":10777,"c":6,"u":"poisoned_xphb","p":372,"s":8,"h":1,"t":7,"uu":"poisoned|xphb","n":"Poisoned"},{"id":10778,"c":6,"u":"prone_xphb","p":372,"s":8,"h":1,"t":7,"uu":"prone|xphb","n":"Prone"},{"id":10779,"c":6,"u":"restrained_xphb","p":373,"s":8,"h":1,"t":7,"uu":"restrained|xphb","n":"Restrained"},{"id":10780,"c":6,"u":"stunned_xphb","p":376,"s":8,"h":1,"t":7,"uu":"stunned|xphb","n":"Stunned"},{"id":10781,"c":6,"u":"unconscious_xphb","p":376,"s":8,"h":1,"t":7,"uu":"unconscious|xphb","n":"Unconscious"},{"id":10782,"c":6,"u":"blinded_phb","p":290,"s":51,"h":1,"r":1,"t":7,"uu":"blinded|phb","m":"conditionsdiseases/PHB/blinded.webp","n":"Blinded"},{"id":10783,"c":6,"u":"charmed_phb","p":290,"s":51,"h":1,"r":1,"t":7,"uu":"charmed|phb","m":"conditionsdiseases/PHB/charmed.webp","n":"Charmed"},{"id":10784,"c":6,"u":"deafened_phb","p":290,"s":51,"h":1,"r":1,"t":7,"uu":"deafened|phb","m":"conditionsdiseases/PHB/deafened.webp","n":"Deafened"},{"id":10785,"c":6,"u":"exhaustion_phb","p":291,"s":51,"h":1,"r":1,"t":7,"uu":"exhaustion|phb","n":"Exhaustion"},{"id":10786,"c":6,"u":"frightened_phb","p":290,"s":51,"h":1,"r":1,"t":7,"uu":"frightened|phb","m":"conditionsdiseases/PHB/frightened.webp","n":"Frightened"},{"id":10787,"c":6,"u":"grappled_phb","p":290,"s":51,"h":1,"r":1,"t":7,"uu":"grappled|phb","m":"conditionsdiseases/PHB/grappled.webp","n":"Grappled"},{"id":10788,"c":6,"u":"incapacitated_phb","p":290,"s":51,"h":1,"r":1,"t":7,"uu":"incapacitated|phb","n":"Incapacitated"},{"id":10789,"c":6,"u":"invisible_phb","p":291,"s":51,"h":1,"r":1,"t":7,"uu":"invisible|phb","m":"conditionsdiseases/PHB/invisible.webp","n":"Invisible"},{"id":10790,"c":6,"u":"paralyzed_phb","p":291,"s":51,"h":1,"r":1,"t":7,"uu":"paralyzed|phb","m":"conditionsdiseases/PHB/paralyzed.webp","n":"Paralyzed"},{"id":10791,"c":6,"u":"petrified_phb","p":291,"s":51,"h":1,"r":1,"t":7,"uu":"petrified|phb","m":"conditionsdiseases/PHB/petrified.webp","n":"Petrified"},{"id":10792,"c":6,"u":"poisoned_phb","p":292,"s":51,"h":1,"r":1,"t":7,"uu":"poisoned|phb","m":"conditionsdiseases/PHB/poisoned.webp","n":"Poisoned"},{"id":10793,"c":6,"u":"prone_phb","p":292,"s":51,"h":1,"r":1,"t":7,"uu":"prone|phb","m":"conditionsdiseases/PHB/prone.webp","n":"Prone"},{"id":10794,"c":6,"u":"restrained_phb","p":292,"s":51,"h":1,"r":1,"t":7,"uu":"restrained|phb","m":"conditionsdiseases/PHB/restrained.webp","n":"Restrained"},{"id":10795,"c":6,"u":"stunned_phb","p":292,"s":51,"h":1,"r":1,"t":7,"uu":"stunned|phb","m":"conditionsdiseases/PHB/stunned.webp","n":"Stunned"},{"id":10796,"c":6,"u":"unconscious_phb","p":292,"s":51,"h":1,"r":1,"t":7,"uu":"unconscious|phb","m":"conditionsdiseases/PHB/unconscious.webp","n":"Unconscious"},{"id":10797,"c":21,"u":"cackle%20fever_xdmg","p":61,"s":5,"h":1,"t":8,"uu":"cackle fever|xdmg","n":"Cackle Fever"},{"id":10798,"c":21,"u":"sewer%20plague_xdmg","p":61,"s":5,"h":1,"t":8,"uu":"sewer plague|xdmg","n":"Sewer Plague"},{"id":10799,"c":21,"u":"sight%20rot_xdmg","p":61,"s":5,"h":1,"t":8,"uu":"sight rot|xdmg","n":"Sight Rot"},{"id":10800,"c":21,"u":"saprophytic%20plague_cm","p":253,"s":18,"h":1,"t":8,"uu":"saprophytic plague|cm","n":"Saprophytic Plague"},{"id":10801,"c":21,"u":"cackle%20fever_dmg","p":257,"s":24,"h":1,"r":1,"t":8,"uu":"cackle fever|dmg","n":"Cackle Fever"},{"id":10802,"c":21,"u":"sewer%20plague_dmg","p":257,"s":24,"h":1,"r":1,"t":8,"uu":"sewer plague|dmg","n":"Sewer Plague"},{"id":10803,"c":21,"u":"sight%20rot_dmg","p":257,"s":24,"h":1,"r":1,"t":8,"uu":"sight rot|dmg","n":"Sight Rot"},{"id":10804,"c":21,"u":"frigid%20woe_egw","p":125,"s":28,"h":1,"dP":1,"t":8,"uu":"frigid woe|egw","n":"Frigid Woe"},{"id":10805,"c":21,"u":"bluerot_gos","p":234,"s":33,"h":1,"t":8,"uu":"bluerot|gos","n":"Bluerot"},{"id":10806,"c":21,"u":"redface_gos","p":168,"s":33,"h":1,"t":8,"uu":"redface|gos","n":"Redface"},{"id":10807,"c":21,"u":"arcane%20blight_idrotf","p":233,"s":37,"h":1,"t":8,"uu":"arcane blight|idrotf","n":"Arcane Blight"},{"id":10808,"c":21,"u":"grackle-lung_oota","p":54,"s":48,"h":1,"t":8,"uu":"grackle-lung|oota","n":"Grackle-Lung"},{"id":10809,"c":21,"u":"ghoul%20gut_oow","p":111,"s":49,"h":1,"t":8,"uu":"ghoul gut|oow","n":"Ghoul Gut"},{"id":10810,"c":21,"u":"blinding%20sickness_phb","p":227,"s":51,"h":1,"t":8,"uu":"blinding sickness|phb","n":"Blinding Sickness"},{"id":10811,"c":21,"u":"filth%20fever_phb","p":227,"s":51,"h":1,"t":8,"uu":"filth fever|phb","n":"Filth Fever"},{"id":10812,"c":21,"u":"flesh%20rot_phb","p":227,"s":51,"h":1,"t":8,"uu":"flesh rot|phb","n":"Flesh Rot"},{"id":10813,"c":21,"u":"mindfire_phb","p":227,"s":51,"h":1,"t":8,"uu":"mindfire|phb","n":"Mindfire"},{"id":10814,"c":21,"u":"seizure_phb","p":227,"s":51,"h":1,"t":8,"uu":"seizure|phb","n":"Seizure"},{"id":10815,"c":21,"u":"slimy%20doom_phb","p":227,"s":51,"h":1,"t":8,"uu":"slimy doom|phb","n":"Slimy Doom"},{"id":10816,"c":21,"u":"super-tetanus_tftyp","p":104,"s":61,"h":1,"t":8,"uu":"super-tetanus|tftyp","n":"Super-Tetanus"},{"id":10817,"c":21,"u":"blue%20mist%20fever_toa","p":40,"s":62,"h":1,"t":8,"uu":"blue mist fever|toa","n":"Blue Mist Fever"},{"id":10818,"c":21,"u":"shivering%20sickness_toa","p":40,"s":62,"h":1,"t":8,"uu":"shivering sickness|toa","n":"Shivering Sickness"},{"id":10819,"c":21,"u":"throat%20leeches_toa","p":40,"s":62,"h":1,"t":8,"uu":"throat leeches|toa","n":"Throat Leeches"},{"id":10820,"c":21,"u":"the%20gnawing%20plague_vrgr","p":153,"s":67,"h":1,"t":8,"uu":"the gnawing plague|vrgr","n":"The Gnawing Plague"},{"id":10821,"c":21,"u":"spider%20eggs_wdmm","p":47,"s":70,"h":1,"t":8,"uu":"spider eggs|wdmm","n":"Spider Eggs"},{"id":10822,"c":49,"u":"concentration_xphb","p":363,"s":8,"h":1,"t":9,"uu":"concentration|xphb","n":"Concentration"},{"id":10823,"c":49,"u":"surprised_xphb","p":376,"s":8,"h":1,"t":9,"uu":"surprised|xphb","n":"Surprised"},{"id":10824,"c":49,"u":"concentration_phb","p":203,"s":51,"h":1,"r":1,"t":9,"uu":"concentration|phb","n":"Concentration"},{"id":10825,"c":49,"u":"surprised_phb","p":189,"s":51,"h":1,"r":1,"t":9,"uu":"surprised|phb","n":"Surprised"},{"id":10826,"c":7,"u":"ember%20of%20the%20fire%20giant_bgg","p":17,"s":0,"h":1,"t":10,"uu":"ember of the fire giant|bgg","n":"Ember of the Fire Giant"},{"id":10827,"c":7,"u":"fury%20of%20the%20frost%20giant_bgg","p":17,"s":0,"h":1,"t":10,"uu":"fury of the frost giant|bgg","m":"feats/BGG/Fury of the Frost Giant.webp","n":"Fury of the Frost Giant"},{"id":10828,"c":7,"u":"guile%20of%20the%20cloud%20giant_bgg","p":18,"s":0,"h":1,"t":10,"uu":"guile of the cloud giant|bgg","n":"Guile of the Cloud Giant"},{"id":10829,"c":7,"u":"keenness%20of%20the%20stone%20giant_bgg","p":18,"s":0,"h":1,"t":10,"uu":"keenness of the stone giant|bgg","n":"Keenness of the Stone Giant"},{"id":10830,"c":7,"u":"rune%20shaper_bgg","p":18,"s":0,"h":1,"t":10,"uu":"rune shaper|bgg","n":"Rune Shaper"},{"id":10831,"c":7,"u":"soul%20of%20the%20storm%20giant_bgg","p":19,"s":0,"h":1,"t":10,"uu":"soul of the storm giant|bgg","n":"Soul of the Storm Giant"},{"id":10832,"c":7,"u":"strike%20of%20the%20giants_bgg","p":19,"s":0,"h":1,"t":10,"uu":"strike of the giants|bgg","n":"Strike of the Giants"},{"id":10833,"c":7,"u":"vigor%20of%20the%20hill%20giant_bgg","p":19,"s":0,"h":1,"t":10,"uu":"vigor of the hill giant|bgg","n":"Vigor of the Hill Giant"},{"id":10834,"c":7,"u":"cartomancer_bmt","p":49,"s":1,"h":1,"t":10,"uu":"cartomancer|bmt","n":"Cartomancer"},{"id":10835,"c":7,"u":"gift%20of%20the%20chromatic%20dragon_ftd","p":17,"s":2,"h":1,"t":10,"uu":"gift of the chromatic dragon|ftd","n":"Gift of the Chromatic Dragon"},{"id":10836,"c":7,"u":"gift%20of%20the%20gem%20dragon_ftd","p":17,"s":2,"h":1,"t":10,"uu":"gift of the gem dragon|ftd","n":"Gift of the Gem Dragon"},{"id":10837,"c":7,"u":"gift%20of%20the%20metallic%20dragon_ftd","p":17,"s":2,"h":1,"t":10,"uu":"gift of the metallic dragon|ftd","n":"Gift of the Metallic Dragon"},{"id":10838,"c":7,"u":"artificer%20initiate_tce","p":79,"s":4,"h":1,"t":10,"uu":"artificer initiate|tce","n":"Artificer Initiate"},{"id":10839,"c":7,"u":"chef_tce","p":79,"s":4,"h":1,"t":10,"uu":"chef|tce","n":"Chef"},{"id":10840,"c":7,"u":"crusher_tce","p":79,"s":4,"h":1,"t":10,"uu":"crusher|tce","n":"Crusher"},{"id":10841,"c":7,"u":"eldritch%20adept_tce","p":79,"s":4,"h":1,"t":10,"uu":"eldritch adept|tce","m":"feats/TCE/Eldritch Adept.webp","n":"Eldritch Adept"},{"id":10842,"c":7,"u":"fey%20touched_tce","p":79,"s":4,"h":1,"t":10,"uu":"fey touched|tce","n":"Fey Touched"},{"id":10843,"c":7,"u":"fighting%20initiate_tce","p":80,"s":4,"h":1,"t":10,"uu":"fighting initiate|tce","n":"Fighting Initiate"},{"id":10844,"c":7,"u":"gunner_tce","p":80,"s":4,"h":1,"t":10,"uu":"gunner|tce","n":"Gunner"},{"id":10845,"c":7,"u":"metamagic%20adept_tce","p":80,"s":4,"h":1,"t":10,"uu":"metamagic adept|tce","n":"Metamagic Adept"},{"id":10846,"c":7,"u":"piercer_tce","p":80,"s":4,"h":1,"t":10,"uu":"piercer|tce","n":"Piercer"},{"id":10847,"c":7,"u":"poisoner_tce","p":80,"s":4,"h":1,"t":10,"uu":"poisoner|tce","n":"Poisoner"},{"id":10848,"c":7,"u":"shadow%20touched_tce","p":80,"s":4,"h":1,"t":10,"uu":"shadow touched|tce","n":"Shadow Touched"},{"id":10849,"c":7,"u":"skill%20expert_tce","p":80,"s":4,"h":1,"t":10,"uu":"skill expert|tce","n":"Skill Expert"},{"id":10850,"c":7,"u":"slasher_tce","p":81,"s":4,"h":1,"t":10,"uu":"slasher|tce","n":"Slasher"},{"id":10851,"c":7,"u":"telekinetic_tce","p":81,"s":4,"h":1,"t":10,"uu":"telekinetic|tce","n":"Telekinetic"},{"id":10852,"c":7,"u":"telepathic_tce","p":81,"s":4,"h":1,"t":10,"uu":"telepathic|tce","m":"feats/TCE/Telepathic.webp","n":"Telepathic"},{"id":10853,"c":7,"u":"bountiful%20luck_xge","p":73,"s":6,"h":1,"t":10,"uu":"bountiful luck|xge","n":"Bountiful Luck"},{"id":10854,"c":7,"u":"dragon%20fear_xge","p":74,"s":6,"h":1,"t":10,"uu":"dragon fear|xge","n":"Dragon Fear"},{"id":10855,"c":7,"u":"dragon%20hide_xge","p":74,"s":6,"h":1,"t":10,"uu":"dragon hide|xge","n":"Dragon Hide"},{"id":10856,"c":7,"u":"drow%20high%20magic_xge","p":74,"s":6,"h":1,"t":10,"uu":"drow high magic|xge","n":"Drow High Magic"},{"id":10857,"c":7,"u":"dwarven%20fortitude_xge","p":74,"s":6,"h":1,"t":10,"uu":"dwarven fortitude|xge","n":"Dwarven Fortitude"},{"id":10858,"c":7,"u":"elven%20accuracy_xge","p":74,"s":6,"h":1,"t":10,"uu":"elven accuracy|xge","n":"Elven Accuracy"},{"id":10859,"c":7,"u":"fade%20away_xge","p":74,"s":6,"h":1,"t":10,"uu":"fade away|xge","n":"Fade Away"},{"id":10860,"c":7,"u":"fey%20teleportation_xge","p":74,"s":6,"h":1,"t":10,"uu":"fey teleportation|xge","n":"Fey Teleportation"},{"id":10861,"c":7,"u":"flames%20of%20phlegethos_xge","p":74,"s":6,"h":1,"t":10,"uu":"flames of phlegethos|xge","n":"Flames of Phlegethos"},{"id":10862,"c":7,"u":"infernal%20constitution_xge","p":75,"s":6,"h":1,"t":10,"uu":"infernal constitution|xge","n":"Infernal Constitution"},{"id":10863,"c":7,"u":"orcish%20fury_xge","p":75,"s":6,"h":1,"t":10,"uu":"orcish fury|xge","n":"Orcish Fury"},{"id":10864,"c":7,"u":"prodigy_xge","p":75,"s":6,"h":1,"t":10,"uu":"prodigy|xge","n":"Prodigy"},{"id":10865,"c":7,"u":"second%20chance_xge","p":75,"s":6,"h":1,"t":10,"uu":"second chance|xge","n":"Second Chance"},{"id":10866,"c":7,"u":"squat%20nimbleness_xge","p":75,"s":6,"h":1,"t":10,"uu":"squat nimbleness|xge","n":"Squat Nimbleness"},{"id":10867,"c":7,"u":"wood%20elf%20magic_xge","p":75,"s":6,"h":1,"t":10,"uu":"wood elf magic|xge","n":"Wood Elf Magic"},{"id":10868,"c":7,"u":"ability%20score%20improvement_xphb","p":202,"s":8,"h":1,"t":10,"uu":"ability score improvement|xphb","n":"Ability Score Improvement"},{"id":10869,"c":7,"u":"actor_xphb","p":202,"s":8,"h":1,"t":10,"uu":"actor|xphb","n":"Actor"},{"id":10870,"c":7,"u":"alert_xphb","p":200,"s":8,"h":1,"t":10,"uu":"alert|xphb","n":"Alert"},{"id":10871,"c":7,"u":"archery_xphb","p":209,"s":8,"h":1,"t":10,"uu":"archery|xphb","n":"Archery"},{"id":10872,"c":7,"u":"athlete_xphb","p":202,"s":8,"h":1,"t":10,"uu":"athlete|xphb","n":"Athlete"},{"id":10873,"c":7,"u":"blessed%20warrior_xphb","p":110,"s":8,"h":1,"t":10,"uu":"blessed warrior|xphb","n":"Blessed Warrior"},{"id":10874,"c":7,"u":"blind%20fighting_xphb","p":209,"s":8,"h":1,"t":10,"uu":"blind fighting|xphb","n":"Blind Fighting"},{"id":10875,"c":7,"u":"boon%20of%20combat%20prowess_xphb","p":210,"s":8,"h":1,"t":10,"uu":"boon of combat prowess|xphb","n":"Boon of Combat Prowess"},{"id":10876,"c":7,"u":"boon%20of%20dimensional%20travel_xphb","p":210,"s":8,"h":1,"t":10,"uu":"boon of dimensional travel|xphb","n":"Boon of Dimensional Travel"},{"id":10877,"c":7,"u":"boon%20of%20energy%20resistance_xphb","p":210,"s":8,"h":1,"t":10,"uu":"boon of energy resistance|xphb","n":"Boon of Energy Resistance"},{"id":10878,"c":7,"u":"boon%20of%20fate_xphb","p":210,"s":8,"h":1,"t":10,"uu":"boon of fate|xphb","m":"feats/XPHB/Boon of Fate.webp","n":"Boon of Fate"},{"id":10879,"c":7,"u":"boon%20of%20fortitude_xphb","p":210,"s":8,"h":1,"t":10,"uu":"boon of fortitude|xphb","n":"Boon of Fortitude"},{"id":10880,"c":7,"u":"boon%20of%20irresistible%20offense_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of irresistible offense|xphb","n":"Boon of Irresistible Offense"},{"id":10881,"c":7,"u":"boon%20of%20recovery_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of recovery|xphb","n":"Boon of Recovery"},{"id":10882,"c":7,"u":"boon%20of%20skill_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of skill|xphb","m":"feats/XPHB/Boon of Skill.webp","n":"Boon of Skill"},{"id":10883,"c":7,"u":"boon%20of%20speed_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of speed|xphb","n":"Boon of Speed"},{"id":10884,"c":7,"u":"boon%20of%20spell%20recall_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of spell recall|xphb","n":"Boon of Spell Recall"},{"id":10885,"c":7,"u":"boon%20of%20the%20night%20spirit_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of the night spirit|xphb","n":"Boon of the Night Spirit"},{"id":10886,"c":7,"u":"boon%20of%20truesight_xphb","p":211,"s":8,"h":1,"t":10,"uu":"boon of truesight|xphb","n":"Boon of Truesight"},{"id":10887,"c":7,"u":"charger_xphb","p":202,"s":8,"h":1,"t":10,"uu":"charger|xphb","n":"Charger"},{"id":10888,"c":7,"u":"chef_xphb","p":202,"s":8,"h":1,"t":10,"uu":"chef|xphb","n":"Chef"},{"id":10889,"c":7,"u":"crafter_xphb","p":200,"s":8,"h":1,"t":10,"uu":"crafter|xphb","n":"Crafter"},{"id":10890,"c":7,"u":"crossbow%20expert_xphb","p":203,"s":8,"h":1,"t":10,"uu":"crossbow expert|xphb","n":"Crossbow Expert"},{"id":10891,"c":7,"u":"crusher_xphb","p":203,"s":8,"h":1,"t":10,"uu":"crusher|xphb","n":"Crusher"},{"id":10892,"c":7,"u":"defense_xphb","p":209,"s":8,"h":1,"t":10,"uu":"defense|xphb","n":"Defense"},{"id":10893,"c":7,"u":"defensive%20duelist_xphb","p":203,"s":8,"h":1,"t":10,"uu":"defensive duelist|xphb","n":"Defensive Duelist"},{"id":10894,"c":7,"u":"druidic%20warrior_xphb","p":120,"s":8,"h":1,"t":10,"uu":"druidic warrior|xphb","n":"Druidic Warrior"},{"id":10895,"c":7,"u":"dual%20wielder_xphb","p":203,"s":8,"h":1,"t":10,"uu":"dual wielder|xphb","n":"Dual Wielder"},{"id":10896,"c":7,"u":"dueling_xphb","p":209,"s":8,"h":1,"t":10,"uu":"dueling|xphb","n":"Dueling"},{"id":10897,"c":7,"u":"durable_xphb","p":203,"s":8,"h":1,"t":10,"uu":"durable|xphb","n":"Durable"},{"id":10898,"c":7,"u":"elemental%20adept_xphb","p":203,"s":8,"h":1,"t":10,"uu":"elemental adept|xphb","n":"Elemental Adept"},{"id":10899,"c":7,"u":"fey-touched_xphb","p":204,"s":8,"h":1,"t":10,"uu":"fey-touched|xphb","m":"feats/XPHB/Fey-Touched.webp","n":"Fey-Touched"},{"id":10900,"c":7,"u":"grappler_xphb","p":204,"s":8,"h":1,"t":10,"uu":"grappler|xphb","n":"Grappler"},{"id":10901,"c":7,"u":"great%20weapon%20fighting_xphb","p":209,"s":8,"h":1,"t":10,"uu":"great weapon fighting|xphb","n":"Great Weapon Fighting"},{"id":10902,"c":7,"u":"great%20weapon%20master_xphb","p":204,"s":8,"h":1,"t":10,"uu":"great weapon master|xphb","n":"Great Weapon Master"},{"id":10903,"c":7,"u":"healer_xphb","p":201,"s":8,"h":1,"t":10,"uu":"healer|xphb","m":"feats/XPHB/Healer.webp","n":"Healer"},{"id":10904,"c":7,"u":"heavily%20armored_xphb","p":204,"s":8,"h":1,"t":10,"uu":"heavily armored|xphb","n":"Heavily Armored"},{"id":10905,"c":7,"u":"heavy%20armor%20master_xphb","p":204,"s":8,"h":1,"t":10,"uu":"heavy armor master|xphb","n":"Heavy Armor Master"},{"id":10906,"c":7,"u":"inspiring%20leader_xphb","p":204,"s":8,"h":1,"t":10,"uu":"inspiring leader|xphb","n":"Inspiring Leader"},{"id":10907,"c":7,"u":"interception_xphb","p":209,"s":8,"h":1,"t":10,"uu":"interception|xphb","n":"Interception"},{"id":10908,"c":7,"u":"keen%20mind_xphb","p":205,"s":8,"h":1,"t":10,"uu":"keen mind|xphb","n":"Keen Mind"},{"id":10909,"c":7,"u":"lightly%20armored_xphb","p":205,"s":8,"h":1,"t":10,"uu":"lightly armored|xphb","n":"Lightly Armored"},{"id":10910,"c":7,"u":"lucky_xphb","p":201,"s":8,"h":1,"t":10,"uu":"lucky|xphb","n":"Lucky"},{"id":10911,"c":7,"u":"mage%20slayer_xphb","p":205,"s":8,"h":1,"t":10,"uu":"mage slayer|xphb","n":"Mage Slayer"},{"id":10912,"c":7,"u":"magic%20initiate_xphb","p":201,"s":8,"h":1,"t":10,"uu":"magic initiate|xphb","n":"Magic Initiate"},{"id":10913,"c":7,"u":"martial%20weapon%20training_xphb","p":205,"s":8,"h":1,"t":10,"uu":"martial weapon training|xphb","n":"Martial Weapon Training"},{"id":10914,"c":7,"u":"medium%20armor%20master_xphb","p":205,"s":8,"h":1,"t":10,"uu":"medium armor master|xphb","n":"Medium Armor Master"},{"id":10915,"c":7,"u":"moderately%20armored_xphb","p":205,"s":8,"h":1,"t":10,"uu":"moderately armored|xphb","n":"Moderately Armored"},{"id":10916,"c":7,"u":"mounted%20combatant_xphb","p":205,"s":8,"h":1,"t":10,"uu":"mounted combatant|xphb","n":"Mounted Combatant"},{"id":10917,"c":7,"u":"musician_xphb","p":201,"s":8,"h":1,"t":10,"uu":"musician|xphb","n":"Musician"},{"id":10918,"c":7,"u":"observant_xphb","p":205,"s":8,"h":1,"t":10,"uu":"observant|xphb","n":"Observant"},{"id":10919,"c":7,"u":"piercer_xphb","p":206,"s":8,"h":1,"t":10,"uu":"piercer|xphb","n":"Piercer"},{"id":10920,"c":7,"u":"poisoner_xphb","p":206,"s":8,"h":1,"t":10,"uu":"poisoner|xphb","m":"feats/XPHB/Poisoner.webp","n":"Poisoner"},{"id":10921,"c":7,"u":"polearm%20master_xphb","p":206,"s":8,"h":1,"t":10,"uu":"polearm master|xphb","n":"Polearm Master"},{"id":10922,"c":7,"u":"protection_xphb","p":209,"s":8,"h":1,"t":10,"uu":"protection|xphb","n":"Protection"},{"id":10923,"c":7,"u":"resilient_xphb","p":206,"s":8,"h":1,"t":10,"uu":"resilient|xphb","n":"Resilient"},{"id":10924,"c":7,"u":"ritual%20caster_xphb","p":206,"s":8,"h":1,"t":10,"uu":"ritual caster|xphb","m":"feats/XPHB/Ritual Caster.webp","n":"Ritual Caster"},{"id":10925,"c":7,"u":"savage%20attacker_xphb","p":201,"s":8,"h":1,"t":10,"uu":"savage attacker|xphb","n":"Savage Attacker"},{"id":10926,"c":7,"u":"sentinel_xphb","p":207,"s":8,"h":1,"t":10,"uu":"sentinel|xphb","n":"Sentinel"},{"id":10927,"c":7,"u":"shadow-touched_xphb","p":207,"s":8,"h":1,"t":10,"uu":"shadow-touched|xphb","n":"Shadow-Touched"},{"id":10928,"c":7,"u":"sharpshooter_xphb","p":207,"s":8,"h":1,"t":10,"uu":"sharpshooter|xphb","n":"Sharpshooter"},{"id":10929,"c":7,"u":"shield%20master_xphb","p":207,"s":8,"h":1,"t":10,"uu":"shield master|xphb","n":"Shield Master"},{"id":10930,"c":7,"u":"skill%20expert_xphb","p":207,"s":8,"h":1,"t":10,"uu":"skill expert|xphb","n":"Skill Expert"},{"id":10931,"c":7,"u":"skilled_xphb","p":201,"s":8,"h":1,"t":10,"uu":"skilled|xphb","n":"Skilled"},{"id":10932,"c":7,"u":"skulker_xphb","p":208,"s":8,"h":1,"t":10,"uu":"skulker|xphb","n":"Skulker"},{"id":10933,"c":7,"u":"slasher_xphb","p":208,"s":8,"h":1,"t":10,"uu":"slasher|xphb","n":"Slasher"},{"id":10934,"c":7,"u":"speedy_xphb","p":208,"s":8,"h":1,"t":10,"uu":"speedy|xphb","n":"Speedy"},{"id":10935,"c":7,"u":"spell%20sniper_xphb","p":208,"s":8,"h":1,"t":10,"uu":"spell sniper|xphb","n":"Spell Sniper"},{"id":10936,"c":7,"u":"tavern%20brawler_xphb","p":202,"s":8,"h":1,"t":10,"uu":"tavern brawler|xphb","n":"Tavern Brawler"},{"id":10937,"c":7,"u":"telekinetic_xphb","p":208,"s":8,"h":1,"t":10,"uu":"telekinetic|xphb","n":"Telekinetic"},{"id":10938,"c":7,"u":"telepathic_xphb","p":208,"s":8,"h":1,"t":10,"uu":"telepathic|xphb","n":"Telepathic"},{"id":10939,"c":7,"u":"thrown%20weapon%20fighting_xphb","p":210,"s":8,"h":1,"t":10,"uu":"thrown weapon fighting|xphb","n":"Thrown Weapon Fighting"},{"id":10940,"c":7,"u":"tough_xphb","p":202,"s":8,"h":1,"t":10,"uu":"tough|xphb","n":"Tough"},{"id":10941,"c":7,"u":"two-weapon%20fighting_xphb","p":210,"s":8,"h":1,"t":10,"uu":"two-weapon fighting|xphb","m":"feats/XPHB/Two-Weapon Fighting.webp","n":"Two-Weapon Fighting"},{"id":10942,"c":7,"u":"unarmed%20fighting_xphb","p":210,"s":8,"h":1,"t":10,"uu":"unarmed fighting|xphb","n":"Unarmed Fighting"},{"id":10943,"c":7,"u":"war%20caster_xphb","p":209,"s":8,"h":1,"t":10,"uu":"war caster|xphb","n":"War Caster"},{"id":10944,"c":7,"u":"weapon%20master_xphb","p":209,"s":8,"h":1,"t":10,"uu":"weapon master|xphb","m":"feats/XPHB/Weapon Master.webp","n":"Weapon Master"},{"id":10945,"c":7,"u":"adept%20of%20the%20black%20robes_dsotdq","p":31,"s":27,"h":1,"t":10,"uu":"adept of the black robes|dsotdq","m":"feats/DSotDQ/Mage of High Sorcery.webp","n":"Adept of the Black Robes"},{"id":10946,"c":7,"u":"adept%20of%20the%20red%20robes_dsotdq","p":32,"s":27,"h":1,"t":10,"uu":"adept of the red robes|dsotdq","m":"feats/DSotDQ/Mage of High Sorcery.webp","n":"Adept of the Red Robes"},{"id":10947,"c":7,"u":"adept%20of%20the%20white%20robes_dsotdq","p":32,"s":27,"h":1,"t":10,"uu":"adept of the white robes|dsotdq","m":"feats/DSotDQ/Mage of High Sorcery.webp","n":"Adept of the White Robes"},{"id":10948,"c":7,"u":"divinely%20favored_dsotdq","p":32,"s":27,"h":1,"t":10,"uu":"divinely favored|dsotdq","n":"Divinely Favored"},{"id":10949,"c":7,"u":"initiate%20of%20high%20sorcery_dsotdq","p":32,"s":27,"h":1,"t":10,"uu":"initiate of high sorcery|dsotdq","m":"feats/DSotDQ/Mage of High Sorcery.webp","n":"Initiate of High Sorcery"},{"id":10950,"c":7,"u":"knight%20of%20the%20crown_dsotdq","p":32,"s":27,"h":1,"t":10,"uu":"knight of the crown|dsotdq","n":"Knight of the Crown"},{"id":10951,"c":7,"u":"knight%20of%20the%20rose_dsotdq","p":33,"s":27,"h":1,"t":10,"uu":"knight of the rose|dsotdq","n":"Knight of the Rose"},{"id":10952,"c":7,"u":"knight%20of%20the%20sword_dsotdq","p":33,"s":27,"h":1,"t":10,"uu":"knight of the sword|dsotdq","n":"Knight of the Sword"},{"id":10953,"c":7,"u":"squire%20of%20solamnia_dsotdq","p":34,"s":27,"h":1,"t":10,"uu":"squire of solamnia|dsotdq","n":"Squire of Solamnia"},{"id":10954,"c":7,"u":"aberrant%20dragonmark_erlw","p":52,"s":29,"h":1,"t":10,"uu":"aberrant dragonmark|erlw","n":"Aberrant Dragonmark"},{"id":10955,"c":7,"u":"revenant%20blade_erlw","p":22,"s":29,"h":1,"t":10,"uu":"revenant blade|erlw","n":"Revenant Blade"},{"id":10956,"c":7,"u":"adroit%20crafter_ghloe","s":32,"h":1,"dP":1,"t":10,"uu":"adroit crafter|ghloe","n":"Adroit Crafter"},{"id":10957,"c":7,"u":"careful%20crafter_ghloe","s":32,"h":1,"dP":1,"t":10,"uu":"careful crafter|ghloe","n":"Careful Crafter"},{"id":10958,"c":7,"u":"svirfneblin%20magic_mtf","p":114,"s":47,"h":1,"t":10,"uu":"svirfneblin magic|mtf","n":"Svirfneblin Magic"},{"id":10959,"c":7,"u":"actor_phb","p":165,"s":51,"h":1,"t":10,"uu":"actor|phb","n":"Actor"},{"id":10960,"c":7,"u":"alert_phb","p":165,"s":51,"h":1,"t":10,"uu":"alert|phb","n":"Alert"},{"id":10961,"c":7,"u":"athlete_phb","p":165,"s":51,"h":1,"t":10,"uu":"athlete|phb","n":"Athlete"},{"id":10962,"c":7,"u":"charger_phb","p":165,"s":51,"h":1,"t":10,"uu":"charger|phb","n":"Charger"},{"id":10963,"c":7,"u":"crossbow%20expert_phb","p":165,"s":51,"h":1,"t":10,"uu":"crossbow expert|phb","n":"Crossbow Expert"},{"id":10964,"c":7,"u":"defensive%20duelist_phb","p":165,"s":51,"h":1,"t":10,"uu":"defensive duelist|phb","n":"Defensive Duelist"},{"id":10965,"c":7,"u":"dual%20wielder_phb","p":165,"s":51,"h":1,"t":10,"uu":"dual wielder|phb","n":"Dual Wielder"},{"id":10966,"c":7,"u":"dungeon%20delver_phb","p":166,"s":51,"h":1,"t":10,"uu":"dungeon delver|phb","n":"Dungeon Delver"},{"id":10967,"c":7,"u":"durable_phb","p":166,"s":51,"h":1,"t":10,"uu":"durable|phb","n":"Durable"},{"id":10968,"c":7,"u":"elemental%20adept_phb","p":166,"s":51,"h":1,"t":10,"uu":"elemental adept|phb","n":"Elemental Adept"},{"id":10969,"c":7,"u":"grappler_phb","p":167,"s":51,"h":1,"r":1,"t":10,"uu":"grappler|phb","n":"Grappler"},{"id":10970,"c":7,"u":"great%20weapon%20master_phb","p":167,"s":51,"h":1,"t":10,"uu":"great weapon master|phb","n":"Great Weapon Master"},{"id":10971,"c":7,"u":"healer_phb","p":167,"s":51,"h":1,"t":10,"uu":"healer|phb","n":"Healer"},{"id":10972,"c":7,"u":"heavily%20armored_phb","p":167,"s":51,"h":1,"t":10,"uu":"heavily armored|phb","n":"Heavily Armored"},{"id":10973,"c":7,"u":"heavy%20armor%20master_phb","p":167,"s":51,"h":1,"t":10,"uu":"heavy armor master|phb","n":"Heavy Armor Master"},{"id":10974,"c":7,"u":"inspiring%20leader_phb","p":167,"s":51,"h":1,"t":10,"uu":"inspiring leader|phb","m":"feats/PHB/Inspiring Leader.webp","n":"Inspiring Leader"},{"id":10975,"c":7,"u":"keen%20mind_phb","p":167,"s":51,"h":1,"t":10,"uu":"keen mind|phb","n":"Keen Mind"},{"id":10976,"c":7,"u":"lightly%20armored_phb","p":167,"s":51,"h":1,"t":10,"uu":"lightly armored|phb","n":"Lightly Armored"},{"id":10977,"c":7,"u":"linguist_phb","p":167,"s":51,"h":1,"t":10,"uu":"linguist|phb","n":"Linguist"},{"id":10978,"c":7,"u":"lucky_phb","p":167,"s":51,"h":1,"t":10,"uu":"lucky|phb","n":"Lucky"},{"id":10979,"c":7,"u":"mage%20slayer_phb","p":168,"s":51,"h":1,"t":10,"uu":"mage slayer|phb","n":"Mage Slayer"},{"id":10980,"c":7,"u":"magic%20initiate_phb","p":168,"s":51,"h":1,"t":10,"uu":"magic initiate|phb","n":"Magic Initiate"},{"id":10981,"c":7,"u":"martial%20adept_phb","p":168,"s":51,"h":1,"t":10,"uu":"martial adept|phb","n":"Martial Adept"},{"id":10982,"c":7,"u":"medium%20armor%20master_phb","p":168,"s":51,"h":1,"t":10,"uu":"medium armor master|phb","n":"Medium Armor Master"},{"id":10983,"c":7,"u":"mobile_phb","p":168,"s":51,"h":1,"t":10,"uu":"mobile|phb","n":"Mobile"},{"id":10984,"c":7,"u":"moderately%20armored_phb","p":168,"s":51,"h":1,"t":10,"uu":"moderately armored|phb","n":"Moderately Armored"},{"id":10985,"c":7,"u":"mounted%20combatant_phb","p":168,"s":51,"h":1,"t":10,"uu":"mounted combatant|phb","n":"Mounted Combatant"},{"id":10986,"c":7,"u":"observant_phb","p":168,"s":51,"h":1,"t":10,"uu":"observant|phb","n":"Observant"},{"id":10987,"c":7,"u":"polearm%20master_phb","p":168,"s":51,"h":1,"t":10,"uu":"polearm master|phb","n":"Polearm Master"},{"id":10988,"c":7,"u":"resilient_phb","p":168,"s":51,"h":1,"t":10,"uu":"resilient|phb","n":"Resilient"},{"id":10989,"c":7,"u":"ritual%20caster_phb","p":169,"s":51,"h":1,"t":10,"uu":"ritual caster|phb","m":"feats/PHB/Ritual Caster.webp","n":"Ritual Caster"},{"id":10990,"c":7,"u":"savage%20attacker_phb","p":169,"s":51,"h":1,"t":10,"uu":"savage attacker|phb","n":"Savage Attacker"},{"id":10991,"c":7,"u":"sentinel_phb","p":169,"s":51,"h":1,"t":10,"uu":"sentinel|phb","n":"Sentinel"},{"id":10992,"c":7,"u":"sharpshooter_phb","p":170,"s":51,"h":1,"t":10,"uu":"sharpshooter|phb","n":"Sharpshooter"},{"id":10993,"c":7,"u":"shield%20master_phb","p":170,"s":51,"h":1,"t":10,"uu":"shield master|phb","n":"Shield Master"},{"id":10994,"c":7,"u":"skilled_phb","p":170,"s":51,"h":1,"t":10,"uu":"skilled|phb","n":"Skilled"},{"id":10995,"c":7,"u":"skulker_phb","p":170,"s":51,"h":1,"t":10,"uu":"skulker|phb","n":"Skulker"},{"id":10996,"c":7,"u":"spell%20sniper_phb","p":170,"s":51,"h":1,"t":10,"uu":"spell sniper|phb","n":"Spell Sniper"},{"id":10997,"c":7,"u":"tavern%20brawler_phb","p":170,"s":51,"h":1,"t":10,"uu":"tavern brawler|phb","n":"Tavern Brawler"},{"id":10998,"c":7,"u":"tough_phb","p":170,"s":51,"h":1,"t":10,"uu":"tough|phb","n":"Tough"},{"id":10999,"c":7,"u":"war%20caster_phb","p":170,"s":51,"h":1,"t":10,"uu":"war caster|phb","n":"War Caster"},{"id":11000,"c":7,"u":"weapon%20master_phb","p":170,"s":51,"h":1,"t":10,"uu":"weapon master|phb","n":"Weapon Master"},{"id":11001,"c":7,"u":"agent%20of%20order_sato","p":10,"s":103,"h":1,"t":10,"uu":"agent of order|sato","n":"Agent of Order"},{"id":11002,"c":7,"u":"baleful%20scion_sato","p":10,"s":103,"h":1,"t":10,"uu":"baleful scion|sato","n":"Baleful Scion"},{"id":11003,"c":7,"u":"cohort%20of%20chaos_sato","p":10,"s":103,"h":1,"t":10,"uu":"cohort of chaos|sato","n":"Cohort of Chaos"},{"id":11004,"c":7,"u":"outlands%20envoy_sato","p":10,"s":103,"h":1,"t":10,"uu":"outlands envoy|sato","n":"Outlands Envoy"},{"id":11005,"c":7,"u":"planar%20wanderer_sato","p":11,"s":103,"h":1,"t":10,"uu":"planar wanderer|sato","m":"feats/SatO/Planar Wanderer.webp","n":"Planar Wanderer"},{"id":11006,"c":7,"u":"righteous%20heritor_sato","p":11,"s":103,"h":1,"t":10,"uu":"righteous heritor|sato","n":"Righteous Heritor"},{"id":11007,"c":7,"u":"scion%20of%20the%20outer%20planes_sato","p":12,"s":103,"h":1,"t":10,"uu":"scion of the outer planes|sato","n":"Scion of the Outer Planes"},{"id":11008,"c":7,"u":"strixhaven%20initiate_scc","p":36,"s":56,"h":1,"t":10,"uu":"strixhaven initiate|scc","n":"Strixhaven Initiate"},{"id":11009,"c":7,"u":"strixhaven%20mascot_scc","p":37,"s":56,"h":1,"t":10,"uu":"strixhaven mascot|scc","n":"Strixhaven Mascot"},{"id":11010,"c":7,"u":"cruel_tdcsr","p":190,"s":60,"h":1,"dP":1,"t":10,"uu":"cruel|tdcsr","n":"Cruel"},{"id":11011,"c":7,"u":"flash%20recall_tdcsr","p":190,"s":60,"h":1,"dP":1,"t":10,"uu":"flash recall|tdcsr","n":"Flash Recall"},{"id":11012,"c":7,"u":"mystic%20conflux_tdcsr","p":190,"s":60,"h":1,"dP":1,"t":10,"uu":"mystic conflux|tdcsr","n":"Mystic Conflux"},{"id":11013,"c":7,"u":"remarkable%20recovery_tdcsr","p":190,"s":60,"h":1,"dP":1,"t":10,"uu":"remarkable recovery|tdcsr","n":"Remarkable Recovery"},{"id":11014,"c":7,"u":"spelldriver_tdcsr","p":190,"s":60,"h":1,"dP":1,"t":10,"uu":"spelldriver|tdcsr","n":"Spelldriver"},{"id":11015,"c":7,"u":"thrown%20arms%20master_tdcsr","p":191,"s":60,"h":1,"dP":1,"t":10,"uu":"thrown arms master|tdcsr","n":"Thrown Arms Master"},{"id":11016,"c":7,"u":"vital%20sacrifice_tdcsr","p":191,"s":60,"h":1,"dP":1,"t":10,"uu":"vital sacrifice|tdcsr","n":"Vital Sacrifice"},{"id":11017,"c":7,"u":"quicksmithing_psk","p":13,"s":97,"h":1,"t":10,"uu":"quicksmithing|psk","n":"Quicksmithing"},{"id":11018,"c":7,"u":"servo%20crafting_psk","p":13,"s":97,"h":1,"t":10,"uu":"servo crafting|psk","m":"feats/PSK/Servo Crafting.webp","n":"Servo Crafting"},{"id":11019,"c":7,"u":"vampiric%20exultation_psx","p":14,"s":98,"h":1,"t":10,"uu":"vampiric exultation|psx","n":"Vampiric Exultation"},{"id":11026,"c":8,"u":"bond%20of%20the%20talisman_tce","p":70,"s":4,"h":1,"t":11,"uu":"bond of the talisman|tce","n":"Bond of the Talisman"},{"id":11032,"c":8,"u":"eldritch%20mind_tce","p":71,"s":4,"h":1,"t":11,"uu":"eldritch mind|tce","n":"Eldritch Mind"},{"id":11036,"c":8,"u":"far%20scribe_tce","p":71,"s":4,"h":1,"t":11,"uu":"far scribe|tce","n":"Far Scribe"},{"id":11039,"c":8,"u":"gift%20of%20the%20protectors_tce","p":71,"s":4,"h":1,"t":11,"uu":"gift of the protectors|tce","n":"Gift of the Protectors"},{"id":11045,"c":8,"u":"investment%20of%20the%20chain%20master_tce","p":71,"s":4,"h":1,"t":11,"uu":"investment of the chain master|tce","n":"Investment of the Chain Master"},{"id":11048,"c":8,"u":"protection%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"t":11,"uu":"protection of the talisman|tce","n":"Protection of the Talisman"},{"id":11051,"c":8,"u":"rebuke%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"t":11,"uu":"rebuke of the talisman|tce","n":"Rebuke of the Talisman"},{"id":11066,"c":8,"u":"undying%20servitude_tce","p":71,"s":4,"h":1,"t":11,"uu":"undying servitude|tce","n":"Undying Servitude"},{"id":11067,"c":8,"u":"aspect%20of%20the%20moon_xge","p":56,"s":6,"h":1,"t":11,"uu":"aspect of the moon|xge","n":"Aspect of the Moon"},{"id":11071,"c":8,"u":"cloak%20of%20flies_xge","p":56,"s":6,"h":1,"t":11,"uu":"cloak of flies|xge","n":"Cloak of Flies"},{"id":11072,"c":8,"u":"eldritch%20smite_xge","p":56,"s":6,"h":1,"t":11,"uu":"eldritch smite|xge","n":"Eldritch Smite"},{"id":11074,"c":8,"u":"ghostly%20gaze_xge","p":56,"s":6,"h":1,"t":11,"uu":"ghostly gaze|xge","n":"Ghostly Gaze"},{"id":11075,"c":8,"u":"gift%20of%20the%20depths_xge","p":57,"s":6,"h":1,"t":11,"uu":"gift of the depths|xge","n":"Gift of the Depths"},{"id":11076,"c":8,"u":"gift%20of%20the%20ever-living%20ones_xge","p":57,"s":6,"h":1,"t":11,"uu":"gift of the ever-living ones|xge","n":"Gift of the Ever-Living Ones"},{"id":11077,"c":8,"u":"grasp%20of%20hadar_xge","p":57,"s":6,"h":1,"t":11,"uu":"grasp of hadar|xge","n":"Grasp of Hadar"},{"id":11079,"c":8,"u":"improved%20pact%20weapon_xge","p":57,"s":6,"h":1,"t":11,"uu":"improved pact weapon|xge","n":"Improved Pact Weapon"},{"id":11080,"c":8,"u":"lance%20of%20lethargy_xge","p":57,"s":6,"h":1,"t":11,"uu":"lance of lethargy|xge","n":"Lance of Lethargy"},{"id":11081,"c":8,"u":"maddening%20hex_xge","p":57,"s":6,"h":1,"t":11,"uu":"maddening hex|xge","n":"Maddening Hex"},{"id":11083,"c":8,"u":"relentless%20hex_xge","p":57,"s":6,"h":1,"t":11,"uu":"relentless hex|xge","n":"Relentless Hex"},{"id":11086,"c":8,"u":"shroud%20of%20shadow_xge","p":57,"s":6,"h":1,"t":11,"uu":"shroud of shadow|xge","n":"Shroud of Shadow"},{"id":11087,"c":8,"u":"tomb%20of%20levistus_xge","p":57,"s":6,"h":1,"t":11,"uu":"tomb of levistus|xge","n":"Tomb of Levistus"},{"id":11088,"c":8,"u":"trickster's%20escape_xge","p":57,"s":6,"h":1,"t":11,"uu":"trickster's escape|xge","n":"Trickster's Escape"},{"id":11089,"c":8,"u":"agonizing%20blast_xphb","p":155,"s":8,"h":1,"t":11,"uu":"agonizing blast|xphb","n":"Agonizing Blast"},{"id":11091,"c":8,"u":"armor%20of%20shadows_xphb","p":155,"s":8,"h":1,"t":11,"uu":"armor of shadows|xphb","n":"Armor of Shadows"},{"id":11092,"c":8,"u":"ascendant%20step_xphb","p":155,"s":8,"h":1,"t":11,"uu":"ascendant step|xphb","n":"Ascendant Step"},{"id":11097,"c":8,"u":"devil's%20sight_xphb","p":155,"s":8,"h":1,"t":11,"uu":"devil's sight|xphb","n":"Devil's Sight"},{"id":11098,"c":8,"u":"devouring%20blade_xphb","p":155,"s":8,"h":1,"t":11,"uu":"devouring blade|xphb","n":"Devouring Blade"},{"id":11102,"c":8,"u":"eldritch%20mind_xphb","p":155,"s":8,"h":1,"t":11,"uu":"eldritch mind|xphb","n":"Eldritch Mind"},{"id":11103,"c":8,"u":"eldritch%20smite_xphb","p":155,"s":8,"h":1,"t":11,"uu":"eldritch smite|xphb","n":"Eldritch Smite"},{"id":11104,"c":8,"u":"eldritch%20spear_xphb","p":155,"s":8,"h":1,"t":11,"uu":"eldritch spear|xphb","n":"Eldritch Spear"},{"id":11109,"c":8,"u":"fiendish%20vigor_xphb","p":155,"s":8,"h":1,"t":11,"uu":"fiendish vigor|xphb","n":"Fiendish Vigor"},{"id":11110,"c":8,"u":"gaze%20of%20two%20minds_xphb","p":156,"s":8,"h":1,"t":11,"uu":"gaze of two minds|xphb","n":"Gaze of Two Minds"},{"id":11111,"c":8,"u":"gift%20of%20the%20depths_xphb","p":156,"s":8,"h":1,"t":11,"uu":"gift of the depths|xphb","n":"Gift of the Depths"},{"id":11112,"c":8,"u":"gift%20of%20the%20protectors_xphb","p":156,"s":8,"h":1,"t":11,"uu":"gift of the protectors|xphb","n":"Gift of the Protectors"},{"id":11115,"c":8,"u":"investment%20of%20the%20chain%20master_xphb","p":156,"s":8,"h":1,"t":11,"uu":"investment of the chain master|xphb","n":"Investment of the Chain Master"},{"id":11116,"c":8,"u":"lessons%20of%20the%20first%20ones_xphb","p":156,"s":8,"h":1,"t":11,"uu":"lessons of the first ones|xphb","n":"Lessons of the First Ones"},{"id":11117,"c":8,"u":"lifedrinker_xphb","p":156,"s":8,"h":1,"t":11,"uu":"lifedrinker|xphb","n":"Lifedrinker"},{"id":11120,"c":8,"u":"mask%20of%20many%20faces_xphb","p":156,"s":8,"h":1,"t":11,"uu":"mask of many faces|xphb","n":"Mask of Many Faces"},{"id":11121,"c":8,"u":"master%20of%20myriad%20forms_xphb","p":156,"s":8,"h":1,"t":11,"uu":"master of myriad forms|xphb","n":"Master of Myriad Forms"},{"id":11123,"c":8,"u":"misty%20visions_xphb","p":156,"s":8,"h":1,"t":11,"uu":"misty visions|xphb","n":"Misty Visions"},{"id":11124,"c":8,"u":"one%20with%20shadows_xphb","p":156,"s":8,"h":1,"t":11,"uu":"one with shadows|xphb","n":"One with Shadows"},{"id":11125,"c":8,"u":"otherworldly%20leap_xphb","p":156,"s":8,"h":1,"t":11,"uu":"otherworldly leap|xphb","n":"Otherworldly Leap"},{"id":11126,"c":8,"u":"pact%20of%20the%20blade_xphb","p":156,"s":8,"h":1,"t":11,"uu":"pact of the blade|xphb","n":"Pact of the Blade"},{"id":11127,"c":8,"u":"pact%20of%20the%20chain_xphb","p":157,"s":8,"h":1,"t":11,"uu":"pact of the chain|xphb","n":"Pact of the Chain"},{"id":11128,"c":8,"u":"pact%20of%20the%20tome_xphb","p":157,"s":8,"h":1,"t":11,"uu":"pact of the tome|xphb","n":"Pact of the Tome"},{"id":11134,"c":8,"u":"repelling%20blast_xphb","p":157,"s":8,"h":1,"t":11,"uu":"repelling blast|xphb","n":"Repelling Blast"},{"id":11140,"c":8,"u":"thirsting%20blade_xphb","p":157,"s":8,"h":1,"t":11,"uu":"thirsting blade|xphb","n":"Thirsting Blade"},{"id":11144,"c":8,"u":"visions%20of%20distant%20realms_xphb","p":157,"s":8,"h":1,"t":11,"uu":"visions of distant realms|xphb","n":"Visions of Distant Realms"},{"id":11145,"c":8,"u":"whispers%20of%20the%20grave_xphb","p":157,"s":8,"h":1,"t":11,"uu":"whispers of the grave|xphb","n":"Whispers of the Grave"},{"id":11146,"c":8,"u":"witch%20sight_xphb","p":157,"s":8,"h":1,"t":11,"uu":"witch sight|xphb","n":"Witch Sight"},{"id":11147,"c":8,"u":"agonizing%20blast_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"agonizing blast|phb","n":"Agonizing Blast"},{"id":11149,"c":8,"u":"armor%20of%20shadows_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"armor of shadows|phb","n":"Armor of Shadows"},{"id":11150,"c":8,"u":"ascendant%20step_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"ascendant step|phb","n":"Ascendant Step"},{"id":11151,"c":8,"u":"beast%20speech_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"beast speech|phb","n":"Beast Speech"},{"id":11152,"c":8,"u":"beguiling%20influence_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"beguiling influence|phb","n":"Beguiling Influence"},{"id":11153,"c":8,"u":"bewitching%20whispers_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"bewitching whispers|phb","n":"Bewitching Whispers"},{"id":11154,"c":8,"u":"book%20of%20ancient%20secrets_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"book of ancient secrets|phb","n":"Book of Ancient Secrets"},{"id":11157,"c":8,"u":"chains%20of%20carceri_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"chains of carceri|phb","n":"Chains of Carceri"},{"id":11161,"c":8,"u":"devil's%20sight_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"devil's sight|phb","n":"Devil's Sight"},{"id":11165,"c":8,"u":"dreadful%20word_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"dreadful word|phb","n":"Dreadful Word"},{"id":11167,"c":8,"u":"eldritch%20sight_phb","p":110,"s":51,"h":1,"r":1,"t":11,"uu":"eldritch sight|phb","n":"Eldritch Sight"},{"id":11168,"c":8,"u":"eldritch%20spear_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"eldritch spear|phb","n":"Eldritch Spear"},{"id":11174,"c":8,"u":"eyes%20of%20the%20rune%20keeper_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"eyes of the rune keeper|phb","n":"Eyes of the Rune Keeper"},{"id":11177,"c":8,"u":"fiendish%20vigor_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"fiendish vigor|phb","n":"Fiendish Vigor"},{"id":11180,"c":8,"u":"gaze%20of%20two%20minds_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"gaze of two minds|phb","n":"Gaze of Two Minds"},{"id":11185,"c":8,"u":"lifedrinker_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"lifedrinker|phb","n":"Lifedrinker"},{"id":11188,"c":8,"u":"mask%20of%20many%20faces_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"mask of many faces|phb","n":"Mask of Many Faces"},{"id":11189,"c":8,"u":"master%20of%20myriad%20forms_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"master of myriad forms|phb","n":"Master of Myriad Forms"},{"id":11191,"c":8,"u":"minions%20of%20chaos_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"minions of chaos|phb","n":"Minions of Chaos"},{"id":11192,"c":8,"u":"mire%20the%20mind_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"mire the mind|phb","n":"Mire the Mind"},{"id":11194,"c":8,"u":"misty%20visions_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"misty visions|phb","n":"Misty Visions"},{"id":11195,"c":8,"u":"one%20with%20shadows_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"one with shadows|phb","n":"One with Shadows"},{"id":11196,"c":8,"u":"otherworldly%20leap_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"otherworldly leap|phb","n":"Otherworldly Leap"},{"id":11206,"c":8,"u":"repelling%20blast_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"repelling blast|phb","n":"Repelling Blast"},{"id":11211,"c":8,"u":"sculptor%20of%20flesh_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"sculptor of flesh|phb","n":"Sculptor of Flesh"},{"id":11213,"c":8,"u":"sign%20of%20ill%20omen_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"sign of ill omen|phb","n":"Sign of Ill Omen"},{"id":11217,"c":8,"u":"thief%20of%20five%20fates_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"thief of five fates|phb","n":"Thief of Five Fates"},{"id":11218,"c":8,"u":"thirsting%20blade_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"thirsting blade|phb","n":"Thirsting Blade"},{"id":11223,"c":8,"u":"visions%20of%20distant%20realms_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"visions of distant realms|phb","n":"Visions of Distant Realms"},{"id":11224,"c":8,"u":"voice%20of%20the%20chain%20master_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"voice of the chain master|phb","n":"Voice of the Chain Master"},{"id":11227,"c":8,"u":"whispers%20of%20the%20grave_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"whispers of the grave|phb","n":"Whispers of the Grave"},{"id":11228,"c":8,"u":"witch%20sight_phb","p":111,"s":51,"h":1,"r":1,"t":11,"uu":"witch sight|phb","n":"Witch Sight"},{"id":11266,"c":22,"u":"seeking%20spell_tce","p":66,"s":4,"h":1,"t":11,"uu":"seeking spell|tce","n":"Seeking Spell"},{"id":11273,"c":22,"u":"transmuted%20spell_tce","p":66,"s":4,"h":1,"t":11,"uu":"transmuted spell|tce","n":"Transmuted Spell"},{"id":11303,"c":22,"u":"careful%20spell_xphb","p":141,"s":8,"h":1,"t":11,"uu":"careful spell|xphb","n":"Careful Spell"},{"id":11309,"c":22,"u":"distant%20spell_xphb","p":141,"s":8,"h":1,"t":11,"uu":"distant spell|xphb","n":"Distant Spell"},{"id":11314,"c":22,"u":"empowered%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"empowered spell|xphb","n":"Empowered Spell"},{"id":11316,"c":22,"u":"extended%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"extended spell|xphb","n":"Extended Spell"},{"id":11323,"c":22,"u":"heightened%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"heightened spell|xphb","n":"Heightened Spell"},{"id":11341,"c":22,"u":"quickened%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"quickened spell|xphb","n":"Quickened Spell"},{"id":11345,"c":22,"u":"seeking%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"seeking spell|xphb","n":"Seeking Spell"},{"id":11346,"c":22,"u":"subtle%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"subtle spell|xphb","n":"Subtle Spell"},{"id":11350,"c":22,"u":"transmuted%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"transmuted spell|xphb","n":"Transmuted Spell"},{"id":11352,"c":22,"u":"twinned%20spell_xphb","p":142,"s":8,"h":1,"t":11,"uu":"twinned spell|xphb","n":"Twinned Spell"},{"id":11365,"c":22,"u":"careful%20spell_phb","p":102,"s":51,"h":1,"r":1,"t":11,"uu":"careful spell|phb","n":"Careful Spell"},{"id":11372,"c":22,"u":"distant%20spell_phb","p":102,"s":51,"h":1,"r":1,"t":11,"uu":"distant spell|phb","n":"Distant Spell"},{"id":11379,"c":22,"u":"empowered%20spell_phb","p":102,"s":51,"h":1,"r":1,"t":11,"uu":"empowered spell|phb","n":"Empowered Spell"},{"id":11382,"c":22,"u":"extended%20spell_phb","p":102,"s":51,"h":1,"r":1,"t":11,"uu":"extended spell|phb","n":"Extended Spell"},{"id":11393,"c":22,"u":"heightened%20spell_phb","p":102,"s":51,"h":1,"r":1,"t":11,"uu":"heightened spell|phb","n":"Heightened Spell"},{"id":11413,"c":22,"u":"quickened%20spell_phb","p":102,"s":51,"h":1,"r":1,"t":11,"uu":"quickened spell|phb","n":"Quickened Spell"},{"id":11423,"c":22,"u":"subtle%20spell_phb","p":102,"s":51,"h":1,"r":1,"t":11,"uu":"subtle spell|phb","n":"Subtle Spell"},{"id":11429,"c":22,"u":"twinned%20spell_phb","p":102,"s":51,"h":1,"r":1,"t":11,"uu":"twinned spell|phb","n":"Twinned Spell"},{"id":11438,"c":23,"u":"ambush_tce","p":42,"s":4,"h":1,"t":11,"uu":"ambush|tce","n":"Ambush"},{"id":11441,"c":23,"u":"bait%20and%20switch_tce","p":42,"s":4,"h":1,"t":11,"uu":"bait and switch|tce","n":"Bait and Switch"},{"id":11446,"c":23,"u":"brace_tce","p":42,"s":4,"h":1,"t":11,"uu":"brace|tce","n":"Brace"},{"id":11448,"c":23,"u":"commanding%20presence_tce","p":42,"s":4,"h":1,"t":11,"uu":"commanding presence|tce","n":"Commanding Presence"},{"id":11458,"c":23,"u":"grappling%20strike_tce","p":42,"s":4,"h":1,"t":11,"uu":"grappling strike|tce","n":"Grappling Strike"},{"id":11467,"c":23,"u":"quick%20toss_tce","p":42,"s":4,"h":1,"t":11,"uu":"quick toss|tce","n":"Quick Toss"},{"id":11480,"c":23,"u":"tactical%20assessment_tce","p":42,"s":4,"h":1,"t":11,"uu":"tactical assessment|tce","n":"Tactical Assessment"},{"id":11508,"c":23,"u":"ambush_xphb","p":94,"s":8,"h":1,"t":11,"uu":"ambush|xphb","n":"Ambush"},{"id":11511,"c":23,"u":"bait%20and%20switch_xphb","p":94,"s":8,"h":1,"t":11,"uu":"bait and switch|xphb","n":"Bait and Switch"},{"id":11513,"c":23,"u":"commander's%20strike_xphb","p":94,"s":8,"h":1,"t":11,"uu":"commander's strike|xphb","n":"Commander's Strike"},{"id":11514,"c":23,"u":"commanding%20presence_xphb","p":95,"s":8,"h":1,"t":11,"uu":"commanding presence|xphb","n":"Commanding Presence"},{"id":11517,"c":23,"u":"disarming%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"disarming attack|xphb","n":"Disarming Attack"},{"id":11519,"c":23,"u":"distracting%20strike_xphb","p":95,"s":8,"h":1,"t":11,"uu":"distracting strike|xphb","n":"Distracting Strike"},{"id":11524,"c":23,"u":"evasive%20footwork_xphb","p":95,"s":8,"h":1,"t":11,"uu":"evasive footwork|xphb","n":"Evasive Footwork"},{"id":11526,"c":23,"u":"feinting%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"feinting attack|xphb","n":"Feinting Attack"},{"id":11531,"c":23,"u":"goading%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"goading attack|xphb","n":"Goading Attack"},{"id":11536,"c":23,"u":"lunging%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"lunging attack|xphb","n":"Lunging Attack"},{"id":11537,"c":23,"u":"maneuvering%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"maneuvering attack|xphb","n":"Maneuvering Attack"},{"id":11540,"c":23,"u":"menacing%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"menacing attack|xphb","n":"Menacing Attack"},{"id":11547,"c":23,"u":"parry_xphb","p":95,"s":8,"h":1,"t":11,"uu":"parry|xphb","n":"Parry"},{"id":11548,"c":23,"u":"precision%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"precision attack|xphb","n":"Precision Attack"},{"id":11549,"c":23,"u":"pushing%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"pushing attack|xphb","n":"Pushing Attack"},{"id":11551,"c":23,"u":"rally_xphb","p":95,"s":8,"h":1,"t":11,"uu":"rally|xphb","n":"Rally"},{"id":11553,"c":23,"u":"riposte_xphb","p":95,"s":8,"h":1,"t":11,"uu":"riposte|xphb","n":"Riposte"},{"id":11556,"c":23,"u":"sweeping%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"sweeping attack|xphb","n":"Sweeping Attack"},{"id":11557,"c":23,"u":"tactical%20assessment_xphb","p":95,"s":8,"h":1,"t":11,"uu":"tactical assessment|xphb","n":"Tactical Assessment"},{"id":11560,"c":23,"u":"trip%20attack_xphb","p":95,"s":8,"h":1,"t":11,"uu":"trip attack|xphb","n":"Trip Attack"},{"id":11577,"c":23,"u":"commander's%20strike_phb","p":74,"s":51,"h":1,"t":11,"uu":"commander's strike|phb","n":"Commander's Strike"},{"id":11580,"c":23,"u":"disarming%20attack_phb","p":74,"s":51,"h":1,"t":11,"uu":"disarming attack|phb","n":"Disarming Attack"},{"id":11582,"c":23,"u":"distracting%20strike_phb","p":74,"s":51,"h":1,"t":11,"uu":"distracting strike|phb","n":"Distracting Strike"},{"id":11590,"c":23,"u":"evasive%20footwork_phb","p":74,"s":51,"h":1,"t":11,"uu":"evasive footwork|phb","n":"Evasive Footwork"},{"id":11594,"c":23,"u":"feinting%20attack_phb","p":74,"s":51,"h":1,"t":11,"uu":"feinting attack|phb","n":"Feinting Attack"},{"id":11599,"c":23,"u":"goading%20attack_phb","p":74,"s":51,"h":1,"t":11,"uu":"goading attack|phb","n":"Goading Attack"},{"id":11604,"c":23,"u":"lunging%20attack_phb","p":74,"s":51,"h":1,"t":11,"uu":"lunging attack|phb","n":"Lunging Attack"},{"id":11605,"c":23,"u":"maneuvering%20attack_phb","p":74,"s":51,"h":1,"t":11,"uu":"maneuvering attack|phb","n":"Maneuvering Attack"},{"id":11608,"c":23,"u":"menacing%20attack_phb","p":74,"s":51,"h":1,"t":11,"uu":"menacing attack|phb","n":"Menacing Attack"},{"id":11618,"c":23,"u":"parry_phb","p":74,"s":51,"h":1,"t":11,"uu":"parry|phb","n":"Parry"},{"id":11619,"c":23,"u":"precision%20attack_phb","p":74,"s":51,"h":1,"t":11,"uu":"precision attack|phb","n":"Precision Attack"},{"id":11621,"c":23,"u":"pushing%20attack_phb","p":74,"s":51,"h":1,"t":11,"uu":"pushing attack|phb","n":"Pushing Attack"},{"id":11623,"c":23,"u":"rally_phb","p":74,"s":51,"h":1,"t":11,"uu":"rally|phb","n":"Rally"},{"id":11626,"c":23,"u":"riposte_phb","p":74,"s":51,"h":1,"t":11,"uu":"riposte|phb","n":"Riposte"},{"id":11633,"c":23,"u":"sweeping%20attack_phb","p":74,"s":51,"h":1,"t":11,"uu":"sweeping attack|phb","n":"Sweeping Attack"},{"id":11637,"c":23,"u":"trip%20attack_phb","p":74,"s":51,"h":1,"t":11,"uu":"trip attack|phb","n":"Trip Attack"},{"id":11904,"c":27,"u":"banishing%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"banishing arrow|xge","n":"Banishing Arrow"},{"id":11905,"c":27,"u":"beguiling%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"beguiling arrow|xge","n":"Beguiling Arrow"},{"id":11906,"c":27,"u":"bursting%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"bursting arrow|xge","n":"Bursting Arrow"},{"id":11909,"c":27,"u":"enfeebling%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"enfeebling arrow|xge","n":"Enfeebling Arrow"},{"id":11914,"c":27,"u":"grasping%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"grasping arrow|xge","n":"Grasping Arrow"},{"id":11918,"c":27,"u":"piercing%20arrow_xge","p":29,"s":6,"h":1,"t":11,"uu":"piercing arrow|xge","n":"Piercing Arrow"},{"id":11920,"c":27,"u":"seeking%20arrow_xge","p":30,"s":6,"h":1,"t":11,"uu":"seeking arrow|xge","n":"Seeking Arrow"},{"id":11921,"c":27,"u":"shadow%20arrow_xge","p":30,"s":6,"h":1,"t":11,"uu":"shadow arrow|xge","n":"Shadow Arrow"},{"id":12278,"c":29,"u":"blessed%20warrior_tce","p":52,"s":4,"h":1,"t":11,"uu":"blessed warrior|tce","n":"Blessed Warrior"},{"id":12279,"c":29,"u":"blind%20fighting_tce","p":41,"s":4,"h":1,"t":11,"uu":"blind fighting|tce","n":"Blind Fighting"},{"id":12285,"c":29,"u":"druidic%20warrior_tce","p":57,"s":4,"h":1,"t":11,"uu":"druidic warrior|tce","n":"Druidic Warrior"},{"id":12298,"c":29,"u":"interception_tce","p":41,"s":4,"h":1,"t":11,"uu":"interception|tce","n":"Interception"},{"id":12315,"c":29,"u":"superior%20technique_tce","p":41,"s":4,"h":1,"t":11,"uu":"superior technique|tce","n":"Superior Technique"},{"id":12317,"c":29,"u":"thrown%20weapon%20fighting_tce","p":42,"s":4,"h":1,"t":11,"uu":"thrown weapon fighting|tce","n":"Thrown Weapon Fighting"},{"id":12319,"c":29,"u":"unarmed%20fighting_tce","p":42,"s":4,"h":1,"t":11,"uu":"unarmed fighting|tce","n":"Unarmed Fighting"},{"id":12402,"c":29,"u":"archery_phb","p":72,"s":51,"h":1,"r":1,"t":11,"uu":"archery|phb","n":"Archery"},{"id":12414,"c":29,"u":"defense_phb","p":72,"s":51,"h":1,"r":1,"t":11,"uu":"defense|phb","n":"Defense"},{"id":12420,"c":29,"u":"dueling_phb","p":72,"s":51,"h":1,"r":1,"t":11,"uu":"dueling|phb","n":"Dueling"},{"id":12437,"c":29,"u":"great%20weapon%20fighting_phb","p":72,"s":51,"h":1,"r":1,"t":11,"uu":"great weapon fighting|phb","n":"Great Weapon Fighting"},{"id":12456,"c":29,"u":"protection_phb","p":72,"s":51,"h":1,"r":1,"t":11,"uu":"protection|phb","n":"Protection"},{"id":12475,"c":29,"u":"two-weapon%20fighting_phb","p":72,"s":51,"h":1,"r":1,"t":11,"uu":"two-weapon fighting|phb","n":"Two-Weapon Fighting"},{"id":12510,"c":32,"u":"pact%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"t":11,"uu":"pact of the talisman|tce","n":"Pact of the Talisman"},{"id":12660,"c":32,"u":"pact%20of%20the%20blade_phb","p":107,"s":51,"h":1,"r":1,"t":11,"uu":"pact of the blade|phb","n":"Pact of the Blade"},{"id":12661,"c":32,"u":"pact%20of%20the%20chain_phb","p":107,"s":51,"h":1,"r":1,"t":11,"uu":"pact of the chain|phb","n":"Pact of the Chain"},{"id":12662,"c":32,"u":"pact%20of%20the%20tome_phb","p":108,"s":51,"h":1,"r":1,"t":11,"uu":"pact of the tome|phb","n":"Pact of the Tome"},{"id":12827,"c":33,"u":"breath%20of%20winter_phb","p":81,"s":51,"h":1,"t":11,"uu":"breath of winter|phb","n":"Breath of Winter"},{"id":12830,"c":33,"u":"clench%20of%20the%20north%20wind_phb","p":81,"s":51,"h":1,"t":11,"uu":"clench of the north wind|phb","n":"Clench of the North Wind"},{"id":12841,"c":33,"u":"elemental%20attunement_phb","p":81,"s":51,"h":1,"t":11,"uu":"elemental attunement|phb","n":"Elemental Attunement"},{"id":12843,"c":33,"u":"eternal%20mountain%20defense_phb","p":81,"s":51,"h":1,"t":11,"uu":"eternal mountain defense|phb","n":"Eternal Mountain Defense"},{"id":12847,"c":33,"u":"fangs%20of%20the%20fire%20snake_phb","p":81,"s":51,"h":1,"t":11,"uu":"fangs of the fire snake|phb","n":"Fangs of the Fire Snake"},{"id":12850,"c":33,"u":"fist%20of%20four%20thunders_phb","p":81,"s":51,"h":1,"t":11,"uu":"fist of four thunders|phb","n":"Fist of Four Thunders"},{"id":12851,"c":33,"u":"flames%20of%20the%20phoenix_phb","p":81,"s":51,"h":1,"t":11,"uu":"flames of the phoenix|phb","n":"Flames of the Phoenix"},{"id":12854,"c":33,"u":"gong%20of%20the%20summit_phb","p":81,"s":51,"h":1,"t":11,"uu":"gong of the summit|phb","n":"Gong of the Summit"},{"id":12865,"c":33,"u":"mist%20stance_phb","p":81,"s":51,"h":1,"t":11,"uu":"mist stance|phb","n":"Mist Stance"},{"id":12879,"c":33,"u":"ride%20the%20wind_phb","p":81,"s":51,"h":1,"t":11,"uu":"ride the wind|phb","n":"Ride the Wind"},{"id":12881,"c":33,"u":"river%20of%20hungry%20flame_phb","p":81,"s":51,"h":1,"t":11,"uu":"river of hungry flame|phb","n":"River of Hungry Flame"},{"id":12882,"c":33,"u":"rush%20of%20the%20gale%20spirits_phb","p":81,"s":51,"h":1,"t":11,"uu":"rush of the gale spirits|phb","n":"Rush of the Gale Spirits"},{"id":12884,"c":33,"u":"shape%20the%20flowing%20river_phb","p":81,"s":51,"h":1,"t":11,"uu":"shape the flowing river|phb","n":"Shape the Flowing River"},{"id":12888,"c":33,"u":"sweeping%20cinder%20strike_phb","p":81,"s":51,"h":1,"t":11,"uu":"sweeping cinder strike|phb","n":"Sweeping Cinder Strike"},{"id":12894,"c":33,"u":"unbroken%20air_phb","p":81,"s":51,"h":1,"t":11,"uu":"unbroken air|phb","n":"Unbroken Air"},{"id":12897,"c":33,"u":"water%20whip_phb","p":81,"s":51,"h":1,"t":11,"uu":"water whip|phb","n":"Water Whip"},{"id":12898,"c":33,"u":"wave%20of%20rolling%20earth_phb","p":81,"s":51,"h":1,"t":11,"uu":"wave of rolling earth|phb","n":"Wave of Rolling Earth"},{"id":12902,"c":34,"u":"arcane%20propulsion%20armor_tce","p":20,"s":4,"h":1,"t":11,"uu":"arcane propulsion armor|tce","n":"Arcane Propulsion Armor"},{"id":12903,"c":34,"u":"armor%20of%20magical%20strength_tce","p":20,"s":4,"h":1,"t":11,"uu":"armor of magical strength|tce","n":"Armor of Magical Strength"},{"id":12908,"c":34,"u":"boots%20of%20the%20winding%20path_tce","p":21,"s":4,"h":1,"t":11,"uu":"boots of the winding path|tce","n":"Boots of the Winding Path"},{"id":12914,"c":34,"u":"enhanced%20arcane%20focus_tce","p":21,"s":4,"h":1,"t":11,"uu":"enhanced arcane focus|tce","n":"Enhanced Arcane Focus"},{"id":12915,"c":34,"u":"enhanced%20defense_tce","p":21,"s":4,"h":1,"t":11,"uu":"enhanced defense|tce","n":"Enhanced Defense"},{"id":12916,"c":34,"u":"enhanced%20weapon_tce","p":21,"s":4,"h":1,"t":11,"uu":"enhanced weapon|tce","n":"Enhanced Weapon"},{"id":12922,"c":34,"u":"helm%20of%20awareness_tce","p":21,"s":4,"h":1,"t":11,"uu":"helm of awareness|tce","n":"Helm of Awareness"},{"id":12924,"c":34,"u":"homunculus%20servant_tce","p":21,"s":4,"h":1,"t":11,"uu":"homunculus servant|tce","m":"optionalfeatures/TCE/Homunculus Servant.webp","n":"Homunculus Servant"},{"id":12927,"c":34,"u":"mind%20sharpener_tce","p":22,"s":4,"h":1,"t":11,"uu":"mind sharpener|tce","n":"Mind Sharpener"},{"id":12931,"c":34,"u":"radiant%20weapon_tce","p":22,"s":4,"h":1,"t":11,"uu":"radiant weapon|tce","n":"Radiant Weapon"},{"id":12933,"c":34,"u":"repeating%20shot_tce","p":22,"s":4,"h":1,"t":11,"uu":"repeating shot|tce","n":"Repeating Shot"},{"id":12934,"c":34,"u":"replicate%20magic%20item_tce","p":22,"s":4,"h":1,"t":11,"uu":"replicate magic item|tce","n":"Replicate Magic Item"},{"id":12935,"c":34,"u":"repulsion%20shield_tce","p":23,"s":4,"h":1,"t":11,"uu":"repulsion shield|tce","n":"Repulsion Shield"},{"id":12936,"c":34,"u":"resistant%20armor_tce","p":23,"s":4,"h":1,"t":11,"uu":"resistant armor|tce","n":"Resistant Armor"},{"id":12937,"c":34,"u":"returning%20weapon_tce","p":23,"s":4,"h":1,"t":11,"uu":"returning weapon|tce","n":"Returning Weapon"},{"id":12939,"c":34,"u":"spell-refueling%20ring_tce","p":23,"s":4,"h":1,"t":11,"uu":"spell-refueling ring|tce","n":"Spell-Refueling Ring"},{"id":13328,"c":37,"u":"cloud%20rune_tce","p":44,"s":4,"h":1,"t":11,"uu":"cloud rune|tce","n":"Cloud Rune"},{"id":13336,"c":37,"u":"fire%20rune_tce","p":44,"s":4,"h":1,"t":11,"uu":"fire rune|tce","n":"Fire Rune"},{"id":13337,"c":37,"u":"frost%20rune_tce","p":45,"s":4,"h":1,"t":11,"uu":"frost rune|tce","n":"Frost Rune"},{"id":13341,"c":37,"u":"hill%20rune_tce","p":45,"s":4,"h":1,"t":11,"uu":"hill rune|tce","n":"Hill Rune"},{"id":13358,"c":37,"u":"stone%20rune_tce","p":45,"s":4,"h":1,"t":11,"uu":"stone rune|tce","n":"Stone Rune"},{"id":13359,"c":37,"u":"storm%20rune_tce","p":45,"s":4,"h":1,"t":11,"uu":"storm rune|tce","n":"Storm Rune"},{"id":13946,"c":4,"u":"birdpipes_scag","p":124,"s":106,"h":1,"t":12,"uu":"birdpipes|scag","xF":{"ft":"tool"},"n":"Birdpipes"},{"id":13947,"c":4,"u":"glaur_scag","p":124,"s":106,"h":1,"t":12,"uu":"glaur|scag","xF":{"ft":"tool"},"n":"Glaur"},{"id":13948,"c":4,"u":"hand%20drum_scag","p":124,"s":106,"h":1,"t":12,"uu":"hand drum|scag","xF":{"ft":"tool"},"n":"Hand Drum"},{"id":13949,"c":4,"u":"longhorn_scag","p":124,"s":106,"h":1,"t":12,"uu":"longhorn|scag","xF":{"ft":"tool"},"n":"Longhorn"},{"id":13950,"c":4,"u":"shawm_scag","p":124,"s":106,"h":1,"t":12,"uu":"shawm|scag","xF":{"ft":"tool"},"n":"Shawm"},{"id":13951,"c":4,"u":"songhorn_scag","p":124,"s":106,"h":1,"t":12,"uu":"songhorn|scag","xF":{"ft":"tool"},"n":"Songhorn"},{"id":13952,"c":4,"u":"spiked%20armor_scag","p":121,"s":106,"h":1,"t":12,"uu":"spiked armor|scag","xF":{"ft":"equipment"},"n":"Spiked Armor"},{"id":13953,"c":4,"u":"tantan_scag","p":124,"s":106,"h":1,"t":12,"uu":"tantan|scag","xF":{"ft":"tool"},"n":"Tantan"},{"id":13954,"c":4,"u":"thelarr_scag","p":124,"s":106,"h":1,"t":12,"uu":"thelarr|scag","xF":{"ft":"tool"},"n":"Thelarr"},{"id":13955,"c":4,"u":"tocken_scag","p":124,"s":106,"h":1,"t":12,"uu":"tocken|scag","xF":{"ft":"tool"},"n":"Tocken"},{"id":13956,"c":4,"u":"wargong_scag","p":124,"s":106,"h":1,"t":12,"uu":"wargong|scag","xF":{"ft":"tool"},"n":"Wargong"},{"id":13957,"c":4,"u":"yarting_scag","p":124,"s":106,"h":1,"t":12,"uu":"yarting|scag","xF":{"ft":"tool"},"n":"Yarting"},{"id":13958,"c":4,"u":"zulkoon_scag","p":124,"s":106,"h":1,"t":12,"uu":"zulkoon|scag","xF":{"ft":"tool"},"n":"Zulkoon"},{"id":13959,"c":4,"u":"antimatter%20rifle_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"antimatter rifle|xdmg","xF":{"ft":"weapon"},"n":"Antimatter Rifle"},{"id":13960,"c":4,"u":"automatic%20rifle_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"automatic rifle|xdmg","xF":{"ft":"weapon"},"n":"Automatic Rifle"},{"id":13961,"c":4,"u":"energy%20cell_xdmg","p":72,"s":5,"h":1,"t":12,"uu":"energy cell|xdmg","xF":{"ft":"consumable"},"n":"Energy Cell"},{"id":13962,"c":4,"u":"hunting%20rifle_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"hunting rifle|xdmg","xF":{"ft":"weapon"},"n":"Hunting Rifle"},{"id":13963,"c":4,"u":"laser%20pistol_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"laser pistol|xdmg","xF":{"ft":"weapon"},"n":"Laser Pistol"},{"id":13964,"c":4,"u":"laser%20rifle_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"laser rifle|xdmg","xF":{"ft":"weapon"},"n":"Laser Rifle"},{"id":13965,"c":4,"u":"revolver_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"revolver|xdmg","xF":{"ft":"weapon"},"n":"Revolver"},{"id":13966,"c":4,"u":"semiautomatic%20pistol_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"semiautomatic pistol|xdmg","xF":{"ft":"weapon"},"n":"Semiautomatic Pistol"},{"id":13967,"c":4,"u":"shotgun_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"shotgun|xdmg","xF":{"ft":"weapon"},"n":"Shotgun"},{"id":13968,"c":4,"u":"arrow_xphb","p":222,"s":8,"h":1,"t":12,"uu":"arrow|xphb","xF":{"ft":"consumable"},"n":"Arrow"},{"id":13969,"c":4,"u":"arrows%20(20)_xphb","p":222,"s":8,"h":1,"t":12,"uu":"arrows (20)|xphb","xF":{"ft":"consumable"},"n":"Arrows (20)"},{"id":13970,"c":4,"u":"bagpipes_xphb","p":221,"s":8,"h":1,"t":12,"uu":"bagpipes|xphb","xF":{"ft":"tool"},"n":"Bagpipes"},{"id":13971,"c":4,"u":"battleaxe_xphb","p":215,"s":8,"h":1,"t":12,"uu":"battleaxe|xphb","m":"items/XPHB/Battleaxe.webp","xF":{"ft":"weapon"},"n":"Battleaxe"},{"id":13972,"c":4,"u":"blowgun_xphb","p":215,"s":8,"h":1,"t":12,"uu":"blowgun|xphb","m":"items/XPHB/Blowgun.webp","xF":{"ft":"weapon"},"n":"Blowgun"},{"id":13973,"c":4,"u":"bolt_xphb","p":222,"s":8,"h":1,"t":12,"uu":"bolt|xphb","xF":{"ft":"consumable"},"n":"Bolt"},{"id":13974,"c":4,"u":"bolts%20(20)_xphb","p":222,"s":8,"h":1,"t":12,"uu":"bolts (20)|xphb","xF":{"ft":"consumable"},"n":"Bolts (20)"},{"id":13975,"c":4,"u":"breastplate_xphb","p":219,"s":8,"h":1,"t":12,"uu":"breastplate|xphb","m":"items/XPHB/Breastplate.webp","xF":{"ft":"equipment"},"n":"Breastplate"},{"id":13976,"c":4,"u":"chain%20mail_xphb","p":219,"s":8,"h":1,"t":12,"uu":"chain mail|xphb","m":"items/XPHB/Chain Mail.webp","xF":{"ft":"equipment"},"n":"Chain Mail"},{"id":13977,"c":4,"u":"chain%20shirt_xphb","p":219,"s":8,"h":1,"t":12,"uu":"chain shirt|xphb","m":"items/XPHB/Chain Shirt.webp","xF":{"ft":"equipment"},"n":"Chain Shirt"},{"id":13978,"c":4,"u":"club_xphb","p":215,"s":8,"h":1,"t":12,"uu":"club|xphb","m":"items/XPHB/Club.webp","xF":{"ft":"weapon"},"n":"Club"},{"id":13979,"c":4,"u":"crystal_xphb","p":224,"s":8,"h":1,"t":12,"uu":"crystal|xphb","xF":{"ft":"equipment"},"n":"Crystal"},{"id":13980,"c":4,"u":"dagger_xphb","p":215,"s":8,"h":1,"t":12,"uu":"dagger|xphb","m":"items/XPHB/Dagger.webp","xF":{"ft":"weapon"},"n":"Dagger"},{"id":13981,"c":4,"u":"dart_xphb","p":215,"s":8,"h":1,"t":12,"uu":"dart|xphb","m":"items/XPHB/Dart.webp","xF":{"ft":"weapon"},"n":"Dart"},{"id":13982,"c":4,"u":"drum_xphb","p":221,"s":8,"h":1,"t":12,"uu":"drum|xphb","xF":{"ft":"tool"},"n":"Drum"},{"id":13983,"c":4,"u":"dulcimer_xphb","p":221,"s":8,"h":1,"t":12,"uu":"dulcimer|xphb","xF":{"ft":"tool"},"n":"Dulcimer"},{"id":13984,"c":4,"u":"firearm%20bullet_xphb","p":222,"s":8,"h":1,"t":12,"uu":"firearm bullet|xphb","xF":{"ft":"consumable"},"n":"Firearm Bullet"},{"id":13985,"c":4,"u":"firearm%20bullets%20(10)_xphb","p":222,"s":8,"h":1,"t":12,"uu":"firearm bullets (10)|xphb","xF":{"ft":"consumable"},"n":"Firearm Bullets (10)"},{"id":13986,"c":4,"u":"flail_xphb","p":215,"s":8,"h":1,"t":12,"uu":"flail|xphb","m":"items/XPHB/Flail.webp","xF":{"ft":"weapon"},"n":"Flail"},{"id":13987,"c":4,"u":"flute_xphb","p":221,"s":8,"h":1,"t":12,"uu":"flute|xphb","xF":{"ft":"tool"},"n":"Flute"},{"id":13988,"c":4,"u":"glaive_xphb","p":215,"s":8,"h":1,"t":12,"uu":"glaive|xphb","m":"items/XPHB/Glaive.webp","xF":{"ft":"weapon"},"n":"Glaive"},{"id":13989,"c":4,"u":"greataxe_xphb","p":215,"s":8,"h":1,"t":12,"uu":"greataxe|xphb","m":"items/XPHB/Greataxe.webp","xF":{"ft":"weapon"},"n":"Greataxe"},{"id":13990,"c":4,"u":"greatclub_xphb","p":215,"s":8,"h":1,"t":12,"uu":"greatclub|xphb","m":"items/XPHB/Greatclub.webp","xF":{"ft":"weapon"},"n":"Greatclub"},{"id":13991,"c":4,"u":"greatsword_xphb","p":215,"s":8,"h":1,"t":12,"uu":"greatsword|xphb","m":"items/XPHB/Greatsword.webp","xF":{"ft":"weapon"},"n":"Greatsword"},{"id":13992,"c":4,"u":"halberd_xphb","p":215,"s":8,"h":1,"t":12,"uu":"halberd|xphb","m":"items/XPHB/Halberd.webp","xF":{"ft":"weapon"},"n":"Halberd"},{"id":13993,"c":4,"u":"half%20plate%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"half plate armor|xphb","m":"items/XPHB/Half Plate Armor.webp","xF":{"ft":"equipment"},"n":"Half Plate Armor"},{"id":13994,"c":4,"u":"hand%20crossbow_xphb","p":215,"s":8,"h":1,"t":12,"uu":"hand crossbow|xphb","m":"items/XPHB/Hand Crossbow.webp","xF":{"ft":"weapon"},"n":"Hand Crossbow"},{"id":13995,"c":4,"u":"handaxe_xphb","p":215,"s":8,"h":1,"t":12,"uu":"handaxe|xphb","m":"items/XPHB/Handaxe.webp","xF":{"ft":"weapon"},"n":"Handaxe"},{"id":13996,"c":4,"u":"heavy%20crossbow_xphb","p":215,"s":8,"h":1,"t":12,"uu":"heavy crossbow|xphb","m":"items/XPHB/Heavy Crossbow.webp","xF":{"ft":"weapon"},"n":"Heavy Crossbow"},{"id":13997,"c":4,"u":"hide%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"hide armor|xphb","m":"items/XPHB/Hide Armor.webp","xF":{"ft":"equipment"},"n":"Hide Armor"},{"id":13998,"c":4,"u":"horn_xphb","p":221,"s":8,"h":1,"t":12,"uu":"horn|xphb","xF":{"ft":"tool"},"n":"Horn"},{"id":13999,"c":4,"u":"javelin_xphb","p":215,"s":8,"h":1,"t":12,"uu":"javelin|xphb","m":"items/XPHB/Javelin.webp","xF":{"ft":"weapon"},"n":"Javelin"},{"id":14000,"c":4,"u":"lance_xphb","p":215,"s":8,"h":1,"t":12,"uu":"lance|xphb","m":"items/XPHB/Lance.webp","xF":{"ft":"weapon"},"n":"Lance"},{"id":14001,"c":4,"u":"leather%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"leather armor|xphb","m":"items/XPHB/Leather Armor.webp","xF":{"ft":"equipment"},"n":"Leather Armor"},{"id":14002,"c":4,"u":"light%20crossbow_xphb","p":215,"s":8,"h":1,"t":12,"uu":"light crossbow|xphb","m":"items/XPHB/Light Crossbow.webp","xF":{"ft":"weapon"},"n":"Light Crossbow"},{"id":14003,"c":4,"u":"light%20hammer_xphb","p":215,"s":8,"h":1,"t":12,"uu":"light hammer|xphb","m":"items/XPHB/Light Hammer.webp","xF":{"ft":"weapon"},"n":"Light Hammer"},{"id":14004,"c":4,"u":"longbow_xphb","p":215,"s":8,"h":1,"t":12,"uu":"longbow|xphb","m":"items/XPHB/Longbow.webp","xF":{"ft":"weapon"},"n":"Longbow"},{"id":14005,"c":4,"u":"longsword_xphb","p":215,"s":8,"h":1,"t":12,"uu":"longsword|xphb","m":"items/XPHB/Longsword.webp","xF":{"ft":"weapon"},"n":"Longsword"},{"id":14006,"c":4,"u":"lute_xphb","p":221,"s":8,"h":1,"t":12,"uu":"lute|xphb","xF":{"ft":"tool"},"n":"Lute"},{"id":14007,"c":4,"u":"lyre_xphb","p":221,"s":8,"h":1,"t":12,"uu":"lyre|xphb","xF":{"ft":"tool"},"n":"Lyre"},{"id":14008,"c":4,"u":"mace_xphb","p":215,"s":8,"h":1,"t":12,"uu":"mace|xphb","m":"items/XPHB/Mace.webp","xF":{"ft":"weapon"},"n":"Mace"},{"id":14009,"c":4,"u":"maul_xphb","p":215,"s":8,"h":1,"t":12,"uu":"maul|xphb","m":"items/XPHB/Maul.webp","xF":{"ft":"weapon"},"n":"Maul"},{"id":14010,"c":4,"u":"morningstar_xphb","p":215,"s":8,"h":1,"t":12,"uu":"morningstar|xphb","m":"items/XPHB/Morningstar.webp","xF":{"ft":"weapon"},"n":"Morningstar"},{"id":14011,"c":4,"u":"musket_xphb","p":215,"s":8,"h":1,"t":12,"uu":"musket|xphb","m":"items/XPHB/Musket.webp","xF":{"ft":"weapon"},"n":"Musket"},{"id":14012,"c":4,"u":"needle_xphb","p":222,"s":8,"h":1,"t":12,"uu":"needle|xphb","xF":{"ft":"consumable"},"n":"Needle"},{"id":14013,"c":4,"u":"needles%20(50)_xphb","p":222,"s":8,"h":1,"t":12,"uu":"needles (50)|xphb","xF":{"ft":"consumable"},"n":"Needles (50)"},{"id":14014,"c":4,"u":"orb_xphb","p":224,"s":8,"h":1,"t":12,"uu":"orb|xphb","xF":{"ft":"equipment"},"n":"Orb"},{"id":14015,"c":4,"u":"padded%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"padded armor|xphb","m":"items/XPHB/Padded Armor.webp","xF":{"ft":"equipment"},"n":"Padded Armor"},{"id":14016,"c":4,"u":"pan%20flute_xphb","p":221,"s":8,"h":1,"t":12,"uu":"pan flute|xphb","xF":{"ft":"tool"},"n":"Pan Flute"},{"id":14017,"c":4,"u":"pike_xphb","p":215,"s":8,"h":1,"t":12,"uu":"pike|xphb","m":"items/XPHB/Pike.webp","xF":{"ft":"weapon"},"n":"Pike"},{"id":14018,"c":4,"u":"pistol_xphb","p":215,"s":8,"h":1,"t":12,"uu":"pistol|xphb","m":"items/XPHB/Pistol.webp","xF":{"ft":"weapon"},"n":"Pistol"},{"id":14019,"c":4,"u":"plate%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"plate armor|xphb","m":"items/XPHB/Plate Armor.webp","xF":{"ft":"equipment"},"n":"Plate Armor"},{"id":14020,"c":4,"u":"quarterstaff_xphb","p":215,"s":8,"h":1,"t":12,"uu":"quarterstaff|xphb","m":"items/XPHB/Quarterstaff.webp","xF":{"ft":"weapon"},"n":"Quarterstaff"},{"id":14021,"c":4,"u":"rapier_xphb","p":215,"s":8,"h":1,"t":12,"uu":"rapier|xphb","m":"items/XPHB/Rapier.webp","xF":{"ft":"weapon"},"n":"Rapier"},{"id":14022,"c":4,"u":"ring%20mail_xphb","p":219,"s":8,"h":1,"t":12,"uu":"ring mail|xphb","m":"items/XPHB/Ring Mail.webp","xF":{"ft":"equipment"},"n":"Ring Mail"},{"id":14023,"c":4,"u":"rod_xphb","p":224,"s":8,"h":1,"t":12,"uu":"rod|xphb","xF":{"ft":"equipment"},"n":"Rod"},{"id":14024,"c":4,"u":"scale%20mail_xphb","p":219,"s":8,"h":1,"t":12,"uu":"scale mail|xphb","m":"items/XPHB/Scale Mail.webp","xF":{"ft":"equipment"},"n":"Scale Mail"},{"id":14025,"c":4,"u":"scimitar_xphb","p":215,"s":8,"h":1,"t":12,"uu":"scimitar|xphb","m":"items/XPHB/Scimitar.webp","xF":{"ft":"weapon"},"n":"Scimitar"},{"id":14026,"c":4,"u":"shawm_xphb","p":221,"s":8,"h":1,"t":12,"uu":"shawm|xphb","xF":{"ft":"tool"},"n":"Shawm"},{"id":14027,"c":4,"u":"shield_xphb","p":219,"s":8,"h":1,"t":12,"uu":"shield|xphb","m":"items/XPHB/Shield.webp","xF":{"ft":"equipment"},"n":"Shield"},{"id":14028,"c":4,"u":"shortbow_xphb","p":215,"s":8,"h":1,"t":12,"uu":"shortbow|xphb","m":"items/XPHB/Shortbow.webp","xF":{"ft":"weapon"},"n":"Shortbow"},{"id":14029,"c":4,"u":"shortsword_xphb","p":215,"s":8,"h":1,"t":12,"uu":"shortsword|xphb","m":"items/XPHB/Shortsword.webp","xF":{"ft":"weapon"},"n":"Shortsword"},{"id":14030,"c":4,"u":"sickle_xphb","p":215,"s":8,"h":1,"t":12,"uu":"sickle|xphb","m":"items/XPHB/Sickle.webp","xF":{"ft":"weapon"},"n":"Sickle"},{"id":14031,"c":4,"u":"sling_xphb","p":215,"s":8,"h":1,"t":12,"uu":"sling|xphb","m":"items/XPHB/Sling.webp","xF":{"ft":"weapon"},"n":"Sling"},{"id":14032,"c":4,"u":"sling%20bullet_xphb","p":222,"s":8,"h":1,"t":12,"uu":"sling bullet|xphb","xF":{"ft":"consumable"},"n":"Sling Bullet"},{"id":14033,"c":4,"u":"sling%20bullets%20(20)_xphb","p":222,"s":8,"h":1,"t":12,"uu":"sling bullets (20)|xphb","xF":{"ft":"consumable"},"n":"Sling Bullets (20)"},{"id":14034,"c":4,"u":"spear_xphb","p":215,"s":8,"h":1,"t":12,"uu":"spear|xphb","m":"items/XPHB/Spear.webp","xF":{"ft":"weapon"},"n":"Spear"},{"id":14035,"c":4,"u":"splint%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"splint armor|xphb","m":"items/XPHB/Splint Armor.webp","xF":{"ft":"equipment"},"n":"Splint Armor"},{"id":14036,"c":4,"u":"staff_xphb","p":224,"s":8,"h":1,"t":12,"uu":"staff|xphb","xF":{"ft":"weapon"},"n":"Staff"},{"id":14037,"c":4,"u":"studded%20leather%20armor_xphb","p":219,"s":8,"h":1,"t":12,"uu":"studded leather armor|xphb","m":"items/XPHB/Studded Leather Armor.webp","xF":{"ft":"equipment"},"n":"Studded Leather Armor"},{"id":14038,"c":4,"u":"trident_xphb","p":215,"s":8,"h":1,"t":12,"uu":"trident|xphb","m":"items/XPHB/Trident.webp","xF":{"ft":"weapon"},"n":"Trident"},{"id":14039,"c":4,"u":"viol_xphb","p":221,"s":8,"h":1,"t":12,"uu":"viol|xphb","xF":{"ft":"tool"},"n":"Viol"},{"id":14040,"c":4,"u":"wand_xphb","p":224,"s":8,"h":1,"t":12,"uu":"wand|xphb","xF":{"ft":"equipment"},"n":"Wand"},{"id":14041,"c":4,"u":"war%20pick_xphb","p":215,"s":8,"h":1,"t":12,"uu":"war pick|xphb","m":"items/XPHB/War Pick.webp","xF":{"ft":"weapon"},"n":"War Pick"},{"id":14042,"c":4,"u":"warhammer_xphb","p":215,"s":8,"h":1,"t":12,"uu":"warhammer|xphb","m":"items/XPHB/Warhammer.webp","xF":{"ft":"weapon"},"n":"Warhammer"},{"id":14043,"c":4,"u":"whip_xphb","p":215,"s":8,"h":1,"t":12,"uu":"whip|xphb","m":"items/XPHB/Whip.webp","xF":{"ft":"weapon"},"n":"Whip"},{"id":14044,"c":4,"u":"wooden%20staff_xphb","p":225,"s":8,"h":1,"t":12,"uu":"wooden staff|xphb","xF":{"ft":"weapon"},"n":"Wooden Staff"},{"id":14045,"c":4,"u":"antimatter%20rifle_dmg","p":268,"s":24,"h":1,"t":12,"uu":"antimatter rifle|dmg","xF":{"ft":"weapon"},"n":"Antimatter Rifle"},{"id":14046,"c":4,"u":"automatic%20pistol_dmg","p":268,"s":24,"h":1,"t":12,"uu":"automatic pistol|dmg","xF":{"ft":"weapon"},"n":"Automatic Pistol"},{"id":14047,"c":4,"u":"automatic%20rifle_dmg","p":268,"s":24,"h":1,"t":12,"uu":"automatic rifle|dmg","xF":{"ft":"weapon"},"n":"Automatic Rifle"},{"id":14048,"c":4,"u":"energy%20cell_dmg","p":268,"s":24,"h":1,"t":12,"uu":"energy cell|dmg","xF":{"ft":"consumable"},"n":"Energy Cell"},{"id":14049,"c":4,"u":"hunting%20rifle_dmg","p":268,"s":24,"h":1,"t":12,"uu":"hunting rifle|dmg","xF":{"ft":"weapon"},"n":"Hunting Rifle"},{"id":14050,"c":4,"u":"laser%20pistol_dmg","p":268,"s":24,"h":1,"t":12,"uu":"laser pistol|dmg","xF":{"ft":"weapon"},"n":"Laser Pistol"},{"id":14051,"c":4,"u":"laser%20rifle_dmg","p":268,"s":24,"h":1,"t":12,"uu":"laser rifle|dmg","xF":{"ft":"weapon"},"n":"Laser Rifle"},{"id":14052,"c":4,"u":"modern%20bullet_dmg","p":268,"s":24,"h":1,"t":12,"uu":"modern bullet|dmg","xF":{"ft":"consumable"},"n":"Modern Bullet"},{"id":14053,"c":4,"u":"modern%20bullets%20(10)_dmg","p":268,"s":24,"h":1,"t":12,"uu":"modern bullets (10)|dmg","xF":{"ft":"consumable"},"n":"Modern Bullets (10)"},{"id":14054,"c":4,"u":"musket_dmg","p":268,"s":24,"h":1,"t":12,"uu":"musket|dmg","xF":{"ft":"weapon"},"n":"Musket"},{"id":14055,"c":4,"u":"pistol_dmg","p":268,"s":24,"h":1,"t":12,"uu":"pistol|dmg","xF":{"ft":"weapon"},"n":"Pistol"},{"id":14056,"c":4,"u":"renaissance%20bullet_dmg","p":268,"s":24,"h":1,"t":12,"uu":"renaissance bullet|dmg","xF":{"ft":"consumable"},"n":"Renaissance Bullet"},{"id":14057,"c":4,"u":"renaissance%20bullets%20(10)_dmg","p":268,"s":24,"h":1,"t":12,"uu":"renaissance bullets (10)|dmg","xF":{"ft":"consumable"},"n":"Renaissance Bullets (10)"},{"id":14058,"c":4,"u":"revolver_dmg","p":268,"s":24,"h":1,"t":12,"uu":"revolver|dmg","xF":{"ft":"weapon"},"n":"Revolver"},{"id":14059,"c":4,"u":"shotgun_dmg","p":268,"s":24,"h":1,"t":12,"uu":"shotgun|dmg","xF":{"ft":"weapon"},"n":"Shotgun"},{"id":14060,"c":4,"u":"hoopak_dsotdq","p":188,"s":27,"h":1,"t":12,"uu":"hoopak|dsotdq","m":"items/DSotDQ/Hoopak.webp","xF":{"ft":"weapon"},"n":"Hoopak"},{"id":14061,"c":4,"u":"double-bladed%20scimitar_erlw","p":21,"s":29,"h":1,"t":12,"uu":"double-bladed scimitar|erlw","xF":{"ft":"weapon"},"n":"Double-Bladed Scimitar"},{"id":14062,"c":4,"u":"hooked%20shortspear_oota","p":224,"s":48,"h":1,"t":12,"uu":"hooked shortspear|oota","xF":{"ft":"weapon"},"n":"Hooked Shortspear"},{"id":14063,"c":4,"u":"light%20repeating%20crossbow_oota","p":224,"s":48,"h":1,"t":12,"uu":"light repeating crossbow|oota","xF":{"ft":"weapon"},"n":"Light Repeating Crossbow"},{"id":14064,"c":4,"u":"arrow_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"arrow|phb","xF":{"ft":"consumable"},"n":"Arrow"},{"id":14065,"c":4,"u":"arrows%20(20)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"arrows (20)|phb","xF":{"ft":"consumable"},"n":"Arrows (20)"},{"id":14066,"c":4,"u":"bagpipes_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"bagpipes|phb","xF":{"ft":"tool"},"n":"Bagpipes"},{"id":14067,"c":4,"u":"battleaxe_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"battleaxe|phb","xF":{"ft":"weapon"},"n":"Battleaxe"},{"id":14068,"c":4,"u":"blowgun_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"blowgun|phb","xF":{"ft":"weapon"},"n":"Blowgun"},{"id":14069,"c":4,"u":"blowgun%20needle_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"blowgun needle|phb","xF":{"ft":"consumable"},"n":"Blowgun Needle"},{"id":14070,"c":4,"u":"blowgun%20needles%20(50)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"blowgun needles (50)|phb","xF":{"ft":"consumable"},"n":"Blowgun Needles (50)"},{"id":14071,"c":4,"u":"breastplate_phb","p":145,"s":51,"h":1,"r":1,"t":12,"uu":"breastplate|phb","xF":{"ft":"equipment"},"n":"Breastplate"},{"id":14072,"c":4,"u":"chain%20mail_phb","p":145,"s":51,"h":1,"r":1,"t":12,"uu":"chain mail|phb","xF":{"ft":"equipment"},"n":"Chain Mail"},{"id":14073,"c":4,"u":"chain%20shirt_phb","p":144,"s":51,"h":1,"r":1,"t":12,"uu":"chain shirt|phb","xF":{"ft":"equipment"},"n":"Chain Shirt"},{"id":14074,"c":4,"u":"club_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"club|phb","xF":{"ft":"weapon"},"n":"Club"},{"id":14075,"c":4,"u":"crossbow%20bolt_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"crossbow bolt|phb","xF":{"ft":"consumable"},"n":"Crossbow Bolt"},{"id":14076,"c":4,"u":"crossbow%20bolts%20(20)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"crossbow bolts (20)|phb","xF":{"ft":"consumable"},"n":"Crossbow Bolts (20)"},{"id":14077,"c":4,"u":"crystal_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"crystal|phb","xF":{"ft":"equipment"},"n":"Crystal"},{"id":14078,"c":4,"u":"dagger_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"dagger|phb","xF":{"ft":"weapon"},"n":"Dagger"},{"id":14079,"c":4,"u":"dart_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"dart|phb","xF":{"ft":"weapon"},"n":"Dart"},{"id":14080,"c":4,"u":"drum_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"drum|phb","xF":{"ft":"tool"},"n":"Drum"},{"id":14081,"c":4,"u":"dulcimer_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"dulcimer|phb","xF":{"ft":"tool"},"n":"Dulcimer"},{"id":14082,"c":4,"u":"flail_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"flail|phb","xF":{"ft":"weapon"},"n":"Flail"},{"id":14083,"c":4,"u":"flute_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"flute|phb","xF":{"ft":"tool"},"n":"Flute"},{"id":14084,"c":4,"u":"glaive_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"glaive|phb","xF":{"ft":"weapon"},"n":"Glaive"},{"id":14085,"c":4,"u":"greataxe_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"greataxe|phb","xF":{"ft":"weapon"},"n":"Greataxe"},{"id":14086,"c":4,"u":"greatclub_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"greatclub|phb","xF":{"ft":"weapon"},"n":"Greatclub"},{"id":14087,"c":4,"u":"greatsword_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"greatsword|phb","xF":{"ft":"weapon"},"n":"Greatsword"},{"id":14088,"c":4,"u":"halberd_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"halberd|phb","xF":{"ft":"weapon"},"n":"Halberd"},{"id":14089,"c":4,"u":"half%20plate%20armor_phb","p":145,"s":51,"h":1,"r":1,"t":12,"uu":"half plate armor|phb","xF":{"ft":"equipment"},"n":"Half Plate Armor"},{"id":14090,"c":4,"u":"hand%20crossbow_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"hand crossbow|phb","xF":{"ft":"weapon"},"n":"Hand Crossbow"},{"id":14091,"c":4,"u":"handaxe_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"handaxe|phb","xF":{"ft":"weapon"},"n":"Handaxe"},{"id":14092,"c":4,"u":"heavy%20crossbow_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"heavy crossbow|phb","xF":{"ft":"weapon"},"n":"Heavy Crossbow"},{"id":14093,"c":4,"u":"hide%20armor_phb","p":144,"s":51,"h":1,"r":1,"t":12,"uu":"hide armor|phb","xF":{"ft":"equipment"},"n":"Hide Armor"},{"id":14094,"c":4,"u":"horn_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"horn|phb","xF":{"ft":"tool"},"n":"Horn"},{"id":14095,"c":4,"u":"javelin_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"javelin|phb","xF":{"ft":"weapon"},"n":"Javelin"},{"id":14096,"c":4,"u":"lance_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"lance|phb","xF":{"ft":"weapon"},"n":"Lance"},{"id":14097,"c":4,"u":"leather%20armor_phb","p":144,"s":51,"h":1,"r":1,"t":12,"uu":"leather armor|phb","xF":{"ft":"equipment"},"n":"Leather Armor"},{"id":14098,"c":4,"u":"light%20crossbow_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"light crossbow|phb","xF":{"ft":"weapon"},"n":"Light Crossbow"},{"id":14099,"c":4,"u":"light%20hammer_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"light hammer|phb","xF":{"ft":"weapon"},"n":"Light Hammer"},{"id":14100,"c":4,"u":"longbow_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"longbow|phb","xF":{"ft":"weapon"},"n":"Longbow"},{"id":14101,"c":4,"u":"longsword_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"longsword|phb","xF":{"ft":"weapon"},"n":"Longsword"},{"id":14102,"c":4,"u":"lute_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"lute|phb","xF":{"ft":"tool"},"n":"Lute"},{"id":14103,"c":4,"u":"lyre_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"lyre|phb","xF":{"ft":"tool"},"n":"Lyre"},{"id":14104,"c":4,"u":"mace_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"mace|phb","xF":{"ft":"weapon"},"n":"Mace"},{"id":14105,"c":4,"u":"maul_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"maul|phb","xF":{"ft":"weapon"},"n":"Maul"},{"id":14106,"c":4,"u":"morningstar_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"morningstar|phb","xF":{"ft":"weapon"},"n":"Morningstar"},{"id":14107,"c":4,"u":"net_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"net|phb","xF":{"ft":"weapon"},"n":"Net"},{"id":14108,"c":4,"u":"orb_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"orb|phb","xF":{"ft":"equipment"},"n":"Orb"},{"id":14109,"c":4,"u":"padded%20armor_phb","p":144,"s":51,"h":1,"r":1,"t":12,"uu":"padded armor|phb","xF":{"ft":"equipment"},"n":"Padded Armor"},{"id":14110,"c":4,"u":"pan%20flute_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"pan flute|phb","xF":{"ft":"tool"},"n":"Pan Flute"},{"id":14111,"c":4,"u":"pike_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"pike|phb","xF":{"ft":"weapon"},"n":"Pike"},{"id":14112,"c":4,"u":"plate%20armor_phb","p":145,"s":51,"h":1,"r":1,"t":12,"uu":"plate armor|phb","xF":{"ft":"equipment"},"n":"Plate Armor"},{"id":14113,"c":4,"u":"quarterstaff_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"quarterstaff|phb","xF":{"ft":"weapon"},"n":"Quarterstaff"},{"id":14114,"c":4,"u":"rapier_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"rapier|phb","xF":{"ft":"weapon"},"n":"Rapier"},{"id":14115,"c":4,"u":"ring%20mail_phb","p":145,"s":51,"h":1,"r":1,"t":12,"uu":"ring mail|phb","xF":{"ft":"equipment"},"n":"Ring Mail"},{"id":14116,"c":4,"u":"rod_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"rod|phb","xF":{"ft":"equipment"},"n":"Rod"},{"id":14117,"c":4,"u":"scale%20mail_phb","p":144,"s":51,"h":1,"r":1,"t":12,"uu":"scale mail|phb","xF":{"ft":"equipment"},"n":"Scale Mail"},{"id":14118,"c":4,"u":"scimitar_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"scimitar|phb","xF":{"ft":"weapon"},"n":"Scimitar"},{"id":14119,"c":4,"u":"shawm_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"shawm|phb","xF":{"ft":"tool"},"n":"Shawm"},{"id":14120,"c":4,"u":"shield_phb","p":144,"s":51,"h":1,"r":1,"t":12,"uu":"shield|phb","xF":{"ft":"equipment"},"n":"Shield"},{"id":14121,"c":4,"u":"shortbow_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"shortbow|phb","xF":{"ft":"weapon"},"n":"Shortbow"},{"id":14122,"c":4,"u":"shortsword_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"shortsword|phb","xF":{"ft":"weapon"},"n":"Shortsword"},{"id":14123,"c":4,"u":"sickle_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"sickle|phb","xF":{"ft":"weapon"},"n":"Sickle"},{"id":14124,"c":4,"u":"sling_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"sling|phb","xF":{"ft":"weapon"},"n":"Sling"},{"id":14125,"c":4,"u":"sling%20bullet_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"sling bullet|phb","xF":{"ft":"consumable"},"n":"Sling Bullet"},{"id":14126,"c":4,"u":"sling%20bullets%20(20)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"sling bullets (20)|phb","xF":{"ft":"consumable"},"n":"Sling Bullets (20)"},{"id":14127,"c":4,"u":"spear_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"spear|phb","xF":{"ft":"weapon"},"n":"Spear"},{"id":14128,"c":4,"u":"splint%20armor_phb","p":145,"s":51,"h":1,"r":1,"t":12,"uu":"splint armor|phb","xF":{"ft":"equipment"},"n":"Splint Armor"},{"id":14129,"c":4,"u":"staff_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"staff|phb","xF":{"ft":"weapon"},"n":"Staff"},{"id":14130,"c":4,"u":"studded%20leather%20armor_phb","p":144,"s":51,"h":1,"r":1,"t":12,"uu":"studded leather armor|phb","xF":{"ft":"equipment"},"n":"Studded Leather Armor"},{"id":14131,"c":4,"u":"trident_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"trident|phb","xF":{"ft":"weapon"},"n":"Trident"},{"id":14132,"c":4,"u":"viol_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"viol|phb","xF":{"ft":"tool"},"n":"Viol"},{"id":14133,"c":4,"u":"wand_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"wand|phb","xF":{"ft":"equipment"},"n":"Wand"},{"id":14134,"c":4,"u":"war%20pick_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"war pick|phb","xF":{"ft":"weapon"},"n":"War Pick"},{"id":14135,"c":4,"u":"warhammer_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"warhammer|phb","xF":{"ft":"weapon"},"n":"Warhammer"},{"id":14136,"c":4,"u":"whip_phb","p":149,"s":51,"h":1,"r":1,"t":12,"uu":"whip|phb","xF":{"ft":"weapon"},"n":"Whip"},{"id":14137,"c":4,"u":"wooden%20staff_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"wooden staff|phb","xF":{"ft":"weapon"},"n":"Wooden Staff"},{"id":14138,"c":4,"u":"yklwa_toa","p":32,"s":62,"h":1,"t":12,"uu":"yklwa|toa","xF":{"ft":"weapon"},"n":"Yklwa"},{"id":14139,"c":54,"u":"cleave_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"cleave|xphb","n":"Cleave"},{"id":14140,"c":54,"u":"graze_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"graze|xphb","n":"Graze"},{"id":14141,"c":54,"u":"nick_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"nick|xphb","n":"Nick"},{"id":14142,"c":54,"u":"push_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"push|xphb","n":"Push"},{"id":14143,"c":54,"u":"sap_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"sap|xphb","n":"Sap"},{"id":14144,"c":54,"u":"slow_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"slow|xphb","n":"Slow"},{"id":14145,"c":54,"u":"topple_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"topple|xphb","n":"Topple"},{"id":14146,"c":54,"u":"vex_xphb","p":214,"s":8,"h":1,"hx":1,"t":13,"uu":"vex|xphb","n":"Vex"},{"id":14147,"c":4,"u":"adze%20of%20annam_bgg","p":110,"s":0,"h":1,"t":12,"uu":"adze of annam|bgg","m":"items/BGG/Adze of Annam.webp","xF":{"ft":"weapon"},"n":"Adze of Annam"},{"id":14148,"c":4,"u":"bigby's%20beneficent%20bracelet_bgg","p":111,"s":0,"h":1,"t":12,"uu":"bigby's beneficent bracelet|bgg","m":"items/BGG/Bigbys Beneficent Bracelet.webp","xF":{"ft":"equipment"},"n":"Bigby's Beneficent Bracelet"},{"id":14149,"c":4,"u":"crown%20of%20the%20wrath%20bringer_bgg","p":111,"s":0,"h":1,"t":12,"uu":"crown of the wrath bringer|bgg","xF":{"ft":"equipment"},"n":"Crown of the Wrath Bringer"},{"id":14150,"c":4,"u":"delver's%20claws_bgg","p":112,"s":0,"h":1,"t":12,"uu":"delver's claws|bgg","xF":{"ft":"equipment"},"n":"Delver's Claws"},{"id":14151,"c":4,"u":"elven%20thrower_bgg","p":64,"s":0,"h":1,"t":12,"uu":"elven thrower|bgg","xF":{"ft":"weapon"},"n":"Elven Thrower"},{"id":14152,"c":4,"u":"giant%20trinket_bgg","p":16,"s":0,"h":1,"t":12,"uu":"giant trinket|bgg","xF":{"ft":"loot"},"n":"Giant Trinket"},{"id":14153,"c":4,"u":"glowrune%20pigment_bgg","p":112,"s":0,"h":1,"t":12,"uu":"glowrune pigment|bgg","xF":{"ft":"equipment"},"n":"Glowrune Pigment"},{"id":14154,"c":4,"u":"goose%20egg%20trinket_bgg","p":150,"s":0,"h":1,"t":12,"uu":"goose egg trinket|bgg","xF":{"ft":"loot"},"n":"Goose Egg Trinket"},{"id":14155,"c":4,"u":"harp%20of%20gilded%20plenty_bgg","p":112,"s":0,"h":1,"t":12,"uu":"harp of gilded plenty|bgg","xF":{"ft":"equipment"},"n":"Harp of Gilded Plenty"},{"id":14156,"c":4,"u":"helm%20of%20perfect%20potential_bgg","p":112,"s":0,"h":1,"t":12,"uu":"helm of perfect potential|bgg","m":"items/BGG/Helm of Perfect Potential.webp","xF":{"ft":"equipment"},"n":"Helm of Perfect Potential"},{"id":14157,"c":4,"u":"horizon%20puzzle%20cube_bgg","p":86,"s":0,"h":1,"t":12,"uu":"horizon puzzle cube|bgg","xF":{"ft":"equipment"},"n":"Horizon Puzzle Cube"},{"id":14158,"c":4,"u":"lash%20of%20immolation_bgg","p":113,"s":0,"h":1,"t":12,"uu":"lash of immolation|bgg","xF":{"ft":"weapon"},"n":"Lash of Immolation"},{"id":14159,"c":4,"u":"longbow%20of%20the%20healing%20hearth_bgg","p":113,"s":0,"h":1,"t":12,"uu":"longbow of the healing hearth|bgg","xF":{"ft":"weapon"},"n":"Longbow of the Healing Hearth"},{"id":14160,"c":4,"u":"lucent%20destroyer_bgg","p":113,"s":0,"h":1,"t":12,"uu":"lucent destroyer|bgg","xF":{"ft":"weapon"},"n":"Lucent Destroyer"},{"id":14161,"c":4,"u":"mistral%20mantle_bgg","p":114,"s":0,"h":1,"t":12,"uu":"mistral mantle|bgg","xF":{"ft":"equipment"},"n":"Mistral Mantle"},{"id":14162,"c":4,"u":"nimbus%20coronet_bgg","p":114,"s":0,"h":1,"t":12,"uu":"nimbus coronet|bgg","xF":{"ft":"equipment"},"n":"Nimbus Coronet"},{"id":14163,"c":4,"u":"orb%20of%20skoraeus_bgg","p":114,"s":0,"h":1,"t":12,"uu":"orb of skoraeus|bgg","xF":{"ft":"equipment"},"n":"Orb of Skoraeus"},{"id":14164,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20carnelian%20triceratops_bgg","p":114,"s":0,"h":1,"t":12,"uu":"prehistoric figurine of wondrous power, carnelian triceratops|bgg","m":"items/BGG/Prehistoric Figurines of Wondrous Power.webp","xF":{"ft":"equipment"},"n":"Prehistoric Figurine of Wondrous Power, Carnelian Triceratops"},{"id":14165,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20jasper%20tyrannosaurus%20rex_bgg","p":114,"s":0,"h":1,"t":12,"uu":"prehistoric figurine of wondrous power, jasper tyrannosaurus rex|bgg","m":"items/BGG/Prehistoric Figurines of Wondrous Power.webp","xF":{"ft":"equipment"},"n":"Prehistoric Figurine of Wondrous Power, Jasper Tyrannosaurus Rex"},{"id":14166,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20kyanite%20pteranodon_bgg","p":114,"s":0,"h":1,"t":12,"uu":"prehistoric figurine of wondrous power, kyanite pteranodon|bgg","m":"items/BGG/Prehistoric Figurines of Wondrous Power.webp","xF":{"ft":"equipment"},"n":"Prehistoric Figurine of Wondrous Power, Kyanite Pteranodon"},{"id":14167,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20pyrite%20plesiosaurus_bgg","p":114,"s":0,"h":1,"t":12,"uu":"prehistoric figurine of wondrous power, pyrite plesiosaurus|bgg","m":"items/BGG/Prehistoric Figurines of Wondrous Power.webp","xF":{"ft":"equipment"},"n":"Prehistoric Figurine of Wondrous Power, Pyrite Plesiosaurus"},{"id":14168,"c":4,"u":"reaper's%20scream_bgg","p":115,"s":0,"h":1,"t":12,"uu":"reaper's scream|bgg","xF":{"ft":"weapon"},"n":"Reaper's Scream"},{"id":14169,"c":4,"u":"ring%20of%20amity_bgg","p":115,"s":0,"h":1,"t":12,"uu":"ring of amity|bgg","xF":{"ft":"equipment"},"n":"Ring of Amity"},{"id":14170,"c":4,"u":"sanctum%20amulet_bgg","p":116,"s":0,"h":1,"t":12,"uu":"sanctum amulet|bgg","xF":{"ft":"equipment"},"n":"Sanctum Amulet"},{"id":14171,"c":4,"u":"shield%20of%20the%20blazing%20dreadnought_bgg","p":116,"s":0,"h":1,"t":12,"uu":"shield of the blazing dreadnought|bgg","xF":{"ft":"equipment"},"n":"Shield of the Blazing Dreadnought"},{"id":14172,"c":4,"u":"staff%20of%20the%20rooted%20hills_bgg","p":116,"s":0,"h":1,"t":12,"uu":"staff of the rooted hills|bgg","xF":{"ft":"weapon"},"n":"Staff of the Rooted Hills"},{"id":14173,"c":4,"u":"stonebreaker's%20breastplate_bgg","p":116,"s":0,"h":1,"t":12,"uu":"stonebreaker's breastplate|bgg","xF":{"ft":"equipment"},"n":"Stonebreaker's Breastplate"},{"id":14174,"c":4,"u":"thunderbuss_bgg","p":116,"s":0,"h":1,"t":12,"uu":"thunderbuss|bgg","m":"items/BGG/Thunderbuss.webp","xF":{"ft":"weapon"},"n":"Thunderbuss"},{"id":14175,"c":4,"u":"war%20horn%20of%20valor_bgg","p":117,"s":0,"h":1,"t":12,"uu":"war horn of valor|bgg","xF":{"ft":"equipment"},"n":"War Horn of Valor"},{"id":14176,"c":4,"u":"wayfarer's%20boots_bgg","p":117,"s":0,"h":1,"t":12,"uu":"wayfarer's boots|bgg","xF":{"ft":"equipment"},"n":"Wayfarer's Boots"},{"id":14177,"c":4,"u":"wyrmreaver%20gauntlets_bgg","p":117,"s":0,"h":1,"t":12,"uu":"wyrmreaver gauntlets|bgg","xF":{"ft":"equipment"},"n":"Wyrmreaver Gauntlets"},{"id":14178,"c":4,"u":"%2b1%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"t":12,"uu":"+1 fate dealer's deck|bmt","m":"items/BMT/Fate Dealers Deck.webp","xF":{"ft":"equipment"},"n":"+1 Fate Dealer's Deck"},{"id":14179,"c":4,"u":"%2b1%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"t":12,"uu":"+1 wraps of unarmed prowess|bmt","xF":{"ft":"equipment"},"n":"+1 Wraps of Unarmed Prowess"},{"id":14180,"c":4,"u":"%2b2%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"t":12,"uu":"+2 fate dealer's deck|bmt","m":"items/BMT/Fate Dealers Deck.webp","xF":{"ft":"equipment"},"n":"+2 Fate Dealer's Deck"},{"id":14181,"c":4,"u":"%2b2%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"t":12,"uu":"+2 wraps of unarmed prowess|bmt","xF":{"ft":"equipment"},"n":"+2 Wraps of Unarmed Prowess"},{"id":14182,"c":4,"u":"%2b3%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"t":12,"uu":"+3 fate dealer's deck|bmt","m":"items/BMT/Fate Dealers Deck.webp","xF":{"ft":"equipment"},"n":"+3 Fate Dealer's Deck"},{"id":14183,"c":4,"u":"%2b3%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"t":12,"uu":"+3 wraps of unarmed prowess|bmt","xF":{"ft":"equipment"},"n":"+3 Wraps of Unarmed Prowess"},{"id":14184,"c":4,"u":"balance%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"balance card|bmt","m":"decks/BMT/Deck of Many Things/03-balance.webp","xF":{"ft":"equipment"},"n":"Balance Card"},{"id":14185,"c":4,"u":"baleful%20talon_bmt","p":34,"s":1,"h":1,"t":12,"uu":"baleful talon|bmt","xF":{"ft":"weapon"},"n":"Baleful Talon"},{"id":14186,"c":4,"u":"blasted%20goggles_bmt","p":174,"s":1,"h":1,"t":12,"uu":"blasted goggles|bmt","xF":{"ft":"equipment"},"n":"Blasted Goggles"},{"id":14187,"c":4,"u":"bloodrage%20greataxe_bmt","p":66,"s":1,"h":1,"t":12,"uu":"bloodrage greataxe|bmt","xF":{"ft":"weapon"},"n":"Bloodrage Greataxe"},{"id":14188,"c":4,"u":"boomerang%20shield_bmt","p":66,"s":1,"h":1,"t":12,"uu":"boomerang shield|bmt","xF":{"ft":"equipment"},"n":"Boomerang Shield"},{"id":14189,"c":4,"u":"breastplate%20of%20balance_bmt","p":34,"s":1,"h":1,"t":12,"uu":"breastplate of balance|bmt","xF":{"ft":"equipment"},"n":"Breastplate of Balance"},{"id":14190,"c":4,"u":"card%20sharp's%20deck_bmt","p":40,"s":1,"h":1,"t":12,"uu":"card sharp's deck|bmt","xF":{"ft":"equipment"},"n":"Card Sharp's Deck"},{"id":14191,"c":4,"u":"comet%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"comet card|bmt","m":"decks/BMT/Deck of Many Things/12-comet.webp","xF":{"ft":"equipment"},"n":"Comet Card"},{"id":14192,"c":4,"u":"crown%20of%20whirling%20comets_bmt","p":35,"s":1,"h":1,"t":12,"uu":"crown of whirling comets|bmt","m":"items/BMT/Crown of Whirling Comets.webp","xF":{"ft":"equipment"},"n":"Crown of Whirling Comets"},{"id":14193,"c":4,"u":"deck%20of%20dimensions_bmt","p":40,"s":1,"h":1,"t":12,"uu":"deck of dimensions|bmt","m":"items/BMT/Deck of Dimensions.webp","xF":{"ft":"equipment"},"n":"Deck of Dimensions"},{"id":14194,"c":4,"u":"deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"t":12,"uu":"deck of many more things|bmt","m":"items/BMT/Deck of Many More Things.webp","xF":{"ft":"equipment"},"n":"Deck of Many More Things"},{"id":14195,"c":4,"u":"deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"t":12,"uu":"deck of many things|bmt","xF":{"ft":"equipment"},"n":"Deck of Many Things"},{"id":14196,"c":4,"u":"deck%20of%20miscellany_bmt","p":41,"s":1,"h":1,"t":12,"uu":"deck of miscellany|bmt","xF":{"ft":"equipment"},"n":"Deck of Miscellany"},{"id":14197,"c":4,"u":"deck%20of%20oracles_bmt","p":61,"s":1,"h":1,"t":12,"uu":"deck of oracles|bmt","xF":{"ft":"equipment"},"n":"Deck of Oracles"},{"id":14198,"c":4,"u":"deck%20of%20wild%20cards_bmt","p":41,"s":1,"h":1,"t":12,"uu":"deck of wild cards|bmt","xF":{"ft":"equipment"},"n":"Deck of Wild Cards"},{"id":14199,"c":4,"u":"deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"t":12,"uu":"deck of wonder|bmt","m":"items/BMT/Deck of Wonder.webp","xF":{"ft":"equipment"},"n":"Deck of Wonder"},{"id":14200,"c":4,"u":"donjon%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"donjon card|bmt","m":"decks/BMT/Deck of Many Things/17-donjon.webp","xF":{"ft":"equipment"},"n":"Donjon Card"},{"id":14201,"c":4,"u":"donjon's%20sundering%20sphere_bmt","p":35,"s":1,"h":1,"t":12,"uu":"donjon's sundering sphere|bmt","xF":{"ft":"equipment"},"n":"Donjon's Sundering Sphere"},{"id":14202,"c":4,"u":"euryale%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"euryale card|bmt","m":"decks/BMT/Deck of Many Things/22-euryale.webp","xF":{"ft":"equipment"},"n":"Euryale Card"},{"id":14203,"c":4,"u":"euryale's%20aegis_bmt","p":35,"s":1,"h":1,"t":12,"uu":"euryale's aegis|bmt","m":"items/BMT/Euryales Aegis.webp","xF":{"ft":"equipment"},"n":"Euryale's Aegis"},{"id":14204,"c":4,"u":"fabulist%20gem_bmt","p":36,"s":1,"h":1,"t":12,"uu":"fabulist gem|bmt","xF":{"ft":"equipment"},"n":"Fabulist Gem"},{"id":14205,"c":4,"u":"fate%20cutter%20shears_bmt","p":61,"s":1,"h":1,"t":12,"uu":"fate cutter shears|bmt","xF":{"ft":"weapon"},"n":"Fate Cutter Shears"},{"id":14206,"c":4,"u":"fates%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"fates card|bmt","m":"decks/BMT/Deck of Many Things/08-fates.webp","xF":{"ft":"equipment"},"n":"Fates Card"},{"id":14207,"c":4,"u":"flames%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"flames card|bmt","m":"decks/BMT/Deck of Many Things/20-flames.webp","xF":{"ft":"equipment"},"n":"Flames Card"},{"id":14208,"c":4,"u":"fool%20card_bmt","p":13,"s":1,"h":1,"t":12,"uu":"fool card|bmt","m":"decks/BMT/Deck of Many Things/01-fool.webp","xF":{"ft":"equipment"},"n":"Fool Card"},{"id":14209,"c":4,"u":"gem%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"gem card|bmt","m":"decks/BMT/Deck of Many Things/05-gem.webp","xF":{"ft":"equipment"},"n":"Gem Card"},{"id":14210,"c":4,"u":"grasping%20whip_bmt","p":67,"s":1,"h":1,"t":12,"uu":"grasping whip|bmt","xF":{"ft":"weapon"},"n":"Grasping Whip"},{"id":14211,"c":4,"u":"hammer%20of%20runic%20focus_bmt","p":67,"s":1,"h":1,"t":12,"uu":"hammer of runic focus|bmt","m":"items/BMT/Hammer of Runic Focus.webp","xF":{"ft":"weapon"},"n":"Hammer of Runic Focus"},{"id":14212,"c":4,"u":"house%20of%20cards_bmt","p":61,"s":1,"h":1,"t":12,"uu":"house of cards|bmt","xF":{"ft":"equipment"},"n":"House of Cards"},{"id":14213,"c":4,"u":"jester%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"jester card|bmt","m":"decks/BMT/Deck of Many Things/14-jester.webp","xF":{"ft":"equipment"},"n":"Jester Card"},{"id":14214,"c":4,"u":"jester's%20mask_bmt","p":36,"s":1,"h":1,"t":12,"uu":"jester's mask|bmt","m":"items/BMT/Jesters Mask.webp","xF":{"ft":"equipment"},"n":"Jester's Mask"},{"id":14215,"c":4,"u":"key%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"key card|bmt","m":"decks/BMT/Deck of Many Things/02-key.webp","xF":{"ft":"equipment"},"n":"Key Card"},{"id":14216,"c":4,"u":"knight%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"knight card|bmt","m":"decks/BMT/Deck of Many Things/09-knight.webp","xF":{"ft":"equipment"},"n":"Knight Card"},{"id":14217,"c":4,"u":"moon%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"moon card|bmt","m":"decks/BMT/Deck of Many Things/11-moon.webp","xF":{"ft":"equipment"},"n":"Moon Card"},{"id":14218,"c":4,"u":"plate%20of%20knight's%20fellowship_bmt","p":37,"s":1,"h":1,"t":12,"uu":"plate of knight's fellowship|bmt","xF":{"ft":"equipment"},"n":"Plate of Knight's Fellowship"},{"id":14219,"c":4,"u":"puzzle%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"puzzle card|bmt","m":"decks/BMT/Deck of Many Things/04-puzzle.webp","xF":{"ft":"equipment"},"n":"Puzzle Card"},{"id":14220,"c":4,"u":"ring%20of%20puzzler's%20wit_bmt","p":37,"s":1,"h":1,"t":12,"uu":"ring of puzzler's wit|bmt","xF":{"ft":"equipment"},"n":"Ring of Puzzler's Wit"},{"id":14221,"c":4,"u":"rod%20of%20hellish%20flames_bmt","p":37,"s":1,"h":1,"t":12,"uu":"rod of hellish flames|bmt","xF":{"ft":"equipment"},"n":"Rod of Hellish Flames"},{"id":14222,"c":4,"u":"rogue%20card_bmt","p":14,"s":1,"h":1,"t":12,"uu":"rogue card|bmt","m":"decks/BMT/Deck of Many Things/06-rogue.webp","xF":{"ft":"equipment"},"n":"Rogue Card"},{"id":14223,"c":4,"u":"rogue's%20mantle_bmt","p":37,"s":1,"h":1,"t":12,"uu":"rogue's mantle|bmt","xF":{"ft":"equipment"},"n":"Rogue's Mantle"},{"id":14224,"c":4,"u":"ruin%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"ruin card|bmt","m":"decks/BMT/Deck of Many Things/16-ruin.webp","xF":{"ft":"equipment"},"n":"Ruin Card"},{"id":14225,"c":4,"u":"ruinous%20flail_bmt","p":37,"s":1,"h":1,"t":12,"uu":"ruinous flail|bmt","xF":{"ft":"weapon"},"n":"Ruinous Flail"},{"id":14226,"c":4,"u":"sage%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"sage card|bmt","m":"decks/BMT/Deck of Many Things/07-sage.webp","xF":{"ft":"equipment"},"n":"Sage Card"},{"id":14227,"c":4,"u":"sage's%20signet%20(bear)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (bear)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Bear)"},{"id":14228,"c":4,"u":"sage's%20signet%20(hart)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (hart)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Hart)"},{"id":14229,"c":4,"u":"sage's%20signet%20(lion)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (lion)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Lion)"},{"id":14230,"c":4,"u":"sage's%20signet%20(serpent)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (serpent)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Serpent)"},{"id":14231,"c":4,"u":"sage's%20signet%20(songbird)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (songbird)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Songbird)"},{"id":14232,"c":4,"u":"sage's%20signet%20(wolf)_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet (wolf)|bmt","xF":{"ft":"equipment"},"n":"Sage's Signet (Wolf)"},{"id":14233,"c":4,"u":"secondhand%20steal%20trinket_bmt","p":108,"s":1,"h":1,"t":12,"uu":"secondhand steal trinket|bmt","xF":{"ft":"loot"},"n":"Secondhand Steal Trinket"},{"id":14234,"c":4,"u":"shield%20of%20the%20tortoise_bmt","p":67,"s":1,"h":1,"t":12,"uu":"shield of the tortoise|bmt","m":"items/BMT/Shield of the Tortoise.webp","xF":{"ft":"equipment"},"n":"Shield of the Tortoise"},{"id":14235,"c":4,"u":"shrieking%20greaves_bmt","p":174,"s":1,"h":1,"t":12,"uu":"shrieking greaves|bmt","m":"items/BMT/Shrieking Greaves.webp","xF":{"ft":"equipment"},"n":"Shrieking Greaves"},{"id":14236,"c":4,"u":"skull%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"skull card|bmt","m":"decks/BMT/Deck of Many Things/19-skull.webp","xF":{"ft":"equipment"},"n":"Skull Card"},{"id":14237,"c":4,"u":"skull%20helm_bmt","p":38,"s":1,"h":1,"t":12,"uu":"skull helm|bmt","xF":{"ft":"equipment"},"n":"Skull Helm"},{"id":14238,"c":4,"u":"sling%20of%20giant%20felling_bmt","p":68,"s":1,"h":1,"t":12,"uu":"sling of giant felling|bmt","xF":{"ft":"weapon"},"n":"Sling of Giant Felling"},{"id":14239,"c":4,"u":"spindle%20of%20fate_bmt","p":38,"s":1,"h":1,"t":12,"uu":"spindle of fate|bmt","m":"items/BMT/Spindle of Fate.webp","xF":{"ft":"consumable"},"n":"Spindle of Fate"},{"id":14240,"c":4,"u":"star%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"star card|bmt","m":"decks/BMT/Deck of Many Things/13-star.webp","xF":{"ft":"equipment"},"n":"Star Card"},{"id":14241,"c":4,"u":"stonemaker%20war%20pick_bmt","p":68,"s":1,"h":1,"t":12,"uu":"stonemaker war pick|bmt","xF":{"ft":"weapon"},"n":"Stonemaker War Pick"},{"id":14242,"c":4,"u":"sun%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"sun card|bmt","m":"decks/BMT/Deck of Many Things/10-sun.webp","xF":{"ft":"equipment"},"n":"Sun Card"},{"id":14243,"c":4,"u":"sun%20staff_bmt","p":39,"s":1,"h":1,"t":12,"uu":"sun staff|bmt","xF":{"ft":"weapon"},"n":"Sun Staff"},{"id":14244,"c":4,"u":"talons%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"talons card|bmt","m":"decks/BMT/Deck of Many Things/21-talons.webp","xF":{"ft":"equipment"},"n":"Talons Card"},{"id":14245,"c":4,"u":"telescopic%20transporter_bmt","p":105,"s":1,"h":1,"t":12,"uu":"telescopic transporter|bmt","m":"items/BMT/Telescopic Transporter.webp","xF":{"ft":"equipment"},"n":"Telescopic Transporter"},{"id":14246,"c":4,"u":"throne%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"throne card|bmt","m":"decks/BMT/Deck of Many Things/15-throne.webp","xF":{"ft":"equipment"},"n":"Throne Card"},{"id":14247,"c":4,"u":"tidecaller%20trident_bmt","p":69,"s":1,"h":1,"t":12,"uu":"tidecaller trident|bmt","xF":{"ft":"weapon"},"n":"Tidecaller Trident"},{"id":14248,"c":4,"u":"void%20card_bmt","p":15,"s":1,"h":1,"t":12,"uu":"void card|bmt","m":"decks/BMT/Deck of Many Things/18-void.webp","xF":{"ft":"equipment"},"n":"Void Card"},{"id":14249,"c":4,"u":"voidwalker%20armor_bmt","p":39,"s":1,"h":1,"t":12,"uu":"voidwalker armor|bmt","xF":{"ft":"equipment"},"n":"Voidwalker Armor"},{"id":14250,"c":4,"u":"warrior's%20passkey_bmt","p":39,"s":1,"h":1,"t":12,"uu":"warrior's passkey|bmt","m":"items/BMT/Warriors Passkey.webp","xF":{"ft":"equipment"},"n":"Warrior's Passkey"},{"id":14251,"c":4,"u":"%2b1%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"t":12,"uu":"+1 dragonhide belt|ftd","xF":{"ft":"equipment"},"n":"+1 Dragonhide Belt"},{"id":14252,"c":4,"u":"%2b2%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"t":12,"uu":"+2 dragonhide belt|ftd","xF":{"ft":"equipment"},"n":"+2 Dragonhide Belt"},{"id":14253,"c":4,"u":"%2b3%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"t":12,"uu":"+3 dragonhide belt|ftd","xF":{"ft":"equipment"},"n":"+3 Dragonhide Belt"},{"id":14254,"c":4,"u":"amethyst%20lodestone_ftd","p":22,"s":2,"h":1,"t":12,"uu":"amethyst lodestone|ftd","xF":{"ft":"equipment"},"n":"Amethyst Lodestone"},{"id":14255,"c":4,"u":"ascendant%20dragon%20vessel_ftd","s":2,"h":1,"t":12,"uu":"ascendant dragon vessel|ftd","xF":{"ft":"loot"},"n":"Ascendant Dragon Vessel"},{"id":14256,"c":4,"u":"ascendant%20dragon-touched%20focus_ftd","s":2,"h":1,"t":12,"uu":"ascendant dragon-touched focus|ftd","xF":{"ft":"loot"},"n":"Ascendant Dragon-Touched Focus"},{"id":14257,"c":4,"u":"ascendant%20scaled%20ornament_ftd","s":2,"h":1,"t":12,"uu":"ascendant scaled ornament|ftd","xF":{"ft":"loot"},"n":"Ascendant Scaled Ornament"},{"id":14258,"c":4,"u":"emerald%20pen_ftd","p":23,"s":2,"h":1,"t":12,"uu":"emerald pen|ftd","xF":{"ft":"equipment"},"n":"Emerald Pen"},{"id":14259,"c":4,"u":"flail%20of%20tiamat_ftd","p":23,"s":2,"h":1,"t":12,"uu":"flail of tiamat|ftd","xF":{"ft":"weapon"},"n":"Flail of Tiamat"},{"id":14260,"c":4,"u":"gold%20canary%20figurine%20of%20wondrous%20power_ftd","p":23,"s":2,"h":1,"t":12,"uu":"gold canary figurine of wondrous power|ftd","xF":{"ft":"equipment"},"n":"Gold Canary Figurine of Wondrous Power"},{"id":14261,"c":4,"u":"platinum%20scarf_ftd","p":24,"s":2,"h":1,"t":12,"uu":"platinum scarf|ftd","xF":{"ft":"equipment"},"n":"Platinum Scarf"},{"id":14262,"c":4,"u":"potion%20of%20dragon's%20majesty_ftd","p":24,"s":2,"h":1,"t":12,"uu":"potion of dragon's majesty|ftd","xF":{"ft":"consumable"},"n":"Potion of Dragon's Majesty"},{"id":14263,"c":4,"u":"ruby%20weave%20gem_ftd","p":24,"s":2,"h":1,"t":12,"uu":"ruby weave gem|ftd","xF":{"ft":"equipment"},"n":"Ruby Weave Gem"},{"id":14264,"c":4,"u":"sapphire%20buckler_ftd","p":24,"s":2,"h":1,"t":12,"uu":"sapphire buckler|ftd","xF":{"ft":"equipment"},"n":"Sapphire Buckler"},{"id":14265,"c":4,"u":"slumbering%20dragon%20vessel_ftd","p":27,"s":2,"h":1,"t":12,"uu":"slumbering dragon vessel|ftd","xF":{"ft":"equipment"},"n":"Slumbering Dragon Vessel"},{"id":14266,"c":4,"u":"slumbering%20dragon-touched%20focus_ftd","p":26,"s":2,"h":1,"t":12,"uu":"slumbering dragon-touched focus|ftd","xF":{"ft":"equipment"},"n":"Slumbering Dragon-Touched Focus"},{"id":14267,"c":4,"u":"slumbering%20scaled%20ornament_ftd","p":27,"s":2,"h":1,"t":12,"uu":"slumbering scaled ornament|ftd","xF":{"ft":"equipment"},"n":"Slumbering Scaled Ornament"},{"id":14268,"c":4,"u":"stirring%20dragon%20vessel_ftd","s":2,"h":1,"t":12,"uu":"stirring dragon vessel|ftd","xF":{"ft":"loot"},"n":"Stirring Dragon Vessel"},{"id":14269,"c":4,"u":"stirring%20dragon-touched%20focus_ftd","s":2,"h":1,"t":12,"uu":"stirring dragon-touched focus|ftd","xF":{"ft":"loot"},"n":"Stirring Dragon-Touched Focus"},{"id":14270,"c":4,"u":"stirring%20scaled%20ornament_ftd","s":2,"h":1,"t":12,"uu":"stirring scaled ornament|ftd","xF":{"ft":"equipment"},"n":"Stirring Scaled Ornament"},{"id":14271,"c":4,"u":"topaz%20annihilator_ftd","p":24,"s":2,"h":1,"t":12,"uu":"topaz annihilator|ftd","xF":{"ft":"weapon"},"n":"Topaz Annihilator"},{"id":14272,"c":4,"u":"wakened%20dragon%20vessel_ftd","s":2,"h":1,"t":12,"uu":"wakened dragon vessel|ftd","xF":{"ft":"loot"},"n":"Wakened Dragon Vessel"},{"id":14273,"c":4,"u":"wakened%20dragon-touched%20focus_ftd","s":2,"h":1,"t":12,"uu":"wakened dragon-touched focus|ftd","xF":{"ft":"loot"},"n":"Wakened Dragon-Touched Focus"},{"id":14274,"c":4,"u":"wakened%20scaled%20ornament_ftd","s":2,"h":1,"t":12,"uu":"wakened scaled ornament|ftd","xF":{"ft":"loot"},"n":"Wakened Scaled Ornament"},{"id":14275,"c":4,"u":"%2b1%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"t":12,"uu":"+1 all-purpose tool|tce","xF":{"ft":"equipment"},"n":"+1 All-Purpose Tool"},{"id":14276,"c":4,"u":"%2b1%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"t":12,"uu":"+1 amulet of the devout|tce","xF":{"ft":"equipment"},"n":"+1 Amulet of the Devout"},{"id":14277,"c":4,"u":"%2b1%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"t":12,"uu":"+1 arcane grimoire|tce","xF":{"ft":"equipment"},"n":"+1 Arcane Grimoire"},{"id":14278,"c":4,"u":"%2b1%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"t":12,"uu":"+1 bloodwell vial|tce","xF":{"ft":"equipment"},"n":"+1 Bloodwell Vial"},{"id":14279,"c":4,"u":"%2b1%20moon%20sickle_tce","p":133,"s":4,"h":1,"t":12,"uu":"+1 moon sickle|tce","xF":{"ft":"weapon"},"n":"+1 Moon Sickle"},{"id":14280,"c":4,"u":"%2b1%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"t":12,"uu":"+1 rhythm-maker's drum|tce","xF":{"ft":"tool"},"n":"+1 Rhythm-Maker's Drum"},{"id":14281,"c":4,"u":"%2b2%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"t":12,"uu":"+2 all-purpose tool|tce","xF":{"ft":"equipment"},"n":"+2 All-Purpose Tool"},{"id":14282,"c":4,"u":"%2b2%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"t":12,"uu":"+2 amulet of the devout|tce","xF":{"ft":"equipment"},"n":"+2 Amulet of the Devout"},{"id":14283,"c":4,"u":"%2b2%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"t":12,"uu":"+2 arcane grimoire|tce","xF":{"ft":"equipment"},"n":"+2 Arcane Grimoire"},{"id":14284,"c":4,"u":"%2b2%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"t":12,"uu":"+2 bloodwell vial|tce","xF":{"ft":"equipment"},"n":"+2 Bloodwell Vial"},{"id":14285,"c":4,"u":"%2b2%20moon%20sickle_tce","p":133,"s":4,"h":1,"t":12,"uu":"+2 moon sickle|tce","xF":{"ft":"weapon"},"n":"+2 Moon Sickle"},{"id":14286,"c":4,"u":"%2b2%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"t":12,"uu":"+2 rhythm-maker's drum|tce","xF":{"ft":"tool"},"n":"+2 Rhythm-Maker's Drum"},{"id":14287,"c":4,"u":"%2b3%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"t":12,"uu":"+3 all-purpose tool|tce","xF":{"ft":"equipment"},"n":"+3 All-Purpose Tool"},{"id":14288,"c":4,"u":"%2b3%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"t":12,"uu":"+3 amulet of the devout|tce","xF":{"ft":"equipment"},"n":"+3 Amulet of the Devout"},{"id":14289,"c":4,"u":"%2b3%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"t":12,"uu":"+3 arcane grimoire|tce","xF":{"ft":"equipment"},"n":"+3 Arcane Grimoire"},{"id":14290,"c":4,"u":"%2b3%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"t":12,"uu":"+3 bloodwell vial|tce","xF":{"ft":"equipment"},"n":"+3 Bloodwell Vial"},{"id":14291,"c":4,"u":"%2b3%20moon%20sickle_tce","p":133,"s":4,"h":1,"t":12,"uu":"+3 moon sickle|tce","xF":{"ft":"weapon"},"n":"+3 Moon Sickle"},{"id":14292,"c":4,"u":"%2b3%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"t":12,"uu":"+3 rhythm-maker's drum|tce","xF":{"ft":"tool"},"n":"+3 Rhythm-Maker's Drum"},{"id":14293,"c":4,"u":"acid%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"acid absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Acid Absorbing Tattoo"},{"id":14294,"c":4,"u":"alchemical%20compendium_tce","p":119,"s":4,"h":1,"t":12,"uu":"alchemical compendium|tce","xF":{"ft":"equipment"},"n":"Alchemical Compendium"},{"id":14295,"c":4,"u":"astral%20shard_tce","p":120,"s":4,"h":1,"t":12,"uu":"astral shard|tce","xF":{"ft":"equipment"},"n":"Astral Shard"},{"id":14296,"c":4,"u":"astromancy%20archive_tce","p":120,"s":4,"h":1,"t":12,"uu":"astromancy archive|tce","xF":{"ft":"equipment"},"n":"Astromancy Archive"},{"id":14297,"c":4,"u":"atlas%20of%20endless%20horizons_tce","p":120,"s":4,"h":1,"t":12,"uu":"atlas of endless horizons|tce","m":"items/TCE/Atlas of Endless Horizons.webp","xF":{"ft":"equipment"},"n":"Atlas of Endless Horizons"},{"id":14298,"c":4,"u":"baba%20yaga's%20mortar%20and%20pestle_tce","p":121,"s":4,"h":1,"t":12,"uu":"baba yaga's mortar and pestle|tce","m":"items/TCE/Baba Yaga's Mortar and Pestle.webp","xF":{"ft":"equipment"},"n":"Baba Yaga's Mortar and Pestle"},{"id":14299,"c":4,"u":"baba%20yaga's%20pestle_tce","p":121,"s":4,"h":1,"t":12,"uu":"baba yaga's pestle|tce","xF":{"ft":"weapon"},"n":"Baba Yaga's Pestle"},{"id":14300,"c":4,"u":"barrier%20tattoo%20(large)_tce","p":122,"s":4,"h":1,"t":12,"uu":"barrier tattoo (large)|tce","xF":{"ft":"equipment"},"n":"Barrier Tattoo (Large)"},{"id":14301,"c":4,"u":"barrier%20tattoo%20(medium)_tce","p":122,"s":4,"h":1,"t":12,"uu":"barrier tattoo (medium)|tce","xF":{"ft":"equipment"},"n":"Barrier Tattoo (Medium)"},{"id":14302,"c":4,"u":"barrier%20tattoo%20(small)_tce","p":122,"s":4,"h":1,"t":12,"uu":"barrier tattoo (small)|tce","xF":{"ft":"equipment"},"n":"Barrier Tattoo (Small)"},{"id":14303,"c":4,"u":"bell%20branch_tce","p":122,"s":4,"h":1,"t":12,"uu":"bell branch|tce","xF":{"ft":"equipment"},"n":"Bell Branch"},{"id":14304,"c":4,"u":"blood%20fury%20tattoo_tce","p":122,"s":4,"h":1,"t":12,"uu":"blood fury tattoo|tce","xF":{"ft":"equipment"},"n":"Blood Fury Tattoo"},{"id":14305,"c":4,"u":"cauldron%20of%20rebirth_tce","p":122,"s":4,"h":1,"t":12,"uu":"cauldron of rebirth|tce","m":"items/TCE/Cauldron of Rebirth.webp","xF":{"ft":"equipment"},"n":"Cauldron of Rebirth"},{"id":14306,"c":4,"u":"coiling%20grasp%20tattoo_tce","p":123,"s":4,"h":1,"t":12,"uu":"coiling grasp tattoo|tce","xF":{"ft":"equipment"},"n":"Coiling Grasp Tattoo"},{"id":14307,"c":4,"u":"cold%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"cold absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Cold Absorbing Tattoo"},{"id":14308,"c":4,"u":"crook%20of%20rao_tce","p":123,"s":4,"h":1,"t":12,"uu":"crook of rao|tce","m":"items/TCE/Crook of Rao.webp","xF":{"ft":"equipment"},"n":"Crook of Rao"},{"id":14309,"c":4,"u":"crystalline%20chronicle_tce","p":124,"s":4,"h":1,"t":12,"uu":"crystalline chronicle|tce","m":"items/TCE/Crystalline Chronicle.webp","xF":{"ft":"equipment"},"n":"Crystalline Chronicle"},{"id":14310,"c":4,"u":"demonomicon%20of%20iggwilv_tce","p":125,"s":4,"h":1,"t":12,"uu":"demonomicon of iggwilv|tce","m":"items/TCE/Demonomicon of Iggwilv.webp","xF":{"ft":"equipment"},"n":"Demonomicon of Iggwilv"},{"id":14311,"c":4,"u":"devotee's%20censer_tce","p":126,"s":4,"h":1,"t":12,"uu":"devotee's censer|tce","m":"items/TCE/Devotee's Censer.webp","xF":{"ft":"weapon"},"n":"Devotee's Censer"},{"id":14312,"c":4,"u":"duplicitous%20manuscript_tce","p":126,"s":4,"h":1,"t":12,"uu":"duplicitous manuscript|tce","xF":{"ft":"equipment"},"n":"Duplicitous Manuscript"},{"id":14313,"c":4,"u":"eldritch%20claw%20tattoo_tce","p":126,"s":4,"h":1,"t":12,"uu":"eldritch claw tattoo|tce","xF":{"ft":"equipment"},"n":"Eldritch Claw Tattoo"},{"id":14314,"c":4,"u":"elemental%20essence%20shard_tce","p":127,"s":4,"h":1,"t":12,"uu":"elemental essence shard|tce","xF":{"ft":"equipment"},"n":"Elemental Essence Shard"},{"id":14315,"c":4,"u":"elemental%20essence%20shard%20(air)_tce","p":127,"s":4,"h":1,"t":12,"uu":"elemental essence shard (air)|tce","xF":{"ft":"equipment"},"n":"Elemental Essence Shard (Air)"},{"id":14316,"c":4,"u":"elemental%20essence%20shard%20(earth)_tce","p":127,"s":4,"h":1,"t":12,"uu":"elemental essence shard (earth)|tce","xF":{"ft":"equipment"},"n":"Elemental Essence Shard (Earth)"},{"id":14317,"c":4,"u":"elemental%20essence%20shard%20(fire)_tce","p":127,"s":4,"h":1,"t":12,"uu":"elemental essence shard (fire)|tce","xF":{"ft":"equipment"},"n":"Elemental Essence Shard (Fire)"},{"id":14318,"c":4,"u":"elemental%20essence%20shard%20(water)_tce","p":127,"s":4,"h":1,"t":12,"uu":"elemental essence shard (water)|tce","xF":{"ft":"equipment"},"n":"Elemental Essence Shard (Water)"},{"id":14319,"c":4,"u":"far%20realm%20shard_tce","p":127,"s":4,"h":1,"t":12,"uu":"far realm shard|tce","m":"items/TCE/Far Realm Shard.webp","xF":{"ft":"equipment"},"n":"Far Realm Shard"},{"id":14320,"c":4,"u":"feywild%20shard_tce","p":127,"s":4,"h":1,"t":12,"uu":"feywild shard|tce","m":"items/TCE/Feywild Shard.webp","xF":{"ft":"equipment"},"n":"Feywild Shard"},{"id":14321,"c":4,"u":"fire%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"fire absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Fire Absorbing Tattoo"},{"id":14322,"c":4,"u":"force%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"force absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Force Absorbing Tattoo"},{"id":14323,"c":4,"u":"fulminating%20treatise_tce","p":128,"s":4,"h":1,"t":12,"uu":"fulminating treatise|tce","m":"items/TCE/Fulminating Treatise.webp","xF":{"ft":"equipment"},"n":"Fulminating Treatise"},{"id":14324,"c":4,"u":"ghost%20step%20tattoo_tce","p":128,"s":4,"h":1,"t":12,"uu":"ghost step tattoo|tce","xF":{"ft":"equipment"},"n":"Ghost Step Tattoo"},{"id":14325,"c":4,"u":"guardian%20emblem_tce","p":128,"s":4,"h":1,"t":12,"uu":"guardian emblem|tce","xF":{"ft":"equipment"},"n":"Guardian Emblem"},{"id":14326,"c":4,"u":"heart%20weaver's%20primer_tce","p":128,"s":4,"h":1,"t":12,"uu":"heart weaver's primer|tce","xF":{"ft":"equipment"},"n":"Heart Weaver's Primer"},{"id":14327,"c":4,"u":"illuminator's%20tattoo_tce","p":129,"s":4,"h":1,"t":12,"uu":"illuminator's tattoo|tce","xF":{"ft":"equipment"},"n":"Illuminator's Tattoo"},{"id":14328,"c":4,"u":"libram%20of%20souls%20and%20flesh_tce","p":129,"s":4,"h":1,"t":12,"uu":"libram of souls and flesh|tce","xF":{"ft":"equipment"},"n":"Libram of Souls and Flesh"},{"id":14329,"c":4,"u":"lifewell%20tattoo_tce","p":129,"s":4,"h":1,"t":12,"uu":"lifewell tattoo|tce","xF":{"ft":"equipment"},"n":"Lifewell Tattoo"},{"id":14330,"c":4,"u":"lightning%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"lightning absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Lightning Absorbing Tattoo"},{"id":14331,"c":4,"u":"luba's%20tarokka%20of%20souls_tce","p":129,"s":4,"h":1,"t":12,"uu":"luba's tarokka of souls|tce","m":"items/TCE/Luba's Tarokka of Souls.webp","xF":{"ft":"equipment"},"n":"Luba's Tarokka of Souls"},{"id":14332,"c":4,"u":"lyre%20of%20building_tce","p":131,"s":4,"h":1,"t":12,"uu":"lyre of building|tce","xF":{"ft":"tool"},"n":"Lyre of Building"},{"id":14333,"c":4,"u":"masquerade%20tattoo_tce","p":131,"s":4,"h":1,"t":12,"uu":"masquerade tattoo|tce","xF":{"ft":"equipment"},"n":"Masquerade Tattoo"},{"id":14334,"c":4,"u":"mighty%20servant%20of%20leuk-o_tce","p":131,"s":4,"h":1,"t":12,"uu":"mighty servant of leuk-o|tce","m":"items/TCE/Mighty Servant of Leuk-o.webp","xF":{"ft":"equipment"},"n":"Mighty Servant of Leuk-o"},{"id":14335,"c":4,"u":"nature's%20mantle_tce","p":133,"s":4,"h":1,"t":12,"uu":"nature's mantle|tce","m":"items/TCE/Nature's Mantle.webp","xF":{"ft":"equipment"},"n":"Nature's Mantle"},{"id":14336,"c":4,"u":"necrotic%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"necrotic absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Necrotic Absorbing Tattoo"},{"id":14337,"c":4,"u":"outer%20essence%20shard_tce","p":133,"s":4,"h":1,"t":12,"uu":"outer essence shard|tce","xF":{"ft":"equipment"},"n":"Outer Essence Shard"},{"id":14338,"c":4,"u":"outer%20essence%20shard%20(chaotic)_tce","p":133,"s":4,"h":1,"t":12,"uu":"outer essence shard (chaotic)|tce","xF":{"ft":"equipment"},"n":"Outer Essence Shard (Chaotic)"},{"id":14339,"c":4,"u":"outer%20essence%20shard%20(evil)_tce","p":133,"s":4,"h":1,"t":12,"uu":"outer essence shard (evil)|tce","xF":{"ft":"equipment"},"n":"Outer Essence Shard (Evil)"},{"id":14340,"c":4,"u":"outer%20essence%20shard%20(good)_tce","p":133,"s":4,"h":1,"t":12,"uu":"outer essence shard (good)|tce","xF":{"ft":"equipment"},"n":"Outer Essence Shard (Good)"},{"id":14341,"c":4,"u":"outer%20essence%20shard%20(lawful)_tce","p":133,"s":4,"h":1,"t":12,"uu":"outer essence shard (lawful)|tce","xF":{"ft":"equipment"},"n":"Outer Essence Shard (Lawful)"},{"id":14342,"c":4,"u":"planecaller's%20codex_tce","p":134,"s":4,"h":1,"t":12,"uu":"planecaller's codex|tce","xF":{"ft":"equipment"},"n":"Planecaller's Codex"},{"id":14343,"c":4,"u":"poison%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"poison absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Poison Absorbing Tattoo"},{"id":14344,"c":4,"u":"prosthetic%20limb_tce","p":134,"s":4,"h":1,"t":12,"uu":"prosthetic limb|tce","m":"items/TCE/Prosthetic Limb.webp","xF":{"ft":"equipment"},"n":"Prosthetic Limb"},{"id":14345,"c":4,"u":"protective%20verses_tce","p":134,"s":4,"h":1,"t":12,"uu":"protective verses|tce","xF":{"ft":"equipment"},"n":"Protective Verses"},{"id":14346,"c":4,"u":"psychic%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"psychic absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Psychic Absorbing Tattoo"},{"id":14347,"c":4,"u":"radiant%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"radiant absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Radiant Absorbing Tattoo"},{"id":14348,"c":4,"u":"reveler's%20concertina_tce","p":134,"s":4,"h":1,"t":12,"uu":"reveler's concertina|tce","xF":{"ft":"tool"},"n":"Reveler's Concertina"},{"id":14349,"c":4,"u":"shadowfell%20brand%20tattoo_tce","p":134,"s":4,"h":1,"t":12,"uu":"shadowfell brand tattoo|tce","xF":{"ft":"equipment"},"n":"Shadowfell Brand Tattoo"},{"id":14350,"c":4,"u":"shadowfell%20shard_tce","p":135,"s":4,"h":1,"t":12,"uu":"shadowfell shard|tce","m":"items/TCE/Shadowfell Shard.webp","xF":{"ft":"equipment"},"n":"Shadowfell Shard"},{"id":14351,"c":4,"u":"spellwrought%20tattoo%20(1st%20level)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (1st level)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (1st Level)"},{"id":14352,"c":4,"u":"spellwrought%20tattoo%20(2nd%20level)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (2nd level)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (2nd Level)"},{"id":14353,"c":4,"u":"spellwrought%20tattoo%20(3rd%20level)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (3rd level)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (3rd Level)"},{"id":14354,"c":4,"u":"spellwrought%20tattoo%20(4th%20level)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (4th level)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (4th Level)"},{"id":14355,"c":4,"u":"spellwrought%20tattoo%20(5th%20level)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (5th level)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (5th Level)"},{"id":14356,"c":4,"u":"spellwrought%20tattoo%20(cantrip)_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo (cantrip)|tce","xF":{"ft":"equipment"},"n":"Spellwrought Tattoo (Cantrip)"},{"id":14357,"c":4,"u":"teeth%20of%20dahlver-nar_tce","p":135,"s":4,"h":1,"t":12,"uu":"teeth of dahlver-nar|tce","m":"items/TCE/Teeth of Dahlver-Nar.webp","xF":{"ft":"equipment"},"n":"Teeth of Dahlver-Nar"},{"id":14358,"c":4,"u":"thunder%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"thunder absorbing tattoo|tce","xF":{"ft":"equipment"},"n":"Thunder Absorbing Tattoo"},{"id":14359,"c":4,"u":"%2b1%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"+1 rod of the pact keeper|xdmg","xF":{"ft":"equipment"},"n":"+1 Rod of the Pact Keeper"},{"id":14360,"c":4,"u":"%2b1%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"+1 wand of the war mage|xdmg","xF":{"ft":"equipment"},"n":"+1 Wand of the War Mage"},{"id":14361,"c":4,"u":"%2b1%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"t":12,"uu":"+1 wraps of unarmed power|xdmg","xF":{"ft":"equipment"},"n":"+1 Wraps of Unarmed Power"},{"id":14362,"c":4,"u":"%2b2%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"+2 rod of the pact keeper|xdmg","xF":{"ft":"equipment"},"n":"+2 Rod of the Pact Keeper"},{"id":14363,"c":4,"u":"%2b2%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"+2 wand of the war mage|xdmg","xF":{"ft":"equipment"},"n":"+2 Wand of the War Mage"},{"id":14364,"c":4,"u":"%2b2%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"t":12,"uu":"+2 wraps of unarmed power|xdmg","xF":{"ft":"equipment"},"n":"+2 Wraps of Unarmed Power"},{"id":14365,"c":4,"u":"%2b3%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"+3 rod of the pact keeper|xdmg","xF":{"ft":"equipment"},"n":"+3 Rod of the Pact Keeper"},{"id":14366,"c":4,"u":"%2b3%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"+3 wand of the war mage|xdmg","xF":{"ft":"equipment"},"n":"+3 Wand of the War Mage"},{"id":14367,"c":4,"u":"%2b3%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"t":12,"uu":"+3 wraps of unarmed power|xdmg","xF":{"ft":"equipment"},"n":"+3 Wraps of Unarmed Power"},{"id":14368,"c":4,"u":"alchemy%20jug_xdmg","p":227,"s":5,"h":1,"t":12,"uu":"alchemy jug|xdmg","m":"items/XDMG/Alchemy Jug.webp","xF":{"ft":"equipment"},"n":"Alchemy Jug"},{"id":14369,"c":4,"u":"alexandrite_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"alexandrite|xdmg","xF":{"ft":"loot"},"n":"Alexandrite"},{"id":14370,"c":4,"u":"amber_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"amber|xdmg","xF":{"ft":"loot"},"n":"Amber"},{"id":14371,"c":4,"u":"amethyst_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"amethyst|xdmg","xF":{"ft":"loot"},"n":"Amethyst"},{"id":14372,"c":4,"u":"amulet%20of%20health_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"amulet of health|xdmg","m":"items/XDMG/Amulet of Health.webp","xF":{"ft":"equipment"},"n":"Amulet of Health"},{"id":14373,"c":4,"u":"amulet%20of%20proof%20against%20detection%20and%20location_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"amulet of proof against detection and location|xdmg","m":"items/XDMG/Amulet of Proof against Detection and Location.webp","xF":{"ft":"equipment"},"n":"Amulet of Proof against Detection and Location"},{"id":14374,"c":4,"u":"amulet%20of%20the%20planes_xdmg","p":150,"s":5,"h":1,"t":12,"uu":"amulet of the planes|xdmg","m":"items/XDMG/Amulet of the Planes.webp","xF":{"ft":"equipment"},"n":"Amulet of the Planes"},{"id":14375,"c":4,"u":"animated%20shield_xdmg","p":229,"s":5,"h":1,"t":12,"uu":"animated shield|xdmg","m":"items/XDMG/Animated Shield.webp","xF":{"ft":"equipment"},"n":"Animated Shield"},{"id":14376,"c":4,"u":"apparatus%20of%20kwalish_xdmg","p":229,"s":5,"h":1,"t":12,"uu":"apparatus of kwalish|xdmg","m":"items/XDMG/Apparatus of Kwalish.webp","xF":{"ft":"equipment"},"n":"Apparatus of Kwalish"},{"id":14377,"c":4,"u":"aquamarine_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"aquamarine|xdmg","xF":{"ft":"loot"},"n":"Aquamarine"},{"id":14378,"c":4,"u":"armor%20of%20invulnerability_xdmg","p":152,"s":5,"h":1,"t":12,"uu":"armor of invulnerability|xdmg","m":"items/XDMG/Armor of Invulnerability.webp","xF":{"ft":"equipment"},"n":"Armor of Invulnerability"},{"id":14379,"c":4,"u":"arrow-catching%20shield_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"arrow-catching shield|xdmg","xF":{"ft":"equipment"},"n":"Arrow-Catching Shield"},{"id":14380,"c":4,"u":"assassin's%20blood_xdmg","p":90,"s":5,"h":1,"t":12,"uu":"assassin's blood|xdmg","xF":{"ft":"consumable"},"n":"Assassin's Blood"},{"id":14381,"c":4,"u":"axe%20of%20the%20dwarvish%20lords_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"axe of the dwarvish lords|xdmg","m":"items/XDMG/Axe of the Dwarvish Lords.webp","xF":{"ft":"weapon"},"n":"Axe of the Dwarvish Lords"},{"id":14382,"c":4,"u":"azurite_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"azurite|xdmg","xF":{"ft":"loot"},"n":"Azurite"},{"id":14383,"c":4,"u":"baba%20yaga's%20dancing%20broom_xdmg","p":232,"s":5,"h":1,"t":12,"uu":"baba yaga's dancing broom|xdmg","m":"items/XDMG/Baba Yagas Dancing Broom.webp","xF":{"ft":"equipment"},"n":"Baba Yaga's Dancing Broom"},{"id":14384,"c":4,"u":"bag%20of%20beans_xdmg","p":233,"s":5,"h":1,"t":12,"uu":"bag of beans|xdmg","m":"items/XDMG/Bag of Beans.webp","xF":{"ft":"equipment"},"n":"Bag of Beans"},{"id":14385,"c":4,"u":"bag%20of%20devouring_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of devouring|xdmg","m":"items/XDMG/Bag of Devouring.webp","xF":{"ft":"equipment"},"n":"Bag of Devouring"},{"id":14386,"c":4,"u":"bag%20of%20holding_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of holding|xdmg","m":"items/XDMG/Bag of Holding.webp","xF":{"ft":"container"},"n":"Bag of Holding"},{"id":14387,"c":4,"u":"bag%20of%20tricks%2c%20gray_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of tricks, gray|xdmg","m":"items/XDMG/Bag of Tricks.webp","xF":{"ft":"equipment"},"n":"Bag of Tricks, Gray"},{"id":14388,"c":4,"u":"bag%20of%20tricks%2c%20rust_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of tricks, rust|xdmg","m":"items/XDMG/Bag of Tricks.webp","xF":{"ft":"equipment"},"n":"Bag of Tricks, Rust"},{"id":14389,"c":4,"u":"bag%20of%20tricks%2c%20tan_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of tricks, tan|xdmg","m":"items/XDMG/Bag of Tricks.webp","xF":{"ft":"equipment"},"n":"Bag of Tricks, Tan"},{"id":14390,"c":4,"u":"banded%20agate_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"banded agate|xdmg","xF":{"ft":"loot"},"n":"Banded Agate"},{"id":14391,"c":4,"u":"bead%20of%20force_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bead of force|xdmg","xF":{"ft":"equipment"},"n":"Bead of Force"},{"id":14392,"c":4,"u":"bead%20of%20nourishment_xdmg","p":235,"s":5,"h":1,"t":12,"uu":"bead of nourishment|xdmg","xF":{"ft":"equipment"},"n":"Bead of Nourishment"},{"id":14393,"c":4,"u":"bead%20of%20refreshment_xdmg","p":235,"s":5,"h":1,"t":12,"uu":"bead of refreshment|xdmg","xF":{"ft":"equipment"},"n":"Bead of Refreshment"},{"id":14394,"c":4,"u":"bejeweled%20gold%20bracelet_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"bejeweled gold bracelet|xdmg","xF":{"ft":"loot"},"n":"Bejeweled gold bracelet"},{"id":14395,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"bejeweled ivory drinking horn with gold filigree|xdmg","xF":{"ft":"loot"},"n":"Bejeweled ivory drinking horn with gold filigree"},{"id":14396,"c":4,"u":"belt%20of%20cloud%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of cloud giant strength|xdmg","xF":{"ft":"equipment"},"n":"Belt of Cloud Giant Strength"},{"id":14397,"c":4,"u":"belt%20of%20dwarvenkind_xdmg","p":235,"s":5,"h":1,"t":12,"uu":"belt of dwarvenkind|xdmg","m":"items/XDMG/Belt of Dwarvenkind.webp","xF":{"ft":"equipment"},"n":"Belt of Dwarvenkind"},{"id":14398,"c":4,"u":"belt%20of%20fire%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of fire giant strength|xdmg","m":"items/XDMG/Belt of Giant Strength (Fire).webp","xF":{"ft":"equipment"},"n":"Belt of Fire Giant Strength"},{"id":14399,"c":4,"u":"belt%20of%20frost%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of frost giant strength|xdmg","xF":{"ft":"equipment"},"n":"Belt of Frost Giant Strength"},{"id":14400,"c":4,"u":"belt%20of%20hill%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of hill giant strength|xdmg","xF":{"ft":"equipment"},"n":"Belt of Hill Giant Strength"},{"id":14401,"c":4,"u":"belt%20of%20stone%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of stone giant strength|xdmg","m":"items/XDMG/Belt of Giant Strength (Stone).webp","xF":{"ft":"equipment"},"n":"Belt of Stone Giant Strength"},{"id":14402,"c":4,"u":"belt%20of%20storm%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of storm giant strength|xdmg","xF":{"ft":"equipment"},"n":"Belt of Storm Giant Strength"},{"id":14403,"c":4,"u":"black%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"black dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Black Dragon Scale Mail"},{"id":14404,"c":4,"u":"black%20opal_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"black opal|xdmg","xF":{"ft":"loot"},"n":"Black Opal"},{"id":14405,"c":4,"u":"black%20pearl_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"black pearl|xdmg","xF":{"ft":"loot"},"n":"Black Pearl"},{"id":14406,"c":4,"u":"black%20sapphire_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"black sapphire|xdmg","xF":{"ft":"loot"},"n":"Black Sapphire"},{"id":14407,"c":4,"u":"black%20velvet%20mask%20stitched%20with%20silver%20thread_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"black velvet mask stitched with silver thread|xdmg","xF":{"ft":"loot"},"n":"Black velvet mask stitched with silver thread"},{"id":14408,"c":4,"u":"blackrazor_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"blackrazor|xdmg","m":"items/XDMG/Blackrazor.webp","xF":{"ft":"weapon"},"n":"Blackrazor"},{"id":14409,"c":4,"u":"bloodstone_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"bloodstone|xdmg","xF":{"ft":"loot"},"n":"Bloodstone"},{"id":14410,"c":4,"u":"blue%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"blue dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Blue Dragon Scale Mail"},{"id":14411,"c":4,"u":"blue%20quartz_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"blue quartz|xdmg","xF":{"ft":"loot"},"n":"Blue Quartz"},{"id":14412,"c":4,"u":"blue%20sapphire_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"blue sapphire|xdmg","xF":{"ft":"loot"},"n":"Blue Sapphire"},{"id":14413,"c":4,"u":"blue%20spinel_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"blue spinel|xdmg","xF":{"ft":"loot"},"n":"Blue Spinel"},{"id":14414,"c":4,"u":"bomb_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"bomb|xdmg","xF":{"ft":"consumable"},"n":"Bomb"},{"id":14415,"c":4,"u":"book%20of%20exalted%20deeds_xdmg","p":237,"s":5,"h":1,"t":12,"uu":"book of exalted deeds|xdmg","m":"items/XDMG/Book of Exalted Deeds.webp","xF":{"ft":"equipment"},"n":"Book of Exalted Deeds"},{"id":14416,"c":4,"u":"book%20of%20vile%20darkness_xdmg","p":238,"s":5,"h":1,"t":12,"uu":"book of vile darkness|xdmg","m":"items/XDMG/Book of Vile Darkness.webp","xF":{"ft":"equipment"},"n":"Book of Vile Darkness"},{"id":14417,"c":4,"u":"boots%20of%20elvenkind_xdmg","p":239,"s":5,"h":1,"t":12,"uu":"boots of elvenkind|xdmg","m":"items/XDMG/Boots of Elvenkind.webp","xF":{"ft":"equipment"},"n":"Boots of Elvenkind"},{"id":14418,"c":4,"u":"boots%20of%20false%20tracks_xdmg","p":239,"s":5,"h":1,"t":12,"uu":"boots of false tracks|xdmg","xF":{"ft":"equipment"},"n":"Boots of False Tracks"},{"id":14419,"c":4,"u":"boots%20of%20levitation_xdmg","p":239,"s":5,"h":1,"t":12,"uu":"boots of levitation|xdmg","xF":{"ft":"equipment"},"n":"Boots of Levitation"},{"id":14420,"c":4,"u":"boots%20of%20speed_xdmg","p":240,"s":5,"h":1,"t":12,"uu":"boots of speed|xdmg","m":"items/XDMG/Boots of Speed.webp","xF":{"ft":"equipment"},"n":"Boots of Speed"},{"id":14421,"c":4,"u":"boots%20of%20striding%20and%20springing_xdmg","p":240,"s":5,"h":1,"t":12,"uu":"boots of striding and springing|xdmg","m":"items/XDMG/Boots of Striding and Springing.webp","xF":{"ft":"equipment"},"n":"Boots of Striding and Springing"},{"id":14422,"c":4,"u":"boots%20of%20the%20winterlands_xdmg","p":240,"s":5,"h":1,"t":12,"uu":"boots of the winterlands|xdmg","m":"items/XDMG/Boots of the Winterlands.webp","xF":{"ft":"equipment"},"n":"Boots of the Winterlands"},{"id":14423,"c":4,"u":"bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"bottle stopper cork embossed with gold leaf and set with amethysts|xdmg","xF":{"ft":"loot"},"n":"Bottle stopper cork embossed with gold leaf and set with amethysts"},{"id":14424,"c":4,"u":"bowl%20of%20commanding%20water%20elementals_xdmg","p":240,"s":5,"h":1,"t":12,"uu":"bowl of commanding water elementals|xdmg","m":"items/XDMG/Bowl of Commanding Water Elementals.webp","xF":{"ft":"equipment"},"n":"Bowl of Commanding Water Elementals"},{"id":14425,"c":4,"u":"box%20of%20turquoise%20animal%20figurines_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"box of turquoise animal figurines|xdmg","xF":{"ft":"loot"},"n":"Box of turquoise animal figurines"},{"id":14426,"c":4,"u":"bracers%20of%20archery_xdmg","p":240,"s":5,"h":1,"t":12,"uu":"bracers of archery|xdmg","m":"items/XDMG/Bracers of Archery.webp","xF":{"ft":"equipment"},"n":"Bracers of Archery"},{"id":14427,"c":4,"u":"bracers%20of%20defense_xdmg","p":241,"s":5,"h":1,"t":12,"uu":"bracers of defense|xdmg","m":"items/XDMG/Bracers of Defense.webp","xF":{"ft":"equipment"},"n":"Bracers of Defense"},{"id":14428,"c":4,"u":"brass%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"brass dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Brass Dragon Scale Mail"},{"id":14429,"c":4,"u":"brass%20mug%20with%20jade%20inlay_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"brass mug with jade inlay|xdmg","xF":{"ft":"loot"},"n":"Brass mug with jade inlay"},{"id":14430,"c":4,"u":"brazier%20of%20commanding%20fire%20elementals_xdmg","p":241,"s":5,"h":1,"t":12,"uu":"brazier of commanding fire elementals|xdmg","m":"items/XDMG/Brazier of Commanding Fire Elementals.webp","xF":{"ft":"equipment"},"n":"Brazier of Commanding Fire Elementals"},{"id":14431,"c":4,"u":"bronze%20crown_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"bronze crown|xdmg","xF":{"ft":"loot"},"n":"Bronze crown"},{"id":14432,"c":4,"u":"bronze%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"bronze dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Bronze Dragon Scale Mail"},{"id":14433,"c":4,"u":"brooch%20of%20shielding_xdmg","p":241,"s":5,"h":1,"t":12,"uu":"brooch of shielding|xdmg","m":"items/XDMG/Brooch of Shielding.webp","xF":{"ft":"equipment"},"n":"Brooch of Shielding"},{"id":14434,"c":4,"u":"broom%20of%20flying_xdmg","p":241,"s":5,"h":1,"t":12,"uu":"broom of flying|xdmg","m":"items/XDMG/Broom of Flying.webp","xF":{"ft":"equipment"},"n":"Broom of Flying"},{"id":14435,"c":4,"u":"bundle%20of%20sheet%20music%20representing%20the%20lost%20dirges%20of%20a%20famous%20composer_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"bundle of sheet music representing the lost dirges of a famous composer|xdmg","xF":{"ft":"loot"},"n":"Bundle of sheet music representing the lost dirges of a famous composer"},{"id":14436,"c":4,"u":"burnt%20othur%20fumes_xdmg","p":90,"s":5,"h":1,"t":12,"uu":"burnt othur fumes|xdmg","xF":{"ft":"consumable"},"n":"Burnt Othur Fumes"},{"id":14437,"c":4,"u":"candle%20of%20invocation_xdmg","p":241,"s":5,"h":1,"t":12,"uu":"candle of invocation|xdmg","m":"items/XDMG/Candle of Invocation.webp","xF":{"ft":"equipment"},"n":"Candle of Invocation"},{"id":14438,"c":4,"u":"candle%20of%20the%20deep_xdmg","p":242,"s":5,"h":1,"t":12,"uu":"candle of the deep|xdmg","xF":{"ft":"equipment"},"n":"Candle of the Deep"},{"id":14439,"c":4,"u":"canvas%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"canvas (1 sq. yd.)|xdmg","xF":{"ft":"loot"},"n":"Canvas (1 sq. yd.)"},{"id":14440,"c":4,"u":"cap%20of%20water%20breathing_xdmg","p":242,"s":5,"h":1,"t":12,"uu":"cap of water breathing|xdmg","xF":{"ft":"equipment"},"n":"Cap of Water Breathing"},{"id":14441,"c":4,"u":"cape%20of%20the%20mountebank_xdmg","p":242,"s":5,"h":1,"t":12,"uu":"cape of the mountebank|xdmg","m":"items/XDMG/Cape of the Mountebank.webp","xF":{"ft":"equipment"},"n":"Cape of the Mountebank"},{"id":14442,"c":4,"u":"carnelian_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"carnelian|xdmg","xF":{"ft":"loot"},"n":"Carnelian"},{"id":14443,"c":4,"u":"carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._xdmg","p":242,"s":5,"h":1,"t":12,"uu":"carpet of flying, 3 ft. × 5 ft.|xdmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 3 ft. × 5 ft."},{"id":14444,"c":4,"u":"carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._xdmg","p":242,"s":5,"h":1,"t":12,"uu":"carpet of flying, 4 ft. × 6 ft.|xdmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 4 ft. × 6 ft."},{"id":14445,"c":4,"u":"carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._xdmg","p":242,"s":5,"h":1,"t":12,"uu":"carpet of flying, 5 ft. × 7 ft.|xdmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 5 ft. × 7 ft."},{"id":14446,"c":4,"u":"carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._xdmg","p":242,"s":5,"h":1,"t":12,"uu":"carpet of flying, 6 ft. × 9 ft.|xdmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 6 ft. × 9 ft."},{"id":14447,"c":4,"u":"carrion%20crawler%20mucus_xdmg","p":90,"s":5,"h":1,"t":12,"uu":"carrion crawler mucus|xdmg","xF":{"ft":"consumable"},"n":"Carrion Crawler Mucus"},{"id":14448,"c":4,"u":"carved%20bone%20statuette_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"carved bone statuette|xdmg","xF":{"ft":"loot"},"n":"Carved bone statuette"},{"id":14449,"c":4,"u":"carved%20ivory%20statuette_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"carved ivory statuette|xdmg","xF":{"ft":"loot"},"n":"Carved ivory statuette"},{"id":14450,"c":4,"u":"carved%20wooden%20harp%20with%20ivory%20inlay%20and%20zircon%20gems_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"carved wooden harp with ivory inlay and zircon gems|xdmg","xF":{"ft":"loot"},"n":"Carved wooden harp with ivory inlay and zircon gems"},{"id":14451,"c":4,"u":"cauldron%20of%20rebirth_xdmg","p":243,"s":5,"h":1,"t":12,"uu":"cauldron of rebirth|xdmg","m":"items/XDMG/Cauldron of Rebirth.webp","xF":{"ft":"equipment"},"n":"Cauldron of Rebirth"},{"id":14452,"c":4,"u":"censer%20of%20controlling%20air%20elementals_xdmg","p":243,"s":5,"h":1,"t":12,"uu":"censer of controlling air elementals|xdmg","m":"items/XDMG/Censer of Controlling Air Elementals.webp","xF":{"ft":"equipment"},"n":"Censer of Controlling Air Elementals"},{"id":14453,"c":4,"u":"ceremonial%20gold%20armor%20with%20black%20pearls_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"ceremonial gold armor with black pearls|xdmg","xF":{"ft":"loot"},"n":"Ceremonial gold armor with black pearls"},{"id":14454,"c":4,"u":"chalcedony_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"chalcedony|xdmg","xF":{"ft":"loot"},"n":"Chalcedony"},{"id":14455,"c":4,"u":"charlatan's%20die_xdmg","p":243,"s":5,"h":1,"t":12,"uu":"charlatan's die|xdmg","m":"items/XDMG/Charlatans Die.webp","xF":{"ft":"equipment"},"n":"Charlatan's Die"},{"id":14456,"c":4,"u":"chicken_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"chicken|xdmg","xF":{"ft":"loot"},"n":"Chicken"},{"id":14457,"c":4,"u":"chime%20of%20opening_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"chime of opening|xdmg","m":"items/XDMG/Chime of Opening.webp","xF":{"ft":"equipment"},"n":"Chime of Opening"},{"id":14458,"c":4,"u":"chrysoberyl_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"chrysoberyl|xdmg","xF":{"ft":"loot"},"n":"Chrysoberyl"},{"id":14459,"c":4,"u":"chrysoprase_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"chrysoprase|xdmg","xF":{"ft":"loot"},"n":"Chrysoprase"},{"id":14460,"c":4,"u":"cinnamon_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"cinnamon|xdmg","xF":{"ft":"loot"},"n":"Cinnamon"},{"id":14461,"c":4,"u":"circlet%20of%20blasting_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"circlet of blasting|xdmg","m":"items/XDMG/Circlet of Blasting.webp","xF":{"ft":"equipment"},"n":"Circlet of Blasting"},{"id":14462,"c":4,"u":"citrine_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"citrine|xdmg","xF":{"ft":"loot"},"n":"Citrine"},{"id":14463,"c":4,"u":"cloak%20of%20arachnida_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"cloak of arachnida|xdmg","xF":{"ft":"equipment"},"n":"Cloak of Arachnida"},{"id":14464,"c":4,"u":"cloak%20of%20billowing_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"cloak of billowing|xdmg","m":"items/XDMG/Cloak of Billowing.webp","xF":{"ft":"equipment"},"n":"Cloak of Billowing"},{"id":14465,"c":4,"u":"cloak%20of%20displacement_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"cloak of displacement|xdmg","m":"items/XDMG/Cloak of Displacement.webp","xF":{"ft":"equipment"},"n":"Cloak of Displacement"},{"id":14466,"c":4,"u":"cloak%20of%20elvenkind_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"cloak of elvenkind|xdmg","m":"items/XDMG/Cloak of Elvenkind.webp","xF":{"ft":"equipment"},"n":"Cloak of Elvenkind"},{"id":14467,"c":4,"u":"cloak%20of%20invisibility_xdmg","p":244,"s":5,"h":1,"t":12,"uu":"cloak of invisibility|xdmg","xF":{"ft":"equipment"},"n":"Cloak of Invisibility"},{"id":14468,"c":4,"u":"cloak%20of%20many%20fashions_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"cloak of many fashions|xdmg","m":"items/XDMG/Cloak of Many Fashions.webp","xF":{"ft":"equipment"},"n":"Cloak of Many Fashions"},{"id":14469,"c":4,"u":"cloak%20of%20protection_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"cloak of protection|xdmg","m":"items/XDMG/Cloak of Protection.webp","xF":{"ft":"equipment"},"n":"Cloak of Protection"},{"id":14470,"c":4,"u":"cloak%20of%20the%20bat_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"cloak of the bat|xdmg","xF":{"ft":"equipment"},"n":"Cloak of the Bat"},{"id":14471,"c":4,"u":"cloak%20of%20the%20manta%20ray_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"cloak of the manta ray|xdmg","m":"items/XDMG/Cloak of the Manta Ray.webp","xF":{"ft":"equipment"},"n":"Cloak of the Manta Ray"},{"id":14472,"c":4,"u":"clockwork%20amulet_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"clockwork amulet|xdmg","xF":{"ft":"equipment"},"n":"Clockwork Amulet"},{"id":14473,"c":4,"u":"cloth-of-gold%20vestments_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"cloth-of-gold vestments|xdmg","xF":{"ft":"loot"},"n":"Cloth-of-gold vestments"},{"id":14474,"c":4,"u":"clothes%20of%20mending_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"clothes of mending|xdmg","xF":{"ft":"equipment"},"n":"Clothes of Mending"},{"id":14475,"c":4,"u":"cloves_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"cloves|xdmg","xF":{"ft":"loot"},"n":"Cloves"},{"id":14476,"c":4,"u":"copper_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"copper|xdmg","xF":{"ft":"loot"},"n":"Copper"},{"id":14477,"c":4,"u":"copper%20chalice%20with%20silver%20filigree_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"copper chalice with silver filigree|xdmg","xF":{"ft":"loot"},"n":"Copper chalice with silver filigree"},{"id":14478,"c":4,"u":"copper%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"copper dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Copper Dragon Scale Mail"},{"id":14479,"c":4,"u":"coral_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"coral|xdmg","xF":{"ft":"loot"},"n":"Coral"},{"id":14480,"c":4,"u":"cotton%20cloth%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"cotton cloth (1 sq. yd.)|xdmg","xF":{"ft":"loot"},"n":"Cotton Cloth (1 sq. yd.)"},{"id":14481,"c":4,"u":"cow_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"cow|xdmg","xF":{"ft":"loot"},"n":"Cow"},{"id":14482,"c":4,"u":"crystal%20ball_xdmg","p":245,"s":5,"h":1,"t":12,"uu":"crystal ball|xdmg","xF":{"ft":"equipment"},"n":"Crystal Ball"},{"id":14483,"c":4,"u":"crystal%20ball%20of%20mind%20reading_xdmg","p":159,"s":5,"h":1,"t":12,"uu":"crystal ball of mind reading|xdmg","xF":{"ft":"equipment"},"n":"Crystal Ball of Mind Reading"},{"id":14484,"c":4,"u":"crystal%20ball%20of%20telepathy_xdmg","p":159,"s":5,"h":1,"t":12,"uu":"crystal ball of telepathy|xdmg","xF":{"ft":"equipment"},"n":"Crystal Ball of Telepathy"},{"id":14485,"c":4,"u":"crystal%20ball%20of%20true%20seeing_xdmg","p":159,"s":5,"h":1,"t":12,"uu":"crystal ball of true seeing|xdmg","xF":{"ft":"equipment"},"n":"Crystal Ball of True Seeing"},{"id":14486,"c":4,"u":"cube%20of%20force_xdmg","p":246,"s":5,"h":1,"t":12,"uu":"cube of force|xdmg","m":"items/XDMG/Cube of Force.webp","xF":{"ft":"equipment"},"n":"Cube of Force"},{"id":14487,"c":4,"u":"cube%20of%20summoning_xdmg","p":247,"s":5,"h":1,"t":12,"uu":"cube of summoning|xdmg","m":"items/XDMG/Cube of Summoning.webp","xF":{"ft":"equipment"},"n":"Cube of Summoning"},{"id":14488,"c":4,"u":"cubic%20gate_xdmg","p":247,"s":5,"h":1,"t":12,"uu":"cubic gate|xdmg","m":"items/XDMG/Cubic Gate.webp","xF":{"ft":"equipment"},"n":"Cubic Gate"},{"id":14489,"c":4,"u":"daern's%20instant%20fortress_xdmg","p":247,"s":5,"h":1,"t":12,"uu":"daern's instant fortress|xdmg","m":"items/XDMG/Daerns Instant Fortress.webp","xF":{"ft":"equipment"},"n":"Daern's Instant Fortress"},{"id":14490,"c":4,"u":"dagger%20of%20venom_xdmg","p":248,"s":5,"h":1,"t":12,"uu":"dagger of venom|xdmg","m":"items/XDMG/Dagger of Venom.webp","xF":{"ft":"weapon"},"n":"Dagger of Venom"},{"id":14491,"c":4,"u":"dark%20shard%20amulet_xdmg","p":248,"s":5,"h":1,"t":12,"uu":"dark shard amulet|xdmg","m":"items/XDMG/Dark Shard Amulet.webp","xF":{"ft":"equipment"},"n":"Dark Shard Amulet"},{"id":14492,"c":4,"u":"decanter%20of%20endless%20water_xdmg","p":249,"s":5,"h":1,"t":12,"uu":"decanter of endless water|xdmg","m":"items/XDMG/Decanter of Endless Water.webp","xF":{"ft":"equipment"},"n":"Decanter of Endless Water"},{"id":14493,"c":4,"u":"deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"t":12,"uu":"deck of illusions|xdmg","xF":{"ft":"equipment"},"n":"Deck of Illusions"},{"id":14494,"c":4,"u":"deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"t":12,"uu":"deck of many things|xdmg","m":"items/XDMG/Deck of Many Things.webp","xF":{"ft":"equipment"},"n":"Deck of Many Things"},{"id":14495,"c":4,"u":"demonomicon%20of%20iggwilv_xdmg","p":252,"s":5,"h":1,"t":12,"uu":"demonomicon of iggwilv|xdmg","xF":{"ft":"equipment"},"n":"Demonomicon of Iggwilv"},{"id":14496,"c":4,"u":"detailed%2c%20life-sized%20dragonborn%20skull%20cast%20in%20electrum_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"detailed, life-sized dragonborn skull cast in electrum|xdmg","xF":{"ft":"loot"},"n":"Detailed, life-sized dragonborn skull cast in electrum"},{"id":14497,"c":4,"u":"diamond_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"diamond|xdmg","xF":{"ft":"loot"},"n":"Diamond"},{"id":14498,"c":4,"u":"dimensional%20shackles_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"dimensional shackles|xdmg","m":"items/XDMG/Dimensional Shackles.webp","xF":{"ft":"equipment"},"n":"Dimensional Shackles"},{"id":14499,"c":4,"u":"dread%20helm_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"dread helm|xdmg","m":"items/XDMG/Dread Helm.webp","xF":{"ft":"equipment"},"n":"Dread Helm"},{"id":14500,"c":4,"u":"driftglobe_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"driftglobe|xdmg","m":"items/XDMG/Driftglobe.webp","xF":{"ft":"equipment"},"n":"Driftglobe"},{"id":14501,"c":4,"u":"dust%20of%20disappearance_xdmg","p":255,"s":5,"h":1,"t":12,"uu":"dust of disappearance|xdmg","m":"items/XDMG/Dust of Disappearance.webp","xF":{"ft":"equipment"},"n":"Dust of Disappearance"},{"id":14502,"c":4,"u":"dust%20of%20dryness_xdmg","p":255,"s":5,"h":1,"t":12,"uu":"dust of dryness|xdmg","xF":{"ft":"equipment"},"n":"Dust of Dryness"},{"id":14503,"c":4,"u":"dust%20of%20sneezing%20and%20choking_xdmg","p":255,"s":5,"h":1,"t":12,"uu":"dust of sneezing and choking|xdmg","m":"items/XDMG/Dust of Sneezing and Choking.webp","xF":{"ft":"equipment"},"n":"Dust of Sneezing and Choking"},{"id":14504,"c":4,"u":"dwarven%20thrower_xdmg","p":256,"s":5,"h":1,"t":12,"uu":"dwarven thrower|xdmg","m":"items/XDMG/Dwarven Thrower.webp","xF":{"ft":"weapon"},"n":"Dwarven Thrower"},{"id":14505,"c":4,"u":"dynamite%20stick_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"dynamite stick|xdmg","xF":{"ft":"consumable"},"n":"Dynamite Stick"},{"id":14506,"c":4,"u":"ear%20horn%20of%20hearing_xdmg","p":256,"s":5,"h":1,"t":12,"uu":"ear horn of hearing|xdmg","xF":{"ft":"equipment"},"n":"Ear Horn of Hearing"},{"id":14507,"c":4,"u":"efreeti%20bottle_xdmg","p":256,"s":5,"h":1,"t":12,"uu":"efreeti bottle|xdmg","m":"items/XDMG/Efreeti Bottle.webp","xF":{"ft":"equipment"},"n":"Efreeti Bottle"},{"id":14508,"c":4,"u":"elemental%20gem%2c%20blue%20sapphire_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elemental gem, blue sapphire|xdmg","m":"items/XDMG/Elemental Gem (Blue Sapphire).webp","xF":{"ft":"equipment"},"n":"Elemental Gem, Blue Sapphire"},{"id":14509,"c":4,"u":"elemental%20gem%2c%20emerald_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elemental gem, emerald|xdmg","m":"items/XDMG/Elemental Gem (Emerald).webp","xF":{"ft":"equipment"},"n":"Elemental Gem, Emerald"},{"id":14510,"c":4,"u":"elemental%20gem%2c%20red%20corundum_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elemental gem, red corundum|xdmg","m":"items/XDMG/Elemental Gem (Red Corundum).webp","xF":{"ft":"equipment"},"n":"Elemental Gem, Red Corundum"},{"id":14511,"c":4,"u":"elemental%20gem%2c%20yellow%20diamond_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elemental gem, yellow diamond|xdmg","m":"items/XDMG/Elemental Gem (Yellow Diamond).webp","xF":{"ft":"equipment"},"n":"Elemental Gem, Yellow Diamond"},{"id":14512,"c":4,"u":"elixir%20of%20health_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elixir of health|xdmg","xF":{"ft":"consumable"},"n":"Elixir of Health"},{"id":14513,"c":4,"u":"embroidered%20glove%20set%20with%20jewel%20chips_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"embroidered glove set with jewel chips|xdmg","xF":{"ft":"loot"},"n":"Embroidered glove set with jewel chips"},{"id":14514,"c":4,"u":"embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"embroidered silk and velvet mantle set with numerous moonstones|xdmg","xF":{"ft":"loot"},"n":"Embroidered silk and velvet mantle set with numerous moonstones"},{"id":14515,"c":4,"u":"embroidered%20silk%20handkerchief_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"embroidered silk handkerchief|xdmg","xF":{"ft":"loot"},"n":"Embroidered silk handkerchief"},{"id":14516,"c":4,"u":"emerald_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"emerald|xdmg","xF":{"ft":"loot"},"n":"Emerald"},{"id":14517,"c":4,"u":"enduring%20spellbook_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"enduring spellbook|xdmg","xF":{"ft":"equipment"},"n":"Enduring Spellbook"},{"id":14518,"c":4,"u":"enspelled%20staff%20(cantrip)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (cantrip)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Cantrip)"},{"id":14519,"c":4,"u":"enspelled%20staff%20(level%201)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 1)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 1)"},{"id":14520,"c":4,"u":"enspelled%20staff%20(level%202)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 2)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 2)"},{"id":14521,"c":4,"u":"enspelled%20staff%20(level%203)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 3)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 3)"},{"id":14522,"c":4,"u":"enspelled%20staff%20(level%204)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 4)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 4)"},{"id":14523,"c":4,"u":"enspelled%20staff%20(level%205)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 5)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 5)"},{"id":14524,"c":4,"u":"enspelled%20staff%20(level%206)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 6)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 6)"},{"id":14525,"c":4,"u":"enspelled%20staff%20(level%207)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 7)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 7)"},{"id":14526,"c":4,"u":"enspelled%20staff%20(level%208)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff (level 8)|xdmg","xF":{"ft":"weapon"},"n":"Enspelled Staff (Level 8)"},{"id":14527,"c":4,"u":"ersatz%20eye_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"ersatz eye|xdmg","xF":{"ft":"equipment"},"n":"Ersatz Eye"},{"id":14528,"c":4,"u":"essence%20of%20ether_xdmg","p":90,"s":5,"h":1,"t":12,"uu":"essence of ether|xdmg","xF":{"ft":"consumable"},"n":"Essence of Ether"},{"id":14529,"c":4,"u":"eversmoking%20bottle_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"eversmoking bottle|xdmg","m":"items/XDMG/Eversmoking Bottle.webp","xF":{"ft":"equipment"},"n":"Eversmoking Bottle"},{"id":14530,"c":4,"u":"eye%20agate_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"eye agate|xdmg","xF":{"ft":"loot"},"n":"Eye Agate"},{"id":14531,"c":4,"u":"eye%20of%20vecna_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"eye of vecna|xdmg","m":"items/XDMG/Eye and Hand of Vecna.webp","xF":{"ft":"equipment"},"n":"Eye of Vecna"},{"id":14532,"c":4,"u":"eye%20patch%20decorated%20with%20tiny%20blue%20sapphires%20and%20moonstones_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"eye patch decorated with tiny blue sapphires and moonstones|xdmg","xF":{"ft":"loot"},"n":"Eye patch decorated with tiny blue sapphires and moonstones"},{"id":14533,"c":4,"u":"eyes%20of%20charming_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"eyes of charming|xdmg","m":"items/XDMG/Eyes of Charming.webp","xF":{"ft":"equipment"},"n":"Eyes of Charming"},{"id":14534,"c":4,"u":"eyes%20of%20minute%20seeing_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"eyes of minute seeing|xdmg","xF":{"ft":"equipment"},"n":"Eyes of Minute Seeing"},{"id":14535,"c":4,"u":"eyes%20of%20the%20eagle_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"eyes of the eagle|xdmg","m":"items/XDMG/Eyes of the Eagle.webp","xF":{"ft":"equipment"},"n":"Eyes of the Eagle"},{"id":14536,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20bronze%20griffon_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, bronze griffon|xdmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Bronze Griffon"},{"id":14537,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ebony%20fly_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, ebony fly|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Ebony Fly).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Ebony Fly"},{"id":14538,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20golden%20lions_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, golden lions|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Golden Lions).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Golden Lions"},{"id":14539,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ivory%20goats_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, ivory goats|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Ivory Goats).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Ivory Goats"},{"id":14540,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20marble%20elephant_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, marble elephant|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Marble Elephant).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Marble Elephant"},{"id":14541,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20obsidian%20steed_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, obsidian steed|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Obsidian Steed).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Obsidian Steed"},{"id":14542,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20onyx%20dog_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, onyx dog|xdmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Onyx Dog"},{"id":14543,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20serpentine%20owl_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, serpentine owl|xdmg","m":"items/XDMG/Figurine of Wondrous Power (Serpentine Owl).webp","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Serpentine Owl"},{"id":14544,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20silver%20raven_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power, silver raven|xdmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Silver Raven"},{"id":14545,"c":4,"u":"fine%20gold%20chain%20set%20with%20a%20fire%20opal_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"fine gold chain set with a fire opal|xdmg","xF":{"ft":"loot"},"n":"Fine gold chain set with a fire opal"},{"id":14546,"c":4,"u":"fire%20opal_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"fire opal|xdmg","xF":{"ft":"loot"},"n":"Fire Opal"},{"id":14547,"c":4,"u":"flour_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"flour|xdmg","xF":{"ft":"loot"},"n":"Flour"},{"id":14548,"c":4,"u":"folding%20boat_xdmg","p":263,"s":5,"h":1,"t":12,"uu":"folding boat|xdmg","m":"items/XDMG/Folding Boat.webp","xF":{"ft":"equipment"},"n":"Folding Boat"},{"id":14549,"c":4,"u":"fragmentation%20grenade_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"fragmentation grenade|xdmg","xF":{"ft":"consumable"},"n":"Fragmentation Grenade"},{"id":14550,"c":4,"u":"garnet_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"garnet|xdmg","xF":{"ft":"loot"},"n":"Garnet"},{"id":14551,"c":4,"u":"gauntlets%20of%20ogre%20power_xdmg","p":264,"s":5,"h":1,"t":12,"uu":"gauntlets of ogre power|xdmg","m":"items/XDMG/Gauntlets of Ogre Power.webp","xF":{"ft":"equipment"},"n":"Gauntlets of Ogre Power"},{"id":14552,"c":4,"u":"gem%20of%20brightness_xdmg","p":264,"s":5,"h":1,"t":12,"uu":"gem of brightness|xdmg","m":"items/XDMG/Gem of Brightness.webp","xF":{"ft":"equipment"},"n":"Gem of Brightness"},{"id":14553,"c":4,"u":"gem%20of%20seeing_xdmg","p":264,"s":5,"h":1,"t":12,"uu":"gem of seeing|xdmg","m":"items/XDMG/Gem of Seeing.webp","xF":{"ft":"equipment"},"n":"Gem of Seeing"},{"id":14554,"c":4,"u":"gilded%20royal%20coach%20or%20funeral%20barge_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gilded royal coach or funeral barge|xdmg","xF":{"ft":"loot"},"n":"Gilded royal coach or funeral barge"},{"id":14555,"c":4,"u":"ginger_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"ginger|xdmg","xF":{"ft":"loot"},"n":"Ginger"},{"id":14556,"c":4,"u":"glamoured%20studded%20leather_xdmg","p":264,"s":5,"h":1,"t":12,"uu":"glamoured studded leather|xdmg","xF":{"ft":"equipment"},"n":"Glamoured Studded Leather"},{"id":14557,"c":4,"u":"gloves%20of%20missile%20snaring_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"gloves of missile snaring|xdmg","m":"items/XDMG/Gloves of Missile Snaring.webp","xF":{"ft":"equipment"},"n":"Gloves of Missile Snaring"},{"id":14558,"c":4,"u":"gloves%20of%20swimming%20and%20climbing_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"gloves of swimming and climbing|xdmg","xF":{"ft":"equipment"},"n":"Gloves of Swimming and Climbing"},{"id":14559,"c":4,"u":"gloves%20of%20thievery_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"gloves of thievery|xdmg","m":"items/XDMG/Gloves of Thievery.webp","xF":{"ft":"equipment"},"n":"Gloves of Thievery"},{"id":14560,"c":4,"u":"goat_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"goat|xdmg","xF":{"ft":"loot"},"n":"Goat"},{"id":14561,"c":4,"u":"goggles%20of%20night_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"goggles of night|xdmg","m":"items/XDMG/Goggles of Night.webp","xF":{"ft":"equipment"},"n":"Goggles of Night"},{"id":14562,"c":4,"u":"gold_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"gold|xdmg","xF":{"ft":"loot"},"n":"Gold"},{"id":14563,"c":4,"u":"gold%20bar%20(5-pound)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"gold bar (5-pound)|xdmg","xF":{"ft":"loot"},"n":"Gold Bar (5-pound)"},{"id":14564,"c":4,"u":"gold%20birdcage%20with%20electrum%20filigree_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold birdcage with electrum filigree|xdmg","xF":{"ft":"loot"},"n":"Gold birdcage with electrum filigree"},{"id":14565,"c":4,"u":"gold%20bracelet_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold bracelet|xdmg","xF":{"ft":"loot"},"n":"Gold bracelet"},{"id":14566,"c":4,"u":"gold%20circlet%20set%20with%20four%20aquamarines_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold circlet set with four aquamarines|xdmg","xF":{"ft":"loot"},"n":"Gold circlet set with four aquamarines"},{"id":14567,"c":4,"u":"gold%20comb%20shaped%20like%20a%20dragon%20with%20red%20garnets%20as%20eyes_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold comb shaped like a dragon with red garnets as eyes|xdmg","xF":{"ft":"loot"},"n":"Gold comb shaped like a dragon with red garnets as eyes"},{"id":14568,"c":4,"u":"gold%20cup%20set%20with%20emeralds_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold cup set with emeralds|xdmg","xF":{"ft":"loot"},"n":"Gold cup set with emeralds"},{"id":14569,"c":4,"u":"gold%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"gold dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Gold Dragon Scale Mail"},{"id":14570,"c":4,"u":"gold%20idol_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold idol|xdmg","xF":{"ft":"loot"},"n":"Gold idol"},{"id":14571,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold jewelry box with platinum filigree|xdmg","xF":{"ft":"loot"},"n":"Gold jewelry box with platinum filigree"},{"id":14572,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold locket with a painted portrait inside|xdmg","xF":{"ft":"loot"},"n":"Gold locket with a painted portrait inside"},{"id":14573,"c":4,"u":"gold%20music%20box_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold music box|xdmg","xF":{"ft":"loot"},"n":"Gold music box"},{"id":14574,"c":4,"u":"gold%20ring%20set%20with%20bloodstones_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold ring set with bloodstones|xdmg","xF":{"ft":"loot"},"n":"Gold ring set with bloodstones"},{"id":14575,"c":4,"u":"gold%20statuette%20set%20with%20rubies_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"gold statuette set with rubies|xdmg","xF":{"ft":"loot"},"n":"Gold statuette set with rubies"},{"id":14576,"c":4,"u":"green%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"green dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Green Dragon Scale Mail"},{"id":14577,"c":4,"u":"grenade%20launcher_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"grenade launcher|xdmg","xF":{"ft":"loot"},"n":"Grenade Launcher"},{"id":14578,"c":4,"u":"gunpowder%20(keg)_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"gunpowder (keg)|xdmg","xF":{"ft":"consumable"},"n":"Gunpowder (keg)"},{"id":14579,"c":4,"u":"gunpowder%20(powder%20horn)_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"gunpowder (powder horn)|xdmg","xF":{"ft":"consumable"},"n":"Gunpowder (powder horn)"},{"id":14580,"c":4,"u":"hag%20eye_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"hag eye|xdmg","m":"items/XDMG/Hag Eye.webp","xF":{"ft":"equipment"},"n":"Hag Eye"},{"id":14581,"c":4,"u":"hand%20of%20vecna_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"hand of vecna|xdmg","m":"items/XDMG/Eye and Hand of Vecna.webp","xF":{"ft":"equipment"},"n":"Hand of Vecna"},{"id":14582,"c":4,"u":"handheld%20mirror%20set%20in%20a%20painted%20wooden%20frame_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"handheld mirror set in a painted wooden frame|xdmg","xF":{"ft":"loot"},"n":"Handheld mirror set in a painted wooden frame"},{"id":14583,"c":4,"u":"hat%20of%20disguise_xdmg","p":266,"s":5,"h":1,"t":12,"uu":"hat of disguise|xdmg","m":"items/XDMG/Hat of Disguise.webp","xF":{"ft":"equipment"},"n":"Hat of Disguise"},{"id":14584,"c":4,"u":"hat%20of%20many%20spells_xdmg","p":266,"s":5,"h":1,"t":12,"uu":"hat of many spells|xdmg","xF":{"ft":"equipment"},"n":"Hat of Many Spells"},{"id":14585,"c":4,"u":"hat%20of%20vermin_xdmg","p":267,"s":5,"h":1,"t":12,"uu":"hat of vermin|xdmg","m":"items/XDMG/Hat of Vermin.webp","xF":{"ft":"equipment"},"n":"Hat of Vermin"},{"id":14586,"c":4,"u":"hat%20of%20wizardry_xdmg","p":267,"s":5,"h":1,"t":12,"uu":"hat of wizardry|xdmg","m":"items/XDMG/Hat of Wizardry.webp","xF":{"ft":"equipment"},"n":"Hat of Wizardry"},{"id":14587,"c":4,"u":"headband%20of%20intellect_xdmg","p":268,"s":5,"h":1,"t":12,"uu":"headband of intellect|xdmg","m":"items/XDMG/Headband of Intellect.webp","xF":{"ft":"equipment"},"n":"Headband of Intellect"},{"id":14588,"c":4,"u":"helm%20of%20brilliance_xdmg","p":268,"s":5,"h":1,"t":12,"uu":"helm of brilliance|xdmg","m":"items/XDMG/Helm of Brilliance.webp","xF":{"ft":"equipment"},"n":"Helm of Brilliance"},{"id":14589,"c":4,"u":"helm%20of%20comprehending%20languages_xdmg","p":268,"s":5,"h":1,"t":12,"uu":"helm of comprehending languages|xdmg","m":"items/XDMG/Helm of Comprehending Languages.webp","xF":{"ft":"equipment"},"n":"Helm of Comprehending Languages"},{"id":14590,"c":4,"u":"helm%20of%20telepathy_xdmg","p":268,"s":5,"h":1,"t":12,"uu":"helm of telepathy|xdmg","m":"items/XDMG/Helm of Telepathy.webp","xF":{"ft":"equipment"},"n":"Helm of Telepathy"},{"id":14591,"c":4,"u":"helm%20of%20teleportation_xdmg","p":268,"s":5,"h":1,"t":12,"uu":"helm of teleportation|xdmg","m":"items/XDMG/Helm of Teleportation.webp","xF":{"ft":"equipment"},"n":"Helm of Teleportation"},{"id":14592,"c":4,"u":"hematite_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"hematite|xdmg","xF":{"ft":"loot"},"n":"Hematite"},{"id":14593,"c":4,"u":"heward's%20handy%20haversack_xdmg","p":269,"s":5,"h":1,"t":12,"uu":"heward's handy haversack|xdmg","m":"items/XDMG/Hewards Handy Haversack.webp","xF":{"ft":"container"},"n":"Heward's Handy Haversack"},{"id":14594,"c":4,"u":"heward's%20handy%20spice%20pouch_xdmg","p":269,"s":5,"h":1,"t":12,"uu":"heward's handy spice pouch|xdmg","xF":{"ft":"equipment"},"n":"Heward's Handy Spice Pouch"},{"id":14595,"c":4,"u":"horn%20of%20blasting_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of blasting|xdmg","m":"items/XDMG/Horn of Blasting.webp","xF":{"ft":"equipment"},"n":"Horn of Blasting"},{"id":14596,"c":4,"u":"horn%20of%20silent%20alarm_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of silent alarm|xdmg","xF":{"ft":"equipment"},"n":"Horn of Silent Alarm"},{"id":14597,"c":4,"u":"horn%20of%20valhalla%2c%20brass_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of valhalla, brass|xdmg","m":"items/XDMG/Horn of Valhalla.webp","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Brass"},{"id":14598,"c":4,"u":"horn%20of%20valhalla%2c%20bronze_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of valhalla, bronze|xdmg","m":"items/XDMG/Horn of Valhalla.webp","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Bronze"},{"id":14599,"c":4,"u":"horn%20of%20valhalla%2c%20iron_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of valhalla, iron|xdmg","m":"items/XDMG/Horn of Valhalla.webp","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Iron"},{"id":14600,"c":4,"u":"horn%20of%20valhalla%2c%20silver_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of valhalla, silver|xdmg","m":"items/XDMG/Horn of Valhalla.webp","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Silver"},{"id":14601,"c":4,"u":"horseshoes%20of%20a%20zephyr_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horseshoes of a zephyr|xdmg","xF":{"ft":"equipment"},"n":"Horseshoes of a Zephyr"},{"id":14602,"c":4,"u":"horseshoes%20of%20speed_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horseshoes of speed|xdmg","xF":{"ft":"equipment"},"n":"Horseshoes of Speed"},{"id":14603,"c":4,"u":"immovable%20rod_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"immovable rod|xdmg","m":"items/XDMG/Immovable Rod.webp","xF":{"ft":"equipment"},"n":"Immovable Rod"},{"id":14604,"c":4,"u":"instrument%20of%20illusions_xdmg","p":271,"s":5,"h":1,"t":12,"uu":"instrument of illusions|xdmg","m":"items/XDMG/Instrument of Illusions.webp","xF":{"ft":"equipment"},"n":"Instrument of Illusions"},{"id":14605,"c":4,"u":"instrument%20of%20scribing_xdmg","p":271,"s":5,"h":1,"t":12,"uu":"instrument of scribing|xdmg","xF":{"ft":"equipment"},"n":"Instrument of Scribing"},{"id":14606,"c":4,"u":"instrument%20of%20the%20bards%2c%20anstruth%20harp_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, anstruth harp|xdmg","m":"items/XDMG/Anstruth Harp.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Anstruth Harp"},{"id":14607,"c":4,"u":"instrument%20of%20the%20bards%2c%20canaith%20mandolin_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, canaith mandolin|xdmg","m":"items/XDMG/Canaith Mandolin.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Canaith Mandolin"},{"id":14608,"c":4,"u":"instrument%20of%20the%20bards%2c%20cli%20lyre_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, cli lyre|xdmg","m":"items/XDMG/Cli Lyre.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Cli Lyre"},{"id":14609,"c":4,"u":"instrument%20of%20the%20bards%2c%20doss%20lute_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, doss lute|xdmg","m":"items/XDMG/Doss Lute.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Doss Lute"},{"id":14610,"c":4,"u":"instrument%20of%20the%20bards%2c%20fochlucan%20bandore_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, fochlucan bandore|xdmg","m":"items/XDMG/Fochlucan Bandore.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Fochlucan Bandore"},{"id":14611,"c":4,"u":"instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, mac-fuirmidh cittern|xdmg","m":"items/XDMG/Mac-Fuirmidh Cittern.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Mac-Fuirmidh Cittern"},{"id":14612,"c":4,"u":"instrument%20of%20the%20bards%2c%20ollamh%20harp_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards, ollamh harp|xdmg","m":"items/XDMG/Ollamh Harp.webp","xF":{"ft":"equipment"},"n":"Instrument of the Bards, Ollamh Harp"},{"id":14613,"c":4,"u":"ioun%20stone%2c%20absorption_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, absorption|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Absorption"},{"id":14614,"c":4,"u":"ioun%20stone%2c%20agility_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, agility|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Agility"},{"id":14615,"c":4,"u":"ioun%20stone%2c%20awareness_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, awareness|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Awareness"},{"id":14616,"c":4,"u":"ioun%20stone%2c%20fortitude_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, fortitude|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Fortitude"},{"id":14617,"c":4,"u":"ioun%20stone%2c%20greater%20absorption_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, greater absorption|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Greater Absorption"},{"id":14618,"c":4,"u":"ioun%20stone%2c%20insight_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, insight|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Insight"},{"id":14619,"c":4,"u":"ioun%20stone%2c%20intellect_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, intellect|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Intellect"},{"id":14620,"c":4,"u":"ioun%20stone%2c%20leadership_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, leadership|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Leadership"},{"id":14621,"c":4,"u":"ioun%20stone%2c%20mastery_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, mastery|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Mastery"},{"id":14622,"c":4,"u":"ioun%20stone%2c%20protection_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, protection|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Protection"},{"id":14623,"c":4,"u":"ioun%20stone%2c%20regeneration_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, regeneration|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Regeneration"},{"id":14624,"c":4,"u":"ioun%20stone%2c%20reserve_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, reserve|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Reserve"},{"id":14625,"c":4,"u":"ioun%20stone%2c%20strength_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, strength|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Strength"},{"id":14626,"c":4,"u":"ioun%20stone%2c%20sustenance_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone, sustenance|xdmg","m":"items/XDMG/Ioun Stone.webp","xF":{"ft":"equipment"},"n":"Ioun Stone, Sustenance"},{"id":14627,"c":4,"u":"iron_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"iron|xdmg","xF":{"ft":"loot"},"n":"Iron"},{"id":14628,"c":4,"u":"iron%20bands%20of%20bilarro_xdmg","p":274,"s":5,"h":1,"t":12,"uu":"iron bands of bilarro|xdmg","m":"items/XDMG/Iron Bands of Bilarro.webp","xF":{"ft":"equipment"},"n":"Iron Bands of Bilarro"},{"id":14629,"c":4,"u":"iron%20flask_xdmg","p":274,"s":5,"h":1,"t":12,"uu":"iron flask|xdmg","m":"items/XDMG/Iron Flask.webp","xF":{"ft":"equipment"},"n":"Iron Flask"},{"id":14630,"c":4,"u":"jacinth_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"jacinth|xdmg","xF":{"ft":"loot"},"n":"Jacinth"},{"id":14631,"c":4,"u":"jade_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"jade|xdmg","xF":{"ft":"loot"},"n":"Jade"},{"id":14632,"c":4,"u":"jade%20game%20board%20with%20gold%20playing%20pieces_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"jade game board with gold playing pieces|xdmg","xF":{"ft":"loot"},"n":"Jade game board with gold playing pieces"},{"id":14633,"c":4,"u":"jasper_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"jasper|xdmg","xF":{"ft":"loot"},"n":"Jasper"},{"id":14634,"c":4,"u":"javelin%20of%20lightning_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"javelin of lightning|xdmg","m":"items/XDMG/Javelin of Lightning.webp","xF":{"ft":"weapon"},"n":"Javelin of Lightning"},{"id":14635,"c":4,"u":"jet_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"jet|xdmg","xF":{"ft":"loot"},"n":"Jet"},{"id":14636,"c":4,"u":"jeweled%20anklet_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"jeweled anklet|xdmg","xF":{"ft":"loot"},"n":"Jeweled anklet"},{"id":14637,"c":4,"u":"jeweled%20gold%20crown_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"jeweled gold crown|xdmg","xF":{"ft":"loot"},"n":"Jeweled gold crown"},{"id":14638,"c":4,"u":"jeweled%20platinum%20ring_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"jeweled platinum ring|xdmg","xF":{"ft":"loot"},"n":"Jeweled platinum ring"},{"id":14639,"c":4,"u":"keoghtom's%20ointment_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"keoghtom's ointment|xdmg","m":"items/XDMG/Keoghtoms Ointment.webp","xF":{"ft":"equipment"},"n":"Keoghtom's Ointment"},{"id":14640,"c":4,"u":"lantern%20of%20revealing_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"lantern of revealing|xdmg","m":"items/XDMG/Lantern of Revealing.webp","xF":{"ft":"equipment"},"n":"Lantern of Revealing"},{"id":14641,"c":4,"u":"lapis%20lazuli_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"lapis lazuli|xdmg","xF":{"ft":"loot"},"n":"Lapis Lazuli"},{"id":14642,"c":4,"u":"linen%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"linen (1 sq. yd.)|xdmg","xF":{"ft":"loot"},"n":"Linen (1 sq. yd.)"},{"id":14643,"c":4,"u":"lock%20of%20trickery_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"lock of trickery|xdmg","xF":{"ft":"equipment"},"n":"Lock of Trickery"},{"id":14644,"c":4,"u":"lolth's%20sting_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"lolth's sting|xdmg","xF":{"ft":"consumable"},"n":"Lolth's Sting"},{"id":14645,"c":4,"u":"lute%20of%20thunderous%20thumping_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"lute of thunderous thumping|xdmg","xF":{"ft":"weapon"},"n":"Lute of Thunderous Thumping"},{"id":14646,"c":4,"u":"mace%20of%20disruption_xdmg","p":276,"s":5,"h":1,"t":12,"uu":"mace of disruption|xdmg","m":"items/XDMG/Mace of Disruption.webp","xF":{"ft":"weapon"},"n":"Mace of Disruption"},{"id":14647,"c":4,"u":"mace%20of%20smiting_xdmg","p":276,"s":5,"h":1,"t":12,"uu":"mace of smiting|xdmg","m":"items/XDMG/Mace of Smiting.webp","xF":{"ft":"weapon"},"n":"Mace of Smiting"},{"id":14648,"c":4,"u":"mace%20of%20terror_xdmg","p":276,"s":5,"h":1,"t":12,"uu":"mace of terror|xdmg","m":"items/XDMG/Mace of Terror.webp","xF":{"ft":"weapon"},"n":"Mace of Terror"},{"id":14649,"c":4,"u":"malachite_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"malachite|xdmg","xF":{"ft":"loot"},"n":"Malachite"},{"id":14650,"c":4,"u":"malice_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"malice|xdmg","xF":{"ft":"consumable"},"n":"Malice"},{"id":14651,"c":4,"u":"mantle%20of%20spell%20resistance_xdmg","p":276,"s":5,"h":1,"t":12,"uu":"mantle of spell resistance|xdmg","m":"items/XDMG/Mantle of Spell Resistance.webp","xF":{"ft":"equipment"},"n":"Mantle of Spell Resistance"},{"id":14652,"c":4,"u":"manual%20of%20bodily%20health_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of bodily health|xdmg","m":"items/XDMG/Manual of Bodily Health.webp","xF":{"ft":"equipment"},"n":"Manual of Bodily Health"},{"id":14653,"c":4,"u":"manual%20of%20clay%20golems_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of clay golems|xdmg","m":"items/XDMG/Manual of Clay Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Clay Golems"},{"id":14654,"c":4,"u":"manual%20of%20flesh%20golems_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of flesh golems|xdmg","m":"items/XDMG/Manual of Flesh Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Flesh Golems"},{"id":14655,"c":4,"u":"manual%20of%20gainful%20exercise_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of gainful exercise|xdmg","xF":{"ft":"equipment"},"n":"Manual of Gainful Exercise"},{"id":14656,"c":4,"u":"manual%20of%20iron%20golems_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of iron golems|xdmg","m":"items/XDMG/Manual of Iron Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Iron Golems"},{"id":14657,"c":4,"u":"manual%20of%20quickness%20of%20action_xdmg","p":278,"s":5,"h":1,"t":12,"uu":"manual of quickness of action|xdmg","m":"items/XDMG/Manual of Quickness of Action.webp","xF":{"ft":"equipment"},"n":"Manual of Quickness of Action"},{"id":14658,"c":4,"u":"manual%20of%20stone%20golems_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of stone golems|xdmg","m":"items/XDMG/Manual of Stone Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Stone Golems"},{"id":14659,"c":4,"u":"medallion%20of%20thoughts_xdmg","p":278,"s":5,"h":1,"t":12,"uu":"medallion of thoughts|xdmg","m":"items/XDMG/Medallion of Thoughts.webp","xF":{"ft":"equipment"},"n":"Medallion of Thoughts"},{"id":14660,"c":4,"u":"midnight%20tears_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"midnight tears|xdmg","xF":{"ft":"consumable"},"n":"Midnight Tears"},{"id":14661,"c":4,"u":"mirror%20of%20life%20trapping_xdmg","p":278,"s":5,"h":1,"t":12,"uu":"mirror of life trapping|xdmg","m":"items/XDMG/Mirror of Life Trapping.webp","xF":{"ft":"equipment"},"n":"Mirror of Life Trapping"},{"id":14662,"c":4,"u":"moonstone_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"moonstone|xdmg","xF":{"ft":"loot"},"n":"Moonstone"},{"id":14663,"c":4,"u":"moss%20agate_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"moss agate|xdmg","xF":{"ft":"loot"},"n":"Moss Agate"},{"id":14664,"c":4,"u":"mystery%20key_xdmg","p":280,"s":5,"h":1,"t":12,"uu":"mystery key|xdmg","xF":{"ft":"equipment"},"n":"Mystery Key"},{"id":14665,"c":4,"u":"nature's%20mantle_xdmg","p":280,"s":5,"h":1,"t":12,"uu":"nature's mantle|xdmg","m":"items/XDMG/Natures Mantle.webp","xF":{"ft":"equipment"},"n":"Nature's Mantle"},{"id":14666,"c":4,"u":"necklace%20of%20adaptation_xdmg","p":280,"s":5,"h":1,"t":12,"uu":"necklace of adaptation|xdmg","m":"items/XDMG/Necklace of Adaptation.webp","xF":{"ft":"equipment"},"n":"Necklace of Adaptation"},{"id":14667,"c":4,"u":"necklace%20of%20fireballs_xdmg","p":280,"s":5,"h":1,"t":12,"uu":"necklace of fireballs|xdmg","m":"items/XDMG/Necklace of Fireballs.webp","xF":{"ft":"equipment"},"n":"Necklace of Fireballs"},{"id":14668,"c":4,"u":"necklace%20of%20prayer%20beads_xdmg","p":281,"s":5,"h":1,"t":12,"uu":"necklace of prayer beads|xdmg","m":"items/XDMG/Necklace of Prayer Beads.webp","xF":{"ft":"equipment"},"n":"Necklace of Prayer Beads"},{"id":14669,"c":4,"u":"necklace%20string%20of%20small%20pink%20pearls_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"necklace string of small pink pearls|xdmg","xF":{"ft":"loot"},"n":"Necklace string of small pink pearls"},{"id":14670,"c":4,"u":"nolzur's%20marvelous%20pigments_xdmg","p":281,"s":5,"h":1,"t":12,"uu":"nolzur's marvelous pigments|xdmg","m":"items/XDMG/Nolzurs Marvelous Pigments.webp","xF":{"ft":"equipment"},"n":"Nolzur's Marvelous Pigments"},{"id":14671,"c":4,"u":"obsidian_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"obsidian|xdmg","xF":{"ft":"loot"},"n":"Obsidian"},{"id":14672,"c":4,"u":"obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"obsidian statuette with gold fittings and inlay|xdmg","xF":{"ft":"loot"},"n":"Obsidian statuette with gold fittings and inlay"},{"id":14673,"c":4,"u":"oil%20of%20etherealness_xdmg","p":282,"s":5,"h":1,"t":12,"uu":"oil of etherealness|xdmg","xF":{"ft":"consumable"},"n":"Oil of Etherealness"},{"id":14674,"c":4,"u":"oil%20of%20sharpness_xdmg","p":282,"s":5,"h":1,"t":12,"uu":"oil of sharpness|xdmg","xF":{"ft":"consumable"},"n":"Oil of Sharpness"},{"id":14675,"c":4,"u":"oil%20of%20slipperiness_xdmg","p":283,"s":5,"h":1,"t":12,"uu":"oil of slipperiness|xdmg","xF":{"ft":"consumable"},"n":"Oil of Slipperiness"},{"id":14676,"c":4,"u":"oil%20of%20taggit_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"oil of taggit|xdmg","xF":{"ft":"consumable"},"n":"Oil of Taggit"},{"id":14677,"c":4,"u":"old%20masterpiece%20painting_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"old masterpiece painting|xdmg","xF":{"ft":"loot"},"n":"Old masterpiece painting"},{"id":14678,"c":4,"u":"onyx_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"onyx|xdmg","xF":{"ft":"loot"},"n":"Onyx"},{"id":14679,"c":4,"u":"opal_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"opal|xdmg","xF":{"ft":"loot"},"n":"Opal"},{"id":14680,"c":4,"u":"orb%20of%20direction_xdmg","p":283,"s":5,"h":1,"t":12,"uu":"orb of direction|xdmg","m":"items/XDMG/Orb of Direction.webp","xF":{"ft":"equipment"},"n":"Orb of Direction"},{"id":14681,"c":4,"u":"orb%20of%20dragonkind_xdmg","p":283,"s":5,"h":1,"t":12,"uu":"orb of dragonkind|xdmg","m":"items/XDMG/Orb of Dragonkind.webp","xF":{"ft":"equipment"},"n":"Orb of Dragonkind"},{"id":14682,"c":4,"u":"orb%20of%20time_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"orb of time|xdmg","xF":{"ft":"equipment"},"n":"Orb of Time"},{"id":14683,"c":4,"u":"ox_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"ox|xdmg","xF":{"ft":"loot"},"n":"Ox"},{"id":14684,"c":4,"u":"painted%20gold%20war%20mask_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"painted gold war mask|xdmg","xF":{"ft":"loot"},"n":"Painted gold war mask"},{"id":14685,"c":4,"u":"pair%20of%20engraved%20bone%20dice_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"pair of engraved bone dice|xdmg","xF":{"ft":"loot"},"n":"Pair of engraved bone dice"},{"id":14686,"c":4,"u":"pale%20tincture_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"pale tincture|xdmg","xF":{"ft":"consumable"},"n":"Pale Tincture"},{"id":14687,"c":4,"u":"pearl_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"pearl|xdmg","xF":{"ft":"loot"},"n":"Pearl"},{"id":14688,"c":4,"u":"pearl%20of%20power_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"pearl of power|xdmg","xF":{"ft":"equipment"},"n":"Pearl of Power"},{"id":14689,"c":4,"u":"pepper_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"pepper|xdmg","xF":{"ft":"loot"},"n":"Pepper"},{"id":14690,"c":4,"u":"perfume%20of%20bewitching_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"perfume of bewitching|xdmg","xF":{"ft":"equipment"},"n":"Perfume of Bewitching"},{"id":14691,"c":4,"u":"periapt%20of%20health_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"periapt of health|xdmg","m":"items/XDMG/Periapt of Health.webp","xF":{"ft":"equipment"},"n":"Periapt of Health"},{"id":14692,"c":4,"u":"periapt%20of%20proof%20against%20poison_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"periapt of proof against poison|xdmg","xF":{"ft":"equipment"},"n":"Periapt of Proof against Poison"},{"id":14693,"c":4,"u":"periapt%20of%20wound%20closure_xdmg","p":284,"s":5,"h":1,"t":12,"uu":"periapt of wound closure|xdmg","m":"items/XDMG/Periapt of Wound Closure.webp","xF":{"ft":"equipment"},"n":"Periapt of Wound Closure"},{"id":14694,"c":4,"u":"peridot_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"peridot|xdmg","xF":{"ft":"loot"},"n":"Peridot"},{"id":14695,"c":4,"u":"philter%20of%20love_xdmg","p":285,"s":5,"h":1,"t":12,"uu":"philter of love|xdmg","xF":{"ft":"consumable"},"n":"Philter of Love"},{"id":14696,"c":4,"u":"pig_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"pig|xdmg","xF":{"ft":"loot"},"n":"Pig"},{"id":14697,"c":4,"u":"pipe%20of%20smoke%20monsters_xdmg","p":285,"s":5,"h":1,"t":12,"uu":"pipe of smoke monsters|xdmg","m":"items/XDMG/Pipe of Smoke Monsters.webp","xF":{"ft":"equipment"},"n":"Pipe of Smoke Monsters"},{"id":14698,"c":4,"u":"pipes%20of%20haunting_xdmg","p":285,"s":5,"h":1,"t":12,"uu":"pipes of haunting|xdmg","m":"items/XDMG/Pipes of Haunting.webp","xF":{"ft":"equipment"},"n":"Pipes of Haunting"},{"id":14699,"c":4,"u":"pipes%20of%20the%20sewers_xdmg","p":285,"s":5,"h":1,"t":12,"uu":"pipes of the sewers|xdmg","m":"items/XDMG/Pipes of the Sewers.webp","xF":{"ft":"equipment"},"n":"Pipes of the Sewers"},{"id":14700,"c":4,"u":"platinum_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"platinum|xdmg","xF":{"ft":"loot"},"n":"Platinum"},{"id":14701,"c":4,"u":"platinum%20bracelet%20set%20with%20an%20emerald_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"platinum bracelet set with an emerald|xdmg","xF":{"ft":"loot"},"n":"Platinum bracelet set with an emerald"},{"id":14702,"c":4,"u":"pole%20of%20angling_xdmg","p":286,"s":5,"h":1,"t":12,"uu":"pole of angling|xdmg","xF":{"ft":"equipment"},"n":"Pole of Angling"},{"id":14703,"c":4,"u":"pole%20of%20collapsing_xdmg","p":286,"s":5,"h":1,"t":12,"uu":"pole of collapsing|xdmg","m":"items/XDMG/Pole of Collapsing.webp","xF":{"ft":"equipment"},"n":"Pole of Collapsing"},{"id":14704,"c":4,"u":"portable%20hole_xdmg","p":286,"s":5,"h":1,"t":12,"uu":"portable hole|xdmg","xF":{"ft":"equipment"},"n":"Portable Hole"},{"id":14705,"c":4,"u":"pot%20of%20awakening_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"pot of awakening|xdmg","xF":{"ft":"equipment"},"n":"Pot of Awakening"},{"id":14706,"c":4,"u":"potion%20of%20acid%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of acid resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Acid Resistance"},{"id":14707,"c":4,"u":"potion%20of%20animal%20friendship_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of animal friendship|xdmg","xF":{"ft":"consumable"},"n":"Potion of Animal Friendship"},{"id":14708,"c":4,"u":"potion%20of%20clairvoyance_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of clairvoyance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Clairvoyance"},{"id":14709,"c":4,"u":"potion%20of%20climbing_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of climbing|xdmg","xF":{"ft":"consumable"},"n":"Potion of Climbing"},{"id":14710,"c":4,"u":"potion%20of%20cloud%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of cloud giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Cloud Giant Strength"},{"id":14711,"c":4,"u":"potion%20of%20cold%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of cold resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Cold Resistance"},{"id":14712,"c":4,"u":"potion%20of%20comprehension_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of comprehension|xdmg","xF":{"ft":"consumable"},"n":"Potion of Comprehension"},{"id":14713,"c":4,"u":"potion%20of%20diminution_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of diminution|xdmg","xF":{"ft":"consumable"},"n":"Potion of Diminution"},{"id":14714,"c":4,"u":"potion%20of%20fire%20breath_xdmg","p":187,"s":5,"h":1,"t":12,"uu":"potion of fire breath|xdmg","xF":{"ft":"consumable"},"n":"Potion of Fire Breath"},{"id":14715,"c":4,"u":"potion%20of%20fire%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of fire giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Fire Giant Strength"},{"id":14716,"c":4,"u":"potion%20of%20fire%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of fire resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Fire Resistance"},{"id":14717,"c":4,"u":"potion%20of%20flying_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of flying|xdmg","xF":{"ft":"consumable"},"n":"Potion of Flying"},{"id":14718,"c":4,"u":"potion%20of%20force%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of force resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Force Resistance"},{"id":14719,"c":4,"u":"potion%20of%20frost%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of frost giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Frost Giant Strength"},{"id":14720,"c":4,"u":"potion%20of%20gaseous%20form_xdmg","p":287,"s":5,"h":1,"t":12,"uu":"potion of gaseous form|xdmg","xF":{"ft":"consumable"},"n":"Potion of Gaseous Form"},{"id":14721,"c":4,"u":"potion%20of%20greater%20healing_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of greater healing|xdmg","xF":{"ft":"consumable"},"n":"Potion of Greater Healing"},{"id":14722,"c":4,"u":"potion%20of%20greater%20invisibility_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of greater invisibility|xdmg","m":"items/XDMG/Potion of Greater Invisibility.webp","xF":{"ft":"consumable"},"n":"Potion of Greater Invisibility"},{"id":14723,"c":4,"u":"potion%20of%20growth_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of growth|xdmg","xF":{"ft":"consumable"},"n":"Potion of Growth"},{"id":14724,"c":4,"u":"potion%20of%20healing_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of healing|xdmg","xF":{"ft":"consumable"},"n":"Potion of Healing"},{"id":14725,"c":4,"u":"potion%20of%20heroism_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of heroism|xdmg","xF":{"ft":"consumable"},"n":"Potion of Heroism"},{"id":14726,"c":4,"u":"potion%20of%20hill%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of hill giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Hill Giant Strength"},{"id":14727,"c":4,"u":"potion%20of%20invisibility_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of invisibility|xdmg","m":"items/XDMG/Potion of Invisibility.webp","xF":{"ft":"consumable"},"n":"Potion of Invisibility"},{"id":14728,"c":4,"u":"potion%20of%20invulnerability_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of invulnerability|xdmg","xF":{"ft":"consumable"},"n":"Potion of Invulnerability"},{"id":14729,"c":4,"u":"potion%20of%20lightning%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of lightning resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Lightning Resistance"},{"id":14730,"c":4,"u":"potion%20of%20longevity_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of longevity|xdmg","xF":{"ft":"consumable"},"n":"Potion of Longevity"},{"id":14731,"c":4,"u":"potion%20of%20mind%20reading_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of mind reading|xdmg","xF":{"ft":"consumable"},"n":"Potion of Mind Reading"},{"id":14732,"c":4,"u":"potion%20of%20necrotic%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of necrotic resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Necrotic Resistance"},{"id":14733,"c":4,"u":"potion%20of%20poison_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of poison|xdmg","xF":{"ft":"consumable"},"n":"Potion of Poison"},{"id":14734,"c":4,"u":"potion%20of%20poison%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of poison resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Poison Resistance"},{"id":14735,"c":4,"u":"potion%20of%20psychic%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of psychic resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Psychic Resistance"},{"id":14736,"c":4,"u":"potion%20of%20pugilism_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of pugilism|xdmg","m":"items/XDMG/Potion of Pugilism.webp","xF":{"ft":"consumable"},"n":"Potion of Pugilism"},{"id":14737,"c":4,"u":"potion%20of%20radiant%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of radiant resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Radiant Resistance"},{"id":14738,"c":4,"u":"potion%20of%20speed_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of speed|xdmg","xF":{"ft":"consumable"},"n":"Potion of Speed"},{"id":14739,"c":4,"u":"potion%20of%20stone%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of stone giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Stone Giant Strength"},{"id":14740,"c":4,"u":"potion%20of%20storm%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of storm giant strength|xdmg","xF":{"ft":"consumable"},"n":"Potion of Storm Giant Strength"},{"id":14741,"c":4,"u":"potion%20of%20superior%20healing_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of superior healing|xdmg","xF":{"ft":"consumable"},"n":"Potion of Superior Healing"},{"id":14742,"c":4,"u":"potion%20of%20supreme%20healing_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of supreme healing|xdmg","xF":{"ft":"consumable"},"n":"Potion of Supreme Healing"},{"id":14743,"c":4,"u":"potion%20of%20thunder%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of thunder resistance|xdmg","xF":{"ft":"consumable"},"n":"Potion of Thunder Resistance"},{"id":14744,"c":4,"u":"potion%20of%20vitality_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of vitality|xdmg","xF":{"ft":"consumable"},"n":"Potion of Vitality"},{"id":14745,"c":4,"u":"potion%20of%20water%20breathing_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of water breathing|xdmg","m":"items/XDMG/Potion of Water Breathing.webp","xF":{"ft":"consumable"},"n":"Potion of Water Breathing"},{"id":14746,"c":4,"u":"prosthetic%20limb_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"prosthetic limb|xdmg","xF":{"ft":"equipment"},"n":"Prosthetic Limb"},{"id":14747,"c":4,"u":"purple%20worm%20poison_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"purple worm poison|xdmg","xF":{"ft":"consumable"},"n":"Purple Worm Poison"},{"id":14748,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, anchor|xdmg","m":"items/XDMG/Quaals Feather Token (Anchor).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Anchor"},{"id":14749,"c":4,"u":"quaal's%20feather%20token%2c%20bird_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, bird|xdmg","m":"items/XDMG/Quaals Feather Token (Bird).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Bird"},{"id":14750,"c":4,"u":"quaal's%20feather%20token%2c%20fan_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, fan|xdmg","m":"items/XDMG/Quaals Feather Token (Fan).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Fan"},{"id":14751,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, swan boat|xdmg","m":"items/XDMG/Quaals Feather Token (Swan boat).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Swan Boat"},{"id":14752,"c":4,"u":"quaal's%20feather%20token%2c%20tree_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, tree|xdmg","m":"items/XDMG/Quaals Feather Token (Tree).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Tree"},{"id":14753,"c":4,"u":"quaal's%20feather%20token%2c%20whip_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token, whip|xdmg","m":"items/XDMG/Quaals Feather Token (Whip).webp","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Whip"},{"id":14754,"c":4,"u":"quarterstaff%20of%20the%20acrobat_xdmg","p":291,"s":5,"h":1,"t":12,"uu":"quarterstaff of the acrobat|xdmg","m":"items/XDMG/Quarterstaff of the Acrobat.webp","xF":{"ft":"weapon"},"n":"Quarterstaff of the Acrobat"},{"id":14755,"c":4,"u":"quartz_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"quartz|xdmg","xF":{"ft":"loot"},"n":"Quartz"},{"id":14756,"c":4,"u":"quiver%20of%20ehlonna_xdmg","p":189,"s":5,"h":1,"t":12,"uu":"quiver of ehlonna|xdmg","m":"items/XDMG/Quiver of Ehlonna.webp","xF":{"ft":"container"},"n":"Quiver of Ehlonna"},{"id":14757,"c":4,"u":"red%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"red dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Red Dragon Scale Mail"},{"id":14758,"c":4,"u":"rhodochrosite_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"rhodochrosite|xdmg","xF":{"ft":"loot"},"n":"Rhodochrosite"},{"id":14759,"c":4,"u":"ring%20of%20acid%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of acid resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Acid Resistance"},{"id":14760,"c":4,"u":"ring%20of%20animal%20influence_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of animal influence|xdmg","m":"items/XDMG/Ring of Animal Influence.webp","xF":{"ft":"equipment"},"n":"Ring of Animal Influence"},{"id":14761,"c":4,"u":"ring%20of%20cold%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of cold resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Cold Resistance"},{"id":14762,"c":4,"u":"ring%20of%20djinni%20summoning_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of djinni summoning|xdmg","m":"items/XDMG/Ring of Djinni Summoning.webp","xF":{"ft":"equipment"},"n":"Ring of Djinni Summoning"},{"id":14763,"c":4,"u":"ring%20of%20elemental%20command%20(air)_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of elemental command (air)|xdmg","m":"items/XDMG/Ring of Elemental Command (Air).webp","xF":{"ft":"equipment"},"n":"Ring of Elemental Command (Air)"},{"id":14764,"c":4,"u":"ring%20of%20elemental%20command%20(earth)_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of elemental command (earth)|xdmg","xF":{"ft":"equipment"},"n":"Ring of Elemental Command (Earth)"},{"id":14765,"c":4,"u":"ring%20of%20elemental%20command%20(fire)_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of elemental command (fire)|xdmg","xF":{"ft":"equipment"},"n":"Ring of Elemental Command (Fire)"},{"id":14766,"c":4,"u":"ring%20of%20elemental%20command%20(water)_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of elemental command (water)|xdmg","xF":{"ft":"equipment"},"n":"Ring of Elemental Command (Water)"},{"id":14767,"c":4,"u":"ring%20of%20evasion_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of evasion|xdmg","m":"items/XDMG/Ring of Evasion.webp","xF":{"ft":"equipment"},"n":"Ring of Evasion"},{"id":14768,"c":4,"u":"ring%20of%20feather%20falling_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of feather falling|xdmg","m":"items/XDMG/Ring of Feather Falling.webp","xF":{"ft":"equipment"},"n":"Ring of Feather Falling"},{"id":14769,"c":4,"u":"ring%20of%20fire%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of fire resistance|xdmg","m":"items/XDMG/Ring of Resistance.webp","xF":{"ft":"equipment"},"n":"Ring of Fire Resistance"},{"id":14770,"c":4,"u":"ring%20of%20force%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of force resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Force Resistance"},{"id":14771,"c":4,"u":"ring%20of%20free%20action_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of free action|xdmg","m":"items/XDMG/Ring of Free Action.webp","xF":{"ft":"equipment"},"n":"Ring of Free Action"},{"id":14772,"c":4,"u":"ring%20of%20invisibility_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of invisibility|xdmg","m":"items/XDMG/Ring of Invisibility.webp","xF":{"ft":"equipment"},"n":"Ring of Invisibility"},{"id":14773,"c":4,"u":"ring%20of%20jumping_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of jumping|xdmg","xF":{"ft":"equipment"},"n":"Ring of Jumping"},{"id":14774,"c":4,"u":"ring%20of%20lightning%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of lightning resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Lightning Resistance"},{"id":14775,"c":4,"u":"ring%20of%20mind%20shielding_xdmg","p":293,"s":5,"h":1,"t":12,"uu":"ring of mind shielding|xdmg","m":"items/XDMG/Ring of Mind Shielding.webp","xF":{"ft":"equipment"},"n":"Ring of Mind Shielding"},{"id":14776,"c":4,"u":"ring%20of%20necrotic%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of necrotic resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Necrotic Resistance"},{"id":14777,"c":4,"u":"ring%20of%20poison%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of poison resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Poison Resistance"},{"id":14778,"c":4,"u":"ring%20of%20protection_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of protection|xdmg","m":"items/XDMG/Ring of Protection.webp","xF":{"ft":"equipment"},"n":"Ring of Protection"},{"id":14779,"c":4,"u":"ring%20of%20psychic%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of psychic resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Psychic Resistance"},{"id":14780,"c":4,"u":"ring%20of%20radiant%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of radiant resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Radiant Resistance"},{"id":14781,"c":4,"u":"ring%20of%20regeneration_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of regeneration|xdmg","m":"items/XDMG/Ring of Regeneration.webp","xF":{"ft":"equipment"},"n":"Ring of Regeneration"},{"id":14782,"c":4,"u":"ring%20of%20shooting%20stars_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of shooting stars|xdmg","m":"items/XDMG/Ring of Shooting Stars.webp","xF":{"ft":"equipment"},"n":"Ring of Shooting Stars"},{"id":14783,"c":4,"u":"ring%20of%20spell%20storing_xdmg","p":295,"s":5,"h":1,"t":12,"uu":"ring of spell storing|xdmg","m":"items/XDMG/Ring of Spell Storing.webp","xF":{"ft":"equipment"},"n":"Ring of Spell Storing"},{"id":14784,"c":4,"u":"ring%20of%20spell%20turning_xdmg","p":295,"s":5,"h":1,"t":12,"uu":"ring of spell turning|xdmg","m":"items/XDMG/Ring of Spell Turning.webp","xF":{"ft":"equipment"},"n":"Ring of Spell Turning"},{"id":14785,"c":4,"u":"ring%20of%20swimming_xdmg","p":295,"s":5,"h":1,"t":12,"uu":"ring of swimming|xdmg","xF":{"ft":"equipment"},"n":"Ring of Swimming"},{"id":14786,"c":4,"u":"ring%20of%20telekinesis_xdmg","p":295,"s":5,"h":1,"t":12,"uu":"ring of telekinesis|xdmg","m":"items/XDMG/Ring of Telekinesis.webp","xF":{"ft":"equipment"},"n":"Ring of Telekinesis"},{"id":14787,"c":4,"u":"ring%20of%20the%20ram_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"ring of the ram|xdmg","m":"items/XDMG/Ring of the Ram.webp","xF":{"ft":"equipment"},"n":"Ring of the Ram"},{"id":14788,"c":4,"u":"ring%20of%20three%20wishes_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"ring of three wishes|xdmg","m":"items/XDMG/Ring of Three Wishes.webp","xF":{"ft":"equipment"},"n":"Ring of Three Wishes"},{"id":14789,"c":4,"u":"ring%20of%20thunder%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of thunder resistance|xdmg","xF":{"ft":"equipment"},"n":"Ring of Thunder Resistance"},{"id":14790,"c":4,"u":"ring%20of%20warmth_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"ring of warmth|xdmg","m":"items/XDMG/Ring of Warmth.webp","xF":{"ft":"equipment"},"n":"Ring of Warmth"},{"id":14791,"c":4,"u":"ring%20of%20water%20walking_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"ring of water walking|xdmg","m":"items/XDMG/Ring of Water Walking.webp","xF":{"ft":"equipment"},"n":"Ring of Water Walking"},{"id":14792,"c":4,"u":"ring%20of%20x-ray%20vision_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"ring of x-ray vision|xdmg","m":"items/XDMG/Ring of X-ray Vision.webp","xF":{"ft":"equipment"},"n":"Ring of X-ray Vision"},{"id":14793,"c":4,"u":"rival%20coin_xdmg","p":296,"s":5,"h":1,"t":12,"uu":"rival coin|xdmg","m":"items/XDMG/Rival Coin.webp","xF":{"ft":"equipment"},"n":"Rival Coin"},{"id":14794,"c":4,"u":"robe%20of%20eyes_xdmg","p":297,"s":5,"h":1,"t":12,"uu":"robe of eyes|xdmg","m":"items/XDMG/Robe of Eyes.webp","xF":{"ft":"equipment"},"n":"Robe of Eyes"},{"id":14795,"c":4,"u":"robe%20of%20scintillating%20colors_xdmg","p":297,"s":5,"h":1,"t":12,"uu":"robe of scintillating colors|xdmg","xF":{"ft":"equipment"},"n":"Robe of Scintillating Colors"},{"id":14796,"c":4,"u":"robe%20of%20stars_xdmg","p":297,"s":5,"h":1,"t":12,"uu":"robe of stars|xdmg","m":"items/XDMG/Robe of Stars.webp","xF":{"ft":"equipment"},"n":"Robe of Stars"},{"id":14797,"c":4,"u":"robe%20of%20the%20archmagi_xdmg","p":298,"s":5,"h":1,"t":12,"uu":"robe of the archmagi|xdmg","m":"items/XDMG/Robe of the Archmagi.webp","xF":{"ft":"equipment"},"n":"Robe of the Archmagi"},{"id":14798,"c":4,"u":"robe%20of%20useful%20items_xdmg","p":298,"s":5,"h":1,"t":12,"uu":"robe of useful items|xdmg","m":"items/XDMG/Robe of Useful Items.webp","xF":{"ft":"equipment"},"n":"Robe of Useful Items"},{"id":14799,"c":4,"u":"rod%20of%20absorption_xdmg","p":299,"s":5,"h":1,"t":12,"uu":"rod of absorption|xdmg","m":"items/XDMG/Rod of Absorption.webp","xF":{"ft":"equipment"},"n":"Rod of Absorption"},{"id":14800,"c":4,"u":"rod%20of%20alertness_xdmg","p":299,"s":5,"h":1,"t":12,"uu":"rod of alertness|xdmg","xF":{"ft":"equipment"},"n":"Rod of Alertness"},{"id":14801,"c":4,"u":"rod%20of%20lordly%20might_xdmg","p":300,"s":5,"h":1,"t":12,"uu":"rod of lordly might|xdmg","m":"items/XDMG/Rod of Lordly Might.webp","xF":{"ft":"equipment"},"n":"Rod of Lordly Might"},{"id":14802,"c":4,"u":"rod%20of%20resurrection_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rod of resurrection|xdmg","m":"items/XDMG/Rod of Resurrection.webp","xF":{"ft":"consumable"},"n":"Rod of Resurrection"},{"id":14803,"c":4,"u":"rod%20of%20rulership_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rod of rulership|xdmg","m":"items/XDMG/Rod of Rulership.webp","xF":{"ft":"equipment"},"n":"Rod of Rulership"},{"id":14804,"c":4,"u":"rod%20of%20security_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rod of security|xdmg","xF":{"ft":"equipment"},"n":"Rod of Security"},{"id":14805,"c":4,"u":"rope%20of%20climbing_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rope of climbing|xdmg","xF":{"ft":"equipment"},"n":"Rope of Climbing"},{"id":14806,"c":4,"u":"rope%20of%20entanglement_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rope of entanglement|xdmg","m":"items/XDMG/Rope of Entanglement.webp","xF":{"ft":"equipment"},"n":"Rope of Entanglement"},{"id":14807,"c":4,"u":"rope%20of%20mending_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"rope of mending|xdmg","xF":{"ft":"equipment"},"n":"Rope of Mending"},{"id":14808,"c":4,"u":"ruby_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"ruby|xdmg","xF":{"ft":"loot"},"n":"Ruby"},{"id":14809,"c":4,"u":"ruby%20of%20the%20war%20mage_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"ruby of the war mage|xdmg","xF":{"ft":"equipment"},"n":"Ruby of the War Mage"},{"id":14810,"c":4,"u":"saddle%20of%20the%20cavalier_xdmg","p":199,"s":5,"h":1,"t":12,"uu":"saddle of the cavalier|xdmg","xF":{"ft":"equipment"},"n":"Saddle of the Cavalier"},{"id":14811,"c":4,"u":"saffron_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"saffron|xdmg","xF":{"ft":"loot"},"n":"Saffron"},{"id":14812,"c":4,"u":"salt_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"salt|xdmg","xF":{"ft":"loot"},"n":"Salt"},{"id":14813,"c":4,"u":"sardonyx_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"sardonyx|xdmg","xF":{"ft":"loot"},"n":"Sardonyx"},{"id":14814,"c":4,"u":"scarab%20of%20protection_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scarab of protection|xdmg","m":"items/XDMG/Scarab of Protection.webp","xF":{"ft":"equipment"},"n":"Scarab of Protection"},{"id":14815,"c":4,"u":"scimitar%20of%20speed_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scimitar of speed|xdmg","m":"items/XDMG/Scimitar of Speed.webp","xF":{"ft":"weapon"},"n":"Scimitar of Speed"},{"id":14816,"c":4,"u":"scroll%20of%20protection%20(aberrations)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (aberrations)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Aberrations)"},{"id":14817,"c":4,"u":"scroll%20of%20protection%20(beasts)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (beasts)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Beasts)"},{"id":14818,"c":4,"u":"scroll%20of%20protection%20(celestials)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (celestials)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Celestials)"},{"id":14819,"c":4,"u":"scroll%20of%20protection%20(constructs)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (constructs)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Constructs)"},{"id":14820,"c":4,"u":"scroll%20of%20protection%20(dragons)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (dragons)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Dragons)"},{"id":14821,"c":4,"u":"scroll%20of%20protection%20(elementals)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (elementals)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Elementals)"},{"id":14822,"c":4,"u":"scroll%20of%20protection%20(fey)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (fey)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Fey)"},{"id":14823,"c":4,"u":"scroll%20of%20protection%20(fiends)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (fiends)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Fiends)"},{"id":14824,"c":4,"u":"scroll%20of%20protection%20(giants)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (giants)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Giants)"},{"id":14825,"c":4,"u":"scroll%20of%20protection%20(humanoids)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (humanoids)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Humanoids)"},{"id":14826,"c":4,"u":"scroll%20of%20protection%20(monstrosities)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (monstrosities)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Monstrosities)"},{"id":14827,"c":4,"u":"scroll%20of%20protection%20(oozes)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (oozes)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Oozes)"},{"id":14828,"c":4,"u":"scroll%20of%20protection%20(plants)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (plants)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Plants)"},{"id":14829,"c":4,"u":"scroll%20of%20protection%20(undead)_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection (undead)|xdmg","m":"items/XDMG/Scroll of Protection.webp","xF":{"ft":"consumable"},"n":"Scroll of Protection (Undead)"},{"id":14830,"c":4,"u":"scroll%20of%20titan%20summoning%20(animal%20lord)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (animal lord)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Animal Lord)"},{"id":14831,"c":4,"u":"scroll%20of%20titan%20summoning%20(blob%20of%20annihilation)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (blob of annihilation)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Blob of Annihilation)"},{"id":14832,"c":4,"u":"scroll%20of%20titan%20summoning%20(colossus)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (colossus)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Colossus)"},{"id":14833,"c":4,"u":"scroll%20of%20titan%20summoning%20(elemental%20cataclysm)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (elemental cataclysm)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Elemental Cataclysm)"},{"id":14834,"c":4,"u":"scroll%20of%20titan%20summoning%20(empyrean)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (empyrean)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Empyrean)"},{"id":14835,"c":4,"u":"scroll%20of%20titan%20summoning%20(kraken)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (kraken)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Kraken)"},{"id":14836,"c":4,"u":"scroll%20of%20titan%20summoning%20(tarrasque)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning (tarrasque)|xdmg","xF":{"ft":"consumable"},"n":"Scroll of Titan Summoning (Tarrasque)"},{"id":14837,"c":4,"u":"sending%20stones_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"sending stones|xdmg","m":"items/XDMG/Sending Stones.webp","xF":{"ft":"equipment"},"n":"Sending Stones"},{"id":14838,"c":4,"u":"sentinel%20shield_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"sentinel shield|xdmg","xF":{"ft":"equipment"},"n":"Sentinel Shield"},{"id":14839,"c":4,"u":"serpent%20venom_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"serpent venom|xdmg","xF":{"ft":"consumable"},"n":"Serpent Venom"},{"id":14840,"c":4,"u":"set%20of%20gold%20nesting%20dolls_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"set of gold nesting dolls|xdmg","xF":{"ft":"loot"},"n":"Set of gold nesting dolls"},{"id":14841,"c":4,"u":"sheep_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"sheep|xdmg","xF":{"ft":"loot"},"n":"Sheep"},{"id":14842,"c":4,"u":"shield%20of%20expression_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"shield of expression|xdmg","xF":{"ft":"equipment"},"n":"Shield of Expression"},{"id":14843,"c":4,"u":"shield%20of%20missile%20attraction_xdmg","p":304,"s":5,"h":1,"t":12,"uu":"shield of missile attraction|xdmg","m":"items/XDMG/Shield of Missile Attraction.webp","xF":{"ft":"equipment"},"n":"Shield of Missile Attraction"},{"id":14844,"c":4,"u":"shield%20of%20the%20cavalier_xdmg","p":304,"s":5,"h":1,"t":12,"uu":"shield of the cavalier|xdmg","m":"items/XDMG/Shield of the Cavalier.webp","xF":{"ft":"equipment"},"n":"Shield of the Cavalier"},{"id":14845,"c":4,"u":"silk_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"silk|xdmg","xF":{"ft":"loot"},"n":"Silk"},{"id":14846,"c":4,"u":"silk%20vestments%20with%20gold%20embroidery_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"silk vestments with gold embroidery|xdmg","xF":{"ft":"loot"},"n":"Silk vestments with gold embroidery"},{"id":14847,"c":4,"u":"silver_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"silver|xdmg","xF":{"ft":"loot"},"n":"Silver"},{"id":14848,"c":4,"u":"silver%20and%20gold%20brooch_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"silver and gold brooch|xdmg","xF":{"ft":"loot"},"n":"Silver and gold brooch"},{"id":14849,"c":4,"u":"silver%20bar%20(2-pound)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"silver bar (2-pound)|xdmg","xF":{"ft":"loot"},"n":"Silver Bar (2-pound)"},{"id":14850,"c":4,"u":"silver%20bar%20(5-pound)_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"silver bar (5-pound)|xdmg","xF":{"ft":"loot"},"n":"Silver Bar (5-pound)"},{"id":14851,"c":4,"u":"silver%20chalice%20set%20with%20moonstones_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"silver chalice set with moonstones|xdmg","xF":{"ft":"loot"},"n":"Silver chalice set with moonstones"},{"id":14852,"c":4,"u":"silver%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"silver dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"Silver Dragon Scale Mail"},{"id":14853,"c":4,"u":"silver%20ewer_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"silver ewer|xdmg","xF":{"ft":"loot"},"n":"Silver ewer"},{"id":14854,"c":4,"u":"silver%20necklace%20with%20a%20gemstone%20pendant_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"silver necklace with a gemstone pendant|xdmg","xF":{"ft":"loot"},"n":"Silver necklace with a gemstone pendant"},{"id":14855,"c":4,"u":"slippers%20of%20spider%20climbing_xdmg","p":304,"s":5,"h":1,"t":12,"uu":"slippers of spider climbing|xdmg","m":"items/XDMG/Slippers of Spider Climbing.webp","xF":{"ft":"equipment"},"n":"Slippers of Spider Climbing"},{"id":14856,"c":4,"u":"smoke%20grenade_xdmg","p":73,"s":5,"h":1,"t":12,"uu":"smoke grenade|xdmg","xF":{"ft":"consumable"},"n":"Smoke Grenade"},{"id":14857,"c":4,"u":"sovereign%20glue_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"sovereign glue|xdmg","m":"items/XDMG/Sovereign Glue.webp","xF":{"ft":"equipment"},"n":"Sovereign Glue"},{"id":14858,"c":4,"u":"spell%20scroll%20(cantrip)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (cantrip)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Cantrip)"},{"id":14859,"c":4,"u":"spell%20scroll%20(level%201)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 1)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 1)"},{"id":14860,"c":4,"u":"spell%20scroll%20(level%202)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 2)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 2)"},{"id":14861,"c":4,"u":"spell%20scroll%20(level%203)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 3)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 3)"},{"id":14862,"c":4,"u":"spell%20scroll%20(level%204)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 4)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 4)"},{"id":14863,"c":4,"u":"spell%20scroll%20(level%205)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 5)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 5)"},{"id":14864,"c":4,"u":"spell%20scroll%20(level%206)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 6)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 6)"},{"id":14865,"c":4,"u":"spell%20scroll%20(level%207)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 7)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 7)"},{"id":14866,"c":4,"u":"spell%20scroll%20(level%208)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 8)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 8)"},{"id":14867,"c":4,"u":"spell%20scroll%20(level%209)_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll (level 9)|xdmg","m":"items/XDMG/Spell Scroll.webp","xF":{"ft":"consumable"},"n":"Spell Scroll (Level 9)"},{"id":14868,"c":4,"u":"spellguard%20shield_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spellguard shield|xdmg","m":"items/XDMG/Spellguard Shield.webp","xF":{"ft":"equipment"},"n":"Spellguard Shield"},{"id":14869,"c":4,"u":"sphere%20of%20annihilation_xdmg","p":306,"s":5,"h":1,"t":12,"uu":"sphere of annihilation|xdmg","m":"items/XDMG/Sphere of Annihilation.webp","xF":{"ft":"equipment"},"n":"Sphere of Annihilation"},{"id":14870,"c":4,"u":"spinel_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"spinel|xdmg","xF":{"ft":"loot"},"n":"Spinel"},{"id":14871,"c":4,"u":"spirit%20board_xdmg","p":306,"s":5,"h":1,"t":12,"uu":"spirit board|xdmg","m":"items/XDMG/Spirit Board.webp","xF":{"ft":"equipment"},"n":"Spirit Board"},{"id":14872,"c":4,"u":"staff%20of%20adornment_xdmg","p":306,"s":5,"h":1,"t":12,"uu":"staff of adornment|xdmg","xF":{"ft":"weapon"},"n":"Staff of Adornment"},{"id":14873,"c":4,"u":"staff%20of%20birdcalls_xdmg","p":307,"s":5,"h":1,"t":12,"uu":"staff of birdcalls|xdmg","xF":{"ft":"weapon"},"n":"Staff of Birdcalls"},{"id":14874,"c":4,"u":"staff%20of%20charming_xdmg","p":307,"s":5,"h":1,"t":12,"uu":"staff of charming|xdmg","m":"items/XDMG/Staff of Charming.webp","xF":{"ft":"weapon"},"n":"Staff of Charming"},{"id":14875,"c":4,"u":"staff%20of%20fire_xdmg","p":307,"s":5,"h":1,"t":12,"uu":"staff of fire|xdmg","m":"items/XDMG/Staff of Fire.webp","xF":{"ft":"weapon"},"n":"Staff of Fire"},{"id":14876,"c":4,"u":"staff%20of%20flowers_xdmg","p":308,"s":5,"h":1,"t":12,"uu":"staff of flowers|xdmg","m":"items/XDMG/Staff of Flowers.webp","xF":{"ft":"weapon"},"n":"Staff of Flowers"},{"id":14877,"c":4,"u":"staff%20of%20frost_xdmg","p":308,"s":5,"h":1,"t":12,"uu":"staff of frost|xdmg","m":"items/XDMG/Staff of Frost.webp","xF":{"ft":"weapon"},"n":"Staff of Frost"},{"id":14878,"c":4,"u":"staff%20of%20healing_xdmg","p":308,"s":5,"h":1,"t":12,"uu":"staff of healing|xdmg","m":"items/XDMG/Staff of Healing.webp","xF":{"ft":"weapon"},"n":"Staff of Healing"},{"id":14879,"c":4,"u":"staff%20of%20power_xdmg","p":308,"s":5,"h":1,"t":12,"uu":"staff of power|xdmg","xF":{"ft":"weapon"},"n":"Staff of Power"},{"id":14880,"c":4,"u":"staff%20of%20striking_xdmg","p":309,"s":5,"h":1,"t":12,"uu":"staff of striking|xdmg","xF":{"ft":"weapon"},"n":"Staff of Striking"},{"id":14881,"c":4,"u":"staff%20of%20swarming%20insects_xdmg","p":309,"s":5,"h":1,"t":12,"uu":"staff of swarming insects|xdmg","m":"items/XDMG/Staff of Swarming Insects.webp","xF":{"ft":"weapon"},"n":"Staff of Swarming Insects"},{"id":14882,"c":4,"u":"staff%20of%20the%20adder_xdmg","p":310,"s":5,"h":1,"t":12,"uu":"staff of the adder|xdmg","m":"items/XDMG/Staff of the Adder.webp","xF":{"ft":"weapon"},"n":"Staff of the Adder"},{"id":14883,"c":4,"u":"staff%20of%20the%20magi_xdmg","p":310,"s":5,"h":1,"t":12,"uu":"staff of the magi|xdmg","m":"items/XDMG/Staff of the Magi.webp","xF":{"ft":"weapon"},"n":"Staff of the Magi"},{"id":14884,"c":4,"u":"staff%20of%20the%20python_xdmg","p":311,"s":5,"h":1,"t":12,"uu":"staff of the python|xdmg","m":"items/XDMG/Staff of the Python.webp","xF":{"ft":"weapon"},"n":"Staff of the Python"},{"id":14885,"c":4,"u":"staff%20of%20the%20woodlands_xdmg","p":311,"s":5,"h":1,"t":12,"uu":"staff of the woodlands|xdmg","m":"items/XDMG/Staff of the Woodlands.webp","xF":{"ft":"weapon"},"n":"Staff of the Woodlands"},{"id":14886,"c":4,"u":"staff%20of%20thunder%20and%20lightning_xdmg","p":311,"s":5,"h":1,"t":12,"uu":"staff of thunder and lightning|xdmg","m":"items/XDMG/Staff of Thunder and Lightning.webp","xF":{"ft":"weapon"},"n":"Staff of Thunder and Lightning"},{"id":14887,"c":4,"u":"staff%20of%20withering_xdmg","p":312,"s":5,"h":1,"t":12,"uu":"staff of withering|xdmg","m":"items/XDMG/Staff of Withering.webp","xF":{"ft":"weapon"},"n":"Staff of Withering"},{"id":14888,"c":4,"u":"star%20rose%20quartz_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"star rose quartz|xdmg","xF":{"ft":"loot"},"n":"Star rose quartz"},{"id":14889,"c":4,"u":"star%20ruby_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"star ruby|xdmg","xF":{"ft":"loot"},"n":"Star Ruby"},{"id":14890,"c":4,"u":"star%20sapphire_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"star sapphire|xdmg","xF":{"ft":"loot"},"n":"Star Sapphire"},{"id":14891,"c":4,"u":"stone%20of%20controlling%20earth%20elementals_xdmg","p":312,"s":5,"h":1,"t":12,"uu":"stone of controlling earth elementals|xdmg","m":"items/XDMG/Stone of Controlling Earth Elementals.webp","xF":{"ft":"equipment"},"n":"Stone of Controlling Earth Elementals"},{"id":14892,"c":4,"u":"stone%20of%20good%20luck_xdmg","p":312,"s":5,"h":1,"t":12,"uu":"stone of good luck|xdmg","m":"items/XDMG/Stone of Good Luck (Luckstone).webp","xF":{"ft":"equipment"},"n":"Stone of Good Luck"},{"id":14893,"c":4,"u":"stone%20of%20good%20luck_xdmg","p":312,"s":5,"h":1,"t":12,"uu":"stone of good luck|xdmg","m":"items/XDMG/Stone of Good Luck (Luckstone).webp","xF":{"ft":"equipment"},"n":"Luckstone"},{"id":14894,"c":4,"u":"sun%20blade_xdmg","p":312,"s":5,"h":1,"t":12,"uu":"sun blade|xdmg","m":"items/XDMG/Sun Blade.webp","xF":{"ft":"weapon"},"n":"Sun Blade"},{"id":14895,"c":4,"u":"sword%20of%20answering_xdmg","p":313,"s":5,"h":1,"t":12,"uu":"sword of answering|xdmg","xF":{"ft":"weapon"},"n":"Sword of Answering"},{"id":14896,"c":4,"u":"sword%20of%20kas_xdmg","p":313,"s":5,"h":1,"t":12,"uu":"sword of kas|xdmg","m":"items/XDMG/Sword of Kas.webp","xF":{"ft":"weapon"},"n":"Sword of Kas"},{"id":14897,"c":4,"u":"talisman%20of%20pure%20good_xdmg","p":314,"s":5,"h":1,"t":12,"uu":"talisman of pure good|xdmg","xF":{"ft":"equipment"},"n":"Talisman of Pure Good"},{"id":14898,"c":4,"u":"talisman%20of%20the%20sphere_xdmg","p":315,"s":5,"h":1,"t":12,"uu":"talisman of the sphere|xdmg","m":"items/XDMG/Talisman of the Sphere.webp","xF":{"ft":"equipment"},"n":"Talisman of the Sphere"},{"id":14899,"c":4,"u":"talisman%20of%20ultimate%20evil_xdmg","p":315,"s":5,"h":1,"t":12,"uu":"talisman of ultimate evil|xdmg","m":"items/XDMG/Talisman of Ultimate Evil.webp","xF":{"ft":"equipment"},"n":"Talisman of Ultimate Evil"},{"id":14900,"c":4,"u":"talking%20doll_xdmg","p":315,"s":5,"h":1,"t":12,"uu":"talking doll|xdmg","m":"items/XDMG/Talking Doll.webp","xF":{"ft":"equipment"},"n":"Talking Doll"},{"id":14901,"c":4,"u":"tankard%20of%20sobriety_xdmg","p":315,"s":5,"h":1,"t":12,"uu":"tankard of sobriety|xdmg","xF":{"ft":"equipment"},"n":"Tankard of Sobriety"},{"id":14902,"c":4,"u":"tentacle%20rod_xdmg","p":316,"s":5,"h":1,"t":12,"uu":"tentacle rod|xdmg","m":"items/XDMG/Tentacle Rod.webp","xF":{"ft":"equipment"},"n":"Tentacle Rod"},{"id":14903,"c":4,"u":"thunderous%20greatclub_xdmg","p":316,"s":5,"h":1,"t":12,"uu":"thunderous greatclub|xdmg","m":"items/XDMG/Thunderous Greatclub.webp","xF":{"ft":"weapon"},"n":"Thunderous Greatclub"},{"id":14904,"c":4,"u":"tiger%20eye_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"tiger eye|xdmg","xF":{"ft":"loot"},"n":"Tiger Eye"},{"id":14905,"c":4,"u":"tome%20of%20clear%20thought_xdmg","p":317,"s":5,"h":1,"t":12,"uu":"tome of clear thought|xdmg","m":"items/XDMG/Tome of Clear Thought.webp","xF":{"ft":"equipment"},"n":"Tome of Clear Thought"},{"id":14906,"c":4,"u":"tome%20of%20leadership%20and%20influence_xdmg","p":317,"s":5,"h":1,"t":12,"uu":"tome of leadership and influence|xdmg","m":"items/XDMG/Tome of Leadership and Influence.webp","xF":{"ft":"equipment"},"n":"Tome of Leadership and Influence"},{"id":14907,"c":4,"u":"tome%20of%20the%20stilled%20tongue_xdmg","p":208,"s":5,"h":1,"t":12,"uu":"tome of the stilled tongue|xdmg","xF":{"ft":"equipment"},"n":"Tome of the Stilled Tongue"},{"id":14908,"c":4,"u":"tome%20of%20understanding_xdmg","p":317,"s":5,"h":1,"t":12,"uu":"tome of understanding|xdmg","m":"items/XDMG/Tome of Understanding.webp","xF":{"ft":"equipment"},"n":"Tome of Understanding"},{"id":14909,"c":4,"u":"topaz_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"topaz|xdmg","xF":{"ft":"loot"},"n":"Topaz"},{"id":14910,"c":4,"u":"torpor_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"torpor|xdmg","xF":{"ft":"consumable"},"n":"Torpor"},{"id":14911,"c":4,"u":"tourmaline_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"tourmaline|xdmg","xF":{"ft":"loot"},"n":"Tourmaline"},{"id":14912,"c":4,"u":"trident%20of%20fish%20command_xdmg","p":317,"s":5,"h":1,"t":12,"uu":"trident of fish command|xdmg","m":"items/XDMG/Trident of Fish Command.webp","xF":{"ft":"weapon"},"n":"Trident of Fish Command"},{"id":14913,"c":4,"u":"truth%20serum_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"truth serum|xdmg","xF":{"ft":"consumable"},"n":"Truth Serum"},{"id":14914,"c":4,"u":"turquoise_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"turquoise|xdmg","xF":{"ft":"loot"},"n":"Turquoise"},{"id":14915,"c":4,"u":"universal%20solvent_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"universal solvent|xdmg","m":"items/XDMG/Universal Solvent.webp","xF":{"ft":"equipment"},"n":"Universal Solvent"},{"id":14916,"c":4,"u":"veteran's%20cane_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"veteran's cane|xdmg","xF":{"ft":"equipment"},"n":"Veteran's Cane"},{"id":14917,"c":4,"u":"wand%20of%20binding_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"wand of binding|xdmg","xF":{"ft":"consumable"},"n":"Wand of Binding"},{"id":14918,"c":4,"u":"wand%20of%20conducting_xdmg","p":319,"s":5,"h":1,"t":12,"uu":"wand of conducting|xdmg","xF":{"ft":"consumable"},"n":"Wand of Conducting"},{"id":14919,"c":4,"u":"wand%20of%20enemy%20detection_xdmg","p":319,"s":5,"h":1,"t":12,"uu":"wand of enemy detection|xdmg","m":"items/XDMG/Wand of Enemy Detection.webp","xF":{"ft":"consumable"},"n":"Wand of Enemy Detection"},{"id":14920,"c":4,"u":"wand%20of%20fear_xdmg","p":319,"s":5,"h":1,"t":12,"uu":"wand of fear|xdmg","m":"items/XDMG/Wand of Fear.webp","xF":{"ft":"consumable"},"n":"Wand of Fear"},{"id":14921,"c":4,"u":"wand%20of%20fireballs_xdmg","p":319,"s":5,"h":1,"t":12,"uu":"wand of fireballs|xdmg","m":"items/XDMG/Wand of Fireballs.webp","xF":{"ft":"consumable"},"n":"Wand of Fireballs"},{"id":14922,"c":4,"u":"wand%20of%20lightning%20bolts_xdmg","p":320,"s":5,"h":1,"t":12,"uu":"wand of lightning bolts|xdmg","m":"items/XDMG/Wand of Lightning Bolts.webp","xF":{"ft":"consumable"},"n":"Wand of Lightning Bolts"},{"id":14923,"c":4,"u":"wand%20of%20magic%20detection_xdmg","p":320,"s":5,"h":1,"t":12,"uu":"wand of magic detection|xdmg","m":"items/XDMG/Wand of Magic Detection.webp","xF":{"ft":"consumable"},"n":"Wand of Magic Detection"},{"id":14924,"c":4,"u":"wand%20of%20magic%20missiles_xdmg","p":320,"s":5,"h":1,"t":12,"uu":"wand of magic missiles|xdmg","m":"items/XDMG/Wand of Magic Missiles.webp","xF":{"ft":"consumable"},"n":"Wand of Magic Missiles"},{"id":14925,"c":4,"u":"wand%20of%20orcus_xdmg","p":320,"s":5,"h":1,"t":12,"uu":"wand of orcus|xdmg","m":"items/XDMG/Wand of Orcus.webp","xF":{"ft":"weapon"},"n":"Wand of Orcus"},{"id":14926,"c":4,"u":"wand%20of%20paralysis_xdmg","p":321,"s":5,"h":1,"t":12,"uu":"wand of paralysis|xdmg","m":"items/XDMG/Wand of Paralysis.webp","xF":{"ft":"consumable"},"n":"Wand of Paralysis"},{"id":14927,"c":4,"u":"wand%20of%20polymorph_xdmg","p":321,"s":5,"h":1,"t":12,"uu":"wand of polymorph|xdmg","m":"items/XDMG/Wand of Polymorph.webp","xF":{"ft":"consumable"},"n":"Wand of Polymorph"},{"id":14928,"c":4,"u":"wand%20of%20pyrotechnics_xdmg","p":321,"s":5,"h":1,"t":12,"uu":"wand of pyrotechnics|xdmg","xF":{"ft":"consumable"},"n":"Wand of Pyrotechnics"},{"id":14929,"c":4,"u":"wand%20of%20secrets_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"wand of secrets|xdmg","m":"items/XDMG/Wand of Secrets.webp","xF":{"ft":"consumable"},"n":"Wand of Secrets"},{"id":14930,"c":4,"u":"wand%20of%20web_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"wand of web|xdmg","m":"items/XDMG/Wand of Web.webp","xF":{"ft":"consumable"},"n":"Wand of Web"},{"id":14931,"c":4,"u":"wand%20of%20wonder_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"wand of wonder|xdmg","m":"items/XDMG/Wand of Wonder.webp","xF":{"ft":"consumable"},"n":"Wand of Wonder"},{"id":14932,"c":4,"u":"wave_xdmg","p":323,"s":5,"h":1,"t":12,"uu":"wave|xdmg","xF":{"ft":"weapon"},"n":"Wave"},{"id":14933,"c":4,"u":"well%20of%20many%20worlds_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"well of many worlds|xdmg","xF":{"ft":"equipment"},"n":"Well of Many Worlds"},{"id":14934,"c":4,"u":"well-made%20tapestry%20that%20is%2010%20feet%20by%2010%20feet_xdmg","p":215,"s":5,"h":1,"t":12,"uu":"well-made tapestry that is 10 feet by 10 feet|xdmg","xF":{"ft":"loot"},"n":"Well-made tapestry that is 10 feet by 10 feet"},{"id":14935,"c":4,"u":"wheat_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"wheat|xdmg","xF":{"ft":"loot"},"n":"Wheat"},{"id":14936,"c":4,"u":"whelm_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"whelm|xdmg","xF":{"ft":"weapon"},"n":"Whelm"},{"id":14937,"c":4,"u":"white%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"white dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","xF":{"ft":"equipment"},"n":"White Dragon Scale Mail"},{"id":14938,"c":4,"u":"wind%20fan_xdmg","p":213,"s":5,"h":1,"t":12,"uu":"wind fan|xdmg","m":"items/XDMG/Wind Fan.webp","xF":{"ft":"equipment"},"n":"Wind Fan"},{"id":14939,"c":4,"u":"winged%20boots_xdmg","p":325,"s":5,"h":1,"t":12,"uu":"winged boots|xdmg","m":"items/XDMG/Winged Boots.webp","xF":{"ft":"equipment"},"n":"Winged Boots"},{"id":14940,"c":4,"u":"wings%20of%20flying_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"wings of flying|xdmg","m":"items/XDMG/Wings of Flying.webp","xF":{"ft":"equipment"},"n":"Wings of Flying"},{"id":14941,"c":4,"u":"wyvern%20poison_xdmg","p":91,"s":5,"h":1,"t":12,"uu":"wyvern poison|xdmg","xF":{"ft":"consumable"},"n":"Wyvern Poison"},{"id":14942,"c":4,"u":"yellow%20sapphire_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"yellow sapphire|xdmg","xF":{"ft":"loot"},"n":"Yellow Sapphire"},{"id":14943,"c":4,"u":"zircon_xdmg","p":214,"s":5,"h":1,"t":12,"uu":"zircon|xdmg","xF":{"ft":"loot"},"n":"Zircon"},{"id":14944,"c":4,"u":"bead%20of%20nourishment_xge","p":136,"s":6,"h":1,"t":12,"uu":"bead of nourishment|xge","xF":{"ft":"equipment"},"n":"Bead of Nourishment"},{"id":14945,"c":4,"u":"bead%20of%20refreshment_xge","p":136,"s":6,"h":1,"t":12,"uu":"bead of refreshment|xge","xF":{"ft":"equipment"},"n":"Bead of Refreshment"},{"id":14946,"c":4,"u":"boots%20of%20false%20tracks_xge","p":136,"s":6,"h":1,"t":12,"uu":"boots of false tracks|xge","xF":{"ft":"equipment"},"n":"Boots of False Tracks"},{"id":14947,"c":4,"u":"candle%20of%20the%20deep_xge","p":136,"s":6,"h":1,"t":12,"uu":"candle of the deep|xge","xF":{"ft":"equipment"},"n":"Candle of the Deep"},{"id":14948,"c":4,"u":"charlatan's%20die_xge","p":136,"s":6,"h":1,"t":12,"uu":"charlatan's die|xge","xF":{"ft":"equipment"},"n":"Charlatan's Die"},{"id":14949,"c":4,"u":"cloak%20of%20billowing_xge","p":136,"s":6,"h":1,"t":12,"uu":"cloak of billowing|xge","xF":{"ft":"equipment"},"n":"Cloak of Billowing"},{"id":14950,"c":4,"u":"cloak%20of%20many%20fashions_xge","p":136,"s":6,"h":1,"t":12,"uu":"cloak of many fashions|xge","m":"items/XGE/Cloak of Many Fashions.webp","xF":{"ft":"equipment"},"n":"Cloak of Many Fashions"},{"id":14951,"c":4,"u":"clockwork%20amulet_xge","p":137,"s":6,"h":1,"t":12,"uu":"clockwork amulet|xge","xF":{"ft":"equipment"},"n":"Clockwork Amulet"},{"id":14952,"c":4,"u":"clothes%20of%20mending_xge","p":137,"s":6,"h":1,"t":12,"uu":"clothes of mending|xge","xF":{"ft":"equipment"},"n":"Clothes of Mending"},{"id":14953,"c":4,"u":"dark%20shard%20amulet_xge","p":137,"s":6,"h":1,"t":12,"uu":"dark shard amulet|xge","xF":{"ft":"equipment"},"n":"Dark Shard Amulet"},{"id":14954,"c":4,"u":"dread%20helm_xge","p":137,"s":6,"h":1,"t":12,"uu":"dread helm|xge","m":"items/XGE/Dread Helm.webp","xF":{"ft":"equipment"},"n":"Dread Helm"},{"id":14955,"c":4,"u":"ear%20horn%20of%20hearing_xge","p":137,"s":6,"h":1,"t":12,"uu":"ear horn of hearing|xge","xF":{"ft":"equipment"},"n":"Ear Horn of Hearing"},{"id":14956,"c":4,"u":"enduring%20spellbook_xge","p":137,"s":6,"h":1,"t":12,"uu":"enduring spellbook|xge","xF":{"ft":"equipment"},"n":"Enduring Spellbook"},{"id":14957,"c":4,"u":"ersatz%20eye_xge","p":137,"s":6,"h":1,"t":12,"uu":"ersatz eye|xge","xF":{"ft":"equipment"},"n":"Ersatz Eye"},{"id":14958,"c":4,"u":"hat%20of%20vermin_xge","p":137,"s":6,"h":1,"t":12,"uu":"hat of vermin|xge","xF":{"ft":"equipment"},"n":"Hat of Vermin"},{"id":14959,"c":4,"u":"hat%20of%20wizardry_xge","p":137,"s":6,"h":1,"t":12,"uu":"hat of wizardry|xge","xF":{"ft":"equipment"},"n":"Hat of Wizardry"},{"id":14960,"c":4,"u":"heward's%20handy%20spice%20pouch_xge","p":137,"s":6,"h":1,"t":12,"uu":"heward's handy spice pouch|xge","xF":{"ft":"equipment"},"n":"Heward's Handy Spice Pouch"},{"id":14961,"c":4,"u":"horn%20of%20silent%20alarm_xge","p":137,"s":6,"h":1,"t":12,"uu":"horn of silent alarm|xge","xF":{"ft":"equipment"},"n":"Horn of Silent Alarm"},{"id":14962,"c":4,"u":"instrument%20of%20illusions_xge","p":137,"s":6,"h":1,"t":12,"uu":"instrument of illusions|xge","xF":{"ft":"tool"},"n":"Instrument of Illusions"},{"id":14963,"c":4,"u":"instrument%20of%20scribing_xge","p":138,"s":6,"h":1,"t":12,"uu":"instrument of scribing|xge","xF":{"ft":"tool"},"n":"Instrument of Scribing"},{"id":14964,"c":4,"u":"lock%20of%20trickery_xge","p":138,"s":6,"h":1,"t":12,"uu":"lock of trickery|xge","xF":{"ft":"equipment"},"n":"Lock of Trickery"},{"id":14965,"c":4,"u":"mystery%20key_xge","p":138,"s":6,"h":1,"t":12,"uu":"mystery key|xge","xF":{"ft":"equipment"},"n":"Mystery Key"},{"id":14966,"c":4,"u":"orb%20of%20direction_xge","p":138,"s":6,"h":1,"t":12,"uu":"orb of direction|xge","m":"items/XGE/Orb of Direction.webp","xF":{"ft":"equipment"},"n":"Orb of Direction"},{"id":14967,"c":4,"u":"orb%20of%20time_xge","p":138,"s":6,"h":1,"t":12,"uu":"orb of time|xge","xF":{"ft":"equipment"},"n":"Orb of Time"},{"id":14968,"c":4,"u":"perfume%20of%20bewitching_xge","p":138,"s":6,"h":1,"t":12,"uu":"perfume of bewitching|xge","xF":{"ft":"equipment"},"n":"Perfume of Bewitching"},{"id":14969,"c":4,"u":"pipe%20of%20smoke%20monsters_xge","p":138,"s":6,"h":1,"t":12,"uu":"pipe of smoke monsters|xge","m":"items/XGE/Pipe of Smoke Monsters.webp","xF":{"ft":"equipment"},"n":"Pipe of Smoke Monsters"},{"id":14970,"c":4,"u":"pole%20of%20angling_xge","p":138,"s":6,"h":1,"t":12,"uu":"pole of angling|xge","xF":{"ft":"equipment"},"n":"Pole of Angling"},{"id":14971,"c":4,"u":"pole%20of%20collapsing_xge","p":138,"s":6,"h":1,"t":12,"uu":"pole of collapsing|xge","m":"items/XGE/Pole of Collapsing.webp","xF":{"ft":"equipment"},"n":"Pole of Collapsing"},{"id":14972,"c":4,"u":"pot%20of%20awakening_xge","p":138,"s":6,"h":1,"t":12,"uu":"pot of awakening|xge","xF":{"ft":"equipment"},"n":"Pot of Awakening"},{"id":14973,"c":4,"u":"rope%20of%20mending_xge","p":138,"s":6,"h":1,"t":12,"uu":"rope of mending|xge","xF":{"ft":"equipment"},"n":"Rope of Mending"},{"id":14974,"c":4,"u":"ruby%20of%20the%20war%20mage_xge","p":138,"s":6,"h":1,"t":12,"uu":"ruby of the war mage|xge","xF":{"ft":"equipment"},"n":"Ruby of the War Mage"},{"id":14975,"c":4,"u":"shield%20of%20expression_xge","p":139,"s":6,"h":1,"t":12,"uu":"shield of expression|xge","xF":{"ft":"equipment"},"n":"Shield of Expression"},{"id":14976,"c":4,"u":"staff%20of%20adornment_xge","p":139,"s":6,"h":1,"t":12,"uu":"staff of adornment|xge","xF":{"ft":"weapon"},"n":"Staff of Adornment"},{"id":14977,"c":4,"u":"staff%20of%20birdcalls_xge","p":139,"s":6,"h":1,"t":12,"uu":"staff of birdcalls|xge","xF":{"ft":"weapon"},"n":"Staff of Birdcalls"},{"id":14978,"c":4,"u":"staff%20of%20flowers_xge","p":139,"s":6,"h":1,"t":12,"uu":"staff of flowers|xge","xF":{"ft":"weapon"},"n":"Staff of Flowers"},{"id":14979,"c":4,"u":"talking%20doll_xge","p":139,"s":6,"h":1,"t":12,"uu":"talking doll|xge","m":"items/XGE/Talking Doll.webp","xF":{"ft":"equipment"},"n":"Talking Doll"},{"id":14980,"c":4,"u":"tankard%20of%20sobriety_xge","p":139,"s":6,"h":1,"t":12,"uu":"tankard of sobriety|xge","xF":{"ft":"equipment"},"n":"Tankard of Sobriety"},{"id":14981,"c":4,"u":"unbreakable%20arrow_xge","p":139,"s":6,"h":1,"t":12,"uu":"unbreakable arrow|xge","m":"items/XGE/Unbreakable Arrow.webp","xF":{"ft":"consumable"},"n":"Unbreakable Arrow"},{"id":14982,"c":4,"u":"veteran's%20cane_xge","p":139,"s":6,"h":1,"t":12,"uu":"veteran's cane|xge","xF":{"ft":"equipment"},"n":"Veteran's Cane"},{"id":14983,"c":4,"u":"wand%20of%20conducting_xge","p":140,"s":6,"h":1,"t":12,"uu":"wand of conducting|xge","xF":{"ft":"consumable"},"n":"Wand of Conducting"},{"id":14984,"c":4,"u":"wand%20of%20pyrotechnics_xge","p":140,"s":6,"h":1,"t":12,"uu":"wand of pyrotechnics|xge","xF":{"ft":"consumable"},"n":"Wand of Pyrotechnics"},{"id":14985,"c":4,"u":"wand%20of%20scowls_xge","p":140,"s":6,"h":1,"t":12,"uu":"wand of scowls|xge","xF":{"ft":"consumable"},"n":"Wand of Scowls"},{"id":14986,"c":4,"u":"wand%20of%20smiles_xge","p":140,"s":6,"h":1,"t":12,"uu":"wand of smiles|xge","xF":{"ft":"consumable"},"n":"Wand of Smiles"},{"id":14987,"c":4,"u":"command%20amulet_xmm","p":277,"s":7,"h":1,"t":12,"uu":"command amulet|xmm","xF":{"ft":"loot"},"n":"Command Amulet"},{"id":14988,"c":4,"u":"acid_xphb","p":222,"s":8,"h":1,"t":12,"uu":"acid|xphb","xF":{"ft":"consumable"},"n":"Acid"},{"id":14989,"c":4,"u":"airship_xphb","p":230,"s":8,"h":1,"t":12,"uu":"airship|xphb","xF":{"ft":"loot"},"n":"Airship"},{"id":14990,"c":4,"u":"alchemist's%20fire_xphb","p":222,"s":8,"h":1,"t":12,"uu":"alchemist's fire|xphb","xF":{"ft":"consumable"},"n":"Alchemist's Fire"},{"id":14991,"c":4,"u":"alchemist's%20supplies_xphb","p":220,"s":8,"h":1,"t":12,"uu":"alchemist's supplies|xphb","xF":{"ft":"tool"},"n":"Alchemist's Supplies"},{"id":14992,"c":4,"u":"ale%20(mug)_xphb","p":231,"s":8,"h":1,"t":12,"uu":"ale (mug)|xphb","xF":{"ft":"consumable"},"n":"Ale (mug)"},{"id":14993,"c":4,"u":"amulet_xphb","p":226,"s":8,"h":1,"t":12,"uu":"amulet|xphb","xF":{"ft":"equipment"},"n":"Amulet"},{"id":14994,"c":4,"u":"antitoxin_xphb","p":222,"s":8,"h":1,"t":12,"uu":"antitoxin|xphb","xF":{"ft":"consumable"},"n":"Antitoxin"},{"id":14995,"c":4,"u":"backpack_xphb","p":224,"s":8,"h":1,"t":12,"uu":"backpack|xphb","xF":{"ft":"container"},"n":"Backpack"},{"id":14996,"c":4,"u":"ball%20bearings_xphb","p":224,"s":8,"h":1,"t":12,"uu":"ball bearings|xphb","xF":{"ft":"loot"},"n":"Ball Bearings"},{"id":14997,"c":4,"u":"barrel_xphb","p":224,"s":8,"h":1,"t":12,"uu":"barrel|xphb","xF":{"ft":"container"},"n":"Barrel"},{"id":14998,"c":4,"u":"basic%20poison_xphb","p":227,"s":8,"h":1,"t":12,"uu":"basic poison|xphb","xF":{"ft":"consumable"},"n":"Basic Poison"},{"id":14999,"c":4,"u":"basket_xphb","p":224,"s":8,"h":1,"t":12,"uu":"basket|xphb","xF":{"ft":"container"},"n":"Basket"},{"id":15000,"c":4,"u":"bedroll_xphb","p":224,"s":8,"h":1,"t":12,"uu":"bedroll|xphb","xF":{"ft":"loot"},"n":"Bedroll"},{"id":15001,"c":4,"u":"bell_xphb","p":224,"s":8,"h":1,"t":12,"uu":"bell|xphb","xF":{"ft":"loot"},"n":"Bell"},{"id":15002,"c":4,"u":"blanket_xphb","p":224,"s":8,"h":1,"t":12,"uu":"blanket|xphb","xF":{"ft":"loot"},"n":"Blanket"},{"id":15003,"c":4,"u":"block%20and%20tackle_xphb","p":224,"s":8,"h":1,"t":12,"uu":"block and tackle|xphb","xF":{"ft":"loot"},"n":"Block and Tackle"},{"id":15004,"c":4,"u":"book_xphb","p":224,"s":8,"h":1,"t":12,"uu":"book|xphb","xF":{"ft":"loot"},"n":"Book"},{"id":15005,"c":4,"u":"bread%20(loaf)_xphb","p":231,"s":8,"h":1,"t":12,"uu":"bread (loaf)|xphb","xF":{"ft":"consumable"},"n":"Bread (loaf)"},{"id":15006,"c":4,"u":"brewer's%20supplies_xphb","p":220,"s":8,"h":1,"t":12,"uu":"brewer's supplies|xphb","xF":{"ft":"tool"},"n":"Brewer's Supplies"},{"id":15007,"c":4,"u":"bucket_xphb","p":224,"s":8,"h":1,"t":12,"uu":"bucket|xphb","xF":{"ft":"container"},"n":"Bucket"},{"id":15008,"c":4,"u":"bullseye%20lantern_xphb","p":226,"s":8,"h":1,"t":12,"uu":"bullseye lantern|xphb","xF":{"ft":"equipment"},"n":"Bullseye Lantern"},{"id":15009,"c":4,"u":"burglar's%20pack_xphb","p":224,"s":8,"h":1,"t":12,"uu":"burglar's pack|xphb","xF":{"ft":"loot"},"n":"Burglar's Pack"},{"id":15010,"c":4,"u":"calligrapher's%20supplies_xphb","p":220,"s":8,"h":1,"t":12,"uu":"calligrapher's supplies|xphb","xF":{"ft":"tool"},"n":"Calligrapher's Supplies"},{"id":15011,"c":4,"u":"caltrops_xphb","p":224,"s":8,"h":1,"t":12,"uu":"caltrops|xphb","xF":{"ft":"loot"},"n":"Caltrops"},{"id":15012,"c":4,"u":"camel_xphb","p":229,"s":8,"h":1,"t":12,"uu":"camel|xphb","xF":{"ft":"loot"},"n":"Camel"},{"id":15013,"c":4,"u":"candle_xphb","p":224,"s":8,"h":1,"t":12,"uu":"candle|xphb","xF":{"ft":"consumable"},"n":"Candle"},{"id":15014,"c":4,"u":"carpenter's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"carpenter's tools|xphb","xF":{"ft":"tool"},"n":"Carpenter's Tools"},{"id":15015,"c":4,"u":"carriage_xphb","p":230,"s":8,"h":1,"t":12,"uu":"carriage|xphb","xF":{"ft":"loot"},"n":"Carriage"},{"id":15016,"c":4,"u":"cart_xphb","p":230,"s":8,"h":1,"t":12,"uu":"cart|xphb","xF":{"ft":"loot"},"n":"Cart"},{"id":15017,"c":4,"u":"cartographer's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"cartographer's tools|xphb","xF":{"ft":"tool"},"n":"Cartographer's Tools"},{"id":15018,"c":4,"u":"chain_xphb","p":224,"s":8,"h":1,"t":12,"uu":"chain|xphb","xF":{"ft":"loot"},"n":"Chain"},{"id":15019,"c":4,"u":"chariot_xphb","p":230,"s":8,"h":1,"t":12,"uu":"chariot|xphb","xF":{"ft":"loot"},"n":"Chariot"},{"id":15020,"c":4,"u":"cheese%20(wedge)_xphb","p":231,"s":8,"h":1,"t":12,"uu":"cheese (wedge)|xphb","xF":{"ft":"consumable"},"n":"Cheese (wedge)"},{"id":15021,"c":4,"u":"chest_xphb","p":225,"s":8,"h":1,"t":12,"uu":"chest|xphb","xF":{"ft":"container"},"n":"Chest"},{"id":15022,"c":4,"u":"climber's%20kit_xphb","p":225,"s":8,"h":1,"t":12,"uu":"climber's kit|xphb","xF":{"ft":"loot"},"n":"Climber's Kit"},{"id":15023,"c":4,"u":"cobbler's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"cobbler's tools|xphb","xF":{"ft":"tool"},"n":"Cobbler's Tools"},{"id":15024,"c":4,"u":"common%20wine%20(bottle)_xphb","p":231,"s":8,"h":1,"t":12,"uu":"common wine (bottle)|xphb","xF":{"ft":"consumable"},"n":"Common Wine (bottle)"},{"id":15025,"c":4,"u":"component%20pouch_xphb","p":225,"s":8,"h":1,"t":12,"uu":"component pouch|xphb","xF":{"ft":"loot"},"n":"Component Pouch"},{"id":15026,"c":4,"u":"cook's%20utensils_xphb","p":220,"s":8,"h":1,"t":12,"uu":"cook's utensils|xphb","xF":{"ft":"tool"},"n":"Cook's Utensils"},{"id":15027,"c":4,"u":"costume_xphb","p":225,"s":8,"h":1,"t":12,"uu":"costume|xphb","xF":{"ft":"loot"},"n":"Costume"},{"id":15028,"c":4,"u":"crossbow%20bolt%20case_xphb","p":224,"s":8,"h":1,"t":12,"uu":"crossbow bolt case|xphb","xF":{"ft":"container"},"n":"Crossbow Bolt Case"},{"id":15029,"c":4,"u":"crowbar_xphb","p":225,"s":8,"h":1,"t":12,"uu":"crowbar|xphb","xF":{"ft":"loot"},"n":"Crowbar"},{"id":15030,"c":4,"u":"dice%20set_xphb","p":221,"s":8,"h":1,"t":12,"uu":"dice set|xphb","xF":{"ft":"tool"},"n":"Dice Set"},{"id":15031,"c":4,"u":"diplomat's%20pack_xphb","p":225,"s":8,"h":1,"t":12,"uu":"diplomat's pack|xphb","xF":{"ft":"loot"},"n":"Diplomat's Pack"},{"id":15032,"c":4,"u":"disguise%20kit_xphb","p":221,"s":8,"h":1,"t":12,"uu":"disguise kit|xphb","xF":{"ft":"tool"},"n":"Disguise Kit"},{"id":15033,"c":4,"u":"draft%20horse_xphb","p":229,"s":8,"h":1,"t":12,"uu":"draft horse|xphb","xF":{"ft":"loot"},"n":"Draft Horse"},{"id":15034,"c":4,"u":"dragonchess%20set_xphb","p":221,"s":8,"h":1,"t":12,"uu":"dragonchess set|xphb","xF":{"ft":"tool"},"n":"Dragonchess Set"},{"id":15035,"c":4,"u":"dungeoneer's%20pack_xphb","p":225,"s":8,"h":1,"t":12,"uu":"dungeoneer's pack|xphb","xF":{"ft":"loot"},"n":"Dungeoneer's Pack"},{"id":15036,"c":4,"u":"elephant_xphb","p":229,"s":8,"h":1,"t":12,"uu":"elephant|xphb","xF":{"ft":"loot"},"n":"Elephant"},{"id":15037,"c":4,"u":"emblem_xphb","p":226,"s":8,"h":1,"t":12,"uu":"emblem|xphb","xF":{"ft":"equipment"},"n":"Emblem"},{"id":15038,"c":4,"u":"entertainer's%20pack_xphb","p":225,"s":8,"h":1,"t":12,"uu":"entertainer's pack|xphb","xF":{"ft":"loot"},"n":"Entertainer's Pack"},{"id":15039,"c":4,"u":"exotic%20saddle_xphb","p":230,"s":8,"h":1,"t":12,"uu":"exotic saddle|xphb","xF":{"ft":"loot"},"n":"Exotic Saddle"},{"id":15040,"c":4,"u":"explorer's%20pack_xphb","p":225,"s":8,"h":1,"t":12,"uu":"explorer's pack|xphb","xF":{"ft":"loot"},"n":"Explorer's Pack"},{"id":15041,"c":4,"u":"feed%20(per%20day)_xphb","p":230,"s":8,"h":1,"t":12,"uu":"feed (per day)|xphb","xF":{"ft":"loot"},"n":"Feed (per day)"},{"id":15042,"c":4,"u":"fine%20clothes_xphb","p":225,"s":8,"h":1,"t":12,"uu":"fine clothes|xphb","xF":{"ft":"loot"},"n":"Fine Clothes"},{"id":15043,"c":4,"u":"fine%20wine%20(bottle)_xphb","p":231,"s":8,"h":1,"t":12,"uu":"fine wine (bottle)|xphb","xF":{"ft":"consumable"},"n":"Fine Wine (bottle)"},{"id":15044,"c":4,"u":"flask_xphb","p":225,"s":8,"h":1,"t":12,"uu":"flask|xphb","xF":{"ft":"container"},"n":"Flask"},{"id":15045,"c":4,"u":"forgery%20kit_xphb","p":221,"s":8,"h":1,"t":12,"uu":"forgery kit|xphb","xF":{"ft":"tool"},"n":"Forgery Kit"},{"id":15046,"c":4,"u":"galley_xphb","p":230,"s":8,"h":1,"t":12,"uu":"galley|xphb","xF":{"ft":"loot"},"n":"Galley"},{"id":15047,"c":4,"u":"glass%20bottle_xphb","p":224,"s":8,"h":1,"t":12,"uu":"glass bottle|xphb","xF":{"ft":"container"},"n":"Glass Bottle"},{"id":15048,"c":4,"u":"glassblower's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"glassblower's tools|xphb","xF":{"ft":"tool"},"n":"Glassblower's Tools"},{"id":15049,"c":4,"u":"grappling%20hook_xphb","p":225,"s":8,"h":1,"t":12,"uu":"grappling hook|xphb","xF":{"ft":"loot"},"n":"Grappling Hook"},{"id":15050,"c":4,"u":"healer's%20kit_xphb","p":225,"s":8,"h":1,"t":12,"uu":"healer's kit|xphb","xF":{"ft":"loot"},"n":"Healer's Kit"},{"id":15051,"c":4,"u":"herbalism%20kit_xphb","p":221,"s":8,"h":1,"t":12,"uu":"herbalism kit|xphb","xF":{"ft":"tool"},"n":"Herbalism Kit"},{"id":15052,"c":4,"u":"holy%20water_xphb","p":226,"s":8,"h":1,"t":12,"uu":"holy water|xphb","xF":{"ft":"consumable"},"n":"Holy Water"},{"id":15053,"c":4,"u":"hooded%20lantern_xphb","p":226,"s":8,"h":1,"t":12,"uu":"hooded lantern|xphb","xF":{"ft":"equipment"},"n":"Hooded Lantern"},{"id":15054,"c":4,"u":"hunting%20trap_xphb","p":226,"s":8,"h":1,"t":12,"uu":"hunting trap|xphb","xF":{"ft":"loot"},"n":"Hunting Trap"},{"id":15055,"c":4,"u":"ink_xphb","p":226,"s":8,"h":1,"t":12,"uu":"ink|xphb","xF":{"ft":"loot"},"n":"Ink"},{"id":15056,"c":4,"u":"ink%20pen_xphb","p":226,"s":8,"h":1,"t":12,"uu":"ink pen|xphb","xF":{"ft":"loot"},"n":"Ink Pen"},{"id":15057,"c":4,"u":"iron%20pot_xphb","p":228,"s":8,"h":1,"t":12,"uu":"iron pot|xphb","xF":{"ft":"container"},"n":"Iron Pot"},{"id":15058,"c":4,"u":"iron%20spike_xphb","p":228,"s":8,"h":1,"t":12,"uu":"iron spike|xphb","xF":{"ft":"loot"},"n":"Iron Spike"},{"id":15059,"c":4,"u":"iron%20spikes_xphb","p":228,"s":8,"h":1,"t":12,"uu":"iron spikes|xphb","xF":{"ft":"loot"},"n":"Iron Spikes"},{"id":15060,"c":4,"u":"jeweler's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"jeweler's tools|xphb","xF":{"ft":"tool"},"n":"Jeweler's Tools"},{"id":15061,"c":4,"u":"jug_xphb","p":226,"s":8,"h":1,"t":12,"uu":"jug|xphb","xF":{"ft":"container"},"n":"Jug"},{"id":15062,"c":4,"u":"keelboat_xphb","p":230,"s":8,"h":1,"t":12,"uu":"keelboat|xphb","xF":{"ft":"loot"},"n":"Keelboat"},{"id":15063,"c":4,"u":"ladder_xphb","p":226,"s":8,"h":1,"t":12,"uu":"ladder|xphb","xF":{"ft":"loot"},"n":"Ladder"},{"id":15064,"c":4,"u":"lamp_xphb","p":226,"s":8,"h":1,"t":12,"uu":"lamp|xphb","m":"items/XPHB/Lamp.webp","xF":{"ft":"equipment"},"n":"Lamp"},{"id":15065,"c":4,"u":"leatherworker's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"leatherworker's tools|xphb","xF":{"ft":"tool"},"n":"Leatherworker's Tools"},{"id":15066,"c":4,"u":"lock_xphb","p":226,"s":8,"h":1,"t":12,"uu":"lock|xphb","xF":{"ft":"loot"},"n":"Lock"},{"id":15067,"c":4,"u":"longship_xphb","p":230,"s":8,"h":1,"t":12,"uu":"longship|xphb","xF":{"ft":"loot"},"n":"Longship"},{"id":15068,"c":4,"u":"magnifying%20glass_xphb","p":226,"s":8,"h":1,"t":12,"uu":"magnifying glass|xphb","xF":{"ft":"loot"},"n":"Magnifying Glass"},{"id":15069,"c":4,"u":"manacles_xphb","p":226,"s":8,"h":1,"t":12,"uu":"manacles|xphb","xF":{"ft":"loot"},"n":"Manacles"},{"id":15070,"c":4,"u":"map_xphb","p":227,"s":8,"h":1,"t":12,"uu":"map|xphb","xF":{"ft":"loot"},"n":"Map"},{"id":15071,"c":4,"u":"map%20or%20scroll%20case_xphb","p":224,"s":8,"h":1,"t":12,"uu":"map or scroll case|xphb","xF":{"ft":"container"},"n":"Map or Scroll Case"},{"id":15072,"c":4,"u":"mason's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"mason's tools|xphb","xF":{"ft":"tool"},"n":"Mason's Tools"},{"id":15073,"c":4,"u":"mastiff_xphb","p":229,"s":8,"h":1,"t":12,"uu":"mastiff|xphb","xF":{"ft":"loot"},"n":"Mastiff"},{"id":15074,"c":4,"u":"military%20saddle_xphb","p":230,"s":8,"h":1,"t":12,"uu":"military saddle|xphb","xF":{"ft":"loot"},"n":"Military Saddle"},{"id":15075,"c":4,"u":"mirror_xphb","p":227,"s":8,"h":1,"t":12,"uu":"mirror|xphb","xF":{"ft":"loot"},"n":"Mirror"},{"id":15076,"c":4,"u":"mule_xphb","p":229,"s":8,"h":1,"t":12,"uu":"mule|xphb","xF":{"ft":"loot"},"n":"Mule"},{"id":15077,"c":4,"u":"navigator's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"navigator's tools|xphb","xF":{"ft":"tool"},"n":"Navigator's Tools"},{"id":15078,"c":4,"u":"net_xphb","p":227,"s":8,"h":1,"t":12,"uu":"net|xphb","m":"items/XPHB/Net.webp","xF":{"ft":"loot"},"n":"Net"},{"id":15079,"c":4,"u":"oil_xphb","p":227,"s":8,"h":1,"t":12,"uu":"oil|xphb","xF":{"ft":"consumable"},"n":"Oil"},{"id":15080,"c":4,"u":"painter's%20supplies_xphb","p":221,"s":8,"h":1,"t":12,"uu":"painter's supplies|xphb","xF":{"ft":"tool"},"n":"Painter's Supplies"},{"id":15081,"c":4,"u":"paper_xphb","p":227,"s":8,"h":1,"t":12,"uu":"paper|xphb","xF":{"ft":"loot"},"n":"Paper"},{"id":15082,"c":4,"u":"parchment_xphb","p":227,"s":8,"h":1,"t":12,"uu":"parchment|xphb","xF":{"ft":"loot"},"n":"Parchment"},{"id":15083,"c":4,"u":"perfume_xphb","p":227,"s":8,"h":1,"t":12,"uu":"perfume|xphb","xF":{"ft":"loot"},"n":"Perfume"},{"id":15084,"c":4,"u":"playing%20cards_xphb","p":221,"s":8,"h":1,"t":12,"uu":"playing cards|xphb","xF":{"ft":"tool"},"n":"Playing Cards"},{"id":15085,"c":4,"u":"poisoner's%20kit_xphb","p":221,"s":8,"h":1,"t":12,"uu":"poisoner's kit|xphb","xF":{"ft":"tool"},"n":"Poisoner's Kit"},{"id":15086,"c":4,"u":"pole_xphb","p":228,"s":8,"h":1,"t":12,"uu":"pole|xphb","xF":{"ft":"loot"},"n":"Pole"},{"id":15087,"c":4,"u":"pony_xphb","p":229,"s":8,"h":1,"t":12,"uu":"pony|xphb","xF":{"ft":"loot"},"n":"Pony"},{"id":15088,"c":4,"u":"portable%20ram_xphb","p":228,"s":8,"h":1,"t":12,"uu":"portable ram|xphb","xF":{"ft":"loot"},"n":"Portable Ram"},{"id":15089,"c":4,"u":"potter's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"potter's tools|xphb","xF":{"ft":"tool"},"n":"Potter's Tools"},{"id":15090,"c":4,"u":"pouch_xphb","p":228,"s":8,"h":1,"t":12,"uu":"pouch|xphb","xF":{"ft":"container"},"n":"Pouch"},{"id":15091,"c":4,"u":"priest's%20pack_xphb","p":228,"s":8,"h":1,"t":12,"uu":"priest's pack|xphb","xF":{"ft":"loot"},"n":"Priest's Pack"},{"id":15092,"c":4,"u":"psychic%20blade_xphb","p":136,"s":8,"h":1,"t":12,"uu":"psychic blade|xphb","xF":{"ft":"weapon"},"n":"Psychic Blade"},{"id":15093,"c":4,"u":"quiver_xphb","p":228,"s":8,"h":1,"t":12,"uu":"quiver|xphb","xF":{"ft":"container"},"n":"Quiver"},{"id":15094,"c":4,"u":"rations_xphb","p":228,"s":8,"h":1,"t":12,"uu":"rations|xphb","xF":{"ft":"consumable"},"n":"Rations"},{"id":15095,"c":4,"u":"reliquary_xphb","p":226,"s":8,"h":1,"t":12,"uu":"reliquary|xphb","xF":{"ft":"equipment"},"n":"Reliquary"},{"id":15096,"c":4,"u":"riding%20horse_xphb","p":229,"s":8,"h":1,"t":12,"uu":"riding horse|xphb","xF":{"ft":"loot"},"n":"Riding Horse"},{"id":15097,"c":4,"u":"riding%20saddle_xphb","p":230,"s":8,"h":1,"t":12,"uu":"riding saddle|xphb","xF":{"ft":"loot"},"n":"Riding Saddle"},{"id":15098,"c":4,"u":"robe_xphb","p":228,"s":8,"h":1,"t":12,"uu":"robe|xphb","xF":{"ft":"loot"},"n":"Robe"},{"id":15099,"c":4,"u":"rope_xphb","p":228,"s":8,"h":1,"t":12,"uu":"rope|xphb","xF":{"ft":"loot"},"n":"Rope"},{"id":15100,"c":4,"u":"rowboat_xphb","p":230,"s":8,"h":1,"t":12,"uu":"rowboat|xphb","xF":{"ft":"loot"},"n":"Rowboat"},{"id":15101,"c":4,"u":"sack_xphb","p":228,"s":8,"h":1,"t":12,"uu":"sack|xphb","xF":{"ft":"container"},"n":"Sack"},{"id":15102,"c":4,"u":"sailing%20ship_xphb","p":230,"s":8,"h":1,"t":12,"uu":"sailing ship|xphb","xF":{"ft":"loot"},"n":"Sailing Ship"},{"id":15103,"c":4,"u":"scholar's%20pack_xphb","p":228,"s":8,"h":1,"t":12,"uu":"scholar's pack|xphb","xF":{"ft":"loot"},"n":"Scholar's Pack"},{"id":15104,"c":4,"u":"shovel_xphb","p":228,"s":8,"h":1,"t":12,"uu":"shovel|xphb","xF":{"ft":"loot"},"n":"Shovel"},{"id":15105,"c":4,"u":"signal%20whistle_xphb","p":228,"s":8,"h":1,"t":12,"uu":"signal whistle|xphb","xF":{"ft":"loot"},"n":"Signal Whistle"},{"id":15106,"c":4,"u":"sled_xphb","p":230,"s":8,"h":1,"t":12,"uu":"sled|xphb","xF":{"ft":"loot"},"n":"Sled"},{"id":15107,"c":4,"u":"smith's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"smith's tools|xphb","xF":{"ft":"tool"},"n":"Smith's Tools"},{"id":15108,"c":4,"u":"sprig%20of%20mistletoe_xphb","p":225,"s":8,"h":1,"t":12,"uu":"sprig of mistletoe|xphb","xF":{"ft":"equipment"},"n":"Sprig of Mistletoe"},{"id":15109,"c":4,"u":"spyglass_xphb","p":229,"s":8,"h":1,"t":12,"uu":"spyglass|xphb","xF":{"ft":"loot"},"n":"Spyglass"},{"id":15110,"c":4,"u":"stabling%20(per%20day)_xphb","p":230,"s":8,"h":1,"t":12,"uu":"stabling (per day)|xphb","xF":{"ft":"loot"},"n":"Stabling (per day)"},{"id":15111,"c":4,"u":"string_xphb","p":229,"s":8,"h":1,"t":12,"uu":"string|xphb","xF":{"ft":"loot"},"n":"String"},{"id":15112,"c":4,"u":"tent_xphb","p":229,"s":8,"h":1,"t":12,"uu":"tent|xphb","xF":{"ft":"loot"},"n":"Tent"},{"id":15113,"c":4,"u":"thieves'%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"thieves' tools|xphb","xF":{"ft":"tool"},"n":"Thieves' Tools"},{"id":15114,"c":4,"u":"three-dragon%20ante%20set_xphb","p":221,"s":8,"h":1,"t":12,"uu":"three-dragon ante set|xphb","xF":{"ft":"tool"},"n":"Three-Dragon Ante Set"},{"id":15115,"c":4,"u":"tinderbox_xphb","p":229,"s":8,"h":1,"t":12,"uu":"tinderbox|xphb","xF":{"ft":"loot"},"n":"Tinderbox"},{"id":15116,"c":4,"u":"tinker's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"tinker's tools|xphb","xF":{"ft":"tool"},"n":"Tinker's Tools"},{"id":15117,"c":4,"u":"torch_xphb","p":229,"s":8,"h":1,"t":12,"uu":"torch|xphb","xF":{"ft":"consumable"},"n":"Torch"},{"id":15118,"c":4,"u":"traveler's%20clothes_xphb","p":225,"s":8,"h":1,"t":12,"uu":"traveler's clothes|xphb","xF":{"ft":"loot"},"n":"Traveler's Clothes"},{"id":15119,"c":4,"u":"trinket_xphb","p":47,"s":8,"h":1,"t":12,"uu":"trinket|xphb","m":"items/XPHB/Trinkets 1.webp","xF":{"ft":"loot"},"n":"Trinket"},{"id":15120,"c":4,"u":"vial_xphb","p":229,"s":8,"h":1,"t":12,"uu":"vial|xphb","xF":{"ft":"container"},"n":"Vial"},{"id":15121,"c":4,"u":"wagon_xphb","p":230,"s":8,"h":1,"t":12,"uu":"wagon|xphb","xF":{"ft":"loot"},"n":"Wagon"},{"id":15122,"c":4,"u":"warhorse_xphb","p":229,"s":8,"h":1,"t":12,"uu":"warhorse|xphb","xF":{"ft":"loot"},"n":"Warhorse"},{"id":15123,"c":4,"u":"warship_xphb","p":230,"s":8,"h":1,"t":12,"uu":"warship|xphb","xF":{"ft":"loot"},"n":"Warship"},{"id":15124,"c":4,"u":"waterskin_xphb","p":229,"s":8,"h":1,"t":12,"uu":"waterskin|xphb","xF":{"ft":"container"},"n":"Waterskin"},{"id":15125,"c":4,"u":"weaver's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"weaver's tools|xphb","xF":{"ft":"tool"},"n":"Weaver's Tools"},{"id":15126,"c":4,"u":"woodcarver's%20tools_xphb","p":221,"s":8,"h":1,"t":12,"uu":"woodcarver's tools|xphb","xF":{"ft":"tool"},"n":"Woodcarver's Tools"},{"id":15127,"c":4,"u":"yew%20wand_xphb","p":225,"s":8,"h":1,"t":12,"uu":"yew wand|xphb","xF":{"ft":"equipment"},"n":"Yew Wand"},{"id":15128,"c":4,"u":"accounting%20and%20valuation%20of%20all%20things_coa","p":272,"s":9,"h":1,"t":12,"uu":"accounting and valuation of all things|coa","xF":{"ft":"equipment"},"n":"Accounting and Valuation of All Things"},{"id":15129,"c":4,"u":"amulet%20of%20appearance_coa","p":267,"s":9,"h":1,"t":12,"uu":"amulet of appearance|coa","xF":{"ft":"equipment"},"n":"Amulet of Appearance"},{"id":15130,"c":4,"u":"amulet%20of%20betrayal_coa","p":267,"s":9,"h":1,"t":12,"uu":"amulet of betrayal|coa","xF":{"ft":"equipment"},"n":"Amulet of Betrayal"},{"id":15131,"c":4,"u":"amulet%20of%20duplicity_coa","p":267,"s":9,"h":1,"t":12,"uu":"amulet of duplicity|coa","xF":{"ft":"equipment"},"n":"Amulet of Duplicity"},{"id":15132,"c":4,"u":"amulet%20of%20the%20inferno_coa","p":273,"s":9,"h":1,"t":12,"uu":"amulet of the inferno|coa","m":"items/CoA/Amulet of the Inferno.webp","xF":{"ft":"equipment"},"n":"Amulet of the Inferno"},{"id":15133,"c":4,"u":"bracers%20of%20asmodeus_coa","p":267,"s":9,"h":1,"t":12,"uu":"bracers of asmodeus|coa","xF":{"ft":"equipment"},"n":"Bracers of Asmodeus"},{"id":15134,"c":4,"u":"canian%20fork_coa","p":267,"s":9,"h":1,"t":12,"uu":"canian fork|coa","xF":{"ft":"weapon"},"n":"Canian Fork"},{"id":15135,"c":4,"u":"condensed%20order_coa","p":267,"s":9,"h":1,"t":12,"uu":"condensed order|coa","xF":{"ft":"equipment"},"n":"Condensed Order"},{"id":15136,"c":4,"u":"gauntlets%20of%20rage_coa","p":268,"s":9,"h":1,"t":12,"uu":"gauntlets of rage|coa","xF":{"ft":"equipment"},"n":"Gauntlets of Rage"},{"id":15137,"c":4,"u":"infernal%20amulet_coa","p":268,"s":9,"h":1,"t":12,"uu":"infernal amulet|coa","xF":{"ft":"equipment"},"n":"Infernal Amulet"},{"id":15138,"c":4,"u":"infernal%20plate%20armor_coa","p":268,"s":9,"h":1,"t":12,"uu":"infernal plate armor|coa","xF":{"ft":"equipment"},"n":"Infernal Plate Armor"},{"id":15139,"c":4,"u":"knife%20of%20stolen%20resistance_coa","p":268,"s":9,"h":1,"t":12,"uu":"knife of stolen resistance|coa","xF":{"ft":"weapon"},"n":"Knife of Stolen Resistance"},{"id":15140,"c":4,"u":"ranseur%20of%20torture_coa","p":273,"s":9,"h":1,"t":12,"uu":"ranseur of torture|coa","m":"items/CoA/Ranseur of Torture.webp","xF":{"ft":"weapon"},"n":"Ranseur of Torture"},{"id":15141,"c":4,"u":"ring%20of%20collecting_coa","p":268,"s":9,"h":1,"t":12,"uu":"ring of collecting|coa","xF":{"ft":"equipment"},"n":"Ring of Collecting"},{"id":15142,"c":4,"u":"ring%20of%20the%20copycat_coa","p":268,"s":9,"h":1,"t":12,"uu":"ring of the copycat|coa","xF":{"ft":"equipment"},"n":"Ring of the Copycat"},{"id":15143,"c":4,"u":"ring%20of%20treachery_coa","p":269,"s":9,"h":1,"t":12,"uu":"ring of treachery|coa","xF":{"ft":"equipment"},"n":"Ring of Treachery"},{"id":15144,"c":4,"u":"ruby%20rod%20of%20asmodeus_coa","p":274,"s":9,"h":1,"t":12,"uu":"ruby rod of asmodeus|coa","m":"items/CoA/Ruby Rod of Asmodeus and Scourge of Shadow.webp","xF":{"ft":"consumable"},"n":"Ruby Rod of Asmodeus"},{"id":15145,"c":4,"u":"sage's%20mirror_coa","p":269,"s":9,"h":1,"t":12,"uu":"sage's mirror|coa","xF":{"ft":"equipment"},"n":"Sage's Mirror"},{"id":15146,"c":4,"u":"scourge%20of%20shadow_coa","p":275,"s":9,"h":1,"t":12,"uu":"scourge of shadow|coa","m":"items/CoA/Ruby Rod of Asmodeus and Scourge of Shadow.webp","xF":{"ft":"weapon"},"n":"Scourge of Shadow"},{"id":15147,"c":4,"u":"skull%20of%20selfish%20knowledge_coa","p":269,"s":9,"h":1,"t":12,"uu":"skull of selfish knowledge|coa","xF":{"ft":"equipment"},"n":"Skull of Selfish Knowledge"},{"id":15148,"c":4,"u":"soul%20coin_coa","p":269,"s":9,"h":1,"t":12,"uu":"soul coin|coa","xF":{"ft":"equipment"},"n":"Soul Coin"},{"id":15149,"c":4,"u":"true-ice%20shards%20(dagger)_coa","p":275,"s":9,"h":1,"t":12,"uu":"true-ice shards (dagger)|coa","xF":{"ft":"weapon"},"n":"True-Ice Shards (Dagger)"},{"id":15150,"c":4,"u":"true-ice%20shards%20(rapier)_coa","p":275,"s":9,"h":1,"t":12,"uu":"true-ice shards (rapier)|coa","xF":{"ft":"weapon"},"n":"True-Ice Shards (Rapier)"},{"id":15151,"c":4,"u":"vial%20of%20greed_coa","p":270,"s":9,"h":1,"t":12,"uu":"vial of greed|coa","xF":{"ft":"equipment"},"n":"Vial of Greed"},{"id":15152,"c":4,"u":"wrought-iron%20tower_coa","p":276,"s":9,"h":1,"t":12,"uu":"wrought-iron tower|coa","m":"items/CoA/Wrought-Iron Tower.webp","xF":{"ft":"weapon"},"n":"Wrought-Iron Tower"},{"id":15153,"c":4,"u":"basic%20fishing%20equipment_aag","p":21,"s":102,"h":1,"t":12,"uu":"basic fishing equipment|aag","xF":{"ft":"loot"},"n":"Basic Fishing Equipment"},{"id":15154,"c":4,"u":"bombard_aag","p":26,"s":102,"h":1,"t":12,"uu":"bombard|aag","xF":{"ft":"loot"},"n":"Bombard"},{"id":15155,"c":4,"u":"damselfly%20ship_aag","p":28,"s":102,"h":1,"t":12,"uu":"damselfly ship|aag","xF":{"ft":"loot"},"n":"Damselfly Ship"},{"id":15156,"c":4,"u":"fish%20suit_aag","p":22,"s":102,"h":1,"t":12,"uu":"fish suit|aag","m":"items/AAG/Fish Suit.webp","xF":{"ft":"equipment"},"n":"Fish Suit"},{"id":15157,"c":4,"u":"flying%20fish%20ship_aag","p":30,"s":102,"h":1,"t":12,"uu":"flying fish ship|aag","xF":{"ft":"loot"},"n":"Flying Fish Ship"},{"id":15158,"c":4,"u":"hammerhead%20ship_aag","p":32,"s":102,"h":1,"t":12,"uu":"hammerhead ship|aag","xF":{"ft":"loot"},"n":"Hammerhead Ship"},{"id":15159,"c":4,"u":"lamprey%20ship_aag","p":34,"s":102,"h":1,"t":12,"uu":"lamprey ship|aag","xF":{"ft":"loot"},"n":"Lamprey Ship"},{"id":15160,"c":4,"u":"living%20ship_aag","p":36,"s":102,"h":1,"t":12,"uu":"living ship|aag","xF":{"ft":"loot"},"n":"Living Ship"},{"id":15161,"c":4,"u":"nautiloid_aag","p":38,"s":102,"h":1,"t":12,"uu":"nautiloid|aag","xF":{"ft":"loot"},"n":"Nautiloid"},{"id":15162,"c":4,"u":"nightspider_aag","p":40,"s":102,"h":1,"t":12,"uu":"nightspider|aag","xF":{"ft":"loot"},"n":"Nightspider"},{"id":15163,"c":4,"u":"scorpion%20ship_aag","p":42,"s":102,"h":1,"t":12,"uu":"scorpion ship|aag","xF":{"ft":"loot"},"n":"Scorpion Ship"},{"id":15164,"c":4,"u":"shrike%20ship_aag","p":44,"s":102,"h":1,"t":12,"uu":"shrike ship|aag","xF":{"ft":"loot"},"n":"Shrike Ship"},{"id":15165,"c":4,"u":"space%20galleon_aag","p":46,"s":102,"h":1,"t":12,"uu":"space galleon|aag","xF":{"ft":"loot"},"n":"Space Galleon"},{"id":15166,"c":4,"u":"spelljamming%20helm_aag","p":23,"s":102,"h":1,"t":12,"uu":"spelljamming helm|aag","m":"items/AAG/Spelljamming Helm.webp","xF":{"ft":"equipment"},"n":"Spelljamming Helm"},{"id":15167,"c":4,"u":"squid%20ship_aag","p":48,"s":102,"h":1,"t":12,"uu":"squid ship|aag","xF":{"ft":"loot"},"n":"Squid Ship"},{"id":15168,"c":4,"u":"star%20moth_aag","p":50,"s":102,"h":1,"t":12,"uu":"star moth|aag","xF":{"ft":"loot"},"n":"Star Moth"},{"id":15169,"c":4,"u":"turtle%20ship_aag","p":52,"s":102,"h":1,"t":12,"uu":"turtle ship|aag","xF":{"ft":"loot"},"n":"Turtle Ship"},{"id":15170,"c":4,"u":"tyrant%20ship_aag","p":54,"s":102,"h":1,"t":12,"uu":"tyrant ship|aag","xF":{"ft":"loot"},"n":"Tyrant Ship"},{"id":15171,"c":4,"u":"wasp%20ship_aag","p":56,"s":102,"h":1,"t":12,"uu":"wasp ship|aag","xF":{"ft":"loot"},"n":"Wasp Ship"},{"id":15172,"c":4,"u":"wildspace%20orrery_aag","p":23,"s":102,"h":1,"t":12,"uu":"wildspace orrery|aag","xF":{"ft":"equipment"},"n":"Wildspace Orrery"},{"id":15173,"c":4,"u":"cartographer's%20map%20case_ai","p":20,"s":15,"h":1,"t":12,"uu":"cartographer's map case|ai","m":"items/AI/cartographers-map-case.webp","xF":{"ft":"equipment"},"n":"Cartographer's Map Case"},{"id":15174,"c":4,"u":"chronolometer_ai","p":220,"s":15,"h":1,"t":12,"uu":"chronolometer|ai","xF":{"ft":"equipment"},"n":"Chronolometer"},{"id":15175,"c":4,"u":"coin%20of%20decisionry_ai","p":22,"s":15,"h":1,"t":12,"uu":"coin of decisionry|ai","m":"items/AI/coin-of-decisionry.webp","xF":{"ft":"equipment"},"n":"Coin of Decisionry"},{"id":15176,"c":4,"u":"dimensional%20loop_ai","p":220,"s":15,"h":1,"t":12,"uu":"dimensional loop|ai","xF":{"ft":"equipment"},"n":"Dimensional Loop"},{"id":15177,"c":4,"u":"documancy%20satchel_ai","p":24,"s":15,"h":1,"t":12,"uu":"documancy satchel|ai","m":"items/AI/documancy-satchel.webp","xF":{"ft":"equipment"},"n":"Documancy Satchel"},{"id":15178,"c":4,"u":"elder%20cartographer's%20glossography_ai","p":20,"s":15,"h":1,"t":12,"uu":"elder cartographer's glossography|ai","xF":{"ft":"equipment"},"n":"Elder Cartographer's Glossography"},{"id":15179,"c":4,"u":"failed%20experiment%20wand_ai","p":162,"s":15,"h":1,"t":12,"uu":"failed experiment wand|ai","xF":{"ft":"consumable"},"n":"Failed Experiment Wand"},{"id":15180,"c":4,"u":"far%20gear_ai","p":221,"s":15,"h":1,"t":12,"uu":"far gear|ai","xF":{"ft":"equipment"},"n":"Far Gear"},{"id":15181,"c":4,"u":"living%20loot%20satchel_ai","p":25,"s":15,"h":1,"t":12,"uu":"living loot satchel|ai","m":"items/AI/living-loot-satchel.webp","xF":{"ft":"equipment"},"n":"Living Loot Satchel"},{"id":15182,"c":4,"u":"obviator's%20lenses_ai","p":30,"s":15,"h":1,"t":12,"uu":"obviator's lenses|ai","xF":{"ft":"equipment"},"n":"Obviator's Lenses"},{"id":15183,"c":4,"u":"occultant%20abacus_ai","p":31,"s":15,"h":1,"t":12,"uu":"occultant abacus|ai","m":"items/AI/occultant-abacus.webp","xF":{"ft":"equipment"},"n":"Occultant Abacus"},{"id":15184,"c":4,"u":"orrery%20of%20the%20wanderer_ai","p":220,"s":15,"h":1,"t":12,"uu":"orrery of the wanderer|ai","m":"items/AI/Orrery of the Wanderer.webp","xF":{"ft":"equipment"},"n":"Orrery of the Wanderer"},{"id":15185,"c":4,"u":"piercer_ai","p":121,"s":15,"h":1,"t":12,"uu":"piercer|ai","xF":{"ft":"weapon"},"n":"Piercer"},{"id":15186,"c":4,"u":"portfolio%20keeper_ai","p":33,"s":15,"h":1,"t":12,"uu":"portfolio keeper|ai","xF":{"ft":"equipment"},"n":"Portfolio Keeper"},{"id":15187,"c":4,"u":"rotor%20of%20return_ai","p":221,"s":15,"h":1,"t":12,"uu":"rotor of return|ai","xF":{"ft":"equipment"},"n":"Rotor of Return"},{"id":15188,"c":4,"u":"sending%20stone_ai","p":33,"s":15,"h":1,"t":12,"uu":"sending stone|ai","m":"items/AI/sending-stone.webp","xF":{"ft":"equipment"},"n":"Sending Stone"},{"id":15189,"c":4,"u":"spyglass%20of%20clairvoyance_ai","p":19,"s":15,"h":1,"t":12,"uu":"spyglass of clairvoyance|ai","xF":{"ft":"equipment"},"n":"Spyglass of Clairvoyance"},{"id":15190,"c":4,"u":"timepiece%20of%20travel_ai","p":221,"s":15,"h":1,"t":12,"uu":"timepiece of travel|ai","xF":{"ft":"equipment"},"n":"Timepiece of Travel"},{"id":15191,"c":4,"u":"travel%20alchemical%20kit_ai","p":30,"s":15,"h":1,"t":12,"uu":"travel alchemical kit|ai","m":"items/AI/travel-alchemical-kit.webp","xF":{"ft":"equipment"},"n":"Travel Alchemical Kit"},{"id":15192,"c":4,"u":"trinket_ai","p":222,"s":15,"h":1,"t":12,"uu":"trinket|ai","m":"items/AI/Trinket.webp","xF":{"ft":"loot"},"n":"Trinket"},{"id":15193,"c":4,"u":"voting%20kit_ai","p":22,"s":15,"h":1,"t":12,"uu":"voting kit|ai","xF":{"ft":"equipment"},"n":"Voting Kit"},{"id":15194,"c":4,"u":"wheel%20of%20stars_ai","p":222,"s":15,"h":1,"t":12,"uu":"wheel of stars|ai","xF":{"ft":"equipment"},"n":"Wheel of Stars"},{"id":15195,"c":4,"u":"whisper%20jar_ai","p":27,"s":15,"h":1,"t":12,"uu":"whisper jar|ai","m":"items/AI/whisper-jar.webp","xF":{"ft":"equipment"},"n":"Whisper Jar"},{"id":15196,"c":4,"u":"talarith_bam","p":47,"s":16,"h":1,"t":12,"uu":"talarith|bam","xF":{"ft":"equipment"},"n":"Talarith"},{"id":15197,"c":4,"u":"battle%20standard%20of%20infernal%20power_bgdia","p":223,"s":17,"h":1,"t":12,"uu":"battle standard of infernal power|bgdia","m":"items/BGDIA/Battle Standard of Infernal Power.webp","xF":{"ft":"equipment"},"n":"Battle Standard of Infernal Power"},{"id":15198,"c":4,"u":"blade%20of%20avernus_bgdia","p":150,"s":17,"h":1,"t":12,"uu":"blade of avernus|bgdia","xF":{"ft":"weapon"},"n":"Blade of Avernus"},{"id":15199,"c":4,"u":"candle%20mace_bgdia","p":39,"s":17,"h":1,"t":12,"uu":"candle mace|bgdia","xF":{"ft":"weapon"},"n":"Candle Mace"},{"id":15200,"c":4,"u":"fane-eater_bgdia","p":223,"s":17,"h":1,"t":12,"uu":"fane-eater|bgdia","xF":{"ft":"weapon"},"n":"Fane-Eater"},{"id":15201,"c":4,"u":"gauntlets%20of%20flaming%20fury_bgdia","p":223,"s":17,"h":1,"t":12,"uu":"gauntlets of flaming fury|bgdia","xF":{"ft":"equipment"},"n":"Gauntlets of Flaming Fury"},{"id":15202,"c":4,"u":"helm%20of%20devil%20command_bgdia","p":223,"s":17,"h":1,"t":12,"uu":"helm of devil command|bgdia","m":"items/BGDIA/Helm of Devil Command.webp","xF":{"ft":"equipment"},"n":"Helm of Devil Command"},{"id":15203,"c":4,"u":"infernal%20puzzle%20box_bgdia","p":224,"s":17,"h":1,"t":12,"uu":"infernal puzzle box|bgdia","xF":{"ft":"equipment"},"n":"Infernal Puzzle Box"},{"id":15204,"c":4,"u":"matalotok_bgdia","p":224,"s":17,"h":1,"t":12,"uu":"matalotok|bgdia","m":"items/BGDIA/Matalotok.webp","xF":{"ft":"weapon"},"n":"Matalotok"},{"id":15205,"c":4,"u":"obsidian%20flint%20dragon%20plate_bgdia","p":224,"s":17,"h":1,"t":12,"uu":"obsidian flint dragon plate|bgdia","xF":{"ft":"equipment"},"n":"Obsidian Flint Dragon Plate"},{"id":15206,"c":4,"u":"shatterstick_bgdia","p":99,"s":17,"h":1,"t":12,"uu":"shatterstick|bgdia","xF":{"ft":"loot"},"n":"Shatterstick"},{"id":15207,"c":4,"u":"shield%20of%20the%20hidden%20lord_bgdia","p":225,"s":17,"h":1,"t":12,"uu":"shield of the hidden lord|bgdia","m":"items/BGDIA/Shield of the Hidden Lord.webp","xF":{"ft":"equipment"},"n":"Shield of the Hidden Lord"},{"id":15208,"c":4,"u":"soul%20coin_bgdia","p":225,"s":17,"h":1,"t":12,"uu":"soul coin|bgdia","m":"items/BGDIA/Soul Coin.webp","xF":{"ft":"equipment"},"n":"Soul Coin"},{"id":15209,"c":4,"u":"sword%20of%20zariel_bgdia","p":226,"s":17,"h":1,"t":12,"uu":"sword of zariel|bgdia","m":"items/BGDIA/Sword of Zariel.webp","xF":{"ft":"weapon"},"n":"Sword of Zariel"},{"id":15210,"c":4,"u":"alchemy%20jug%20(blue)_cm","p":144,"s":18,"h":1,"t":12,"uu":"alchemy jug (blue)|cm","xF":{"ft":"equipment"},"n":"Alchemy Jug (Blue)"},{"id":15211,"c":4,"u":"alchemy%20jug%20(orange)_cm","p":144,"s":18,"h":1,"t":12,"uu":"alchemy jug (orange)|cm","xF":{"ft":"equipment"},"n":"Alchemy Jug (Orange)"},{"id":15212,"c":4,"u":"cracked%20driftglobe_cm","p":110,"s":18,"h":1,"t":12,"uu":"cracked driftglobe|cm","xF":{"ft":"equipment"},"n":"Cracked Driftglobe"},{"id":15213,"c":4,"u":"gloves%20of%20soul%20catching_cm","p":169,"s":18,"h":1,"t":12,"uu":"gloves of soul catching|cm","xF":{"ft":"equipment"},"n":"Gloves of Soul Catching"},{"id":15214,"c":4,"u":"nether%20scroll%20of%20azumar_cm","p":210,"s":18,"h":1,"t":12,"uu":"nether scroll of azumar|cm","xF":{"ft":"consumable"},"n":"Nether Scroll of Azumar"},{"id":15215,"c":4,"u":"orcus%20figurine_cm","p":44,"s":18,"h":1,"t":12,"uu":"orcus figurine|cm","m":"items/CM/Orcus Figurine.webp","xF":{"ft":"equipment"},"n":"Orcus Figurine"},{"id":15216,"c":4,"u":"radiance_cm","p":87,"s":18,"h":1,"t":12,"uu":"radiance|cm","xF":{"ft":"equipment"},"n":"Radiance"},{"id":15217,"c":4,"u":"serpent%20scale%20armor_cm","p":98,"s":18,"h":1,"t":12,"uu":"serpent scale armor|cm","xF":{"ft":"equipment"},"n":"Serpent Scale Armor"},{"id":15218,"c":4,"u":"serpent's%20fang_cm","p":98,"s":18,"h":1,"t":12,"uu":"serpent's fang|cm","xF":{"ft":"weapon"},"n":"Serpent's Fang"},{"id":15219,"c":4,"u":"staff%20of%20fate_cm","p":183,"s":18,"h":1,"t":12,"uu":"staff of fate|cm","xF":{"ft":"weapon"},"n":"Staff of Fate"},{"id":15220,"c":4,"u":"stonky's%20ring_cm","p":132,"s":18,"h":1,"t":12,"uu":"stonky's ring|cm","xF":{"ft":"equipment"},"n":"Stonky's ring"},{"id":15221,"c":4,"u":"watchful%20helm_cm","p":183,"s":18,"h":1,"t":12,"uu":"watchful helm|cm","xF":{"ft":"equipment"},"n":"Watchful Helm"},{"id":15222,"c":4,"u":"blood%20spear_cos","p":221,"s":19,"h":1,"t":12,"uu":"blood spear|cos","m":"items/CoS/Blood Spear.webp","xF":{"ft":"weapon"},"n":"Blood Spear"},{"id":15223,"c":4,"u":"crusader's%20shortsword_cos","p":81,"s":19,"h":1,"t":12,"uu":"crusader's shortsword|cos","xF":{"ft":"weapon"},"n":"Crusader's Shortsword"},{"id":15224,"c":4,"u":"crusader's%20shortsword_cos","p":81,"s":19,"h":1,"t":12,"uu":"crusader's shortsword|cos","xF":{"ft":"weapon"},"n":"Lost Sword"},{"id":15225,"c":4,"u":"green%20copper%20ewer_cos","p":188,"s":19,"h":1,"t":12,"uu":"green copper ewer|cos","xF":{"ft":"loot"},"n":"Green Copper Ewer"},{"id":15226,"c":4,"u":"gulthias%20staff_cos","p":221,"s":19,"h":1,"t":12,"uu":"gulthias staff|cos","m":"items/CoS/Gulthias Staff.webp","xF":{"ft":"weapon"},"n":"Gulthias Staff"},{"id":15227,"c":4,"u":"holy%20symbol%20of%20ravenkind_cos","p":222,"s":19,"h":1,"t":12,"uu":"holy symbol of ravenkind|cos","m":"items/CoS/Holy Symbol of Ravenkind.webp","xF":{"ft":"equipment"},"n":"Holy Symbol of Ravenkind"},{"id":15228,"c":4,"u":"icon%20of%20ravenloft_cos","p":222,"s":19,"h":1,"t":12,"uu":"icon of ravenloft|cos","m":"items/CoS/Icon of Ravenloft.webp","xF":{"ft":"equipment"},"n":"Icon of Ravenloft"},{"id":15229,"c":4,"u":"jakarion's%20staff%20of%20frost_cos","p":187,"s":19,"h":1,"t":12,"uu":"jakarion's staff of frost|cos","xF":{"ft":"loot"},"n":"Jakarion's Staff of Frost"},{"id":15230,"c":4,"u":"saint%20markovia's%20thighbone_cos","p":222,"s":19,"h":1,"t":12,"uu":"saint markovia's thighbone|cos","m":"items/CoS/Saint Markovia's Thighbone.webp","xF":{"ft":"weapon"},"n":"Saint Markovia's Thighbone"},{"id":15231,"c":4,"u":"shield%20of%20the%20silver%20dragon_cos","p":68,"s":19,"h":1,"t":12,"uu":"shield of the silver dragon|cos","xF":{"ft":"equipment"},"n":"Shield of the Silver Dragon"},{"id":15232,"c":4,"u":"shield%20of%20the%20silver%20dragon_cos","p":68,"s":19,"h":1,"t":12,"uu":"shield of the silver dragon|cos","xF":{"ft":"equipment"},"n":"Order of the Silver Dragon +2 Shield"},{"id":15233,"c":4,"u":"statuette%20of%20saint%20markovia_cos","p":152,"s":19,"h":1,"t":12,"uu":"statuette of saint markovia|cos","xF":{"ft":"equipment"},"n":"Statuette of Saint Markovia"},{"id":15234,"c":4,"u":"sunsword_cos","p":223,"s":19,"h":1,"t":12,"uu":"sunsword|cos","m":"items/CoS/Sunsword.webp","xF":{"ft":"weapon"},"n":"Sunsword"},{"id":15235,"c":4,"u":"tome%20of%20strahd_cos","p":221,"s":19,"h":1,"t":12,"uu":"tome of strahd|cos","m":"items/CoS/Tome of Strahd.webp","xF":{"ft":"loot"},"n":"Tome of Strahd"},{"id":15236,"c":4,"u":"trinket_cos","p":2,"s":19,"h":1,"t":12,"uu":"trinket|cos","xF":{"ft":"loot"},"n":"Trinket"},{"id":15237,"c":4,"u":"yester%20hill%20axe_cos","p":198,"s":19,"h":1,"t":12,"uu":"yester hill axe|cos","xF":{"ft":"weapon"},"n":"Yester Hill Axe"},{"id":15238,"c":4,"u":"yester%20hill%20axe_cos","p":198,"s":19,"h":1,"t":12,"uu":"yester hill axe|cos","xF":{"ft":"weapon"},"n":"Treebane"},{"id":15239,"c":4,"u":"earring%20of%20message_crcotn","p":212,"s":20,"h":1,"dP":1,"t":12,"uu":"earring of message|crcotn","m":"items/CRCotN/Earring of Message.webp","xF":{"ft":"equipment"},"n":"Earring of Message"},{"id":15240,"c":4,"u":"jewel%20of%20three%20prayers%20(awakened)_crcotn","s":20,"h":1,"dP":1,"t":12,"uu":"jewel of three prayers (awakened)|crcotn","m":"items/CRCotN/Jewel of Three Prayers.webp","xF":{"ft":"equipment"},"n":"Jewel of Three Prayers (Awakened)"},{"id":15241,"c":4,"u":"jewel%20of%20three%20prayers%20(dormant)_crcotn","p":213,"s":20,"h":1,"dP":1,"t":12,"uu":"jewel of three prayers (dormant)|crcotn","m":"items/CRCotN/Jewel of Three Prayers.webp","xF":{"ft":"equipment"},"n":"Jewel of Three Prayers (Dormant)"},{"id":15242,"c":4,"u":"jewel%20of%20three%20prayers%20(exalted)_crcotn","s":20,"h":1,"dP":1,"t":12,"uu":"jewel of three prayers (exalted)|crcotn","m":"items/CRCotN/Jewel of Three Prayers.webp","xF":{"ft":"equipment"},"n":"Jewel of Three Prayers (Exalted)"},{"id":15243,"c":4,"u":"medal%20of%20muscle_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of muscle|crcotn","xF":{"ft":"equipment"},"n":"Medal of Muscle"},{"id":15244,"c":4,"u":"medal%20of%20the%20conch_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of the conch|crcotn","xF":{"ft":"equipment"},"n":"Medal of the Conch"},{"id":15245,"c":4,"u":"medal%20of%20the%20horizonback_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of the horizonback|crcotn","xF":{"ft":"equipment"},"n":"Medal of the Horizonback"},{"id":15246,"c":4,"u":"medal%20of%20the%20maze_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of the maze|crcotn","m":"items/CRCotN/Medal of the Maze.webp","xF":{"ft":"equipment"},"n":"Medal of the Maze"},{"id":15247,"c":4,"u":"medal%20of%20the%20meat%20pie_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of the meat pie|crcotn","xF":{"ft":"equipment"},"n":"Medal of the Meat Pie"},{"id":15248,"c":4,"u":"medal%20of%20the%20wetlands_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of the wetlands|crcotn","xF":{"ft":"equipment"},"n":"Medal of the Wetlands"},{"id":15249,"c":4,"u":"medal%20of%20wit_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"medal of wit|crcotn","xF":{"ft":"equipment"},"n":"Medal of Wit"},{"id":15250,"c":4,"u":"ring%20of%20red%20fury_crcotn","p":214,"s":20,"h":1,"dP":1,"t":12,"uu":"ring of red fury|crcotn","m":"items/CRCotN/Ring of Red Fury.webp","xF":{"ft":"equipment"},"n":"Ring of Red Fury"},{"id":15251,"c":4,"u":"ruidium%20shield_crcotn","p":215,"s":20,"h":1,"dP":1,"t":12,"uu":"ruidium shield|crcotn","m":"items/CRCotN/Ruidium Shield.webp","xF":{"ft":"equipment"},"n":"Ruidium Shield"},{"id":15252,"c":4,"u":"teleportation%20tablet_crcotn","p":216,"s":20,"h":1,"dP":1,"t":12,"uu":"teleportation tablet|crcotn","xF":{"ft":"equipment"},"n":"Teleportation Tablet"},{"id":15253,"c":4,"u":"gnomengarde%20grenade_dc","s":21,"h":1,"t":12,"uu":"gnomengarde grenade|dc","xF":{"ft":"equipment"},"n":"Gnomengarde Grenade"},{"id":15254,"c":4,"u":"ruinstone_dc","s":21,"h":1,"t":12,"uu":"ruinstone|dc","xF":{"ft":"equipment"},"n":"Ruinstone"},{"id":15255,"c":4,"u":"iggwilv's%20horn_ditlcot","p":14,"s":23,"h":1,"t":12,"uu":"iggwilv's horn|ditlcot","m":"items/DitLCoT/Iggwilvs Horn.webp","xF":{"ft":"equipment"},"n":"Iggwilv's Horn"},{"id":15256,"c":4,"u":"potion%20of%20polychromy_ditlcot","p":15,"s":23,"h":1,"t":12,"uu":"potion of polychromy|ditlcot","m":"items/DitLCoT/Potion of Polychromy.webp","xF":{"ft":"consumable"},"n":"Potion of Polychromy"},{"id":15257,"c":4,"u":"tasha's%20creeping%20keelboat_ditlcot","p":15,"s":23,"h":1,"t":12,"uu":"tasha's creeping keelboat|ditlcot","m":"items/DitLCoT/Tashas Creeping Keelboat.webp","xF":{"ft":"equipment"},"n":"Tasha's Creeping Keelboat"},{"id":15258,"c":4,"u":"%2b1%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"t":12,"uu":"+1 rod of the pact keeper|dmg","xF":{"ft":"equipment"},"n":"+1 Rod of the Pact Keeper"},{"id":15259,"c":4,"u":"%2b1%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"+1 wand of the war mage|dmg","xF":{"ft":"equipment"},"n":"+1 Wand of the War Mage"},{"id":15260,"c":4,"u":"%2b2%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"t":12,"uu":"+2 rod of the pact keeper|dmg","xF":{"ft":"equipment"},"n":"+2 Rod of the Pact Keeper"},{"id":15261,"c":4,"u":"%2b2%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"+2 wand of the war mage|dmg","xF":{"ft":"equipment"},"n":"+2 Wand of the War Mage"},{"id":15262,"c":4,"u":"%2b3%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"t":12,"uu":"+3 rod of the pact keeper|dmg","xF":{"ft":"equipment"},"n":"+3 Rod of the Pact Keeper"},{"id":15263,"c":4,"u":"%2b3%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"+3 wand of the war mage|dmg","xF":{"ft":"equipment"},"n":"+3 Wand of the War Mage"},{"id":15264,"c":4,"u":"airship_dmg","p":119,"s":24,"h":1,"t":12,"uu":"airship|dmg","xF":{"ft":"loot"},"n":"Airship"},{"id":15265,"c":4,"u":"alchemy%20jug_dmg","p":150,"s":24,"h":1,"t":12,"uu":"alchemy jug|dmg","m":"items/DMG/Alchemy Jug.webp","xF":{"ft":"equipment"},"n":"Alchemy Jug"},{"id":15266,"c":4,"u":"alexandrite_dmg","p":134,"s":24,"h":1,"t":12,"uu":"alexandrite|dmg","xF":{"ft":"loot"},"n":"Alexandrite"},{"id":15267,"c":4,"u":"amber_dmg","p":134,"s":24,"h":1,"t":12,"uu":"amber|dmg","xF":{"ft":"loot"},"n":"Amber"},{"id":15268,"c":4,"u":"amethyst_dmg","p":134,"s":24,"h":1,"t":12,"uu":"amethyst|dmg","xF":{"ft":"loot"},"n":"Amethyst"},{"id":15269,"c":4,"u":"amulet%20of%20health_dmg","p":150,"s":24,"h":1,"r":1,"t":12,"uu":"amulet of health|dmg","m":"items/DMG/Amulet of Health.webp","xF":{"ft":"equipment"},"n":"Amulet of Health"},{"id":15270,"c":4,"u":"amulet%20of%20proof%20against%20detection%20and%20location_dmg","p":150,"s":24,"h":1,"r":1,"t":12,"uu":"amulet of proof against detection and location|dmg","m":"items/DMG/Amulet of Proof against Detection and Location.webp","xF":{"ft":"equipment"},"n":"Amulet of Proof against Detection and Location"},{"id":15271,"c":4,"u":"amulet%20of%20the%20planes_dmg","p":150,"s":24,"h":1,"r":1,"t":12,"uu":"amulet of the planes|dmg","m":"items/DMG/Amulet of the Planes.webp","xF":{"ft":"equipment"},"n":"Amulet of the Planes"},{"id":15272,"c":4,"u":"animated%20shield_dmg","p":151,"s":24,"h":1,"r":1,"t":12,"uu":"animated shield|dmg","m":"items/DMG/Animated Shield.webp","xF":{"ft":"equipment"},"n":"Animated Shield"},{"id":15273,"c":4,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"t":12,"uu":"apparatus of kwalish|dmg","m":"items/DMG/Apparatus of Kwalish.webp","xF":{"ft":"equipment"},"n":"Apparatus of Kwalish"},{"id":15274,"c":4,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"t":12,"uu":"apparatus of kwalish|dmg","m":"items/DMG/Apparatus of Kwalish.webp","xF":{"ft":"equipment"},"n":"Apparatus of the Crab"},{"id":15275,"c":4,"u":"aquamarine_dmg","p":134,"s":24,"h":1,"t":12,"uu":"aquamarine|dmg","xF":{"ft":"loot"},"n":"Aquamarine"},{"id":15276,"c":4,"u":"armor%20of%20invulnerability_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"armor of invulnerability|dmg","m":"items/DMG/Armor of Invulnerability.webp","xF":{"ft":"equipment"},"n":"Armor of Invulnerability"},{"id":15277,"c":4,"u":"armor%20of%20vulnerability%20(bludgeoning)_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"armor of vulnerability (bludgeoning)|dmg","xF":{"ft":"equipment"},"n":"Armor of Vulnerability (Bludgeoning)"},{"id":15278,"c":4,"u":"armor%20of%20vulnerability%20(piercing)_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"armor of vulnerability (piercing)|dmg","xF":{"ft":"equipment"},"n":"Armor of Vulnerability (Piercing)"},{"id":15279,"c":4,"u":"armor%20of%20vulnerability%20(slashing)_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"armor of vulnerability (slashing)|dmg","xF":{"ft":"equipment"},"n":"Armor of Vulnerability (Slashing)"},{"id":15280,"c":4,"u":"arrow-catching%20shield_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"arrow-catching shield|dmg","xF":{"ft":"equipment"},"n":"Arrow-Catching Shield"},{"id":15281,"c":4,"u":"assassin's%20blood_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"assassin's blood|dmg","xF":{"ft":"consumable"},"n":"Assassin's Blood"},{"id":15282,"c":4,"u":"axe%20of%20the%20dwarvish%20lords_dmg","p":221,"s":24,"h":1,"t":12,"uu":"axe of the dwarvish lords|dmg","m":"items/DMG/Axe of the Dwarvish Lords.webp","xF":{"ft":"weapon"},"n":"Axe of the Dwarvish Lords"},{"id":15283,"c":4,"u":"azurite_dmg","p":134,"s":24,"h":1,"t":12,"uu":"azurite|dmg","xF":{"ft":"loot"},"n":"Azurite"},{"id":15284,"c":4,"u":"bag%20of%20beans_dmg","p":152,"s":24,"h":1,"r":1,"t":12,"uu":"bag of beans|dmg","m":"items/DMG/Bag of Beans.webp","xF":{"ft":"equipment"},"n":"Bag of Beans"},{"id":15285,"c":4,"u":"bag%20of%20devouring_dmg","p":153,"s":24,"h":1,"r":1,"t":12,"uu":"bag of devouring|dmg","m":"items/DMG/Bag of Devouring.webp","xF":{"ft":"equipment"},"n":"Bag of Devouring"},{"id":15286,"c":4,"u":"bag%20of%20holding_dmg","p":153,"s":24,"h":1,"r":1,"t":12,"uu":"bag of holding|dmg","m":"items/DMG/Bag of Holding.webp","xF":{"ft":"container"},"n":"Bag of Holding"},{"id":15287,"c":4,"u":"bag%20of%20tricks%2c%20gray_dmg","p":154,"s":24,"h":1,"r":1,"t":12,"uu":"bag of tricks, gray|dmg","xF":{"ft":"equipment"},"n":"Bag of Tricks, Gray"},{"id":15288,"c":4,"u":"bag%20of%20tricks%2c%20rust_dmg","p":154,"s":24,"h":1,"r":1,"t":12,"uu":"bag of tricks, rust|dmg","xF":{"ft":"equipment"},"n":"Bag of Tricks, Rust"},{"id":15289,"c":4,"u":"bag%20of%20tricks%2c%20tan_dmg","p":154,"s":24,"h":1,"r":1,"t":12,"uu":"bag of tricks, tan|dmg","xF":{"ft":"equipment"},"n":"Bag of Tricks, Tan"},{"id":15290,"c":4,"u":"banded%20agate_dmg","p":134,"s":24,"h":1,"t":12,"uu":"banded agate|dmg","xF":{"ft":"loot"},"n":"Banded Agate"},{"id":15291,"c":4,"u":"bead%20of%20force_dmg","p":154,"s":24,"h":1,"r":1,"t":12,"uu":"bead of force|dmg","xF":{"ft":"equipment"},"n":"Bead of Force"},{"id":15292,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_dmg","p":135,"s":24,"h":1,"t":12,"uu":"bejeweled ivory drinking horn with gold filigree|dmg","xF":{"ft":"loot"},"n":"Bejeweled ivory drinking horn with gold filigree"},{"id":15293,"c":4,"u":"belt%20of%20cloud%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of cloud giant strength|dmg","xF":{"ft":"equipment"},"n":"Belt of Cloud Giant Strength"},{"id":15294,"c":4,"u":"belt%20of%20dwarvenkind_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of dwarvenkind|dmg","m":"items/DMG/Belt of Dwarvenkind.webp","xF":{"ft":"equipment"},"n":"Belt of Dwarvenkind"},{"id":15295,"c":4,"u":"belt%20of%20fire%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of fire giant strength|dmg","xF":{"ft":"equipment"},"n":"Belt of Fire Giant Strength"},{"id":15296,"c":4,"u":"belt%20of%20frost%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of frost giant strength|dmg","xF":{"ft":"equipment"},"n":"Belt of Frost Giant Strength"},{"id":15297,"c":4,"u":"belt%20of%20hill%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of hill giant strength|dmg","xF":{"ft":"equipment"},"n":"Belt of Hill Giant Strength"},{"id":15298,"c":4,"u":"belt%20of%20stone%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of stone giant strength|dmg","m":"items/DMG/Belt of Stone Giant Strength.webp","xF":{"ft":"equipment"},"n":"Belt of Stone Giant Strength"},{"id":15299,"c":4,"u":"belt%20of%20storm%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"belt of storm giant strength|dmg","m":"items/DMG/Belt of Storm Giant Strength.webp","xF":{"ft":"equipment"},"n":"Belt of Storm Giant Strength"},{"id":15300,"c":4,"u":"black%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"black dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Black Dragon Scale Mail"},{"id":15301,"c":4,"u":"black%20opal_dmg","p":134,"s":24,"h":1,"t":12,"uu":"black opal|dmg","xF":{"ft":"loot"},"n":"Black Opal"},{"id":15302,"c":4,"u":"black%20pearl_dmg","p":134,"s":24,"h":1,"t":12,"uu":"black pearl|dmg","xF":{"ft":"loot"},"n":"Black Pearl"},{"id":15303,"c":4,"u":"black%20sapphire_dmg","p":134,"s":24,"h":1,"t":12,"uu":"black sapphire|dmg","xF":{"ft":"loot"},"n":"Black Sapphire"},{"id":15304,"c":4,"u":"black%20velvet%20mask%20stitched%20with%20silver%20thread_dmg","p":134,"s":24,"h":1,"t":12,"uu":"black velvet mask stitched with silver thread|dmg","xF":{"ft":"loot"},"n":"Black velvet mask stitched with silver thread"},{"id":15305,"c":4,"u":"blackrazor_dmg","p":216,"s":24,"h":1,"t":12,"uu":"blackrazor|dmg","m":"items/DMG/Blackrazor.webp","xF":{"ft":"weapon"},"n":"Blackrazor"},{"id":15306,"c":4,"u":"bloodstone_dmg","p":134,"s":24,"h":1,"t":12,"uu":"bloodstone|dmg","xF":{"ft":"loot"},"n":"Bloodstone"},{"id":15307,"c":4,"u":"blue%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"blue dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Blue Dragon Scale Mail"},{"id":15308,"c":4,"u":"blue%20quartz_dmg","p":134,"s":24,"h":1,"t":12,"uu":"blue quartz|dmg","xF":{"ft":"loot"},"n":"Blue Quartz"},{"id":15309,"c":4,"u":"blue%20sapphire_dmg","p":134,"s":24,"h":1,"t":12,"uu":"blue sapphire|dmg","xF":{"ft":"loot"},"n":"Blue Sapphire"},{"id":15310,"c":4,"u":"blue%20spinel_dmg","p":134,"s":24,"h":1,"t":12,"uu":"blue spinel|dmg","xF":{"ft":"loot"},"n":"Blue Spinel"},{"id":15311,"c":4,"u":"bomb_dmg","p":268,"s":24,"h":1,"t":12,"uu":"bomb|dmg","xF":{"ft":"consumable"},"n":"Bomb"},{"id":15312,"c":4,"u":"book%20of%20exalted%20deeds_dmg","p":222,"s":24,"h":1,"t":12,"uu":"book of exalted deeds|dmg","m":"items/DMG/Book of Exalted Deeds.webp","xF":{"ft":"equipment"},"n":"Book of Exalted Deeds"},{"id":15313,"c":4,"u":"book%20of%20vile%20darkness_dmg","p":222,"s":24,"h":1,"t":12,"uu":"book of vile darkness|dmg","m":"items/DMG/Book of Vile Darkness.webp","xF":{"ft":"equipment"},"n":"Book of Vile Darkness"},{"id":15314,"c":4,"u":"boots%20of%20elvenkind_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"boots of elvenkind|dmg","m":"items/DMG/Boots of Elvenkind.webp","xF":{"ft":"equipment"},"n":"Boots of Elvenkind"},{"id":15315,"c":4,"u":"boots%20of%20levitation_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"boots of levitation|dmg","xF":{"ft":"equipment"},"n":"Boots of Levitation"},{"id":15316,"c":4,"u":"boots%20of%20speed_dmg","p":155,"s":24,"h":1,"r":1,"t":12,"uu":"boots of speed|dmg","m":"items/DMG/Boots of Speed.webp","xF":{"ft":"equipment"},"n":"Boots of Speed"},{"id":15317,"c":4,"u":"boots%20of%20striding%20and%20springing_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"boots of striding and springing|dmg","m":"items/DMG/Boots of Striding and Springing.webp","xF":{"ft":"equipment"},"n":"Boots of Striding and Springing"},{"id":15318,"c":4,"u":"boots%20of%20the%20winterlands_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"boots of the winterlands|dmg","m":"items/DMG/Boots of the Winterlands.webp","xF":{"ft":"equipment"},"n":"Boots of the Winterlands"},{"id":15319,"c":4,"u":"bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_dmg","p":135,"s":24,"h":1,"t":12,"uu":"bottle stopper cork embossed with gold leaf and set with amethysts|dmg","xF":{"ft":"loot"},"n":"Bottle stopper cork embossed with gold leaf and set with amethysts"},{"id":15320,"c":4,"u":"bowl%20of%20commanding%20water%20elementals_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"bowl of commanding water elementals|dmg","m":"items/DMG/Bowl of Commanding Water Elementals.webp","xF":{"ft":"equipment"},"n":"Bowl of Commanding Water Elementals"},{"id":15321,"c":4,"u":"box%20of%20turquoise%20animal%20figurines_dmg","p":135,"s":24,"h":1,"t":12,"uu":"box of turquoise animal figurines|dmg","xF":{"ft":"loot"},"n":"Box of turquoise animal figurines"},{"id":15322,"c":4,"u":"bracers%20of%20archery_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"bracers of archery|dmg","m":"items/DMG/Bracers of Archery.webp","xF":{"ft":"equipment"},"n":"Bracers of Archery"},{"id":15323,"c":4,"u":"bracers%20of%20defense_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"bracers of defense|dmg","m":"items/DMG/Bracers of Defense.webp","xF":{"ft":"equipment"},"n":"Bracers of Defense"},{"id":15324,"c":4,"u":"brass%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"brass dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Brass Dragon Scale Mail"},{"id":15325,"c":4,"u":"brass%20mug%20with%20jade%20inlay_dmg","p":135,"s":24,"h":1,"t":12,"uu":"brass mug with jade inlay|dmg","xF":{"ft":"loot"},"n":"Brass mug with jade inlay"},{"id":15326,"c":4,"u":"brazier%20of%20commanding%20fire%20elementals_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"brazier of commanding fire elementals|dmg","m":"items/DMG/Brazier of Commanding Fire Elementals.webp","xF":{"ft":"equipment"},"n":"Brazier of Commanding Fire Elementals"},{"id":15327,"c":4,"u":"bronze%20crown_dmg","p":135,"s":24,"h":1,"t":12,"uu":"bronze crown|dmg","xF":{"ft":"loot"},"n":"Bronze crown"},{"id":15328,"c":4,"u":"bronze%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"bronze dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Bronze Dragon Scale Mail"},{"id":15329,"c":4,"u":"brooch%20of%20shielding_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"brooch of shielding|dmg","m":"items/DMG/Brooch of Shielding.webp","xF":{"ft":"equipment"},"n":"Brooch of Shielding"},{"id":15330,"c":4,"u":"broom%20of%20flying_dmg","p":156,"s":24,"h":1,"r":1,"t":12,"uu":"broom of flying|dmg","m":"items/DMG/Broom of Flying.webp","xF":{"ft":"equipment"},"n":"Broom of Flying"},{"id":15331,"c":4,"u":"burnt%20othur%20fumes_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"burnt othur fumes|dmg","xF":{"ft":"consumable"},"n":"Burnt Othur Fumes"},{"id":15332,"c":4,"u":"candle%20of%20invocation_dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"candle of invocation|dmg","m":"items/DMG/Candle of Invocation.webp","xF":{"ft":"equipment"},"n":"Candle of Invocation"},{"id":15333,"c":4,"u":"cap%20of%20water%20breathing_dmg","p":157,"s":24,"h":1,"t":12,"uu":"cap of water breathing|dmg","xF":{"ft":"equipment"},"n":"Cap of Water Breathing"},{"id":15334,"c":4,"u":"cape%20of%20the%20mountebank_dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"cape of the mountebank|dmg","m":"items/DMG/Cape of the Mountebank.webp","xF":{"ft":"equipment"},"n":"Cape of the Mountebank"},{"id":15335,"c":4,"u":"carnelian_dmg","p":134,"s":24,"h":1,"t":12,"uu":"carnelian|dmg","xF":{"ft":"loot"},"n":"Carnelian"},{"id":15336,"c":4,"u":"carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"carpet of flying, 3 ft. × 5 ft.|dmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 3 ft. × 5 ft."},{"id":15337,"c":4,"u":"carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"carpet of flying, 4 ft. × 6 ft.|dmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 4 ft. × 6 ft."},{"id":15338,"c":4,"u":"carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"carpet of flying, 5 ft. × 7 ft.|dmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 5 ft. × 7 ft."},{"id":15339,"c":4,"u":"carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._dmg","p":157,"s":24,"h":1,"r":1,"t":12,"uu":"carpet of flying, 6 ft. × 9 ft.|dmg","xF":{"ft":"equipment"},"n":"Carpet of Flying, 6 ft. × 9 ft."},{"id":15340,"c":4,"u":"carrion%20crawler%20mucus_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"carrion crawler mucus|dmg","xF":{"ft":"consumable"},"n":"Carrion Crawler Mucus"},{"id":15341,"c":4,"u":"carrion%20crawler%20mucus_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"carrion crawler mucus|dmg","xF":{"ft":"consumable"},"n":"Crawler Mucus (Contact)"},{"id":15342,"c":4,"u":"carved%20bone%20statuette_dmg","p":134,"s":24,"h":1,"t":12,"uu":"carved bone statuette|dmg","xF":{"ft":"loot"},"n":"Carved bone statuette"},{"id":15343,"c":4,"u":"carved%20harp%20of%20exotic%20wood%20with%20ivory%20inlay%20and%20zircon%20gems_dmg","p":135,"s":24,"h":1,"t":12,"uu":"carved harp of exotic wood with ivory inlay and zircon gems|dmg","xF":{"ft":"loot"},"n":"Carved harp of exotic wood with ivory inlay and zircon gems"},{"id":15344,"c":4,"u":"carved%20ivory%20statuette_dmg","p":135,"s":24,"h":1,"t":12,"uu":"carved ivory statuette|dmg","xF":{"ft":"loot"},"n":"Carved ivory statuette"},{"id":15345,"c":4,"u":"censer%20of%20controlling%20air%20elementals_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"censer of controlling air elementals|dmg","m":"items/DMG/Censer of Controlling Air Elementals.webp","xF":{"ft":"equipment"},"n":"Censer of Controlling Air Elementals"},{"id":15346,"c":4,"u":"ceremonial%20electrum%20dagger%20with%20a%20black%20pearl%20in%20the%20pommel_dmg","p":135,"s":24,"h":1,"t":12,"uu":"ceremonial electrum dagger with a black pearl in the pommel|dmg","xF":{"ft":"loot"},"n":"Ceremonial electrum dagger with a black pearl in the pommel"},{"id":15347,"c":4,"u":"chalcedony_dmg","p":134,"s":24,"h":1,"t":12,"uu":"chalcedony|dmg","xF":{"ft":"loot"},"n":"Chalcedony"},{"id":15348,"c":4,"u":"chime%20of%20opening_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"chime of opening|dmg","m":"items/DMG/Chime of Opening.webp","xF":{"ft":"equipment"},"n":"Chime of Opening"},{"id":15349,"c":4,"u":"chrysoberyl_dmg","p":134,"s":24,"h":1,"t":12,"uu":"chrysoberyl|dmg","xF":{"ft":"loot"},"n":"Chrysoberyl"},{"id":15350,"c":4,"u":"chrysoprase_dmg","p":134,"s":24,"h":1,"t":12,"uu":"chrysoprase|dmg","xF":{"ft":"loot"},"n":"Chrysoprase"},{"id":15351,"c":4,"u":"circlet%20of%20blasting_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"circlet of blasting|dmg","m":"items/DMG/Circlet of Blasting.webp","xF":{"ft":"equipment"},"n":"Circlet of Blasting"},{"id":15352,"c":4,"u":"citrine_dmg","p":134,"s":24,"h":1,"t":12,"uu":"citrine|dmg","xF":{"ft":"loot"},"n":"Citrine"},{"id":15353,"c":4,"u":"cloak%20of%20arachnida_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of arachnida|dmg","xF":{"ft":"equipment"},"n":"Cloak of Arachnida"},{"id":15354,"c":4,"u":"cloak%20of%20displacement_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of displacement|dmg","m":"items/DMG/Cloak of Displacement.webp","xF":{"ft":"equipment"},"n":"Cloak of Displacement"},{"id":15355,"c":4,"u":"cloak%20of%20elvenkind_dmg","p":158,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of elvenkind|dmg","m":"items/DMG/Cloak of Elvenkind.webp","xF":{"ft":"equipment"},"n":"Cloak of Elvenkind"},{"id":15356,"c":4,"u":"cloak%20of%20invisibility_dmg","p":158,"s":24,"h":1,"t":12,"uu":"cloak of invisibility|dmg","m":"items/DMG/Cloak of Invisibility.webp","xF":{"ft":"equipment"},"n":"Cloak of Invisibility"},{"id":15357,"c":4,"u":"cloak%20of%20protection_dmg","p":159,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of protection|dmg","m":"items/DMG/Cloak of Protection.webp","xF":{"ft":"equipment"},"n":"Cloak of Protection"},{"id":15358,"c":4,"u":"cloak%20of%20the%20bat_dmg","p":159,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of the bat|dmg","xF":{"ft":"equipment"},"n":"Cloak of the Bat"},{"id":15359,"c":4,"u":"cloak%20of%20the%20manta%20ray_dmg","p":159,"s":24,"h":1,"r":1,"t":12,"uu":"cloak of the manta ray|dmg","m":"items/DMG/Cloak of the Manta Ray.webp","xF":{"ft":"equipment"},"n":"Cloak of the Manta Ray"},{"id":15360,"c":4,"u":"cloth-of-gold%20vestments_dmg","p":134,"s":24,"h":1,"t":12,"uu":"cloth-of-gold vestments|dmg","xF":{"ft":"loot"},"n":"Cloth-of-gold vestments"},{"id":15361,"c":4,"u":"copper%20chalice%20with%20silver%20filigree_dmg","p":134,"s":24,"h":1,"t":12,"uu":"copper chalice with silver filigree|dmg","xF":{"ft":"loot"},"n":"Copper chalice with silver filigree"},{"id":15362,"c":4,"u":"copper%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"copper dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Copper Dragon Scale Mail"},{"id":15363,"c":4,"u":"coral_dmg","p":134,"s":24,"h":1,"t":12,"uu":"coral|dmg","xF":{"ft":"loot"},"n":"Coral"},{"id":15364,"c":4,"u":"crystal%20ball_dmg","p":159,"s":24,"h":1,"r":1,"t":12,"uu":"crystal ball|dmg","xF":{"ft":"equipment"},"n":"Crystal Ball"},{"id":15365,"c":4,"u":"crystal%20ball%20of%20mind%20reading_dmg","p":159,"s":24,"h":1,"t":12,"uu":"crystal ball of mind reading|dmg","xF":{"ft":"equipment"},"n":"Crystal Ball of Mind Reading"},{"id":15366,"c":4,"u":"crystal%20ball%20of%20telepathy_dmg","p":159,"s":24,"h":1,"t":12,"uu":"crystal ball of telepathy|dmg","xF":{"ft":"equipment"},"n":"Crystal Ball of Telepathy"},{"id":15367,"c":4,"u":"crystal%20ball%20of%20true%20seeing_dmg","p":159,"s":24,"h":1,"t":12,"uu":"crystal ball of true seeing|dmg","xF":{"ft":"equipment"},"n":"Crystal Ball of True Seeing"},{"id":15368,"c":4,"u":"cube%20of%20force_dmg","p":159,"s":24,"h":1,"r":1,"t":12,"uu":"cube of force|dmg","m":"items/DMG/Cube of Force.webp","xF":{"ft":"equipment"},"n":"Cube of Force"},{"id":15369,"c":4,"u":"cubic%20gate_dmg","p":160,"s":24,"h":1,"r":1,"t":12,"uu":"cubic gate|dmg","m":"items/DMG/Cubic Gate.webp","xF":{"ft":"equipment"},"n":"Cubic Gate"},{"id":15370,"c":4,"u":"daern's%20instant%20fortress_dmg","p":160,"s":24,"h":1,"r":1,"t":12,"uu":"daern's instant fortress|dmg","m":"items/DMG/Daern's Instant Fortress.webp","xF":{"ft":"equipment"},"n":"Daern's Instant Fortress"},{"id":15371,"c":4,"u":"daern's%20instant%20fortress_dmg","p":160,"s":24,"h":1,"r":1,"t":12,"uu":"daern's instant fortress|dmg","m":"items/DMG/Daern's Instant Fortress.webp","xF":{"ft":"equipment"},"n":"Instant Fortress"},{"id":15372,"c":4,"u":"dagger%20of%20venom_dmg","p":161,"s":24,"h":1,"r":1,"t":12,"uu":"dagger of venom|dmg","m":"items/DMG/Dagger of Venom.webp","xF":{"ft":"weapon"},"n":"Dagger of Venom"},{"id":15373,"c":4,"u":"decanter%20of%20endless%20water_dmg","p":161,"s":24,"h":1,"r":1,"t":12,"uu":"decanter of endless water|dmg","m":"items/DMG/Decanter of Endless Water.webp","xF":{"ft":"equipment"},"n":"Decanter of Endless Water"},{"id":15374,"c":4,"u":"deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"r":1,"t":12,"uu":"deck of illusions|dmg","xF":{"ft":"equipment"},"n":"Deck of Illusions"},{"id":15375,"c":4,"u":"deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"r":1,"t":12,"uu":"deck of many things|dmg","m":"items/DMG/Deck of Many Things.webp","xF":{"ft":"equipment"},"n":"Deck of Many Things"},{"id":15376,"c":4,"u":"demon%20armor_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"demon armor|dmg","m":"items/DMG/Demon Armor.webp","xF":{"ft":"equipment"},"n":"Demon Armor"},{"id":15377,"c":4,"u":"diamond_dmg","p":134,"s":24,"h":1,"t":12,"uu":"diamond|dmg","xF":{"ft":"loot"},"n":"Diamond"},{"id":15378,"c":4,"u":"dimensional%20shackles_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"dimensional shackles|dmg","m":"items/DMG/Dimensional Shackles.webp","xF":{"ft":"equipment"},"n":"Dimensional Shackles"},{"id":15379,"c":4,"u":"driftglobe_dmg","p":166,"s":24,"h":1,"t":12,"uu":"driftglobe|dmg","m":"items/DMG/Driftglobe.webp","xF":{"ft":"equipment"},"n":"Driftglobe"},{"id":15380,"c":4,"u":"drow%20poison_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"drow poison|dmg","xF":{"ft":"consumable"},"n":"Drow Poison"},{"id":15381,"c":4,"u":"dust%20of%20disappearance_dmg","p":166,"s":24,"h":1,"r":1,"t":12,"uu":"dust of disappearance|dmg","m":"items/DMG/Dust of Disappearance.webp","xF":{"ft":"equipment"},"n":"Dust of Disappearance"},{"id":15382,"c":4,"u":"dust%20of%20dryness_dmg","p":166,"s":24,"h":1,"r":1,"t":12,"uu":"dust of dryness|dmg","xF":{"ft":"equipment"},"n":"Dust of Dryness"},{"id":15383,"c":4,"u":"dust%20of%20sneezing%20and%20choking_dmg","p":166,"s":24,"h":1,"r":1,"t":12,"uu":"dust of sneezing and choking|dmg","m":"items/DMG/Dust of Sneezing and Choking.webp","xF":{"ft":"equipment"},"n":"Dust of Sneezing and Choking"},{"id":15384,"c":4,"u":"dwarven%20plate_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"dwarven plate|dmg","m":"items/DMG/Dwarven Plate.webp","xF":{"ft":"equipment"},"n":"Dwarven Plate"},{"id":15385,"c":4,"u":"dwarven%20thrower_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"dwarven thrower|dmg","m":"items/DMG/Dwarven Thrower.webp","xF":{"ft":"weapon"},"n":"Dwarven Thrower"},{"id":15386,"c":4,"u":"dynamite%20(stick)_dmg","p":268,"s":24,"h":1,"t":12,"uu":"dynamite (stick)|dmg","xF":{"ft":"consumable"},"n":"Dynamite (stick)"},{"id":15387,"c":4,"u":"efreeti%20bottle_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"efreeti bottle|dmg","m":"items/DMG/Efreeti Bottle.webp","xF":{"ft":"equipment"},"n":"Efreeti Bottle"},{"id":15388,"c":4,"u":"efreeti%20chain_dmg","p":167,"s":24,"h":1,"t":12,"uu":"efreeti chain|dmg","m":"items/DMG/Efreeti Chain.webp","xF":{"ft":"equipment"},"n":"Efreeti Chain"},{"id":15389,"c":4,"u":"elemental%20gem%2c%20blue%20sapphire_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"elemental gem, blue sapphire|dmg","xF":{"ft":"equipment"},"n":"Elemental Gem, Blue Sapphire"},{"id":15390,"c":4,"u":"elemental%20gem%2c%20emerald_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"elemental gem, emerald|dmg","xF":{"ft":"equipment"},"n":"Elemental Gem, Emerald"},{"id":15391,"c":4,"u":"elemental%20gem%2c%20red%20corundum_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"elemental gem, red corundum|dmg","xF":{"ft":"equipment"},"n":"Elemental Gem, Red Corundum"},{"id":15392,"c":4,"u":"elemental%20gem%2c%20yellow%20diamond_dmg","p":167,"s":24,"h":1,"r":1,"t":12,"uu":"elemental gem, yellow diamond|dmg","xF":{"ft":"equipment"},"n":"Elemental Gem, Yellow Diamond"},{"id":15393,"c":4,"u":"elixir%20of%20health_dmg","p":168,"s":24,"h":1,"t":12,"uu":"elixir of health|dmg","xF":{"ft":"consumable"},"n":"Elixir of Health"},{"id":15394,"c":4,"u":"elven%20chain_dmg","p":168,"s":24,"h":1,"r":1,"t":12,"uu":"elven chain|dmg","m":"items/DMG/Elven Chain.webp","xF":{"ft":"equipment"},"n":"Elven Chain"},{"id":15395,"c":4,"u":"embroidered%20glove%20set%20with%20jewel%20chips_dmg","p":135,"s":24,"h":1,"t":12,"uu":"embroidered glove set with jewel chips|dmg","xF":{"ft":"loot"},"n":"Embroidered glove set with jewel chips"},{"id":15396,"c":4,"u":"embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_dmg","p":135,"s":24,"h":1,"t":12,"uu":"embroidered silk and velvet mantle set with numerous moonstones|dmg","xF":{"ft":"loot"},"n":"Embroidered silk and velvet mantle set with numerous moonstones"},{"id":15397,"c":4,"u":"embroidered%20silk%20handkerchief_dmg","p":134,"s":24,"h":1,"t":12,"uu":"embroidered silk handkerchief|dmg","xF":{"ft":"loot"},"n":"Embroidered silk handkerchief"},{"id":15398,"c":4,"u":"emerald_dmg","p":134,"s":24,"h":1,"t":12,"uu":"emerald|dmg","xF":{"ft":"loot"},"n":"Emerald"},{"id":15399,"c":4,"u":"essence%20of%20ether_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"essence of ether|dmg","xF":{"ft":"consumable"},"n":"Essence of Ether"},{"id":15400,"c":4,"u":"eversmoking%20bottle_dmg","p":168,"s":24,"h":1,"r":1,"t":12,"uu":"eversmoking bottle|dmg","m":"items/DMG/Eversmoking Bottle.webp","xF":{"ft":"equipment"},"n":"Eversmoking Bottle"},{"id":15401,"c":4,"u":"eye%20agate_dmg","p":134,"s":24,"h":1,"t":12,"uu":"eye agate|dmg","xF":{"ft":"loot"},"n":"Eye Agate"},{"id":15402,"c":4,"u":"eye%20of%20vecna_dmg","p":224,"s":24,"h":1,"t":12,"uu":"eye of vecna|dmg","m":"items/DMG/Eye and Hand of Vecna.webp","xF":{"ft":"equipment"},"n":"Eye of Vecna"},{"id":15403,"c":4,"u":"eye%20patch%20with%20a%20mock%20eye%20set%20in%20blue%20sapphire%20and%20moonstone_dmg","p":135,"s":24,"h":1,"t":12,"uu":"eye patch with a mock eye set in blue sapphire and moonstone|dmg","xF":{"ft":"loot"},"n":"Eye patch with a mock eye set in blue sapphire and moonstone"},{"id":15404,"c":4,"u":"eyes%20of%20charming_dmg","p":168,"s":24,"h":1,"r":1,"t":12,"uu":"eyes of charming|dmg","m":"items/DMG/Eyes of Charming.webp","xF":{"ft":"equipment"},"n":"Eyes of Charming"},{"id":15405,"c":4,"u":"eyes%20of%20minute%20seeing_dmg","p":168,"s":24,"h":1,"r":1,"t":12,"uu":"eyes of minute seeing|dmg","xF":{"ft":"equipment"},"n":"Eyes of Minute Seeing"},{"id":15406,"c":4,"u":"eyes%20of%20the%20eagle_dmg","p":168,"s":24,"h":1,"r":1,"t":12,"uu":"eyes of the eagle|dmg","m":"items/DMG/Eyes of the Eagle.webp","xF":{"ft":"equipment"},"n":"Eyes of the Eagle"},{"id":15407,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20bronze%20griffon_dmg","p":169,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, bronze griffon|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Bronze Griffon"},{"id":15408,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ebony%20fly_dmg","p":169,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, ebony fly|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Ebony Fly"},{"id":15409,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20golden%20lions_dmg","p":169,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, golden lions|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Golden Lions"},{"id":15410,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ivory%20goats_dmg","p":169,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, ivory goats|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Ivory Goats"},{"id":15411,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20marble%20elephant_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, marble elephant|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Marble Elephant"},{"id":15412,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20obsidian%20steed_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, obsidian steed|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Obsidian Steed"},{"id":15413,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20onyx%20dog_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, onyx dog|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Onyx Dog"},{"id":15414,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20serpentine%20owl_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, serpentine owl|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Serpentine Owl"},{"id":15415,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20silver%20raven_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"figurine of wondrous power, silver raven|dmg","xF":{"ft":"equipment"},"n":"Figurine of Wondrous Power, Silver Raven"},{"id":15416,"c":4,"u":"fine%20gold%20chain%20set%20with%20a%20fire%20opal_dmg","p":135,"s":24,"h":1,"t":12,"uu":"fine gold chain set with a fire opal|dmg","xF":{"ft":"loot"},"n":"Fine gold chain set with a fire opal"},{"id":15417,"c":4,"u":"fire%20opal_dmg","p":134,"s":24,"h":1,"t":12,"uu":"fire opal|dmg","xF":{"ft":"loot"},"n":"Fire Opal"},{"id":15418,"c":4,"u":"folding%20boat_dmg","p":170,"s":24,"h":1,"r":1,"t":12,"uu":"folding boat|dmg","m":"items/DMG/Folding Boat.webp","xF":{"ft":"equipment"},"n":"Folding Boat"},{"id":15419,"c":4,"u":"fragmentation%20grenade_dmg","p":268,"s":24,"h":1,"t":12,"uu":"fragmentation grenade|dmg","xF":{"ft":"consumable"},"n":"Fragmentation Grenade"},{"id":15420,"c":4,"u":"galley_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"galley|dmg","xF":{"ft":"loot"},"n":"Galley"},{"id":15421,"c":4,"u":"garnet_dmg","p":134,"s":24,"h":1,"t":12,"uu":"garnet|dmg","xF":{"ft":"loot"},"n":"Garnet"},{"id":15422,"c":4,"u":"gauntlets%20of%20ogre%20power_dmg","p":171,"s":24,"h":1,"r":1,"t":12,"uu":"gauntlets of ogre power|dmg","m":"items/DMG/Gauntlets of Ogre Power.webp","xF":{"ft":"equipment"},"n":"Gauntlets of Ogre Power"},{"id":15423,"c":4,"u":"gem%20of%20brightness_dmg","p":171,"s":24,"h":1,"r":1,"t":12,"uu":"gem of brightness|dmg","m":"items/DMG/Gem of Brightness.webp","xF":{"ft":"equipment"},"n":"Gem of Brightness"},{"id":15424,"c":4,"u":"gem%20of%20seeing_dmg","p":172,"s":24,"h":1,"r":1,"t":12,"uu":"gem of seeing|dmg","m":"items/DMG/Gem of Seeing.webp","xF":{"ft":"equipment"},"n":"Gem of Seeing"},{"id":15425,"c":4,"u":"glamoured%20studded%20leather_dmg","p":172,"s":24,"h":1,"r":1,"t":12,"uu":"glamoured studded leather|dmg","xF":{"ft":"equipment"},"n":"Glamoured Studded Leather"},{"id":15426,"c":4,"u":"gloves%20of%20missile%20snaring_dmg","p":172,"s":24,"h":1,"r":1,"t":12,"uu":"gloves of missile snaring|dmg","m":"items/DMG/Gloves of Missile Snaring.webp","xF":{"ft":"equipment"},"n":"Gloves of Missile Snaring"},{"id":15427,"c":4,"u":"gloves%20of%20swimming%20and%20climbing_dmg","p":172,"s":24,"h":1,"r":1,"t":12,"uu":"gloves of swimming and climbing|dmg","xF":{"ft":"equipment"},"n":"Gloves of Swimming and Climbing"},{"id":15428,"c":4,"u":"gloves%20of%20thievery_dmg","p":172,"s":24,"h":1,"t":12,"uu":"gloves of thievery|dmg","xF":{"ft":"equipment"},"n":"Gloves of Thievery"},{"id":15429,"c":4,"u":"goggles%20of%20night_dmg","p":172,"s":24,"h":1,"r":1,"t":12,"uu":"goggles of night|dmg","m":"items/DMG/Goggles of Night.webp","xF":{"ft":"equipment"},"n":"Goggles of Night"},{"id":15430,"c":4,"u":"gold%20bird%20cage%20with%20electrum%20filigree_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold bird cage with electrum filigree|dmg","xF":{"ft":"loot"},"n":"Gold bird cage with electrum filigree"},{"id":15431,"c":4,"u":"gold%20circlet%20set%20with%20four%20aquamarines_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold circlet set with four aquamarines|dmg","xF":{"ft":"loot"},"n":"Gold circlet set with four aquamarines"},{"id":15432,"c":4,"u":"gold%20cup%20set%20with%20emeralds_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold cup set with emeralds|dmg","xF":{"ft":"loot"},"n":"Gold cup set with emeralds"},{"id":15433,"c":4,"u":"gold%20dragon%20comb%20set%20with%20red%20garnets%20as%20eyes_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold dragon comb set with red garnets as eyes|dmg","xF":{"ft":"loot"},"n":"Gold dragon comb set with red garnets as eyes"},{"id":15434,"c":4,"u":"gold%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"gold dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Gold Dragon Scale Mail"},{"id":15435,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold jewelry box with platinum filigree|dmg","xF":{"ft":"loot"},"n":"Gold jewelry box with platinum filigree"},{"id":15436,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside_dmg","p":134,"s":24,"h":1,"t":12,"uu":"gold locket with a painted portrait inside|dmg","xF":{"ft":"loot"},"n":"Gold locket with a painted portrait inside"},{"id":15437,"c":4,"u":"gold%20music%20box_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold music box|dmg","xF":{"ft":"loot"},"n":"Gold music box"},{"id":15438,"c":4,"u":"gold%20ring%20set%20with%20bloodstones_dmg","p":135,"s":24,"h":1,"t":12,"uu":"gold ring set with bloodstones|dmg","xF":{"ft":"loot"},"n":"Gold ring set with bloodstones"},{"id":15439,"c":4,"u":"green%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"green dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Green Dragon Scale Mail"},{"id":15440,"c":4,"u":"grenade%20launcher_dmg","p":268,"s":24,"h":1,"t":12,"uu":"grenade launcher|dmg","xF":{"ft":"loot"},"n":"Grenade Launcher"},{"id":15441,"c":4,"u":"gunpowder%20horn_dmg","p":268,"s":24,"h":1,"t":12,"uu":"gunpowder horn|dmg","xF":{"ft":"consumable"},"n":"Gunpowder Horn"},{"id":15442,"c":4,"u":"gunpowder%20keg_dmg","p":268,"s":24,"h":1,"t":12,"uu":"gunpowder keg|dmg","xF":{"ft":"consumable"},"n":"Gunpowder Keg"},{"id":15443,"c":4,"u":"hammer%20of%20thunderbolts_dmg","p":173,"s":24,"h":1,"r":1,"t":12,"uu":"hammer of thunderbolts|dmg","m":"items/DMG/Hammer of Thunderbolts.webp","xF":{"ft":"weapon"},"n":"Hammer of Thunderbolts"},{"id":15444,"c":4,"u":"hand%20of%20vecna_dmg","p":224,"s":24,"h":1,"t":12,"uu":"hand of vecna|dmg","m":"items/DMG/Eye and Hand of Vecna.webp","xF":{"ft":"equipment"},"n":"Hand of Vecna"},{"id":15445,"c":4,"u":"hat%20of%20disguise_dmg","p":173,"s":24,"h":1,"r":1,"t":12,"uu":"hat of disguise|dmg","xF":{"ft":"equipment"},"n":"Hat of Disguise"},{"id":15446,"c":4,"u":"headband%20of%20intellect_dmg","p":173,"s":24,"h":1,"r":1,"t":12,"uu":"headband of intellect|dmg","m":"items/DMG/Headband of Intellect.webp","xF":{"ft":"equipment"},"n":"Headband of Intellect"},{"id":15447,"c":4,"u":"helm%20of%20brilliance_dmg","p":173,"s":24,"h":1,"r":1,"t":12,"uu":"helm of brilliance|dmg","m":"items/DMG/Helm of Brilliance.webp","xF":{"ft":"equipment"},"n":"Helm of Brilliance"},{"id":15448,"c":4,"u":"helm%20of%20comprehending%20languages_dmg","p":173,"s":24,"h":1,"r":1,"t":12,"uu":"helm of comprehending languages|dmg","m":"items/DMG/Helm of Comprehending Languages.webp","xF":{"ft":"equipment"},"n":"Helm of Comprehending Languages"},{"id":15449,"c":4,"u":"helm%20of%20telepathy_dmg","p":174,"s":24,"h":1,"r":1,"t":12,"uu":"helm of telepathy|dmg","m":"items/DMG/Helm of Telepathy.webp","xF":{"ft":"equipment"},"n":"Helm of Telepathy"},{"id":15450,"c":4,"u":"helm%20of%20teleportation_dmg","p":174,"s":24,"h":1,"r":1,"t":12,"uu":"helm of teleportation|dmg","m":"items/DMG/Helm of Teleportation.webp","xF":{"ft":"equipment"},"n":"Helm of Teleportation"},{"id":15451,"c":4,"u":"hematite_dmg","p":134,"s":24,"h":1,"t":12,"uu":"hematite|dmg","xF":{"ft":"loot"},"n":"Hematite"},{"id":15452,"c":4,"u":"heward's%20handy%20haversack_dmg","p":174,"s":24,"h":1,"r":1,"t":12,"uu":"heward's handy haversack|dmg","m":"items/DMG/Heward's Handy Haversack.webp","xF":{"ft":"container"},"n":"Heward's Handy Haversack"},{"id":15453,"c":4,"u":"heward's%20handy%20haversack_dmg","p":174,"s":24,"h":1,"r":1,"t":12,"uu":"heward's handy haversack|dmg","m":"items/DMG/Heward's Handy Haversack.webp","xF":{"ft":"container"},"n":"Handy Haversack"},{"id":15454,"c":4,"u":"horn%20of%20blasting_dmg","p":174,"s":24,"h":1,"r":1,"t":12,"uu":"horn of blasting|dmg","m":"items/DMG/Horn of Blasting.webp","xF":{"ft":"equipment"},"n":"Horn of Blasting"},{"id":15455,"c":4,"u":"horn%20of%20valhalla%2c%20brass_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horn of valhalla, brass|dmg","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Brass"},{"id":15456,"c":4,"u":"horn%20of%20valhalla%2c%20bronze_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horn of valhalla, bronze|dmg","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Bronze"},{"id":15457,"c":4,"u":"horn%20of%20valhalla%2c%20iron_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horn of valhalla, iron|dmg","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Iron"},{"id":15458,"c":4,"u":"horn%20of%20valhalla%2c%20silver_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horn of valhalla, silver|dmg","xF":{"ft":"equipment"},"n":"Horn of Valhalla, Silver"},{"id":15459,"c":4,"u":"horseshoes%20of%20a%20zephyr_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horseshoes of a zephyr|dmg","xF":{"ft":"equipment"},"n":"Horseshoes of a Zephyr"},{"id":15460,"c":4,"u":"horseshoes%20of%20speed_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"horseshoes of speed|dmg","xF":{"ft":"equipment"},"n":"Horseshoes of Speed"},{"id":15461,"c":4,"u":"immovable%20rod_dmg","p":175,"s":24,"h":1,"r":1,"t":12,"uu":"immovable rod|dmg","m":"items/DMG/Immovable Rod.webp","xF":{"ft":"equipment"},"n":"Immovable Rod"},{"id":15462,"c":4,"u":"instrument%20of%20the%20bards%2c%20anstruth%20harp_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, anstruth harp|dmg","m":"items/DMG/Instrument of the Bards, Anstruth Harp.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Anstruth Harp"},{"id":15463,"c":4,"u":"instrument%20of%20the%20bards%2c%20canaith%20mandolin_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, canaith mandolin|dmg","m":"items/DMG/Instrument of the Bards, Canaith Mandolin.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Canaith Mandolin"},{"id":15464,"c":4,"u":"instrument%20of%20the%20bards%2c%20cli%20lyre_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, cli lyre|dmg","m":"items/DMG/Instrument of the Bards, Cli Lyre.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Cli Lyre"},{"id":15465,"c":4,"u":"instrument%20of%20the%20bards%2c%20doss%20lute_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, doss lute|dmg","m":"items/DMG/Instrument of the Bards, Doss Lute.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Doss Lute"},{"id":15466,"c":4,"u":"instrument%20of%20the%20bards%2c%20fochlucan%20bandore_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, fochlucan bandore|dmg","m":"items/DMG/Instrument of the Bards, Fochlucan Bandore.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Fochlucan Bandore"},{"id":15467,"c":4,"u":"instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, mac-fuirmidh cittern|dmg","m":"items/DMG/Instrument of the Bards, Mac-Fuirmidh Cittern.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Mac-Fuirmidh Cittern"},{"id":15468,"c":4,"u":"instrument%20of%20the%20bards%2c%20ollamh%20harp_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards, ollamh harp|dmg","m":"items/DMG/Instrument of the Bards, Ollamh Harp.webp","xF":{"ft":"tool"},"n":"Instrument of the Bards, Ollamh Harp"},{"id":15469,"c":4,"u":"ioun%20stone%2c%20absorption_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, absorption|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Absorption"},{"id":15470,"c":4,"u":"ioun%20stone%2c%20agility_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, agility|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Agility"},{"id":15471,"c":4,"u":"ioun%20stone%2c%20awareness_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, awareness|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Awareness"},{"id":15472,"c":4,"u":"ioun%20stone%2c%20fortitude_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, fortitude|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Fortitude"},{"id":15473,"c":4,"u":"ioun%20stone%2c%20greater%20absorption_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, greater absorption|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Greater Absorption"},{"id":15474,"c":4,"u":"ioun%20stone%2c%20insight_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, insight|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Insight"},{"id":15475,"c":4,"u":"ioun%20stone%2c%20intellect_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, intellect|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Intellect"},{"id":15476,"c":4,"u":"ioun%20stone%2c%20leadership_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, leadership|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Leadership"},{"id":15477,"c":4,"u":"ioun%20stone%2c%20mastery_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, mastery|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Mastery"},{"id":15478,"c":4,"u":"ioun%20stone%2c%20protection_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, protection|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Protection"},{"id":15479,"c":4,"u":"ioun%20stone%2c%20regeneration_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, regeneration|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Regeneration"},{"id":15480,"c":4,"u":"ioun%20stone%2c%20reserve_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, reserve|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Reserve"},{"id":15481,"c":4,"u":"ioun%20stone%2c%20strength_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, strength|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Strength"},{"id":15482,"c":4,"u":"ioun%20stone%2c%20sustenance_dmg","p":176,"s":24,"h":1,"r":1,"t":12,"uu":"ioun stone, sustenance|dmg","xF":{"ft":"equipment"},"n":"Ioun Stone, Sustenance"},{"id":15483,"c":4,"u":"iron%20bands%20of%20bilarro_dmg","p":177,"s":24,"h":1,"r":1,"t":12,"uu":"iron bands of bilarro|dmg","m":"items/DMG/Iron Bands of Bilarro.webp","xF":{"ft":"equipment"},"n":"Iron Bands of Bilarro"},{"id":15484,"c":4,"u":"iron%20bands%20of%20bilarro_dmg","p":177,"s":24,"h":1,"r":1,"t":12,"uu":"iron bands of bilarro|dmg","m":"items/DMG/Iron Bands of Bilarro.webp","xF":{"ft":"equipment"},"n":"Iron Bands of Binding"},{"id":15485,"c":4,"u":"iron%20flask_dmg","p":178,"s":24,"h":1,"r":1,"t":12,"uu":"iron flask|dmg","m":"items/DMG/Iron Flask.webp","xF":{"ft":"equipment"},"n":"Iron Flask"},{"id":15486,"c":4,"u":"jacinth_dmg","p":134,"s":24,"h":1,"t":12,"uu":"jacinth|dmg","xF":{"ft":"loot"},"n":"Jacinth"},{"id":15487,"c":4,"u":"jade_dmg","p":134,"s":24,"h":1,"t":12,"uu":"jade|dmg","xF":{"ft":"loot"},"n":"Jade"},{"id":15488,"c":4,"u":"jade%20game%20board%20with%20solid%20gold%20playing%20pieces_dmg","p":135,"s":24,"h":1,"t":12,"uu":"jade game board with solid gold playing pieces|dmg","xF":{"ft":"loot"},"n":"Jade game board with solid gold playing pieces"},{"id":15489,"c":4,"u":"jasper_dmg","p":134,"s":24,"h":1,"t":12,"uu":"jasper|dmg","xF":{"ft":"loot"},"n":"Jasper"},{"id":15490,"c":4,"u":"javelin%20of%20lightning_dmg","p":178,"s":24,"h":1,"r":1,"t":12,"uu":"javelin of lightning|dmg","m":"items/DMG/Javelin of Lightning.webp","xF":{"ft":"weapon"},"n":"Javelin of Lightning"},{"id":15491,"c":4,"u":"jet_dmg","p":134,"s":24,"h":1,"t":12,"uu":"jet|dmg","xF":{"ft":"loot"},"n":"Jet"},{"id":15492,"c":4,"u":"jeweled%20anklet_dmg","p":135,"s":24,"h":1,"t":12,"uu":"jeweled anklet|dmg","xF":{"ft":"loot"},"n":"Jeweled anklet"},{"id":15493,"c":4,"u":"jeweled%20gold%20crown_dmg","p":135,"s":24,"h":1,"t":12,"uu":"jeweled gold crown|dmg","xF":{"ft":"loot"},"n":"Jeweled gold crown"},{"id":15494,"c":4,"u":"jeweled%20platinum%20ring_dmg","p":135,"s":24,"h":1,"t":12,"uu":"jeweled platinum ring|dmg","xF":{"ft":"loot"},"n":"Jeweled platinum ring"},{"id":15495,"c":4,"u":"keelboat_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"keelboat|dmg","xF":{"ft":"loot"},"n":"Keelboat"},{"id":15496,"c":4,"u":"keoghtom's%20ointment_dmg","p":179,"s":24,"h":1,"r":1,"t":12,"uu":"keoghtom's ointment|dmg","m":"items/DMG/Keoghtom's Ointment.webp","xF":{"ft":"equipment"},"n":"Keoghtom's Ointment"},{"id":15497,"c":4,"u":"keoghtom's%20ointment_dmg","p":179,"s":24,"h":1,"r":1,"t":12,"uu":"keoghtom's ointment|dmg","m":"items/DMG/Keoghtom's Ointment.webp","xF":{"ft":"equipment"},"n":"Restorative Ointment"},{"id":15498,"c":4,"u":"lantern%20of%20revealing_dmg","p":179,"s":24,"h":1,"r":1,"t":12,"uu":"lantern of revealing|dmg","m":"items/DMG/Lantern of Revealing.webp","xF":{"ft":"equipment"},"n":"Lantern of Revealing"},{"id":15499,"c":4,"u":"lapis%20lazuli_dmg","p":134,"s":24,"h":1,"t":12,"uu":"lapis lazuli|dmg","xF":{"ft":"loot"},"n":"Lapis Lazuli"},{"id":15500,"c":4,"u":"large%20gold%20bracelet_dmg","p":135,"s":24,"h":1,"t":12,"uu":"large gold bracelet|dmg","xF":{"ft":"loot"},"n":"Large gold bracelet"},{"id":15501,"c":4,"u":"large%20well-made%20tapestry_dmg","p":135,"s":24,"h":1,"t":12,"uu":"large well-made tapestry|dmg","xF":{"ft":"loot"},"n":"Large well-made tapestry"},{"id":15502,"c":4,"u":"longship_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"longship|dmg","xF":{"ft":"loot"},"n":"Longship"},{"id":15503,"c":4,"u":"mace%20of%20disruption_dmg","p":179,"s":24,"h":1,"r":1,"t":12,"uu":"mace of disruption|dmg","m":"items/DMG/Mace of Disruption.webp","xF":{"ft":"weapon"},"n":"Mace of Disruption"},{"id":15504,"c":4,"u":"mace%20of%20smiting_dmg","p":179,"s":24,"h":1,"r":1,"t":12,"uu":"mace of smiting|dmg","m":"items/DMG/Mace of Smiting.webp","xF":{"ft":"weapon"},"n":"Mace of Smiting"},{"id":15505,"c":4,"u":"mace%20of%20terror_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"mace of terror|dmg","m":"items/DMG/Mace of Terror.webp","xF":{"ft":"weapon"},"n":"Mace of Terror"},{"id":15506,"c":4,"u":"malachite_dmg","p":134,"s":24,"h":1,"t":12,"uu":"malachite|dmg","xF":{"ft":"loot"},"n":"Malachite"},{"id":15507,"c":4,"u":"malice_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"malice|dmg","xF":{"ft":"consumable"},"n":"Malice"},{"id":15508,"c":4,"u":"mantle%20of%20spell%20resistance_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"mantle of spell resistance|dmg","m":"items/DMG/Mantle of Spell Resistance.webp","xF":{"ft":"equipment"},"n":"Mantle of Spell Resistance"},{"id":15509,"c":4,"u":"manual%20of%20bodily%20health_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of bodily health|dmg","m":"items/DMG/Manual of Bodily Health.webp","xF":{"ft":"equipment"},"n":"Manual of Bodily Health"},{"id":15510,"c":4,"u":"manual%20of%20clay%20golems_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of clay golems|dmg","m":"items/DMG/Manual of Clay Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Clay Golems"},{"id":15511,"c":4,"u":"manual%20of%20flesh%20golems_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of flesh golems|dmg","m":"items/DMG/Manual of Flesh Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Flesh Golems"},{"id":15512,"c":4,"u":"manual%20of%20gainful%20exercise_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of gainful exercise|dmg","xF":{"ft":"equipment"},"n":"Manual of Gainful Exercise"},{"id":15513,"c":4,"u":"manual%20of%20iron%20golems_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of iron golems|dmg","m":"items/DMG/Manual of Iron Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Iron Golems"},{"id":15514,"c":4,"u":"manual%20of%20quickness%20of%20action_dmg","p":181,"s":24,"h":1,"r":1,"t":12,"uu":"manual of quickness of action|dmg","m":"items/DMG/Manual of Quickness of Action.webp","xF":{"ft":"equipment"},"n":"Manual of Quickness of Action"},{"id":15515,"c":4,"u":"manual%20of%20stone%20golems_dmg","p":180,"s":24,"h":1,"r":1,"t":12,"uu":"manual of stone golems|dmg","m":"items/DMG/Manual of Stone Golems.webp","xF":{"ft":"equipment"},"n":"Manual of Stone Golems"},{"id":15516,"c":4,"u":"medallion%20of%20thoughts_dmg","p":181,"s":24,"h":1,"r":1,"t":12,"uu":"medallion of thoughts|dmg","m":"items/DMG/Medallion of Thoughts.webp","xF":{"ft":"equipment"},"n":"Medallion of Thoughts"},{"id":15517,"c":4,"u":"midnight%20tears_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"midnight tears|dmg","xF":{"ft":"consumable"},"n":"Midnight Tears"},{"id":15518,"c":4,"u":"mirror%20of%20life%20trapping_dmg","p":181,"s":24,"h":1,"r":1,"t":12,"uu":"mirror of life trapping|dmg","m":"items/DMG/Mirror of Life Trapping.webp","xF":{"ft":"equipment"},"n":"Mirror of Life Trapping"},{"id":15519,"c":4,"u":"moonblade_dmg","p":217,"s":24,"h":1,"t":12,"uu":"moonblade|dmg","m":"items/DMG/Moonblade.webp","xF":{"ft":"weapon"},"n":"Moonblade"},{"id":15520,"c":4,"u":"moonstone_dmg","p":134,"s":24,"h":1,"t":12,"uu":"moonstone|dmg","xF":{"ft":"loot"},"n":"Moonstone"},{"id":15521,"c":4,"u":"moss%20agate_dmg","p":134,"s":24,"h":1,"t":12,"uu":"moss agate|dmg","xF":{"ft":"loot"},"n":"Moss Agate"},{"id":15522,"c":4,"u":"necklace%20of%20adaptation_dmg","p":182,"s":24,"h":1,"r":1,"t":12,"uu":"necklace of adaptation|dmg","m":"items/DMG/Necklace of Adaptation.webp","xF":{"ft":"equipment"},"n":"Necklace of Adaptation"},{"id":15523,"c":4,"u":"necklace%20of%20fireballs_dmg","p":182,"s":24,"h":1,"r":1,"t":12,"uu":"necklace of fireballs|dmg","m":"items/DMG/Necklace of Fireballs.webp","xF":{"ft":"equipment"},"n":"Necklace of Fireballs"},{"id":15524,"c":4,"u":"necklace%20of%20prayer%20beads_dmg","p":182,"s":24,"h":1,"r":1,"t":12,"uu":"necklace of prayer beads|dmg","m":"items/DMG/Necklace of Prayer Beads.webp","xF":{"ft":"equipment"},"n":"Necklace of Prayer Beads"},{"id":15525,"c":4,"u":"necklace%20string%20of%20small%20pink%20pearls_dmg","p":135,"s":24,"h":1,"t":12,"uu":"necklace string of small pink pearls|dmg","xF":{"ft":"loot"},"n":"Necklace string of small pink pearls"},{"id":15526,"c":4,"u":"nolzur's%20marvelous%20pigments_dmg","p":183,"s":24,"h":1,"r":1,"t":12,"uu":"nolzur's marvelous pigments|dmg","m":"items/DMG/Nolzur's Marvelous Pigments.webp","xF":{"ft":"equipment"},"n":"Nolzur's Marvelous Pigments"},{"id":15527,"c":4,"u":"nolzur's%20marvelous%20pigments_dmg","p":183,"s":24,"h":1,"r":1,"t":12,"uu":"nolzur's marvelous pigments|dmg","m":"items/DMG/Nolzur's Marvelous Pigments.webp","xF":{"ft":"equipment"},"n":"Marvelous Pigments"},{"id":15528,"c":4,"u":"oathbow_dmg","p":183,"s":24,"h":1,"r":1,"t":12,"uu":"oathbow|dmg","m":"items/DMG/Oathbow.webp","xF":{"ft":"weapon"},"n":"Oathbow"},{"id":15529,"c":4,"u":"obsidian_dmg","p":134,"s":24,"h":1,"t":12,"uu":"obsidian|dmg","xF":{"ft":"loot"},"n":"Obsidian"},{"id":15530,"c":4,"u":"obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_dmg","p":135,"s":24,"h":1,"t":12,"uu":"obsidian statuette with gold fittings and inlay|dmg","xF":{"ft":"loot"},"n":"Obsidian statuette with gold fittings and inlay"},{"id":15531,"c":4,"u":"oil%20of%20etherealness_dmg","p":183,"s":24,"h":1,"r":1,"t":12,"uu":"oil of etherealness|dmg","xF":{"ft":"consumable"},"n":"Oil of Etherealness"},{"id":15532,"c":4,"u":"oil%20of%20sharpness_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"oil of sharpness|dmg","xF":{"ft":"consumable"},"n":"Oil of Sharpness"},{"id":15533,"c":4,"u":"oil%20of%20slipperiness_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"oil of slipperiness|dmg","xF":{"ft":"consumable"},"n":"Oil of Slipperiness"},{"id":15534,"c":4,"u":"oil%20of%20taggit_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"oil of taggit|dmg","xF":{"ft":"consumable"},"n":"Oil of Taggit"},{"id":15535,"c":4,"u":"old%20masterpiece%20painting_dmg","p":135,"s":24,"h":1,"t":12,"uu":"old masterpiece painting|dmg","xF":{"ft":"loot"},"n":"Old masterpiece painting"},{"id":15536,"c":4,"u":"onyx_dmg","p":134,"s":24,"h":1,"t":12,"uu":"onyx|dmg","xF":{"ft":"loot"},"n":"Onyx"},{"id":15537,"c":4,"u":"opal_dmg","p":134,"s":24,"h":1,"t":12,"uu":"opal|dmg","xF":{"ft":"loot"},"n":"Opal"},{"id":15538,"c":4,"u":"orb%20of%20dragonkind_dmg","p":225,"s":24,"h":1,"r":1,"t":12,"uu":"orb of dragonkind|dmg","m":"items/DMG/Orb of Dragonkind.webp","xF":{"ft":"equipment"},"n":"Orb of Dragonkind"},{"id":15539,"c":4,"u":"painted%20gold%20child's%20sarcophagus_dmg","p":135,"s":24,"h":1,"t":12,"uu":"painted gold child's sarcophagus|dmg","xF":{"ft":"loot"},"n":"Painted gold child's sarcophagus"},{"id":15540,"c":4,"u":"painted%20gold%20war%20mask_dmg","p":135,"s":24,"h":1,"t":12,"uu":"painted gold war mask|dmg","xF":{"ft":"loot"},"n":"Painted gold war mask"},{"id":15541,"c":4,"u":"pair%20of%20engraved%20bone%20dice_dmg","p":134,"s":24,"h":1,"t":12,"uu":"pair of engraved bone dice|dmg","xF":{"ft":"loot"},"n":"Pair of engraved bone dice"},{"id":15542,"c":4,"u":"pale%20tincture_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"pale tincture|dmg","xF":{"ft":"consumable"},"n":"Pale Tincture"},{"id":15543,"c":4,"u":"pearl_dmg","p":134,"s":24,"h":1,"t":12,"uu":"pearl|dmg","xF":{"ft":"loot"},"n":"Pearl"},{"id":15544,"c":4,"u":"pearl%20of%20power_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"pearl of power|dmg","xF":{"ft":"equipment"},"n":"Pearl of Power"},{"id":15545,"c":4,"u":"periapt%20of%20health_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"periapt of health|dmg","m":"items/DMG/Periapt of Health.webp","xF":{"ft":"equipment"},"n":"Periapt of Health"},{"id":15546,"c":4,"u":"periapt%20of%20proof%20against%20poison_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"periapt of proof against poison|dmg","xF":{"ft":"equipment"},"n":"Periapt of Proof against Poison"},{"id":15547,"c":4,"u":"periapt%20of%20wound%20closure_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"periapt of wound closure|dmg","m":"items/DMG/Periapt of Wound Closure.webp","xF":{"ft":"equipment"},"n":"Periapt of Wound Closure"},{"id":15548,"c":4,"u":"peridot_dmg","p":134,"s":24,"h":1,"t":12,"uu":"peridot|dmg","xF":{"ft":"loot"},"n":"Peridot"},{"id":15549,"c":4,"u":"philter%20of%20love_dmg","p":184,"s":24,"h":1,"r":1,"t":12,"uu":"philter of love|dmg","xF":{"ft":"consumable"},"n":"Philter of Love"},{"id":15550,"c":4,"u":"pipes%20of%20haunting_dmg","p":185,"s":24,"h":1,"r":1,"t":12,"uu":"pipes of haunting|dmg","m":"items/DMG/Pipes of Haunting.webp","xF":{"ft":"tool"},"n":"Pipes of Haunting"},{"id":15551,"c":4,"u":"pipes%20of%20the%20sewers_dmg","p":185,"s":24,"h":1,"r":1,"t":12,"uu":"pipes of the sewers|dmg","m":"items/DMG/Pipes of the Sewers.webp","xF":{"ft":"tool"},"n":"Pipes of the Sewers"},{"id":15552,"c":4,"u":"plate%20armor%20of%20etherealness_dmg","p":185,"s":24,"h":1,"r":1,"t":12,"uu":"plate armor of etherealness|dmg","xF":{"ft":"equipment"},"n":"Plate Armor of Etherealness"},{"id":15553,"c":4,"u":"platinum%20bracelet%20set%20with%20a%20sapphire_dmg","p":135,"s":24,"h":1,"t":12,"uu":"platinum bracelet set with a sapphire|dmg","xF":{"ft":"loot"},"n":"Platinum bracelet set with a sapphire"},{"id":15554,"c":4,"u":"portable%20hole_dmg","p":185,"s":24,"h":1,"r":1,"t":12,"uu":"portable hole|dmg","xF":{"ft":"equipment"},"n":"Portable Hole"},{"id":15555,"c":4,"u":"potion%20of%20acid%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of acid resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Acid Resistance"},{"id":15556,"c":4,"u":"potion%20of%20animal%20friendship_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of animal friendship|dmg","xF":{"ft":"consumable"},"n":"Potion of Animal Friendship"},{"id":15557,"c":4,"u":"potion%20of%20clairvoyance_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of clairvoyance|dmg","xF":{"ft":"consumable"},"n":"Potion of Clairvoyance"},{"id":15558,"c":4,"u":"potion%20of%20climbing_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of climbing|dmg","xF":{"ft":"consumable"},"n":"Potion of Climbing"},{"id":15559,"c":4,"u":"potion%20of%20cloud%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of cloud giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Cloud Giant Strength"},{"id":15560,"c":4,"u":"potion%20of%20cold%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of cold resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Cold Resistance"},{"id":15561,"c":4,"u":"potion%20of%20diminution_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of diminution|dmg","xF":{"ft":"consumable"},"n":"Potion of Diminution"},{"id":15562,"c":4,"u":"potion%20of%20fire%20breath_dmg","p":187,"s":24,"h":1,"t":12,"uu":"potion of fire breath|dmg","xF":{"ft":"consumable"},"n":"Potion of Fire Breath"},{"id":15563,"c":4,"u":"potion%20of%20fire%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of fire giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Fire Giant Strength"},{"id":15564,"c":4,"u":"potion%20of%20fire%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of fire resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Fire Resistance"},{"id":15565,"c":4,"u":"potion%20of%20flying_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of flying|dmg","xF":{"ft":"consumable"},"n":"Potion of Flying"},{"id":15566,"c":4,"u":"potion%20of%20force%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of force resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Force Resistance"},{"id":15567,"c":4,"u":"potion%20of%20frost%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of frost giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Frost Giant Strength"},{"id":15568,"c":4,"u":"potion%20of%20gaseous%20form_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of gaseous form|dmg","xF":{"ft":"consumable"},"n":"Potion of Gaseous Form"},{"id":15569,"c":4,"u":"potion%20of%20greater%20healing_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of greater healing|dmg","xF":{"ft":"consumable"},"n":"Potion of Greater Healing"},{"id":15570,"c":4,"u":"potion%20of%20growth_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of growth|dmg","xF":{"ft":"consumable"},"n":"Potion of Growth"},{"id":15571,"c":4,"u":"potion%20of%20healing_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of healing|dmg","xF":{"ft":"consumable"},"n":"Potion of Healing"},{"id":15572,"c":4,"u":"potion%20of%20heroism_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of heroism|dmg","xF":{"ft":"consumable"},"n":"Potion of Heroism"},{"id":15573,"c":4,"u":"potion%20of%20hill%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of hill giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Hill Giant Strength"},{"id":15574,"c":4,"u":"potion%20of%20invisibility_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of invisibility|dmg","xF":{"ft":"consumable"},"n":"Potion of Invisibility"},{"id":15575,"c":4,"u":"potion%20of%20invulnerability_dmg","p":188,"s":24,"h":1,"t":12,"uu":"potion of invulnerability|dmg","xF":{"ft":"consumable"},"n":"Potion of Invulnerability"},{"id":15576,"c":4,"u":"potion%20of%20lightning%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of lightning resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Lightning Resistance"},{"id":15577,"c":4,"u":"potion%20of%20longevity_dmg","p":188,"s":24,"h":1,"t":12,"uu":"potion of longevity|dmg","xF":{"ft":"consumable"},"n":"Potion of Longevity"},{"id":15578,"c":4,"u":"potion%20of%20mind%20reading_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of mind reading|dmg","xF":{"ft":"consumable"},"n":"Potion of Mind Reading"},{"id":15579,"c":4,"u":"potion%20of%20necrotic%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of necrotic resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Necrotic Resistance"},{"id":15580,"c":4,"u":"potion%20of%20poison_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of poison|dmg","xF":{"ft":"consumable"},"n":"Potion of Poison"},{"id":15581,"c":4,"u":"potion%20of%20poison%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of poison resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Poison Resistance"},{"id":15582,"c":4,"u":"potion%20of%20psychic%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of psychic resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Psychic Resistance"},{"id":15583,"c":4,"u":"potion%20of%20radiant%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of radiant resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Radiant Resistance"},{"id":15584,"c":4,"u":"potion%20of%20speed_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of speed|dmg","xF":{"ft":"consumable"},"n":"Potion of Speed"},{"id":15585,"c":4,"u":"potion%20of%20stone%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of stone giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Stone Giant Strength"},{"id":15586,"c":4,"u":"potion%20of%20storm%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of storm giant strength|dmg","xF":{"ft":"consumable"},"n":"Potion of Storm Giant Strength"},{"id":15587,"c":4,"u":"potion%20of%20superior%20healing_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of superior healing|dmg","xF":{"ft":"consumable"},"n":"Potion of Superior Healing"},{"id":15588,"c":4,"u":"potion%20of%20supreme%20healing_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of supreme healing|dmg","xF":{"ft":"consumable"},"n":"Potion of Supreme Healing"},{"id":15589,"c":4,"u":"potion%20of%20thunder%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of thunder resistance|dmg","xF":{"ft":"consumable"},"n":"Potion of Thunder Resistance"},{"id":15590,"c":4,"u":"potion%20of%20vitality_dmg","p":188,"s":24,"h":1,"t":12,"uu":"potion of vitality|dmg","xF":{"ft":"consumable"},"n":"Potion of Vitality"},{"id":15591,"c":4,"u":"potion%20of%20water%20breathing_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"potion of water breathing|dmg","m":"items/DMG/Potion of Water Breathing.webp","xF":{"ft":"consumable"},"n":"Potion of Water Breathing"},{"id":15592,"c":4,"u":"purple%20worm%20poison_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"purple worm poison|dmg","xF":{"ft":"consumable"},"n":"Purple Worm Poison"},{"id":15593,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, anchor|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Anchor"},{"id":15594,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, anchor|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Anchor"},{"id":15595,"c":4,"u":"quaal's%20feather%20token%2c%20bird_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, bird|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Bird"},{"id":15596,"c":4,"u":"quaal's%20feather%20token%2c%20bird_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, bird|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Bird"},{"id":15597,"c":4,"u":"quaal's%20feather%20token%2c%20fan_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, fan|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Fan"},{"id":15598,"c":4,"u":"quaal's%20feather%20token%2c%20fan_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, fan|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Fan"},{"id":15599,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, swan boat|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Swan Boat"},{"id":15600,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, swan boat|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Swan Boat"},{"id":15601,"c":4,"u":"quaal's%20feather%20token%2c%20tree_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, tree|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Tree"},{"id":15602,"c":4,"u":"quaal's%20feather%20token%2c%20tree_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, tree|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Tree"},{"id":15603,"c":4,"u":"quaal's%20feather%20token%2c%20whip_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, whip|dmg","xF":{"ft":"equipment"},"n":"Quaal's Feather Token, Whip"},{"id":15604,"c":4,"u":"quaal's%20feather%20token%2c%20whip_dmg","p":188,"s":24,"h":1,"r":1,"t":12,"uu":"quaal's feather token, whip|dmg","xF":{"ft":"equipment"},"n":"Feather Token, Whip"},{"id":15605,"c":4,"u":"quartz_dmg","p":134,"s":24,"h":1,"t":12,"uu":"quartz|dmg","xF":{"ft":"loot"},"n":"Quartz"},{"id":15606,"c":4,"u":"quiver%20of%20ehlonna_dmg","p":189,"s":24,"h":1,"r":1,"t":12,"uu":"quiver of ehlonna|dmg","m":"items/DMG/Quiver of Ehlonna.webp","xF":{"ft":"container"},"n":"Quiver of Ehlonna"},{"id":15607,"c":4,"u":"quiver%20of%20ehlonna_dmg","p":189,"s":24,"h":1,"r":1,"t":12,"uu":"quiver of ehlonna|dmg","m":"items/DMG/Quiver of Ehlonna.webp","xF":{"ft":"container"},"n":"Efficient Quiver"},{"id":15608,"c":4,"u":"red%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"red dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Red Dragon Scale Mail"},{"id":15609,"c":4,"u":"rhodochrosite_dmg","p":134,"s":24,"h":1,"t":12,"uu":"rhodochrosite|dmg","xF":{"ft":"loot"},"n":"Rhodochrosite"},{"id":15610,"c":4,"u":"ring%20of%20acid%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of acid resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Acid Resistance"},{"id":15611,"c":4,"u":"ring%20of%20air%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"t":12,"uu":"ring of air elemental command|dmg","m":"items/DMG/Ring of Air Elemental Command.webp","xF":{"ft":"equipment"},"n":"Ring of Air Elemental Command"},{"id":15612,"c":4,"u":"ring%20of%20animal%20influence_dmg","p":189,"s":24,"h":1,"r":1,"t":12,"uu":"ring of animal influence|dmg","m":"items/DMG/Ring of Animal Influence.webp","xF":{"ft":"equipment"},"n":"Ring of Animal Influence"},{"id":15613,"c":4,"u":"ring%20of%20cold%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of cold resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Cold Resistance"},{"id":15614,"c":4,"u":"ring%20of%20djinni%20summoning_dmg","p":190,"s":24,"h":1,"r":1,"t":12,"uu":"ring of djinni summoning|dmg","m":"items/DMG/Ring of Djinni Summoning.webp","xF":{"ft":"equipment"},"n":"Ring of Djinni Summoning"},{"id":15615,"c":4,"u":"ring%20of%20earth%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"t":12,"uu":"ring of earth elemental command|dmg","xF":{"ft":"equipment"},"n":"Ring of Earth Elemental Command"},{"id":15616,"c":4,"u":"ring%20of%20evasion_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of evasion|dmg","m":"items/DMG/Ring of Evasion.webp","xF":{"ft":"equipment"},"n":"Ring of Evasion"},{"id":15617,"c":4,"u":"ring%20of%20feather%20falling_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of feather falling|dmg","m":"items/DMG/Ring of Feather Falling.webp","xF":{"ft":"equipment"},"n":"Ring of Feather Falling"},{"id":15618,"c":4,"u":"ring%20of%20fire%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"t":12,"uu":"ring of fire elemental command|dmg","xF":{"ft":"equipment"},"n":"Ring of Fire Elemental Command"},{"id":15619,"c":4,"u":"ring%20of%20fire%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of fire resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Fire Resistance"},{"id":15620,"c":4,"u":"ring%20of%20force%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of force resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Force Resistance"},{"id":15621,"c":4,"u":"ring%20of%20free%20action_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of free action|dmg","m":"items/DMG/Ring of Free Action.webp","xF":{"ft":"equipment"},"n":"Ring of Free Action"},{"id":15622,"c":4,"u":"ring%20of%20invisibility_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of invisibility|dmg","m":"items/DMG/Ring of Invisibility.webp","xF":{"ft":"equipment"},"n":"Ring of Invisibility"},{"id":15623,"c":4,"u":"ring%20of%20jumping_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of jumping|dmg","xF":{"ft":"equipment"},"n":"Ring of Jumping"},{"id":15624,"c":4,"u":"ring%20of%20lightning%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of lightning resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Lightning Resistance"},{"id":15625,"c":4,"u":"ring%20of%20mind%20shielding_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of mind shielding|dmg","m":"items/DMG/Ring of Mind Shielding.webp","xF":{"ft":"equipment"},"n":"Ring of Mind Shielding"},{"id":15626,"c":4,"u":"ring%20of%20necrotic%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of necrotic resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Necrotic Resistance"},{"id":15627,"c":4,"u":"ring%20of%20poison%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of poison resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Poison Resistance"},{"id":15628,"c":4,"u":"ring%20of%20protection_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of protection|dmg","m":"items/DMG/Ring of Protection.webp","xF":{"ft":"equipment"},"n":"Ring of Protection"},{"id":15629,"c":4,"u":"ring%20of%20psychic%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of psychic resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Psychic Resistance"},{"id":15630,"c":4,"u":"ring%20of%20radiant%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of radiant resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Radiant Resistance"},{"id":15631,"c":4,"u":"ring%20of%20regeneration_dmg","p":191,"s":24,"h":1,"r":1,"t":12,"uu":"ring of regeneration|dmg","m":"items/DMG/Ring of Regeneration.webp","xF":{"ft":"equipment"},"n":"Ring of Regeneration"},{"id":15632,"c":4,"u":"ring%20of%20shooting%20stars_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of shooting stars|dmg","m":"items/DMG/Ring of Shooting Stars.webp","xF":{"ft":"equipment"},"n":"Ring of Shooting Stars"},{"id":15633,"c":4,"u":"ring%20of%20spell%20storing_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of spell storing|dmg","m":"items/DMG/Ring of Spell Storing.webp","xF":{"ft":"equipment"},"n":"Ring of Spell Storing"},{"id":15634,"c":4,"u":"ring%20of%20spell%20turning_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of spell turning|dmg","m":"items/DMG/Ring of Spell Turning.webp","xF":{"ft":"equipment"},"n":"Ring of Spell Turning"},{"id":15635,"c":4,"u":"ring%20of%20swimming_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of swimming|dmg","xF":{"ft":"equipment"},"n":"Ring of Swimming"},{"id":15636,"c":4,"u":"ring%20of%20telekinesis_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of telekinesis|dmg","m":"items/DMG/Ring of Telekinesis.webp","xF":{"ft":"equipment"},"n":"Ring of Telekinesis"},{"id":15637,"c":4,"u":"ring%20of%20the%20ram_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of the ram|dmg","m":"items/DMG/Ring of the Ram.webp","xF":{"ft":"equipment"},"n":"Ring of the Ram"},{"id":15638,"c":4,"u":"ring%20of%20three%20wishes_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of three wishes|dmg","m":"items/DMG/Ring of Three Wishes.webp","xF":{"ft":"equipment"},"n":"Ring of Three Wishes"},{"id":15639,"c":4,"u":"ring%20of%20thunder%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"t":12,"uu":"ring of thunder resistance|dmg","xF":{"ft":"equipment"},"n":"Ring of Thunder Resistance"},{"id":15640,"c":4,"u":"ring%20of%20warmth_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of warmth|dmg","m":"items/DMG/Ring of Warmth.webp","xF":{"ft":"equipment"},"n":"Ring of Warmth"},{"id":15641,"c":4,"u":"ring%20of%20water%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"t":12,"uu":"ring of water elemental command|dmg","xF":{"ft":"equipment"},"n":"Ring of Water Elemental Command"},{"id":15642,"c":4,"u":"ring%20of%20water%20walking_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of water walking|dmg","m":"items/DMG/Ring of Water Walking.webp","xF":{"ft":"equipment"},"n":"Ring of Water Walking"},{"id":15643,"c":4,"u":"ring%20of%20x-ray%20vision_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"ring of x-ray vision|dmg","m":"items/DMG/Ring of X-ray Vision.webp","xF":{"ft":"equipment"},"n":"Ring of X-ray Vision"},{"id":15644,"c":4,"u":"robe%20of%20eyes_dmg","p":193,"s":24,"h":1,"r":1,"t":12,"uu":"robe of eyes|dmg","m":"items/DMG/Robe of Eyes.webp","xF":{"ft":"equipment"},"n":"Robe of Eyes"},{"id":15645,"c":4,"u":"robe%20of%20scintillating%20colors_dmg","p":194,"s":24,"h":1,"r":1,"t":12,"uu":"robe of scintillating colors|dmg","xF":{"ft":"equipment"},"n":"Robe of Scintillating Colors"},{"id":15646,"c":4,"u":"robe%20of%20stars_dmg","p":194,"s":24,"h":1,"r":1,"t":12,"uu":"robe of stars|dmg","m":"items/DMG/Robe of Stars.webp","xF":{"ft":"equipment"},"n":"Robe of Stars"},{"id":15647,"c":4,"u":"robe%20of%20the%20archmagi_dmg","p":194,"s":24,"h":1,"r":1,"t":12,"uu":"robe of the archmagi|dmg","m":"items/DMG/Robe of the Archmagi.webp","xF":{"ft":"equipment"},"n":"Robe of the Archmagi"},{"id":15648,"c":4,"u":"robe%20of%20useful%20items_dmg","p":195,"s":24,"h":1,"r":1,"t":12,"uu":"robe of useful items|dmg","m":"items/DMG/Robe of Useful Items.webp","xF":{"ft":"equipment"},"n":"Robe of Useful Items"},{"id":15649,"c":4,"u":"rod%20of%20absorption_dmg","p":195,"s":24,"h":1,"r":1,"t":12,"uu":"rod of absorption|dmg","m":"items/DMG/Rod of Absorption.webp","xF":{"ft":"equipment"},"n":"Rod of Absorption"},{"id":15650,"c":4,"u":"rod%20of%20alertness_dmg","p":196,"s":24,"h":1,"r":1,"t":12,"uu":"rod of alertness|dmg","xF":{"ft":"equipment"},"n":"Rod of Alertness"},{"id":15651,"c":4,"u":"rod%20of%20lordly%20might_dmg","p":196,"s":24,"h":1,"r":1,"t":12,"uu":"rod of lordly might|dmg","m":"items/DMG/Rod of Lordly Might.webp","xF":{"ft":"equipment"},"n":"Rod of Lordly Might"},{"id":15652,"c":4,"u":"rod%20of%20resurrection_dmg","p":197,"s":24,"h":1,"t":12,"uu":"rod of resurrection|dmg","m":"items/DMG/Rod of Resurrection.webp","xF":{"ft":"consumable"},"n":"Rod of Resurrection"},{"id":15653,"c":4,"u":"rod%20of%20rulership_dmg","p":197,"s":24,"h":1,"r":1,"t":12,"uu":"rod of rulership|dmg","m":"items/DMG/Rod of Rulership.webp","xF":{"ft":"equipment"},"n":"Rod of Rulership"},{"id":15654,"c":4,"u":"rod%20of%20security_dmg","p":197,"s":24,"h":1,"r":1,"t":12,"uu":"rod of security|dmg","xF":{"ft":"equipment"},"n":"Rod of Security"},{"id":15655,"c":4,"u":"rope%20of%20climbing_dmg","p":197,"s":24,"h":1,"r":1,"t":12,"uu":"rope of climbing|dmg","xF":{"ft":"equipment"},"n":"Rope of Climbing"},{"id":15656,"c":4,"u":"rope%20of%20entanglement_dmg","p":197,"s":24,"h":1,"r":1,"t":12,"uu":"rope of entanglement|dmg","m":"items/DMG/Rope of Entanglement.webp","xF":{"ft":"equipment"},"n":"Rope of Entanglement"},{"id":15657,"c":4,"u":"rowboat_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"rowboat|dmg","xF":{"ft":"loot"},"n":"Rowboat"},{"id":15658,"c":4,"u":"ruby_dmg","p":134,"s":24,"h":1,"t":12,"uu":"ruby|dmg","xF":{"ft":"loot"},"n":"Ruby"},{"id":15659,"c":4,"u":"saddle%20of%20the%20cavalier_dmg","p":199,"s":24,"h":1,"t":12,"uu":"saddle of the cavalier|dmg","xF":{"ft":"equipment"},"n":"Saddle of the Cavalier"},{"id":15660,"c":4,"u":"sailing%20ship_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"sailing ship|dmg","xF":{"ft":"loot"},"n":"Sailing Ship"},{"id":15661,"c":4,"u":"sardonyx_dmg","p":134,"s":24,"h":1,"t":12,"uu":"sardonyx|dmg","xF":{"ft":"loot"},"n":"Sardonyx"},{"id":15662,"c":4,"u":"scarab%20of%20protection_dmg","p":199,"s":24,"h":1,"r":1,"t":12,"uu":"scarab of protection|dmg","m":"items/DMG/Scarab of Protection.webp","xF":{"ft":"equipment"},"n":"Scarab of Protection"},{"id":15663,"c":4,"u":"scimitar%20of%20speed_dmg","p":199,"s":24,"h":1,"r":1,"t":12,"uu":"scimitar of speed|dmg","xF":{"ft":"weapon"},"n":"Scimitar of Speed"},{"id":15664,"c":4,"u":"scroll%20of%20protection%20from%20aberrations_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from aberrations|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Aberrations"},{"id":15665,"c":4,"u":"scroll%20of%20protection%20from%20beasts_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from beasts|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Beasts"},{"id":15666,"c":4,"u":"scroll%20of%20protection%20from%20celestials_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from celestials|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Celestials"},{"id":15667,"c":4,"u":"scroll%20of%20protection%20from%20elementals_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from elementals|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Elementals"},{"id":15668,"c":4,"u":"scroll%20of%20protection%20from%20fey_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from fey|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Fey"},{"id":15669,"c":4,"u":"scroll%20of%20protection%20from%20fiends_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from fiends|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Fiends"},{"id":15670,"c":4,"u":"scroll%20of%20protection%20from%20plants_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from plants|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Plants"},{"id":15671,"c":4,"u":"scroll%20of%20protection%20from%20undead_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection from undead|dmg","xF":{"ft":"consumable"},"n":"Scroll of Protection from Undead"},{"id":15672,"c":4,"u":"sending%20stones_dmg","p":199,"s":24,"h":1,"t":12,"uu":"sending stones|dmg","m":"items/DMG/Sending Stones.webp","xF":{"ft":"equipment"},"n":"Sending Stones"},{"id":15673,"c":4,"u":"sentinel%20shield_dmg","p":199,"s":24,"h":1,"t":12,"uu":"sentinel shield|dmg","xF":{"ft":"equipment"},"n":"Sentinel Shield"},{"id":15674,"c":4,"u":"serpent%20venom_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"serpent venom|dmg","xF":{"ft":"consumable"},"n":"Serpent Venom"},{"id":15675,"c":4,"u":"shield%20of%20missile%20attraction_dmg","p":200,"s":24,"h":1,"r":1,"t":12,"uu":"shield of missile attraction|dmg","m":"items/DMG/Shield of Missile Attraction.webp","xF":{"ft":"equipment"},"n":"Shield of Missile Attraction"},{"id":15676,"c":4,"u":"silk%20robe%20with%20gold%20embroidery_dmg","p":135,"s":24,"h":1,"t":12,"uu":"silk robe with gold embroidery|dmg","xF":{"ft":"loot"},"n":"Silk robe with gold embroidery"},{"id":15677,"c":4,"u":"silver%20and%20gold%20brooch_dmg","p":135,"s":24,"h":1,"t":12,"uu":"silver and gold brooch|dmg","xF":{"ft":"loot"},"n":"Silver and gold brooch"},{"id":15678,"c":4,"u":"silver%20chalice%20set%20with%20moonstones_dmg","p":135,"s":24,"h":1,"t":12,"uu":"silver chalice set with moonstones|dmg","xF":{"ft":"loot"},"n":"Silver chalice set with moonstones"},{"id":15679,"c":4,"u":"silver%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"silver dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"Silver Dragon Scale Mail"},{"id":15680,"c":4,"u":"silver%20ewer_dmg","p":134,"s":24,"h":1,"t":12,"uu":"silver ewer|dmg","xF":{"ft":"loot"},"n":"Silver ewer"},{"id":15681,"c":4,"u":"silver%20necklace%20with%20a%20gemstone%20pendant_dmg","p":135,"s":24,"h":1,"t":12,"uu":"silver necklace with a gemstone pendant|dmg","xF":{"ft":"loot"},"n":"Silver necklace with a gemstone pendant"},{"id":15682,"c":4,"u":"silver-plated%20steel%20longsword%20with%20jet%20set%20in%20hilt_dmg","p":135,"s":24,"h":1,"t":12,"uu":"silver-plated steel longsword with jet set in hilt|dmg","xF":{"ft":"loot"},"n":"Silver-plated steel longsword with jet set in hilt"},{"id":15683,"c":4,"u":"slippers%20of%20spider%20climbing_dmg","p":200,"s":24,"h":1,"r":1,"t":12,"uu":"slippers of spider climbing|dmg","m":"items/DMG/Slippers of Spider Climbing.webp","xF":{"ft":"equipment"},"n":"Slippers of Spider Climbing"},{"id":15684,"c":4,"u":"small%20gold%20bracelet_dmg","p":134,"s":24,"h":1,"t":12,"uu":"small gold bracelet|dmg","xF":{"ft":"loot"},"n":"Small gold bracelet"},{"id":15685,"c":4,"u":"small%20gold%20idol_dmg","p":135,"s":24,"h":1,"t":12,"uu":"small gold idol|dmg","xF":{"ft":"loot"},"n":"Small gold idol"},{"id":15686,"c":4,"u":"small%20gold%20statuette%20set%20with%20rubies_dmg","p":135,"s":24,"h":1,"t":12,"uu":"small gold statuette set with rubies|dmg","xF":{"ft":"loot"},"n":"Small gold statuette set with rubies"},{"id":15687,"c":4,"u":"small%20mirror%20set%20in%20a%20painted%20wooden%20frame_dmg","p":134,"s":24,"h":1,"t":12,"uu":"small mirror set in a painted wooden frame|dmg","xF":{"ft":"loot"},"n":"Small mirror set in a painted wooden frame"},{"id":15688,"c":4,"u":"smoke%20grenade_dmg","p":268,"s":24,"h":1,"t":12,"uu":"smoke grenade|dmg","xF":{"ft":"consumable"},"n":"Smoke Grenade"},{"id":15689,"c":4,"u":"sovereign%20glue_dmg","p":200,"s":24,"h":1,"r":1,"t":12,"uu":"sovereign glue|dmg","m":"items/DMG/Sovereign Glue.webp","xF":{"ft":"equipment"},"n":"Sovereign Glue"},{"id":15690,"c":4,"u":"spell%20scroll%20(1st%20level)_dmg","p":200,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (1st level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (1st Level)"},{"id":15691,"c":4,"u":"spell%20scroll%20(2nd%20level)_dmg","p":201,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (2nd level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (2nd Level)"},{"id":15692,"c":4,"u":"spell%20scroll%20(3rd%20level)_dmg","p":202,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (3rd level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (3rd Level)"},{"id":15693,"c":4,"u":"spell%20scroll%20(4th%20level)_dmg","p":203,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (4th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (4th Level)"},{"id":15694,"c":4,"u":"spell%20scroll%20(5th%20level)_dmg","p":204,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (5th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (5th Level)"},{"id":15695,"c":4,"u":"spell%20scroll%20(6th%20level)_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (6th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (6th Level)"},{"id":15696,"c":4,"u":"spell%20scroll%20(7th%20level)_dmg","p":206,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (7th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (7th Level)"},{"id":15697,"c":4,"u":"spell%20scroll%20(8th%20level)_dmg","p":207,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (8th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (8th Level)"},{"id":15698,"c":4,"u":"spell%20scroll%20(9th%20level)_dmg","p":208,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (9th level)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (9th Level)"},{"id":15699,"c":4,"u":"spell%20scroll%20(cantrip)_dmg","p":199,"s":24,"h":1,"r":1,"t":12,"uu":"spell scroll (cantrip)|dmg","xF":{"ft":"consumable"},"n":"Spell Scroll (Cantrip)"},{"id":15700,"c":4,"u":"spellguard%20shield_dmg","p":201,"s":24,"h":1,"r":1,"t":12,"uu":"spellguard shield|dmg","m":"items/DMG/Spellguard Shield.webp","xF":{"ft":"equipment"},"n":"Spellguard Shield"},{"id":15701,"c":4,"u":"sphere%20of%20annihilation_dmg","p":201,"s":24,"h":1,"r":1,"t":12,"uu":"sphere of annihilation|dmg","xF":{"ft":"equipment"},"n":"Sphere of Annihilation"},{"id":15702,"c":4,"u":"spinel_dmg","p":134,"s":24,"h":1,"t":12,"uu":"spinel|dmg","xF":{"ft":"loot"},"n":"Spinel"},{"id":15703,"c":4,"u":"staff%20of%20charming_dmg","p":201,"s":24,"h":1,"r":1,"t":12,"uu":"staff of charming|dmg","m":"items/DMG/Staff of Charming.webp","xF":{"ft":"weapon"},"n":"Staff of Charming"},{"id":15704,"c":4,"u":"staff%20of%20fire_dmg","p":201,"s":24,"h":1,"r":1,"t":12,"uu":"staff of fire|dmg","m":"items/DMG/Staff of Fire.webp","xF":{"ft":"weapon"},"n":"Staff of Fire"},{"id":15705,"c":4,"u":"staff%20of%20frost_dmg","p":202,"s":24,"h":1,"r":1,"t":12,"uu":"staff of frost|dmg","m":"items/DMG/Staff of Frost.webp","xF":{"ft":"weapon"},"n":"Staff of Frost"},{"id":15706,"c":4,"u":"staff%20of%20healing_dmg","p":202,"s":24,"h":1,"r":1,"t":12,"uu":"staff of healing|dmg","m":"items/DMG/Staff of Healing.webp","xF":{"ft":"weapon"},"n":"Staff of Healing"},{"id":15707,"c":4,"u":"staff%20of%20power_dmg","p":202,"s":24,"h":1,"r":1,"t":12,"uu":"staff of power|dmg","m":"items/DMG/Staff of Power.webp","xF":{"ft":"weapon"},"n":"Staff of Power"},{"id":15708,"c":4,"u":"staff%20of%20striking_dmg","p":203,"s":24,"h":1,"r":1,"t":12,"uu":"staff of striking|dmg","xF":{"ft":"weapon"},"n":"Staff of Striking"},{"id":15709,"c":4,"u":"staff%20of%20swarming%20insects_dmg","p":203,"s":24,"h":1,"r":1,"t":12,"uu":"staff of swarming insects|dmg","m":"items/DMG/Staff of Swarming Insects.webp","xF":{"ft":"weapon"},"n":"Staff of Swarming Insects"},{"id":15710,"c":4,"u":"staff%20of%20the%20adder_dmg","p":203,"s":24,"h":1,"t":12,"uu":"staff of the adder|dmg","m":"items/DMG/Staff of the Adder.webp","xF":{"ft":"weapon"},"n":"Staff of the Adder"},{"id":15711,"c":4,"u":"staff%20of%20the%20magi_dmg","p":203,"s":24,"h":1,"r":1,"t":12,"uu":"staff of the magi|dmg","m":"items/DMG/Staff of the Magi.webp","xF":{"ft":"weapon"},"n":"Staff of the Magi"},{"id":15712,"c":4,"u":"staff%20of%20the%20python_dmg","p":204,"s":24,"h":1,"r":1,"t":12,"uu":"staff of the python|dmg","m":"items/DMG/Staff of the Python.webp","xF":{"ft":"weapon"},"n":"Staff of the Python"},{"id":15713,"c":4,"u":"staff%20of%20the%20woodlands_dmg","p":204,"s":24,"h":1,"r":1,"t":12,"uu":"staff of the woodlands|dmg","m":"items/DMG/Staff of the Woodlands.webp","xF":{"ft":"weapon"},"n":"Staff of the Woodlands"},{"id":15714,"c":4,"u":"staff%20of%20thunder%20and%20lightning_dmg","p":204,"s":24,"h":1,"r":1,"t":12,"uu":"staff of thunder and lightning|dmg","m":"items/DMG/Staff of Thunder and Lightning.webp","xF":{"ft":"weapon"},"n":"Staff of Thunder and Lightning"},{"id":15715,"c":4,"u":"staff%20of%20withering_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"staff of withering|dmg","m":"items/DMG/Staff of Withering.webp","xF":{"ft":"weapon"},"n":"Staff of Withering"},{"id":15716,"c":4,"u":"star%20rose%20quartz_dmg","p":134,"s":24,"h":1,"t":12,"uu":"star rose quartz|dmg","xF":{"ft":"loot"},"n":"Star rose quartz"},{"id":15717,"c":4,"u":"star%20ruby_dmg","p":134,"s":24,"h":1,"t":12,"uu":"star ruby|dmg","xF":{"ft":"loot"},"n":"Star Ruby"},{"id":15718,"c":4,"u":"star%20sapphire_dmg","p":134,"s":24,"h":1,"t":12,"uu":"star sapphire|dmg","xF":{"ft":"loot"},"n":"Star Sapphire"},{"id":15719,"c":4,"u":"stone%20of%20controlling%20earth%20elementals_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"stone of controlling earth elementals|dmg","m":"items/DMG/Stone of Controlling Earth Elementals.webp","xF":{"ft":"equipment"},"n":"Stone of Controlling Earth Elementals"},{"id":15720,"c":4,"u":"stone%20of%20good%20luck_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"stone of good luck|dmg","m":"items/DMG/Stone of Good Luck.webp","xF":{"ft":"equipment"},"n":"Stone of Good Luck"},{"id":15721,"c":4,"u":"stone%20of%20good%20luck_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"stone of good luck|dmg","m":"items/DMG/Stone of Good Luck.webp","xF":{"ft":"equipment"},"n":"Luckstone"},{"id":15722,"c":4,"u":"sun%20blade_dmg","p":205,"s":24,"h":1,"r":1,"t":12,"uu":"sun blade|dmg","m":"items/DMG/Sun Blade.webp","xF":{"ft":"weapon"},"n":"Sun Blade"},{"id":15723,"c":4,"u":"sword%20of%20answering%20(answerer)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (answerer)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Answerer)"},{"id":15724,"c":4,"u":"sword%20of%20answering%20(back%20talker)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (back talker)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Back Talker)"},{"id":15725,"c":4,"u":"sword%20of%20answering%20(concluder)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (concluder)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Concluder)"},{"id":15726,"c":4,"u":"sword%20of%20answering%20(last%20quip)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (last quip)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Last Quip)"},{"id":15727,"c":4,"u":"sword%20of%20answering%20(rebutter)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (rebutter)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Rebutter)"},{"id":15728,"c":4,"u":"sword%20of%20answering%20(replier)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (replier)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Replier)"},{"id":15729,"c":4,"u":"sword%20of%20answering%20(retorter)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (retorter)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Retorter)"},{"id":15730,"c":4,"u":"sword%20of%20answering%20(scather)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (scather)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Scather)"},{"id":15731,"c":4,"u":"sword%20of%20answering%20(squelcher)_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering (squelcher)|dmg","xF":{"ft":"weapon"},"n":"Sword of Answering (Squelcher)"},{"id":15732,"c":4,"u":"sword%20of%20kas_dmg","p":226,"s":24,"h":1,"t":12,"uu":"sword of kas|dmg","m":"items/DMG/Sword of Kas.webp","xF":{"ft":"weapon"},"n":"Sword of Kas"},{"id":15733,"c":4,"u":"talisman%20of%20pure%20good_dmg","p":207,"s":24,"h":1,"r":1,"t":12,"uu":"talisman of pure good|dmg","xF":{"ft":"equipment"},"n":"Talisman of Pure Good"},{"id":15734,"c":4,"u":"talisman%20of%20the%20sphere_dmg","p":207,"s":24,"h":1,"r":1,"t":12,"uu":"talisman of the sphere|dmg","m":"items/DMG/Talisman of the Sphere.webp","xF":{"ft":"equipment"},"n":"Talisman of the Sphere"},{"id":15735,"c":4,"u":"talisman%20of%20ultimate%20evil_dmg","p":207,"s":24,"h":1,"r":1,"t":12,"uu":"talisman of ultimate evil|dmg","m":"items/DMG/Talisman of Ultimate Evil.webp","xF":{"ft":"equipment"},"n":"Talisman of Ultimate Evil"},{"id":15736,"c":4,"u":"tentacle%20rod_dmg","p":208,"s":24,"h":1,"t":12,"uu":"tentacle rod|dmg","m":"items/DMG/Tentacle Rod.webp","xF":{"ft":"equipment"},"n":"Tentacle Rod"},{"id":15737,"c":4,"u":"tiger%20eye_dmg","p":134,"s":24,"h":1,"t":12,"uu":"tiger eye|dmg","xF":{"ft":"loot"},"n":"Tiger Eye"},{"id":15738,"c":4,"u":"tome%20of%20clear%20thought_dmg","p":208,"s":24,"h":1,"r":1,"t":12,"uu":"tome of clear thought|dmg","m":"items/DMG/Tome of Clear Thought.webp","xF":{"ft":"equipment"},"n":"Tome of Clear Thought"},{"id":15739,"c":4,"u":"tome%20of%20leadership%20and%20influence_dmg","p":208,"s":24,"h":1,"r":1,"t":12,"uu":"tome of leadership and influence|dmg","m":"items/DMG/Tome of Leadership and Influence.webp","xF":{"ft":"equipment"},"n":"Tome of Leadership and Influence"},{"id":15740,"c":4,"u":"tome%20of%20the%20stilled%20tongue_dmg","p":208,"s":24,"h":1,"t":12,"uu":"tome of the stilled tongue|dmg","xF":{"ft":"equipment"},"n":"Tome of the Stilled Tongue"},{"id":15741,"c":4,"u":"tome%20of%20understanding_dmg","p":209,"s":24,"h":1,"r":1,"t":12,"uu":"tome of understanding|dmg","m":"items/DMG/Tome of Understanding.webp","xF":{"ft":"equipment"},"n":"Tome of Understanding"},{"id":15742,"c":4,"u":"topaz_dmg","p":134,"s":24,"h":1,"t":12,"uu":"topaz|dmg","xF":{"ft":"loot"},"n":"Topaz"},{"id":15743,"c":4,"u":"torpor_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"torpor|dmg","xF":{"ft":"consumable"},"n":"Torpor"},{"id":15744,"c":4,"u":"tourmaline_dmg","p":134,"s":24,"h":1,"t":12,"uu":"tourmaline|dmg","xF":{"ft":"loot"},"n":"Tourmaline"},{"id":15745,"c":4,"u":"trident%20of%20fish%20command_dmg","p":209,"s":24,"h":1,"r":1,"t":12,"uu":"trident of fish command|dmg","m":"items/DMG/Trident of Fish Command.webp","xF":{"ft":"weapon"},"n":"Trident of Fish Command"},{"id":15746,"c":4,"u":"truth%20serum_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"truth serum|dmg","xF":{"ft":"consumable"},"n":"Truth Serum"},{"id":15747,"c":4,"u":"turquoise_dmg","p":134,"s":24,"h":1,"t":12,"uu":"turquoise|dmg","xF":{"ft":"loot"},"n":"Turquoise"},{"id":15748,"c":4,"u":"universal%20solvent_dmg","p":209,"s":24,"h":1,"r":1,"t":12,"uu":"universal solvent|dmg","m":"items/DMG/Universal Solvent.webp","xF":{"ft":"equipment"},"n":"Universal Solvent"},{"id":15749,"c":4,"u":"wand%20of%20binding_dmg","p":209,"s":24,"h":1,"r":1,"t":12,"uu":"wand of binding|dmg","m":"items/DMG/Wand of Binding.webp","xF":{"ft":"consumable"},"n":"Wand of Binding"},{"id":15750,"c":4,"u":"wand%20of%20enemy%20detection_dmg","p":210,"s":24,"h":1,"r":1,"t":12,"uu":"wand of enemy detection|dmg","m":"items/DMG/Wand of Enemy Detection.webp","xF":{"ft":"consumable"},"n":"Wand of Enemy Detection"},{"id":15751,"c":4,"u":"wand%20of%20fear_dmg","p":210,"s":24,"h":1,"r":1,"t":12,"uu":"wand of fear|dmg","m":"items/DMG/Wand of Fear.webp","xF":{"ft":"consumable"},"n":"Wand of Fear"},{"id":15752,"c":4,"u":"wand%20of%20fireballs_dmg","p":210,"s":24,"h":1,"r":1,"t":12,"uu":"wand of fireballs|dmg","m":"items/DMG/Wand of Fireballs.webp","xF":{"ft":"consumable"},"n":"Wand of Fireballs"},{"id":15753,"c":4,"u":"wand%20of%20lightning%20bolts_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of lightning bolts|dmg","m":"items/DMG/Wand of Lightning Bolts.webp","xF":{"ft":"consumable"},"n":"Wand of Lightning Bolts"},{"id":15754,"c":4,"u":"wand%20of%20magic%20detection_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of magic detection|dmg","m":"items/DMG/Wand of Magic Detection.webp","xF":{"ft":"consumable"},"n":"Wand of Magic Detection"},{"id":15755,"c":4,"u":"wand%20of%20magic%20missiles_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of magic missiles|dmg","m":"items/DMG/Wand of Magic Missiles.webp","xF":{"ft":"consumable"},"n":"Wand of Magic Missiles"},{"id":15756,"c":4,"u":"wand%20of%20orcus_dmg","p":227,"s":24,"h":1,"t":12,"uu":"wand of orcus|dmg","m":"items/DMG/Wand of Orcus.webp","xF":{"ft":"weapon"},"n":"Wand of Orcus"},{"id":15757,"c":4,"u":"wand%20of%20paralysis_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of paralysis|dmg","m":"items/DMG/Wand of Paralysis.webp","xF":{"ft":"consumable"},"n":"Wand of Paralysis"},{"id":15758,"c":4,"u":"wand%20of%20polymorph_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of polymorph|dmg","m":"items/DMG/Wand of Polymorph.webp","xF":{"ft":"consumable"},"n":"Wand of Polymorph"},{"id":15759,"c":4,"u":"wand%20of%20secrets_dmg","p":211,"s":24,"h":1,"r":1,"t":12,"uu":"wand of secrets|dmg","m":"items/DMG/Wand of Secrets.webp","xF":{"ft":"consumable"},"n":"Wand of Secrets"},{"id":15760,"c":4,"u":"wand%20of%20web_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"wand of web|dmg","m":"items/DMG/Wand of Web.webp","xF":{"ft":"consumable"},"n":"Wand of Web"},{"id":15761,"c":4,"u":"wand%20of%20wonder_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"wand of wonder|dmg","m":"items/DMG/Wand of Wonder.webp","xF":{"ft":"consumable"},"n":"Wand of Wonder"},{"id":15762,"c":4,"u":"warship_dmg","p":119,"s":24,"h":1,"r":1,"t":12,"uu":"warship|dmg","xF":{"ft":"loot"},"n":"Warship"},{"id":15763,"c":4,"u":"wave_dmg","p":218,"s":24,"h":1,"t":12,"uu":"wave|dmg","m":"items/DMG/Wave.webp","xF":{"ft":"weapon"},"n":"Wave"},{"id":15764,"c":4,"u":"well%20of%20many%20worlds_dmg","p":213,"s":24,"h":1,"r":1,"t":12,"uu":"well of many worlds|dmg","xF":{"ft":"equipment"},"n":"Well of Many Worlds"},{"id":15765,"c":4,"u":"whelm_dmg","p":218,"s":24,"h":1,"t":12,"uu":"whelm|dmg","m":"items/DMG/Whelm.webp","xF":{"ft":"weapon"},"n":"Whelm"},{"id":15766,"c":4,"u":"white%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"white dragon scale mail|dmg","xF":{"ft":"equipment"},"n":"White Dragon Scale Mail"},{"id":15767,"c":4,"u":"wind%20fan_dmg","p":213,"s":24,"h":1,"r":1,"t":12,"uu":"wind fan|dmg","m":"items/DMG/Wind Fan.webp","xF":{"ft":"equipment"},"n":"Wind Fan"},{"id":15768,"c":4,"u":"winged%20boots_dmg","p":214,"s":24,"h":1,"r":1,"t":12,"uu":"winged boots|dmg","m":"items/DMG/Winged Boots.webp","xF":{"ft":"equipment"},"n":"Winged Boots"},{"id":15769,"c":4,"u":"wings%20of%20flying_dmg","p":214,"s":24,"h":1,"r":1,"t":12,"uu":"wings of flying|dmg","m":"items/DMG/Wings of Flying.webp","xF":{"ft":"equipment"},"n":"Wings of Flying"},{"id":15770,"c":4,"u":"wyvern%20poison_dmg","p":258,"s":24,"h":1,"r":1,"t":12,"uu":"wyvern poison|dmg","xF":{"ft":"consumable"},"n":"Wyvern Poison"},{"id":15771,"c":4,"u":"yellow%20sapphire_dmg","p":134,"s":24,"h":1,"t":12,"uu":"yellow sapphire|dmg","xF":{"ft":"loot"},"n":"Yellow Sapphire"},{"id":15772,"c":4,"u":"zircon_dmg","p":134,"s":24,"h":1,"t":12,"uu":"zircon|dmg","xF":{"ft":"loot"},"n":"Zircon"},{"id":15773,"c":4,"u":"aqua%20delerium_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"aqua delerium|dodk","m":"items/DoDk/Aqua Delerium.webp","xF":{"ft":"consumable"},"n":"Aqua Delerium"},{"id":15774,"c":4,"u":"aqua%20expurgo_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"aqua expurgo|dodk","m":"items/DoDk/Aqua Expurgo.webp","xF":{"ft":"consumable"},"n":"Aqua Expurgo"},{"id":15775,"c":4,"u":"bottled%20comet_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"bottled comet|dodk","m":"items/DoDk/Bottled Comet.webp","xF":{"ft":"equipment"},"n":"Bottled Comet"},{"id":15776,"c":4,"u":"chancellor's%20crest_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"chancellor's crest|dodk","xF":{"ft":"equipment"},"n":"Chancellor's Crest"},{"id":15777,"c":4,"u":"crown%20of%20westem%c3%a4r_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"crown of westemär|dodk","xF":{"ft":"equipment"},"n":"Crown of Westemar"},{"id":15778,"c":4,"u":"delerium%20crystal%20focus_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"delerium crystal focus|dodk","xF":{"ft":"equipment"},"n":"Delerium Crystal Focus"},{"id":15779,"c":4,"u":"flame%20lance_dodk","p":231,"s":25,"h":1,"dP":1,"t":12,"uu":"flame lance|dodk","xF":{"ft":"weapon"},"n":"Flame Lance"},{"id":15780,"c":4,"u":"hazewalker%20plate_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"hazewalker plate|dodk","xF":{"ft":"equipment"},"n":"Hazewalker Plate"},{"id":15781,"c":4,"u":"helm%20of%20patron%20saints_dodk","p":234,"s":25,"h":1,"dP":1,"t":12,"uu":"helm of patron saints|dodk","xF":{"ft":"equipment"},"n":"Helm of Patron Saints"},{"id":15782,"c":4,"u":"ignacious%2c%20the%20sword%20of%20burning%20truth_dodk","p":234,"s":25,"h":1,"dP":1,"t":12,"uu":"ignacious, the sword of burning truth|dodk","xF":{"ft":"weapon"},"n":"Ignacious, the Sword of Burning Truth"},{"id":15783,"c":4,"u":"inscrutable%20staff_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"inscrutable staff|dodk","m":"items/DoDk/Inscrutable Staff.webp","xF":{"ft":"weapon"},"n":"Inscrutable Staff"},{"id":15784,"c":4,"u":"lord%20commander's%20badge_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"lord commander's badge|dodk","xF":{"ft":"equipment"},"n":"Lord Commander's Badge"},{"id":15785,"c":4,"u":"purging%20rod_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"purging rod|dodk","xF":{"ft":"equipment"},"n":"Purging Rod"},{"id":15786,"c":4,"u":"refined%20delerium%20dust_dodk","p":231,"s":25,"h":1,"dP":1,"t":12,"uu":"refined delerium dust|dodk","m":"items/DoDk/Refined Delerium Dust.webp","xF":{"ft":"equipment"},"n":"Refined Delerium Dust"},{"id":15787,"c":4,"u":"saint%20vitruvio's%20phylactery_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"saint vitruvio's phylactery|dodk","xF":{"ft":"equipment"},"n":"Saint Vitruvio's Phylactery"},{"id":15788,"c":4,"u":"sceptre%20of%20saint%20vitruvio_dodk","p":234,"s":25,"h":1,"dP":1,"t":12,"uu":"sceptre of saint vitruvio|dodk","m":"items/DoDk/Sceptre of Saint Vitruvio.webp","xF":{"ft":"weapon"},"n":"Sceptre of Saint Vitruvio"},{"id":15789,"c":4,"u":"skymetal%20shield_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"skymetal shield|dodk","xF":{"ft":"equipment"},"n":"Skymetal Shield"},{"id":15790,"c":4,"u":"skymetal%20staff_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"skymetal staff|dodk","xF":{"ft":"weapon"},"n":"Skymetal Staff"},{"id":15791,"c":4,"u":"spellpiercing%20wand_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"spellpiercing wand|dodk","xF":{"ft":"equipment"},"n":"Spellpiercing Wand"},{"id":15792,"c":4,"u":"spymaster's%20signet_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"spymaster's signet|dodk","xF":{"ft":"equipment"},"n":"Spymaster's Signet"},{"id":15793,"c":4,"u":"staff%20of%20contaminated%20power_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"staff of contaminated power|dodk","xF":{"ft":"weapon"},"n":"Staff of Contaminated Power"},{"id":15794,"c":4,"u":"steward's%20seal_dodk","p":233,"s":25,"h":1,"dP":1,"t":12,"uu":"steward's seal|dodk","xF":{"ft":"equipment"},"n":"Steward's Seal"},{"id":15795,"c":4,"u":"the%20shield%20of%20sacred%20flame_dodk","p":234,"s":25,"h":1,"dP":1,"t":12,"uu":"the shield of sacred flame|dodk","xF":{"ft":"equipment"},"n":"The Shield of Sacred Flame"},{"id":15796,"c":4,"u":"fargab_dsotdq","p":188,"s":27,"h":1,"t":12,"uu":"fargab|dsotdq","m":"items/DSotDQ/Fargab.webp","xF":{"ft":"loot"},"n":"Fargab"},{"id":15797,"c":4,"u":"flying%20citadel%20helm_dsotdq","p":190,"s":27,"h":1,"t":12,"uu":"flying citadel helm|dsotdq","xF":{"ft":"equipment"},"n":"Flying Citadel Helm"},{"id":15798,"c":4,"u":"kagonesti%20forest%20shroud_dsotdq","p":190,"s":27,"h":1,"t":12,"uu":"kagonesti forest shroud|dsotdq","m":"items/DSotDQ/Kagonesti Forest Shroud.webp","xF":{"ft":"equipment"},"n":"Kagonesti Forest Shroud"},{"id":15799,"c":4,"u":"mirror%20of%20reflected%20pasts_dsotdq","p":190,"s":27,"h":1,"t":12,"uu":"mirror of reflected pasts|dsotdq","xF":{"ft":"equipment"},"n":"Mirror of Reflected Pasts"},{"id":15800,"c":4,"u":"narycrash_dsotdq","p":188,"s":27,"h":1,"t":12,"uu":"narycrash|dsotdq","m":"items/DSotDQ/Narycrash.webp","xF":{"ft":"loot"},"n":"Narycrash"},{"id":15801,"c":4,"u":"trinket_eet","p":1,"s":110,"h":1,"t":12,"uu":"trinket|eet","xF":{"ft":"loot"},"n":"Trinket"},{"id":15802,"c":4,"u":"amulet%20of%20the%20drunkard_egw","p":265,"s":28,"h":1,"dP":1,"t":12,"uu":"amulet of the drunkard|egw","m":"items/EGW/Amulet of the Drunkard.webp","xF":{"ft":"equipment"},"n":"Amulet of the Drunkard"},{"id":15803,"c":4,"u":"arcane%20cannon_egw","p":265,"s":28,"h":1,"dP":1,"t":12,"uu":"arcane cannon|egw","xF":{"ft":"equipment"},"n":"Arcane Cannon"},{"id":15804,"c":4,"u":"battering%20shield_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"battering shield|egw","xF":{"ft":"equipment"},"n":"Battering Shield"},{"id":15805,"c":4,"u":"black%20sap_egw","p":152,"s":28,"h":1,"dP":1,"t":12,"uu":"black sap|egw","xF":{"ft":"consumable"},"n":"Black Sap"},{"id":15806,"c":4,"u":"blade%20of%20broken%20mirrors%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"blade of broken mirrors (awakened)|egw","xF":{"ft":"loot"},"n":"Blade of Broken Mirrors (Awakened)"},{"id":15807,"c":4,"u":"blade%20of%20broken%20mirrors%20(dormant)_egw","p":275,"s":28,"h":1,"dP":1,"t":12,"uu":"blade of broken mirrors (dormant)|egw","xF":{"ft":"weapon"},"n":"Blade of Broken Mirrors (Dormant)"},{"id":15808,"c":4,"u":"blade%20of%20broken%20mirrors%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"blade of broken mirrors (exalted)|egw","xF":{"ft":"loot"},"n":"Blade of Broken Mirrors (Exalted)"},{"id":15809,"c":4,"u":"blasting%20powder_egw","p":225,"s":28,"h":1,"dP":1,"t":12,"uu":"blasting powder|egw","xF":{"ft":"loot"},"n":"Blasting Powder"},{"id":15810,"c":4,"u":"blight%20ichor_egw","p":152,"s":28,"h":1,"dP":1,"t":12,"uu":"blight ichor|egw","xF":{"ft":"consumable"},"n":"Blight Ichor"},{"id":15811,"c":4,"u":"bloodaxe_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"bloodaxe|egw","xF":{"ft":"weapon"},"n":"Bloodaxe"},{"id":15812,"c":4,"u":"breathing%20bubble_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"breathing bubble|egw","xF":{"ft":"equipment"},"n":"Breathing Bubble"},{"id":15813,"c":4,"u":"brooch%20of%20living%20essence_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"brooch of living essence|egw","xF":{"ft":"equipment"},"n":"Brooch of Living Essence"},{"id":15814,"c":4,"u":"butcher's%20bib_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"butcher's bib|egw","m":"items/EGW/Butcher's Bib.webp","xF":{"ft":"equipment"},"n":"Butcher's Bib"},{"id":15815,"c":4,"u":"coin%20of%20delving_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"coin of delving|egw","xF":{"ft":"equipment"},"n":"Coin of Delving"},{"id":15816,"c":4,"u":"danoth's%20visor%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"danoth's visor (awakened)|egw","m":"items/EGW/Danoth's Visor.webp","xF":{"ft":"loot"},"n":"Danoth's Visor (Awakened)"},{"id":15817,"c":4,"u":"danoth's%20visor%20(dormant)_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"danoth's visor (dormant)|egw","m":"items/EGW/Danoth's Visor.webp","xF":{"ft":"equipment"},"n":"Danoth's Visor (Dormant)"},{"id":15818,"c":4,"u":"danoth's%20visor%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"danoth's visor (exalted)|egw","m":"items/EGW/Danoth's Visor.webp","xF":{"ft":"loot"},"n":"Danoth's Visor (Exalted)"},{"id":15819,"c":4,"u":"dispelling%20stone_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"dispelling stone|egw","xF":{"ft":"equipment"},"n":"Dispelling Stone"},{"id":15820,"c":4,"u":"duskcrusher_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"duskcrusher|egw","m":"items/EGW/Duskcrusher.webp","xF":{"ft":"weapon"},"n":"Duskcrusher"},{"id":15821,"c":4,"u":"dust%20of%20deliciousness_egw","p":267,"s":28,"h":1,"dP":1,"t":12,"uu":"dust of deliciousness|egw","xF":{"ft":"equipment"},"n":"Dust of Deliciousness"},{"id":15822,"c":4,"u":"explosive%20seed_egw","p":225,"s":28,"h":1,"dP":1,"t":12,"uu":"explosive seed|egw","xF":{"ft":"loot"},"n":"Explosive Seed"},{"id":15823,"c":4,"u":"goggles%20of%20object%20reading_egw","p":267,"s":28,"h":1,"dP":1,"t":12,"uu":"goggles of object reading|egw","xF":{"ft":"equipment"},"n":"Goggles of Object Reading"},{"id":15824,"c":4,"u":"grimoire%20infinitus%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"grimoire infinitus (awakened)|egw","m":"items/EGW/Grimoire Infinitus.webp","xF":{"ft":"loot"},"n":"Grimoire Infinitus (Awakened)"},{"id":15825,"c":4,"u":"grimoire%20infinitus%20(dormant)_egw","p":271,"s":28,"h":1,"dP":1,"t":12,"uu":"grimoire infinitus (dormant)|egw","m":"items/EGW/Grimoire Infinitus.webp","xF":{"ft":"equipment"},"n":"Grimoire Infinitus (Dormant)"},{"id":15826,"c":4,"u":"grimoire%20infinitus%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"grimoire infinitus (exalted)|egw","m":"items/EGW/Grimoire Infinitus.webp","xF":{"ft":"loot"},"n":"Grimoire Infinitus (Exalted)"},{"id":15827,"c":4,"u":"grovelthrash%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"grovelthrash (awakened)|egw","m":"items/EGW/Grovelthrash.webp","xF":{"ft":"loot"},"n":"Grovelthrash (Awakened)"},{"id":15828,"c":4,"u":"grovelthrash%20(dormant)_egw","p":275,"s":28,"h":1,"dP":1,"t":12,"uu":"grovelthrash (dormant)|egw","m":"items/EGW/Grovelthrash.webp","xF":{"ft":"weapon"},"n":"Grovelthrash (Dormant)"},{"id":15829,"c":4,"u":"grovelthrash%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"grovelthrash (exalted)|egw","m":"items/EGW/Grovelthrash.webp","xF":{"ft":"loot"},"n":"Grovelthrash (Exalted)"},{"id":15830,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"hide of the feral guardian (awakened)|egw","xF":{"ft":"equipment"},"n":"Hide of the Feral Guardian (Awakened)"},{"id":15831,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(dormant)_egw","p":271,"s":28,"h":1,"dP":1,"t":12,"uu":"hide of the feral guardian (dormant)|egw","xF":{"ft":"equipment"},"n":"Hide of the Feral Guardian (Dormant)"},{"id":15832,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"hide of the feral guardian (exalted)|egw","xF":{"ft":"equipment"},"n":"Hide of the Feral Guardian (Exalted)"},{"id":15833,"c":4,"u":"hunter's%20coat_egw","p":267,"s":28,"h":1,"dP":1,"t":12,"uu":"hunter's coat|egw","xF":{"ft":"equipment"},"n":"Hunter's Coat"},{"id":15834,"c":4,"u":"infiltrator's%20key%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"infiltrator's key (awakened)|egw","m":"items/EGW/Infiltrator's Key.webp","xF":{"ft":"loot"},"n":"Infiltrator's Key (Awakened)"},{"id":15835,"c":4,"u":"infiltrator's%20key%20(dormant)_egw","p":272,"s":28,"h":1,"dP":1,"t":12,"uu":"infiltrator's key (dormant)|egw","m":"items/EGW/Infiltrator's Key.webp","xF":{"ft":"equipment"},"n":"Infiltrator's Key (Dormant)"},{"id":15836,"c":4,"u":"infiltrator's%20key%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"infiltrator's key (exalted)|egw","m":"items/EGW/Infiltrator's Key.webp","xF":{"ft":"loot"},"n":"Infiltrator's Key (Exalted)"},{"id":15837,"c":4,"u":"lash%20of%20shadows%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"lash of shadows (awakened)|egw","m":"items/EGW/Lash of Shadows.webp","xF":{"ft":"loot"},"n":"Lash of Shadows (Awakened)"},{"id":15838,"c":4,"u":"lash%20of%20shadows%20(dormant)_egw","p":276,"s":28,"h":1,"dP":1,"t":12,"uu":"lash of shadows (dormant)|egw","m":"items/EGW/Lash of Shadows.webp","xF":{"ft":"weapon"},"n":"Lash of Shadows (Dormant)"},{"id":15839,"c":4,"u":"lash%20of%20shadows%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"lash of shadows (exalted)|egw","m":"items/EGW/Lash of Shadows.webp","xF":{"ft":"loot"},"n":"Lash of Shadows (Exalted)"},{"id":15840,"c":4,"u":"luxon%20beacon_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"luxon beacon|egw","m":"items/EGW/Luxon Beacon.webp","xF":{"ft":"equipment"},"n":"Luxon Beacon"},{"id":15841,"c":4,"u":"mace%20of%20the%20black%20crown%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"mace of the black crown (awakened)|egw","m":"items/EGW/Mace of the Black Crown.webp","xF":{"ft":"loot"},"n":"Mace of the Black Crown (Awakened)"},{"id":15842,"c":4,"u":"mace%20of%20the%20black%20crown%20(dormant)_egw","p":276,"s":28,"h":1,"dP":1,"t":12,"uu":"mace of the black crown (dormant)|egw","m":"items/EGW/Mace of the Black Crown.webp","xF":{"ft":"weapon"},"n":"Mace of the Black Crown (Dormant)"},{"id":15843,"c":4,"u":"mace%20of%20the%20black%20crown%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"mace of the black crown (exalted)|egw","m":"items/EGW/Mace of the Black Crown.webp","xF":{"ft":"loot"},"n":"Mace of the Black Crown (Exalted)"},{"id":15844,"c":4,"u":"moorbounder_egw","p":132,"s":28,"h":1,"dP":1,"t":12,"uu":"moorbounder|egw","xF":{"ft":"loot"},"n":"Moorbounder"},{"id":15845,"c":4,"u":"muroosa%20balm_egw","p":70,"s":28,"h":1,"dP":1,"t":12,"uu":"muroosa balm|egw","xF":{"ft":"loot"},"n":"Muroosa Balm"},{"id":15846,"c":4,"u":"needle%20of%20mending_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"needle of mending|egw","xF":{"ft":"weapon"},"n":"Needle of Mending"},{"id":15847,"c":4,"u":"nightfall%20pearl_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"nightfall pearl|egw","xF":{"ft":"equipment"},"n":"Nightfall Pearl"},{"id":15848,"c":4,"u":"olisuba%20leaf_egw","p":70,"s":28,"h":1,"dP":1,"t":12,"uu":"olisuba leaf|egw","xF":{"ft":"loot"},"n":"Olisuba Leaf"},{"id":15849,"c":4,"u":"orb%20of%20the%20veil_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"orb of the veil|egw","xF":{"ft":"equipment"},"n":"Orb of the Veil"},{"id":15850,"c":4,"u":"potion%20of%20maximum%20power_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"potion of maximum power|egw","xF":{"ft":"consumable"},"n":"Potion of Maximum Power"},{"id":15851,"c":4,"u":"potion%20of%20possibility_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"potion of possibility|egw","xF":{"ft":"consumable"},"n":"Potion of Possibility"},{"id":15852,"c":4,"u":"pride%20silk_egw","p":103,"s":28,"h":1,"dP":1,"t":12,"uu":"pride silk|egw","xF":{"ft":"loot"},"n":"Pride Silk"},{"id":15853,"c":4,"u":"pride%20silk%20outfit_egw","p":103,"s":28,"h":1,"dP":1,"t":12,"uu":"pride silk outfit|egw","xF":{"ft":"loot"},"n":"Pride Silk Outfit"},{"id":15854,"c":4,"u":"reincarnation%20dust_egw","p":268,"s":28,"h":1,"dP":1,"t":12,"uu":"reincarnation dust|egw","xF":{"ft":"equipment"},"n":"Reincarnation Dust"},{"id":15855,"c":4,"u":"ring%20of%20obscuring_egw","p":269,"s":28,"h":1,"dP":1,"t":12,"uu":"ring of obscuring|egw","m":"items/EGW/Ring of Obscuring.webp","xF":{"ft":"equipment"},"n":"Ring of Obscuring"},{"id":15856,"c":4,"u":"ring%20of%20temporal%20salvation_egw","p":269,"s":28,"h":1,"dP":1,"t":12,"uu":"ring of temporal salvation|egw","xF":{"ft":"equipment"},"n":"Ring of Temporal Salvation"},{"id":15857,"c":4,"u":"rod%20of%20retribution_egw","p":269,"s":28,"h":1,"dP":1,"t":12,"uu":"rod of retribution|egw","xF":{"ft":"consumable"},"n":"Rod of Retribution"},{"id":15858,"c":4,"u":"ruin's%20wake%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"ruin's wake (awakened)|egw","m":"items/EGW/Ruin's Wake.webp","xF":{"ft":"loot"},"n":"Ruin's Wake (Awakened)"},{"id":15859,"c":4,"u":"ruin's%20wake%20(dormant)_egw","p":277,"s":28,"h":1,"dP":1,"t":12,"uu":"ruin's wake (dormant)|egw","m":"items/EGW/Ruin's Wake.webp","xF":{"ft":"weapon"},"n":"Ruin's Wake (Dormant)"},{"id":15860,"c":4,"u":"ruin's%20wake%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"ruin's wake (exalted)|egw","m":"items/EGW/Ruin's Wake.webp","xF":{"ft":"loot"},"n":"Ruin's Wake (Exalted)"},{"id":15861,"c":4,"u":"silken%20spite%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"silken spite (awakened)|egw","xF":{"ft":"loot"},"n":"Silken Spite (Awakened)"},{"id":15862,"c":4,"u":"silken%20spite%20(dormant)_egw","p":277,"s":28,"h":1,"dP":1,"t":12,"uu":"silken spite (dormant)|egw","xF":{"ft":"weapon"},"n":"Silken Spite (Dormant)"},{"id":15863,"c":4,"u":"silken%20spite%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"silken spite (exalted)|egw","xF":{"ft":"loot"},"n":"Silken Spite (Exalted)"},{"id":15864,"c":4,"u":"skyship_egw","p":72,"s":28,"h":1,"dP":1,"t":12,"uu":"skyship|egw","xF":{"ft":"loot"},"n":"Skyship"},{"id":15865,"c":4,"u":"soothsalts_egw","p":152,"s":28,"h":1,"dP":1,"t":12,"uu":"soothsalts|egw","xF":{"ft":"consumable"},"n":"Soothsalts"},{"id":15866,"c":4,"u":"spell%20bottle_egw","p":269,"s":28,"h":1,"dP":1,"t":12,"uu":"spell bottle|egw","m":"items/EGW/Spell Bottle.webp","xF":{"ft":"equipment"},"n":"Spell Bottle"},{"id":15867,"c":4,"u":"staff%20of%20dunamancy_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"staff of dunamancy|egw","xF":{"ft":"weapon"},"n":"Staff of Dunamancy"},{"id":15868,"c":4,"u":"staff%20of%20the%20ivory%20claw_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"staff of the ivory claw|egw","xF":{"ft":"weapon"},"n":"Staff of the Ivory Claw"},{"id":15869,"c":4,"u":"stormgirdle%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"stormgirdle (awakened)|egw","xF":{"ft":"loot"},"n":"Stormgirdle (Awakened)"},{"id":15870,"c":4,"u":"stormgirdle%20(dormant)_egw","p":273,"s":28,"h":1,"dP":1,"t":12,"uu":"stormgirdle (dormant)|egw","xF":{"ft":"equipment"},"n":"Stormgirdle (Dormant)"},{"id":15871,"c":4,"u":"stormgirdle%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"stormgirdle (exalted)|egw","xF":{"ft":"loot"},"n":"Stormgirdle (Exalted)"},{"id":15872,"c":4,"u":"the%20bloody%20end%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"the bloody end (awakened)|egw","xF":{"ft":"loot"},"n":"The Bloody End (Awakened)"},{"id":15873,"c":4,"u":"the%20bloody%20end%20(dormant)_egw","p":278,"s":28,"h":1,"dP":1,"t":12,"uu":"the bloody end (dormant)|egw","xF":{"ft":"weapon"},"n":"The Bloody End (Dormant)"},{"id":15874,"c":4,"u":"the%20bloody%20end%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"the bloody end (exalted)|egw","xF":{"ft":"loot"},"n":"The Bloody End (Exalted)"},{"id":15875,"c":4,"u":"theki%20root_egw","p":70,"s":28,"h":1,"dP":1,"t":12,"uu":"theki root|egw","xF":{"ft":"consumable"},"n":"Theki Root"},{"id":15876,"c":4,"u":"verminshroud%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"verminshroud (awakened)|egw","xF":{"ft":"loot"},"n":"Verminshroud (Awakened)"},{"id":15877,"c":4,"u":"verminshroud%20(dormant)_egw","p":273,"s":28,"h":1,"dP":1,"t":12,"uu":"verminshroud (dormant)|egw","xF":{"ft":"equipment"},"n":"Verminshroud (Dormant)"},{"id":15878,"c":4,"u":"verminshroud%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"verminshroud (exalted)|egw","xF":{"ft":"loot"},"n":"Verminshroud (Exalted)"},{"id":15879,"c":4,"u":"vox%20seeker_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"vox seeker|egw","xF":{"ft":"equipment"},"n":"Vox Seeker"},{"id":15880,"c":4,"u":"will%20of%20the%20talon%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"will of the talon (awakened)|egw","xF":{"ft":"loot"},"n":"Will of the Talon (Awakened)"},{"id":15881,"c":4,"u":"will%20of%20the%20talon%20(dormant)_egw","p":279,"s":28,"h":1,"dP":1,"t":12,"uu":"will of the talon (dormant)|egw","xF":{"ft":"weapon"},"n":"Will of the Talon (Dormant)"},{"id":15882,"c":4,"u":"will%20of%20the%20talon%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"will of the talon (exalted)|egw","xF":{"ft":"loot"},"n":"Will of the Talon (Exalted)"},{"id":15883,"c":4,"u":"willowshade%20oil_egw","p":70,"s":28,"h":1,"dP":1,"t":12,"uu":"willowshade oil|egw","xF":{"ft":"loot"},"n":"Willowshade Oil"},{"id":15884,"c":4,"u":"wreath%20of%20the%20prism%20(awakened)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"wreath of the prism (awakened)|egw","m":"items/EGW/Wreath of the Prism.webp","xF":{"ft":"loot"},"n":"Wreath of the Prism (Awakened)"},{"id":15885,"c":4,"u":"wreath%20of%20the%20prism%20(dormant)_egw","p":274,"s":28,"h":1,"dP":1,"t":12,"uu":"wreath of the prism (dormant)|egw","m":"items/EGW/Wreath of the Prism.webp","xF":{"ft":"equipment"},"n":"Wreath of the Prism (Dormant)"},{"id":15886,"c":4,"u":"wreath%20of%20the%20prism%20(exalted)_egw","s":28,"h":1,"dP":1,"t":12,"uu":"wreath of the prism (exalted)|egw","m":"items/EGW/Wreath of the Prism.webp","xF":{"ft":"loot"},"n":"Wreath of the Prism (Exalted)"},{"id":15887,"c":4,"u":"aerenal%20trinket_erlw","p":134,"s":29,"h":1,"t":12,"uu":"aerenal trinket|erlw","xF":{"ft":"loot"},"n":"Aerenal Trinket"},{"id":15888,"c":4,"u":"arcane%20propulsion%20arm_erlw","p":276,"s":29,"h":1,"t":12,"uu":"arcane propulsion arm|erlw","xF":{"ft":"weapon"},"n":"Arcane Propulsion Arm"},{"id":15889,"c":4,"u":"argonnessen%20trinket_erlw","p":134,"s":29,"h":1,"t":12,"uu":"argonnessen trinket|erlw","xF":{"ft":"loot"},"n":"Argonnessen Trinket"},{"id":15890,"c":4,"u":"belashyrra's%20beholder%20crown_erlw","p":276,"s":29,"h":1,"t":12,"uu":"belashyrra's beholder crown|erlw","xF":{"ft":"equipment"},"n":"Belashyrra's Beholder Crown"},{"id":15891,"c":4,"u":"cleansing%20stone_erlw","p":276,"s":29,"h":1,"t":12,"uu":"cleansing stone|erlw","xF":{"ft":"equipment"},"n":"Cleansing Stone"},{"id":15892,"c":4,"u":"common%20glamerweave_erlw","p":277,"s":29,"h":1,"t":12,"uu":"common glamerweave|erlw","xF":{"ft":"equipment"},"n":"Common Glamerweave"},{"id":15893,"c":4,"u":"docent_erlw","p":276,"s":29,"h":1,"t":12,"uu":"docent|erlw","xF":{"ft":"equipment"},"n":"Docent"},{"id":15894,"c":4,"u":"dragon's%20blood_erlw","p":244,"s":29,"h":1,"t":12,"uu":"dragon's blood|erlw","xF":{"ft":"loot"},"n":"Dragon's Blood"},{"id":15895,"c":4,"u":"dreamlily_erlw","p":244,"s":29,"h":1,"t":12,"uu":"dreamlily|erlw","xF":{"ft":"consumable"},"n":"Dreamlily"},{"id":15896,"c":4,"u":"dyrrn's%20tentacle%20whip_erlw","p":276,"s":29,"h":1,"t":12,"uu":"dyrrn's tentacle whip|erlw","xF":{"ft":"weapon"},"n":"Dyrrn's Tentacle Whip"},{"id":15897,"c":4,"u":"earworm_erlw","p":277,"s":29,"h":1,"t":12,"uu":"earworm|erlw","xF":{"ft":"equipment"},"n":"Earworm"},{"id":15898,"c":4,"u":"everbright%20lantern_erlw","p":277,"s":29,"h":1,"t":12,"uu":"everbright lantern|erlw","xF":{"ft":"equipment"},"n":"Everbright Lantern"},{"id":15899,"c":4,"u":"feather%20token_erlw","p":277,"s":29,"h":1,"t":12,"uu":"feather token|erlw","xF":{"ft":"equipment"},"n":"Feather Token"},{"id":15900,"c":4,"u":"finder's%20goggles_erlw","p":277,"s":29,"h":1,"t":12,"uu":"finder's goggles|erlw","xF":{"ft":"equipment"},"n":"Finder's Goggles"},{"id":15901,"c":4,"u":"frostfell%20and%20everice%20trinket_erlw","p":136,"s":29,"h":1,"t":12,"uu":"frostfell and everice trinket|erlw","xF":{"ft":"loot"},"n":"Frostfell and Everice Trinket"},{"id":15902,"c":4,"u":"keycharm_erlw","p":277,"s":29,"h":1,"t":12,"uu":"keycharm|erlw","xF":{"ft":"equipment"},"n":"Keycharm"},{"id":15903,"c":4,"u":"khyber%20trinket_erlw","p":135,"s":29,"h":1,"t":12,"uu":"khyber trinket|erlw","xF":{"ft":"loot"},"n":"Khyber Trinket"},{"id":15904,"c":4,"u":"kyrzin's%20ooze_erlw","p":278,"s":29,"h":1,"t":12,"uu":"kyrzin's ooze|erlw","xF":{"ft":"equipment"},"n":"Kyrzin's Ooze"},{"id":15905,"c":4,"u":"living%20gloves_erlw","p":278,"s":29,"h":1,"t":12,"uu":"living gloves|erlw","xF":{"ft":"equipment"},"n":"Living Gloves"},{"id":15906,"c":4,"u":"mournland%20trinket_erlw","p":222,"s":29,"h":1,"t":12,"uu":"mournland trinket|erlw","xF":{"ft":"loot"},"n":"Mournland Trinket"},{"id":15907,"c":4,"u":"sarlona%20trinket_erlw","p":138,"s":29,"h":1,"t":12,"uu":"sarlona trinket|erlw","xF":{"ft":"loot"},"n":"Sarlona Trinket"},{"id":15908,"c":4,"u":"scribe's%20pen_erlw","p":278,"s":29,"h":1,"t":12,"uu":"scribe's pen|erlw","xF":{"ft":"equipment"},"n":"Scribe's Pen"},{"id":15909,"c":4,"u":"shiftweave_erlw","p":279,"s":29,"h":1,"t":12,"uu":"shiftweave|erlw","xF":{"ft":"equipment"},"n":"Shiftweave"},{"id":15910,"c":4,"u":"speaking%20stone_erlw","p":279,"s":29,"h":1,"t":12,"uu":"speaking stone|erlw","xF":{"ft":"equipment"},"n":"Speaking Stone"},{"id":15911,"c":4,"u":"spellshard_erlw","p":279,"s":29,"h":1,"t":12,"uu":"spellshard|erlw","xF":{"ft":"equipment"},"n":"Spellshard"},{"id":15912,"c":4,"u":"uncommon%20glamerweave_erlw","p":277,"s":29,"h":1,"t":12,"uu":"uncommon glamerweave|erlw","xF":{"ft":"equipment"},"n":"Uncommon Glamerweave"},{"id":15913,"c":4,"u":"ventilating%20lungs_erlw","p":279,"s":29,"h":1,"t":12,"uu":"ventilating lungs|erlw","xF":{"ft":"equipment"},"n":"Ventilating Lungs"},{"id":15914,"c":4,"u":"wand%20sheath_erlw","p":279,"s":29,"h":1,"t":12,"uu":"wand sheath|erlw","xF":{"ft":"equipment"},"n":"Wand Sheath"},{"id":15915,"c":4,"u":"wheel%20of%20wind%20and%20water_erlw","p":280,"s":29,"h":1,"t":12,"uu":"wheel of wind and water|erlw","xF":{"ft":"equipment"},"n":"Wheel of Wind and Water"},{"id":15916,"c":4,"u":"xen'drik%20trinket_erlw","p":140,"s":29,"h":1,"t":12,"uu":"xen'drik trinket|erlw","xF":{"ft":"loot"},"n":"Xen'drik Trinket"},{"id":15917,"c":4,"u":"azorius%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"azorius guild signet|ggr","m":"items/GGR/Azorius Guild Signet.webp","xF":{"ft":"equipment"},"n":"Azorius Guild Signet"},{"id":15918,"c":4,"u":"azorius%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"azorius keyrune|ggr","m":"items/GGR/Azorius Keyrune.webp","xF":{"ft":"equipment"},"n":"Azorius Keyrune"},{"id":15919,"c":4,"u":"boros%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"boros guild signet|ggr","m":"items/GGR/Boros Guild Signet.webp","xF":{"ft":"equipment"},"n":"Boros Guild Signet"},{"id":15920,"c":4,"u":"boros%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"boros keyrune|ggr","m":"items/GGR/Boros Keyrune.webp","xF":{"ft":"equipment"},"n":"Boros Keyrune"},{"id":15921,"c":4,"u":"copper%20alms-coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"copper alms-coin|ggr","xF":{"ft":"loot"},"n":"Copper Alms-Coin"},{"id":15922,"c":4,"u":"copper%20zib_ggr","p":9,"s":31,"h":1,"t":12,"uu":"copper zib|ggr","xF":{"ft":"loot"},"n":"Copper Zib"},{"id":15923,"c":4,"u":"dimir%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"dimir guild signet|ggr","m":"items/GGR/Dimir Guild Signet.webp","xF":{"ft":"equipment"},"n":"Dimir Guild Signet"},{"id":15924,"c":4,"u":"dimir%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"dimir keyrune|ggr","m":"items/GGR/Dimir Keyrune.webp","xF":{"ft":"equipment"},"n":"Dimir Keyrune"},{"id":15925,"c":4,"u":"electrum%2050-zib%20coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"electrum 50-zib coin|ggr","xF":{"ft":"loot"},"n":"Electrum 50-Zib Coin"},{"id":15926,"c":4,"u":"gold%205-zino%20coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"gold 5-zino coin|ggr","xF":{"ft":"loot"},"n":"Gold 5-Zino Coin"},{"id":15927,"c":4,"u":"gold%20zino_ggr","p":9,"s":31,"h":1,"t":12,"uu":"gold zino|ggr","xF":{"ft":"loot"},"n":"Gold Zino"},{"id":15928,"c":4,"u":"golgari%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"golgari guild signet|ggr","m":"items/GGR/Golgari Guild Signet.webp","xF":{"ft":"equipment"},"n":"Golgari Guild Signet"},{"id":15929,"c":4,"u":"golgari%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"golgari keyrune|ggr","m":"items/GGR/Golgari Keyrune.webp","xF":{"ft":"equipment"},"n":"Golgari Keyrune"},{"id":15930,"c":4,"u":"gruul%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"gruul guild signet|ggr","m":"items/GGR/Gruul Guild Signet.webp","xF":{"ft":"equipment"},"n":"Gruul Guild Signet"},{"id":15931,"c":4,"u":"gruul%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"gruul keyrune|ggr","m":"items/GGR/Gruul Keyrune.webp","xF":{"ft":"equipment"},"n":"Gruul Keyrune"},{"id":15932,"c":4,"u":"illusionist's%20bracers_ggr","p":178,"s":31,"h":1,"t":12,"uu":"illusionist's bracers|ggr","m":"items/GGR/Illusionist's Bracers.webp","xF":{"ft":"equipment"},"n":"Illusionist's Bracers"},{"id":15933,"c":4,"u":"izzet%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"izzet guild signet|ggr","m":"items/GGR/Izzet Guild Signet.webp","xF":{"ft":"equipment"},"n":"Izzet Guild Signet"},{"id":15934,"c":4,"u":"izzet%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"izzet keyrune|ggr","m":"items/GGR/Izzet Keyrune.webp","xF":{"ft":"equipment"},"n":"Izzet Keyrune"},{"id":15935,"c":4,"u":"mizzium%20apparatus_ggr","p":179,"s":31,"h":1,"t":12,"uu":"mizzium apparatus|ggr","m":"items/GGR/Mizzium Apparatus.webp","xF":{"ft":"equipment"},"n":"Mizzium Apparatus"},{"id":15936,"c":4,"u":"mizzium%20mortar_ggr","p":179,"s":31,"h":1,"t":12,"uu":"mizzium mortar|ggr","xF":{"ft":"equipment"},"n":"Mizzium Mortar"},{"id":15937,"c":4,"u":"moodmark%20paint_ggr","p":180,"s":31,"h":1,"t":12,"uu":"moodmark paint|ggr","m":"items/GGR/Moodmark Paint.webp","xF":{"ft":"equipment"},"n":"Moodmark Paint"},{"id":15938,"c":4,"u":"orzhov%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"orzhov guild signet|ggr","m":"items/GGR/Orzhov Guild Signet.webp","xF":{"ft":"equipment"},"n":"Orzhov Guild Signet"},{"id":15939,"c":4,"u":"orzhov%20keyrune_ggr","p":178,"s":31,"h":1,"t":12,"uu":"orzhov keyrune|ggr","m":"items/GGR/Orzhov Keyrune.webp","xF":{"ft":"equipment"},"n":"Orzhov Keyrune"},{"id":15940,"c":4,"u":"pariah's%20shield_ggr","p":180,"s":31,"h":1,"t":12,"uu":"pariah's shield|ggr","m":"items/GGR/Pariah's Shield.webp","xF":{"ft":"equipment"},"n":"Pariah's Shield"},{"id":15941,"c":4,"u":"peregrine%20mask_ggr","p":180,"s":31,"h":1,"t":12,"uu":"peregrine mask|ggr","m":"items/GGR/Peregrine Mask.webp","xF":{"ft":"equipment"},"n":"Peregrine Mask"},{"id":15942,"c":4,"u":"platinum%2010-zino%20coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"platinum 10-zino coin|ggr","xF":{"ft":"loot"},"n":"Platinum 10-Zino Coin"},{"id":15943,"c":4,"u":"platinum%20100-zino%20coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"platinum 100-zino coin|ggr","xF":{"ft":"loot"},"n":"Platinum 100-Zino Coin"},{"id":15944,"c":4,"u":"pyroconverger_ggr","p":180,"s":31,"h":1,"t":12,"uu":"pyroconverger|ggr","m":"items/GGR/Pyroconverger.webp","xF":{"ft":"equipment"},"n":"Pyroconverger"},{"id":15945,"c":4,"u":"rakdos%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"rakdos guild signet|ggr","m":"items/GGR/Rakdos Guild Signet.webp","xF":{"ft":"equipment"},"n":"Rakdos Guild Signet"},{"id":15946,"c":4,"u":"rakdos%20keyrune_ggr","p":178,"s":31,"h":1,"t":12,"uu":"rakdos keyrune|ggr","m":"items/GGR/Rakdos Keyrune.webp","xF":{"ft":"equipment"},"n":"Rakdos Keyrune"},{"id":15947,"c":4,"u":"rakdos%20riteknife_ggr","p":180,"s":31,"h":1,"t":12,"uu":"rakdos riteknife|ggr","m":"items/GGR/Rakdos Riteknife.webp","xF":{"ft":"weapon"},"n":"Rakdos Riteknife"},{"id":15948,"c":4,"u":"selesnya%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"selesnya guild signet|ggr","m":"items/GGR/Selesnya Guild Signet.webp","xF":{"ft":"equipment"},"n":"Selesnya Guild Signet"},{"id":15949,"c":4,"u":"selesnya%20keyrune_ggr","p":178,"s":31,"h":1,"t":12,"uu":"selesnya keyrune|ggr","m":"items/GGR/Selesnya Keyrune.webp","xF":{"ft":"equipment"},"n":"Selesnya Keyrune"},{"id":15950,"c":4,"u":"silver%2025-zib%20coin_ggr","p":9,"s":31,"h":1,"t":12,"uu":"silver 25-zib coin|ggr","xF":{"ft":"loot"},"n":"Silver 25-Zib Coin"},{"id":15951,"c":4,"u":"simic%20guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"simic guild signet|ggr","m":"items/GGR/Simic Guild Signet.webp","xF":{"ft":"equipment"},"n":"Simic Guild Signet"},{"id":15952,"c":4,"u":"simic%20keyrune_ggr","p":178,"s":31,"h":1,"t":12,"uu":"simic keyrune|ggr","m":"items/GGR/Simic Keyrune.webp","xF":{"ft":"equipment"},"n":"Simic Keyrune"},{"id":15953,"c":4,"u":"skyblinder%20staff_ggr","p":181,"s":31,"h":1,"t":12,"uu":"skyblinder staff|ggr","m":"items/GGR/Skyblinder Staff.webp","xF":{"ft":"weapon"},"n":"Skyblinder Staff"},{"id":15954,"c":4,"u":"spies'%20murmur_ggr","p":181,"s":31,"h":1,"t":12,"uu":"spies' murmur|ggr","xF":{"ft":"equipment"},"n":"Spies' Murmur"},{"id":15955,"c":4,"u":"sunforger_ggr","p":181,"s":31,"h":1,"t":12,"uu":"sunforger|ggr","m":"items/GGR/Sunforger.webp","xF":{"ft":"weapon"},"n":"Sunforger"},{"id":15956,"c":4,"u":"sword%20of%20the%20paruns_ggr","p":181,"s":31,"h":1,"t":12,"uu":"sword of the paruns|ggr","m":"items/GGR/Sword of the Paruns.webp","xF":{"ft":"weapon"},"n":"Sword of the Paruns"},{"id":15957,"c":4,"u":"voyager%20staff_ggr","p":181,"s":31,"h":1,"t":12,"uu":"voyager staff|ggr","xF":{"ft":"weapon"},"n":"Voyager Staff"},{"id":15958,"c":4,"u":"arcane%20oil_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"arcane oil|ghloe","xF":{"ft":"consumable"},"n":"Arcane Oil"},{"id":15959,"c":4,"u":"brazen%20armor_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"brazen armor|ghloe","xF":{"ft":"equipment"},"n":"Brazen Armor"},{"id":15960,"c":4,"u":"coat%20of%20lies_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"coat of lies|ghloe","xF":{"ft":"equipment"},"n":"Coat of Lies"},{"id":15961,"c":4,"u":"glass-studded%20armor_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"glass-studded armor|ghloe","xF":{"ft":"equipment"},"n":"Glass-Studded Armor"},{"id":15962,"c":4,"u":"knifewing%20cape_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"knifewing cape|ghloe","xF":{"ft":"equipment"},"n":"Knifewing Cape"},{"id":15963,"c":4,"u":"lindwyrm%20venom_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"lindwyrm venom|ghloe","xF":{"ft":"consumable"},"n":"Lindwyrm Venom"},{"id":15964,"c":4,"u":"lycanthropy%20antidote_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"lycanthropy antidote|ghloe","xF":{"ft":"consumable"},"n":"Lycanthropy Antidote"},{"id":15965,"c":4,"u":"ready%20gunk_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"ready gunk|ghloe","xF":{"ft":"equipment"},"n":"Ready Gunk"},{"id":15966,"c":4,"u":"wand%20of%20silence_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"wand of silence|ghloe","xF":{"ft":"consumable"},"n":"Wand of Silence"},{"id":15967,"c":4,"u":"charm%20of%20plant%20command_gos","p":229,"s":33,"h":1,"t":12,"uu":"charm of plant command|gos","xF":{"ft":"equipment"},"n":"Charm of Plant Command"},{"id":15968,"c":4,"u":"cursed%20luckstone_gos","p":229,"s":33,"h":1,"t":12,"uu":"cursed luckstone|gos","xF":{"ft":"equipment"},"n":"Cursed Luckstone"},{"id":15969,"c":4,"u":"helm%20of%20underwater%20action_gos","p":229,"s":33,"h":1,"t":12,"uu":"helm of underwater action|gos","xF":{"ft":"equipment"},"n":"Helm of Underwater Action"},{"id":15970,"c":4,"u":"pipe%20of%20remembrance_gos","p":229,"s":33,"h":1,"t":12,"uu":"pipe of remembrance|gos","xF":{"ft":"equipment"},"n":"Pipe of Remembrance"},{"id":15971,"c":4,"u":"pressure%20capsule_gos","p":229,"s":33,"h":1,"t":12,"uu":"pressure capsule|gos","xF":{"ft":"equipment"},"n":"Pressure Capsule"},{"id":15972,"c":4,"u":"sekolahian%20worshiping%20statuette_gos","p":229,"s":33,"h":1,"t":12,"uu":"sekolahian worshiping statuette|gos","xF":{"ft":"equipment"},"n":"Sekolahian Worshiping Statuette"},{"id":15973,"c":4,"u":"winter's%20dark%20bite_hftt","p":4,"s":34,"h":1,"dP":1,"t":12,"uu":"winter's dark bite|hftt","xF":{"ft":"weapon"},"n":"Winter's Dark Bite"},{"id":15974,"c":4,"u":"black%20dragon%20mask_hotdq","p":94,"s":36,"h":1,"t":12,"uu":"black dragon mask|hotdq","xF":{"ft":"equipment"},"n":"Black Dragon Mask"},{"id":15975,"c":4,"u":"dragongleam_hotdq","p":84,"s":36,"h":1,"t":12,"uu":"dragongleam|hotdq","xF":{"ft":"weapon"},"n":"Dragongleam"},{"id":15976,"c":4,"u":"hazirawn_hotdq","p":94,"s":36,"h":1,"t":12,"uu":"hazirawn|hotdq","xF":{"ft":"weapon"},"n":"Hazirawn"},{"id":15977,"c":4,"u":"insignia%20of%20claws_hotdq","p":94,"s":36,"h":1,"t":12,"uu":"insignia of claws|hotdq","xF":{"ft":"equipment"},"n":"Insignia of Claws"},{"id":15978,"c":4,"u":"tankard%20of%20plenty_hotdq","p":74,"s":36,"h":1,"t":12,"uu":"tankard of plenty|hotdq","xF":{"ft":"loot"},"n":"Tankard of Plenty"},{"id":15979,"c":4,"u":"wand%20of%20winter_hotdq","p":94,"s":36,"h":1,"t":12,"uu":"wand of winter|hotdq","m":"items/HotDQ/Wand of Winter.webp","xF":{"ft":"consumable"},"n":"Wand of Winter"},{"id":15980,"c":4,"u":"abracadabrus_idrotf","p":314,"s":37,"h":1,"t":12,"uu":"abracadabrus|idrotf","xF":{"ft":"equipment"},"n":"Abracadabrus"},{"id":15981,"c":4,"u":"axe%20beak_idrotf","p":20,"s":37,"h":1,"t":12,"uu":"axe beak|idrotf","m":"items/IDRotF/Axe Beak.webp","xF":{"ft":"loot"},"n":"Axe Beak"},{"id":15982,"c":4,"u":"cauldron%20of%20plenty_idrotf","p":314,"s":37,"h":1,"t":12,"uu":"cauldron of plenty|idrotf","xF":{"ft":"equipment"},"n":"Cauldron of Plenty"},{"id":15983,"c":4,"u":"clothing%2c%20cold%20weather_idrotf","p":20,"s":37,"h":1,"t":12,"uu":"clothing, cold weather|idrotf","xF":{"ft":"loot"},"n":"Clothing, cold weather"},{"id":15984,"c":4,"u":"crampons_idrotf","p":20,"s":37,"h":1,"t":12,"uu":"crampons|idrotf","xF":{"ft":"loot"},"n":"Crampons"},{"id":15985,"c":4,"u":"dogsled_idrotf","p":20,"s":37,"h":1,"t":12,"uu":"dogsled|idrotf","xF":{"ft":"loot"},"n":"Dogsled"},{"id":15986,"c":4,"u":"hook%20of%20fisher's%20delight_idrotf","p":314,"s":37,"h":1,"t":12,"uu":"hook of fisher's delight|idrotf","xF":{"ft":"equipment"},"n":"Hook of Fisher's Delight"},{"id":15987,"c":4,"u":"icewind%20dale%20trinket_idrotf","p":263,"s":37,"h":1,"t":12,"uu":"icewind dale trinket|idrotf","m":"items/IDRotF/Icewind Dale Trinket.webp","xF":{"ft":"loot"},"n":"Icewind Dale Trinket"},{"id":15988,"c":4,"u":"iron%20ball_idrotf","p":238,"s":37,"h":1,"t":12,"uu":"iron ball|idrotf","xF":{"ft":"weapon"},"n":"Iron Ball"},{"id":15989,"c":4,"u":"lantern%20of%20tracking_idrotf","p":314,"s":37,"h":1,"t":12,"uu":"lantern of tracking|idrotf","xF":{"ft":"equipment"},"n":"Lantern of Tracking"},{"id":15990,"c":4,"u":"orc%20stone_idrotf","p":264,"s":37,"h":1,"t":12,"uu":"orc stone|idrotf","xF":{"ft":"equipment"},"n":"Orc Stone"},{"id":15991,"c":4,"u":"professor%20skant_idrotf","p":315,"s":37,"h":1,"t":12,"uu":"professor skant|idrotf","xF":{"ft":"loot"},"n":"Professor Skant"},{"id":15992,"c":4,"u":"psi%20crystal_idrotf","p":315,"s":37,"h":1,"t":12,"uu":"psi crystal|idrotf","m":"items/IDRotF/Psi Crystal.webp","xF":{"ft":"equipment"},"n":"Psi Crystal"},{"id":15993,"c":4,"u":"scroll%20of%20tarrasque%20summoning_idrotf","p":315,"s":37,"h":1,"t":12,"uu":"scroll of tarrasque summoning|idrotf","xF":{"ft":"consumable"},"n":"Scroll of Tarrasque Summoning"},{"id":15994,"c":4,"u":"scroll%20of%20the%20comet_idrotf","p":315,"s":37,"h":1,"t":12,"uu":"scroll of the comet|idrotf","xF":{"ft":"consumable"},"n":"Scroll of the Comet"},{"id":15995,"c":4,"u":"shield%20guardian%20amulet_idrotf","p":149,"s":37,"h":1,"t":12,"uu":"shield guardian amulet|idrotf","m":"items/IDRotF/Shield Guardian Amulet.webp","xF":{"ft":"equipment"},"n":"Shield Guardian Amulet"},{"id":15996,"c":4,"u":"sled%20dog_idrotf","p":20,"s":37,"h":1,"t":12,"uu":"sled dog|idrotf","xF":{"ft":"loot"},"n":"Sled Dog"},{"id":15997,"c":4,"u":"snowshoes_idrotf","p":20,"s":37,"h":1,"t":12,"uu":"snowshoes|idrotf","xF":{"ft":"loot"},"n":"Snowshoes"},{"id":15998,"c":4,"u":"the%20codicil%20of%20white_idrotf","p":317,"s":37,"h":1,"t":12,"uu":"the codicil of white|idrotf","m":"items/IDRotF/The Codicil of White.webp","xF":{"ft":"equipment"},"n":"The Codicil of White"},{"id":15999,"c":4,"u":"the%20incantations%20of%20iriolarthas_idrotf","p":317,"s":37,"h":1,"t":12,"uu":"the incantations of iriolarthas|idrotf","m":"items/IDRotF/The Incantations of Iriolarthas.webp","xF":{"ft":"loot"},"n":"The Incantations of Iriolarthas"},{"id":16000,"c":4,"u":"thermal%20cube_idrotf","p":316,"s":37,"h":1,"t":12,"uu":"thermal cube|idrotf","xF":{"ft":"equipment"},"n":"Thermal Cube"},{"id":16001,"c":4,"u":"ythryn%20mythallar_idrotf","p":316,"s":37,"h":1,"t":12,"uu":"ythryn mythallar|idrotf","xF":{"ft":"equipment"},"n":"Ythryn Mythallar"},{"id":16002,"c":4,"u":"biza's%20breath_jttrc","p":70,"s":38,"h":1,"t":12,"uu":"biza's breath|jttrc","xF":{"ft":"consumable"},"n":"Biza's Breath"},{"id":16003,"c":4,"u":"black%20ghost%20orchid%20seed_jttrc","p":212,"s":38,"h":1,"t":12,"uu":"black ghost orchid seed|jttrc","xF":{"ft":"consumable"},"n":"Black Ghost Orchid Seed"},{"id":16004,"c":4,"u":"hammock%20of%20worlds_jttrc","p":214,"s":38,"h":1,"t":12,"uu":"hammock of worlds|jttrc","m":"items/JttRC/Hammock of Worlds.webp","xF":{"ft":"equipment"},"n":"Hammock of Worlds"},{"id":16005,"c":4,"u":"lesser%20hammock%20of%20worlds_jttrc","p":214,"s":38,"h":1,"t":12,"uu":"lesser hammock of worlds|jttrc","m":"items/JttRC/Hammock of Worlds.webp","xF":{"ft":"equipment"},"n":"Lesser Hammock of Worlds"},{"id":16006,"c":4,"u":"white%20ghost%20orchid%20seed_jttrc","p":212,"s":38,"h":1,"t":12,"uu":"white ghost orchid seed|jttrc","xF":{"ft":"consumable"},"n":"White Ghost Orchid Seed"},{"id":16007,"c":4,"u":"book%20of%20vile%20darkness%20(variant)_kftgv","p":207,"s":39,"h":1,"t":12,"uu":"book of vile darkness (variant)|kftgv","m":"items/DMG/Book of Vile Darkness.webp","xF":{"ft":"loot"},"n":"Book of Vile Darkness (Variant)"},{"id":16008,"c":4,"u":"constantori's%20portrait_kftgv","p":101,"s":39,"h":1,"t":12,"uu":"constantori's portrait|kftgv","m":"items/KftGV/Constantoris Portrait.webp","xF":{"ft":"equipment"},"n":"Constantori's Portrait"},{"id":16009,"c":4,"u":"shard%20of%20xeluan_kftgv","p":134,"s":39,"h":1,"t":12,"uu":"shard of xeluan|kftgv","m":"items/KftGV/Shard of Xeluan.webp","xF":{"ft":"equipment"},"n":"Shard of Xeluan"},{"id":16010,"c":4,"u":"shard%20solitaire%20(black%20sapphire)_kftgv","p":193,"s":39,"h":1,"t":12,"uu":"shard solitaire (black sapphire)|kftgv","m":"items/KftGV/Shard Solitaire.webp","xF":{"ft":"equipment"},"n":"Shard Solitaire (Black Sapphire)"},{"id":16011,"c":4,"u":"shard%20solitaire%20(diamond)_kftgv","p":193,"s":39,"h":1,"t":12,"uu":"shard solitaire (diamond)|kftgv","m":"items/KftGV/Shard Solitaire.webp","xF":{"ft":"equipment"},"n":"Shard Solitaire (Diamond)"},{"id":16012,"c":4,"u":"shard%20solitaire%20(jacinth)_kftgv","p":193,"s":39,"h":1,"t":12,"uu":"shard solitaire (jacinth)|kftgv","m":"items/KftGV/Shard Solitaire.webp","xF":{"ft":"equipment"},"n":"Shard Solitaire (Jacinth)"},{"id":16013,"c":4,"u":"shard%20solitaire%20(rainbow%20pearl)_kftgv","p":193,"s":39,"h":1,"t":12,"uu":"shard solitaire (rainbow pearl)|kftgv","m":"items/KftGV/Shard Solitaire.webp","xF":{"ft":"equipment"},"n":"Shard Solitaire (Rainbow Pearl)"},{"id":16014,"c":4,"u":"shard%20solitaire%20(ruby)_kftgv","p":193,"s":39,"h":1,"t":12,"uu":"shard solitaire (ruby)|kftgv","m":"items/KftGV/Shard Solitaire.webp","xF":{"ft":"equipment"},"n":"Shard Solitaire (Ruby)"},{"id":16015,"c":4,"u":"dragonguard_lmop","p":48,"s":41,"h":1,"t":12,"uu":"dragonguard|lmop","xF":{"ft":"equipment"},"n":"Dragonguard"},{"id":16016,"c":4,"u":"hew_lmop","p":33,"s":41,"h":1,"t":12,"uu":"hew|lmop","xF":{"ft":"weapon"},"n":"Hew"},{"id":16017,"c":4,"u":"lightbringer_lmop","p":48,"s":41,"h":1,"t":12,"uu":"lightbringer|lmop","xF":{"ft":"weapon"},"n":"Lightbringer"},{"id":16018,"c":4,"u":"spider%20staff_lmop","p":53,"s":41,"h":1,"t":12,"uu":"spider staff|lmop","xF":{"ft":"weapon"},"n":"Spider Staff"},{"id":16019,"c":4,"u":"staff%20of%20defense_lmop","p":53,"s":41,"h":1,"t":12,"uu":"staff of defense|lmop","xF":{"ft":"weapon"},"n":"Staff of Defense"},{"id":16020,"c":4,"u":"keg%20of%20alchemist's%20fire_lox","p":35,"s":42,"h":1,"t":12,"uu":"keg of alchemist's fire|lox","xF":{"ft":"loot"},"n":"Keg of Alchemist's Fire"},{"id":16021,"c":4,"u":"hag%20eye_mm","p":177,"s":44,"h":1,"t":12,"uu":"hag eye|mm","xF":{"ft":"loot"},"n":"Hag Eye"},{"id":16022,"c":4,"u":"heartstone_mm","p":179,"s":44,"h":1,"t":12,"uu":"heartstone|mm","xF":{"ft":"loot"},"n":"Heartstone"},{"id":16023,"c":4,"u":"master's%20amulet_mm","p":271,"s":44,"h":1,"t":12,"uu":"master's amulet|mm","xF":{"ft":"loot"},"n":"Master's Amulet"},{"id":16024,"c":4,"u":"soul%20bag_mm","p":179,"s":44,"h":1,"t":12,"uu":"soul bag|mm","xF":{"ft":"loot"},"n":"Soul Bag"},{"id":16025,"c":4,"u":"akmon%2c%20hammer%20of%20purphoros_mot","p":198,"s":45,"h":1,"t":12,"uu":"akmon, hammer of purphoros|mot","m":"items/MOT/Akmon, Hammer of Purphoros.webp","xF":{"ft":"weapon"},"n":"Akmon, Hammer of Purphoros"},{"id":16026,"c":4,"u":"dekella%2c%20bident%20of%20thassa_mot","p":199,"s":45,"h":1,"t":12,"uu":"dekella, bident of thassa|mot","m":"items/MOT/Dekella, Bident of Thassa.webp","xF":{"ft":"weapon"},"n":"Dekella, Bident of Thassa"},{"id":16027,"c":4,"u":"ephixis%2c%20bow%20of%20nylea_mot","p":200,"s":45,"h":1,"t":12,"uu":"ephixis, bow of nylea|mot","m":"items/MOT/Ephixis, Bow of Nylea.webp","xF":{"ft":"weapon"},"n":"Ephixis, Bow of Nylea"},{"id":16028,"c":4,"u":"flying%20chariot_mot","p":196,"s":45,"h":1,"t":12,"uu":"flying chariot|mot","m":"items/MOT/Flying Chariot.webp","xF":{"ft":"equipment"},"n":"Flying Chariot"},{"id":16029,"c":4,"u":"helm%20of%20the%20gods_mot","p":196,"s":45,"h":1,"t":12,"uu":"helm of the gods|mot","xF":{"ft":"equipment"},"n":"Helm of the Gods"},{"id":16030,"c":4,"u":"khrusor%2c%20spear%20of%20heliod_mot","p":200,"s":45,"h":1,"t":12,"uu":"khrusor, spear of heliod|mot","m":"items/MOT/Khrusor, Spear of Heliod.webp","xF":{"ft":"weapon"},"n":"Khrusor, Spear of Heliod"},{"id":16031,"c":4,"u":"mastix%2c%20whip%20of%20erebos_mot","p":201,"s":45,"h":1,"t":12,"uu":"mastix, whip of erebos|mot","m":"items/MOT/Mastix, Whip of Erebos.webp","xF":{"ft":"weapon"},"n":"Mastix, Whip of Erebos"},{"id":16032,"c":4,"u":"potion%20of%20aqueous%20form_mot","p":197,"s":45,"h":1,"t":12,"uu":"potion of aqueous form|mot","xF":{"ft":"consumable"},"n":"Potion of Aqueous Form"},{"id":16033,"c":4,"u":"pyxis%20of%20pandemonium_mot","p":197,"s":45,"h":1,"t":12,"uu":"pyxis of pandemonium|mot","m":"items/MOT/Pyxis of Pandemonium.webp","xF":{"ft":"equipment"},"n":"Pyxis of Pandemonium"},{"id":16034,"c":4,"u":"siren%20song%20lyre_mot","p":198,"s":45,"h":1,"t":12,"uu":"siren song lyre|mot","xF":{"ft":"tool"},"n":"Siren Song Lyre"},{"id":16035,"c":4,"u":"sling%20bullets%20of%20althemone_mot","p":198,"s":45,"h":1,"t":12,"uu":"sling bullets of althemone|mot","xF":{"ft":"consumable"},"n":"Sling Bullets of Althemone"},{"id":16036,"c":4,"u":"two-birds%20sling_mot","p":198,"s":45,"h":1,"t":12,"uu":"two-birds sling|mot","xF":{"ft":"weapon"},"n":"Two-Birds Sling"},{"id":16037,"c":4,"u":"elven%20trinket_mtf","p":64,"s":47,"h":1,"t":12,"uu":"elven trinket|mtf","xF":{"ft":"loot"},"n":"Elven Trinket"},{"id":16038,"c":4,"u":"greater%20silver%20sword_mtf","p":89,"s":47,"h":1,"t":12,"uu":"greater silver sword|mtf","m":"items/MTF/Greater Silver Sword.webp","xF":{"ft":"weapon"},"n":"Greater Silver Sword"},{"id":16039,"c":4,"u":"infernal%20tack_mtf","p":167,"s":47,"h":1,"t":12,"uu":"infernal tack|mtf","xF":{"ft":"equipment"},"n":"Infernal Tack"},{"id":16040,"c":4,"u":"silver%20sword_mtf","p":89,"s":47,"h":1,"t":12,"uu":"silver sword|mtf","xF":{"ft":"weapon"},"n":"Silver Sword"},{"id":16041,"c":4,"u":"dawnbringer_oota","p":222,"s":48,"h":1,"t":12,"uu":"dawnbringer|oota","m":"items/OotA/Dawnbringer.webp","xF":{"ft":"weapon"},"n":"Dawnbringer"},{"id":16042,"c":4,"u":"gravenhollow%20compass%20ring_oota","p":141,"s":48,"h":1,"t":12,"uu":"gravenhollow compass ring|oota","xF":{"ft":"loot"},"n":"Gravenhollow Compass Ring"},{"id":16043,"c":4,"u":"piwafwi%20(cloak%20of%20elvenkind)_oota","p":222,"s":48,"h":1,"t":12,"uu":"piwafwi (cloak of elvenkind)|oota","m":"items/OotA/Piwafwi (Cloak of Elvenkind).webp","xF":{"ft":"equipment"},"n":"Piwafwi (Cloak of Elvenkind)"},{"id":16044,"c":4,"u":"piwafwi%20of%20fire%20resistance_oota","p":222,"s":48,"h":1,"t":12,"uu":"piwafwi of fire resistance|oota","xF":{"ft":"equipment"},"n":"Piwafwi of Fire Resistance"},{"id":16045,"c":4,"u":"spell%20gem%20(amber)_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem (amber)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Amber)"},{"id":16046,"c":4,"u":"spell%20gem%20(bloodstone)_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem (bloodstone)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Bloodstone)"},{"id":16047,"c":4,"u":"spell%20gem%20(diamond)_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem (diamond)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Diamond)"},{"id":16048,"c":4,"u":"spell%20gem%20(jade)_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem (jade)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Jade)"},{"id":16049,"c":4,"u":"spell%20gem%20(lapis%20lazuli)_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem (lapis lazuli)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Lapis lazuli)"},{"id":16050,"c":4,"u":"spell%20gem%20(obsidian)_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem (obsidian)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Obsidian)"},{"id":16051,"c":4,"u":"spell%20gem%20(quartz)_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem (quartz)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Quartz)"},{"id":16052,"c":4,"u":"spell%20gem%20(ruby)_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem (ruby)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Ruby)"},{"id":16053,"c":4,"u":"spell%20gem%20(star%20ruby)_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem (star ruby)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Star ruby)"},{"id":16054,"c":4,"u":"spell%20gem%20(topaz)_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem (topaz)|oota","xF":{"ft":"equipment"},"n":"Spell Gem (Topaz)"},{"id":16055,"c":4,"u":"stonespeaker%20crystal_oota","p":223,"s":48,"h":1,"t":12,"uu":"stonespeaker crystal|oota","m":"items/OotA/Stonespeaker Crystal.webp","xF":{"ft":"equipment"},"n":"Stonespeaker Crystal"},{"id":16056,"c":4,"u":"wand%20of%20viscid%20globs_oota","p":223,"s":48,"h":1,"t":12,"uu":"wand of viscid globs|oota","xF":{"ft":"consumable"},"n":"Wand of Viscid Globs"},{"id":16057,"c":4,"u":"bracers%20of%20celerity_pabtso","p":217,"s":50,"h":1,"t":12,"uu":"bracers of celerity|pabtso","xF":{"ft":"equipment"},"n":"Bracers of Celerity"},{"id":16058,"c":4,"u":"cape%20of%20enlargement_pabtso","p":217,"s":50,"h":1,"t":12,"uu":"cape of enlargement|pabtso","xF":{"ft":"equipment"},"n":"Cape of Enlargement"},{"id":16059,"c":4,"u":"dragonguard_pabtso","p":72,"s":50,"h":1,"t":12,"uu":"dragonguard|pabtso","xF":{"ft":"equipment"},"n":"Dragonguard"},{"id":16060,"c":4,"u":"flayer%20slayer_pabtso","p":217,"s":50,"h":1,"t":12,"uu":"flayer slayer|pabtso","xF":{"ft":"weapon"},"n":"Flayer Slayer"},{"id":16061,"c":4,"u":"hew_pabtso","p":54,"s":50,"h":1,"t":12,"uu":"hew|pabtso","xF":{"ft":"weapon"},"n":"Hew"},{"id":16062,"c":4,"u":"lightbringer_pabtso","p":72,"s":50,"h":1,"t":12,"uu":"lightbringer|pabtso","xF":{"ft":"weapon"},"n":"Lightbringer"},{"id":16063,"c":4,"u":"luminous%20war%20pick_pabtso","p":217,"s":50,"h":1,"t":12,"uu":"luminous war pick|pabtso","m":"items/PaBTSO/Luminous War Pick.webp","xF":{"ft":"weapon"},"n":"Luminous War Pick"},{"id":16064,"c":4,"u":"mind%20crystal%20(careful)_pabtso","p":218,"s":50,"h":1,"t":12,"uu":"mind crystal (careful)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Careful)"},{"id":16065,"c":4,"u":"mind%20crystal%20(distant)_pabtso","p":218,"s":50,"h":1,"t":12,"uu":"mind crystal (distant)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Distant)"},{"id":16066,"c":4,"u":"mind%20crystal%20(empowered)_pabtso","p":218,"s":50,"h":1,"t":12,"uu":"mind crystal (empowered)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Empowered)"},{"id":16067,"c":4,"u":"mind%20crystal%20(extended)_pabtso","p":218,"s":50,"h":1,"t":12,"uu":"mind crystal (extended)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Extended)"},{"id":16068,"c":4,"u":"mind%20crystal%20(heightened)_pabtso","p":218,"s":50,"h":1,"t":12,"uu":"mind crystal (heightened)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Heightened)"},{"id":16069,"c":4,"u":"mind%20crystal%20(quickened)_pabtso","p":218,"s":50,"h":1,"t":12,"uu":"mind crystal (quickened)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Quickened)"},{"id":16070,"c":4,"u":"mind%20crystal%20(subtle)_pabtso","p":218,"s":50,"h":1,"t":12,"uu":"mind crystal (subtle)|pabtso","m":"items/PaBTSO/Mind Crystal.webp","xF":{"ft":"equipment"},"n":"Mind Crystal (Subtle)"},{"id":16071,"c":4,"u":"mindblasting%20cap_pabtso","p":218,"s":50,"h":1,"t":12,"uu":"mindblasting cap|pabtso","xF":{"ft":"equipment"},"n":"Mindblasting Cap"},{"id":16072,"c":4,"u":"mindguard%20crown_pabtso","p":218,"s":50,"h":1,"t":12,"uu":"mindguard crown|pabtso","m":"items/PaBTSO/Mindguard Crown.webp","xF":{"ft":"equipment"},"n":"Mindguard Crown"},{"id":16073,"c":4,"u":"mudslick%20tower_pabtso","p":219,"s":50,"h":1,"t":12,"uu":"mudslick tower|pabtso","m":"items/PaBTSO/Mudslick Tower.webp","xF":{"ft":"equipment"},"n":"Mudslick Tower"},{"id":16074,"c":4,"u":"netherese%20ring%20of%20protection_pabtso","p":50,"s":50,"h":1,"t":12,"uu":"netherese ring of protection|pabtso","xF":{"ft":"equipment"},"n":"Netherese Ring of Protection"},{"id":16075,"c":4,"u":"potion%20of%20psionic%20fortitude_pabtso","p":219,"s":50,"h":1,"t":12,"uu":"potion of psionic fortitude|pabtso","xF":{"ft":"consumable"},"n":"Potion of Psionic Fortitude"},{"id":16076,"c":4,"u":"ring%20of%20the%20orator_pabtso","p":219,"s":50,"h":1,"t":12,"uu":"ring of the orator|pabtso","m":"items/PaBTSO/Ring of the Orator.webp","xF":{"ft":"equipment"},"n":"Ring of the Orator"},{"id":16077,"c":4,"u":"spider%20staff_pabtso","p":220,"s":50,"h":1,"t":12,"uu":"spider staff|pabtso","xF":{"ft":"weapon"},"n":"Spider Staff"},{"id":16078,"c":4,"u":"staff%20of%20defense_pabtso","p":220,"s":50,"h":1,"t":12,"uu":"staff of defense|pabtso","xF":{"ft":"weapon"},"n":"Staff of Defense"},{"id":16079,"c":4,"u":"statuette%20of%20augury_pabtso","p":62,"s":50,"h":1,"t":12,"uu":"statuette of augury|pabtso","xF":{"ft":"equipment"},"n":"Statuette of Augury"},{"id":16080,"c":4,"u":"abacus_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"abacus|phb","xF":{"ft":"loot"},"n":"Abacus"},{"id":16081,"c":4,"u":"acid%20(vial)_phb","p":148,"s":51,"h":1,"r":1,"t":12,"uu":"acid (vial)|phb","xF":{"ft":"consumable"},"n":"Acid (vial)"},{"id":16082,"c":4,"u":"alchemist's%20fire%20(flask)_phb","p":148,"s":51,"h":1,"r":1,"t":12,"uu":"alchemist's fire (flask)|phb","xF":{"ft":"consumable"},"n":"Alchemist's Fire (flask)"},{"id":16083,"c":4,"u":"alchemist's%20supplies_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"alchemist's supplies|phb","xF":{"ft":"tool"},"n":"Alchemist's Supplies"},{"id":16084,"c":4,"u":"ale%20(gallon)_phb","p":158,"s":51,"h":1,"r":1,"t":12,"uu":"ale (gallon)|phb","xF":{"ft":"consumable"},"n":"Ale (gallon)"},{"id":16085,"c":4,"u":"ale%20(mug)_phb","p":158,"s":51,"h":1,"r":1,"t":12,"uu":"ale (mug)|phb","xF":{"ft":"consumable"},"n":"Ale (mug)"},{"id":16086,"c":4,"u":"amulet_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"amulet|phb","xF":{"ft":"equipment"},"n":"Amulet"},{"id":16087,"c":4,"u":"antitoxin%20(vial)_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"antitoxin (vial)|phb","xF":{"ft":"consumable"},"n":"Antitoxin (vial)"},{"id":16088,"c":4,"u":"backpack_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"backpack|phb","xF":{"ft":"container"},"n":"Backpack"},{"id":16089,"c":4,"u":"ball%20bearing_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"ball bearing|phb","xF":{"ft":"loot"},"n":"Ball Bearing"},{"id":16090,"c":4,"u":"ball%20bearings%20(bag%20of%201%2c000)_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"ball bearings (bag of 1,000)|phb","xF":{"ft":"loot"},"n":"Ball Bearings (bag of 1,000)"},{"id":16091,"c":4,"u":"barrel_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"barrel|phb","xF":{"ft":"loot"},"n":"Barrel"},{"id":16092,"c":4,"u":"basic%20poison%20(vial)_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"basic poison (vial)|phb","xF":{"ft":"consumable"},"n":"Basic Poison (vial)"},{"id":16093,"c":4,"u":"basket_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"basket|phb","xF":{"ft":"container"},"n":"Basket"},{"id":16094,"c":4,"u":"bedroll_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"bedroll|phb","xF":{"ft":"loot"},"n":"Bedroll"},{"id":16095,"c":4,"u":"bell_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"bell|phb","xF":{"ft":"loot"},"n":"Bell"},{"id":16096,"c":4,"u":"bit%20and%20bridle_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"bit and bridle|phb","xF":{"ft":"loot"},"n":"Bit and bridle"},{"id":16097,"c":4,"u":"blanket_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"blanket|phb","xF":{"ft":"loot"},"n":"Blanket"},{"id":16098,"c":4,"u":"block%20and%20tackle_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"block and tackle|phb","xF":{"ft":"loot"},"n":"Block and Tackle"},{"id":16099,"c":4,"u":"book_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"book|phb","xF":{"ft":"loot"},"n":"Book"},{"id":16100,"c":4,"u":"brewer's%20supplies_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"brewer's supplies|phb","xF":{"ft":"tool"},"n":"Brewer's Supplies"},{"id":16101,"c":4,"u":"bucket_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"bucket|phb","xF":{"ft":"loot"},"n":"Bucket"},{"id":16102,"c":4,"u":"bullseye%20lantern_phb","p":152,"s":51,"h":1,"r":1,"t":12,"uu":"bullseye lantern|phb","xF":{"ft":"equipment"},"n":"Bullseye Lantern"},{"id":16103,"c":4,"u":"burglar's%20pack_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"burglar's pack|phb","xF":{"ft":"loot"},"n":"Burglar's Pack"},{"id":16104,"c":4,"u":"calligrapher's%20supplies_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"calligrapher's supplies|phb","xF":{"ft":"tool"},"n":"Calligrapher's Supplies"},{"id":16105,"c":4,"u":"caltrop_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"caltrop|phb","xF":{"ft":"loot"},"n":"Caltrop"},{"id":16106,"c":4,"u":"caltrops%20(bag%20of%2020)_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"caltrops (bag of 20)|phb","xF":{"ft":"loot"},"n":"Caltrops (bag of 20)"},{"id":16107,"c":4,"u":"camel_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"camel|phb","xF":{"ft":"loot"},"n":"Camel"},{"id":16108,"c":4,"u":"candle_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"candle|phb","xF":{"ft":"consumable"},"n":"Candle"},{"id":16109,"c":4,"u":"canvas%20(1%20sq.%20yd.)_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"canvas (1 sq. yd.)|phb","xF":{"ft":"loot"},"n":"Canvas (1 sq. yd.)"},{"id":16110,"c":4,"u":"carpenter's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"carpenter's tools|phb","xF":{"ft":"tool"},"n":"Carpenter's Tools"},{"id":16111,"c":4,"u":"carriage_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"carriage|phb","xF":{"ft":"loot"},"n":"Carriage"},{"id":16112,"c":4,"u":"cart_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"cart|phb","xF":{"ft":"loot"},"n":"Cart"},{"id":16113,"c":4,"u":"cartographer's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"cartographer's tools|phb","xF":{"ft":"tool"},"n":"Cartographer's Tools"},{"id":16114,"c":4,"u":"chain%20(10%20feet)_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"chain (10 feet)|phb","xF":{"ft":"loot"},"n":"Chain (10 feet)"},{"id":16115,"c":4,"u":"chalk%20(1%20piece)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"chalk (1 piece)|phb","xF":{"ft":"loot"},"n":"Chalk (1 piece)"},{"id":16116,"c":4,"u":"chariot_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"chariot|phb","xF":{"ft":"loot"},"n":"Chariot"},{"id":16117,"c":4,"u":"chest_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"chest|phb","xF":{"ft":"container"},"n":"Chest"},{"id":16118,"c":4,"u":"chicken_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"chicken|phb","xF":{"ft":"loot"},"n":"Chicken"},{"id":16119,"c":4,"u":"chunk%20of%20meat_phb","p":158,"s":51,"h":1,"r":1,"t":12,"uu":"chunk of meat|phb","xF":{"ft":"consumable"},"n":"Chunk of Meat"},{"id":16120,"c":4,"u":"cinnamon_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"cinnamon|phb","xF":{"ft":"loot"},"n":"Cinnamon"},{"id":16121,"c":4,"u":"climber's%20kit_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"climber's kit|phb","xF":{"ft":"loot"},"n":"Climber's Kit"},{"id":16122,"c":4,"u":"cloves_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"cloves|phb","xF":{"ft":"loot"},"n":"Cloves"},{"id":16123,"c":4,"u":"cobbler's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"cobbler's tools|phb","xF":{"ft":"tool"},"n":"Cobbler's Tools"},{"id":16124,"c":4,"u":"common%20clothes_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"common clothes|phb","xF":{"ft":"loot"},"n":"Common Clothes"},{"id":16125,"c":4,"u":"common%20wine%20(pitcher)_phb","p":158,"s":51,"h":1,"r":1,"t":12,"uu":"common wine (pitcher)|phb","xF":{"ft":"consumable"},"n":"Common Wine (pitcher)"},{"id":16126,"c":4,"u":"component%20pouch_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"component pouch|phb","xF":{"ft":"loot"},"n":"Component Pouch"},{"id":16127,"c":4,"u":"cook's%20utensils_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"cook's utensils|phb","xF":{"ft":"tool"},"n":"Cook's Utensils"},{"id":16128,"c":4,"u":"copper_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"copper|phb","xF":{"ft":"loot"},"n":"Copper"},{"id":16129,"c":4,"u":"copper%20(cp)_phb","p":143,"s":51,"h":1,"t":12,"uu":"copper (cp)|phb","m":"items/PHB/Copper (cp).webp","xF":{"ft":"loot"},"n":"Copper (cp)"},{"id":16130,"c":4,"u":"costume%20clothes_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"costume clothes|phb","xF":{"ft":"loot"},"n":"Costume Clothes"},{"id":16131,"c":4,"u":"cotton%20cloth%20(1%20sq.%20yd.)_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"cotton cloth (1 sq. yd.)|phb","xF":{"ft":"loot"},"n":"Cotton Cloth (1 sq. yd.)"},{"id":16132,"c":4,"u":"cow_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"cow|phb","xF":{"ft":"loot"},"n":"Cow"},{"id":16133,"c":4,"u":"crossbow%20bolt%20case_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"crossbow bolt case|phb","xF":{"ft":"container"},"n":"Crossbow Bolt Case"},{"id":16134,"c":4,"u":"crowbar_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"crowbar|phb","xF":{"ft":"loot"},"n":"Crowbar"},{"id":16135,"c":4,"u":"dice%20set_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"dice set|phb","xF":{"ft":"tool"},"n":"Dice Set"},{"id":16136,"c":4,"u":"diplomat's%20pack_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"diplomat's pack|phb","xF":{"ft":"loot"},"n":"Diplomat's Pack"},{"id":16137,"c":4,"u":"disguise%20kit_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"disguise kit|phb","xF":{"ft":"tool"},"n":"Disguise Kit"},{"id":16138,"c":4,"u":"donkey_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"donkey|phb","xF":{"ft":"loot"},"n":"Donkey"},{"id":16139,"c":4,"u":"draft%20horse_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"draft horse|phb","xF":{"ft":"loot"},"n":"Draft Horse"},{"id":16140,"c":4,"u":"dragonchess%20set_phb","p":154,"s":51,"h":1,"t":12,"uu":"dragonchess set|phb","xF":{"ft":"tool"},"n":"Dragonchess Set"},{"id":16141,"c":4,"u":"dungeoneer's%20pack_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"dungeoneer's pack|phb","xF":{"ft":"loot"},"n":"Dungeoneer's Pack"},{"id":16142,"c":4,"u":"electrum%20(ep)_phb","p":143,"s":51,"h":1,"t":12,"uu":"electrum (ep)|phb","m":"items/PHB/Electrum (ep).webp","xF":{"ft":"loot"},"n":"Electrum (ep)"},{"id":16143,"c":4,"u":"elephant_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"elephant|phb","xF":{"ft":"loot"},"n":"Elephant"},{"id":16144,"c":4,"u":"emblem_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"emblem|phb","xF":{"ft":"equipment"},"n":"Emblem"},{"id":16145,"c":4,"u":"entertainer's%20pack_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"entertainer's pack|phb","xF":{"ft":"loot"},"n":"Entertainer's Pack"},{"id":16146,"c":4,"u":"exotic%20saddle_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"exotic saddle|phb","xF":{"ft":"loot"},"n":"Exotic Saddle"},{"id":16147,"c":4,"u":"explorer's%20pack_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"explorer's pack|phb","xF":{"ft":"loot"},"n":"Explorer's Pack"},{"id":16148,"c":4,"u":"feed%20(per%20day)_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"feed (per day)|phb","xF":{"ft":"loot"},"n":"Feed (per day)"},{"id":16149,"c":4,"u":"fine%20clothes_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"fine clothes|phb","xF":{"ft":"loot"},"n":"Fine Clothes"},{"id":16150,"c":4,"u":"fine%20wine%20(bottle)_phb","p":158,"s":51,"h":1,"r":1,"t":12,"uu":"fine wine (bottle)|phb","xF":{"ft":"consumable"},"n":"Fine Wine (bottle)"},{"id":16151,"c":4,"u":"fishing%20tackle_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"fishing tackle|phb","xF":{"ft":"loot"},"n":"Fishing Tackle"},{"id":16152,"c":4,"u":"flask_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"flask|phb","xF":{"ft":"loot"},"n":"Flask"},{"id":16153,"c":4,"u":"flour_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"flour|phb","xF":{"ft":"loot"},"n":"Flour"},{"id":16154,"c":4,"u":"forgery%20kit_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"forgery kit|phb","xF":{"ft":"tool"},"n":"Forgery Kit"},{"id":16155,"c":4,"u":"ginger_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"ginger|phb","xF":{"ft":"loot"},"n":"Ginger"},{"id":16156,"c":4,"u":"glass%20bottle_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"glass bottle|phb","xF":{"ft":"loot"},"n":"Glass Bottle"},{"id":16157,"c":4,"u":"glassblower's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"glassblower's tools|phb","xF":{"ft":"tool"},"n":"Glassblower's Tools"},{"id":16158,"c":4,"u":"goat_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"goat|phb","xF":{"ft":"loot"},"n":"Goat"},{"id":16159,"c":4,"u":"gold_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"gold|phb","xF":{"ft":"loot"},"n":"Gold"},{"id":16160,"c":4,"u":"gold%20(gp)_phb","p":143,"s":51,"h":1,"t":12,"uu":"gold (gp)|phb","m":"items/PHB/Gold (gp).webp","xF":{"ft":"loot"},"n":"Gold (gp)"},{"id":16161,"c":4,"u":"grappling%20hook_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"grappling hook|phb","xF":{"ft":"loot"},"n":"Grappling Hook"},{"id":16162,"c":4,"u":"hammer_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"hammer|phb","xF":{"ft":"loot"},"n":"Hammer"},{"id":16163,"c":4,"u":"healer's%20kit_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"healer's kit|phb","m":"items/PHB/Healer's Kit.webp","xF":{"ft":"loot"},"n":"Healer's Kit"},{"id":16164,"c":4,"u":"hempen%20rope%20(50%20feet)_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"hempen rope (50 feet)|phb","xF":{"ft":"loot"},"n":"Hempen Rope (50 feet)"},{"id":16165,"c":4,"u":"herbalism%20kit_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"herbalism kit|phb","xF":{"ft":"tool"},"n":"Herbalism Kit"},{"id":16166,"c":4,"u":"holy%20water%20(flask)_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"holy water (flask)|phb","xF":{"ft":"consumable"},"n":"Holy Water (flask)"},{"id":16167,"c":4,"u":"hooded%20lantern_phb","p":152,"s":51,"h":1,"r":1,"t":12,"uu":"hooded lantern|phb","xF":{"ft":"equipment"},"n":"Hooded Lantern"},{"id":16168,"c":4,"u":"hourglass_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"hourglass|phb","xF":{"ft":"loot"},"n":"Hourglass"},{"id":16169,"c":4,"u":"hunk%20of%20cheese_phb","p":158,"s":51,"h":1,"r":1,"t":12,"uu":"hunk of cheese|phb","xF":{"ft":"consumable"},"n":"Hunk of Cheese"},{"id":16170,"c":4,"u":"hunting%20trap_phb","p":152,"s":51,"h":1,"r":1,"t":12,"uu":"hunting trap|phb","xF":{"ft":"loot"},"n":"Hunting Trap"},{"id":16171,"c":4,"u":"ink%20(1-ounce%20bottle)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"ink (1-ounce bottle)|phb","xF":{"ft":"loot"},"n":"Ink (1-ounce bottle)"},{"id":16172,"c":4,"u":"ink%20pen_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"ink pen|phb","xF":{"ft":"loot"},"n":"Ink Pen"},{"id":16173,"c":4,"u":"iron_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"iron|phb","xF":{"ft":"loot"},"n":"Iron"},{"id":16174,"c":4,"u":"iron%20pot_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"iron pot|phb","xF":{"ft":"loot"},"n":"Iron Pot"},{"id":16175,"c":4,"u":"iron%20spike_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"iron spike|phb","xF":{"ft":"loot"},"n":"Iron Spike"},{"id":16176,"c":4,"u":"iron%20spikes%20(10)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"iron spikes (10)|phb","xF":{"ft":"loot"},"n":"Iron Spikes (10)"},{"id":16177,"c":4,"u":"jeweler's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"jeweler's tools|phb","xF":{"ft":"tool"},"n":"Jeweler's Tools"},{"id":16178,"c":4,"u":"jug_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"jug|phb","xF":{"ft":"loot"},"n":"Jug"},{"id":16179,"c":4,"u":"ladder%20(10-foot)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"ladder (10-foot)|phb","xF":{"ft":"loot"},"n":"Ladder (10-foot)"},{"id":16180,"c":4,"u":"lamp_phb","p":152,"s":51,"h":1,"r":1,"t":12,"uu":"lamp|phb","xF":{"ft":"equipment"},"n":"Lamp"},{"id":16181,"c":4,"u":"leatherworker's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"leatherworker's tools|phb","xF":{"ft":"tool"},"n":"Leatherworker's Tools"},{"id":16182,"c":4,"u":"linen%20(1%20sq.%20yd.)_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"linen (1 sq. yd.)|phb","xF":{"ft":"loot"},"n":"Linen (1 sq. yd.)"},{"id":16183,"c":4,"u":"loaf%20of%20bread_phb","p":158,"s":51,"h":1,"r":1,"t":12,"uu":"loaf of bread|phb","xF":{"ft":"consumable"},"n":"Loaf of Bread"},{"id":16184,"c":4,"u":"lock_phb","p":152,"s":51,"h":1,"r":1,"t":12,"uu":"lock|phb","xF":{"ft":"loot"},"n":"Lock"},{"id":16185,"c":4,"u":"magnifying%20glass_phb","p":152,"s":51,"h":1,"r":1,"t":12,"uu":"magnifying glass|phb","xF":{"ft":"loot"},"n":"Magnifying Glass"},{"id":16186,"c":4,"u":"manacles_phb","p":152,"s":51,"h":1,"r":1,"t":12,"uu":"manacles|phb","xF":{"ft":"loot"},"n":"Manacles"},{"id":16187,"c":4,"u":"map%20or%20scroll%20case_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"map or scroll case|phb","xF":{"ft":"container"},"n":"Map or Scroll Case"},{"id":16188,"c":4,"u":"mason's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"mason's tools|phb","xF":{"ft":"tool"},"n":"Mason's Tools"},{"id":16189,"c":4,"u":"mastiff_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"mastiff|phb","xF":{"ft":"loot"},"n":"Mastiff"},{"id":16190,"c":4,"u":"merchant's%20scale_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"merchant's scale|phb","xF":{"ft":"loot"},"n":"Merchant's Scale"},{"id":16191,"c":4,"u":"mess%20kit_phb","p":152,"s":51,"h":1,"r":1,"t":12,"uu":"mess kit|phb","xF":{"ft":"loot"},"n":"Mess Kit"},{"id":16192,"c":4,"u":"military%20saddle_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"military saddle|phb","xF":{"ft":"loot"},"n":"Military Saddle"},{"id":16193,"c":4,"u":"miner's%20pick_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"miner's pick|phb","xF":{"ft":"loot"},"n":"Miner's Pick"},{"id":16194,"c":4,"u":"mule_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"mule|phb","xF":{"ft":"loot"},"n":"Mule"},{"id":16195,"c":4,"u":"navigator's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"navigator's tools|phb","xF":{"ft":"tool"},"n":"Navigator's Tools"},{"id":16196,"c":4,"u":"oil%20(flask)_phb","p":152,"s":51,"h":1,"r":1,"t":12,"uu":"oil (flask)|phb","xF":{"ft":"consumable"},"n":"Oil (flask)"},{"id":16197,"c":4,"u":"ox_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"ox|phb","xF":{"ft":"loot"},"n":"Ox"},{"id":16198,"c":4,"u":"pack%20saddle_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"pack saddle|phb","xF":{"ft":"loot"},"n":"Pack Saddle"},{"id":16199,"c":4,"u":"painter's%20supplies_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"painter's supplies|phb","xF":{"ft":"tool"},"n":"Painter's Supplies"},{"id":16200,"c":4,"u":"paper%20(one%20sheet)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"paper (one sheet)|phb","xF":{"ft":"loot"},"n":"Paper (one sheet)"},{"id":16201,"c":4,"u":"parchment%20(one%20sheet)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"parchment (one sheet)|phb","xF":{"ft":"loot"},"n":"Parchment (one sheet)"},{"id":16202,"c":4,"u":"pepper_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"pepper|phb","xF":{"ft":"loot"},"n":"Pepper"},{"id":16203,"c":4,"u":"perfume%20(vial)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"perfume (vial)|phb","xF":{"ft":"loot"},"n":"Perfume (vial)"},{"id":16204,"c":4,"u":"pig_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"pig|phb","xF":{"ft":"loot"},"n":"Pig"},{"id":16205,"c":4,"u":"pitcher_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"pitcher|phb","xF":{"ft":"loot"},"n":"Pitcher"},{"id":16206,"c":4,"u":"piton_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"piton|phb","xF":{"ft":"loot"},"n":"Piton"},{"id":16207,"c":4,"u":"platinum_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"platinum|phb","xF":{"ft":"loot"},"n":"Platinum"},{"id":16208,"c":4,"u":"platinum%20(pp)_phb","p":143,"s":51,"h":1,"t":12,"uu":"platinum (pp)|phb","m":"items/PHB/Platinum (pp).webp","xF":{"ft":"loot"},"n":"Platinum (pp)"},{"id":16209,"c":4,"u":"playing%20card%20set_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"playing card set|phb","xF":{"ft":"tool"},"n":"Playing Card Set"},{"id":16210,"c":4,"u":"poisoner's%20kit_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"poisoner's kit|phb","xF":{"ft":"tool"},"n":"Poisoner's Kit"},{"id":16211,"c":4,"u":"pole%20(10-foot)_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"pole (10-foot)|phb","xF":{"ft":"loot"},"n":"Pole (10-foot)"},{"id":16212,"c":4,"u":"pony_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"pony|phb","xF":{"ft":"loot"},"n":"Pony"},{"id":16213,"c":4,"u":"portable%20ram_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"portable ram|phb","xF":{"ft":"loot"},"n":"Portable Ram"},{"id":16214,"c":4,"u":"potter's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"potter's tools|phb","xF":{"ft":"tool"},"n":"Potter's Tools"},{"id":16215,"c":4,"u":"pouch_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"pouch|phb","xF":{"ft":"container"},"n":"Pouch"},{"id":16216,"c":4,"u":"priest's%20pack_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"priest's pack|phb","xF":{"ft":"loot"},"n":"Priest's Pack"},{"id":16217,"c":4,"u":"quiver_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"quiver|phb","xF":{"ft":"container"},"n":"Quiver"},{"id":16218,"c":4,"u":"rations%20(1%20day)_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"rations (1 day)|phb","xF":{"ft":"consumable"},"n":"Rations (1 day)"},{"id":16219,"c":4,"u":"reliquary_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"reliquary|phb","xF":{"ft":"equipment"},"n":"Reliquary"},{"id":16220,"c":4,"u":"riding%20horse_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"riding horse|phb","xF":{"ft":"loot"},"n":"Riding Horse"},{"id":16221,"c":4,"u":"riding%20saddle_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"riding saddle|phb","xF":{"ft":"loot"},"n":"Riding Saddle"},{"id":16222,"c":4,"u":"robes_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"robes|phb","xF":{"ft":"loot"},"n":"Robes"},{"id":16223,"c":4,"u":"sack_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"sack|phb","xF":{"ft":"container"},"n":"Sack"},{"id":16224,"c":4,"u":"saddlebags_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"saddlebags|phb","xF":{"ft":"loot"},"n":"Saddlebags"},{"id":16225,"c":4,"u":"saffron_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"saffron|phb","xF":{"ft":"loot"},"n":"Saffron"},{"id":16226,"c":4,"u":"salt_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"salt|phb","xF":{"ft":"loot"},"n":"Salt"},{"id":16227,"c":4,"u":"scholar's%20pack_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"scholar's pack|phb","xF":{"ft":"loot"},"n":"Scholar's Pack"},{"id":16228,"c":4,"u":"sealing%20wax_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"sealing wax|phb","xF":{"ft":"loot"},"n":"Sealing Wax"},{"id":16229,"c":4,"u":"sheep_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"sheep|phb","xF":{"ft":"loot"},"n":"Sheep"},{"id":16230,"c":4,"u":"shovel_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"shovel|phb","xF":{"ft":"loot"},"n":"Shovel"},{"id":16231,"c":4,"u":"signal%20whistle_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"signal whistle|phb","xF":{"ft":"loot"},"n":"Signal Whistle"},{"id":16232,"c":4,"u":"signet%20ring_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"signet ring|phb","xF":{"ft":"equipment"},"n":"Signet Ring"},{"id":16233,"c":4,"u":"silk%20(1%20sq.%20yd.)_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"silk (1 sq. yd.)|phb","xF":{"ft":"loot"},"n":"Silk (1 sq. yd.)"},{"id":16234,"c":4,"u":"silk%20rope%20(50%20feet)_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"silk rope (50 feet)|phb","xF":{"ft":"loot"},"n":"Silk Rope (50 feet)"},{"id":16235,"c":4,"u":"silver_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"silver|phb","xF":{"ft":"loot"},"n":"Silver"},{"id":16236,"c":4,"u":"silver%20(sp)_phb","p":143,"s":51,"h":1,"t":12,"uu":"silver (sp)|phb","m":"items/PHB/Silver (sp).webp","xF":{"ft":"loot"},"n":"Silver (sp)"},{"id":16237,"c":4,"u":"sled_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"sled|phb","xF":{"ft":"loot"},"n":"Sled"},{"id":16238,"c":4,"u":"sledgehammer_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"sledgehammer|phb","xF":{"ft":"loot"},"n":"Sledgehammer"},{"id":16239,"c":4,"u":"smith's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"smith's tools|phb","xF":{"ft":"tool"},"n":"Smith's Tools"},{"id":16240,"c":4,"u":"soap_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"soap|phb","xF":{"ft":"loot"},"n":"Soap"},{"id":16241,"c":4,"u":"spellbook_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"spellbook|phb","xF":{"ft":"loot"},"n":"Spellbook"},{"id":16242,"c":4,"u":"sprig%20of%20mistletoe_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"sprig of mistletoe|phb","xF":{"ft":"equipment"},"n":"Sprig of Mistletoe"},{"id":16243,"c":4,"u":"spyglass_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"spyglass|phb","xF":{"ft":"loot"},"n":"Spyglass"},{"id":16244,"c":4,"u":"stabling%20(per%20day)_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"stabling (per day)|phb","xF":{"ft":"loot"},"n":"Stabling (per day)"},{"id":16245,"c":4,"u":"steel%20mirror_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"steel mirror|phb","xF":{"ft":"loot"},"n":"Steel Mirror"},{"id":16246,"c":4,"u":"tankard_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"tankard|phb","xF":{"ft":"loot"},"n":"Tankard"},{"id":16247,"c":4,"u":"thieves'%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"thieves' tools|phb","m":"items/PHB/Thieves' Tools.webp","xF":{"ft":"tool"},"n":"Thieves' Tools"},{"id":16248,"c":4,"u":"three-dragon%20ante%20set_phb","p":154,"s":51,"h":1,"t":12,"uu":"three-dragon ante set|phb","xF":{"ft":"tool"},"n":"Three-Dragon Ante Set"},{"id":16249,"c":4,"u":"tinderbox_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"tinderbox|phb","xF":{"ft":"loot"},"n":"Tinderbox"},{"id":16250,"c":4,"u":"tinker's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"tinker's tools|phb","xF":{"ft":"tool"},"n":"Tinker's Tools"},{"id":16251,"c":4,"u":"torch_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"torch|phb","xF":{"ft":"consumable"},"n":"Torch"},{"id":16252,"c":4,"u":"totem_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"totem|phb","xF":{"ft":"equipment"},"n":"Totem"},{"id":16253,"c":4,"u":"traveler's%20clothes_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"traveler's clothes|phb","xF":{"ft":"loot"},"n":"Traveler's Clothes"},{"id":16254,"c":4,"u":"trinket_phb","p":159,"s":51,"h":1,"t":12,"uu":"trinket|phb","m":"items/PHB/Trinket (PHB).webp","xF":{"ft":"loot"},"n":"Trinket"},{"id":16255,"c":4,"u":"two-person%20tent_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"two-person tent|phb","xF":{"ft":"loot"},"n":"Two-Person Tent"},{"id":16256,"c":4,"u":"vial_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"vial|phb","xF":{"ft":"loot"},"n":"Vial"},{"id":16257,"c":4,"u":"wagon_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"wagon|phb","xF":{"ft":"loot"},"n":"Wagon"},{"id":16258,"c":4,"u":"warhorse_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"warhorse|phb","xF":{"ft":"loot"},"n":"Warhorse"},{"id":16259,"c":4,"u":"waterskin_phb","p":153,"s":51,"h":1,"r":1,"t":12,"uu":"waterskin|phb","xF":{"ft":"loot"},"n":"Waterskin"},{"id":16260,"c":4,"u":"weaver's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"weaver's tools|phb","xF":{"ft":"tool"},"n":"Weaver's Tools"},{"id":16261,"c":4,"u":"wheat_phb","p":157,"s":51,"h":1,"r":1,"t":12,"uu":"wheat|phb","xF":{"ft":"loot"},"n":"Wheat"},{"id":16262,"c":4,"u":"whetstone_phb","p":150,"s":51,"h":1,"r":1,"t":12,"uu":"whetstone|phb","xF":{"ft":"loot"},"n":"Whetstone"},{"id":16263,"c":4,"u":"woodcarver's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"woodcarver's tools|phb","xF":{"ft":"tool"},"n":"Woodcarver's Tools"},{"id":16264,"c":4,"u":"yew%20wand_phb","p":151,"s":51,"h":1,"r":1,"t":12,"uu":"yew wand|phb","xF":{"ft":"equipment"},"n":"Yew Wand"},{"id":16265,"c":4,"u":"balloon%20pack_pota","p":222,"s":52,"h":1,"t":12,"uu":"balloon pack|pota","xF":{"ft":"equipment"},"n":"Balloon Pack"},{"id":16266,"c":4,"u":"bottled%20breath_pota","p":222,"s":52,"h":1,"t":12,"uu":"bottled breath|pota","xF":{"ft":"consumable"},"n":"Bottled Breath"},{"id":16267,"c":4,"u":"claws%20of%20the%20umber%20hulk_pota","p":222,"s":52,"h":1,"t":12,"uu":"claws of the umber hulk|pota","xF":{"ft":"equipment"},"n":"Claws of the Umber Hulk"},{"id":16268,"c":4,"u":"devastation%20orb%20of%20air_pota","p":222,"s":52,"h":1,"t":12,"uu":"devastation orb of air|pota","xF":{"ft":"equipment"},"n":"Devastation Orb of Air"},{"id":16269,"c":4,"u":"devastation%20orb%20of%20earth_pota","p":222,"s":52,"h":1,"t":12,"uu":"devastation orb of earth|pota","xF":{"ft":"equipment"},"n":"Devastation Orb of Earth"},{"id":16270,"c":4,"u":"devastation%20orb%20of%20fire_pota","p":222,"s":52,"h":1,"t":12,"uu":"devastation orb of fire|pota","xF":{"ft":"equipment"},"n":"Devastation Orb of Fire"},{"id":16271,"c":4,"u":"devastation%20orb%20of%20water_pota","p":222,"s":52,"h":1,"t":12,"uu":"devastation orb of water|pota","xF":{"ft":"equipment"},"n":"Devastation Orb of Water"},{"id":16272,"c":4,"u":"dragon%20sensing%20longsword_pota","p":90,"s":52,"h":1,"t":12,"uu":"dragon sensing longsword|pota","xF":{"ft":"weapon"},"n":"Dragon Sensing Longsword"},{"id":16273,"c":4,"u":"drown_pota","p":224,"s":52,"h":1,"t":12,"uu":"drown|pota","m":"items/PotA/Drown.webp","xF":{"ft":"weapon"},"n":"Drown"},{"id":16274,"c":4,"u":"ironfang_pota","p":224,"s":52,"h":1,"t":12,"uu":"ironfang|pota","m":"items/PotA/Ironfang.webp","xF":{"ft":"weapon"},"n":"Ironfang"},{"id":16275,"c":4,"u":"lost%20crown%20of%20besilmer_pota","p":223,"s":52,"h":1,"t":12,"uu":"lost crown of besilmer|pota","xF":{"ft":"equipment"},"n":"Lost Crown of Besilmer"},{"id":16276,"c":4,"u":"orcsplitter_pota","p":224,"s":52,"h":1,"t":12,"uu":"orcsplitter|pota","xF":{"ft":"weapon"},"n":"Orcsplitter"},{"id":16277,"c":4,"u":"pathfinder's%20greataxe_pota","p":175,"s":52,"h":1,"t":12,"uu":"pathfinder's greataxe|pota","xF":{"ft":"weapon"},"n":"Pathfinder's Greataxe"},{"id":16278,"c":4,"u":"reszur_pota","p":157,"s":52,"h":1,"t":12,"uu":"reszur|pota","xF":{"ft":"weapon"},"n":"Reszur"},{"id":16279,"c":4,"u":"seeker%20dart_pota","p":223,"s":52,"h":1,"t":12,"uu":"seeker dart|pota","xF":{"ft":"weapon"},"n":"Seeker Dart"},{"id":16280,"c":4,"u":"storm%20boomerang_pota","p":223,"s":52,"h":1,"t":12,"uu":"storm boomerang|pota","xF":{"ft":"weapon"},"n":"Storm Boomerang"},{"id":16281,"c":4,"u":"tinderstrike_pota","p":224,"s":52,"h":1,"t":12,"uu":"tinderstrike|pota","m":"items/PotA/Tinderstrike.webp","xF":{"ft":"weapon"},"n":"Tinderstrike"},{"id":16282,"c":4,"u":"weird%20tank_pota","p":223,"s":52,"h":1,"t":12,"uu":"weird tank|pota","m":"items/PotA/Weird Tank.webp","xF":{"ft":"equipment"},"n":"Weird Tank"},{"id":16283,"c":4,"u":"windvane_pota","p":224,"s":52,"h":1,"t":12,"uu":"windvane|pota","m":"items/PotA/Windvane.webp","xF":{"ft":"weapon"},"n":"Windvane"},{"id":16284,"c":4,"u":"wingwear_pota","p":223,"s":52,"h":1,"t":12,"uu":"wingwear|pota","xF":{"ft":"equipment"},"n":"Wingwear"},{"id":16285,"c":4,"u":"antigravity%20belt_qftis","p":192,"s":53,"h":1,"t":12,"uu":"antigravity belt|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Antigravity Belt"},{"id":16286,"c":4,"u":"concussion%20grenade_qftis","p":192,"s":53,"h":1,"t":12,"uu":"concussion grenade|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Concussion Grenade"},{"id":16287,"c":4,"u":"daoud's%20wondrous%20lanthorn_qftis","p":190,"s":53,"h":1,"t":12,"uu":"daoud's wondrous lanthorn|qftis","m":"items/QftIS/Daouds Wondrous Lanthorn.webp","xF":{"ft":"equipment"},"n":"Daoud's Wondrous Lanthorn"},{"id":16288,"c":4,"u":"heretic_qftis","p":191,"s":53,"h":1,"t":12,"uu":"heretic|qftis","xF":{"ft":"weapon"},"n":"Heretic"},{"id":16289,"c":4,"u":"needler%20pistol_qftis","p":192,"s":53,"h":1,"t":12,"uu":"needler pistol|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Needler Pistol"},{"id":16290,"c":4,"u":"paralysis%20pistol_qftis","p":192,"s":53,"h":1,"t":12,"uu":"paralysis pistol|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Paralysis Pistol"},{"id":16291,"c":4,"u":"powered%20armor_qftis","p":192,"s":53,"h":1,"t":12,"uu":"powered armor|qftis","xF":{"ft":"equipment"},"n":"Powered Armor"},{"id":16292,"c":4,"u":"robot%20controller_qftis","p":193,"s":53,"h":1,"t":12,"uu":"robot controller|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Robot Controller"},{"id":16293,"c":4,"u":"sleep%20grenade_qftis","p":192,"s":53,"h":1,"t":12,"uu":"sleep grenade|qftis","m":"items/QftIS/Technology.webp","xF":{"ft":"consumable"},"n":"Sleep Grenade"},{"id":16294,"c":4,"u":"spaceship%20trinket_qftis","p":161,"s":53,"h":1,"t":12,"uu":"spaceship trinket|qftis","xF":{"ft":"equipment"},"n":"Spaceship Trinket"},{"id":16295,"c":4,"u":"staff%20of%20ruling_qftis","p":191,"s":53,"h":1,"t":12,"uu":"staff of ruling|qftis","m":"items/QftIS/Staff of Ruling.webp","xF":{"ft":"weapon"},"n":"Staff of Ruling"},{"id":16296,"c":4,"u":"concertina_rmbre","p":26,"s":54,"h":1,"dP":1,"t":12,"uu":"concertina|rmbre","xF":{"ft":"equipment"},"n":"Concertina"},{"id":16297,"c":4,"u":"draakhorn_rot","p":93,"s":55,"h":1,"t":12,"uu":"draakhorn|rot","m":"items/RoT/Draakhorn.webp","xF":{"ft":"equipment"},"n":"Draakhorn"},{"id":16298,"c":4,"u":"dragontooth%20dagger_rot","p":94,"s":55,"h":1,"t":12,"uu":"dragontooth dagger|rot","m":"items/RoT/Dragontooth Dagger.webp","xF":{"ft":"weapon"},"n":"Dragontooth Dagger"},{"id":16299,"c":4,"u":"mask%20of%20the%20dragon%20queen_rot","p":94,"s":55,"h":1,"t":12,"uu":"mask of the dragon queen|rot","m":"items/RoT/Mask of the Dragon Queen.webp","xF":{"ft":"equipment"},"n":"Mask of the Dragon Queen"},{"id":16300,"c":4,"u":"blue%20dragon%20mask_rotos","p":4,"s":111,"h":1,"t":12,"uu":"blue dragon mask|rotos","xF":{"ft":"equipment"},"n":"Blue Dragon Mask"},{"id":16301,"c":4,"u":"green%20dragon%20mask_rotos","p":4,"s":111,"h":1,"t":12,"uu":"green dragon mask|rotos","xF":{"ft":"equipment"},"n":"Green Dragon Mask"},{"id":16302,"c":4,"u":"red%20dragon%20mask_rotos","p":4,"s":111,"h":1,"t":12,"uu":"red dragon mask|rotos","xF":{"ft":"equipment"},"n":"Red Dragon Mask"},{"id":16303,"c":4,"u":"white%20dragon%20mask_rotos","p":4,"s":111,"h":1,"t":12,"uu":"white dragon mask|rotos","xF":{"ft":"equipment"},"n":"White Dragon Mask"},{"id":16304,"c":4,"u":"gate%20warden%20trinket_sato","p":7,"s":103,"h":1,"t":12,"uu":"gate warden trinket|sato","xF":{"ft":"equipment"},"n":"Gate Warden Trinket"},{"id":16305,"c":4,"u":"mimir_sato","p":13,"s":103,"h":1,"t":12,"uu":"mimir|sato","m":"items/SatO/Mimir.webp","xF":{"ft":"equipment"},"n":"Mimir"},{"id":16306,"c":4,"u":"planar%20philosopher%20trinket_sato","p":8,"s":103,"h":1,"t":12,"uu":"planar philosopher trinket|sato","xF":{"ft":"loot"},"n":"Planar Philosopher Trinket"},{"id":16307,"c":4,"u":"portal%20compass_sato","p":13,"s":103,"h":1,"t":12,"uu":"portal compass|sato","m":"items/SatO/Portal Compass.webp","xF":{"ft":"equipment"},"n":"Portal Compass"},{"id":16308,"c":4,"u":"sensory%20stone_sato","p":13,"s":103,"h":1,"t":12,"uu":"sensory stone|sato","xF":{"ft":"equipment"},"n":"Sensory Stone"},{"id":16309,"c":4,"u":"alchemist's%20doom_scc","p":179,"s":56,"h":1,"t":12,"uu":"alchemist's doom|scc","xF":{"ft":"loot"},"n":"Alchemist's Doom"},{"id":16310,"c":4,"u":"bottle%20of%20boundless%20coffee_scc","p":38,"s":56,"h":1,"t":12,"uu":"bottle of boundless coffee|scc","xF":{"ft":"equipment"},"n":"Bottle of Boundless Coffee"},{"id":16311,"c":4,"u":"catapult%20munition_scc","p":174,"s":56,"h":1,"t":12,"uu":"catapult munition|scc","xF":{"ft":"loot"},"n":"Catapult Munition"},{"id":16312,"c":4,"u":"cuddly%20strixhaven%20mascot_scc","p":38,"s":56,"h":1,"t":12,"uu":"cuddly strixhaven mascot|scc","xF":{"ft":"equipment"},"n":"Cuddly Strixhaven Mascot"},{"id":16313,"c":4,"u":"lorehold%20primer_scc","p":39,"s":56,"h":1,"t":12,"uu":"lorehold primer|scc","xF":{"ft":"equipment"},"n":"Lorehold Primer"},{"id":16314,"c":4,"u":"lorehold%20trinket_scc","p":31,"s":56,"h":1,"t":12,"uu":"lorehold trinket|scc","xF":{"ft":"loot"},"n":"Lorehold Trinket"},{"id":16315,"c":4,"u":"masque%20charm_scc","p":127,"s":56,"h":1,"t":12,"uu":"masque charm|scc","xF":{"ft":"equipment"},"n":"Masque Charm"},{"id":16316,"c":4,"u":"murgaxor's%20elixir%20of%20life_scc","p":179,"s":56,"h":1,"t":12,"uu":"murgaxor's elixir of life|scc","xF":{"ft":"loot"},"n":"Murgaxor's Elixir of Life"},{"id":16317,"c":4,"u":"murgaxor's%20orb_scc","p":126,"s":56,"h":1,"t":12,"uu":"murgaxor's orb|scc","xF":{"ft":"equipment"},"n":"Murgaxor's Orb"},{"id":16318,"c":4,"u":"prismari%20primer_scc","p":39,"s":56,"h":1,"t":12,"uu":"prismari primer|scc","xF":{"ft":"equipment"},"n":"Prismari Primer"},{"id":16319,"c":4,"u":"prismari%20trinket_scc","p":32,"s":56,"h":1,"t":12,"uu":"prismari trinket|scc","xF":{"ft":"loot"},"n":"Prismari Trinket"},{"id":16320,"c":4,"u":"quandrix%20primer_scc","p":39,"s":56,"h":1,"t":12,"uu":"quandrix primer|scc","xF":{"ft":"equipment"},"n":"Quandrix Primer"},{"id":16321,"c":4,"u":"quandrix%20trinket_scc","p":33,"s":56,"h":1,"t":12,"uu":"quandrix trinket|scc","xF":{"ft":"loot"},"n":"Quandrix Trinket"},{"id":16322,"c":4,"u":"silverquill%20primer_scc","p":39,"s":56,"h":1,"t":12,"uu":"silverquill primer|scc","xF":{"ft":"equipment"},"n":"Silverquill Primer"},{"id":16323,"c":4,"u":"silverquill%20trinket_scc","p":35,"s":56,"h":1,"t":12,"uu":"silverquill trinket|scc","xF":{"ft":"loot"},"n":"Silverquill Trinket"},{"id":16324,"c":4,"u":"strixhaven%20pennant_scc","p":39,"s":56,"h":1,"t":12,"uu":"strixhaven pennant|scc","xF":{"ft":"equipment"},"n":"Strixhaven Pennant"},{"id":16325,"c":4,"u":"witherbloom%20primer_scc","p":39,"s":56,"h":1,"t":12,"uu":"witherbloom primer|scc","xF":{"ft":"equipment"},"n":"Witherbloom Primer"},{"id":16326,"c":4,"u":"witherbloom%20trinket_scc","p":36,"s":56,"h":1,"t":12,"uu":"witherbloom trinket|scc","xF":{"ft":"loot"},"n":"Witherbloom Trinket"},{"id":16327,"c":4,"u":"bonecounter_sdw","s":57,"h":1,"t":12,"uu":"bonecounter|sdw","xF":{"ft":"weapon"},"n":"Bonecounter"},{"id":16328,"c":4,"u":"banner%20of%20the%20krig%20rune_skt","p":233,"s":58,"h":1,"t":12,"uu":"banner of the krig rune|skt","xF":{"ft":"equipment"},"n":"Banner of the Krig Rune"},{"id":16329,"c":4,"u":"blod%20stone_skt","p":233,"s":58,"h":1,"t":12,"uu":"blod stone|skt","xF":{"ft":"equipment"},"n":"Blod Stone"},{"id":16330,"c":4,"u":"claw%20of%20the%20wyrm%20rune_skt","p":233,"s":58,"h":1,"t":12,"uu":"claw of the wyrm rune|skt","xF":{"ft":"equipment"},"n":"Claw of the Wyrm Rune"},{"id":16331,"c":4,"u":"clockwork%20dog_skt","p":44,"s":58,"h":1,"t":12,"uu":"clockwork dog|skt","xF":{"ft":"loot"},"n":"Clockwork Dog"},{"id":16332,"c":4,"u":"conch%20of%20teleportation_skt","p":234,"s":58,"h":1,"t":12,"uu":"conch of teleportation|skt","m":"items/SKT/Conch of Teleportation.webp","xF":{"ft":"equipment"},"n":"Conch of Teleportation"},{"id":16333,"c":4,"u":"dragon%20thighbone%20club_skt","p":105,"s":58,"h":1,"t":12,"uu":"dragon thighbone club|skt","xF":{"ft":"weapon"},"n":"Dragon Thighbone Club"},{"id":16334,"c":4,"u":"faerie%20dust_skt","p":35,"s":58,"h":1,"t":12,"uu":"faerie dust|skt","xF":{"ft":"loot"},"n":"Faerie Dust"},{"id":16335,"c":4,"u":"gavel%20of%20the%20venn%20rune_skt","p":234,"s":58,"h":1,"t":12,"uu":"gavel of the venn rune|skt","xF":{"ft":"equipment"},"n":"Gavel of the Venn Rune"},{"id":16336,"c":4,"u":"gurt's%20greataxe_skt","p":234,"s":58,"h":1,"t":12,"uu":"gurt's greataxe|skt","xF":{"ft":"weapon"},"n":"Gurt's Greataxe"},{"id":16337,"c":4,"u":"ingot%20of%20the%20skold%20rune_skt","p":234,"s":58,"h":1,"t":12,"uu":"ingot of the skold rune|skt","xF":{"ft":"equipment"},"n":"Ingot of the Skold Rune"},{"id":16338,"c":4,"u":"korolnor%20scepter_skt","p":234,"s":58,"h":1,"t":12,"uu":"korolnor scepter|skt","xF":{"ft":"weapon"},"n":"Korolnor Scepter"},{"id":16339,"c":4,"u":"navigation%20orb_skt","p":235,"s":58,"h":1,"t":12,"uu":"navigation orb|skt","xF":{"ft":"equipment"},"n":"Navigation Orb"},{"id":16340,"c":4,"u":"opal%20of%20the%20ild%20rune_skt","p":235,"s":58,"h":1,"t":12,"uu":"opal of the ild rune|skt","xF":{"ft":"equipment"},"n":"Opal of the Ild Rune"},{"id":16341,"c":4,"u":"orb%20of%20the%20stein%20rune_skt","p":235,"s":58,"h":1,"t":12,"uu":"orb of the stein rune|skt","xF":{"ft":"equipment"},"n":"Orb of the Stein Rune"},{"id":16342,"c":4,"u":"pennant%20of%20the%20vind%20rune_skt","p":235,"s":58,"h":1,"t":12,"uu":"pennant of the vind rune|skt","xF":{"ft":"equipment"},"n":"Pennant of the Vind Rune"},{"id":16343,"c":4,"u":"potion%20of%20giant%20size_skt","p":236,"s":58,"h":1,"t":12,"uu":"potion of giant size|skt","xF":{"ft":"consumable"},"n":"Potion of Giant Size"},{"id":16344,"c":4,"u":"robe%20of%20serpents_skt","p":236,"s":58,"h":1,"t":12,"uu":"robe of serpents|skt","xF":{"ft":"equipment"},"n":"Robe of Serpents"},{"id":16345,"c":4,"u":"rod%20of%20the%20vonindod_skt","p":236,"s":58,"h":1,"t":12,"uu":"rod of the vonindod|skt","xF":{"ft":"consumable"},"n":"Rod of the Vonindod"},{"id":16346,"c":4,"u":"shard%20of%20the%20ise%20rune_skt","p":236,"s":58,"h":1,"t":12,"uu":"shard of the ise rune|skt","xF":{"ft":"equipment"},"n":"Shard of the Ise Rune"},{"id":16347,"c":4,"u":"wyrmskull%20throne_skt","p":237,"s":58,"h":1,"t":12,"uu":"wyrmskull throne|skt","m":"items/SKT/Wyrmskull Throne.webp","xF":{"ft":"equipment"},"n":"Wyrmskull Throne"},{"id":16348,"c":4,"u":"%2b2%20ring%20of%20protection_tdcsr","p":263,"s":60,"h":1,"dP":1,"t":12,"uu":"+2 ring of protection|tdcsr","m":"items/DMG/Ring of Protection.webp","xF":{"ft":"equipment"},"n":"+2 Ring of Protection"},{"id":16349,"c":4,"u":"%2b2%20studded%20leather%20armor%20of%20acid%20resistance_tdcsr","p":271,"s":60,"h":1,"dP":1,"t":12,"uu":"+2 studded leather armor of acid resistance|tdcsr","xF":{"ft":"equipment"},"n":"+2 Studded Leather Armor of Acid Resistance"},{"id":16350,"c":4,"u":"%2b2%20studded%20white%20dragon%20leather%20armor%20of%20cold%20resistance_tdcsr","p":267,"s":60,"h":1,"dP":1,"t":12,"uu":"+2 studded white dragon leather armor of cold resistance|tdcsr","xF":{"ft":"equipment"},"n":"+2 Studded White Dragon Leather Armor of Cold Resistance"},{"id":16351,"c":4,"u":"agony%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"agony (awakened)|tdcsr","m":"items/TDCSR/Agony.webp","xF":{"ft":"loot"},"n":"Agony (Awakened)"},{"id":16352,"c":4,"u":"agony%20(dormant)_tdcsr","p":202,"s":60,"h":1,"dP":1,"t":12,"uu":"agony (dormant)|tdcsr","m":"items/TDCSR/Agony.webp","xF":{"ft":"weapon"},"n":"Agony (Dormant)"},{"id":16353,"c":4,"u":"agony%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"agony (exalted)|tdcsr","m":"items/TDCSR/Agony.webp","xF":{"ft":"loot"},"n":"Agony (Exalted)"},{"id":16354,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"armor of the valiant soul (awakened)|tdcsr","m":"items/TDCSR/ArmoroftheValiantSoul.webp","xF":{"ft":"equipment"},"n":"Armor of the Valiant Soul (Awakened)"},{"id":16355,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(dormant)_tdcsr","p":202,"s":60,"h":1,"dP":1,"t":12,"uu":"armor of the valiant soul (dormant)|tdcsr","m":"items/TDCSR/ArmoroftheValiantSoul.webp","xF":{"ft":"equipment"},"n":"Armor of the Valiant Soul (Dormant)"},{"id":16356,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"armor of the valiant soul (exalted)|tdcsr","m":"items/TDCSR/ArmoroftheValiantSoul.webp","xF":{"ft":"equipment"},"n":"Armor of the Valiant Soul (Exalted)"},{"id":16357,"c":4,"u":"azuremite_tdcsr","p":141,"s":60,"h":1,"dP":1,"t":12,"uu":"azuremite|tdcsr","xF":{"ft":"consumable"},"n":"Azuremite"},{"id":16358,"c":4,"u":"boots%20of%20haste_tdcsr","p":194,"s":60,"h":1,"dP":1,"t":12,"uu":"boots of haste|tdcsr","xF":{"ft":"equipment"},"n":"Boots of Haste"},{"id":16359,"c":4,"u":"boots%20of%20the%20vigilant_tdcsr","p":194,"s":60,"h":1,"dP":1,"t":12,"uu":"boots of the vigilant|tdcsr","xF":{"ft":"equipment"},"n":"Boots of the Vigilant"},{"id":16360,"c":4,"u":"cabal's%20ruin%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"cabal's ruin (awakened)|tdcsr","m":"items/TDCSR/CabalsRuin.webp","xF":{"ft":"loot"},"n":"Cabal's Ruin (Awakened)"},{"id":16361,"c":4,"u":"cabal's%20ruin%20(dormant)_tdcsr","p":203,"s":60,"h":1,"dP":1,"t":12,"uu":"cabal's ruin (dormant)|tdcsr","m":"items/TDCSR/CabalsRuin.webp","xF":{"ft":"equipment"},"n":"Cabal's Ruin (Dormant)"},{"id":16362,"c":4,"u":"cabal's%20ruin%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"cabal's ruin (exalted)|tdcsr","m":"items/TDCSR/CabalsRuin.webp","xF":{"ft":"loot"},"n":"Cabal's Ruin (Exalted)"},{"id":16363,"c":4,"u":"cataclysm%20bolts_tdcsr","p":194,"s":60,"h":1,"dP":1,"t":12,"uu":"cataclysm bolts|tdcsr","xF":{"ft":"consumable"},"n":"Cataclysm Bolts"},{"id":16364,"c":4,"u":"circlet%20of%20barbed%20vision%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"circlet of barbed vision (awakened)|tdcsr","m":"items/TDCSR/CircletofBarbedVision.webp","xF":{"ft":"equipment"},"n":"Circlet of Barbed Vision (Awakened)"},{"id":16365,"c":4,"u":"circlet%20of%20barbed%20vision%20(dormant)_tdcsr","p":203,"s":60,"h":1,"dP":1,"t":12,"uu":"circlet of barbed vision (dormant)|tdcsr","m":"items/TDCSR/CircletofBarbedVision.webp","xF":{"ft":"equipment"},"n":"Circlet of Barbed Vision (Dormant)"},{"id":16366,"c":4,"u":"circlet%20of%20barbed%20vision%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"circlet of barbed vision (exalted)|tdcsr","m":"items/TDCSR/CircletofBarbedVision.webp","xF":{"ft":"equipment"},"n":"Circlet of Barbed Vision (Exalted)"},{"id":16367,"c":4,"u":"circlet%20of%20wisdom_tdcsr","p":263,"s":60,"h":1,"dP":1,"t":12,"uu":"circlet of wisdom|tdcsr","xF":{"ft":"equipment"},"n":"Circlet of Wisdom"},{"id":16368,"c":4,"u":"coat%20of%20the%20crest_tdcsr","p":194,"s":60,"h":1,"dP":1,"t":12,"uu":"coat of the crest|tdcsr","xF":{"ft":"equipment"},"n":"Coat of the Crest"},{"id":16369,"c":4,"u":"condemner%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"condemner (awakened)|tdcsr","m":"items/TDCSR/Condemner.webp","xF":{"ft":"loot"},"n":"Condemner (Awakened)"},{"id":16370,"c":4,"u":"condemner%20(dormant)_tdcsr","p":204,"s":60,"h":1,"dP":1,"t":12,"uu":"condemner (dormant)|tdcsr","m":"items/TDCSR/Condemner.webp","xF":{"ft":"weapon"},"n":"Condemner (Dormant)"},{"id":16371,"c":4,"u":"condemner%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"condemner (exalted)|tdcsr","m":"items/TDCSR/Condemner.webp","xF":{"ft":"loot"},"n":"Condemner (Exalted)"},{"id":16372,"c":4,"u":"corecut%20dagger_tdcsr","p":195,"s":60,"h":1,"dP":1,"t":12,"uu":"corecut dagger|tdcsr","xF":{"ft":"weapon"},"n":"Corecut Dagger"},{"id":16373,"c":4,"u":"dagger%20of%20denial_tdcsr","p":195,"s":60,"h":1,"dP":1,"t":12,"uu":"dagger of denial|tdcsr","m":"items/TDCSR/DaggerofDenial.webp","xF":{"ft":"weapon"},"n":"Dagger of Denial"},{"id":16374,"c":4,"u":"deathwalker's%20ward%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"deathwalker's ward (awakened)|tdcsr","m":"items/TDCSR/DeathwalkersWard.webp","xF":{"ft":"loot"},"n":"Deathwalker's Ward (Awakened)"},{"id":16375,"c":4,"u":"deathwalker's%20ward%20(dormant)_tdcsr","p":204,"s":60,"h":1,"dP":1,"t":12,"uu":"deathwalker's ward (dormant)|tdcsr","m":"items/TDCSR/DeathwalkersWard.webp","xF":{"ft":"equipment"},"n":"Deathwalker's Ward (Dormant)"},{"id":16376,"c":4,"u":"deathwalker's%20ward%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"deathwalker's ward (exalted)|tdcsr","m":"items/TDCSR/DeathwalkersWard.webp","xF":{"ft":"loot"},"n":"Deathwalker's Ward (Exalted)"},{"id":16377,"c":4,"u":"doublet%20of%20dramatic%20demise_tdcsr","p":195,"s":60,"h":1,"dP":1,"t":12,"uu":"doublet of dramatic demise|tdcsr","xF":{"ft":"equipment"},"n":"Doublet of Dramatic Demise"},{"id":16378,"c":4,"u":"dynamite_tdcsr","p":100,"s":60,"h":1,"dP":1,"t":12,"uu":"dynamite|tdcsr","xF":{"ft":"weapon"},"n":"Dynamite"},{"id":16379,"c":4,"u":"earthboard_tdcsr","p":198,"s":60,"h":1,"dP":1,"t":12,"uu":"earthboard|tdcsr","xF":{"ft":"equipment"},"n":"Earthboard"},{"id":16380,"c":4,"u":"echo%20stone_tdcsr","p":195,"s":60,"h":1,"dP":1,"t":12,"uu":"echo stone|tdcsr","xF":{"ft":"equipment"},"n":"Echo Stone"},{"id":16381,"c":4,"u":"fenthras%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"fenthras (awakened)|tdcsr","m":"items/TDCSR/Fenthras.webp","xF":{"ft":"loot"},"n":"Fenthras (Awakened)"},{"id":16382,"c":4,"u":"fenthras%20(dormant)_tdcsr","p":205,"s":60,"h":1,"dP":1,"t":12,"uu":"fenthras (dormant)|tdcsr","m":"items/TDCSR/Fenthras.webp","xF":{"ft":"weapon"},"n":"Fenthras (Dormant)"},{"id":16383,"c":4,"u":"fenthras%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"fenthras (exalted)|tdcsr","m":"items/TDCSR/Fenthras.webp","xF":{"ft":"loot"},"n":"Fenthras (Exalted)"},{"id":16384,"c":4,"u":"flamefriend%20lantern_tdcsr","p":198,"s":60,"h":1,"dP":1,"t":12,"uu":"flamefriend lantern|tdcsr","xF":{"ft":"equipment"},"n":"Flamefriend Lantern"},{"id":16385,"c":4,"u":"gluebomb_tdcsr","p":100,"s":60,"h":1,"dP":1,"t":12,"uu":"gluebomb|tdcsr","xF":{"ft":"consumable"},"n":"Gluebomb"},{"id":16386,"c":4,"u":"graz'tchar%2c%20the%20decadent%20end_tdcsr","p":195,"s":60,"h":1,"dP":1,"t":12,"uu":"graz'tchar, the decadent end|tdcsr","m":"items/TDCSR/Graz'tchar.webp","xF":{"ft":"weapon"},"n":"Graz'tchar, the Decadent End"},{"id":16387,"c":4,"u":"honor's%20last%20stand%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"honor's last stand (awakened)|tdcsr","m":"items/TDCSR/HonorsLastStand.webp","xF":{"ft":"equipment"},"n":"Honor's Last Stand (Awakened)"},{"id":16388,"c":4,"u":"honor's%20last%20stand%20(dormant)_tdcsr","p":206,"s":60,"h":1,"dP":1,"t":12,"uu":"honor's last stand (dormant)|tdcsr","m":"items/TDCSR/HonorsLastStand.webp","xF":{"ft":"equipment"},"n":"Honor's Last Stand (Dormant)"},{"id":16389,"c":4,"u":"honor's%20last%20stand%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"honor's last stand (exalted)|tdcsr","m":"items/TDCSR/HonorsLastStand.webp","xF":{"ft":"equipment"},"n":"Honor's Last Stand (Exalted)"},{"id":16390,"c":4,"u":"inescapable%20lash_tdcsr","p":195,"s":60,"h":1,"dP":1,"t":12,"uu":"inescapable lash|tdcsr","xF":{"ft":"weapon"},"n":"Inescapable Lash"},{"id":16391,"c":4,"u":"kiss%20of%20the%20changebringer%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"kiss of the changebringer (awakened)|tdcsr","m":"items/TDCSR/KissoftheChangebringer.webp","xF":{"ft":"equipment"},"n":"Kiss of the Changebringer (Awakened)"},{"id":16392,"c":4,"u":"kiss%20of%20the%20changebringer%20(dormant)_tdcsr","p":206,"s":60,"h":1,"dP":1,"t":12,"uu":"kiss of the changebringer (dormant)|tdcsr","m":"items/TDCSR/KissoftheChangebringer.webp","xF":{"ft":"equipment"},"n":"Kiss of the Changebringer (Dormant)"},{"id":16393,"c":4,"u":"kiss%20of%20the%20changebringer%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"kiss of the changebringer (exalted)|tdcsr","m":"items/TDCSR/KissoftheChangebringer.webp","xF":{"ft":"equipment"},"n":"Kiss of the Changebringer (Exalted)"},{"id":16394,"c":4,"u":"magician's%20judge_tdcsr","p":196,"s":60,"h":1,"dP":1,"t":12,"uu":"magician's judge|tdcsr","xF":{"ft":"weapon"},"n":"Magician's Judge"},{"id":16395,"c":4,"u":"mirror%20of%20infinite%20transpondence_tdcsr","p":196,"s":60,"h":1,"dP":1,"t":12,"uu":"mirror of infinite transpondence|tdcsr","m":"items/TDCSR/MirrorTranspondence.webp","xF":{"ft":"equipment"},"n":"Mirror of Infinite Transpondence"},{"id":16396,"c":4,"u":"mythcarver%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"mythcarver (awakened)|tdcsr","m":"items/TDCSR/Mythcarver.webp","xF":{"ft":"loot"},"n":"Mythcarver (Awakened)"},{"id":16397,"c":4,"u":"mythcarver%20(dormant)_tdcsr","p":207,"s":60,"h":1,"dP":1,"t":12,"uu":"mythcarver (dormant)|tdcsr","m":"items/TDCSR/Mythcarver.webp","xF":{"ft":"weapon"},"n":"Mythcarver (Dormant)"},{"id":16398,"c":4,"u":"mythcarver%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"mythcarver (exalted)|tdcsr","m":"items/TDCSR/Mythcarver.webp","xF":{"ft":"loot"},"n":"Mythcarver (Exalted)"},{"id":16399,"c":4,"u":"oloore%20root%20teabag_tdcsr","p":85,"s":60,"h":1,"dP":1,"t":12,"uu":"oloore root teabag|tdcsr","xF":{"ft":"consumable"},"n":"Oloore Root Teabag"},{"id":16400,"c":4,"u":"plainscow_tdcsr","p":248,"s":60,"h":1,"dP":1,"t":12,"uu":"plainscow|tdcsr","xF":{"ft":"loot"},"n":"Plainscow"},{"id":16401,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"plate of the dawnmartyr (awakened)|tdcsr","m":"items/TDCSR/PlateoftheDawnmartyr.webp","xF":{"ft":"equipment"},"n":"Plate of the Dawnmartyr (Awakened)"},{"id":16402,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(dormant)_tdcsr","p":208,"s":60,"h":1,"dP":1,"t":12,"uu":"plate of the dawnmartyr (dormant)|tdcsr","m":"items/TDCSR/PlateoftheDawnmartyr.webp","xF":{"ft":"equipment"},"n":"Plate of the Dawnmartyr (Dormant)"},{"id":16403,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"plate of the dawnmartyr (exalted)|tdcsr","m":"items/TDCSR/PlateoftheDawnmartyr.webp","xF":{"ft":"equipment"},"n":"Plate of the Dawnmartyr (Exalted)"},{"id":16404,"c":4,"u":"pyremaul%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"pyremaul (awakened)|tdcsr","m":"items/TDCSR/Pyremaul.webp","xF":{"ft":"loot"},"n":"Pyremaul (Awakened)"},{"id":16405,"c":4,"u":"pyremaul%20(dormant)_tdcsr","p":208,"s":60,"h":1,"dP":1,"t":12,"uu":"pyremaul (dormant)|tdcsr","m":"items/TDCSR/Pyremaul.webp","xF":{"ft":"weapon"},"n":"Pyremaul (Dormant)"},{"id":16406,"c":4,"u":"pyremaul%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"pyremaul (exalted)|tdcsr","m":"items/TDCSR/Pyremaul.webp","xF":{"ft":"loot"},"n":"Pyremaul (Exalted)"},{"id":16407,"c":4,"u":"raven's%20slumber_tdcsr","p":197,"s":60,"h":1,"dP":1,"t":12,"uu":"raven's slumber|tdcsr","xF":{"ft":"equipment"},"n":"Raven's Slumber"},{"id":16408,"c":4,"u":"residuum_tdcsr","p":75,"s":60,"h":1,"dP":1,"t":12,"uu":"residuum|tdcsr","xF":{"ft":"consumable"},"n":"Residuum"},{"id":16409,"c":4,"u":"residuum%20enchanting%20slate_tdcsr","p":75,"s":60,"h":1,"dP":1,"t":12,"uu":"residuum enchanting slate|tdcsr","xF":{"ft":"tool"},"n":"Residuum Enchanting Slate"},{"id":16410,"c":4,"u":"rod%20of%20mercurial%20form_tdcsr","p":197,"s":60,"h":1,"dP":1,"t":12,"uu":"rod of mercurial form|tdcsr","xF":{"ft":"equipment"},"n":"Rod of Mercurial Form"},{"id":16411,"c":4,"u":"skysail_tdcsr","p":199,"s":60,"h":1,"dP":1,"t":12,"uu":"skysail|tdcsr","m":"items/TDCSR/Skysail.webp","xF":{"ft":"weapon"},"n":"Skysail"},{"id":16412,"c":4,"u":"skyship_tdcsr","p":137,"s":60,"h":1,"dP":1,"t":12,"uu":"skyship|tdcsr","m":"book/TDCSR/Chapter3-Skyship.webp","xF":{"ft":"loot"},"n":"Skyship"},{"id":16413,"c":4,"u":"spire%20of%20conflux%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"spire of conflux (awakened)|tdcsr","m":"items/TDCSR/SpireofConflux.webp","xF":{"ft":"loot"},"n":"Spire of Conflux (Awakened)"},{"id":16414,"c":4,"u":"spire%20of%20conflux%20(dormant)_tdcsr","p":209,"s":60,"h":1,"r":1,"dP":1,"t":12,"uu":"spire of conflux (dormant)|tdcsr","m":"items/TDCSR/SpireofConflux.webp","xF":{"ft":"weapon"},"n":"Spire of Conflux (Dormant)"},{"id":16415,"c":4,"u":"spire%20of%20conflux%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"spire of conflux (exalted)|tdcsr","m":"items/TDCSR/SpireofConflux.webp","xF":{"ft":"equipment"},"n":"Spire of Conflux (Exalted)"},{"id":16416,"c":4,"u":"star%20razor%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"star razor (awakened)|tdcsr","m":"items/TDCSR/StarRazor.webp","xF":{"ft":"loot"},"n":"Star Razor (Awakened)"},{"id":16417,"c":4,"u":"star%20razor%20(dormant)_tdcsr","p":210,"s":60,"h":1,"dP":1,"t":12,"uu":"star razor (dormant)|tdcsr","m":"items/TDCSR/StarRazor.webp","xF":{"ft":"weapon"},"n":"Star Razor (Dormant)"},{"id":16418,"c":4,"u":"star%20razor%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"star razor (exalted)|tdcsr","m":"items/TDCSR/StarRazor.webp","xF":{"ft":"loot"},"n":"Star Razor (Exalted)"},{"id":16419,"c":4,"u":"stink%20bomb_tdcsr","p":100,"s":60,"h":1,"dP":1,"t":12,"uu":"stink bomb|tdcsr","xF":{"ft":"consumable"},"n":"Stink Bomb"},{"id":16420,"c":4,"u":"stormrider%20boots_tdcsr","p":197,"s":60,"h":1,"dP":1,"t":12,"uu":"stormrider boots|tdcsr","xF":{"ft":"equipment"},"n":"Stormrider Boots"},{"id":16421,"c":4,"u":"summer's%20dance_tdcsr","p":197,"s":60,"h":1,"dP":1,"t":12,"uu":"summer's dance|tdcsr","xF":{"ft":"weapon"},"n":"Summer's Dance"},{"id":16422,"c":4,"u":"sunbeam%20compass_tdcsr","p":143,"s":60,"h":1,"dP":1,"t":12,"uu":"sunbeam compass|tdcsr","xF":{"ft":"equipment"},"n":"Sunbeam Compass"},{"id":16423,"c":4,"u":"suude%20(blue)_tdcsr","p":85,"s":60,"h":1,"dP":1,"t":12,"uu":"suude (blue)|tdcsr","xF":{"ft":"consumable"},"n":"Suude (Blue)"},{"id":16424,"c":4,"u":"suude%20(brown)_tdcsr","p":85,"s":60,"h":1,"dP":1,"t":12,"uu":"suude (brown)|tdcsr","xF":{"ft":"consumable"},"n":"Suude (Brown)"},{"id":16425,"c":4,"u":"suude%20(red)_tdcsr","p":85,"s":60,"h":1,"dP":1,"t":12,"uu":"suude (red)|tdcsr","xF":{"ft":"consumable"},"n":"Suude (Red)"},{"id":16426,"c":4,"u":"tinkertop%20boltblaster%201000_tdcsr","p":197,"s":60,"h":1,"dP":1,"t":12,"uu":"tinkertop boltblaster 1000|tdcsr","xF":{"ft":"weapon"},"n":"Tinkertop Boltblaster 1000"},{"id":16427,"c":4,"u":"titanstone%20knuckles%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"titanstone knuckles (awakened)|tdcsr","m":"items/TDCSR/TitanstoneKnuckles.webp","xF":{"ft":"equipment"},"n":"Titanstone Knuckles (Awakened)"},{"id":16428,"c":4,"u":"titanstone%20knuckles%20(dormant)_tdcsr","p":211,"s":60,"h":1,"dP":1,"t":12,"uu":"titanstone knuckles (dormant)|tdcsr","m":"items/TDCSR/TitanstoneKnuckles.webp","xF":{"ft":"equipment"},"n":"Titanstone Knuckles (Dormant)"},{"id":16429,"c":4,"u":"titanstone%20knuckles%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"titanstone knuckles (exalted)|tdcsr","m":"items/TDCSR/TitanstoneKnuckles.webp","xF":{"ft":"equipment"},"n":"Titanstone Knuckles (Exalted)"},{"id":16430,"c":4,"u":"whisper%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"whisper (awakened)|tdcsr","m":"items/TDCSR/Whisper.webp","xF":{"ft":"loot"},"n":"Whisper (Awakened)"},{"id":16431,"c":4,"u":"whisper%20(dormant)_tdcsr","p":211,"s":60,"h":1,"dP":1,"t":12,"uu":"whisper (dormant)|tdcsr","m":"items/TDCSR/Whisper.webp","xF":{"ft":"weapon"},"n":"Whisper (Dormant)"},{"id":16432,"c":4,"u":"whisper%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"whisper (exalted)|tdcsr","m":"items/TDCSR/Whisper.webp","xF":{"ft":"loot"},"n":"Whisper (Exalted)"},{"id":16433,"c":4,"u":"whitestone_tdcsr","p":75,"s":60,"h":1,"dP":1,"t":12,"uu":"whitestone|tdcsr","xF":{"ft":"loot"},"n":"Whitestone"},{"id":16434,"c":4,"u":"wraps%20of%20dyamak%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"wraps of dyamak (awakened)|tdcsr","m":"items/TDCSR/WrapsofDyamak.webp","xF":{"ft":"loot"},"n":"Wraps of Dyamak (Awakened)"},{"id":16435,"c":4,"u":"wraps%20of%20dyamak%20(dormant)_tdcsr","p":212,"s":60,"h":1,"dP":1,"t":12,"uu":"wraps of dyamak (dormant)|tdcsr","m":"items/TDCSR/WrapsofDyamak.webp","xF":{"ft":"equipment"},"n":"Wraps of Dyamak (Dormant)"},{"id":16436,"c":4,"u":"wraps%20of%20dyamak%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"t":12,"uu":"wraps of dyamak (exalted)|tdcsr","m":"items/TDCSR/WrapsofDyamak.webp","xF":{"ft":"loot"},"n":"Wraps of Dyamak (Exalted)"},{"id":16437,"c":4,"u":"writing%20kit_tdcsr","p":183,"s":60,"h":1,"dP":1,"t":12,"uu":"writing kit|tdcsr","xF":{"ft":"loot"},"n":"Writing Kit"},{"id":16438,"c":4,"u":"zeal_tdcsr","p":85,"s":60,"h":1,"dP":1,"t":12,"uu":"zeal|tdcsr","xF":{"ft":"consumable"},"n":"Zeal"},{"id":16439,"c":4,"u":"amulet%20of%20protection%20from%20turning_tftyp","p":228,"s":61,"h":1,"t":12,"uu":"amulet of protection from turning|tftyp","xF":{"ft":"equipment"},"n":"Amulet of Protection from Turning"},{"id":16440,"c":4,"u":"balance%20of%20harmony_tftyp","p":228,"s":61,"h":1,"t":12,"uu":"balance of harmony|tftyp","xF":{"ft":"equipment"},"n":"Balance of Harmony"},{"id":16441,"c":4,"u":"bracelet%20of%20rock%20magic_tftyp","p":228,"s":61,"h":1,"t":12,"uu":"bracelet of rock magic|tftyp","xF":{"ft":"equipment"},"n":"Bracelet of Rock Magic"},{"id":16442,"c":4,"u":"eagle%20whistle_tftyp","p":228,"s":61,"h":1,"t":12,"uu":"eagle whistle|tftyp","xF":{"ft":"equipment"},"n":"Eagle Whistle"},{"id":16443,"c":4,"u":"flame%20tongue%20shortsword%20of%20greed_tftyp","p":179,"s":61,"h":1,"t":12,"uu":"flame tongue shortsword of greed|tftyp","xF":{"ft":"weapon"},"n":"Flame Tongue Shortsword of Greed"},{"id":16444,"c":4,"u":"hell%20hound%20cloak_tftyp","p":228,"s":61,"h":1,"t":12,"uu":"hell hound cloak|tftyp","xF":{"ft":"equipment"},"n":"Hell Hound Cloak"},{"id":16445,"c":4,"u":"javelin%20of%20backbiting_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"javelin of backbiting|tftyp","xF":{"ft":"weapon"},"n":"Javelin of Backbiting"},{"id":16446,"c":4,"u":"junky%20%2b1%20dagger_tftyp","p":77,"s":61,"h":1,"t":12,"uu":"junky +1 dagger|tftyp","xF":{"ft":"weapon"},"n":"Junky +1 Dagger"},{"id":16447,"c":4,"u":"loadstone_tftyp","p":228,"s":61,"h":1,"t":12,"uu":"loadstone|tftyp","xF":{"ft":"equipment"},"n":"Loadstone"},{"id":16448,"c":4,"u":"macuahuitl_tftyp","p":70,"s":61,"h":1,"t":12,"uu":"macuahuitl|tftyp","xF":{"ft":"weapon"},"n":"Macuahuitl"},{"id":16449,"c":4,"u":"mirror%20of%20the%20past_tftyp","p":228,"s":61,"h":1,"t":12,"uu":"mirror of the past|tftyp","xF":{"ft":"equipment"},"n":"Mirror of the Past"},{"id":16450,"c":4,"u":"night%20caller_tftyp","p":228,"s":61,"h":1,"t":12,"uu":"night caller|tftyp","xF":{"ft":"equipment"},"n":"Night Caller"},{"id":16451,"c":4,"u":"potion%20of%20mind%20control%20(beast)_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"potion of mind control (beast)|tftyp","xF":{"ft":"consumable"},"n":"Potion of Mind Control (beast)"},{"id":16452,"c":4,"u":"potion%20of%20mind%20control%20(humanoid)_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"potion of mind control (humanoid)|tftyp","xF":{"ft":"consumable"},"n":"Potion of Mind Control (humanoid)"},{"id":16453,"c":4,"u":"potion%20of%20mind%20control%20(monster)_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"potion of mind control (monster)|tftyp","xF":{"ft":"consumable"},"n":"Potion of Mind Control (monster)"},{"id":16454,"c":4,"u":"robe%20of%20summer_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"robe of summer|tftyp","xF":{"ft":"equipment"},"n":"Robe of Summer"},{"id":16455,"c":4,"u":"shatterspike_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"shatterspike|tftyp","xF":{"ft":"weapon"},"n":"Shatterspike"},{"id":16456,"c":4,"u":"spear%20of%20backbiting_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"spear of backbiting|tftyp","xF":{"ft":"weapon"},"n":"Spear of Backbiting"},{"id":16457,"c":4,"u":"stone%20of%20ill%20luck_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"stone of ill luck|tftyp","xF":{"ft":"equipment"},"n":"Stone of Ill Luck"},{"id":16458,"c":4,"u":"wand%20of%20entangle_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"wand of entangle|tftyp","xF":{"ft":"consumable"},"n":"Wand of Entangle"},{"id":16459,"c":4,"u":"waythe_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"waythe|tftyp","xF":{"ft":"weapon"},"n":"Waythe"},{"id":16460,"c":4,"u":"white%20dragon%20cape_tftyp","p":193,"s":61,"h":1,"t":12,"uu":"white dragon cape|tftyp","xF":{"ft":"loot"},"n":"White Dragon Cape"},{"id":16461,"c":4,"u":"amulet%20of%20the%20black%20skull_toa","p":206,"s":62,"h":1,"t":12,"uu":"amulet of the black skull|toa","xF":{"ft":"equipment"},"n":"Amulet of the Black Skull"},{"id":16462,"c":4,"u":"arcanaloth's%20music%20box_toa","p":188,"s":62,"h":1,"t":12,"uu":"arcanaloth's music box|toa","xF":{"ft":"loot"},"n":"Arcanaloth's Music Box"},{"id":16463,"c":4,"u":"bob_toa","p":89,"s":62,"h":1,"t":12,"uu":"bob|toa","xF":{"ft":"weapon"},"n":"Bob"},{"id":16464,"c":4,"u":"bookmark_toa","p":206,"s":62,"h":1,"t":12,"uu":"bookmark|toa","xF":{"ft":"weapon"},"n":"Bookmark"},{"id":16465,"c":4,"u":"canoe_toa","p":31,"s":62,"h":1,"t":12,"uu":"canoe|toa","xF":{"ft":"loot"},"n":"Canoe"},{"id":16466,"c":4,"u":"dancing%20monkey%20fruit_toa","p":205,"s":62,"h":1,"t":12,"uu":"dancing monkey fruit|toa","xF":{"ft":"loot"},"n":"Dancing Monkey Fruit"},{"id":16467,"c":4,"u":"devlin's%20staff%20of%20striking_toa","p":141,"s":62,"h":1,"t":12,"uu":"devlin's staff of striking|toa","xF":{"ft":"loot"},"n":"Devlin's Staff of Striking"},{"id":16468,"c":4,"u":"draconic%20longsword_toa","p":173,"s":62,"h":1,"t":12,"uu":"draconic longsword|toa","xF":{"ft":"weapon"},"n":"Draconic Longsword"},{"id":16469,"c":4,"u":"ghost%20lantern_toa","p":206,"s":62,"h":1,"t":12,"uu":"ghost lantern|toa","m":"items/ToA/Ghost Lantern.webp","xF":{"ft":"equipment"},"n":"Ghost Lantern"},{"id":16470,"c":4,"u":"insect%20repellent%20(block%20of%20incense)_toa","p":32,"s":62,"h":1,"t":12,"uu":"insect repellent (block of incense)|toa","xF":{"ft":"consumable"},"n":"Insect Repellent (block of incense)"},{"id":16471,"c":4,"u":"insect%20repellent%20(greasy%20salve)_toa","p":32,"s":62,"h":1,"t":12,"uu":"insect repellent (greasy salve)|toa","xF":{"ft":"consumable"},"n":"Insect Repellent (greasy salve)"},{"id":16472,"c":4,"u":"mask%20of%20the%20beast_toa","p":207,"s":62,"h":1,"t":12,"uu":"mask of the beast|toa","m":"items/ToA/Mask of the Beast.webp","xF":{"ft":"equipment"},"n":"Mask of the Beast"},{"id":16473,"c":4,"u":"menga%20leaves%20(1%20ounce)_toa","p":205,"s":62,"h":1,"t":12,"uu":"menga leaves (1 ounce)|toa","xF":{"ft":"loot"},"n":"Menga leaves (1 ounce)"},{"id":16474,"c":4,"u":"petrified%20grung%20egg_toa","p":144,"s":62,"h":1,"t":12,"uu":"petrified grung egg|toa","xF":{"ft":"loot"},"n":"Petrified Grung Egg"},{"id":16475,"c":4,"u":"rain%20catcher_toa","p":32,"s":62,"h":1,"t":12,"uu":"rain catcher|toa","xF":{"ft":"loot"},"n":"Rain Catcher"},{"id":16476,"c":4,"u":"ring%20of%20winter_toa","p":207,"s":62,"h":1,"t":12,"uu":"ring of winter|toa","m":"items/ToA/Ring of Winter.webp","xF":{"ft":"equipment"},"n":"Ring of Winter"},{"id":16477,"c":4,"u":"ryath%20root_toa","p":205,"s":62,"h":1,"t":12,"uu":"ryath root|toa","xF":{"ft":"consumable"},"n":"Ryath Root"},{"id":16478,"c":4,"u":"scorpion%20armor_toa","p":208,"s":62,"h":1,"t":12,"uu":"scorpion armor|toa","xF":{"ft":"equipment"},"n":"Scorpion Armor"},{"id":16479,"c":4,"u":"shield%20of%20shouting_toa","p":116,"s":62,"h":1,"t":12,"uu":"shield of shouting|toa","xF":{"ft":"equipment"},"n":"Shield of Shouting"},{"id":16480,"c":4,"u":"sinda%20berries%20(10)_toa","p":205,"s":62,"h":1,"t":12,"uu":"sinda berries (10)|toa","xF":{"ft":"consumable"},"n":"Sinda berries (10)"},{"id":16481,"c":4,"u":"staff%20of%20the%20forgotten%20one_toa","p":208,"s":62,"h":1,"t":12,"uu":"staff of the forgotten one|toa","xF":{"ft":"weapon"},"n":"Staff of the Forgotten One"},{"id":16482,"c":4,"u":"tej_toa","p":32,"s":62,"h":1,"t":12,"uu":"tej|toa","xF":{"ft":"consumable"},"n":"Tej"},{"id":16483,"c":4,"u":"wildroot_toa","p":205,"s":62,"h":1,"t":12,"uu":"wildroot|toa","xF":{"ft":"loot"},"n":"Wildroot"},{"id":16484,"c":4,"u":"wukka%20nut_toa","p":205,"s":62,"h":1,"t":12,"uu":"wukka nut|toa","xF":{"ft":"equipment"},"n":"Wukka Nut"},{"id":16485,"c":4,"u":"yahcha_toa","p":205,"s":62,"h":1,"t":12,"uu":"yahcha|toa","xF":{"ft":"loot"},"n":"Yahcha"},{"id":16486,"c":4,"u":"zabou_toa","p":205,"s":62,"h":1,"t":12,"uu":"zabou|toa","xF":{"ft":"loot"},"n":"Zabou"},{"id":16487,"c":4,"u":"dissimortuum's%20cursed%20mask_tob1-2023","p":106,"s":63,"h":1,"dP":1,"t":12,"uu":"dissimortuum's cursed mask|tob1-2023","xF":{"ft":"equipment"},"n":"Dissimortuum's Cursed Mask"},{"id":16488,"c":4,"u":"spinosaurus_tob1-2023","p":103,"s":63,"h":1,"dP":1,"t":12,"uu":"spinosaurus|tob1-2023","xF":{"ft":"loot"},"n":"Spinosaurus"},{"id":16489,"c":4,"u":"vanisher%20hat_tob1-2023","p":319,"s":63,"h":1,"dP":1,"t":12,"uu":"vanisher hat|tob1-2023","xF":{"ft":"equipment"},"n":"Vanisher Hat"},{"id":16490,"c":4,"u":"chime%20of%20exile_veor","p":46,"s":65,"h":1,"t":12,"uu":"chime of exile|veor","m":"items/VEoR/Chime of Exile.webp","xF":{"ft":"equipment"},"n":"Chime of Exile"},{"id":16491,"c":4,"u":"crown%20of%20lies_veor","p":6,"s":65,"h":1,"t":12,"uu":"crown of lies|veor","m":"items/VEoR/Crown of Lies.webp","xF":{"ft":"equipment"},"n":"Crown of Lies"},{"id":16492,"c":4,"u":"rod%20of%20seven%20parts_veor","p":8,"s":65,"h":1,"t":12,"uu":"rod of seven parts|veor","m":"items/VEoR/Rod of Seven Parts.webp","xF":{"ft":"weapon"},"n":"Rod of Seven Parts"},{"id":16493,"c":4,"u":"flensing%20claws%20(huge)_vgm","p":81,"s":66,"h":1,"t":12,"uu":"flensing claws (huge)|vgm","xF":{"ft":"weapon"},"n":"Flensing Claws (Huge)"},{"id":16494,"c":4,"u":"flensing%20claws%20(large)_vgm","p":81,"s":66,"h":1,"t":12,"uu":"flensing claws (large)|vgm","xF":{"ft":"weapon"},"n":"Flensing Claws (Large)"},{"id":16495,"c":4,"u":"flensing%20claws%20(medium)_vgm","p":81,"s":66,"h":1,"t":12,"uu":"flensing claws (medium)|vgm","xF":{"ft":"weapon"},"n":"Flensing Claws (Medium)"},{"id":16496,"c":4,"u":"flensing%20claws%20(small)_vgm","p":81,"s":66,"h":1,"t":12,"uu":"flensing claws (small)|vgm","xF":{"ft":"weapon"},"n":"Flensing Claws (Small)"},{"id":16497,"c":4,"u":"mind%20lash_vgm","p":81,"s":66,"h":1,"t":12,"uu":"mind lash|vgm","xF":{"ft":"weapon"},"n":"Mind Lash"},{"id":16498,"c":4,"u":"shield%20of%20far%20sight_vgm","p":81,"s":66,"h":1,"t":12,"uu":"shield of far sight|vgm","xF":{"ft":"equipment"},"n":"Shield of Far Sight"},{"id":16499,"c":4,"u":"survival%20mantle_vgm","p":81,"s":66,"h":1,"t":12,"uu":"survival mantle|vgm","xF":{"ft":"equipment"},"n":"Survival Mantle"},{"id":16500,"c":4,"u":"harkon's%20bite_vrgr","p":137,"s":67,"h":1,"t":12,"uu":"harkon's bite|vrgr","xF":{"ft":"equipment"},"n":"Harkon's Bite"},{"id":16501,"c":4,"u":"horror%20trinket_vrgr","p":36,"s":67,"h":1,"t":12,"uu":"horror trinket|vrgr","xF":{"ft":"loot"},"n":"Horror Trinket"},{"id":16502,"c":4,"u":"ivana's%20whisper_vrgr","p":83,"s":67,"h":1,"t":12,"uu":"ivana's whisper|vrgr","xF":{"ft":"consumable"},"n":"Ivana's Whisper"},{"id":16503,"c":4,"u":"monster%20hunter's%20pack_vrgr","p":34,"s":67,"h":1,"t":12,"uu":"monster hunter's pack|vrgr","xF":{"ft":"loot"},"n":"Monster Hunter's Pack"},{"id":16504,"c":4,"u":"nepenthe_vrgr","p":86,"s":67,"h":1,"t":12,"uu":"nepenthe|vrgr","m":"items/VRGR/Nepenthe.webp","xF":{"ft":"weapon"},"n":"Nepenthe"},{"id":16505,"c":4,"u":"black%20chromatic%20rose_wbtw","p":208,"s":68,"h":1,"t":12,"uu":"black chromatic rose|wbtw","xF":{"ft":"equipment"},"n":"Black Chromatic Rose"},{"id":16506,"c":4,"u":"blue%20chromatic%20rose_wbtw","p":208,"s":68,"h":1,"t":12,"uu":"blue chromatic rose|wbtw","xF":{"ft":"equipment"},"n":"Blue Chromatic Rose"},{"id":16507,"c":4,"u":"bobbing%20lily%20pad_wbtw","p":208,"s":68,"h":1,"t":12,"uu":"bobbing lily pad|wbtw","xF":{"ft":"equipment"},"n":"Bobbing Lily Pad"},{"id":16508,"c":4,"u":"dust%20of%20corrosion_wbtw","p":209,"s":68,"h":1,"t":12,"uu":"dust of corrosion|wbtw","xF":{"ft":"equipment"},"n":"Dust of Corrosion"},{"id":16509,"c":4,"u":"eldritch%20staff_wbtw","p":209,"s":68,"h":1,"t":12,"uu":"eldritch staff|wbtw","xF":{"ft":"weapon"},"n":"Eldritch Staff"},{"id":16510,"c":4,"u":"feywild%20trinket_wbtw","p":7,"s":68,"h":1,"t":12,"uu":"feywild trinket|wbtw","m":"items/WBtW/Feywild Trinket.webp","xF":{"ft":"loot"},"n":"Feywild Trinket"},{"id":16511,"c":4,"u":"green%20chromatic%20rose_wbtw","p":208,"s":68,"h":1,"t":12,"uu":"green chromatic rose|wbtw","xF":{"ft":"equipment"},"n":"Green Chromatic Rose"},{"id":16512,"c":4,"u":"iggwilv's%20cauldron_wbtw","p":209,"s":68,"h":1,"t":12,"uu":"iggwilv's cauldron|wbtw","m":"items/WBtW/Iggwilvs Cauldron.webp","xF":{"ft":"equipment"},"n":"Iggwilv's Cauldron"},{"id":16513,"c":4,"u":"ornithopter%20of%20flying_wbtw","p":212,"s":68,"h":1,"t":12,"uu":"ornithopter of flying|wbtw","m":"items/WBtW/Ornithopter of Flying.webp","xF":{"ft":"equipment"},"n":"Ornithopter of Flying"},{"id":16514,"c":4,"u":"pixie%20dust_wbtw","p":212,"s":68,"h":1,"t":12,"uu":"pixie dust|wbtw","xF":{"ft":"equipment"},"n":"Pixie Dust"},{"id":16515,"c":4,"u":"potion%20of%20advantage_wbtw","p":212,"s":68,"h":1,"t":12,"uu":"potion of advantage|wbtw","xF":{"ft":"consumable"},"n":"Potion of Advantage"},{"id":16516,"c":4,"u":"red%20chromatic%20rose_wbtw","p":208,"s":68,"h":1,"t":12,"uu":"red chromatic rose|wbtw","xF":{"ft":"equipment"},"n":"Red Chromatic Rose"},{"id":16517,"c":4,"u":"scissors%20of%20shadow%20snipping_wbtw","p":213,"s":68,"h":1,"t":12,"uu":"scissors of shadow snipping|wbtw","xF":{"ft":"equipment"},"n":"Scissors of Shadow Snipping"},{"id":16518,"c":4,"u":"snicker-snack_wbtw","p":213,"s":68,"h":1,"t":12,"uu":"snicker-snack|wbtw","m":"items/WBtW/Snicker-Snack.webp","xF":{"ft":"weapon"},"n":"Snicker-Snack"},{"id":16519,"c":4,"u":"steel_wbtw","p":214,"s":68,"h":1,"t":12,"uu":"steel|wbtw","m":"items/WBtW/Steel.webp","xF":{"ft":"weapon"},"n":"Steel"},{"id":16520,"c":4,"u":"white%20chromatic%20rose_wbtw","p":208,"s":68,"h":1,"t":12,"uu":"white chromatic rose|wbtw","xF":{"ft":"equipment"},"n":"White Chromatic Rose"},{"id":16521,"c":4,"u":"witchlight%20vane_wbtw","p":27,"s":68,"h":1,"t":12,"uu":"witchlight vane|wbtw","m":"items/WBtW/Witchlight Vane.webp","xF":{"ft":"loot"},"n":"Witchlight Vane"},{"id":16522,"c":4,"u":"witchlight%20watch_wbtw","p":25,"s":68,"h":1,"t":12,"uu":"witchlight watch|wbtw","xF":{"ft":"equipment"},"n":"Witchlight Watch"},{"id":16523,"c":4,"u":"woodcutter's%20axe_wbtw","p":214,"s":68,"h":1,"t":12,"uu":"woodcutter's axe|wbtw","xF":{"ft":"weapon"},"n":"Woodcutter's Axe"},{"id":16524,"c":4,"u":"adamantine%20bar_wdh","p":90,"s":69,"h":1,"t":12,"uu":"adamantine bar|wdh","xF":{"ft":"loot"},"n":"Adamantine Bar"},{"id":16525,"c":4,"u":"adjustable%20stilts_wdh","p":47,"s":69,"h":1,"t":12,"uu":"adjustable stilts|wdh","xF":{"ft":"loot"},"n":"Adjustable Stilts"},{"id":16526,"c":4,"u":"azuredge_wdh","p":189,"s":69,"h":1,"t":12,"uu":"azuredge|wdh","xF":{"ft":"weapon"},"n":"Azuredge"},{"id":16527,"c":4,"u":"backpack%20parachute_wdh","p":47,"s":69,"h":1,"t":12,"uu":"backpack parachute|wdh","xF":{"ft":"loot"},"n":"Backpack Parachute"},{"id":16528,"c":4,"u":"badge%20of%20the%20watch_wdh","p":189,"s":69,"h":1,"t":12,"uu":"badge of the watch|wdh","m":"items/WDH/Badge of the Watch.webp","xF":{"ft":"equipment"},"n":"Badge of the Watch"},{"id":16529,"c":4,"u":"barking%20box_wdh","p":47,"s":69,"h":1,"t":12,"uu":"barking box|wdh","xF":{"ft":"loot"},"n":"Barking Box"},{"id":16530,"c":4,"u":"blackstaff_wdh","p":190,"s":69,"h":1,"t":12,"uu":"blackstaff|wdh","xF":{"ft":"weapon"},"n":"Blackstaff"},{"id":16531,"c":4,"u":"bracer%20of%20flying%20daggers_wdh","p":190,"s":69,"h":1,"t":12,"uu":"bracer of flying daggers|wdh","xF":{"ft":"equipment"},"n":"Bracer of Flying Daggers"},{"id":16532,"c":4,"u":"charred%20wand%20of%20magic%20missiles_wdh","p":77,"s":69,"h":1,"t":12,"uu":"charred wand of magic missiles|wdh","xF":{"ft":"loot"},"n":"Charred Wand of Magic Missiles"},{"id":16533,"c":4,"u":"dragon_wdh","p":169,"s":69,"h":1,"t":12,"uu":"dragon|wdh","xF":{"ft":"loot"},"n":"Dragon"},{"id":16534,"c":4,"u":"dragonstaff%20of%20ahghairon_wdh","p":191,"s":69,"h":1,"t":12,"uu":"dragonstaff of ahghairon|wdh","m":"items/WDH/Dragonstaff of Ahghairon.webp","xF":{"ft":"weapon"},"n":"Dragonstaff of Ahghairon"},{"id":16535,"c":4,"u":"feather%20of%20diatryma%20summoning_wdh","p":191,"s":69,"h":1,"t":12,"uu":"feather of diatryma summoning|wdh","xF":{"ft":"equipment"},"n":"Feather of Diatryma Summoning"},{"id":16536,"c":4,"u":"harbor%20moon_wdh","p":169,"s":69,"h":1,"t":12,"uu":"harbor moon|wdh","xF":{"ft":"loot"},"n":"Harbor Moon"},{"id":16537,"c":4,"u":"knave's%20eye%20patch_wdh","p":191,"s":69,"h":1,"t":12,"uu":"knave's eye patch|wdh","xF":{"ft":"equipment"},"n":"Knave's Eye Patch"},{"id":16538,"c":4,"u":"lord's%20ensemble_wdh","p":191,"s":69,"h":1,"t":12,"uu":"lord's ensemble|wdh","m":"items/WDH/Lord's Ensemble.webp","xF":{"ft":"equipment"},"n":"Lord's Ensemble"},{"id":16539,"c":4,"u":"matchless%20pipe_wdh","p":47,"s":69,"h":1,"t":12,"uu":"matchless pipe|wdh","xF":{"ft":"loot"},"n":"Matchless Pipe"},{"id":16540,"c":4,"u":"nib_wdh","p":169,"s":69,"h":1,"t":12,"uu":"nib|wdh","xF":{"ft":"loot"},"n":"Nib"},{"id":16541,"c":4,"u":"nimblewright%20detector_wdh","p":47,"s":69,"h":1,"t":12,"uu":"nimblewright detector|wdh","xF":{"ft":"loot"},"n":"Nimblewright Detector"},{"id":16542,"c":4,"u":"oversized%20longbow_wdh","p":201,"s":69,"h":1,"t":12,"uu":"oversized longbow|wdh","xF":{"ft":"weapon"},"n":"Oversized Longbow"},{"id":16543,"c":4,"u":"paper%20bird_wdh","p":191,"s":69,"h":1,"t":12,"uu":"paper bird|wdh","m":"items/WDH/Paper Bird.webp","xF":{"ft":"equipment"},"n":"Paper Bird"},{"id":16544,"c":4,"u":"ring%20of%20truth%20telling_wdh","p":192,"s":69,"h":1,"t":12,"uu":"ring of truth telling|wdh","xF":{"ft":"equipment"},"n":"Ring of Truth Telling"},{"id":16545,"c":4,"u":"shard_wdh","p":169,"s":69,"h":1,"t":12,"uu":"shard|wdh","xF":{"ft":"loot"},"n":"Shard"},{"id":16546,"c":4,"u":"smokepowder_wdh","p":192,"s":69,"h":1,"t":12,"uu":"smokepowder|wdh","xF":{"ft":"equipment"},"n":"Smokepowder"},{"id":16547,"c":4,"u":"stone%20of%20golorr_wdh","p":192,"s":69,"h":1,"t":12,"uu":"stone of golorr|wdh","m":"items/WDH/Stone of Golorr.webp","xF":{"ft":"equipment"},"n":"Stone of Golorr"},{"id":16548,"c":4,"u":"sun_wdh","p":169,"s":69,"h":1,"t":12,"uu":"sun|wdh","xF":{"ft":"loot"},"n":"Sun"},{"id":16549,"c":4,"u":"taol_wdh","p":169,"s":69,"h":1,"t":12,"uu":"taol|wdh","xF":{"ft":"loot"},"n":"Taol"},{"id":16550,"c":4,"u":"teleporter%20ring_wdh","p":157,"s":69,"h":1,"t":12,"uu":"teleporter ring|wdh","xF":{"ft":"equipment"},"n":"Teleporter Ring"},{"id":16551,"c":4,"u":"black%20crystal%20tablet_wdmm","p":284,"s":70,"h":1,"t":12,"uu":"black crystal tablet|wdmm","xF":{"ft":"equipment"},"n":"Black Crystal Tablet"},{"id":16552,"c":4,"u":"blast%20scepter_wdmm","p":310,"s":70,"h":1,"t":12,"uu":"blast scepter|wdmm","xF":{"ft":"equipment"},"n":"Blast Scepter"},{"id":16553,"c":4,"u":"chest%20of%20preserving_wdmm","p":139,"s":70,"h":1,"t":12,"uu":"chest of preserving|wdmm","xF":{"ft":"equipment"},"n":"Chest of Preserving"},{"id":16554,"c":4,"u":"circlet%20of%20human%20perfection_wdmm","p":30,"s":70,"h":1,"t":12,"uu":"circlet of human perfection|wdmm","xF":{"ft":"equipment"},"n":"Circlet of Human Perfection"},{"id":16555,"c":4,"u":"dagger%20of%20blindsight_wdmm","p":86,"s":70,"h":1,"t":12,"uu":"dagger of blindsight|wdmm","xF":{"ft":"weapon"},"n":"Dagger of Blindsight"},{"id":16556,"c":4,"u":"dagger%20of%20guitar%20solos_wdmm","p":228,"s":70,"h":1,"t":12,"uu":"dagger of guitar solos|wdmm","xF":{"ft":"weapon"},"n":"Dagger of Guitar Solos"},{"id":16557,"c":4,"u":"dodecahedron%20of%20doom_wdmm","p":284,"s":70,"h":1,"t":12,"uu":"dodecahedron of doom|wdmm","xF":{"ft":"equipment"},"n":"Dodecahedron of Doom"},{"id":16558,"c":4,"u":"falkir's%20helm%20of%20pigheadedness_wdmm","p":141,"s":70,"h":1,"t":12,"uu":"falkir's helm of pigheadedness|wdmm","xF":{"ft":"equipment"},"n":"Falkir's Helm of Pigheadedness"},{"id":16559,"c":4,"u":"helm%20of%20the%20scavenger_wdmm","p":297,"s":70,"h":1,"t":12,"uu":"helm of the scavenger|wdmm","xF":{"ft":"equipment"},"n":"Helm of the Scavenger"},{"id":16560,"c":4,"u":"horn%20of%20the%20endless%20maze_wdmm","p":163,"s":70,"h":1,"t":12,"uu":"horn of the endless maze|wdmm","xF":{"ft":"loot"},"n":"Horn of the Endless Maze"},{"id":16561,"c":4,"u":"horned%20ring_wdmm","p":108,"s":70,"h":1,"t":12,"uu":"horned ring|wdmm","xF":{"ft":"equipment"},"n":"Horned Ring"},{"id":16562,"c":4,"u":"jade%20serpent%20staff_wdmm","p":92,"s":70,"h":1,"t":12,"uu":"jade serpent staff|wdmm","xF":{"ft":"loot"},"n":"Jade Serpent Staff"},{"id":16563,"c":4,"u":"maddgoth's%20helm_wdmm","p":103,"s":70,"h":1,"t":12,"uu":"maddgoth's helm|wdmm","xF":{"ft":"loot"},"n":"Maddgoth's Helm"},{"id":16564,"c":4,"u":"mind%20flayer%20skull_wdmm","p":197,"s":70,"h":1,"t":12,"uu":"mind flayer skull|wdmm","xF":{"ft":"loot"},"n":"Mind Flayer Skull"},{"id":16565,"c":4,"u":"orb%20of%20gonging_wdmm","p":174,"s":70,"h":1,"t":12,"uu":"orb of gonging|wdmm","xF":{"ft":"equipment"},"n":"Orb of Gonging"},{"id":16566,"c":4,"u":"pearl%20of%20undead%20detection_wdmm","p":76,"s":70,"h":1,"t":12,"uu":"pearl of undead detection|wdmm","xF":{"ft":"loot"},"n":"Pearl of Undead Detection"},{"id":16567,"c":4,"u":"potion%20of%20comprehension_wdmm","p":62,"s":70,"h":1,"t":12,"uu":"potion of comprehension|wdmm","xF":{"ft":"consumable"},"n":"Potion of Comprehension"},{"id":16568,"c":4,"u":"potion%20of%20watchful%20rest_wdmm","p":62,"s":70,"h":1,"t":12,"uu":"potion of watchful rest|wdmm","xF":{"ft":"consumable"},"n":"Potion of Watchful Rest"},{"id":16569,"c":4,"u":"professor%20orb_wdmm","p":284,"s":70,"h":1,"t":12,"uu":"professor orb|wdmm","xF":{"ft":"equipment"},"n":"Professor Orb"},{"id":16570,"c":4,"u":"propeller%20helm_wdmm","p":251,"s":70,"h":1,"t":12,"uu":"propeller helm|wdmm","xF":{"ft":"equipment"},"n":"Propeller Helm"},{"id":16571,"c":4,"u":"shield%20of%20the%20uven%20rune_wdmm","p":299,"s":70,"h":1,"t":12,"uu":"shield of the uven rune|wdmm","xF":{"ft":"equipment"},"n":"Shield of the Uven Rune"},{"id":16572,"c":4,"u":"tangler%20grenade_wdmm","p":244,"s":70,"h":1,"t":12,"uu":"tangler grenade|wdmm","xF":{"ft":"loot"},"n":"Tangler Grenade"},{"id":16573,"c":4,"u":"tearulai_wdmm","p":70,"s":70,"h":1,"t":12,"uu":"tearulai|wdmm","xF":{"ft":"weapon"},"n":"Tearulai"},{"id":16574,"c":4,"u":"vanrak's%20mithral%20shirt_wdmm","p":237,"s":70,"h":1,"t":12,"uu":"vanrak's mithral shirt|wdmm","xF":{"ft":"equipment"},"n":"Vanrak's Mithral Shirt"},{"id":16575,"c":4,"u":"vial%20of%20stardust_wdmm","p":251,"s":70,"h":1,"t":12,"uu":"vial of stardust|wdmm","xF":{"ft":"loot"},"n":"Vial of Stardust"},{"id":16576,"c":4,"u":"wyllow's%20staff%20of%20flowers_wdmm","p":75,"s":70,"h":1,"t":12,"uu":"wyllow's staff of flowers|wdmm","xF":{"ft":"loot"},"n":"Wyllow's Staff of Flowers"},{"id":16577,"c":4,"u":"chip%20of%20creation_aitfr-avt","p":11,"s":104,"h":1,"t":12,"uu":"chip of creation|aitfr-avt","xF":{"ft":"equipment"},"n":"Chip of Creation"},{"id":16578,"c":4,"u":"keystone%20of%20creation_aitfr-avt","p":12,"s":104,"h":1,"t":12,"uu":"keystone of creation|aitfr-avt","xF":{"ft":"equipment"},"n":"Keystone of Creation"},{"id":16579,"c":4,"u":"stone%20of%20creation_aitfr-avt","p":10,"s":104,"h":1,"t":12,"uu":"stone of creation|aitfr-avt","xF":{"ft":"equipment"},"n":"Stone of Creation"},{"id":16580,"c":4,"u":"planar%20key_aitfr-thp","p":13,"s":75,"h":1,"t":12,"uu":"planar key|aitfr-thp","xF":{"ft":"equipment"},"n":"Planar Key"},{"id":16581,"c":4,"u":"vial%20of%20thought%20capture_azfyt","p":4,"s":112,"h":1,"t":12,"uu":"vial of thought capture|azfyt","xF":{"ft":"loot"},"n":"Vial of Thought Capture"},{"id":16582,"c":4,"u":"helm%20of%20disjunction_hat-lmi","s":113,"h":1,"t":12,"uu":"helm of disjunction|hat-lmi","m":"items/HAT-LMI/Helm of Disjunction.webp","xF":{"ft":"equipment"},"n":"Helm of Disjunction"},{"id":16583,"c":4,"u":"hither-thither%20staff_hat-lmi","s":113,"h":1,"t":12,"uu":"hither-thither staff|hat-lmi","m":"items/HAT-LMI/Hither-Thither Staff.webp","xF":{"ft":"weapon"},"n":"Hither-Thither Staff"},{"id":16584,"c":4,"u":"horn%20of%20beckoning%20death_hat-lmi","s":113,"h":1,"t":12,"uu":"horn of beckoning death|hat-lmi","m":"items/HAT-LMI/Horn of Beckoning Death.webp","xF":{"ft":"equipment"},"n":"Horn of Beckoning Death"},{"id":16585,"c":4,"u":"red%20wizard%20blade_hat-lmi","s":113,"h":1,"t":12,"uu":"red wizard blade|hat-lmi","m":"items/HAT-LMI/Red Wizard Blade.webp","xF":{"ft":"weapon"},"n":"Red Wizard Blade"},{"id":16586,"c":4,"u":"tablet%20of%20reawakening_hat-lmi","s":113,"h":1,"t":12,"uu":"tablet of reawakening|hat-lmi","m":"items/HAT-LMI/Tablet of Reawakening.webp","xF":{"ft":"equipment"},"n":"Tablet of Reawakening"},{"id":16587,"c":4,"u":"blood%20of%20the%20lycanthrope_imr","p":93,"s":79,"h":1,"t":12,"uu":"blood of the lycanthrope|imr","xF":{"ft":"consumable"},"n":"Blood of the Lycanthrope"},{"id":16588,"c":4,"u":"blood%20of%20the%20lycanthrope%20antidote_imr","p":94,"s":79,"h":1,"t":12,"uu":"blood of the lycanthrope antidote|imr","xF":{"ft":"consumable"},"n":"Blood of the Lycanthrope Antidote"},{"id":16589,"c":4,"u":"bridle%20of%20capturing_imr","p":94,"s":79,"h":1,"t":12,"uu":"bridle of capturing|imr","xF":{"ft":"equipment"},"n":"Bridle of Capturing"},{"id":16590,"c":4,"u":"crown%20of%20the%20forest_imr","p":7,"s":79,"h":1,"t":12,"uu":"crown of the forest|imr","xF":{"ft":"equipment"},"n":"Crown of the Forest"},{"id":16591,"c":4,"u":"dust%20of%20the%20mummy_imr","p":93,"s":79,"h":1,"t":12,"uu":"dust of the mummy|imr","xF":{"ft":"consumable"},"n":"Dust of the Mummy"},{"id":16592,"c":4,"u":"ioun%20stone%20of%20vitality_imr","p":94,"s":79,"h":1,"t":12,"uu":"ioun stone of vitality|imr","xF":{"ft":"equipment"},"n":"Ioun Stone of Vitality"},{"id":16593,"c":4,"u":"mummy%20rot%20antidote_imr","p":94,"s":79,"h":1,"t":12,"uu":"mummy rot antidote|imr","xF":{"ft":"consumable"},"n":"Mummy Rot Antidote"},{"id":16594,"c":4,"u":"ruinblade_imr","p":95,"s":79,"h":1,"t":12,"uu":"ruinblade|imr","xF":{"ft":"weapon"},"n":"Ruinblade"},{"id":16595,"c":4,"u":"the%20infernal%20machine%20of%20lum%20the%20mad_imr","p":96,"s":79,"h":1,"t":12,"uu":"the infernal machine of lum the mad|imr","xF":{"ft":"equipment"},"n":"The Infernal Machine of Lum the Mad"},{"id":16596,"c":4,"u":"thessaltoxin_imr","p":93,"s":79,"h":1,"t":12,"uu":"thessaltoxin|imr","xF":{"ft":"consumable"},"n":"Thessaltoxin"},{"id":16597,"c":4,"u":"thessaltoxin%20antidote_imr","p":95,"s":79,"h":1,"t":12,"uu":"thessaltoxin antidote|imr","xF":{"ft":"consumable"},"n":"Thessaltoxin Antidote"},{"id":16598,"c":4,"u":"barrier%20peaks%20trinket_llk","p":7,"s":80,"h":1,"t":12,"uu":"barrier peaks trinket|llk","xF":{"ft":"loot"},"n":"Barrier Peaks Trinket"},{"id":16599,"c":4,"u":"deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"t":12,"uu":"deck of several things|llk","xF":{"ft":"equipment"},"n":"Deck of Several Things"},{"id":16600,"c":4,"u":"enchanted%20three-dragon%20ante%20set_llk","p":15,"s":80,"h":1,"t":12,"uu":"enchanted three-dragon ante set|llk","xF":{"ft":"loot"},"n":"Enchanted Three-Dragon Ante Set"},{"id":16601,"c":4,"u":"galder's%20bubble%20pipe_llk","p":55,"s":80,"h":1,"t":12,"uu":"galder's bubble pipe|llk","xF":{"ft":"equipment"},"n":"Galder's Bubble Pipe"},{"id":16602,"c":4,"u":"heward's%20hireling%20armor_llk","p":55,"s":80,"h":1,"t":12,"uu":"heward's hireling armor|llk","xF":{"ft":"equipment"},"n":"Heward's Hireling Armor"},{"id":16603,"c":4,"u":"ioun%20stone%2c%20historical%20knowledge_llk","p":55,"s":80,"h":1,"t":12,"uu":"ioun stone, historical knowledge|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Historical Knowledge"},{"id":16604,"c":4,"u":"ioun%20stone%2c%20language%20knowledge_llk","p":55,"s":80,"h":1,"t":12,"uu":"ioun stone, language knowledge|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Language Knowledge"},{"id":16605,"c":4,"u":"ioun%20stone%2c%20natural%20knowledge_llk","p":55,"s":80,"h":1,"t":12,"uu":"ioun stone, natural knowledge|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Natural Knowledge"},{"id":16606,"c":4,"u":"ioun%20stone%2c%20religious%20knowledge_llk","p":55,"s":80,"h":1,"t":12,"uu":"ioun stone, religious knowledge|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Religious Knowledge"},{"id":16607,"c":4,"u":"ioun%20stone%2c%20self-preservation_llk","p":55,"s":80,"h":1,"t":12,"uu":"ioun stone, self-preservation|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Self-Preservation"},{"id":16608,"c":4,"u":"ioun%20stone%2c%20supreme%20intellect_llk","p":55,"s":80,"h":1,"t":12,"uu":"ioun stone, supreme intellect|llk","xF":{"ft":"equipment"},"n":"Ioun Stone, Supreme Intellect"},{"id":16609,"c":4,"u":"leather%20golem%20armor_llk","p":55,"s":80,"h":1,"t":12,"uu":"leather golem armor|llk","xF":{"ft":"equipment"},"n":"Leather Golem Armor"},{"id":16610,"c":4,"u":"powered%20armor_llk","p":56,"s":80,"h":1,"t":12,"uu":"powered armor|llk","xF":{"ft":"equipment"},"n":"Powered Armor"},{"id":16611,"c":4,"u":"nightbringer_mcv2dc","p":14,"s":83,"h":1,"t":12,"uu":"nightbringer|mcv2dc","xF":{"ft":"weapon"},"n":"Nightbringer"},{"id":16612,"c":4,"u":"amulet%20of%20harmony_nrh-at","p":8,"s":89,"h":1,"t":12,"uu":"amulet of harmony|nrh-at","xF":{"ft":"equipment"},"n":"Amulet of Harmony"},{"id":16613,"c":4,"u":"prismatic%20well_nrh-at","p":8,"s":89,"h":1,"t":12,"uu":"prismatic well|nrh-at","xF":{"ft":"equipment"},"n":"Prismatic Well"},{"id":16614,"c":4,"u":"amber%20runestone_nrh-tlt","p":6,"s":114,"h":1,"t":12,"uu":"amber runestone|nrh-tlt","xF":{"ft":"equipment"},"n":"Amber Runestone"},{"id":16615,"c":4,"u":"whistle-stick_oga","p":4,"s":115,"h":1,"t":12,"uu":"whistle-stick|oga","xF":{"ft":"tool"},"n":"Whistle-Stick"},{"id":16616,"c":4,"u":"amulet%20of%20dinosaur%20feathers%20(sun%20empire)_psx","p":24,"s":98,"h":1,"t":12,"uu":"amulet of dinosaur feathers (sun empire)|psx","xF":{"ft":"equipment"},"n":"Amulet of dinosaur feathers (Sun Empire)"},{"id":16617,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20inlay%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"t":12,"uu":"bejeweled ivory drinking horn with gold inlay (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Bejeweled ivory drinking horn with gold inlay (Brazen Coalition)"},{"id":16618,"c":4,"u":"bronze%20spyglass%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"t":12,"uu":"bronze spyglass (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Bronze spyglass (Brazen Coalition)"},{"id":16619,"c":4,"u":"carved%20jade%20statuette%20(river%20heralds)_psx","p":24,"s":98,"h":1,"t":12,"uu":"carved jade statuette (river heralds)|psx","xF":{"ft":"loot"},"n":"Carved jade statuette (River Heralds)"},{"id":16620,"c":4,"u":"ceremonial%20silver%20dagger%20with%20gold%20pommel%20and%20black%20pearl%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"t":12,"uu":"ceremonial silver dagger with gold pommel and black pearl (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Ceremonial silver dagger with gold pommel and black pearl (Legion of Dusk)"},{"id":16621,"c":4,"u":"cloth-of-gold%20vestments%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"t":12,"uu":"cloth-of-gold vestments (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Cloth-of-gold vestments (Legion of Dusk)"},{"id":16622,"c":4,"u":"copper%20stein%20with%20silver%20filigree%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"t":12,"uu":"copper stein with silver filigree (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Copper stein with silver filigree (Brazen Coalition)"},{"id":16623,"c":4,"u":"eye%20patch%20with%20a%20mock%20eye%20set%20in%20blue%20sapphire%20and%20moonstone%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"t":12,"uu":"eye patch with a mock eye set in blue sapphire and moonstone (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Eye patch with a mock eye set in blue sapphire and moonstone (Brazen Coalition)"},{"id":16624,"c":4,"u":"feathered%20mantle%20with%20emerald%20clasp%20(sun%20empire)_psx","p":25,"s":98,"h":1,"t":12,"uu":"feathered mantle with emerald clasp (sun empire)|psx","xF":{"ft":"loot"},"n":"Feathered mantle with emerald clasp (Sun Empire)"},{"id":16625,"c":4,"u":"fine%20gold%20chain%20with%20fire%20opals%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"t":12,"uu":"fine gold chain with fire opals (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Fine gold chain with fire opals (Legion of Dusk)"},{"id":16626,"c":4,"u":"fine%20robe%20with%20dinosaur%20feathers%20and%20silver%20embroidery%20(sun%20empire)_psx","p":24,"s":98,"h":1,"t":12,"uu":"fine robe with dinosaur feathers and silver embroidery (sun empire)|psx","xF":{"ft":"loot"},"n":"Fine robe with dinosaur feathers and silver embroidery (Sun Empire)"},{"id":16627,"c":4,"u":"fine%20steel%20rapier%20with%20gold%20filigree%20hilt%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"t":12,"uu":"fine steel rapier with gold filigree hilt (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Fine steel rapier with gold filigree hilt (Legion of Dusk)"},{"id":16628,"c":4,"u":"finely%20articulated%20jade%20glove%20(river%20heralds)_psx","p":25,"s":98,"h":1,"t":12,"uu":"finely articulated jade glove (river heralds)|psx","xF":{"ft":"loot"},"n":"Finely articulated jade glove (River Heralds)"},{"id":16629,"c":4,"u":"gold%20basin%20with%20rubies%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"t":12,"uu":"gold basin with rubies (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold basin with rubies (Legion of Dusk)"},{"id":16630,"c":4,"u":"gold%20chalice%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"t":12,"uu":"gold chalice (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold chalice (Legion of Dusk)"},{"id":16631,"c":4,"u":"gold%20chalice%20set%20with%20emeralds%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"t":12,"uu":"gold chalice set with emeralds (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold chalice set with emeralds (Legion of Dusk)"},{"id":16632,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"t":12,"uu":"gold jewelry box with platinum filigree (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Gold jewelry box with platinum filigree (Brazen Coalition)"},{"id":16633,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"t":12,"uu":"gold locket with a painted portrait inside (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold locket with a painted portrait inside (Legion of Dusk)"},{"id":16634,"c":4,"u":"gold%20music%20box%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"t":12,"uu":"gold music box (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Gold music box (Brazen Coalition)"},{"id":16635,"c":4,"u":"gold%20pendant%20with%20black%20onyx%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"t":12,"uu":"gold pendant with black onyx (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold pendant with black onyx (Legion of Dusk)"},{"id":16636,"c":4,"u":"gold%20ring%20with%20turquoise%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"t":12,"uu":"gold ring with turquoise (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold ring with turquoise (Legion of Dusk)"},{"id":16637,"c":4,"u":"gold-plated%20ceremonial%20helmet%20and%20pauldrons%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"t":12,"uu":"gold-plated ceremonial helmet and pauldrons (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Gold-plated ceremonial helmet and pauldrons (Legion of Dusk)"},{"id":16638,"c":4,"u":"gold-plated%20sextant%20with%20topaz%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"t":12,"uu":"gold-plated sextant with topaz (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Gold-plated sextant with topaz (Brazen Coalition)"},{"id":16639,"c":4,"u":"jade%20bowl%20(river%20heralds)_psx","p":24,"s":98,"h":1,"t":12,"uu":"jade bowl (river heralds)|psx","xF":{"ft":"loot"},"n":"Jade bowl (River Heralds)"},{"id":16640,"c":4,"u":"jade%20breastplate%20(river%20heralds)_psx","p":25,"s":98,"h":1,"t":12,"uu":"jade breastplate (river heralds)|psx","xF":{"ft":"loot"},"n":"Jade breastplate (River Heralds)"},{"id":16641,"c":4,"u":"jade%20headpiece%20(river%20heralds)_psx","p":24,"s":98,"h":1,"t":12,"uu":"jade headpiece (river heralds)|psx","xF":{"ft":"loot"},"n":"Jade headpiece (River Heralds)"},{"id":16642,"c":4,"u":"jade%20sword%20with%20amber%20(river%20heralds)_psx","p":24,"s":98,"h":1,"t":12,"uu":"jade sword with amber (river heralds)|psx","xF":{"ft":"loot"},"n":"Jade sword with amber (River Heralds)"},{"id":16643,"c":4,"u":"jade%20totem%20with%20diamond%20eyes%20(river%20heralds)_psx","p":25,"s":98,"h":1,"t":12,"uu":"jade totem with diamond eyes (river heralds)|psx","xF":{"ft":"loot"},"n":"Jade totem with diamond eyes (River Heralds)"},{"id":16644,"c":4,"u":"jeweled%20anklet%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"t":12,"uu":"jeweled anklet (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Jeweled anklet (Brazen Coalition)"},{"id":16645,"c":4,"u":"large%20gold%20bracelet%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"t":12,"uu":"large gold bracelet (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Large gold bracelet (Legion of Dusk)"},{"id":16646,"c":4,"u":"large%20jade%20totem%20(river%20heralds)_psx","p":24,"s":98,"h":1,"t":12,"uu":"large jade totem (river heralds)|psx","xF":{"ft":"loot"},"n":"Large jade totem (River Heralds)"},{"id":16647,"c":4,"u":"large%20well-made%20tapestry%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"t":12,"uu":"large well-made tapestry (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Large well-made tapestry (Legion of Dusk)"},{"id":16648,"c":4,"u":"lute%20crafted%20of%20exotic%20wood%20with%20mother-of-pearl%20inlay%20and%20zircon%20gems%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"t":12,"uu":"lute crafted of exotic wood with mother-of-pearl inlay and zircon gems (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Lute crafted of exotic wood with mother-of-pearl inlay and zircon gems (Brazen Coalition)"},{"id":16649,"c":4,"u":"marble%20font%20with%20gold%20inlay%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"t":12,"uu":"marble font with gold inlay (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Marble font with gold inlay (Legion of Dusk)"},{"id":16650,"c":4,"u":"masterpiece%20painting%20in%20mahogany%20frame%20with%20gold%20inlay%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"t":12,"uu":"masterpiece painting in mahogany frame with gold inlay (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Masterpiece painting in mahogany frame with gold inlay (Legion of Dusk)"},{"id":16651,"c":4,"u":"necklace%20of%20electrum%20medallions%20with%20red%20and%20blue%20tournalines%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"t":12,"uu":"necklace of electrum medallions with red and blue tournalines (brazen coalition)|psx","xF":{"ft":"equipment"},"n":"Necklace of electrum medallions with red and blue tournalines (Brazen Coalition)"},{"id":16652,"c":4,"u":"necklace%20of%20jade%20and%20pink%20pearls%20(river%20heralds)_psx","p":25,"s":98,"h":1,"t":12,"uu":"necklace of jade and pink pearls (river heralds)|psx","xF":{"ft":"equipment"},"n":"Necklace of jade and pink pearls (River Heralds)"},{"id":16653,"c":4,"u":"pair%20of%20engraved%20bone%20dice%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"t":12,"uu":"pair of engraved bone dice (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Pair of engraved bone dice (Brazen Coalition)"},{"id":16654,"c":4,"u":"pewter%20mug%20with%20green%20spinels%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"t":12,"uu":"pewter mug with green spinels (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Pewter mug with green spinels (Brazen Coalition)"},{"id":16655,"c":4,"u":"platinum%20headdress%20with%20topaz%20sun%20symbol%20(sun%20empire)_psx","p":25,"s":98,"h":1,"t":12,"uu":"platinum headdress with topaz sun symbol (sun empire)|psx","xF":{"ft":"loot"},"n":"Platinum headdress with topaz sun symbol (Sun Empire)"},{"id":16656,"c":4,"u":"platinum%20ring%20with%20yellow%20sapphire%20(sun%20empire)_psx","p":25,"s":98,"h":1,"t":12,"uu":"platinum ring with yellow sapphire (sun empire)|psx","xF":{"ft":"loot"},"n":"Platinum ring with yellow sapphire (Sun Empire)"},{"id":16657,"c":4,"u":"platinum%20staff%20topped%20with%20amber%20(sun%20empire)_psx","p":25,"s":98,"h":1,"t":12,"uu":"platinum staff topped with amber (sun empire)|psx","xF":{"ft":"loot"},"n":"Platinum staff topped with amber (Sun Empire)"},{"id":16658,"c":4,"u":"silver%20headdress%20with%20amber%20and%20red-coral%20feathers%20(sun%20empire)_psx","p":24,"s":98,"h":1,"t":12,"uu":"silver headdress with amber and red-coral feathers (sun empire)|psx","xF":{"ft":"loot"},"n":"Silver headdress with amber and red-coral feathers (Sun Empire)"},{"id":16659,"c":4,"u":"silver%20medallion%20(sun%20empire)_psx","p":24,"s":98,"h":1,"t":12,"uu":"silver medallion (sun empire)|psx","xF":{"ft":"loot"},"n":"Silver medallion (Sun Empire)"},{"id":16660,"c":4,"u":"silver%20necklace%20with%20an%20amber%20pendant%20(sun%20empire)_psx","p":24,"s":98,"h":1,"t":12,"uu":"silver necklace with an amber pendant (sun empire)|psx","xF":{"ft":"loot"},"n":"Silver necklace with an amber pendant (Sun Empire)"},{"id":16661,"c":4,"u":"silver%20shoulder%20piece%20with%20amber%20and%20garnet%20(sun%20empire)_psx","p":24,"s":98,"h":1,"t":12,"uu":"silver shoulder piece with amber and garnet (sun empire)|psx","xF":{"ft":"loot"},"n":"Silver shoulder piece with amber and garnet (Sun Empire)"},{"id":16662,"c":4,"u":"sun%20amulet%20on%20a%20beaded%20chain%20(sun%20empire)_psx","p":24,"s":98,"h":1,"t":12,"uu":"sun amulet on a beaded chain (sun empire)|psx","xF":{"ft":"loot"},"n":"Sun amulet on a beaded chain (Sun Empire)"},{"id":16663,"c":4,"u":"tiny%20jade%20figurine%20(river%20heralds)_psx","p":24,"s":98,"h":1,"t":12,"uu":"tiny jade figurine (river heralds)|psx","xF":{"ft":"loot"},"n":"Tiny jade figurine (River Heralds)"},{"id":16664,"c":4,"u":"treasure%20chest%20crafted%20of%20exotic%20wood%20with%20gold%20fittings%20and%20opals%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"t":12,"uu":"treasure chest crafted of exotic wood with gold fittings and opals (brazen coalition)|psx","xF":{"ft":"loot"},"n":"Treasure chest crafted of exotic wood with gold fittings and opals (Brazen Coalition)"},{"id":16665,"c":4,"u":"velvet%20doublet%20with%20gold%20buttons%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"t":12,"uu":"velvet doublet with gold buttons (legion of dusk)|psx","xF":{"ft":"loot"},"n":"Velvet doublet with gold buttons (Legion of Dusk)"},{"id":16666,"c":4,"u":"conch%20of%20safe%20rest_ttp","p":17,"s":101,"h":1,"t":12,"uu":"conch of safe rest|ttp","xF":{"ft":"loot"},"n":"Conch of Safe Rest"},{"id":16667,"c":4,"u":"niko's%20mace_uthftlh","s":116,"h":1,"t":12,"uu":"niko's mace|uthftlh","xF":{"ft":"weapon"},"n":"Niko's Mace"},{"id":16668,"c":4,"u":"dowsing%20dagger_xmts","p":19,"s":117,"h":1,"t":12,"uu":"dowsing dagger|xmts","xF":{"ft":"loot"},"n":"Dowsing Dagger"},{"id":16669,"c":4,"u":"pirate's%20cutlass_xmts","p":19,"s":117,"h":1,"t":12,"uu":"pirate's cutlass|xmts","xF":{"ft":"loot"},"n":"Pirate's Cutlass"},{"id":16670,"c":4,"u":"primal%20amulet_xmts","p":19,"s":117,"h":1,"t":12,"uu":"primal amulet|xmts","xF":{"ft":"loot"},"n":"Primal Amulet"},{"id":16671,"c":4,"u":"prying%20blade_xmts","p":19,"s":117,"h":1,"t":12,"uu":"prying blade|xmts","xF":{"ft":"loot"},"n":"Prying Blade"},{"id":16672,"c":4,"u":"sorcerous%20spyglass_xmts","p":19,"s":117,"h":1,"t":12,"uu":"sorcerous spyglass|xmts","xF":{"ft":"loot"},"n":"Sorcerous Spyglass"},{"id":16673,"c":4,"u":"vanquisher's%20banner_xmts","p":19,"s":117,"h":1,"t":12,"uu":"vanquisher's banner|xmts","xF":{"ft":"loot"},"n":"Vanquisher's Banner"},{"id":16674,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power_bgg","p":114,"s":0,"h":1,"t":12,"uu":"prehistoric figurine of wondrous power|bgg","m":"items/BGG/Prehistoric Figurines of Wondrous Power.webp","n":"Prehistoric Figurine of Wondrous Power"},{"id":16675,"c":4,"u":"sage's%20signet_bmt","p":37,"s":1,"h":1,"t":12,"uu":"sage's signet|bmt","n":"Sage's Signet"},{"id":16676,"c":4,"u":"wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"t":12,"uu":"wraps of unarmed prowess|bmt","n":"Wraps of Unarmed Prowess"},{"id":16677,"c":4,"u":"dragon%20vessel_ftd","p":27,"s":2,"h":1,"t":12,"uu":"dragon vessel|ftd","n":"Dragon Vessel"},{"id":16678,"c":4,"u":"dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"t":12,"uu":"dragon's wrath weapon|ftd","n":"Dragon's Wrath Weapon"},{"id":16679,"c":4,"u":"dragon-touched%20focus_ftd","p":26,"s":2,"h":1,"t":12,"uu":"dragon-touched focus|ftd","n":"Dragon-Touched Focus"},{"id":16680,"c":4,"u":"scaled%20ornament_ftd","p":27,"s":2,"h":1,"t":12,"uu":"scaled ornament|ftd","n":"Scaled Ornament"},{"id":16681,"c":4,"u":"musical%20instrument_scag","p":124,"s":106,"h":1,"t":12,"uu":"musical instrument|scag","n":"Musical Instrument"},{"id":16682,"c":4,"u":"absorbing%20tattoo_tce","p":119,"s":4,"h":1,"t":12,"uu":"absorbing tattoo|tce","n":"Absorbing Tattoo"},{"id":16683,"c":4,"u":"spellwrought%20tattoo_tce","p":135,"s":4,"h":1,"t":12,"uu":"spellwrought tattoo|tce","n":"Spellwrought Tattoo"},{"id":16684,"c":4,"u":"armor%20of%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of resistance|xdmg","m":"items/XDMG/Armor of Resistance.webp","n":"Armor of Resistance"},{"id":16685,"c":4,"u":"armor%20of%20vulnerability_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of vulnerability|xdmg","n":"Armor of Vulnerability"},{"id":16686,"c":4,"u":"bag%20of%20tricks_xdmg","p":234,"s":5,"h":1,"t":12,"uu":"bag of tricks|xdmg","m":"items/XDMG/Bag of Tricks.webp","n":"Bag of Tricks"},{"id":16687,"c":4,"u":"belt%20of%20giant%20strength_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"belt of giant strength|xdmg","m":"items/XDMG/Belt of Giant Strength.webp","n":"Belt of Giant Strength"},{"id":16688,"c":4,"u":"carpet%20of%20flying_xdmg","p":242,"s":5,"h":1,"t":12,"uu":"carpet of flying|xdmg","m":"items/XDMG/Carpet of Flying.webp","n":"Carpet of Flying"},{"id":16689,"c":4,"u":"dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"dragon scale mail|xdmg","m":"items/XDMG/Dragon Scale Mail.webp","n":"Dragon Scale Mail"},{"id":16690,"c":4,"u":"elemental%20gem_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elemental gem|xdmg","m":"items/XDMG/Elemental Gem.webp","n":"Elemental Gem"},{"id":16691,"c":4,"u":"enspelled%20armor_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor|xdmg","n":"Enspelled Armor"},{"id":16692,"c":4,"u":"enspelled%20staff_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled staff|xdmg","n":"Enspelled Staff"},{"id":16693,"c":4,"u":"enspelled%20weapon_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon|xdmg","n":"Enspelled Weapon"},{"id":16694,"c":4,"u":"eye%20and%20hand%20of%20vecna_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"eye and hand of vecna|xdmg","m":"items/XDMG/Eye and Hand of Vecna.webp","n":"Eye and Hand of Vecna"},{"id":16695,"c":4,"u":"figurine%20of%20wondrous%20power_xdmg","p":261,"s":5,"h":1,"t":12,"uu":"figurine of wondrous power|xdmg","n":"Figurine of Wondrous Power"},{"id":16696,"c":4,"u":"horn%20of%20valhalla_xdmg","p":270,"s":5,"h":1,"t":12,"uu":"horn of valhalla|xdmg","m":"items/XDMG/Horn of Valhalla.webp","n":"Horn of Valhalla"},{"id":16697,"c":4,"u":"instrument%20of%20the%20bards_xdmg","p":272,"s":5,"h":1,"t":12,"uu":"instrument of the bards|xdmg","m":"items/XDMG/Instrument of the Bards.webp","n":"Instrument of the Bards"},{"id":16698,"c":4,"u":"ioun%20stone_xdmg","p":273,"s":5,"h":1,"t":12,"uu":"ioun stone|xdmg","m":"items/XDMG/Ioun Stone.webp","n":"Ioun Stone"},{"id":16699,"c":4,"u":"manual%20of%20golems_xdmg","p":277,"s":5,"h":1,"t":12,"uu":"manual of golems|xdmg","m":"items/XDMG/Manual of Golems.webp","n":"Manual of Golems"},{"id":16700,"c":4,"u":"potion%20of%20giant%20strength_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potion of giant strength|xdmg","n":"Potion of Giant Strength"},{"id":16701,"c":4,"u":"potion%20of%20resistance_xdmg","p":289,"s":5,"h":1,"t":12,"uu":"potion of resistance|xdmg","n":"Potion of Resistance"},{"id":16702,"c":4,"u":"potions%20of%20healing_xdmg","p":288,"s":5,"h":1,"t":12,"uu":"potions of healing|xdmg","n":"Potions of Healing"},{"id":16703,"c":4,"u":"quaal's%20feather%20token_xdmg","p":290,"s":5,"h":1,"t":12,"uu":"quaal's feather token|xdmg","m":"items/XDMG/Quaals Feather Token.webp","n":"Quaal's Feather Token"},{"id":16704,"c":4,"u":"ring%20of%20elemental%20command_xdmg","p":292,"s":5,"h":1,"t":12,"uu":"ring of elemental command|xdmg","n":"Ring of Elemental Command"},{"id":16705,"c":4,"u":"ring%20of%20resistance_xdmg","p":294,"s":5,"h":1,"t":12,"uu":"ring of resistance|xdmg","n":"Ring of Resistance"},{"id":16706,"c":4,"u":"rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"t":12,"uu":"rod of the pact keeper|xdmg","n":"Rod of the Pact Keeper"},{"id":16707,"c":4,"u":"scroll%20of%20protection_xdmg","p":302,"s":5,"h":1,"t":12,"uu":"scroll of protection|xdmg","m":"items/XDMG/Scroll of Protection.webp","n":"Scroll of Protection"},{"id":16708,"c":4,"u":"scroll%20of%20titan%20summoning_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"scroll of titan summoning|xdmg","n":"Scroll of Titan Summoning"},{"id":16709,"c":4,"u":"spell%20scroll_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"spell scroll|xdmg","m":"items/XDMG/Spell Scroll.webp","n":"Spell Scroll"},{"id":16710,"c":4,"u":"wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"t":12,"uu":"wand of the war mage|xdmg","m":"items/XDMG/Wand of the War Mage.webp","n":"Wand of the War Mage"},{"id":16711,"c":4,"u":"wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"t":12,"uu":"wraps of unarmed power|xdmg","n":"Wraps of Unarmed Power"},{"id":16712,"c":4,"u":"arcane%20focus_xphb","p":224,"s":8,"h":1,"t":12,"uu":"arcane focus|xphb","n":"Arcane Focus"},{"id":16713,"c":4,"u":"artisan's%20tools_xphb","p":220,"s":8,"h":1,"t":12,"uu":"artisan's tools|xphb","n":"Artisan's Tools"},{"id":16714,"c":4,"u":"druidic%20focus_xphb","p":225,"s":8,"h":1,"t":12,"uu":"druidic focus|xphb","n":"Druidic Focus"},{"id":16715,"c":4,"u":"gaming%20set_xphb","p":221,"s":8,"h":1,"t":12,"uu":"gaming set|xphb","n":"Gaming Set"},{"id":16716,"c":4,"u":"holy%20symbol_xphb","p":226,"s":8,"h":1,"t":12,"uu":"holy symbol|xphb","n":"Holy Symbol"},{"id":16717,"c":4,"u":"musical%20instrument_xphb","p":221,"s":8,"h":1,"t":12,"uu":"musical instrument|xphb","n":"Musical Instrument"},{"id":16718,"c":4,"u":"true-ice%20shards_coa","p":275,"s":9,"h":1,"t":12,"uu":"true-ice shards|coa","n":"True-Ice Shards"},{"id":16719,"c":4,"u":"jewel%20of%20three%20prayers_crcotn","p":213,"s":20,"h":1,"dP":1,"t":12,"uu":"jewel of three prayers|crcotn","m":"items/CRCotN/Jewel of Three Prayers.webp","n":"Jewel of Three Prayers"},{"id":16720,"c":4,"u":"armor%20of%20resistance_dmg","p":162,"s":24,"h":1,"t":12,"uu":"armor of resistance|dmg","m":"items/DMG/Armor of Resistance.webp","n":"Armor of Resistance"},{"id":16721,"c":4,"u":"armor%20of%20vulnerability_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of vulnerability|dmg","n":"Armor of Vulnerability"},{"id":16722,"c":4,"u":"bag%20of%20tricks_dmg","p":154,"s":24,"h":1,"t":12,"uu":"bag of tricks|dmg","m":"items/DMG/Bag of Tricks.webp","n":"Bag of Tricks"},{"id":16723,"c":4,"u":"belt%20of%20giant%20strength_dmg","p":155,"s":24,"h":1,"t":12,"uu":"belt of giant strength|dmg","m":"items/DMG/Belt of Giant Strength.webp","n":"Belt of Giant Strength"},{"id":16724,"c":4,"u":"carpet%20of%20flying_dmg","p":157,"s":24,"h":1,"t":12,"uu":"carpet of flying|dmg","n":"Carpet of Flying"},{"id":16725,"c":4,"u":"crystal%20ball%20(legendary%20version)_dmg","p":159,"s":24,"h":1,"t":12,"uu":"crystal ball (legendary version)|dmg","n":"Crystal Ball (Legendary Version)"},{"id":16726,"c":4,"u":"dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"t":12,"uu":"dragon scale mail|dmg","m":"items/DMG/Dragon Scale Mail.webp","n":"Dragon Scale Mail"},{"id":16727,"c":4,"u":"elemental%20gem_dmg","p":167,"s":24,"h":1,"t":12,"uu":"elemental gem|dmg","m":"items/DMG/Elemental Gem.webp","n":"Elemental Gem"},{"id":16728,"c":4,"u":"eye%20and%20hand%20of%20vecna_dmg","p":224,"s":24,"h":1,"t":12,"uu":"eye and hand of vecna|dmg","m":"items/DMG/Eye and Hand of Vecna.webp","n":"Eye and Hand of Vecna"},{"id":16729,"c":4,"u":"figurine%20of%20wondrous%20power_dmg","p":169,"s":24,"h":1,"t":12,"uu":"figurine of wondrous power|dmg","m":"items/DMG/Figurine of Wondrous Power.webp","n":"Figurine of Wondrous Power"},{"id":16730,"c":4,"u":"horn%20of%20valhalla_dmg","p":175,"s":24,"h":1,"t":12,"uu":"horn of valhalla|dmg","m":"items/DMG/Horn of Valhalla.webp","n":"Horn of Valhalla"},{"id":16731,"c":4,"u":"instrument%20of%20the%20bards_dmg","p":176,"s":24,"h":1,"t":12,"uu":"instrument of the bards|dmg","n":"Instrument of the Bards"},{"id":16732,"c":4,"u":"ioun%20stone_dmg","p":176,"s":24,"h":1,"t":12,"uu":"ioun stone|dmg","n":"Ioun Stone"},{"id":16733,"c":4,"u":"manual%20of%20golems_dmg","p":180,"s":24,"h":1,"t":12,"uu":"manual of golems|dmg","m":"items/DMG/Manual of Golems.webp","n":"Manual of Golems"},{"id":16734,"c":4,"u":"potion%20of%20giant%20strength_dmg","p":187,"s":24,"h":1,"t":12,"uu":"potion of giant strength|dmg","n":"Potion of Giant Strength"},{"id":16735,"c":4,"u":"potion%20of%20healing%20(*)_dmg","p":187,"s":24,"h":1,"r":1,"t":12,"uu":"potion of healing (*)|dmg","n":"Potion of Healing (*)"},{"id":16736,"c":4,"u":"potion%20of%20resistance_dmg","p":188,"s":24,"h":1,"t":12,"uu":"potion of resistance|dmg","n":"Potion of Resistance"},{"id":16737,"c":4,"u":"potions%20of%20healing_dmg","p":187,"s":24,"h":1,"t":12,"uu":"potions of healing|dmg","n":"Potions of Healing"},{"id":16738,"c":4,"u":"quaal's%20feather%20token_dmg","p":188,"s":24,"h":1,"t":12,"uu":"quaal's feather token|dmg","m":"items/DMG/Quaal's Feather Token.webp","n":"Quaal's Feather Token"},{"id":16739,"c":4,"u":"ring%20of%20elemental%20command_dmg","p":190,"s":24,"h":1,"t":12,"uu":"ring of elemental command|dmg","n":"Ring of Elemental Command"},{"id":16740,"c":4,"u":"ring%20of%20resistance_dmg","p":192,"s":24,"h":1,"t":12,"uu":"ring of resistance|dmg","m":"items/DMG/Ring of Resistance.webp","n":"Ring of Resistance"},{"id":16741,"c":4,"u":"rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"t":12,"uu":"rod of the pact keeper|dmg","n":"Rod of the Pact Keeper"},{"id":16742,"c":4,"u":"scroll%20of%20protection_dmg","p":199,"s":24,"h":1,"t":12,"uu":"scroll of protection|dmg","n":"Scroll of Protection"},{"id":16743,"c":4,"u":"spell%20scroll_dmg","p":200,"s":24,"h":1,"t":12,"uu":"spell scroll|dmg","n":"Spell Scroll"},{"id":16744,"c":4,"u":"sword%20of%20answering_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of answering|dmg","n":"Sword of Answering"},{"id":16745,"c":4,"u":"wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"t":12,"uu":"wand of the war mage|dmg","n":"Wand of the War Mage"},{"id":16746,"c":4,"u":"blade%20of%20broken%20mirrors_egw","p":275,"s":28,"h":1,"dP":1,"t":12,"uu":"blade of broken mirrors|egw","n":"Blade of Broken Mirrors"},{"id":16747,"c":4,"u":"danoth's%20visor_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"danoth's visor|egw","m":"items/EGW/Danoth's Visor.webp","n":"Danoth's Visor"},{"id":16748,"c":4,"u":"grimoire%20infinitus_egw","p":271,"s":28,"h":1,"dP":1,"t":12,"uu":"grimoire infinitus|egw","m":"items/EGW/Grimoire Infinitus.webp","n":"Grimoire Infinitus"},{"id":16749,"c":4,"u":"grovelthrash_egw","p":275,"s":28,"h":1,"dP":1,"t":12,"uu":"grovelthrash|egw","m":"items/EGW/Grovelthrash.webp","n":"Grovelthrash"},{"id":16750,"c":4,"u":"hide%20of%20the%20feral%20guardian_egw","p":271,"s":28,"h":1,"dP":1,"t":12,"uu":"hide of the feral guardian|egw","n":"Hide of the Feral Guardian"},{"id":16751,"c":4,"u":"infiltrator's%20key_egw","p":272,"s":28,"h":1,"dP":1,"t":12,"uu":"infiltrator's key|egw","m":"items/EGW/Infiltrator's Key.webp","n":"Infiltrator's Key"},{"id":16752,"c":4,"u":"lash%20of%20shadows_egw","p":276,"s":28,"h":1,"dP":1,"t":12,"uu":"lash of shadows|egw","m":"items/EGW/Lash of Shadows.webp","n":"Lash of Shadows"},{"id":16753,"c":4,"u":"mace%20of%20the%20black%20crown_egw","p":276,"s":28,"h":1,"dP":1,"t":12,"uu":"mace of the black crown|egw","m":"items/EGW/Mace of the Black Crown.webp","n":"Mace of the Black Crown"},{"id":16754,"c":4,"u":"ruin's%20wake_egw","p":277,"s":28,"h":1,"dP":1,"t":12,"uu":"ruin's wake|egw","m":"items/EGW/Ruin's Wake.webp","n":"Ruin's Wake"},{"id":16755,"c":4,"u":"silken%20spite_egw","p":277,"s":28,"h":1,"dP":1,"t":12,"uu":"silken spite|egw","n":"Silken Spite"},{"id":16756,"c":4,"u":"stormgirdle_egw","p":273,"s":28,"h":1,"dP":1,"t":12,"uu":"stormgirdle|egw","n":"Stormgirdle"},{"id":16757,"c":4,"u":"the%20bloody%20end_egw","p":278,"s":28,"h":1,"dP":1,"t":12,"uu":"the bloody end|egw","n":"The Bloody End"},{"id":16758,"c":4,"u":"verminshroud_egw","p":273,"s":28,"h":1,"dP":1,"t":12,"uu":"verminshroud|egw","n":"Verminshroud"},{"id":16759,"c":4,"u":"will%20of%20the%20talon_egw","p":279,"s":28,"h":1,"dP":1,"t":12,"uu":"will of the talon|egw","n":"Will of the Talon"},{"id":16760,"c":4,"u":"wreath%20of%20the%20prism_egw","p":274,"s":28,"h":1,"dP":1,"t":12,"uu":"wreath of the prism|egw","m":"items/EGW/Wreath of the Prism.webp","n":"Wreath of the Prism"},{"id":16761,"c":4,"u":"glamerweave_erlw","p":277,"s":29,"h":1,"t":12,"uu":"glamerweave|erlw","n":"Glamerweave"},{"id":16762,"c":4,"u":"imbued%20wood%20focus_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood focus|erlw","n":"Imbued Wood Focus"},{"id":16763,"c":4,"u":"orb%20of%20shielding_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding|erlw","n":"Orb of Shielding"},{"id":16764,"c":4,"u":"guild%20keyrune_ggr","p":177,"s":31,"h":1,"t":12,"uu":"guild keyrune|ggr","n":"Guild Keyrune"},{"id":16765,"c":4,"u":"guild%20signet_ggr","p":178,"s":31,"h":1,"t":12,"uu":"guild signet|ggr","n":"Guild Signet"},{"id":16766,"c":4,"u":"shard%20solitaire_kftgv","p":193,"s":39,"h":1,"t":12,"uu":"shard solitaire|kftgv","m":"items/KftGV/Shard Solitaire.webp","n":"Shard Solitaire"},{"id":16767,"c":4,"u":"spell%20gem_oota","p":223,"s":48,"h":1,"t":12,"uu":"spell gem|oota","n":"Spell Gem"},{"id":16768,"c":4,"u":"mind%20crystal_pabtso","p":218,"s":50,"h":1,"t":12,"uu":"mind crystal|pabtso","m":"items/PaBTSO/Mind Crystal.webp","n":"Mind Crystal"},{"id":16769,"c":4,"u":"arcane%20focus_phb","p":151,"s":51,"h":1,"t":12,"uu":"arcane focus|phb","n":"Arcane Focus"},{"id":16770,"c":4,"u":"artisan's%20tools_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"artisan's tools|phb","n":"Artisan's Tools"},{"id":16771,"c":4,"u":"druidic%20focus_phb","p":151,"s":51,"h":1,"t":12,"uu":"druidic focus|phb","n":"Druidic Focus"},{"id":16772,"c":4,"u":"gaming%20set_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"gaming set|phb","n":"Gaming Set"},{"id":16773,"c":4,"u":"holy%20symbol_phb","p":151,"s":51,"h":1,"t":12,"uu":"holy symbol|phb","n":"Holy Symbol"},{"id":16774,"c":4,"u":"musical%20instrument_phb","p":154,"s":51,"h":1,"r":1,"t":12,"uu":"musical instrument|phb","n":"Musical Instrument"},{"id":16775,"c":4,"u":"devastation%20orb_pota","p":222,"s":52,"h":1,"t":12,"uu":"devastation orb|pota","n":"Devastation Orb"},{"id":16776,"c":4,"u":"agony_tdcsr","p":202,"s":60,"h":1,"dP":1,"t":12,"uu":"agony|tdcsr","m":"items/TDCSR/Agony.webp","n":"Agony"},{"id":16777,"c":4,"u":"armor%20of%20the%20valiant%20soul_tdcsr","p":202,"s":60,"h":1,"dP":1,"t":12,"uu":"armor of the valiant soul|tdcsr","m":"items/TDCSR/ArmoroftheValiantSoul.webp","n":"Armor of the Valiant Soul"},{"id":16778,"c":4,"u":"cabal's%20ruin_tdcsr","p":203,"s":60,"h":1,"dP":1,"t":12,"uu":"cabal's ruin|tdcsr","m":"items/TDCSR/CabalsRuin.webp","n":"Cabal's Ruin"},{"id":16779,"c":4,"u":"circlet%20of%20barbed%20vision_tdcsr","p":203,"s":60,"h":1,"dP":1,"t":12,"uu":"circlet of barbed vision|tdcsr","m":"items/TDCSR/CircletofBarbedVision.webp","n":"Circlet of Barbed Vision"},{"id":16780,"c":4,"u":"condemner_tdcsr","p":204,"s":60,"h":1,"dP":1,"t":12,"uu":"condemner|tdcsr","m":"items/TDCSR/Condemner.webp","n":"Condemner"},{"id":16781,"c":4,"u":"deathwalker's%20ward_tdcsr","p":204,"s":60,"h":1,"dP":1,"t":12,"uu":"deathwalker's ward|tdcsr","m":"items/TDCSR/DeathwalkersWard.webp","n":"Deathwalker's Ward"},{"id":16782,"c":4,"u":"fenthras_tdcsr","p":205,"s":60,"h":1,"dP":1,"t":12,"uu":"fenthras|tdcsr","m":"items/TDCSR/Fenthras.webp","n":"Fenthras"},{"id":16783,"c":4,"u":"honor's%20last%20stand_tdcsr","p":206,"s":60,"h":1,"dP":1,"t":12,"uu":"honor's last stand|tdcsr","m":"items/TDCSR/HonorsLastStand.webp","n":"Honor's Last Stand"},{"id":16784,"c":4,"u":"kiss%20of%20the%20changebringer_tdcsr","p":206,"s":60,"h":1,"dP":1,"t":12,"uu":"kiss of the changebringer|tdcsr","m":"items/TDCSR/KissoftheChangebringer.webp","n":"Kiss of the Changebringer"},{"id":16785,"c":4,"u":"mythcarver_tdcsr","p":207,"s":60,"h":1,"dP":1,"t":12,"uu":"mythcarver|tdcsr","m":"items/TDCSR/Mythcarver.webp","n":"Mythcarver"},{"id":16786,"c":4,"u":"plate%20of%20the%20dawnmartyr_tdcsr","p":208,"s":60,"h":1,"dP":1,"t":12,"uu":"plate of the dawnmartyr|tdcsr","m":"items/TDCSR/PlateoftheDawnmartyr.webp","n":"Plate of the Dawnmartyr"},{"id":16787,"c":4,"u":"pyremaul_tdcsr","p":208,"s":60,"h":1,"dP":1,"t":12,"uu":"pyremaul|tdcsr","m":"items/TDCSR/Pyremaul.webp","n":"Pyremaul"},{"id":16788,"c":4,"u":"spire%20of%20conflux_tdcsr","p":209,"s":60,"h":1,"r":1,"dP":1,"t":12,"uu":"spire of conflux|tdcsr","m":"items/TDCSR/SpireofConflux.webp","n":"Spire of Conflux"},{"id":16789,"c":4,"u":"star%20razor_tdcsr","p":210,"s":60,"h":1,"dP":1,"t":12,"uu":"star razor|tdcsr","m":"items/TDCSR/StarRazor.webp","n":"Star Razor"},{"id":16790,"c":4,"u":"suude_tdcsr","p":85,"s":60,"h":1,"dP":1,"t":12,"uu":"suude|tdcsr","n":"Suude"},{"id":16791,"c":4,"u":"titanstone%20knuckles_tdcsr","p":211,"s":60,"h":1,"dP":1,"t":12,"uu":"titanstone knuckles|tdcsr","m":"items/TDCSR/TitanstoneKnuckles.webp","n":"Titanstone Knuckles"},{"id":16792,"c":4,"u":"whisper_tdcsr","p":211,"s":60,"h":1,"dP":1,"t":12,"uu":"whisper|tdcsr","m":"items/TDCSR/Whisper.webp","n":"Whisper"},{"id":16793,"c":4,"u":"wraps%20of%20dyamak_tdcsr","p":212,"s":60,"h":1,"dP":1,"t":12,"uu":"wraps of dyamak|tdcsr","m":"items/TDCSR/WrapsofDyamak.webp","n":"Wraps of Dyamak"},{"id":16794,"c":4,"u":"potion%20of%20mind%20control_tftyp","p":229,"s":61,"h":1,"t":12,"uu":"potion of mind control|tftyp","n":"Potion of Mind Control"},{"id":16795,"c":4,"u":"flensing%20claws_vgm","p":81,"s":66,"h":1,"t":12,"uu":"flensing claws|vgm","n":"Flensing Claws"},{"id":16796,"c":4,"u":"chromatic%20rose_wbtw","p":208,"s":68,"h":1,"t":12,"uu":"chromatic rose|wbtw","n":"Chromatic Rose"},{"id":16797,"c":4,"u":"ioun%20stone_llk","p":55,"s":80,"h":1,"t":12,"uu":"ioun stone|llk","n":"Ioun Stone"},{"id":16798,"c":4,"u":"armor%20of%20safeguarding_bgg","p":111,"s":0,"h":1,"t":12,"uu":"armor of safeguarding|bgg","n":"Armor of Safeguarding"},{"id":16799,"c":4,"u":"bloodshed%20blade_bgg","p":111,"s":0,"h":1,"t":12,"uu":"bloodshed blade|bgg","n":"Bloodshed Blade"},{"id":16800,"c":4,"u":"zephyr%20armor_bgg","p":117,"s":0,"h":1,"t":12,"uu":"zephyr armor|bgg","n":"Zephyr Armor"},{"id":16801,"c":4,"u":"antimagic%20armor_bmt","p":65,"s":1,"h":1,"t":12,"uu":"antimagic armor|bmt","n":"Antimagic Armor"},{"id":16802,"c":4,"u":"armor%20of%20fungal%20spores_bmt","p":65,"s":1,"h":1,"t":12,"uu":"armor of fungal spores|bmt","m":"items/BMT/Armor of Fungal Spores.webp","n":"Armor of Fungal Spores"},{"id":16803,"c":4,"u":"armor%20of%20the%20fallen_bmt","p":65,"s":1,"h":1,"t":12,"uu":"armor of the fallen|bmt","m":"items/BMT/Armor of the Fallen.webp","n":"Armor of the Fallen"},{"id":16804,"c":4,"u":"armor%20of%20weightlessness_bmt","p":65,"s":1,"h":1,"t":12,"uu":"armor of weightlessness|bmt","n":"Armor of Weightlessness"},{"id":16805,"c":4,"u":"bloodseeker%20ammunition_bmt","p":66,"s":1,"h":1,"t":12,"uu":"bloodseeker ammunition|bmt","n":"Bloodseeker Ammunition"},{"id":16806,"c":4,"u":"bow%20of%20conflagration_bmt","p":66,"s":1,"h":1,"t":12,"uu":"bow of conflagration|bmt","n":"Bow of Conflagration"},{"id":16807,"c":4,"u":"bow%20of%20melodies_bmt","p":66,"s":1,"h":1,"t":12,"uu":"bow of melodies|bmt","m":"items/BMT/Bow of Melodies.webp","n":"Bow of Melodies"},{"id":16808,"c":4,"u":"clockwork%20armor_bmt","p":67,"s":1,"h":1,"t":12,"uu":"clockwork armor|bmt","n":"Clockwork Armor"},{"id":16809,"c":4,"u":"dried%20leech_bmt","p":67,"s":1,"h":1,"t":12,"uu":"dried leech|bmt","n":"Dried Leech"},{"id":16810,"c":4,"u":"feywrought%20armor_bmt","p":67,"s":1,"h":1,"t":12,"uu":"feywrought armor|bmt","n":"Feywrought Armor"},{"id":16811,"c":4,"u":"fool's%20blade_bmt","p":36,"s":1,"h":1,"t":12,"uu":"fool's blade|bmt","n":"Fool's Blade"},{"id":16812,"c":4,"u":"forcebreaker%20weapon_bmt","p":67,"s":1,"h":1,"t":12,"uu":"forcebreaker weapon|bmt","n":"Forcebreaker Weapon"},{"id":16813,"c":4,"u":"glimmering%20moonbow_bmt","p":36,"s":1,"h":1,"t":12,"uu":"glimmering moonbow|bmt","n":"Glimmering Moonbow"},{"id":16814,"c":4,"u":"gloomwrought%20armor_bmt","p":67,"s":1,"h":1,"t":12,"uu":"gloomwrought armor|bmt","n":"Gloomwrought Armor"},{"id":16815,"c":4,"u":"starshot%20crossbow_bmt","p":38,"s":1,"h":1,"t":12,"uu":"starshot crossbow|bmt","n":"Starshot Crossbow"},{"id":16816,"c":4,"u":"sword%20of%20the%20planes_bmt","p":68,"s":1,"h":1,"t":12,"uu":"sword of the planes|bmt","m":"items/BMT/Sword of the Planes.webp","n":"Sword of the Planes"},{"id":16817,"c":4,"u":"weapon%20of%20throne's%20command_bmt","p":39,"s":1,"h":1,"t":12,"uu":"weapon of throne's command|bmt","n":"Weapon of Throne's Command"},{"id":16818,"c":4,"u":"winged%20ammunition_bmt","p":69,"s":1,"h":1,"t":12,"uu":"winged ammunition|bmt","n":"Winged Ammunition"},{"id":16819,"c":4,"u":"ascendant%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"t":12,"uu":"ascendant dragon's wrath weapon|ftd","n":"Ascendant Dragon's Wrath Weapon"},{"id":16820,"c":4,"u":"crystal%20blade_ftd","p":22,"s":2,"h":1,"t":12,"uu":"crystal blade|ftd","n":"Crystal Blade"},{"id":16821,"c":4,"u":"dragon%20wing%20bow_ftd","p":23,"s":2,"h":1,"t":12,"uu":"dragon wing bow|ftd","n":"Dragon Wing Bow"},{"id":16822,"c":4,"u":"dragonlance_ftd","p":23,"s":2,"h":1,"t":12,"uu":"dragonlance|ftd","m":"items/FTD/Dragonlance.webp","n":"Dragonlance"},{"id":16823,"c":4,"u":"slumbering%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"t":12,"uu":"slumbering dragon's wrath weapon|ftd","n":"Slumbering Dragon's Wrath Weapon"},{"id":16824,"c":4,"u":"stirring%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"t":12,"uu":"stirring dragon's wrath weapon|ftd","n":"Stirring Dragon's Wrath Weapon"},{"id":16825,"c":4,"u":"wakened%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"t":12,"uu":"wakened dragon's wrath weapon|ftd","n":"Wakened Dragon's Wrath Weapon"},{"id":16826,"c":4,"u":"%2b1%20ammunition_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"+1 ammunition|xdmg","n":"+1 Ammunition"},{"id":16827,"c":4,"u":"%2b1%20armor_xdmg","p":230,"s":5,"h":1,"t":12,"uu":"+1 armor|xdmg","n":"+1 Armor"},{"id":16828,"c":4,"u":"%2b1%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"+1 shield (*)|xdmg","n":"+1 Shield (*)"},{"id":16829,"c":4,"u":"%2b1%20weapon_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"+1 weapon|xdmg","n":"+1 Weapon"},{"id":16830,"c":4,"u":"%2b2%20ammunition_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"+2 ammunition|xdmg","n":"+2 Ammunition"},{"id":16831,"c":4,"u":"%2b2%20armor_xdmg","p":230,"s":5,"h":1,"t":12,"uu":"+2 armor|xdmg","n":"+2 Armor"},{"id":16832,"c":4,"u":"%2b2%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"+2 shield (*)|xdmg","n":"+2 Shield (*)"},{"id":16833,"c":4,"u":"%2b2%20weapon_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"+2 weapon|xdmg","n":"+2 Weapon"},{"id":16834,"c":4,"u":"%2b3%20ammunition_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"+3 ammunition|xdmg","n":"+3 Ammunition"},{"id":16835,"c":4,"u":"%2b3%20armor_xdmg","p":230,"s":5,"h":1,"t":12,"uu":"+3 armor|xdmg","n":"+3 Armor"},{"id":16836,"c":4,"u":"%2b3%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"t":12,"uu":"+3 shield (*)|xdmg","n":"+3 Shield (*)"},{"id":16837,"c":4,"u":"%2b3%20weapon_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"+3 weapon|xdmg","n":"+3 Weapon"},{"id":16838,"c":4,"u":"adamantine%20armor_xdmg","p":227,"s":5,"h":1,"t":12,"uu":"adamantine armor|xdmg","n":"Adamantine Armor"},{"id":16839,"c":4,"u":"adamantine%20weapon_xdmg","p":227,"s":5,"h":1,"t":12,"uu":"adamantine weapon|xdmg","n":"Adamantine Weapon"},{"id":16840,"c":4,"u":"ammunition%20of%20slaying_xdmg","p":228,"s":5,"h":1,"t":12,"uu":"ammunition of slaying|xdmg","m":"items/XDMG/Ammunition of Slaying.webp","n":"Ammunition of Slaying"},{"id":16841,"c":4,"u":"armor%20of%20acid%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of acid resistance|xdmg","n":"Armor of Acid Resistance"},{"id":16842,"c":4,"u":"armor%20of%20cold%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of cold resistance|xdmg","n":"Armor of Cold Resistance"},{"id":16843,"c":4,"u":"armor%20of%20fire%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of fire resistance|xdmg","n":"Armor of Fire Resistance"},{"id":16844,"c":4,"u":"armor%20of%20force%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of force resistance|xdmg","n":"Armor of Force Resistance"},{"id":16845,"c":4,"u":"armor%20of%20gleaming_xdmg","p":230,"s":5,"h":1,"t":12,"uu":"armor of gleaming|xdmg","n":"Armor of Gleaming"},{"id":16846,"c":4,"u":"armor%20of%20lightning%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of lightning resistance|xdmg","n":"Armor of Lightning Resistance"},{"id":16847,"c":4,"u":"armor%20of%20necrotic%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of necrotic resistance|xdmg","n":"Armor of Necrotic Resistance"},{"id":16848,"c":4,"u":"armor%20of%20poison%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of poison resistance|xdmg","n":"Armor of Poison Resistance"},{"id":16849,"c":4,"u":"armor%20of%20psychic%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of psychic resistance|xdmg","n":"Armor of Psychic Resistance"},{"id":16850,"c":4,"u":"armor%20of%20radiant%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of radiant resistance|xdmg","n":"Armor of Radiant Resistance"},{"id":16851,"c":4,"u":"armor%20of%20thunder%20resistance_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of thunder resistance|xdmg","n":"Armor of Thunder Resistance"},{"id":16852,"c":4,"u":"armor%20of%20vulnerability%20(bludgeoning)_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of vulnerability (bludgeoning)|xdmg","n":"Armor of Vulnerability (Bludgeoning)"},{"id":16853,"c":4,"u":"armor%20of%20vulnerability%20(piercing)_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of vulnerability (piercing)|xdmg","n":"Armor of Vulnerability (Piercing)"},{"id":16854,"c":4,"u":"armor%20of%20vulnerability%20(slashing)_xdmg","p":231,"s":5,"h":1,"t":12,"uu":"armor of vulnerability (slashing)|xdmg","n":"Armor of Vulnerability (Slashing)"},{"id":16855,"c":4,"u":"berserker%20axe_xdmg","p":236,"s":5,"h":1,"t":12,"uu":"berserker axe|xdmg","m":"items/XDMG/Berserker Axe.webp","n":"Berserker Axe"},{"id":16856,"c":4,"u":"cast-off%20armor_xdmg","p":243,"s":5,"h":1,"t":12,"uu":"cast-off armor|xdmg","n":"Cast-Off Armor"},{"id":16857,"c":4,"u":"dancing%20sword_xdmg","p":248,"s":5,"h":1,"t":12,"uu":"dancing sword|xdmg","m":"items/XDMG/Dancing Sword.webp","n":"Dancing Sword"},{"id":16858,"c":4,"u":"defender_xdmg","p":252,"s":5,"h":1,"t":12,"uu":"defender|xdmg","m":"items/XDMG/Defender.webp","n":"Defender"},{"id":16859,"c":4,"u":"demon%20armor_xdmg","p":252,"s":5,"h":1,"t":12,"uu":"demon armor|xdmg","m":"items/XDMG/Demon Armor.webp","n":"Demon Armor"},{"id":16860,"c":4,"u":"dragon%20slayer_xdmg","p":254,"s":5,"h":1,"t":12,"uu":"dragon slayer|xdmg","m":"items/XDMG/Dragon Slayer.webp","n":"Dragon Slayer"},{"id":16861,"c":4,"u":"dwarven%20plate_xdmg","p":255,"s":5,"h":1,"t":12,"uu":"dwarven plate|xdmg","m":"items/XDMG/Dwarven Plate.webp","n":"Dwarven Plate"},{"id":16862,"c":4,"u":"efreeti%20chain_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"efreeti chain|xdmg","m":"items/XDMG/Efreeti Chain.webp","n":"Efreeti Chain"},{"id":16863,"c":4,"u":"elven%20chain_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"elven chain|xdmg","m":"items/XDMG/Elven Chain.webp","n":"Elven Chain"},{"id":16864,"c":4,"u":"energy%20bow_xdmg","p":257,"s":5,"h":1,"t":12,"uu":"energy bow|xdmg","n":"Energy Bow"},{"id":16865,"c":4,"u":"enspelled%20armor%20(cantrip)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (cantrip)|xdmg","n":"Enspelled Armor (Cantrip)"},{"id":16866,"c":4,"u":"enspelled%20armor%20(level%201)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 1)|xdmg","n":"Enspelled Armor (Level 1)"},{"id":16867,"c":4,"u":"enspelled%20armor%20(level%202)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 2)|xdmg","n":"Enspelled Armor (Level 2)"},{"id":16868,"c":4,"u":"enspelled%20armor%20(level%203)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 3)|xdmg","n":"Enspelled Armor (Level 3)"},{"id":16869,"c":4,"u":"enspelled%20armor%20(level%204)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 4)|xdmg","n":"Enspelled Armor (Level 4)"},{"id":16870,"c":4,"u":"enspelled%20armor%20(level%205)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 5)|xdmg","n":"Enspelled Armor (Level 5)"},{"id":16871,"c":4,"u":"enspelled%20armor%20(level%206)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 6)|xdmg","n":"Enspelled Armor (Level 6)"},{"id":16872,"c":4,"u":"enspelled%20armor%20(level%207)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 7)|xdmg","n":"Enspelled Armor (Level 7)"},{"id":16873,"c":4,"u":"enspelled%20armor%20(level%208)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled armor (level 8)|xdmg","n":"Enspelled Armor (Level 8)"},{"id":16874,"c":4,"u":"enspelled%20weapon%20(cantrip)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (cantrip)|xdmg","n":"Enspelled Weapon (Cantrip)"},{"id":16875,"c":4,"u":"enspelled%20weapon%20(level%201)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 1)|xdmg","n":"Enspelled Weapon (Level 1)"},{"id":16876,"c":4,"u":"enspelled%20weapon%20(level%202)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 2)|xdmg","n":"Enspelled Weapon (Level 2)"},{"id":16877,"c":4,"u":"enspelled%20weapon%20(level%203)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 3)|xdmg","n":"Enspelled Weapon (Level 3)"},{"id":16878,"c":4,"u":"enspelled%20weapon%20(level%204)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 4)|xdmg","n":"Enspelled Weapon (Level 4)"},{"id":16879,"c":4,"u":"enspelled%20weapon%20(level%205)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 5)|xdmg","n":"Enspelled Weapon (Level 5)"},{"id":16880,"c":4,"u":"enspelled%20weapon%20(level%206)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 6)|xdmg","n":"Enspelled Weapon (Level 6)"},{"id":16881,"c":4,"u":"enspelled%20weapon%20(level%207)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 7)|xdmg","n":"Enspelled Weapon (Level 7)"},{"id":16882,"c":4,"u":"enspelled%20weapon%20(level%208)_xdmg","p":258,"s":5,"h":1,"t":12,"uu":"enspelled weapon (level 8)|xdmg","n":"Enspelled Weapon (Level 8)"},{"id":16883,"c":4,"u":"executioner's%20axe_xdmg","p":259,"s":5,"h":1,"t":12,"uu":"executioner's axe|xdmg","n":"Executioner's Axe"},{"id":16884,"c":4,"u":"flame%20tongue_xdmg","p":263,"s":5,"h":1,"t":12,"uu":"flame tongue|xdmg","m":"items/XDMG/Flame Tongue.webp","n":"Flame Tongue"},{"id":16885,"c":4,"u":"frost%20brand_xdmg","p":263,"s":5,"h":1,"t":12,"uu":"frost brand|xdmg","m":"items/XDMG/Frost Brand.webp","n":"Frost Brand"},{"id":16886,"c":4,"u":"giant%20slayer_xdmg","p":264,"s":5,"h":1,"t":12,"uu":"giant slayer|xdmg","m":"items/XDMG/Giant Slayer.webp","n":"Giant Slayer"},{"id":16887,"c":4,"u":"hammer%20of%20thunderbolts_xdmg","p":265,"s":5,"h":1,"t":12,"uu":"hammer of thunderbolts|xdmg","m":"items/XDMG/Hammer of Thunderbolts.webp","n":"Hammer of Thunderbolts"},{"id":16888,"c":4,"u":"holy%20avenger_xdmg","p":269,"s":5,"h":1,"t":12,"uu":"holy avenger|xdmg","m":"items/XDMG/Holy Avenger.webp","n":"Holy Avenger"},{"id":16889,"c":4,"u":"luck%20blade_xdmg","p":275,"s":5,"h":1,"t":12,"uu":"luck blade|xdmg","m":"items/XDMG/Luck Blade.webp","n":"Luck Blade"},{"id":16890,"c":4,"u":"mariner's%20armor_xdmg","p":278,"s":5,"h":1,"t":12,"uu":"mariner's armor|xdmg","m":"items/XDMG/Mariners Armor.webp","n":"Mariner's Armor"},{"id":16891,"c":4,"u":"mithral%20armor_xdmg","p":279,"s":5,"h":1,"t":12,"uu":"mithral armor|xdmg","n":"Mithral Armor"},{"id":16892,"c":4,"u":"moon-touched%20sword_xdmg","p":280,"s":5,"h":1,"t":12,"uu":"moon-touched sword|xdmg","m":"items/XDMG/Moon-Touched Sword.webp","n":"Moon-Touched Sword"},{"id":16893,"c":4,"u":"moonblade_xdmg","p":279,"s":5,"h":1,"t":12,"uu":"moonblade|xdmg","m":"items/XDMG/Moonblade.webp","n":"Moonblade"},{"id":16894,"c":4,"u":"nine%20lives%20stealer_xdmg","p":281,"s":5,"h":1,"t":12,"uu":"nine lives stealer|xdmg","m":"items/XDMG/Nine Lives Stealer.webp","n":"Nine Lives Stealer"},{"id":16895,"c":4,"u":"oathbow_xdmg","p":282,"s":5,"h":1,"t":12,"uu":"oathbow|xdmg","m":"items/XDMG/Oathbow.webp","n":"Oathbow"},{"id":16896,"c":4,"u":"plate%20armor%20of%20etherealness%20(*)_xdmg","p":286,"s":5,"h":1,"t":12,"uu":"plate armor of etherealness (*)|xdmg","n":"Plate Armor of Etherealness (*)"},{"id":16897,"c":4,"u":"silvered%20weapon_xdmg","p":304,"s":5,"h":1,"t":12,"uu":"silvered weapon|xdmg","n":"Silvered Weapon"},{"id":16898,"c":4,"u":"smoldering%20armor_xdmg","p":305,"s":5,"h":1,"t":12,"uu":"smoldering armor|xdmg","n":"Smoldering Armor"},{"id":16899,"c":4,"u":"sword%20of%20life%20stealing_xdmg","p":314,"s":5,"h":1,"t":12,"uu":"sword of life stealing|xdmg","m":"items/XDMG/Sword of Life Stealing.webp","n":"Sword of Life Stealing"},{"id":16900,"c":4,"u":"sword%20of%20sharpness_xdmg","p":314,"s":5,"h":1,"t":12,"uu":"sword of sharpness|xdmg","m":"items/XDMG/Sword of Sharpness.webp","n":"Sword of Sharpness"},{"id":16901,"c":4,"u":"sword%20of%20vengeance_xdmg","p":206,"s":5,"h":1,"t":12,"uu":"sword of vengeance|xdmg","n":"Sword of Vengeance"},{"id":16902,"c":4,"u":"sword%20of%20wounding_xdmg","p":314,"s":5,"h":1,"t":12,"uu":"sword of wounding|xdmg","n":"Sword of Wounding"},{"id":16903,"c":4,"u":"sylvan%20talon_xdmg","p":314,"s":5,"h":1,"t":12,"uu":"sylvan talon|xdmg","m":"items/XDMG/Sylvan Talon.webp","n":"Sylvan Talon"},{"id":16904,"c":4,"u":"vicious%20weapon_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"vicious weapon|xdmg","m":"items/XDMG/Vicious Weapon.webp","n":"Vicious Weapon"},{"id":16905,"c":4,"u":"vorpal%20sword_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"vorpal sword|xdmg","m":"items/XDMG/Vorpal Sword.webp","n":"Vorpal Sword"},{"id":16906,"c":4,"u":"walloping%20ammunition_xdmg","p":318,"s":5,"h":1,"t":12,"uu":"walloping ammunition|xdmg","n":"Walloping Ammunition"},{"id":16907,"c":4,"u":"weapon%20of%20warning_xdmg","p":324,"s":5,"h":1,"t":12,"uu":"weapon of warning|xdmg","m":"items/XDMG/Weapon of Warning.webp","n":"Weapon of Warning"},{"id":16908,"c":4,"u":"adamantine%20ammunition_xge","p":78,"s":6,"h":1,"t":12,"uu":"adamantine ammunition|xge","n":"Adamantine Ammunition"},{"id":16909,"c":4,"u":"adamantine%20weapon_xge","p":78,"s":6,"h":1,"t":12,"uu":"adamantine weapon|xge","n":"Adamantine Weapon"},{"id":16910,"c":4,"u":"armor%20of%20gleaming_xge","p":136,"s":6,"h":1,"t":12,"uu":"armor of gleaming|xge","n":"Armor of Gleaming"},{"id":16911,"c":4,"u":"cast-off%20armor_xge","p":136,"s":6,"h":1,"t":12,"uu":"cast-off armor|xge","n":"Cast-Off Armor"},{"id":16912,"c":4,"u":"moon-touched%20sword_xge","p":138,"s":6,"h":1,"t":12,"uu":"moon-touched sword|xge","n":"Moon-Touched Sword"},{"id":16913,"c":4,"u":"smoldering%20armor_xge","p":139,"s":6,"h":1,"t":12,"uu":"smoldering armor|xge","n":"Smoldering Armor"},{"id":16914,"c":4,"u":"walloping%20ammunition_xge","p":139,"s":6,"h":1,"t":12,"uu":"walloping ammunition|xge","n":"Walloping Ammunition"},{"id":16915,"c":4,"u":"demonbone%20polearm_coa","p":268,"s":9,"h":1,"t":12,"uu":"demonbone polearm|coa","n":"Demonbone Polearm"},{"id":16916,"c":4,"u":"stygian%20spear_coa","p":270,"s":9,"h":1,"t":12,"uu":"stygian spear|coa","n":"Stygian Spear"},{"id":16917,"c":4,"u":"sword%20of%20retribution_coa","p":270,"s":9,"h":1,"t":12,"uu":"sword of retribution|coa","n":"Sword of Retribution"},{"id":16918,"c":4,"u":"weapon%20of%20agonizing%20paralysis_coa","p":271,"s":9,"h":1,"t":12,"uu":"weapon of agonizing paralysis|coa","n":"Weapon of Agonizing Paralysis"},{"id":16919,"c":4,"u":"mithral%20%2b1%20armor_ai","p":156,"s":15,"h":1,"t":12,"uu":"mithral +1 armor|ai","n":"Mithral +1 Armor"},{"id":16920,"c":4,"u":"vicious%20%2b1%20weapon_ai","p":149,"s":15,"h":1,"t":12,"uu":"vicious +1 weapon|ai","n":"Vicious +1 Weapon"},{"id":16921,"c":4,"u":"hellfire%20weapon_bgdia","p":223,"s":17,"h":1,"t":12,"uu":"hellfire weapon|bgdia","m":"items/BGDIA/Hellfire Weapon.webp","n":"Hellfire Weapon"},{"id":16922,"c":4,"u":"ruidium%20armor_crcotn","p":215,"s":20,"h":1,"dP":1,"t":12,"uu":"ruidium armor|crcotn","n":"Ruidium Armor"},{"id":16923,"c":4,"u":"ruidium%20weapon_crcotn","p":216,"s":20,"h":1,"dP":1,"t":12,"uu":"ruidium weapon|crcotn","m":"items/CRCotN/Ruidium Weapon.webp","n":"Ruidium Weapon"},{"id":16924,"c":4,"u":"demon%20skin_ditlcot","p":14,"s":23,"h":1,"t":12,"uu":"demon skin|ditlcot","m":"items/DitLCoT/Demon Skin.webp","n":"Demon Skin"},{"id":16925,"c":4,"u":"%2b1%20ammunition_dmg","p":150,"s":24,"h":1,"t":12,"uu":"+1 ammunition|dmg","n":"+1 Ammunition"},{"id":16926,"c":4,"u":"%2b1%20armor_dmg","p":152,"s":24,"h":1,"t":12,"uu":"+1 armor|dmg","n":"+1 Armor"},{"id":16927,"c":4,"u":"%2b1%20shield%20(*)_dmg","p":200,"s":24,"h":1,"t":12,"uu":"+1 shield (*)|dmg","n":"+1 Shield (*)"},{"id":16928,"c":4,"u":"%2b1%20weapon_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+1 weapon|dmg","n":"+1 Weapon"},{"id":16929,"c":4,"u":"%2b1%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+1 weapon (no damage)|dmg","n":"+1 Weapon (no damage)"},{"id":16930,"c":4,"u":"%2b2%20ammunition_dmg","p":150,"s":24,"h":1,"t":12,"uu":"+2 ammunition|dmg","n":"+2 Ammunition"},{"id":16931,"c":4,"u":"%2b2%20armor_dmg","p":152,"s":24,"h":1,"t":12,"uu":"+2 armor|dmg","n":"+2 Armor"},{"id":16932,"c":4,"u":"%2b2%20shield%20(*)_dmg","p":200,"s":24,"h":1,"t":12,"uu":"+2 shield (*)|dmg","n":"+2 Shield (*)"},{"id":16933,"c":4,"u":"%2b2%20weapon_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+2 weapon|dmg","n":"+2 Weapon"},{"id":16934,"c":4,"u":"%2b2%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+2 weapon (no damage)|dmg","n":"+2 Weapon (no damage)"},{"id":16935,"c":4,"u":"%2b3%20ammunition_dmg","p":150,"s":24,"h":1,"t":12,"uu":"+3 ammunition|dmg","n":"+3 Ammunition"},{"id":16936,"c":4,"u":"%2b3%20armor_dmg","p":152,"s":24,"h":1,"t":12,"uu":"+3 armor|dmg","n":"+3 Armor"},{"id":16937,"c":4,"u":"%2b3%20shield%20(*)_dmg","p":200,"s":24,"h":1,"t":12,"uu":"+3 shield (*)|dmg","n":"+3 Shield (*)"},{"id":16938,"c":4,"u":"%2b3%20weapon_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+3 weapon|dmg","n":"+3 Weapon"},{"id":16939,"c":4,"u":"%2b3%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"t":12,"uu":"+3 weapon (no damage)|dmg","n":"+3 Weapon (no damage)"},{"id":16940,"c":4,"u":"adamantine%20armor_dmg","p":150,"s":24,"h":1,"t":12,"uu":"adamantine armor|dmg","n":"Adamantine Armor"},{"id":16941,"c":4,"u":"armor%20of%20acid%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of acid resistance|dmg","n":"Armor of Acid Resistance"},{"id":16942,"c":4,"u":"armor%20of%20cold%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of cold resistance|dmg","n":"Armor of Cold Resistance"},{"id":16943,"c":4,"u":"armor%20of%20fire%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of fire resistance|dmg","n":"Armor of Fire Resistance"},{"id":16944,"c":4,"u":"armor%20of%20force%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of force resistance|dmg","n":"Armor of Force Resistance"},{"id":16945,"c":4,"u":"armor%20of%20lightning%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of lightning resistance|dmg","n":"Armor of Lightning Resistance"},{"id":16946,"c":4,"u":"armor%20of%20necrotic%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of necrotic resistance|dmg","n":"Armor of Necrotic Resistance"},{"id":16947,"c":4,"u":"armor%20of%20poison%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of poison resistance|dmg","n":"Armor of Poison Resistance"},{"id":16948,"c":4,"u":"armor%20of%20psychic%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of psychic resistance|dmg","n":"Armor of Psychic Resistance"},{"id":16949,"c":4,"u":"armor%20of%20radiant%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of radiant resistance|dmg","n":"Armor of Radiant Resistance"},{"id":16950,"c":4,"u":"armor%20of%20thunder%20resistance_dmg","p":152,"s":24,"h":1,"t":12,"uu":"armor of thunder resistance|dmg","n":"Armor of Thunder Resistance"},{"id":16951,"c":4,"u":"arrow%20of%20slaying%20(*)_dmg","p":152,"s":24,"h":1,"t":12,"uu":"arrow of slaying (*)|dmg","m":"items/DMG/Arrow of Slaying.webp","n":"Arrow of Slaying (*)"},{"id":16952,"c":4,"u":"berserker%20axe_dmg","p":155,"s":24,"h":1,"t":12,"uu":"berserker axe|dmg","m":"items/DMG/Berserker Axe.webp","n":"Berserker Axe"},{"id":16953,"c":4,"u":"dancing%20sword_dmg","p":161,"s":24,"h":1,"t":12,"uu":"dancing sword|dmg","m":"items/DMG/Dancing Sword.webp","n":"Dancing Sword"},{"id":16954,"c":4,"u":"defender_dmg","p":164,"s":24,"h":1,"t":12,"uu":"defender|dmg","m":"items/DMG/Defender.webp","n":"Defender"},{"id":16955,"c":4,"u":"dragon%20slayer_dmg","p":166,"s":24,"h":1,"t":12,"uu":"dragon slayer|dmg","m":"items/DMG/Dragon Slayer.webp","n":"Dragon Slayer"},{"id":16956,"c":4,"u":"flame%20tongue_dmg","p":170,"s":24,"h":1,"t":12,"uu":"flame tongue|dmg","m":"items/DMG/Flame Tongue.webp","n":"Flame Tongue"},{"id":16957,"c":4,"u":"frost%20brand_dmg","p":171,"s":24,"h":1,"t":12,"uu":"frost brand|dmg","m":"items/DMG/Frost Brand.webp","n":"Frost Brand"},{"id":16958,"c":4,"u":"giant%20slayer_dmg","p":172,"s":24,"h":1,"t":12,"uu":"giant slayer|dmg","m":"items/DMG/Giant Slayer.webp","n":"Giant Slayer"},{"id":16959,"c":4,"u":"holy%20avenger_dmg","p":174,"s":24,"h":1,"t":12,"uu":"holy avenger|dmg","m":"items/DMG/Holy Avenger.webp","n":"Holy Avenger"},{"id":16960,"c":4,"u":"luck%20blade_dmg","p":179,"s":24,"h":1,"t":12,"uu":"luck blade|dmg","m":"items/DMG/Luck Blade.webp","n":"Luck Blade"},{"id":16961,"c":4,"u":"mariner's%20armor_dmg","p":181,"s":24,"h":1,"t":12,"uu":"mariner's armor|dmg","n":"Mariner's Armor"},{"id":16962,"c":4,"u":"mithral%20armor_dmg","p":182,"s":24,"h":1,"t":12,"uu":"mithral armor|dmg","n":"Mithral Armor"},{"id":16963,"c":4,"u":"nine%20lives%20stealer_dmg","p":183,"s":24,"h":1,"t":12,"uu":"nine lives stealer|dmg","m":"items/DMG/Nine Lives Stealer.webp","n":"Nine Lives Stealer"},{"id":16964,"c":4,"u":"sword%20of%20life%20stealing_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of life stealing|dmg","m":"items/DMG/Sword of Life Stealing.webp","n":"Sword of Life Stealing"},{"id":16965,"c":4,"u":"sword%20of%20sharpness_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of sharpness|dmg","m":"items/DMG/Sword of Sharpness.webp","n":"Sword of Sharpness"},{"id":16966,"c":4,"u":"sword%20of%20vengeance_dmg","p":206,"s":24,"h":1,"t":12,"uu":"sword of vengeance|dmg","n":"Sword of Vengeance"},{"id":16967,"c":4,"u":"sword%20of%20wounding_dmg","p":207,"s":24,"h":1,"t":12,"uu":"sword of wounding|dmg","n":"Sword of Wounding"},{"id":16968,"c":4,"u":"vicious%20weapon_dmg","p":209,"s":24,"h":1,"t":12,"uu":"vicious weapon|dmg","m":"items/DMG/Vicious Weapon.webp","n":"Vicious Weapon"},{"id":16969,"c":4,"u":"vorpal%20sword_dmg","p":209,"s":24,"h":1,"t":12,"uu":"vorpal sword|dmg","m":"items/DMG/Vorpal Sword.webp","n":"Vorpal Sword"},{"id":16970,"c":4,"u":"weapon%20of%20warning_dmg","p":213,"s":24,"h":1,"t":12,"uu":"weapon of warning|dmg","m":"items/DMG/Weapon of Warning.webp","n":"Weapon of Warning"},{"id":16971,"c":4,"u":"comet%20smasher_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"comet smasher|dodk","n":"Comet Smasher"},{"id":16972,"c":4,"u":"delerium-forged%20blade_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"delerium-forged blade|dodk","m":"items/DoDk/Delerium-Forged Blade.webp","n":"Delerium-Forged Blade"},{"id":16973,"c":4,"u":"hardened%20delerium-tipped%20arrows_dodk","p":230,"s":25,"h":1,"dP":1,"t":12,"uu":"hardened delerium-tipped arrows|dodk","m":"items/DoDk/Hardened Delerium-tipped Arrows.webp","n":"Hardened Delerium-tipped Arrows"},{"id":16974,"c":4,"u":"starcrossed%20bow_dodk","p":232,"s":25,"h":1,"dP":1,"t":12,"uu":"starcrossed bow|dodk","n":"Starcrossed Bow"},{"id":16975,"c":4,"u":"acheron%20blade_egw","p":265,"s":28,"h":1,"dP":1,"t":12,"uu":"acheron blade|egw","n":"Acheron Blade"},{"id":16976,"c":4,"u":"corpse%20slayer_egw","p":266,"s":28,"h":1,"dP":1,"t":12,"uu":"corpse slayer|egw","n":"Corpse Slayer"},{"id":16977,"c":4,"u":"last%20stand%20armor_egw","p":267,"s":28,"h":1,"dP":1,"t":12,"uu":"last stand armor|egw","n":"Last Stand Armor"},{"id":16978,"c":4,"u":"weapon%20of%20certain%20death_egw","p":270,"s":28,"h":1,"dP":1,"t":12,"uu":"weapon of certain death|egw","n":"Weapon of Certain Death"},{"id":16979,"c":4,"u":"armblade_erlw","p":276,"s":29,"h":1,"t":12,"uu":"armblade|erlw","m":"items/ERLW/Armblade.webp","n":"Armblade"},{"id":16980,"c":4,"u":"imbued%20wood%20(fernian%20ash)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (fernian ash)|erlw","n":"Imbued Wood (Fernian Ash)"},{"id":16981,"c":4,"u":"imbued%20wood%20(irian%20rosewood)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (irian rosewood)|erlw","n":"Imbued Wood (Irian Rosewood)"},{"id":16982,"c":4,"u":"imbued%20wood%20(kythrian%20manchineel)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (kythrian manchineel)|erlw","n":"Imbued Wood (Kythrian Manchineel)"},{"id":16983,"c":4,"u":"imbued%20wood%20(lamannian%20oak)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (lamannian oak)|erlw","n":"Imbued Wood (Lamannian Oak)"},{"id":16984,"c":4,"u":"imbued%20wood%20(mabaran%20ebony)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (mabaran ebony)|erlw","n":"Imbued Wood (Mabaran Ebony)"},{"id":16985,"c":4,"u":"imbued%20wood%20(risian%20pine)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (risian pine)|erlw","n":"Imbued Wood (Risian Pine)"},{"id":16986,"c":4,"u":"imbued%20wood%20(shavarran%20birch)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (shavarran birch)|erlw","n":"Imbued Wood (Shavarran Birch)"},{"id":16987,"c":4,"u":"imbued%20wood%20(xorian%20wenge)_erlw","p":277,"s":29,"h":1,"t":12,"uu":"imbued wood (xorian wenge)|erlw","n":"Imbued Wood (Xorian Wenge)"},{"id":16988,"c":4,"u":"living%20armor_erlw","p":278,"s":29,"h":1,"t":12,"uu":"living armor|erlw","n":"Living Armor"},{"id":16989,"c":4,"u":"orb%20of%20shielding%20(fernian%20basalt)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (fernian basalt)|erlw","n":"Orb of Shielding (Fernian Basalt)"},{"id":16990,"c":4,"u":"orb%20of%20shielding%20(irian%20quartz)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (irian quartz)|erlw","n":"Orb of Shielding (Irian Quartz)"},{"id":16991,"c":4,"u":"orb%20of%20shielding%20(kythrian%20skarn)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (kythrian skarn)|erlw","n":"Orb of Shielding (Kythrian Skarn)"},{"id":16992,"c":4,"u":"orb%20of%20shielding%20(lamannian%20flint)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (lamannian flint)|erlw","n":"Orb of Shielding (Lamannian Flint)"},{"id":16993,"c":4,"u":"orb%20of%20shielding%20(mabaran%20obsidian)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (mabaran obsidian)|erlw","n":"Orb of Shielding (Mabaran Obsidian)"},{"id":16994,"c":4,"u":"orb%20of%20shielding%20(risian%20shale)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (risian shale)|erlw","n":"Orb of Shielding (Risian Shale)"},{"id":16995,"c":4,"u":"orb%20of%20shielding%20(shavarran%20chert)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (shavarran chert)|erlw","n":"Orb of Shielding (Shavarran Chert)"},{"id":16996,"c":4,"u":"orb%20of%20shielding%20(xorian%20marble)_erlw","p":278,"s":29,"h":1,"t":12,"uu":"orb of shielding (xorian marble)|erlw","n":"Orb of Shielding (Xorian Marble)"},{"id":16997,"c":4,"u":"mizzium%20armor_ggr","p":179,"s":31,"h":1,"t":12,"uu":"mizzium armor|ggr","n":"Mizzium Armor"},{"id":16998,"c":4,"u":"lycan%20weapon_ghloe","p":111,"s":32,"h":1,"dP":1,"t":12,"uu":"lycan weapon|ghloe","n":"Lycan Weapon"},{"id":16999,"c":4,"u":"drow%20%2b1%20armor_mm","p":126,"s":44,"h":1,"t":12,"uu":"drow +1 armor|mm","n":"Drow +1 Armor"},{"id":17000,"c":4,"u":"drow%20%2b1%20weapon_mm","p":126,"s":44,"h":1,"t":12,"uu":"drow +1 weapon|mm","n":"Drow +1 Weapon"},{"id":17001,"c":4,"u":"drow%20%2b2%20armor_mm","p":126,"s":44,"h":1,"t":12,"uu":"drow +2 armor|mm","n":"Drow +2 Armor"},{"id":17002,"c":4,"u":"drow%20%2b2%20weapon_mm","p":126,"s":44,"h":1,"t":12,"uu":"drow +2 weapon|mm","n":"Drow +2 Weapon"},{"id":17003,"c":4,"u":"drow%20%2b3%20armor_mm","p":126,"s":44,"h":1,"t":12,"uu":"drow +3 armor|mm","n":"Drow +3 Armor"},{"id":17004,"c":4,"u":"drow%20%2b3%20weapon_mm","p":126,"s":44,"h":1,"t":12,"uu":"drow +3 weapon|mm","n":"Drow +3 Weapon"},{"id":17005,"c":4,"u":"molten%20bronze%20skin_mot","p":197,"s":45,"h":1,"t":12,"uu":"molten bronze skin|mot","n":"Molten Bronze Skin"},{"id":17006,"c":4,"u":"barding_phb","p":157,"s":51,"h":1,"t":12,"uu":"barding|phb","n":"Barding"},{"id":17007,"c":4,"u":"silvered%20ammunition_phb","p":148,"s":51,"h":1,"t":12,"uu":"silvered ammunition|phb","n":"Silvered Ammunition"},{"id":17008,"c":4,"u":"silvered%20weapon_phb","p":148,"s":51,"h":1,"t":12,"uu":"silvered weapon|phb","n":"Silvered Weapon"},{"id":17009,"c":4,"u":"oceanic%20weapon_tdcsr","p":199,"s":60,"h":1,"dP":1,"t":12,"uu":"oceanic weapon|tdcsr","n":"Oceanic Weapon"},{"id":17010,"c":4,"u":"mind%20blade_vgm","p":81,"s":66,"h":1,"t":12,"uu":"mind blade|vgm","n":"Mind Blade"},{"id":17011,"c":4,"u":"mind%20carapace%20armor_vgm","p":81,"s":66,"h":1,"t":12,"uu":"mind carapace armor|vgm","n":"Mind Carapace Armor"},{"id":17012,"c":4,"u":"blade%20of%20the%20medusa_llk","p":53,"s":80,"h":1,"t":12,"uu":"blade of the medusa|llk","n":"Blade of the Medusa"},{"id":17013,"c":4,"u":"gambler's%20blade_llk","p":55,"s":80,"h":1,"t":12,"uu":"gambler's blade|llk","n":"Gambler's Blade"},{"id":17014,"c":4,"u":"polymorph%20blade_llk","p":56,"s":80,"h":1,"t":12,"uu":"polymorph blade|llk","n":"Polymorph Blade"},{"id":17015,"c":4,"u":"energy%20bow_uthftlh","s":116,"h":1,"t":12,"uu":"energy bow|uthftlh","n":"Energy Bow"},{"id":17016,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":105,"h":1,"t":14,"uu":"adaptive body|uathemysticclass","n":"Adaptive Body"},{"id":17017,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":105,"h":1,"t":14,"uu":"adaptive body|uathemysticclass","d":1,"n":"Adaptive Body; Environmental Adaptation"},{"id":17018,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":105,"h":1,"t":14,"uu":"adaptive body|uathemysticclass","d":1,"n":"Adaptive Body; Adaptive Shield"},{"id":17019,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":105,"h":1,"t":14,"uu":"adaptive body|uathemysticclass","d":1,"n":"Adaptive Body; Energy Adaptation"},{"id":17020,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":105,"h":1,"t":14,"uu":"adaptive body|uathemysticclass","d":1,"n":"Adaptive Body; Energy Immunity"},{"id":17021,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":105,"h":1,"t":14,"uu":"aura sight|uathemysticclass","n":"Aura Sight"},{"id":17022,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":105,"h":1,"t":14,"uu":"aura sight|uathemysticclass","d":1,"n":"Aura Sight; Assess Foe"},{"id":17023,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":105,"h":1,"t":14,"uu":"aura sight|uathemysticclass","d":1,"n":"Aura Sight; Read Moods"},{"id":17024,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":105,"h":1,"t":14,"uu":"aura sight|uathemysticclass","d":1,"n":"Aura Sight; View Aura"},{"id":17025,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":105,"h":1,"t":14,"uu":"aura sight|uathemysticclass","d":1,"n":"Aura Sight; Perceive the Unseen"},{"id":17026,"c":9,"u":"beacon_uathemysticclass","p":27,"s":105,"h":1,"t":14,"uu":"beacon|uathemysticclass","n":"Beacon"},{"id":17027,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":105,"h":1,"t":14,"uu":"bestial form|uathemysticclass","n":"Bestial Form"},{"id":17028,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":105,"h":1,"t":14,"uu":"bestial form|uathemysticclass","d":1,"n":"Bestial Form; Bestial Claws"},{"id":17029,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":105,"h":1,"t":14,"uu":"bestial form|uathemysticclass","d":1,"n":"Bestial Form; Bestial Transformation"},{"id":17030,"c":9,"u":"blade%20meld_uathemysticclass","p":27,"s":105,"h":1,"t":14,"uu":"blade meld|uathemysticclass","n":"Blade Meld"},{"id":17031,"c":9,"u":"blind%20spot_uathemysticclass","p":27,"s":105,"h":1,"t":14,"uu":"blind spot|uathemysticclass","n":"Blind Spot"},{"id":17032,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":105,"h":1,"t":14,"uu":"brute force|uathemysticclass","n":"Brute Force"},{"id":17033,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":105,"h":1,"t":14,"uu":"brute force|uathemysticclass","d":1,"n":"Brute Force; Brute Strike"},{"id":17034,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":105,"h":1,"t":14,"uu":"brute force|uathemysticclass","d":1,"n":"Brute Force; Knock Back"},{"id":17035,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":105,"h":1,"t":14,"uu":"brute force|uathemysticclass","d":1,"n":"Brute Force; Mighty Leap"},{"id":17036,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":105,"h":1,"t":14,"uu":"brute force|uathemysticclass","d":1,"n":"Brute Force; Feat of Strength"},{"id":17037,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"celerity|uathemysticclass","n":"Celerity"},{"id":17038,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"celerity|uathemysticclass","d":1,"n":"Celerity; Rapid Step"},{"id":17039,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"celerity|uathemysticclass","d":1,"n":"Celerity; Agile Defense"},{"id":17040,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"celerity|uathemysticclass","d":1,"n":"Celerity; Blur of Motion"},{"id":17041,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"celerity|uathemysticclass","d":1,"n":"Celerity; Surge of Speed"},{"id":17042,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"celerity|uathemysticclass","d":1,"n":"Celerity; Surge of Action"},{"id":17043,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","n":"Corrosive Metabolism"},{"id":17044,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","d":1,"n":"Corrosive Metabolism; Corrosive Touch"},{"id":17045,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","d":1,"n":"Corrosive Metabolism; Venom Strike"},{"id":17046,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","d":1,"n":"Corrosive Metabolism; Acid Spray"},{"id":17047,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","d":1,"n":"Corrosive Metabolism; Breath of the Black Dragon"},{"id":17048,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"corrosive metabolism|uathemysticclass","d":1,"n":"Corrosive Metabolism; Breath of the Green Dragon"},{"id":17049,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"crown of despair|uathemysticclass","n":"Crown of Despair"},{"id":17050,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"crown of despair|uathemysticclass","d":1,"n":"Crown of Despair; Crowned in Sorrow"},{"id":17051,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"crown of despair|uathemysticclass","d":1,"n":"Crown of Despair; Call to Inaction"},{"id":17052,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"crown of despair|uathemysticclass","d":1,"n":"Crown of Despair; Visions of Despair"},{"id":17053,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":105,"h":1,"t":14,"uu":"crown of despair|uathemysticclass","d":1,"n":"Crown of Despair; Dolorous Mind"},{"id":17054,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":105,"h":1,"t":14,"uu":"crown of disgust|uathemysticclass","n":"Crown of Disgust"},{"id":17055,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":105,"h":1,"t":14,"uu":"crown of disgust|uathemysticclass","d":1,"n":"Crown of Disgust; Eye of Horror"},{"id":17056,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":105,"h":1,"t":14,"uu":"crown of disgust|uathemysticclass","d":1,"n":"Crown of Disgust; Wall of Repulsion"},{"id":17057,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":105,"h":1,"t":14,"uu":"crown of disgust|uathemysticclass","d":1,"n":"Crown of Disgust; Visions of Disgust"},{"id":17058,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":105,"h":1,"t":14,"uu":"crown of disgust|uathemysticclass","d":1,"n":"Crown of Disgust; World of Horror"},{"id":17059,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":105,"h":1,"t":14,"uu":"crown of rage|uathemysticclass","n":"Crown of Rage"},{"id":17060,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":105,"h":1,"t":14,"uu":"crown of rage|uathemysticclass","d":1,"n":"Crown of Rage; Primal Fury"},{"id":17061,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":105,"h":1,"t":14,"uu":"crown of rage|uathemysticclass","d":1,"n":"Crown of Rage; Fighting Words"},{"id":17062,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":105,"h":1,"t":14,"uu":"crown of rage|uathemysticclass","d":1,"n":"Crown of Rage; Mindless Courage"},{"id":17063,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":105,"h":1,"t":14,"uu":"crown of rage|uathemysticclass","d":1,"n":"Crown of Rage; Punishing Fury"},{"id":17064,"c":9,"u":"delusion_uathemysticclass","p":27,"s":105,"h":1,"t":14,"uu":"delusion|uathemysticclass","n":"Delusion"},{"id":17065,"c":9,"u":"diminution_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"diminution|uathemysticclass","n":"Diminution"},{"id":17066,"c":9,"u":"diminution_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"diminution|uathemysticclass","d":1,"n":"Diminution; Miniature Form"},{"id":17067,"c":9,"u":"diminution_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"diminution|uathemysticclass","d":1,"n":"Diminution; Toppling Shift"},{"id":17068,"c":9,"u":"diminution_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"diminution|uathemysticclass","d":1,"n":"Diminution; Sudden Shift"},{"id":17069,"c":9,"u":"diminution_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"diminution|uathemysticclass","d":1,"n":"Diminution; Microscopic Form"},{"id":17070,"c":9,"u":"energy%20beam_uathemysticclass","p":27,"s":105,"h":1,"t":14,"uu":"energy beam|uathemysticclass","n":"Energy Beam"},{"id":17071,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"giant growth|uathemysticclass","n":"Giant Growth"},{"id":17072,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"giant growth|uathemysticclass","d":1,"n":"Giant Growth; Ogre Form"},{"id":17073,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"giant growth|uathemysticclass","d":1,"n":"Giant Growth; Giant Form"},{"id":17074,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"intellect fortress|uathemysticclass","n":"Intellect Fortress"},{"id":17075,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"intellect fortress|uathemysticclass","d":1,"n":"Intellect Fortress; Psychic Backlash"},{"id":17076,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"intellect fortress|uathemysticclass","d":1,"n":"Intellect Fortress; Psychic Parry"},{"id":17077,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":105,"h":1,"t":14,"uu":"intellect fortress|uathemysticclass","d":1,"n":"Intellect Fortress; Psychic Redoubt"},{"id":17078,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"iron durability|uathemysticclass","n":"Iron Durability"},{"id":17079,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"iron durability|uathemysticclass","d":1,"n":"Iron Durability; Iron Hide"},{"id":17080,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"iron durability|uathemysticclass","d":1,"n":"Iron Durability; Steel Hide"},{"id":17081,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"iron durability|uathemysticclass","d":1,"n":"Iron Durability; Iron Resistance"},{"id":17082,"c":9,"u":"light%20step_uathemysticclass","p":27,"s":105,"h":1,"t":14,"uu":"light step|uathemysticclass","n":"Light Step"},{"id":17083,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"mantle of awe|uathemysticclass","n":"Mantle of Awe"},{"id":17084,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"mantle of awe|uathemysticclass","d":1,"n":"Mantle of Awe; Charming Presence"},{"id":17085,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"mantle of awe|uathemysticclass","d":1,"n":"Mantle of Awe; Center of Attention"},{"id":17086,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"mantle of awe|uathemysticclass","d":1,"n":"Mantle of Awe; Invoke Awe"},{"id":17087,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","n":"Mantle of Command"},{"id":17088,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","d":1,"n":"Mantle of Command; Coordinated Movement"},{"id":17089,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","d":1,"n":"Mantle of Command; Commander's Sight"},{"id":17090,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","d":1,"n":"Mantle of Command; Command to Strike"},{"id":17091,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","d":1,"n":"Mantle of Command; Strategic Mind"},{"id":17092,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"t":14,"uu":"mantle of command|uathemysticclass","d":1,"n":"Mantle of Command; Overwhelming Attack"},{"id":17093,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of courage|uathemysticclass","n":"Mantle of Courage"},{"id":17094,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of courage|uathemysticclass","d":1,"n":"Mantle of Courage; Incite Courage"},{"id":17095,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of courage|uathemysticclass","d":1,"n":"Mantle of Courage; Aura of Victory"},{"id":17096,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of courage|uathemysticclass","d":1,"n":"Mantle of Courage; Pillar of Confidence"},{"id":17097,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of fear|uathemysticclass","n":"Mantle of Fear"},{"id":17098,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of fear|uathemysticclass","d":1,"n":"Mantle of Fear; Incite Fear"},{"id":17099,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of fear|uathemysticclass","d":1,"n":"Mantle of Fear; Unsettling Aura"},{"id":17100,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of fear|uathemysticclass","d":1,"n":"Mantle of Fear; Incite Panic"},{"id":17101,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of fury|uathemysticclass","n":"Mantle of Fury"},{"id":17102,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of fury|uathemysticclass","d":1,"n":"Mantle of Fury; Incite Fury"},{"id":17103,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of fury|uathemysticclass","d":1,"n":"Mantle of Fury; Mindless Charge"},{"id":17104,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of fury|uathemysticclass","d":1,"n":"Mantle of Fury; Aura of Bloodletting"},{"id":17105,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":105,"h":1,"t":14,"uu":"mantle of fury|uathemysticclass","d":1,"n":"Mantle of Fury; Overwhelming Fury"},{"id":17106,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mantle of joy|uathemysticclass","n":"Mantle of Joy"},{"id":17107,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mantle of joy|uathemysticclass","d":1,"n":"Mantle of Joy; Soothing Presence"},{"id":17108,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mantle of joy|uathemysticclass","d":1,"n":"Mantle of Joy; Comforting Aura"},{"id":17109,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mantle of joy|uathemysticclass","d":1,"n":"Mantle of Joy; Aura of Jubilation"},{"id":17110,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mantle of joy|uathemysticclass","d":1,"n":"Mantle of Joy; Beacon of Recovery"},{"id":17111,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","n":"Mastery of Air"},{"id":17112,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Wind Step"},{"id":17113,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Wind Stream"},{"id":17114,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Cloak of Air"},{"id":17115,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Wind Form"},{"id":17116,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Misty Form"},{"id":17117,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of air|uathemysticclass","d":1,"n":"Mastery of Air; Animate Air"},{"id":17118,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","n":"Mastery of Fire"},{"id":17119,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","d":1,"n":"Mastery of Fire; Combustion"},{"id":17120,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","d":1,"n":"Mastery of Fire; Rolling Flame"},{"id":17121,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","d":1,"n":"Mastery of Fire; Detonation"},{"id":17122,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","d":1,"n":"Mastery of Fire; Fire Form"},{"id":17123,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"t":14,"uu":"mastery of fire|uathemysticclass","d":1,"n":"Mastery of Fire; Animate Fire"},{"id":17124,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","n":"Mastery of Force"},{"id":17125,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Push"},{"id":17126,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Move"},{"id":17127,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Inertial Armor"},{"id":17128,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Telekinetic Barrier"},{"id":17129,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Grasp"},{"id":17130,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Crush"},{"id":17131,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"t":14,"uu":"mastery of force|uathemysticclass","d":1,"n":"Mastery of Force; Move"},{"id":17132,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","n":"Mastery of Ice"},{"id":17133,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","d":1,"n":"Mastery of Ice; Ice Spike"},{"id":17134,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","d":1,"n":"Mastery of Ice; Ice Sheet"},{"id":17135,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","d":1,"n":"Mastery of Ice; Frozen Sanctuary"},{"id":17136,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","d":1,"n":"Mastery of Ice; Frozen Rain"},{"id":17137,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of ice|uathemysticclass","d":1,"n":"Mastery of Ice; Ice Barrier"},{"id":17138,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of light and darkness|uathemysticclass","n":"Mastery of Light and Darkness"},{"id":17139,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of light and darkness|uathemysticclass","d":1,"n":"Mastery of Light and Darkness; Darkness"},{"id":17140,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of light and darkness|uathemysticclass","d":1,"n":"Mastery of Light and Darkness; Light"},{"id":17141,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of light and darkness|uathemysticclass","d":1,"n":"Mastery of Light and Darkness; Shadow Beasts"},{"id":17142,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of light and darkness|uathemysticclass","d":1,"n":"Mastery of Light and Darkness; Radiant Beam"},{"id":17143,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","n":"Mastery of Water"},{"id":17144,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Desiccate"},{"id":17145,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Watery Grasp"},{"id":17146,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Water Whip"},{"id":17147,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Water Breathing"},{"id":17148,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Water Sphere"},{"id":17149,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"t":14,"uu":"mastery of water|uathemysticclass","d":1,"n":"Mastery of Water; Animate Water"},{"id":17150,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","n":"Mastery of Weather"},{"id":17151,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Cloud Steps"},{"id":17152,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Hungry Lightning"},{"id":17153,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Wall of Clouds"},{"id":17154,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Whirlwind"},{"id":17155,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Lightning Leap"},{"id":17156,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Wall of Thunder"},{"id":17157,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"t":14,"uu":"mastery of weather|uathemysticclass","d":1,"n":"Mastery of Weather; Thunder Clap"},{"id":17158,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","n":"Mastery of Wood and Earth"},{"id":17159,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Animate Weapon"},{"id":17160,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Warp Weapon"},{"id":17161,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Warp Armor"},{"id":17162,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Wall of Wood"},{"id":17163,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Armored Form"},{"id":17164,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"mastery of wood and earth|uathemysticclass","d":1,"n":"Mastery of Wood and Earth; Animate Earth"},{"id":17165,"c":9,"u":"mind%20meld_uathemysticclass","p":27,"s":105,"h":1,"t":14,"uu":"mind meld|uathemysticclass","n":"Mind Meld"},{"id":17166,"c":9,"u":"mind%20slam_uathemysticclass","p":28,"s":105,"h":1,"t":14,"uu":"mind slam|uathemysticclass","n":"Mind Slam"},{"id":17167,"c":9,"u":"mind%20thrust_uathemysticclass","p":28,"s":105,"h":1,"t":14,"uu":"mind thrust|uathemysticclass","n":"Mind Thrust"},{"id":17168,"c":9,"u":"mystic%20charm_uathemysticclass","p":28,"s":105,"h":1,"t":14,"uu":"mystic charm|uathemysticclass","n":"Mystic Charm"},{"id":17169,"c":9,"u":"mystic%20hand_uathemysticclass","p":28,"s":105,"h":1,"t":14,"uu":"mystic hand|uathemysticclass","n":"Mystic Hand"},{"id":17170,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"nomadic arrow|uathemysticclass","n":"Nomadic Arrow"},{"id":17171,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"nomadic arrow|uathemysticclass","d":1,"n":"Nomadic Arrow; Speed Dart"},{"id":17172,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"nomadic arrow|uathemysticclass","d":1,"n":"Nomadic Arrow; Seeking Missile"},{"id":17173,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":105,"h":1,"t":14,"uu":"nomadic arrow|uathemysticclass","d":1,"n":"Nomadic Arrow; Faithful Archer"},{"id":17174,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic chameleon|uathemysticclass","n":"Nomadic Chameleon"},{"id":17175,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic chameleon|uathemysticclass","d":1,"n":"Nomadic Chameleon; Chameleon"},{"id":17176,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic chameleon|uathemysticclass","d":1,"n":"Nomadic Chameleon; Step from Sight"},{"id":17177,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic chameleon|uathemysticclass","d":1,"n":"Nomadic Chameleon; Enduring Invisibility"},{"id":17178,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","n":"Nomadic Mind"},{"id":17179,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Wandering Mind"},{"id":17180,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Find Creature"},{"id":17181,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Item Lore"},{"id":17182,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Psychic Speech"},{"id":17183,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Wandering Eye"},{"id":17184,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic mind|uathemysticclass","d":1,"n":"Nomadic Mind; Phasing Eye"},{"id":17185,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","n":"Nomadic Step"},{"id":17186,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Step of a Dozen Paces"},{"id":17187,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Nomadic Anchor"},{"id":17188,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Defensive Step"},{"id":17189,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; There and Back Again"},{"id":17190,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Transposition"},{"id":17191,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Baleful Transposition"},{"id":17192,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Phantom Caravan"},{"id":17193,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"t":14,"uu":"nomadic step|uathemysticclass","d":1,"n":"Nomadic Step; Nomad's Gate"},{"id":17194,"c":9,"u":"precognition_uathemysticclass","p":23,"s":105,"h":1,"t":14,"uu":"precognition|uathemysticclass","n":"Precognition"},{"id":17195,"c":9,"u":"precognition_uathemysticclass","p":23,"s":105,"h":1,"t":14,"uu":"precognition|uathemysticclass","d":1,"n":"Precognition; Precognitive Hunch"},{"id":17196,"c":9,"u":"precognition_uathemysticclass","p":23,"s":105,"h":1,"t":14,"uu":"precognition|uathemysticclass","d":1,"n":"Precognition; All-Around Sight"},{"id":17197,"c":9,"u":"precognition_uathemysticclass","p":23,"s":105,"h":1,"t":14,"uu":"precognition|uathemysticclass","d":1,"n":"Precognition; Danger Sense"},{"id":17198,"c":9,"u":"precognition_uathemysticclass","p":23,"s":105,"h":1,"t":14,"uu":"precognition|uathemysticclass","d":1,"n":"Precognition; Victory Before Battle"},{"id":17199,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":105,"h":1,"t":14,"uu":"psionic restoration|uathemysticclass","n":"Psionic Restoration"},{"id":17200,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":105,"h":1,"t":14,"uu":"psionic restoration|uathemysticclass","d":1,"n":"Psionic Restoration; Mend Wounds"},{"id":17201,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":105,"h":1,"t":14,"uu":"psionic restoration|uathemysticclass","d":1,"n":"Psionic Restoration; Restore Health"},{"id":17202,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":105,"h":1,"t":14,"uu":"psionic restoration|uathemysticclass","d":1,"n":"Psionic Restoration; Restore Life"},{"id":17203,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":105,"h":1,"t":14,"uu":"psionic restoration|uathemysticclass","d":1,"n":"Psionic Restoration; Restore Vigor"},{"id":17204,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psionic weapon|uathemysticclass","n":"Psionic Weapon"},{"id":17205,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psionic weapon|uathemysticclass","d":1,"n":"Psionic Weapon; Ethereal Weapon"},{"id":17206,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psionic weapon|uathemysticclass","d":1,"n":"Psionic Weapon; Lethal Strike"},{"id":17207,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psionic weapon|uathemysticclass","d":1,"n":"Psionic Weapon; Augmented Weapon"},{"id":17208,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","n":"Psychic Assault"},{"id":17209,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","d":1,"n":"Psychic Assault; Psionic Blast"},{"id":17210,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","d":1,"n":"Psychic Assault; Ego Whip"},{"id":17211,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","d":1,"n":"Psychic Assault; Id Insinuation"},{"id":17212,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","d":1,"n":"Psychic Assault; Psychic Blast"},{"id":17213,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psychic assault|uathemysticclass","d":1,"n":"Psychic Assault; Psychic Crush"},{"id":17214,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psychic disruption|uathemysticclass","n":"Psychic Disruption"},{"id":17215,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psychic disruption|uathemysticclass","d":1,"n":"Psychic Disruption; Distracting Haze"},{"id":17216,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psychic disruption|uathemysticclass","d":1,"n":"Psychic Disruption; Daze"},{"id":17217,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":105,"h":1,"t":14,"uu":"psychic disruption|uathemysticclass","d":1,"n":"Psychic Disruption; Mind Storm"},{"id":17218,"c":9,"u":"psychic%20hammer_uathemysticclass","p":28,"s":105,"h":1,"t":14,"uu":"psychic hammer|uathemysticclass","n":"Psychic Hammer"},{"id":17219,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":105,"h":1,"t":14,"uu":"psychic inquisition|uathemysticclass","n":"Psychic Inquisition"},{"id":17220,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":105,"h":1,"t":14,"uu":"psychic inquisition|uathemysticclass","d":1,"n":"Psychic Inquisition; Hammer of Inquisition"},{"id":17221,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":105,"h":1,"t":14,"uu":"psychic inquisition|uathemysticclass","d":1,"n":"Psychic Inquisition; Forceful Query"},{"id":17222,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":105,"h":1,"t":14,"uu":"psychic inquisition|uathemysticclass","d":1,"n":"Psychic Inquisition; Ransack Mind"},{"id":17223,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":105,"h":1,"t":14,"uu":"psychic inquisition|uathemysticclass","d":1,"n":"Psychic Inquisition; Phantom Idea"},{"id":17224,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":105,"h":1,"t":14,"uu":"psychic phantoms|uathemysticclass","n":"Psychic Phantoms"},{"id":17225,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":105,"h":1,"t":14,"uu":"psychic phantoms|uathemysticclass","d":1,"n":"Psychic Phantoms; Distracting Figment"},{"id":17226,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":105,"h":1,"t":14,"uu":"psychic phantoms|uathemysticclass","d":1,"n":"Psychic Phantoms; Phantom Foe"},{"id":17227,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":105,"h":1,"t":14,"uu":"psychic phantoms|uathemysticclass","d":1,"n":"Psychic Phantoms; Phantom Betrayal"},{"id":17228,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":105,"h":1,"t":14,"uu":"psychic phantoms|uathemysticclass","d":1,"n":"Psychic Phantoms; Phantom Riches"},{"id":17229,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","n":"Telepathic Contact"},{"id":17230,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","d":1,"n":"Telepathic Contact; Exacting Query"},{"id":17231,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","d":1,"n":"Telepathic Contact; Occluded Mind"},{"id":17232,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","d":1,"n":"Telepathic Contact; Broken Will"},{"id":17233,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","d":1,"n":"Telepathic Contact; Psychic Grip"},{"id":17234,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"telepathic contact|uathemysticclass","d":1,"n":"Telepathic Contact; Psychic Domination"},{"id":17235,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"third eye|uathemysticclass","n":"Third Eye"},{"id":17236,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"third eye|uathemysticclass","d":1,"n":"Third Eye; Tremorsense"},{"id":17237,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"third eye|uathemysticclass","d":1,"n":"Third Eye; Unwavering Eye"},{"id":17238,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"third eye|uathemysticclass","d":1,"n":"Third Eye; Piercing Sight"},{"id":17239,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":105,"h":1,"t":14,"uu":"third eye|uathemysticclass","d":1,"n":"Third Eye; Truesight"},{"id":17240,"c":10,"u":"dragonborn%20(chromatic)_ftd","p":10,"s":2,"h":1,"t":15,"uu":"dragonborn (chromatic)|ftd","m":"races/FTD/Chromatic Dragonborn.webp","n":"Dragonborn (Chromatic)"},{"id":17241,"c":10,"u":"dragonborn%20(gem)_ftd","p":11,"s":2,"h":1,"t":15,"uu":"dragonborn (gem)|ftd","m":"races/FTD/Gem Dragonborn.webp","n":"Dragonborn (Gem)"},{"id":17242,"c":10,"u":"dragonborn%20(metallic)_ftd","p":12,"s":2,"h":1,"t":15,"uu":"dragonborn (metallic)|ftd","m":"races/FTD/Metallic Dragonborn.webp","n":"Dragonborn (Metallic)"},{"id":17243,"c":10,"u":"aarakocra_mpmm","p":5,"s":3,"h":1,"t":15,"uu":"aarakocra|mpmm","m":"races/MPMM/Aarakocra.webp","n":"Aarakocra"},{"id":17244,"c":10,"u":"aasimar_mpmm","p":7,"s":3,"h":1,"t":15,"uu":"aasimar|mpmm","m":"races/MPMM/Aasimar.webp","n":"Aasimar"},{"id":17245,"c":10,"u":"bugbear_mpmm","p":8,"s":3,"h":1,"t":15,"uu":"bugbear|mpmm","m":"races/MPMM/Bugbear.webp","n":"Bugbear"},{"id":17246,"c":10,"u":"centaur_mpmm","p":9,"s":3,"h":1,"t":15,"uu":"centaur|mpmm","m":"races/MPMM/Centaur.webp","n":"Centaur"},{"id":17247,"c":10,"u":"changeling_mpmm","p":10,"s":3,"h":1,"t":15,"uu":"changeling|mpmm","m":"races/MPMM/Changeling.webp","n":"Changeling"},{"id":17248,"c":10,"u":"deep%20gnome_mpmm","p":11,"s":3,"h":1,"t":15,"uu":"deep gnome|mpmm","m":"races/MPMM/Deep Gnome.webp","n":"Deep Gnome"},{"id":17249,"c":10,"u":"duergar_mpmm","p":12,"s":3,"h":1,"t":15,"uu":"duergar|mpmm","m":"races/MPMM/Duergar.webp","n":"Duergar"},{"id":17250,"c":10,"u":"eladrin_mpmm","p":13,"s":3,"h":1,"t":15,"uu":"eladrin|mpmm","m":"races/MPMM/Eladrin.webp","n":"Eladrin"},{"id":17251,"c":10,"u":"fairy_mpmm","p":14,"s":3,"h":1,"t":15,"uu":"fairy|mpmm","m":"races/MPMM/Fairy.webp","n":"Fairy"},{"id":17252,"c":10,"u":"firbolg_mpmm","p":15,"s":3,"h":1,"t":15,"uu":"firbolg|mpmm","m":"races/MPMM/Firbolg.webp","n":"Firbolg"},{"id":17253,"c":10,"u":"genasi_mpmm","p":16,"s":3,"h":1,"t":15,"uu":"genasi|mpmm","m":"races/MPMM/Genasi.webp","n":"Genasi"},{"id":17254,"c":10,"u":"genasi%20(air)_mpmm","p":16,"s":3,"h":1,"t":15,"uu":"genasi (air)|mpmm","m":"races/MPMM/Genasi.webp","n":"Genasi (Air)"},{"id":17255,"c":10,"u":"genasi%20(earth)_mpmm","p":17,"s":3,"h":1,"t":15,"uu":"genasi (earth)|mpmm","m":"races/MPMM/Genasi.webp","n":"Genasi (Earth)"},{"id":17256,"c":10,"u":"genasi%20(fire)_mpmm","p":17,"s":3,"h":1,"t":15,"uu":"genasi (fire)|mpmm","m":"races/MPMM/Genasi.webp","n":"Genasi (Fire)"},{"id":17257,"c":10,"u":"genasi%20(water)_mpmm","p":17,"s":3,"h":1,"t":15,"uu":"genasi (water)|mpmm","m":"races/MPMM/Genasi.webp","n":"Genasi (Water)"},{"id":17258,"c":10,"u":"githyanki_mpmm","p":18,"s":3,"h":1,"t":15,"uu":"githyanki|mpmm","m":"races/MPMM/Githyanki.webp","n":"Githyanki"},{"id":17259,"c":10,"u":"githzerai_mpmm","p":19,"s":3,"h":1,"t":15,"uu":"githzerai|mpmm","m":"races/MPMM/Githzerai.webp","n":"Githzerai"},{"id":17260,"c":10,"u":"goblin_mpmm","p":20,"s":3,"h":1,"t":15,"uu":"goblin|mpmm","m":"races/MPMM/Goblin.webp","n":"Goblin"},{"id":17261,"c":10,"u":"goliath_mpmm","p":21,"s":3,"h":1,"t":15,"uu":"goliath|mpmm","m":"races/MPMM/Goliath.webp","n":"Goliath"},{"id":17262,"c":10,"u":"harengon_mpmm","p":22,"s":3,"h":1,"t":15,"uu":"harengon|mpmm","m":"races/MPMM/Harengon.webp","n":"Harengon"},{"id":17263,"c":10,"u":"hobgoblin_mpmm","p":23,"s":3,"h":1,"t":15,"uu":"hobgoblin|mpmm","m":"races/MPMM/Hobgoblin.webp","n":"Hobgoblin"},{"id":17264,"c":10,"u":"kenku_mpmm","p":24,"s":3,"h":1,"t":15,"uu":"kenku|mpmm","m":"races/MPMM/Kenku.webp","n":"Kenku"},{"id":17265,"c":10,"u":"kobold_mpmm","p":25,"s":3,"h":1,"t":15,"uu":"kobold|mpmm","m":"races/MPMM/Kobold.webp","n":"Kobold"},{"id":17266,"c":10,"u":"lizardfolk_mpmm","p":26,"s":3,"h":1,"t":15,"uu":"lizardfolk|mpmm","m":"races/MPMM/Lizardfolk.webp","n":"Lizardfolk"},{"id":17267,"c":10,"u":"minotaur_mpmm","p":27,"s":3,"h":1,"t":15,"uu":"minotaur|mpmm","m":"races/MPMM/Minotaur.webp","n":"Minotaur"},{"id":17268,"c":10,"u":"orc_mpmm","p":28,"s":3,"h":1,"t":15,"uu":"orc|mpmm","m":"races/MPMM/Orc.webp","n":"Orc"},{"id":17269,"c":10,"u":"satyr_mpmm","p":29,"s":3,"h":1,"t":15,"uu":"satyr|mpmm","m":"races/MPMM/Satyr.webp","n":"Satyr"},{"id":17270,"c":10,"u":"sea%20elf_mpmm","p":30,"s":3,"h":1,"t":15,"uu":"sea elf|mpmm","m":"races/MPMM/Sea Elf.webp","n":"Sea Elf"},{"id":17271,"c":10,"u":"shadar-kai_mpmm","p":31,"s":3,"h":1,"t":15,"uu":"shadar-kai|mpmm","m":"races/MPMM/Shadar-kai.webp","n":"Shadar-Kai"},{"id":17272,"c":10,"u":"shifter_mpmm","p":32,"s":3,"h":1,"t":15,"uu":"shifter|mpmm","m":"races/MPMM/Shifter.webp","n":"Shifter"},{"id":17273,"c":10,"u":"tabaxi_mpmm","p":33,"s":3,"h":1,"t":15,"uu":"tabaxi|mpmm","m":"races/MPMM/Tabaxi.webp","n":"Tabaxi"},{"id":17274,"c":10,"u":"tortle_mpmm","p":34,"s":3,"h":1,"t":15,"uu":"tortle|mpmm","m":"races/MPMM/Tortle.webp","n":"Tortle"},{"id":17275,"c":10,"u":"triton_mpmm","p":35,"s":3,"h":1,"t":15,"uu":"triton|mpmm","m":"races/MPMM/Triton.webp","n":"Triton"},{"id":17276,"c":10,"u":"yuan-ti_mpmm","p":36,"s":3,"h":1,"t":15,"uu":"yuan-ti|mpmm","m":"races/MPMM/Yuan-ti.webp","n":"Yuan-Ti"},{"id":17277,"c":10,"u":"custom%20lineage_tce","p":8,"s":4,"h":1,"t":15,"uu":"custom lineage|tce","n":"Custom Lineage"},{"id":17278,"c":10,"u":"aasimar_xphb","p":186,"s":8,"h":1,"t":15,"uu":"aasimar|xphb","m":"races/XPHB/Aasimar.webp","n":"Aasimar"},{"id":17279,"c":10,"u":"dragonborn_xphb","p":187,"s":8,"h":1,"t":15,"uu":"dragonborn|xphb","m":"races/XPHB/Dragonborn.webp","n":"Dragonborn"},{"id":17280,"c":10,"u":"dwarf_xphb","p":188,"s":8,"h":1,"t":15,"uu":"dwarf|xphb","m":"races/XPHB/Dwarf.webp","n":"Dwarf"},{"id":17281,"c":10,"u":"elf_xphb","p":189,"s":8,"h":1,"t":15,"uu":"elf|xphb","m":"races/XPHB/Elf.webp","n":"Elf"},{"id":17282,"c":10,"u":"gnome_xphb","p":191,"s":8,"h":1,"t":15,"uu":"gnome|xphb","m":"races/XPHB/Gnome.webp","n":"Gnome"},{"id":17283,"c":10,"u":"goliath_xphb","p":192,"s":8,"h":1,"t":15,"uu":"goliath|xphb","m":"races/XPHB/Goliath.webp","n":"Goliath"},{"id":17284,"c":10,"u":"halfling_xphb","p":193,"s":8,"h":1,"t":15,"uu":"halfling|xphb","m":"races/XPHB/Halfling.webp","n":"Halfling"},{"id":17285,"c":10,"u":"human_xphb","p":194,"s":8,"h":1,"t":15,"uu":"human|xphb","m":"races/XPHB/Human.webp","n":"Human"},{"id":17286,"c":10,"u":"orc_xphb","p":195,"s":8,"h":1,"t":15,"uu":"orc|xphb","m":"races/XPHB/Orc.webp","n":"Orc"},{"id":17287,"c":10,"u":"tiefling_xphb","p":197,"s":8,"h":1,"t":15,"uu":"tiefling|xphb","m":"races/XPHB/Tiefling.webp","n":"Tiefling"},{"id":17288,"c":10,"u":"astral%20elf_aag","p":10,"s":102,"h":1,"t":15,"uu":"astral elf|aag","m":"races/AAG/Astral Elf.webp","n":"Astral Elf"},{"id":17289,"c":10,"u":"autognome_aag","p":11,"s":102,"h":1,"t":15,"uu":"autognome|aag","m":"races/AAG/Autognome.webp","n":"Autognome"},{"id":17290,"c":10,"u":"giff_aag","p":12,"s":102,"h":1,"t":15,"uu":"giff|aag","m":"races/AAG/Giff.webp","n":"Giff"},{"id":17291,"c":10,"u":"hadozee_aag","p":13,"s":102,"h":1,"t":15,"uu":"hadozee|aag","m":"races/AAG/Hadozee.webp","n":"Hadozee"},{"id":17292,"c":10,"u":"plasmoid_aag","p":14,"s":102,"h":1,"t":15,"uu":"plasmoid|aag","m":"races/AAG/Plasmoid.webp","n":"Plasmoid"},{"id":17293,"c":10,"u":"thri-kreen_aag","p":15,"s":102,"h":1,"t":15,"uu":"thri-kreen|aag","m":"races/AAG/Thri-kreen.webp","n":"Thri-kreen"},{"id":17294,"c":10,"u":"verdan_ai","p":72,"s":15,"h":1,"t":15,"uu":"verdan|ai","m":"races/AI/Verdan.webp","n":"Verdan"},{"id":17295,"c":10,"u":"aarakocra_dmg","p":282,"s":24,"h":1,"t":15,"uu":"aarakocra|dmg","n":"Aarakocra"},{"id":17296,"c":10,"u":"aasimar_dmg","p":286,"s":24,"h":1,"t":15,"uu":"aasimar|dmg","n":"Aasimar"},{"id":17297,"c":10,"u":"bullywug_dmg","p":282,"s":24,"h":1,"t":15,"uu":"bullywug|dmg","n":"Bullywug"},{"id":17298,"c":10,"u":"gnoll_dmg","p":282,"s":24,"h":1,"t":15,"uu":"gnoll|dmg","n":"Gnoll"},{"id":17299,"c":10,"u":"gnome%20(deep)_dmg","p":282,"s":24,"h":1,"t":15,"uu":"gnome (deep)|dmg","n":"Gnome (Deep)"},{"id":17300,"c":10,"u":"goblin_dmg","p":282,"s":24,"h":1,"t":15,"uu":"goblin|dmg","n":"Goblin"},{"id":17301,"c":10,"u":"grimlock_dmg","p":282,"s":24,"h":1,"t":15,"uu":"grimlock|dmg","n":"Grimlock"},{"id":17302,"c":10,"u":"hobgoblin_dmg","p":282,"s":24,"h":1,"t":15,"uu":"hobgoblin|dmg","n":"Hobgoblin"},{"id":17303,"c":10,"u":"kenku_dmg","p":282,"s":24,"h":1,"t":15,"uu":"kenku|dmg","n":"Kenku"},{"id":17304,"c":10,"u":"kobold_dmg","p":282,"s":24,"h":1,"t":15,"uu":"kobold|dmg","n":"Kobold"},{"id":17305,"c":10,"u":"kuo-toa_dmg","p":282,"s":24,"h":1,"t":15,"uu":"kuo-toa|dmg","n":"Kuo-Toa"},{"id":17306,"c":10,"u":"lizardfolk_dmg","p":282,"s":24,"h":1,"t":15,"uu":"lizardfolk|dmg","n":"Lizardfolk"},{"id":17307,"c":10,"u":"merfolk_dmg","p":282,"s":24,"h":1,"t":15,"uu":"merfolk|dmg","n":"Merfolk"},{"id":17308,"c":10,"u":"orc_dmg","p":282,"s":24,"h":1,"t":15,"uu":"orc|dmg","n":"Orc"},{"id":17309,"c":10,"u":"skeleton_dmg","p":282,"s":24,"h":1,"t":15,"uu":"skeleton|dmg","n":"Skeleton"},{"id":17310,"c":10,"u":"troglodyte_dmg","p":282,"s":24,"h":1,"t":15,"uu":"troglodyte|dmg","n":"Troglodyte"},{"id":17311,"c":10,"u":"zombie_dmg","p":282,"s":24,"h":1,"t":15,"uu":"zombie|dmg","n":"Zombie"},{"id":17312,"c":10,"u":"kender_dsotdq","p":27,"s":27,"h":1,"t":15,"uu":"kender|dsotdq","m":"races/DSotDQ/Kender.webp","n":"Kender"},{"id":17313,"c":10,"u":"aarakocra_eepc","p":5,"s":118,"h":1,"t":15,"uu":"aarakocra|eepc","m":"races/EEPC/Aarakocra.webp","n":"Aarakocra"},{"id":17314,"c":10,"u":"genasi_eepc","p":9,"s":118,"h":1,"t":15,"uu":"genasi|eepc","m":"races/EEPC/Genasi.webp","n":"Genasi"},{"id":17315,"c":10,"u":"genasi%20(air)_eepc","p":9,"s":118,"h":1,"t":15,"uu":"genasi (air)|eepc","m":"races/EEPC/Genasi.webp","n":"Genasi (Air)"},{"id":17316,"c":10,"u":"genasi%20(earth)_eepc","p":9,"s":118,"h":1,"t":15,"uu":"genasi (earth)|eepc","m":"races/EEPC/Genasi.webp","n":"Genasi (Earth)"},{"id":17317,"c":10,"u":"genasi%20(fire)_eepc","p":9,"s":118,"h":1,"t":15,"uu":"genasi (fire)|eepc","m":"races/EEPC/Genasi.webp","n":"Genasi (Fire)"},{"id":17318,"c":10,"u":"genasi%20(water)_eepc","p":10,"s":118,"h":1,"t":15,"uu":"genasi (water)|eepc","m":"races/EEPC/Genasi.webp","n":"Genasi (Water)"},{"id":17319,"c":10,"u":"orc_egw","p":178,"s":28,"h":1,"dP":1,"t":15,"uu":"orc|egw","n":"Orc"},{"id":17320,"c":10,"u":"bugbear_erlw","p":25,"s":29,"h":1,"t":15,"uu":"bugbear|erlw","m":"races/ERLW/Goblinoids.webp","n":"Bugbear"},{"id":17321,"c":10,"u":"changeling_erlw","p":17,"s":29,"h":1,"t":15,"uu":"changeling|erlw","m":"races/ERLW/Changeling.webp","n":"Changeling"},{"id":17322,"c":10,"u":"goblin_erlw","p":26,"s":29,"h":1,"t":15,"uu":"goblin|erlw","m":"races/ERLW/Goblinoids.webp","n":"Goblin"},{"id":17323,"c":10,"u":"hobgoblin_erlw","p":26,"s":29,"h":1,"t":15,"uu":"hobgoblin|erlw","m":"races/ERLW/Goblinoids.webp","n":"Hobgoblin"},{"id":17324,"c":10,"u":"kalashtar_erlw","p":29,"s":29,"h":1,"t":15,"uu":"kalashtar|erlw","m":"races/ERLW/Kalashtar.webp","n":"Kalashtar"},{"id":17325,"c":10,"u":"orc_erlw","p":31,"s":29,"h":1,"t":15,"uu":"orc|erlw","n":"Orc"},{"id":17326,"c":10,"u":"shifter_erlw","p":33,"s":29,"h":1,"t":15,"uu":"shifter|erlw","m":"races/ERLW/Shifter 001.webp","n":"Shifter"},{"id":17327,"c":10,"u":"shifter%20(beasthide)_erlw","p":34,"s":29,"h":1,"t":15,"uu":"shifter (beasthide)|erlw","m":"races/ERLW/Shifter 001.webp","n":"Shifter (Beasthide)"},{"id":17328,"c":10,"u":"shifter%20(longtooth)_erlw","p":34,"s":29,"h":1,"t":15,"uu":"shifter (longtooth)|erlw","m":"races/ERLW/Shifter 001.webp","n":"Shifter (Longtooth)"},{"id":17329,"c":10,"u":"shifter%20(swiftstride)_erlw","p":34,"s":29,"h":1,"t":15,"uu":"shifter (swiftstride)|erlw","m":"races/ERLW/Shifter 001.webp","n":"Shifter (Swiftstride)"},{"id":17330,"c":10,"u":"shifter%20(wildhunt)_erlw","p":34,"s":29,"h":1,"t":15,"uu":"shifter (wildhunt)|erlw","m":"races/ERLW/Shifter (Wildhunt).webp","n":"Shifter (Wildhunt)"},{"id":17331,"c":10,"u":"warforged_erlw","p":35,"s":29,"h":1,"t":15,"uu":"warforged|erlw","m":"races/ERLW/Warforged.webp","n":"Warforged"},{"id":17332,"c":10,"u":"centaur_ggr","p":15,"s":31,"h":1,"t":15,"uu":"centaur|ggr","m":"races/GGR/Centaur.webp","n":"Centaur"},{"id":17333,"c":10,"u":"goblin_ggr","p":16,"s":31,"h":1,"t":15,"uu":"goblin|ggr","n":"Goblin"},{"id":17334,"c":10,"u":"loxodon_ggr","p":17,"s":31,"h":1,"t":15,"uu":"loxodon|ggr","m":"races/GGR/Loxodon.webp","n":"Loxodon"},{"id":17335,"c":10,"u":"minotaur_ggr","p":18,"s":31,"h":1,"t":15,"uu":"minotaur|ggr","m":"races/GGR/Minotaur.webp","n":"Minotaur"},{"id":17336,"c":10,"u":"simic%20hybrid_ggr","p":20,"s":31,"h":1,"t":15,"uu":"simic hybrid|ggr","m":"races/GGR/Simic Hybrid.webp","n":"Simic Hybrid"},{"id":17337,"c":10,"u":"vedalken_ggr","p":21,"s":31,"h":1,"t":15,"uu":"vedalken|ggr","m":"races/GGR/Vedalken.webp","n":"Vedalken"},{"id":17338,"c":10,"u":"centaur_mot","p":18,"s":45,"h":1,"t":15,"uu":"centaur|mot","m":"races/MOT/Lagonna Band Centaur.webp","n":"Centaur"},{"id":17339,"c":10,"u":"leonin_mot","p":20,"s":45,"h":1,"t":15,"uu":"leonin|mot","m":"races/MOT/Leonin.webp","n":"Leonin"},{"id":17340,"c":10,"u":"minotaur_mot","p":22,"s":45,"h":1,"t":15,"uu":"minotaur|mot","m":"races/MOT/Minotaur.webp","n":"Minotaur"},{"id":17341,"c":10,"u":"satyr_mot","p":24,"s":45,"h":1,"t":15,"uu":"satyr|mot","m":"races/MOT/Satyr.webp","n":"Satyr"},{"id":17342,"c":10,"u":"triton_mot","p":26,"s":45,"h":1,"t":15,"uu":"triton|mot","m":"races/MOT/Triton.webp","n":"Triton"},{"id":17343,"c":10,"u":"gith_mtf","p":96,"s":47,"h":1,"t":15,"uu":"gith|mtf","n":"Gith"},{"id":17344,"c":10,"u":"gith%20(githyanki)_mtf","p":96,"s":47,"h":1,"t":15,"uu":"gith (githyanki)|mtf","m":"races/MTF/Githyanki.webp","n":"Gith (Githyanki)"},{"id":17345,"c":10,"u":"gith%20(githzerai)_mtf","p":96,"s":47,"h":1,"t":15,"uu":"gith (githzerai)|mtf","n":"Gith (Githzerai)"},{"id":17346,"c":10,"u":"dragonborn%20(base)_phb","p":32,"s":51,"h":1,"r":1,"t":15,"uu":"dragonborn (base)|phb","m":"races/PHB/Dragonborn.webp","n":"Dragonborn (Base)"},{"id":17347,"c":10,"u":"dragonborn_phb","p":32,"s":51,"h":1,"r":1,"t":15,"uu":"dragonborn|phb","m":"races/PHB/Dragonborn.webp","n":"Dragonborn"},{"id":17348,"c":10,"u":"dragonborn%20(draconblood)_egw","p":168,"s":28,"h":1,"dP":1,"t":15,"uu":"dragonborn (draconblood)|egw","m":"races/EGW/Dragonborn (Draconblood).webp","n":"Dragonborn (Draconblood)"},{"id":17349,"c":10,"u":"dragonborn%20(ravenite)_egw","p":168,"s":28,"h":1,"dP":1,"t":15,"uu":"dragonborn (ravenite)|egw","m":"races/EGW/Dragonborn (Ravenite).webp","n":"Dragonborn (Ravenite)"},{"id":17350,"c":10,"u":"dwarf_phb","p":18,"s":51,"h":1,"r":1,"t":15,"uu":"dwarf|phb","m":"races/PHB/Dwarf.webp","n":"Dwarf"},{"id":17351,"c":10,"u":"dwarf%20(duergar)_mtf","p":81,"s":47,"h":1,"t":15,"uu":"dwarf (duergar)|mtf","n":"Dwarf (Duergar)"},{"id":17352,"c":10,"u":"dwarf%20(hill)_phb","p":20,"s":51,"h":1,"r":1,"t":15,"uu":"dwarf (hill)|phb","m":"races/PHB/Dwarf.webp","n":"Dwarf (Hill)"},{"id":17353,"c":10,"u":"dwarf%20(mark%20of%20warding)_erlw","p":51,"s":29,"h":1,"t":15,"uu":"dwarf (mark of warding)|erlw","n":"Dwarf (Mark of Warding)"},{"id":17354,"c":10,"u":"dwarf%20(mountain)_phb","p":20,"s":51,"h":1,"t":15,"uu":"dwarf (mountain)|phb","m":"races/PHB/Dwarf.webp","n":"Dwarf (Mountain)"},{"id":17355,"c":10,"u":"elf_phb","p":21,"s":51,"h":1,"r":1,"t":15,"uu":"elf|phb","m":"races/PHB/Elf.webp","n":"Elf"},{"id":17356,"c":10,"u":"elf%20(drow)_phb","p":24,"s":51,"h":1,"t":15,"uu":"elf (drow)|phb","n":"Elf (Drow)"},{"id":17357,"c":10,"u":"elf%20(drow)_phb","p":24,"s":51,"h":1,"t":15,"uu":"elf (drow)|phb","n":"Elf (Dark)"},{"id":17358,"c":10,"u":"elf%20(eladrin)_dmg","p":286,"s":24,"h":1,"t":15,"uu":"elf (eladrin)|dmg","n":"Elf (Eladrin)"},{"id":17359,"c":10,"u":"elf%20(eladrin)_mtf","p":61,"s":47,"h":1,"t":15,"uu":"elf (eladrin)|mtf","m":"races/PHB/Elf.webp","n":"Elf (Eladrin)"},{"id":17360,"c":10,"u":"elf%20(high)_phb","p":23,"s":51,"h":1,"r":1,"t":15,"uu":"elf (high)|phb","m":"races/PHB/Elf.webp","n":"Elf (High)"},{"id":17361,"c":10,"u":"elf%20(mark%20of%20shadow)_erlw","p":49,"s":29,"h":1,"t":15,"uu":"elf (mark of shadow)|erlw","n":"Elf (Mark of Shadow)"},{"id":17362,"c":10,"u":"elf%20(pallid)_egw","p":21,"s":28,"h":1,"dP":1,"t":15,"uu":"elf (pallid)|egw","m":"races/EGW/Elf (Pallid).webp","n":"Elf (Pallid)"},{"id":17363,"c":10,"u":"elf%20(sea)_mtf","p":62,"s":47,"h":1,"t":15,"uu":"elf (sea)|mtf","n":"Elf (Sea)"},{"id":17364,"c":10,"u":"elf%20(shadar-kai)_mtf","p":62,"s":47,"h":1,"t":15,"uu":"elf (shadar-kai)|mtf","n":"Elf (Shadar-kai)"},{"id":17365,"c":10,"u":"elf%20(wood)_phb","p":24,"s":51,"h":1,"t":15,"uu":"elf (wood)|phb","m":"races/PHB/Elf.webp","n":"Elf (Wood)"},{"id":17366,"c":10,"u":"gnome_phb","p":35,"s":51,"h":1,"r":1,"t":15,"uu":"gnome|phb","m":"races/PHB/Gnome.webp","n":"Gnome"},{"id":17367,"c":10,"u":"gnome%20(deep)_mtf","p":113,"s":47,"h":1,"t":15,"uu":"gnome (deep)|mtf","n":"Gnome (Deep)"},{"id":17368,"c":10,"u":"gnome%20(deep%2fsvirfneblin)_scag","p":115,"s":106,"h":1,"t":15,"uu":"gnome (deep/svirfneblin)|scag","n":"Gnome (Deep/Svirfneblin)"},{"id":17369,"c":10,"u":"gnome%20(forest)_phb","p":37,"s":51,"h":1,"t":15,"uu":"gnome (forest)|phb","m":"races/PHB/Gnome.webp","n":"Gnome (Forest)"},{"id":17370,"c":10,"u":"gnome%20(mark%20of%20scribing)_erlw","p":47,"s":29,"h":1,"t":15,"uu":"gnome (mark of scribing)|erlw","n":"Gnome (Mark of Scribing)"},{"id":17371,"c":10,"u":"gnome%20(rock)_phb","p":37,"s":51,"h":1,"r":1,"t":15,"uu":"gnome (rock)|phb","m":"races/PHB/Gnome.webp","n":"Gnome (Rock)"},{"id":17372,"c":10,"u":"half-elf%20(base)_phb","p":38,"s":51,"h":1,"r":1,"t":15,"uu":"half-elf (base)|phb","m":"races/PHB/Half-Elf.webp","n":"Half-Elf (Base)"},{"id":17373,"c":10,"u":"half-elf_phb","p":38,"s":51,"h":1,"r":1,"t":15,"uu":"half-elf|phb","m":"races/PHB/Half-Elf.webp","n":"Half-Elf"},{"id":17374,"c":10,"u":"half-elf%20(variant%3b%20aquatic%20elf%20descent)_scag","p":116,"s":106,"h":1,"t":15,"uu":"half-elf (variant; aquatic elf descent)|scag","n":"Half-Elf (Variant; Aquatic Elf Descent)"},{"id":17375,"c":10,"u":"half-elf%20(variant%3b%20drow%20descent)_scag","p":116,"s":106,"h":1,"t":15,"uu":"half-elf (variant; drow descent)|scag","n":"Half-Elf (Variant; Drow Descent)"},{"id":17376,"c":10,"u":"half-elf%20(variant%3b%20mark%20of%20detection)_erlw","p":40,"s":29,"h":1,"t":15,"uu":"half-elf (variant; mark of detection)|erlw","n":"Half-Elf (Variant; Mark of Detection)"},{"id":17377,"c":10,"u":"half-elf%20(variant%3b%20mark%20of%20storm)_erlw","p":50,"s":29,"h":1,"t":15,"uu":"half-elf (variant; mark of storm)|erlw","n":"Half-Elf (Variant; Mark of Storm)"},{"id":17378,"c":10,"u":"half-elf%20(variant%3b%20moon%20elf%20or%20sun%20elf%20descent)_scag","p":116,"s":106,"h":1,"t":15,"uu":"half-elf (variant; moon elf or sun elf descent)|scag","n":"Half-Elf (Variant; Moon Elf or Sun Elf Descent)"},{"id":17379,"c":10,"u":"half-elf%20(variant%3b%20wood%20elf%20descent)_scag","p":116,"s":106,"h":1,"t":15,"uu":"half-elf (variant; wood elf descent)|scag","n":"Half-Elf (Variant; Wood Elf Descent)"},{"id":17380,"c":10,"u":"half-orc%20(base)_phb","p":40,"s":51,"h":1,"r":1,"t":15,"uu":"half-orc (base)|phb","m":"races/PHB/Half-Orc.webp","n":"Half-Orc (Base)"},{"id":17381,"c":10,"u":"half-orc_phb","p":40,"s":51,"h":1,"r":1,"t":15,"uu":"half-orc|phb","m":"races/PHB/Half-Orc.webp","n":"Half-Orc"},{"id":17382,"c":10,"u":"half-orc%20(variant%3b%20mark%20of%20finding)_erlw","p":41,"s":29,"h":1,"t":15,"uu":"half-orc (variant; mark of finding)|erlw","n":"Half-Orc (Variant; Mark of Finding)"},{"id":17383,"c":10,"u":"halfling_phb","p":26,"s":51,"h":1,"r":1,"t":15,"uu":"halfling|phb","m":"races/PHB/Halfling.webp","n":"Halfling"},{"id":17384,"c":10,"u":"halfling%20(ghostwise)_scag","p":110,"s":106,"h":1,"t":15,"uu":"halfling (ghostwise)|scag","m":"races/PHB/Halfling.webp","n":"Halfling (Ghostwise)"},{"id":17385,"c":10,"u":"halfling%20(lightfoot)_phb","p":28,"s":51,"h":1,"r":1,"t":15,"uu":"halfling (lightfoot)|phb","m":"races/PHB/Halfling.webp","n":"Halfling (Lightfoot)"},{"id":17386,"c":10,"u":"halfling%20(lotusden)_egw","p":164,"s":28,"h":1,"dP":1,"t":15,"uu":"halfling (lotusden)|egw","m":"races/EGW/Halfling (Lotusden).webp","n":"Halfling (Lotusden)"},{"id":17387,"c":10,"u":"halfling%20(mark%20of%20healing)_erlw","p":43,"s":29,"h":1,"t":15,"uu":"halfling (mark of healing)|erlw","n":"Halfling (Mark of Healing)"},{"id":17388,"c":10,"u":"halfling%20(mark%20of%20hospitality)_erlw","p":44,"s":29,"h":1,"t":15,"uu":"halfling (mark of hospitality)|erlw","n":"Halfling (Mark of Hospitality)"},{"id":17389,"c":10,"u":"halfling%20(stout)_phb","p":28,"s":51,"h":1,"t":15,"uu":"halfling (stout)|phb","m":"races/PHB/Halfling.webp","n":"Halfling (Stout)"},{"id":17390,"c":10,"u":"human%20(base)_phb","p":29,"s":51,"h":1,"r":1,"t":15,"uu":"human (base)|phb","m":"races/PHB/Human.webp","n":"Human (Base)"},{"id":17391,"c":10,"u":"human_phb","p":29,"s":51,"h":1,"r":1,"t":15,"uu":"human|phb","m":"races/PHB/Human.webp","n":"Human"},{"id":17392,"c":10,"u":"human%20(keldon)_psd","p":19,"s":95,"h":1,"t":15,"uu":"human (keldon)|psd","m":"races/PSD/Keldon.webp","n":"Human (Keldon)"},{"id":17393,"c":10,"u":"human%20(mark%20of%20handling)_erlw","p":42,"s":29,"h":1,"t":15,"uu":"human (mark of handling)|erlw","n":"Human (Mark of Handling)"},{"id":17394,"c":10,"u":"human%20(mark%20of%20making)_erlw","p":45,"s":29,"h":1,"t":15,"uu":"human (mark of making)|erlw","n":"Human (Mark of Making)"},{"id":17395,"c":10,"u":"human%20(mark%20of%20passage)_erlw","p":46,"s":29,"h":1,"t":15,"uu":"human (mark of passage)|erlw","n":"Human (Mark of Passage)"},{"id":17396,"c":10,"u":"human%20(mark%20of%20sentinel)_erlw","p":48,"s":29,"h":1,"t":15,"uu":"human (mark of sentinel)|erlw","n":"Human (Mark of Sentinel)"},{"id":17397,"c":10,"u":"human%20(variant)_phb","p":31,"s":51,"h":1,"t":15,"uu":"human (variant)|phb","n":"Human (Variant)"},{"id":17398,"c":10,"u":"human%20(variant%3b%20mark%20of%20finding)_erlw","p":41,"s":29,"h":1,"t":15,"uu":"human (variant; mark of finding)|erlw","n":"Human (Variant; Mark of Finding)"},{"id":17399,"c":10,"u":"tiefling%20(base)_phb","p":42,"s":51,"h":1,"r":1,"t":15,"uu":"tiefling (base)|phb","m":"races/PHB/Tiefling.webp","n":"Tiefling (Base)"},{"id":17400,"c":10,"u":"tiefling_phb","p":42,"s":51,"h":1,"r":1,"t":15,"uu":"tiefling|phb","m":"races/PHB/Tiefling.webp","n":"Tiefling"},{"id":17401,"c":10,"u":"tiefling%20(asmodeus)_mtf","p":21,"s":47,"h":1,"t":15,"uu":"tiefling (asmodeus)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Asmodeus)"},{"id":17402,"c":10,"u":"tiefling%20(baalzebul)_mtf","p":21,"s":47,"h":1,"t":15,"uu":"tiefling (baalzebul)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Baalzebul)"},{"id":17403,"c":10,"u":"tiefling%20(dispater)_mtf","p":21,"s":47,"h":1,"t":15,"uu":"tiefling (dispater)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Dispater)"},{"id":17404,"c":10,"u":"tiefling%20(fierna)_mtf","p":21,"s":47,"h":1,"t":15,"uu":"tiefling (fierna)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Fierna)"},{"id":17405,"c":10,"u":"tiefling%20(glasya)_mtf","p":22,"s":47,"h":1,"t":15,"uu":"tiefling (glasya)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Glasya)"},{"id":17406,"c":10,"u":"tiefling%20(levistus)_mtf","p":22,"s":47,"h":1,"t":15,"uu":"tiefling (levistus)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Levistus)"},{"id":17407,"c":10,"u":"tiefling%20(mammon)_mtf","p":22,"s":47,"h":1,"t":15,"uu":"tiefling (mammon)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Mammon)"},{"id":17408,"c":10,"u":"tiefling%20(mephistopheles)_mtf","p":23,"s":47,"h":1,"t":15,"uu":"tiefling (mephistopheles)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Mephistopheles)"},{"id":17409,"c":10,"u":"tiefling%20(variant%3b%20devil's%20tongue)_scag","p":118,"s":106,"h":1,"t":15,"uu":"tiefling (variant; devil's tongue)|scag","m":"races/SCAG/Feral Tiefling.webp","n":"Tiefling (Variant; Devil's Tongue)"},{"id":17410,"c":10,"u":"tiefling%20(variant%3b%20hellfire)_scag","p":118,"s":106,"h":1,"t":15,"uu":"tiefling (variant; hellfire)|scag","m":"races/SCAG/Feral Tiefling.webp","n":"Tiefling (Variant; Hellfire)"},{"id":17411,"c":10,"u":"tiefling%20(variant%3b%20infernal%20legacy)_scag","p":118,"s":106,"h":1,"t":15,"uu":"tiefling (variant; infernal legacy)|scag","m":"races/SCAG/Feral Tiefling.webp","n":"Tiefling (Variant; Infernal Legacy)"},{"id":17412,"c":10,"u":"tiefling%20(variant%3b%20winged)_scag","p":118,"s":106,"h":1,"t":15,"uu":"tiefling (variant; winged)|scag","m":"races/SCAG/Feral Tiefling.webp","n":"Tiefling (Variant; Winged)"},{"id":17413,"c":10,"u":"tiefling%20(zariel)_mtf","p":23,"s":47,"h":1,"t":15,"uu":"tiefling (zariel)|mtf","m":"races/PHB/Tiefling.webp","n":"Tiefling (Zariel)"},{"id":17414,"c":10,"u":"owlin_scc","p":29,"s":56,"h":1,"t":15,"uu":"owlin|scc","m":"races/SCC/Owlin.webp","n":"Owlin"},{"id":17415,"c":10,"u":"aasimar_vgm","p":104,"s":66,"h":1,"t":15,"uu":"aasimar|vgm","m":"races/VGM/Aasimar.webp","n":"Aasimar"},{"id":17416,"c":10,"u":"aasimar%20(fallen)_vgm","p":105,"s":66,"h":1,"t":15,"uu":"aasimar (fallen)|vgm","m":"races/VGM/Aasimar.webp","n":"Aasimar (Fallen)"},{"id":17417,"c":10,"u":"aasimar%20(protector)_vgm","p":105,"s":66,"h":1,"t":15,"uu":"aasimar (protector)|vgm","m":"races/VGM/Aasimar.webp","n":"Aasimar (Protector)"},{"id":17418,"c":10,"u":"aasimar%20(scourge)_vgm","p":105,"s":66,"h":1,"t":15,"uu":"aasimar (scourge)|vgm","m":"races/VGM/Aasimar.webp","n":"Aasimar (Scourge)"},{"id":17419,"c":10,"u":"bugbear_vgm","p":119,"s":66,"h":1,"t":15,"uu":"bugbear|vgm","m":"races/VGM/Bugbear.webp","n":"Bugbear"},{"id":17420,"c":10,"u":"firbolg_vgm","p":107,"s":66,"h":1,"t":15,"uu":"firbolg|vgm","m":"races/VGM/Firbolg.webp","n":"Firbolg"},{"id":17421,"c":10,"u":"goblin_vgm","p":119,"s":66,"h":1,"t":15,"uu":"goblin|vgm","m":"races/VGM/Goblin.webp","n":"Goblin"},{"id":17422,"c":10,"u":"goliath_vgm","p":108,"s":66,"h":1,"t":15,"uu":"goliath|vgm","m":"races/VGM/Goliath.webp","n":"Goliath"},{"id":17423,"c":10,"u":"hobgoblin_vgm","p":119,"s":66,"h":1,"t":15,"uu":"hobgoblin|vgm","m":"races/VGM/Hobgoblin.webp","n":"Hobgoblin"},{"id":17424,"c":10,"u":"kenku_vgm","p":109,"s":66,"h":1,"t":15,"uu":"kenku|vgm","m":"races/VGM/Kenku.webp","n":"Kenku"},{"id":17425,"c":10,"u":"kobold_vgm","p":119,"s":66,"h":1,"t":15,"uu":"kobold|vgm","m":"races/VGM/Kobold.webp","n":"Kobold"},{"id":17426,"c":10,"u":"lizardfolk_vgm","p":111,"s":66,"h":1,"t":15,"uu":"lizardfolk|vgm","m":"races/VGM/Lizardfolk.webp","n":"Lizardfolk"},{"id":17427,"c":10,"u":"orc_vgm","p":120,"s":66,"h":1,"t":15,"uu":"orc|vgm","m":"races/VGM/Orc.webp","n":"Orc"},{"id":17428,"c":10,"u":"tabaxi_vgm","p":113,"s":66,"h":1,"t":15,"uu":"tabaxi|vgm","m":"races/VGM/Tabaxi.webp","n":"Tabaxi"},{"id":17429,"c":10,"u":"triton_vgm","p":115,"s":66,"h":1,"t":15,"uu":"triton|vgm","m":"races/VGM/Triton.webp","n":"Triton"},{"id":17430,"c":10,"u":"yuan-ti%20pureblood_vgm","p":120,"s":66,"h":1,"t":15,"uu":"yuan-ti pureblood|vgm","m":"races/VGM/Yuan-ti Pureblood.webp","n":"Yuan-ti Pureblood"},{"id":17431,"c":10,"u":"dhampir_vrgr","p":16,"s":67,"h":1,"t":15,"uu":"dhampir|vrgr","m":"races/VRGR/Dhampir.webp","n":"Dhampir"},{"id":17432,"c":10,"u":"hexblood_vrgr","p":18,"s":67,"h":1,"t":15,"uu":"hexblood|vrgr","m":"races/VRGR/Hexblood.webp","n":"Hexblood"},{"id":17433,"c":10,"u":"reborn_vrgr","p":20,"s":67,"h":1,"t":15,"uu":"reborn|vrgr","m":"races/VRGR/Reborn.webp","n":"Reborn"},{"id":17434,"c":10,"u":"fairy_wbtw","p":12,"s":68,"h":1,"t":15,"uu":"fairy|wbtw","m":"races/WBtW/Fairy.webp","n":"Fairy"},{"id":17435,"c":10,"u":"harengon_wbtw","p":13,"s":68,"h":1,"t":15,"uu":"harengon|wbtw","m":"races/WBtW/Harengon.webp","n":"Harengon"},{"id":17436,"c":10,"u":"goblin%20(dankwood)_awm","p":35,"s":76,"h":1,"t":15,"uu":"goblin (dankwood)|awm","n":"Goblin (Dankwood)"},{"id":17437,"c":10,"u":"locathah_lr","p":24,"s":81,"h":1,"t":15,"uu":"locathah|lr","m":"races/LR/Locathah.webp","n":"Locathah"},{"id":17438,"c":10,"u":"grung_oga","p":4,"s":115,"h":1,"t":15,"uu":"grung|oga","n":"Grung"},{"id":17439,"c":10,"u":"aven_psa","p":15,"s":94,"h":1,"t":15,"uu":"aven|psa","m":"races/PSA/Aven.webp","n":"Aven"},{"id":17440,"c":10,"u":"aven%20(hawk-headed)_psa","p":16,"s":94,"h":1,"t":15,"uu":"aven (hawk-headed)|psa","m":"races/PSA/Aven.webp","n":"Aven (Hawk-Headed)"},{"id":17441,"c":10,"u":"aven%20(ibis-headed)_psa","p":16,"s":94,"h":1,"t":15,"uu":"aven (ibis-headed)|psa","m":"races/PSA/Aven.webp","n":"Aven (Ibis-Headed)"},{"id":17442,"c":10,"u":"human%20(amonkhet)_psa","p":14,"s":94,"h":1,"t":15,"uu":"human (amonkhet)|psa","m":"races/PSA/Human (Amonkhet).webp","n":"Human (Amonkhet)"},{"id":17443,"c":10,"u":"khenra_psa","p":17,"s":94,"h":1,"t":15,"uu":"khenra|psa","m":"races/PSA/Khenra.webp","n":"Khenra"},{"id":17444,"c":10,"u":"minotaur%20(amonkhet)_psa","p":19,"s":94,"h":1,"t":15,"uu":"minotaur (amonkhet)|psa","m":"races/PSA/Minotaur (Amonkhet).webp","n":"Minotaur (Amonkhet)"},{"id":17445,"c":10,"u":"naga_psa","p":21,"s":94,"h":1,"t":15,"uu":"naga|psa","m":"races/PSA/Naga.webp","n":"Naga"},{"id":17446,"c":10,"u":"aven_psd","p":6,"s":95,"h":1,"t":15,"uu":"aven|psd","m":"races/PSD/Aven.webp","n":"Aven"},{"id":17447,"c":10,"u":"human%20(innistrad)_psi","p":8,"s":96,"h":1,"t":15,"uu":"human (innistrad)|psi","m":"races/PSI/Innistrad.webp","n":"Human (Innistrad)"},{"id":17448,"c":10,"u":"human%20(innistrad%3b%20gavony)_psi","p":8,"s":96,"h":1,"t":15,"uu":"human (innistrad; gavony)|psi","m":"races/PSI/Innistrad.webp","n":"Human (Innistrad; Gavony)"},{"id":17449,"c":10,"u":"human%20(innistrad%3b%20kessig)_psi","p":8,"s":96,"h":1,"t":15,"uu":"human (innistrad; kessig)|psi","m":"races/PSI/Innistrad.webp","n":"Human (Innistrad; Kessig)"},{"id":17450,"c":10,"u":"human%20(innistrad%3b%20nephalia)_psi","p":8,"s":96,"h":1,"t":15,"uu":"human (innistrad; nephalia)|psi","m":"races/PSI/Innistrad.webp","n":"Human (Innistrad; Nephalia)"},{"id":17451,"c":10,"u":"human%20(innistrad%3b%20stensia)_psi","p":8,"s":96,"h":1,"t":15,"uu":"human (innistrad; stensia)|psi","m":"races/PSI/Innistrad.webp","n":"Human (Innistrad; Stensia)"},{"id":17452,"c":10,"u":"aetherborn_psk","p":17,"s":97,"h":1,"t":15,"uu":"aetherborn|psk","m":"races/PSK/Aetherborn.webp","n":"Aetherborn"},{"id":17453,"c":10,"u":"dwarf%20(kaladesh)_psk","p":19,"s":97,"h":1,"t":15,"uu":"dwarf (kaladesh)|psk","m":"races/PSK/Dwarf.webp","n":"Dwarf (Kaladesh)"},{"id":17454,"c":10,"u":"elf%20(kaladesh)_psk","p":20,"s":97,"h":1,"t":15,"uu":"elf (kaladesh)|psk","m":"races/PSK/Elf.webp","n":"Elf (Kaladesh)"},{"id":17455,"c":10,"u":"elf%20(kaladesh%3b%20bishatar%20and%20tirahar)_psk","p":21,"s":97,"h":1,"t":15,"uu":"elf (kaladesh; bishatar and tirahar)|psk","m":"races/PSK/Elf.webp","n":"Elf (Kaladesh; Bishatar and Tirahar)"},{"id":17456,"c":10,"u":"elf%20(kaladesh%3b%20vahadar)_psk","p":21,"s":97,"h":1,"t":15,"uu":"elf (kaladesh; vahadar)|psk","m":"races/PSK/Elf.webp","n":"Elf (Kaladesh; Vahadar)"},{"id":17457,"c":10,"u":"human%20(kaladesh)_psk","p":22,"s":97,"h":1,"t":15,"uu":"human (kaladesh)|psk","m":"races/PSK/Human.webp","n":"Human (Kaladesh)"},{"id":17458,"c":10,"u":"vedalken_psk","p":23,"s":97,"h":1,"t":15,"uu":"vedalken|psk","m":"races/PSK/Vedalken.webp","n":"Vedalken"},{"id":17459,"c":10,"u":"human%20(ixalan)_psx","p":11,"s":98,"h":1,"t":15,"uu":"human (ixalan)|psx","m":"races/PSX/Human.webp","n":"Human (Ixalan)"},{"id":17460,"c":10,"u":"orc%20(ixalan)_psx","p":15,"s":98,"h":1,"t":15,"uu":"orc (ixalan)|psx","m":"races/PSX/Orc.webp","n":"Orc (Ixalan)"},{"id":17461,"c":10,"u":"siren_psx","p":17,"s":98,"h":1,"t":15,"uu":"siren|psx","m":"races/PSX/Siren.webp","n":"Siren"},{"id":17462,"c":10,"u":"elf%20(zendikar)_psz","p":18,"s":99,"h":1,"t":15,"uu":"elf (zendikar)|psz","m":"races/PSZ/Elf.webp","n":"Elf (Zendikar)"},{"id":17463,"c":10,"u":"elf%20(zendikar%3b%20joraga%20nation)_psz","p":19,"s":99,"h":1,"t":15,"uu":"elf (zendikar; joraga nation)|psz","m":"races/PSZ/Elf.webp","n":"Elf (Zendikar; Joraga Nation)"},{"id":17464,"c":10,"u":"elf%20(zendikar%3b%20mul%20daya%20nation)_psz","p":19,"s":99,"h":1,"t":15,"uu":"elf (zendikar; mul daya nation)|psz","m":"races/PSZ/Elf.webp","n":"Elf (Zendikar; Mul Daya Nation)"},{"id":17465,"c":10,"u":"elf%20(zendikar%3b%20tajuru%20nation)_psz","p":18,"s":99,"h":1,"t":15,"uu":"elf (zendikar; tajuru nation)|psz","m":"races/PSZ/Elf.webp","n":"Elf (Zendikar; Tajuru Nation)"},{"id":17466,"c":10,"u":"goblin_psz","p":16,"s":99,"h":1,"t":15,"uu":"goblin|psz","m":"races/PSZ/Goblin.webp","n":"Goblin"},{"id":17467,"c":10,"u":"goblin%20(ixalan)_psx","p":16,"s":98,"h":1,"t":15,"uu":"goblin (ixalan)|psx","m":"races/PSX/Goblin.webp","n":"Goblin (Ixalan)"},{"id":17468,"c":10,"u":"goblin%20(zendikar%3b%20grotag%20tribe)_psz","p":17,"s":99,"h":1,"t":15,"uu":"goblin (zendikar; grotag tribe)|psz","m":"races/PSZ/Goblin.webp","n":"Goblin (Zendikar; Grotag Tribe)"},{"id":17469,"c":10,"u":"goblin%20(zendikar%3b%20lavastep%20tribe)_psz","p":17,"s":99,"h":1,"t":15,"uu":"goblin (zendikar; lavastep tribe)|psz","m":"races/PSZ/Goblin.webp","n":"Goblin (Zendikar; Lavastep Tribe)"},{"id":17470,"c":10,"u":"goblin%20(zendikar%3b%20tuktuk%20tribe)_psz","p":17,"s":99,"h":1,"t":15,"uu":"goblin (zendikar; tuktuk tribe)|psz","m":"races/PSZ/Goblin.webp","n":"Goblin (Zendikar; Tuktuk Tribe)"},{"id":17471,"c":10,"u":"human%20(zendikar)_psz","p":9,"s":99,"h":1,"t":15,"uu":"human (zendikar)|psz","m":"races/PSZ/Human.webp","n":"Human (Zendikar)"},{"id":17472,"c":10,"u":"kor_psz","p":10,"s":99,"h":1,"t":15,"uu":"kor|psz","m":"races/PSZ/Kor.webp","n":"Kor"},{"id":17473,"c":10,"u":"merfolk_psz","p":13,"s":99,"h":1,"t":15,"uu":"merfolk|psz","m":"races/PSZ/Merfolk.webp","n":"Merfolk"},{"id":17474,"c":10,"u":"merfolk%20(ixalan%3b%20blue)_psx","p":12,"s":98,"h":1,"t":15,"uu":"merfolk (ixalan; blue)|psx","m":"races/PSX/Merfolk.webp","n":"Merfolk (Ixalan; Blue)"},{"id":17475,"c":10,"u":"merfolk%20(ixalan%3b%20green)_psx","p":12,"s":98,"h":1,"t":15,"uu":"merfolk (ixalan; green)|psx","m":"races/PSX/Merfolk.webp","n":"Merfolk (Ixalan; Green)"},{"id":17476,"c":10,"u":"merfolk%20(zendikar%3b%20cosi%20creed)_psz","p":13,"s":99,"h":1,"t":15,"uu":"merfolk (zendikar; cosi creed)|psz","m":"races/PSZ/Merfolk.webp","n":"Merfolk (Zendikar; Cosi Creed)"},{"id":17477,"c":10,"u":"merfolk%20(zendikar%3b%20emeria%20creed)_psz","p":13,"s":99,"h":1,"t":15,"uu":"merfolk (zendikar; emeria creed)|psz","m":"races/PSZ/Merfolk.webp","n":"Merfolk (Zendikar; Emeria Creed)"},{"id":17478,"c":10,"u":"merfolk%20(zendikar%3b%20ula%20creed)_psz","p":13,"s":99,"h":1,"t":15,"uu":"merfolk (zendikar; ula creed)|psz","m":"races/PSZ/Merfolk.webp","n":"Merfolk (Zendikar; Ula Creed)"},{"id":17479,"c":10,"u":"vampire_psz","p":14,"s":99,"h":1,"t":15,"uu":"vampire|psz","m":"races/PSZ/Vampire.webp","n":"Vampire"},{"id":17480,"c":10,"u":"vampire%20(ixalan)_psx","p":14,"s":98,"h":1,"t":15,"uu":"vampire (ixalan)|psx","m":"races/PSX/Vampire.webp","n":"Vampire (Ixalan)"},{"id":17481,"c":10,"u":"vampire%20(zendikar)_psz","p":14,"s":99,"h":1,"t":15,"uu":"vampire (zendikar)|psz","m":"races/PSZ/Vampire.webp","n":"Vampire (Zendikar)"},{"id":17482,"c":10,"u":"tortle_ttp","p":3,"s":101,"h":1,"t":15,"uu":"tortle|ttp","m":"races/TTP/Tortle.webp","n":"Tortle"},{"id":17483,"c":11,"u":"blessing%20of%20bloody%20might_bmt","p":171,"s":1,"h":1,"t":16,"uu":"blessing of bloody might|bmt","n":"Blessing of Bloody Might"},{"id":17484,"c":11,"u":"blessing%20of%20lonely%20genius_bmt","p":171,"s":1,"h":1,"t":16,"uu":"blessing of lonely genius|bmt","n":"Blessing of Lonely Genius"},{"id":17485,"c":11,"u":"blessing%20of%20unearned%20riches_bmt","p":171,"s":1,"h":1,"t":16,"uu":"blessing of unearned riches|bmt","n":"Blessing of Unearned Riches"},{"id":17486,"c":11,"u":"charm%20of%20balance_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of balance|bmt","n":"Charm of Balance"},{"id":17487,"c":11,"u":"charm%20of%20euryale_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of euryale|bmt","n":"Charm of Euryale"},{"id":17488,"c":11,"u":"charm%20of%20many%20things_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of many things|bmt","n":"Charm of Many Things"},{"id":17489,"c":11,"u":"charm%20of%20ruin_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of ruin|bmt","n":"Charm of Ruin"},{"id":17490,"c":11,"u":"charm%20of%20the%20comet_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the comet|bmt","n":"Charm of the Comet"},{"id":17491,"c":11,"u":"charm%20of%20the%20donjon_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the donjon|bmt","n":"Charm of the Donjon"},{"id":17492,"c":11,"u":"charm%20of%20the%20fates_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the fates|bmt","n":"Charm of the Fates"},{"id":17493,"c":11,"u":"charm%20of%20the%20flames_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the flames|bmt","n":"Charm of the Flames"},{"id":17494,"c":11,"u":"charm%20of%20the%20fool_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the fool|bmt","n":"Charm of the Fool"},{"id":17495,"c":11,"u":"charm%20of%20the%20gem_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the gem|bmt","n":"Charm of the Gem"},{"id":17496,"c":11,"u":"charm%20of%20the%20jester_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the jester|bmt","n":"Charm of the Jester"},{"id":17497,"c":11,"u":"charm%20of%20the%20key_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the key|bmt","n":"Charm of the Key"},{"id":17498,"c":11,"u":"charm%20of%20the%20knight_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the knight|bmt","n":"Charm of the Knight"},{"id":17499,"c":11,"u":"charm%20of%20the%20moon_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the moon|bmt","n":"Charm of the Moon"},{"id":17500,"c":11,"u":"charm%20of%20the%20puzzle_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the puzzle|bmt","n":"Charm of the Puzzle"},{"id":17501,"c":11,"u":"charm%20of%20the%20rogue_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the rogue|bmt","n":"Charm of the Rogue"},{"id":17502,"c":11,"u":"charm%20of%20the%20sage_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the sage|bmt","n":"Charm of the Sage"},{"id":17503,"c":11,"u":"charm%20of%20the%20skull_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the skull|bmt","n":"Charm of the Skull"},{"id":17504,"c":11,"u":"charm%20of%20the%20star_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the star|bmt","n":"Charm of the Star"},{"id":17505,"c":11,"u":"charm%20of%20the%20sun_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the sun|bmt","n":"Charm of the Sun"},{"id":17506,"c":11,"u":"charm%20of%20the%20talons_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the talons|bmt","n":"Charm of the Talons"},{"id":17507,"c":11,"u":"charm%20of%20the%20throne_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the throne|bmt","n":"Charm of the Throne"},{"id":17508,"c":11,"u":"charm%20of%20the%20void_bmt","p":62,"s":1,"h":1,"t":16,"uu":"charm of the void|bmt","n":"Charm of the Void"},{"id":17509,"c":11,"u":"draconic%20familiar_ftd","p":28,"s":2,"h":1,"t":16,"uu":"draconic familiar|ftd","n":"Draconic Familiar"},{"id":17510,"c":11,"u":"draconic%20rebirth_ftd","p":28,"s":2,"h":1,"t":16,"uu":"draconic rebirth|ftd","n":"Draconic Rebirth"},{"id":17511,"c":11,"u":"draconic%20senses_ftd","p":28,"s":2,"h":1,"t":16,"uu":"draconic senses|ftd","n":"Draconic Senses"},{"id":17512,"c":11,"u":"echo%20of%20dragonsight_ftd","p":28,"s":2,"h":1,"t":16,"uu":"echo of dragonsight|ftd","n":"Echo of Dragonsight"},{"id":17513,"c":11,"u":"frightful%20presence_ftd","p":28,"s":2,"h":1,"t":16,"uu":"frightful presence|ftd","n":"Frightful Presence"},{"id":17514,"c":11,"u":"psionic%20reach_ftd","p":28,"s":2,"h":1,"t":16,"uu":"psionic reach|ftd","n":"Psionic Reach"},{"id":17515,"c":11,"u":"scaled%20toughness_ftd","p":28,"s":2,"h":1,"t":16,"uu":"scaled toughness|ftd","n":"Scaled Toughness"},{"id":17516,"c":11,"u":"tongue%20of%20the%20dragon_ftd","p":28,"s":2,"h":1,"t":16,"uu":"tongue of the dragon|ftd","n":"Tongue of the Dragon"},{"id":17517,"c":11,"u":"arcane%20study%20charm_xdmg","p":336,"s":5,"h":1,"t":16,"uu":"arcane study charm|xdmg","n":"Arcane Study Charm"},{"id":17518,"c":11,"u":"blessing%20of%20health_xdmg","p":98,"s":5,"h":1,"t":16,"uu":"blessing of health|xdmg","n":"Blessing of Health"},{"id":17519,"c":11,"u":"blessing%20of%20magic%20resistance_xdmg","p":98,"s":5,"h":1,"t":16,"uu":"blessing of magic resistance|xdmg","n":"Blessing of Magic Resistance"},{"id":17520,"c":11,"u":"blessing%20of%20protection_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"blessing of protection|xdmg","n":"Blessing of Protection"},{"id":17521,"c":11,"u":"blessing%20of%20understanding_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"blessing of understanding|xdmg","n":"Blessing of Understanding"},{"id":17522,"c":11,"u":"blessing%20of%20valhalla_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"blessing of valhalla|xdmg","n":"Blessing of Valhalla"},{"id":17523,"c":11,"u":"blessing%20of%20weapon%20enhancement_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"blessing of weapon enhancement|xdmg","n":"Blessing of Weapon Enhancement"},{"id":17524,"c":11,"u":"blessing%20of%20wound%20closure_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"blessing of wound closure|xdmg","n":"Blessing of Wound Closure"},{"id":17525,"c":11,"u":"charm%20of%20animal%20conjuring_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of animal conjuring|xdmg","n":"Charm of Animal Conjuring"},{"id":17526,"c":11,"u":"charm%20of%20darkvision_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of darkvision|xdmg","n":"Charm of Darkvision"},{"id":17527,"c":11,"u":"charm%20of%20feather%20falling_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of feather falling|xdmg","n":"Charm of Feather Falling"},{"id":17528,"c":11,"u":"charm%20of%20heroism_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of heroism|xdmg","n":"Charm of Heroism"},{"id":17529,"c":11,"u":"charm%20of%20restoration_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of restoration|xdmg","n":"Charm of Restoration"},{"id":17530,"c":11,"u":"charm%20of%20the%20slayer_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of the slayer|xdmg","n":"Charm of the Slayer"},{"id":17531,"c":11,"u":"charm%20of%20vitality_xdmg","p":99,"s":5,"h":1,"t":16,"uu":"charm of vitality|xdmg","n":"Charm of Vitality"},{"id":17532,"c":11,"u":"observatory%20charm_xdmg","p":343,"s":5,"h":1,"t":16,"uu":"observatory charm|xdmg","n":"Observatory Charm"},{"id":17533,"c":11,"u":"reliquary%20charm_xdmg","p":344,"s":5,"h":1,"t":16,"uu":"reliquary charm|xdmg","n":"Reliquary Charm"},{"id":17534,"c":11,"u":"sanctuary%20charm_xdmg","p":345,"s":5,"h":1,"t":16,"uu":"sanctuary charm|xdmg","n":"Sanctuary Charm"},{"id":17535,"c":11,"u":"sanctum%20charm_xdmg","p":346,"s":5,"h":1,"t":16,"uu":"sanctum charm|xdmg","n":"Sanctum Charm"},{"id":17536,"c":11,"u":"charm%20of%20air%20bubbles_bam","p":17,"s":16,"h":1,"t":16,"uu":"charm of air bubbles|bam","n":"Charm of Air Bubbles"},{"id":17537,"c":11,"u":"charm%20of%20instant%20tools_bam","p":17,"s":16,"h":1,"t":16,"uu":"charm of instant tools|bam","n":"Charm of Instant Tools"},{"id":17538,"c":11,"u":"charm%20of%20agelessness_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of agelessness|bgdia","n":"Charm of Agelessness"},{"id":17539,"c":11,"u":"charm%20of%20diabolical%20inspiration_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of diabolical inspiration|bgdia","n":"Charm of Diabolical Inspiration"},{"id":17540,"c":11,"u":"charm%20of%20greater%20conscription_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of greater conscription|bgdia","n":"Charm of Greater Conscription"},{"id":17541,"c":11,"u":"charm%20of%20hellish%20rebuke_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of hellish rebuke|bgdia","n":"Charm of Hellish Rebuke"},{"id":17542,"c":11,"u":"charm%20of%20lesser%20conscription_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of lesser conscription|bgdia","n":"Charm of Lesser Conscription"},{"id":17543,"c":11,"u":"charm%20of%20many%20tongues_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of many tongues|bgdia","n":"Charm of Many Tongues"},{"id":17544,"c":11,"u":"charm%20of%20the%20adamant_bgdia","p":215,"s":17,"h":1,"t":16,"uu":"charm of the adamant|bgdia","n":"Charm of the Adamant"},{"id":17545,"c":11,"u":"charm%20of%20the%20mirage_cm","p":212,"s":18,"h":1,"t":16,"uu":"charm of the mirage|cm","n":"Charm of the Mirage"},{"id":17546,"c":11,"u":"charm%20of%20the%20water%20bearer_cm","p":212,"s":18,"h":1,"t":16,"uu":"charm of the water bearer|cm","n":"Charm of the Water Bearer"},{"id":17547,"c":11,"u":"dark%20gift%20of%20dahlver-nar%2c%20he%20of%20the%20many%20teeth_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of dahlver-nar, he of the many teeth|cos","n":"Dark Gift of Dahlver-Nar, He of the Many Teeth"},{"id":17548,"c":11,"u":"dark%20gift%20of%20delban%2c%20the%20star%20of%20ice%20and%20hate_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of delban, the star of ice and hate|cos","n":"Dark Gift of Delban, the Star of Ice and Hate"},{"id":17549,"c":11,"u":"dark%20gift%20of%20drizlash%2c%20the%20nine-eyed%20spider_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of drizlash, the nine-eyed spider|cos","n":"Dark Gift of Drizlash, the Nine-Eyed Spider"},{"id":17550,"c":11,"u":"dark%20gift%20of%20fekre%2c%20queen%20of%20poxes_cos","p":191,"s":19,"h":1,"t":16,"uu":"dark gift of fekre, queen of poxes|cos","n":"Dark Gift of Fekre, Queen of Poxes"},{"id":17551,"c":11,"u":"dark%20gift%20of%20great%20taar%20haak%2c%20the%20five-headed%20destroyer_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of great taar haak, the five-headed destroyer|cos","n":"Dark Gift of Great Taar Haak, the Five-Headed Destroyer"},{"id":17552,"c":11,"u":"dark%20gift%20of%20khirad%2c%20the%20star%20of%20secrets_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of khirad, the star of secrets|cos","n":"Dark Gift of Khirad, the Star of Secrets"},{"id":17553,"c":11,"u":"dark%20gift%20of%20norganas%2c%20the%20finger%20of%20oblivion_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of norganas, the finger of oblivion|cos","n":"Dark Gift of Norganas, the Finger of Oblivion"},{"id":17554,"c":11,"u":"dark%20gift%20of%20savnok%20the%20inscrutible_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of savnok the inscrutible|cos","n":"Dark Gift of Savnok the Inscrutible"},{"id":17555,"c":11,"u":"dark%20gift%20of%20seriach%2c%20the%20hell%20hound%20whisperer_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of seriach, the hell hound whisperer|cos","n":"Dark Gift of Seriach, the Hell Hound Whisperer"},{"id":17556,"c":11,"u":"dark%20gift%20of%20shami-amourae%2c%20the%20lady%20of%20delights_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of shami-amourae, the lady of delights|cos","n":"Dark Gift of Shami-Amourae, the Lady of Delights"},{"id":17557,"c":11,"u":"dark%20gift%20of%20sykane%2c%20the%20soul%20hungerer_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of sykane, the soul hungerer|cos","n":"Dark Gift of Sykane, the Soul Hungerer"},{"id":17558,"c":11,"u":"dark%20gift%20of%20tarakamedes%2c%20the%20grave%20wyrm_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of tarakamedes, the grave wyrm|cos","n":"Dark Gift of Tarakamedes, the Grave Wyrm"},{"id":17559,"c":11,"u":"dark%20gift%20of%20vaund%20the%20evasive_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of vaund the evasive|cos","n":"Dark Gift of Vaund the Evasive"},{"id":17560,"c":11,"u":"dark%20gift%20of%20yog%20the%20invincible_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of yog the invincible|cos","n":"Dark Gift of Yog the Invincible"},{"id":17561,"c":11,"u":"dark%20gift%20of%20yrrga%2c%20the%20eye%20of%20shadows_cos","p":193,"s":19,"h":1,"t":16,"uu":"dark gift of yrrga, the eye of shadows|cos","n":"Dark Gift of Yrrga, the Eye of Shadows"},{"id":17562,"c":11,"u":"dark%20gift%20of%20zantras%2c%20the%20kingmaker_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of zantras, the kingmaker|cos","n":"Dark Gift of Zantras, the Kingmaker"},{"id":17563,"c":11,"u":"dark%20gift%20of%20zrin-hala%2c%20the%20howling%20storm_cos","p":192,"s":19,"h":1,"t":16,"uu":"dark gift of zrin-hala, the howling storm|cos","n":"Dark Gift of Zrin-Hala, the Howling Storm"},{"id":17564,"c":11,"u":"fragment%20of%20abhorrence_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of abhorrence|crcotn","n":"Fragment of Abhorrence"},{"id":17565,"c":11,"u":"fragment%20of%20attachment_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of attachment|crcotn","n":"Fragment of Attachment"},{"id":17566,"c":11,"u":"fragment%20of%20deception_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of deception|crcotn","n":"Fragment of Deception"},{"id":17567,"c":11,"u":"fragment%20of%20despondence_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of despondence|crcotn","n":"Fragment of Despondence"},{"id":17568,"c":11,"u":"fragment%20of%20intransigence_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of intransigence|crcotn","n":"Fragment of Intransigence"},{"id":17569,"c":11,"u":"fragment%20of%20loathing_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of loathing|crcotn","n":"Fragment of Loathing"},{"id":17570,"c":11,"u":"fragment%20of%20melancholy_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of melancholy|crcotn","n":"Fragment of Melancholy"},{"id":17571,"c":11,"u":"fragment%20of%20pity_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of pity|crcotn","n":"Fragment of Pity"},{"id":17572,"c":11,"u":"fragment%20of%20rancor_crcotn","p":214,"s":20,"h":1,"dP":1,"t":16,"uu":"fragment of rancor|crcotn","n":"Fragment of Rancor"},{"id":17573,"c":11,"u":"charm%20of%20the%20storm_dip","p":41,"s":22,"h":1,"t":16,"uu":"charm of the storm|dip","n":"Charm of the Storm"},{"id":17574,"c":11,"u":"blessing%20of%20health_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of health|dmg","n":"Blessing of Health"},{"id":17575,"c":11,"u":"blessing%20of%20magic%20resistance_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of magic resistance|dmg","n":"Blessing of Magic Resistance"},{"id":17576,"c":11,"u":"blessing%20of%20protection_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of protection|dmg","n":"Blessing of Protection"},{"id":17577,"c":11,"u":"blessing%20of%20understanding_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of understanding|dmg","n":"Blessing of Understanding"},{"id":17578,"c":11,"u":"blessing%20of%20valhalla_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of valhalla|dmg","n":"Blessing of Valhalla"},{"id":17579,"c":11,"u":"blessing%20of%20weapon%20enhancement_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of weapon enhancement|dmg","n":"Blessing of Weapon Enhancement"},{"id":17580,"c":11,"u":"blessing%20of%20wound%20closure_dmg","p":228,"s":24,"h":1,"t":16,"uu":"blessing of wound closure|dmg","n":"Blessing of Wound Closure"},{"id":17581,"c":11,"u":"boon%20of%20combat%20prowess_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of combat prowess|dmg","n":"Boon of Combat Prowess"},{"id":17582,"c":11,"u":"boon%20of%20dimensional%20travel_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of dimensional travel|dmg","n":"Boon of Dimensional Travel"},{"id":17583,"c":11,"u":"boon%20of%20fate_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of fate|dmg","n":"Boon of Fate"},{"id":17584,"c":11,"u":"boon%20of%20fortitude_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of fortitude|dmg","n":"Boon of Fortitude"},{"id":17585,"c":11,"u":"boon%20of%20high%20magic_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of high magic|dmg","n":"Boon of High Magic"},{"id":17586,"c":11,"u":"boon%20of%20immortality_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of immortality|dmg","n":"Boon of Immortality"},{"id":17587,"c":11,"u":"boon%20of%20invincibility_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of invincibility|dmg","n":"Boon of Invincibility"},{"id":17588,"c":11,"u":"boon%20of%20irresistible%20offense_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of irresistible offense|dmg","n":"Boon of Irresistible Offense"},{"id":17589,"c":11,"u":"boon%20of%20luck_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of luck|dmg","n":"Boon of Luck"},{"id":17590,"c":11,"u":"boon%20of%20magic%20resistance_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of magic resistance|dmg","n":"Boon of Magic Resistance"},{"id":17591,"c":11,"u":"boon%20of%20peerless%20aim_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of peerless aim|dmg","n":"Boon of Peerless Aim"},{"id":17592,"c":11,"u":"boon%20of%20perfect%20health_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of perfect health|dmg","n":"Boon of Perfect Health"},{"id":17593,"c":11,"u":"boon%20of%20planar%20travel_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of planar travel|dmg","n":"Boon of Planar Travel"},{"id":17594,"c":11,"u":"boon%20of%20quick%20casting_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of quick casting|dmg","n":"Boon of Quick Casting"},{"id":17595,"c":11,"u":"boon%20of%20recovery_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of recovery|dmg","n":"Boon of Recovery"},{"id":17596,"c":11,"u":"boon%20of%20resilience_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of resilience|dmg","n":"Boon of Resilience"},{"id":17597,"c":11,"u":"boon%20of%20skill%20proficiency_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of skill proficiency|dmg","n":"Boon of Skill Proficiency"},{"id":17598,"c":11,"u":"boon%20of%20speed_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of speed|dmg","n":"Boon of Speed"},{"id":17599,"c":11,"u":"boon%20of%20spell%20mastery_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of spell mastery|dmg","n":"Boon of Spell Mastery"},{"id":17600,"c":11,"u":"boon%20of%20spell%20recall_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of spell recall|dmg","n":"Boon of Spell Recall"},{"id":17601,"c":11,"u":"boon%20of%20the%20fire%20soul_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of the fire soul|dmg","n":"Boon of the Fire Soul"},{"id":17602,"c":11,"u":"boon%20of%20the%20night%20spirit_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of the night spirit|dmg","n":"Boon of the Night Spirit"},{"id":17603,"c":11,"u":"boon%20of%20the%20stormborn_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of the stormborn|dmg","n":"Boon of the Stormborn"},{"id":17604,"c":11,"u":"boon%20of%20the%20unfettered_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of the unfettered|dmg","n":"Boon of the Unfettered"},{"id":17605,"c":11,"u":"boon%20of%20truesight_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of truesight|dmg","n":"Boon of Truesight"},{"id":17606,"c":11,"u":"boon%20of%20undetectability_dmg","p":232,"s":24,"h":1,"t":16,"uu":"boon of undetectability|dmg","n":"Boon of Undetectability"},{"id":17607,"c":11,"u":"charm%20of%20animal%20conjuring_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of animal conjuring|dmg","n":"Charm of Animal Conjuring"},{"id":17608,"c":11,"u":"charm%20of%20darkvision_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of darkvision|dmg","n":"Charm of Darkvision"},{"id":17609,"c":11,"u":"charm%20of%20feather%20falling_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of feather falling|dmg","n":"Charm of Feather Falling"},{"id":17610,"c":11,"u":"charm%20of%20heroism_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of heroism|dmg","n":"Charm of Heroism"},{"id":17611,"c":11,"u":"charm%20of%20restoration_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of restoration|dmg","n":"Charm of Restoration"},{"id":17612,"c":11,"u":"charm%20of%20the%20slayer_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of the slayer|dmg","n":"Charm of the Slayer"},{"id":17613,"c":11,"u":"charm%20of%20vitality_dmg","p":228,"s":24,"h":1,"t":16,"uu":"charm of vitality|dmg","n":"Charm of Vitality"},{"id":17614,"c":11,"u":"dragon%20queen's%20will_dsotdq","p":178,"s":27,"h":1,"t":16,"uu":"dragon queen's will|dsotdq","n":"Dragon Queen's Will"},{"id":17615,"c":11,"u":"favor%20of%20the%20heroic%20steed_dsotdq","p":101,"s":27,"h":1,"t":16,"uu":"favor of the heroic steed|dsotdq","n":"Favor of the Heroic Steed"},{"id":17616,"c":11,"u":"habbakuk's%20blessing_dsotdq","p":116,"s":27,"h":1,"t":16,"uu":"habbakuk's blessing|dsotdq","n":"Habbakuk's Blessing"},{"id":17617,"c":11,"u":"azorius%20charm_ggr","p":173,"s":31,"h":1,"t":16,"uu":"azorius charm|ggr","n":"Azorius Charm"},{"id":17618,"c":11,"u":"boros%20charm_ggr","p":173,"s":31,"h":1,"t":16,"uu":"boros charm|ggr","n":"Boros Charm"},{"id":17619,"c":11,"u":"dimir%20charm_ggr","p":173,"s":31,"h":1,"t":16,"uu":"dimir charm|ggr","n":"Dimir Charm"},{"id":17620,"c":11,"u":"golgari%20charm_ggr","p":173,"s":31,"h":1,"t":16,"uu":"golgari charm|ggr","n":"Golgari Charm"},{"id":17621,"c":11,"u":"gruul%20charm_ggr","p":173,"s":31,"h":1,"t":16,"uu":"gruul charm|ggr","n":"Gruul Charm"},{"id":17622,"c":11,"u":"izzet%20charm_ggr","p":174,"s":31,"h":1,"t":16,"uu":"izzet charm|ggr","n":"Izzet Charm"},{"id":17623,"c":11,"u":"orzhov%20charm_ggr","p":174,"s":31,"h":1,"t":16,"uu":"orzhov charm|ggr","n":"Orzhov Charm"},{"id":17624,"c":11,"u":"rakdos%20charm_ggr","p":174,"s":31,"h":1,"t":16,"uu":"rakdos charm|ggr","n":"Rakdos Charm"},{"id":17625,"c":11,"u":"selesnya%20charm_ggr","p":174,"s":31,"h":1,"t":16,"uu":"selesnya charm|ggr","n":"Selesnya Charm"},{"id":17626,"c":11,"u":"simic%20charm_ggr","p":174,"s":31,"h":1,"t":16,"uu":"simic charm|ggr","n":"Simic Charm"},{"id":17627,"c":11,"u":"blessing%20of%20the%20frostmaiden_idrotf","p":213,"s":37,"h":1,"t":16,"uu":"blessing of the frostmaiden|idrotf","n":"Blessing of the Frostmaiden"},{"id":17628,"c":11,"u":"blessing%20of%20the%20morninglord_idrotf","p":119,"s":37,"h":1,"t":16,"uu":"blessing of the morninglord|idrotf","n":"Blessing of the Morninglord"},{"id":17629,"c":11,"u":"charm%20of%20biting%20cold_idrotf","p":283,"s":37,"h":1,"t":16,"uu":"charm of biting cold|idrotf","n":"Charm of Biting Cold"},{"id":17630,"c":11,"u":"charm%20of%20bounty_idrotf","p":283,"s":37,"h":1,"t":16,"uu":"charm of bounty|idrotf","n":"Charm of Bounty"},{"id":17631,"c":11,"u":"charm%20of%20cold%20resistance_idrotf","p":283,"s":37,"h":1,"t":16,"uu":"charm of cold resistance|idrotf","n":"Charm of Cold Resistance"},{"id":17632,"c":11,"u":"charm%20of%20snowball%20strike_idrotf","p":283,"s":37,"h":1,"t":16,"uu":"charm of snowball strike|idrotf","n":"Charm of Snowball Strike"},{"id":17633,"c":11,"u":"charm%20of%20the%20ice%20troll_idrotf","p":283,"s":37,"h":1,"t":16,"uu":"charm of the ice troll|idrotf","n":"Charm of the Ice Troll"},{"id":17634,"c":11,"u":"charm%20of%20the%20snow%20walker_idrotf","p":283,"s":37,"h":1,"t":16,"uu":"charm of the snow walker|idrotf","n":"Charm of the Snow Walker"},{"id":17635,"c":11,"u":"charm%20of%20the%20traveler's%20haven_idrotf","p":283,"s":37,"h":1,"t":16,"uu":"charm of the traveler's haven|idrotf","n":"Charm of the Traveler's Haven"},{"id":17636,"c":11,"u":"vlagomir's%20spark_idrotf","p":227,"s":37,"h":1,"t":16,"uu":"vlagomir's spark|idrotf","n":"Vlagomir's Spark"},{"id":17637,"c":11,"u":"athreos's%20devotee_mot","p":37,"s":45,"h":1,"t":16,"uu":"athreos's devotee|mot","n":"Athreos's Devotee"},{"id":17638,"c":11,"u":"athreos's%20disciple_mot","p":37,"s":45,"h":1,"t":16,"uu":"athreos's disciple|mot","n":"Athreos's Disciple"},{"id":17639,"c":11,"u":"athreos's%20votary_mot","p":37,"s":45,"h":1,"t":16,"uu":"athreos's votary|mot","n":"Athreos's Votary"},{"id":17640,"c":11,"u":"champion%20of%20affliction_mot","p":70,"s":45,"h":1,"t":16,"uu":"champion of affliction|mot","n":"Champion of Affliction"},{"id":17641,"c":11,"u":"champion%20of%20deception_mot","p":73,"s":45,"h":1,"t":16,"uu":"champion of deception|mot","n":"Champion of Deception"},{"id":17642,"c":11,"u":"champion%20of%20destiny_mot","p":58,"s":45,"h":1,"t":16,"uu":"champion of destiny|mot","n":"Champion of Destiny"},{"id":17643,"c":11,"u":"champion%20of%20harvests_mot","p":52,"s":45,"h":1,"t":16,"uu":"champion of harvests|mot","n":"Champion of Harvests"},{"id":17644,"c":11,"u":"champion%20of%20horizons_mot","p":61,"s":45,"h":1,"t":16,"uu":"champion of horizons|mot","n":"Champion of Horizons"},{"id":17645,"c":11,"u":"champion%20of%20slaughter_mot","p":64,"s":45,"h":1,"t":16,"uu":"champion of slaughter|mot","n":"Champion of Slaughter"},{"id":17646,"c":11,"u":"champion%20of%20storms_mot","p":55,"s":45,"h":1,"t":16,"uu":"champion of storms|mot","n":"Champion of Storms"},{"id":17647,"c":11,"u":"champion%20of%20the%20dead_mot","p":43,"s":45,"h":1,"t":16,"uu":"champion of the dead|mot","n":"Champion of the Dead"},{"id":17648,"c":11,"u":"champion%20of%20the%20forge_mot","p":76,"s":45,"h":1,"t":16,"uu":"champion of the forge|mot","n":"Champion of the Forge"},{"id":17649,"c":11,"u":"champion%20of%20the%20hunt_mot","p":67,"s":45,"h":1,"t":16,"uu":"champion of the hunt|mot","n":"Champion of the Hunt"},{"id":17650,"c":11,"u":"champion%20of%20the%20passage_mot","p":37,"s":45,"h":1,"t":16,"uu":"champion of the passage|mot","n":"Champion of the Passage"},{"id":17651,"c":11,"u":"champion%20of%20the%20polis_mot","p":40,"s":45,"h":1,"t":16,"uu":"champion of the polis|mot","n":"Champion of the Polis"},{"id":17652,"c":11,"u":"champion%20of%20the%20sea_mot","p":79,"s":45,"h":1,"t":16,"uu":"champion of the sea|mot","n":"Champion of the Sea"},{"id":17653,"c":11,"u":"champion%20of%20the%20sun_mot","p":46,"s":45,"h":1,"t":16,"uu":"champion of the sun|mot","n":"Champion of the Sun"},{"id":17654,"c":11,"u":"champion%20of%20victory_mot","p":49,"s":45,"h":1,"t":16,"uu":"champion of victory|mot","n":"Champion of Victory"},{"id":17655,"c":11,"u":"ephara's%20devotee_mot","p":40,"s":45,"h":1,"t":16,"uu":"ephara's devotee|mot","n":"Ephara's Devotee"},{"id":17656,"c":11,"u":"ephara's%20disciple_mot","p":40,"s":45,"h":1,"t":16,"uu":"ephara's disciple|mot","n":"Ephara's Disciple"},{"id":17657,"c":11,"u":"ephara's%20votary_mot","p":40,"s":45,"h":1,"t":16,"uu":"ephara's votary|mot","n":"Ephara's Votary"},{"id":17658,"c":11,"u":"erebos's%20devotee_mot","p":43,"s":45,"h":1,"t":16,"uu":"erebos's devotee|mot","n":"Erebos's Devotee"},{"id":17659,"c":11,"u":"erebos's%20disciple_mot","p":43,"s":45,"h":1,"t":16,"uu":"erebos's disciple|mot","n":"Erebos's Disciple"},{"id":17660,"c":11,"u":"erebos's%20votary_mot","p":43,"s":45,"h":1,"t":16,"uu":"erebos's votary|mot","n":"Erebos's Votary"},{"id":17661,"c":11,"u":"heliod's%20devotee_mot","p":46,"s":45,"h":1,"t":16,"uu":"heliod's devotee|mot","n":"Heliod's Devotee"},{"id":17662,"c":11,"u":"heliod's%20disciple_mot","p":46,"s":45,"h":1,"t":16,"uu":"heliod's disciple|mot","n":"Heliod's Disciple"},{"id":17663,"c":11,"u":"heliod's%20votary_mot","p":46,"s":45,"h":1,"t":16,"uu":"heliod's votary|mot","n":"Heliod's Votary"},{"id":17664,"c":11,"u":"iroas's%20devotee_mot","p":49,"s":45,"h":1,"t":16,"uu":"iroas's devotee|mot","n":"Iroas's Devotee"},{"id":17665,"c":11,"u":"iroas's%20disciple_mot","p":49,"s":45,"h":1,"t":16,"uu":"iroas's disciple|mot","n":"Iroas's Disciple"},{"id":17666,"c":11,"u":"iroas's%20votary_mot","p":49,"s":45,"h":1,"t":16,"uu":"iroas's votary|mot","n":"Iroas's Votary"},{"id":17667,"c":11,"u":"karametra's%20devotee_mot","p":52,"s":45,"h":1,"t":16,"uu":"karametra's devotee|mot","n":"Karametra's Devotee"},{"id":17668,"c":11,"u":"karametra's%20disciple_mot","p":52,"s":45,"h":1,"t":16,"uu":"karametra's disciple|mot","n":"Karametra's Disciple"},{"id":17669,"c":11,"u":"karametra's%20votary_mot","p":52,"s":45,"h":1,"t":16,"uu":"karametra's votary|mot","n":"Karametra's Votary"},{"id":17670,"c":11,"u":"keranos's%20devotee_mot","p":55,"s":45,"h":1,"t":16,"uu":"keranos's devotee|mot","n":"Keranos's Devotee"},{"id":17671,"c":11,"u":"keranos's%20disciple_mot","p":55,"s":45,"h":1,"t":16,"uu":"keranos's disciple|mot","n":"Keranos's Disciple"},{"id":17672,"c":11,"u":"keranos's%20votary_mot","p":55,"s":45,"h":1,"t":16,"uu":"keranos's votary|mot","n":"Keranos's Votary"},{"id":17673,"c":11,"u":"klothys's%20devotee_mot","p":58,"s":45,"h":1,"t":16,"uu":"klothys's devotee|mot","n":"Klothys's Devotee"},{"id":17674,"c":11,"u":"klothys's%20disciple_mot","p":58,"s":45,"h":1,"t":16,"uu":"klothys's disciple|mot","n":"Klothys's Disciple"},{"id":17675,"c":11,"u":"klothys's%20votary_mot","p":58,"s":45,"h":1,"t":16,"uu":"klothys's votary|mot","n":"Klothys's Votary"},{"id":17676,"c":11,"u":"kruphix's%20devotee_mot","p":61,"s":45,"h":1,"t":16,"uu":"kruphix's devotee|mot","n":"Kruphix's Devotee"},{"id":17677,"c":11,"u":"kruphix's%20disciple_mot","p":61,"s":45,"h":1,"t":16,"uu":"kruphix's disciple|mot","n":"Kruphix's Disciple"},{"id":17678,"c":11,"u":"kruphix's%20votary_mot","p":61,"s":45,"h":1,"t":16,"uu":"kruphix's votary|mot","n":"Kruphix's Votary"},{"id":17679,"c":11,"u":"mogis's%20devotee_mot","p":64,"s":45,"h":1,"t":16,"uu":"mogis's devotee|mot","n":"Mogis's Devotee"},{"id":17680,"c":11,"u":"mogis's%20disciple_mot","p":64,"s":45,"h":1,"t":16,"uu":"mogis's disciple|mot","n":"Mogis's Disciple"},{"id":17681,"c":11,"u":"mogis's%20votary_mot","p":64,"s":45,"h":1,"t":16,"uu":"mogis's votary|mot","n":"Mogis's Votary"},{"id":17682,"c":11,"u":"nylea's%20devotee_mot","p":67,"s":45,"h":1,"t":16,"uu":"nylea's devotee|mot","n":"Nylea's Devotee"},{"id":17683,"c":11,"u":"nylea's%20disciple_mot","p":67,"s":45,"h":1,"t":16,"uu":"nylea's disciple|mot","n":"Nylea's Disciple"},{"id":17684,"c":11,"u":"nylea's%20votary_mot","p":67,"s":45,"h":1,"t":16,"uu":"nylea's votary|mot","n":"Nylea's Votary"},{"id":17685,"c":11,"u":"pharika's%20devotee_mot","p":70,"s":45,"h":1,"t":16,"uu":"pharika's devotee|mot","n":"Pharika's Devotee"},{"id":17686,"c":11,"u":"pharika's%20disciple_mot","p":70,"s":45,"h":1,"t":16,"uu":"pharika's disciple|mot","n":"Pharika's Disciple"},{"id":17687,"c":11,"u":"pharika's%20votary_mot","p":70,"s":45,"h":1,"t":16,"uu":"pharika's votary|mot","n":"Pharika's Votary"},{"id":17688,"c":11,"u":"phenax's%20devotee_mot","p":73,"s":45,"h":1,"t":16,"uu":"phenax's devotee|mot","n":"Phenax's Devotee"},{"id":17689,"c":11,"u":"phenax's%20disciple_mot","p":73,"s":45,"h":1,"t":16,"uu":"phenax's disciple|mot","n":"Phenax's Disciple"},{"id":17690,"c":11,"u":"phenax's%20votary_mot","p":73,"s":45,"h":1,"t":16,"uu":"phenax's votary|mot","n":"Phenax's Votary"},{"id":17691,"c":11,"u":"purphoros's%20devotee_mot","p":76,"s":45,"h":1,"t":16,"uu":"purphoros's devotee|mot","n":"Purphoros's Devotee"},{"id":17692,"c":11,"u":"purphoros's%20disciple_mot","p":76,"s":45,"h":1,"t":16,"uu":"purphoros's disciple|mot","n":"Purphoros's Disciple"},{"id":17693,"c":11,"u":"purphoros's%20votary_mot","p":76,"s":45,"h":1,"t":16,"uu":"purphoros's votary|mot","n":"Purphoros's Votary"},{"id":17694,"c":11,"u":"thassa's%20devotee_mot","p":79,"s":45,"h":1,"t":16,"uu":"thassa's devotee|mot","n":"Thassa's Devotee"},{"id":17695,"c":11,"u":"thassa's%20disciple_mot","p":79,"s":45,"h":1,"t":16,"uu":"thassa's disciple|mot","n":"Thassa's Disciple"},{"id":17696,"c":11,"u":"thassa's%20votary_mot","p":79,"s":45,"h":1,"t":16,"uu":"thassa's votary|mot","n":"Thassa's Votary"},{"id":17697,"c":11,"u":"the%20blessed%20of%20corellon_mtf","p":45,"s":47,"h":1,"t":16,"uu":"the blessed of corellon|mtf","n":"The Blessed of Corellon"},{"id":17698,"c":11,"u":"blessing%20of%20dumathoin_pabtso","p":118,"s":50,"h":1,"t":16,"uu":"blessing of dumathoin|pabtso","n":"Blessing of Dumathoin"},{"id":17699,"c":11,"u":"blessing%20of%20the%20solipsistic%20mind_pabtso","p":177,"s":50,"h":1,"t":16,"uu":"blessing of the solipsistic mind|pabtso","n":"Blessing of the Solipsistic Mind"},{"id":17700,"c":11,"u":"curse%20of%20ruin_tdcsr","p":39,"s":60,"h":1,"dP":1,"t":16,"uu":"curse of ruin|tdcsr","m":"deities/TDCSR/Ruiner.webp","n":"Curse of Ruin"},{"id":17701,"c":11,"u":"curse%20of%20strife_tdcsr","p":39,"s":60,"h":1,"dP":1,"t":16,"uu":"curse of strife|tdcsr","m":"deities/TDCSR/StrifeEmperor.webp","n":"Curse of Strife"},{"id":17702,"c":11,"u":"fortune's%20grace_tdcsr","p":190,"s":60,"h":1,"dP":1,"t":16,"uu":"fortune's grace|tdcsr","n":"Fortune's Grace"},{"id":17703,"c":11,"u":"charm%20of%20nine%20lives_toa","p":167,"s":62,"h":1,"t":16,"uu":"charm of nine lives|toa","n":"Charm of Nine Lives"},{"id":17704,"c":11,"u":"charm%20of%20the%20crystal%20heart_toa","p":167,"s":62,"h":1,"t":16,"uu":"charm of the crystal heart|toa","n":"Charm of the Crystal Heart"},{"id":17705,"c":11,"u":"charm%20of%20the%20ghoul_toa","p":167,"s":62,"h":1,"t":16,"uu":"charm of the ghoul|toa","n":"Charm of the Ghoul"},{"id":17706,"c":11,"u":"charm%20of%20the%20maimed_toa","p":167,"s":62,"h":1,"t":16,"uu":"charm of the maimed|toa","n":"Charm of the Maimed"},{"id":17707,"c":11,"u":"charm%20of%20the%20swollen%20hag_toa","p":167,"s":62,"h":1,"t":16,"uu":"charm of the swollen hag|toa","n":"Charm of the Swollen Hag"},{"id":17708,"c":11,"u":"charm%20of%20treasure%20sense_toa","p":167,"s":62,"h":1,"t":16,"uu":"charm of treasure sense|toa","n":"Charm of Treasure Sense"},{"id":17709,"c":11,"u":"clay%20no-face's%20charm_toa","p":179,"s":62,"h":1,"t":16,"uu":"clay no-face's charm|toa","n":"Clay No-Face's Charm"},{"id":17710,"c":11,"u":"i'jin_toa","p":129,"s":62,"h":1,"t":16,"uu":"i'jin|toa","n":"I'jin"},{"id":17711,"c":11,"u":"joho's%20charm_toa","p":179,"s":62,"h":1,"t":16,"uu":"joho's charm|toa","n":"Joho's Charm"},{"id":17712,"c":11,"u":"kubazan_toa","p":129,"s":62,"h":1,"t":16,"uu":"kubazan|toa","n":"Kubazan"},{"id":17713,"c":11,"u":"moa_toa","p":129,"s":62,"h":1,"t":16,"uu":"moa|toa","n":"Moa"},{"id":17714,"c":11,"u":"nangnang_toa","p":129,"s":62,"h":1,"t":16,"uu":"nangnang|toa","n":"Nangnang"},{"id":17715,"c":11,"u":"obo'laka_toa","p":129,"s":62,"h":1,"t":16,"uu":"obo'laka|toa","n":"Obo'laka"},{"id":17716,"c":11,"u":"papazotl_toa","p":129,"s":62,"h":1,"t":16,"uu":"papazotl|toa","n":"Papazotl"},{"id":17717,"c":11,"u":"shagambi_toa","p":129,"s":62,"h":1,"t":16,"uu":"shagambi|toa","n":"Shagambi"},{"id":17718,"c":11,"u":"strawbundle's%20charm_toa","p":179,"s":62,"h":1,"t":16,"uu":"strawbundle's charm|toa","n":"Strawbundle's Charm"},{"id":17719,"c":11,"u":"unkh_toa","p":129,"s":62,"h":1,"t":16,"uu":"unkh|toa","n":"Unkh"},{"id":17720,"c":11,"u":"wongo_toa","p":129,"s":62,"h":1,"t":16,"uu":"wongo|toa","n":"Wongo"},{"id":17721,"c":11,"u":"yuan-ti%20pureblood%20transformation_toa","p":119,"s":62,"h":1,"t":16,"uu":"yuan-ti pureblood transformation|toa","n":"Yuan-Ti Pureblood Transformation"},{"id":17722,"c":11,"u":"eyes%20of%20the%20impossible_tofw","p":74,"s":64,"h":1,"t":16,"uu":"eyes of the impossible|tofw","n":"Eyes of the Impossible"},{"id":17723,"c":11,"u":"time%20of%20the%20dragon_tofw","p":68,"s":64,"h":1,"t":16,"uu":"time of the dragon|tofw","n":"Time of the Dragon"},{"id":17724,"c":11,"u":"charm%20of%20the%20creeping%20hand_vnotee","s":119,"h":1,"t":16,"uu":"charm of the creeping hand|vnotee","n":"Charm of the Creeping Hand"},{"id":17725,"c":11,"u":"charm%20of%20the%20eldritch%20eye_vnotee","s":119,"h":1,"t":16,"uu":"charm of the eldritch eye|vnotee","n":"Charm of the Eldritch Eye"},{"id":17726,"c":11,"u":"charm%20of%20the%20stumblenoodle_hfstcm","s":120,"h":1,"t":16,"uu":"charm of the stumblenoodle|hfstcm","n":"Charm of the Stumblenoodle"},{"id":17727,"c":12,"u":"human%20languages_scag","p":112,"s":106,"h":1,"t":17,"uu":"human languages|scag","n":"Human Languages"},{"id":17728,"c":12,"u":"customizing%20your%20origin_tce","p":8,"s":4,"h":1,"t":17,"uu":"customizing your origin|tce","n":"Customizing Your Origin"},{"id":17729,"c":12,"u":"optional%20class%20features_tce","p":24,"s":4,"h":1,"t":17,"uu":"optional class features|tce","n":"Optional Class Features"},{"id":17730,"c":12,"u":"sidekicks_tce","p":142,"s":4,"h":1,"t":17,"uu":"sidekicks|tce","n":"Sidekicks"},{"id":17731,"c":12,"u":"adamantine%20weapons_xge","p":78,"s":6,"h":1,"t":17,"uu":"adamantine weapons|xge","n":"Adamantine Weapons"},{"id":17732,"c":12,"u":"downtime%20activity%3a%20buying%20a%20magic%20item_xge","p":126,"s":6,"h":1,"t":17,"uu":"downtime activity: buying a magic item|xge","n":"Downtime Activity: Buying a Magic Item"},{"id":17733,"c":12,"u":"downtime%20activity%3a%20carousing_xge","p":127,"s":6,"h":1,"t":17,"uu":"downtime activity: carousing|xge","n":"Downtime Activity: Carousing"},{"id":17734,"c":12,"u":"downtime%20activity%3a%20crafting%20an%20item_xge","p":128,"s":6,"h":1,"t":17,"uu":"downtime activity: crafting an item|xge","n":"Downtime Activity: Crafting an Item"},{"id":17735,"c":12,"u":"downtime%20activity%3a%20crime_xge","p":130,"s":6,"h":1,"t":17,"uu":"downtime activity: crime|xge","n":"Downtime Activity: Crime"},{"id":17736,"c":12,"u":"downtime%20activity%3a%20gambling_xge","p":130,"s":6,"h":1,"t":17,"uu":"downtime activity: gambling|xge","n":"Downtime Activity: Gambling"},{"id":17737,"c":12,"u":"downtime%20activity%3a%20pit%20fighting_xge","p":131,"s":6,"h":1,"t":17,"uu":"downtime activity: pit fighting|xge","n":"Downtime Activity: Pit Fighting"},{"id":17738,"c":12,"u":"downtime%20activity%3a%20relaxation_xge","p":131,"s":6,"h":1,"t":17,"uu":"downtime activity: relaxation|xge","n":"Downtime Activity: Relaxation"},{"id":17739,"c":12,"u":"downtime%20activity%3a%20religious%20service_xge","p":131,"s":6,"h":1,"t":17,"uu":"downtime activity: religious service|xge","n":"Downtime Activity: Religious Service"},{"id":17740,"c":12,"u":"downtime%20activity%3a%20research_xge","p":132,"s":6,"h":1,"t":17,"uu":"downtime activity: research|xge","n":"Downtime Activity: Research"},{"id":17741,"c":12,"u":"downtime%20activity%3a%20scribing%20a%20spell%20scroll_xge","p":133,"s":6,"h":1,"t":17,"uu":"downtime activity: scribing a spell scroll|xge","n":"Downtime Activity: Scribing a Spell Scroll"},{"id":17742,"c":12,"u":"downtime%20activity%3a%20selling%20a%20magic%20item_xge","p":133,"s":6,"h":1,"t":17,"uu":"downtime activity: selling a magic item|xge","n":"Downtime Activity: Selling a Magic Item"},{"id":17743,"c":12,"u":"downtime%20activity%3a%20training_xge","p":134,"s":6,"h":1,"t":17,"uu":"downtime activity: training|xge","n":"Downtime Activity: Training"},{"id":17744,"c":12,"u":"downtime%20activity%3a%20work_xge","p":134,"s":6,"h":1,"t":17,"uu":"downtime activity: work|xge","n":"Downtime Activity: Work"},{"id":17745,"c":12,"u":"downtime%20revisited_xge","p":123,"s":6,"h":1,"t":17,"uu":"downtime revisited|xge","n":"Downtime Revisited"},{"id":17746,"c":12,"u":"falling_xge","p":77,"s":6,"h":1,"t":17,"uu":"falling|xge","n":"Falling"},{"id":17747,"c":12,"u":"shared%20campaign%20variant%20rules_xge","p":173,"s":6,"h":1,"t":17,"uu":"shared campaign variant rules|xge","n":"Shared Campaign Variant Rules"},{"id":17748,"c":12,"u":"simultaneous%20effects_xge","p":77,"s":6,"h":1,"t":17,"uu":"simultaneous effects|xge","n":"Simultaneous Effects"},{"id":17749,"c":12,"u":"sleep_xge","p":77,"s":6,"h":1,"t":17,"uu":"sleep|xge","n":"Sleep"},{"id":17750,"c":12,"u":"spellcasting_xge","p":85,"s":6,"h":1,"t":17,"uu":"spellcasting|xge","n":"Spellcasting"},{"id":17751,"c":12,"u":"tool%20proficiencies_xge","p":78,"s":6,"h":1,"t":17,"uu":"tool proficiencies|xge","n":"Tool Proficiencies"},{"id":17752,"c":12,"u":"tying%20knots_xge","p":78,"s":6,"h":1,"t":17,"uu":"tying knots|xge","n":"Tying Knots"},{"id":17753,"c":12,"u":"ability%20check_xphb","p":360,"s":8,"h":1,"t":17,"uu":"ability check|xphb","n":"Ability Check"},{"id":17754,"c":12,"u":"ability%20score%20and%20modifier_xphb","p":360,"s":8,"h":1,"t":17,"uu":"ability score and modifier|xphb","n":"Ability Score and Modifier"},{"id":17755,"c":12,"u":"action_xphb","p":360,"s":8,"h":1,"t":17,"uu":"action|xphb","n":"Action"},{"id":17756,"c":12,"u":"advantage_xphb","p":360,"s":8,"h":1,"t":17,"uu":"advantage|xphb","n":"Advantage"},{"id":17757,"c":12,"u":"adventure_xphb","p":360,"s":8,"h":1,"t":17,"uu":"adventure|xphb","n":"Adventure"},{"id":17758,"c":12,"u":"alignment_xphb","p":360,"s":8,"h":1,"t":17,"uu":"alignment|xphb","n":"Alignment"},{"id":17759,"c":12,"u":"ally_xphb","p":361,"s":8,"h":1,"t":17,"uu":"ally|xphb","n":"Ally"},{"id":17760,"c":12,"u":"area%20of%20effect_xphb","p":361,"s":8,"h":1,"t":17,"uu":"area of effect|xphb","n":"Area of Effect"},{"id":17761,"c":12,"u":"armor%20class_xphb","p":361,"s":8,"h":1,"t":17,"uu":"armor class|xphb","n":"Armor Class"},{"id":17762,"c":12,"u":"armor%20training_xphb","p":361,"s":8,"h":1,"t":17,"uu":"armor training|xphb","n":"Armor Training"},{"id":17763,"c":12,"u":"attack%20roll_xphb","p":361,"s":8,"h":1,"t":17,"uu":"attack roll|xphb","n":"Attack Roll"},{"id":17764,"c":12,"u":"attitude_xphb","p":361,"s":8,"h":1,"t":17,"uu":"attitude|xphb","n":"Attitude"},{"id":17765,"c":12,"u":"attunement_xphb","p":361,"s":8,"h":1,"t":17,"uu":"attunement|xphb","n":"Attunement"},{"id":17766,"c":12,"u":"bloodied_xphb","p":362,"s":8,"h":1,"t":17,"uu":"bloodied|xphb","n":"Bloodied"},{"id":17767,"c":12,"u":"bonus%20action_xphb","p":362,"s":8,"h":1,"t":17,"uu":"bonus action|xphb","n":"Bonus Action"},{"id":17768,"c":12,"u":"breaking%20objects_xphb","p":362,"s":8,"h":1,"t":17,"uu":"breaking objects|xphb","n":"Breaking Objects"},{"id":17769,"c":12,"u":"bright%20light_xphb","p":362,"s":8,"h":1,"t":17,"uu":"bright light|xphb","n":"Bright Light"},{"id":17770,"c":12,"u":"burrow%20speed_xphb","p":362,"s":8,"h":1,"t":17,"uu":"burrow speed|xphb","n":"Burrow Speed"},{"id":17771,"c":12,"u":"campaign_xphb","p":362,"s":8,"h":1,"t":17,"uu":"campaign|xphb","n":"Campaign"},{"id":17772,"c":12,"u":"cantrip_xphb","p":362,"s":8,"h":1,"t":17,"uu":"cantrip|xphb","n":"Cantrip"},{"id":17773,"c":12,"u":"carrying%20capacity_xphb","p":362,"s":8,"h":1,"t":17,"uu":"carrying capacity|xphb","n":"Carrying Capacity"},{"id":17774,"c":12,"u":"challenge%20rating_xphb","p":363,"s":8,"h":1,"t":17,"uu":"challenge rating|xphb","n":"Challenge Rating"},{"id":17775,"c":12,"u":"character%20sheet_xphb","p":363,"s":8,"h":1,"t":17,"uu":"character sheet|xphb","n":"Character Sheet"},{"id":17776,"c":12,"u":"climb%20speed_xphb","p":363,"s":8,"h":1,"t":17,"uu":"climb speed|xphb","n":"Climb Speed"},{"id":17777,"c":12,"u":"climbing_xphb","p":363,"s":8,"h":1,"t":17,"uu":"climbing|xphb","n":"Climbing"},{"id":17778,"c":12,"u":"condition_xphb","p":363,"s":8,"h":1,"t":17,"uu":"condition|xphb","n":"Condition"},{"id":17779,"c":12,"u":"cone%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"t":17,"uu":"cone [area of effect]|xphb","n":"Cone [Area of Effect]"},{"id":17780,"c":12,"u":"cover_xphb","p":364,"s":8,"h":1,"t":17,"uu":"cover|xphb","n":"Cover"},{"id":17781,"c":12,"u":"crawling_xphb","p":364,"s":8,"h":1,"t":17,"uu":"crawling|xphb","n":"Crawling"},{"id":17782,"c":12,"u":"creature_xphb","p":364,"s":8,"h":1,"t":17,"uu":"creature|xphb","n":"Creature"},{"id":17783,"c":12,"u":"creature%20type_xphb","p":364,"s":8,"h":1,"t":17,"uu":"creature type|xphb","n":"Creature Type"},{"id":17784,"c":12,"u":"critical%20hit_xphb","p":364,"s":8,"h":1,"t":17,"uu":"critical hit|xphb","n":"Critical Hit"},{"id":17785,"c":12,"u":"cube%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"t":17,"uu":"cube [area of effect]|xphb","n":"Cube [Area of Effect]"},{"id":17786,"c":12,"u":"curses_xphb","p":364,"s":8,"h":1,"t":17,"uu":"curses|xphb","n":"Curses"},{"id":17787,"c":12,"u":"cylinder%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"t":17,"uu":"cylinder [area of effect]|xphb","n":"Cylinder [Area of Effect]"},{"id":17788,"c":12,"u":"d20%20test_xphb","p":364,"s":8,"h":1,"t":17,"uu":"d20 test|xphb","n":"D20 Test"},{"id":17789,"c":12,"u":"damage_xphb","p":364,"s":8,"h":1,"t":17,"uu":"damage|xphb","n":"Damage"},{"id":17790,"c":12,"u":"damage%20roll_xphb","p":364,"s":8,"h":1,"t":17,"uu":"damage roll|xphb","n":"Damage Roll"},{"id":17791,"c":12,"u":"damage%20threshold_xphb","p":364,"s":8,"h":1,"t":17,"uu":"damage threshold|xphb","n":"Damage Threshold"},{"id":17792,"c":12,"u":"damage%20types_xphb","p":365,"s":8,"h":1,"t":17,"uu":"damage types|xphb","n":"Damage Types"},{"id":17793,"c":12,"u":"darkness_xphb","p":365,"s":8,"h":1,"t":17,"uu":"darkness|xphb","n":"Darkness"},{"id":17794,"c":12,"u":"dead_xphb","p":365,"s":8,"h":1,"t":17,"uu":"dead|xphb","n":"Dead"},{"id":17795,"c":12,"u":"death%20saving%20throw_xphb","p":365,"s":8,"h":1,"t":17,"uu":"death saving throw|xphb","n":"Death Saving Throw"},{"id":17796,"c":12,"u":"difficult%20terrain_xphb","p":366,"s":8,"h":1,"t":17,"uu":"difficult terrain|xphb","n":"Difficult Terrain"},{"id":17797,"c":12,"u":"difficulty%20class_xphb","p":366,"s":8,"h":1,"t":17,"uu":"difficulty class|xphb","n":"Difficulty Class"},{"id":17798,"c":12,"u":"dim%20light_xphb","p":366,"s":8,"h":1,"t":17,"uu":"dim light|xphb","n":"Dim Light"},{"id":17799,"c":12,"u":"disadvantage_xphb","p":366,"s":8,"h":1,"t":17,"uu":"disadvantage|xphb","n":"Disadvantage"},{"id":17800,"c":12,"u":"emanation%20%5barea%20of%20effect%5d_xphb","p":366,"s":8,"h":1,"t":17,"uu":"emanation [area of effect]|xphb","n":"Emanation [Area of Effect]"},{"id":17801,"c":12,"u":"encounter_xphb","p":366,"s":8,"h":1,"t":17,"uu":"encounter|xphb","n":"Encounter"},{"id":17802,"c":12,"u":"enemy_xphb","p":366,"s":8,"h":1,"t":17,"uu":"enemy|xphb","n":"Enemy"},{"id":17803,"c":12,"u":"experience%20points_xphb","p":366,"s":8,"h":1,"t":17,"uu":"experience points|xphb","n":"Experience Points"},{"id":17804,"c":12,"u":"expertise_xphb","p":367,"s":8,"h":1,"t":17,"uu":"expertise|xphb","n":"Expertise"},{"id":17805,"c":12,"u":"fly%20speed_xphb","p":367,"s":8,"h":1,"t":17,"uu":"fly speed|xphb","n":"Fly Speed"},{"id":17806,"c":12,"u":"flying_xphb","p":367,"s":8,"h":1,"t":17,"uu":"flying|xphb","n":"Flying"},{"id":17807,"c":12,"u":"friendly%20%5battitude%5d_xphb","p":367,"s":8,"h":1,"t":17,"uu":"friendly [attitude]|xphb","n":"Friendly [Attitude]"},{"id":17808,"c":12,"u":"grappling_xphb","p":367,"s":8,"h":1,"t":17,"uu":"grappling|xphb","n":"Grappling"},{"id":17809,"c":12,"u":"hazard_xphb","p":368,"s":8,"h":1,"t":17,"uu":"hazard|xphb","n":"Hazard"},{"id":17810,"c":12,"u":"healing_xphb","p":368,"s":8,"h":1,"t":17,"uu":"healing|xphb","n":"Healing"},{"id":17811,"c":12,"u":"heavily%20obscured_xphb","p":368,"s":8,"h":1,"t":17,"uu":"heavily obscured|xphb","n":"Heavily Obscured"},{"id":17812,"c":12,"u":"heroic%20inspiration_xphb","p":368,"s":8,"h":1,"t":17,"uu":"heroic inspiration|xphb","n":"Heroic Inspiration"},{"id":17813,"c":12,"u":"high%20jump_xphb","p":368,"s":8,"h":1,"t":17,"uu":"high jump|xphb","n":"High Jump"},{"id":17814,"c":12,"u":"hit%20point%20dice_xphb","p":368,"s":8,"h":1,"t":17,"uu":"hit point dice|xphb","n":"Hit Point Dice"},{"id":17815,"c":12,"u":"hit%20points_xphb","p":368,"s":8,"h":1,"t":17,"uu":"hit points|xphb","n":"Hit Points"},{"id":17816,"c":12,"u":"hostile%20%5battitude%5d_xphb","p":368,"s":8,"h":1,"t":17,"uu":"hostile [attitude]|xphb","n":"Hostile [Attitude]"},{"id":17817,"c":12,"u":"hover_xphb","p":368,"s":8,"h":1,"t":17,"uu":"hover|xphb","n":"Hover"},{"id":17818,"c":12,"u":"illusions_xphb","p":369,"s":8,"h":1,"t":17,"uu":"illusions|xphb","n":"Illusions"},{"id":17819,"c":12,"u":"immunity_xphb","p":369,"s":8,"h":1,"t":17,"uu":"immunity|xphb","n":"Immunity"},{"id":17820,"c":12,"u":"improvised%20weapons_xphb","p":369,"s":8,"h":1,"t":17,"uu":"improvised weapons|xphb","n":"Improvised Weapons"},{"id":17821,"c":12,"u":"indifferent%20%5battitude%5d_xphb","p":369,"s":8,"h":1,"t":17,"uu":"indifferent [attitude]|xphb","n":"Indifferent [Attitude]"},{"id":17822,"c":12,"u":"initiative_xphb","p":369,"s":8,"h":1,"t":17,"uu":"initiative|xphb","n":"Initiative"},{"id":17823,"c":12,"u":"jumping_xphb","p":370,"s":8,"h":1,"t":17,"uu":"jumping|xphb","n":"Jumping"},{"id":17824,"c":12,"u":"knocking%20out%20a%20creature_xphb","p":370,"s":8,"h":1,"t":17,"uu":"knocking out a creature|xphb","n":"Knocking Out a Creature"},{"id":17825,"c":12,"u":"lightly%20obscured_xphb","p":370,"s":8,"h":1,"t":17,"uu":"lightly obscured|xphb","n":"Lightly Obscured"},{"id":17826,"c":12,"u":"line%20%5barea%20of%20effect%5d_xphb","p":370,"s":8,"h":1,"t":17,"uu":"line [area of effect]|xphb","n":"Line [Area of Effect]"},{"id":17827,"c":12,"u":"long%20jump_xphb","p":370,"s":8,"h":1,"t":17,"uu":"long jump|xphb","n":"Long Jump"},{"id":17828,"c":12,"u":"long%20rest_xphb","p":370,"s":8,"h":1,"t":17,"uu":"long rest|xphb","n":"Long Rest"},{"id":17829,"c":12,"u":"magical%20effect_xphb","p":371,"s":8,"h":1,"t":17,"uu":"magical effect|xphb","n":"Magical Effect"},{"id":17830,"c":12,"u":"monster_xphb","p":371,"s":8,"h":1,"t":17,"uu":"monster|xphb","n":"Monster"},{"id":17831,"c":12,"u":"nonplayer%20character_xphb","p":371,"s":8,"h":1,"t":17,"uu":"nonplayer character|xphb","n":"Nonplayer Character"},{"id":17832,"c":12,"u":"object_xphb","p":371,"s":8,"h":1,"t":17,"uu":"object|xphb","n":"Object"},{"id":17833,"c":12,"u":"occupied%20space_xphb","p":371,"s":8,"h":1,"t":17,"uu":"occupied space|xphb","n":"Occupied Space"},{"id":17834,"c":12,"u":"passive%20perception_xphb","p":372,"s":8,"h":1,"t":17,"uu":"passive perception|xphb","n":"Passive Perception"},{"id":17835,"c":12,"u":"per%20day_xphb","p":372,"s":8,"h":1,"t":17,"uu":"per day|xphb","n":"Per Day"},{"id":17836,"c":12,"u":"player%20character_xphb","p":372,"s":8,"h":1,"t":17,"uu":"player character|xphb","n":"Player Character"},{"id":17837,"c":12,"u":"possession_xphb","p":372,"s":8,"h":1,"t":17,"uu":"possession|xphb","n":"Possession"},{"id":17838,"c":12,"u":"proficiency_xphb","p":372,"s":8,"h":1,"t":17,"uu":"proficiency|xphb","n":"Proficiency"},{"id":17839,"c":12,"u":"reaction_xphb","p":372,"s":8,"h":1,"t":17,"uu":"reaction|xphb","n":"Reaction"},{"id":17840,"c":12,"u":"resistance_xphb","p":373,"s":8,"h":1,"t":17,"uu":"resistance|xphb","n":"Resistance"},{"id":17841,"c":12,"u":"ritual_xphb","p":373,"s":8,"h":1,"t":17,"uu":"ritual|xphb","n":"Ritual"},{"id":17842,"c":12,"u":"round%20down_xphb","p":373,"s":8,"h":1,"t":17,"uu":"round down|xphb","n":"Round Down"},{"id":17843,"c":12,"u":"save_xphb","p":373,"s":8,"h":1,"t":17,"uu":"save|xphb","n":"Save"},{"id":17844,"c":12,"u":"saving%20throw_xphb","p":373,"s":8,"h":1,"t":17,"uu":"saving throw|xphb","n":"Saving Throw"},{"id":17845,"c":12,"u":"shape-shifting_xphb","p":373,"s":8,"h":1,"t":17,"uu":"shape-shifting|xphb","n":"Shape-Shifting"},{"id":17846,"c":12,"u":"short%20rest_xphb","p":373,"s":8,"h":1,"t":17,"uu":"short rest|xphb","n":"Short Rest"},{"id":17847,"c":12,"u":"simultaneous%20effects_xphb","p":374,"s":8,"h":1,"t":17,"uu":"simultaneous effects|xphb","n":"Simultaneous Effects"},{"id":17848,"c":12,"u":"size_xphb","p":374,"s":8,"h":1,"t":17,"uu":"size|xphb","n":"Size"},{"id":17849,"c":12,"u":"skill_xphb","p":374,"s":8,"h":1,"t":17,"uu":"skill|xphb","n":"Skill"},{"id":17850,"c":12,"u":"speed_xphb","p":374,"s":8,"h":1,"t":17,"uu":"speed|xphb","n":"Speed"},{"id":17851,"c":12,"u":"spell_xphb","p":374,"s":8,"h":1,"t":17,"uu":"spell|xphb","n":"Spell"},{"id":17852,"c":12,"u":"spell%20attack_xphb","p":374,"s":8,"h":1,"t":17,"uu":"spell attack|xphb","n":"Spell Attack"},{"id":17853,"c":12,"u":"spellcasting%20focus_xphb","p":374,"s":8,"h":1,"t":17,"uu":"spellcasting focus|xphb","n":"Spellcasting Focus"},{"id":17854,"c":12,"u":"sphere%20%5barea%20of%20effect%5d_xphb","p":374,"s":8,"h":1,"t":17,"uu":"sphere [area of effect]|xphb","n":"Sphere [Area of Effect]"},{"id":17855,"c":12,"u":"stable_xphb","p":374,"s":8,"h":1,"t":17,"uu":"stable|xphb","n":"Stable"},{"id":17856,"c":12,"u":"stat%20block_xphb","p":374,"s":8,"h":1,"t":17,"uu":"stat block|xphb","n":"Stat Block"},{"id":17857,"c":12,"u":"swim%20speed_xphb","p":376,"s":8,"h":1,"t":17,"uu":"swim speed|xphb","n":"Swim Speed"},{"id":17858,"c":12,"u":"swimming_xphb","p":376,"s":8,"h":1,"t":17,"uu":"swimming|xphb","n":"Swimming"},{"id":17859,"c":12,"u":"target_xphb","p":376,"s":8,"h":1,"t":17,"uu":"target|xphb","n":"Target"},{"id":17860,"c":12,"u":"telepathy_xphb","p":376,"s":8,"h":1,"t":17,"uu":"telepathy|xphb","n":"Telepathy"},{"id":17861,"c":12,"u":"teleportation_xphb","p":376,"s":8,"h":1,"t":17,"uu":"teleportation|xphb","n":"Teleportation"},{"id":17862,"c":12,"u":"temporary%20hit%20points_xphb","p":376,"s":8,"h":1,"t":17,"uu":"temporary hit points|xphb","n":"Temporary Hit Points"},{"id":17863,"c":12,"u":"unarmed%20strike_xphb","p":377,"s":8,"h":1,"t":17,"uu":"unarmed strike|xphb","n":"Unarmed Strike"},{"id":17864,"c":12,"u":"unoccupied%20space_xphb","p":377,"s":8,"h":1,"t":17,"uu":"unoccupied space|xphb","n":"Unoccupied Space"},{"id":17865,"c":12,"u":"vulnerability_xphb","p":377,"s":8,"h":1,"t":17,"uu":"vulnerability|xphb","n":"Vulnerability"},{"id":17866,"c":12,"u":"weapon_xphb","p":377,"s":8,"h":1,"t":17,"uu":"weapon|xphb","n":"Weapon"},{"id":17867,"c":12,"u":"weapon%20attack_xphb","p":377,"s":8,"h":1,"t":17,"uu":"weapon attack|xphb","n":"Weapon Attack"},{"id":17868,"c":12,"u":"crashing_aag","p":25,"s":102,"h":1,"t":17,"uu":"crashing|aag","n":"Crashing"},{"id":17869,"c":12,"u":"crew_aag","p":24,"s":102,"h":1,"t":17,"uu":"crew|aag","n":"Crew"},{"id":17870,"c":12,"u":"ship%20repairs_aag","p":25,"s":102,"h":1,"t":17,"uu":"ship repairs|aag","n":"Ship Repairs"},{"id":17871,"c":12,"u":"ship-to-ship%20combat_aag","p":24,"s":102,"h":1,"t":17,"uu":"ship-to-ship combat|aag","n":"Ship-to-Ship Combat"},{"id":17872,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20explore%20territory_ai","p":37,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: explore territory|ai","n":"Downtime and Franchise Activity: Explore Territory"},{"id":17873,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20franchise%20restructuring_ai","p":38,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: franchise restructuring|ai","n":"Downtime and Franchise Activity: Franchise Restructuring"},{"id":17874,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20headquarters%20modification_ai","p":39,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: headquarters modification|ai","n":"Downtime and Franchise Activity: Headquarters Modification"},{"id":17875,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20marketeering_ai","p":40,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: marketeering|ai","n":"Downtime and Franchise Activity: Marketeering"},{"id":17876,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20philanthropic%20enterprise_ai","p":41,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: philanthropic enterprise|ai","n":"Downtime and Franchise Activity: Philanthropic Enterprise"},{"id":17877,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20running%20a%20franchise_ai","p":42,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: running a franchise|ai","n":"Downtime and Franchise Activity: Running a Franchise"},{"id":17878,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20schmoozing_ai","p":45,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: schmoozing|ai","n":"Downtime and Franchise Activity: Schmoozing"},{"id":17879,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20scrutineering_ai","p":43,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: scrutineering|ai","n":"Downtime and Franchise Activity: Scrutineering"},{"id":17880,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20shady%20business%20practice_ai","p":43,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: shady business practice|ai","n":"Downtime and Franchise Activity: Shady Business Practice"},{"id":17881,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20team%20building_ai","p":45,"s":15,"h":1,"t":17,"uu":"downtime and franchise activity: team building|ai","n":"Downtime and Franchise Activity: Team Building"},{"id":17882,"c":12,"u":"action%20options_dmg","p":271,"s":24,"h":1,"t":17,"uu":"action options|dmg","n":"Action Options"},{"id":17883,"c":12,"u":"alien%20technology_dmg","p":268,"s":24,"h":1,"t":17,"uu":"alien technology|dmg","n":"Alien Technology"},{"id":17884,"c":12,"u":"alternatives%20to%20epic%20boons_dmg","p":230,"s":24,"h":1,"t":17,"uu":"alternatives to epic boons|dmg","n":"Alternatives to Epic Boons"},{"id":17885,"c":12,"u":"automatic%20success_dmg","p":239,"s":24,"h":1,"t":17,"uu":"automatic success|dmg","n":"Automatic Success"},{"id":17886,"c":12,"u":"cleaving%20through%20creatures_dmg","p":272,"s":24,"h":1,"t":17,"uu":"cleaving through creatures|dmg","n":"Cleaving Through Creatures"},{"id":17887,"c":12,"u":"diagonals_dmg","p":252,"s":24,"h":1,"t":17,"uu":"diagonals|dmg","n":"Diagonals"},{"id":17888,"c":12,"u":"downtime%20activity%3a%20building%20a%20stronghold_dmg","p":128,"s":24,"h":1,"t":17,"uu":"downtime activity: building a stronghold|dmg","n":"Downtime Activity: Building a Stronghold"},{"id":17889,"c":12,"u":"downtime%20activity%3a%20carousing_dmg","p":128,"s":24,"h":1,"t":17,"uu":"downtime activity: carousing|dmg","n":"Downtime Activity: Carousing"},{"id":17890,"c":12,"u":"downtime%20activity%3a%20crafting%20a%20magic%20item_dmg","p":128,"s":24,"h":1,"t":17,"uu":"downtime activity: crafting a magic item|dmg","n":"Downtime Activity: Crafting a Magic Item"},{"id":17891,"c":12,"u":"downtime%20activity%3a%20gaining%20renown_dmg","p":129,"s":24,"h":1,"t":17,"uu":"downtime activity: gaining renown|dmg","n":"Downtime Activity: Gaining Renown"},{"id":17892,"c":12,"u":"downtime%20activity%3a%20performing%20sacred%20rites_dmg","p":129,"s":24,"h":1,"t":17,"uu":"downtime activity: performing sacred rites|dmg","n":"Downtime Activity: Performing Sacred Rites"},{"id":17893,"c":12,"u":"downtime%20activity%3a%20running%20a%20business_dmg","p":129,"s":24,"h":1,"t":17,"uu":"downtime activity: running a business|dmg","n":"Downtime Activity: Running a Business"},{"id":17894,"c":12,"u":"downtime%20activity%3a%20selling%20magic%20items_dmg","p":129,"s":24,"h":1,"t":17,"uu":"downtime activity: selling magic items|dmg","n":"Downtime Activity: Selling Magic Items"},{"id":17895,"c":12,"u":"downtime%20activity%3a%20sowing%20rumors_dmg","p":131,"s":24,"h":1,"t":17,"uu":"downtime activity: sowing rumors|dmg","n":"Downtime Activity: Sowing Rumors"},{"id":17896,"c":12,"u":"downtime%20activity%3a%20training%20to%20gain%20levels_dmg","p":131,"s":24,"h":1,"t":17,"uu":"downtime activity: training to gain levels|dmg","n":"Downtime Activity: Training to Gain Levels"},{"id":17897,"c":12,"u":"explosives_dmg","p":267,"s":24,"h":1,"t":17,"uu":"explosives|dmg","n":"Explosives"},{"id":17898,"c":12,"u":"facing_dmg","p":252,"s":24,"h":1,"t":17,"uu":"facing|dmg","n":"Facing"},{"id":17899,"c":12,"u":"fear%20and%20horror_dmg","p":266,"s":24,"h":1,"t":17,"uu":"fear and horror|dmg","n":"Fear and Horror"},{"id":17900,"c":12,"u":"firearms_dmg","p":267,"s":24,"h":1,"t":17,"uu":"firearms|dmg","n":"Firearms"},{"id":17901,"c":12,"u":"flanking_dmg","p":251,"s":24,"h":1,"t":17,"uu":"flanking|dmg","n":"Flanking"},{"id":17902,"c":12,"u":"healing_dmg","p":266,"s":24,"h":1,"t":17,"uu":"healing|dmg","n":"Healing"},{"id":17903,"c":12,"u":"hero%20points_dmg","p":264,"s":24,"h":1,"t":17,"uu":"hero points|dmg","n":"Hero Points"},{"id":17904,"c":12,"u":"hitting%20cover_dmg","p":272,"s":24,"h":1,"t":17,"uu":"hitting cover|dmg","n":"Hitting Cover"},{"id":17905,"c":12,"u":"initiative%20variants_dmg","p":270,"s":24,"h":1,"t":17,"uu":"initiative variants|dmg","n":"Initiative Variants"},{"id":17906,"c":12,"u":"injuries_dmg","p":272,"s":24,"h":1,"t":17,"uu":"injuries|dmg","n":"Injuries"},{"id":17907,"c":12,"u":"inspiration_dmg","p":240,"s":24,"h":1,"t":17,"uu":"inspiration|dmg","n":"Inspiration"},{"id":17908,"c":12,"u":"level%20advancement%20without%20xp_dmg","p":261,"s":24,"h":1,"t":17,"uu":"level advancement without xp|dmg","n":"Level Advancement without XP"},{"id":17909,"c":12,"u":"loyalty_dmg","p":93,"s":24,"h":1,"t":17,"uu":"loyalty|dmg","n":"Loyalty"},{"id":17910,"c":12,"u":"madness_dmg","p":258,"s":24,"h":1,"r":1,"t":17,"uu":"madness|dmg","n":"Madness"},{"id":17911,"c":12,"u":"massive%20damage_dmg","p":273,"s":24,"h":1,"t":17,"uu":"massive damage|dmg","n":"Massive Damage"},{"id":17912,"c":12,"u":"milestones_dmg","p":261,"s":24,"h":1,"t":17,"uu":"milestones|dmg","n":"Milestones"},{"id":17913,"c":12,"u":"mixing%20potions_dmg","p":140,"s":24,"h":1,"t":17,"uu":"mixing potions|dmg","n":"Mixing Potions"},{"id":17914,"c":12,"u":"morale_dmg","p":273,"s":24,"h":1,"t":17,"uu":"morale|dmg","n":"Morale"},{"id":17915,"c":12,"u":"more%20difficult%20identification_dmg","p":136,"s":24,"h":1,"t":17,"uu":"more difficult identification|dmg","n":"More Difficult Identification"},{"id":17916,"c":12,"u":"new%20ability%20scores%3a%20honor%20and%20sanity_dmg","p":264,"s":24,"h":1,"t":17,"uu":"new ability scores: honor and sanity|dmg","n":"New Ability Scores: Honor and Sanity"},{"id":17917,"c":12,"u":"planar%20effects_dmg","p":50,"s":24,"h":1,"t":17,"uu":"planar effects|dmg","n":"Planar Effects"},{"id":17918,"c":12,"u":"plot%20points_dmg","p":269,"s":24,"h":1,"t":17,"uu":"plot points|dmg","n":"Plot Points"},{"id":17919,"c":12,"u":"proficiency%20dice_dmg","p":263,"s":24,"h":1,"t":17,"uu":"proficiency dice|dmg","n":"Proficiency Dice"},{"id":17920,"c":12,"u":"renown_dmg","p":22,"s":24,"h":1,"t":17,"uu":"renown|dmg","n":"Renown"},{"id":17921,"c":12,"u":"rest%20variants_dmg","p":267,"s":24,"h":1,"t":17,"uu":"rest variants|dmg","n":"Rest Variants"},{"id":17922,"c":12,"u":"scroll%20mishaps_dmg","p":140,"s":24,"h":1,"t":17,"uu":"scroll mishaps|dmg","n":"Scroll Mishaps"},{"id":17923,"c":12,"u":"skill%20variants_dmg","p":263,"s":24,"h":1,"t":17,"uu":"skill variants|dmg","n":"Skill Variants"},{"id":17924,"c":12,"u":"spell%20points_dmg","p":288,"s":24,"h":1,"t":17,"uu":"spell points|dmg","n":"Spell Points"},{"id":17925,"c":12,"u":"wands%20that%20don't%20recharge_dmg","p":141,"s":24,"h":1,"t":17,"uu":"wands that don't recharge|dmg","n":"Wands That Don't Recharge"},{"id":17926,"c":12,"u":"sidekicks_esk","p":63,"s":30,"h":1,"t":17,"uu":"sidekicks|esk","n":"Sidekicks"},{"id":17927,"c":12,"u":"encounters%20at%20sea_gos","p":207,"s":33,"h":1,"t":17,"uu":"encounters at sea|gos","n":"Encounters at Sea"},{"id":17928,"c":12,"u":"mysterious%20islands_gos","p":211,"s":33,"h":1,"t":17,"uu":"mysterious islands|gos","n":"Mysterious Islands"},{"id":17929,"c":12,"u":"ocean%20environs_gos","p":202,"s":33,"h":1,"t":17,"uu":"ocean environs|gos","n":"Ocean Environs"},{"id":17930,"c":12,"u":"officers%20and%20crew_gos","p":194,"s":33,"h":1,"t":17,"uu":"officers and crew|gos","n":"Officers and Crew"},{"id":17931,"c":12,"u":"random%20ships_gos","p":208,"s":33,"h":1,"t":17,"uu":"random ships|gos","n":"Random Ships"},{"id":17932,"c":12,"u":"ship%20stat%20blocks_gos","p":186,"s":33,"h":1,"t":17,"uu":"ship stat blocks|gos","n":"Ship Stat Blocks"},{"id":17933,"c":12,"u":"ships%20in%20combat_gos","p":198,"s":33,"h":1,"t":17,"uu":"ships in combat|gos","n":"Ships in Combat"},{"id":17934,"c":12,"u":"superior%20ship%20upgrades_gos","p":196,"s":33,"h":1,"t":17,"uu":"superior ship upgrades|gos","n":"Superior Ship Upgrades"},{"id":17935,"c":12,"u":"travel%20at%20sea_gos","p":199,"s":33,"h":1,"t":17,"uu":"travel at sea|gos","n":"Travel at Sea"},{"id":17936,"c":12,"u":"familiars_mm","p":347,"s":44,"h":1,"t":17,"uu":"familiars|mm","n":"Familiars"},{"id":17937,"c":12,"u":"player%20characters%20as%20lycanthropes_mm","p":207,"s":44,"h":1,"t":17,"uu":"player characters as lycanthropes|mm","n":"Player Characters as Lycanthropes"},{"id":17938,"c":12,"u":"player%20characters%20as%20vampires_mm","p":295,"s":44,"h":1,"t":17,"uu":"player characters as vampires|mm","n":"Player Characters as Vampires"},{"id":17939,"c":12,"u":"customizing%20ability%20scores_phb","p":13,"s":51,"h":1,"t":17,"uu":"customizing ability scores|phb","n":"Customizing Ability Scores"},{"id":17940,"c":12,"u":"downtime%20activity%3a%20crafting_phb","p":187,"s":51,"h":1,"t":17,"uu":"downtime activity: crafting|phb","n":"Downtime Activity: Crafting"},{"id":17941,"c":12,"u":"downtime%20activity%3a%20practicing%20a%20profession_phb","p":187,"s":51,"h":1,"t":17,"uu":"downtime activity: practicing a profession|phb","n":"Downtime Activity: Practicing a Profession"},{"id":17942,"c":12,"u":"downtime%20activity%3a%20recuperating_phb","p":187,"s":51,"h":1,"t":17,"uu":"downtime activity: recuperating|phb","n":"Downtime Activity: Recuperating"},{"id":17943,"c":12,"u":"downtime%20activity%3a%20researching_phb","p":187,"s":51,"h":1,"t":17,"uu":"downtime activity: researching|phb","n":"Downtime Activity: Researching"},{"id":17944,"c":12,"u":"downtime%20activity%3a%20training_phb","p":187,"s":51,"h":1,"t":17,"uu":"downtime activity: training|phb","n":"Downtime Activity: Training"},{"id":17945,"c":12,"u":"encumbrance_phb","p":176,"s":51,"h":1,"t":17,"uu":"encumbrance|phb","n":"Encumbrance"},{"id":17946,"c":12,"u":"equipment%20sizes_phb","p":145,"s":51,"h":1,"t":17,"uu":"equipment sizes|phb","n":"Equipment Sizes"},{"id":17947,"c":12,"u":"feats_phb","p":165,"s":51,"h":1,"t":17,"uu":"feats|phb","n":"Feats"},{"id":17948,"c":12,"u":"inspiration_phb","p":125,"s":51,"h":1,"t":17,"uu":"inspiration|phb","n":"Inspiration"},{"id":17949,"c":12,"u":"multiclassing_phb","p":163,"s":51,"h":1,"t":17,"uu":"multiclassing|phb","n":"Multiclassing"},{"id":17950,"c":12,"u":"playing%20on%20a%20grid_phb","p":192,"s":51,"h":1,"t":17,"uu":"playing on a grid|phb","n":"Playing on a Grid"},{"id":17951,"c":12,"u":"skills%20with%20different%20abilities_phb","p":175,"s":51,"h":1,"t":17,"uu":"skills with different abilities|phb","n":"Skills with Different Abilities"},{"id":17952,"c":12,"u":"accelerated%20rests_tdcsr","p":213,"s":60,"h":1,"dP":1,"t":17,"uu":"accelerated rests|tdcsr","n":"Accelerated Rests"},{"id":17953,"c":12,"u":"alternative%20resurrection%20rules%3a%20fading%20spirits_tdcsr","p":215,"s":60,"h":1,"dP":1,"t":17,"uu":"alternative resurrection rules: fading spirits|tdcsr","n":"Alternative Resurrection Rules: Fading Spirits"},{"id":17954,"c":12,"u":"alternative%20resurrection%20rules%3a%20harrowing%20return_tdcsr","p":213,"s":60,"h":1,"dP":1,"t":17,"uu":"alternative resurrection rules: harrowing return|tdcsr","n":"Alternative Resurrection Rules: Harrowing Return"},{"id":17955,"c":12,"u":"alternative%20resurrection%20rules%3a%20taxing%20return_tdcsr","p":215,"s":60,"h":1,"dP":1,"t":17,"uu":"alternative resurrection rules: taxing return|tdcsr","n":"Alternative Resurrection Rules: Taxing Return"},{"id":17956,"c":12,"u":"hemocraft_tdcsr","p":165,"s":60,"h":1,"dP":1,"t":17,"uu":"hemocraft|tdcsr","n":"Hemocraft"},{"id":17957,"c":12,"u":"illegal%20drugs_tdcsr","p":85,"s":60,"h":1,"dP":1,"t":17,"uu":"illegal drugs|tdcsr","n":"Illegal Drugs"},{"id":17958,"c":12,"u":"mixed%20ancestry%20statistics_tdcsr","p":164,"s":60,"h":1,"dP":1,"t":17,"uu":"mixed ancestry statistics|tdcsr","n":"Mixed Ancestry Statistics"},{"id":17959,"c":12,"u":"rapid%20quaffing_tdcsr","p":215,"s":60,"h":1,"dP":1,"t":17,"uu":"rapid quaffing|tdcsr","n":"Rapid Quaffing"},{"id":17960,"c":12,"u":"skyships_tdcsr","p":137,"s":60,"h":1,"dP":1,"t":17,"uu":"skyships|tdcsr","n":"Skyships"},{"id":17961,"c":12,"u":"familiars_vgm","p":213,"s":66,"h":1,"t":17,"uu":"familiars|vgm","n":"Familiars"},{"id":17962,"c":12,"u":"fear%20and%20stress_vrgr","p":195,"s":67,"h":1,"t":17,"uu":"fear and stress|vrgr","n":"Fear and Stress"},{"id":17963,"c":12,"u":"haunted%20traps_vrgr","p":196,"s":67,"h":1,"t":17,"uu":"haunted traps|vrgr","n":"Haunted Traps"},{"id":17964,"c":12,"u":"survivors_vrgr","p":198,"s":67,"h":1,"t":17,"uu":"survivors|vrgr","n":"Survivors"},{"id":17965,"c":12,"u":"emrakul's%20madness_psi","p":30,"s":96,"h":1,"t":17,"uu":"emrakul's madness|psi","n":"Emrakul's Madness"},{"id":17966,"c":12,"u":"parleying%20with%20monsters_tce","p":148,"s":4,"h":1,"t":17,"uu":"parleying with monsters|tce","n":"Parleying with Monsters"},{"id":17967,"c":12,"u":"multiclassing_xphb","p":44,"s":8,"h":1,"t":17,"uu":"multiclassing|xphb","n":"Multiclassing"},{"id":17968,"c":12,"u":"weapon%20mastery%20properties_xphb","p":214,"s":8,"h":1,"t":17,"uu":"weapon mastery properties|xphb","n":"Weapon Mastery Properties"},{"id":17969,"c":12,"u":"death%20saving%20throws_xscreen","s":121,"h":1,"t":17,"uu":"death saving throws|xscreen","n":"Death Saving Throws"},{"id":17970,"c":13,"u":"coa","s":9,"t":18,"uu":"chains of asmodeus|coa","n":"Chains of Asmodeus"},{"id":17971,"c":13,"u":"gotsf","s":10,"t":18,"uu":"giants of the star forge|gotsf","n":"Giants of the Star Forge"},{"id":17972,"c":13,"u":"bgdia","s":17,"t":18,"uu":"baldur's gate: descent into avernus|bgdia","n":"Baldur's Gate: Descent Into Avernus"},{"id":17973,"c":13,"u":"cm","s":18,"t":18,"uu":"candlekeep mysteries|cm","n":"Candlekeep Mysteries"},{"id":17974,"c":13,"u":"cos","s":19,"t":18,"uu":"curse of strahd|cos","n":"Curse of Strahd"},{"id":17975,"c":13,"u":"crcotn","s":20,"dP":1,"t":18,"uu":"critical role: call of the netherdeep|crcotn","n":"Critical Role: Call of the Netherdeep"},{"id":17976,"c":13,"u":"dc","s":21,"t":18,"uu":"essentials kit: divine contention|dc","n":"Essentials Kit: Divine Contention"},{"id":17977,"c":13,"u":"dd","s":122,"dP":1,"t":18,"uu":"wildemount: dangerous designs|dd","n":"Wildemount: Dangerous Designs"},{"id":17978,"c":13,"u":"dip","s":22,"t":18,"uu":"essentials kit: dragon of icespire peak|dip","n":"Essentials Kit: Dragon of Icespire Peak"},{"id":17979,"c":13,"u":"ditlcot","s":23,"t":18,"uu":"descent into the lost caverns of tsojcanth|ditlcot","n":"Descent into the Lost Caverns of Tsojcanth"},{"id":17980,"c":13,"u":"dodk","s":25,"dP":1,"t":18,"uu":"dungeons of drakkenheim|dodk","n":"Dungeons of Drakkenheim"},{"id":17981,"c":13,"u":"dosi","s":26,"t":18,"uu":"dragons of stormwreck isle|dosi","n":"Dragons of Stormwreck Isle"},{"id":17982,"c":13,"u":"dsotdq","s":27,"t":18,"uu":"dragonlance: shadow of the dragon queen|dsotdq","n":"Dragonlance: Shadow of the Dragon Queen"},{"id":17983,"c":13,"u":"efr","s":123,"t":18,"uu":"eberron: forgotten relics|efr","n":"Eberron: Forgotten Relics"},{"id":17984,"c":13,"u":"fs","s":124,"dP":1,"t":18,"uu":"wildemount: frozen sick|fs","n":"Wildemount: Frozen Sick"},{"id":17985,"c":13,"u":"ghloe","s":32,"dP":1,"t":18,"uu":"grim hollow: lairs of etharis|ghloe","n":"Grim Hollow: Lairs of Etharis"},{"id":17986,"c":13,"u":"gos","s":33,"t":18,"uu":"ghosts of saltmarsh|gos","n":"Ghosts of Saltmarsh"},{"id":17987,"c":13,"u":"hftt","s":34,"dP":1,"t":18,"uu":"hunt for the thessalhydra|hftt","n":"Hunt for the Thessalhydra"},{"id":17988,"c":13,"u":"hol","s":35,"t":18,"uu":"ravenloft: the house of lament|hol","n":"Ravenloft: The House of Lament"},{"id":17989,"c":13,"u":"hotdq","s":36,"t":18,"uu":"hoard of the dragon queen|hotdq","n":"Hoard of the Dragon Queen"},{"id":17990,"c":13,"u":"idrotf","s":37,"t":18,"uu":"icewind dale: rime of the frostmaiden|idrotf","n":"Icewind Dale: Rime of the Frostmaiden"},{"id":17991,"c":13,"u":"jttrc","s":38,"t":18,"uu":"journeys through the radiant citadel|jttrc","n":"Journeys through the Radiant Citadel"},{"id":17992,"c":13,"u":"kftgv","s":39,"t":18,"uu":"keys from the golden vault|kftgv","n":"Keys from the Golden Vault"},{"id":17993,"c":13,"u":"kkw","s":40,"t":18,"uu":"krenko's way|kkw","n":"Krenko's Way"},{"id":17994,"c":13,"u":"lmop","s":41,"t":18,"uu":"lost mine of phandelver|lmop","n":"Lost Mine of Phandelver"},{"id":17995,"c":13,"u":"lox","s":42,"t":18,"uu":"light of xaryxis|lox","n":"Light of Xaryxis"},{"id":17996,"c":13,"u":"lox","s":42,"t":18,"uu":"light of xaryxis|lox","n":"Spelljammer: Light of Xaryxis"},{"id":17997,"c":13,"u":"lrdt","s":43,"dP":1,"t":18,"uu":"red dragon's tale: a lego adventure|lrdt","n":"Red Dragon's Tale: A LEGO Adventure"},{"id":17998,"c":13,"u":"mot-nss","s":45,"t":18,"uu":"theros: no silent secret|mot","n":"Theros: No Silent Secret"},{"id":17999,"c":13,"u":"oota","s":48,"t":18,"uu":"out of the abyss|oota","n":"Out of the Abyss"},{"id":18000,"c":13,"u":"oow","s":49,"t":18,"uu":"the orrery of the wanderer|oow","n":"The Orrery of the Wanderer"},{"id":18001,"c":13,"u":"pabtso","s":50,"t":18,"uu":"phandelver and below: the shattered obelisk|pabtso","n":"Phandelver and Below: The Shattered Obelisk"},{"id":18002,"c":13,"u":"pota","s":52,"t":18,"uu":"princes of the apocalypse|pota","n":"Princes of the Apocalypse"},{"id":18003,"c":13,"u":"qftis","s":53,"t":18,"uu":"quests from the infinite staircase|qftis","n":"Quests from the Infinite Staircase"},{"id":18004,"c":13,"u":"rmbre","s":54,"dP":1,"t":18,"uu":"the lost dungeon of rickedness: big rick energy|rmbre","n":"The Lost Dungeon of Rickedness: Big Rick Energy"},{"id":18005,"c":13,"u":"rot","s":55,"t":18,"uu":"rise of tiamat|rot","n":"Rise of Tiamat"},{"id":18006,"c":13,"u":"scc-arir","s":125,"t":18,"uu":"strixhaven: a reckoning in ruins|scc-arir","n":"Strixhaven: A Reckoning in Ruins"},{"id":18007,"c":13,"u":"scc-ck","s":126,"t":18,"uu":"strixhaven: campus kerfuffle|scc-ck","n":"Strixhaven: Campus Kerfuffle"},{"id":18008,"c":13,"u":"scc-hfmt","s":127,"t":18,"uu":"strixhaven: hunt for mage tower|scc-hfmt","n":"Strixhaven: Hunt for Mage Tower"},{"id":18009,"c":13,"u":"scc-tmm","s":128,"t":18,"uu":"strixhaven: the magister's masquerade|scc-tmm","n":"Strixhaven: The Magister's Masquerade"},{"id":18010,"c":13,"u":"sdw","s":57,"t":18,"uu":"essentials kit: sleeping dragon's wake|sdw","n":"Essentials Kit: Sleeping Dragon's Wake"},{"id":18011,"c":13,"u":"skt","s":58,"t":18,"uu":"storm king's thunder|skt","n":"Storm King's Thunder"},{"id":18012,"c":13,"u":"slw","s":59,"t":18,"uu":"essentials kit: storm lord's wrath|slw","n":"Essentials Kit: Storm Lord's Wrath"},{"id":18013,"c":13,"u":"tftyp-atg","s":129,"t":18,"uu":"tales from the yawning portal: against the giants|tftyp-atg","n":"Tales from the Yawning Portal: Against the Giants"},{"id":18014,"c":13,"u":"tftyp-dit","s":130,"t":18,"uu":"tales from the yawning portal: dead in thay|tftyp-dit","n":"Tales from the Yawning Portal: Dead in Thay"},{"id":18015,"c":13,"u":"tftyp-tfof","s":131,"t":18,"uu":"tales from the yawning portal: the forge of fury|tftyp-tfof","n":"Tales from the Yawning Portal: The Forge of Fury"},{"id":18016,"c":13,"u":"tftyp-thsot","s":132,"t":18,"uu":"tales from the yawning portal: the hidden shrine of tamoachan|tftyp-thsot","n":"Tales from the Yawning Portal: The Hidden Shrine of Tamoachan"},{"id":18017,"c":13,"u":"tftyp-toh","s":133,"t":18,"uu":"tales from the yawning portal: tomb of horrors|tftyp-toh","n":"Tales from the Yawning Portal: Tomb of Horrors"},{"id":18018,"c":13,"u":"tftyp-tsc","s":134,"t":18,"uu":"tales from the yawning portal: the sunless citadel|tftyp-tsc","n":"Tales from the Yawning Portal: The Sunless Citadel"},{"id":18019,"c":13,"u":"tftyp-wpm","s":135,"t":18,"uu":"tales from the yawning portal: white plume mountain|tftyp-wpm","n":"Tales from the Yawning Portal: White Plume Mountain"},{"id":18020,"c":13,"u":"toa","s":62,"t":18,"uu":"tomb of annihilation|toa","n":"Tomb of Annihilation"},{"id":18021,"c":13,"u":"tofw","s":64,"t":18,"uu":"turn of fortune's wheel|tofw","n":"Turn of Fortune's Wheel"},{"id":18022,"c":13,"u":"tor","s":136,"dP":1,"t":18,"uu":"wildemount: tide of retribution|tor","n":"Wildemount: Tide of Retribution"},{"id":18023,"c":13,"u":"us","s":137,"dP":1,"t":18,"uu":"wildemount: unwelcome spirits|us","n":"Wildemount: Unwelcome Spirits"},{"id":18024,"c":13,"u":"veor","s":65,"t":18,"uu":"vecna: eve of ruin|veor","n":"Vecna: Eve of Ruin"},{"id":18025,"c":13,"u":"vnotee","s":119,"t":18,"uu":"vecna: nest of the eldritch eye|vnotee","n":"Vecna: Nest of the Eldritch Eye"},{"id":18026,"c":13,"u":"wbtw","s":68,"t":18,"uu":"the wild beyond the witchlight|wbtw","n":"The Wild Beyond the Witchlight"},{"id":18027,"c":13,"u":"wdh","s":69,"t":18,"uu":"waterdeep: dragon heist|wdh","n":"Waterdeep: Dragon Heist"},{"id":18028,"c":13,"u":"wdmm","s":70,"t":18,"uu":"waterdeep: dungeon of the mad mage|wdmm","n":"Waterdeep: Dungeon of the Mad Mage"},{"id":18029,"c":13,"u":"aitfr-avt","s":104,"t":18,"uu":"adventures in the forgotten realms: a verdant tomb|aitfr-avt","n":"Adventures in the Forgotten Realms: A Verdant Tomb"},{"id":18030,"c":13,"u":"aitfr-dn","s":72,"t":18,"uu":"adventures in the forgotten realms: deepest night|aitfr-dn","n":"Adventures in the Forgotten Realms: Deepest Night"},{"id":18031,"c":13,"u":"aitfr-fcd","s":73,"t":18,"uu":"adventures in the forgotten realms: from cyan depths|aitfr-fcd","n":"Adventures in the Forgotten Realms: From Cyan Depths"},{"id":18032,"c":13,"u":"aitfr-isf","s":74,"t":18,"uu":"adventures in the forgotten realms: in scarlet flames|aitfr-isf","n":"Adventures in the Forgotten Realms: In Scarlet Flames"},{"id":18033,"c":13,"u":"aitfr-thp","s":75,"t":18,"uu":"adventures in the forgotten realms: the hidden page|aitfr-thp","n":"Adventures in the Forgotten Realms: The Hidden Page"},{"id":18034,"c":13,"u":"azfyt","s":112,"t":18,"uu":"a zib for your thoughts|azfyt","n":"A Zib for Your Thoughts"},{"id":18035,"c":13,"u":"hfstcm","s":120,"t":18,"uu":"heroes' feast: saving the childrens menu|hfstcm","n":"Heroes' Feast: Saving the Childrens Menu"},{"id":18036,"c":13,"u":"imr","s":79,"t":18,"uu":"infernal machine rebuild|imr","n":"Infernal Machine Rebuild"},{"id":18037,"c":13,"u":"lk","s":138,"t":18,"uu":"lightning keep|lk","n":"Lightning Keep"},{"id":18038,"c":13,"u":"llk","s":80,"t":18,"uu":"lost laboratory of kwalish|llk","n":"Lost Laboratory of Kwalish"},{"id":18039,"c":13,"u":"lr","s":81,"t":18,"uu":"locathah rising|lr","n":"Locathah Rising"},{"id":18040,"c":13,"u":"nrh-ass","s":88,"t":18,"uu":"nerds restoring harmony: a sticky situation|nrh-ass","n":"NERDS Restoring Harmony: A Sticky Situation"},{"id":18041,"c":13,"u":"nrh-at","s":89,"t":18,"uu":"nerds restoring harmony: adventure together|nrh-at","n":"NERDS Restoring Harmony: Adventure Together"},{"id":18042,"c":13,"u":"nrh-avitw","s":90,"t":18,"uu":"nerds restoring harmony: a voice in the wilderness|nrh-avitw","n":"NERDS Restoring Harmony: A Voice in the Wilderness"},{"id":18043,"c":13,"u":"nrh-awol","s":91,"t":18,"uu":"nerds restoring harmony: a web of lies|nrh-awol","n":"NERDS Restoring Harmony: A Web of Lies"},{"id":18044,"c":13,"u":"nrh-coi","s":92,"t":18,"uu":"nerds restoring harmony: circus of illusion|nrh-coi","n":"NERDS Restoring Harmony: Circus of Illusion"},{"id":18045,"c":13,"u":"nrh-tcmc","s":93,"t":18,"uu":"nerds restoring harmony: the candy mountain caper|nrh-tcmc","n":"NERDS Restoring Harmony: The Candy Mountain Caper"},{"id":18046,"c":13,"u":"nrh-tlt","s":114,"t":18,"uu":"nerds restoring harmony: the lost tomb|nrh-tlt","n":"NERDS Restoring Harmony: The Lost Tomb"},{"id":18047,"c":13,"u":"pip","s":139,"t":18,"uu":"peril in pinebrook|pip","n":"Peril in Pinebrook"},{"id":18048,"c":13,"u":"rtg","s":100,"t":18,"uu":"return to the glory|rtg","n":"Return to the Glory"},{"id":18049,"c":13,"u":"scoee","s":140,"t":18,"uu":"scions of elemental evil|scoee","n":"Scions of Elemental Evil"},{"id":18050,"c":13,"u":"sja","s":141,"t":18,"uu":"spelljammer academy|sja","n":"Spelljammer Academy"},{"id":18051,"c":13,"u":"tlk","s":142,"t":18,"uu":"the lost kenku|tlk","n":"The Lost Kenku"},{"id":18052,"c":13,"u":"ttp","s":101,"t":18,"uu":"the tortle package|ttp","n":"The Tortle Package"},{"id":18053,"c":13,"u":"uthftlh","s":116,"t":18,"uu":"uni and the hunt for the lost horn|uthftlh","n":"Uni and the Hunt for the Lost Horn"},{"id":18054,"c":13,"u":"xmts","s":117,"t":18,"uu":"x marks the spot|xmts","n":"X Marks the Spot"},{"id":18055,"c":44,"u":"bgg","s":0,"t":19,"uu":"bigby presents: glory of the giants|bgg","n":"Bigby Presents: Glory of the Giants"},{"id":18056,"c":44,"u":"bmt","s":1,"t":19,"uu":"the book of many things|bmt","n":"The Book of Many Things"},{"id":18057,"c":44,"u":"dmtcrg","s":143,"t":19,"uu":"the deck of many things: card reference guide|dmtcrg","n":"The Deck of Many Things: Card Reference Guide"},{"id":18058,"c":44,"u":"ftd","s":2,"t":19,"uu":"fizban's treasury of dragons|ftd","n":"Fizban's Treasury of Dragons"},{"id":18059,"c":44,"u":"mpmm","s":3,"t":19,"uu":"mordenkainen presents: monsters of the multiverse|mpmm","n":"Mordenkainen Presents: Monsters of the Multiverse"},{"id":18060,"c":44,"u":"sac","s":144,"t":19,"uu":"sage advice compendium|sac","n":"Sage Advice Compendium"},{"id":18061,"c":44,"u":"scag","s":106,"t":19,"uu":"sword coast adventurer's guide|scag","n":"Sword Coast Adventurer's Guide"},{"id":18062,"c":44,"u":"screendungeonkit","s":145,"t":19,"uu":"dungeon master's screen: dungeon kit|screendungeonkit","n":"Dungeon Master's Screen: Dungeon Kit"},{"id":18063,"c":44,"u":"screenwildernesskit","s":146,"t":19,"uu":"dungeon master's screen: wilderness kit|screenwildernesskit","n":"Dungeon Master's Screen: Wilderness Kit"},{"id":18064,"c":44,"u":"tce","s":4,"t":19,"uu":"tasha's cauldron of everything|tce","n":"Tasha's Cauldron of Everything"},{"id":18065,"c":44,"u":"xdmg","s":5,"t":19,"uu":"dungeon master's guide (2024)|xdmg","n":"Dungeon Master's Guide (2024)"},{"id":18066,"c":44,"u":"xge","s":6,"t":19,"uu":"xanathar's guide to everything|xge","n":"Xanathar's Guide to Everything"},{"id":18067,"c":44,"u":"xmm","s":7,"t":19,"uu":"monster manual (2025)|xmm","n":"Monster Manual (2025)"},{"id":18068,"c":44,"u":"xphb","s":8,"t":19,"uu":"player's handbook (2024)|xphb","n":"Player's Handbook (2024)"},{"id":18069,"c":44,"u":"xscreen","s":121,"t":19,"uu":"dungeon master's screen (2024)|xscreen","n":"Dungeon Master's Screen (2024)"},{"id":18070,"c":44,"u":"mabjov","s":11,"t":19,"uu":"minsc and boo's journal of villainy|mabjov","n":"Minsc and Boo's Journal of Villainy"},{"id":18071,"c":44,"u":"aag","s":102,"t":19,"uu":"astral adventurer's guide|aag","n":"Astral Adventurer's Guide"},{"id":18072,"c":44,"u":"aag","s":102,"t":19,"uu":"astral adventurer's guide|aag","n":"Spelljammer: Astral Adventurer's Guide"},{"id":18073,"c":44,"u":"ai","s":15,"t":19,"uu":"acquisitions incorporated|ai","n":"Acquisitions Incorporated"},{"id":18074,"c":44,"u":"bam","s":16,"t":19,"uu":"boo's astral menagerie|bam","n":"Boo's Astral Menagerie"},{"id":18075,"c":44,"u":"bam","s":16,"t":19,"uu":"boo's astral menagerie|bam","n":"Spelljammer: Boo's Astral Menagerie"},{"id":18076,"c":44,"u":"dmg","s":24,"t":19,"uu":"dungeon master's guide (2014)|dmg","n":"Dungeon Master's Guide (2014)"},{"id":18077,"c":44,"u":"egw","s":28,"dP":1,"t":19,"uu":"explorer's guide to wildemount|egw","n":"Explorer's Guide to Wildemount"},{"id":18078,"c":44,"u":"erlw","s":29,"t":19,"uu":"eberron: rising from the last war|erlw","n":"Eberron: Rising from the Last War"},{"id":18079,"c":44,"u":"ggr","s":31,"t":19,"uu":"guildmasters' guide to ravnica|ggr","n":"Guildmasters' Guide to Ravnica"},{"id":18080,"c":44,"u":"hf","s":147,"t":19,"uu":"heroes' feast|hf","n":"Heroes' Feast"},{"id":18081,"c":44,"u":"hffotm","s":148,"t":19,"uu":"heroes' feast flavors of the multiverse|hffotm","n":"Heroes' Feast Flavors of the Multiverse"},{"id":18082,"c":44,"u":"mm","s":44,"t":19,"uu":"monster manual (2014)|mm","n":"Monster Manual (2014)"},{"id":18083,"c":44,"u":"mot","s":45,"t":19,"uu":"mythic odysseys of theros|mot","n":"Mythic Odysseys of Theros"},{"id":18084,"c":44,"u":"mpp","s":46,"t":19,"uu":"morte's planar parade|mpp","n":"Morte's Planar Parade"},{"id":18085,"c":44,"u":"mpp","s":46,"t":19,"uu":"morte's planar parade|mpp","n":"Planescape: Adventures in the Multiverse"},{"id":18086,"c":44,"u":"mtf","s":47,"t":19,"uu":"mordenkainen's tome of foes|mtf","n":"Mordenkainen's Tome of Foes"},{"id":18087,"c":44,"u":"paf","s":149,"t":19,"uu":"puncheons and flagons|paf","n":"Puncheons and Flagons"},{"id":18088,"c":44,"u":"phb","s":51,"t":19,"uu":"player's handbook (2014)|phb","n":"Player's Handbook (2014)"},{"id":18089,"c":44,"u":"rmr","s":150,"dP":1,"t":19,"uu":"dungeons & dragons vs. rick and morty: basic rules|rmr","n":"Dungeons & Dragons vs. Rick and Morty: Basic Rules"},{"id":18090,"c":44,"u":"sato","s":103,"t":19,"uu":"sigil and the outlands|sato","n":"Sigil and the Outlands"},{"id":18091,"c":44,"u":"sato","s":103,"t":19,"uu":"sigil and the outlands|sato","n":"Planescape: Adventures in the Multiverse"},{"id":18092,"c":44,"u":"scc","s":56,"t":19,"uu":"strixhaven: a curriculum of chaos|scc","n":"Strixhaven: A Curriculum of Chaos"},{"id":18093,"c":44,"u":"screen","s":151,"t":19,"uu":"dungeon master's screen|screen","n":"Dungeon Master's Screen"},{"id":18094,"c":44,"u":"screenspelljammer","s":152,"t":19,"uu":"dungeon master's screen: spelljammer|screenspelljammer","n":"Dungeon Master's Screen: Spelljammer"},{"id":18095,"c":44,"u":"td","s":153,"dP":1,"t":19,"uu":"tarot deck|td","n":"Tarot Deck"},{"id":18096,"c":44,"u":"tdcsr","s":60,"dP":1,"t":19,"uu":"tal'dorei campaign setting reborn|tdcsr","n":"Tal'Dorei Campaign Setting Reborn"},{"id":18097,"c":44,"u":"tob1-2023","s":63,"dP":1,"t":19,"uu":"tome of beasts 1 (2023 edition)|tob1-2023","n":"Tome of Beasts 1 (2023 Edition)"},{"id":18098,"c":44,"u":"vgm","s":66,"t":19,"uu":"volo's guide to monsters|vgm","n":"Volo's Guide to Monsters"},{"id":18099,"c":44,"u":"vrgr","s":67,"t":19,"uu":"van richten's guide to ravenloft|vrgr","n":"Van Richten's Guide to Ravenloft"},{"id":18100,"c":44,"u":"aatm","s":71,"t":19,"uu":"adventure atlas: the mortuary|aatm","n":"Adventure Atlas: The Mortuary"},{"id":18101,"c":44,"u":"al","s":154,"t":19,"uu":"adventurers league|al","n":"Adventurers League"},{"id":18102,"c":44,"u":"dod","s":77,"t":19,"uu":"domains of delight|dod","n":"Domains of Delight"},{"id":18103,"c":44,"u":"hat-tg","s":78,"t":19,"uu":"thieves' gallery|hat-tg","n":"Thieves' Gallery"},{"id":18104,"c":44,"u":"mcv4ec","s":85,"t":19,"uu":"monstrous compendium volume 4: eldraine creatures|mcv4ec","n":"Monstrous Compendium Volume 4: Eldraine Creatures"},{"id":18105,"c":44,"u":"oga","s":115,"t":19,"uu":"one grung above|oga","n":"One Grung Above"},{"id":18106,"c":44,"u":"ps-a","s":94,"t":19,"uu":"plane shift: amonkhet|psa","n":"Plane Shift: Amonkhet"},{"id":18107,"c":44,"u":"ps-d","s":95,"t":19,"uu":"plane shift: dominaria|psd","n":"Plane Shift: Dominaria"},{"id":18108,"c":44,"u":"ps-i","s":96,"t":19,"uu":"plane shift: innistrad|psi","n":"Plane Shift: Innistrad"},{"id":18109,"c":44,"u":"ps-k","s":97,"t":19,"uu":"plane shift: kaladesh|psk","n":"Plane Shift: Kaladesh"},{"id":18110,"c":44,"u":"ps-x","s":98,"t":19,"uu":"plane shift: ixalan|psx","n":"Plane Shift: Ixalan"},{"id":18111,"c":44,"u":"ps-z","s":99,"t":19,"uu":"plane shift: zendikar|psz","n":"Plane Shift: Zendikar"},{"id":18113,"c":18,"u":"bookref-quick,0,beyond%201st%20level","p":15,"h":1,"n":"Beyond 1st Level","s":51},{"id":18114,"c":18,"u":"bookref-quick,0,languages","p":123,"h":1,"n":"Languages","s":51},{"id":18115,"c":18,"u":"bookref-quick,0,multiclassing","p":163,"h":1,"n":"Multiclassing","s":51},{"id":18116,"c":18,"u":"bookref-quick,0,step-by-step%20characters","p":11,"h":1,"n":"Step-by-Step Characters","s":51},{"id":18118,"c":18,"u":"bookref-quick,1,adventuring%20gear","p":148,"h":1,"n":"Adventuring Gear","s":51},{"id":18119,"c":18,"u":"bookref-quick,1,armor%20and%20shields","p":144,"h":1,"n":"Armor and Shields","s":51},{"id":18120,"c":18,"u":"bookref-quick,1,attunement","p":136,"h":1,"n":"Attunement","s":24},{"id":18121,"c":18,"u":"bookref-quick,1,expenses","p":157,"h":1,"n":"Expenses","s":51},{"id":18122,"c":18,"u":"bookref-quick,1,spellcasting%20services","p":159,"h":1,"n":"Spellcasting Services","s":51},{"id":18123,"c":18,"u":"bookref-quick,1,mounts%20and%20vehicles","p":155,"h":1,"n":"Mounts and Vehicles","s":51},{"id":18124,"c":18,"u":"bookref-quick,1,starting%20equipment","p":143,"h":1,"n":"Starting Equipment","s":51},{"id":18125,"c":18,"u":"bookref-quick,1,tools","p":154,"h":1,"n":"Tools","s":51},{"id":18126,"c":18,"u":"bookref-quick,1,trade%20goods","p":157,"h":1,"n":"Trade Goods","s":51},{"id":18127,"c":18,"u":"bookref-quick,1,wealth","p":143,"h":1,"n":"Wealth","s":51},{"id":18128,"c":18,"u":"bookref-quick,1,selling%20treasure","p":144,"h":1,"n":"Selling Treasure","s":51},{"id":18129,"c":18,"u":"bookref-quick,1,weapons","p":146,"h":1,"n":"Weapons","s":51},{"id":18130,"c":18,"u":"bookref-quick,1,weapon%20proficiency","p":146,"h":1,"n":"Weapon Proficiency","s":51},{"id":18131,"c":18,"u":"bookref-quick,1,improvised%20weapons","p":147,"h":1,"n":"Improvised Weapons","s":51},{"id":18132,"c":18,"u":"bookref-quick,1,silvered%20weapons","p":148,"h":1,"n":"Silvered Weapons","s":51},{"id":18134,"c":18,"u":"bookref-quick,2,ability%20checks","p":174,"h":1,"n":"Ability Checks","s":51},{"id":18135,"c":18,"u":"bookref-quick,2,contests","p":174,"h":1,"n":"Contests","s":51},{"id":18136,"c":18,"u":"bookref-quick,2,passive%20checks","p":175,"h":1,"n":"Passive Checks","s":51},{"id":18137,"c":18,"u":"bookref-quick,2,group%20checks","p":175,"h":1,"n":"Group Checks","s":51},{"id":18138,"c":18,"u":"bookref-quick,2,ability%20scores%20and%20modifiers","p":173,"h":1,"n":"Ability Scores and Modifiers","s":51},{"id":18139,"c":18,"u":"bookref-quick,2,advantage%20and%20disadvantage","p":173,"h":1,"n":"Advantage and Disadvantage","s":51},{"id":18140,"c":18,"u":"bookref-quick,2,casting%20a%20spell","p":202,"h":1,"n":"Casting a Spell","s":51},{"id":18141,"c":18,"u":"bookref-quick,2,areas%20of%20effect","p":204,"h":1,"n":"Areas of Effect","s":51},{"id":18142,"c":18,"u":"bookref-quick,2,conditions","p":289,"h":1,"n":"Conditions","s":51},{"id":18143,"c":18,"u":"bookref-quick,2,falling","p":77,"h":1,"n":"Falling","s":6},{"id":18144,"c":18,"u":"bookref-quick,2,food%20and%20water","p":185,"h":1,"n":"Food and Water","s":51},{"id":18145,"c":18,"u":"bookref-quick,2,hiding","p":177,"h":1,"n":"Hiding","s":51},{"id":18146,"c":18,"u":"bookref-quick,2,how%20to%20play","p":6,"h":1,"n":"How to Play","s":51},{"id":18147,"c":18,"u":"bookref-quick,2,interacting%20with%20objects","p":185,"h":1,"n":"Interacting with Objects","s":51},{"id":18148,"c":18,"u":"bookref-quick,2,proficiency%20bonus","p":173,"h":1,"n":"Proficiency Bonus","s":51},{"id":18149,"c":18,"u":"bookref-quick,2,resting","p":186,"h":1,"n":"Resting","s":51},{"id":18150,"c":18,"u":"bookref-quick,2,saving%20throws","p":179,"h":1,"n":"Saving Throws","s":51},{"id":18151,"c":18,"u":"bookref-quick,2,simultaneous%20effects","p":77,"h":1,"n":"Simultaneous Effects","s":6},{"id":18152,"c":18,"u":"bookref-quick,2,skills","p":174,"h":1,"n":"Skills","s":51},{"id":18153,"c":18,"u":"bookref-quick,2,sleep","p":77,"h":1,"n":"Sleep","s":6},{"id":18154,"c":18,"u":"bookref-quick,2,suffocating","p":183,"h":1,"n":"Suffocating","s":51},{"id":18155,"c":18,"u":"bookref-quick,2,tying%20knots","p":78,"h":1,"n":"Tying Knots","s":6},{"id":18156,"c":18,"u":"bookref-quick,2,using%20each%20ability","p":175,"h":1,"n":"Using Each Ability","s":51},{"id":18157,"c":18,"u":"bookref-quick,2,lifting%20and%20carrying","p":176,"h":1,"n":"Lifting and Carrying","s":51},{"id":18158,"c":18,"u":"bookref-quick,2,vision%20and%20light","p":183,"h":1,"n":"Vision and Light","s":51},{"id":18160,"c":18,"u":"bookref-quick,3,actions%20in%20combat","p":192,"h":1,"n":"Actions in Combat","s":51},{"id":18161,"c":18,"u":"bookref-quick,3,cover","p":196,"h":1,"n":"Cover","s":51},{"id":18162,"c":18,"u":"bookref-quick,3,damage%20and%20healing","p":196,"h":1,"n":"Damage and Healing","s":51},{"id":18163,"c":18,"u":"bookref-quick,3,knocking%20a%20creature%20out","p":198,"h":1,"n":"Knocking a Creature Out","s":51},{"id":18164,"c":18,"u":"bookref-quick,3,temporary%20hit%20points","p":198,"h":1,"n":"Temporary Hit Points","s":51},{"id":18165,"c":18,"u":"bookref-quick,3,making%20an%20attack","p":193,"h":1,"n":"Making an Attack","s":51},{"id":18166,"c":18,"u":"bookref-quick,3,ranged%20attacks","p":195,"h":1,"n":"Ranged Attacks","s":51},{"id":18167,"c":18,"u":"bookref-quick,3,two-weapon%20fighting","p":195,"h":1,"n":"Two-Weapon Fighting","s":51},{"id":18168,"c":18,"u":"bookref-quick,3,mounted%20combat","p":198,"h":1,"n":"Mounted Combat","s":51},{"id":18169,"c":18,"u":"bookref-quick,3,movement%20and%20position","p":190,"h":1,"n":"Movement and Position","s":51},{"id":18170,"c":18,"u":"bookref-quick,3,breaking%20up%20your%20move","p":190,"h":1,"n":"Breaking Up Your Move","s":51},{"id":18171,"c":18,"u":"bookref-quick,3,difficult%20terrain","p":190,"h":1,"n":"Difficult Terrain","s":51},{"id":18172,"c":18,"u":"bookref-quick,3,flying%20movement","p":191,"h":1,"n":"Flying Movement","s":51},{"id":18173,"c":18,"u":"bookref-quick,3,the%20order%20of%20combat","p":189,"h":1,"n":"The Order of Combat","s":51},{"id":18174,"c":18,"u":"bookref-quick,3,surprise","p":189,"h":1,"n":"Surprise","s":51},{"id":18175,"c":18,"u":"bookref-quick,3,underwater%20combat","p":198,"h":1,"n":"Underwater Combat","s":51},{"id":18177,"c":18,"u":"bookref-quick,4,climbing%2c%20swimming%2c%20and%20crawling","p":182,"h":1,"n":"Climbing, Swimming, and Crawling","s":51},{"id":18178,"c":18,"u":"bookref-quick,4,difficult%20terrain","p":182,"h":1,"n":"Difficult Terrain","s":51},{"id":18179,"c":18,"u":"bookref-quick,4,jumping","p":182,"h":1,"n":"Jumping","s":51},{"id":18180,"c":18,"u":"bookref-quick,4,travel%20pace","p":181,"h":1,"n":"Travel Pace","s":51},{"id":18181,"c":14,"u":"abbathor_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"abbathor|dwarven|scag","n":"Abbathor"},{"id":18182,"c":14,"u":"aerdrie%20faenya_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"aerdrie faenya|elven|scag","n":"Aerdrie Faenya"},{"id":18183,"c":14,"u":"akadi_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"akadi|faerûnian|scag","n":"Akadi"},{"id":18184,"c":14,"u":"amaunator_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"amaunator|faerûnian|scag","n":"Amaunator"},{"id":18185,"c":14,"u":"angharradh_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"angharradh|elven|scag","n":"Angharradh"},{"id":18186,"c":14,"u":"arvoreen_halfling_scag","p":23,"s":106,"h":1,"t":20,"uu":"arvoreen|halfling|scag","n":"Arvoreen"},{"id":18187,"c":14,"u":"asmodeus_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"asmodeus|faerûnian|scag","n":"Asmodeus"},{"id":18188,"c":14,"u":"auril_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"auril|faerûnian|scag","n":"Auril"},{"id":18189,"c":14,"u":"azuth_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"azuth|faerûnian|scag","n":"Azuth"},{"id":18190,"c":14,"u":"baervan%20wildwanderer_gnomish_scag","p":24,"s":106,"h":1,"t":20,"uu":"baervan wildwanderer|gnomish|scag","n":"Baervan Wildwanderer"},{"id":18191,"c":14,"u":"bahgtru_orc_scag","p":24,"s":106,"h":1,"t":20,"uu":"bahgtru|orc|scag","n":"Bahgtru"},{"id":18192,"c":14,"u":"bane_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"bane|faerûnian|scag","n":"Bane"},{"id":18193,"c":14,"u":"baravar%20cloakshadow_gnomish_scag","p":24,"s":106,"h":1,"t":20,"uu":"baravar cloakshadow|gnomish|scag","n":"Baravar Cloakshadow"},{"id":18194,"c":14,"u":"berronar%20truesilver_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"berronar truesilver|dwarven|scag","n":"Berronar Truesilver"},{"id":18195,"c":14,"u":"beshaba_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"beshaba|faerûnian|scag","n":"Beshaba"},{"id":18196,"c":14,"u":"bhaal_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"bhaal|faerûnian|scag","n":"Bhaal"},{"id":18197,"c":14,"u":"brandobaris_halfling_scag","p":23,"s":106,"h":1,"t":20,"uu":"brandobaris|halfling|scag","n":"Brandobaris"},{"id":18198,"c":14,"u":"callarduran%20smoothhands_gnomish_scag","p":24,"s":106,"h":1,"t":20,"uu":"callarduran smoothhands|gnomish|scag","n":"Callarduran Smoothhands"},{"id":18199,"c":14,"u":"chauntea_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"chauntea|faerûnian|scag","n":"Chauntea"},{"id":18200,"c":14,"u":"clangeddin%20silverbeard_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"clangeddin silverbeard|dwarven|scag","n":"Clangeddin Silverbeard"},{"id":18201,"c":14,"u":"corellon%20larethian_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"corellon larethian|elven|scag","n":"Corellon Larethian"},{"id":18202,"c":14,"u":"cyric_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"cyric|faerûnian|scag","n":"Cyric"},{"id":18203,"c":14,"u":"cyrrollalee_halfling_scag","p":23,"s":106,"h":1,"t":20,"uu":"cyrrollalee|halfling|scag","n":"Cyrrollalee"},{"id":18204,"c":14,"u":"deep%20duerra_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"deep duerra|dwarven|scag","n":"Deep Duerra"},{"id":18205,"c":14,"u":"deep%20sashelas_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"deep sashelas|elven|scag","n":"Deep Sashelas"},{"id":18206,"c":14,"u":"deneir_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"deneir|faerûnian|scag","n":"Deneir"},{"id":18207,"c":14,"u":"dugmaren%20brightmantle_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"dugmaren brightmantle|dwarven|scag","n":"Dugmaren Brightmantle"},{"id":18208,"c":14,"u":"dumathoin_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"dumathoin|dwarven|scag","n":"Dumathoin"},{"id":18209,"c":14,"u":"eilistraee_drow_scag","p":23,"s":106,"h":1,"t":20,"uu":"eilistraee|drow|scag","n":"Eilistraee"},{"id":18210,"c":14,"u":"eldath_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"eldath|faerûnian|scag","n":"Eldath"},{"id":18211,"c":14,"u":"erevan%20ilesere_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"erevan ilesere|elven|scag","n":"Erevan Ilesere"},{"id":18212,"c":14,"u":"fenmarel%20mestarine_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"fenmarel mestarine|elven|scag","n":"Fenmarel Mestarine"},{"id":18213,"c":14,"u":"flandal%20steelskin_gnomish_scag","p":24,"s":106,"h":1,"t":20,"uu":"flandal steelskin|gnomish|scag","n":"Flandal Steelskin"},{"id":18214,"c":14,"u":"gaerdal%20ironhand_gnomish_scag","p":24,"s":106,"h":1,"t":20,"uu":"gaerdal ironhand|gnomish|scag","n":"Gaerdal Ironhand"},{"id":18215,"c":14,"u":"garl%20glittergold_gnomish_scag","p":24,"s":106,"h":1,"t":20,"uu":"garl glittergold|gnomish|scag","n":"Garl Glittergold"},{"id":18216,"c":14,"u":"gond_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"gond|faerûnian|scag","n":"Gond"},{"id":18217,"c":14,"u":"gorm%20gulthyn_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"gorm gulthyn|dwarven|scag","n":"Gorm Gulthyn"},{"id":18218,"c":14,"u":"grumbar_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"grumbar|faerûnian|scag","n":"Grumbar"},{"id":18219,"c":14,"u":"gruumsh_orc_scag","p":24,"s":106,"h":1,"t":20,"uu":"gruumsh|orc|scag","n":"Gruumsh"},{"id":18220,"c":14,"u":"gwaeron%20windstrom_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"gwaeron windstrom|faerûnian|scag","n":"Gwaeron Windstrom"},{"id":18221,"c":14,"u":"haela%20brightaxe_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"haela brightaxe|dwarven|scag","n":"Haela Brightaxe"},{"id":18222,"c":14,"u":"hanali%20celanil_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"hanali celanil|elven|scag","n":"Hanali Celanil"},{"id":18223,"c":14,"u":"helm_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"helm|faerûnian|scag","n":"Helm"},{"id":18224,"c":14,"u":"hoar_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"hoar|faerûnian|scag","n":"Hoar"},{"id":18225,"c":14,"u":"ilmater_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"ilmater|faerûnian|scag","n":"Ilmater"},{"id":18226,"c":14,"u":"ilneval_orc_scag","p":24,"s":106,"h":1,"t":20,"uu":"ilneval|orc|scag","n":"Ilneval"},{"id":18227,"c":14,"u":"istishia_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"istishia|faerûnian|scag","n":"Istishia"},{"id":18228,"c":14,"u":"jergal_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"jergal|faerûnian|scag","n":"Jergal"},{"id":18229,"c":14,"u":"kelemvor_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"kelemvor|faerûnian|scag","n":"Kelemvor"},{"id":18230,"c":14,"u":"kiaransalee_drow_scag","p":23,"s":106,"h":1,"t":20,"uu":"kiaransalee|drow|scag","n":"Kiaransalee"},{"id":18231,"c":14,"u":"kossuth_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"kossuth|faerûnian|scag","n":"Kossuth"},{"id":18232,"c":14,"u":"labelas%20enoreth_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"labelas enoreth|elven|scag","n":"Labelas Enoreth"},{"id":18233,"c":14,"u":"laduguer_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"laduguer|dwarven|scag","n":"Laduguer"},{"id":18234,"c":14,"u":"lathander_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"lathander|faerûnian|scag","n":"Lathander"},{"id":18235,"c":14,"u":"leira_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"leira|faerûnian|scag","n":"Leira"},{"id":18236,"c":14,"u":"lliira_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"lliira|faerûnian|scag","n":"Lliira"},{"id":18237,"c":14,"u":"lolth_drow_scag","p":23,"s":106,"h":1,"t":20,"uu":"lolth|drow|scag","n":"Lolth"},{"id":18238,"c":14,"u":"loviatar_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"loviatar|faerûnian|scag","n":"Loviatar"},{"id":18239,"c":14,"u":"luthic_orc_scag","p":24,"s":106,"h":1,"t":20,"uu":"luthic|orc|scag","n":"Luthic"},{"id":18240,"c":14,"u":"malar_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"malar|faerûnian|scag","n":"Malar"},{"id":18241,"c":14,"u":"marthammor%20duin_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"marthammor duin|dwarven|scag","n":"Marthammor Duin"},{"id":18242,"c":14,"u":"mask_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"mask|faerûnian|scag","n":"Mask"},{"id":18243,"c":14,"u":"mielikki_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"mielikki|faerûnian|scag","n":"Mielikki"},{"id":18244,"c":14,"u":"milil_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"milil|faerûnian|scag","n":"Milil"},{"id":18245,"c":14,"u":"moradin_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"moradin|dwarven|scag","n":"Moradin"},{"id":18246,"c":14,"u":"myrkul_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"myrkul|faerûnian|scag","n":"Myrkul"},{"id":18247,"c":14,"u":"mystra_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"mystra|faerûnian|scag","n":"Mystra"},{"id":18248,"c":14,"u":"nebelun_gnomish_scag","p":24,"s":106,"h":1,"t":20,"uu":"nebelun|gnomish|scag","n":"Nebelun"},{"id":18249,"c":14,"u":"oghma_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"oghma|faerûnian|scag","n":"Oghma"},{"id":18250,"c":14,"u":"rillifane%20rallathil_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"rillifane rallathil|elven|scag","n":"Rillifane Rallathil"},{"id":18251,"c":14,"u":"savras_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"savras|faerûnian|scag","n":"Savras"},{"id":18252,"c":14,"u":"segojan%20earthcaller_gnomish_scag","p":24,"s":106,"h":1,"t":20,"uu":"segojan earthcaller|gnomish|scag","n":"Segojan Earthcaller"},{"id":18253,"c":14,"u":"sehanine%20moonbow_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"sehanine moonbow|elven|scag","n":"Sehanine Moonbow"},{"id":18254,"c":14,"u":"selvetarm_drow_scag","p":23,"s":106,"h":1,"t":20,"uu":"selvetarm|drow|scag","n":"Selvetarm"},{"id":18255,"c":14,"u":"sel%c3%bbne_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"selûne|faerûnian|scag","n":"Selune"},{"id":18256,"c":14,"u":"shar_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"shar|faerûnian|scag","n":"Shar"},{"id":18257,"c":14,"u":"shargaas_orc_scag","p":24,"s":106,"h":1,"t":20,"uu":"shargaas|orc|scag","n":"Shargaas"},{"id":18258,"c":14,"u":"sharindlar_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"sharindlar|dwarven|scag","n":"Sharindlar"},{"id":18259,"c":14,"u":"sheela%20peryroyl_halfling_scag","p":23,"s":106,"h":1,"t":20,"uu":"sheela peryroyl|halfling|scag","n":"Sheela Peryroyl"},{"id":18260,"c":14,"u":"shevarash_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"shevarash|elven|scag","n":"Shevarash"},{"id":18261,"c":14,"u":"silvanus_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"silvanus|faerûnian|scag","n":"Silvanus"},{"id":18262,"c":14,"u":"solonor%20thelandira_elven_scag","p":23,"s":106,"h":1,"t":20,"uu":"solonor thelandira|elven|scag","n":"Solonor Thelandira"},{"id":18263,"c":14,"u":"sune_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"sune|faerûnian|scag","n":"Sune"},{"id":18264,"c":14,"u":"talona_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"talona|faerûnian|scag","n":"Talona"},{"id":18265,"c":14,"u":"talos_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"talos|faerûnian|scag","n":"Talos"},{"id":18266,"c":14,"u":"tempus_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"tempus|faerûnian|scag","n":"Tempus"},{"id":18267,"c":14,"u":"the%20red%20knight_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"the red knight|faerûnian|scag","n":"The Red Knight"},{"id":18268,"c":14,"u":"torm_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"torm|faerûnian|scag","n":"Torm"},{"id":18269,"c":14,"u":"tymora_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"tymora|faerûnian|scag","n":"Tymora"},{"id":18270,"c":14,"u":"tyr_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"tyr|faerûnian|scag","n":"Tyr"},{"id":18271,"c":14,"u":"umberlee_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"umberlee|faerûnian|scag","n":"Umberlee"},{"id":18272,"c":14,"u":"urdlen_gnomish_scag","p":24,"s":106,"h":1,"t":20,"uu":"urdlen|gnomish|scag","n":"Urdlen"},{"id":18273,"c":14,"u":"urogalan_halfling_scag","p":23,"s":106,"h":1,"t":20,"uu":"urogalan|halfling|scag","n":"Urogalan"},{"id":18274,"c":14,"u":"valkur_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"valkur|faerûnian|scag","n":"Valkur"},{"id":18275,"c":14,"u":"vergadain_dwarven_scag","p":22,"s":106,"h":1,"t":20,"uu":"vergadain|dwarven|scag","n":"Vergadain"},{"id":18276,"c":14,"u":"vhaeraun_drow_scag","p":23,"s":106,"h":1,"t":20,"uu":"vhaeraun|drow|scag","n":"Vhaeraun"},{"id":18277,"c":14,"u":"waukeen_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"t":20,"uu":"waukeen|faerûnian|scag","n":"Waukeen"},{"id":18278,"c":14,"u":"yondalla_halfling_scag","p":23,"s":106,"h":1,"t":20,"uu":"yondalla|halfling|scag","n":"Yondalla"},{"id":18279,"c":14,"u":"yurtrus_orc_scag","p":24,"s":106,"h":1,"t":20,"uu":"yurtrus|orc|scag","n":"Yurtrus"},{"id":18280,"c":14,"u":"beory_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"beory|greyhawk|xdmg","n":"Beory"},{"id":18281,"c":14,"u":"berei_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"berei|greyhawk|xdmg","n":"Berei"},{"id":18282,"c":14,"u":"boccob_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"boccob|greyhawk|xdmg","n":"Boccob"},{"id":18283,"c":14,"u":"celestian_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"celestian|greyhawk|xdmg","n":"Celestian"},{"id":18284,"c":14,"u":"cuthbert_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"cuthbert|greyhawk|xdmg","n":"Cuthbert"},{"id":18285,"c":14,"u":"ehlonna_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"ehlonna|greyhawk|xdmg","n":"Ehlonna"},{"id":18286,"c":14,"u":"erythnul_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"erythnul|greyhawk|xdmg","n":"Erythnul"},{"id":18287,"c":14,"u":"fharlanghn_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"fharlanghn|greyhawk|xdmg","n":"Fharlanghn"},{"id":18288,"c":14,"u":"heironeous_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"heironeous|greyhawk|xdmg","n":"Heironeous"},{"id":18289,"c":14,"u":"hextor_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"hextor|greyhawk|xdmg","n":"Hextor"},{"id":18290,"c":14,"u":"incabulos_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"incabulos|greyhawk|xdmg","n":"Incabulos"},{"id":18291,"c":14,"u":"istus_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"istus|greyhawk|xdmg","n":"Istus"},{"id":18292,"c":14,"u":"iuz_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"iuz|greyhawk|xdmg","n":"Iuz"},{"id":18293,"c":14,"u":"kord_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"kord|greyhawk|xdmg","n":"Kord"},{"id":18294,"c":14,"u":"nerull_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"nerull|greyhawk|xdmg","n":"Nerull"},{"id":18295,"c":14,"u":"obad-hai_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"obad-hai|greyhawk|xdmg","n":"Obad-Hai"},{"id":18296,"c":14,"u":"olidammara_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"olidammara|greyhawk|xdmg","n":"Olidammara"},{"id":18297,"c":14,"u":"pelor_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"pelor|greyhawk|xdmg","n":"Pelor"},{"id":18298,"c":14,"u":"pholtus_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"pholtus|greyhawk|xdmg","n":"Pholtus"},{"id":18299,"c":14,"u":"ralishaz_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"ralishaz|greyhawk|xdmg","n":"Ralishaz"},{"id":18300,"c":14,"u":"rao_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"rao|greyhawk|xdmg","n":"Rao"},{"id":18301,"c":14,"u":"syrul_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"syrul|greyhawk|xdmg","n":"Syrul"},{"id":18302,"c":14,"u":"tharizdun_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"tharizdun|greyhawk|xdmg","n":"Tharizdun"},{"id":18303,"c":14,"u":"trithereon_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"trithereon|greyhawk|xdmg","n":"Trithereon"},{"id":18304,"c":14,"u":"ulaa_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"ulaa|greyhawk|xdmg","n":"Ulaa"},{"id":18305,"c":14,"u":"vecna_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"vecna|greyhawk|xdmg","n":"Vecna"},{"id":18306,"c":14,"u":"wee%20jas_greyhawk_xdmg","p":148,"s":5,"h":1,"t":20,"uu":"wee jas|greyhawk|xdmg","n":"Wee Jas"},{"id":18307,"c":14,"u":"asmodeus_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"asmodeus|dawn war|dmg","n":"Asmodeus"},{"id":18308,"c":14,"u":"avandra_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"avandra|dawn war|dmg","n":"Avandra"},{"id":18309,"c":14,"u":"bahamut_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"bahamut|dawn war|dmg","n":"Bahamut"},{"id":18310,"c":14,"u":"bane_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"bane|dawn war|dmg","n":"Bane"},{"id":18311,"c":14,"u":"corellon_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"corellon|dawn war|dmg","n":"Corellon"},{"id":18312,"c":14,"u":"erathis_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"erathis|dawn war|dmg","n":"Erathis"},{"id":18313,"c":14,"u":"gruumsh_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"gruumsh|dawn war|dmg","n":"Gruumsh"},{"id":18314,"c":14,"u":"ioun_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"ioun|dawn war|dmg","n":"Ioun"},{"id":18315,"c":14,"u":"kord_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"kord|dawn war|dmg","n":"Kord"},{"id":18316,"c":14,"u":"lolth_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"lolth|dawn war|dmg","n":"Lolth"},{"id":18317,"c":14,"u":"melora_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"melora|dawn war|dmg","n":"Melora"},{"id":18318,"c":14,"u":"moradin_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"moradin|dawn war|dmg","n":"Moradin"},{"id":18319,"c":14,"u":"pelor_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"pelor|dawn war|dmg","n":"Pelor"},{"id":18320,"c":14,"u":"raven%20queen_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"raven queen|dawn war|dmg","n":"Raven Queen"},{"id":18321,"c":14,"u":"sehanine_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"sehanine|dawn war|dmg","n":"Sehanine"},{"id":18322,"c":14,"u":"tharizdun_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"tharizdun|dawn war|dmg","n":"Tharizdun"},{"id":18323,"c":14,"u":"tiamat_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"tiamat|dawn war|dmg","n":"Tiamat"},{"id":18324,"c":14,"u":"torog_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"torog|dawn war|dmg","n":"Torog"},{"id":18325,"c":14,"u":"vecna_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"vecna|dawn war|dmg","n":"Vecna"},{"id":18326,"c":14,"u":"zehir_dawn%20war_dmg","p":10,"s":24,"h":1,"t":20,"uu":"zehir|dawn war|dmg","n":"Zehir"},{"id":18327,"c":14,"u":"branchala_dragonlance_dsotdq","p":14,"s":27,"h":1,"t":20,"uu":"branchala|dragonlance|dsotdq","n":"Branchala"},{"id":18328,"c":14,"u":"chemosh_dragonlance_dsotdq","p":18,"s":27,"h":1,"t":20,"uu":"chemosh|dragonlance|dsotdq","n":"Chemosh"},{"id":18329,"c":14,"u":"chislev_dragonlance_dsotdq","p":16,"s":27,"h":1,"t":20,"uu":"chislev|dragonlance|dsotdq","n":"Chislev"},{"id":18330,"c":14,"u":"gilean_dragonlance_dsotdq","p":16,"s":27,"h":1,"t":20,"uu":"gilean|dragonlance|dsotdq","n":"Gilean"},{"id":18331,"c":14,"u":"habbakuk_dragonlance_dsotdq","p":14,"s":27,"h":1,"t":20,"uu":"habbakuk|dragonlance|dsotdq","n":"Habbakuk"},{"id":18332,"c":14,"u":"hiddukel_dragonlance_dsotdq","p":18,"s":27,"h":1,"t":20,"uu":"hiddukel|dragonlance|dsotdq","n":"Hiddukel"},{"id":18333,"c":14,"u":"kiri-jolith_dragonlance_dsotdq","p":14,"s":27,"h":1,"t":20,"uu":"kiri-jolith|dragonlance|dsotdq","n":"Kiri-Jolith"},{"id":18334,"c":14,"u":"lunitari_dragonlance_dsotdq","p":16,"s":27,"h":1,"t":20,"uu":"lunitari|dragonlance|dsotdq","n":"Lunitari"},{"id":18335,"c":14,"u":"majere_dragonlance_dsotdq","p":15,"s":27,"h":1,"t":20,"uu":"majere|dragonlance|dsotdq","n":"Majere"},{"id":18336,"c":14,"u":"mishakal_dragonlance_dsotdq","p":15,"s":27,"h":1,"t":20,"uu":"mishakal|dragonlance|dsotdq","n":"Mishakal"},{"id":18337,"c":14,"u":"morgion_dragonlance_dsotdq","p":18,"s":27,"h":1,"t":20,"uu":"morgion|dragonlance|dsotdq","n":"Morgion"},{"id":18338,"c":14,"u":"nuitari_dragonlance_dsotdq","p":19,"s":27,"h":1,"t":20,"uu":"nuitari|dragonlance|dsotdq","n":"Nuitari"},{"id":18339,"c":14,"u":"paladine_dragonlance_dsotdq","p":14,"s":27,"h":1,"t":20,"uu":"paladine|dragonlance|dsotdq","n":"Paladine"},{"id":18340,"c":14,"u":"reorx_dragonlance_dsotdq","p":16,"s":27,"h":1,"t":20,"uu":"reorx|dragonlance|dsotdq","n":"Reorx"},{"id":18341,"c":14,"u":"sargonnas_dragonlance_dsotdq","p":19,"s":27,"h":1,"t":20,"uu":"sargonnas|dragonlance|dsotdq","n":"Sargonnas"},{"id":18342,"c":14,"u":"shinare_dragonlance_dsotdq","p":17,"s":27,"h":1,"t":20,"uu":"shinare|dragonlance|dsotdq","n":"Shinare"},{"id":18343,"c":14,"u":"sirrion_dragonlance_dsotdq","p":17,"s":27,"h":1,"t":20,"uu":"sirrion|dragonlance|dsotdq","n":"Sirrion"},{"id":18344,"c":14,"u":"solinari_dragonlance_dsotdq","p":15,"s":27,"h":1,"t":20,"uu":"solinari|dragonlance|dsotdq","n":"Solinari"},{"id":18345,"c":14,"u":"takhisis_dragonlance_dsotdq","p":18,"s":27,"h":1,"t":20,"uu":"takhisis|dragonlance|dsotdq","n":"Takhisis"},{"id":18346,"c":14,"u":"zeboim_dragonlance_dsotdq","p":19,"s":27,"h":1,"t":20,"uu":"zeboim|dragonlance|dsotdq","n":"Zeboim"},{"id":18347,"c":14,"u":"zivilyn_dragonlance_dsotdq","p":17,"s":27,"h":1,"t":20,"uu":"zivilyn|dragonlance|dsotdq","n":"Zivilyn"},{"id":18348,"c":14,"u":"arms%20of%20the%20betrayers_exandria_egw","p":30,"s":28,"h":1,"dP":1,"t":20,"uu":"arms of the betrayers|exandria|egw","n":"Arms of the Betrayers"},{"id":18349,"c":14,"u":"asmodeus_exandria_egw","p":26,"s":28,"h":1,"dP":1,"t":20,"uu":"asmodeus|exandria|egw","n":"Asmodeus"},{"id":18350,"c":14,"u":"avandra_exandria_egw","p":20,"s":28,"h":1,"dP":1,"t":20,"uu":"avandra|exandria|egw","n":"Avandra"},{"id":18351,"c":14,"u":"bahamut_exandria_egw","p":21,"s":28,"h":1,"dP":1,"t":20,"uu":"bahamut|exandria|egw","n":"Bahamut"},{"id":18352,"c":14,"u":"bane_exandria_egw","p":26,"s":28,"h":1,"dP":1,"t":20,"uu":"bane|exandria|egw","n":"Bane"},{"id":18353,"c":14,"u":"ceratos_exandria_egw","p":31,"s":28,"h":1,"dP":1,"t":20,"uu":"ceratos|exandria|egw","n":"Ceratos"},{"id":18354,"c":14,"u":"corellon_exandria_egw","p":22,"s":28,"h":1,"dP":1,"t":20,"uu":"corellon|exandria|egw","n":"Corellon"},{"id":18355,"c":14,"u":"desirat_exandria_egw","p":31,"s":28,"h":1,"dP":1,"t":20,"uu":"desirat|exandria|egw","n":"Desirat"},{"id":18356,"c":14,"u":"erathis_exandria_egw","p":22,"s":28,"h":1,"dP":1,"t":20,"uu":"erathis|exandria|egw","n":"Erathis"},{"id":18357,"c":14,"u":"gruumsh_exandria_egw","p":27,"s":28,"h":1,"dP":1,"t":20,"uu":"gruumsh|exandria|egw","n":"Gruumsh"},{"id":18358,"c":14,"u":"ioun_exandria_egw","p":23,"s":28,"h":1,"dP":1,"t":20,"uu":"ioun|exandria|egw","n":"Ioun"},{"id":18359,"c":14,"u":"kord_exandria_egw","p":23,"s":28,"h":1,"dP":1,"t":20,"uu":"kord|exandria|egw","n":"Kord"},{"id":18360,"c":14,"u":"lolth_exandria_egw","p":27,"s":28,"h":1,"dP":1,"t":20,"uu":"lolth|exandria|egw","n":"Lolth"},{"id":18361,"c":14,"u":"melora_exandria_egw","p":23,"s":28,"h":1,"dP":1,"t":20,"uu":"melora|exandria|egw","n":"Melora"},{"id":18362,"c":14,"u":"moradin_exandria_egw","p":24,"s":28,"h":1,"dP":1,"t":20,"uu":"moradin|exandria|egw","n":"Moradin"},{"id":18363,"c":14,"u":"naviask_exandria_egw","p":32,"s":28,"h":1,"dP":1,"t":20,"uu":"naviask|exandria|egw","n":"Naviask"},{"id":18364,"c":14,"u":"pelor_exandria_egw","p":24,"s":28,"h":1,"dP":1,"t":20,"uu":"pelor|exandria|egw","n":"Pelor"},{"id":18365,"c":14,"u":"quajath_exandria_egw","p":32,"s":28,"h":1,"dP":1,"t":20,"uu":"quajath|exandria|egw","n":"Quajath"},{"id":18366,"c":14,"u":"raei_exandria_egw","p":24,"s":28,"h":1,"dP":1,"t":20,"uu":"raei|exandria|egw","n":"Raei"},{"id":18367,"c":14,"u":"sehanine_exandria_egw","p":25,"s":28,"h":1,"dP":1,"t":20,"uu":"sehanine|exandria|egw","n":"Sehanine"},{"id":18368,"c":14,"u":"tharizdun_exandria_egw","p":28,"s":28,"h":1,"dP":1,"t":20,"uu":"tharizdun|exandria|egw","n":"Tharizdun"},{"id":18369,"c":14,"u":"the%20hag%20mother_exandria_egw","p":32,"s":28,"h":1,"dP":1,"t":20,"uu":"the hag mother|exandria|egw","n":"The Hag Mother"},{"id":18370,"c":14,"u":"the%20luxon_exandria_egw","p":32,"s":28,"h":1,"dP":1,"t":20,"uu":"the luxon|exandria|egw","n":"The Luxon"},{"id":18371,"c":14,"u":"the%20raven%20queen_exandria_egw","p":24,"s":28,"h":1,"dP":1,"t":20,"uu":"the raven queen|exandria|egw","n":"The Raven Queen"},{"id":18372,"c":14,"u":"the%20traveler_exandria_egw","p":32,"s":28,"h":1,"dP":1,"t":20,"uu":"the traveler|exandria|egw","n":"The Traveler"},{"id":18373,"c":14,"u":"tiamat_exandria_egw","p":28,"s":28,"h":1,"dP":1,"t":20,"uu":"tiamat|exandria|egw","n":"Tiamat"},{"id":18374,"c":14,"u":"torog_exandria_egw","p":28,"s":28,"h":1,"dP":1,"t":20,"uu":"torog|exandria|egw","n":"Torog"},{"id":18375,"c":14,"u":"uk'otoa_exandria_egw","p":33,"s":28,"h":1,"dP":1,"t":20,"uu":"uk'otoa|exandria|egw","n":"Uk'otoa"},{"id":18376,"c":14,"u":"vecna_exandria_egw","p":29,"s":28,"h":1,"dP":1,"t":20,"uu":"vecna|exandria|egw","n":"Vecna"},{"id":18377,"c":14,"u":"vesh_exandria_egw","p":33,"s":28,"h":1,"dP":1,"t":20,"uu":"vesh|exandria|egw","n":"Vesh"},{"id":18378,"c":14,"u":"xalicas_exandria_egw","p":33,"s":28,"h":1,"dP":1,"t":20,"uu":"xalicas|exandria|egw","n":"Xalicas"},{"id":18379,"c":14,"u":"zehir_exandria_egw","p":29,"s":28,"h":1,"dP":1,"t":20,"uu":"zehir|exandria|egw","n":"Zehir"},{"id":18380,"c":14,"u":"arawai_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"arawai|eberron|erlw","n":"Arawai"},{"id":18381,"c":14,"u":"aureon_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"aureon|eberron|erlw","n":"Aureon"},{"id":18382,"c":14,"u":"balinor_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"balinor|eberron|erlw","n":"Balinor"},{"id":18383,"c":14,"u":"boldrei_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"boldrei|eberron|erlw","n":"Boldrei"},{"id":18384,"c":14,"u":"cults%20of%20the%20dragon%20below_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"cults of the dragon below|eberron|erlw","n":"Cults of the Dragon Below"},{"id":18385,"c":14,"u":"dol%20arrah_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"dol arrah|eberron|erlw","n":"Dol Arrah"},{"id":18386,"c":14,"u":"dol%20dorn_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"dol dorn|eberron|erlw","n":"Dol Dorn"},{"id":18387,"c":14,"u":"kol%20korran_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"kol korran|eberron|erlw","n":"Kol Korran"},{"id":18388,"c":14,"u":"olladra_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"olladra|eberron|erlw","n":"Olladra"},{"id":18389,"c":14,"u":"onatar_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"onatar|eberron|erlw","n":"Onatar"},{"id":18390,"c":14,"u":"the%20blood%20of%20vol_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the blood of vol|eberron|erlw","n":"The Blood of Vol"},{"id":18391,"c":14,"u":"the%20devourer_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the devourer|eberron|erlw","n":"The Devourer"},{"id":18392,"c":14,"u":"the%20fury_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the fury|eberron|erlw","n":"The Fury"},{"id":18393,"c":14,"u":"the%20keeper_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the keeper|eberron|erlw","n":"The Keeper"},{"id":18394,"c":14,"u":"the%20mockery_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the mockery|eberron|erlw","n":"The Mockery"},{"id":18395,"c":14,"u":"the%20path%20of%20light_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the path of light|eberron|erlw","n":"The Path of Light"},{"id":18396,"c":14,"u":"the%20shadow_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the shadow|eberron|erlw","n":"The Shadow"},{"id":18397,"c":14,"u":"the%20silver%20flame_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the silver flame|eberron|erlw","n":"The Silver Flame"},{"id":18398,"c":14,"u":"the%20spirits%20of%20the%20past_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the spirits of the past|eberron|erlw","n":"The Spirits of the Past"},{"id":18399,"c":14,"u":"the%20traveler_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the traveler|eberron|erlw","n":"The Traveler"},{"id":18400,"c":14,"u":"the%20undying%20court_eberron_erlw","p":141,"s":29,"h":1,"t":20,"uu":"the undying court|eberron|erlw","n":"The Undying Court"},{"id":18401,"c":14,"u":"procan_unknown_gos","p":18,"s":33,"h":1,"t":20,"uu":"procan|unknown|gos","n":"Procan"},{"id":18402,"c":14,"u":"athreos_theros_mot","p":37,"s":45,"h":1,"t":20,"uu":"athreos|theros|mot","n":"Athreos"},{"id":18403,"c":14,"u":"ephara_theros_mot","p":40,"s":45,"h":1,"t":20,"uu":"ephara|theros|mot","n":"Ephara"},{"id":18404,"c":14,"u":"erebos_theros_mot","p":43,"s":45,"h":1,"t":20,"uu":"erebos|theros|mot","n":"Erebos"},{"id":18405,"c":14,"u":"heliod_theros_mot","p":46,"s":45,"h":1,"t":20,"uu":"heliod|theros|mot","n":"Heliod"},{"id":18406,"c":14,"u":"iroas_theros_mot","p":49,"s":45,"h":1,"t":20,"uu":"iroas|theros|mot","n":"Iroas"},{"id":18407,"c":14,"u":"karametra_theros_mot","p":52,"s":45,"h":1,"t":20,"uu":"karametra|theros|mot","n":"Karametra"},{"id":18408,"c":14,"u":"keranos_theros_mot","p":55,"s":45,"h":1,"t":20,"uu":"keranos|theros|mot","n":"Keranos"},{"id":18409,"c":14,"u":"klothys_theros_mot","p":58,"s":45,"h":1,"t":20,"uu":"klothys|theros|mot","n":"Klothys"},{"id":18410,"c":14,"u":"kruphix_theros_mot","p":61,"s":45,"h":1,"t":20,"uu":"kruphix|theros|mot","n":"Kruphix"},{"id":18411,"c":14,"u":"mogis_theros_mot","p":64,"s":45,"h":1,"t":20,"uu":"mogis|theros|mot","n":"Mogis"},{"id":18412,"c":14,"u":"nylea_theros_mot","p":67,"s":45,"h":1,"t":20,"uu":"nylea|theros|mot","n":"Nylea"},{"id":18413,"c":14,"u":"pharika_theros_mot","p":70,"s":45,"h":1,"t":20,"uu":"pharika|theros|mot","n":"Pharika"},{"id":18414,"c":14,"u":"phenax_theros_mot","p":73,"s":45,"h":1,"t":20,"uu":"phenax|theros|mot","n":"Phenax"},{"id":18415,"c":14,"u":"purphoros_theros_mot","p":76,"s":45,"h":1,"t":20,"uu":"purphoros|theros|mot","n":"Purphoros"},{"id":18416,"c":14,"u":"thassa_theros_mot","p":79,"s":45,"h":1,"t":20,"uu":"thassa|theros|mot","n":"Thassa"},{"id":18417,"c":14,"u":"abbathor_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"abbathor|dwarven|mtf","n":"Abbathor"},{"id":18418,"c":14,"u":"aerdrie%20faenya_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"aerdrie faenya|elven|mtf","n":"Aerdrie Faenya"},{"id":18419,"c":14,"u":"alathrien%20druanna_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"alathrien druanna|elven|mtf","n":"Alathrien Druanna"},{"id":18420,"c":14,"u":"alobal%20lorfiril_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"alobal lorfiril|elven|mtf","n":"Alobal Lorfiril"},{"id":18421,"c":14,"u":"angharradh_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"angharradh|elven|mtf","n":"Angharradh"},{"id":18422,"c":14,"u":"araleth%20letheranil_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"araleth letheranil|elven|mtf","n":"Araleth Letheranil"},{"id":18423,"c":14,"u":"arvoreen_halfling_mtf","p":103,"s":47,"h":1,"t":20,"uu":"arvoreen|halfling|mtf","n":"Arvoreen"},{"id":18424,"c":14,"u":"baervan%20wildwanderer_gnome_mtf","p":111,"s":47,"h":1,"t":20,"uu":"baervan wildwanderer|gnome|mtf","n":"Baervan Wildwanderer"},{"id":18425,"c":14,"u":"baravar%20cloakshadow_gnome_mtf","p":111,"s":47,"h":1,"t":20,"uu":"baravar cloakshadow|gnome|mtf","n":"Baravar Cloakshadow"},{"id":18426,"c":14,"u":"berronar%20truesilver_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"berronar truesilver|dwarven|mtf","n":"Berronar Truesilver"},{"id":18427,"c":14,"u":"bleredd_gnome_mtf","p":110,"s":47,"h":1,"t":20,"uu":"bleredd|gnome|mtf","n":"Bleredd"},{"id":18428,"c":14,"u":"brandobaris_halfling_mtf","p":104,"s":47,"h":1,"t":20,"uu":"brandobaris|halfling|mtf","n":"Brandobaris"},{"id":18429,"c":14,"u":"callarduran%20smoothhands_gnome_mtf","p":111,"s":47,"h":1,"t":20,"uu":"callarduran smoothhands|gnome|mtf","n":"Callarduran Smoothhands"},{"id":18430,"c":14,"u":"charmalaine_halfling_mtf","p":103,"s":47,"h":1,"t":20,"uu":"charmalaine|halfling|mtf","n":"Charmalaine"},{"id":18431,"c":14,"u":"clangeddin%20silverbeard_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"clangeddin silverbeard|dwarven|mtf","n":"Clangeddin Silverbeard"},{"id":18432,"c":14,"u":"corellon%20larethian_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"corellon larethian|elven|mtf","n":"Corellon Larethian"},{"id":18433,"c":14,"u":"cyrrollalee_halfling_mtf","p":104,"s":47,"h":1,"t":20,"uu":"cyrrollalee|halfling|mtf","n":"Cyrrollalee"},{"id":18434,"c":14,"u":"darahl%20tilvenar_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"darahl tilvenar|elven|mtf","n":"Darahl Tilvenar"},{"id":18435,"c":14,"u":"deep%20duerra_duergar_mtf","p":79,"s":47,"h":1,"t":20,"uu":"deep duerra|duergar|mtf","n":"Deep Duerra"},{"id":18436,"c":14,"u":"deep%20sashelas_elven_mtf","p":48,"s":47,"h":1,"t":20,"uu":"deep sashelas|elven|mtf","n":"Deep Sashelas"},{"id":18437,"c":14,"u":"dugmaren%20brightmantle_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"dugmaren brightmantle|dwarven|mtf","n":"Dugmaren Brightmantle"},{"id":18438,"c":14,"u":"dumathoin_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"dumathoin|dwarven|mtf","n":"Dumathoin"},{"id":18439,"c":14,"u":"eilistraee_drow_mtf","p":56,"s":47,"h":1,"t":20,"uu":"eilistraee|drow|mtf","n":"Eilistraee"},{"id":18440,"c":14,"u":"elebrin%20liothiel_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"elebrin liothiel|elven|mtf","n":"Elebrin liothiel"},{"id":18441,"c":14,"u":"erevan%20ilesere_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"erevan ilesere|elven|mtf","n":"Erevan Ilesere"},{"id":18442,"c":14,"u":"fenmarel%20mestarine_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"fenmarel mestarine|elven|mtf","n":"Fenmarel Mestarine"},{"id":18443,"c":14,"u":"flandal%20steelskin_gnome_mtf","p":111,"s":47,"h":1,"t":20,"uu":"flandal steelskin|gnome|mtf","n":"Flandal Steelskin"},{"id":18444,"c":14,"u":"gadhelyn_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"gadhelyn|elven|mtf","n":"Gadhelyn"},{"id":18445,"c":14,"u":"gaerdal%20ironhand_gnome_mtf","p":112,"s":47,"h":1,"t":20,"uu":"gaerdal ironhand|gnome|mtf","n":"Gaerdal Ironhand"},{"id":18446,"c":14,"u":"garl%20glittergold_gnome_mtf","p":111,"s":47,"h":1,"t":20,"uu":"garl glittergold|gnome|mtf","n":"Garl Glittergold"},{"id":18447,"c":14,"u":"gelf%20darkhearth_gnome_mtf","p":110,"s":47,"h":1,"t":20,"uu":"gelf darkhearth|gnome|mtf","n":"Gelf Darkhearth"},{"id":18448,"c":14,"u":"ghaunadaur_drow_mtf","p":53,"s":47,"h":1,"t":20,"uu":"ghaunadaur|drow|mtf","n":"Ghaunadaur"},{"id":18449,"c":14,"u":"gorm%20gulthyn_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"gorm gulthyn|dwarven|mtf","n":"Gorm Gulthyn"},{"id":18450,"c":14,"u":"haela%20brightaxe_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"haela brightaxe|dwarven|mtf","n":"Haela Brightaxe"},{"id":18451,"c":14,"u":"hanali%20celanil_elven_mtf","p":45,"s":47,"h":1,"t":20,"uu":"hanali celanil|elven|mtf","n":"Hanali Celanil"},{"id":18452,"c":14,"u":"hanseath_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"hanseath|dwarven|mtf","n":"Hanseath"},{"id":18453,"c":14,"u":"keptolo_drow_mtf","p":54,"s":47,"h":1,"t":20,"uu":"keptolo|drow|mtf","n":"Keptolo"},{"id":18454,"c":14,"u":"kiaransalee_drow_mtf","p":54,"s":47,"h":1,"t":20,"uu":"kiaransalee|drow|mtf","n":"Kiaransalee"},{"id":18455,"c":14,"u":"kirith%20sotheril_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"kirith sotheril|elven|mtf","n":"Kirith Sotheril"},{"id":18456,"c":14,"u":"labelas%20enoreth_elven_mtf","p":45,"s":47,"h":1,"t":20,"uu":"labelas enoreth|elven|mtf","n":"Labelas Enoreth"},{"id":18457,"c":14,"u":"laduguer_duergar_mtf","p":79,"s":47,"h":1,"t":20,"uu":"laduguer|duergar|mtf","n":"Laduguer"},{"id":18458,"c":14,"u":"lolth_drow_mtf","p":53,"s":47,"h":1,"t":20,"uu":"lolth|drow|mtf","n":"Lolth"},{"id":18459,"c":14,"u":"malyk_drow_mtf","p":54,"s":47,"h":1,"t":20,"uu":"malyk|drow|mtf","n":"Malyk"},{"id":18460,"c":14,"u":"marthammor%20duin_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"marthammor duin|dwarven|mtf","n":"Marthammor Duin"},{"id":18461,"c":14,"u":"melira%20taralen_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"melira taralen|elven|mtf","n":"Melira Taralen"},{"id":18462,"c":14,"u":"moradin_dwarven_mtf","p":72,"s":47,"h":1,"t":20,"uu":"moradin|dwarven|mtf","n":"Moradin"},{"id":18463,"c":14,"u":"muamman%20duathal_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"muamman duathal|dwarven|mtf","n":"Muamman Duathal"},{"id":18464,"c":14,"u":"mya_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"mya|dwarven|mtf","n":"Mya"},{"id":18465,"c":14,"u":"mythrien%20sarath_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"mythrien sarath|elven|mtf","n":"Mythrien Sarath"},{"id":18466,"c":14,"u":"naralis%20analor_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"naralis analor|elven|mtf","n":"Naralis Analor"},{"id":18467,"c":14,"u":"nebelun_gnome_mtf","p":112,"s":47,"h":1,"t":20,"uu":"nebelun|gnome|mtf","n":"Nebelun"},{"id":18468,"c":14,"u":"rellavar%20danuvien_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"rellavar danuvien|elven|mtf","n":"Rellavar Danuvien"},{"id":18469,"c":14,"u":"rill%20cleverthrush_gnome_mtf","p":110,"s":47,"h":1,"t":20,"uu":"rill cleverthrush|gnome|mtf","n":"Rill Cleverthrush"},{"id":18470,"c":14,"u":"rillifane%20rallathil_elven_mtf","p":46,"s":47,"h":1,"t":20,"uu":"rillifane rallathil|elven|mtf","n":"Rillifane Rallathil"},{"id":18471,"c":14,"u":"roknar_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"roknar|dwarven|mtf","n":"Roknar"},{"id":18472,"c":14,"u":"sarula%20iliene_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"sarula iliene|elven|mtf","n":"Sarula Iliene"},{"id":18473,"c":14,"u":"segojan%20earthcaller_gnome_mtf","p":112,"s":47,"h":1,"t":20,"uu":"segojan earthcaller|gnome|mtf","n":"Segojan Earthcaller"},{"id":18474,"c":14,"u":"sehanine%20moonbow_elven_mtf","p":46,"s":47,"h":1,"t":20,"uu":"sehanine moonbow|elven|mtf","n":"Sehanine Moonbow"},{"id":18475,"c":14,"u":"selvetarm_drow_mtf","p":54,"s":47,"h":1,"t":20,"uu":"selvetarm|drow|mtf","n":"Selvetarm"},{"id":18476,"c":14,"u":"sharindlar_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"sharindlar|dwarven|mtf","n":"Sharindlar"},{"id":18477,"c":14,"u":"sheela%20peryroyl_halfling_mtf","p":103,"s":47,"h":1,"t":20,"uu":"sheela peryroyl|halfling|mtf","n":"Sheela Peryroyl"},{"id":18478,"c":14,"u":"shevarash_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"shevarash|elven|mtf","n":"Shevarash"},{"id":18479,"c":14,"u":"sheyanna%20flaxenstrand_gnome_mtf","p":110,"s":47,"h":1,"t":20,"uu":"sheyanna flaxenstrand|gnome|mtf","n":"Sheyanna Flaxenstrand"},{"id":18480,"c":14,"u":"solonor%20thelandira_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"solonor thelandira|elven|mtf","n":"Solonor Thelandira"},{"id":18481,"c":14,"u":"tarsellis%20meunniduin_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"tarsellis meunniduin|elven|mtf","n":"Tarsellis Meunniduin"},{"id":18482,"c":14,"u":"tethrin%20verald%c3%a9_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"tethrin veraldé|elven|mtf","n":"Tethrin Veralde"},{"id":18483,"c":14,"u":"thard%20harr_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"thard harr|dwarven|mtf","n":"Thard Harr"},{"id":18484,"c":14,"u":"tharmekh%c3%bbl_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"tharmekhûl|dwarven|mtf","n":"Tharmekhul"},{"id":18485,"c":14,"u":"thautam_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"thautam|dwarven|mtf","n":"Thautam"},{"id":18486,"c":14,"u":"ulaa_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"ulaa|dwarven|mtf","n":"Ulaa"},{"id":18487,"c":14,"u":"urdlen_gnome_mtf","p":112,"s":47,"h":1,"t":20,"uu":"urdlen|gnome|mtf","n":"Urdlen"},{"id":18488,"c":14,"u":"urogalan_halfling_mtf","p":104,"s":47,"h":1,"t":20,"uu":"urogalan|halfling|mtf","n":"Urogalan"},{"id":18489,"c":14,"u":"valkauna_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"valkauna|dwarven|mtf","n":"Valkauna"},{"id":18490,"c":14,"u":"vandria%20gilmadrith_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"vandria gilmadrith|elven|mtf","n":"Vandria Gilmadrith"},{"id":18491,"c":14,"u":"vergadain_dwarven_mtf","p":73,"s":47,"h":1,"t":20,"uu":"vergadain|dwarven|mtf","n":"Vergadain"},{"id":18492,"c":14,"u":"vhaeraun_drow_mtf","p":55,"s":47,"h":1,"t":20,"uu":"vhaeraun|drow|mtf","n":"Vhaeraun"},{"id":18493,"c":14,"u":"ye'cind_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"ye'cind|elven|mtf","n":"Ye'Cind"},{"id":18494,"c":14,"u":"yondalla_halfling_mtf","p":102,"s":47,"h":1,"t":20,"uu":"yondalla|halfling|mtf","n":"Yondalla"},{"id":18495,"c":14,"u":"zandilar_elven_mtf","p":43,"s":47,"h":1,"t":20,"uu":"zandilar|elven|mtf","n":"Zandilar"},{"id":18496,"c":14,"u":"zinzerena_drow_mtf","p":56,"s":47,"h":1,"t":20,"uu":"zinzerena|drow|mtf","n":"Zinzerena"},{"id":18497,"c":14,"u":"aegir_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"aegir|norse","n":"Aegir"},{"id":18498,"c":14,"u":"anubis_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"anubis|egyptian","n":"Anubis"},{"id":18499,"c":14,"u":"apep_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"apep|egyptian","n":"Apep"},{"id":18500,"c":14,"u":"aphrodite_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"aphrodite|greek","n":"Aphrodite"},{"id":18501,"c":14,"u":"apollo_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"apollo|greek","n":"Apollo"},{"id":18502,"c":14,"u":"arawai_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"arawai|eberron","n":"Arawai"},{"id":18503,"c":14,"u":"arawn_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"arawn|celtic","n":"Arawn"},{"id":18504,"c":14,"u":"ares_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"ares|greek","n":"Ares"},{"id":18505,"c":14,"u":"artemis_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"artemis|greek","n":"Artemis"},{"id":18506,"c":14,"u":"athena_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"athena|greek","n":"Athena"},{"id":18507,"c":14,"u":"aureon_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"aureon|eberron","n":"Aureon"},{"id":18508,"c":14,"u":"auril_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"auril","n":"Auril"},{"id":18509,"c":14,"u":"azuth_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"azuth","n":"Azuth"},{"id":18510,"c":14,"u":"bahamut_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"bahamut|nonhuman","n":"Bahamut"},{"id":18511,"c":14,"u":"balder_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"balder|norse","n":"Balder"},{"id":18512,"c":14,"u":"balinor_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"balinor|eberron","n":"Balinor"},{"id":18513,"c":14,"u":"bane_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"bane","n":"Bane"},{"id":18514,"c":14,"u":"bast_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"bast|egyptian","n":"Bast"},{"id":18515,"c":14,"u":"belenus_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"belenus|celtic","n":"Belenus"},{"id":18516,"c":14,"u":"beory_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"beory|greyhawk","n":"Beory"},{"id":18517,"c":14,"u":"bes_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"bes|egyptian","n":"Bes"},{"id":18518,"c":14,"u":"beshaba_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"beshaba","n":"Beshaba"},{"id":18519,"c":14,"u":"bhaal_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"bhaal","n":"Bhaal"},{"id":18520,"c":14,"u":"blibdoolpoolp_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"blibdoolpoolp|nonhuman","n":"Blibdoolpoolp"},{"id":18521,"c":14,"u":"boccob_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"boccob|greyhawk","n":"Boccob"},{"id":18522,"c":14,"u":"boldrei_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"boldrei|eberron","n":"Boldrei"},{"id":18523,"c":14,"u":"branchala_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"branchala|dragonlance","n":"Branchala"},{"id":18524,"c":14,"u":"brigantia_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"brigantia|celtic","n":"Brigantia"},{"id":18525,"c":14,"u":"celestian_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"celestian|greyhawk","n":"Celestian"},{"id":18526,"c":14,"u":"chauntea_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"chauntea","n":"Chauntea"},{"id":18527,"c":14,"u":"chemosh_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"chemosh|dragonlance","n":"Chemosh"},{"id":18528,"c":14,"u":"chislev_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"chislev|dragonlance","n":"Chislev"},{"id":18529,"c":14,"u":"corellon%20larethian_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"corellon larethian|nonhuman","n":"Corellon Larethian"},{"id":18530,"c":14,"u":"cults%20of%20the%20dragon%20below_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"cults of the dragon below|eberron","n":"Cults of the Dragon Below"},{"id":18531,"c":14,"u":"cyric_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"cyric","n":"Cyric"},{"id":18532,"c":14,"u":"deep%20sashelas_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"deep sashelas|nonhuman","n":"Deep Sashelas"},{"id":18533,"c":14,"u":"demeter_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"demeter|greek","n":"Demeter"},{"id":18534,"c":14,"u":"deneir_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"deneir","n":"Deneir"},{"id":18535,"c":14,"u":"diancecht_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"diancecht|celtic","n":"Diancecht"},{"id":18536,"c":14,"u":"dionysus_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"dionysus|greek","n":"Dionysus"},{"id":18537,"c":14,"u":"dol%20arrah_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"dol arrah|eberron","n":"Dol Arrah"},{"id":18538,"c":14,"u":"dol%20dorn_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"dol dorn|eberron","n":"Dol Dorn"},{"id":18539,"c":14,"u":"dunatis_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"dunatis|celtic","n":"Dunatis"},{"id":18540,"c":14,"u":"eadro_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"eadro|nonhuman","n":"Eadro"},{"id":18541,"c":14,"u":"ehlonna_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"ehlonna|greyhawk","n":"Ehlonna"},{"id":18542,"c":14,"u":"eldath_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"eldath","n":"Eldath"},{"id":18543,"c":14,"u":"erythnul_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"erythnul|greyhawk","n":"Erythnul"},{"id":18544,"c":14,"u":"fharlanghn_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"fharlanghn|greyhawk","n":"Fharlanghn"},{"id":18545,"c":14,"u":"forseti_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"forseti|norse","n":"Forseti"},{"id":18546,"c":14,"u":"frey_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"frey|norse","n":"Frey"},{"id":18547,"c":14,"u":"freya_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"freya|norse","n":"Freya"},{"id":18548,"c":14,"u":"frigga_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"frigga|norse","n":"Frigga"},{"id":18549,"c":14,"u":"garl%20glittergold_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"garl glittergold|nonhuman","n":"Garl Glittergold"},{"id":18550,"c":14,"u":"gilean_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"gilean|dragonlance","n":"Gilean"},{"id":18551,"c":14,"u":"goibhniu_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"goibhniu|celtic","n":"Goibhniu"},{"id":18552,"c":14,"u":"gond_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"gond","n":"Gond"},{"id":18553,"c":14,"u":"grolantor_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"grolantor|nonhuman","n":"Grolantor"},{"id":18554,"c":14,"u":"gruumsh_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"gruumsh|nonhuman","n":"Gruumsh"},{"id":18555,"c":14,"u":"habbakuk_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"habbakuk|dragonlance","n":"Habbakuk"},{"id":18556,"c":14,"u":"hades_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"hades|greek","n":"Hades"},{"id":18557,"c":14,"u":"hathor_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"hathor|egyptian","n":"Hathor"},{"id":18558,"c":14,"u":"hecate_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"hecate|greek","n":"Hecate"},{"id":18559,"c":14,"u":"heimdall_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"heimdall|norse","n":"Heimdall"},{"id":18560,"c":14,"u":"heironeous_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"heironeous|greyhawk","n":"Heironeous"},{"id":18561,"c":14,"u":"hel_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"hel|norse","n":"Hel"},{"id":18562,"c":14,"u":"helm_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"helm","n":"Helm"},{"id":18563,"c":14,"u":"hephaestus_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"hephaestus|greek","n":"Hephaestus"},{"id":18564,"c":14,"u":"hera_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"hera|greek","n":"Hera"},{"id":18565,"c":14,"u":"hercules_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"hercules|greek","n":"Hercules"},{"id":18566,"c":14,"u":"hermes_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"hermes|greek","n":"Hermes"},{"id":18567,"c":14,"u":"hermod_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"hermod|norse","n":"Hermod"},{"id":18568,"c":14,"u":"hestia_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"hestia|greek","n":"Hestia"},{"id":18569,"c":14,"u":"hextor_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"hextor|greyhawk","n":"Hextor"},{"id":18570,"c":14,"u":"hiddukel_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"hiddukel|dragonlance","n":"Hiddukel"},{"id":18571,"c":14,"u":"hruggek_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"hruggek|nonhuman","n":"Hruggek"},{"id":18572,"c":14,"u":"ilmater_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"ilmater","n":"Ilmater"},{"id":18573,"c":14,"u":"imhotep_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"imhotep|egyptian","n":"Imhotep"},{"id":18574,"c":14,"u":"incabulos_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"incabulos|greyhawk","n":"Incabulos"},{"id":18575,"c":14,"u":"isis_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"isis|egyptian","n":"Isis"},{"id":18576,"c":14,"u":"istus_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"istus|greyhawk","n":"Istus"},{"id":18577,"c":14,"u":"iuz_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"iuz|greyhawk","n":"Iuz"},{"id":18578,"c":14,"u":"kelemvor_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"kelemvor","n":"Kelemvor"},{"id":18579,"c":14,"u":"kiri-jolith_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"kiri-jolith|dragonlance","n":"Kiri-Jolith"},{"id":18580,"c":14,"u":"kol%20korran_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"kol korran|eberron","n":"Kol Korran"},{"id":18581,"c":14,"u":"kord_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"kord|greyhawk","n":"Kord"},{"id":18582,"c":14,"u":"kurtulmak_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"kurtulmak|nonhuman","n":"Kurtulmak"},{"id":18583,"c":14,"u":"laogzed_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"laogzed|nonhuman","n":"Laogzed"},{"id":18584,"c":14,"u":"lathander_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"lathander","n":"Lathander"},{"id":18585,"c":14,"u":"leira_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"leira","n":"Leira"},{"id":18586,"c":14,"u":"lliira_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"lliira","n":"Lliira"},{"id":18587,"c":14,"u":"loki_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"loki|norse","n":"Loki"},{"id":18588,"c":14,"u":"lolth_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"lolth|nonhuman","n":"Lolth"},{"id":18589,"c":14,"u":"loviatar_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"loviatar","n":"Loviatar"},{"id":18590,"c":14,"u":"lugh_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"lugh|celtic","n":"Lugh"},{"id":18591,"c":14,"u":"lunitari_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"lunitari|dragonlance","n":"Lunitari"},{"id":18592,"c":14,"u":"maglubiyet_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"maglubiyet|nonhuman","n":"Maglubiyet"},{"id":18593,"c":14,"u":"majere_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"majere|dragonlance","n":"Majere"},{"id":18594,"c":14,"u":"malar_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"malar","n":"Malar"},{"id":18595,"c":14,"u":"manannan%20mac%20lir_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"manannan mac lir|celtic","n":"Manannan mac Lir"},{"id":18596,"c":14,"u":"mask_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"mask","n":"Mask"},{"id":18597,"c":14,"u":"math%20mathonwy_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"math mathonwy|celtic","n":"Math Mathonwy"},{"id":18598,"c":14,"u":"mielikki_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"mielikki","n":"Mielikki"},{"id":18599,"c":14,"u":"milil_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"milil","n":"Milil"},{"id":18600,"c":14,"u":"mishakal_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"mishakal|dragonlance","n":"Mishakal"},{"id":18601,"c":14,"u":"moradin_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"moradin|nonhuman","n":"Moradin"},{"id":18602,"c":14,"u":"morgion_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"morgion|dragonlance","n":"Morgion"},{"id":18603,"c":14,"u":"morrigan_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"morrigan|celtic","n":"Morrigan"},{"id":18604,"c":14,"u":"myrkul_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"myrkul","n":"Myrkul"},{"id":18605,"c":14,"u":"mystra_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"mystra","n":"Mystra"},{"id":18606,"c":14,"u":"nephthys_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"nephthys|egyptian","n":"Nephthys"},{"id":18607,"c":14,"u":"nerull_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"nerull|greyhawk","n":"Nerull"},{"id":18608,"c":14,"u":"nike_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"nike|greek","n":"Nike"},{"id":18609,"c":14,"u":"njord_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"njord|norse","n":"Njord"},{"id":18610,"c":14,"u":"nuada_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"nuada|celtic","n":"Nuada"},{"id":18611,"c":14,"u":"nuitari_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"nuitari|dragonlance","n":"Nuitari"},{"id":18612,"c":14,"u":"obad-hai_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"obad-hai|greyhawk","n":"Obad-Hai"},{"id":18613,"c":14,"u":"odin_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"odin|norse","n":"Odin"},{"id":18614,"c":14,"u":"odur_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"odur|norse","n":"Odur"},{"id":18615,"c":14,"u":"oghma_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"oghma|celtic","n":"Oghma"},{"id":18616,"c":14,"u":"oghma_forgotten%20realms_phb","p":294,"s":51,"h":1,"r":1,"t":20,"uu":"oghma","n":"Oghma"},{"id":18617,"c":14,"u":"olidammara_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"olidammara|greyhawk","n":"Olidammara"},{"id":18618,"c":14,"u":"olladra_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"olladra|eberron","n":"Olladra"},{"id":18619,"c":14,"u":"onatar_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"onatar|eberron","n":"Onatar"},{"id":18620,"c":14,"u":"osiris_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"osiris|egyptian","n":"Osiris"},{"id":18621,"c":14,"u":"paladine_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"paladine|dragonlance","n":"Paladine"},{"id":18622,"c":14,"u":"pan_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"pan|greek","n":"Pan"},{"id":18623,"c":14,"u":"pelor_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"pelor|greyhawk","n":"Pelor"},{"id":18624,"c":14,"u":"pholtus_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"pholtus|greyhawk","n":"Pholtus"},{"id":18625,"c":14,"u":"poseidon_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"poseidon|greek","n":"Poseidon"},{"id":18626,"c":14,"u":"ptah_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"ptah|egyptian","n":"Ptah"},{"id":18627,"c":14,"u":"ralishaz_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"ralishaz|greyhawk","n":"Ralishaz"},{"id":18628,"c":14,"u":"rao_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"rao|greyhawk","n":"Rao"},{"id":18629,"c":14,"u":"re-horakhty_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"re-horakhty|egyptian","n":"Re-Horakhty"},{"id":18630,"c":14,"u":"reorx_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"reorx|dragonlance","n":"Reorx"},{"id":18631,"c":14,"u":"rillifane%20rallathil_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"rillifane rallathil|nonhuman","n":"Rillifane Rallathil"},{"id":18632,"c":14,"u":"sargonnas_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"sargonnas|dragonlance","n":"Sargonnas"},{"id":18633,"c":14,"u":"savras_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"savras","n":"Savras"},{"id":18634,"c":14,"u":"sehanine%20moonbow_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"sehanine moonbow|nonhuman","n":"Sehanine Moonbow"},{"id":18635,"c":14,"u":"sekolah_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"sekolah|nonhuman","n":"Sekolah"},{"id":18636,"c":14,"u":"sel%c3%bbne_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"selûne","n":"Selune"},{"id":18637,"c":14,"u":"semuanya_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"semuanya|nonhuman","n":"Semuanya"},{"id":18638,"c":14,"u":"set_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"set|egyptian","n":"Set"},{"id":18639,"c":14,"u":"shar_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"shar","n":"Shar"},{"id":18640,"c":14,"u":"shinare_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"shinare|dragonlance","n":"Shinare"},{"id":18641,"c":14,"u":"sif_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"sif|norse","n":"Sif"},{"id":18642,"c":14,"u":"silvanus_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"silvanus|celtic","n":"Silvanus"},{"id":18643,"c":14,"u":"silvanus_forgotten%20realms_phb","p":294,"s":51,"h":1,"r":1,"t":20,"uu":"silvanus","n":"Silvanus"},{"id":18644,"c":14,"u":"sirrion_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"sirrion|dragonlance","n":"Sirrion"},{"id":18645,"c":14,"u":"skadi_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"skadi|norse","n":"Skadi"},{"id":18646,"c":14,"u":"skerrit_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"skerrit|nonhuman","n":"Skerrit"},{"id":18647,"c":14,"u":"skoraeus%20stonebones_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"skoraeus stonebones|nonhuman","n":"Skoraeus Stonebones"},{"id":18648,"c":14,"u":"sobek_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"sobek|egyptian","n":"Sobek"},{"id":18649,"c":14,"u":"solinari_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"solinari|dragonlance","n":"Solinari"},{"id":18650,"c":14,"u":"st.%20cuthbert_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"st. cuthbert|greyhawk","n":"St. Cuthbert"},{"id":18651,"c":14,"u":"sune_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"sune","n":"Sune"},{"id":18652,"c":14,"u":"surtur_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"surtur|nonhuman","n":"Surtur"},{"id":18653,"c":14,"u":"surtur_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"surtur|norse","n":"Surtur"},{"id":18654,"c":14,"u":"takhisis_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"takhisis|dragonlance","n":"Takhisis"},{"id":18655,"c":14,"u":"talona_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"talona","n":"Talona"},{"id":18656,"c":14,"u":"talos_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"talos","n":"Talos"},{"id":18657,"c":14,"u":"tempus_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"tempus","n":"Tempus"},{"id":18658,"c":14,"u":"tharizdun_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"tharizdun|greyhawk","n":"Tharizdun"},{"id":18659,"c":14,"u":"the%20blood%20of%20vol_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the blood of vol|eberron","n":"The Blood of Vol"},{"id":18660,"c":14,"u":"the%20daghdha_celtic_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"the daghdha|celtic","n":"The Daghdha"},{"id":18661,"c":14,"u":"the%20devourer_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the devourer|eberron","n":"The Devourer"},{"id":18662,"c":14,"u":"the%20fury_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the fury|eberron","n":"The Fury"},{"id":18663,"c":14,"u":"the%20keeper_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the keeper|eberron","n":"The Keeper"},{"id":18664,"c":14,"u":"the%20mockery_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the mockery|eberron","n":"The Mockery"},{"id":18665,"c":14,"u":"the%20path%20of%20light_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the path of light|eberron","n":"The Path of Light"},{"id":18666,"c":14,"u":"the%20shadow_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the shadow|eberron","n":"The Shadow"},{"id":18667,"c":14,"u":"the%20silver%20flame_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the silver flame|eberron","n":"The Silver Flame"},{"id":18668,"c":14,"u":"the%20spirits%20of%20the%20past_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the spirits of the past|eberron","n":"The Spirits of the Past"},{"id":18669,"c":14,"u":"the%20traveler_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the traveler|eberron","n":"The Traveler"},{"id":18670,"c":14,"u":"the%20undying%20court_eberron_phb","p":296,"s":51,"h":1,"t":20,"uu":"the undying court|eberron","n":"The Undying Court"},{"id":18671,"c":14,"u":"thor_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"thor|norse","n":"Thor"},{"id":18672,"c":14,"u":"thoth_egyptian_phb","p":299,"s":51,"h":1,"r":1,"t":20,"uu":"thoth|egyptian","n":"Thoth"},{"id":18673,"c":14,"u":"thrym_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"thrym|nonhuman","n":"Thrym"},{"id":18674,"c":14,"u":"thrym_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"thrym|norse","n":"Thrym"},{"id":18675,"c":14,"u":"tiamat_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"tiamat|nonhuman","n":"Tiamat"},{"id":18676,"c":14,"u":"torm_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"torm","n":"Torm"},{"id":18677,"c":14,"u":"trithereon_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"trithereon|greyhawk","n":"Trithereon"},{"id":18678,"c":14,"u":"tyche_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"tyche|greek","n":"Tyche"},{"id":18679,"c":14,"u":"tymora_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"tymora","n":"Tymora"},{"id":18680,"c":14,"u":"tyr_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"tyr","n":"Tyr"},{"id":18681,"c":14,"u":"tyr_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"tyr|norse","n":"Tyr"},{"id":18682,"c":14,"u":"ulaa_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"ulaa|greyhawk","n":"Ulaa"},{"id":18683,"c":14,"u":"uller_norse_phb","p":299,"s":51,"h":1,"t":20,"uu":"uller|norse","n":"Uller"},{"id":18684,"c":14,"u":"umberlee_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"umberlee","n":"Umberlee"},{"id":18685,"c":14,"u":"vecna_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"vecna|greyhawk","n":"Vecna"},{"id":18686,"c":14,"u":"waukeen_forgotten%20realms_phb","p":294,"s":51,"h":1,"t":20,"uu":"waukeen","n":"Waukeen"},{"id":18687,"c":14,"u":"wee%20jas_greyhawk_phb","p":295,"s":51,"h":1,"t":20,"uu":"wee jas|greyhawk","n":"Wee Jas"},{"id":18688,"c":14,"u":"yondalla_nonhuman_phb","p":296,"s":51,"h":1,"t":20,"uu":"yondalla|nonhuman","n":"Yondalla"},{"id":18689,"c":14,"u":"zeboim_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"zeboim|dragonlance","n":"Zeboim"},{"id":18690,"c":14,"u":"zeus_greek_phb","p":298,"s":51,"h":1,"r":1,"t":20,"uu":"zeus|greek","n":"Zeus"},{"id":18691,"c":14,"u":"zivilyn_dragonlance_phb","p":295,"s":51,"h":1,"t":20,"uu":"zivilyn|dragonlance","n":"Zivilyn"},{"id":18692,"c":14,"u":"azgrah_exandria_tdcsr","p":40,"s":60,"h":1,"dP":1,"t":20,"uu":"azgrah|exandria|tdcsr","n":"Azgrah"},{"id":18693,"c":14,"u":"galdric_exandria_tdcsr","p":40,"s":60,"h":1,"dP":1,"t":20,"uu":"galdric|exandria|tdcsr","n":"Galdric"},{"id":18694,"c":14,"u":"graz'tchar_exandria_tdcsr","p":40,"s":60,"h":1,"dP":1,"t":20,"uu":"graz'tchar|exandria|tdcsr","n":"Graz'tchar"},{"id":18695,"c":14,"u":"khedive%20xundi_exandria_tdcsr","p":40,"s":60,"h":1,"dP":1,"t":20,"uu":"khedive xundi|exandria|tdcsr","n":"Khedive Xundi"},{"id":18696,"c":14,"u":"the%20all-hammer_exandria_tdcsr","p":31,"s":60,"h":1,"dP":1,"t":20,"uu":"the all-hammer|exandria|tdcsr","n":"The All-Hammer"},{"id":18697,"c":14,"u":"the%20arch%20heart_exandria_tdcsr","p":29,"s":60,"h":1,"dP":1,"t":20,"uu":"the arch heart|exandria|tdcsr","n":"The Arch Heart"},{"id":18698,"c":14,"u":"the%20chained%20oblivion_exandria_tdcsr","p":36,"s":60,"h":1,"dP":1,"t":20,"uu":"the chained oblivion|exandria|tdcsr","n":"The Chained Oblivion"},{"id":18699,"c":14,"u":"the%20changebringer_exandria_tdcsr","p":28,"s":60,"h":1,"dP":1,"t":20,"uu":"the changebringer|exandria|tdcsr","n":"The Changebringer"},{"id":18700,"c":14,"u":"the%20cloaked%20serpent_exandria_tdcsr","p":38,"s":60,"h":1,"dP":1,"t":20,"uu":"the cloaked serpent|exandria|tdcsr","n":"The Cloaked Serpent"},{"id":18701,"c":14,"u":"the%20crawling%20king_exandria_tdcsr","p":37,"s":60,"h":1,"dP":1,"t":20,"uu":"the crawling king|exandria|tdcsr","n":"The Crawling King"},{"id":18702,"c":14,"u":"the%20dawnfather_exandria_tdcsr","p":32,"s":60,"h":1,"dP":1,"t":20,"uu":"the dawnfather|exandria|tdcsr","n":"The Dawnfather"},{"id":18703,"c":14,"u":"the%20everlight_exandria_tdcsr","p":32,"s":60,"h":1,"dP":1,"t":20,"uu":"the everlight|exandria|tdcsr","n":"The Everlight"},{"id":18704,"c":14,"u":"the%20knowing%20mentor_exandria_tdcsr","p":30,"s":60,"h":1,"dP":1,"t":20,"uu":"the knowing mentor|exandria|tdcsr","n":"The Knowing Mentor"},{"id":18705,"c":14,"u":"the%20lawbearer_exandria_tdcsr","p":29,"s":60,"h":1,"dP":1,"t":20,"uu":"the lawbearer|exandria|tdcsr","n":"The Lawbearer"},{"id":18706,"c":14,"u":"the%20lord%20of%20the%20hells_exandria_tdcsr","p":34,"s":60,"h":1,"dP":1,"t":20,"uu":"the lord of the hells|exandria|tdcsr","n":"The Lord of the Hells"},{"id":18707,"c":14,"u":"the%20lost%20beacon%20of%20unknown%20light_exandria_tdcsr","p":41,"s":60,"h":1,"dP":1,"t":20,"uu":"the lost beacon of unknown light|exandria|tdcsr","n":"The Lost Beacon of Unknown Light"},{"id":18708,"c":14,"u":"the%20matron%20of%20ravens_exandria_tdcsr","p":32,"s":60,"h":1,"dP":1,"t":20,"uu":"the matron of ravens|exandria|tdcsr","n":"The Matron of Ravens"},{"id":18709,"c":14,"u":"the%20moonweaver_exandria_tdcsr","p":33,"s":60,"h":1,"dP":1,"t":20,"uu":"the moonweaver|exandria|tdcsr","n":"The Moonweaver"},{"id":18710,"c":14,"u":"the%20observer_exandria_tdcsr","p":41,"s":60,"h":1,"dP":1,"t":20,"uu":"the observer|exandria|tdcsr","n":"The Observer"},{"id":18711,"c":14,"u":"the%20platinum%20dragon_exandria_tdcsr","p":28,"s":60,"h":1,"dP":1,"t":20,"uu":"the platinum dragon|exandria|tdcsr","n":"The Platinum Dragon"},{"id":18712,"c":14,"u":"the%20ruiner_exandria_tdcsr","p":35,"s":60,"h":1,"dP":1,"t":20,"uu":"the ruiner|exandria|tdcsr","n":"The Ruiner"},{"id":18713,"c":14,"u":"the%20scaled%20tyrant_exandria_tdcsr","p":37,"s":60,"h":1,"dP":1,"t":20,"uu":"the scaled tyrant|exandria|tdcsr","n":"The Scaled Tyrant"},{"id":18714,"c":14,"u":"the%20sightless_exandria_tdcsr","p":41,"s":60,"h":1,"dP":1,"t":20,"uu":"the sightless|exandria|tdcsr","n":"The Sightless"},{"id":18715,"c":14,"u":"the%20spider%20queen_exandria_tdcsr","p":35,"s":60,"h":1,"dP":1,"t":20,"uu":"the spider queen|exandria|tdcsr","n":"The Spider Queen"},{"id":18716,"c":14,"u":"the%20stormlord_exandria_tdcsr","p":30,"s":60,"h":1,"dP":1,"t":20,"uu":"the stormlord|exandria|tdcsr","n":"The Stormlord"},{"id":18717,"c":14,"u":"the%20strife%20emperor_exandria_tdcsr","p":34,"s":60,"h":1,"dP":1,"t":20,"uu":"the strife emperor|exandria|tdcsr","n":"The Strife Emperor"},{"id":18718,"c":14,"u":"the%20traveler_exandria_tdcsr","p":42,"s":60,"h":1,"dP":1,"t":20,"uu":"the traveler|exandria|tdcsr","n":"The Traveler"},{"id":18719,"c":14,"u":"the%20whispered%20one_exandria_tdcsr","p":38,"s":60,"h":1,"dP":1,"t":20,"uu":"the whispered one|exandria|tdcsr","n":"The Whispered One"},{"id":18720,"c":14,"u":"the%20wildmother_exandria_tdcsr","p":31,"s":60,"h":1,"dP":1,"t":20,"uu":"the wildmother|exandria|tdcsr","n":"The Wildmother"},{"id":18721,"c":14,"u":"vesh_exandria_tdcsr","p":42,"s":60,"h":1,"dP":1,"t":20,"uu":"vesh|exandria|tdcsr","n":"Vesh"},{"id":18722,"c":14,"u":"bahgtru_orc_vgm","p":83,"s":66,"h":1,"t":20,"uu":"bahgtru|orc|vgm","n":"Bahgtru"},{"id":18723,"c":14,"u":"dendar_yuan-ti_vgm","p":93,"s":66,"h":1,"t":20,"uu":"dendar|yuan-ti|vgm","n":"Dendar"},{"id":18724,"c":14,"u":"gruumsh_orc_vgm","p":82,"s":66,"h":1,"t":20,"uu":"gruumsh|orc|vgm","n":"Gruumsh"},{"id":18725,"c":14,"u":"ilneval_orc_vgm","p":83,"s":66,"h":1,"t":20,"uu":"ilneval|orc|vgm","n":"Ilneval"},{"id":18726,"c":14,"u":"luthic_orc_vgm","p":84,"s":66,"h":1,"t":20,"uu":"luthic|orc|vgm","n":"Luthic"},{"id":18727,"c":14,"u":"merrshaulk_yuan-ti_vgm","p":94,"s":66,"h":1,"t":20,"uu":"merrshaulk|yuan-ti|vgm","n":"Merrshaulk"},{"id":18728,"c":14,"u":"shargaas_orc_vgm","p":84,"s":66,"h":1,"t":20,"uu":"shargaas|orc|vgm","n":"Shargaas"},{"id":18729,"c":14,"u":"sseth_yuan-ti_vgm","p":94,"s":66,"h":1,"t":20,"uu":"sseth|yuan-ti|vgm","n":"Sseth"},{"id":18730,"c":14,"u":"yurtrus_orc_vgm","p":84,"s":66,"h":1,"t":20,"uu":"yurtrus|orc|vgm","n":"Yurtrus"},{"id":18731,"c":14,"u":"ezra_unknown_vrgr","p":64,"s":67,"h":1,"t":20,"uu":"ezra|unknown|vrgr","n":"Ezra"},{"id":18732,"c":15,"u":"unborn%20palanquin_bmt","p":173,"s":1,"h":1,"t":21,"uu":"unborn palanquin|bmt","m":"objects/tokens/BMT/Unborn Palanquin.webp","n":"Unborn Palanquin"},{"id":18733,"c":15,"u":"eldritch%20cannon%2c%20flamethrower_tce","p":17,"s":4,"h":1,"t":21,"uu":"eldritch cannon, flamethrower|tce","m":"objects/tokens/TCE/Eldritch Cannon.webp","n":"Eldritch Cannon, Flamethrower"},{"id":18734,"c":15,"u":"eldritch%20cannon%2c%20force%20ballista_tce","p":17,"s":4,"h":1,"t":21,"uu":"eldritch cannon, force ballista|tce","m":"objects/tokens/TCE/Eldritch Cannon.webp","n":"Eldritch Cannon, Force Ballista"},{"id":18735,"c":15,"u":"eldritch%20cannon%2c%20protector_tce","p":17,"s":4,"h":1,"t":21,"uu":"eldritch cannon, protector|tce","m":"objects/tokens/TCE/Eldritch Cannon.webp","n":"Eldritch Cannon, Protector"},{"id":18736,"c":15,"u":"ballista_xdmg","p":96,"s":5,"h":1,"t":21,"uu":"ballista|xdmg","m":"objects/tokens/XDMG/Ballista.webp","n":"Ballista"},{"id":18737,"c":15,"u":"cannon_xdmg","p":96,"s":5,"h":1,"t":21,"uu":"cannon|xdmg","m":"objects/tokens/XDMG/Cannon.webp","n":"Cannon"},{"id":18738,"c":15,"u":"flamethrower%20coach_xdmg","p":96,"s":5,"h":1,"t":21,"uu":"flamethrower coach|xdmg","m":"objects/tokens/XDMG/Flamethrower Coach.webp","n":"Flamethrower Coach"},{"id":18739,"c":15,"u":"keg%20launcher_xdmg","p":96,"s":5,"h":1,"t":21,"uu":"keg launcher|xdmg","m":"objects/tokens/XDMG/Keg Launcher.webp","n":"Keg Launcher"},{"id":18740,"c":15,"u":"lightning%20cannon_xdmg","p":96,"s":5,"h":1,"t":21,"uu":"lightning cannon|xdmg","m":"objects/tokens/XDMG/Lightning Cannon.webp","n":"Lightning Cannon"},{"id":18741,"c":15,"u":"mangonel_xdmg","p":97,"s":5,"h":1,"t":21,"uu":"mangonel|xdmg","m":"objects/tokens/XDMG/Mangonel.webp","n":"Mangonel"},{"id":18742,"c":15,"u":"ram_xdmg","p":97,"s":5,"h":1,"t":21,"uu":"ram|xdmg","m":"objects/tokens/XDMG/Ram.webp","n":"Ram"},{"id":18743,"c":15,"u":"siege%20tower_xdmg","p":97,"s":5,"h":1,"t":21,"uu":"siege tower|xdmg","m":"objects/tokens/XDMG/Siege Tower.webp","n":"Siege Tower"},{"id":18744,"c":15,"u":"suspended%20cauldron_xdmg","p":97,"s":5,"h":1,"t":21,"uu":"suspended cauldron|xdmg","m":"objects/tokens/XDMG/Suspended Cauldron.webp","n":"Suspended Cauldron"},{"id":18745,"c":15,"u":"trebuchet_xdmg","p":97,"s":5,"h":1,"t":21,"uu":"trebuchet|xdmg","m":"objects/tokens/XDMG/Trebuchet.webp","n":"Trebuchet"},{"id":18746,"c":15,"u":"ballista_dmg","p":255,"s":24,"h":1,"t":21,"uu":"ballista|dmg","m":"objects/tokens/DMG/Ballista.webp","n":"Ballista"},{"id":18747,"c":15,"u":"cannon_dmg","p":255,"s":24,"h":1,"t":21,"uu":"cannon|dmg","m":"objects/tokens/DMG/Cannon.webp","n":"Cannon"},{"id":18748,"c":15,"u":"generic%20object_dmg","p":246,"s":24,"h":1,"r":1,"t":21,"uu":"generic object|dmg","m":"objects/tokens/DMG/Generic Object.webp","n":"Generic Object"},{"id":18749,"c":15,"u":"mangonel_dmg","p":255,"s":24,"h":1,"t":21,"uu":"mangonel|dmg","m":"objects/tokens/DMG/Mangonel.webp","n":"Mangonel"},{"id":18750,"c":15,"u":"ram_dmg","p":255,"s":24,"h":1,"t":21,"uu":"ram|dmg","m":"objects/tokens/DMG/Ram.webp","n":"Ram"},{"id":18751,"c":15,"u":"siege%20tower_dmg","p":256,"s":24,"h":1,"t":21,"uu":"siege tower|dmg","m":"objects/tokens/DMG/Siege Tower.webp","n":"Siege Tower"},{"id":18752,"c":15,"u":"suspended%20cauldron_dmg","p":255,"s":24,"h":1,"t":21,"uu":"suspended cauldron|dmg","m":"objects/tokens/DMG/Suspended Cauldron.webp","n":"Suspended Cauldron"},{"id":18753,"c":15,"u":"trebuchet_dmg","p":256,"s":24,"h":1,"t":21,"uu":"trebuchet|dmg","m":"objects/tokens/DMG/Trebuchet.webp","n":"Trebuchet"},{"id":18754,"c":15,"u":"boilerdrak_dsotdq","p":189,"s":27,"h":1,"t":21,"uu":"boilerdrak|dsotdq","m":"objects/tokens/DSotDQ/Boilerdrak.webp","n":"Boilerdrak"},{"id":18755,"c":15,"u":"gnomeflinger_dsotdq","p":189,"s":27,"h":1,"t":21,"uu":"gnomeflinger|dsotdq","m":"objects/tokens/DSotDQ/Gnomeflinger.webp","n":"Gnomeflinger"},{"id":18756,"c":15,"u":"ice%20troll%20heart_idrotf","p":294,"s":37,"h":1,"t":21,"uu":"ice troll heart|idrotf","m":"objects/tokens/IDRotF/Ice Troll Heart.webp","n":"Ice Troll Heart"},{"id":18757,"c":15,"u":"spirit%20blister_jttrc","p":142,"s":38,"h":1,"t":21,"uu":"spirit blister|jttrc","m":"objects/tokens/JttRC/Spirit Blister.webp","n":"Spirit Blister"},{"id":18758,"c":15,"u":"captain%20a-hole_rmbre","p":21,"s":54,"h":1,"dP":1,"t":21,"uu":"captain a-hole|rmbre","m":"objects/tokens/RMBRE/Captain A-Hole.webp","n":"Captain A-Hole"},{"id":18759,"c":15,"u":"the%20head_rmbre","p":25,"s":54,"h":1,"dP":1,"t":21,"uu":"the head|rmbre","m":"objects/tokens/RMBRE/The Head.webp","n":"The Head"},{"id":18760,"c":15,"u":"gulthias%20tree_tftyp","p":31,"s":61,"h":1,"t":21,"uu":"gulthias tree|tftyp","m":"objects/tokens/TftYP/Gulthias Tree.webp","n":"Gulthias Tree"},{"id":18761,"c":16,"u":"balance%20and%20ruin_bmt","p":29,"s":1,"h":1,"t":22,"uu":"balance and ruin|bmt","m":"traps/BMT/Balance and Ruin.webp","n":"Balance and Ruin"},{"id":18762,"c":16,"u":"surface%20of%20the%20sun_bmt","p":30,"s":1,"h":1,"t":22,"uu":"surface of the sun|bmt","m":"traps/BMT/Surface of the Sun.webp","n":"Surface of the Sun"},{"id":18763,"c":16,"u":"test%20of%20the%20empty%20moon_bmt","p":31,"s":1,"h":1,"t":22,"uu":"test of the empty moon|bmt","m":"traps/BMT/Test of the Empty Moon.webp","n":"Test of the Empty Moon"},{"id":18764,"c":16,"u":"collapsing%20roof_xdmg","p":100,"s":5,"h":1,"t":22,"uu":"collapsing roof|xdmg","n":"Collapsing Roof"},{"id":18765,"c":16,"u":"falling%20net_xdmg","p":100,"s":5,"h":1,"t":22,"uu":"falling net|xdmg","n":"Falling Net"},{"id":18766,"c":16,"u":"fire-casting%20statue_xdmg","p":102,"s":5,"h":1,"t":22,"uu":"fire-casting statue|xdmg","n":"Fire-Casting Statue"},{"id":18767,"c":16,"u":"hidden%20pit_xdmg","p":102,"s":5,"h":1,"t":22,"uu":"hidden pit|xdmg","n":"Hidden Pit"},{"id":18768,"c":16,"u":"poisoned%20darts_xdmg","p":101,"s":5,"h":1,"t":22,"uu":"poisoned darts|xdmg","m":"traps/XDMG/Poisoned Darts.webp","n":"Poisoned Darts"},{"id":18769,"c":16,"u":"poisoned%20needle_xdmg","p":102,"s":5,"h":1,"t":22,"uu":"poisoned needle|xdmg","n":"Poisoned Needle"},{"id":18770,"c":16,"u":"rolling%20stone_xdmg","p":102,"s":5,"h":1,"t":22,"uu":"rolling stone|xdmg","n":"Rolling Stone"},{"id":18771,"c":16,"u":"spiked%20pit_xdmg","p":103,"s":5,"h":1,"t":22,"uu":"spiked pit|xdmg","n":"Spiked Pit"},{"id":18772,"c":16,"u":"bear%20trap_xge","p":113,"s":6,"h":1,"t":22,"uu":"bear trap|xge","n":"Bear Trap"},{"id":18773,"c":16,"u":"crossbow%20trap_xge","p":113,"s":6,"h":1,"t":22,"uu":"crossbow trap|xge","n":"Crossbow Trap"},{"id":18774,"c":16,"u":"falling%20portcullis_xge","p":113,"s":6,"h":1,"t":22,"uu":"falling portcullis|xge","n":"Falling Portcullis"},{"id":18775,"c":16,"u":"fiery%20blast%20trap_xge","p":113,"s":6,"h":1,"t":22,"uu":"fiery blast trap|xge","n":"Fiery Blast Trap"},{"id":18776,"c":16,"u":"net%20trap_xge","p":113,"s":6,"h":1,"t":22,"uu":"net trap|xge","n":"Net Trap"},{"id":18777,"c":16,"u":"path%20of%20blades_xge","p":118,"s":6,"h":1,"t":22,"uu":"path of blades|xge","n":"Path of Blades"},{"id":18778,"c":16,"u":"pit%20trap_xge","p":114,"s":6,"h":1,"t":22,"uu":"pit trap|xge","n":"Pit Trap"},{"id":18779,"c":16,"u":"poison%20needle%20trap_xge","p":114,"s":6,"h":1,"t":22,"uu":"poison needle trap|xge","n":"Poison Needle Trap"},{"id":18780,"c":16,"u":"poisoned%20tempest_xge","p":120,"s":6,"h":1,"t":22,"uu":"poisoned tempest|xge","n":"Poisoned Tempest"},{"id":18781,"c":16,"u":"scything%20blade%20trap_xge","p":114,"s":6,"h":1,"t":22,"uu":"scything blade trap|xge","n":"Scything Blade Trap"},{"id":18782,"c":16,"u":"sleep%20of%20ages%20trap_xge","p":114,"s":6,"h":1,"t":22,"uu":"sleep of ages trap|xge","n":"Sleep of Ages Trap"},{"id":18783,"c":16,"u":"sphere%20of%20crushing%20doom_xge","p":119,"s":6,"h":1,"t":22,"uu":"sphere of crushing doom|xge","n":"Sphere of Crushing Doom"},{"id":18784,"c":16,"u":"collapsing%20roof_dmg","p":122,"s":24,"h":1,"r":1,"t":22,"uu":"collapsing roof|dmg","n":"Collapsing Roof"},{"id":18785,"c":16,"u":"falling%20net_dmg","p":122,"s":24,"h":1,"r":1,"t":22,"uu":"falling net|dmg","n":"Falling Net"},{"id":18786,"c":16,"u":"fire-breathing%20statue_dmg","p":122,"s":24,"h":1,"r":1,"t":22,"uu":"fire-breathing statue|dmg","n":"Fire-Breathing Statue"},{"id":18787,"c":16,"u":"pits_dmg","p":122,"s":24,"h":1,"r":1,"t":22,"uu":"pits|dmg","n":"Pits"},{"id":18788,"c":16,"u":"poison%20darts_dmg","p":123,"s":24,"h":1,"r":1,"t":22,"uu":"poison darts|dmg","n":"Poison Darts"},{"id":18789,"c":16,"u":"poison%20needle_dmg","p":123,"s":24,"h":1,"r":1,"t":22,"uu":"poison needle|dmg","n":"Poison Needle"},{"id":18790,"c":16,"u":"rolling%20sphere_dmg","p":123,"s":24,"h":1,"r":1,"t":22,"uu":"rolling sphere|dmg","n":"Rolling Sphere"},{"id":18791,"c":16,"u":"sphere%20of%20annihilation_dmg","p":123,"s":24,"h":1,"r":1,"t":22,"uu":"sphere of annihilation|dmg","n":"Sphere of Annihilation"},{"id":18792,"c":16,"u":"danse%20macabre_vrgr","p":197,"s":67,"h":1,"t":22,"uu":"danse macabre|vrgr","n":"Danse Macabre"},{"id":18793,"c":16,"u":"faceless%20malice_vrgr","p":197,"s":67,"h":1,"t":22,"uu":"faceless malice|vrgr","m":"traps/VRGR/Faceless Malice.webp","n":"Faceless Malice"},{"id":18794,"c":16,"u":"icon%20of%20the%20lower%20aerial%20kingdoms_vrgr","p":197,"s":67,"h":1,"t":22,"uu":"icon of the lower aerial kingdoms|vrgr","n":"Icon of the Lower Aerial Kingdoms"},{"id":18795,"c":16,"u":"morbid%20memory_vrgr","p":198,"s":67,"h":1,"t":22,"uu":"morbid memory|vrgr","n":"Morbid Memory"},{"id":18796,"c":16,"u":"malfunctioning%20phase%20transference%20emitter_azfyt","p":9,"s":112,"h":1,"t":22,"uu":"malfunctioning phase transference emitter|azfyt","n":"Malfunctioning Phase Transference Emitter"},{"id":18797,"c":16,"u":"death%20fog%20trap_rtg","p":19,"s":100,"h":1,"t":22,"uu":"death fog trap|rtg","n":"Death Fog Trap"},{"id":18798,"c":17,"u":"avalanche_tce","p":169,"s":4,"h":1,"t":23,"uu":"avalanche|tce","n":"Avalanche"},{"id":18799,"c":17,"u":"falling%20into%20water_tce","p":170,"s":4,"h":1,"t":23,"uu":"falling into water|tce","n":"Falling into Water"},{"id":18800,"c":17,"u":"falling%20onto%20a%20creature_tce","p":170,"s":4,"h":1,"t":23,"uu":"falling onto a creature|tce","n":"Falling onto a Creature"},{"id":18801,"c":17,"u":"flame%20storm_tce","p":163,"s":4,"h":1,"t":23,"uu":"flame storm|tce","n":"Flame Storm"},{"id":18802,"c":17,"u":"flaywind_tce","p":163,"s":4,"h":1,"t":23,"uu":"flaywind|tce","n":"Flaywind"},{"id":18803,"c":17,"u":"necrotic%20tempest_tce","p":163,"s":4,"h":1,"t":23,"uu":"necrotic tempest|tce","n":"Necrotic Tempest"},{"id":18804,"c":17,"u":"thrym's%20howl_tce","p":163,"s":4,"h":1,"t":23,"uu":"thrym's howl|tce","n":"Thrym's Howl"},{"id":18805,"c":17,"u":"brown%20mold_xdmg","p":76,"s":5,"h":1,"t":23,"uu":"brown mold|xdmg","n":"Brown Mold"},{"id":18806,"c":17,"u":"dead%20magic%20zone_xdmg","p":68,"s":5,"h":1,"t":23,"uu":"dead magic zone|xdmg","n":"Dead Magic Zone"},{"id":18807,"c":17,"u":"deep%20water_xdmg","p":68,"s":5,"h":1,"t":23,"uu":"deep water|xdmg","n":"Deep Water"},{"id":18808,"c":17,"u":"extreme%20cold_xdmg","p":68,"s":5,"h":1,"t":23,"uu":"extreme cold|xdmg","n":"Extreme Cold"},{"id":18809,"c":17,"u":"extreme%20heat_xdmg","p":68,"s":5,"h":1,"t":23,"uu":"extreme heat|xdmg","n":"Extreme Heat"},{"id":18810,"c":17,"u":"fireball%20fungus_xdmg","p":76,"s":5,"h":1,"t":23,"uu":"fireball fungus|xdmg","n":"Fireball Fungus"},{"id":18811,"c":17,"u":"frigid%20water_xdmg","p":68,"s":5,"h":1,"t":23,"uu":"frigid water|xdmg","n":"Frigid Water"},{"id":18812,"c":17,"u":"green%20slime_xdmg","p":76,"s":5,"h":1,"t":23,"uu":"green slime|xdmg","m":"hazards/XDMG/Green Slime.webp","n":"Green Slime"},{"id":18813,"c":17,"u":"heavy%20precipitation_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"heavy precipitation|xdmg","n":"Heavy Precipitation"},{"id":18814,"c":17,"u":"high%20altitude_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"high altitude|xdmg","n":"High Altitude"},{"id":18815,"c":17,"u":"improvised%20damage_xdmg","p":30,"s":5,"h":1,"t":23,"uu":"improvised damage|xdmg","n":"Improvised Damage"},{"id":18816,"c":17,"u":"inferno_xdmg","p":76,"s":5,"h":1,"t":23,"uu":"inferno|xdmg","n":"Inferno"},{"id":18817,"c":17,"u":"planar%20effects_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"planar effects|xdmg","n":"Planar Effects"},{"id":18818,"c":17,"u":"poisonous%20gas_xdmg","p":77,"s":5,"h":1,"t":23,"uu":"poisonous gas|xdmg","n":"Poisonous Gas"},{"id":18819,"c":17,"u":"quicksand%20pit_xdmg","p":77,"s":5,"h":1,"t":23,"uu":"quicksand pit|xdmg","n":"Quicksand Pit"},{"id":18820,"c":17,"u":"razorvine_xdmg","p":78,"s":5,"h":1,"t":23,"uu":"razorvine|xdmg","n":"Razorvine"},{"id":18821,"c":17,"u":"river%20styx_xdmg","p":78,"s":5,"h":1,"t":23,"uu":"river styx|xdmg","n":"River Styx"},{"id":18822,"c":17,"u":"rockslide_xdmg","p":78,"s":5,"h":1,"t":23,"uu":"rockslide|xdmg","n":"Rockslide"},{"id":18823,"c":17,"u":"slippery%20ice_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"slippery ice|xdmg","n":"Slippery Ice"},{"id":18824,"c":17,"u":"strong%20wind_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"strong wind|xdmg","n":"Strong Wind"},{"id":18825,"c":17,"u":"thin%20ice_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"thin ice|xdmg","n":"Thin Ice"},{"id":18826,"c":17,"u":"vicious%20vine_xdmg","p":78,"s":5,"h":1,"t":23,"uu":"vicious vine|xdmg","n":"Vicious Vine"},{"id":18827,"c":17,"u":"webs_xdmg","p":79,"s":5,"h":1,"t":23,"uu":"webs|xdmg","m":"hazards/XDMG/Webs.webp","n":"Webs"},{"id":18828,"c":17,"u":"wild%20magic%20zone_xdmg","p":69,"s":5,"h":1,"t":23,"uu":"wild magic zone|xdmg","n":"Wild Magic Zone"},{"id":18829,"c":17,"u":"yellow%20mold_xdmg","p":79,"s":5,"h":1,"t":23,"uu":"yellow mold|xdmg","n":"Yellow Mold"},{"id":18830,"c":17,"u":"burning_xphb","p":362,"s":8,"h":1,"t":23,"uu":"burning|xphb","n":"Burning"},{"id":18831,"c":17,"u":"dehydration_xphb","p":365,"s":8,"h":1,"t":23,"uu":"dehydration|xphb","n":"Dehydration"},{"id":18832,"c":17,"u":"falling_xphb","p":367,"s":8,"h":1,"t":23,"uu":"falling|xphb","n":"Falling"},{"id":18833,"c":17,"u":"malnutrition_xphb","p":371,"s":8,"h":1,"t":23,"uu":"malnutrition|xphb","n":"Malnutrition"},{"id":18834,"c":17,"u":"suffocation_xphb","p":376,"s":8,"h":1,"t":23,"uu":"suffocation|xphb","n":"Suffocation"},{"id":18835,"c":17,"u":"demon%20ichor_bgdia","p":78,"s":17,"h":1,"t":23,"uu":"demon ichor|bgdia","n":"Demon Ichor"},{"id":18836,"c":17,"u":"brown%20mold_dmg","p":105,"s":24,"h":1,"t":23,"uu":"brown mold|dmg","n":"Brown Mold"},{"id":18837,"c":17,"u":"desecrated%20ground_dmg","p":110,"s":24,"h":1,"t":23,"uu":"desecrated ground|dmg","n":"Desecrated Ground"},{"id":18838,"c":17,"u":"extreme%20cold_dmg","p":110,"s":24,"h":1,"t":23,"uu":"extreme cold|dmg","n":"Extreme Cold"},{"id":18839,"c":17,"u":"extreme%20heat_dmg","p":110,"s":24,"h":1,"t":23,"uu":"extreme heat|dmg","n":"Extreme Heat"},{"id":18840,"c":17,"u":"frigid%20water_dmg","p":110,"s":24,"h":1,"t":23,"uu":"frigid water|dmg","n":"Frigid Water"},{"id":18841,"c":17,"u":"green%20slime_dmg","p":105,"s":24,"h":1,"t":23,"uu":"green slime|dmg","n":"Green Slime"},{"id":18842,"c":17,"u":"heavy%20precipitation_dmg","p":110,"s":24,"h":1,"t":23,"uu":"heavy precipitation|dmg","n":"Heavy Precipitation"},{"id":18843,"c":17,"u":"high%20altitude_dmg","p":110,"s":24,"h":1,"t":23,"uu":"high altitude|dmg","n":"High Altitude"},{"id":18844,"c":17,"u":"improvised%20damage_dmg","p":249,"s":24,"h":1,"t":23,"uu":"improvised damage|dmg","n":"Improvised Damage"},{"id":18845,"c":17,"u":"quicksand_dmg","p":110,"s":24,"h":1,"t":23,"uu":"quicksand|dmg","n":"Quicksand"},{"id":18846,"c":17,"u":"razorvine_dmg","p":110,"s":24,"h":1,"t":23,"uu":"razorvine|dmg","n":"Razorvine"},{"id":18847,"c":17,"u":"slippery%20ice_dmg","p":110,"s":24,"h":1,"t":23,"uu":"slippery ice|dmg","n":"Slippery Ice"},{"id":18848,"c":17,"u":"strong%20wind_dmg","p":110,"s":24,"h":1,"t":23,"uu":"strong wind|dmg","n":"Strong Wind"},{"id":18849,"c":17,"u":"thin%20ice_dmg","p":111,"s":24,"h":1,"t":23,"uu":"thin ice|dmg","n":"Thin Ice"},{"id":18850,"c":17,"u":"webs_dmg","p":105,"s":24,"h":1,"t":23,"uu":"webs|dmg","n":"Webs"},{"id":18851,"c":17,"u":"yellow%20mold_dmg","p":105,"s":24,"h":1,"t":23,"uu":"yellow mold|dmg","n":"Yellow Mold"},{"id":18852,"c":17,"u":"avalanche_idrotf","p":10,"s":37,"h":1,"t":23,"uu":"avalanche|idrotf","n":"Avalanche"},{"id":18853,"c":17,"u":"blizzard_idrotf","p":10,"s":37,"h":1,"t":23,"uu":"blizzard|idrotf","n":"Blizzard"},{"id":18854,"c":17,"u":"rot%20grub_vgm","p":208,"s":66,"h":1,"t":23,"uu":"rot grub|vgm","n":"Rot Grub"},{"id":18855,"c":17,"u":"russet%20mold_vgm","p":196,"s":66,"h":1,"t":23,"uu":"russet mold|vgm","n":"Russet Mold"},{"id":18856,"c":19,"u":"cult%20of%20baphomet_mpmm","p":58,"s":3,"h":1,"t":24,"uu":"cult of baphomet|mpmm","n":"Cult of Baphomet"},{"id":18857,"c":19,"u":"cult%20of%20demogorgon_mpmm","p":90,"s":3,"h":1,"t":24,"uu":"cult of demogorgon|mpmm","n":"Cult of Demogorgon"},{"id":18858,"c":19,"u":"cult%20of%20fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"t":24,"uu":"cult of fraz-urb'luu|mpmm","n":"Cult of Fraz-Urb'luu"},{"id":18859,"c":19,"u":"cult%20of%20geryon_mpmm","p":136,"s":3,"h":1,"t":24,"uu":"cult of geryon|mpmm","n":"Cult of Geryon"},{"id":18860,"c":19,"u":"cult%20of%20graz'zt_mpmm","p":148,"s":3,"h":1,"t":24,"uu":"cult of graz'zt|mpmm","n":"Cult of Graz'zt"},{"id":18861,"c":19,"u":"cult%20of%20juiblex_mpmm","p":160,"s":3,"h":1,"t":24,"uu":"cult of juiblex|mpmm","n":"Cult of Juiblex"},{"id":18862,"c":19,"u":"cult%20of%20orcus_mpmm","p":204,"s":3,"h":1,"t":24,"uu":"cult of orcus|mpmm","n":"Cult of Orcus"},{"id":18863,"c":19,"u":"cult%20of%20yeenoghu_mpmm","p":270,"s":3,"h":1,"t":24,"uu":"cult of yeenoghu|mpmm","n":"Cult of Yeenoghu"},{"id":18864,"c":19,"u":"cult%20of%20zariel_mpmm","p":280,"s":3,"h":1,"t":24,"uu":"cult of zariel|mpmm","n":"Cult of Zariel"},{"id":18865,"c":19,"u":"cult%20of%20zuggtmoy_mpmm","p":281,"s":3,"h":1,"t":24,"uu":"cult of zuggtmoy|mpmm","n":"Cult of Zuggtmoy"},{"id":18866,"c":19,"u":"cult%20of%20asmodeus_mtf","p":21,"s":47,"h":1,"t":24,"uu":"cult of asmodeus|mtf","n":"Cult of Asmodeus"},{"id":18867,"c":19,"u":"cult%20of%20atropus%2c%20the%20world%20born%20dead_mtf","p":237,"s":47,"h":1,"t":24,"uu":"cult of atropus, the world born dead|mtf","n":"Cult of Atropus, the World Born Dead"},{"id":18868,"c":19,"u":"cult%20of%20baalzebul_mtf","p":21,"s":47,"h":1,"t":24,"uu":"cult of baalzebul|mtf","n":"Cult of Baalzebul"},{"id":18869,"c":19,"u":"cult%20of%20borem%2c%20of%20the%20lake%20of%20boiling%20mud_mtf","p":237,"s":47,"h":1,"t":24,"uu":"cult of borem, of the lake of boiling mud|mtf","n":"Cult of Borem, of the Lake of Boiling Mud"},{"id":18870,"c":19,"u":"cult%20of%20dispater_mtf","p":21,"s":47,"h":1,"t":24,"uu":"cult of dispater|mtf","n":"Cult of Dispater"},{"id":18871,"c":19,"u":"cult%20of%20fierna_mtf","p":21,"s":47,"h":1,"t":24,"uu":"cult of fierna|mtf","n":"Cult of Fierna"},{"id":18872,"c":19,"u":"cult%20of%20geryon_mtf","p":21,"s":47,"h":1,"t":24,"uu":"cult of geryon|mtf","n":"Cult of Geryon"},{"id":18873,"c":19,"u":"cult%20of%20glasya_mtf","p":21,"s":47,"h":1,"t":24,"uu":"cult of glasya|mtf","n":"Cult of Glasya"},{"id":18874,"c":19,"u":"cult%20of%20haask%2c%20the%20voice%20of%20hargut_mtf","p":237,"s":47,"h":1,"t":24,"uu":"cult of haask, the voice of hargut|mtf","n":"Cult of Haask, the Voice of Hargut"},{"id":18875,"c":19,"u":"cult%20of%20levistus_mtf","p":21,"s":47,"h":1,"t":24,"uu":"cult of levistus|mtf","n":"Cult of Levistus"},{"id":18876,"c":19,"u":"cult%20of%20mammon_mtf","p":21,"s":47,"h":1,"t":24,"uu":"cult of mammon|mtf","n":"Cult of Mammon"},{"id":18877,"c":19,"u":"cult%20of%20mephistopheles_mtf","p":21,"s":47,"h":1,"t":24,"uu":"cult of mephistopheles|mtf","n":"Cult of Mephistopheles"},{"id":18878,"c":19,"u":"cult%20of%20tharizdun%2c%20the%20chained%20god_mtf","p":237,"s":47,"h":1,"t":24,"uu":"cult of tharizdun, the chained god|mtf","n":"Cult of Tharizdun, the Chained God"},{"id":18879,"c":19,"u":"cult%20of%20tyranthraxus%2c%20the%20flamed%20one_mtf","p":237,"s":47,"h":1,"t":24,"uu":"cult of tyranthraxus, the flamed one|mtf","n":"Cult of Tyranthraxus, the Flamed One"},{"id":18880,"c":19,"u":"cult%20of%20zariel_mtf","p":21,"s":47,"h":1,"t":24,"uu":"cult of zariel|mtf","n":"Cult of Zariel"},{"id":18881,"c":19,"u":"cult%20of%20the%20black%20earth_pota","p":8,"s":52,"h":1,"t":24,"uu":"cult of the black earth|pota","n":"Cult of the Black Earth"},{"id":18882,"c":19,"u":"cult%20of%20the%20crushing%20wave_pota","p":9,"s":52,"h":1,"t":24,"uu":"cult of the crushing wave|pota","n":"Cult of the Crushing Wave"},{"id":18883,"c":19,"u":"cult%20of%20the%20eternal%20flame_pota","p":10,"s":52,"h":1,"t":24,"uu":"cult of the eternal flame|pota","n":"Cult of the Eternal Flame"},{"id":18884,"c":19,"u":"cult%20of%20the%20howling%20hatred_pota","p":11,"s":52,"h":1,"t":24,"uu":"cult of the howling hatred|pota","n":"Cult of the Howling Hatred"},{"id":18885,"c":19,"u":"cult%20of%20belzenlok_psd","p":17,"s":95,"h":1,"t":24,"uu":"cult of belzenlok|psd","n":"Cult of Belzenlok"},{"id":18886,"c":20,"u":"demonic%20boon%20of%20balor_mtf","p":32,"s":47,"h":1,"t":25,"uu":"demonic boon of balor|mtf","n":"Demonic Boon of Balor"},{"id":18887,"c":20,"u":"demonic%20boon%20of%20baphomet_mtf","p":30,"s":47,"h":1,"t":25,"uu":"demonic boon of baphomet|mtf","n":"Demonic Boon of Baphomet"},{"id":18888,"c":20,"u":"demonic%20boon%20of%20demogorgon_mtf","p":30,"s":47,"h":1,"t":25,"uu":"demonic boon of demogorgon|mtf","n":"Demonic Boon of Demogorgon"},{"id":18889,"c":20,"u":"demonic%20boon%20of%20fraz-urb'luu_mtf","p":30,"s":47,"h":1,"t":25,"uu":"demonic boon of fraz-urb'luu|mtf","n":"Demonic Boon of Fraz-Urb'luu"},{"id":18890,"c":20,"u":"demonic%20boon%20of%20goristro_mtf","p":32,"s":47,"h":1,"t":25,"uu":"demonic boon of goristro|mtf","n":"Demonic Boon of Goristro"},{"id":18891,"c":20,"u":"demonic%20boon%20of%20graz'zt_mtf","p":30,"s":47,"h":1,"t":25,"uu":"demonic boon of graz'zt|mtf","n":"Demonic Boon of Graz'zt"},{"id":18892,"c":20,"u":"demonic%20boon%20of%20juiblex_mtf","p":30,"s":47,"h":1,"t":25,"uu":"demonic boon of juiblex|mtf","n":"Demonic Boon of Juiblex"},{"id":18893,"c":20,"u":"demonic%20boon%20of%20marilith_mtf","p":32,"s":47,"h":1,"t":25,"uu":"demonic boon of marilith|mtf","n":"Demonic Boon of Marilith"},{"id":18894,"c":20,"u":"demonic%20boon%20of%20nalfeshnee_mtf","p":32,"s":47,"h":1,"t":25,"uu":"demonic boon of nalfeshnee|mtf","n":"Demonic Boon of Nalfeshnee"},{"id":18895,"c":20,"u":"demonic%20boon%20of%20orcus_mtf","p":31,"s":47,"h":1,"t":25,"uu":"demonic boon of orcus|mtf","n":"Demonic Boon of Orcus"},{"id":18896,"c":20,"u":"demonic%20boon%20of%20yeenoghu_mtf","p":31,"s":47,"h":1,"t":25,"uu":"demonic boon of yeenoghu|mtf","n":"Demonic Boon of Yeenoghu"},{"id":18897,"c":20,"u":"demonic%20boon%20of%20zuggtmoy_mtf","p":31,"s":47,"h":1,"t":25,"uu":"demonic boon of zuggtmoy|mtf","n":"Demonic Boon of Zuggtmoy"},{"id":18898,"c":24,"u":"major%20adaptations_ggr","p":210,"s":31,"h":1,"t":26,"uu":"major adaptations|ggr","n":"Major Adaptations"},{"id":18899,"c":24,"u":"minor%20adaptations_ggr","p":212,"s":31,"h":1,"t":26,"uu":"minor adaptations|ggr","n":"Minor Adaptations"},{"id":18900,"c":24,"u":"whirlpools%3b%20whirlpool%20rank_gos","p":206,"s":33,"h":1,"t":26,"uu":"whirlpools; whirlpool rank|gos","n":"Whirlpools; Whirlpool Rank"},{"id":18901,"c":24,"u":"derro%20madness_mtf","p":159,"s":47,"h":1,"t":26,"uu":"derro madness|mtf","n":"Derro Madness"},{"id":18902,"c":24,"u":"damage%20types_phb","p":196,"s":51,"h":1,"r":1,"t":26,"uu":"damage types|phb","n":"Damage Types"},{"id":18903,"c":24,"u":"harrowing%20return_tdcsr","p":214,"s":60,"h":1,"dP":1,"t":26,"uu":"harrowing return|tdcsr","n":"Harrowing Return"},{"id":18904,"c":24,"u":"beneficial%20manifestations_aitfr-avt","p":12,"s":104,"h":1,"t":26,"uu":"beneficial manifestations|aitfr-avt","n":"Beneficial Manifestations"},{"id":18905,"c":24,"u":"detrimental%20manifestations_aitfr-avt","p":12,"s":104,"h":1,"t":26,"uu":"detrimental manifestations|aitfr-avt","n":"Detrimental Manifestations"},{"id":18906,"c":24,"u":"2%2c500%20gp%20art%20objects_psx","p":26,"s":98,"h":1,"t":26,"uu":"2,500 gp art objects|psx","n":"2,500 gp Art Objects"},{"id":18907,"c":24,"u":"25%20gp%20art%20objects_psx","p":24,"s":98,"h":1,"t":26,"uu":"25 gp art objects|psx","n":"25 gp Art Objects"},{"id":18908,"c":24,"u":"250%20gp%20art%20objects_psx","p":24,"s":98,"h":1,"t":26,"uu":"250 gp art objects|psx","n":"250 gp Art Objects"},{"id":18909,"c":24,"u":"7%2c500%20gp%20art%20objects_psx","p":25,"s":98,"h":1,"t":26,"uu":"7,500 gp art objects|psx","n":"7,500 gp Art Objects"},{"id":18910,"c":24,"u":"750%20gp%20art%20objects_psx","p":24,"s":98,"h":1,"t":26,"uu":"750 gp art objects|psx","n":"750 gp Art Objects"},{"id":18911,"c":24,"u":"who%20created%20it%20or%20was%20intended%20to%20use%20it%3f_psx","p":26,"s":98,"h":1,"t":26,"uu":"who created it or was intended to use it?|psx","n":"Who Created It or Was Intended to Use It?"},{"id":18912,"c":24,"u":"25%20gp%20art%20objects_bgg","p":109,"s":0,"h":1,"t":26,"uu":"25 gp art objects|bgg","n":"25 gp Art Objects"},{"id":18913,"c":24,"u":"250%20gp%20art%20objects_bgg","p":109,"s":0,"h":1,"t":26,"uu":"250 gp art objects|bgg","n":"250 gp Art Objects"},{"id":18914,"c":24,"u":"against%20the%20giants_bgg","p":55,"s":0,"h":1,"t":26,"uu":"against the giants|bgg","n":"Against the Giants"},{"id":18915,"c":24,"u":"age%3b%20ancient%20behaviors_bgg","p":22,"s":0,"h":1,"t":26,"uu":"age; ancient behaviors|bgg","n":"Age; Ancient Behaviors"},{"id":18916,"c":24,"u":"age%3b%20life%20spans_bgg","p":22,"s":0,"h":1,"t":26,"uu":"age; life spans|bgg","n":"Age; Life Spans"},{"id":18917,"c":24,"u":"appendix%20b%3a%20adventure%20hooks%3b%20adventure%20hooks_bgg","p":192,"s":0,"h":1,"t":26,"uu":"appendix b: adventure hooks; adventure hooks|bgg","n":"Appendix B: Adventure Hooks; Adventure Hooks"},{"id":18918,"c":24,"u":"bands_bgg","p":36,"s":0,"h":1,"t":26,"uu":"bands|bgg","n":"Bands"},{"id":18919,"c":24,"u":"boss%20assignments_bgg","p":59,"s":0,"h":1,"t":26,"uu":"boss assignments|bgg","n":"Boss Assignments"},{"id":18920,"c":24,"u":"campaign%20events%3b%20world-shaking%20events_bgg","p":62,"s":0,"h":1,"t":26,"uu":"campaign events; world-shaking events|bgg","n":"Campaign Events; World-Shaking Events"},{"id":18921,"c":24,"u":"challenge%20ratings%3b%20creatures%20by%20challenge%20rating_bgg","p":188,"s":0,"h":1,"t":26,"uu":"challenge ratings; creatures by challenge rating|bgg","n":"Challenge Ratings; Creatures by Challenge Rating"},{"id":18922,"c":24,"u":"clash%20of%20titans_bgg","p":56,"s":0,"h":1,"t":26,"uu":"clash of titans|bgg","n":"Clash of Titans"},{"id":18923,"c":24,"u":"cloud%20giant%20bag%20contents%3b%20cloud%20giant%20bag%20items_bgg","p":105,"s":0,"h":1,"t":26,"uu":"cloud giant bag contents; cloud giant bag items|bgg","n":"Cloud Giant Bag Contents; Cloud Giant Bag Items"},{"id":18924,"c":24,"u":"cloud%20giant%20encounters_bgg","p":44,"s":0,"h":1,"t":26,"uu":"cloud giant encounters|bgg","n":"Cloud Giant Encounters"},{"id":18925,"c":24,"u":"death%20giant%20encounters_bgg","p":45,"s":0,"h":1,"t":26,"uu":"death giant encounters|bgg","n":"Death Giant Encounters"},{"id":18926,"c":24,"u":"delve%20into%20the%20past_bgg","p":57,"s":0,"h":1,"t":26,"uu":"delve into the past|bgg","n":"Delve into the Past"},{"id":18927,"c":24,"u":"dinosaur%20world%20encounters_bgg","p":49,"s":0,"h":1,"t":26,"uu":"dinosaur world encounters|bgg","n":"Dinosaur World Encounters"},{"id":18928,"c":24,"u":"elemental%20air%20encounters_bgg","p":49,"s":0,"h":1,"t":26,"uu":"elemental air encounters|bgg","n":"Elemental Air Encounters"},{"id":18929,"c":24,"u":"elemental%20earth%20encounters_bgg","p":50,"s":0,"h":1,"t":26,"uu":"elemental earth encounters|bgg","n":"Elemental Earth Encounters"},{"id":18930,"c":24,"u":"elemental%20fire%20encounters_bgg","p":51,"s":0,"h":1,"t":26,"uu":"elemental fire encounters|bgg","n":"Elemental Fire Encounters"},{"id":18931,"c":24,"u":"elemental%20marks_bgg","p":16,"s":0,"h":1,"t":26,"uu":"elemental marks|bgg","n":"Elemental Marks"},{"id":18932,"c":24,"u":"elemental%20water%20encounters_bgg","p":51,"s":0,"h":1,"t":26,"uu":"elemental water encounters|bgg","n":"Elemental Water Encounters"},{"id":18933,"c":24,"u":"eternal%20throne%20adventures_bgg","p":40,"s":0,"h":1,"t":26,"uu":"eternal throne adventures|bgg","n":"Eternal Throne Adventures"},{"id":18934,"c":24,"u":"exiles_bgg","p":35,"s":0,"h":1,"t":26,"uu":"exiles|bgg","n":"Exiles"},{"id":18935,"c":24,"u":"family%3b%20families_bgg","p":37,"s":0,"h":1,"t":26,"uu":"family; families|bgg","n":"Family; Families"},{"id":18936,"c":24,"u":"fiendish%20incursion%20encounters_bgg","p":52,"s":0,"h":1,"t":26,"uu":"fiendish incursion encounters|bgg","n":"Fiendish Incursion Encounters"},{"id":18937,"c":24,"u":"financier%20assignments_bgg","p":59,"s":0,"h":1,"t":26,"uu":"financier assignments|bgg","n":"Financier Assignments"},{"id":18938,"c":24,"u":"fire%20giant%20bag%20contents%3b%20fire%20giant%20bag%20items_bgg","p":106,"s":0,"h":1,"t":26,"uu":"fire giant bag contents; fire giant bag items|bgg","n":"Fire Giant Bag Contents; Fire Giant Bag Items"},{"id":18939,"c":24,"u":"fire%20giant%20encounters_bgg","p":46,"s":0,"h":1,"t":26,"uu":"fire giant encounters|bgg","n":"Fire Giant Encounters"},{"id":18940,"c":24,"u":"fomorian%20encounters_bgg","p":46,"s":0,"h":1,"t":26,"uu":"fomorian encounters|bgg","n":"Fomorian Encounters"},{"id":18941,"c":24,"u":"frost%20giant%20bag%20contents%3b%20frost%20giant%20bag%20items_bgg","p":106,"s":0,"h":1,"t":26,"uu":"frost giant bag contents; frost giant bag items|bgg","n":"Frost Giant Bag Contents; Frost Giant Bag Items"},{"id":18942,"c":24,"u":"frost%20giant%20encounters_bgg","p":46,"s":0,"h":1,"t":26,"uu":"frost giant encounters|bgg","n":"Frost Giant Encounters"},{"id":18943,"c":24,"u":"giant%20construct%20encounters_bgg","p":53,"s":0,"h":1,"t":26,"uu":"giant construct encounters|bgg","n":"Giant Construct Encounters"},{"id":18944,"c":24,"u":"giant%20kin%20encounters_bgg","p":53,"s":0,"h":1,"t":26,"uu":"giant kin encounters|bgg","n":"Giant Kin Encounters"},{"id":18945,"c":24,"u":"giant%20necropolis%20encounters_bgg","p":54,"s":0,"h":1,"t":26,"uu":"giant necropolis encounters|bgg","n":"Giant Necropolis Encounters"},{"id":18946,"c":24,"u":"giant%20patrons_bgg","p":59,"s":0,"h":1,"t":26,"uu":"giant patrons|bgg","n":"Giant Patrons"},{"id":18947,"c":24,"u":"giant-sized%20schemes_bgg","p":57,"s":0,"h":1,"t":26,"uu":"giant-sized schemes|bgg","n":"Giant-Sized Schemes"},{"id":18948,"c":24,"u":"giantkind%20encounters_bgg","p":44,"s":0,"h":1,"t":26,"uu":"giantkind encounters|bgg","n":"Giantkind Encounters"},{"id":18949,"c":24,"u":"giants%20and%20the%20ordning_bgg","p":24,"s":0,"h":1,"t":26,"uu":"giants and the ordning|bgg","n":"Giants and the Ordning"},{"id":18950,"c":24,"u":"giants%20by%20kind%3b%20cloud%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; cloud giants|bgg","n":"Giants by Kind; Cloud Giants"},{"id":18951,"c":24,"u":"giants%20by%20kind%3b%20fire%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; fire giants|bgg","n":"Giants by Kind; Fire Giants"},{"id":18952,"c":24,"u":"giants%20by%20kind%3b%20frost%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; frost giants|bgg","n":"Giants by Kind; Frost Giants"},{"id":18953,"c":24,"u":"giants%20by%20kind%3b%20hill%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; hill giants|bgg","n":"Giants by Kind; Hill Giants"},{"id":18954,"c":24,"u":"giants%20by%20kind%3b%20other%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; other giants|bgg","n":"Giants by Kind; Other Giants"},{"id":18955,"c":24,"u":"giants%20by%20kind%3b%20stone%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; stone giants|bgg","n":"Giants by Kind; Stone Giants"},{"id":18956,"c":24,"u":"giants%20by%20kind%3b%20storm%20giants_bgg","p":188,"s":0,"h":1,"t":26,"uu":"giants by kind; storm giants|bgg","n":"Giants by Kind; Storm Giants"},{"id":18957,"c":24,"u":"giants'%20names_bgg","p":23,"s":0,"h":1,"t":26,"uu":"giants' names|bgg","n":"Giants' Names"},{"id":18958,"c":24,"u":"gods%20and%20adventures%3b%20annam's%20children%20adventures_bgg","p":33,"s":0,"h":1,"t":26,"uu":"gods and adventures; annam's children adventures|bgg","n":"Gods and Adventures; Annam's Children Adventures"},{"id":18959,"c":24,"u":"gods%20and%20adventures%3b%20interloper%20gods%20adventures_bgg","p":33,"s":0,"h":1,"t":26,"uu":"gods and adventures; interloper gods adventures|bgg","n":"Gods and Adventures; Interloper Gods Adventures"},{"id":18960,"c":24,"u":"gods%20and%20religion%3b%20gods%20of%20the%20ordning_bgg","p":27,"s":0,"h":1,"t":26,"uu":"gods and religion; gods of the ordning|bgg","n":"Gods and Religion; Gods of the Ordning"},{"id":18961,"c":24,"u":"hidden%20rune%20adventures_bgg","p":39,"s":0,"h":1,"t":26,"uu":"hidden rune adventures|bgg","n":"Hidden Rune Adventures"},{"id":18962,"c":24,"u":"hill%20giant%20bag%20contents%3b%20hill%20giant%20bag%20items_bgg","p":107,"s":0,"h":1,"t":26,"uu":"hill giant bag contents; hill giant bag items|bgg","n":"Hill Giant Bag Contents; Hill Giant Bag Items"},{"id":18963,"c":24,"u":"hill%20giant%20encounters_bgg","p":47,"s":0,"h":1,"t":26,"uu":"hill giant encounters|bgg","n":"Hill Giant Encounters"},{"id":18964,"c":24,"u":"howling%20iceberg%20tunnels_bgg","p":88,"s":0,"h":1,"t":26,"uu":"howling iceberg tunnels|bgg","n":"Howling Iceberg Tunnels"},{"id":18965,"c":24,"u":"initial%20attitudes_bgg","p":44,"s":0,"h":1,"t":26,"uu":"initial attitudes|bgg","n":"Initial Attitudes"},{"id":18966,"c":24,"u":"into%20the%20giant%20realms_bgg","p":58,"s":0,"h":1,"t":26,"uu":"into the giant realms|bgg","n":"Into the Giant Realms"},{"id":18967,"c":24,"u":"megafauna%20world%20encounters_bgg","p":54,"s":0,"h":1,"t":26,"uu":"megafauna world encounters|bgg","n":"Megafauna World Encounters"},{"id":18968,"c":24,"u":"pride%3b%20proud%20behaviors_bgg","p":22,"s":0,"h":1,"t":26,"uu":"pride; proud behaviors|bgg","n":"Pride; Proud Behaviors"},{"id":18969,"c":24,"u":"recluses_bgg","p":35,"s":0,"h":1,"t":26,"uu":"recluses|bgg","n":"Recluses"},{"id":18970,"c":24,"u":"rejecting%20the%20ordning_bgg","p":26,"s":0,"h":1,"t":26,"uu":"rejecting the ordning|bgg","n":"Rejecting the Ordning"},{"id":18971,"c":24,"u":"seer%20assignments_bgg","p":60,"s":0,"h":1,"t":26,"uu":"seer assignments|bgg","n":"Seer Assignments"},{"id":18972,"c":24,"u":"settlements_bgg","p":38,"s":0,"h":1,"t":26,"uu":"settlements|bgg","n":"Settlements"},{"id":18973,"c":24,"u":"size%3b%20huge%20behaviors_bgg","p":21,"s":0,"h":1,"t":26,"uu":"size; huge behaviors|bgg","n":"Size; Huge Behaviors"},{"id":18974,"c":24,"u":"sovereign%20assignments_bgg","p":60,"s":0,"h":1,"t":26,"uu":"sovereign assignments|bgg","n":"Sovereign Assignments"},{"id":18975,"c":24,"u":"star%20forge%20item%20creation_bgg","p":98,"s":0,"h":1,"t":26,"uu":"star forge item creation|bgg","n":"Star Forge Item Creation"},{"id":18976,"c":24,"u":"steadings_bgg","p":37,"s":0,"h":1,"t":26,"uu":"steadings|bgg","n":"Steadings"},{"id":18977,"c":24,"u":"stone%20giant%20bag%20contents%3b%20stone%20giant%20bag%20items_bgg","p":107,"s":0,"h":1,"t":26,"uu":"stone giant bag contents; stone giant bag items|bgg","n":"Stone Giant Bag Contents; Stone Giant Bag Items"},{"id":18978,"c":24,"u":"stone%20giant%20encounters_bgg","p":48,"s":0,"h":1,"t":26,"uu":"stone giant encounters|bgg","n":"Stone Giant Encounters"},{"id":18979,"c":24,"u":"storm%20giant%20bag%20contents%3b%20storm%20giant%20bag%20items_bgg","p":108,"s":0,"h":1,"t":26,"uu":"storm giant bag contents; storm giant bag items|bgg","n":"Storm Giant Bag Contents; Storm Giant Bag Items"},{"id":18980,"c":24,"u":"storm%20giant%20encounters_bgg","p":48,"s":0,"h":1,"t":26,"uu":"storm giant encounters|bgg","n":"Storm Giant Encounters"},{"id":18981,"c":24,"u":"tall%20tales_bgg","p":17,"s":0,"h":1,"t":26,"uu":"tall tales|bgg","n":"Tall Tales"},{"id":18982,"c":24,"u":"the%20ordning%3b%20cloud%20giant%20wealth_bgg","p":24,"s":0,"h":1,"t":26,"uu":"the ordning; cloud giant wealth|bgg","n":"The Ordning; Cloud Giant Wealth"},{"id":18983,"c":24,"u":"the%20ordning%3b%20fire%20giant%20skill_bgg","p":24,"s":0,"h":1,"t":26,"uu":"the ordning; fire giant skill|bgg","n":"The Ordning; Fire Giant Skill"},{"id":18984,"c":24,"u":"the%20ordning%3b%20frost%20giant%20might_bgg","p":24,"s":0,"h":1,"t":26,"uu":"the ordning; frost giant might|bgg","n":"The Ordning; Frost Giant Might"},{"id":18985,"c":24,"u":"the%20ordning%3b%20stone%20giant%20artistry_bgg","p":24,"s":0,"h":1,"t":26,"uu":"the ordning; stone giant artistry|bgg","n":"The Ordning; Stone Giant Artistry"},{"id":18986,"c":24,"u":"tutor%20assignments_bgg","p":60,"s":0,"h":1,"t":26,"uu":"tutor assignments|bgg","n":"Tutor Assignments"},{"id":18987,"c":24,"u":"underground%20quirks_bgg","p":16,"s":0,"h":1,"t":26,"uu":"underground quirks|bgg","n":"Underground Quirks"},{"id":18988,"c":24,"u":"volume%3b%20loud%20behaviors_bgg","p":22,"s":0,"h":1,"t":26,"uu":"volume; loud behaviors|bgg","n":"Volume; Loud Behaviors"},{"id":18989,"c":24,"u":"warleader%20assignments_bgg","p":61,"s":0,"h":1,"t":26,"uu":"warleader assignments|bgg","n":"Warleader Assignments"},{"id":18990,"c":24,"u":"worldroot%20circle%20adventures_bgg","p":41,"s":0,"h":1,"t":26,"uu":"worldroot circle adventures|bgg","n":"Worldroot Circle Adventures"},{"id":18991,"c":24,"u":"apocalyptic%20calamities_bmt","p":97,"s":1,"h":1,"t":26,"uu":"apocalyptic calamities|bmt","n":"Apocalyptic Calamities"},{"id":18992,"c":24,"u":"apocalyptic%20warnings_bmt","p":96,"s":1,"h":1,"t":26,"uu":"apocalyptic warnings|bmt","n":"Apocalyptic Warnings"},{"id":18993,"c":24,"u":"cair%20ophidian%20flowers_bmt","p":190,"s":1,"h":1,"t":26,"uu":"cair ophidian flowers|bmt","n":"Cair Ophidian Flowers"},{"id":18994,"c":24,"u":"common%20zodiac%20associations_bmt","p":101,"s":1,"h":1,"t":26,"uu":"common zodiac associations|bmt","n":"Common Zodiac Associations"},{"id":18995,"c":24,"u":"corrupted%20lands%20encounter%20deck_bmt","p":23,"s":1,"h":1,"t":26,"uu":"corrupted lands encounter deck|bmt","n":"Corrupted Lands Encounter Deck"},{"id":18996,"c":24,"u":"drone%20patrols_bmt","p":135,"s":1,"h":1,"t":26,"uu":"drone patrols|bmt","n":"Drone Patrols"},{"id":18997,"c":24,"u":"feygrove%3b%20visions%20of%20ioun_bmt","p":126,"s":1,"h":1,"t":26,"uu":"feygrove; visions of ioun|bmt","n":"Feygrove; Visions of Ioun"},{"id":18998,"c":24,"u":"forest%20encounter%20deck_bmt","p":23,"s":1,"h":1,"t":26,"uu":"forest encounter deck|bmt","n":"Forest Encounter Deck"},{"id":18999,"c":24,"u":"fortune-telling%3b%20fortunes_bmt","p":110,"s":1,"h":1,"t":26,"uu":"fortune-telling; fortunes|bmt","n":"Fortune-Telling; Fortunes"},{"id":19000,"c":24,"u":"fruit%20stalls%3b%20fey%20fruit%20effects_bmt","p":107,"s":1,"h":1,"t":26,"uu":"fruit stalls; fey fruit effects|bmt","n":"Fruit Stalls; Fey Fruit Effects"},{"id":19001,"c":24,"u":"gem%20shards_bmt","p":147,"s":1,"h":1,"t":26,"uu":"gem shards|bmt","n":"Gem Shards"},{"id":19002,"c":24,"u":"heroes%20of%20destiny%3b%20fated%20destinies_bmt","p":58,"s":1,"h":1,"t":26,"uu":"heroes of destiny; fated destinies|bmt","n":"Heroes of Destiny; Fated Destinies"},{"id":19003,"c":24,"u":"heroes%20of%20destiny%3b%20knight%20destinies_bmt","p":69,"s":1,"h":1,"t":26,"uu":"heroes of destiny; knight destinies|bmt","n":"Heroes of Destiny; Knight Destinies"},{"id":19004,"c":24,"u":"heroes%20of%20destiny%3b%20rogue%20destinies_bmt","p":42,"s":1,"h":1,"t":26,"uu":"heroes of destiny; rogue destinies|bmt","n":"Heroes of Destiny; Rogue Destinies"},{"id":19005,"c":24,"u":"heroes%20of%20destiny%3b%20sage%20destinies_bmt","p":47,"s":1,"h":1,"t":26,"uu":"heroes of destiny; sage destinies|bmt","n":"Heroes of Destiny; Sage Destinies"},{"id":19006,"c":24,"u":"inspiration%20hand%3b%20inspiration%20cards_bmt","p":18,"s":1,"h":1,"t":26,"uu":"inspiration hand; inspiration cards|bmt","n":"Inspiration Hand; Inspiration Cards"},{"id":19007,"c":24,"u":"lavender's%20spell%20scrolls_bmt","p":109,"s":1,"h":1,"t":26,"uu":"lavender's spell scrolls|bmt","n":"Lavender's Spell Scrolls"},{"id":19008,"c":24,"u":"magic%20items%20in%20this%20book%3b%20magic%20items%20by%20name_bmt","p":32,"s":1,"h":1,"t":26,"uu":"magic items in this book; magic items by name|bmt","n":"Magic Items in This Book; Magic Items by Name"},{"id":19009,"c":24,"u":"mark%20of%20the%20donjon%3b%20marks%20of%20the%20donjon_bmt","p":134,"s":1,"h":1,"t":26,"uu":"mark of the donjon; marks of the donjon|bmt","n":"Mark of the Donjon; Marks of the Donjon"},{"id":19010,"c":24,"u":"monsters%20in%20this%20book%3b%20stat%20blocks%20by%20challenge%20rating_bmt","p":175,"s":1,"h":1,"t":26,"uu":"monsters in this book; stat blocks by challenge rating|bmt","n":"Monsters in This Book; Stat Blocks by Challenge Rating"},{"id":19011,"c":24,"u":"random%20encounters%3b%20ruin%20encounters_bmt","p":124,"s":1,"h":1,"t":26,"uu":"random encounters; ruin encounters|bmt","n":"Random Encounters; Ruin Encounters"},{"id":19012,"c":24,"u":"seelie%20market%20introductions_bmt","p":106,"s":1,"h":1,"t":26,"uu":"seelie market introductions|bmt","n":"Seelie Market Introductions"},{"id":19013,"c":24,"u":"solar%20bastion%20contact_bmt","p":79,"s":1,"h":1,"t":26,"uu":"solar bastion contact|bmt","n":"Solar Bastion Contact"},{"id":19014,"c":24,"u":"solar%20bastion%20quests_bmt","p":79,"s":1,"h":1,"t":26,"uu":"solar bastion quests|bmt","n":"Solar Bastion Quests"},{"id":19015,"c":24,"u":"solar%20bastion%20specialists%3b%20solar%20bastion%20member%20roles_bmt","p":79,"s":1,"h":1,"t":26,"uu":"solar bastion specialists; solar bastion member roles|bmt","n":"Solar Bastion Specialists; Solar Bastion Member Roles"},{"id":19016,"c":24,"u":"spells_bmt","p":49,"s":1,"h":1,"t":26,"uu":"spells|bmt","n":"Spells"},{"id":19017,"c":24,"u":"sudden%20riches%3b%20gem%20stories_bmt","p":33,"s":1,"h":1,"t":26,"uu":"sudden riches; gem stories|bmt","n":"Sudden Riches; Gem Stories"},{"id":19018,"c":24,"u":"telescope%20travel%20mishaps_bmt","p":105,"s":1,"h":1,"t":26,"uu":"telescope travel mishaps|bmt","n":"Telescope Travel Mishaps"},{"id":19019,"c":24,"u":"the%20rogue's%20motivation%3b%20villainous%20motivations_bmt","p":43,"s":1,"h":1,"t":26,"uu":"the rogue's motivation; villainous motivations|bmt","n":"The Rogue's Motivation; Villainous Motivations"},{"id":19020,"c":24,"u":"zodiac%20phenomena_bmt","p":102,"s":1,"h":1,"t":26,"uu":"zodiac phenomena|bmt","n":"Zodiac Phenomena"},{"id":19021,"c":24,"u":"using%20an%20adventure%20spread%20during%20play%3b%20fortune%20tellers_dmtcrg","p":13,"s":143,"h":1,"t":26,"uu":"using an adventure spread during play; fortune tellers|dmtcrg","n":"Using an Adventure Spread During Play; Fortune Tellers"},{"id":19022,"c":24,"u":"a%20dragon's%20curse%3b%20breaking%20a%20hoard%20curse_ftd","p":68,"s":2,"h":1,"t":26,"uu":"a dragon's curse; breaking a hoard curse|ftd","n":"A Dragon's Curse; Breaking a Hoard Curse"},{"id":19023,"c":24,"u":"a%20dragon's%20curse%3b%20hoard%20curse%20effects_ftd","p":68,"s":2,"h":1,"t":26,"uu":"a dragon's curse; hoard curse effects|ftd","n":"A Dragon's Curse; Hoard Curse Effects"},{"id":19024,"c":24,"u":"adult%20dragons%3b%20adult%20dragon%20goals_ftd","p":36,"s":2,"h":1,"t":26,"uu":"adult dragons; adult dragon goals|ftd","n":"Adult Dragons; Adult Dragon Goals"},{"id":19025,"c":24,"u":"amethyst%20dragon%20adventures%3b%20amethyst%20dragon%20adventure%20hooks_ftd","p":76,"s":2,"h":1,"t":26,"uu":"amethyst dragon adventures; amethyst dragon adventure hooks|ftd","n":"Amethyst Dragon Adventures; Amethyst Dragon Adventure Hooks"},{"id":19026,"c":24,"u":"amethyst%20dragon%20treasures%3b%20amethyst%20dragon%20art%20objects_ftd","p":79,"s":2,"h":1,"t":26,"uu":"amethyst dragon treasures; amethyst dragon art objects|ftd","n":"Amethyst Dragon Treasures; Amethyst Dragon Art Objects"},{"id":19027,"c":24,"u":"black%20dragon%20adventures%3b%20black%20dragon%20adventure%20hooks_ftd","p":80,"s":2,"h":1,"t":26,"uu":"black dragon adventures; black dragon adventure hooks|ftd","n":"Black Dragon Adventures; Black Dragon Adventure Hooks"},{"id":19028,"c":24,"u":"black%20dragon%20treasures%3b%20black%20dragon%20art%20objects_ftd","p":84,"s":2,"h":1,"t":26,"uu":"black dragon treasures; black dragon art objects|ftd","n":"Black Dragon Treasures; Black Dragon Art Objects"},{"id":19029,"c":24,"u":"blue%20dragon%20adventures%3b%20blue%20dragon%20adventure%20hooks_ftd","p":85,"s":2,"h":1,"t":26,"uu":"blue dragon adventures; blue dragon adventure hooks|ftd","n":"Blue Dragon Adventures; Blue Dragon Adventure Hooks"},{"id":19030,"c":24,"u":"blue%20dragon%20treasures%3b%20blue%20dragon%20art%20objects_ftd","p":88,"s":2,"h":1,"t":26,"uu":"blue dragon treasures; blue dragon art objects|ftd","n":"Blue Dragon Treasures; Blue Dragon Art Objects"},{"id":19031,"c":24,"u":"brass%20dragon%20adventures%3b%20brass%20dragon%20adventure%20hooks_ftd","p":90,"s":2,"h":1,"t":26,"uu":"brass dragon adventures; brass dragon adventure hooks|ftd","n":"Brass Dragon Adventures; Brass Dragon Adventure Hooks"},{"id":19032,"c":24,"u":"brass%20dragon%20treasures%3b%20brass%20dragon%20art%20objects_ftd","p":94,"s":2,"h":1,"t":26,"uu":"brass dragon treasures; brass dragon art objects|ftd","n":"Brass Dragon Treasures; Brass Dragon Art Objects"},{"id":19033,"c":24,"u":"bronze%20dragon%20adventures%3b%20bronze%20dragon%20adventure%20hooks_ftd","p":95,"s":2,"h":1,"t":26,"uu":"bronze dragon adventures; bronze dragon adventure hooks|ftd","n":"Bronze Dragon Adventures; Bronze Dragon Adventure Hooks"},{"id":19034,"c":24,"u":"bronze%20dragon%20treasures%3b%20bronze%20dragon%20art%20objects_ftd","p":98,"s":2,"h":1,"t":26,"uu":"bronze dragon treasures; bronze dragon art objects|ftd","n":"Bronze Dragon Treasures; Bronze Dragon Art Objects"},{"id":19035,"c":24,"u":"challenge%20ratings%3b%20creatures%20by%20challenge%20rating_ftd","p":224,"s":2,"h":1,"t":26,"uu":"challenge ratings; creatures by challenge rating|ftd","n":"Challenge Ratings; Creatures by Challenge Rating"},{"id":19036,"c":24,"u":"chamber%20adventure%20hooks_ftd","p":46,"s":2,"h":1,"t":26,"uu":"chamber adventure hooks|ftd","n":"Chamber Adventure Hooks"},{"id":19037,"c":24,"u":"coins%3b%20coin%20origins_ftd","p":70,"s":2,"h":1,"t":26,"uu":"coins; coin origins|ftd","n":"Coins; Coin Origins"},{"id":19038,"c":24,"u":"common%20purpose%3b%20lauth%20goals_ftd","p":47,"s":2,"h":1,"t":26,"uu":"common purpose; lauth goals|ftd","n":"Common Purpose; Lauth Goals"},{"id":19039,"c":24,"u":"competition%20for%20a%20hoard%3b%20hoard%20magic_ftd","p":69,"s":2,"h":1,"t":26,"uu":"competition for a hoard; hoard magic|ftd","n":"Competition for a Hoard; Hoard Magic"},{"id":19040,"c":24,"u":"connected%20creatures%3b%20adult%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"t":26,"uu":"connected creatures; adult amethyst dragon connections|ftd","n":"Connected Creatures; Adult Amethyst Dragon Connections"},{"id":19041,"c":24,"u":"connected%20creatures%3b%20adult%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"t":26,"uu":"connected creatures; adult black dragon connections|ftd","n":"Connected Creatures; Adult Black Dragon Connections"},{"id":19042,"c":24,"u":"connected%20creatures%3b%20adult%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"t":26,"uu":"connected creatures; adult blue dragon connections|ftd","n":"Connected Creatures; Adult Blue Dragon Connections"},{"id":19043,"c":24,"u":"connected%20creatures%3b%20adult%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"t":26,"uu":"connected creatures; adult brass dragon connections|ftd","n":"Connected Creatures; Adult Brass Dragon Connections"},{"id":19044,"c":24,"u":"connected%20creatures%3b%20adult%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"t":26,"uu":"connected creatures; adult bronze dragon connections|ftd","n":"Connected Creatures; Adult Bronze Dragon Connections"},{"id":19045,"c":24,"u":"connected%20creatures%3b%20adult%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"t":26,"uu":"connected creatures; adult copper dragon connections|ftd","n":"Connected Creatures; Adult Copper Dragon Connections"},{"id":19046,"c":24,"u":"connected%20creatures%3b%20adult%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"t":26,"uu":"connected creatures; adult crystal dragon connections|ftd","n":"Connected Creatures; Adult Crystal Dragon Connections"},{"id":19047,"c":24,"u":"connected%20creatures%3b%20adult%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"t":26,"uu":"connected creatures; adult deep dragon connections|ftd","n":"Connected Creatures; Adult Deep Dragon Connections"},{"id":19048,"c":24,"u":"connected%20creatures%3b%20adult%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"t":26,"uu":"connected creatures; adult dragon turtle connections|ftd","n":"Connected Creatures; Adult Dragon Turtle Connections"},{"id":19049,"c":24,"u":"connected%20creatures%3b%20adult%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"t":26,"uu":"connected creatures; adult emerald dragon connections|ftd","n":"Connected Creatures; Adult Emerald Dragon Connections"},{"id":19050,"c":24,"u":"connected%20creatures%3b%20adult%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"t":26,"uu":"connected creatures; adult gold dragon connections|ftd","n":"Connected Creatures; Adult Gold Dragon Connections"},{"id":19051,"c":24,"u":"connected%20creatures%3b%20adult%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"t":26,"uu":"connected creatures; adult green dragon connections|ftd","n":"Connected Creatures; Adult Green Dragon Connections"},{"id":19052,"c":24,"u":"connected%20creatures%3b%20adult%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"t":26,"uu":"connected creatures; adult moonstone dragon connections|ftd","n":"Connected Creatures; Adult Moonstone Dragon Connections"},{"id":19053,"c":24,"u":"connected%20creatures%3b%20adult%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"t":26,"uu":"connected creatures; adult red dragon connections|ftd","n":"Connected Creatures; Adult Red Dragon Connections"},{"id":19054,"c":24,"u":"connected%20creatures%3b%20adult%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"t":26,"uu":"connected creatures; adult sapphire dragon connections|ftd","n":"Connected Creatures; Adult Sapphire Dragon Connections"},{"id":19055,"c":24,"u":"connected%20creatures%3b%20adult%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"t":26,"uu":"connected creatures; adult shadow dragon connections|ftd","n":"Connected Creatures; Adult Shadow Dragon Connections"},{"id":19056,"c":24,"u":"connected%20creatures%3b%20adult%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"t":26,"uu":"connected creatures; adult silver dragon connections|ftd","n":"Connected Creatures; Adult Silver Dragon Connections"},{"id":19057,"c":24,"u":"connected%20creatures%3b%20adult%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"t":26,"uu":"connected creatures; adult topaz dragon connections|ftd","n":"Connected Creatures; Adult Topaz Dragon Connections"},{"id":19058,"c":24,"u":"connected%20creatures%3b%20adult%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"t":26,"uu":"connected creatures; adult white dragon connections|ftd","n":"Connected Creatures; Adult White Dragon Connections"},{"id":19059,"c":24,"u":"connected%20creatures%3b%20amethyst%20dragon%20wyrmling%20connections_ftd","p":77,"s":2,"h":1,"t":26,"uu":"connected creatures; amethyst dragon wyrmling connections|ftd","n":"Connected Creatures; Amethyst Dragon Wyrmling Connections"},{"id":19060,"c":24,"u":"connected%20creatures%3b%20ancient%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient amethyst dragon connections|ftd","n":"Connected Creatures; Ancient Amethyst Dragon Connections"},{"id":19061,"c":24,"u":"connected%20creatures%3b%20ancient%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient black dragon connections|ftd","n":"Connected Creatures; Ancient Black Dragon Connections"},{"id":19062,"c":24,"u":"connected%20creatures%3b%20ancient%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient blue dragon connections|ftd","n":"Connected Creatures; Ancient Blue Dragon Connections"},{"id":19063,"c":24,"u":"connected%20creatures%3b%20ancient%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient brass dragon connections|ftd","n":"Connected Creatures; Ancient Brass Dragon Connections"},{"id":19064,"c":24,"u":"connected%20creatures%3b%20ancient%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient bronze dragon connections|ftd","n":"Connected Creatures; Ancient Bronze Dragon Connections"},{"id":19065,"c":24,"u":"connected%20creatures%3b%20ancient%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient copper dragon connections|ftd","n":"Connected Creatures; Ancient Copper Dragon Connections"},{"id":19066,"c":24,"u":"connected%20creatures%3b%20ancient%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient crystal dragon connections|ftd","n":"Connected Creatures; Ancient Crystal Dragon Connections"},{"id":19067,"c":24,"u":"connected%20creatures%3b%20ancient%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient deep dragon connections|ftd","n":"Connected Creatures; Ancient Deep Dragon Connections"},{"id":19068,"c":24,"u":"connected%20creatures%3b%20ancient%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient dragon turtle connections|ftd","n":"Connected Creatures; Ancient Dragon Turtle Connections"},{"id":19069,"c":24,"u":"connected%20creatures%3b%20ancient%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient emerald dragon connections|ftd","n":"Connected Creatures; Ancient Emerald Dragon Connections"},{"id":19070,"c":24,"u":"connected%20creatures%3b%20ancient%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient gold dragon connections|ftd","n":"Connected Creatures; Ancient Gold Dragon Connections"},{"id":19071,"c":24,"u":"connected%20creatures%3b%20ancient%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient green dragon connections|ftd","n":"Connected Creatures; Ancient Green Dragon Connections"},{"id":19072,"c":24,"u":"connected%20creatures%3b%20ancient%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient moonstone dragon connections|ftd","n":"Connected Creatures; Ancient Moonstone Dragon Connections"},{"id":19073,"c":24,"u":"connected%20creatures%3b%20ancient%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient red dragon connections|ftd","n":"Connected Creatures; Ancient Red Dragon Connections"},{"id":19074,"c":24,"u":"connected%20creatures%3b%20ancient%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient sapphire dragon connections|ftd","n":"Connected Creatures; Ancient Sapphire Dragon Connections"},{"id":19075,"c":24,"u":"connected%20creatures%3b%20ancient%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient shadow dragon connections|ftd","n":"Connected Creatures; Ancient Shadow Dragon Connections"},{"id":19076,"c":24,"u":"connected%20creatures%3b%20ancient%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient silver dragon connections|ftd","n":"Connected Creatures; Ancient Silver Dragon Connections"},{"id":19077,"c":24,"u":"connected%20creatures%3b%20ancient%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient topaz dragon connections|ftd","n":"Connected Creatures; Ancient Topaz Dragon Connections"},{"id":19078,"c":24,"u":"connected%20creatures%3b%20ancient%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"t":26,"uu":"connected creatures; ancient white dragon connections|ftd","n":"Connected Creatures; Ancient White Dragon Connections"},{"id":19079,"c":24,"u":"connected%20creatures%3b%20black%20dragon%20wyrmling%20connections_ftd","p":81,"s":2,"h":1,"t":26,"uu":"connected creatures; black dragon wyrmling connections|ftd","n":"Connected Creatures; Black Dragon Wyrmling Connections"},{"id":19080,"c":24,"u":"connected%20creatures%3b%20blue%20dragon%20wyrmling%20connections_ftd","p":86,"s":2,"h":1,"t":26,"uu":"connected creatures; blue dragon wyrmling connections|ftd","n":"Connected Creatures; Blue Dragon Wyrmling Connections"},{"id":19081,"c":24,"u":"connected%20creatures%3b%20brass%20dragon%20wyrmling%20connections_ftd","p":91,"s":2,"h":1,"t":26,"uu":"connected creatures; brass dragon wyrmling connections|ftd","n":"Connected Creatures; Brass Dragon Wyrmling Connections"},{"id":19082,"c":24,"u":"connected%20creatures%3b%20bronze%20dragon%20wyrmling%20connections_ftd","p":95,"s":2,"h":1,"t":26,"uu":"connected creatures; bronze dragon wyrmling connections|ftd","n":"Connected Creatures; Bronze Dragon Wyrmling Connections"},{"id":19083,"c":24,"u":"connected%20creatures%3b%20copper%20dragon%20wyrmling%20connections_ftd","p":100,"s":2,"h":1,"t":26,"uu":"connected creatures; copper dragon wyrmling connections|ftd","n":"Connected Creatures; Copper Dragon Wyrmling Connections"},{"id":19084,"c":24,"u":"connected%20creatures%3b%20crystal%20dragon%20wyrmling%20connections_ftd","p":104,"s":2,"h":1,"t":26,"uu":"connected creatures; crystal dragon wyrmling connections|ftd","n":"Connected Creatures; Crystal Dragon Wyrmling Connections"},{"id":19085,"c":24,"u":"connected%20creatures%3b%20deep%20dragon%20wyrmling%20connections_ftd","p":108,"s":2,"h":1,"t":26,"uu":"connected creatures; deep dragon wyrmling connections|ftd","n":"Connected Creatures; Deep Dragon Wyrmling Connections"},{"id":19086,"c":24,"u":"connected%20creatures%3b%20dragon%20turtle%20wyrmling%20connections_ftd","p":111,"s":2,"h":1,"t":26,"uu":"connected creatures; dragon turtle wyrmling connections|ftd","n":"Connected Creatures; Dragon Turtle Wyrmling Connections"},{"id":19087,"c":24,"u":"connected%20creatures%3b%20emerald%20dragon%20wyrmling%20connections_ftd","p":114,"s":2,"h":1,"t":26,"uu":"connected creatures; emerald dragon wyrmling connections|ftd","n":"Connected Creatures; Emerald Dragon Wyrmling Connections"},{"id":19088,"c":24,"u":"connected%20creatures%3b%20faerie%20dragon%20connections_ftd","p":118,"s":2,"h":1,"t":26,"uu":"connected creatures; faerie dragon connections|ftd","n":"Connected Creatures; Faerie Dragon Connections"},{"id":19089,"c":24,"u":"connected%20creatures%3b%20gold%20dragon%20wyrmling%20connections_ftd","p":122,"s":2,"h":1,"t":26,"uu":"connected creatures; gold dragon wyrmling connections|ftd","n":"Connected Creatures; Gold Dragon Wyrmling Connections"},{"id":19090,"c":24,"u":"connected%20creatures%3b%20green%20dragon%20wyrmling%20connections_ftd","p":127,"s":2,"h":1,"t":26,"uu":"connected creatures; green dragon wyrmling connections|ftd","n":"Connected Creatures; Green Dragon Wyrmling Connections"},{"id":19091,"c":24,"u":"connected%20creatures%3b%20moonstone%20dragon%20wyrmling%20connections_ftd","p":131,"s":2,"h":1,"t":26,"uu":"connected creatures; moonstone dragon wyrmling connections|ftd","n":"Connected Creatures; Moonstone Dragon Wyrmling Connections"},{"id":19092,"c":24,"u":"connected%20creatures%3b%20red%20dragon%20wyrmling%20connections_ftd","p":134,"s":2,"h":1,"t":26,"uu":"connected creatures; red dragon wyrmling connections|ftd","n":"Connected Creatures; Red Dragon Wyrmling Connections"},{"id":19093,"c":24,"u":"connected%20creatures%3b%20sapphire%20dragon%20wyrmling%20connections_ftd","p":139,"s":2,"h":1,"t":26,"uu":"connected creatures; sapphire dragon wyrmling connections|ftd","n":"Connected Creatures; Sapphire Dragon Wyrmling Connections"},{"id":19094,"c":24,"u":"connected%20creatures%3b%20shadow%20dragon%20wyrmling%20connections_ftd","p":143,"s":2,"h":1,"t":26,"uu":"connected creatures; shadow dragon wyrmling connections|ftd","n":"Connected Creatures; Shadow Dragon Wyrmling Connections"},{"id":19095,"c":24,"u":"connected%20creatures%3b%20silver%20dragon%20wyrmling%20connections_ftd","p":146,"s":2,"h":1,"t":26,"uu":"connected creatures; silver dragon wyrmling connections|ftd","n":"Connected Creatures; Silver Dragon Wyrmling Connections"},{"id":19096,"c":24,"u":"connected%20creatures%3b%20topaz%20dragon%20wyrmling%20connections_ftd","p":149,"s":2,"h":1,"t":26,"uu":"connected creatures; topaz dragon wyrmling connections|ftd","n":"Connected Creatures; Topaz Dragon Wyrmling Connections"},{"id":19097,"c":24,"u":"connected%20creatures%3b%20white%20dragon%20wyrmling%20connections_ftd","p":154,"s":2,"h":1,"t":26,"uu":"connected creatures; white dragon wyrmling connections|ftd","n":"Connected Creatures; White Dragon Wyrmling Connections"},{"id":19098,"c":24,"u":"connected%20creatures%3b%20young%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"t":26,"uu":"connected creatures; young amethyst dragon connections|ftd","n":"Connected Creatures; Young Amethyst Dragon Connections"},{"id":19099,"c":24,"u":"connected%20creatures%3b%20young%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"t":26,"uu":"connected creatures; young black dragon connections|ftd","n":"Connected Creatures; Young Black Dragon Connections"},{"id":19100,"c":24,"u":"connected%20creatures%3b%20young%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"t":26,"uu":"connected creatures; young blue dragon connections|ftd","n":"Connected Creatures; Young Blue Dragon Connections"},{"id":19101,"c":24,"u":"connected%20creatures%3b%20young%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"t":26,"uu":"connected creatures; young brass dragon connections|ftd","n":"Connected Creatures; Young Brass Dragon Connections"},{"id":19102,"c":24,"u":"connected%20creatures%3b%20young%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"t":26,"uu":"connected creatures; young bronze dragon connections|ftd","n":"Connected Creatures; Young Bronze Dragon Connections"},{"id":19103,"c":24,"u":"connected%20creatures%3b%20young%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"t":26,"uu":"connected creatures; young copper dragon connections|ftd","n":"Connected Creatures; Young Copper Dragon Connections"},{"id":19104,"c":24,"u":"connected%20creatures%3b%20young%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"t":26,"uu":"connected creatures; young crystal dragon connections|ftd","n":"Connected Creatures; Young Crystal Dragon Connections"},{"id":19105,"c":24,"u":"connected%20creatures%3b%20young%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"t":26,"uu":"connected creatures; young deep dragon connections|ftd","n":"Connected Creatures; Young Deep Dragon Connections"},{"id":19106,"c":24,"u":"connected%20creatures%3b%20young%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"t":26,"uu":"connected creatures; young dragon turtle connections|ftd","n":"Connected Creatures; Young Dragon Turtle Connections"},{"id":19107,"c":24,"u":"connected%20creatures%3b%20young%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"t":26,"uu":"connected creatures; young emerald dragon connections|ftd","n":"Connected Creatures; Young Emerald Dragon Connections"},{"id":19108,"c":24,"u":"connected%20creatures%3b%20young%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"t":26,"uu":"connected creatures; young gold dragon connections|ftd","n":"Connected Creatures; Young Gold Dragon Connections"},{"id":19109,"c":24,"u":"connected%20creatures%3b%20young%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"t":26,"uu":"connected creatures; young green dragon connections|ftd","n":"Connected Creatures; Young Green Dragon Connections"},{"id":19110,"c":24,"u":"connected%20creatures%3b%20young%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"t":26,"uu":"connected creatures; young moonstone dragon connections|ftd","n":"Connected Creatures; Young Moonstone Dragon Connections"},{"id":19111,"c":24,"u":"connected%20creatures%3b%20young%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"t":26,"uu":"connected creatures; young red dragon connections|ftd","n":"Connected Creatures; Young Red Dragon Connections"},{"id":19112,"c":24,"u":"connected%20creatures%3b%20young%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"t":26,"uu":"connected creatures; young sapphire dragon connections|ftd","n":"Connected Creatures; Young Sapphire Dragon Connections"},{"id":19113,"c":24,"u":"connected%20creatures%3b%20young%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"t":26,"uu":"connected creatures; young shadow dragon connections|ftd","n":"Connected Creatures; Young Shadow Dragon Connections"},{"id":19114,"c":24,"u":"connected%20creatures%3b%20young%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"t":26,"uu":"connected creatures; young silver dragon connections|ftd","n":"Connected Creatures; Young Silver Dragon Connections"},{"id":19115,"c":24,"u":"connected%20creatures%3b%20young%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"t":26,"uu":"connected creatures; young topaz dragon connections|ftd","n":"Connected Creatures; Young Topaz Dragon Connections"},{"id":19116,"c":24,"u":"connected%20creatures%3b%20young%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"t":26,"uu":"connected creatures; young white dragon connections|ftd","n":"Connected Creatures; Young White Dragon Connections"},{"id":19117,"c":24,"u":"copper%20dragon%20adventures%3b%20copper%20dragon%20adventure%20hooks_ftd","p":99,"s":2,"h":1,"t":26,"uu":"copper dragon adventures; copper dragon adventure hooks|ftd","n":"Copper Dragon Adventures; Copper Dragon Adventure Hooks"},{"id":19118,"c":24,"u":"copper%20dragon%20treasures%3b%20copper%20dragon%20art%20objects_ftd","p":102,"s":2,"h":1,"t":26,"uu":"copper dragon treasures; copper dragon art objects|ftd","n":"Copper Dragon Treasures; Copper Dragon Art Objects"},{"id":19119,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20ideals_ftd","p":80,"s":2,"h":1,"t":26,"uu":"creating a black dragon; black dragon ideals|ftd","n":"Creating a Black Dragon; Black Dragon Ideals"},{"id":19120,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20personality%20traits_ftd","p":80,"s":2,"h":1,"t":26,"uu":"creating a black dragon; black dragon personality traits|ftd","n":"Creating a Black Dragon; Black Dragon Personality Traits"},{"id":19121,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20spellcasting_ftd","p":80,"s":2,"h":1,"t":26,"uu":"creating a black dragon; black dragon spellcasting|ftd","n":"Creating a Black Dragon; Black Dragon Spellcasting"},{"id":19122,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20ideals_ftd","p":85,"s":2,"h":1,"t":26,"uu":"creating a blue dragon; blue dragon ideals|ftd","n":"Creating a Blue Dragon; Blue Dragon Ideals"},{"id":19123,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20personality%20traits_ftd","p":85,"s":2,"h":1,"t":26,"uu":"creating a blue dragon; blue dragon personality traits|ftd","n":"Creating a Blue Dragon; Blue Dragon Personality Traits"},{"id":19124,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20spellcasting_ftd","p":85,"s":2,"h":1,"t":26,"uu":"creating a blue dragon; blue dragon spellcasting|ftd","n":"Creating a Blue Dragon; Blue Dragon Spellcasting"},{"id":19125,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20ideals_ftd","p":90,"s":2,"h":1,"t":26,"uu":"creating a brass dragon; brass dragon ideals|ftd","n":"Creating a Brass Dragon; Brass Dragon Ideals"},{"id":19126,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20personality%20traits_ftd","p":90,"s":2,"h":1,"t":26,"uu":"creating a brass dragon; brass dragon personality traits|ftd","n":"Creating a Brass Dragon; Brass Dragon Personality Traits"},{"id":19127,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20spellcasting_ftd","p":90,"s":2,"h":1,"t":26,"uu":"creating a brass dragon; brass dragon spellcasting|ftd","n":"Creating a Brass Dragon; Brass Dragon Spellcasting"},{"id":19128,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20ideals_ftd","p":94,"s":2,"h":1,"t":26,"uu":"creating a bronze dragon; bronze dragon ideals|ftd","n":"Creating a Bronze Dragon; Bronze Dragon Ideals"},{"id":19129,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20personality%20traits_ftd","p":94,"s":2,"h":1,"t":26,"uu":"creating a bronze dragon; bronze dragon personality traits|ftd","n":"Creating a Bronze Dragon; Bronze Dragon Personality Traits"},{"id":19130,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20spellcasting_ftd","p":94,"s":2,"h":1,"t":26,"uu":"creating a bronze dragon; bronze dragon spellcasting|ftd","n":"Creating a Bronze Dragon; Bronze Dragon Spellcasting"},{"id":19131,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20ideals_ftd","p":99,"s":2,"h":1,"t":26,"uu":"creating a copper dragon; copper dragon ideals|ftd","n":"Creating a Copper Dragon; Copper Dragon Ideals"},{"id":19132,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20personality%20traits_ftd","p":99,"s":2,"h":1,"t":26,"uu":"creating a copper dragon; copper dragon personality traits|ftd","n":"Creating a Copper Dragon; Copper Dragon Personality Traits"},{"id":19133,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20spellcasting_ftd","p":99,"s":2,"h":1,"t":26,"uu":"creating a copper dragon; copper dragon spellcasting|ftd","n":"Creating a Copper Dragon; Copper Dragon Spellcasting"},{"id":19134,"c":24,"u":"creating%20a%20crystal%20dragon%3b%20crystal%20dragon%20ideals_ftd","p":103,"s":2,"h":1,"t":26,"uu":"creating a crystal dragon; crystal dragon ideals|ftd","n":"Creating a Crystal Dragon; Crystal Dragon Ideals"},{"id":19135,"c":24,"u":"creating%20a%20crystal%20dragon%3b%20crystal%20dragon%20personality%20traits_ftd","p":103,"s":2,"h":1,"t":26,"uu":"creating a crystal dragon; crystal dragon personality traits|ftd","n":"Creating a Crystal Dragon; Crystal Dragon Personality Traits"},{"id":19136,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20ideals_ftd","p":107,"s":2,"h":1,"t":26,"uu":"creating a deep dragon; deep dragon ideals|ftd","n":"Creating a Deep Dragon; Deep Dragon Ideals"},{"id":19137,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20personality%20traits_ftd","p":107,"s":2,"h":1,"t":26,"uu":"creating a deep dragon; deep dragon personality traits|ftd","n":"Creating a Deep Dragon; Deep Dragon Personality Traits"},{"id":19138,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20spellcasting_ftd","p":107,"s":2,"h":1,"t":26,"uu":"creating a deep dragon; deep dragon spellcasting|ftd","n":"Creating a Deep Dragon; Deep Dragon Spellcasting"},{"id":19139,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20ideals_ftd","p":110,"s":2,"h":1,"t":26,"uu":"creating a dragon turtle; dragon turtle ideals|ftd","n":"Creating a Dragon Turtle; Dragon Turtle Ideals"},{"id":19140,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20personality%20traits_ftd","p":110,"s":2,"h":1,"t":26,"uu":"creating a dragon turtle; dragon turtle personality traits|ftd","n":"Creating a Dragon Turtle; Dragon Turtle Personality Traits"},{"id":19141,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20spellcasting_ftd","p":110,"s":2,"h":1,"t":26,"uu":"creating a dragon turtle; dragon turtle spellcasting|ftd","n":"Creating a Dragon Turtle; Dragon Turtle Spellcasting"},{"id":19142,"c":24,"u":"creating%20a%20faerie%20dragon%3b%20faerie%20dragon%20ideals_ftd","p":118,"s":2,"h":1,"t":26,"uu":"creating a faerie dragon; faerie dragon ideals|ftd","n":"Creating a Faerie Dragon; Faerie Dragon Ideals"},{"id":19143,"c":24,"u":"creating%20a%20faerie%20dragon%3b%20faerie%20dragon%20personality%20traits_ftd","p":118,"s":2,"h":1,"t":26,"uu":"creating a faerie dragon; faerie dragon personality traits|ftd","n":"Creating a Faerie Dragon; Faerie Dragon Personality Traits"},{"id":19144,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20ideals_ftd","p":121,"s":2,"h":1,"t":26,"uu":"creating a gold dragon; gold dragon ideals|ftd","n":"Creating a Gold Dragon; Gold Dragon Ideals"},{"id":19145,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20personality%20traits_ftd","p":121,"s":2,"h":1,"t":26,"uu":"creating a gold dragon; gold dragon personality traits|ftd","n":"Creating a Gold Dragon; Gold Dragon Personality Traits"},{"id":19146,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20spellcasting_ftd","p":121,"s":2,"h":1,"t":26,"uu":"creating a gold dragon; gold dragon spellcasting|ftd","n":"Creating a Gold Dragon; Gold Dragon Spellcasting"},{"id":19147,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20ideals_ftd","p":126,"s":2,"h":1,"t":26,"uu":"creating a green dragon; green dragon ideals|ftd","n":"Creating a Green Dragon; Green Dragon Ideals"},{"id":19148,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20personality%20traits_ftd","p":126,"s":2,"h":1,"t":26,"uu":"creating a green dragon; green dragon personality traits|ftd","n":"Creating a Green Dragon; Green Dragon Personality Traits"},{"id":19149,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20spellcasting_ftd","p":126,"s":2,"h":1,"t":26,"uu":"creating a green dragon; green dragon spellcasting|ftd","n":"Creating a Green Dragon; Green Dragon Spellcasting"},{"id":19150,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20art%20objects_ftd","p":72,"s":2,"h":1,"t":26,"uu":"creating a hoard; hoard art objects|ftd","n":"Creating a Hoard; Hoard Art Objects"},{"id":19151,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20gems_ftd","p":72,"s":2,"h":1,"t":26,"uu":"creating a hoard; hoard gems|ftd","n":"Creating a Hoard; Hoard Gems"},{"id":19152,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20magic%20items_ftd","p":72,"s":2,"h":1,"t":26,"uu":"creating a hoard; hoard magic items|ftd","n":"Creating a Hoard; Hoard Magic Items"},{"id":19153,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20mundane%20items_ftd","p":72,"s":2,"h":1,"t":26,"uu":"creating a hoard; hoard mundane items|ftd","n":"Creating a Hoard; Hoard Mundane Items"},{"id":19154,"c":24,"u":"creating%20a%20moonstone%20dragon%3b%20moonstone%20dragon%20ideals_ftd","p":130,"s":2,"h":1,"t":26,"uu":"creating a moonstone dragon; moonstone dragon ideals|ftd","n":"Creating a Moonstone Dragon; Moonstone Dragon Ideals"},{"id":19155,"c":24,"u":"creating%20a%20moonstone%20dragon%3b%20moonstone%20dragon%20personality%20traits_ftd","p":130,"s":2,"h":1,"t":26,"uu":"creating a moonstone dragon; moonstone dragon personality traits|ftd","n":"Creating a Moonstone Dragon; Moonstone Dragon Personality Traits"},{"id":19156,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20ideals_ftd","p":133,"s":2,"h":1,"t":26,"uu":"creating a red dragon; red dragon ideals|ftd","n":"Creating a Red Dragon; Red Dragon Ideals"},{"id":19157,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20personality%20traits_ftd","p":133,"s":2,"h":1,"t":26,"uu":"creating a red dragon; red dragon personality traits|ftd","n":"Creating a Red Dragon; Red Dragon Personality Traits"},{"id":19158,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20spellcasting_ftd","p":133,"s":2,"h":1,"t":26,"uu":"creating a red dragon; red dragon spellcasting|ftd","n":"Creating a Red Dragon; Red Dragon Spellcasting"},{"id":19159,"c":24,"u":"creating%20a%20sapphire%20dragon%3b%20sapphire%20dragon%20ideals_ftd","p":138,"s":2,"h":1,"t":26,"uu":"creating a sapphire dragon; sapphire dragon ideals|ftd","n":"Creating a Sapphire Dragon; Sapphire Dragon Ideals"},{"id":19160,"c":24,"u":"creating%20a%20sapphire%20dragon%3b%20sapphire%20dragon%20personality%20traits_ftd","p":138,"s":2,"h":1,"t":26,"uu":"creating a sapphire dragon; sapphire dragon personality traits|ftd","n":"Creating a Sapphire Dragon; Sapphire Dragon Personality Traits"},{"id":19161,"c":24,"u":"creating%20a%20shadow%20dragon%3b%20shadow%20dragon%20ideals_ftd","p":142,"s":2,"h":1,"t":26,"uu":"creating a shadow dragon; shadow dragon ideals|ftd","n":"Creating a Shadow Dragon; Shadow Dragon Ideals"},{"id":19162,"c":24,"u":"creating%20a%20shadow%20dragon%3b%20shadow%20dragon%20personality%20traits_ftd","p":142,"s":2,"h":1,"t":26,"uu":"creating a shadow dragon; shadow dragon personality traits|ftd","n":"Creating a Shadow Dragon; Shadow Dragon Personality Traits"},{"id":19163,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20ideals_ftd","p":145,"s":2,"h":1,"t":26,"uu":"creating a silver dragon; silver dragon ideals|ftd","n":"Creating a Silver Dragon; Silver Dragon Ideals"},{"id":19164,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20personality%20traits_ftd","p":145,"s":2,"h":1,"t":26,"uu":"creating a silver dragon; silver dragon personality traits|ftd","n":"Creating a Silver Dragon; Silver Dragon Personality Traits"},{"id":19165,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20spellcasting_ftd","p":145,"s":2,"h":1,"t":26,"uu":"creating a silver dragon; silver dragon spellcasting|ftd","n":"Creating a Silver Dragon; Silver Dragon Spellcasting"},{"id":19166,"c":24,"u":"creating%20a%20topaz%20dragon%3b%20topaz%20dragon%20ideals_ftd","p":149,"s":2,"h":1,"t":26,"uu":"creating a topaz dragon; topaz dragon ideals|ftd","n":"Creating a Topaz Dragon; Topaz Dragon Ideals"},{"id":19167,"c":24,"u":"creating%20a%20topaz%20dragon%3b%20topaz%20dragon%20personality%20traits_ftd","p":149,"s":2,"h":1,"t":26,"uu":"creating a topaz dragon; topaz dragon personality traits|ftd","n":"Creating a Topaz Dragon; Topaz Dragon Personality Traits"},{"id":19168,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20ideals_ftd","p":153,"s":2,"h":1,"t":26,"uu":"creating a white dragon; white dragon ideals|ftd","n":"Creating a White Dragon; White Dragon Ideals"},{"id":19169,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20personality%20traits_ftd","p":153,"s":2,"h":1,"t":26,"uu":"creating a white dragon; white dragon personality traits|ftd","n":"Creating a White Dragon; White Dragon Personality Traits"},{"id":19170,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20spellcasting_ftd","p":153,"s":2,"h":1,"t":26,"uu":"creating a white dragon; white dragon spellcasting|ftd","n":"Creating a White Dragon; White Dragon Spellcasting"},{"id":19171,"c":24,"u":"creating%20an%20amethyst%20dragon%3b%20amethyst%20dragon%20ideals_ftd","p":76,"s":2,"h":1,"t":26,"uu":"creating an amethyst dragon; amethyst dragon ideals|ftd","n":"Creating an Amethyst Dragon; Amethyst Dragon Ideals"},{"id":19172,"c":24,"u":"creating%20an%20amethyst%20dragon%3b%20amethyst%20dragon%20personality%20traits_ftd","p":76,"s":2,"h":1,"t":26,"uu":"creating an amethyst dragon; amethyst dragon personality traits|ftd","n":"Creating an Amethyst Dragon; Amethyst Dragon Personality Traits"},{"id":19173,"c":24,"u":"creating%20an%20emerald%20dragon%3b%20emerald%20dragon%20ideals_ftd","p":114,"s":2,"h":1,"t":26,"uu":"creating an emerald dragon; emerald dragon ideals|ftd","n":"Creating an Emerald Dragon; Emerald Dragon Ideals"},{"id":19174,"c":24,"u":"creating%20an%20emerald%20dragon%3b%20emerald%20dragon%20personality%20traits_ftd","p":114,"s":2,"h":1,"t":26,"uu":"creating an emerald dragon; emerald dragon personality traits|ftd","n":"Creating an Emerald Dragon; Emerald Dragon Personality Traits"},{"id":19175,"c":24,"u":"crystal%20dragon%20adventures%3b%20crystal%20dragon%20adventure%20hooks_ftd","p":103,"s":2,"h":1,"t":26,"uu":"crystal dragon adventures; crystal dragon adventure hooks|ftd","n":"Crystal Dragon Adventures; Crystal Dragon Adventure Hooks"},{"id":19176,"c":24,"u":"crystal%20dragon%20treasures%3b%20crystal%20dragon%20art%20objects_ftd","p":106,"s":2,"h":1,"t":26,"uu":"crystal dragon treasures; crystal dragon art objects|ftd","n":"Crystal Dragon Treasures; Crystal Dragon Art Objects"},{"id":19177,"c":24,"u":"cult%20of%20the%20dragon%20adventure%20hooks_ftd","p":45,"s":2,"h":1,"t":26,"uu":"cult of the dragon adventure hooks|ftd","n":"Cult of the Dragon Adventure Hooks"},{"id":19178,"c":24,"u":"death%20of%20a%20dragon%3b%20dragon%20death%20throes_ftd","p":40,"s":2,"h":1,"t":26,"uu":"death of a dragon; dragon death throes|ftd","n":"Death of a Dragon; Dragon Death Throes"},{"id":19179,"c":24,"u":"deep%20dragon%20adventures%3b%20deep%20dragon%20adventure%20hooks_ftd","p":107,"s":2,"h":1,"t":26,"uu":"deep dragon adventures; deep dragon adventure hooks|ftd","n":"Deep Dragon Adventures; Deep Dragon Adventure Hooks"},{"id":19180,"c":24,"u":"deep%20dragon%20treasures%3b%20deep%20dragon%20art%20objects_ftd","p":109,"s":2,"h":1,"t":26,"uu":"deep dragon treasures; deep dragon art objects|ftd","n":"Deep Dragon Treasures; Deep Dragon Art Objects"},{"id":19181,"c":24,"u":"draconic%20gift%20descriptions%3b%20draconic%20gift%20rarity_ftd","p":28,"s":2,"h":1,"t":26,"uu":"draconic gift descriptions; draconic gift rarity|ftd","n":"Draconic Gift Descriptions; Draconic Gift Rarity"},{"id":19182,"c":24,"u":"draconic%20gifts%3b%20draconic%20marks_ftd","p":27,"s":2,"h":1,"t":26,"uu":"draconic gifts; draconic marks|ftd","n":"Draconic Gifts; Draconic Marks"},{"id":19183,"c":24,"u":"dragon%20as%20schemer%3b%20cross-purposes_ftd","p":56,"s":2,"h":1,"t":26,"uu":"dragon as schemer; cross-purposes|ftd","n":"Dragon as Schemer; Cross-Purposes"},{"id":19184,"c":24,"u":"dragon%20characters%3b%20dragon%20appearance_ftd","p":31,"s":2,"h":1,"t":26,"uu":"dragon characters; dragon appearance|ftd","n":"Dragon Characters; Dragon Appearance"},{"id":19185,"c":24,"u":"dragon%20characters%3b%20dragon%20bonds_ftd","p":31,"s":2,"h":1,"t":26,"uu":"dragon characters; dragon bonds|ftd","n":"Dragon Characters; Dragon Bonds"},{"id":19186,"c":24,"u":"dragon%20characters%3b%20dragon%20flaws%20and%20secrets_ftd","p":31,"s":2,"h":1,"t":26,"uu":"dragon characters; dragon flaws and secrets|ftd","n":"Dragon Characters; Dragon Flaws and Secrets"},{"id":19187,"c":24,"u":"dragon%20characters%3b%20dragon%20mannerisms_ftd","p":31,"s":2,"h":1,"t":26,"uu":"dragon characters; dragon mannerisms|ftd","n":"Dragon Characters; Dragon Mannerisms"},{"id":19188,"c":24,"u":"dragon%20encounters%3b%20dragon%20encounter%20complications_ftd","p":53,"s":2,"h":1,"t":26,"uu":"dragon encounters; dragon encounter complications|ftd","n":"Dragon Encounters; Dragon Encounter Complications"},{"id":19189,"c":24,"u":"dragon%20lairs%3b%20lair%20location_ftd","p":63,"s":2,"h":1,"t":26,"uu":"dragon lairs; lair location|ftd","n":"Dragon Lairs; Lair Location"},{"id":19190,"c":24,"u":"dragon%20turtle%20adventures%3b%20dragon%20turtle%20adventure%20hooks_ftd","p":110,"s":2,"h":1,"t":26,"uu":"dragon turtle adventures; dragon turtle adventure hooks|ftd","n":"Dragon Turtle Adventures; Dragon Turtle Adventure Hooks"},{"id":19191,"c":24,"u":"dragon%20turtle%20treasures%3b%20dragon%20turtle%20art%20objects_ftd","p":113,"s":2,"h":1,"t":26,"uu":"dragon turtle treasures; dragon turtle art objects|ftd","n":"Dragon Turtle Treasures; Dragon Turtle Art Objects"},{"id":19192,"c":24,"u":"echoes%20across%20the%20worlds%3b%20dragon%20echo%20characteristics_ftd","p":42,"s":2,"h":1,"t":26,"uu":"echoes across the worlds; dragon echo characteristics|ftd","n":"Echoes across the Worlds; Dragon Echo Characteristics"},{"id":19193,"c":24,"u":"emerald%20dragon%20adventures%3b%20emerald%20dragon%20adventure%20hooks_ftd","p":114,"s":2,"h":1,"t":26,"uu":"emerald dragon adventures; emerald dragon adventure hooks|ftd","n":"Emerald Dragon Adventures; Emerald Dragon Adventure Hooks"},{"id":19194,"c":24,"u":"emerald%20dragon%20treasures%3b%20emerald%20dragon%20art%20objects_ftd","p":117,"s":2,"h":1,"t":26,"uu":"emerald dragon treasures; emerald dragon art objects|ftd","n":"Emerald Dragon Treasures; Emerald Dragon Art Objects"},{"id":19195,"c":24,"u":"engraved%20wards%3b%20hidecarved%20wards_ftd","p":47,"s":2,"h":1,"t":26,"uu":"engraved wards; hidecarved wards|ftd","n":"Engraved Wards; Hidecarved Wards"},{"id":19196,"c":24,"u":"faerie%20dragon%20adventures%3b%20faerie%20dragon%20adventure%20hooks_ftd","p":118,"s":2,"h":1,"t":26,"uu":"faerie dragon adventures; faerie dragon adventure hooks|ftd","n":"Faerie Dragon Adventures; Faerie Dragon Adventure Hooks"},{"id":19197,"c":24,"u":"faerie%20dragon%20treasures%3b%20faerie%20dragon%20art%20objects_ftd","p":120,"s":2,"h":1,"t":26,"uu":"faerie dragon treasures; faerie dragon art objects|ftd","n":"Faerie Dragon Treasures; Faerie Dragon Art Objects"},{"id":19198,"c":24,"u":"gold%20dragon%20adventures%3b%20gold%20dragon%20adventure%20hooks_ftd","p":121,"s":2,"h":1,"t":26,"uu":"gold dragon adventures; gold dragon adventure hooks|ftd","n":"Gold Dragon Adventures; Gold Dragon Adventure Hooks"},{"id":19199,"c":24,"u":"gold%20dragon%20treasures%3b%20gold%20dragon%20art%20objects_ftd","p":124,"s":2,"h":1,"t":26,"uu":"gold dragon treasures; gold dragon art objects|ftd","n":"Gold Dragon Treasures; Gold Dragon Art Objects"},{"id":19200,"c":24,"u":"greatwyrms%3b%20ancient%20dragon%20goals_ftd","p":37,"s":2,"h":1,"t":26,"uu":"greatwyrms; ancient dragon goals|ftd","n":"Greatwyrms; Ancient Dragon Goals"},{"id":19201,"c":24,"u":"green%20dragon%20adventures%3b%20green%20dragon%20adventure%20hooks_ftd","p":126,"s":2,"h":1,"t":26,"uu":"green dragon adventures; green dragon adventure hooks|ftd","n":"Green Dragon Adventures; Green Dragon Adventure Hooks"},{"id":19202,"c":24,"u":"green%20dragon%20treasures%3b%20green%20dragon%20art%20objects_ftd","p":129,"s":2,"h":1,"t":26,"uu":"green dragon treasures; green dragon art objects|ftd","n":"Green Dragon Treasures; Green Dragon Art Objects"},{"id":19203,"c":24,"u":"half-dragons%3b%20half-dragon%20origin_ftd","p":39,"s":2,"h":1,"t":26,"uu":"half-dragons; half-dragon origin|ftd","n":"Half-Dragons; Half-Dragon Origin"},{"id":19204,"c":24,"u":"haunted%20hoards%3b%20unfinished%20business_ftd","p":68,"s":2,"h":1,"t":26,"uu":"haunted hoards; unfinished business|ftd","n":"Haunted Hoards; Unfinished Business"},{"id":19205,"c":24,"u":"heroes%20of%20the%20dragon%3b%20draconic%20character%20ties_ftd","p":16,"s":2,"h":1,"t":26,"uu":"heroes of the dragon; draconic character ties|ftd","n":"Heroes of the Dragon; Draconic Character Ties"},{"id":19206,"c":24,"u":"hidecarved%20dragons%20adventure%20hooks_ftd","p":48,"s":2,"h":1,"t":26,"uu":"hidecarved dragons adventure hooks|ftd","n":"Hidecarved Dragons Adventure Hooks"},{"id":19207,"c":24,"u":"hoard%20item%20quirks%3b%20draconic%20quirks_ftd","p":25,"s":2,"h":1,"t":26,"uu":"hoard item quirks; draconic quirks|ftd","n":"Hoard Item Quirks; Draconic Quirks"},{"id":19208,"c":24,"u":"hoard%20magic%20items%3b%20hoard%20item%20states_ftd","p":25,"s":2,"h":1,"t":26,"uu":"hoard magic items; hoard item states|ftd","n":"Hoard Magic Items; Hoard Item States"},{"id":19209,"c":24,"u":"how%20to%20name%20your%20dragon%3b%20dragon%20name%20elements_ftd","p":33,"s":2,"h":1,"t":26,"uu":"how to name your dragon; dragon name elements|ftd","n":"How to Name Your Dragon; Dragon Name Elements"},{"id":19210,"c":24,"u":"inheritors%20of%20the%20first%20world%20adventure%20hooks_ftd","p":49,"s":2,"h":1,"t":26,"uu":"inheritors of the first world adventure hooks|ftd","n":"Inheritors of the First World Adventure Hooks"},{"id":19211,"c":24,"u":"linking%20hoards%3b%20hoard%20linking%20items_ftd","p":67,"s":2,"h":1,"t":26,"uu":"linking hoards; hoard linking items|ftd","n":"Linking Hoards; Hoard Linking Items"},{"id":19212,"c":24,"u":"moonstone%20dragon%20adventures%3b%20moonstone%20dragon%20adventure%20hooks_ftd","p":131,"s":2,"h":1,"t":26,"uu":"moonstone dragon adventures; moonstone dragon adventure hooks|ftd","n":"Moonstone Dragon Adventures; Moonstone Dragon Adventure Hooks"},{"id":19213,"c":24,"u":"moonstone%20dragon%20treasures%3b%20moonstone%20dragon%20art%20objects_ftd","p":132,"s":2,"h":1,"t":26,"uu":"moonstone dragon treasures; moonstone dragon art objects|ftd","n":"Moonstone Dragon Treasures; Moonstone Dragon Art Objects"},{"id":19214,"c":24,"u":"red%20dragon%20adventures%3b%20red%20dragon%20adventure%20hooks_ftd","p":134,"s":2,"h":1,"t":26,"uu":"red dragon adventures; red dragon adventure hooks|ftd","n":"Red Dragon Adventures; Red Dragon Adventure Hooks"},{"id":19215,"c":24,"u":"red%20dragon%20treasures%3b%20red%20dragon%20art%20objects_ftd","p":137,"s":2,"h":1,"t":26,"uu":"red dragon treasures; red dragon art objects|ftd","n":"Red Dragon Treasures; Red Dragon Art Objects"},{"id":19216,"c":24,"u":"reproduction%3b%20origin%20of%20dragon%20eggs_ftd","p":38,"s":2,"h":1,"t":26,"uu":"reproduction; origin of dragon eggs|ftd","n":"Reproduction; Origin of Dragon Eggs"},{"id":19217,"c":24,"u":"sapphire%20dragon%20adventures%3b%20sapphire%20dragon%20adventure%20hooks_ftd","p":138,"s":2,"h":1,"t":26,"uu":"sapphire dragon adventures; sapphire dragon adventure hooks|ftd","n":"Sapphire Dragon Adventures; Sapphire Dragon Adventure Hooks"},{"id":19218,"c":24,"u":"sapphire%20dragon%20treasures%3b%20sapphire%20dragon%20art%20objects_ftd","p":140,"s":2,"h":1,"t":26,"uu":"sapphire dragon treasures; sapphire dragon art objects|ftd","n":"Sapphire Dragon Treasures; Sapphire Dragon Art Objects"},{"id":19219,"c":24,"u":"shadow%20dragon%20adventures%3b%20shadow%20dragon%20adventure%20hooks_ftd","p":142,"s":2,"h":1,"t":26,"uu":"shadow dragon adventures; shadow dragon adventure hooks|ftd","n":"Shadow Dragon Adventures; Shadow Dragon Adventure Hooks"},{"id":19220,"c":24,"u":"shadow%20dragon%20treasures%3b%20shadow%20dragon%20art%20objects_ftd","p":144,"s":2,"h":1,"t":26,"uu":"shadow dragon treasures; shadow dragon art objects|ftd","n":"Shadow Dragon Treasures; Shadow Dragon Art Objects"},{"id":19221,"c":24,"u":"silver%20dragon%20adventures%3b%20silver%20dragon%20adventure%20hooks_ftd","p":145,"s":2,"h":1,"t":26,"uu":"silver dragon adventures; silver dragon adventure hooks|ftd","n":"Silver Dragon Adventures; Silver Dragon Adventure Hooks"},{"id":19222,"c":24,"u":"silver%20dragon%20treasures%3b%20silver%20dragon%20art%20objects_ftd","p":148,"s":2,"h":1,"t":26,"uu":"silver dragon treasures; silver dragon art objects|ftd","n":"Silver Dragon Treasures; Silver Dragon Art Objects"},{"id":19223,"c":24,"u":"spells_ftd","p":19,"s":2,"h":1,"t":26,"uu":"spells|ftd","n":"Spells"},{"id":19224,"c":24,"u":"topaz%20dragon%20adventures%3b%20topaz%20dragon%20adventure%20hooks_ftd","p":149,"s":2,"h":1,"t":26,"uu":"topaz dragon adventures; topaz dragon adventure hooks|ftd","n":"Topaz Dragon Adventures; Topaz Dragon Adventure Hooks"},{"id":19225,"c":24,"u":"topaz%20dragon%20treasures%3b%20topaz%20dragon%20art%20objects_ftd","p":152,"s":2,"h":1,"t":26,"uu":"topaz dragon treasures; topaz dragon art objects|ftd","n":"Topaz Dragon Treasures; Topaz Dragon Art Objects"},{"id":19226,"c":24,"u":"undeath%3b%20undead%20dragon%20adventure%20hooks_ftd","p":41,"s":2,"h":1,"t":26,"uu":"undeath; undead dragon adventure hooks|ftd","n":"Undeath; Undead Dragon Adventure Hooks"},{"id":19227,"c":24,"u":"warlord%3b%20relationships%20and%20adventures_ftd","p":51,"s":2,"h":1,"t":26,"uu":"warlord; relationships and adventures|ftd","n":"Warlord; Relationships and Adventures"},{"id":19228,"c":24,"u":"white%20dragon%20adventures%3b%20white%20dragon%20adventure%20hooks_ftd","p":153,"s":2,"h":1,"t":26,"uu":"white dragon adventures; white dragon adventure hooks|ftd","n":"White Dragon Adventures; White Dragon Adventure Hooks"},{"id":19229,"c":24,"u":"white%20dragon%20treasures%3b%20white%20dragon%20art%20objects_ftd","p":157,"s":2,"h":1,"t":26,"uu":"white dragon treasures; white dragon art objects|ftd","n":"White Dragon Treasures; White Dragon Art Objects"},{"id":19230,"c":24,"u":"wyrmlings%3b%20wyrmling%20goals_ftd","p":35,"s":2,"h":1,"t":26,"uu":"wyrmlings; wyrmling goals|ftd","n":"Wyrmlings; Wyrmling Goals"},{"id":19231,"c":24,"u":"young%20dragons%3b%20young%20dragon%20goals_ftd","p":36,"s":2,"h":1,"t":26,"uu":"young dragons; young dragon goals|ftd","n":"Young Dragons; Young Dragon Goals"},{"id":19232,"c":24,"u":"how%20do%20i%20know%20which%20ability%20modifier%20to%20use%20with%20an%20attack%20roll%20and%20its%20damage%20roll%3f_sac","s":144,"h":1,"t":26,"uu":"how do i know which ability modifier to use with an attack roll and its damage roll?|sac","n":"How do I know which ability modifier to use with an attack roll and its damage roll?"},{"id":19233,"c":24,"u":"the%20drow%20pantheon_scag","p":23,"s":106,"h":1,"t":26,"uu":"the drow pantheon|scag","n":"The Drow Pantheon"},{"id":19234,"c":24,"u":"the%20dwarven%20pantheon_scag","p":22,"s":106,"h":1,"t":26,"uu":"the dwarven pantheon|scag","n":"The Dwarven Pantheon"},{"id":19235,"c":24,"u":"the%20elven%20pantheon_scag","p":23,"s":106,"h":1,"t":26,"uu":"the elven pantheon|scag","n":"The Elven Pantheon"},{"id":19236,"c":24,"u":"the%20faer%c3%bbnian%20pantheon_scag","p":21,"s":106,"h":1,"t":26,"uu":"the faerûnian pantheon|scag","n":"The Faerunian Pantheon"},{"id":19237,"c":24,"u":"the%20gnomish%20pantheon_scag","p":24,"s":106,"h":1,"t":26,"uu":"the gnomish pantheon|scag","n":"The Gnomish Pantheon"},{"id":19238,"c":24,"u":"the%20halfling%20pantheon_scag","p":23,"s":106,"h":1,"t":26,"uu":"the halfling pantheon|scag","n":"The Halfling Pantheon"},{"id":19239,"c":24,"u":"the%20orc%20pantheon_scag","p":24,"s":106,"h":1,"t":26,"uu":"the orc pantheon|scag","n":"The Orc Pantheon"},{"id":19240,"c":24,"u":"the%20shifting%20of%20the%20seasons%3b%20the%20calendar%20of%20harptos_scag","p":15,"s":106,"h":1,"t":26,"uu":"the shifting of the seasons; the calendar of harptos|scag","n":"The Shifting of the Seasons; The Calendar of Harptos"},{"id":19241,"c":24,"u":"uthgardt%20totems_scag","p":121,"s":106,"h":1,"t":26,"uu":"uthgardt totems|scag","n":"Uthgardt Totems"},{"id":19242,"c":24,"u":"dungeon%20chambers_screendungeonkit","s":145,"h":1,"t":26,"uu":"dungeon chambers|screendungeonkit","n":"Dungeon Chambers"},{"id":19243,"c":24,"u":"dungeon%20encounters_screendungeonkit","s":145,"h":1,"t":26,"uu":"dungeon encounters|screendungeonkit","n":"Dungeon Encounters"},{"id":19244,"c":24,"u":"exhaustion_screendungeonkit","s":145,"h":1,"t":26,"uu":"exhaustion|screendungeonkit","n":"Exhaustion"},{"id":19245,"c":24,"u":"screen%3b%20audible%20distance_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; audible distance|screendungeonkit","n":"Screen; Audible Distance"},{"id":19246,"c":24,"u":"screen%3b%20cover_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; cover|screendungeonkit","n":"Screen; Cover"},{"id":19247,"c":24,"u":"screen%3b%20damage%20by%20level%20and%20severity_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; damage by level and severity|screendungeonkit","n":"Screen; Damage by Level and Severity"},{"id":19248,"c":24,"u":"screen%3b%20food%2c%20drink%2c%20and%20lodging_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; food, drink, and lodging|screendungeonkit","n":"Screen; Food, Drink, and Lodging"},{"id":19249,"c":24,"u":"screen%3b%20foraging%20dcs_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; foraging dcs|screendungeonkit","n":"Screen; Foraging DCs"},{"id":19250,"c":24,"u":"screen%3b%20improvising%20damage_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; improvising damage|screendungeonkit","n":"Screen; Improvising Damage"},{"id":19251,"c":24,"u":"screen%3b%20light_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; light|screendungeonkit","n":"Screen; Light"},{"id":19252,"c":24,"u":"screen%3b%20monster%20motivation_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; monster motivation|screendungeonkit","n":"Screen; Monster Motivation"},{"id":19253,"c":24,"u":"screen%3b%20object%20armor%20class_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; object armor class|screendungeonkit","n":"Screen; Object Armor Class"},{"id":19254,"c":24,"u":"screen%3b%20object%20hit%20points_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; object hit points|screendungeonkit","n":"Screen; Object Hit Points"},{"id":19255,"c":24,"u":"screen%3b%20obscured%20areas_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; obscured areas|screendungeonkit","n":"Screen; Obscured Areas"},{"id":19256,"c":24,"u":"screen%3b%20setting%20a%20dc_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; setting a dc|screendungeonkit","n":"Screen; Setting a DC"},{"id":19257,"c":24,"u":"screen%3b%20skills%20and%20associated%20abilities_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; skills and associated abilities|screendungeonkit","n":"Screen; Skills and Associated Abilities"},{"id":19258,"c":24,"u":"screen%3b%20tracking%20dcs_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; tracking dcs|screendungeonkit","n":"Screen; Tracking DCs"},{"id":19259,"c":24,"u":"screen%3b%20travel%20pace_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; travel pace|screendungeonkit","n":"Screen; Travel Pace"},{"id":19260,"c":24,"u":"screen%3b%20visibility%20outdoors_screendungeonkit","s":145,"h":1,"t":26,"uu":"screen; visibility outdoors|screendungeonkit","n":"Screen; Visibility Outdoors"},{"id":19261,"c":24,"u":"state%20of%20ruin_screendungeonkit","s":145,"h":1,"t":26,"uu":"state of ruin|screendungeonkit","n":"State of Ruin"},{"id":19262,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_screenwildernesskit","s":146,"h":1,"t":26,"uu":"ending a chase; escape factors|screenwildernesskit","n":"Ending a Chase; Escape Factors"},{"id":19263,"c":24,"u":"food%20and%20water%20needs_screenwildernesskit","s":146,"h":1,"t":26,"uu":"food and water needs|screenwildernesskit","n":"Food and Water Needs"},{"id":19264,"c":24,"u":"playing%20a%20chase%3b%20wilderness%20chase%20complications_screenwildernesskit","s":146,"h":1,"t":26,"uu":"playing a chase; wilderness chase complications|screenwildernesskit","n":"Playing a Chase; Wilderness Chase Complications"},{"id":19265,"c":24,"u":"random%20encounter%3b%20wilderness%20encounter_screenwildernesskit","s":146,"h":1,"t":26,"uu":"random encounter; wilderness encounter|screenwildernesskit","n":"Random Encounter; Wilderness Encounter"},{"id":19266,"c":24,"u":"wilderness%20journeys%3b%20monuments_screenwildernesskit","s":146,"h":1,"t":26,"uu":"wilderness journeys; monuments|screenwildernesskit","n":"Wilderness Journeys; Monuments"},{"id":19267,"c":24,"u":"wilderness%20journeys%3b%20weird%20locales_screenwildernesskit","s":146,"h":1,"t":26,"uu":"wilderness journeys; weird locales|screenwildernesskit","n":"Wilderness Journeys; Weird Locales"},{"id":19268,"c":24,"u":"academy%20contact_tce","p":85,"s":4,"h":1,"t":26,"uu":"academy contact|tce","n":"Academy Contact"},{"id":19269,"c":24,"u":"academy%20factotum%20roles_tce","p":85,"s":4,"h":1,"t":26,"uu":"academy factotum roles|tce","n":"Academy Factotum Roles"},{"id":19270,"c":24,"u":"academy%20quests_tce","p":86,"s":4,"h":1,"t":26,"uu":"academy quests|tce","n":"Academy Quests"},{"id":19271,"c":24,"u":"academy%20type_tce","p":84,"s":4,"h":1,"t":26,"uu":"academy type|tce","n":"Academy Type"},{"id":19272,"c":24,"u":"ancient%20being_tce","p":86,"s":4,"h":1,"t":26,"uu":"ancient being|tce","n":"Ancient Being"},{"id":19273,"c":24,"u":"ancient%20being%20contact_tce","p":87,"s":4,"h":1,"t":26,"uu":"ancient being contact|tce","n":"Ancient Being Contact"},{"id":19274,"c":24,"u":"ancient%20being%20operative%20roles_tce","p":88,"s":4,"h":1,"t":26,"uu":"ancient being operative roles|tce","n":"Ancient Being Operative Roles"},{"id":19275,"c":24,"u":"ancient%20being%20quests_tce","p":88,"s":4,"h":1,"t":26,"uu":"ancient being quests|tce","n":"Ancient Being Quests"},{"id":19276,"c":24,"u":"aristocrat%20contact_tce","p":90,"s":4,"h":1,"t":26,"uu":"aristocrat contact|tce","n":"Aristocrat Contact"},{"id":19277,"c":24,"u":"aristocrat%20quests_tce","p":90,"s":4,"h":1,"t":26,"uu":"aristocrat quests|tce","n":"Aristocrat Quests"},{"id":19278,"c":24,"u":"aristocrat%20retainer%20roles_tce","p":90,"s":4,"h":1,"t":26,"uu":"aristocrat retainer roles|tce","n":"Aristocrat Retainer Roles"},{"id":19279,"c":24,"u":"aristocrat%20types_tce","p":89,"s":4,"h":1,"t":26,"uu":"aristocrat types|tce","n":"Aristocrat Types"},{"id":19280,"c":24,"u":"blessed%20radiance%20effects_tce","p":150,"s":4,"h":1,"t":26,"uu":"blessed radiance effects|tce","n":"Blessed Radiance Effects"},{"id":19281,"c":24,"u":"creature%20paintings_tce","p":172,"s":4,"h":1,"t":26,"uu":"creature paintings|tce","n":"Creature Paintings"},{"id":19282,"c":24,"u":"criminal%20syndicate%20contact%3b%20syndicate%20contact_tce","p":92,"s":4,"h":1,"t":26,"uu":"criminal syndicate contact; syndicate contact|tce","n":"Criminal Syndicate Contact; Syndicate Contact"},{"id":19283,"c":24,"u":"criminal%20syndicate%20member%20roles_tce","p":92,"s":4,"h":1,"t":26,"uu":"criminal syndicate member roles|tce","n":"Criminal Syndicate Member Roles"},{"id":19284,"c":24,"u":"criminal%20syndicate%20quests_tce","p":93,"s":4,"h":1,"t":26,"uu":"criminal syndicate quests|tce","n":"Criminal Syndicate Quests"},{"id":19285,"c":24,"u":"enchanted%20springs%3b%20enchanted%20spring%20effects_tce","p":165,"s":4,"h":1,"t":26,"uu":"enchanted springs; enchanted spring effects|tce","n":"Enchanted Springs; Enchanted Spring Effects"},{"id":19286,"c":24,"u":"far%20realm%20effects_tce","p":152,"s":4,"h":1,"t":26,"uu":"far realm effects|tce","n":"Far Realm Effects"},{"id":19287,"c":24,"u":"guild%20contact_tce","p":94,"s":4,"h":1,"t":26,"uu":"guild contact|tce","n":"Guild Contact"},{"id":19288,"c":24,"u":"guild%20quests_tce","p":95,"s":4,"h":1,"t":26,"uu":"guild quests|tce","n":"Guild Quests"},{"id":19289,"c":24,"u":"guild%20representative%20roles_tce","p":95,"s":4,"h":1,"t":26,"uu":"guild representative roles|tce","n":"Guild Representative Roles"},{"id":19290,"c":24,"u":"guild%20types_tce","p":93,"s":4,"h":1,"t":26,"uu":"guild types|tce","n":"Guild Types"},{"id":19291,"c":24,"u":"haunted%20effects_tce","p":154,"s":4,"h":1,"t":26,"uu":"haunted effects|tce","n":"Haunted Effects"},{"id":19292,"c":24,"u":"infested%20effects_tce","p":156,"s":4,"h":1,"t":26,"uu":"infested effects|tce","n":"Infested Effects"},{"id":19293,"c":24,"u":"magic%20items_tce","p":117,"s":4,"h":1,"t":26,"uu":"magic items|tce","n":"Magic Items"},{"id":19294,"c":24,"u":"magic%20mushrooms%3b%20magic%20mushroom%20effects_tce","p":166,"s":4,"h":1,"t":26,"uu":"magic mushrooms; magic mushroom effects|tce","n":"Magic Mushrooms; Magic Mushroom Effects"},{"id":19295,"c":24,"u":"magic%20tattoos%3b%20magic%20tattoo%20coverage_tce","p":118,"s":4,"h":1,"t":26,"uu":"magic tattoos; magic tattoo coverage|tce","n":"Magic Tattoos; Magic Tattoo Coverage"},{"id":19296,"c":24,"u":"menu%20items_tce","p":187,"s":4,"h":1,"t":26,"uu":"menu items|tce","n":"Menu Items"},{"id":19297,"c":24,"u":"military%20force%20contact%3b%20commanding%20officer_tce","p":97,"s":4,"h":1,"t":26,"uu":"military force contact; commanding officer|tce","n":"Military Force Contact; Commanding Officer"},{"id":19298,"c":24,"u":"military%20force%20envoy%20roles_tce","p":97,"s":4,"h":1,"t":26,"uu":"military force envoy roles|tce","n":"Military Force Envoy Roles"},{"id":19299,"c":24,"u":"military%20force%20types_tce","p":96,"s":4,"h":1,"t":26,"uu":"military force types|tce","n":"Military Force Types"},{"id":19300,"c":24,"u":"military%20quests_tce","p":98,"s":4,"h":1,"t":26,"uu":"military quests|tce","n":"Military Quests"},{"id":19301,"c":24,"u":"mirror%20zone%20effects_tce","p":157,"s":4,"h":1,"t":26,"uu":"mirror zone effects|tce","n":"Mirror Zone Effects"},{"id":19302,"c":24,"u":"monster%20research_tce","p":148,"s":4,"h":1,"t":26,"uu":"monster research|tce","n":"Monster Research"},{"id":19303,"c":24,"u":"monsters'%20desires%3b%20aberrations_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; aberrations|tce","n":"Monsters' Desires; Aberrations"},{"id":19304,"c":24,"u":"monsters'%20desires%3b%20beasts_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; beasts|tce","n":"Monsters' Desires; Beasts"},{"id":19305,"c":24,"u":"monsters'%20desires%3b%20celestials_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; celestials|tce","n":"Monsters' Desires; Celestials"},{"id":19306,"c":24,"u":"monsters'%20desires%3b%20constructs_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; constructs|tce","n":"Monsters' Desires; Constructs"},{"id":19307,"c":24,"u":"monsters'%20desires%3b%20dragons_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; dragons|tce","n":"Monsters' Desires; Dragons"},{"id":19308,"c":24,"u":"monsters'%20desires%3b%20elementals_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; elementals|tce","n":"Monsters' Desires; Elementals"},{"id":19309,"c":24,"u":"monsters'%20desires%3b%20fey_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; fey|tce","n":"Monsters' Desires; Fey"},{"id":19310,"c":24,"u":"monsters'%20desires%3b%20fiends_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; fiends|tce","n":"Monsters' Desires; Fiends"},{"id":19311,"c":24,"u":"monsters'%20desires%3b%20giants_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; giants|tce","n":"Monsters' Desires; Giants"},{"id":19312,"c":24,"u":"monsters'%20desires%3b%20humanoids_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; humanoids|tce","n":"Monsters' Desires; Humanoids"},{"id":19313,"c":24,"u":"monsters'%20desires%3b%20monstrosities_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; monstrosities|tce","n":"Monsters' Desires; Monstrosities"},{"id":19314,"c":24,"u":"monsters'%20desires%3b%20oozes_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; oozes|tce","n":"Monsters' Desires; Oozes"},{"id":19315,"c":24,"u":"monsters'%20desires%3b%20plants_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; plants|tce","n":"Monsters' Desires; Plants"},{"id":19316,"c":24,"u":"monsters'%20desires%3b%20undead_tce","p":148,"s":4,"h":1,"t":26,"uu":"monsters' desires; undead|tce","n":"Monsters' Desires; Undead"},{"id":19317,"c":24,"u":"party%20formation%3b%20party%20origin_tce","p":139,"s":4,"h":1,"t":26,"uu":"party formation; party origin|tce","n":"Party Formation; Party Origin"},{"id":19318,"c":24,"u":"personalizing%20spells%3b%20magic%20themes_tce","p":116,"s":4,"h":1,"t":26,"uu":"personalizing spells; magic themes|tce","n":"Personalizing Spells; Magic Themes"},{"id":19319,"c":24,"u":"primal%20fruit%20effects_tce","p":168,"s":4,"h":1,"t":26,"uu":"primal fruit effects|tce","n":"Primal Fruit Effects"},{"id":19320,"c":24,"u":"psychic%20resonance%20effects_tce","p":160,"s":4,"h":1,"t":26,"uu":"psychic resonance effects|tce","n":"Psychic Resonance Effects"},{"id":19321,"c":24,"u":"religious%20order%20contact_tce","p":99,"s":4,"h":1,"t":26,"uu":"religious order contact|tce","n":"Religious Order Contact"},{"id":19322,"c":24,"u":"religious%20order%20member%20roles_tce","p":99,"s":4,"h":1,"t":26,"uu":"religious order member roles|tce","n":"Religious Order Member Roles"},{"id":19323,"c":24,"u":"religious%20order%20quests_tce","p":100,"s":4,"h":1,"t":26,"uu":"religious order quests|tce","n":"Religious Order Quests"},{"id":19324,"c":24,"u":"religious%20order%20types_tce","p":98,"s":4,"h":1,"t":26,"uu":"religious order types|tce","n":"Religious Order Types"},{"id":19325,"c":24,"u":"skeleton%20keys%20solution_tce","p":175,"s":4,"h":1,"t":26,"uu":"skeleton keys solution|tce","n":"Skeleton Keys Solution"},{"id":19326,"c":24,"u":"solution%3b%20gem%20inventory_tce","p":176,"s":4,"h":1,"t":26,"uu":"solution; gem inventory|tce","n":"Solution; Gem Inventory"},{"id":19327,"c":24,"u":"solution%3b%20potential%20passwords_tce","p":183,"s":4,"h":1,"t":26,"uu":"solution; potential passwords|tce","n":"Solution; Potential Passwords"},{"id":19328,"c":24,"u":"solution%3b%20remembered%20names_tce","p":187,"s":4,"h":1,"t":26,"uu":"solution; remembered names|tce","n":"Solution; Remembered Names"},{"id":19329,"c":24,"u":"sovereign%20contact_tce","p":102,"s":4,"h":1,"t":26,"uu":"sovereign contact|tce","n":"Sovereign Contact"},{"id":19330,"c":24,"u":"sovereign%20proxy%20roles_tce","p":102,"s":4,"h":1,"t":26,"uu":"sovereign proxy roles|tce","n":"Sovereign Proxy Roles"},{"id":19331,"c":24,"u":"sovereign%20quests_tce","p":102,"s":4,"h":1,"t":26,"uu":"sovereign quests|tce","n":"Sovereign Quests"},{"id":19332,"c":24,"u":"sovereign%20types_tce","p":100,"s":4,"h":1,"t":26,"uu":"sovereign types|tce","n":"Sovereign Types"},{"id":19333,"c":24,"u":"spells_tce","p":105,"s":4,"h":1,"t":26,"uu":"spells|tce","n":"Spells"},{"id":19334,"c":24,"u":"spells%20as%20natural%20hazards_tce","p":170,"s":4,"h":1,"t":26,"uu":"spells as natural hazards|tce","n":"Spells as Natural Hazards"},{"id":19335,"c":24,"u":"types%20of%20criminal%20syndicates%3b%20syndicate%20types_tce","p":91,"s":4,"h":1,"t":26,"uu":"types of criminal syndicates; syndicate types|tce","n":"Types of Criminal Syndicates; Syndicate Types"},{"id":19336,"c":24,"u":"unearthly%20roads%3b%20unearthly%20road%20keys_tce","p":169,"s":4,"h":1,"t":26,"uu":"unearthly roads; unearthly road keys|tce","n":"Unearthly Roads; Unearthly Road Keys"},{"id":19337,"c":24,"u":"unraveling%20magic%20effects_tce","p":161,"s":4,"h":1,"t":26,"uu":"unraveling magic effects|tce","n":"Unraveling Magic Effects"},{"id":19338,"c":24,"u":"what's%20on%20the%20menu%20solution_tce","p":188,"s":4,"h":1,"t":26,"uu":"what's on the menu solution|tce","n":"What's on the Menu Solution"},{"id":19339,"c":24,"u":"wild%20magic_tce","p":25,"s":4,"h":1,"t":26,"uu":"wild magic|tce","n":"Wild Magic"},{"id":19340,"c":24,"u":"1%2c000%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"1,000 gp gemstones|xdmg","n":"1,000 GP Gemstones"},{"id":19341,"c":24,"u":"10%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"10 gp gemstones|xdmg","n":"10 GP Gemstones"},{"id":19342,"c":24,"u":"100%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"100 gp gemstones|xdmg","n":"100 GP Gemstones"},{"id":19343,"c":24,"u":"1%3a%20common%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"1: common names|xdmg","n":"1: Common Names"},{"id":19344,"c":24,"u":"2%2c500%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"t":26,"uu":"2,500 gp art objects|xdmg","n":"2,500 GP Art Objects"},{"id":19345,"c":24,"u":"25%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"t":26,"uu":"25 gp art objects|xdmg","n":"25 GP Art Objects"},{"id":19346,"c":24,"u":"250%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"t":26,"uu":"250 gp art objects|xdmg","n":"250 GP Art Objects"},{"id":19347,"c":24,"u":"2%3a%20guttural%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"2: guttural names|xdmg","n":"2: Guttural Names"},{"id":19348,"c":24,"u":"3%3a%20lyrical%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"3: lyrical names|xdmg","n":"3: Lyrical Names"},{"id":19349,"c":24,"u":"4%3a%20monosyllabic%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"4: monosyllabic names|xdmg","n":"4: Monosyllabic Names"},{"id":19350,"c":24,"u":"5%2c000%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"5,000 gp gemstones|xdmg","n":"5,000 GP Gemstones"},{"id":19351,"c":24,"u":"50%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"50 gp gemstones|xdmg","n":"50 GP Gemstones"},{"id":19352,"c":24,"u":"500%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"t":26,"uu":"500 gp gemstones|xdmg","n":"500 GP Gemstones"},{"id":19353,"c":24,"u":"5%3a%20sinister%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"5: sinister names|xdmg","n":"5: Sinister Names"},{"id":19354,"c":24,"u":"6%3a%20whimsical%20names_xdmg","p":84,"s":5,"h":1,"t":26,"uu":"6: whimsical names|xdmg","n":"6: Whimsical Names"},{"id":19355,"c":24,"u":"7%2c500%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"t":26,"uu":"7,500 gp art objects|xdmg","n":"7,500 GP Art Objects"},{"id":19356,"c":24,"u":"750%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"t":26,"uu":"750 gp art objects|xdmg","n":"750 GP Art Objects"},{"id":19357,"c":24,"u":"actions%20in%20combat%3b%20describing%20actions_xdmg","p":46,"s":5,"h":1,"t":26,"uu":"actions in combat; describing actions|xdmg","n":"Actions in Combat; Describing Actions"},{"id":19358,"c":24,"u":"adding%20basic%20facilities_xdmg","p":335,"s":5,"h":1,"t":26,"uu":"adding basic facilities|xdmg","n":"Adding Basic Facilities"},{"id":19359,"c":24,"u":"adjudicating%20areas%20of%20effect%3b%20targets%20in%20area%20of%20effect_xdmg","p":82,"s":5,"h":1,"t":26,"uu":"adjudicating areas of effect; targets in area of effect|xdmg","n":"Adjudicating Areas of Effect; Targets in Area of Effect"},{"id":19360,"c":24,"u":"adventure%20patrons%3b%20patron%20hooks_xdmg","p":110,"s":5,"h":1,"t":26,"uu":"adventure patrons; patron hooks|xdmg","n":"Adventure Patrons; Patron Hooks"},{"id":19361,"c":24,"u":"all%20is%20well_xdmg","p":350,"s":5,"h":1,"t":26,"uu":"all is well|xdmg","n":"All Is Well"},{"id":19362,"c":24,"u":"ammunition%3b%202_xdmg","p":72,"s":5,"h":1,"t":26,"uu":"ammunition; 2|xdmg","n":"Ammunition; 2"},{"id":19363,"c":24,"u":"arcana%20-%20common_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"arcana - common|xdmg","n":"Arcana - Common"},{"id":19364,"c":24,"u":"arcana%20-%20legendary_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"arcana - legendary|xdmg","n":"Arcana - Legendary"},{"id":19365,"c":24,"u":"arcana%20-%20rare_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"arcana - rare|xdmg","n":"Arcana - Rare"},{"id":19366,"c":24,"u":"arcana%20-%20uncommon_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"arcana - uncommon|xdmg","n":"Arcana - Uncommon"},{"id":19367,"c":24,"u":"arcana%20-%20very%20rare_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"arcana - very rare|xdmg","n":"Arcana - Very Rare"},{"id":19368,"c":24,"u":"armaments%20-%20common_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"armaments - common|xdmg","n":"Armaments - Common"},{"id":19369,"c":24,"u":"armaments%20-%20legendary_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"armaments - legendary|xdmg","n":"Armaments - Legendary"},{"id":19370,"c":24,"u":"armaments%20-%20rare_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"armaments - rare|xdmg","n":"Armaments - Rare"},{"id":19371,"c":24,"u":"armaments%20-%20uncommon_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"armaments - uncommon|xdmg","n":"Armaments - Uncommon"},{"id":19372,"c":24,"u":"armaments%20-%20very%20rare_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"armaments - very rare|xdmg","n":"Armaments - Very Rare"},{"id":19373,"c":24,"u":"artifact%20properties%3b%20major%20beneficial%20properties_xdmg","p":224,"s":5,"h":1,"t":26,"uu":"artifact properties; major beneficial properties|xdmg","n":"Artifact Properties; Major Beneficial Properties"},{"id":19374,"c":24,"u":"artifact%20properties%3b%20major%20detrimental%20properties_xdmg","p":224,"s":5,"h":1,"t":26,"uu":"artifact properties; major detrimental properties|xdmg","n":"Artifact Properties; Major Detrimental Properties"},{"id":19375,"c":24,"u":"artifact%20properties%3b%20minor%20beneficial%20properties_xdmg","p":224,"s":5,"h":1,"t":26,"uu":"artifact properties; minor beneficial properties|xdmg","n":"Artifact Properties; Minor Beneficial Properties"},{"id":19376,"c":24,"u":"artifact%20properties%3b%20minor%20detrimental%20properties_xdmg","p":224,"s":5,"h":1,"t":26,"uu":"artifact properties; minor detrimental properties|xdmg","n":"Artifact Properties; Minor Detrimental Properties"},{"id":19377,"c":24,"u":"astral%20color%20pools_xdmg","p":184,"s":5,"h":1,"t":26,"uu":"astral color pools|xdmg","n":"Astral Color Pools"},{"id":19378,"c":24,"u":"average%20results%3b%20mob%20results_xdmg","p":82,"s":5,"h":1,"t":26,"uu":"average results; mob results|xdmg","n":"Average Results; Mob Results"},{"id":19379,"c":24,"u":"bastion%20events_xdmg","p":350,"s":5,"h":1,"t":26,"uu":"bastion events|xdmg","n":"Bastion Events"},{"id":19380,"c":24,"u":"bring%20it%20to%20an%20end%3b%20adventure%20climax_xdmg","p":120,"s":5,"h":1,"t":26,"uu":"bring it to an end; adventure climax|xdmg","n":"Bring It to an End; Adventure Climax"},{"id":19381,"c":24,"u":"building%20your%20own%20traps%3b%20building%20a%20trap_xdmg","p":103,"s":5,"h":1,"t":26,"uu":"building your own traps; building a trap|xdmg","n":"Building Your Own Traps; Building a Trap"},{"id":19382,"c":24,"u":"central%20flanaess%20locations_xdmg","p":162,"s":5,"h":1,"t":26,"uu":"central flanaess locations|xdmg","n":"Central Flanaess Locations"},{"id":19383,"c":24,"u":"creature%20size%20and%20space_xdmg","p":44,"s":5,"h":1,"t":26,"uu":"creature size and space|xdmg","n":"Creature Size and Space"},{"id":19384,"c":24,"u":"deep%20ethereal%3b%20ethereal%20curtains_xdmg","p":192,"s":5,"h":1,"t":26,"uu":"deep ethereal; ethereal curtains|xdmg","n":"Deep Ethereal; Ethereal Curtains"},{"id":19385,"c":24,"u":"determine%20your%20xp%20budget%3b%20xp%20budget%20per%20character_xdmg","p":114,"s":5,"h":1,"t":26,"uu":"determine your xp budget; xp budget per character|xdmg","n":"Determine Your XP Budget; XP Budget per Character"},{"id":19386,"c":24,"u":"difficulty%20class%3b%20typical%20dcs_xdmg","p":29,"s":5,"h":1,"t":26,"uu":"difficulty class; typical dcs|xdmg","n":"Difficulty Class; Typical DCs"},{"id":19387,"c":24,"u":"doors_xdmg","p":64,"s":5,"h":1,"t":26,"uu":"doors|xdmg","n":"Doors"},{"id":19388,"c":24,"u":"dungeon%20decay%3b%20states%20of%20ruin_xdmg","p":67,"s":5,"h":1,"t":26,"uu":"dungeon decay; states of ruin|xdmg","n":"Dungeon Decay; States of Ruin"},{"id":19389,"c":24,"u":"dungeons%3b%20dungeon%20quirks_xdmg","p":65,"s":5,"h":1,"t":26,"uu":"dungeons; dungeon quirks|xdmg","n":"Dungeons; Dungeon Quirks"},{"id":19390,"c":24,"u":"eastern%20flanaess%20locations_xdmg","p":164,"s":5,"h":1,"t":26,"uu":"eastern flanaess locations|xdmg","n":"Eastern Flanaess Locations"},{"id":19391,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_xdmg","p":53,"s":5,"h":1,"t":26,"uu":"ending a chase; escape factors|xdmg","n":"Ending a Chase; Escape Factors"},{"id":19392,"c":24,"u":"enlarging%20basic%20facilities_xdmg","p":335,"s":5,"h":1,"t":26,"uu":"enlarging basic facilities|xdmg","n":"Enlarging Basic Facilities"},{"id":19393,"c":24,"u":"ether%20cyclones%3b%20ether%20cyclone_xdmg","p":193,"s":5,"h":1,"t":26,"uu":"ether cyclones; ether cyclone|xdmg","n":"Ether Cyclones; Ether Cyclone"},{"id":19394,"c":24,"u":"exploring%20the%20mine_xdmg","p":123,"s":5,"h":1,"t":26,"uu":"exploring the mine|xdmg","n":"Exploring the Mine"},{"id":19395,"c":24,"u":"explosives_xdmg","p":72,"s":5,"h":1,"t":26,"uu":"explosives|xdmg","n":"Explosives"},{"id":19396,"c":24,"u":"facility%20space_xdmg","p":335,"s":5,"h":1,"t":26,"uu":"facility space|xdmg","n":"Facility Space"},{"id":19397,"c":24,"u":"fear%20effects%3b%20sample%20fear%20dcs_xdmg","p":70,"s":5,"h":1,"t":26,"uu":"fear effects; sample fear dcs|xdmg","n":"Fear Effects; Sample Fear DCs"},{"id":19398,"c":24,"u":"feywild%20time%20warp_xdmg","p":196,"s":5,"h":1,"t":26,"uu":"feywild time warp|xdmg","n":"Feywild Time Warp"},{"id":19399,"c":24,"u":"firearms_xdmg","p":72,"s":5,"h":1,"t":26,"uu":"firearms|xdmg","n":"Firearms"},{"id":19400,"c":24,"u":"fortifications%3b%20maintenance%20costs_xdmg","p":80,"s":5,"h":1,"t":26,"uu":"fortifications; maintenance costs|xdmg","n":"Fortifications; Maintenance Costs"},{"id":19401,"c":24,"u":"gate-towns%20of%20the%20outlands_xdmg","p":205,"s":5,"h":1,"t":26,"uu":"gate-towns of the outlands|xdmg","n":"Gate-Towns of the Outlands"},{"id":19402,"c":24,"u":"gods%20of%20greyhawk_xdmg","p":149,"s":5,"h":1,"t":26,"uu":"gods of greyhawk|xdmg","n":"Gods of Greyhawk"},{"id":19403,"c":24,"u":"guest_xdmg","p":352,"s":5,"h":1,"t":26,"uu":"guest|xdmg","n":"Guest"},{"id":19404,"c":24,"u":"happenstance%20hooks_xdmg","p":111,"s":5,"h":1,"t":26,"uu":"happenstance hooks|xdmg","n":"Happenstance Hooks"},{"id":19405,"c":24,"u":"implements%20-%20common_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"implements - common|xdmg","n":"Implements - Common"},{"id":19406,"c":24,"u":"implements%20-%20legendary_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"implements - legendary|xdmg","n":"Implements - Legendary"},{"id":19407,"c":24,"u":"implements%20-%20rare_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"implements - rare|xdmg","n":"Implements - Rare"},{"id":19408,"c":24,"u":"implements%20-%20uncommon_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"implements - uncommon|xdmg","n":"Implements - Uncommon"},{"id":19409,"c":24,"u":"implements%20-%20very%20rare_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"implements - very rare|xdmg","n":"Implements - Very Rare"},{"id":19410,"c":24,"u":"improvising%20damage_xdmg","p":30,"s":5,"h":1,"t":26,"uu":"improvising damage|xdmg","n":"Improvising Damage"},{"id":19411,"c":24,"u":"improvising%20damage%3b%20damage%20severity%20and%20level_xdmg","p":30,"s":5,"h":1,"t":26,"uu":"improvising damage; damage severity and level|xdmg","n":"Improvising Damage; Damage Severity and Level"},{"id":19412,"c":24,"u":"initial%20attitudes%3b%20initial%20attitude_xdmg","p":116,"s":5,"h":1,"t":26,"uu":"initial attitudes; initial attitude|xdmg","n":"Initial Attitudes; Initial Attitude"},{"id":19413,"c":24,"u":"layers%20of%20acheron_xdmg","p":182,"s":5,"h":1,"t":26,"uu":"layers of acheron|xdmg","n":"Layers of Acheron"},{"id":19414,"c":24,"u":"layers%20of%20arborea_xdmg","p":183,"s":5,"h":1,"t":26,"uu":"layers of arborea|xdmg","n":"Layers of Arborea"},{"id":19415,"c":24,"u":"layers%20of%20arcadia_xdmg","p":183,"s":5,"h":1,"t":26,"uu":"layers of arcadia|xdmg","n":"Layers of Arcadia"},{"id":19416,"c":24,"u":"layers%20of%20bytopia_xdmg","p":186,"s":5,"h":1,"t":26,"uu":"layers of bytopia|xdmg","n":"Layers of Bytopia"},{"id":19417,"c":24,"u":"layers%20of%20carceri_xdmg","p":187,"s":5,"h":1,"t":26,"uu":"layers of carceri|xdmg","n":"Layers of Carceri"},{"id":19418,"c":24,"u":"layers%20of%20elysium_xdmg","p":191,"s":5,"h":1,"t":26,"uu":"layers of elysium|xdmg","n":"Layers of Elysium"},{"id":19419,"c":24,"u":"layers%20of%20gehenna_xdmg","p":197,"s":5,"h":1,"t":26,"uu":"layers of gehenna|xdmg","n":"Layers of Gehenna"},{"id":19420,"c":24,"u":"layers%20of%20hades_xdmg","p":197,"s":5,"h":1,"t":26,"uu":"layers of hades|xdmg","n":"Layers of Hades"},{"id":19421,"c":24,"u":"layers%20of%20mount%20celestia_xdmg","p":200,"s":5,"h":1,"t":26,"uu":"layers of mount celestia|xdmg","n":"Layers of Mount Celestia"},{"id":19422,"c":24,"u":"layers%20of%20pandemonium_xdmg","p":206,"s":5,"h":1,"t":26,"uu":"layers of pandemonium|xdmg","n":"Layers of Pandemonium"},{"id":19423,"c":24,"u":"layers%20of%20the%20abyss_xdmg","p":180,"s":5,"h":1,"t":26,"uu":"layers of the abyss|xdmg","n":"Layers of the Abyss"},{"id":19424,"c":24,"u":"layers%20of%20the%20beastlands_xdmg","p":186,"s":5,"h":1,"t":26,"uu":"layers of the beastlands|xdmg","n":"Layers of the Beastlands"},{"id":19425,"c":24,"u":"layers%20of%20the%20nine%20hells_xdmg","p":202,"s":5,"h":1,"t":26,"uu":"layers of the nine hells|xdmg","n":"Layers of the Nine Hells"},{"id":19426,"c":24,"u":"layers%20of%20ysgard_xdmg","p":210,"s":5,"h":1,"t":26,"uu":"layers of ysgard|xdmg","n":"Layers of Ysgard"},{"id":19427,"c":24,"u":"level-based%20renown_xdmg","p":92,"s":5,"h":1,"t":26,"uu":"level-based renown|xdmg","n":"Level-Based Renown"},{"id":19428,"c":24,"u":"levels%2011%e2%80%9316%3a%20masters%20of%20the%20realm%3b%20levels%2011%e2%80%9316%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"t":26,"uu":"levels 11–16: masters of the realm; levels 11–16 adventure situations|xdmg","n":"Levels 11–16: Masters of the Realm; Levels 11–16 Adventure Situations"},{"id":19429,"c":24,"u":"levels%2017%e2%80%9320%3a%20masters%20of%20the%20world%3b%20levels%2017%e2%80%9320%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"t":26,"uu":"levels 17–20: masters of the world; levels 17–20 adventure situations|xdmg","n":"Levels 17–20: Masters of the World; Levels 17–20 Adventure Situations"},{"id":19430,"c":24,"u":"levels%201%e2%80%934%3a%20local%20heroes%3b%20levels%201%e2%80%934%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"t":26,"uu":"levels 1–4: local heroes; levels 1–4 adventure situations|xdmg","n":"Levels 1–4: Local Heroes; Levels 1–4 Adventure Situations"},{"id":19431,"c":24,"u":"levels%205%e2%80%9310%3a%20heroes%20of%20the%20realm%3b%20levels%205%e2%80%9310%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"t":26,"uu":"levels 5–10: heroes of the realm; levels 5–10 adventure situations|xdmg","n":"Levels 5–10: Heroes of the Realm; Levels 5–10 Adventure Situations"},{"id":19432,"c":24,"u":"linking%20adventures%3b%20adventure%20connections_xdmg","p":139,"s":5,"h":1,"t":26,"uu":"linking adventures; adventure connections|xdmg","n":"Linking Adventures; Adventure Connections"},{"id":19433,"c":24,"u":"locked%20door%3b%20lock%20complexity_xdmg","p":64,"s":5,"h":1,"t":26,"uu":"locked door; lock complexity|xdmg","n":"Locked Door; Lock Complexity"},{"id":19434,"c":24,"u":"locked%20door%3b%20lock%20quality_xdmg","p":64,"s":5,"h":1,"t":26,"uu":"locked door; lock quality|xdmg","n":"Locked Door; Lock Quality"},{"id":19435,"c":24,"u":"magic%20item%20categories_xdmg","p":216,"s":5,"h":1,"t":26,"uu":"magic item categories|xdmg","n":"Magic Item Categories"},{"id":19436,"c":24,"u":"magic%20item%20crafting%20time%20and%20cost_xdmg","p":221,"s":5,"h":1,"t":26,"uu":"magic item crafting time and cost|xdmg","n":"Magic Item Crafting Time and Cost"},{"id":19437,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20creator%20or%20intended%20user_xdmg","p":222,"s":5,"h":1,"t":26,"uu":"magic item special features; magic item's creator or intended user|xdmg","n":"Magic Item Special Features; Magic Item's Creator or Intended User"},{"id":19438,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20history_xdmg","p":222,"s":5,"h":1,"t":26,"uu":"magic item special features; magic item's history|xdmg","n":"Magic Item Special Features; Magic Item's History"},{"id":19439,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20minor%20property_xdmg","p":222,"s":5,"h":1,"t":26,"uu":"magic item special features; magic item's minor property|xdmg","n":"Magic Item Special Features; Magic Item's Minor Property"},{"id":19440,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20quirk_xdmg","p":222,"s":5,"h":1,"t":26,"uu":"magic item special features; magic item's quirk|xdmg","n":"Magic Item Special Features; Magic Item's Quirk"},{"id":19441,"c":24,"u":"magic%20item%20tools_xdmg","p":220,"s":5,"h":1,"t":26,"uu":"magic item tools|xdmg","n":"Magic Item Tools"},{"id":19442,"c":24,"u":"magic%20item%20values%20by%20rarity%3b%20magic%20item%20rarities%20and%20values_xdmg","p":217,"s":5,"h":1,"t":26,"uu":"magic item values by rarity; magic item rarities and values|xdmg","n":"Magic Item Values by Rarity; Magic Item Rarities and Values"},{"id":19443,"c":24,"u":"magic%20items%20awarded%20by%20level_xdmg","p":218,"s":5,"h":1,"t":26,"uu":"magic items awarded by level|xdmg","n":"Magic Items Awarded by Level"},{"id":19444,"c":24,"u":"mixing%20potions%3b%20potion%20miscibility_xdmg","p":216,"s":5,"h":1,"t":26,"uu":"mixing potions; potion miscibility|xdmg","n":"Mixing Potions; Potion Miscibility"},{"id":19445,"c":24,"u":"monster%20personality_xdmg","p":116,"s":5,"h":1,"t":26,"uu":"monster personality|xdmg","n":"Monster Personality"},{"id":19446,"c":24,"u":"monster%20relationships_xdmg","p":117,"s":5,"h":1,"t":26,"uu":"monster relationships|xdmg","n":"Monster Relationships"},{"id":19447,"c":24,"u":"months%20and%20festivals%3b%20days%20of%20the%20week_xdmg","p":146,"s":5,"h":1,"t":26,"uu":"months and festivals; days of the week|xdmg","n":"Months and Festivals; Days of the Week"},{"id":19448,"c":24,"u":"northern%20flanaess%20locations_xdmg","p":165,"s":5,"h":1,"t":26,"uu":"northern flanaess locations|xdmg","n":"Northern Flanaess Locations"},{"id":19449,"c":24,"u":"npc%20appearance_xdmg","p":86,"s":5,"h":1,"t":26,"uu":"npc appearance|xdmg","n":"NPC Appearance"},{"id":19450,"c":24,"u":"npc%20secrets_xdmg","p":86,"s":5,"h":1,"t":26,"uu":"npc secrets|xdmg","n":"NPC Secrets"},{"id":19451,"c":24,"u":"old%20keoland%20locations_xdmg","p":169,"s":5,"h":1,"t":26,"uu":"old keoland locations|xdmg","n":"Old Keoland Locations"},{"id":19452,"c":24,"u":"outer%20planes_xdmg","p":174,"s":5,"h":1,"t":26,"uu":"outer planes|xdmg","n":"Outer Planes"},{"id":19453,"c":24,"u":"perception%20and%20encounters%3b%20audible%20distance_xdmg","p":34,"s":5,"h":1,"t":26,"uu":"perception and encounters; audible distance|xdmg","n":"Perception and Encounters; Audible Distance"},{"id":19454,"c":24,"u":"planar%20adventure%20situations_xdmg","p":178,"s":5,"h":1,"t":26,"uu":"planar adventure situations|xdmg","n":"Planar Adventure Situations"},{"id":19455,"c":24,"u":"portcullises_xdmg","p":64,"s":5,"h":1,"t":26,"uu":"portcullises|xdmg","n":"Portcullises"},{"id":19456,"c":24,"u":"power%20level%3b%20magic%20item%20power%20by%20rarity_xdmg","p":58,"s":5,"h":1,"t":26,"uu":"power level; magic item power by rarity|xdmg","n":"Power Level; Magic Item Power by Rarity"},{"id":19457,"c":24,"u":"psychic%20wind%20location%20effects_xdmg","p":185,"s":5,"h":1,"t":26,"uu":"psychic wind location effects|xdmg","n":"Psychic Wind Location Effects"},{"id":19458,"c":24,"u":"psychic%20wind%20psychic%20effects_xdmg","p":185,"s":5,"h":1,"t":26,"uu":"psychic wind psychic effects|xdmg","n":"Psychic Wind Psychic Effects"},{"id":19459,"c":24,"u":"random%20individual%20treasure_xdmg","p":120,"s":5,"h":1,"t":26,"uu":"random individual treasure|xdmg","n":"Random Individual Treasure"},{"id":19460,"c":24,"u":"random%20magic%20item%20rarity%3b%20magic%20item%20rarities_xdmg","p":218,"s":5,"h":1,"t":26,"uu":"random magic item rarity; magic item rarities|xdmg","n":"Random Magic Item Rarity; Magic Item Rarities"},{"id":19461,"c":24,"u":"relics%20-%20common_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"relics - common|xdmg","n":"Relics - Common"},{"id":19462,"c":24,"u":"relics%20-%20legendary_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"relics - legendary|xdmg","n":"Relics - Legendary"},{"id":19463,"c":24,"u":"relics%20-%20rare_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"relics - rare|xdmg","n":"Relics - Rare"},{"id":19464,"c":24,"u":"relics%20-%20uncommon_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"relics - uncommon|xdmg","n":"Relics - Uncommon"},{"id":19465,"c":24,"u":"relics%20-%20very%20rare_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"relics - very rare|xdmg","n":"Relics - Very Rare"},{"id":19466,"c":24,"u":"resolving%20outcomes%3b%20abilities%2c%20ability%20checks%2c%20and%20saving%20throws_xdmg","p":27,"s":5,"h":1,"t":26,"uu":"resolving outcomes; abilities, ability checks, and saving throws|xdmg","n":"Resolving Outcomes; Abilities, Ability Checks, and Saving Throws"},{"id":19467,"c":24,"u":"sample%20mental%20stress%20effects_xdmg","p":70,"s":5,"h":1,"t":26,"uu":"sample mental stress effects|xdmg","n":"Sample Mental Stress Effects"},{"id":19468,"c":24,"u":"secret%20doors_xdmg","p":64,"s":5,"h":1,"t":26,"uu":"secret doors|xdmg","n":"Secret Doors"},{"id":19469,"c":24,"u":"sentient%20item's%20special%20purpose_xdmg","p":226,"s":5,"h":1,"t":26,"uu":"sentient item's special purpose|xdmg","n":"Sentient Item's Special Purpose"},{"id":19470,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20claims%20to%20fame_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; claims to fame|xdmg","n":"Settlement Tables and Tracker; Claims to Fame"},{"id":19471,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20current%20calamities_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; current calamities|xdmg","n":"Settlement Tables and Tracker; Current Calamities"},{"id":19472,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20defining%20traits_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; defining traits|xdmg","n":"Settlement Tables and Tracker; Defining Traits"},{"id":19473,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20local%20leaders_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; local leaders|xdmg","n":"Settlement Tables and Tracker; Local Leaders"},{"id":19474,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20random%20shops_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; random shops|xdmg","n":"Settlement Tables and Tracker; Random Shops"},{"id":19475,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20tavern%20names_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlement tables and tracker; tavern names|xdmg","n":"Settlement Tables and Tracker; Tavern Names"},{"id":19476,"c":24,"u":"settlements%20by%20size_xdmg","p":93,"s":5,"h":1,"t":26,"uu":"settlements by size|xdmg","n":"Settlements by Size"},{"id":19477,"c":24,"u":"shadowfell%20despair_xdmg","p":209,"s":5,"h":1,"t":26,"uu":"shadowfell despair|xdmg","n":"Shadowfell Despair"},{"id":19478,"c":24,"u":"special%20facilities%3b%20special%20facility%20acquisition_xdmg","p":335,"s":5,"h":1,"t":26,"uu":"special facilities; special facility acquisition|xdmg","n":"Special Facilities; Special Facility Acquisition"},{"id":19479,"c":24,"u":"special%20facility%20descriptions%3b%20special%20facilities_xdmg","p":336,"s":5,"h":1,"t":26,"uu":"special facility descriptions; special facilities|xdmg","n":"Special Facility Descriptions; Special Facilities"},{"id":19480,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20alignment_xdmg","p":226,"s":5,"h":1,"t":26,"uu":"special purpose; sentient item's alignment|xdmg","n":"Special Purpose; Sentient Item's Alignment"},{"id":19481,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20communication_xdmg","p":226,"s":5,"h":1,"t":26,"uu":"special purpose; sentient item's communication|xdmg","n":"Special Purpose; Sentient Item's Communication"},{"id":19482,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20senses_xdmg","p":226,"s":5,"h":1,"t":26,"uu":"special purpose; sentient item's senses|xdmg","n":"Special Purpose; Sentient Item's Senses"},{"id":19483,"c":24,"u":"spell%20damage_xdmg","p":59,"s":5,"h":1,"t":26,"uu":"spell damage|xdmg","n":"Spell Damage"},{"id":19484,"c":24,"u":"stage%202_xdmg","p":124,"s":5,"h":1,"t":26,"uu":"stage 2|xdmg","n":"Stage 2"},{"id":19485,"c":24,"u":"supernatural%20hooks_xdmg","p":111,"s":5,"h":1,"t":26,"uu":"supernatural hooks|xdmg","n":"Supernatural Hooks"},{"id":19486,"c":24,"u":"trade%20bars_xdmg","p":213,"s":5,"h":1,"t":26,"uu":"trade bars|xdmg","n":"Trade Bars"},{"id":19487,"c":24,"u":"trade%20goods_xdmg","p":213,"s":5,"h":1,"t":26,"uu":"trade goods|xdmg","n":"Trade Goods"},{"id":19488,"c":24,"u":"travel%20terrain_xdmg","p":39,"s":5,"h":1,"t":26,"uu":"travel terrain|xdmg","n":"Travel Terrain"},{"id":19489,"c":24,"u":"treasure_xdmg","p":352,"s":5,"h":1,"t":26,"uu":"treasure|xdmg","n":"Treasure"},{"id":19490,"c":24,"u":"treasure%20hoards%3b%20random%20treasure%20hoard_xdmg","p":120,"s":5,"h":1,"t":26,"uu":"treasure hoards; random treasure hoard|xdmg","n":"Treasure Hoards; Random Treasure Hoard"},{"id":19491,"c":24,"u":"treasure%20themes_xdmg","p":213,"s":5,"h":1,"t":26,"uu":"treasure themes|xdmg","n":"Treasure Themes"},{"id":19492,"c":24,"u":"urban%20chase%20complications_xdmg","p":53,"s":5,"h":1,"t":26,"uu":"urban chase complications|xdmg","n":"Urban Chase Complications"},{"id":19493,"c":24,"u":"using%20a%20published%20setting%3b%20d%26d%20settings_xdmg","p":136,"s":5,"h":1,"t":26,"uu":"using a published setting; d&d settings|xdmg","n":"Using a Published Setting; D&D Settings"},{"id":19494,"c":24,"u":"variant%3a%20training%20to%20gain%20levels%3b%20training%20to%20gain%20levels_xdmg","p":49,"s":5,"h":1,"t":26,"uu":"variant: training to gain levels; training to gain levels|xdmg","n":"Variant: Training to Gain Levels; Training to Gain Levels"},{"id":19495,"c":24,"u":"visibility%20underwater%3b%20underwater%20encounter%20distance_xdmg","p":36,"s":5,"h":1,"t":26,"uu":"visibility underwater; underwater encounter distance|xdmg","n":"Visibility Underwater; Underwater Encounter Distance"},{"id":19496,"c":24,"u":"weather_xdmg","p":38,"s":5,"h":1,"t":26,"uu":"weather|xdmg","n":"Weather"},{"id":19497,"c":24,"u":"weather%3b%202_xdmg","p":38,"s":5,"h":1,"t":26,"uu":"weather; 2|xdmg","n":"Weather; 2"},{"id":19498,"c":24,"u":"western%20flanaess%20locations_xdmg","p":170,"s":5,"h":1,"t":26,"uu":"western flanaess locations|xdmg","n":"Western Flanaess Locations"},{"id":19499,"c":24,"u":"wilderness%20chase%20complications_xdmg","p":53,"s":5,"h":1,"t":26,"uu":"wilderness chase complications|xdmg","n":"Wilderness Chase Complications"},{"id":19500,"c":24,"u":"arctic%20encounters%20(levels%2011%e2%80%9416)_xge","p":92,"s":6,"h":1,"t":26,"uu":"arctic encounters (levels 11—16)|xge","n":"Arctic Encounters (Levels 11—16)"},{"id":19501,"c":24,"u":"arctic%20encounters%20(levels%2017%e2%80%9420)_xge","p":92,"s":6,"h":1,"t":26,"uu":"arctic encounters (levels 17—20)|xge","n":"Arctic Encounters (Levels 17—20)"},{"id":19502,"c":24,"u":"arctic%20encounters%20(levels%201%e2%80%944)_xge","p":92,"s":6,"h":1,"t":26,"uu":"arctic encounters (levels 1—4)|xge","n":"Arctic Encounters (Levels 1—4)"},{"id":19503,"c":24,"u":"arctic%20encounters%20(levels%205%e2%80%9410)_xge","p":92,"s":6,"h":1,"t":26,"uu":"arctic encounters (levels 5—10)|xge","n":"Arctic Encounters (Levels 5—10)"},{"id":19504,"c":24,"u":"birthplace_xge","p":62,"s":6,"h":1,"t":26,"uu":"birthplace|xge","n":"Birthplace"},{"id":19505,"c":24,"u":"brewing%20potions%20of%20healing%3b%20potion%20of%20healing%20creation_xge","p":130,"s":6,"h":1,"t":26,"uu":"brewing potions of healing; potion of healing creation|xge","n":"Brewing Potions of Healing; Potion of Healing Creation"},{"id":19506,"c":24,"u":"buying%20a%20magic%20item%3b%20buying%20magic%20items_xge","p":126,"s":6,"h":1,"t":26,"uu":"buying a magic item; buying magic items|xge","n":"Buying a Magic Item; Buying Magic Items"},{"id":19507,"c":24,"u":"buying%20a%20magic%20item%3b%20magic%20item%20price_xge","p":126,"s":6,"h":1,"t":26,"uu":"buying a magic item; magic item price|xge","n":"Buying a Magic Item; Magic Item Price"},{"id":19508,"c":24,"u":"carousing_xge","p":127,"s":6,"h":1,"t":26,"uu":"carousing|xge","n":"Carousing"},{"id":19509,"c":24,"u":"character%20options%3b%20subclasses_xge","p":7,"s":6,"h":1,"t":26,"uu":"character options; subclasses|xge","n":"Character Options; Subclasses"},{"id":19510,"c":24,"u":"coastal%20encounters%20(levels%2011%e2%80%9416)_xge","p":93,"s":6,"h":1,"t":26,"uu":"coastal encounters (levels 11—16)|xge","n":"Coastal Encounters (Levels 11—16)"},{"id":19511,"c":24,"u":"coastal%20encounters%20(levels%2017%e2%80%9420)_xge","p":93,"s":6,"h":1,"t":26,"uu":"coastal encounters (levels 17—20)|xge","n":"Coastal Encounters (Levels 17—20)"},{"id":19512,"c":24,"u":"coastal%20encounters%20(levels%201%e2%80%944)_xge","p":93,"s":6,"h":1,"t":26,"uu":"coastal encounters (levels 1—4)|xge","n":"Coastal Encounters (Levels 1—4)"},{"id":19513,"c":24,"u":"coastal%20encounters%20(levels%205%e2%80%9410)_xge","p":93,"s":6,"h":1,"t":26,"uu":"coastal encounters (levels 5—10)|xge","n":"Coastal Encounters (Levels 5—10)"},{"id":19514,"c":24,"u":"crafting%20an%20item%3b%20resources%20and%20resolution_xge","p":128,"s":6,"h":1,"t":26,"uu":"crafting an item; resources and resolution|xge","n":"Crafting an Item; Resources and Resolution"},{"id":19515,"c":24,"u":"crafting%20complications_xge","p":129,"s":6,"h":1,"t":26,"uu":"crafting complications|xge","n":"Crafting Complications"},{"id":19516,"c":24,"u":"crafting%20magic%20items%3b%20magic%20item%20crafting%20time%20and%20cost_xge","p":128,"s":6,"h":1,"t":26,"uu":"crafting magic items; magic item crafting time and cost|xge","n":"Crafting Magic Items; Magic Item Crafting Time and Cost"},{"id":19517,"c":24,"u":"crafting%20magic%20items%3b%20magic%20item%20ingredients_xge","p":128,"s":6,"h":1,"t":26,"uu":"crafting magic items; magic item ingredients|xge","n":"Crafting Magic Items; Magic Item Ingredients"},{"id":19518,"c":24,"u":"creating%20a%20rival%3b%20rival_xge","p":124,"s":6,"h":1,"t":26,"uu":"creating a rival; rival|xge","n":"Creating a Rival; Rival"},{"id":19519,"c":24,"u":"crime%20complications_xge","p":130,"s":6,"h":1,"t":26,"uu":"crime complications|xge","n":"Crime Complications"},{"id":19520,"c":24,"u":"crime%3b%20loot%20value_xge","p":130,"s":6,"h":1,"t":26,"uu":"crime; loot value|xge","n":"Crime; Loot Value"},{"id":19521,"c":24,"u":"desert%20encounters%20(levels%2011%e2%80%9416)_xge","p":95,"s":6,"h":1,"t":26,"uu":"desert encounters (levels 11—16)|xge","n":"Desert Encounters (Levels 11—16)"},{"id":19522,"c":24,"u":"desert%20encounters%20(levels%2017%e2%80%9420)_xge","p":95,"s":6,"h":1,"t":26,"uu":"desert encounters (levels 17—20)|xge","n":"Desert Encounters (Levels 17—20)"},{"id":19523,"c":24,"u":"desert%20encounters%20(levels%201%e2%80%944)_xge","p":95,"s":6,"h":1,"t":26,"uu":"desert encounters (levels 1—4)|xge","n":"Desert Encounters (Levels 1—4)"},{"id":19524,"c":24,"u":"desert%20encounters%20(levels%205%e2%80%9410)_xge","p":95,"s":6,"h":1,"t":26,"uu":"desert encounters (levels 5—10)|xge","n":"Desert Encounters (Levels 5—10)"},{"id":19525,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%2011th-15th%20level_xge","p":88,"s":6,"h":1,"t":26,"uu":"determine numbers and challenge ratings; multiple monsters: 11th-15th level|xge","n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 11th-15th Level"},{"id":19526,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%2016th-20th%20level_xge","p":88,"s":6,"h":1,"t":26,"uu":"determine numbers and challenge ratings; multiple monsters: 16th-20th level|xge","n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 16th-20th Level"},{"id":19527,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%201st-5th%20level_xge","p":88,"s":6,"h":1,"t":26,"uu":"determine numbers and challenge ratings; multiple monsters: 1st-5th level|xge","n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 1st-5th Level"},{"id":19528,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%206th-10th%20level_xge","p":88,"s":6,"h":1,"t":26,"uu":"determine numbers and challenge ratings; multiple monsters: 6th-10th level|xge","n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 6th-10th Level"},{"id":19529,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20solo%20monster%20challenge%20rating_xge","p":88,"s":6,"h":1,"t":26,"uu":"determine numbers and challenge ratings; solo monster challenge rating|xge","n":"Determine Numbers and Challenge Ratings; Solo Monster Challenge Rating"},{"id":19530,"c":24,"u":"distribution%20by%20rarity%3b%20magic%20items%20awarded%20by%20tier_xge","p":135,"s":6,"h":1,"t":26,"uu":"distribution by rarity; magic items awarded by tier|xge","n":"Distribution by Rarity; Magic Items Awarded by Tier"},{"id":19531,"c":24,"u":"dragonborn%20names%20%e2%80%93%20clan_xge","p":175,"s":6,"h":1,"t":26,"uu":"dragonborn names – clan|xge","n":"Dragonborn Names – Clan"},{"id":19532,"c":24,"u":"dragonborn%20names%20%e2%80%93%20female_xge","p":175,"s":6,"h":1,"t":26,"uu":"dragonborn names – female|xge","n":"Dragonborn Names – Female"},{"id":19533,"c":24,"u":"dragonborn%20names%20%e2%80%93%20male_xge","p":175,"s":6,"h":1,"t":26,"uu":"dragonborn names – male|xge","n":"Dragonborn Names – Male"},{"id":19534,"c":24,"u":"dwarf%20names%20%e2%80%93%20clan_xge","p":176,"s":6,"h":1,"t":26,"uu":"dwarf names – clan|xge","n":"Dwarf Names – Clan"},{"id":19535,"c":24,"u":"dwarf%20names%20%e2%80%93%20duergar%20clan_xge","p":176,"s":6,"h":1,"t":26,"uu":"dwarf names – duergar clan|xge","n":"Dwarf Names – Duergar Clan"},{"id":19536,"c":24,"u":"dwarf%20names%20%e2%80%93%20female_xge","p":176,"s":6,"h":1,"t":26,"uu":"dwarf names – female|xge","n":"Dwarf Names – Female"},{"id":19537,"c":24,"u":"dwarf%20names%20%e2%80%93%20male_xge","p":176,"s":6,"h":1,"t":26,"uu":"dwarf names – male|xge","n":"Dwarf Names – Male"},{"id":19538,"c":24,"u":"elf%20names%20%e2%80%93%20child_xge","p":176,"s":6,"h":1,"t":26,"uu":"elf names – child|xge","n":"Elf Names – Child"},{"id":19539,"c":24,"u":"elf%20names%20%e2%80%93%20family_xge","p":176,"s":6,"h":1,"t":26,"uu":"elf names – family|xge","n":"Elf Names – Family"},{"id":19540,"c":24,"u":"elf%20names%20%e2%80%93%20female%20adult_xge","p":176,"s":6,"h":1,"t":26,"uu":"elf names – female adult|xge","n":"Elf Names – Female Adult"},{"id":19541,"c":24,"u":"elf%20names%20%e2%80%93%20male%20adult_xge","p":176,"s":6,"h":1,"t":26,"uu":"elf names – male adult|xge","n":"Elf Names – Male Adult"},{"id":19542,"c":24,"u":"experience%20for%20complex%20traps%3b%20complex%20trap%20experience%20awards_xge","p":118,"s":6,"h":1,"t":26,"uu":"experience for complex traps; complex trap experience awards|xge","n":"Experience for Complex Traps; Complex Trap Experience Awards"},{"id":19543,"c":24,"u":"forest%20encounters%20(levels%2011%e2%80%9416)_xge","p":97,"s":6,"h":1,"t":26,"uu":"forest encounters (levels 11—16)|xge","n":"Forest Encounters (Levels 11—16)"},{"id":19544,"c":24,"u":"forest%20encounters%20(levels%2017%e2%80%9420)_xge","p":97,"s":6,"h":1,"t":26,"uu":"forest encounters (levels 17—20)|xge","n":"Forest Encounters (Levels 17—20)"},{"id":19545,"c":24,"u":"forest%20encounters%20(levels%201%e2%80%944)_xge","p":97,"s":6,"h":1,"t":26,"uu":"forest encounters (levels 1—4)|xge","n":"Forest Encounters (Levels 1—4)"},{"id":19546,"c":24,"u":"forest%20encounters%20(levels%205%e2%80%9410)_xge","p":97,"s":6,"h":1,"t":26,"uu":"forest encounters (levels 5—10)|xge","n":"Forest Encounters (Levels 5—10)"},{"id":19547,"c":24,"u":"gambling%20complications_xge","p":130,"s":6,"h":1,"t":26,"uu":"gambling complications|xge","n":"Gambling Complications"},{"id":19548,"c":24,"u":"gambling%20results_xge","p":130,"s":6,"h":1,"t":26,"uu":"gambling results|xge","n":"Gambling Results"},{"id":19549,"c":24,"u":"gnome%20names%20%e2%80%93%20clan_xge","p":178,"s":6,"h":1,"t":26,"uu":"gnome names – clan|xge","n":"Gnome Names – Clan"},{"id":19550,"c":24,"u":"gnome%20names%20%e2%80%93%20female_xge","p":178,"s":6,"h":1,"t":26,"uu":"gnome names – female|xge","n":"Gnome Names – Female"},{"id":19551,"c":24,"u":"gnome%20names%20%e2%80%93%20male_xge","p":178,"s":6,"h":1,"t":26,"uu":"gnome names – male|xge","n":"Gnome Names – Male"},{"id":19552,"c":24,"u":"grassland%20encounters%20(levels%2011%e2%80%9416)_xge","p":100,"s":6,"h":1,"t":26,"uu":"grassland encounters (levels 11—16)|xge","n":"Grassland Encounters (Levels 11—16)"},{"id":19553,"c":24,"u":"grassland%20encounters%20(levels%2017%e2%80%9420)_xge","p":100,"s":6,"h":1,"t":26,"uu":"grassland encounters (levels 17—20)|xge","n":"Grassland Encounters (Levels 17—20)"},{"id":19554,"c":24,"u":"grassland%20encounters%20(levels%201%e2%80%945)_xge","p":100,"s":6,"h":1,"t":26,"uu":"grassland encounters (levels 1—5)|xge","n":"Grassland Encounters (Levels 1—5)"},{"id":19555,"c":24,"u":"grassland%20encounters%20(levels%206%e2%80%9410)_xge","p":100,"s":6,"h":1,"t":26,"uu":"grassland encounters (levels 6—10)|xge","n":"Grassland Encounters (Levels 6—10)"},{"id":19556,"c":24,"u":"half-elf%20parents_xge","p":62,"s":6,"h":1,"t":26,"uu":"half-elf parents|xge","n":"Half-Elf Parents"},{"id":19557,"c":24,"u":"half-orc%20names%20%e2%80%93%20female_xge","p":179,"s":6,"h":1,"t":26,"uu":"half-orc names – female|xge","n":"Half-Orc Names – Female"},{"id":19558,"c":24,"u":"half-orc%20names%20%e2%80%93%20male_xge","p":179,"s":6,"h":1,"t":26,"uu":"half-orc names – male|xge","n":"Half-Orc Names – Male"},{"id":19559,"c":24,"u":"half-orc%20parents_xge","p":62,"s":6,"h":1,"t":26,"uu":"half-orc parents|xge","n":"Half-Orc Parents"},{"id":19560,"c":24,"u":"halfling%20names%20%e2%80%93%20clan_xge","p":179,"s":6,"h":1,"t":26,"uu":"halfling names – clan|xge","n":"Halfling Names – Clan"},{"id":19561,"c":24,"u":"halfling%20names%20%e2%80%93%20female_xge","p":179,"s":6,"h":1,"t":26,"uu":"halfling names – female|xge","n":"Halfling Names – Female"},{"id":19562,"c":24,"u":"halfling%20names%20%e2%80%93%20male_xge","p":179,"s":6,"h":1,"t":26,"uu":"halfling names – male|xge","n":"Halfling Names – Male"},{"id":19563,"c":24,"u":"hill%20encounters%20(levels%2011%e2%80%9416)_xge","p":101,"s":6,"h":1,"t":26,"uu":"hill encounters (levels 11—16)|xge","n":"Hill Encounters (Levels 11—16)"},{"id":19564,"c":24,"u":"hill%20encounters%20(levels%2017%e2%80%9420)_xge","p":101,"s":6,"h":1,"t":26,"uu":"hill encounters (levels 17—20)|xge","n":"Hill Encounters (Levels 17—20)"},{"id":19565,"c":24,"u":"hill%20encounters%20(levels%201%e2%80%944)_xge","p":101,"s":6,"h":1,"t":26,"uu":"hill encounters (levels 1—4)|xge","n":"Hill Encounters (Levels 1—4)"},{"id":19566,"c":24,"u":"hill%20encounters%20(levels%205%e2%80%9410)_xge","p":101,"s":6,"h":1,"t":26,"uu":"hill encounters (levels 5—10)|xge","n":"Hill Encounters (Levels 5—10)"},{"id":19567,"c":24,"u":"human%20names%20%e2%80%93%20arabic%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – arabic, female|xge","n":"Human Names – Arabic, Female"},{"id":19568,"c":24,"u":"human%20names%20%e2%80%93%20arabic%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – arabic, male|xge","n":"Human Names – Arabic, Male"},{"id":19569,"c":24,"u":"human%20names%20%e2%80%93%20celtic%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – celtic, female|xge","n":"Human Names – Celtic, Female"},{"id":19570,"c":24,"u":"human%20names%20%e2%80%93%20celtic%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – celtic, male|xge","n":"Human Names – Celtic, Male"},{"id":19571,"c":24,"u":"human%20names%20%e2%80%93%20chinese%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – chinese, female|xge","n":"Human Names – Chinese, Female"},{"id":19572,"c":24,"u":"human%20names%20%e2%80%93%20chinese%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – chinese, male|xge","n":"Human Names – Chinese, Male"},{"id":19573,"c":24,"u":"human%20names%20%e2%80%93%20egyptian%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – egyptian, female|xge","n":"Human Names – Egyptian, Female"},{"id":19574,"c":24,"u":"human%20names%20%e2%80%93%20egyptian%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – egyptian, male|xge","n":"Human Names – Egyptian, Male"},{"id":19575,"c":24,"u":"human%20names%20%e2%80%93%20english%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – english, female|xge","n":"Human Names – English, Female"},{"id":19576,"c":24,"u":"human%20names%20%e2%80%93%20english%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – english, male|xge","n":"Human Names – English, Male"},{"id":19577,"c":24,"u":"human%20names%20%e2%80%93%20french%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – french, female|xge","n":"Human Names – French, Female"},{"id":19578,"c":24,"u":"human%20names%20%e2%80%93%20french%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – french, male|xge","n":"Human Names – French, Male"},{"id":19579,"c":24,"u":"human%20names%20%e2%80%93%20german%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – german, female|xge","n":"Human Names – German, Female"},{"id":19580,"c":24,"u":"human%20names%20%e2%80%93%20german%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – german, male|xge","n":"Human Names – German, Male"},{"id":19581,"c":24,"u":"human%20names%20%e2%80%93%20greek%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – greek, female|xge","n":"Human Names – Greek, Female"},{"id":19582,"c":24,"u":"human%20names%20%e2%80%93%20greek%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – greek, male|xge","n":"Human Names – Greek, Male"},{"id":19583,"c":24,"u":"human%20names%20%e2%80%93%20indian%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – indian, female|xge","n":"Human Names – Indian, Female"},{"id":19584,"c":24,"u":"human%20names%20%e2%80%93%20indian%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – indian, male|xge","n":"Human Names – Indian, Male"},{"id":19585,"c":24,"u":"human%20names%20%e2%80%93%20japanese%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – japanese, female|xge","n":"Human Names – Japanese, Female"},{"id":19586,"c":24,"u":"human%20names%20%e2%80%93%20japanese%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – japanese, male|xge","n":"Human Names – Japanese, Male"},{"id":19587,"c":24,"u":"human%20names%20%e2%80%93%20mesoamerican%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – mesoamerican, female|xge","n":"Human Names – Mesoamerican, Female"},{"id":19588,"c":24,"u":"human%20names%20%e2%80%93%20mesoamerican%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – mesoamerican, male|xge","n":"Human Names – Mesoamerican, Male"},{"id":19589,"c":24,"u":"human%20names%20%e2%80%93%20niger-congo%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – niger-congo, female|xge","n":"Human Names – Niger-Congo, Female"},{"id":19590,"c":24,"u":"human%20names%20%e2%80%93%20niger-congo%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – niger-congo, male|xge","n":"Human Names – Niger-Congo, Male"},{"id":19591,"c":24,"u":"human%20names%20%e2%80%93%20norse%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – norse, female|xge","n":"Human Names – Norse, Female"},{"id":19592,"c":24,"u":"human%20names%20%e2%80%93%20norse%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – norse, male|xge","n":"Human Names – Norse, Male"},{"id":19593,"c":24,"u":"human%20names%20%e2%80%93%20polynesian%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – polynesian, female|xge","n":"Human Names – Polynesian, Female"},{"id":19594,"c":24,"u":"human%20names%20%e2%80%93%20polynesian%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – polynesian, male|xge","n":"Human Names – Polynesian, Male"},{"id":19595,"c":24,"u":"human%20names%20%e2%80%93%20roman%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – roman, female|xge","n":"Human Names – Roman, Female"},{"id":19596,"c":24,"u":"human%20names%20%e2%80%93%20roman%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – roman, male|xge","n":"Human Names – Roman, Male"},{"id":19597,"c":24,"u":"human%20names%20%e2%80%93%20slavic%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – slavic, female|xge","n":"Human Names – Slavic, Female"},{"id":19598,"c":24,"u":"human%20names%20%e2%80%93%20slavic%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – slavic, male|xge","n":"Human Names – Slavic, Male"},{"id":19599,"c":24,"u":"human%20names%20%e2%80%93%20spanish%2c%20female_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – spanish, female|xge","n":"Human Names – Spanish, Female"},{"id":19600,"c":24,"u":"human%20names%20%e2%80%93%20spanish%2c%20male_xge","p":181,"s":6,"h":1,"t":26,"uu":"human names – spanish, male|xge","n":"Human Names – Spanish, Male"},{"id":19601,"c":24,"u":"level%20and%20lethality%3b%20damage%20severity%20by%20level_xge","p":116,"s":6,"h":1,"t":26,"uu":"level and lethality; damage severity by level|xge","n":"Level and Lethality; Damage Severity by Level"},{"id":19602,"c":24,"u":"level%20and%20lethality%3b%20spell%20equivalent%20by%20level_xge","p":116,"s":6,"h":1,"t":26,"uu":"level and lethality; spell equivalent by level|xge","n":"Level and Lethality; Spell Equivalent by Level"},{"id":19603,"c":24,"u":"level%20and%20lethality%3b%20trap%20save%20dcs%20and%20attack%20bonuses_xge","p":116,"s":6,"h":1,"t":26,"uu":"level and lethality; trap save dcs and attack bonuses|xge","n":"Level and Lethality; Trap Save DCs and Attack Bonuses"},{"id":19604,"c":24,"u":"life%20events_xge","p":69,"s":6,"h":1,"t":26,"uu":"life events|xge","n":"Life Events"},{"id":19605,"c":24,"u":"life%20events%20by%20age_xge","p":69,"s":6,"h":1,"t":26,"uu":"life events by age|xge","n":"Life Events by Age"},{"id":19606,"c":24,"u":"lower-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"t":26,"uu":"lower-class carousing complications|xge","n":"Lower-Class Carousing Complications"},{"id":19607,"c":24,"u":"magic%20item%20purchase%20complications_xge","p":126,"s":6,"h":1,"t":26,"uu":"magic item purchase complications|xge","n":"Magic Item Purchase Complications"},{"id":19608,"c":24,"u":"magic%20item%20sale%20complications_xge","p":133,"s":6,"h":1,"t":26,"uu":"magic item sale complications|xge","n":"Magic Item Sale Complications"},{"id":19609,"c":24,"u":"magic%20items%20awarded%20by%20rarity%20-%20major_xge","p":135,"s":6,"h":1,"t":26,"uu":"magic items awarded by rarity - major|xge","n":"Magic Items Awarded by Rarity - Major"},{"id":19610,"c":24,"u":"magic%20items%20awarded%20by%20rarity%20-%20minor_xge","p":135,"s":6,"h":1,"t":26,"uu":"magic items awarded by rarity - minor|xge","n":"Magic Items Awarded by Rarity - Minor"},{"id":19611,"c":24,"u":"middle-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"t":26,"uu":"middle-class carousing complications|xge","n":"Middle-Class Carousing Complications"},{"id":19612,"c":24,"u":"monster%20personality_xge","p":91,"s":6,"h":1,"t":26,"uu":"monster personality|xge","n":"Monster Personality"},{"id":19613,"c":24,"u":"monster%20relationships_xge","p":91,"s":6,"h":1,"t":26,"uu":"monster relationships|xge","n":"Monster Relationships"},{"id":19614,"c":24,"u":"mountain%20encounters%20(levels%2011%e2%80%9416)_xge","p":104,"s":6,"h":1,"t":26,"uu":"mountain encounters (levels 11—16)|xge","n":"Mountain Encounters (Levels 11—16)"},{"id":19615,"c":24,"u":"mountain%20encounters%20(levels%2017%e2%80%9420)_xge","p":104,"s":6,"h":1,"t":26,"uu":"mountain encounters (levels 17—20)|xge","n":"Mountain Encounters (Levels 17—20)"},{"id":19616,"c":24,"u":"mountain%20encounters%20(levels%201%e2%80%944)_xge","p":104,"s":6,"h":1,"t":26,"uu":"mountain encounters (levels 1—4)|xge","n":"Mountain Encounters (Levels 1—4)"},{"id":19617,"c":24,"u":"mountain%20encounters%20(levels%205%e2%80%9410)_xge","p":104,"s":6,"h":1,"t":26,"uu":"mountain encounters (levels 5—10)|xge","n":"Mountain Encounters (Levels 5—10)"},{"id":19618,"c":24,"u":"number%20of%20siblings_xge","p":62,"s":6,"h":1,"t":26,"uu":"number of siblings|xge","n":"Number of Siblings"},{"id":19619,"c":24,"u":"other%20details%3b%20birth%20order_xge","p":62,"s":6,"h":1,"t":26,"uu":"other details; birth order|xge","n":"Other Details; Birth Order"},{"id":19620,"c":24,"u":"parents_xge","p":62,"s":6,"h":1,"t":26,"uu":"parents|xge","n":"Parents"},{"id":19621,"c":24,"u":"pit%20fighting%20complications_xge","p":131,"s":6,"h":1,"t":26,"uu":"pit fighting complications|xge","n":"Pit Fighting Complications"},{"id":19622,"c":24,"u":"pit%20fighting%20results_xge","p":131,"s":6,"h":1,"t":26,"uu":"pit fighting results|xge","n":"Pit Fighting Results"},{"id":19623,"c":24,"u":"potions%20for%20sale_xge","s":6,"h":1,"t":26,"uu":"potions for sale|xge","n":"Potions for Sale"},{"id":19624,"c":24,"u":"quick%20matchups_xge","p":91,"s":6,"h":1,"t":26,"uu":"quick matchups|xge","n":"Quick Matchups"},{"id":19625,"c":24,"u":"racial%20feats_xge","p":73,"s":6,"h":1,"t":26,"uu":"racial feats|xge","n":"Racial Feats"},{"id":19626,"c":24,"u":"religious%20service_xge","p":131,"s":6,"h":1,"t":26,"uu":"religious service|xge","n":"Religious Service"},{"id":19627,"c":24,"u":"religious%20service%20complications_xge","p":132,"s":6,"h":1,"t":26,"uu":"religious service complications|xge","n":"Religious Service Complications"},{"id":19628,"c":24,"u":"research%20complications_xge","p":132,"s":6,"h":1,"t":26,"uu":"research complications|xge","n":"Research Complications"},{"id":19629,"c":24,"u":"research%20outcomes_xge","p":132,"s":6,"h":1,"t":26,"uu":"research outcomes|xge","n":"Research Outcomes"},{"id":19630,"c":24,"u":"resources%3b%20spell%20scroll%20costs_xge","p":133,"s":6,"h":1,"t":26,"uu":"resources; spell scroll costs|xge","n":"Resources; Spell Scroll Costs"},{"id":19631,"c":24,"u":"scribe%20a%20scroll%20complications_xge","p":133,"s":6,"h":1,"t":26,"uu":"scribe a scroll complications|xge","n":"Scribe a Scroll Complications"},{"id":19632,"c":24,"u":"secondary%20tables%3b%20adventures_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; adventures|xge","n":"Secondary Tables; Adventures"},{"id":19633,"c":24,"u":"secondary%20tables%3b%20arcane%20matters_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; arcane matters|xge","n":"Secondary Tables; Arcane Matters"},{"id":19634,"c":24,"u":"secondary%20tables%3b%20boons_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; boons|xge","n":"Secondary Tables; Boons"},{"id":19635,"c":24,"u":"secondary%20tables%3b%20crime_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; crime|xge","n":"Secondary Tables; Crime"},{"id":19636,"c":24,"u":"secondary%20tables%3b%20punishment_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; punishment|xge","n":"Secondary Tables; Punishment"},{"id":19637,"c":24,"u":"secondary%20tables%3b%20supernatural%20events_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; supernatural events|xge","n":"Secondary Tables; Supernatural Events"},{"id":19638,"c":24,"u":"secondary%20tables%3b%20tragedies_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; tragedies|xge","n":"Secondary Tables; Tragedies"},{"id":19639,"c":24,"u":"secondary%20tables%3b%20war_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; war|xge","n":"Secondary Tables; War"},{"id":19640,"c":24,"u":"secondary%20tables%3b%20weird%20stuff_xge","p":70,"s":6,"h":1,"t":26,"uu":"secondary tables; weird stuff|xge","n":"Secondary Tables; Weird Stuff"},{"id":19641,"c":24,"u":"selling%20a%20magic%20item%3b%20magic%20item%20base%20prices_xge","p":133,"s":6,"h":1,"t":26,"uu":"selling a magic item; magic item base prices|xge","n":"Selling a Magic Item; Magic Item Base Prices"},{"id":19642,"c":24,"u":"selling%20a%20magic%20item%3b%20magic%20item%20offer_xge","p":133,"s":6,"h":1,"t":26,"uu":"selling a magic item; magic item offer|xge","n":"Selling a Magic Item; Magic Item Offer"},{"id":19643,"c":24,"u":"spell%20scrolls%20for%20sale_xge","s":6,"h":1,"t":26,"uu":"spell scrolls for sale|xge","n":"Spell Scrolls for Sale"},{"id":19644,"c":24,"u":"supplemental%20tables%3b%20absent%20parent_xge","p":63,"s":6,"h":1,"t":26,"uu":"supplemental tables; absent parent|xge","n":"Supplemental Tables; Absent Parent"},{"id":19645,"c":24,"u":"supplemental%20tables%3b%20alignment_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; alignment|xge","n":"Supplemental Tables; Alignment"},{"id":19646,"c":24,"u":"supplemental%20tables%3b%20cause%20of%20death_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; cause of death|xge","n":"Supplemental Tables; Cause of Death"},{"id":19647,"c":24,"u":"supplemental%20tables%3b%20childhood%20home_xge","p":63,"s":6,"h":1,"t":26,"uu":"supplemental tables; childhood home|xge","n":"Supplemental Tables; Childhood Home"},{"id":19648,"c":24,"u":"supplemental%20tables%3b%20childhood%20memories_xge","p":63,"s":6,"h":1,"t":26,"uu":"supplemental tables; childhood memories|xge","n":"Supplemental Tables; Childhood Memories"},{"id":19649,"c":24,"u":"supplemental%20tables%3b%20class_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; class|xge","n":"Supplemental Tables; Class"},{"id":19650,"c":24,"u":"supplemental%20tables%3b%20family_xge","p":63,"s":6,"h":1,"t":26,"uu":"supplemental tables; family|xge","n":"Supplemental Tables; Family"},{"id":19651,"c":24,"u":"supplemental%20tables%3b%20family%20lifestyle_xge","p":63,"s":6,"h":1,"t":26,"uu":"supplemental tables; family lifestyle|xge","n":"Supplemental Tables; Family Lifestyle"},{"id":19652,"c":24,"u":"supplemental%20tables%3b%20occupation_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; occupation|xge","n":"Supplemental Tables; Occupation"},{"id":19653,"c":24,"u":"supplemental%20tables%3b%20race_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; race|xge","n":"Supplemental Tables; Race"},{"id":19654,"c":24,"u":"supplemental%20tables%3b%20relationship_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; relationship|xge","n":"Supplemental Tables; Relationship"},{"id":19655,"c":24,"u":"supplemental%20tables%3b%20status_xge","p":72,"s":6,"h":1,"t":26,"uu":"supplemental tables; status|xge","n":"Supplemental Tables; Status"},{"id":19656,"c":24,"u":"swamp%20encounters%20(levels%2011%e2%80%9420)_xge","p":105,"s":6,"h":1,"t":26,"uu":"swamp encounters (levels 11—20)|xge","n":"Swamp Encounters (Levels 11—20)"},{"id":19657,"c":24,"u":"swamp%20encounters%20(levels%201%e2%80%944)_xge","p":105,"s":6,"h":1,"t":26,"uu":"swamp encounters (levels 1—4)|xge","n":"Swamp Encounters (Levels 1—4)"},{"id":19658,"c":24,"u":"swamp%20encounters%20(levels%205%e2%80%9410)_xge","p":105,"s":6,"h":1,"t":26,"uu":"swamp encounters (levels 5—10)|xge","n":"Swamp Encounters (Levels 5—10)"},{"id":19659,"c":24,"u":"tiefling%20names%20%e2%80%93%20female_xge","p":180,"s":6,"h":1,"t":26,"uu":"tiefling names – female|xge","n":"Tiefling Names – Female"},{"id":19660,"c":24,"u":"tiefling%20names%20%e2%80%93%20male_xge","p":180,"s":6,"h":1,"t":26,"uu":"tiefling names – male|xge","n":"Tiefling Names – Male"},{"id":19661,"c":24,"u":"tiefling%20names%20%e2%80%93%20virtue_xge","p":180,"s":6,"h":1,"t":26,"uu":"tiefling names – virtue|xge","n":"Tiefling Names – Virtue"},{"id":19662,"c":24,"u":"tiefling%20parents_xge","p":62,"s":6,"h":1,"t":26,"uu":"tiefling parents|xge","n":"Tiefling Parents"},{"id":19663,"c":24,"u":"training%20complications_xge","p":134,"s":6,"h":1,"t":26,"uu":"training complications|xge","n":"Training Complications"},{"id":19664,"c":24,"u":"underdark%20encounters%20(levels%2011%e2%80%9416)_xge","p":106,"s":6,"h":1,"t":26,"uu":"underdark encounters (levels 11—16)|xge","n":"Underdark Encounters (Levels 11—16)"},{"id":19665,"c":24,"u":"underdark%20encounters%20(levels%2017%e2%80%9420)_xge","p":106,"s":6,"h":1,"t":26,"uu":"underdark encounters (levels 17—20)|xge","n":"Underdark Encounters (Levels 17—20)"},{"id":19666,"c":24,"u":"underdark%20encounters%20(levels%201%e2%80%944)_xge","p":106,"s":6,"h":1,"t":26,"uu":"underdark encounters (levels 1—4)|xge","n":"Underdark Encounters (Levels 1—4)"},{"id":19667,"c":24,"u":"underdark%20encounters%20(levels%205%e2%80%9410)_xge","p":106,"s":6,"h":1,"t":26,"uu":"underdark encounters (levels 5—10)|xge","n":"Underdark Encounters (Levels 5—10)"},{"id":19668,"c":24,"u":"underwater%20encounters%20(levels%2011%e2%80%9420)_xge","p":109,"s":6,"h":1,"t":26,"uu":"underwater encounters (levels 11—20)|xge","n":"Underwater Encounters (Levels 11—20)"},{"id":19669,"c":24,"u":"underwater%20encounters%20(levels%201%e2%80%944)_xge","p":109,"s":6,"h":1,"t":26,"uu":"underwater encounters (levels 1—4)|xge","n":"Underwater Encounters (Levels 1—4)"},{"id":19670,"c":24,"u":"underwater%20encounters%20(levels%205%e2%80%9410)_xge","p":109,"s":6,"h":1,"t":26,"uu":"underwater encounters (levels 5—10)|xge","n":"Underwater Encounters (Levels 5—10)"},{"id":19671,"c":24,"u":"upper-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"t":26,"uu":"upper-class carousing complications|xge","n":"Upper-Class Carousing Complications"},{"id":19672,"c":24,"u":"urban%20encounters%20(levels%2011%e2%80%9416)_xge","p":110,"s":6,"h":1,"t":26,"uu":"urban encounters (levels 11—16)|xge","n":"Urban Encounters (Levels 11—16)"},{"id":19673,"c":24,"u":"urban%20encounters%20(levels%2017%e2%80%9420)_xge","p":110,"s":6,"h":1,"t":26,"uu":"urban encounters (levels 17—20)|xge","n":"Urban Encounters (Levels 17—20)"},{"id":19674,"c":24,"u":"urban%20encounters%20(levels%201%e2%80%944)_xge","p":110,"s":6,"h":1,"t":26,"uu":"urban encounters (levels 1—4)|xge","n":"Urban Encounters (Levels 1—4)"},{"id":19675,"c":24,"u":"urban%20encounters%20(levels%205%e2%80%9410)_xge","p":110,"s":6,"h":1,"t":26,"uu":"urban encounters (levels 5—10)|xge","n":"Urban Encounters (Levels 5—10)"},{"id":19676,"c":24,"u":"work%20complications_xge","p":134,"s":6,"h":1,"t":26,"uu":"work complications|xge","n":"Work Complications"},{"id":19677,"c":24,"u":"work%3b%20wages_xge","p":134,"s":6,"h":1,"t":26,"uu":"work; wages|xge","n":"Work; Wages"},{"id":19678,"c":24,"u":"experience%20points%20by%20challenge%20rating_xmm","p":8,"s":7,"h":1,"t":26,"uu":"experience points by challenge rating|xmm","n":"Experience Points by Challenge Rating"},{"id":19679,"c":24,"u":"monster%20conversions%3b%20stat%20block%20conversions_xmm","p":374,"s":7,"h":1,"t":26,"uu":"monster conversions; stat block conversions|xmm","n":"Monster Conversions; Stat Block Conversions"},{"id":19680,"c":24,"u":"monsters%20by%20habitat%3b%20any%20habitat%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; any habitat monsters|xmm","n":"Monsters by Habitat; Any Habitat Monsters"},{"id":19681,"c":24,"u":"monsters%20by%20habitat%3b%20arctic%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; arctic monsters|xmm","n":"Monsters by Habitat; Arctic Monsters"},{"id":19682,"c":24,"u":"monsters%20by%20habitat%3b%20coastal%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; coastal monsters|xmm","n":"Monsters by Habitat; Coastal Monsters"},{"id":19683,"c":24,"u":"monsters%20by%20habitat%3b%20desert%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; desert monsters|xmm","n":"Monsters by Habitat; Desert Monsters"},{"id":19684,"c":24,"u":"monsters%20by%20habitat%3b%20forest%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; forest monsters|xmm","n":"Monsters by Habitat; Forest Monsters"},{"id":19685,"c":24,"u":"monsters%20by%20habitat%3b%20grassland%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; grassland monsters|xmm","n":"Monsters by Habitat; Grassland Monsters"},{"id":19686,"c":24,"u":"monsters%20by%20habitat%3b%20hill%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; hill monsters|xmm","n":"Monsters by Habitat; Hill Monsters"},{"id":19687,"c":24,"u":"monsters%20by%20habitat%3b%20mountain%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; mountain monsters|xmm","n":"Monsters by Habitat; Mountain Monsters"},{"id":19688,"c":24,"u":"monsters%20by%20habitat%3b%20swamp%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; swamp monsters|xmm","n":"Monsters by Habitat; Swamp Monsters"},{"id":19689,"c":24,"u":"monsters%20by%20habitat%3b%20underdark%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; underdark monsters|xmm","n":"Monsters by Habitat; Underdark Monsters"},{"id":19690,"c":24,"u":"monsters%20by%20habitat%3b%20underwater%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; underwater monsters|xmm","n":"Monsters by Habitat; Underwater Monsters"},{"id":19691,"c":24,"u":"monsters%20by%20habitat%3b%20urban%20monsters_xmm","p":375,"s":7,"h":1,"t":26,"uu":"monsters by habitat; urban monsters|xmm","n":"Monsters by Habitat; Urban Monsters"},{"id":19692,"c":24,"u":"parts%20of%20a%20stat%20block%3b%20hit%20dice%20by%20size_xmm","p":6,"s":7,"h":1,"t":26,"uu":"parts of a stat block; hit dice by size|xmm","n":"Parts of a Stat Block; Hit Dice by Size"},{"id":19693,"c":24,"u":"proficiency%20bonus%20by%20challenge%20rating_xmm","p":8,"s":7,"h":1,"t":26,"uu":"proficiency bonus by challenge rating|xmm","n":"Proficiency Bonus by Challenge Rating"},{"id":19694,"c":24,"u":"ability%20modifier%3b%20ability%20check%20examples_xphb","p":10,"s":8,"h":1,"t":26,"uu":"ability modifier; ability check examples|xphb","n":"Ability Modifier; Ability Check Examples"},{"id":19695,"c":24,"u":"ability%20modifier%3b%20attack%20roll%20abilities_xphb","p":12,"s":8,"h":1,"t":26,"uu":"ability modifier; attack roll abilities|xphb","n":"Ability Modifier; Attack Roll Abilities"},{"id":19696,"c":24,"u":"ability%20modifier%3b%20saving%20throw%20examples_xphb","p":11,"s":8,"h":1,"t":26,"uu":"ability modifier; saving throw examples|xphb","n":"Ability Modifier; Saving Throw Examples"},{"id":19697,"c":24,"u":"ability%20modifiers_xphb","p":10,"s":8,"h":1,"t":26,"uu":"ability modifiers|xphb","n":"Ability Modifiers"},{"id":19698,"c":24,"u":"ability%20score%20point%20costs_xphb","p":38,"s":8,"h":1,"t":26,"uu":"ability score point costs|xphb","n":"Ability Score Point Costs"},{"id":19699,"c":24,"u":"ability%20scores_xphb","p":10,"s":8,"h":1,"t":26,"uu":"ability scores|xphb","n":"Ability Scores"},{"id":19700,"c":24,"u":"actions_xphb","p":15,"s":8,"h":1,"t":26,"uu":"actions|xphb","n":"Actions"},{"id":19701,"c":24,"u":"adjust%20hit%20points%20and%20hit%20point%20dice%3b%20fixed%20hit%20points%20by%20class_xphb","p":42,"s":8,"h":1,"t":26,"uu":"adjust hit points and hit point dice; fixed hit points by class|xphb","n":"Adjust Hit Points and Hit Point Dice; Fixed Hit Points by Class"},{"id":19702,"c":24,"u":"adventuring%20gear_xphb","p":222,"s":8,"h":1,"t":26,"uu":"adventuring gear|xphb","n":"Adventuring Gear"},{"id":19703,"c":24,"u":"alignment%20and%20personality%3b%20personality%20traits%20by%20alignment_xphb","p":40,"s":8,"h":1,"t":26,"uu":"alignment and personality; personality traits by alignment|xphb","n":"Alignment and Personality; Personality Traits by Alignment"},{"id":19704,"c":24,"u":"ammunition%20(varies)%3b%20ammunition_xphb","p":222,"s":8,"h":1,"t":26,"uu":"ammunition (varies); ammunition|xphb","n":"Ammunition (Varies); Ammunition"},{"id":19705,"c":24,"u":"arcane%20focus%20(varies)%3b%20arcane%20focuses_xphb","p":224,"s":8,"h":1,"t":26,"uu":"arcane focus (varies); arcane focuses|xphb","n":"Arcane Focus (Varies); Arcane Focuses"},{"id":19706,"c":24,"u":"armor_xphb","p":219,"s":8,"h":1,"t":26,"uu":"armor|xphb","n":"Armor"},{"id":19707,"c":24,"u":"assign%20ability%20scores%3b%20standard%20array%20by%20class_xphb","p":38,"s":8,"h":1,"t":26,"uu":"assign ability scores; standard array by class|xphb","n":"Assign Ability Scores; Standard Array by Class"},{"id":19708,"c":24,"u":"choose%20a%20background%3b%20ability%20scores%20and%20backgrounds_xphb","p":36,"s":8,"h":1,"t":26,"uu":"choose a background; ability scores and backgrounds|xphb","n":"Choose a Background; Ability Scores and Backgrounds"},{"id":19709,"c":24,"u":"choose%20a%20class%3b%20class%20overview_xphb","p":33,"s":8,"h":1,"t":26,"uu":"choose a class; class overview|xphb","n":"Choose a Class; Class Overview"},{"id":19710,"c":24,"u":"choose%20languages%3b%20rare%20languages_xphb","p":37,"s":8,"h":1,"t":26,"uu":"choose languages; rare languages|xphb","n":"Choose Languages; Rare Languages"},{"id":19711,"c":24,"u":"choose%20languages%3b%20standard%20languages_xphb","p":37,"s":8,"h":1,"t":26,"uu":"choose languages; standard languages|xphb","n":"Choose Languages; Standard Languages"},{"id":19712,"c":24,"u":"coins%3b%20coin%20values_xphb","p":213,"s":8,"h":1,"t":26,"uu":"coins; coin values|xphb","n":"Coins; Coin Values"},{"id":19713,"c":24,"u":"cover_xphb","p":25,"s":8,"h":1,"t":26,"uu":"cover|xphb","n":"Cover"},{"id":19714,"c":24,"u":"creature%20size%20and%20space_xphb","p":25,"s":8,"h":1,"t":26,"uu":"creature size and space|xphb","n":"Creature Size and Space"},{"id":19715,"c":24,"u":"describe%20appearance%20and%20personality%3b%20charisma_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; charisma|xphb","n":"Describe Appearance and Personality; Charisma"},{"id":19716,"c":24,"u":"describe%20appearance%20and%20personality%3b%20constitution_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; constitution|xphb","n":"Describe Appearance and Personality; Constitution"},{"id":19717,"c":24,"u":"describe%20appearance%20and%20personality%3b%20dexterity_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; dexterity|xphb","n":"Describe Appearance and Personality; Dexterity"},{"id":19718,"c":24,"u":"describe%20appearance%20and%20personality%3b%20intelligence_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; intelligence|xphb","n":"Describe Appearance and Personality; Intelligence"},{"id":19719,"c":24,"u":"describe%20appearance%20and%20personality%3b%20strength_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; strength|xphb","n":"Describe Appearance and Personality; Strength"},{"id":19720,"c":24,"u":"describe%20appearance%20and%20personality%3b%20wisdom_xphb","p":38,"s":8,"h":1,"t":26,"uu":"describe appearance and personality; wisdom|xphb","n":"Describe Appearance and Personality; Wisdom"},{"id":19721,"c":24,"u":"determine%20ability%20modifiers%3b%20ability%20scores%20and%20modifiers_xphb","p":38,"s":8,"h":1,"t":26,"uu":"determine ability modifiers; ability scores and modifiers|xphb","n":"Determine Ability Modifiers; Ability Scores and Modifiers"},{"id":19722,"c":24,"u":"druidic%20focus%20(varies)%3b%20druidic%20focuses_xphb","p":225,"s":8,"h":1,"t":26,"uu":"druidic focus (varies); druidic focuses|xphb","n":"Druidic Focus (Varies); Druidic Focuses"},{"id":19723,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_xphb","p":231,"s":8,"h":1,"t":26,"uu":"food, drink, and lodging|xphb","n":"Food, Drink, and Lodging"},{"id":19724,"c":24,"u":"glossary%20conventions_xphb","p":360,"s":8,"h":1,"t":26,"uu":"glossary conventions|xphb","n":"Glossary Conventions"},{"id":19725,"c":24,"u":"hirelings_xphb","p":232,"s":8,"h":1,"t":26,"uu":"hirelings|xphb","n":"Hirelings"},{"id":19726,"c":24,"u":"holy%20symbol%20(varies)%3b%20holy%20symbols_xphb","p":226,"s":8,"h":1,"t":26,"uu":"holy symbol (varies); holy symbols|xphb","n":"Holy Symbol (Varies); Holy Symbols"},{"id":19727,"c":24,"u":"large%20vehicles%3b%20airborne%20and%20waterborne%20vehicles_xphb","p":230,"s":8,"h":1,"t":26,"uu":"large vehicles; airborne and waterborne vehicles|xphb","n":"Large Vehicles; Airborne and Waterborne Vehicles"},{"id":19728,"c":24,"u":"level%201%20hit%20points%20by%20class_xphb","p":40,"s":8,"h":1,"t":26,"uu":"level 1 hit points by class|xphb","n":"Level 1 Hit Points by Class"},{"id":19729,"c":24,"u":"level%20advancement%3b%20character%20advancement_xphb","p":41,"s":8,"h":1,"t":26,"uu":"level advancement; character advancement|xphb","n":"Level Advancement; Character Advancement"},{"id":19730,"c":24,"u":"mounts%20and%20vehicles%3b%20mounts%20and%20other%20animals_xphb","p":229,"s":8,"h":1,"t":26,"uu":"mounts and vehicles; mounts and other animals|xphb","n":"Mounts and Vehicles; Mounts and Other Animals"},{"id":19731,"c":24,"u":"mounts%20and%20vehicles%3b%20tack%2c%20harness%2c%20and%20drawn%20vehicles_xphb","p":229,"s":8,"h":1,"t":26,"uu":"mounts and vehicles; tack, harness, and drawn vehicles|xphb","n":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles"},{"id":19732,"c":24,"u":"preparing%20spells%3b%20spell%20preparation%20by%20class_xphb","p":235,"s":8,"h":1,"t":26,"uu":"preparing spells; spell preparation by class|xphb","n":"Preparing Spells; Spell Preparation by Class"},{"id":19733,"c":24,"u":"proficiency%20bonus_xphb","p":13,"s":8,"h":1,"t":26,"uu":"proficiency bonus|xphb","n":"Proficiency Bonus"},{"id":19734,"c":24,"u":"repeatable%3b%20feat%20list_xphb","p":199,"s":8,"h":1,"t":26,"uu":"repeatable; feat list|xphb","n":"Repeatable; Feat List"},{"id":19735,"c":24,"u":"school%20of%20magic%3b%20schools%20of%20magic_xphb","p":236,"s":8,"h":1,"t":26,"uu":"school of magic; schools of magic|xphb","n":"School of Magic; Schools of Magic"},{"id":19736,"c":24,"u":"scribing%20spell%20scrolls%3b%20spell%20scroll%20costs_xphb","p":233,"s":8,"h":1,"t":26,"uu":"scribing spell scrolls; spell scroll costs|xphb","n":"Scribing Spell Scrolls; Spell Scroll Costs"},{"id":19737,"c":24,"u":"skill%20list%3b%20skills_xphb","p":14,"s":8,"h":1,"t":26,"uu":"skill list; skills|xphb","n":"Skill List; Skills"},{"id":19738,"c":24,"u":"spellcasting%20services_xphb","p":232,"s":8,"h":1,"t":26,"uu":"spellcasting services|xphb","n":"Spellcasting Services"},{"id":19739,"c":24,"u":"spellcasting%3b%20multiclass%20spellcaster%3a%20spell%20slots%20per%20spell%20level_xphb","p":44,"s":8,"h":1,"t":26,"uu":"spellcasting; multiclass spellcaster: spell slots per spell level|xphb","n":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level"},{"id":19740,"c":24,"u":"starting%20equipment%20at%20higher%20levels_xphb","p":43,"s":8,"h":1,"t":26,"uu":"starting equipment at higher levels|xphb","n":"Starting Equipment at Higher Levels"},{"id":19741,"c":24,"u":"the%20outer%20planes%3b%20outer%20planes_xphb","p":344,"s":8,"h":1,"t":26,"uu":"the outer planes; outer planes|xphb","n":"The Outer Planes; Outer Planes"},{"id":19742,"c":24,"u":"the%20six%20abilities%3b%20ability%20descriptions_xphb","p":10,"s":8,"h":1,"t":26,"uu":"the six abilities; ability descriptions|xphb","n":"The Six Abilities; Ability Descriptions"},{"id":19743,"c":24,"u":"travel_xphb","p":231,"s":8,"h":1,"t":26,"uu":"travel|xphb","n":"Travel"},{"id":19744,"c":24,"u":"travel%20pace_xphb","p":20,"s":8,"h":1,"t":26,"uu":"travel pace|xphb","n":"Travel Pace"},{"id":19745,"c":24,"u":"typical%20difficulty%20classes_xphb","p":11,"s":8,"h":1,"t":26,"uu":"typical difficulty classes|xphb","n":"Typical Difficulty Classes"},{"id":19746,"c":24,"u":"weapons_xphb","p":213,"s":8,"h":1,"t":26,"uu":"weapons|xphb","n":"Weapons"},{"id":19747,"c":24,"u":"wild%20magic%20surge_xphb","p":149,"s":8,"h":1,"t":26,"uu":"wild magic surge|xphb","n":"Wild Magic Surge"},{"id":19748,"c":24,"u":"tables%3b%20actions_xscreen","s":121,"h":1,"t":26,"uu":"tables; actions|xscreen","n":"Tables; Actions"},{"id":19749,"c":24,"u":"tables%3b%20audible%20distance_xscreen","s":121,"h":1,"t":26,"uu":"tables; audible distance|xscreen","n":"Tables; Audible Distance"},{"id":19750,"c":24,"u":"tables%3b%20cover_xscreen","s":121,"h":1,"t":26,"uu":"tables; cover|xscreen","n":"Tables; Cover"},{"id":19751,"c":24,"u":"tables%3b%20damage%20severity%20and%20level_xscreen","s":121,"h":1,"t":26,"uu":"tables; damage severity and level|xscreen","n":"Tables; Damage Severity and Level"},{"id":19752,"c":24,"u":"tables%3b%20food%2c%20drink%2c%20and%20lodging_xscreen","s":121,"h":1,"t":26,"uu":"tables; food, drink, and lodging|xscreen","n":"Tables; Food, Drink, and Lodging"},{"id":19753,"c":24,"u":"tables%3b%20improvising%20damage_xscreen","s":121,"h":1,"t":26,"uu":"tables; improvising damage|xscreen","n":"Tables; Improvising Damage"},{"id":19754,"c":24,"u":"tables%3b%20light%20sources_xscreen","s":121,"h":1,"t":26,"uu":"tables; light sources|xscreen","n":"Tables; Light Sources"},{"id":19755,"c":24,"u":"tables%3b%20object%20armor%20class_xscreen","s":121,"h":1,"t":26,"uu":"tables; object armor class|xscreen","n":"Tables; Object Armor Class"},{"id":19756,"c":24,"u":"tables%3b%20object%20hit%20points_xscreen","s":121,"h":1,"t":26,"uu":"tables; object hit points|xscreen","n":"Tables; Object Hit Points"},{"id":19757,"c":24,"u":"tables%3b%20obscured%20areas_xscreen","s":121,"h":1,"t":26,"uu":"tables; obscured areas|xscreen","n":"Tables; Obscured Areas"},{"id":19758,"c":24,"u":"tables%3b%20skills_xscreen","s":121,"h":1,"t":26,"uu":"tables; skills|xscreen","n":"Tables; Skills"},{"id":19759,"c":24,"u":"tables%3b%20travel%20pace_xscreen","s":121,"h":1,"t":26,"uu":"tables; travel pace|xscreen","n":"Tables; Travel Pace"},{"id":19760,"c":24,"u":"tables%3b%20travel%20terrain_xscreen","s":121,"h":1,"t":26,"uu":"tables; travel terrain|xscreen","n":"Tables; Travel Terrain"},{"id":19761,"c":24,"u":"tables%3b%20typical%20difficulty%20classes_xscreen","s":121,"h":1,"t":26,"uu":"tables; typical difficulty classes|xscreen","n":"Tables; Typical Difficulty Classes"},{"id":19762,"c":24,"u":"tables%3b%20visibility%20outdoors_xscreen","s":121,"h":1,"t":26,"uu":"tables; visibility outdoors|xscreen","n":"Tables; Visibility Outdoors"},{"id":19763,"c":24,"u":"archdevil%20lair%20action%20list%3b%20summoned%20underlings_coa","p":214,"s":9,"h":1,"t":26,"uu":"archdevil lair action list; summoned underlings|coa","n":"Archdevil Lair Action List; Summoned Underlings"},{"id":19764,"c":24,"u":"aboleth%20bowl%20(area%20u15)%3b%20magic%20items%20at%20the%20aboleth%20bowl_mabjov","p":26,"s":11,"h":1,"t":26,"uu":"aboleth bowl (area u15); magic items at the aboleth bowl|mabjov","n":"Aboleth Bowl (Area U15); Magic Items at the Aboleth Bowl"},{"id":19765,"c":24,"u":"adventurer's%20guild%20arcane%20secrets_mabjov","p":35,"s":11,"h":1,"t":26,"uu":"adventurer's guild arcane secrets|mabjov","n":"Adventurer's Guild Arcane Secrets"},{"id":19766,"c":24,"u":"campaign%20villains%3b%20random%20campaign%20villain_mabjov","p":6,"s":11,"h":1,"t":26,"uu":"campaign villains; random campaign villain|mabjov","n":"Campaign Villains; Random Campaign Villain"},{"id":19767,"c":24,"u":"campaign%20villains%3b%20random%20group%20patron_mabjov","p":6,"s":11,"h":1,"t":26,"uu":"campaign villains; random group patron|mabjov","n":"Campaign Villains; Random Group Patron"},{"id":19768,"c":24,"u":"campaign%20villains%3b%20random%20hometown_mabjov","p":6,"s":11,"h":1,"t":26,"uu":"campaign villains; random hometown|mabjov","n":"Campaign Villains; Random Hometown"},{"id":19769,"c":24,"u":"collect%20memories%3b%20devotion%20tokens_mabjov","p":79,"s":11,"h":1,"t":26,"uu":"collect memories; devotion tokens|mabjov","n":"Collect Memories; Devotion Tokens"},{"id":19770,"c":24,"u":"dragon%20eggs%20from%20suldil_mabjov","p":64,"s":11,"h":1,"t":26,"uu":"dragon eggs from suldil|mabjov","n":"Dragon Eggs from Suldil"},{"id":19771,"c":24,"u":"emerald%20enclave%20secret%20trails_mabjov","p":47,"s":11,"h":1,"t":26,"uu":"emerald enclave secret trails|mabjov","n":"Emerald Enclave Secret Trails"},{"id":19772,"c":24,"u":"flaming%20fist%20land%20grants_mabjov","p":53,"s":11,"h":1,"t":26,"uu":"flaming fist land grants|mabjov","n":"Flaming Fist Land Grants"},{"id":19773,"c":24,"u":"flaming%20fist%20ranks_mabjov","p":52,"s":11,"h":1,"t":26,"uu":"flaming fist ranks|mabjov","n":"Flaming Fist Ranks"},{"id":19774,"c":24,"u":"flaming%20fist%20salaries_mabjov","p":53,"s":11,"h":1,"t":26,"uu":"flaming fist salaries|mabjov","n":"Flaming Fist Salaries"},{"id":19775,"c":24,"u":"heist%20targets%3b%20heist%20details_mabjov","p":85,"s":11,"h":1,"t":26,"uu":"heist targets; heist details|mabjov","n":"Heist Targets; Heist Details"},{"id":19776,"c":24,"u":"henchmen%20rates%20and%20risk-taking%20dcs_mabjov","p":29,"s":11,"h":1,"t":26,"uu":"henchmen rates and risk-taking dcs|mabjov","n":"Henchmen Rates and Risk-taking DCs"},{"id":19777,"c":24,"u":"high%20house%20of%20wonders%20(area%20b11)%3b%20magic%20items%20at%20the%20high%20house%20of%20wonders_mabjov","p":19,"s":11,"h":1,"t":26,"uu":"high house of wonders (area b11); magic items at the high house of wonders|mabjov","n":"High House of Wonders (Area B11); Magic Items at the High House of Wonders"},{"id":19778,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20magic%20items%20at%20the%20house%20of%20the%20horn_mabjov","p":23,"s":11,"h":1,"t":26,"uu":"house of the horn (area s4); magic items at the house of the horn|mabjov","n":"House of the Horn (Area S4); Magic Items at the House of the Horn"},{"id":19779,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20random%20curses_mabjov","p":23,"s":11,"h":1,"t":26,"uu":"house of the horn (area s4); random curses|mabjov","n":"House of the Horn (Area S4); Random Curses"},{"id":19780,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20random%20magic%20items%20at%20the%20house%20of%20the%20horn_mabjov","p":23,"s":11,"h":1,"t":26,"uu":"house of the horn (area s4); random magic items at the house of the horn|mabjov","n":"House of the Horn (Area S4); Random Magic Items at the House of the Horn"},{"id":19781,"c":24,"u":"icarus%20quests%3b%20random%20quests%20from%20the%20order%20of%20irenicus_mabjov","p":70,"s":11,"h":1,"t":26,"uu":"icarus quests; random quests from the order of irenicus|mabjov","n":"Icarus Quests; Random Quests from the Order of Irenicus"},{"id":19782,"c":24,"u":"items%20aquired%20via%20harper%20fences_mabjov","p":59,"s":11,"h":1,"t":26,"uu":"items aquired via harper fences|mabjov","n":"Items Aquired via Harper Fences"},{"id":19783,"c":24,"u":"magic%20item%20transmutation%3b%20item%20transmutation%20components%20and%20costs_mabjov","p":71,"s":11,"h":1,"t":26,"uu":"magic item transmutation; item transmutation components and costs|mabjov","n":"Magic Item Transmutation; Item Transmutation Components and Costs"},{"id":19784,"c":24,"u":"magic%20items%20at%20sorcerous%20sundries_mabjov","p":19,"s":11,"h":1,"t":26,"uu":"magic items at sorcerous sundries|mabjov","n":"Magic Items at Sorcerous Sundries"},{"id":19785,"c":24,"u":"magical%20scrolls%20and%20books%3b%20scrolls%20and%20books_mabjov","p":70,"s":11,"h":1,"t":26,"uu":"magical scrolls and books; scrolls and books|mabjov","n":"Magical Scrolls and Books; Scrolls and Books"},{"id":19786,"c":24,"u":"random%20encounters%20in%20athkatla_mabjov","p":12,"s":11,"h":1,"t":26,"uu":"random encounters in athkatla|mabjov","n":"Random Encounters in Athkatla"},{"id":19787,"c":24,"u":"random%20encounters%20in%20baldur's%20gate_mabjov","p":18,"s":11,"h":1,"t":26,"uu":"random encounters in baldur's gate|mabjov","n":"Random Encounters in Baldur's Gate"},{"id":19788,"c":24,"u":"random%20encounters%20in%20suldanessellar_mabjov","p":21,"s":11,"h":1,"t":26,"uu":"random encounters in suldanessellar|mabjov","n":"Random Encounters in Suldanessellar"},{"id":19789,"c":24,"u":"random%20encounters%20in%20ust%20natha_mabjov","p":25,"s":11,"h":1,"t":26,"uu":"random encounters in ust natha|mabjov","n":"Random encounters in Ust Natha"},{"id":19790,"c":24,"u":"random%20quests%20from%20candlekeep_mabjov","p":34,"s":11,"h":1,"t":26,"uu":"random quests from candlekeep|mabjov","n":"Random Quests From Candlekeep"},{"id":19791,"c":24,"u":"random%20quests%20from%20the%20adventurer's%20guild_mabjov","p":28,"s":11,"h":1,"t":26,"uu":"random quests from the adventurer's guild|mabjov","n":"Random Quests From the Adventurer's Guild"},{"id":19792,"c":24,"u":"random%20quests%20from%20the%20church%20of%20sune_mabjov","p":41,"s":11,"h":1,"t":26,"uu":"random quests from the church of sune|mabjov","n":"Random Quests from The Church of Sune"},{"id":19793,"c":24,"u":"random%20quests%20from%20the%20emerald%20enclave_mabjov","p":46,"s":11,"h":1,"t":26,"uu":"random quests from the emerald enclave|mabjov","n":"Random Quests from the Emerald Enclave"},{"id":19794,"c":24,"u":"random%20quests%20from%20the%20flaming%20fist_mabjov","p":52,"s":11,"h":1,"t":26,"uu":"random quests from the flaming fist|mabjov","n":"Random Quests from The Flaming Fist"},{"id":19795,"c":24,"u":"random%20quests%20from%20the%20harpers_mabjov","p":58,"s":11,"h":1,"t":26,"uu":"random quests from the harpers|mabjov","n":"Random Quests from the Harpers"},{"id":19796,"c":24,"u":"random%20quests%20from%20the%20knights%20of%20bahamut_mabjov","p":64,"s":11,"h":1,"t":26,"uu":"random quests from the knights of bahamut|mabjov","n":"Random Quests from the Knights of Bahamut"},{"id":19797,"c":24,"u":"random%20quests%20from%20the%20raven%20circle_mabjov","p":78,"s":11,"h":1,"t":26,"uu":"random quests from the raven circle|mabjov","n":"Random Quests from the Raven Circle"},{"id":19798,"c":24,"u":"random%20quests%20from%20the%20shadow%20thieves_mabjov","p":84,"s":11,"h":1,"t":26,"uu":"random quests from the shadow thieves|mabjov","n":"Random Quests from the Shadow Thieves"},{"id":19799,"c":24,"u":"religious%20relics%20from%20the%20church%20of%20sune_mabjov","p":41,"s":11,"h":1,"t":26,"uu":"religious relics from the church of sune|mabjov","n":"Religious Relics from the Church of Sune"},{"id":19800,"c":24,"u":"religious%20relics%3b%20required%20religious%20service_mabjov","p":41,"s":11,"h":1,"t":26,"uu":"religious relics; required religious service|mabjov","n":"Religious Relics; Required Religious Service"},{"id":19801,"c":24,"u":"rilsa%20rael%2c%20fence%20(area%20b21)%3b%20rilsa%20rael's%20wares_mabjov","p":19,"s":11,"h":1,"t":26,"uu":"rilsa rael, fence (area b21); rilsa rael's wares|mabjov","n":"Rilsa Rael, Fence (Area B21); Rilsa Rael's Wares"},{"id":19802,"c":24,"u":"sentient%20weapon%20powers_mabjov","p":79,"s":11,"h":1,"t":26,"uu":"sentient weapon powers|mabjov","n":"Sentient Weapon Powers"},{"id":19803,"c":24,"u":"shop%20of%20the%20bizarre%20(area%20a17)%3b%20shop%20of%20the%20bizarre%20finds_mabjov","p":13,"s":11,"h":1,"t":26,"uu":"shop of the bizarre (area a17); shop of the bizarre finds|mabjov","n":"Shop of the Bizarre (Area A17); Shop of the Bizarre Finds"},{"id":19804,"c":24,"u":"trade%20center%20(area%20u13)%3b%20common%20items%20at%20the%20trade%20center_mabjov","p":25,"s":11,"h":1,"t":26,"uu":"trade center (area u13); common items at the trade center|mabjov","n":"Trade Center (Area U13); Common Items at the Trade Center"},{"id":19805,"c":24,"u":"trade%20center%20(area%20u13)%3b%20random%20rare%20magic%20items%20at%20the%20trade%20center_mabjov","p":25,"s":11,"h":1,"t":26,"uu":"trade center (area u13); random rare magic items at the trade center|mabjov","n":"Trade Center (Area U13); Random Rare Magic Items at the Trade Center"},{"id":19806,"c":24,"u":"waukeen's%20promenade%20(area%20a3)%3b%20random%20magical%20item%20at%20waukeen's%20promenade_mabjov","p":13,"s":11,"h":1,"t":26,"uu":"waukeen's promenade (area a3); random magical item at waukeen's promenade|mabjov","n":"Waukeen's Promenade (Area A3); Random Magical Item at Waukeen's Promenade"},{"id":19807,"c":24,"u":"weapons%20of%20the%20raven%20queen%3b%20raven%20queen%20sentient%20weapon%20bonuses_mabjov","p":79,"s":11,"h":1,"t":26,"uu":"weapons of the raven queen; raven queen sentient weapon bonuses|mabjov","n":"Weapons of the Raven Queen; Raven Queen Sentient Weapon Bonuses"},{"id":19808,"c":24,"u":"air%20envelopes%20of%20creatures_aag","p":17,"s":102,"h":1,"t":26,"uu":"air envelopes of creatures|aag","n":"Air Envelopes of Creatures"},{"id":19809,"c":24,"u":"astral%20campaigns%3b%20first%20adventure_aag","p":4,"s":102,"h":1,"t":26,"uu":"astral campaigns; first adventure|aag","n":"Astral Campaigns; First Adventure"},{"id":19810,"c":24,"u":"astral%20fishing%3b%20fishing_aag","p":21,"s":102,"h":1,"t":26,"uu":"astral fishing; fishing|aag","n":"Astral Fishing; Fishing"},{"id":19811,"c":24,"u":"ship%20cargo%3b%20cheap%20cargo_aag","s":102,"h":1,"t":26,"uu":"ship cargo; cheap cargo|aag","n":"Ship Cargo; Cheap Cargo"},{"id":19812,"c":24,"u":"ship%20cargo%3b%20expensive%20cargo_aag","s":102,"h":1,"t":26,"uu":"ship cargo; expensive cargo|aag","n":"Ship Cargo; Expensive Cargo"},{"id":19813,"c":24,"u":"ship%20quirks_aag","s":102,"h":1,"t":26,"uu":"ship quirks|aag","n":"Ship Quirks"},{"id":19814,"c":24,"u":"shipboard%20tasks_aag","s":102,"h":1,"t":26,"uu":"shipboard tasks|aag","n":"Shipboard Tasks"},{"id":19815,"c":24,"u":"spells_aag","p":22,"s":102,"h":1,"t":26,"uu":"spells|aag","n":"Spells"},{"id":19816,"c":24,"u":"temple%20district%3b%20helpful%20spells_aag","p":61,"s":102,"h":1,"t":26,"uu":"temple district; helpful spells|aag","n":"Temple District; Helpful Spells"},{"id":19817,"c":24,"u":"alchemist's%20insight%3b%20where%20you%20first%20dabbled%20in%20alchemy_ai","p":29,"s":15,"h":1,"t":26,"uu":"alchemist's insight; where you first dabbled in alchemy|ai","n":"Alchemist's Insight; Where You First Dabbled in Alchemy"},{"id":19818,"c":24,"u":"animals%20are%20everywhere%3b%20urban%20beast%20friends_ai","p":64,"s":15,"h":1,"t":26,"uu":"animals are everywhere; urban beast friends|ai","n":"Animals are Everywhere; Urban Beast Friends"},{"id":19819,"c":24,"u":"ascetic%20business%20practices%3b%20commercial%20monasteries_ai","p":62,"s":15,"h":1,"t":26,"uu":"ascetic business practices; commercial monasteries|ai","n":"Ascetic Business Practices; Commercial Monasteries"},{"id":19820,"c":24,"u":"barbarian%20style_ai","p":53,"s":15,"h":1,"t":26,"uu":"barbarian style|ai","n":"Barbarian Style"},{"id":19821,"c":24,"u":"baseline%20costs_ai","p":17,"s":15,"h":1,"t":26,"uu":"baseline costs|ai","n":"Baseline Costs"},{"id":19822,"c":24,"u":"by%20the%20book%3b%20ancient%20tomes_ai","p":61,"s":15,"h":1,"t":26,"uu":"by the book; ancient tomes|ai","n":"By the Book; Ancient Tomes"},{"id":19823,"c":24,"u":"class-based%20living%20loot%20satchel_ai","p":25,"s":15,"h":1,"t":26,"uu":"class-based living loot satchel|ai","n":"Class-Based Living Loot Satchel"},{"id":19824,"c":24,"u":"clerical%20routine%3b%20meditative%20rituals_ai","p":56,"s":15,"h":1,"t":26,"uu":"clerical routine; meditative rituals|ai","n":"Clerical Routine; Meditative Rituals"},{"id":19825,"c":24,"u":"coin%20of%20decisionry_ai","p":22,"s":15,"h":1,"t":26,"uu":"coin of decisionry|ai","n":"Coin of Decisionry"},{"id":19826,"c":24,"u":"cutting%20wit%20and%20wicked%20barbs%3b%20insults%20to%20die%20for_ai","p":55,"s":15,"h":1,"t":26,"uu":"cutting wit and wicked barbs; insults to die for|ai","n":"Cutting Wit and Wicked Barbs; Insults to Die For"},{"id":19827,"c":24,"u":"decisionist%3b%20the%20decisonist_ai","p":21,"s":15,"h":1,"t":26,"uu":"decisionist; the decisonist|ai","n":"Decisionist; The Decisonist"},{"id":19828,"c":24,"u":"divine%20deals%3b%20relics%20of%20faith_ai","p":56,"s":15,"h":1,"t":26,"uu":"divine deals; relics of faith|ai","n":"Divine Deals; Relics of Faith"},{"id":19829,"c":24,"u":"documancer%3b%20favorite%20methods%20to%20destroy%20documents_ai","p":23,"s":15,"h":1,"t":26,"uu":"documancer; favorite methods to destroy documents|ai","n":"Documancer; Favorite Methods to Destroy Documents"},{"id":19830,"c":24,"u":"eldritch%20affectations%3b%20otherworldly%20quirks_ai","p":69,"s":15,"h":1,"t":26,"uu":"eldritch affectations; otherworldly quirks|ai","n":"Eldritch Affectations; Otherworldly Quirks"},{"id":19831,"c":24,"u":"fast%20franchise%20generator%3b%20franchise%20logos%20or%20livery_ai","p":7,"s":15,"h":1,"t":26,"uu":"fast franchise generator; franchise logos or livery|ai","n":"Fast Franchise Generator; Franchise Logos or Livery"},{"id":19832,"c":24,"u":"fast%20franchise%20generator%3b%20headquarters%20locations_ai","p":7,"s":15,"h":1,"t":26,"uu":"fast franchise generator; headquarters locations|ai","n":"Fast Franchise Generator; Headquarters Locations"},{"id":19833,"c":24,"u":"fast%20franchise%20generator%3b%20headquarters%20quirks_ai","p":7,"s":15,"h":1,"t":26,"uu":"fast franchise generator; headquarters quirks|ai","n":"Fast Franchise Generator; Headquarters Quirks"},{"id":19834,"c":24,"u":"fast%20franchise%20generator%3b%20memorable%20majordomos_ai","p":7,"s":15,"h":1,"t":26,"uu":"fast franchise generator; memorable majordomos|ai","n":"Fast Franchise Generator; Memorable Majordomos"},{"id":19835,"c":24,"u":"fast%20franchise%20generator%3b%20reliable%20connections_ai","p":7,"s":15,"h":1,"t":26,"uu":"fast franchise generator; reliable connections|ai","n":"Fast Franchise Generator; Reliable Connections"},{"id":19836,"c":24,"u":"fixer%20of%20problems%3b%20legendary%20catchphrases_ai","p":63,"s":15,"h":1,"t":26,"uu":"fixer of problems; legendary catchphrases|ai","n":"Fixer of Problems; Legendary Catchphrases"},{"id":19837,"c":24,"u":"focusing%20with%20flair%3b%20unusual%20arcane%20focuses_ai","p":67,"s":15,"h":1,"t":26,"uu":"focusing with flair; unusual arcane focuses|ai","n":"Focusing with Flair; Unusual Arcane Focuses"},{"id":19838,"c":24,"u":"franchise%20advancement_ai","p":10,"s":15,"h":1,"t":26,"uu":"franchise advancement|ai","n":"Franchise Advancement"},{"id":19839,"c":24,"u":"keeping%20them%20guessing%3b%20martial%20tricks_ai","p":59,"s":15,"h":1,"t":26,"uu":"keeping them guessing; martial tricks|ai","n":"Keeping them Guessing; Martial Tricks"},{"id":19840,"c":24,"u":"learning%20from%20the%20best%3b%20arcane%20masters_ai","p":71,"s":15,"h":1,"t":26,"uu":"learning from the best; arcane masters|ai","n":"Learning from the Best; Arcane Masters"},{"id":19841,"c":24,"u":"map%20of%20the%20moment%3b%20possible%20map%20mission%20landmarks_ai","p":20,"s":15,"h":1,"t":26,"uu":"map of the moment; possible map mission landmarks|ai","n":"Map of the Moment; Possible Map Mission Landmarks"},{"id":19842,"c":24,"u":"marketing%20is%20everything%3b%20cool%20mottos_ai","p":69,"s":15,"h":1,"t":26,"uu":"marketing is everything; cool mottos|ai","n":"Marketing Is Everything; Cool Mottos"},{"id":19843,"c":24,"u":"nature%20in%20unlikely%20places%3b%20urban%20sanctuaries_ai","p":58,"s":15,"h":1,"t":26,"uu":"nature in unlikely places; urban sanctuaries|ai","n":"Nature in Unlikely Places; Urban Sanctuaries"},{"id":19844,"c":24,"u":"nightmare%20magic%3b%20lingering%20nightmares_ai","p":70,"s":15,"h":1,"t":26,"uu":"nightmare magic; lingering nightmares|ai","n":"Nightmare Magic; Lingering Nightmares"},{"id":19845,"c":24,"u":"no%20weapons%20allowed%3b%20disguised%20weapons_ai","p":64,"s":15,"h":1,"t":26,"uu":"no weapons allowed; disguised weapons|ai","n":"No Weapons Allowed; Disguised Weapons"},{"id":19846,"c":24,"u":"old%20business%20ties%3b%20former%20guilds_ai","p":66,"s":15,"h":1,"t":26,"uu":"old business ties; former guilds|ai","n":"Old Business Ties; Former Guilds"},{"id":19847,"c":24,"u":"path%20of%20the%20ancestral%20guardian_ai","p":54,"s":15,"h":1,"t":26,"uu":"path of the ancestral guardian|ai","n":"Path of the Ancestral Guardian"},{"id":19848,"c":24,"u":"path%20of%20the%20totem%20warrior_ai","p":54,"s":15,"h":1,"t":26,"uu":"path of the totem warrior|ai","n":"Path of the Totem Warrior"},{"id":19849,"c":24,"u":"personal%20magic%3b%20residual%20magic_ai","p":68,"s":15,"h":1,"t":26,"uu":"personal magic; residual magic|ai","n":"Personal Magic; Residual Magic"},{"id":19850,"c":24,"u":"places%20to%20go%3b%20points%20of%20interest_ai","p":65,"s":15,"h":1,"t":26,"uu":"places to go; points of interest|ai","n":"Places to Go; Points of Interest"},{"id":19851,"c":24,"u":"proficiencies%20and%20starting%20equipment%3b%20coin%20of%20decisionry%20%22tails%22%20image_ai","p":22,"s":15,"h":1,"t":26,"uu":"proficiencies and starting equipment; coin of decisionry \"tails\" image|ai","n":"Proficiencies and Starting Equipment; Coin of Decisionry \"Tails\" Image"},{"id":19852,"c":24,"u":"quirks%20of%20your%20sending%20stone_ai","p":33,"s":15,"h":1,"t":26,"uu":"quirks of your sending stone|ai","n":"Quirks of Your Sending Stone"},{"id":19853,"c":24,"u":"running%20wild%3b%20distinguishing%20features%20of%20wild%20shape_ai","p":58,"s":15,"h":1,"t":26,"uu":"running wild; distinguishing features of wild shape|ai","n":"Running Wild; Distinguishing Features of Wild Shape"},{"id":19854,"c":24,"u":"sending%20a%20clear%20message%3b%20signature%20items_ai","p":53,"s":15,"h":1,"t":26,"uu":"sending a clear message; signature items|ai","n":"Sending a Clear Message; Signature Items"},{"id":19855,"c":24,"u":"sign%20of%20success%3b%20favorite%20trophies_ai","p":65,"s":15,"h":1,"t":26,"uu":"sign of success; favorite trophies|ai","n":"Sign of Success; Favorite Trophies"},{"id":19856,"c":24,"u":"stances%20for%20success%3b%20subtle%20stances_ai","p":61,"s":15,"h":1,"t":26,"uu":"stances for success; subtle stances|ai","n":"Stances for Success; Subtle Stances"},{"id":19857,"c":24,"u":"steward%20of%20nature%3b%20creatures%20to%20care%20for_ai","p":58,"s":15,"h":1,"t":26,"uu":"steward of nature; creatures to care for|ai","n":"Steward of Nature; Creatures to Care For"},{"id":19858,"c":24,"u":"the%20cartographer_ai","p":19,"s":15,"h":1,"t":26,"uu":"the cartographer|ai","n":"The Cartographer"},{"id":19859,"c":24,"u":"the%20documancer_ai","p":23,"s":15,"h":1,"t":26,"uu":"the documancer|ai","n":"The Documancer"},{"id":19860,"c":24,"u":"the%20hoardsperson_ai","p":24,"s":15,"h":1,"t":26,"uu":"the hoardsperson|ai","n":"The Hoardsperson"},{"id":19861,"c":24,"u":"the%20loremonger_ai","p":26,"s":15,"h":1,"t":26,"uu":"the loremonger|ai","n":"The Loremonger"},{"id":19862,"c":24,"u":"the%20obviator_ai","p":28,"s":15,"h":1,"t":26,"uu":"the obviator|ai","n":"The Obviator"},{"id":19863,"c":24,"u":"the%20occultant_ai","p":30,"s":15,"h":1,"t":26,"uu":"the occultant|ai","n":"The Occultant"},{"id":19864,"c":24,"u":"the%20secretarian_ai","p":32,"s":15,"h":1,"t":26,"uu":"the secretarian|ai","n":"The Secretarian"},{"id":19865,"c":24,"u":"the%20ways%20of%20faith%3b%20relationship%20with%20your%20deity_ai","p":56,"s":15,"h":1,"t":26,"uu":"the ways of faith; relationship with your deity|ai","n":"The Ways of Faith; Relationship with Your Deity"},{"id":19866,"c":24,"u":"the%20wrong%20kind%20of%20people%3b%20notable%20enemies_ai","p":55,"s":15,"h":1,"t":26,"uu":"the wrong kind of people; notable enemies|ai","n":"The Wrong Kind of People; Notable Enemies"},{"id":19867,"c":24,"u":"things%20best%20left%20unsaid%3b%20terrible%20secrets_ai","p":63,"s":15,"h":1,"t":26,"uu":"things best left unsaid; terrible secrets|ai","n":"Things Best Left Unsaid; Terrible Secrets"},{"id":19868,"c":24,"u":"things%20recorded%20in%20your%20whisper%20jar_ai","p":27,"s":15,"h":1,"t":26,"uu":"things recorded in your whisper jar|ai","n":"Things Recorded in Your Whisper Jar"},{"id":19869,"c":24,"u":"victory%20is%20yours%3b%20victory%20celebration_ai","p":60,"s":15,"h":1,"t":26,"uu":"victory is yours; victory celebration|ai","n":"Victory Is Yours; Victory Celebration"},{"id":19870,"c":24,"u":"ways%20to%20read%20the%20kill_ai","p":31,"s":15,"h":1,"t":26,"uu":"ways to read the kill|ai","n":"Ways to Read the Kill"},{"id":19871,"c":24,"u":"why%20be%20a%20cartographer%3f_ai","p":20,"s":15,"h":1,"t":26,"uu":"why be a cartographer?|ai","n":"Why Be a Cartographer?"},{"id":19872,"c":24,"u":"why%20be%20a%20decisionist%3f_ai","p":22,"s":15,"h":1,"t":26,"uu":"why be a decisionist?|ai","n":"Why Be a Decisionist?"},{"id":19873,"c":24,"u":"why%20be%20a%20documancer%3f_ai","p":24,"s":15,"h":1,"t":26,"uu":"why be a documancer?|ai","n":"Why Be a Documancer?"},{"id":19874,"c":24,"u":"why%20be%20a%20hoardsperson%3f_ai","p":26,"s":15,"h":1,"t":26,"uu":"why be a hoardsperson?|ai","n":"Why Be a Hoardsperson?"},{"id":19875,"c":24,"u":"why%20be%20a%20loremonger%3f_ai","p":28,"s":15,"h":1,"t":26,"uu":"why be a loremonger?|ai","n":"Why Be a Loremonger?"},{"id":19876,"c":24,"u":"why%20be%20a%20secretarian%3f_ai","p":34,"s":15,"h":1,"t":26,"uu":"why be a secretarian?|ai","n":"Why Be a Secretarian?"},{"id":19877,"c":24,"u":"why%20be%20an%20obviator%3f_ai","p":30,"s":15,"h":1,"t":26,"uu":"why be an obviator?|ai","n":"Why Be an Obviator?"},{"id":19878,"c":24,"u":"why%20be%20an%20occultant%3f_ai","p":32,"s":15,"h":1,"t":26,"uu":"why be an occultant?|ai","n":"Why Be an Occultant?"},{"id":19879,"c":24,"u":"wielding%20the%20best%3b%20signature%20equipment_ai","p":59,"s":15,"h":1,"t":26,"uu":"wielding the best; signature equipment|ai","n":"Wielding the Best; Signature Equipment"},{"id":19880,"c":24,"u":"astral%20sea%20encounters_bam","p":6,"s":16,"h":1,"t":26,"uu":"astral sea encounters|bam","n":"Astral Sea Encounters"},{"id":19881,"c":24,"u":"initial%20attitude_bam","p":6,"s":16,"h":1,"t":26,"uu":"initial attitude|bam","n":"Initial Attitude"},{"id":19882,"c":24,"u":"ship%20encounters_bam","p":7,"s":16,"h":1,"t":26,"uu":"ship encounters|bam","n":"Ship Encounters"},{"id":19883,"c":24,"u":"using%20a%20stat%20block%3b%20stat%20blocks%20by%20challenge%20rating_bam","p":4,"s":16,"h":1,"t":26,"uu":"using a stat block; stat blocks by challenge rating|bam","n":"Using a Stat Block; Stat Blocks by Challenge Rating"},{"id":19884,"c":24,"u":"wildspace%20encounters_bam","p":6,"s":16,"h":1,"t":26,"uu":"wildspace encounters|bam","n":"Wildspace Encounters"},{"id":19885,"c":24,"u":"1%2c000%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"1,000 gp gemstones|dmg","n":"1,000 gp Gemstones"},{"id":19886,"c":24,"u":"10%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"10 gp gemstones|dmg","n":"10 gp Gemstones"},{"id":19887,"c":24,"u":"100%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"100 gp gemstones|dmg","n":"100 gp Gemstones"},{"id":19888,"c":24,"u":"2%2c500%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"t":26,"uu":"2,500 gp art objects|dmg","n":"2,500 gp Art Objects"},{"id":19889,"c":24,"u":"25%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"t":26,"uu":"25 gp art objects|dmg","n":"25 gp Art Objects"},{"id":19890,"c":24,"u":"250%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"t":26,"uu":"250 gp art objects|dmg","n":"250 gp Art Objects"},{"id":19891,"c":24,"u":"5%2c000%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"5,000 gp gemstones|dmg","n":"5,000 gp Gemstones"},{"id":19892,"c":24,"u":"50%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"50 gp gemstones|dmg","n":"50 gp Gemstones"},{"id":19893,"c":24,"u":"500%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"t":26,"uu":"500 gp gemstones|dmg","n":"500 gp Gemstones"},{"id":19894,"c":24,"u":"7%2c500%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"t":26,"uu":"7,500 gp art objects|dmg","n":"7,500 gp Art Objects"},{"id":19895,"c":24,"u":"750%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"t":26,"uu":"750 gp art objects|dmg","n":"750 gp Art Objects"},{"id":19896,"c":24,"u":"a%20sample%20pantheon%3b%20dawn%20war%20deities_dmg","p":11,"s":24,"h":1,"t":26,"uu":"a sample pantheon; dawn war deities|dmg","n":"A Sample Pantheon; Dawn War Deities"},{"id":19897,"c":24,"u":"ability%20check%20proficiency%20by%20class_dmg","p":263,"s":24,"h":1,"t":26,"uu":"ability check proficiency by class|dmg","n":"Ability Check Proficiency by Class"},{"id":19898,"c":24,"u":"ability%20checks_dmg","p":237,"s":24,"h":1,"t":26,"uu":"ability checks|dmg","n":"Ability Checks"},{"id":19899,"c":24,"u":"adjudicating%20areas%20of%20effect%3b%20targets%20in%20areas%20of%20effect_dmg","p":249,"s":24,"h":1,"t":26,"uu":"adjudicating areas of effect; targets in areas of effect|dmg","n":"Adjudicating Areas of Effect; Targets in Areas of Effect"},{"id":19900,"c":24,"u":"artifact%20properties%3b%20major%20beneficial%20properties_dmg","p":219,"s":24,"h":1,"t":26,"uu":"artifact properties; major beneficial properties|dmg","n":"Artifact Properties; Major Beneficial Properties"},{"id":19901,"c":24,"u":"artifact%20properties%3b%20major%20detrimental%20properties_dmg","p":219,"s":24,"h":1,"t":26,"uu":"artifact properties; major detrimental properties|dmg","n":"Artifact Properties; Major Detrimental Properties"},{"id":19902,"c":24,"u":"artifact%20properties%3b%20minor%20beneficial%20properties_dmg","p":219,"s":24,"h":1,"t":26,"uu":"artifact properties; minor beneficial properties|dmg","n":"Artifact Properties; Minor Beneficial Properties"},{"id":19903,"c":24,"u":"artifact%20properties%3b%20minor%20detrimental%20properties_dmg","p":219,"s":24,"h":1,"t":26,"uu":"artifact properties; minor detrimental properties|dmg","n":"Artifact Properties; Minor Detrimental Properties"},{"id":19904,"c":24,"u":"assault%20or%20invasion%3b%20invading%20forces_dmg","p":29,"s":24,"h":1,"t":26,"uu":"assault or invasion; invading forces|dmg","n":"Assault or Invasion; Invading Forces"},{"id":19905,"c":24,"u":"assign%20hit%20dice%3b%20hit%20dice%20by%20size_dmg","p":276,"s":24,"h":1,"r":1,"t":26,"uu":"assign hit dice; hit dice by size|dmg","n":"Assign Hit Dice; Hit Dice by Size"},{"id":19906,"c":24,"u":"astral%20color%20pools_dmg","p":47,"s":24,"h":1,"t":26,"uu":"astral color pools|dmg","n":"Astral Color Pools"},{"id":19907,"c":24,"u":"at%20sea%20encounters_dmg","p":118,"s":24,"h":1,"t":26,"uu":"at sea encounters|dmg","n":"At Sea Encounters"},{"id":19908,"c":24,"u":"becoming%20lost%3b%20wilderness%20navigation_dmg","p":111,"s":24,"h":1,"t":26,"uu":"becoming lost; wilderness navigation|dmg","n":"Becoming Lost; Wilderness Navigation"},{"id":19909,"c":24,"u":"cataclysmic%20disasters_dmg","p":28,"s":24,"h":1,"t":26,"uu":"cataclysmic disasters|dmg","n":"Cataclysmic Disasters"},{"id":19910,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20death%20trap_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: death trap|dmg","n":"Chamber Purpose; Dungeon: Death Trap"},{"id":19911,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20lair_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: lair|dmg","n":"Chamber Purpose; Dungeon: Lair"},{"id":19912,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20maze_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: maze|dmg","n":"Chamber Purpose; Dungeon: Maze"},{"id":19913,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20mine_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: mine|dmg","n":"Chamber Purpose; Dungeon: Mine"},{"id":19914,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20planar%20gate_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: planar gate|dmg","n":"Chamber Purpose; Dungeon: Planar Gate"},{"id":19915,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20stronghold_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: stronghold|dmg","n":"Chamber Purpose; Dungeon: Stronghold"},{"id":19916,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20temple%20or%20shrine_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: temple or shrine|dmg","n":"Chamber Purpose; Dungeon: Temple or Shrine"},{"id":19917,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20tomb_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: tomb|dmg","n":"Chamber Purpose; Dungeon: Tomb"},{"id":19918,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20treasure%20vault_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; dungeon: treasure vault|dmg","n":"Chamber Purpose; Dungeon: Treasure Vault"},{"id":19919,"c":24,"u":"chamber%20purpose%3b%20general%20dungeon%20chambers_dmg","p":292,"s":24,"h":1,"t":26,"uu":"chamber purpose; general dungeon chambers|dmg","n":"Chamber Purpose; General Dungeon Chambers"},{"id":19920,"c":24,"u":"chambers%3b%20chamber_dmg","p":291,"s":24,"h":1,"t":26,"uu":"chambers; chamber|dmg","n":"Chambers; Chamber"},{"id":19921,"c":24,"u":"chambers%3b%20chamber%20exits_dmg","p":291,"s":24,"h":1,"t":26,"uu":"chambers; chamber exits|dmg","n":"Chambers; Chamber Exits"},{"id":19922,"c":24,"u":"chambers%3b%20exit%20location_dmg","p":291,"s":24,"h":1,"t":26,"uu":"chambers; exit location|dmg","n":"Chambers; Exit Location"},{"id":19923,"c":24,"u":"chambers%3b%20exit%20type_dmg","p":291,"s":24,"h":1,"t":26,"uu":"chambers; exit type|dmg","n":"Chambers; Exit Type"},{"id":19924,"c":24,"u":"combat%20encounter%20difficulty%3b%20xp%20thresholds%20by%20character%20level_dmg","p":82,"s":24,"h":1,"t":26,"uu":"combat encounter difficulty; xp thresholds by character level|dmg","n":"Combat Encounter Difficulty; XP Thresholds by Character Level"},{"id":19925,"c":24,"u":"consider%20the%20ideal%20climax%3b%20adventure%20climax_dmg","p":75,"s":24,"h":1,"t":26,"uu":"consider the ideal climax; adventure climax|dmg","n":"Consider the Ideal Climax; Adventure Climax"},{"id":19926,"c":24,"u":"creating%20a%20monster%20stat%20block%3b%20monster%20features_dmg","p":275,"s":24,"h":1,"t":26,"uu":"creating a monster stat block; monster features|dmg","n":"Creating a Monster Stat Block; Monster Features"},{"id":19927,"c":24,"u":"creating%20npcs%20from%20scratch%3b%20npc%20features_dmg","p":282,"s":24,"h":1,"t":26,"uu":"creating npcs from scratch; npc features|dmg","n":"Creating NPCs from Scratch; NPC Features"},{"id":19928,"c":24,"u":"creating%20quick%20monster%20stats%3b%20monster%20statistics%20by%20challenge%20rating_dmg","p":274,"s":24,"h":1,"t":26,"uu":"creating quick monster stats; monster statistics by challenge rating|dmg","n":"Creating Quick Monster Stats; Monster Statistics by Challenge Rating"},{"id":19929,"c":24,"u":"creature%20size%20on%20squares%20and%20hexes%3b%20creature%20size%20and%20space_dmg","p":251,"s":24,"h":1,"t":26,"uu":"creature size on squares and hexes; creature size and space|dmg","n":"Creature Size on Squares and Hexes; Creature Size and Space"},{"id":19930,"c":24,"u":"current%20chamber%20state_dmg","p":295,"s":24,"h":1,"t":26,"uu":"current chamber state|dmg","n":"Current Chamber State"},{"id":19931,"c":24,"u":"damage%20vulnerabilities%2c%20resistances%2c%20and%20immunities%3b%20effective%20hit%20points%20based%20on%20resistances%20and%20immunities_dmg","p":277,"s":24,"h":1,"t":26,"uu":"damage vulnerabilities, resistances, and immunities; effective hit points based on resistances and immunities|dmg","n":"Damage Vulnerabilities, Resistances, and Immunities; Effective Hit Points Based on Resistances and Immunities"},{"id":19932,"c":24,"u":"deep%20ethereal%3b%20ethereal%20curtains_dmg","p":48,"s":24,"h":1,"t":26,"uu":"deep ethereal; ethereal curtains|dmg","n":"Deep Ethereal; Ethereal Curtains"},{"id":19933,"c":24,"u":"determine%20the%20party's%20goals%3b%20event-based%20goals_dmg","p":76,"s":24,"h":1,"t":26,"uu":"determine the party's goals; event-based goals|dmg","n":"Determine the Party's Goals; Event-Based Goals"},{"id":19934,"c":24,"u":"determine%20the%20villain's%20actions%3b%20event-based%20villain%20actions_dmg","p":75,"s":24,"h":1,"t":26,"uu":"determine the villain's actions; event-based villain actions|dmg","n":"Determine the Villain's Actions; Event-Based Villain Actions"},{"id":19935,"c":24,"u":"difficulty%20class%3b%20typical%20dcs_dmg","p":238,"s":24,"h":1,"t":26,"uu":"difficulty class; typical dcs|dmg","n":"Difficulty Class; Typical DCs"},{"id":19936,"c":24,"u":"discovery%2c%20expansion%2c%20invention%3b%20discoveries_dmg","p":31,"s":24,"h":1,"t":26,"uu":"discovery, expansion, invention; discoveries|dmg","n":"Discovery, Expansion, Invention; Discoveries"},{"id":19937,"c":24,"u":"doors%3b%20beyond%20a%20door_dmg","p":291,"s":24,"h":1,"t":26,"uu":"doors; beyond a door|dmg","n":"Doors; Beyond a Door"},{"id":19938,"c":24,"u":"doors%3b%20door%20type_dmg","p":291,"s":24,"h":1,"t":26,"uu":"doors; door type|dmg","n":"Doors; Door Type"},{"id":19939,"c":24,"u":"dungeon%20chamber%20contents_dmg","p":296,"s":24,"h":1,"t":26,"uu":"dungeon chamber contents|dmg","n":"Dungeon Chamber Contents"},{"id":19940,"c":24,"u":"dungeon%20creator_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon creator|dmg","n":"Dungeon Creator"},{"id":19941,"c":24,"u":"dungeon%20creator%3b%20cults%20and%20religions_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon creator; cults and religions|dmg","n":"Dungeon Creator; Cults and Religions"},{"id":19942,"c":24,"u":"dungeon%20creator%3b%20npc%20alignment_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon creator; npc alignment|dmg","n":"Dungeon Creator; NPC Alignment"},{"id":19943,"c":24,"u":"dungeon%20creator%3b%20npc%20class_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon creator; npc class|dmg","n":"Dungeon Creator; NPC Class"},{"id":19944,"c":24,"u":"dungeon%20dressing%3b%20air_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; air|dmg","n":"Dungeon Dressing; Air"},{"id":19945,"c":24,"u":"dungeon%20dressing%3b%20books%2c%20scrolls%2c%20and%20tomes_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; books, scrolls, and tomes|dmg","n":"Dungeon Dressing; Books, Scrolls, and Tomes"},{"id":19946,"c":24,"u":"dungeon%20dressing%3b%20container%20contents_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; container contents|dmg","n":"Dungeon Dressing; Container Contents"},{"id":19947,"c":24,"u":"dungeon%20dressing%3b%20general%20features_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; general features|dmg","n":"Dungeon Dressing; General Features"},{"id":19948,"c":24,"u":"dungeon%20dressing%3b%20general%20furnishings%20and%20appointments_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; general furnishings and appointments|dmg","n":"Dungeon Dressing; General Furnishings and Appointments"},{"id":19949,"c":24,"u":"dungeon%20dressing%3b%20mage%20furnishings_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; mage furnishings|dmg","n":"Dungeon Dressing; Mage Furnishings"},{"id":19950,"c":24,"u":"dungeon%20dressing%3b%20noises_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; noises|dmg","n":"Dungeon Dressing; Noises"},{"id":19951,"c":24,"u":"dungeon%20dressing%3b%20odor_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; odor|dmg","n":"Dungeon Dressing; Odor"},{"id":19952,"c":24,"u":"dungeon%20dressing%3b%20religious%20articles%20and%20furnishings_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; religious articles and furnishings|dmg","n":"Dungeon Dressing; Religious Articles and Furnishings"},{"id":19953,"c":24,"u":"dungeon%20dressing%3b%20utensils%20and%20personal%20items_dmg","p":298,"s":24,"h":1,"t":26,"uu":"dungeon dressing; utensils and personal items|dmg","n":"Dungeon Dressing; Utensils and Personal Items"},{"id":19954,"c":24,"u":"dungeon%20history_dmg","p":101,"s":24,"h":1,"t":26,"uu":"dungeon history|dmg","n":"Dungeon History"},{"id":19955,"c":24,"u":"dungeon%20location_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon location|dmg","n":"Dungeon Location"},{"id":19956,"c":24,"u":"dungeon%20location%3b%20exotic%20location_dmg","p":99,"s":24,"h":1,"t":26,"uu":"dungeon location; exotic location|dmg","n":"Dungeon Location; Exotic Location"},{"id":19957,"c":24,"u":"dungeon%20purpose_dmg","p":101,"s":24,"h":1,"t":26,"uu":"dungeon purpose|dmg","n":"Dungeon Purpose"},{"id":19958,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_dmg","p":253,"s":24,"h":1,"t":26,"uu":"ending a chase; escape factors|dmg","n":"Ending a Chase; Escape Factors"},{"id":19959,"c":24,"u":"ether%20cyclones_dmg","p":49,"s":24,"h":1,"t":26,"uu":"ether cyclones|dmg","n":"Ether Cyclones"},{"id":19960,"c":24,"u":"examples%20of%20faction%20ranks_dmg","p":22,"s":24,"h":1,"t":26,"uu":"examples of faction ranks|dmg","n":"Examples of Faction Ranks"},{"id":19961,"c":24,"u":"extinction%20or%20depletion_dmg","p":30,"s":24,"h":1,"t":26,"uu":"extinction or depletion|dmg","n":"Extinction or Depletion"},{"id":19962,"c":24,"u":"feywild%20time%20warp_dmg","p":50,"s":24,"h":1,"t":26,"uu":"feywild time warp|dmg","n":"Feywild Time Warp"},{"id":19963,"c":24,"u":"figuring%20out%20alien%20technology_dmg","p":268,"s":24,"h":1,"t":26,"uu":"figuring out alien technology|dmg","n":"Figuring Out Alien Technology"},{"id":19964,"c":24,"u":"final%20challenge%20rating%3b%20experience%20points%20by%20challenge%20rating_dmg","p":274,"s":24,"h":1,"r":1,"t":26,"uu":"final challenge rating; experience points by challenge rating|dmg","n":"Final Challenge Rating; Experience Points by Challenge Rating"},{"id":19965,"c":24,"u":"find%20the%20ideal%20introduction%3b%20adventure%20introduction_dmg","p":74,"s":24,"h":1,"t":26,"uu":"find the ideal introduction; adventure introduction|dmg","n":"Find the Ideal Introduction; Adventure Introduction"},{"id":19966,"c":24,"u":"flaw%20or%20secret%3b%20npc%20flaws%20and%20secrets_dmg","p":91,"s":24,"h":1,"t":26,"uu":"flaw or secret; npc flaws and secrets|dmg","n":"Flaw or Secret; NPC Flaws and Secrets"},{"id":19967,"c":24,"u":"food%20and%20water%20needs_dmg","p":111,"s":24,"h":1,"t":26,"uu":"food and water needs|dmg","n":"Food and Water Needs"},{"id":19968,"c":24,"u":"foraging%20dcs_dmg","p":111,"s":24,"h":1,"t":26,"uu":"foraging dcs|dmg","n":"Foraging DCs"},{"id":19969,"c":24,"u":"forms%20of%20government_dmg","p":18,"s":24,"h":1,"t":26,"uu":"forms of government|dmg","n":"Forms of Government"},{"id":19970,"c":24,"u":"framing%20events_dmg","p":79,"s":24,"h":1,"t":26,"uu":"framing events|dmg","n":"Framing Events"},{"id":19971,"c":24,"u":"government%3b%20sample%20hierarchy%20of%20noble%20titles_dmg","p":17,"s":24,"h":1,"t":26,"uu":"government; sample hierarchy of noble titles|dmg","n":"Government; Sample Hierarchy of Noble Titles"},{"id":19972,"c":24,"u":"handling%20mobs%3b%20mob%20attacks_dmg","p":250,"s":24,"h":1,"t":26,"uu":"handling mobs; mob attacks|dmg","n":"Handling Mobs; Mob Attacks"},{"id":19973,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20allies_dmg","p":74,"s":24,"h":1,"t":26,"uu":"identify important npcs; adventure allies|dmg","n":"Identify Important NPCs; Adventure Allies"},{"id":19974,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20patrons_dmg","p":74,"s":24,"h":1,"t":26,"uu":"identify important npcs; adventure patrons|dmg","n":"Identify Important NPCs; Adventure Patrons"},{"id":19975,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20villains_dmg","p":74,"s":24,"h":1,"t":26,"uu":"identify important npcs; adventure villains|dmg","n":"Identify Important NPCs; Adventure Villains"},{"id":19976,"c":24,"u":"identify%20the%20party's%20goals%3b%20dungeon%20goals_dmg","p":72,"s":24,"h":1,"t":26,"uu":"identify the party's goals; dungeon goals|dmg","n":"Identify the Party's Goals; Dungeon Goals"},{"id":19977,"c":24,"u":"identify%20the%20party's%20goals%3b%20other%20goals_dmg","p":72,"s":24,"h":1,"t":26,"uu":"identify the party's goals; other goals|dmg","n":"Identify the Party's Goals; Other Goals"},{"id":19978,"c":24,"u":"identify%20the%20party's%20goals%3b%20wilderness%20goals_dmg","p":72,"s":24,"h":1,"t":26,"uu":"identify the party's goals; wilderness goals|dmg","n":"Identify the Party's Goals; Wilderness Goals"},{"id":19979,"c":24,"u":"improvising%20damage_dmg","p":249,"s":24,"h":1,"t":26,"uu":"improvising damage|dmg","n":"Improvising Damage"},{"id":19980,"c":24,"u":"improvising%20damage%3b%20damage%20severity%20and%20level_dmg","p":249,"s":24,"h":1,"t":26,"uu":"improvising damage; damage severity and level|dmg","n":"Improvising Damage; Damage Severity and Level"},{"id":19981,"c":24,"u":"indefinite%20madness_dmg","p":259,"s":24,"h":1,"r":1,"t":26,"uu":"indefinite madness|dmg","n":"Indefinite Madness"},{"id":19982,"c":24,"u":"individual%20treasure%3a%20challenge%200%e2%80%944_dmg","p":133,"s":24,"h":1,"t":26,"uu":"individual treasure: challenge 0—4|dmg","n":"Individual Treasure: Challenge 0—4"},{"id":19983,"c":24,"u":"individual%20treasure%3a%20challenge%2011%e2%80%9416_dmg","p":133,"s":24,"h":1,"t":26,"uu":"individual treasure: challenge 11—16|dmg","n":"Individual Treasure: Challenge 11—16"},{"id":19984,"c":24,"u":"individual%20treasure%3a%20challenge%2017%2b_dmg","p":133,"s":24,"h":1,"t":26,"uu":"individual treasure: challenge 17+|dmg","n":"Individual Treasure: Challenge 17+"},{"id":19985,"c":24,"u":"individual%20treasure%3a%20challenge%205%e2%80%9410_dmg","p":133,"s":24,"h":1,"t":26,"uu":"individual treasure: challenge 5—10|dmg","n":"Individual Treasure: Challenge 5—10"},{"id":19986,"c":24,"u":"interactions%20with%20others%3b%20npc%20interaction%20traits_dmg","p":90,"s":24,"h":1,"t":26,"uu":"interactions with others; npc interaction traits|dmg","n":"Interactions with Others; NPC Interaction Traits"},{"id":19987,"c":24,"u":"lingering%20injuries_dmg","p":272,"s":24,"h":1,"t":26,"uu":"lingering injuries|dmg","n":"Lingering Injuries"},{"id":19988,"c":24,"u":"long-term%20madness_dmg","p":259,"s":24,"h":1,"r":1,"t":26,"uu":"long-term madness|dmg","n":"Long-Term Madness"},{"id":19989,"c":24,"u":"magic%20item%20rarity_dmg","p":135,"s":24,"h":1,"t":26,"uu":"magic item rarity|dmg","n":"Magic Item Rarity"},{"id":19990,"c":24,"u":"magic%20item%20table%20a_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table a|dmg","n":"Magic Item Table A"},{"id":19991,"c":24,"u":"magic%20item%20table%20b_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table b|dmg","n":"Magic Item Table B"},{"id":19992,"c":24,"u":"magic%20item%20table%20c_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table c|dmg","n":"Magic Item Table C"},{"id":19993,"c":24,"u":"magic%20item%20table%20d_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table d|dmg","n":"Magic Item Table D"},{"id":19994,"c":24,"u":"magic%20item%20table%20e_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table e|dmg","n":"Magic Item Table E"},{"id":19995,"c":24,"u":"magic%20item%20table%20f_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table f|dmg","n":"Magic Item Table F"},{"id":19996,"c":24,"u":"magic%20item%20table%20g_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table g|dmg","n":"Magic Item Table G"},{"id":19997,"c":24,"u":"magic%20item%20table%20h_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table h|dmg","n":"Magic Item Table H"},{"id":19998,"c":24,"u":"magic%20item%20table%20i_dmg","p":144,"s":24,"h":1,"t":26,"uu":"magic item table i|dmg","n":"Magic Item Table I"},{"id":19999,"c":24,"u":"massive%20damage%3b%20system%20shock_dmg","p":273,"s":24,"h":1,"t":26,"uu":"massive damage; system shock|dmg","n":"Massive Damage; System Shock"},{"id":20000,"c":24,"u":"modify%20total%20xp%20for%20multiple%20monsters%3b%20encounter%20multipliers_dmg","p":82,"s":24,"h":1,"t":26,"uu":"modify total xp for multiple monsters; encounter multipliers|dmg","n":"Modify Total XP for Multiple Monsters; Encounter Multipliers"},{"id":20001,"c":24,"u":"monsters%20and%20motivations%3b%20monster%20motivation_dmg","p":296,"s":24,"h":1,"t":26,"uu":"monsters and motivations; monster motivation|dmg","n":"Monsters and Motivations; Monster Motivation"},{"id":20002,"c":24,"u":"monuments_dmg","p":108,"s":24,"h":1,"t":26,"uu":"monuments|dmg","n":"Monuments"},{"id":20003,"c":24,"u":"moral%20quandaries_dmg","p":79,"s":24,"h":1,"t":26,"uu":"moral quandaries|dmg","n":"Moral Quandaries"},{"id":20004,"c":24,"u":"new%20organizations_dmg","p":31,"s":24,"h":1,"t":26,"uu":"new organizations|dmg","n":"New Organizations"},{"id":20005,"c":24,"u":"npc%20abilities_dmg","p":88,"s":24,"h":1,"t":26,"uu":"npc abilities|dmg","n":"NPC Abilities"},{"id":20006,"c":24,"u":"npc%20appearance_dmg","p":88,"s":24,"h":1,"t":26,"uu":"npc appearance|dmg","n":"NPC Appearance"},{"id":20007,"c":24,"u":"npc%20bonds_dmg","p":91,"s":24,"h":1,"t":26,"uu":"npc bonds|dmg","n":"NPC Bonds"},{"id":20008,"c":24,"u":"npc%20low%20abilities_dmg","p":88,"s":24,"h":1,"t":26,"uu":"npc low abilities|dmg","n":"NPC Low Abilities"},{"id":20009,"c":24,"u":"npc%20mannerisms_dmg","p":90,"s":24,"h":1,"t":26,"uu":"npc mannerisms|dmg","n":"NPC Mannerisms"},{"id":20010,"c":24,"u":"npc%20talents_dmg","p":90,"s":24,"h":1,"t":26,"uu":"npc talents|dmg","n":"NPC Talents"},{"id":20011,"c":24,"u":"object%20armor%20class_dmg","p":246,"s":24,"h":1,"r":1,"t":26,"uu":"object armor class|dmg","n":"Object Armor Class"},{"id":20012,"c":24,"u":"object%20hit%20points_dmg","p":247,"s":24,"h":1,"r":1,"t":26,"uu":"object hit points|dmg","n":"Object Hit Points"},{"id":20013,"c":24,"u":"optional%20rule%3a%20abyssal%20corruption%3b%20abyssal%20corruption_dmg","p":62,"s":24,"h":1,"t":26,"uu":"optional rule: abyssal corruption; abyssal corruption|dmg","n":"Optional Rule: Abyssal Corruption; Abyssal Corruption"},{"id":20014,"c":24,"u":"owning%20a%20ship%3b%20airborne%20and%20waterborne%20vehicles_dmg","p":119,"s":24,"h":1,"r":1,"t":26,"uu":"owning a ship; airborne and waterborne vehicles|dmg","n":"Owning a Ship; Airborne and Waterborne Vehicles"},{"id":20015,"c":24,"u":"passages%3b%20passage_dmg","p":290,"s":24,"h":1,"t":26,"uu":"passages; passage|dmg","n":"Passages; Passage"},{"id":20016,"c":24,"u":"passages%3b%20passage%20width_dmg","p":290,"s":24,"h":1,"t":26,"uu":"passages; passage width|dmg","n":"Passages; Passage Width"},{"id":20017,"c":24,"u":"poisons_dmg","p":257,"s":24,"h":1,"r":1,"t":26,"uu":"poisons|dmg","n":"Poisons"},{"id":20018,"c":24,"u":"power%20level%3b%20magic%20item%20power%20by%20rarity_dmg","p":285,"s":24,"h":1,"t":26,"uu":"power level; magic item power by rarity|dmg","n":"Power Level; Magic Item Power by Rarity"},{"id":20019,"c":24,"u":"probabilities%3b%20sylvan%20forest%20encounters_dmg","p":86,"s":24,"h":1,"t":26,"uu":"probabilities; sylvan forest encounters|dmg","n":"Probabilities; Sylvan Forest Encounters"},{"id":20020,"c":24,"u":"proficiency%20dice_dmg","p":263,"s":24,"h":1,"t":26,"uu":"proficiency dice|dmg","n":"Proficiency Dice"},{"id":20021,"c":24,"u":"random%20buildings%3b%20building%20type_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; building type|dmg","n":"Random Buildings; Building Type"},{"id":20022,"c":24,"u":"random%20buildings%3b%20religious%20building_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; religious building|dmg","n":"Random Buildings; Religious Building"},{"id":20023,"c":24,"u":"random%20buildings%3b%20residence_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; residence|dmg","n":"Random Buildings; Residence"},{"id":20024,"c":24,"u":"random%20buildings%3b%20shop_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; shop|dmg","n":"Random Buildings; Shop"},{"id":20025,"c":24,"u":"random%20buildings%3b%20tavern_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; tavern|dmg","n":"Random Buildings; Tavern"},{"id":20026,"c":24,"u":"random%20buildings%3b%20tavern%20name%20generator_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; tavern name generator|dmg","n":"Random Buildings; Tavern Name Generator"},{"id":20027,"c":24,"u":"random%20buildings%3b%20warehouse_dmg","p":113,"s":24,"h":1,"t":26,"uu":"random buildings; warehouse|dmg","n":"Random Buildings; Warehouse"},{"id":20028,"c":24,"u":"random%20dungeon%20hazards%3b%20dungeon%20hazards_dmg","p":296,"s":24,"h":1,"t":26,"uu":"random dungeon hazards; dungeon hazards|dmg","n":"Random Dungeon Hazards; Dungeon Hazards"},{"id":20029,"c":24,"u":"random%20encounters%20at%20sea_dmg","p":118,"s":24,"h":1,"t":26,"uu":"random encounters at sea|dmg","n":"Random Encounters at Sea"},{"id":20030,"c":24,"u":"random%20obstacles%3b%20obstacles_dmg","p":296,"s":24,"h":1,"t":26,"uu":"random obstacles; obstacles|dmg","n":"Random Obstacles; Obstacles"},{"id":20031,"c":24,"u":"random%20settlements%3b%20current%20calamity_dmg","p":112,"s":24,"h":1,"t":26,"uu":"random settlements; current calamity|dmg","n":"Random Settlements; Current Calamity"},{"id":20032,"c":24,"u":"random%20settlements%3b%20known%20for%20its..._dmg","p":112,"s":24,"h":1,"t":26,"uu":"random settlements; known for its...|dmg","n":"Random Settlements; Known For Its..."},{"id":20033,"c":24,"u":"random%20settlements%3b%20notable%20traits_dmg","p":112,"s":24,"h":1,"t":26,"uu":"random settlements; notable traits|dmg","n":"Random Settlements; Notable Traits"},{"id":20034,"c":24,"u":"random%20settlements%3b%20race%20relations_dmg","p":112,"s":24,"h":1,"t":26,"uu":"random settlements; race relations|dmg","n":"Random Settlements; Race Relations"},{"id":20035,"c":24,"u":"random%20settlements%3b%20ruler's%20status_dmg","p":112,"s":24,"h":1,"t":26,"uu":"random settlements; ruler's status|dmg","n":"Random Settlements; Ruler's Status"},{"id":20036,"c":24,"u":"random%20traps%3b%20trap%20damage%20severity_dmg","p":297,"s":24,"h":1,"t":26,"uu":"random traps; trap damage severity|dmg","n":"Random Traps; Trap Damage Severity"},{"id":20037,"c":24,"u":"random%20traps%3b%20trap%20effects_dmg","p":297,"s":24,"h":1,"t":26,"uu":"random traps; trap effects|dmg","n":"Random Traps; Trap Effects"},{"id":20038,"c":24,"u":"random%20traps%3b%20trap%20trigger_dmg","p":297,"s":24,"h":1,"t":26,"uu":"random traps; trap trigger|dmg","n":"Random Traps; Trap Trigger"},{"id":20039,"c":24,"u":"random%20tricks%3b%20trick%20objects_dmg","p":297,"s":24,"h":1,"t":26,"uu":"random tricks; trick objects|dmg","n":"Random Tricks; Trick Objects"},{"id":20040,"c":24,"u":"random%20tricks%3b%20tricks_dmg","p":297,"s":24,"h":1,"t":26,"uu":"random tricks; tricks|dmg","n":"Random Tricks; Tricks"},{"id":20041,"c":24,"u":"random%20undersea%20encounters_dmg","p":116,"s":24,"h":1,"t":26,"uu":"random undersea encounters|dmg","n":"Random Undersea Encounters"},{"id":20042,"c":24,"u":"random%20urban%20encounters_dmg","p":114,"s":24,"h":1,"t":26,"uu":"random urban encounters|dmg","n":"Random Urban Encounters"},{"id":20043,"c":24,"u":"recurring%20expenses%3b%20maintenance%20costs_dmg","p":126,"s":24,"h":1,"t":26,"uu":"recurring expenses; maintenance costs|dmg","n":"Recurring Expenses; Maintenance Costs"},{"id":20044,"c":24,"u":"rise%20or%20fall%20of%20a%20leader%20or%20an%20era%3b%20leader%20types_dmg","p":27,"s":24,"h":1,"t":26,"uu":"rise or fall of a leader or an era; leader types|dmg","n":"Rise or Fall of a Leader or an Era; Leader Types"},{"id":20045,"c":24,"u":"saving%20throws_dmg","p":238,"s":24,"h":1,"t":26,"uu":"saving throws|dmg","n":"Saving Throws"},{"id":20046,"c":24,"u":"sentient%20magic%20item%20alignment_dmg","p":216,"s":24,"h":1,"r":1,"t":26,"uu":"sentient magic item alignment|dmg","n":"Sentient Magic Item Alignment"},{"id":20047,"c":24,"u":"sentient%20magic%20item%20communication_dmg","p":214,"s":24,"h":1,"r":1,"t":26,"uu":"sentient magic item communication|dmg","n":"Sentient Magic Item Communication"},{"id":20048,"c":24,"u":"sentient%20magic%20item%20senses_dmg","p":214,"s":24,"h":1,"r":1,"t":26,"uu":"sentient magic item senses|dmg","n":"Sentient Magic Item Senses"},{"id":20049,"c":24,"u":"sentient%20special%20purpose_dmg","p":216,"s":24,"h":1,"r":1,"t":26,"uu":"sentient special purpose|dmg","n":"Sentient Special Purpose"},{"id":20050,"c":24,"u":"shadowfell%20despair_dmg","p":52,"s":24,"h":1,"t":26,"uu":"shadowfell despair|dmg","n":"Shadowfell Despair"},{"id":20051,"c":24,"u":"short-term%20madness_dmg","p":259,"s":24,"h":1,"r":1,"t":26,"uu":"short-term madness|dmg","n":"Short-Term Madness"},{"id":20052,"c":24,"u":"side%20quests_dmg","p":81,"s":24,"h":1,"t":26,"uu":"side quests|dmg","n":"Side Quests"},{"id":20053,"c":24,"u":"special%20features%3b%20what%20is%20a%20detail%20from%20its%20history%3f_dmg","p":141,"s":24,"h":1,"t":26,"uu":"special features; what is a detail from its history?|dmg","n":"Special Features; What Is a Detail from Its History?"},{"id":20054,"c":24,"u":"special%20features%3b%20what%20minor%20property%20does%20it%20have_dmg","p":141,"s":24,"h":1,"t":26,"uu":"special features; what minor property does it have|dmg","n":"Special Features; What Minor Property Does It Have"},{"id":20055,"c":24,"u":"special%20features%3b%20what%20quirk%20does%20it%20have_dmg","p":141,"s":24,"h":1,"t":26,"uu":"special features; what quirk does it have|dmg","n":"Special Features; What Quirk Does It Have"},{"id":20056,"c":24,"u":"special%20features%3b%20who%20created%20it%20or%20was%20intended%20to%20use%20it%3f_dmg","p":141,"s":24,"h":1,"t":26,"uu":"special features; who created it or was intended to use it?|dmg","n":"Special Features; Who Created It or Was Intended to Use It?"},{"id":20057,"c":24,"u":"spell%20damage_dmg","p":283,"s":24,"h":1,"t":26,"uu":"spell damage|dmg","n":"Spell Damage"},{"id":20058,"c":24,"u":"spell%20scrolls%3b%20spell%20scroll_dmg","p":139,"s":24,"h":1,"r":1,"t":26,"uu":"spell scrolls; spell scroll|dmg","n":"Spell Scrolls; Spell Scroll"},{"id":20059,"c":24,"u":"stairs_dmg","p":291,"s":24,"h":1,"t":26,"uu":"stairs|dmg","n":"Stairs"},{"id":20060,"c":24,"u":"starting%20area_dmg","p":290,"s":24,"h":1,"t":26,"uu":"starting area|dmg","n":"Starting Area"},{"id":20061,"c":24,"u":"starting%20at%20higher%20level%3b%20starting%20equipment_dmg","p":38,"s":24,"h":1,"t":26,"uu":"starting at higher level; starting equipment|dmg","n":"Starting at Higher Level; Starting Equipment"},{"id":20062,"c":24,"u":"sylvan%20forest%20encounters_dmg","p":86,"s":24,"h":1,"t":26,"uu":"sylvan forest encounters|dmg","n":"Sylvan Forest Encounters"},{"id":20063,"c":24,"u":"the%20adventuring%20day%3b%20adventuring%20day%20xp_dmg","p":84,"s":24,"h":1,"t":26,"uu":"the adventuring day; adventuring day xp|dmg","n":"The Adventuring Day; Adventuring Day XP"},{"id":20064,"c":24,"u":"the%20calendar%20of%20harptos_dmg","p":33,"s":24,"h":1,"t":26,"uu":"the calendar of harptos|dmg","n":"The Calendar of Harptos"},{"id":20065,"c":24,"u":"the%20outer%20planes_dmg","p":57,"s":24,"h":1,"t":26,"uu":"the outer planes|dmg","n":"The Outer Planes"},{"id":20066,"c":24,"u":"the%20outlands%20and%20sigil%3b%20gate-towns%20of%20the%20outlands_dmg","p":67,"s":24,"h":1,"t":26,"uu":"the outlands and sigil; gate-towns of the outlands|dmg","n":"The Outlands and Sigil; Gate-Towns of the Outlands"},{"id":20067,"c":24,"u":"tracking%20dcs_dmg","p":244,"s":24,"h":1,"t":26,"uu":"tracking dcs|dmg","n":"Tracking DCs"},{"id":20068,"c":24,"u":"trap%20effects%3b%20damage%20severity%20by%20level_dmg","p":121,"s":24,"h":1,"r":1,"t":26,"uu":"trap effects; damage severity by level|dmg","n":"Trap Effects; Damage Severity by Level"},{"id":20069,"c":24,"u":"trap%20effects%3b%20trap%20save%20dcs%20and%20attack%20bonuses_dmg","p":121,"s":24,"h":1,"r":1,"t":26,"uu":"trap effects; trap save dcs and attack bonuses|dmg","n":"Trap Effects; Trap Save DCs and Attack Bonuses"},{"id":20070,"c":24,"u":"twists_dmg","p":80,"s":24,"h":1,"t":26,"uu":"twists|dmg","n":"Twists"},{"id":20071,"c":24,"u":"undersea%20encounters_dmg","p":116,"s":24,"h":1,"t":26,"uu":"undersea encounters|dmg","n":"Undersea Encounters"},{"id":20072,"c":24,"u":"underwater%20encounter%20distance_dmg","p":117,"s":24,"h":1,"t":26,"uu":"underwater encounter distance|dmg","n":"Underwater Encounter Distance"},{"id":20073,"c":24,"u":"urban%20chase%20complications_dmg","p":253,"s":24,"h":1,"t":26,"uu":"urban chase complications|dmg","n":"Urban Chase Complications"},{"id":20074,"c":24,"u":"urban%20encounters_dmg","p":114,"s":24,"h":1,"t":26,"uu":"urban encounters|dmg","n":"Urban Encounters"},{"id":20075,"c":24,"u":"using%20a%20map%3b%20map%20travel%20pace_dmg","p":242,"s":24,"h":1,"t":26,"uu":"using a map; map travel pace|dmg","n":"Using a Map; Map Travel Pace"},{"id":20076,"c":24,"u":"variant%3a%20mixing%20potions%3b%20potion%20miscibility_dmg","p":140,"s":24,"h":1,"t":26,"uu":"variant: mixing potions; potion miscibility|dmg","n":"Variant: Mixing Potions; Potion Miscibility"},{"id":20077,"c":24,"u":"variant%3a%20scroll%20mishaps%3b%20scroll%20mishap_dmg","p":140,"s":24,"h":1,"t":26,"uu":"variant: scroll mishaps; scroll mishap|dmg","n":"Variant: Scroll Mishaps; Scroll Mishap"},{"id":20078,"c":24,"u":"variant%3a%20spell%20points%3b%20spell%20point%20cost_dmg","p":288,"s":24,"h":1,"t":26,"uu":"variant: spell points; spell point cost|dmg","n":"Variant: Spell Points; Spell Point Cost"},{"id":20079,"c":24,"u":"variant%3a%20spell%20points%3b%20spell%20points%20by%20level_dmg","p":288,"s":24,"h":1,"t":26,"uu":"variant: spell points; spell points by level|dmg","n":"Variant: Spell Points; Spell Points by Level"},{"id":20080,"c":24,"u":"villain's%20secret%20weakness%3b%20villain's%20weakness_dmg","p":96,"s":24,"h":1,"t":26,"uu":"villain's secret weakness; villain's weakness|dmg","n":"Villain's Secret Weakness; Villain's Weakness"},{"id":20081,"c":24,"u":"villains%3b%20villain's%20methods_dmg","p":94,"s":24,"h":1,"t":26,"uu":"villains; villain's methods|dmg","n":"Villains; Villain's Methods"},{"id":20082,"c":24,"u":"villains%3b%20villain's%20scheme_dmg","p":94,"s":24,"h":1,"t":26,"uu":"villains; villain's scheme|dmg","n":"Villains; Villain's Scheme"},{"id":20083,"c":24,"u":"weather_dmg","p":109,"s":24,"h":1,"t":26,"uu":"weather|dmg","n":"Weather"},{"id":20084,"c":24,"u":"weather%3b%20precipitation_dmg","p":109,"s":24,"h":1,"r":1,"t":26,"uu":"weather; precipitation|dmg","n":"Weather; Precipitation"},{"id":20085,"c":24,"u":"weather%3b%20wind_dmg","p":109,"s":24,"h":1,"t":26,"uu":"weather; wind|dmg","n":"Weather; Wind"},{"id":20086,"c":24,"u":"weird%20locales_dmg","p":109,"s":24,"h":1,"t":26,"uu":"weird locales|dmg","n":"Weird Locales"},{"id":20087,"c":24,"u":"wilderness%20chase%20complications_dmg","p":253,"s":24,"h":1,"t":26,"uu":"wilderness chase complications|dmg","n":"Wilderness Chase Complications"},{"id":20088,"c":24,"u":"world-shaking%20events_dmg","p":27,"s":24,"h":1,"t":26,"uu":"world-shaking events|dmg","n":"World-Shaking Events"},{"id":20089,"c":24,"u":"wuxia%20weapon%20names_dmg","p":41,"s":24,"h":1,"t":26,"uu":"wuxia weapon names|dmg","n":"Wuxia Weapon Names"},{"id":20090,"c":24,"u":"arms%20of%20the%20betrayers%20destruction_egw","p":274,"s":28,"h":1,"dP":1,"t":26,"uu":"arms of the betrayers destruction|egw","n":"Arms of the Betrayers Destruction"},{"id":20091,"c":24,"u":"backstory%3b%20ally%20and%20rival%20identities_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; ally and rival identities|egw","n":"Backstory; Ally and Rival Identities"},{"id":20092,"c":24,"u":"backstory%3b%20ally%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; ally relationships|egw","n":"Backstory; Ally Relationships"},{"id":20093,"c":24,"u":"backstory%3b%20backgrounds_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; backgrounds|egw","n":"Backstory; Backgrounds"},{"id":20094,"c":24,"u":"backstory%3b%20eastern%20wynandir%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; eastern wynandir settlements|egw","n":"Backstory; Eastern Wynandir Settlements"},{"id":20095,"c":24,"u":"backstory%3b%20family%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; family relationships|egw","n":"Backstory; Family Relationships"},{"id":20096,"c":24,"u":"backstory%3b%20family%20size%20(city)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; family size (city)|egw","n":"Backstory; Family Size (City)"},{"id":20097,"c":24,"u":"backstory%3b%20family%20size%20(village)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; family size (village)|egw","n":"Backstory; Family Size (Village)"},{"id":20098,"c":24,"u":"backstory%3b%20fateful%20moments_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; fateful moments|egw","n":"Backstory; Fateful Moments"},{"id":20099,"c":24,"u":"backstory%3b%20favorite%20foods%20(eastern%20wynandir)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; favorite foods (eastern wynandir)|egw","n":"Backstory; Favorite Foods (Eastern Wynandir)"},{"id":20100,"c":24,"u":"backstory%3b%20favorite%20foods%20(greying%20wildlands)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; favorite foods (greying wildlands)|egw","n":"Backstory; Favorite Foods (Greying Wildlands)"},{"id":20101,"c":24,"u":"backstory%3b%20favorite%20foods%20(menagerie%20coast)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; favorite foods (menagerie coast)|egw","n":"Backstory; Favorite Foods (Menagerie Coast)"},{"id":20102,"c":24,"u":"backstory%3b%20favorite%20foods%20(western%20wynandir)_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; favorite foods (western wynandir)|egw","n":"Backstory; Favorite Foods (Western Wynandir)"},{"id":20103,"c":24,"u":"backstory%3b%20greying%20wildlands%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; greying wildlands settlements|egw","n":"Backstory; Greying Wildlands Settlements"},{"id":20104,"c":24,"u":"backstory%3b%20homelands_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; homelands|egw","n":"Backstory; Homelands"},{"id":20105,"c":24,"u":"backstory%3b%20marrow%20valley%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; marrow valley settlements|egw","n":"Backstory; Marrow Valley Settlements"},{"id":20106,"c":24,"u":"backstory%3b%20menagerie%20coast%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; menagerie coast settlements|egw","n":"Backstory; Menagerie Coast Settlements"},{"id":20107,"c":24,"u":"backstory%3b%20mysterious%20secrets_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; mysterious secrets|egw","n":"Backstory; Mysterious Secrets"},{"id":20108,"c":24,"u":"backstory%3b%20rival%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; rival relationships|egw","n":"Backstory; Rival Relationships"},{"id":20109,"c":24,"u":"backstory%3b%20zemni%20fields%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"t":26,"uu":"backstory; zemni fields settlements|egw","n":"Backstory; Zemni Fields Settlements"},{"id":20110,"c":24,"u":"betrayer%20gods_egw","p":26,"s":28,"h":1,"dP":1,"t":26,"uu":"betrayer gods|egw","n":"Betrayer Gods"},{"id":20111,"c":24,"u":"calendar%20and%20time%3b%20exandrian%20calendar_egw","p":8,"s":28,"h":1,"dP":1,"t":26,"uu":"calendar and time; exandrian calendar|egw","n":"Calendar and Time; Exandrian Calendar"},{"id":20112,"c":24,"u":"eiselcross%20encounters%3a%20levels%2011%e2%80%9316_egw","p":122,"s":28,"h":1,"dP":1,"t":26,"uu":"eiselcross encounters: levels 11–16|egw","n":"Eiselcross Encounters: Levels 11–16"},{"id":20113,"c":24,"u":"eiselcross%20encounters%3a%20levels%2017%e2%80%9320_egw","p":122,"s":28,"h":1,"dP":1,"t":26,"uu":"eiselcross encounters: levels 17–20|egw","n":"Eiselcross Encounters: Levels 17–20"},{"id":20114,"c":24,"u":"eiselcross%20encounters%3a%20levels%201%e2%80%934_egw","p":122,"s":28,"h":1,"dP":1,"t":26,"uu":"eiselcross encounters: levels 1–4|egw","n":"Eiselcross Encounters: Levels 1–4"},{"id":20115,"c":24,"u":"eiselcross%20encounters%3a%20levels%205%e2%80%9310_egw","p":122,"s":28,"h":1,"dP":1,"t":26,"uu":"eiselcross encounters: levels 5–10|egw","n":"Eiselcross Encounters: Levels 5–10"},{"id":20116,"c":24,"u":"heroic%20chronicle%3b%20social%20status%20relationships_egw","p":190,"s":28,"h":1,"dP":1,"t":26,"uu":"heroic chronicle; social status relationships|egw","n":"Heroic Chronicle; Social Status Relationships"},{"id":20117,"c":24,"u":"lesser%20idols_egw","p":30,"s":28,"h":1,"dP":1,"t":26,"uu":"lesser idols|egw","n":"Lesser Idols"},{"id":20118,"c":24,"u":"mutalos%20habitats_egw","p":128,"s":28,"h":1,"dP":1,"t":26,"uu":"mutalos habitats|egw","n":"Mutalos Habitats"},{"id":20119,"c":24,"u":"prime%20deities_egw","p":20,"s":28,"h":1,"dP":1,"t":26,"uu":"prime deities|egw","n":"Prime Deities"},{"id":20120,"c":24,"u":"prophecy%20inspirations_egw","p":199,"s":28,"h":1,"dP":1,"t":26,"uu":"prophecy inspirations|egw","n":"Prophecy Inspirations"},{"id":20121,"c":24,"u":"uncanny%20phenomena_egw","p":151,"s":28,"h":1,"dP":1,"t":26,"uu":"uncanny phenomena|egw","n":"Uncanny Phenomena"},{"id":20122,"c":24,"u":"above%20and%20below%20sharn%3a%20important%20districts_erlw","p":164,"s":29,"h":1,"t":26,"uu":"above and below sharn: important districts|erlw","n":"Above and Below Sharn: Important Districts"},{"id":20123,"c":24,"u":"above%20and%20below%20sharn%3a%20noteworthy%20locations_erlw","p":175,"s":29,"h":1,"t":26,"uu":"above and below sharn: noteworthy locations|erlw","n":"Above and Below Sharn: Noteworthy Locations"},{"id":20124,"c":24,"u":"adventurers'%20guild%20contacts%3b%20guild%20contacts_erlw","p":66,"s":29,"h":1,"t":26,"uu":"adventurers' guild contacts; guild contacts|erlw","n":"Adventurers' Guild Contacts; Guild Contacts"},{"id":20125,"c":24,"u":"adventures%20and%20encounters%3b%20mournland%20adventure%20hooks_erlw","p":222,"s":29,"h":1,"t":26,"uu":"adventures and encounters; mournland adventure hooks|erlw","n":"Adventures and Encounters; Mournland Adventure Hooks"},{"id":20126,"c":24,"u":"adventures%20in%20sharn%3b%20life%20in%20the%20city_erlw","p":239,"s":29,"h":1,"t":26,"uu":"adventures in sharn; life in the city|erlw","n":"Adventures in Sharn; Life in the City"},{"id":20127,"c":24,"u":"arcane%20workshop%20adventures_erlw","p":190,"s":29,"h":1,"t":26,"uu":"arcane workshop adventures|erlw","n":"Arcane Workshop Adventures"},{"id":20128,"c":24,"u":"aurum%20missions_erlw","p":188,"s":29,"h":1,"t":26,"uu":"aurum missions|erlw","n":"Aurum Missions"},{"id":20129,"c":24,"u":"aurum%20npcs_erlw","p":187,"s":29,"h":1,"t":26,"uu":"aurum npcs|erlw","n":"Aurum NPCs"},{"id":20130,"c":24,"u":"boromar%20clan%20adventure%20hooks_erlw","p":249,"s":29,"h":1,"t":26,"uu":"boromar clan adventure hooks|erlw","n":"Boromar Clan Adventure Hooks"},{"id":20131,"c":24,"u":"boromar%20clan%20campaign%20themes%3b%20boromar%20clan%20assignments_erlw","p":249,"s":29,"h":1,"t":26,"uu":"boromar clan campaign themes; boromar clan assignments|erlw","n":"Boromar Clan Campaign Themes; Boromar Clan Assignments"},{"id":20132,"c":24,"u":"boromar%20villains_erlw","p":247,"s":29,"h":1,"t":26,"uu":"boromar villains|erlw","n":"Boromar Villains"},{"id":20133,"c":24,"u":"calendar%3b%20eberron%20months_erlw","p":7,"s":29,"h":1,"t":26,"uu":"calendar; eberron months|erlw","n":"Calendar; Eberron Months"},{"id":20134,"c":24,"u":"central%20plateau%3a%20important%20districts_erlw","p":161,"s":29,"h":1,"t":26,"uu":"central plateau: important districts|erlw","n":"Central Plateau: Important Districts"},{"id":20135,"c":24,"u":"central%20plateau%3a%20noteworthy%20locations_erlw","p":165,"s":29,"h":1,"t":26,"uu":"central plateau: noteworthy locations|erlw","n":"Central Plateau: Noteworthy Locations"},{"id":20136,"c":24,"u":"chamber%20missions_erlw","p":195,"s":29,"h":1,"t":26,"uu":"chamber missions|erlw","n":"Chamber Missions"},{"id":20137,"c":24,"u":"chamber%20npcs_erlw","p":195,"s":29,"h":1,"t":26,"uu":"chamber npcs|erlw","n":"Chamber NPCs"},{"id":20138,"c":24,"u":"chapter%202%3a%20khorvaire%20gazeteer%20-%20faiths%20of%20khorvaire%3b%20foundation%20of%20faith_erlw","p":140,"s":29,"h":1,"t":26,"uu":"chapter 2: khorvaire gazeteer - faiths of khorvaire; foundation of faith|erlw","n":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Foundation of Faith"},{"id":20139,"c":24,"u":"chapter%202%3a%20khorvaire%20gazeteer%20-%20faiths%20of%20khorvaire%3b%20rejection%20of%20faith_erlw","p":140,"s":29,"h":1,"t":26,"uu":"chapter 2: khorvaire gazeteer - faiths of khorvaire; rejection of faith|erlw","n":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Rejection of Faith"},{"id":20140,"c":24,"u":"city%20government%3b%20sharn%20councilors_erlw","p":156,"s":29,"h":1,"t":26,"uu":"city government; sharn councilors|erlw","n":"City Government; Sharn Councilors"},{"id":20141,"c":24,"u":"clientele_erlw","p":88,"s":29,"h":1,"t":26,"uu":"clientele|erlw","n":"Clientele"},{"id":20142,"c":24,"u":"cog%20hub%20adventures_erlw","p":250,"s":29,"h":1,"t":26,"uu":"cog hub adventures|erlw","n":"Cog Hub Adventures"},{"id":20143,"c":24,"u":"communication%20and%20security%20services_erlw","p":10,"s":29,"h":1,"t":26,"uu":"communication and security services|erlw","n":"Communication and Security Services"},{"id":20144,"c":24,"u":"creating%20common%20magic%20items_erlw","p":281,"s":29,"h":1,"t":26,"uu":"creating common magic items|erlw","n":"Creating Common Magic Items"},{"id":20145,"c":24,"u":"creatures%20of%20the%20mournland%3b%20monstrous%20mutations_erlw","p":219,"s":29,"h":1,"t":26,"uu":"creatures of the mournland; monstrous mutations|erlw","n":"Creatures of the Mournland; Monstrous Mutations"},{"id":20146,"c":24,"u":"crime%20in%20sharn%3b%20criminal%20organizations%20in%20sharn_erlw","p":245,"s":29,"h":1,"t":26,"uu":"crime in sharn; criminal organizations in sharn|erlw","n":"Crime in Sharn; Criminal Organizations in Sharn"},{"id":20147,"c":24,"u":"crime%20in%20sharn%3b%20street%20gangs_erlw","p":245,"s":29,"h":1,"t":26,"uu":"crime in sharn; street gangs|erlw","n":"Crime in Sharn; Street Gangs"},{"id":20148,"c":24,"u":"crime%20syndicate%20contacts%3b%20syndicate%20contact_erlw","p":71,"s":29,"h":1,"t":26,"uu":"crime syndicate contacts; syndicate contact|erlw","n":"Crime Syndicate Contacts; Syndicate Contact"},{"id":20149,"c":24,"u":"cult%20adventures%3b%20cult%20adventure%20hooks_erlw","p":189,"s":29,"h":1,"t":26,"uu":"cult adventures; cult adventure hooks|erlw","n":"Cult Adventures; Cult Adventure Hooks"},{"id":20150,"c":24,"u":"cults%20of%20the%20dragon%20below_erlw","p":188,"s":29,"h":1,"t":26,"uu":"cults of the dragon below|erlw","n":"Cults of the Dragon Below"},{"id":20151,"c":24,"u":"cults%20of%20the%20dragon%20below%20npcs%3b%20cult%20npcs_erlw","p":189,"s":29,"h":1,"t":26,"uu":"cults of the dragon below npcs; cult npcs|erlw","n":"Cults of the Dragon Below NPCs; Cult NPCs"},{"id":20152,"c":24,"u":"customizing%20a%20living%20spell%3b%20living%20spell%20customization_erlw","p":283,"s":29,"h":1,"t":26,"uu":"customizing a living spell; living spell customization|erlw","n":"Customizing a Living Spell; Living Spell Customization"},{"id":20153,"c":24,"u":"daanvi%2c%20the%20perfect%20order%3b%20daanvi%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"t":26,"uu":"daanvi, the perfect order; daanvi manifest zone features|erlw","n":"Daanvi, the Perfect Order; Daanvi Manifest Zone Features"},{"id":20154,"c":24,"u":"daask%20adventure%20hooks_erlw","p":252,"s":29,"h":1,"t":26,"uu":"daask adventure hooks|erlw","n":"Daask Adventure Hooks"},{"id":20155,"c":24,"u":"daask%20assignments_erlw","p":252,"s":29,"h":1,"t":26,"uu":"daask assignments|erlw","n":"Daask Assignments"},{"id":20156,"c":24,"u":"daask%20contacts_erlw","p":179,"s":29,"h":1,"t":26,"uu":"daask contacts|erlw","n":"Daask Contacts"},{"id":20157,"c":24,"u":"daask%20villains_erlw","p":250,"s":29,"h":1,"t":26,"uu":"daask villains|erlw","n":"Daask Villains"},{"id":20158,"c":24,"u":"daelkyr%20modifications_erlw","p":284,"s":29,"h":1,"t":26,"uu":"daelkyr modifications|erlw","n":"Daelkyr Modifications"},{"id":20159,"c":24,"u":"defining%20mission_erlw","p":90,"s":29,"h":1,"t":26,"uu":"defining mission|erlw","n":"Defining Mission"},{"id":20160,"c":24,"u":"deities%20of%20eberron%3b%201_erlw","p":141,"s":29,"h":1,"t":26,"uu":"deities of eberron; 1|erlw","n":"Deities of Eberron; 1"},{"id":20161,"c":24,"u":"deities%20of%20eberron%3b%202_erlw","p":141,"s":29,"h":1,"t":26,"uu":"deities of eberron; 2|erlw","n":"Deities of Eberron; 2"},{"id":20162,"c":24,"u":"deities%20of%20eberron%3b%203_erlw","p":141,"s":29,"h":1,"t":26,"uu":"deities of eberron; 3|erlw","n":"Deities of Eberron; 3"},{"id":20163,"c":24,"u":"demon%20ruin%20adventures_erlw","p":215,"s":29,"h":1,"t":26,"uu":"demon ruin adventures|erlw","n":"Demon Ruin Adventures"},{"id":20164,"c":24,"u":"dhakaani%20fort%20adventures_erlw","p":205,"s":29,"h":1,"t":26,"uu":"dhakaani fort adventures|erlw","n":"Dhakaani Fort Adventures"},{"id":20165,"c":24,"u":"dolurrh%2c%20the%20realm%20of%20the%20dead%3b%20dolurrh%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"t":26,"uu":"dolurrh, the realm of the dead; dolurrh manifest zone features|erlw","n":"Dolurrh, the Realm of the Dead; Dolurrh Manifest Zone Features"},{"id":20166,"c":24,"u":"dragonmark%20appearance%3b%20dragonmark%20quirks_erlw","p":38,"s":29,"h":1,"t":26,"uu":"dragonmark appearance; dragonmark quirks|erlw","n":"Dragonmark Appearance; Dragonmark Quirks"},{"id":20167,"c":24,"u":"dragonmarked%20house%20adventure%20hooks_erlw","p":192,"s":29,"h":1,"t":26,"uu":"dragonmarked house adventure hooks|erlw","n":"Dragonmarked House Adventure Hooks"},{"id":20168,"c":24,"u":"dragonmarked%20house%20contacts%3b%20house%20contacts_erlw","p":73,"s":29,"h":1,"t":26,"uu":"dragonmarked house contacts; house contacts|erlw","n":"Dragonmarked House Contacts; House Contacts"},{"id":20169,"c":24,"u":"dragonmarked%20npcs_erlw","p":190,"s":29,"h":1,"t":26,"uu":"dragonmarked npcs|erlw","n":"Dragonmarked NPCs"},{"id":20170,"c":24,"u":"dragonmarks%20and%20their%20houses_erlw","p":37,"s":29,"h":1,"t":26,"uu":"dragonmarks and their houses|erlw","n":"Dragonmarks and Their Houses"},{"id":20171,"c":24,"u":"dreaming%20dark%20adventure%20hooks_erlw","p":197,"s":29,"h":1,"t":26,"uu":"dreaming dark adventure hooks|erlw","n":"Dreaming Dark Adventure Hooks"},{"id":20172,"c":24,"u":"dreaming%20dark%20npcs_erlw","p":197,"s":29,"h":1,"t":26,"uu":"dreaming dark npcs|erlw","n":"Dreaming Dark NPCs"},{"id":20173,"c":24,"u":"driving%20forces%3b%20villain%20you%20don't%20understand_erlw","p":185,"s":29,"h":1,"t":26,"uu":"driving forces; villain you don't understand|erlw","n":"Driving Forces; Villain You Don't Understand"},{"id":20174,"c":24,"u":"droaam%20adventure%20hooks_erlw","p":201,"s":29,"h":1,"t":26,"uu":"droaam adventure hooks|erlw","n":"Droaam Adventure Hooks"},{"id":20175,"c":24,"u":"dura%20quarter%3a%20important%20districts_erlw","p":162,"s":29,"h":1,"t":26,"uu":"dura quarter: important districts|erlw","n":"Dura Quarter: Important Districts"},{"id":20176,"c":24,"u":"dura%20quarter%3a%20noteworthy%20locations_erlw","p":166,"s":29,"h":1,"t":26,"uu":"dura quarter: noteworthy locations|erlw","n":"Dura Quarter: Noteworthy Locations"},{"id":20177,"c":24,"u":"dwarves%20of%20the%20mror%20holds%3b%20leaving%20the%20mror%20holds_erlw","p":19,"s":29,"h":1,"t":26,"uu":"dwarves of the mror holds; leaving the mror holds|erlw","n":"Dwarves of the Mror Holds; Leaving the Mror Holds"},{"id":20178,"c":24,"u":"eberron%20crafting%20complications_erlw","p":281,"s":29,"h":1,"t":26,"uu":"eberron crafting complications|erlw","n":"Eberron Crafting Complications"},{"id":20179,"c":24,"u":"emerald%20claw%20adventure%20hooks_erlw","p":226,"s":29,"h":1,"t":26,"uu":"emerald claw adventure hooks|erlw","n":"Emerald Claw Adventure Hooks"},{"id":20180,"c":24,"u":"encounters%20and%20trinkets%3b%20mournland%20encounters_erlw","p":222,"s":29,"h":1,"t":26,"uu":"encounters and trinkets; mournland encounters|erlw","n":"Encounters and Trinkets; Mournland Encounters"},{"id":20181,"c":24,"u":"espionage%20agency%20contacts%3b%20agency%20contacts_erlw","p":78,"s":29,"h":1,"t":26,"uu":"espionage agency contacts; agency contacts|erlw","n":"Espionage Agency Contacts; Agency Contacts"},{"id":20182,"c":24,"u":"everyday%20impact_erlw","p":208,"s":29,"h":1,"t":26,"uu":"everyday impact|erlw","n":"Everyday Impact"},{"id":20183,"c":24,"u":"everyone%20has%20regrets%3b%20regrets_erlw","p":8,"s":29,"h":1,"t":26,"uu":"everyone has regrets; regrets|erlw","n":"Everyone Has Regrets; Regrets"},{"id":20184,"c":24,"u":"exotic%20languages%20of%20eberron_erlw","p":6,"s":29,"h":1,"t":26,"uu":"exotic languages of eberron|erlw","n":"Exotic Languages of Eberron"},{"id":20185,"c":24,"u":"famous%20story_erlw","p":94,"s":29,"h":1,"t":26,"uu":"famous story|erlw","n":"Famous Story"},{"id":20186,"c":24,"u":"fernia%2c%20the%20sea%20of%20fire%3b%20fernia%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"t":26,"uu":"fernia, the sea of fire; fernia manifest zone features|erlw","n":"Fernia, the Sea of Fire; Fernia Manifest Zone Features"},{"id":20187,"c":24,"u":"fortified%20outpost%20adventures_erlw","p":211,"s":29,"h":1,"t":26,"uu":"fortified outpost adventures|erlw","n":"Fortified Outpost Adventures"},{"id":20188,"c":24,"u":"gatekeeper%20adventure%20hooks_erlw","p":204,"s":29,"h":1,"t":26,"uu":"gatekeeper adventure hooks|erlw","n":"Gatekeeper Adventure Hooks"},{"id":20189,"c":24,"u":"gatekeeper%20npcs_erlw","p":202,"s":29,"h":1,"t":26,"uu":"gatekeeper npcs|erlw","n":"Gatekeeper NPCs"},{"id":20190,"c":24,"u":"gatekeeper%20seal%20adventures_erlw","p":202,"s":29,"h":1,"t":26,"uu":"gatekeeper seal adventures|erlw","n":"Gatekeeper Seal Adventures"},{"id":20191,"c":24,"u":"general%20house%20missions_erlw","p":72,"s":29,"h":1,"t":26,"uu":"general house missions|erlw","n":"General House Missions"},{"id":20192,"c":24,"u":"gnomes%20of%20zilargo%3b%20zil%20schemes_erlw","p":23,"s":29,"h":1,"t":26,"uu":"gnomes of zilargo; zil schemes|erlw","n":"Gnomes of Zilargo; Zil Schemes"},{"id":20193,"c":24,"u":"goblinoid%20npcs_erlw","p":205,"s":29,"h":1,"t":26,"uu":"goblinoid npcs|erlw","n":"Goblinoid NPCs"},{"id":20194,"c":24,"u":"group%20infamy_erlw","p":70,"s":29,"h":1,"t":26,"uu":"group infamy|erlw","n":"Group Infamy"},{"id":20195,"c":24,"u":"guild%20adventures_erlw","p":67,"s":29,"h":1,"t":26,"uu":"guild adventures|erlw","n":"Guild Adventures"},{"id":20196,"c":24,"u":"head%20of%20state%20contacts%3b%20state%20contacts_erlw","p":81,"s":29,"h":1,"t":26,"uu":"head of state contacts; state contacts|erlw","n":"Head of State Contacts; State Contacts"},{"id":20197,"c":24,"u":"heirs%20of%20dhakaan%20adventure%20hooks_erlw","p":206,"s":29,"h":1,"t":26,"uu":"heirs of dhakaan adventure hooks|erlw","n":"Heirs of Dhakaan Adventure Hooks"},{"id":20198,"c":24,"u":"hierarchy%3b%20order%20reputation_erlw","p":97,"s":29,"h":1,"t":26,"uu":"hierarchy; order reputation|erlw","n":"Hierarchy; Order Reputation"},{"id":20199,"c":24,"u":"house%20missions_erlw","p":72,"s":29,"h":1,"t":26,"uu":"house missions|erlw","n":"House Missions"},{"id":20200,"c":24,"u":"house%20status%3b%20group%20status_erlw","p":73,"s":29,"h":1,"t":26,"uu":"house status; group status|erlw","n":"House Status; Group Status"},{"id":20201,"c":24,"u":"house%20tarkanan%20adventure%20hooks_erlw","p":254,"s":29,"h":1,"t":26,"uu":"house tarkanan adventure hooks|erlw","n":"House Tarkanan Adventure Hooks"},{"id":20202,"c":24,"u":"house%20tarkanan%20assignments_erlw","p":253,"s":29,"h":1,"t":26,"uu":"house tarkanan assignments|erlw","n":"House Tarkanan Assignments"},{"id":20203,"c":24,"u":"house%20tarkanan%20villains_erlw","p":253,"s":29,"h":1,"t":26,"uu":"house tarkanan villains|erlw","n":"House Tarkanan Villains"},{"id":20204,"c":24,"u":"house%20tarkanan%3b%20tarkanan%20contacts_erlw","p":179,"s":29,"h":1,"t":26,"uu":"house tarkanan; tarkanan contacts|erlw","n":"House Tarkanan; Tarkanan Contacts"},{"id":20205,"c":24,"u":"humans%3b%20human%20origins_erlw","p":29,"s":29,"h":1,"t":26,"uu":"humans; human origins|erlw","n":"Humans; Human Origins"},{"id":20206,"c":24,"u":"immortal%20contacts%3b%20immortal%20communication_erlw","p":84,"s":29,"h":1,"t":26,"uu":"immortal contacts; immortal communication|erlw","n":"Immortal Contacts; Immortal Communication"},{"id":20207,"c":24,"u":"inn%20attractions_erlw","p":239,"s":29,"h":1,"t":26,"uu":"inn attractions|erlw","n":"Inn Attractions"},{"id":20208,"c":24,"u":"irian%2c%20the%20eternal%20dawn%3b%20irian%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"t":26,"uu":"irian, the eternal dawn; irian manifest zone features|erlw","n":"Irian, the Eternal Dawn; Irian Manifest Zone Features"},{"id":20209,"c":24,"u":"keeping%20the%20action%20going%3b%20new%20development_erlw","p":186,"s":29,"h":1,"t":26,"uu":"keeping the action going; new development|erlw","n":"Keeping the Action Going; New Development"},{"id":20210,"c":24,"u":"khoravar%20origin_erlw","p":26,"s":29,"h":1,"t":26,"uu":"khoravar origin|erlw","n":"Khoravar Origin"},{"id":20211,"c":24,"u":"kicking%20off%20the%20action%3b%20story%20kickoff_erlw","p":186,"s":29,"h":1,"t":26,"uu":"kicking off the action; story kickoff|erlw","n":"Kicking Off the Action; Story Kickoff"},{"id":20212,"c":24,"u":"kythri%2c%20the%20churning%20chaos%3b%20kythri%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"t":26,"uu":"kythri, the churning chaos; kythri manifest zone features|erlw","n":"Kythri, the Churning Chaos; Kythri Manifest Zone Features"},{"id":20213,"c":24,"u":"lamannia%2c%20the%20twilight%20forest%3b%20lamannia%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"t":26,"uu":"lamannia, the twilight forest; lamannia manifest zone features|erlw","n":"Lamannia, the Twilight Forest; Lamannia Manifest Zone Features"},{"id":20214,"c":24,"u":"library%20vault%20adventures_erlw","p":226,"s":29,"h":1,"t":26,"uu":"library vault adventures|erlw","n":"Library Vault Adventures"},{"id":20215,"c":24,"u":"lord%20of%20blades%20adventure%20hooks_erlw","p":214,"s":29,"h":1,"t":26,"uu":"lord of blades adventure hooks|erlw","n":"Lord of Blades Adventure Hooks"},{"id":20216,"c":24,"u":"lord%20of%20blades%20npcs_erlw","p":214,"s":29,"h":1,"t":26,"uu":"lord of blades npcs|erlw","n":"Lord of Blades NPCs"},{"id":20217,"c":24,"u":"lords%20of%20dust%20adventure%20hooks_erlw","p":217,"s":29,"h":1,"t":26,"uu":"lords of dust adventure hooks|erlw","n":"Lords of Dust Adventure Hooks"},{"id":20218,"c":24,"u":"lords%20of%20dust%20npcs_erlw","p":215,"s":29,"h":1,"t":26,"uu":"lords of dust npcs|erlw","n":"Lords of Dust NPCs"},{"id":20219,"c":24,"u":"mabar%2c%20the%20endless%20night%3b%20mabar%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"t":26,"uu":"mabar, the endless night; mabar manifest zone features|erlw","n":"Mabar, the Endless Night; Mabar Manifest Zone Features"},{"id":20220,"c":24,"u":"magical%20effects%3b%20environmental%20effects_erlw","p":220,"s":29,"h":1,"t":26,"uu":"magical effects; environmental effects|erlw","n":"Magical Effects; Environmental Effects"},{"id":20221,"c":24,"u":"medicine%3b%20healing%20services_erlw","p":10,"s":29,"h":1,"t":26,"uu":"medicine; healing services|erlw","n":"Medicine; Healing Services"},{"id":20222,"c":24,"u":"memorable%20mission_erlw","p":78,"s":29,"h":1,"t":26,"uu":"memorable mission|erlw","n":"Memorable Mission"},{"id":20223,"c":24,"u":"menthis%20plateau%3a%20important%20districts_erlw","p":162,"s":29,"h":1,"t":26,"uu":"menthis plateau: important districts|erlw","n":"Menthis Plateau: Important Districts"},{"id":20224,"c":24,"u":"menthis%20plateau%3a%20noteworthy%20locations_erlw","p":169,"s":29,"h":1,"t":26,"uu":"menthis plateau: noteworthy locations|erlw","n":"Menthis Plateau: Noteworthy Locations"},{"id":20225,"c":24,"u":"middle%20dura%3b%20bazaar%20merchants_erlw","p":167,"s":29,"h":1,"t":26,"uu":"middle dura; bazaar merchants|erlw","n":"Middle Dura; Bazaar Merchants"},{"id":20226,"c":24,"u":"military%20contacts%3b%20commanding%20officer_erlw","p":91,"s":29,"h":1,"t":26,"uu":"military contacts; commanding officer|erlw","n":"Military Contacts; Commanding Officer"},{"id":20227,"c":24,"u":"military%20missions_erlw","p":90,"s":29,"h":1,"t":26,"uu":"military missions|erlw","n":"Military Missions"},{"id":20228,"c":24,"u":"mournland%20villains_erlw","p":222,"s":29,"h":1,"t":26,"uu":"mournland villains|erlw","n":"Mournland Villains"},{"id":20229,"c":24,"u":"mysterious%20passengers_erlw","p":238,"s":29,"h":1,"t":26,"uu":"mysterious passengers|erlw","n":"Mysterious Passengers"},{"id":20230,"c":24,"u":"national%20affairs%3b%20cyran%20affairs_erlw","p":81,"s":29,"h":1,"t":26,"uu":"national affairs; cyran affairs|erlw","n":"National Affairs; Cyran Affairs"},{"id":20231,"c":24,"u":"nemesis_erlw","p":91,"s":29,"h":1,"t":26,"uu":"nemesis|erlw","n":"Nemesis"},{"id":20232,"c":24,"u":"newspaper%20contact_erlw","p":95,"s":29,"h":1,"t":26,"uu":"newspaper contact|erlw","n":"Newspaper Contact"},{"id":20233,"c":24,"u":"northedge%20quarter%3a%20important%20districts_erlw","p":163,"s":29,"h":1,"t":26,"uu":"northedge quarter: important districts|erlw","n":"Northedge Quarter: Important Districts"},{"id":20234,"c":24,"u":"northedge%20quarter%3a%20noteworthy%20locations_erlw","p":171,"s":29,"h":1,"t":26,"uu":"northedge quarter: noteworthy locations|erlw","n":"Northedge Quarter: Noteworthy Locations"},{"id":20235,"c":24,"u":"official%20status%3b%20state%20status_erlw","p":81,"s":29,"h":1,"t":26,"uu":"official status; state status|erlw","n":"Official Status; State Status"},{"id":20236,"c":24,"u":"orcs%20of%20the%20shadow%20marches%3b%20leaving%20the%20shadow%20marches_erlw","p":31,"s":29,"h":1,"t":26,"uu":"orcs of the shadow marches; leaving the shadow marches|erlw","n":"Orcs of the Shadow Marches; Leaving the Shadow Marches"},{"id":20237,"c":24,"u":"order%20of%20the%20emerald%20claw%20npcs%3b%20emerald%20claw%20npcs_erlw","p":226,"s":29,"h":1,"t":26,"uu":"order of the emerald claw npcs; emerald claw npcs|erlw","n":"Order of the Emerald Claw NPCs; Emerald Claw NPCs"},{"id":20238,"c":24,"u":"other%20heads%20of%20state%3b%20heads%20of%20state_erlw","p":82,"s":29,"h":1,"t":26,"uu":"other heads of state; heads of state|erlw","n":"Other Heads of State; Heads of State"},{"id":20239,"c":24,"u":"patron%20benefits%3b%20contacts_erlw","p":86,"s":29,"h":1,"t":26,"uu":"patron benefits; contacts|erlw","n":"Patron Benefits; Contacts"},{"id":20240,"c":24,"u":"patrons%20in%20eberron%3b%20patrons_erlw","p":65,"s":29,"h":1,"t":26,"uu":"patrons in eberron; patrons|erlw","n":"Patrons in Eberron; Patrons"},{"id":20241,"c":24,"u":"personal%20impact_erlw","p":206,"s":29,"h":1,"t":26,"uu":"personal impact|erlw","n":"Personal Impact"},{"id":20242,"c":24,"u":"planar%20observatory%20adventures_erlw","p":193,"s":29,"h":1,"t":26,"uu":"planar observatory adventures|erlw","n":"Planar Observatory Adventures"},{"id":20243,"c":24,"u":"religious%20order%20contacts%3b%20order%20contact_erlw","p":97,"s":29,"h":1,"t":26,"uu":"religious order contacts; order contact|erlw","n":"Religious Order Contacts; Order Contact"},{"id":20244,"c":24,"u":"reporting%20repercussions%3b%20story%20aftermath_erlw","p":95,"s":29,"h":1,"t":26,"uu":"reporting repercussions; story aftermath|erlw","n":"Reporting Repercussions; Story Aftermath"},{"id":20245,"c":24,"u":"risia%2c%20the%20plain%20of%20ice%3b%20risia%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"t":26,"uu":"risia, the plain of ice; risia manifest zone features|erlw","n":"Risia, the Plain of Ice; Risia Manifest Zone Features"},{"id":20246,"c":24,"u":"rival%20outfit%3b%20group%20rivals_erlw","p":70,"s":29,"h":1,"t":26,"uu":"rival outfit; group rivals|erlw","n":"Rival Outfit; Group Rivals"},{"id":20247,"c":24,"u":"ruined%20dhakaani%20fort%20adventures%3b%20ruined%20fort%20adventures_erlw","p":199,"s":29,"h":1,"t":26,"uu":"ruined dhakaani fort adventures; ruined fort adventures|erlw","n":"Ruined Dhakaani Fort Adventures; Ruined Fort Adventures"},{"id":20248,"c":24,"u":"scholarly%20missions_erlw","p":100,"s":29,"h":1,"t":26,"uu":"scholarly missions|erlw","n":"Scholarly Missions"},{"id":20249,"c":24,"u":"scholarly%20standing_erlw","p":100,"s":29,"h":1,"t":26,"uu":"scholarly standing|erlw","n":"Scholarly Standing"},{"id":20250,"c":24,"u":"secrets_erlw","p":78,"s":29,"h":1,"t":26,"uu":"secrets|erlw","n":"Secrets"},{"id":20251,"c":24,"u":"serving%20an%20immortal%3b%20immortal%20missions_erlw","p":84,"s":29,"h":1,"t":26,"uu":"serving an immortal; immortal missions|erlw","n":"Serving an Immortal; Immortal Missions"},{"id":20252,"c":24,"u":"serving%20the%20order%3b%20religious%20service_erlw","p":97,"s":29,"h":1,"t":26,"uu":"serving the order; religious service|erlw","n":"Serving the Order; Religious Service"},{"id":20253,"c":24,"u":"setting%20the%20stage%3b%20story%20opening_erlw","p":186,"s":29,"h":1,"t":26,"uu":"setting the stage; story opening|erlw","n":"Setting the Stage; Story Opening"},{"id":20254,"c":24,"u":"shades%20of%20evil%3b%20morally%20ambiguous%20villains_erlw","p":184,"s":29,"h":1,"t":26,"uu":"shades of evil; morally ambiguous villains|erlw","n":"Shades of Evil; Morally Ambiguous Villains"},{"id":20255,"c":24,"u":"shady%20nightclub%20adventures_erlw","p":247,"s":29,"h":1,"t":26,"uu":"shady nightclub adventures|erlw","n":"Shady Nightclub Adventures"},{"id":20256,"c":24,"u":"sharn%20heights%20adventures_erlw","p":244,"s":29,"h":1,"t":26,"uu":"sharn heights adventures|erlw","n":"Sharn Heights Adventures"},{"id":20257,"c":24,"u":"sharn%20watch%20adventure%20hooks_erlw","p":259,"s":29,"h":1,"t":26,"uu":"sharn watch adventure hooks|erlw","n":"Sharn Watch Adventure Hooks"},{"id":20258,"c":24,"u":"sharn%20watch%20assignments_erlw","p":258,"s":29,"h":1,"t":26,"uu":"sharn watch assignments|erlw","n":"Sharn Watch Assignments"},{"id":20259,"c":24,"u":"sharn%20watch%20personalities_erlw","p":257,"s":29,"h":1,"t":26,"uu":"sharn watch personalities|erlw","n":"Sharn Watch Personalities"},{"id":20260,"c":24,"u":"sharn%20watch%20races_erlw","p":257,"s":29,"h":1,"t":26,"uu":"sharn watch races|erlw","n":"Sharn Watch Races"},{"id":20261,"c":24,"u":"sharn%20watch%20villains_erlw","p":258,"s":29,"h":1,"t":26,"uu":"sharn watch villains|erlw","n":"Sharn Watch Villains"},{"id":20262,"c":24,"u":"shavarath%2c%20the%20battleground%3b%20shavarath%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"t":26,"uu":"shavarath, the battleground; shavarath manifest zone features|erlw","n":"Shavarath, the Battleground; Shavarath Manifest Zone Features"},{"id":20263,"c":24,"u":"signature%20case_erlw","p":87,"s":29,"h":1,"t":26,"uu":"signature case|erlw","n":"Signature Case"},{"id":20264,"c":24,"u":"spellcasting%20services%3b%20magewright%20casting%20fees_erlw","p":153,"s":29,"h":1,"t":26,"uu":"spellcasting services; magewright casting fees|erlw","n":"Spellcasting Services; Magewright Casting Fees"},{"id":20265,"c":24,"u":"standard%20languages%20of%20eberron_erlw","p":6,"s":29,"h":1,"t":26,"uu":"standard languages of eberron|erlw","n":"Standard Languages of Eberron"},{"id":20266,"c":24,"u":"syrania%2c%20the%20azure%20sky%3b%20syrania%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"t":26,"uu":"syrania, the azure sky; syrania manifest zone features|erlw","n":"Syrania, the Azure Sky; Syrania Manifest Zone Features"},{"id":20267,"c":24,"u":"talenta%20halflings%3b%20halfling%20quirks_erlw","p":27,"s":29,"h":1,"t":26,"uu":"talenta halflings; halfling quirks|erlw","n":"Talenta Halflings; Halfling Quirks"},{"id":20268,"c":24,"u":"tavick's%20landing%3a%20important%20districts_erlw","p":164,"s":29,"h":1,"t":26,"uu":"tavick's landing: important districts|erlw","n":"Tavick's Landing: Important Districts"},{"id":20269,"c":24,"u":"tavick's%20landing%3a%20noteworthy%20locations_erlw","p":172,"s":29,"h":1,"t":26,"uu":"tavick's landing: noteworthy locations|erlw","n":"Tavick's Landing: Noteworthy Locations"},{"id":20270,"c":24,"u":"the%20boromar%20clan%3b%20boromar%20contacts_erlw","p":179,"s":29,"h":1,"t":26,"uu":"the boromar clan; boromar contacts|erlw","n":"The Boromar Clan; Boromar Contacts"},{"id":20271,"c":24,"u":"the%20plot%20thickens_erlw","p":186,"s":29,"h":1,"t":26,"uu":"the plot thickens|erlw","n":"The Plot Thickens"},{"id":20272,"c":24,"u":"the%20role%20of%20dreams%3b%20dream%20adventures_erlw","p":196,"s":29,"h":1,"t":26,"uu":"the role of dreams; dream adventures|erlw","n":"The Role of Dreams; Dream Adventures"},{"id":20273,"c":24,"u":"the%20tyrants%3b%20tyrants%20contacts_erlw","p":180,"s":29,"h":1,"t":26,"uu":"the tyrants; tyrants contacts|erlw","n":"The Tyrants; Tyrants Contacts"},{"id":20274,"c":24,"u":"the%20villain%20you%20know%3b%20villain%20you%20know_erlw","p":184,"s":29,"h":1,"t":26,"uu":"the villain you know; villain you know|erlw","n":"The Villain You Know; Villain You Know"},{"id":20275,"c":24,"u":"thelanis%2c%20the%20faerie%20court%3b%20thelanis%20manifest%20zone%20features_erlw","p":232,"s":29,"h":1,"t":26,"uu":"thelanis, the faerie court; thelanis manifest zone features|erlw","n":"Thelanis, the Faerie Court; Thelanis Manifest Zone Features"},{"id":20276,"c":24,"u":"transportation%3b%20travel%20services_erlw","p":11,"s":29,"h":1,"t":26,"uu":"transportation; travel services|erlw","n":"Transportation; Travel Services"},{"id":20277,"c":24,"u":"types%20of%20crime%3b%20syndicate%20crimes_erlw","p":70,"s":29,"h":1,"t":26,"uu":"types of crime; syndicate crimes|erlw","n":"Types of Crime; Syndicate Crimes"},{"id":20278,"c":24,"u":"types%20of%20espionage%3b%20espionage%20missions_erlw","p":78,"s":29,"h":1,"t":26,"uu":"types of espionage; espionage missions|erlw","n":"Types of Espionage; Espionage Missions"},{"id":20279,"c":24,"u":"types%20of%20inquisitive%20work%3b%20investigative%20expertise_erlw","p":87,"s":29,"h":1,"t":26,"uu":"types of inquisitive work; investigative expertise|erlw","n":"Types of Inquisitive Work; Investigative Expertise"},{"id":20280,"c":24,"u":"types%20of%20reporting%3b%20journalistic%20focus_erlw","p":94,"s":29,"h":1,"t":26,"uu":"types of reporting; journalistic focus|erlw","n":"Types of Reporting; Journalistic Focus"},{"id":20281,"c":24,"u":"tyrants%20adventure%20hooks_erlw","p":255,"s":29,"h":1,"t":26,"uu":"tyrants adventure hooks|erlw","n":"Tyrants Adventure Hooks"},{"id":20282,"c":24,"u":"tyrants%20campaign%20themes%3b%20tyrants%20assignments_erlw","p":255,"s":29,"h":1,"t":26,"uu":"tyrants campaign themes; tyrants assignments|erlw","n":"Tyrants Campaign Themes; Tyrants Assignments"},{"id":20283,"c":24,"u":"tyrants%20villains_erlw","p":255,"s":29,"h":1,"t":26,"uu":"tyrants villains|erlw","n":"Tyrants Villains"},{"id":20284,"c":24,"u":"university%20contact_erlw","p":101,"s":29,"h":1,"t":26,"uu":"university contact|erlw","n":"University Contact"},{"id":20285,"c":24,"u":"unusual%20locations_erlw","p":219,"s":29,"h":1,"t":26,"uu":"unusual locations|erlw","n":"Unusual Locations"},{"id":20286,"c":24,"u":"war-torn%20survivor%3b%20war-torn%20villains_erlw","p":209,"s":29,"h":1,"t":26,"uu":"war-torn survivor; war-torn villains|erlw","n":"War-Torn Survivor; War-Torn Villains"},{"id":20287,"c":24,"u":"warforged%20ossuary%20adventures_erlw","p":212,"s":29,"h":1,"t":26,"uu":"warforged ossuary adventures|erlw","n":"Warforged Ossuary Adventures"},{"id":20288,"c":24,"u":"watch%20station%20adventures_erlw","p":258,"s":29,"h":1,"t":26,"uu":"watch station adventures|erlw","n":"Watch Station Adventures"},{"id":20289,"c":24,"u":"watch%20your%20step!%3b%20falling%20in%20sharn_erlw","p":152,"s":29,"h":1,"t":26,"uu":"watch your step!; falling in sharn|erlw","n":"Watch Your Step!; Falling in Sharn"},{"id":20290,"c":24,"u":"what%20happens%20next%3f%3b%20home%20base_erlw","p":240,"s":29,"h":1,"t":26,"uu":"what happens next?; home base|erlw","n":"What Happens Next?; Home Base"},{"id":20291,"c":24,"u":"what%20happens%20next%3f%3b%20lower%20sharn%20street%20events_erlw","p":240,"s":29,"h":1,"t":26,"uu":"what happens next?; lower sharn street events|erlw","n":"What Happens Next?; Lower Sharn Street Events"},{"id":20292,"c":24,"u":"what%20happens%20next%3f%3b%20skyway%20street%20events_erlw","p":240,"s":29,"h":1,"t":26,"uu":"what happens next?; skyway street events|erlw","n":"What Happens Next?; Skyway Street Events"},{"id":20293,"c":24,"u":"what%20happens%20next%3f%3b%20upper%20sharn%20street%20events_erlw","p":240,"s":29,"h":1,"t":26,"uu":"what happens next?; upper sharn street events|erlw","n":"What Happens Next?; Upper Sharn Street Events"},{"id":20294,"c":24,"u":"what's%20on%20the%20bill%3f%3b%20shows%20in%20menthis_erlw","p":170,"s":29,"h":1,"t":26,"uu":"what's on the bill?; shows in menthis|erlw","n":"What's on the Bill?; Shows in Menthis"},{"id":20295,"c":24,"u":"why%20do%20you%20need%20200%20gold%20pieces%3f%3b%20debts_erlw","p":9,"s":29,"h":1,"t":26,"uu":"why do you need 200 gold pieces?; debts|erlw","n":"Why Do You Need 200 Gold Pieces?; Debts"},{"id":20296,"c":24,"u":"xoriat%2c%20the%20realm%20of%20madness%3b%20xoriat%20manifest%20zone%20features_erlw","p":232,"s":29,"h":1,"t":26,"uu":"xoriat, the realm of madness; xoriat manifest zone features|erlw","n":"Xoriat, the Realm of Madness; Xoriat Manifest Zone Features"},{"id":20297,"c":24,"u":"arrester%20station%20adventures_ggr","p":129,"s":31,"h":1,"t":26,"uu":"arrester station adventures|ggr","n":"Arrester Station Adventures"},{"id":20298,"c":24,"u":"azorius%20character%20goals%3b%20azorius%20assignments_ggr","p":131,"s":31,"h":1,"t":26,"uu":"azorius character goals; azorius assignments|ggr","n":"Azorius Character Goals; Azorius Assignments"},{"id":20299,"c":24,"u":"azorius%20creatures_ggr","p":183,"s":31,"h":1,"t":26,"uu":"azorius creatures|ggr","n":"Azorius Creatures"},{"id":20300,"c":24,"u":"azorius%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"azorius items|ggr","n":"Azorius Items"},{"id":20301,"c":24,"u":"azorius%20npcs_ggr","p":226,"s":31,"h":1,"t":26,"uu":"azorius npcs|ggr","n":"Azorius NPCs"},{"id":20302,"c":24,"u":"azorius%20villains_ggr","p":129,"s":31,"h":1,"t":26,"uu":"azorius villains|ggr","n":"Azorius Villains"},{"id":20303,"c":24,"u":"barbarian_ggr","p":23,"s":31,"h":1,"t":26,"uu":"barbarian|ggr","n":"Barbarian"},{"id":20304,"c":24,"u":"bard_ggr","p":23,"s":31,"h":1,"t":26,"uu":"bard|ggr","n":"Bard"},{"id":20305,"c":24,"u":"boros%20character%20goals%3b%20boros%20assignments_ggr","p":133,"s":31,"h":1,"t":26,"uu":"boros character goals; boros assignments|ggr","n":"Boros Character Goals; Boros Assignments"},{"id":20306,"c":24,"u":"boros%20creatures_ggr","p":183,"s":31,"h":1,"t":26,"uu":"boros creatures|ggr","n":"Boros Creatures"},{"id":20307,"c":24,"u":"boros%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"boros items|ggr","n":"Boros Items"},{"id":20308,"c":24,"u":"boros%20npcs_ggr","p":229,"s":31,"h":1,"t":26,"uu":"boros npcs|ggr","n":"Boros NPCs"},{"id":20309,"c":24,"u":"boros%20villains_ggr","p":132,"s":31,"h":1,"t":26,"uu":"boros villains|ggr","n":"Boros Villains"},{"id":20310,"c":24,"u":"building%20a%20party%3b%20common%20cause_ggr","p":11,"s":31,"h":1,"t":26,"uu":"building a party; common cause|ggr","n":"Building a Party; Common Cause"},{"id":20311,"c":24,"u":"building%20a%20party%3b%20party%20makeup_ggr","p":11,"s":31,"h":1,"t":26,"uu":"building a party; party makeup|ggr","n":"Building a Party; Party Makeup"},{"id":20312,"c":24,"u":"cleric_ggr","p":23,"s":31,"h":1,"t":26,"uu":"cleric|ggr","n":"Cleric"},{"id":20313,"c":24,"u":"comforts%20of%20civilization%3b%20cosmopolitan%20conveniences_ggr","p":9,"s":31,"h":1,"t":26,"uu":"comforts of civilization; cosmopolitan conveniences|ggr","n":"Comforts of Civilization; Cosmopolitan Conveniences"},{"id":20314,"c":24,"u":"complications%3b%20secondary%20guild%20role_ggr","p":127,"s":31,"h":1,"t":26,"uu":"complications; secondary guild role|ggr","n":"Complications; Secondary Guild Role"},{"id":20315,"c":24,"u":"currency%3a%20zibs%20and%20zinos%3b%20ravnica%20currency_ggr","p":9,"s":31,"h":1,"t":26,"uu":"currency: zibs and zinos; ravnica currency|ggr","n":"Currency: Zibs and Zinos; Ravnica Currency"},{"id":20316,"c":24,"u":"dimir%20character%20goals%3b%20dimir%20assignments_ggr","p":137,"s":31,"h":1,"t":26,"uu":"dimir character goals; dimir assignments|ggr","n":"Dimir Character Goals; Dimir Assignments"},{"id":20317,"c":24,"u":"dimir%20creatures_ggr","p":184,"s":31,"h":1,"t":26,"uu":"dimir creatures|ggr","n":"Dimir Creatures"},{"id":20318,"c":24,"u":"dimir%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"dimir items|ggr","n":"Dimir Items"},{"id":20319,"c":24,"u":"dimir%20npcs_ggr","p":232,"s":31,"h":1,"t":26,"uu":"dimir npcs|ggr","n":"Dimir NPCs"},{"id":20320,"c":24,"u":"dimir%20villains_ggr","p":135,"s":31,"h":1,"t":26,"uu":"dimir villains|ggr","n":"Dimir Villains"},{"id":20321,"c":24,"u":"disaster%20guilds_ggr","p":125,"s":31,"h":1,"t":26,"uu":"disaster guilds|ggr","n":"Disaster Guilds"},{"id":20322,"c":24,"u":"druid_ggr","p":23,"s":31,"h":1,"t":26,"uu":"druid|ggr","n":"Druid"},{"id":20323,"c":24,"u":"dungeon%20delve%20guilds_ggr","p":124,"s":31,"h":1,"t":26,"uu":"dungeon delve guilds|ggr","n":"Dungeon Delve Guilds"},{"id":20324,"c":24,"u":"experimental%20workshop%20adventures_ggr","p":144,"s":31,"h":1,"t":26,"uu":"experimental workshop adventures|ggr","n":"Experimental Workshop Adventures"},{"id":20325,"c":24,"u":"experimental%20workshop%20map%3b%20bizarre%20magical%20effects_ggr","p":144,"s":31,"h":1,"t":26,"uu":"experimental workshop map; bizarre magical effects|ggr","n":"Experimental Workshop Map; Bizarre Magical Effects"},{"id":20326,"c":24,"u":"fighter_ggr","p":24,"s":31,"h":1,"t":26,"uu":"fighter|ggr","n":"Fighter"},{"id":20327,"c":24,"u":"golgari%20character%20goals%3b%20golgari%20assignments_ggr","p":140,"s":31,"h":1,"t":26,"uu":"golgari character goals; golgari assignments|ggr","n":"Golgari Character Goals; Golgari Assignments"},{"id":20328,"c":24,"u":"golgari%20creatures_ggr","p":184,"s":31,"h":1,"t":26,"uu":"golgari creatures|ggr","n":"Golgari Creatures"},{"id":20329,"c":24,"u":"golgari%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"golgari items|ggr","n":"Golgari Items"},{"id":20330,"c":24,"u":"golgari%20npcs_ggr","p":234,"s":31,"h":1,"t":26,"uu":"golgari npcs|ggr","n":"Golgari NPCs"},{"id":20331,"c":24,"u":"golgari%20villains_ggr","p":138,"s":31,"h":1,"t":26,"uu":"golgari villains|ggr","n":"Golgari Villains"},{"id":20332,"c":24,"u":"grand%20basilica%20adventures_ggr","p":147,"s":31,"h":1,"t":26,"uu":"grand basilica adventures|ggr","n":"Grand Basilica Adventures"},{"id":20333,"c":24,"u":"growth%20chamber%20adventures_ggr","p":156,"s":31,"h":1,"t":26,"uu":"growth chamber adventures|ggr","n":"Growth Chamber Adventures"},{"id":20334,"c":24,"u":"gruul%20character%20goals%3b%20gruul%20assignments_ggr","p":143,"s":31,"h":1,"t":26,"uu":"gruul character goals; gruul assignments|ggr","n":"Gruul Character Goals; Gruul Assignments"},{"id":20335,"c":24,"u":"gruul%20creatures_ggr","p":185,"s":31,"h":1,"t":26,"uu":"gruul creatures|ggr","n":"Gruul Creatures"},{"id":20336,"c":24,"u":"gruul%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"gruul items|ggr","n":"Gruul Items"},{"id":20337,"c":24,"u":"gruul%20npcs_ggr","p":237,"s":31,"h":1,"t":26,"uu":"gruul npcs|ggr","n":"Gruul NPCs"},{"id":20338,"c":24,"u":"gruul%20villains_ggr","p":141,"s":31,"h":1,"t":26,"uu":"gruul villains|ggr","n":"Gruul Villains"},{"id":20339,"c":24,"u":"guild%20character%20objectives_ggr","p":124,"s":31,"h":1,"t":26,"uu":"guild character objectives|ggr","n":"Guild Character Objectives"},{"id":20340,"c":24,"u":"guild%20intrigue_ggr","p":127,"s":31,"h":1,"t":26,"uu":"guild intrigue|ggr","n":"Guild Intrigue"},{"id":20341,"c":24,"u":"guild%20locations%3b%20guild%20location%20goals_ggr","p":123,"s":31,"h":1,"t":26,"uu":"guild locations; guild location goals|ggr","n":"Guild Locations; Guild Location Goals"},{"id":20342,"c":24,"u":"guild%20villains_ggr","p":123,"s":31,"h":1,"t":26,"uu":"guild villains|ggr","n":"Guild Villains"},{"id":20343,"c":24,"u":"guilds%20and%20magic%20items%3b%20general%20items_ggr","p":174,"s":31,"h":1,"t":26,"uu":"guilds and magic items; general items|ggr","n":"Guilds and Magic Items; General Items"},{"id":20344,"c":24,"u":"involving%20the%20characters%3b%20cross%20purposes_ggr","p":126,"s":31,"h":1,"t":26,"uu":"involving the characters; cross purposes|ggr","n":"Involving the Characters; Cross Purposes"},{"id":20345,"c":24,"u":"izzet%20character%20goals%3b%20izzet%20assignments_ggr","p":146,"s":31,"h":1,"t":26,"uu":"izzet character goals; izzet assignments|ggr","n":"Izzet Character Goals; Izzet Assignments"},{"id":20346,"c":24,"u":"izzet%20creatures_ggr","p":185,"s":31,"h":1,"t":26,"uu":"izzet creatures|ggr","n":"Izzet Creatures"},{"id":20347,"c":24,"u":"izzet%20items_ggr","p":175,"s":31,"h":1,"t":26,"uu":"izzet items|ggr","n":"Izzet Items"},{"id":20348,"c":24,"u":"izzet%20npcs_ggr","p":240,"s":31,"h":1,"t":26,"uu":"izzet npcs|ggr","n":"Izzet NPCs"},{"id":20349,"c":24,"u":"izzet%20villains_ggr","p":144,"s":31,"h":1,"t":26,"uu":"izzet villains|ggr","n":"Izzet Villains"},{"id":20350,"c":24,"u":"joining%20the%20gruul%20clans%3b%20gruul%20clan%20options_ggr","p":59,"s":31,"h":1,"t":26,"uu":"joining the gruul clans; gruul clan options|ggr","n":"Joining the Gruul Clans; Gruul Clan Options"},{"id":20351,"c":24,"u":"legion%20garrison%20adventures_ggr","p":132,"s":31,"h":1,"t":26,"uu":"legion garrison adventures|ggr","n":"Legion Garrison Adventures"},{"id":20352,"c":24,"u":"linked%20locations%3b%20location%20connections_ggr","p":123,"s":31,"h":1,"t":26,"uu":"linked locations; location connections|ggr","n":"Linked Locations; Location Connections"},{"id":20353,"c":24,"u":"membership%20and%20independence_ggr","p":31,"s":31,"h":1,"t":26,"uu":"membership and independence|ggr","n":"Membership and Independence"},{"id":20354,"c":24,"u":"monk_ggr","p":24,"s":31,"h":1,"t":26,"uu":"monk|ggr","n":"Monk"},{"id":20355,"c":24,"u":"mystery%20guilds_ggr","p":125,"s":31,"h":1,"t":26,"uu":"mystery guilds|ggr","n":"Mystery Guilds"},{"id":20356,"c":24,"u":"notorious%20nightclub%20adventures_ggr","p":150,"s":31,"h":1,"t":26,"uu":"notorious nightclub adventures|ggr","n":"Notorious Nightclub Adventures"},{"id":20357,"c":24,"u":"orzhov%20character%20goals%3b%20orzhov%20assignments_ggr","p":149,"s":31,"h":1,"t":26,"uu":"orzhov character goals; orzhov assignments|ggr","n":"Orzhov Character Goals; Orzhov Assignments"},{"id":20358,"c":24,"u":"orzhov%20creatures_ggr","p":186,"s":31,"h":1,"t":26,"uu":"orzhov creatures|ggr","n":"Orzhov Creatures"},{"id":20359,"c":24,"u":"orzhov%20items_ggr","p":176,"s":31,"h":1,"t":26,"uu":"orzhov items|ggr","n":"Orzhov Items"},{"id":20360,"c":24,"u":"orzhov%20npcs_ggr","p":244,"s":31,"h":1,"t":26,"uu":"orzhov npcs|ggr","n":"Orzhov NPCs"},{"id":20361,"c":24,"u":"orzhov%20villains_ggr","p":147,"s":31,"h":1,"t":26,"uu":"orzhov villains|ggr","n":"Orzhov Villains"},{"id":20362,"c":24,"u":"other%20adventure%20hooks%3b%20azorius%20adventure%20hooks_ggr","p":131,"s":31,"h":1,"t":26,"uu":"other adventure hooks; azorius adventure hooks|ggr","n":"Other Adventure Hooks; Azorius Adventure Hooks"},{"id":20363,"c":24,"u":"other%20adventure%20hooks%3b%20boros%20adventure%20hooks_ggr","p":133,"s":31,"h":1,"t":26,"uu":"other adventure hooks; boros adventure hooks|ggr","n":"Other Adventure Hooks; Boros Adventure Hooks"},{"id":20364,"c":24,"u":"other%20adventure%20hooks%3b%20dimir%20adventure%20hooks_ggr","p":137,"s":31,"h":1,"t":26,"uu":"other adventure hooks; dimir adventure hooks|ggr","n":"Other Adventure Hooks; Dimir Adventure Hooks"},{"id":20365,"c":24,"u":"other%20adventure%20hooks%3b%20golgari%20adventure%20hooks_ggr","p":140,"s":31,"h":1,"t":26,"uu":"other adventure hooks; golgari adventure hooks|ggr","n":"Other Adventure Hooks; Golgari Adventure Hooks"},{"id":20366,"c":24,"u":"other%20adventure%20hooks%3b%20gruul%20adventure%20hooks_ggr","p":143,"s":31,"h":1,"t":26,"uu":"other adventure hooks; gruul adventure hooks|ggr","n":"Other Adventure Hooks; Gruul Adventure Hooks"},{"id":20367,"c":24,"u":"other%20adventure%20hooks%3b%20izzet%20adventure%20hooks_ggr","p":146,"s":31,"h":1,"t":26,"uu":"other adventure hooks; izzet adventure hooks|ggr","n":"Other Adventure Hooks; Izzet Adventure Hooks"},{"id":20368,"c":24,"u":"other%20adventure%20hooks%3b%20orzhov%20adventure%20hooks_ggr","p":149,"s":31,"h":1,"t":26,"uu":"other adventure hooks; orzhov adventure hooks|ggr","n":"Other Adventure Hooks; Orzhov Adventure Hooks"},{"id":20369,"c":24,"u":"other%20adventure%20hooks%3b%20rakdos%20adventure%20hooks_ggr","p":153,"s":31,"h":1,"t":26,"uu":"other adventure hooks; rakdos adventure hooks|ggr","n":"Other Adventure Hooks; Rakdos Adventure Hooks"},{"id":20370,"c":24,"u":"other%20adventure%20hooks%3b%20selesnya%20adventure%20hooks_ggr","p":156,"s":31,"h":1,"t":26,"uu":"other adventure hooks; selesnya adventure hooks|ggr","n":"Other Adventure Hooks; Selesnya Adventure Hooks"},{"id":20371,"c":24,"u":"other%20adventure%20hooks%3b%20simic%20adventure%20hooks_ggr","p":159,"s":31,"h":1,"t":26,"uu":"other adventure hooks; simic adventure hooks|ggr","n":"Other Adventure Hooks; Simic Adventure Hooks"},{"id":20372,"c":24,"u":"pack%20beasts_ggr","p":188,"s":31,"h":1,"t":26,"uu":"pack beasts|ggr","n":"Pack Beasts"},{"id":20373,"c":24,"u":"paladin_ggr","p":24,"s":31,"h":1,"t":26,"uu":"paladin|ggr","n":"Paladin"},{"id":20374,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20five_ggr","p":118,"s":31,"h":1,"t":26,"uu":"people on the street—precinct five|ggr","n":"People on the Street—Precinct Five"},{"id":20375,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20four_ggr","p":114,"s":31,"h":1,"t":26,"uu":"people on the street—precinct four|ggr","n":"People on the Street—Precinct Four"},{"id":20376,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20one_ggr","p":105,"s":31,"h":1,"t":26,"uu":"people on the street—precinct one|ggr","n":"People on the Street—Precinct One"},{"id":20377,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20six_ggr","p":121,"s":31,"h":1,"t":26,"uu":"people on the street—precinct six|ggr","n":"People on the Street—Precinct Six"},{"id":20378,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20three_ggr","p":111,"s":31,"h":1,"t":26,"uu":"people on the street—precinct three|ggr","n":"People on the Street—Precinct Three"},{"id":20379,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20two_ggr","p":108,"s":31,"h":1,"t":26,"uu":"people on the street—precinct two|ggr","n":"People on the Street—Precinct Two"},{"id":20380,"c":24,"u":"plots%20and%20intrigue%3b%20intrigue%20guilds_ggr","p":124,"s":31,"h":1,"t":26,"uu":"plots and intrigue; intrigue guilds|ggr","n":"Plots and Intrigue; Intrigue Guilds"},{"id":20381,"c":24,"u":"protection%20guilds_ggr","p":125,"s":31,"h":1,"t":26,"uu":"protection guilds|ggr","n":"Protection Guilds"},{"id":20382,"c":24,"u":"rakdos%20character%20goals%3b%20rakdos%20assignments_ggr","p":153,"s":31,"h":1,"t":26,"uu":"rakdos character goals; rakdos assignments|ggr","n":"Rakdos Character Goals; Rakdos Assignments"},{"id":20383,"c":24,"u":"rakdos%20creatures_ggr","p":186,"s":31,"h":1,"t":26,"uu":"rakdos creatures|ggr","n":"Rakdos Creatures"},{"id":20384,"c":24,"u":"rakdos%20items_ggr","p":176,"s":31,"h":1,"t":26,"uu":"rakdos items|ggr","n":"Rakdos Items"},{"id":20385,"c":24,"u":"rakdos%20npcs_ggr","p":246,"s":31,"h":1,"t":26,"uu":"rakdos npcs|ggr","n":"Rakdos NPCs"},{"id":20386,"c":24,"u":"rakdos%20villains_ggr","p":152,"s":31,"h":1,"t":26,"uu":"rakdos villains|ggr","n":"Rakdos Villains"},{"id":20387,"c":24,"u":"random%20guilds_ggr","p":6,"s":31,"h":1,"t":26,"uu":"random guilds|ggr","n":"Random Guilds"},{"id":20388,"c":24,"u":"random%20height%20and%20weight_ggr","p":12,"s":31,"h":1,"t":26,"uu":"random height and weight|ggr","n":"Random Height and Weight"},{"id":20389,"c":24,"u":"ranger_ggr","p":24,"s":31,"h":1,"t":26,"uu":"ranger|ggr","n":"Ranger"},{"id":20390,"c":24,"u":"ravnica's%20calendar_ggr","p":7,"s":31,"h":1,"t":26,"uu":"ravnica's calendar|ggr","n":"Ravnica's Calendar"},{"id":20391,"c":24,"u":"rogue_ggr","p":24,"s":31,"h":1,"t":26,"uu":"rogue|ggr","n":"Rogue"},{"id":20392,"c":24,"u":"rubblebelt%20encampment%20adventures_ggr","p":141,"s":31,"h":1,"t":26,"uu":"rubblebelt encampment adventures|ggr","n":"Rubblebelt Encampment Adventures"},{"id":20393,"c":24,"u":"rumors%e2%80%94precinct%20five_ggr","p":118,"s":31,"h":1,"t":26,"uu":"rumors—precinct five|ggr","n":"Rumors—Precinct Five"},{"id":20394,"c":24,"u":"rumors%e2%80%94precinct%20four_ggr","p":114,"s":31,"h":1,"t":26,"uu":"rumors—precinct four|ggr","n":"Rumors—Precinct Four"},{"id":20395,"c":24,"u":"rumors%e2%80%94precinct%20one_ggr","p":105,"s":31,"h":1,"t":26,"uu":"rumors—precinct one|ggr","n":"Rumors—Precinct One"},{"id":20396,"c":24,"u":"rumors%e2%80%94precinct%20six_ggr","p":121,"s":31,"h":1,"t":26,"uu":"rumors—precinct six|ggr","n":"Rumors—Precinct Six"},{"id":20397,"c":24,"u":"rumors%e2%80%94precinct%20three_ggr","p":111,"s":31,"h":1,"t":26,"uu":"rumors—precinct three|ggr","n":"Rumors—Precinct Three"},{"id":20398,"c":24,"u":"rumors%e2%80%94precinct%20two_ggr","p":108,"s":31,"h":1,"t":26,"uu":"rumors—precinct two|ggr","n":"Rumors—Precinct Two"},{"id":20399,"c":24,"u":"safe%20house%20adventures_ggr","p":135,"s":31,"h":1,"t":26,"uu":"safe house adventures|ggr","n":"Safe House Adventures"},{"id":20400,"c":24,"u":"selesnya%20character%20goals%3b%20selesnya%20assignments_ggr","p":156,"s":31,"h":1,"t":26,"uu":"selesnya character goals; selesnya assignments|ggr","n":"Selesnya Character Goals; Selesnya Assignments"},{"id":20401,"c":24,"u":"selesnya%20creatures_ggr","p":187,"s":31,"h":1,"t":26,"uu":"selesnya creatures|ggr","n":"Selesnya Creatures"},{"id":20402,"c":24,"u":"selesnya%20items_ggr","p":176,"s":31,"h":1,"t":26,"uu":"selesnya items|ggr","n":"Selesnya Items"},{"id":20403,"c":24,"u":"selesnya%20npcs_ggr","p":251,"s":31,"h":1,"t":26,"uu":"selesnya npcs|ggr","n":"Selesnya NPCs"},{"id":20404,"c":24,"u":"selesnya%20villains_ggr","p":155,"s":31,"h":1,"t":26,"uu":"selesnya villains|ggr","n":"Selesnya Villains"},{"id":20405,"c":24,"u":"simic%20character%20goals%3b%20simic%20assignments_ggr","p":159,"s":31,"h":1,"t":26,"uu":"simic character goals; simic assignments|ggr","n":"Simic Character Goals; Simic Assignments"},{"id":20406,"c":24,"u":"simic%20creatures_ggr","p":187,"s":31,"h":1,"t":26,"uu":"simic creatures|ggr","n":"Simic Creatures"},{"id":20407,"c":24,"u":"simic%20items_ggr","p":176,"s":31,"h":1,"t":26,"uu":"simic items|ggr","n":"Simic Items"},{"id":20408,"c":24,"u":"simic%20npcs_ggr","p":254,"s":31,"h":1,"t":26,"uu":"simic npcs|ggr","n":"Simic NPCs"},{"id":20409,"c":24,"u":"simic%20villains_ggr","p":158,"s":31,"h":1,"t":26,"uu":"simic villains|ggr","n":"Simic Villains"},{"id":20410,"c":24,"u":"sorcerer_ggr","p":25,"s":31,"h":1,"t":26,"uu":"sorcerer|ggr","n":"Sorcerer"},{"id":20411,"c":24,"u":"standard%20languages_ggr","p":9,"s":31,"h":1,"t":26,"uu":"standard languages|ggr","n":"Standard Languages"},{"id":20412,"c":24,"u":"undercity%20mansion%20adventures_ggr","p":138,"s":31,"h":1,"t":26,"uu":"undercity mansion adventures|ggr","n":"Undercity Mansion Adventures"},{"id":20413,"c":24,"u":"vernadi%20center%20adventures_ggr","p":153,"s":31,"h":1,"t":26,"uu":"vernadi center adventures|ggr","n":"Vernadi Center Adventures"},{"id":20414,"c":24,"u":"warlock_ggr","p":25,"s":31,"h":1,"t":26,"uu":"warlock|ggr","n":"Warlock"},{"id":20415,"c":24,"u":"wilderness%20guilds_ggr","p":124,"s":31,"h":1,"t":26,"uu":"wilderness guilds|ggr","n":"Wilderness Guilds"},{"id":20416,"c":24,"u":"wizard_ggr","p":25,"s":31,"h":1,"t":26,"uu":"wizard|ggr","n":"Wizard"},{"id":20417,"c":24,"u":"lizardfolk%20names%20%e2%80%93%20general_gos","p":64,"s":33,"h":1,"t":26,"uu":"lizardfolk names – general|gos","n":"Lizardfolk Names – General"},{"id":20418,"c":24,"u":"open%20water%20encounters%20(levels%2011%e2%80%9420)_gos","p":207,"s":33,"h":1,"t":26,"uu":"open water encounters (levels 11—20)|gos","n":"Open Water Encounters (Levels 11—20)"},{"id":20419,"c":24,"u":"open%20water%20encounters%20(levels%201%e2%80%944)_gos","p":207,"s":33,"h":1,"t":26,"uu":"open water encounters (levels 1—4)|gos","n":"Open Water Encounters (Levels 1—4)"},{"id":20420,"c":24,"u":"open%20water%20encounters%20(levels%205%e2%80%9410)_gos","p":207,"s":33,"h":1,"t":26,"uu":"open water encounters (levels 5—10)|gos","n":"Open Water Encounters (Levels 5—10)"},{"id":20421,"c":24,"u":"experience%20points%20by%20challenge%20rating_mm","p":9,"s":44,"h":1,"t":26,"uu":"experience points by challenge rating|mm","n":"Experience Points by Challenge Rating"},{"id":20422,"c":24,"u":"hit%20points%3b%20hit%20dice%20by%20size_mm","p":7,"s":44,"h":1,"t":26,"uu":"hit points; hit dice by size|mm","n":"Hit Points; Hit Dice by Size"},{"id":20423,"c":24,"u":"new%20action%3a%20breath%20weapon_mm","p":180,"s":44,"h":1,"t":26,"uu":"new action: breath weapon|mm","n":"New Action: Breath Weapon"},{"id":20424,"c":24,"u":"resistances_mm","p":180,"s":44,"h":1,"t":26,"uu":"resistances|mm","n":"Resistances"},{"id":20425,"c":24,"u":"saving%20throws%3b%20proficiency%20bonus%20by%20challenge%20rating_mm","p":8,"s":44,"h":1,"t":26,"uu":"saving throws; proficiency bonus by challenge rating|mm","n":"Saving Throws; Proficiency Bonus by Challenge Rating"},{"id":20426,"c":24,"u":"size%20categories_mm","p":6,"s":44,"h":1,"t":26,"uu":"size categories|mm","n":"Size Categories"},{"id":20427,"c":24,"u":"abandoned%20temple%20adventures_mot","p":146,"s":45,"h":1,"t":26,"uu":"abandoned temple adventures|mot","n":"Abandoned Temple Adventures"},{"id":20428,"c":24,"u":"abandoned%20temple%20condition_mot","p":146,"s":45,"h":1,"t":26,"uu":"abandoned temple condition|mot","n":"Abandoned Temple Condition"},{"id":20429,"c":24,"u":"abandoned%20temple%20villains_mot","p":146,"s":45,"h":1,"t":26,"uu":"abandoned temple villains|mot","n":"Abandoned Temple Villains"},{"id":20430,"c":24,"u":"agora%20adventures_mot","p":122,"s":45,"h":1,"t":26,"uu":"agora adventures|mot","n":"Agora Adventures"},{"id":20431,"c":24,"u":"agora%20villains_mot","p":122,"s":45,"h":1,"t":26,"uu":"agora villains|mot","n":"Agora Villains"},{"id":20432,"c":24,"u":"amphitheater%20adventures_mot","p":166,"s":45,"h":1,"t":26,"uu":"amphitheater adventures|mot","n":"Amphitheater Adventures"},{"id":20433,"c":24,"u":"amphitheater%20villains_mot","p":166,"s":45,"h":1,"t":26,"uu":"amphitheater villains|mot","n":"Amphitheater Villains"},{"id":20434,"c":24,"u":"arena%20adventures_mot","p":134,"s":45,"h":1,"t":26,"uu":"arena adventures|mot","n":"Arena Adventures"},{"id":20435,"c":24,"u":"arena%20villains_mot","p":134,"s":45,"h":1,"t":26,"uu":"arena villains|mot","n":"Arena Villains"},{"id":20436,"c":24,"u":"artifacts%3b%20weapons%20of%20the%20gods%20adventures_mot","p":198,"s":45,"h":1,"t":26,"uu":"artifacts; weapons of the gods adventures|mot","n":"Artifacts; Weapons of the Gods Adventures"},{"id":20437,"c":24,"u":"athreos's%20divine%20schemes_mot","p":117,"s":45,"h":1,"t":26,"uu":"athreos's divine schemes|mot","n":"Athreos's Divine Schemes"},{"id":20438,"c":24,"u":"athreos's%20monsters_mot","p":116,"s":45,"h":1,"t":26,"uu":"athreos's monsters|mot","n":"Athreos's Monsters"},{"id":20439,"c":24,"u":"athreos's%20quests_mot","p":116,"s":45,"h":1,"t":26,"uu":"athreos's quests|mot","n":"Athreos's Quests"},{"id":20440,"c":24,"u":"athreos's%20villains_mot","p":116,"s":45,"h":1,"t":26,"uu":"athreos's villains|mot","n":"Athreos's Villains"},{"id":20441,"c":24,"u":"canyon%20shrine%20adventures_mot","p":154,"s":45,"h":1,"t":26,"uu":"canyon shrine adventures|mot","n":"Canyon Shrine Adventures"},{"id":20442,"c":24,"u":"canyon%20shrine%20villains_mot","p":154,"s":45,"h":1,"t":26,"uu":"canyon shrine villains|mot","n":"Canyon Shrine Villains"},{"id":20443,"c":24,"u":"coastal%20temple%20adventures_mot","p":174,"s":45,"h":1,"t":26,"uu":"coastal temple adventures|mot","n":"Coastal Temple Adventures"},{"id":20444,"c":24,"u":"coastal%20temple%20villains_mot","p":174,"s":45,"h":1,"t":26,"uu":"coastal temple villains|mot","n":"Coastal Temple Villains"},{"id":20445,"c":24,"u":"embarking%20on%20adventure%3b%20adventures%20at%20sea_mot","p":176,"s":45,"h":1,"t":26,"uu":"embarking on adventure; adventures at sea|mot","n":"Embarking on Adventure; Adventures at Sea"},{"id":20446,"c":24,"u":"ephara's%20divine%20schemes_mot","p":121,"s":45,"h":1,"t":26,"uu":"ephara's divine schemes|mot","n":"Ephara's Divine Schemes"},{"id":20447,"c":24,"u":"ephara's%20monsters_mot","p":120,"s":45,"h":1,"t":26,"uu":"ephara's monsters|mot","n":"Ephara's Monsters"},{"id":20448,"c":24,"u":"ephara's%20quests_mot","p":120,"s":45,"h":1,"t":26,"uu":"ephara's quests|mot","n":"Ephara's Quests"},{"id":20449,"c":24,"u":"ephara's%20villains_mot","p":120,"s":45,"h":1,"t":26,"uu":"ephara's villains|mot","n":"Ephara's Villains"},{"id":20450,"c":24,"u":"erebos's%20divine%20schemes_mot","p":125,"s":45,"h":1,"t":26,"uu":"erebos's divine schemes|mot","n":"Erebos's Divine Schemes"},{"id":20451,"c":24,"u":"erebos's%20monsters_mot","p":124,"s":45,"h":1,"t":26,"uu":"erebos's monsters|mot","n":"Erebos's Monsters"},{"id":20452,"c":24,"u":"erebos's%20quests_mot","p":124,"s":45,"h":1,"t":26,"uu":"erebos's quests|mot","n":"Erebos's Quests"},{"id":20453,"c":24,"u":"erebos's%20villains_mot","p":124,"s":45,"h":1,"t":26,"uu":"erebos's villains|mot","n":"Erebos's Villains"},{"id":20454,"c":24,"u":"exotic%20languages_mot","p":9,"s":45,"h":1,"t":26,"uu":"exotic languages|mot","n":"Exotic Languages"},{"id":20455,"c":24,"u":"forest%20shrine%20adventures_mot","p":158,"s":45,"h":1,"t":26,"uu":"forest shrine adventures|mot","n":"Forest Shrine Adventures"},{"id":20456,"c":24,"u":"forest%20shrine%20villains_mot","p":158,"s":45,"h":1,"t":26,"uu":"forest shrine villains|mot","n":"Forest Shrine Villains"},{"id":20457,"c":24,"u":"gifts%20of%20the%20gods%3b%20remarkable%20origins_mot","p":195,"s":45,"h":1,"t":26,"uu":"gifts of the gods; remarkable origins|mot","n":"Gifts of the Gods; Remarkable Origins"},{"id":20458,"c":24,"u":"gods%20of%20theros_mot","p":35,"s":45,"h":1,"t":26,"uu":"gods of theros|mot","n":"Gods of Theros"},{"id":20459,"c":24,"u":"graveyard%20temple%20adventures_mot","p":126,"s":45,"h":1,"t":26,"uu":"graveyard temple adventures|mot","n":"Graveyard Temple Adventures"},{"id":20460,"c":24,"u":"graveyard%20temple%20villains_mot","p":126,"s":45,"h":1,"t":26,"uu":"graveyard temple villains|mot","n":"Graveyard Temple Villains"},{"id":20461,"c":24,"u":"healing%20pools%20adventures_mot","p":162,"s":45,"h":1,"t":26,"uu":"healing pools adventures|mot","n":"Healing Pools Adventures"},{"id":20462,"c":24,"u":"healing%20pools%20villains_mot","p":162,"s":45,"h":1,"t":26,"uu":"healing pools villains|mot","n":"Healing Pools Villains"},{"id":20463,"c":24,"u":"heliod's%20divine%20schemes_mot","p":129,"s":45,"h":1,"t":26,"uu":"heliod's divine schemes|mot","n":"Heliod's Divine Schemes"},{"id":20464,"c":24,"u":"heliod's%20monsters_mot","p":128,"s":45,"h":1,"t":26,"uu":"heliod's monsters|mot","n":"Heliod's Monsters"},{"id":20465,"c":24,"u":"heliod's%20quests_mot","p":128,"s":45,"h":1,"t":26,"uu":"heliod's quests|mot","n":"Heliod's Quests"},{"id":20466,"c":24,"u":"heliod's%20villains_mot","p":128,"s":45,"h":1,"t":26,"uu":"heliod's villains|mot","n":"Heliod's Villains"},{"id":20467,"c":24,"u":"iroas's%20divine%20schemes_mot","p":133,"s":45,"h":1,"t":26,"uu":"iroas's divine schemes|mot","n":"Iroas's Divine Schemes"},{"id":20468,"c":24,"u":"iroas's%20monsters_mot","p":132,"s":45,"h":1,"t":26,"uu":"iroas's monsters|mot","n":"Iroas's Monsters"},{"id":20469,"c":24,"u":"iroas's%20quests_mot","p":132,"s":45,"h":1,"t":26,"uu":"iroas's quests|mot","n":"Iroas's Quests"},{"id":20470,"c":24,"u":"iroas's%20villains_mot","p":132,"s":45,"h":1,"t":26,"uu":"iroas's villains|mot","n":"Iroas's Villains"},{"id":20471,"c":24,"u":"island%20environments_mot","p":177,"s":45,"h":1,"t":26,"uu":"island environments|mot","n":"Island Environments"},{"id":20472,"c":24,"u":"island%20inhabitants_mot","p":178,"s":45,"h":1,"t":26,"uu":"island inhabitants|mot","n":"Island Inhabitants"},{"id":20473,"c":24,"u":"karametra's%20divine%20schemes_mot","p":137,"s":45,"h":1,"t":26,"uu":"karametra's divine schemes|mot","n":"Karametra's Divine Schemes"},{"id":20474,"c":24,"u":"karametra's%20monsters_mot","p":136,"s":45,"h":1,"t":26,"uu":"karametra's monsters|mot","n":"Karametra's Monsters"},{"id":20475,"c":24,"u":"karametra's%20quests_mot","p":136,"s":45,"h":1,"t":26,"uu":"karametra's quests|mot","n":"Karametra's Quests"},{"id":20476,"c":24,"u":"karametra's%20villains_mot","p":136,"s":45,"h":1,"t":26,"uu":"karametra's villains|mot","n":"Karametra's Villains"},{"id":20477,"c":24,"u":"keranos's%20divine%20schemes_mot","p":141,"s":45,"h":1,"t":26,"uu":"keranos's divine schemes|mot","n":"Keranos's Divine Schemes"},{"id":20478,"c":24,"u":"keranos's%20monsters_mot","p":140,"s":45,"h":1,"t":26,"uu":"keranos's monsters|mot","n":"Keranos's Monsters"},{"id":20479,"c":24,"u":"keranos's%20quests_mot","p":140,"s":45,"h":1,"t":26,"uu":"keranos's quests|mot","n":"Keranos's Quests"},{"id":20480,"c":24,"u":"keranos's%20villains_mot","p":140,"s":45,"h":1,"t":26,"uu":"keranos's villains|mot","n":"Keranos's Villains"},{"id":20481,"c":24,"u":"klothys's%20divine%20schemes_mot","p":145,"s":45,"h":1,"t":26,"uu":"klothys's divine schemes|mot","n":"Klothys's Divine Schemes"},{"id":20482,"c":24,"u":"klothys's%20monsters_mot","p":144,"s":45,"h":1,"t":26,"uu":"klothys's monsters|mot","n":"Klothys's Monsters"},{"id":20483,"c":24,"u":"klothys's%20quests_mot","p":144,"s":45,"h":1,"t":26,"uu":"klothys's quests|mot","n":"Klothys's Quests"},{"id":20484,"c":24,"u":"klothys's%20villains_mot","p":144,"s":45,"h":1,"t":26,"uu":"klothys's villains|mot","n":"Klothys's Villains"},{"id":20485,"c":24,"u":"kruphix's%20divine%20schemes_mot","p":149,"s":45,"h":1,"t":26,"uu":"kruphix's divine schemes|mot","n":"Kruphix's Divine Schemes"},{"id":20486,"c":24,"u":"kruphix's%20monsters_mot","p":148,"s":45,"h":1,"t":26,"uu":"kruphix's monsters|mot","n":"Kruphix's Monsters"},{"id":20487,"c":24,"u":"kruphix's%20quests_mot","p":148,"s":45,"h":1,"t":26,"uu":"kruphix's quests|mot","n":"Kruphix's Quests"},{"id":20488,"c":24,"u":"kruphix's%20villains_mot","p":148,"s":45,"h":1,"t":26,"uu":"kruphix's villains|mot","n":"Kruphix's Villains"},{"id":20489,"c":24,"u":"mogis's%20divine%20schemes_mot","p":153,"s":45,"h":1,"t":26,"uu":"mogis's divine schemes|mot","n":"Mogis's Divine Schemes"},{"id":20490,"c":24,"u":"mogis's%20monsters_mot","p":152,"s":45,"h":1,"t":26,"uu":"mogis's monsters|mot","n":"Mogis's Monsters"},{"id":20491,"c":24,"u":"mogis's%20quests_mot","p":152,"s":45,"h":1,"t":26,"uu":"mogis's quests|mot","n":"Mogis's Quests"},{"id":20492,"c":24,"u":"mogis's%20villains_mot","p":152,"s":45,"h":1,"t":26,"uu":"mogis's villains|mot","n":"Mogis's Villains"},{"id":20493,"c":24,"u":"nylea's%20divine%20schemes_mot","p":157,"s":45,"h":1,"t":26,"uu":"nylea's divine schemes|mot","n":"Nylea's Divine Schemes"},{"id":20494,"c":24,"u":"nylea's%20monsters_mot","p":157,"s":45,"h":1,"t":26,"uu":"nylea's monsters|mot","n":"Nylea's Monsters"},{"id":20495,"c":24,"u":"nylea's%20quests_mot","p":156,"s":45,"h":1,"t":26,"uu":"nylea's quests|mot","n":"Nylea's Quests"},{"id":20496,"c":24,"u":"nylea's%20villains_mot","p":156,"s":45,"h":1,"t":26,"uu":"nylea's villains|mot","n":"Nylea's Villains"},{"id":20497,"c":24,"u":"nyxborn%20creatures%3b%20nyxborn%20monster%20origin_mot","p":203,"s":45,"h":1,"t":26,"uu":"nyxborn creatures; nyxborn monster origin|mot","n":"Nyxborn Creatures; Nyxborn Monster Origin"},{"id":20498,"c":24,"u":"nyxborn%20statistics%3b%20nyxborn%20traits_mot","p":203,"s":45,"h":1,"t":26,"uu":"nyxborn statistics; nyxborn traits|mot","n":"Nyxborn Statistics; Nyxborn Traits"},{"id":20499,"c":24,"u":"omens%20of%20athreos_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of athreos|mot","n":"Omens of Athreos"},{"id":20500,"c":24,"u":"omens%20of%20ephara_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of ephara|mot","n":"Omens of Ephara"},{"id":20501,"c":24,"u":"omens%20of%20erebos_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of erebos|mot","n":"Omens of Erebos"},{"id":20502,"c":24,"u":"omens%20of%20heliod_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of heliod|mot","n":"Omens of Heliod"},{"id":20503,"c":24,"u":"omens%20of%20iroas_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of iroas|mot","n":"Omens of Iroas"},{"id":20504,"c":24,"u":"omens%20of%20karametra_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of karametra|mot","n":"Omens of Karametra"},{"id":20505,"c":24,"u":"omens%20of%20keranos_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of keranos|mot","n":"Omens of Keranos"},{"id":20506,"c":24,"u":"omens%20of%20klothys_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of klothys|mot","n":"Omens of Klothys"},{"id":20507,"c":24,"u":"omens%20of%20kruphix_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of kruphix|mot","n":"Omens of Kruphix"},{"id":20508,"c":24,"u":"omens%20of%20mogis_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of mogis|mot","n":"Omens of Mogis"},{"id":20509,"c":24,"u":"omens%20of%20nylea_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of nylea|mot","n":"Omens of Nylea"},{"id":20510,"c":24,"u":"omens%20of%20pharika_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of pharika|mot","n":"Omens of Pharika"},{"id":20511,"c":24,"u":"omens%20of%20phenax_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of phenax|mot","n":"Omens of Phenax"},{"id":20512,"c":24,"u":"omens%20of%20purphoros_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of purphoros|mot","n":"Omens of Purphoros"},{"id":20513,"c":24,"u":"omens%20of%20thassa_mot","p":111,"s":45,"h":1,"t":26,"uu":"omens of thassa|mot","n":"Omens of Thassa"},{"id":20514,"c":24,"u":"oracular%20conflux%20adventures_mot","p":142,"s":45,"h":1,"t":26,"uu":"oracular conflux adventures|mot","n":"Oracular Conflux Adventures"},{"id":20515,"c":24,"u":"oracular%20conflux%20villains_mot","p":142,"s":45,"h":1,"t":26,"uu":"oracular conflux villains|mot","n":"Oracular Conflux Villains"},{"id":20516,"c":24,"u":"pharika's%20divine%20schemes_mot","p":161,"s":45,"h":1,"t":26,"uu":"pharika's divine schemes|mot","n":"Pharika's Divine Schemes"},{"id":20517,"c":24,"u":"pharika's%20monsters_mot","p":160,"s":45,"h":1,"t":26,"uu":"pharika's monsters|mot","n":"Pharika's Monsters"},{"id":20518,"c":24,"u":"pharika's%20quests_mot","p":160,"s":45,"h":1,"t":26,"uu":"pharika's quests|mot","n":"Pharika's Quests"},{"id":20519,"c":24,"u":"pharika's%20villains_mot","p":160,"s":45,"h":1,"t":26,"uu":"pharika's villains|mot","n":"Pharika's Villains"},{"id":20520,"c":24,"u":"phenax's%20divine%20schemes_mot","p":165,"s":45,"h":1,"t":26,"uu":"phenax's divine schemes|mot","n":"Phenax's Divine Schemes"},{"id":20521,"c":24,"u":"phenax's%20monsters_mot","p":164,"s":45,"h":1,"t":26,"uu":"phenax's monsters|mot","n":"Phenax's Monsters"},{"id":20522,"c":24,"u":"phenax's%20quests_mot","p":164,"s":45,"h":1,"t":26,"uu":"phenax's quests|mot","n":"Phenax's Quests"},{"id":20523,"c":24,"u":"phenax's%20villains_mot","p":164,"s":45,"h":1,"t":26,"uu":"phenax's villains|mot","n":"Phenax's Villains"},{"id":20524,"c":24,"u":"purphoros's%20divine%20schemes_mot","p":169,"s":45,"h":1,"t":26,"uu":"purphoros's divine schemes|mot","n":"Purphoros's Divine Schemes"},{"id":20525,"c":24,"u":"purphoros's%20monsters_mot","p":168,"s":45,"h":1,"t":26,"uu":"purphoros's monsters|mot","n":"Purphoros's Monsters"},{"id":20526,"c":24,"u":"purphoros's%20quests_mot","p":168,"s":45,"h":1,"t":26,"uu":"purphoros's quests|mot","n":"Purphoros's Quests"},{"id":20527,"c":24,"u":"purphoros's%20villains_mot","p":168,"s":45,"h":1,"t":26,"uu":"purphoros's villains|mot","n":"Purphoros's Villains"},{"id":20528,"c":24,"u":"standard%20languages_mot","p":9,"s":45,"h":1,"t":26,"uu":"standard languages|mot","n":"Standard Languages"},{"id":20529,"c":24,"u":"sun%20temple%20adventures_mot","p":130,"s":45,"h":1,"t":26,"uu":"sun temple adventures|mot","n":"Sun Temple Adventures"},{"id":20530,"c":24,"u":"sun%20temple%20villains_mot","p":130,"s":45,"h":1,"t":26,"uu":"sun temple villains|mot","n":"Sun Temple Villains"},{"id":20531,"c":24,"u":"temple%20of%20mystery%20adventures_mot","p":150,"s":45,"h":1,"t":26,"uu":"temple of mystery adventures|mot","n":"Temple of Mystery Adventures"},{"id":20532,"c":24,"u":"temple%20of%20mystery%20villains_mot","p":150,"s":45,"h":1,"t":26,"uu":"temple of mystery villains|mot","n":"Temple of Mystery Villains"},{"id":20533,"c":24,"u":"thassa's%20divine%20schemes_mot","p":173,"s":45,"h":1,"t":26,"uu":"thassa's divine schemes|mot","n":"Thassa's Divine Schemes"},{"id":20534,"c":24,"u":"thassa's%20monsters_mot","p":172,"s":45,"h":1,"t":26,"uu":"thassa's monsters|mot","n":"Thassa's Monsters"},{"id":20535,"c":24,"u":"thassa's%20quests_mot","p":172,"s":45,"h":1,"t":26,"uu":"thassa's quests|mot","n":"Thassa's Quests"},{"id":20536,"c":24,"u":"thassa's%20villains_mot","p":172,"s":45,"h":1,"t":26,"uu":"thassa's villains|mot","n":"Thassa's Villains"},{"id":20537,"c":24,"u":"the%20meletian%20calendar%3b%20meletian%20calendar_mot","p":85,"s":45,"h":1,"t":26,"uu":"the meletian calendar; meletian calendar|mot","n":"The Meletian Calendar; Meletian Calendar"},{"id":20538,"c":24,"u":"underwater%20adventures_mot","p":179,"s":45,"h":1,"t":26,"uu":"underwater adventures|mot","n":"Underwater Adventures"},{"id":20539,"c":24,"u":"underworld%20adventures_mot","p":183,"s":45,"h":1,"t":26,"uu":"underworld adventures|mot","n":"Underworld Adventures"},{"id":20540,"c":24,"u":"underworld%20crossing%20adventures_mot","p":118,"s":45,"h":1,"t":26,"uu":"underworld crossing adventures|mot","n":"Underworld Crossing Adventures"},{"id":20541,"c":24,"u":"underworld%20crossings%20villains_mot","p":118,"s":45,"h":1,"t":26,"uu":"underworld crossings villains|mot","n":"Underworld Crossings Villains"},{"id":20542,"c":24,"u":"volcano%20temple%20adventures_mot","p":170,"s":45,"h":1,"t":26,"uu":"volcano temple adventures|mot","n":"Volcano Temple Adventures"},{"id":20543,"c":24,"u":"volcano%20temple%20villains_mot","p":170,"s":45,"h":1,"t":26,"uu":"volcano temple villains|mot","n":"Volcano Temple Villains"},{"id":20544,"c":24,"u":"watchtower%20adventures_mot","p":138,"s":45,"h":1,"t":26,"uu":"watchtower adventures|mot","n":"Watchtower Adventures"},{"id":20545,"c":24,"u":"watchtower%20villains_mot","p":138,"s":45,"h":1,"t":26,"uu":"watchtower villains|mot","n":"Watchtower Villains"},{"id":20546,"c":24,"u":"chaotic%20planar%20encounters_mpp","p":63,"s":46,"h":1,"t":26,"uu":"chaotic planar encounters|mpp","n":"Chaotic Planar Encounters"},{"id":20547,"c":24,"u":"evil%20planar%20encounters_mpp","p":63,"s":46,"h":1,"t":26,"uu":"evil planar encounters|mpp","n":"Evil Planar Encounters"},{"id":20548,"c":24,"u":"faction%20agents%3b%20ascendant%20factions%20of%20sigil_mpp","p":53,"s":46,"h":1,"t":26,"uu":"faction agents; ascendant factions of sigil|mpp","n":"Faction Agents; Ascendant Factions of Sigil"},{"id":20549,"c":24,"u":"good%20planar%20encounters_mpp","p":63,"s":46,"h":1,"t":26,"uu":"good planar encounters|mpp","n":"Good Planar Encounters"},{"id":20550,"c":24,"u":"lawful%20planar%20encounters_mpp","p":63,"s":46,"h":1,"t":26,"uu":"lawful planar encounters|mpp","n":"Lawful Planar Encounters"},{"id":20551,"c":24,"u":"meeting%20magic%20item%20prerequisites%3b%20stat%20blocks%20by%20challenge%20rating_mpp","p":4,"s":46,"h":1,"t":26,"uu":"meeting magic item prerequisites; stat blocks by challenge rating|mpp","n":"Meeting Magic Item Prerequisites; Stat Blocks by Challenge Rating"},{"id":20552,"c":24,"u":"neutral%20planar%20encounters_mpp","p":63,"s":46,"h":1,"t":26,"uu":"neutral planar encounters|mpp","n":"Neutral Planar Encounters"},{"id":20553,"c":24,"u":"outlands%20aberrations_mpp","p":11,"s":46,"h":1,"t":26,"uu":"outlands aberrations|mpp","n":"Outlands Aberrations"},{"id":20554,"c":24,"u":"outlands%20beasts_mpp","p":11,"s":46,"h":1,"t":26,"uu":"outlands beasts|mpp","n":"Outlands Beasts"},{"id":20555,"c":24,"u":"outlands%20celestials_mpp","p":11,"s":46,"h":1,"t":26,"uu":"outlands celestials|mpp","n":"Outlands Celestials"},{"id":20556,"c":24,"u":"outlands%20constructs_mpp","p":12,"s":46,"h":1,"t":26,"uu":"outlands constructs|mpp","n":"Outlands Constructs"},{"id":20557,"c":24,"u":"outlands%20dragons_mpp","p":12,"s":46,"h":1,"t":26,"uu":"outlands dragons|mpp","n":"Outlands Dragons"},{"id":20558,"c":24,"u":"outlands%20elementals_mpp","p":13,"s":46,"h":1,"t":26,"uu":"outlands elementals|mpp","n":"Outlands Elementals"},{"id":20559,"c":24,"u":"outlands%20fey_mpp","p":13,"s":46,"h":1,"t":26,"uu":"outlands fey|mpp","n":"Outlands Fey"},{"id":20560,"c":24,"u":"outlands%20fiends_mpp","p":13,"s":46,"h":1,"t":26,"uu":"outlands fiends|mpp","n":"Outlands Fiends"},{"id":20561,"c":24,"u":"outlands%20giants_mpp","p":13,"s":46,"h":1,"t":26,"uu":"outlands giants|mpp","n":"Outlands Giants"},{"id":20562,"c":24,"u":"outlands%20humanoids_mpp","p":14,"s":46,"h":1,"t":26,"uu":"outlands humanoids|mpp","n":"Outlands Humanoids"},{"id":20563,"c":24,"u":"outlands%20monstrosities_mpp","p":14,"s":46,"h":1,"t":26,"uu":"outlands monstrosities|mpp","n":"Outlands Monstrosities"},{"id":20564,"c":24,"u":"outlands%20oozes_mpp","p":14,"s":46,"h":1,"t":26,"uu":"outlands oozes|mpp","n":"Outlands Oozes"},{"id":20565,"c":24,"u":"outlands%20plants_mpp","p":14,"s":46,"h":1,"t":26,"uu":"outlands plants|mpp","n":"Outlands Plants"},{"id":20566,"c":24,"u":"outlands%20undead_mpp","p":15,"s":46,"h":1,"t":26,"uu":"outlands undead|mpp","n":"Outlands Undead"},{"id":20567,"c":24,"u":"planar%20alignment%3b%20outer%20plane%20alignments_mpp","p":6,"s":46,"h":1,"t":26,"uu":"planar alignment; outer plane alignments|mpp","n":"Planar Alignment; Outer Plane Alignments"},{"id":20568,"c":24,"u":"demon%20customization%20tables%3b%20demon%20bonds_mtf","p":33,"s":47,"h":1,"t":26,"uu":"demon customization tables; demon bonds|mtf","n":"Demon Customization Tables; Demon Bonds"},{"id":20569,"c":24,"u":"demon%20customization%20tables%3b%20demon%20flaws_mtf","p":33,"s":47,"h":1,"t":26,"uu":"demon customization tables; demon flaws|mtf","n":"Demon Customization Tables; Demon Flaws"},{"id":20570,"c":24,"u":"demon%20customization%20tables%3b%20demon%20ideals_mtf","p":33,"s":47,"h":1,"t":26,"uu":"demon customization tables; demon ideals|mtf","n":"Demon Customization Tables; Demon Ideals"},{"id":20571,"c":24,"u":"demon%20customization%20tables%3b%20demon%20personality%20traits_mtf","p":33,"s":47,"h":1,"t":26,"uu":"demon customization tables; demon personality traits|mtf","n":"Demon Customization Tables; Demon Personality Traits"},{"id":20572,"c":24,"u":"demon%20customization%20tables%3b%20unusual%20demon%20features_mtf","p":33,"s":47,"h":1,"t":26,"uu":"demon customization tables; unusual demon features|mtf","n":"Demon Customization Tables; Unusual Demon Features"},{"id":20573,"c":24,"u":"drow%20deities%20(the%20dark%20seldarine)_mtf","p":53,"s":47,"h":1,"t":26,"uu":"drow deities (the dark seldarine)|mtf","n":"Drow Deities (The Dark Seldarine)"},{"id":20574,"c":24,"u":"duergar%20deities_mtf","p":79,"s":47,"h":1,"t":26,"uu":"duergar deities|mtf","n":"Duergar Deities"},{"id":20575,"c":24,"u":"duergar%20in%20the%20clan%3b%20clan's%20notable%20trait_mtf","p":84,"s":47,"h":1,"t":26,"uu":"duergar in the clan; clan's notable trait|mtf","n":"Duergar in the Clan; Clan's Notable Trait"},{"id":20576,"c":24,"u":"duergar%20in%20the%20clan%3b%20duergar%20clan%20names_mtf","p":84,"s":47,"h":1,"t":26,"uu":"duergar in the clan; duergar clan names|mtf","n":"Duergar in the Clan; Duergar Clan Names"},{"id":20577,"c":24,"u":"duergar%20in%20the%20clan%3b%20duergar%20clan's%20status_mtf","p":84,"s":47,"h":1,"t":26,"uu":"duergar in the clan; duergar clan's status|mtf","n":"Duergar in the Clan; Duergar Clan's Status"},{"id":20578,"c":24,"u":"duergar%20in%20the%20world%3b%20duergar%20adventurer%20story%20hooks_mtf","p":84,"s":47,"h":1,"t":26,"uu":"duergar in the world; duergar adventurer story hooks|mtf","n":"Duergar in the World; Duergar Adventurer Story Hooks"},{"id":20579,"c":24,"u":"duergar%20in%20the%20world%3b%20duergar%20quirks_mtf","p":84,"s":47,"h":1,"t":26,"uu":"duergar in the world; duergar quirks|mtf","n":"Duergar in the World; Duergar Quirks"},{"id":20580,"c":24,"u":"duergar%20raiding%20parties%3b%201_mtf","p":83,"s":47,"h":1,"t":26,"uu":"duergar raiding parties; 1|mtf","n":"Duergar Raiding Parties; 1"},{"id":20581,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20group%20leader_mtf","p":83,"s":47,"h":1,"t":26,"uu":"duergar raiding parties; duergar group leader|mtf","n":"Duergar Raiding Parties; Duergar Group Leader"},{"id":20582,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20purpose%20of%20raid_mtf","p":83,"s":47,"h":1,"t":26,"uu":"duergar raiding parties; duergar purpose of raid|mtf","n":"Duergar Raiding Parties; Duergar Purpose of Raid"},{"id":20583,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20special%20allies_mtf","p":83,"s":47,"h":1,"t":26,"uu":"duergar raiding parties; duergar special allies|mtf","n":"Duergar Raiding Parties; Duergar Special Allies"},{"id":20584,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20special%20circumstances_mtf","p":83,"s":47,"h":1,"t":26,"uu":"duergar raiding parties; duergar special circumstances|mtf","n":"Duergar Raiding Parties; Duergar Special Circumstances"},{"id":20585,"c":24,"u":"dwarven%20religion%3b%20dwarf%20deities%20(the%20mordinsamman)_mtf","p":72,"s":47,"h":1,"t":26,"uu":"dwarven religion; dwarf deities (the mordinsamman)|mtf","n":"Dwarven Religion; Dwarf Deities (The Mordinsamman)"},{"id":20586,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan%20vocations_mtf","p":82,"s":47,"h":1,"t":26,"uu":"dwarves in the clan; clan vocations|mtf","n":"Dwarves in the Clan; Clan Vocations"},{"id":20587,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan's%20notable%20trait_mtf","p":82,"s":47,"h":1,"t":26,"uu":"dwarves in the clan; clan's notable trait|mtf","n":"Dwarves in the Clan; Clan's Notable Trait"},{"id":20588,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan's%20status_mtf","p":82,"s":47,"h":1,"t":26,"uu":"dwarves in the clan; clan's status|mtf","n":"Dwarves in the Clan; Clan's Status"},{"id":20589,"c":24,"u":"dwarves%20in%20the%20world%3b%20dwarf%20adventurer%20story%20hooks_mtf","p":83,"s":47,"h":1,"t":26,"uu":"dwarves in the world; dwarf adventurer story hooks|mtf","n":"Dwarves in the World; Dwarf Adventurer Story Hooks"},{"id":20590,"c":24,"u":"dwarves%20in%20the%20world%3b%20dwarf%20quirks_mtf","p":83,"s":47,"h":1,"t":26,"uu":"dwarves in the world; dwarf quirks|mtf","n":"Dwarves in the World; Dwarf Quirks"},{"id":20591,"c":24,"u":"dwarves%20on%20the%20move%3b%20group%20leader_mtf","p":81,"s":47,"h":1,"t":26,"uu":"dwarves on the move; group leader|mtf","n":"Dwarves on the Move; Group Leader"},{"id":20592,"c":24,"u":"dwarves%20on%20the%20move%3b%20purpose%20of%20travel_mtf","p":81,"s":47,"h":1,"t":26,"uu":"dwarves on the move; purpose of travel|mtf","n":"Dwarves on the Move; Purpose of Travel"},{"id":20593,"c":24,"u":"dwarves%20on%20the%20move%3b%20special%20allies_mtf","p":81,"s":47,"h":1,"t":26,"uu":"dwarves on the move; special allies|mtf","n":"Dwarves on the Move; Special Allies"},{"id":20594,"c":24,"u":"dwarves%20on%20the%20move%3b%20special%20circumstances_mtf","p":81,"s":47,"h":1,"t":26,"uu":"dwarves on the move; special circumstances|mtf","n":"Dwarves on the Move; Special Circumstances"},{"id":20595,"c":24,"u":"elf%20deities%20(the%20seldarine)_mtf","p":43,"s":47,"h":1,"t":26,"uu":"elf deities (the seldarine)|mtf","n":"Elf Deities (The Seldarine)"},{"id":20596,"c":24,"u":"elf%20random%20height%20and%20weight_mtf","p":63,"s":47,"h":1,"t":26,"uu":"elf random height and weight|mtf","n":"Elf Random Height and Weight"},{"id":20597,"c":24,"u":"elf%20tables%3b%20drow%20adventurer%20story%20hooks_mtf","p":64,"s":47,"h":1,"t":26,"uu":"elf tables; drow adventurer story hooks|mtf","n":"Elf Tables; Drow Adventurer Story Hooks"},{"id":20598,"c":24,"u":"elf%20tables%3b%20drow%20house%20specialty_mtf","p":64,"s":47,"h":1,"t":26,"uu":"elf tables; drow house specialty|mtf","n":"Elf Tables; Drow House Specialty"},{"id":20599,"c":24,"u":"elf%20tables%3b%20elf%20(non-drow)%20adventurer%20story%20hooks_mtf","p":64,"s":47,"h":1,"t":26,"uu":"elf tables; elf (non-drow) adventurer story hooks|mtf","n":"Elf Tables; Elf (Non-drow) Adventurer Story Hooks"},{"id":20600,"c":24,"u":"fiendish%20cults%3b%20cult%20goals_mtf","p":34,"s":47,"h":1,"t":26,"uu":"fiendish cults; cult goals|mtf","n":"Fiendish Cults; Cult Goals"},{"id":20601,"c":24,"u":"fiendish%20cults%3b%20cult%20hardship_mtf","p":34,"s":47,"h":1,"t":26,"uu":"fiendish cults; cult hardship|mtf","n":"Fiendish Cults; Cult Hardship"},{"id":20602,"c":24,"u":"fiendish%20cults%3b%20cult%20organization_mtf","p":34,"s":47,"h":1,"t":26,"uu":"fiendish cults; cult organization|mtf","n":"Fiendish Cults; Cult Organization"},{"id":20603,"c":24,"u":"fiendish%20cults%3b%20cult%20resources_mtf","p":34,"s":47,"h":1,"t":26,"uu":"fiendish cults; cult resources|mtf","n":"Fiendish Cults; Cult Resources"},{"id":20604,"c":24,"u":"gith%20names%20%e2%80%93%20githyanki%2c%20female_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith names – githyanki, female|mtf","n":"Gith Names – Githyanki, Female"},{"id":20605,"c":24,"u":"gith%20names%20%e2%80%93%20githyanki%2c%20male_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith names – githyanki, male|mtf","n":"Gith Names – Githyanki, Male"},{"id":20606,"c":24,"u":"gith%20names%20%e2%80%93%20githzerai%2c%20female_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith names – githzerai, female|mtf","n":"Gith Names – Githzerai, Female"},{"id":20607,"c":24,"u":"gith%20names%20%e2%80%93%20githzerai%2c%20male_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith names – githzerai, male|mtf","n":"Gith Names – Githzerai, Male"},{"id":20608,"c":24,"u":"gith%20random%20height%20and%20weight_mtf","p":96,"s":47,"h":1,"t":26,"uu":"gith random height and weight|mtf","n":"Gith Random Height and Weight"},{"id":20609,"c":24,"u":"gith%20tables%3b%20githyanki%20bonds_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githyanki bonds|mtf","n":"Gith Tables; Githyanki Bonds"},{"id":20610,"c":24,"u":"gith%20tables%3b%20githyanki%20flaws_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githyanki flaws|mtf","n":"Gith Tables; Githyanki Flaws"},{"id":20611,"c":24,"u":"gith%20tables%3b%20githyanki%20ideals_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githyanki ideals|mtf","n":"Gith Tables; Githyanki Ideals"},{"id":20612,"c":24,"u":"gith%20tables%3b%20githyanki%20names%2c%20female_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githyanki names, female|mtf","n":"Gith Tables; Githyanki Names, Female"},{"id":20613,"c":24,"u":"gith%20tables%3b%20githyanki%20names%2c%20male_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githyanki names, male|mtf","n":"Gith Tables; Githyanki Names, Male"},{"id":20614,"c":24,"u":"gith%20tables%3b%20githyanki%20personality%20traits_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githyanki personality traits|mtf","n":"Gith Tables; Githyanki Personality Traits"},{"id":20615,"c":24,"u":"gith%20tables%3b%20githzerai%20bonds_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githzerai bonds|mtf","n":"Gith Tables; Githzerai Bonds"},{"id":20616,"c":24,"u":"gith%20tables%3b%20githzerai%20flaws_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githzerai flaws|mtf","n":"Gith Tables; Githzerai Flaws"},{"id":20617,"c":24,"u":"gith%20tables%3b%20githzerai%20ideals_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githzerai ideals|mtf","n":"Gith Tables; Githzerai Ideals"},{"id":20618,"c":24,"u":"gith%20tables%3b%20githzerai%20names%2c%20female_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githzerai names, female|mtf","n":"Gith Tables; Githzerai Names, Female"},{"id":20619,"c":24,"u":"gith%20tables%3b%20githzerai%20names%2c%20male_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githzerai names, male|mtf","n":"Gith Tables; Githzerai Names, Male"},{"id":20620,"c":24,"u":"gith%20tables%3b%20githzerai%20personality%20traits_mtf","p":97,"s":47,"h":1,"t":26,"uu":"gith tables; githzerai personality traits|mtf","n":"Gith Tables; Githzerai Personality Traits"},{"id":20621,"c":24,"u":"githyanki%20raiding%20parties%3b%20dragon%20chance_mtf","p":98,"s":47,"h":1,"t":26,"uu":"githyanki raiding parties; dragon chance|mtf","n":"Githyanki Raiding Parties; Dragon Chance"},{"id":20622,"c":24,"u":"githyanki%20raiding%20parties%3b%20githyanki%20purpose%20of%20raid_mtf","p":98,"s":47,"h":1,"t":26,"uu":"githyanki raiding parties; githyanki purpose of raid|mtf","n":"Githyanki Raiding Parties; Githyanki Purpose of Raid"},{"id":20623,"c":24,"u":"githyanki%20raiding%20parties%3b%20githyanki%20special%20allies_mtf","p":98,"s":47,"h":1,"t":26,"uu":"githyanki raiding parties; githyanki special allies|mtf","n":"Githyanki Raiding Parties; Githyanki Special Allies"},{"id":20624,"c":24,"u":"githyanki%20raiding%20parties%3b%20raiding%20party%20leader_mtf","p":98,"s":47,"h":1,"t":26,"uu":"githyanki raiding parties; raiding party leader|mtf","n":"Githyanki Raiding Parties; Raiding Party Leader"},{"id":20625,"c":24,"u":"githyanki%20raiding%20parties%3b%20raiding%20party%20transport_mtf","p":98,"s":47,"h":1,"t":26,"uu":"githyanki raiding parties; raiding party transport|mtf","n":"Githyanki Raiding Parties; Raiding Party Transport"},{"id":20626,"c":24,"u":"githzerai%20groups%3b%20githzerai%20group%20leader_mtf","p":98,"s":47,"h":1,"t":26,"uu":"githzerai groups; githzerai group leader|mtf","n":"Githzerai Groups; Githzerai Group Leader"},{"id":20627,"c":24,"u":"githzerai%20groups%3b%20githzerai%20mission%20purpose_mtf","p":98,"s":47,"h":1,"t":26,"uu":"githzerai groups; githzerai mission purpose|mtf","n":"Githzerai Groups; Githzerai Mission Purpose"},{"id":20628,"c":24,"u":"githzerai%20groups%3b%20githzerai%20special%20allies_mtf","p":98,"s":47,"h":1,"t":26,"uu":"githzerai groups; githzerai special allies|mtf","n":"Githzerai Groups; Githzerai Special Allies"},{"id":20629,"c":24,"u":"gnome%20gods%3b%20gnome%20deities_mtf","p":110,"s":47,"h":1,"t":26,"uu":"gnome gods; gnome deities|mtf","n":"Gnome Gods; Gnome Deities"},{"id":20630,"c":24,"u":"gnome%20tables%3b%20gnome%20bonds_mtf","p":114,"s":47,"h":1,"t":26,"uu":"gnome tables; gnome bonds|mtf","n":"Gnome Tables; Gnome Bonds"},{"id":20631,"c":24,"u":"gnome%20tables%3b%20gnome%20flaws_mtf","p":114,"s":47,"h":1,"t":26,"uu":"gnome tables; gnome flaws|mtf","n":"Gnome Tables; Gnome Flaws"},{"id":20632,"c":24,"u":"gnome%20tables%3b%20gnome%20ideals_mtf","p":114,"s":47,"h":1,"t":26,"uu":"gnome tables; gnome ideals|mtf","n":"Gnome Tables; Gnome Ideals"},{"id":20633,"c":24,"u":"gnome%20tables%3b%20gnome%20personality%20traits_mtf","p":114,"s":47,"h":1,"t":26,"uu":"gnome tables; gnome personality traits|mtf","n":"Gnome Tables; Gnome Personality Traits"},{"id":20634,"c":24,"u":"halfling%20deities_mtf","p":102,"s":47,"h":1,"t":26,"uu":"halfling deities|mtf","n":"Halfling Deities"},{"id":20635,"c":24,"u":"halfling%20tables%3b%20halfling%20bonds_mtf","p":105,"s":47,"h":1,"t":26,"uu":"halfling tables; halfling bonds|mtf","n":"Halfling Tables; Halfling Bonds"},{"id":20636,"c":24,"u":"halfling%20tables%3b%20halfling%20flaws_mtf","p":105,"s":47,"h":1,"t":26,"uu":"halfling tables; halfling flaws|mtf","n":"Halfling Tables; Halfling Flaws"},{"id":20637,"c":24,"u":"halfling%20tables%3b%20halfling%20ideals_mtf","p":105,"s":47,"h":1,"t":26,"uu":"halfling tables; halfling ideals|mtf","n":"Halfling Tables; Halfling Ideals"},{"id":20638,"c":24,"u":"halfling%20tables%3b%20halfling%20personality%20traits_mtf","p":105,"s":47,"h":1,"t":26,"uu":"halfling tables; halfling personality traits|mtf","n":"Halfling Tables; Halfling Personality Traits"},{"id":20639,"c":24,"u":"halfling%20tables%3b%20reasons%20for%20adventuring_mtf","p":105,"s":47,"h":1,"t":26,"uu":"halfling tables; reasons for adventuring|mtf","n":"Halfling Tables; Reasons for Adventuring"},{"id":20640,"c":24,"u":"lords%20of%20the%20nine%3b%20layers%20and%20rulers%20of%20the%20nine%20hells_mtf","p":9,"s":47,"h":1,"t":26,"uu":"lords of the nine; layers and rulers of the nine hells|mtf","n":"Lords of the Nine; Layers and Rulers of the Nine Hells"},{"id":20641,"c":24,"u":"ability%20checks%3b%20typical%20difficulty%20classes_phb","p":174,"s":51,"h":1,"r":1,"t":26,"uu":"ability checks; typical difficulty classes|phb","n":"Ability Checks; Typical Difficulty Classes"},{"id":20642,"c":24,"u":"ability%20scores%20and%20modifiers_phb","p":173,"s":51,"h":1,"r":1,"t":26,"uu":"ability scores and modifiers|phb","n":"Ability Scores and Modifiers"},{"id":20643,"c":24,"u":"adventuring%20gear_phb","p":148,"s":51,"h":1,"r":1,"t":26,"uu":"adventuring gear|phb","n":"Adventuring Gear"},{"id":20644,"c":24,"u":"adventuring%20gear%3b%20container%20capacity_phb","p":148,"s":51,"h":1,"r":1,"t":26,"uu":"adventuring gear; container capacity|phb","n":"Adventuring Gear; Container Capacity"},{"id":20645,"c":24,"u":"armor%20and%20shields%3b%20armor_phb","p":144,"s":51,"h":1,"r":1,"t":26,"uu":"armor and shields; armor|phb","n":"Armor and Shields; Armor"},{"id":20646,"c":24,"u":"beyond%201st%20level%3b%20character%20advancement_phb","p":15,"s":51,"h":1,"r":1,"t":26,"uu":"beyond 1st level; character advancement|phb","n":"Beyond 1st Level; Character Advancement"},{"id":20647,"c":24,"u":"classes_phb","p":45,"s":51,"h":1,"t":26,"uu":"classes|phb","n":"Classes"},{"id":20648,"c":24,"u":"coinage%3b%20standard%20exchange%20rates_phb","p":143,"s":51,"h":1,"r":1,"t":26,"uu":"coinage; standard exchange rates|phb","n":"Coinage; Standard Exchange Rates"},{"id":20649,"c":24,"u":"creature%20size%3b%20size%20categories_phb","p":191,"s":51,"h":1,"r":1,"t":26,"uu":"creature size; size categories|phb","n":"Creature Size; Size Categories"},{"id":20650,"c":24,"u":"deities%20of%20dragonlance%3a%20evil_phb","p":293,"s":51,"h":1,"t":26,"uu":"deities of dragonlance: evil|phb","n":"Deities of Dragonlance: Evil"},{"id":20651,"c":24,"u":"deities%20of%20dragonlance%3a%20good_phb","p":293,"s":51,"h":1,"t":26,"uu":"deities of dragonlance: good|phb","n":"Deities of Dragonlance: Good"},{"id":20652,"c":24,"u":"deities%20of%20dragonlance%3a%20neutral_phb","p":293,"s":51,"h":1,"t":26,"uu":"deities of dragonlance: neutral|phb","n":"Deities of Dragonlance: Neutral"},{"id":20653,"c":24,"u":"deities%20of%20greyhawk_phb","p":293,"s":51,"h":1,"t":26,"uu":"deities of greyhawk|phb","n":"Deities of Greyhawk"},{"id":20654,"c":24,"u":"deities%20of%20the%20forgotten%20realms_phb","p":293,"s":51,"h":1,"t":26,"uu":"deities of the forgotten realms|phb","n":"Deities of the Forgotten Realms"},{"id":20655,"c":24,"u":"exotic%20languages_phb","p":123,"s":51,"h":1,"r":1,"t":26,"uu":"exotic languages|phb","n":"Exotic Languages"},{"id":20656,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_phb","p":158,"s":51,"h":1,"r":1,"t":26,"uu":"food, drink, and lodging|phb","n":"Food, Drink, and Lodging"},{"id":20657,"c":24,"u":"getting%20into%20and%20out%20of%20armor%3b%20donning%20and%20doffing%20armor_phb","p":146,"s":51,"h":1,"r":1,"t":26,"uu":"getting into and out of armor; donning and doffing armor|phb","n":"Getting Into and Out of Armor; Donning and Doffing Armor"},{"id":20658,"c":24,"u":"lifestyle%20expenses_phb","p":157,"s":51,"h":1,"t":26,"uu":"lifestyle expenses|phb","n":"Lifestyle Expenses"},{"id":20659,"c":24,"u":"mounts%20and%20vehicles%3b%20mounts%20and%20other%20animals_phb","p":155,"s":51,"h":1,"r":1,"t":26,"uu":"mounts and vehicles; mounts and other animals|phb","n":"Mounts and Vehicles; Mounts and Other Animals"},{"id":20660,"c":24,"u":"mounts%20and%20vehicles%3b%20tack%2c%20harness%2c%20and%20drawn%20vehicles_phb","p":155,"s":51,"h":1,"r":1,"t":26,"uu":"mounts and vehicles; tack, harness, and drawn vehicles|phb","n":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles"},{"id":20661,"c":24,"u":"mounts%20and%20vehicles%3b%20waterborne%20vehicles_phb","p":155,"s":51,"h":1,"r":1,"t":26,"uu":"mounts and vehicles; waterborne vehicles|phb","n":"Mounts and Vehicles; Waterborne Vehicles"},{"id":20662,"c":24,"u":"multiclassing%20prerequisites_phb","p":163,"s":51,"h":1,"r":1,"t":26,"uu":"multiclassing prerequisites|phb","n":"Multiclassing Prerequisites"},{"id":20663,"c":24,"u":"multiclassing%20proficiencies_phb","p":164,"s":51,"h":1,"r":1,"t":26,"uu":"multiclassing proficiencies|phb","n":"Multiclassing Proficiencies"},{"id":20664,"c":24,"u":"nonhuman%20deities_phb","p":293,"s":51,"h":1,"t":26,"uu":"nonhuman deities|phb","n":"Nonhuman Deities"},{"id":20665,"c":24,"u":"outer%20planes_phb","p":301,"s":51,"h":1,"t":26,"uu":"outer planes|phb","n":"Outer Planes"},{"id":20666,"c":24,"u":"random%20height%20and%20weight_phb","p":121,"s":51,"h":1,"t":26,"uu":"random height and weight|phb","n":"Random Height and Weight"},{"id":20667,"c":24,"u":"services_phb","p":159,"s":51,"h":1,"r":1,"t":26,"uu":"services|phb","n":"Services"},{"id":20668,"c":24,"u":"skills_phb","p":174,"s":51,"h":1,"t":26,"uu":"skills|phb","n":"Skills"},{"id":20669,"c":24,"u":"spellcasting%3b%20multiclass%20spellcaster%3a%20spell%20slots%20per%20spell%20level_phb","p":164,"s":51,"h":1,"r":1,"t":26,"uu":"spellcasting; multiclass spellcaster: spell slots per spell level|phb","n":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level"},{"id":20670,"c":24,"u":"standard%20languages_phb","p":123,"s":51,"h":1,"r":1,"t":26,"uu":"standard languages|phb","n":"Standard Languages"},{"id":20671,"c":24,"u":"starting%20equipment%3b%20starting%20wealth%20by%20class_phb","p":143,"s":51,"h":1,"t":26,"uu":"starting equipment; starting wealth by class|phb","n":"Starting Equipment; Starting Wealth by Class"},{"id":20672,"c":24,"u":"the%20celtic%20pantheon%3b%20celtic%20deities_phb","p":297,"s":51,"h":1,"r":1,"t":26,"uu":"the celtic pantheon; celtic deities|phb","n":"The Celtic Pantheon; Celtic Deities"},{"id":20673,"c":24,"u":"the%20egyptian%20pantheon%3b%20egyptian%20deities_phb","p":297,"s":51,"h":1,"r":1,"t":26,"uu":"the egyptian pantheon; egyptian deities|phb","n":"The Egyptian Pantheon; Egyptian Deities"},{"id":20674,"c":24,"u":"the%20greek%20pantheon%3b%20greek%20deities_phb","p":297,"s":51,"h":1,"r":1,"t":26,"uu":"the greek pantheon; greek deities|phb","n":"The Greek Pantheon; Greek Deities"},{"id":20675,"c":24,"u":"the%20norse%20pantheon%3b%20norse%20deities_phb","p":298,"s":51,"h":1,"r":1,"t":26,"uu":"the norse pantheon; norse deities|phb","n":"The Norse Pantheon; Norse Deities"},{"id":20676,"c":24,"u":"tools_phb","p":154,"s":51,"h":1,"t":26,"uu":"tools|phb","n":"Tools"},{"id":20677,"c":24,"u":"trade%20goods_phb","p":157,"s":51,"h":1,"r":1,"t":26,"uu":"trade goods|phb","n":"Trade Goods"},{"id":20678,"c":24,"u":"travel%20pace_phb","p":181,"s":51,"h":1,"r":1,"t":26,"uu":"travel pace|phb","n":"Travel Pace"},{"id":20679,"c":24,"u":"variant%3a%20customizing%20ability%20scores%3b%20ability%20score%20point%20cost_phb","p":13,"s":51,"h":1,"r":1,"t":26,"uu":"variant: customizing ability scores; ability score point cost|phb","n":"Variant: Customizing Ability Scores; Ability Score Point Cost"},{"id":20680,"c":24,"u":"variant%3a%20customizing%20ability%20scores%3b%20ability%20scores%20and%20modifiers_phb","p":13,"s":51,"h":1,"r":1,"t":26,"uu":"variant: customizing ability scores; ability scores and modifiers|phb","n":"Variant: Customizing Ability Scores; Ability Scores and Modifiers"},{"id":20681,"c":24,"u":"weapons_phb","p":146,"s":51,"h":1,"r":1,"t":26,"uu":"weapons|phb","n":"Weapons"},{"id":20682,"c":24,"u":"wild%20magic%20surge_phb","p":103,"s":51,"h":1,"t":26,"uu":"wild magic surge|phb","n":"Wild Magic Surge"},{"id":20683,"c":24,"u":"ability%20scores%20and%20modifiers_rmr","p":7,"s":150,"h":1,"dP":1,"t":26,"uu":"ability scores and modifiers|rmr","n":"Ability Scores and Modifiers"},{"id":20684,"c":24,"u":"adventuring%20gear_rmr","p":41,"s":150,"h":1,"dP":1,"t":26,"uu":"adventuring gear|rmr","n":"Adventuring Gear"},{"id":20685,"c":24,"u":"critical%20hits_rmr","p":28,"s":150,"h":1,"dP":1,"t":26,"uu":"critical hits|rmr","n":"Critical Hits"},{"id":20686,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_rmr","p":43,"s":150,"h":1,"dP":1,"t":26,"uu":"food, drink, and lodging|rmr","n":"Food, Drink, and Lodging"},{"id":20687,"c":24,"u":"heavy%20armor_rmr","p":37,"s":150,"h":1,"dP":1,"t":26,"uu":"heavy armor|rmr","n":"Heavy Armor"},{"id":20688,"c":24,"u":"light%20armor_rmr","p":37,"s":150,"h":1,"dP":1,"t":26,"uu":"light armor|rmr","n":"Light Armor"},{"id":20689,"c":24,"u":"marital%20emotional%20weapons_rmr","p":39,"s":150,"h":1,"dP":1,"t":26,"uu":"marital emotional weapons|rmr","n":"Marital Emotional Weapons"},{"id":20690,"c":24,"u":"martial%20melee%20weapons_rmr","p":39,"s":150,"h":1,"dP":1,"t":26,"uu":"martial melee weapons|rmr","n":"Martial Melee Weapons"},{"id":20691,"c":24,"u":"martial%20ranged%20weapons_rmr","p":39,"s":150,"h":1,"dP":1,"t":26,"uu":"martial ranged weapons|rmr","n":"Martial Ranged Weapons"},{"id":20692,"c":24,"u":"medium%20armor_rmr","p":37,"s":150,"h":1,"dP":1,"t":26,"uu":"medium armor|rmr","n":"Medium Armor"},{"id":20693,"c":24,"u":"mounts%20and%20other%20animals_rmr","p":43,"s":150,"h":1,"dP":1,"t":26,"uu":"mounts and other animals|rmr","n":"Mounts and Other Animals"},{"id":20694,"c":24,"u":"rewards_rmr","p":35,"s":150,"h":1,"dP":1,"t":26,"uu":"rewards|rmr","n":"Rewards"},{"id":20695,"c":24,"u":"shields_rmr","p":37,"s":150,"h":1,"dP":1,"t":26,"uu":"shields|rmr","n":"Shields"},{"id":20696,"c":24,"u":"simple%20melee%20weapons_rmr","p":39,"s":150,"h":1,"dP":1,"t":26,"uu":"simple melee weapons|rmr","n":"Simple Melee Weapons"},{"id":20697,"c":24,"u":"simple%20ranged%20weapons_rmr","p":39,"s":150,"h":1,"dP":1,"t":26,"uu":"simple ranged weapons|rmr","n":"Simple Ranged Weapons"},{"id":20698,"c":24,"u":"surprise_rmr","p":17,"s":150,"h":1,"dP":1,"t":26,"uu":"surprise|rmr","n":"Surprise"},{"id":20699,"c":24,"u":"tack%20and%20harness_rmr","p":43,"s":150,"h":1,"dP":1,"t":26,"uu":"tack and harness|rmr","n":"Tack and Harness"},{"id":20700,"c":24,"u":"automata%20adventures_sato","p":63,"s":103,"h":1,"t":26,"uu":"automata adventures|sato","n":"Automata Adventures"},{"id":20701,"c":24,"u":"bedlam%20adventures_sato","p":65,"s":103,"h":1,"t":26,"uu":"bedlam adventures|sato","n":"Bedlam Adventures"},{"id":20702,"c":24,"u":"curst%20adventures_sato","p":67,"s":103,"h":1,"t":26,"uu":"curst adventures|sato","n":"Curst Adventures"},{"id":20703,"c":24,"u":"ecstasy%20adventures_sato","p":69,"s":103,"h":1,"t":26,"uu":"ecstasy adventures|sato","n":"Ecstasy Adventures"},{"id":20704,"c":24,"u":"excelsior%20adventures_sato","p":71,"s":103,"h":1,"t":26,"uu":"excelsior adventures|sato","n":"Excelsior Adventures"},{"id":20705,"c":24,"u":"faction%20missions_sato","p":58,"s":103,"h":1,"t":26,"uu":"faction missions|sato","n":"Faction Missions"},{"id":20706,"c":24,"u":"faunel%20adventures_sato","p":73,"s":103,"h":1,"t":26,"uu":"faunel adventures|sato","n":"Faunel Adventures"},{"id":20707,"c":24,"u":"fortitude%20adventures_sato","p":75,"s":103,"h":1,"t":26,"uu":"fortitude adventures|sato","n":"Fortitude Adventures"},{"id":20708,"c":24,"u":"glorium%20adventures_sato","p":77,"s":103,"h":1,"t":26,"uu":"glorium adventures|sato","n":"Glorium Adventures"},{"id":20709,"c":24,"u":"hopeless%20adventures_sato","p":79,"s":103,"h":1,"t":26,"uu":"hopeless adventures|sato","n":"Hopeless Adventures"},{"id":20710,"c":24,"u":"plague-mort%20adventures_sato","p":81,"s":103,"h":1,"t":26,"uu":"plague-mort adventures|sato","n":"Plague-Mort Adventures"},{"id":20711,"c":24,"u":"planar%20portals_sato","p":18,"s":103,"h":1,"t":26,"uu":"planar portals|sato","n":"Planar Portals"},{"id":20712,"c":24,"u":"portal%20quirks_sato","p":18,"s":103,"h":1,"t":26,"uu":"portal quirks|sato","n":"Portal Quirks"},{"id":20713,"c":24,"u":"prison%20inmates_sato","p":45,"s":103,"h":1,"t":26,"uu":"prison inmates|sato","n":"Prison Inmates"},{"id":20714,"c":24,"u":"ribcage%20adventures_sato","p":83,"s":103,"h":1,"t":26,"uu":"ribcage adventures|sato","n":"Ribcage Adventures"},{"id":20715,"c":24,"u":"rigus%20adventures_sato","p":85,"s":103,"h":1,"t":26,"uu":"rigus adventures|sato","n":"Rigus Adventures"},{"id":20716,"c":24,"u":"shopping%20in%20the%20bazaar%3b%20bazaar%20shops_sato","p":53,"s":103,"h":1,"t":26,"uu":"shopping in the bazaar; bazaar shops|sato","n":"Shopping in the Bazaar; Bazaar Shops"},{"id":20717,"c":24,"u":"sigil%20adventure%20hooks_sato","p":58,"s":103,"h":1,"t":26,"uu":"sigil adventure hooks|sato","n":"Sigil Adventure Hooks"},{"id":20718,"c":24,"u":"sigil%20calamities_sato","p":58,"s":103,"h":1,"t":26,"uu":"sigil calamities|sato","n":"Sigil Calamities"},{"id":20719,"c":24,"u":"sigil%20clerks'%20ward%20encounters_sato","p":59,"s":103,"h":1,"t":26,"uu":"sigil clerks' ward encounters|sato","n":"Sigil Clerks' Ward Encounters"},{"id":20720,"c":24,"u":"sigil%20gazetteer%3b%20sigil%20wards_sato","p":29,"s":103,"h":1,"t":26,"uu":"sigil gazetteer; sigil wards|sato","n":"Sigil Gazetteer; Sigil Wards"},{"id":20721,"c":24,"u":"sigil%20general%20encounters_sato","p":59,"s":103,"h":1,"t":26,"uu":"sigil general encounters|sato","n":"Sigil General Encounters"},{"id":20722,"c":24,"u":"sigil%20hive%20ward%20encounters_sato","p":59,"s":103,"h":1,"t":26,"uu":"sigil hive ward encounters|sato","n":"Sigil Hive Ward Encounters"},{"id":20723,"c":24,"u":"sigil%20lady's%20ward%20encounters_sato","p":59,"s":103,"h":1,"t":26,"uu":"sigil lady's ward encounters|sato","n":"Sigil Lady's Ward Encounters"},{"id":20724,"c":24,"u":"sigil%20lower%20ward%20encounters_sato","p":59,"s":103,"h":1,"t":26,"uu":"sigil lower ward encounters|sato","n":"Sigil Lower Ward Encounters"},{"id":20725,"c":24,"u":"sigil%20market%20ward%20encounters_sato","p":59,"s":103,"h":1,"t":26,"uu":"sigil market ward encounters|sato","n":"Sigil Market Ward Encounters"},{"id":20726,"c":24,"u":"sigil%20undersigil%20encounters_sato","p":59,"s":103,"h":1,"t":26,"uu":"sigil undersigil encounters|sato","n":"Sigil Undersigil Encounters"},{"id":20727,"c":24,"u":"spells_sato","p":12,"s":103,"h":1,"t":26,"uu":"spells|sato","n":"Spells"},{"id":20728,"c":24,"u":"spells%20for%20sale_sato","p":50,"s":103,"h":1,"t":26,"uu":"spells for sale|sato","n":"Spells for Sale"},{"id":20729,"c":24,"u":"sylvania%20adventures_sato","p":87,"s":103,"h":1,"t":26,"uu":"sylvania adventures|sato","n":"Sylvania Adventures"},{"id":20730,"c":24,"u":"torch%20adventures_sato","p":89,"s":103,"h":1,"t":26,"uu":"torch adventures|sato","n":"Torch Adventures"},{"id":20731,"c":24,"u":"tradegate%20adventures_sato","p":91,"s":103,"h":1,"t":26,"uu":"tradegate adventures|sato","n":"Tradegate Adventures"},{"id":20732,"c":24,"u":"xaos%20adventures_sato","p":93,"s":103,"h":1,"t":26,"uu":"xaos adventures|sato","n":"Xaos Adventures"},{"id":20733,"c":24,"u":"founder%20dragons_scc","p":6,"s":56,"h":1,"t":26,"uu":"founder dragons|scc","n":"Founder Dragons"},{"id":20734,"c":24,"u":"friends%20and%20foes%3b%20strixhaven%20creatures_scc","p":183,"s":56,"h":1,"t":26,"uu":"friends and foes; strixhaven creatures|scc","n":"Friends and Foes; Strixhaven Creatures"},{"id":20735,"c":24,"u":"magic%20items%20for%20sale_scc","p":38,"s":56,"h":1,"t":26,"uu":"magic items for sale|scc","n":"Magic Items for Sale"},{"id":20736,"c":24,"u":"relationships%3b%20starting%20relationship%20points_scc","p":42,"s":56,"h":1,"t":26,"uu":"relationships; starting relationship points|scc","n":"Relationships; Starting Relationship Points"},{"id":20737,"c":24,"u":"scholars%20of%20lorehold%3b%20lorehold%20scholars_scc","p":13,"s":56,"h":1,"t":26,"uu":"scholars of lorehold; lorehold scholars|scc","n":"Scholars of Lorehold; Lorehold Scholars"},{"id":20738,"c":24,"u":"scholars%20of%20prismari%3b%20prismari%20scholars_scc","p":16,"s":56,"h":1,"t":26,"uu":"scholars of prismari; prismari scholars|scc","n":"Scholars of Prismari; Prismari Scholars"},{"id":20739,"c":24,"u":"scholars%20of%20quandrix%3b%20quandrix%20scholars_scc","p":19,"s":56,"h":1,"t":26,"uu":"scholars of quandrix; quandrix scholars|scc","n":"Scholars of Quandrix; Quandrix Scholars"},{"id":20740,"c":24,"u":"scholars%20of%20silverquill%3b%20silverquill%20scholars_scc","p":22,"s":56,"h":1,"t":26,"uu":"scholars of silverquill; silverquill scholars|scc","n":"Scholars of Silverquill; Silverquill Scholars"},{"id":20741,"c":24,"u":"scholars%20of%20witherbloom%3b%20witherbloom%20scholars_scc","p":25,"s":56,"h":1,"t":26,"uu":"scholars of witherbloom; witherbloom scholars|scc","n":"Scholars of Witherbloom; Witherbloom Scholars"},{"id":20742,"c":24,"u":"spells_scc","p":37,"s":56,"h":1,"t":26,"uu":"spells|scc","n":"Spells"},{"id":20743,"c":24,"u":"standalone%20adventures%3b%20adventure%20levels_scc","p":41,"s":56,"h":1,"t":26,"uu":"standalone adventures; adventure levels|scc","n":"Standalone Adventures; Adventure Levels"},{"id":20744,"c":24,"u":"strixhaven%20mascots_scc","p":10,"s":56,"h":1,"t":26,"uu":"strixhaven mascots|scc","n":"Strixhaven Mascots"},{"id":20745,"c":24,"u":"student%20npc%20stat%20blocks_scc","p":50,"s":56,"h":1,"t":26,"uu":"student npc stat blocks|scc","n":"Student NPC Stat Blocks"},{"id":20746,"c":24,"u":"welcome%20to%20strixhaven%3b%20colleges%20of%20strixhaven_scc","p":4,"s":56,"h":1,"t":26,"uu":"welcome to strixhaven; colleges of strixhaven|scc","n":"Welcome to Strixhaven; Colleges of Strixhaven"},{"id":20747,"c":24,"u":"dm%20screen%3b%20light_screen","s":151,"h":1,"t":26,"uu":"dm screen; light|screen","n":"DM Screen; Light"},{"id":20748,"c":24,"u":"dm%20screen%3b%20npc%20bonds_screen","s":151,"h":1,"t":26,"uu":"dm screen; npc bonds|screen","n":"DM Screen; NPC Bonds"},{"id":20749,"c":24,"u":"dm%20screen%3b%20npc%20characteristics_screen","s":151,"h":1,"t":26,"uu":"dm screen; npc characteristics|screen","n":"DM Screen; NPC Characteristics"},{"id":20750,"c":24,"u":"dm%20screen%3b%20npc%20flaws_screen","s":151,"h":1,"t":26,"uu":"dm screen; npc flaws|screen","n":"DM Screen; NPC Flaws"},{"id":20751,"c":24,"u":"dm%20screen%3b%20npc%20ideals_screen","s":151,"h":1,"t":26,"uu":"dm screen; npc ideals|screen","n":"DM Screen; NPC Ideals"},{"id":20752,"c":24,"u":"dm%20screen%3b%20quick%20finds_screen","s":151,"h":1,"t":26,"uu":"dm screen; quick finds|screen","n":"DM Screen; Quick Finds"},{"id":20753,"c":24,"u":"dm%20screen%3b%20something%20happens!_screen","s":151,"h":1,"t":26,"uu":"dm screen; something happens!|screen","n":"DM Screen; Something happens!"},{"id":20754,"c":24,"u":"crashing_screenspelljammer","s":152,"h":1,"t":26,"uu":"crashing|screenspelljammer","n":"Crashing"},{"id":20755,"c":24,"u":"initial%20attitude_screenspelljammer","s":152,"h":1,"t":26,"uu":"initial attitude|screenspelljammer","n":"Initial Attitude"},{"id":20756,"c":24,"u":"setting%20a%20dc_screenspelljammer","s":152,"h":1,"t":26,"uu":"setting a dc|screenspelljammer","n":"Setting a DC"},{"id":20757,"c":24,"u":"ship%20cargo%3b%20cheap%20cargo_screenspelljammer","s":152,"h":1,"t":26,"uu":"ship cargo; cheap cargo|screenspelljammer","n":"Ship Cargo; Cheap Cargo"},{"id":20758,"c":24,"u":"ship%20cargo%3b%20expensive%20cargo_screenspelljammer","s":152,"h":1,"t":26,"uu":"ship cargo; expensive cargo|screenspelljammer","n":"Ship Cargo; Expensive Cargo"},{"id":20759,"c":24,"u":"ship%20quirks_screenspelljammer","s":152,"h":1,"t":26,"uu":"ship quirks|screenspelljammer","n":"Ship Quirks"},{"id":20760,"c":24,"u":"ship-to-ship%20starting%20distance_screenspelljammer","s":152,"h":1,"t":26,"uu":"ship-to-ship starting distance|screenspelljammer","n":"Ship-to-Ship Starting Distance"},{"id":20761,"c":24,"u":"shipboard%20tasks_screenspelljammer","s":152,"h":1,"t":26,"uu":"shipboard tasks|screenspelljammer","n":"Shipboard Tasks"},{"id":20762,"c":24,"u":"skills%20and%20associated%20abilities_screenspelljammer","s":152,"h":1,"t":26,"uu":"skills and associated abilities|screenspelljammer","n":"Skills and Associated Abilities"},{"id":20763,"c":24,"u":"betrayer%20gods_tdcsr","p":34,"s":60,"h":1,"dP":1,"t":26,"uu":"betrayer gods|tdcsr","n":"Betrayer Gods"},{"id":20764,"c":24,"u":"cracksackle%20guildhall%20(middle%20slab)%3b%20cracksackle%20wares_tdcsr","p":100,"s":60,"h":1,"dP":1,"t":26,"uu":"cracksackle guildhall (middle slab); cracksackle wares|tdcsr","n":"Cracksackle Guildhall (Middle Slab); Cracksackle Wares"},{"id":20765,"c":24,"u":"exandrian%20calendar_tdcsr","p":9,"s":60,"h":1,"dP":1,"t":26,"uu":"exandrian calendar|tdcsr","n":"Exandrian Calendar"},{"id":20766,"c":24,"u":"lesser%20idols_tdcsr","p":39,"s":60,"h":1,"dP":1,"t":26,"uu":"lesser idols|tdcsr","n":"Lesser Idols"},{"id":20767,"c":24,"u":"prime%20deities_tdcsr","p":27,"s":60,"h":1,"dP":1,"t":26,"uu":"prime deities|tdcsr","n":"Prime Deities"},{"id":20768,"c":24,"u":"vestiges%20of%20divergence%20by%20advancement_tdcsr","p":200,"s":60,"h":1,"dP":1,"t":26,"uu":"vestiges of divergence by advancement|tdcsr","n":"Vestiges of Divergence by Advancement"},{"id":20769,"c":24,"u":"npc%20features%20table%3b%20npc%20features_tob1-2023","p":405,"s":63,"h":1,"dP":1,"t":26,"uu":"npc features table; npc features|tob1-2023","n":"NPC Features Table; NPC Features"},{"id":20770,"c":24,"u":"beholder%20names_vgm","p":9,"s":66,"h":1,"t":26,"uu":"beholder names|vgm","n":"Beholder Names"},{"id":20771,"c":24,"u":"beholder%20pets_vgm","p":16,"s":66,"h":1,"t":26,"uu":"beholder pets|vgm","n":"Beholder Pets"},{"id":20772,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20demonic%20influence_vgm","p":39,"s":66,"h":1,"t":26,"uu":"creating a gnoll war band; demonic influence|vgm","n":"Creating a Gnoll War Band; Demonic Influence"},{"id":20773,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20composition_vgm","p":39,"s":66,"h":1,"t":26,"uu":"creating a gnoll war band; gnoll war band composition|vgm","n":"Creating a Gnoll War Band; Gnoll War Band Composition"},{"id":20774,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20name_vgm","p":39,"s":66,"h":1,"t":26,"uu":"creating a gnoll war band; gnoll war band name|vgm","n":"Creating a Gnoll War Band; Gnoll War Band Name"},{"id":20775,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20special%20creatures_vgm","p":39,"s":66,"h":1,"t":26,"uu":"creating a gnoll war band; gnoll war band special creatures|vgm","n":"Creating a Gnoll War Band; Gnoll War Band Special Creatures"},{"id":20776,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20notable%20behavior%20or%20tactics_vgm","p":39,"s":66,"h":1,"t":26,"uu":"creating a gnoll war band; notable behavior or tactics|vgm","n":"Creating a Gnoll War Band; Notable Behavior or Tactics"},{"id":20777,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20shared%20physical%20trait_vgm","p":39,"s":66,"h":1,"t":26,"uu":"creating a gnoll war band; shared physical trait|vgm","n":"Creating a Gnoll War Band; Shared Physical Trait"},{"id":20778,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20war%20band%20leadership_vgm","p":39,"s":66,"h":1,"t":26,"uu":"creating a gnoll war band; war band leadership|vgm","n":"Creating a Gnoll War Band; War Band Leadership"},{"id":20779,"c":24,"u":"gnoll%20names_vgm","p":36,"s":66,"h":1,"t":26,"uu":"gnoll names|vgm","n":"Gnoll Names"},{"id":20780,"c":24,"u":"hag%20names_vgm","p":55,"s":66,"h":1,"t":26,"uu":"hag names|vgm","n":"Hag Names"},{"id":20781,"c":24,"u":"height%20and%20weight_vgm","p":120,"s":66,"h":1,"t":26,"uu":"height and weight|vgm","n":"Height and Weight"},{"id":20782,"c":24,"u":"kobold%20names_vgm","p":66,"s":66,"h":1,"t":26,"uu":"kobold names|vgm","n":"Kobold Names"},{"id":20783,"c":24,"u":"living%20the%20giant%20life%3b%20giant%20life%20spans_vgm","p":22,"s":66,"h":1,"t":26,"uu":"living the giant life; giant life spans|vgm","n":"Living the Giant Life; Giant Life Spans"},{"id":20784,"c":24,"u":"mind%20flayer%20names_vgm","p":75,"s":66,"h":1,"t":26,"uu":"mind flayer names|vgm","n":"Mind Flayer Names"},{"id":20785,"c":24,"u":"monster%20lore_vgm","p":5,"s":66,"h":1,"t":26,"uu":"monster lore|vgm","n":"Monster Lore"},{"id":20786,"c":24,"u":"one-of-a-kind%20objects%3b%20hag%20objects_vgm","p":62,"s":66,"h":1,"t":26,"uu":"one-of-a-kind objects; hag objects|vgm","n":"One-of-a-Kind Objects; Hag Objects"},{"id":20787,"c":24,"u":"orc%20names%3b%20orc%20epithets_vgm","p":88,"s":66,"h":1,"t":26,"uu":"orc names; orc epithets|vgm","n":"Orc Names; Orc Epithets"},{"id":20788,"c":24,"u":"orc%20names%3b%20orc%20female%20names_vgm","p":88,"s":66,"h":1,"t":26,"uu":"orc names; orc female names|vgm","n":"Orc Names; Orc Female Names"},{"id":20789,"c":24,"u":"orc%20names%3b%20orc%20male%20names_vgm","p":88,"s":66,"h":1,"t":26,"uu":"orc names; orc male names|vgm","n":"Orc Names; Orc Male Names"},{"id":20790,"c":24,"u":"pets%3b%20beholder%20greater%20minions_vgm","p":16,"s":66,"h":1,"t":26,"uu":"pets; beholder greater minions|vgm","n":"Pets; Beholder Greater Minions"},{"id":20791,"c":24,"u":"pets%3b%20beholder%20lesser%20minions_vgm","p":16,"s":66,"h":1,"t":26,"uu":"pets; beholder lesser minions|vgm","n":"Pets; Beholder Lesser Minions"},{"id":20792,"c":24,"u":"physical%20characteristics%3b%20beholder%20body%20diameter_vgm","p":8,"s":66,"h":1,"t":26,"uu":"physical characteristics; beholder body diameter|vgm","n":"Physical Characteristics; Beholder Body Diameter"},{"id":20793,"c":24,"u":"physical%20characteristics%3b%20beholder%20eye%20color_vgm","p":8,"s":66,"h":1,"t":26,"uu":"physical characteristics; beholder eye color|vgm","n":"Physical Characteristics; Beholder Eye Color"},{"id":20794,"c":24,"u":"physical%20characteristics%3b%20beholder%20eye%20size_vgm","p":8,"s":66,"h":1,"t":26,"uu":"physical characteristics; beholder eye size|vgm","n":"Physical Characteristics; Beholder Eye Size"},{"id":20795,"c":24,"u":"physical%20characteristics%3b%20beholder%20eyestalk%20shape_vgm","p":8,"s":66,"h":1,"t":26,"uu":"physical characteristics; beholder eyestalk shape|vgm","n":"Physical Characteristics; Beholder Eyestalk Shape"},{"id":20796,"c":24,"u":"physical%20characteristics%3b%20beholder%20eyestalk%20texture_vgm","p":8,"s":66,"h":1,"t":26,"uu":"physical characteristics; beholder eyestalk texture|vgm","n":"Physical Characteristics; Beholder Eyestalk Texture"},{"id":20797,"c":24,"u":"physical%20characteristics%3b%20beholder%20iris%20shape_vgm","p":8,"s":66,"h":1,"t":26,"uu":"physical characteristics; beholder iris shape|vgm","n":"Physical Characteristics; Beholder Iris Shape"},{"id":20798,"c":24,"u":"physical%20characteristics%3b%20beholder%20mouth%20shape%20and%20size_vgm","p":8,"s":66,"h":1,"t":26,"uu":"physical characteristics; beholder mouth shape and size|vgm","n":"Physical Characteristics; Beholder Mouth Shape and Size"},{"id":20799,"c":24,"u":"physical%20characteristics%3b%20beholder%20skin%20color_vgm","p":8,"s":66,"h":1,"t":26,"uu":"physical characteristics; beholder skin color|vgm","n":"Physical Characteristics; Beholder Skin Color"},{"id":20800,"c":24,"u":"physical%20characteristics%3b%20beholder%20skin%20texture_vgm","p":8,"s":66,"h":1,"t":26,"uu":"physical characteristics; beholder skin texture|vgm","n":"Physical Characteristics; Beholder Skin Texture"},{"id":20801,"c":24,"u":"physical%20characteristics%3b%20beholder%20teeth%20shape_vgm","p":8,"s":66,"h":1,"t":26,"uu":"physical characteristics; beholder teeth shape|vgm","n":"Physical Characteristics; Beholder Teeth Shape"},{"id":20802,"c":24,"u":"physical%20variations%3b%20pureblood%20characteristics_vgm","p":97,"s":66,"h":1,"t":26,"uu":"physical variations; pureblood characteristics|vgm","n":"Physical Variations; Pureblood Characteristics"},{"id":20803,"c":24,"u":"physical%20variations%3b%20scale%20color_vgm","p":66,"s":66,"h":1,"t":26,"uu":"physical variations; scale color|vgm","n":"Physical Variations; Scale Color"},{"id":20804,"c":24,"u":"physical%20variations%3b%20scale%20pattern_vgm","p":66,"s":66,"h":1,"t":26,"uu":"physical variations; scale pattern|vgm","n":"Physical Variations; Scale Pattern"},{"id":20805,"c":24,"u":"physical%20variations%3b%20type%202%20malison%3a%20arms_vgm","p":97,"s":66,"h":1,"t":26,"uu":"physical variations; type 2 malison: arms|vgm","n":"Physical Variations; Type 2 Malison: Arms"},{"id":20806,"c":24,"u":"physical%20variations%3b%20type%204%20malison%3a%20lower%20body_vgm","p":97,"s":66,"h":1,"t":26,"uu":"physical variations; type 4 malison: lower body|vgm","n":"Physical Variations; Type 4 Malison: Lower Body"},{"id":20807,"c":24,"u":"physical%20variations%3b%20yuan-ti%20eye%20color_vgm","p":97,"s":66,"h":1,"t":26,"uu":"physical variations; yuan-ti eye color|vgm","n":"Physical Variations; Yuan-ti Eye Color"},{"id":20808,"c":24,"u":"physical%20variations%3b%20yuan-ti%20humanoid%20skin%20color_vgm","p":97,"s":66,"h":1,"t":26,"uu":"physical variations; yuan-ti humanoid skin color|vgm","n":"Physical Variations; Yuan-ti Humanoid Skin Color"},{"id":20809,"c":24,"u":"physical%20variations%3b%20yuan-ti%20scale%20color_vgm","p":97,"s":66,"h":1,"t":26,"uu":"physical variations; yuan-ti scale color|vgm","n":"Physical Variations; Yuan-ti Scale Color"},{"id":20810,"c":24,"u":"physical%20variations%3b%20yuan-ti%20scale%20pattern_vgm","p":97,"s":66,"h":1,"t":26,"uu":"physical variations; yuan-ti scale pattern|vgm","n":"Physical Variations; Yuan-ti Scale Pattern"},{"id":20811,"c":24,"u":"physical%20variations%3b%20yuan-ti%20snake%20body%20type_vgm","p":97,"s":66,"h":1,"t":26,"uu":"physical variations; yuan-ti snake body type|vgm","n":"Physical Variations; Yuan-ti Snake Body Type"},{"id":20812,"c":24,"u":"physical%20variations%3b%20yuan-ti%20snake%20head%20shape_vgm","p":97,"s":66,"h":1,"t":26,"uu":"physical variations; yuan-ti snake head shape|vgm","n":"Physical Variations; Yuan-ti Snake Head Shape"},{"id":20813,"c":24,"u":"physical%20variations%3b%20yuan-ti%20tongue%20color_vgm","p":97,"s":66,"h":1,"t":26,"uu":"physical variations; yuan-ti tongue color|vgm","n":"Physical Variations; Yuan-ti Tongue Color"},{"id":20814,"c":24,"u":"random%20hag%20minions%3b%20brutes_vgm","p":61,"s":66,"h":1,"t":26,"uu":"random hag minions; brutes|vgm","n":"Random Hag Minions; Brutes"},{"id":20815,"c":24,"u":"random%20hag%20minions%3b%20servants_vgm","p":61,"s":66,"h":1,"t":26,"uu":"random hag minions; servants|vgm","n":"Random Hag Minions; Servants"},{"id":20816,"c":24,"u":"random%20yuan-ti%20servants%3b%20yuan-ti%20agents_vgm","p":102,"s":66,"h":1,"t":26,"uu":"random yuan-ti servants; yuan-ti agents|vgm","n":"Random Yuan-ti Servants; Yuan-ti Agents"},{"id":20817,"c":24,"u":"random%20yuan-ti%20servants%3b%20yuan-ti%20protectors_vgm","p":102,"s":66,"h":1,"t":26,"uu":"random yuan-ti servants; yuan-ti protectors|vgm","n":"Random Yuan-ti Servants; Yuan-ti Protectors"},{"id":20818,"c":24,"u":"rank%2c%20status%2c%20and%20title_vgm","p":46,"s":66,"h":1,"t":26,"uu":"rank, status, and title|vgm","n":"Rank, Status, and Title"},{"id":20819,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20bonds_vgm","p":8,"s":66,"h":1,"t":26,"uu":"roleplaying a beholder; beholder bonds|vgm","n":"Roleplaying a Beholder; Beholder Bonds"},{"id":20820,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20flaws_vgm","p":8,"s":66,"h":1,"t":26,"uu":"roleplaying a beholder; beholder flaws|vgm","n":"Roleplaying a Beholder; Beholder Flaws"},{"id":20821,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20ideals_vgm","p":8,"s":66,"h":1,"t":26,"uu":"roleplaying a beholder; beholder ideals|vgm","n":"Roleplaying a Beholder; Beholder Ideals"},{"id":20822,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20personality%20traits_vgm","p":8,"s":66,"h":1,"t":26,"uu":"roleplaying a beholder; beholder personality traits|vgm","n":"Roleplaying a Beholder; Beholder Personality Traits"},{"id":20823,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20bonds_vgm","p":23,"s":66,"h":1,"t":26,"uu":"roleplaying a giant; giant bonds|vgm","n":"Roleplaying a Giant; Giant Bonds"},{"id":20824,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20flaws_vgm","p":23,"s":66,"h":1,"t":26,"uu":"roleplaying a giant; giant flaws|vgm","n":"Roleplaying a Giant; Giant Flaws"},{"id":20825,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20ideals_vgm","p":23,"s":66,"h":1,"t":26,"uu":"roleplaying a giant; giant ideals|vgm","n":"Roleplaying a Giant; Giant Ideals"},{"id":20826,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20personality%20traits_vgm","p":23,"s":66,"h":1,"t":26,"uu":"roleplaying a giant; giant personality traits|vgm","n":"Roleplaying a Giant; Giant Personality Traits"},{"id":20827,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20bonds_vgm","p":54,"s":66,"h":1,"t":26,"uu":"roleplaying a hag; hag bonds|vgm","n":"Roleplaying a Hag; Hag Bonds"},{"id":20828,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20flaws_vgm","p":54,"s":66,"h":1,"t":26,"uu":"roleplaying a hag; hag flaws|vgm","n":"Roleplaying a Hag; Hag Flaws"},{"id":20829,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20ideals_vgm","p":54,"s":66,"h":1,"t":26,"uu":"roleplaying a hag; hag ideals|vgm","n":"Roleplaying a Hag; Hag Ideals"},{"id":20830,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20personality%20traits_vgm","p":54,"s":66,"h":1,"t":26,"uu":"roleplaying a hag; hag personality traits|vgm","n":"Roleplaying a Hag; Hag Personality Traits"},{"id":20831,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20bonds_vgm","p":74,"s":66,"h":1,"t":26,"uu":"roleplaying a mind flayer; mind flayer bonds|vgm","n":"Roleplaying a Mind Flayer; Mind Flayer Bonds"},{"id":20832,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20flaws_vgm","p":74,"s":66,"h":1,"t":26,"uu":"roleplaying a mind flayer; mind flayer flaws|vgm","n":"Roleplaying a Mind Flayer; Mind Flayer Flaws"},{"id":20833,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20ideals_vgm","p":74,"s":66,"h":1,"t":26,"uu":"roleplaying a mind flayer; mind flayer ideals|vgm","n":"Roleplaying a Mind Flayer; Mind Flayer Ideals"},{"id":20834,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20personality%20traits_vgm","p":74,"s":66,"h":1,"t":26,"uu":"roleplaying a mind flayer; mind flayer personality traits|vgm","n":"Roleplaying a Mind Flayer; Mind Flayer Personality Traits"},{"id":20835,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20bonds_vgm","p":98,"s":66,"h":1,"t":26,"uu":"roleplaying a yuan-ti; yuan-ti bonds|vgm","n":"Roleplaying a Yuan-ti; Yuan-ti Bonds"},{"id":20836,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20flaws_vgm","p":98,"s":66,"h":1,"t":26,"uu":"roleplaying a yuan-ti; yuan-ti flaws|vgm","n":"Roleplaying a Yuan-ti; Yuan-ti Flaws"},{"id":20837,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20ideals_vgm","p":98,"s":66,"h":1,"t":26,"uu":"roleplaying a yuan-ti; yuan-ti ideals|vgm","n":"Roleplaying a Yuan-ti; Yuan-ti Ideals"},{"id":20838,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20personality%20traits_vgm","p":98,"s":66,"h":1,"t":26,"uu":"roleplaying a yuan-ti; yuan-ti personality traits|vgm","n":"Roleplaying a Yuan-ti; Yuan-ti Personality Traits"},{"id":20839,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20bonds_vgm","p":87,"s":66,"h":1,"t":26,"uu":"roleplaying an orc; orc bonds|vgm","n":"Roleplaying an Orc; Orc Bonds"},{"id":20840,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20flaws_vgm","p":87,"s":66,"h":1,"t":26,"uu":"roleplaying an orc; orc flaws|vgm","n":"Roleplaying an Orc; Orc Flaws"},{"id":20841,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20ideals_vgm","p":87,"s":66,"h":1,"t":26,"uu":"roleplaying an orc; orc ideals|vgm","n":"Roleplaying an Orc; Orc Ideals"},{"id":20842,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20personality%20traits_vgm","p":87,"s":66,"h":1,"t":26,"uu":"roleplaying an orc; orc personality traits|vgm","n":"Roleplaying an Orc; Orc Personality Traits"},{"id":20843,"c":24,"u":"status%20symbols_vgm","p":42,"s":66,"h":1,"t":26,"uu":"status symbols|vgm","n":"Status Symbols"},{"id":20844,"c":24,"u":"treasure%3b%20orc%20trophies_vgm","p":90,"s":66,"h":1,"t":26,"uu":"treasure; orc trophies|vgm","n":"Treasure; Orc Trophies"},{"id":20845,"c":24,"u":"yuan-ti%20names_vgm","p":99,"s":66,"h":1,"t":26,"uu":"yuan-ti names|vgm","n":"Yuan-ti Names"},{"id":20846,"c":24,"u":"adventures%20in%20the%20carnival%3b%20carnival%20adventures_vrgr","p":87,"s":67,"h":1,"t":26,"uu":"adventures in the carnival; carnival adventures|vrgr","n":"Adventures in the Carnival; Carnival Adventures"},{"id":20847,"c":24,"u":"adventures%3b%20darklord%20connections_vrgr","p":44,"s":67,"h":1,"t":26,"uu":"adventures; darklord connections|vrgr","n":"Adventures; Darklord Connections"},{"id":20848,"c":24,"u":"adventures%3b%20darklord%20interactions_vrgr","p":44,"s":67,"h":1,"t":26,"uu":"adventures; darklord interactions|vrgr","n":"Adventures; Darklord Interactions"},{"id":20849,"c":24,"u":"alien%20artifacts%3b%20aberrant%20evidence_vrgr","p":75,"s":67,"h":1,"t":26,"uu":"alien artifacts; aberrant evidence|vrgr","n":"Alien Artifacts; Aberrant Evidence"},{"id":20850,"c":24,"u":"barovia%20adventures_vrgr","p":69,"s":67,"h":1,"t":26,"uu":"barovia adventures|vrgr","n":"Barovia Adventures"},{"id":20851,"c":24,"u":"benefits%20of%20renown%3b%20loyalist%20benefits_vrgr","p":131,"s":67,"h":1,"t":26,"uu":"benefits of renown; loyalist benefits|vrgr","n":"Benefits of Renown; Loyalist Benefits"},{"id":20852,"c":24,"u":"benefits%20of%20renown%3b%20rebel%20benefits_vrgr","p":131,"s":67,"h":1,"t":26,"uu":"benefits of renown; rebel benefits|vrgr","n":"Benefits of Renown; Rebel Benefits"},{"id":20853,"c":24,"u":"bestiary%3b%20creatures%20by%20challenge%20rating_vrgr","p":226,"s":67,"h":1,"t":26,"uu":"bestiary; creatures by challenge rating|vrgr","n":"Bestiary; Creatures by Challenge Rating"},{"id":20854,"c":24,"u":"beyond%20barovia%3b%20lost%20tatyana_vrgr","p":71,"s":67,"h":1,"t":26,"uu":"beyond barovia; lost tatyana|vrgr","n":"Beyond Barovia; Lost Tatyana"},{"id":20855,"c":24,"u":"bluetspur%20adventures_vrgr","p":74,"s":67,"h":1,"t":26,"uu":"bluetspur adventures|vrgr","n":"Bluetspur Adventures"},{"id":20856,"c":24,"u":"body%20horror%20adventure%20sites_vrgr","p":47,"s":67,"h":1,"t":26,"uu":"body horror adventure sites|vrgr","n":"Body Horror Adventure Sites"},{"id":20857,"c":24,"u":"body%20horror%20monsters_vrgr","p":45,"s":67,"h":1,"t":26,"uu":"body horror monsters|vrgr","n":"Body Horror Monsters"},{"id":20858,"c":24,"u":"body%20horror%20plots_vrgr","p":47,"s":67,"h":1,"t":26,"uu":"body horror plots|vrgr","n":"Body Horror Plots"},{"id":20859,"c":24,"u":"body%20horror%20settings_vrgr","p":47,"s":67,"h":1,"t":26,"uu":"body horror settings|vrgr","n":"Body Horror Settings"},{"id":20860,"c":24,"u":"body%20horror%20torments_vrgr","p":47,"s":67,"h":1,"t":26,"uu":"body horror torments|vrgr","n":"Body Horror Torments"},{"id":20861,"c":24,"u":"body%20horror%20villains_vrgr","p":45,"s":67,"h":1,"t":26,"uu":"body horror villains|vrgr","n":"Body Horror Villains"},{"id":20862,"c":24,"u":"borca%20adventures_vrgr","p":81,"s":67,"h":1,"t":26,"uu":"borca adventures|vrgr","n":"Borca Adventures"},{"id":20863,"c":24,"u":"concluding%20the%20siege%3b%20zombie%20siege%20climax_vrgr","p":105,"s":67,"h":1,"t":26,"uu":"concluding the siege; zombie siege climax|vrgr","n":"Concluding the Siege; Zombie Siege Climax"},{"id":20864,"c":24,"u":"connection%20to%20strahd%3b%20avoiding%20strahd_vrgr","p":70,"s":67,"h":1,"t":26,"uu":"connection to strahd; avoiding strahd|vrgr","n":"Connection to Strahd; Avoiding Strahd"},{"id":20865,"c":24,"u":"connection%20to%20strahd%3b%20hunting%20strahd_vrgr","p":70,"s":67,"h":1,"t":26,"uu":"connection to strahd; hunting strahd|vrgr","n":"Connection to Strahd; Hunting Strahd"},{"id":20866,"c":24,"u":"cosmic%20horror%20adventure%20sites_vrgr","p":49,"s":67,"h":1,"t":26,"uu":"cosmic horror adventure sites|vrgr","n":"Cosmic Horror Adventure Sites"},{"id":20867,"c":24,"u":"cosmic%20horror%20monsters_vrgr","p":48,"s":67,"h":1,"t":26,"uu":"cosmic horror monsters|vrgr","n":"Cosmic Horror Monsters"},{"id":20868,"c":24,"u":"cosmic%20horror%20plots_vrgr","p":49,"s":67,"h":1,"t":26,"uu":"cosmic horror plots|vrgr","n":"Cosmic Horror Plots"},{"id":20869,"c":24,"u":"cosmic%20horror%20settings_vrgr","p":49,"s":67,"h":1,"t":26,"uu":"cosmic horror settings|vrgr","n":"Cosmic Horror Settings"},{"id":20870,"c":24,"u":"cosmic%20horror%20torments_vrgr","p":49,"s":67,"h":1,"t":26,"uu":"cosmic horror torments|vrgr","n":"Cosmic Horror Torments"},{"id":20871,"c":24,"u":"cosmic%20horror%20villains_vrgr","p":48,"s":67,"h":1,"t":26,"uu":"cosmic horror villains|vrgr","n":"Cosmic Horror Villains"},{"id":20872,"c":24,"u":"dark%20fantasy%20adventure%20sites_vrgr","p":51,"s":67,"h":1,"t":26,"uu":"dark fantasy adventure sites|vrgr","n":"Dark Fantasy Adventure Sites"},{"id":20873,"c":24,"u":"dark%20fantasy%20monsters_vrgr","p":50,"s":67,"h":1,"t":26,"uu":"dark fantasy monsters|vrgr","n":"Dark Fantasy Monsters"},{"id":20874,"c":24,"u":"dark%20fantasy%20plots_vrgr","p":51,"s":67,"h":1,"t":26,"uu":"dark fantasy plots|vrgr","n":"Dark Fantasy Plots"},{"id":20875,"c":24,"u":"dark%20fantasy%20settings_vrgr","p":51,"s":67,"h":1,"t":26,"uu":"dark fantasy settings|vrgr","n":"Dark Fantasy Settings"},{"id":20876,"c":24,"u":"dark%20fantasy%20torments_vrgr","p":51,"s":67,"h":1,"t":26,"uu":"dark fantasy torments|vrgr","n":"Dark Fantasy Torments"},{"id":20877,"c":24,"u":"dark%20fantasy%20villains_vrgr","p":50,"s":67,"h":1,"t":26,"uu":"dark fantasy villains|vrgr","n":"Dark Fantasy Villains"},{"id":20878,"c":24,"u":"darkon%20adventures_vrgr","p":91,"s":67,"h":1,"t":26,"uu":"darkon adventures|vrgr","n":"Darkon Adventures"},{"id":20879,"c":24,"u":"darkon%20allies_vrgr","p":92,"s":67,"h":1,"t":26,"uu":"darkon allies|vrgr","n":"Darkon Allies"},{"id":20880,"c":24,"u":"darkon%20finale_vrgr","p":93,"s":67,"h":1,"t":26,"uu":"darkon finale|vrgr","n":"Darkon Finale"},{"id":20881,"c":24,"u":"darkon%20rivals_vrgr","p":92,"s":67,"h":1,"t":26,"uu":"darkon rivals|vrgr","n":"Darkon Rivals"},{"id":20882,"c":24,"u":"darkon's%20destruction_vrgr","p":92,"s":67,"h":1,"t":26,"uu":"darkon's destruction|vrgr","n":"Darkon's Destruction"},{"id":20883,"c":24,"u":"darkon's%20salvation_vrgr","p":92,"s":67,"h":1,"t":26,"uu":"darkon's salvation|vrgr","n":"Darkon's Salvation"},{"id":20884,"c":24,"u":"dementlieu%20adventures_vrgr","p":97,"s":67,"h":1,"t":26,"uu":"dementlieu adventures|vrgr","n":"Dementlieu Adventures"},{"id":20885,"c":24,"u":"domains%20of%20ravenloft_vrgr","p":168,"s":67,"h":1,"t":26,"uu":"domains of ravenloft|vrgr","n":"Domains of Ravenloft"},{"id":20886,"c":24,"u":"dread%20in%20darkon_vrgr","p":93,"s":67,"h":1,"t":26,"uu":"dread in darkon|vrgr","n":"Dread in Darkon"},{"id":20887,"c":24,"u":"during%20the%20siege%3b%20zombie%20siege%20encounters_vrgr","p":105,"s":67,"h":1,"t":26,"uu":"during the siege; zombie siege encounters|vrgr","n":"During the Siege; Zombie Siege Encounters"},{"id":20888,"c":24,"u":"falkovnia%20adventures_vrgr","p":103,"s":67,"h":1,"t":26,"uu":"falkovnia adventures|vrgr","n":"Falkovnia Adventures"},{"id":20889,"c":24,"u":"folk%20horror%20adventure%20sites_vrgr","p":53,"s":67,"h":1,"t":26,"uu":"folk horror adventure sites|vrgr","n":"Folk Horror Adventure Sites"},{"id":20890,"c":24,"u":"folk%20horror%20monsters_vrgr","p":52,"s":67,"h":1,"t":26,"uu":"folk horror monsters|vrgr","n":"Folk Horror Monsters"},{"id":20891,"c":24,"u":"folk%20horror%20plots_vrgr","p":53,"s":67,"h":1,"t":26,"uu":"folk horror plots|vrgr","n":"Folk Horror Plots"},{"id":20892,"c":24,"u":"folk%20horror%20settings_vrgr","p":53,"s":67,"h":1,"t":26,"uu":"folk horror settings|vrgr","n":"Folk Horror Settings"},{"id":20893,"c":24,"u":"folk%20horror%20torments_vrgr","p":53,"s":67,"h":1,"t":26,"uu":"folk horror torments|vrgr","n":"Folk Horror Torments"},{"id":20894,"c":24,"u":"folk%20horror%20villains_vrgr","p":52,"s":67,"h":1,"t":26,"uu":"folk horror villains|vrgr","n":"Folk Horror Villains"},{"id":20895,"c":24,"u":"ghost%20story%20adventure%20sites_vrgr","p":55,"s":67,"h":1,"t":26,"uu":"ghost story adventure sites|vrgr","n":"Ghost Story Adventure Sites"},{"id":20896,"c":24,"u":"ghost%20story%20monsters_vrgr","p":54,"s":67,"h":1,"t":26,"uu":"ghost story monsters|vrgr","n":"Ghost Story Monsters"},{"id":20897,"c":24,"u":"ghost%20story%20plots_vrgr","p":55,"s":67,"h":1,"t":26,"uu":"ghost story plots|vrgr","n":"Ghost Story Plots"},{"id":20898,"c":24,"u":"ghost%20story%20settings_vrgr","p":55,"s":67,"h":1,"t":26,"uu":"ghost story settings|vrgr","n":"Ghost Story Settings"},{"id":20899,"c":24,"u":"ghost%20story%20torments_vrgr","p":55,"s":67,"h":1,"t":26,"uu":"ghost story torments|vrgr","n":"Ghost Story Torments"},{"id":20900,"c":24,"u":"ghost%20story%20villains_vrgr","p":54,"s":67,"h":1,"t":26,"uu":"ghost story villains|vrgr","n":"Ghost Story Villains"},{"id":20901,"c":24,"u":"ghost's%20history_vrgr","p":148,"s":67,"h":1,"t":26,"uu":"ghost's history|vrgr","n":"Ghost's History"},{"id":20902,"c":24,"u":"gothic%20horror%20adventure%20sites_vrgr","p":57,"s":67,"h":1,"t":26,"uu":"gothic horror adventure sites|vrgr","n":"Gothic Horror Adventure Sites"},{"id":20903,"c":24,"u":"gothic%20horror%20monsters_vrgr","p":56,"s":67,"h":1,"t":26,"uu":"gothic horror monsters|vrgr","n":"Gothic Horror Monsters"},{"id":20904,"c":24,"u":"gothic%20horror%20plots_vrgr","p":57,"s":67,"h":1,"t":26,"uu":"gothic horror plots|vrgr","n":"Gothic Horror Plots"},{"id":20905,"c":24,"u":"gothic%20horror%20settings_vrgr","p":57,"s":67,"h":1,"t":26,"uu":"gothic horror settings|vrgr","n":"Gothic Horror Settings"},{"id":20906,"c":24,"u":"gothic%20horror%20torments_vrgr","p":56,"s":67,"h":1,"t":26,"uu":"gothic horror torments|vrgr","n":"Gothic Horror Torments"},{"id":20907,"c":24,"u":"gothic%20horror%20villains_vrgr","p":56,"s":67,"h":1,"t":26,"uu":"gothic horror villains|vrgr","n":"Gothic Horror Villains"},{"id":20908,"c":24,"u":"har'akir%20adventures_vrgr","p":110,"s":67,"h":1,"t":26,"uu":"har'akir adventures|vrgr","n":"Har'Akir Adventures"},{"id":20909,"c":24,"u":"hazlan%20adventures_vrgr","p":115,"s":67,"h":1,"t":26,"uu":"hazlan adventures|vrgr","n":"Hazlan Adventures"},{"id":20910,"c":24,"u":"hazlan%20wild%20magic_vrgr","p":116,"s":67,"h":1,"t":26,"uu":"hazlan wild magic|vrgr","n":"Hazlan Wild Magic"},{"id":20911,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20bonds_vrgr","p":32,"s":67,"h":1,"t":26,"uu":"horror characteristics; horror character bonds|vrgr","n":"Horror Characteristics; Horror Character Bonds"},{"id":20912,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20flaws_vrgr","p":32,"s":67,"h":1,"t":26,"uu":"horror characteristics; horror character flaws|vrgr","n":"Horror Characteristics; Horror Character Flaws"},{"id":20913,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20ideals_vrgr","p":32,"s":67,"h":1,"t":26,"uu":"horror characteristics; horror character ideals|vrgr","n":"Horror Characteristics; Horror Character Ideals"},{"id":20914,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20personality%20traits_vrgr","p":32,"s":67,"h":1,"t":26,"uu":"horror characteristics; horror character personality traits|vrgr","n":"Horror Characteristics; Horror Character Personality Traits"},{"id":20915,"c":24,"u":"i'cath%20adventures_vrgr","p":121,"s":67,"h":1,"t":26,"uu":"i'cath adventures|vrgr","n":"I'Cath Adventures"},{"id":20916,"c":24,"u":"ignoble%20bonds%3b%20ignoble%20request_vrgr","p":82,"s":67,"h":1,"t":26,"uu":"ignoble bonds; ignoble request|vrgr","n":"Ignoble Bonds; Ignoble Request"},{"id":20917,"c":24,"u":"kalakeri%20adventures_vrgr","p":128,"s":67,"h":1,"t":26,"uu":"kalakeri adventures|vrgr","n":"Kalakeri Adventures"},{"id":20918,"c":24,"u":"kartakass%20adventures_vrgr","p":135,"s":67,"h":1,"t":26,"uu":"kartakass adventures|vrgr","n":"Kartakass Adventures"},{"id":20919,"c":24,"u":"keeper%20adventures_vrgr","p":175,"s":67,"h":1,"t":26,"uu":"keeper adventures|vrgr","n":"Keeper Adventures"},{"id":20920,"c":24,"u":"lamordia%20adventures_vrgr","p":141,"s":67,"h":1,"t":26,"uu":"lamordia adventures|vrgr","n":"Lamordia Adventures"},{"id":20921,"c":24,"u":"lethal%20leverage_vrgr","p":82,"s":67,"h":1,"t":26,"uu":"lethal leverage|vrgr","n":"Lethal Leverage"},{"id":20922,"c":24,"u":"lost%20memories%3b%20suppressed%20memories_vrgr","p":75,"s":67,"h":1,"t":26,"uu":"lost memories; suppressed memories|vrgr","n":"Lost Memories; Suppressed Memories"},{"id":20923,"c":24,"u":"means%20to%20save%20darkon_vrgr","p":92,"s":67,"h":1,"t":26,"uu":"means to save darkon|vrgr","n":"Means to Save Darkon"},{"id":20924,"c":24,"u":"meeting%20the%20darklord%3b%20favors%20for%20harkon%20lukas_vrgr","p":136,"s":67,"h":1,"t":26,"uu":"meeting the darklord; favors for harkon lukas|vrgr","n":"Meeting the Darklord; Favors for Harkon Lukas"},{"id":20925,"c":24,"u":"misericordia%20and%20other%20noble%20estates%3b%20noble%20families%20and%20estates_vrgr","p":77,"s":67,"h":1,"t":26,"uu":"misericordia and other noble estates; noble families and estates|vrgr","n":"Misericordia and Other Noble Estates; Noble Families and Estates"},{"id":20926,"c":24,"u":"monstrous%20transformations_vrgr","p":41,"s":67,"h":1,"t":26,"uu":"monstrous transformations|vrgr","n":"Monstrous Transformations"},{"id":20927,"c":24,"u":"mordenheim's%20designs%3b%20serving%20dr.%20mordenheim_vrgr","p":142,"s":67,"h":1,"t":26,"uu":"mordenheim's designs; serving dr. mordenheim|vrgr","n":"Mordenheim's Designs; Serving Dr. Mordenheim"},{"id":20928,"c":24,"u":"mordent%20adventures_vrgr","p":147,"s":67,"h":1,"t":26,"uu":"mordent adventures|vrgr","n":"Mordent Adventures"},{"id":20929,"c":24,"u":"mother's%20blessing%3b%20lorinda's%20daughter_vrgr","p":161,"s":67,"h":1,"t":26,"uu":"mother's blessing; lorinda's daughter|vrgr","n":"Mother's Blessing; Lorinda's Daughter"},{"id":20930,"c":24,"u":"random%20complications%3b%20grand%20masquerade%20complications_vrgr","p":99,"s":67,"h":1,"t":26,"uu":"random complications; grand masquerade complications|vrgr","n":"Random Complications; Grand Masquerade Complications"},{"id":20931,"c":24,"u":"renown%20in%20kalakeri_vrgr","p":130,"s":67,"h":1,"t":26,"uu":"renown in kalakeri|vrgr","n":"Renown in Kalakeri"},{"id":20932,"c":24,"u":"richemulot%20adventures_vrgr","p":153,"s":67,"h":1,"t":26,"uu":"richemulot adventures|vrgr","n":"Richemulot Adventures"},{"id":20933,"c":24,"u":"romance%3b%20romantic%20elements_vrgr","p":148,"s":67,"h":1,"t":26,"uu":"romance; romantic elements|vrgr","n":"Romance; Romantic Elements"},{"id":20934,"c":24,"u":"spirit%20tales_vrgr","p":28,"s":67,"h":1,"t":26,"uu":"spirit tales|vrgr","n":"Spirit Tales"},{"id":20935,"c":24,"u":"stage%20four%3a%20pestilence%3b%20stage%20four%20encounters_vrgr","p":155,"s":67,"h":1,"t":26,"uu":"stage four: pestilence; stage four encounters|vrgr","n":"Stage Four: Pestilence; Stage Four Encounters"},{"id":20936,"c":24,"u":"stage%20three%3a%20illness%3b%20stage%20three%20encounters_vrgr","p":155,"s":67,"h":1,"t":26,"uu":"stage three: illness; stage three encounters|vrgr","n":"Stage Three: Illness; Stage Three Encounters"},{"id":20937,"c":24,"u":"stage%20two%3a%20outbreak%3b%20stage%20two%20encounters_vrgr","p":154,"s":67,"h":1,"t":26,"uu":"stage two: outbreak; stage two encounters|vrgr","n":"Stage Two: Outbreak; Stage Two Encounters"},{"id":20938,"c":24,"u":"tepest%20adventures_vrgr","p":159,"s":67,"h":1,"t":26,"uu":"tepest adventures|vrgr","n":"Tepest Adventures"},{"id":20939,"c":24,"u":"the%20grand%20masquerade%3b%20grand%20masquerade%20objectives_vrgr","p":97,"s":67,"h":1,"t":26,"uu":"the grand masquerade; grand masquerade objectives|vrgr","n":"The Grand Masquerade; Grand Masquerade Objectives"},{"id":20940,"c":24,"u":"the%20hunters'%20role%3b%20hunt%20for%20the%20ka_vrgr","p":111,"s":67,"h":1,"t":26,"uu":"the hunters' role; hunt for the ka|vrgr","n":"The Hunters' Role; Hunt for the Ka"},{"id":20941,"c":24,"u":"the%20pharaoh's%20return%3b%20ankhtepot%20reborn_vrgr","p":110,"s":67,"h":1,"t":26,"uu":"the pharaoh's return; ankhtepot reborn|vrgr","n":"The Pharaoh's Return; Ankhtepot Reborn"},{"id":20942,"c":24,"u":"the%20secret%20of%20darkon's%20doom%3b%20azalin's%20fate_vrgr","p":92,"s":67,"h":1,"t":26,"uu":"the secret of darkon's doom; azalin's fate|vrgr","n":"The Secret of Darkon's Doom; Azalin's Fate"},{"id":20943,"c":24,"u":"the%20soul's%20shape%3b%20ankhtepot's%20soul_vrgr","p":110,"s":67,"h":1,"t":26,"uu":"the soul's shape; ankhtepot's soul|vrgr","n":"The Soul's Shape; Ankhtepot's Soul"},{"id":20944,"c":24,"u":"tithe%20events_vrgr","p":160,"s":67,"h":1,"t":26,"uu":"tithe events|vrgr","n":"Tithe Events"},{"id":20945,"c":24,"u":"tragedy%3b%20tragic%20elements_vrgr","p":148,"s":67,"h":1,"t":26,"uu":"tragedy; tragic elements|vrgr","n":"Tragedy; Tragic Elements"},{"id":20946,"c":24,"u":"travelers%20in%20the%20mists%3b%20strangers%20in%20the%20mists_vrgr","p":174,"s":67,"h":1,"t":26,"uu":"travelers in the mists; strangers in the mists|vrgr","n":"Travelers in the Mists; Strangers in the Mists"},{"id":20947,"c":24,"u":"valachan%20adventures_vrgr","p":164,"s":67,"h":1,"t":26,"uu":"valachan adventures|vrgr","n":"Valachan Adventures"},{"id":20948,"c":24,"u":"valachan%20hunt%20complications_vrgr","p":167,"s":67,"h":1,"t":26,"uu":"valachan hunt complications|vrgr","n":"Valachan Hunt Complications"},{"id":20949,"c":24,"u":"wandering%20the%20mists_vrgr","p":61,"s":67,"h":1,"t":26,"uu":"wandering the mists|vrgr","n":"Wandering the Mists"},{"id":20950,"c":24,"u":"welcome%20to%20viktal%3b%20sights%20in%20viktal_vrgr","p":160,"s":67,"h":1,"t":26,"uu":"welcome to viktal; sights in viktal|vrgr","n":"Welcome to Viktal; Sights in Viktal"},{"id":20951,"c":24,"u":"who%20is%20tatyana%3f%3b%20tatyana's%20incarnation_vrgr","p":70,"s":67,"h":1,"t":26,"uu":"who is tatyana?; tatyana's incarnation|vrgr","n":"Who Is Tatyana?; Tatyana's Incarnation"},{"id":20952,"c":24,"u":"wicked%20personality%3b%20fatal%20flaws_vrgr","p":40,"s":67,"h":1,"t":26,"uu":"wicked personality; fatal flaws|vrgr","n":"Wicked Personality; Fatal Flaws"},{"id":20953,"c":24,"u":"stagefright's%20lines_wbtw","p":250,"s":68,"h":1,"t":26,"uu":"stagefright's lines|wbtw","n":"Stagefright's Lines"},{"id":20954,"c":24,"u":"animated%20coffin%20contents_aatm","s":71,"h":1,"t":26,"uu":"animated coffin contents|aatm","n":"Animated Coffin Contents"},{"id":20955,"c":24,"u":"entering%20the%20mortuary%3b%20mortuary%20portals_aatm","s":71,"h":1,"t":26,"uu":"entering the mortuary; mortuary portals|aatm","n":"Entering the Mortuary; Mortuary Portals"},{"id":20956,"c":24,"u":"exploring%20the%20mortuary%3b%20mortuary%20chambers_aatm","s":71,"h":1,"t":26,"uu":"exploring the mortuary; mortuary chambers|aatm","n":"Exploring the Mortuary; Mortuary Chambers"},{"id":20957,"c":24,"u":"heralds%20of%20dust%20spellcasting%20fees_aatm","s":71,"h":1,"t":26,"uu":"heralds of dust spellcasting fees|aatm","n":"Heralds of Dust Spellcasting Fees"},{"id":20958,"c":24,"u":"mortuary%20adventures%3b%20mortuary%20adventure%20hooks_aatm","s":71,"h":1,"t":26,"uu":"mortuary adventures; mortuary adventure hooks|aatm","n":"Mortuary Adventures; Mortuary Adventure Hooks"},{"id":20959,"c":24,"u":"mortuary%20encounters%20(levels%2011%e2%80%9416)_aatm","s":71,"h":1,"t":26,"uu":"mortuary encounters (levels 11—16)|aatm","n":"Mortuary Encounters (Levels 11—16)"},{"id":20960,"c":24,"u":"mortuary%20encounters%20(levels%201%e2%80%944)_aatm","s":71,"h":1,"t":26,"uu":"mortuary encounters (levels 1—4)|aatm","n":"Mortuary Encounters (Levels 1—4)"},{"id":20961,"c":24,"u":"mortuary%20encounters%20(levels%205%e2%80%9410)_aatm","s":71,"h":1,"t":26,"uu":"mortuary encounters (levels 5—10)|aatm","n":"Mortuary Encounters (Levels 5—10)"},{"id":20962,"c":24,"u":"faction%20advancement_al","s":154,"h":1,"t":26,"uu":"faction advancement|al","n":"Faction Advancement"},{"id":20963,"c":24,"u":"faction%20training_al","s":154,"h":1,"t":26,"uu":"faction training|al","n":"Faction Training"},{"id":20964,"c":24,"u":"receive%20your%20faction's%20insignia%3b%20faction%20insignias_al","s":154,"h":1,"t":26,"uu":"receive your faction's insignia; faction insignias|al","n":"Receive Your Faction's Insignia; Faction Insignias"},{"id":20965,"c":24,"u":"archfey's%20personality_dod","p":13,"s":77,"h":1,"t":26,"uu":"archfey's personality|dod","n":"Archfey's Personality"},{"id":20966,"c":24,"u":"archfey's%20presentation_dod","p":12,"s":77,"h":1,"t":26,"uu":"archfey's presentation|dod","n":"Archfey's Presentation"},{"id":20967,"c":24,"u":"breaking%20a%20contract%3b%20breaking%20a%20greater%20contract_dod","p":9,"s":77,"h":1,"t":26,"uu":"breaking a contract; breaking a greater contract|dod","n":"Breaking a Contract; Breaking a Greater Contract"},{"id":20968,"c":24,"u":"breaking%20a%20contract%3b%20breaking%20a%20lesser%20contract_dod","p":9,"s":77,"h":1,"t":26,"uu":"breaking a contract; breaking a lesser contract|dod","n":"Breaking a Contract; Breaking a Lesser Contract"},{"id":20969,"c":24,"u":"coming%20and%20going%3b%20fey%20crossings_dod","p":17,"s":77,"h":1,"t":26,"uu":"coming and going; fey crossings|dod","n":"Coming and Going; Fey Crossings"},{"id":20970,"c":24,"u":"domain%20denizens%3b%20feywild%20creatures_dod","p":20,"s":77,"h":1,"t":26,"uu":"domain denizens; feywild creatures|dod","n":"Domain Denizens; Feywild Creatures"},{"id":20971,"c":24,"u":"domain%20drama_dod","p":19,"s":77,"h":1,"t":26,"uu":"domain drama|dod","n":"Domain Drama"},{"id":20972,"c":24,"u":"domain%20theme_dod","p":16,"s":77,"h":1,"t":26,"uu":"domain theme|dod","n":"Domain Theme"},{"id":20973,"c":24,"u":"domain%20visitors_dod","p":21,"s":77,"h":1,"t":26,"uu":"domain visitors|dod","n":"Domain Visitors"},{"id":20974,"c":24,"u":"fey%20abodes_dod","p":11,"s":77,"h":1,"t":26,"uu":"fey abodes|dod","n":"Fey Abodes"},{"id":20975,"c":24,"u":"fey%20curses_dod","p":10,"s":77,"h":1,"t":26,"uu":"fey curses|dod","n":"Fey Curses"},{"id":20976,"c":24,"u":"fey%20curses%3b%20ending%20the%20curse_dod","p":10,"s":77,"h":1,"t":26,"uu":"fey curses; ending the curse|dod","n":"Fey Curses; Ending the Curse"},{"id":20977,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20identities_dod","p":5,"s":77,"h":1,"t":26,"uu":"feywild guides; feywild guide identities|dod","n":"Feywild Guides; Feywild Guide Identities"},{"id":20978,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20names_dod","p":5,"s":77,"h":1,"t":26,"uu":"feywild guides; feywild guide names|dod","n":"Feywild Guides; Feywild Guide Names"},{"id":20979,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20quirks_dod","p":5,"s":77,"h":1,"t":26,"uu":"feywild guides; feywild guide quirks|dod","n":"Feywild Guides; Feywild Guide Quirks"},{"id":20980,"c":24,"u":"feywild%20weather_dod","p":5,"s":77,"h":1,"t":26,"uu":"feywild weather|dod","n":"Feywild Weather"},{"id":20981,"c":24,"u":"geographical%20features_dod","p":16,"s":77,"h":1,"t":26,"uu":"geographical features|dod","n":"Geographical Features"},{"id":20982,"c":24,"u":"magical%20gifts_dod","p":15,"s":77,"h":1,"t":26,"uu":"magical gifts|dod","n":"Magical Gifts"},{"id":20983,"c":24,"u":"magical%20shortcuts%3b%20shortcut%20routines_dod","p":18,"s":77,"h":1,"t":26,"uu":"magical shortcuts; shortcut routines|dod","n":"Magical Shortcuts; Shortcut Routines"},{"id":20984,"c":24,"u":"obsessions%3b%20archfey%20obsession_dod","p":13,"s":77,"h":1,"t":26,"uu":"obsessions; archfey obsession|dod","n":"Obsessions; Archfey Obsession"},{"id":20985,"c":24,"u":"price%20of%20a%20contract%3b%20fey%20desires%20for%20greater%20contracts_dod","p":9,"s":77,"h":1,"t":26,"uu":"price of a contract; fey desires for greater contracts|dod","n":"Price of a Contract; Fey Desires for Greater Contracts"},{"id":20986,"c":24,"u":"price%20of%20a%20contract%3b%20fey%20desires%20for%20lesser%20contracts_dod","p":9,"s":77,"h":1,"t":26,"uu":"price of a contract; fey desires for lesser contracts|dod","n":"Price of a Contract; Fey Desires for Lesser Contracts"},{"id":20987,"c":24,"u":"signature%20magic_dod","p":14,"s":77,"h":1,"t":26,"uu":"signature magic|dod","n":"Signature Magic"},{"id":20988,"c":24,"u":"weird%20magic%20effects_dod","p":19,"s":77,"h":1,"t":26,"uu":"weird magic effects|dod","n":"Weird Magic Effects"},{"id":20989,"c":24,"u":"cavern%20encounters_llk","p":33,"s":80,"h":1,"t":26,"uu":"cavern encounters|llk","n":"Cavern Encounters"},{"id":20990,"c":24,"u":"mountain%20encounters_llk","p":33,"s":80,"h":1,"t":26,"uu":"mountain encounters|llk","n":"Mountain Encounters"},{"id":20991,"c":24,"u":"wilderness%20encounters_llk","p":32,"s":80,"h":1,"t":26,"uu":"wilderness encounters|llk","n":"Wilderness Encounters"},{"id":20992,"c":24,"u":"in%20this%20collection%3b%20eldraine%20creatures_mcv4ec","s":85,"h":1,"t":26,"uu":"in this collection; eldraine creatures|mcv4ec","n":"In This Collection; Eldraine Creatures"},{"id":20993,"c":24,"u":"appendix%3a%20planeswalkers%20and%20the%20multiverse_psa","p":39,"s":94,"h":1,"t":26,"uu":"appendix: planeswalkers and the multiverse|psa","n":"Appendix: Planeswalkers and the Multiverse"},{"id":20994,"c":24,"u":"bard%20or%20cleric%3b%20suggested%20bonds_psd","p":18,"s":95,"h":1,"t":26,"uu":"bard or cleric; suggested bonds|psd","n":"Bard or Cleric; Suggested Bonds"},{"id":20995,"c":24,"u":"bard%20or%20cleric%3b%20suggested%20ideals_psd","p":18,"s":95,"h":1,"t":26,"uu":"bard or cleric; suggested ideals|psd","n":"Bard or Cleric; Suggested Ideals"},{"id":20996,"c":24,"u":"benalish%20quests_psd","p":7,"s":95,"h":1,"t":26,"uu":"benalish quests|psd","n":"Benalish Quests"},{"id":20997,"c":24,"u":"benalish%20sites_psd","p":7,"s":95,"h":1,"t":26,"uu":"benalish sites|psd","n":"Benalish Sites"},{"id":20998,"c":24,"u":"benalish%20villains_psd","p":7,"s":95,"h":1,"t":26,"uu":"benalish villains|psd","n":"Benalish Villains"},{"id":20999,"c":24,"u":"cabal%20sites_psd","p":16,"s":95,"h":1,"t":26,"uu":"cabal sites|psd","n":"Cabal Sites"},{"id":21000,"c":24,"u":"cabal%20villains_psd","p":17,"s":95,"h":1,"t":26,"uu":"cabal villains|psd","n":"Cabal Villains"},{"id":21001,"c":24,"u":"fighter%20or%20ranger%3b%20suggested%20bonds_psd","p":21,"s":95,"h":1,"t":26,"uu":"fighter or ranger; suggested bonds|psd","n":"Fighter or Ranger; Suggested Bonds"},{"id":21002,"c":24,"u":"fighter%20or%20ranger%3b%20suggested%20ideals_psd","p":21,"s":95,"h":1,"t":26,"uu":"fighter or ranger; suggested ideals|psd","n":"Fighter or Ranger; Suggested Ideals"},{"id":21003,"c":24,"u":"heroes%20of%20benalia%3b%20suggested%20bonds_psd","p":5,"s":95,"h":1,"t":26,"uu":"heroes of benalia; suggested bonds|psd","n":"Heroes of Benalia; Suggested Bonds"},{"id":21004,"c":24,"u":"heroes%20of%20benalia%3b%20suggested%20ideals_psd","p":5,"s":95,"h":1,"t":26,"uu":"heroes of benalia; suggested ideals|psd","n":"Heroes of Benalia; Suggested Ideals"},{"id":21005,"c":24,"u":"heroes%20of%20serra%3b%20suggested%20bonds_psd","p":8,"s":95,"h":1,"t":26,"uu":"heroes of serra; suggested bonds|psd","n":"Heroes of Serra; Suggested Bonds"},{"id":21006,"c":24,"u":"heroes%20of%20serra%3b%20suggested%20ideals_psd","p":8,"s":95,"h":1,"t":26,"uu":"heroes of serra; suggested ideals|psd","n":"Heroes of Serra; Suggested Ideals"},{"id":21007,"c":24,"u":"heroes%20of%20tolaria%3b%20suggested%20bonds_psd","p":10,"s":95,"h":1,"t":26,"uu":"heroes of tolaria; suggested bonds|psd","n":"Heroes of Tolaria; Suggested Bonds"},{"id":21008,"c":24,"u":"heroes%20of%20tolaria%3b%20suggested%20ideals_psd","p":10,"s":95,"h":1,"t":26,"uu":"heroes of tolaria; suggested ideals|psd","n":"Heroes of Tolaria; Suggested Ideals"},{"id":21009,"c":24,"u":"keld%20quests_psd","p":20,"s":95,"h":1,"t":26,"uu":"keld quests|psd","n":"Keld Quests"},{"id":21010,"c":24,"u":"keld%20sites_psd","p":20,"s":95,"h":1,"t":26,"uu":"keld sites|psd","n":"Keld Sites"},{"id":21011,"c":24,"u":"keld%20villains_psd","p":20,"s":95,"h":1,"t":26,"uu":"keld villains|psd","n":"Keld Villains"},{"id":21012,"c":24,"u":"llanowar%20quests_psd","p":23,"s":95,"h":1,"t":26,"uu":"llanowar quests|psd","n":"Llanowar Quests"},{"id":21013,"c":24,"u":"llanowar%20sites_psd","p":23,"s":95,"h":1,"t":26,"uu":"llanowar sites|psd","n":"Llanowar Sites"},{"id":21014,"c":24,"u":"llanowar%20villains_psd","p":23,"s":95,"h":1,"t":26,"uu":"llanowar villains|psd","n":"Llanowar Villains"},{"id":21015,"c":24,"u":"serran%20quests_psd","p":9,"s":95,"h":1,"t":26,"uu":"serran quests|psd","n":"Serran Quests"},{"id":21016,"c":24,"u":"serran%20sites_psd","p":9,"s":95,"h":1,"t":26,"uu":"serran sites|psd","n":"Serran Sites"},{"id":21017,"c":24,"u":"serran%20villains_psd","p":9,"s":95,"h":1,"t":26,"uu":"serran villains|psd","n":"Serran Villains"},{"id":21018,"c":24,"u":"tolarian%20quests_psd","p":11,"s":95,"h":1,"t":26,"uu":"tolarian quests|psd","n":"Tolarian Quests"},{"id":21019,"c":24,"u":"tolarian%20sites_psd","p":11,"s":95,"h":1,"t":26,"uu":"tolarian sites|psd","n":"Tolarian Sites"},{"id":21020,"c":24,"u":"tolarian%20villains_psd","p":12,"s":95,"h":1,"t":26,"uu":"tolarian villains|psd","n":"Tolarian Villains"},{"id":21021,"c":24,"u":"vodalian%20quests_psd","p":13,"s":95,"h":1,"t":26,"uu":"vodalian quests|psd","n":"Vodalian Quests"},{"id":21022,"c":24,"u":"vodalian%20sites_psd","p":14,"s":95,"h":1,"t":26,"uu":"vodalian sites|psd","n":"Vodalian Sites"},{"id":21023,"c":24,"u":"vodalian%20villains_psd","p":14,"s":95,"h":1,"t":26,"uu":"vodalian villains|psd","n":"Vodalian Villains"},{"id":21024,"c":24,"u":"automatons%20and%20vehicles_psk","p":12,"s":97,"h":1,"t":26,"uu":"automatons and vehicles|psk","n":"Automatons and Vehicles"},{"id":21025,"c":24,"u":"black%20ideals_psx","p":45,"s":98,"h":1,"t":26,"uu":"black ideals|psx","n":"Black Ideals"},{"id":21026,"c":24,"u":"black%20personality%20traits_psx","p":45,"s":98,"h":1,"t":26,"uu":"black personality traits|psx","n":"Black Personality Traits"},{"id":21027,"c":24,"u":"blue%20ideals_psx","p":44,"s":98,"h":1,"t":26,"uu":"blue ideals|psx","n":"Blue Ideals"},{"id":21028,"c":24,"u":"blue%20personality%20traits_psx","p":44,"s":98,"h":1,"t":26,"uu":"blue personality traits|psx","n":"Blue Personality Traits"},{"id":21029,"c":24,"u":"brazen%20coalition%3b%20suggested%20bonds_psx","p":9,"s":98,"h":1,"t":26,"uu":"brazen coalition; suggested bonds|psx","n":"Brazen Coalition; Suggested Bonds"},{"id":21030,"c":24,"u":"brazen%20coalition%3b%20suggested%20ideals_psx","p":9,"s":98,"h":1,"t":26,"uu":"brazen coalition; suggested ideals|psx","n":"Brazen Coalition; Suggested Ideals"},{"id":21031,"c":24,"u":"four%20peoples%2c%20one%20party%3b%201_psx","p":5,"s":98,"h":1,"t":26,"uu":"four peoples, one party; 1|psx","n":"Four Peoples, One Party; 1"},{"id":21032,"c":24,"u":"four%20peoples%2c%20one%20party%3b%20suggested%20bonds_psx","p":5,"s":98,"h":1,"t":26,"uu":"four peoples, one party; suggested bonds|psx","n":"Four Peoples, One Party; Suggested Bonds"},{"id":21033,"c":24,"u":"four%20peoples%2c%20one%20party%3b%20suggested%20ideals_psx","p":5,"s":98,"h":1,"t":26,"uu":"four peoples, one party; suggested ideals|psx","n":"Four Peoples, One Party; Suggested Ideals"},{"id":21034,"c":24,"u":"green%20ideals_psx","p":47,"s":98,"h":1,"t":26,"uu":"green ideals|psx","n":"Green Ideals"},{"id":21035,"c":24,"u":"green%20personality%20traits_psx","p":47,"s":98,"h":1,"t":26,"uu":"green personality traits|psx","n":"Green Personality Traits"},{"id":21036,"c":24,"u":"legion%20of%20dusk%3b%20suggested%20bonds_psx","p":8,"s":98,"h":1,"t":26,"uu":"legion of dusk; suggested bonds|psx","n":"Legion of Dusk; Suggested Bonds"},{"id":21037,"c":24,"u":"legion%20of%20dusk%3b%20suggested%20ideals_psx","p":8,"s":98,"h":1,"t":26,"uu":"legion of dusk; suggested ideals|psx","n":"Legion of Dusk; Suggested Ideals"},{"id":21038,"c":24,"u":"red%20ideals_psx","p":46,"s":98,"h":1,"t":26,"uu":"red ideals|psx","n":"Red Ideals"},{"id":21039,"c":24,"u":"red%20personality%20traits_psx","p":46,"s":98,"h":1,"t":26,"uu":"red personality traits|psx","n":"Red Personality Traits"},{"id":21040,"c":24,"u":"river%20heralds%3b%20suggested%20bonds_psx","p":7,"s":98,"h":1,"t":26,"uu":"river heralds; suggested bonds|psx","n":"River Heralds; Suggested Bonds"},{"id":21041,"c":24,"u":"river%20heralds%3b%20suggested%20ideals_psx","p":7,"s":98,"h":1,"t":26,"uu":"river heralds; suggested ideals|psx","n":"River Heralds; Suggested Ideals"},{"id":21042,"c":24,"u":"white%20ideals_psx","p":43,"s":98,"h":1,"t":26,"uu":"white ideals|psx","n":"White Ideals"},{"id":21043,"c":24,"u":"white%20personality%20traits_psx","p":43,"s":98,"h":1,"t":26,"uu":"white personality traits|psx","n":"White Personality Traits"},{"id":21044,"c":24,"u":"random%20encounters%3b%20snout%20of%20omgar%20encounters_ttp","p":5,"s":101,"h":1,"t":26,"uu":"random encounters; snout of omgar encounters|ttp","n":"Random Encounters; Snout of Omgar Encounters"},{"id":21045,"c":25,"u":"dungeon%20spread%20decks_dmtcrg","p":11,"s":143,"h":1,"t":26,"uu":"dungeon spread decks|dmtcrg","n":"Dungeon Spread Decks"},{"id":21046,"c":25,"u":"random%20magic%20items%20-%20arcana_xdmg","p":326,"s":5,"h":1,"t":26,"uu":"random magic items - arcana|xdmg","n":"Random Magic Items - Arcana"},{"id":21047,"c":25,"u":"random%20magic%20items%20-%20armaments_xdmg","p":328,"s":5,"h":1,"t":26,"uu":"random magic items - armaments|xdmg","n":"Random Magic Items - Armaments"},{"id":21048,"c":25,"u":"random%20magic%20items%20-%20implements_xdmg","p":329,"s":5,"h":1,"t":26,"uu":"random magic items - implements|xdmg","n":"Random Magic Items - Implements"},{"id":21049,"c":25,"u":"random%20magic%20items%20-%20relics_xdmg","p":330,"s":5,"h":1,"t":26,"uu":"random magic items - relics|xdmg","n":"Random Magic Items - Relics"},{"id":21050,"c":25,"u":"background%3b%20i%20became..._xge","p":64,"s":6,"h":1,"t":26,"uu":"background; i became...|xge","n":"Background; I became..."},{"id":21051,"c":25,"u":"class%20training%3b%20i%20became..._xge","p":66,"s":6,"h":1,"t":26,"uu":"class training; i became...|xge","n":"Class Training; I became..."},{"id":21052,"c":25,"u":"tables%3b%20weather_xscreen","s":121,"h":1,"t":26,"uu":"tables; weather|xscreen","n":"Tables; Weather"},{"id":21053,"c":25,"u":"adventuring%20options%3b%20firearms_dmg","p":266,"s":24,"h":1,"t":26,"uu":"adventuring options; firearms|dmg","n":"Adventuring Options; Firearms"},{"id":21054,"c":25,"u":"charisma%20check%3b%20conversation%20reaction_dmg","p":245,"s":24,"h":1,"t":26,"uu":"charisma check; conversation reaction|dmg","n":"Charisma Check; Conversation Reaction"},{"id":21055,"c":25,"u":"explosives_dmg","p":267,"s":24,"h":1,"t":26,"uu":"explosives|dmg","n":"Explosives"},{"id":21056,"c":25,"u":"ideals_dmg","p":90,"s":24,"h":1,"t":26,"uu":"ideals|dmg","n":"Ideals"},{"id":21057,"c":25,"u":"psychic%20wind_dmg","p":47,"s":24,"h":1,"t":26,"uu":"psychic wind|dmg","n":"Psychic Wind"},{"id":21058,"c":25,"u":"speed%20factor%20initiative%20modifiers_dmg","p":270,"s":24,"h":1,"t":26,"uu":"speed factor initiative modifiers|dmg","n":"Speed Factor Initiative Modifiers"},{"id":21059,"c":25,"u":"treasure%20hoard%3a%20challenge%200%e2%80%944_dmg","p":133,"s":24,"h":1,"t":26,"uu":"treasure hoard: challenge 0—4|dmg","n":"Treasure Hoard: Challenge 0—4"},{"id":21060,"c":25,"u":"treasure%20hoard%3a%20challenge%2011%e2%80%9416_dmg","p":133,"s":24,"h":1,"t":26,"uu":"treasure hoard: challenge 11—16|dmg","n":"Treasure Hoard: Challenge 11—16"},{"id":21061,"c":25,"u":"treasure%20hoard%3a%20challenge%2017%2b_dmg","p":133,"s":24,"h":1,"t":26,"uu":"treasure hoard: challenge 17+|dmg","n":"Treasure Hoard: Challenge 17+"},{"id":21062,"c":25,"u":"treasure%20hoard%3a%20challenge%205%e2%80%9410_dmg","p":133,"s":24,"h":1,"t":26,"uu":"treasure hoard: challenge 5—10|dmg","n":"Treasure Hoard: Challenge 5—10"},{"id":21063,"c":25,"u":"devil%20customization%20tables_mtf","p":23,"s":47,"h":1,"t":26,"uu":"devil customization tables|mtf","n":"Devil Customization Tables"},{"id":21064,"c":25,"u":"deities%20of%20eberron_phb","p":293,"s":51,"h":1,"t":26,"uu":"deities of eberron|phb","n":"Deities of Eberron"},{"id":21065,"c":25,"u":"dm%20screen%3b%20encounter%20distance_screen","s":151,"h":1,"t":26,"uu":"dm screen; encounter distance|screen","n":"DM Screen; Encounter Distance"},{"id":21066,"c":25,"u":"dm%20screen%3b%20name%20generator_screen","s":151,"h":1,"t":26,"uu":"dm screen; name generator|screen","n":"DM Screen; Name Generator"},{"id":21067,"c":25,"u":"roleplaying%20gnolls%20and%20cultists%20of%20yeenoghu_vgm","p":36,"s":66,"h":1,"t":26,"uu":"roleplaying gnolls and cultists of yeenoghu|vgm","n":"Roleplaying Gnolls and Cultists of Yeenoghu"},{"id":21068,"c":53,"u":"aberration_deck%20of%20many%20more%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"aberration|bmt","n":"Aberration"},{"id":21069,"c":53,"u":"balance_deck%20of%20many%20more%20things_bmt","p":16,"s":1,"h":1,"hx":1,"t":27,"uu":"balance|bmt","n":"Balance"},{"id":21070,"c":53,"u":"balance_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"balance|bmt","n":"Balance"},{"id":21071,"c":53,"u":"beast_deck%20of%20many%20more%20things_bmt","p":17,"s":1,"h":1,"hx":1,"t":27,"uu":"beast|bmt","n":"Beast"},{"id":21072,"c":53,"u":"beginning_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"beginning|bmt","n":"Beginning"},{"id":21073,"c":53,"u":"book_deck%20of%20many%20more%20things_bmt","p":18,"s":1,"h":1,"hx":1,"t":27,"uu":"book|bmt","n":"Book"},{"id":21074,"c":53,"u":"bridge_deck%20of%20many%20more%20things_bmt","p":19,"s":1,"h":1,"hx":1,"t":27,"uu":"bridge|bmt","n":"Bridge"},{"id":21075,"c":53,"u":"campfire_deck%20of%20many%20more%20things_bmt","p":20,"s":1,"h":1,"hx":1,"t":27,"uu":"campfire|bmt","n":"Campfire"},{"id":21076,"c":53,"u":"cavern_deck%20of%20many%20more%20things_bmt","p":21,"s":1,"h":1,"hx":1,"t":27,"uu":"cavern|bmt","n":"Cavern"},{"id":21077,"c":53,"u":"celestial_deck%20of%20many%20more%20things_bmt","p":22,"s":1,"h":1,"hx":1,"t":27,"uu":"celestial|bmt","n":"Celestial"},{"id":21078,"c":53,"u":"champion_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"champion|bmt","n":"Champion"},{"id":21079,"c":53,"u":"chancellor_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"chancellor|bmt","n":"Chancellor"},{"id":21080,"c":53,"u":"chaos_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"chaos|bmt","n":"Chaos"},{"id":21081,"c":53,"u":"coin_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"coin|bmt","n":"Coin"},{"id":21082,"c":53,"u":"comet_deck%20of%20many%20more%20things_bmt","p":23,"s":1,"h":1,"hx":1,"t":27,"uu":"comet|bmt","n":"Comet"},{"id":21083,"c":53,"u":"comet_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"comet|bmt","n":"Comet"},{"id":21084,"c":53,"u":"construct_deck%20of%20many%20more%20things_bmt","p":24,"s":1,"h":1,"hx":1,"t":27,"uu":"construct|bmt","n":"Construct"},{"id":21085,"c":53,"u":"corpse_deck%20of%20many%20more%20things_bmt","p":25,"s":1,"h":1,"hx":1,"t":27,"uu":"corpse|bmt","n":"Corpse"},{"id":21086,"c":53,"u":"crossroads_deck%20of%20many%20more%20things_bmt","p":26,"s":1,"h":1,"hx":1,"t":27,"uu":"crossroads|bmt","n":"Crossroads"},{"id":21087,"c":53,"u":"crown_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"crown|bmt","n":"Crown"},{"id":21088,"c":53,"u":"dawn_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"dawn|bmt","n":"Dawn"},{"id":21089,"c":53,"u":"day_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"day|bmt","n":"Day"},{"id":21090,"c":53,"u":"destiny_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"destiny|bmt","n":"Destiny"},{"id":21091,"c":53,"u":"donjon_deck%20of%20many%20more%20things_bmt","p":27,"s":1,"h":1,"hx":1,"t":27,"uu":"donjon|bmt","n":"Donjon"},{"id":21092,"c":53,"u":"donjon_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"donjon|bmt","n":"Donjon"},{"id":21093,"c":53,"u":"door_deck%20of%20many%20more%20things_bmt","p":28,"s":1,"h":1,"hx":1,"t":27,"uu":"door|bmt","n":"Door"},{"id":21094,"c":53,"u":"dragon_deck%20of%20many%20more%20things_bmt","p":29,"s":1,"h":1,"hx":1,"t":27,"uu":"dragon|bmt","n":"Dragon"},{"id":21095,"c":53,"u":"dusk_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"dusk|bmt","n":"Dusk"},{"id":21096,"c":53,"u":"elemental_deck%20of%20many%20more%20things_bmt","p":30,"s":1,"h":1,"hx":1,"t":27,"uu":"elemental|bmt","n":"Elemental"},{"id":21097,"c":53,"u":"end_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"end|bmt","n":"End"},{"id":21098,"c":53,"u":"euryale_deck%20of%20many%20more%20things_bmt","p":31,"s":1,"h":1,"hx":1,"t":27,"uu":"euryale|bmt","n":"Euryale"},{"id":21099,"c":53,"u":"euryale_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"euryale|bmt","n":"Euryale"},{"id":21100,"c":53,"u":"expert_deck%20of%20many%20more%20things_bmt","p":32,"s":1,"h":1,"hx":1,"t":27,"uu":"expert|bmt","n":"Expert"},{"id":21101,"c":53,"u":"fates_deck%20of%20many%20more%20things_bmt","p":33,"s":1,"h":1,"hx":1,"t":27,"uu":"fates|bmt","n":"Fates"},{"id":21102,"c":53,"u":"fates_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"fates|bmt","n":"Fates"},{"id":21103,"c":53,"u":"fey_deck%20of%20many%20more%20things_bmt","p":34,"s":1,"h":1,"hx":1,"t":27,"uu":"fey|bmt","n":"Fey"},{"id":21104,"c":53,"u":"fiend_deck%20of%20many%20more%20things_bmt","p":35,"s":1,"h":1,"hx":1,"t":27,"uu":"fiend|bmt","n":"Fiend"},{"id":21105,"c":53,"u":"flames_deck%20of%20many%20more%20things_bmt","p":36,"s":1,"h":1,"hx":1,"t":27,"uu":"flames|bmt","n":"Flames"},{"id":21106,"c":53,"u":"flames_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"flames|bmt","n":"Flames"},{"id":21107,"c":53,"u":"fool_deck%20of%20many%20more%20things_bmt","p":37,"s":1,"h":1,"hx":1,"t":27,"uu":"fool|bmt","n":"Fool"},{"id":21108,"c":53,"u":"fool_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"t":27,"uu":"fool|bmt","n":"Fool"},{"id":21109,"c":53,"u":"gem_deck%20of%20many%20more%20things_bmt","p":38,"s":1,"h":1,"hx":1,"t":27,"uu":"gem|bmt","n":"Gem"},{"id":21110,"c":53,"u":"gem_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"gem|bmt","n":"Gem"},{"id":21111,"c":53,"u":"giant_deck%20of%20many%20more%20things_bmt","p":39,"s":1,"h":1,"hx":1,"t":27,"uu":"giant|bmt","n":"Giant"},{"id":21112,"c":53,"u":"humanoid_deck%20of%20many%20more%20things_bmt","p":40,"s":1,"h":1,"hx":1,"t":27,"uu":"humanoid|bmt","n":"Humanoid"},{"id":21113,"c":53,"u":"isolation_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"isolation|bmt","n":"Isolation"},{"id":21114,"c":53,"u":"jester_deck%20of%20many%20more%20things_bmt","p":41,"s":1,"h":1,"hx":1,"t":27,"uu":"jester|bmt","n":"Jester"},{"id":21115,"c":53,"u":"jester_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"jester|bmt","n":"Jester"},{"id":21116,"c":53,"u":"justice_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"justice|bmt","n":"Justice"},{"id":21117,"c":53,"u":"key_deck%20of%20many%20more%20things_bmt","p":42,"s":1,"h":1,"hx":1,"t":27,"uu":"key|bmt","n":"Key"},{"id":21118,"c":53,"u":"key_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"key|bmt","n":"Key"},{"id":21119,"c":53,"u":"knife_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"knife|bmt","n":"Knife"},{"id":21120,"c":53,"u":"knight_deck%20of%20many%20more%20things_bmt","p":43,"s":1,"h":1,"hx":1,"t":27,"uu":"knight|bmt","n":"Knight"},{"id":21121,"c":53,"u":"knight_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"knight|bmt","n":"Knight"},{"id":21122,"c":53,"u":"lance_deck%20of%20many%20more%20things_bmt","p":44,"s":1,"h":1,"hx":1,"t":27,"uu":"lance|bmt","n":"Lance"},{"id":21123,"c":53,"u":"lock_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"lock|bmt","n":"Lock"},{"id":21124,"c":53,"u":"mage_deck%20of%20many%20more%20things_bmt","p":45,"s":1,"h":1,"hx":1,"t":27,"uu":"mage|bmt","n":"Mage"},{"id":21125,"c":53,"u":"map_deck%20of%20many%20more%20things_bmt","p":46,"s":1,"h":1,"hx":1,"t":27,"uu":"map|bmt","n":"Map"},{"id":21126,"c":53,"u":"maze_deck%20of%20many%20more%20things_bmt","p":47,"s":1,"h":1,"hx":1,"t":27,"uu":"maze|bmt","n":"Maze"},{"id":21127,"c":53,"u":"mine_deck%20of%20many%20more%20things_bmt","p":48,"s":1,"h":1,"hx":1,"t":27,"uu":"mine|bmt","n":"Mine"},{"id":21128,"c":53,"u":"mischief_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"mischief|bmt","n":"Mischief"},{"id":21129,"c":53,"u":"monster_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"monster|bmt","n":"Monster"},{"id":21130,"c":53,"u":"monstrosity_deck%20of%20many%20more%20things_bmt","p":49,"s":1,"h":1,"hx":1,"t":27,"uu":"monstrosity|bmt","n":"Monstrosity"},{"id":21131,"c":53,"u":"moon_deck%20of%20many%20more%20things_bmt","p":50,"s":1,"h":1,"hx":1,"t":27,"uu":"moon|bmt","n":"Moon"},{"id":21132,"c":53,"u":"moon_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"moon|bmt","n":"Moon"},{"id":21133,"c":53,"u":"mystery_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"mystery|bmt","n":"Mystery"},{"id":21134,"c":53,"u":"night_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"night|bmt","n":"Night"},{"id":21135,"c":53,"u":"ooze_deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"hx":1,"t":27,"uu":"ooze|bmt","n":"Ooze"},{"id":21136,"c":53,"u":"order_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"order|bmt","n":"Order"},{"id":21137,"c":53,"u":"path_deck%20of%20many%20more%20things_bmt","p":52,"s":1,"h":1,"hx":1,"t":27,"uu":"path|bmt","n":"Path"},{"id":21138,"c":53,"u":"pit_deck%20of%20many%20more%20things_bmt","p":53,"s":1,"h":1,"hx":1,"t":27,"uu":"pit|bmt","n":"Pit"},{"id":21139,"c":53,"u":"plant_deck%20of%20many%20more%20things_bmt","p":54,"s":1,"h":1,"hx":1,"t":27,"uu":"plant|bmt","n":"Plant"},{"id":21140,"c":53,"u":"priest_deck%20of%20many%20more%20things_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"priest|bmt","n":"Priest"},{"id":21141,"c":53,"u":"prisoner_deck%20of%20many%20more%20things_bmt","p":56,"s":1,"h":1,"hx":1,"t":27,"uu":"prisoner|bmt","n":"Prisoner"},{"id":21142,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_bmt","p":57,"s":1,"h":1,"hx":1,"t":27,"uu":"puzzle|bmt","n":"Puzzle"},{"id":21143,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_bmt","p":57,"s":1,"h":1,"hx":1,"t":27,"uu":"puzzle|bmt","n":"Idiot"},{"id":21144,"c":53,"u":"puzzle_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"puzzle|bmt","n":"Puzzle"},{"id":21145,"c":53,"u":"puzzle_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"puzzle|bmt","n":"Idiot"},{"id":21146,"c":53,"u":"ring_deck%20of%20many%20more%20things_bmt","p":58,"s":1,"h":1,"hx":1,"t":27,"uu":"ring|bmt","n":"Ring"},{"id":21147,"c":53,"u":"rogue_deck%20of%20many%20more%20things_bmt","p":59,"s":1,"h":1,"hx":1,"t":27,"uu":"rogue|bmt","n":"Rogue"},{"id":21148,"c":53,"u":"rogue_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"t":27,"uu":"rogue|bmt","n":"Rogue"},{"id":21149,"c":53,"u":"ruin_deck%20of%20many%20more%20things_bmt","p":60,"s":1,"h":1,"hx":1,"t":27,"uu":"ruin|bmt","n":"Ruin"},{"id":21150,"c":53,"u":"ruin_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"ruin|bmt","n":"Ruin"},{"id":21151,"c":53,"u":"sage_deck%20of%20many%20more%20things_bmt","p":61,"s":1,"h":1,"hx":1,"t":27,"uu":"sage|bmt","n":"Sage"},{"id":21152,"c":53,"u":"sage_deck%20of%20many%20more%20things_bmt","p":61,"s":1,"h":1,"hx":1,"t":27,"uu":"sage|bmt","n":"Vizier"},{"id":21153,"c":53,"u":"sage_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"sage|bmt","n":"Sage"},{"id":21154,"c":53,"u":"sage_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"sage|bmt","n":"Vizier"},{"id":21155,"c":53,"u":"shield_deck%20of%20many%20more%20things_bmt","p":62,"s":1,"h":1,"hx":1,"t":27,"uu":"shield|bmt","n":"Shield"},{"id":21156,"c":53,"u":"ship_deck%20of%20many%20more%20things_bmt","p":63,"s":1,"h":1,"hx":1,"t":27,"uu":"ship|bmt","n":"Ship"},{"id":21157,"c":53,"u":"skull_deck%20of%20many%20more%20things_bmt","p":64,"s":1,"h":1,"hx":1,"t":27,"uu":"skull|bmt","n":"Skull"},{"id":21158,"c":53,"u":"skull_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"skull|bmt","n":"Skull"},{"id":21159,"c":53,"u":"staff_deck%20of%20many%20more%20things_bmt","p":65,"s":1,"h":1,"hx":1,"t":27,"uu":"staff|bmt","n":"Staff"},{"id":21160,"c":53,"u":"stairway_deck%20of%20many%20more%20things_bmt","p":66,"s":1,"h":1,"hx":1,"t":27,"uu":"stairway|bmt","n":"Stairway"},{"id":21161,"c":53,"u":"star_deck%20of%20many%20more%20things_bmt","p":67,"s":1,"h":1,"hx":1,"t":27,"uu":"star|bmt","n":"Star"},{"id":21162,"c":53,"u":"star_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"star|bmt","n":"Star"},{"id":21163,"c":53,"u":"statue_deck%20of%20many%20more%20things_bmt","p":68,"s":1,"h":1,"hx":1,"t":27,"uu":"statue|bmt","n":"Statue"},{"id":21164,"c":53,"u":"student_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"student|bmt","n":"Student"},{"id":21165,"c":53,"u":"sun_deck%20of%20many%20more%20things_bmt","p":69,"s":1,"h":1,"hx":1,"t":27,"uu":"sun|bmt","n":"Sun"},{"id":21166,"c":53,"u":"sun_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"sun|bmt","n":"Sun"},{"id":21167,"c":53,"u":"talons_deck%20of%20many%20more%20things_bmt","p":70,"s":1,"h":1,"hx":1,"t":27,"uu":"talons|bmt","n":"Talons"},{"id":21168,"c":53,"u":"talons_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"talons|bmt","n":"Talons"},{"id":21169,"c":53,"u":"tavern_deck%20of%20many%20more%20things_bmt","p":71,"s":1,"h":1,"hx":1,"t":27,"uu":"tavern|bmt","n":"Tavern"},{"id":21170,"c":53,"u":"temple_deck%20of%20many%20more%20things_bmt","p":72,"s":1,"h":1,"hx":1,"t":27,"uu":"temple|bmt","n":"Temple"},{"id":21171,"c":53,"u":"throne_deck%20of%20many%20more%20things_bmt","p":73,"s":1,"h":1,"hx":1,"t":27,"uu":"throne|bmt","n":"Throne"},{"id":21172,"c":53,"u":"throne_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"throne|bmt","n":"Throne"},{"id":21173,"c":53,"u":"tomb_deck%20of%20many%20more%20things_bmt","p":74,"s":1,"h":1,"hx":1,"t":27,"uu":"tomb|bmt","n":"Tomb"},{"id":21174,"c":53,"u":"tower_deck%20of%20many%20more%20things_bmt","p":75,"s":1,"h":1,"hx":1,"t":27,"uu":"tower|bmt","n":"Tower"},{"id":21175,"c":53,"u":"tree_deck%20of%20many%20more%20things_bmt","p":76,"s":1,"h":1,"hx":1,"t":27,"uu":"tree|bmt","n":"Tree"},{"id":21176,"c":53,"u":"undead_deck%20of%20many%20more%20things_bmt","p":77,"s":1,"h":1,"hx":1,"t":27,"uu":"undead|bmt","n":"Undead"},{"id":21177,"c":53,"u":"void_deck%20of%20many%20more%20things_bmt","p":78,"s":1,"h":1,"hx":1,"t":27,"uu":"void|bmt","n":"Void"},{"id":21178,"c":53,"u":"void_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"t":27,"uu":"void|bmt","n":"Void"},{"id":21179,"c":53,"u":"vulture_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"t":27,"uu":"vulture|bmt","n":"Vulture"},{"id":21180,"c":53,"u":"warrior_deck%20of%20many%20more%20things_bmt","p":79,"s":1,"h":1,"hx":1,"t":27,"uu":"warrior|bmt","n":"Warrior"},{"id":21181,"c":53,"u":"well_deck%20of%20many%20more%20things_bmt","p":80,"s":1,"h":1,"hx":1,"t":27,"uu":"well|bmt","n":"Well"},{"id":21182,"c":53,"u":"aberration_deck%20of%20many%20more%20things_dmtcrg","p":15,"s":143,"h":1,"hx":1,"t":27,"uu":"aberration|dmtcrg","n":"Aberration"},{"id":21183,"c":53,"u":"balance_deck%20of%20many%20more%20things_dmtcrg","p":16,"s":143,"h":1,"hx":1,"t":27,"uu":"balance|dmtcrg","n":"Balance"},{"id":21184,"c":53,"u":"beast_deck%20of%20many%20more%20things_dmtcrg","p":17,"s":143,"h":1,"hx":1,"t":27,"uu":"beast|dmtcrg","n":"Beast"},{"id":21185,"c":53,"u":"book_deck%20of%20many%20more%20things_dmtcrg","p":18,"s":143,"h":1,"hx":1,"t":27,"uu":"book|dmtcrg","n":"Book"},{"id":21186,"c":53,"u":"bridge_deck%20of%20many%20more%20things_dmtcrg","p":19,"s":143,"h":1,"hx":1,"t":27,"uu":"bridge|dmtcrg","n":"Bridge"},{"id":21187,"c":53,"u":"campfire_deck%20of%20many%20more%20things_dmtcrg","p":20,"s":143,"h":1,"hx":1,"t":27,"uu":"campfire|dmtcrg","n":"Campfire"},{"id":21188,"c":53,"u":"cavern_deck%20of%20many%20more%20things_dmtcrg","p":21,"s":143,"h":1,"hx":1,"t":27,"uu":"cavern|dmtcrg","n":"Cavern"},{"id":21189,"c":53,"u":"celestial_deck%20of%20many%20more%20things_dmtcrg","p":22,"s":143,"h":1,"hx":1,"t":27,"uu":"celestial|dmtcrg","n":"Celestial"},{"id":21190,"c":53,"u":"comet_deck%20of%20many%20more%20things_dmtcrg","p":23,"s":143,"h":1,"hx":1,"t":27,"uu":"comet|dmtcrg","n":"Comet"},{"id":21191,"c":53,"u":"construct_deck%20of%20many%20more%20things_dmtcrg","p":24,"s":143,"h":1,"hx":1,"t":27,"uu":"construct|dmtcrg","n":"Construct"},{"id":21192,"c":53,"u":"corpse_deck%20of%20many%20more%20things_dmtcrg","p":25,"s":143,"h":1,"hx":1,"t":27,"uu":"corpse|dmtcrg","n":"Corpse"},{"id":21193,"c":53,"u":"crossroads_deck%20of%20many%20more%20things_dmtcrg","p":26,"s":143,"h":1,"hx":1,"t":27,"uu":"crossroads|dmtcrg","n":"Crossroads"},{"id":21194,"c":53,"u":"donjon_deck%20of%20many%20more%20things_dmtcrg","p":27,"s":143,"h":1,"hx":1,"t":27,"uu":"donjon|dmtcrg","n":"Donjon"},{"id":21195,"c":53,"u":"door_deck%20of%20many%20more%20things_dmtcrg","p":28,"s":143,"h":1,"hx":1,"t":27,"uu":"door|dmtcrg","n":"Door"},{"id":21196,"c":53,"u":"dragon_deck%20of%20many%20more%20things_dmtcrg","p":29,"s":143,"h":1,"hx":1,"t":27,"uu":"dragon|dmtcrg","n":"Dragon"},{"id":21197,"c":53,"u":"elemental_deck%20of%20many%20more%20things_dmtcrg","p":30,"s":143,"h":1,"hx":1,"t":27,"uu":"elemental|dmtcrg","n":"Elemental"},{"id":21198,"c":53,"u":"euryale_deck%20of%20many%20more%20things_dmtcrg","p":31,"s":143,"h":1,"hx":1,"t":27,"uu":"euryale|dmtcrg","n":"Euryale"},{"id":21199,"c":53,"u":"expert_deck%20of%20many%20more%20things_dmtcrg","p":32,"s":143,"h":1,"hx":1,"t":27,"uu":"expert|dmtcrg","n":"Expert"},{"id":21200,"c":53,"u":"fates_deck%20of%20many%20more%20things_dmtcrg","p":33,"s":143,"h":1,"hx":1,"t":27,"uu":"fates|dmtcrg","n":"Fates"},{"id":21201,"c":53,"u":"fey_deck%20of%20many%20more%20things_dmtcrg","p":34,"s":143,"h":1,"hx":1,"t":27,"uu":"fey|dmtcrg","n":"Fey"},{"id":21202,"c":53,"u":"fiend_deck%20of%20many%20more%20things_dmtcrg","p":35,"s":143,"h":1,"hx":1,"t":27,"uu":"fiend|dmtcrg","n":"Fiend"},{"id":21203,"c":53,"u":"flames_deck%20of%20many%20more%20things_dmtcrg","p":36,"s":143,"h":1,"hx":1,"t":27,"uu":"flames|dmtcrg","n":"Flames"},{"id":21204,"c":53,"u":"fool_deck%20of%20many%20more%20things_dmtcrg","p":37,"s":143,"h":1,"hx":1,"t":27,"uu":"fool|dmtcrg","n":"Fool"},{"id":21205,"c":53,"u":"gem_deck%20of%20many%20more%20things_dmtcrg","p":38,"s":143,"h":1,"hx":1,"t":27,"uu":"gem|dmtcrg","n":"Gem"},{"id":21206,"c":53,"u":"giant_deck%20of%20many%20more%20things_dmtcrg","p":39,"s":143,"h":1,"hx":1,"t":27,"uu":"giant|dmtcrg","n":"Giant"},{"id":21207,"c":53,"u":"humanoid_deck%20of%20many%20more%20things_dmtcrg","p":40,"s":143,"h":1,"hx":1,"t":27,"uu":"humanoid|dmtcrg","n":"Humanoid"},{"id":21208,"c":53,"u":"jester_deck%20of%20many%20more%20things_dmtcrg","p":41,"s":143,"h":1,"hx":1,"t":27,"uu":"jester|dmtcrg","n":"Jester"},{"id":21209,"c":53,"u":"key_deck%20of%20many%20more%20things_dmtcrg","p":42,"s":143,"h":1,"hx":1,"t":27,"uu":"key|dmtcrg","n":"Key"},{"id":21210,"c":53,"u":"knight_deck%20of%20many%20more%20things_dmtcrg","p":43,"s":143,"h":1,"hx":1,"t":27,"uu":"knight|dmtcrg","n":"Knight"},{"id":21211,"c":53,"u":"lance_deck%20of%20many%20more%20things_dmtcrg","p":44,"s":143,"h":1,"hx":1,"t":27,"uu":"lance|dmtcrg","n":"Lance"},{"id":21212,"c":53,"u":"mage_deck%20of%20many%20more%20things_dmtcrg","p":45,"s":143,"h":1,"hx":1,"t":27,"uu":"mage|dmtcrg","n":"Mage"},{"id":21213,"c":53,"u":"map_deck%20of%20many%20more%20things_dmtcrg","p":46,"s":143,"h":1,"hx":1,"t":27,"uu":"map|dmtcrg","n":"Map"},{"id":21214,"c":53,"u":"maze_deck%20of%20many%20more%20things_dmtcrg","p":47,"s":143,"h":1,"hx":1,"t":27,"uu":"maze|dmtcrg","n":"Maze"},{"id":21215,"c":53,"u":"mine_deck%20of%20many%20more%20things_dmtcrg","p":48,"s":143,"h":1,"hx":1,"t":27,"uu":"mine|dmtcrg","n":"Mine"},{"id":21216,"c":53,"u":"monstrosity_deck%20of%20many%20more%20things_dmtcrg","p":49,"s":143,"h":1,"hx":1,"t":27,"uu":"monstrosity|dmtcrg","n":"Monstrosity"},{"id":21217,"c":53,"u":"moon_deck%20of%20many%20more%20things_dmtcrg","p":50,"s":143,"h":1,"hx":1,"t":27,"uu":"moon|dmtcrg","n":"Moon"},{"id":21218,"c":53,"u":"ooze_deck%20of%20many%20more%20things_dmtcrg","p":51,"s":143,"h":1,"hx":1,"t":27,"uu":"ooze|dmtcrg","n":"Ooze"},{"id":21219,"c":53,"u":"path_deck%20of%20many%20more%20things_dmtcrg","p":52,"s":143,"h":1,"hx":1,"t":27,"uu":"path|dmtcrg","n":"Path"},{"id":21220,"c":53,"u":"pit_deck%20of%20many%20more%20things_dmtcrg","p":53,"s":143,"h":1,"hx":1,"t":27,"uu":"pit|dmtcrg","n":"Pit"},{"id":21221,"c":53,"u":"plant_deck%20of%20many%20more%20things_dmtcrg","p":54,"s":143,"h":1,"hx":1,"t":27,"uu":"plant|dmtcrg","n":"Plant"},{"id":21222,"c":53,"u":"priest_deck%20of%20many%20more%20things_dmtcrg","p":55,"s":143,"h":1,"hx":1,"t":27,"uu":"priest|dmtcrg","n":"Priest"},{"id":21223,"c":53,"u":"prisoner_deck%20of%20many%20more%20things_dmtcrg","p":56,"s":143,"h":1,"hx":1,"t":27,"uu":"prisoner|dmtcrg","n":"Prisoner"},{"id":21224,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_dmtcrg","p":57,"s":143,"h":1,"hx":1,"t":27,"uu":"puzzle|dmtcrg","n":"Puzzle"},{"id":21225,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_dmtcrg","p":57,"s":143,"h":1,"hx":1,"t":27,"uu":"puzzle|dmtcrg","n":"Idiot"},{"id":21226,"c":53,"u":"ring_deck%20of%20many%20more%20things_dmtcrg","p":58,"s":143,"h":1,"hx":1,"t":27,"uu":"ring|dmtcrg","n":"Ring"},{"id":21227,"c":53,"u":"rogue_deck%20of%20many%20more%20things_dmtcrg","p":59,"s":143,"h":1,"hx":1,"t":27,"uu":"rogue|dmtcrg","n":"Rogue"},{"id":21228,"c":53,"u":"ruin_deck%20of%20many%20more%20things_dmtcrg","p":60,"s":143,"h":1,"hx":1,"t":27,"uu":"ruin|dmtcrg","n":"Ruin"},{"id":21229,"c":53,"u":"sage_deck%20of%20many%20more%20things_dmtcrg","p":61,"s":143,"h":1,"hx":1,"t":27,"uu":"sage|dmtcrg","n":"Sage"},{"id":21230,"c":53,"u":"sage_deck%20of%20many%20more%20things_dmtcrg","p":61,"s":143,"h":1,"hx":1,"t":27,"uu":"sage|dmtcrg","n":"Vizier"},{"id":21231,"c":53,"u":"shield_deck%20of%20many%20more%20things_dmtcrg","p":62,"s":143,"h":1,"hx":1,"t":27,"uu":"shield|dmtcrg","n":"Shield"},{"id":21232,"c":53,"u":"ship_deck%20of%20many%20more%20things_dmtcrg","p":63,"s":143,"h":1,"hx":1,"t":27,"uu":"ship|dmtcrg","n":"Ship"},{"id":21233,"c":53,"u":"skull_deck%20of%20many%20more%20things_dmtcrg","p":64,"s":143,"h":1,"hx":1,"t":27,"uu":"skull|dmtcrg","n":"Skull"},{"id":21234,"c":53,"u":"staff_deck%20of%20many%20more%20things_dmtcrg","p":65,"s":143,"h":1,"hx":1,"t":27,"uu":"staff|dmtcrg","n":"Staff"},{"id":21235,"c":53,"u":"stairway_deck%20of%20many%20more%20things_dmtcrg","p":66,"s":143,"h":1,"hx":1,"t":27,"uu":"stairway|dmtcrg","n":"Stairway"},{"id":21236,"c":53,"u":"star_deck%20of%20many%20more%20things_dmtcrg","p":67,"s":143,"h":1,"hx":1,"t":27,"uu":"star|dmtcrg","n":"Star"},{"id":21237,"c":53,"u":"statue_deck%20of%20many%20more%20things_dmtcrg","p":68,"s":143,"h":1,"hx":1,"t":27,"uu":"statue|dmtcrg","n":"Statue"},{"id":21238,"c":53,"u":"sun_deck%20of%20many%20more%20things_dmtcrg","p":69,"s":143,"h":1,"hx":1,"t":27,"uu":"sun|dmtcrg","n":"Sun"},{"id":21239,"c":53,"u":"talons_deck%20of%20many%20more%20things_dmtcrg","p":70,"s":143,"h":1,"hx":1,"t":27,"uu":"talons|dmtcrg","n":"Talons"},{"id":21240,"c":53,"u":"tavern_deck%20of%20many%20more%20things_dmtcrg","p":71,"s":143,"h":1,"hx":1,"t":27,"uu":"tavern|dmtcrg","n":"Tavern"},{"id":21241,"c":53,"u":"temple_deck%20of%20many%20more%20things_dmtcrg","p":72,"s":143,"h":1,"hx":1,"t":27,"uu":"temple|dmtcrg","n":"Temple"},{"id":21242,"c":53,"u":"throne_deck%20of%20many%20more%20things_dmtcrg","p":73,"s":143,"h":1,"hx":1,"t":27,"uu":"throne|dmtcrg","n":"Throne"},{"id":21243,"c":53,"u":"tomb_deck%20of%20many%20more%20things_dmtcrg","p":74,"s":143,"h":1,"hx":1,"t":27,"uu":"tomb|dmtcrg","n":"Tomb"},{"id":21244,"c":53,"u":"tower_deck%20of%20many%20more%20things_dmtcrg","p":75,"s":143,"h":1,"hx":1,"t":27,"uu":"tower|dmtcrg","n":"Tower"},{"id":21245,"c":53,"u":"tree_deck%20of%20many%20more%20things_dmtcrg","p":76,"s":143,"h":1,"hx":1,"t":27,"uu":"tree|dmtcrg","n":"Tree"},{"id":21246,"c":53,"u":"undead_deck%20of%20many%20more%20things_dmtcrg","p":77,"s":143,"h":1,"hx":1,"t":27,"uu":"undead|dmtcrg","n":"Undead"},{"id":21247,"c":53,"u":"void_deck%20of%20many%20more%20things_dmtcrg","p":78,"s":143,"h":1,"hx":1,"t":27,"uu":"void|dmtcrg","n":"Void"},{"id":21248,"c":53,"u":"warrior_deck%20of%20many%20more%20things_dmtcrg","p":79,"s":143,"h":1,"hx":1,"t":27,"uu":"warrior|dmtcrg","n":"Warrior"},{"id":21249,"c":53,"u":"well_deck%20of%20many%20more%20things_dmtcrg","p":80,"s":143,"h":1,"hx":1,"t":27,"uu":"well|dmtcrg","n":"Well"},{"id":21250,"c":53,"u":"blinded_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"blinded|screendungeonkit","n":"Blinded"},{"id":21251,"c":53,"u":"brown%20mold_hazard%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"brown mold|screendungeonkit","n":"Brown Mold"},{"id":21252,"c":53,"u":"charmed_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"charmed|screendungeonkit","n":"Charmed"},{"id":21253,"c":53,"u":"deafened_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"deafened|screendungeonkit","n":"Deafened"},{"id":21254,"c":53,"u":"eight_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"eight|screendungeonkit","n":"Eight"},{"id":21255,"c":53,"u":"eight_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"eight|screendungeonkit","n":"Eight"},{"id":21256,"c":53,"u":"eighteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"eighteen|screendungeonkit","n":"Eighteen"},{"id":21257,"c":53,"u":"eleven_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"eleven|screendungeonkit","n":"Eleven"},{"id":21258,"c":53,"u":"exhaustion_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"exhaustion|screendungeonkit","n":"Exhaustion"},{"id":21259,"c":53,"u":"fifteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"fifteen|screendungeonkit","n":"Fifteen"},{"id":21260,"c":53,"u":"five_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"five|screendungeonkit","n":"Five"},{"id":21261,"c":53,"u":"five_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"five|screendungeonkit","n":"Five"},{"id":21262,"c":53,"u":"four_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"four|screendungeonkit","n":"Four"},{"id":21263,"c":53,"u":"four_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"four|screendungeonkit","n":"Four"},{"id":21264,"c":53,"u":"fourteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"fourteen|screendungeonkit","n":"Fourteen"},{"id":21265,"c":53,"u":"frightened_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"frightened|screendungeonkit","n":"Frightened"},{"id":21266,"c":53,"u":"grappled_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"grappled|screendungeonkit","n":"Grappled"},{"id":21267,"c":53,"u":"green%20slime_hazard%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"green slime|screendungeonkit","n":"Green Slime"},{"id":21268,"c":53,"u":"incapacitated_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"incapacitated|screendungeonkit","n":"Incapacitated"},{"id":21269,"c":53,"u":"invisible_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"invisible|screendungeonkit","n":"Invisible"},{"id":21270,"c":53,"u":"nine_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"nine|screendungeonkit","n":"Nine"},{"id":21271,"c":53,"u":"nine_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"nine|screendungeonkit","n":"Nine"},{"id":21272,"c":53,"u":"nineteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"nineteen|screendungeonkit","n":"Nineteen"},{"id":21273,"c":53,"u":"one_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"one|screendungeonkit","n":"One"},{"id":21274,"c":53,"u":"one_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"one|screendungeonkit","n":"One"},{"id":21275,"c":53,"u":"paralyzed_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"paralyzed|screendungeonkit","n":"Paralyzed"},{"id":21276,"c":53,"u":"petrified_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"petrified|screendungeonkit","n":"Petrified"},{"id":21277,"c":53,"u":"poisoned_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"poisoned|screendungeonkit","n":"Poisoned"},{"id":21278,"c":53,"u":"prone_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"prone|screendungeonkit","n":"Prone"},{"id":21279,"c":53,"u":"restrained_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"restrained|screendungeonkit","n":"Restrained"},{"id":21280,"c":53,"u":"seven_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"seven|screendungeonkit","n":"Seven"},{"id":21281,"c":53,"u":"seven_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"seven|screendungeonkit","n":"Seven"},{"id":21282,"c":53,"u":"seventeen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"seventeen|screendungeonkit","n":"Seventeen"},{"id":21283,"c":53,"u":"six_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"six|screendungeonkit","n":"Six"},{"id":21284,"c":53,"u":"six_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"six|screendungeonkit","n":"Six"},{"id":21285,"c":53,"u":"sixteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"sixteen|screendungeonkit","n":"Sixteen"},{"id":21286,"c":53,"u":"stunned_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"stunned|screendungeonkit","n":"Stunned"},{"id":21287,"c":53,"u":"ten_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"ten|screendungeonkit","n":"Ten"},{"id":21288,"c":53,"u":"thirteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"thirteen|screendungeonkit","n":"Thirteen"},{"id":21289,"c":53,"u":"thirty_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"thirty|screendungeonkit","n":"Thirty"},{"id":21290,"c":53,"u":"thirty-five_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"thirty-five|screendungeonkit","n":"Thirty-Five"},{"id":21291,"c":53,"u":"thirty-four_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"thirty-four|screendungeonkit","n":"Thirty-Four"},{"id":21292,"c":53,"u":"thirty-one_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"thirty-one|screendungeonkit","n":"Thirty-One"},{"id":21293,"c":53,"u":"thirty-six_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"thirty-six|screendungeonkit","n":"Thirty-Six"},{"id":21294,"c":53,"u":"thirty-three_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"thirty-three|screendungeonkit","n":"Thirty-Three"},{"id":21295,"c":53,"u":"thirty-two_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"thirty-two|screendungeonkit","n":"Thirty-Two"},{"id":21296,"c":53,"u":"three_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"three|screendungeonkit","n":"Three"},{"id":21297,"c":53,"u":"three_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"three|screendungeonkit","n":"Three"},{"id":21298,"c":53,"u":"twelve_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twelve|screendungeonkit","n":"Twelve"},{"id":21299,"c":53,"u":"twenty_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twenty|screendungeonkit","n":"Twenty"},{"id":21300,"c":53,"u":"twenty-eight_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twenty-eight|screendungeonkit","n":"Twenty-Eight"},{"id":21301,"c":53,"u":"twenty-five_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twenty-five|screendungeonkit","n":"Twenty-Five"},{"id":21302,"c":53,"u":"twenty-four_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twenty-four|screendungeonkit","n":"Twenty-Four"},{"id":21303,"c":53,"u":"twenty-nine_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twenty-nine|screendungeonkit","n":"Twenty-Nine"},{"id":21304,"c":53,"u":"twenty-one_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twenty-one|screendungeonkit","n":"Twenty-One"},{"id":21305,"c":53,"u":"twenty-seven_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twenty-seven|screendungeonkit","n":"Twenty-Seven"},{"id":21306,"c":53,"u":"twenty-six_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twenty-six|screendungeonkit","n":"Twenty-Six"},{"id":21307,"c":53,"u":"twenty-three_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twenty-three|screendungeonkit","n":"Twenty-Three"},{"id":21308,"c":53,"u":"twenty-two_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"twenty-two|screendungeonkit","n":"Twenty-Two"},{"id":21309,"c":53,"u":"two_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"two|screendungeonkit","n":"Two"},{"id":21310,"c":53,"u":"two_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"two|screendungeonkit","n":"Two"},{"id":21311,"c":53,"u":"unconscious_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"unconscious|screendungeonkit","n":"Unconscious"},{"id":21312,"c":53,"u":"yellow%20mold_hazard%20cards_screendungeonkit","s":145,"h":1,"hx":1,"t":27,"uu":"yellow mold|screendungeonkit","n":"Yellow Mold"},{"id":21313,"c":53,"u":"adult%20red%20dragon_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"adult red dragon|xdmg","n":"Adult Red Dragon"},{"id":21314,"c":53,"u":"archmage_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"archmage|xdmg","n":"Archmage"},{"id":21315,"c":53,"u":"assassin_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"assassin|xdmg","n":"Assassin"},{"id":21316,"c":53,"u":"balance_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"balance|xdmg","n":"Balance"},{"id":21317,"c":53,"u":"bandit%20captain_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"bandit captain|xdmg","n":"Bandit Captain"},{"id":21318,"c":53,"u":"beholder_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"beholder|xdmg","n":"Beholder"},{"id":21319,"c":53,"u":"berserker_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"berserker|xdmg","n":"Berserker"},{"id":21320,"c":53,"u":"bugbear%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"bugbear warrior|xdmg","n":"Bugbear Warrior"},{"id":21321,"c":53,"u":"cloud%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"cloud giant|xdmg","n":"Cloud Giant"},{"id":21322,"c":53,"u":"comet_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"comet|xdmg","n":"Comet"},{"id":21323,"c":53,"u":"donjon_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"donjon|xdmg","n":"Donjon"},{"id":21324,"c":53,"u":"druid_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"druid|xdmg","n":"Druid"},{"id":21325,"c":53,"u":"erinyes_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"erinyes|xdmg","n":"Erinyes"},{"id":21326,"c":53,"u":"ettin_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"ettin|xdmg","n":"Ettin"},{"id":21327,"c":53,"u":"euryale_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"euryale|xdmg","n":"Euryale"},{"id":21328,"c":53,"u":"fates_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"fates|xdmg","n":"Fates"},{"id":21329,"c":53,"u":"fire%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"fire giant|xdmg","n":"Fire Giant"},{"id":21330,"c":53,"u":"flames_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"flames|xdmg","n":"Flames"},{"id":21331,"c":53,"u":"fool_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"fool|xdmg","n":"Fool"},{"id":21332,"c":53,"u":"frost%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"frost giant|xdmg","n":"Frost Giant"},{"id":21333,"c":53,"u":"gem_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"gem|xdmg","n":"Gem"},{"id":21334,"c":53,"u":"gnoll%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"gnoll warrior|xdmg","n":"Gnoll Warrior"},{"id":21335,"c":53,"u":"goblin%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"goblin warrior|xdmg","n":"Goblin Warrior"},{"id":21336,"c":53,"u":"guardian%20naga_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"guardian naga|xdmg","n":"Guardian Naga"},{"id":21337,"c":53,"u":"hill%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"hill giant|xdmg","n":"Hill Giant"},{"id":21338,"c":53,"u":"hobgoblin%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"hobgoblin warrior|xdmg","n":"Hobgoblin Warrior"},{"id":21339,"c":53,"u":"incubus_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"incubus|xdmg","n":"Incubus"},{"id":21340,"c":53,"u":"iron%20golem_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"iron golem|xdmg","n":"Iron Golem"},{"id":21341,"c":53,"u":"jester_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"jester|xdmg","n":"Jester"},{"id":21342,"c":53,"u":"key_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"key|xdmg","n":"Key"},{"id":21343,"c":53,"u":"knight_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"knight|xdmg","n":"Knight"},{"id":21344,"c":53,"u":"knight_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"knight|xdmg","n":"Knight"},{"id":21345,"c":53,"u":"kobold%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"kobold warrior|xdmg","n":"Kobold Warrior"},{"id":21346,"c":53,"u":"lich_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"lich|xdmg","n":"Lich"},{"id":21347,"c":53,"u":"medusa_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"medusa|xdmg","n":"Medusa"},{"id":21348,"c":53,"u":"moon_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"moon|xdmg","n":"Moon"},{"id":21349,"c":53,"u":"night%20hag_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"night hag|xdmg","n":"Night Hag"},{"id":21350,"c":53,"u":"ogre_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"ogre|xdmg","n":"Ogre"},{"id":21351,"c":53,"u":"oni_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"oni|xdmg","n":"Oni"},{"id":21352,"c":53,"u":"priest_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"priest|xdmg","n":"Priest"},{"id":21353,"c":53,"u":"puzzle_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"puzzle|xdmg","n":"Puzzle"},{"id":21354,"c":53,"u":"rogue_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"rogue|xdmg","n":"Rogue"},{"id":21355,"c":53,"u":"ruin_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"ruin|xdmg","n":"Ruin"},{"id":21356,"c":53,"u":"sage_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"sage|xdmg","n":"Sage"},{"id":21357,"c":53,"u":"skull_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"skull|xdmg","n":"Skull"},{"id":21358,"c":53,"u":"star_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"star|xdmg","n":"Star"},{"id":21359,"c":53,"u":"succubus_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"succubus|xdmg","n":"Succubus"},{"id":21360,"c":53,"u":"sun_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"sun|xdmg","n":"Sun"},{"id":21361,"c":53,"u":"talons_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"talons|xdmg","n":"Talons"},{"id":21362,"c":53,"u":"the%20card%20drawer_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"the card drawer|xdmg","n":"The Card Drawer"},{"id":21363,"c":53,"u":"throne_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"throne|xdmg","n":"Throne"},{"id":21364,"c":53,"u":"troll_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"troll|xdmg","n":"Troll"},{"id":21365,"c":53,"u":"void_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"t":27,"uu":"void|xdmg","n":"Void"},{"id":21366,"c":53,"u":"warrior%20veteran_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"warrior veteran|xdmg","n":"Warrior Veteran"},{"id":21367,"c":53,"u":"wyvern_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"t":27,"uu":"wyvern|xdmg","n":"Wyvern"},{"id":21368,"c":53,"u":"abjurer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"abjurer|cos","n":"Abjurer"},{"id":21369,"c":53,"u":"anarchist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"anarchist|cos","n":"Anarchist"},{"id":21370,"c":53,"u":"artifact_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"artifact|cos","n":"Artifact"},{"id":21371,"c":53,"u":"avenger_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"avenger|cos","n":"Avenger"},{"id":21372,"c":53,"u":"beast_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"beast|cos","n":"Beast"},{"id":21373,"c":53,"u":"beggar_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"beggar|cos","n":"Beggar"},{"id":21374,"c":53,"u":"berserker_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"berserker|cos","n":"Berserker"},{"id":21375,"c":53,"u":"bishop_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"bishop|cos","n":"Bishop"},{"id":21376,"c":53,"u":"broken%20one_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"broken one|cos","n":"Broken One"},{"id":21377,"c":53,"u":"charlatan_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"charlatan|cos","n":"Charlatan"},{"id":21378,"c":53,"u":"conjurer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"conjurer|cos","n":"Conjurer"},{"id":21379,"c":53,"u":"darklord_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"darklord|cos","n":"Darklord"},{"id":21380,"c":53,"u":"dictator_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"dictator|cos","n":"Dictator"},{"id":21381,"c":53,"u":"diviner_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"diviner|cos","n":"Diviner"},{"id":21382,"c":53,"u":"donjon_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"donjon|cos","n":"Donjon"},{"id":21383,"c":53,"u":"druid_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"druid|cos","n":"Druid"},{"id":21384,"c":53,"u":"elementalist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"elementalist|cos","n":"Elementalist"},{"id":21385,"c":53,"u":"enchanter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"enchanter|cos","n":"Enchanter"},{"id":21386,"c":53,"u":"evoker_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"evoker|cos","n":"Evoker"},{"id":21387,"c":53,"u":"executioner_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"executioner|cos","n":"Executioner"},{"id":21388,"c":53,"u":"ghost_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"ghost|cos","n":"Ghost"},{"id":21389,"c":53,"u":"guild%20member_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"guild member|cos","n":"Guild Member"},{"id":21390,"c":53,"u":"healer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"healer|cos","n":"Healer"},{"id":21391,"c":53,"u":"hooded%20one_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"hooded one|cos","n":"Hooded One"},{"id":21392,"c":53,"u":"horseman_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"horseman|cos","n":"Horseman"},{"id":21393,"c":53,"u":"illusionist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"illusionist|cos","n":"Illusionist"},{"id":21394,"c":53,"u":"innocent_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"innocent|cos","n":"Innocent"},{"id":21395,"c":53,"u":"marionette_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"marionette|cos","n":"Marionette"},{"id":21396,"c":53,"u":"mercenary_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"mercenary|cos","n":"Mercenary"},{"id":21397,"c":53,"u":"merchant_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"merchant|cos","n":"Merchant"},{"id":21398,"c":53,"u":"miser_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"miser|cos","n":"Miser"},{"id":21399,"c":53,"u":"missionary_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"missionary|cos","n":"Missionary"},{"id":21400,"c":53,"u":"mists_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"mists|cos","n":"Mists"},{"id":21401,"c":53,"u":"monk_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"monk|cos","n":"Monk"},{"id":21402,"c":53,"u":"myrmidon_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"myrmidon|cos","n":"Myrmidon"},{"id":21403,"c":53,"u":"necromancer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"necromancer|cos","n":"Necromancer"},{"id":21404,"c":53,"u":"paladin_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"paladin|cos","n":"Paladin"},{"id":21405,"c":53,"u":"philanthropist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"philanthropist|cos","n":"Philanthropist"},{"id":21406,"c":53,"u":"priest_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"priest|cos","n":"Priest"},{"id":21407,"c":53,"u":"raven_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"raven|cos","n":"Raven"},{"id":21408,"c":53,"u":"rogue_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"rogue|cos","n":"Rogue"},{"id":21409,"c":53,"u":"seer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"seer|cos","n":"Seer"},{"id":21410,"c":53,"u":"shepherd_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"shepherd|cos","n":"Shepherd"},{"id":21411,"c":53,"u":"soldier_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"soldier|cos","n":"Soldier"},{"id":21412,"c":53,"u":"swashbuckler_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"swashbuckler|cos","n":"Swashbuckler"},{"id":21413,"c":53,"u":"tax%20collector_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"tax collector|cos","n":"Tax Collector"},{"id":21414,"c":53,"u":"tempter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"tempter|cos","n":"Tempter"},{"id":21415,"c":53,"u":"thief_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"thief|cos","n":"Thief"},{"id":21416,"c":53,"u":"torturer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"torturer|cos","n":"Torturer"},{"id":21417,"c":53,"u":"trader_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"trader|cos","n":"Trader"},{"id":21418,"c":53,"u":"traitor_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"traitor|cos","n":"Traitor"},{"id":21419,"c":53,"u":"transmuter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"transmuter|cos","n":"Transmuter"},{"id":21420,"c":53,"u":"warrior_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"warrior|cos","n":"Warrior"},{"id":21421,"c":53,"u":"wizard_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"t":27,"uu":"wizard|cos","n":"Wizard"},{"id":21422,"c":53,"u":"fragment%20of%20abhorrence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of abhorrence|crcotn","n":"Fragment of Abhorrence"},{"id":21423,"c":53,"u":"fragment%20of%20attachment_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of attachment|crcotn","n":"Fragment of Attachment"},{"id":21424,"c":53,"u":"fragment%20of%20deception_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of deception|crcotn","n":"Fragment of Deception"},{"id":21425,"c":53,"u":"fragment%20of%20despondence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of despondence|crcotn","n":"Fragment of Despondence"},{"id":21426,"c":53,"u":"fragment%20of%20intransigence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of intransigence|crcotn","n":"Fragment of Intransigence"},{"id":21427,"c":53,"u":"fragment%20of%20loathing_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of loathing|crcotn","n":"Fragment of Loathing"},{"id":21428,"c":53,"u":"fragment%20of%20melancholy_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of melancholy|crcotn","n":"Fragment of Melancholy"},{"id":21429,"c":53,"u":"fragment%20of%20pity_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of pity|crcotn","n":"Fragment of Pity"},{"id":21430,"c":53,"u":"fragment%20of%20rancor_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"fragment of rancor|crcotn","n":"Fragment of Rancor"},{"id":21431,"c":53,"u":"medal%20of%20muscle_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of muscle|crcotn","n":"Medal of Muscle"},{"id":21432,"c":53,"u":"medal%20of%20the%20conch_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of the conch|crcotn","n":"Medal of the Conch"},{"id":21433,"c":53,"u":"medal%20of%20the%20horizonback_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of the horizonback|crcotn","n":"Medal of the Horizonback"},{"id":21434,"c":53,"u":"medal%20of%20the%20maze_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of the maze|crcotn","n":"Medal of the Maze"},{"id":21435,"c":53,"u":"medal%20of%20the%20meat%20pie_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of the meat pie|crcotn","n":"Medal of the Meat Pie"},{"id":21436,"c":53,"u":"medal%20of%20the%20wetlands_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of the wetlands|crcotn","n":"Medal of the Wetlands"},{"id":21437,"c":53,"u":"medal%20of%20wit_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"medal of wit|crcotn","n":"Medal of Wit"},{"id":21438,"c":53,"u":"using%20the%20cards_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"t":27,"uu":"using the cards|crcotn","n":"Using the Cards"},{"id":21439,"c":53,"u":"%2b1%20battleaxe_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"+1 battleaxe|dip","n":"+1 Battleaxe"},{"id":21440,"c":53,"u":"%2b1%20longbow_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"+1 longbow|dip","n":"+1 Longbow"},{"id":21441,"c":53,"u":"%2b1%20mace_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"+1 mace|dip","n":"+1 Mace"},{"id":21442,"c":53,"u":"%2b1%20shield_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"+1 shield|dip","n":"+1 Shield"},{"id":21443,"c":53,"u":"%2b1%20shortsword_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"+1 shortsword|dip","n":"+1 Shortsword"},{"id":21444,"c":53,"u":"axeholm_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"axeholm|dip","n":"Axeholm"},{"id":21445,"c":53,"u":"boots%20of%20elvenkind_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"boots of elvenkind|dip","n":"Boots of Elvenkind"},{"id":21446,"c":53,"u":"butterskull%20ranch_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"butterskull ranch|dip","n":"Butterskull Ranch"},{"id":21447,"c":53,"u":"charm%20of%20the%20storm_magic%20charm%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"charm of the storm|dip","n":"Charm of the Storm"},{"id":21448,"c":53,"u":"cloak%20of%20billowing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"cloak of billowing|dip","n":"Cloak of Billowing"},{"id":21449,"c":53,"u":"cloak%20of%20many%20fashions_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"cloak of many fashions|dip","n":"Cloak of Many Fashions"},{"id":21450,"c":53,"u":"clockwork%20amulet_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"clockwork amulet|dip","n":"Clockwork Amulet"},{"id":21451,"c":53,"u":"donnabella%20fiasco_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"donnabella fiasco|dip","n":"Donnabella Fiasco"},{"id":21452,"c":53,"u":"dragon%20barrow_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"dragon barrow|dip","n":"Dragon Barrow"},{"id":21453,"c":53,"u":"dragon%20slayer_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"dragon slayer|dip","n":"Dragon Slayer"},{"id":21454,"c":53,"u":"dread%20helm_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"dread helm|dip","n":"Dread Helm"},{"id":21455,"c":53,"u":"dust%20of%20disappearance_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"dust of disappearance|dip","n":"Dust of Disappearance"},{"id":21456,"c":53,"u":"dwarven%20excavation_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"dwarven excavation|dip","n":"Dwarven Excavation"},{"id":21457,"c":53,"u":"galandro%20luna_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"galandro luna|dip","n":"Galandro Luna"},{"id":21458,"c":53,"u":"gauntlets%20of%20ogre%20power_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"gauntlets of ogre power|dip","n":"Gauntlets of Ogre Power"},{"id":21459,"c":53,"u":"gnomengarde_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"gnomengarde|dip","n":"Gnomengarde"},{"id":21460,"c":53,"u":"goggles%20of%20night_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"goggles of night|dip","n":"Goggles of Night"},{"id":21461,"c":53,"u":"hat%20of%20wizardry_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"hat of wizardry|dip","n":"Hat of Wizardry"},{"id":21462,"c":53,"u":"immovable%20rod_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"immovable rod|dip","n":"Immovable Rod"},{"id":21463,"c":53,"u":"inverna%20nightbreeze_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"inverna nightbreeze|dip","n":"Inverna Nightbreeze"},{"id":21464,"c":53,"u":"loggers'%20camp_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"loggers' camp|dip","n":"Loggers' Camp"},{"id":21465,"c":53,"u":"lute%20of%20illusions_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"lute of illusions|dip","n":"Lute of Illusions"},{"id":21466,"c":53,"u":"mithral%20chain%20mail_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"mithral chain mail|dip","n":"Mithral Chain Mail"},{"id":21467,"c":53,"u":"mountain's%20toe_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"mountain's toe|dip","n":"Mountain's Toe"},{"id":21468,"c":53,"u":"mystery%20key_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"mystery key|dip","n":"Mystery Key"},{"id":21469,"c":53,"u":"necklace%20of%20fireballs_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"necklace of fireballs|dip","n":"Necklace of Fireballs"},{"id":21470,"c":53,"u":"nib%20addlespur_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"nib addlespur|dip","n":"Nib Addlespur"},{"id":21471,"c":53,"u":"pickled%20pete_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"pickled pete|dip","n":"Pickled Pete"},{"id":21472,"c":53,"u":"pole%20of%20collapsing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"pole of collapsing|dip","n":"Pole of Collapsing"},{"id":21473,"c":53,"u":"potion%20of%20greater%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"potion of greater healing|dip","n":"Potion of Greater Healing"},{"id":21474,"c":53,"u":"potion%20of%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"potion of healing|dip","n":"Potion of Healing"},{"id":21475,"c":53,"u":"potion%20of%20invulnerability_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"potion of invulnerability|dip","n":"Potion of Invulnerability"},{"id":21476,"c":53,"u":"potion%20of%20superior%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"potion of superior healing|dip","n":"Potion of Superior Healing"},{"id":21477,"c":53,"u":"potion%20of%20water%20breathing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"potion of water breathing|dip","n":"Potion of Water Breathing"},{"id":21478,"c":53,"u":"quinn%20hightopple_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"quinn hightopple|dip","n":"Quinn Hightopple"},{"id":21479,"c":53,"u":"ruby%20hammerwhacker_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"ruby hammerwhacker|dip","n":"Ruby Hammerwhacker"},{"id":21480,"c":53,"u":"sending%20stone_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"sending stone|dip","n":"Sending Stone"},{"id":21481,"c":53,"u":"shanjan%20kwan_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"shanjan kwan|dip","n":"Shanjan Kwan"},{"id":21482,"c":53,"u":"staff%20of%20birdcalls_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"staff of birdcalls|dip","n":"Staff of Birdcalls"},{"id":21483,"c":53,"u":"talon%20thornwild_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"t":27,"uu":"talon thornwild|dip","n":"Talon Thornwild"},{"id":21484,"c":53,"u":"umbrage%20hill_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"umbrage hill|dip","n":"Umbrage Hill"},{"id":21485,"c":53,"u":"wand%20of%20pyrotechnics_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"wand of pyrotechnics|dip","n":"Wand of Pyrotechnics"},{"id":21486,"c":53,"u":"wand%20of%20secrets_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"wand of secrets|dip","n":"Wand of Secrets"},{"id":21487,"c":53,"u":"woodland%20manse_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"t":27,"uu":"woodland manse|dip","n":"Woodland Manse"},{"id":21488,"c":53,"u":"archmage%20and%20mage%20apprentice_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"archmage and mage apprentice|dmg","n":"Archmage and Mage Apprentice"},{"id":21489,"c":53,"u":"assassin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"assassin|dmg","n":"Assassin"},{"id":21490,"c":53,"u":"balance_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"balance|dmg","n":"Balance"},{"id":21491,"c":53,"u":"bandit%20captain%20and%20three%20bandits_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"bandit captain and three bandits|dmg","n":"Bandit Captain and Three Bandits"},{"id":21492,"c":53,"u":"beholder_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"beholder|dmg","n":"Beholder"},{"id":21493,"c":53,"u":"berserker_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"berserker|dmg","n":"Berserker"},{"id":21494,"c":53,"u":"bugbear_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"bugbear|dmg","n":"Bugbear"},{"id":21495,"c":53,"u":"cloud%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"cloud giant|dmg","n":"Cloud Giant"},{"id":21496,"c":53,"u":"comet_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"comet|dmg","n":"Comet"},{"id":21497,"c":53,"u":"donjon_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"donjon|dmg","n":"Donjon"},{"id":21498,"c":53,"u":"druid_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"druid|dmg","n":"Druid"},{"id":21499,"c":53,"u":"erinyes_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"erinyes|dmg","n":"Erinyes"},{"id":21500,"c":53,"u":"ettin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"ettin|dmg","n":"Ettin"},{"id":21501,"c":53,"u":"euryale_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"euryale|dmg","n":"Euryale"},{"id":21502,"c":53,"u":"fire%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"fire giant|dmg","n":"Fire Giant"},{"id":21503,"c":53,"u":"flames_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"flames|dmg","n":"Flames"},{"id":21504,"c":53,"u":"fool_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"fool|dmg","n":"Fool"},{"id":21505,"c":53,"u":"frost%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"frost giant|dmg","n":"Frost Giant"},{"id":21506,"c":53,"u":"gem_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"gem|dmg","n":"Gem"},{"id":21507,"c":53,"u":"gnoll_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"gnoll|dmg","n":"Gnoll"},{"id":21508,"c":53,"u":"goblin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"goblin|dmg","n":"Goblin"},{"id":21509,"c":53,"u":"hill%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"hill giant|dmg","n":"Hill Giant"},{"id":21510,"c":53,"u":"hobgoblin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"hobgoblin|dmg","n":"Hobgoblin"},{"id":21511,"c":53,"u":"idiot_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"idiot|dmg","n":"Idiot"},{"id":21512,"c":53,"u":"iron%20golem_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"iron golem|dmg","n":"Iron Golem"},{"id":21513,"c":53,"u":"jester_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"jester|dmg","n":"Jester"},{"id":21514,"c":53,"u":"key_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"key|dmg","n":"Key"},{"id":21515,"c":53,"u":"knight_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"knight|dmg","n":"Knight"},{"id":21516,"c":53,"u":"knight%20and%20four%20guards_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"knight and four guards|dmg","n":"Knight and Four Guards"},{"id":21517,"c":53,"u":"kobold_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"kobold|dmg","n":"Kobold"},{"id":21518,"c":53,"u":"lich_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"lich|dmg","n":"Lich"},{"id":21519,"c":53,"u":"medusa_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"medusa|dmg","n":"Medusa"},{"id":21520,"c":53,"u":"moon_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"moon|dmg","n":"Moon"},{"id":21521,"c":53,"u":"night%20hag_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"night hag|dmg","n":"Night Hag"},{"id":21522,"c":53,"u":"ogre_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"ogre|dmg","n":"Ogre"},{"id":21523,"c":53,"u":"ogre%20mage_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"ogre mage|dmg","n":"Ogre Mage"},{"id":21524,"c":53,"u":"orc_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"orc|dmg","n":"Orc"},{"id":21525,"c":53,"u":"priest%20and%20two%20acolytes_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"priest and two acolytes|dmg","n":"Priest and Two Acolytes"},{"id":21526,"c":53,"u":"red%20dragon_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"red dragon|dmg","n":"Red Dragon"},{"id":21527,"c":53,"u":"rogue_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"rogue|dmg","n":"Rogue"},{"id":21528,"c":53,"u":"ruin_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"ruin|dmg","n":"Ruin"},{"id":21529,"c":53,"u":"skull_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"skull|dmg","n":"Skull"},{"id":21530,"c":53,"u":"star_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"star|dmg","n":"Star"},{"id":21531,"c":53,"u":"succubus%2fincubus_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"succubus/incubus|dmg","n":"Succubus/Incubus"},{"id":21532,"c":53,"u":"sun_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"sun|dmg","n":"Sun"},{"id":21533,"c":53,"u":"talons_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"talons|dmg","n":"Talons"},{"id":21534,"c":53,"u":"the%20fates_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"the fates|dmg","n":"The Fates"},{"id":21535,"c":53,"u":"the%20void_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"the void|dmg","n":"The Void"},{"id":21536,"c":53,"u":"throne_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"throne|dmg","n":"Throne"},{"id":21537,"c":53,"u":"troll_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"troll|dmg","n":"Troll"},{"id":21538,"c":53,"u":"veteran_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"veteran|dmg","n":"Veteran"},{"id":21539,"c":53,"u":"vizier_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"vizier|dmg","n":"Vizier"},{"id":21540,"c":53,"u":"you%20(the%20deck's%20owner)_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"t":27,"uu":"you (the deck's owner)|dmg","n":"You (The Deck's Owner)"},{"id":21541,"c":53,"u":"blinded_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"blinded|esk","n":"Blinded"},{"id":21542,"c":53,"u":"charmed_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"charmed|esk","n":"Charmed"},{"id":21543,"c":53,"u":"combat%20step%20by%20step_combat%20step%20by%20step%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"combat step by step|esk","n":"Combat Step by Step"},{"id":21544,"c":53,"u":"deafened_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"deafened|esk","n":"Deafened"},{"id":21545,"c":53,"u":"eight_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"eight|esk","n":"Eight"},{"id":21546,"c":53,"u":"five_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"five|esk","n":"Five"},{"id":21547,"c":53,"u":"four_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"four|esk","n":"Four"},{"id":21548,"c":53,"u":"frightened_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"frightened|esk","n":"Frightened"},{"id":21549,"c":53,"u":"grappled_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"grappled|esk","n":"Grappled"},{"id":21550,"c":53,"u":"incapacitated_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"incapacitated|esk","n":"Incapacitated"},{"id":21551,"c":53,"u":"invisible_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"invisible|esk","n":"Invisible"},{"id":21552,"c":53,"u":"nine_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"nine|esk","n":"Nine"},{"id":21553,"c":53,"u":"one_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"one|esk","n":"One"},{"id":21554,"c":53,"u":"paralyzed_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"paralyzed|esk","n":"Paralyzed"},{"id":21555,"c":53,"u":"petrified_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"petrified|esk","n":"Petrified"},{"id":21556,"c":53,"u":"poisoned_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"poisoned|esk","n":"Poisoned"},{"id":21557,"c":53,"u":"prone_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"prone|esk","n":"Prone"},{"id":21558,"c":53,"u":"restrained_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"restrained|esk","n":"Restrained"},{"id":21559,"c":53,"u":"seven_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"seven|esk","n":"Seven"},{"id":21560,"c":53,"u":"six_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"six|esk","n":"Six"},{"id":21561,"c":53,"u":"stunned_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"stunned|esk","n":"Stunned"},{"id":21562,"c":53,"u":"three_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"three|esk","n":"Three"},{"id":21563,"c":53,"u":"two_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"two|esk","n":"Two"},{"id":21564,"c":53,"u":"unconscious_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"t":27,"uu":"unconscious|esk","n":"Unconscious"},{"id":21565,"c":53,"u":"bacon-wrapped%20smoked%20mussels_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"bacon-wrapped smoked mussels|hfdomm","n":"Bacon-Wrapped Smoked Mussels"},{"id":21566,"c":53,"u":"beluir%20salmon%20spread_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"beluir salmon spread|hfdomm","n":"Beluir Salmon Spread"},{"id":21567,"c":53,"u":"black%20lotus%20root_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"black lotus root|hfdomm","n":"Black Lotus Root"},{"id":21568,"c":53,"u":"butternut%20beer_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"butternut beer|hfdomm","n":"Butternut Beer"},{"id":21569,"c":53,"u":"chultan%20zombie_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"chultan zombie|hfdomm","n":"Chultan Zombie"},{"id":21570,"c":53,"u":"cloaks_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"cloaks|hfdomm","n":"Cloaks"},{"id":21571,"c":53,"u":"cocoa%20broth_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"cocoa broth|hfdomm","n":"Cocoa Broth"},{"id":21572,"c":53,"u":"delayed%20blast%20fireball_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"delayed blast fireball|hfdomm","n":"Delayed Blast Fireball"},{"id":21573,"c":53,"u":"dwarven%20mulled%20wine_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"dwarven mulled wine|hfdomm","n":"Dwarven Mulled Wine"},{"id":21574,"c":53,"u":"elverquisst_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"elverquisst|hfdomm","n":"Elverquisst"},{"id":21575,"c":53,"u":"exploding%20cheese%20puffs_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"exploding cheese puffs|hfdomm","n":"Exploding Cheese Puffs"},{"id":21576,"c":53,"u":"feywild%20eggs_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"feywild eggs|hfdomm","n":"Feywild Eggs"},{"id":21577,"c":53,"u":"fig%20cakes_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"fig cakes|hfdomm","n":"Fig Cakes"},{"id":21578,"c":53,"u":"green%20ice%20rime_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"green ice rime|hfdomm","n":"Green Ice Rime"},{"id":21579,"c":53,"u":"greenspear%20bundles%20in%20bacon_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"greenspear bundles in bacon|hfdomm","n":"Greenspear Bundles in Bacon"},{"id":21580,"c":53,"u":"halfling%20finger%20sandwiches_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"halfling finger sandwiches|hfdomm","n":"Halfling Finger Sandwiches"},{"id":21581,"c":53,"u":"halfling%20oatmeal%20sweet%20nibbles_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"halfling oatmeal sweet nibbles|hfdomm","n":"Halfling Oatmeal Sweet Nibbles"},{"id":21582,"c":53,"u":"hot%20river%20crab%20bites_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"hot river crab bites|hfdomm","n":"Hot River Crab Bites"},{"id":21583,"c":53,"u":"hot%20spiced%20cider_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"hot spiced cider|hfdomm","n":"Hot Spiced Cider"},{"id":21584,"c":53,"u":"introduction_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"introduction|hfdomm","n":"Introduction"},{"id":21585,"c":53,"u":"irlymeyer's%20dragonfire%20punch_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"irlymeyer's dragonfire punch|hfdomm","n":"Irlymeyer's Dragonfire Punch"},{"id":21586,"c":53,"u":"iron%20rations_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"iron rations|hfdomm","n":"Iron Rations"},{"id":21587,"c":53,"u":"lluirwood%20salad_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"lluirwood salad|hfdomm","n":"Lluirwood Salad"},{"id":21588,"c":53,"u":"meal's%20end_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"meal's end|hfdomm","n":"Meal's End"},{"id":21589,"c":53,"u":"moonwood%20artichoke%20spread_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"moonwood artichoke spread|hfdomm","n":"Moonwood Artichoke Spread"},{"id":21590,"c":53,"u":"neverwinter%20cheese%20board_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"neverwinter cheese board|hfdomm","n":"Neverwinter Cheese Board"},{"id":21591,"c":53,"u":"neverwinter%20nectar_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"neverwinter nectar|hfdomm","n":"Neverwinter Nectar"},{"id":21592,"c":53,"u":"night%20hag's%20delight_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"night hag's delight|hfdomm","n":"Night Hag's Delight"},{"id":21593,"c":53,"u":"par-salian's%20tea_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"par-salian's tea|hfdomm","n":"Par-Salian's Tea"},{"id":21594,"c":53,"u":"potion%20of%20restoration_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"potion of restoration|hfdomm","n":"Potion of Restoration"},{"id":21595,"c":53,"u":"purple%20grapemash%20no.%203_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"purple grapemash no. 3|hfdomm","n":"Purple Grapemash No. 3"},{"id":21596,"c":53,"u":"quith-pa_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"quith-pa|hfdomm","n":"Quith-pa"},{"id":21597,"c":53,"u":"ray%20of%20frost_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"ray of frost|hfdomm","n":"Ray of Frost"},{"id":21598,"c":53,"u":"rollrum_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"rollrum|hfdomm","n":"Rollrum"},{"id":21599,"c":53,"u":"ruby%20cordial_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"ruby cordial|hfdomm","n":"Ruby Cordial"},{"id":21600,"c":53,"u":"saerloonian%20glowfire_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"saerloonian glowfire|hfdomm","n":"Saerloonian Glowfire"},{"id":21601,"c":53,"u":"salbread_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"salbread|hfdomm","n":"Salbread"},{"id":21602,"c":53,"u":"spicy%20brothers%20honey-glazed%20hot%20chips_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"spicy brothers honey-glazed hot chips|hfdomm","n":"Spicy Brothers Honey-Glazed Hot Chips"},{"id":21603,"c":53,"u":"spicy%20shredded%20stirge%20sliders_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"spicy shredded stirge sliders|hfdomm","n":"Spicy Shredded Stirge Sliders"},{"id":21604,"c":53,"u":"tamarind%20balls_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"tamarind balls|hfdomm","n":"Tamarind Balls"},{"id":21605,"c":53,"u":"tavern%20crickets_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"tavern crickets|hfdomm","n":"Tavern Crickets"},{"id":21606,"c":53,"u":"the%20deck%20of%20many%20morsels_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"the deck of many morsels|hfdomm","n":"The Deck of Many Morsels"},{"id":21607,"c":53,"u":"tika's%20honey%20mead_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"tika's honey mead|hfdomm","n":"Tika's Honey Mead"},{"id":21608,"c":53,"u":"trail%20mash'ums_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"trail mash'ums|hfdomm","n":"Trail Mash'ums"},{"id":21609,"c":53,"u":"trolltide%20candied%20apples_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"trolltide candied apples|hfdomm","n":"Trolltide Candied Apples"},{"id":21610,"c":53,"u":"twice-baked%20cockatrice%20wings_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"twice-baked cockatrice wings|hfdomm","n":"Twice-Baked Cockatrice Wings"},{"id":21611,"c":53,"u":"underdark%20forage%20board_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"underdark forage board|hfdomm","n":"Underdark Forage Board"},{"id":21612,"c":53,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"underdark lotus with fire lichen spread|hfdomm","n":"Underdark Lotus with Fire Lichen Spread"},{"id":21613,"c":53,"u":"undermountain%20alurlyath_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"undermountain alurlyath|hfdomm","n":"Undermountain Alurlyath"},{"id":21614,"c":53,"u":"waterdeep%20charcuterie_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"waterdeep charcuterie|hfdomm","n":"Waterdeep Charcuterie"},{"id":21615,"c":53,"u":"wood%20elf%20forest%20salad_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"wood elf forest salad|hfdomm","n":"Wood Elf Forest Salad"},{"id":21616,"c":53,"u":"zzar_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"t":27,"uu":"zzar|hfdomm","n":"Zzar"},{"id":21617,"c":53,"u":"ace%20of%20charisma_tarot%20deck_td","p":41,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"ace of charisma|td","n":"Ace of Charisma"},{"id":21618,"c":53,"u":"ace%20of%20intelligence_tarot%20deck_td","p":27,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"ace of intelligence|td","n":"Ace of Intelligence"},{"id":21619,"c":53,"u":"ace%20of%20strength_tarot%20deck_td","p":20,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"ace of strength|td","n":"Ace of Strength"},{"id":21620,"c":53,"u":"ace%20of%20wisdom_tarot%20deck_td","p":34,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"ace of wisdom|td","n":"Ace of Wisdom"},{"id":21621,"c":53,"u":"death_tarot%20deck_td","p":15,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"death|td","n":"Death"},{"id":21622,"c":53,"u":"eight%20of%20charisma_tarot%20deck_td","p":44,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"eight of charisma|td","n":"Eight of Charisma"},{"id":21623,"c":53,"u":"eight%20of%20intelligence_tarot%20deck_td","p":30,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"eight of intelligence|td","n":"Eight of Intelligence"},{"id":21624,"c":53,"u":"eight%20of%20strength_tarot%20deck_td","p":23,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"eight of strength|td","n":"Eight of Strength"},{"id":21625,"c":53,"u":"eight%20of%20wisdom_tarot%20deck_td","p":37,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"eight of wisdom|td","n":"Eight of Wisdom"},{"id":21626,"c":53,"u":"five%20of%20charisma_tarot%20deck_td","p":43,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"five of charisma|td","n":"Five of Charisma"},{"id":21627,"c":53,"u":"five%20of%20intelligence_tarot%20deck_td","p":29,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"five of intelligence|td","n":"Five of Intelligence"},{"id":21628,"c":53,"u":"five%20of%20strength_tarot%20deck_td","p":22,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"five of strength|td","n":"Five of Strength"},{"id":21629,"c":53,"u":"five%20of%20wisdom_tarot%20deck_td","p":36,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"five of wisdom|td","n":"Five of Wisdom"},{"id":21630,"c":53,"u":"four%20of%20charisma_tarot%20deck_td","p":42,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"four of charisma|td","n":"Four of Charisma"},{"id":21631,"c":53,"u":"four%20of%20intelligence_tarot%20deck_td","p":28,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"four of intelligence|td","n":"Four of Intelligence"},{"id":21632,"c":53,"u":"four%20of%20strength_tarot%20deck_td","p":21,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"four of strength|td","n":"Four of Strength"},{"id":21633,"c":53,"u":"four%20of%20wisdom_tarot%20deck_td","p":35,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"four of wisdom|td","n":"Four of Wisdom"},{"id":21634,"c":53,"u":"judgement_tarot%20deck_td","p":19,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"judgement|td","n":"Judgement"},{"id":21635,"c":53,"u":"justice_tarot%20deck_td","p":14,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"justice|td","n":"Justice"},{"id":21636,"c":53,"u":"king%20of%20charisma_tarot%20deck_td","p":47,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"king of charisma|td","n":"King of Charisma"},{"id":21637,"c":53,"u":"king%20of%20intelligence_tarot%20deck_td","p":33,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"king of intelligence|td","n":"King of Intelligence"},{"id":21638,"c":53,"u":"king%20of%20strength_tarot%20deck_td","p":26,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"king of strength|td","n":"King of Strength"},{"id":21639,"c":53,"u":"king%20of%20wisdom_tarot%20deck_td","p":40,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"king of wisdom|td","n":"King of Wisdom"},{"id":21640,"c":53,"u":"knight%20of%20charisma_tarot%20deck_td","p":46,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"knight of charisma|td","n":"Knight of Charisma"},{"id":21641,"c":53,"u":"knight%20of%20intelligence_tarot%20deck_td","p":32,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"knight of intelligence|td","n":"Knight of Intelligence"},{"id":21642,"c":53,"u":"knight%20of%20strength_tarot%20deck_td","p":25,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"knight of strength|td","n":"Knight of Strength"},{"id":21643,"c":53,"u":"knight%20of%20wisdom_tarot%20deck_td","p":39,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"knight of wisdom|td","n":"Knight of Wisdom"},{"id":21644,"c":53,"u":"nine%20of%20charisma_tarot%20deck_td","p":45,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"nine of charisma|td","n":"Nine of Charisma"},{"id":21645,"c":53,"u":"nine%20of%20intelligence_tarot%20deck_td","p":31,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"nine of intelligence|td","n":"Nine of Intelligence"},{"id":21646,"c":53,"u":"nine%20of%20strength_tarot%20deck_td","p":24,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"nine of strength|td","n":"Nine of Strength"},{"id":21647,"c":53,"u":"nine%20of%20wisdom_tarot%20deck_td","p":38,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"nine of wisdom|td","n":"Nine of Wisdom"},{"id":21648,"c":53,"u":"page%20of%20charisma_tarot%20deck_td","p":46,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"page of charisma|td","n":"Page of Charisma"},{"id":21649,"c":53,"u":"page%20of%20intelligence_tarot%20deck_td","p":32,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"page of intelligence|td","n":"Page of Intelligence"},{"id":21650,"c":53,"u":"page%20of%20strength_tarot%20deck_td","p":25,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"page of strength|td","n":"Page of Strength"},{"id":21651,"c":53,"u":"page%20of%20wisdom_tarot%20deck_td","p":39,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"page of wisdom|td","n":"Page of Wisdom"},{"id":21652,"c":53,"u":"queen%20of%20charisma_tarot%20deck_td","p":47,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"queen of charisma|td","n":"Queen of Charisma"},{"id":21653,"c":53,"u":"queen%20of%20intelligence_tarot%20deck_td","p":33,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"queen of intelligence|td","n":"Queen of Intelligence"},{"id":21654,"c":53,"u":"queen%20of%20strength_tarot%20deck_td","p":26,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"queen of strength|td","n":"Queen of Strength"},{"id":21655,"c":53,"u":"queen%20of%20wisdom_tarot%20deck_td","p":40,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"queen of wisdom|td","n":"Queen of Wisdom"},{"id":21656,"c":53,"u":"seven%20of%20charisma_tarot%20deck_td","p":44,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"seven of charisma|td","n":"Seven of Charisma"},{"id":21657,"c":53,"u":"seven%20of%20intelligence_tarot%20deck_td","p":30,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"seven of intelligence|td","n":"Seven of Intelligence"},{"id":21658,"c":53,"u":"seven%20of%20strength_tarot%20deck_td","p":23,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"seven of strength|td","n":"Seven of Strength"},{"id":21659,"c":53,"u":"seven%20of%20wisdom_tarot%20deck_td","p":37,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"seven of wisdom|td","n":"Seven of Wisdom"},{"id":21660,"c":53,"u":"six%20of%20charisma_tarot%20deck_td","p":43,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"six of charisma|td","n":"Six of Charisma"},{"id":21661,"c":53,"u":"six%20of%20intelligence_tarot%20deck_td","p":29,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"six of intelligence|td","n":"Six of Intelligence"},{"id":21662,"c":53,"u":"six%20of%20strength_tarot%20deck_td","p":22,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"six of strength|td","n":"Six of Strength"},{"id":21663,"c":53,"u":"six%20of%20wisdom_tarot%20deck_td","p":36,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"six of wisdom|td","n":"Six of Wisdom"},{"id":21664,"c":53,"u":"strength_tarot%20deck_td","p":20,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"strength|td","n":"Strength"},{"id":21665,"c":53,"u":"temperance_tarot%20deck_td","p":16,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"temperance|td","n":"Temperance"},{"id":21666,"c":53,"u":"ten%20of%20charisma_tarot%20deck_td","p":45,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"ten of charisma|td","n":"Ten of Charisma"},{"id":21667,"c":53,"u":"ten%20of%20intelligence_tarot%20deck_td","p":31,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"ten of intelligence|td","n":"Ten of Intelligence"},{"id":21668,"c":53,"u":"ten%20of%20strength_tarot%20deck_td","p":24,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"ten of strength|td","n":"Ten of Strength"},{"id":21669,"c":53,"u":"ten%20of%20wisdom_tarot%20deck_td","p":38,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"ten of wisdom|td","n":"Ten of Wisdom"},{"id":21670,"c":53,"u":"the%20chariot_tarot%20deck_td","p":12,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the chariot|td","n":"The Chariot"},{"id":21671,"c":53,"u":"the%20devil_tarot%20deck_td","p":16,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the devil|td","n":"The Devil"},{"id":21672,"c":53,"u":"the%20emperor_tarot%20deck_td","p":11,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the emperor|td","n":"The Emperor"},{"id":21673,"c":53,"u":"the%20empress_tarot%20deck_td","p":10,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the empress|td","n":"The Empress"},{"id":21674,"c":53,"u":"the%20fool_tarot%20deck_td","p":9,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the fool|td","n":"The Fool"},{"id":21675,"c":53,"u":"the%20hanged%20man_tarot%20deck_td","p":15,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the hanged man|td","n":"The Hanged Man"},{"id":21676,"c":53,"u":"the%20hermit_tarot%20deck_td","p":13,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the hermit|td","n":"The Hermit"},{"id":21677,"c":53,"u":"the%20hierophant_tarot%20deck_td","p":11,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the hierophant|td","n":"The Hierophant"},{"id":21678,"c":53,"u":"the%20high%20priestess_tarot%20deck_td","p":10,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the high priestess|td","n":"The High Priestess"},{"id":21679,"c":53,"u":"the%20lovers_tarot%20deck_td","p":12,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the lovers|td","n":"The Lovers"},{"id":21680,"c":53,"u":"the%20magician_tarot%20deck_td","p":9,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the magician|td","n":"The Magician"},{"id":21681,"c":53,"u":"the%20moon_tarot%20deck_td","p":18,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the moon|td","n":"The Moon"},{"id":21682,"c":53,"u":"the%20star_tarot%20deck_td","p":17,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the star|td","n":"The Star"},{"id":21683,"c":53,"u":"the%20sun_tarot%20deck_td","p":18,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the sun|td","n":"The Sun"},{"id":21684,"c":53,"u":"the%20tower_tarot%20deck_td","p":17,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the tower|td","n":"The Tower"},{"id":21685,"c":53,"u":"the%20wheel%20of%20fortune_tarot%20deck_td","p":14,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the wheel of fortune|td","n":"The Wheel of Fortune"},{"id":21686,"c":53,"u":"the%20world_tarot%20deck_td","p":19,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"the world|td","n":"The World"},{"id":21687,"c":53,"u":"three%20of%20charisma_tarot%20deck_td","p":42,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"three of charisma|td","n":"Three of Charisma"},{"id":21688,"c":53,"u":"three%20of%20intelligence_tarot%20deck_td","p":28,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"three of intelligence|td","n":"Three of Intelligence"},{"id":21689,"c":53,"u":"three%20of%20strength_tarot%20deck_td","p":21,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"three of strength|td","n":"Three of Strength"},{"id":21690,"c":53,"u":"three%20of%20wisdom_tarot%20deck_td","p":35,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"three of wisdom|td","n":"Three of Wisdom"},{"id":21691,"c":53,"u":"two%20of%20charisma_tarot%20deck_td","p":41,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"two of charisma|td","n":"Two of Charisma"},{"id":21692,"c":53,"u":"two%20of%20intelligence_tarot%20deck_td","p":27,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"two of intelligence|td","n":"Two of Intelligence"},{"id":21693,"c":53,"u":"two%20of%20strength_tarot%20deck_td","p":20,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"two of strength|td","n":"Two of Strength"},{"id":21694,"c":53,"u":"two%20of%20wisdom_tarot%20deck_td","p":34,"s":153,"h":1,"hx":1,"dP":1,"t":27,"uu":"two of wisdom|td","n":"Two of Wisdom"},{"id":21695,"c":53,"u":"i'jin_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"t":27,"uu":"i'jin|toa","n":"I'jin"},{"id":21696,"c":53,"u":"kubazan_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"t":27,"uu":"kubazan|toa","n":"Kubazan"},{"id":21697,"c":53,"u":"moa_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"t":27,"uu":"moa|toa","n":"Moa"},{"id":21698,"c":53,"u":"nangnang_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"t":27,"uu":"nangnang|toa","n":"Nangnang"},{"id":21699,"c":53,"u":"obo'laka_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"t":27,"uu":"obo'laka|toa","n":"Obo'laka"},{"id":21700,"c":53,"u":"papazotl_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"t":27,"uu":"papazotl|toa","n":"Papazotl"},{"id":21701,"c":53,"u":"shagambi_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"t":27,"uu":"shagambi|toa","n":"Shagambi"},{"id":21702,"c":53,"u":"unkh_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"t":27,"uu":"unkh|toa","n":"Unkh"},{"id":21703,"c":53,"u":"wongo_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"t":27,"uu":"wongo|toa","n":"Wongo"},{"id":21704,"c":53,"u":"agdon%20longscarf%20the%20harengon_roleplaying%20cards_wbtw","p":242,"s":68,"h":1,"hx":1,"t":27,"uu":"agdon longscarf the harengon|wbtw","n":"Agdon Longscarf the Harengon"},{"id":21705,"c":53,"u":"alagarthas%20the%20elf%20prince_roleplaying%20cards_wbtw","p":242,"s":68,"h":1,"hx":1,"t":27,"uu":"alagarthas the elf prince|wbtw","n":"Alagarthas the Elf Prince"},{"id":21706,"c":53,"u":"amidor%20the%20dandelion_roleplaying%20cards_wbtw","p":242,"s":68,"h":1,"hx":1,"t":27,"uu":"amidor the dandelion|wbtw","n":"Amidor the Dandelion"},{"id":21707,"c":53,"u":"argantle%20the%20korred%20queen_roleplaying%20cards_wbtw","p":242,"s":68,"h":1,"hx":1,"t":27,"uu":"argantle the korred queen|wbtw","n":"Argantle the Korred Queen"},{"id":21708,"c":53,"u":"burly%20the%20bugbear_roleplaying%20cards_wbtw","p":243,"s":68,"h":1,"hx":1,"t":27,"uu":"burly the bugbear|wbtw","n":"Burly the Bugbear"},{"id":21709,"c":53,"u":"candlefoot%20the%20mime_roleplaying%20cards_wbtw","p":243,"s":68,"h":1,"hx":1,"t":27,"uu":"candlefoot the mime|wbtw","n":"Candlefoot the Mime"},{"id":21710,"c":53,"u":"chucklehead%20the%20goblin_roleplaying%20cards_wbtw","p":243,"s":68,"h":1,"hx":1,"t":27,"uu":"chucklehead the goblin|wbtw","n":"Chucklehead the Goblin"},{"id":21711,"c":53,"u":"clapperclaw%20the%20scarecrow_roleplaying%20cards_wbtw","p":243,"s":68,"h":1,"hx":1,"t":27,"uu":"clapperclaw the scarecrow|wbtw","n":"Clapperclaw the Scarecrow"},{"id":21712,"c":53,"u":"cradlefall%20the%20green%20dragon%20wyrmling_roleplaying%20cards_wbtw","p":244,"s":68,"h":1,"hx":1,"t":27,"uu":"cradlefall the green dragon wyrmling|wbtw","n":"Cradlefall the Green Dragon Wyrmling"},{"id":21713,"c":53,"u":"dirlagraun%20the%20displacer%20beast_roleplaying%20cards_wbtw","p":244,"s":68,"h":1,"hx":1,"t":27,"uu":"dirlagraun the displacer beast|wbtw","n":"Dirlagraun the Displacer Beast"},{"id":21714,"c":53,"u":"gleam%20the%20elf%20acrobat_roleplaying%20cards_wbtw","p":244,"s":68,"h":1,"hx":1,"t":27,"uu":"gleam the elf acrobat|wbtw","n":"Gleam the Elf Acrobat"},{"id":21715,"c":53,"u":"glister%20the%20elf%20acrobat_roleplaying%20cards_wbtw","p":244,"s":68,"h":1,"hx":1,"t":27,"uu":"glister the elf acrobat|wbtw","n":"Glister the Elf Acrobat"},{"id":21716,"c":53,"u":"hurly%20the%20bugbear_roleplaying%20cards_wbtw","p":245,"s":68,"h":1,"hx":1,"t":27,"uu":"hurly the bugbear|wbtw","n":"Hurly the Bugbear"},{"id":21717,"c":53,"u":"jingle%20jangle%20the%20goblin_roleplaying%20cards_wbtw","p":245,"s":68,"h":1,"hx":1,"t":27,"uu":"jingle jangle the goblin|wbtw","n":"Jingle Jangle the Goblin"},{"id":21718,"c":53,"u":"kettlesteam%20the%20kenku_roleplaying%20cards_wbtw","p":245,"s":68,"h":1,"hx":1,"t":27,"uu":"kettlesteam the kenku|wbtw","n":"Kettlesteam the Kenku"},{"id":21719,"c":53,"u":"mister%20light_roleplaying%20cards_wbtw","p":245,"s":68,"h":1,"hx":1,"t":27,"uu":"mister light|wbtw","n":"Mister Light"},{"id":21720,"c":53,"u":"mister%20witch_roleplaying%20cards_wbtw","p":246,"s":68,"h":1,"hx":1,"t":27,"uu":"mister witch|wbtw","n":"Mister Witch"},{"id":21721,"c":53,"u":"morgort%20the%20bullywug%20knight_roleplaying%20cards_wbtw","p":246,"s":68,"h":1,"hx":1,"t":27,"uu":"morgort the bullywug knight|wbtw","n":"Morgort the Bullywug Knight"},{"id":21722,"c":53,"u":"nib%20the%20miser_roleplaying%20cards_wbtw","p":246,"s":68,"h":1,"hx":1,"t":27,"uu":"nib the miser|wbtw","n":"Nib the Miser"},{"id":21723,"c":53,"u":"northwind%20the%20treant%20sapling_roleplaying%20cards_wbtw","p":246,"s":68,"h":1,"hx":1,"t":27,"uu":"northwind the treant sapling|wbtw","n":"Northwind the Treant Sapling"},{"id":21724,"c":53,"u":"palasha%20the%20mermaid_roleplaying%20cards_wbtw","p":247,"s":68,"h":1,"hx":1,"t":27,"uu":"palasha the mermaid|wbtw","n":"Palasha the Mermaid"},{"id":21725,"c":53,"u":"pincushion%20the%20living%20doll_roleplaying%20cards_wbtw","p":247,"s":68,"h":1,"hx":1,"t":27,"uu":"pincushion the living doll|wbtw","n":"Pincushion the Living Doll"},{"id":21726,"c":53,"u":"shon%20the%20hunchback_roleplaying%20cards_wbtw","p":247,"s":68,"h":1,"hx":1,"t":27,"uu":"shon the hunchback|wbtw","n":"Shon the Hunchback"},{"id":21727,"c":53,"u":"sir%20talavar%20the%20faerie%20dragon_roleplaying%20cards_wbtw","p":247,"s":68,"h":1,"hx":1,"t":27,"uu":"sir talavar the faerie dragon|wbtw","n":"Sir Talavar the Faerie Dragon"},{"id":21728,"c":53,"u":"sowpig%20the%20ghoul_roleplaying%20cards_wbtw","p":248,"s":68,"h":1,"hx":1,"t":27,"uu":"sowpig the ghoul|wbtw","n":"Sowpig the Ghoul"},{"id":21729,"c":53,"u":"squirt%20the%20oilcan_roleplaying%20cards_wbtw","p":248,"s":68,"h":1,"hx":1,"t":27,"uu":"squirt the oilcan|wbtw","n":"Squirt the Oilcan"},{"id":21730,"c":53,"u":"stagefright%20the%20goblin_roleplaying%20cards_wbtw","p":248,"s":68,"h":1,"hx":1,"t":27,"uu":"stagefright the goblin|wbtw","n":"Stagefright the Goblin"},{"id":21731,"c":53,"u":"thaco%20the%20clown_roleplaying%20cards_wbtw","p":248,"s":68,"h":1,"hx":1,"t":27,"uu":"thaco the clown|wbtw","n":"Thaco the Clown"},{"id":21732,"c":53,"u":"thinnings%20the%20butler_roleplaying%20cards_wbtw","p":249,"s":68,"h":1,"hx":1,"t":27,"uu":"thinnings the butler|wbtw","n":"Thinnings the Butler"},{"id":21733,"c":53,"u":"vansel%20the%20satyr_roleplaying%20cards_wbtw","p":249,"s":68,"h":1,"hx":1,"t":27,"uu":"vansel the satyr|wbtw","n":"Vansel the Satyr"},{"id":21734,"c":53,"u":"will%20of%20the%20feywild_roleplaying%20cards_wbtw","p":249,"s":68,"h":1,"hx":1,"t":27,"uu":"will of the feywild|wbtw","n":"Will of the Feywild"},{"id":21735,"c":53,"u":"zybilna%20of%20prismeer_roleplaying%20cards_wbtw","p":249,"s":68,"h":1,"hx":1,"t":27,"uu":"zybilna of prismeer|wbtw","n":"Zybilna of Prismeer"},{"id":21736,"c":53,"u":"anarath_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"t":27,"uu":"anarath|wdmm","n":"Anarath"},{"id":21737,"c":53,"u":"angras_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"t":27,"uu":"angras|wdmm","n":"Angras"},{"id":21738,"c":53,"u":"arcturiadoom_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"arcturiadoom|wdmm","n":"Arcturiadoom"},{"id":21739,"c":53,"u":"dark%20elf%20menace_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"dark elf menace|wdmm","n":"Dark Elf Menace"},{"id":21740,"c":53,"u":"death%20tyrant_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"death tyrant|wdmm","n":"Death Tyrant"},{"id":21741,"c":53,"u":"dwarfcraft_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"dwarfcraft|wdmm","n":"Dwarfcraft"},{"id":21742,"c":53,"u":"emerald%20blade_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"emerald blade|wdmm","n":"Emerald Blade"},{"id":21743,"c":53,"u":"gith%20who's%20coming%20to%20dinner%3f_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"gith who's coming to dinner?|wdmm","n":"Gith Who's Coming to Dinner?"},{"id":21744,"c":53,"u":"guild%20of%20many%20eyes_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"guild of many eyes|wdmm","n":"Guild of Many Eyes"},{"id":21745,"c":53,"u":"halaster_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"t":27,"uu":"halaster|wdmm","n":"Halaster"},{"id":21746,"c":53,"u":"immortal%20insanity_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"immortal insanity|wdmm","n":"Immortal Insanity"},{"id":21747,"c":53,"u":"korombos_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"t":27,"uu":"korombos|wdmm","n":"Korombos"},{"id":21748,"c":53,"u":"laebos_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"t":27,"uu":"laebos|wdmm","n":"Laebos"},{"id":21749,"c":53,"u":"lammath_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"t":27,"uu":"lammath|wdmm","n":"Lammath"},{"id":21750,"c":53,"u":"mad%20house_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"mad house|wdmm","n":"Mad House"},{"id":21751,"c":53,"u":"nchasme_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"t":27,"uu":"nchasme|wdmm","n":"Nchasme"},{"id":21752,"c":53,"u":"nester's%20fate_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"nester's fate|wdmm","n":"Nester's Fate"},{"id":21753,"c":53,"u":"savaros_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"t":27,"uu":"savaros|wdmm","n":"Savaros"},{"id":21754,"c":53,"u":"scavenger_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"scavenger|wdmm","n":"Scavenger"},{"id":21755,"c":53,"u":"school%20of%20magic_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"school of magic|wdmm","n":"School of Magic"},{"id":21756,"c":53,"u":"skullport_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"skullport|wdmm","n":"Skullport"},{"id":21757,"c":53,"u":"spire%20and%20snail_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"spire and snail|wdmm","n":"Spire and Snail"},{"id":21758,"c":53,"u":"tangled%20web_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"tangled web|wdmm","n":"Tangled Web"},{"id":21759,"c":53,"u":"trobriand's%20army_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"trobriand's army|wdmm","n":"Trobriand's Army"},{"id":21760,"c":53,"u":"ullathar_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"t":27,"uu":"ullathar|wdmm","n":"Ullathar"},{"id":21761,"c":53,"u":"underground%20forest_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"underground forest|wdmm","n":"Underground Forest"},{"id":21762,"c":53,"u":"what%20drow%20fear_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"t":27,"uu":"what drow fear|wdmm","n":"What Drow Fear"},{"id":21763,"c":53,"u":"balance_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"balance|llk","n":"Balance"},{"id":21764,"c":53,"u":"comet_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"comet|llk","n":"Comet"},{"id":21765,"c":53,"u":"donjon_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"donjon|llk","n":"Donjon"},{"id":21766,"c":53,"u":"euryale_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"euryale|llk","n":"Euryale"},{"id":21767,"c":53,"u":"flames_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"flames|llk","n":"Flames"},{"id":21768,"c":53,"u":"fool_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"fool|llk","n":"Fool"},{"id":21769,"c":53,"u":"gem_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"gem|llk","n":"Gem"},{"id":21770,"c":53,"u":"idiot_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"idiot|llk","n":"Idiot"},{"id":21771,"c":53,"u":"jester_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"jester|llk","n":"Jester"},{"id":21772,"c":53,"u":"key_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"key|llk","n":"Key"},{"id":21773,"c":53,"u":"knight_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"knight|llk","n":"Knight"},{"id":21774,"c":53,"u":"moon_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"moon|llk","n":"Moon"},{"id":21775,"c":53,"u":"rogue_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"rogue|llk","n":"Rogue"},{"id":21776,"c":53,"u":"ruin_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"ruin|llk","n":"Ruin"},{"id":21777,"c":53,"u":"skull_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"skull|llk","n":"Skull"},{"id":21778,"c":53,"u":"star_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"star|llk","n":"Star"},{"id":21779,"c":53,"u":"sun_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"sun|llk","n":"Sun"},{"id":21780,"c":53,"u":"talons_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"talons|llk","n":"Talons"},{"id":21781,"c":53,"u":"the%20fates_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"the fates|llk","n":"The Fates"},{"id":21782,"c":53,"u":"the%20void_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"the void|llk","n":"The Void"},{"id":21783,"c":53,"u":"throne_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"throne|llk","n":"Throne"},{"id":21784,"c":53,"u":"vizier_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"t":27,"uu":"vizier|llk","n":"Vizier"},{"id":21785,"c":52,"u":"deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"t":28,"uu":"deck of many more things|bmt","n":"Deck of Many More Things"},{"id":21786,"c":52,"u":"deck%20of%20many%20things_bmt","p":12,"s":1,"h":1,"t":28,"uu":"deck of many things|bmt","n":"Deck of Many Things"},{"id":21787,"c":52,"u":"deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"t":28,"uu":"deck of wonder|bmt","n":"Deck of Wonder"},{"id":21788,"c":52,"u":"deck%20of%20many%20more%20things_dmtcrg","p":14,"s":143,"h":1,"t":28,"uu":"deck of many more things|dmtcrg","n":"Deck of Many More Things"},{"id":21789,"c":52,"u":"features%20deck_dmtcrg","p":11,"s":143,"h":1,"t":28,"uu":"features deck|dmtcrg","n":"Features Deck"},{"id":21790,"c":52,"u":"locations%20deck_dmtcrg","p":11,"s":143,"h":1,"t":28,"uu":"locations deck|dmtcrg","n":"Locations Deck"},{"id":21791,"c":52,"u":"story%20deck_dmtcrg","p":11,"s":143,"h":1,"t":28,"uu":"story deck|dmtcrg","n":"Story Deck"},{"id":21792,"c":52,"u":"condition%20cards_screendungeonkit","s":145,"h":1,"t":28,"uu":"condition cards|screendungeonkit","n":"Condition Cards"},{"id":21793,"c":52,"u":"geomorph%20cards_screendungeonkit","s":145,"h":1,"t":28,"uu":"geomorph cards|screendungeonkit","n":"Geomorph Cards"},{"id":21794,"c":52,"u":"hazard%20cards_screendungeonkit","s":145,"h":1,"t":28,"uu":"hazard cards|screendungeonkit","n":"Hazard Cards"},{"id":21795,"c":52,"u":"initiative%20cards_screendungeonkit","s":145,"h":1,"t":28,"uu":"initiative cards|screendungeonkit","n":"Initiative Cards"},{"id":21796,"c":52,"u":"deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"t":28,"uu":"deck of illusions|xdmg","n":"Deck of Illusions"},{"id":21797,"c":52,"u":"deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"t":28,"uu":"deck of many things|xdmg","n":"Deck of Many Things"},{"id":21798,"c":52,"u":"deck%20of%20many%20things%20(13%20cards)_xdmg","s":5,"h":1,"t":28,"uu":"deck of many things (13 cards)|xdmg","n":"Deck of Many Things (13 Cards)"},{"id":21799,"c":52,"u":"tarokka%20deck_cos","p":243,"s":19,"h":1,"t":28,"uu":"tarokka deck|cos","n":"Tarokka Deck"},{"id":21800,"c":52,"u":"fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"dP":1,"t":28,"uu":"fragments of suffering|crcotn","n":"Fragments of Suffering"},{"id":21801,"c":52,"u":"medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"dP":1,"t":28,"uu":"medals of merit|crcotn","n":"Medals of Merit"},{"id":21802,"c":52,"u":"magic%20charm%20cards_dip","p":3,"s":22,"h":1,"t":28,"uu":"magic charm cards|dip","n":"Magic Charm Cards"},{"id":21803,"c":52,"u":"magic%20item%20cards_dip","p":3,"s":22,"h":1,"t":28,"uu":"magic item cards|dip","n":"Magic Item Cards"},{"id":21804,"c":52,"u":"quest%20cards_dip","p":3,"s":22,"h":1,"t":28,"uu":"quest cards|dip","n":"Quest Cards"},{"id":21805,"c":52,"u":"sidekick%20cards_dip","p":65,"s":22,"h":1,"t":28,"uu":"sidekick cards|dip","n":"Sidekick Cards"},{"id":21806,"c":52,"u":"deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"r":1,"t":28,"uu":"deck of illusions|dmg","n":"Deck of Illusions"},{"id":21807,"c":52,"u":"deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"r":1,"t":28,"uu":"deck of many things|dmg","n":"Deck of Many Things"},{"id":21808,"c":52,"u":"deck%20of%20many%20things%20(13%20cards)_dmg","p":162,"s":24,"h":1,"r":1,"t":28,"uu":"deck of many things (13 cards)|dmg","n":"Deck of Many Things (13 Cards)"},{"id":21809,"c":52,"u":"combat%20step%20by%20step%20cards_esk","p":3,"s":30,"h":1,"t":28,"uu":"combat step by step cards|esk","n":"Combat Step by Step Cards"},{"id":21810,"c":52,"u":"condition%20cards_esk","p":3,"s":30,"h":1,"t":28,"uu":"condition cards|esk","n":"Condition Cards"},{"id":21811,"c":52,"u":"initiative%20cards_esk","p":3,"s":30,"h":1,"t":28,"uu":"initiative cards|esk","n":"Initiative Cards"},{"id":21812,"c":52,"u":"deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"t":28,"uu":"deck of many morsels|hfdomm","n":"Deck of Many Morsels"},{"id":21813,"c":52,"u":"tarot%20deck_td","p":9,"s":153,"h":1,"dP":1,"t":28,"uu":"tarot deck|td","n":"Tarot Deck"},{"id":21814,"c":52,"u":"trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"t":28,"uu":"trickster gods of omu|toa","n":"Trickster Gods of Omu"},{"id":21815,"c":52,"u":"roleplaying%20cards_wbtw","p":242,"s":68,"h":1,"t":28,"uu":"roleplaying cards|wbtw","n":"Roleplaying Cards"},{"id":21816,"c":52,"u":"elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"t":28,"uu":"elder runes deck|wdmm","n":"Elder Runes Deck"},{"id":21817,"c":52,"u":"secrets%20deck_wdmm","p":319,"s":70,"h":1,"t":28,"uu":"secrets deck|wdmm","n":"Secrets Deck"},{"id":21818,"c":52,"u":"deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"t":28,"uu":"deck of several things|llk","n":"Deck of Several Things"},{"id":21819,"c":55,"u":"arcane%20study_xdmg","p":336,"s":5,"h":1,"t":29,"uu":"arcane study|xdmg","n":"Arcane Study"},{"id":21820,"c":55,"u":"archive_xdmg","p":337,"s":5,"h":1,"t":29,"uu":"archive|xdmg","n":"Archive"},{"id":21821,"c":55,"u":"armory_xdmg","p":339,"s":5,"h":1,"t":29,"uu":"armory|xdmg","n":"Armory"},{"id":21822,"c":55,"u":"barrack_xdmg","p":339,"s":5,"h":1,"t":29,"uu":"barrack|xdmg","n":"Barrack"},{"id":21823,"c":55,"u":"bedroom_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"bedroom|xdmg","n":"Bedroom"},{"id":21824,"c":55,"u":"courtyard_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"courtyard|xdmg","n":"Courtyard"},{"id":21825,"c":55,"u":"demiplane_xdmg","p":340,"s":5,"h":1,"t":29,"uu":"demiplane|xdmg","n":"Demiplane"},{"id":21826,"c":55,"u":"dining%20room_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"dining room|xdmg","n":"Dining Room"},{"id":21827,"c":55,"u":"gaming%20hall_xdmg","p":340,"s":5,"h":1,"t":29,"uu":"gaming hall|xdmg","n":"Gaming Hall"},{"id":21828,"c":55,"u":"garden_xdmg","p":340,"s":5,"h":1,"t":29,"uu":"garden|xdmg","n":"Garden"},{"id":21829,"c":55,"u":"greenhouse_xdmg","p":341,"s":5,"h":1,"t":29,"uu":"greenhouse|xdmg","n":"Greenhouse"},{"id":21830,"c":55,"u":"guildhall_xdmg","p":341,"s":5,"h":1,"t":29,"uu":"guildhall|xdmg","n":"Guildhall"},{"id":21831,"c":55,"u":"kitchen_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"kitchen|xdmg","n":"Kitchen"},{"id":21832,"c":55,"u":"laboratory_xdmg","p":342,"s":5,"h":1,"t":29,"uu":"laboratory|xdmg","m":"bastions/XDMG/Laboratory.webp","n":"Laboratory"},{"id":21833,"c":55,"u":"library_xdmg","p":342,"s":5,"h":1,"t":29,"uu":"library|xdmg","m":"bastions/XDMG/Library.webp","n":"Library"},{"id":21834,"c":55,"u":"meditation%20chamber_xdmg","p":342,"s":5,"h":1,"t":29,"uu":"meditation chamber|xdmg","n":"Meditation Chamber"},{"id":21835,"c":55,"u":"menagerie_xdmg","p":343,"s":5,"h":1,"t":29,"uu":"menagerie|xdmg","n":"Menagerie"},{"id":21836,"c":55,"u":"observatory_xdmg","p":343,"s":5,"h":1,"t":29,"uu":"observatory|xdmg","m":"bastions/XDMG/Observatory.webp","n":"Observatory"},{"id":21837,"c":55,"u":"parlor_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"parlor|xdmg","n":"Parlor"},{"id":21838,"c":55,"u":"pub_xdmg","p":344,"s":5,"h":1,"t":29,"uu":"pub|xdmg","n":"Pub"},{"id":21839,"c":55,"u":"reliquary_xdmg","p":344,"s":5,"h":1,"t":29,"uu":"reliquary|xdmg","n":"Reliquary"},{"id":21840,"c":55,"u":"sacristy_xdmg","p":344,"s":5,"h":1,"t":29,"uu":"sacristy|xdmg","n":"Sacristy"},{"id":21841,"c":55,"u":"sanctuary_xdmg","p":345,"s":5,"h":1,"t":29,"uu":"sanctuary|xdmg","n":"Sanctuary"},{"id":21842,"c":55,"u":"sanctum_xdmg","p":346,"s":5,"h":1,"t":29,"uu":"sanctum|xdmg","n":"Sanctum"},{"id":21843,"c":55,"u":"scriptorium_xdmg","p":346,"s":5,"h":1,"t":29,"uu":"scriptorium|xdmg","m":"bastions/XDMG/Scriptorium.webp","n":"Scriptorium"},{"id":21844,"c":55,"u":"smithy_xdmg","p":347,"s":5,"h":1,"t":29,"uu":"smithy|xdmg","n":"Smithy"},{"id":21845,"c":55,"u":"stable_xdmg","p":347,"s":5,"h":1,"t":29,"uu":"stable|xdmg","n":"Stable"},{"id":21846,"c":55,"u":"storage_xdmg","p":335,"s":5,"h":1,"t":29,"uu":"storage|xdmg","n":"Storage"},{"id":21847,"c":55,"u":"storehouse_xdmg","p":347,"s":5,"h":1,"t":29,"uu":"storehouse|xdmg","n":"Storehouse"},{"id":21848,"c":55,"u":"teleportation%20circle_xdmg","p":347,"s":5,"h":1,"t":29,"uu":"teleportation circle|xdmg","n":"Teleportation Circle"},{"id":21849,"c":55,"u":"theater_xdmg","p":348,"s":5,"h":1,"t":29,"uu":"theater|xdmg","n":"Theater"},{"id":21850,"c":55,"u":"training%20area_xdmg","p":348,"s":5,"h":1,"t":29,"uu":"training area|xdmg","n":"Training Area"},{"id":21851,"c":55,"u":"trophy%20room_xdmg","p":349,"s":5,"h":1,"t":29,"uu":"trophy room|xdmg","n":"Trophy Room"},{"id":21852,"c":55,"u":"war%20room_xdmg","p":349,"s":5,"h":1,"t":29,"uu":"war room|xdmg","n":"War Room"},{"id":21853,"c":55,"u":"workshop_xdmg","p":349,"s":5,"h":1,"t":29,"uu":"workshop|xdmg","n":"Workshop"},{"id":21854,"c":46,"u":"scion%20of%20grolantor_bgg","p":165,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of grolantor|bgg","n":"Scion of Grolantor"},{"id":21855,"c":46,"u":"scion%20of%20memnor_bgg","p":167,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of memnor|bgg","n":"Scion of Memnor"},{"id":21856,"c":46,"u":"scion%20of%20skoraeus_bgg","p":169,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of skoraeus|bgg","n":"Scion of Skoraeus"},{"id":21857,"c":46,"u":"scion%20of%20stronmaus_bgg","p":171,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of stronmaus|bgg","n":"Scion of Stronmaus"},{"id":21858,"c":46,"u":"scion%20of%20surtur_bgg","p":173,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of surtur|bgg","n":"Scion of Surtur"},{"id":21859,"c":46,"u":"scion%20of%20thrym_bgg","p":175,"s":0,"h":1,"hx":1,"t":30,"uu":"scion of thrym|bgg","n":"Scion of Thrym"},{"id":21860,"c":46,"u":"aurnozci_bmt","s":1,"h":1,"hx":1,"t":30,"uu":"aurnozci|bmt","n":"Aurnozci"},{"id":21861,"c":46,"u":"hierophant%20medusa_bmt","s":1,"h":1,"hx":1,"t":30,"uu":"hierophant medusa|bmt","n":"Hierophant Medusa"},{"id":21862,"c":46,"u":"malaxxix_bmt","s":1,"h":1,"hx":1,"t":30,"uu":"malaxxix|bmt","n":"Malaxxix"},{"id":21863,"c":46,"u":"pazrodine_bmt","s":1,"h":1,"hx":1,"t":30,"uu":"pazrodine|bmt","n":"Pazrodine"},{"id":21864,"c":46,"u":"villain_bmt","s":1,"h":1,"hx":1,"t":30,"uu":"villain|bmt","n":"Villain"},{"id":21865,"c":46,"u":"amethyst%20dragon_ftd","p":160,"s":2,"h":1,"hx":1,"t":30,"uu":"amethyst dragon|ftd","n":"Amethyst Dragon"},{"id":21866,"c":46,"u":"ancient%20dragon%20turtle_ftd","p":191,"s":2,"h":1,"hx":1,"t":30,"uu":"ancient dragon turtle|ftd","n":"Ancient Dragon Turtle"},{"id":21867,"c":46,"u":"crystal%20dragon_ftd","p":171,"s":2,"h":1,"hx":1,"t":30,"uu":"crystal dragon|ftd","n":"Crystal Dragon"},{"id":21868,"c":46,"u":"deep%20dragon_ftd","p":174,"s":2,"h":1,"hx":1,"t":30,"uu":"deep dragon|ftd","n":"Deep Dragon"},{"id":21869,"c":46,"u":"emerald%20dragon_ftd","p":196,"s":2,"h":1,"hx":1,"t":30,"uu":"emerald dragon|ftd","n":"Emerald Dragon"},{"id":21870,"c":46,"u":"faerie%20dragon_ftd","p":118,"s":2,"h":1,"hx":1,"t":30,"uu":"faerie dragon|ftd","n":"Faerie Dragon"},{"id":21871,"c":46,"u":"moonstone%20dragon_ftd","p":212,"s":2,"h":1,"hx":1,"t":30,"uu":"moonstone dragon|ftd","n":"Moonstone Dragon"},{"id":21872,"c":46,"u":"sapphire%20dragon_ftd","p":215,"s":2,"h":1,"hx":1,"t":30,"uu":"sapphire dragon|ftd","n":"Sapphire Dragon"},{"id":21873,"c":46,"u":"shadow%20dragon_ftd","p":142,"s":2,"h":1,"hx":1,"t":30,"uu":"shadow dragon|ftd","n":"Shadow Dragon"},{"id":21874,"c":46,"u":"topaz%20dragon_ftd","p":221,"s":2,"h":1,"hx":1,"t":30,"uu":"topaz dragon|ftd","n":"Topaz Dragon"},{"id":21875,"c":46,"u":"balhannoth_mpmm","p":55,"s":3,"h":1,"hx":1,"t":30,"uu":"balhannoth|mpmm","n":"Balhannoth"},{"id":21876,"c":46,"u":"baphomet_mpmm","p":58,"s":3,"h":1,"hx":1,"t":30,"uu":"baphomet|mpmm","n":"Baphomet"},{"id":21877,"c":46,"u":"demogorgon_mpmm","p":90,"s":3,"h":1,"hx":1,"t":30,"uu":"demogorgon|mpmm","n":"Demogorgon"},{"id":21878,"c":46,"u":"drow%20matron%20mother_mpmm","p":104,"s":3,"h":1,"hx":1,"t":30,"uu":"drow matron mother|mpmm","n":"Drow Matron Mother"},{"id":21879,"c":46,"u":"elder%20brain_mpmm","p":120,"s":3,"h":1,"hx":1,"t":30,"uu":"elder brain|mpmm","n":"Elder Brain"},{"id":21880,"c":46,"u":"fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"hx":1,"t":30,"uu":"fraz-urb'luu|mpmm","n":"Fraz-Urb'luu"},{"id":21881,"c":46,"u":"geryon_mpmm","p":136,"s":3,"h":1,"hx":1,"t":30,"uu":"geryon|mpmm","n":"Geryon"},{"id":21882,"c":46,"u":"githzerai%20anarch_mpmm","p":142,"s":3,"h":1,"hx":1,"t":30,"uu":"githzerai anarch|mpmm","n":"Githzerai Anarch"},{"id":21883,"c":46,"u":"graz'zt_mpmm","p":148,"s":3,"h":1,"hx":1,"t":30,"uu":"graz'zt|mpmm","n":"Graz'zt"},{"id":21884,"c":46,"u":"juiblex_mpmm","p":160,"s":3,"h":1,"hx":1,"t":30,"uu":"juiblex|mpmm","n":"Juiblex"},{"id":21885,"c":46,"u":"ki-rin_mpmm","p":162,"s":3,"h":1,"hx":1,"t":30,"uu":"ki-rin|mpmm","n":"Ki-rin"},{"id":21886,"c":46,"u":"merrenoloth_mpmm","p":180,"s":3,"h":1,"hx":1,"t":30,"uu":"merrenoloth|mpmm","n":"Merrenoloth"},{"id":21887,"c":46,"u":"morkoth_mpmm","p":186,"s":3,"h":1,"hx":1,"t":30,"uu":"morkoth|mpmm","n":"Morkoth"},{"id":21888,"c":46,"u":"orcus_mpmm","p":204,"s":3,"h":1,"hx":1,"t":30,"uu":"orcus|mpmm","n":"Orcus"},{"id":21889,"c":46,"u":"storm%20giant%20quintessent_mpmm","p":235,"s":3,"h":1,"hx":1,"t":30,"uu":"storm giant quintessent|mpmm","n":"Storm Giant Quintessent"},{"id":21890,"c":46,"u":"yeenoghu_mpmm","p":270,"s":3,"h":1,"hx":1,"t":30,"uu":"yeenoghu|mpmm","n":"Yeenoghu"},{"id":21891,"c":46,"u":"zariel_mpmm","p":280,"s":3,"h":1,"hx":1,"t":30,"uu":"zariel|mpmm","n":"Zariel"},{"id":21892,"c":46,"u":"zuggtmoy_mpmm","p":281,"s":3,"h":1,"hx":1,"t":30,"uu":"zuggtmoy|mpmm","n":"Zuggtmoy"},{"id":21893,"c":46,"u":"aboleth_xmm","p":12,"s":7,"h":1,"hx":1,"t":30,"uu":"aboleth|xmm","n":"Aboleth"},{"id":21894,"c":46,"u":"arch-hag_xmm","p":20,"s":7,"h":1,"hx":1,"t":30,"uu":"arch-hag|xmm","n":"Arch-hag"},{"id":21895,"c":46,"u":"beholder_xmm","p":35,"s":7,"h":1,"hx":1,"t":30,"uu":"beholder|xmm","n":"Beholder"},{"id":21896,"c":46,"u":"black%20dragon_xmm","p":40,"s":7,"h":1,"hx":1,"t":30,"uu":"black dragon|xmm","n":"Black Dragon"},{"id":21897,"c":46,"u":"blue%20dragon_xmm","p":50,"s":7,"h":1,"hx":1,"t":30,"uu":"blue dragon|xmm","n":"Blue Dragon"},{"id":21898,"c":46,"u":"brass%20dragon_xmm","p":56,"s":7,"h":1,"hx":1,"t":30,"uu":"brass dragon|xmm","n":"Brass Dragon"},{"id":21899,"c":46,"u":"bronze%20dragon_xmm","p":60,"s":7,"h":1,"hx":1,"t":30,"uu":"bronze dragon|xmm","n":"Bronze Dragon"},{"id":21900,"c":46,"u":"copper%20dragon_xmm","p":80,"s":7,"h":1,"hx":1,"t":30,"uu":"copper dragon|xmm","n":"Copper Dragon"},{"id":21901,"c":46,"u":"death%20tyrant_xmm","p":94,"s":7,"h":1,"hx":1,"t":30,"uu":"death tyrant|xmm","n":"Death Tyrant"},{"id":21902,"c":46,"u":"demilich_xmm","p":96,"s":7,"h":1,"hx":1,"t":30,"uu":"demilich|xmm","n":"Demilich"},{"id":21903,"c":46,"u":"dracolich_xmm","p":102,"s":7,"h":1,"hx":1,"t":30,"uu":"dracolich|xmm","n":"Dracolich"},{"id":21904,"c":46,"u":"gold%20dragon_xmm","p":146,"s":7,"h":1,"hx":1,"t":30,"uu":"gold dragon|xmm","n":"Gold Dragon"},{"id":21905,"c":46,"u":"green%20dragon_xmm","p":154,"s":7,"h":1,"hx":1,"t":30,"uu":"green dragon|xmm","n":"Green Dragon"},{"id":21906,"c":46,"u":"kraken_xmm","p":187,"s":7,"h":1,"hx":1,"t":30,"uu":"kraken|xmm","n":"Kraken"},{"id":21907,"c":46,"u":"lich_xmm","p":196,"s":7,"h":1,"hx":1,"t":30,"uu":"lich|xmm","n":"Lich"},{"id":21908,"c":46,"u":"mummy%20lord_xmm","p":221,"s":7,"h":1,"hx":1,"t":30,"uu":"mummy lord|xmm","n":"Mummy Lord"},{"id":21909,"c":46,"u":"red%20dragon_xmm","p":256,"s":7,"h":1,"hx":1,"t":30,"uu":"red dragon|xmm","n":"Red Dragon"},{"id":21910,"c":46,"u":"shadow%20dragon_xmm","p":274,"s":7,"h":1,"hx":1,"t":30,"uu":"shadow dragon|xmm","n":"Shadow Dragon"},{"id":21911,"c":46,"u":"silver%20dragon_xmm","p":280,"s":7,"h":1,"hx":1,"t":30,"uu":"silver dragon|xmm","n":"Silver Dragon"},{"id":21912,"c":46,"u":"sphinx_xmm","p":294,"s":7,"h":1,"hx":1,"t":30,"uu":"sphinx|xmm","n":"Sphinx"},{"id":21913,"c":46,"u":"unicorn_xmm","p":313,"s":7,"h":1,"hx":1,"t":30,"uu":"unicorn|xmm","n":"Unicorn"},{"id":21914,"c":46,"u":"vampire_xmm","p":316,"s":7,"h":1,"hx":1,"t":30,"uu":"vampire|xmm","n":"Vampire"},{"id":21915,"c":46,"u":"white%20dragon_xmm","p":330,"s":7,"h":1,"hx":1,"t":30,"uu":"white dragon|xmm","n":"White Dragon"},{"id":21916,"c":46,"u":"archdevil_coa","p":235,"s":9,"h":1,"hx":1,"t":30,"uu":"archdevil|coa","n":"Archdevil"},{"id":21917,"c":46,"u":"asmodeus_coa","p":216,"s":9,"h":1,"hx":1,"t":30,"uu":"asmodeus|coa","n":"Asmodeus"},{"id":21918,"c":46,"u":"baalzebul_coa","p":218,"s":9,"h":1,"hx":1,"t":30,"uu":"baalzebul|coa","n":"Baalzebul"},{"id":21919,"c":46,"u":"bel_coa","p":234,"s":9,"h":1,"hx":1,"t":30,"uu":"bel|coa","n":"Bel"},{"id":21920,"c":46,"u":"belial_coa","p":220,"s":9,"h":1,"hx":1,"t":30,"uu":"belial|coa","n":"Belial"},{"id":21921,"c":46,"u":"dispater_coa","p":222,"s":9,"h":1,"hx":1,"t":30,"uu":"dispater|coa","n":"Dispater"},{"id":21922,"c":46,"u":"fierna_coa","p":225,"s":9,"h":1,"hx":1,"t":30,"uu":"fierna|coa","n":"Fierna"},{"id":21923,"c":46,"u":"glasya_coa","p":226,"s":9,"h":1,"hx":1,"t":30,"uu":"glasya|coa","n":"Glasya"},{"id":21924,"c":46,"u":"greater%20tyrant%20shadow_coa","p":254,"s":9,"h":1,"hx":1,"t":30,"uu":"greater tyrant shadow|coa","n":"Greater Tyrant Shadow"},{"id":21925,"c":46,"u":"levistus_coa","p":228,"s":9,"h":1,"hx":1,"t":30,"uu":"levistus|coa","n":"Levistus"},{"id":21926,"c":46,"u":"mammon_coa","p":230,"s":9,"h":1,"hx":1,"t":30,"uu":"mammon|coa","n":"Mammon"},{"id":21927,"c":46,"u":"mephistopheles_coa","p":232,"s":9,"h":1,"hx":1,"t":30,"uu":"mephistopheles|coa","n":"Mephistopheles"},{"id":21928,"c":46,"u":"zariel_coa","p":235,"s":9,"h":1,"hx":1,"t":30,"uu":"zariel|coa","n":"Zariel"},{"id":21929,"c":46,"u":"baalzebul_mabjov","p":91,"s":11,"h":1,"hx":1,"t":30,"uu":"baalzebul|mabjov","n":"Baalzebul"},{"id":21930,"c":46,"u":"cryonax_mabjov","p":97,"s":11,"h":1,"hx":1,"t":30,"uu":"cryonax|mabjov","n":"Cryonax"},{"id":21931,"c":46,"u":"mephistopheles_mabjov","p":99,"s":11,"h":1,"hx":1,"t":30,"uu":"mephistopheles|mabjov","n":"Mephistopheles"},{"id":21932,"c":46,"u":"pazuzu_mabjov","p":103,"s":11,"h":1,"hx":1,"t":30,"uu":"pazuzu|mabjov","n":"Pazuzu"},{"id":21933,"c":46,"u":"ssendam%2c%20lord%20of%20madness_mabjov","p":105,"s":11,"h":1,"hx":1,"t":30,"uu":"ssendam, lord of madness|mabjov","n":"Ssendam, Lord of Madness"},{"id":21934,"c":46,"u":"sapphire%20dragon_sads","p":215,"s":13,"h":1,"hx":1,"t":30,"uu":"sapphire dragon|sads","n":"Sapphire Dragon"},{"id":21935,"c":46,"u":"ancient%20deep%20crow_ai","p":211,"s":15,"h":1,"hx":1,"t":30,"uu":"ancient deep crow|ai","n":"Ancient Deep Crow"},{"id":21936,"c":46,"u":"lunar%20dragon_bam","s":16,"h":1,"hx":1,"t":30,"uu":"lunar dragon|bam","n":"Lunar Dragon"},{"id":21937,"c":46,"u":"solar%20dragon_bam","p":50,"s":16,"h":1,"hx":1,"t":30,"uu":"solar dragon|bam","n":"Solar Dragon"},{"id":21938,"c":46,"u":"lichen%20lich_cm","p":223,"s":18,"h":1,"hx":1,"t":30,"uu":"lichen lich|cm","n":"Lichen Lich"},{"id":21939,"c":46,"u":"nintra%20siotta_cm","p":197,"s":18,"h":1,"hx":1,"t":30,"uu":"nintra siotta|cm","n":"Nintra Siotta"},{"id":21940,"c":46,"u":"valin%20sarnaster_cm","p":182,"s":18,"h":1,"hx":1,"t":30,"uu":"valin sarnaster|cm","n":"Valin Sarnaster"},{"id":21941,"c":46,"u":"zikzokrishka_cm","p":209,"s":18,"h":1,"hx":1,"t":30,"uu":"zikzokrishka|cm","n":"Zikzokrishka"},{"id":21942,"c":46,"u":"strahd%20von%20zarovich_cos","p":240,"s":19,"h":1,"hx":1,"t":30,"uu":"strahd von zarovich|cos","n":"Strahd von Zarovich"},{"id":21943,"c":46,"u":"alyxian%20the%20absolved_crcotn","s":20,"h":1,"hx":1,"dP":1,"t":30,"uu":"alyxian the absolved|crcotn","n":"Alyxian the Absolved"},{"id":21944,"c":46,"u":"alyxian%20the%20callous_crcotn","s":20,"h":1,"hx":1,"dP":1,"t":30,"uu":"alyxian the callous|crcotn","n":"Alyxian the Callous"},{"id":21945,"c":46,"u":"alyxian%20the%20dispossessed_crcotn","s":20,"h":1,"hx":1,"dP":1,"t":30,"uu":"alyxian the dispossessed|crcotn","n":"Alyxian the Dispossessed"},{"id":21946,"c":46,"u":"alyxian%20the%20tormented_crcotn","s":20,"h":1,"hx":1,"dP":1,"t":30,"uu":"alyxian the tormented|crcotn","n":"Alyxian the Tormented"},{"id":21947,"c":46,"u":"gravekeeper_dodk","s":25,"h":1,"hx":1,"dP":1,"t":30,"uu":"gravekeeper|dodk","n":"Gravekeeper"},{"id":21948,"c":46,"u":"sea%20fury_egw","p":299,"s":28,"h":1,"hx":1,"dP":1,"t":30,"uu":"sea fury|egw","n":"Sea Fury"},{"id":21949,"c":46,"u":"belashyrra_erlw","p":286,"s":29,"h":1,"hx":1,"t":30,"uu":"belashyrra|erlw","n":"Belashyrra"},{"id":21950,"c":46,"u":"dyrrn_erlw","p":288,"s":29,"h":1,"hx":1,"t":30,"uu":"dyrrn|erlw","n":"Dyrrn"},{"id":21951,"c":46,"u":"blightscale%20dragon_ghloe","s":32,"h":1,"hx":1,"dP":1,"t":30,"uu":"blightscale dragon|ghloe","n":"Blightscale Dragon"},{"id":21952,"c":46,"u":"gegazol_ghloe","s":32,"h":1,"hx":1,"dP":1,"t":30,"uu":"gegazol|ghloe","n":"Gegazol"},{"id":21953,"c":46,"u":"riverine_jttrc","s":38,"h":1,"hx":1,"t":30,"uu":"riverine|jttrc","n":"Riverine"},{"id":21954,"c":46,"u":"aboleth_mm","p":13,"s":44,"h":1,"hx":1,"t":30,"uu":"aboleth|mm","n":"Aboleth"},{"id":21955,"c":46,"u":"beholder_mm","p":28,"s":44,"h":1,"hx":1,"t":30,"uu":"beholder|mm","n":"Beholder"},{"id":21956,"c":46,"u":"black%20dragon_mm","p":88,"s":44,"h":1,"hx":1,"t":30,"uu":"black dragon|mm","n":"Black Dragon"},{"id":21957,"c":46,"u":"blue%20dragon_mm","p":91,"s":44,"h":1,"hx":1,"t":30,"uu":"blue dragon|mm","n":"Blue Dragon"},{"id":21958,"c":46,"u":"brass%20dragon_mm","p":105,"s":44,"h":1,"hx":1,"t":30,"uu":"brass dragon|mm","n":"Brass Dragon"},{"id":21959,"c":46,"u":"bronze%20dragon_mm","p":108,"s":44,"h":1,"hx":1,"t":30,"uu":"bronze dragon|mm","n":"Bronze Dragon"},{"id":21960,"c":46,"u":"copper%20dragon_mm","p":112,"s":44,"h":1,"hx":1,"t":30,"uu":"copper dragon|mm","n":"Copper Dragon"},{"id":21961,"c":46,"u":"death%20tyrant_mm","p":29,"s":44,"h":1,"hx":1,"t":30,"uu":"death tyrant|mm","n":"Death Tyrant"},{"id":21962,"c":46,"u":"demilich_mm","p":48,"s":44,"h":1,"hx":1,"t":30,"uu":"demilich|mm","n":"Demilich"},{"id":21963,"c":46,"u":"gold%20dragon_mm","p":114,"s":44,"h":1,"hx":1,"t":30,"uu":"gold dragon|mm","n":"Gold Dragon"},{"id":21964,"c":46,"u":"green%20dragon_mm","p":94,"s":44,"h":1,"hx":1,"t":30,"uu":"green dragon|mm","n":"Green Dragon"},{"id":21965,"c":46,"u":"green%20hag_mm","p":177,"s":44,"h":1,"hx":1,"t":30,"uu":"green hag|mm","n":"Green Hag"},{"id":21966,"c":46,"u":"kraken_mm","p":197,"s":44,"h":1,"hx":1,"t":30,"uu":"kraken|mm","n":"Kraken"},{"id":21967,"c":46,"u":"lich_mm","p":202,"s":44,"h":1,"hx":1,"t":30,"uu":"lich|mm","n":"Lich"},{"id":21968,"c":46,"u":"mummy%20lord_mm","p":229,"s":44,"h":1,"hx":1,"t":30,"uu":"mummy lord|mm","n":"Mummy Lord"},{"id":21969,"c":46,"u":"night%20hag_mm","p":178,"s":44,"h":1,"hx":1,"t":30,"uu":"night hag|mm","n":"Night Hag"},{"id":21970,"c":46,"u":"red%20dragon_mm","p":98,"s":44,"h":1,"hx":1,"t":30,"uu":"red dragon|mm","n":"Red Dragon"},{"id":21971,"c":46,"u":"sea%20hag_mm","p":179,"s":44,"h":1,"hx":1,"t":30,"uu":"sea hag|mm","n":"Sea Hag"},{"id":21972,"c":46,"u":"silver%20dragon_mm","p":117,"s":44,"h":1,"hx":1,"t":30,"uu":"silver dragon|mm","n":"Silver Dragon"},{"id":21973,"c":46,"u":"sphinx_mm","p":281,"s":44,"h":1,"hx":1,"t":30,"uu":"sphinx|mm","n":"Sphinx"},{"id":21974,"c":46,"u":"unicorn_mm","p":294,"s":44,"h":1,"hx":1,"t":30,"uu":"unicorn|mm","n":"Unicorn"},{"id":21975,"c":46,"u":"vampire_mm","p":297,"s":44,"h":1,"hx":1,"t":30,"uu":"vampire|mm","n":"Vampire"},{"id":21976,"c":46,"u":"white%20dragon_mm","p":101,"s":44,"h":1,"hx":1,"t":30,"uu":"white dragon|mm","n":"White Dragon"},{"id":21977,"c":46,"u":"arasta_mot","p":248,"s":45,"h":1,"hx":1,"t":30,"uu":"arasta|mot","n":"Arasta"},{"id":21978,"c":46,"u":"hythonia_mot","p":252,"s":45,"h":1,"hx":1,"t":30,"uu":"hythonia|mot","n":"Hythonia"},{"id":21979,"c":46,"u":"tromokratis_mot","p":254,"s":45,"h":1,"hx":1,"t":30,"uu":"tromokratis|mot","n":"Tromokratis"},{"id":21980,"c":46,"u":"baernaloth_mpp","s":46,"h":1,"hx":1,"t":30,"uu":"baernaloth|mpp","n":"Baernaloth"},{"id":21981,"c":46,"u":"darkweaver_mpp","s":46,"h":1,"hx":1,"t":30,"uu":"darkweaver|mpp","n":"Darkweaver"},{"id":21982,"c":46,"u":"time%20dragon_mpp","s":46,"h":1,"hx":1,"t":30,"uu":"time dragon|mpp","n":"Time Dragon"},{"id":21983,"c":46,"u":"balhannoth_mtf","p":119,"s":47,"h":1,"hx":1,"t":30,"uu":"balhannoth|mtf","n":"Balhannoth"},{"id":21984,"c":46,"u":"baphomet_mtf","p":143,"s":47,"h":1,"hx":1,"t":30,"uu":"baphomet|mtf","n":"Baphomet"},{"id":21985,"c":46,"u":"demogorgon_mtf","p":144,"s":47,"h":1,"hx":1,"t":30,"uu":"demogorgon|mtf","n":"Demogorgon"},{"id":21986,"c":46,"u":"fraz-urb'luu_mtf","p":146,"s":47,"h":1,"hx":1,"t":30,"uu":"fraz-urb'luu|mtf","n":"Fraz-Urb'luu"},{"id":21987,"c":46,"u":"geryon_mtf","p":173,"s":47,"h":1,"hx":1,"t":30,"uu":"geryon|mtf","n":"Geryon"},{"id":21988,"c":46,"u":"githzerai%20anarch_mtf","p":207,"s":47,"h":1,"hx":1,"t":30,"uu":"githzerai anarch|mtf","n":"Githzerai Anarch"},{"id":21989,"c":46,"u":"graz'zt_mtf","p":149,"s":47,"h":1,"hx":1,"t":30,"uu":"graz'zt|mtf","n":"Graz'zt"},{"id":21990,"c":46,"u":"juiblex_mtf","p":151,"s":47,"h":1,"hx":1,"t":30,"uu":"juiblex|mtf","n":"Juiblex"},{"id":21991,"c":46,"u":"merrenoloth_mtf","p":250,"s":47,"h":1,"hx":1,"t":30,"uu":"merrenoloth|mtf","n":"Merrenoloth"},{"id":21992,"c":46,"u":"orcus_mtf","p":153,"s":47,"h":1,"hx":1,"t":30,"uu":"orcus|mtf","n":"Orcus"},{"id":21993,"c":46,"u":"yeenoghu_mtf","p":155,"s":47,"h":1,"hx":1,"t":30,"uu":"yeenoghu|mtf","n":"Yeenoghu"},{"id":21994,"c":46,"u":"zariel_mtf","p":180,"s":47,"h":1,"hx":1,"t":30,"uu":"zariel|mtf","n":"Zariel"},{"id":21995,"c":46,"u":"zuggtmoy_mtf","p":157,"s":47,"h":1,"hx":1,"t":30,"uu":"zuggtmoy|mtf","n":"Zuggtmoy"},{"id":21996,"c":46,"u":"aerisi%20kalinoth_pota","p":192,"s":52,"h":1,"hx":1,"t":30,"uu":"aerisi kalinoth|pota","n":"Aerisi Kalinoth"},{"id":21997,"c":46,"u":"gar%20shatterkeel_pota","p":208,"s":52,"h":1,"hx":1,"t":30,"uu":"gar shatterkeel|pota","n":"Gar Shatterkeel"},{"id":21998,"c":46,"u":"imix_pota","p":214,"s":52,"h":1,"hx":1,"t":30,"uu":"imix|pota","n":"Imix"},{"id":21999,"c":46,"u":"marlos%20urnrayle_pota","p":199,"s":52,"h":1,"hx":1,"t":30,"uu":"marlos urnrayle|pota","n":"Marlos Urnrayle"},{"id":22000,"c":46,"u":"ogr%c3%a9moch_pota","p":216,"s":52,"h":1,"hx":1,"t":30,"uu":"ogrémoch|pota","n":"Ogremoch"},{"id":22001,"c":46,"u":"olhydra_pota","p":218,"s":52,"h":1,"hx":1,"t":30,"uu":"olhydra|pota","n":"Olhydra"},{"id":22002,"c":46,"u":"vanifer_pota","p":203,"s":52,"h":1,"hx":1,"t":30,"uu":"vanifer|pota","n":"Vanifer"},{"id":22003,"c":46,"u":"yan-c-bin_pota","p":221,"s":52,"h":1,"hx":1,"t":30,"uu":"yan-c-bin|pota","n":"Yan-C-Bin"},{"id":22004,"c":46,"u":"froghemoth%20elder_qftis","s":53,"h":1,"hx":1,"t":30,"uu":"froghemoth elder|qftis","n":"Froghemoth Elder"},{"id":22005,"c":46,"u":"nafas_qftis","s":53,"h":1,"hx":1,"t":30,"uu":"nafas|qftis","n":"Nafas"},{"id":22006,"c":46,"u":"the%20gardener_qftis","s":53,"h":1,"hx":1,"t":30,"uu":"the gardener|qftis","n":"The Gardener"},{"id":22007,"c":46,"u":"zargon%20the%20returner_qftis","s":53,"h":1,"hx":1,"t":30,"uu":"zargon the returner|qftis","n":"Zargon the Returner"},{"id":22008,"c":46,"u":"murgaxor_scc","p":180,"s":56,"h":1,"hx":1,"t":30,"uu":"murgaxor|scc","n":"Murgaxor"},{"id":22009,"c":46,"u":"bear%20king_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"bear king|tob1-2023","n":"Bear King"},{"id":22010,"c":46,"u":"cave%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"cave dragon|tob1-2023","n":"Cave Dragon"},{"id":22011,"c":46,"u":"demon%20lord%20mechuiti_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"demon lord mechuiti|tob1-2023","n":"Demon Lord Mechuiti"},{"id":22012,"c":46,"u":"demon%20lord%20qorgeth_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"demon lord qorgeth|tob1-2023","n":"Demon Lord Qorgeth"},{"id":22013,"c":46,"u":"flame%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"flame dragon|tob1-2023","n":"Flame Dragon"},{"id":22014,"c":46,"u":"hraesvelgr_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"hraesvelgr|tob1-2023","n":"Hraesvelgr"},{"id":22015,"c":46,"u":"lord%20of%20the%20hunt_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"lord of the hunt|tob1-2023","n":"Lord of the Hunt"},{"id":22016,"c":46,"u":"mithral%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"mithral dragon|tob1-2023","n":"Mithral Dragon"},{"id":22017,"c":46,"u":"moonlit%20king_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"moonlit king|tob1-2023","n":"Moonlit King"},{"id":22018,"c":46,"u":"nihileth%20aboleth_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"nihileth aboleth|tob1-2023","n":"Nihileth Aboleth"},{"id":22019,"c":46,"u":"pact%20vampire_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"pact vampire|tob1-2023","n":"Pact Vampire"},{"id":22020,"c":46,"u":"queen%20of%20night%20and%20magic_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"queen of night and magic|tob1-2023","n":"Queen of Night and Magic"},{"id":22021,"c":46,"u":"queen%20of%20witches_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"queen of witches|tob1-2023","n":"Queen of Witches"},{"id":22022,"c":46,"u":"river%20king_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"river king|tob1-2023","n":"River King"},{"id":22023,"c":46,"u":"sea%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"sea dragon|tob1-2023","n":"Sea Dragon"},{"id":22024,"c":46,"u":"snow%20queen_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"snow queen|tob1-2023","n":"Snow Queen"},{"id":22025,"c":46,"u":"tosculi%20hive%20queen_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"tosculi hive queen|tob1-2023","n":"Tosculi Hive Queen"},{"id":22026,"c":46,"u":"void%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"void dragon|tob1-2023","n":"Void Dragon"},{"id":22027,"c":46,"u":"wind%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"wind dragon|tob1-2023","n":"Wind Dragon"},{"id":22028,"c":46,"u":"zmey_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"t":30,"uu":"zmey|tob1-2023","n":"Zmey"},{"id":22029,"c":46,"u":"annis%20hag_vgm","p":159,"s":66,"h":1,"hx":1,"t":30,"uu":"annis hag|vgm","n":"Annis Hag"},{"id":22030,"c":46,"u":"bheur%20hag_vgm","p":160,"s":66,"h":1,"hx":1,"t":30,"uu":"bheur hag|vgm","n":"Bheur Hag"},{"id":22031,"c":46,"u":"elder%20brain_vgm","p":173,"s":66,"h":1,"hx":1,"t":30,"uu":"elder brain|vgm","n":"Elder Brain"},{"id":22032,"c":46,"u":"hag_vgm","p":159,"s":66,"h":1,"hx":1,"t":30,"uu":"hag|vgm","n":"Hag"},{"id":22033,"c":46,"u":"illithilich_vgm","p":172,"s":66,"h":1,"hx":1,"t":30,"uu":"illithilich|vgm","n":"Illithilich"},{"id":22034,"c":46,"u":"ki-rin_vgm","p":163,"s":66,"h":1,"hx":1,"t":30,"uu":"ki-rin|vgm","n":"Ki-rin"},{"id":22035,"c":46,"u":"morkoth_vgm","p":177,"s":66,"h":1,"hx":1,"t":30,"uu":"morkoth|vgm","n":"Morkoth"},{"id":22036,"c":46,"u":"storm%20giant%20quintessent_vgm","p":151,"s":66,"h":1,"hx":1,"t":30,"uu":"storm giant quintessent|vgm","n":"Storm Giant Quintessent"},{"id":22037,"c":46,"u":"captain%20n'ghathrod_wdmm","p":250,"s":70,"h":1,"hx":1,"t":30,"uu":"captain n'ghathrod|wdmm","n":"Captain N'ghathrod"},{"id":22038,"c":46,"u":"fazrian_wdmm","p":275,"s":70,"h":1,"hx":1,"t":30,"uu":"fazrian|wdmm","n":"Fazrian"},{"id":22039,"c":46,"u":"halaster%20blackcloak_wdmm","p":310,"s":70,"h":1,"hx":1,"t":30,"uu":"halaster blackcloak|wdmm","n":"Halaster Blackcloak"},{"id":22040,"c":46,"u":"keresta%20delvingstone_wdmm","p":232,"s":70,"h":1,"hx":1,"t":30,"uu":"keresta delvingstone|wdmm","n":"Keresta Delvingstone"},{"id":22041,"c":46,"u":"kyrilla%2c%20accursed%20gorgon_aitfr-dn","p":12,"s":72,"h":1,"hx":1,"t":30,"uu":"kyrilla, accursed gorgon|aitfr-dn","n":"Kyrilla, Accursed Gorgon"},{"id":22042,"c":46,"u":"thessalkraken_imr","p":87,"s":79,"h":1,"hx":1,"t":30,"uu":"thessalkraken|imr","n":"Thessalkraken"},{"id":22043,"c":46,"u":"gar%20shatterkeel_lr","p":18,"s":81,"h":1,"hx":1,"t":30,"uu":"gar shatterkeel|lr","n":"Gar Shatterkeel"},{"id":22044,"c":31,"u":"apparatus%20of%20kwalish_xdmg","p":229,"s":5,"h":1,"t":31,"uu":"apparatus of kwalish|xdmg","m":"vehicles/tokens/XDMG/Apparatus of Kwalish.webp","n":"Apparatus of Kwalish"},{"id":22045,"c":31,"u":"bombard_aag","p":26,"s":102,"h":1,"t":31,"uu":"bombard|aag","m":"vehicles/tokens/AAG/Bombard.webp","n":"Bombard"},{"id":22046,"c":31,"u":"damselfly%20ship_aag","p":26,"s":102,"h":1,"t":31,"uu":"damselfly ship|aag","m":"vehicles/tokens/AAG/Damselfly Ship.webp","n":"Damselfly Ship"},{"id":22047,"c":31,"u":"flying%20fish%20ship_aag","p":26,"s":102,"h":1,"t":31,"uu":"flying fish ship|aag","m":"vehicles/tokens/AAG/Flying Fish Ship.webp","n":"Flying Fish Ship"},{"id":22048,"c":31,"u":"hammerhead%20ship_aag","p":32,"s":102,"h":1,"t":31,"uu":"hammerhead ship|aag","m":"vehicles/tokens/AAG/Hammerhead Ship.webp","n":"Hammerhead Ship"},{"id":22049,"c":31,"u":"lamprey%20ship_aag","p":34,"s":102,"h":1,"t":31,"uu":"lamprey ship|aag","m":"vehicles/tokens/AAG/Lamprey Ship.webp","n":"Lamprey Ship"},{"id":22050,"c":31,"u":"living%20ship_aag","p":36,"s":102,"h":1,"t":31,"uu":"living ship|aag","m":"vehicles/tokens/AAG/Living Ship.webp","n":"Living Ship"},{"id":22051,"c":31,"u":"nautiloid_aag","p":38,"s":102,"h":1,"t":31,"uu":"nautiloid|aag","m":"vehicles/tokens/AAG/Nautiloid.webp","n":"Nautiloid"},{"id":22052,"c":31,"u":"nightspider_aag","p":40,"s":102,"h":1,"t":31,"uu":"nightspider|aag","m":"vehicles/tokens/AAG/Nightspider.webp","n":"Nightspider"},{"id":22053,"c":31,"u":"scorpion%20ship_aag","p":42,"s":102,"h":1,"t":31,"uu":"scorpion ship|aag","m":"vehicles/tokens/AAG/Scorpion Ship.webp","n":"Scorpion Ship"},{"id":22054,"c":31,"u":"shrike%20ship_aag","p":44,"s":102,"h":1,"t":31,"uu":"shrike ship|aag","m":"vehicles/tokens/AAG/Shrike Ship.webp","n":"Shrike Ship"},{"id":22055,"c":31,"u":"space%20galleon_aag","p":46,"s":102,"h":1,"t":31,"uu":"space galleon|aag","m":"vehicles/tokens/AAG/Space Galleon.webp","n":"Space Galleon"},{"id":22056,"c":31,"u":"squid%20ship_aag","p":48,"s":102,"h":1,"t":31,"uu":"squid ship|aag","m":"vehicles/tokens/AAG/Squid Ship.webp","n":"Squid Ship"},{"id":22057,"c":31,"u":"star%20moth_aag","p":50,"s":102,"h":1,"t":31,"uu":"star moth|aag","m":"vehicles/tokens/AAG/Star Moth.webp","n":"Star Moth"},{"id":22058,"c":31,"u":"turtle%20ship_aag","p":52,"s":102,"h":1,"t":31,"uu":"turtle ship|aag","m":"vehicles/tokens/AAG/Turtle Ship.webp","n":"Turtle Ship"},{"id":22059,"c":31,"u":"tyrant%20ship_aag","p":54,"s":102,"h":1,"t":31,"uu":"tyrant ship|aag","m":"vehicles/tokens/AAG/Tyrant Ship.webp","n":"Tyrant Ship"},{"id":22060,"c":31,"u":"wasp%20ship_aag","p":56,"s":102,"h":1,"t":31,"uu":"wasp ship|aag","m":"vehicles/tokens/AAG/Wasp Ship.webp","n":"Wasp Ship"},{"id":22061,"c":31,"u":"battle%20balloon_ai","p":218,"s":15,"h":1,"t":31,"uu":"battle balloon|ai","m":"vehicles/tokens/AI/Battle Balloon.webp","n":"Battle Balloon"},{"id":22062,"c":31,"u":"mechanical%20beholder_ai","p":219,"s":15,"h":1,"t":31,"uu":"mechanical beholder|ai","m":"vehicles/tokens/AI/Mechanical Beholder.webp","n":"Mechanical Beholder"},{"id":22063,"c":31,"u":"demon%20grinder_bgdia","p":219,"s":17,"h":1,"t":31,"uu":"demon grinder|bgdia","m":"vehicles/tokens/BGDIA/Demon Grinder.webp","n":"Demon Grinder"},{"id":22064,"c":31,"u":"devil's%20ride_bgdia","p":218,"s":17,"h":1,"t":31,"uu":"devil's ride|bgdia","m":"vehicles/tokens/BGDIA/Devil's Ride.webp","n":"Devil's Ride"},{"id":22065,"c":31,"u":"scavenger_bgdia","p":219,"s":17,"h":1,"t":31,"uu":"scavenger|bgdia","m":"vehicles/tokens/BGDIA/Scavenger.webp","n":"Scavenger"},{"id":22066,"c":31,"u":"tormentor_bgdia","p":218,"s":17,"h":1,"t":31,"uu":"tormentor|bgdia","m":"vehicles/tokens/BGDIA/Tormentor.webp","n":"Tormentor"},{"id":22067,"c":31,"u":"stahlmaster_dd","p":235,"s":122,"h":1,"dP":1,"t":31,"uu":"stahlmaster|dd","m":"vehicles/tokens/DD/Stahlmaster.webp","n":"Stahlmaster"},{"id":22068,"c":31,"u":"tasha's%20creeping%20keelboat_ditlcot","p":15,"s":23,"h":1,"t":31,"uu":"tasha's creeping keelboat|ditlcot","m":"vehicles/tokens/DitLCoT/Tasha's Creeping Keelboat.webp","n":"Tasha's Creeping Keelboat"},{"id":22069,"c":31,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"t":31,"uu":"apparatus of kwalish|dmg","m":"vehicles/tokens/DMG/Apparatus of Kwalish.webp","n":"Apparatus of Kwalish"},{"id":22070,"c":31,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"t":31,"uu":"apparatus of kwalish|dmg","m":"vehicles/tokens/DMG/Apparatus of Kwalish.webp","n":"Apparatus of the Crab"},{"id":22071,"c":31,"u":"galley_gos","p":187,"s":33,"h":1,"t":31,"uu":"galley|gos","m":"vehicles/tokens/GoS/Galley.webp","n":"Galley"},{"id":22072,"c":31,"u":"keelboat_gos","p":188,"s":33,"h":1,"t":31,"uu":"keelboat|gos","m":"vehicles/tokens/GoS/Keelboat.webp","n":"Keelboat"},{"id":22073,"c":31,"u":"longship_gos","p":190,"s":33,"h":1,"t":31,"uu":"longship|gos","m":"vehicles/tokens/GoS/Longship.webp","n":"Longship"},{"id":22074,"c":31,"u":"rowboat_gos","p":190,"s":33,"h":1,"t":31,"uu":"rowboat|gos","m":"vehicles/tokens/GoS/Rowboat.webp","n":"Rowboat"},{"id":22075,"c":31,"u":"sailing%20ship_gos","p":192,"s":33,"h":1,"t":31,"uu":"sailing ship|gos","m":"vehicles/tokens/GoS/Sailing Ship.webp","n":"Sailing Ship"},{"id":22076,"c":31,"u":"warship_gos","p":194,"s":33,"h":1,"t":31,"uu":"warship|gos","m":"vehicles/tokens/GoS/Warship.webp","n":"Warship"},{"id":22077,"c":31,"u":"astral%20brig_mtf","p":90,"s":47,"h":1,"t":31,"uu":"astral brig|mtf","m":"vehicles/tokens/MTF/Astral Brig.webp","n":"Astral Brig"},{"id":22078,"c":31,"u":"astral%20skiff_mtf","p":90,"s":47,"h":1,"t":31,"uu":"astral skiff|mtf","m":"vehicles/tokens/MTF/Astral Skiff.webp","n":"Astral Skiff"},{"id":22079,"c":31,"u":"planar%20raider_mtf","p":90,"s":47,"h":1,"t":31,"uu":"planar raider|mtf","m":"vehicles/tokens/MTF/Planar Raider.webp","n":"Planar Raider"},{"id":22080,"c":31,"u":"venatrix_veor","s":65,"h":1,"t":31,"uu":"venatrix|veor","m":"vehicles/tokens/VEoR/Venatrix.webp","n":"Venatrix"},{"id":22090,"c":35,"u":"arcane%20artillery_gos","p":197,"s":33,"h":1,"t":32,"uu":"arcane artillery|gos","n":"Arcane Artillery"},{"id":22092,"c":35,"u":"churning%20hull_gos","p":196,"s":33,"h":1,"t":32,"uu":"churning hull|gos","n":"Churning Hull"},{"id":22093,"c":35,"u":"clockwork%20oars_gos","p":197,"s":33,"h":1,"t":32,"uu":"clockwork oars|gos","n":"Clockwork Oars"},{"id":22094,"c":35,"u":"concussive%20rounds_gos","p":197,"s":33,"h":1,"t":32,"uu":"concussive rounds|gos","n":"Concussive Rounds"},{"id":22095,"c":35,"u":"death%20vessel_gos","p":196,"s":33,"h":1,"t":32,"uu":"death vessel|gos","n":"Death Vessel"},{"id":22096,"c":35,"u":"defiant%20sails_gos","p":197,"s":33,"h":1,"t":32,"uu":"defiant sails|gos","n":"Defiant Sails"},{"id":22097,"c":35,"u":"dragon%20sails_gos","p":197,"s":33,"h":1,"t":32,"uu":"dragon sails|gos","n":"Dragon Sails"},{"id":22098,"c":35,"u":"ever-full%20sails_gos","p":197,"s":33,"h":1,"t":32,"uu":"ever-full sails|gos","n":"Ever-Full Sails"},{"id":22099,"c":35,"u":"explosive%20rounds_gos","p":197,"s":33,"h":1,"t":32,"uu":"explosive rounds|gos","n":"Explosive Rounds"},{"id":22100,"c":35,"u":"frost-locked%20hull_gos","p":196,"s":33,"h":1,"t":32,"uu":"frost-locked hull|gos","n":"Frost-Locked Hull"},{"id":22101,"c":35,"u":"grasping%20rounds_gos","p":197,"s":33,"h":1,"t":32,"uu":"grasping rounds|gos","n":"Grasping Rounds"},{"id":22102,"c":35,"u":"guardian%20figurehead_gos","p":198,"s":33,"h":1,"t":32,"uu":"guardian figurehead|gos","n":"Guardian Figurehead"},{"id":22103,"c":35,"u":"living%20vessel_gos","p":196,"s":33,"h":1,"t":32,"uu":"living vessel|gos","n":"Living Vessel"},{"id":22104,"c":35,"u":"red%20dragon%20figurehead_gos","p":198,"s":33,"h":1,"t":32,"uu":"red dragon figurehead|gos","n":"Red Dragon Figurehead"},{"id":22105,"c":35,"u":"reinforced%20hull_gos","p":197,"s":33,"h":1,"t":32,"uu":"reinforced hull|gos","n":"Reinforced Hull"},{"id":22106,"c":35,"u":"screaming%20sails_gos","p":197,"s":33,"h":1,"t":32,"uu":"screaming sails|gos","n":"Screaming Sails"},{"id":22107,"c":35,"u":"scything%20oars_gos","p":197,"s":33,"h":1,"t":32,"uu":"scything oars|gos","n":"Scything Oars"},{"id":22109,"c":35,"u":"storm%20giant%20figurehead_gos","p":198,"s":33,"h":1,"t":32,"uu":"storm giant figurehead|gos","n":"Storm Giant Figurehead"},{"id":22111,"c":35,"u":"vigilant%20watch_gos","p":197,"s":33,"h":1,"t":32,"uu":"vigilant watch|gos","n":"Vigilant Watch"},{"id":22112,"c":36,"u":"acidic%20bile%20sprayer_bgdia","p":221,"s":17,"h":1,"t":32,"uu":"acidic bile sprayer|bgdia","n":"Acidic Bile Sprayer"},{"id":22113,"c":36,"u":"canian%20armor_bgdia","p":221,"s":17,"h":1,"t":32,"uu":"canian armor|bgdia","n":"Canian Armor"},{"id":22114,"c":36,"u":"flamethrower_bgdia","p":221,"s":17,"h":1,"t":32,"uu":"flamethrower|bgdia","n":"Flamethrower"},{"id":22115,"c":36,"u":"gilded%20death%20armor_bgdia","p":222,"s":17,"h":1,"t":32,"uu":"gilded death armor|bgdia","n":"Gilded Death Armor"},{"id":22116,"c":36,"u":"infernal%20screamer_bgdia","p":221,"s":17,"h":1,"t":32,"uu":"infernal screamer|bgdia","n":"Infernal Screamer"},{"id":22117,"c":36,"u":"necrotic%20smoke%20screen_bgdia","p":222,"s":17,"h":1,"t":32,"uu":"necrotic smoke screen|bgdia","n":"Necrotic Smoke Screen"},{"id":22118,"c":36,"u":"soul%20spike%20armor_bgdia","p":222,"s":17,"h":1,"t":32,"uu":"soul spike armor|bgdia","n":"Soul Spike Armor"},{"id":22119,"c":36,"u":"styx%20sprayer_bgdia","p":221,"s":17,"h":1,"t":32,"uu":"styx sprayer|bgdia","n":"Styx Sprayer"},{"id":22120,"c":36,"u":"teleporter_bgdia","p":222,"s":17,"h":1,"t":32,"uu":"teleporter|bgdia","n":"Teleporter"},{"id":22143,"c":42,"u":"identify%20a%20spell_xge","p":85,"s":6,"h":1,"t":33,"uu":"identify a spell|xge","n":"Identify a Spell"},{"id":22144,"c":42,"u":"waking%20someone_xge","p":77,"s":6,"h":1,"t":33,"uu":"waking someone|xge","n":"Waking Someone"},{"id":22145,"c":42,"u":"attack_xphb","p":361,"s":8,"h":1,"t":33,"uu":"attack|xphb","n":"Attack"},{"id":22146,"c":42,"u":"dash_xphb","p":365,"s":8,"h":1,"t":33,"uu":"dash|xphb","n":"Dash"},{"id":22147,"c":42,"u":"disengage_xphb","p":366,"s":8,"h":1,"t":33,"uu":"disengage|xphb","n":"Disengage"},{"id":22148,"c":42,"u":"dodge_xphb","p":366,"s":8,"h":1,"t":33,"uu":"dodge|xphb","n":"Dodge"},{"id":22149,"c":42,"u":"don%20or%20doff%20a%20shield_xphb","p":219,"s":8,"h":1,"t":33,"uu":"don or doff a shield|xphb","n":"Don or Doff a Shield"},{"id":22150,"c":42,"u":"end%20concentration_xphb","p":363,"s":8,"h":1,"t":33,"uu":"end concentration|xphb","n":"End Concentration"},{"id":22151,"c":42,"u":"escape%20a%20grapple_xphb","p":367,"s":8,"h":1,"t":33,"uu":"escape a grapple|xphb","n":"Escape a Grapple"},{"id":22152,"c":42,"u":"help_xphb","p":368,"s":8,"h":1,"t":33,"uu":"help|xphb","n":"Help"},{"id":22153,"c":42,"u":"hide_xphb","p":368,"s":8,"h":1,"t":33,"uu":"hide|xphb","n":"Hide"},{"id":22154,"c":42,"u":"improvising%20an%20action_xphb","p":15,"s":8,"h":1,"t":33,"uu":"improvising an action|xphb","n":"Improvising an Action"},{"id":22155,"c":42,"u":"influence_xphb","p":369,"s":8,"h":1,"t":33,"uu":"influence|xphb","n":"Influence"},{"id":22156,"c":42,"u":"magic_xphb","p":371,"s":8,"h":1,"t":33,"uu":"magic|xphb","n":"Magic"},{"id":22157,"c":42,"u":"opportunity%20attack_xphb","p":371,"s":8,"h":1,"t":33,"uu":"opportunity attack|xphb","n":"Opportunity Attack"},{"id":22158,"c":42,"u":"ready_xphb","p":372,"s":8,"h":1,"t":33,"uu":"ready|xphb","n":"Ready"},{"id":22159,"c":42,"u":"search_xphb","p":373,"s":8,"h":1,"t":33,"uu":"search|xphb","n":"Search"},{"id":22160,"c":42,"u":"study_xphb","p":375,"s":8,"h":1,"t":33,"uu":"study|xphb","n":"Study"},{"id":22161,"c":42,"u":"two-weapon%20fighting_xphb","p":213,"s":8,"h":1,"t":33,"uu":"two-weapon fighting|xphb","n":"Two-Weapon Fighting"},{"id":22162,"c":42,"u":"utilize_xphb","p":377,"s":8,"h":1,"t":33,"uu":"utilize|xphb","n":"Utilize"},{"id":22163,"c":42,"u":"activate%20an%20item_dmg","p":141,"s":24,"h":1,"r":1,"t":33,"uu":"activate an item|dmg","n":"Activate an Item"},{"id":22164,"c":42,"u":"climb%20onto%20a%20bigger%20creature_dmg","p":271,"s":24,"h":1,"t":33,"uu":"climb onto a bigger creature|dmg","n":"Climb onto a Bigger Creature"},{"id":22165,"c":42,"u":"disarm_dmg","p":271,"s":24,"h":1,"t":33,"uu":"disarm|dmg","n":"Disarm"},{"id":22166,"c":42,"u":"healing%20surge_dmg","p":266,"s":24,"h":1,"t":33,"uu":"healing surge|dmg","n":"Healing Surge"},{"id":22167,"c":42,"u":"mark_dmg","p":271,"s":24,"h":1,"t":33,"uu":"mark|dmg","n":"Mark"},{"id":22168,"c":42,"u":"overrun_dmg","p":272,"s":24,"h":1,"t":33,"uu":"overrun|dmg","n":"Overrun"},{"id":22169,"c":42,"u":"shove%20aside_dmg","p":272,"s":24,"h":1,"t":33,"uu":"shove aside|dmg","n":"Shove Aside"},{"id":22170,"c":42,"u":"tumble_dmg","p":272,"s":24,"h":1,"t":33,"uu":"tumble|dmg","n":"Tumble"},{"id":22171,"c":42,"u":"attack_phb","p":192,"s":51,"h":1,"r":1,"t":33,"uu":"attack|phb","n":"Attack"},{"id":22172,"c":42,"u":"cast%20a%20spell_phb","p":192,"s":51,"h":1,"r":1,"t":33,"uu":"cast a spell|phb","n":"Cast a Spell"},{"id":22173,"c":42,"u":"dash_phb","p":192,"s":51,"h":1,"r":1,"t":33,"uu":"dash|phb","n":"Dash"},{"id":22174,"c":42,"u":"disengage_phb","p":192,"s":51,"h":1,"r":1,"t":33,"uu":"disengage|phb","n":"Disengage"},{"id":22175,"c":42,"u":"dodge_phb","p":192,"s":51,"h":1,"r":1,"t":33,"uu":"dodge|phb","n":"Dodge"},{"id":22176,"c":42,"u":"don%20or%20doff%20a%20shield_phb","p":146,"s":51,"h":1,"r":1,"t":33,"uu":"don or doff a shield|phb","n":"Don or Doff a Shield"},{"id":22177,"c":42,"u":"end%20concentration_phb","p":203,"s":51,"h":1,"r":1,"t":33,"uu":"end concentration|phb","n":"End Concentration"},{"id":22178,"c":42,"u":"escape%20a%20grapple_phb","p":195,"s":51,"h":1,"r":1,"t":33,"uu":"escape a grapple|phb","n":"Escape a Grapple"},{"id":22179,"c":42,"u":"grapple_phb","p":195,"s":51,"h":1,"r":1,"t":33,"uu":"grapple|phb","n":"Grapple"},{"id":22180,"c":42,"u":"help_phb","p":192,"s":51,"h":1,"r":1,"t":33,"uu":"help|phb","n":"Help"},{"id":22181,"c":42,"u":"hide_phb","p":192,"s":51,"h":1,"r":1,"t":33,"uu":"hide|phb","n":"Hide"},{"id":22182,"c":42,"u":"improvising%20an%20action_phb","p":193,"s":51,"h":1,"t":33,"uu":"improvising an action|phb","n":"Improvising an Action"},{"id":22183,"c":42,"u":"opportunity%20attack_phb","p":195,"s":51,"h":1,"r":1,"t":33,"uu":"opportunity attack|phb","n":"Opportunity Attack"},{"id":22184,"c":42,"u":"other%20activity_phb","p":190,"s":51,"h":1,"r":1,"t":33,"uu":"other activity|phb","n":"Other Activity"},{"id":22185,"c":42,"u":"ready_phb","p":193,"s":51,"h":1,"r":1,"t":33,"uu":"ready|phb","n":"Ready"},{"id":22186,"c":42,"u":"search_phb","p":193,"s":51,"h":1,"r":1,"t":33,"uu":"search|phb","n":"Search"},{"id":22187,"c":42,"u":"shove_phb","p":195,"s":51,"h":1,"r":1,"t":33,"uu":"shove|phb","n":"Shove"},{"id":22188,"c":42,"u":"stabilize%20a%20creature_phb","p":197,"s":51,"h":1,"r":1,"t":33,"uu":"stabilize a creature|phb","n":"Stabilize a Creature"},{"id":22189,"c":42,"u":"two-weapon%20fighting_phb","p":195,"s":51,"h":1,"r":1,"t":33,"uu":"two-weapon fighting|phb","n":"Two-Weapon Fighting"},{"id":22190,"c":42,"u":"use%20an%20object_phb","p":193,"s":51,"h":1,"r":1,"t":33,"uu":"use an object|phb","n":"Use an Object"},{"id":22191,"c":43,"u":"alzhedo_scag","p":112,"s":106,"h":1,"t":34,"uu":"alzhedo|scag","m":"languages/SCAG/Thorass Common.webp","n":"Alzhedo"},{"id":22192,"c":43,"u":"chessentan_scag","p":112,"s":106,"h":1,"t":34,"uu":"chessentan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Chessentan"},{"id":22193,"c":43,"u":"chondathan_scag","p":112,"s":106,"h":1,"t":34,"uu":"chondathan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Chondathan"},{"id":22194,"c":43,"u":"damaran_scag","p":112,"s":106,"h":1,"t":34,"uu":"damaran|scag","m":"languages/SCAG/Thorass Common.webp","n":"Damaran"},{"id":22195,"c":43,"u":"dambrathan_scag","p":112,"s":106,"h":1,"t":34,"uu":"dambrathan|scag","n":"Dambrathan"},{"id":22196,"c":43,"u":"guran_scag","p":112,"s":106,"h":1,"t":34,"uu":"guran|scag","n":"Guran"},{"id":22197,"c":43,"u":"halruaan_scag","p":112,"s":106,"h":1,"t":34,"uu":"halruaan|scag","n":"Halruaan"},{"id":22198,"c":43,"u":"illuskan_scag","p":112,"s":106,"h":1,"t":34,"uu":"illuskan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Illuskan"},{"id":22199,"c":43,"u":"midani_scag","p":112,"s":106,"h":1,"t":34,"uu":"midani|scag","m":"languages/SCAG/Thorass Common.webp","n":"Midani"},{"id":22200,"c":43,"u":"mulhorandi_scag","p":112,"s":106,"h":1,"t":34,"uu":"mulhorandi|scag","m":"languages/SCAG/Thorass Common.webp","n":"Mulhorandi"},{"id":22201,"c":43,"u":"rashemi_scag","p":112,"s":106,"h":1,"t":34,"uu":"rashemi|scag","m":"languages/SCAG/Thorass Common.webp","n":"Rashemi"},{"id":22202,"c":43,"u":"roushoum_scag","p":112,"s":106,"h":1,"t":34,"uu":"roushoum|scag","m":"languages/SCAG/Thorass Common.webp","n":"Roushoum"},{"id":22203,"c":43,"u":"shaaran_scag","p":112,"s":106,"h":1,"t":34,"uu":"shaaran|scag","n":"Shaaran"},{"id":22204,"c":43,"u":"shou_scag","p":112,"s":106,"h":1,"t":34,"uu":"shou|scag","m":"languages/SCAG/Thorass Common.webp","n":"Shou"},{"id":22205,"c":43,"u":"thayan_scag","p":112,"s":106,"h":1,"t":34,"uu":"thayan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Thayan"},{"id":22206,"c":43,"u":"tuigan_scag","p":112,"s":106,"h":1,"t":34,"uu":"tuigan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Tuigan"},{"id":22207,"c":43,"u":"turmic_scag","p":112,"s":106,"h":1,"t":34,"uu":"turmic|scag","m":"languages/SCAG/Thorass Common.webp","n":"Turmic"},{"id":22208,"c":43,"u":"uluik_scag","p":112,"s":106,"h":1,"t":34,"uu":"uluik|scag","m":"languages/SCAG/Thorass Common.webp","n":"Uluik"},{"id":22209,"c":43,"u":"untheric_scag","p":112,"s":106,"h":1,"t":34,"uu":"untheric|scag","m":"languages/SCAG/Thorass Common.webp","n":"Untheric"},{"id":22210,"c":43,"u":"waelan_scag","p":112,"s":106,"h":1,"t":34,"uu":"waelan|scag","m":"languages/SCAG/Thorass Common.webp","n":"Waelan"},{"id":22211,"c":43,"u":"abyssal_xphb","p":37,"s":8,"h":1,"t":34,"uu":"abyssal|xphb","n":"Abyssal"},{"id":22212,"c":43,"u":"celestial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"celestial|xphb","n":"Celestial"},{"id":22213,"c":43,"u":"common_xphb","p":37,"s":8,"h":1,"t":34,"uu":"common|xphb","n":"Common"},{"id":22214,"c":43,"u":"common%20sign%20language_xphb","p":37,"s":8,"h":1,"t":34,"uu":"common sign language|xphb","n":"Common Sign Language"},{"id":22215,"c":43,"u":"deep%20speech_xphb","p":37,"s":8,"h":1,"t":34,"uu":"deep speech|xphb","n":"Deep Speech"},{"id":22216,"c":43,"u":"draconic_xphb","p":37,"s":8,"h":1,"t":34,"uu":"draconic|xphb","n":"Draconic"},{"id":22217,"c":43,"u":"druidic_xphb","p":37,"s":8,"h":1,"t":34,"uu":"druidic|xphb","n":"Druidic"},{"id":22218,"c":43,"u":"dwarvish_xphb","p":37,"s":8,"h":1,"t":34,"uu":"dwarvish|xphb","n":"Dwarvish"},{"id":22219,"c":43,"u":"elvish_xphb","p":37,"s":8,"h":1,"t":34,"uu":"elvish|xphb","n":"Elvish"},{"id":22220,"c":43,"u":"giant_xphb","p":37,"s":8,"h":1,"t":34,"uu":"giant|xphb","n":"Giant"},{"id":22221,"c":43,"u":"gnomish_xphb","p":37,"s":8,"h":1,"t":34,"uu":"gnomish|xphb","n":"Gnomish"},{"id":22222,"c":43,"u":"goblin_xphb","p":37,"s":8,"h":1,"t":34,"uu":"goblin|xphb","n":"Goblin"},{"id":22223,"c":43,"u":"halfling_xphb","p":37,"s":8,"h":1,"t":34,"uu":"halfling|xphb","n":"Halfling"},{"id":22224,"c":43,"u":"infernal_xphb","p":37,"s":8,"h":1,"t":34,"uu":"infernal|xphb","n":"Infernal"},{"id":22225,"c":43,"u":"orc_xphb","p":37,"s":8,"h":1,"t":34,"uu":"orc|xphb","n":"Orc"},{"id":22226,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"primordial|xphb","n":"Primordial"},{"id":22227,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"primordial|xphb","n":"Auran"},{"id":22228,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"primordial|xphb","n":"Aquan"},{"id":22229,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"primordial|xphb","n":"Ignan"},{"id":22230,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"t":34,"uu":"primordial|xphb","n":"Terran"},{"id":22231,"c":43,"u":"sylvan_xphb","p":37,"s":8,"h":1,"t":34,"uu":"sylvan|xphb","n":"Sylvan"},{"id":22232,"c":43,"u":"thieves'%20cant_xphb","p":37,"s":8,"h":1,"t":34,"uu":"thieves' cant|xphb","n":"Thieves' Cant"},{"id":22233,"c":43,"u":"undercommon_xphb","p":37,"s":8,"h":1,"t":34,"uu":"undercommon|xphb","n":"Undercommon"},{"id":22234,"c":43,"u":"deep%20crow_ai","p":210,"s":15,"h":1,"t":34,"uu":"deep crow|ai","n":"Deep Crow"},{"id":22235,"c":43,"u":"abanasinian_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"abanasinian|dsotdq","n":"Abanasinian"},{"id":22236,"c":43,"u":"common_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"common|dsotdq","n":"Common"},{"id":22237,"c":43,"u":"draconic_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"draconic|dsotdq","n":"Draconic"},{"id":22238,"c":43,"u":"dwarvish_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"dwarvish|dsotdq","n":"Dwarvish"},{"id":22239,"c":43,"u":"elvish_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"elvish|dsotdq","n":"Elvish"},{"id":22240,"c":43,"u":"ergot_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"ergot|dsotdq","n":"Ergot"},{"id":22241,"c":43,"u":"gnomish_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"gnomish|dsotdq","n":"Gnomish"},{"id":22242,"c":43,"u":"goblin_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"goblin|dsotdq","n":"Goblin"},{"id":22243,"c":43,"u":"istarian_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"istarian|dsotdq","n":"Istarian"},{"id":22244,"c":43,"u":"kenderspeak_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"kenderspeak|dsotdq","n":"Kenderspeak"},{"id":22245,"c":43,"u":"kharolian_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"kharolian|dsotdq","n":"Kharolian"},{"id":22246,"c":43,"u":"khur_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"khur|dsotdq","n":"Khur"},{"id":22247,"c":43,"u":"kothian_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"kothian|dsotdq","n":"Kothian"},{"id":22248,"c":43,"u":"nerakese_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"nerakese|dsotdq","n":"Nerakese"},{"id":22249,"c":43,"u":"nordmaarian_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"nordmaarian|dsotdq","n":"Nordmaarian"},{"id":22250,"c":43,"u":"ogre_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"ogre|dsotdq","n":"Ogre"},{"id":22251,"c":43,"u":"primordial_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"primordial|dsotdq","n":"Primordial"},{"id":22252,"c":43,"u":"solamnic_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"solamnic|dsotdq","n":"Solamnic"},{"id":22253,"c":43,"u":"sylvan_dsotdq","p":9,"s":27,"h":1,"t":34,"uu":"sylvan|dsotdq","n":"Sylvan"},{"id":22254,"c":43,"u":"marquesian_egw","p":9,"s":28,"h":1,"dP":1,"t":34,"uu":"marquesian|egw","n":"Marquesian"},{"id":22255,"c":43,"u":"naush_egw","p":9,"s":28,"h":1,"dP":1,"t":34,"uu":"naush|egw","n":"Naush"},{"id":22256,"c":43,"u":"zemnian_egw","p":9,"s":28,"h":1,"dP":1,"t":34,"uu":"zemnian|egw","n":"Zemnian"},{"id":22257,"c":43,"u":"celestial_erlw","p":6,"s":29,"h":1,"t":34,"uu":"celestial|erlw","n":"Celestial"},{"id":22258,"c":43,"u":"common_erlw","p":6,"s":29,"h":1,"t":34,"uu":"common|erlw","n":"Common"},{"id":22259,"c":43,"u":"daelkyr_erlw","p":6,"s":29,"h":1,"t":34,"uu":"daelkyr|erlw","n":"Daelkyr"},{"id":22260,"c":43,"u":"draconic_erlw","p":6,"s":29,"h":1,"t":34,"uu":"draconic|erlw","n":"Draconic"},{"id":22261,"c":43,"u":"dwarvish_erlw","p":6,"s":29,"h":1,"t":34,"uu":"dwarvish|erlw","n":"Dwarvish"},{"id":22262,"c":43,"u":"elvish_erlw","p":6,"s":29,"h":1,"t":34,"uu":"elvish|erlw","n":"Elvish"},{"id":22263,"c":43,"u":"giant_erlw","p":6,"s":29,"h":1,"t":34,"uu":"giant|erlw","n":"Giant"},{"id":22264,"c":43,"u":"gnomish_erlw","p":6,"s":29,"h":1,"t":34,"uu":"gnomish|erlw","n":"Gnomish"},{"id":22265,"c":43,"u":"goblin_erlw","p":6,"s":29,"h":1,"t":34,"uu":"goblin|erlw","n":"Goblin"},{"id":22266,"c":43,"u":"halfling_erlw","p":6,"s":29,"h":1,"t":34,"uu":"halfling|erlw","n":"Halfling"},{"id":22267,"c":43,"u":"infernal_erlw","p":6,"s":29,"h":1,"t":34,"uu":"infernal|erlw","n":"Infernal"},{"id":22268,"c":43,"u":"orc_erlw","p":6,"s":29,"h":1,"t":34,"uu":"orc|erlw","n":"Orc"},{"id":22269,"c":43,"u":"primordial_erlw","p":6,"s":29,"h":1,"t":34,"uu":"primordial|erlw","n":"Primordial"},{"id":22270,"c":43,"u":"quori_erlw","p":6,"s":29,"h":1,"t":34,"uu":"quori|erlw","n":"Quori"},{"id":22271,"c":43,"u":"riedran_erlw","p":6,"s":29,"h":1,"t":34,"uu":"riedran|erlw","n":"Riedran"},{"id":22272,"c":43,"u":"sylvan_erlw","p":6,"s":29,"h":1,"t":34,"uu":"sylvan|erlw","n":"Sylvan"},{"id":22273,"c":43,"u":"abyssal_ggr","p":9,"s":31,"h":1,"t":34,"uu":"abyssal|ggr","n":"Abyssal"},{"id":22274,"c":43,"u":"celestial_ggr","p":9,"s":31,"h":1,"t":34,"uu":"celestial|ggr","n":"Celestial"},{"id":22275,"c":43,"u":"common_ggr","p":9,"s":31,"h":1,"t":34,"uu":"common|ggr","n":"Common"},{"id":22276,"c":43,"u":"draconic_ggr","p":9,"s":31,"h":1,"t":34,"uu":"draconic|ggr","n":"Draconic"},{"id":22277,"c":43,"u":"druidic_ggr","p":9,"s":31,"h":1,"t":34,"uu":"druidic|ggr","n":"Druidic"},{"id":22278,"c":43,"u":"elvish_ggr","p":9,"s":31,"h":1,"t":34,"uu":"elvish|ggr","n":"Elvish"},{"id":22279,"c":43,"u":"giant_ggr","p":9,"s":31,"h":1,"t":34,"uu":"giant|ggr","n":"Giant"},{"id":22280,"c":43,"u":"goblin_ggr","p":9,"s":31,"h":1,"t":34,"uu":"goblin|ggr","n":"Goblin"},{"id":22281,"c":43,"u":"kraul_ggr","p":9,"s":31,"h":1,"t":34,"uu":"kraul|ggr","n":"Kraul"},{"id":22282,"c":43,"u":"loxodon_ggr","p":9,"s":31,"h":1,"t":34,"uu":"loxodon|ggr","n":"Loxodon"},{"id":22283,"c":43,"u":"merfolk_ggr","p":9,"s":31,"h":1,"t":34,"uu":"merfolk|ggr","n":"Merfolk"},{"id":22284,"c":43,"u":"minotaur_ggr","p":9,"s":31,"h":1,"t":34,"uu":"minotaur|ggr","n":"Minotaur"},{"id":22285,"c":43,"u":"sphinx_ggr","p":9,"s":31,"h":1,"t":34,"uu":"sphinx|ggr","n":"Sphinx"},{"id":22286,"c":43,"u":"sylvan_ggr","p":9,"s":31,"h":1,"t":34,"uu":"sylvan|ggr","n":"Sylvan"},{"id":22287,"c":43,"u":"thieves'%20cant_ggr","p":9,"s":31,"h":1,"t":34,"uu":"thieves' cant|ggr","n":"Thieves' Cant"},{"id":22288,"c":43,"u":"vedalken_ggr","p":9,"s":31,"h":1,"t":34,"uu":"vedalken|ggr","n":"Vedalken"},{"id":22289,"c":43,"u":"netherese_hotdq","p":93,"s":36,"h":1,"t":34,"uu":"netherese|hotdq","n":"Netherese"},{"id":22290,"c":43,"u":"loross_idrotf","p":221,"s":37,"h":1,"t":34,"uu":"loross|idrotf","n":"Loross"},{"id":22291,"c":43,"u":"aarakocra_mm","p":12,"s":44,"h":1,"t":34,"uu":"aarakocra|mm","n":"Aarakocra"},{"id":22292,"c":43,"u":"blink%20dog_mm","p":318,"s":44,"h":1,"t":34,"uu":"blink dog|mm","n":"Blink Dog"},{"id":22293,"c":43,"u":"bullywug_mm","p":35,"s":44,"h":1,"t":34,"uu":"bullywug|mm","n":"Bullywug"},{"id":22294,"c":43,"u":"giant%20eagle_mm","p":324,"s":44,"h":1,"t":34,"uu":"giant eagle|mm","n":"Giant Eagle"},{"id":22295,"c":43,"u":"giant%20elk_mm","p":325,"s":44,"h":1,"t":34,"uu":"giant elk|mm","n":"Giant Elk"},{"id":22296,"c":43,"u":"giant%20owl_mm","p":327,"s":44,"h":1,"t":34,"uu":"giant owl|mm","n":"Giant Owl"},{"id":22297,"c":43,"u":"gith_mm","p":160,"s":44,"h":1,"t":34,"uu":"gith|mm","n":"Gith"},{"id":22298,"c":43,"u":"gith_mm","p":160,"s":44,"h":1,"t":34,"uu":"gith|mm","n":"Githzerai"},{"id":22299,"c":43,"u":"gith_mm","p":160,"s":44,"h":1,"t":34,"uu":"gith|mm","n":"Githyanki"},{"id":22300,"c":43,"u":"gnoll_mm","p":163,"s":44,"h":1,"t":34,"uu":"gnoll|mm","n":"Gnoll"},{"id":22301,"c":43,"u":"grell_mm","p":172,"s":44,"h":1,"t":34,"uu":"grell|mm","n":"Grell"},{"id":22302,"c":43,"u":"hook%20horror_mm","p":189,"s":44,"h":1,"t":34,"uu":"hook horror|mm","n":"Hook Horror"},{"id":22303,"c":43,"u":"modron_mm","p":224,"s":44,"h":1,"t":34,"uu":"modron|mm","n":"Modron"},{"id":22304,"c":43,"u":"otyugh_mm","p":248,"s":44,"h":1,"t":34,"uu":"otyugh|mm","n":"Otyugh"},{"id":22305,"c":43,"u":"sahuagin_mm","p":263,"s":44,"h":1,"t":34,"uu":"sahuagin|mm","n":"Sahuagin"},{"id":22306,"c":43,"u":"slaad_mm","p":276,"s":44,"h":1,"t":34,"uu":"slaad|mm","n":"Slaad"},{"id":22307,"c":43,"u":"sphinx_mm","p":281,"s":44,"h":1,"t":34,"uu":"sphinx|mm","n":"Sphinx"},{"id":22308,"c":43,"u":"thri-kreen_mm","p":288,"s":44,"h":1,"t":34,"uu":"thri-kreen|mm","n":"Thri-kreen"},{"id":22309,"c":43,"u":"troglodyte_mm","p":290,"s":44,"h":1,"t":34,"uu":"troglodyte|mm","n":"Troglodyte"},{"id":22310,"c":43,"u":"umber%20hulk_mm","p":292,"s":44,"h":1,"t":34,"uu":"umber hulk|mm","n":"Umber Hulk"},{"id":22311,"c":43,"u":"winter%20wolf_mm","p":340,"s":44,"h":1,"t":34,"uu":"winter wolf|mm","n":"Winter Wolf"},{"id":22312,"c":43,"u":"worg_mm","p":341,"s":44,"h":1,"t":34,"uu":"worg|mm","n":"Worg"},{"id":22313,"c":43,"u":"yeti_mm","p":305,"s":44,"h":1,"t":34,"uu":"yeti|mm","n":"Yeti"},{"id":22314,"c":43,"u":"celestial_mot","p":9,"s":45,"h":1,"t":34,"uu":"celestial|mot","n":"Celestial"},{"id":22315,"c":43,"u":"common_mot","p":9,"s":45,"h":1,"t":34,"uu":"common|mot","n":"Common"},{"id":22316,"c":43,"u":"draconic_mot","p":9,"s":45,"h":1,"t":34,"uu":"draconic|mot","n":"Draconic"},{"id":22317,"c":43,"u":"giant_mot","p":9,"s":45,"h":1,"t":34,"uu":"giant|mot","n":"Giant"},{"id":22318,"c":43,"u":"leonin_mot","p":9,"s":45,"h":1,"t":34,"uu":"leonin|mot","n":"Leonin"},{"id":22319,"c":43,"u":"minotaur_mot","p":9,"s":45,"h":1,"t":34,"uu":"minotaur|mot","n":"Minotaur"},{"id":22320,"c":43,"u":"primordial_mot","p":9,"s":45,"h":1,"t":34,"uu":"primordial|mot","n":"Primordial"},{"id":22321,"c":43,"u":"sphinx_mot","p":9,"s":45,"h":1,"t":34,"uu":"sphinx|mot","n":"Sphinx"},{"id":22322,"c":43,"u":"sylvan_mot","p":9,"s":45,"h":1,"t":34,"uu":"sylvan|mot","n":"Sylvan"},{"id":22323,"c":43,"u":"kruthik_mtf","p":211,"s":47,"h":1,"t":34,"uu":"kruthik|mtf","n":"Kruthik"},{"id":22324,"c":43,"u":"ixitxachitl_oota","p":225,"s":48,"h":1,"t":34,"uu":"ixitxachitl|oota","n":"Ixitxachitl"},{"id":22325,"c":43,"u":"abyssal_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"abyssal|phb","n":"Abyssal"},{"id":22326,"c":43,"u":"celestial_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"celestial|phb","n":"Celestial"},{"id":22327,"c":43,"u":"common_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"common|phb","n":"Common"},{"id":22328,"c":43,"u":"deep%20speech_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"deep speech|phb","n":"Deep Speech"},{"id":22329,"c":43,"u":"draconic_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"draconic|phb","m":"languages/PHB/Draconic.webp","n":"Draconic"},{"id":22330,"c":43,"u":"druidic_phb","p":64,"s":51,"h":1,"r":1,"t":34,"uu":"druidic|phb","n":"Druidic"},{"id":22331,"c":43,"u":"dwarvish_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"dwarvish|phb","m":"languages/PHB/Dwarvish.webp","n":"Dwarvish"},{"id":22332,"c":43,"u":"elvish_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"elvish|phb","m":"languages/PHB/Elvish.webp","n":"Elvish"},{"id":22333,"c":43,"u":"giant_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"giant|phb","m":"languages/PHB/Dwarvish.webp","n":"Giant"},{"id":22334,"c":43,"u":"gnomish_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"gnomish|phb","m":"languages/PHB/Dwarvish.webp","n":"Gnomish"},{"id":22335,"c":43,"u":"goblin_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"goblin|phb","m":"languages/PHB/Dwarvish.webp","n":"Goblin"},{"id":22336,"c":43,"u":"halfling_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"halfling|phb","n":"Halfling"},{"id":22337,"c":43,"u":"infernal_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"infernal|phb","n":"Infernal"},{"id":22338,"c":43,"u":"orc_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"orc|phb","m":"languages/PHB/Dwarvish.webp","n":"Orc"},{"id":22339,"c":43,"u":"primordial_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"primordial|phb","m":"languages/PHB/Dwarvish.webp","n":"Primordial"},{"id":22340,"c":43,"u":"primordial_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"primordial|phb","m":"languages/PHB/Dwarvish.webp","n":"Auran"},{"id":22341,"c":43,"u":"primordial_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"primordial|phb","m":"languages/PHB/Dwarvish.webp","n":"Aquan"},{"id":22342,"c":43,"u":"primordial_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"primordial|phb","m":"languages/PHB/Dwarvish.webp","n":"Ignan"},{"id":22343,"c":43,"u":"primordial_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"primordial|phb","m":"languages/PHB/Dwarvish.webp","n":"Terran"},{"id":22344,"c":43,"u":"sylvan_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"sylvan|phb","m":"languages/PHB/Elvish.webp","n":"Sylvan"},{"id":22345,"c":43,"u":"thieves'%20cant_phb","p":94,"s":51,"h":1,"r":1,"t":34,"uu":"thieves' cant|phb","n":"Thieves' Cant"},{"id":22346,"c":43,"u":"undercommon_phb","p":123,"s":51,"h":1,"r":1,"t":34,"uu":"undercommon|phb","m":"languages/PHB/Elvish.webp","n":"Undercommon"},{"id":22347,"c":43,"u":"ice%20toad_rot","p":90,"s":55,"h":1,"t":34,"uu":"ice toad|rot","n":"Ice Toad"},{"id":22348,"c":43,"u":"bothii_skt","p":86,"s":58,"h":1,"t":34,"uu":"bothii|skt","n":"Bothii"},{"id":22349,"c":43,"u":"yikaria_skt","p":244,"s":58,"h":1,"t":34,"uu":"yikaria|skt","n":"Yikaria"},{"id":22350,"c":43,"u":"olman_tftyp","p":238,"s":61,"h":1,"t":34,"uu":"olman|tftyp","n":"Olman"},{"id":22351,"c":43,"u":"grung_vgm","p":156,"s":66,"h":1,"t":34,"uu":"grung|vgm","n":"Grung"},{"id":22352,"c":43,"u":"qualith_vgm","p":75,"s":66,"h":1,"t":34,"uu":"qualith|vgm","n":"Qualith"},{"id":22353,"c":43,"u":"tlincalli_vgm","p":193,"s":66,"h":1,"t":34,"uu":"tlincalli|vgm","n":"Tlincalli"},{"id":22354,"c":43,"u":"vegepygmy_vgm","p":196,"s":66,"h":1,"t":34,"uu":"vegepygmy|vgm","n":"Vegepygmy"},{"id":22355,"c":43,"u":"khenra_psa","p":18,"s":94,"h":1,"t":34,"uu":"khenra|psa","n":"Khenra"},{"id":22356,"c":43,"u":"naga_psa","p":18,"s":94,"h":1,"t":34,"uu":"naga|psa","n":"Naga"},{"id":22357,"c":43,"u":"aven_psd","p":6,"s":95,"h":1,"t":34,"uu":"aven|psd","n":"Aven"},{"id":22358,"c":43,"u":"homarid_psd","p":15,"s":95,"h":1,"t":34,"uu":"homarid|psd","n":"Homarid"},{"id":22359,"c":43,"u":"keldon_psd","p":19,"s":95,"h":1,"t":34,"uu":"keldon|psd","n":"Keldon"},{"id":22360,"c":43,"u":"common_psi","p":9,"s":96,"h":1,"t":34,"uu":"common|psi","n":"Common"},{"id":22361,"c":43,"u":"demonic_psi","p":9,"s":96,"h":1,"t":34,"uu":"demonic|psi","n":"Demonic"},{"id":22362,"c":43,"u":"draconic_psi","p":9,"s":96,"h":1,"t":34,"uu":"draconic|psi","n":"Draconic"},{"id":22363,"c":43,"u":"primordial_psi","p":9,"s":96,"h":1,"t":34,"uu":"primordial|psi","n":"Primordial"},{"id":22364,"c":43,"u":"coalition%20pidgin_psx","p":6,"s":98,"h":1,"t":34,"uu":"coalition pidgin|psx","n":"Coalition Pidgin"},{"id":22365,"c":43,"u":"common%20trade%20pidgin_psx","p":6,"s":98,"h":1,"t":34,"uu":"common trade pidgin|psx","n":"Common Trade Pidgin"},{"id":22366,"c":43,"u":"itzocan_psx","p":6,"s":98,"h":1,"t":34,"uu":"itzocan|psx","n":"Itzocan"},{"id":22367,"c":43,"u":"merfolk_psx","p":6,"s":98,"h":1,"t":34,"uu":"merfolk|psx","n":"Merfolk"},{"id":22368,"c":43,"u":"siren_psx","p":17,"s":98,"h":1,"t":34,"uu":"siren|psx","n":"Siren"},{"id":22369,"c":43,"u":"vampire_psx","p":6,"s":98,"h":1,"t":34,"uu":"vampire|psx","n":"Vampire"},{"id":22370,"c":47,"u":"hollow%20one_egw","p":182,"s":28,"h":1,"dP":1,"t":35,"uu":"hollow one|egw","m":"charcreationoptions/EGW/Hollow One.webp","n":"Hollow One"},{"id":22371,"c":47,"u":"cult%20of%20the%20dragon%20infiltrator_hotdq","p":87,"s":36,"h":1,"t":35,"uu":"cult of the dragon infiltrator|hotdq","n":"Cult of the Dragon Infiltrator"},{"id":22372,"c":47,"u":"dragon%20scholar_hotdq","p":87,"s":36,"h":1,"t":35,"uu":"dragon scholar|hotdq","n":"Dragon Scholar"},{"id":22373,"c":47,"u":"alagondar%20scion_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"alagondar scion|idrotf","n":"Alagondar Scion"},{"id":22374,"c":47,"u":"doppelganger_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"doppelganger|idrotf","n":"Doppelganger"},{"id":22375,"c":47,"u":"drizzt%20fan_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"drizzt fan|idrotf","n":"Drizzt Fan"},{"id":22376,"c":47,"u":"elusive%20paramour_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"elusive paramour|idrotf","n":"Elusive Paramour"},{"id":22377,"c":47,"u":"escaped%20prisoner_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"escaped prisoner|idrotf","n":"Escaped Prisoner"},{"id":22378,"c":47,"u":"littlest%20yeti_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"littlest yeti|idrotf","n":"Littlest Yeti"},{"id":22379,"c":47,"u":"midwinter%20child_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"midwinter child|idrotf","n":"Midwinter Child"},{"id":22380,"c":47,"u":"old%20flame_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"old flame|idrotf","n":"Old Flame"},{"id":22381,"c":47,"u":"orc%20stone_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"orc stone|idrotf","n":"Orc Stone"},{"id":22382,"c":47,"u":"owlbear%20whisperer_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"owlbear whisperer|idrotf","n":"Owlbear Whisperer"},{"id":22383,"c":47,"u":"pirate%20cannibal_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"pirate cannibal|idrotf","n":"Pirate Cannibal"},{"id":22384,"c":47,"u":"reghed%20heir_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"reghed heir|idrotf","n":"Reghed Heir"},{"id":22385,"c":47,"u":"reincarnation_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"reincarnation|idrotf","n":"Reincarnation"},{"id":22386,"c":47,"u":"ring%20hunter_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"ring hunter|idrotf","n":"Ring Hunter"},{"id":22387,"c":47,"u":"runaway%20author_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"runaway author|idrotf","n":"Runaway Author"},{"id":22388,"c":47,"u":"slaad%20host_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"slaad host|idrotf","n":"Slaad Host"},{"id":22389,"c":47,"u":"spy_idrotf","p":264,"s":37,"h":1,"t":35,"uu":"spy|idrotf","n":"Spy"},{"id":22390,"c":47,"u":"anvilwrought_mot","p":12,"s":45,"h":1,"t":35,"uu":"anvilwrought|mot","n":"Anvilwrought"},{"id":22391,"c":47,"u":"heroic%20destiny_mot","p":12,"s":45,"h":1,"t":35,"uu":"heroic destiny|mot","m":"charcreationoptions/MOT/Heroic Destiny.webp","n":"Heroic Destiny"},{"id":22392,"c":47,"u":"iconoclast_mot","p":12,"s":45,"h":1,"t":35,"uu":"iconoclast|mot","n":"Iconoclast"},{"id":22393,"c":47,"u":"inscrutable_mot","p":14,"s":45,"h":1,"t":35,"uu":"inscrutable|mot","n":"Inscrutable"},{"id":22394,"c":47,"u":"lifelong%20companion_mot","p":14,"s":45,"h":1,"t":35,"uu":"lifelong companion|mot","m":"charcreationoptions/MOT/Lifelong Companion.webp","n":"Lifelong Companion"},{"id":22395,"c":47,"u":"nyxborn_mot","p":14,"s":45,"h":1,"t":35,"uu":"nyxborn|mot","n":"Nyxborn"},{"id":22396,"c":47,"u":"oracle_mot","p":15,"s":45,"h":1,"t":35,"uu":"oracle|mot","m":"charcreationoptions/MOT/Oracle.webp","n":"Oracle"},{"id":22397,"c":47,"u":"pious_mot","p":17,"s":45,"h":1,"t":35,"uu":"pious|mot","n":"Pious"},{"id":22398,"c":47,"u":"unscarred_mot","p":17,"s":45,"h":1,"t":35,"uu":"unscarred|mot","n":"Unscarred"},{"id":22399,"c":47,"u":"deep%20delver_oota","p":221,"s":48,"h":1,"t":35,"uu":"deep delver|oota","n":"Deep Delver"},{"id":22400,"c":47,"u":"underdark%20experience_oota","p":221,"s":48,"h":1,"t":35,"uu":"underdark experience|oota","n":"Underdark Experience"},{"id":22401,"c":47,"u":"echoing%20soul_vrgr","p":22,"s":67,"h":1,"t":35,"uu":"echoing soul|vrgr","n":"Echoing Soul"},{"id":22402,"c":47,"u":"gathered%20whispers_vrgr","p":23,"s":67,"h":1,"t":35,"uu":"gathered whispers|vrgr","n":"Gathered Whispers"},{"id":22403,"c":47,"u":"inheritor_vrgr","p":31,"s":67,"h":1,"t":35,"uu":"inheritor|vrgr","n":"Inheritor"},{"id":22404,"c":47,"u":"living%20shadow_vrgr","p":24,"s":67,"h":1,"t":35,"uu":"living shadow|vrgr","n":"Living Shadow"},{"id":22405,"c":47,"u":"mist%20walker_vrgr","p":24,"s":67,"h":1,"t":35,"uu":"mist walker|vrgr","n":"Mist Walker"},{"id":22406,"c":47,"u":"mist%20wanderer_vrgr","p":31,"s":67,"h":1,"t":35,"uu":"mist wanderer|vrgr","n":"Mist Wanderer"},{"id":22407,"c":47,"u":"second%20skin_vrgr","p":25,"s":67,"h":1,"t":35,"uu":"second skin|vrgr","n":"Second Skin"},{"id":22408,"c":47,"u":"spirit%20medium_vrgr","p":31,"s":67,"h":1,"t":35,"uu":"spirit medium|vrgr","n":"Spirit Medium"},{"id":22409,"c":47,"u":"symbiotic%20being_vrgr","p":26,"s":67,"h":1,"t":35,"uu":"symbiotic being|vrgr","n":"Symbiotic Being"},{"id":22410,"c":47,"u":"touch%20of%20death_vrgr","p":26,"s":67,"h":1,"t":35,"uu":"touch of death|vrgr","n":"Touch of Death"},{"id":22411,"c":47,"u":"trauma%20survivor_vrgr","p":32,"s":67,"h":1,"t":35,"uu":"trauma survivor|vrgr","n":"Trauma Survivor"},{"id":22412,"c":47,"u":"traveler_vrgr","p":32,"s":67,"h":1,"t":35,"uu":"traveler|vrgr","n":"Traveler"},{"id":22413,"c":47,"u":"watchers_vrgr","p":27,"s":67,"h":1,"t":35,"uu":"watchers|vrgr","m":"charcreationoptions/VRGR/Watchers.webp","n":"Watchers"},{"id":22414,"c":48,"u":"%22orc%22%20bacon_hf","p":156,"s":147,"h":1,"t":36,"uu":"\"orc\" bacon|hf","m":"recipes/HF/108_Newm_9781984858900_lay_art_r1.webp","n":"\"Orc\" Bacon"},{"id":22415,"c":48,"u":"%22orc%22%20bacon_hf","p":156,"s":147,"h":1,"t":36,"uu":"\"orc\" bacon|hf","m":"recipes/HF/108_Newm_9781984858900_lay_art_r1.webp","n":"The Pork of Gruumsh"},{"id":22416,"c":48,"u":"amphail%20braised%20beef_hf","p":14,"s":147,"h":1,"t":36,"uu":"amphail braised beef|hf","n":"Amphail Braised Beef"},{"id":22417,"c":48,"u":"arkhan%20the%20cruel's%20flame-roasted%20halfling%20chili_hf","p":155,"s":147,"h":1,"t":36,"uu":"arkhan the cruel's flame-roasted halfling chili|hf","m":"recipes/HF/107_Newm_9781984858900_lay_art_r1.webp","n":"Arkhan the Cruel's Flame-Roasted Halfling Chili"},{"id":22418,"c":48,"u":"bangers%20and%20smash_hf","p":89,"s":147,"h":1,"t":36,"uu":"bangers and smash|hf","m":"recipes/HF/076_Newm_9781984858900_lay_art_r1.webp","n":"Bangers and Smash"},{"id":22419,"c":48,"u":"barovian%20butterscotch%20pudding_hf","p":171,"s":147,"h":1,"t":36,"uu":"barovian butterscotch pudding|hf","m":"recipes/HF/117_Newm_9781984858900_lay_art_r1.webp","n":"Barovian Butterscotch Pudding"},{"id":22420,"c":48,"u":"black%20pudding_hf","p":109,"s":147,"h":1,"t":36,"uu":"black pudding|hf","m":"recipes/HF/087_Newm_9781984858900_lay_art_r1.webp","n":"Black Pudding"},{"id":22421,"c":48,"u":"braised%20lamb_hf","p":164,"s":147,"h":1,"t":36,"uu":"braised lamb|hf","n":"Braised Lamb"},{"id":22422,"c":48,"u":"bytopian%20shepherd's%20bread_hf","p":176,"s":147,"h":1,"t":36,"uu":"bytopian shepherd's bread|hf","m":"recipes/HF/118_Newm_9781984858900_lay_art_r1.webp","n":"Bytopian Shepherd's Bread"},{"id":22423,"c":48,"u":"castle%20amber%20onion%20soup_hf","p":39,"s":147,"h":1,"t":36,"uu":"castle amber onion soup|hf","n":"Castle Amber Onion Soup"},{"id":22424,"c":48,"u":"cherrybread_hf","p":68,"s":147,"h":1,"t":36,"uu":"cherrybread|hf","m":"recipes/HF/068_Newm_9781984858900_lay_art_r1.webp","n":"Cherrybread"},{"id":22425,"c":48,"u":"chicken-something%20dumplings_hf","p":123,"s":147,"h":1,"t":36,"uu":"chicken-something dumplings|hf","m":"recipes/HF/092_Newm_9781984858900_lay_art_r1.webp","n":"Chicken-Something Dumplings"},{"id":22426,"c":48,"u":"chultan%20zombie_hf","p":199,"s":147,"h":1,"t":36,"uu":"chultan zombie|hf","m":"recipes/HF/127_Newm_9781984858900_lay_art_r1.webp","n":"Chultan Zombie"},{"id":22427,"c":48,"u":"cocoa%20broth_hf","p":188,"s":147,"h":1,"t":36,"uu":"cocoa broth|hf","m":"decks/HFDoMM/Deck of Many Morsels/Cocoa Broth.webp","n":"Cocoa Broth"},{"id":22428,"c":48,"u":"community%20cheeses_hf","p":119,"s":147,"h":1,"t":36,"uu":"community cheeses|hf","m":"recipes/HF/090_Newm_9781984858900_lay_art_r1.webp","n":"Community Cheeses"},{"id":22429,"c":48,"u":"corned%20beef%20and%20cabbage_hf","p":100,"s":147,"h":1,"t":36,"uu":"corned beef and cabbage|hf","n":"Corned Beef and Cabbage"},{"id":22430,"c":48,"u":"dark%20molasses%20nutbread_hf","p":23,"s":147,"h":1,"t":36,"uu":"dark molasses nutbread|hf","n":"Dark Molasses Nutbread"},{"id":22431,"c":48,"u":"dark%20molasses%20nutbread_hf","p":23,"s":147,"h":1,"t":36,"uu":"dark molasses nutbread|hf","n":"Amn Blackbread"},{"id":22432,"c":48,"u":"deep%20gnome%20trillimac%20pods_hf","p":167,"s":147,"h":1,"t":36,"uu":"deep gnome trillimac pods|hf","m":"recipes/HF/114_Newm_9781984858900_lay_art_r1.webp","n":"Deep Gnome Trillimac Pods"},{"id":22433,"c":48,"u":"delayed%20blast%20fireball_hf","p":192,"s":147,"h":1,"t":36,"uu":"delayed blast fireball|hf","m":"decks/HFDoMM/Deck of Many Morsels/Delayed Blast Fireball.webp","n":"Delayed Blast Fireball"},{"id":22434,"c":48,"u":"delayed%20blast%20fireball_hf","p":192,"s":147,"h":1,"t":36,"uu":"delayed blast fireball|hf","m":"decks/HFDoMM/Deck of Many Morsels/Delayed Blast Fireball.webp","n":"Firestar Wine"},{"id":22435,"c":48,"u":"delzoun%20%22tide-me-overs%22_hf","p":90,"s":147,"h":1,"t":36,"uu":"delzoun \"tide-me-overs\"|hf","m":"recipes/HF/077_Newm_9781984858900_lay_art_r1.webp","n":"Delzoun \"Tide-Me-Overs\""},{"id":22436,"c":48,"u":"dragon%20salmon_hf","p":75,"s":147,"h":1,"t":36,"uu":"dragon salmon|hf","m":"recipes/HF/071_Newm_9781984858900_lay_art_r1.webp","n":"Dragon Salmon"},{"id":22437,"c":48,"u":"drow%20mushroom%20steaks_hf","p":67,"s":147,"h":1,"t":36,"uu":"drow mushroom steaks|hf","m":"recipes/HF/067_Newm_9781984858900_lay_art_r1.webp","n":"Drow Mushroom Steaks"},{"id":22438,"c":48,"u":"dwarven%20flatbread_hf","p":103,"s":147,"h":1,"t":36,"uu":"dwarven flatbread|hf","m":"recipes/HF/084_Newm_9781984858900_lay_art_r1.webp","n":"Dwarven Flatbread"},{"id":22439,"c":48,"u":"dwarven%20mulled%20wine_hf","p":186,"s":147,"h":1,"t":36,"uu":"dwarven mulled wine|hf","m":"recipes/HF/122_Newm_9781984858900_lay_art_r1.webp","n":"Dwarven Mulled Wine"},{"id":22440,"c":48,"u":"elven%20bread_hf","p":60,"s":147,"h":1,"t":36,"uu":"elven bread|hf","m":"recipes/HF/064_Newm_9781984858900_lay_art_r1.webp","n":"Elven Bread"},{"id":22441,"c":48,"u":"elven%20marruth_hf","p":64,"s":147,"h":1,"t":36,"uu":"elven marruth|hf","n":"Elven Marruth"},{"id":22442,"c":48,"u":"elven%20marruth_hf","p":64,"s":147,"h":1,"t":36,"uu":"elven marruth|hf","n":"Root Pies"},{"id":22443,"c":48,"u":"evermead_hf","p":185,"s":147,"h":1,"t":36,"uu":"evermead|hf","n":"Evermead"},{"id":22444,"c":48,"u":"everything%20soup_hf","p":132,"s":147,"h":1,"t":36,"uu":"everything soup|hf","m":"recipes/HF/097_Newm_9781984858900_lay_art_r1.webp","n":"Everything Soup"},{"id":22445,"c":48,"u":"everything%20soup_hf","p":132,"s":147,"h":1,"t":36,"uu":"everything soup|hf","m":"recipes/HF/097_Newm_9781984858900_lay_art_r1.webp","n":"Welcome Soup"},{"id":22446,"c":48,"u":"feywild%20eggs_hf","p":58,"s":147,"h":1,"t":36,"uu":"feywild eggs|hf","m":"decks/HFDoMM/Deck of Many Morsels/Feywild Eggs.webp","n":"Feywild Eggs"},{"id":22447,"c":48,"u":"fire-spiced%20abyssal%20chicken%20kebabs_hf","p":159,"s":147,"h":1,"t":36,"uu":"fire-spiced abyssal chicken kebabs|hf","m":"recipes/HF/109_Newm_9781984858900_lay_art_r1.webp","n":"Fire-Spiced Abyssal Chicken Kebabs"},{"id":22448,"c":48,"u":"fried%20fingers_hf","p":174,"s":147,"h":1,"t":36,"uu":"fried fingers|hf","n":"Fried Fingers"},{"id":22449,"c":48,"u":"gingerbread%20man_hf","p":43,"s":147,"h":1,"t":36,"uu":"gingerbread man|hf","m":"recipes/HF/056_Newm_9781984858900_lay_art_r1.webp","n":"Gingerbread Man"},{"id":22450,"c":48,"u":"goodberry%20blend_hf","p":191,"s":147,"h":1,"t":36,"uu":"goodberry blend|hf","n":"Goodberry Blend"},{"id":22451,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":147,"h":1,"t":36,"uu":"greenspear bundles in bacon|hf","m":"recipes/HF/069_Newm_9781984858900_lay_art_r1.webp","n":"Greenspear Bundles in Bacon"},{"id":22452,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":147,"h":1,"t":36,"uu":"greenspear bundles in bacon|hf","m":"recipes/HF/069_Newm_9781984858900_lay_art_r1.webp","n":"Asparagus Bundles in Bacon"},{"id":22453,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":147,"h":1,"t":36,"uu":"greenspear bundles in bacon|hf","m":"recipes/HF/069_Newm_9781984858900_lay_art_r1.webp","n":"Sparrow Grass Bundles in Bacon"},{"id":22454,"c":48,"u":"gully%20dwarf%20homestyle%20porridge_hf","p":101,"s":147,"h":1,"t":36,"uu":"gully dwarf homestyle porridge|hf","n":"Gully Dwarf Homestyle Porridge"},{"id":22455,"c":48,"u":"gully%20dwarf%20homestyle%20porridge_hf","p":101,"s":147,"h":1,"t":36,"uu":"gully dwarf homestyle porridge|hf","n":"Dirty Porridge"},{"id":22456,"c":48,"u":"gurdats_hf","p":19,"s":147,"h":1,"t":36,"uu":"gurdats|hf","n":"Gurdats"},{"id":22457,"c":48,"u":"halfling%20oatmeal%20sweet%20nibbles_hf","p":128,"s":147,"h":1,"t":36,"uu":"halfling oatmeal sweet nibbles|hf","m":"recipes/HF/095_Newm_9781984858900_lay_art_r1.webp","n":"Halfling Oatmeal Sweet Nibbles"},{"id":22458,"c":48,"u":"hand%20pies_hf","p":21,"s":147,"h":1,"t":36,"uu":"hand pies|hf","m":"recipes/HF/045_Newm_9781984858900_lay_art_r1.webp","n":"Hand Pies"},{"id":22459,"c":48,"u":"hardbuckler%20stew_hf","p":160,"s":147,"h":1,"t":36,"uu":"hardbuckler stew|hf","n":"Hardbuckler Stew"},{"id":22460,"c":48,"u":"heartlands%20rose%20apple%20and%20blackberry%20pie_hf","p":139,"s":147,"h":1,"t":36,"uu":"heartlands rose apple and blackberry pie|hf","m":"recipes/HF/100_Newm_9781984858900_lay_art_r1.webp","n":"Heartlands Rose Apple and Blackberry Pie"},{"id":22461,"c":48,"u":"high%20harvest%20puree_hf","p":59,"s":147,"h":1,"t":36,"uu":"high harvest puree|hf","n":"High Harvest Puree"},{"id":22462,"c":48,"u":"hogs%20in%20bedrolls_hf","p":125,"s":147,"h":1,"t":36,"uu":"hogs in bedrolls|hf","n":"Hogs in Bedrolls"},{"id":22463,"c":48,"u":"hommlet%20golden%20brown%20roasted%20turkey%20with%20sausage%20stuffing%20and%20drippings_hf","p":16,"s":147,"h":1,"t":36,"uu":"hommlet golden brown roasted turkey with sausage stuffing and drippings|hf","n":"Hommlet Golden Brown Roasted Turkey with Sausage Stuffing and Drippings"},{"id":22464,"c":48,"u":"honey-drizzled%20cream%20puffs_hf","p":141,"s":147,"h":1,"t":36,"uu":"honey-drizzled cream puffs|hf","m":"recipes/HF/103_Newm_9781984858900_lay_art_r1.webp","n":"Honey-Drizzled Cream Puffs"},{"id":22465,"c":48,"u":"honeyed%20ham%20with%20pineapple%20gravy_hf","p":135,"s":147,"h":1,"t":36,"uu":"honeyed ham with pineapple gravy|hf","m":"recipes/HF/098_Newm_9781984858900_lay_art_r1.webp","n":"Honeyed Ham with Pineapple Gravy"},{"id":22466,"c":48,"u":"hot%20spiced%20cider_hf","p":189,"s":147,"h":1,"t":36,"uu":"hot spiced cider|hf","m":"decks/HFDoMM/Deck of Many Morsels/Hot Spiced Cider.webp","n":"Hot Spiced Cider"},{"id":22467,"c":48,"u":"iron%20rations_hf","p":8,"s":147,"h":1,"t":36,"uu":"iron rations|hf","m":"recipes/HF/039_Newm_9781984858900_lay_art_r1.webp","n":"Iron Rations"},{"id":22468,"c":48,"u":"iron%20rations_hf","p":8,"s":147,"h":1,"t":36,"uu":"iron rations|hf","m":"recipes/HF/039_Newm_9781984858900_lay_art_r1.webp","n":"Journeyfood"},{"id":22469,"c":48,"u":"kara-tur%20noodles_hf","p":32,"s":147,"h":1,"t":36,"uu":"kara-tur noodles|hf","n":"Kara-Tur Noodles"},{"id":22470,"c":48,"u":"lluirwood%20salad_hf","p":131,"s":147,"h":1,"t":36,"uu":"lluirwood salad|hf","m":"decks/HFDoMM/Deck of Many Morsels/Lluirwood Salad.webp","n":"Lluirwood Salad"},{"id":22471,"c":48,"u":"meal's%20end_hf","p":79,"s":147,"h":1,"t":36,"uu":"meal's end|hf","m":"recipes/HF/073_Newm_9781984858900_lay_art_r1.webp","n":"Meal's End"},{"id":22472,"c":48,"u":"melted%20cheeses%20with%20chunky%20tomato%20broth_hf","p":127,"s":147,"h":1,"t":36,"uu":"melted cheeses with chunky tomato broth|hf","m":"recipes/HF/093_Newm_9781984858900_lay_art_r1.webp","n":"Melted Cheeses with Chunky Tomato Broth"},{"id":22473,"c":48,"u":"miner's%20pie_hf","p":95,"s":147,"h":1,"t":36,"uu":"miner's pie|hf","m":"recipes/HF/079_Newm_9781984858900_lay_art_r1.webp","n":"Miner's Pie"},{"id":22474,"c":48,"u":"miner's%20pie_hf","p":95,"s":147,"h":1,"t":36,"uu":"miner's pie|hf","m":"recipes/HF/079_Newm_9781984858900_lay_art_r1.webp","n":"Shepherd's Pie"},{"id":22475,"c":48,"u":"moonshae%20seafood%20rice_hf","p":72,"s":147,"h":1,"t":36,"uu":"moonshae seafood rice|hf","m":"recipes/HF/070_Newm_9781984858900_lay_art_r1.webp","n":"Moonshae Seafood Rice"},{"id":22476,"c":48,"u":"mushroom%20tea_hf","p":184,"s":147,"h":1,"t":36,"uu":"mushroom tea|hf","n":"Mushroom Tea"},{"id":22477,"c":48,"u":"orange%20mountain%20duck_hf","p":104,"s":147,"h":1,"t":36,"uu":"orange mountain duck|hf","n":"Orange Mountain Duck"},{"id":22478,"c":48,"u":"otik's%20skillet-fried%20spiced%20potatoes_hf","p":29,"s":147,"h":1,"t":36,"uu":"otik's skillet-fried spiced potatoes|hf","n":"Otik's Skillet-Fried Spiced Potatoes"},{"id":22479,"c":48,"u":"pan-fried%20knucklehead%20trout_hf","p":13,"s":147,"h":1,"t":36,"uu":"pan-fried knucklehead trout|hf","n":"Pan-Fried Knucklehead Trout"},{"id":22480,"c":48,"u":"par-salian's%20tea_hf","p":183,"s":147,"h":1,"t":36,"uu":"par-salian's tea|hf","m":"recipes/HF/120_Newm_9781984858900_lay_art_r1.webp","n":"Par-Salian's Tea"},{"id":22481,"c":48,"u":"plate-of-gold_hf","p":106,"s":147,"h":1,"t":36,"uu":"plate-of-gold|hf","m":"recipes/HF/086_Newm_9781984858900_lay_art_r1.webp","n":"Plate-of-Gold"},{"id":22482,"c":48,"u":"potato%20leek%20soup_hf","p":97,"s":147,"h":1,"t":36,"uu":"potato leek soup|hf","n":"Potato Leek Soup"},{"id":22483,"c":48,"u":"potion%20of%20restoration_hf","p":196,"s":147,"h":1,"t":36,"uu":"potion of restoration|hf","m":"recipes/HF/126_Newm_9781984858900_lay_art_r1.webp","n":"Potion of Restoration"},{"id":22484,"c":48,"u":"qualinesti%20vegetable%20stew_hf","p":76,"s":147,"h":1,"t":36,"uu":"qualinesti vegetable stew|hf","m":"recipes/HF/072_Newm_9781984858900_lay_art_r1.webp","n":"Qualinesti Vegetable Stew"},{"id":22485,"c":48,"u":"quith-pa_hf","p":57,"s":147,"h":1,"t":36,"uu":"quith-pa|hf","m":"recipes/HF/063_Newm_9781984858900_lay_art_r1.webp","n":"Quith-pa"},{"id":22486,"c":48,"u":"reghed%20venison%20pot%20roast_hf","p":37,"s":147,"h":1,"t":36,"uu":"reghed venison pot roast|hf","m":"recipes/HF/053_Newm_9781984858900_lay_art_r1.webp","n":"Reghed Venison Pot Roast"},{"id":22487,"c":48,"u":"rollrum_hf","p":194,"s":147,"h":1,"t":36,"uu":"rollrum|hf","m":"recipes/HF/126_Newm_9781984858900_lay_art_r1.webp","n":"Rollrum"},{"id":22488,"c":48,"u":"sembian%20honey-glazed%20roth%c3%a9%20ribs_hf","p":34,"s":147,"h":1,"t":36,"uu":"sembian honey-glazed rothé ribs|hf","m":"recipes/HF/052_Newm_9781984858900_lay_art_r1.webp","n":"Sembian Honey-Glazed Rothe Ribs"},{"id":22489,"c":48,"u":"smoked%20sausages%20and%20kraut%20with%20dwarven%20mustard_hf","p":99,"s":147,"h":1,"t":36,"uu":"smoked sausages and kraut with dwarven mustard|hf","m":"recipes/HF/083_Newm_9781984858900_lay_art_r1.webp","n":"Smoked Sausages and Kraut with Dwarven Mustard"},{"id":22490,"c":48,"u":"stuffed%20egg-battered%20toast_hf","p":120,"s":147,"h":1,"t":36,"uu":"stuffed egg-battered toast|hf","m":"recipes/HF/091_Newm_9781984858900_lay_art_r1.webp","n":"Stuffed Egg-Battered Toast"},{"id":22491,"c":48,"u":"surrogate%20steaks_hf","p":170,"s":147,"h":1,"t":36,"uu":"surrogate steaks|hf","m":"recipes/HF/115_Newm_9781984858900_lay_art_r1.webp","n":"Surrogate Steaks"},{"id":22492,"c":48,"u":"sword%20coast%20seafood%20bouillabaisse_hf","p":11,"s":147,"h":1,"t":36,"uu":"sword coast seafood bouillabaisse|hf","m":"recipes/HF/040_Newm_9781984858900_lay_art_r1.webp","n":"Sword Coast Seafood Bouillabaisse"},{"id":22493,"c":48,"u":"tavern%20%22steak%22_hf","p":40,"s":147,"h":1,"t":36,"uu":"tavern \"steak\"|hf","m":"recipes/HF/054_Newm_9781984858900_lay_art_r1.webp","n":"Tavern \"Steak\""},{"id":22494,"c":48,"u":"the%20mindflayer_hf","p":193,"s":147,"h":1,"t":36,"uu":"the mindflayer|hf","m":"recipes/HF/126_Newm_9781984858900_lay_art_r1.webp","n":"The Mindflayer"},{"id":22495,"c":48,"u":"the%20mindflayer_hf","p":193,"s":147,"h":1,"t":36,"uu":"the mindflayer|hf","m":"recipes/HF/126_Newm_9781984858900_lay_art_r1.webp","n":"Cone of Cold"},{"id":22496,"c":48,"u":"the%20mindflayer_hf","p":193,"s":147,"h":1,"t":36,"uu":"the mindflayer|hf","m":"recipes/HF/126_Newm_9781984858900_lay_art_r1.webp","n":"Shondath Icewine"},{"id":22497,"c":48,"u":"traveler's%20stew_hf","p":7,"s":147,"h":1,"t":36,"uu":"traveler's stew|hf","m":"recipes/HF/038_Newm_9781984858900_lay_art_r1.webp","n":"Traveler's Stew"},{"id":22498,"c":48,"u":"trolltide%20candied%20apples_hf","p":24,"s":147,"h":1,"t":36,"uu":"trolltide candied apples|hf","m":"recipes/HF/047_Newm_9781984858900_lay_art_r1.webp","n":"Trolltide Candied Apples"},{"id":22499,"c":48,"u":"twice-baked%20cockatrice%20wings_hf","p":163,"s":147,"h":1,"t":36,"uu":"twice-baked cockatrice wings|hf","m":"recipes/HF/111_Newm_9781984858900_lay_art_r1.webp","n":"Twice-Baked Cockatrice Wings"},{"id":22500,"c":48,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_hf","p":93,"s":147,"h":1,"t":36,"uu":"underdark lotus with fire lichen spread|hf","m":"decks/HFDoMM/Deck of Many Morsels/Underdark Lotus with Fire Lichen Spread.webp","n":"Underdark Lotus with Fire Lichen Spread"},{"id":22501,"c":48,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_hf","p":93,"s":147,"h":1,"t":36,"uu":"underdark lotus with fire lichen spread|hf","m":"decks/HFDoMM/Deck of Many Morsels/Underdark Lotus with Fire Lichen Spread.webp","n":"Fungus Two Ways"},{"id":22502,"c":48,"u":"vedbread_hf","p":27,"s":147,"h":1,"t":36,"uu":"vedbread|hf","m":"recipes/HF/048_Newm_9781984858900_lay_art_r1.webp","n":"Vedbread"},{"id":22503,"c":48,"u":"wood%20elf%20forest%20salad_hf","p":63,"s":147,"h":1,"t":36,"uu":"wood elf forest salad|hf","m":"recipes/HF/065_Newm_9781984858900_lay_art_r1.webp","n":"Wood Elf Forest Salad"},{"id":22504,"c":48,"u":"yawning%20portal%20buttermilk%20biscuits_hf","p":31,"s":147,"h":1,"t":36,"uu":"yawning portal buttermilk biscuits|hf","m":"recipes/HF/051_Newm_9781984858900_lay_art_r1.webp","n":"Yawning Portal Buttermilk Biscuits"},{"id":22505,"c":48,"u":"zzar_hf","p":197,"s":147,"h":1,"t":36,"uu":"zzar|hf","m":"decks/HFDoMM/Deck of Many Morsels/Zzar.webp","n":"Zzar"},{"id":22506,"c":48,"u":"exploding%20cheese%20puffs_hfdomm","s":155,"h":1,"t":36,"uu":"exploding cheese puffs|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Exploding Cheese Puffs.webp","n":"Exploding Cheese Puffs"},{"id":22507,"c":48,"u":"halfling%20finger%20sandwiches_hfdomm","s":155,"h":1,"t":36,"uu":"halfling finger sandwiches|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Halfling Finger Sandwiches.webp","n":"Halfling Finger Sandwiches"},{"id":22508,"c":48,"u":"moonwood%20artichoke%20spread_hfdomm","s":155,"h":1,"t":36,"uu":"moonwood artichoke spread|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Moonwood Artichoke Spread.webp","n":"Moonwood Artichoke Spread"},{"id":22509,"c":48,"u":"neverwinter%20cheese%20board_hfdomm","s":155,"h":1,"t":36,"uu":"neverwinter cheese board|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Neverwinter Cheese Board.webp","n":"Neverwinter Cheese Board"},{"id":22510,"c":48,"u":"night%20hag's%20delight_hfdomm","s":155,"h":1,"t":36,"uu":"night hag's delight|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Night Hag's Delight.webp","n":"Night Hag's Delight"},{"id":22511,"c":48,"u":"spicy%20brothers%20honey-glazed%20hot%20chips_hfdomm","s":155,"h":1,"t":36,"uu":"spicy brothers honey-glazed hot chips|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Spicy Brothers Honey-Glazed Hot Chips.webp","n":"Spicy Brothers Honey-Glazed Hot Chips"},{"id":22512,"c":48,"u":"spicy%20shredded%20stirge%20sliders_hfdomm","s":155,"h":1,"t":36,"uu":"spicy shredded stirge sliders|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Spicy Shredded Stirge Sliders.webp","n":"Spicy Shredded Stirge Sliders"},{"id":22513,"c":48,"u":"trail%20mash'ums_hfdomm","s":155,"h":1,"t":36,"uu":"trail mash'ums|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Trail Mash'ums.webp","n":"Trail Mash'ums"},{"id":22514,"c":48,"u":"underdark%20forage%20board_hfdomm","s":155,"h":1,"t":36,"uu":"underdark forage board|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Underdark Forage Board.webp","n":"Underdark Forage Board"},{"id":22515,"c":48,"u":"waterdeep%20charcuterie_hfdomm","s":155,"h":1,"t":36,"uu":"waterdeep charcuterie|hfdomm","m":"decks/HFDoMM/Deck of Many Morsels/Waterdeep Charcuterie.webp","n":"Waterdeep Charcuterie"},{"id":22516,"c":48,"u":"bacon-wrapped%20smoked%20mussels_hffotm","p":164,"s":148,"h":1,"t":36,"uu":"bacon-wrapped smoked mussels|hffotm","m":"recipes/HFFotM/125_NEWM_9781984861313_lay_art_r1.webp","n":"Bacon-Wrapped Smoked Mussels"},{"id":22517,"c":48,"u":"barovian%20garlic%20bread_hffotm","p":134,"s":148,"h":1,"t":36,"uu":"barovian garlic bread|hffotm","m":"recipes/HFFotM/107_NEWM_9781984861313_lay_art_r1.webp","n":"Barovian Garlic Bread"},{"id":22518,"c":48,"u":"beer%20bread_hffotm","p":163,"s":148,"h":1,"t":36,"uu":"beer bread|hffotm","n":"Beer Bread"},{"id":22519,"c":48,"u":"beluir%20poached%20salmon_hffotm","p":100,"s":148,"h":1,"t":36,"uu":"beluir poached salmon|hffotm","m":"recipes/HFFotM/089_NEWM_9781984861313_lay_art_r1.webp","n":"Beluir Poached Salmon"},{"id":22520,"c":48,"u":"beluir%20poached%20salmon_hffotm","p":100,"s":148,"h":1,"t":36,"uu":"beluir poached salmon|hffotm","m":"recipes/HFFotM/089_NEWM_9781984861313_lay_art_r1.webp","n":"Beluir Salmon Spread"},{"id":22521,"c":48,"u":"black%20lotus%20root_hffotm","p":103,"s":148,"h":1,"t":36,"uu":"black lotus root|hffotm","m":"recipes/HFFotM/090_NEWM_9781984861313_lay_art_r1.webp","n":"Black Lotus Root"},{"id":22522,"c":48,"u":"blood%20of%20vol_hffotm","p":111,"s":148,"h":1,"t":36,"uu":"blood of vol|hffotm","m":"recipes/HFFotM/095_NEWM_9781984861313_lay_art_r1.webp","n":"Blood of Vol"},{"id":22523,"c":48,"u":"boar%20hock%20soup_hffotm","p":71,"s":148,"h":1,"t":36,"uu":"boar hock soup|hffotm","m":"recipes/HFFotM/068_NEWM_9781984861313_lay_art_r1.webp","n":"Boar Hock Soup"},{"id":22524,"c":48,"u":"brackleberry%20jam_hffotm","p":196,"s":148,"h":1,"t":36,"uu":"brackleberry jam|hffotm","m":"recipes/HFFotM/142_NEWM_9781984861313_lay_art_r1.webp","n":"Brackleberry Jam"},{"id":22525,"c":48,"u":"breaded%20bird%20cutlets_hffotm","p":112,"s":148,"h":1,"t":36,"uu":"breaded bird cutlets|hffotm","n":"Breaded Bird Cutlets"},{"id":22526,"c":48,"u":"butternut%20beer_hffotm","p":330,"s":148,"h":1,"t":36,"uu":"butternut beer|hffotm","m":"recipes/HFFotM/043_NEWM_9781984861313_lay_art_r1.webp","n":"Butternut Beer"},{"id":22527,"c":48,"u":"chickpea%20and%20spicy%20sausage%20soup_hffotm","p":167,"s":148,"h":1,"t":36,"uu":"chickpea and spicy sausage soup|hffotm","m":"recipes/HFFotM/126_NEWM_9781984861313_lay_art_r1.webp","n":"Chickpea and Spicy Sausage Soup"},{"id":22528,"c":48,"u":"chirper's%20sugar%20biscuits_hffotm","p":174,"s":148,"h":1,"t":36,"uu":"chirper's sugar biscuits|hffotm","m":"recipes/HFFotM/130_NEWM_9781984861313_lay_art_r1.webp","n":"Chirper's Sugar Biscuits"},{"id":22529,"c":48,"u":"chopforest_hffotm","p":15,"s":148,"h":1,"t":36,"uu":"chopforest|hffotm","m":"recipes/HFFotM/032_NEWM_9781984861313_lay_art_r1.webp","n":"Chopforest"},{"id":22530,"c":48,"u":"cloaks_hffotm","p":73,"s":148,"h":1,"t":36,"uu":"cloaks|hffotm","m":"decks/HFDoMM/Deck of Many Morsels/Cloaks.webp","n":"Cloaks"},{"id":22531,"c":48,"u":"duergar%20smoked%20herring_hffotm","p":51,"s":148,"h":1,"t":36,"uu":"duergar smoked herring|hffotm","n":"Duergar Smoked Herring"},{"id":22532,"c":48,"u":"eldeen%20banquet_hffotm","p":202,"s":148,"h":1,"t":36,"uu":"eldeen banquet|hffotm","n":"Eldeen Banquet"},{"id":22533,"c":48,"u":"elfharrow%20baked%20goat%20cheese_hffotm","p":192,"s":148,"h":1,"t":36,"uu":"elfharrow baked goat cheese|hffotm","m":"recipes/HFFotM/139_NEWM_9781984861313_lay_art_r1_2.webp","n":"Elfharrow Baked Goat Cheese"},{"id":22534,"c":48,"u":"elven%20flatbread_hffotm","p":188,"s":148,"h":1,"t":36,"uu":"elven flatbread|hffotm","m":"recipes/HFFotM/136_NEWM_9781984861313_lay_art_r1.webp","n":"Elven Flatbread"},{"id":22535,"c":48,"u":"elverquisst_hffotm","p":205,"s":148,"h":1,"t":36,"uu":"elverquisst|hffotm","m":"recipes/HFFotM/148_NEWM_9781984861313_lay_art_r1.webp","n":"Elverquisst"},{"id":22536,"c":48,"u":"emerald%20chicken_hffotm","p":171,"s":148,"h":1,"t":36,"uu":"emerald chicken|hffotm","m":"recipes/HFFotM/128_NEWM_9781984861313_lay_art_r1.webp","n":"Emerald Chicken"},{"id":22537,"c":48,"u":"fey%20fritters_hffotm","p":198,"s":148,"h":1,"t":36,"uu":"fey fritters|hffotm","m":"recipes/HFFotM/144_NEWM_9781984861313_lay_art_r1.webp","n":"Fey Fritters"},{"id":22538,"c":48,"u":"fig%20cakes_hffotm","p":146,"s":148,"h":1,"t":36,"uu":"fig cakes|hffotm","m":"recipes/HFFotM/115_NEWM_9781984861313_lay_art_r1.webp","n":"Fig Cakes"},{"id":22539,"c":48,"u":"fire-wrapped%20golden%20fish_hffotm","p":168,"s":148,"h":1,"t":36,"uu":"fire-wrapped golden fish|hffotm","m":"recipes/HFFotM/127_NEWM_9781984861313_lay_art_r1.webp","n":"Fire-Wrapped Golden Fish"},{"id":22540,"c":48,"u":"fried%20bread%20and%20spices_hffotm","p":162,"s":148,"h":1,"t":36,"uu":"fried bread and spices|hffotm","n":"Fried Bread and Spices"},{"id":22541,"c":48,"u":"fried%20soy%20with%20vegetables_hffotm","p":42,"s":148,"h":1,"t":36,"uu":"fried soy with vegetables|hffotm","m":"recipes/HFFotM/049_NEWM_9781984861313_lay_art_r1.webp","n":"Fried Soy with Vegetables"},{"id":22542,"c":48,"u":"goldenstars_hffotm","p":8,"s":148,"h":1,"t":36,"uu":"goldenstars|hffotm","m":"recipes/HFFotM/028_NEWM_9781984861313_lay_art_r1.webp","n":"Goldenstars"},{"id":22543,"c":48,"u":"green%20dragon%20blackbread%20muffins_hffotm","p":104,"s":148,"h":1,"t":36,"uu":"green dragon blackbread muffins|hffotm","m":"recipes/HFFotM/092_NEWM_9781984861313_lay_art_r1.webp","n":"Green Dragon Blackbread Muffins"},{"id":22544,"c":48,"u":"green%20ice%20rime_hffotm","p":59,"s":148,"h":1,"t":36,"uu":"green ice rime|hffotm","m":"recipes/HFFotM/060_NEWM_9781984861313_lay_art_r1.webp","n":"Green Ice Rime"},{"id":22545,"c":48,"u":"green%20ice%20rime_hffotm","p":59,"s":148,"h":1,"t":36,"uu":"green ice rime|hffotm","m":"recipes/HFFotM/060_NEWM_9781984861313_lay_art_r1.webp","n":"The Gelatinous Cube"},{"id":22546,"c":48,"u":"green%20onion%20pancakes_hffotm","p":137,"s":148,"h":1,"t":36,"uu":"green onion pancakes|hffotm","m":"recipes/HFFotM/108_NEWM_9781984861313_lay_art_r1.webp","n":"Green Onion Pancakes"},{"id":22547,"c":48,"u":"halfling%20game%20birds_hffotm","p":115,"s":148,"h":1,"t":36,"uu":"halfling game birds|hffotm","m":"recipes/HFFotM/098_NEWM_9781984861313_lay_art_r1.webp","n":"Halfling Game Birds"},{"id":22548,"c":48,"u":"halfling%20iron%20rations_hffotm","p":130,"s":148,"h":1,"t":36,"uu":"halfling iron rations|hffotm","n":"Halfling Iron Rations"},{"id":22549,"c":48,"u":"harengon%20coffee%20carrots_hffotm","p":195,"s":148,"h":1,"t":36,"uu":"harengon coffee carrots|hffotm","n":"Harengon Coffee Carrots"},{"id":22550,"c":48,"u":"harmonious%20barracks%20meatloaf_hffotm","p":173,"s":148,"h":1,"t":36,"uu":"harmonious barracks meatloaf|hffotm","n":"Harmonious Barracks Meatloaf"},{"id":22551,"c":48,"u":"honey%20milk_hffotm","p":149,"s":148,"h":1,"t":36,"uu":"honey milk|hffotm","n":"Honey Milk"},{"id":22552,"c":48,"u":"hot%20river%20crab%20bites_hffotm","p":16,"s":148,"h":1,"t":36,"uu":"hot river crab bites|hffotm","m":"recipes/HFFotM/033_NEWM_9781984861313_lay_art_r1.webp","n":"Hot River Crab Bites"},{"id":22553,"c":48,"u":"irlymeyer's%20dragonfire%20punch_hffotm","p":91,"s":148,"h":1,"t":36,"uu":"irlymeyer's dragonfire punch|hffotm","m":"recipes/HFFotM/082_NEWM_9781984861313_lay_art_r1.webp","n":"Irlymeyer's Dragonfire Punch"},{"id":22554,"c":48,"u":"kaeth_hffotm","p":178,"s":148,"h":1,"t":36,"uu":"kaeth|hffotm","m":"recipes/HFFotM/132_NEWM_9781984861313_lay_art_r1.webp","n":"Kaeth"},{"id":22555,"c":48,"u":"kaeth_hffotm","p":178,"s":148,"h":1,"t":36,"uu":"kaeth|hffotm","m":"recipes/HFFotM/132_NEWM_9781984861313_lay_art_r1.webp","n":"Coffee"},{"id":22556,"c":48,"u":"kender%20loaf_hffotm","p":87,"s":148,"h":1,"t":36,"uu":"kender loaf|hffotm","m":"recipes/HFFotM/080_NEWM_9781984861313_lay_art_r1.webp","n":"Kender Loaf"},{"id":22557,"c":48,"u":"kender%20loaf_hffotm","p":87,"s":148,"h":1,"t":36,"uu":"kender loaf|hffotm","m":"recipes/HFFotM/080_NEWM_9781984861313_lay_art_r1.webp","n":"Raston Pastry"},{"id":22558,"c":48,"u":"kender%20stumblenoodles_hffotm","p":76,"s":148,"h":1,"t":36,"uu":"kender stumblenoodles|hffotm","m":"recipes/HFFotM/074_NEWM_9781984861313_lay_art_r1.webp","n":"Kender Stumblenoodles"},{"id":22559,"c":48,"u":"kendermore%20cobbler_hffotm","p":88,"s":148,"h":1,"t":36,"uu":"kendermore cobbler|hffotm","n":"Kendermore Cobbler"},{"id":22560,"c":48,"u":"laumberry%20pie_hffotm","p":25,"s":148,"h":1,"t":36,"uu":"laumberry pie|hffotm","m":"recipes/HFFotM/038_NEWM_9781984861313_lay_art_r1.webp","n":"Laumberry Pie"},{"id":22561,"c":48,"u":"loaf%20pudding_hffotm","p":60,"s":148,"h":1,"t":36,"uu":"loaf pudding|hffotm","n":"Loaf Pudding"},{"id":22562,"c":48,"u":"mingari-spiced%20owlbear%20milk_hffotm","p":28,"s":148,"h":1,"t":36,"uu":"mingari-spiced owlbear milk|hffotm","m":"recipes/HFFotM/041_NEWM_9781984861313_lay_art_r1.webp","n":"Mingari-Spiced Owlbear Milk"},{"id":22563,"c":48,"u":"neverwinter%20nectar_hffotm","p":30,"s":148,"h":1,"t":36,"uu":"neverwinter nectar|hffotm","m":"recipes/HFFotM/042_NEWM_9781984861313_lay_art_r1.webp","n":"Neverwinter Nectar"},{"id":22564,"c":48,"u":"onion%20loaf_hffotm","p":23,"s":148,"h":1,"t":36,"uu":"onion loaf|hffotm","n":"Onion Loaf"},{"id":22565,"c":48,"u":"ornabra_hffotm","p":108,"s":148,"h":1,"t":36,"uu":"ornabra|hffotm","n":"Ornabra"},{"id":22566,"c":48,"u":"plate%20of%20silver_hffotm","p":83,"s":148,"h":1,"t":36,"uu":"plate of silver|hffotm","m":"recipes/HFFotM/078_NEWM_9781984861313_lay_art_r1.webp","n":"Plate of Silver"},{"id":22567,"c":48,"u":"purple%20grapemash%20no.%203_hffotm","p":150,"s":148,"h":1,"t":36,"uu":"purple grapemash no. 3|hffotm","m":"recipes/HFFotM/118_NEWM_9781984861313_lay_art_r1.webp","n":"Purple Grapemash No. 3"},{"id":22568,"c":48,"u":"quij's%20plate_hffotm","p":145,"s":148,"h":1,"t":36,"uu":"quij's plate|hffotm","m":"recipes/HFFotM/113_NEWM_9781984861313_lay_art_r1.webp","n":"Quij's Plate"},{"id":22569,"c":48,"u":"ray%20of%20frost_hffotm","p":120,"s":148,"h":1,"t":36,"uu":"ray of frost|hffotm","m":"recipes/HFFotM/101_NEWM_9781984861313_lay_art_r1.webp","n":"Ray of Frost"},{"id":22570,"c":48,"u":"roth%c3%a9%20steak_hffotm","p":22,"s":148,"h":1,"t":36,"uu":"rothé steak|hffotm","n":"Rothe Steak"},{"id":22571,"c":48,"u":"ruby%20cordial_hffotm","p":120,"s":148,"h":1,"t":36,"uu":"ruby cordial|hffotm","m":"recipes/HFFotM/101_NEWM_9781984861313_lay_art_r1.webp","n":"Ruby Cordial"},{"id":22572,"c":48,"u":"saerloonian%20glowfire_hffotm","p":205,"s":148,"h":1,"t":36,"uu":"saerloonian glowfire|hffotm","m":"recipes/HFFotM/148_NEWM_9781984861313_lay_art_r1.webp","n":"Saerloonian Glowfire"},{"id":22573,"c":48,"u":"salbread_hffotm","p":75,"s":148,"h":1,"t":36,"uu":"salbread|hffotm","m":"recipes/HFFotM/073_NEWM_9781984861313_lay_art_r1.webp","n":"Salbread"},{"id":22574,"c":48,"u":"seelie%20court%20cheese%20and%20potato%20soup_hffotm","p":191,"s":148,"h":1,"t":36,"uu":"seelie court cheese and potato soup|hffotm","m":"recipes/HFFotM/137_NEWM_9781984861313_lay_art_r1.webp","n":"Seelie Court Cheese and Potato Soup"},{"id":22575,"c":48,"u":"sensate%20palate%20cleanser_hffotm","p":160,"s":148,"h":1,"t":36,"uu":"sensate palate cleanser|hffotm","m":"recipes/HFFotM/122_NEWM_9781984861313_lay_art_r1.webp","n":"Sensate Palate Cleanser"},{"id":22576,"c":48,"u":"silverfruit%20pie_hffotm","p":177,"s":148,"h":1,"t":36,"uu":"silverfruit pie|hffotm","n":"Silverfruit Pie"},{"id":22577,"c":48,"u":"sornstag_hffotm","p":19,"s":148,"h":1,"t":36,"uu":"sornstag|hffotm","m":"recipes/HFFotM/034_NEWM_9781984861313_lay_art_r1.webp","n":"Sornstag"},{"id":22578,"c":48,"u":"sour%20cream-walnut%20cake_hffotm","p":24,"s":148,"h":1,"t":36,"uu":"sour cream-walnut cake|hffotm","n":"Sour Cream-Walnut Cake"},{"id":22579,"c":48,"u":"spiced%20pork%20and%20orange%20peppers_hffotm","p":52,"s":148,"h":1,"t":36,"uu":"spiced pork and orange peppers|hffotm","m":"recipes/HFFotM/056_NEWM_9781984861313_lay_art_r1.webp","n":"Spiced Pork and Orange Peppers"},{"id":22580,"c":48,"u":"sprucebark%20quaff_hffotm","p":201,"s":148,"h":1,"t":36,"uu":"sprucebark quaff|hffotm","m":"recipes/HFFotM/144_NEWM_9781984861313_lay_art_r1.webp","n":"Sprucebark Quaff"},{"id":22581,"c":48,"u":"steak%20of%20the%20deep_hffotm","p":57,"s":148,"h":1,"t":36,"uu":"steak of the deep|hffotm","m":"recipes/HFFotM/059_NEWM_9781984861313_lay_art_r1.webp","n":"Steak of the Deep"},{"id":22582,"c":48,"u":"stuffed%20trout_hffotm","p":84,"s":148,"h":1,"t":36,"uu":"stuffed trout|hffotm","m":"recipes/HFFotM/079_NEWM_9781984861313_lay_art_r1.webp","n":"Stuffed Trout"},{"id":22583,"c":48,"u":"talyth_hffotm","p":12,"s":148,"h":1,"t":36,"uu":"talyth|hffotm","m":"recipes/HFFotM/031_NEWM_9781984861313_lay_art_r1.webp","n":"Talyth"},{"id":22584,"c":48,"u":"tamarind%20balls_hffotm","p":46,"s":148,"h":1,"t":36,"uu":"tamarind balls|hffotm","m":"decks/HFDoMM/Deck of Many Morsels/Tamarind Balls.webp","n":"Tamarind Balls"},{"id":22585,"c":48,"u":"tarsis-style%20shrimp_hffotm","p":80,"s":148,"h":1,"t":36,"uu":"tarsis-style shrimp|hffotm","m":"recipes/HFFotM/077_NEWM_9781984861313_lay_art_r1.webp","n":"Tarsis-Style Shrimp"},{"id":22586,"c":48,"u":"tavern%20crickets_hffotm","p":133,"s":148,"h":1,"t":36,"uu":"tavern crickets|hffotm","m":"recipes/HFFotM/106_NEWM_9781984861313_lay_art_r1.webp","n":"Tavern Crickets"},{"id":22587,"c":48,"u":"tavern%20noodles_hffotm","p":45,"s":148,"h":1,"t":36,"uu":"tavern noodles|hffotm","n":"Tavern Noodles"},{"id":22588,"c":48,"u":"tears%20of%20sel%c3%bbne_hffotm","p":48,"s":148,"h":1,"t":36,"uu":"tears of selûne|hffotm","m":"recipes/HFFotM/054_NEWM_9781984861313_lay_art_r1.webp","n":"Tears of Selune"},{"id":22589,"c":48,"u":"thrakel-seared%20beef%20in%20red%20sauce_hffotm","p":107,"s":148,"h":1,"t":36,"uu":"thrakel-seared beef in red sauce|hffotm","m":"recipes/HFFotM/093_NEWM_9781984861313_lay_art_r1.webp","n":"Thrakel-Seared Beef in Red Sauce"},{"id":22590,"c":48,"u":"tika's%20honey%20mead_hffotm","p":92,"s":148,"h":1,"t":36,"uu":"tika's honey mead|hffotm","m":"decks/HFDoMM/Deck of Many Morsels/Tika's Honey Mead.webp","n":"Tika's Honey Mead"},{"id":22591,"c":48,"u":"trencher%20bread_hffotm","p":47,"s":148,"h":1,"t":36,"uu":"trencher bread|hffotm","n":"Trencher Bread"},{"id":22592,"c":48,"u":"two%20hares%20inn%20rabbit%20stew_hffotm","p":138,"s":148,"h":1,"t":36,"uu":"two hares inn rabbit stew|hffotm","n":"Two Hares Inn Rabbit Stew"},{"id":22593,"c":48,"u":"undermountain%20alurlyath_hffotm","p":63,"s":148,"h":1,"t":36,"uu":"undermountain alurlyath|hffotm","m":"recipes/HFFotM/064_NEWM_9781984861313_lay_art_r1.webp","n":"Undermountain Alurlyath"},{"id":22594,"c":48,"u":"vada's%20vanilla%20buns_hffotm","p":116,"s":148,"h":1,"t":36,"uu":"vada's vanilla buns|hffotm","m":"recipes/HFFotM/099_NEWM_9781984861313_lay_art_r1.webp","n":"Vada's Vanilla Buns"},{"id":22595,"c":48,"u":"whole%20roast%20boar_hffotm","p":141,"s":148,"h":1,"t":36,"uu":"whole roast boar|hffotm","m":"recipes/HFFotM/110_NEWM_9781984861313_lay_art_r1.webp","n":"Whole Roast Boar"},{"id":22596,"c":48,"u":"almond%20brandy_paf","p":113,"s":149,"h":1,"t":36,"uu":"almond brandy|paf","n":"Almond Brandy"},{"id":22597,"c":48,"u":"astral%20plane_paf","p":20,"s":149,"h":1,"t":36,"uu":"astral plane|paf","m":"recipes/PaF/026.webp","n":"Astral Plane"},{"id":22598,"c":48,"u":"baldurian%20tonic_paf","p":176,"s":149,"h":1,"t":36,"uu":"baldurian tonic|paf","n":"Baldurian Tonic"},{"id":22599,"c":48,"u":"beauty%20mark_paf","p":146,"s":149,"h":1,"t":36,"uu":"beauty mark|paf","n":"Beauty Mark"},{"id":22600,"c":48,"u":"bee%20well_paf","p":162,"s":149,"h":1,"t":36,"uu":"bee well|paf","m":"recipes/PaF/099.webp","n":"Bee Well"},{"id":22601,"c":48,"u":"bitter%20black_paf","p":157,"s":149,"h":1,"t":36,"uu":"bitter black|paf","m":"recipes/PaF/097.webp","n":"Bitter Black"},{"id":22602,"c":48,"u":"brandy%20cassalanter_paf","p":105,"s":149,"h":1,"t":36,"uu":"brandy cassalanter|paf","m":"recipes/PaF/068.webp","n":"Brandy Cassalanter"},{"id":22603,"c":48,"u":"candlekeep%20tea_paf","p":26,"s":149,"h":1,"t":36,"uu":"candlekeep tea|paf","m":"recipes/PaF/028.webp","n":"Candlekeep Tea"},{"id":22604,"c":48,"u":"captain's%20fancy_paf","p":76,"s":149,"h":1,"t":36,"uu":"captain's fancy|paf","m":"recipes/PaF/053.webp","n":"Captain's Fancy"},{"id":22605,"c":48,"u":"cat's%20cradle_paf","p":43,"s":149,"h":1,"t":36,"uu":"cat's cradle|paf","n":"Cat's Cradle"},{"id":22606,"c":48,"u":"celebration%20brew_paf","p":74,"s":149,"h":1,"t":36,"uu":"celebration brew|paf","n":"Celebration Brew"},{"id":22607,"c":48,"u":"celebration%20brew_paf","p":74,"s":149,"h":1,"t":36,"uu":"celebration brew|paf","n":"Liquid Courage"},{"id":22608,"c":48,"u":"cheap%20seat_paf","p":57,"s":149,"h":1,"t":36,"uu":"cheap seat|paf","m":"recipes/PaF/043.webp","n":"Cheap Seat"},{"id":22609,"c":48,"u":"cherry%20mead_paf","p":160,"s":149,"h":1,"t":36,"uu":"cherry mead|paf","n":"Cherry Mead"},{"id":22610,"c":48,"u":"chessentan%20tea_paf","p":178,"s":149,"h":1,"t":36,"uu":"chessentan tea|paf","m":"recipes/PaF/106.webp","n":"Chessentan Tea"},{"id":22611,"c":48,"u":"chultwater_paf","p":75,"s":149,"h":1,"t":36,"uu":"chultwater|paf","n":"Chultwater"},{"id":22612,"c":48,"u":"courtesans_paf","p":147,"s":149,"h":1,"t":36,"uu":"courtesans|paf","m":"recipes/PaF/091.webp","n":"Courtesans"},{"id":22613,"c":48,"u":"crakaneg_paf","p":110,"s":149,"h":1,"t":36,"uu":"crakaneg|paf","m":"recipes/PaF/071.webp","n":"Crakaneg"},{"id":22614,"c":48,"u":"craknoeg_paf","p":112,"s":149,"h":1,"t":36,"uu":"craknoeg|paf","m":"recipes/PaF/071.webp","n":"Craknoeg"},{"id":22615,"c":48,"u":"craknoeg_paf","p":112,"s":149,"h":1,"t":36,"uu":"craknoeg|paf","m":"recipes/PaF/071.webp","n":"Vegan Variation Craknoeg"},{"id":22616,"c":48,"u":"deadwinter%20fire_paf","p":92,"s":149,"h":1,"t":36,"uu":"deadwinter fire|paf","n":"Deadwinter Fire"},{"id":22617,"c":48,"u":"dragonberries_paf","p":47,"s":149,"h":1,"t":36,"uu":"dragonberries|paf","m":"recipes/PaF/038.webp","n":"Dragonberries"},{"id":22618,"c":48,"u":"eldritch%20storm_paf","p":80,"s":149,"h":1,"t":36,"uu":"eldritch storm|paf","m":"recipes/PaF/055.webp","n":"Eldritch Storm"},{"id":22619,"c":48,"u":"elfharrow%20kiss_paf","p":126,"s":149,"h":1,"t":36,"uu":"elfharrow kiss|paf","m":"recipes/PaF/080.webp","n":"Elfharrow Kiss"},{"id":22620,"c":48,"u":"emerald%20door_paf","p":25,"s":149,"h":1,"t":36,"uu":"emerald door|paf","m":"recipes/PaF/027.webp","n":"Emerald Door"},{"id":22621,"c":48,"u":"endurance_paf","p":109,"s":149,"h":1,"t":36,"uu":"endurance|paf","m":"recipes/PaF/070.webp","n":"Endurance"},{"id":22622,"c":48,"u":"eye%20of%20the%20beholder_paf","p":91,"s":149,"h":1,"t":36,"uu":"eye of the beholder|paf","m":"recipes/PaF/061.webp","n":"Eye Of The Beholder"},{"id":22623,"c":48,"u":"faerie%20fire_paf","p":78,"s":149,"h":1,"t":36,"uu":"faerie fire|paf","m":"recipes/PaF/054.webp","n":"Faerie Fire"},{"id":22624,"c":48,"u":"feywine%20punch_paf","p":142,"s":149,"h":1,"t":36,"uu":"feywine punch|paf","n":"Feywine Punch"},{"id":22625,"c":48,"u":"flumphcakes_paf","p":65,"s":149,"h":1,"t":36,"uu":"flumphcakes|paf","m":"recipes/PaF/047.webp","n":"Flumphcakes"},{"id":22626,"c":48,"u":"fol-de-rol_paf","p":64,"s":149,"h":1,"t":36,"uu":"fol-de-rol|paf","n":"Fol-De-Rol"},{"id":22627,"c":48,"u":"golden%20way_paf","p":123,"s":149,"h":1,"t":36,"uu":"golden way|paf","m":"recipes/PaF/078.webp","n":"Golden Way"},{"id":22628,"c":48,"u":"greengrass_paf","p":130,"s":149,"h":1,"t":36,"uu":"greengrass|paf","m":"recipes/PaF/082.webp","n":"Greengrass"},{"id":22629,"c":48,"u":"hand%20of%20vecna_paf","p":36,"s":149,"h":1,"t":36,"uu":"hand of vecna|paf","m":"recipes/PaF/033.webp","n":"Hand Of Vecna"},{"id":22630,"c":48,"u":"harpell's%20reserve_paf","p":45,"s":149,"h":1,"t":36,"uu":"harpell's reserve|paf","m":"recipes/PaF/036.webp","n":"Harpell's Reserve"},{"id":22631,"c":48,"u":"hellish%20rebuke_paf","p":96,"s":149,"h":1,"t":36,"uu":"hellish rebuke|paf","m":"recipes/PaF/063.webp","n":"Hellish Rebuke"},{"id":22632,"c":48,"u":"high%20sun%20florentines_paf","p":116,"s":149,"h":1,"t":36,"uu":"high sun florentines|paf","n":"High Sun Florentines"},{"id":22633,"c":48,"u":"hordelander_paf","p":54,"s":149,"h":1,"t":36,"uu":"hordelander|paf","m":"recipes/PaF/042.webp","n":"Hordelander"},{"id":22634,"c":48,"u":"illuskan%20mulled%20cider_paf","p":164,"s":149,"h":1,"t":36,"uu":"illuskan mulled cider|paf","n":"Illuskan Mulled Cider"},{"id":22635,"c":48,"u":"inkpot%20negroni_paf","p":18,"s":149,"h":1,"t":36,"uu":"inkpot negroni|paf","m":"recipes/PaF/025.webp","n":"Inkpot Negroni"},{"id":22636,"c":48,"u":"kinship%20shrub_paf","p":175,"s":149,"h":1,"t":36,"uu":"kinship shrub|paf","m":"recipes/PaF/105.webp","n":"Kinship Shrub"},{"id":22637,"c":48,"u":"lady%20ophala_paf","p":140,"s":149,"h":1,"t":36,"uu":"lady ophala|paf","m":"recipes/PaF/088.webp","n":"Lady Ophala"},{"id":22638,"c":48,"u":"lathander's%20bounty_paf","p":172,"s":149,"h":1,"t":36,"uu":"lathander's bounty|paf","m":"recipes/PaF/104.webp","n":"Lathander's Bounty"},{"id":22639,"c":48,"u":"library%20martini_paf","p":23,"s":149,"h":1,"t":36,"uu":"library martini|paf","n":"Library Martini"},{"id":22640,"c":48,"u":"littlewinter_paf","p":114,"s":149,"h":1,"t":36,"uu":"littlewinter|paf","m":"recipes/PaF/073.webp","n":"Littlewinter"},{"id":22641,"c":48,"u":"loklee_paf","p":46,"s":149,"h":1,"t":36,"uu":"loklee|paf","n":"Loklee"},{"id":22642,"c":48,"u":"luiric%20rarebit_paf","p":165,"s":149,"h":1,"t":36,"uu":"luiric rarebit|paf","m":"recipes/PaF/100.webp","n":"Luiric Rarebit"},{"id":22643,"c":48,"u":"madame%20rosene's%20nightcap_paf","p":106,"s":149,"h":1,"t":36,"uu":"madame rosene's nightcap|paf","m":"recipes/PaF/069.webp","n":"Madame Rosene's Nightcap"},{"id":22644,"c":48,"u":"magic%20jar_paf","p":28,"s":149,"h":1,"t":36,"uu":"magic jar|paf","n":"Magic Jar"},{"id":22645,"c":48,"u":"malatran%20mule_paf","p":58,"s":149,"h":1,"t":36,"uu":"malatran mule|paf","n":"Malatran Mule"},{"id":22646,"c":48,"u":"many%20stars_paf","p":143,"s":149,"h":1,"t":36,"uu":"many stars|paf","n":"Many Stars"},{"id":22647,"c":48,"u":"mintwater_paf","p":177,"s":149,"h":1,"t":36,"uu":"mintwater|paf","n":"Mintwater"},{"id":22648,"c":48,"u":"moonrise_paf","p":88,"s":149,"h":1,"t":36,"uu":"moonrise|paf","m":"recipes/PaF/060.webp","n":"Moonrise"},{"id":22649,"c":48,"u":"mother_paf","p":60,"s":149,"h":1,"t":36,"uu":"mother|paf","m":"recipes/PaF/045.webp","n":"Mother"},{"id":22650,"c":48,"u":"mourning%20cup_paf","p":182,"s":149,"h":1,"t":36,"uu":"mourning cup|paf","n":"Mourning Cup"},{"id":22651,"c":48,"u":"necromancer_paf","p":22,"s":149,"h":1,"t":36,"uu":"necromancer|paf","n":"Necromancer"},{"id":22652,"c":48,"u":"nether%20gold_paf","p":39,"s":149,"h":1,"t":36,"uu":"nether gold|paf","m":"recipes/PaF/034.webp","n":"Nether Gold"},{"id":22653,"c":48,"u":"night%20watch_paf","p":59,"s":149,"h":1,"t":36,"uu":"night watch|paf","m":"recipes/PaF/044.webp","n":"Night Watch"},{"id":22654,"c":48,"u":"noble%20pretender_paf","p":125,"s":149,"h":1,"t":36,"uu":"noble pretender|paf","n":"Noble Pretender"},{"id":22655,"c":48,"u":"ogretoe_paf","p":40,"s":149,"h":1,"t":36,"uu":"ogretoe|paf","m":"recipes/PaF/035.webp","n":"Ogretoe"},{"id":22656,"c":48,"u":"pegasus_paf","p":42,"s":149,"h":1,"t":36,"uu":"pegasus|paf","n":"Pegasus"},{"id":22657,"c":48,"u":"pieglass_paf","p":156,"s":149,"h":1,"t":36,"uu":"pieglass|paf","m":"recipes/PaF/097.webp","n":"Pieglass"},{"id":22658,"c":48,"u":"poetess_paf","p":95,"s":149,"h":1,"t":36,"uu":"poetess|paf","m":"recipes/PaF/062.webp","n":"Poetess"},{"id":22659,"c":48,"u":"restoration_paf","p":180,"s":149,"h":1,"t":36,"uu":"restoration|paf","m":"recipes/PaF/107.webp","n":"Restoration"},{"id":22660,"c":48,"u":"restoration_paf","p":180,"s":149,"h":1,"t":36,"uu":"restoration|paf","m":"recipes/PaF/107.webp","n":"Potion of Really Minor Restoration"},{"id":22661,"c":48,"u":"rewards_paf","p":29,"s":149,"h":1,"t":36,"uu":"rewards|paf","m":"recipes/PaF/029.webp","n":"Rewards"},{"id":22662,"c":48,"u":"rime%20of%20the%20frostmaiden_paf","p":144,"s":149,"h":1,"t":36,"uu":"rime of the frostmaiden|paf","m":"recipes/PaF/089.webp","n":"Rime Of The Frostmaiden"},{"id":22663,"c":48,"u":"rumtack_paf","p":82,"s":149,"h":1,"t":36,"uu":"rumtack|paf","n":"Rumtack"},{"id":22664,"c":48,"u":"scrap%20and%20oil_paf","p":132,"s":149,"h":1,"t":36,"uu":"scrap and oil|paf","n":"Scrap And Oil"},{"id":22665,"c":48,"u":"scrimshaw_paf","p":72,"s":149,"h":1,"t":36,"uu":"scrimshaw|paf","m":"recipes/PaF/051.webp","n":"Scrimshaw"},{"id":22666,"c":48,"u":"seafoam_paf","p":93,"s":149,"h":1,"t":36,"uu":"seafoam|paf","n":"Seafoam"},{"id":22667,"c":48,"u":"shadowdark_paf","p":155,"s":149,"h":1,"t":36,"uu":"shadowdark|paf","m":"recipes/PaF/095.webp","n":"Shadowdark"},{"id":22668,"c":48,"u":"tavern%20punch_paf","p":161,"s":149,"h":1,"t":36,"uu":"tavern punch|paf","n":"Tavern Punch"},{"id":22669,"c":48,"u":"tearoom%20cookies_paf","p":183,"s":149,"h":1,"t":36,"uu":"tearoom cookies|paf","m":"recipes/PaF/108.webp","n":"Tearoom Cookies"},{"id":22670,"c":48,"u":"the%20bag_paf","p":124,"s":149,"h":1,"t":36,"uu":"the bag|paf","n":"The Bag"},{"id":22671,"c":48,"u":"the%20hoard_paf","p":98,"s":149,"h":1,"t":36,"uu":"the hoard|paf","n":"The Hoard"},{"id":22672,"c":48,"u":"tpk%20(total%20party%20katastrophe)_paf","p":63,"s":149,"h":1,"t":36,"uu":"tpk (total party katastrophe)|paf","m":"recipes/PaF/046.webp","n":"TPK (Total Party Katastrophe)"},{"id":22673,"c":48,"u":"tymora's%20coins_paf","p":129,"s":149,"h":1,"t":36,"uu":"tymora's coins|paf","m":"recipes/PaF/081.webp","n":"Tymora's Coins"},{"id":22674,"c":48,"u":"utmost%20discretion_paf","p":139,"s":149,"h":1,"t":36,"uu":"utmost discretion|paf","m":"recipes/PaF/087.webp","n":"Utmost Discretion"},{"id":22675,"c":50,"u":"acrobatics_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"acrobatics|xphb","n":"Acrobatics"},{"id":22676,"c":50,"u":"animal%20handling_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"animal handling|xphb","n":"Animal Handling"},{"id":22677,"c":50,"u":"arcana_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"arcana|xphb","n":"Arcana"},{"id":22678,"c":50,"u":"athletics_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"athletics|xphb","n":"Athletics"},{"id":22679,"c":50,"u":"deception_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"deception|xphb","n":"Deception"},{"id":22680,"c":50,"u":"history_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"history|xphb","n":"History"},{"id":22681,"c":50,"u":"insight_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"insight|xphb","n":"Insight"},{"id":22682,"c":50,"u":"intimidation_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"intimidation|xphb","n":"Intimidation"},{"id":22683,"c":50,"u":"investigation_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"investigation|xphb","n":"Investigation"},{"id":22684,"c":50,"u":"medicine_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"medicine|xphb","n":"Medicine"},{"id":22685,"c":50,"u":"nature_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"nature|xphb","n":"Nature"},{"id":22686,"c":50,"u":"perception_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"perception|xphb","n":"Perception"},{"id":22687,"c":50,"u":"performance_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"performance|xphb","n":"Performance"},{"id":22688,"c":50,"u":"persuasion_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"persuasion|xphb","n":"Persuasion"},{"id":22689,"c":50,"u":"religion_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"religion|xphb","n":"Religion"},{"id":22690,"c":50,"u":"sleight%20of%20hand_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"sleight of hand|xphb","n":"Sleight of Hand"},{"id":22691,"c":50,"u":"stealth_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"stealth|xphb","n":"Stealth"},{"id":22692,"c":50,"u":"survival_xphb","p":14,"s":8,"h":1,"hx":1,"t":37,"uu":"survival|xphb","n":"Survival"},{"id":22693,"c":50,"u":"acrobatics_phb","p":176,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"acrobatics|phb","n":"Acrobatics"},{"id":22694,"c":50,"u":"animal%20handling_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"animal handling|phb","n":"Animal Handling"},{"id":22695,"c":50,"u":"arcana_phb","p":177,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"arcana|phb","n":"Arcana"},{"id":22696,"c":50,"u":"athletics_phb","p":175,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"athletics|phb","n":"Athletics"},{"id":22697,"c":50,"u":"deception_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"deception|phb","n":"Deception"},{"id":22698,"c":50,"u":"history_phb","p":177,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"history|phb","n":"History"},{"id":22699,"c":50,"u":"insight_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"insight|phb","n":"Insight"},{"id":22700,"c":50,"u":"intimidation_phb","p":179,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"intimidation|phb","n":"Intimidation"},{"id":22701,"c":50,"u":"investigation_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"investigation|phb","n":"Investigation"},{"id":22702,"c":50,"u":"medicine_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"medicine|phb","n":"Medicine"},{"id":22703,"c":50,"u":"nature_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"nature|phb","n":"Nature"},{"id":22704,"c":50,"u":"perception_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"perception|phb","n":"Perception"},{"id":22705,"c":50,"u":"performance_phb","p":179,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"performance|phb","n":"Performance"},{"id":22706,"c":50,"u":"persuasion_phb","p":179,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"persuasion|phb","n":"Persuasion"},{"id":22707,"c":50,"u":"religion_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"religion|phb","n":"Religion"},{"id":22708,"c":50,"u":"sleight%20of%20hand_phb","p":177,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"sleight of hand|phb","n":"Sleight of Hand"},{"id":22709,"c":50,"u":"stealth_phb","p":177,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"stealth|phb","n":"Stealth"},{"id":22710,"c":50,"u":"survival_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"t":37,"uu":"survival|phb","n":"Survival"},{"id":22711,"c":51,"u":"blindsight_xphb","p":361,"s":8,"h":1,"hx":1,"t":38,"uu":"blindsight|xphb","n":"Blindsight"},{"id":22712,"c":51,"u":"darkvision_xphb","p":365,"s":8,"h":1,"hx":1,"t":38,"uu":"darkvision|xphb","n":"Darkvision"},{"id":22713,"c":51,"u":"tremorsense_xphb","p":377,"s":8,"h":1,"hx":1,"t":38,"uu":"tremorsense|xphb","n":"Tremorsense"},{"id":22714,"c":51,"u":"truesight_xphb","p":377,"s":8,"h":1,"hx":1,"t":38,"uu":"truesight|xphb","n":"Truesight"},{"id":22715,"c":51,"u":"tremorsense_mm","p":9,"s":44,"h":1,"hx":1,"r":1,"t":38,"uu":"tremorsense|mm","n":"Tremorsense"},{"id":22716,"c":51,"u":"blindsight_phb","p":183,"s":51,"h":1,"hx":1,"r":1,"t":38,"uu":"blindsight|phb","n":"Blindsight"},{"id":22717,"c":51,"u":"darkvision_phb","p":183,"s":51,"h":1,"hx":1,"r":1,"t":38,"uu":"darkvision|phb","n":"Darkvision"},{"id":22718,"c":51,"u":"truesight_phb","p":183,"s":51,"h":1,"hx":1,"r":1,"t":38,"uu":"truesight|phb","n":"Truesight"}],"m":{"s":{"BGG":0,"BMT":1,"FTD":2,"MPMM":3,"TCE":4,"XDMG":5,"XGE":6,"XMM":7,"XPHB":8,"CoA":9,"GotSF":10,"MaBJoV":11,"MFF":12,"SADS":13,"VD":14,"AI":15,"BAM":16,"BGDIA":17,"CM":18,"CoS":19,"CRCotN":20,"DC":21,"DIP":22,"DitLCoT":23,"DMG":24,"DoDk":25,"DoSI":26,"DSotDQ":27,"EGW":28,"ERLW":29,"ESK":30,"GGR":31,"GHLoE":32,"GoS":33,"HftT":34,"HoL":35,"HotDQ":36,"IDRotF":37,"JttRC":38,"KftGV":39,"KKW":40,"LMoP":41,"LoX":42,"LRDT":43,"MM":44,"MOT":45,"MPP":46,"MTF":47,"OotA":48,"OoW":49,"PaBTSO":50,"PHB":51,"PotA":52,"QftIS":53,"RMBRE":54,"RoT":55,"SCC":56,"SDW":57,"SKT":58,"SLW":59,"TDCSR":60,"TftYP":61,"ToA":62,"ToB1-2023":63,"ToFW":64,"VEoR":65,"VGM":66,"VRGR":67,"WBtW":68,"WDH":69,"WDMM":70,"AATM":71,"AitFR-DN":72,"AitFR-FCD":73,"AitFR-ISF":74,"AitFR-THP":75,"AWM":76,"DoD":77,"HAT-TG":78,"IMR":79,"LLK":80,"LR":81,"MCV1SC":82,"MCV2DC":83,"MCV3MC":84,"MCV4EC":85,"MGELFT":86,"MisMV1":87,"NRH-ASS":88,"NRH-AT":89,"NRH-AVitW":90,"NRH-AWoL":91,"NRH-CoI":92,"NRH-TCMC":93,"PSA":94,"PSD":95,"PSI":96,"PSK":97,"PSX":98,"PSZ":99,"RtG":100,"TTP":101,"AAG":102,"SatO":103,"AitFR-AVT":104,"UATheMysticClass":105,"SCAG":106,"ALCurseOfStrahd":107,"ALElementalEvil":108,"ALRageOfDemons":109,"EET":110,"RoTOS":111,"AZfyT":112,"HAT-LMI":113,"NRH-TLT":114,"OGA":115,"UtHftLH":116,"XMtS":117,"EEPC":118,"VNotEE":119,"HFStCM":120,"XScreen":121,"DD":122,"EFR":123,"FS":124,"SCC-ARiR":125,"SCC-CK":126,"SCC-HfMT":127,"SCC-TMM":128,"TftYP-AtG":129,"TftYP-DiT":130,"TftYP-TFoF":131,"TftYP-THSoT":132,"TftYP-ToH":133,"TftYP-TSC":134,"TftYP-WPM":135,"ToR":136,"US":137,"LK":138,"PiP":139,"ScoEE":140,"SjA":141,"TLK":142,"DMTCRG":143,"SAC":144,"ScreenDungeonKit":145,"ScreenWildernessKit":146,"HF":147,"HFFotM":148,"PaF":149,"RMR":150,"Screen":151,"ScreenSpelljammer":152,"TD":153,"AL":154,"HFDoMM":155},"t":{"creature":0,"spell":1,"class":2,"subclass":3,"classFeature":4,"subclassFeature":5,"background":6,"condition":7,"disease":8,"status":9,"feat":10,"optfeature":11,"item":12,"itemMastery":13,"psionic":14,"race":15,"reward":16,"variantrule":17,"adventure":18,"book":19,"deity":20,"object":21,"trap":22,"hazard":23,"cult":24,"boon":25,"table":26,"card":27,"deck":28,"facility":29,"legendaryGroup":30,"vehicle":31,"vehupgrade":32,"action":33,"language":34,"charoption":35,"recipe":36,"skill":37,"sense":38}}} \ No newline at end of file diff --git a/search/index-item.json b/search/index-item.json index 5236a7b..7188c72 100644 --- a/search/index-item.json +++ b/search/index-item.json @@ -1 +1 @@ -{"x":[{"c":4,"u":"%2b1%20antimatter%20rifle_dmg","s":0,"n":"+1 Antimatter Rifle","h":1,"p":213,"zg":{"n":0,"s":0},"id":0},{"c":4,"u":"%2b2%20antimatter%20rifle_dmg","s":0,"n":"+2 Antimatter Rifle","h":1,"p":213,"zg":{"n":1,"s":0},"id":1},{"c":4,"u":"%2b3%20antimatter%20rifle_dmg","s":0,"n":"+3 Antimatter Rifle","h":1,"p":213,"zg":{"n":2,"s":0},"id":2},{"c":4,"u":"adamantine%20antimatter%20rifle_xge","s":1,"n":"Adamantine Antimatter Rifle","h":1,"p":78,"zg":{"n":3,"s":1},"id":3},{"c":4,"u":"silvered%20antimatter%20rifle_phb","s":2,"n":"Silvered Antimatter Rifle","h":1,"p":148,"zg":{"n":4,"s":2},"id":4},{"c":4,"u":"vicious%20antimatter%20rifle_dmg","s":0,"n":"Vicious Antimatter Rifle","h":1,"p":209,"zg":{"n":5,"s":0},"id":5},{"c":4,"u":"antimatter%20rifle%20of%20warning_dmg","s":0,"n":"Antimatter Rifle of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":6},{"c":4,"u":"%2b1%20antimatter%20rifle_xdmg","s":3,"n":"+1 Antimatter Rifle","h":1,"p":324,"zg":{"n":0,"s":3},"id":7},{"c":4,"u":"%2b2%20antimatter%20rifle_xdmg","s":3,"n":"+2 Antimatter Rifle","h":1,"p":324,"zg":{"n":1,"s":3},"id":8},{"c":4,"u":"%2b3%20antimatter%20rifle_xdmg","s":3,"n":"+3 Antimatter Rifle","h":1,"p":324,"zg":{"n":2,"s":3},"id":9},{"c":4,"u":"ascendant%20dragon's%20wrath%20antimatter%20rifle_ftd","s":4,"n":"Ascendant Dragon's Wrath Antimatter Rifle","h":1,"p":25,"zg":{"n":7,"s":4},"id":10},{"c":4,"u":"corpse%20slayer%20antimatter%20rifle_egw","s":5,"n":"Corpse Slayer Antimatter Rifle","h":1,"p":266,"zg":{"n":8,"s":5},"id":11},{"c":4,"u":"dragon%20slayer%20antimatter%20rifle_xdmg","s":3,"n":"Dragon Slayer Antimatter Rifle","h":1,"p":254,"zg":{"n":9,"s":3},"id":12},{"c":4,"u":"drow%20%2b1%20antimatter%20rifle_mm","s":6,"n":"Drow +1 Antimatter Rifle","h":1,"p":126,"zg":{"n":10,"s":6},"id":13},{"c":4,"u":"drow%20%2b2%20antimatter%20rifle_mm","s":6,"n":"Drow +2 Antimatter Rifle","h":1,"p":126,"zg":{"n":11,"s":6},"id":14},{"c":4,"u":"drow%20%2b3%20antimatter%20rifle_mm","s":6,"n":"Drow +3 Antimatter Rifle","h":1,"p":126,"zg":{"n":12,"s":6},"id":15},{"c":4,"u":"enspelled%20(cantrip)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Cantrip) Antimatter Rifle","h":1,"p":258,"zg":{"n":13,"s":3},"id":16},{"c":4,"u":"enspelled%20(level%201)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 1) Antimatter Rifle","h":1,"p":258,"zg":{"n":14,"s":3},"id":17},{"c":4,"u":"enspelled%20(level%202)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 2) Antimatter Rifle","h":1,"p":258,"zg":{"n":15,"s":3},"id":18},{"c":4,"u":"enspelled%20(level%203)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 3) Antimatter Rifle","h":1,"p":258,"zg":{"n":16,"s":3},"id":19},{"c":4,"u":"enspelled%20(level%204)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 4) Antimatter Rifle","h":1,"p":258,"zg":{"n":17,"s":3},"id":20},{"c":4,"u":"enspelled%20(level%205)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 5) Antimatter Rifle","h":1,"p":258,"zg":{"n":18,"s":3},"id":21},{"c":4,"u":"enspelled%20(level%206)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 6) Antimatter Rifle","h":1,"p":258,"zg":{"n":19,"s":3},"id":22},{"c":4,"u":"enspelled%20(level%207)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 7) Antimatter Rifle","h":1,"p":258,"zg":{"n":20,"s":3},"id":23},{"c":4,"u":"enspelled%20(level%208)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 8) Antimatter Rifle","h":1,"p":258,"zg":{"n":21,"s":3},"id":24},{"c":4,"u":"giant%20slayer%20antimatter%20rifle_xdmg","s":3,"n":"Giant Slayer Antimatter Rifle","h":1,"p":264,"zg":{"n":22,"s":3},"id":25},{"c":4,"u":"hellfire%20antimatter%20rifle_bgdia","s":7,"n":"Hellfire Antimatter Rifle","h":1,"p":223,"zg":{"n":23,"s":7},"id":26},{"c":4,"u":"holy%20avenger%20antimatter%20rifle_xdmg","s":3,"n":"Holy Avenger Antimatter Rifle","h":1,"p":269,"zg":{"n":24,"s":3},"id":27},{"c":4,"u":"lycan%20antimatter%20rifle_ghloe","s":8,"n":"Lycan Antimatter Rifle","h":1,"p":111,"zg":{"n":25,"s":8},"id":28},{"c":4,"u":"nine%20lives%20stealer%20antimatter%20rifle_xdmg","s":3,"n":"Nine Lives Stealer Antimatter Rifle","h":1,"p":281,"zg":{"n":26,"s":3},"id":29},{"c":4,"u":"oceanic%20antimatter%20rifle_tdcsr","s":9,"n":"Oceanic Antimatter Rifle","h":1,"p":199,"zg":{"n":27,"s":9},"id":30},{"c":4,"u":"ruidium%20antimatter%20rifle_crcotn","s":10,"n":"Ruidium Antimatter Rifle","h":1,"p":216,"zg":{"n":28,"s":10},"id":31},{"c":4,"u":"silvered%20antimatter%20rifle_xdmg","s":3,"n":"Silvered Antimatter Rifle","h":1,"p":304,"zg":{"n":4,"s":3},"id":32},{"c":4,"u":"slumbering%20dragon's%20wrath%20antimatter%20rifle_ftd","s":4,"n":"Slumbering Dragon's Wrath Antimatter Rifle","h":1,"p":25,"zg":{"n":29,"s":4},"id":33},{"c":4,"u":"stirring%20dragon's%20wrath%20antimatter%20rifle_ftd","s":4,"n":"Stirring Dragon's Wrath Antimatter Rifle","h":1,"p":25,"zg":{"n":30,"s":4},"id":34},{"c":4,"u":"vicious%20%2b1%20antimatter%20rifle_ai","s":11,"n":"Vicious +1 Antimatter Rifle","h":1,"p":149,"zg":{"n":31,"s":11},"id":35},{"c":4,"u":"vicious%20antimatter%20rifle_xdmg","s":3,"n":"Vicious Antimatter Rifle","h":1,"p":318,"zg":{"n":5,"s":3},"id":36},{"c":4,"u":"wakened%20dragon's%20wrath%20antimatter%20rifle_ftd","s":4,"n":"Wakened Dragon's Wrath Antimatter Rifle","h":1,"p":25,"zg":{"n":32,"s":4},"id":37},{"c":4,"u":"antimatter%20rifle%20of%20certain%20death_egw","s":5,"n":"Antimatter Rifle of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":38},{"c":4,"u":"antimatter%20rifle%20of%20throne's%20command_bmt","s":12,"n":"Antimatter Rifle of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":39},{"c":4,"u":"antimatter%20rifle%20of%20warning_xdmg","s":3,"n":"Antimatter Rifle of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":40},{"c":4,"u":"%2b1%20arrow_dmg","s":0,"n":"+1 Arrow","h":1,"p":150,"zg":{"n":35,"s":0},"id":41},{"c":4,"u":"%2b2%20arrow_dmg","s":0,"n":"+2 Arrow","h":1,"p":150,"zg":{"n":36,"s":0},"id":42},{"c":4,"u":"%2b3%20arrow_dmg","s":0,"n":"+3 Arrow","h":1,"p":150,"zg":{"n":37,"s":0},"id":43},{"c":4,"u":"arrow%20of%20slaying_dmg","s":0,"n":"Arrow of Slaying","h":1,"p":152,"zg":{"n":38,"s":0},"id":44},{"c":4,"u":"walloping%20arrow_xge","s":1,"n":"Walloping Arrow","h":1,"p":139,"zg":{"n":39,"s":1},"id":45},{"c":4,"u":"%2b1%20arrow_xdmg","s":3,"n":"+1 Arrow","h":1,"p":228,"zg":{"n":35,"s":3},"id":46},{"c":4,"u":"%2b2%20arrow_xdmg","s":3,"n":"+2 Arrow","h":1,"p":228,"zg":{"n":36,"s":3},"id":47},{"c":4,"u":"%2b3%20arrow_xdmg","s":3,"n":"+3 Arrow","h":1,"p":228,"zg":{"n":37,"s":3},"id":48},{"c":4,"u":"adamantine%20arrow_xge","s":1,"n":"Adamantine Arrow","h":1,"p":78,"zg":{"n":40,"s":1},"id":49},{"c":4,"u":"adamantine%20arrow_xdmg","s":3,"n":"Adamantine Arrow","h":1,"p":227,"zg":{"n":3,"s":3},"id":50},{"c":4,"u":"arrow%20of%20slaying_xdmg","s":3,"n":"Arrow of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":51},{"c":4,"u":"bloodseeker%20arrow_bmt","s":12,"n":"Bloodseeker Arrow","h":1,"p":66,"zg":{"n":42,"s":12},"id":52},{"c":4,"u":"dried%20leech%20arrow_bmt","s":12,"n":"Dried Leech Arrow","h":1,"p":67,"zg":{"n":43,"s":12},"id":53},{"c":4,"u":"hardened%20delerium-tipped%20arrow_dodk","s":13,"n":"Hardened Delerium-tipped Arrow","h":1,"p":230,"zg":{"n":44,"s":13},"id":54},{"c":4,"u":"silvered%20arrow_phb","s":2,"n":"Silvered Arrow","h":1,"p":148,"zg":{"n":45,"s":2},"id":55},{"c":4,"u":"walloping%20arrow_xdmg","s":3,"n":"Walloping Arrow","h":1,"p":318,"zg":{"n":39,"s":3},"id":56},{"c":4,"u":"winged%20arrow_bmt","s":12,"n":"Winged Arrow","h":1,"p":69,"zg":{"n":46,"s":12},"id":57},{"c":4,"u":"%2b1%20automatic%20pistol_dmg","s":0,"n":"+1 Automatic Pistol","h":1,"p":213,"zg":{"n":0,"s":0},"id":58},{"c":4,"u":"%2b2%20automatic%20pistol_dmg","s":0,"n":"+2 Automatic Pistol","h":1,"p":213,"zg":{"n":1,"s":0},"id":59},{"c":4,"u":"%2b3%20automatic%20pistol_dmg","s":0,"n":"+3 Automatic Pistol","h":1,"p":213,"zg":{"n":2,"s":0},"id":60},{"c":4,"u":"adamantine%20automatic%20pistol_xge","s":1,"n":"Adamantine Automatic Pistol","h":1,"p":78,"zg":{"n":3,"s":1},"id":61},{"c":4,"u":"silvered%20automatic%20pistol_phb","s":2,"n":"Silvered Automatic Pistol","h":1,"p":148,"zg":{"n":4,"s":2},"id":62},{"c":4,"u":"vicious%20automatic%20pistol_dmg","s":0,"n":"Vicious Automatic Pistol","h":1,"p":209,"zg":{"n":5,"s":0},"id":63},{"c":4,"u":"automatic%20pistol%20of%20warning_dmg","s":0,"n":"Automatic Pistol of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":64},{"c":4,"u":"%2b1%20automatic%20rifle_dmg","s":0,"n":"+1 Automatic Rifle","h":1,"p":213,"zg":{"n":0,"s":0},"id":65},{"c":4,"u":"%2b2%20automatic%20rifle_dmg","s":0,"n":"+2 Automatic Rifle","h":1,"p":213,"zg":{"n":1,"s":0},"id":66},{"c":4,"u":"%2b3%20automatic%20rifle_dmg","s":0,"n":"+3 Automatic Rifle","h":1,"p":213,"zg":{"n":2,"s":0},"id":67},{"c":4,"u":"adamantine%20automatic%20rifle_xge","s":1,"n":"Adamantine Automatic Rifle","h":1,"p":78,"zg":{"n":3,"s":1},"id":68},{"c":4,"u":"silvered%20automatic%20rifle_phb","s":2,"n":"Silvered Automatic Rifle","h":1,"p":148,"zg":{"n":4,"s":2},"id":69},{"c":4,"u":"vicious%20automatic%20rifle_dmg","s":0,"n":"Vicious Automatic Rifle","h":1,"p":209,"zg":{"n":5,"s":0},"id":70},{"c":4,"u":"automatic%20rifle%20of%20warning_dmg","s":0,"n":"Automatic Rifle of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":71},{"c":4,"u":"%2b1%20automatic%20rifle_xdmg","s":3,"n":"+1 Automatic Rifle","h":1,"p":324,"zg":{"n":0,"s":3},"id":72},{"c":4,"u":"%2b2%20automatic%20rifle_xdmg","s":3,"n":"+2 Automatic Rifle","h":1,"p":324,"zg":{"n":1,"s":3},"id":73},{"c":4,"u":"%2b3%20automatic%20rifle_xdmg","s":3,"n":"+3 Automatic Rifle","h":1,"p":324,"zg":{"n":2,"s":3},"id":74},{"c":4,"u":"ascendant%20dragon's%20wrath%20automatic%20rifle_ftd","s":4,"n":"Ascendant Dragon's Wrath Automatic Rifle","h":1,"p":25,"zg":{"n":7,"s":4},"id":75},{"c":4,"u":"corpse%20slayer%20automatic%20rifle_egw","s":5,"n":"Corpse Slayer Automatic Rifle","h":1,"p":266,"zg":{"n":8,"s":5},"id":76},{"c":4,"u":"dragon%20slayer%20automatic%20rifle_xdmg","s":3,"n":"Dragon Slayer Automatic Rifle","h":1,"p":254,"zg":{"n":9,"s":3},"id":77},{"c":4,"u":"drow%20%2b1%20automatic%20rifle_mm","s":6,"n":"Drow +1 Automatic Rifle","h":1,"p":126,"zg":{"n":10,"s":6},"id":78},{"c":4,"u":"drow%20%2b2%20automatic%20rifle_mm","s":6,"n":"Drow +2 Automatic Rifle","h":1,"p":126,"zg":{"n":11,"s":6},"id":79},{"c":4,"u":"drow%20%2b3%20automatic%20rifle_mm","s":6,"n":"Drow +3 Automatic Rifle","h":1,"p":126,"zg":{"n":12,"s":6},"id":80},{"c":4,"u":"enspelled%20(cantrip)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Cantrip) Automatic Rifle","h":1,"p":258,"zg":{"n":13,"s":3},"id":81},{"c":4,"u":"enspelled%20(level%201)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 1) Automatic Rifle","h":1,"p":258,"zg":{"n":14,"s":3},"id":82},{"c":4,"u":"enspelled%20(level%202)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 2) Automatic Rifle","h":1,"p":258,"zg":{"n":15,"s":3},"id":83},{"c":4,"u":"enspelled%20(level%203)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 3) Automatic Rifle","h":1,"p":258,"zg":{"n":16,"s":3},"id":84},{"c":4,"u":"enspelled%20(level%204)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 4) Automatic Rifle","h":1,"p":258,"zg":{"n":17,"s":3},"id":85},{"c":4,"u":"enspelled%20(level%205)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 5) Automatic Rifle","h":1,"p":258,"zg":{"n":18,"s":3},"id":86},{"c":4,"u":"enspelled%20(level%206)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 6) Automatic Rifle","h":1,"p":258,"zg":{"n":19,"s":3},"id":87},{"c":4,"u":"enspelled%20(level%207)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 7) Automatic Rifle","h":1,"p":258,"zg":{"n":20,"s":3},"id":88},{"c":4,"u":"enspelled%20(level%208)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 8) Automatic Rifle","h":1,"p":258,"zg":{"n":21,"s":3},"id":89},{"c":4,"u":"giant%20slayer%20automatic%20rifle_xdmg","s":3,"n":"Giant Slayer Automatic Rifle","h":1,"p":264,"zg":{"n":22,"s":3},"id":90},{"c":4,"u":"hellfire%20automatic%20rifle_bgdia","s":7,"n":"Hellfire Automatic Rifle","h":1,"p":223,"zg":{"n":23,"s":7},"id":91},{"c":4,"u":"holy%20avenger%20automatic%20rifle_xdmg","s":3,"n":"Holy Avenger Automatic Rifle","h":1,"p":269,"zg":{"n":24,"s":3},"id":92},{"c":4,"u":"lycan%20automatic%20rifle_ghloe","s":8,"n":"Lycan Automatic Rifle","h":1,"p":111,"zg":{"n":25,"s":8},"id":93},{"c":4,"u":"nine%20lives%20stealer%20automatic%20rifle_xdmg","s":3,"n":"Nine Lives Stealer Automatic Rifle","h":1,"p":281,"zg":{"n":26,"s":3},"id":94},{"c":4,"u":"oceanic%20automatic%20rifle_tdcsr","s":9,"n":"Oceanic Automatic Rifle","h":1,"p":199,"zg":{"n":27,"s":9},"id":95},{"c":4,"u":"ruidium%20automatic%20rifle_crcotn","s":10,"n":"Ruidium Automatic Rifle","h":1,"p":216,"zg":{"n":28,"s":10},"id":96},{"c":4,"u":"silvered%20automatic%20rifle_xdmg","s":3,"n":"Silvered Automatic Rifle","h":1,"p":304,"zg":{"n":4,"s":3},"id":97},{"c":4,"u":"slumbering%20dragon's%20wrath%20automatic%20rifle_ftd","s":4,"n":"Slumbering Dragon's Wrath Automatic Rifle","h":1,"p":25,"zg":{"n":29,"s":4},"id":98},{"c":4,"u":"stirring%20dragon's%20wrath%20automatic%20rifle_ftd","s":4,"n":"Stirring Dragon's Wrath Automatic Rifle","h":1,"p":25,"zg":{"n":30,"s":4},"id":99},{"c":4,"u":"vicious%20%2b1%20automatic%20rifle_ai","s":11,"n":"Vicious +1 Automatic Rifle","h":1,"p":149,"zg":{"n":31,"s":11},"id":100},{"c":4,"u":"vicious%20automatic%20rifle_xdmg","s":3,"n":"Vicious Automatic Rifle","h":1,"p":318,"zg":{"n":5,"s":3},"id":101},{"c":4,"u":"wakened%20dragon's%20wrath%20automatic%20rifle_ftd","s":4,"n":"Wakened Dragon's Wrath Automatic Rifle","h":1,"p":25,"zg":{"n":32,"s":4},"id":102},{"c":4,"u":"automatic%20rifle%20of%20certain%20death_egw","s":5,"n":"Automatic Rifle of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":103},{"c":4,"u":"automatic%20rifle%20of%20throne's%20command_bmt","s":12,"n":"Automatic Rifle of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":104},{"c":4,"u":"automatic%20rifle%20of%20warning_xdmg","s":3,"n":"Automatic Rifle of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":105},{"c":4,"u":"%2b1%20battleaxe_dmg","s":0,"n":"+1 Battleaxe","h":1,"p":213,"zg":{"n":0,"s":0},"id":106},{"c":4,"u":"%2b2%20battleaxe_dmg","s":0,"n":"+2 Battleaxe","h":1,"p":213,"zg":{"n":1,"s":0},"id":107},{"c":4,"u":"%2b3%20battleaxe_dmg","s":0,"n":"+3 Battleaxe","h":1,"p":213,"zg":{"n":2,"s":0},"id":108},{"c":4,"u":"adamantine%20battleaxe_xge","s":1,"n":"Adamantine Battleaxe","h":1,"p":78,"zg":{"n":3,"s":1},"id":109},{"c":4,"u":"berserker%20battleaxe_dmg","s":0,"n":"Berserker Battleaxe","h":1,"p":155,"zg":{"n":47,"s":0},"id":110},{"c":4,"u":"giant%20slayer%20battleaxe_dmg","s":0,"n":"Giant Slayer Battleaxe","h":1,"p":172,"zg":{"n":22,"s":0},"id":111},{"c":4,"u":"silvered%20battleaxe_phb","s":2,"n":"Silvered Battleaxe","h":1,"p":148,"zg":{"n":4,"s":2},"id":112},{"c":4,"u":"vicious%20battleaxe_dmg","s":0,"n":"Vicious Battleaxe","h":1,"p":209,"zg":{"n":5,"s":0},"id":113},{"c":4,"u":"battleaxe%20of%20warning_dmg","s":0,"n":"Battleaxe of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":114},{"c":4,"u":"%2b1%20battleaxe_xdmg","s":3,"n":"+1 Battleaxe","h":1,"p":324,"zg":{"n":0,"s":3},"id":115},{"c":4,"u":"%2b2%20battleaxe_xdmg","s":3,"n":"+2 Battleaxe","h":1,"p":324,"zg":{"n":1,"s":3},"id":116},{"c":4,"u":"%2b3%20battleaxe_xdmg","s":3,"n":"+3 Battleaxe","h":1,"p":324,"zg":{"n":2,"s":3},"id":117},{"c":4,"u":"adamantine%20battleaxe_xdmg","s":3,"n":"Adamantine Battleaxe","h":1,"p":227,"zg":{"n":3,"s":3},"id":118},{"c":4,"u":"battleaxe%20armblade_erlw","s":14,"n":"Battleaxe Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":119},{"c":4,"u":"ascendant%20dragon's%20wrath%20battleaxe_ftd","s":4,"n":"Ascendant Dragon's Wrath Battleaxe","h":1,"p":25,"zg":{"n":7,"s":4},"id":120},{"c":4,"u":"berserker%20battleaxe_xdmg","s":3,"n":"Berserker Battleaxe","h":1,"p":236,"zg":{"n":47,"s":3},"id":121},{"c":4,"u":"corpse%20slayer%20battleaxe_egw","s":5,"n":"Corpse Slayer Battleaxe","h":1,"p":266,"zg":{"n":8,"s":5},"id":122},{"c":4,"u":"defender%20battleaxe_xdmg","s":3,"n":"Defender Battleaxe","h":1,"p":252,"zg":{"n":49,"s":3},"id":123},{"c":4,"u":"dragon%20slayer%20battleaxe_xdmg","s":3,"n":"Dragon Slayer Battleaxe","h":1,"p":254,"zg":{"n":9,"s":3},"id":124},{"c":4,"u":"drow%20%2b1%20battleaxe_mm","s":6,"n":"Drow +1 Battleaxe","h":1,"p":126,"zg":{"n":10,"s":6},"id":125},{"c":4,"u":"drow%20%2b2%20battleaxe_mm","s":6,"n":"Drow +2 Battleaxe","h":1,"p":126,"zg":{"n":11,"s":6},"id":126},{"c":4,"u":"drow%20%2b3%20battleaxe_mm","s":6,"n":"Drow +3 Battleaxe","h":1,"p":126,"zg":{"n":12,"s":6},"id":127},{"c":4,"u":"enspelled%20(cantrip)%20battleaxe_xdmg","s":3,"n":"Enspelled (Cantrip) Battleaxe","h":1,"p":258,"zg":{"n":13,"s":3},"id":128},{"c":4,"u":"enspelled%20(level%201)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 1) Battleaxe","h":1,"p":258,"zg":{"n":14,"s":3},"id":129},{"c":4,"u":"enspelled%20(level%202)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 2) Battleaxe","h":1,"p":258,"zg":{"n":15,"s":3},"id":130},{"c":4,"u":"enspelled%20(level%203)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 3) Battleaxe","h":1,"p":258,"zg":{"n":16,"s":3},"id":131},{"c":4,"u":"enspelled%20(level%204)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 4) Battleaxe","h":1,"p":258,"zg":{"n":17,"s":3},"id":132},{"c":4,"u":"enspelled%20(level%205)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 5) Battleaxe","h":1,"p":258,"zg":{"n":18,"s":3},"id":133},{"c":4,"u":"enspelled%20(level%206)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 6) Battleaxe","h":1,"p":258,"zg":{"n":19,"s":3},"id":134},{"c":4,"u":"enspelled%20(level%207)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 7) Battleaxe","h":1,"p":258,"zg":{"n":20,"s":3},"id":135},{"c":4,"u":"enspelled%20(level%208)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 8) Battleaxe","h":1,"p":258,"zg":{"n":21,"s":3},"id":136},{"c":4,"u":"executioner's%20battleaxe_xdmg","s":3,"n":"Executioner's Battleaxe","h":1,"p":259,"zg":{"n":50,"s":3},"id":137},{"c":4,"u":"flame%20tongue%20battleaxe_xdmg","s":3,"n":"Flame Tongue Battleaxe","h":1,"p":263,"zg":{"n":51,"s":3},"id":138},{"c":4,"u":"giant%20slayer%20battleaxe_xdmg","s":3,"n":"Giant Slayer Battleaxe","h":1,"p":264,"zg":{"n":22,"s":3},"id":139},{"c":4,"u":"hellfire%20battleaxe_bgdia","s":7,"n":"Hellfire Battleaxe","h":1,"p":223,"zg":{"n":23,"s":7},"id":140},{"c":4,"u":"holy%20avenger%20battleaxe_xdmg","s":3,"n":"Holy Avenger Battleaxe","h":1,"p":269,"zg":{"n":24,"s":3},"id":141},{"c":4,"u":"lycan%20battleaxe_ghloe","s":8,"n":"Lycan Battleaxe","h":1,"p":111,"zg":{"n":25,"s":8},"id":142},{"c":4,"u":"nine%20lives%20stealer%20battleaxe_xdmg","s":3,"n":"Nine Lives Stealer Battleaxe","h":1,"p":281,"zg":{"n":26,"s":3},"id":143},{"c":4,"u":"ruidium%20battleaxe_crcotn","s":10,"n":"Ruidium Battleaxe","h":1,"p":216,"zg":{"n":28,"s":10},"id":144},{"c":4,"u":"silvered%20battleaxe_xdmg","s":3,"n":"Silvered Battleaxe","h":1,"p":304,"zg":{"n":4,"s":3},"id":145},{"c":4,"u":"slumbering%20dragon's%20wrath%20battleaxe_ftd","s":4,"n":"Slumbering Dragon's Wrath Battleaxe","h":1,"p":25,"zg":{"n":29,"s":4},"id":146},{"c":4,"u":"stirring%20dragon's%20wrath%20battleaxe_ftd","s":4,"n":"Stirring Dragon's Wrath Battleaxe","h":1,"p":25,"zg":{"n":30,"s":4},"id":147},{"c":4,"u":"vicious%20%2b1%20battleaxe_ai","s":11,"n":"Vicious +1 Battleaxe","h":1,"p":149,"zg":{"n":31,"s":11},"id":148},{"c":4,"u":"vicious%20battleaxe_xdmg","s":3,"n":"Vicious Battleaxe","h":1,"p":318,"zg":{"n":5,"s":3},"id":149},{"c":4,"u":"wakened%20dragon's%20wrath%20battleaxe_ftd","s":4,"n":"Wakened Dragon's Wrath Battleaxe","h":1,"p":25,"zg":{"n":32,"s":4},"id":150},{"c":4,"u":"battleaxe%20of%20agonizing%20paralysis_coa","s":15,"n":"Battleaxe of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":151},{"c":4,"u":"battleaxe%20of%20certain%20death_egw","s":5,"n":"Battleaxe of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":152},{"c":4,"u":"battleaxe%20of%20throne's%20command_bmt","s":12,"n":"Battleaxe of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":153},{"c":4,"u":"battleaxe%20of%20warning_xdmg","s":3,"n":"Battleaxe of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":154},{"c":4,"u":"%2b1%20blowgun_dmg","s":0,"n":"+1 Blowgun","h":1,"p":213,"zg":{"n":0,"s":0},"id":155},{"c":4,"u":"%2b2%20blowgun_dmg","s":0,"n":"+2 Blowgun","h":1,"p":213,"zg":{"n":1,"s":0},"id":156},{"c":4,"u":"%2b3%20blowgun_dmg","s":0,"n":"+3 Blowgun","h":1,"p":213,"zg":{"n":2,"s":0},"id":157},{"c":4,"u":"adamantine%20blowgun_xge","s":1,"n":"Adamantine Blowgun","h":1,"p":78,"zg":{"n":3,"s":1},"id":158},{"c":4,"u":"silvered%20blowgun_phb","s":2,"n":"Silvered Blowgun","h":1,"p":148,"zg":{"n":4,"s":2},"id":159},{"c":4,"u":"vicious%20blowgun_dmg","s":0,"n":"Vicious Blowgun","h":1,"p":209,"zg":{"n":5,"s":0},"id":160},{"c":4,"u":"blowgun%20of%20warning_dmg","s":0,"n":"Blowgun of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":161},{"c":4,"u":"%2b1%20blowgun_xdmg","s":3,"n":"+1 Blowgun","h":1,"p":324,"zg":{"n":0,"s":3},"id":162},{"c":4,"u":"%2b2%20blowgun_xdmg","s":3,"n":"+2 Blowgun","h":1,"p":324,"zg":{"n":1,"s":3},"id":163},{"c":4,"u":"%2b3%20blowgun_xdmg","s":3,"n":"+3 Blowgun","h":1,"p":324,"zg":{"n":2,"s":3},"id":164},{"c":4,"u":"ascendant%20dragon's%20wrath%20blowgun_ftd","s":4,"n":"Ascendant Dragon's Wrath Blowgun","h":1,"p":25,"zg":{"n":7,"s":4},"id":165},{"c":4,"u":"corpse%20slayer%20blowgun_egw","s":5,"n":"Corpse Slayer Blowgun","h":1,"p":266,"zg":{"n":8,"s":5},"id":166},{"c":4,"u":"dragon%20slayer%20blowgun_xdmg","s":3,"n":"Dragon Slayer Blowgun","h":1,"p":254,"zg":{"n":9,"s":3},"id":167},{"c":4,"u":"drow%20%2b1%20blowgun_mm","s":6,"n":"Drow +1 Blowgun","h":1,"p":126,"zg":{"n":10,"s":6},"id":168},{"c":4,"u":"drow%20%2b2%20blowgun_mm","s":6,"n":"Drow +2 Blowgun","h":1,"p":126,"zg":{"n":11,"s":6},"id":169},{"c":4,"u":"drow%20%2b3%20blowgun_mm","s":6,"n":"Drow +3 Blowgun","h":1,"p":126,"zg":{"n":12,"s":6},"id":170},{"c":4,"u":"enspelled%20(cantrip)%20blowgun_xdmg","s":3,"n":"Enspelled (Cantrip) Blowgun","h":1,"p":258,"zg":{"n":13,"s":3},"id":171},{"c":4,"u":"enspelled%20(level%201)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 1) Blowgun","h":1,"p":258,"zg":{"n":14,"s":3},"id":172},{"c":4,"u":"enspelled%20(level%202)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 2) Blowgun","h":1,"p":258,"zg":{"n":15,"s":3},"id":173},{"c":4,"u":"enspelled%20(level%203)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 3) Blowgun","h":1,"p":258,"zg":{"n":16,"s":3},"id":174},{"c":4,"u":"enspelled%20(level%204)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 4) Blowgun","h":1,"p":258,"zg":{"n":17,"s":3},"id":175},{"c":4,"u":"enspelled%20(level%205)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 5) Blowgun","h":1,"p":258,"zg":{"n":18,"s":3},"id":176},{"c":4,"u":"enspelled%20(level%206)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 6) Blowgun","h":1,"p":258,"zg":{"n":19,"s":3},"id":177},{"c":4,"u":"enspelled%20(level%207)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 7) Blowgun","h":1,"p":258,"zg":{"n":20,"s":3},"id":178},{"c":4,"u":"enspelled%20(level%208)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 8) Blowgun","h":1,"p":258,"zg":{"n":21,"s":3},"id":179},{"c":4,"u":"giant%20slayer%20blowgun_xdmg","s":3,"n":"Giant Slayer Blowgun","h":1,"p":264,"zg":{"n":22,"s":3},"id":180},{"c":4,"u":"hellfire%20blowgun_bgdia","s":7,"n":"Hellfire Blowgun","h":1,"p":223,"zg":{"n":23,"s":7},"id":181},{"c":4,"u":"holy%20avenger%20blowgun_xdmg","s":3,"n":"Holy Avenger Blowgun","h":1,"p":269,"zg":{"n":24,"s":3},"id":182},{"c":4,"u":"lycan%20blowgun_ghloe","s":8,"n":"Lycan Blowgun","h":1,"p":111,"zg":{"n":25,"s":8},"id":183},{"c":4,"u":"nine%20lives%20stealer%20blowgun_xdmg","s":3,"n":"Nine Lives Stealer Blowgun","h":1,"p":281,"zg":{"n":26,"s":3},"id":184},{"c":4,"u":"oceanic%20blowgun_tdcsr","s":9,"n":"Oceanic Blowgun","h":1,"p":199,"zg":{"n":27,"s":9},"id":185},{"c":4,"u":"ruidium%20blowgun_crcotn","s":10,"n":"Ruidium Blowgun","h":1,"p":216,"zg":{"n":28,"s":10},"id":186},{"c":4,"u":"silvered%20blowgun_xdmg","s":3,"n":"Silvered Blowgun","h":1,"p":304,"zg":{"n":4,"s":3},"id":187},{"c":4,"u":"slumbering%20dragon's%20wrath%20blowgun_ftd","s":4,"n":"Slumbering Dragon's Wrath Blowgun","h":1,"p":25,"zg":{"n":29,"s":4},"id":188},{"c":4,"u":"stirring%20dragon's%20wrath%20blowgun_ftd","s":4,"n":"Stirring Dragon's Wrath Blowgun","h":1,"p":25,"zg":{"n":30,"s":4},"id":189},{"c":4,"u":"vicious%20%2b1%20blowgun_ai","s":11,"n":"Vicious +1 Blowgun","h":1,"p":149,"zg":{"n":31,"s":11},"id":190},{"c":4,"u":"vicious%20blowgun_xdmg","s":3,"n":"Vicious Blowgun","h":1,"p":318,"zg":{"n":5,"s":3},"id":191},{"c":4,"u":"wakened%20dragon's%20wrath%20blowgun_ftd","s":4,"n":"Wakened Dragon's Wrath Blowgun","h":1,"p":25,"zg":{"n":32,"s":4},"id":192},{"c":4,"u":"blowgun%20of%20certain%20death_egw","s":5,"n":"Blowgun of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":193},{"c":4,"u":"blowgun%20of%20throne's%20command_bmt","s":12,"n":"Blowgun of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":194},{"c":4,"u":"blowgun%20of%20warning_xdmg","s":3,"n":"Blowgun of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":195},{"c":4,"u":"%2b1%20blowgun%20needle_dmg","s":0,"n":"+1 Blowgun Needle","h":1,"p":150,"zg":{"n":35,"s":0},"id":196},{"c":4,"u":"%2b2%20blowgun%20needle_dmg","s":0,"n":"+2 Blowgun Needle","h":1,"p":150,"zg":{"n":36,"s":0},"id":197},{"c":4,"u":"%2b3%20blowgun%20needle_dmg","s":0,"n":"+3 Blowgun Needle","h":1,"p":150,"zg":{"n":37,"s":0},"id":198},{"c":4,"u":"walloping%20blowgun%20needle_xge","s":1,"n":"Walloping Blowgun Needle","h":1,"p":139,"zg":{"n":39,"s":1},"id":199},{"c":4,"u":"%2b1%20bolt_xdmg","s":3,"n":"+1 Bolt","h":1,"p":228,"zg":{"n":35,"s":3},"id":200},{"c":4,"u":"%2b2%20bolt_xdmg","s":3,"n":"+2 Bolt","h":1,"p":228,"zg":{"n":36,"s":3},"id":201},{"c":4,"u":"%2b3%20bolt_xdmg","s":3,"n":"+3 Bolt","h":1,"p":228,"zg":{"n":37,"s":3},"id":202},{"c":4,"u":"adamantine%20bolt_xge","s":1,"n":"Adamantine Bolt","h":1,"p":78,"zg":{"n":40,"s":1},"id":203},{"c":4,"u":"adamantine%20bolt_xdmg","s":3,"n":"Adamantine Bolt","h":1,"p":227,"zg":{"n":3,"s":3},"id":204},{"c":4,"u":"bolt%20of%20slaying_xdmg","s":3,"n":"Bolt of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":205},{"c":4,"u":"bloodseeker%20bolt_bmt","s":12,"n":"Bloodseeker Bolt","h":1,"p":66,"zg":{"n":42,"s":12},"id":206},{"c":4,"u":"dried%20leech%20bolt_bmt","s":12,"n":"Dried Leech Bolt","h":1,"p":67,"zg":{"n":43,"s":12},"id":207},{"c":4,"u":"hardened%20delerium-tipped%20bolt_dodk","s":13,"n":"Hardened Delerium-tipped Bolt","h":1,"p":230,"zg":{"n":44,"s":13},"id":208},{"c":4,"u":"silvered%20bolt_phb","s":2,"n":"Silvered Bolt","h":1,"p":148,"zg":{"n":45,"s":2},"id":209},{"c":4,"u":"walloping%20bolt_xdmg","s":3,"n":"Walloping Bolt","h":1,"p":318,"zg":{"n":39,"s":3},"id":210},{"c":4,"u":"winged%20bolt_bmt","s":12,"n":"Winged Bolt","h":1,"p":69,"zg":{"n":46,"s":12},"id":211},{"c":4,"u":"%2b1%20breastplate_dmg","s":0,"n":"+1 Breastplate","h":1,"p":152,"zg":{"n":53,"s":0},"id":212},{"c":4,"u":"%2b2%20breastplate_dmg","s":0,"n":"+2 Breastplate","h":1,"p":152,"zg":{"n":54,"s":0},"id":213},{"c":4,"u":"%2b3%20breastplate_dmg","s":0,"n":"+3 Breastplate","h":1,"p":152,"zg":{"n":55,"s":0},"id":214},{"c":4,"u":"adamantine%20breastplate_dmg","s":0,"n":"Adamantine Breastplate","h":1,"p":150,"zg":{"n":56,"s":0},"id":215},{"c":4,"u":"breastplate%20of%20acid%20resistance_dmg","s":0,"n":"Breastplate of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":216},{"c":4,"u":"breastplate%20of%20cold%20resistance_dmg","s":0,"n":"Breastplate of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":217},{"c":4,"u":"breastplate%20of%20fire%20resistance_dmg","s":0,"n":"Breastplate of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":218},{"c":4,"u":"breastplate%20of%20force%20resistance_dmg","s":0,"n":"Breastplate of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":219},{"c":4,"u":"breastplate%20of%20gleaming_xge","s":1,"n":"Breastplate of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":220},{"c":4,"u":"breastplate%20of%20lightning%20resistance_dmg","s":0,"n":"Breastplate of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":221},{"c":4,"u":"breastplate%20of%20necrotic%20resistance_dmg","s":0,"n":"Breastplate of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":222},{"c":4,"u":"breastplate%20of%20poison%20resistance_dmg","s":0,"n":"Breastplate of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":223},{"c":4,"u":"breastplate%20of%20psychic%20resistance_dmg","s":0,"n":"Breastplate of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":224},{"c":4,"u":"breastplate%20of%20radiant%20resistance_dmg","s":0,"n":"Breastplate of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":225},{"c":4,"u":"breastplate%20of%20thunder%20resistance_dmg","s":0,"n":"Breastplate of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":226},{"c":4,"u":"cast-off%20breastplate_xge","s":1,"n":"Cast-Off Breastplate","h":1,"p":136,"zg":{"n":68,"s":1},"id":227},{"c":4,"u":"mariner's%20breastplate_dmg","s":0,"n":"Mariner's Breastplate","h":1,"p":181,"zg":{"n":69,"s":0},"id":228},{"c":4,"u":"mithral%20breastplate_dmg","s":0,"n":"Mithral Breastplate","h":1,"p":182,"zg":{"n":70,"s":0},"id":229},{"c":4,"u":"smoldering%20breastplate_xge","s":1,"n":"Smoldering Breastplate","h":1,"p":139,"zg":{"n":71,"s":1},"id":230},{"c":4,"u":"%2b1%20breastplate_xdmg","s":3,"n":"+1 Breastplate","h":1,"p":230,"zg":{"n":53,"s":3},"id":231},{"c":4,"u":"%2b2%20breastplate_xdmg","s":3,"n":"+2 Breastplate","h":1,"p":230,"zg":{"n":54,"s":3},"id":232},{"c":4,"u":"%2b3%20breastplate_xdmg","s":3,"n":"+3 Breastplate","h":1,"p":230,"zg":{"n":55,"s":3},"id":233},{"c":4,"u":"adamantine%20breastplate_xdmg","s":3,"n":"Adamantine Breastplate","h":1,"p":227,"zg":{"n":56,"s":3},"id":234},{"c":4,"u":"antimagic%20breastplate_bmt","s":12,"n":"Antimagic Breastplate","h":1,"p":65,"zg":{"n":72,"s":12},"id":235},{"c":4,"u":"breastplate%20of%20acid%20resistance_xdmg","s":3,"n":"Breastplate of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":236},{"c":4,"u":"breastplate%20of%20cold%20resistance_xdmg","s":3,"n":"Breastplate of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":237},{"c":4,"u":"breastplate%20of%20fire%20resistance_xdmg","s":3,"n":"Breastplate of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":238},{"c":4,"u":"breastplate%20of%20force%20resistance_xdmg","s":3,"n":"Breastplate of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":239},{"c":4,"u":"breastplate%20of%20fungal%20spores_bmt","s":12,"n":"Breastplate of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":240},{"c":4,"u":"breastplate%20of%20gleaming_xdmg","s":3,"n":"Breastplate of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":241},{"c":4,"u":"breastplate%20of%20lightning%20resistance_xdmg","s":3,"n":"Breastplate of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":242},{"c":4,"u":"breastplate%20of%20necrotic%20resistance_xdmg","s":3,"n":"Breastplate of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":243},{"c":4,"u":"breastplate%20of%20poison%20resistance_xdmg","s":3,"n":"Breastplate of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":244},{"c":4,"u":"breastplate%20of%20psychic%20resistance_xdmg","s":3,"n":"Breastplate of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":245},{"c":4,"u":"breastplate%20of%20radiant%20resistance_xdmg","s":3,"n":"Breastplate of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":246},{"c":4,"u":"breastplate%20of%20the%20fallen_bmt","s":12,"n":"Breastplate of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":247},{"c":4,"u":"breastplate%20of%20thunder%20resistance_xdmg","s":3,"n":"Breastplate of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":248},{"c":4,"u":"breastplate%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Breastplate of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":249},{"c":4,"u":"breastplate%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Breastplate of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":250},{"c":4,"u":"breastplate%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Breastplate of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":251},{"c":4,"u":"breastplate%20of%20weightlessness_bmt","s":12,"n":"Breastplate of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":252},{"c":4,"u":"breastplate%20barding_phb","s":2,"n":"Breastplate Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":253},{"c":4,"u":"cast-off%20breastplate_xdmg","s":3,"n":"Cast-Off Breastplate","h":1,"p":243,"zg":{"n":68,"s":3},"id":254},{"c":4,"u":"demon%20breastplate_xdmg","s":3,"n":"Demon Breastplate","h":1,"p":252,"zg":{"n":80,"s":3},"id":255},{"c":4,"u":"drow%20%2b1%20breastplate_mm","s":6,"n":"Drow +1 Breastplate","h":1,"p":126,"zg":{"n":81,"s":6},"id":256},{"c":4,"u":"drow%20%2b2%20breastplate_mm","s":6,"n":"Drow +2 Breastplate","h":1,"p":126,"zg":{"n":82,"s":6},"id":257},{"c":4,"u":"drow%20%2b3%20breastplate_mm","s":6,"n":"Drow +3 Breastplate","h":1,"p":126,"zg":{"n":83,"s":6},"id":258},{"c":4,"u":"enspelled%20(cantrip)%20breastplate_xdmg","s":3,"n":"Enspelled (Cantrip) Breastplate","h":1,"p":258,"zg":{"n":84,"s":3},"id":259},{"c":4,"u":"enspelled%20(level%201)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 1) Breastplate","h":1,"p":258,"zg":{"n":85,"s":3},"id":260},{"c":4,"u":"enspelled%20(level%202)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 2) Breastplate","h":1,"p":258,"zg":{"n":86,"s":3},"id":261},{"c":4,"u":"enspelled%20(level%203)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 3) Breastplate","h":1,"p":258,"zg":{"n":87,"s":3},"id":262},{"c":4,"u":"enspelled%20(level%204)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 4) Breastplate","h":1,"p":258,"zg":{"n":88,"s":3},"id":263},{"c":4,"u":"enspelled%20(level%205)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 5) Breastplate","h":1,"p":258,"zg":{"n":89,"s":3},"id":264},{"c":4,"u":"enspelled%20(level%206)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 6) Breastplate","h":1,"p":258,"zg":{"n":90,"s":3},"id":265},{"c":4,"u":"enspelled%20(level%207)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 7) Breastplate","h":1,"p":258,"zg":{"n":91,"s":3},"id":266},{"c":4,"u":"enspelled%20(level%208)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 8) Breastplate","h":1,"p":258,"zg":{"n":92,"s":3},"id":267},{"c":4,"u":"feywrought%20breastplate_bmt","s":12,"n":"Feywrought Breastplate","h":1,"p":67,"zg":{"n":93,"s":12},"id":268},{"c":4,"u":"gloomwrought%20breastplate_bmt","s":12,"n":"Gloomwrought Breastplate","h":1,"p":67,"zg":{"n":94,"s":12},"id":269},{"c":4,"u":"last%20stand%20breastplate_egw","s":5,"n":"Last Stand Breastplate","h":1,"p":267,"zg":{"n":95,"s":5},"id":270},{"c":4,"u":"living%20breastplate_erlw","s":14,"n":"Living Breastplate","h":1,"p":278,"zg":{"n":96,"s":14},"id":271},{"c":4,"u":"mariner's%20breastplate_xdmg","s":3,"n":"Mariner's Breastplate","h":1,"p":278,"zg":{"n":69,"s":3},"id":272},{"c":4,"u":"mithral%20%2b1%20breastplate_ai","s":11,"n":"Mithral +1 Breastplate","h":1,"p":156,"zg":{"n":97,"s":11},"id":273},{"c":4,"u":"mithral%20breastplate_xdmg","s":3,"n":"Mithral Breastplate","h":1,"p":279,"zg":{"n":70,"s":3},"id":274},{"c":4,"u":"mizzium%20breastplate_ggr","s":16,"n":"Mizzium Breastplate","h":1,"p":179,"zg":{"n":98,"s":16},"id":275},{"c":4,"u":"ruidium%20breastplate_crcotn","s":10,"n":"Ruidium Breastplate","h":1,"p":215,"zg":{"n":99,"s":10},"id":276},{"c":4,"u":"smoldering%20breastplate_xdmg","s":3,"n":"Smoldering Breastplate","h":1,"p":305,"zg":{"n":71,"s":3},"id":277},{"c":4,"u":"%2b1%20chain%20mail_dmg","s":0,"n":"+1 Chain Mail","h":1,"p":152,"zg":{"n":53,"s":0},"id":278},{"c":4,"u":"%2b2%20chain%20mail_dmg","s":0,"n":"+2 Chain Mail","h":1,"p":152,"zg":{"n":54,"s":0},"id":279},{"c":4,"u":"%2b3%20chain%20mail_dmg","s":0,"n":"+3 Chain Mail","h":1,"p":152,"zg":{"n":55,"s":0},"id":280},{"c":4,"u":"adamantine%20chain%20mail_dmg","s":0,"n":"Adamantine Chain Mail","h":1,"p":150,"zg":{"n":56,"s":0},"id":281},{"c":4,"u":"chain%20mail%20of%20acid%20resistance_dmg","s":0,"n":"Chain Mail of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":282},{"c":4,"u":"chain%20mail%20of%20cold%20resistance_dmg","s":0,"n":"Chain Mail of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":283},{"c":4,"u":"chain%20mail%20of%20fire%20resistance_dmg","s":0,"n":"Chain Mail of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":284},{"c":4,"u":"chain%20mail%20of%20force%20resistance_dmg","s":0,"n":"Chain Mail of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":285},{"c":4,"u":"chain%20mail%20of%20gleaming_xge","s":1,"n":"Chain Mail of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":286},{"c":4,"u":"chain%20mail%20of%20lightning%20resistance_dmg","s":0,"n":"Chain Mail of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":287},{"c":4,"u":"chain%20mail%20of%20necrotic%20resistance_dmg","s":0,"n":"Chain Mail of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":288},{"c":4,"u":"chain%20mail%20of%20poison%20resistance_dmg","s":0,"n":"Chain Mail of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":289},{"c":4,"u":"chain%20mail%20of%20psychic%20resistance_dmg","s":0,"n":"Chain Mail of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":290},{"c":4,"u":"chain%20mail%20of%20radiant%20resistance_dmg","s":0,"n":"Chain Mail of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":291},{"c":4,"u":"chain%20mail%20of%20thunder%20resistance_dmg","s":0,"n":"Chain Mail of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":292},{"c":4,"u":"cast-off%20chain%20mail_xge","s":1,"n":"Cast-Off Chain Mail","h":1,"p":136,"zg":{"n":68,"s":1},"id":293},{"c":4,"u":"mariner's%20chain%20mail_dmg","s":0,"n":"Mariner's Chain Mail","h":1,"p":181,"zg":{"n":69,"s":0},"id":294},{"c":4,"u":"mithral%20chain%20mail_dmg","s":0,"n":"Mithral Chain Mail","h":1,"p":182,"zg":{"n":70,"s":0},"id":295},{"c":4,"u":"smoldering%20chain%20mail_xge","s":1,"n":"Smoldering Chain Mail","h":1,"p":139,"zg":{"n":71,"s":1},"id":296},{"c":4,"u":"%2b1%20chain%20mail_xdmg","s":3,"n":"+1 Chain Mail","h":1,"p":230,"zg":{"n":53,"s":3},"id":297},{"c":4,"u":"%2b2%20chain%20mail_xdmg","s":3,"n":"+2 Chain Mail","h":1,"p":230,"zg":{"n":54,"s":3},"id":298},{"c":4,"u":"%2b3%20chain%20mail_xdmg","s":3,"n":"+3 Chain Mail","h":1,"p":230,"zg":{"n":55,"s":3},"id":299},{"c":4,"u":"adamantine%20chain%20mail_xdmg","s":3,"n":"Adamantine Chain Mail","h":1,"p":227,"zg":{"n":56,"s":3},"id":300},{"c":4,"u":"antimagic%20chain%20mail_bmt","s":12,"n":"Antimagic Chain Mail","h":1,"p":65,"zg":{"n":72,"s":12},"id":301},{"c":4,"u":"chain%20mail%20of%20acid%20resistance_xdmg","s":3,"n":"Chain Mail of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":302},{"c":4,"u":"chain%20mail%20of%20cold%20resistance_xdmg","s":3,"n":"Chain Mail of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":303},{"c":4,"u":"chain%20mail%20of%20fire%20resistance_xdmg","s":3,"n":"Chain Mail of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":304},{"c":4,"u":"chain%20mail%20of%20force%20resistance_xdmg","s":3,"n":"Chain Mail of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":305},{"c":4,"u":"chain%20mail%20of%20gleaming_xdmg","s":3,"n":"Chain Mail of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":306},{"c":4,"u":"chain%20mail%20of%20lightning%20resistance_xdmg","s":3,"n":"Chain Mail of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":307},{"c":4,"u":"chain%20mail%20of%20necrotic%20resistance_xdmg","s":3,"n":"Chain Mail of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":308},{"c":4,"u":"chain%20mail%20of%20poison%20resistance_xdmg","s":3,"n":"Chain Mail of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":309},{"c":4,"u":"chain%20mail%20of%20psychic%20resistance_xdmg","s":3,"n":"Chain Mail of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":310},{"c":4,"u":"chain%20mail%20of%20radiant%20resistance_xdmg","s":3,"n":"Chain Mail of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":311},{"c":4,"u":"chain%20mail%20of%20safeguarding_bgg","s":17,"n":"Chain Mail of Safeguarding","h":1,"p":111,"zg":{"n":100,"s":17},"id":312},{"c":4,"u":"chain%20mail%20of%20the%20fallen_bmt","s":12,"n":"Chain Mail of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":313},{"c":4,"u":"chain%20mail%20of%20thunder%20resistance_xdmg","s":3,"n":"Chain Mail of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":314},{"c":4,"u":"chain%20mail%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Chain Mail of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":315},{"c":4,"u":"chain%20mail%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Chain Mail of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":316},{"c":4,"u":"chain%20mail%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Chain Mail of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":317},{"c":4,"u":"chain%20mail%20of%20weightlessness_bmt","s":12,"n":"Chain Mail of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":318},{"c":4,"u":"chain%20mail%20barding_phb","s":2,"n":"Chain Mail Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":319},{"c":4,"u":"cast-off%20chain%20mail_xdmg","s":3,"n":"Cast-Off Chain Mail","h":1,"p":243,"zg":{"n":68,"s":3},"id":320},{"c":4,"u":"clockwork%20chain%20mail_bmt","s":12,"n":"Clockwork Chain Mail","h":1,"p":67,"zg":{"n":101,"s":12},"id":321},{"c":4,"u":"demon%20chain%20mail_xdmg","s":3,"n":"Demon Chain Mail","h":1,"p":252,"zg":{"n":80,"s":3},"id":322},{"c":4,"u":"demon%20skin%20chain%20mail_ditlcot","s":18,"n":"Demon Skin Chain Mail","h":1,"p":14,"zg":{"n":102,"s":18},"id":323},{"c":4,"u":"drow%20%2b1%20chain%20mail_mm","s":6,"n":"Drow +1 Chain Mail","h":1,"p":126,"zg":{"n":81,"s":6},"id":324},{"c":4,"u":"drow%20%2b2%20chain%20mail_mm","s":6,"n":"Drow +2 Chain Mail","h":1,"p":126,"zg":{"n":82,"s":6},"id":325},{"c":4,"u":"drow%20%2b3%20chain%20mail_mm","s":6,"n":"Drow +3 Chain Mail","h":1,"p":126,"zg":{"n":83,"s":6},"id":326},{"c":4,"u":"efreeti%20chain%20mail_xdmg","s":3,"n":"Efreeti Chain Mail","h":1,"p":257,"zg":{"n":103,"s":3},"id":327},{"c":4,"u":"elven%20chain%20mail_xdmg","s":3,"n":"Elven Chain Mail","h":1,"p":257,"zg":{"n":104,"s":3},"id":328},{"c":4,"u":"enspelled%20(cantrip)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Cantrip) Chain Mail","h":1,"p":258,"zg":{"n":84,"s":3},"id":329},{"c":4,"u":"enspelled%20(level%201)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 1) Chain Mail","h":1,"p":258,"zg":{"n":85,"s":3},"id":330},{"c":4,"u":"enspelled%20(level%202)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 2) Chain Mail","h":1,"p":258,"zg":{"n":86,"s":3},"id":331},{"c":4,"u":"enspelled%20(level%203)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 3) Chain Mail","h":1,"p":258,"zg":{"n":87,"s":3},"id":332},{"c":4,"u":"enspelled%20(level%204)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 4) Chain Mail","h":1,"p":258,"zg":{"n":88,"s":3},"id":333},{"c":4,"u":"enspelled%20(level%205)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 5) Chain Mail","h":1,"p":258,"zg":{"n":89,"s":3},"id":334},{"c":4,"u":"enspelled%20(level%206)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 6) Chain Mail","h":1,"p":258,"zg":{"n":90,"s":3},"id":335},{"c":4,"u":"enspelled%20(level%207)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 7) Chain Mail","h":1,"p":258,"zg":{"n":91,"s":3},"id":336},{"c":4,"u":"enspelled%20(level%208)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 8) Chain Mail","h":1,"p":258,"zg":{"n":92,"s":3},"id":337},{"c":4,"u":"feywrought%20chain%20mail_bmt","s":12,"n":"Feywrought Chain Mail","h":1,"p":67,"zg":{"n":93,"s":12},"id":338},{"c":4,"u":"gloomwrought%20chain%20mail_bmt","s":12,"n":"Gloomwrought Chain Mail","h":1,"p":67,"zg":{"n":94,"s":12},"id":339},{"c":4,"u":"last%20stand%20chain%20mail_egw","s":5,"n":"Last Stand Chain Mail","h":1,"p":267,"zg":{"n":95,"s":5},"id":340},{"c":4,"u":"living%20chain%20mail_erlw","s":14,"n":"Living Chain Mail","h":1,"p":278,"zg":{"n":96,"s":14},"id":341},{"c":4,"u":"mariner's%20chain%20mail_xdmg","s":3,"n":"Mariner's Chain Mail","h":1,"p":278,"zg":{"n":69,"s":3},"id":342},{"c":4,"u":"mind%20carapace%20chain%20mail_vgm","s":19,"n":"Mind Carapace Chain Mail","h":1,"p":81,"zg":{"n":105,"s":19},"id":343},{"c":4,"u":"mithral%20%2b1%20chain%20mail_ai","s":11,"n":"Mithral +1 Chain Mail","h":1,"p":156,"zg":{"n":97,"s":11},"id":344},{"c":4,"u":"mithral%20chain%20mail_xdmg","s":3,"n":"Mithral Chain Mail","h":1,"p":279,"zg":{"n":70,"s":3},"id":345},{"c":4,"u":"mizzium%20chain%20mail_ggr","s":16,"n":"Mizzium Chain Mail","h":1,"p":179,"zg":{"n":98,"s":16},"id":346},{"c":4,"u":"ruidium%20chain%20mail_crcotn","s":10,"n":"Ruidium Chain Mail","h":1,"p":215,"zg":{"n":99,"s":10},"id":347},{"c":4,"u":"smoldering%20chain%20mail_xdmg","s":3,"n":"Smoldering Chain Mail","h":1,"p":305,"zg":{"n":71,"s":3},"id":348},{"c":4,"u":"%2b1%20chain%20shirt_dmg","s":0,"n":"+1 Chain Shirt","h":1,"p":152,"zg":{"n":53,"s":0},"id":349},{"c":4,"u":"%2b2%20chain%20shirt_dmg","s":0,"n":"+2 Chain Shirt","h":1,"p":152,"zg":{"n":54,"s":0},"id":350},{"c":4,"u":"%2b3%20chain%20shirt_dmg","s":0,"n":"+3 Chain Shirt","h":1,"p":152,"zg":{"n":55,"s":0},"id":351},{"c":4,"u":"adamantine%20chain%20shirt_dmg","s":0,"n":"Adamantine Chain Shirt","h":1,"p":150,"zg":{"n":56,"s":0},"id":352},{"c":4,"u":"chain%20shirt%20of%20acid%20resistance_dmg","s":0,"n":"Chain Shirt of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":353},{"c":4,"u":"chain%20shirt%20of%20cold%20resistance_dmg","s":0,"n":"Chain Shirt of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":354},{"c":4,"u":"chain%20shirt%20of%20fire%20resistance_dmg","s":0,"n":"Chain Shirt of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":355},{"c":4,"u":"chain%20shirt%20of%20force%20resistance_dmg","s":0,"n":"Chain Shirt of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":356},{"c":4,"u":"chain%20shirt%20of%20gleaming_xge","s":1,"n":"Chain Shirt of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":357},{"c":4,"u":"chain%20shirt%20of%20lightning%20resistance_dmg","s":0,"n":"Chain Shirt of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":358},{"c":4,"u":"chain%20shirt%20of%20necrotic%20resistance_dmg","s":0,"n":"Chain Shirt of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":359},{"c":4,"u":"chain%20shirt%20of%20poison%20resistance_dmg","s":0,"n":"Chain Shirt of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":360},{"c":4,"u":"chain%20shirt%20of%20psychic%20resistance_dmg","s":0,"n":"Chain Shirt of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":361},{"c":4,"u":"chain%20shirt%20of%20radiant%20resistance_dmg","s":0,"n":"Chain Shirt of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":362},{"c":4,"u":"chain%20shirt%20of%20thunder%20resistance_dmg","s":0,"n":"Chain Shirt of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":363},{"c":4,"u":"cast-off%20chain%20shirt_xge","s":1,"n":"Cast-Off Chain Shirt","h":1,"p":136,"zg":{"n":68,"s":1},"id":364},{"c":4,"u":"mariner's%20chain%20shirt_dmg","s":0,"n":"Mariner's Chain Shirt","h":1,"p":181,"zg":{"n":69,"s":0},"id":365},{"c":4,"u":"mithral%20chain%20shirt_dmg","s":0,"n":"Mithral Chain Shirt","h":1,"p":182,"zg":{"n":70,"s":0},"id":366},{"c":4,"u":"smoldering%20chain%20shirt_xge","s":1,"n":"Smoldering Chain Shirt","h":1,"p":139,"zg":{"n":71,"s":1},"id":367},{"c":4,"u":"%2b1%20chain%20shirt_xdmg","s":3,"n":"+1 Chain Shirt","h":1,"p":230,"zg":{"n":53,"s":3},"id":368},{"c":4,"u":"%2b2%20chain%20shirt_xdmg","s":3,"n":"+2 Chain Shirt","h":1,"p":230,"zg":{"n":54,"s":3},"id":369},{"c":4,"u":"%2b3%20chain%20shirt_xdmg","s":3,"n":"+3 Chain Shirt","h":1,"p":230,"zg":{"n":55,"s":3},"id":370},{"c":4,"u":"adamantine%20chain%20shirt_xdmg","s":3,"n":"Adamantine Chain Shirt","h":1,"p":227,"zg":{"n":56,"s":3},"id":371},{"c":4,"u":"antimagic%20chain%20shirt_bmt","s":12,"n":"Antimagic Chain Shirt","h":1,"p":65,"zg":{"n":72,"s":12},"id":372},{"c":4,"u":"chain%20shirt%20of%20acid%20resistance_xdmg","s":3,"n":"Chain Shirt of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":373},{"c":4,"u":"chain%20shirt%20of%20cold%20resistance_xdmg","s":3,"n":"Chain Shirt of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":374},{"c":4,"u":"chain%20shirt%20of%20fire%20resistance_xdmg","s":3,"n":"Chain Shirt of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":375},{"c":4,"u":"chain%20shirt%20of%20force%20resistance_xdmg","s":3,"n":"Chain Shirt of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":376},{"c":4,"u":"chain%20shirt%20of%20fungal%20spores_bmt","s":12,"n":"Chain Shirt of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":377},{"c":4,"u":"chain%20shirt%20of%20gleaming_xdmg","s":3,"n":"Chain Shirt of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":378},{"c":4,"u":"chain%20shirt%20of%20lightning%20resistance_xdmg","s":3,"n":"Chain Shirt of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":379},{"c":4,"u":"chain%20shirt%20of%20necrotic%20resistance_xdmg","s":3,"n":"Chain Shirt of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":380},{"c":4,"u":"chain%20shirt%20of%20poison%20resistance_xdmg","s":3,"n":"Chain Shirt of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":381},{"c":4,"u":"chain%20shirt%20of%20psychic%20resistance_xdmg","s":3,"n":"Chain Shirt of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":382},{"c":4,"u":"chain%20shirt%20of%20radiant%20resistance_xdmg","s":3,"n":"Chain Shirt of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":383},{"c":4,"u":"chain%20shirt%20of%20the%20fallen_bmt","s":12,"n":"Chain Shirt of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":384},{"c":4,"u":"chain%20shirt%20of%20thunder%20resistance_xdmg","s":3,"n":"Chain Shirt of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":385},{"c":4,"u":"chain%20shirt%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Chain Shirt of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":386},{"c":4,"u":"chain%20shirt%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Chain Shirt of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":387},{"c":4,"u":"chain%20shirt%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Chain Shirt of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":388},{"c":4,"u":"chain%20shirt%20of%20weightlessness_bmt","s":12,"n":"Chain Shirt of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":389},{"c":4,"u":"chain%20shirt%20barding_phb","s":2,"n":"Chain Shirt Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":390},{"c":4,"u":"cast-off%20chain%20shirt_xdmg","s":3,"n":"Cast-Off Chain Shirt","h":1,"p":243,"zg":{"n":68,"s":3},"id":391},{"c":4,"u":"demon%20chain%20shirt_xdmg","s":3,"n":"Demon Chain Shirt","h":1,"p":252,"zg":{"n":80,"s":3},"id":392},{"c":4,"u":"drow%20%2b1%20chain%20shirt_mm","s":6,"n":"Drow +1 Chain Shirt","h":1,"p":126,"zg":{"n":81,"s":6},"id":393},{"c":4,"u":"drow%20%2b2%20chain%20shirt_mm","s":6,"n":"Drow +2 Chain Shirt","h":1,"p":126,"zg":{"n":82,"s":6},"id":394},{"c":4,"u":"drow%20%2b3%20chain%20shirt_mm","s":6,"n":"Drow +3 Chain Shirt","h":1,"p":126,"zg":{"n":83,"s":6},"id":395},{"c":4,"u":"efreeti%20chain%20shirt_xdmg","s":3,"n":"Efreeti Chain Shirt","h":1,"p":257,"zg":{"n":103,"s":3},"id":396},{"c":4,"u":"elven%20chain%20shirt_xdmg","s":3,"n":"Elven Chain Shirt","h":1,"p":257,"zg":{"n":104,"s":3},"id":397},{"c":4,"u":"enspelled%20(cantrip)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Cantrip) Chain Shirt","h":1,"p":258,"zg":{"n":84,"s":3},"id":398},{"c":4,"u":"enspelled%20(level%201)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 1) Chain Shirt","h":1,"p":258,"zg":{"n":85,"s":3},"id":399},{"c":4,"u":"enspelled%20(level%202)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 2) Chain Shirt","h":1,"p":258,"zg":{"n":86,"s":3},"id":400},{"c":4,"u":"enspelled%20(level%203)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 3) Chain Shirt","h":1,"p":258,"zg":{"n":87,"s":3},"id":401},{"c":4,"u":"enspelled%20(level%204)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 4) Chain Shirt","h":1,"p":258,"zg":{"n":88,"s":3},"id":402},{"c":4,"u":"enspelled%20(level%205)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 5) Chain Shirt","h":1,"p":258,"zg":{"n":89,"s":3},"id":403},{"c":4,"u":"enspelled%20(level%206)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 6) Chain Shirt","h":1,"p":258,"zg":{"n":90,"s":3},"id":404},{"c":4,"u":"enspelled%20(level%207)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 7) Chain Shirt","h":1,"p":258,"zg":{"n":91,"s":3},"id":405},{"c":4,"u":"enspelled%20(level%208)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 8) Chain Shirt","h":1,"p":258,"zg":{"n":92,"s":3},"id":406},{"c":4,"u":"feywrought%20chain%20shirt_bmt","s":12,"n":"Feywrought Chain Shirt","h":1,"p":67,"zg":{"n":93,"s":12},"id":407},{"c":4,"u":"gloomwrought%20chain%20shirt_bmt","s":12,"n":"Gloomwrought Chain Shirt","h":1,"p":67,"zg":{"n":94,"s":12},"id":408},{"c":4,"u":"last%20stand%20chain%20shirt_egw","s":5,"n":"Last Stand Chain Shirt","h":1,"p":267,"zg":{"n":95,"s":5},"id":409},{"c":4,"u":"living%20chain%20shirt_erlw","s":14,"n":"Living Chain Shirt","h":1,"p":278,"zg":{"n":96,"s":14},"id":410},{"c":4,"u":"mariner's%20chain%20shirt_xdmg","s":3,"n":"Mariner's Chain Shirt","h":1,"p":278,"zg":{"n":69,"s":3},"id":411},{"c":4,"u":"mithral%20%2b1%20chain%20shirt_ai","s":11,"n":"Mithral +1 Chain Shirt","h":1,"p":156,"zg":{"n":97,"s":11},"id":412},{"c":4,"u":"mithral%20chain%20shirt_xdmg","s":3,"n":"Mithral Chain Shirt","h":1,"p":279,"zg":{"n":70,"s":3},"id":413},{"c":4,"u":"mizzium%20chain%20shirt_ggr","s":16,"n":"Mizzium Chain Shirt","h":1,"p":179,"zg":{"n":98,"s":16},"id":414},{"c":4,"u":"ruidium%20chain%20shirt_crcotn","s":10,"n":"Ruidium Chain Shirt","h":1,"p":215,"zg":{"n":99,"s":10},"id":415},{"c":4,"u":"smoldering%20chain%20shirt_xdmg","s":3,"n":"Smoldering Chain Shirt","h":1,"p":305,"zg":{"n":71,"s":3},"id":416},{"c":4,"u":"%2b1%20club_dmg","s":0,"n":"+1 Club","h":1,"p":213,"zg":{"n":0,"s":0},"id":417},{"c":4,"u":"%2b2%20club_dmg","s":0,"n":"+2 Club","h":1,"p":213,"zg":{"n":1,"s":0},"id":418},{"c":4,"u":"%2b3%20club_dmg","s":0,"n":"+3 Club","h":1,"p":213,"zg":{"n":2,"s":0},"id":419},{"c":4,"u":"adamantine%20club_xge","s":1,"n":"Adamantine Club","h":1,"p":78,"zg":{"n":3,"s":1},"id":420},{"c":4,"u":"silvered%20club_phb","s":2,"n":"Silvered Club","h":1,"p":148,"zg":{"n":4,"s":2},"id":421},{"c":4,"u":"vicious%20club_dmg","s":0,"n":"Vicious Club","h":1,"p":209,"zg":{"n":5,"s":0},"id":422},{"c":4,"u":"club%20of%20warning_dmg","s":0,"n":"Club of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":423},{"c":4,"u":"%2b1%20club_xdmg","s":3,"n":"+1 Club","h":1,"p":324,"zg":{"n":0,"s":3},"id":424},{"c":4,"u":"%2b2%20club_xdmg","s":3,"n":"+2 Club","h":1,"p":324,"zg":{"n":1,"s":3},"id":425},{"c":4,"u":"%2b3%20club_xdmg","s":3,"n":"+3 Club","h":1,"p":324,"zg":{"n":2,"s":3},"id":426},{"c":4,"u":"adamantine%20club_xdmg","s":3,"n":"Adamantine Club","h":1,"p":227,"zg":{"n":3,"s":3},"id":427},{"c":4,"u":"club%20armblade_erlw","s":14,"n":"Club Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":428},{"c":4,"u":"ascendant%20dragon's%20wrath%20club_ftd","s":4,"n":"Ascendant Dragon's Wrath Club","h":1,"p":25,"zg":{"n":7,"s":4},"id":429},{"c":4,"u":"comet%20smasher%20club_dodk","s":13,"n":"Comet Smasher Club","h":1,"p":230,"zg":{"n":106,"s":13},"id":430},{"c":4,"u":"corpse%20slayer%20club_egw","s":5,"n":"Corpse Slayer Club","h":1,"p":266,"zg":{"n":8,"s":5},"id":431},{"c":4,"u":"defender%20club_xdmg","s":3,"n":"Defender Club","h":1,"p":252,"zg":{"n":49,"s":3},"id":432},{"c":4,"u":"dragon%20slayer%20club_xdmg","s":3,"n":"Dragon Slayer Club","h":1,"p":254,"zg":{"n":9,"s":3},"id":433},{"c":4,"u":"drow%20%2b1%20club_mm","s":6,"n":"Drow +1 Club","h":1,"p":126,"zg":{"n":10,"s":6},"id":434},{"c":4,"u":"drow%20%2b2%20club_mm","s":6,"n":"Drow +2 Club","h":1,"p":126,"zg":{"n":11,"s":6},"id":435},{"c":4,"u":"drow%20%2b3%20club_mm","s":6,"n":"Drow +3 Club","h":1,"p":126,"zg":{"n":12,"s":6},"id":436},{"c":4,"u":"enspelled%20(cantrip)%20club_xdmg","s":3,"n":"Enspelled (Cantrip) Club","h":1,"p":258,"zg":{"n":13,"s":3},"id":437},{"c":4,"u":"enspelled%20(level%201)%20club_xdmg","s":3,"n":"Enspelled (Level 1) Club","h":1,"p":258,"zg":{"n":14,"s":3},"id":438},{"c":4,"u":"enspelled%20(level%202)%20club_xdmg","s":3,"n":"Enspelled (Level 2) Club","h":1,"p":258,"zg":{"n":15,"s":3},"id":439},{"c":4,"u":"enspelled%20(level%203)%20club_xdmg","s":3,"n":"Enspelled (Level 3) Club","h":1,"p":258,"zg":{"n":16,"s":3},"id":440},{"c":4,"u":"enspelled%20(level%204)%20club_xdmg","s":3,"n":"Enspelled (Level 4) Club","h":1,"p":258,"zg":{"n":17,"s":3},"id":441},{"c":4,"u":"enspelled%20(level%205)%20club_xdmg","s":3,"n":"Enspelled (Level 5) Club","h":1,"p":258,"zg":{"n":18,"s":3},"id":442},{"c":4,"u":"enspelled%20(level%206)%20club_xdmg","s":3,"n":"Enspelled (Level 6) Club","h":1,"p":258,"zg":{"n":19,"s":3},"id":443},{"c":4,"u":"enspelled%20(level%207)%20club_xdmg","s":3,"n":"Enspelled (Level 7) Club","h":1,"p":258,"zg":{"n":20,"s":3},"id":444},{"c":4,"u":"enspelled%20(level%208)%20club_xdmg","s":3,"n":"Enspelled (Level 8) Club","h":1,"p":258,"zg":{"n":21,"s":3},"id":445},{"c":4,"u":"flame%20tongue%20club_xdmg","s":3,"n":"Flame Tongue Club","h":1,"p":263,"zg":{"n":51,"s":3},"id":446},{"c":4,"u":"forcebreaker%20club_bmt","s":12,"n":"Forcebreaker Club","h":1,"p":67,"zg":{"n":107,"s":12},"id":447},{"c":4,"u":"giant%20slayer%20club_xdmg","s":3,"n":"Giant Slayer Club","h":1,"p":264,"zg":{"n":22,"s":3},"id":448},{"c":4,"u":"hellfire%20club_bgdia","s":7,"n":"Hellfire Club","h":1,"p":223,"zg":{"n":23,"s":7},"id":449},{"c":4,"u":"holy%20avenger%20club_xdmg","s":3,"n":"Holy Avenger Club","h":1,"p":269,"zg":{"n":24,"s":3},"id":450},{"c":4,"u":"lycan%20club_ghloe","s":8,"n":"Lycan Club","h":1,"p":111,"zg":{"n":25,"s":8},"id":451},{"c":4,"u":"nine%20lives%20stealer%20club_xdmg","s":3,"n":"Nine Lives Stealer Club","h":1,"p":281,"zg":{"n":26,"s":3},"id":452},{"c":4,"u":"ruidium%20club_crcotn","s":10,"n":"Ruidium Club","h":1,"p":216,"zg":{"n":28,"s":10},"id":453},{"c":4,"u":"silvered%20club_xdmg","s":3,"n":"Silvered Club","h":1,"p":304,"zg":{"n":4,"s":3},"id":454},{"c":4,"u":"slumbering%20dragon's%20wrath%20club_ftd","s":4,"n":"Slumbering Dragon's Wrath Club","h":1,"p":25,"zg":{"n":29,"s":4},"id":455},{"c":4,"u":"stirring%20dragon's%20wrath%20club_ftd","s":4,"n":"Stirring Dragon's Wrath Club","h":1,"p":25,"zg":{"n":30,"s":4},"id":456},{"c":4,"u":"vicious%20%2b1%20club_ai","s":11,"n":"Vicious +1 Club","h":1,"p":149,"zg":{"n":31,"s":11},"id":457},{"c":4,"u":"vicious%20club_xdmg","s":3,"n":"Vicious Club","h":1,"p":318,"zg":{"n":5,"s":3},"id":458},{"c":4,"u":"wakened%20dragon's%20wrath%20club_ftd","s":4,"n":"Wakened Dragon's Wrath Club","h":1,"p":25,"zg":{"n":32,"s":4},"id":459},{"c":4,"u":"club%20of%20agonizing%20paralysis_coa","s":15,"n":"Club of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":460},{"c":4,"u":"club%20of%20certain%20death_egw","s":5,"n":"Club of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":461},{"c":4,"u":"club%20of%20warning_xdmg","s":3,"n":"Club of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":462},{"c":4,"u":"%2b1%20crossbow%20bolt_dmg","s":0,"n":"+1 Crossbow Bolt","h":1,"p":150,"zg":{"n":35,"s":0},"id":463},{"c":4,"u":"%2b2%20crossbow%20bolt_dmg","s":0,"n":"+2 Crossbow Bolt","h":1,"p":150,"zg":{"n":36,"s":0},"id":464},{"c":4,"u":"%2b3%20crossbow%20bolt_dmg","s":0,"n":"+3 Crossbow Bolt","h":1,"p":150,"zg":{"n":37,"s":0},"id":465},{"c":4,"u":"crossbow%20bolt%20of%20slaying_dmg","s":0,"n":"Crossbow Bolt of Slaying","h":1,"p":152,"zg":{"n":38,"s":0},"id":466},{"c":4,"u":"walloping%20crossbow%20bolt_xge","s":1,"n":"Walloping Crossbow Bolt","h":1,"p":139,"zg":{"n":39,"s":1},"id":467},{"c":4,"u":"fernian%20basalt%20crystal_erlw","s":14,"n":"Fernian Basalt Crystal","h":1,"p":278,"zg":{"n":108,"s":14},"id":468},{"c":4,"u":"irian%20quartz%20crystal_erlw","s":14,"n":"Irian Quartz Crystal","h":1,"p":278,"zg":{"n":109,"s":14},"id":469},{"c":4,"u":"kythrian%20skarn%20crystal_erlw","s":14,"n":"Kythrian Skarn Crystal","h":1,"p":278,"zg":{"n":110,"s":14},"id":470},{"c":4,"u":"lamannian%20flint%20crystal_erlw","s":14,"n":"Lamannian Flint Crystal","h":1,"p":278,"zg":{"n":111,"s":14},"id":471},{"c":4,"u":"mabaran%20obsidian%20crystal_erlw","s":14,"n":"Mabaran Obsidian Crystal","h":1,"p":278,"zg":{"n":112,"s":14},"id":472},{"c":4,"u":"risian%20shale%20crystal_erlw","s":14,"n":"Risian Shale Crystal","h":1,"p":278,"zg":{"n":113,"s":14},"id":473},{"c":4,"u":"shavarran%20chert%20crystal_erlw","s":14,"n":"Shavarran Chert Crystal","h":1,"p":278,"zg":{"n":114,"s":14},"id":474},{"c":4,"u":"xorian%20marble%20crystal_erlw","s":14,"n":"Xorian Marble Crystal","h":1,"p":278,"zg":{"n":115,"s":14},"id":475},{"c":4,"u":"%2b1%20dagger_dmg","s":0,"n":"+1 Dagger","h":1,"p":213,"zg":{"n":0,"s":0},"id":476},{"c":4,"u":"%2b2%20dagger_dmg","s":0,"n":"+2 Dagger","h":1,"p":213,"zg":{"n":1,"s":0},"id":477},{"c":4,"u":"%2b3%20dagger_dmg","s":0,"n":"+3 Dagger","h":1,"p":213,"zg":{"n":2,"s":0},"id":478},{"c":4,"u":"adamantine%20dagger_xge","s":1,"n":"Adamantine Dagger","h":1,"p":78,"zg":{"n":3,"s":1},"id":479},{"c":4,"u":"silvered%20dagger_phb","s":2,"n":"Silvered Dagger","h":1,"p":148,"zg":{"n":4,"s":2},"id":480},{"c":4,"u":"vicious%20dagger_dmg","s":0,"n":"Vicious Dagger","h":1,"p":209,"zg":{"n":5,"s":0},"id":481},{"c":4,"u":"dagger%20of%20warning_dmg","s":0,"n":"Dagger of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":482},{"c":4,"u":"%2b1%20dagger_xdmg","s":3,"n":"+1 Dagger","h":1,"p":324,"zg":{"n":0,"s":3},"id":483},{"c":4,"u":"%2b2%20dagger_xdmg","s":3,"n":"+2 Dagger","h":1,"p":324,"zg":{"n":1,"s":3},"id":484},{"c":4,"u":"%2b3%20dagger_xdmg","s":3,"n":"+3 Dagger","h":1,"p":324,"zg":{"n":2,"s":3},"id":485},{"c":4,"u":"adamantine%20dagger_xdmg","s":3,"n":"Adamantine Dagger","h":1,"p":227,"zg":{"n":3,"s":3},"id":486},{"c":4,"u":"dagger%20armblade_erlw","s":14,"n":"Dagger Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":487},{"c":4,"u":"ascendant%20dragon's%20wrath%20dagger_ftd","s":4,"n":"Ascendant Dragon's Wrath Dagger","h":1,"p":25,"zg":{"n":7,"s":4},"id":488},{"c":4,"u":"corpse%20slayer%20dagger_egw","s":5,"n":"Corpse Slayer Dagger","h":1,"p":266,"zg":{"n":8,"s":5},"id":489},{"c":4,"u":"defender%20dagger_xdmg","s":3,"n":"Defender Dagger","h":1,"p":252,"zg":{"n":49,"s":3},"id":490},{"c":4,"u":"dragon%20slayer%20dagger_xdmg","s":3,"n":"Dragon Slayer Dagger","h":1,"p":254,"zg":{"n":9,"s":3},"id":491},{"c":4,"u":"drow%20%2b1%20dagger_mm","s":6,"n":"Drow +1 Dagger","h":1,"p":126,"zg":{"n":10,"s":6},"id":492},{"c":4,"u":"drow%20%2b2%20dagger_mm","s":6,"n":"Drow +2 Dagger","h":1,"p":126,"zg":{"n":11,"s":6},"id":493},{"c":4,"u":"drow%20%2b3%20dagger_mm","s":6,"n":"Drow +3 Dagger","h":1,"p":126,"zg":{"n":12,"s":6},"id":494},{"c":4,"u":"enspelled%20(cantrip)%20dagger_xdmg","s":3,"n":"Enspelled (Cantrip) Dagger","h":1,"p":258,"zg":{"n":13,"s":3},"id":495},{"c":4,"u":"enspelled%20(level%201)%20dagger_xdmg","s":3,"n":"Enspelled (Level 1) Dagger","h":1,"p":258,"zg":{"n":14,"s":3},"id":496},{"c":4,"u":"enspelled%20(level%202)%20dagger_xdmg","s":3,"n":"Enspelled (Level 2) Dagger","h":1,"p":258,"zg":{"n":15,"s":3},"id":497},{"c":4,"u":"enspelled%20(level%203)%20dagger_xdmg","s":3,"n":"Enspelled (Level 3) Dagger","h":1,"p":258,"zg":{"n":16,"s":3},"id":498},{"c":4,"u":"enspelled%20(level%204)%20dagger_xdmg","s":3,"n":"Enspelled (Level 4) Dagger","h":1,"p":258,"zg":{"n":17,"s":3},"id":499},{"c":4,"u":"enspelled%20(level%205)%20dagger_xdmg","s":3,"n":"Enspelled (Level 5) Dagger","h":1,"p":258,"zg":{"n":18,"s":3},"id":500},{"c":4,"u":"enspelled%20(level%206)%20dagger_xdmg","s":3,"n":"Enspelled (Level 6) Dagger","h":1,"p":258,"zg":{"n":19,"s":3},"id":501},{"c":4,"u":"enspelled%20(level%207)%20dagger_xdmg","s":3,"n":"Enspelled (Level 7) Dagger","h":1,"p":258,"zg":{"n":20,"s":3},"id":502},{"c":4,"u":"enspelled%20(level%208)%20dagger_xdmg","s":3,"n":"Enspelled (Level 8) Dagger","h":1,"p":258,"zg":{"n":21,"s":3},"id":503},{"c":4,"u":"flame%20tongue%20dagger_xdmg","s":3,"n":"Flame Tongue Dagger","h":1,"p":263,"zg":{"n":51,"s":3},"id":504},{"c":4,"u":"giant%20slayer%20dagger_xdmg","s":3,"n":"Giant Slayer Dagger","h":1,"p":264,"zg":{"n":22,"s":3},"id":505},{"c":4,"u":"hellfire%20dagger_bgdia","s":7,"n":"Hellfire Dagger","h":1,"p":223,"zg":{"n":23,"s":7},"id":506},{"c":4,"u":"holy%20avenger%20dagger_xdmg","s":3,"n":"Holy Avenger Dagger","h":1,"p":269,"zg":{"n":24,"s":3},"id":507},{"c":4,"u":"lycan%20dagger_ghloe","s":8,"n":"Lycan Dagger","h":1,"p":111,"zg":{"n":25,"s":8},"id":508},{"c":4,"u":"nine%20lives%20stealer%20dagger_xdmg","s":3,"n":"Nine Lives Stealer Dagger","h":1,"p":281,"zg":{"n":26,"s":3},"id":509},{"c":4,"u":"oceanic%20dagger_tdcsr","s":9,"n":"Oceanic Dagger","h":1,"p":199,"zg":{"n":27,"s":9},"id":510},{"c":4,"u":"ruidium%20dagger_crcotn","s":10,"n":"Ruidium Dagger","h":1,"p":216,"zg":{"n":28,"s":10},"id":511},{"c":4,"u":"silvered%20dagger_xdmg","s":3,"n":"Silvered Dagger","h":1,"p":304,"zg":{"n":4,"s":3},"id":512},{"c":4,"u":"slumbering%20dragon's%20wrath%20dagger_ftd","s":4,"n":"Slumbering Dragon's Wrath Dagger","h":1,"p":25,"zg":{"n":29,"s":4},"id":513},{"c":4,"u":"stirring%20dragon's%20wrath%20dagger_ftd","s":4,"n":"Stirring Dragon's Wrath Dagger","h":1,"p":25,"zg":{"n":30,"s":4},"id":514},{"c":4,"u":"sylvan%20talon%20dagger_xdmg","s":3,"n":"Sylvan Talon Dagger","h":1,"p":314,"zg":{"n":116,"s":3},"id":515},{"c":4,"u":"vicious%20%2b1%20dagger_ai","s":11,"n":"Vicious +1 Dagger","h":1,"p":149,"zg":{"n":31,"s":11},"id":516},{"c":4,"u":"vicious%20dagger_xdmg","s":3,"n":"Vicious Dagger","h":1,"p":318,"zg":{"n":5,"s":3},"id":517},{"c":4,"u":"wakened%20dragon's%20wrath%20dagger_ftd","s":4,"n":"Wakened Dragon's Wrath Dagger","h":1,"p":25,"zg":{"n":32,"s":4},"id":518},{"c":4,"u":"dagger%20of%20agonizing%20paralysis_coa","s":15,"n":"Dagger of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":519},{"c":4,"u":"dagger%20of%20certain%20death_egw","s":5,"n":"Dagger of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":520},{"c":4,"u":"dagger%20of%20warning_xdmg","s":3,"n":"Dagger of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":521},{"c":4,"u":"%2b1%20dart_dmg","s":0,"n":"+1 Dart","h":1,"p":213,"zg":{"n":0,"s":0},"id":522},{"c":4,"u":"%2b2%20dart_dmg","s":0,"n":"+2 Dart","h":1,"p":213,"zg":{"n":1,"s":0},"id":523},{"c":4,"u":"%2b3%20dart_dmg","s":0,"n":"+3 Dart","h":1,"p":213,"zg":{"n":2,"s":0},"id":524},{"c":4,"u":"adamantine%20dart_xge","s":1,"n":"Adamantine Dart","h":1,"p":78,"zg":{"n":3,"s":1},"id":525},{"c":4,"u":"silvered%20dart_phb","s":2,"n":"Silvered Dart","h":1,"p":148,"zg":{"n":4,"s":2},"id":526},{"c":4,"u":"vicious%20dart_dmg","s":0,"n":"Vicious Dart","h":1,"p":209,"zg":{"n":5,"s":0},"id":527},{"c":4,"u":"dart%20of%20warning_dmg","s":0,"n":"Dart of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":528},{"c":4,"u":"%2b1%20dart_xdmg","s":3,"n":"+1 Dart","h":1,"p":324,"zg":{"n":0,"s":3},"id":529},{"c":4,"u":"%2b2%20dart_xdmg","s":3,"n":"+2 Dart","h":1,"p":324,"zg":{"n":1,"s":3},"id":530},{"c":4,"u":"%2b3%20dart_xdmg","s":3,"n":"+3 Dart","h":1,"p":324,"zg":{"n":2,"s":3},"id":531},{"c":4,"u":"ascendant%20dragon's%20wrath%20dart_ftd","s":4,"n":"Ascendant Dragon's Wrath Dart","h":1,"p":25,"zg":{"n":7,"s":4},"id":532},{"c":4,"u":"corpse%20slayer%20dart_egw","s":5,"n":"Corpse Slayer Dart","h":1,"p":266,"zg":{"n":8,"s":5},"id":533},{"c":4,"u":"dragon%20slayer%20dart_xdmg","s":3,"n":"Dragon Slayer Dart","h":1,"p":254,"zg":{"n":9,"s":3},"id":534},{"c":4,"u":"drow%20%2b1%20dart_mm","s":6,"n":"Drow +1 Dart","h":1,"p":126,"zg":{"n":10,"s":6},"id":535},{"c":4,"u":"drow%20%2b2%20dart_mm","s":6,"n":"Drow +2 Dart","h":1,"p":126,"zg":{"n":11,"s":6},"id":536},{"c":4,"u":"drow%20%2b3%20dart_mm","s":6,"n":"Drow +3 Dart","h":1,"p":126,"zg":{"n":12,"s":6},"id":537},{"c":4,"u":"enspelled%20(cantrip)%20dart_xdmg","s":3,"n":"Enspelled (Cantrip) Dart","h":1,"p":258,"zg":{"n":13,"s":3},"id":538},{"c":4,"u":"enspelled%20(level%201)%20dart_xdmg","s":3,"n":"Enspelled (Level 1) Dart","h":1,"p":258,"zg":{"n":14,"s":3},"id":539},{"c":4,"u":"enspelled%20(level%202)%20dart_xdmg","s":3,"n":"Enspelled (Level 2) Dart","h":1,"p":258,"zg":{"n":15,"s":3},"id":540},{"c":4,"u":"enspelled%20(level%203)%20dart_xdmg","s":3,"n":"Enspelled (Level 3) Dart","h":1,"p":258,"zg":{"n":16,"s":3},"id":541},{"c":4,"u":"enspelled%20(level%204)%20dart_xdmg","s":3,"n":"Enspelled (Level 4) Dart","h":1,"p":258,"zg":{"n":17,"s":3},"id":542},{"c":4,"u":"enspelled%20(level%205)%20dart_xdmg","s":3,"n":"Enspelled (Level 5) Dart","h":1,"p":258,"zg":{"n":18,"s":3},"id":543},{"c":4,"u":"enspelled%20(level%206)%20dart_xdmg","s":3,"n":"Enspelled (Level 6) Dart","h":1,"p":258,"zg":{"n":19,"s":3},"id":544},{"c":4,"u":"enspelled%20(level%207)%20dart_xdmg","s":3,"n":"Enspelled (Level 7) Dart","h":1,"p":258,"zg":{"n":20,"s":3},"id":545},{"c":4,"u":"enspelled%20(level%208)%20dart_xdmg","s":3,"n":"Enspelled (Level 8) Dart","h":1,"p":258,"zg":{"n":21,"s":3},"id":546},{"c":4,"u":"giant%20slayer%20dart_xdmg","s":3,"n":"Giant Slayer Dart","h":1,"p":264,"zg":{"n":22,"s":3},"id":547},{"c":4,"u":"hellfire%20dart_bgdia","s":7,"n":"Hellfire Dart","h":1,"p":223,"zg":{"n":23,"s":7},"id":548},{"c":4,"u":"holy%20avenger%20dart_xdmg","s":3,"n":"Holy Avenger Dart","h":1,"p":269,"zg":{"n":24,"s":3},"id":549},{"c":4,"u":"lycan%20dart_ghloe","s":8,"n":"Lycan Dart","h":1,"p":111,"zg":{"n":25,"s":8},"id":550},{"c":4,"u":"nine%20lives%20stealer%20dart_xdmg","s":3,"n":"Nine Lives Stealer Dart","h":1,"p":281,"zg":{"n":26,"s":3},"id":551},{"c":4,"u":"oceanic%20dart_tdcsr","s":9,"n":"Oceanic Dart","h":1,"p":199,"zg":{"n":27,"s":9},"id":552},{"c":4,"u":"ruidium%20dart_crcotn","s":10,"n":"Ruidium Dart","h":1,"p":216,"zg":{"n":28,"s":10},"id":553},{"c":4,"u":"silvered%20dart_xdmg","s":3,"n":"Silvered Dart","h":1,"p":304,"zg":{"n":4,"s":3},"id":554},{"c":4,"u":"slumbering%20dragon's%20wrath%20dart_ftd","s":4,"n":"Slumbering Dragon's Wrath Dart","h":1,"p":25,"zg":{"n":29,"s":4},"id":555},{"c":4,"u":"stirring%20dragon's%20wrath%20dart_ftd","s":4,"n":"Stirring Dragon's Wrath Dart","h":1,"p":25,"zg":{"n":30,"s":4},"id":556},{"c":4,"u":"vicious%20%2b1%20dart_ai","s":11,"n":"Vicious +1 Dart","h":1,"p":149,"zg":{"n":31,"s":11},"id":557},{"c":4,"u":"vicious%20dart_xdmg","s":3,"n":"Vicious Dart","h":1,"p":318,"zg":{"n":5,"s":3},"id":558},{"c":4,"u":"wakened%20dragon's%20wrath%20dart_ftd","s":4,"n":"Wakened Dragon's Wrath Dart","h":1,"p":25,"zg":{"n":32,"s":4},"id":559},{"c":4,"u":"dart%20of%20certain%20death_egw","s":5,"n":"Dart of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":560},{"c":4,"u":"dart%20of%20warning_xdmg","s":3,"n":"Dart of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":561},{"c":4,"u":"%2b1%20double-bladed%20scimitar_dmg","s":0,"n":"+1 Double-Bladed Scimitar","h":1,"p":213,"zg":{"n":0,"s":0},"id":562},{"c":4,"u":"%2b1%20double-bladed%20scimitar_xdmg","s":3,"n":"+1 Double-Bladed Scimitar","h":1,"p":324,"zg":{"n":0,"s":3},"id":563},{"c":4,"u":"%2b2%20double-bladed%20scimitar_dmg","s":0,"n":"+2 Double-Bladed Scimitar","h":1,"p":213,"zg":{"n":1,"s":0},"id":564},{"c":4,"u":"%2b2%20double-bladed%20scimitar_xdmg","s":3,"n":"+2 Double-Bladed Scimitar","h":1,"p":324,"zg":{"n":1,"s":3},"id":565},{"c":4,"u":"%2b3%20double-bladed%20scimitar_dmg","s":0,"n":"+3 Double-Bladed Scimitar","h":1,"p":213,"zg":{"n":2,"s":0},"id":566},{"c":4,"u":"%2b3%20double-bladed%20scimitar_xdmg","s":3,"n":"+3 Double-Bladed Scimitar","h":1,"p":324,"zg":{"n":2,"s":3},"id":567},{"c":4,"u":"acheron%20blade%20double-bladed%20scimitar_egw","s":5,"n":"Acheron Blade Double-Bladed Scimitar","h":1,"p":265,"zg":{"n":117,"s":5},"id":568},{"c":4,"u":"adamantine%20double-bladed%20scimitar_xge","s":1,"n":"Adamantine Double-Bladed Scimitar","h":1,"p":78,"zg":{"n":3,"s":1},"id":569},{"c":4,"u":"ascendant%20dragon's%20wrath%20double-bladed%20scimitar_ftd","s":4,"n":"Ascendant Dragon's Wrath Double-Bladed Scimitar","h":1,"p":25,"zg":{"n":7,"s":4},"id":570},{"c":4,"u":"double-bladed%20scimitar%20of%20the%20medusa_llk","s":20,"n":"Double-Bladed Scimitar of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":571},{"c":4,"u":"double-bladed%20scimitar%20of%20the%20wood_hwcs","s":21,"n":"Double-Bladed Scimitar of the Wood","h":1,"p":213,"zg":{"n":119,"s":21},"id":572},{"c":4,"u":"bloodshed%20double-bladed%20scimitar_bgg","s":17,"n":"Bloodshed Double-Bladed Scimitar","h":1,"p":111,"zg":{"n":120,"s":17},"id":573},{"c":4,"u":"corpse%20slayer%20double-bladed%20scimitar_egw","s":5,"n":"Corpse Slayer Double-Bladed Scimitar","h":1,"p":266,"zg":{"n":8,"s":5},"id":574},{"c":4,"u":"crystal%20double-bladed%20scimitar_ftd","s":4,"n":"Crystal Double-Bladed Scimitar","h":1,"p":22,"zg":{"n":121,"s":4},"id":575},{"c":4,"u":"dancing%20double-bladed%20scimitar_dmg","s":0,"n":"Dancing Double-Bladed Scimitar","h":1,"p":161,"zg":{"n":122,"s":0},"id":576},{"c":4,"u":"dancing%20double-bladed%20scimitar_xdmg","s":3,"n":"Dancing Double-Bladed Scimitar","h":1,"p":248,"zg":{"n":122,"s":3},"id":577},{"c":4,"u":"defender%20double-bladed%20scimitar_dmg","s":0,"n":"Defender Double-Bladed Scimitar","h":1,"p":164,"zg":{"n":49,"s":0},"id":578},{"c":4,"u":"delerium-forged%20blade%20double-bladed%20scimitar_dodk","s":13,"n":"Delerium-Forged Blade Double-Bladed Scimitar","h":1,"p":230,"zg":{"n":123,"s":13},"id":579},{"c":4,"u":"dragon%20slayer%20double-bladed%20scimitar_dmg","s":0,"n":"Dragon Slayer Double-Bladed Scimitar","h":1,"p":166,"zg":{"n":9,"s":0},"id":580},{"c":4,"u":"dragon%20slayer%20double-bladed%20scimitar_xdmg","s":3,"n":"Dragon Slayer Double-Bladed Scimitar","h":1,"p":254,"zg":{"n":9,"s":3},"id":581},{"c":4,"u":"drow%20%2b1%20double-bladed%20scimitar_mm","s":6,"n":"Drow +1 Double-Bladed Scimitar","h":1,"p":126,"zg":{"n":10,"s":6},"id":582},{"c":4,"u":"drow%20%2b2%20double-bladed%20scimitar_mm","s":6,"n":"Drow +2 Double-Bladed Scimitar","h":1,"p":126,"zg":{"n":11,"s":6},"id":583},{"c":4,"u":"drow%20%2b3%20double-bladed%20scimitar_mm","s":6,"n":"Drow +3 Double-Bladed Scimitar","h":1,"p":126,"zg":{"n":12,"s":6},"id":584},{"c":4,"u":"enspelled%20(cantrip)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Cantrip) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":13,"s":3},"id":585},{"c":4,"u":"enspelled%20(level%201)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 1) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":14,"s":3},"id":586},{"c":4,"u":"enspelled%20(level%202)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 2) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":15,"s":3},"id":587},{"c":4,"u":"enspelled%20(level%203)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 3) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":16,"s":3},"id":588},{"c":4,"u":"enspelled%20(level%204)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 4) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":17,"s":3},"id":589},{"c":4,"u":"enspelled%20(level%205)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 5) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":18,"s":3},"id":590},{"c":4,"u":"enspelled%20(level%206)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 6) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":19,"s":3},"id":591},{"c":4,"u":"enspelled%20(level%207)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 7) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":20,"s":3},"id":592},{"c":4,"u":"enspelled%20(level%208)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 8) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":21,"s":3},"id":593},{"c":4,"u":"flame%20tongue%20double-bladed%20scimitar_dmg","s":0,"n":"Flame Tongue Double-Bladed Scimitar","h":1,"p":170,"zg":{"n":51,"s":0},"id":594},{"c":4,"u":"fool's%20double-bladed%20scimitar_bmt","s":12,"n":"Fool's Double-Bladed Scimitar","h":1,"p":36,"zg":{"n":124,"s":12},"id":595},{"c":4,"u":"frost%20brand%20double-bladed%20scimitar_dmg","s":0,"n":"Frost Brand Double-Bladed Scimitar","h":1,"p":171,"zg":{"n":125,"s":0},"id":596},{"c":4,"u":"gambler's%20blade%20double-bladed%20scimitar_llk","s":20,"n":"Gambler's Blade Double-Bladed Scimitar","h":1,"p":55,"zg":{"n":126,"s":20},"id":597},{"c":4,"u":"giant%20slayer%20double-bladed%20scimitar_dmg","s":0,"n":"Giant Slayer Double-Bladed Scimitar","h":1,"p":172,"zg":{"n":22,"s":0},"id":598},{"c":4,"u":"giant%20slayer%20double-bladed%20scimitar_xdmg","s":3,"n":"Giant Slayer Double-Bladed Scimitar","h":1,"p":264,"zg":{"n":22,"s":3},"id":599},{"c":4,"u":"hellfire%20double-bladed%20scimitar_bgdia","s":7,"n":"Hellfire Double-Bladed Scimitar","h":1,"p":223,"zg":{"n":23,"s":7},"id":600},{"c":4,"u":"holy%20avenger%20double-bladed%20scimitar_dmg","s":0,"n":"Holy Avenger Double-Bladed Scimitar","h":1,"p":174,"zg":{"n":24,"s":0},"id":601},{"c":4,"u":"holy%20avenger%20double-bladed%20scimitar_xdmg","s":3,"n":"Holy Avenger Double-Bladed Scimitar","h":1,"p":269,"zg":{"n":24,"s":3},"id":602},{"c":4,"u":"luck%20blade%20double-bladed%20scimitar_dmg","s":0,"n":"Luck Blade Double-Bladed Scimitar","h":1,"p":179,"zg":{"n":127,"s":0},"id":603},{"c":4,"u":"lycan%20double-bladed%20scimitar_ghloe","s":8,"n":"Lycan Double-Bladed Scimitar","h":1,"p":111,"zg":{"n":25,"s":8},"id":604},{"c":4,"u":"mind%20blade%20double-bladed%20scimitar_vgm","s":19,"n":"Mind Blade Double-Bladed Scimitar","h":1,"p":81,"zg":{"n":128,"s":19},"id":605},{"c":4,"u":"moon-touched%20double-bladed%20scimitar_xge","s":1,"n":"Moon-Touched Double-Bladed Scimitar","h":1,"p":138,"zg":{"n":129,"s":1},"id":606},{"c":4,"u":"moon-touched%20double-bladed%20scimitar_xdmg","s":3,"n":"Moon-Touched Double-Bladed Scimitar","h":1,"p":280,"zg":{"n":129,"s":3},"id":607},{"c":4,"u":"nine%20lives%20stealer%20double-bladed%20scimitar_dmg","s":0,"n":"Nine Lives Stealer Double-Bladed Scimitar","h":1,"p":183,"zg":{"n":26,"s":0},"id":608},{"c":4,"u":"nine%20lives%20stealer%20double-bladed%20scimitar_xdmg","s":3,"n":"Nine Lives Stealer Double-Bladed Scimitar","h":1,"p":281,"zg":{"n":26,"s":3},"id":609},{"c":4,"u":"polymorph%20blade%20double-bladed%20scimitar_llk","s":20,"n":"Polymorph Blade Double-Bladed Scimitar","h":1,"p":56,"zg":{"n":130,"s":20},"id":610},{"c":4,"u":"ruidium%20double-bladed%20scimitar_crcotn","s":10,"n":"Ruidium Double-Bladed Scimitar","h":1,"p":216,"zg":{"n":28,"s":10},"id":611},{"c":4,"u":"silvered%20double-bladed%20scimitar_phb","s":2,"n":"Silvered Double-Bladed Scimitar","h":1,"p":148,"zg":{"n":4,"s":2},"id":612},{"c":4,"u":"silvered%20double-bladed%20scimitar_xdmg","s":3,"n":"Silvered Double-Bladed Scimitar","h":1,"p":304,"zg":{"n":4,"s":3},"id":613},{"c":4,"u":"slumbering%20dragon's%20wrath%20double-bladed%20scimitar_ftd","s":4,"n":"Slumbering Dragon's Wrath Double-Bladed Scimitar","h":1,"p":25,"zg":{"n":29,"s":4},"id":614},{"c":4,"u":"stirring%20dragon's%20wrath%20double-bladed%20scimitar_ftd","s":4,"n":"Stirring Dragon's Wrath Double-Bladed Scimitar","h":1,"p":25,"zg":{"n":30,"s":4},"id":615},{"c":4,"u":"double-bladed%20scimitar%20of%20life%20stealing_dmg","s":0,"n":"Double-Bladed Scimitar of Life Stealing","h":1,"p":206,"zg":{"n":131,"s":0},"id":616},{"c":4,"u":"double-bladed%20scimitar%20of%20retribution_coa","s":15,"n":"Double-Bladed Scimitar of Retribution","h":1,"p":270,"zg":{"n":132,"s":15},"id":617},{"c":4,"u":"double-bladed%20scimitar%20of%20sharpness_dmg","s":0,"n":"Double-Bladed Scimitar of Sharpness","h":1,"p":206,"zg":{"n":133,"s":0},"id":618},{"c":4,"u":"double-bladed%20scimitar%20of%20the%20planes_bmt","s":12,"n":"Double-Bladed Scimitar of the Planes","h":1,"p":68,"zg":{"n":134,"s":12},"id":619},{"c":4,"u":"double-bladed%20scimitar%20of%20vengeance_dmg","s":0,"n":"Double-Bladed Scimitar of Vengeance","h":1,"p":206,"zg":{"n":135,"s":0},"id":620},{"c":4,"u":"double-bladed%20scimitar%20of%20wounding_dmg","s":0,"n":"Double-Bladed Scimitar of Wounding","h":1,"p":207,"zg":{"n":136,"s":0},"id":621},{"c":4,"u":"vicious%20%2b1%20double-bladed%20scimitar_ai","s":11,"n":"Vicious +1 Double-Bladed Scimitar","h":1,"p":149,"zg":{"n":31,"s":11},"id":622},{"c":4,"u":"vicious%20double-bladed%20scimitar_dmg","s":0,"n":"Vicious Double-Bladed Scimitar","h":1,"p":209,"zg":{"n":5,"s":0},"id":623},{"c":4,"u":"vicious%20double-bladed%20scimitar_xdmg","s":3,"n":"Vicious Double-Bladed Scimitar","h":1,"p":318,"zg":{"n":5,"s":3},"id":624},{"c":4,"u":"vorpal%20double-bladed%20scimitar_dmg","s":0,"n":"Vorpal Double-Bladed Scimitar","h":1,"p":209,"zg":{"n":137,"s":0},"id":625},{"c":4,"u":"wakened%20dragon's%20wrath%20double-bladed%20scimitar_ftd","s":4,"n":"Wakened Dragon's Wrath Double-Bladed Scimitar","h":1,"p":25,"zg":{"n":32,"s":4},"id":626},{"c":4,"u":"double-bladed%20scimitar%20of%20agonizing%20paralysis_coa","s":15,"n":"Double-Bladed Scimitar of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":627},{"c":4,"u":"double-bladed%20scimitar%20of%20certain%20death_egw","s":5,"n":"Double-Bladed Scimitar of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":628},{"c":4,"u":"double-bladed%20scimitar%20of%20throne's%20command_bmt","s":12,"n":"Double-Bladed Scimitar of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":629},{"c":4,"u":"double-bladed%20scimitar%20of%20warning_dmg","s":0,"n":"Double-Bladed Scimitar of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":630},{"c":4,"u":"double-bladed%20scimitar%20of%20warning_xdmg","s":3,"n":"Double-Bladed Scimitar of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":631},{"c":4,"u":"%2b1%20energy%20cell_dmg","s":0,"n":"+1 Energy Cell","h":1,"p":150,"zg":{"n":35,"s":0},"id":632},{"c":4,"u":"%2b2%20energy%20cell_dmg","s":0,"n":"+2 Energy Cell","h":1,"p":150,"zg":{"n":36,"s":0},"id":633},{"c":4,"u":"%2b3%20energy%20cell_dmg","s":0,"n":"+3 Energy Cell","h":1,"p":150,"zg":{"n":37,"s":0},"id":634},{"c":4,"u":"walloping%20energy%20cell_xge","s":1,"n":"Walloping Energy Cell","h":1,"p":139,"zg":{"n":39,"s":1},"id":635},{"c":4,"u":"%2b1%20energy%20cell_xdmg","s":3,"n":"+1 Energy Cell","h":1,"p":228,"zg":{"n":35,"s":3},"id":636},{"c":4,"u":"%2b2%20energy%20cell_xdmg","s":3,"n":"+2 Energy Cell","h":1,"p":228,"zg":{"n":36,"s":3},"id":637},{"c":4,"u":"%2b3%20energy%20cell_xdmg","s":3,"n":"+3 Energy Cell","h":1,"p":228,"zg":{"n":37,"s":3},"id":638},{"c":4,"u":"adamantine%20energy%20cell_xdmg","s":3,"n":"Adamantine Energy Cell","h":1,"p":227,"zg":{"n":3,"s":3},"id":639},{"c":4,"u":"energy%20cell%20of%20slaying_xdmg","s":3,"n":"Energy Cell of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":640},{"c":4,"u":"bloodseeker%20energy%20cell_bmt","s":12,"n":"Bloodseeker Energy Cell","h":1,"p":66,"zg":{"n":42,"s":12},"id":641},{"c":4,"u":"walloping%20energy%20cell_xdmg","s":3,"n":"Walloping Energy Cell","h":1,"p":318,"zg":{"n":39,"s":3},"id":642},{"c":4,"u":"%2b1%20firearm%20bullet_xdmg","s":3,"n":"+1 Firearm Bullet","h":1,"p":228,"zg":{"n":35,"s":3},"id":643},{"c":4,"u":"%2b2%20firearm%20bullet_xdmg","s":3,"n":"+2 Firearm Bullet","h":1,"p":228,"zg":{"n":36,"s":3},"id":644},{"c":4,"u":"%2b3%20firearm%20bullet_xdmg","s":3,"n":"+3 Firearm Bullet","h":1,"p":228,"zg":{"n":37,"s":3},"id":645},{"c":4,"u":"adamantine%20firearm%20bullet_xge","s":1,"n":"Adamantine Firearm Bullet","h":1,"p":78,"zg":{"n":40,"s":1},"id":646},{"c":4,"u":"adamantine%20firearm%20bullet_xdmg","s":3,"n":"Adamantine Firearm Bullet","h":1,"p":227,"zg":{"n":3,"s":3},"id":647},{"c":4,"u":"firearm%20bullet%20of%20slaying_xdmg","s":3,"n":"Firearm Bullet of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":648},{"c":4,"u":"bloodseeker%20firearm%20bullet_bmt","s":12,"n":"Bloodseeker Firearm Bullet","h":1,"p":66,"zg":{"n":42,"s":12},"id":649},{"c":4,"u":"dried%20leech%20firearm%20bullet_bmt","s":12,"n":"Dried Leech Firearm Bullet","h":1,"p":67,"zg":{"n":43,"s":12},"id":650},{"c":4,"u":"silvered%20firearm%20bullet_phb","s":2,"n":"Silvered Firearm Bullet","h":1,"p":148,"zg":{"n":45,"s":2},"id":651},{"c":4,"u":"walloping%20firearm%20bullet_xdmg","s":3,"n":"Walloping Firearm Bullet","h":1,"p":318,"zg":{"n":39,"s":3},"id":652},{"c":4,"u":"winged%20firearm%20bullet_bmt","s":12,"n":"Winged Firearm Bullet","h":1,"p":69,"zg":{"n":46,"s":12},"id":653},{"c":4,"u":"%2b1%20flail_dmg","s":0,"n":"+1 Flail","h":1,"p":213,"zg":{"n":0,"s":0},"id":654},{"c":4,"u":"%2b2%20flail_dmg","s":0,"n":"+2 Flail","h":1,"p":213,"zg":{"n":1,"s":0},"id":655},{"c":4,"u":"%2b3%20flail_dmg","s":0,"n":"+3 Flail","h":1,"p":213,"zg":{"n":2,"s":0},"id":656},{"c":4,"u":"adamantine%20flail_xge","s":1,"n":"Adamantine Flail","h":1,"p":78,"zg":{"n":3,"s":1},"id":657},{"c":4,"u":"silvered%20flail_phb","s":2,"n":"Silvered Flail","h":1,"p":148,"zg":{"n":4,"s":2},"id":658},{"c":4,"u":"vicious%20flail_dmg","s":0,"n":"Vicious Flail","h":1,"p":209,"zg":{"n":5,"s":0},"id":659},{"c":4,"u":"flail%20of%20warning_dmg","s":0,"n":"Flail of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":660},{"c":4,"u":"%2b1%20flail_xdmg","s":3,"n":"+1 Flail","h":1,"p":324,"zg":{"n":0,"s":3},"id":661},{"c":4,"u":"%2b2%20flail_xdmg","s":3,"n":"+2 Flail","h":1,"p":324,"zg":{"n":1,"s":3},"id":662},{"c":4,"u":"%2b3%20flail_xdmg","s":3,"n":"+3 Flail","h":1,"p":324,"zg":{"n":2,"s":3},"id":663},{"c":4,"u":"adamantine%20flail_xdmg","s":3,"n":"Adamantine Flail","h":1,"p":227,"zg":{"n":3,"s":3},"id":664},{"c":4,"u":"flail%20armblade_erlw","s":14,"n":"Flail Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":665},{"c":4,"u":"ascendant%20dragon's%20wrath%20flail_ftd","s":4,"n":"Ascendant Dragon's Wrath Flail","h":1,"p":25,"zg":{"n":7,"s":4},"id":666},{"c":4,"u":"comet%20smasher%20flail_dodk","s":13,"n":"Comet Smasher Flail","h":1,"p":230,"zg":{"n":106,"s":13},"id":667},{"c":4,"u":"corpse%20slayer%20flail_egw","s":5,"n":"Corpse Slayer Flail","h":1,"p":266,"zg":{"n":8,"s":5},"id":668},{"c":4,"u":"defender%20flail_xdmg","s":3,"n":"Defender Flail","h":1,"p":252,"zg":{"n":49,"s":3},"id":669},{"c":4,"u":"dragon%20slayer%20flail_xdmg","s":3,"n":"Dragon Slayer Flail","h":1,"p":254,"zg":{"n":9,"s":3},"id":670},{"c":4,"u":"drow%20%2b1%20flail_mm","s":6,"n":"Drow +1 Flail","h":1,"p":126,"zg":{"n":10,"s":6},"id":671},{"c":4,"u":"drow%20%2b2%20flail_mm","s":6,"n":"Drow +2 Flail","h":1,"p":126,"zg":{"n":11,"s":6},"id":672},{"c":4,"u":"drow%20%2b3%20flail_mm","s":6,"n":"Drow +3 Flail","h":1,"p":126,"zg":{"n":12,"s":6},"id":673},{"c":4,"u":"enspelled%20(cantrip)%20flail_xdmg","s":3,"n":"Enspelled (Cantrip) Flail","h":1,"p":258,"zg":{"n":13,"s":3},"id":674},{"c":4,"u":"enspelled%20(level%201)%20flail_xdmg","s":3,"n":"Enspelled (Level 1) Flail","h":1,"p":258,"zg":{"n":14,"s":3},"id":675},{"c":4,"u":"enspelled%20(level%202)%20flail_xdmg","s":3,"n":"Enspelled (Level 2) Flail","h":1,"p":258,"zg":{"n":15,"s":3},"id":676},{"c":4,"u":"enspelled%20(level%203)%20flail_xdmg","s":3,"n":"Enspelled (Level 3) Flail","h":1,"p":258,"zg":{"n":16,"s":3},"id":677},{"c":4,"u":"enspelled%20(level%204)%20flail_xdmg","s":3,"n":"Enspelled (Level 4) Flail","h":1,"p":258,"zg":{"n":17,"s":3},"id":678},{"c":4,"u":"enspelled%20(level%205)%20flail_xdmg","s":3,"n":"Enspelled (Level 5) Flail","h":1,"p":258,"zg":{"n":18,"s":3},"id":679},{"c":4,"u":"enspelled%20(level%206)%20flail_xdmg","s":3,"n":"Enspelled (Level 6) Flail","h":1,"p":258,"zg":{"n":19,"s":3},"id":680},{"c":4,"u":"enspelled%20(level%207)%20flail_xdmg","s":3,"n":"Enspelled (Level 7) Flail","h":1,"p":258,"zg":{"n":20,"s":3},"id":681},{"c":4,"u":"enspelled%20(level%208)%20flail_xdmg","s":3,"n":"Enspelled (Level 8) Flail","h":1,"p":258,"zg":{"n":21,"s":3},"id":682},{"c":4,"u":"flame%20tongue%20flail_xdmg","s":3,"n":"Flame Tongue Flail","h":1,"p":263,"zg":{"n":51,"s":3},"id":683},{"c":4,"u":"forcebreaker%20flail_bmt","s":12,"n":"Forcebreaker Flail","h":1,"p":67,"zg":{"n":107,"s":12},"id":684},{"c":4,"u":"giant%20slayer%20flail_xdmg","s":3,"n":"Giant Slayer Flail","h":1,"p":264,"zg":{"n":22,"s":3},"id":685},{"c":4,"u":"hellfire%20flail_bgdia","s":7,"n":"Hellfire Flail","h":1,"p":223,"zg":{"n":23,"s":7},"id":686},{"c":4,"u":"holy%20avenger%20flail_xdmg","s":3,"n":"Holy Avenger Flail","h":1,"p":269,"zg":{"n":24,"s":3},"id":687},{"c":4,"u":"lycan%20flail_ghloe","s":8,"n":"Lycan Flail","h":1,"p":111,"zg":{"n":25,"s":8},"id":688},{"c":4,"u":"nine%20lives%20stealer%20flail_xdmg","s":3,"n":"Nine Lives Stealer Flail","h":1,"p":281,"zg":{"n":26,"s":3},"id":689},{"c":4,"u":"ruidium%20flail_crcotn","s":10,"n":"Ruidium Flail","h":1,"p":216,"zg":{"n":28,"s":10},"id":690},{"c":4,"u":"silvered%20flail_xdmg","s":3,"n":"Silvered Flail","h":1,"p":304,"zg":{"n":4,"s":3},"id":691},{"c":4,"u":"slumbering%20dragon's%20wrath%20flail_ftd","s":4,"n":"Slumbering Dragon's Wrath Flail","h":1,"p":25,"zg":{"n":29,"s":4},"id":692},{"c":4,"u":"stirring%20dragon's%20wrath%20flail_ftd","s":4,"n":"Stirring Dragon's Wrath Flail","h":1,"p":25,"zg":{"n":30,"s":4},"id":693},{"c":4,"u":"vicious%20%2b1%20flail_ai","s":11,"n":"Vicious +1 Flail","h":1,"p":149,"zg":{"n":31,"s":11},"id":694},{"c":4,"u":"vicious%20flail_xdmg","s":3,"n":"Vicious Flail","h":1,"p":318,"zg":{"n":5,"s":3},"id":695},{"c":4,"u":"wakened%20dragon's%20wrath%20flail_ftd","s":4,"n":"Wakened Dragon's Wrath Flail","h":1,"p":25,"zg":{"n":32,"s":4},"id":696},{"c":4,"u":"flail%20of%20agonizing%20paralysis_coa","s":15,"n":"Flail of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":697},{"c":4,"u":"flail%20of%20certain%20death_egw","s":5,"n":"Flail of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":698},{"c":4,"u":"flail%20of%20throne's%20command_bmt","s":12,"n":"Flail of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":699},{"c":4,"u":"flail%20of%20warning_xdmg","s":3,"n":"Flail of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":700},{"c":4,"u":"%2b1%20glaive_dmg","s":0,"n":"+1 Glaive","h":1,"p":213,"zg":{"n":0,"s":0},"id":701},{"c":4,"u":"%2b2%20glaive_dmg","s":0,"n":"+2 Glaive","h":1,"p":213,"zg":{"n":1,"s":0},"id":702},{"c":4,"u":"%2b3%20glaive_dmg","s":0,"n":"+3 Glaive","h":1,"p":213,"zg":{"n":2,"s":0},"id":703},{"c":4,"u":"adamantine%20glaive_xge","s":1,"n":"Adamantine Glaive","h":1,"p":78,"zg":{"n":3,"s":1},"id":704},{"c":4,"u":"silvered%20glaive_phb","s":2,"n":"Silvered Glaive","h":1,"p":148,"zg":{"n":4,"s":2},"id":705},{"c":4,"u":"vicious%20glaive_dmg","s":0,"n":"Vicious Glaive","h":1,"p":209,"zg":{"n":5,"s":0},"id":706},{"c":4,"u":"glaive%20of%20warning_dmg","s":0,"n":"Glaive of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":707},{"c":4,"u":"%2b1%20glaive_xdmg","s":3,"n":"+1 Glaive","h":1,"p":324,"zg":{"n":0,"s":3},"id":708},{"c":4,"u":"%2b2%20glaive_xdmg","s":3,"n":"+2 Glaive","h":1,"p":324,"zg":{"n":1,"s":3},"id":709},{"c":4,"u":"%2b3%20glaive_xdmg","s":3,"n":"+3 Glaive","h":1,"p":324,"zg":{"n":2,"s":3},"id":710},{"c":4,"u":"adamantine%20glaive_xdmg","s":3,"n":"Adamantine Glaive","h":1,"p":227,"zg":{"n":3,"s":3},"id":711},{"c":4,"u":"ascendant%20dragon's%20wrath%20glaive_ftd","s":4,"n":"Ascendant Dragon's Wrath Glaive","h":1,"p":25,"zg":{"n":7,"s":4},"id":712},{"c":4,"u":"corpse%20slayer%20glaive_egw","s":5,"n":"Corpse Slayer Glaive","h":1,"p":266,"zg":{"n":8,"s":5},"id":713},{"c":4,"u":"defender%20glaive_xdmg","s":3,"n":"Defender Glaive","h":1,"p":252,"zg":{"n":49,"s":3},"id":714},{"c":4,"u":"demonbone%20glaive_coa","s":15,"n":"Demonbone Glaive","h":1,"p":268,"zg":{"n":138,"s":15},"id":715},{"c":4,"u":"dragon%20slayer%20glaive_xdmg","s":3,"n":"Dragon Slayer Glaive","h":1,"p":254,"zg":{"n":9,"s":3},"id":716},{"c":4,"u":"drow%20%2b1%20glaive_mm","s":6,"n":"Drow +1 Glaive","h":1,"p":126,"zg":{"n":10,"s":6},"id":717},{"c":4,"u":"drow%20%2b2%20glaive_mm","s":6,"n":"Drow +2 Glaive","h":1,"p":126,"zg":{"n":11,"s":6},"id":718},{"c":4,"u":"drow%20%2b3%20glaive_mm","s":6,"n":"Drow +3 Glaive","h":1,"p":126,"zg":{"n":12,"s":6},"id":719},{"c":4,"u":"enspelled%20(cantrip)%20glaive_xdmg","s":3,"n":"Enspelled (Cantrip) Glaive","h":1,"p":258,"zg":{"n":13,"s":3},"id":720},{"c":4,"u":"enspelled%20(level%201)%20glaive_xdmg","s":3,"n":"Enspelled (Level 1) Glaive","h":1,"p":258,"zg":{"n":14,"s":3},"id":721},{"c":4,"u":"enspelled%20(level%202)%20glaive_xdmg","s":3,"n":"Enspelled (Level 2) Glaive","h":1,"p":258,"zg":{"n":15,"s":3},"id":722},{"c":4,"u":"enspelled%20(level%203)%20glaive_xdmg","s":3,"n":"Enspelled (Level 3) Glaive","h":1,"p":258,"zg":{"n":16,"s":3},"id":723},{"c":4,"u":"enspelled%20(level%204)%20glaive_xdmg","s":3,"n":"Enspelled (Level 4) Glaive","h":1,"p":258,"zg":{"n":17,"s":3},"id":724},{"c":4,"u":"enspelled%20(level%205)%20glaive_xdmg","s":3,"n":"Enspelled (Level 5) Glaive","h":1,"p":258,"zg":{"n":18,"s":3},"id":725},{"c":4,"u":"enspelled%20(level%206)%20glaive_xdmg","s":3,"n":"Enspelled (Level 6) Glaive","h":1,"p":258,"zg":{"n":19,"s":3},"id":726},{"c":4,"u":"enspelled%20(level%207)%20glaive_xdmg","s":3,"n":"Enspelled (Level 7) Glaive","h":1,"p":258,"zg":{"n":20,"s":3},"id":727},{"c":4,"u":"enspelled%20(level%208)%20glaive_xdmg","s":3,"n":"Enspelled (Level 8) Glaive","h":1,"p":258,"zg":{"n":21,"s":3},"id":728},{"c":4,"u":"flame%20tongue%20glaive_xdmg","s":3,"n":"Flame Tongue Glaive","h":1,"p":263,"zg":{"n":51,"s":3},"id":729},{"c":4,"u":"frost%20brand%20glaive_xdmg","s":3,"n":"Frost Brand Glaive","h":1,"p":263,"zg":{"n":125,"s":3},"id":730},{"c":4,"u":"giant%20slayer%20glaive_xdmg","s":3,"n":"Giant Slayer Glaive","h":1,"p":264,"zg":{"n":22,"s":3},"id":731},{"c":4,"u":"hellfire%20glaive_bgdia","s":7,"n":"Hellfire Glaive","h":1,"p":223,"zg":{"n":23,"s":7},"id":732},{"c":4,"u":"holy%20avenger%20glaive_xdmg","s":3,"n":"Holy Avenger Glaive","h":1,"p":269,"zg":{"n":24,"s":3},"id":733},{"c":4,"u":"luck%20glaive_xdmg","s":3,"n":"Luck Glaive","h":1,"p":275,"zg":{"n":127,"s":3},"id":734},{"c":4,"u":"lycan%20glaive_ghloe","s":8,"n":"Lycan Glaive","h":1,"p":111,"zg":{"n":25,"s":8},"id":735},{"c":4,"u":"nine%20lives%20stealer%20glaive_xdmg","s":3,"n":"Nine Lives Stealer Glaive","h":1,"p":281,"zg":{"n":26,"s":3},"id":736},{"c":4,"u":"ruidium%20glaive_crcotn","s":10,"n":"Ruidium Glaive","h":1,"p":216,"zg":{"n":28,"s":10},"id":737},{"c":4,"u":"silvered%20glaive_xdmg","s":3,"n":"Silvered Glaive","h":1,"p":304,"zg":{"n":4,"s":3},"id":738},{"c":4,"u":"slumbering%20dragon's%20wrath%20glaive_ftd","s":4,"n":"Slumbering Dragon's Wrath Glaive","h":1,"p":25,"zg":{"n":29,"s":4},"id":739},{"c":4,"u":"stirring%20dragon's%20wrath%20glaive_ftd","s":4,"n":"Stirring Dragon's Wrath Glaive","h":1,"p":25,"zg":{"n":30,"s":4},"id":740},{"c":4,"u":"glaive%20of%20life%20stealing_xdmg","s":3,"n":"Glaive of Life Stealing","h":1,"p":314,"zg":{"n":131,"s":3},"id":741},{"c":4,"u":"glaive%20of%20sharpness_xdmg","s":3,"n":"Glaive of Sharpness","h":1,"p":314,"zg":{"n":133,"s":3},"id":742},{"c":4,"u":"glaive%20of%20vengeance_xdmg","s":3,"n":"Glaive of Vengeance","h":1,"p":206,"zg":{"n":135,"s":3},"id":743},{"c":4,"u":"glaive%20of%20wounding_xdmg","s":3,"n":"Glaive of Wounding","h":1,"p":314,"zg":{"n":136,"s":3},"id":744},{"c":4,"u":"vicious%20%2b1%20glaive_ai","s":11,"n":"Vicious +1 Glaive","h":1,"p":149,"zg":{"n":31,"s":11},"id":745},{"c":4,"u":"vicious%20glaive_xdmg","s":3,"n":"Vicious Glaive","h":1,"p":318,"zg":{"n":5,"s":3},"id":746},{"c":4,"u":"vorpal%20glaive_xdmg","s":3,"n":"Vorpal Glaive","h":1,"p":318,"zg":{"n":137,"s":3},"id":747},{"c":4,"u":"wakened%20dragon's%20wrath%20glaive_ftd","s":4,"n":"Wakened Dragon's Wrath Glaive","h":1,"p":25,"zg":{"n":32,"s":4},"id":748},{"c":4,"u":"glaive%20of%20agonizing%20paralysis_coa","s":15,"n":"Glaive of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":749},{"c":4,"u":"glaive%20of%20certain%20death_egw","s":5,"n":"Glaive of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":750},{"c":4,"u":"glaive%20of%20throne's%20command_bmt","s":12,"n":"Glaive of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":751},{"c":4,"u":"glaive%20of%20warning_xdmg","s":3,"n":"Glaive of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":752},{"c":4,"u":"%2b1%20greataxe_dmg","s":0,"n":"+1 Greataxe","h":1,"p":213,"zg":{"n":0,"s":0},"id":753},{"c":4,"u":"%2b2%20greataxe_dmg","s":0,"n":"+2 Greataxe","h":1,"p":213,"zg":{"n":1,"s":0},"id":754},{"c":4,"u":"%2b3%20greataxe_dmg","s":0,"n":"+3 Greataxe","h":1,"p":213,"zg":{"n":2,"s":0},"id":755},{"c":4,"u":"adamantine%20greataxe_xge","s":1,"n":"Adamantine Greataxe","h":1,"p":78,"zg":{"n":3,"s":1},"id":756},{"c":4,"u":"berserker%20greataxe_dmg","s":0,"n":"Berserker Greataxe","h":1,"p":155,"zg":{"n":47,"s":0},"id":757},{"c":4,"u":"giant%20slayer%20greataxe_dmg","s":0,"n":"Giant Slayer Greataxe","h":1,"p":172,"zg":{"n":22,"s":0},"id":758},{"c":4,"u":"silvered%20greataxe_phb","s":2,"n":"Silvered Greataxe","h":1,"p":148,"zg":{"n":4,"s":2},"id":759},{"c":4,"u":"vicious%20greataxe_dmg","s":0,"n":"Vicious Greataxe","h":1,"p":209,"zg":{"n":5,"s":0},"id":760},{"c":4,"u":"greataxe%20of%20warning_dmg","s":0,"n":"Greataxe of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":761},{"c":4,"u":"%2b1%20greataxe_xdmg","s":3,"n":"+1 Greataxe","h":1,"p":324,"zg":{"n":0,"s":3},"id":762},{"c":4,"u":"%2b2%20greataxe_xdmg","s":3,"n":"+2 Greataxe","h":1,"p":324,"zg":{"n":1,"s":3},"id":763},{"c":4,"u":"%2b3%20greataxe_xdmg","s":3,"n":"+3 Greataxe","h":1,"p":324,"zg":{"n":2,"s":3},"id":764},{"c":4,"u":"adamantine%20greataxe_xdmg","s":3,"n":"Adamantine Greataxe","h":1,"p":227,"zg":{"n":3,"s":3},"id":765},{"c":4,"u":"ascendant%20dragon's%20wrath%20greataxe_ftd","s":4,"n":"Ascendant Dragon's Wrath Greataxe","h":1,"p":25,"zg":{"n":7,"s":4},"id":766},{"c":4,"u":"berserker%20greataxe_xdmg","s":3,"n":"Berserker Greataxe","h":1,"p":236,"zg":{"n":47,"s":3},"id":767},{"c":4,"u":"corpse%20slayer%20greataxe_egw","s":5,"n":"Corpse Slayer Greataxe","h":1,"p":266,"zg":{"n":8,"s":5},"id":768},{"c":4,"u":"defender%20greataxe_xdmg","s":3,"n":"Defender Greataxe","h":1,"p":252,"zg":{"n":49,"s":3},"id":769},{"c":4,"u":"dragon%20slayer%20greataxe_xdmg","s":3,"n":"Dragon Slayer Greataxe","h":1,"p":254,"zg":{"n":9,"s":3},"id":770},{"c":4,"u":"drow%20%2b1%20greataxe_mm","s":6,"n":"Drow +1 Greataxe","h":1,"p":126,"zg":{"n":10,"s":6},"id":771},{"c":4,"u":"drow%20%2b2%20greataxe_mm","s":6,"n":"Drow +2 Greataxe","h":1,"p":126,"zg":{"n":11,"s":6},"id":772},{"c":4,"u":"drow%20%2b3%20greataxe_mm","s":6,"n":"Drow +3 Greataxe","h":1,"p":126,"zg":{"n":12,"s":6},"id":773},{"c":4,"u":"enspelled%20(cantrip)%20greataxe_xdmg","s":3,"n":"Enspelled (Cantrip) Greataxe","h":1,"p":258,"zg":{"n":13,"s":3},"id":774},{"c":4,"u":"enspelled%20(level%201)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 1) Greataxe","h":1,"p":258,"zg":{"n":14,"s":3},"id":775},{"c":4,"u":"enspelled%20(level%202)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 2) Greataxe","h":1,"p":258,"zg":{"n":15,"s":3},"id":776},{"c":4,"u":"enspelled%20(level%203)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 3) Greataxe","h":1,"p":258,"zg":{"n":16,"s":3},"id":777},{"c":4,"u":"enspelled%20(level%204)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 4) Greataxe","h":1,"p":258,"zg":{"n":17,"s":3},"id":778},{"c":4,"u":"enspelled%20(level%205)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 5) Greataxe","h":1,"p":258,"zg":{"n":18,"s":3},"id":779},{"c":4,"u":"enspelled%20(level%206)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 6) Greataxe","h":1,"p":258,"zg":{"n":19,"s":3},"id":780},{"c":4,"u":"enspelled%20(level%207)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 7) Greataxe","h":1,"p":258,"zg":{"n":20,"s":3},"id":781},{"c":4,"u":"enspelled%20(level%208)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 8) Greataxe","h":1,"p":258,"zg":{"n":21,"s":3},"id":782},{"c":4,"u":"executioner's%20greataxe_xdmg","s":3,"n":"Executioner's Greataxe","h":1,"p":259,"zg":{"n":50,"s":3},"id":783},{"c":4,"u":"flame%20tongue%20greataxe_xdmg","s":3,"n":"Flame Tongue Greataxe","h":1,"p":263,"zg":{"n":51,"s":3},"id":784},{"c":4,"u":"giant%20slayer%20greataxe_xdmg","s":3,"n":"Giant Slayer Greataxe","h":1,"p":264,"zg":{"n":22,"s":3},"id":785},{"c":4,"u":"hellfire%20greataxe_bgdia","s":7,"n":"Hellfire Greataxe","h":1,"p":223,"zg":{"n":23,"s":7},"id":786},{"c":4,"u":"holy%20avenger%20greataxe_xdmg","s":3,"n":"Holy Avenger Greataxe","h":1,"p":269,"zg":{"n":24,"s":3},"id":787},{"c":4,"u":"lycan%20greataxe_ghloe","s":8,"n":"Lycan Greataxe","h":1,"p":111,"zg":{"n":25,"s":8},"id":788},{"c":4,"u":"nine%20lives%20stealer%20greataxe_xdmg","s":3,"n":"Nine Lives Stealer Greataxe","h":1,"p":281,"zg":{"n":26,"s":3},"id":789},{"c":4,"u":"ruidium%20greataxe_crcotn","s":10,"n":"Ruidium Greataxe","h":1,"p":216,"zg":{"n":28,"s":10},"id":790},{"c":4,"u":"silvered%20greataxe_xdmg","s":3,"n":"Silvered Greataxe","h":1,"p":304,"zg":{"n":4,"s":3},"id":791},{"c":4,"u":"slumbering%20dragon's%20wrath%20greataxe_ftd","s":4,"n":"Slumbering Dragon's Wrath Greataxe","h":1,"p":25,"zg":{"n":29,"s":4},"id":792},{"c":4,"u":"stirring%20dragon's%20wrath%20greataxe_ftd","s":4,"n":"Stirring Dragon's Wrath Greataxe","h":1,"p":25,"zg":{"n":30,"s":4},"id":793},{"c":4,"u":"vicious%20%2b1%20greataxe_ai","s":11,"n":"Vicious +1 Greataxe","h":1,"p":149,"zg":{"n":31,"s":11},"id":794},{"c":4,"u":"vicious%20greataxe_xdmg","s":3,"n":"Vicious Greataxe","h":1,"p":318,"zg":{"n":5,"s":3},"id":795},{"c":4,"u":"wakened%20dragon's%20wrath%20greataxe_ftd","s":4,"n":"Wakened Dragon's Wrath Greataxe","h":1,"p":25,"zg":{"n":32,"s":4},"id":796},{"c":4,"u":"greataxe%20of%20agonizing%20paralysis_coa","s":15,"n":"Greataxe of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":797},{"c":4,"u":"greataxe%20of%20certain%20death_egw","s":5,"n":"Greataxe of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":798},{"c":4,"u":"greataxe%20of%20throne's%20command_bmt","s":12,"n":"Greataxe of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":799},{"c":4,"u":"greataxe%20of%20warning_xdmg","s":3,"n":"Greataxe of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":800},{"c":4,"u":"%2b1%20greatclub_dmg","s":0,"n":"+1 Greatclub","h":1,"p":213,"zg":{"n":0,"s":0},"id":801},{"c":4,"u":"%2b2%20greatclub_dmg","s":0,"n":"+2 Greatclub","h":1,"p":213,"zg":{"n":1,"s":0},"id":802},{"c":4,"u":"%2b3%20greatclub_dmg","s":0,"n":"+3 Greatclub","h":1,"p":213,"zg":{"n":2,"s":0},"id":803},{"c":4,"u":"adamantine%20greatclub_xge","s":1,"n":"Adamantine Greatclub","h":1,"p":78,"zg":{"n":3,"s":1},"id":804},{"c":4,"u":"silvered%20greatclub_phb","s":2,"n":"Silvered Greatclub","h":1,"p":148,"zg":{"n":4,"s":2},"id":805},{"c":4,"u":"vicious%20greatclub_dmg","s":0,"n":"Vicious Greatclub","h":1,"p":209,"zg":{"n":5,"s":0},"id":806},{"c":4,"u":"greatclub%20of%20warning_dmg","s":0,"n":"Greatclub of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":807},{"c":4,"u":"%2b1%20greatclub_xdmg","s":3,"n":"+1 Greatclub","h":1,"p":324,"zg":{"n":0,"s":3},"id":808},{"c":4,"u":"%2b2%20greatclub_xdmg","s":3,"n":"+2 Greatclub","h":1,"p":324,"zg":{"n":1,"s":3},"id":809},{"c":4,"u":"%2b3%20greatclub_xdmg","s":3,"n":"+3 Greatclub","h":1,"p":324,"zg":{"n":2,"s":3},"id":810},{"c":4,"u":"adamantine%20greatclub_xdmg","s":3,"n":"Adamantine Greatclub","h":1,"p":227,"zg":{"n":3,"s":3},"id":811},{"c":4,"u":"ascendant%20dragon's%20wrath%20greatclub_ftd","s":4,"n":"Ascendant Dragon's Wrath Greatclub","h":1,"p":25,"zg":{"n":7,"s":4},"id":812},{"c":4,"u":"comet%20smasher%20greatclub_dodk","s":13,"n":"Comet Smasher Greatclub","h":1,"p":230,"zg":{"n":106,"s":13},"id":813},{"c":4,"u":"corpse%20slayer%20greatclub_egw","s":5,"n":"Corpse Slayer Greatclub","h":1,"p":266,"zg":{"n":8,"s":5},"id":814},{"c":4,"u":"defender%20greatclub_xdmg","s":3,"n":"Defender Greatclub","h":1,"p":252,"zg":{"n":49,"s":3},"id":815},{"c":4,"u":"dragon%20slayer%20greatclub_xdmg","s":3,"n":"Dragon Slayer Greatclub","h":1,"p":254,"zg":{"n":9,"s":3},"id":816},{"c":4,"u":"drow%20%2b1%20greatclub_mm","s":6,"n":"Drow +1 Greatclub","h":1,"p":126,"zg":{"n":10,"s":6},"id":817},{"c":4,"u":"drow%20%2b2%20greatclub_mm","s":6,"n":"Drow +2 Greatclub","h":1,"p":126,"zg":{"n":11,"s":6},"id":818},{"c":4,"u":"drow%20%2b3%20greatclub_mm","s":6,"n":"Drow +3 Greatclub","h":1,"p":126,"zg":{"n":12,"s":6},"id":819},{"c":4,"u":"enspelled%20(cantrip)%20greatclub_xdmg","s":3,"n":"Enspelled (Cantrip) Greatclub","h":1,"p":258,"zg":{"n":13,"s":3},"id":820},{"c":4,"u":"enspelled%20(level%201)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 1) Greatclub","h":1,"p":258,"zg":{"n":14,"s":3},"id":821},{"c":4,"u":"enspelled%20(level%202)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 2) Greatclub","h":1,"p":258,"zg":{"n":15,"s":3},"id":822},{"c":4,"u":"enspelled%20(level%203)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 3) Greatclub","h":1,"p":258,"zg":{"n":16,"s":3},"id":823},{"c":4,"u":"enspelled%20(level%204)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 4) Greatclub","h":1,"p":258,"zg":{"n":17,"s":3},"id":824},{"c":4,"u":"enspelled%20(level%205)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 5) Greatclub","h":1,"p":258,"zg":{"n":18,"s":3},"id":825},{"c":4,"u":"enspelled%20(level%206)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 6) Greatclub","h":1,"p":258,"zg":{"n":19,"s":3},"id":826},{"c":4,"u":"enspelled%20(level%207)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 7) Greatclub","h":1,"p":258,"zg":{"n":20,"s":3},"id":827},{"c":4,"u":"enspelled%20(level%208)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 8) Greatclub","h":1,"p":258,"zg":{"n":21,"s":3},"id":828},{"c":4,"u":"flame%20tongue%20greatclub_xdmg","s":3,"n":"Flame Tongue Greatclub","h":1,"p":263,"zg":{"n":51,"s":3},"id":829},{"c":4,"u":"forcebreaker%20greatclub_bmt","s":12,"n":"Forcebreaker Greatclub","h":1,"p":67,"zg":{"n":107,"s":12},"id":830},{"c":4,"u":"giant%20slayer%20greatclub_xdmg","s":3,"n":"Giant Slayer Greatclub","h":1,"p":264,"zg":{"n":22,"s":3},"id":831},{"c":4,"u":"hellfire%20greatclub_bgdia","s":7,"n":"Hellfire Greatclub","h":1,"p":223,"zg":{"n":23,"s":7},"id":832},{"c":4,"u":"holy%20avenger%20greatclub_xdmg","s":3,"n":"Holy Avenger Greatclub","h":1,"p":269,"zg":{"n":24,"s":3},"id":833},{"c":4,"u":"lycan%20greatclub_ghloe","s":8,"n":"Lycan Greatclub","h":1,"p":111,"zg":{"n":25,"s":8},"id":834},{"c":4,"u":"nine%20lives%20stealer%20greatclub_xdmg","s":3,"n":"Nine Lives Stealer Greatclub","h":1,"p":281,"zg":{"n":26,"s":3},"id":835},{"c":4,"u":"ruidium%20greatclub_crcotn","s":10,"n":"Ruidium Greatclub","h":1,"p":216,"zg":{"n":28,"s":10},"id":836},{"c":4,"u":"silvered%20greatclub_xdmg","s":3,"n":"Silvered Greatclub","h":1,"p":304,"zg":{"n":4,"s":3},"id":837},{"c":4,"u":"slumbering%20dragon's%20wrath%20greatclub_ftd","s":4,"n":"Slumbering Dragon's Wrath Greatclub","h":1,"p":25,"zg":{"n":29,"s":4},"id":838},{"c":4,"u":"stirring%20dragon's%20wrath%20greatclub_ftd","s":4,"n":"Stirring Dragon's Wrath Greatclub","h":1,"p":25,"zg":{"n":30,"s":4},"id":839},{"c":4,"u":"vicious%20%2b1%20greatclub_ai","s":11,"n":"Vicious +1 Greatclub","h":1,"p":149,"zg":{"n":31,"s":11},"id":840},{"c":4,"u":"vicious%20greatclub_xdmg","s":3,"n":"Vicious Greatclub","h":1,"p":318,"zg":{"n":5,"s":3},"id":841},{"c":4,"u":"wakened%20dragon's%20wrath%20greatclub_ftd","s":4,"n":"Wakened Dragon's Wrath Greatclub","h":1,"p":25,"zg":{"n":32,"s":4},"id":842},{"c":4,"u":"greatclub%20of%20agonizing%20paralysis_coa","s":15,"n":"Greatclub of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":843},{"c":4,"u":"greatclub%20of%20certain%20death_egw","s":5,"n":"Greatclub of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":844},{"c":4,"u":"greatclub%20of%20warning_xdmg","s":3,"n":"Greatclub of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":845},{"c":4,"u":"%2b1%20greatsword_dmg","s":0,"n":"+1 Greatsword","h":1,"p":213,"zg":{"n":0,"s":0},"id":846},{"c":4,"u":"%2b2%20greatsword_dmg","s":0,"n":"+2 Greatsword","h":1,"p":213,"zg":{"n":1,"s":0},"id":847},{"c":4,"u":"%2b3%20greatsword_dmg","s":0,"n":"+3 Greatsword","h":1,"p":213,"zg":{"n":2,"s":0},"id":848},{"c":4,"u":"adamantine%20greatsword_xge","s":1,"n":"Adamantine Greatsword","h":1,"p":78,"zg":{"n":3,"s":1},"id":849},{"c":4,"u":"dancing%20greatsword_dmg","s":0,"n":"Dancing Greatsword","h":1,"p":161,"zg":{"n":122,"s":0},"id":850},{"c":4,"u":"defender%20greatsword_dmg","s":0,"n":"Defender Greatsword","h":1,"p":164,"zg":{"n":49,"s":0},"id":851},{"c":4,"u":"dragon%20slayer%20greatsword_dmg","s":0,"n":"Dragon Slayer Greatsword","h":1,"p":166,"zg":{"n":9,"s":0},"id":852},{"c":4,"u":"flame%20tongue%20greatsword_dmg","s":0,"n":"Flame Tongue Greatsword","h":1,"p":170,"zg":{"n":51,"s":0},"id":853},{"c":4,"u":"frost%20brand%20greatsword_dmg","s":0,"n":"Frost Brand Greatsword","h":1,"p":171,"zg":{"n":125,"s":0},"id":854},{"c":4,"u":"giant%20slayer%20greatsword_dmg","s":0,"n":"Giant Slayer Greatsword","h":1,"p":172,"zg":{"n":22,"s":0},"id":855},{"c":4,"u":"holy%20avenger%20greatsword_dmg","s":0,"n":"Holy Avenger Greatsword","h":1,"p":174,"zg":{"n":24,"s":0},"id":856},{"c":4,"u":"luck%20blade%20greatsword_dmg","s":0,"n":"Luck Blade Greatsword","h":1,"p":179,"zg":{"n":127,"s":0},"id":857},{"c":4,"u":"moon-touched%20greatsword_xge","s":1,"n":"Moon-Touched Greatsword","h":1,"p":138,"zg":{"n":129,"s":1},"id":858},{"c":4,"u":"nine%20lives%20stealer%20greatsword_dmg","s":0,"n":"Nine Lives Stealer Greatsword","h":1,"p":183,"zg":{"n":26,"s":0},"id":859},{"c":4,"u":"silvered%20greatsword_phb","s":2,"n":"Silvered Greatsword","h":1,"p":148,"zg":{"n":4,"s":2},"id":860},{"c":4,"u":"greatsword%20of%20life%20stealing_dmg","s":0,"n":"Greatsword of Life Stealing","h":1,"p":206,"zg":{"n":131,"s":0},"id":861},{"c":4,"u":"greatsword%20of%20sharpness_dmg","s":0,"n":"Greatsword of Sharpness","h":1,"p":206,"zg":{"n":133,"s":0},"id":862},{"c":4,"u":"greatsword%20of%20vengeance_dmg","s":0,"n":"Greatsword of Vengeance","h":1,"p":206,"zg":{"n":135,"s":0},"id":863},{"c":4,"u":"greatsword%20of%20wounding_dmg","s":0,"n":"Greatsword of Wounding","h":1,"p":207,"zg":{"n":136,"s":0},"id":864},{"c":4,"u":"vicious%20greatsword_dmg","s":0,"n":"Vicious Greatsword","h":1,"p":209,"zg":{"n":5,"s":0},"id":865},{"c":4,"u":"vorpal%20greatsword_dmg","s":0,"n":"Vorpal Greatsword","h":1,"p":209,"zg":{"n":137,"s":0},"id":866},{"c":4,"u":"greatsword%20of%20warning_dmg","s":0,"n":"Greatsword of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":867},{"c":4,"u":"%2b1%20greatsword_xdmg","s":3,"n":"+1 Greatsword","h":1,"p":324,"zg":{"n":0,"s":3},"id":868},{"c":4,"u":"%2b2%20greatsword_xdmg","s":3,"n":"+2 Greatsword","h":1,"p":324,"zg":{"n":1,"s":3},"id":869},{"c":4,"u":"%2b3%20greatsword_xdmg","s":3,"n":"+3 Greatsword","h":1,"p":324,"zg":{"n":2,"s":3},"id":870},{"c":4,"u":"acheron%20blade%20greatsword_egw","s":5,"n":"Acheron Blade Greatsword","h":1,"p":265,"zg":{"n":117,"s":5},"id":871},{"c":4,"u":"adamantine%20greatsword_xdmg","s":3,"n":"Adamantine Greatsword","h":1,"p":227,"zg":{"n":3,"s":3},"id":872},{"c":4,"u":"ascendant%20dragon's%20wrath%20greatsword_ftd","s":4,"n":"Ascendant Dragon's Wrath Greatsword","h":1,"p":25,"zg":{"n":7,"s":4},"id":873},{"c":4,"u":"greatsword%20of%20the%20medusa_llk","s":20,"n":"Greatsword of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":874},{"c":4,"u":"greatsword%20of%20the%20wood_hwcs","s":21,"n":"Greatsword of the Wood","h":1,"p":213,"zg":{"n":119,"s":21},"id":875},{"c":4,"u":"bloodshed%20greatsword_bgg","s":17,"n":"Bloodshed Greatsword","h":1,"p":111,"zg":{"n":120,"s":17},"id":876},{"c":4,"u":"corpse%20slayer%20greatsword_egw","s":5,"n":"Corpse Slayer Greatsword","h":1,"p":266,"zg":{"n":8,"s":5},"id":877},{"c":4,"u":"crystal%20greatsword_ftd","s":4,"n":"Crystal Greatsword","h":1,"p":22,"zg":{"n":121,"s":4},"id":878},{"c":4,"u":"dancing%20greatsword_xdmg","s":3,"n":"Dancing Greatsword","h":1,"p":248,"zg":{"n":122,"s":3},"id":879},{"c":4,"u":"defender%20greatsword_xdmg","s":3,"n":"Defender Greatsword","h":1,"p":252,"zg":{"n":49,"s":3},"id":880},{"c":4,"u":"delerium-forged%20blade%20greatsword_dodk","s":13,"n":"Delerium-Forged Blade Greatsword","h":1,"p":230,"zg":{"n":123,"s":13},"id":881},{"c":4,"u":"dragon%20slayer%20greatsword_xdmg","s":3,"n":"Dragon Slayer Greatsword","h":1,"p":254,"zg":{"n":9,"s":3},"id":882},{"c":4,"u":"drow%20%2b1%20greatsword_mm","s":6,"n":"Drow +1 Greatsword","h":1,"p":126,"zg":{"n":10,"s":6},"id":883},{"c":4,"u":"drow%20%2b2%20greatsword_mm","s":6,"n":"Drow +2 Greatsword","h":1,"p":126,"zg":{"n":11,"s":6},"id":884},{"c":4,"u":"drow%20%2b3%20greatsword_mm","s":6,"n":"Drow +3 Greatsword","h":1,"p":126,"zg":{"n":12,"s":6},"id":885},{"c":4,"u":"enspelled%20(cantrip)%20greatsword_xdmg","s":3,"n":"Enspelled (Cantrip) Greatsword","h":1,"p":258,"zg":{"n":13,"s":3},"id":886},{"c":4,"u":"enspelled%20(level%201)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 1) Greatsword","h":1,"p":258,"zg":{"n":14,"s":3},"id":887},{"c":4,"u":"enspelled%20(level%202)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 2) Greatsword","h":1,"p":258,"zg":{"n":15,"s":3},"id":888},{"c":4,"u":"enspelled%20(level%203)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 3) Greatsword","h":1,"p":258,"zg":{"n":16,"s":3},"id":889},{"c":4,"u":"enspelled%20(level%204)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 4) Greatsword","h":1,"p":258,"zg":{"n":17,"s":3},"id":890},{"c":4,"u":"enspelled%20(level%205)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 5) Greatsword","h":1,"p":258,"zg":{"n":18,"s":3},"id":891},{"c":4,"u":"enspelled%20(level%206)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 6) Greatsword","h":1,"p":258,"zg":{"n":19,"s":3},"id":892},{"c":4,"u":"enspelled%20(level%207)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 7) Greatsword","h":1,"p":258,"zg":{"n":20,"s":3},"id":893},{"c":4,"u":"enspelled%20(level%208)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 8) Greatsword","h":1,"p":258,"zg":{"n":21,"s":3},"id":894},{"c":4,"u":"flame%20tongue%20greatsword_xdmg","s":3,"n":"Flame Tongue Greatsword","h":1,"p":263,"zg":{"n":51,"s":3},"id":895},{"c":4,"u":"fool's%20greatsword_bmt","s":12,"n":"Fool's Greatsword","h":1,"p":36,"zg":{"n":124,"s":12},"id":896},{"c":4,"u":"frost%20brand%20greatsword_xdmg","s":3,"n":"Frost Brand Greatsword","h":1,"p":263,"zg":{"n":125,"s":3},"id":897},{"c":4,"u":"gambler's%20blade%20greatsword_llk","s":20,"n":"Gambler's Blade Greatsword","h":1,"p":55,"zg":{"n":126,"s":20},"id":898},{"c":4,"u":"giant%20slayer%20greatsword_xdmg","s":3,"n":"Giant Slayer Greatsword","h":1,"p":264,"zg":{"n":22,"s":3},"id":899},{"c":4,"u":"hellfire%20greatsword_bgdia","s":7,"n":"Hellfire Greatsword","h":1,"p":223,"zg":{"n":23,"s":7},"id":900},{"c":4,"u":"holy%20avenger%20greatsword_xdmg","s":3,"n":"Holy Avenger Greatsword","h":1,"p":269,"zg":{"n":24,"s":3},"id":901},{"c":4,"u":"luck%20greatsword_xdmg","s":3,"n":"Luck Greatsword","h":1,"p":275,"zg":{"n":127,"s":3},"id":902},{"c":4,"u":"lycan%20greatsword_ghloe","s":8,"n":"Lycan Greatsword","h":1,"p":111,"zg":{"n":25,"s":8},"id":903},{"c":4,"u":"mind%20blade%20greatsword_vgm","s":19,"n":"Mind Blade Greatsword","h":1,"p":81,"zg":{"n":128,"s":19},"id":904},{"c":4,"u":"moon-touched%20greatsword_xdmg","s":3,"n":"Moon-Touched Greatsword","h":1,"p":280,"zg":{"n":129,"s":3},"id":905},{"c":4,"u":"moonblade%20greatsword_xdmg","s":3,"n":"Moonblade Greatsword","h":1,"p":279,"zg":{"n":139,"s":3},"id":906},{"c":4,"u":"nine%20lives%20stealer%20greatsword_xdmg","s":3,"n":"Nine Lives Stealer Greatsword","h":1,"p":281,"zg":{"n":26,"s":3},"id":907},{"c":4,"u":"polymorph%20blade%20greatsword_llk","s":20,"n":"Polymorph Blade Greatsword","h":1,"p":56,"zg":{"n":130,"s":20},"id":908},{"c":4,"u":"ruidium%20greatsword_crcotn","s":10,"n":"Ruidium Greatsword","h":1,"p":216,"zg":{"n":28,"s":10},"id":909},{"c":4,"u":"silvered%20greatsword_xdmg","s":3,"n":"Silvered Greatsword","h":1,"p":304,"zg":{"n":4,"s":3},"id":910},{"c":4,"u":"slumbering%20dragon's%20wrath%20greatsword_ftd","s":4,"n":"Slumbering Dragon's Wrath Greatsword","h":1,"p":25,"zg":{"n":29,"s":4},"id":911},{"c":4,"u":"stirring%20dragon's%20wrath%20greatsword_ftd","s":4,"n":"Stirring Dragon's Wrath Greatsword","h":1,"p":25,"zg":{"n":30,"s":4},"id":912},{"c":4,"u":"greatsword%20of%20life%20stealing_xdmg","s":3,"n":"Greatsword of Life Stealing","h":1,"p":314,"zg":{"n":131,"s":3},"id":913},{"c":4,"u":"greatsword%20of%20retribution_coa","s":15,"n":"Greatsword of Retribution","h":1,"p":270,"zg":{"n":132,"s":15},"id":914},{"c":4,"u":"greatsword%20of%20sharpness_xdmg","s":3,"n":"Greatsword of Sharpness","h":1,"p":314,"zg":{"n":133,"s":3},"id":915},{"c":4,"u":"greatsword%20of%20the%20planes_bmt","s":12,"n":"Greatsword of the Planes","h":1,"p":68,"zg":{"n":134,"s":12},"id":916},{"c":4,"u":"greatsword%20of%20vengeance_xdmg","s":3,"n":"Greatsword of Vengeance","h":1,"p":206,"zg":{"n":135,"s":3},"id":917},{"c":4,"u":"greatsword%20of%20wounding_xdmg","s":3,"n":"Greatsword of Wounding","h":1,"p":314,"zg":{"n":136,"s":3},"id":918},{"c":4,"u":"vicious%20%2b1%20greatsword_ai","s":11,"n":"Vicious +1 Greatsword","h":1,"p":149,"zg":{"n":31,"s":11},"id":919},{"c":4,"u":"vicious%20greatsword_xdmg","s":3,"n":"Vicious Greatsword","h":1,"p":318,"zg":{"n":5,"s":3},"id":920},{"c":4,"u":"vorpal%20greatsword_xdmg","s":3,"n":"Vorpal Greatsword","h":1,"p":318,"zg":{"n":137,"s":3},"id":921},{"c":4,"u":"wakened%20dragon's%20wrath%20greatsword_ftd","s":4,"n":"Wakened Dragon's Wrath Greatsword","h":1,"p":25,"zg":{"n":32,"s":4},"id":922},{"c":4,"u":"greatsword%20of%20agonizing%20paralysis_coa","s":15,"n":"Greatsword of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":923},{"c":4,"u":"greatsword%20of%20certain%20death_egw","s":5,"n":"Greatsword of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":924},{"c":4,"u":"greatsword%20of%20throne's%20command_bmt","s":12,"n":"Greatsword of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":925},{"c":4,"u":"greatsword%20of%20warning_xdmg","s":3,"n":"Greatsword of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":926},{"c":4,"u":"%2b1%20halberd_dmg","s":0,"n":"+1 Halberd","h":1,"p":213,"zg":{"n":0,"s":0},"id":927},{"c":4,"u":"%2b2%20halberd_dmg","s":0,"n":"+2 Halberd","h":1,"p":213,"zg":{"n":1,"s":0},"id":928},{"c":4,"u":"%2b3%20halberd_dmg","s":0,"n":"+3 Halberd","h":1,"p":213,"zg":{"n":2,"s":0},"id":929},{"c":4,"u":"adamantine%20halberd_xge","s":1,"n":"Adamantine Halberd","h":1,"p":78,"zg":{"n":3,"s":1},"id":930},{"c":4,"u":"silvered%20halberd_phb","s":2,"n":"Silvered Halberd","h":1,"p":148,"zg":{"n":4,"s":2},"id":931},{"c":4,"u":"vicious%20halberd_dmg","s":0,"n":"Vicious Halberd","h":1,"p":209,"zg":{"n":5,"s":0},"id":932},{"c":4,"u":"halberd%20of%20warning_dmg","s":0,"n":"Halberd of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":933},{"c":4,"u":"%2b1%20halberd_xdmg","s":3,"n":"+1 Halberd","h":1,"p":324,"zg":{"n":0,"s":3},"id":934},{"c":4,"u":"%2b2%20halberd_xdmg","s":3,"n":"+2 Halberd","h":1,"p":324,"zg":{"n":1,"s":3},"id":935},{"c":4,"u":"%2b3%20halberd_xdmg","s":3,"n":"+3 Halberd","h":1,"p":324,"zg":{"n":2,"s":3},"id":936},{"c":4,"u":"adamantine%20halberd_xdmg","s":3,"n":"Adamantine Halberd","h":1,"p":227,"zg":{"n":3,"s":3},"id":937},{"c":4,"u":"ascendant%20dragon's%20wrath%20halberd_ftd","s":4,"n":"Ascendant Dragon's Wrath Halberd","h":1,"p":25,"zg":{"n":7,"s":4},"id":938},{"c":4,"u":"berserker%20halberd_xdmg","s":3,"n":"Berserker Halberd","h":1,"p":236,"zg":{"n":47,"s":3},"id":939},{"c":4,"u":"corpse%20slayer%20halberd_egw","s":5,"n":"Corpse Slayer Halberd","h":1,"p":266,"zg":{"n":8,"s":5},"id":940},{"c":4,"u":"defender%20halberd_xdmg","s":3,"n":"Defender Halberd","h":1,"p":252,"zg":{"n":49,"s":3},"id":941},{"c":4,"u":"demonbone%20halberd_coa","s":15,"n":"Demonbone Halberd","h":1,"p":268,"zg":{"n":138,"s":15},"id":942},{"c":4,"u":"dragon%20slayer%20halberd_xdmg","s":3,"n":"Dragon Slayer Halberd","h":1,"p":254,"zg":{"n":9,"s":3},"id":943},{"c":4,"u":"drow%20%2b1%20halberd_mm","s":6,"n":"Drow +1 Halberd","h":1,"p":126,"zg":{"n":10,"s":6},"id":944},{"c":4,"u":"drow%20%2b2%20halberd_mm","s":6,"n":"Drow +2 Halberd","h":1,"p":126,"zg":{"n":11,"s":6},"id":945},{"c":4,"u":"drow%20%2b3%20halberd_mm","s":6,"n":"Drow +3 Halberd","h":1,"p":126,"zg":{"n":12,"s":6},"id":946},{"c":4,"u":"enspelled%20(cantrip)%20halberd_xdmg","s":3,"n":"Enspelled (Cantrip) Halberd","h":1,"p":258,"zg":{"n":13,"s":3},"id":947},{"c":4,"u":"enspelled%20(level%201)%20halberd_xdmg","s":3,"n":"Enspelled (Level 1) Halberd","h":1,"p":258,"zg":{"n":14,"s":3},"id":948},{"c":4,"u":"enspelled%20(level%202)%20halberd_xdmg","s":3,"n":"Enspelled (Level 2) Halberd","h":1,"p":258,"zg":{"n":15,"s":3},"id":949},{"c":4,"u":"enspelled%20(level%203)%20halberd_xdmg","s":3,"n":"Enspelled (Level 3) Halberd","h":1,"p":258,"zg":{"n":16,"s":3},"id":950},{"c":4,"u":"enspelled%20(level%204)%20halberd_xdmg","s":3,"n":"Enspelled (Level 4) Halberd","h":1,"p":258,"zg":{"n":17,"s":3},"id":951},{"c":4,"u":"enspelled%20(level%205)%20halberd_xdmg","s":3,"n":"Enspelled (Level 5) Halberd","h":1,"p":258,"zg":{"n":18,"s":3},"id":952},{"c":4,"u":"enspelled%20(level%206)%20halberd_xdmg","s":3,"n":"Enspelled (Level 6) Halberd","h":1,"p":258,"zg":{"n":19,"s":3},"id":953},{"c":4,"u":"enspelled%20(level%207)%20halberd_xdmg","s":3,"n":"Enspelled (Level 7) Halberd","h":1,"p":258,"zg":{"n":20,"s":3},"id":954},{"c":4,"u":"enspelled%20(level%208)%20halberd_xdmg","s":3,"n":"Enspelled (Level 8) Halberd","h":1,"p":258,"zg":{"n":21,"s":3},"id":955},{"c":4,"u":"executioner's%20halberd_xdmg","s":3,"n":"Executioner's Halberd","h":1,"p":259,"zg":{"n":50,"s":3},"id":956},{"c":4,"u":"flame%20tongue%20halberd_xdmg","s":3,"n":"Flame Tongue Halberd","h":1,"p":263,"zg":{"n":51,"s":3},"id":957},{"c":4,"u":"giant%20slayer%20halberd_xdmg","s":3,"n":"Giant Slayer Halberd","h":1,"p":264,"zg":{"n":22,"s":3},"id":958},{"c":4,"u":"hellfire%20halberd_bgdia","s":7,"n":"Hellfire Halberd","h":1,"p":223,"zg":{"n":23,"s":7},"id":959},{"c":4,"u":"holy%20avenger%20halberd_xdmg","s":3,"n":"Holy Avenger Halberd","h":1,"p":269,"zg":{"n":24,"s":3},"id":960},{"c":4,"u":"lycan%20halberd_ghloe","s":8,"n":"Lycan Halberd","h":1,"p":111,"zg":{"n":25,"s":8},"id":961},{"c":4,"u":"nine%20lives%20stealer%20halberd_xdmg","s":3,"n":"Nine Lives Stealer Halberd","h":1,"p":281,"zg":{"n":26,"s":3},"id":962},{"c":4,"u":"ruidium%20halberd_crcotn","s":10,"n":"Ruidium Halberd","h":1,"p":216,"zg":{"n":28,"s":10},"id":963},{"c":4,"u":"silvered%20halberd_xdmg","s":3,"n":"Silvered Halberd","h":1,"p":304,"zg":{"n":4,"s":3},"id":964},{"c":4,"u":"slumbering%20dragon's%20wrath%20halberd_ftd","s":4,"n":"Slumbering Dragon's Wrath Halberd","h":1,"p":25,"zg":{"n":29,"s":4},"id":965},{"c":4,"u":"stirring%20dragon's%20wrath%20halberd_ftd","s":4,"n":"Stirring Dragon's Wrath Halberd","h":1,"p":25,"zg":{"n":30,"s":4},"id":966},{"c":4,"u":"vicious%20%2b1%20halberd_ai","s":11,"n":"Vicious +1 Halberd","h":1,"p":149,"zg":{"n":31,"s":11},"id":967},{"c":4,"u":"vicious%20halberd_xdmg","s":3,"n":"Vicious Halberd","h":1,"p":318,"zg":{"n":5,"s":3},"id":968},{"c":4,"u":"wakened%20dragon's%20wrath%20halberd_ftd","s":4,"n":"Wakened Dragon's Wrath Halberd","h":1,"p":25,"zg":{"n":32,"s":4},"id":969},{"c":4,"u":"halberd%20of%20agonizing%20paralysis_coa","s":15,"n":"Halberd of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":970},{"c":4,"u":"halberd%20of%20certain%20death_egw","s":5,"n":"Halberd of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":971},{"c":4,"u":"halberd%20of%20throne's%20command_bmt","s":12,"n":"Halberd of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":972},{"c":4,"u":"halberd%20of%20warning_xdmg","s":3,"n":"Halberd of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":973},{"c":4,"u":"%2b1%20half%20plate%20armor_dmg","s":0,"n":"+1 Half Plate Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":974},{"c":4,"u":"%2b2%20half%20plate%20armor_dmg","s":0,"n":"+2 Half Plate Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":975},{"c":4,"u":"%2b3%20half%20plate%20armor_dmg","s":0,"n":"+3 Half Plate Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":976},{"c":4,"u":"adamantine%20half%20plate%20armor_dmg","s":0,"n":"Adamantine Half Plate Armor","h":1,"p":150,"zg":{"n":56,"s":0},"id":977},{"c":4,"u":"half%20plate%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Half Plate Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":978},{"c":4,"u":"half%20plate%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Half Plate Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":979},{"c":4,"u":"half%20plate%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Half Plate Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":980},{"c":4,"u":"half%20plate%20armor%20of%20force%20resistance_dmg","s":0,"n":"Half Plate Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":981},{"c":4,"u":"half%20plate%20armor%20of%20gleaming_xge","s":1,"n":"Half Plate Armor of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":982},{"c":4,"u":"half%20plate%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Half Plate Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":983},{"c":4,"u":"half%20plate%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Half Plate Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":984},{"c":4,"u":"half%20plate%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Half Plate Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":985},{"c":4,"u":"half%20plate%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Half Plate Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":986},{"c":4,"u":"half%20plate%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Half Plate Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":987},{"c":4,"u":"half%20plate%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Half Plate Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":988},{"c":4,"u":"cast-off%20half%20plate%20armor_xge","s":1,"n":"Cast-Off Half Plate Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":989},{"c":4,"u":"mariner's%20half%20plate%20armor_dmg","s":0,"n":"Mariner's Half Plate Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":990},{"c":4,"u":"mithral%20half%20plate%20armor_dmg","s":0,"n":"Mithral Half Plate Armor","h":1,"p":182,"zg":{"n":70,"s":0},"id":991},{"c":4,"u":"smoldering%20half%20plate%20armor_xge","s":1,"n":"Smoldering Half Plate Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":992},{"c":4,"u":"%2b1%20half%20plate%20armor_xdmg","s":3,"n":"+1 Half Plate Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":993},{"c":4,"u":"%2b2%20half%20plate%20armor_xdmg","s":3,"n":"+2 Half Plate Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":994},{"c":4,"u":"%2b3%20half%20plate%20armor_xdmg","s":3,"n":"+3 Half Plate Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":995},{"c":4,"u":"adamantine%20half%20plate%20armor_xdmg","s":3,"n":"Adamantine Half Plate Armor","h":1,"p":227,"zg":{"n":56,"s":3},"id":996},{"c":4,"u":"antimagic%20half%20plate%20armor_bmt","s":12,"n":"Antimagic Half Plate Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":997},{"c":4,"u":"half%20plate%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Half Plate Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":998},{"c":4,"u":"half%20plate%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Half Plate Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":999},{"c":4,"u":"half%20plate%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Half Plate Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":1000},{"c":4,"u":"half%20plate%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Half Plate Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":1001},{"c":4,"u":"half%20plate%20armor%20of%20fungal%20spores_bmt","s":12,"n":"Half Plate Armor of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":1002},{"c":4,"u":"half%20plate%20armor%20of%20gleaming_xdmg","s":3,"n":"Half Plate Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":1003},{"c":4,"u":"half%20plate%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Half Plate Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":1004},{"c":4,"u":"half%20plate%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Half Plate Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":1005},{"c":4,"u":"half%20plate%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Half Plate Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":1006},{"c":4,"u":"half%20plate%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Half Plate Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":1007},{"c":4,"u":"half%20plate%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Half Plate Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":1008},{"c":4,"u":"half%20plate%20armor%20of%20the%20fallen_bmt","s":12,"n":"Half Plate Armor of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":1009},{"c":4,"u":"half%20plate%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Half Plate Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":1010},{"c":4,"u":"half%20plate%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Half Plate Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":1011},{"c":4,"u":"half%20plate%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Half Plate Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":1012},{"c":4,"u":"half%20plate%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Half Plate Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":1013},{"c":4,"u":"half%20plate%20armor%20of%20weightlessness_bmt","s":12,"n":"Half Plate Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":1014},{"c":4,"u":"half%20plate%20barding_phb","s":2,"n":"Half Plate Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":1015},{"c":4,"u":"cast-off%20half%20plate%20armor_xdmg","s":3,"n":"Cast-Off Half Plate Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":1016},{"c":4,"u":"demon%20half%20plate%20armor_xdmg","s":3,"n":"Demon Half Plate Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":1017},{"c":4,"u":"drow%20%2b1%20half%20plate%20armor_mm","s":6,"n":"Drow +1 Half Plate Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":1018},{"c":4,"u":"drow%20%2b2%20half%20plate%20armor_mm","s":6,"n":"Drow +2 Half Plate Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":1019},{"c":4,"u":"drow%20%2b3%20half%20plate%20armor_mm","s":6,"n":"Drow +3 Half Plate Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":1020},{"c":4,"u":"dwarven%20half%20plate%20armor_xdmg","s":3,"n":"Dwarven Half Plate Armor","h":1,"p":255,"zg":{"n":140,"s":3},"id":1021},{"c":4,"u":"enspelled%20(cantrip)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Half Plate Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":1022},{"c":4,"u":"enspelled%20(level%201)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Half Plate Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":1023},{"c":4,"u":"enspelled%20(level%202)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Half Plate Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":1024},{"c":4,"u":"enspelled%20(level%203)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Half Plate Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":1025},{"c":4,"u":"enspelled%20(level%204)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Half Plate Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":1026},{"c":4,"u":"enspelled%20(level%205)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Half Plate Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":1027},{"c":4,"u":"enspelled%20(level%206)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Half Plate Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":1028},{"c":4,"u":"enspelled%20(level%207)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Half Plate Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":1029},{"c":4,"u":"enspelled%20(level%208)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Half Plate Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":1030},{"c":4,"u":"feywrought%20half%20plate%20armor_bmt","s":12,"n":"Feywrought Half Plate Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":1031},{"c":4,"u":"gloomwrought%20half%20plate%20armor_bmt","s":12,"n":"Gloomwrought Half Plate Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":1032},{"c":4,"u":"last%20stand%20half%20plate%20armor_egw","s":5,"n":"Last Stand Half Plate Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":1033},{"c":4,"u":"living%20half%20plate%20armor_erlw","s":14,"n":"Living Half Plate Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":1034},{"c":4,"u":"mariner's%20half%20plate%20armor_xdmg","s":3,"n":"Mariner's Half Plate Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":1035},{"c":4,"u":"mithral%20%2b1%20half%20plate%20armor_ai","s":11,"n":"Mithral +1 Half Plate Armor","h":1,"p":156,"zg":{"n":97,"s":11},"id":1036},{"c":4,"u":"mithral%20half%20plate%20armor_xdmg","s":3,"n":"Mithral Half Plate Armor","h":1,"p":279,"zg":{"n":70,"s":3},"id":1037},{"c":4,"u":"mizzium%20half%20plate%20armor_ggr","s":16,"n":"Mizzium Half Plate Armor","h":1,"p":179,"zg":{"n":98,"s":16},"id":1038},{"c":4,"u":"half%20plate%20armor%20of%20etherealness_xdmg","s":3,"n":"Half Plate Armor of Etherealness","h":1,"p":286,"zg":{"n":141,"s":3},"id":1039},{"c":4,"u":"ruidium%20half%20plate%20armor_crcotn","s":10,"n":"Ruidium Half Plate Armor","h":1,"p":215,"zg":{"n":99,"s":10},"id":1040},{"c":4,"u":"smoldering%20half%20plate%20armor_xdmg","s":3,"n":"Smoldering Half Plate Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":1041},{"c":4,"u":"%2b1%20hand%20crossbow_dmg","s":0,"n":"+1 Hand Crossbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":1042},{"c":4,"u":"%2b2%20hand%20crossbow_dmg","s":0,"n":"+2 Hand Crossbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":1043},{"c":4,"u":"%2b3%20hand%20crossbow_dmg","s":0,"n":"+3 Hand Crossbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":1044},{"c":4,"u":"adamantine%20hand%20crossbow_xge","s":1,"n":"Adamantine Hand Crossbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":1045},{"c":4,"u":"silvered%20hand%20crossbow_phb","s":2,"n":"Silvered Hand Crossbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":1046},{"c":4,"u":"vicious%20hand%20crossbow_dmg","s":0,"n":"Vicious Hand Crossbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":1047},{"c":4,"u":"hand%20crossbow%20of%20warning_dmg","s":0,"n":"Hand Crossbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1048},{"c":4,"u":"%2b1%20hand%20crossbow_xdmg","s":3,"n":"+1 Hand Crossbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":1049},{"c":4,"u":"%2b2%20hand%20crossbow_xdmg","s":3,"n":"+2 Hand Crossbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":1050},{"c":4,"u":"%2b3%20hand%20crossbow_xdmg","s":3,"n":"+3 Hand Crossbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":1051},{"c":4,"u":"ascendant%20dragon's%20wrath%20hand%20crossbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Hand Crossbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":1052},{"c":4,"u":"corpse%20slayer%20hand%20crossbow_egw","s":5,"n":"Corpse Slayer Hand Crossbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":1053},{"c":4,"u":"dragon%20slayer%20hand%20crossbow_xdmg","s":3,"n":"Dragon Slayer Hand Crossbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":1054},{"c":4,"u":"drow%20%2b1%20hand%20crossbow_mm","s":6,"n":"Drow +1 Hand Crossbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":1055},{"c":4,"u":"drow%20%2b2%20hand%20crossbow_mm","s":6,"n":"Drow +2 Hand Crossbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":1056},{"c":4,"u":"drow%20%2b3%20hand%20crossbow_mm","s":6,"n":"Drow +3 Hand Crossbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":1057},{"c":4,"u":"enspelled%20(cantrip)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Cantrip) Hand Crossbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":1058},{"c":4,"u":"enspelled%20(level%201)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 1) Hand Crossbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":1059},{"c":4,"u":"enspelled%20(level%202)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 2) Hand Crossbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":1060},{"c":4,"u":"enspelled%20(level%203)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 3) Hand Crossbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":1061},{"c":4,"u":"enspelled%20(level%204)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 4) Hand Crossbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":1062},{"c":4,"u":"enspelled%20(level%205)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 5) Hand Crossbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":1063},{"c":4,"u":"enspelled%20(level%206)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 6) Hand Crossbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":1064},{"c":4,"u":"enspelled%20(level%207)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 7) Hand Crossbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":1065},{"c":4,"u":"enspelled%20(level%208)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 8) Hand Crossbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":1066},{"c":4,"u":"giant%20slayer%20hand%20crossbow_xdmg","s":3,"n":"Giant Slayer Hand Crossbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":1067},{"c":4,"u":"hellfire%20hand%20crossbow_bgdia","s":7,"n":"Hellfire Hand Crossbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":1068},{"c":4,"u":"holy%20avenger%20hand%20crossbow_xdmg","s":3,"n":"Holy Avenger Hand Crossbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":1069},{"c":4,"u":"lycan%20hand%20crossbow_ghloe","s":8,"n":"Lycan Hand Crossbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":1070},{"c":4,"u":"nine%20lives%20stealer%20hand%20crossbow_xdmg","s":3,"n":"Nine Lives Stealer Hand Crossbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":1071},{"c":4,"u":"oceanic%20hand%20crossbow_tdcsr","s":9,"n":"Oceanic Hand Crossbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":1072},{"c":4,"u":"ruidium%20hand%20crossbow_crcotn","s":10,"n":"Ruidium Hand Crossbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":1073},{"c":4,"u":"silvered%20hand%20crossbow_xdmg","s":3,"n":"Silvered Hand Crossbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":1074},{"c":4,"u":"slumbering%20dragon's%20wrath%20hand%20crossbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Hand Crossbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":1075},{"c":4,"u":"starcrossed%20hand%20crossbow_dodk","s":13,"n":"Starcrossed Hand Crossbow","h":1,"p":232,"zg":{"n":142,"s":13},"id":1076},{"c":4,"u":"starshot%20hand%20crossbow_bmt","s":12,"n":"Starshot Hand Crossbow","h":1,"p":38,"zg":{"n":143,"s":12},"id":1077},{"c":4,"u":"stirring%20dragon's%20wrath%20hand%20crossbow_ftd","s":4,"n":"Stirring Dragon's Wrath Hand Crossbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":1078},{"c":4,"u":"vicious%20%2b1%20hand%20crossbow_ai","s":11,"n":"Vicious +1 Hand Crossbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":1079},{"c":4,"u":"vicious%20hand%20crossbow_xdmg","s":3,"n":"Vicious Hand Crossbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":1080},{"c":4,"u":"wakened%20dragon's%20wrath%20hand%20crossbow_ftd","s":4,"n":"Wakened Dragon's Wrath Hand Crossbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":1081},{"c":4,"u":"hand%20crossbow%20of%20certain%20death_egw","s":5,"n":"Hand Crossbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1082},{"c":4,"u":"hand%20crossbow%20of%20throne's%20command_bmt","s":12,"n":"Hand Crossbow of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1083},{"c":4,"u":"hand%20crossbow%20of%20warning_xdmg","s":3,"n":"Hand Crossbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1084},{"c":4,"u":"%2b1%20handaxe_dmg","s":0,"n":"+1 Handaxe","h":1,"p":213,"zg":{"n":0,"s":0},"id":1085},{"c":4,"u":"%2b2%20handaxe_dmg","s":0,"n":"+2 Handaxe","h":1,"p":213,"zg":{"n":1,"s":0},"id":1086},{"c":4,"u":"%2b3%20handaxe_dmg","s":0,"n":"+3 Handaxe","h":1,"p":213,"zg":{"n":2,"s":0},"id":1087},{"c":4,"u":"adamantine%20handaxe_xge","s":1,"n":"Adamantine Handaxe","h":1,"p":78,"zg":{"n":3,"s":1},"id":1088},{"c":4,"u":"berserker%20handaxe_dmg","s":0,"n":"Berserker Handaxe","h":1,"p":155,"zg":{"n":47,"s":0},"id":1089},{"c":4,"u":"giant%20slayer%20handaxe_dmg","s":0,"n":"Giant Slayer Handaxe","h":1,"p":172,"zg":{"n":22,"s":0},"id":1090},{"c":4,"u":"silvered%20handaxe_phb","s":2,"n":"Silvered Handaxe","h":1,"p":148,"zg":{"n":4,"s":2},"id":1091},{"c":4,"u":"vicious%20handaxe_dmg","s":0,"n":"Vicious Handaxe","h":1,"p":209,"zg":{"n":5,"s":0},"id":1092},{"c":4,"u":"handaxe%20of%20warning_dmg","s":0,"n":"Handaxe of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1093},{"c":4,"u":"%2b1%20handaxe_xdmg","s":3,"n":"+1 Handaxe","h":1,"p":324,"zg":{"n":0,"s":3},"id":1094},{"c":4,"u":"%2b2%20handaxe_xdmg","s":3,"n":"+2 Handaxe","h":1,"p":324,"zg":{"n":1,"s":3},"id":1095},{"c":4,"u":"%2b3%20handaxe_xdmg","s":3,"n":"+3 Handaxe","h":1,"p":324,"zg":{"n":2,"s":3},"id":1096},{"c":4,"u":"adamantine%20handaxe_xdmg","s":3,"n":"Adamantine Handaxe","h":1,"p":227,"zg":{"n":3,"s":3},"id":1097},{"c":4,"u":"handaxe%20armblade_erlw","s":14,"n":"Handaxe Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1098},{"c":4,"u":"ascendant%20dragon's%20wrath%20handaxe_ftd","s":4,"n":"Ascendant Dragon's Wrath Handaxe","h":1,"p":25,"zg":{"n":7,"s":4},"id":1099},{"c":4,"u":"corpse%20slayer%20handaxe_egw","s":5,"n":"Corpse Slayer Handaxe","h":1,"p":266,"zg":{"n":8,"s":5},"id":1100},{"c":4,"u":"defender%20handaxe_xdmg","s":3,"n":"Defender Handaxe","h":1,"p":252,"zg":{"n":49,"s":3},"id":1101},{"c":4,"u":"dragon%20slayer%20handaxe_xdmg","s":3,"n":"Dragon Slayer Handaxe","h":1,"p":254,"zg":{"n":9,"s":3},"id":1102},{"c":4,"u":"drow%20%2b1%20handaxe_mm","s":6,"n":"Drow +1 Handaxe","h":1,"p":126,"zg":{"n":10,"s":6},"id":1103},{"c":4,"u":"drow%20%2b2%20handaxe_mm","s":6,"n":"Drow +2 Handaxe","h":1,"p":126,"zg":{"n":11,"s":6},"id":1104},{"c":4,"u":"drow%20%2b3%20handaxe_mm","s":6,"n":"Drow +3 Handaxe","h":1,"p":126,"zg":{"n":12,"s":6},"id":1105},{"c":4,"u":"enspelled%20(cantrip)%20handaxe_xdmg","s":3,"n":"Enspelled (Cantrip) Handaxe","h":1,"p":258,"zg":{"n":13,"s":3},"id":1106},{"c":4,"u":"enspelled%20(level%201)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 1) Handaxe","h":1,"p":258,"zg":{"n":14,"s":3},"id":1107},{"c":4,"u":"enspelled%20(level%202)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 2) Handaxe","h":1,"p":258,"zg":{"n":15,"s":3},"id":1108},{"c":4,"u":"enspelled%20(level%203)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 3) Handaxe","h":1,"p":258,"zg":{"n":16,"s":3},"id":1109},{"c":4,"u":"enspelled%20(level%204)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 4) Handaxe","h":1,"p":258,"zg":{"n":17,"s":3},"id":1110},{"c":4,"u":"enspelled%20(level%205)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 5) Handaxe","h":1,"p":258,"zg":{"n":18,"s":3},"id":1111},{"c":4,"u":"enspelled%20(level%206)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 6) Handaxe","h":1,"p":258,"zg":{"n":19,"s":3},"id":1112},{"c":4,"u":"enspelled%20(level%207)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 7) Handaxe","h":1,"p":258,"zg":{"n":20,"s":3},"id":1113},{"c":4,"u":"enspelled%20(level%208)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 8) Handaxe","h":1,"p":258,"zg":{"n":21,"s":3},"id":1114},{"c":4,"u":"executioner's%20handaxe_xdmg","s":3,"n":"Executioner's Handaxe","h":1,"p":259,"zg":{"n":50,"s":3},"id":1115},{"c":4,"u":"flame%20tongue%20handaxe_xdmg","s":3,"n":"Flame Tongue Handaxe","h":1,"p":263,"zg":{"n":51,"s":3},"id":1116},{"c":4,"u":"giant%20slayer%20handaxe_xdmg","s":3,"n":"Giant Slayer Handaxe","h":1,"p":264,"zg":{"n":22,"s":3},"id":1117},{"c":4,"u":"hellfire%20handaxe_bgdia","s":7,"n":"Hellfire Handaxe","h":1,"p":223,"zg":{"n":23,"s":7},"id":1118},{"c":4,"u":"holy%20avenger%20handaxe_xdmg","s":3,"n":"Holy Avenger Handaxe","h":1,"p":269,"zg":{"n":24,"s":3},"id":1119},{"c":4,"u":"lycan%20handaxe_ghloe","s":8,"n":"Lycan Handaxe","h":1,"p":111,"zg":{"n":25,"s":8},"id":1120},{"c":4,"u":"nine%20lives%20stealer%20handaxe_xdmg","s":3,"n":"Nine Lives Stealer Handaxe","h":1,"p":281,"zg":{"n":26,"s":3},"id":1121},{"c":4,"u":"oceanic%20handaxe_tdcsr","s":9,"n":"Oceanic Handaxe","h":1,"p":199,"zg":{"n":27,"s":9},"id":1122},{"c":4,"u":"ruidium%20handaxe_crcotn","s":10,"n":"Ruidium Handaxe","h":1,"p":216,"zg":{"n":28,"s":10},"id":1123},{"c":4,"u":"silvered%20handaxe_xdmg","s":3,"n":"Silvered Handaxe","h":1,"p":304,"zg":{"n":4,"s":3},"id":1124},{"c":4,"u":"slumbering%20dragon's%20wrath%20handaxe_ftd","s":4,"n":"Slumbering Dragon's Wrath Handaxe","h":1,"p":25,"zg":{"n":29,"s":4},"id":1125},{"c":4,"u":"stirring%20dragon's%20wrath%20handaxe_ftd","s":4,"n":"Stirring Dragon's Wrath Handaxe","h":1,"p":25,"zg":{"n":30,"s":4},"id":1126},{"c":4,"u":"vicious%20%2b1%20handaxe_ai","s":11,"n":"Vicious +1 Handaxe","h":1,"p":149,"zg":{"n":31,"s":11},"id":1127},{"c":4,"u":"vicious%20handaxe_xdmg","s":3,"n":"Vicious Handaxe","h":1,"p":318,"zg":{"n":5,"s":3},"id":1128},{"c":4,"u":"wakened%20dragon's%20wrath%20handaxe_ftd","s":4,"n":"Wakened Dragon's Wrath Handaxe","h":1,"p":25,"zg":{"n":32,"s":4},"id":1129},{"c":4,"u":"handaxe%20of%20agonizing%20paralysis_coa","s":15,"n":"Handaxe of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1130},{"c":4,"u":"handaxe%20of%20certain%20death_egw","s":5,"n":"Handaxe of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1131},{"c":4,"u":"handaxe%20of%20warning_xdmg","s":3,"n":"Handaxe of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1132},{"c":4,"u":"%2b1%20heavy%20crossbow_dmg","s":0,"n":"+1 Heavy Crossbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":1133},{"c":4,"u":"%2b2%20heavy%20crossbow_dmg","s":0,"n":"+2 Heavy Crossbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":1134},{"c":4,"u":"%2b3%20heavy%20crossbow_dmg","s":0,"n":"+3 Heavy Crossbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":1135},{"c":4,"u":"adamantine%20heavy%20crossbow_xge","s":1,"n":"Adamantine Heavy Crossbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":1136},{"c":4,"u":"silvered%20heavy%20crossbow_phb","s":2,"n":"Silvered Heavy Crossbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":1137},{"c":4,"u":"vicious%20heavy%20crossbow_dmg","s":0,"n":"Vicious Heavy Crossbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":1138},{"c":4,"u":"heavy%20crossbow%20of%20warning_dmg","s":0,"n":"Heavy Crossbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1139},{"c":4,"u":"%2b1%20heavy%20crossbow_xdmg","s":3,"n":"+1 Heavy Crossbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":1140},{"c":4,"u":"%2b2%20heavy%20crossbow_xdmg","s":3,"n":"+2 Heavy Crossbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":1141},{"c":4,"u":"%2b3%20heavy%20crossbow_xdmg","s":3,"n":"+3 Heavy Crossbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":1142},{"c":4,"u":"ascendant%20dragon's%20wrath%20heavy%20crossbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Heavy Crossbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":1143},{"c":4,"u":"corpse%20slayer%20heavy%20crossbow_egw","s":5,"n":"Corpse Slayer Heavy Crossbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":1144},{"c":4,"u":"dragon%20slayer%20heavy%20crossbow_xdmg","s":3,"n":"Dragon Slayer Heavy Crossbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":1145},{"c":4,"u":"drow%20%2b1%20heavy%20crossbow_mm","s":6,"n":"Drow +1 Heavy Crossbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":1146},{"c":4,"u":"drow%20%2b2%20heavy%20crossbow_mm","s":6,"n":"Drow +2 Heavy Crossbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":1147},{"c":4,"u":"drow%20%2b3%20heavy%20crossbow_mm","s":6,"n":"Drow +3 Heavy Crossbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":1148},{"c":4,"u":"enspelled%20(cantrip)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Cantrip) Heavy Crossbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":1149},{"c":4,"u":"enspelled%20(level%201)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 1) Heavy Crossbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":1150},{"c":4,"u":"enspelled%20(level%202)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 2) Heavy Crossbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":1151},{"c":4,"u":"enspelled%20(level%203)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 3) Heavy Crossbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":1152},{"c":4,"u":"enspelled%20(level%204)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 4) Heavy Crossbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":1153},{"c":4,"u":"enspelled%20(level%205)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 5) Heavy Crossbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":1154},{"c":4,"u":"enspelled%20(level%206)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 6) Heavy Crossbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":1155},{"c":4,"u":"enspelled%20(level%207)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 7) Heavy Crossbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":1156},{"c":4,"u":"enspelled%20(level%208)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 8) Heavy Crossbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":1157},{"c":4,"u":"giant%20slayer%20heavy%20crossbow_xdmg","s":3,"n":"Giant Slayer Heavy Crossbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":1158},{"c":4,"u":"hellfire%20heavy%20crossbow_bgdia","s":7,"n":"Hellfire Heavy Crossbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":1159},{"c":4,"u":"holy%20avenger%20heavy%20crossbow_xdmg","s":3,"n":"Holy Avenger Heavy Crossbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":1160},{"c":4,"u":"lycan%20heavy%20crossbow_ghloe","s":8,"n":"Lycan Heavy Crossbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":1161},{"c":4,"u":"nine%20lives%20stealer%20heavy%20crossbow_xdmg","s":3,"n":"Nine Lives Stealer Heavy Crossbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":1162},{"c":4,"u":"oceanic%20heavy%20crossbow_tdcsr","s":9,"n":"Oceanic Heavy Crossbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":1163},{"c":4,"u":"ruidium%20heavy%20crossbow_crcotn","s":10,"n":"Ruidium Heavy Crossbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":1164},{"c":4,"u":"silvered%20heavy%20crossbow_xdmg","s":3,"n":"Silvered Heavy Crossbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":1165},{"c":4,"u":"slumbering%20dragon's%20wrath%20heavy%20crossbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Heavy Crossbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":1166},{"c":4,"u":"starcrossed%20heavy%20crossbow_dodk","s":13,"n":"Starcrossed Heavy Crossbow","h":1,"p":232,"zg":{"n":142,"s":13},"id":1167},{"c":4,"u":"starshot%20heavy%20crossbow_bmt","s":12,"n":"Starshot Heavy Crossbow","h":1,"p":38,"zg":{"n":143,"s":12},"id":1168},{"c":4,"u":"stirring%20dragon's%20wrath%20heavy%20crossbow_ftd","s":4,"n":"Stirring Dragon's Wrath Heavy Crossbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":1169},{"c":4,"u":"vicious%20%2b1%20heavy%20crossbow_ai","s":11,"n":"Vicious +1 Heavy Crossbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":1170},{"c":4,"u":"vicious%20heavy%20crossbow_xdmg","s":3,"n":"Vicious Heavy Crossbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":1171},{"c":4,"u":"wakened%20dragon's%20wrath%20heavy%20crossbow_ftd","s":4,"n":"Wakened Dragon's Wrath Heavy Crossbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":1172},{"c":4,"u":"heavy%20crossbow%20of%20certain%20death_egw","s":5,"n":"Heavy Crossbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1173},{"c":4,"u":"heavy%20crossbow%20of%20throne's%20command_bmt","s":12,"n":"Heavy Crossbow of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1174},{"c":4,"u":"heavy%20crossbow%20of%20warning_xdmg","s":3,"n":"Heavy Crossbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1175},{"c":4,"u":"%2b1%20hide%20armor_dmg","s":0,"n":"+1 Hide Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":1176},{"c":4,"u":"%2b2%20hide%20armor_dmg","s":0,"n":"+2 Hide Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":1177},{"c":4,"u":"%2b3%20hide%20armor_dmg","s":0,"n":"+3 Hide Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":1178},{"c":4,"u":"hide%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Hide Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":1179},{"c":4,"u":"hide%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Hide Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":1180},{"c":4,"u":"hide%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Hide Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":1181},{"c":4,"u":"hide%20armor%20of%20force%20resistance_dmg","s":0,"n":"Hide Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":1182},{"c":4,"u":"hide%20armor%20of%20gleaming_xge","s":1,"n":"Hide Armor of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":1183},{"c":4,"u":"hide%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Hide Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":1184},{"c":4,"u":"hide%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Hide Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":1185},{"c":4,"u":"hide%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Hide Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":1186},{"c":4,"u":"hide%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Hide Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":1187},{"c":4,"u":"hide%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Hide Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":1188},{"c":4,"u":"hide%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Hide Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":1189},{"c":4,"u":"cast-off%20hide%20armor_xge","s":1,"n":"Cast-Off Hide Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":1190},{"c":4,"u":"mariner's%20hide%20armor_dmg","s":0,"n":"Mariner's Hide Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":1191},{"c":4,"u":"smoldering%20hide%20armor_xge","s":1,"n":"Smoldering Hide Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":1192},{"c":4,"u":"%2b1%20hide%20armor_xdmg","s":3,"n":"+1 Hide Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":1193},{"c":4,"u":"%2b2%20hide%20armor_xdmg","s":3,"n":"+2 Hide Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":1194},{"c":4,"u":"%2b3%20hide%20armor_xdmg","s":3,"n":"+3 Hide Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":1195},{"c":4,"u":"antimagic%20hide%20armor_bmt","s":12,"n":"Antimagic Hide Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":1196},{"c":4,"u":"hide%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Hide Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":1197},{"c":4,"u":"hide%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Hide Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":1198},{"c":4,"u":"hide%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Hide Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":1199},{"c":4,"u":"hide%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Hide Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":1200},{"c":4,"u":"hide%20armor%20of%20fungal%20spores_bmt","s":12,"n":"Hide Armor of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":1201},{"c":4,"u":"hide%20armor%20of%20gleaming_xdmg","s":3,"n":"Hide Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":1202},{"c":4,"u":"hide%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Hide Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":1203},{"c":4,"u":"hide%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Hide Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":1204},{"c":4,"u":"hide%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Hide Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":1205},{"c":4,"u":"hide%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Hide Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":1206},{"c":4,"u":"hide%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Hide Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":1207},{"c":4,"u":"hide%20armor%20of%20the%20fallen_bmt","s":12,"n":"Hide Armor of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":1208},{"c":4,"u":"hide%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Hide Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":1209},{"c":4,"u":"hide%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Hide Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":1210},{"c":4,"u":"hide%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Hide Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":1211},{"c":4,"u":"hide%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Hide Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":1212},{"c":4,"u":"hide%20armor%20of%20weightlessness_bmt","s":12,"n":"Hide Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":1213},{"c":4,"u":"hide%20barding_phb","s":2,"n":"Hide Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":1214},{"c":4,"u":"cast-off%20hide%20armor_xdmg","s":3,"n":"Cast-Off Hide Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":1215},{"c":4,"u":"demon%20hide%20armor_xdmg","s":3,"n":"Demon Hide Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":1216},{"c":4,"u":"drow%20%2b1%20hide%20armor_mm","s":6,"n":"Drow +1 Hide Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":1217},{"c":4,"u":"drow%20%2b2%20hide%20armor_mm","s":6,"n":"Drow +2 Hide Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":1218},{"c":4,"u":"drow%20%2b3%20hide%20armor_mm","s":6,"n":"Drow +3 Hide Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":1219},{"c":4,"u":"enspelled%20(cantrip)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Hide Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":1220},{"c":4,"u":"enspelled%20(level%201)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Hide Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":1221},{"c":4,"u":"enspelled%20(level%202)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Hide Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":1222},{"c":4,"u":"enspelled%20(level%203)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Hide Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":1223},{"c":4,"u":"enspelled%20(level%204)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Hide Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":1224},{"c":4,"u":"enspelled%20(level%205)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Hide Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":1225},{"c":4,"u":"enspelled%20(level%206)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Hide Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":1226},{"c":4,"u":"enspelled%20(level%207)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Hide Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":1227},{"c":4,"u":"enspelled%20(level%208)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Hide Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":1228},{"c":4,"u":"feywrought%20hide%20armor_bmt","s":12,"n":"Feywrought Hide Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":1229},{"c":4,"u":"gloomwrought%20hide%20armor_bmt","s":12,"n":"Gloomwrought Hide Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":1230},{"c":4,"u":"last%20stand%20hide%20armor_egw","s":5,"n":"Last Stand Hide Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":1231},{"c":4,"u":"living%20hide%20armor_erlw","s":14,"n":"Living Hide Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":1232},{"c":4,"u":"mariner's%20hide%20armor_xdmg","s":3,"n":"Mariner's Hide Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":1233},{"c":4,"u":"smoldering%20hide%20armor_xdmg","s":3,"n":"Smoldering Hide Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":1234},{"c":4,"u":"%2b1%20hooked%20shortspear_dmg","s":0,"n":"+1 Hooked Shortspear","h":1,"p":213,"zg":{"n":0,"s":0},"id":1235},{"c":4,"u":"%2b1%20hooked%20shortspear_xdmg","s":3,"n":"+1 Hooked Shortspear","h":1,"p":324,"zg":{"n":0,"s":3},"id":1236},{"c":4,"u":"%2b2%20hooked%20shortspear_dmg","s":0,"n":"+2 Hooked Shortspear","h":1,"p":213,"zg":{"n":1,"s":0},"id":1237},{"c":4,"u":"%2b2%20hooked%20shortspear_xdmg","s":3,"n":"+2 Hooked Shortspear","h":1,"p":324,"zg":{"n":1,"s":3},"id":1238},{"c":4,"u":"%2b3%20hooked%20shortspear_dmg","s":0,"n":"+3 Hooked Shortspear","h":1,"p":213,"zg":{"n":2,"s":0},"id":1239},{"c":4,"u":"%2b3%20hooked%20shortspear_xdmg","s":3,"n":"+3 Hooked Shortspear","h":1,"p":324,"zg":{"n":2,"s":3},"id":1240},{"c":4,"u":"adamantine%20hooked%20shortspear_xge","s":1,"n":"Adamantine Hooked Shortspear","h":1,"p":78,"zg":{"n":3,"s":1},"id":1241},{"c":4,"u":"hooked%20shortspear%20armblade_erlw","s":14,"n":"Hooked Shortspear Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1242},{"c":4,"u":"ascendant%20dragon's%20wrath%20hooked%20shortspear_ftd","s":4,"n":"Ascendant Dragon's Wrath Hooked Shortspear","h":1,"p":25,"zg":{"n":7,"s":4},"id":1243},{"c":4,"u":"corpse%20slayer%20hooked%20shortspear_egw","s":5,"n":"Corpse Slayer Hooked Shortspear","h":1,"p":266,"zg":{"n":8,"s":5},"id":1244},{"c":4,"u":"dragon%20slayer%20hooked%20shortspear_xdmg","s":3,"n":"Dragon Slayer Hooked Shortspear","h":1,"p":254,"zg":{"n":9,"s":3},"id":1245},{"c":4,"u":"drow%20%2b1%20hooked%20shortspear_mm","s":6,"n":"Drow +1 Hooked Shortspear","h":1,"p":126,"zg":{"n":10,"s":6},"id":1246},{"c":4,"u":"drow%20%2b2%20hooked%20shortspear_mm","s":6,"n":"Drow +2 Hooked Shortspear","h":1,"p":126,"zg":{"n":11,"s":6},"id":1247},{"c":4,"u":"drow%20%2b3%20hooked%20shortspear_mm","s":6,"n":"Drow +3 Hooked Shortspear","h":1,"p":126,"zg":{"n":12,"s":6},"id":1248},{"c":4,"u":"enspelled%20(cantrip)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Cantrip) Hooked Shortspear","h":1,"p":258,"zg":{"n":13,"s":3},"id":1249},{"c":4,"u":"enspelled%20(level%201)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 1) Hooked Shortspear","h":1,"p":258,"zg":{"n":14,"s":3},"id":1250},{"c":4,"u":"enspelled%20(level%202)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 2) Hooked Shortspear","h":1,"p":258,"zg":{"n":15,"s":3},"id":1251},{"c":4,"u":"enspelled%20(level%203)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 3) Hooked Shortspear","h":1,"p":258,"zg":{"n":16,"s":3},"id":1252},{"c":4,"u":"enspelled%20(level%204)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 4) Hooked Shortspear","h":1,"p":258,"zg":{"n":17,"s":3},"id":1253},{"c":4,"u":"enspelled%20(level%205)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 5) Hooked Shortspear","h":1,"p":258,"zg":{"n":18,"s":3},"id":1254},{"c":4,"u":"enspelled%20(level%206)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 6) Hooked Shortspear","h":1,"p":258,"zg":{"n":19,"s":3},"id":1255},{"c":4,"u":"enspelled%20(level%207)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 7) Hooked Shortspear","h":1,"p":258,"zg":{"n":20,"s":3},"id":1256},{"c":4,"u":"enspelled%20(level%208)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 8) Hooked Shortspear","h":1,"p":258,"zg":{"n":21,"s":3},"id":1257},{"c":4,"u":"giant%20slayer%20hooked%20shortspear_xdmg","s":3,"n":"Giant Slayer Hooked Shortspear","h":1,"p":264,"zg":{"n":22,"s":3},"id":1258},{"c":4,"u":"hellfire%20hooked%20shortspear_bgdia","s":7,"n":"Hellfire Hooked Shortspear","h":1,"p":223,"zg":{"n":23,"s":7},"id":1259},{"c":4,"u":"holy%20avenger%20hooked%20shortspear_xdmg","s":3,"n":"Holy Avenger Hooked Shortspear","h":1,"p":269,"zg":{"n":24,"s":3},"id":1260},{"c":4,"u":"lycan%20hooked%20shortspear_ghloe","s":8,"n":"Lycan Hooked Shortspear","h":1,"p":111,"zg":{"n":25,"s":8},"id":1261},{"c":4,"u":"nine%20lives%20stealer%20hooked%20shortspear_xdmg","s":3,"n":"Nine Lives Stealer Hooked Shortspear","h":1,"p":281,"zg":{"n":26,"s":3},"id":1262},{"c":4,"u":"ruidium%20hooked%20shortspear_crcotn","s":10,"n":"Ruidium Hooked Shortspear","h":1,"p":216,"zg":{"n":28,"s":10},"id":1263},{"c":4,"u":"silvered%20hooked%20shortspear_phb","s":2,"n":"Silvered Hooked Shortspear","h":1,"p":148,"zg":{"n":4,"s":2},"id":1264},{"c":4,"u":"silvered%20hooked%20shortspear_xdmg","s":3,"n":"Silvered Hooked Shortspear","h":1,"p":304,"zg":{"n":4,"s":3},"id":1265},{"c":4,"u":"slumbering%20dragon's%20wrath%20hooked%20shortspear_ftd","s":4,"n":"Slumbering Dragon's Wrath Hooked Shortspear","h":1,"p":25,"zg":{"n":29,"s":4},"id":1266},{"c":4,"u":"stirring%20dragon's%20wrath%20hooked%20shortspear_ftd","s":4,"n":"Stirring Dragon's Wrath Hooked Shortspear","h":1,"p":25,"zg":{"n":30,"s":4},"id":1267},{"c":4,"u":"vicious%20%2b1%20hooked%20shortspear_ai","s":11,"n":"Vicious +1 Hooked Shortspear","h":1,"p":149,"zg":{"n":31,"s":11},"id":1268},{"c":4,"u":"vicious%20hooked%20shortspear_dmg","s":0,"n":"Vicious Hooked Shortspear","h":1,"p":209,"zg":{"n":5,"s":0},"id":1269},{"c":4,"u":"vicious%20hooked%20shortspear_xdmg","s":3,"n":"Vicious Hooked Shortspear","h":1,"p":318,"zg":{"n":5,"s":3},"id":1270},{"c":4,"u":"wakened%20dragon's%20wrath%20hooked%20shortspear_ftd","s":4,"n":"Wakened Dragon's Wrath Hooked Shortspear","h":1,"p":25,"zg":{"n":32,"s":4},"id":1271},{"c":4,"u":"hooked%20shortspear%20of%20agonizing%20paralysis_coa","s":15,"n":"Hooked Shortspear of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1272},{"c":4,"u":"hooked%20shortspear%20of%20certain%20death_egw","s":5,"n":"Hooked Shortspear of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1273},{"c":4,"u":"hooked%20shortspear%20of%20throne's%20command_bmt","s":12,"n":"Hooked Shortspear of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1274},{"c":4,"u":"hooked%20shortspear%20of%20warning_dmg","s":0,"n":"Hooked Shortspear of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1275},{"c":4,"u":"hooked%20shortspear%20of%20warning_xdmg","s":3,"n":"Hooked Shortspear of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1276},{"c":4,"u":"%2b1%20hoopak_dmg","s":0,"n":"+1 Hoopak","h":1,"p":213,"zg":{"n":0,"s":0},"id":1277},{"c":4,"u":"%2b1%20hoopak_xdmg","s":3,"n":"+1 Hoopak","h":1,"p":324,"zg":{"n":0,"s":3},"id":1278},{"c":4,"u":"%2b2%20hoopak_dmg","s":0,"n":"+2 Hoopak","h":1,"p":213,"zg":{"n":1,"s":0},"id":1279},{"c":4,"u":"%2b2%20hoopak_xdmg","s":3,"n":"+2 Hoopak","h":1,"p":324,"zg":{"n":1,"s":3},"id":1280},{"c":4,"u":"%2b3%20hoopak_dmg","s":0,"n":"+3 Hoopak","h":1,"p":213,"zg":{"n":2,"s":0},"id":1281},{"c":4,"u":"%2b3%20hoopak_xdmg","s":3,"n":"+3 Hoopak","h":1,"p":324,"zg":{"n":2,"s":3},"id":1282},{"c":4,"u":"adamantine%20hoopak_xge","s":1,"n":"Adamantine Hoopak","h":1,"p":78,"zg":{"n":3,"s":1},"id":1283},{"c":4,"u":"ascendant%20dragon's%20wrath%20hoopak_ftd","s":4,"n":"Ascendant Dragon's Wrath Hoopak","h":1,"p":25,"zg":{"n":7,"s":4},"id":1284},{"c":4,"u":"corpse%20slayer%20hoopak_egw","s":5,"n":"Corpse Slayer Hoopak","h":1,"p":266,"zg":{"n":8,"s":5},"id":1285},{"c":4,"u":"dragon%20slayer%20hoopak_xdmg","s":3,"n":"Dragon Slayer Hoopak","h":1,"p":254,"zg":{"n":9,"s":3},"id":1286},{"c":4,"u":"drow%20%2b1%20hoopak_mm","s":6,"n":"Drow +1 Hoopak","h":1,"p":126,"zg":{"n":10,"s":6},"id":1287},{"c":4,"u":"drow%20%2b2%20hoopak_mm","s":6,"n":"Drow +2 Hoopak","h":1,"p":126,"zg":{"n":11,"s":6},"id":1288},{"c":4,"u":"drow%20%2b3%20hoopak_mm","s":6,"n":"Drow +3 Hoopak","h":1,"p":126,"zg":{"n":12,"s":6},"id":1289},{"c":4,"u":"enspelled%20(cantrip)%20hoopak_xdmg","s":3,"n":"Enspelled (Cantrip) Hoopak","h":1,"p":258,"zg":{"n":13,"s":3},"id":1290},{"c":4,"u":"enspelled%20(level%201)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 1) Hoopak","h":1,"p":258,"zg":{"n":14,"s":3},"id":1291},{"c":4,"u":"enspelled%20(level%202)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 2) Hoopak","h":1,"p":258,"zg":{"n":15,"s":3},"id":1292},{"c":4,"u":"enspelled%20(level%203)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 3) Hoopak","h":1,"p":258,"zg":{"n":16,"s":3},"id":1293},{"c":4,"u":"enspelled%20(level%204)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 4) Hoopak","h":1,"p":258,"zg":{"n":17,"s":3},"id":1294},{"c":4,"u":"enspelled%20(level%205)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 5) Hoopak","h":1,"p":258,"zg":{"n":18,"s":3},"id":1295},{"c":4,"u":"enspelled%20(level%206)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 6) Hoopak","h":1,"p":258,"zg":{"n":19,"s":3},"id":1296},{"c":4,"u":"enspelled%20(level%207)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 7) Hoopak","h":1,"p":258,"zg":{"n":20,"s":3},"id":1297},{"c":4,"u":"enspelled%20(level%208)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 8) Hoopak","h":1,"p":258,"zg":{"n":21,"s":3},"id":1298},{"c":4,"u":"giant%20slayer%20hoopak_xdmg","s":3,"n":"Giant Slayer Hoopak","h":1,"p":264,"zg":{"n":22,"s":3},"id":1299},{"c":4,"u":"hellfire%20hoopak_bgdia","s":7,"n":"Hellfire Hoopak","h":1,"p":223,"zg":{"n":23,"s":7},"id":1300},{"c":4,"u":"holy%20avenger%20hoopak_xdmg","s":3,"n":"Holy Avenger Hoopak","h":1,"p":269,"zg":{"n":24,"s":3},"id":1301},{"c":4,"u":"lycan%20hoopak_ghloe","s":8,"n":"Lycan Hoopak","h":1,"p":111,"zg":{"n":25,"s":8},"id":1302},{"c":4,"u":"nine%20lives%20stealer%20hoopak_xdmg","s":3,"n":"Nine Lives Stealer Hoopak","h":1,"p":281,"zg":{"n":26,"s":3},"id":1303},{"c":4,"u":"ruidium%20hoopak_crcotn","s":10,"n":"Ruidium Hoopak","h":1,"p":216,"zg":{"n":28,"s":10},"id":1304},{"c":4,"u":"silvered%20hoopak_phb","s":2,"n":"Silvered Hoopak","h":1,"p":148,"zg":{"n":4,"s":2},"id":1305},{"c":4,"u":"silvered%20hoopak_xdmg","s":3,"n":"Silvered Hoopak","h":1,"p":304,"zg":{"n":4,"s":3},"id":1306},{"c":4,"u":"slumbering%20dragon's%20wrath%20hoopak_ftd","s":4,"n":"Slumbering Dragon's Wrath Hoopak","h":1,"p":25,"zg":{"n":29,"s":4},"id":1307},{"c":4,"u":"stirring%20dragon's%20wrath%20hoopak_ftd","s":4,"n":"Stirring Dragon's Wrath Hoopak","h":1,"p":25,"zg":{"n":30,"s":4},"id":1308},{"c":4,"u":"vicious%20%2b1%20hoopak_ai","s":11,"n":"Vicious +1 Hoopak","h":1,"p":149,"zg":{"n":31,"s":11},"id":1309},{"c":4,"u":"vicious%20hoopak_dmg","s":0,"n":"Vicious Hoopak","h":1,"p":209,"zg":{"n":5,"s":0},"id":1310},{"c":4,"u":"vicious%20hoopak_xdmg","s":3,"n":"Vicious Hoopak","h":1,"p":318,"zg":{"n":5,"s":3},"id":1311},{"c":4,"u":"wakened%20dragon's%20wrath%20hoopak_ftd","s":4,"n":"Wakened Dragon's Wrath Hoopak","h":1,"p":25,"zg":{"n":32,"s":4},"id":1312},{"c":4,"u":"hoopak%20of%20agonizing%20paralysis_coa","s":15,"n":"Hoopak of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1313},{"c":4,"u":"hoopak%20of%20certain%20death_egw","s":5,"n":"Hoopak of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1314},{"c":4,"u":"hoopak%20of%20throne's%20command_bmt","s":12,"n":"Hoopak of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1315},{"c":4,"u":"hoopak%20of%20warning_dmg","s":0,"n":"Hoopak of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1316},{"c":4,"u":"hoopak%20of%20warning_xdmg","s":3,"n":"Hoopak of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1317},{"c":4,"u":"%2b1%20hunting%20rifle_dmg","s":0,"n":"+1 Hunting Rifle","h":1,"p":213,"zg":{"n":0,"s":0},"id":1318},{"c":4,"u":"%2b2%20hunting%20rifle_dmg","s":0,"n":"+2 Hunting Rifle","h":1,"p":213,"zg":{"n":1,"s":0},"id":1319},{"c":4,"u":"%2b3%20hunting%20rifle_dmg","s":0,"n":"+3 Hunting Rifle","h":1,"p":213,"zg":{"n":2,"s":0},"id":1320},{"c":4,"u":"adamantine%20hunting%20rifle_xge","s":1,"n":"Adamantine Hunting Rifle","h":1,"p":78,"zg":{"n":3,"s":1},"id":1321},{"c":4,"u":"silvered%20hunting%20rifle_phb","s":2,"n":"Silvered Hunting Rifle","h":1,"p":148,"zg":{"n":4,"s":2},"id":1322},{"c":4,"u":"vicious%20hunting%20rifle_dmg","s":0,"n":"Vicious Hunting Rifle","h":1,"p":209,"zg":{"n":5,"s":0},"id":1323},{"c":4,"u":"hunting%20rifle%20of%20warning_dmg","s":0,"n":"Hunting Rifle of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1324},{"c":4,"u":"%2b1%20hunting%20rifle_xdmg","s":3,"n":"+1 Hunting Rifle","h":1,"p":324,"zg":{"n":0,"s":3},"id":1325},{"c":4,"u":"%2b2%20hunting%20rifle_xdmg","s":3,"n":"+2 Hunting Rifle","h":1,"p":324,"zg":{"n":1,"s":3},"id":1326},{"c":4,"u":"%2b3%20hunting%20rifle_xdmg","s":3,"n":"+3 Hunting Rifle","h":1,"p":324,"zg":{"n":2,"s":3},"id":1327},{"c":4,"u":"ascendant%20dragon's%20wrath%20hunting%20rifle_ftd","s":4,"n":"Ascendant Dragon's Wrath Hunting Rifle","h":1,"p":25,"zg":{"n":7,"s":4},"id":1328},{"c":4,"u":"corpse%20slayer%20hunting%20rifle_egw","s":5,"n":"Corpse Slayer Hunting Rifle","h":1,"p":266,"zg":{"n":8,"s":5},"id":1329},{"c":4,"u":"dragon%20slayer%20hunting%20rifle_xdmg","s":3,"n":"Dragon Slayer Hunting Rifle","h":1,"p":254,"zg":{"n":9,"s":3},"id":1330},{"c":4,"u":"drow%20%2b1%20hunting%20rifle_mm","s":6,"n":"Drow +1 Hunting Rifle","h":1,"p":126,"zg":{"n":10,"s":6},"id":1331},{"c":4,"u":"drow%20%2b2%20hunting%20rifle_mm","s":6,"n":"Drow +2 Hunting Rifle","h":1,"p":126,"zg":{"n":11,"s":6},"id":1332},{"c":4,"u":"drow%20%2b3%20hunting%20rifle_mm","s":6,"n":"Drow +3 Hunting Rifle","h":1,"p":126,"zg":{"n":12,"s":6},"id":1333},{"c":4,"u":"enspelled%20(cantrip)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Cantrip) Hunting Rifle","h":1,"p":258,"zg":{"n":13,"s":3},"id":1334},{"c":4,"u":"enspelled%20(level%201)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 1) Hunting Rifle","h":1,"p":258,"zg":{"n":14,"s":3},"id":1335},{"c":4,"u":"enspelled%20(level%202)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 2) Hunting Rifle","h":1,"p":258,"zg":{"n":15,"s":3},"id":1336},{"c":4,"u":"enspelled%20(level%203)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 3) Hunting Rifle","h":1,"p":258,"zg":{"n":16,"s":3},"id":1337},{"c":4,"u":"enspelled%20(level%204)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 4) Hunting Rifle","h":1,"p":258,"zg":{"n":17,"s":3},"id":1338},{"c":4,"u":"enspelled%20(level%205)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 5) Hunting Rifle","h":1,"p":258,"zg":{"n":18,"s":3},"id":1339},{"c":4,"u":"enspelled%20(level%206)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 6) Hunting Rifle","h":1,"p":258,"zg":{"n":19,"s":3},"id":1340},{"c":4,"u":"enspelled%20(level%207)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 7) Hunting Rifle","h":1,"p":258,"zg":{"n":20,"s":3},"id":1341},{"c":4,"u":"enspelled%20(level%208)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 8) Hunting Rifle","h":1,"p":258,"zg":{"n":21,"s":3},"id":1342},{"c":4,"u":"giant%20slayer%20hunting%20rifle_xdmg","s":3,"n":"Giant Slayer Hunting Rifle","h":1,"p":264,"zg":{"n":22,"s":3},"id":1343},{"c":4,"u":"hellfire%20hunting%20rifle_bgdia","s":7,"n":"Hellfire Hunting Rifle","h":1,"p":223,"zg":{"n":23,"s":7},"id":1344},{"c":4,"u":"holy%20avenger%20hunting%20rifle_xdmg","s":3,"n":"Holy Avenger Hunting Rifle","h":1,"p":269,"zg":{"n":24,"s":3},"id":1345},{"c":4,"u":"lycan%20hunting%20rifle_ghloe","s":8,"n":"Lycan Hunting Rifle","h":1,"p":111,"zg":{"n":25,"s":8},"id":1346},{"c":4,"u":"nine%20lives%20stealer%20hunting%20rifle_xdmg","s":3,"n":"Nine Lives Stealer Hunting Rifle","h":1,"p":281,"zg":{"n":26,"s":3},"id":1347},{"c":4,"u":"oceanic%20hunting%20rifle_tdcsr","s":9,"n":"Oceanic Hunting Rifle","h":1,"p":199,"zg":{"n":27,"s":9},"id":1348},{"c":4,"u":"ruidium%20hunting%20rifle_crcotn","s":10,"n":"Ruidium Hunting Rifle","h":1,"p":216,"zg":{"n":28,"s":10},"id":1349},{"c":4,"u":"silvered%20hunting%20rifle_xdmg","s":3,"n":"Silvered Hunting Rifle","h":1,"p":304,"zg":{"n":4,"s":3},"id":1350},{"c":4,"u":"slumbering%20dragon's%20wrath%20hunting%20rifle_ftd","s":4,"n":"Slumbering Dragon's Wrath Hunting Rifle","h":1,"p":25,"zg":{"n":29,"s":4},"id":1351},{"c":4,"u":"stirring%20dragon's%20wrath%20hunting%20rifle_ftd","s":4,"n":"Stirring Dragon's Wrath Hunting Rifle","h":1,"p":25,"zg":{"n":30,"s":4},"id":1352},{"c":4,"u":"vicious%20%2b1%20hunting%20rifle_ai","s":11,"n":"Vicious +1 Hunting Rifle","h":1,"p":149,"zg":{"n":31,"s":11},"id":1353},{"c":4,"u":"vicious%20hunting%20rifle_xdmg","s":3,"n":"Vicious Hunting Rifle","h":1,"p":318,"zg":{"n":5,"s":3},"id":1354},{"c":4,"u":"wakened%20dragon's%20wrath%20hunting%20rifle_ftd","s":4,"n":"Wakened Dragon's Wrath Hunting Rifle","h":1,"p":25,"zg":{"n":32,"s":4},"id":1355},{"c":4,"u":"hunting%20rifle%20of%20certain%20death_egw","s":5,"n":"Hunting Rifle of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1356},{"c":4,"u":"hunting%20rifle%20of%20throne's%20command_bmt","s":12,"n":"Hunting Rifle of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1357},{"c":4,"u":"hunting%20rifle%20of%20warning_xdmg","s":3,"n":"Hunting Rifle of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1358},{"c":4,"u":"%2b1%20javelin_dmg","s":0,"n":"+1 Javelin","h":1,"p":213,"zg":{"n":0,"s":0},"id":1359},{"c":4,"u":"%2b2%20javelin_dmg","s":0,"n":"+2 Javelin","h":1,"p":213,"zg":{"n":1,"s":0},"id":1360},{"c":4,"u":"%2b3%20javelin_dmg","s":0,"n":"+3 Javelin","h":1,"p":213,"zg":{"n":2,"s":0},"id":1361},{"c":4,"u":"adamantine%20javelin_xge","s":1,"n":"Adamantine Javelin","h":1,"p":78,"zg":{"n":3,"s":1},"id":1362},{"c":4,"u":"silvered%20javelin_phb","s":2,"n":"Silvered Javelin","h":1,"p":148,"zg":{"n":4,"s":2},"id":1363},{"c":4,"u":"vicious%20javelin_dmg","s":0,"n":"Vicious Javelin","h":1,"p":209,"zg":{"n":5,"s":0},"id":1364},{"c":4,"u":"javelin%20of%20warning_dmg","s":0,"n":"Javelin of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1365},{"c":4,"u":"%2b1%20javelin_xdmg","s":3,"n":"+1 Javelin","h":1,"p":324,"zg":{"n":0,"s":3},"id":1366},{"c":4,"u":"%2b2%20javelin_xdmg","s":3,"n":"+2 Javelin","h":1,"p":324,"zg":{"n":1,"s":3},"id":1367},{"c":4,"u":"%2b3%20javelin_xdmg","s":3,"n":"+3 Javelin","h":1,"p":324,"zg":{"n":2,"s":3},"id":1368},{"c":4,"u":"adamantine%20javelin_xdmg","s":3,"n":"Adamantine Javelin","h":1,"p":227,"zg":{"n":3,"s":3},"id":1369},{"c":4,"u":"javelin%20armblade_erlw","s":14,"n":"Javelin Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1370},{"c":4,"u":"ascendant%20dragon's%20wrath%20javelin_ftd","s":4,"n":"Ascendant Dragon's Wrath Javelin","h":1,"p":25,"zg":{"n":7,"s":4},"id":1371},{"c":4,"u":"corpse%20slayer%20javelin_egw","s":5,"n":"Corpse Slayer Javelin","h":1,"p":266,"zg":{"n":8,"s":5},"id":1372},{"c":4,"u":"defender%20javelin_xdmg","s":3,"n":"Defender Javelin","h":1,"p":252,"zg":{"n":49,"s":3},"id":1373},{"c":4,"u":"dragon%20slayer%20javelin_xdmg","s":3,"n":"Dragon Slayer Javelin","h":1,"p":254,"zg":{"n":9,"s":3},"id":1374},{"c":4,"u":"drow%20%2b1%20javelin_mm","s":6,"n":"Drow +1 Javelin","h":1,"p":126,"zg":{"n":10,"s":6},"id":1375},{"c":4,"u":"drow%20%2b2%20javelin_mm","s":6,"n":"Drow +2 Javelin","h":1,"p":126,"zg":{"n":11,"s":6},"id":1376},{"c":4,"u":"drow%20%2b3%20javelin_mm","s":6,"n":"Drow +3 Javelin","h":1,"p":126,"zg":{"n":12,"s":6},"id":1377},{"c":4,"u":"enspelled%20(cantrip)%20javelin_xdmg","s":3,"n":"Enspelled (Cantrip) Javelin","h":1,"p":258,"zg":{"n":13,"s":3},"id":1378},{"c":4,"u":"enspelled%20(level%201)%20javelin_xdmg","s":3,"n":"Enspelled (Level 1) Javelin","h":1,"p":258,"zg":{"n":14,"s":3},"id":1379},{"c":4,"u":"enspelled%20(level%202)%20javelin_xdmg","s":3,"n":"Enspelled (Level 2) Javelin","h":1,"p":258,"zg":{"n":15,"s":3},"id":1380},{"c":4,"u":"enspelled%20(level%203)%20javelin_xdmg","s":3,"n":"Enspelled (Level 3) Javelin","h":1,"p":258,"zg":{"n":16,"s":3},"id":1381},{"c":4,"u":"enspelled%20(level%204)%20javelin_xdmg","s":3,"n":"Enspelled (Level 4) Javelin","h":1,"p":258,"zg":{"n":17,"s":3},"id":1382},{"c":4,"u":"enspelled%20(level%205)%20javelin_xdmg","s":3,"n":"Enspelled (Level 5) Javelin","h":1,"p":258,"zg":{"n":18,"s":3},"id":1383},{"c":4,"u":"enspelled%20(level%206)%20javelin_xdmg","s":3,"n":"Enspelled (Level 6) Javelin","h":1,"p":258,"zg":{"n":19,"s":3},"id":1384},{"c":4,"u":"enspelled%20(level%207)%20javelin_xdmg","s":3,"n":"Enspelled (Level 7) Javelin","h":1,"p":258,"zg":{"n":20,"s":3},"id":1385},{"c":4,"u":"enspelled%20(level%208)%20javelin_xdmg","s":3,"n":"Enspelled (Level 8) Javelin","h":1,"p":258,"zg":{"n":21,"s":3},"id":1386},{"c":4,"u":"flame%20tongue%20javelin_xdmg","s":3,"n":"Flame Tongue Javelin","h":1,"p":263,"zg":{"n":51,"s":3},"id":1387},{"c":4,"u":"giant%20slayer%20javelin_xdmg","s":3,"n":"Giant Slayer Javelin","h":1,"p":264,"zg":{"n":22,"s":3},"id":1388},{"c":4,"u":"hellfire%20javelin_bgdia","s":7,"n":"Hellfire Javelin","h":1,"p":223,"zg":{"n":23,"s":7},"id":1389},{"c":4,"u":"holy%20avenger%20javelin_xdmg","s":3,"n":"Holy Avenger Javelin","h":1,"p":269,"zg":{"n":24,"s":3},"id":1390},{"c":4,"u":"lycan%20javelin_ghloe","s":8,"n":"Lycan Javelin","h":1,"p":111,"zg":{"n":25,"s":8},"id":1391},{"c":4,"u":"nine%20lives%20stealer%20javelin_xdmg","s":3,"n":"Nine Lives Stealer Javelin","h":1,"p":281,"zg":{"n":26,"s":3},"id":1392},{"c":4,"u":"oceanic%20javelin_tdcsr","s":9,"n":"Oceanic Javelin","h":1,"p":199,"zg":{"n":27,"s":9},"id":1393},{"c":4,"u":"ruidium%20javelin_crcotn","s":10,"n":"Ruidium Javelin","h":1,"p":216,"zg":{"n":28,"s":10},"id":1394},{"c":4,"u":"silvered%20javelin_xdmg","s":3,"n":"Silvered Javelin","h":1,"p":304,"zg":{"n":4,"s":3},"id":1395},{"c":4,"u":"slumbering%20dragon's%20wrath%20javelin_ftd","s":4,"n":"Slumbering Dragon's Wrath Javelin","h":1,"p":25,"zg":{"n":29,"s":4},"id":1396},{"c":4,"u":"stirring%20dragon's%20wrath%20javelin_ftd","s":4,"n":"Stirring Dragon's Wrath Javelin","h":1,"p":25,"zg":{"n":30,"s":4},"id":1397},{"c":4,"u":"stygian%20javelin_coa","s":15,"n":"Stygian Javelin","h":1,"p":270,"zg":{"n":144,"s":15},"id":1398},{"c":4,"u":"vicious%20%2b1%20javelin_ai","s":11,"n":"Vicious +1 Javelin","h":1,"p":149,"zg":{"n":31,"s":11},"id":1399},{"c":4,"u":"vicious%20javelin_xdmg","s":3,"n":"Vicious Javelin","h":1,"p":318,"zg":{"n":5,"s":3},"id":1400},{"c":4,"u":"wakened%20dragon's%20wrath%20javelin_ftd","s":4,"n":"Wakened Dragon's Wrath Javelin","h":1,"p":25,"zg":{"n":32,"s":4},"id":1401},{"c":4,"u":"javelin%20of%20agonizing%20paralysis_coa","s":15,"n":"Javelin of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1402},{"c":4,"u":"javelin%20of%20certain%20death_egw","s":5,"n":"Javelin of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1403},{"c":4,"u":"javelin%20of%20warning_xdmg","s":3,"n":"Javelin of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1404},{"c":4,"u":"%2b1%20lance_dmg","s":0,"n":"+1 Lance","h":1,"p":213,"zg":{"n":0,"s":0},"id":1405},{"c":4,"u":"%2b2%20lance_dmg","s":0,"n":"+2 Lance","h":1,"p":213,"zg":{"n":1,"s":0},"id":1406},{"c":4,"u":"%2b3%20lance_dmg","s":0,"n":"+3 Lance","h":1,"p":213,"zg":{"n":2,"s":0},"id":1407},{"c":4,"u":"adamantine%20lance_xge","s":1,"n":"Adamantine Lance","h":1,"p":78,"zg":{"n":3,"s":1},"id":1408},{"c":4,"u":"silvered%20lance_phb","s":2,"n":"Silvered Lance","h":1,"p":148,"zg":{"n":4,"s":2},"id":1409},{"c":4,"u":"vicious%20lance_dmg","s":0,"n":"Vicious Lance","h":1,"p":209,"zg":{"n":5,"s":0},"id":1410},{"c":4,"u":"lance%20of%20warning_dmg","s":0,"n":"Lance of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1411},{"c":4,"u":"%2b1%20lance_xdmg","s":3,"n":"+1 Lance","h":1,"p":324,"zg":{"n":0,"s":3},"id":1412},{"c":4,"u":"%2b2%20lance_xdmg","s":3,"n":"+2 Lance","h":1,"p":324,"zg":{"n":1,"s":3},"id":1413},{"c":4,"u":"%2b3%20lance_xdmg","s":3,"n":"+3 Lance","h":1,"p":324,"zg":{"n":2,"s":3},"id":1414},{"c":4,"u":"adamantine%20lance_xdmg","s":3,"n":"Adamantine Lance","h":1,"p":227,"zg":{"n":3,"s":3},"id":1415},{"c":4,"u":"lance%20armblade_erlw","s":14,"n":"Lance Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1416},{"c":4,"u":"ascendant%20dragon's%20wrath%20lance_ftd","s":4,"n":"Ascendant Dragon's Wrath Lance","h":1,"p":25,"zg":{"n":7,"s":4},"id":1417},{"c":4,"u":"corpse%20slayer%20lance_egw","s":5,"n":"Corpse Slayer Lance","h":1,"p":266,"zg":{"n":8,"s":5},"id":1418},{"c":4,"u":"defender%20lance_xdmg","s":3,"n":"Defender Lance","h":1,"p":252,"zg":{"n":49,"s":3},"id":1419},{"c":4,"u":"dragon%20slayer%20lance_xdmg","s":3,"n":"Dragon Slayer Lance","h":1,"p":254,"zg":{"n":9,"s":3},"id":1420},{"c":4,"u":"dragonlance%20lance_ftd","s":4,"n":"Dragonlance Lance","h":1,"p":23,"zg":{"n":145,"s":4},"id":1421},{"c":4,"u":"drow%20%2b1%20lance_mm","s":6,"n":"Drow +1 Lance","h":1,"p":126,"zg":{"n":10,"s":6},"id":1422},{"c":4,"u":"drow%20%2b2%20lance_mm","s":6,"n":"Drow +2 Lance","h":1,"p":126,"zg":{"n":11,"s":6},"id":1423},{"c":4,"u":"drow%20%2b3%20lance_mm","s":6,"n":"Drow +3 Lance","h":1,"p":126,"zg":{"n":12,"s":6},"id":1424},{"c":4,"u":"enspelled%20(cantrip)%20lance_xdmg","s":3,"n":"Enspelled (Cantrip) Lance","h":1,"p":258,"zg":{"n":13,"s":3},"id":1425},{"c":4,"u":"enspelled%20(level%201)%20lance_xdmg","s":3,"n":"Enspelled (Level 1) Lance","h":1,"p":258,"zg":{"n":14,"s":3},"id":1426},{"c":4,"u":"enspelled%20(level%202)%20lance_xdmg","s":3,"n":"Enspelled (Level 2) Lance","h":1,"p":258,"zg":{"n":15,"s":3},"id":1427},{"c":4,"u":"enspelled%20(level%203)%20lance_xdmg","s":3,"n":"Enspelled (Level 3) Lance","h":1,"p":258,"zg":{"n":16,"s":3},"id":1428},{"c":4,"u":"enspelled%20(level%204)%20lance_xdmg","s":3,"n":"Enspelled (Level 4) Lance","h":1,"p":258,"zg":{"n":17,"s":3},"id":1429},{"c":4,"u":"enspelled%20(level%205)%20lance_xdmg","s":3,"n":"Enspelled (Level 5) Lance","h":1,"p":258,"zg":{"n":18,"s":3},"id":1430},{"c":4,"u":"enspelled%20(level%206)%20lance_xdmg","s":3,"n":"Enspelled (Level 6) Lance","h":1,"p":258,"zg":{"n":19,"s":3},"id":1431},{"c":4,"u":"enspelled%20(level%207)%20lance_xdmg","s":3,"n":"Enspelled (Level 7) Lance","h":1,"p":258,"zg":{"n":20,"s":3},"id":1432},{"c":4,"u":"enspelled%20(level%208)%20lance_xdmg","s":3,"n":"Enspelled (Level 8) Lance","h":1,"p":258,"zg":{"n":21,"s":3},"id":1433},{"c":4,"u":"flame%20tongue%20lance_xdmg","s":3,"n":"Flame Tongue Lance","h":1,"p":263,"zg":{"n":51,"s":3},"id":1434},{"c":4,"u":"giant%20slayer%20lance_xdmg","s":3,"n":"Giant Slayer Lance","h":1,"p":264,"zg":{"n":22,"s":3},"id":1435},{"c":4,"u":"hellfire%20lance_bgdia","s":7,"n":"Hellfire Lance","h":1,"p":223,"zg":{"n":23,"s":7},"id":1436},{"c":4,"u":"holy%20avenger%20lance_xdmg","s":3,"n":"Holy Avenger Lance","h":1,"p":269,"zg":{"n":24,"s":3},"id":1437},{"c":4,"u":"lycan%20lance_ghloe","s":8,"n":"Lycan Lance","h":1,"p":111,"zg":{"n":25,"s":8},"id":1438},{"c":4,"u":"nine%20lives%20stealer%20lance_xdmg","s":3,"n":"Nine Lives Stealer Lance","h":1,"p":281,"zg":{"n":26,"s":3},"id":1439},{"c":4,"u":"ruidium%20lance_crcotn","s":10,"n":"Ruidium Lance","h":1,"p":216,"zg":{"n":28,"s":10},"id":1440},{"c":4,"u":"silvered%20lance_xdmg","s":3,"n":"Silvered Lance","h":1,"p":304,"zg":{"n":4,"s":3},"id":1441},{"c":4,"u":"slumbering%20dragon's%20wrath%20lance_ftd","s":4,"n":"Slumbering Dragon's Wrath Lance","h":1,"p":25,"zg":{"n":29,"s":4},"id":1442},{"c":4,"u":"stirring%20dragon's%20wrath%20lance_ftd","s":4,"n":"Stirring Dragon's Wrath Lance","h":1,"p":25,"zg":{"n":30,"s":4},"id":1443},{"c":4,"u":"vicious%20%2b1%20lance_ai","s":11,"n":"Vicious +1 Lance","h":1,"p":149,"zg":{"n":31,"s":11},"id":1444},{"c":4,"u":"vicious%20lance_xdmg","s":3,"n":"Vicious Lance","h":1,"p":318,"zg":{"n":5,"s":3},"id":1445},{"c":4,"u":"wakened%20dragon's%20wrath%20lance_ftd","s":4,"n":"Wakened Dragon's Wrath Lance","h":1,"p":25,"zg":{"n":32,"s":4},"id":1446},{"c":4,"u":"lance%20of%20agonizing%20paralysis_coa","s":15,"n":"Lance of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1447},{"c":4,"u":"lance%20of%20certain%20death_egw","s":5,"n":"Lance of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1448},{"c":4,"u":"lance%20of%20throne's%20command_bmt","s":12,"n":"Lance of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1449},{"c":4,"u":"lance%20of%20warning_xdmg","s":3,"n":"Lance of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1450},{"c":4,"u":"%2b1%20laser%20pistol_dmg","s":0,"n":"+1 Laser Pistol","h":1,"p":213,"zg":{"n":0,"s":0},"id":1451},{"c":4,"u":"%2b2%20laser%20pistol_dmg","s":0,"n":"+2 Laser Pistol","h":1,"p":213,"zg":{"n":1,"s":0},"id":1452},{"c":4,"u":"%2b3%20laser%20pistol_dmg","s":0,"n":"+3 Laser Pistol","h":1,"p":213,"zg":{"n":2,"s":0},"id":1453},{"c":4,"u":"adamantine%20laser%20pistol_xge","s":1,"n":"Adamantine Laser Pistol","h":1,"p":78,"zg":{"n":3,"s":1},"id":1454},{"c":4,"u":"silvered%20laser%20pistol_phb","s":2,"n":"Silvered Laser Pistol","h":1,"p":148,"zg":{"n":4,"s":2},"id":1455},{"c":4,"u":"vicious%20laser%20pistol_dmg","s":0,"n":"Vicious Laser Pistol","h":1,"p":209,"zg":{"n":5,"s":0},"id":1456},{"c":4,"u":"laser%20pistol%20of%20warning_dmg","s":0,"n":"Laser Pistol of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1457},{"c":4,"u":"%2b1%20laser%20pistol_xdmg","s":3,"n":"+1 Laser Pistol","h":1,"p":324,"zg":{"n":0,"s":3},"id":1458},{"c":4,"u":"%2b2%20laser%20pistol_xdmg","s":3,"n":"+2 Laser Pistol","h":1,"p":324,"zg":{"n":1,"s":3},"id":1459},{"c":4,"u":"%2b3%20laser%20pistol_xdmg","s":3,"n":"+3 Laser Pistol","h":1,"p":324,"zg":{"n":2,"s":3},"id":1460},{"c":4,"u":"ascendant%20dragon's%20wrath%20laser%20pistol_ftd","s":4,"n":"Ascendant Dragon's Wrath Laser Pistol","h":1,"p":25,"zg":{"n":7,"s":4},"id":1461},{"c":4,"u":"corpse%20slayer%20laser%20pistol_egw","s":5,"n":"Corpse Slayer Laser Pistol","h":1,"p":266,"zg":{"n":8,"s":5},"id":1462},{"c":4,"u":"dragon%20slayer%20laser%20pistol_xdmg","s":3,"n":"Dragon Slayer Laser Pistol","h":1,"p":254,"zg":{"n":9,"s":3},"id":1463},{"c":4,"u":"drow%20%2b1%20laser%20pistol_mm","s":6,"n":"Drow +1 Laser Pistol","h":1,"p":126,"zg":{"n":10,"s":6},"id":1464},{"c":4,"u":"drow%20%2b2%20laser%20pistol_mm","s":6,"n":"Drow +2 Laser Pistol","h":1,"p":126,"zg":{"n":11,"s":6},"id":1465},{"c":4,"u":"drow%20%2b3%20laser%20pistol_mm","s":6,"n":"Drow +3 Laser Pistol","h":1,"p":126,"zg":{"n":12,"s":6},"id":1466},{"c":4,"u":"enspelled%20(cantrip)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Cantrip) Laser Pistol","h":1,"p":258,"zg":{"n":13,"s":3},"id":1467},{"c":4,"u":"enspelled%20(level%201)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 1) Laser Pistol","h":1,"p":258,"zg":{"n":14,"s":3},"id":1468},{"c":4,"u":"enspelled%20(level%202)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 2) Laser Pistol","h":1,"p":258,"zg":{"n":15,"s":3},"id":1469},{"c":4,"u":"enspelled%20(level%203)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 3) Laser Pistol","h":1,"p":258,"zg":{"n":16,"s":3},"id":1470},{"c":4,"u":"enspelled%20(level%204)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 4) Laser Pistol","h":1,"p":258,"zg":{"n":17,"s":3},"id":1471},{"c":4,"u":"enspelled%20(level%205)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 5) Laser Pistol","h":1,"p":258,"zg":{"n":18,"s":3},"id":1472},{"c":4,"u":"enspelled%20(level%206)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 6) Laser Pistol","h":1,"p":258,"zg":{"n":19,"s":3},"id":1473},{"c":4,"u":"enspelled%20(level%207)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 7) Laser Pistol","h":1,"p":258,"zg":{"n":20,"s":3},"id":1474},{"c":4,"u":"enspelled%20(level%208)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 8) Laser Pistol","h":1,"p":258,"zg":{"n":21,"s":3},"id":1475},{"c":4,"u":"giant%20slayer%20laser%20pistol_xdmg","s":3,"n":"Giant Slayer Laser Pistol","h":1,"p":264,"zg":{"n":22,"s":3},"id":1476},{"c":4,"u":"hellfire%20laser%20pistol_bgdia","s":7,"n":"Hellfire Laser Pistol","h":1,"p":223,"zg":{"n":23,"s":7},"id":1477},{"c":4,"u":"holy%20avenger%20laser%20pistol_xdmg","s":3,"n":"Holy Avenger Laser Pistol","h":1,"p":269,"zg":{"n":24,"s":3},"id":1478},{"c":4,"u":"lycan%20laser%20pistol_ghloe","s":8,"n":"Lycan Laser Pistol","h":1,"p":111,"zg":{"n":25,"s":8},"id":1479},{"c":4,"u":"nine%20lives%20stealer%20laser%20pistol_xdmg","s":3,"n":"Nine Lives Stealer Laser Pistol","h":1,"p":281,"zg":{"n":26,"s":3},"id":1480},{"c":4,"u":"oceanic%20laser%20pistol_tdcsr","s":9,"n":"Oceanic Laser Pistol","h":1,"p":199,"zg":{"n":27,"s":9},"id":1481},{"c":4,"u":"ruidium%20laser%20pistol_crcotn","s":10,"n":"Ruidium Laser Pistol","h":1,"p":216,"zg":{"n":28,"s":10},"id":1482},{"c":4,"u":"silvered%20laser%20pistol_xdmg","s":3,"n":"Silvered Laser Pistol","h":1,"p":304,"zg":{"n":4,"s":3},"id":1483},{"c":4,"u":"slumbering%20dragon's%20wrath%20laser%20pistol_ftd","s":4,"n":"Slumbering Dragon's Wrath Laser Pistol","h":1,"p":25,"zg":{"n":29,"s":4},"id":1484},{"c":4,"u":"stirring%20dragon's%20wrath%20laser%20pistol_ftd","s":4,"n":"Stirring Dragon's Wrath Laser Pistol","h":1,"p":25,"zg":{"n":30,"s":4},"id":1485},{"c":4,"u":"vicious%20%2b1%20laser%20pistol_ai","s":11,"n":"Vicious +1 Laser Pistol","h":1,"p":149,"zg":{"n":31,"s":11},"id":1486},{"c":4,"u":"vicious%20laser%20pistol_xdmg","s":3,"n":"Vicious Laser Pistol","h":1,"p":318,"zg":{"n":5,"s":3},"id":1487},{"c":4,"u":"wakened%20dragon's%20wrath%20laser%20pistol_ftd","s":4,"n":"Wakened Dragon's Wrath Laser Pistol","h":1,"p":25,"zg":{"n":32,"s":4},"id":1488},{"c":4,"u":"laser%20pistol%20of%20certain%20death_egw","s":5,"n":"Laser Pistol of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1489},{"c":4,"u":"laser%20pistol%20of%20throne's%20command_bmt","s":12,"n":"Laser Pistol of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1490},{"c":4,"u":"laser%20pistol%20of%20warning_xdmg","s":3,"n":"Laser Pistol of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1491},{"c":4,"u":"%2b1%20laser%20rifle_dmg","s":0,"n":"+1 Laser Rifle","h":1,"p":213,"zg":{"n":0,"s":0},"id":1492},{"c":4,"u":"%2b2%20laser%20rifle_dmg","s":0,"n":"+2 Laser Rifle","h":1,"p":213,"zg":{"n":1,"s":0},"id":1493},{"c":4,"u":"%2b3%20laser%20rifle_dmg","s":0,"n":"+3 Laser Rifle","h":1,"p":213,"zg":{"n":2,"s":0},"id":1494},{"c":4,"u":"adamantine%20laser%20rifle_xge","s":1,"n":"Adamantine Laser Rifle","h":1,"p":78,"zg":{"n":3,"s":1},"id":1495},{"c":4,"u":"silvered%20laser%20rifle_phb","s":2,"n":"Silvered Laser Rifle","h":1,"p":148,"zg":{"n":4,"s":2},"id":1496},{"c":4,"u":"vicious%20laser%20rifle_dmg","s":0,"n":"Vicious Laser Rifle","h":1,"p":209,"zg":{"n":5,"s":0},"id":1497},{"c":4,"u":"laser%20rifle%20of%20warning_dmg","s":0,"n":"Laser Rifle of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1498},{"c":4,"u":"%2b1%20laser%20rifle_xdmg","s":3,"n":"+1 Laser Rifle","h":1,"p":324,"zg":{"n":0,"s":3},"id":1499},{"c":4,"u":"%2b2%20laser%20rifle_xdmg","s":3,"n":"+2 Laser Rifle","h":1,"p":324,"zg":{"n":1,"s":3},"id":1500},{"c":4,"u":"%2b3%20laser%20rifle_xdmg","s":3,"n":"+3 Laser Rifle","h":1,"p":324,"zg":{"n":2,"s":3},"id":1501},{"c":4,"u":"ascendant%20dragon's%20wrath%20laser%20rifle_ftd","s":4,"n":"Ascendant Dragon's Wrath Laser Rifle","h":1,"p":25,"zg":{"n":7,"s":4},"id":1502},{"c":4,"u":"corpse%20slayer%20laser%20rifle_egw","s":5,"n":"Corpse Slayer Laser Rifle","h":1,"p":266,"zg":{"n":8,"s":5},"id":1503},{"c":4,"u":"dragon%20slayer%20laser%20rifle_xdmg","s":3,"n":"Dragon Slayer Laser Rifle","h":1,"p":254,"zg":{"n":9,"s":3},"id":1504},{"c":4,"u":"drow%20%2b1%20laser%20rifle_mm","s":6,"n":"Drow +1 Laser Rifle","h":1,"p":126,"zg":{"n":10,"s":6},"id":1505},{"c":4,"u":"drow%20%2b2%20laser%20rifle_mm","s":6,"n":"Drow +2 Laser Rifle","h":1,"p":126,"zg":{"n":11,"s":6},"id":1506},{"c":4,"u":"drow%20%2b3%20laser%20rifle_mm","s":6,"n":"Drow +3 Laser Rifle","h":1,"p":126,"zg":{"n":12,"s":6},"id":1507},{"c":4,"u":"enspelled%20(cantrip)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Cantrip) Laser Rifle","h":1,"p":258,"zg":{"n":13,"s":3},"id":1508},{"c":4,"u":"enspelled%20(level%201)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 1) Laser Rifle","h":1,"p":258,"zg":{"n":14,"s":3},"id":1509},{"c":4,"u":"enspelled%20(level%202)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 2) Laser Rifle","h":1,"p":258,"zg":{"n":15,"s":3},"id":1510},{"c":4,"u":"enspelled%20(level%203)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 3) Laser Rifle","h":1,"p":258,"zg":{"n":16,"s":3},"id":1511},{"c":4,"u":"enspelled%20(level%204)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 4) Laser Rifle","h":1,"p":258,"zg":{"n":17,"s":3},"id":1512},{"c":4,"u":"enspelled%20(level%205)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 5) Laser Rifle","h":1,"p":258,"zg":{"n":18,"s":3},"id":1513},{"c":4,"u":"enspelled%20(level%206)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 6) Laser Rifle","h":1,"p":258,"zg":{"n":19,"s":3},"id":1514},{"c":4,"u":"enspelled%20(level%207)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 7) Laser Rifle","h":1,"p":258,"zg":{"n":20,"s":3},"id":1515},{"c":4,"u":"enspelled%20(level%208)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 8) Laser Rifle","h":1,"p":258,"zg":{"n":21,"s":3},"id":1516},{"c":4,"u":"giant%20slayer%20laser%20rifle_xdmg","s":3,"n":"Giant Slayer Laser Rifle","h":1,"p":264,"zg":{"n":22,"s":3},"id":1517},{"c":4,"u":"hellfire%20laser%20rifle_bgdia","s":7,"n":"Hellfire Laser Rifle","h":1,"p":223,"zg":{"n":23,"s":7},"id":1518},{"c":4,"u":"holy%20avenger%20laser%20rifle_xdmg","s":3,"n":"Holy Avenger Laser Rifle","h":1,"p":269,"zg":{"n":24,"s":3},"id":1519},{"c":4,"u":"lycan%20laser%20rifle_ghloe","s":8,"n":"Lycan Laser Rifle","h":1,"p":111,"zg":{"n":25,"s":8},"id":1520},{"c":4,"u":"nine%20lives%20stealer%20laser%20rifle_xdmg","s":3,"n":"Nine Lives Stealer Laser Rifle","h":1,"p":281,"zg":{"n":26,"s":3},"id":1521},{"c":4,"u":"oceanic%20laser%20rifle_tdcsr","s":9,"n":"Oceanic Laser Rifle","h":1,"p":199,"zg":{"n":27,"s":9},"id":1522},{"c":4,"u":"ruidium%20laser%20rifle_crcotn","s":10,"n":"Ruidium Laser Rifle","h":1,"p":216,"zg":{"n":28,"s":10},"id":1523},{"c":4,"u":"silvered%20laser%20rifle_xdmg","s":3,"n":"Silvered Laser Rifle","h":1,"p":304,"zg":{"n":4,"s":3},"id":1524},{"c":4,"u":"slumbering%20dragon's%20wrath%20laser%20rifle_ftd","s":4,"n":"Slumbering Dragon's Wrath Laser Rifle","h":1,"p":25,"zg":{"n":29,"s":4},"id":1525},{"c":4,"u":"stirring%20dragon's%20wrath%20laser%20rifle_ftd","s":4,"n":"Stirring Dragon's Wrath Laser Rifle","h":1,"p":25,"zg":{"n":30,"s":4},"id":1526},{"c":4,"u":"vicious%20%2b1%20laser%20rifle_ai","s":11,"n":"Vicious +1 Laser Rifle","h":1,"p":149,"zg":{"n":31,"s":11},"id":1527},{"c":4,"u":"vicious%20laser%20rifle_xdmg","s":3,"n":"Vicious Laser Rifle","h":1,"p":318,"zg":{"n":5,"s":3},"id":1528},{"c":4,"u":"wakened%20dragon's%20wrath%20laser%20rifle_ftd","s":4,"n":"Wakened Dragon's Wrath Laser Rifle","h":1,"p":25,"zg":{"n":32,"s":4},"id":1529},{"c":4,"u":"laser%20rifle%20of%20certain%20death_egw","s":5,"n":"Laser Rifle of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1530},{"c":4,"u":"laser%20rifle%20of%20throne's%20command_bmt","s":12,"n":"Laser Rifle of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1531},{"c":4,"u":"laser%20rifle%20of%20warning_xdmg","s":3,"n":"Laser Rifle of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1532},{"c":4,"u":"%2b1%20leather%20armor_dmg","s":0,"n":"+1 Leather Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":1533},{"c":4,"u":"%2b2%20leather%20armor_dmg","s":0,"n":"+2 Leather Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":1534},{"c":4,"u":"%2b3%20leather%20armor_dmg","s":0,"n":"+3 Leather Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":1535},{"c":4,"u":"leather%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Leather Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":1536},{"c":4,"u":"leather%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Leather Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":1537},{"c":4,"u":"leather%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Leather Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":1538},{"c":4,"u":"leather%20armor%20of%20force%20resistance_dmg","s":0,"n":"Leather Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":1539},{"c":4,"u":"leather%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Leather Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":1540},{"c":4,"u":"leather%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Leather Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":1541},{"c":4,"u":"leather%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Leather Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":1542},{"c":4,"u":"leather%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Leather Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":1543},{"c":4,"u":"leather%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Leather Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":1544},{"c":4,"u":"leather%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Leather Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":1545},{"c":4,"u":"cast-off%20leather%20armor_xge","s":1,"n":"Cast-Off Leather Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":1546},{"c":4,"u":"mariner's%20leather%20armor_dmg","s":0,"n":"Mariner's Leather Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":1547},{"c":4,"u":"smoldering%20leather%20armor_xge","s":1,"n":"Smoldering Leather Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":1548},{"c":4,"u":"%2b1%20leather%20armor_xdmg","s":3,"n":"+1 Leather Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":1549},{"c":4,"u":"%2b2%20leather%20armor_xdmg","s":3,"n":"+2 Leather Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":1550},{"c":4,"u":"%2b3%20leather%20armor_xdmg","s":3,"n":"+3 Leather Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":1551},{"c":4,"u":"antimagic%20leather%20armor_bmt","s":12,"n":"Antimagic Leather Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":1552},{"c":4,"u":"leather%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Leather Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":1553},{"c":4,"u":"leather%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Leather Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":1554},{"c":4,"u":"leather%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Leather Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":1555},{"c":4,"u":"leather%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Leather Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":1556},{"c":4,"u":"leather%20armor%20of%20gleaming_xdmg","s":3,"n":"Leather Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":1557},{"c":4,"u":"leather%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Leather Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":1558},{"c":4,"u":"leather%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Leather Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":1559},{"c":4,"u":"leather%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Leather Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":1560},{"c":4,"u":"leather%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Leather Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":1561},{"c":4,"u":"leather%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Leather Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":1562},{"c":4,"u":"leather%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Leather Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":1563},{"c":4,"u":"leather%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Leather Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":1564},{"c":4,"u":"leather%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Leather Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":1565},{"c":4,"u":"leather%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Leather Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":1566},{"c":4,"u":"leather%20armor%20of%20weightlessness_bmt","s":12,"n":"Leather Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":1567},{"c":4,"u":"leather%20barding_phb","s":2,"n":"Leather Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":1568},{"c":4,"u":"cast-off%20leather%20armor_xdmg","s":3,"n":"Cast-Off Leather Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":1569},{"c":4,"u":"demon%20leather%20armor_xdmg","s":3,"n":"Demon Leather Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":1570},{"c":4,"u":"drow%20%2b1%20leather%20armor_mm","s":6,"n":"Drow +1 Leather Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":1571},{"c":4,"u":"drow%20%2b2%20leather%20armor_mm","s":6,"n":"Drow +2 Leather Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":1572},{"c":4,"u":"drow%20%2b3%20leather%20armor_mm","s":6,"n":"Drow +3 Leather Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":1573},{"c":4,"u":"enspelled%20(cantrip)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Leather Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":1574},{"c":4,"u":"enspelled%20(level%201)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Leather Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":1575},{"c":4,"u":"enspelled%20(level%202)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Leather Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":1576},{"c":4,"u":"enspelled%20(level%203)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Leather Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":1577},{"c":4,"u":"enspelled%20(level%204)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Leather Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":1578},{"c":4,"u":"enspelled%20(level%205)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Leather Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":1579},{"c":4,"u":"enspelled%20(level%206)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Leather Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":1580},{"c":4,"u":"enspelled%20(level%207)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Leather Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":1581},{"c":4,"u":"enspelled%20(level%208)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Leather Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":1582},{"c":4,"u":"feywrought%20leather%20armor_bmt","s":12,"n":"Feywrought Leather Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":1583},{"c":4,"u":"gloomwrought%20leather%20armor_bmt","s":12,"n":"Gloomwrought Leather Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":1584},{"c":4,"u":"last%20stand%20leather%20armor_egw","s":5,"n":"Last Stand Leather Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":1585},{"c":4,"u":"living%20leather%20armor_erlw","s":14,"n":"Living Leather Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":1586},{"c":4,"u":"mariner's%20leather%20armor_xdmg","s":3,"n":"Mariner's Leather Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":1587},{"c":4,"u":"smoldering%20leather%20armor_xdmg","s":3,"n":"Smoldering Leather Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":1588},{"c":4,"u":"zephyr%20leather%20armor_bgg","s":17,"n":"Zephyr Leather Armor","h":1,"p":117,"zg":{"n":146,"s":17},"id":1589},{"c":4,"u":"%2b1%20light%20crossbow_dmg","s":0,"n":"+1 Light Crossbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":1590},{"c":4,"u":"%2b2%20light%20crossbow_dmg","s":0,"n":"+2 Light Crossbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":1591},{"c":4,"u":"%2b3%20light%20crossbow_dmg","s":0,"n":"+3 Light Crossbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":1592},{"c":4,"u":"adamantine%20light%20crossbow_xge","s":1,"n":"Adamantine Light Crossbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":1593},{"c":4,"u":"silvered%20light%20crossbow_phb","s":2,"n":"Silvered Light Crossbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":1594},{"c":4,"u":"vicious%20light%20crossbow_dmg","s":0,"n":"Vicious Light Crossbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":1595},{"c":4,"u":"light%20crossbow%20of%20warning_dmg","s":0,"n":"Light Crossbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1596},{"c":4,"u":"%2b1%20light%20crossbow_xdmg","s":3,"n":"+1 Light Crossbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":1597},{"c":4,"u":"%2b2%20light%20crossbow_xdmg","s":3,"n":"+2 Light Crossbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":1598},{"c":4,"u":"%2b3%20light%20crossbow_xdmg","s":3,"n":"+3 Light Crossbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":1599},{"c":4,"u":"ascendant%20dragon's%20wrath%20light%20crossbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Light Crossbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":1600},{"c":4,"u":"corpse%20slayer%20light%20crossbow_egw","s":5,"n":"Corpse Slayer Light Crossbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":1601},{"c":4,"u":"dragon%20slayer%20light%20crossbow_xdmg","s":3,"n":"Dragon Slayer Light Crossbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":1602},{"c":4,"u":"drow%20%2b1%20light%20crossbow_mm","s":6,"n":"Drow +1 Light Crossbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":1603},{"c":4,"u":"drow%20%2b2%20light%20crossbow_mm","s":6,"n":"Drow +2 Light Crossbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":1604},{"c":4,"u":"drow%20%2b3%20light%20crossbow_mm","s":6,"n":"Drow +3 Light Crossbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":1605},{"c":4,"u":"enspelled%20(cantrip)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Cantrip) Light Crossbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":1606},{"c":4,"u":"enspelled%20(level%201)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 1) Light Crossbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":1607},{"c":4,"u":"enspelled%20(level%202)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 2) Light Crossbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":1608},{"c":4,"u":"enspelled%20(level%203)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 3) Light Crossbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":1609},{"c":4,"u":"enspelled%20(level%204)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 4) Light Crossbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":1610},{"c":4,"u":"enspelled%20(level%205)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 5) Light Crossbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":1611},{"c":4,"u":"enspelled%20(level%206)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 6) Light Crossbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":1612},{"c":4,"u":"enspelled%20(level%207)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 7) Light Crossbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":1613},{"c":4,"u":"enspelled%20(level%208)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 8) Light Crossbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":1614},{"c":4,"u":"giant%20slayer%20light%20crossbow_xdmg","s":3,"n":"Giant Slayer Light Crossbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":1615},{"c":4,"u":"hellfire%20light%20crossbow_bgdia","s":7,"n":"Hellfire Light Crossbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":1616},{"c":4,"u":"holy%20avenger%20light%20crossbow_xdmg","s":3,"n":"Holy Avenger Light Crossbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":1617},{"c":4,"u":"lycan%20light%20crossbow_ghloe","s":8,"n":"Lycan Light Crossbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":1618},{"c":4,"u":"nine%20lives%20stealer%20light%20crossbow_xdmg","s":3,"n":"Nine Lives Stealer Light Crossbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":1619},{"c":4,"u":"oceanic%20light%20crossbow_tdcsr","s":9,"n":"Oceanic Light Crossbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":1620},{"c":4,"u":"ruidium%20light%20crossbow_crcotn","s":10,"n":"Ruidium Light Crossbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":1621},{"c":4,"u":"silvered%20light%20crossbow_xdmg","s":3,"n":"Silvered Light Crossbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":1622},{"c":4,"u":"slumbering%20dragon's%20wrath%20light%20crossbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Light Crossbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":1623},{"c":4,"u":"starcrossed%20light%20crossbow_dodk","s":13,"n":"Starcrossed Light Crossbow","h":1,"p":232,"zg":{"n":142,"s":13},"id":1624},{"c":4,"u":"starshot%20light%20crossbow_bmt","s":12,"n":"Starshot Light Crossbow","h":1,"p":38,"zg":{"n":143,"s":12},"id":1625},{"c":4,"u":"stirring%20dragon's%20wrath%20light%20crossbow_ftd","s":4,"n":"Stirring Dragon's Wrath Light Crossbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":1626},{"c":4,"u":"vicious%20%2b1%20light%20crossbow_ai","s":11,"n":"Vicious +1 Light Crossbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":1627},{"c":4,"u":"vicious%20light%20crossbow_xdmg","s":3,"n":"Vicious Light Crossbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":1628},{"c":4,"u":"wakened%20dragon's%20wrath%20light%20crossbow_ftd","s":4,"n":"Wakened Dragon's Wrath Light Crossbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":1629},{"c":4,"u":"light%20crossbow%20of%20certain%20death_egw","s":5,"n":"Light Crossbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1630},{"c":4,"u":"light%20crossbow%20of%20warning_xdmg","s":3,"n":"Light Crossbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1631},{"c":4,"u":"%2b1%20light%20hammer_dmg","s":0,"n":"+1 Light Hammer","h":1,"p":213,"zg":{"n":0,"s":0},"id":1632},{"c":4,"u":"%2b2%20light%20hammer_dmg","s":0,"n":"+2 Light Hammer","h":1,"p":213,"zg":{"n":1,"s":0},"id":1633},{"c":4,"u":"%2b3%20light%20hammer_dmg","s":0,"n":"+3 Light Hammer","h":1,"p":213,"zg":{"n":2,"s":0},"id":1634},{"c":4,"u":"adamantine%20light%20hammer_xge","s":1,"n":"Adamantine Light Hammer","h":1,"p":78,"zg":{"n":3,"s":1},"id":1635},{"c":4,"u":"silvered%20light%20hammer_phb","s":2,"n":"Silvered Light Hammer","h":1,"p":148,"zg":{"n":4,"s":2},"id":1636},{"c":4,"u":"vicious%20light%20hammer_dmg","s":0,"n":"Vicious Light Hammer","h":1,"p":209,"zg":{"n":5,"s":0},"id":1637},{"c":4,"u":"light%20hammer%20of%20warning_dmg","s":0,"n":"Light Hammer of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1638},{"c":4,"u":"%2b1%20light%20hammer_xdmg","s":3,"n":"+1 Light Hammer","h":1,"p":324,"zg":{"n":0,"s":3},"id":1639},{"c":4,"u":"%2b2%20light%20hammer_xdmg","s":3,"n":"+2 Light Hammer","h":1,"p":324,"zg":{"n":1,"s":3},"id":1640},{"c":4,"u":"%2b3%20light%20hammer_xdmg","s":3,"n":"+3 Light Hammer","h":1,"p":324,"zg":{"n":2,"s":3},"id":1641},{"c":4,"u":"adamantine%20light%20hammer_xdmg","s":3,"n":"Adamantine Light Hammer","h":1,"p":227,"zg":{"n":3,"s":3},"id":1642},{"c":4,"u":"light%20hammer%20armblade_erlw","s":14,"n":"Light Hammer Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1643},{"c":4,"u":"ascendant%20dragon's%20wrath%20light%20hammer_ftd","s":4,"n":"Ascendant Dragon's Wrath Light Hammer","h":1,"p":25,"zg":{"n":7,"s":4},"id":1644},{"c":4,"u":"comet%20smasher%20light%20hammer_dodk","s":13,"n":"Comet Smasher Light Hammer","h":1,"p":230,"zg":{"n":106,"s":13},"id":1645},{"c":4,"u":"corpse%20slayer%20light%20hammer_egw","s":5,"n":"Corpse Slayer Light Hammer","h":1,"p":266,"zg":{"n":8,"s":5},"id":1646},{"c":4,"u":"defender%20light%20hammer_xdmg","s":3,"n":"Defender Light Hammer","h":1,"p":252,"zg":{"n":49,"s":3},"id":1647},{"c":4,"u":"dragon%20slayer%20light%20hammer_xdmg","s":3,"n":"Dragon Slayer Light Hammer","h":1,"p":254,"zg":{"n":9,"s":3},"id":1648},{"c":4,"u":"drow%20%2b1%20light%20hammer_mm","s":6,"n":"Drow +1 Light Hammer","h":1,"p":126,"zg":{"n":10,"s":6},"id":1649},{"c":4,"u":"drow%20%2b2%20light%20hammer_mm","s":6,"n":"Drow +2 Light Hammer","h":1,"p":126,"zg":{"n":11,"s":6},"id":1650},{"c":4,"u":"drow%20%2b3%20light%20hammer_mm","s":6,"n":"Drow +3 Light Hammer","h":1,"p":126,"zg":{"n":12,"s":6},"id":1651},{"c":4,"u":"enspelled%20(cantrip)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Cantrip) Light Hammer","h":1,"p":258,"zg":{"n":13,"s":3},"id":1652},{"c":4,"u":"enspelled%20(level%201)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 1) Light Hammer","h":1,"p":258,"zg":{"n":14,"s":3},"id":1653},{"c":4,"u":"enspelled%20(level%202)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 2) Light Hammer","h":1,"p":258,"zg":{"n":15,"s":3},"id":1654},{"c":4,"u":"enspelled%20(level%203)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 3) Light Hammer","h":1,"p":258,"zg":{"n":16,"s":3},"id":1655},{"c":4,"u":"enspelled%20(level%204)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 4) Light Hammer","h":1,"p":258,"zg":{"n":17,"s":3},"id":1656},{"c":4,"u":"enspelled%20(level%205)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 5) Light Hammer","h":1,"p":258,"zg":{"n":18,"s":3},"id":1657},{"c":4,"u":"enspelled%20(level%206)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 6) Light Hammer","h":1,"p":258,"zg":{"n":19,"s":3},"id":1658},{"c":4,"u":"enspelled%20(level%207)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 7) Light Hammer","h":1,"p":258,"zg":{"n":20,"s":3},"id":1659},{"c":4,"u":"enspelled%20(level%208)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 8) Light Hammer","h":1,"p":258,"zg":{"n":21,"s":3},"id":1660},{"c":4,"u":"flame%20tongue%20light%20hammer_xdmg","s":3,"n":"Flame Tongue Light Hammer","h":1,"p":263,"zg":{"n":51,"s":3},"id":1661},{"c":4,"u":"forcebreaker%20light%20hammer_bmt","s":12,"n":"Forcebreaker Light Hammer","h":1,"p":67,"zg":{"n":107,"s":12},"id":1662},{"c":4,"u":"giant%20slayer%20light%20hammer_xdmg","s":3,"n":"Giant Slayer Light Hammer","h":1,"p":264,"zg":{"n":22,"s":3},"id":1663},{"c":4,"u":"hellfire%20light%20hammer_bgdia","s":7,"n":"Hellfire Light Hammer","h":1,"p":223,"zg":{"n":23,"s":7},"id":1664},{"c":4,"u":"holy%20avenger%20light%20hammer_xdmg","s":3,"n":"Holy Avenger Light Hammer","h":1,"p":269,"zg":{"n":24,"s":3},"id":1665},{"c":4,"u":"lycan%20light%20hammer_ghloe","s":8,"n":"Lycan Light Hammer","h":1,"p":111,"zg":{"n":25,"s":8},"id":1666},{"c":4,"u":"nine%20lives%20stealer%20light%20hammer_xdmg","s":3,"n":"Nine Lives Stealer Light Hammer","h":1,"p":281,"zg":{"n":26,"s":3},"id":1667},{"c":4,"u":"oceanic%20light%20hammer_tdcsr","s":9,"n":"Oceanic Light Hammer","h":1,"p":199,"zg":{"n":27,"s":9},"id":1668},{"c":4,"u":"ruidium%20light%20hammer_crcotn","s":10,"n":"Ruidium Light Hammer","h":1,"p":216,"zg":{"n":28,"s":10},"id":1669},{"c":4,"u":"silvered%20light%20hammer_xdmg","s":3,"n":"Silvered Light Hammer","h":1,"p":304,"zg":{"n":4,"s":3},"id":1670},{"c":4,"u":"slumbering%20dragon's%20wrath%20light%20hammer_ftd","s":4,"n":"Slumbering Dragon's Wrath Light Hammer","h":1,"p":25,"zg":{"n":29,"s":4},"id":1671},{"c":4,"u":"stirring%20dragon's%20wrath%20light%20hammer_ftd","s":4,"n":"Stirring Dragon's Wrath Light Hammer","h":1,"p":25,"zg":{"n":30,"s":4},"id":1672},{"c":4,"u":"vicious%20%2b1%20light%20hammer_ai","s":11,"n":"Vicious +1 Light Hammer","h":1,"p":149,"zg":{"n":31,"s":11},"id":1673},{"c":4,"u":"vicious%20light%20hammer_xdmg","s":3,"n":"Vicious Light Hammer","h":1,"p":318,"zg":{"n":5,"s":3},"id":1674},{"c":4,"u":"wakened%20dragon's%20wrath%20light%20hammer_ftd","s":4,"n":"Wakened Dragon's Wrath Light Hammer","h":1,"p":25,"zg":{"n":32,"s":4},"id":1675},{"c":4,"u":"light%20hammer%20of%20agonizing%20paralysis_coa","s":15,"n":"Light Hammer of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1676},{"c":4,"u":"light%20hammer%20of%20certain%20death_egw","s":5,"n":"Light Hammer of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1677},{"c":4,"u":"light%20hammer%20of%20warning_xdmg","s":3,"n":"Light Hammer of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1678},{"c":4,"u":"%2b1%20light%20repeating%20crossbow_dmg","s":0,"n":"+1 Light Repeating Crossbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":1679},{"c":4,"u":"%2b1%20light%20repeating%20crossbow_xdmg","s":3,"n":"+1 Light Repeating Crossbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":1680},{"c":4,"u":"%2b2%20light%20repeating%20crossbow_dmg","s":0,"n":"+2 Light Repeating Crossbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":1681},{"c":4,"u":"%2b2%20light%20repeating%20crossbow_xdmg","s":3,"n":"+2 Light Repeating Crossbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":1682},{"c":4,"u":"%2b3%20light%20repeating%20crossbow_dmg","s":0,"n":"+3 Light Repeating Crossbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":1683},{"c":4,"u":"%2b3%20light%20repeating%20crossbow_xdmg","s":3,"n":"+3 Light Repeating Crossbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":1684},{"c":4,"u":"adamantine%20light%20repeating%20crossbow_xge","s":1,"n":"Adamantine Light Repeating Crossbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":1685},{"c":4,"u":"ascendant%20dragon's%20wrath%20light%20repeating%20crossbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Light Repeating Crossbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":1686},{"c":4,"u":"corpse%20slayer%20light%20repeating%20crossbow_egw","s":5,"n":"Corpse Slayer Light Repeating Crossbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":1687},{"c":4,"u":"dragon%20slayer%20light%20repeating%20crossbow_xdmg","s":3,"n":"Dragon Slayer Light Repeating Crossbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":1688},{"c":4,"u":"drow%20%2b1%20light%20repeating%20crossbow_mm","s":6,"n":"Drow +1 Light Repeating Crossbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":1689},{"c":4,"u":"drow%20%2b2%20light%20repeating%20crossbow_mm","s":6,"n":"Drow +2 Light Repeating Crossbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":1690},{"c":4,"u":"drow%20%2b3%20light%20repeating%20crossbow_mm","s":6,"n":"Drow +3 Light Repeating Crossbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":1691},{"c":4,"u":"enspelled%20(cantrip)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Cantrip) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":1692},{"c":4,"u":"enspelled%20(level%201)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 1) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":1693},{"c":4,"u":"enspelled%20(level%202)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 2) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":1694},{"c":4,"u":"enspelled%20(level%203)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 3) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":1695},{"c":4,"u":"enspelled%20(level%204)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 4) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":1696},{"c":4,"u":"enspelled%20(level%205)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 5) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":1697},{"c":4,"u":"enspelled%20(level%206)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 6) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":1698},{"c":4,"u":"enspelled%20(level%207)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 7) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":1699},{"c":4,"u":"enspelled%20(level%208)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 8) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":1700},{"c":4,"u":"giant%20slayer%20light%20repeating%20crossbow_xdmg","s":3,"n":"Giant Slayer Light Repeating Crossbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":1701},{"c":4,"u":"hellfire%20light%20repeating%20crossbow_bgdia","s":7,"n":"Hellfire Light Repeating Crossbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":1702},{"c":4,"u":"holy%20avenger%20light%20repeating%20crossbow_xdmg","s":3,"n":"Holy Avenger Light Repeating Crossbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":1703},{"c":4,"u":"lycan%20light%20repeating%20crossbow_ghloe","s":8,"n":"Lycan Light Repeating Crossbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":1704},{"c":4,"u":"nine%20lives%20stealer%20light%20repeating%20crossbow_xdmg","s":3,"n":"Nine Lives Stealer Light Repeating Crossbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":1705},{"c":4,"u":"oceanic%20light%20repeating%20crossbow_tdcsr","s":9,"n":"Oceanic Light Repeating Crossbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":1706},{"c":4,"u":"ruidium%20light%20repeating%20crossbow_crcotn","s":10,"n":"Ruidium Light Repeating Crossbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":1707},{"c":4,"u":"silvered%20light%20repeating%20crossbow_phb","s":2,"n":"Silvered Light Repeating Crossbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":1708},{"c":4,"u":"silvered%20light%20repeating%20crossbow_xdmg","s":3,"n":"Silvered Light Repeating Crossbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":1709},{"c":4,"u":"slumbering%20dragon's%20wrath%20light%20repeating%20crossbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Light Repeating Crossbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":1710},{"c":4,"u":"starcrossed%20light%20repeating%20crossbow_dodk","s":13,"n":"Starcrossed Light Repeating Crossbow","h":1,"p":232,"zg":{"n":142,"s":13},"id":1711},{"c":4,"u":"starshot%20light%20repeating%20crossbow_bmt","s":12,"n":"Starshot Light Repeating Crossbow","h":1,"p":38,"zg":{"n":143,"s":12},"id":1712},{"c":4,"u":"stirring%20dragon's%20wrath%20light%20repeating%20crossbow_ftd","s":4,"n":"Stirring Dragon's Wrath Light Repeating Crossbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":1713},{"c":4,"u":"vicious%20%2b1%20light%20repeating%20crossbow_ai","s":11,"n":"Vicious +1 Light Repeating Crossbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":1714},{"c":4,"u":"vicious%20light%20repeating%20crossbow_dmg","s":0,"n":"Vicious Light Repeating Crossbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":1715},{"c":4,"u":"vicious%20light%20repeating%20crossbow_xdmg","s":3,"n":"Vicious Light Repeating Crossbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":1716},{"c":4,"u":"wakened%20dragon's%20wrath%20light%20repeating%20crossbow_ftd","s":4,"n":"Wakened Dragon's Wrath Light Repeating Crossbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":1717},{"c":4,"u":"light%20repeating%20crossbow%20of%20certain%20death_egw","s":5,"n":"Light Repeating Crossbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1718},{"c":4,"u":"light%20repeating%20crossbow%20of%20warning_dmg","s":0,"n":"Light Repeating Crossbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1719},{"c":4,"u":"light%20repeating%20crossbow%20of%20warning_xdmg","s":3,"n":"Light Repeating Crossbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1720},{"c":4,"u":"%2b1%20longbow_dmg","s":0,"n":"+1 Longbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":1721},{"c":4,"u":"%2b2%20longbow_dmg","s":0,"n":"+2 Longbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":1722},{"c":4,"u":"%2b3%20longbow_dmg","s":0,"n":"+3 Longbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":1723},{"c":4,"u":"adamantine%20longbow_xge","s":1,"n":"Adamantine Longbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":1724},{"c":4,"u":"energy%20longbow_uthftlh","s":22,"n":"Energy Longbow","h":1,"zg":{"n":147,"s":22},"id":1725},{"c":4,"u":"silvered%20longbow_phb","s":2,"n":"Silvered Longbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":1726},{"c":4,"u":"vicious%20longbow_dmg","s":0,"n":"Vicious Longbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":1727},{"c":4,"u":"longbow%20of%20warning_dmg","s":0,"n":"Longbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1728},{"c":4,"u":"%2b1%20longbow_xdmg","s":3,"n":"+1 Longbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":1729},{"c":4,"u":"%2b2%20longbow_xdmg","s":3,"n":"+2 Longbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":1730},{"c":4,"u":"%2b3%20longbow_xdmg","s":3,"n":"+3 Longbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":1731},{"c":4,"u":"ascendant%20dragon's%20wrath%20longbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Longbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":1732},{"c":4,"u":"longbow%20of%20conflagration_bmt","s":12,"n":"Longbow of Conflagration","h":1,"p":66,"zg":{"n":148,"s":12},"id":1733},{"c":4,"u":"longbow%20of%20melodies_bmt","s":12,"n":"Longbow of Melodies","h":1,"p":66,"zg":{"n":149,"s":12},"id":1734},{"c":4,"u":"corpse%20slayer%20longbow_egw","s":5,"n":"Corpse Slayer Longbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":1735},{"c":4,"u":"dragon%20slayer%20longbow_xdmg","s":3,"n":"Dragon Slayer Longbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":1736},{"c":4,"u":"dragon%20wing%20longbow_ftd","s":4,"n":"Dragon Wing Longbow","h":1,"p":23,"zg":{"n":150,"s":4},"id":1737},{"c":4,"u":"drow%20%2b1%20longbow_mm","s":6,"n":"Drow +1 Longbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":1738},{"c":4,"u":"drow%20%2b2%20longbow_mm","s":6,"n":"Drow +2 Longbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":1739},{"c":4,"u":"drow%20%2b3%20longbow_mm","s":6,"n":"Drow +3 Longbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":1740},{"c":4,"u":"energy%20longbow_xdmg","s":3,"n":"Energy Longbow","h":1,"p":257,"zg":{"n":147,"s":3},"id":1741},{"c":4,"u":"enspelled%20(cantrip)%20longbow_xdmg","s":3,"n":"Enspelled (Cantrip) Longbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":1742},{"c":4,"u":"enspelled%20(level%201)%20longbow_xdmg","s":3,"n":"Enspelled (Level 1) Longbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":1743},{"c":4,"u":"enspelled%20(level%202)%20longbow_xdmg","s":3,"n":"Enspelled (Level 2) Longbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":1744},{"c":4,"u":"enspelled%20(level%203)%20longbow_xdmg","s":3,"n":"Enspelled (Level 3) Longbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":1745},{"c":4,"u":"enspelled%20(level%204)%20longbow_xdmg","s":3,"n":"Enspelled (Level 4) Longbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":1746},{"c":4,"u":"enspelled%20(level%205)%20longbow_xdmg","s":3,"n":"Enspelled (Level 5) Longbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":1747},{"c":4,"u":"enspelled%20(level%206)%20longbow_xdmg","s":3,"n":"Enspelled (Level 6) Longbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":1748},{"c":4,"u":"enspelled%20(level%207)%20longbow_xdmg","s":3,"n":"Enspelled (Level 7) Longbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":1749},{"c":4,"u":"enspelled%20(level%208)%20longbow_xdmg","s":3,"n":"Enspelled (Level 8) Longbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":1750},{"c":4,"u":"giant%20slayer%20longbow_xdmg","s":3,"n":"Giant Slayer Longbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":1751},{"c":4,"u":"glimmering%20moon%20longbow_bmt","s":12,"n":"Glimmering Moon Longbow","h":1,"p":36,"zg":{"n":151,"s":12},"id":1752},{"c":4,"u":"hellfire%20longbow_bgdia","s":7,"n":"Hellfire Longbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":1753},{"c":4,"u":"holy%20avenger%20longbow_xdmg","s":3,"n":"Holy Avenger Longbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":1754},{"c":4,"u":"lycan%20longbow_ghloe","s":8,"n":"Lycan Longbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":1755},{"c":4,"u":"nine%20lives%20stealer%20longbow_xdmg","s":3,"n":"Nine Lives Stealer Longbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":1756},{"c":4,"u":"oath%20longbow_xdmg","s":3,"n":"Oath Longbow","h":1,"p":282,"zg":{"n":152,"s":3},"id":1757},{"c":4,"u":"oceanic%20longbow_tdcsr","s":9,"n":"Oceanic Longbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":1758},{"c":4,"u":"red-feather%20longbow_hwcs","s":21,"n":"Red-Feather Longbow","h":1,"p":214,"zg":{"n":153,"s":21},"id":1759},{"c":4,"u":"ruidium%20longbow_crcotn","s":10,"n":"Ruidium Longbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":1760},{"c":4,"u":"silvered%20longbow_xdmg","s":3,"n":"Silvered Longbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":1761},{"c":4,"u":"slumbering%20dragon's%20wrath%20longbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Longbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":1762},{"c":4,"u":"starcrossed%20longbow_dodk","s":13,"n":"Starcrossed Longbow","h":1,"p":232,"zg":{"n":142,"s":13},"id":1763},{"c":4,"u":"stirring%20dragon's%20wrath%20longbow_ftd","s":4,"n":"Stirring Dragon's Wrath Longbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":1764},{"c":4,"u":"vicious%20%2b1%20longbow_ai","s":11,"n":"Vicious +1 Longbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":1765},{"c":4,"u":"vicious%20longbow_xdmg","s":3,"n":"Vicious Longbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":1766},{"c":4,"u":"wakened%20dragon's%20wrath%20longbow_ftd","s":4,"n":"Wakened Dragon's Wrath Longbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":1767},{"c":4,"u":"longbow%20of%20certain%20death_egw","s":5,"n":"Longbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1768},{"c":4,"u":"longbow%20of%20throne's%20command_bmt","s":12,"n":"Longbow of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1769},{"c":4,"u":"longbow%20of%20warning_xdmg","s":3,"n":"Longbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1770},{"c":4,"u":"%2b1%20longsword_dmg","s":0,"n":"+1 Longsword","h":1,"p":213,"zg":{"n":0,"s":0},"id":1771},{"c":4,"u":"%2b2%20longsword_dmg","s":0,"n":"+2 Longsword","h":1,"p":213,"zg":{"n":1,"s":0},"id":1772},{"c":4,"u":"%2b3%20longsword_dmg","s":0,"n":"+3 Longsword","h":1,"p":213,"zg":{"n":2,"s":0},"id":1773},{"c":4,"u":"adamantine%20longsword_xge","s":1,"n":"Adamantine Longsword","h":1,"p":78,"zg":{"n":3,"s":1},"id":1774},{"c":4,"u":"dancing%20longsword_dmg","s":0,"n":"Dancing Longsword","h":1,"p":161,"zg":{"n":122,"s":0},"id":1775},{"c":4,"u":"defender%20longsword_dmg","s":0,"n":"Defender Longsword","h":1,"p":164,"zg":{"n":49,"s":0},"id":1776},{"c":4,"u":"dragon%20slayer%20longsword_dmg","s":0,"n":"Dragon Slayer Longsword","h":1,"p":166,"zg":{"n":9,"s":0},"id":1777},{"c":4,"u":"flame%20tongue%20longsword_dmg","s":0,"n":"Flame Tongue Longsword","h":1,"p":170,"zg":{"n":51,"s":0},"id":1778},{"c":4,"u":"frost%20brand%20longsword_dmg","s":0,"n":"Frost Brand Longsword","h":1,"p":171,"zg":{"n":125,"s":0},"id":1779},{"c":4,"u":"giant%20slayer%20longsword_dmg","s":0,"n":"Giant Slayer Longsword","h":1,"p":172,"zg":{"n":22,"s":0},"id":1780},{"c":4,"u":"holy%20avenger%20longsword_dmg","s":0,"n":"Holy Avenger Longsword","h":1,"p":174,"zg":{"n":24,"s":0},"id":1781},{"c":4,"u":"luck%20blade%20longsword_dmg","s":0,"n":"Luck Blade Longsword","h":1,"p":179,"zg":{"n":127,"s":0},"id":1782},{"c":4,"u":"moon-touched%20longsword_xge","s":1,"n":"Moon-Touched Longsword","h":1,"p":138,"zg":{"n":129,"s":1},"id":1783},{"c":4,"u":"nine%20lives%20stealer%20longsword_dmg","s":0,"n":"Nine Lives Stealer Longsword","h":1,"p":183,"zg":{"n":26,"s":0},"id":1784},{"c":4,"u":"silvered%20longsword_phb","s":2,"n":"Silvered Longsword","h":1,"p":148,"zg":{"n":4,"s":2},"id":1785},{"c":4,"u":"longsword%20of%20life%20stealing_dmg","s":0,"n":"Longsword of Life Stealing","h":1,"p":206,"zg":{"n":131,"s":0},"id":1786},{"c":4,"u":"longsword%20of%20sharpness_dmg","s":0,"n":"Longsword of Sharpness","h":1,"p":206,"zg":{"n":133,"s":0},"id":1787},{"c":4,"u":"longsword%20of%20vengeance_dmg","s":0,"n":"Longsword of Vengeance","h":1,"p":206,"zg":{"n":135,"s":0},"id":1788},{"c":4,"u":"longsword%20of%20wounding_dmg","s":0,"n":"Longsword of Wounding","h":1,"p":207,"zg":{"n":136,"s":0},"id":1789},{"c":4,"u":"vicious%20longsword_dmg","s":0,"n":"Vicious Longsword","h":1,"p":209,"zg":{"n":5,"s":0},"id":1790},{"c":4,"u":"vorpal%20longsword_dmg","s":0,"n":"Vorpal Longsword","h":1,"p":209,"zg":{"n":137,"s":0},"id":1791},{"c":4,"u":"longsword%20of%20warning_dmg","s":0,"n":"Longsword of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1792},{"c":4,"u":"%2b1%20longsword_xdmg","s":3,"n":"+1 Longsword","h":1,"p":324,"zg":{"n":0,"s":3},"id":1793},{"c":4,"u":"%2b2%20longsword_xdmg","s":3,"n":"+2 Longsword","h":1,"p":324,"zg":{"n":1,"s":3},"id":1794},{"c":4,"u":"%2b3%20longsword_xdmg","s":3,"n":"+3 Longsword","h":1,"p":324,"zg":{"n":2,"s":3},"id":1795},{"c":4,"u":"acheron%20blade%20longsword_egw","s":5,"n":"Acheron Blade Longsword","h":1,"p":265,"zg":{"n":117,"s":5},"id":1796},{"c":4,"u":"adamantine%20longsword_xdmg","s":3,"n":"Adamantine Longsword","h":1,"p":227,"zg":{"n":3,"s":3},"id":1797},{"c":4,"u":"longsword%20armblade_erlw","s":14,"n":"Longsword Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1798},{"c":4,"u":"ascendant%20dragon's%20wrath%20longsword_ftd","s":4,"n":"Ascendant Dragon's Wrath Longsword","h":1,"p":25,"zg":{"n":7,"s":4},"id":1799},{"c":4,"u":"longsword%20of%20the%20medusa_llk","s":20,"n":"Longsword of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":1800},{"c":4,"u":"longsword%20of%20the%20wood_hwcs","s":21,"n":"Longsword of the Wood","h":1,"p":213,"zg":{"n":119,"s":21},"id":1801},{"c":4,"u":"bloodshed%20longsword_bgg","s":17,"n":"Bloodshed Longsword","h":1,"p":111,"zg":{"n":120,"s":17},"id":1802},{"c":4,"u":"corpse%20slayer%20longsword_egw","s":5,"n":"Corpse Slayer Longsword","h":1,"p":266,"zg":{"n":8,"s":5},"id":1803},{"c":4,"u":"crystal%20longsword_ftd","s":4,"n":"Crystal Longsword","h":1,"p":22,"zg":{"n":121,"s":4},"id":1804},{"c":4,"u":"dancing%20longsword_xdmg","s":3,"n":"Dancing Longsword","h":1,"p":248,"zg":{"n":122,"s":3},"id":1805},{"c":4,"u":"defender%20longsword_xdmg","s":3,"n":"Defender Longsword","h":1,"p":252,"zg":{"n":49,"s":3},"id":1806},{"c":4,"u":"delerium-forged%20blade%20longsword_dodk","s":13,"n":"Delerium-Forged Blade Longsword","h":1,"p":230,"zg":{"n":123,"s":13},"id":1807},{"c":4,"u":"dragon%20slayer%20longsword_xdmg","s":3,"n":"Dragon Slayer Longsword","h":1,"p":254,"zg":{"n":9,"s":3},"id":1808},{"c":4,"u":"drow%20%2b1%20longsword_mm","s":6,"n":"Drow +1 Longsword","h":1,"p":126,"zg":{"n":10,"s":6},"id":1809},{"c":4,"u":"drow%20%2b2%20longsword_mm","s":6,"n":"Drow +2 Longsword","h":1,"p":126,"zg":{"n":11,"s":6},"id":1810},{"c":4,"u":"drow%20%2b3%20longsword_mm","s":6,"n":"Drow +3 Longsword","h":1,"p":126,"zg":{"n":12,"s":6},"id":1811},{"c":4,"u":"enspelled%20(cantrip)%20longsword_xdmg","s":3,"n":"Enspelled (Cantrip) Longsword","h":1,"p":258,"zg":{"n":13,"s":3},"id":1812},{"c":4,"u":"enspelled%20(level%201)%20longsword_xdmg","s":3,"n":"Enspelled (Level 1) Longsword","h":1,"p":258,"zg":{"n":14,"s":3},"id":1813},{"c":4,"u":"enspelled%20(level%202)%20longsword_xdmg","s":3,"n":"Enspelled (Level 2) Longsword","h":1,"p":258,"zg":{"n":15,"s":3},"id":1814},{"c":4,"u":"enspelled%20(level%203)%20longsword_xdmg","s":3,"n":"Enspelled (Level 3) Longsword","h":1,"p":258,"zg":{"n":16,"s":3},"id":1815},{"c":4,"u":"enspelled%20(level%204)%20longsword_xdmg","s":3,"n":"Enspelled (Level 4) Longsword","h":1,"p":258,"zg":{"n":17,"s":3},"id":1816},{"c":4,"u":"enspelled%20(level%205)%20longsword_xdmg","s":3,"n":"Enspelled (Level 5) Longsword","h":1,"p":258,"zg":{"n":18,"s":3},"id":1817},{"c":4,"u":"enspelled%20(level%206)%20longsword_xdmg","s":3,"n":"Enspelled (Level 6) Longsword","h":1,"p":258,"zg":{"n":19,"s":3},"id":1818},{"c":4,"u":"enspelled%20(level%207)%20longsword_xdmg","s":3,"n":"Enspelled (Level 7) Longsword","h":1,"p":258,"zg":{"n":20,"s":3},"id":1819},{"c":4,"u":"enspelled%20(level%208)%20longsword_xdmg","s":3,"n":"Enspelled (Level 8) Longsword","h":1,"p":258,"zg":{"n":21,"s":3},"id":1820},{"c":4,"u":"flame%20tongue%20longsword_xdmg","s":3,"n":"Flame Tongue Longsword","h":1,"p":263,"zg":{"n":51,"s":3},"id":1821},{"c":4,"u":"fool's%20longsword_bmt","s":12,"n":"Fool's Longsword","h":1,"p":36,"zg":{"n":124,"s":12},"id":1822},{"c":4,"u":"frost%20brand%20longsword_xdmg","s":3,"n":"Frost Brand Longsword","h":1,"p":263,"zg":{"n":125,"s":3},"id":1823},{"c":4,"u":"gambler's%20blade%20longsword_llk","s":20,"n":"Gambler's Blade Longsword","h":1,"p":55,"zg":{"n":126,"s":20},"id":1824},{"c":4,"u":"giant%20slayer%20longsword_xdmg","s":3,"n":"Giant Slayer Longsword","h":1,"p":264,"zg":{"n":22,"s":3},"id":1825},{"c":4,"u":"hellfire%20longsword_bgdia","s":7,"n":"Hellfire Longsword","h":1,"p":223,"zg":{"n":23,"s":7},"id":1826},{"c":4,"u":"holy%20avenger%20longsword_xdmg","s":3,"n":"Holy Avenger Longsword","h":1,"p":269,"zg":{"n":24,"s":3},"id":1827},{"c":4,"u":"luck%20longsword_xdmg","s":3,"n":"Luck Longsword","h":1,"p":275,"zg":{"n":127,"s":3},"id":1828},{"c":4,"u":"lycan%20longsword_ghloe","s":8,"n":"Lycan Longsword","h":1,"p":111,"zg":{"n":25,"s":8},"id":1829},{"c":4,"u":"mind%20blade%20longsword_vgm","s":19,"n":"Mind Blade Longsword","h":1,"p":81,"zg":{"n":128,"s":19},"id":1830},{"c":4,"u":"moon-touched%20longsword_xdmg","s":3,"n":"Moon-Touched Longsword","h":1,"p":280,"zg":{"n":129,"s":3},"id":1831},{"c":4,"u":"moonblade%20longsword_xdmg","s":3,"n":"Moonblade Longsword","h":1,"p":279,"zg":{"n":139,"s":3},"id":1832},{"c":4,"u":"nine%20lives%20stealer%20longsword_xdmg","s":3,"n":"Nine Lives Stealer Longsword","h":1,"p":281,"zg":{"n":26,"s":3},"id":1833},{"c":4,"u":"polymorph%20blade%20longsword_llk","s":20,"n":"Polymorph Blade Longsword","h":1,"p":56,"zg":{"n":130,"s":20},"id":1834},{"c":4,"u":"ruidium%20longsword_crcotn","s":10,"n":"Ruidium Longsword","h":1,"p":216,"zg":{"n":28,"s":10},"id":1835},{"c":4,"u":"silvered%20longsword_xdmg","s":3,"n":"Silvered Longsword","h":1,"p":304,"zg":{"n":4,"s":3},"id":1836},{"c":4,"u":"slumbering%20dragon's%20wrath%20longsword_ftd","s":4,"n":"Slumbering Dragon's Wrath Longsword","h":1,"p":25,"zg":{"n":29,"s":4},"id":1837},{"c":4,"u":"stirring%20dragon's%20wrath%20longsword_ftd","s":4,"n":"Stirring Dragon's Wrath Longsword","h":1,"p":25,"zg":{"n":30,"s":4},"id":1838},{"c":4,"u":"longsword%20of%20life%20stealing_xdmg","s":3,"n":"Longsword of Life Stealing","h":1,"p":314,"zg":{"n":131,"s":3},"id":1839},{"c":4,"u":"longsword%20of%20retribution_coa","s":15,"n":"Longsword of Retribution","h":1,"p":270,"zg":{"n":132,"s":15},"id":1840},{"c":4,"u":"longsword%20of%20sharpness_xdmg","s":3,"n":"Longsword of Sharpness","h":1,"p":314,"zg":{"n":133,"s":3},"id":1841},{"c":4,"u":"longsword%20of%20the%20planes_bmt","s":12,"n":"Longsword of the Planes","h":1,"p":68,"zg":{"n":134,"s":12},"id":1842},{"c":4,"u":"longsword%20of%20vengeance_xdmg","s":3,"n":"Longsword of Vengeance","h":1,"p":206,"zg":{"n":135,"s":3},"id":1843},{"c":4,"u":"longsword%20of%20wounding_xdmg","s":3,"n":"Longsword of Wounding","h":1,"p":314,"zg":{"n":136,"s":3},"id":1844},{"c":4,"u":"vicious%20%2b1%20longsword_ai","s":11,"n":"Vicious +1 Longsword","h":1,"p":149,"zg":{"n":31,"s":11},"id":1845},{"c":4,"u":"vicious%20longsword_xdmg","s":3,"n":"Vicious Longsword","h":1,"p":318,"zg":{"n":5,"s":3},"id":1846},{"c":4,"u":"vorpal%20longsword_xdmg","s":3,"n":"Vorpal Longsword","h":1,"p":318,"zg":{"n":137,"s":3},"id":1847},{"c":4,"u":"wakened%20dragon's%20wrath%20longsword_ftd","s":4,"n":"Wakened Dragon's Wrath Longsword","h":1,"p":25,"zg":{"n":32,"s":4},"id":1848},{"c":4,"u":"longsword%20of%20agonizing%20paralysis_coa","s":15,"n":"Longsword of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1849},{"c":4,"u":"longsword%20of%20certain%20death_egw","s":5,"n":"Longsword of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1850},{"c":4,"u":"longsword%20of%20throne's%20command_bmt","s":12,"n":"Longsword of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1851},{"c":4,"u":"longsword%20of%20warning_xdmg","s":3,"n":"Longsword of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1852},{"c":4,"u":"%2b1%20mace_dmg","s":0,"n":"+1 Mace","h":1,"p":213,"zg":{"n":0,"s":0},"id":1853},{"c":4,"u":"%2b2%20mace_dmg","s":0,"n":"+2 Mace","h":1,"p":213,"zg":{"n":1,"s":0},"id":1854},{"c":4,"u":"%2b3%20mace_dmg","s":0,"n":"+3 Mace","h":1,"p":213,"zg":{"n":2,"s":0},"id":1855},{"c":4,"u":"adamantine%20mace_xge","s":1,"n":"Adamantine Mace","h":1,"p":78,"zg":{"n":3,"s":1},"id":1856},{"c":4,"u":"silvered%20mace_phb","s":2,"n":"Silvered Mace","h":1,"p":148,"zg":{"n":4,"s":2},"id":1857},{"c":4,"u":"vicious%20mace_dmg","s":0,"n":"Vicious Mace","h":1,"p":209,"zg":{"n":5,"s":0},"id":1858},{"c":4,"u":"mace%20of%20warning_dmg","s":0,"n":"Mace of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1859},{"c":4,"u":"%2b1%20mace_xdmg","s":3,"n":"+1 Mace","h":1,"p":324,"zg":{"n":0,"s":3},"id":1860},{"c":4,"u":"%2b2%20mace_xdmg","s":3,"n":"+2 Mace","h":1,"p":324,"zg":{"n":1,"s":3},"id":1861},{"c":4,"u":"%2b3%20mace_xdmg","s":3,"n":"+3 Mace","h":1,"p":324,"zg":{"n":2,"s":3},"id":1862},{"c":4,"u":"adamantine%20mace_xdmg","s":3,"n":"Adamantine Mace","h":1,"p":227,"zg":{"n":3,"s":3},"id":1863},{"c":4,"u":"mace%20armblade_erlw","s":14,"n":"Mace Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1864},{"c":4,"u":"ascendant%20dragon's%20wrath%20mace_ftd","s":4,"n":"Ascendant Dragon's Wrath Mace","h":1,"p":25,"zg":{"n":7,"s":4},"id":1865},{"c":4,"u":"comet%20smasher%20mace_dodk","s":13,"n":"Comet Smasher Mace","h":1,"p":230,"zg":{"n":106,"s":13},"id":1866},{"c":4,"u":"corpse%20slayer%20mace_egw","s":5,"n":"Corpse Slayer Mace","h":1,"p":266,"zg":{"n":8,"s":5},"id":1867},{"c":4,"u":"defender%20mace_xdmg","s":3,"n":"Defender Mace","h":1,"p":252,"zg":{"n":49,"s":3},"id":1868},{"c":4,"u":"dragon%20slayer%20mace_xdmg","s":3,"n":"Dragon Slayer Mace","h":1,"p":254,"zg":{"n":9,"s":3},"id":1869},{"c":4,"u":"drow%20%2b1%20mace_mm","s":6,"n":"Drow +1 Mace","h":1,"p":126,"zg":{"n":10,"s":6},"id":1870},{"c":4,"u":"drow%20%2b2%20mace_mm","s":6,"n":"Drow +2 Mace","h":1,"p":126,"zg":{"n":11,"s":6},"id":1871},{"c":4,"u":"drow%20%2b3%20mace_mm","s":6,"n":"Drow +3 Mace","h":1,"p":126,"zg":{"n":12,"s":6},"id":1872},{"c":4,"u":"enspelled%20(cantrip)%20mace_xdmg","s":3,"n":"Enspelled (Cantrip) Mace","h":1,"p":258,"zg":{"n":13,"s":3},"id":1873},{"c":4,"u":"enspelled%20(level%201)%20mace_xdmg","s":3,"n":"Enspelled (Level 1) Mace","h":1,"p":258,"zg":{"n":14,"s":3},"id":1874},{"c":4,"u":"enspelled%20(level%202)%20mace_xdmg","s":3,"n":"Enspelled (Level 2) Mace","h":1,"p":258,"zg":{"n":15,"s":3},"id":1875},{"c":4,"u":"enspelled%20(level%203)%20mace_xdmg","s":3,"n":"Enspelled (Level 3) Mace","h":1,"p":258,"zg":{"n":16,"s":3},"id":1876},{"c":4,"u":"enspelled%20(level%204)%20mace_xdmg","s":3,"n":"Enspelled (Level 4) Mace","h":1,"p":258,"zg":{"n":17,"s":3},"id":1877},{"c":4,"u":"enspelled%20(level%205)%20mace_xdmg","s":3,"n":"Enspelled (Level 5) Mace","h":1,"p":258,"zg":{"n":18,"s":3},"id":1878},{"c":4,"u":"enspelled%20(level%206)%20mace_xdmg","s":3,"n":"Enspelled (Level 6) Mace","h":1,"p":258,"zg":{"n":19,"s":3},"id":1879},{"c":4,"u":"enspelled%20(level%207)%20mace_xdmg","s":3,"n":"Enspelled (Level 7) Mace","h":1,"p":258,"zg":{"n":20,"s":3},"id":1880},{"c":4,"u":"enspelled%20(level%208)%20mace_xdmg","s":3,"n":"Enspelled (Level 8) Mace","h":1,"p":258,"zg":{"n":21,"s":3},"id":1881},{"c":4,"u":"flame%20tongue%20mace_xdmg","s":3,"n":"Flame Tongue Mace","h":1,"p":263,"zg":{"n":51,"s":3},"id":1882},{"c":4,"u":"forcebreaker%20mace_bmt","s":12,"n":"Forcebreaker Mace","h":1,"p":67,"zg":{"n":107,"s":12},"id":1883},{"c":4,"u":"giant%20slayer%20mace_xdmg","s":3,"n":"Giant Slayer Mace","h":1,"p":264,"zg":{"n":22,"s":3},"id":1884},{"c":4,"u":"hellfire%20mace_bgdia","s":7,"n":"Hellfire Mace","h":1,"p":223,"zg":{"n":23,"s":7},"id":1885},{"c":4,"u":"holy%20avenger%20mace_xdmg","s":3,"n":"Holy Avenger Mace","h":1,"p":269,"zg":{"n":24,"s":3},"id":1886},{"c":4,"u":"lycan%20mace_ghloe","s":8,"n":"Lycan Mace","h":1,"p":111,"zg":{"n":25,"s":8},"id":1887},{"c":4,"u":"nine%20lives%20stealer%20mace_xdmg","s":3,"n":"Nine Lives Stealer Mace","h":1,"p":281,"zg":{"n":26,"s":3},"id":1888},{"c":4,"u":"ruidium%20mace_crcotn","s":10,"n":"Ruidium Mace","h":1,"p":216,"zg":{"n":28,"s":10},"id":1889},{"c":4,"u":"silvered%20mace_xdmg","s":3,"n":"Silvered Mace","h":1,"p":304,"zg":{"n":4,"s":3},"id":1890},{"c":4,"u":"slumbering%20dragon's%20wrath%20mace_ftd","s":4,"n":"Slumbering Dragon's Wrath Mace","h":1,"p":25,"zg":{"n":29,"s":4},"id":1891},{"c":4,"u":"stirring%20dragon's%20wrath%20mace_ftd","s":4,"n":"Stirring Dragon's Wrath Mace","h":1,"p":25,"zg":{"n":30,"s":4},"id":1892},{"c":4,"u":"vicious%20%2b1%20mace_ai","s":11,"n":"Vicious +1 Mace","h":1,"p":149,"zg":{"n":31,"s":11},"id":1893},{"c":4,"u":"vicious%20mace_xdmg","s":3,"n":"Vicious Mace","h":1,"p":318,"zg":{"n":5,"s":3},"id":1894},{"c":4,"u":"wakened%20dragon's%20wrath%20mace_ftd","s":4,"n":"Wakened Dragon's Wrath Mace","h":1,"p":25,"zg":{"n":32,"s":4},"id":1895},{"c":4,"u":"mace%20of%20agonizing%20paralysis_coa","s":15,"n":"Mace of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1896},{"c":4,"u":"mace%20of%20certain%20death_egw","s":5,"n":"Mace of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1897},{"c":4,"u":"mace%20of%20warning_xdmg","s":3,"n":"Mace of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1898},{"c":4,"u":"%2b1%20maul_dmg","s":0,"n":"+1 Maul","h":1,"p":213,"zg":{"n":0,"s":0},"id":1899},{"c":4,"u":"%2b2%20maul_dmg","s":0,"n":"+2 Maul","h":1,"p":213,"zg":{"n":1,"s":0},"id":1900},{"c":4,"u":"%2b3%20maul_dmg","s":0,"n":"+3 Maul","h":1,"p":213,"zg":{"n":2,"s":0},"id":1901},{"c":4,"u":"adamantine%20maul_xge","s":1,"n":"Adamantine Maul","h":1,"p":78,"zg":{"n":3,"s":1},"id":1902},{"c":4,"u":"silvered%20maul_phb","s":2,"n":"Silvered Maul","h":1,"p":148,"zg":{"n":4,"s":2},"id":1903},{"c":4,"u":"vicious%20maul_dmg","s":0,"n":"Vicious Maul","h":1,"p":209,"zg":{"n":5,"s":0},"id":1904},{"c":4,"u":"maul%20of%20warning_dmg","s":0,"n":"Maul of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1905},{"c":4,"u":"%2b1%20maul_xdmg","s":3,"n":"+1 Maul","h":1,"p":324,"zg":{"n":0,"s":3},"id":1906},{"c":4,"u":"%2b2%20maul_xdmg","s":3,"n":"+2 Maul","h":1,"p":324,"zg":{"n":1,"s":3},"id":1907},{"c":4,"u":"%2b3%20maul_xdmg","s":3,"n":"+3 Maul","h":1,"p":324,"zg":{"n":2,"s":3},"id":1908},{"c":4,"u":"adamantine%20maul_xdmg","s":3,"n":"Adamantine Maul","h":1,"p":227,"zg":{"n":3,"s":3},"id":1909},{"c":4,"u":"ascendant%20dragon's%20wrath%20maul_ftd","s":4,"n":"Ascendant Dragon's Wrath Maul","h":1,"p":25,"zg":{"n":7,"s":4},"id":1910},{"c":4,"u":"comet%20smasher%20maul_dodk","s":13,"n":"Comet Smasher Maul","h":1,"p":230,"zg":{"n":106,"s":13},"id":1911},{"c":4,"u":"corpse%20slayer%20maul_egw","s":5,"n":"Corpse Slayer Maul","h":1,"p":266,"zg":{"n":8,"s":5},"id":1912},{"c":4,"u":"defender%20maul_xdmg","s":3,"n":"Defender Maul","h":1,"p":252,"zg":{"n":49,"s":3},"id":1913},{"c":4,"u":"dragon%20slayer%20maul_xdmg","s":3,"n":"Dragon Slayer Maul","h":1,"p":254,"zg":{"n":9,"s":3},"id":1914},{"c":4,"u":"drow%20%2b1%20maul_mm","s":6,"n":"Drow +1 Maul","h":1,"p":126,"zg":{"n":10,"s":6},"id":1915},{"c":4,"u":"drow%20%2b2%20maul_mm","s":6,"n":"Drow +2 Maul","h":1,"p":126,"zg":{"n":11,"s":6},"id":1916},{"c":4,"u":"drow%20%2b3%20maul_mm","s":6,"n":"Drow +3 Maul","h":1,"p":126,"zg":{"n":12,"s":6},"id":1917},{"c":4,"u":"enspelled%20(cantrip)%20maul_xdmg","s":3,"n":"Enspelled (Cantrip) Maul","h":1,"p":258,"zg":{"n":13,"s":3},"id":1918},{"c":4,"u":"enspelled%20(level%201)%20maul_xdmg","s":3,"n":"Enspelled (Level 1) Maul","h":1,"p":258,"zg":{"n":14,"s":3},"id":1919},{"c":4,"u":"enspelled%20(level%202)%20maul_xdmg","s":3,"n":"Enspelled (Level 2) Maul","h":1,"p":258,"zg":{"n":15,"s":3},"id":1920},{"c":4,"u":"enspelled%20(level%203)%20maul_xdmg","s":3,"n":"Enspelled (Level 3) Maul","h":1,"p":258,"zg":{"n":16,"s":3},"id":1921},{"c":4,"u":"enspelled%20(level%204)%20maul_xdmg","s":3,"n":"Enspelled (Level 4) Maul","h":1,"p":258,"zg":{"n":17,"s":3},"id":1922},{"c":4,"u":"enspelled%20(level%205)%20maul_xdmg","s":3,"n":"Enspelled (Level 5) Maul","h":1,"p":258,"zg":{"n":18,"s":3},"id":1923},{"c":4,"u":"enspelled%20(level%206)%20maul_xdmg","s":3,"n":"Enspelled (Level 6) Maul","h":1,"p":258,"zg":{"n":19,"s":3},"id":1924},{"c":4,"u":"enspelled%20(level%207)%20maul_xdmg","s":3,"n":"Enspelled (Level 7) Maul","h":1,"p":258,"zg":{"n":20,"s":3},"id":1925},{"c":4,"u":"enspelled%20(level%208)%20maul_xdmg","s":3,"n":"Enspelled (Level 8) Maul","h":1,"p":258,"zg":{"n":21,"s":3},"id":1926},{"c":4,"u":"flame%20tongue%20maul_xdmg","s":3,"n":"Flame Tongue Maul","h":1,"p":263,"zg":{"n":51,"s":3},"id":1927},{"c":4,"u":"forcebreaker%20maul_bmt","s":12,"n":"Forcebreaker Maul","h":1,"p":67,"zg":{"n":107,"s":12},"id":1928},{"c":4,"u":"giant%20slayer%20maul_xdmg","s":3,"n":"Giant Slayer Maul","h":1,"p":264,"zg":{"n":22,"s":3},"id":1929},{"c":4,"u":"maul%20of%20thunderbolts_xdmg","s":3,"n":"Maul of Thunderbolts","h":1,"p":265,"zg":{"n":154,"s":3},"id":1930},{"c":4,"u":"hellfire%20maul_bgdia","s":7,"n":"Hellfire Maul","h":1,"p":223,"zg":{"n":23,"s":7},"id":1931},{"c":4,"u":"holy%20avenger%20maul_xdmg","s":3,"n":"Holy Avenger Maul","h":1,"p":269,"zg":{"n":24,"s":3},"id":1932},{"c":4,"u":"lycan%20maul_ghloe","s":8,"n":"Lycan Maul","h":1,"p":111,"zg":{"n":25,"s":8},"id":1933},{"c":4,"u":"nine%20lives%20stealer%20maul_xdmg","s":3,"n":"Nine Lives Stealer Maul","h":1,"p":281,"zg":{"n":26,"s":3},"id":1934},{"c":4,"u":"ruidium%20maul_crcotn","s":10,"n":"Ruidium Maul","h":1,"p":216,"zg":{"n":28,"s":10},"id":1935},{"c":4,"u":"silvered%20maul_xdmg","s":3,"n":"Silvered Maul","h":1,"p":304,"zg":{"n":4,"s":3},"id":1936},{"c":4,"u":"slumbering%20dragon's%20wrath%20maul_ftd","s":4,"n":"Slumbering Dragon's Wrath Maul","h":1,"p":25,"zg":{"n":29,"s":4},"id":1937},{"c":4,"u":"stirring%20dragon's%20wrath%20maul_ftd","s":4,"n":"Stirring Dragon's Wrath Maul","h":1,"p":25,"zg":{"n":30,"s":4},"id":1938},{"c":4,"u":"vicious%20%2b1%20maul_ai","s":11,"n":"Vicious +1 Maul","h":1,"p":149,"zg":{"n":31,"s":11},"id":1939},{"c":4,"u":"vicious%20maul_xdmg","s":3,"n":"Vicious Maul","h":1,"p":318,"zg":{"n":5,"s":3},"id":1940},{"c":4,"u":"wakened%20dragon's%20wrath%20maul_ftd","s":4,"n":"Wakened Dragon's Wrath Maul","h":1,"p":25,"zg":{"n":32,"s":4},"id":1941},{"c":4,"u":"maul%20of%20agonizing%20paralysis_coa","s":15,"n":"Maul of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1942},{"c":4,"u":"maul%20of%20certain%20death_egw","s":5,"n":"Maul of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1943},{"c":4,"u":"maul%20of%20throne's%20command_bmt","s":12,"n":"Maul of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1944},{"c":4,"u":"maul%20of%20warning_xdmg","s":3,"n":"Maul of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1945},{"c":4,"u":"%2b1%20modern%20bullet_dmg","s":0,"n":"+1 Modern Bullet","h":1,"p":150,"zg":{"n":35,"s":0},"id":1946},{"c":4,"u":"%2b2%20modern%20bullet_dmg","s":0,"n":"+2 Modern Bullet","h":1,"p":150,"zg":{"n":36,"s":0},"id":1947},{"c":4,"u":"%2b3%20modern%20bullet_dmg","s":0,"n":"+3 Modern Bullet","h":1,"p":150,"zg":{"n":37,"s":0},"id":1948},{"c":4,"u":"walloping%20modern%20bullet_xge","s":1,"n":"Walloping Modern Bullet","h":1,"p":139,"zg":{"n":39,"s":1},"id":1949},{"c":4,"u":"%2b1%20morningstar_dmg","s":0,"n":"+1 Morningstar","h":1,"p":213,"zg":{"n":0,"s":0},"id":1950},{"c":4,"u":"%2b2%20morningstar_dmg","s":0,"n":"+2 Morningstar","h":1,"p":213,"zg":{"n":1,"s":0},"id":1951},{"c":4,"u":"%2b3%20morningstar_dmg","s":0,"n":"+3 Morningstar","h":1,"p":213,"zg":{"n":2,"s":0},"id":1952},{"c":4,"u":"adamantine%20morningstar_xge","s":1,"n":"Adamantine Morningstar","h":1,"p":78,"zg":{"n":3,"s":1},"id":1953},{"c":4,"u":"silvered%20morningstar_phb","s":2,"n":"Silvered Morningstar","h":1,"p":148,"zg":{"n":4,"s":2},"id":1954},{"c":4,"u":"vicious%20morningstar_dmg","s":0,"n":"Vicious Morningstar","h":1,"p":209,"zg":{"n":5,"s":0},"id":1955},{"c":4,"u":"morningstar%20of%20warning_dmg","s":0,"n":"Morningstar of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1956},{"c":4,"u":"%2b1%20morningstar_xdmg","s":3,"n":"+1 Morningstar","h":1,"p":324,"zg":{"n":0,"s":3},"id":1957},{"c":4,"u":"%2b2%20morningstar_xdmg","s":3,"n":"+2 Morningstar","h":1,"p":324,"zg":{"n":1,"s":3},"id":1958},{"c":4,"u":"%2b3%20morningstar_xdmg","s":3,"n":"+3 Morningstar","h":1,"p":324,"zg":{"n":2,"s":3},"id":1959},{"c":4,"u":"adamantine%20morningstar_xdmg","s":3,"n":"Adamantine Morningstar","h":1,"p":227,"zg":{"n":3,"s":3},"id":1960},{"c":4,"u":"morningstar%20armblade_erlw","s":14,"n":"Morningstar Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1961},{"c":4,"u":"ascendant%20dragon's%20wrath%20morningstar_ftd","s":4,"n":"Ascendant Dragon's Wrath Morningstar","h":1,"p":25,"zg":{"n":7,"s":4},"id":1962},{"c":4,"u":"corpse%20slayer%20morningstar_egw","s":5,"n":"Corpse Slayer Morningstar","h":1,"p":266,"zg":{"n":8,"s":5},"id":1963},{"c":4,"u":"defender%20morningstar_xdmg","s":3,"n":"Defender Morningstar","h":1,"p":252,"zg":{"n":49,"s":3},"id":1964},{"c":4,"u":"dragon%20slayer%20morningstar_xdmg","s":3,"n":"Dragon Slayer Morningstar","h":1,"p":254,"zg":{"n":9,"s":3},"id":1965},{"c":4,"u":"drow%20%2b1%20morningstar_mm","s":6,"n":"Drow +1 Morningstar","h":1,"p":126,"zg":{"n":10,"s":6},"id":1966},{"c":4,"u":"drow%20%2b2%20morningstar_mm","s":6,"n":"Drow +2 Morningstar","h":1,"p":126,"zg":{"n":11,"s":6},"id":1967},{"c":4,"u":"drow%20%2b3%20morningstar_mm","s":6,"n":"Drow +3 Morningstar","h":1,"p":126,"zg":{"n":12,"s":6},"id":1968},{"c":4,"u":"enspelled%20(cantrip)%20morningstar_xdmg","s":3,"n":"Enspelled (Cantrip) Morningstar","h":1,"p":258,"zg":{"n":13,"s":3},"id":1969},{"c":4,"u":"enspelled%20(level%201)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 1) Morningstar","h":1,"p":258,"zg":{"n":14,"s":3},"id":1970},{"c":4,"u":"enspelled%20(level%202)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 2) Morningstar","h":1,"p":258,"zg":{"n":15,"s":3},"id":1971},{"c":4,"u":"enspelled%20(level%203)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 3) Morningstar","h":1,"p":258,"zg":{"n":16,"s":3},"id":1972},{"c":4,"u":"enspelled%20(level%204)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 4) Morningstar","h":1,"p":258,"zg":{"n":17,"s":3},"id":1973},{"c":4,"u":"enspelled%20(level%205)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 5) Morningstar","h":1,"p":258,"zg":{"n":18,"s":3},"id":1974},{"c":4,"u":"enspelled%20(level%206)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 6) Morningstar","h":1,"p":258,"zg":{"n":19,"s":3},"id":1975},{"c":4,"u":"enspelled%20(level%207)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 7) Morningstar","h":1,"p":258,"zg":{"n":20,"s":3},"id":1976},{"c":4,"u":"enspelled%20(level%208)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 8) Morningstar","h":1,"p":258,"zg":{"n":21,"s":3},"id":1977},{"c":4,"u":"flame%20tongue%20morningstar_xdmg","s":3,"n":"Flame Tongue Morningstar","h":1,"p":263,"zg":{"n":51,"s":3},"id":1978},{"c":4,"u":"giant%20slayer%20morningstar_xdmg","s":3,"n":"Giant Slayer Morningstar","h":1,"p":264,"zg":{"n":22,"s":3},"id":1979},{"c":4,"u":"hellfire%20morningstar_bgdia","s":7,"n":"Hellfire Morningstar","h":1,"p":223,"zg":{"n":23,"s":7},"id":1980},{"c":4,"u":"holy%20avenger%20morningstar_xdmg","s":3,"n":"Holy Avenger Morningstar","h":1,"p":269,"zg":{"n":24,"s":3},"id":1981},{"c":4,"u":"lycan%20morningstar_ghloe","s":8,"n":"Lycan Morningstar","h":1,"p":111,"zg":{"n":25,"s":8},"id":1982},{"c":4,"u":"nine%20lives%20stealer%20morningstar_xdmg","s":3,"n":"Nine Lives Stealer Morningstar","h":1,"p":281,"zg":{"n":26,"s":3},"id":1983},{"c":4,"u":"ruidium%20morningstar_crcotn","s":10,"n":"Ruidium Morningstar","h":1,"p":216,"zg":{"n":28,"s":10},"id":1984},{"c":4,"u":"silvered%20morningstar_xdmg","s":3,"n":"Silvered Morningstar","h":1,"p":304,"zg":{"n":4,"s":3},"id":1985},{"c":4,"u":"slumbering%20dragon's%20wrath%20morningstar_ftd","s":4,"n":"Slumbering Dragon's Wrath Morningstar","h":1,"p":25,"zg":{"n":29,"s":4},"id":1986},{"c":4,"u":"stirring%20dragon's%20wrath%20morningstar_ftd","s":4,"n":"Stirring Dragon's Wrath Morningstar","h":1,"p":25,"zg":{"n":30,"s":4},"id":1987},{"c":4,"u":"vicious%20%2b1%20morningstar_ai","s":11,"n":"Vicious +1 Morningstar","h":1,"p":149,"zg":{"n":31,"s":11},"id":1988},{"c":4,"u":"vicious%20morningstar_xdmg","s":3,"n":"Vicious Morningstar","h":1,"p":318,"zg":{"n":5,"s":3},"id":1989},{"c":4,"u":"wakened%20dragon's%20wrath%20morningstar_ftd","s":4,"n":"Wakened Dragon's Wrath Morningstar","h":1,"p":25,"zg":{"n":32,"s":4},"id":1990},{"c":4,"u":"morningstar%20of%20agonizing%20paralysis_coa","s":15,"n":"Morningstar of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1991},{"c":4,"u":"morningstar%20of%20certain%20death_egw","s":5,"n":"Morningstar of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1992},{"c":4,"u":"morningstar%20of%20throne's%20command_bmt","s":12,"n":"Morningstar of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1993},{"c":4,"u":"morningstar%20of%20warning_xdmg","s":3,"n":"Morningstar of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1994},{"c":4,"u":"%2b1%20musket_dmg","s":0,"n":"+1 Musket","h":1,"p":213,"zg":{"n":0,"s":0},"id":1995},{"c":4,"u":"%2b2%20musket_dmg","s":0,"n":"+2 Musket","h":1,"p":213,"zg":{"n":1,"s":0},"id":1996},{"c":4,"u":"%2b3%20musket_dmg","s":0,"n":"+3 Musket","h":1,"p":213,"zg":{"n":2,"s":0},"id":1997},{"c":4,"u":"adamantine%20musket_xge","s":1,"n":"Adamantine Musket","h":1,"p":78,"zg":{"n":3,"s":1},"id":1998},{"c":4,"u":"silvered%20musket_phb","s":2,"n":"Silvered Musket","h":1,"p":148,"zg":{"n":4,"s":2},"id":1999},{"c":4,"u":"vicious%20musket_dmg","s":0,"n":"Vicious Musket","h":1,"p":209,"zg":{"n":5,"s":0},"id":2000},{"c":4,"u":"musket%20of%20warning_dmg","s":0,"n":"Musket of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2001},{"c":4,"u":"%2b1%20musket_xdmg","s":3,"n":"+1 Musket","h":1,"p":324,"zg":{"n":0,"s":3},"id":2002},{"c":4,"u":"%2b2%20musket_xdmg","s":3,"n":"+2 Musket","h":1,"p":324,"zg":{"n":1,"s":3},"id":2003},{"c":4,"u":"%2b3%20musket_xdmg","s":3,"n":"+3 Musket","h":1,"p":324,"zg":{"n":2,"s":3},"id":2004},{"c":4,"u":"ascendant%20dragon's%20wrath%20musket_ftd","s":4,"n":"Ascendant Dragon's Wrath Musket","h":1,"p":25,"zg":{"n":7,"s":4},"id":2005},{"c":4,"u":"corpse%20slayer%20musket_egw","s":5,"n":"Corpse Slayer Musket","h":1,"p":266,"zg":{"n":8,"s":5},"id":2006},{"c":4,"u":"dragon%20slayer%20musket_xdmg","s":3,"n":"Dragon Slayer Musket","h":1,"p":254,"zg":{"n":9,"s":3},"id":2007},{"c":4,"u":"drow%20%2b1%20musket_mm","s":6,"n":"Drow +1 Musket","h":1,"p":126,"zg":{"n":10,"s":6},"id":2008},{"c":4,"u":"drow%20%2b2%20musket_mm","s":6,"n":"Drow +2 Musket","h":1,"p":126,"zg":{"n":11,"s":6},"id":2009},{"c":4,"u":"drow%20%2b3%20musket_mm","s":6,"n":"Drow +3 Musket","h":1,"p":126,"zg":{"n":12,"s":6},"id":2010},{"c":4,"u":"enspelled%20(cantrip)%20musket_xdmg","s":3,"n":"Enspelled (Cantrip) Musket","h":1,"p":258,"zg":{"n":13,"s":3},"id":2011},{"c":4,"u":"enspelled%20(level%201)%20musket_xdmg","s":3,"n":"Enspelled (Level 1) Musket","h":1,"p":258,"zg":{"n":14,"s":3},"id":2012},{"c":4,"u":"enspelled%20(level%202)%20musket_xdmg","s":3,"n":"Enspelled (Level 2) Musket","h":1,"p":258,"zg":{"n":15,"s":3},"id":2013},{"c":4,"u":"enspelled%20(level%203)%20musket_xdmg","s":3,"n":"Enspelled (Level 3) Musket","h":1,"p":258,"zg":{"n":16,"s":3},"id":2014},{"c":4,"u":"enspelled%20(level%204)%20musket_xdmg","s":3,"n":"Enspelled (Level 4) Musket","h":1,"p":258,"zg":{"n":17,"s":3},"id":2015},{"c":4,"u":"enspelled%20(level%205)%20musket_xdmg","s":3,"n":"Enspelled (Level 5) Musket","h":1,"p":258,"zg":{"n":18,"s":3},"id":2016},{"c":4,"u":"enspelled%20(level%206)%20musket_xdmg","s":3,"n":"Enspelled (Level 6) Musket","h":1,"p":258,"zg":{"n":19,"s":3},"id":2017},{"c":4,"u":"enspelled%20(level%207)%20musket_xdmg","s":3,"n":"Enspelled (Level 7) Musket","h":1,"p":258,"zg":{"n":20,"s":3},"id":2018},{"c":4,"u":"enspelled%20(level%208)%20musket_xdmg","s":3,"n":"Enspelled (Level 8) Musket","h":1,"p":258,"zg":{"n":21,"s":3},"id":2019},{"c":4,"u":"giant%20slayer%20musket_xdmg","s":3,"n":"Giant Slayer Musket","h":1,"p":264,"zg":{"n":22,"s":3},"id":2020},{"c":4,"u":"hellfire%20musket_bgdia","s":7,"n":"Hellfire Musket","h":1,"p":223,"zg":{"n":23,"s":7},"id":2021},{"c":4,"u":"holy%20avenger%20musket_xdmg","s":3,"n":"Holy Avenger Musket","h":1,"p":269,"zg":{"n":24,"s":3},"id":2022},{"c":4,"u":"lycan%20musket_ghloe","s":8,"n":"Lycan Musket","h":1,"p":111,"zg":{"n":25,"s":8},"id":2023},{"c":4,"u":"nine%20lives%20stealer%20musket_xdmg","s":3,"n":"Nine Lives Stealer Musket","h":1,"p":281,"zg":{"n":26,"s":3},"id":2024},{"c":4,"u":"oceanic%20musket_tdcsr","s":9,"n":"Oceanic Musket","h":1,"p":199,"zg":{"n":27,"s":9},"id":2025},{"c":4,"u":"ruidium%20musket_crcotn","s":10,"n":"Ruidium Musket","h":1,"p":216,"zg":{"n":28,"s":10},"id":2026},{"c":4,"u":"silvered%20musket_xdmg","s":3,"n":"Silvered Musket","h":1,"p":304,"zg":{"n":4,"s":3},"id":2027},{"c":4,"u":"slumbering%20dragon's%20wrath%20musket_ftd","s":4,"n":"Slumbering Dragon's Wrath Musket","h":1,"p":25,"zg":{"n":29,"s":4},"id":2028},{"c":4,"u":"stirring%20dragon's%20wrath%20musket_ftd","s":4,"n":"Stirring Dragon's Wrath Musket","h":1,"p":25,"zg":{"n":30,"s":4},"id":2029},{"c":4,"u":"vicious%20%2b1%20musket_ai","s":11,"n":"Vicious +1 Musket","h":1,"p":149,"zg":{"n":31,"s":11},"id":2030},{"c":4,"u":"vicious%20musket_xdmg","s":3,"n":"Vicious Musket","h":1,"p":318,"zg":{"n":5,"s":3},"id":2031},{"c":4,"u":"wakened%20dragon's%20wrath%20musket_ftd","s":4,"n":"Wakened Dragon's Wrath Musket","h":1,"p":25,"zg":{"n":32,"s":4},"id":2032},{"c":4,"u":"musket%20of%20certain%20death_egw","s":5,"n":"Musket of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2033},{"c":4,"u":"musket%20of%20throne's%20command_bmt","s":12,"n":"Musket of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2034},{"c":4,"u":"musket%20of%20warning_xdmg","s":3,"n":"Musket of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2035},{"c":4,"u":"%2b1%20needle_xdmg","s":3,"n":"+1 Needle","h":1,"p":228,"zg":{"n":35,"s":3},"id":2036},{"c":4,"u":"%2b2%20needle_xdmg","s":3,"n":"+2 Needle","h":1,"p":228,"zg":{"n":36,"s":3},"id":2037},{"c":4,"u":"%2b3%20needle_xdmg","s":3,"n":"+3 Needle","h":1,"p":228,"zg":{"n":37,"s":3},"id":2038},{"c":4,"u":"adamantine%20needle_xge","s":1,"n":"Adamantine Needle","h":1,"p":78,"zg":{"n":40,"s":1},"id":2039},{"c":4,"u":"adamantine%20needle_xdmg","s":3,"n":"Adamantine Needle","h":1,"p":227,"zg":{"n":3,"s":3},"id":2040},{"c":4,"u":"needle%20of%20slaying_xdmg","s":3,"n":"Needle of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":2041},{"c":4,"u":"bloodseeker%20needle_bmt","s":12,"n":"Bloodseeker Needle","h":1,"p":66,"zg":{"n":42,"s":12},"id":2042},{"c":4,"u":"dried%20leech%20needle_bmt","s":12,"n":"Dried Leech Needle","h":1,"p":67,"zg":{"n":43,"s":12},"id":2043},{"c":4,"u":"silvered%20needle_phb","s":2,"n":"Silvered Needle","h":1,"p":148,"zg":{"n":45,"s":2},"id":2044},{"c":4,"u":"walloping%20needle_xdmg","s":3,"n":"Walloping Needle","h":1,"p":318,"zg":{"n":39,"s":3},"id":2045},{"c":4,"u":"winged%20needle_bmt","s":12,"n":"Winged Needle","h":1,"p":69,"zg":{"n":46,"s":12},"id":2046},{"c":4,"u":"net%20of%20warning_dmg","s":0,"n":"Net of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2047},{"c":4,"u":"fernian%20basalt%20orb_erlw","s":14,"n":"Fernian Basalt Orb","h":1,"p":278,"zg":{"n":108,"s":14},"id":2048},{"c":4,"u":"irian%20quartz%20orb_erlw","s":14,"n":"Irian Quartz Orb","h":1,"p":278,"zg":{"n":109,"s":14},"id":2049},{"c":4,"u":"kythrian%20skarn%20orb_erlw","s":14,"n":"Kythrian Skarn Orb","h":1,"p":278,"zg":{"n":110,"s":14},"id":2050},{"c":4,"u":"lamannian%20flint%20orb_erlw","s":14,"n":"Lamannian Flint Orb","h":1,"p":278,"zg":{"n":111,"s":14},"id":2051},{"c":4,"u":"mabaran%20obsidian%20orb_erlw","s":14,"n":"Mabaran Obsidian Orb","h":1,"p":278,"zg":{"n":112,"s":14},"id":2052},{"c":4,"u":"risian%20shale%20orb_erlw","s":14,"n":"Risian Shale Orb","h":1,"p":278,"zg":{"n":113,"s":14},"id":2053},{"c":4,"u":"shavarran%20chert%20orb_erlw","s":14,"n":"Shavarran Chert Orb","h":1,"p":278,"zg":{"n":114,"s":14},"id":2054},{"c":4,"u":"xorian%20marble%20orb_erlw","s":14,"n":"Xorian Marble Orb","h":1,"p":278,"zg":{"n":115,"s":14},"id":2055},{"c":4,"u":"%2b1%20padded%20armor_dmg","s":0,"n":"+1 Padded Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":2056},{"c":4,"u":"%2b2%20padded%20armor_dmg","s":0,"n":"+2 Padded Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":2057},{"c":4,"u":"%2b3%20padded%20armor_dmg","s":0,"n":"+3 Padded Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":2058},{"c":4,"u":"padded%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Padded Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":2059},{"c":4,"u":"padded%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Padded Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":2060},{"c":4,"u":"padded%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Padded Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":2061},{"c":4,"u":"padded%20armor%20of%20force%20resistance_dmg","s":0,"n":"Padded Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":2062},{"c":4,"u":"padded%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Padded Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":2063},{"c":4,"u":"padded%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Padded Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":2064},{"c":4,"u":"padded%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Padded Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":2065},{"c":4,"u":"padded%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Padded Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":2066},{"c":4,"u":"padded%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Padded Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":2067},{"c":4,"u":"padded%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Padded Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":2068},{"c":4,"u":"cast-off%20padded%20armor_xge","s":1,"n":"Cast-Off Padded Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":2069},{"c":4,"u":"mariner's%20padded%20armor_dmg","s":0,"n":"Mariner's Padded Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":2070},{"c":4,"u":"smoldering%20padded%20armor_xge","s":1,"n":"Smoldering Padded Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":2071},{"c":4,"u":"%2b1%20padded%20armor_xdmg","s":3,"n":"+1 Padded Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":2072},{"c":4,"u":"%2b2%20padded%20armor_xdmg","s":3,"n":"+2 Padded Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":2073},{"c":4,"u":"%2b3%20padded%20armor_xdmg","s":3,"n":"+3 Padded Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":2074},{"c":4,"u":"antimagic%20padded%20armor_bmt","s":12,"n":"Antimagic Padded Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":2075},{"c":4,"u":"padded%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Padded Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":2076},{"c":4,"u":"padded%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Padded Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":2077},{"c":4,"u":"padded%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Padded Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":2078},{"c":4,"u":"padded%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Padded Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":2079},{"c":4,"u":"padded%20armor%20of%20gleaming_xdmg","s":3,"n":"Padded Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":2080},{"c":4,"u":"padded%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Padded Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":2081},{"c":4,"u":"padded%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Padded Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":2082},{"c":4,"u":"padded%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Padded Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":2083},{"c":4,"u":"padded%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Padded Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":2084},{"c":4,"u":"padded%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Padded Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":2085},{"c":4,"u":"padded%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Padded Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":2086},{"c":4,"u":"padded%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Padded Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":2087},{"c":4,"u":"padded%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Padded Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":2088},{"c":4,"u":"padded%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Padded Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":2089},{"c":4,"u":"padded%20armor%20of%20weightlessness_bmt","s":12,"n":"Padded Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":2090},{"c":4,"u":"padded%20barding_phb","s":2,"n":"Padded Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":2091},{"c":4,"u":"cast-off%20padded%20armor_xdmg","s":3,"n":"Cast-Off Padded Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":2092},{"c":4,"u":"demon%20padded%20armor_xdmg","s":3,"n":"Demon Padded Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":2093},{"c":4,"u":"drow%20%2b1%20padded%20armor_mm","s":6,"n":"Drow +1 Padded Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":2094},{"c":4,"u":"drow%20%2b2%20padded%20armor_mm","s":6,"n":"Drow +2 Padded Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":2095},{"c":4,"u":"drow%20%2b3%20padded%20armor_mm","s":6,"n":"Drow +3 Padded Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":2096},{"c":4,"u":"enspelled%20(cantrip)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Padded Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":2097},{"c":4,"u":"enspelled%20(level%201)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Padded Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":2098},{"c":4,"u":"enspelled%20(level%202)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Padded Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":2099},{"c":4,"u":"enspelled%20(level%203)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Padded Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":2100},{"c":4,"u":"enspelled%20(level%204)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Padded Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":2101},{"c":4,"u":"enspelled%20(level%205)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Padded Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":2102},{"c":4,"u":"enspelled%20(level%206)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Padded Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":2103},{"c":4,"u":"enspelled%20(level%207)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Padded Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":2104},{"c":4,"u":"enspelled%20(level%208)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Padded Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":2105},{"c":4,"u":"feywrought%20padded%20armor_bmt","s":12,"n":"Feywrought Padded Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":2106},{"c":4,"u":"gloomwrought%20padded%20armor_bmt","s":12,"n":"Gloomwrought Padded Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":2107},{"c":4,"u":"last%20stand%20padded%20armor_egw","s":5,"n":"Last Stand Padded Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":2108},{"c":4,"u":"living%20padded%20armor_erlw","s":14,"n":"Living Padded Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":2109},{"c":4,"u":"mariner's%20padded%20armor_xdmg","s":3,"n":"Mariner's Padded Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":2110},{"c":4,"u":"smoldering%20padded%20armor_xdmg","s":3,"n":"Smoldering Padded Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":2111},{"c":4,"u":"zephyr%20padded%20armor_bgg","s":17,"n":"Zephyr Padded Armor","h":1,"p":117,"zg":{"n":146,"s":17},"id":2112},{"c":4,"u":"%2b1%20pike_dmg","s":0,"n":"+1 Pike","h":1,"p":213,"zg":{"n":0,"s":0},"id":2113},{"c":4,"u":"%2b2%20pike_dmg","s":0,"n":"+2 Pike","h":1,"p":213,"zg":{"n":1,"s":0},"id":2114},{"c":4,"u":"%2b3%20pike_dmg","s":0,"n":"+3 Pike","h":1,"p":213,"zg":{"n":2,"s":0},"id":2115},{"c":4,"u":"adamantine%20pike_xge","s":1,"n":"Adamantine Pike","h":1,"p":78,"zg":{"n":3,"s":1},"id":2116},{"c":4,"u":"silvered%20pike_phb","s":2,"n":"Silvered Pike","h":1,"p":148,"zg":{"n":4,"s":2},"id":2117},{"c":4,"u":"vicious%20pike_dmg","s":0,"n":"Vicious Pike","h":1,"p":209,"zg":{"n":5,"s":0},"id":2118},{"c":4,"u":"pike%20of%20warning_dmg","s":0,"n":"Pike of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2119},{"c":4,"u":"%2b1%20pike_xdmg","s":3,"n":"+1 Pike","h":1,"p":324,"zg":{"n":0,"s":3},"id":2120},{"c":4,"u":"%2b2%20pike_xdmg","s":3,"n":"+2 Pike","h":1,"p":324,"zg":{"n":1,"s":3},"id":2121},{"c":4,"u":"%2b3%20pike_xdmg","s":3,"n":"+3 Pike","h":1,"p":324,"zg":{"n":2,"s":3},"id":2122},{"c":4,"u":"adamantine%20pike_xdmg","s":3,"n":"Adamantine Pike","h":1,"p":227,"zg":{"n":3,"s":3},"id":2123},{"c":4,"u":"ascendant%20dragon's%20wrath%20pike_ftd","s":4,"n":"Ascendant Dragon's Wrath Pike","h":1,"p":25,"zg":{"n":7,"s":4},"id":2124},{"c":4,"u":"corpse%20slayer%20pike_egw","s":5,"n":"Corpse Slayer Pike","h":1,"p":266,"zg":{"n":8,"s":5},"id":2125},{"c":4,"u":"defender%20pike_xdmg","s":3,"n":"Defender Pike","h":1,"p":252,"zg":{"n":49,"s":3},"id":2126},{"c":4,"u":"dragon%20slayer%20pike_xdmg","s":3,"n":"Dragon Slayer Pike","h":1,"p":254,"zg":{"n":9,"s":3},"id":2127},{"c":4,"u":"dragonlance%20pike_ftd","s":4,"n":"Dragonlance Pike","h":1,"p":23,"zg":{"n":145,"s":4},"id":2128},{"c":4,"u":"drow%20%2b1%20pike_mm","s":6,"n":"Drow +1 Pike","h":1,"p":126,"zg":{"n":10,"s":6},"id":2129},{"c":4,"u":"drow%20%2b2%20pike_mm","s":6,"n":"Drow +2 Pike","h":1,"p":126,"zg":{"n":11,"s":6},"id":2130},{"c":4,"u":"drow%20%2b3%20pike_mm","s":6,"n":"Drow +3 Pike","h":1,"p":126,"zg":{"n":12,"s":6},"id":2131},{"c":4,"u":"enspelled%20(cantrip)%20pike_xdmg","s":3,"n":"Enspelled (Cantrip) Pike","h":1,"p":258,"zg":{"n":13,"s":3},"id":2132},{"c":4,"u":"enspelled%20(level%201)%20pike_xdmg","s":3,"n":"Enspelled (Level 1) Pike","h":1,"p":258,"zg":{"n":14,"s":3},"id":2133},{"c":4,"u":"enspelled%20(level%202)%20pike_xdmg","s":3,"n":"Enspelled (Level 2) Pike","h":1,"p":258,"zg":{"n":15,"s":3},"id":2134},{"c":4,"u":"enspelled%20(level%203)%20pike_xdmg","s":3,"n":"Enspelled (Level 3) Pike","h":1,"p":258,"zg":{"n":16,"s":3},"id":2135},{"c":4,"u":"enspelled%20(level%204)%20pike_xdmg","s":3,"n":"Enspelled (Level 4) Pike","h":1,"p":258,"zg":{"n":17,"s":3},"id":2136},{"c":4,"u":"enspelled%20(level%205)%20pike_xdmg","s":3,"n":"Enspelled (Level 5) Pike","h":1,"p":258,"zg":{"n":18,"s":3},"id":2137},{"c":4,"u":"enspelled%20(level%206)%20pike_xdmg","s":3,"n":"Enspelled (Level 6) Pike","h":1,"p":258,"zg":{"n":19,"s":3},"id":2138},{"c":4,"u":"enspelled%20(level%207)%20pike_xdmg","s":3,"n":"Enspelled (Level 7) Pike","h":1,"p":258,"zg":{"n":20,"s":3},"id":2139},{"c":4,"u":"enspelled%20(level%208)%20pike_xdmg","s":3,"n":"Enspelled (Level 8) Pike","h":1,"p":258,"zg":{"n":21,"s":3},"id":2140},{"c":4,"u":"flame%20tongue%20pike_xdmg","s":3,"n":"Flame Tongue Pike","h":1,"p":263,"zg":{"n":51,"s":3},"id":2141},{"c":4,"u":"giant%20slayer%20pike_xdmg","s":3,"n":"Giant Slayer Pike","h":1,"p":264,"zg":{"n":22,"s":3},"id":2142},{"c":4,"u":"hellfire%20pike_bgdia","s":7,"n":"Hellfire Pike","h":1,"p":223,"zg":{"n":23,"s":7},"id":2143},{"c":4,"u":"holy%20avenger%20pike_xdmg","s":3,"n":"Holy Avenger Pike","h":1,"p":269,"zg":{"n":24,"s":3},"id":2144},{"c":4,"u":"lycan%20pike_ghloe","s":8,"n":"Lycan Pike","h":1,"p":111,"zg":{"n":25,"s":8},"id":2145},{"c":4,"u":"nine%20lives%20stealer%20pike_xdmg","s":3,"n":"Nine Lives Stealer Pike","h":1,"p":281,"zg":{"n":26,"s":3},"id":2146},{"c":4,"u":"ruidium%20pike_crcotn","s":10,"n":"Ruidium Pike","h":1,"p":216,"zg":{"n":28,"s":10},"id":2147},{"c":4,"u":"silvered%20pike_xdmg","s":3,"n":"Silvered Pike","h":1,"p":304,"zg":{"n":4,"s":3},"id":2148},{"c":4,"u":"slumbering%20dragon's%20wrath%20pike_ftd","s":4,"n":"Slumbering Dragon's Wrath Pike","h":1,"p":25,"zg":{"n":29,"s":4},"id":2149},{"c":4,"u":"stirring%20dragon's%20wrath%20pike_ftd","s":4,"n":"Stirring Dragon's Wrath Pike","h":1,"p":25,"zg":{"n":30,"s":4},"id":2150},{"c":4,"u":"vicious%20%2b1%20pike_ai","s":11,"n":"Vicious +1 Pike","h":1,"p":149,"zg":{"n":31,"s":11},"id":2151},{"c":4,"u":"vicious%20pike_xdmg","s":3,"n":"Vicious Pike","h":1,"p":318,"zg":{"n":5,"s":3},"id":2152},{"c":4,"u":"wakened%20dragon's%20wrath%20pike_ftd","s":4,"n":"Wakened Dragon's Wrath Pike","h":1,"p":25,"zg":{"n":32,"s":4},"id":2153},{"c":4,"u":"pike%20of%20agonizing%20paralysis_coa","s":15,"n":"Pike of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2154},{"c":4,"u":"pike%20of%20certain%20death_egw","s":5,"n":"Pike of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2155},{"c":4,"u":"pike%20of%20throne's%20command_bmt","s":12,"n":"Pike of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2156},{"c":4,"u":"pike%20of%20warning_xdmg","s":3,"n":"Pike of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2157},{"c":4,"u":"%2b1%20pistol_dmg","s":0,"n":"+1 Pistol","h":1,"p":213,"zg":{"n":0,"s":0},"id":2158},{"c":4,"u":"%2b2%20pistol_dmg","s":0,"n":"+2 Pistol","h":1,"p":213,"zg":{"n":1,"s":0},"id":2159},{"c":4,"u":"%2b3%20pistol_dmg","s":0,"n":"+3 Pistol","h":1,"p":213,"zg":{"n":2,"s":0},"id":2160},{"c":4,"u":"adamantine%20pistol_xge","s":1,"n":"Adamantine Pistol","h":1,"p":78,"zg":{"n":3,"s":1},"id":2161},{"c":4,"u":"silvered%20pistol_phb","s":2,"n":"Silvered Pistol","h":1,"p":148,"zg":{"n":4,"s":2},"id":2162},{"c":4,"u":"vicious%20pistol_dmg","s":0,"n":"Vicious Pistol","h":1,"p":209,"zg":{"n":5,"s":0},"id":2163},{"c":4,"u":"pistol%20of%20warning_dmg","s":0,"n":"Pistol of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2164},{"c":4,"u":"%2b1%20pistol_xdmg","s":3,"n":"+1 Pistol","h":1,"p":324,"zg":{"n":0,"s":3},"id":2165},{"c":4,"u":"%2b2%20pistol_xdmg","s":3,"n":"+2 Pistol","h":1,"p":324,"zg":{"n":1,"s":3},"id":2166},{"c":4,"u":"%2b3%20pistol_xdmg","s":3,"n":"+3 Pistol","h":1,"p":324,"zg":{"n":2,"s":3},"id":2167},{"c":4,"u":"ascendant%20dragon's%20wrath%20pistol_ftd","s":4,"n":"Ascendant Dragon's Wrath Pistol","h":1,"p":25,"zg":{"n":7,"s":4},"id":2168},{"c":4,"u":"corpse%20slayer%20pistol_egw","s":5,"n":"Corpse Slayer Pistol","h":1,"p":266,"zg":{"n":8,"s":5},"id":2169},{"c":4,"u":"dragon%20slayer%20pistol_xdmg","s":3,"n":"Dragon Slayer Pistol","h":1,"p":254,"zg":{"n":9,"s":3},"id":2170},{"c":4,"u":"drow%20%2b1%20pistol_mm","s":6,"n":"Drow +1 Pistol","h":1,"p":126,"zg":{"n":10,"s":6},"id":2171},{"c":4,"u":"drow%20%2b2%20pistol_mm","s":6,"n":"Drow +2 Pistol","h":1,"p":126,"zg":{"n":11,"s":6},"id":2172},{"c":4,"u":"drow%20%2b3%20pistol_mm","s":6,"n":"Drow +3 Pistol","h":1,"p":126,"zg":{"n":12,"s":6},"id":2173},{"c":4,"u":"enspelled%20(cantrip)%20pistol_xdmg","s":3,"n":"Enspelled (Cantrip) Pistol","h":1,"p":258,"zg":{"n":13,"s":3},"id":2174},{"c":4,"u":"enspelled%20(level%201)%20pistol_xdmg","s":3,"n":"Enspelled (Level 1) Pistol","h":1,"p":258,"zg":{"n":14,"s":3},"id":2175},{"c":4,"u":"enspelled%20(level%202)%20pistol_xdmg","s":3,"n":"Enspelled (Level 2) Pistol","h":1,"p":258,"zg":{"n":15,"s":3},"id":2176},{"c":4,"u":"enspelled%20(level%203)%20pistol_xdmg","s":3,"n":"Enspelled (Level 3) Pistol","h":1,"p":258,"zg":{"n":16,"s":3},"id":2177},{"c":4,"u":"enspelled%20(level%204)%20pistol_xdmg","s":3,"n":"Enspelled (Level 4) Pistol","h":1,"p":258,"zg":{"n":17,"s":3},"id":2178},{"c":4,"u":"enspelled%20(level%205)%20pistol_xdmg","s":3,"n":"Enspelled (Level 5) Pistol","h":1,"p":258,"zg":{"n":18,"s":3},"id":2179},{"c":4,"u":"enspelled%20(level%206)%20pistol_xdmg","s":3,"n":"Enspelled (Level 6) Pistol","h":1,"p":258,"zg":{"n":19,"s":3},"id":2180},{"c":4,"u":"enspelled%20(level%207)%20pistol_xdmg","s":3,"n":"Enspelled (Level 7) Pistol","h":1,"p":258,"zg":{"n":20,"s":3},"id":2181},{"c":4,"u":"enspelled%20(level%208)%20pistol_xdmg","s":3,"n":"Enspelled (Level 8) Pistol","h":1,"p":258,"zg":{"n":21,"s":3},"id":2182},{"c":4,"u":"giant%20slayer%20pistol_xdmg","s":3,"n":"Giant Slayer Pistol","h":1,"p":264,"zg":{"n":22,"s":3},"id":2183},{"c":4,"u":"hellfire%20pistol_bgdia","s":7,"n":"Hellfire Pistol","h":1,"p":223,"zg":{"n":23,"s":7},"id":2184},{"c":4,"u":"holy%20avenger%20pistol_xdmg","s":3,"n":"Holy Avenger Pistol","h":1,"p":269,"zg":{"n":24,"s":3},"id":2185},{"c":4,"u":"lycan%20pistol_ghloe","s":8,"n":"Lycan Pistol","h":1,"p":111,"zg":{"n":25,"s":8},"id":2186},{"c":4,"u":"nine%20lives%20stealer%20pistol_xdmg","s":3,"n":"Nine Lives Stealer Pistol","h":1,"p":281,"zg":{"n":26,"s":3},"id":2187},{"c":4,"u":"oceanic%20pistol_tdcsr","s":9,"n":"Oceanic Pistol","h":1,"p":199,"zg":{"n":27,"s":9},"id":2188},{"c":4,"u":"ruidium%20pistol_crcotn","s":10,"n":"Ruidium Pistol","h":1,"p":216,"zg":{"n":28,"s":10},"id":2189},{"c":4,"u":"silvered%20pistol_xdmg","s":3,"n":"Silvered Pistol","h":1,"p":304,"zg":{"n":4,"s":3},"id":2190},{"c":4,"u":"slumbering%20dragon's%20wrath%20pistol_ftd","s":4,"n":"Slumbering Dragon's Wrath Pistol","h":1,"p":25,"zg":{"n":29,"s":4},"id":2191},{"c":4,"u":"stirring%20dragon's%20wrath%20pistol_ftd","s":4,"n":"Stirring Dragon's Wrath Pistol","h":1,"p":25,"zg":{"n":30,"s":4},"id":2192},{"c":4,"u":"vicious%20%2b1%20pistol_ai","s":11,"n":"Vicious +1 Pistol","h":1,"p":149,"zg":{"n":31,"s":11},"id":2193},{"c":4,"u":"vicious%20pistol_xdmg","s":3,"n":"Vicious Pistol","h":1,"p":318,"zg":{"n":5,"s":3},"id":2194},{"c":4,"u":"wakened%20dragon's%20wrath%20pistol_ftd","s":4,"n":"Wakened Dragon's Wrath Pistol","h":1,"p":25,"zg":{"n":32,"s":4},"id":2195},{"c":4,"u":"pistol%20of%20certain%20death_egw","s":5,"n":"Pistol of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2196},{"c":4,"u":"pistol%20of%20throne's%20command_bmt","s":12,"n":"Pistol of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2197},{"c":4,"u":"pistol%20of%20warning_xdmg","s":3,"n":"Pistol of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2198},{"c":4,"u":"%2b1%20plate%20armor_dmg","s":0,"n":"+1 Plate Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":2199},{"c":4,"u":"%2b2%20plate%20armor_dmg","s":0,"n":"+2 Plate Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":2200},{"c":4,"u":"%2b3%20plate%20armor_dmg","s":0,"n":"+3 Plate Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":2201},{"c":4,"u":"adamantine%20plate%20armor_dmg","s":0,"n":"Adamantine Plate Armor","h":1,"p":150,"zg":{"n":56,"s":0},"id":2202},{"c":4,"u":"plate%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Plate Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":2203},{"c":4,"u":"plate%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Plate Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":2204},{"c":4,"u":"plate%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Plate Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":2205},{"c":4,"u":"plate%20armor%20of%20force%20resistance_dmg","s":0,"n":"Plate Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":2206},{"c":4,"u":"plate%20armor%20of%20gleaming_xge","s":1,"n":"Plate Armor of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":2207},{"c":4,"u":"plate%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Plate Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":2208},{"c":4,"u":"plate%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Plate Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":2209},{"c":4,"u":"plate%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Plate Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":2210},{"c":4,"u":"plate%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Plate Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":2211},{"c":4,"u":"plate%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Plate Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":2212},{"c":4,"u":"plate%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Plate Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":2213},{"c":4,"u":"cast-off%20plate%20armor_xge","s":1,"n":"Cast-Off Plate Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":2214},{"c":4,"u":"mariner's%20plate%20armor_dmg","s":0,"n":"Mariner's Plate Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":2215},{"c":4,"u":"mithral%20plate%20armor_dmg","s":0,"n":"Mithral Plate Armor","h":1,"p":182,"zg":{"n":70,"s":0},"id":2216},{"c":4,"u":"smoldering%20plate%20armor_xge","s":1,"n":"Smoldering Plate Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":2217},{"c":4,"u":"%2b1%20plate%20armor_xdmg","s":3,"n":"+1 Plate Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":2218},{"c":4,"u":"%2b2%20plate%20armor_xdmg","s":3,"n":"+2 Plate Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":2219},{"c":4,"u":"%2b3%20plate%20armor_xdmg","s":3,"n":"+3 Plate Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":2220},{"c":4,"u":"adamantine%20plate%20armor_xdmg","s":3,"n":"Adamantine Plate Armor","h":1,"p":227,"zg":{"n":56,"s":3},"id":2221},{"c":4,"u":"antimagic%20plate%20armor_bmt","s":12,"n":"Antimagic Plate Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":2222},{"c":4,"u":"plate%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Plate Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":2223},{"c":4,"u":"plate%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Plate Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":2224},{"c":4,"u":"plate%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Plate Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":2225},{"c":4,"u":"plate%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Plate Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":2226},{"c":4,"u":"plate%20armor%20of%20gleaming_xdmg","s":3,"n":"Plate Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":2227},{"c":4,"u":"plate%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Plate Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":2228},{"c":4,"u":"plate%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Plate Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":2229},{"c":4,"u":"plate%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Plate Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":2230},{"c":4,"u":"plate%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Plate Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":2231},{"c":4,"u":"plate%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Plate Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":2232},{"c":4,"u":"plate%20armor%20of%20safeguarding_bgg","s":17,"n":"Plate Armor of Safeguarding","h":1,"p":111,"zg":{"n":100,"s":17},"id":2233},{"c":4,"u":"plate%20armor%20of%20the%20fallen_bmt","s":12,"n":"Plate Armor of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":2234},{"c":4,"u":"plate%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Plate Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":2235},{"c":4,"u":"plate%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Plate Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":2236},{"c":4,"u":"plate%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Plate Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":2237},{"c":4,"u":"plate%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Plate Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":2238},{"c":4,"u":"plate%20armor%20of%20weightlessness_bmt","s":12,"n":"Plate Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":2239},{"c":4,"u":"plate%20barding_phb","s":2,"n":"Plate Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":2240},{"c":4,"u":"cast-off%20plate%20armor_xdmg","s":3,"n":"Cast-Off Plate Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":2241},{"c":4,"u":"clockwork%20plate%20armor_bmt","s":12,"n":"Clockwork Plate Armor","h":1,"p":67,"zg":{"n":101,"s":12},"id":2242},{"c":4,"u":"demon%20plate%20armor_xdmg","s":3,"n":"Demon Plate Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":2243},{"c":4,"u":"demon%20skin%20plate%20armor_ditlcot","s":18,"n":"Demon Skin Plate Armor","h":1,"p":14,"zg":{"n":102,"s":18},"id":2244},{"c":4,"u":"drow%20%2b1%20plate%20armor_mm","s":6,"n":"Drow +1 Plate Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":2245},{"c":4,"u":"drow%20%2b2%20plate%20armor_mm","s":6,"n":"Drow +2 Plate Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":2246},{"c":4,"u":"drow%20%2b3%20plate%20armor_mm","s":6,"n":"Drow +3 Plate Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":2247},{"c":4,"u":"dwarven%20plate%20armor_xdmg","s":3,"n":"Dwarven Plate Armor","h":1,"p":255,"zg":{"n":140,"s":3},"id":2248},{"c":4,"u":"enspelled%20(cantrip)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Plate Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":2249},{"c":4,"u":"enspelled%20(level%201)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Plate Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":2250},{"c":4,"u":"enspelled%20(level%202)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Plate Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":2251},{"c":4,"u":"enspelled%20(level%203)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Plate Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":2252},{"c":4,"u":"enspelled%20(level%204)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Plate Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":2253},{"c":4,"u":"enspelled%20(level%205)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Plate Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":2254},{"c":4,"u":"enspelled%20(level%206)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Plate Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":2255},{"c":4,"u":"enspelled%20(level%207)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Plate Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":2256},{"c":4,"u":"enspelled%20(level%208)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Plate Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":2257},{"c":4,"u":"feywrought%20plate%20armor_bmt","s":12,"n":"Feywrought Plate Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":2258},{"c":4,"u":"gloomwrought%20plate%20armor_bmt","s":12,"n":"Gloomwrought Plate Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":2259},{"c":4,"u":"last%20stand%20plate%20armor_egw","s":5,"n":"Last Stand Plate Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":2260},{"c":4,"u":"living%20plate%20armor_erlw","s":14,"n":"Living Plate Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":2261},{"c":4,"u":"mariner's%20plate%20armor_xdmg","s":3,"n":"Mariner's Plate Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":2262},{"c":4,"u":"mind%20carapace%20plate%20armor_vgm","s":19,"n":"Mind Carapace Plate Armor","h":1,"p":81,"zg":{"n":105,"s":19},"id":2263},{"c":4,"u":"mithral%20%2b1%20plate%20armor_ai","s":11,"n":"Mithral +1 Plate Armor","h":1,"p":156,"zg":{"n":97,"s":11},"id":2264},{"c":4,"u":"mithral%20plate%20armor_xdmg","s":3,"n":"Mithral Plate Armor","h":1,"p":279,"zg":{"n":70,"s":3},"id":2265},{"c":4,"u":"mizzium%20plate%20armor_ggr","s":16,"n":"Mizzium Plate Armor","h":1,"p":179,"zg":{"n":98,"s":16},"id":2266},{"c":4,"u":"plate%20armor%20of%20etherealness_xdmg","s":3,"n":"Plate Armor of Etherealness","h":1,"p":286,"zg":{"n":141,"s":3},"id":2267},{"c":4,"u":"ruidium%20plate%20armor_crcotn","s":10,"n":"Ruidium Plate Armor","h":1,"p":215,"zg":{"n":99,"s":10},"id":2268},{"c":4,"u":"smoldering%20plate%20armor_xdmg","s":3,"n":"Smoldering Plate Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":2269},{"c":4,"u":"%2b1%20quarterstaff_dmg","s":0,"n":"+1 Quarterstaff","h":1,"p":213,"zg":{"n":0,"s":0},"id":2270},{"c":4,"u":"%2b2%20quarterstaff_dmg","s":0,"n":"+2 Quarterstaff","h":1,"p":213,"zg":{"n":1,"s":0},"id":2271},{"c":4,"u":"%2b3%20quarterstaff_dmg","s":0,"n":"+3 Quarterstaff","h":1,"p":213,"zg":{"n":2,"s":0},"id":2272},{"c":4,"u":"adamantine%20quarterstaff_xge","s":1,"n":"Adamantine Quarterstaff","h":1,"p":78,"zg":{"n":3,"s":1},"id":2273},{"c":4,"u":"silvered%20quarterstaff_phb","s":2,"n":"Silvered Quarterstaff","h":1,"p":148,"zg":{"n":4,"s":2},"id":2274},{"c":4,"u":"vicious%20quarterstaff_dmg","s":0,"n":"Vicious Quarterstaff","h":1,"p":209,"zg":{"n":5,"s":0},"id":2275},{"c":4,"u":"quarterstaff%20of%20warning_dmg","s":0,"n":"Quarterstaff of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2276},{"c":4,"u":"%2b1%20quarterstaff_xdmg","s":3,"n":"+1 Quarterstaff","h":1,"p":324,"zg":{"n":0,"s":3},"id":2277},{"c":4,"u":"%2b2%20quarterstaff_xdmg","s":3,"n":"+2 Quarterstaff","h":1,"p":324,"zg":{"n":1,"s":3},"id":2278},{"c":4,"u":"%2b3%20quarterstaff_xdmg","s":3,"n":"+3 Quarterstaff","h":1,"p":324,"zg":{"n":2,"s":3},"id":2279},{"c":4,"u":"adamantine%20quarterstaff_xdmg","s":3,"n":"Adamantine Quarterstaff","h":1,"p":227,"zg":{"n":3,"s":3},"id":2280},{"c":4,"u":"quarterstaff%20armblade_erlw","s":14,"n":"Quarterstaff Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2281},{"c":4,"u":"ascendant%20dragon's%20wrath%20quarterstaff_ftd","s":4,"n":"Ascendant Dragon's Wrath Quarterstaff","h":1,"p":25,"zg":{"n":7,"s":4},"id":2282},{"c":4,"u":"comet%20smasher%20quarterstaff_dodk","s":13,"n":"Comet Smasher Quarterstaff","h":1,"p":230,"zg":{"n":106,"s":13},"id":2283},{"c":4,"u":"corpse%20slayer%20quarterstaff_egw","s":5,"n":"Corpse Slayer Quarterstaff","h":1,"p":266,"zg":{"n":8,"s":5},"id":2284},{"c":4,"u":"defender%20quarterstaff_xdmg","s":3,"n":"Defender Quarterstaff","h":1,"p":252,"zg":{"n":49,"s":3},"id":2285},{"c":4,"u":"dragon%20slayer%20quarterstaff_xdmg","s":3,"n":"Dragon Slayer Quarterstaff","h":1,"p":254,"zg":{"n":9,"s":3},"id":2286},{"c":4,"u":"drow%20%2b1%20quarterstaff_mm","s":6,"n":"Drow +1 Quarterstaff","h":1,"p":126,"zg":{"n":10,"s":6},"id":2287},{"c":4,"u":"drow%20%2b2%20quarterstaff_mm","s":6,"n":"Drow +2 Quarterstaff","h":1,"p":126,"zg":{"n":11,"s":6},"id":2288},{"c":4,"u":"drow%20%2b3%20quarterstaff_mm","s":6,"n":"Drow +3 Quarterstaff","h":1,"p":126,"zg":{"n":12,"s":6},"id":2289},{"c":4,"u":"enspelled%20(cantrip)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Cantrip) Quarterstaff","h":1,"p":258,"zg":{"n":13,"s":3},"id":2290},{"c":4,"u":"enspelled%20(level%201)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 1) Quarterstaff","h":1,"p":258,"zg":{"n":14,"s":3},"id":2291},{"c":4,"u":"enspelled%20(level%202)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 2) Quarterstaff","h":1,"p":258,"zg":{"n":15,"s":3},"id":2292},{"c":4,"u":"enspelled%20(level%203)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 3) Quarterstaff","h":1,"p":258,"zg":{"n":16,"s":3},"id":2293},{"c":4,"u":"enspelled%20(level%204)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 4) Quarterstaff","h":1,"p":258,"zg":{"n":17,"s":3},"id":2294},{"c":4,"u":"enspelled%20(level%205)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 5) Quarterstaff","h":1,"p":258,"zg":{"n":18,"s":3},"id":2295},{"c":4,"u":"enspelled%20(level%206)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 6) Quarterstaff","h":1,"p":258,"zg":{"n":19,"s":3},"id":2296},{"c":4,"u":"enspelled%20(level%207)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 7) Quarterstaff","h":1,"p":258,"zg":{"n":20,"s":3},"id":2297},{"c":4,"u":"enspelled%20(level%208)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 8) Quarterstaff","h":1,"p":258,"zg":{"n":21,"s":3},"id":2298},{"c":4,"u":"flame%20tongue%20quarterstaff_xdmg","s":3,"n":"Flame Tongue Quarterstaff","h":1,"p":263,"zg":{"n":51,"s":3},"id":2299},{"c":4,"u":"forcebreaker%20quarterstaff_bmt","s":12,"n":"Forcebreaker Quarterstaff","h":1,"p":67,"zg":{"n":107,"s":12},"id":2300},{"c":4,"u":"giant%20slayer%20quarterstaff_xdmg","s":3,"n":"Giant Slayer Quarterstaff","h":1,"p":264,"zg":{"n":22,"s":3},"id":2301},{"c":4,"u":"hellfire%20quarterstaff_bgdia","s":7,"n":"Hellfire Quarterstaff","h":1,"p":223,"zg":{"n":23,"s":7},"id":2302},{"c":4,"u":"holy%20avenger%20quarterstaff_xdmg","s":3,"n":"Holy Avenger Quarterstaff","h":1,"p":269,"zg":{"n":24,"s":3},"id":2303},{"c":4,"u":"lycan%20quarterstaff_ghloe","s":8,"n":"Lycan Quarterstaff","h":1,"p":111,"zg":{"n":25,"s":8},"id":2304},{"c":4,"u":"nine%20lives%20stealer%20quarterstaff_xdmg","s":3,"n":"Nine Lives Stealer Quarterstaff","h":1,"p":281,"zg":{"n":26,"s":3},"id":2305},{"c":4,"u":"ruidium%20quarterstaff_crcotn","s":10,"n":"Ruidium Quarterstaff","h":1,"p":216,"zg":{"n":28,"s":10},"id":2306},{"c":4,"u":"silvered%20quarterstaff_xdmg","s":3,"n":"Silvered Quarterstaff","h":1,"p":304,"zg":{"n":4,"s":3},"id":2307},{"c":4,"u":"slumbering%20dragon's%20wrath%20quarterstaff_ftd","s":4,"n":"Slumbering Dragon's Wrath Quarterstaff","h":1,"p":25,"zg":{"n":29,"s":4},"id":2308},{"c":4,"u":"stirring%20dragon's%20wrath%20quarterstaff_ftd","s":4,"n":"Stirring Dragon's Wrath Quarterstaff","h":1,"p":25,"zg":{"n":30,"s":4},"id":2309},{"c":4,"u":"vicious%20%2b1%20quarterstaff_ai","s":11,"n":"Vicious +1 Quarterstaff","h":1,"p":149,"zg":{"n":31,"s":11},"id":2310},{"c":4,"u":"vicious%20quarterstaff_xdmg","s":3,"n":"Vicious Quarterstaff","h":1,"p":318,"zg":{"n":5,"s":3},"id":2311},{"c":4,"u":"wakened%20dragon's%20wrath%20quarterstaff_ftd","s":4,"n":"Wakened Dragon's Wrath Quarterstaff","h":1,"p":25,"zg":{"n":32,"s":4},"id":2312},{"c":4,"u":"quarterstaff%20of%20agonizing%20paralysis_coa","s":15,"n":"Quarterstaff of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2313},{"c":4,"u":"quarterstaff%20of%20certain%20death_egw","s":5,"n":"Quarterstaff of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2314},{"c":4,"u":"quarterstaff%20of%20warning_xdmg","s":3,"n":"Quarterstaff of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2315},{"c":4,"u":"%2b1%20rapier_dmg","s":0,"n":"+1 Rapier","h":1,"p":213,"zg":{"n":0,"s":0},"id":2316},{"c":4,"u":"%2b2%20rapier_dmg","s":0,"n":"+2 Rapier","h":1,"p":213,"zg":{"n":1,"s":0},"id":2317},{"c":4,"u":"%2b3%20rapier_dmg","s":0,"n":"+3 Rapier","h":1,"p":213,"zg":{"n":2,"s":0},"id":2318},{"c":4,"u":"adamantine%20rapier_xge","s":1,"n":"Adamantine Rapier","h":1,"p":78,"zg":{"n":3,"s":1},"id":2319},{"c":4,"u":"dancing%20rapier_dmg","s":0,"n":"Dancing Rapier","h":1,"p":161,"zg":{"n":122,"s":0},"id":2320},{"c":4,"u":"defender%20rapier_dmg","s":0,"n":"Defender Rapier","h":1,"p":164,"zg":{"n":49,"s":0},"id":2321},{"c":4,"u":"dragon%20slayer%20rapier_dmg","s":0,"n":"Dragon Slayer Rapier","h":1,"p":166,"zg":{"n":9,"s":0},"id":2322},{"c":4,"u":"flame%20tongue%20rapier_dmg","s":0,"n":"Flame Tongue Rapier","h":1,"p":170,"zg":{"n":51,"s":0},"id":2323},{"c":4,"u":"frost%20brand%20rapier_dmg","s":0,"n":"Frost Brand Rapier","h":1,"p":171,"zg":{"n":125,"s":0},"id":2324},{"c":4,"u":"giant%20slayer%20rapier_dmg","s":0,"n":"Giant Slayer Rapier","h":1,"p":172,"zg":{"n":22,"s":0},"id":2325},{"c":4,"u":"holy%20avenger%20rapier_dmg","s":0,"n":"Holy Avenger Rapier","h":1,"p":174,"zg":{"n":24,"s":0},"id":2326},{"c":4,"u":"luck%20blade%20rapier_dmg","s":0,"n":"Luck Blade Rapier","h":1,"p":179,"zg":{"n":127,"s":0},"id":2327},{"c":4,"u":"moon-touched%20rapier_xge","s":1,"n":"Moon-Touched Rapier","h":1,"p":138,"zg":{"n":129,"s":1},"id":2328},{"c":4,"u":"nine%20lives%20stealer%20rapier_dmg","s":0,"n":"Nine Lives Stealer Rapier","h":1,"p":183,"zg":{"n":26,"s":0},"id":2329},{"c":4,"u":"silvered%20rapier_phb","s":2,"n":"Silvered Rapier","h":1,"p":148,"zg":{"n":4,"s":2},"id":2330},{"c":4,"u":"rapier%20of%20life%20stealing_dmg","s":0,"n":"Rapier of Life Stealing","h":1,"p":206,"zg":{"n":131,"s":0},"id":2331},{"c":4,"u":"rapier%20of%20vengeance_dmg","s":0,"n":"Rapier of Vengeance","h":1,"p":206,"zg":{"n":135,"s":0},"id":2332},{"c":4,"u":"rapier%20of%20wounding_dmg","s":0,"n":"Rapier of Wounding","h":1,"p":207,"zg":{"n":136,"s":0},"id":2333},{"c":4,"u":"vicious%20rapier_dmg","s":0,"n":"Vicious Rapier","h":1,"p":209,"zg":{"n":5,"s":0},"id":2334},{"c":4,"u":"rapier%20of%20warning_dmg","s":0,"n":"Rapier of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2335},{"c":4,"u":"%2b1%20rapier_xdmg","s":3,"n":"+1 Rapier","h":1,"p":324,"zg":{"n":0,"s":3},"id":2336},{"c":4,"u":"%2b2%20rapier_xdmg","s":3,"n":"+2 Rapier","h":1,"p":324,"zg":{"n":1,"s":3},"id":2337},{"c":4,"u":"%2b3%20rapier_xdmg","s":3,"n":"+3 Rapier","h":1,"p":324,"zg":{"n":2,"s":3},"id":2338},{"c":4,"u":"acheron%20blade%20rapier_egw","s":5,"n":"Acheron Blade Rapier","h":1,"p":265,"zg":{"n":117,"s":5},"id":2339},{"c":4,"u":"adamantine%20rapier_xdmg","s":3,"n":"Adamantine Rapier","h":1,"p":227,"zg":{"n":3,"s":3},"id":2340},{"c":4,"u":"rapier%20armblade_erlw","s":14,"n":"Rapier Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2341},{"c":4,"u":"ascendant%20dragon's%20wrath%20rapier_ftd","s":4,"n":"Ascendant Dragon's Wrath Rapier","h":1,"p":25,"zg":{"n":7,"s":4},"id":2342},{"c":4,"u":"rapier%20of%20the%20medusa_llk","s":20,"n":"Rapier of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":2343},{"c":4,"u":"rapier%20of%20the%20wood_hwcs","s":21,"n":"Rapier of the Wood","h":1,"p":213,"zg":{"n":119,"s":21},"id":2344},{"c":4,"u":"bloodshed%20rapier_bgg","s":17,"n":"Bloodshed Rapier","h":1,"p":111,"zg":{"n":120,"s":17},"id":2345},{"c":4,"u":"corpse%20slayer%20rapier_egw","s":5,"n":"Corpse Slayer Rapier","h":1,"p":266,"zg":{"n":8,"s":5},"id":2346},{"c":4,"u":"crystal%20rapier_ftd","s":4,"n":"Crystal Rapier","h":1,"p":22,"zg":{"n":121,"s":4},"id":2347},{"c":4,"u":"dancing%20rapier_xdmg","s":3,"n":"Dancing Rapier","h":1,"p":248,"zg":{"n":122,"s":3},"id":2348},{"c":4,"u":"defender%20rapier_xdmg","s":3,"n":"Defender Rapier","h":1,"p":252,"zg":{"n":49,"s":3},"id":2349},{"c":4,"u":"delerium-forged%20blade%20rapier_dodk","s":13,"n":"Delerium-Forged Blade Rapier","h":1,"p":230,"zg":{"n":123,"s":13},"id":2350},{"c":4,"u":"dragon%20slayer%20rapier_xdmg","s":3,"n":"Dragon Slayer Rapier","h":1,"p":254,"zg":{"n":9,"s":3},"id":2351},{"c":4,"u":"drow%20%2b1%20rapier_mm","s":6,"n":"Drow +1 Rapier","h":1,"p":126,"zg":{"n":10,"s":6},"id":2352},{"c":4,"u":"drow%20%2b2%20rapier_mm","s":6,"n":"Drow +2 Rapier","h":1,"p":126,"zg":{"n":11,"s":6},"id":2353},{"c":4,"u":"drow%20%2b3%20rapier_mm","s":6,"n":"Drow +3 Rapier","h":1,"p":126,"zg":{"n":12,"s":6},"id":2354},{"c":4,"u":"enspelled%20(cantrip)%20rapier_xdmg","s":3,"n":"Enspelled (Cantrip) Rapier","h":1,"p":258,"zg":{"n":13,"s":3},"id":2355},{"c":4,"u":"enspelled%20(level%201)%20rapier_xdmg","s":3,"n":"Enspelled (Level 1) Rapier","h":1,"p":258,"zg":{"n":14,"s":3},"id":2356},{"c":4,"u":"enspelled%20(level%202)%20rapier_xdmg","s":3,"n":"Enspelled (Level 2) Rapier","h":1,"p":258,"zg":{"n":15,"s":3},"id":2357},{"c":4,"u":"enspelled%20(level%203)%20rapier_xdmg","s":3,"n":"Enspelled (Level 3) Rapier","h":1,"p":258,"zg":{"n":16,"s":3},"id":2358},{"c":4,"u":"enspelled%20(level%204)%20rapier_xdmg","s":3,"n":"Enspelled (Level 4) Rapier","h":1,"p":258,"zg":{"n":17,"s":3},"id":2359},{"c":4,"u":"enspelled%20(level%205)%20rapier_xdmg","s":3,"n":"Enspelled (Level 5) Rapier","h":1,"p":258,"zg":{"n":18,"s":3},"id":2360},{"c":4,"u":"enspelled%20(level%206)%20rapier_xdmg","s":3,"n":"Enspelled (Level 6) Rapier","h":1,"p":258,"zg":{"n":19,"s":3},"id":2361},{"c":4,"u":"enspelled%20(level%207)%20rapier_xdmg","s":3,"n":"Enspelled (Level 7) Rapier","h":1,"p":258,"zg":{"n":20,"s":3},"id":2362},{"c":4,"u":"enspelled%20(level%208)%20rapier_xdmg","s":3,"n":"Enspelled (Level 8) Rapier","h":1,"p":258,"zg":{"n":21,"s":3},"id":2363},{"c":4,"u":"flame%20tongue%20rapier_xdmg","s":3,"n":"Flame Tongue Rapier","h":1,"p":263,"zg":{"n":51,"s":3},"id":2364},{"c":4,"u":"fool's%20rapier_bmt","s":12,"n":"Fool's Rapier","h":1,"p":36,"zg":{"n":124,"s":12},"id":2365},{"c":4,"u":"frost%20brand%20rapier_xdmg","s":3,"n":"Frost Brand Rapier","h":1,"p":263,"zg":{"n":125,"s":3},"id":2366},{"c":4,"u":"gambler's%20blade%20rapier_llk","s":20,"n":"Gambler's Blade Rapier","h":1,"p":55,"zg":{"n":126,"s":20},"id":2367},{"c":4,"u":"giant%20slayer%20rapier_xdmg","s":3,"n":"Giant Slayer Rapier","h":1,"p":264,"zg":{"n":22,"s":3},"id":2368},{"c":4,"u":"hellfire%20rapier_bgdia","s":7,"n":"Hellfire Rapier","h":1,"p":223,"zg":{"n":23,"s":7},"id":2369},{"c":4,"u":"holy%20avenger%20rapier_xdmg","s":3,"n":"Holy Avenger Rapier","h":1,"p":269,"zg":{"n":24,"s":3},"id":2370},{"c":4,"u":"luck%20rapier_xdmg","s":3,"n":"Luck Rapier","h":1,"p":275,"zg":{"n":127,"s":3},"id":2371},{"c":4,"u":"lycan%20rapier_ghloe","s":8,"n":"Lycan Rapier","h":1,"p":111,"zg":{"n":25,"s":8},"id":2372},{"c":4,"u":"mind%20blade%20rapier_vgm","s":19,"n":"Mind Blade Rapier","h":1,"p":81,"zg":{"n":128,"s":19},"id":2373},{"c":4,"u":"moon-touched%20rapier_xdmg","s":3,"n":"Moon-Touched Rapier","h":1,"p":280,"zg":{"n":129,"s":3},"id":2374},{"c":4,"u":"moonblade%20rapier_xdmg","s":3,"n":"Moonblade Rapier","h":1,"p":279,"zg":{"n":139,"s":3},"id":2375},{"c":4,"u":"nine%20lives%20stealer%20rapier_xdmg","s":3,"n":"Nine Lives Stealer Rapier","h":1,"p":281,"zg":{"n":26,"s":3},"id":2376},{"c":4,"u":"polymorph%20blade%20rapier_llk","s":20,"n":"Polymorph Blade Rapier","h":1,"p":56,"zg":{"n":130,"s":20},"id":2377},{"c":4,"u":"ruidium%20rapier_crcotn","s":10,"n":"Ruidium Rapier","h":1,"p":216,"zg":{"n":28,"s":10},"id":2378},{"c":4,"u":"silvered%20rapier_xdmg","s":3,"n":"Silvered Rapier","h":1,"p":304,"zg":{"n":4,"s":3},"id":2379},{"c":4,"u":"slumbering%20dragon's%20wrath%20rapier_ftd","s":4,"n":"Slumbering Dragon's Wrath Rapier","h":1,"p":25,"zg":{"n":29,"s":4},"id":2380},{"c":4,"u":"stirring%20dragon's%20wrath%20rapier_ftd","s":4,"n":"Stirring Dragon's Wrath Rapier","h":1,"p":25,"zg":{"n":30,"s":4},"id":2381},{"c":4,"u":"rapier%20of%20life%20stealing_xdmg","s":3,"n":"Rapier of Life Stealing","h":1,"p":314,"zg":{"n":131,"s":3},"id":2382},{"c":4,"u":"rapier%20of%20retribution_coa","s":15,"n":"Rapier of Retribution","h":1,"p":270,"zg":{"n":132,"s":15},"id":2383},{"c":4,"u":"rapier%20of%20the%20planes_bmt","s":12,"n":"Rapier of the Planes","h":1,"p":68,"zg":{"n":134,"s":12},"id":2384},{"c":4,"u":"rapier%20of%20vengeance_xdmg","s":3,"n":"Rapier of Vengeance","h":1,"p":206,"zg":{"n":135,"s":3},"id":2385},{"c":4,"u":"rapier%20of%20wounding_xdmg","s":3,"n":"Rapier of Wounding","h":1,"p":314,"zg":{"n":136,"s":3},"id":2386},{"c":4,"u":"sylvan%20talon%20rapier_xdmg","s":3,"n":"Sylvan Talon Rapier","h":1,"p":314,"zg":{"n":116,"s":3},"id":2387},{"c":4,"u":"vicious%20%2b1%20rapier_ai","s":11,"n":"Vicious +1 Rapier","h":1,"p":149,"zg":{"n":31,"s":11},"id":2388},{"c":4,"u":"vicious%20rapier_xdmg","s":3,"n":"Vicious Rapier","h":1,"p":318,"zg":{"n":5,"s":3},"id":2389},{"c":4,"u":"wakened%20dragon's%20wrath%20rapier_ftd","s":4,"n":"Wakened Dragon's Wrath Rapier","h":1,"p":25,"zg":{"n":32,"s":4},"id":2390},{"c":4,"u":"rapier%20of%20agonizing%20paralysis_coa","s":15,"n":"Rapier of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2391},{"c":4,"u":"rapier%20of%20certain%20death_egw","s":5,"n":"Rapier of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2392},{"c":4,"u":"rapier%20of%20throne's%20command_bmt","s":12,"n":"Rapier of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2393},{"c":4,"u":"rapier%20of%20warning_xdmg","s":3,"n":"Rapier of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2394},{"c":4,"u":"%2b1%20renaissance%20bullet_dmg","s":0,"n":"+1 Renaissance Bullet","h":1,"p":150,"zg":{"n":35,"s":0},"id":2395},{"c":4,"u":"%2b2%20renaissance%20bullet_dmg","s":0,"n":"+2 Renaissance Bullet","h":1,"p":150,"zg":{"n":36,"s":0},"id":2396},{"c":4,"u":"%2b3%20renaissance%20bullet_dmg","s":0,"n":"+3 Renaissance Bullet","h":1,"p":150,"zg":{"n":37,"s":0},"id":2397},{"c":4,"u":"walloping%20renaissance%20bullet_xge","s":1,"n":"Walloping Renaissance Bullet","h":1,"p":139,"zg":{"n":39,"s":1},"id":2398},{"c":4,"u":"%2b1%20revolver_dmg","s":0,"n":"+1 Revolver","h":1,"p":213,"zg":{"n":0,"s":0},"id":2399},{"c":4,"u":"%2b2%20revolver_dmg","s":0,"n":"+2 Revolver","h":1,"p":213,"zg":{"n":1,"s":0},"id":2400},{"c":4,"u":"%2b3%20revolver_dmg","s":0,"n":"+3 Revolver","h":1,"p":213,"zg":{"n":2,"s":0},"id":2401},{"c":4,"u":"adamantine%20revolver_xge","s":1,"n":"Adamantine Revolver","h":1,"p":78,"zg":{"n":3,"s":1},"id":2402},{"c":4,"u":"silvered%20revolver_phb","s":2,"n":"Silvered Revolver","h":1,"p":148,"zg":{"n":4,"s":2},"id":2403},{"c":4,"u":"vicious%20revolver_dmg","s":0,"n":"Vicious Revolver","h":1,"p":209,"zg":{"n":5,"s":0},"id":2404},{"c":4,"u":"revolver%20of%20warning_dmg","s":0,"n":"Revolver of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2405},{"c":4,"u":"%2b1%20revolver_xdmg","s":3,"n":"+1 Revolver","h":1,"p":324,"zg":{"n":0,"s":3},"id":2406},{"c":4,"u":"%2b2%20revolver_xdmg","s":3,"n":"+2 Revolver","h":1,"p":324,"zg":{"n":1,"s":3},"id":2407},{"c":4,"u":"%2b3%20revolver_xdmg","s":3,"n":"+3 Revolver","h":1,"p":324,"zg":{"n":2,"s":3},"id":2408},{"c":4,"u":"ascendant%20dragon's%20wrath%20revolver_ftd","s":4,"n":"Ascendant Dragon's Wrath Revolver","h":1,"p":25,"zg":{"n":7,"s":4},"id":2409},{"c":4,"u":"corpse%20slayer%20revolver_egw","s":5,"n":"Corpse Slayer Revolver","h":1,"p":266,"zg":{"n":8,"s":5},"id":2410},{"c":4,"u":"dragon%20slayer%20revolver_xdmg","s":3,"n":"Dragon Slayer Revolver","h":1,"p":254,"zg":{"n":9,"s":3},"id":2411},{"c":4,"u":"drow%20%2b1%20revolver_mm","s":6,"n":"Drow +1 Revolver","h":1,"p":126,"zg":{"n":10,"s":6},"id":2412},{"c":4,"u":"drow%20%2b2%20revolver_mm","s":6,"n":"Drow +2 Revolver","h":1,"p":126,"zg":{"n":11,"s":6},"id":2413},{"c":4,"u":"drow%20%2b3%20revolver_mm","s":6,"n":"Drow +3 Revolver","h":1,"p":126,"zg":{"n":12,"s":6},"id":2414},{"c":4,"u":"enspelled%20(cantrip)%20revolver_xdmg","s":3,"n":"Enspelled (Cantrip) Revolver","h":1,"p":258,"zg":{"n":13,"s":3},"id":2415},{"c":4,"u":"enspelled%20(level%201)%20revolver_xdmg","s":3,"n":"Enspelled (Level 1) Revolver","h":1,"p":258,"zg":{"n":14,"s":3},"id":2416},{"c":4,"u":"enspelled%20(level%202)%20revolver_xdmg","s":3,"n":"Enspelled (Level 2) Revolver","h":1,"p":258,"zg":{"n":15,"s":3},"id":2417},{"c":4,"u":"enspelled%20(level%203)%20revolver_xdmg","s":3,"n":"Enspelled (Level 3) Revolver","h":1,"p":258,"zg":{"n":16,"s":3},"id":2418},{"c":4,"u":"enspelled%20(level%204)%20revolver_xdmg","s":3,"n":"Enspelled (Level 4) Revolver","h":1,"p":258,"zg":{"n":17,"s":3},"id":2419},{"c":4,"u":"enspelled%20(level%205)%20revolver_xdmg","s":3,"n":"Enspelled (Level 5) Revolver","h":1,"p":258,"zg":{"n":18,"s":3},"id":2420},{"c":4,"u":"enspelled%20(level%206)%20revolver_xdmg","s":3,"n":"Enspelled (Level 6) Revolver","h":1,"p":258,"zg":{"n":19,"s":3},"id":2421},{"c":4,"u":"enspelled%20(level%207)%20revolver_xdmg","s":3,"n":"Enspelled (Level 7) Revolver","h":1,"p":258,"zg":{"n":20,"s":3},"id":2422},{"c":4,"u":"enspelled%20(level%208)%20revolver_xdmg","s":3,"n":"Enspelled (Level 8) Revolver","h":1,"p":258,"zg":{"n":21,"s":3},"id":2423},{"c":4,"u":"giant%20slayer%20revolver_xdmg","s":3,"n":"Giant Slayer Revolver","h":1,"p":264,"zg":{"n":22,"s":3},"id":2424},{"c":4,"u":"hellfire%20revolver_bgdia","s":7,"n":"Hellfire Revolver","h":1,"p":223,"zg":{"n":23,"s":7},"id":2425},{"c":4,"u":"holy%20avenger%20revolver_xdmg","s":3,"n":"Holy Avenger Revolver","h":1,"p":269,"zg":{"n":24,"s":3},"id":2426},{"c":4,"u":"lycan%20revolver_ghloe","s":8,"n":"Lycan Revolver","h":1,"p":111,"zg":{"n":25,"s":8},"id":2427},{"c":4,"u":"nine%20lives%20stealer%20revolver_xdmg","s":3,"n":"Nine Lives Stealer Revolver","h":1,"p":281,"zg":{"n":26,"s":3},"id":2428},{"c":4,"u":"oceanic%20revolver_tdcsr","s":9,"n":"Oceanic Revolver","h":1,"p":199,"zg":{"n":27,"s":9},"id":2429},{"c":4,"u":"ruidium%20revolver_crcotn","s":10,"n":"Ruidium Revolver","h":1,"p":216,"zg":{"n":28,"s":10},"id":2430},{"c":4,"u":"silvered%20revolver_xdmg","s":3,"n":"Silvered Revolver","h":1,"p":304,"zg":{"n":4,"s":3},"id":2431},{"c":4,"u":"slumbering%20dragon's%20wrath%20revolver_ftd","s":4,"n":"Slumbering Dragon's Wrath Revolver","h":1,"p":25,"zg":{"n":29,"s":4},"id":2432},{"c":4,"u":"stirring%20dragon's%20wrath%20revolver_ftd","s":4,"n":"Stirring Dragon's Wrath Revolver","h":1,"p":25,"zg":{"n":30,"s":4},"id":2433},{"c":4,"u":"vicious%20%2b1%20revolver_ai","s":11,"n":"Vicious +1 Revolver","h":1,"p":149,"zg":{"n":31,"s":11},"id":2434},{"c":4,"u":"vicious%20revolver_xdmg","s":3,"n":"Vicious Revolver","h":1,"p":318,"zg":{"n":5,"s":3},"id":2435},{"c":4,"u":"wakened%20dragon's%20wrath%20revolver_ftd","s":4,"n":"Wakened Dragon's Wrath Revolver","h":1,"p":25,"zg":{"n":32,"s":4},"id":2436},{"c":4,"u":"revolver%20of%20certain%20death_egw","s":5,"n":"Revolver of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2437},{"c":4,"u":"revolver%20of%20throne's%20command_bmt","s":12,"n":"Revolver of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2438},{"c":4,"u":"revolver%20of%20warning_xdmg","s":3,"n":"Revolver of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2439},{"c":4,"u":"%2b1%20ring%20mail_dmg","s":0,"n":"+1 Ring Mail","h":1,"p":152,"zg":{"n":53,"s":0},"id":2440},{"c":4,"u":"%2b2%20ring%20mail_dmg","s":0,"n":"+2 Ring Mail","h":1,"p":152,"zg":{"n":54,"s":0},"id":2441},{"c":4,"u":"%2b3%20ring%20mail_dmg","s":0,"n":"+3 Ring Mail","h":1,"p":152,"zg":{"n":55,"s":0},"id":2442},{"c":4,"u":"adamantine%20ring%20mail_dmg","s":0,"n":"Adamantine Ring Mail","h":1,"p":150,"zg":{"n":56,"s":0},"id":2443},{"c":4,"u":"ring%20mail%20of%20acid%20resistance_dmg","s":0,"n":"Ring Mail of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":2444},{"c":4,"u":"ring%20mail%20of%20cold%20resistance_dmg","s":0,"n":"Ring Mail of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":2445},{"c":4,"u":"ring%20mail%20of%20fire%20resistance_dmg","s":0,"n":"Ring Mail of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":2446},{"c":4,"u":"ring%20mail%20of%20force%20resistance_dmg","s":0,"n":"Ring Mail of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":2447},{"c":4,"u":"ring%20mail%20of%20gleaming_xge","s":1,"n":"Ring Mail of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":2448},{"c":4,"u":"ring%20mail%20of%20lightning%20resistance_dmg","s":0,"n":"Ring Mail of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":2449},{"c":4,"u":"ring%20mail%20of%20necrotic%20resistance_dmg","s":0,"n":"Ring Mail of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":2450},{"c":4,"u":"ring%20mail%20of%20poison%20resistance_dmg","s":0,"n":"Ring Mail of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":2451},{"c":4,"u":"ring%20mail%20of%20psychic%20resistance_dmg","s":0,"n":"Ring Mail of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":2452},{"c":4,"u":"ring%20mail%20of%20radiant%20resistance_dmg","s":0,"n":"Ring Mail of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":2453},{"c":4,"u":"ring%20mail%20of%20thunder%20resistance_dmg","s":0,"n":"Ring Mail of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":2454},{"c":4,"u":"cast-off%20ring%20mail_xge","s":1,"n":"Cast-Off Ring Mail","h":1,"p":136,"zg":{"n":68,"s":1},"id":2455},{"c":4,"u":"mariner's%20ring%20mail_dmg","s":0,"n":"Mariner's Ring Mail","h":1,"p":181,"zg":{"n":69,"s":0},"id":2456},{"c":4,"u":"mithral%20ring%20mail_dmg","s":0,"n":"Mithral Ring Mail","h":1,"p":182,"zg":{"n":70,"s":0},"id":2457},{"c":4,"u":"smoldering%20ring%20mail_xge","s":1,"n":"Smoldering Ring Mail","h":1,"p":139,"zg":{"n":71,"s":1},"id":2458},{"c":4,"u":"%2b1%20ring%20mail_xdmg","s":3,"n":"+1 Ring Mail","h":1,"p":230,"zg":{"n":53,"s":3},"id":2459},{"c":4,"u":"%2b2%20ring%20mail_xdmg","s":3,"n":"+2 Ring Mail","h":1,"p":230,"zg":{"n":54,"s":3},"id":2460},{"c":4,"u":"%2b3%20ring%20mail_xdmg","s":3,"n":"+3 Ring Mail","h":1,"p":230,"zg":{"n":55,"s":3},"id":2461},{"c":4,"u":"adamantine%20ring%20mail_xdmg","s":3,"n":"Adamantine Ring Mail","h":1,"p":227,"zg":{"n":56,"s":3},"id":2462},{"c":4,"u":"antimagic%20ring%20mail_bmt","s":12,"n":"Antimagic Ring Mail","h":1,"p":65,"zg":{"n":72,"s":12},"id":2463},{"c":4,"u":"ring%20mail%20of%20acid%20resistance_xdmg","s":3,"n":"Ring Mail of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":2464},{"c":4,"u":"ring%20mail%20of%20cold%20resistance_xdmg","s":3,"n":"Ring Mail of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":2465},{"c":4,"u":"ring%20mail%20of%20fire%20resistance_xdmg","s":3,"n":"Ring Mail of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":2466},{"c":4,"u":"ring%20mail%20of%20force%20resistance_xdmg","s":3,"n":"Ring Mail of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":2467},{"c":4,"u":"ring%20mail%20of%20gleaming_xdmg","s":3,"n":"Ring Mail of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":2468},{"c":4,"u":"ring%20mail%20of%20lightning%20resistance_xdmg","s":3,"n":"Ring Mail of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":2469},{"c":4,"u":"ring%20mail%20of%20necrotic%20resistance_xdmg","s":3,"n":"Ring Mail of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":2470},{"c":4,"u":"ring%20mail%20of%20poison%20resistance_xdmg","s":3,"n":"Ring Mail of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":2471},{"c":4,"u":"ring%20mail%20of%20psychic%20resistance_xdmg","s":3,"n":"Ring Mail of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":2472},{"c":4,"u":"ring%20mail%20of%20radiant%20resistance_xdmg","s":3,"n":"Ring Mail of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":2473},{"c":4,"u":"ring%20mail%20of%20safeguarding_bgg","s":17,"n":"Ring Mail of Safeguarding","h":1,"p":111,"zg":{"n":100,"s":17},"id":2474},{"c":4,"u":"ring%20mail%20of%20the%20fallen_bmt","s":12,"n":"Ring Mail of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":2475},{"c":4,"u":"ring%20mail%20of%20thunder%20resistance_xdmg","s":3,"n":"Ring Mail of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":2476},{"c":4,"u":"ring%20mail%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Ring Mail of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":2477},{"c":4,"u":"ring%20mail%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Ring Mail of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":2478},{"c":4,"u":"ring%20mail%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Ring Mail of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":2479},{"c":4,"u":"ring%20mail%20of%20weightlessness_bmt","s":12,"n":"Ring Mail of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":2480},{"c":4,"u":"ring%20mail%20barding_phb","s":2,"n":"Ring Mail Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":2481},{"c":4,"u":"cast-off%20ring%20mail_xdmg","s":3,"n":"Cast-Off Ring Mail","h":1,"p":243,"zg":{"n":68,"s":3},"id":2482},{"c":4,"u":"clockwork%20ring%20mail_bmt","s":12,"n":"Clockwork Ring Mail","h":1,"p":67,"zg":{"n":101,"s":12},"id":2483},{"c":4,"u":"demon%20ring%20mail_xdmg","s":3,"n":"Demon Ring Mail","h":1,"p":252,"zg":{"n":80,"s":3},"id":2484},{"c":4,"u":"demon%20skin%20ring%20mail_ditlcot","s":18,"n":"Demon Skin Ring Mail","h":1,"p":14,"zg":{"n":102,"s":18},"id":2485},{"c":4,"u":"drow%20%2b1%20ring%20mail_mm","s":6,"n":"Drow +1 Ring Mail","h":1,"p":126,"zg":{"n":81,"s":6},"id":2486},{"c":4,"u":"drow%20%2b2%20ring%20mail_mm","s":6,"n":"Drow +2 Ring Mail","h":1,"p":126,"zg":{"n":82,"s":6},"id":2487},{"c":4,"u":"drow%20%2b3%20ring%20mail_mm","s":6,"n":"Drow +3 Ring Mail","h":1,"p":126,"zg":{"n":83,"s":6},"id":2488},{"c":4,"u":"enspelled%20(cantrip)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Cantrip) Ring Mail","h":1,"p":258,"zg":{"n":84,"s":3},"id":2489},{"c":4,"u":"enspelled%20(level%201)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 1) Ring Mail","h":1,"p":258,"zg":{"n":85,"s":3},"id":2490},{"c":4,"u":"enspelled%20(level%202)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 2) Ring Mail","h":1,"p":258,"zg":{"n":86,"s":3},"id":2491},{"c":4,"u":"enspelled%20(level%203)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 3) Ring Mail","h":1,"p":258,"zg":{"n":87,"s":3},"id":2492},{"c":4,"u":"enspelled%20(level%204)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 4) Ring Mail","h":1,"p":258,"zg":{"n":88,"s":3},"id":2493},{"c":4,"u":"enspelled%20(level%205)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 5) Ring Mail","h":1,"p":258,"zg":{"n":89,"s":3},"id":2494},{"c":4,"u":"enspelled%20(level%206)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 6) Ring Mail","h":1,"p":258,"zg":{"n":90,"s":3},"id":2495},{"c":4,"u":"enspelled%20(level%207)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 7) Ring Mail","h":1,"p":258,"zg":{"n":91,"s":3},"id":2496},{"c":4,"u":"enspelled%20(level%208)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 8) Ring Mail","h":1,"p":258,"zg":{"n":92,"s":3},"id":2497},{"c":4,"u":"feywrought%20ring%20mail_bmt","s":12,"n":"Feywrought Ring Mail","h":1,"p":67,"zg":{"n":93,"s":12},"id":2498},{"c":4,"u":"gloomwrought%20ring%20mail_bmt","s":12,"n":"Gloomwrought Ring Mail","h":1,"p":67,"zg":{"n":94,"s":12},"id":2499},{"c":4,"u":"last%20stand%20ring%20mail_egw","s":5,"n":"Last Stand Ring Mail","h":1,"p":267,"zg":{"n":95,"s":5},"id":2500},{"c":4,"u":"living%20ring%20mail_erlw","s":14,"n":"Living Ring Mail","h":1,"p":278,"zg":{"n":96,"s":14},"id":2501},{"c":4,"u":"mariner's%20ring%20mail_xdmg","s":3,"n":"Mariner's Ring Mail","h":1,"p":278,"zg":{"n":69,"s":3},"id":2502},{"c":4,"u":"mind%20carapace%20ring%20mail_vgm","s":19,"n":"Mind Carapace Ring Mail","h":1,"p":81,"zg":{"n":105,"s":19},"id":2503},{"c":4,"u":"mithral%20%2b1%20ring%20mail_ai","s":11,"n":"Mithral +1 Ring Mail","h":1,"p":156,"zg":{"n":97,"s":11},"id":2504},{"c":4,"u":"mithral%20ring%20mail_xdmg","s":3,"n":"Mithral Ring Mail","h":1,"p":279,"zg":{"n":70,"s":3},"id":2505},{"c":4,"u":"mizzium%20ring%20mail_ggr","s":16,"n":"Mizzium Ring Mail","h":1,"p":179,"zg":{"n":98,"s":16},"id":2506},{"c":4,"u":"ruidium%20ring%20mail_crcotn","s":10,"n":"Ruidium Ring Mail","h":1,"p":215,"zg":{"n":99,"s":10},"id":2507},{"c":4,"u":"smoldering%20ring%20mail_xdmg","s":3,"n":"Smoldering Ring Mail","h":1,"p":305,"zg":{"n":71,"s":3},"id":2508},{"c":4,"u":"fernian%20ash%20rod_erlw","s":14,"n":"Fernian Ash Rod","h":1,"p":277,"zg":{"n":155,"s":14},"id":2509},{"c":4,"u":"irian%20rosewood%20rod_erlw","s":14,"n":"Irian Rosewood Rod","h":1,"p":277,"zg":{"n":156,"s":14},"id":2510},{"c":4,"u":"kythrian%20manchineel%20rod_erlw","s":14,"n":"Kythrian Manchineel Rod","h":1,"p":277,"zg":{"n":157,"s":14},"id":2511},{"c":4,"u":"lamannian%20oak%20rod_erlw","s":14,"n":"Lamannian Oak Rod","h":1,"p":277,"zg":{"n":158,"s":14},"id":2512},{"c":4,"u":"mabaran%20ebony%20rod_erlw","s":14,"n":"Mabaran Ebony Rod","h":1,"p":277,"zg":{"n":159,"s":14},"id":2513},{"c":4,"u":"risian%20pine%20rod_erlw","s":14,"n":"Risian Pine Rod","h":1,"p":277,"zg":{"n":160,"s":14},"id":2514},{"c":4,"u":"shavarran%20birch%20rod_erlw","s":14,"n":"Shavarran Birch Rod","h":1,"p":277,"zg":{"n":161,"s":14},"id":2515},{"c":4,"u":"xorian%20wenge%20rod_erlw","s":14,"n":"Xorian Wenge Rod","h":1,"p":277,"zg":{"n":162,"s":14},"id":2516},{"c":4,"u":"%2b1%20scale%20mail_dmg","s":0,"n":"+1 Scale Mail","h":1,"p":152,"zg":{"n":53,"s":0},"id":2517},{"c":4,"u":"%2b2%20scale%20mail_dmg","s":0,"n":"+2 Scale Mail","h":1,"p":152,"zg":{"n":54,"s":0},"id":2518},{"c":4,"u":"%2b3%20scale%20mail_dmg","s":0,"n":"+3 Scale Mail","h":1,"p":152,"zg":{"n":55,"s":0},"id":2519},{"c":4,"u":"adamantine%20scale%20mail_dmg","s":0,"n":"Adamantine Scale Mail","h":1,"p":150,"zg":{"n":56,"s":0},"id":2520},{"c":4,"u":"scale%20mail%20of%20acid%20resistance_dmg","s":0,"n":"Scale Mail of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":2521},{"c":4,"u":"scale%20mail%20of%20cold%20resistance_dmg","s":0,"n":"Scale Mail of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":2522},{"c":4,"u":"scale%20mail%20of%20fire%20resistance_dmg","s":0,"n":"Scale Mail of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":2523},{"c":4,"u":"scale%20mail%20of%20force%20resistance_dmg","s":0,"n":"Scale Mail of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":2524},{"c":4,"u":"scale%20mail%20of%20gleaming_xge","s":1,"n":"Scale Mail of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":2525},{"c":4,"u":"scale%20mail%20of%20lightning%20resistance_dmg","s":0,"n":"Scale Mail of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":2526},{"c":4,"u":"scale%20mail%20of%20necrotic%20resistance_dmg","s":0,"n":"Scale Mail of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":2527},{"c":4,"u":"scale%20mail%20of%20poison%20resistance_dmg","s":0,"n":"Scale Mail of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":2528},{"c":4,"u":"scale%20mail%20of%20psychic%20resistance_dmg","s":0,"n":"Scale Mail of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":2529},{"c":4,"u":"scale%20mail%20of%20radiant%20resistance_dmg","s":0,"n":"Scale Mail of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":2530},{"c":4,"u":"scale%20mail%20of%20thunder%20resistance_dmg","s":0,"n":"Scale Mail of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":2531},{"c":4,"u":"cast-off%20scale%20mail_xge","s":1,"n":"Cast-Off Scale Mail","h":1,"p":136,"zg":{"n":68,"s":1},"id":2532},{"c":4,"u":"mariner's%20scale%20mail_dmg","s":0,"n":"Mariner's Scale Mail","h":1,"p":181,"zg":{"n":69,"s":0},"id":2533},{"c":4,"u":"mithral%20scale%20mail_dmg","s":0,"n":"Mithral Scale Mail","h":1,"p":182,"zg":{"n":70,"s":0},"id":2534},{"c":4,"u":"smoldering%20scale%20mail_xge","s":1,"n":"Smoldering Scale Mail","h":1,"p":139,"zg":{"n":71,"s":1},"id":2535},{"c":4,"u":"%2b1%20scale%20mail_xdmg","s":3,"n":"+1 Scale Mail","h":1,"p":230,"zg":{"n":53,"s":3},"id":2536},{"c":4,"u":"%2b2%20scale%20mail_xdmg","s":3,"n":"+2 Scale Mail","h":1,"p":230,"zg":{"n":54,"s":3},"id":2537},{"c":4,"u":"%2b3%20scale%20mail_xdmg","s":3,"n":"+3 Scale Mail","h":1,"p":230,"zg":{"n":55,"s":3},"id":2538},{"c":4,"u":"adamantine%20scale%20mail_xdmg","s":3,"n":"Adamantine Scale Mail","h":1,"p":227,"zg":{"n":56,"s":3},"id":2539},{"c":4,"u":"antimagic%20scale%20mail_bmt","s":12,"n":"Antimagic Scale Mail","h":1,"p":65,"zg":{"n":72,"s":12},"id":2540},{"c":4,"u":"scale%20mail%20of%20acid%20resistance_xdmg","s":3,"n":"Scale Mail of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":2541},{"c":4,"u":"scale%20mail%20of%20cold%20resistance_xdmg","s":3,"n":"Scale Mail of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":2542},{"c":4,"u":"scale%20mail%20of%20fire%20resistance_xdmg","s":3,"n":"Scale Mail of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":2543},{"c":4,"u":"scale%20mail%20of%20force%20resistance_xdmg","s":3,"n":"Scale Mail of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":2544},{"c":4,"u":"scale%20mail%20of%20fungal%20spores_bmt","s":12,"n":"Scale Mail of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":2545},{"c":4,"u":"scale%20mail%20of%20gleaming_xdmg","s":3,"n":"Scale Mail of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":2546},{"c":4,"u":"scale%20mail%20of%20lightning%20resistance_xdmg","s":3,"n":"Scale Mail of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":2547},{"c":4,"u":"scale%20mail%20of%20necrotic%20resistance_xdmg","s":3,"n":"Scale Mail of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":2548},{"c":4,"u":"scale%20mail%20of%20poison%20resistance_xdmg","s":3,"n":"Scale Mail of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":2549},{"c":4,"u":"scale%20mail%20of%20psychic%20resistance_xdmg","s":3,"n":"Scale Mail of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":2550},{"c":4,"u":"scale%20mail%20of%20radiant%20resistance_xdmg","s":3,"n":"Scale Mail of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":2551},{"c":4,"u":"scale%20mail%20of%20the%20fallen_bmt","s":12,"n":"Scale Mail of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":2552},{"c":4,"u":"scale%20mail%20of%20thunder%20resistance_xdmg","s":3,"n":"Scale Mail of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":2553},{"c":4,"u":"scale%20mail%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Scale Mail of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":2554},{"c":4,"u":"scale%20mail%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Scale Mail of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":2555},{"c":4,"u":"scale%20mail%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Scale Mail of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":2556},{"c":4,"u":"scale%20mail%20of%20weightlessness_bmt","s":12,"n":"Scale Mail of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":2557},{"c":4,"u":"scale%20mail%20barding_phb","s":2,"n":"Scale Mail Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":2558},{"c":4,"u":"cast-off%20scale%20mail_xdmg","s":3,"n":"Cast-Off Scale Mail","h":1,"p":243,"zg":{"n":68,"s":3},"id":2559},{"c":4,"u":"demon%20scale%20mail_xdmg","s":3,"n":"Demon Scale Mail","h":1,"p":252,"zg":{"n":80,"s":3},"id":2560},{"c":4,"u":"drow%20%2b1%20scale%20mail_mm","s":6,"n":"Drow +1 Scale Mail","h":1,"p":126,"zg":{"n":81,"s":6},"id":2561},{"c":4,"u":"drow%20%2b2%20scale%20mail_mm","s":6,"n":"Drow +2 Scale Mail","h":1,"p":126,"zg":{"n":82,"s":6},"id":2562},{"c":4,"u":"drow%20%2b3%20scale%20mail_mm","s":6,"n":"Drow +3 Scale Mail","h":1,"p":126,"zg":{"n":83,"s":6},"id":2563},{"c":4,"u":"enspelled%20(cantrip)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Cantrip) Scale Mail","h":1,"p":258,"zg":{"n":84,"s":3},"id":2564},{"c":4,"u":"enspelled%20(level%201)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 1) Scale Mail","h":1,"p":258,"zg":{"n":85,"s":3},"id":2565},{"c":4,"u":"enspelled%20(level%202)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 2) Scale Mail","h":1,"p":258,"zg":{"n":86,"s":3},"id":2566},{"c":4,"u":"enspelled%20(level%203)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 3) Scale Mail","h":1,"p":258,"zg":{"n":87,"s":3},"id":2567},{"c":4,"u":"enspelled%20(level%204)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 4) Scale Mail","h":1,"p":258,"zg":{"n":88,"s":3},"id":2568},{"c":4,"u":"enspelled%20(level%205)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 5) Scale Mail","h":1,"p":258,"zg":{"n":89,"s":3},"id":2569},{"c":4,"u":"enspelled%20(level%206)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 6) Scale Mail","h":1,"p":258,"zg":{"n":90,"s":3},"id":2570},{"c":4,"u":"enspelled%20(level%207)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 7) Scale Mail","h":1,"p":258,"zg":{"n":91,"s":3},"id":2571},{"c":4,"u":"enspelled%20(level%208)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 8) Scale Mail","h":1,"p":258,"zg":{"n":92,"s":3},"id":2572},{"c":4,"u":"feywrought%20scale%20mail_bmt","s":12,"n":"Feywrought Scale Mail","h":1,"p":67,"zg":{"n":93,"s":12},"id":2573},{"c":4,"u":"gloomwrought%20scale%20mail_bmt","s":12,"n":"Gloomwrought Scale Mail","h":1,"p":67,"zg":{"n":94,"s":12},"id":2574},{"c":4,"u":"last%20stand%20scale%20mail_egw","s":5,"n":"Last Stand Scale Mail","h":1,"p":267,"zg":{"n":95,"s":5},"id":2575},{"c":4,"u":"living%20scale%20mail_erlw","s":14,"n":"Living Scale Mail","h":1,"p":278,"zg":{"n":96,"s":14},"id":2576},{"c":4,"u":"mariner's%20scale%20mail_xdmg","s":3,"n":"Mariner's Scale Mail","h":1,"p":278,"zg":{"n":69,"s":3},"id":2577},{"c":4,"u":"mithral%20%2b1%20scale%20mail_ai","s":11,"n":"Mithral +1 Scale Mail","h":1,"p":156,"zg":{"n":97,"s":11},"id":2578},{"c":4,"u":"mithral%20scale%20mail_xdmg","s":3,"n":"Mithral Scale Mail","h":1,"p":279,"zg":{"n":70,"s":3},"id":2579},{"c":4,"u":"mizzium%20scale%20mail_ggr","s":16,"n":"Mizzium Scale Mail","h":1,"p":179,"zg":{"n":98,"s":16},"id":2580},{"c":4,"u":"ruidium%20scale%20mail_crcotn","s":10,"n":"Ruidium Scale Mail","h":1,"p":215,"zg":{"n":99,"s":10},"id":2581},{"c":4,"u":"smoldering%20scale%20mail_xdmg","s":3,"n":"Smoldering Scale Mail","h":1,"p":305,"zg":{"n":71,"s":3},"id":2582},{"c":4,"u":"%2b1%20scimitar_dmg","s":0,"n":"+1 Scimitar","h":1,"p":213,"zg":{"n":0,"s":0},"id":2583},{"c":4,"u":"%2b2%20scimitar_dmg","s":0,"n":"+2 Scimitar","h":1,"p":213,"zg":{"n":1,"s":0},"id":2584},{"c":4,"u":"%2b3%20scimitar_dmg","s":0,"n":"+3 Scimitar","h":1,"p":213,"zg":{"n":2,"s":0},"id":2585},{"c":4,"u":"adamantine%20scimitar_xge","s":1,"n":"Adamantine Scimitar","h":1,"p":78,"zg":{"n":3,"s":1},"id":2586},{"c":4,"u":"dancing%20scimitar_dmg","s":0,"n":"Dancing Scimitar","h":1,"p":161,"zg":{"n":122,"s":0},"id":2587},{"c":4,"u":"defender%20scimitar_dmg","s":0,"n":"Defender Scimitar","h":1,"p":164,"zg":{"n":49,"s":0},"id":2588},{"c":4,"u":"dragon%20slayer%20scimitar_dmg","s":0,"n":"Dragon Slayer Scimitar","h":1,"p":166,"zg":{"n":9,"s":0},"id":2589},{"c":4,"u":"flame%20tongue%20scimitar_dmg","s":0,"n":"Flame Tongue Scimitar","h":1,"p":170,"zg":{"n":51,"s":0},"id":2590},{"c":4,"u":"frost%20brand%20scimitar_dmg","s":0,"n":"Frost Brand Scimitar","h":1,"p":171,"zg":{"n":125,"s":0},"id":2591},{"c":4,"u":"giant%20slayer%20scimitar_dmg","s":0,"n":"Giant Slayer Scimitar","h":1,"p":172,"zg":{"n":22,"s":0},"id":2592},{"c":4,"u":"holy%20avenger%20scimitar_dmg","s":0,"n":"Holy Avenger Scimitar","h":1,"p":174,"zg":{"n":24,"s":0},"id":2593},{"c":4,"u":"luck%20blade%20scimitar_dmg","s":0,"n":"Luck Blade Scimitar","h":1,"p":179,"zg":{"n":127,"s":0},"id":2594},{"c":4,"u":"moon-touched%20scimitar_xge","s":1,"n":"Moon-Touched Scimitar","h":1,"p":138,"zg":{"n":129,"s":1},"id":2595},{"c":4,"u":"nine%20lives%20stealer%20scimitar_dmg","s":0,"n":"Nine Lives Stealer Scimitar","h":1,"p":183,"zg":{"n":26,"s":0},"id":2596},{"c":4,"u":"silvered%20scimitar_phb","s":2,"n":"Silvered Scimitar","h":1,"p":148,"zg":{"n":4,"s":2},"id":2597},{"c":4,"u":"scimitar%20of%20life%20stealing_dmg","s":0,"n":"Scimitar of Life Stealing","h":1,"p":206,"zg":{"n":131,"s":0},"id":2598},{"c":4,"u":"scimitar%20of%20sharpness_dmg","s":0,"n":"Scimitar of Sharpness","h":1,"p":206,"zg":{"n":133,"s":0},"id":2599},{"c":4,"u":"scimitar%20of%20vengeance_dmg","s":0,"n":"Scimitar of Vengeance","h":1,"p":206,"zg":{"n":135,"s":0},"id":2600},{"c":4,"u":"scimitar%20of%20wounding_dmg","s":0,"n":"Scimitar of Wounding","h":1,"p":207,"zg":{"n":136,"s":0},"id":2601},{"c":4,"u":"vicious%20scimitar_dmg","s":0,"n":"Vicious Scimitar","h":1,"p":209,"zg":{"n":5,"s":0},"id":2602},{"c":4,"u":"vorpal%20scimitar_dmg","s":0,"n":"Vorpal Scimitar","h":1,"p":209,"zg":{"n":137,"s":0},"id":2603},{"c":4,"u":"scimitar%20of%20warning_dmg","s":0,"n":"Scimitar of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2604},{"c":4,"u":"%2b1%20scimitar_xdmg","s":3,"n":"+1 Scimitar","h":1,"p":324,"zg":{"n":0,"s":3},"id":2605},{"c":4,"u":"%2b2%20scimitar_xdmg","s":3,"n":"+2 Scimitar","h":1,"p":324,"zg":{"n":1,"s":3},"id":2606},{"c":4,"u":"%2b3%20scimitar_xdmg","s":3,"n":"+3 Scimitar","h":1,"p":324,"zg":{"n":2,"s":3},"id":2607},{"c":4,"u":"acheron%20blade%20scimitar_egw","s":5,"n":"Acheron Blade Scimitar","h":1,"p":265,"zg":{"n":117,"s":5},"id":2608},{"c":4,"u":"adamantine%20scimitar_xdmg","s":3,"n":"Adamantine Scimitar","h":1,"p":227,"zg":{"n":3,"s":3},"id":2609},{"c":4,"u":"scimitar%20armblade_erlw","s":14,"n":"Scimitar Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2610},{"c":4,"u":"ascendant%20dragon's%20wrath%20scimitar_ftd","s":4,"n":"Ascendant Dragon's Wrath Scimitar","h":1,"p":25,"zg":{"n":7,"s":4},"id":2611},{"c":4,"u":"scimitar%20of%20the%20medusa_llk","s":20,"n":"Scimitar of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":2612},{"c":4,"u":"scimitar%20of%20the%20wood_hwcs","s":21,"n":"Scimitar of the Wood","h":1,"p":213,"zg":{"n":119,"s":21},"id":2613},{"c":4,"u":"bloodshed%20scimitar_bgg","s":17,"n":"Bloodshed Scimitar","h":1,"p":111,"zg":{"n":120,"s":17},"id":2614},{"c":4,"u":"corpse%20slayer%20scimitar_egw","s":5,"n":"Corpse Slayer Scimitar","h":1,"p":266,"zg":{"n":8,"s":5},"id":2615},{"c":4,"u":"crystal%20scimitar_ftd","s":4,"n":"Crystal Scimitar","h":1,"p":22,"zg":{"n":121,"s":4},"id":2616},{"c":4,"u":"dancing%20scimitar_xdmg","s":3,"n":"Dancing Scimitar","h":1,"p":248,"zg":{"n":122,"s":3},"id":2617},{"c":4,"u":"defender%20scimitar_xdmg","s":3,"n":"Defender Scimitar","h":1,"p":252,"zg":{"n":49,"s":3},"id":2618},{"c":4,"u":"delerium-forged%20blade%20scimitar_dodk","s":13,"n":"Delerium-Forged Blade Scimitar","h":1,"p":230,"zg":{"n":123,"s":13},"id":2619},{"c":4,"u":"dragon%20slayer%20scimitar_xdmg","s":3,"n":"Dragon Slayer Scimitar","h":1,"p":254,"zg":{"n":9,"s":3},"id":2620},{"c":4,"u":"drow%20%2b1%20scimitar_mm","s":6,"n":"Drow +1 Scimitar","h":1,"p":126,"zg":{"n":10,"s":6},"id":2621},{"c":4,"u":"drow%20%2b2%20scimitar_mm","s":6,"n":"Drow +2 Scimitar","h":1,"p":126,"zg":{"n":11,"s":6},"id":2622},{"c":4,"u":"drow%20%2b3%20scimitar_mm","s":6,"n":"Drow +3 Scimitar","h":1,"p":126,"zg":{"n":12,"s":6},"id":2623},{"c":4,"u":"enspelled%20(cantrip)%20scimitar_xdmg","s":3,"n":"Enspelled (Cantrip) Scimitar","h":1,"p":258,"zg":{"n":13,"s":3},"id":2624},{"c":4,"u":"enspelled%20(level%201)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 1) Scimitar","h":1,"p":258,"zg":{"n":14,"s":3},"id":2625},{"c":4,"u":"enspelled%20(level%202)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 2) Scimitar","h":1,"p":258,"zg":{"n":15,"s":3},"id":2626},{"c":4,"u":"enspelled%20(level%203)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 3) Scimitar","h":1,"p":258,"zg":{"n":16,"s":3},"id":2627},{"c":4,"u":"enspelled%20(level%204)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 4) Scimitar","h":1,"p":258,"zg":{"n":17,"s":3},"id":2628},{"c":4,"u":"enspelled%20(level%205)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 5) Scimitar","h":1,"p":258,"zg":{"n":18,"s":3},"id":2629},{"c":4,"u":"enspelled%20(level%206)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 6) Scimitar","h":1,"p":258,"zg":{"n":19,"s":3},"id":2630},{"c":4,"u":"enspelled%20(level%207)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 7) Scimitar","h":1,"p":258,"zg":{"n":20,"s":3},"id":2631},{"c":4,"u":"enspelled%20(level%208)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 8) Scimitar","h":1,"p":258,"zg":{"n":21,"s":3},"id":2632},{"c":4,"u":"flame%20tongue%20scimitar_xdmg","s":3,"n":"Flame Tongue Scimitar","h":1,"p":263,"zg":{"n":51,"s":3},"id":2633},{"c":4,"u":"fool's%20scimitar_bmt","s":12,"n":"Fool's Scimitar","h":1,"p":36,"zg":{"n":124,"s":12},"id":2634},{"c":4,"u":"frost%20brand%20scimitar_xdmg","s":3,"n":"Frost Brand Scimitar","h":1,"p":263,"zg":{"n":125,"s":3},"id":2635},{"c":4,"u":"gambler's%20blade%20scimitar_llk","s":20,"n":"Gambler's Blade Scimitar","h":1,"p":55,"zg":{"n":126,"s":20},"id":2636},{"c":4,"u":"giant%20slayer%20scimitar_xdmg","s":3,"n":"Giant Slayer Scimitar","h":1,"p":264,"zg":{"n":22,"s":3},"id":2637},{"c":4,"u":"hellfire%20scimitar_bgdia","s":7,"n":"Hellfire Scimitar","h":1,"p":223,"zg":{"n":23,"s":7},"id":2638},{"c":4,"u":"holy%20avenger%20scimitar_xdmg","s":3,"n":"Holy Avenger Scimitar","h":1,"p":269,"zg":{"n":24,"s":3},"id":2639},{"c":4,"u":"luck%20scimitar_xdmg","s":3,"n":"Luck Scimitar","h":1,"p":275,"zg":{"n":127,"s":3},"id":2640},{"c":4,"u":"lycan%20scimitar_ghloe","s":8,"n":"Lycan Scimitar","h":1,"p":111,"zg":{"n":25,"s":8},"id":2641},{"c":4,"u":"mind%20blade%20scimitar_vgm","s":19,"n":"Mind Blade Scimitar","h":1,"p":81,"zg":{"n":128,"s":19},"id":2642},{"c":4,"u":"moon-touched%20scimitar_xdmg","s":3,"n":"Moon-Touched Scimitar","h":1,"p":280,"zg":{"n":129,"s":3},"id":2643},{"c":4,"u":"moonblade%20scimitar_xdmg","s":3,"n":"Moonblade Scimitar","h":1,"p":279,"zg":{"n":139,"s":3},"id":2644},{"c":4,"u":"nine%20lives%20stealer%20scimitar_xdmg","s":3,"n":"Nine Lives Stealer Scimitar","h":1,"p":281,"zg":{"n":26,"s":3},"id":2645},{"c":4,"u":"polymorph%20blade%20scimitar_llk","s":20,"n":"Polymorph Blade Scimitar","h":1,"p":56,"zg":{"n":130,"s":20},"id":2646},{"c":4,"u":"ruidium%20scimitar_crcotn","s":10,"n":"Ruidium Scimitar","h":1,"p":216,"zg":{"n":28,"s":10},"id":2647},{"c":4,"u":"silvered%20scimitar_xdmg","s":3,"n":"Silvered Scimitar","h":1,"p":304,"zg":{"n":4,"s":3},"id":2648},{"c":4,"u":"slumbering%20dragon's%20wrath%20scimitar_ftd","s":4,"n":"Slumbering Dragon's Wrath Scimitar","h":1,"p":25,"zg":{"n":29,"s":4},"id":2649},{"c":4,"u":"stirring%20dragon's%20wrath%20scimitar_ftd","s":4,"n":"Stirring Dragon's Wrath Scimitar","h":1,"p":25,"zg":{"n":30,"s":4},"id":2650},{"c":4,"u":"scimitar%20of%20life%20stealing_xdmg","s":3,"n":"Scimitar of Life Stealing","h":1,"p":314,"zg":{"n":131,"s":3},"id":2651},{"c":4,"u":"scimitar%20of%20retribution_coa","s":15,"n":"Scimitar of Retribution","h":1,"p":270,"zg":{"n":132,"s":15},"id":2652},{"c":4,"u":"scimitar%20of%20sharpness_xdmg","s":3,"n":"Scimitar of Sharpness","h":1,"p":314,"zg":{"n":133,"s":3},"id":2653},{"c":4,"u":"scimitar%20of%20the%20planes_bmt","s":12,"n":"Scimitar of the Planes","h":1,"p":68,"zg":{"n":134,"s":12},"id":2654},{"c":4,"u":"scimitar%20of%20vengeance_xdmg","s":3,"n":"Scimitar of Vengeance","h":1,"p":206,"zg":{"n":135,"s":3},"id":2655},{"c":4,"u":"scimitar%20of%20wounding_xdmg","s":3,"n":"Scimitar of Wounding","h":1,"p":314,"zg":{"n":136,"s":3},"id":2656},{"c":4,"u":"sylvan%20talon%20scimitar_xdmg","s":3,"n":"Sylvan Talon Scimitar","h":1,"p":314,"zg":{"n":116,"s":3},"id":2657},{"c":4,"u":"vicious%20%2b1%20scimitar_ai","s":11,"n":"Vicious +1 Scimitar","h":1,"p":149,"zg":{"n":31,"s":11},"id":2658},{"c":4,"u":"vicious%20scimitar_xdmg","s":3,"n":"Vicious Scimitar","h":1,"p":318,"zg":{"n":5,"s":3},"id":2659},{"c":4,"u":"vorpal%20scimitar_xdmg","s":3,"n":"Vorpal Scimitar","h":1,"p":318,"zg":{"n":137,"s":3},"id":2660},{"c":4,"u":"wakened%20dragon's%20wrath%20scimitar_ftd","s":4,"n":"Wakened Dragon's Wrath Scimitar","h":1,"p":25,"zg":{"n":32,"s":4},"id":2661},{"c":4,"u":"scimitar%20of%20agonizing%20paralysis_coa","s":15,"n":"Scimitar of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2662},{"c":4,"u":"scimitar%20of%20certain%20death_egw","s":5,"n":"Scimitar of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2663},{"c":4,"u":"scimitar%20of%20throne's%20command_bmt","s":12,"n":"Scimitar of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2664},{"c":4,"u":"scimitar%20of%20warning_xdmg","s":3,"n":"Scimitar of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2665},{"c":4,"u":"%2b1%20semiautomatic%20pistol_xdmg","s":3,"n":"+1 Semiautomatic Pistol","h":1,"p":324,"zg":{"n":0,"s":3},"id":2666},{"c":4,"u":"%2b2%20semiautomatic%20pistol_xdmg","s":3,"n":"+2 Semiautomatic Pistol","h":1,"p":324,"zg":{"n":1,"s":3},"id":2667},{"c":4,"u":"%2b3%20semiautomatic%20pistol_xdmg","s":3,"n":"+3 Semiautomatic Pistol","h":1,"p":324,"zg":{"n":2,"s":3},"id":2668},{"c":4,"u":"ascendant%20dragon's%20wrath%20semiautomatic%20pistol_ftd","s":4,"n":"Ascendant Dragon's Wrath Semiautomatic Pistol","h":1,"p":25,"zg":{"n":7,"s":4},"id":2669},{"c":4,"u":"corpse%20slayer%20semiautomatic%20pistol_egw","s":5,"n":"Corpse Slayer Semiautomatic Pistol","h":1,"p":266,"zg":{"n":8,"s":5},"id":2670},{"c":4,"u":"dragon%20slayer%20semiautomatic%20pistol_xdmg","s":3,"n":"Dragon Slayer Semiautomatic Pistol","h":1,"p":254,"zg":{"n":9,"s":3},"id":2671},{"c":4,"u":"drow%20%2b1%20semiautomatic%20pistol_mm","s":6,"n":"Drow +1 Semiautomatic Pistol","h":1,"p":126,"zg":{"n":10,"s":6},"id":2672},{"c":4,"u":"drow%20%2b2%20semiautomatic%20pistol_mm","s":6,"n":"Drow +2 Semiautomatic Pistol","h":1,"p":126,"zg":{"n":11,"s":6},"id":2673},{"c":4,"u":"drow%20%2b3%20semiautomatic%20pistol_mm","s":6,"n":"Drow +3 Semiautomatic Pistol","h":1,"p":126,"zg":{"n":12,"s":6},"id":2674},{"c":4,"u":"enspelled%20(cantrip)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Cantrip) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":13,"s":3},"id":2675},{"c":4,"u":"enspelled%20(level%201)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 1) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":14,"s":3},"id":2676},{"c":4,"u":"enspelled%20(level%202)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 2) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":15,"s":3},"id":2677},{"c":4,"u":"enspelled%20(level%203)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 3) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":16,"s":3},"id":2678},{"c":4,"u":"enspelled%20(level%204)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 4) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":17,"s":3},"id":2679},{"c":4,"u":"enspelled%20(level%205)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 5) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":18,"s":3},"id":2680},{"c":4,"u":"enspelled%20(level%206)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 6) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":19,"s":3},"id":2681},{"c":4,"u":"enspelled%20(level%207)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 7) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":20,"s":3},"id":2682},{"c":4,"u":"enspelled%20(level%208)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 8) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":21,"s":3},"id":2683},{"c":4,"u":"giant%20slayer%20semiautomatic%20pistol_xdmg","s":3,"n":"Giant Slayer Semiautomatic Pistol","h":1,"p":264,"zg":{"n":22,"s":3},"id":2684},{"c":4,"u":"hellfire%20semiautomatic%20pistol_bgdia","s":7,"n":"Hellfire Semiautomatic Pistol","h":1,"p":223,"zg":{"n":23,"s":7},"id":2685},{"c":4,"u":"holy%20avenger%20semiautomatic%20pistol_xdmg","s":3,"n":"Holy Avenger Semiautomatic Pistol","h":1,"p":269,"zg":{"n":24,"s":3},"id":2686},{"c":4,"u":"lycan%20semiautomatic%20pistol_ghloe","s":8,"n":"Lycan Semiautomatic Pistol","h":1,"p":111,"zg":{"n":25,"s":8},"id":2687},{"c":4,"u":"nine%20lives%20stealer%20semiautomatic%20pistol_xdmg","s":3,"n":"Nine Lives Stealer Semiautomatic Pistol","h":1,"p":281,"zg":{"n":26,"s":3},"id":2688},{"c":4,"u":"oceanic%20semiautomatic%20pistol_tdcsr","s":9,"n":"Oceanic Semiautomatic Pistol","h":1,"p":199,"zg":{"n":27,"s":9},"id":2689},{"c":4,"u":"ruidium%20semiautomatic%20pistol_crcotn","s":10,"n":"Ruidium Semiautomatic Pistol","h":1,"p":216,"zg":{"n":28,"s":10},"id":2690},{"c":4,"u":"silvered%20semiautomatic%20pistol_xdmg","s":3,"n":"Silvered Semiautomatic Pistol","h":1,"p":304,"zg":{"n":4,"s":3},"id":2691},{"c":4,"u":"slumbering%20dragon's%20wrath%20semiautomatic%20pistol_ftd","s":4,"n":"Slumbering Dragon's Wrath Semiautomatic Pistol","h":1,"p":25,"zg":{"n":29,"s":4},"id":2692},{"c":4,"u":"stirring%20dragon's%20wrath%20semiautomatic%20pistol_ftd","s":4,"n":"Stirring Dragon's Wrath Semiautomatic Pistol","h":1,"p":25,"zg":{"n":30,"s":4},"id":2693},{"c":4,"u":"vicious%20%2b1%20semiautomatic%20pistol_ai","s":11,"n":"Vicious +1 Semiautomatic Pistol","h":1,"p":149,"zg":{"n":31,"s":11},"id":2694},{"c":4,"u":"vicious%20semiautomatic%20pistol_xdmg","s":3,"n":"Vicious Semiautomatic Pistol","h":1,"p":318,"zg":{"n":5,"s":3},"id":2695},{"c":4,"u":"wakened%20dragon's%20wrath%20semiautomatic%20pistol_ftd","s":4,"n":"Wakened Dragon's Wrath Semiautomatic Pistol","h":1,"p":25,"zg":{"n":32,"s":4},"id":2696},{"c":4,"u":"semiautomatic%20pistol%20of%20certain%20death_egw","s":5,"n":"Semiautomatic Pistol of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2697},{"c":4,"u":"semiautomatic%20pistol%20of%20throne's%20command_bmt","s":12,"n":"Semiautomatic Pistol of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2698},{"c":4,"u":"semiautomatic%20pistol%20of%20warning_xdmg","s":3,"n":"Semiautomatic Pistol of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2699},{"c":4,"u":"%2b1%20shield_dmg","s":0,"n":"+1 Shield","h":1,"p":200,"zg":{"n":163,"s":0},"id":2700},{"c":4,"u":"%2b2%20shield_dmg","s":0,"n":"+2 Shield","h":1,"p":200,"zg":{"n":164,"s":0},"id":2701},{"c":4,"u":"%2b3%20shield_dmg","s":0,"n":"+3 Shield","h":1,"p":200,"zg":{"n":165,"s":0},"id":2702},{"c":4,"u":"%2b1%20shield_xdmg","s":3,"n":"+1 Shield","h":1,"p":303,"zg":{"n":163,"s":3},"id":2703},{"c":4,"u":"%2b2%20shield_xdmg","s":3,"n":"+2 Shield","h":1,"p":303,"zg":{"n":164,"s":3},"id":2704},{"c":4,"u":"%2b3%20shield_xdmg","s":3,"n":"+3 Shield","h":1,"p":303,"zg":{"n":165,"s":3},"id":2705},{"c":4,"u":"%2b1%20shortbow_dmg","s":0,"n":"+1 Shortbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":2706},{"c":4,"u":"%2b2%20shortbow_dmg","s":0,"n":"+2 Shortbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":2707},{"c":4,"u":"%2b3%20shortbow_dmg","s":0,"n":"+3 Shortbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":2708},{"c":4,"u":"adamantine%20shortbow_xge","s":1,"n":"Adamantine Shortbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":2709},{"c":4,"u":"energy%20shortbow_uthftlh","s":22,"n":"Energy Shortbow","h":1,"zg":{"n":147,"s":22},"id":2710},{"c":4,"u":"silvered%20shortbow_phb","s":2,"n":"Silvered Shortbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":2711},{"c":4,"u":"vicious%20shortbow_dmg","s":0,"n":"Vicious Shortbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":2712},{"c":4,"u":"shortbow%20of%20warning_dmg","s":0,"n":"Shortbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2713},{"c":4,"u":"%2b1%20shortbow_xdmg","s":3,"n":"+1 Shortbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":2714},{"c":4,"u":"%2b2%20shortbow_xdmg","s":3,"n":"+2 Shortbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":2715},{"c":4,"u":"%2b3%20shortbow_xdmg","s":3,"n":"+3 Shortbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":2716},{"c":4,"u":"ascendant%20dragon's%20wrath%20shortbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Shortbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":2717},{"c":4,"u":"shortbow%20of%20conflagration_bmt","s":12,"n":"Shortbow of Conflagration","h":1,"p":66,"zg":{"n":148,"s":12},"id":2718},{"c":4,"u":"shortbow%20of%20melodies_bmt","s":12,"n":"Shortbow of Melodies","h":1,"p":66,"zg":{"n":149,"s":12},"id":2719},{"c":4,"u":"corpse%20slayer%20shortbow_egw","s":5,"n":"Corpse Slayer Shortbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":2720},{"c":4,"u":"dragon%20slayer%20shortbow_xdmg","s":3,"n":"Dragon Slayer Shortbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":2721},{"c":4,"u":"dragon%20wing%20shortbow_ftd","s":4,"n":"Dragon Wing Shortbow","h":1,"p":23,"zg":{"n":150,"s":4},"id":2722},{"c":4,"u":"drow%20%2b1%20shortbow_mm","s":6,"n":"Drow +1 Shortbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":2723},{"c":4,"u":"drow%20%2b2%20shortbow_mm","s":6,"n":"Drow +2 Shortbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":2724},{"c":4,"u":"drow%20%2b3%20shortbow_mm","s":6,"n":"Drow +3 Shortbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":2725},{"c":4,"u":"energy%20shortbow_xdmg","s":3,"n":"Energy Shortbow","h":1,"p":257,"zg":{"n":147,"s":3},"id":2726},{"c":4,"u":"enspelled%20(cantrip)%20shortbow_xdmg","s":3,"n":"Enspelled (Cantrip) Shortbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":2727},{"c":4,"u":"enspelled%20(level%201)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 1) Shortbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":2728},{"c":4,"u":"enspelled%20(level%202)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 2) Shortbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":2729},{"c":4,"u":"enspelled%20(level%203)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 3) Shortbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":2730},{"c":4,"u":"enspelled%20(level%204)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 4) Shortbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":2731},{"c":4,"u":"enspelled%20(level%205)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 5) Shortbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":2732},{"c":4,"u":"enspelled%20(level%206)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 6) Shortbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":2733},{"c":4,"u":"enspelled%20(level%207)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 7) Shortbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":2734},{"c":4,"u":"enspelled%20(level%208)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 8) Shortbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":2735},{"c":4,"u":"giant%20slayer%20shortbow_xdmg","s":3,"n":"Giant Slayer Shortbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":2736},{"c":4,"u":"glimmering%20moon%20shortbow_bmt","s":12,"n":"Glimmering Moon Shortbow","h":1,"p":36,"zg":{"n":151,"s":12},"id":2737},{"c":4,"u":"hellfire%20shortbow_bgdia","s":7,"n":"Hellfire Shortbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":2738},{"c":4,"u":"holy%20avenger%20shortbow_xdmg","s":3,"n":"Holy Avenger Shortbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":2739},{"c":4,"u":"lycan%20shortbow_ghloe","s":8,"n":"Lycan Shortbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":2740},{"c":4,"u":"nine%20lives%20stealer%20shortbow_xdmg","s":3,"n":"Nine Lives Stealer Shortbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":2741},{"c":4,"u":"oath%20shortbow_xdmg","s":3,"n":"Oath Shortbow","h":1,"p":282,"zg":{"n":152,"s":3},"id":2742},{"c":4,"u":"oceanic%20shortbow_tdcsr","s":9,"n":"Oceanic Shortbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":2743},{"c":4,"u":"red-feather%20shortbow_hwcs","s":21,"n":"Red-Feather Shortbow","h":1,"p":214,"zg":{"n":153,"s":21},"id":2744},{"c":4,"u":"ruidium%20shortbow_crcotn","s":10,"n":"Ruidium Shortbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":2745},{"c":4,"u":"silvered%20shortbow_xdmg","s":3,"n":"Silvered Shortbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":2746},{"c":4,"u":"slumbering%20dragon's%20wrath%20shortbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Shortbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":2747},{"c":4,"u":"starcrossed%20shortbow_dodk","s":13,"n":"Starcrossed Shortbow","h":1,"p":232,"zg":{"n":142,"s":13},"id":2748},{"c":4,"u":"stirring%20dragon's%20wrath%20shortbow_ftd","s":4,"n":"Stirring Dragon's Wrath Shortbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":2749},{"c":4,"u":"vicious%20%2b1%20shortbow_ai","s":11,"n":"Vicious +1 Shortbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":2750},{"c":4,"u":"vicious%20shortbow_xdmg","s":3,"n":"Vicious Shortbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":2751},{"c":4,"u":"wakened%20dragon's%20wrath%20shortbow_ftd","s":4,"n":"Wakened Dragon's Wrath Shortbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":2752},{"c":4,"u":"shortbow%20of%20certain%20death_egw","s":5,"n":"Shortbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2753},{"c":4,"u":"shortbow%20of%20warning_xdmg","s":3,"n":"Shortbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2754},{"c":4,"u":"%2b1%20shortsword_dmg","s":0,"n":"+1 Shortsword","h":1,"p":213,"zg":{"n":0,"s":0},"id":2755},{"c":4,"u":"%2b2%20shortsword_dmg","s":0,"n":"+2 Shortsword","h":1,"p":213,"zg":{"n":1,"s":0},"id":2756},{"c":4,"u":"%2b3%20shortsword_dmg","s":0,"n":"+3 Shortsword","h":1,"p":213,"zg":{"n":2,"s":0},"id":2757},{"c":4,"u":"adamantine%20shortsword_xge","s":1,"n":"Adamantine Shortsword","h":1,"p":78,"zg":{"n":3,"s":1},"id":2758},{"c":4,"u":"dancing%20shortsword_dmg","s":0,"n":"Dancing Shortsword","h":1,"p":161,"zg":{"n":122,"s":0},"id":2759},{"c":4,"u":"defender%20shortsword_dmg","s":0,"n":"Defender Shortsword","h":1,"p":164,"zg":{"n":49,"s":0},"id":2760},{"c":4,"u":"dragon%20slayer%20shortsword_dmg","s":0,"n":"Dragon Slayer Shortsword","h":1,"p":166,"zg":{"n":9,"s":0},"id":2761},{"c":4,"u":"flame%20tongue%20shortsword_dmg","s":0,"n":"Flame Tongue Shortsword","h":1,"p":170,"zg":{"n":51,"s":0},"id":2762},{"c":4,"u":"frost%20brand%20shortsword_dmg","s":0,"n":"Frost Brand Shortsword","h":1,"p":171,"zg":{"n":125,"s":0},"id":2763},{"c":4,"u":"giant%20slayer%20shortsword_dmg","s":0,"n":"Giant Slayer Shortsword","h":1,"p":172,"zg":{"n":22,"s":0},"id":2764},{"c":4,"u":"holy%20avenger%20shortsword_dmg","s":0,"n":"Holy Avenger Shortsword","h":1,"p":174,"zg":{"n":24,"s":0},"id":2765},{"c":4,"u":"luck%20blade%20shortsword_dmg","s":0,"n":"Luck Blade Shortsword","h":1,"p":179,"zg":{"n":127,"s":0},"id":2766},{"c":4,"u":"moon-touched%20shortsword_xge","s":1,"n":"Moon-Touched Shortsword","h":1,"p":138,"zg":{"n":129,"s":1},"id":2767},{"c":4,"u":"nine%20lives%20stealer%20shortsword_dmg","s":0,"n":"Nine Lives Stealer Shortsword","h":1,"p":183,"zg":{"n":26,"s":0},"id":2768},{"c":4,"u":"silvered%20shortsword_phb","s":2,"n":"Silvered Shortsword","h":1,"p":148,"zg":{"n":4,"s":2},"id":2769},{"c":4,"u":"shortsword%20of%20life%20stealing_dmg","s":0,"n":"Shortsword of Life Stealing","h":1,"p":206,"zg":{"n":131,"s":0},"id":2770},{"c":4,"u":"shortsword%20of%20vengeance_dmg","s":0,"n":"Shortsword of Vengeance","h":1,"p":206,"zg":{"n":135,"s":0},"id":2771},{"c":4,"u":"shortsword%20of%20wounding_dmg","s":0,"n":"Shortsword of Wounding","h":1,"p":207,"zg":{"n":136,"s":0},"id":2772},{"c":4,"u":"vicious%20shortsword_dmg","s":0,"n":"Vicious Shortsword","h":1,"p":209,"zg":{"n":5,"s":0},"id":2773},{"c":4,"u":"shortsword%20of%20warning_dmg","s":0,"n":"Shortsword of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2774},{"c":4,"u":"%2b1%20shortsword_xdmg","s":3,"n":"+1 Shortsword","h":1,"p":324,"zg":{"n":0,"s":3},"id":2775},{"c":4,"u":"%2b2%20shortsword_xdmg","s":3,"n":"+2 Shortsword","h":1,"p":324,"zg":{"n":1,"s":3},"id":2776},{"c":4,"u":"%2b3%20shortsword_xdmg","s":3,"n":"+3 Shortsword","h":1,"p":324,"zg":{"n":2,"s":3},"id":2777},{"c":4,"u":"acheron%20blade%20shortsword_egw","s":5,"n":"Acheron Blade Shortsword","h":1,"p":265,"zg":{"n":117,"s":5},"id":2778},{"c":4,"u":"adamantine%20shortsword_xdmg","s":3,"n":"Adamantine Shortsword","h":1,"p":227,"zg":{"n":3,"s":3},"id":2779},{"c":4,"u":"shortsword%20armblade_erlw","s":14,"n":"Shortsword Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2780},{"c":4,"u":"ascendant%20dragon's%20wrath%20shortsword_ftd","s":4,"n":"Ascendant Dragon's Wrath Shortsword","h":1,"p":25,"zg":{"n":7,"s":4},"id":2781},{"c":4,"u":"shortsword%20of%20the%20medusa_llk","s":20,"n":"Shortsword of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":2782},{"c":4,"u":"shortsword%20of%20the%20wood_hwcs","s":21,"n":"Shortsword of the Wood","h":1,"p":213,"zg":{"n":119,"s":21},"id":2783},{"c":4,"u":"bloodshed%20shortsword_bgg","s":17,"n":"Bloodshed Shortsword","h":1,"p":111,"zg":{"n":120,"s":17},"id":2784},{"c":4,"u":"corpse%20slayer%20shortsword_egw","s":5,"n":"Corpse Slayer Shortsword","h":1,"p":266,"zg":{"n":8,"s":5},"id":2785},{"c":4,"u":"crystal%20shortsword_ftd","s":4,"n":"Crystal Shortsword","h":1,"p":22,"zg":{"n":121,"s":4},"id":2786},{"c":4,"u":"dancing%20shortsword_xdmg","s":3,"n":"Dancing Shortsword","h":1,"p":248,"zg":{"n":122,"s":3},"id":2787},{"c":4,"u":"defender%20shortsword_xdmg","s":3,"n":"Defender Shortsword","h":1,"p":252,"zg":{"n":49,"s":3},"id":2788},{"c":4,"u":"delerium-forged%20blade%20shortsword_dodk","s":13,"n":"Delerium-Forged Blade Shortsword","h":1,"p":230,"zg":{"n":123,"s":13},"id":2789},{"c":4,"u":"dragon%20slayer%20shortsword_xdmg","s":3,"n":"Dragon Slayer Shortsword","h":1,"p":254,"zg":{"n":9,"s":3},"id":2790},{"c":4,"u":"drow%20%2b1%20shortsword_mm","s":6,"n":"Drow +1 Shortsword","h":1,"p":126,"zg":{"n":10,"s":6},"id":2791},{"c":4,"u":"drow%20%2b2%20shortsword_mm","s":6,"n":"Drow +2 Shortsword","h":1,"p":126,"zg":{"n":11,"s":6},"id":2792},{"c":4,"u":"drow%20%2b3%20shortsword_mm","s":6,"n":"Drow +3 Shortsword","h":1,"p":126,"zg":{"n":12,"s":6},"id":2793},{"c":4,"u":"enspelled%20(cantrip)%20shortsword_xdmg","s":3,"n":"Enspelled (Cantrip) Shortsword","h":1,"p":258,"zg":{"n":13,"s":3},"id":2794},{"c":4,"u":"enspelled%20(level%201)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 1) Shortsword","h":1,"p":258,"zg":{"n":14,"s":3},"id":2795},{"c":4,"u":"enspelled%20(level%202)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 2) Shortsword","h":1,"p":258,"zg":{"n":15,"s":3},"id":2796},{"c":4,"u":"enspelled%20(level%203)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 3) Shortsword","h":1,"p":258,"zg":{"n":16,"s":3},"id":2797},{"c":4,"u":"enspelled%20(level%204)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 4) Shortsword","h":1,"p":258,"zg":{"n":17,"s":3},"id":2798},{"c":4,"u":"enspelled%20(level%205)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 5) Shortsword","h":1,"p":258,"zg":{"n":18,"s":3},"id":2799},{"c":4,"u":"enspelled%20(level%206)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 6) Shortsword","h":1,"p":258,"zg":{"n":19,"s":3},"id":2800},{"c":4,"u":"enspelled%20(level%207)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 7) Shortsword","h":1,"p":258,"zg":{"n":20,"s":3},"id":2801},{"c":4,"u":"enspelled%20(level%208)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 8) Shortsword","h":1,"p":258,"zg":{"n":21,"s":3},"id":2802},{"c":4,"u":"flame%20tongue%20shortsword_xdmg","s":3,"n":"Flame Tongue Shortsword","h":1,"p":263,"zg":{"n":51,"s":3},"id":2803},{"c":4,"u":"fool's%20shortsword_bmt","s":12,"n":"Fool's Shortsword","h":1,"p":36,"zg":{"n":124,"s":12},"id":2804},{"c":4,"u":"frost%20brand%20shortsword_xdmg","s":3,"n":"Frost Brand Shortsword","h":1,"p":263,"zg":{"n":125,"s":3},"id":2805},{"c":4,"u":"gambler's%20blade%20shortsword_llk","s":20,"n":"Gambler's Blade Shortsword","h":1,"p":55,"zg":{"n":126,"s":20},"id":2806},{"c":4,"u":"giant%20slayer%20shortsword_xdmg","s":3,"n":"Giant Slayer Shortsword","h":1,"p":264,"zg":{"n":22,"s":3},"id":2807},{"c":4,"u":"hellfire%20shortsword_bgdia","s":7,"n":"Hellfire Shortsword","h":1,"p":223,"zg":{"n":23,"s":7},"id":2808},{"c":4,"u":"holy%20avenger%20shortsword_xdmg","s":3,"n":"Holy Avenger Shortsword","h":1,"p":269,"zg":{"n":24,"s":3},"id":2809},{"c":4,"u":"luck%20shortsword_xdmg","s":3,"n":"Luck Shortsword","h":1,"p":275,"zg":{"n":127,"s":3},"id":2810},{"c":4,"u":"lycan%20shortsword_ghloe","s":8,"n":"Lycan Shortsword","h":1,"p":111,"zg":{"n":25,"s":8},"id":2811},{"c":4,"u":"mind%20blade%20shortsword_vgm","s":19,"n":"Mind Blade Shortsword","h":1,"p":81,"zg":{"n":128,"s":19},"id":2812},{"c":4,"u":"moon-touched%20shortsword_xdmg","s":3,"n":"Moon-Touched Shortsword","h":1,"p":280,"zg":{"n":129,"s":3},"id":2813},{"c":4,"u":"moonblade%20shortsword_xdmg","s":3,"n":"Moonblade Shortsword","h":1,"p":279,"zg":{"n":139,"s":3},"id":2814},{"c":4,"u":"nine%20lives%20stealer%20shortsword_xdmg","s":3,"n":"Nine Lives Stealer Shortsword","h":1,"p":281,"zg":{"n":26,"s":3},"id":2815},{"c":4,"u":"polymorph%20blade%20shortsword_llk","s":20,"n":"Polymorph Blade Shortsword","h":1,"p":56,"zg":{"n":130,"s":20},"id":2816},{"c":4,"u":"ruidium%20shortsword_crcotn","s":10,"n":"Ruidium Shortsword","h":1,"p":216,"zg":{"n":28,"s":10},"id":2817},{"c":4,"u":"silvered%20shortsword_xdmg","s":3,"n":"Silvered Shortsword","h":1,"p":304,"zg":{"n":4,"s":3},"id":2818},{"c":4,"u":"slumbering%20dragon's%20wrath%20shortsword_ftd","s":4,"n":"Slumbering Dragon's Wrath Shortsword","h":1,"p":25,"zg":{"n":29,"s":4},"id":2819},{"c":4,"u":"stirring%20dragon's%20wrath%20shortsword_ftd","s":4,"n":"Stirring Dragon's Wrath Shortsword","h":1,"p":25,"zg":{"n":30,"s":4},"id":2820},{"c":4,"u":"shortsword%20of%20life%20stealing_xdmg","s":3,"n":"Shortsword of Life Stealing","h":1,"p":314,"zg":{"n":131,"s":3},"id":2821},{"c":4,"u":"shortsword%20of%20retribution_coa","s":15,"n":"Shortsword of Retribution","h":1,"p":270,"zg":{"n":132,"s":15},"id":2822},{"c":4,"u":"shortsword%20of%20the%20planes_bmt","s":12,"n":"Shortsword of the Planes","h":1,"p":68,"zg":{"n":134,"s":12},"id":2823},{"c":4,"u":"shortsword%20of%20vengeance_xdmg","s":3,"n":"Shortsword of Vengeance","h":1,"p":206,"zg":{"n":135,"s":3},"id":2824},{"c":4,"u":"shortsword%20of%20wounding_xdmg","s":3,"n":"Shortsword of Wounding","h":1,"p":314,"zg":{"n":136,"s":3},"id":2825},{"c":4,"u":"sylvan%20talon%20shortsword_xdmg","s":3,"n":"Sylvan Talon Shortsword","h":1,"p":314,"zg":{"n":116,"s":3},"id":2826},{"c":4,"u":"vicious%20%2b1%20shortsword_ai","s":11,"n":"Vicious +1 Shortsword","h":1,"p":149,"zg":{"n":31,"s":11},"id":2827},{"c":4,"u":"vicious%20shortsword_xdmg","s":3,"n":"Vicious Shortsword","h":1,"p":318,"zg":{"n":5,"s":3},"id":2828},{"c":4,"u":"wakened%20dragon's%20wrath%20shortsword_ftd","s":4,"n":"Wakened Dragon's Wrath Shortsword","h":1,"p":25,"zg":{"n":32,"s":4},"id":2829},{"c":4,"u":"shortsword%20of%20agonizing%20paralysis_coa","s":15,"n":"Shortsword of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2830},{"c":4,"u":"shortsword%20of%20certain%20death_egw","s":5,"n":"Shortsword of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2831},{"c":4,"u":"shortsword%20of%20throne's%20command_bmt","s":12,"n":"Shortsword of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2832},{"c":4,"u":"shortsword%20of%20warning_xdmg","s":3,"n":"Shortsword of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2833},{"c":4,"u":"%2b1%20shotgun_dmg","s":0,"n":"+1 Shotgun","h":1,"p":213,"zg":{"n":0,"s":0},"id":2834},{"c":4,"u":"%2b2%20shotgun_dmg","s":0,"n":"+2 Shotgun","h":1,"p":213,"zg":{"n":1,"s":0},"id":2835},{"c":4,"u":"%2b3%20shotgun_dmg","s":0,"n":"+3 Shotgun","h":1,"p":213,"zg":{"n":2,"s":0},"id":2836},{"c":4,"u":"adamantine%20shotgun_xge","s":1,"n":"Adamantine Shotgun","h":1,"p":78,"zg":{"n":3,"s":1},"id":2837},{"c":4,"u":"silvered%20shotgun_phb","s":2,"n":"Silvered Shotgun","h":1,"p":148,"zg":{"n":4,"s":2},"id":2838},{"c":4,"u":"vicious%20shotgun_dmg","s":0,"n":"Vicious Shotgun","h":1,"p":209,"zg":{"n":5,"s":0},"id":2839},{"c":4,"u":"shotgun%20of%20warning_dmg","s":0,"n":"Shotgun of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2840},{"c":4,"u":"%2b1%20shotgun_xdmg","s":3,"n":"+1 Shotgun","h":1,"p":324,"zg":{"n":0,"s":3},"id":2841},{"c":4,"u":"%2b2%20shotgun_xdmg","s":3,"n":"+2 Shotgun","h":1,"p":324,"zg":{"n":1,"s":3},"id":2842},{"c":4,"u":"%2b3%20shotgun_xdmg","s":3,"n":"+3 Shotgun","h":1,"p":324,"zg":{"n":2,"s":3},"id":2843},{"c":4,"u":"ascendant%20dragon's%20wrath%20shotgun_ftd","s":4,"n":"Ascendant Dragon's Wrath Shotgun","h":1,"p":25,"zg":{"n":7,"s":4},"id":2844},{"c":4,"u":"corpse%20slayer%20shotgun_egw","s":5,"n":"Corpse Slayer Shotgun","h":1,"p":266,"zg":{"n":8,"s":5},"id":2845},{"c":4,"u":"dragon%20slayer%20shotgun_xdmg","s":3,"n":"Dragon Slayer Shotgun","h":1,"p":254,"zg":{"n":9,"s":3},"id":2846},{"c":4,"u":"drow%20%2b1%20shotgun_mm","s":6,"n":"Drow +1 Shotgun","h":1,"p":126,"zg":{"n":10,"s":6},"id":2847},{"c":4,"u":"drow%20%2b2%20shotgun_mm","s":6,"n":"Drow +2 Shotgun","h":1,"p":126,"zg":{"n":11,"s":6},"id":2848},{"c":4,"u":"drow%20%2b3%20shotgun_mm","s":6,"n":"Drow +3 Shotgun","h":1,"p":126,"zg":{"n":12,"s":6},"id":2849},{"c":4,"u":"enspelled%20(cantrip)%20shotgun_xdmg","s":3,"n":"Enspelled (Cantrip) Shotgun","h":1,"p":258,"zg":{"n":13,"s":3},"id":2850},{"c":4,"u":"enspelled%20(level%201)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 1) Shotgun","h":1,"p":258,"zg":{"n":14,"s":3},"id":2851},{"c":4,"u":"enspelled%20(level%202)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 2) Shotgun","h":1,"p":258,"zg":{"n":15,"s":3},"id":2852},{"c":4,"u":"enspelled%20(level%203)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 3) Shotgun","h":1,"p":258,"zg":{"n":16,"s":3},"id":2853},{"c":4,"u":"enspelled%20(level%204)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 4) Shotgun","h":1,"p":258,"zg":{"n":17,"s":3},"id":2854},{"c":4,"u":"enspelled%20(level%205)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 5) Shotgun","h":1,"p":258,"zg":{"n":18,"s":3},"id":2855},{"c":4,"u":"enspelled%20(level%206)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 6) Shotgun","h":1,"p":258,"zg":{"n":19,"s":3},"id":2856},{"c":4,"u":"enspelled%20(level%207)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 7) Shotgun","h":1,"p":258,"zg":{"n":20,"s":3},"id":2857},{"c":4,"u":"enspelled%20(level%208)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 8) Shotgun","h":1,"p":258,"zg":{"n":21,"s":3},"id":2858},{"c":4,"u":"giant%20slayer%20shotgun_xdmg","s":3,"n":"Giant Slayer Shotgun","h":1,"p":264,"zg":{"n":22,"s":3},"id":2859},{"c":4,"u":"hellfire%20shotgun_bgdia","s":7,"n":"Hellfire Shotgun","h":1,"p":223,"zg":{"n":23,"s":7},"id":2860},{"c":4,"u":"holy%20avenger%20shotgun_xdmg","s":3,"n":"Holy Avenger Shotgun","h":1,"p":269,"zg":{"n":24,"s":3},"id":2861},{"c":4,"u":"lycan%20shotgun_ghloe","s":8,"n":"Lycan Shotgun","h":1,"p":111,"zg":{"n":25,"s":8},"id":2862},{"c":4,"u":"nine%20lives%20stealer%20shotgun_xdmg","s":3,"n":"Nine Lives Stealer Shotgun","h":1,"p":281,"zg":{"n":26,"s":3},"id":2863},{"c":4,"u":"oceanic%20shotgun_tdcsr","s":9,"n":"Oceanic Shotgun","h":1,"p":199,"zg":{"n":27,"s":9},"id":2864},{"c":4,"u":"ruidium%20shotgun_crcotn","s":10,"n":"Ruidium Shotgun","h":1,"p":216,"zg":{"n":28,"s":10},"id":2865},{"c":4,"u":"silvered%20shotgun_xdmg","s":3,"n":"Silvered Shotgun","h":1,"p":304,"zg":{"n":4,"s":3},"id":2866},{"c":4,"u":"slumbering%20dragon's%20wrath%20shotgun_ftd","s":4,"n":"Slumbering Dragon's Wrath Shotgun","h":1,"p":25,"zg":{"n":29,"s":4},"id":2867},{"c":4,"u":"stirring%20dragon's%20wrath%20shotgun_ftd","s":4,"n":"Stirring Dragon's Wrath Shotgun","h":1,"p":25,"zg":{"n":30,"s":4},"id":2868},{"c":4,"u":"vicious%20%2b1%20shotgun_ai","s":11,"n":"Vicious +1 Shotgun","h":1,"p":149,"zg":{"n":31,"s":11},"id":2869},{"c":4,"u":"vicious%20shotgun_xdmg","s":3,"n":"Vicious Shotgun","h":1,"p":318,"zg":{"n":5,"s":3},"id":2870},{"c":4,"u":"wakened%20dragon's%20wrath%20shotgun_ftd","s":4,"n":"Wakened Dragon's Wrath Shotgun","h":1,"p":25,"zg":{"n":32,"s":4},"id":2871},{"c":4,"u":"shotgun%20of%20certain%20death_egw","s":5,"n":"Shotgun of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2872},{"c":4,"u":"shotgun%20of%20throne's%20command_bmt","s":12,"n":"Shotgun of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2873},{"c":4,"u":"shotgun%20of%20warning_xdmg","s":3,"n":"Shotgun of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2874},{"c":4,"u":"%2b1%20sickle_dmg","s":0,"n":"+1 Sickle","h":1,"p":213,"zg":{"n":0,"s":0},"id":2875},{"c":4,"u":"%2b2%20sickle_dmg","s":0,"n":"+2 Sickle","h":1,"p":213,"zg":{"n":1,"s":0},"id":2876},{"c":4,"u":"%2b3%20sickle_dmg","s":0,"n":"+3 Sickle","h":1,"p":213,"zg":{"n":2,"s":0},"id":2877},{"c":4,"u":"adamantine%20sickle_xge","s":1,"n":"Adamantine Sickle","h":1,"p":78,"zg":{"n":3,"s":1},"id":2878},{"c":4,"u":"silvered%20sickle_phb","s":2,"n":"Silvered Sickle","h":1,"p":148,"zg":{"n":4,"s":2},"id":2879},{"c":4,"u":"vicious%20sickle_dmg","s":0,"n":"Vicious Sickle","h":1,"p":209,"zg":{"n":5,"s":0},"id":2880},{"c":4,"u":"sickle%20of%20warning_dmg","s":0,"n":"Sickle of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2881},{"c":4,"u":"%2b1%20sickle_xdmg","s":3,"n":"+1 Sickle","h":1,"p":324,"zg":{"n":0,"s":3},"id":2882},{"c":4,"u":"%2b2%20sickle_xdmg","s":3,"n":"+2 Sickle","h":1,"p":324,"zg":{"n":1,"s":3},"id":2883},{"c":4,"u":"%2b3%20sickle_xdmg","s":3,"n":"+3 Sickle","h":1,"p":324,"zg":{"n":2,"s":3},"id":2884},{"c":4,"u":"adamantine%20sickle_xdmg","s":3,"n":"Adamantine Sickle","h":1,"p":227,"zg":{"n":3,"s":3},"id":2885},{"c":4,"u":"sickle%20armblade_erlw","s":14,"n":"Sickle Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2886},{"c":4,"u":"ascendant%20dragon's%20wrath%20sickle_ftd","s":4,"n":"Ascendant Dragon's Wrath Sickle","h":1,"p":25,"zg":{"n":7,"s":4},"id":2887},{"c":4,"u":"corpse%20slayer%20sickle_egw","s":5,"n":"Corpse Slayer Sickle","h":1,"p":266,"zg":{"n":8,"s":5},"id":2888},{"c":4,"u":"defender%20sickle_xdmg","s":3,"n":"Defender Sickle","h":1,"p":252,"zg":{"n":49,"s":3},"id":2889},{"c":4,"u":"dragon%20slayer%20sickle_xdmg","s":3,"n":"Dragon Slayer Sickle","h":1,"p":254,"zg":{"n":9,"s":3},"id":2890},{"c":4,"u":"drow%20%2b1%20sickle_mm","s":6,"n":"Drow +1 Sickle","h":1,"p":126,"zg":{"n":10,"s":6},"id":2891},{"c":4,"u":"drow%20%2b2%20sickle_mm","s":6,"n":"Drow +2 Sickle","h":1,"p":126,"zg":{"n":11,"s":6},"id":2892},{"c":4,"u":"drow%20%2b3%20sickle_mm","s":6,"n":"Drow +3 Sickle","h":1,"p":126,"zg":{"n":12,"s":6},"id":2893},{"c":4,"u":"enspelled%20(cantrip)%20sickle_xdmg","s":3,"n":"Enspelled (Cantrip) Sickle","h":1,"p":258,"zg":{"n":13,"s":3},"id":2894},{"c":4,"u":"enspelled%20(level%201)%20sickle_xdmg","s":3,"n":"Enspelled (Level 1) Sickle","h":1,"p":258,"zg":{"n":14,"s":3},"id":2895},{"c":4,"u":"enspelled%20(level%202)%20sickle_xdmg","s":3,"n":"Enspelled (Level 2) Sickle","h":1,"p":258,"zg":{"n":15,"s":3},"id":2896},{"c":4,"u":"enspelled%20(level%203)%20sickle_xdmg","s":3,"n":"Enspelled (Level 3) Sickle","h":1,"p":258,"zg":{"n":16,"s":3},"id":2897},{"c":4,"u":"enspelled%20(level%204)%20sickle_xdmg","s":3,"n":"Enspelled (Level 4) Sickle","h":1,"p":258,"zg":{"n":17,"s":3},"id":2898},{"c":4,"u":"enspelled%20(level%205)%20sickle_xdmg","s":3,"n":"Enspelled (Level 5) Sickle","h":1,"p":258,"zg":{"n":18,"s":3},"id":2899},{"c":4,"u":"enspelled%20(level%206)%20sickle_xdmg","s":3,"n":"Enspelled (Level 6) Sickle","h":1,"p":258,"zg":{"n":19,"s":3},"id":2900},{"c":4,"u":"enspelled%20(level%207)%20sickle_xdmg","s":3,"n":"Enspelled (Level 7) Sickle","h":1,"p":258,"zg":{"n":20,"s":3},"id":2901},{"c":4,"u":"enspelled%20(level%208)%20sickle_xdmg","s":3,"n":"Enspelled (Level 8) Sickle","h":1,"p":258,"zg":{"n":21,"s":3},"id":2902},{"c":4,"u":"flame%20tongue%20sickle_xdmg","s":3,"n":"Flame Tongue Sickle","h":1,"p":263,"zg":{"n":51,"s":3},"id":2903},{"c":4,"u":"giant%20slayer%20sickle_xdmg","s":3,"n":"Giant Slayer Sickle","h":1,"p":264,"zg":{"n":22,"s":3},"id":2904},{"c":4,"u":"hellfire%20sickle_bgdia","s":7,"n":"Hellfire Sickle","h":1,"p":223,"zg":{"n":23,"s":7},"id":2905},{"c":4,"u":"holy%20avenger%20sickle_xdmg","s":3,"n":"Holy Avenger Sickle","h":1,"p":269,"zg":{"n":24,"s":3},"id":2906},{"c":4,"u":"luck%20sickle_xdmg","s":3,"n":"Luck Sickle","h":1,"p":275,"zg":{"n":127,"s":3},"id":2907},{"c":4,"u":"lycan%20sickle_ghloe","s":8,"n":"Lycan Sickle","h":1,"p":111,"zg":{"n":25,"s":8},"id":2908},{"c":4,"u":"nine%20lives%20stealer%20sickle_xdmg","s":3,"n":"Nine Lives Stealer Sickle","h":1,"p":281,"zg":{"n":26,"s":3},"id":2909},{"c":4,"u":"ruidium%20sickle_crcotn","s":10,"n":"Ruidium Sickle","h":1,"p":216,"zg":{"n":28,"s":10},"id":2910},{"c":4,"u":"silvered%20sickle_xdmg","s":3,"n":"Silvered Sickle","h":1,"p":304,"zg":{"n":4,"s":3},"id":2911},{"c":4,"u":"slumbering%20dragon's%20wrath%20sickle_ftd","s":4,"n":"Slumbering Dragon's Wrath Sickle","h":1,"p":25,"zg":{"n":29,"s":4},"id":2912},{"c":4,"u":"stirring%20dragon's%20wrath%20sickle_ftd","s":4,"n":"Stirring Dragon's Wrath Sickle","h":1,"p":25,"zg":{"n":30,"s":4},"id":2913},{"c":4,"u":"sylvan%20talon%20sickle_xdmg","s":3,"n":"Sylvan Talon Sickle","h":1,"p":314,"zg":{"n":116,"s":3},"id":2914},{"c":4,"u":"vicious%20%2b1%20sickle_ai","s":11,"n":"Vicious +1 Sickle","h":1,"p":149,"zg":{"n":31,"s":11},"id":2915},{"c":4,"u":"vicious%20sickle_xdmg","s":3,"n":"Vicious Sickle","h":1,"p":318,"zg":{"n":5,"s":3},"id":2916},{"c":4,"u":"wakened%20dragon's%20wrath%20sickle_ftd","s":4,"n":"Wakened Dragon's Wrath Sickle","h":1,"p":25,"zg":{"n":32,"s":4},"id":2917},{"c":4,"u":"sickle%20of%20agonizing%20paralysis_coa","s":15,"n":"Sickle of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2918},{"c":4,"u":"sickle%20of%20certain%20death_egw","s":5,"n":"Sickle of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2919},{"c":4,"u":"sickle%20of%20warning_xdmg","s":3,"n":"Sickle of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2920},{"c":4,"u":"%2b1%20sling_dmg","s":0,"n":"+1 Sling","h":1,"p":213,"zg":{"n":0,"s":0},"id":2921},{"c":4,"u":"%2b2%20sling_dmg","s":0,"n":"+2 Sling","h":1,"p":213,"zg":{"n":1,"s":0},"id":2922},{"c":4,"u":"%2b3%20sling_dmg","s":0,"n":"+3 Sling","h":1,"p":213,"zg":{"n":2,"s":0},"id":2923},{"c":4,"u":"adamantine%20sling_xge","s":1,"n":"Adamantine Sling","h":1,"p":78,"zg":{"n":3,"s":1},"id":2924},{"c":4,"u":"silvered%20sling_phb","s":2,"n":"Silvered Sling","h":1,"p":148,"zg":{"n":4,"s":2},"id":2925},{"c":4,"u":"vicious%20sling_dmg","s":0,"n":"Vicious Sling","h":1,"p":209,"zg":{"n":5,"s":0},"id":2926},{"c":4,"u":"sling%20of%20warning_dmg","s":0,"n":"Sling of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2927},{"c":4,"u":"%2b1%20sling_xdmg","s":3,"n":"+1 Sling","h":1,"p":324,"zg":{"n":0,"s":3},"id":2928},{"c":4,"u":"%2b2%20sling_xdmg","s":3,"n":"+2 Sling","h":1,"p":324,"zg":{"n":1,"s":3},"id":2929},{"c":4,"u":"%2b3%20sling_xdmg","s":3,"n":"+3 Sling","h":1,"p":324,"zg":{"n":2,"s":3},"id":2930},{"c":4,"u":"ascendant%20dragon's%20wrath%20sling_ftd","s":4,"n":"Ascendant Dragon's Wrath Sling","h":1,"p":25,"zg":{"n":7,"s":4},"id":2931},{"c":4,"u":"corpse%20slayer%20sling_egw","s":5,"n":"Corpse Slayer Sling","h":1,"p":266,"zg":{"n":8,"s":5},"id":2932},{"c":4,"u":"dragon%20slayer%20sling_xdmg","s":3,"n":"Dragon Slayer Sling","h":1,"p":254,"zg":{"n":9,"s":3},"id":2933},{"c":4,"u":"drow%20%2b1%20sling_mm","s":6,"n":"Drow +1 Sling","h":1,"p":126,"zg":{"n":10,"s":6},"id":2934},{"c":4,"u":"drow%20%2b2%20sling_mm","s":6,"n":"Drow +2 Sling","h":1,"p":126,"zg":{"n":11,"s":6},"id":2935},{"c":4,"u":"drow%20%2b3%20sling_mm","s":6,"n":"Drow +3 Sling","h":1,"p":126,"zg":{"n":12,"s":6},"id":2936},{"c":4,"u":"enspelled%20(cantrip)%20sling_xdmg","s":3,"n":"Enspelled (Cantrip) Sling","h":1,"p":258,"zg":{"n":13,"s":3},"id":2937},{"c":4,"u":"enspelled%20(level%201)%20sling_xdmg","s":3,"n":"Enspelled (Level 1) Sling","h":1,"p":258,"zg":{"n":14,"s":3},"id":2938},{"c":4,"u":"enspelled%20(level%202)%20sling_xdmg","s":3,"n":"Enspelled (Level 2) Sling","h":1,"p":258,"zg":{"n":15,"s":3},"id":2939},{"c":4,"u":"enspelled%20(level%203)%20sling_xdmg","s":3,"n":"Enspelled (Level 3) Sling","h":1,"p":258,"zg":{"n":16,"s":3},"id":2940},{"c":4,"u":"enspelled%20(level%204)%20sling_xdmg","s":3,"n":"Enspelled (Level 4) Sling","h":1,"p":258,"zg":{"n":17,"s":3},"id":2941},{"c":4,"u":"enspelled%20(level%205)%20sling_xdmg","s":3,"n":"Enspelled (Level 5) Sling","h":1,"p":258,"zg":{"n":18,"s":3},"id":2942},{"c":4,"u":"enspelled%20(level%206)%20sling_xdmg","s":3,"n":"Enspelled (Level 6) Sling","h":1,"p":258,"zg":{"n":19,"s":3},"id":2943},{"c":4,"u":"enspelled%20(level%207)%20sling_xdmg","s":3,"n":"Enspelled (Level 7) Sling","h":1,"p":258,"zg":{"n":20,"s":3},"id":2944},{"c":4,"u":"enspelled%20(level%208)%20sling_xdmg","s":3,"n":"Enspelled (Level 8) Sling","h":1,"p":258,"zg":{"n":21,"s":3},"id":2945},{"c":4,"u":"forcebreaker%20sling_bmt","s":12,"n":"Forcebreaker Sling","h":1,"p":67,"zg":{"n":107,"s":12},"id":2946},{"c":4,"u":"giant%20slayer%20sling_xdmg","s":3,"n":"Giant Slayer Sling","h":1,"p":264,"zg":{"n":22,"s":3},"id":2947},{"c":4,"u":"hellfire%20sling_bgdia","s":7,"n":"Hellfire Sling","h":1,"p":223,"zg":{"n":23,"s":7},"id":2948},{"c":4,"u":"holy%20avenger%20sling_xdmg","s":3,"n":"Holy Avenger Sling","h":1,"p":269,"zg":{"n":24,"s":3},"id":2949},{"c":4,"u":"lycan%20sling_ghloe","s":8,"n":"Lycan Sling","h":1,"p":111,"zg":{"n":25,"s":8},"id":2950},{"c":4,"u":"nine%20lives%20stealer%20sling_xdmg","s":3,"n":"Nine Lives Stealer Sling","h":1,"p":281,"zg":{"n":26,"s":3},"id":2951},{"c":4,"u":"oceanic%20sling_tdcsr","s":9,"n":"Oceanic Sling","h":1,"p":199,"zg":{"n":27,"s":9},"id":2952},{"c":4,"u":"ruidium%20sling_crcotn","s":10,"n":"Ruidium Sling","h":1,"p":216,"zg":{"n":28,"s":10},"id":2953},{"c":4,"u":"silvered%20sling_xdmg","s":3,"n":"Silvered Sling","h":1,"p":304,"zg":{"n":4,"s":3},"id":2954},{"c":4,"u":"slumbering%20dragon's%20wrath%20sling_ftd","s":4,"n":"Slumbering Dragon's Wrath Sling","h":1,"p":25,"zg":{"n":29,"s":4},"id":2955},{"c":4,"u":"stirring%20dragon's%20wrath%20sling_ftd","s":4,"n":"Stirring Dragon's Wrath Sling","h":1,"p":25,"zg":{"n":30,"s":4},"id":2956},{"c":4,"u":"vicious%20%2b1%20sling_ai","s":11,"n":"Vicious +1 Sling","h":1,"p":149,"zg":{"n":31,"s":11},"id":2957},{"c":4,"u":"vicious%20sling_xdmg","s":3,"n":"Vicious Sling","h":1,"p":318,"zg":{"n":5,"s":3},"id":2958},{"c":4,"u":"wakened%20dragon's%20wrath%20sling_ftd","s":4,"n":"Wakened Dragon's Wrath Sling","h":1,"p":25,"zg":{"n":32,"s":4},"id":2959},{"c":4,"u":"sling%20of%20certain%20death_egw","s":5,"n":"Sling of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2960},{"c":4,"u":"sling%20of%20warning_xdmg","s":3,"n":"Sling of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2961},{"c":4,"u":"%2b1%20sling%20bullet_dmg","s":0,"n":"+1 Sling Bullet","h":1,"p":150,"zg":{"n":35,"s":0},"id":2962},{"c":4,"u":"%2b2%20sling%20bullet_dmg","s":0,"n":"+2 Sling Bullet","h":1,"p":150,"zg":{"n":36,"s":0},"id":2963},{"c":4,"u":"%2b3%20sling%20bullet_dmg","s":0,"n":"+3 Sling Bullet","h":1,"p":150,"zg":{"n":37,"s":0},"id":2964},{"c":4,"u":"walloping%20sling%20bullet_xge","s":1,"n":"Walloping Sling Bullet","h":1,"p":139,"zg":{"n":39,"s":1},"id":2965},{"c":4,"u":"%2b1%20sling%20bullet_xdmg","s":3,"n":"+1 Sling Bullet","h":1,"p":228,"zg":{"n":35,"s":3},"id":2966},{"c":4,"u":"%2b2%20sling%20bullet_xdmg","s":3,"n":"+2 Sling Bullet","h":1,"p":228,"zg":{"n":36,"s":3},"id":2967},{"c":4,"u":"%2b3%20sling%20bullet_xdmg","s":3,"n":"+3 Sling Bullet","h":1,"p":228,"zg":{"n":37,"s":3},"id":2968},{"c":4,"u":"adamantine%20sling%20bullet_xge","s":1,"n":"Adamantine Sling Bullet","h":1,"p":78,"zg":{"n":40,"s":1},"id":2969},{"c":4,"u":"adamantine%20sling%20bullet_xdmg","s":3,"n":"Adamantine Sling Bullet","h":1,"p":227,"zg":{"n":3,"s":3},"id":2970},{"c":4,"u":"sling%20bullet%20of%20slaying_xdmg","s":3,"n":"Sling Bullet of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":2971},{"c":4,"u":"bloodseeker%20sling%20bullet_bmt","s":12,"n":"Bloodseeker Sling Bullet","h":1,"p":66,"zg":{"n":42,"s":12},"id":2972},{"c":4,"u":"dried%20leech%20sling%20bullet_bmt","s":12,"n":"Dried Leech Sling Bullet","h":1,"p":67,"zg":{"n":43,"s":12},"id":2973},{"c":4,"u":"silvered%20sling%20bullet_phb","s":2,"n":"Silvered Sling Bullet","h":1,"p":148,"zg":{"n":45,"s":2},"id":2974},{"c":4,"u":"walloping%20sling%20bullet_xdmg","s":3,"n":"Walloping Sling Bullet","h":1,"p":318,"zg":{"n":39,"s":3},"id":2975},{"c":4,"u":"winged%20sling%20bullet_bmt","s":12,"n":"Winged Sling Bullet","h":1,"p":69,"zg":{"n":46,"s":12},"id":2976},{"c":4,"u":"%2b1%20spear_dmg","s":0,"n":"+1 Spear","h":1,"p":213,"zg":{"n":0,"s":0},"id":2977},{"c":4,"u":"%2b2%20spear_dmg","s":0,"n":"+2 Spear","h":1,"p":213,"zg":{"n":1,"s":0},"id":2978},{"c":4,"u":"%2b3%20spear_dmg","s":0,"n":"+3 Spear","h":1,"p":213,"zg":{"n":2,"s":0},"id":2979},{"c":4,"u":"adamantine%20spear_xge","s":1,"n":"Adamantine Spear","h":1,"p":78,"zg":{"n":3,"s":1},"id":2980},{"c":4,"u":"silvered%20spear_phb","s":2,"n":"Silvered Spear","h":1,"p":148,"zg":{"n":4,"s":2},"id":2981},{"c":4,"u":"vicious%20spear_dmg","s":0,"n":"Vicious Spear","h":1,"p":209,"zg":{"n":5,"s":0},"id":2982},{"c":4,"u":"spear%20of%20warning_dmg","s":0,"n":"Spear of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2983},{"c":4,"u":"%2b1%20spear_xdmg","s":3,"n":"+1 Spear","h":1,"p":324,"zg":{"n":0,"s":3},"id":2984},{"c":4,"u":"%2b2%20spear_xdmg","s":3,"n":"+2 Spear","h":1,"p":324,"zg":{"n":1,"s":3},"id":2985},{"c":4,"u":"%2b3%20spear_xdmg","s":3,"n":"+3 Spear","h":1,"p":324,"zg":{"n":2,"s":3},"id":2986},{"c":4,"u":"adamantine%20spear_xdmg","s":3,"n":"Adamantine Spear","h":1,"p":227,"zg":{"n":3,"s":3},"id":2987},{"c":4,"u":"spear%20armblade_erlw","s":14,"n":"Spear Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2988},{"c":4,"u":"ascendant%20dragon's%20wrath%20spear_ftd","s":4,"n":"Ascendant Dragon's Wrath Spear","h":1,"p":25,"zg":{"n":7,"s":4},"id":2989},{"c":4,"u":"corpse%20slayer%20spear_egw","s":5,"n":"Corpse Slayer Spear","h":1,"p":266,"zg":{"n":8,"s":5},"id":2990},{"c":4,"u":"defender%20spear_xdmg","s":3,"n":"Defender Spear","h":1,"p":252,"zg":{"n":49,"s":3},"id":2991},{"c":4,"u":"dragon%20slayer%20spear_xdmg","s":3,"n":"Dragon Slayer Spear","h":1,"p":254,"zg":{"n":9,"s":3},"id":2992},{"c":4,"u":"drow%20%2b1%20spear_mm","s":6,"n":"Drow +1 Spear","h":1,"p":126,"zg":{"n":10,"s":6},"id":2993},{"c":4,"u":"drow%20%2b2%20spear_mm","s":6,"n":"Drow +2 Spear","h":1,"p":126,"zg":{"n":11,"s":6},"id":2994},{"c":4,"u":"drow%20%2b3%20spear_mm","s":6,"n":"Drow +3 Spear","h":1,"p":126,"zg":{"n":12,"s":6},"id":2995},{"c":4,"u":"enspelled%20(cantrip)%20spear_xdmg","s":3,"n":"Enspelled (Cantrip) Spear","h":1,"p":258,"zg":{"n":13,"s":3},"id":2996},{"c":4,"u":"enspelled%20(level%201)%20spear_xdmg","s":3,"n":"Enspelled (Level 1) Spear","h":1,"p":258,"zg":{"n":14,"s":3},"id":2997},{"c":4,"u":"enspelled%20(level%202)%20spear_xdmg","s":3,"n":"Enspelled (Level 2) Spear","h":1,"p":258,"zg":{"n":15,"s":3},"id":2998},{"c":4,"u":"enspelled%20(level%203)%20spear_xdmg","s":3,"n":"Enspelled (Level 3) Spear","h":1,"p":258,"zg":{"n":16,"s":3},"id":2999},{"c":4,"u":"enspelled%20(level%204)%20spear_xdmg","s":3,"n":"Enspelled (Level 4) Spear","h":1,"p":258,"zg":{"n":17,"s":3},"id":3000},{"c":4,"u":"enspelled%20(level%205)%20spear_xdmg","s":3,"n":"Enspelled (Level 5) Spear","h":1,"p":258,"zg":{"n":18,"s":3},"id":3001},{"c":4,"u":"enspelled%20(level%206)%20spear_xdmg","s":3,"n":"Enspelled (Level 6) Spear","h":1,"p":258,"zg":{"n":19,"s":3},"id":3002},{"c":4,"u":"enspelled%20(level%207)%20spear_xdmg","s":3,"n":"Enspelled (Level 7) Spear","h":1,"p":258,"zg":{"n":20,"s":3},"id":3003},{"c":4,"u":"enspelled%20(level%208)%20spear_xdmg","s":3,"n":"Enspelled (Level 8) Spear","h":1,"p":258,"zg":{"n":21,"s":3},"id":3004},{"c":4,"u":"flame%20tongue%20spear_xdmg","s":3,"n":"Flame Tongue Spear","h":1,"p":263,"zg":{"n":51,"s":3},"id":3005},{"c":4,"u":"giant%20slayer%20spear_xdmg","s":3,"n":"Giant Slayer Spear","h":1,"p":264,"zg":{"n":22,"s":3},"id":3006},{"c":4,"u":"hellfire%20spear_bgdia","s":7,"n":"Hellfire Spear","h":1,"p":223,"zg":{"n":23,"s":7},"id":3007},{"c":4,"u":"holy%20avenger%20spear_xdmg","s":3,"n":"Holy Avenger Spear","h":1,"p":269,"zg":{"n":24,"s":3},"id":3008},{"c":4,"u":"lycan%20spear_ghloe","s":8,"n":"Lycan Spear","h":1,"p":111,"zg":{"n":25,"s":8},"id":3009},{"c":4,"u":"nine%20lives%20stealer%20spear_xdmg","s":3,"n":"Nine Lives Stealer Spear","h":1,"p":281,"zg":{"n":26,"s":3},"id":3010},{"c":4,"u":"oceanic%20spear_tdcsr","s":9,"n":"Oceanic Spear","h":1,"p":199,"zg":{"n":27,"s":9},"id":3011},{"c":4,"u":"ruidium%20spear_crcotn","s":10,"n":"Ruidium Spear","h":1,"p":216,"zg":{"n":28,"s":10},"id":3012},{"c":4,"u":"silvered%20spear_xdmg","s":3,"n":"Silvered Spear","h":1,"p":304,"zg":{"n":4,"s":3},"id":3013},{"c":4,"u":"slumbering%20dragon's%20wrath%20spear_ftd","s":4,"n":"Slumbering Dragon's Wrath Spear","h":1,"p":25,"zg":{"n":29,"s":4},"id":3014},{"c":4,"u":"stirring%20dragon's%20wrath%20spear_ftd","s":4,"n":"Stirring Dragon's Wrath Spear","h":1,"p":25,"zg":{"n":30,"s":4},"id":3015},{"c":4,"u":"stygian%20spear_coa","s":15,"n":"Stygian Spear","h":1,"p":270,"zg":{"n":144,"s":15},"id":3016},{"c":4,"u":"sylvan%20talon%20spear_xdmg","s":3,"n":"Sylvan Talon Spear","h":1,"p":314,"zg":{"n":116,"s":3},"id":3017},{"c":4,"u":"vicious%20%2b1%20spear_ai","s":11,"n":"Vicious +1 Spear","h":1,"p":149,"zg":{"n":31,"s":11},"id":3018},{"c":4,"u":"vicious%20spear_xdmg","s":3,"n":"Vicious Spear","h":1,"p":318,"zg":{"n":5,"s":3},"id":3019},{"c":4,"u":"wakened%20dragon's%20wrath%20spear_ftd","s":4,"n":"Wakened Dragon's Wrath Spear","h":1,"p":25,"zg":{"n":32,"s":4},"id":3020},{"c":4,"u":"spear%20of%20agonizing%20paralysis_coa","s":15,"n":"Spear of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3021},{"c":4,"u":"spear%20of%20certain%20death_egw","s":5,"n":"Spear of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3022},{"c":4,"u":"spear%20of%20warning_xdmg","s":3,"n":"Spear of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3023},{"c":4,"u":"%2b1%20spiked%20armor_dmg","s":0,"n":"+1 Spiked Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":3024},{"c":4,"u":"%2b2%20spiked%20armor_dmg","s":0,"n":"+2 Spiked Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":3025},{"c":4,"u":"%2b3%20spiked%20armor_dmg","s":0,"n":"+3 Spiked Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":3026},{"c":4,"u":"adamantine%20spiked%20armor_dmg","s":0,"n":"Adamantine Spiked Armor","h":1,"p":150,"zg":{"n":56,"s":0},"id":3027},{"c":4,"u":"antimagic%20spiked%20armor_bmt","s":12,"n":"Antimagic Spiked Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":3028},{"c":4,"u":"spiked%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Spiked Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":3029},{"c":4,"u":"spiked%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Spiked Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":3030},{"c":4,"u":"spiked%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Spiked Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":3031},{"c":4,"u":"spiked%20armor%20of%20force%20resistance_dmg","s":0,"n":"Spiked Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":3032},{"c":4,"u":"spiked%20armor%20of%20fungal%20spores_bmt","s":12,"n":"Spiked Armor of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":3033},{"c":4,"u":"spiked%20armor%20of%20gleaming_xge","s":1,"n":"Spiked Armor of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":3034},{"c":4,"u":"spiked%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Spiked Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":3035},{"c":4,"u":"spiked%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Spiked Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":3036},{"c":4,"u":"spiked%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Spiked Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":3037},{"c":4,"u":"spiked%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Spiked Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":3038},{"c":4,"u":"spiked%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Spiked Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":3039},{"c":4,"u":"spiked%20armor%20of%20the%20fallen_bmt","s":12,"n":"Spiked Armor of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":3040},{"c":4,"u":"spiked%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Spiked Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":3041},{"c":4,"u":"spiked%20armor%20of%20weightlessness_bmt","s":12,"n":"Spiked Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":3042},{"c":4,"u":"spiked%20barding_phb","s":2,"n":"Spiked Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":3043},{"c":4,"u":"cast-off%20spiked%20armor_xge","s":1,"n":"Cast-Off Spiked Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":3044},{"c":4,"u":"drow%20%2b1%20spiked%20armor_mm","s":6,"n":"Drow +1 Spiked Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":3045},{"c":4,"u":"drow%20%2b2%20spiked%20armor_mm","s":6,"n":"Drow +2 Spiked Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":3046},{"c":4,"u":"drow%20%2b3%20spiked%20armor_mm","s":6,"n":"Drow +3 Spiked Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":3047},{"c":4,"u":"feywrought%20spiked%20armor_bmt","s":12,"n":"Feywrought Spiked Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":3048},{"c":4,"u":"gloomwrought%20spiked%20armor_bmt","s":12,"n":"Gloomwrought Spiked Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":3049},{"c":4,"u":"last%20stand%20spiked%20armor_egw","s":5,"n":"Last Stand Spiked Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":3050},{"c":4,"u":"living%20spiked%20armor_erlw","s":14,"n":"Living Spiked Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":3051},{"c":4,"u":"mariner's%20spiked%20armor_dmg","s":0,"n":"Mariner's Spiked Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":3052},{"c":4,"u":"mithral%20%2b1%20spiked%20armor_ai","s":11,"n":"Mithral +1 Spiked Armor","h":1,"p":156,"zg":{"n":97,"s":11},"id":3053},{"c":4,"u":"mithral%20spiked%20armor_dmg","s":0,"n":"Mithral Spiked Armor","h":1,"p":182,"zg":{"n":70,"s":0},"id":3054},{"c":4,"u":"mizzium%20spiked%20armor_ggr","s":16,"n":"Mizzium Spiked Armor","h":1,"p":179,"zg":{"n":98,"s":16},"id":3055},{"c":4,"u":"ruidium%20spiked%20armor_crcotn","s":10,"n":"Ruidium Spiked Armor","h":1,"p":215,"zg":{"n":99,"s":10},"id":3056},{"c":4,"u":"smoldering%20spiked%20armor_xge","s":1,"n":"Smoldering Spiked Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":3057},{"c":4,"u":"%2b1%20splint%20armor_dmg","s":0,"n":"+1 Splint Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":3058},{"c":4,"u":"%2b2%20splint%20armor_dmg","s":0,"n":"+2 Splint Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":3059},{"c":4,"u":"%2b3%20splint%20armor_dmg","s":0,"n":"+3 Splint Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":3060},{"c":4,"u":"adamantine%20splint%20armor_dmg","s":0,"n":"Adamantine Splint Armor","h":1,"p":150,"zg":{"n":56,"s":0},"id":3061},{"c":4,"u":"splint%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Splint Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":3062},{"c":4,"u":"splint%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Splint Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":3063},{"c":4,"u":"splint%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Splint Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":3064},{"c":4,"u":"splint%20armor%20of%20force%20resistance_dmg","s":0,"n":"Splint Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":3065},{"c":4,"u":"splint%20armor%20of%20gleaming_xge","s":1,"n":"Splint Armor of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":3066},{"c":4,"u":"splint%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Splint Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":3067},{"c":4,"u":"splint%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Splint Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":3068},{"c":4,"u":"splint%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Splint Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":3069},{"c":4,"u":"splint%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Splint Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":3070},{"c":4,"u":"splint%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Splint Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":3071},{"c":4,"u":"splint%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Splint Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":3072},{"c":4,"u":"cast-off%20splint%20armor_xge","s":1,"n":"Cast-Off Splint Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":3073},{"c":4,"u":"mariner's%20splint%20armor_dmg","s":0,"n":"Mariner's Splint Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":3074},{"c":4,"u":"mithral%20splint%20armor_dmg","s":0,"n":"Mithral Splint Armor","h":1,"p":182,"zg":{"n":70,"s":0},"id":3075},{"c":4,"u":"smoldering%20splint%20armor_xge","s":1,"n":"Smoldering Splint Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":3076},{"c":4,"u":"%2b1%20splint%20armor_xdmg","s":3,"n":"+1 Splint Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":3077},{"c":4,"u":"%2b2%20splint%20armor_xdmg","s":3,"n":"+2 Splint Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":3078},{"c":4,"u":"%2b3%20splint%20armor_xdmg","s":3,"n":"+3 Splint Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":3079},{"c":4,"u":"adamantine%20splint%20armor_xdmg","s":3,"n":"Adamantine Splint Armor","h":1,"p":227,"zg":{"n":56,"s":3},"id":3080},{"c":4,"u":"antimagic%20splint%20armor_bmt","s":12,"n":"Antimagic Splint Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":3081},{"c":4,"u":"splint%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Splint Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":3082},{"c":4,"u":"splint%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Splint Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":3083},{"c":4,"u":"splint%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Splint Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":3084},{"c":4,"u":"splint%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Splint Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":3085},{"c":4,"u":"splint%20armor%20of%20gleaming_xdmg","s":3,"n":"Splint Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":3086},{"c":4,"u":"splint%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Splint Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":3087},{"c":4,"u":"splint%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Splint Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":3088},{"c":4,"u":"splint%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Splint Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":3089},{"c":4,"u":"splint%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Splint Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":3090},{"c":4,"u":"splint%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Splint Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":3091},{"c":4,"u":"splint%20armor%20of%20safeguarding_bgg","s":17,"n":"Splint Armor of Safeguarding","h":1,"p":111,"zg":{"n":100,"s":17},"id":3092},{"c":4,"u":"splint%20armor%20of%20the%20fallen_bmt","s":12,"n":"Splint Armor of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":3093},{"c":4,"u":"splint%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Splint Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":3094},{"c":4,"u":"splint%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Splint Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":3095},{"c":4,"u":"splint%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Splint Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":3096},{"c":4,"u":"splint%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Splint Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":3097},{"c":4,"u":"splint%20armor%20of%20weightlessness_bmt","s":12,"n":"Splint Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":3098},{"c":4,"u":"splint%20barding_phb","s":2,"n":"Splint Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":3099},{"c":4,"u":"cast-off%20splint%20armor_xdmg","s":3,"n":"Cast-Off Splint Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":3100},{"c":4,"u":"clockwork%20splint%20armor_bmt","s":12,"n":"Clockwork Splint Armor","h":1,"p":67,"zg":{"n":101,"s":12},"id":3101},{"c":4,"u":"demon%20splint%20armor_xdmg","s":3,"n":"Demon Splint Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":3102},{"c":4,"u":"demon%20skin%20splint%20armor_ditlcot","s":18,"n":"Demon Skin Splint Armor","h":1,"p":14,"zg":{"n":102,"s":18},"id":3103},{"c":4,"u":"drow%20%2b1%20splint%20armor_mm","s":6,"n":"Drow +1 Splint Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":3104},{"c":4,"u":"drow%20%2b2%20splint%20armor_mm","s":6,"n":"Drow +2 Splint Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":3105},{"c":4,"u":"drow%20%2b3%20splint%20armor_mm","s":6,"n":"Drow +3 Splint Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":3106},{"c":4,"u":"enspelled%20(cantrip)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Splint Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":3107},{"c":4,"u":"enspelled%20(level%201)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Splint Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":3108},{"c":4,"u":"enspelled%20(level%202)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Splint Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":3109},{"c":4,"u":"enspelled%20(level%203)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Splint Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":3110},{"c":4,"u":"enspelled%20(level%204)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Splint Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":3111},{"c":4,"u":"enspelled%20(level%205)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Splint Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":3112},{"c":4,"u":"enspelled%20(level%206)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Splint Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":3113},{"c":4,"u":"enspelled%20(level%207)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Splint Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":3114},{"c":4,"u":"enspelled%20(level%208)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Splint Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":3115},{"c":4,"u":"feywrought%20splint%20armor_bmt","s":12,"n":"Feywrought Splint Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":3116},{"c":4,"u":"gloomwrought%20splint%20armor_bmt","s":12,"n":"Gloomwrought Splint Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":3117},{"c":4,"u":"last%20stand%20splint%20armor_egw","s":5,"n":"Last Stand Splint Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":3118},{"c":4,"u":"living%20splint%20armor_erlw","s":14,"n":"Living Splint Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":3119},{"c":4,"u":"mariner's%20splint%20armor_xdmg","s":3,"n":"Mariner's Splint Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":3120},{"c":4,"u":"mind%20carapace%20splint%20armor_vgm","s":19,"n":"Mind Carapace Splint Armor","h":1,"p":81,"zg":{"n":105,"s":19},"id":3121},{"c":4,"u":"mithral%20%2b1%20splint%20armor_ai","s":11,"n":"Mithral +1 Splint Armor","h":1,"p":156,"zg":{"n":97,"s":11},"id":3122},{"c":4,"u":"mithral%20splint%20armor_xdmg","s":3,"n":"Mithral Splint Armor","h":1,"p":279,"zg":{"n":70,"s":3},"id":3123},{"c":4,"u":"mizzium%20splint%20armor_ggr","s":16,"n":"Mizzium Splint Armor","h":1,"p":179,"zg":{"n":98,"s":16},"id":3124},{"c":4,"u":"ruidium%20splint%20armor_crcotn","s":10,"n":"Ruidium Splint Armor","h":1,"p":215,"zg":{"n":99,"s":10},"id":3125},{"c":4,"u":"smoldering%20splint%20armor_xdmg","s":3,"n":"Smoldering Splint Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":3126},{"c":4,"u":"dragon%20slayer%20staff_xdmg","s":3,"n":"Dragon Slayer Staff","h":1,"p":254,"zg":{"n":9,"s":3},"id":3127},{"c":4,"u":"enspelled%20(cantrip)%20staff_xdmg","s":3,"n":"Enspelled (Cantrip) Staff","h":1,"p":258,"zg":{"n":13,"s":3},"id":3128},{"c":4,"u":"enspelled%20(level%201)%20staff_xdmg","s":3,"n":"Enspelled (Level 1) Staff","h":1,"p":258,"zg":{"n":14,"s":3},"id":3129},{"c":4,"u":"enspelled%20(level%202)%20staff_xdmg","s":3,"n":"Enspelled (Level 2) Staff","h":1,"p":258,"zg":{"n":15,"s":3},"id":3130},{"c":4,"u":"enspelled%20(level%203)%20staff_xdmg","s":3,"n":"Enspelled (Level 3) Staff","h":1,"p":258,"zg":{"n":16,"s":3},"id":3131},{"c":4,"u":"enspelled%20(level%204)%20staff_xdmg","s":3,"n":"Enspelled (Level 4) Staff","h":1,"p":258,"zg":{"n":17,"s":3},"id":3132},{"c":4,"u":"enspelled%20(level%205)%20staff_xdmg","s":3,"n":"Enspelled (Level 5) Staff","h":1,"p":258,"zg":{"n":18,"s":3},"id":3133},{"c":4,"u":"enspelled%20(level%206)%20staff_xdmg","s":3,"n":"Enspelled (Level 6) Staff","h":1,"p":258,"zg":{"n":19,"s":3},"id":3134},{"c":4,"u":"enspelled%20(level%207)%20staff_xdmg","s":3,"n":"Enspelled (Level 7) Staff","h":1,"p":258,"zg":{"n":20,"s":3},"id":3135},{"c":4,"u":"enspelled%20(level%208)%20staff_xdmg","s":3,"n":"Enspelled (Level 8) Staff","h":1,"p":258,"zg":{"n":21,"s":3},"id":3136},{"c":4,"u":"forcebreaker%20staff_bmt","s":12,"n":"Forcebreaker Staff","h":1,"p":67,"zg":{"n":107,"s":12},"id":3137},{"c":4,"u":"giant%20slayer%20staff_xdmg","s":3,"n":"Giant Slayer Staff","h":1,"p":264,"zg":{"n":22,"s":3},"id":3138},{"c":4,"u":"holy%20avenger%20staff_xdmg","s":3,"n":"Holy Avenger Staff","h":1,"p":269,"zg":{"n":24,"s":3},"id":3139},{"c":4,"u":"fernian%20ash%20staff_erlw","s":14,"n":"Fernian Ash Staff","h":1,"p":277,"zg":{"n":155,"s":14},"id":3140},{"c":4,"u":"irian%20rosewood%20staff_erlw","s":14,"n":"Irian Rosewood Staff","h":1,"p":277,"zg":{"n":156,"s":14},"id":3141},{"c":4,"u":"kythrian%20manchineel%20staff_erlw","s":14,"n":"Kythrian Manchineel Staff","h":1,"p":277,"zg":{"n":157,"s":14},"id":3142},{"c":4,"u":"lamannian%20oak%20staff_erlw","s":14,"n":"Lamannian Oak Staff","h":1,"p":277,"zg":{"n":158,"s":14},"id":3143},{"c":4,"u":"mabaran%20ebony%20staff_erlw","s":14,"n":"Mabaran Ebony Staff","h":1,"p":277,"zg":{"n":159,"s":14},"id":3144},{"c":4,"u":"risian%20pine%20staff_erlw","s":14,"n":"Risian Pine Staff","h":1,"p":277,"zg":{"n":160,"s":14},"id":3145},{"c":4,"u":"shavarran%20birch%20staff_erlw","s":14,"n":"Shavarran Birch Staff","h":1,"p":277,"zg":{"n":161,"s":14},"id":3146},{"c":4,"u":"xorian%20wenge%20staff_erlw","s":14,"n":"Xorian Wenge Staff","h":1,"p":277,"zg":{"n":162,"s":14},"id":3147},{"c":4,"u":"nine%20lives%20stealer%20staff_xdmg","s":3,"n":"Nine Lives Stealer Staff","h":1,"p":281,"zg":{"n":26,"s":3},"id":3148},{"c":4,"u":"silvered%20staff_xdmg","s":3,"n":"Silvered Staff","h":1,"p":304,"zg":{"n":4,"s":3},"id":3149},{"c":4,"u":"vicious%20staff_xdmg","s":3,"n":"Vicious Staff","h":1,"p":318,"zg":{"n":5,"s":3},"id":3150},{"c":4,"u":"staff%20of%20warning_xdmg","s":3,"n":"Staff of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3151},{"c":4,"u":"%2b1%20studded%20leather%20armor_dmg","s":0,"n":"+1 Studded Leather Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":3152},{"c":4,"u":"%2b2%20studded%20leather%20armor_dmg","s":0,"n":"+2 Studded Leather Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":3153},{"c":4,"u":"%2b3%20studded%20leather%20armor_dmg","s":0,"n":"+3 Studded Leather Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":3154},{"c":4,"u":"studded%20leather%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Studded Leather Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":3155},{"c":4,"u":"studded%20leather%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Studded Leather Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":3156},{"c":4,"u":"studded%20leather%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Studded Leather Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":3157},{"c":4,"u":"studded%20leather%20armor%20of%20force%20resistance_dmg","s":0,"n":"Studded Leather Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":3158},{"c":4,"u":"studded%20leather%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Studded Leather Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":3159},{"c":4,"u":"studded%20leather%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Studded Leather Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":3160},{"c":4,"u":"studded%20leather%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Studded Leather Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":3161},{"c":4,"u":"studded%20leather%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Studded Leather Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":3162},{"c":4,"u":"studded%20leather%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Studded Leather Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":3163},{"c":4,"u":"studded%20leather%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Studded Leather Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":3164},{"c":4,"u":"cast-off%20studded%20leather%20armor_xge","s":1,"n":"Cast-Off Studded Leather Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":3165},{"c":4,"u":"mariner's%20studded%20leather%20armor_dmg","s":0,"n":"Mariner's Studded Leather Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":3166},{"c":4,"u":"smoldering%20studded%20leather%20armor_xge","s":1,"n":"Smoldering Studded Leather Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":3167},{"c":4,"u":"%2b1%20studded%20leather%20armor_xdmg","s":3,"n":"+1 Studded Leather Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":3168},{"c":4,"u":"%2b2%20studded%20leather%20armor_xdmg","s":3,"n":"+2 Studded Leather Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":3169},{"c":4,"u":"%2b3%20studded%20leather%20armor_xdmg","s":3,"n":"+3 Studded Leather Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":3170},{"c":4,"u":"antimagic%20studded%20leather%20armor_bmt","s":12,"n":"Antimagic Studded Leather Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":3171},{"c":4,"u":"studded%20leather%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":3172},{"c":4,"u":"studded%20leather%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":3173},{"c":4,"u":"studded%20leather%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":3174},{"c":4,"u":"studded%20leather%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":3175},{"c":4,"u":"studded%20leather%20armor%20of%20gleaming_xdmg","s":3,"n":"Studded Leather Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":3176},{"c":4,"u":"studded%20leather%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":3177},{"c":4,"u":"studded%20leather%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":3178},{"c":4,"u":"studded%20leather%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":3179},{"c":4,"u":"studded%20leather%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":3180},{"c":4,"u":"studded%20leather%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":3181},{"c":4,"u":"studded%20leather%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":3182},{"c":4,"u":"studded%20leather%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Studded Leather Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":3183},{"c":4,"u":"studded%20leather%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Studded Leather Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":3184},{"c":4,"u":"studded%20leather%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Studded Leather Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":3185},{"c":4,"u":"studded%20leather%20armor%20of%20weightlessness_bmt","s":12,"n":"Studded Leather Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":3186},{"c":4,"u":"studded%20leather%20barding_phb","s":2,"n":"Studded Leather Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":3187},{"c":4,"u":"cast-off%20studded%20leather%20armor_xdmg","s":3,"n":"Cast-Off Studded Leather Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":3188},{"c":4,"u":"demon%20studded%20leather%20armor_xdmg","s":3,"n":"Demon Studded Leather Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":3189},{"c":4,"u":"drow%20%2b1%20studded%20leather%20armor_mm","s":6,"n":"Drow +1 Studded Leather Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":3190},{"c":4,"u":"drow%20%2b2%20studded%20leather%20armor_mm","s":6,"n":"Drow +2 Studded Leather Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":3191},{"c":4,"u":"drow%20%2b3%20studded%20leather%20armor_mm","s":6,"n":"Drow +3 Studded Leather Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":3192},{"c":4,"u":"enspelled%20(cantrip)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Studded Leather Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":3193},{"c":4,"u":"enspelled%20(level%201)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Studded Leather Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":3194},{"c":4,"u":"enspelled%20(level%202)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Studded Leather Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":3195},{"c":4,"u":"enspelled%20(level%203)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Studded Leather Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":3196},{"c":4,"u":"enspelled%20(level%204)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Studded Leather Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":3197},{"c":4,"u":"enspelled%20(level%205)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Studded Leather Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":3198},{"c":4,"u":"enspelled%20(level%206)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Studded Leather Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":3199},{"c":4,"u":"enspelled%20(level%207)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Studded Leather Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":3200},{"c":4,"u":"enspelled%20(level%208)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Studded Leather Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":3201},{"c":4,"u":"feywrought%20studded%20leather%20armor_bmt","s":12,"n":"Feywrought Studded Leather Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":3202},{"c":4,"u":"gloomwrought%20studded%20leather%20armor_bmt","s":12,"n":"Gloomwrought Studded Leather Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":3203},{"c":4,"u":"last%20stand%20studded%20leather%20armor_egw","s":5,"n":"Last Stand Studded Leather Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":3204},{"c":4,"u":"living%20studded%20leather%20armor_erlw","s":14,"n":"Living Studded Leather Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":3205},{"c":4,"u":"mariner's%20studded%20leather%20armor_xdmg","s":3,"n":"Mariner's Studded Leather Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":3206},{"c":4,"u":"smoldering%20studded%20leather%20armor_xdmg","s":3,"n":"Smoldering Studded Leather Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":3207},{"c":4,"u":"zephyr%20studded%20leather%20armor_bgg","s":17,"n":"Zephyr Studded Leather Armor","h":1,"p":117,"zg":{"n":146,"s":17},"id":3208},{"c":4,"u":"%2b1%20trident_dmg","s":0,"n":"+1 Trident","h":1,"p":213,"zg":{"n":0,"s":0},"id":3209},{"c":4,"u":"%2b2%20trident_dmg","s":0,"n":"+2 Trident","h":1,"p":213,"zg":{"n":1,"s":0},"id":3210},{"c":4,"u":"%2b3%20trident_dmg","s":0,"n":"+3 Trident","h":1,"p":213,"zg":{"n":2,"s":0},"id":3211},{"c":4,"u":"adamantine%20trident_xge","s":1,"n":"Adamantine Trident","h":1,"p":78,"zg":{"n":3,"s":1},"id":3212},{"c":4,"u":"silvered%20trident_phb","s":2,"n":"Silvered Trident","h":1,"p":148,"zg":{"n":4,"s":2},"id":3213},{"c":4,"u":"vicious%20trident_dmg","s":0,"n":"Vicious Trident","h":1,"p":209,"zg":{"n":5,"s":0},"id":3214},{"c":4,"u":"trident%20of%20warning_dmg","s":0,"n":"Trident of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":3215},{"c":4,"u":"%2b1%20trident_xdmg","s":3,"n":"+1 Trident","h":1,"p":324,"zg":{"n":0,"s":3},"id":3216},{"c":4,"u":"%2b2%20trident_xdmg","s":3,"n":"+2 Trident","h":1,"p":324,"zg":{"n":1,"s":3},"id":3217},{"c":4,"u":"%2b3%20trident_xdmg","s":3,"n":"+3 Trident","h":1,"p":324,"zg":{"n":2,"s":3},"id":3218},{"c":4,"u":"adamantine%20trident_xdmg","s":3,"n":"Adamantine Trident","h":1,"p":227,"zg":{"n":3,"s":3},"id":3219},{"c":4,"u":"trident%20armblade_erlw","s":14,"n":"Trident Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":3220},{"c":4,"u":"ascendant%20dragon's%20wrath%20trident_ftd","s":4,"n":"Ascendant Dragon's Wrath Trident","h":1,"p":25,"zg":{"n":7,"s":4},"id":3221},{"c":4,"u":"corpse%20slayer%20trident_egw","s":5,"n":"Corpse Slayer Trident","h":1,"p":266,"zg":{"n":8,"s":5},"id":3222},{"c":4,"u":"defender%20trident_xdmg","s":3,"n":"Defender Trident","h":1,"p":252,"zg":{"n":49,"s":3},"id":3223},{"c":4,"u":"dragon%20slayer%20trident_xdmg","s":3,"n":"Dragon Slayer Trident","h":1,"p":254,"zg":{"n":9,"s":3},"id":3224},{"c":4,"u":"drow%20%2b1%20trident_mm","s":6,"n":"Drow +1 Trident","h":1,"p":126,"zg":{"n":10,"s":6},"id":3225},{"c":4,"u":"drow%20%2b2%20trident_mm","s":6,"n":"Drow +2 Trident","h":1,"p":126,"zg":{"n":11,"s":6},"id":3226},{"c":4,"u":"drow%20%2b3%20trident_mm","s":6,"n":"Drow +3 Trident","h":1,"p":126,"zg":{"n":12,"s":6},"id":3227},{"c":4,"u":"enspelled%20(cantrip)%20trident_xdmg","s":3,"n":"Enspelled (Cantrip) Trident","h":1,"p":258,"zg":{"n":13,"s":3},"id":3228},{"c":4,"u":"enspelled%20(level%201)%20trident_xdmg","s":3,"n":"Enspelled (Level 1) Trident","h":1,"p":258,"zg":{"n":14,"s":3},"id":3229},{"c":4,"u":"enspelled%20(level%202)%20trident_xdmg","s":3,"n":"Enspelled (Level 2) Trident","h":1,"p":258,"zg":{"n":15,"s":3},"id":3230},{"c":4,"u":"enspelled%20(level%203)%20trident_xdmg","s":3,"n":"Enspelled (Level 3) Trident","h":1,"p":258,"zg":{"n":16,"s":3},"id":3231},{"c":4,"u":"enspelled%20(level%204)%20trident_xdmg","s":3,"n":"Enspelled (Level 4) Trident","h":1,"p":258,"zg":{"n":17,"s":3},"id":3232},{"c":4,"u":"enspelled%20(level%205)%20trident_xdmg","s":3,"n":"Enspelled (Level 5) Trident","h":1,"p":258,"zg":{"n":18,"s":3},"id":3233},{"c":4,"u":"enspelled%20(level%206)%20trident_xdmg","s":3,"n":"Enspelled (Level 6) Trident","h":1,"p":258,"zg":{"n":19,"s":3},"id":3234},{"c":4,"u":"enspelled%20(level%207)%20trident_xdmg","s":3,"n":"Enspelled (Level 7) Trident","h":1,"p":258,"zg":{"n":20,"s":3},"id":3235},{"c":4,"u":"enspelled%20(level%208)%20trident_xdmg","s":3,"n":"Enspelled (Level 8) Trident","h":1,"p":258,"zg":{"n":21,"s":3},"id":3236},{"c":4,"u":"flame%20tongue%20trident_xdmg","s":3,"n":"Flame Tongue Trident","h":1,"p":263,"zg":{"n":51,"s":3},"id":3237},{"c":4,"u":"giant%20slayer%20trident_xdmg","s":3,"n":"Giant Slayer Trident","h":1,"p":264,"zg":{"n":22,"s":3},"id":3238},{"c":4,"u":"hellfire%20trident_bgdia","s":7,"n":"Hellfire Trident","h":1,"p":223,"zg":{"n":23,"s":7},"id":3239},{"c":4,"u":"holy%20avenger%20trident_xdmg","s":3,"n":"Holy Avenger Trident","h":1,"p":269,"zg":{"n":24,"s":3},"id":3240},{"c":4,"u":"lycan%20trident_ghloe","s":8,"n":"Lycan Trident","h":1,"p":111,"zg":{"n":25,"s":8},"id":3241},{"c":4,"u":"nine%20lives%20stealer%20trident_xdmg","s":3,"n":"Nine Lives Stealer Trident","h":1,"p":281,"zg":{"n":26,"s":3},"id":3242},{"c":4,"u":"oceanic%20trident_tdcsr","s":9,"n":"Oceanic Trident","h":1,"p":199,"zg":{"n":27,"s":9},"id":3243},{"c":4,"u":"ruidium%20trident_crcotn","s":10,"n":"Ruidium Trident","h":1,"p":216,"zg":{"n":28,"s":10},"id":3244},{"c":4,"u":"silvered%20trident_xdmg","s":3,"n":"Silvered Trident","h":1,"p":304,"zg":{"n":4,"s":3},"id":3245},{"c":4,"u":"slumbering%20dragon's%20wrath%20trident_ftd","s":4,"n":"Slumbering Dragon's Wrath Trident","h":1,"p":25,"zg":{"n":29,"s":4},"id":3246},{"c":4,"u":"stirring%20dragon's%20wrath%20trident_ftd","s":4,"n":"Stirring Dragon's Wrath Trident","h":1,"p":25,"zg":{"n":30,"s":4},"id":3247},{"c":4,"u":"vicious%20%2b1%20trident_ai","s":11,"n":"Vicious +1 Trident","h":1,"p":149,"zg":{"n":31,"s":11},"id":3248},{"c":4,"u":"vicious%20trident_xdmg","s":3,"n":"Vicious Trident","h":1,"p":318,"zg":{"n":5,"s":3},"id":3249},{"c":4,"u":"wakened%20dragon's%20wrath%20trident_ftd","s":4,"n":"Wakened Dragon's Wrath Trident","h":1,"p":25,"zg":{"n":32,"s":4},"id":3250},{"c":4,"u":"trident%20of%20agonizing%20paralysis_coa","s":15,"n":"Trident of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3251},{"c":4,"u":"trident%20of%20certain%20death_egw","s":5,"n":"Trident of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3252},{"c":4,"u":"trident%20of%20throne's%20command_bmt","s":12,"n":"Trident of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":3253},{"c":4,"u":"trident%20of%20warning_xdmg","s":3,"n":"Trident of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3254},{"c":4,"u":"fernian%20ash%20wand_erlw","s":14,"n":"Fernian Ash Wand","h":1,"p":277,"zg":{"n":155,"s":14},"id":3255},{"c":4,"u":"irian%20rosewood%20wand_erlw","s":14,"n":"Irian Rosewood Wand","h":1,"p":277,"zg":{"n":156,"s":14},"id":3256},{"c":4,"u":"kythrian%20manchineel%20wand_erlw","s":14,"n":"Kythrian Manchineel Wand","h":1,"p":277,"zg":{"n":157,"s":14},"id":3257},{"c":4,"u":"lamannian%20oak%20wand_erlw","s":14,"n":"Lamannian Oak Wand","h":1,"p":277,"zg":{"n":158,"s":14},"id":3258},{"c":4,"u":"mabaran%20ebony%20wand_erlw","s":14,"n":"Mabaran Ebony Wand","h":1,"p":277,"zg":{"n":159,"s":14},"id":3259},{"c":4,"u":"risian%20pine%20wand_erlw","s":14,"n":"Risian Pine Wand","h":1,"p":277,"zg":{"n":160,"s":14},"id":3260},{"c":4,"u":"shavarran%20birch%20wand_erlw","s":14,"n":"Shavarran Birch Wand","h":1,"p":277,"zg":{"n":161,"s":14},"id":3261},{"c":4,"u":"xorian%20wenge%20wand_erlw","s":14,"n":"Xorian Wenge Wand","h":1,"p":277,"zg":{"n":162,"s":14},"id":3262},{"c":4,"u":"%2b1%20war%20pick_dmg","s":0,"n":"+1 War Pick","h":1,"p":213,"zg":{"n":0,"s":0},"id":3263},{"c":4,"u":"%2b2%20war%20pick_dmg","s":0,"n":"+2 War Pick","h":1,"p":213,"zg":{"n":1,"s":0},"id":3264},{"c":4,"u":"%2b3%20war%20pick_dmg","s":0,"n":"+3 War Pick","h":1,"p":213,"zg":{"n":2,"s":0},"id":3265},{"c":4,"u":"adamantine%20war%20pick_xge","s":1,"n":"Adamantine War Pick","h":1,"p":78,"zg":{"n":3,"s":1},"id":3266},{"c":4,"u":"silvered%20war%20pick_phb","s":2,"n":"Silvered War Pick","h":1,"p":148,"zg":{"n":4,"s":2},"id":3267},{"c":4,"u":"vicious%20war%20pick_dmg","s":0,"n":"Vicious War Pick","h":1,"p":209,"zg":{"n":5,"s":0},"id":3268},{"c":4,"u":"war%20pick%20of%20warning_dmg","s":0,"n":"War Pick of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":3269},{"c":4,"u":"%2b1%20war%20pick_xdmg","s":3,"n":"+1 War Pick","h":1,"p":324,"zg":{"n":0,"s":3},"id":3270},{"c":4,"u":"%2b2%20war%20pick_xdmg","s":3,"n":"+2 War Pick","h":1,"p":324,"zg":{"n":1,"s":3},"id":3271},{"c":4,"u":"%2b3%20war%20pick_xdmg","s":3,"n":"+3 War Pick","h":1,"p":324,"zg":{"n":2,"s":3},"id":3272},{"c":4,"u":"adamantine%20war%20pick_xdmg","s":3,"n":"Adamantine War Pick","h":1,"p":227,"zg":{"n":3,"s":3},"id":3273},{"c":4,"u":"war%20pick%20armblade_erlw","s":14,"n":"War Pick Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":3274},{"c":4,"u":"ascendant%20dragon's%20wrath%20war%20pick_ftd","s":4,"n":"Ascendant Dragon's Wrath War Pick","h":1,"p":25,"zg":{"n":7,"s":4},"id":3275},{"c":4,"u":"corpse%20slayer%20war%20pick_egw","s":5,"n":"Corpse Slayer War Pick","h":1,"p":266,"zg":{"n":8,"s":5},"id":3276},{"c":4,"u":"defender%20war%20pick_xdmg","s":3,"n":"Defender War Pick","h":1,"p":252,"zg":{"n":49,"s":3},"id":3277},{"c":4,"u":"dragon%20slayer%20war%20pick_xdmg","s":3,"n":"Dragon Slayer War Pick","h":1,"p":254,"zg":{"n":9,"s":3},"id":3278},{"c":4,"u":"drow%20%2b1%20war%20pick_mm","s":6,"n":"Drow +1 War Pick","h":1,"p":126,"zg":{"n":10,"s":6},"id":3279},{"c":4,"u":"drow%20%2b2%20war%20pick_mm","s":6,"n":"Drow +2 War Pick","h":1,"p":126,"zg":{"n":11,"s":6},"id":3280},{"c":4,"u":"drow%20%2b3%20war%20pick_mm","s":6,"n":"Drow +3 War Pick","h":1,"p":126,"zg":{"n":12,"s":6},"id":3281},{"c":4,"u":"enspelled%20(cantrip)%20war%20pick_xdmg","s":3,"n":"Enspelled (Cantrip) War Pick","h":1,"p":258,"zg":{"n":13,"s":3},"id":3282},{"c":4,"u":"enspelled%20(level%201)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 1) War Pick","h":1,"p":258,"zg":{"n":14,"s":3},"id":3283},{"c":4,"u":"enspelled%20(level%202)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 2) War Pick","h":1,"p":258,"zg":{"n":15,"s":3},"id":3284},{"c":4,"u":"enspelled%20(level%203)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 3) War Pick","h":1,"p":258,"zg":{"n":16,"s":3},"id":3285},{"c":4,"u":"enspelled%20(level%204)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 4) War Pick","h":1,"p":258,"zg":{"n":17,"s":3},"id":3286},{"c":4,"u":"enspelled%20(level%205)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 5) War Pick","h":1,"p":258,"zg":{"n":18,"s":3},"id":3287},{"c":4,"u":"enspelled%20(level%206)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 6) War Pick","h":1,"p":258,"zg":{"n":19,"s":3},"id":3288},{"c":4,"u":"enspelled%20(level%207)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 7) War Pick","h":1,"p":258,"zg":{"n":20,"s":3},"id":3289},{"c":4,"u":"enspelled%20(level%208)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 8) War Pick","h":1,"p":258,"zg":{"n":21,"s":3},"id":3290},{"c":4,"u":"flame%20tongue%20war%20pick_xdmg","s":3,"n":"Flame Tongue War Pick","h":1,"p":263,"zg":{"n":51,"s":3},"id":3291},{"c":4,"u":"giant%20slayer%20war%20pick_xdmg","s":3,"n":"Giant Slayer War Pick","h":1,"p":264,"zg":{"n":22,"s":3},"id":3292},{"c":4,"u":"hellfire%20war%20pick_bgdia","s":7,"n":"Hellfire War Pick","h":1,"p":223,"zg":{"n":23,"s":7},"id":3293},{"c":4,"u":"holy%20avenger%20war%20pick_xdmg","s":3,"n":"Holy Avenger War Pick","h":1,"p":269,"zg":{"n":24,"s":3},"id":3294},{"c":4,"u":"lycan%20war%20pick_ghloe","s":8,"n":"Lycan War Pick","h":1,"p":111,"zg":{"n":25,"s":8},"id":3295},{"c":4,"u":"nine%20lives%20stealer%20war%20pick_xdmg","s":3,"n":"Nine Lives Stealer War Pick","h":1,"p":281,"zg":{"n":26,"s":3},"id":3296},{"c":4,"u":"ruidium%20war%20pick_crcotn","s":10,"n":"Ruidium War Pick","h":1,"p":216,"zg":{"n":28,"s":10},"id":3297},{"c":4,"u":"silvered%20war%20pick_xdmg","s":3,"n":"Silvered War Pick","h":1,"p":304,"zg":{"n":4,"s":3},"id":3298},{"c":4,"u":"slumbering%20dragon's%20wrath%20war%20pick_ftd","s":4,"n":"Slumbering Dragon's Wrath War Pick","h":1,"p":25,"zg":{"n":29,"s":4},"id":3299},{"c":4,"u":"stirring%20dragon's%20wrath%20war%20pick_ftd","s":4,"n":"Stirring Dragon's Wrath War Pick","h":1,"p":25,"zg":{"n":30,"s":4},"id":3300},{"c":4,"u":"vicious%20%2b1%20war%20pick_ai","s":11,"n":"Vicious +1 War Pick","h":1,"p":149,"zg":{"n":31,"s":11},"id":3301},{"c":4,"u":"vicious%20war%20pick_xdmg","s":3,"n":"Vicious War Pick","h":1,"p":318,"zg":{"n":5,"s":3},"id":3302},{"c":4,"u":"wakened%20dragon's%20wrath%20war%20pick_ftd","s":4,"n":"Wakened Dragon's Wrath War Pick","h":1,"p":25,"zg":{"n":32,"s":4},"id":3303},{"c":4,"u":"war%20pick%20of%20agonizing%20paralysis_coa","s":15,"n":"War Pick of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3304},{"c":4,"u":"war%20pick%20of%20certain%20death_egw","s":5,"n":"War Pick of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3305},{"c":4,"u":"war%20pick%20of%20throne's%20command_bmt","s":12,"n":"War Pick of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":3306},{"c":4,"u":"war%20pick%20of%20warning_xdmg","s":3,"n":"War Pick of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3307},{"c":4,"u":"%2b1%20warhammer_dmg","s":0,"n":"+1 Warhammer","h":1,"p":213,"zg":{"n":0,"s":0},"id":3308},{"c":4,"u":"%2b2%20warhammer_dmg","s":0,"n":"+2 Warhammer","h":1,"p":213,"zg":{"n":1,"s":0},"id":3309},{"c":4,"u":"%2b3%20warhammer_dmg","s":0,"n":"+3 Warhammer","h":1,"p":213,"zg":{"n":2,"s":0},"id":3310},{"c":4,"u":"adamantine%20warhammer_xge","s":1,"n":"Adamantine Warhammer","h":1,"p":78,"zg":{"n":3,"s":1},"id":3311},{"c":4,"u":"silvered%20warhammer_phb","s":2,"n":"Silvered Warhammer","h":1,"p":148,"zg":{"n":4,"s":2},"id":3312},{"c":4,"u":"vicious%20warhammer_dmg","s":0,"n":"Vicious Warhammer","h":1,"p":209,"zg":{"n":5,"s":0},"id":3313},{"c":4,"u":"warhammer%20of%20warning_dmg","s":0,"n":"Warhammer of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":3314},{"c":4,"u":"%2b1%20warhammer_xdmg","s":3,"n":"+1 Warhammer","h":1,"p":324,"zg":{"n":0,"s":3},"id":3315},{"c":4,"u":"%2b2%20warhammer_xdmg","s":3,"n":"+2 Warhammer","h":1,"p":324,"zg":{"n":1,"s":3},"id":3316},{"c":4,"u":"%2b3%20warhammer_xdmg","s":3,"n":"+3 Warhammer","h":1,"p":324,"zg":{"n":2,"s":3},"id":3317},{"c":4,"u":"adamantine%20warhammer_xdmg","s":3,"n":"Adamantine Warhammer","h":1,"p":227,"zg":{"n":3,"s":3},"id":3318},{"c":4,"u":"warhammer%20armblade_erlw","s":14,"n":"Warhammer Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":3319},{"c":4,"u":"ascendant%20dragon's%20wrath%20warhammer_ftd","s":4,"n":"Ascendant Dragon's Wrath Warhammer","h":1,"p":25,"zg":{"n":7,"s":4},"id":3320},{"c":4,"u":"comet%20smasher%20warhammer_dodk","s":13,"n":"Comet Smasher Warhammer","h":1,"p":230,"zg":{"n":106,"s":13},"id":3321},{"c":4,"u":"corpse%20slayer%20warhammer_egw","s":5,"n":"Corpse Slayer Warhammer","h":1,"p":266,"zg":{"n":8,"s":5},"id":3322},{"c":4,"u":"defender%20warhammer_xdmg","s":3,"n":"Defender Warhammer","h":1,"p":252,"zg":{"n":49,"s":3},"id":3323},{"c":4,"u":"dragon%20slayer%20warhammer_xdmg","s":3,"n":"Dragon Slayer Warhammer","h":1,"p":254,"zg":{"n":9,"s":3},"id":3324},{"c":4,"u":"drow%20%2b1%20warhammer_mm","s":6,"n":"Drow +1 Warhammer","h":1,"p":126,"zg":{"n":10,"s":6},"id":3325},{"c":4,"u":"drow%20%2b2%20warhammer_mm","s":6,"n":"Drow +2 Warhammer","h":1,"p":126,"zg":{"n":11,"s":6},"id":3326},{"c":4,"u":"drow%20%2b3%20warhammer_mm","s":6,"n":"Drow +3 Warhammer","h":1,"p":126,"zg":{"n":12,"s":6},"id":3327},{"c":4,"u":"enspelled%20(cantrip)%20warhammer_xdmg","s":3,"n":"Enspelled (Cantrip) Warhammer","h":1,"p":258,"zg":{"n":13,"s":3},"id":3328},{"c":4,"u":"enspelled%20(level%201)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 1) Warhammer","h":1,"p":258,"zg":{"n":14,"s":3},"id":3329},{"c":4,"u":"enspelled%20(level%202)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 2) Warhammer","h":1,"p":258,"zg":{"n":15,"s":3},"id":3330},{"c":4,"u":"enspelled%20(level%203)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 3) Warhammer","h":1,"p":258,"zg":{"n":16,"s":3},"id":3331},{"c":4,"u":"enspelled%20(level%204)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 4) Warhammer","h":1,"p":258,"zg":{"n":17,"s":3},"id":3332},{"c":4,"u":"enspelled%20(level%205)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 5) Warhammer","h":1,"p":258,"zg":{"n":18,"s":3},"id":3333},{"c":4,"u":"enspelled%20(level%206)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 6) Warhammer","h":1,"p":258,"zg":{"n":19,"s":3},"id":3334},{"c":4,"u":"enspelled%20(level%207)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 7) Warhammer","h":1,"p":258,"zg":{"n":20,"s":3},"id":3335},{"c":4,"u":"enspelled%20(level%208)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 8) Warhammer","h":1,"p":258,"zg":{"n":21,"s":3},"id":3336},{"c":4,"u":"flame%20tongue%20warhammer_xdmg","s":3,"n":"Flame Tongue Warhammer","h":1,"p":263,"zg":{"n":51,"s":3},"id":3337},{"c":4,"u":"forcebreaker%20warhammer_bmt","s":12,"n":"Forcebreaker Warhammer","h":1,"p":67,"zg":{"n":107,"s":12},"id":3338},{"c":4,"u":"giant%20slayer%20warhammer_xdmg","s":3,"n":"Giant Slayer Warhammer","h":1,"p":264,"zg":{"n":22,"s":3},"id":3339},{"c":4,"u":"warhammer%20of%20thunderbolts_xdmg","s":3,"n":"Warhammer of Thunderbolts","h":1,"p":265,"zg":{"n":154,"s":3},"id":3340},{"c":4,"u":"hellfire%20warhammer_bgdia","s":7,"n":"Hellfire Warhammer","h":1,"p":223,"zg":{"n":23,"s":7},"id":3341},{"c":4,"u":"holy%20avenger%20warhammer_xdmg","s":3,"n":"Holy Avenger Warhammer","h":1,"p":269,"zg":{"n":24,"s":3},"id":3342},{"c":4,"u":"lycan%20warhammer_ghloe","s":8,"n":"Lycan Warhammer","h":1,"p":111,"zg":{"n":25,"s":8},"id":3343},{"c":4,"u":"nine%20lives%20stealer%20warhammer_xdmg","s":3,"n":"Nine Lives Stealer Warhammer","h":1,"p":281,"zg":{"n":26,"s":3},"id":3344},{"c":4,"u":"ruidium%20warhammer_crcotn","s":10,"n":"Ruidium Warhammer","h":1,"p":216,"zg":{"n":28,"s":10},"id":3345},{"c":4,"u":"silvered%20warhammer_xdmg","s":3,"n":"Silvered Warhammer","h":1,"p":304,"zg":{"n":4,"s":3},"id":3346},{"c":4,"u":"slumbering%20dragon's%20wrath%20warhammer_ftd","s":4,"n":"Slumbering Dragon's Wrath Warhammer","h":1,"p":25,"zg":{"n":29,"s":4},"id":3347},{"c":4,"u":"stirring%20dragon's%20wrath%20warhammer_ftd","s":4,"n":"Stirring Dragon's Wrath Warhammer","h":1,"p":25,"zg":{"n":30,"s":4},"id":3348},{"c":4,"u":"vicious%20%2b1%20warhammer_ai","s":11,"n":"Vicious +1 Warhammer","h":1,"p":149,"zg":{"n":31,"s":11},"id":3349},{"c":4,"u":"vicious%20warhammer_xdmg","s":3,"n":"Vicious Warhammer","h":1,"p":318,"zg":{"n":5,"s":3},"id":3350},{"c":4,"u":"wakened%20dragon's%20wrath%20warhammer_ftd","s":4,"n":"Wakened Dragon's Wrath Warhammer","h":1,"p":25,"zg":{"n":32,"s":4},"id":3351},{"c":4,"u":"warhammer%20of%20agonizing%20paralysis_coa","s":15,"n":"Warhammer of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3352},{"c":4,"u":"warhammer%20of%20certain%20death_egw","s":5,"n":"Warhammer of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3353},{"c":4,"u":"warhammer%20of%20throne's%20command_bmt","s":12,"n":"Warhammer of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":3354},{"c":4,"u":"warhammer%20of%20warning_xdmg","s":3,"n":"Warhammer of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3355},{"c":4,"u":"%2b1%20whip_dmg","s":0,"n":"+1 Whip","h":1,"p":213,"zg":{"n":0,"s":0},"id":3356},{"c":4,"u":"%2b2%20whip_dmg","s":0,"n":"+2 Whip","h":1,"p":213,"zg":{"n":1,"s":0},"id":3357},{"c":4,"u":"%2b3%20whip_dmg","s":0,"n":"+3 Whip","h":1,"p":213,"zg":{"n":2,"s":0},"id":3358},{"c":4,"u":"adamantine%20whip_xge","s":1,"n":"Adamantine Whip","h":1,"p":78,"zg":{"n":3,"s":1},"id":3359},{"c":4,"u":"silvered%20whip_phb","s":2,"n":"Silvered Whip","h":1,"p":148,"zg":{"n":4,"s":2},"id":3360},{"c":4,"u":"vicious%20whip_dmg","s":0,"n":"Vicious Whip","h":1,"p":209,"zg":{"n":5,"s":0},"id":3361},{"c":4,"u":"whip%20of%20warning_dmg","s":0,"n":"Whip of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":3362},{"c":4,"u":"%2b1%20whip_xdmg","s":3,"n":"+1 Whip","h":1,"p":324,"zg":{"n":0,"s":3},"id":3363},{"c":4,"u":"%2b2%20whip_xdmg","s":3,"n":"+2 Whip","h":1,"p":324,"zg":{"n":1,"s":3},"id":3364},{"c":4,"u":"%2b3%20whip_xdmg","s":3,"n":"+3 Whip","h":1,"p":324,"zg":{"n":2,"s":3},"id":3365},{"c":4,"u":"adamantine%20whip_xdmg","s":3,"n":"Adamantine Whip","h":1,"p":227,"zg":{"n":3,"s":3},"id":3366},{"c":4,"u":"whip%20armblade_erlw","s":14,"n":"Whip Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":3367},{"c":4,"u":"ascendant%20dragon's%20wrath%20whip_ftd","s":4,"n":"Ascendant Dragon's Wrath Whip","h":1,"p":25,"zg":{"n":7,"s":4},"id":3368},{"c":4,"u":"corpse%20slayer%20whip_egw","s":5,"n":"Corpse Slayer Whip","h":1,"p":266,"zg":{"n":8,"s":5},"id":3369},{"c":4,"u":"defender%20whip_xdmg","s":3,"n":"Defender Whip","h":1,"p":252,"zg":{"n":49,"s":3},"id":3370},{"c":4,"u":"dragon%20slayer%20whip_xdmg","s":3,"n":"Dragon Slayer Whip","h":1,"p":254,"zg":{"n":9,"s":3},"id":3371},{"c":4,"u":"drow%20%2b1%20whip_mm","s":6,"n":"Drow +1 Whip","h":1,"p":126,"zg":{"n":10,"s":6},"id":3372},{"c":4,"u":"drow%20%2b2%20whip_mm","s":6,"n":"Drow +2 Whip","h":1,"p":126,"zg":{"n":11,"s":6},"id":3373},{"c":4,"u":"drow%20%2b3%20whip_mm","s":6,"n":"Drow +3 Whip","h":1,"p":126,"zg":{"n":12,"s":6},"id":3374},{"c":4,"u":"enspelled%20(cantrip)%20whip_xdmg","s":3,"n":"Enspelled (Cantrip) Whip","h":1,"p":258,"zg":{"n":13,"s":3},"id":3375},{"c":4,"u":"enspelled%20(level%201)%20whip_xdmg","s":3,"n":"Enspelled (Level 1) Whip","h":1,"p":258,"zg":{"n":14,"s":3},"id":3376},{"c":4,"u":"enspelled%20(level%202)%20whip_xdmg","s":3,"n":"Enspelled (Level 2) Whip","h":1,"p":258,"zg":{"n":15,"s":3},"id":3377},{"c":4,"u":"enspelled%20(level%203)%20whip_xdmg","s":3,"n":"Enspelled (Level 3) Whip","h":1,"p":258,"zg":{"n":16,"s":3},"id":3378},{"c":4,"u":"enspelled%20(level%204)%20whip_xdmg","s":3,"n":"Enspelled (Level 4) Whip","h":1,"p":258,"zg":{"n":17,"s":3},"id":3379},{"c":4,"u":"enspelled%20(level%205)%20whip_xdmg","s":3,"n":"Enspelled (Level 5) Whip","h":1,"p":258,"zg":{"n":18,"s":3},"id":3380},{"c":4,"u":"enspelled%20(level%206)%20whip_xdmg","s":3,"n":"Enspelled (Level 6) Whip","h":1,"p":258,"zg":{"n":19,"s":3},"id":3381},{"c":4,"u":"enspelled%20(level%207)%20whip_xdmg","s":3,"n":"Enspelled (Level 7) Whip","h":1,"p":258,"zg":{"n":20,"s":3},"id":3382},{"c":4,"u":"enspelled%20(level%208)%20whip_xdmg","s":3,"n":"Enspelled (Level 8) Whip","h":1,"p":258,"zg":{"n":21,"s":3},"id":3383},{"c":4,"u":"flame%20tongue%20whip_xdmg","s":3,"n":"Flame Tongue Whip","h":1,"p":263,"zg":{"n":51,"s":3},"id":3384},{"c":4,"u":"giant%20slayer%20whip_xdmg","s":3,"n":"Giant Slayer Whip","h":1,"p":264,"zg":{"n":22,"s":3},"id":3385},{"c":4,"u":"hellfire%20whip_bgdia","s":7,"n":"Hellfire Whip","h":1,"p":223,"zg":{"n":23,"s":7},"id":3386},{"c":4,"u":"holy%20avenger%20whip_xdmg","s":3,"n":"Holy Avenger Whip","h":1,"p":269,"zg":{"n":24,"s":3},"id":3387},{"c":4,"u":"lycan%20whip_ghloe","s":8,"n":"Lycan Whip","h":1,"p":111,"zg":{"n":25,"s":8},"id":3388},{"c":4,"u":"nine%20lives%20stealer%20whip_xdmg","s":3,"n":"Nine Lives Stealer Whip","h":1,"p":281,"zg":{"n":26,"s":3},"id":3389},{"c":4,"u":"ruidium%20whip_crcotn","s":10,"n":"Ruidium Whip","h":1,"p":216,"zg":{"n":28,"s":10},"id":3390},{"c":4,"u":"silvered%20whip_xdmg","s":3,"n":"Silvered Whip","h":1,"p":304,"zg":{"n":4,"s":3},"id":3391},{"c":4,"u":"slumbering%20dragon's%20wrath%20whip_ftd","s":4,"n":"Slumbering Dragon's Wrath Whip","h":1,"p":25,"zg":{"n":29,"s":4},"id":3392},{"c":4,"u":"stirring%20dragon's%20wrath%20whip_ftd","s":4,"n":"Stirring Dragon's Wrath Whip","h":1,"p":25,"zg":{"n":30,"s":4},"id":3393},{"c":4,"u":"vicious%20%2b1%20whip_ai","s":11,"n":"Vicious +1 Whip","h":1,"p":149,"zg":{"n":31,"s":11},"id":3394},{"c":4,"u":"vicious%20whip_xdmg","s":3,"n":"Vicious Whip","h":1,"p":318,"zg":{"n":5,"s":3},"id":3395},{"c":4,"u":"wakened%20dragon's%20wrath%20whip_ftd","s":4,"n":"Wakened Dragon's Wrath Whip","h":1,"p":25,"zg":{"n":32,"s":4},"id":3396},{"c":4,"u":"whip%20of%20agonizing%20paralysis_coa","s":15,"n":"Whip of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3397},{"c":4,"u":"whip%20of%20certain%20death_egw","s":5,"n":"Whip of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3398},{"c":4,"u":"whip%20of%20throne's%20command_bmt","s":12,"n":"Whip of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":3399},{"c":4,"u":"whip%20of%20warning_xdmg","s":3,"n":"Whip of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3400},{"c":4,"u":"dragon%20slayer%20wooden%20staff_xdmg","s":3,"n":"Dragon Slayer Wooden Staff","h":1,"p":254,"zg":{"n":9,"s":3},"id":3401},{"c":4,"u":"enspelled%20(cantrip)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Cantrip) Wooden Staff","h":1,"p":258,"zg":{"n":13,"s":3},"id":3402},{"c":4,"u":"enspelled%20(level%201)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 1) Wooden Staff","h":1,"p":258,"zg":{"n":14,"s":3},"id":3403},{"c":4,"u":"enspelled%20(level%202)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 2) Wooden Staff","h":1,"p":258,"zg":{"n":15,"s":3},"id":3404},{"c":4,"u":"enspelled%20(level%203)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 3) Wooden Staff","h":1,"p":258,"zg":{"n":16,"s":3},"id":3405},{"c":4,"u":"enspelled%20(level%204)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 4) Wooden Staff","h":1,"p":258,"zg":{"n":17,"s":3},"id":3406},{"c":4,"u":"enspelled%20(level%205)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 5) Wooden Staff","h":1,"p":258,"zg":{"n":18,"s":3},"id":3407},{"c":4,"u":"enspelled%20(level%206)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 6) Wooden Staff","h":1,"p":258,"zg":{"n":19,"s":3},"id":3408},{"c":4,"u":"enspelled%20(level%207)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 7) Wooden Staff","h":1,"p":258,"zg":{"n":20,"s":3},"id":3409},{"c":4,"u":"enspelled%20(level%208)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 8) Wooden Staff","h":1,"p":258,"zg":{"n":21,"s":3},"id":3410},{"c":4,"u":"forcebreaker%20wooden%20staff_bmt","s":12,"n":"Forcebreaker Wooden Staff","h":1,"p":67,"zg":{"n":107,"s":12},"id":3411},{"c":4,"u":"giant%20slayer%20wooden%20staff_xdmg","s":3,"n":"Giant Slayer Wooden Staff","h":1,"p":264,"zg":{"n":22,"s":3},"id":3412},{"c":4,"u":"holy%20avenger%20wooden%20staff_xdmg","s":3,"n":"Holy Avenger Wooden Staff","h":1,"p":269,"zg":{"n":24,"s":3},"id":3413},{"c":4,"u":"nine%20lives%20stealer%20wooden%20staff_xdmg","s":3,"n":"Nine Lives Stealer Wooden Staff","h":1,"p":281,"zg":{"n":26,"s":3},"id":3414},{"c":4,"u":"silvered%20wooden%20staff_xdmg","s":3,"n":"Silvered Wooden Staff","h":1,"p":304,"zg":{"n":4,"s":3},"id":3415},{"c":4,"u":"vicious%20wooden%20staff_xdmg","s":3,"n":"Vicious Wooden Staff","h":1,"p":318,"zg":{"n":5,"s":3},"id":3416},{"c":4,"u":"wooden%20staff%20of%20warning_xdmg","s":3,"n":"Wooden Staff of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3417},{"c":4,"u":"%2b1%20yklwa_dmg","s":0,"n":"+1 Yklwa","h":1,"p":213,"zg":{"n":0,"s":0},"id":3418},{"c":4,"u":"%2b1%20yklwa_xdmg","s":3,"n":"+1 Yklwa","h":1,"p":324,"zg":{"n":0,"s":3},"id":3419},{"c":4,"u":"%2b2%20yklwa_dmg","s":0,"n":"+2 Yklwa","h":1,"p":213,"zg":{"n":1,"s":0},"id":3420},{"c":4,"u":"%2b2%20yklwa_xdmg","s":3,"n":"+2 Yklwa","h":1,"p":324,"zg":{"n":1,"s":3},"id":3421},{"c":4,"u":"%2b3%20yklwa_dmg","s":0,"n":"+3 Yklwa","h":1,"p":213,"zg":{"n":2,"s":0},"id":3422},{"c":4,"u":"%2b3%20yklwa_xdmg","s":3,"n":"+3 Yklwa","h":1,"p":324,"zg":{"n":2,"s":3},"id":3423},{"c":4,"u":"adamantine%20yklwa_xge","s":1,"n":"Adamantine Yklwa","h":1,"p":78,"zg":{"n":3,"s":1},"id":3424},{"c":4,"u":"yklwa%20armblade_erlw","s":14,"n":"Yklwa Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":3425},{"c":4,"u":"ascendant%20dragon's%20wrath%20yklwa_ftd","s":4,"n":"Ascendant Dragon's Wrath Yklwa","h":1,"p":25,"zg":{"n":7,"s":4},"id":3426},{"c":4,"u":"corpse%20slayer%20yklwa_egw","s":5,"n":"Corpse Slayer Yklwa","h":1,"p":266,"zg":{"n":8,"s":5},"id":3427},{"c":4,"u":"dragon%20slayer%20yklwa_xdmg","s":3,"n":"Dragon Slayer Yklwa","h":1,"p":254,"zg":{"n":9,"s":3},"id":3428},{"c":4,"u":"drow%20%2b1%20yklwa_mm","s":6,"n":"Drow +1 Yklwa","h":1,"p":126,"zg":{"n":10,"s":6},"id":3429},{"c":4,"u":"drow%20%2b2%20yklwa_mm","s":6,"n":"Drow +2 Yklwa","h":1,"p":126,"zg":{"n":11,"s":6},"id":3430},{"c":4,"u":"drow%20%2b3%20yklwa_mm","s":6,"n":"Drow +3 Yklwa","h":1,"p":126,"zg":{"n":12,"s":6},"id":3431},{"c":4,"u":"enspelled%20(cantrip)%20yklwa_xdmg","s":3,"n":"Enspelled (Cantrip) Yklwa","h":1,"p":258,"zg":{"n":13,"s":3},"id":3432},{"c":4,"u":"enspelled%20(level%201)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 1) Yklwa","h":1,"p":258,"zg":{"n":14,"s":3},"id":3433},{"c":4,"u":"enspelled%20(level%202)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 2) Yklwa","h":1,"p":258,"zg":{"n":15,"s":3},"id":3434},{"c":4,"u":"enspelled%20(level%203)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 3) Yklwa","h":1,"p":258,"zg":{"n":16,"s":3},"id":3435},{"c":4,"u":"enspelled%20(level%204)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 4) Yklwa","h":1,"p":258,"zg":{"n":17,"s":3},"id":3436},{"c":4,"u":"enspelled%20(level%205)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 5) Yklwa","h":1,"p":258,"zg":{"n":18,"s":3},"id":3437},{"c":4,"u":"enspelled%20(level%206)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 6) Yklwa","h":1,"p":258,"zg":{"n":19,"s":3},"id":3438},{"c":4,"u":"enspelled%20(level%207)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 7) Yklwa","h":1,"p":258,"zg":{"n":20,"s":3},"id":3439},{"c":4,"u":"enspelled%20(level%208)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 8) Yklwa","h":1,"p":258,"zg":{"n":21,"s":3},"id":3440},{"c":4,"u":"giant%20slayer%20yklwa_xdmg","s":3,"n":"Giant Slayer Yklwa","h":1,"p":264,"zg":{"n":22,"s":3},"id":3441},{"c":4,"u":"hellfire%20yklwa_bgdia","s":7,"n":"Hellfire Yklwa","h":1,"p":223,"zg":{"n":23,"s":7},"id":3442},{"c":4,"u":"holy%20avenger%20yklwa_xdmg","s":3,"n":"Holy Avenger Yklwa","h":1,"p":269,"zg":{"n":24,"s":3},"id":3443},{"c":4,"u":"lycan%20yklwa_ghloe","s":8,"n":"Lycan Yklwa","h":1,"p":111,"zg":{"n":25,"s":8},"id":3444},{"c":4,"u":"nine%20lives%20stealer%20yklwa_xdmg","s":3,"n":"Nine Lives Stealer Yklwa","h":1,"p":281,"zg":{"n":26,"s":3},"id":3445},{"c":4,"u":"oceanic%20yklwa_tdcsr","s":9,"n":"Oceanic Yklwa","h":1,"p":199,"zg":{"n":27,"s":9},"id":3446},{"c":4,"u":"ruidium%20yklwa_crcotn","s":10,"n":"Ruidium Yklwa","h":1,"p":216,"zg":{"n":28,"s":10},"id":3447},{"c":4,"u":"silvered%20yklwa_phb","s":2,"n":"Silvered Yklwa","h":1,"p":148,"zg":{"n":4,"s":2},"id":3448},{"c":4,"u":"silvered%20yklwa_xdmg","s":3,"n":"Silvered Yklwa","h":1,"p":304,"zg":{"n":4,"s":3},"id":3449},{"c":4,"u":"slumbering%20dragon's%20wrath%20yklwa_ftd","s":4,"n":"Slumbering Dragon's Wrath Yklwa","h":1,"p":25,"zg":{"n":29,"s":4},"id":3450},{"c":4,"u":"stirring%20dragon's%20wrath%20yklwa_ftd","s":4,"n":"Stirring Dragon's Wrath Yklwa","h":1,"p":25,"zg":{"n":30,"s":4},"id":3451},{"c":4,"u":"vicious%20%2b1%20yklwa_ai","s":11,"n":"Vicious +1 Yklwa","h":1,"p":149,"zg":{"n":31,"s":11},"id":3452},{"c":4,"u":"vicious%20yklwa_dmg","s":0,"n":"Vicious Yklwa","h":1,"p":209,"zg":{"n":5,"s":0},"id":3453},{"c":4,"u":"vicious%20yklwa_xdmg","s":3,"n":"Vicious Yklwa","h":1,"p":318,"zg":{"n":5,"s":3},"id":3454},{"c":4,"u":"wakened%20dragon's%20wrath%20yklwa_ftd","s":4,"n":"Wakened Dragon's Wrath Yklwa","h":1,"p":25,"zg":{"n":32,"s":4},"id":3455},{"c":4,"u":"yklwa%20of%20agonizing%20paralysis_coa","s":15,"n":"Yklwa of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3456},{"c":4,"u":"yklwa%20of%20certain%20death_egw","s":5,"n":"Yklwa of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3457},{"c":4,"u":"yklwa%20of%20warning_dmg","s":0,"n":"Yklwa of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":3458},{"c":4,"u":"yklwa%20of%20warning_xdmg","s":3,"n":"Yklwa of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3459}],"m":{"s":{"DMG":0,"XGE":1,"PHB":2,"XDMG":3,"FTD":4,"EGW":5,"MM":6,"BGDIA":7,"GHLoE":8,"TDCSR":9,"CRCotN":10,"AI":11,"BMT":12,"DoDk":13,"ERLW":14,"CoA":15,"GGR":16,"BGG":17,"DitLCoT":18,"VGM":19,"LLK":20,"HWCS":21,"UtHftLH":22},"n":{"+1 Weapon":0,"+2 Weapon":1,"+3 Weapon":2,"Adamantine Weapon":3,"Silvered Weapon":4,"Vicious Weapon":5,"Weapon of Warning":6,"Ascendant Dragon's Wrath Weapon":7,"Corpse Slayer":8,"Dragon Slayer":9,"Drow +1 Weapon":10,"Drow +2 Weapon":11,"Drow +3 Weapon":12,"Enspelled Weapon (Cantrip)":13,"Enspelled Weapon (Level 1)":14,"Enspelled Weapon (Level 2)":15,"Enspelled Weapon (Level 3)":16,"Enspelled Weapon (Level 4)":17,"Enspelled Weapon (Level 5)":18,"Enspelled Weapon (Level 6)":19,"Enspelled Weapon (Level 7)":20,"Enspelled Weapon (Level 8)":21,"Giant Slayer":22,"Hellfire Weapon":23,"Holy Avenger":24,"Lycan Weapon":25,"Nine Lives Stealer":26,"Oceanic Weapon":27,"Ruidium Weapon":28,"Slumbering Dragon's Wrath Weapon":29,"Stirring Dragon's Wrath Weapon":30,"Vicious +1 Weapon":31,"Wakened Dragon's Wrath Weapon":32,"Weapon of Certain Death":33,"Weapon of Throne's Command":34,"+1 Ammunition":35,"+2 Ammunition":36,"+3 Ammunition":37,"Arrow of Slaying (*)":38,"Walloping Ammunition":39,"Adamantine Ammunition":40,"Ammunition of Slaying":41,"Bloodseeker Ammunition":42,"Dried Leech":43,"Hardened Delerium-tipped Arrows":44,"Silvered Ammunition":45,"Winged Ammunition":46,"Berserker Axe":47,"Armblade":48,"Defender":49,"Executioner's Axe":50,"Flame Tongue":51,"Weapon of Agonizing Paralysis":52,"+1 Armor":53,"+2 Armor":54,"+3 Armor":55,"Adamantine Armor":56,"Armor of Acid Resistance":57,"Armor of Cold Resistance":58,"Armor of Fire Resistance":59,"Armor of Force Resistance":60,"Armor of Gleaming":61,"Armor of Lightning Resistance":62,"Armor of Necrotic Resistance":63,"Armor of Poison Resistance":64,"Armor of Psychic Resistance":65,"Armor of Radiant Resistance":66,"Armor of Thunder Resistance":67,"Cast-Off Armor":68,"Mariner's Armor":69,"Mithral Armor":70,"Smoldering Armor":71,"Antimagic Armor":72,"Armor of Fungal Spores":73,"Armor of the Fallen":74,"Armor of Vulnerability (Bludgeoning)":75,"Armor of Vulnerability (Piercing)":76,"Armor of Vulnerability (Slashing)":77,"Armor of Weightlessness":78,"Barding":79,"Demon Armor":80,"Drow +1 Armor":81,"Drow +2 Armor":82,"Drow +3 Armor":83,"Enspelled Armor (Cantrip)":84,"Enspelled Armor (Level 1)":85,"Enspelled Armor (Level 2)":86,"Enspelled Armor (Level 3)":87,"Enspelled Armor (Level 4)":88,"Enspelled Armor (Level 5)":89,"Enspelled Armor (Level 6)":90,"Enspelled Armor (Level 7)":91,"Enspelled Armor (Level 8)":92,"Feywrought Armor":93,"Gloomwrought Armor":94,"Last Stand Armor":95,"Living Armor":96,"Mithral +1 Armor":97,"Mizzium Armor":98,"Ruidium Armor":99,"Armor of Safeguarding":100,"Clockwork Armor":101,"Demon Skin":102,"Efreeti Chain":103,"Elven Chain":104,"Mind Carapace Armor":105,"Comet Smasher":106,"Forcebreaker Weapon":107,"Orb of Shielding (Fernian Basalt)":108,"Orb of Shielding (Irian Quartz)":109,"Orb of Shielding (Kythrian Skarn)":110,"Orb of Shielding (Lamannian Flint)":111,"Orb of Shielding (Mabaran Obsidian)":112,"Orb of Shielding (Risian Shale)":113,"Orb of Shielding (Shavarran Chert)":114,"Orb of Shielding (Xorian Marble)":115,"Sylvan Talon":116,"Acheron Blade":117,"Blade of the Medusa":118,"Blade of the Wood":119,"Bloodshed Blade":120,"Crystal Blade":121,"Dancing Sword":122,"Delerium-Forged Blade":123,"Fool's Blade":124,"Frost Brand":125,"Gambler's Blade":126,"Luck Blade":127,"Mind Blade":128,"Moon-Touched Sword":129,"Polymorph Blade":130,"Sword of Life Stealing":131,"Sword of Retribution":132,"Sword of Sharpness":133,"Sword of the Planes":134,"Sword of Vengeance":135,"Sword of Wounding":136,"Vorpal Sword":137,"Demonbone Polearm":138,"Moonblade":139,"Dwarven Plate":140,"Plate Armor of Etherealness (*)":141,"Starcrossed Bow":142,"Starshot Crossbow":143,"Stygian Spear":144,"Dragonlance":145,"Zephyr Armor":146,"Energy Bow":147,"Bow of Conflagration":148,"Bow of Melodies":149,"Dragon Wing Bow":150,"Glimmering Moonbow":151,"Oathbow":152,"Red-Feather Bow":153,"Hammer of Thunderbolts":154,"Imbued Wood (Fernian Ash)":155,"Imbued Wood (Irian Rosewood)":156,"Imbued Wood (Kythrian Manchineel)":157,"Imbued Wood (Lamannian Oak)":158,"Imbued Wood (Mabaran Ebony)":159,"Imbued Wood (Risian Pine)":160,"Imbued Wood (Shavarran Birch)":161,"Imbued Wood (Xorian Wenge)":162,"+1 Shield (*)":163,"+2 Shield (*)":164,"+3 Shield (*)":165}}} \ No newline at end of file +{"x":[{"c":4,"u":"%2b1%20antimatter%20rifle_dmg","s":0,"n":"+1 Antimatter Rifle","h":1,"p":213,"zg":{"n":0,"s":0},"id":0},{"c":4,"u":"%2b2%20antimatter%20rifle_dmg","s":0,"n":"+2 Antimatter Rifle","h":1,"p":213,"zg":{"n":1,"s":0},"id":1},{"c":4,"u":"%2b3%20antimatter%20rifle_dmg","s":0,"n":"+3 Antimatter Rifle","h":1,"p":213,"zg":{"n":2,"s":0},"id":2},{"c":4,"u":"adamantine%20antimatter%20rifle_xge","s":1,"n":"Adamantine Antimatter Rifle","h":1,"p":78,"zg":{"n":3,"s":1},"id":3},{"c":4,"u":"silvered%20antimatter%20rifle_phb","s":2,"n":"Silvered Antimatter Rifle","h":1,"p":148,"zg":{"n":4,"s":2},"id":4},{"c":4,"u":"vicious%20antimatter%20rifle_dmg","s":0,"n":"Vicious Antimatter Rifle","h":1,"p":209,"zg":{"n":5,"s":0},"id":5},{"c":4,"u":"antimatter%20rifle%20of%20warning_dmg","s":0,"n":"Antimatter Rifle of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":6},{"c":4,"u":"%2b1%20antimatter%20rifle_xdmg","s":3,"n":"+1 Antimatter Rifle","h":1,"p":324,"zg":{"n":0,"s":3},"id":7},{"c":4,"u":"%2b2%20antimatter%20rifle_xdmg","s":3,"n":"+2 Antimatter Rifle","h":1,"p":324,"zg":{"n":1,"s":3},"id":8},{"c":4,"u":"%2b3%20antimatter%20rifle_xdmg","s":3,"n":"+3 Antimatter Rifle","h":1,"p":324,"zg":{"n":2,"s":3},"id":9},{"c":4,"u":"ascendant%20dragon's%20wrath%20antimatter%20rifle_ftd","s":4,"n":"Ascendant Dragon's Wrath Antimatter Rifle","h":1,"p":25,"zg":{"n":7,"s":4},"id":10},{"c":4,"u":"corpse%20slayer%20antimatter%20rifle_egw","s":5,"n":"Corpse Slayer Antimatter Rifle","h":1,"p":266,"zg":{"n":8,"s":5},"id":11},{"c":4,"u":"dragon%20slayer%20antimatter%20rifle_xdmg","s":3,"n":"Dragon Slayer Antimatter Rifle","h":1,"p":254,"zg":{"n":9,"s":3},"id":12},{"c":4,"u":"drow%20%2b1%20antimatter%20rifle_mm","s":6,"n":"Drow +1 Antimatter Rifle","h":1,"p":126,"zg":{"n":10,"s":6},"id":13},{"c":4,"u":"drow%20%2b2%20antimatter%20rifle_mm","s":6,"n":"Drow +2 Antimatter Rifle","h":1,"p":126,"zg":{"n":11,"s":6},"id":14},{"c":4,"u":"drow%20%2b3%20antimatter%20rifle_mm","s":6,"n":"Drow +3 Antimatter Rifle","h":1,"p":126,"zg":{"n":12,"s":6},"id":15},{"c":4,"u":"enspelled%20(cantrip)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Cantrip) Antimatter Rifle","h":1,"p":258,"zg":{"n":13,"s":3},"id":16},{"c":4,"u":"enspelled%20(level%201)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 1) Antimatter Rifle","h":1,"p":258,"zg":{"n":14,"s":3},"id":17},{"c":4,"u":"enspelled%20(level%202)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 2) Antimatter Rifle","h":1,"p":258,"zg":{"n":15,"s":3},"id":18},{"c":4,"u":"enspelled%20(level%203)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 3) Antimatter Rifle","h":1,"p":258,"zg":{"n":16,"s":3},"id":19},{"c":4,"u":"enspelled%20(level%204)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 4) Antimatter Rifle","h":1,"p":258,"zg":{"n":17,"s":3},"id":20},{"c":4,"u":"enspelled%20(level%205)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 5) Antimatter Rifle","h":1,"p":258,"zg":{"n":18,"s":3},"id":21},{"c":4,"u":"enspelled%20(level%206)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 6) Antimatter Rifle","h":1,"p":258,"zg":{"n":19,"s":3},"id":22},{"c":4,"u":"enspelled%20(level%207)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 7) Antimatter Rifle","h":1,"p":258,"zg":{"n":20,"s":3},"id":23},{"c":4,"u":"enspelled%20(level%208)%20antimatter%20rifle_xdmg","s":3,"n":"Enspelled (Level 8) Antimatter Rifle","h":1,"p":258,"zg":{"n":21,"s":3},"id":24},{"c":4,"u":"giant%20slayer%20antimatter%20rifle_xdmg","s":3,"n":"Giant Slayer Antimatter Rifle","h":1,"p":264,"zg":{"n":22,"s":3},"id":25},{"c":4,"u":"hellfire%20antimatter%20rifle_bgdia","s":7,"n":"Hellfire Antimatter Rifle","h":1,"p":223,"zg":{"n":23,"s":7},"id":26},{"c":4,"u":"holy%20avenger%20antimatter%20rifle_xdmg","s":3,"n":"Holy Avenger Antimatter Rifle","h":1,"p":269,"zg":{"n":24,"s":3},"id":27},{"c":4,"u":"lycan%20antimatter%20rifle_ghloe","s":8,"n":"Lycan Antimatter Rifle","h":1,"p":111,"zg":{"n":25,"s":8},"id":28},{"c":4,"u":"nine%20lives%20stealer%20antimatter%20rifle_xdmg","s":3,"n":"Nine Lives Stealer Antimatter Rifle","h":1,"p":281,"zg":{"n":26,"s":3},"id":29},{"c":4,"u":"oceanic%20antimatter%20rifle_tdcsr","s":9,"n":"Oceanic Antimatter Rifle","h":1,"p":199,"zg":{"n":27,"s":9},"id":30},{"c":4,"u":"ruidium%20antimatter%20rifle_crcotn","s":10,"n":"Ruidium Antimatter Rifle","h":1,"p":216,"zg":{"n":28,"s":10},"id":31},{"c":4,"u":"silvered%20antimatter%20rifle_xdmg","s":3,"n":"Silvered Antimatter Rifle","h":1,"p":304,"zg":{"n":4,"s":3},"id":32},{"c":4,"u":"slumbering%20dragon's%20wrath%20antimatter%20rifle_ftd","s":4,"n":"Slumbering Dragon's Wrath Antimatter Rifle","h":1,"p":25,"zg":{"n":29,"s":4},"id":33},{"c":4,"u":"stirring%20dragon's%20wrath%20antimatter%20rifle_ftd","s":4,"n":"Stirring Dragon's Wrath Antimatter Rifle","h":1,"p":25,"zg":{"n":30,"s":4},"id":34},{"c":4,"u":"vicious%20%2b1%20antimatter%20rifle_ai","s":11,"n":"Vicious +1 Antimatter Rifle","h":1,"p":149,"zg":{"n":31,"s":11},"id":35},{"c":4,"u":"vicious%20antimatter%20rifle_xdmg","s":3,"n":"Vicious Antimatter Rifle","h":1,"p":318,"zg":{"n":5,"s":3},"id":36},{"c":4,"u":"wakened%20dragon's%20wrath%20antimatter%20rifle_ftd","s":4,"n":"Wakened Dragon's Wrath Antimatter Rifle","h":1,"p":25,"zg":{"n":32,"s":4},"id":37},{"c":4,"u":"antimatter%20rifle%20of%20certain%20death_egw","s":5,"n":"Antimatter Rifle of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":38},{"c":4,"u":"antimatter%20rifle%20of%20throne's%20command_bmt","s":12,"n":"Antimatter Rifle of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":39},{"c":4,"u":"antimatter%20rifle%20of%20warning_xdmg","s":3,"n":"Antimatter Rifle of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":40},{"c":4,"u":"%2b1%20arrow_dmg","s":0,"n":"+1 Arrow","h":1,"p":150,"zg":{"n":35,"s":0},"id":41},{"c":4,"u":"%2b2%20arrow_dmg","s":0,"n":"+2 Arrow","h":1,"p":150,"zg":{"n":36,"s":0},"id":42},{"c":4,"u":"%2b3%20arrow_dmg","s":0,"n":"+3 Arrow","h":1,"p":150,"zg":{"n":37,"s":0},"id":43},{"c":4,"u":"arrow%20of%20slaying_dmg","s":0,"n":"Arrow of Slaying","h":1,"p":152,"zg":{"n":38,"s":0},"id":44},{"c":4,"u":"walloping%20arrow_xge","s":1,"n":"Walloping Arrow","h":1,"p":139,"zg":{"n":39,"s":1},"id":45},{"c":4,"u":"%2b1%20arrow_xdmg","s":3,"n":"+1 Arrow","h":1,"p":228,"zg":{"n":35,"s":3},"id":46},{"c":4,"u":"%2b2%20arrow_xdmg","s":3,"n":"+2 Arrow","h":1,"p":228,"zg":{"n":36,"s":3},"id":47},{"c":4,"u":"%2b3%20arrow_xdmg","s":3,"n":"+3 Arrow","h":1,"p":228,"zg":{"n":37,"s":3},"id":48},{"c":4,"u":"adamantine%20arrow_xge","s":1,"n":"Adamantine Arrow","h":1,"p":78,"zg":{"n":40,"s":1},"id":49},{"c":4,"u":"adamantine%20arrow_xdmg","s":3,"n":"Adamantine Arrow","h":1,"p":227,"zg":{"n":3,"s":3},"id":50},{"c":4,"u":"arrow%20of%20slaying_xdmg","s":3,"n":"Arrow of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":51},{"c":4,"u":"bloodseeker%20arrow_bmt","s":12,"n":"Bloodseeker Arrow","h":1,"p":66,"zg":{"n":42,"s":12},"id":52},{"c":4,"u":"dried%20leech%20arrow_bmt","s":12,"n":"Dried Leech Arrow","h":1,"p":67,"zg":{"n":43,"s":12},"id":53},{"c":4,"u":"hardened%20delerium-tipped%20arrow_dodk","s":13,"n":"Hardened Delerium-tipped Arrow","h":1,"p":230,"zg":{"n":44,"s":13},"id":54},{"c":4,"u":"silvered%20arrow_phb","s":2,"n":"Silvered Arrow","h":1,"p":148,"zg":{"n":45,"s":2},"id":55},{"c":4,"u":"walloping%20arrow_xdmg","s":3,"n":"Walloping Arrow","h":1,"p":318,"zg":{"n":39,"s":3},"id":56},{"c":4,"u":"winged%20arrow_bmt","s":12,"n":"Winged Arrow","h":1,"p":69,"zg":{"n":46,"s":12},"id":57},{"c":4,"u":"%2b1%20automatic%20pistol_dmg","s":0,"n":"+1 Automatic Pistol","h":1,"p":213,"zg":{"n":0,"s":0},"id":58},{"c":4,"u":"%2b2%20automatic%20pistol_dmg","s":0,"n":"+2 Automatic Pistol","h":1,"p":213,"zg":{"n":1,"s":0},"id":59},{"c":4,"u":"%2b3%20automatic%20pistol_dmg","s":0,"n":"+3 Automatic Pistol","h":1,"p":213,"zg":{"n":2,"s":0},"id":60},{"c":4,"u":"adamantine%20automatic%20pistol_xge","s":1,"n":"Adamantine Automatic Pistol","h":1,"p":78,"zg":{"n":3,"s":1},"id":61},{"c":4,"u":"silvered%20automatic%20pistol_phb","s":2,"n":"Silvered Automatic Pistol","h":1,"p":148,"zg":{"n":4,"s":2},"id":62},{"c":4,"u":"vicious%20automatic%20pistol_dmg","s":0,"n":"Vicious Automatic Pistol","h":1,"p":209,"zg":{"n":5,"s":0},"id":63},{"c":4,"u":"automatic%20pistol%20of%20warning_dmg","s":0,"n":"Automatic Pistol of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":64},{"c":4,"u":"%2b1%20automatic%20rifle_dmg","s":0,"n":"+1 Automatic Rifle","h":1,"p":213,"zg":{"n":0,"s":0},"id":65},{"c":4,"u":"%2b2%20automatic%20rifle_dmg","s":0,"n":"+2 Automatic Rifle","h":1,"p":213,"zg":{"n":1,"s":0},"id":66},{"c":4,"u":"%2b3%20automatic%20rifle_dmg","s":0,"n":"+3 Automatic Rifle","h":1,"p":213,"zg":{"n":2,"s":0},"id":67},{"c":4,"u":"adamantine%20automatic%20rifle_xge","s":1,"n":"Adamantine Automatic Rifle","h":1,"p":78,"zg":{"n":3,"s":1},"id":68},{"c":4,"u":"silvered%20automatic%20rifle_phb","s":2,"n":"Silvered Automatic Rifle","h":1,"p":148,"zg":{"n":4,"s":2},"id":69},{"c":4,"u":"vicious%20automatic%20rifle_dmg","s":0,"n":"Vicious Automatic Rifle","h":1,"p":209,"zg":{"n":5,"s":0},"id":70},{"c":4,"u":"automatic%20rifle%20of%20warning_dmg","s":0,"n":"Automatic Rifle of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":71},{"c":4,"u":"%2b1%20automatic%20rifle_xdmg","s":3,"n":"+1 Automatic Rifle","h":1,"p":324,"zg":{"n":0,"s":3},"id":72},{"c":4,"u":"%2b2%20automatic%20rifle_xdmg","s":3,"n":"+2 Automatic Rifle","h":1,"p":324,"zg":{"n":1,"s":3},"id":73},{"c":4,"u":"%2b3%20automatic%20rifle_xdmg","s":3,"n":"+3 Automatic Rifle","h":1,"p":324,"zg":{"n":2,"s":3},"id":74},{"c":4,"u":"ascendant%20dragon's%20wrath%20automatic%20rifle_ftd","s":4,"n":"Ascendant Dragon's Wrath Automatic Rifle","h":1,"p":25,"zg":{"n":7,"s":4},"id":75},{"c":4,"u":"corpse%20slayer%20automatic%20rifle_egw","s":5,"n":"Corpse Slayer Automatic Rifle","h":1,"p":266,"zg":{"n":8,"s":5},"id":76},{"c":4,"u":"dragon%20slayer%20automatic%20rifle_xdmg","s":3,"n":"Dragon Slayer Automatic Rifle","h":1,"p":254,"zg":{"n":9,"s":3},"id":77},{"c":4,"u":"drow%20%2b1%20automatic%20rifle_mm","s":6,"n":"Drow +1 Automatic Rifle","h":1,"p":126,"zg":{"n":10,"s":6},"id":78},{"c":4,"u":"drow%20%2b2%20automatic%20rifle_mm","s":6,"n":"Drow +2 Automatic Rifle","h":1,"p":126,"zg":{"n":11,"s":6},"id":79},{"c":4,"u":"drow%20%2b3%20automatic%20rifle_mm","s":6,"n":"Drow +3 Automatic Rifle","h":1,"p":126,"zg":{"n":12,"s":6},"id":80},{"c":4,"u":"enspelled%20(cantrip)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Cantrip) Automatic Rifle","h":1,"p":258,"zg":{"n":13,"s":3},"id":81},{"c":4,"u":"enspelled%20(level%201)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 1) Automatic Rifle","h":1,"p":258,"zg":{"n":14,"s":3},"id":82},{"c":4,"u":"enspelled%20(level%202)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 2) Automatic Rifle","h":1,"p":258,"zg":{"n":15,"s":3},"id":83},{"c":4,"u":"enspelled%20(level%203)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 3) Automatic Rifle","h":1,"p":258,"zg":{"n":16,"s":3},"id":84},{"c":4,"u":"enspelled%20(level%204)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 4) Automatic Rifle","h":1,"p":258,"zg":{"n":17,"s":3},"id":85},{"c":4,"u":"enspelled%20(level%205)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 5) Automatic Rifle","h":1,"p":258,"zg":{"n":18,"s":3},"id":86},{"c":4,"u":"enspelled%20(level%206)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 6) Automatic Rifle","h":1,"p":258,"zg":{"n":19,"s":3},"id":87},{"c":4,"u":"enspelled%20(level%207)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 7) Automatic Rifle","h":1,"p":258,"zg":{"n":20,"s":3},"id":88},{"c":4,"u":"enspelled%20(level%208)%20automatic%20rifle_xdmg","s":3,"n":"Enspelled (Level 8) Automatic Rifle","h":1,"p":258,"zg":{"n":21,"s":3},"id":89},{"c":4,"u":"giant%20slayer%20automatic%20rifle_xdmg","s":3,"n":"Giant Slayer Automatic Rifle","h":1,"p":264,"zg":{"n":22,"s":3},"id":90},{"c":4,"u":"hellfire%20automatic%20rifle_bgdia","s":7,"n":"Hellfire Automatic Rifle","h":1,"p":223,"zg":{"n":23,"s":7},"id":91},{"c":4,"u":"holy%20avenger%20automatic%20rifle_xdmg","s":3,"n":"Holy Avenger Automatic Rifle","h":1,"p":269,"zg":{"n":24,"s":3},"id":92},{"c":4,"u":"lycan%20automatic%20rifle_ghloe","s":8,"n":"Lycan Automatic Rifle","h":1,"p":111,"zg":{"n":25,"s":8},"id":93},{"c":4,"u":"nine%20lives%20stealer%20automatic%20rifle_xdmg","s":3,"n":"Nine Lives Stealer Automatic Rifle","h":1,"p":281,"zg":{"n":26,"s":3},"id":94},{"c":4,"u":"oceanic%20automatic%20rifle_tdcsr","s":9,"n":"Oceanic Automatic Rifle","h":1,"p":199,"zg":{"n":27,"s":9},"id":95},{"c":4,"u":"ruidium%20automatic%20rifle_crcotn","s":10,"n":"Ruidium Automatic Rifle","h":1,"p":216,"zg":{"n":28,"s":10},"id":96},{"c":4,"u":"silvered%20automatic%20rifle_xdmg","s":3,"n":"Silvered Automatic Rifle","h":1,"p":304,"zg":{"n":4,"s":3},"id":97},{"c":4,"u":"slumbering%20dragon's%20wrath%20automatic%20rifle_ftd","s":4,"n":"Slumbering Dragon's Wrath Automatic Rifle","h":1,"p":25,"zg":{"n":29,"s":4},"id":98},{"c":4,"u":"stirring%20dragon's%20wrath%20automatic%20rifle_ftd","s":4,"n":"Stirring Dragon's Wrath Automatic Rifle","h":1,"p":25,"zg":{"n":30,"s":4},"id":99},{"c":4,"u":"vicious%20%2b1%20automatic%20rifle_ai","s":11,"n":"Vicious +1 Automatic Rifle","h":1,"p":149,"zg":{"n":31,"s":11},"id":100},{"c":4,"u":"vicious%20automatic%20rifle_xdmg","s":3,"n":"Vicious Automatic Rifle","h":1,"p":318,"zg":{"n":5,"s":3},"id":101},{"c":4,"u":"wakened%20dragon's%20wrath%20automatic%20rifle_ftd","s":4,"n":"Wakened Dragon's Wrath Automatic Rifle","h":1,"p":25,"zg":{"n":32,"s":4},"id":102},{"c":4,"u":"automatic%20rifle%20of%20certain%20death_egw","s":5,"n":"Automatic Rifle of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":103},{"c":4,"u":"automatic%20rifle%20of%20throne's%20command_bmt","s":12,"n":"Automatic Rifle of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":104},{"c":4,"u":"automatic%20rifle%20of%20warning_xdmg","s":3,"n":"Automatic Rifle of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":105},{"c":4,"u":"%2b1%20battleaxe_dmg","s":0,"n":"+1 Battleaxe","h":1,"p":213,"zg":{"n":0,"s":0},"id":106},{"c":4,"u":"%2b2%20battleaxe_dmg","s":0,"n":"+2 Battleaxe","h":1,"p":213,"zg":{"n":1,"s":0},"id":107},{"c":4,"u":"%2b3%20battleaxe_dmg","s":0,"n":"+3 Battleaxe","h":1,"p":213,"zg":{"n":2,"s":0},"id":108},{"c":4,"u":"adamantine%20battleaxe_xge","s":1,"n":"Adamantine Battleaxe","h":1,"p":78,"zg":{"n":3,"s":1},"id":109},{"c":4,"u":"berserker%20battleaxe_dmg","s":0,"n":"Berserker Battleaxe","h":1,"p":155,"zg":{"n":47,"s":0},"id":110},{"c":4,"u":"giant%20slayer%20battleaxe_dmg","s":0,"n":"Giant Slayer Battleaxe","h":1,"p":172,"zg":{"n":22,"s":0},"id":111},{"c":4,"u":"silvered%20battleaxe_phb","s":2,"n":"Silvered Battleaxe","h":1,"p":148,"zg":{"n":4,"s":2},"id":112},{"c":4,"u":"vicious%20battleaxe_dmg","s":0,"n":"Vicious Battleaxe","h":1,"p":209,"zg":{"n":5,"s":0},"id":113},{"c":4,"u":"battleaxe%20of%20warning_dmg","s":0,"n":"Battleaxe of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":114},{"c":4,"u":"%2b1%20battleaxe_xdmg","s":3,"n":"+1 Battleaxe","h":1,"p":324,"zg":{"n":0,"s":3},"id":115},{"c":4,"u":"%2b2%20battleaxe_xdmg","s":3,"n":"+2 Battleaxe","h":1,"p":324,"zg":{"n":1,"s":3},"id":116},{"c":4,"u":"%2b3%20battleaxe_xdmg","s":3,"n":"+3 Battleaxe","h":1,"p":324,"zg":{"n":2,"s":3},"id":117},{"c":4,"u":"adamantine%20battleaxe_xdmg","s":3,"n":"Adamantine Battleaxe","h":1,"p":227,"zg":{"n":3,"s":3},"id":118},{"c":4,"u":"battleaxe%20armblade_erlw","s":14,"n":"Battleaxe Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":119},{"c":4,"u":"ascendant%20dragon's%20wrath%20battleaxe_ftd","s":4,"n":"Ascendant Dragon's Wrath Battleaxe","h":1,"p":25,"zg":{"n":7,"s":4},"id":120},{"c":4,"u":"berserker%20battleaxe_xdmg","s":3,"n":"Berserker Battleaxe","h":1,"p":236,"zg":{"n":47,"s":3},"id":121},{"c":4,"u":"corpse%20slayer%20battleaxe_egw","s":5,"n":"Corpse Slayer Battleaxe","h":1,"p":266,"zg":{"n":8,"s":5},"id":122},{"c":4,"u":"defender%20battleaxe_xdmg","s":3,"n":"Defender Battleaxe","h":1,"p":252,"zg":{"n":49,"s":3},"id":123},{"c":4,"u":"dragon%20slayer%20battleaxe_xdmg","s":3,"n":"Dragon Slayer Battleaxe","h":1,"p":254,"zg":{"n":9,"s":3},"id":124},{"c":4,"u":"drow%20%2b1%20battleaxe_mm","s":6,"n":"Drow +1 Battleaxe","h":1,"p":126,"zg":{"n":10,"s":6},"id":125},{"c":4,"u":"drow%20%2b2%20battleaxe_mm","s":6,"n":"Drow +2 Battleaxe","h":1,"p":126,"zg":{"n":11,"s":6},"id":126},{"c":4,"u":"drow%20%2b3%20battleaxe_mm","s":6,"n":"Drow +3 Battleaxe","h":1,"p":126,"zg":{"n":12,"s":6},"id":127},{"c":4,"u":"enspelled%20(cantrip)%20battleaxe_xdmg","s":3,"n":"Enspelled (Cantrip) Battleaxe","h":1,"p":258,"zg":{"n":13,"s":3},"id":128},{"c":4,"u":"enspelled%20(level%201)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 1) Battleaxe","h":1,"p":258,"zg":{"n":14,"s":3},"id":129},{"c":4,"u":"enspelled%20(level%202)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 2) Battleaxe","h":1,"p":258,"zg":{"n":15,"s":3},"id":130},{"c":4,"u":"enspelled%20(level%203)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 3) Battleaxe","h":1,"p":258,"zg":{"n":16,"s":3},"id":131},{"c":4,"u":"enspelled%20(level%204)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 4) Battleaxe","h":1,"p":258,"zg":{"n":17,"s":3},"id":132},{"c":4,"u":"enspelled%20(level%205)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 5) Battleaxe","h":1,"p":258,"zg":{"n":18,"s":3},"id":133},{"c":4,"u":"enspelled%20(level%206)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 6) Battleaxe","h":1,"p":258,"zg":{"n":19,"s":3},"id":134},{"c":4,"u":"enspelled%20(level%207)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 7) Battleaxe","h":1,"p":258,"zg":{"n":20,"s":3},"id":135},{"c":4,"u":"enspelled%20(level%208)%20battleaxe_xdmg","s":3,"n":"Enspelled (Level 8) Battleaxe","h":1,"p":258,"zg":{"n":21,"s":3},"id":136},{"c":4,"u":"executioner's%20battleaxe_xdmg","s":3,"n":"Executioner's Battleaxe","h":1,"p":259,"zg":{"n":50,"s":3},"id":137},{"c":4,"u":"flame%20tongue%20battleaxe_xdmg","s":3,"n":"Flame Tongue Battleaxe","h":1,"p":263,"zg":{"n":51,"s":3},"id":138},{"c":4,"u":"giant%20slayer%20battleaxe_xdmg","s":3,"n":"Giant Slayer Battleaxe","h":1,"p":264,"zg":{"n":22,"s":3},"id":139},{"c":4,"u":"hellfire%20battleaxe_bgdia","s":7,"n":"Hellfire Battleaxe","h":1,"p":223,"zg":{"n":23,"s":7},"id":140},{"c":4,"u":"holy%20avenger%20battleaxe_xdmg","s":3,"n":"Holy Avenger Battleaxe","h":1,"p":269,"zg":{"n":24,"s":3},"id":141},{"c":4,"u":"lycan%20battleaxe_ghloe","s":8,"n":"Lycan Battleaxe","h":1,"p":111,"zg":{"n":25,"s":8},"id":142},{"c":4,"u":"nine%20lives%20stealer%20battleaxe_xdmg","s":3,"n":"Nine Lives Stealer Battleaxe","h":1,"p":281,"zg":{"n":26,"s":3},"id":143},{"c":4,"u":"ruidium%20battleaxe_crcotn","s":10,"n":"Ruidium Battleaxe","h":1,"p":216,"zg":{"n":28,"s":10},"id":144},{"c":4,"u":"silvered%20battleaxe_xdmg","s":3,"n":"Silvered Battleaxe","h":1,"p":304,"zg":{"n":4,"s":3},"id":145},{"c":4,"u":"slumbering%20dragon's%20wrath%20battleaxe_ftd","s":4,"n":"Slumbering Dragon's Wrath Battleaxe","h":1,"p":25,"zg":{"n":29,"s":4},"id":146},{"c":4,"u":"stirring%20dragon's%20wrath%20battleaxe_ftd","s":4,"n":"Stirring Dragon's Wrath Battleaxe","h":1,"p":25,"zg":{"n":30,"s":4},"id":147},{"c":4,"u":"vicious%20%2b1%20battleaxe_ai","s":11,"n":"Vicious +1 Battleaxe","h":1,"p":149,"zg":{"n":31,"s":11},"id":148},{"c":4,"u":"vicious%20battleaxe_xdmg","s":3,"n":"Vicious Battleaxe","h":1,"p":318,"zg":{"n":5,"s":3},"id":149},{"c":4,"u":"wakened%20dragon's%20wrath%20battleaxe_ftd","s":4,"n":"Wakened Dragon's Wrath Battleaxe","h":1,"p":25,"zg":{"n":32,"s":4},"id":150},{"c":4,"u":"battleaxe%20of%20agonizing%20paralysis_coa","s":15,"n":"Battleaxe of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":151},{"c":4,"u":"battleaxe%20of%20certain%20death_egw","s":5,"n":"Battleaxe of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":152},{"c":4,"u":"battleaxe%20of%20throne's%20command_bmt","s":12,"n":"Battleaxe of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":153},{"c":4,"u":"battleaxe%20of%20warning_xdmg","s":3,"n":"Battleaxe of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":154},{"c":4,"u":"%2b1%20blowgun_dmg","s":0,"n":"+1 Blowgun","h":1,"p":213,"zg":{"n":0,"s":0},"id":155},{"c":4,"u":"%2b2%20blowgun_dmg","s":0,"n":"+2 Blowgun","h":1,"p":213,"zg":{"n":1,"s":0},"id":156},{"c":4,"u":"%2b3%20blowgun_dmg","s":0,"n":"+3 Blowgun","h":1,"p":213,"zg":{"n":2,"s":0},"id":157},{"c":4,"u":"adamantine%20blowgun_xge","s":1,"n":"Adamantine Blowgun","h":1,"p":78,"zg":{"n":3,"s":1},"id":158},{"c":4,"u":"silvered%20blowgun_phb","s":2,"n":"Silvered Blowgun","h":1,"p":148,"zg":{"n":4,"s":2},"id":159},{"c":4,"u":"vicious%20blowgun_dmg","s":0,"n":"Vicious Blowgun","h":1,"p":209,"zg":{"n":5,"s":0},"id":160},{"c":4,"u":"blowgun%20of%20warning_dmg","s":0,"n":"Blowgun of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":161},{"c":4,"u":"%2b1%20blowgun_xdmg","s":3,"n":"+1 Blowgun","h":1,"p":324,"zg":{"n":0,"s":3},"id":162},{"c":4,"u":"%2b2%20blowgun_xdmg","s":3,"n":"+2 Blowgun","h":1,"p":324,"zg":{"n":1,"s":3},"id":163},{"c":4,"u":"%2b3%20blowgun_xdmg","s":3,"n":"+3 Blowgun","h":1,"p":324,"zg":{"n":2,"s":3},"id":164},{"c":4,"u":"ascendant%20dragon's%20wrath%20blowgun_ftd","s":4,"n":"Ascendant Dragon's Wrath Blowgun","h":1,"p":25,"zg":{"n":7,"s":4},"id":165},{"c":4,"u":"corpse%20slayer%20blowgun_egw","s":5,"n":"Corpse Slayer Blowgun","h":1,"p":266,"zg":{"n":8,"s":5},"id":166},{"c":4,"u":"dragon%20slayer%20blowgun_xdmg","s":3,"n":"Dragon Slayer Blowgun","h":1,"p":254,"zg":{"n":9,"s":3},"id":167},{"c":4,"u":"drow%20%2b1%20blowgun_mm","s":6,"n":"Drow +1 Blowgun","h":1,"p":126,"zg":{"n":10,"s":6},"id":168},{"c":4,"u":"drow%20%2b2%20blowgun_mm","s":6,"n":"Drow +2 Blowgun","h":1,"p":126,"zg":{"n":11,"s":6},"id":169},{"c":4,"u":"drow%20%2b3%20blowgun_mm","s":6,"n":"Drow +3 Blowgun","h":1,"p":126,"zg":{"n":12,"s":6},"id":170},{"c":4,"u":"enspelled%20(cantrip)%20blowgun_xdmg","s":3,"n":"Enspelled (Cantrip) Blowgun","h":1,"p":258,"zg":{"n":13,"s":3},"id":171},{"c":4,"u":"enspelled%20(level%201)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 1) Blowgun","h":1,"p":258,"zg":{"n":14,"s":3},"id":172},{"c":4,"u":"enspelled%20(level%202)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 2) Blowgun","h":1,"p":258,"zg":{"n":15,"s":3},"id":173},{"c":4,"u":"enspelled%20(level%203)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 3) Blowgun","h":1,"p":258,"zg":{"n":16,"s":3},"id":174},{"c":4,"u":"enspelled%20(level%204)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 4) Blowgun","h":1,"p":258,"zg":{"n":17,"s":3},"id":175},{"c":4,"u":"enspelled%20(level%205)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 5) Blowgun","h":1,"p":258,"zg":{"n":18,"s":3},"id":176},{"c":4,"u":"enspelled%20(level%206)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 6) Blowgun","h":1,"p":258,"zg":{"n":19,"s":3},"id":177},{"c":4,"u":"enspelled%20(level%207)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 7) Blowgun","h":1,"p":258,"zg":{"n":20,"s":3},"id":178},{"c":4,"u":"enspelled%20(level%208)%20blowgun_xdmg","s":3,"n":"Enspelled (Level 8) Blowgun","h":1,"p":258,"zg":{"n":21,"s":3},"id":179},{"c":4,"u":"giant%20slayer%20blowgun_xdmg","s":3,"n":"Giant Slayer Blowgun","h":1,"p":264,"zg":{"n":22,"s":3},"id":180},{"c":4,"u":"hellfire%20blowgun_bgdia","s":7,"n":"Hellfire Blowgun","h":1,"p":223,"zg":{"n":23,"s":7},"id":181},{"c":4,"u":"holy%20avenger%20blowgun_xdmg","s":3,"n":"Holy Avenger Blowgun","h":1,"p":269,"zg":{"n":24,"s":3},"id":182},{"c":4,"u":"lycan%20blowgun_ghloe","s":8,"n":"Lycan Blowgun","h":1,"p":111,"zg":{"n":25,"s":8},"id":183},{"c":4,"u":"nine%20lives%20stealer%20blowgun_xdmg","s":3,"n":"Nine Lives Stealer Blowgun","h":1,"p":281,"zg":{"n":26,"s":3},"id":184},{"c":4,"u":"oceanic%20blowgun_tdcsr","s":9,"n":"Oceanic Blowgun","h":1,"p":199,"zg":{"n":27,"s":9},"id":185},{"c":4,"u":"ruidium%20blowgun_crcotn","s":10,"n":"Ruidium Blowgun","h":1,"p":216,"zg":{"n":28,"s":10},"id":186},{"c":4,"u":"silvered%20blowgun_xdmg","s":3,"n":"Silvered Blowgun","h":1,"p":304,"zg":{"n":4,"s":3},"id":187},{"c":4,"u":"slumbering%20dragon's%20wrath%20blowgun_ftd","s":4,"n":"Slumbering Dragon's Wrath Blowgun","h":1,"p":25,"zg":{"n":29,"s":4},"id":188},{"c":4,"u":"stirring%20dragon's%20wrath%20blowgun_ftd","s":4,"n":"Stirring Dragon's Wrath Blowgun","h":1,"p":25,"zg":{"n":30,"s":4},"id":189},{"c":4,"u":"vicious%20%2b1%20blowgun_ai","s":11,"n":"Vicious +1 Blowgun","h":1,"p":149,"zg":{"n":31,"s":11},"id":190},{"c":4,"u":"vicious%20blowgun_xdmg","s":3,"n":"Vicious Blowgun","h":1,"p":318,"zg":{"n":5,"s":3},"id":191},{"c":4,"u":"wakened%20dragon's%20wrath%20blowgun_ftd","s":4,"n":"Wakened Dragon's Wrath Blowgun","h":1,"p":25,"zg":{"n":32,"s":4},"id":192},{"c":4,"u":"blowgun%20of%20certain%20death_egw","s":5,"n":"Blowgun of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":193},{"c":4,"u":"blowgun%20of%20throne's%20command_bmt","s":12,"n":"Blowgun of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":194},{"c":4,"u":"blowgun%20of%20warning_xdmg","s":3,"n":"Blowgun of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":195},{"c":4,"u":"%2b1%20blowgun%20needle_dmg","s":0,"n":"+1 Blowgun Needle","h":1,"p":150,"zg":{"n":35,"s":0},"id":196},{"c":4,"u":"%2b2%20blowgun%20needle_dmg","s":0,"n":"+2 Blowgun Needle","h":1,"p":150,"zg":{"n":36,"s":0},"id":197},{"c":4,"u":"%2b3%20blowgun%20needle_dmg","s":0,"n":"+3 Blowgun Needle","h":1,"p":150,"zg":{"n":37,"s":0},"id":198},{"c":4,"u":"walloping%20blowgun%20needle_xge","s":1,"n":"Walloping Blowgun Needle","h":1,"p":139,"zg":{"n":39,"s":1},"id":199},{"c":4,"u":"%2b1%20bolt_xdmg","s":3,"n":"+1 Bolt","h":1,"p":228,"zg":{"n":35,"s":3},"id":200},{"c":4,"u":"%2b2%20bolt_xdmg","s":3,"n":"+2 Bolt","h":1,"p":228,"zg":{"n":36,"s":3},"id":201},{"c":4,"u":"%2b3%20bolt_xdmg","s":3,"n":"+3 Bolt","h":1,"p":228,"zg":{"n":37,"s":3},"id":202},{"c":4,"u":"adamantine%20bolt_xge","s":1,"n":"Adamantine Bolt","h":1,"p":78,"zg":{"n":40,"s":1},"id":203},{"c":4,"u":"adamantine%20bolt_xdmg","s":3,"n":"Adamantine Bolt","h":1,"p":227,"zg":{"n":3,"s":3},"id":204},{"c":4,"u":"bolt%20of%20slaying_xdmg","s":3,"n":"Bolt of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":205},{"c":4,"u":"bloodseeker%20bolt_bmt","s":12,"n":"Bloodseeker Bolt","h":1,"p":66,"zg":{"n":42,"s":12},"id":206},{"c":4,"u":"dried%20leech%20bolt_bmt","s":12,"n":"Dried Leech Bolt","h":1,"p":67,"zg":{"n":43,"s":12},"id":207},{"c":4,"u":"hardened%20delerium-tipped%20bolt_dodk","s":13,"n":"Hardened Delerium-tipped Bolt","h":1,"p":230,"zg":{"n":44,"s":13},"id":208},{"c":4,"u":"silvered%20bolt_phb","s":2,"n":"Silvered Bolt","h":1,"p":148,"zg":{"n":45,"s":2},"id":209},{"c":4,"u":"walloping%20bolt_xdmg","s":3,"n":"Walloping Bolt","h":1,"p":318,"zg":{"n":39,"s":3},"id":210},{"c":4,"u":"winged%20bolt_bmt","s":12,"n":"Winged Bolt","h":1,"p":69,"zg":{"n":46,"s":12},"id":211},{"c":4,"u":"%2b1%20breastplate_dmg","s":0,"n":"+1 Breastplate","h":1,"p":152,"zg":{"n":53,"s":0},"id":212},{"c":4,"u":"%2b2%20breastplate_dmg","s":0,"n":"+2 Breastplate","h":1,"p":152,"zg":{"n":54,"s":0},"id":213},{"c":4,"u":"%2b3%20breastplate_dmg","s":0,"n":"+3 Breastplate","h":1,"p":152,"zg":{"n":55,"s":0},"id":214},{"c":4,"u":"adamantine%20breastplate_dmg","s":0,"n":"Adamantine Breastplate","h":1,"p":150,"zg":{"n":56,"s":0},"id":215},{"c":4,"u":"breastplate%20of%20acid%20resistance_dmg","s":0,"n":"Breastplate of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":216},{"c":4,"u":"breastplate%20of%20cold%20resistance_dmg","s":0,"n":"Breastplate of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":217},{"c":4,"u":"breastplate%20of%20fire%20resistance_dmg","s":0,"n":"Breastplate of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":218},{"c":4,"u":"breastplate%20of%20force%20resistance_dmg","s":0,"n":"Breastplate of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":219},{"c":4,"u":"breastplate%20of%20gleaming_xge","s":1,"n":"Breastplate of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":220},{"c":4,"u":"breastplate%20of%20lightning%20resistance_dmg","s":0,"n":"Breastplate of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":221},{"c":4,"u":"breastplate%20of%20necrotic%20resistance_dmg","s":0,"n":"Breastplate of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":222},{"c":4,"u":"breastplate%20of%20poison%20resistance_dmg","s":0,"n":"Breastplate of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":223},{"c":4,"u":"breastplate%20of%20psychic%20resistance_dmg","s":0,"n":"Breastplate of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":224},{"c":4,"u":"breastplate%20of%20radiant%20resistance_dmg","s":0,"n":"Breastplate of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":225},{"c":4,"u":"breastplate%20of%20thunder%20resistance_dmg","s":0,"n":"Breastplate of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":226},{"c":4,"u":"cast-off%20breastplate_xge","s":1,"n":"Cast-Off Breastplate","h":1,"p":136,"zg":{"n":68,"s":1},"id":227},{"c":4,"u":"mariner's%20breastplate_dmg","s":0,"n":"Mariner's Breastplate","h":1,"p":181,"zg":{"n":69,"s":0},"id":228},{"c":4,"u":"mithral%20breastplate_dmg","s":0,"n":"Mithral Breastplate","h":1,"p":182,"zg":{"n":70,"s":0},"id":229},{"c":4,"u":"smoldering%20breastplate_xge","s":1,"n":"Smoldering Breastplate","h":1,"p":139,"zg":{"n":71,"s":1},"id":230},{"c":4,"u":"%2b1%20breastplate_xdmg","s":3,"n":"+1 Breastplate","h":1,"p":230,"zg":{"n":53,"s":3},"id":231},{"c":4,"u":"%2b2%20breastplate_xdmg","s":3,"n":"+2 Breastplate","h":1,"p":230,"zg":{"n":54,"s":3},"id":232},{"c":4,"u":"%2b3%20breastplate_xdmg","s":3,"n":"+3 Breastplate","h":1,"p":230,"zg":{"n":55,"s":3},"id":233},{"c":4,"u":"adamantine%20breastplate_xdmg","s":3,"n":"Adamantine Breastplate","h":1,"p":227,"zg":{"n":56,"s":3},"id":234},{"c":4,"u":"antimagic%20breastplate_bmt","s":12,"n":"Antimagic Breastplate","h":1,"p":65,"zg":{"n":72,"s":12},"id":235},{"c":4,"u":"breastplate%20of%20acid%20resistance_xdmg","s":3,"n":"Breastplate of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":236},{"c":4,"u":"breastplate%20of%20cold%20resistance_xdmg","s":3,"n":"Breastplate of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":237},{"c":4,"u":"breastplate%20of%20fire%20resistance_xdmg","s":3,"n":"Breastplate of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":238},{"c":4,"u":"breastplate%20of%20force%20resistance_xdmg","s":3,"n":"Breastplate of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":239},{"c":4,"u":"breastplate%20of%20fungal%20spores_bmt","s":12,"n":"Breastplate of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":240},{"c":4,"u":"breastplate%20of%20gleaming_xdmg","s":3,"n":"Breastplate of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":241},{"c":4,"u":"breastplate%20of%20lightning%20resistance_xdmg","s":3,"n":"Breastplate of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":242},{"c":4,"u":"breastplate%20of%20necrotic%20resistance_xdmg","s":3,"n":"Breastplate of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":243},{"c":4,"u":"breastplate%20of%20poison%20resistance_xdmg","s":3,"n":"Breastplate of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":244},{"c":4,"u":"breastplate%20of%20psychic%20resistance_xdmg","s":3,"n":"Breastplate of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":245},{"c":4,"u":"breastplate%20of%20radiant%20resistance_xdmg","s":3,"n":"Breastplate of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":246},{"c":4,"u":"breastplate%20of%20the%20fallen_bmt","s":12,"n":"Breastplate of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":247},{"c":4,"u":"breastplate%20of%20thunder%20resistance_xdmg","s":3,"n":"Breastplate of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":248},{"c":4,"u":"breastplate%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Breastplate of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":249},{"c":4,"u":"breastplate%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Breastplate of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":250},{"c":4,"u":"breastplate%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Breastplate of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":251},{"c":4,"u":"breastplate%20of%20weightlessness_bmt","s":12,"n":"Breastplate of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":252},{"c":4,"u":"breastplate%20barding_phb","s":2,"n":"Breastplate Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":253},{"c":4,"u":"cast-off%20breastplate_xdmg","s":3,"n":"Cast-Off Breastplate","h":1,"p":243,"zg":{"n":68,"s":3},"id":254},{"c":4,"u":"demon%20breastplate_xdmg","s":3,"n":"Demon Breastplate","h":1,"p":252,"zg":{"n":80,"s":3},"id":255},{"c":4,"u":"drow%20%2b1%20breastplate_mm","s":6,"n":"Drow +1 Breastplate","h":1,"p":126,"zg":{"n":81,"s":6},"id":256},{"c":4,"u":"drow%20%2b2%20breastplate_mm","s":6,"n":"Drow +2 Breastplate","h":1,"p":126,"zg":{"n":82,"s":6},"id":257},{"c":4,"u":"drow%20%2b3%20breastplate_mm","s":6,"n":"Drow +3 Breastplate","h":1,"p":126,"zg":{"n":83,"s":6},"id":258},{"c":4,"u":"enspelled%20(cantrip)%20breastplate_xdmg","s":3,"n":"Enspelled (Cantrip) Breastplate","h":1,"p":258,"zg":{"n":84,"s":3},"id":259},{"c":4,"u":"enspelled%20(level%201)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 1) Breastplate","h":1,"p":258,"zg":{"n":85,"s":3},"id":260},{"c":4,"u":"enspelled%20(level%202)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 2) Breastplate","h":1,"p":258,"zg":{"n":86,"s":3},"id":261},{"c":4,"u":"enspelled%20(level%203)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 3) Breastplate","h":1,"p":258,"zg":{"n":87,"s":3},"id":262},{"c":4,"u":"enspelled%20(level%204)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 4) Breastplate","h":1,"p":258,"zg":{"n":88,"s":3},"id":263},{"c":4,"u":"enspelled%20(level%205)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 5) Breastplate","h":1,"p":258,"zg":{"n":89,"s":3},"id":264},{"c":4,"u":"enspelled%20(level%206)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 6) Breastplate","h":1,"p":258,"zg":{"n":90,"s":3},"id":265},{"c":4,"u":"enspelled%20(level%207)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 7) Breastplate","h":1,"p":258,"zg":{"n":91,"s":3},"id":266},{"c":4,"u":"enspelled%20(level%208)%20breastplate_xdmg","s":3,"n":"Enspelled (Level 8) Breastplate","h":1,"p":258,"zg":{"n":92,"s":3},"id":267},{"c":4,"u":"feywrought%20breastplate_bmt","s":12,"n":"Feywrought Breastplate","h":1,"p":67,"zg":{"n":93,"s":12},"id":268},{"c":4,"u":"gloomwrought%20breastplate_bmt","s":12,"n":"Gloomwrought Breastplate","h":1,"p":67,"zg":{"n":94,"s":12},"id":269},{"c":4,"u":"last%20stand%20breastplate_egw","s":5,"n":"Last Stand Breastplate","h":1,"p":267,"zg":{"n":95,"s":5},"id":270},{"c":4,"u":"living%20breastplate_erlw","s":14,"n":"Living Breastplate","h":1,"p":278,"zg":{"n":96,"s":14},"id":271},{"c":4,"u":"mariner's%20breastplate_xdmg","s":3,"n":"Mariner's Breastplate","h":1,"p":278,"zg":{"n":69,"s":3},"id":272},{"c":4,"u":"mithral%20%2b1%20breastplate_ai","s":11,"n":"Mithral +1 Breastplate","h":1,"p":156,"zg":{"n":97,"s":11},"id":273},{"c":4,"u":"mithral%20breastplate_xdmg","s":3,"n":"Mithral Breastplate","h":1,"p":279,"zg":{"n":70,"s":3},"id":274},{"c":4,"u":"mizzium%20breastplate_ggr","s":16,"n":"Mizzium Breastplate","h":1,"p":179,"zg":{"n":98,"s":16},"id":275},{"c":4,"u":"ruidium%20breastplate_crcotn","s":10,"n":"Ruidium Breastplate","h":1,"p":215,"zg":{"n":99,"s":10},"id":276},{"c":4,"u":"smoldering%20breastplate_xdmg","s":3,"n":"Smoldering Breastplate","h":1,"p":305,"zg":{"n":71,"s":3},"id":277},{"c":4,"u":"%2b1%20chain%20mail_dmg","s":0,"n":"+1 Chain Mail","h":1,"p":152,"zg":{"n":53,"s":0},"id":278},{"c":4,"u":"%2b2%20chain%20mail_dmg","s":0,"n":"+2 Chain Mail","h":1,"p":152,"zg":{"n":54,"s":0},"id":279},{"c":4,"u":"%2b3%20chain%20mail_dmg","s":0,"n":"+3 Chain Mail","h":1,"p":152,"zg":{"n":55,"s":0},"id":280},{"c":4,"u":"adamantine%20chain%20mail_dmg","s":0,"n":"Adamantine Chain Mail","h":1,"p":150,"zg":{"n":56,"s":0},"id":281},{"c":4,"u":"chain%20mail%20of%20acid%20resistance_dmg","s":0,"n":"Chain Mail of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":282},{"c":4,"u":"chain%20mail%20of%20cold%20resistance_dmg","s":0,"n":"Chain Mail of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":283},{"c":4,"u":"chain%20mail%20of%20fire%20resistance_dmg","s":0,"n":"Chain Mail of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":284},{"c":4,"u":"chain%20mail%20of%20force%20resistance_dmg","s":0,"n":"Chain Mail of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":285},{"c":4,"u":"chain%20mail%20of%20gleaming_xge","s":1,"n":"Chain Mail of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":286},{"c":4,"u":"chain%20mail%20of%20lightning%20resistance_dmg","s":0,"n":"Chain Mail of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":287},{"c":4,"u":"chain%20mail%20of%20necrotic%20resistance_dmg","s":0,"n":"Chain Mail of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":288},{"c":4,"u":"chain%20mail%20of%20poison%20resistance_dmg","s":0,"n":"Chain Mail of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":289},{"c":4,"u":"chain%20mail%20of%20psychic%20resistance_dmg","s":0,"n":"Chain Mail of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":290},{"c":4,"u":"chain%20mail%20of%20radiant%20resistance_dmg","s":0,"n":"Chain Mail of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":291},{"c":4,"u":"chain%20mail%20of%20thunder%20resistance_dmg","s":0,"n":"Chain Mail of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":292},{"c":4,"u":"cast-off%20chain%20mail_xge","s":1,"n":"Cast-Off Chain Mail","h":1,"p":136,"zg":{"n":68,"s":1},"id":293},{"c":4,"u":"mariner's%20chain%20mail_dmg","s":0,"n":"Mariner's Chain Mail","h":1,"p":181,"zg":{"n":69,"s":0},"id":294},{"c":4,"u":"mithral%20chain%20mail_dmg","s":0,"n":"Mithral Chain Mail","h":1,"p":182,"zg":{"n":70,"s":0},"id":295},{"c":4,"u":"smoldering%20chain%20mail_xge","s":1,"n":"Smoldering Chain Mail","h":1,"p":139,"zg":{"n":71,"s":1},"id":296},{"c":4,"u":"%2b1%20chain%20mail_xdmg","s":3,"n":"+1 Chain Mail","h":1,"p":230,"zg":{"n":53,"s":3},"id":297},{"c":4,"u":"%2b2%20chain%20mail_xdmg","s":3,"n":"+2 Chain Mail","h":1,"p":230,"zg":{"n":54,"s":3},"id":298},{"c":4,"u":"%2b3%20chain%20mail_xdmg","s":3,"n":"+3 Chain Mail","h":1,"p":230,"zg":{"n":55,"s":3},"id":299},{"c":4,"u":"adamantine%20chain%20mail_xdmg","s":3,"n":"Adamantine Chain Mail","h":1,"p":227,"zg":{"n":56,"s":3},"id":300},{"c":4,"u":"antimagic%20chain%20mail_bmt","s":12,"n":"Antimagic Chain Mail","h":1,"p":65,"zg":{"n":72,"s":12},"id":301},{"c":4,"u":"chain%20mail%20of%20acid%20resistance_xdmg","s":3,"n":"Chain Mail of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":302},{"c":4,"u":"chain%20mail%20of%20cold%20resistance_xdmg","s":3,"n":"Chain Mail of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":303},{"c":4,"u":"chain%20mail%20of%20fire%20resistance_xdmg","s":3,"n":"Chain Mail of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":304},{"c":4,"u":"chain%20mail%20of%20force%20resistance_xdmg","s":3,"n":"Chain Mail of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":305},{"c":4,"u":"chain%20mail%20of%20gleaming_xdmg","s":3,"n":"Chain Mail of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":306},{"c":4,"u":"chain%20mail%20of%20lightning%20resistance_xdmg","s":3,"n":"Chain Mail of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":307},{"c":4,"u":"chain%20mail%20of%20necrotic%20resistance_xdmg","s":3,"n":"Chain Mail of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":308},{"c":4,"u":"chain%20mail%20of%20poison%20resistance_xdmg","s":3,"n":"Chain Mail of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":309},{"c":4,"u":"chain%20mail%20of%20psychic%20resistance_xdmg","s":3,"n":"Chain Mail of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":310},{"c":4,"u":"chain%20mail%20of%20radiant%20resistance_xdmg","s":3,"n":"Chain Mail of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":311},{"c":4,"u":"chain%20mail%20of%20safeguarding_bgg","s":17,"n":"Chain Mail of Safeguarding","h":1,"p":111,"zg":{"n":100,"s":17},"id":312},{"c":4,"u":"chain%20mail%20of%20the%20fallen_bmt","s":12,"n":"Chain Mail of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":313},{"c":4,"u":"chain%20mail%20of%20thunder%20resistance_xdmg","s":3,"n":"Chain Mail of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":314},{"c":4,"u":"chain%20mail%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Chain Mail of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":315},{"c":4,"u":"chain%20mail%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Chain Mail of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":316},{"c":4,"u":"chain%20mail%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Chain Mail of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":317},{"c":4,"u":"chain%20mail%20of%20weightlessness_bmt","s":12,"n":"Chain Mail of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":318},{"c":4,"u":"chain%20mail%20barding_phb","s":2,"n":"Chain Mail Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":319},{"c":4,"u":"cast-off%20chain%20mail_xdmg","s":3,"n":"Cast-Off Chain Mail","h":1,"p":243,"zg":{"n":68,"s":3},"id":320},{"c":4,"u":"clockwork%20chain%20mail_bmt","s":12,"n":"Clockwork Chain Mail","h":1,"p":67,"zg":{"n":101,"s":12},"id":321},{"c":4,"u":"demon%20chain%20mail_xdmg","s":3,"n":"Demon Chain Mail","h":1,"p":252,"zg":{"n":80,"s":3},"id":322},{"c":4,"u":"demon%20skin%20chain%20mail_ditlcot","s":18,"n":"Demon Skin Chain Mail","h":1,"p":14,"zg":{"n":102,"s":18},"id":323},{"c":4,"u":"drow%20%2b1%20chain%20mail_mm","s":6,"n":"Drow +1 Chain Mail","h":1,"p":126,"zg":{"n":81,"s":6},"id":324},{"c":4,"u":"drow%20%2b2%20chain%20mail_mm","s":6,"n":"Drow +2 Chain Mail","h":1,"p":126,"zg":{"n":82,"s":6},"id":325},{"c":4,"u":"drow%20%2b3%20chain%20mail_mm","s":6,"n":"Drow +3 Chain Mail","h":1,"p":126,"zg":{"n":83,"s":6},"id":326},{"c":4,"u":"efreeti%20chain%20mail_xdmg","s":3,"n":"Efreeti Chain Mail","h":1,"p":257,"zg":{"n":103,"s":3},"id":327},{"c":4,"u":"elven%20chain%20mail_xdmg","s":3,"n":"Elven Chain Mail","h":1,"p":257,"zg":{"n":104,"s":3},"id":328},{"c":4,"u":"enspelled%20(cantrip)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Cantrip) Chain Mail","h":1,"p":258,"zg":{"n":84,"s":3},"id":329},{"c":4,"u":"enspelled%20(level%201)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 1) Chain Mail","h":1,"p":258,"zg":{"n":85,"s":3},"id":330},{"c":4,"u":"enspelled%20(level%202)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 2) Chain Mail","h":1,"p":258,"zg":{"n":86,"s":3},"id":331},{"c":4,"u":"enspelled%20(level%203)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 3) Chain Mail","h":1,"p":258,"zg":{"n":87,"s":3},"id":332},{"c":4,"u":"enspelled%20(level%204)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 4) Chain Mail","h":1,"p":258,"zg":{"n":88,"s":3},"id":333},{"c":4,"u":"enspelled%20(level%205)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 5) Chain Mail","h":1,"p":258,"zg":{"n":89,"s":3},"id":334},{"c":4,"u":"enspelled%20(level%206)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 6) Chain Mail","h":1,"p":258,"zg":{"n":90,"s":3},"id":335},{"c":4,"u":"enspelled%20(level%207)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 7) Chain Mail","h":1,"p":258,"zg":{"n":91,"s":3},"id":336},{"c":4,"u":"enspelled%20(level%208)%20chain%20mail_xdmg","s":3,"n":"Enspelled (Level 8) Chain Mail","h":1,"p":258,"zg":{"n":92,"s":3},"id":337},{"c":4,"u":"feywrought%20chain%20mail_bmt","s":12,"n":"Feywrought Chain Mail","h":1,"p":67,"zg":{"n":93,"s":12},"id":338},{"c":4,"u":"gloomwrought%20chain%20mail_bmt","s":12,"n":"Gloomwrought Chain Mail","h":1,"p":67,"zg":{"n":94,"s":12},"id":339},{"c":4,"u":"last%20stand%20chain%20mail_egw","s":5,"n":"Last Stand Chain Mail","h":1,"p":267,"zg":{"n":95,"s":5},"id":340},{"c":4,"u":"living%20chain%20mail_erlw","s":14,"n":"Living Chain Mail","h":1,"p":278,"zg":{"n":96,"s":14},"id":341},{"c":4,"u":"mariner's%20chain%20mail_xdmg","s":3,"n":"Mariner's Chain Mail","h":1,"p":278,"zg":{"n":69,"s":3},"id":342},{"c":4,"u":"mind%20carapace%20chain%20mail_vgm","s":19,"n":"Mind Carapace Chain Mail","h":1,"p":81,"zg":{"n":105,"s":19},"id":343},{"c":4,"u":"mithral%20%2b1%20chain%20mail_ai","s":11,"n":"Mithral +1 Chain Mail","h":1,"p":156,"zg":{"n":97,"s":11},"id":344},{"c":4,"u":"mithral%20chain%20mail_xdmg","s":3,"n":"Mithral Chain Mail","h":1,"p":279,"zg":{"n":70,"s":3},"id":345},{"c":4,"u":"mizzium%20chain%20mail_ggr","s":16,"n":"Mizzium Chain Mail","h":1,"p":179,"zg":{"n":98,"s":16},"id":346},{"c":4,"u":"ruidium%20chain%20mail_crcotn","s":10,"n":"Ruidium Chain Mail","h":1,"p":215,"zg":{"n":99,"s":10},"id":347},{"c":4,"u":"smoldering%20chain%20mail_xdmg","s":3,"n":"Smoldering Chain Mail","h":1,"p":305,"zg":{"n":71,"s":3},"id":348},{"c":4,"u":"%2b1%20chain%20shirt_dmg","s":0,"n":"+1 Chain Shirt","h":1,"p":152,"zg":{"n":53,"s":0},"id":349},{"c":4,"u":"%2b2%20chain%20shirt_dmg","s":0,"n":"+2 Chain Shirt","h":1,"p":152,"zg":{"n":54,"s":0},"id":350},{"c":4,"u":"%2b3%20chain%20shirt_dmg","s":0,"n":"+3 Chain Shirt","h":1,"p":152,"zg":{"n":55,"s":0},"id":351},{"c":4,"u":"adamantine%20chain%20shirt_dmg","s":0,"n":"Adamantine Chain Shirt","h":1,"p":150,"zg":{"n":56,"s":0},"id":352},{"c":4,"u":"chain%20shirt%20of%20acid%20resistance_dmg","s":0,"n":"Chain Shirt of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":353},{"c":4,"u":"chain%20shirt%20of%20cold%20resistance_dmg","s":0,"n":"Chain Shirt of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":354},{"c":4,"u":"chain%20shirt%20of%20fire%20resistance_dmg","s":0,"n":"Chain Shirt of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":355},{"c":4,"u":"chain%20shirt%20of%20force%20resistance_dmg","s":0,"n":"Chain Shirt of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":356},{"c":4,"u":"chain%20shirt%20of%20gleaming_xge","s":1,"n":"Chain Shirt of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":357},{"c":4,"u":"chain%20shirt%20of%20lightning%20resistance_dmg","s":0,"n":"Chain Shirt of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":358},{"c":4,"u":"chain%20shirt%20of%20necrotic%20resistance_dmg","s":0,"n":"Chain Shirt of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":359},{"c":4,"u":"chain%20shirt%20of%20poison%20resistance_dmg","s":0,"n":"Chain Shirt of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":360},{"c":4,"u":"chain%20shirt%20of%20psychic%20resistance_dmg","s":0,"n":"Chain Shirt of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":361},{"c":4,"u":"chain%20shirt%20of%20radiant%20resistance_dmg","s":0,"n":"Chain Shirt of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":362},{"c":4,"u":"chain%20shirt%20of%20thunder%20resistance_dmg","s":0,"n":"Chain Shirt of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":363},{"c":4,"u":"cast-off%20chain%20shirt_xge","s":1,"n":"Cast-Off Chain Shirt","h":1,"p":136,"zg":{"n":68,"s":1},"id":364},{"c":4,"u":"mariner's%20chain%20shirt_dmg","s":0,"n":"Mariner's Chain Shirt","h":1,"p":181,"zg":{"n":69,"s":0},"id":365},{"c":4,"u":"mithral%20chain%20shirt_dmg","s":0,"n":"Mithral Chain Shirt","h":1,"p":182,"zg":{"n":70,"s":0},"id":366},{"c":4,"u":"smoldering%20chain%20shirt_xge","s":1,"n":"Smoldering Chain Shirt","h":1,"p":139,"zg":{"n":71,"s":1},"id":367},{"c":4,"u":"%2b1%20chain%20shirt_xdmg","s":3,"n":"+1 Chain Shirt","h":1,"p":230,"zg":{"n":53,"s":3},"id":368},{"c":4,"u":"%2b2%20chain%20shirt_xdmg","s":3,"n":"+2 Chain Shirt","h":1,"p":230,"zg":{"n":54,"s":3},"id":369},{"c":4,"u":"%2b3%20chain%20shirt_xdmg","s":3,"n":"+3 Chain Shirt","h":1,"p":230,"zg":{"n":55,"s":3},"id":370},{"c":4,"u":"adamantine%20chain%20shirt_xdmg","s":3,"n":"Adamantine Chain Shirt","h":1,"p":227,"zg":{"n":56,"s":3},"id":371},{"c":4,"u":"antimagic%20chain%20shirt_bmt","s":12,"n":"Antimagic Chain Shirt","h":1,"p":65,"zg":{"n":72,"s":12},"id":372},{"c":4,"u":"chain%20shirt%20of%20acid%20resistance_xdmg","s":3,"n":"Chain Shirt of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":373},{"c":4,"u":"chain%20shirt%20of%20cold%20resistance_xdmg","s":3,"n":"Chain Shirt of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":374},{"c":4,"u":"chain%20shirt%20of%20fire%20resistance_xdmg","s":3,"n":"Chain Shirt of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":375},{"c":4,"u":"chain%20shirt%20of%20force%20resistance_xdmg","s":3,"n":"Chain Shirt of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":376},{"c":4,"u":"chain%20shirt%20of%20fungal%20spores_bmt","s":12,"n":"Chain Shirt of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":377},{"c":4,"u":"chain%20shirt%20of%20gleaming_xdmg","s":3,"n":"Chain Shirt of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":378},{"c":4,"u":"chain%20shirt%20of%20lightning%20resistance_xdmg","s":3,"n":"Chain Shirt of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":379},{"c":4,"u":"chain%20shirt%20of%20necrotic%20resistance_xdmg","s":3,"n":"Chain Shirt of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":380},{"c":4,"u":"chain%20shirt%20of%20poison%20resistance_xdmg","s":3,"n":"Chain Shirt of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":381},{"c":4,"u":"chain%20shirt%20of%20psychic%20resistance_xdmg","s":3,"n":"Chain Shirt of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":382},{"c":4,"u":"chain%20shirt%20of%20radiant%20resistance_xdmg","s":3,"n":"Chain Shirt of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":383},{"c":4,"u":"chain%20shirt%20of%20the%20fallen_bmt","s":12,"n":"Chain Shirt of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":384},{"c":4,"u":"chain%20shirt%20of%20thunder%20resistance_xdmg","s":3,"n":"Chain Shirt of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":385},{"c":4,"u":"chain%20shirt%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Chain Shirt of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":386},{"c":4,"u":"chain%20shirt%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Chain Shirt of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":387},{"c":4,"u":"chain%20shirt%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Chain Shirt of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":388},{"c":4,"u":"chain%20shirt%20of%20weightlessness_bmt","s":12,"n":"Chain Shirt of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":389},{"c":4,"u":"chain%20shirt%20barding_phb","s":2,"n":"Chain Shirt Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":390},{"c":4,"u":"cast-off%20chain%20shirt_xdmg","s":3,"n":"Cast-Off Chain Shirt","h":1,"p":243,"zg":{"n":68,"s":3},"id":391},{"c":4,"u":"demon%20chain%20shirt_xdmg","s":3,"n":"Demon Chain Shirt","h":1,"p":252,"zg":{"n":80,"s":3},"id":392},{"c":4,"u":"drow%20%2b1%20chain%20shirt_mm","s":6,"n":"Drow +1 Chain Shirt","h":1,"p":126,"zg":{"n":81,"s":6},"id":393},{"c":4,"u":"drow%20%2b2%20chain%20shirt_mm","s":6,"n":"Drow +2 Chain Shirt","h":1,"p":126,"zg":{"n":82,"s":6},"id":394},{"c":4,"u":"drow%20%2b3%20chain%20shirt_mm","s":6,"n":"Drow +3 Chain Shirt","h":1,"p":126,"zg":{"n":83,"s":6},"id":395},{"c":4,"u":"efreeti%20chain%20shirt_xdmg","s":3,"n":"Efreeti Chain Shirt","h":1,"p":257,"zg":{"n":103,"s":3},"id":396},{"c":4,"u":"elven%20chain%20shirt_xdmg","s":3,"n":"Elven Chain Shirt","h":1,"p":257,"zg":{"n":104,"s":3},"id":397},{"c":4,"u":"enspelled%20(cantrip)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Cantrip) Chain Shirt","h":1,"p":258,"zg":{"n":84,"s":3},"id":398},{"c":4,"u":"enspelled%20(level%201)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 1) Chain Shirt","h":1,"p":258,"zg":{"n":85,"s":3},"id":399},{"c":4,"u":"enspelled%20(level%202)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 2) Chain Shirt","h":1,"p":258,"zg":{"n":86,"s":3},"id":400},{"c":4,"u":"enspelled%20(level%203)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 3) Chain Shirt","h":1,"p":258,"zg":{"n":87,"s":3},"id":401},{"c":4,"u":"enspelled%20(level%204)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 4) Chain Shirt","h":1,"p":258,"zg":{"n":88,"s":3},"id":402},{"c":4,"u":"enspelled%20(level%205)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 5) Chain Shirt","h":1,"p":258,"zg":{"n":89,"s":3},"id":403},{"c":4,"u":"enspelled%20(level%206)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 6) Chain Shirt","h":1,"p":258,"zg":{"n":90,"s":3},"id":404},{"c":4,"u":"enspelled%20(level%207)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 7) Chain Shirt","h":1,"p":258,"zg":{"n":91,"s":3},"id":405},{"c":4,"u":"enspelled%20(level%208)%20chain%20shirt_xdmg","s":3,"n":"Enspelled (Level 8) Chain Shirt","h":1,"p":258,"zg":{"n":92,"s":3},"id":406},{"c":4,"u":"feywrought%20chain%20shirt_bmt","s":12,"n":"Feywrought Chain Shirt","h":1,"p":67,"zg":{"n":93,"s":12},"id":407},{"c":4,"u":"gloomwrought%20chain%20shirt_bmt","s":12,"n":"Gloomwrought Chain Shirt","h":1,"p":67,"zg":{"n":94,"s":12},"id":408},{"c":4,"u":"last%20stand%20chain%20shirt_egw","s":5,"n":"Last Stand Chain Shirt","h":1,"p":267,"zg":{"n":95,"s":5},"id":409},{"c":4,"u":"living%20chain%20shirt_erlw","s":14,"n":"Living Chain Shirt","h":1,"p":278,"zg":{"n":96,"s":14},"id":410},{"c":4,"u":"mariner's%20chain%20shirt_xdmg","s":3,"n":"Mariner's Chain Shirt","h":1,"p":278,"zg":{"n":69,"s":3},"id":411},{"c":4,"u":"mithral%20%2b1%20chain%20shirt_ai","s":11,"n":"Mithral +1 Chain Shirt","h":1,"p":156,"zg":{"n":97,"s":11},"id":412},{"c":4,"u":"mithral%20chain%20shirt_xdmg","s":3,"n":"Mithral Chain Shirt","h":1,"p":279,"zg":{"n":70,"s":3},"id":413},{"c":4,"u":"mizzium%20chain%20shirt_ggr","s":16,"n":"Mizzium Chain Shirt","h":1,"p":179,"zg":{"n":98,"s":16},"id":414},{"c":4,"u":"ruidium%20chain%20shirt_crcotn","s":10,"n":"Ruidium Chain Shirt","h":1,"p":215,"zg":{"n":99,"s":10},"id":415},{"c":4,"u":"smoldering%20chain%20shirt_xdmg","s":3,"n":"Smoldering Chain Shirt","h":1,"p":305,"zg":{"n":71,"s":3},"id":416},{"c":4,"u":"%2b1%20club_dmg","s":0,"n":"+1 Club","h":1,"p":213,"zg":{"n":0,"s":0},"id":417},{"c":4,"u":"%2b2%20club_dmg","s":0,"n":"+2 Club","h":1,"p":213,"zg":{"n":1,"s":0},"id":418},{"c":4,"u":"%2b3%20club_dmg","s":0,"n":"+3 Club","h":1,"p":213,"zg":{"n":2,"s":0},"id":419},{"c":4,"u":"adamantine%20club_xge","s":1,"n":"Adamantine Club","h":1,"p":78,"zg":{"n":3,"s":1},"id":420},{"c":4,"u":"silvered%20club_phb","s":2,"n":"Silvered Club","h":1,"p":148,"zg":{"n":4,"s":2},"id":421},{"c":4,"u":"vicious%20club_dmg","s":0,"n":"Vicious Club","h":1,"p":209,"zg":{"n":5,"s":0},"id":422},{"c":4,"u":"club%20of%20warning_dmg","s":0,"n":"Club of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":423},{"c":4,"u":"%2b1%20club_xdmg","s":3,"n":"+1 Club","h":1,"p":324,"zg":{"n":0,"s":3},"id":424},{"c":4,"u":"%2b2%20club_xdmg","s":3,"n":"+2 Club","h":1,"p":324,"zg":{"n":1,"s":3},"id":425},{"c":4,"u":"%2b3%20club_xdmg","s":3,"n":"+3 Club","h":1,"p":324,"zg":{"n":2,"s":3},"id":426},{"c":4,"u":"adamantine%20club_xdmg","s":3,"n":"Adamantine Club","h":1,"p":227,"zg":{"n":3,"s":3},"id":427},{"c":4,"u":"club%20armblade_erlw","s":14,"n":"Club Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":428},{"c":4,"u":"ascendant%20dragon's%20wrath%20club_ftd","s":4,"n":"Ascendant Dragon's Wrath Club","h":1,"p":25,"zg":{"n":7,"s":4},"id":429},{"c":4,"u":"comet%20smasher%20club_dodk","s":13,"n":"Comet Smasher Club","h":1,"p":230,"zg":{"n":106,"s":13},"id":430},{"c":4,"u":"corpse%20slayer%20club_egw","s":5,"n":"Corpse Slayer Club","h":1,"p":266,"zg":{"n":8,"s":5},"id":431},{"c":4,"u":"defender%20club_xdmg","s":3,"n":"Defender Club","h":1,"p":252,"zg":{"n":49,"s":3},"id":432},{"c":4,"u":"dragon%20slayer%20club_xdmg","s":3,"n":"Dragon Slayer Club","h":1,"p":254,"zg":{"n":9,"s":3},"id":433},{"c":4,"u":"drow%20%2b1%20club_mm","s":6,"n":"Drow +1 Club","h":1,"p":126,"zg":{"n":10,"s":6},"id":434},{"c":4,"u":"drow%20%2b2%20club_mm","s":6,"n":"Drow +2 Club","h":1,"p":126,"zg":{"n":11,"s":6},"id":435},{"c":4,"u":"drow%20%2b3%20club_mm","s":6,"n":"Drow +3 Club","h":1,"p":126,"zg":{"n":12,"s":6},"id":436},{"c":4,"u":"enspelled%20(cantrip)%20club_xdmg","s":3,"n":"Enspelled (Cantrip) Club","h":1,"p":258,"zg":{"n":13,"s":3},"id":437},{"c":4,"u":"enspelled%20(level%201)%20club_xdmg","s":3,"n":"Enspelled (Level 1) Club","h":1,"p":258,"zg":{"n":14,"s":3},"id":438},{"c":4,"u":"enspelled%20(level%202)%20club_xdmg","s":3,"n":"Enspelled (Level 2) Club","h":1,"p":258,"zg":{"n":15,"s":3},"id":439},{"c":4,"u":"enspelled%20(level%203)%20club_xdmg","s":3,"n":"Enspelled (Level 3) Club","h":1,"p":258,"zg":{"n":16,"s":3},"id":440},{"c":4,"u":"enspelled%20(level%204)%20club_xdmg","s":3,"n":"Enspelled (Level 4) Club","h":1,"p":258,"zg":{"n":17,"s":3},"id":441},{"c":4,"u":"enspelled%20(level%205)%20club_xdmg","s":3,"n":"Enspelled (Level 5) Club","h":1,"p":258,"zg":{"n":18,"s":3},"id":442},{"c":4,"u":"enspelled%20(level%206)%20club_xdmg","s":3,"n":"Enspelled (Level 6) Club","h":1,"p":258,"zg":{"n":19,"s":3},"id":443},{"c":4,"u":"enspelled%20(level%207)%20club_xdmg","s":3,"n":"Enspelled (Level 7) Club","h":1,"p":258,"zg":{"n":20,"s":3},"id":444},{"c":4,"u":"enspelled%20(level%208)%20club_xdmg","s":3,"n":"Enspelled (Level 8) Club","h":1,"p":258,"zg":{"n":21,"s":3},"id":445},{"c":4,"u":"flame%20tongue%20club_xdmg","s":3,"n":"Flame Tongue Club","h":1,"p":263,"zg":{"n":51,"s":3},"id":446},{"c":4,"u":"forcebreaker%20club_bmt","s":12,"n":"Forcebreaker Club","h":1,"p":67,"zg":{"n":107,"s":12},"id":447},{"c":4,"u":"giant%20slayer%20club_xdmg","s":3,"n":"Giant Slayer Club","h":1,"p":264,"zg":{"n":22,"s":3},"id":448},{"c":4,"u":"hellfire%20club_bgdia","s":7,"n":"Hellfire Club","h":1,"p":223,"zg":{"n":23,"s":7},"id":449},{"c":4,"u":"holy%20avenger%20club_xdmg","s":3,"n":"Holy Avenger Club","h":1,"p":269,"zg":{"n":24,"s":3},"id":450},{"c":4,"u":"lycan%20club_ghloe","s":8,"n":"Lycan Club","h":1,"p":111,"zg":{"n":25,"s":8},"id":451},{"c":4,"u":"nine%20lives%20stealer%20club_xdmg","s":3,"n":"Nine Lives Stealer Club","h":1,"p":281,"zg":{"n":26,"s":3},"id":452},{"c":4,"u":"ruidium%20club_crcotn","s":10,"n":"Ruidium Club","h":1,"p":216,"zg":{"n":28,"s":10},"id":453},{"c":4,"u":"silvered%20club_xdmg","s":3,"n":"Silvered Club","h":1,"p":304,"zg":{"n":4,"s":3},"id":454},{"c":4,"u":"slumbering%20dragon's%20wrath%20club_ftd","s":4,"n":"Slumbering Dragon's Wrath Club","h":1,"p":25,"zg":{"n":29,"s":4},"id":455},{"c":4,"u":"stirring%20dragon's%20wrath%20club_ftd","s":4,"n":"Stirring Dragon's Wrath Club","h":1,"p":25,"zg":{"n":30,"s":4},"id":456},{"c":4,"u":"vicious%20%2b1%20club_ai","s":11,"n":"Vicious +1 Club","h":1,"p":149,"zg":{"n":31,"s":11},"id":457},{"c":4,"u":"vicious%20club_xdmg","s":3,"n":"Vicious Club","h":1,"p":318,"zg":{"n":5,"s":3},"id":458},{"c":4,"u":"wakened%20dragon's%20wrath%20club_ftd","s":4,"n":"Wakened Dragon's Wrath Club","h":1,"p":25,"zg":{"n":32,"s":4},"id":459},{"c":4,"u":"club%20of%20agonizing%20paralysis_coa","s":15,"n":"Club of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":460},{"c":4,"u":"club%20of%20certain%20death_egw","s":5,"n":"Club of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":461},{"c":4,"u":"club%20of%20warning_xdmg","s":3,"n":"Club of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":462},{"c":4,"u":"%2b1%20crossbow%20bolt_dmg","s":0,"n":"+1 Crossbow Bolt","h":1,"p":150,"zg":{"n":35,"s":0},"id":463},{"c":4,"u":"%2b2%20crossbow%20bolt_dmg","s":0,"n":"+2 Crossbow Bolt","h":1,"p":150,"zg":{"n":36,"s":0},"id":464},{"c":4,"u":"%2b3%20crossbow%20bolt_dmg","s":0,"n":"+3 Crossbow Bolt","h":1,"p":150,"zg":{"n":37,"s":0},"id":465},{"c":4,"u":"crossbow%20bolt%20of%20slaying_dmg","s":0,"n":"Crossbow Bolt of Slaying","h":1,"p":152,"zg":{"n":38,"s":0},"id":466},{"c":4,"u":"walloping%20crossbow%20bolt_xge","s":1,"n":"Walloping Crossbow Bolt","h":1,"p":139,"zg":{"n":39,"s":1},"id":467},{"c":4,"u":"fernian%20basalt%20crystal_erlw","s":14,"n":"Fernian Basalt Crystal","h":1,"p":278,"zg":{"n":108,"s":14},"id":468},{"c":4,"u":"irian%20quartz%20crystal_erlw","s":14,"n":"Irian Quartz Crystal","h":1,"p":278,"zg":{"n":109,"s":14},"id":469},{"c":4,"u":"kythrian%20skarn%20crystal_erlw","s":14,"n":"Kythrian Skarn Crystal","h":1,"p":278,"zg":{"n":110,"s":14},"id":470},{"c":4,"u":"lamannian%20flint%20crystal_erlw","s":14,"n":"Lamannian Flint Crystal","h":1,"p":278,"zg":{"n":111,"s":14},"id":471},{"c":4,"u":"mabaran%20obsidian%20crystal_erlw","s":14,"n":"Mabaran Obsidian Crystal","h":1,"p":278,"zg":{"n":112,"s":14},"id":472},{"c":4,"u":"risian%20shale%20crystal_erlw","s":14,"n":"Risian Shale Crystal","h":1,"p":278,"zg":{"n":113,"s":14},"id":473},{"c":4,"u":"shavarran%20chert%20crystal_erlw","s":14,"n":"Shavarran Chert Crystal","h":1,"p":278,"zg":{"n":114,"s":14},"id":474},{"c":4,"u":"xorian%20marble%20crystal_erlw","s":14,"n":"Xorian Marble Crystal","h":1,"p":278,"zg":{"n":115,"s":14},"id":475},{"c":4,"u":"%2b1%20dagger_dmg","s":0,"n":"+1 Dagger","h":1,"p":213,"zg":{"n":0,"s":0},"id":476},{"c":4,"u":"%2b2%20dagger_dmg","s":0,"n":"+2 Dagger","h":1,"p":213,"zg":{"n":1,"s":0},"id":477},{"c":4,"u":"%2b3%20dagger_dmg","s":0,"n":"+3 Dagger","h":1,"p":213,"zg":{"n":2,"s":0},"id":478},{"c":4,"u":"adamantine%20dagger_xge","s":1,"n":"Adamantine Dagger","h":1,"p":78,"zg":{"n":3,"s":1},"id":479},{"c":4,"u":"silvered%20dagger_phb","s":2,"n":"Silvered Dagger","h":1,"p":148,"zg":{"n":4,"s":2},"id":480},{"c":4,"u":"vicious%20dagger_dmg","s":0,"n":"Vicious Dagger","h":1,"p":209,"zg":{"n":5,"s":0},"id":481},{"c":4,"u":"dagger%20of%20warning_dmg","s":0,"n":"Dagger of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":482},{"c":4,"u":"%2b1%20dagger_xdmg","s":3,"n":"+1 Dagger","h":1,"p":324,"zg":{"n":0,"s":3},"id":483},{"c":4,"u":"%2b2%20dagger_xdmg","s":3,"n":"+2 Dagger","h":1,"p":324,"zg":{"n":1,"s":3},"id":484},{"c":4,"u":"%2b3%20dagger_xdmg","s":3,"n":"+3 Dagger","h":1,"p":324,"zg":{"n":2,"s":3},"id":485},{"c":4,"u":"adamantine%20dagger_xdmg","s":3,"n":"Adamantine Dagger","h":1,"p":227,"zg":{"n":3,"s":3},"id":486},{"c":4,"u":"dagger%20armblade_erlw","s":14,"n":"Dagger Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":487},{"c":4,"u":"ascendant%20dragon's%20wrath%20dagger_ftd","s":4,"n":"Ascendant Dragon's Wrath Dagger","h":1,"p":25,"zg":{"n":7,"s":4},"id":488},{"c":4,"u":"corpse%20slayer%20dagger_egw","s":5,"n":"Corpse Slayer Dagger","h":1,"p":266,"zg":{"n":8,"s":5},"id":489},{"c":4,"u":"defender%20dagger_xdmg","s":3,"n":"Defender Dagger","h":1,"p":252,"zg":{"n":49,"s":3},"id":490},{"c":4,"u":"dragon%20slayer%20dagger_xdmg","s":3,"n":"Dragon Slayer Dagger","h":1,"p":254,"zg":{"n":9,"s":3},"id":491},{"c":4,"u":"drow%20%2b1%20dagger_mm","s":6,"n":"Drow +1 Dagger","h":1,"p":126,"zg":{"n":10,"s":6},"id":492},{"c":4,"u":"drow%20%2b2%20dagger_mm","s":6,"n":"Drow +2 Dagger","h":1,"p":126,"zg":{"n":11,"s":6},"id":493},{"c":4,"u":"drow%20%2b3%20dagger_mm","s":6,"n":"Drow +3 Dagger","h":1,"p":126,"zg":{"n":12,"s":6},"id":494},{"c":4,"u":"enspelled%20(cantrip)%20dagger_xdmg","s":3,"n":"Enspelled (Cantrip) Dagger","h":1,"p":258,"zg":{"n":13,"s":3},"id":495},{"c":4,"u":"enspelled%20(level%201)%20dagger_xdmg","s":3,"n":"Enspelled (Level 1) Dagger","h":1,"p":258,"zg":{"n":14,"s":3},"id":496},{"c":4,"u":"enspelled%20(level%202)%20dagger_xdmg","s":3,"n":"Enspelled (Level 2) Dagger","h":1,"p":258,"zg":{"n":15,"s":3},"id":497},{"c":4,"u":"enspelled%20(level%203)%20dagger_xdmg","s":3,"n":"Enspelled (Level 3) Dagger","h":1,"p":258,"zg":{"n":16,"s":3},"id":498},{"c":4,"u":"enspelled%20(level%204)%20dagger_xdmg","s":3,"n":"Enspelled (Level 4) Dagger","h":1,"p":258,"zg":{"n":17,"s":3},"id":499},{"c":4,"u":"enspelled%20(level%205)%20dagger_xdmg","s":3,"n":"Enspelled (Level 5) Dagger","h":1,"p":258,"zg":{"n":18,"s":3},"id":500},{"c":4,"u":"enspelled%20(level%206)%20dagger_xdmg","s":3,"n":"Enspelled (Level 6) Dagger","h":1,"p":258,"zg":{"n":19,"s":3},"id":501},{"c":4,"u":"enspelled%20(level%207)%20dagger_xdmg","s":3,"n":"Enspelled (Level 7) Dagger","h":1,"p":258,"zg":{"n":20,"s":3},"id":502},{"c":4,"u":"enspelled%20(level%208)%20dagger_xdmg","s":3,"n":"Enspelled (Level 8) Dagger","h":1,"p":258,"zg":{"n":21,"s":3},"id":503},{"c":4,"u":"flame%20tongue%20dagger_xdmg","s":3,"n":"Flame Tongue Dagger","h":1,"p":263,"zg":{"n":51,"s":3},"id":504},{"c":4,"u":"giant%20slayer%20dagger_xdmg","s":3,"n":"Giant Slayer Dagger","h":1,"p":264,"zg":{"n":22,"s":3},"id":505},{"c":4,"u":"hellfire%20dagger_bgdia","s":7,"n":"Hellfire Dagger","h":1,"p":223,"zg":{"n":23,"s":7},"id":506},{"c":4,"u":"holy%20avenger%20dagger_xdmg","s":3,"n":"Holy Avenger Dagger","h":1,"p":269,"zg":{"n":24,"s":3},"id":507},{"c":4,"u":"lycan%20dagger_ghloe","s":8,"n":"Lycan Dagger","h":1,"p":111,"zg":{"n":25,"s":8},"id":508},{"c":4,"u":"nine%20lives%20stealer%20dagger_xdmg","s":3,"n":"Nine Lives Stealer Dagger","h":1,"p":281,"zg":{"n":26,"s":3},"id":509},{"c":4,"u":"oceanic%20dagger_tdcsr","s":9,"n":"Oceanic Dagger","h":1,"p":199,"zg":{"n":27,"s":9},"id":510},{"c":4,"u":"ruidium%20dagger_crcotn","s":10,"n":"Ruidium Dagger","h":1,"p":216,"zg":{"n":28,"s":10},"id":511},{"c":4,"u":"silvered%20dagger_xdmg","s":3,"n":"Silvered Dagger","h":1,"p":304,"zg":{"n":4,"s":3},"id":512},{"c":4,"u":"slumbering%20dragon's%20wrath%20dagger_ftd","s":4,"n":"Slumbering Dragon's Wrath Dagger","h":1,"p":25,"zg":{"n":29,"s":4},"id":513},{"c":4,"u":"stirring%20dragon's%20wrath%20dagger_ftd","s":4,"n":"Stirring Dragon's Wrath Dagger","h":1,"p":25,"zg":{"n":30,"s":4},"id":514},{"c":4,"u":"sylvan%20talon%20dagger_xdmg","s":3,"n":"Sylvan Talon Dagger","h":1,"p":314,"zg":{"n":116,"s":3},"id":515},{"c":4,"u":"vicious%20%2b1%20dagger_ai","s":11,"n":"Vicious +1 Dagger","h":1,"p":149,"zg":{"n":31,"s":11},"id":516},{"c":4,"u":"vicious%20dagger_xdmg","s":3,"n":"Vicious Dagger","h":1,"p":318,"zg":{"n":5,"s":3},"id":517},{"c":4,"u":"wakened%20dragon's%20wrath%20dagger_ftd","s":4,"n":"Wakened Dragon's Wrath Dagger","h":1,"p":25,"zg":{"n":32,"s":4},"id":518},{"c":4,"u":"dagger%20of%20agonizing%20paralysis_coa","s":15,"n":"Dagger of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":519},{"c":4,"u":"dagger%20of%20certain%20death_egw","s":5,"n":"Dagger of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":520},{"c":4,"u":"dagger%20of%20warning_xdmg","s":3,"n":"Dagger of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":521},{"c":4,"u":"%2b1%20dart_dmg","s":0,"n":"+1 Dart","h":1,"p":213,"zg":{"n":0,"s":0},"id":522},{"c":4,"u":"%2b2%20dart_dmg","s":0,"n":"+2 Dart","h":1,"p":213,"zg":{"n":1,"s":0},"id":523},{"c":4,"u":"%2b3%20dart_dmg","s":0,"n":"+3 Dart","h":1,"p":213,"zg":{"n":2,"s":0},"id":524},{"c":4,"u":"adamantine%20dart_xge","s":1,"n":"Adamantine Dart","h":1,"p":78,"zg":{"n":3,"s":1},"id":525},{"c":4,"u":"silvered%20dart_phb","s":2,"n":"Silvered Dart","h":1,"p":148,"zg":{"n":4,"s":2},"id":526},{"c":4,"u":"vicious%20dart_dmg","s":0,"n":"Vicious Dart","h":1,"p":209,"zg":{"n":5,"s":0},"id":527},{"c":4,"u":"dart%20of%20warning_dmg","s":0,"n":"Dart of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":528},{"c":4,"u":"%2b1%20dart_xdmg","s":3,"n":"+1 Dart","h":1,"p":324,"zg":{"n":0,"s":3},"id":529},{"c":4,"u":"%2b2%20dart_xdmg","s":3,"n":"+2 Dart","h":1,"p":324,"zg":{"n":1,"s":3},"id":530},{"c":4,"u":"%2b3%20dart_xdmg","s":3,"n":"+3 Dart","h":1,"p":324,"zg":{"n":2,"s":3},"id":531},{"c":4,"u":"ascendant%20dragon's%20wrath%20dart_ftd","s":4,"n":"Ascendant Dragon's Wrath Dart","h":1,"p":25,"zg":{"n":7,"s":4},"id":532},{"c":4,"u":"corpse%20slayer%20dart_egw","s":5,"n":"Corpse Slayer Dart","h":1,"p":266,"zg":{"n":8,"s":5},"id":533},{"c":4,"u":"dragon%20slayer%20dart_xdmg","s":3,"n":"Dragon Slayer Dart","h":1,"p":254,"zg":{"n":9,"s":3},"id":534},{"c":4,"u":"drow%20%2b1%20dart_mm","s":6,"n":"Drow +1 Dart","h":1,"p":126,"zg":{"n":10,"s":6},"id":535},{"c":4,"u":"drow%20%2b2%20dart_mm","s":6,"n":"Drow +2 Dart","h":1,"p":126,"zg":{"n":11,"s":6},"id":536},{"c":4,"u":"drow%20%2b3%20dart_mm","s":6,"n":"Drow +3 Dart","h":1,"p":126,"zg":{"n":12,"s":6},"id":537},{"c":4,"u":"enspelled%20(cantrip)%20dart_xdmg","s":3,"n":"Enspelled (Cantrip) Dart","h":1,"p":258,"zg":{"n":13,"s":3},"id":538},{"c":4,"u":"enspelled%20(level%201)%20dart_xdmg","s":3,"n":"Enspelled (Level 1) Dart","h":1,"p":258,"zg":{"n":14,"s":3},"id":539},{"c":4,"u":"enspelled%20(level%202)%20dart_xdmg","s":3,"n":"Enspelled (Level 2) Dart","h":1,"p":258,"zg":{"n":15,"s":3},"id":540},{"c":4,"u":"enspelled%20(level%203)%20dart_xdmg","s":3,"n":"Enspelled (Level 3) Dart","h":1,"p":258,"zg":{"n":16,"s":3},"id":541},{"c":4,"u":"enspelled%20(level%204)%20dart_xdmg","s":3,"n":"Enspelled (Level 4) Dart","h":1,"p":258,"zg":{"n":17,"s":3},"id":542},{"c":4,"u":"enspelled%20(level%205)%20dart_xdmg","s":3,"n":"Enspelled (Level 5) Dart","h":1,"p":258,"zg":{"n":18,"s":3},"id":543},{"c":4,"u":"enspelled%20(level%206)%20dart_xdmg","s":3,"n":"Enspelled (Level 6) Dart","h":1,"p":258,"zg":{"n":19,"s":3},"id":544},{"c":4,"u":"enspelled%20(level%207)%20dart_xdmg","s":3,"n":"Enspelled (Level 7) Dart","h":1,"p":258,"zg":{"n":20,"s":3},"id":545},{"c":4,"u":"enspelled%20(level%208)%20dart_xdmg","s":3,"n":"Enspelled (Level 8) Dart","h":1,"p":258,"zg":{"n":21,"s":3},"id":546},{"c":4,"u":"giant%20slayer%20dart_xdmg","s":3,"n":"Giant Slayer Dart","h":1,"p":264,"zg":{"n":22,"s":3},"id":547},{"c":4,"u":"hellfire%20dart_bgdia","s":7,"n":"Hellfire Dart","h":1,"p":223,"zg":{"n":23,"s":7},"id":548},{"c":4,"u":"holy%20avenger%20dart_xdmg","s":3,"n":"Holy Avenger Dart","h":1,"p":269,"zg":{"n":24,"s":3},"id":549},{"c":4,"u":"lycan%20dart_ghloe","s":8,"n":"Lycan Dart","h":1,"p":111,"zg":{"n":25,"s":8},"id":550},{"c":4,"u":"nine%20lives%20stealer%20dart_xdmg","s":3,"n":"Nine Lives Stealer Dart","h":1,"p":281,"zg":{"n":26,"s":3},"id":551},{"c":4,"u":"oceanic%20dart_tdcsr","s":9,"n":"Oceanic Dart","h":1,"p":199,"zg":{"n":27,"s":9},"id":552},{"c":4,"u":"ruidium%20dart_crcotn","s":10,"n":"Ruidium Dart","h":1,"p":216,"zg":{"n":28,"s":10},"id":553},{"c":4,"u":"silvered%20dart_xdmg","s":3,"n":"Silvered Dart","h":1,"p":304,"zg":{"n":4,"s":3},"id":554},{"c":4,"u":"slumbering%20dragon's%20wrath%20dart_ftd","s":4,"n":"Slumbering Dragon's Wrath Dart","h":1,"p":25,"zg":{"n":29,"s":4},"id":555},{"c":4,"u":"stirring%20dragon's%20wrath%20dart_ftd","s":4,"n":"Stirring Dragon's Wrath Dart","h":1,"p":25,"zg":{"n":30,"s":4},"id":556},{"c":4,"u":"vicious%20%2b1%20dart_ai","s":11,"n":"Vicious +1 Dart","h":1,"p":149,"zg":{"n":31,"s":11},"id":557},{"c":4,"u":"vicious%20dart_xdmg","s":3,"n":"Vicious Dart","h":1,"p":318,"zg":{"n":5,"s":3},"id":558},{"c":4,"u":"wakened%20dragon's%20wrath%20dart_ftd","s":4,"n":"Wakened Dragon's Wrath Dart","h":1,"p":25,"zg":{"n":32,"s":4},"id":559},{"c":4,"u":"dart%20of%20certain%20death_egw","s":5,"n":"Dart of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":560},{"c":4,"u":"dart%20of%20warning_xdmg","s":3,"n":"Dart of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":561},{"c":4,"u":"%2b1%20double-bladed%20scimitar_dmg","s":0,"n":"+1 Double-Bladed Scimitar","h":1,"p":213,"zg":{"n":0,"s":0},"id":562},{"c":4,"u":"%2b1%20double-bladed%20scimitar_xdmg","s":3,"n":"+1 Double-Bladed Scimitar","h":1,"p":324,"zg":{"n":0,"s":3},"id":563},{"c":4,"u":"%2b2%20double-bladed%20scimitar_dmg","s":0,"n":"+2 Double-Bladed Scimitar","h":1,"p":213,"zg":{"n":1,"s":0},"id":564},{"c":4,"u":"%2b2%20double-bladed%20scimitar_xdmg","s":3,"n":"+2 Double-Bladed Scimitar","h":1,"p":324,"zg":{"n":1,"s":3},"id":565},{"c":4,"u":"%2b3%20double-bladed%20scimitar_dmg","s":0,"n":"+3 Double-Bladed Scimitar","h":1,"p":213,"zg":{"n":2,"s":0},"id":566},{"c":4,"u":"%2b3%20double-bladed%20scimitar_xdmg","s":3,"n":"+3 Double-Bladed Scimitar","h":1,"p":324,"zg":{"n":2,"s":3},"id":567},{"c":4,"u":"acheron%20blade%20double-bladed%20scimitar_egw","s":5,"n":"Acheron Blade Double-Bladed Scimitar","h":1,"p":265,"zg":{"n":117,"s":5},"id":568},{"c":4,"u":"adamantine%20double-bladed%20scimitar_xge","s":1,"n":"Adamantine Double-Bladed Scimitar","h":1,"p":78,"zg":{"n":3,"s":1},"id":569},{"c":4,"u":"ascendant%20dragon's%20wrath%20double-bladed%20scimitar_ftd","s":4,"n":"Ascendant Dragon's Wrath Double-Bladed Scimitar","h":1,"p":25,"zg":{"n":7,"s":4},"id":570},{"c":4,"u":"double-bladed%20scimitar%20of%20the%20medusa_llk","s":20,"n":"Double-Bladed Scimitar of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":571},{"c":4,"u":"bloodshed%20double-bladed%20scimitar_bgg","s":17,"n":"Bloodshed Double-Bladed Scimitar","h":1,"p":111,"zg":{"n":119,"s":17},"id":572},{"c":4,"u":"corpse%20slayer%20double-bladed%20scimitar_egw","s":5,"n":"Corpse Slayer Double-Bladed Scimitar","h":1,"p":266,"zg":{"n":8,"s":5},"id":573},{"c":4,"u":"crystal%20double-bladed%20scimitar_ftd","s":4,"n":"Crystal Double-Bladed Scimitar","h":1,"p":22,"zg":{"n":120,"s":4},"id":574},{"c":4,"u":"dancing%20double-bladed%20scimitar_dmg","s":0,"n":"Dancing Double-Bladed Scimitar","h":1,"p":161,"zg":{"n":121,"s":0},"id":575},{"c":4,"u":"dancing%20double-bladed%20scimitar_xdmg","s":3,"n":"Dancing Double-Bladed Scimitar","h":1,"p":248,"zg":{"n":121,"s":3},"id":576},{"c":4,"u":"defender%20double-bladed%20scimitar_dmg","s":0,"n":"Defender Double-Bladed Scimitar","h":1,"p":164,"zg":{"n":49,"s":0},"id":577},{"c":4,"u":"delerium-forged%20blade%20double-bladed%20scimitar_dodk","s":13,"n":"Delerium-Forged Blade Double-Bladed Scimitar","h":1,"p":230,"zg":{"n":122,"s":13},"id":578},{"c":4,"u":"dragon%20slayer%20double-bladed%20scimitar_dmg","s":0,"n":"Dragon Slayer Double-Bladed Scimitar","h":1,"p":166,"zg":{"n":9,"s":0},"id":579},{"c":4,"u":"dragon%20slayer%20double-bladed%20scimitar_xdmg","s":3,"n":"Dragon Slayer Double-Bladed Scimitar","h":1,"p":254,"zg":{"n":9,"s":3},"id":580},{"c":4,"u":"drow%20%2b1%20double-bladed%20scimitar_mm","s":6,"n":"Drow +1 Double-Bladed Scimitar","h":1,"p":126,"zg":{"n":10,"s":6},"id":581},{"c":4,"u":"drow%20%2b2%20double-bladed%20scimitar_mm","s":6,"n":"Drow +2 Double-Bladed Scimitar","h":1,"p":126,"zg":{"n":11,"s":6},"id":582},{"c":4,"u":"drow%20%2b3%20double-bladed%20scimitar_mm","s":6,"n":"Drow +3 Double-Bladed Scimitar","h":1,"p":126,"zg":{"n":12,"s":6},"id":583},{"c":4,"u":"enspelled%20(cantrip)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Cantrip) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":13,"s":3},"id":584},{"c":4,"u":"enspelled%20(level%201)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 1) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":14,"s":3},"id":585},{"c":4,"u":"enspelled%20(level%202)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 2) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":15,"s":3},"id":586},{"c":4,"u":"enspelled%20(level%203)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 3) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":16,"s":3},"id":587},{"c":4,"u":"enspelled%20(level%204)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 4) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":17,"s":3},"id":588},{"c":4,"u":"enspelled%20(level%205)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 5) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":18,"s":3},"id":589},{"c":4,"u":"enspelled%20(level%206)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 6) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":19,"s":3},"id":590},{"c":4,"u":"enspelled%20(level%207)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 7) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":20,"s":3},"id":591},{"c":4,"u":"enspelled%20(level%208)%20double-bladed%20scimitar_xdmg","s":3,"n":"Enspelled (Level 8) Double-Bladed Scimitar","h":1,"p":258,"zg":{"n":21,"s":3},"id":592},{"c":4,"u":"flame%20tongue%20double-bladed%20scimitar_dmg","s":0,"n":"Flame Tongue Double-Bladed Scimitar","h":1,"p":170,"zg":{"n":51,"s":0},"id":593},{"c":4,"u":"fool's%20double-bladed%20scimitar_bmt","s":12,"n":"Fool's Double-Bladed Scimitar","h":1,"p":36,"zg":{"n":123,"s":12},"id":594},{"c":4,"u":"frost%20brand%20double-bladed%20scimitar_dmg","s":0,"n":"Frost Brand Double-Bladed Scimitar","h":1,"p":171,"zg":{"n":124,"s":0},"id":595},{"c":4,"u":"gambler's%20blade%20double-bladed%20scimitar_llk","s":20,"n":"Gambler's Blade Double-Bladed Scimitar","h":1,"p":55,"zg":{"n":125,"s":20},"id":596},{"c":4,"u":"giant%20slayer%20double-bladed%20scimitar_dmg","s":0,"n":"Giant Slayer Double-Bladed Scimitar","h":1,"p":172,"zg":{"n":22,"s":0},"id":597},{"c":4,"u":"giant%20slayer%20double-bladed%20scimitar_xdmg","s":3,"n":"Giant Slayer Double-Bladed Scimitar","h":1,"p":264,"zg":{"n":22,"s":3},"id":598},{"c":4,"u":"hellfire%20double-bladed%20scimitar_bgdia","s":7,"n":"Hellfire Double-Bladed Scimitar","h":1,"p":223,"zg":{"n":23,"s":7},"id":599},{"c":4,"u":"holy%20avenger%20double-bladed%20scimitar_dmg","s":0,"n":"Holy Avenger Double-Bladed Scimitar","h":1,"p":174,"zg":{"n":24,"s":0},"id":600},{"c":4,"u":"holy%20avenger%20double-bladed%20scimitar_xdmg","s":3,"n":"Holy Avenger Double-Bladed Scimitar","h":1,"p":269,"zg":{"n":24,"s":3},"id":601},{"c":4,"u":"luck%20blade%20double-bladed%20scimitar_dmg","s":0,"n":"Luck Blade Double-Bladed Scimitar","h":1,"p":179,"zg":{"n":126,"s":0},"id":602},{"c":4,"u":"lycan%20double-bladed%20scimitar_ghloe","s":8,"n":"Lycan Double-Bladed Scimitar","h":1,"p":111,"zg":{"n":25,"s":8},"id":603},{"c":4,"u":"mind%20blade%20double-bladed%20scimitar_vgm","s":19,"n":"Mind Blade Double-Bladed Scimitar","h":1,"p":81,"zg":{"n":127,"s":19},"id":604},{"c":4,"u":"moon-touched%20double-bladed%20scimitar_xge","s":1,"n":"Moon-Touched Double-Bladed Scimitar","h":1,"p":138,"zg":{"n":128,"s":1},"id":605},{"c":4,"u":"moon-touched%20double-bladed%20scimitar_xdmg","s":3,"n":"Moon-Touched Double-Bladed Scimitar","h":1,"p":280,"zg":{"n":128,"s":3},"id":606},{"c":4,"u":"nine%20lives%20stealer%20double-bladed%20scimitar_dmg","s":0,"n":"Nine Lives Stealer Double-Bladed Scimitar","h":1,"p":183,"zg":{"n":26,"s":0},"id":607},{"c":4,"u":"nine%20lives%20stealer%20double-bladed%20scimitar_xdmg","s":3,"n":"Nine Lives Stealer Double-Bladed Scimitar","h":1,"p":281,"zg":{"n":26,"s":3},"id":608},{"c":4,"u":"polymorph%20blade%20double-bladed%20scimitar_llk","s":20,"n":"Polymorph Blade Double-Bladed Scimitar","h":1,"p":56,"zg":{"n":129,"s":20},"id":609},{"c":4,"u":"ruidium%20double-bladed%20scimitar_crcotn","s":10,"n":"Ruidium Double-Bladed Scimitar","h":1,"p":216,"zg":{"n":28,"s":10},"id":610},{"c":4,"u":"silvered%20double-bladed%20scimitar_phb","s":2,"n":"Silvered Double-Bladed Scimitar","h":1,"p":148,"zg":{"n":4,"s":2},"id":611},{"c":4,"u":"silvered%20double-bladed%20scimitar_xdmg","s":3,"n":"Silvered Double-Bladed Scimitar","h":1,"p":304,"zg":{"n":4,"s":3},"id":612},{"c":4,"u":"slumbering%20dragon's%20wrath%20double-bladed%20scimitar_ftd","s":4,"n":"Slumbering Dragon's Wrath Double-Bladed Scimitar","h":1,"p":25,"zg":{"n":29,"s":4},"id":613},{"c":4,"u":"stirring%20dragon's%20wrath%20double-bladed%20scimitar_ftd","s":4,"n":"Stirring Dragon's Wrath Double-Bladed Scimitar","h":1,"p":25,"zg":{"n":30,"s":4},"id":614},{"c":4,"u":"double-bladed%20scimitar%20of%20life%20stealing_dmg","s":0,"n":"Double-Bladed Scimitar of Life Stealing","h":1,"p":206,"zg":{"n":130,"s":0},"id":615},{"c":4,"u":"double-bladed%20scimitar%20of%20retribution_coa","s":15,"n":"Double-Bladed Scimitar of Retribution","h":1,"p":270,"zg":{"n":131,"s":15},"id":616},{"c":4,"u":"double-bladed%20scimitar%20of%20sharpness_dmg","s":0,"n":"Double-Bladed Scimitar of Sharpness","h":1,"p":206,"zg":{"n":132,"s":0},"id":617},{"c":4,"u":"double-bladed%20scimitar%20of%20the%20planes_bmt","s":12,"n":"Double-Bladed Scimitar of the Planes","h":1,"p":68,"zg":{"n":133,"s":12},"id":618},{"c":4,"u":"double-bladed%20scimitar%20of%20vengeance_dmg","s":0,"n":"Double-Bladed Scimitar of Vengeance","h":1,"p":206,"zg":{"n":134,"s":0},"id":619},{"c":4,"u":"double-bladed%20scimitar%20of%20wounding_dmg","s":0,"n":"Double-Bladed Scimitar of Wounding","h":1,"p":207,"zg":{"n":135,"s":0},"id":620},{"c":4,"u":"vicious%20%2b1%20double-bladed%20scimitar_ai","s":11,"n":"Vicious +1 Double-Bladed Scimitar","h":1,"p":149,"zg":{"n":31,"s":11},"id":621},{"c":4,"u":"vicious%20double-bladed%20scimitar_dmg","s":0,"n":"Vicious Double-Bladed Scimitar","h":1,"p":209,"zg":{"n":5,"s":0},"id":622},{"c":4,"u":"vicious%20double-bladed%20scimitar_xdmg","s":3,"n":"Vicious Double-Bladed Scimitar","h":1,"p":318,"zg":{"n":5,"s":3},"id":623},{"c":4,"u":"vorpal%20double-bladed%20scimitar_dmg","s":0,"n":"Vorpal Double-Bladed Scimitar","h":1,"p":209,"zg":{"n":136,"s":0},"id":624},{"c":4,"u":"wakened%20dragon's%20wrath%20double-bladed%20scimitar_ftd","s":4,"n":"Wakened Dragon's Wrath Double-Bladed Scimitar","h":1,"p":25,"zg":{"n":32,"s":4},"id":625},{"c":4,"u":"double-bladed%20scimitar%20of%20agonizing%20paralysis_coa","s":15,"n":"Double-Bladed Scimitar of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":626},{"c":4,"u":"double-bladed%20scimitar%20of%20certain%20death_egw","s":5,"n":"Double-Bladed Scimitar of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":627},{"c":4,"u":"double-bladed%20scimitar%20of%20throne's%20command_bmt","s":12,"n":"Double-Bladed Scimitar of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":628},{"c":4,"u":"double-bladed%20scimitar%20of%20warning_dmg","s":0,"n":"Double-Bladed Scimitar of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":629},{"c":4,"u":"double-bladed%20scimitar%20of%20warning_xdmg","s":3,"n":"Double-Bladed Scimitar of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":630},{"c":4,"u":"%2b1%20energy%20cell_dmg","s":0,"n":"+1 Energy Cell","h":1,"p":150,"zg":{"n":35,"s":0},"id":631},{"c":4,"u":"%2b2%20energy%20cell_dmg","s":0,"n":"+2 Energy Cell","h":1,"p":150,"zg":{"n":36,"s":0},"id":632},{"c":4,"u":"%2b3%20energy%20cell_dmg","s":0,"n":"+3 Energy Cell","h":1,"p":150,"zg":{"n":37,"s":0},"id":633},{"c":4,"u":"walloping%20energy%20cell_xge","s":1,"n":"Walloping Energy Cell","h":1,"p":139,"zg":{"n":39,"s":1},"id":634},{"c":4,"u":"%2b1%20energy%20cell_xdmg","s":3,"n":"+1 Energy Cell","h":1,"p":228,"zg":{"n":35,"s":3},"id":635},{"c":4,"u":"%2b2%20energy%20cell_xdmg","s":3,"n":"+2 Energy Cell","h":1,"p":228,"zg":{"n":36,"s":3},"id":636},{"c":4,"u":"%2b3%20energy%20cell_xdmg","s":3,"n":"+3 Energy Cell","h":1,"p":228,"zg":{"n":37,"s":3},"id":637},{"c":4,"u":"adamantine%20energy%20cell_xdmg","s":3,"n":"Adamantine Energy Cell","h":1,"p":227,"zg":{"n":3,"s":3},"id":638},{"c":4,"u":"energy%20cell%20of%20slaying_xdmg","s":3,"n":"Energy Cell of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":639},{"c":4,"u":"bloodseeker%20energy%20cell_bmt","s":12,"n":"Bloodseeker Energy Cell","h":1,"p":66,"zg":{"n":42,"s":12},"id":640},{"c":4,"u":"walloping%20energy%20cell_xdmg","s":3,"n":"Walloping Energy Cell","h":1,"p":318,"zg":{"n":39,"s":3},"id":641},{"c":4,"u":"%2b1%20firearm%20bullet_xdmg","s":3,"n":"+1 Firearm Bullet","h":1,"p":228,"zg":{"n":35,"s":3},"id":642},{"c":4,"u":"%2b2%20firearm%20bullet_xdmg","s":3,"n":"+2 Firearm Bullet","h":1,"p":228,"zg":{"n":36,"s":3},"id":643},{"c":4,"u":"%2b3%20firearm%20bullet_xdmg","s":3,"n":"+3 Firearm Bullet","h":1,"p":228,"zg":{"n":37,"s":3},"id":644},{"c":4,"u":"adamantine%20firearm%20bullet_xge","s":1,"n":"Adamantine Firearm Bullet","h":1,"p":78,"zg":{"n":40,"s":1},"id":645},{"c":4,"u":"adamantine%20firearm%20bullet_xdmg","s":3,"n":"Adamantine Firearm Bullet","h":1,"p":227,"zg":{"n":3,"s":3},"id":646},{"c":4,"u":"firearm%20bullet%20of%20slaying_xdmg","s":3,"n":"Firearm Bullet of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":647},{"c":4,"u":"bloodseeker%20firearm%20bullet_bmt","s":12,"n":"Bloodseeker Firearm Bullet","h":1,"p":66,"zg":{"n":42,"s":12},"id":648},{"c":4,"u":"dried%20leech%20firearm%20bullet_bmt","s":12,"n":"Dried Leech Firearm Bullet","h":1,"p":67,"zg":{"n":43,"s":12},"id":649},{"c":4,"u":"silvered%20firearm%20bullet_phb","s":2,"n":"Silvered Firearm Bullet","h":1,"p":148,"zg":{"n":45,"s":2},"id":650},{"c":4,"u":"walloping%20firearm%20bullet_xdmg","s":3,"n":"Walloping Firearm Bullet","h":1,"p":318,"zg":{"n":39,"s":3},"id":651},{"c":4,"u":"winged%20firearm%20bullet_bmt","s":12,"n":"Winged Firearm Bullet","h":1,"p":69,"zg":{"n":46,"s":12},"id":652},{"c":4,"u":"%2b1%20flail_dmg","s":0,"n":"+1 Flail","h":1,"p":213,"zg":{"n":0,"s":0},"id":653},{"c":4,"u":"%2b2%20flail_dmg","s":0,"n":"+2 Flail","h":1,"p":213,"zg":{"n":1,"s":0},"id":654},{"c":4,"u":"%2b3%20flail_dmg","s":0,"n":"+3 Flail","h":1,"p":213,"zg":{"n":2,"s":0},"id":655},{"c":4,"u":"adamantine%20flail_xge","s":1,"n":"Adamantine Flail","h":1,"p":78,"zg":{"n":3,"s":1},"id":656},{"c":4,"u":"silvered%20flail_phb","s":2,"n":"Silvered Flail","h":1,"p":148,"zg":{"n":4,"s":2},"id":657},{"c":4,"u":"vicious%20flail_dmg","s":0,"n":"Vicious Flail","h":1,"p":209,"zg":{"n":5,"s":0},"id":658},{"c":4,"u":"flail%20of%20warning_dmg","s":0,"n":"Flail of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":659},{"c":4,"u":"%2b1%20flail_xdmg","s":3,"n":"+1 Flail","h":1,"p":324,"zg":{"n":0,"s":3},"id":660},{"c":4,"u":"%2b2%20flail_xdmg","s":3,"n":"+2 Flail","h":1,"p":324,"zg":{"n":1,"s":3},"id":661},{"c":4,"u":"%2b3%20flail_xdmg","s":3,"n":"+3 Flail","h":1,"p":324,"zg":{"n":2,"s":3},"id":662},{"c":4,"u":"adamantine%20flail_xdmg","s":3,"n":"Adamantine Flail","h":1,"p":227,"zg":{"n":3,"s":3},"id":663},{"c":4,"u":"flail%20armblade_erlw","s":14,"n":"Flail Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":664},{"c":4,"u":"ascendant%20dragon's%20wrath%20flail_ftd","s":4,"n":"Ascendant Dragon's Wrath Flail","h":1,"p":25,"zg":{"n":7,"s":4},"id":665},{"c":4,"u":"comet%20smasher%20flail_dodk","s":13,"n":"Comet Smasher Flail","h":1,"p":230,"zg":{"n":106,"s":13},"id":666},{"c":4,"u":"corpse%20slayer%20flail_egw","s":5,"n":"Corpse Slayer Flail","h":1,"p":266,"zg":{"n":8,"s":5},"id":667},{"c":4,"u":"defender%20flail_xdmg","s":3,"n":"Defender Flail","h":1,"p":252,"zg":{"n":49,"s":3},"id":668},{"c":4,"u":"dragon%20slayer%20flail_xdmg","s":3,"n":"Dragon Slayer Flail","h":1,"p":254,"zg":{"n":9,"s":3},"id":669},{"c":4,"u":"drow%20%2b1%20flail_mm","s":6,"n":"Drow +1 Flail","h":1,"p":126,"zg":{"n":10,"s":6},"id":670},{"c":4,"u":"drow%20%2b2%20flail_mm","s":6,"n":"Drow +2 Flail","h":1,"p":126,"zg":{"n":11,"s":6},"id":671},{"c":4,"u":"drow%20%2b3%20flail_mm","s":6,"n":"Drow +3 Flail","h":1,"p":126,"zg":{"n":12,"s":6},"id":672},{"c":4,"u":"enspelled%20(cantrip)%20flail_xdmg","s":3,"n":"Enspelled (Cantrip) Flail","h":1,"p":258,"zg":{"n":13,"s":3},"id":673},{"c":4,"u":"enspelled%20(level%201)%20flail_xdmg","s":3,"n":"Enspelled (Level 1) Flail","h":1,"p":258,"zg":{"n":14,"s":3},"id":674},{"c":4,"u":"enspelled%20(level%202)%20flail_xdmg","s":3,"n":"Enspelled (Level 2) Flail","h":1,"p":258,"zg":{"n":15,"s":3},"id":675},{"c":4,"u":"enspelled%20(level%203)%20flail_xdmg","s":3,"n":"Enspelled (Level 3) Flail","h":1,"p":258,"zg":{"n":16,"s":3},"id":676},{"c":4,"u":"enspelled%20(level%204)%20flail_xdmg","s":3,"n":"Enspelled (Level 4) Flail","h":1,"p":258,"zg":{"n":17,"s":3},"id":677},{"c":4,"u":"enspelled%20(level%205)%20flail_xdmg","s":3,"n":"Enspelled (Level 5) Flail","h":1,"p":258,"zg":{"n":18,"s":3},"id":678},{"c":4,"u":"enspelled%20(level%206)%20flail_xdmg","s":3,"n":"Enspelled (Level 6) Flail","h":1,"p":258,"zg":{"n":19,"s":3},"id":679},{"c":4,"u":"enspelled%20(level%207)%20flail_xdmg","s":3,"n":"Enspelled (Level 7) Flail","h":1,"p":258,"zg":{"n":20,"s":3},"id":680},{"c":4,"u":"enspelled%20(level%208)%20flail_xdmg","s":3,"n":"Enspelled (Level 8) Flail","h":1,"p":258,"zg":{"n":21,"s":3},"id":681},{"c":4,"u":"flame%20tongue%20flail_xdmg","s":3,"n":"Flame Tongue Flail","h":1,"p":263,"zg":{"n":51,"s":3},"id":682},{"c":4,"u":"forcebreaker%20flail_bmt","s":12,"n":"Forcebreaker Flail","h":1,"p":67,"zg":{"n":107,"s":12},"id":683},{"c":4,"u":"giant%20slayer%20flail_xdmg","s":3,"n":"Giant Slayer Flail","h":1,"p":264,"zg":{"n":22,"s":3},"id":684},{"c":4,"u":"hellfire%20flail_bgdia","s":7,"n":"Hellfire Flail","h":1,"p":223,"zg":{"n":23,"s":7},"id":685},{"c":4,"u":"holy%20avenger%20flail_xdmg","s":3,"n":"Holy Avenger Flail","h":1,"p":269,"zg":{"n":24,"s":3},"id":686},{"c":4,"u":"lycan%20flail_ghloe","s":8,"n":"Lycan Flail","h":1,"p":111,"zg":{"n":25,"s":8},"id":687},{"c":4,"u":"nine%20lives%20stealer%20flail_xdmg","s":3,"n":"Nine Lives Stealer Flail","h":1,"p":281,"zg":{"n":26,"s":3},"id":688},{"c":4,"u":"ruidium%20flail_crcotn","s":10,"n":"Ruidium Flail","h":1,"p":216,"zg":{"n":28,"s":10},"id":689},{"c":4,"u":"silvered%20flail_xdmg","s":3,"n":"Silvered Flail","h":1,"p":304,"zg":{"n":4,"s":3},"id":690},{"c":4,"u":"slumbering%20dragon's%20wrath%20flail_ftd","s":4,"n":"Slumbering Dragon's Wrath Flail","h":1,"p":25,"zg":{"n":29,"s":4},"id":691},{"c":4,"u":"stirring%20dragon's%20wrath%20flail_ftd","s":4,"n":"Stirring Dragon's Wrath Flail","h":1,"p":25,"zg":{"n":30,"s":4},"id":692},{"c":4,"u":"vicious%20%2b1%20flail_ai","s":11,"n":"Vicious +1 Flail","h":1,"p":149,"zg":{"n":31,"s":11},"id":693},{"c":4,"u":"vicious%20flail_xdmg","s":3,"n":"Vicious Flail","h":1,"p":318,"zg":{"n":5,"s":3},"id":694},{"c":4,"u":"wakened%20dragon's%20wrath%20flail_ftd","s":4,"n":"Wakened Dragon's Wrath Flail","h":1,"p":25,"zg":{"n":32,"s":4},"id":695},{"c":4,"u":"flail%20of%20agonizing%20paralysis_coa","s":15,"n":"Flail of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":696},{"c":4,"u":"flail%20of%20certain%20death_egw","s":5,"n":"Flail of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":697},{"c":4,"u":"flail%20of%20throne's%20command_bmt","s":12,"n":"Flail of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":698},{"c":4,"u":"flail%20of%20warning_xdmg","s":3,"n":"Flail of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":699},{"c":4,"u":"%2b1%20glaive_dmg","s":0,"n":"+1 Glaive","h":1,"p":213,"zg":{"n":0,"s":0},"id":700},{"c":4,"u":"%2b2%20glaive_dmg","s":0,"n":"+2 Glaive","h":1,"p":213,"zg":{"n":1,"s":0},"id":701},{"c":4,"u":"%2b3%20glaive_dmg","s":0,"n":"+3 Glaive","h":1,"p":213,"zg":{"n":2,"s":0},"id":702},{"c":4,"u":"adamantine%20glaive_xge","s":1,"n":"Adamantine Glaive","h":1,"p":78,"zg":{"n":3,"s":1},"id":703},{"c":4,"u":"silvered%20glaive_phb","s":2,"n":"Silvered Glaive","h":1,"p":148,"zg":{"n":4,"s":2},"id":704},{"c":4,"u":"vicious%20glaive_dmg","s":0,"n":"Vicious Glaive","h":1,"p":209,"zg":{"n":5,"s":0},"id":705},{"c":4,"u":"glaive%20of%20warning_dmg","s":0,"n":"Glaive of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":706},{"c":4,"u":"%2b1%20glaive_xdmg","s":3,"n":"+1 Glaive","h":1,"p":324,"zg":{"n":0,"s":3},"id":707},{"c":4,"u":"%2b2%20glaive_xdmg","s":3,"n":"+2 Glaive","h":1,"p":324,"zg":{"n":1,"s":3},"id":708},{"c":4,"u":"%2b3%20glaive_xdmg","s":3,"n":"+3 Glaive","h":1,"p":324,"zg":{"n":2,"s":3},"id":709},{"c":4,"u":"adamantine%20glaive_xdmg","s":3,"n":"Adamantine Glaive","h":1,"p":227,"zg":{"n":3,"s":3},"id":710},{"c":4,"u":"ascendant%20dragon's%20wrath%20glaive_ftd","s":4,"n":"Ascendant Dragon's Wrath Glaive","h":1,"p":25,"zg":{"n":7,"s":4},"id":711},{"c":4,"u":"corpse%20slayer%20glaive_egw","s":5,"n":"Corpse Slayer Glaive","h":1,"p":266,"zg":{"n":8,"s":5},"id":712},{"c":4,"u":"defender%20glaive_xdmg","s":3,"n":"Defender Glaive","h":1,"p":252,"zg":{"n":49,"s":3},"id":713},{"c":4,"u":"demonbone%20glaive_coa","s":15,"n":"Demonbone Glaive","h":1,"p":268,"zg":{"n":137,"s":15},"id":714},{"c":4,"u":"dragon%20slayer%20glaive_xdmg","s":3,"n":"Dragon Slayer Glaive","h":1,"p":254,"zg":{"n":9,"s":3},"id":715},{"c":4,"u":"drow%20%2b1%20glaive_mm","s":6,"n":"Drow +1 Glaive","h":1,"p":126,"zg":{"n":10,"s":6},"id":716},{"c":4,"u":"drow%20%2b2%20glaive_mm","s":6,"n":"Drow +2 Glaive","h":1,"p":126,"zg":{"n":11,"s":6},"id":717},{"c":4,"u":"drow%20%2b3%20glaive_mm","s":6,"n":"Drow +3 Glaive","h":1,"p":126,"zg":{"n":12,"s":6},"id":718},{"c":4,"u":"enspelled%20(cantrip)%20glaive_xdmg","s":3,"n":"Enspelled (Cantrip) Glaive","h":1,"p":258,"zg":{"n":13,"s":3},"id":719},{"c":4,"u":"enspelled%20(level%201)%20glaive_xdmg","s":3,"n":"Enspelled (Level 1) Glaive","h":1,"p":258,"zg":{"n":14,"s":3},"id":720},{"c":4,"u":"enspelled%20(level%202)%20glaive_xdmg","s":3,"n":"Enspelled (Level 2) Glaive","h":1,"p":258,"zg":{"n":15,"s":3},"id":721},{"c":4,"u":"enspelled%20(level%203)%20glaive_xdmg","s":3,"n":"Enspelled (Level 3) Glaive","h":1,"p":258,"zg":{"n":16,"s":3},"id":722},{"c":4,"u":"enspelled%20(level%204)%20glaive_xdmg","s":3,"n":"Enspelled (Level 4) Glaive","h":1,"p":258,"zg":{"n":17,"s":3},"id":723},{"c":4,"u":"enspelled%20(level%205)%20glaive_xdmg","s":3,"n":"Enspelled (Level 5) Glaive","h":1,"p":258,"zg":{"n":18,"s":3},"id":724},{"c":4,"u":"enspelled%20(level%206)%20glaive_xdmg","s":3,"n":"Enspelled (Level 6) Glaive","h":1,"p":258,"zg":{"n":19,"s":3},"id":725},{"c":4,"u":"enspelled%20(level%207)%20glaive_xdmg","s":3,"n":"Enspelled (Level 7) Glaive","h":1,"p":258,"zg":{"n":20,"s":3},"id":726},{"c":4,"u":"enspelled%20(level%208)%20glaive_xdmg","s":3,"n":"Enspelled (Level 8) Glaive","h":1,"p":258,"zg":{"n":21,"s":3},"id":727},{"c":4,"u":"flame%20tongue%20glaive_xdmg","s":3,"n":"Flame Tongue Glaive","h":1,"p":263,"zg":{"n":51,"s":3},"id":728},{"c":4,"u":"frost%20brand%20glaive_xdmg","s":3,"n":"Frost Brand Glaive","h":1,"p":263,"zg":{"n":124,"s":3},"id":729},{"c":4,"u":"giant%20slayer%20glaive_xdmg","s":3,"n":"Giant Slayer Glaive","h":1,"p":264,"zg":{"n":22,"s":3},"id":730},{"c":4,"u":"hellfire%20glaive_bgdia","s":7,"n":"Hellfire Glaive","h":1,"p":223,"zg":{"n":23,"s":7},"id":731},{"c":4,"u":"holy%20avenger%20glaive_xdmg","s":3,"n":"Holy Avenger Glaive","h":1,"p":269,"zg":{"n":24,"s":3},"id":732},{"c":4,"u":"luck%20glaive_xdmg","s":3,"n":"Luck Glaive","h":1,"p":275,"zg":{"n":126,"s":3},"id":733},{"c":4,"u":"lycan%20glaive_ghloe","s":8,"n":"Lycan Glaive","h":1,"p":111,"zg":{"n":25,"s":8},"id":734},{"c":4,"u":"nine%20lives%20stealer%20glaive_xdmg","s":3,"n":"Nine Lives Stealer Glaive","h":1,"p":281,"zg":{"n":26,"s":3},"id":735},{"c":4,"u":"ruidium%20glaive_crcotn","s":10,"n":"Ruidium Glaive","h":1,"p":216,"zg":{"n":28,"s":10},"id":736},{"c":4,"u":"silvered%20glaive_xdmg","s":3,"n":"Silvered Glaive","h":1,"p":304,"zg":{"n":4,"s":3},"id":737},{"c":4,"u":"slumbering%20dragon's%20wrath%20glaive_ftd","s":4,"n":"Slumbering Dragon's Wrath Glaive","h":1,"p":25,"zg":{"n":29,"s":4},"id":738},{"c":4,"u":"stirring%20dragon's%20wrath%20glaive_ftd","s":4,"n":"Stirring Dragon's Wrath Glaive","h":1,"p":25,"zg":{"n":30,"s":4},"id":739},{"c":4,"u":"glaive%20of%20life%20stealing_xdmg","s":3,"n":"Glaive of Life Stealing","h":1,"p":314,"zg":{"n":130,"s":3},"id":740},{"c":4,"u":"glaive%20of%20sharpness_xdmg","s":3,"n":"Glaive of Sharpness","h":1,"p":314,"zg":{"n":132,"s":3},"id":741},{"c":4,"u":"glaive%20of%20vengeance_xdmg","s":3,"n":"Glaive of Vengeance","h":1,"p":206,"zg":{"n":134,"s":3},"id":742},{"c":4,"u":"glaive%20of%20wounding_xdmg","s":3,"n":"Glaive of Wounding","h":1,"p":314,"zg":{"n":135,"s":3},"id":743},{"c":4,"u":"vicious%20%2b1%20glaive_ai","s":11,"n":"Vicious +1 Glaive","h":1,"p":149,"zg":{"n":31,"s":11},"id":744},{"c":4,"u":"vicious%20glaive_xdmg","s":3,"n":"Vicious Glaive","h":1,"p":318,"zg":{"n":5,"s":3},"id":745},{"c":4,"u":"vorpal%20glaive_xdmg","s":3,"n":"Vorpal Glaive","h":1,"p":318,"zg":{"n":136,"s":3},"id":746},{"c":4,"u":"wakened%20dragon's%20wrath%20glaive_ftd","s":4,"n":"Wakened Dragon's Wrath Glaive","h":1,"p":25,"zg":{"n":32,"s":4},"id":747},{"c":4,"u":"glaive%20of%20agonizing%20paralysis_coa","s":15,"n":"Glaive of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":748},{"c":4,"u":"glaive%20of%20certain%20death_egw","s":5,"n":"Glaive of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":749},{"c":4,"u":"glaive%20of%20throne's%20command_bmt","s":12,"n":"Glaive of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":750},{"c":4,"u":"glaive%20of%20warning_xdmg","s":3,"n":"Glaive of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":751},{"c":4,"u":"%2b1%20greataxe_dmg","s":0,"n":"+1 Greataxe","h":1,"p":213,"zg":{"n":0,"s":0},"id":752},{"c":4,"u":"%2b2%20greataxe_dmg","s":0,"n":"+2 Greataxe","h":1,"p":213,"zg":{"n":1,"s":0},"id":753},{"c":4,"u":"%2b3%20greataxe_dmg","s":0,"n":"+3 Greataxe","h":1,"p":213,"zg":{"n":2,"s":0},"id":754},{"c":4,"u":"adamantine%20greataxe_xge","s":1,"n":"Adamantine Greataxe","h":1,"p":78,"zg":{"n":3,"s":1},"id":755},{"c":4,"u":"berserker%20greataxe_dmg","s":0,"n":"Berserker Greataxe","h":1,"p":155,"zg":{"n":47,"s":0},"id":756},{"c":4,"u":"giant%20slayer%20greataxe_dmg","s":0,"n":"Giant Slayer Greataxe","h":1,"p":172,"zg":{"n":22,"s":0},"id":757},{"c":4,"u":"silvered%20greataxe_phb","s":2,"n":"Silvered Greataxe","h":1,"p":148,"zg":{"n":4,"s":2},"id":758},{"c":4,"u":"vicious%20greataxe_dmg","s":0,"n":"Vicious Greataxe","h":1,"p":209,"zg":{"n":5,"s":0},"id":759},{"c":4,"u":"greataxe%20of%20warning_dmg","s":0,"n":"Greataxe of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":760},{"c":4,"u":"%2b1%20greataxe_xdmg","s":3,"n":"+1 Greataxe","h":1,"p":324,"zg":{"n":0,"s":3},"id":761},{"c":4,"u":"%2b2%20greataxe_xdmg","s":3,"n":"+2 Greataxe","h":1,"p":324,"zg":{"n":1,"s":3},"id":762},{"c":4,"u":"%2b3%20greataxe_xdmg","s":3,"n":"+3 Greataxe","h":1,"p":324,"zg":{"n":2,"s":3},"id":763},{"c":4,"u":"adamantine%20greataxe_xdmg","s":3,"n":"Adamantine Greataxe","h":1,"p":227,"zg":{"n":3,"s":3},"id":764},{"c":4,"u":"ascendant%20dragon's%20wrath%20greataxe_ftd","s":4,"n":"Ascendant Dragon's Wrath Greataxe","h":1,"p":25,"zg":{"n":7,"s":4},"id":765},{"c":4,"u":"berserker%20greataxe_xdmg","s":3,"n":"Berserker Greataxe","h":1,"p":236,"zg":{"n":47,"s":3},"id":766},{"c":4,"u":"corpse%20slayer%20greataxe_egw","s":5,"n":"Corpse Slayer Greataxe","h":1,"p":266,"zg":{"n":8,"s":5},"id":767},{"c":4,"u":"defender%20greataxe_xdmg","s":3,"n":"Defender Greataxe","h":1,"p":252,"zg":{"n":49,"s":3},"id":768},{"c":4,"u":"dragon%20slayer%20greataxe_xdmg","s":3,"n":"Dragon Slayer Greataxe","h":1,"p":254,"zg":{"n":9,"s":3},"id":769},{"c":4,"u":"drow%20%2b1%20greataxe_mm","s":6,"n":"Drow +1 Greataxe","h":1,"p":126,"zg":{"n":10,"s":6},"id":770},{"c":4,"u":"drow%20%2b2%20greataxe_mm","s":6,"n":"Drow +2 Greataxe","h":1,"p":126,"zg":{"n":11,"s":6},"id":771},{"c":4,"u":"drow%20%2b3%20greataxe_mm","s":6,"n":"Drow +3 Greataxe","h":1,"p":126,"zg":{"n":12,"s":6},"id":772},{"c":4,"u":"enspelled%20(cantrip)%20greataxe_xdmg","s":3,"n":"Enspelled (Cantrip) Greataxe","h":1,"p":258,"zg":{"n":13,"s":3},"id":773},{"c":4,"u":"enspelled%20(level%201)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 1) Greataxe","h":1,"p":258,"zg":{"n":14,"s":3},"id":774},{"c":4,"u":"enspelled%20(level%202)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 2) Greataxe","h":1,"p":258,"zg":{"n":15,"s":3},"id":775},{"c":4,"u":"enspelled%20(level%203)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 3) Greataxe","h":1,"p":258,"zg":{"n":16,"s":3},"id":776},{"c":4,"u":"enspelled%20(level%204)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 4) Greataxe","h":1,"p":258,"zg":{"n":17,"s":3},"id":777},{"c":4,"u":"enspelled%20(level%205)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 5) Greataxe","h":1,"p":258,"zg":{"n":18,"s":3},"id":778},{"c":4,"u":"enspelled%20(level%206)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 6) Greataxe","h":1,"p":258,"zg":{"n":19,"s":3},"id":779},{"c":4,"u":"enspelled%20(level%207)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 7) Greataxe","h":1,"p":258,"zg":{"n":20,"s":3},"id":780},{"c":4,"u":"enspelled%20(level%208)%20greataxe_xdmg","s":3,"n":"Enspelled (Level 8) Greataxe","h":1,"p":258,"zg":{"n":21,"s":3},"id":781},{"c":4,"u":"executioner's%20greataxe_xdmg","s":3,"n":"Executioner's Greataxe","h":1,"p":259,"zg":{"n":50,"s":3},"id":782},{"c":4,"u":"flame%20tongue%20greataxe_xdmg","s":3,"n":"Flame Tongue Greataxe","h":1,"p":263,"zg":{"n":51,"s":3},"id":783},{"c":4,"u":"giant%20slayer%20greataxe_xdmg","s":3,"n":"Giant Slayer Greataxe","h":1,"p":264,"zg":{"n":22,"s":3},"id":784},{"c":4,"u":"hellfire%20greataxe_bgdia","s":7,"n":"Hellfire Greataxe","h":1,"p":223,"zg":{"n":23,"s":7},"id":785},{"c":4,"u":"holy%20avenger%20greataxe_xdmg","s":3,"n":"Holy Avenger Greataxe","h":1,"p":269,"zg":{"n":24,"s":3},"id":786},{"c":4,"u":"lycan%20greataxe_ghloe","s":8,"n":"Lycan Greataxe","h":1,"p":111,"zg":{"n":25,"s":8},"id":787},{"c":4,"u":"nine%20lives%20stealer%20greataxe_xdmg","s":3,"n":"Nine Lives Stealer Greataxe","h":1,"p":281,"zg":{"n":26,"s":3},"id":788},{"c":4,"u":"ruidium%20greataxe_crcotn","s":10,"n":"Ruidium Greataxe","h":1,"p":216,"zg":{"n":28,"s":10},"id":789},{"c":4,"u":"silvered%20greataxe_xdmg","s":3,"n":"Silvered Greataxe","h":1,"p":304,"zg":{"n":4,"s":3},"id":790},{"c":4,"u":"slumbering%20dragon's%20wrath%20greataxe_ftd","s":4,"n":"Slumbering Dragon's Wrath Greataxe","h":1,"p":25,"zg":{"n":29,"s":4},"id":791},{"c":4,"u":"stirring%20dragon's%20wrath%20greataxe_ftd","s":4,"n":"Stirring Dragon's Wrath Greataxe","h":1,"p":25,"zg":{"n":30,"s":4},"id":792},{"c":4,"u":"vicious%20%2b1%20greataxe_ai","s":11,"n":"Vicious +1 Greataxe","h":1,"p":149,"zg":{"n":31,"s":11},"id":793},{"c":4,"u":"vicious%20greataxe_xdmg","s":3,"n":"Vicious Greataxe","h":1,"p":318,"zg":{"n":5,"s":3},"id":794},{"c":4,"u":"wakened%20dragon's%20wrath%20greataxe_ftd","s":4,"n":"Wakened Dragon's Wrath Greataxe","h":1,"p":25,"zg":{"n":32,"s":4},"id":795},{"c":4,"u":"greataxe%20of%20agonizing%20paralysis_coa","s":15,"n":"Greataxe of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":796},{"c":4,"u":"greataxe%20of%20certain%20death_egw","s":5,"n":"Greataxe of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":797},{"c":4,"u":"greataxe%20of%20throne's%20command_bmt","s":12,"n":"Greataxe of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":798},{"c":4,"u":"greataxe%20of%20warning_xdmg","s":3,"n":"Greataxe of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":799},{"c":4,"u":"%2b1%20greatclub_dmg","s":0,"n":"+1 Greatclub","h":1,"p":213,"zg":{"n":0,"s":0},"id":800},{"c":4,"u":"%2b2%20greatclub_dmg","s":0,"n":"+2 Greatclub","h":1,"p":213,"zg":{"n":1,"s":0},"id":801},{"c":4,"u":"%2b3%20greatclub_dmg","s":0,"n":"+3 Greatclub","h":1,"p":213,"zg":{"n":2,"s":0},"id":802},{"c":4,"u":"adamantine%20greatclub_xge","s":1,"n":"Adamantine Greatclub","h":1,"p":78,"zg":{"n":3,"s":1},"id":803},{"c":4,"u":"silvered%20greatclub_phb","s":2,"n":"Silvered Greatclub","h":1,"p":148,"zg":{"n":4,"s":2},"id":804},{"c":4,"u":"vicious%20greatclub_dmg","s":0,"n":"Vicious Greatclub","h":1,"p":209,"zg":{"n":5,"s":0},"id":805},{"c":4,"u":"greatclub%20of%20warning_dmg","s":0,"n":"Greatclub of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":806},{"c":4,"u":"%2b1%20greatclub_xdmg","s":3,"n":"+1 Greatclub","h":1,"p":324,"zg":{"n":0,"s":3},"id":807},{"c":4,"u":"%2b2%20greatclub_xdmg","s":3,"n":"+2 Greatclub","h":1,"p":324,"zg":{"n":1,"s":3},"id":808},{"c":4,"u":"%2b3%20greatclub_xdmg","s":3,"n":"+3 Greatclub","h":1,"p":324,"zg":{"n":2,"s":3},"id":809},{"c":4,"u":"adamantine%20greatclub_xdmg","s":3,"n":"Adamantine Greatclub","h":1,"p":227,"zg":{"n":3,"s":3},"id":810},{"c":4,"u":"ascendant%20dragon's%20wrath%20greatclub_ftd","s":4,"n":"Ascendant Dragon's Wrath Greatclub","h":1,"p":25,"zg":{"n":7,"s":4},"id":811},{"c":4,"u":"comet%20smasher%20greatclub_dodk","s":13,"n":"Comet Smasher Greatclub","h":1,"p":230,"zg":{"n":106,"s":13},"id":812},{"c":4,"u":"corpse%20slayer%20greatclub_egw","s":5,"n":"Corpse Slayer Greatclub","h":1,"p":266,"zg":{"n":8,"s":5},"id":813},{"c":4,"u":"defender%20greatclub_xdmg","s":3,"n":"Defender Greatclub","h":1,"p":252,"zg":{"n":49,"s":3},"id":814},{"c":4,"u":"dragon%20slayer%20greatclub_xdmg","s":3,"n":"Dragon Slayer Greatclub","h":1,"p":254,"zg":{"n":9,"s":3},"id":815},{"c":4,"u":"drow%20%2b1%20greatclub_mm","s":6,"n":"Drow +1 Greatclub","h":1,"p":126,"zg":{"n":10,"s":6},"id":816},{"c":4,"u":"drow%20%2b2%20greatclub_mm","s":6,"n":"Drow +2 Greatclub","h":1,"p":126,"zg":{"n":11,"s":6},"id":817},{"c":4,"u":"drow%20%2b3%20greatclub_mm","s":6,"n":"Drow +3 Greatclub","h":1,"p":126,"zg":{"n":12,"s":6},"id":818},{"c":4,"u":"enspelled%20(cantrip)%20greatclub_xdmg","s":3,"n":"Enspelled (Cantrip) Greatclub","h":1,"p":258,"zg":{"n":13,"s":3},"id":819},{"c":4,"u":"enspelled%20(level%201)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 1) Greatclub","h":1,"p":258,"zg":{"n":14,"s":3},"id":820},{"c":4,"u":"enspelled%20(level%202)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 2) Greatclub","h":1,"p":258,"zg":{"n":15,"s":3},"id":821},{"c":4,"u":"enspelled%20(level%203)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 3) Greatclub","h":1,"p":258,"zg":{"n":16,"s":3},"id":822},{"c":4,"u":"enspelled%20(level%204)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 4) Greatclub","h":1,"p":258,"zg":{"n":17,"s":3},"id":823},{"c":4,"u":"enspelled%20(level%205)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 5) Greatclub","h":1,"p":258,"zg":{"n":18,"s":3},"id":824},{"c":4,"u":"enspelled%20(level%206)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 6) Greatclub","h":1,"p":258,"zg":{"n":19,"s":3},"id":825},{"c":4,"u":"enspelled%20(level%207)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 7) Greatclub","h":1,"p":258,"zg":{"n":20,"s":3},"id":826},{"c":4,"u":"enspelled%20(level%208)%20greatclub_xdmg","s":3,"n":"Enspelled (Level 8) Greatclub","h":1,"p":258,"zg":{"n":21,"s":3},"id":827},{"c":4,"u":"flame%20tongue%20greatclub_xdmg","s":3,"n":"Flame Tongue Greatclub","h":1,"p":263,"zg":{"n":51,"s":3},"id":828},{"c":4,"u":"forcebreaker%20greatclub_bmt","s":12,"n":"Forcebreaker Greatclub","h":1,"p":67,"zg":{"n":107,"s":12},"id":829},{"c":4,"u":"giant%20slayer%20greatclub_xdmg","s":3,"n":"Giant Slayer Greatclub","h":1,"p":264,"zg":{"n":22,"s":3},"id":830},{"c":4,"u":"hellfire%20greatclub_bgdia","s":7,"n":"Hellfire Greatclub","h":1,"p":223,"zg":{"n":23,"s":7},"id":831},{"c":4,"u":"holy%20avenger%20greatclub_xdmg","s":3,"n":"Holy Avenger Greatclub","h":1,"p":269,"zg":{"n":24,"s":3},"id":832},{"c":4,"u":"lycan%20greatclub_ghloe","s":8,"n":"Lycan Greatclub","h":1,"p":111,"zg":{"n":25,"s":8},"id":833},{"c":4,"u":"nine%20lives%20stealer%20greatclub_xdmg","s":3,"n":"Nine Lives Stealer Greatclub","h":1,"p":281,"zg":{"n":26,"s":3},"id":834},{"c":4,"u":"ruidium%20greatclub_crcotn","s":10,"n":"Ruidium Greatclub","h":1,"p":216,"zg":{"n":28,"s":10},"id":835},{"c":4,"u":"silvered%20greatclub_xdmg","s":3,"n":"Silvered Greatclub","h":1,"p":304,"zg":{"n":4,"s":3},"id":836},{"c":4,"u":"slumbering%20dragon's%20wrath%20greatclub_ftd","s":4,"n":"Slumbering Dragon's Wrath Greatclub","h":1,"p":25,"zg":{"n":29,"s":4},"id":837},{"c":4,"u":"stirring%20dragon's%20wrath%20greatclub_ftd","s":4,"n":"Stirring Dragon's Wrath Greatclub","h":1,"p":25,"zg":{"n":30,"s":4},"id":838},{"c":4,"u":"vicious%20%2b1%20greatclub_ai","s":11,"n":"Vicious +1 Greatclub","h":1,"p":149,"zg":{"n":31,"s":11},"id":839},{"c":4,"u":"vicious%20greatclub_xdmg","s":3,"n":"Vicious Greatclub","h":1,"p":318,"zg":{"n":5,"s":3},"id":840},{"c":4,"u":"wakened%20dragon's%20wrath%20greatclub_ftd","s":4,"n":"Wakened Dragon's Wrath Greatclub","h":1,"p":25,"zg":{"n":32,"s":4},"id":841},{"c":4,"u":"greatclub%20of%20agonizing%20paralysis_coa","s":15,"n":"Greatclub of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":842},{"c":4,"u":"greatclub%20of%20certain%20death_egw","s":5,"n":"Greatclub of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":843},{"c":4,"u":"greatclub%20of%20warning_xdmg","s":3,"n":"Greatclub of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":844},{"c":4,"u":"%2b1%20greatsword_dmg","s":0,"n":"+1 Greatsword","h":1,"p":213,"zg":{"n":0,"s":0},"id":845},{"c":4,"u":"%2b2%20greatsword_dmg","s":0,"n":"+2 Greatsword","h":1,"p":213,"zg":{"n":1,"s":0},"id":846},{"c":4,"u":"%2b3%20greatsword_dmg","s":0,"n":"+3 Greatsword","h":1,"p":213,"zg":{"n":2,"s":0},"id":847},{"c":4,"u":"adamantine%20greatsword_xge","s":1,"n":"Adamantine Greatsword","h":1,"p":78,"zg":{"n":3,"s":1},"id":848},{"c":4,"u":"dancing%20greatsword_dmg","s":0,"n":"Dancing Greatsword","h":1,"p":161,"zg":{"n":121,"s":0},"id":849},{"c":4,"u":"defender%20greatsword_dmg","s":0,"n":"Defender Greatsword","h":1,"p":164,"zg":{"n":49,"s":0},"id":850},{"c":4,"u":"dragon%20slayer%20greatsword_dmg","s":0,"n":"Dragon Slayer Greatsword","h":1,"p":166,"zg":{"n":9,"s":0},"id":851},{"c":4,"u":"flame%20tongue%20greatsword_dmg","s":0,"n":"Flame Tongue Greatsword","h":1,"p":170,"zg":{"n":51,"s":0},"id":852},{"c":4,"u":"frost%20brand%20greatsword_dmg","s":0,"n":"Frost Brand Greatsword","h":1,"p":171,"zg":{"n":124,"s":0},"id":853},{"c":4,"u":"giant%20slayer%20greatsword_dmg","s":0,"n":"Giant Slayer Greatsword","h":1,"p":172,"zg":{"n":22,"s":0},"id":854},{"c":4,"u":"holy%20avenger%20greatsword_dmg","s":0,"n":"Holy Avenger Greatsword","h":1,"p":174,"zg":{"n":24,"s":0},"id":855},{"c":4,"u":"luck%20blade%20greatsword_dmg","s":0,"n":"Luck Blade Greatsword","h":1,"p":179,"zg":{"n":126,"s":0},"id":856},{"c":4,"u":"moon-touched%20greatsword_xge","s":1,"n":"Moon-Touched Greatsword","h":1,"p":138,"zg":{"n":128,"s":1},"id":857},{"c":4,"u":"nine%20lives%20stealer%20greatsword_dmg","s":0,"n":"Nine Lives Stealer Greatsword","h":1,"p":183,"zg":{"n":26,"s":0},"id":858},{"c":4,"u":"silvered%20greatsword_phb","s":2,"n":"Silvered Greatsword","h":1,"p":148,"zg":{"n":4,"s":2},"id":859},{"c":4,"u":"greatsword%20of%20life%20stealing_dmg","s":0,"n":"Greatsword of Life Stealing","h":1,"p":206,"zg":{"n":130,"s":0},"id":860},{"c":4,"u":"greatsword%20of%20sharpness_dmg","s":0,"n":"Greatsword of Sharpness","h":1,"p":206,"zg":{"n":132,"s":0},"id":861},{"c":4,"u":"greatsword%20of%20vengeance_dmg","s":0,"n":"Greatsword of Vengeance","h":1,"p":206,"zg":{"n":134,"s":0},"id":862},{"c":4,"u":"greatsword%20of%20wounding_dmg","s":0,"n":"Greatsword of Wounding","h":1,"p":207,"zg":{"n":135,"s":0},"id":863},{"c":4,"u":"vicious%20greatsword_dmg","s":0,"n":"Vicious Greatsword","h":1,"p":209,"zg":{"n":5,"s":0},"id":864},{"c":4,"u":"vorpal%20greatsword_dmg","s":0,"n":"Vorpal Greatsword","h":1,"p":209,"zg":{"n":136,"s":0},"id":865},{"c":4,"u":"greatsword%20of%20warning_dmg","s":0,"n":"Greatsword of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":866},{"c":4,"u":"%2b1%20greatsword_xdmg","s":3,"n":"+1 Greatsword","h":1,"p":324,"zg":{"n":0,"s":3},"id":867},{"c":4,"u":"%2b2%20greatsword_xdmg","s":3,"n":"+2 Greatsword","h":1,"p":324,"zg":{"n":1,"s":3},"id":868},{"c":4,"u":"%2b3%20greatsword_xdmg","s":3,"n":"+3 Greatsword","h":1,"p":324,"zg":{"n":2,"s":3},"id":869},{"c":4,"u":"acheron%20blade%20greatsword_egw","s":5,"n":"Acheron Blade Greatsword","h":1,"p":265,"zg":{"n":117,"s":5},"id":870},{"c":4,"u":"adamantine%20greatsword_xdmg","s":3,"n":"Adamantine Greatsword","h":1,"p":227,"zg":{"n":3,"s":3},"id":871},{"c":4,"u":"ascendant%20dragon's%20wrath%20greatsword_ftd","s":4,"n":"Ascendant Dragon's Wrath Greatsword","h":1,"p":25,"zg":{"n":7,"s":4},"id":872},{"c":4,"u":"greatsword%20of%20the%20medusa_llk","s":20,"n":"Greatsword of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":873},{"c":4,"u":"bloodshed%20greatsword_bgg","s":17,"n":"Bloodshed Greatsword","h":1,"p":111,"zg":{"n":119,"s":17},"id":874},{"c":4,"u":"corpse%20slayer%20greatsword_egw","s":5,"n":"Corpse Slayer Greatsword","h":1,"p":266,"zg":{"n":8,"s":5},"id":875},{"c":4,"u":"crystal%20greatsword_ftd","s":4,"n":"Crystal Greatsword","h":1,"p":22,"zg":{"n":120,"s":4},"id":876},{"c":4,"u":"dancing%20greatsword_xdmg","s":3,"n":"Dancing Greatsword","h":1,"p":248,"zg":{"n":121,"s":3},"id":877},{"c":4,"u":"defender%20greatsword_xdmg","s":3,"n":"Defender Greatsword","h":1,"p":252,"zg":{"n":49,"s":3},"id":878},{"c":4,"u":"delerium-forged%20blade%20greatsword_dodk","s":13,"n":"Delerium-Forged Blade Greatsword","h":1,"p":230,"zg":{"n":122,"s":13},"id":879},{"c":4,"u":"dragon%20slayer%20greatsword_xdmg","s":3,"n":"Dragon Slayer Greatsword","h":1,"p":254,"zg":{"n":9,"s":3},"id":880},{"c":4,"u":"drow%20%2b1%20greatsword_mm","s":6,"n":"Drow +1 Greatsword","h":1,"p":126,"zg":{"n":10,"s":6},"id":881},{"c":4,"u":"drow%20%2b2%20greatsword_mm","s":6,"n":"Drow +2 Greatsword","h":1,"p":126,"zg":{"n":11,"s":6},"id":882},{"c":4,"u":"drow%20%2b3%20greatsword_mm","s":6,"n":"Drow +3 Greatsword","h":1,"p":126,"zg":{"n":12,"s":6},"id":883},{"c":4,"u":"enspelled%20(cantrip)%20greatsword_xdmg","s":3,"n":"Enspelled (Cantrip) Greatsword","h":1,"p":258,"zg":{"n":13,"s":3},"id":884},{"c":4,"u":"enspelled%20(level%201)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 1) Greatsword","h":1,"p":258,"zg":{"n":14,"s":3},"id":885},{"c":4,"u":"enspelled%20(level%202)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 2) Greatsword","h":1,"p":258,"zg":{"n":15,"s":3},"id":886},{"c":4,"u":"enspelled%20(level%203)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 3) Greatsword","h":1,"p":258,"zg":{"n":16,"s":3},"id":887},{"c":4,"u":"enspelled%20(level%204)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 4) Greatsword","h":1,"p":258,"zg":{"n":17,"s":3},"id":888},{"c":4,"u":"enspelled%20(level%205)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 5) Greatsword","h":1,"p":258,"zg":{"n":18,"s":3},"id":889},{"c":4,"u":"enspelled%20(level%206)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 6) Greatsword","h":1,"p":258,"zg":{"n":19,"s":3},"id":890},{"c":4,"u":"enspelled%20(level%207)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 7) Greatsword","h":1,"p":258,"zg":{"n":20,"s":3},"id":891},{"c":4,"u":"enspelled%20(level%208)%20greatsword_xdmg","s":3,"n":"Enspelled (Level 8) Greatsword","h":1,"p":258,"zg":{"n":21,"s":3},"id":892},{"c":4,"u":"flame%20tongue%20greatsword_xdmg","s":3,"n":"Flame Tongue Greatsword","h":1,"p":263,"zg":{"n":51,"s":3},"id":893},{"c":4,"u":"fool's%20greatsword_bmt","s":12,"n":"Fool's Greatsword","h":1,"p":36,"zg":{"n":123,"s":12},"id":894},{"c":4,"u":"frost%20brand%20greatsword_xdmg","s":3,"n":"Frost Brand Greatsword","h":1,"p":263,"zg":{"n":124,"s":3},"id":895},{"c":4,"u":"gambler's%20blade%20greatsword_llk","s":20,"n":"Gambler's Blade Greatsword","h":1,"p":55,"zg":{"n":125,"s":20},"id":896},{"c":4,"u":"giant%20slayer%20greatsword_xdmg","s":3,"n":"Giant Slayer Greatsword","h":1,"p":264,"zg":{"n":22,"s":3},"id":897},{"c":4,"u":"hellfire%20greatsword_bgdia","s":7,"n":"Hellfire Greatsword","h":1,"p":223,"zg":{"n":23,"s":7},"id":898},{"c":4,"u":"holy%20avenger%20greatsword_xdmg","s":3,"n":"Holy Avenger Greatsword","h":1,"p":269,"zg":{"n":24,"s":3},"id":899},{"c":4,"u":"luck%20greatsword_xdmg","s":3,"n":"Luck Greatsword","h":1,"p":275,"zg":{"n":126,"s":3},"id":900},{"c":4,"u":"lycan%20greatsword_ghloe","s":8,"n":"Lycan Greatsword","h":1,"p":111,"zg":{"n":25,"s":8},"id":901},{"c":4,"u":"mind%20blade%20greatsword_vgm","s":19,"n":"Mind Blade Greatsword","h":1,"p":81,"zg":{"n":127,"s":19},"id":902},{"c":4,"u":"moon-touched%20greatsword_xdmg","s":3,"n":"Moon-Touched Greatsword","h":1,"p":280,"zg":{"n":128,"s":3},"id":903},{"c":4,"u":"moonblade%20greatsword_xdmg","s":3,"n":"Moonblade Greatsword","h":1,"p":279,"zg":{"n":138,"s":3},"id":904},{"c":4,"u":"nine%20lives%20stealer%20greatsword_xdmg","s":3,"n":"Nine Lives Stealer Greatsword","h":1,"p":281,"zg":{"n":26,"s":3},"id":905},{"c":4,"u":"polymorph%20blade%20greatsword_llk","s":20,"n":"Polymorph Blade Greatsword","h":1,"p":56,"zg":{"n":129,"s":20},"id":906},{"c":4,"u":"ruidium%20greatsword_crcotn","s":10,"n":"Ruidium Greatsword","h":1,"p":216,"zg":{"n":28,"s":10},"id":907},{"c":4,"u":"silvered%20greatsword_xdmg","s":3,"n":"Silvered Greatsword","h":1,"p":304,"zg":{"n":4,"s":3},"id":908},{"c":4,"u":"slumbering%20dragon's%20wrath%20greatsword_ftd","s":4,"n":"Slumbering Dragon's Wrath Greatsword","h":1,"p":25,"zg":{"n":29,"s":4},"id":909},{"c":4,"u":"stirring%20dragon's%20wrath%20greatsword_ftd","s":4,"n":"Stirring Dragon's Wrath Greatsword","h":1,"p":25,"zg":{"n":30,"s":4},"id":910},{"c":4,"u":"greatsword%20of%20life%20stealing_xdmg","s":3,"n":"Greatsword of Life Stealing","h":1,"p":314,"zg":{"n":130,"s":3},"id":911},{"c":4,"u":"greatsword%20of%20retribution_coa","s":15,"n":"Greatsword of Retribution","h":1,"p":270,"zg":{"n":131,"s":15},"id":912},{"c":4,"u":"greatsword%20of%20sharpness_xdmg","s":3,"n":"Greatsword of Sharpness","h":1,"p":314,"zg":{"n":132,"s":3},"id":913},{"c":4,"u":"greatsword%20of%20the%20planes_bmt","s":12,"n":"Greatsword of the Planes","h":1,"p":68,"zg":{"n":133,"s":12},"id":914},{"c":4,"u":"greatsword%20of%20vengeance_xdmg","s":3,"n":"Greatsword of Vengeance","h":1,"p":206,"zg":{"n":134,"s":3},"id":915},{"c":4,"u":"greatsword%20of%20wounding_xdmg","s":3,"n":"Greatsword of Wounding","h":1,"p":314,"zg":{"n":135,"s":3},"id":916},{"c":4,"u":"vicious%20%2b1%20greatsword_ai","s":11,"n":"Vicious +1 Greatsword","h":1,"p":149,"zg":{"n":31,"s":11},"id":917},{"c":4,"u":"vicious%20greatsword_xdmg","s":3,"n":"Vicious Greatsword","h":1,"p":318,"zg":{"n":5,"s":3},"id":918},{"c":4,"u":"vorpal%20greatsword_xdmg","s":3,"n":"Vorpal Greatsword","h":1,"p":318,"zg":{"n":136,"s":3},"id":919},{"c":4,"u":"wakened%20dragon's%20wrath%20greatsword_ftd","s":4,"n":"Wakened Dragon's Wrath Greatsword","h":1,"p":25,"zg":{"n":32,"s":4},"id":920},{"c":4,"u":"greatsword%20of%20agonizing%20paralysis_coa","s":15,"n":"Greatsword of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":921},{"c":4,"u":"greatsword%20of%20certain%20death_egw","s":5,"n":"Greatsword of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":922},{"c":4,"u":"greatsword%20of%20throne's%20command_bmt","s":12,"n":"Greatsword of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":923},{"c":4,"u":"greatsword%20of%20warning_xdmg","s":3,"n":"Greatsword of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":924},{"c":4,"u":"%2b1%20halberd_dmg","s":0,"n":"+1 Halberd","h":1,"p":213,"zg":{"n":0,"s":0},"id":925},{"c":4,"u":"%2b2%20halberd_dmg","s":0,"n":"+2 Halberd","h":1,"p":213,"zg":{"n":1,"s":0},"id":926},{"c":4,"u":"%2b3%20halberd_dmg","s":0,"n":"+3 Halberd","h":1,"p":213,"zg":{"n":2,"s":0},"id":927},{"c":4,"u":"adamantine%20halberd_xge","s":1,"n":"Adamantine Halberd","h":1,"p":78,"zg":{"n":3,"s":1},"id":928},{"c":4,"u":"silvered%20halberd_phb","s":2,"n":"Silvered Halberd","h":1,"p":148,"zg":{"n":4,"s":2},"id":929},{"c":4,"u":"vicious%20halberd_dmg","s":0,"n":"Vicious Halberd","h":1,"p":209,"zg":{"n":5,"s":0},"id":930},{"c":4,"u":"halberd%20of%20warning_dmg","s":0,"n":"Halberd of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":931},{"c":4,"u":"%2b1%20halberd_xdmg","s":3,"n":"+1 Halberd","h":1,"p":324,"zg":{"n":0,"s":3},"id":932},{"c":4,"u":"%2b2%20halberd_xdmg","s":3,"n":"+2 Halberd","h":1,"p":324,"zg":{"n":1,"s":3},"id":933},{"c":4,"u":"%2b3%20halberd_xdmg","s":3,"n":"+3 Halberd","h":1,"p":324,"zg":{"n":2,"s":3},"id":934},{"c":4,"u":"adamantine%20halberd_xdmg","s":3,"n":"Adamantine Halberd","h":1,"p":227,"zg":{"n":3,"s":3},"id":935},{"c":4,"u":"ascendant%20dragon's%20wrath%20halberd_ftd","s":4,"n":"Ascendant Dragon's Wrath Halberd","h":1,"p":25,"zg":{"n":7,"s":4},"id":936},{"c":4,"u":"berserker%20halberd_xdmg","s":3,"n":"Berserker Halberd","h":1,"p":236,"zg":{"n":47,"s":3},"id":937},{"c":4,"u":"corpse%20slayer%20halberd_egw","s":5,"n":"Corpse Slayer Halberd","h":1,"p":266,"zg":{"n":8,"s":5},"id":938},{"c":4,"u":"defender%20halberd_xdmg","s":3,"n":"Defender Halberd","h":1,"p":252,"zg":{"n":49,"s":3},"id":939},{"c":4,"u":"demonbone%20halberd_coa","s":15,"n":"Demonbone Halberd","h":1,"p":268,"zg":{"n":137,"s":15},"id":940},{"c":4,"u":"dragon%20slayer%20halberd_xdmg","s":3,"n":"Dragon Slayer Halberd","h":1,"p":254,"zg":{"n":9,"s":3},"id":941},{"c":4,"u":"drow%20%2b1%20halberd_mm","s":6,"n":"Drow +1 Halberd","h":1,"p":126,"zg":{"n":10,"s":6},"id":942},{"c":4,"u":"drow%20%2b2%20halberd_mm","s":6,"n":"Drow +2 Halberd","h":1,"p":126,"zg":{"n":11,"s":6},"id":943},{"c":4,"u":"drow%20%2b3%20halberd_mm","s":6,"n":"Drow +3 Halberd","h":1,"p":126,"zg":{"n":12,"s":6},"id":944},{"c":4,"u":"enspelled%20(cantrip)%20halberd_xdmg","s":3,"n":"Enspelled (Cantrip) Halberd","h":1,"p":258,"zg":{"n":13,"s":3},"id":945},{"c":4,"u":"enspelled%20(level%201)%20halberd_xdmg","s":3,"n":"Enspelled (Level 1) Halberd","h":1,"p":258,"zg":{"n":14,"s":3},"id":946},{"c":4,"u":"enspelled%20(level%202)%20halberd_xdmg","s":3,"n":"Enspelled (Level 2) Halberd","h":1,"p":258,"zg":{"n":15,"s":3},"id":947},{"c":4,"u":"enspelled%20(level%203)%20halberd_xdmg","s":3,"n":"Enspelled (Level 3) Halberd","h":1,"p":258,"zg":{"n":16,"s":3},"id":948},{"c":4,"u":"enspelled%20(level%204)%20halberd_xdmg","s":3,"n":"Enspelled (Level 4) Halberd","h":1,"p":258,"zg":{"n":17,"s":3},"id":949},{"c":4,"u":"enspelled%20(level%205)%20halberd_xdmg","s":3,"n":"Enspelled (Level 5) Halberd","h":1,"p":258,"zg":{"n":18,"s":3},"id":950},{"c":4,"u":"enspelled%20(level%206)%20halberd_xdmg","s":3,"n":"Enspelled (Level 6) Halberd","h":1,"p":258,"zg":{"n":19,"s":3},"id":951},{"c":4,"u":"enspelled%20(level%207)%20halberd_xdmg","s":3,"n":"Enspelled (Level 7) Halberd","h":1,"p":258,"zg":{"n":20,"s":3},"id":952},{"c":4,"u":"enspelled%20(level%208)%20halberd_xdmg","s":3,"n":"Enspelled (Level 8) Halberd","h":1,"p":258,"zg":{"n":21,"s":3},"id":953},{"c":4,"u":"executioner's%20halberd_xdmg","s":3,"n":"Executioner's Halberd","h":1,"p":259,"zg":{"n":50,"s":3},"id":954},{"c":4,"u":"flame%20tongue%20halberd_xdmg","s":3,"n":"Flame Tongue Halberd","h":1,"p":263,"zg":{"n":51,"s":3},"id":955},{"c":4,"u":"giant%20slayer%20halberd_xdmg","s":3,"n":"Giant Slayer Halberd","h":1,"p":264,"zg":{"n":22,"s":3},"id":956},{"c":4,"u":"hellfire%20halberd_bgdia","s":7,"n":"Hellfire Halberd","h":1,"p":223,"zg":{"n":23,"s":7},"id":957},{"c":4,"u":"holy%20avenger%20halberd_xdmg","s":3,"n":"Holy Avenger Halberd","h":1,"p":269,"zg":{"n":24,"s":3},"id":958},{"c":4,"u":"lycan%20halberd_ghloe","s":8,"n":"Lycan Halberd","h":1,"p":111,"zg":{"n":25,"s":8},"id":959},{"c":4,"u":"nine%20lives%20stealer%20halberd_xdmg","s":3,"n":"Nine Lives Stealer Halberd","h":1,"p":281,"zg":{"n":26,"s":3},"id":960},{"c":4,"u":"ruidium%20halberd_crcotn","s":10,"n":"Ruidium Halberd","h":1,"p":216,"zg":{"n":28,"s":10},"id":961},{"c":4,"u":"silvered%20halberd_xdmg","s":3,"n":"Silvered Halberd","h":1,"p":304,"zg":{"n":4,"s":3},"id":962},{"c":4,"u":"slumbering%20dragon's%20wrath%20halberd_ftd","s":4,"n":"Slumbering Dragon's Wrath Halberd","h":1,"p":25,"zg":{"n":29,"s":4},"id":963},{"c":4,"u":"stirring%20dragon's%20wrath%20halberd_ftd","s":4,"n":"Stirring Dragon's Wrath Halberd","h":1,"p":25,"zg":{"n":30,"s":4},"id":964},{"c":4,"u":"vicious%20%2b1%20halberd_ai","s":11,"n":"Vicious +1 Halberd","h":1,"p":149,"zg":{"n":31,"s":11},"id":965},{"c":4,"u":"vicious%20halberd_xdmg","s":3,"n":"Vicious Halberd","h":1,"p":318,"zg":{"n":5,"s":3},"id":966},{"c":4,"u":"wakened%20dragon's%20wrath%20halberd_ftd","s":4,"n":"Wakened Dragon's Wrath Halberd","h":1,"p":25,"zg":{"n":32,"s":4},"id":967},{"c":4,"u":"halberd%20of%20agonizing%20paralysis_coa","s":15,"n":"Halberd of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":968},{"c":4,"u":"halberd%20of%20certain%20death_egw","s":5,"n":"Halberd of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":969},{"c":4,"u":"halberd%20of%20throne's%20command_bmt","s":12,"n":"Halberd of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":970},{"c":4,"u":"halberd%20of%20warning_xdmg","s":3,"n":"Halberd of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":971},{"c":4,"u":"%2b1%20half%20plate%20armor_dmg","s":0,"n":"+1 Half Plate Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":972},{"c":4,"u":"%2b2%20half%20plate%20armor_dmg","s":0,"n":"+2 Half Plate Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":973},{"c":4,"u":"%2b3%20half%20plate%20armor_dmg","s":0,"n":"+3 Half Plate Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":974},{"c":4,"u":"adamantine%20half%20plate%20armor_dmg","s":0,"n":"Adamantine Half Plate Armor","h":1,"p":150,"zg":{"n":56,"s":0},"id":975},{"c":4,"u":"half%20plate%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Half Plate Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":976},{"c":4,"u":"half%20plate%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Half Plate Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":977},{"c":4,"u":"half%20plate%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Half Plate Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":978},{"c":4,"u":"half%20plate%20armor%20of%20force%20resistance_dmg","s":0,"n":"Half Plate Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":979},{"c":4,"u":"half%20plate%20armor%20of%20gleaming_xge","s":1,"n":"Half Plate Armor of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":980},{"c":4,"u":"half%20plate%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Half Plate Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":981},{"c":4,"u":"half%20plate%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Half Plate Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":982},{"c":4,"u":"half%20plate%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Half Plate Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":983},{"c":4,"u":"half%20plate%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Half Plate Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":984},{"c":4,"u":"half%20plate%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Half Plate Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":985},{"c":4,"u":"half%20plate%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Half Plate Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":986},{"c":4,"u":"cast-off%20half%20plate%20armor_xge","s":1,"n":"Cast-Off Half Plate Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":987},{"c":4,"u":"mariner's%20half%20plate%20armor_dmg","s":0,"n":"Mariner's Half Plate Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":988},{"c":4,"u":"mithral%20half%20plate%20armor_dmg","s":0,"n":"Mithral Half Plate Armor","h":1,"p":182,"zg":{"n":70,"s":0},"id":989},{"c":4,"u":"smoldering%20half%20plate%20armor_xge","s":1,"n":"Smoldering Half Plate Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":990},{"c":4,"u":"%2b1%20half%20plate%20armor_xdmg","s":3,"n":"+1 Half Plate Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":991},{"c":4,"u":"%2b2%20half%20plate%20armor_xdmg","s":3,"n":"+2 Half Plate Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":992},{"c":4,"u":"%2b3%20half%20plate%20armor_xdmg","s":3,"n":"+3 Half Plate Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":993},{"c":4,"u":"adamantine%20half%20plate%20armor_xdmg","s":3,"n":"Adamantine Half Plate Armor","h":1,"p":227,"zg":{"n":56,"s":3},"id":994},{"c":4,"u":"antimagic%20half%20plate%20armor_bmt","s":12,"n":"Antimagic Half Plate Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":995},{"c":4,"u":"half%20plate%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Half Plate Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":996},{"c":4,"u":"half%20plate%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Half Plate Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":997},{"c":4,"u":"half%20plate%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Half Plate Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":998},{"c":4,"u":"half%20plate%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Half Plate Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":999},{"c":4,"u":"half%20plate%20armor%20of%20fungal%20spores_bmt","s":12,"n":"Half Plate Armor of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":1000},{"c":4,"u":"half%20plate%20armor%20of%20gleaming_xdmg","s":3,"n":"Half Plate Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":1001},{"c":4,"u":"half%20plate%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Half Plate Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":1002},{"c":4,"u":"half%20plate%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Half Plate Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":1003},{"c":4,"u":"half%20plate%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Half Plate Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":1004},{"c":4,"u":"half%20plate%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Half Plate Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":1005},{"c":4,"u":"half%20plate%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Half Plate Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":1006},{"c":4,"u":"half%20plate%20armor%20of%20the%20fallen_bmt","s":12,"n":"Half Plate Armor of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":1007},{"c":4,"u":"half%20plate%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Half Plate Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":1008},{"c":4,"u":"half%20plate%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Half Plate Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":1009},{"c":4,"u":"half%20plate%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Half Plate Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":1010},{"c":4,"u":"half%20plate%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Half Plate Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":1011},{"c":4,"u":"half%20plate%20armor%20of%20weightlessness_bmt","s":12,"n":"Half Plate Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":1012},{"c":4,"u":"half%20plate%20barding_phb","s":2,"n":"Half Plate Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":1013},{"c":4,"u":"cast-off%20half%20plate%20armor_xdmg","s":3,"n":"Cast-Off Half Plate Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":1014},{"c":4,"u":"demon%20half%20plate%20armor_xdmg","s":3,"n":"Demon Half Plate Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":1015},{"c":4,"u":"drow%20%2b1%20half%20plate%20armor_mm","s":6,"n":"Drow +1 Half Plate Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":1016},{"c":4,"u":"drow%20%2b2%20half%20plate%20armor_mm","s":6,"n":"Drow +2 Half Plate Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":1017},{"c":4,"u":"drow%20%2b3%20half%20plate%20armor_mm","s":6,"n":"Drow +3 Half Plate Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":1018},{"c":4,"u":"dwarven%20half%20plate%20armor_xdmg","s":3,"n":"Dwarven Half Plate Armor","h":1,"p":255,"zg":{"n":139,"s":3},"id":1019},{"c":4,"u":"enspelled%20(cantrip)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Half Plate Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":1020},{"c":4,"u":"enspelled%20(level%201)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Half Plate Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":1021},{"c":4,"u":"enspelled%20(level%202)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Half Plate Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":1022},{"c":4,"u":"enspelled%20(level%203)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Half Plate Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":1023},{"c":4,"u":"enspelled%20(level%204)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Half Plate Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":1024},{"c":4,"u":"enspelled%20(level%205)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Half Plate Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":1025},{"c":4,"u":"enspelled%20(level%206)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Half Plate Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":1026},{"c":4,"u":"enspelled%20(level%207)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Half Plate Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":1027},{"c":4,"u":"enspelled%20(level%208)%20half%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Half Plate Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":1028},{"c":4,"u":"feywrought%20half%20plate%20armor_bmt","s":12,"n":"Feywrought Half Plate Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":1029},{"c":4,"u":"gloomwrought%20half%20plate%20armor_bmt","s":12,"n":"Gloomwrought Half Plate Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":1030},{"c":4,"u":"last%20stand%20half%20plate%20armor_egw","s":5,"n":"Last Stand Half Plate Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":1031},{"c":4,"u":"living%20half%20plate%20armor_erlw","s":14,"n":"Living Half Plate Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":1032},{"c":4,"u":"mariner's%20half%20plate%20armor_xdmg","s":3,"n":"Mariner's Half Plate Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":1033},{"c":4,"u":"mithral%20%2b1%20half%20plate%20armor_ai","s":11,"n":"Mithral +1 Half Plate Armor","h":1,"p":156,"zg":{"n":97,"s":11},"id":1034},{"c":4,"u":"mithral%20half%20plate%20armor_xdmg","s":3,"n":"Mithral Half Plate Armor","h":1,"p":279,"zg":{"n":70,"s":3},"id":1035},{"c":4,"u":"mizzium%20half%20plate%20armor_ggr","s":16,"n":"Mizzium Half Plate Armor","h":1,"p":179,"zg":{"n":98,"s":16},"id":1036},{"c":4,"u":"half%20plate%20armor%20of%20etherealness_xdmg","s":3,"n":"Half Plate Armor of Etherealness","h":1,"p":286,"zg":{"n":140,"s":3},"id":1037},{"c":4,"u":"ruidium%20half%20plate%20armor_crcotn","s":10,"n":"Ruidium Half Plate Armor","h":1,"p":215,"zg":{"n":99,"s":10},"id":1038},{"c":4,"u":"smoldering%20half%20plate%20armor_xdmg","s":3,"n":"Smoldering Half Plate Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":1039},{"c":4,"u":"%2b1%20hand%20crossbow_dmg","s":0,"n":"+1 Hand Crossbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":1040},{"c":4,"u":"%2b2%20hand%20crossbow_dmg","s":0,"n":"+2 Hand Crossbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":1041},{"c":4,"u":"%2b3%20hand%20crossbow_dmg","s":0,"n":"+3 Hand Crossbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":1042},{"c":4,"u":"adamantine%20hand%20crossbow_xge","s":1,"n":"Adamantine Hand Crossbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":1043},{"c":4,"u":"silvered%20hand%20crossbow_phb","s":2,"n":"Silvered Hand Crossbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":1044},{"c":4,"u":"vicious%20hand%20crossbow_dmg","s":0,"n":"Vicious Hand Crossbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":1045},{"c":4,"u":"hand%20crossbow%20of%20warning_dmg","s":0,"n":"Hand Crossbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1046},{"c":4,"u":"%2b1%20hand%20crossbow_xdmg","s":3,"n":"+1 Hand Crossbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":1047},{"c":4,"u":"%2b2%20hand%20crossbow_xdmg","s":3,"n":"+2 Hand Crossbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":1048},{"c":4,"u":"%2b3%20hand%20crossbow_xdmg","s":3,"n":"+3 Hand Crossbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":1049},{"c":4,"u":"ascendant%20dragon's%20wrath%20hand%20crossbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Hand Crossbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":1050},{"c":4,"u":"corpse%20slayer%20hand%20crossbow_egw","s":5,"n":"Corpse Slayer Hand Crossbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":1051},{"c":4,"u":"dragon%20slayer%20hand%20crossbow_xdmg","s":3,"n":"Dragon Slayer Hand Crossbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":1052},{"c":4,"u":"drow%20%2b1%20hand%20crossbow_mm","s":6,"n":"Drow +1 Hand Crossbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":1053},{"c":4,"u":"drow%20%2b2%20hand%20crossbow_mm","s":6,"n":"Drow +2 Hand Crossbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":1054},{"c":4,"u":"drow%20%2b3%20hand%20crossbow_mm","s":6,"n":"Drow +3 Hand Crossbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":1055},{"c":4,"u":"enspelled%20(cantrip)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Cantrip) Hand Crossbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":1056},{"c":4,"u":"enspelled%20(level%201)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 1) Hand Crossbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":1057},{"c":4,"u":"enspelled%20(level%202)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 2) Hand Crossbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":1058},{"c":4,"u":"enspelled%20(level%203)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 3) Hand Crossbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":1059},{"c":4,"u":"enspelled%20(level%204)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 4) Hand Crossbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":1060},{"c":4,"u":"enspelled%20(level%205)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 5) Hand Crossbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":1061},{"c":4,"u":"enspelled%20(level%206)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 6) Hand Crossbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":1062},{"c":4,"u":"enspelled%20(level%207)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 7) Hand Crossbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":1063},{"c":4,"u":"enspelled%20(level%208)%20hand%20crossbow_xdmg","s":3,"n":"Enspelled (Level 8) Hand Crossbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":1064},{"c":4,"u":"giant%20slayer%20hand%20crossbow_xdmg","s":3,"n":"Giant Slayer Hand Crossbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":1065},{"c":4,"u":"hellfire%20hand%20crossbow_bgdia","s":7,"n":"Hellfire Hand Crossbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":1066},{"c":4,"u":"holy%20avenger%20hand%20crossbow_xdmg","s":3,"n":"Holy Avenger Hand Crossbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":1067},{"c":4,"u":"lycan%20hand%20crossbow_ghloe","s":8,"n":"Lycan Hand Crossbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":1068},{"c":4,"u":"nine%20lives%20stealer%20hand%20crossbow_xdmg","s":3,"n":"Nine Lives Stealer Hand Crossbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":1069},{"c":4,"u":"oceanic%20hand%20crossbow_tdcsr","s":9,"n":"Oceanic Hand Crossbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":1070},{"c":4,"u":"ruidium%20hand%20crossbow_crcotn","s":10,"n":"Ruidium Hand Crossbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":1071},{"c":4,"u":"silvered%20hand%20crossbow_xdmg","s":3,"n":"Silvered Hand Crossbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":1072},{"c":4,"u":"slumbering%20dragon's%20wrath%20hand%20crossbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Hand Crossbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":1073},{"c":4,"u":"starcrossed%20hand%20crossbow_dodk","s":13,"n":"Starcrossed Hand Crossbow","h":1,"p":232,"zg":{"n":141,"s":13},"id":1074},{"c":4,"u":"starshot%20hand%20crossbow_bmt","s":12,"n":"Starshot Hand Crossbow","h":1,"p":38,"zg":{"n":142,"s":12},"id":1075},{"c":4,"u":"stirring%20dragon's%20wrath%20hand%20crossbow_ftd","s":4,"n":"Stirring Dragon's Wrath Hand Crossbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":1076},{"c":4,"u":"vicious%20%2b1%20hand%20crossbow_ai","s":11,"n":"Vicious +1 Hand Crossbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":1077},{"c":4,"u":"vicious%20hand%20crossbow_xdmg","s":3,"n":"Vicious Hand Crossbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":1078},{"c":4,"u":"wakened%20dragon's%20wrath%20hand%20crossbow_ftd","s":4,"n":"Wakened Dragon's Wrath Hand Crossbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":1079},{"c":4,"u":"hand%20crossbow%20of%20certain%20death_egw","s":5,"n":"Hand Crossbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1080},{"c":4,"u":"hand%20crossbow%20of%20throne's%20command_bmt","s":12,"n":"Hand Crossbow of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1081},{"c":4,"u":"hand%20crossbow%20of%20warning_xdmg","s":3,"n":"Hand Crossbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1082},{"c":4,"u":"%2b1%20handaxe_dmg","s":0,"n":"+1 Handaxe","h":1,"p":213,"zg":{"n":0,"s":0},"id":1083},{"c":4,"u":"%2b2%20handaxe_dmg","s":0,"n":"+2 Handaxe","h":1,"p":213,"zg":{"n":1,"s":0},"id":1084},{"c":4,"u":"%2b3%20handaxe_dmg","s":0,"n":"+3 Handaxe","h":1,"p":213,"zg":{"n":2,"s":0},"id":1085},{"c":4,"u":"adamantine%20handaxe_xge","s":1,"n":"Adamantine Handaxe","h":1,"p":78,"zg":{"n":3,"s":1},"id":1086},{"c":4,"u":"berserker%20handaxe_dmg","s":0,"n":"Berserker Handaxe","h":1,"p":155,"zg":{"n":47,"s":0},"id":1087},{"c":4,"u":"giant%20slayer%20handaxe_dmg","s":0,"n":"Giant Slayer Handaxe","h":1,"p":172,"zg":{"n":22,"s":0},"id":1088},{"c":4,"u":"silvered%20handaxe_phb","s":2,"n":"Silvered Handaxe","h":1,"p":148,"zg":{"n":4,"s":2},"id":1089},{"c":4,"u":"vicious%20handaxe_dmg","s":0,"n":"Vicious Handaxe","h":1,"p":209,"zg":{"n":5,"s":0},"id":1090},{"c":4,"u":"handaxe%20of%20warning_dmg","s":0,"n":"Handaxe of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1091},{"c":4,"u":"%2b1%20handaxe_xdmg","s":3,"n":"+1 Handaxe","h":1,"p":324,"zg":{"n":0,"s":3},"id":1092},{"c":4,"u":"%2b2%20handaxe_xdmg","s":3,"n":"+2 Handaxe","h":1,"p":324,"zg":{"n":1,"s":3},"id":1093},{"c":4,"u":"%2b3%20handaxe_xdmg","s":3,"n":"+3 Handaxe","h":1,"p":324,"zg":{"n":2,"s":3},"id":1094},{"c":4,"u":"adamantine%20handaxe_xdmg","s":3,"n":"Adamantine Handaxe","h":1,"p":227,"zg":{"n":3,"s":3},"id":1095},{"c":4,"u":"handaxe%20armblade_erlw","s":14,"n":"Handaxe Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1096},{"c":4,"u":"ascendant%20dragon's%20wrath%20handaxe_ftd","s":4,"n":"Ascendant Dragon's Wrath Handaxe","h":1,"p":25,"zg":{"n":7,"s":4},"id":1097},{"c":4,"u":"corpse%20slayer%20handaxe_egw","s":5,"n":"Corpse Slayer Handaxe","h":1,"p":266,"zg":{"n":8,"s":5},"id":1098},{"c":4,"u":"defender%20handaxe_xdmg","s":3,"n":"Defender Handaxe","h":1,"p":252,"zg":{"n":49,"s":3},"id":1099},{"c":4,"u":"dragon%20slayer%20handaxe_xdmg","s":3,"n":"Dragon Slayer Handaxe","h":1,"p":254,"zg":{"n":9,"s":3},"id":1100},{"c":4,"u":"drow%20%2b1%20handaxe_mm","s":6,"n":"Drow +1 Handaxe","h":1,"p":126,"zg":{"n":10,"s":6},"id":1101},{"c":4,"u":"drow%20%2b2%20handaxe_mm","s":6,"n":"Drow +2 Handaxe","h":1,"p":126,"zg":{"n":11,"s":6},"id":1102},{"c":4,"u":"drow%20%2b3%20handaxe_mm","s":6,"n":"Drow +3 Handaxe","h":1,"p":126,"zg":{"n":12,"s":6},"id":1103},{"c":4,"u":"enspelled%20(cantrip)%20handaxe_xdmg","s":3,"n":"Enspelled (Cantrip) Handaxe","h":1,"p":258,"zg":{"n":13,"s":3},"id":1104},{"c":4,"u":"enspelled%20(level%201)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 1) Handaxe","h":1,"p":258,"zg":{"n":14,"s":3},"id":1105},{"c":4,"u":"enspelled%20(level%202)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 2) Handaxe","h":1,"p":258,"zg":{"n":15,"s":3},"id":1106},{"c":4,"u":"enspelled%20(level%203)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 3) Handaxe","h":1,"p":258,"zg":{"n":16,"s":3},"id":1107},{"c":4,"u":"enspelled%20(level%204)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 4) Handaxe","h":1,"p":258,"zg":{"n":17,"s":3},"id":1108},{"c":4,"u":"enspelled%20(level%205)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 5) Handaxe","h":1,"p":258,"zg":{"n":18,"s":3},"id":1109},{"c":4,"u":"enspelled%20(level%206)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 6) Handaxe","h":1,"p":258,"zg":{"n":19,"s":3},"id":1110},{"c":4,"u":"enspelled%20(level%207)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 7) Handaxe","h":1,"p":258,"zg":{"n":20,"s":3},"id":1111},{"c":4,"u":"enspelled%20(level%208)%20handaxe_xdmg","s":3,"n":"Enspelled (Level 8) Handaxe","h":1,"p":258,"zg":{"n":21,"s":3},"id":1112},{"c":4,"u":"executioner's%20handaxe_xdmg","s":3,"n":"Executioner's Handaxe","h":1,"p":259,"zg":{"n":50,"s":3},"id":1113},{"c":4,"u":"flame%20tongue%20handaxe_xdmg","s":3,"n":"Flame Tongue Handaxe","h":1,"p":263,"zg":{"n":51,"s":3},"id":1114},{"c":4,"u":"giant%20slayer%20handaxe_xdmg","s":3,"n":"Giant Slayer Handaxe","h":1,"p":264,"zg":{"n":22,"s":3},"id":1115},{"c":4,"u":"hellfire%20handaxe_bgdia","s":7,"n":"Hellfire Handaxe","h":1,"p":223,"zg":{"n":23,"s":7},"id":1116},{"c":4,"u":"holy%20avenger%20handaxe_xdmg","s":3,"n":"Holy Avenger Handaxe","h":1,"p":269,"zg":{"n":24,"s":3},"id":1117},{"c":4,"u":"lycan%20handaxe_ghloe","s":8,"n":"Lycan Handaxe","h":1,"p":111,"zg":{"n":25,"s":8},"id":1118},{"c":4,"u":"nine%20lives%20stealer%20handaxe_xdmg","s":3,"n":"Nine Lives Stealer Handaxe","h":1,"p":281,"zg":{"n":26,"s":3},"id":1119},{"c":4,"u":"oceanic%20handaxe_tdcsr","s":9,"n":"Oceanic Handaxe","h":1,"p":199,"zg":{"n":27,"s":9},"id":1120},{"c":4,"u":"ruidium%20handaxe_crcotn","s":10,"n":"Ruidium Handaxe","h":1,"p":216,"zg":{"n":28,"s":10},"id":1121},{"c":4,"u":"silvered%20handaxe_xdmg","s":3,"n":"Silvered Handaxe","h":1,"p":304,"zg":{"n":4,"s":3},"id":1122},{"c":4,"u":"slumbering%20dragon's%20wrath%20handaxe_ftd","s":4,"n":"Slumbering Dragon's Wrath Handaxe","h":1,"p":25,"zg":{"n":29,"s":4},"id":1123},{"c":4,"u":"stirring%20dragon's%20wrath%20handaxe_ftd","s":4,"n":"Stirring Dragon's Wrath Handaxe","h":1,"p":25,"zg":{"n":30,"s":4},"id":1124},{"c":4,"u":"vicious%20%2b1%20handaxe_ai","s":11,"n":"Vicious +1 Handaxe","h":1,"p":149,"zg":{"n":31,"s":11},"id":1125},{"c":4,"u":"vicious%20handaxe_xdmg","s":3,"n":"Vicious Handaxe","h":1,"p":318,"zg":{"n":5,"s":3},"id":1126},{"c":4,"u":"wakened%20dragon's%20wrath%20handaxe_ftd","s":4,"n":"Wakened Dragon's Wrath Handaxe","h":1,"p":25,"zg":{"n":32,"s":4},"id":1127},{"c":4,"u":"handaxe%20of%20agonizing%20paralysis_coa","s":15,"n":"Handaxe of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1128},{"c":4,"u":"handaxe%20of%20certain%20death_egw","s":5,"n":"Handaxe of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1129},{"c":4,"u":"handaxe%20of%20warning_xdmg","s":3,"n":"Handaxe of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1130},{"c":4,"u":"%2b1%20heavy%20crossbow_dmg","s":0,"n":"+1 Heavy Crossbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":1131},{"c":4,"u":"%2b2%20heavy%20crossbow_dmg","s":0,"n":"+2 Heavy Crossbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":1132},{"c":4,"u":"%2b3%20heavy%20crossbow_dmg","s":0,"n":"+3 Heavy Crossbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":1133},{"c":4,"u":"adamantine%20heavy%20crossbow_xge","s":1,"n":"Adamantine Heavy Crossbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":1134},{"c":4,"u":"silvered%20heavy%20crossbow_phb","s":2,"n":"Silvered Heavy Crossbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":1135},{"c":4,"u":"vicious%20heavy%20crossbow_dmg","s":0,"n":"Vicious Heavy Crossbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":1136},{"c":4,"u":"heavy%20crossbow%20of%20warning_dmg","s":0,"n":"Heavy Crossbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1137},{"c":4,"u":"%2b1%20heavy%20crossbow_xdmg","s":3,"n":"+1 Heavy Crossbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":1138},{"c":4,"u":"%2b2%20heavy%20crossbow_xdmg","s":3,"n":"+2 Heavy Crossbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":1139},{"c":4,"u":"%2b3%20heavy%20crossbow_xdmg","s":3,"n":"+3 Heavy Crossbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":1140},{"c":4,"u":"ascendant%20dragon's%20wrath%20heavy%20crossbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Heavy Crossbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":1141},{"c":4,"u":"corpse%20slayer%20heavy%20crossbow_egw","s":5,"n":"Corpse Slayer Heavy Crossbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":1142},{"c":4,"u":"dragon%20slayer%20heavy%20crossbow_xdmg","s":3,"n":"Dragon Slayer Heavy Crossbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":1143},{"c":4,"u":"drow%20%2b1%20heavy%20crossbow_mm","s":6,"n":"Drow +1 Heavy Crossbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":1144},{"c":4,"u":"drow%20%2b2%20heavy%20crossbow_mm","s":6,"n":"Drow +2 Heavy Crossbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":1145},{"c":4,"u":"drow%20%2b3%20heavy%20crossbow_mm","s":6,"n":"Drow +3 Heavy Crossbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":1146},{"c":4,"u":"enspelled%20(cantrip)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Cantrip) Heavy Crossbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":1147},{"c":4,"u":"enspelled%20(level%201)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 1) Heavy Crossbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":1148},{"c":4,"u":"enspelled%20(level%202)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 2) Heavy Crossbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":1149},{"c":4,"u":"enspelled%20(level%203)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 3) Heavy Crossbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":1150},{"c":4,"u":"enspelled%20(level%204)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 4) Heavy Crossbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":1151},{"c":4,"u":"enspelled%20(level%205)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 5) Heavy Crossbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":1152},{"c":4,"u":"enspelled%20(level%206)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 6) Heavy Crossbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":1153},{"c":4,"u":"enspelled%20(level%207)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 7) Heavy Crossbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":1154},{"c":4,"u":"enspelled%20(level%208)%20heavy%20crossbow_xdmg","s":3,"n":"Enspelled (Level 8) Heavy Crossbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":1155},{"c":4,"u":"giant%20slayer%20heavy%20crossbow_xdmg","s":3,"n":"Giant Slayer Heavy Crossbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":1156},{"c":4,"u":"hellfire%20heavy%20crossbow_bgdia","s":7,"n":"Hellfire Heavy Crossbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":1157},{"c":4,"u":"holy%20avenger%20heavy%20crossbow_xdmg","s":3,"n":"Holy Avenger Heavy Crossbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":1158},{"c":4,"u":"lycan%20heavy%20crossbow_ghloe","s":8,"n":"Lycan Heavy Crossbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":1159},{"c":4,"u":"nine%20lives%20stealer%20heavy%20crossbow_xdmg","s":3,"n":"Nine Lives Stealer Heavy Crossbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":1160},{"c":4,"u":"oceanic%20heavy%20crossbow_tdcsr","s":9,"n":"Oceanic Heavy Crossbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":1161},{"c":4,"u":"ruidium%20heavy%20crossbow_crcotn","s":10,"n":"Ruidium Heavy Crossbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":1162},{"c":4,"u":"silvered%20heavy%20crossbow_xdmg","s":3,"n":"Silvered Heavy Crossbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":1163},{"c":4,"u":"slumbering%20dragon's%20wrath%20heavy%20crossbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Heavy Crossbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":1164},{"c":4,"u":"starcrossed%20heavy%20crossbow_dodk","s":13,"n":"Starcrossed Heavy Crossbow","h":1,"p":232,"zg":{"n":141,"s":13},"id":1165},{"c":4,"u":"starshot%20heavy%20crossbow_bmt","s":12,"n":"Starshot Heavy Crossbow","h":1,"p":38,"zg":{"n":142,"s":12},"id":1166},{"c":4,"u":"stirring%20dragon's%20wrath%20heavy%20crossbow_ftd","s":4,"n":"Stirring Dragon's Wrath Heavy Crossbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":1167},{"c":4,"u":"vicious%20%2b1%20heavy%20crossbow_ai","s":11,"n":"Vicious +1 Heavy Crossbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":1168},{"c":4,"u":"vicious%20heavy%20crossbow_xdmg","s":3,"n":"Vicious Heavy Crossbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":1169},{"c":4,"u":"wakened%20dragon's%20wrath%20heavy%20crossbow_ftd","s":4,"n":"Wakened Dragon's Wrath Heavy Crossbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":1170},{"c":4,"u":"heavy%20crossbow%20of%20certain%20death_egw","s":5,"n":"Heavy Crossbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1171},{"c":4,"u":"heavy%20crossbow%20of%20throne's%20command_bmt","s":12,"n":"Heavy Crossbow of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1172},{"c":4,"u":"heavy%20crossbow%20of%20warning_xdmg","s":3,"n":"Heavy Crossbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1173},{"c":4,"u":"%2b1%20hide%20armor_dmg","s":0,"n":"+1 Hide Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":1174},{"c":4,"u":"%2b2%20hide%20armor_dmg","s":0,"n":"+2 Hide Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":1175},{"c":4,"u":"%2b3%20hide%20armor_dmg","s":0,"n":"+3 Hide Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":1176},{"c":4,"u":"hide%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Hide Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":1177},{"c":4,"u":"hide%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Hide Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":1178},{"c":4,"u":"hide%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Hide Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":1179},{"c":4,"u":"hide%20armor%20of%20force%20resistance_dmg","s":0,"n":"Hide Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":1180},{"c":4,"u":"hide%20armor%20of%20gleaming_xge","s":1,"n":"Hide Armor of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":1181},{"c":4,"u":"hide%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Hide Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":1182},{"c":4,"u":"hide%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Hide Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":1183},{"c":4,"u":"hide%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Hide Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":1184},{"c":4,"u":"hide%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Hide Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":1185},{"c":4,"u":"hide%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Hide Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":1186},{"c":4,"u":"hide%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Hide Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":1187},{"c":4,"u":"cast-off%20hide%20armor_xge","s":1,"n":"Cast-Off Hide Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":1188},{"c":4,"u":"mariner's%20hide%20armor_dmg","s":0,"n":"Mariner's Hide Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":1189},{"c":4,"u":"smoldering%20hide%20armor_xge","s":1,"n":"Smoldering Hide Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":1190},{"c":4,"u":"%2b1%20hide%20armor_xdmg","s":3,"n":"+1 Hide Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":1191},{"c":4,"u":"%2b2%20hide%20armor_xdmg","s":3,"n":"+2 Hide Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":1192},{"c":4,"u":"%2b3%20hide%20armor_xdmg","s":3,"n":"+3 Hide Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":1193},{"c":4,"u":"antimagic%20hide%20armor_bmt","s":12,"n":"Antimagic Hide Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":1194},{"c":4,"u":"hide%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Hide Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":1195},{"c":4,"u":"hide%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Hide Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":1196},{"c":4,"u":"hide%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Hide Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":1197},{"c":4,"u":"hide%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Hide Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":1198},{"c":4,"u":"hide%20armor%20of%20fungal%20spores_bmt","s":12,"n":"Hide Armor of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":1199},{"c":4,"u":"hide%20armor%20of%20gleaming_xdmg","s":3,"n":"Hide Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":1200},{"c":4,"u":"hide%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Hide Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":1201},{"c":4,"u":"hide%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Hide Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":1202},{"c":4,"u":"hide%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Hide Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":1203},{"c":4,"u":"hide%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Hide Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":1204},{"c":4,"u":"hide%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Hide Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":1205},{"c":4,"u":"hide%20armor%20of%20the%20fallen_bmt","s":12,"n":"Hide Armor of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":1206},{"c":4,"u":"hide%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Hide Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":1207},{"c":4,"u":"hide%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Hide Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":1208},{"c":4,"u":"hide%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Hide Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":1209},{"c":4,"u":"hide%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Hide Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":1210},{"c":4,"u":"hide%20armor%20of%20weightlessness_bmt","s":12,"n":"Hide Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":1211},{"c":4,"u":"hide%20barding_phb","s":2,"n":"Hide Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":1212},{"c":4,"u":"cast-off%20hide%20armor_xdmg","s":3,"n":"Cast-Off Hide Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":1213},{"c":4,"u":"demon%20hide%20armor_xdmg","s":3,"n":"Demon Hide Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":1214},{"c":4,"u":"drow%20%2b1%20hide%20armor_mm","s":6,"n":"Drow +1 Hide Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":1215},{"c":4,"u":"drow%20%2b2%20hide%20armor_mm","s":6,"n":"Drow +2 Hide Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":1216},{"c":4,"u":"drow%20%2b3%20hide%20armor_mm","s":6,"n":"Drow +3 Hide Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":1217},{"c":4,"u":"enspelled%20(cantrip)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Hide Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":1218},{"c":4,"u":"enspelled%20(level%201)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Hide Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":1219},{"c":4,"u":"enspelled%20(level%202)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Hide Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":1220},{"c":4,"u":"enspelled%20(level%203)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Hide Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":1221},{"c":4,"u":"enspelled%20(level%204)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Hide Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":1222},{"c":4,"u":"enspelled%20(level%205)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Hide Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":1223},{"c":4,"u":"enspelled%20(level%206)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Hide Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":1224},{"c":4,"u":"enspelled%20(level%207)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Hide Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":1225},{"c":4,"u":"enspelled%20(level%208)%20hide%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Hide Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":1226},{"c":4,"u":"feywrought%20hide%20armor_bmt","s":12,"n":"Feywrought Hide Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":1227},{"c":4,"u":"gloomwrought%20hide%20armor_bmt","s":12,"n":"Gloomwrought Hide Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":1228},{"c":4,"u":"last%20stand%20hide%20armor_egw","s":5,"n":"Last Stand Hide Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":1229},{"c":4,"u":"living%20hide%20armor_erlw","s":14,"n":"Living Hide Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":1230},{"c":4,"u":"mariner's%20hide%20armor_xdmg","s":3,"n":"Mariner's Hide Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":1231},{"c":4,"u":"smoldering%20hide%20armor_xdmg","s":3,"n":"Smoldering Hide Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":1232},{"c":4,"u":"%2b1%20hooked%20shortspear_dmg","s":0,"n":"+1 Hooked Shortspear","h":1,"p":213,"zg":{"n":0,"s":0},"id":1233},{"c":4,"u":"%2b1%20hooked%20shortspear_xdmg","s":3,"n":"+1 Hooked Shortspear","h":1,"p":324,"zg":{"n":0,"s":3},"id":1234},{"c":4,"u":"%2b2%20hooked%20shortspear_dmg","s":0,"n":"+2 Hooked Shortspear","h":1,"p":213,"zg":{"n":1,"s":0},"id":1235},{"c":4,"u":"%2b2%20hooked%20shortspear_xdmg","s":3,"n":"+2 Hooked Shortspear","h":1,"p":324,"zg":{"n":1,"s":3},"id":1236},{"c":4,"u":"%2b3%20hooked%20shortspear_dmg","s":0,"n":"+3 Hooked Shortspear","h":1,"p":213,"zg":{"n":2,"s":0},"id":1237},{"c":4,"u":"%2b3%20hooked%20shortspear_xdmg","s":3,"n":"+3 Hooked Shortspear","h":1,"p":324,"zg":{"n":2,"s":3},"id":1238},{"c":4,"u":"adamantine%20hooked%20shortspear_xge","s":1,"n":"Adamantine Hooked Shortspear","h":1,"p":78,"zg":{"n":3,"s":1},"id":1239},{"c":4,"u":"hooked%20shortspear%20armblade_erlw","s":14,"n":"Hooked Shortspear Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1240},{"c":4,"u":"ascendant%20dragon's%20wrath%20hooked%20shortspear_ftd","s":4,"n":"Ascendant Dragon's Wrath Hooked Shortspear","h":1,"p":25,"zg":{"n":7,"s":4},"id":1241},{"c":4,"u":"corpse%20slayer%20hooked%20shortspear_egw","s":5,"n":"Corpse Slayer Hooked Shortspear","h":1,"p":266,"zg":{"n":8,"s":5},"id":1242},{"c":4,"u":"dragon%20slayer%20hooked%20shortspear_xdmg","s":3,"n":"Dragon Slayer Hooked Shortspear","h":1,"p":254,"zg":{"n":9,"s":3},"id":1243},{"c":4,"u":"drow%20%2b1%20hooked%20shortspear_mm","s":6,"n":"Drow +1 Hooked Shortspear","h":1,"p":126,"zg":{"n":10,"s":6},"id":1244},{"c":4,"u":"drow%20%2b2%20hooked%20shortspear_mm","s":6,"n":"Drow +2 Hooked Shortspear","h":1,"p":126,"zg":{"n":11,"s":6},"id":1245},{"c":4,"u":"drow%20%2b3%20hooked%20shortspear_mm","s":6,"n":"Drow +3 Hooked Shortspear","h":1,"p":126,"zg":{"n":12,"s":6},"id":1246},{"c":4,"u":"enspelled%20(cantrip)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Cantrip) Hooked Shortspear","h":1,"p":258,"zg":{"n":13,"s":3},"id":1247},{"c":4,"u":"enspelled%20(level%201)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 1) Hooked Shortspear","h":1,"p":258,"zg":{"n":14,"s":3},"id":1248},{"c":4,"u":"enspelled%20(level%202)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 2) Hooked Shortspear","h":1,"p":258,"zg":{"n":15,"s":3},"id":1249},{"c":4,"u":"enspelled%20(level%203)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 3) Hooked Shortspear","h":1,"p":258,"zg":{"n":16,"s":3},"id":1250},{"c":4,"u":"enspelled%20(level%204)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 4) Hooked Shortspear","h":1,"p":258,"zg":{"n":17,"s":3},"id":1251},{"c":4,"u":"enspelled%20(level%205)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 5) Hooked Shortspear","h":1,"p":258,"zg":{"n":18,"s":3},"id":1252},{"c":4,"u":"enspelled%20(level%206)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 6) Hooked Shortspear","h":1,"p":258,"zg":{"n":19,"s":3},"id":1253},{"c":4,"u":"enspelled%20(level%207)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 7) Hooked Shortspear","h":1,"p":258,"zg":{"n":20,"s":3},"id":1254},{"c":4,"u":"enspelled%20(level%208)%20hooked%20shortspear_xdmg","s":3,"n":"Enspelled (Level 8) Hooked Shortspear","h":1,"p":258,"zg":{"n":21,"s":3},"id":1255},{"c":4,"u":"giant%20slayer%20hooked%20shortspear_xdmg","s":3,"n":"Giant Slayer Hooked Shortspear","h":1,"p":264,"zg":{"n":22,"s":3},"id":1256},{"c":4,"u":"hellfire%20hooked%20shortspear_bgdia","s":7,"n":"Hellfire Hooked Shortspear","h":1,"p":223,"zg":{"n":23,"s":7},"id":1257},{"c":4,"u":"holy%20avenger%20hooked%20shortspear_xdmg","s":3,"n":"Holy Avenger Hooked Shortspear","h":1,"p":269,"zg":{"n":24,"s":3},"id":1258},{"c":4,"u":"lycan%20hooked%20shortspear_ghloe","s":8,"n":"Lycan Hooked Shortspear","h":1,"p":111,"zg":{"n":25,"s":8},"id":1259},{"c":4,"u":"nine%20lives%20stealer%20hooked%20shortspear_xdmg","s":3,"n":"Nine Lives Stealer Hooked Shortspear","h":1,"p":281,"zg":{"n":26,"s":3},"id":1260},{"c":4,"u":"ruidium%20hooked%20shortspear_crcotn","s":10,"n":"Ruidium Hooked Shortspear","h":1,"p":216,"zg":{"n":28,"s":10},"id":1261},{"c":4,"u":"silvered%20hooked%20shortspear_phb","s":2,"n":"Silvered Hooked Shortspear","h":1,"p":148,"zg":{"n":4,"s":2},"id":1262},{"c":4,"u":"silvered%20hooked%20shortspear_xdmg","s":3,"n":"Silvered Hooked Shortspear","h":1,"p":304,"zg":{"n":4,"s":3},"id":1263},{"c":4,"u":"slumbering%20dragon's%20wrath%20hooked%20shortspear_ftd","s":4,"n":"Slumbering Dragon's Wrath Hooked Shortspear","h":1,"p":25,"zg":{"n":29,"s":4},"id":1264},{"c":4,"u":"stirring%20dragon's%20wrath%20hooked%20shortspear_ftd","s":4,"n":"Stirring Dragon's Wrath Hooked Shortspear","h":1,"p":25,"zg":{"n":30,"s":4},"id":1265},{"c":4,"u":"vicious%20%2b1%20hooked%20shortspear_ai","s":11,"n":"Vicious +1 Hooked Shortspear","h":1,"p":149,"zg":{"n":31,"s":11},"id":1266},{"c":4,"u":"vicious%20hooked%20shortspear_dmg","s":0,"n":"Vicious Hooked Shortspear","h":1,"p":209,"zg":{"n":5,"s":0},"id":1267},{"c":4,"u":"vicious%20hooked%20shortspear_xdmg","s":3,"n":"Vicious Hooked Shortspear","h":1,"p":318,"zg":{"n":5,"s":3},"id":1268},{"c":4,"u":"wakened%20dragon's%20wrath%20hooked%20shortspear_ftd","s":4,"n":"Wakened Dragon's Wrath Hooked Shortspear","h":1,"p":25,"zg":{"n":32,"s":4},"id":1269},{"c":4,"u":"hooked%20shortspear%20of%20agonizing%20paralysis_coa","s":15,"n":"Hooked Shortspear of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1270},{"c":4,"u":"hooked%20shortspear%20of%20certain%20death_egw","s":5,"n":"Hooked Shortspear of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1271},{"c":4,"u":"hooked%20shortspear%20of%20throne's%20command_bmt","s":12,"n":"Hooked Shortspear of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1272},{"c":4,"u":"hooked%20shortspear%20of%20warning_dmg","s":0,"n":"Hooked Shortspear of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1273},{"c":4,"u":"hooked%20shortspear%20of%20warning_xdmg","s":3,"n":"Hooked Shortspear of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1274},{"c":4,"u":"%2b1%20hoopak_dmg","s":0,"n":"+1 Hoopak","h":1,"p":213,"zg":{"n":0,"s":0},"id":1275},{"c":4,"u":"%2b1%20hoopak_xdmg","s":3,"n":"+1 Hoopak","h":1,"p":324,"zg":{"n":0,"s":3},"id":1276},{"c":4,"u":"%2b2%20hoopak_dmg","s":0,"n":"+2 Hoopak","h":1,"p":213,"zg":{"n":1,"s":0},"id":1277},{"c":4,"u":"%2b2%20hoopak_xdmg","s":3,"n":"+2 Hoopak","h":1,"p":324,"zg":{"n":1,"s":3},"id":1278},{"c":4,"u":"%2b3%20hoopak_dmg","s":0,"n":"+3 Hoopak","h":1,"p":213,"zg":{"n":2,"s":0},"id":1279},{"c":4,"u":"%2b3%20hoopak_xdmg","s":3,"n":"+3 Hoopak","h":1,"p":324,"zg":{"n":2,"s":3},"id":1280},{"c":4,"u":"adamantine%20hoopak_xge","s":1,"n":"Adamantine Hoopak","h":1,"p":78,"zg":{"n":3,"s":1},"id":1281},{"c":4,"u":"ascendant%20dragon's%20wrath%20hoopak_ftd","s":4,"n":"Ascendant Dragon's Wrath Hoopak","h":1,"p":25,"zg":{"n":7,"s":4},"id":1282},{"c":4,"u":"corpse%20slayer%20hoopak_egw","s":5,"n":"Corpse Slayer Hoopak","h":1,"p":266,"zg":{"n":8,"s":5},"id":1283},{"c":4,"u":"dragon%20slayer%20hoopak_xdmg","s":3,"n":"Dragon Slayer Hoopak","h":1,"p":254,"zg":{"n":9,"s":3},"id":1284},{"c":4,"u":"drow%20%2b1%20hoopak_mm","s":6,"n":"Drow +1 Hoopak","h":1,"p":126,"zg":{"n":10,"s":6},"id":1285},{"c":4,"u":"drow%20%2b2%20hoopak_mm","s":6,"n":"Drow +2 Hoopak","h":1,"p":126,"zg":{"n":11,"s":6},"id":1286},{"c":4,"u":"drow%20%2b3%20hoopak_mm","s":6,"n":"Drow +3 Hoopak","h":1,"p":126,"zg":{"n":12,"s":6},"id":1287},{"c":4,"u":"enspelled%20(cantrip)%20hoopak_xdmg","s":3,"n":"Enspelled (Cantrip) Hoopak","h":1,"p":258,"zg":{"n":13,"s":3},"id":1288},{"c":4,"u":"enspelled%20(level%201)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 1) Hoopak","h":1,"p":258,"zg":{"n":14,"s":3},"id":1289},{"c":4,"u":"enspelled%20(level%202)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 2) Hoopak","h":1,"p":258,"zg":{"n":15,"s":3},"id":1290},{"c":4,"u":"enspelled%20(level%203)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 3) Hoopak","h":1,"p":258,"zg":{"n":16,"s":3},"id":1291},{"c":4,"u":"enspelled%20(level%204)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 4) Hoopak","h":1,"p":258,"zg":{"n":17,"s":3},"id":1292},{"c":4,"u":"enspelled%20(level%205)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 5) Hoopak","h":1,"p":258,"zg":{"n":18,"s":3},"id":1293},{"c":4,"u":"enspelled%20(level%206)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 6) Hoopak","h":1,"p":258,"zg":{"n":19,"s":3},"id":1294},{"c":4,"u":"enspelled%20(level%207)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 7) Hoopak","h":1,"p":258,"zg":{"n":20,"s":3},"id":1295},{"c":4,"u":"enspelled%20(level%208)%20hoopak_xdmg","s":3,"n":"Enspelled (Level 8) Hoopak","h":1,"p":258,"zg":{"n":21,"s":3},"id":1296},{"c":4,"u":"giant%20slayer%20hoopak_xdmg","s":3,"n":"Giant Slayer Hoopak","h":1,"p":264,"zg":{"n":22,"s":3},"id":1297},{"c":4,"u":"hellfire%20hoopak_bgdia","s":7,"n":"Hellfire Hoopak","h":1,"p":223,"zg":{"n":23,"s":7},"id":1298},{"c":4,"u":"holy%20avenger%20hoopak_xdmg","s":3,"n":"Holy Avenger Hoopak","h":1,"p":269,"zg":{"n":24,"s":3},"id":1299},{"c":4,"u":"lycan%20hoopak_ghloe","s":8,"n":"Lycan Hoopak","h":1,"p":111,"zg":{"n":25,"s":8},"id":1300},{"c":4,"u":"nine%20lives%20stealer%20hoopak_xdmg","s":3,"n":"Nine Lives Stealer Hoopak","h":1,"p":281,"zg":{"n":26,"s":3},"id":1301},{"c":4,"u":"ruidium%20hoopak_crcotn","s":10,"n":"Ruidium Hoopak","h":1,"p":216,"zg":{"n":28,"s":10},"id":1302},{"c":4,"u":"silvered%20hoopak_phb","s":2,"n":"Silvered Hoopak","h":1,"p":148,"zg":{"n":4,"s":2},"id":1303},{"c":4,"u":"silvered%20hoopak_xdmg","s":3,"n":"Silvered Hoopak","h":1,"p":304,"zg":{"n":4,"s":3},"id":1304},{"c":4,"u":"slumbering%20dragon's%20wrath%20hoopak_ftd","s":4,"n":"Slumbering Dragon's Wrath Hoopak","h":1,"p":25,"zg":{"n":29,"s":4},"id":1305},{"c":4,"u":"stirring%20dragon's%20wrath%20hoopak_ftd","s":4,"n":"Stirring Dragon's Wrath Hoopak","h":1,"p":25,"zg":{"n":30,"s":4},"id":1306},{"c":4,"u":"vicious%20%2b1%20hoopak_ai","s":11,"n":"Vicious +1 Hoopak","h":1,"p":149,"zg":{"n":31,"s":11},"id":1307},{"c":4,"u":"vicious%20hoopak_dmg","s":0,"n":"Vicious Hoopak","h":1,"p":209,"zg":{"n":5,"s":0},"id":1308},{"c":4,"u":"vicious%20hoopak_xdmg","s":3,"n":"Vicious Hoopak","h":1,"p":318,"zg":{"n":5,"s":3},"id":1309},{"c":4,"u":"wakened%20dragon's%20wrath%20hoopak_ftd","s":4,"n":"Wakened Dragon's Wrath Hoopak","h":1,"p":25,"zg":{"n":32,"s":4},"id":1310},{"c":4,"u":"hoopak%20of%20agonizing%20paralysis_coa","s":15,"n":"Hoopak of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1311},{"c":4,"u":"hoopak%20of%20certain%20death_egw","s":5,"n":"Hoopak of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1312},{"c":4,"u":"hoopak%20of%20throne's%20command_bmt","s":12,"n":"Hoopak of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1313},{"c":4,"u":"hoopak%20of%20warning_dmg","s":0,"n":"Hoopak of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1314},{"c":4,"u":"hoopak%20of%20warning_xdmg","s":3,"n":"Hoopak of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1315},{"c":4,"u":"%2b1%20hunting%20rifle_dmg","s":0,"n":"+1 Hunting Rifle","h":1,"p":213,"zg":{"n":0,"s":0},"id":1316},{"c":4,"u":"%2b2%20hunting%20rifle_dmg","s":0,"n":"+2 Hunting Rifle","h":1,"p":213,"zg":{"n":1,"s":0},"id":1317},{"c":4,"u":"%2b3%20hunting%20rifle_dmg","s":0,"n":"+3 Hunting Rifle","h":1,"p":213,"zg":{"n":2,"s":0},"id":1318},{"c":4,"u":"adamantine%20hunting%20rifle_xge","s":1,"n":"Adamantine Hunting Rifle","h":1,"p":78,"zg":{"n":3,"s":1},"id":1319},{"c":4,"u":"silvered%20hunting%20rifle_phb","s":2,"n":"Silvered Hunting Rifle","h":1,"p":148,"zg":{"n":4,"s":2},"id":1320},{"c":4,"u":"vicious%20hunting%20rifle_dmg","s":0,"n":"Vicious Hunting Rifle","h":1,"p":209,"zg":{"n":5,"s":0},"id":1321},{"c":4,"u":"hunting%20rifle%20of%20warning_dmg","s":0,"n":"Hunting Rifle of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1322},{"c":4,"u":"%2b1%20hunting%20rifle_xdmg","s":3,"n":"+1 Hunting Rifle","h":1,"p":324,"zg":{"n":0,"s":3},"id":1323},{"c":4,"u":"%2b2%20hunting%20rifle_xdmg","s":3,"n":"+2 Hunting Rifle","h":1,"p":324,"zg":{"n":1,"s":3},"id":1324},{"c":4,"u":"%2b3%20hunting%20rifle_xdmg","s":3,"n":"+3 Hunting Rifle","h":1,"p":324,"zg":{"n":2,"s":3},"id":1325},{"c":4,"u":"ascendant%20dragon's%20wrath%20hunting%20rifle_ftd","s":4,"n":"Ascendant Dragon's Wrath Hunting Rifle","h":1,"p":25,"zg":{"n":7,"s":4},"id":1326},{"c":4,"u":"corpse%20slayer%20hunting%20rifle_egw","s":5,"n":"Corpse Slayer Hunting Rifle","h":1,"p":266,"zg":{"n":8,"s":5},"id":1327},{"c":4,"u":"dragon%20slayer%20hunting%20rifle_xdmg","s":3,"n":"Dragon Slayer Hunting Rifle","h":1,"p":254,"zg":{"n":9,"s":3},"id":1328},{"c":4,"u":"drow%20%2b1%20hunting%20rifle_mm","s":6,"n":"Drow +1 Hunting Rifle","h":1,"p":126,"zg":{"n":10,"s":6},"id":1329},{"c":4,"u":"drow%20%2b2%20hunting%20rifle_mm","s":6,"n":"Drow +2 Hunting Rifle","h":1,"p":126,"zg":{"n":11,"s":6},"id":1330},{"c":4,"u":"drow%20%2b3%20hunting%20rifle_mm","s":6,"n":"Drow +3 Hunting Rifle","h":1,"p":126,"zg":{"n":12,"s":6},"id":1331},{"c":4,"u":"enspelled%20(cantrip)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Cantrip) Hunting Rifle","h":1,"p":258,"zg":{"n":13,"s":3},"id":1332},{"c":4,"u":"enspelled%20(level%201)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 1) Hunting Rifle","h":1,"p":258,"zg":{"n":14,"s":3},"id":1333},{"c":4,"u":"enspelled%20(level%202)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 2) Hunting Rifle","h":1,"p":258,"zg":{"n":15,"s":3},"id":1334},{"c":4,"u":"enspelled%20(level%203)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 3) Hunting Rifle","h":1,"p":258,"zg":{"n":16,"s":3},"id":1335},{"c":4,"u":"enspelled%20(level%204)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 4) Hunting Rifle","h":1,"p":258,"zg":{"n":17,"s":3},"id":1336},{"c":4,"u":"enspelled%20(level%205)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 5) Hunting Rifle","h":1,"p":258,"zg":{"n":18,"s":3},"id":1337},{"c":4,"u":"enspelled%20(level%206)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 6) Hunting Rifle","h":1,"p":258,"zg":{"n":19,"s":3},"id":1338},{"c":4,"u":"enspelled%20(level%207)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 7) Hunting Rifle","h":1,"p":258,"zg":{"n":20,"s":3},"id":1339},{"c":4,"u":"enspelled%20(level%208)%20hunting%20rifle_xdmg","s":3,"n":"Enspelled (Level 8) Hunting Rifle","h":1,"p":258,"zg":{"n":21,"s":3},"id":1340},{"c":4,"u":"giant%20slayer%20hunting%20rifle_xdmg","s":3,"n":"Giant Slayer Hunting Rifle","h":1,"p":264,"zg":{"n":22,"s":3},"id":1341},{"c":4,"u":"hellfire%20hunting%20rifle_bgdia","s":7,"n":"Hellfire Hunting Rifle","h":1,"p":223,"zg":{"n":23,"s":7},"id":1342},{"c":4,"u":"holy%20avenger%20hunting%20rifle_xdmg","s":3,"n":"Holy Avenger Hunting Rifle","h":1,"p":269,"zg":{"n":24,"s":3},"id":1343},{"c":4,"u":"lycan%20hunting%20rifle_ghloe","s":8,"n":"Lycan Hunting Rifle","h":1,"p":111,"zg":{"n":25,"s":8},"id":1344},{"c":4,"u":"nine%20lives%20stealer%20hunting%20rifle_xdmg","s":3,"n":"Nine Lives Stealer Hunting Rifle","h":1,"p":281,"zg":{"n":26,"s":3},"id":1345},{"c":4,"u":"oceanic%20hunting%20rifle_tdcsr","s":9,"n":"Oceanic Hunting Rifle","h":1,"p":199,"zg":{"n":27,"s":9},"id":1346},{"c":4,"u":"ruidium%20hunting%20rifle_crcotn","s":10,"n":"Ruidium Hunting Rifle","h":1,"p":216,"zg":{"n":28,"s":10},"id":1347},{"c":4,"u":"silvered%20hunting%20rifle_xdmg","s":3,"n":"Silvered Hunting Rifle","h":1,"p":304,"zg":{"n":4,"s":3},"id":1348},{"c":4,"u":"slumbering%20dragon's%20wrath%20hunting%20rifle_ftd","s":4,"n":"Slumbering Dragon's Wrath Hunting Rifle","h":1,"p":25,"zg":{"n":29,"s":4},"id":1349},{"c":4,"u":"stirring%20dragon's%20wrath%20hunting%20rifle_ftd","s":4,"n":"Stirring Dragon's Wrath Hunting Rifle","h":1,"p":25,"zg":{"n":30,"s":4},"id":1350},{"c":4,"u":"vicious%20%2b1%20hunting%20rifle_ai","s":11,"n":"Vicious +1 Hunting Rifle","h":1,"p":149,"zg":{"n":31,"s":11},"id":1351},{"c":4,"u":"vicious%20hunting%20rifle_xdmg","s":3,"n":"Vicious Hunting Rifle","h":1,"p":318,"zg":{"n":5,"s":3},"id":1352},{"c":4,"u":"wakened%20dragon's%20wrath%20hunting%20rifle_ftd","s":4,"n":"Wakened Dragon's Wrath Hunting Rifle","h":1,"p":25,"zg":{"n":32,"s":4},"id":1353},{"c":4,"u":"hunting%20rifle%20of%20certain%20death_egw","s":5,"n":"Hunting Rifle of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1354},{"c":4,"u":"hunting%20rifle%20of%20throne's%20command_bmt","s":12,"n":"Hunting Rifle of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1355},{"c":4,"u":"hunting%20rifle%20of%20warning_xdmg","s":3,"n":"Hunting Rifle of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1356},{"c":4,"u":"%2b1%20javelin_dmg","s":0,"n":"+1 Javelin","h":1,"p":213,"zg":{"n":0,"s":0},"id":1357},{"c":4,"u":"%2b2%20javelin_dmg","s":0,"n":"+2 Javelin","h":1,"p":213,"zg":{"n":1,"s":0},"id":1358},{"c":4,"u":"%2b3%20javelin_dmg","s":0,"n":"+3 Javelin","h":1,"p":213,"zg":{"n":2,"s":0},"id":1359},{"c":4,"u":"adamantine%20javelin_xge","s":1,"n":"Adamantine Javelin","h":1,"p":78,"zg":{"n":3,"s":1},"id":1360},{"c":4,"u":"silvered%20javelin_phb","s":2,"n":"Silvered Javelin","h":1,"p":148,"zg":{"n":4,"s":2},"id":1361},{"c":4,"u":"vicious%20javelin_dmg","s":0,"n":"Vicious Javelin","h":1,"p":209,"zg":{"n":5,"s":0},"id":1362},{"c":4,"u":"javelin%20of%20warning_dmg","s":0,"n":"Javelin of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1363},{"c":4,"u":"%2b1%20javelin_xdmg","s":3,"n":"+1 Javelin","h":1,"p":324,"zg":{"n":0,"s":3},"id":1364},{"c":4,"u":"%2b2%20javelin_xdmg","s":3,"n":"+2 Javelin","h":1,"p":324,"zg":{"n":1,"s":3},"id":1365},{"c":4,"u":"%2b3%20javelin_xdmg","s":3,"n":"+3 Javelin","h":1,"p":324,"zg":{"n":2,"s":3},"id":1366},{"c":4,"u":"adamantine%20javelin_xdmg","s":3,"n":"Adamantine Javelin","h":1,"p":227,"zg":{"n":3,"s":3},"id":1367},{"c":4,"u":"javelin%20armblade_erlw","s":14,"n":"Javelin Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1368},{"c":4,"u":"ascendant%20dragon's%20wrath%20javelin_ftd","s":4,"n":"Ascendant Dragon's Wrath Javelin","h":1,"p":25,"zg":{"n":7,"s":4},"id":1369},{"c":4,"u":"corpse%20slayer%20javelin_egw","s":5,"n":"Corpse Slayer Javelin","h":1,"p":266,"zg":{"n":8,"s":5},"id":1370},{"c":4,"u":"defender%20javelin_xdmg","s":3,"n":"Defender Javelin","h":1,"p":252,"zg":{"n":49,"s":3},"id":1371},{"c":4,"u":"dragon%20slayer%20javelin_xdmg","s":3,"n":"Dragon Slayer Javelin","h":1,"p":254,"zg":{"n":9,"s":3},"id":1372},{"c":4,"u":"drow%20%2b1%20javelin_mm","s":6,"n":"Drow +1 Javelin","h":1,"p":126,"zg":{"n":10,"s":6},"id":1373},{"c":4,"u":"drow%20%2b2%20javelin_mm","s":6,"n":"Drow +2 Javelin","h":1,"p":126,"zg":{"n":11,"s":6},"id":1374},{"c":4,"u":"drow%20%2b3%20javelin_mm","s":6,"n":"Drow +3 Javelin","h":1,"p":126,"zg":{"n":12,"s":6},"id":1375},{"c":4,"u":"enspelled%20(cantrip)%20javelin_xdmg","s":3,"n":"Enspelled (Cantrip) Javelin","h":1,"p":258,"zg":{"n":13,"s":3},"id":1376},{"c":4,"u":"enspelled%20(level%201)%20javelin_xdmg","s":3,"n":"Enspelled (Level 1) Javelin","h":1,"p":258,"zg":{"n":14,"s":3},"id":1377},{"c":4,"u":"enspelled%20(level%202)%20javelin_xdmg","s":3,"n":"Enspelled (Level 2) Javelin","h":1,"p":258,"zg":{"n":15,"s":3},"id":1378},{"c":4,"u":"enspelled%20(level%203)%20javelin_xdmg","s":3,"n":"Enspelled (Level 3) Javelin","h":1,"p":258,"zg":{"n":16,"s":3},"id":1379},{"c":4,"u":"enspelled%20(level%204)%20javelin_xdmg","s":3,"n":"Enspelled (Level 4) Javelin","h":1,"p":258,"zg":{"n":17,"s":3},"id":1380},{"c":4,"u":"enspelled%20(level%205)%20javelin_xdmg","s":3,"n":"Enspelled (Level 5) Javelin","h":1,"p":258,"zg":{"n":18,"s":3},"id":1381},{"c":4,"u":"enspelled%20(level%206)%20javelin_xdmg","s":3,"n":"Enspelled (Level 6) Javelin","h":1,"p":258,"zg":{"n":19,"s":3},"id":1382},{"c":4,"u":"enspelled%20(level%207)%20javelin_xdmg","s":3,"n":"Enspelled (Level 7) Javelin","h":1,"p":258,"zg":{"n":20,"s":3},"id":1383},{"c":4,"u":"enspelled%20(level%208)%20javelin_xdmg","s":3,"n":"Enspelled (Level 8) Javelin","h":1,"p":258,"zg":{"n":21,"s":3},"id":1384},{"c":4,"u":"flame%20tongue%20javelin_xdmg","s":3,"n":"Flame Tongue Javelin","h":1,"p":263,"zg":{"n":51,"s":3},"id":1385},{"c":4,"u":"giant%20slayer%20javelin_xdmg","s":3,"n":"Giant Slayer Javelin","h":1,"p":264,"zg":{"n":22,"s":3},"id":1386},{"c":4,"u":"hellfire%20javelin_bgdia","s":7,"n":"Hellfire Javelin","h":1,"p":223,"zg":{"n":23,"s":7},"id":1387},{"c":4,"u":"holy%20avenger%20javelin_xdmg","s":3,"n":"Holy Avenger Javelin","h":1,"p":269,"zg":{"n":24,"s":3},"id":1388},{"c":4,"u":"lycan%20javelin_ghloe","s":8,"n":"Lycan Javelin","h":1,"p":111,"zg":{"n":25,"s":8},"id":1389},{"c":4,"u":"nine%20lives%20stealer%20javelin_xdmg","s":3,"n":"Nine Lives Stealer Javelin","h":1,"p":281,"zg":{"n":26,"s":3},"id":1390},{"c":4,"u":"oceanic%20javelin_tdcsr","s":9,"n":"Oceanic Javelin","h":1,"p":199,"zg":{"n":27,"s":9},"id":1391},{"c":4,"u":"ruidium%20javelin_crcotn","s":10,"n":"Ruidium Javelin","h":1,"p":216,"zg":{"n":28,"s":10},"id":1392},{"c":4,"u":"silvered%20javelin_xdmg","s":3,"n":"Silvered Javelin","h":1,"p":304,"zg":{"n":4,"s":3},"id":1393},{"c":4,"u":"slumbering%20dragon's%20wrath%20javelin_ftd","s":4,"n":"Slumbering Dragon's Wrath Javelin","h":1,"p":25,"zg":{"n":29,"s":4},"id":1394},{"c":4,"u":"stirring%20dragon's%20wrath%20javelin_ftd","s":4,"n":"Stirring Dragon's Wrath Javelin","h":1,"p":25,"zg":{"n":30,"s":4},"id":1395},{"c":4,"u":"stygian%20javelin_coa","s":15,"n":"Stygian Javelin","h":1,"p":270,"zg":{"n":143,"s":15},"id":1396},{"c":4,"u":"vicious%20%2b1%20javelin_ai","s":11,"n":"Vicious +1 Javelin","h":1,"p":149,"zg":{"n":31,"s":11},"id":1397},{"c":4,"u":"vicious%20javelin_xdmg","s":3,"n":"Vicious Javelin","h":1,"p":318,"zg":{"n":5,"s":3},"id":1398},{"c":4,"u":"wakened%20dragon's%20wrath%20javelin_ftd","s":4,"n":"Wakened Dragon's Wrath Javelin","h":1,"p":25,"zg":{"n":32,"s":4},"id":1399},{"c":4,"u":"javelin%20of%20agonizing%20paralysis_coa","s":15,"n":"Javelin of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1400},{"c":4,"u":"javelin%20of%20certain%20death_egw","s":5,"n":"Javelin of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1401},{"c":4,"u":"javelin%20of%20warning_xdmg","s":3,"n":"Javelin of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1402},{"c":4,"u":"%2b1%20lance_dmg","s":0,"n":"+1 Lance","h":1,"p":213,"zg":{"n":0,"s":0},"id":1403},{"c":4,"u":"%2b2%20lance_dmg","s":0,"n":"+2 Lance","h":1,"p":213,"zg":{"n":1,"s":0},"id":1404},{"c":4,"u":"%2b3%20lance_dmg","s":0,"n":"+3 Lance","h":1,"p":213,"zg":{"n":2,"s":0},"id":1405},{"c":4,"u":"adamantine%20lance_xge","s":1,"n":"Adamantine Lance","h":1,"p":78,"zg":{"n":3,"s":1},"id":1406},{"c":4,"u":"silvered%20lance_phb","s":2,"n":"Silvered Lance","h":1,"p":148,"zg":{"n":4,"s":2},"id":1407},{"c":4,"u":"vicious%20lance_dmg","s":0,"n":"Vicious Lance","h":1,"p":209,"zg":{"n":5,"s":0},"id":1408},{"c":4,"u":"lance%20of%20warning_dmg","s":0,"n":"Lance of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1409},{"c":4,"u":"%2b1%20lance_xdmg","s":3,"n":"+1 Lance","h":1,"p":324,"zg":{"n":0,"s":3},"id":1410},{"c":4,"u":"%2b2%20lance_xdmg","s":3,"n":"+2 Lance","h":1,"p":324,"zg":{"n":1,"s":3},"id":1411},{"c":4,"u":"%2b3%20lance_xdmg","s":3,"n":"+3 Lance","h":1,"p":324,"zg":{"n":2,"s":3},"id":1412},{"c":4,"u":"adamantine%20lance_xdmg","s":3,"n":"Adamantine Lance","h":1,"p":227,"zg":{"n":3,"s":3},"id":1413},{"c":4,"u":"lance%20armblade_erlw","s":14,"n":"Lance Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1414},{"c":4,"u":"ascendant%20dragon's%20wrath%20lance_ftd","s":4,"n":"Ascendant Dragon's Wrath Lance","h":1,"p":25,"zg":{"n":7,"s":4},"id":1415},{"c":4,"u":"corpse%20slayer%20lance_egw","s":5,"n":"Corpse Slayer Lance","h":1,"p":266,"zg":{"n":8,"s":5},"id":1416},{"c":4,"u":"defender%20lance_xdmg","s":3,"n":"Defender Lance","h":1,"p":252,"zg":{"n":49,"s":3},"id":1417},{"c":4,"u":"dragon%20slayer%20lance_xdmg","s":3,"n":"Dragon Slayer Lance","h":1,"p":254,"zg":{"n":9,"s":3},"id":1418},{"c":4,"u":"dragonlance%20lance_ftd","s":4,"n":"Dragonlance Lance","h":1,"p":23,"zg":{"n":144,"s":4},"id":1419},{"c":4,"u":"drow%20%2b1%20lance_mm","s":6,"n":"Drow +1 Lance","h":1,"p":126,"zg":{"n":10,"s":6},"id":1420},{"c":4,"u":"drow%20%2b2%20lance_mm","s":6,"n":"Drow +2 Lance","h":1,"p":126,"zg":{"n":11,"s":6},"id":1421},{"c":4,"u":"drow%20%2b3%20lance_mm","s":6,"n":"Drow +3 Lance","h":1,"p":126,"zg":{"n":12,"s":6},"id":1422},{"c":4,"u":"enspelled%20(cantrip)%20lance_xdmg","s":3,"n":"Enspelled (Cantrip) Lance","h":1,"p":258,"zg":{"n":13,"s":3},"id":1423},{"c":4,"u":"enspelled%20(level%201)%20lance_xdmg","s":3,"n":"Enspelled (Level 1) Lance","h":1,"p":258,"zg":{"n":14,"s":3},"id":1424},{"c":4,"u":"enspelled%20(level%202)%20lance_xdmg","s":3,"n":"Enspelled (Level 2) Lance","h":1,"p":258,"zg":{"n":15,"s":3},"id":1425},{"c":4,"u":"enspelled%20(level%203)%20lance_xdmg","s":3,"n":"Enspelled (Level 3) Lance","h":1,"p":258,"zg":{"n":16,"s":3},"id":1426},{"c":4,"u":"enspelled%20(level%204)%20lance_xdmg","s":3,"n":"Enspelled (Level 4) Lance","h":1,"p":258,"zg":{"n":17,"s":3},"id":1427},{"c":4,"u":"enspelled%20(level%205)%20lance_xdmg","s":3,"n":"Enspelled (Level 5) Lance","h":1,"p":258,"zg":{"n":18,"s":3},"id":1428},{"c":4,"u":"enspelled%20(level%206)%20lance_xdmg","s":3,"n":"Enspelled (Level 6) Lance","h":1,"p":258,"zg":{"n":19,"s":3},"id":1429},{"c":4,"u":"enspelled%20(level%207)%20lance_xdmg","s":3,"n":"Enspelled (Level 7) Lance","h":1,"p":258,"zg":{"n":20,"s":3},"id":1430},{"c":4,"u":"enspelled%20(level%208)%20lance_xdmg","s":3,"n":"Enspelled (Level 8) Lance","h":1,"p":258,"zg":{"n":21,"s":3},"id":1431},{"c":4,"u":"flame%20tongue%20lance_xdmg","s":3,"n":"Flame Tongue Lance","h":1,"p":263,"zg":{"n":51,"s":3},"id":1432},{"c":4,"u":"giant%20slayer%20lance_xdmg","s":3,"n":"Giant Slayer Lance","h":1,"p":264,"zg":{"n":22,"s":3},"id":1433},{"c":4,"u":"hellfire%20lance_bgdia","s":7,"n":"Hellfire Lance","h":1,"p":223,"zg":{"n":23,"s":7},"id":1434},{"c":4,"u":"holy%20avenger%20lance_xdmg","s":3,"n":"Holy Avenger Lance","h":1,"p":269,"zg":{"n":24,"s":3},"id":1435},{"c":4,"u":"lycan%20lance_ghloe","s":8,"n":"Lycan Lance","h":1,"p":111,"zg":{"n":25,"s":8},"id":1436},{"c":4,"u":"nine%20lives%20stealer%20lance_xdmg","s":3,"n":"Nine Lives Stealer Lance","h":1,"p":281,"zg":{"n":26,"s":3},"id":1437},{"c":4,"u":"ruidium%20lance_crcotn","s":10,"n":"Ruidium Lance","h":1,"p":216,"zg":{"n":28,"s":10},"id":1438},{"c":4,"u":"silvered%20lance_xdmg","s":3,"n":"Silvered Lance","h":1,"p":304,"zg":{"n":4,"s":3},"id":1439},{"c":4,"u":"slumbering%20dragon's%20wrath%20lance_ftd","s":4,"n":"Slumbering Dragon's Wrath Lance","h":1,"p":25,"zg":{"n":29,"s":4},"id":1440},{"c":4,"u":"stirring%20dragon's%20wrath%20lance_ftd","s":4,"n":"Stirring Dragon's Wrath Lance","h":1,"p":25,"zg":{"n":30,"s":4},"id":1441},{"c":4,"u":"vicious%20%2b1%20lance_ai","s":11,"n":"Vicious +1 Lance","h":1,"p":149,"zg":{"n":31,"s":11},"id":1442},{"c":4,"u":"vicious%20lance_xdmg","s":3,"n":"Vicious Lance","h":1,"p":318,"zg":{"n":5,"s":3},"id":1443},{"c":4,"u":"wakened%20dragon's%20wrath%20lance_ftd","s":4,"n":"Wakened Dragon's Wrath Lance","h":1,"p":25,"zg":{"n":32,"s":4},"id":1444},{"c":4,"u":"lance%20of%20agonizing%20paralysis_coa","s":15,"n":"Lance of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1445},{"c":4,"u":"lance%20of%20certain%20death_egw","s":5,"n":"Lance of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1446},{"c":4,"u":"lance%20of%20throne's%20command_bmt","s":12,"n":"Lance of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1447},{"c":4,"u":"lance%20of%20warning_xdmg","s":3,"n":"Lance of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1448},{"c":4,"u":"%2b1%20laser%20pistol_dmg","s":0,"n":"+1 Laser Pistol","h":1,"p":213,"zg":{"n":0,"s":0},"id":1449},{"c":4,"u":"%2b2%20laser%20pistol_dmg","s":0,"n":"+2 Laser Pistol","h":1,"p":213,"zg":{"n":1,"s":0},"id":1450},{"c":4,"u":"%2b3%20laser%20pistol_dmg","s":0,"n":"+3 Laser Pistol","h":1,"p":213,"zg":{"n":2,"s":0},"id":1451},{"c":4,"u":"adamantine%20laser%20pistol_xge","s":1,"n":"Adamantine Laser Pistol","h":1,"p":78,"zg":{"n":3,"s":1},"id":1452},{"c":4,"u":"silvered%20laser%20pistol_phb","s":2,"n":"Silvered Laser Pistol","h":1,"p":148,"zg":{"n":4,"s":2},"id":1453},{"c":4,"u":"vicious%20laser%20pistol_dmg","s":0,"n":"Vicious Laser Pistol","h":1,"p":209,"zg":{"n":5,"s":0},"id":1454},{"c":4,"u":"laser%20pistol%20of%20warning_dmg","s":0,"n":"Laser Pistol of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1455},{"c":4,"u":"%2b1%20laser%20pistol_xdmg","s":3,"n":"+1 Laser Pistol","h":1,"p":324,"zg":{"n":0,"s":3},"id":1456},{"c":4,"u":"%2b2%20laser%20pistol_xdmg","s":3,"n":"+2 Laser Pistol","h":1,"p":324,"zg":{"n":1,"s":3},"id":1457},{"c":4,"u":"%2b3%20laser%20pistol_xdmg","s":3,"n":"+3 Laser Pistol","h":1,"p":324,"zg":{"n":2,"s":3},"id":1458},{"c":4,"u":"ascendant%20dragon's%20wrath%20laser%20pistol_ftd","s":4,"n":"Ascendant Dragon's Wrath Laser Pistol","h":1,"p":25,"zg":{"n":7,"s":4},"id":1459},{"c":4,"u":"corpse%20slayer%20laser%20pistol_egw","s":5,"n":"Corpse Slayer Laser Pistol","h":1,"p":266,"zg":{"n":8,"s":5},"id":1460},{"c":4,"u":"dragon%20slayer%20laser%20pistol_xdmg","s":3,"n":"Dragon Slayer Laser Pistol","h":1,"p":254,"zg":{"n":9,"s":3},"id":1461},{"c":4,"u":"drow%20%2b1%20laser%20pistol_mm","s":6,"n":"Drow +1 Laser Pistol","h":1,"p":126,"zg":{"n":10,"s":6},"id":1462},{"c":4,"u":"drow%20%2b2%20laser%20pistol_mm","s":6,"n":"Drow +2 Laser Pistol","h":1,"p":126,"zg":{"n":11,"s":6},"id":1463},{"c":4,"u":"drow%20%2b3%20laser%20pistol_mm","s":6,"n":"Drow +3 Laser Pistol","h":1,"p":126,"zg":{"n":12,"s":6},"id":1464},{"c":4,"u":"enspelled%20(cantrip)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Cantrip) Laser Pistol","h":1,"p":258,"zg":{"n":13,"s":3},"id":1465},{"c":4,"u":"enspelled%20(level%201)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 1) Laser Pistol","h":1,"p":258,"zg":{"n":14,"s":3},"id":1466},{"c":4,"u":"enspelled%20(level%202)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 2) Laser Pistol","h":1,"p":258,"zg":{"n":15,"s":3},"id":1467},{"c":4,"u":"enspelled%20(level%203)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 3) Laser Pistol","h":1,"p":258,"zg":{"n":16,"s":3},"id":1468},{"c":4,"u":"enspelled%20(level%204)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 4) Laser Pistol","h":1,"p":258,"zg":{"n":17,"s":3},"id":1469},{"c":4,"u":"enspelled%20(level%205)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 5) Laser Pistol","h":1,"p":258,"zg":{"n":18,"s":3},"id":1470},{"c":4,"u":"enspelled%20(level%206)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 6) Laser Pistol","h":1,"p":258,"zg":{"n":19,"s":3},"id":1471},{"c":4,"u":"enspelled%20(level%207)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 7) Laser Pistol","h":1,"p":258,"zg":{"n":20,"s":3},"id":1472},{"c":4,"u":"enspelled%20(level%208)%20laser%20pistol_xdmg","s":3,"n":"Enspelled (Level 8) Laser Pistol","h":1,"p":258,"zg":{"n":21,"s":3},"id":1473},{"c":4,"u":"giant%20slayer%20laser%20pistol_xdmg","s":3,"n":"Giant Slayer Laser Pistol","h":1,"p":264,"zg":{"n":22,"s":3},"id":1474},{"c":4,"u":"hellfire%20laser%20pistol_bgdia","s":7,"n":"Hellfire Laser Pistol","h":1,"p":223,"zg":{"n":23,"s":7},"id":1475},{"c":4,"u":"holy%20avenger%20laser%20pistol_xdmg","s":3,"n":"Holy Avenger Laser Pistol","h":1,"p":269,"zg":{"n":24,"s":3},"id":1476},{"c":4,"u":"lycan%20laser%20pistol_ghloe","s":8,"n":"Lycan Laser Pistol","h":1,"p":111,"zg":{"n":25,"s":8},"id":1477},{"c":4,"u":"nine%20lives%20stealer%20laser%20pistol_xdmg","s":3,"n":"Nine Lives Stealer Laser Pistol","h":1,"p":281,"zg":{"n":26,"s":3},"id":1478},{"c":4,"u":"oceanic%20laser%20pistol_tdcsr","s":9,"n":"Oceanic Laser Pistol","h":1,"p":199,"zg":{"n":27,"s":9},"id":1479},{"c":4,"u":"ruidium%20laser%20pistol_crcotn","s":10,"n":"Ruidium Laser Pistol","h":1,"p":216,"zg":{"n":28,"s":10},"id":1480},{"c":4,"u":"silvered%20laser%20pistol_xdmg","s":3,"n":"Silvered Laser Pistol","h":1,"p":304,"zg":{"n":4,"s":3},"id":1481},{"c":4,"u":"slumbering%20dragon's%20wrath%20laser%20pistol_ftd","s":4,"n":"Slumbering Dragon's Wrath Laser Pistol","h":1,"p":25,"zg":{"n":29,"s":4},"id":1482},{"c":4,"u":"stirring%20dragon's%20wrath%20laser%20pistol_ftd","s":4,"n":"Stirring Dragon's Wrath Laser Pistol","h":1,"p":25,"zg":{"n":30,"s":4},"id":1483},{"c":4,"u":"vicious%20%2b1%20laser%20pistol_ai","s":11,"n":"Vicious +1 Laser Pistol","h":1,"p":149,"zg":{"n":31,"s":11},"id":1484},{"c":4,"u":"vicious%20laser%20pistol_xdmg","s":3,"n":"Vicious Laser Pistol","h":1,"p":318,"zg":{"n":5,"s":3},"id":1485},{"c":4,"u":"wakened%20dragon's%20wrath%20laser%20pistol_ftd","s":4,"n":"Wakened Dragon's Wrath Laser Pistol","h":1,"p":25,"zg":{"n":32,"s":4},"id":1486},{"c":4,"u":"laser%20pistol%20of%20certain%20death_egw","s":5,"n":"Laser Pistol of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1487},{"c":4,"u":"laser%20pistol%20of%20throne's%20command_bmt","s":12,"n":"Laser Pistol of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1488},{"c":4,"u":"laser%20pistol%20of%20warning_xdmg","s":3,"n":"Laser Pistol of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1489},{"c":4,"u":"%2b1%20laser%20rifle_dmg","s":0,"n":"+1 Laser Rifle","h":1,"p":213,"zg":{"n":0,"s":0},"id":1490},{"c":4,"u":"%2b2%20laser%20rifle_dmg","s":0,"n":"+2 Laser Rifle","h":1,"p":213,"zg":{"n":1,"s":0},"id":1491},{"c":4,"u":"%2b3%20laser%20rifle_dmg","s":0,"n":"+3 Laser Rifle","h":1,"p":213,"zg":{"n":2,"s":0},"id":1492},{"c":4,"u":"adamantine%20laser%20rifle_xge","s":1,"n":"Adamantine Laser Rifle","h":1,"p":78,"zg":{"n":3,"s":1},"id":1493},{"c":4,"u":"silvered%20laser%20rifle_phb","s":2,"n":"Silvered Laser Rifle","h":1,"p":148,"zg":{"n":4,"s":2},"id":1494},{"c":4,"u":"vicious%20laser%20rifle_dmg","s":0,"n":"Vicious Laser Rifle","h":1,"p":209,"zg":{"n":5,"s":0},"id":1495},{"c":4,"u":"laser%20rifle%20of%20warning_dmg","s":0,"n":"Laser Rifle of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1496},{"c":4,"u":"%2b1%20laser%20rifle_xdmg","s":3,"n":"+1 Laser Rifle","h":1,"p":324,"zg":{"n":0,"s":3},"id":1497},{"c":4,"u":"%2b2%20laser%20rifle_xdmg","s":3,"n":"+2 Laser Rifle","h":1,"p":324,"zg":{"n":1,"s":3},"id":1498},{"c":4,"u":"%2b3%20laser%20rifle_xdmg","s":3,"n":"+3 Laser Rifle","h":1,"p":324,"zg":{"n":2,"s":3},"id":1499},{"c":4,"u":"ascendant%20dragon's%20wrath%20laser%20rifle_ftd","s":4,"n":"Ascendant Dragon's Wrath Laser Rifle","h":1,"p":25,"zg":{"n":7,"s":4},"id":1500},{"c":4,"u":"corpse%20slayer%20laser%20rifle_egw","s":5,"n":"Corpse Slayer Laser Rifle","h":1,"p":266,"zg":{"n":8,"s":5},"id":1501},{"c":4,"u":"dragon%20slayer%20laser%20rifle_xdmg","s":3,"n":"Dragon Slayer Laser Rifle","h":1,"p":254,"zg":{"n":9,"s":3},"id":1502},{"c":4,"u":"drow%20%2b1%20laser%20rifle_mm","s":6,"n":"Drow +1 Laser Rifle","h":1,"p":126,"zg":{"n":10,"s":6},"id":1503},{"c":4,"u":"drow%20%2b2%20laser%20rifle_mm","s":6,"n":"Drow +2 Laser Rifle","h":1,"p":126,"zg":{"n":11,"s":6},"id":1504},{"c":4,"u":"drow%20%2b3%20laser%20rifle_mm","s":6,"n":"Drow +3 Laser Rifle","h":1,"p":126,"zg":{"n":12,"s":6},"id":1505},{"c":4,"u":"enspelled%20(cantrip)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Cantrip) Laser Rifle","h":1,"p":258,"zg":{"n":13,"s":3},"id":1506},{"c":4,"u":"enspelled%20(level%201)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 1) Laser Rifle","h":1,"p":258,"zg":{"n":14,"s":3},"id":1507},{"c":4,"u":"enspelled%20(level%202)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 2) Laser Rifle","h":1,"p":258,"zg":{"n":15,"s":3},"id":1508},{"c":4,"u":"enspelled%20(level%203)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 3) Laser Rifle","h":1,"p":258,"zg":{"n":16,"s":3},"id":1509},{"c":4,"u":"enspelled%20(level%204)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 4) Laser Rifle","h":1,"p":258,"zg":{"n":17,"s":3},"id":1510},{"c":4,"u":"enspelled%20(level%205)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 5) Laser Rifle","h":1,"p":258,"zg":{"n":18,"s":3},"id":1511},{"c":4,"u":"enspelled%20(level%206)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 6) Laser Rifle","h":1,"p":258,"zg":{"n":19,"s":3},"id":1512},{"c":4,"u":"enspelled%20(level%207)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 7) Laser Rifle","h":1,"p":258,"zg":{"n":20,"s":3},"id":1513},{"c":4,"u":"enspelled%20(level%208)%20laser%20rifle_xdmg","s":3,"n":"Enspelled (Level 8) Laser Rifle","h":1,"p":258,"zg":{"n":21,"s":3},"id":1514},{"c":4,"u":"giant%20slayer%20laser%20rifle_xdmg","s":3,"n":"Giant Slayer Laser Rifle","h":1,"p":264,"zg":{"n":22,"s":3},"id":1515},{"c":4,"u":"hellfire%20laser%20rifle_bgdia","s":7,"n":"Hellfire Laser Rifle","h":1,"p":223,"zg":{"n":23,"s":7},"id":1516},{"c":4,"u":"holy%20avenger%20laser%20rifle_xdmg","s":3,"n":"Holy Avenger Laser Rifle","h":1,"p":269,"zg":{"n":24,"s":3},"id":1517},{"c":4,"u":"lycan%20laser%20rifle_ghloe","s":8,"n":"Lycan Laser Rifle","h":1,"p":111,"zg":{"n":25,"s":8},"id":1518},{"c":4,"u":"nine%20lives%20stealer%20laser%20rifle_xdmg","s":3,"n":"Nine Lives Stealer Laser Rifle","h":1,"p":281,"zg":{"n":26,"s":3},"id":1519},{"c":4,"u":"oceanic%20laser%20rifle_tdcsr","s":9,"n":"Oceanic Laser Rifle","h":1,"p":199,"zg":{"n":27,"s":9},"id":1520},{"c":4,"u":"ruidium%20laser%20rifle_crcotn","s":10,"n":"Ruidium Laser Rifle","h":1,"p":216,"zg":{"n":28,"s":10},"id":1521},{"c":4,"u":"silvered%20laser%20rifle_xdmg","s":3,"n":"Silvered Laser Rifle","h":1,"p":304,"zg":{"n":4,"s":3},"id":1522},{"c":4,"u":"slumbering%20dragon's%20wrath%20laser%20rifle_ftd","s":4,"n":"Slumbering Dragon's Wrath Laser Rifle","h":1,"p":25,"zg":{"n":29,"s":4},"id":1523},{"c":4,"u":"stirring%20dragon's%20wrath%20laser%20rifle_ftd","s":4,"n":"Stirring Dragon's Wrath Laser Rifle","h":1,"p":25,"zg":{"n":30,"s":4},"id":1524},{"c":4,"u":"vicious%20%2b1%20laser%20rifle_ai","s":11,"n":"Vicious +1 Laser Rifle","h":1,"p":149,"zg":{"n":31,"s":11},"id":1525},{"c":4,"u":"vicious%20laser%20rifle_xdmg","s":3,"n":"Vicious Laser Rifle","h":1,"p":318,"zg":{"n":5,"s":3},"id":1526},{"c":4,"u":"wakened%20dragon's%20wrath%20laser%20rifle_ftd","s":4,"n":"Wakened Dragon's Wrath Laser Rifle","h":1,"p":25,"zg":{"n":32,"s":4},"id":1527},{"c":4,"u":"laser%20rifle%20of%20certain%20death_egw","s":5,"n":"Laser Rifle of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1528},{"c":4,"u":"laser%20rifle%20of%20throne's%20command_bmt","s":12,"n":"Laser Rifle of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1529},{"c":4,"u":"laser%20rifle%20of%20warning_xdmg","s":3,"n":"Laser Rifle of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1530},{"c":4,"u":"%2b1%20leather%20armor_dmg","s":0,"n":"+1 Leather Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":1531},{"c":4,"u":"%2b2%20leather%20armor_dmg","s":0,"n":"+2 Leather Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":1532},{"c":4,"u":"%2b3%20leather%20armor_dmg","s":0,"n":"+3 Leather Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":1533},{"c":4,"u":"leather%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Leather Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":1534},{"c":4,"u":"leather%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Leather Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":1535},{"c":4,"u":"leather%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Leather Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":1536},{"c":4,"u":"leather%20armor%20of%20force%20resistance_dmg","s":0,"n":"Leather Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":1537},{"c":4,"u":"leather%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Leather Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":1538},{"c":4,"u":"leather%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Leather Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":1539},{"c":4,"u":"leather%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Leather Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":1540},{"c":4,"u":"leather%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Leather Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":1541},{"c":4,"u":"leather%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Leather Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":1542},{"c":4,"u":"leather%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Leather Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":1543},{"c":4,"u":"cast-off%20leather%20armor_xge","s":1,"n":"Cast-Off Leather Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":1544},{"c":4,"u":"mariner's%20leather%20armor_dmg","s":0,"n":"Mariner's Leather Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":1545},{"c":4,"u":"smoldering%20leather%20armor_xge","s":1,"n":"Smoldering Leather Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":1546},{"c":4,"u":"%2b1%20leather%20armor_xdmg","s":3,"n":"+1 Leather Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":1547},{"c":4,"u":"%2b2%20leather%20armor_xdmg","s":3,"n":"+2 Leather Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":1548},{"c":4,"u":"%2b3%20leather%20armor_xdmg","s":3,"n":"+3 Leather Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":1549},{"c":4,"u":"antimagic%20leather%20armor_bmt","s":12,"n":"Antimagic Leather Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":1550},{"c":4,"u":"leather%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Leather Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":1551},{"c":4,"u":"leather%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Leather Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":1552},{"c":4,"u":"leather%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Leather Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":1553},{"c":4,"u":"leather%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Leather Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":1554},{"c":4,"u":"leather%20armor%20of%20gleaming_xdmg","s":3,"n":"Leather Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":1555},{"c":4,"u":"leather%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Leather Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":1556},{"c":4,"u":"leather%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Leather Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":1557},{"c":4,"u":"leather%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Leather Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":1558},{"c":4,"u":"leather%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Leather Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":1559},{"c":4,"u":"leather%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Leather Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":1560},{"c":4,"u":"leather%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Leather Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":1561},{"c":4,"u":"leather%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Leather Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":1562},{"c":4,"u":"leather%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Leather Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":1563},{"c":4,"u":"leather%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Leather Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":1564},{"c":4,"u":"leather%20armor%20of%20weightlessness_bmt","s":12,"n":"Leather Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":1565},{"c":4,"u":"leather%20barding_phb","s":2,"n":"Leather Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":1566},{"c":4,"u":"cast-off%20leather%20armor_xdmg","s":3,"n":"Cast-Off Leather Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":1567},{"c":4,"u":"demon%20leather%20armor_xdmg","s":3,"n":"Demon Leather Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":1568},{"c":4,"u":"drow%20%2b1%20leather%20armor_mm","s":6,"n":"Drow +1 Leather Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":1569},{"c":4,"u":"drow%20%2b2%20leather%20armor_mm","s":6,"n":"Drow +2 Leather Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":1570},{"c":4,"u":"drow%20%2b3%20leather%20armor_mm","s":6,"n":"Drow +3 Leather Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":1571},{"c":4,"u":"enspelled%20(cantrip)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Leather Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":1572},{"c":4,"u":"enspelled%20(level%201)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Leather Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":1573},{"c":4,"u":"enspelled%20(level%202)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Leather Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":1574},{"c":4,"u":"enspelled%20(level%203)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Leather Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":1575},{"c":4,"u":"enspelled%20(level%204)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Leather Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":1576},{"c":4,"u":"enspelled%20(level%205)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Leather Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":1577},{"c":4,"u":"enspelled%20(level%206)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Leather Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":1578},{"c":4,"u":"enspelled%20(level%207)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Leather Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":1579},{"c":4,"u":"enspelled%20(level%208)%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Leather Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":1580},{"c":4,"u":"feywrought%20leather%20armor_bmt","s":12,"n":"Feywrought Leather Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":1581},{"c":4,"u":"gloomwrought%20leather%20armor_bmt","s":12,"n":"Gloomwrought Leather Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":1582},{"c":4,"u":"last%20stand%20leather%20armor_egw","s":5,"n":"Last Stand Leather Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":1583},{"c":4,"u":"living%20leather%20armor_erlw","s":14,"n":"Living Leather Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":1584},{"c":4,"u":"mariner's%20leather%20armor_xdmg","s":3,"n":"Mariner's Leather Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":1585},{"c":4,"u":"smoldering%20leather%20armor_xdmg","s":3,"n":"Smoldering Leather Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":1586},{"c":4,"u":"zephyr%20leather%20armor_bgg","s":17,"n":"Zephyr Leather Armor","h":1,"p":117,"zg":{"n":145,"s":17},"id":1587},{"c":4,"u":"%2b1%20light%20crossbow_dmg","s":0,"n":"+1 Light Crossbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":1588},{"c":4,"u":"%2b2%20light%20crossbow_dmg","s":0,"n":"+2 Light Crossbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":1589},{"c":4,"u":"%2b3%20light%20crossbow_dmg","s":0,"n":"+3 Light Crossbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":1590},{"c":4,"u":"adamantine%20light%20crossbow_xge","s":1,"n":"Adamantine Light Crossbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":1591},{"c":4,"u":"silvered%20light%20crossbow_phb","s":2,"n":"Silvered Light Crossbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":1592},{"c":4,"u":"vicious%20light%20crossbow_dmg","s":0,"n":"Vicious Light Crossbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":1593},{"c":4,"u":"light%20crossbow%20of%20warning_dmg","s":0,"n":"Light Crossbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1594},{"c":4,"u":"%2b1%20light%20crossbow_xdmg","s":3,"n":"+1 Light Crossbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":1595},{"c":4,"u":"%2b2%20light%20crossbow_xdmg","s":3,"n":"+2 Light Crossbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":1596},{"c":4,"u":"%2b3%20light%20crossbow_xdmg","s":3,"n":"+3 Light Crossbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":1597},{"c":4,"u":"ascendant%20dragon's%20wrath%20light%20crossbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Light Crossbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":1598},{"c":4,"u":"corpse%20slayer%20light%20crossbow_egw","s":5,"n":"Corpse Slayer Light Crossbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":1599},{"c":4,"u":"dragon%20slayer%20light%20crossbow_xdmg","s":3,"n":"Dragon Slayer Light Crossbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":1600},{"c":4,"u":"drow%20%2b1%20light%20crossbow_mm","s":6,"n":"Drow +1 Light Crossbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":1601},{"c":4,"u":"drow%20%2b2%20light%20crossbow_mm","s":6,"n":"Drow +2 Light Crossbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":1602},{"c":4,"u":"drow%20%2b3%20light%20crossbow_mm","s":6,"n":"Drow +3 Light Crossbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":1603},{"c":4,"u":"enspelled%20(cantrip)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Cantrip) Light Crossbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":1604},{"c":4,"u":"enspelled%20(level%201)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 1) Light Crossbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":1605},{"c":4,"u":"enspelled%20(level%202)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 2) Light Crossbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":1606},{"c":4,"u":"enspelled%20(level%203)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 3) Light Crossbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":1607},{"c":4,"u":"enspelled%20(level%204)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 4) Light Crossbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":1608},{"c":4,"u":"enspelled%20(level%205)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 5) Light Crossbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":1609},{"c":4,"u":"enspelled%20(level%206)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 6) Light Crossbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":1610},{"c":4,"u":"enspelled%20(level%207)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 7) Light Crossbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":1611},{"c":4,"u":"enspelled%20(level%208)%20light%20crossbow_xdmg","s":3,"n":"Enspelled (Level 8) Light Crossbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":1612},{"c":4,"u":"giant%20slayer%20light%20crossbow_xdmg","s":3,"n":"Giant Slayer Light Crossbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":1613},{"c":4,"u":"hellfire%20light%20crossbow_bgdia","s":7,"n":"Hellfire Light Crossbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":1614},{"c":4,"u":"holy%20avenger%20light%20crossbow_xdmg","s":3,"n":"Holy Avenger Light Crossbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":1615},{"c":4,"u":"lycan%20light%20crossbow_ghloe","s":8,"n":"Lycan Light Crossbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":1616},{"c":4,"u":"nine%20lives%20stealer%20light%20crossbow_xdmg","s":3,"n":"Nine Lives Stealer Light Crossbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":1617},{"c":4,"u":"oceanic%20light%20crossbow_tdcsr","s":9,"n":"Oceanic Light Crossbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":1618},{"c":4,"u":"ruidium%20light%20crossbow_crcotn","s":10,"n":"Ruidium Light Crossbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":1619},{"c":4,"u":"silvered%20light%20crossbow_xdmg","s":3,"n":"Silvered Light Crossbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":1620},{"c":4,"u":"slumbering%20dragon's%20wrath%20light%20crossbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Light Crossbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":1621},{"c":4,"u":"starcrossed%20light%20crossbow_dodk","s":13,"n":"Starcrossed Light Crossbow","h":1,"p":232,"zg":{"n":141,"s":13},"id":1622},{"c":4,"u":"starshot%20light%20crossbow_bmt","s":12,"n":"Starshot Light Crossbow","h":1,"p":38,"zg":{"n":142,"s":12},"id":1623},{"c":4,"u":"stirring%20dragon's%20wrath%20light%20crossbow_ftd","s":4,"n":"Stirring Dragon's Wrath Light Crossbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":1624},{"c":4,"u":"vicious%20%2b1%20light%20crossbow_ai","s":11,"n":"Vicious +1 Light Crossbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":1625},{"c":4,"u":"vicious%20light%20crossbow_xdmg","s":3,"n":"Vicious Light Crossbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":1626},{"c":4,"u":"wakened%20dragon's%20wrath%20light%20crossbow_ftd","s":4,"n":"Wakened Dragon's Wrath Light Crossbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":1627},{"c":4,"u":"light%20crossbow%20of%20certain%20death_egw","s":5,"n":"Light Crossbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1628},{"c":4,"u":"light%20crossbow%20of%20warning_xdmg","s":3,"n":"Light Crossbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1629},{"c":4,"u":"%2b1%20light%20hammer_dmg","s":0,"n":"+1 Light Hammer","h":1,"p":213,"zg":{"n":0,"s":0},"id":1630},{"c":4,"u":"%2b2%20light%20hammer_dmg","s":0,"n":"+2 Light Hammer","h":1,"p":213,"zg":{"n":1,"s":0},"id":1631},{"c":4,"u":"%2b3%20light%20hammer_dmg","s":0,"n":"+3 Light Hammer","h":1,"p":213,"zg":{"n":2,"s":0},"id":1632},{"c":4,"u":"adamantine%20light%20hammer_xge","s":1,"n":"Adamantine Light Hammer","h":1,"p":78,"zg":{"n":3,"s":1},"id":1633},{"c":4,"u":"silvered%20light%20hammer_phb","s":2,"n":"Silvered Light Hammer","h":1,"p":148,"zg":{"n":4,"s":2},"id":1634},{"c":4,"u":"vicious%20light%20hammer_dmg","s":0,"n":"Vicious Light Hammer","h":1,"p":209,"zg":{"n":5,"s":0},"id":1635},{"c":4,"u":"light%20hammer%20of%20warning_dmg","s":0,"n":"Light Hammer of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1636},{"c":4,"u":"%2b1%20light%20hammer_xdmg","s":3,"n":"+1 Light Hammer","h":1,"p":324,"zg":{"n":0,"s":3},"id":1637},{"c":4,"u":"%2b2%20light%20hammer_xdmg","s":3,"n":"+2 Light Hammer","h":1,"p":324,"zg":{"n":1,"s":3},"id":1638},{"c":4,"u":"%2b3%20light%20hammer_xdmg","s":3,"n":"+3 Light Hammer","h":1,"p":324,"zg":{"n":2,"s":3},"id":1639},{"c":4,"u":"adamantine%20light%20hammer_xdmg","s":3,"n":"Adamantine Light Hammer","h":1,"p":227,"zg":{"n":3,"s":3},"id":1640},{"c":4,"u":"light%20hammer%20armblade_erlw","s":14,"n":"Light Hammer Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1641},{"c":4,"u":"ascendant%20dragon's%20wrath%20light%20hammer_ftd","s":4,"n":"Ascendant Dragon's Wrath Light Hammer","h":1,"p":25,"zg":{"n":7,"s":4},"id":1642},{"c":4,"u":"comet%20smasher%20light%20hammer_dodk","s":13,"n":"Comet Smasher Light Hammer","h":1,"p":230,"zg":{"n":106,"s":13},"id":1643},{"c":4,"u":"corpse%20slayer%20light%20hammer_egw","s":5,"n":"Corpse Slayer Light Hammer","h":1,"p":266,"zg":{"n":8,"s":5},"id":1644},{"c":4,"u":"defender%20light%20hammer_xdmg","s":3,"n":"Defender Light Hammer","h":1,"p":252,"zg":{"n":49,"s":3},"id":1645},{"c":4,"u":"dragon%20slayer%20light%20hammer_xdmg","s":3,"n":"Dragon Slayer Light Hammer","h":1,"p":254,"zg":{"n":9,"s":3},"id":1646},{"c":4,"u":"drow%20%2b1%20light%20hammer_mm","s":6,"n":"Drow +1 Light Hammer","h":1,"p":126,"zg":{"n":10,"s":6},"id":1647},{"c":4,"u":"drow%20%2b2%20light%20hammer_mm","s":6,"n":"Drow +2 Light Hammer","h":1,"p":126,"zg":{"n":11,"s":6},"id":1648},{"c":4,"u":"drow%20%2b3%20light%20hammer_mm","s":6,"n":"Drow +3 Light Hammer","h":1,"p":126,"zg":{"n":12,"s":6},"id":1649},{"c":4,"u":"enspelled%20(cantrip)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Cantrip) Light Hammer","h":1,"p":258,"zg":{"n":13,"s":3},"id":1650},{"c":4,"u":"enspelled%20(level%201)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 1) Light Hammer","h":1,"p":258,"zg":{"n":14,"s":3},"id":1651},{"c":4,"u":"enspelled%20(level%202)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 2) Light Hammer","h":1,"p":258,"zg":{"n":15,"s":3},"id":1652},{"c":4,"u":"enspelled%20(level%203)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 3) Light Hammer","h":1,"p":258,"zg":{"n":16,"s":3},"id":1653},{"c":4,"u":"enspelled%20(level%204)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 4) Light Hammer","h":1,"p":258,"zg":{"n":17,"s":3},"id":1654},{"c":4,"u":"enspelled%20(level%205)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 5) Light Hammer","h":1,"p":258,"zg":{"n":18,"s":3},"id":1655},{"c":4,"u":"enspelled%20(level%206)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 6) Light Hammer","h":1,"p":258,"zg":{"n":19,"s":3},"id":1656},{"c":4,"u":"enspelled%20(level%207)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 7) Light Hammer","h":1,"p":258,"zg":{"n":20,"s":3},"id":1657},{"c":4,"u":"enspelled%20(level%208)%20light%20hammer_xdmg","s":3,"n":"Enspelled (Level 8) Light Hammer","h":1,"p":258,"zg":{"n":21,"s":3},"id":1658},{"c":4,"u":"flame%20tongue%20light%20hammer_xdmg","s":3,"n":"Flame Tongue Light Hammer","h":1,"p":263,"zg":{"n":51,"s":3},"id":1659},{"c":4,"u":"forcebreaker%20light%20hammer_bmt","s":12,"n":"Forcebreaker Light Hammer","h":1,"p":67,"zg":{"n":107,"s":12},"id":1660},{"c":4,"u":"giant%20slayer%20light%20hammer_xdmg","s":3,"n":"Giant Slayer Light Hammer","h":1,"p":264,"zg":{"n":22,"s":3},"id":1661},{"c":4,"u":"hellfire%20light%20hammer_bgdia","s":7,"n":"Hellfire Light Hammer","h":1,"p":223,"zg":{"n":23,"s":7},"id":1662},{"c":4,"u":"holy%20avenger%20light%20hammer_xdmg","s":3,"n":"Holy Avenger Light Hammer","h":1,"p":269,"zg":{"n":24,"s":3},"id":1663},{"c":4,"u":"lycan%20light%20hammer_ghloe","s":8,"n":"Lycan Light Hammer","h":1,"p":111,"zg":{"n":25,"s":8},"id":1664},{"c":4,"u":"nine%20lives%20stealer%20light%20hammer_xdmg","s":3,"n":"Nine Lives Stealer Light Hammer","h":1,"p":281,"zg":{"n":26,"s":3},"id":1665},{"c":4,"u":"oceanic%20light%20hammer_tdcsr","s":9,"n":"Oceanic Light Hammer","h":1,"p":199,"zg":{"n":27,"s":9},"id":1666},{"c":4,"u":"ruidium%20light%20hammer_crcotn","s":10,"n":"Ruidium Light Hammer","h":1,"p":216,"zg":{"n":28,"s":10},"id":1667},{"c":4,"u":"silvered%20light%20hammer_xdmg","s":3,"n":"Silvered Light Hammer","h":1,"p":304,"zg":{"n":4,"s":3},"id":1668},{"c":4,"u":"slumbering%20dragon's%20wrath%20light%20hammer_ftd","s":4,"n":"Slumbering Dragon's Wrath Light Hammer","h":1,"p":25,"zg":{"n":29,"s":4},"id":1669},{"c":4,"u":"stirring%20dragon's%20wrath%20light%20hammer_ftd","s":4,"n":"Stirring Dragon's Wrath Light Hammer","h":1,"p":25,"zg":{"n":30,"s":4},"id":1670},{"c":4,"u":"vicious%20%2b1%20light%20hammer_ai","s":11,"n":"Vicious +1 Light Hammer","h":1,"p":149,"zg":{"n":31,"s":11},"id":1671},{"c":4,"u":"vicious%20light%20hammer_xdmg","s":3,"n":"Vicious Light Hammer","h":1,"p":318,"zg":{"n":5,"s":3},"id":1672},{"c":4,"u":"wakened%20dragon's%20wrath%20light%20hammer_ftd","s":4,"n":"Wakened Dragon's Wrath Light Hammer","h":1,"p":25,"zg":{"n":32,"s":4},"id":1673},{"c":4,"u":"light%20hammer%20of%20agonizing%20paralysis_coa","s":15,"n":"Light Hammer of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1674},{"c":4,"u":"light%20hammer%20of%20certain%20death_egw","s":5,"n":"Light Hammer of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1675},{"c":4,"u":"light%20hammer%20of%20warning_xdmg","s":3,"n":"Light Hammer of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1676},{"c":4,"u":"%2b1%20light%20repeating%20crossbow_dmg","s":0,"n":"+1 Light Repeating Crossbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":1677},{"c":4,"u":"%2b1%20light%20repeating%20crossbow_xdmg","s":3,"n":"+1 Light Repeating Crossbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":1678},{"c":4,"u":"%2b2%20light%20repeating%20crossbow_dmg","s":0,"n":"+2 Light Repeating Crossbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":1679},{"c":4,"u":"%2b2%20light%20repeating%20crossbow_xdmg","s":3,"n":"+2 Light Repeating Crossbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":1680},{"c":4,"u":"%2b3%20light%20repeating%20crossbow_dmg","s":0,"n":"+3 Light Repeating Crossbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":1681},{"c":4,"u":"%2b3%20light%20repeating%20crossbow_xdmg","s":3,"n":"+3 Light Repeating Crossbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":1682},{"c":4,"u":"adamantine%20light%20repeating%20crossbow_xge","s":1,"n":"Adamantine Light Repeating Crossbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":1683},{"c":4,"u":"ascendant%20dragon's%20wrath%20light%20repeating%20crossbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Light Repeating Crossbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":1684},{"c":4,"u":"corpse%20slayer%20light%20repeating%20crossbow_egw","s":5,"n":"Corpse Slayer Light Repeating Crossbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":1685},{"c":4,"u":"dragon%20slayer%20light%20repeating%20crossbow_xdmg","s":3,"n":"Dragon Slayer Light Repeating Crossbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":1686},{"c":4,"u":"drow%20%2b1%20light%20repeating%20crossbow_mm","s":6,"n":"Drow +1 Light Repeating Crossbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":1687},{"c":4,"u":"drow%20%2b2%20light%20repeating%20crossbow_mm","s":6,"n":"Drow +2 Light Repeating Crossbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":1688},{"c":4,"u":"drow%20%2b3%20light%20repeating%20crossbow_mm","s":6,"n":"Drow +3 Light Repeating Crossbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":1689},{"c":4,"u":"enspelled%20(cantrip)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Cantrip) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":1690},{"c":4,"u":"enspelled%20(level%201)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 1) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":1691},{"c":4,"u":"enspelled%20(level%202)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 2) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":1692},{"c":4,"u":"enspelled%20(level%203)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 3) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":1693},{"c":4,"u":"enspelled%20(level%204)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 4) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":1694},{"c":4,"u":"enspelled%20(level%205)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 5) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":1695},{"c":4,"u":"enspelled%20(level%206)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 6) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":1696},{"c":4,"u":"enspelled%20(level%207)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 7) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":1697},{"c":4,"u":"enspelled%20(level%208)%20light%20repeating%20crossbow_xdmg","s":3,"n":"Enspelled (Level 8) Light Repeating Crossbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":1698},{"c":4,"u":"giant%20slayer%20light%20repeating%20crossbow_xdmg","s":3,"n":"Giant Slayer Light Repeating Crossbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":1699},{"c":4,"u":"hellfire%20light%20repeating%20crossbow_bgdia","s":7,"n":"Hellfire Light Repeating Crossbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":1700},{"c":4,"u":"holy%20avenger%20light%20repeating%20crossbow_xdmg","s":3,"n":"Holy Avenger Light Repeating Crossbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":1701},{"c":4,"u":"lycan%20light%20repeating%20crossbow_ghloe","s":8,"n":"Lycan Light Repeating Crossbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":1702},{"c":4,"u":"nine%20lives%20stealer%20light%20repeating%20crossbow_xdmg","s":3,"n":"Nine Lives Stealer Light Repeating Crossbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":1703},{"c":4,"u":"oceanic%20light%20repeating%20crossbow_tdcsr","s":9,"n":"Oceanic Light Repeating Crossbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":1704},{"c":4,"u":"ruidium%20light%20repeating%20crossbow_crcotn","s":10,"n":"Ruidium Light Repeating Crossbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":1705},{"c":4,"u":"silvered%20light%20repeating%20crossbow_phb","s":2,"n":"Silvered Light Repeating Crossbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":1706},{"c":4,"u":"silvered%20light%20repeating%20crossbow_xdmg","s":3,"n":"Silvered Light Repeating Crossbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":1707},{"c":4,"u":"slumbering%20dragon's%20wrath%20light%20repeating%20crossbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Light Repeating Crossbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":1708},{"c":4,"u":"starcrossed%20light%20repeating%20crossbow_dodk","s":13,"n":"Starcrossed Light Repeating Crossbow","h":1,"p":232,"zg":{"n":141,"s":13},"id":1709},{"c":4,"u":"starshot%20light%20repeating%20crossbow_bmt","s":12,"n":"Starshot Light Repeating Crossbow","h":1,"p":38,"zg":{"n":142,"s":12},"id":1710},{"c":4,"u":"stirring%20dragon's%20wrath%20light%20repeating%20crossbow_ftd","s":4,"n":"Stirring Dragon's Wrath Light Repeating Crossbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":1711},{"c":4,"u":"vicious%20%2b1%20light%20repeating%20crossbow_ai","s":11,"n":"Vicious +1 Light Repeating Crossbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":1712},{"c":4,"u":"vicious%20light%20repeating%20crossbow_dmg","s":0,"n":"Vicious Light Repeating Crossbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":1713},{"c":4,"u":"vicious%20light%20repeating%20crossbow_xdmg","s":3,"n":"Vicious Light Repeating Crossbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":1714},{"c":4,"u":"wakened%20dragon's%20wrath%20light%20repeating%20crossbow_ftd","s":4,"n":"Wakened Dragon's Wrath Light Repeating Crossbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":1715},{"c":4,"u":"light%20repeating%20crossbow%20of%20certain%20death_egw","s":5,"n":"Light Repeating Crossbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1716},{"c":4,"u":"light%20repeating%20crossbow%20of%20warning_dmg","s":0,"n":"Light Repeating Crossbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1717},{"c":4,"u":"light%20repeating%20crossbow%20of%20warning_xdmg","s":3,"n":"Light Repeating Crossbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1718},{"c":4,"u":"%2b1%20longbow_dmg","s":0,"n":"+1 Longbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":1719},{"c":4,"u":"%2b2%20longbow_dmg","s":0,"n":"+2 Longbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":1720},{"c":4,"u":"%2b3%20longbow_dmg","s":0,"n":"+3 Longbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":1721},{"c":4,"u":"adamantine%20longbow_xge","s":1,"n":"Adamantine Longbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":1722},{"c":4,"u":"energy%20longbow_uthftlh","s":21,"n":"Energy Longbow","h":1,"zg":{"n":146,"s":21},"id":1723},{"c":4,"u":"silvered%20longbow_phb","s":2,"n":"Silvered Longbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":1724},{"c":4,"u":"vicious%20longbow_dmg","s":0,"n":"Vicious Longbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":1725},{"c":4,"u":"longbow%20of%20warning_dmg","s":0,"n":"Longbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1726},{"c":4,"u":"%2b1%20longbow_xdmg","s":3,"n":"+1 Longbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":1727},{"c":4,"u":"%2b2%20longbow_xdmg","s":3,"n":"+2 Longbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":1728},{"c":4,"u":"%2b3%20longbow_xdmg","s":3,"n":"+3 Longbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":1729},{"c":4,"u":"ascendant%20dragon's%20wrath%20longbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Longbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":1730},{"c":4,"u":"longbow%20of%20conflagration_bmt","s":12,"n":"Longbow of Conflagration","h":1,"p":66,"zg":{"n":147,"s":12},"id":1731},{"c":4,"u":"longbow%20of%20melodies_bmt","s":12,"n":"Longbow of Melodies","h":1,"p":66,"zg":{"n":148,"s":12},"id":1732},{"c":4,"u":"corpse%20slayer%20longbow_egw","s":5,"n":"Corpse Slayer Longbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":1733},{"c":4,"u":"dragon%20slayer%20longbow_xdmg","s":3,"n":"Dragon Slayer Longbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":1734},{"c":4,"u":"dragon%20wing%20longbow_ftd","s":4,"n":"Dragon Wing Longbow","h":1,"p":23,"zg":{"n":149,"s":4},"id":1735},{"c":4,"u":"drow%20%2b1%20longbow_mm","s":6,"n":"Drow +1 Longbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":1736},{"c":4,"u":"drow%20%2b2%20longbow_mm","s":6,"n":"Drow +2 Longbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":1737},{"c":4,"u":"drow%20%2b3%20longbow_mm","s":6,"n":"Drow +3 Longbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":1738},{"c":4,"u":"energy%20longbow_xdmg","s":3,"n":"Energy Longbow","h":1,"p":257,"zg":{"n":146,"s":3},"id":1739},{"c":4,"u":"enspelled%20(cantrip)%20longbow_xdmg","s":3,"n":"Enspelled (Cantrip) Longbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":1740},{"c":4,"u":"enspelled%20(level%201)%20longbow_xdmg","s":3,"n":"Enspelled (Level 1) Longbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":1741},{"c":4,"u":"enspelled%20(level%202)%20longbow_xdmg","s":3,"n":"Enspelled (Level 2) Longbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":1742},{"c":4,"u":"enspelled%20(level%203)%20longbow_xdmg","s":3,"n":"Enspelled (Level 3) Longbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":1743},{"c":4,"u":"enspelled%20(level%204)%20longbow_xdmg","s":3,"n":"Enspelled (Level 4) Longbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":1744},{"c":4,"u":"enspelled%20(level%205)%20longbow_xdmg","s":3,"n":"Enspelled (Level 5) Longbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":1745},{"c":4,"u":"enspelled%20(level%206)%20longbow_xdmg","s":3,"n":"Enspelled (Level 6) Longbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":1746},{"c":4,"u":"enspelled%20(level%207)%20longbow_xdmg","s":3,"n":"Enspelled (Level 7) Longbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":1747},{"c":4,"u":"enspelled%20(level%208)%20longbow_xdmg","s":3,"n":"Enspelled (Level 8) Longbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":1748},{"c":4,"u":"giant%20slayer%20longbow_xdmg","s":3,"n":"Giant Slayer Longbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":1749},{"c":4,"u":"glimmering%20moon%20longbow_bmt","s":12,"n":"Glimmering Moon Longbow","h":1,"p":36,"zg":{"n":150,"s":12},"id":1750},{"c":4,"u":"hellfire%20longbow_bgdia","s":7,"n":"Hellfire Longbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":1751},{"c":4,"u":"holy%20avenger%20longbow_xdmg","s":3,"n":"Holy Avenger Longbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":1752},{"c":4,"u":"lycan%20longbow_ghloe","s":8,"n":"Lycan Longbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":1753},{"c":4,"u":"nine%20lives%20stealer%20longbow_xdmg","s":3,"n":"Nine Lives Stealer Longbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":1754},{"c":4,"u":"oath%20longbow_xdmg","s":3,"n":"Oath Longbow","h":1,"p":282,"zg":{"n":151,"s":3},"id":1755},{"c":4,"u":"oceanic%20longbow_tdcsr","s":9,"n":"Oceanic Longbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":1756},{"c":4,"u":"ruidium%20longbow_crcotn","s":10,"n":"Ruidium Longbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":1757},{"c":4,"u":"silvered%20longbow_xdmg","s":3,"n":"Silvered Longbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":1758},{"c":4,"u":"slumbering%20dragon's%20wrath%20longbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Longbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":1759},{"c":4,"u":"starcrossed%20longbow_dodk","s":13,"n":"Starcrossed Longbow","h":1,"p":232,"zg":{"n":141,"s":13},"id":1760},{"c":4,"u":"stirring%20dragon's%20wrath%20longbow_ftd","s":4,"n":"Stirring Dragon's Wrath Longbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":1761},{"c":4,"u":"vicious%20%2b1%20longbow_ai","s":11,"n":"Vicious +1 Longbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":1762},{"c":4,"u":"vicious%20longbow_xdmg","s":3,"n":"Vicious Longbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":1763},{"c":4,"u":"wakened%20dragon's%20wrath%20longbow_ftd","s":4,"n":"Wakened Dragon's Wrath Longbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":1764},{"c":4,"u":"longbow%20of%20certain%20death_egw","s":5,"n":"Longbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1765},{"c":4,"u":"longbow%20of%20throne's%20command_bmt","s":12,"n":"Longbow of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1766},{"c":4,"u":"longbow%20of%20warning_xdmg","s":3,"n":"Longbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1767},{"c":4,"u":"%2b1%20longsword_dmg","s":0,"n":"+1 Longsword","h":1,"p":213,"zg":{"n":0,"s":0},"id":1768},{"c":4,"u":"%2b2%20longsword_dmg","s":0,"n":"+2 Longsword","h":1,"p":213,"zg":{"n":1,"s":0},"id":1769},{"c":4,"u":"%2b3%20longsword_dmg","s":0,"n":"+3 Longsword","h":1,"p":213,"zg":{"n":2,"s":0},"id":1770},{"c":4,"u":"adamantine%20longsword_xge","s":1,"n":"Adamantine Longsword","h":1,"p":78,"zg":{"n":3,"s":1},"id":1771},{"c":4,"u":"dancing%20longsword_dmg","s":0,"n":"Dancing Longsword","h":1,"p":161,"zg":{"n":121,"s":0},"id":1772},{"c":4,"u":"defender%20longsword_dmg","s":0,"n":"Defender Longsword","h":1,"p":164,"zg":{"n":49,"s":0},"id":1773},{"c":4,"u":"dragon%20slayer%20longsword_dmg","s":0,"n":"Dragon Slayer Longsword","h":1,"p":166,"zg":{"n":9,"s":0},"id":1774},{"c":4,"u":"flame%20tongue%20longsword_dmg","s":0,"n":"Flame Tongue Longsword","h":1,"p":170,"zg":{"n":51,"s":0},"id":1775},{"c":4,"u":"frost%20brand%20longsword_dmg","s":0,"n":"Frost Brand Longsword","h":1,"p":171,"zg":{"n":124,"s":0},"id":1776},{"c":4,"u":"giant%20slayer%20longsword_dmg","s":0,"n":"Giant Slayer Longsword","h":1,"p":172,"zg":{"n":22,"s":0},"id":1777},{"c":4,"u":"holy%20avenger%20longsword_dmg","s":0,"n":"Holy Avenger Longsword","h":1,"p":174,"zg":{"n":24,"s":0},"id":1778},{"c":4,"u":"luck%20blade%20longsword_dmg","s":0,"n":"Luck Blade Longsword","h":1,"p":179,"zg":{"n":126,"s":0},"id":1779},{"c":4,"u":"moon-touched%20longsword_xge","s":1,"n":"Moon-Touched Longsword","h":1,"p":138,"zg":{"n":128,"s":1},"id":1780},{"c":4,"u":"nine%20lives%20stealer%20longsword_dmg","s":0,"n":"Nine Lives Stealer Longsword","h":1,"p":183,"zg":{"n":26,"s":0},"id":1781},{"c":4,"u":"silvered%20longsword_phb","s":2,"n":"Silvered Longsword","h":1,"p":148,"zg":{"n":4,"s":2},"id":1782},{"c":4,"u":"longsword%20of%20life%20stealing_dmg","s":0,"n":"Longsword of Life Stealing","h":1,"p":206,"zg":{"n":130,"s":0},"id":1783},{"c":4,"u":"longsword%20of%20sharpness_dmg","s":0,"n":"Longsword of Sharpness","h":1,"p":206,"zg":{"n":132,"s":0},"id":1784},{"c":4,"u":"longsword%20of%20vengeance_dmg","s":0,"n":"Longsword of Vengeance","h":1,"p":206,"zg":{"n":134,"s":0},"id":1785},{"c":4,"u":"longsword%20of%20wounding_dmg","s":0,"n":"Longsword of Wounding","h":1,"p":207,"zg":{"n":135,"s":0},"id":1786},{"c":4,"u":"vicious%20longsword_dmg","s":0,"n":"Vicious Longsword","h":1,"p":209,"zg":{"n":5,"s":0},"id":1787},{"c":4,"u":"vorpal%20longsword_dmg","s":0,"n":"Vorpal Longsword","h":1,"p":209,"zg":{"n":136,"s":0},"id":1788},{"c":4,"u":"longsword%20of%20warning_dmg","s":0,"n":"Longsword of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1789},{"c":4,"u":"%2b1%20longsword_xdmg","s":3,"n":"+1 Longsword","h":1,"p":324,"zg":{"n":0,"s":3},"id":1790},{"c":4,"u":"%2b2%20longsword_xdmg","s":3,"n":"+2 Longsword","h":1,"p":324,"zg":{"n":1,"s":3},"id":1791},{"c":4,"u":"%2b3%20longsword_xdmg","s":3,"n":"+3 Longsword","h":1,"p":324,"zg":{"n":2,"s":3},"id":1792},{"c":4,"u":"acheron%20blade%20longsword_egw","s":5,"n":"Acheron Blade Longsword","h":1,"p":265,"zg":{"n":117,"s":5},"id":1793},{"c":4,"u":"adamantine%20longsword_xdmg","s":3,"n":"Adamantine Longsword","h":1,"p":227,"zg":{"n":3,"s":3},"id":1794},{"c":4,"u":"longsword%20armblade_erlw","s":14,"n":"Longsword Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1795},{"c":4,"u":"ascendant%20dragon's%20wrath%20longsword_ftd","s":4,"n":"Ascendant Dragon's Wrath Longsword","h":1,"p":25,"zg":{"n":7,"s":4},"id":1796},{"c":4,"u":"longsword%20of%20the%20medusa_llk","s":20,"n":"Longsword of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":1797},{"c":4,"u":"bloodshed%20longsword_bgg","s":17,"n":"Bloodshed Longsword","h":1,"p":111,"zg":{"n":119,"s":17},"id":1798},{"c":4,"u":"corpse%20slayer%20longsword_egw","s":5,"n":"Corpse Slayer Longsword","h":1,"p":266,"zg":{"n":8,"s":5},"id":1799},{"c":4,"u":"crystal%20longsword_ftd","s":4,"n":"Crystal Longsword","h":1,"p":22,"zg":{"n":120,"s":4},"id":1800},{"c":4,"u":"dancing%20longsword_xdmg","s":3,"n":"Dancing Longsword","h":1,"p":248,"zg":{"n":121,"s":3},"id":1801},{"c":4,"u":"defender%20longsword_xdmg","s":3,"n":"Defender Longsword","h":1,"p":252,"zg":{"n":49,"s":3},"id":1802},{"c":4,"u":"delerium-forged%20blade%20longsword_dodk","s":13,"n":"Delerium-Forged Blade Longsword","h":1,"p":230,"zg":{"n":122,"s":13},"id":1803},{"c":4,"u":"dragon%20slayer%20longsword_xdmg","s":3,"n":"Dragon Slayer Longsword","h":1,"p":254,"zg":{"n":9,"s":3},"id":1804},{"c":4,"u":"drow%20%2b1%20longsword_mm","s":6,"n":"Drow +1 Longsword","h":1,"p":126,"zg":{"n":10,"s":6},"id":1805},{"c":4,"u":"drow%20%2b2%20longsword_mm","s":6,"n":"Drow +2 Longsword","h":1,"p":126,"zg":{"n":11,"s":6},"id":1806},{"c":4,"u":"drow%20%2b3%20longsword_mm","s":6,"n":"Drow +3 Longsword","h":1,"p":126,"zg":{"n":12,"s":6},"id":1807},{"c":4,"u":"enspelled%20(cantrip)%20longsword_xdmg","s":3,"n":"Enspelled (Cantrip) Longsword","h":1,"p":258,"zg":{"n":13,"s":3},"id":1808},{"c":4,"u":"enspelled%20(level%201)%20longsword_xdmg","s":3,"n":"Enspelled (Level 1) Longsword","h":1,"p":258,"zg":{"n":14,"s":3},"id":1809},{"c":4,"u":"enspelled%20(level%202)%20longsword_xdmg","s":3,"n":"Enspelled (Level 2) Longsword","h":1,"p":258,"zg":{"n":15,"s":3},"id":1810},{"c":4,"u":"enspelled%20(level%203)%20longsword_xdmg","s":3,"n":"Enspelled (Level 3) Longsword","h":1,"p":258,"zg":{"n":16,"s":3},"id":1811},{"c":4,"u":"enspelled%20(level%204)%20longsword_xdmg","s":3,"n":"Enspelled (Level 4) Longsword","h":1,"p":258,"zg":{"n":17,"s":3},"id":1812},{"c":4,"u":"enspelled%20(level%205)%20longsword_xdmg","s":3,"n":"Enspelled (Level 5) Longsword","h":1,"p":258,"zg":{"n":18,"s":3},"id":1813},{"c":4,"u":"enspelled%20(level%206)%20longsword_xdmg","s":3,"n":"Enspelled (Level 6) Longsword","h":1,"p":258,"zg":{"n":19,"s":3},"id":1814},{"c":4,"u":"enspelled%20(level%207)%20longsword_xdmg","s":3,"n":"Enspelled (Level 7) Longsword","h":1,"p":258,"zg":{"n":20,"s":3},"id":1815},{"c":4,"u":"enspelled%20(level%208)%20longsword_xdmg","s":3,"n":"Enspelled (Level 8) Longsword","h":1,"p":258,"zg":{"n":21,"s":3},"id":1816},{"c":4,"u":"flame%20tongue%20longsword_xdmg","s":3,"n":"Flame Tongue Longsword","h":1,"p":263,"zg":{"n":51,"s":3},"id":1817},{"c":4,"u":"fool's%20longsword_bmt","s":12,"n":"Fool's Longsword","h":1,"p":36,"zg":{"n":123,"s":12},"id":1818},{"c":4,"u":"frost%20brand%20longsword_xdmg","s":3,"n":"Frost Brand Longsword","h":1,"p":263,"zg":{"n":124,"s":3},"id":1819},{"c":4,"u":"gambler's%20blade%20longsword_llk","s":20,"n":"Gambler's Blade Longsword","h":1,"p":55,"zg":{"n":125,"s":20},"id":1820},{"c":4,"u":"giant%20slayer%20longsword_xdmg","s":3,"n":"Giant Slayer Longsword","h":1,"p":264,"zg":{"n":22,"s":3},"id":1821},{"c":4,"u":"hellfire%20longsword_bgdia","s":7,"n":"Hellfire Longsword","h":1,"p":223,"zg":{"n":23,"s":7},"id":1822},{"c":4,"u":"holy%20avenger%20longsword_xdmg","s":3,"n":"Holy Avenger Longsword","h":1,"p":269,"zg":{"n":24,"s":3},"id":1823},{"c":4,"u":"luck%20longsword_xdmg","s":3,"n":"Luck Longsword","h":1,"p":275,"zg":{"n":126,"s":3},"id":1824},{"c":4,"u":"lycan%20longsword_ghloe","s":8,"n":"Lycan Longsword","h":1,"p":111,"zg":{"n":25,"s":8},"id":1825},{"c":4,"u":"mind%20blade%20longsword_vgm","s":19,"n":"Mind Blade Longsword","h":1,"p":81,"zg":{"n":127,"s":19},"id":1826},{"c":4,"u":"moon-touched%20longsword_xdmg","s":3,"n":"Moon-Touched Longsword","h":1,"p":280,"zg":{"n":128,"s":3},"id":1827},{"c":4,"u":"moonblade%20longsword_xdmg","s":3,"n":"Moonblade Longsword","h":1,"p":279,"zg":{"n":138,"s":3},"id":1828},{"c":4,"u":"nine%20lives%20stealer%20longsword_xdmg","s":3,"n":"Nine Lives Stealer Longsword","h":1,"p":281,"zg":{"n":26,"s":3},"id":1829},{"c":4,"u":"polymorph%20blade%20longsword_llk","s":20,"n":"Polymorph Blade Longsword","h":1,"p":56,"zg":{"n":129,"s":20},"id":1830},{"c":4,"u":"ruidium%20longsword_crcotn","s":10,"n":"Ruidium Longsword","h":1,"p":216,"zg":{"n":28,"s":10},"id":1831},{"c":4,"u":"silvered%20longsword_xdmg","s":3,"n":"Silvered Longsword","h":1,"p":304,"zg":{"n":4,"s":3},"id":1832},{"c":4,"u":"slumbering%20dragon's%20wrath%20longsword_ftd","s":4,"n":"Slumbering Dragon's Wrath Longsword","h":1,"p":25,"zg":{"n":29,"s":4},"id":1833},{"c":4,"u":"stirring%20dragon's%20wrath%20longsword_ftd","s":4,"n":"Stirring Dragon's Wrath Longsword","h":1,"p":25,"zg":{"n":30,"s":4},"id":1834},{"c":4,"u":"longsword%20of%20life%20stealing_xdmg","s":3,"n":"Longsword of Life Stealing","h":1,"p":314,"zg":{"n":130,"s":3},"id":1835},{"c":4,"u":"longsword%20of%20retribution_coa","s":15,"n":"Longsword of Retribution","h":1,"p":270,"zg":{"n":131,"s":15},"id":1836},{"c":4,"u":"longsword%20of%20sharpness_xdmg","s":3,"n":"Longsword of Sharpness","h":1,"p":314,"zg":{"n":132,"s":3},"id":1837},{"c":4,"u":"longsword%20of%20the%20planes_bmt","s":12,"n":"Longsword of the Planes","h":1,"p":68,"zg":{"n":133,"s":12},"id":1838},{"c":4,"u":"longsword%20of%20vengeance_xdmg","s":3,"n":"Longsword of Vengeance","h":1,"p":206,"zg":{"n":134,"s":3},"id":1839},{"c":4,"u":"longsword%20of%20wounding_xdmg","s":3,"n":"Longsword of Wounding","h":1,"p":314,"zg":{"n":135,"s":3},"id":1840},{"c":4,"u":"vicious%20%2b1%20longsword_ai","s":11,"n":"Vicious +1 Longsword","h":1,"p":149,"zg":{"n":31,"s":11},"id":1841},{"c":4,"u":"vicious%20longsword_xdmg","s":3,"n":"Vicious Longsword","h":1,"p":318,"zg":{"n":5,"s":3},"id":1842},{"c":4,"u":"vorpal%20longsword_xdmg","s":3,"n":"Vorpal Longsword","h":1,"p":318,"zg":{"n":136,"s":3},"id":1843},{"c":4,"u":"wakened%20dragon's%20wrath%20longsword_ftd","s":4,"n":"Wakened Dragon's Wrath Longsword","h":1,"p":25,"zg":{"n":32,"s":4},"id":1844},{"c":4,"u":"longsword%20of%20agonizing%20paralysis_coa","s":15,"n":"Longsword of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1845},{"c":4,"u":"longsword%20of%20certain%20death_egw","s":5,"n":"Longsword of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1846},{"c":4,"u":"longsword%20of%20throne's%20command_bmt","s":12,"n":"Longsword of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1847},{"c":4,"u":"longsword%20of%20warning_xdmg","s":3,"n":"Longsword of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1848},{"c":4,"u":"%2b1%20mace_dmg","s":0,"n":"+1 Mace","h":1,"p":213,"zg":{"n":0,"s":0},"id":1849},{"c":4,"u":"%2b2%20mace_dmg","s":0,"n":"+2 Mace","h":1,"p":213,"zg":{"n":1,"s":0},"id":1850},{"c":4,"u":"%2b3%20mace_dmg","s":0,"n":"+3 Mace","h":1,"p":213,"zg":{"n":2,"s":0},"id":1851},{"c":4,"u":"adamantine%20mace_xge","s":1,"n":"Adamantine Mace","h":1,"p":78,"zg":{"n":3,"s":1},"id":1852},{"c":4,"u":"silvered%20mace_phb","s":2,"n":"Silvered Mace","h":1,"p":148,"zg":{"n":4,"s":2},"id":1853},{"c":4,"u":"vicious%20mace_dmg","s":0,"n":"Vicious Mace","h":1,"p":209,"zg":{"n":5,"s":0},"id":1854},{"c":4,"u":"mace%20of%20warning_dmg","s":0,"n":"Mace of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1855},{"c":4,"u":"%2b1%20mace_xdmg","s":3,"n":"+1 Mace","h":1,"p":324,"zg":{"n":0,"s":3},"id":1856},{"c":4,"u":"%2b2%20mace_xdmg","s":3,"n":"+2 Mace","h":1,"p":324,"zg":{"n":1,"s":3},"id":1857},{"c":4,"u":"%2b3%20mace_xdmg","s":3,"n":"+3 Mace","h":1,"p":324,"zg":{"n":2,"s":3},"id":1858},{"c":4,"u":"adamantine%20mace_xdmg","s":3,"n":"Adamantine Mace","h":1,"p":227,"zg":{"n":3,"s":3},"id":1859},{"c":4,"u":"mace%20armblade_erlw","s":14,"n":"Mace Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1860},{"c":4,"u":"ascendant%20dragon's%20wrath%20mace_ftd","s":4,"n":"Ascendant Dragon's Wrath Mace","h":1,"p":25,"zg":{"n":7,"s":4},"id":1861},{"c":4,"u":"comet%20smasher%20mace_dodk","s":13,"n":"Comet Smasher Mace","h":1,"p":230,"zg":{"n":106,"s":13},"id":1862},{"c":4,"u":"corpse%20slayer%20mace_egw","s":5,"n":"Corpse Slayer Mace","h":1,"p":266,"zg":{"n":8,"s":5},"id":1863},{"c":4,"u":"defender%20mace_xdmg","s":3,"n":"Defender Mace","h":1,"p":252,"zg":{"n":49,"s":3},"id":1864},{"c":4,"u":"dragon%20slayer%20mace_xdmg","s":3,"n":"Dragon Slayer Mace","h":1,"p":254,"zg":{"n":9,"s":3},"id":1865},{"c":4,"u":"drow%20%2b1%20mace_mm","s":6,"n":"Drow +1 Mace","h":1,"p":126,"zg":{"n":10,"s":6},"id":1866},{"c":4,"u":"drow%20%2b2%20mace_mm","s":6,"n":"Drow +2 Mace","h":1,"p":126,"zg":{"n":11,"s":6},"id":1867},{"c":4,"u":"drow%20%2b3%20mace_mm","s":6,"n":"Drow +3 Mace","h":1,"p":126,"zg":{"n":12,"s":6},"id":1868},{"c":4,"u":"enspelled%20(cantrip)%20mace_xdmg","s":3,"n":"Enspelled (Cantrip) Mace","h":1,"p":258,"zg":{"n":13,"s":3},"id":1869},{"c":4,"u":"enspelled%20(level%201)%20mace_xdmg","s":3,"n":"Enspelled (Level 1) Mace","h":1,"p":258,"zg":{"n":14,"s":3},"id":1870},{"c":4,"u":"enspelled%20(level%202)%20mace_xdmg","s":3,"n":"Enspelled (Level 2) Mace","h":1,"p":258,"zg":{"n":15,"s":3},"id":1871},{"c":4,"u":"enspelled%20(level%203)%20mace_xdmg","s":3,"n":"Enspelled (Level 3) Mace","h":1,"p":258,"zg":{"n":16,"s":3},"id":1872},{"c":4,"u":"enspelled%20(level%204)%20mace_xdmg","s":3,"n":"Enspelled (Level 4) Mace","h":1,"p":258,"zg":{"n":17,"s":3},"id":1873},{"c":4,"u":"enspelled%20(level%205)%20mace_xdmg","s":3,"n":"Enspelled (Level 5) Mace","h":1,"p":258,"zg":{"n":18,"s":3},"id":1874},{"c":4,"u":"enspelled%20(level%206)%20mace_xdmg","s":3,"n":"Enspelled (Level 6) Mace","h":1,"p":258,"zg":{"n":19,"s":3},"id":1875},{"c":4,"u":"enspelled%20(level%207)%20mace_xdmg","s":3,"n":"Enspelled (Level 7) Mace","h":1,"p":258,"zg":{"n":20,"s":3},"id":1876},{"c":4,"u":"enspelled%20(level%208)%20mace_xdmg","s":3,"n":"Enspelled (Level 8) Mace","h":1,"p":258,"zg":{"n":21,"s":3},"id":1877},{"c":4,"u":"flame%20tongue%20mace_xdmg","s":3,"n":"Flame Tongue Mace","h":1,"p":263,"zg":{"n":51,"s":3},"id":1878},{"c":4,"u":"forcebreaker%20mace_bmt","s":12,"n":"Forcebreaker Mace","h":1,"p":67,"zg":{"n":107,"s":12},"id":1879},{"c":4,"u":"giant%20slayer%20mace_xdmg","s":3,"n":"Giant Slayer Mace","h":1,"p":264,"zg":{"n":22,"s":3},"id":1880},{"c":4,"u":"hellfire%20mace_bgdia","s":7,"n":"Hellfire Mace","h":1,"p":223,"zg":{"n":23,"s":7},"id":1881},{"c":4,"u":"holy%20avenger%20mace_xdmg","s":3,"n":"Holy Avenger Mace","h":1,"p":269,"zg":{"n":24,"s":3},"id":1882},{"c":4,"u":"lycan%20mace_ghloe","s":8,"n":"Lycan Mace","h":1,"p":111,"zg":{"n":25,"s":8},"id":1883},{"c":4,"u":"nine%20lives%20stealer%20mace_xdmg","s":3,"n":"Nine Lives Stealer Mace","h":1,"p":281,"zg":{"n":26,"s":3},"id":1884},{"c":4,"u":"ruidium%20mace_crcotn","s":10,"n":"Ruidium Mace","h":1,"p":216,"zg":{"n":28,"s":10},"id":1885},{"c":4,"u":"silvered%20mace_xdmg","s":3,"n":"Silvered Mace","h":1,"p":304,"zg":{"n":4,"s":3},"id":1886},{"c":4,"u":"slumbering%20dragon's%20wrath%20mace_ftd","s":4,"n":"Slumbering Dragon's Wrath Mace","h":1,"p":25,"zg":{"n":29,"s":4},"id":1887},{"c":4,"u":"stirring%20dragon's%20wrath%20mace_ftd","s":4,"n":"Stirring Dragon's Wrath Mace","h":1,"p":25,"zg":{"n":30,"s":4},"id":1888},{"c":4,"u":"vicious%20%2b1%20mace_ai","s":11,"n":"Vicious +1 Mace","h":1,"p":149,"zg":{"n":31,"s":11},"id":1889},{"c":4,"u":"vicious%20mace_xdmg","s":3,"n":"Vicious Mace","h":1,"p":318,"zg":{"n":5,"s":3},"id":1890},{"c":4,"u":"wakened%20dragon's%20wrath%20mace_ftd","s":4,"n":"Wakened Dragon's Wrath Mace","h":1,"p":25,"zg":{"n":32,"s":4},"id":1891},{"c":4,"u":"mace%20of%20agonizing%20paralysis_coa","s":15,"n":"Mace of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1892},{"c":4,"u":"mace%20of%20certain%20death_egw","s":5,"n":"Mace of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1893},{"c":4,"u":"mace%20of%20warning_xdmg","s":3,"n":"Mace of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1894},{"c":4,"u":"%2b1%20maul_dmg","s":0,"n":"+1 Maul","h":1,"p":213,"zg":{"n":0,"s":0},"id":1895},{"c":4,"u":"%2b2%20maul_dmg","s":0,"n":"+2 Maul","h":1,"p":213,"zg":{"n":1,"s":0},"id":1896},{"c":4,"u":"%2b3%20maul_dmg","s":0,"n":"+3 Maul","h":1,"p":213,"zg":{"n":2,"s":0},"id":1897},{"c":4,"u":"adamantine%20maul_xge","s":1,"n":"Adamantine Maul","h":1,"p":78,"zg":{"n":3,"s":1},"id":1898},{"c":4,"u":"silvered%20maul_phb","s":2,"n":"Silvered Maul","h":1,"p":148,"zg":{"n":4,"s":2},"id":1899},{"c":4,"u":"vicious%20maul_dmg","s":0,"n":"Vicious Maul","h":1,"p":209,"zg":{"n":5,"s":0},"id":1900},{"c":4,"u":"maul%20of%20warning_dmg","s":0,"n":"Maul of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1901},{"c":4,"u":"%2b1%20maul_xdmg","s":3,"n":"+1 Maul","h":1,"p":324,"zg":{"n":0,"s":3},"id":1902},{"c":4,"u":"%2b2%20maul_xdmg","s":3,"n":"+2 Maul","h":1,"p":324,"zg":{"n":1,"s":3},"id":1903},{"c":4,"u":"%2b3%20maul_xdmg","s":3,"n":"+3 Maul","h":1,"p":324,"zg":{"n":2,"s":3},"id":1904},{"c":4,"u":"adamantine%20maul_xdmg","s":3,"n":"Adamantine Maul","h":1,"p":227,"zg":{"n":3,"s":3},"id":1905},{"c":4,"u":"ascendant%20dragon's%20wrath%20maul_ftd","s":4,"n":"Ascendant Dragon's Wrath Maul","h":1,"p":25,"zg":{"n":7,"s":4},"id":1906},{"c":4,"u":"comet%20smasher%20maul_dodk","s":13,"n":"Comet Smasher Maul","h":1,"p":230,"zg":{"n":106,"s":13},"id":1907},{"c":4,"u":"corpse%20slayer%20maul_egw","s":5,"n":"Corpse Slayer Maul","h":1,"p":266,"zg":{"n":8,"s":5},"id":1908},{"c":4,"u":"defender%20maul_xdmg","s":3,"n":"Defender Maul","h":1,"p":252,"zg":{"n":49,"s":3},"id":1909},{"c":4,"u":"dragon%20slayer%20maul_xdmg","s":3,"n":"Dragon Slayer Maul","h":1,"p":254,"zg":{"n":9,"s":3},"id":1910},{"c":4,"u":"drow%20%2b1%20maul_mm","s":6,"n":"Drow +1 Maul","h":1,"p":126,"zg":{"n":10,"s":6},"id":1911},{"c":4,"u":"drow%20%2b2%20maul_mm","s":6,"n":"Drow +2 Maul","h":1,"p":126,"zg":{"n":11,"s":6},"id":1912},{"c":4,"u":"drow%20%2b3%20maul_mm","s":6,"n":"Drow +3 Maul","h":1,"p":126,"zg":{"n":12,"s":6},"id":1913},{"c":4,"u":"enspelled%20(cantrip)%20maul_xdmg","s":3,"n":"Enspelled (Cantrip) Maul","h":1,"p":258,"zg":{"n":13,"s":3},"id":1914},{"c":4,"u":"enspelled%20(level%201)%20maul_xdmg","s":3,"n":"Enspelled (Level 1) Maul","h":1,"p":258,"zg":{"n":14,"s":3},"id":1915},{"c":4,"u":"enspelled%20(level%202)%20maul_xdmg","s":3,"n":"Enspelled (Level 2) Maul","h":1,"p":258,"zg":{"n":15,"s":3},"id":1916},{"c":4,"u":"enspelled%20(level%203)%20maul_xdmg","s":3,"n":"Enspelled (Level 3) Maul","h":1,"p":258,"zg":{"n":16,"s":3},"id":1917},{"c":4,"u":"enspelled%20(level%204)%20maul_xdmg","s":3,"n":"Enspelled (Level 4) Maul","h":1,"p":258,"zg":{"n":17,"s":3},"id":1918},{"c":4,"u":"enspelled%20(level%205)%20maul_xdmg","s":3,"n":"Enspelled (Level 5) Maul","h":1,"p":258,"zg":{"n":18,"s":3},"id":1919},{"c":4,"u":"enspelled%20(level%206)%20maul_xdmg","s":3,"n":"Enspelled (Level 6) Maul","h":1,"p":258,"zg":{"n":19,"s":3},"id":1920},{"c":4,"u":"enspelled%20(level%207)%20maul_xdmg","s":3,"n":"Enspelled (Level 7) Maul","h":1,"p":258,"zg":{"n":20,"s":3},"id":1921},{"c":4,"u":"enspelled%20(level%208)%20maul_xdmg","s":3,"n":"Enspelled (Level 8) Maul","h":1,"p":258,"zg":{"n":21,"s":3},"id":1922},{"c":4,"u":"flame%20tongue%20maul_xdmg","s":3,"n":"Flame Tongue Maul","h":1,"p":263,"zg":{"n":51,"s":3},"id":1923},{"c":4,"u":"forcebreaker%20maul_bmt","s":12,"n":"Forcebreaker Maul","h":1,"p":67,"zg":{"n":107,"s":12},"id":1924},{"c":4,"u":"giant%20slayer%20maul_xdmg","s":3,"n":"Giant Slayer Maul","h":1,"p":264,"zg":{"n":22,"s":3},"id":1925},{"c":4,"u":"maul%20of%20thunderbolts_xdmg","s":3,"n":"Maul of Thunderbolts","h":1,"p":265,"zg":{"n":152,"s":3},"id":1926},{"c":4,"u":"hellfire%20maul_bgdia","s":7,"n":"Hellfire Maul","h":1,"p":223,"zg":{"n":23,"s":7},"id":1927},{"c":4,"u":"holy%20avenger%20maul_xdmg","s":3,"n":"Holy Avenger Maul","h":1,"p":269,"zg":{"n":24,"s":3},"id":1928},{"c":4,"u":"lycan%20maul_ghloe","s":8,"n":"Lycan Maul","h":1,"p":111,"zg":{"n":25,"s":8},"id":1929},{"c":4,"u":"nine%20lives%20stealer%20maul_xdmg","s":3,"n":"Nine Lives Stealer Maul","h":1,"p":281,"zg":{"n":26,"s":3},"id":1930},{"c":4,"u":"ruidium%20maul_crcotn","s":10,"n":"Ruidium Maul","h":1,"p":216,"zg":{"n":28,"s":10},"id":1931},{"c":4,"u":"silvered%20maul_xdmg","s":3,"n":"Silvered Maul","h":1,"p":304,"zg":{"n":4,"s":3},"id":1932},{"c":4,"u":"slumbering%20dragon's%20wrath%20maul_ftd","s":4,"n":"Slumbering Dragon's Wrath Maul","h":1,"p":25,"zg":{"n":29,"s":4},"id":1933},{"c":4,"u":"stirring%20dragon's%20wrath%20maul_ftd","s":4,"n":"Stirring Dragon's Wrath Maul","h":1,"p":25,"zg":{"n":30,"s":4},"id":1934},{"c":4,"u":"vicious%20%2b1%20maul_ai","s":11,"n":"Vicious +1 Maul","h":1,"p":149,"zg":{"n":31,"s":11},"id":1935},{"c":4,"u":"vicious%20maul_xdmg","s":3,"n":"Vicious Maul","h":1,"p":318,"zg":{"n":5,"s":3},"id":1936},{"c":4,"u":"wakened%20dragon's%20wrath%20maul_ftd","s":4,"n":"Wakened Dragon's Wrath Maul","h":1,"p":25,"zg":{"n":32,"s":4},"id":1937},{"c":4,"u":"maul%20of%20agonizing%20paralysis_coa","s":15,"n":"Maul of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1938},{"c":4,"u":"maul%20of%20certain%20death_egw","s":5,"n":"Maul of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1939},{"c":4,"u":"maul%20of%20throne's%20command_bmt","s":12,"n":"Maul of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1940},{"c":4,"u":"maul%20of%20warning_xdmg","s":3,"n":"Maul of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1941},{"c":4,"u":"%2b1%20modern%20bullet_dmg","s":0,"n":"+1 Modern Bullet","h":1,"p":150,"zg":{"n":35,"s":0},"id":1942},{"c":4,"u":"%2b2%20modern%20bullet_dmg","s":0,"n":"+2 Modern Bullet","h":1,"p":150,"zg":{"n":36,"s":0},"id":1943},{"c":4,"u":"%2b3%20modern%20bullet_dmg","s":0,"n":"+3 Modern Bullet","h":1,"p":150,"zg":{"n":37,"s":0},"id":1944},{"c":4,"u":"walloping%20modern%20bullet_xge","s":1,"n":"Walloping Modern Bullet","h":1,"p":139,"zg":{"n":39,"s":1},"id":1945},{"c":4,"u":"%2b1%20morningstar_dmg","s":0,"n":"+1 Morningstar","h":1,"p":213,"zg":{"n":0,"s":0},"id":1946},{"c":4,"u":"%2b2%20morningstar_dmg","s":0,"n":"+2 Morningstar","h":1,"p":213,"zg":{"n":1,"s":0},"id":1947},{"c":4,"u":"%2b3%20morningstar_dmg","s":0,"n":"+3 Morningstar","h":1,"p":213,"zg":{"n":2,"s":0},"id":1948},{"c":4,"u":"adamantine%20morningstar_xge","s":1,"n":"Adamantine Morningstar","h":1,"p":78,"zg":{"n":3,"s":1},"id":1949},{"c":4,"u":"silvered%20morningstar_phb","s":2,"n":"Silvered Morningstar","h":1,"p":148,"zg":{"n":4,"s":2},"id":1950},{"c":4,"u":"vicious%20morningstar_dmg","s":0,"n":"Vicious Morningstar","h":1,"p":209,"zg":{"n":5,"s":0},"id":1951},{"c":4,"u":"morningstar%20of%20warning_dmg","s":0,"n":"Morningstar of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1952},{"c":4,"u":"%2b1%20morningstar_xdmg","s":3,"n":"+1 Morningstar","h":1,"p":324,"zg":{"n":0,"s":3},"id":1953},{"c":4,"u":"%2b2%20morningstar_xdmg","s":3,"n":"+2 Morningstar","h":1,"p":324,"zg":{"n":1,"s":3},"id":1954},{"c":4,"u":"%2b3%20morningstar_xdmg","s":3,"n":"+3 Morningstar","h":1,"p":324,"zg":{"n":2,"s":3},"id":1955},{"c":4,"u":"adamantine%20morningstar_xdmg","s":3,"n":"Adamantine Morningstar","h":1,"p":227,"zg":{"n":3,"s":3},"id":1956},{"c":4,"u":"morningstar%20armblade_erlw","s":14,"n":"Morningstar Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":1957},{"c":4,"u":"ascendant%20dragon's%20wrath%20morningstar_ftd","s":4,"n":"Ascendant Dragon's Wrath Morningstar","h":1,"p":25,"zg":{"n":7,"s":4},"id":1958},{"c":4,"u":"corpse%20slayer%20morningstar_egw","s":5,"n":"Corpse Slayer Morningstar","h":1,"p":266,"zg":{"n":8,"s":5},"id":1959},{"c":4,"u":"defender%20morningstar_xdmg","s":3,"n":"Defender Morningstar","h":1,"p":252,"zg":{"n":49,"s":3},"id":1960},{"c":4,"u":"dragon%20slayer%20morningstar_xdmg","s":3,"n":"Dragon Slayer Morningstar","h":1,"p":254,"zg":{"n":9,"s":3},"id":1961},{"c":4,"u":"drow%20%2b1%20morningstar_mm","s":6,"n":"Drow +1 Morningstar","h":1,"p":126,"zg":{"n":10,"s":6},"id":1962},{"c":4,"u":"drow%20%2b2%20morningstar_mm","s":6,"n":"Drow +2 Morningstar","h":1,"p":126,"zg":{"n":11,"s":6},"id":1963},{"c":4,"u":"drow%20%2b3%20morningstar_mm","s":6,"n":"Drow +3 Morningstar","h":1,"p":126,"zg":{"n":12,"s":6},"id":1964},{"c":4,"u":"enspelled%20(cantrip)%20morningstar_xdmg","s":3,"n":"Enspelled (Cantrip) Morningstar","h":1,"p":258,"zg":{"n":13,"s":3},"id":1965},{"c":4,"u":"enspelled%20(level%201)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 1) Morningstar","h":1,"p":258,"zg":{"n":14,"s":3},"id":1966},{"c":4,"u":"enspelled%20(level%202)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 2) Morningstar","h":1,"p":258,"zg":{"n":15,"s":3},"id":1967},{"c":4,"u":"enspelled%20(level%203)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 3) Morningstar","h":1,"p":258,"zg":{"n":16,"s":3},"id":1968},{"c":4,"u":"enspelled%20(level%204)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 4) Morningstar","h":1,"p":258,"zg":{"n":17,"s":3},"id":1969},{"c":4,"u":"enspelled%20(level%205)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 5) Morningstar","h":1,"p":258,"zg":{"n":18,"s":3},"id":1970},{"c":4,"u":"enspelled%20(level%206)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 6) Morningstar","h":1,"p":258,"zg":{"n":19,"s":3},"id":1971},{"c":4,"u":"enspelled%20(level%207)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 7) Morningstar","h":1,"p":258,"zg":{"n":20,"s":3},"id":1972},{"c":4,"u":"enspelled%20(level%208)%20morningstar_xdmg","s":3,"n":"Enspelled (Level 8) Morningstar","h":1,"p":258,"zg":{"n":21,"s":3},"id":1973},{"c":4,"u":"flame%20tongue%20morningstar_xdmg","s":3,"n":"Flame Tongue Morningstar","h":1,"p":263,"zg":{"n":51,"s":3},"id":1974},{"c":4,"u":"giant%20slayer%20morningstar_xdmg","s":3,"n":"Giant Slayer Morningstar","h":1,"p":264,"zg":{"n":22,"s":3},"id":1975},{"c":4,"u":"hellfire%20morningstar_bgdia","s":7,"n":"Hellfire Morningstar","h":1,"p":223,"zg":{"n":23,"s":7},"id":1976},{"c":4,"u":"holy%20avenger%20morningstar_xdmg","s":3,"n":"Holy Avenger Morningstar","h":1,"p":269,"zg":{"n":24,"s":3},"id":1977},{"c":4,"u":"lycan%20morningstar_ghloe","s":8,"n":"Lycan Morningstar","h":1,"p":111,"zg":{"n":25,"s":8},"id":1978},{"c":4,"u":"nine%20lives%20stealer%20morningstar_xdmg","s":3,"n":"Nine Lives Stealer Morningstar","h":1,"p":281,"zg":{"n":26,"s":3},"id":1979},{"c":4,"u":"ruidium%20morningstar_crcotn","s":10,"n":"Ruidium Morningstar","h":1,"p":216,"zg":{"n":28,"s":10},"id":1980},{"c":4,"u":"silvered%20morningstar_xdmg","s":3,"n":"Silvered Morningstar","h":1,"p":304,"zg":{"n":4,"s":3},"id":1981},{"c":4,"u":"slumbering%20dragon's%20wrath%20morningstar_ftd","s":4,"n":"Slumbering Dragon's Wrath Morningstar","h":1,"p":25,"zg":{"n":29,"s":4},"id":1982},{"c":4,"u":"stirring%20dragon's%20wrath%20morningstar_ftd","s":4,"n":"Stirring Dragon's Wrath Morningstar","h":1,"p":25,"zg":{"n":30,"s":4},"id":1983},{"c":4,"u":"vicious%20%2b1%20morningstar_ai","s":11,"n":"Vicious +1 Morningstar","h":1,"p":149,"zg":{"n":31,"s":11},"id":1984},{"c":4,"u":"vicious%20morningstar_xdmg","s":3,"n":"Vicious Morningstar","h":1,"p":318,"zg":{"n":5,"s":3},"id":1985},{"c":4,"u":"wakened%20dragon's%20wrath%20morningstar_ftd","s":4,"n":"Wakened Dragon's Wrath Morningstar","h":1,"p":25,"zg":{"n":32,"s":4},"id":1986},{"c":4,"u":"morningstar%20of%20agonizing%20paralysis_coa","s":15,"n":"Morningstar of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":1987},{"c":4,"u":"morningstar%20of%20certain%20death_egw","s":5,"n":"Morningstar of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":1988},{"c":4,"u":"morningstar%20of%20throne's%20command_bmt","s":12,"n":"Morningstar of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":1989},{"c":4,"u":"morningstar%20of%20warning_xdmg","s":3,"n":"Morningstar of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":1990},{"c":4,"u":"%2b1%20musket_dmg","s":0,"n":"+1 Musket","h":1,"p":213,"zg":{"n":0,"s":0},"id":1991},{"c":4,"u":"%2b2%20musket_dmg","s":0,"n":"+2 Musket","h":1,"p":213,"zg":{"n":1,"s":0},"id":1992},{"c":4,"u":"%2b3%20musket_dmg","s":0,"n":"+3 Musket","h":1,"p":213,"zg":{"n":2,"s":0},"id":1993},{"c":4,"u":"adamantine%20musket_xge","s":1,"n":"Adamantine Musket","h":1,"p":78,"zg":{"n":3,"s":1},"id":1994},{"c":4,"u":"silvered%20musket_phb","s":2,"n":"Silvered Musket","h":1,"p":148,"zg":{"n":4,"s":2},"id":1995},{"c":4,"u":"vicious%20musket_dmg","s":0,"n":"Vicious Musket","h":1,"p":209,"zg":{"n":5,"s":0},"id":1996},{"c":4,"u":"musket%20of%20warning_dmg","s":0,"n":"Musket of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":1997},{"c":4,"u":"%2b1%20musket_xdmg","s":3,"n":"+1 Musket","h":1,"p":324,"zg":{"n":0,"s":3},"id":1998},{"c":4,"u":"%2b2%20musket_xdmg","s":3,"n":"+2 Musket","h":1,"p":324,"zg":{"n":1,"s":3},"id":1999},{"c":4,"u":"%2b3%20musket_xdmg","s":3,"n":"+3 Musket","h":1,"p":324,"zg":{"n":2,"s":3},"id":2000},{"c":4,"u":"ascendant%20dragon's%20wrath%20musket_ftd","s":4,"n":"Ascendant Dragon's Wrath Musket","h":1,"p":25,"zg":{"n":7,"s":4},"id":2001},{"c":4,"u":"corpse%20slayer%20musket_egw","s":5,"n":"Corpse Slayer Musket","h":1,"p":266,"zg":{"n":8,"s":5},"id":2002},{"c":4,"u":"dragon%20slayer%20musket_xdmg","s":3,"n":"Dragon Slayer Musket","h":1,"p":254,"zg":{"n":9,"s":3},"id":2003},{"c":4,"u":"drow%20%2b1%20musket_mm","s":6,"n":"Drow +1 Musket","h":1,"p":126,"zg":{"n":10,"s":6},"id":2004},{"c":4,"u":"drow%20%2b2%20musket_mm","s":6,"n":"Drow +2 Musket","h":1,"p":126,"zg":{"n":11,"s":6},"id":2005},{"c":4,"u":"drow%20%2b3%20musket_mm","s":6,"n":"Drow +3 Musket","h":1,"p":126,"zg":{"n":12,"s":6},"id":2006},{"c":4,"u":"enspelled%20(cantrip)%20musket_xdmg","s":3,"n":"Enspelled (Cantrip) Musket","h":1,"p":258,"zg":{"n":13,"s":3},"id":2007},{"c":4,"u":"enspelled%20(level%201)%20musket_xdmg","s":3,"n":"Enspelled (Level 1) Musket","h":1,"p":258,"zg":{"n":14,"s":3},"id":2008},{"c":4,"u":"enspelled%20(level%202)%20musket_xdmg","s":3,"n":"Enspelled (Level 2) Musket","h":1,"p":258,"zg":{"n":15,"s":3},"id":2009},{"c":4,"u":"enspelled%20(level%203)%20musket_xdmg","s":3,"n":"Enspelled (Level 3) Musket","h":1,"p":258,"zg":{"n":16,"s":3},"id":2010},{"c":4,"u":"enspelled%20(level%204)%20musket_xdmg","s":3,"n":"Enspelled (Level 4) Musket","h":1,"p":258,"zg":{"n":17,"s":3},"id":2011},{"c":4,"u":"enspelled%20(level%205)%20musket_xdmg","s":3,"n":"Enspelled (Level 5) Musket","h":1,"p":258,"zg":{"n":18,"s":3},"id":2012},{"c":4,"u":"enspelled%20(level%206)%20musket_xdmg","s":3,"n":"Enspelled (Level 6) Musket","h":1,"p":258,"zg":{"n":19,"s":3},"id":2013},{"c":4,"u":"enspelled%20(level%207)%20musket_xdmg","s":3,"n":"Enspelled (Level 7) Musket","h":1,"p":258,"zg":{"n":20,"s":3},"id":2014},{"c":4,"u":"enspelled%20(level%208)%20musket_xdmg","s":3,"n":"Enspelled (Level 8) Musket","h":1,"p":258,"zg":{"n":21,"s":3},"id":2015},{"c":4,"u":"giant%20slayer%20musket_xdmg","s":3,"n":"Giant Slayer Musket","h":1,"p":264,"zg":{"n":22,"s":3},"id":2016},{"c":4,"u":"hellfire%20musket_bgdia","s":7,"n":"Hellfire Musket","h":1,"p":223,"zg":{"n":23,"s":7},"id":2017},{"c":4,"u":"holy%20avenger%20musket_xdmg","s":3,"n":"Holy Avenger Musket","h":1,"p":269,"zg":{"n":24,"s":3},"id":2018},{"c":4,"u":"lycan%20musket_ghloe","s":8,"n":"Lycan Musket","h":1,"p":111,"zg":{"n":25,"s":8},"id":2019},{"c":4,"u":"nine%20lives%20stealer%20musket_xdmg","s":3,"n":"Nine Lives Stealer Musket","h":1,"p":281,"zg":{"n":26,"s":3},"id":2020},{"c":4,"u":"oceanic%20musket_tdcsr","s":9,"n":"Oceanic Musket","h":1,"p":199,"zg":{"n":27,"s":9},"id":2021},{"c":4,"u":"ruidium%20musket_crcotn","s":10,"n":"Ruidium Musket","h":1,"p":216,"zg":{"n":28,"s":10},"id":2022},{"c":4,"u":"silvered%20musket_xdmg","s":3,"n":"Silvered Musket","h":1,"p":304,"zg":{"n":4,"s":3},"id":2023},{"c":4,"u":"slumbering%20dragon's%20wrath%20musket_ftd","s":4,"n":"Slumbering Dragon's Wrath Musket","h":1,"p":25,"zg":{"n":29,"s":4},"id":2024},{"c":4,"u":"stirring%20dragon's%20wrath%20musket_ftd","s":4,"n":"Stirring Dragon's Wrath Musket","h":1,"p":25,"zg":{"n":30,"s":4},"id":2025},{"c":4,"u":"vicious%20%2b1%20musket_ai","s":11,"n":"Vicious +1 Musket","h":1,"p":149,"zg":{"n":31,"s":11},"id":2026},{"c":4,"u":"vicious%20musket_xdmg","s":3,"n":"Vicious Musket","h":1,"p":318,"zg":{"n":5,"s":3},"id":2027},{"c":4,"u":"wakened%20dragon's%20wrath%20musket_ftd","s":4,"n":"Wakened Dragon's Wrath Musket","h":1,"p":25,"zg":{"n":32,"s":4},"id":2028},{"c":4,"u":"musket%20of%20certain%20death_egw","s":5,"n":"Musket of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2029},{"c":4,"u":"musket%20of%20throne's%20command_bmt","s":12,"n":"Musket of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2030},{"c":4,"u":"musket%20of%20warning_xdmg","s":3,"n":"Musket of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2031},{"c":4,"u":"%2b1%20needle_xdmg","s":3,"n":"+1 Needle","h":1,"p":228,"zg":{"n":35,"s":3},"id":2032},{"c":4,"u":"%2b2%20needle_xdmg","s":3,"n":"+2 Needle","h":1,"p":228,"zg":{"n":36,"s":3},"id":2033},{"c":4,"u":"%2b3%20needle_xdmg","s":3,"n":"+3 Needle","h":1,"p":228,"zg":{"n":37,"s":3},"id":2034},{"c":4,"u":"adamantine%20needle_xge","s":1,"n":"Adamantine Needle","h":1,"p":78,"zg":{"n":40,"s":1},"id":2035},{"c":4,"u":"adamantine%20needle_xdmg","s":3,"n":"Adamantine Needle","h":1,"p":227,"zg":{"n":3,"s":3},"id":2036},{"c":4,"u":"needle%20of%20slaying_xdmg","s":3,"n":"Needle of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":2037},{"c":4,"u":"bloodseeker%20needle_bmt","s":12,"n":"Bloodseeker Needle","h":1,"p":66,"zg":{"n":42,"s":12},"id":2038},{"c":4,"u":"dried%20leech%20needle_bmt","s":12,"n":"Dried Leech Needle","h":1,"p":67,"zg":{"n":43,"s":12},"id":2039},{"c":4,"u":"silvered%20needle_phb","s":2,"n":"Silvered Needle","h":1,"p":148,"zg":{"n":45,"s":2},"id":2040},{"c":4,"u":"walloping%20needle_xdmg","s":3,"n":"Walloping Needle","h":1,"p":318,"zg":{"n":39,"s":3},"id":2041},{"c":4,"u":"winged%20needle_bmt","s":12,"n":"Winged Needle","h":1,"p":69,"zg":{"n":46,"s":12},"id":2042},{"c":4,"u":"net%20of%20warning_dmg","s":0,"n":"Net of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2043},{"c":4,"u":"fernian%20basalt%20orb_erlw","s":14,"n":"Fernian Basalt Orb","h":1,"p":278,"zg":{"n":108,"s":14},"id":2044},{"c":4,"u":"irian%20quartz%20orb_erlw","s":14,"n":"Irian Quartz Orb","h":1,"p":278,"zg":{"n":109,"s":14},"id":2045},{"c":4,"u":"kythrian%20skarn%20orb_erlw","s":14,"n":"Kythrian Skarn Orb","h":1,"p":278,"zg":{"n":110,"s":14},"id":2046},{"c":4,"u":"lamannian%20flint%20orb_erlw","s":14,"n":"Lamannian Flint Orb","h":1,"p":278,"zg":{"n":111,"s":14},"id":2047},{"c":4,"u":"mabaran%20obsidian%20orb_erlw","s":14,"n":"Mabaran Obsidian Orb","h":1,"p":278,"zg":{"n":112,"s":14},"id":2048},{"c":4,"u":"risian%20shale%20orb_erlw","s":14,"n":"Risian Shale Orb","h":1,"p":278,"zg":{"n":113,"s":14},"id":2049},{"c":4,"u":"shavarran%20chert%20orb_erlw","s":14,"n":"Shavarran Chert Orb","h":1,"p":278,"zg":{"n":114,"s":14},"id":2050},{"c":4,"u":"xorian%20marble%20orb_erlw","s":14,"n":"Xorian Marble Orb","h":1,"p":278,"zg":{"n":115,"s":14},"id":2051},{"c":4,"u":"%2b1%20padded%20armor_dmg","s":0,"n":"+1 Padded Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":2052},{"c":4,"u":"%2b2%20padded%20armor_dmg","s":0,"n":"+2 Padded Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":2053},{"c":4,"u":"%2b3%20padded%20armor_dmg","s":0,"n":"+3 Padded Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":2054},{"c":4,"u":"padded%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Padded Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":2055},{"c":4,"u":"padded%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Padded Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":2056},{"c":4,"u":"padded%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Padded Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":2057},{"c":4,"u":"padded%20armor%20of%20force%20resistance_dmg","s":0,"n":"Padded Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":2058},{"c":4,"u":"padded%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Padded Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":2059},{"c":4,"u":"padded%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Padded Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":2060},{"c":4,"u":"padded%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Padded Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":2061},{"c":4,"u":"padded%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Padded Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":2062},{"c":4,"u":"padded%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Padded Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":2063},{"c":4,"u":"padded%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Padded Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":2064},{"c":4,"u":"cast-off%20padded%20armor_xge","s":1,"n":"Cast-Off Padded Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":2065},{"c":4,"u":"mariner's%20padded%20armor_dmg","s":0,"n":"Mariner's Padded Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":2066},{"c":4,"u":"smoldering%20padded%20armor_xge","s":1,"n":"Smoldering Padded Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":2067},{"c":4,"u":"%2b1%20padded%20armor_xdmg","s":3,"n":"+1 Padded Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":2068},{"c":4,"u":"%2b2%20padded%20armor_xdmg","s":3,"n":"+2 Padded Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":2069},{"c":4,"u":"%2b3%20padded%20armor_xdmg","s":3,"n":"+3 Padded Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":2070},{"c":4,"u":"antimagic%20padded%20armor_bmt","s":12,"n":"Antimagic Padded Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":2071},{"c":4,"u":"padded%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Padded Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":2072},{"c":4,"u":"padded%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Padded Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":2073},{"c":4,"u":"padded%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Padded Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":2074},{"c":4,"u":"padded%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Padded Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":2075},{"c":4,"u":"padded%20armor%20of%20gleaming_xdmg","s":3,"n":"Padded Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":2076},{"c":4,"u":"padded%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Padded Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":2077},{"c":4,"u":"padded%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Padded Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":2078},{"c":4,"u":"padded%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Padded Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":2079},{"c":4,"u":"padded%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Padded Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":2080},{"c":4,"u":"padded%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Padded Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":2081},{"c":4,"u":"padded%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Padded Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":2082},{"c":4,"u":"padded%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Padded Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":2083},{"c":4,"u":"padded%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Padded Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":2084},{"c":4,"u":"padded%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Padded Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":2085},{"c":4,"u":"padded%20armor%20of%20weightlessness_bmt","s":12,"n":"Padded Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":2086},{"c":4,"u":"padded%20barding_phb","s":2,"n":"Padded Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":2087},{"c":4,"u":"cast-off%20padded%20armor_xdmg","s":3,"n":"Cast-Off Padded Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":2088},{"c":4,"u":"demon%20padded%20armor_xdmg","s":3,"n":"Demon Padded Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":2089},{"c":4,"u":"drow%20%2b1%20padded%20armor_mm","s":6,"n":"Drow +1 Padded Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":2090},{"c":4,"u":"drow%20%2b2%20padded%20armor_mm","s":6,"n":"Drow +2 Padded Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":2091},{"c":4,"u":"drow%20%2b3%20padded%20armor_mm","s":6,"n":"Drow +3 Padded Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":2092},{"c":4,"u":"enspelled%20(cantrip)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Padded Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":2093},{"c":4,"u":"enspelled%20(level%201)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Padded Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":2094},{"c":4,"u":"enspelled%20(level%202)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Padded Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":2095},{"c":4,"u":"enspelled%20(level%203)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Padded Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":2096},{"c":4,"u":"enspelled%20(level%204)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Padded Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":2097},{"c":4,"u":"enspelled%20(level%205)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Padded Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":2098},{"c":4,"u":"enspelled%20(level%206)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Padded Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":2099},{"c":4,"u":"enspelled%20(level%207)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Padded Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":2100},{"c":4,"u":"enspelled%20(level%208)%20padded%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Padded Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":2101},{"c":4,"u":"feywrought%20padded%20armor_bmt","s":12,"n":"Feywrought Padded Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":2102},{"c":4,"u":"gloomwrought%20padded%20armor_bmt","s":12,"n":"Gloomwrought Padded Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":2103},{"c":4,"u":"last%20stand%20padded%20armor_egw","s":5,"n":"Last Stand Padded Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":2104},{"c":4,"u":"living%20padded%20armor_erlw","s":14,"n":"Living Padded Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":2105},{"c":4,"u":"mariner's%20padded%20armor_xdmg","s":3,"n":"Mariner's Padded Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":2106},{"c":4,"u":"smoldering%20padded%20armor_xdmg","s":3,"n":"Smoldering Padded Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":2107},{"c":4,"u":"zephyr%20padded%20armor_bgg","s":17,"n":"Zephyr Padded Armor","h":1,"p":117,"zg":{"n":145,"s":17},"id":2108},{"c":4,"u":"%2b1%20pike_dmg","s":0,"n":"+1 Pike","h":1,"p":213,"zg":{"n":0,"s":0},"id":2109},{"c":4,"u":"%2b2%20pike_dmg","s":0,"n":"+2 Pike","h":1,"p":213,"zg":{"n":1,"s":0},"id":2110},{"c":4,"u":"%2b3%20pike_dmg","s":0,"n":"+3 Pike","h":1,"p":213,"zg":{"n":2,"s":0},"id":2111},{"c":4,"u":"adamantine%20pike_xge","s":1,"n":"Adamantine Pike","h":1,"p":78,"zg":{"n":3,"s":1},"id":2112},{"c":4,"u":"silvered%20pike_phb","s":2,"n":"Silvered Pike","h":1,"p":148,"zg":{"n":4,"s":2},"id":2113},{"c":4,"u":"vicious%20pike_dmg","s":0,"n":"Vicious Pike","h":1,"p":209,"zg":{"n":5,"s":0},"id":2114},{"c":4,"u":"pike%20of%20warning_dmg","s":0,"n":"Pike of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2115},{"c":4,"u":"%2b1%20pike_xdmg","s":3,"n":"+1 Pike","h":1,"p":324,"zg":{"n":0,"s":3},"id":2116},{"c":4,"u":"%2b2%20pike_xdmg","s":3,"n":"+2 Pike","h":1,"p":324,"zg":{"n":1,"s":3},"id":2117},{"c":4,"u":"%2b3%20pike_xdmg","s":3,"n":"+3 Pike","h":1,"p":324,"zg":{"n":2,"s":3},"id":2118},{"c":4,"u":"adamantine%20pike_xdmg","s":3,"n":"Adamantine Pike","h":1,"p":227,"zg":{"n":3,"s":3},"id":2119},{"c":4,"u":"ascendant%20dragon's%20wrath%20pike_ftd","s":4,"n":"Ascendant Dragon's Wrath Pike","h":1,"p":25,"zg":{"n":7,"s":4},"id":2120},{"c":4,"u":"corpse%20slayer%20pike_egw","s":5,"n":"Corpse Slayer Pike","h":1,"p":266,"zg":{"n":8,"s":5},"id":2121},{"c":4,"u":"defender%20pike_xdmg","s":3,"n":"Defender Pike","h":1,"p":252,"zg":{"n":49,"s":3},"id":2122},{"c":4,"u":"dragon%20slayer%20pike_xdmg","s":3,"n":"Dragon Slayer Pike","h":1,"p":254,"zg":{"n":9,"s":3},"id":2123},{"c":4,"u":"dragonlance%20pike_ftd","s":4,"n":"Dragonlance Pike","h":1,"p":23,"zg":{"n":144,"s":4},"id":2124},{"c":4,"u":"drow%20%2b1%20pike_mm","s":6,"n":"Drow +1 Pike","h":1,"p":126,"zg":{"n":10,"s":6},"id":2125},{"c":4,"u":"drow%20%2b2%20pike_mm","s":6,"n":"Drow +2 Pike","h":1,"p":126,"zg":{"n":11,"s":6},"id":2126},{"c":4,"u":"drow%20%2b3%20pike_mm","s":6,"n":"Drow +3 Pike","h":1,"p":126,"zg":{"n":12,"s":6},"id":2127},{"c":4,"u":"enspelled%20(cantrip)%20pike_xdmg","s":3,"n":"Enspelled (Cantrip) Pike","h":1,"p":258,"zg":{"n":13,"s":3},"id":2128},{"c":4,"u":"enspelled%20(level%201)%20pike_xdmg","s":3,"n":"Enspelled (Level 1) Pike","h":1,"p":258,"zg":{"n":14,"s":3},"id":2129},{"c":4,"u":"enspelled%20(level%202)%20pike_xdmg","s":3,"n":"Enspelled (Level 2) Pike","h":1,"p":258,"zg":{"n":15,"s":3},"id":2130},{"c":4,"u":"enspelled%20(level%203)%20pike_xdmg","s":3,"n":"Enspelled (Level 3) Pike","h":1,"p":258,"zg":{"n":16,"s":3},"id":2131},{"c":4,"u":"enspelled%20(level%204)%20pike_xdmg","s":3,"n":"Enspelled (Level 4) Pike","h":1,"p":258,"zg":{"n":17,"s":3},"id":2132},{"c":4,"u":"enspelled%20(level%205)%20pike_xdmg","s":3,"n":"Enspelled (Level 5) Pike","h":1,"p":258,"zg":{"n":18,"s":3},"id":2133},{"c":4,"u":"enspelled%20(level%206)%20pike_xdmg","s":3,"n":"Enspelled (Level 6) Pike","h":1,"p":258,"zg":{"n":19,"s":3},"id":2134},{"c":4,"u":"enspelled%20(level%207)%20pike_xdmg","s":3,"n":"Enspelled (Level 7) Pike","h":1,"p":258,"zg":{"n":20,"s":3},"id":2135},{"c":4,"u":"enspelled%20(level%208)%20pike_xdmg","s":3,"n":"Enspelled (Level 8) Pike","h":1,"p":258,"zg":{"n":21,"s":3},"id":2136},{"c":4,"u":"flame%20tongue%20pike_xdmg","s":3,"n":"Flame Tongue Pike","h":1,"p":263,"zg":{"n":51,"s":3},"id":2137},{"c":4,"u":"giant%20slayer%20pike_xdmg","s":3,"n":"Giant Slayer Pike","h":1,"p":264,"zg":{"n":22,"s":3},"id":2138},{"c":4,"u":"hellfire%20pike_bgdia","s":7,"n":"Hellfire Pike","h":1,"p":223,"zg":{"n":23,"s":7},"id":2139},{"c":4,"u":"holy%20avenger%20pike_xdmg","s":3,"n":"Holy Avenger Pike","h":1,"p":269,"zg":{"n":24,"s":3},"id":2140},{"c":4,"u":"lycan%20pike_ghloe","s":8,"n":"Lycan Pike","h":1,"p":111,"zg":{"n":25,"s":8},"id":2141},{"c":4,"u":"nine%20lives%20stealer%20pike_xdmg","s":3,"n":"Nine Lives Stealer Pike","h":1,"p":281,"zg":{"n":26,"s":3},"id":2142},{"c":4,"u":"ruidium%20pike_crcotn","s":10,"n":"Ruidium Pike","h":1,"p":216,"zg":{"n":28,"s":10},"id":2143},{"c":4,"u":"silvered%20pike_xdmg","s":3,"n":"Silvered Pike","h":1,"p":304,"zg":{"n":4,"s":3},"id":2144},{"c":4,"u":"slumbering%20dragon's%20wrath%20pike_ftd","s":4,"n":"Slumbering Dragon's Wrath Pike","h":1,"p":25,"zg":{"n":29,"s":4},"id":2145},{"c":4,"u":"stirring%20dragon's%20wrath%20pike_ftd","s":4,"n":"Stirring Dragon's Wrath Pike","h":1,"p":25,"zg":{"n":30,"s":4},"id":2146},{"c":4,"u":"vicious%20%2b1%20pike_ai","s":11,"n":"Vicious +1 Pike","h":1,"p":149,"zg":{"n":31,"s":11},"id":2147},{"c":4,"u":"vicious%20pike_xdmg","s":3,"n":"Vicious Pike","h":1,"p":318,"zg":{"n":5,"s":3},"id":2148},{"c":4,"u":"wakened%20dragon's%20wrath%20pike_ftd","s":4,"n":"Wakened Dragon's Wrath Pike","h":1,"p":25,"zg":{"n":32,"s":4},"id":2149},{"c":4,"u":"pike%20of%20agonizing%20paralysis_coa","s":15,"n":"Pike of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2150},{"c":4,"u":"pike%20of%20certain%20death_egw","s":5,"n":"Pike of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2151},{"c":4,"u":"pike%20of%20throne's%20command_bmt","s":12,"n":"Pike of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2152},{"c":4,"u":"pike%20of%20warning_xdmg","s":3,"n":"Pike of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2153},{"c":4,"u":"%2b1%20pistol_dmg","s":0,"n":"+1 Pistol","h":1,"p":213,"zg":{"n":0,"s":0},"id":2154},{"c":4,"u":"%2b2%20pistol_dmg","s":0,"n":"+2 Pistol","h":1,"p":213,"zg":{"n":1,"s":0},"id":2155},{"c":4,"u":"%2b3%20pistol_dmg","s":0,"n":"+3 Pistol","h":1,"p":213,"zg":{"n":2,"s":0},"id":2156},{"c":4,"u":"adamantine%20pistol_xge","s":1,"n":"Adamantine Pistol","h":1,"p":78,"zg":{"n":3,"s":1},"id":2157},{"c":4,"u":"silvered%20pistol_phb","s":2,"n":"Silvered Pistol","h":1,"p":148,"zg":{"n":4,"s":2},"id":2158},{"c":4,"u":"vicious%20pistol_dmg","s":0,"n":"Vicious Pistol","h":1,"p":209,"zg":{"n":5,"s":0},"id":2159},{"c":4,"u":"pistol%20of%20warning_dmg","s":0,"n":"Pistol of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2160},{"c":4,"u":"%2b1%20pistol_xdmg","s":3,"n":"+1 Pistol","h":1,"p":324,"zg":{"n":0,"s":3},"id":2161},{"c":4,"u":"%2b2%20pistol_xdmg","s":3,"n":"+2 Pistol","h":1,"p":324,"zg":{"n":1,"s":3},"id":2162},{"c":4,"u":"%2b3%20pistol_xdmg","s":3,"n":"+3 Pistol","h":1,"p":324,"zg":{"n":2,"s":3},"id":2163},{"c":4,"u":"ascendant%20dragon's%20wrath%20pistol_ftd","s":4,"n":"Ascendant Dragon's Wrath Pistol","h":1,"p":25,"zg":{"n":7,"s":4},"id":2164},{"c":4,"u":"corpse%20slayer%20pistol_egw","s":5,"n":"Corpse Slayer Pistol","h":1,"p":266,"zg":{"n":8,"s":5},"id":2165},{"c":4,"u":"dragon%20slayer%20pistol_xdmg","s":3,"n":"Dragon Slayer Pistol","h":1,"p":254,"zg":{"n":9,"s":3},"id":2166},{"c":4,"u":"drow%20%2b1%20pistol_mm","s":6,"n":"Drow +1 Pistol","h":1,"p":126,"zg":{"n":10,"s":6},"id":2167},{"c":4,"u":"drow%20%2b2%20pistol_mm","s":6,"n":"Drow +2 Pistol","h":1,"p":126,"zg":{"n":11,"s":6},"id":2168},{"c":4,"u":"drow%20%2b3%20pistol_mm","s":6,"n":"Drow +3 Pistol","h":1,"p":126,"zg":{"n":12,"s":6},"id":2169},{"c":4,"u":"enspelled%20(cantrip)%20pistol_xdmg","s":3,"n":"Enspelled (Cantrip) Pistol","h":1,"p":258,"zg":{"n":13,"s":3},"id":2170},{"c":4,"u":"enspelled%20(level%201)%20pistol_xdmg","s":3,"n":"Enspelled (Level 1) Pistol","h":1,"p":258,"zg":{"n":14,"s":3},"id":2171},{"c":4,"u":"enspelled%20(level%202)%20pistol_xdmg","s":3,"n":"Enspelled (Level 2) Pistol","h":1,"p":258,"zg":{"n":15,"s":3},"id":2172},{"c":4,"u":"enspelled%20(level%203)%20pistol_xdmg","s":3,"n":"Enspelled (Level 3) Pistol","h":1,"p":258,"zg":{"n":16,"s":3},"id":2173},{"c":4,"u":"enspelled%20(level%204)%20pistol_xdmg","s":3,"n":"Enspelled (Level 4) Pistol","h":1,"p":258,"zg":{"n":17,"s":3},"id":2174},{"c":4,"u":"enspelled%20(level%205)%20pistol_xdmg","s":3,"n":"Enspelled (Level 5) Pistol","h":1,"p":258,"zg":{"n":18,"s":3},"id":2175},{"c":4,"u":"enspelled%20(level%206)%20pistol_xdmg","s":3,"n":"Enspelled (Level 6) Pistol","h":1,"p":258,"zg":{"n":19,"s":3},"id":2176},{"c":4,"u":"enspelled%20(level%207)%20pistol_xdmg","s":3,"n":"Enspelled (Level 7) Pistol","h":1,"p":258,"zg":{"n":20,"s":3},"id":2177},{"c":4,"u":"enspelled%20(level%208)%20pistol_xdmg","s":3,"n":"Enspelled (Level 8) Pistol","h":1,"p":258,"zg":{"n":21,"s":3},"id":2178},{"c":4,"u":"giant%20slayer%20pistol_xdmg","s":3,"n":"Giant Slayer Pistol","h":1,"p":264,"zg":{"n":22,"s":3},"id":2179},{"c":4,"u":"hellfire%20pistol_bgdia","s":7,"n":"Hellfire Pistol","h":1,"p":223,"zg":{"n":23,"s":7},"id":2180},{"c":4,"u":"holy%20avenger%20pistol_xdmg","s":3,"n":"Holy Avenger Pistol","h":1,"p":269,"zg":{"n":24,"s":3},"id":2181},{"c":4,"u":"lycan%20pistol_ghloe","s":8,"n":"Lycan Pistol","h":1,"p":111,"zg":{"n":25,"s":8},"id":2182},{"c":4,"u":"nine%20lives%20stealer%20pistol_xdmg","s":3,"n":"Nine Lives Stealer Pistol","h":1,"p":281,"zg":{"n":26,"s":3},"id":2183},{"c":4,"u":"oceanic%20pistol_tdcsr","s":9,"n":"Oceanic Pistol","h":1,"p":199,"zg":{"n":27,"s":9},"id":2184},{"c":4,"u":"ruidium%20pistol_crcotn","s":10,"n":"Ruidium Pistol","h":1,"p":216,"zg":{"n":28,"s":10},"id":2185},{"c":4,"u":"silvered%20pistol_xdmg","s":3,"n":"Silvered Pistol","h":1,"p":304,"zg":{"n":4,"s":3},"id":2186},{"c":4,"u":"slumbering%20dragon's%20wrath%20pistol_ftd","s":4,"n":"Slumbering Dragon's Wrath Pistol","h":1,"p":25,"zg":{"n":29,"s":4},"id":2187},{"c":4,"u":"stirring%20dragon's%20wrath%20pistol_ftd","s":4,"n":"Stirring Dragon's Wrath Pistol","h":1,"p":25,"zg":{"n":30,"s":4},"id":2188},{"c":4,"u":"vicious%20%2b1%20pistol_ai","s":11,"n":"Vicious +1 Pistol","h":1,"p":149,"zg":{"n":31,"s":11},"id":2189},{"c":4,"u":"vicious%20pistol_xdmg","s":3,"n":"Vicious Pistol","h":1,"p":318,"zg":{"n":5,"s":3},"id":2190},{"c":4,"u":"wakened%20dragon's%20wrath%20pistol_ftd","s":4,"n":"Wakened Dragon's Wrath Pistol","h":1,"p":25,"zg":{"n":32,"s":4},"id":2191},{"c":4,"u":"pistol%20of%20certain%20death_egw","s":5,"n":"Pistol of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2192},{"c":4,"u":"pistol%20of%20throne's%20command_bmt","s":12,"n":"Pistol of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2193},{"c":4,"u":"pistol%20of%20warning_xdmg","s":3,"n":"Pistol of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2194},{"c":4,"u":"%2b1%20plate%20armor_dmg","s":0,"n":"+1 Plate Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":2195},{"c":4,"u":"%2b2%20plate%20armor_dmg","s":0,"n":"+2 Plate Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":2196},{"c":4,"u":"%2b3%20plate%20armor_dmg","s":0,"n":"+3 Plate Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":2197},{"c":4,"u":"adamantine%20plate%20armor_dmg","s":0,"n":"Adamantine Plate Armor","h":1,"p":150,"zg":{"n":56,"s":0},"id":2198},{"c":4,"u":"plate%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Plate Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":2199},{"c":4,"u":"plate%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Plate Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":2200},{"c":4,"u":"plate%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Plate Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":2201},{"c":4,"u":"plate%20armor%20of%20force%20resistance_dmg","s":0,"n":"Plate Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":2202},{"c":4,"u":"plate%20armor%20of%20gleaming_xge","s":1,"n":"Plate Armor of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":2203},{"c":4,"u":"plate%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Plate Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":2204},{"c":4,"u":"plate%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Plate Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":2205},{"c":4,"u":"plate%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Plate Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":2206},{"c":4,"u":"plate%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Plate Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":2207},{"c":4,"u":"plate%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Plate Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":2208},{"c":4,"u":"plate%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Plate Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":2209},{"c":4,"u":"cast-off%20plate%20armor_xge","s":1,"n":"Cast-Off Plate Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":2210},{"c":4,"u":"mariner's%20plate%20armor_dmg","s":0,"n":"Mariner's Plate Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":2211},{"c":4,"u":"mithral%20plate%20armor_dmg","s":0,"n":"Mithral Plate Armor","h":1,"p":182,"zg":{"n":70,"s":0},"id":2212},{"c":4,"u":"smoldering%20plate%20armor_xge","s":1,"n":"Smoldering Plate Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":2213},{"c":4,"u":"%2b1%20plate%20armor_xdmg","s":3,"n":"+1 Plate Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":2214},{"c":4,"u":"%2b2%20plate%20armor_xdmg","s":3,"n":"+2 Plate Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":2215},{"c":4,"u":"%2b3%20plate%20armor_xdmg","s":3,"n":"+3 Plate Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":2216},{"c":4,"u":"adamantine%20plate%20armor_xdmg","s":3,"n":"Adamantine Plate Armor","h":1,"p":227,"zg":{"n":56,"s":3},"id":2217},{"c":4,"u":"antimagic%20plate%20armor_bmt","s":12,"n":"Antimagic Plate Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":2218},{"c":4,"u":"plate%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Plate Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":2219},{"c":4,"u":"plate%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Plate Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":2220},{"c":4,"u":"plate%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Plate Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":2221},{"c":4,"u":"plate%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Plate Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":2222},{"c":4,"u":"plate%20armor%20of%20gleaming_xdmg","s":3,"n":"Plate Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":2223},{"c":4,"u":"plate%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Plate Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":2224},{"c":4,"u":"plate%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Plate Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":2225},{"c":4,"u":"plate%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Plate Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":2226},{"c":4,"u":"plate%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Plate Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":2227},{"c":4,"u":"plate%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Plate Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":2228},{"c":4,"u":"plate%20armor%20of%20safeguarding_bgg","s":17,"n":"Plate Armor of Safeguarding","h":1,"p":111,"zg":{"n":100,"s":17},"id":2229},{"c":4,"u":"plate%20armor%20of%20the%20fallen_bmt","s":12,"n":"Plate Armor of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":2230},{"c":4,"u":"plate%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Plate Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":2231},{"c":4,"u":"plate%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Plate Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":2232},{"c":4,"u":"plate%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Plate Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":2233},{"c":4,"u":"plate%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Plate Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":2234},{"c":4,"u":"plate%20armor%20of%20weightlessness_bmt","s":12,"n":"Plate Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":2235},{"c":4,"u":"plate%20barding_phb","s":2,"n":"Plate Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":2236},{"c":4,"u":"cast-off%20plate%20armor_xdmg","s":3,"n":"Cast-Off Plate Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":2237},{"c":4,"u":"clockwork%20plate%20armor_bmt","s":12,"n":"Clockwork Plate Armor","h":1,"p":67,"zg":{"n":101,"s":12},"id":2238},{"c":4,"u":"demon%20plate%20armor_xdmg","s":3,"n":"Demon Plate Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":2239},{"c":4,"u":"demon%20skin%20plate%20armor_ditlcot","s":18,"n":"Demon Skin Plate Armor","h":1,"p":14,"zg":{"n":102,"s":18},"id":2240},{"c":4,"u":"drow%20%2b1%20plate%20armor_mm","s":6,"n":"Drow +1 Plate Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":2241},{"c":4,"u":"drow%20%2b2%20plate%20armor_mm","s":6,"n":"Drow +2 Plate Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":2242},{"c":4,"u":"drow%20%2b3%20plate%20armor_mm","s":6,"n":"Drow +3 Plate Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":2243},{"c":4,"u":"dwarven%20plate%20armor_xdmg","s":3,"n":"Dwarven Plate Armor","h":1,"p":255,"zg":{"n":139,"s":3},"id":2244},{"c":4,"u":"enspelled%20(cantrip)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Plate Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":2245},{"c":4,"u":"enspelled%20(level%201)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Plate Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":2246},{"c":4,"u":"enspelled%20(level%202)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Plate Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":2247},{"c":4,"u":"enspelled%20(level%203)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Plate Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":2248},{"c":4,"u":"enspelled%20(level%204)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Plate Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":2249},{"c":4,"u":"enspelled%20(level%205)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Plate Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":2250},{"c":4,"u":"enspelled%20(level%206)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Plate Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":2251},{"c":4,"u":"enspelled%20(level%207)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Plate Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":2252},{"c":4,"u":"enspelled%20(level%208)%20plate%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Plate Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":2253},{"c":4,"u":"feywrought%20plate%20armor_bmt","s":12,"n":"Feywrought Plate Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":2254},{"c":4,"u":"gloomwrought%20plate%20armor_bmt","s":12,"n":"Gloomwrought Plate Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":2255},{"c":4,"u":"last%20stand%20plate%20armor_egw","s":5,"n":"Last Stand Plate Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":2256},{"c":4,"u":"living%20plate%20armor_erlw","s":14,"n":"Living Plate Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":2257},{"c":4,"u":"mariner's%20plate%20armor_xdmg","s":3,"n":"Mariner's Plate Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":2258},{"c":4,"u":"mind%20carapace%20plate%20armor_vgm","s":19,"n":"Mind Carapace Plate Armor","h":1,"p":81,"zg":{"n":105,"s":19},"id":2259},{"c":4,"u":"mithral%20%2b1%20plate%20armor_ai","s":11,"n":"Mithral +1 Plate Armor","h":1,"p":156,"zg":{"n":97,"s":11},"id":2260},{"c":4,"u":"mithral%20plate%20armor_xdmg","s":3,"n":"Mithral Plate Armor","h":1,"p":279,"zg":{"n":70,"s":3},"id":2261},{"c":4,"u":"mizzium%20plate%20armor_ggr","s":16,"n":"Mizzium Plate Armor","h":1,"p":179,"zg":{"n":98,"s":16},"id":2262},{"c":4,"u":"plate%20armor%20of%20etherealness_xdmg","s":3,"n":"Plate Armor of Etherealness","h":1,"p":286,"zg":{"n":140,"s":3},"id":2263},{"c":4,"u":"ruidium%20plate%20armor_crcotn","s":10,"n":"Ruidium Plate Armor","h":1,"p":215,"zg":{"n":99,"s":10},"id":2264},{"c":4,"u":"smoldering%20plate%20armor_xdmg","s":3,"n":"Smoldering Plate Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":2265},{"c":4,"u":"%2b1%20quarterstaff_dmg","s":0,"n":"+1 Quarterstaff","h":1,"p":213,"zg":{"n":0,"s":0},"id":2266},{"c":4,"u":"%2b2%20quarterstaff_dmg","s":0,"n":"+2 Quarterstaff","h":1,"p":213,"zg":{"n":1,"s":0},"id":2267},{"c":4,"u":"%2b3%20quarterstaff_dmg","s":0,"n":"+3 Quarterstaff","h":1,"p":213,"zg":{"n":2,"s":0},"id":2268},{"c":4,"u":"adamantine%20quarterstaff_xge","s":1,"n":"Adamantine Quarterstaff","h":1,"p":78,"zg":{"n":3,"s":1},"id":2269},{"c":4,"u":"silvered%20quarterstaff_phb","s":2,"n":"Silvered Quarterstaff","h":1,"p":148,"zg":{"n":4,"s":2},"id":2270},{"c":4,"u":"vicious%20quarterstaff_dmg","s":0,"n":"Vicious Quarterstaff","h":1,"p":209,"zg":{"n":5,"s":0},"id":2271},{"c":4,"u":"quarterstaff%20of%20warning_dmg","s":0,"n":"Quarterstaff of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2272},{"c":4,"u":"%2b1%20quarterstaff_xdmg","s":3,"n":"+1 Quarterstaff","h":1,"p":324,"zg":{"n":0,"s":3},"id":2273},{"c":4,"u":"%2b2%20quarterstaff_xdmg","s":3,"n":"+2 Quarterstaff","h":1,"p":324,"zg":{"n":1,"s":3},"id":2274},{"c":4,"u":"%2b3%20quarterstaff_xdmg","s":3,"n":"+3 Quarterstaff","h":1,"p":324,"zg":{"n":2,"s":3},"id":2275},{"c":4,"u":"adamantine%20quarterstaff_xdmg","s":3,"n":"Adamantine Quarterstaff","h":1,"p":227,"zg":{"n":3,"s":3},"id":2276},{"c":4,"u":"quarterstaff%20armblade_erlw","s":14,"n":"Quarterstaff Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2277},{"c":4,"u":"ascendant%20dragon's%20wrath%20quarterstaff_ftd","s":4,"n":"Ascendant Dragon's Wrath Quarterstaff","h":1,"p":25,"zg":{"n":7,"s":4},"id":2278},{"c":4,"u":"comet%20smasher%20quarterstaff_dodk","s":13,"n":"Comet Smasher Quarterstaff","h":1,"p":230,"zg":{"n":106,"s":13},"id":2279},{"c":4,"u":"corpse%20slayer%20quarterstaff_egw","s":5,"n":"Corpse Slayer Quarterstaff","h":1,"p":266,"zg":{"n":8,"s":5},"id":2280},{"c":4,"u":"defender%20quarterstaff_xdmg","s":3,"n":"Defender Quarterstaff","h":1,"p":252,"zg":{"n":49,"s":3},"id":2281},{"c":4,"u":"dragon%20slayer%20quarterstaff_xdmg","s":3,"n":"Dragon Slayer Quarterstaff","h":1,"p":254,"zg":{"n":9,"s":3},"id":2282},{"c":4,"u":"drow%20%2b1%20quarterstaff_mm","s":6,"n":"Drow +1 Quarterstaff","h":1,"p":126,"zg":{"n":10,"s":6},"id":2283},{"c":4,"u":"drow%20%2b2%20quarterstaff_mm","s":6,"n":"Drow +2 Quarterstaff","h":1,"p":126,"zg":{"n":11,"s":6},"id":2284},{"c":4,"u":"drow%20%2b3%20quarterstaff_mm","s":6,"n":"Drow +3 Quarterstaff","h":1,"p":126,"zg":{"n":12,"s":6},"id":2285},{"c":4,"u":"enspelled%20(cantrip)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Cantrip) Quarterstaff","h":1,"p":258,"zg":{"n":13,"s":3},"id":2286},{"c":4,"u":"enspelled%20(level%201)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 1) Quarterstaff","h":1,"p":258,"zg":{"n":14,"s":3},"id":2287},{"c":4,"u":"enspelled%20(level%202)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 2) Quarterstaff","h":1,"p":258,"zg":{"n":15,"s":3},"id":2288},{"c":4,"u":"enspelled%20(level%203)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 3) Quarterstaff","h":1,"p":258,"zg":{"n":16,"s":3},"id":2289},{"c":4,"u":"enspelled%20(level%204)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 4) Quarterstaff","h":1,"p":258,"zg":{"n":17,"s":3},"id":2290},{"c":4,"u":"enspelled%20(level%205)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 5) Quarterstaff","h":1,"p":258,"zg":{"n":18,"s":3},"id":2291},{"c":4,"u":"enspelled%20(level%206)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 6) Quarterstaff","h":1,"p":258,"zg":{"n":19,"s":3},"id":2292},{"c":4,"u":"enspelled%20(level%207)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 7) Quarterstaff","h":1,"p":258,"zg":{"n":20,"s":3},"id":2293},{"c":4,"u":"enspelled%20(level%208)%20quarterstaff_xdmg","s":3,"n":"Enspelled (Level 8) Quarterstaff","h":1,"p":258,"zg":{"n":21,"s":3},"id":2294},{"c":4,"u":"flame%20tongue%20quarterstaff_xdmg","s":3,"n":"Flame Tongue Quarterstaff","h":1,"p":263,"zg":{"n":51,"s":3},"id":2295},{"c":4,"u":"forcebreaker%20quarterstaff_bmt","s":12,"n":"Forcebreaker Quarterstaff","h":1,"p":67,"zg":{"n":107,"s":12},"id":2296},{"c":4,"u":"giant%20slayer%20quarterstaff_xdmg","s":3,"n":"Giant Slayer Quarterstaff","h":1,"p":264,"zg":{"n":22,"s":3},"id":2297},{"c":4,"u":"hellfire%20quarterstaff_bgdia","s":7,"n":"Hellfire Quarterstaff","h":1,"p":223,"zg":{"n":23,"s":7},"id":2298},{"c":4,"u":"holy%20avenger%20quarterstaff_xdmg","s":3,"n":"Holy Avenger Quarterstaff","h":1,"p":269,"zg":{"n":24,"s":3},"id":2299},{"c":4,"u":"lycan%20quarterstaff_ghloe","s":8,"n":"Lycan Quarterstaff","h":1,"p":111,"zg":{"n":25,"s":8},"id":2300},{"c":4,"u":"nine%20lives%20stealer%20quarterstaff_xdmg","s":3,"n":"Nine Lives Stealer Quarterstaff","h":1,"p":281,"zg":{"n":26,"s":3},"id":2301},{"c":4,"u":"ruidium%20quarterstaff_crcotn","s":10,"n":"Ruidium Quarterstaff","h":1,"p":216,"zg":{"n":28,"s":10},"id":2302},{"c":4,"u":"silvered%20quarterstaff_xdmg","s":3,"n":"Silvered Quarterstaff","h":1,"p":304,"zg":{"n":4,"s":3},"id":2303},{"c":4,"u":"slumbering%20dragon's%20wrath%20quarterstaff_ftd","s":4,"n":"Slumbering Dragon's Wrath Quarterstaff","h":1,"p":25,"zg":{"n":29,"s":4},"id":2304},{"c":4,"u":"stirring%20dragon's%20wrath%20quarterstaff_ftd","s":4,"n":"Stirring Dragon's Wrath Quarterstaff","h":1,"p":25,"zg":{"n":30,"s":4},"id":2305},{"c":4,"u":"vicious%20%2b1%20quarterstaff_ai","s":11,"n":"Vicious +1 Quarterstaff","h":1,"p":149,"zg":{"n":31,"s":11},"id":2306},{"c":4,"u":"vicious%20quarterstaff_xdmg","s":3,"n":"Vicious Quarterstaff","h":1,"p":318,"zg":{"n":5,"s":3},"id":2307},{"c":4,"u":"wakened%20dragon's%20wrath%20quarterstaff_ftd","s":4,"n":"Wakened Dragon's Wrath Quarterstaff","h":1,"p":25,"zg":{"n":32,"s":4},"id":2308},{"c":4,"u":"quarterstaff%20of%20agonizing%20paralysis_coa","s":15,"n":"Quarterstaff of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2309},{"c":4,"u":"quarterstaff%20of%20certain%20death_egw","s":5,"n":"Quarterstaff of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2310},{"c":4,"u":"quarterstaff%20of%20warning_xdmg","s":3,"n":"Quarterstaff of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2311},{"c":4,"u":"%2b1%20rapier_dmg","s":0,"n":"+1 Rapier","h":1,"p":213,"zg":{"n":0,"s":0},"id":2312},{"c":4,"u":"%2b2%20rapier_dmg","s":0,"n":"+2 Rapier","h":1,"p":213,"zg":{"n":1,"s":0},"id":2313},{"c":4,"u":"%2b3%20rapier_dmg","s":0,"n":"+3 Rapier","h":1,"p":213,"zg":{"n":2,"s":0},"id":2314},{"c":4,"u":"adamantine%20rapier_xge","s":1,"n":"Adamantine Rapier","h":1,"p":78,"zg":{"n":3,"s":1},"id":2315},{"c":4,"u":"dancing%20rapier_dmg","s":0,"n":"Dancing Rapier","h":1,"p":161,"zg":{"n":121,"s":0},"id":2316},{"c":4,"u":"defender%20rapier_dmg","s":0,"n":"Defender Rapier","h":1,"p":164,"zg":{"n":49,"s":0},"id":2317},{"c":4,"u":"dragon%20slayer%20rapier_dmg","s":0,"n":"Dragon Slayer Rapier","h":1,"p":166,"zg":{"n":9,"s":0},"id":2318},{"c":4,"u":"flame%20tongue%20rapier_dmg","s":0,"n":"Flame Tongue Rapier","h":1,"p":170,"zg":{"n":51,"s":0},"id":2319},{"c":4,"u":"frost%20brand%20rapier_dmg","s":0,"n":"Frost Brand Rapier","h":1,"p":171,"zg":{"n":124,"s":0},"id":2320},{"c":4,"u":"giant%20slayer%20rapier_dmg","s":0,"n":"Giant Slayer Rapier","h":1,"p":172,"zg":{"n":22,"s":0},"id":2321},{"c":4,"u":"holy%20avenger%20rapier_dmg","s":0,"n":"Holy Avenger Rapier","h":1,"p":174,"zg":{"n":24,"s":0},"id":2322},{"c":4,"u":"luck%20blade%20rapier_dmg","s":0,"n":"Luck Blade Rapier","h":1,"p":179,"zg":{"n":126,"s":0},"id":2323},{"c":4,"u":"moon-touched%20rapier_xge","s":1,"n":"Moon-Touched Rapier","h":1,"p":138,"zg":{"n":128,"s":1},"id":2324},{"c":4,"u":"nine%20lives%20stealer%20rapier_dmg","s":0,"n":"Nine Lives Stealer Rapier","h":1,"p":183,"zg":{"n":26,"s":0},"id":2325},{"c":4,"u":"silvered%20rapier_phb","s":2,"n":"Silvered Rapier","h":1,"p":148,"zg":{"n":4,"s":2},"id":2326},{"c":4,"u":"rapier%20of%20life%20stealing_dmg","s":0,"n":"Rapier of Life Stealing","h":1,"p":206,"zg":{"n":130,"s":0},"id":2327},{"c":4,"u":"rapier%20of%20vengeance_dmg","s":0,"n":"Rapier of Vengeance","h":1,"p":206,"zg":{"n":134,"s":0},"id":2328},{"c":4,"u":"rapier%20of%20wounding_dmg","s":0,"n":"Rapier of Wounding","h":1,"p":207,"zg":{"n":135,"s":0},"id":2329},{"c":4,"u":"vicious%20rapier_dmg","s":0,"n":"Vicious Rapier","h":1,"p":209,"zg":{"n":5,"s":0},"id":2330},{"c":4,"u":"rapier%20of%20warning_dmg","s":0,"n":"Rapier of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2331},{"c":4,"u":"%2b1%20rapier_xdmg","s":3,"n":"+1 Rapier","h":1,"p":324,"zg":{"n":0,"s":3},"id":2332},{"c":4,"u":"%2b2%20rapier_xdmg","s":3,"n":"+2 Rapier","h":1,"p":324,"zg":{"n":1,"s":3},"id":2333},{"c":4,"u":"%2b3%20rapier_xdmg","s":3,"n":"+3 Rapier","h":1,"p":324,"zg":{"n":2,"s":3},"id":2334},{"c":4,"u":"acheron%20blade%20rapier_egw","s":5,"n":"Acheron Blade Rapier","h":1,"p":265,"zg":{"n":117,"s":5},"id":2335},{"c":4,"u":"adamantine%20rapier_xdmg","s":3,"n":"Adamantine Rapier","h":1,"p":227,"zg":{"n":3,"s":3},"id":2336},{"c":4,"u":"rapier%20armblade_erlw","s":14,"n":"Rapier Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2337},{"c":4,"u":"ascendant%20dragon's%20wrath%20rapier_ftd","s":4,"n":"Ascendant Dragon's Wrath Rapier","h":1,"p":25,"zg":{"n":7,"s":4},"id":2338},{"c":4,"u":"rapier%20of%20the%20medusa_llk","s":20,"n":"Rapier of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":2339},{"c":4,"u":"bloodshed%20rapier_bgg","s":17,"n":"Bloodshed Rapier","h":1,"p":111,"zg":{"n":119,"s":17},"id":2340},{"c":4,"u":"corpse%20slayer%20rapier_egw","s":5,"n":"Corpse Slayer Rapier","h":1,"p":266,"zg":{"n":8,"s":5},"id":2341},{"c":4,"u":"crystal%20rapier_ftd","s":4,"n":"Crystal Rapier","h":1,"p":22,"zg":{"n":120,"s":4},"id":2342},{"c":4,"u":"dancing%20rapier_xdmg","s":3,"n":"Dancing Rapier","h":1,"p":248,"zg":{"n":121,"s":3},"id":2343},{"c":4,"u":"defender%20rapier_xdmg","s":3,"n":"Defender Rapier","h":1,"p":252,"zg":{"n":49,"s":3},"id":2344},{"c":4,"u":"delerium-forged%20blade%20rapier_dodk","s":13,"n":"Delerium-Forged Blade Rapier","h":1,"p":230,"zg":{"n":122,"s":13},"id":2345},{"c":4,"u":"dragon%20slayer%20rapier_xdmg","s":3,"n":"Dragon Slayer Rapier","h":1,"p":254,"zg":{"n":9,"s":3},"id":2346},{"c":4,"u":"drow%20%2b1%20rapier_mm","s":6,"n":"Drow +1 Rapier","h":1,"p":126,"zg":{"n":10,"s":6},"id":2347},{"c":4,"u":"drow%20%2b2%20rapier_mm","s":6,"n":"Drow +2 Rapier","h":1,"p":126,"zg":{"n":11,"s":6},"id":2348},{"c":4,"u":"drow%20%2b3%20rapier_mm","s":6,"n":"Drow +3 Rapier","h":1,"p":126,"zg":{"n":12,"s":6},"id":2349},{"c":4,"u":"enspelled%20(cantrip)%20rapier_xdmg","s":3,"n":"Enspelled (Cantrip) Rapier","h":1,"p":258,"zg":{"n":13,"s":3},"id":2350},{"c":4,"u":"enspelled%20(level%201)%20rapier_xdmg","s":3,"n":"Enspelled (Level 1) Rapier","h":1,"p":258,"zg":{"n":14,"s":3},"id":2351},{"c":4,"u":"enspelled%20(level%202)%20rapier_xdmg","s":3,"n":"Enspelled (Level 2) Rapier","h":1,"p":258,"zg":{"n":15,"s":3},"id":2352},{"c":4,"u":"enspelled%20(level%203)%20rapier_xdmg","s":3,"n":"Enspelled (Level 3) Rapier","h":1,"p":258,"zg":{"n":16,"s":3},"id":2353},{"c":4,"u":"enspelled%20(level%204)%20rapier_xdmg","s":3,"n":"Enspelled (Level 4) Rapier","h":1,"p":258,"zg":{"n":17,"s":3},"id":2354},{"c":4,"u":"enspelled%20(level%205)%20rapier_xdmg","s":3,"n":"Enspelled (Level 5) Rapier","h":1,"p":258,"zg":{"n":18,"s":3},"id":2355},{"c":4,"u":"enspelled%20(level%206)%20rapier_xdmg","s":3,"n":"Enspelled (Level 6) Rapier","h":1,"p":258,"zg":{"n":19,"s":3},"id":2356},{"c":4,"u":"enspelled%20(level%207)%20rapier_xdmg","s":3,"n":"Enspelled (Level 7) Rapier","h":1,"p":258,"zg":{"n":20,"s":3},"id":2357},{"c":4,"u":"enspelled%20(level%208)%20rapier_xdmg","s":3,"n":"Enspelled (Level 8) Rapier","h":1,"p":258,"zg":{"n":21,"s":3},"id":2358},{"c":4,"u":"flame%20tongue%20rapier_xdmg","s":3,"n":"Flame Tongue Rapier","h":1,"p":263,"zg":{"n":51,"s":3},"id":2359},{"c":4,"u":"fool's%20rapier_bmt","s":12,"n":"Fool's Rapier","h":1,"p":36,"zg":{"n":123,"s":12},"id":2360},{"c":4,"u":"frost%20brand%20rapier_xdmg","s":3,"n":"Frost Brand Rapier","h":1,"p":263,"zg":{"n":124,"s":3},"id":2361},{"c":4,"u":"gambler's%20blade%20rapier_llk","s":20,"n":"Gambler's Blade Rapier","h":1,"p":55,"zg":{"n":125,"s":20},"id":2362},{"c":4,"u":"giant%20slayer%20rapier_xdmg","s":3,"n":"Giant Slayer Rapier","h":1,"p":264,"zg":{"n":22,"s":3},"id":2363},{"c":4,"u":"hellfire%20rapier_bgdia","s":7,"n":"Hellfire Rapier","h":1,"p":223,"zg":{"n":23,"s":7},"id":2364},{"c":4,"u":"holy%20avenger%20rapier_xdmg","s":3,"n":"Holy Avenger Rapier","h":1,"p":269,"zg":{"n":24,"s":3},"id":2365},{"c":4,"u":"luck%20rapier_xdmg","s":3,"n":"Luck Rapier","h":1,"p":275,"zg":{"n":126,"s":3},"id":2366},{"c":4,"u":"lycan%20rapier_ghloe","s":8,"n":"Lycan Rapier","h":1,"p":111,"zg":{"n":25,"s":8},"id":2367},{"c":4,"u":"mind%20blade%20rapier_vgm","s":19,"n":"Mind Blade Rapier","h":1,"p":81,"zg":{"n":127,"s":19},"id":2368},{"c":4,"u":"moon-touched%20rapier_xdmg","s":3,"n":"Moon-Touched Rapier","h":1,"p":280,"zg":{"n":128,"s":3},"id":2369},{"c":4,"u":"moonblade%20rapier_xdmg","s":3,"n":"Moonblade Rapier","h":1,"p":279,"zg":{"n":138,"s":3},"id":2370},{"c":4,"u":"nine%20lives%20stealer%20rapier_xdmg","s":3,"n":"Nine Lives Stealer Rapier","h":1,"p":281,"zg":{"n":26,"s":3},"id":2371},{"c":4,"u":"polymorph%20blade%20rapier_llk","s":20,"n":"Polymorph Blade Rapier","h":1,"p":56,"zg":{"n":129,"s":20},"id":2372},{"c":4,"u":"ruidium%20rapier_crcotn","s":10,"n":"Ruidium Rapier","h":1,"p":216,"zg":{"n":28,"s":10},"id":2373},{"c":4,"u":"silvered%20rapier_xdmg","s":3,"n":"Silvered Rapier","h":1,"p":304,"zg":{"n":4,"s":3},"id":2374},{"c":4,"u":"slumbering%20dragon's%20wrath%20rapier_ftd","s":4,"n":"Slumbering Dragon's Wrath Rapier","h":1,"p":25,"zg":{"n":29,"s":4},"id":2375},{"c":4,"u":"stirring%20dragon's%20wrath%20rapier_ftd","s":4,"n":"Stirring Dragon's Wrath Rapier","h":1,"p":25,"zg":{"n":30,"s":4},"id":2376},{"c":4,"u":"rapier%20of%20life%20stealing_xdmg","s":3,"n":"Rapier of Life Stealing","h":1,"p":314,"zg":{"n":130,"s":3},"id":2377},{"c":4,"u":"rapier%20of%20retribution_coa","s":15,"n":"Rapier of Retribution","h":1,"p":270,"zg":{"n":131,"s":15},"id":2378},{"c":4,"u":"rapier%20of%20the%20planes_bmt","s":12,"n":"Rapier of the Planes","h":1,"p":68,"zg":{"n":133,"s":12},"id":2379},{"c":4,"u":"rapier%20of%20vengeance_xdmg","s":3,"n":"Rapier of Vengeance","h":1,"p":206,"zg":{"n":134,"s":3},"id":2380},{"c":4,"u":"rapier%20of%20wounding_xdmg","s":3,"n":"Rapier of Wounding","h":1,"p":314,"zg":{"n":135,"s":3},"id":2381},{"c":4,"u":"sylvan%20talon%20rapier_xdmg","s":3,"n":"Sylvan Talon Rapier","h":1,"p":314,"zg":{"n":116,"s":3},"id":2382},{"c":4,"u":"vicious%20%2b1%20rapier_ai","s":11,"n":"Vicious +1 Rapier","h":1,"p":149,"zg":{"n":31,"s":11},"id":2383},{"c":4,"u":"vicious%20rapier_xdmg","s":3,"n":"Vicious Rapier","h":1,"p":318,"zg":{"n":5,"s":3},"id":2384},{"c":4,"u":"wakened%20dragon's%20wrath%20rapier_ftd","s":4,"n":"Wakened Dragon's Wrath Rapier","h":1,"p":25,"zg":{"n":32,"s":4},"id":2385},{"c":4,"u":"rapier%20of%20agonizing%20paralysis_coa","s":15,"n":"Rapier of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2386},{"c":4,"u":"rapier%20of%20certain%20death_egw","s":5,"n":"Rapier of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2387},{"c":4,"u":"rapier%20of%20throne's%20command_bmt","s":12,"n":"Rapier of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2388},{"c":4,"u":"rapier%20of%20warning_xdmg","s":3,"n":"Rapier of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2389},{"c":4,"u":"%2b1%20renaissance%20bullet_dmg","s":0,"n":"+1 Renaissance Bullet","h":1,"p":150,"zg":{"n":35,"s":0},"id":2390},{"c":4,"u":"%2b2%20renaissance%20bullet_dmg","s":0,"n":"+2 Renaissance Bullet","h":1,"p":150,"zg":{"n":36,"s":0},"id":2391},{"c":4,"u":"%2b3%20renaissance%20bullet_dmg","s":0,"n":"+3 Renaissance Bullet","h":1,"p":150,"zg":{"n":37,"s":0},"id":2392},{"c":4,"u":"walloping%20renaissance%20bullet_xge","s":1,"n":"Walloping Renaissance Bullet","h":1,"p":139,"zg":{"n":39,"s":1},"id":2393},{"c":4,"u":"%2b1%20revolver_dmg","s":0,"n":"+1 Revolver","h":1,"p":213,"zg":{"n":0,"s":0},"id":2394},{"c":4,"u":"%2b2%20revolver_dmg","s":0,"n":"+2 Revolver","h":1,"p":213,"zg":{"n":1,"s":0},"id":2395},{"c":4,"u":"%2b3%20revolver_dmg","s":0,"n":"+3 Revolver","h":1,"p":213,"zg":{"n":2,"s":0},"id":2396},{"c":4,"u":"adamantine%20revolver_xge","s":1,"n":"Adamantine Revolver","h":1,"p":78,"zg":{"n":3,"s":1},"id":2397},{"c":4,"u":"silvered%20revolver_phb","s":2,"n":"Silvered Revolver","h":1,"p":148,"zg":{"n":4,"s":2},"id":2398},{"c":4,"u":"vicious%20revolver_dmg","s":0,"n":"Vicious Revolver","h":1,"p":209,"zg":{"n":5,"s":0},"id":2399},{"c":4,"u":"revolver%20of%20warning_dmg","s":0,"n":"Revolver of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2400},{"c":4,"u":"%2b1%20revolver_xdmg","s":3,"n":"+1 Revolver","h":1,"p":324,"zg":{"n":0,"s":3},"id":2401},{"c":4,"u":"%2b2%20revolver_xdmg","s":3,"n":"+2 Revolver","h":1,"p":324,"zg":{"n":1,"s":3},"id":2402},{"c":4,"u":"%2b3%20revolver_xdmg","s":3,"n":"+3 Revolver","h":1,"p":324,"zg":{"n":2,"s":3},"id":2403},{"c":4,"u":"ascendant%20dragon's%20wrath%20revolver_ftd","s":4,"n":"Ascendant Dragon's Wrath Revolver","h":1,"p":25,"zg":{"n":7,"s":4},"id":2404},{"c":4,"u":"corpse%20slayer%20revolver_egw","s":5,"n":"Corpse Slayer Revolver","h":1,"p":266,"zg":{"n":8,"s":5},"id":2405},{"c":4,"u":"dragon%20slayer%20revolver_xdmg","s":3,"n":"Dragon Slayer Revolver","h":1,"p":254,"zg":{"n":9,"s":3},"id":2406},{"c":4,"u":"drow%20%2b1%20revolver_mm","s":6,"n":"Drow +1 Revolver","h":1,"p":126,"zg":{"n":10,"s":6},"id":2407},{"c":4,"u":"drow%20%2b2%20revolver_mm","s":6,"n":"Drow +2 Revolver","h":1,"p":126,"zg":{"n":11,"s":6},"id":2408},{"c":4,"u":"drow%20%2b3%20revolver_mm","s":6,"n":"Drow +3 Revolver","h":1,"p":126,"zg":{"n":12,"s":6},"id":2409},{"c":4,"u":"enspelled%20(cantrip)%20revolver_xdmg","s":3,"n":"Enspelled (Cantrip) Revolver","h":1,"p":258,"zg":{"n":13,"s":3},"id":2410},{"c":4,"u":"enspelled%20(level%201)%20revolver_xdmg","s":3,"n":"Enspelled (Level 1) Revolver","h":1,"p":258,"zg":{"n":14,"s":3},"id":2411},{"c":4,"u":"enspelled%20(level%202)%20revolver_xdmg","s":3,"n":"Enspelled (Level 2) Revolver","h":1,"p":258,"zg":{"n":15,"s":3},"id":2412},{"c":4,"u":"enspelled%20(level%203)%20revolver_xdmg","s":3,"n":"Enspelled (Level 3) Revolver","h":1,"p":258,"zg":{"n":16,"s":3},"id":2413},{"c":4,"u":"enspelled%20(level%204)%20revolver_xdmg","s":3,"n":"Enspelled (Level 4) Revolver","h":1,"p":258,"zg":{"n":17,"s":3},"id":2414},{"c":4,"u":"enspelled%20(level%205)%20revolver_xdmg","s":3,"n":"Enspelled (Level 5) Revolver","h":1,"p":258,"zg":{"n":18,"s":3},"id":2415},{"c":4,"u":"enspelled%20(level%206)%20revolver_xdmg","s":3,"n":"Enspelled (Level 6) Revolver","h":1,"p":258,"zg":{"n":19,"s":3},"id":2416},{"c":4,"u":"enspelled%20(level%207)%20revolver_xdmg","s":3,"n":"Enspelled (Level 7) Revolver","h":1,"p":258,"zg":{"n":20,"s":3},"id":2417},{"c":4,"u":"enspelled%20(level%208)%20revolver_xdmg","s":3,"n":"Enspelled (Level 8) Revolver","h":1,"p":258,"zg":{"n":21,"s":3},"id":2418},{"c":4,"u":"giant%20slayer%20revolver_xdmg","s":3,"n":"Giant Slayer Revolver","h":1,"p":264,"zg":{"n":22,"s":3},"id":2419},{"c":4,"u":"hellfire%20revolver_bgdia","s":7,"n":"Hellfire Revolver","h":1,"p":223,"zg":{"n":23,"s":7},"id":2420},{"c":4,"u":"holy%20avenger%20revolver_xdmg","s":3,"n":"Holy Avenger Revolver","h":1,"p":269,"zg":{"n":24,"s":3},"id":2421},{"c":4,"u":"lycan%20revolver_ghloe","s":8,"n":"Lycan Revolver","h":1,"p":111,"zg":{"n":25,"s":8},"id":2422},{"c":4,"u":"nine%20lives%20stealer%20revolver_xdmg","s":3,"n":"Nine Lives Stealer Revolver","h":1,"p":281,"zg":{"n":26,"s":3},"id":2423},{"c":4,"u":"oceanic%20revolver_tdcsr","s":9,"n":"Oceanic Revolver","h":1,"p":199,"zg":{"n":27,"s":9},"id":2424},{"c":4,"u":"ruidium%20revolver_crcotn","s":10,"n":"Ruidium Revolver","h":1,"p":216,"zg":{"n":28,"s":10},"id":2425},{"c":4,"u":"silvered%20revolver_xdmg","s":3,"n":"Silvered Revolver","h":1,"p":304,"zg":{"n":4,"s":3},"id":2426},{"c":4,"u":"slumbering%20dragon's%20wrath%20revolver_ftd","s":4,"n":"Slumbering Dragon's Wrath Revolver","h":1,"p":25,"zg":{"n":29,"s":4},"id":2427},{"c":4,"u":"stirring%20dragon's%20wrath%20revolver_ftd","s":4,"n":"Stirring Dragon's Wrath Revolver","h":1,"p":25,"zg":{"n":30,"s":4},"id":2428},{"c":4,"u":"vicious%20%2b1%20revolver_ai","s":11,"n":"Vicious +1 Revolver","h":1,"p":149,"zg":{"n":31,"s":11},"id":2429},{"c":4,"u":"vicious%20revolver_xdmg","s":3,"n":"Vicious Revolver","h":1,"p":318,"zg":{"n":5,"s":3},"id":2430},{"c":4,"u":"wakened%20dragon's%20wrath%20revolver_ftd","s":4,"n":"Wakened Dragon's Wrath Revolver","h":1,"p":25,"zg":{"n":32,"s":4},"id":2431},{"c":4,"u":"revolver%20of%20certain%20death_egw","s":5,"n":"Revolver of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2432},{"c":4,"u":"revolver%20of%20throne's%20command_bmt","s":12,"n":"Revolver of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2433},{"c":4,"u":"revolver%20of%20warning_xdmg","s":3,"n":"Revolver of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2434},{"c":4,"u":"%2b1%20ring%20mail_dmg","s":0,"n":"+1 Ring Mail","h":1,"p":152,"zg":{"n":53,"s":0},"id":2435},{"c":4,"u":"%2b2%20ring%20mail_dmg","s":0,"n":"+2 Ring Mail","h":1,"p":152,"zg":{"n":54,"s":0},"id":2436},{"c":4,"u":"%2b3%20ring%20mail_dmg","s":0,"n":"+3 Ring Mail","h":1,"p":152,"zg":{"n":55,"s":0},"id":2437},{"c":4,"u":"adamantine%20ring%20mail_dmg","s":0,"n":"Adamantine Ring Mail","h":1,"p":150,"zg":{"n":56,"s":0},"id":2438},{"c":4,"u":"ring%20mail%20of%20acid%20resistance_dmg","s":0,"n":"Ring Mail of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":2439},{"c":4,"u":"ring%20mail%20of%20cold%20resistance_dmg","s":0,"n":"Ring Mail of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":2440},{"c":4,"u":"ring%20mail%20of%20fire%20resistance_dmg","s":0,"n":"Ring Mail of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":2441},{"c":4,"u":"ring%20mail%20of%20force%20resistance_dmg","s":0,"n":"Ring Mail of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":2442},{"c":4,"u":"ring%20mail%20of%20gleaming_xge","s":1,"n":"Ring Mail of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":2443},{"c":4,"u":"ring%20mail%20of%20lightning%20resistance_dmg","s":0,"n":"Ring Mail of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":2444},{"c":4,"u":"ring%20mail%20of%20necrotic%20resistance_dmg","s":0,"n":"Ring Mail of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":2445},{"c":4,"u":"ring%20mail%20of%20poison%20resistance_dmg","s":0,"n":"Ring Mail of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":2446},{"c":4,"u":"ring%20mail%20of%20psychic%20resistance_dmg","s":0,"n":"Ring Mail of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":2447},{"c":4,"u":"ring%20mail%20of%20radiant%20resistance_dmg","s":0,"n":"Ring Mail of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":2448},{"c":4,"u":"ring%20mail%20of%20thunder%20resistance_dmg","s":0,"n":"Ring Mail of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":2449},{"c":4,"u":"cast-off%20ring%20mail_xge","s":1,"n":"Cast-Off Ring Mail","h":1,"p":136,"zg":{"n":68,"s":1},"id":2450},{"c":4,"u":"mariner's%20ring%20mail_dmg","s":0,"n":"Mariner's Ring Mail","h":1,"p":181,"zg":{"n":69,"s":0},"id":2451},{"c":4,"u":"mithral%20ring%20mail_dmg","s":0,"n":"Mithral Ring Mail","h":1,"p":182,"zg":{"n":70,"s":0},"id":2452},{"c":4,"u":"smoldering%20ring%20mail_xge","s":1,"n":"Smoldering Ring Mail","h":1,"p":139,"zg":{"n":71,"s":1},"id":2453},{"c":4,"u":"%2b1%20ring%20mail_xdmg","s":3,"n":"+1 Ring Mail","h":1,"p":230,"zg":{"n":53,"s":3},"id":2454},{"c":4,"u":"%2b2%20ring%20mail_xdmg","s":3,"n":"+2 Ring Mail","h":1,"p":230,"zg":{"n":54,"s":3},"id":2455},{"c":4,"u":"%2b3%20ring%20mail_xdmg","s":3,"n":"+3 Ring Mail","h":1,"p":230,"zg":{"n":55,"s":3},"id":2456},{"c":4,"u":"adamantine%20ring%20mail_xdmg","s":3,"n":"Adamantine Ring Mail","h":1,"p":227,"zg":{"n":56,"s":3},"id":2457},{"c":4,"u":"antimagic%20ring%20mail_bmt","s":12,"n":"Antimagic Ring Mail","h":1,"p":65,"zg":{"n":72,"s":12},"id":2458},{"c":4,"u":"ring%20mail%20of%20acid%20resistance_xdmg","s":3,"n":"Ring Mail of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":2459},{"c":4,"u":"ring%20mail%20of%20cold%20resistance_xdmg","s":3,"n":"Ring Mail of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":2460},{"c":4,"u":"ring%20mail%20of%20fire%20resistance_xdmg","s":3,"n":"Ring Mail of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":2461},{"c":4,"u":"ring%20mail%20of%20force%20resistance_xdmg","s":3,"n":"Ring Mail of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":2462},{"c":4,"u":"ring%20mail%20of%20gleaming_xdmg","s":3,"n":"Ring Mail of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":2463},{"c":4,"u":"ring%20mail%20of%20lightning%20resistance_xdmg","s":3,"n":"Ring Mail of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":2464},{"c":4,"u":"ring%20mail%20of%20necrotic%20resistance_xdmg","s":3,"n":"Ring Mail of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":2465},{"c":4,"u":"ring%20mail%20of%20poison%20resistance_xdmg","s":3,"n":"Ring Mail of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":2466},{"c":4,"u":"ring%20mail%20of%20psychic%20resistance_xdmg","s":3,"n":"Ring Mail of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":2467},{"c":4,"u":"ring%20mail%20of%20radiant%20resistance_xdmg","s":3,"n":"Ring Mail of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":2468},{"c":4,"u":"ring%20mail%20of%20safeguarding_bgg","s":17,"n":"Ring Mail of Safeguarding","h":1,"p":111,"zg":{"n":100,"s":17},"id":2469},{"c":4,"u":"ring%20mail%20of%20the%20fallen_bmt","s":12,"n":"Ring Mail of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":2470},{"c":4,"u":"ring%20mail%20of%20thunder%20resistance_xdmg","s":3,"n":"Ring Mail of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":2471},{"c":4,"u":"ring%20mail%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Ring Mail of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":2472},{"c":4,"u":"ring%20mail%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Ring Mail of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":2473},{"c":4,"u":"ring%20mail%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Ring Mail of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":2474},{"c":4,"u":"ring%20mail%20of%20weightlessness_bmt","s":12,"n":"Ring Mail of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":2475},{"c":4,"u":"ring%20mail%20barding_phb","s":2,"n":"Ring Mail Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":2476},{"c":4,"u":"cast-off%20ring%20mail_xdmg","s":3,"n":"Cast-Off Ring Mail","h":1,"p":243,"zg":{"n":68,"s":3},"id":2477},{"c":4,"u":"clockwork%20ring%20mail_bmt","s":12,"n":"Clockwork Ring Mail","h":1,"p":67,"zg":{"n":101,"s":12},"id":2478},{"c":4,"u":"demon%20ring%20mail_xdmg","s":3,"n":"Demon Ring Mail","h":1,"p":252,"zg":{"n":80,"s":3},"id":2479},{"c":4,"u":"demon%20skin%20ring%20mail_ditlcot","s":18,"n":"Demon Skin Ring Mail","h":1,"p":14,"zg":{"n":102,"s":18},"id":2480},{"c":4,"u":"drow%20%2b1%20ring%20mail_mm","s":6,"n":"Drow +1 Ring Mail","h":1,"p":126,"zg":{"n":81,"s":6},"id":2481},{"c":4,"u":"drow%20%2b2%20ring%20mail_mm","s":6,"n":"Drow +2 Ring Mail","h":1,"p":126,"zg":{"n":82,"s":6},"id":2482},{"c":4,"u":"drow%20%2b3%20ring%20mail_mm","s":6,"n":"Drow +3 Ring Mail","h":1,"p":126,"zg":{"n":83,"s":6},"id":2483},{"c":4,"u":"enspelled%20(cantrip)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Cantrip) Ring Mail","h":1,"p":258,"zg":{"n":84,"s":3},"id":2484},{"c":4,"u":"enspelled%20(level%201)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 1) Ring Mail","h":1,"p":258,"zg":{"n":85,"s":3},"id":2485},{"c":4,"u":"enspelled%20(level%202)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 2) Ring Mail","h":1,"p":258,"zg":{"n":86,"s":3},"id":2486},{"c":4,"u":"enspelled%20(level%203)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 3) Ring Mail","h":1,"p":258,"zg":{"n":87,"s":3},"id":2487},{"c":4,"u":"enspelled%20(level%204)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 4) Ring Mail","h":1,"p":258,"zg":{"n":88,"s":3},"id":2488},{"c":4,"u":"enspelled%20(level%205)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 5) Ring Mail","h":1,"p":258,"zg":{"n":89,"s":3},"id":2489},{"c":4,"u":"enspelled%20(level%206)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 6) Ring Mail","h":1,"p":258,"zg":{"n":90,"s":3},"id":2490},{"c":4,"u":"enspelled%20(level%207)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 7) Ring Mail","h":1,"p":258,"zg":{"n":91,"s":3},"id":2491},{"c":4,"u":"enspelled%20(level%208)%20ring%20mail_xdmg","s":3,"n":"Enspelled (Level 8) Ring Mail","h":1,"p":258,"zg":{"n":92,"s":3},"id":2492},{"c":4,"u":"feywrought%20ring%20mail_bmt","s":12,"n":"Feywrought Ring Mail","h":1,"p":67,"zg":{"n":93,"s":12},"id":2493},{"c":4,"u":"gloomwrought%20ring%20mail_bmt","s":12,"n":"Gloomwrought Ring Mail","h":1,"p":67,"zg":{"n":94,"s":12},"id":2494},{"c":4,"u":"last%20stand%20ring%20mail_egw","s":5,"n":"Last Stand Ring Mail","h":1,"p":267,"zg":{"n":95,"s":5},"id":2495},{"c":4,"u":"living%20ring%20mail_erlw","s":14,"n":"Living Ring Mail","h":1,"p":278,"zg":{"n":96,"s":14},"id":2496},{"c":4,"u":"mariner's%20ring%20mail_xdmg","s":3,"n":"Mariner's Ring Mail","h":1,"p":278,"zg":{"n":69,"s":3},"id":2497},{"c":4,"u":"mind%20carapace%20ring%20mail_vgm","s":19,"n":"Mind Carapace Ring Mail","h":1,"p":81,"zg":{"n":105,"s":19},"id":2498},{"c":4,"u":"mithral%20%2b1%20ring%20mail_ai","s":11,"n":"Mithral +1 Ring Mail","h":1,"p":156,"zg":{"n":97,"s":11},"id":2499},{"c":4,"u":"mithral%20ring%20mail_xdmg","s":3,"n":"Mithral Ring Mail","h":1,"p":279,"zg":{"n":70,"s":3},"id":2500},{"c":4,"u":"mizzium%20ring%20mail_ggr","s":16,"n":"Mizzium Ring Mail","h":1,"p":179,"zg":{"n":98,"s":16},"id":2501},{"c":4,"u":"ruidium%20ring%20mail_crcotn","s":10,"n":"Ruidium Ring Mail","h":1,"p":215,"zg":{"n":99,"s":10},"id":2502},{"c":4,"u":"smoldering%20ring%20mail_xdmg","s":3,"n":"Smoldering Ring Mail","h":1,"p":305,"zg":{"n":71,"s":3},"id":2503},{"c":4,"u":"fernian%20ash%20rod_erlw","s":14,"n":"Fernian Ash Rod","h":1,"p":277,"zg":{"n":153,"s":14},"id":2504},{"c":4,"u":"irian%20rosewood%20rod_erlw","s":14,"n":"Irian Rosewood Rod","h":1,"p":277,"zg":{"n":154,"s":14},"id":2505},{"c":4,"u":"kythrian%20manchineel%20rod_erlw","s":14,"n":"Kythrian Manchineel Rod","h":1,"p":277,"zg":{"n":155,"s":14},"id":2506},{"c":4,"u":"lamannian%20oak%20rod_erlw","s":14,"n":"Lamannian Oak Rod","h":1,"p":277,"zg":{"n":156,"s":14},"id":2507},{"c":4,"u":"mabaran%20ebony%20rod_erlw","s":14,"n":"Mabaran Ebony Rod","h":1,"p":277,"zg":{"n":157,"s":14},"id":2508},{"c":4,"u":"risian%20pine%20rod_erlw","s":14,"n":"Risian Pine Rod","h":1,"p":277,"zg":{"n":158,"s":14},"id":2509},{"c":4,"u":"shavarran%20birch%20rod_erlw","s":14,"n":"Shavarran Birch Rod","h":1,"p":277,"zg":{"n":159,"s":14},"id":2510},{"c":4,"u":"xorian%20wenge%20rod_erlw","s":14,"n":"Xorian Wenge Rod","h":1,"p":277,"zg":{"n":160,"s":14},"id":2511},{"c":4,"u":"%2b1%20scale%20mail_dmg","s":0,"n":"+1 Scale Mail","h":1,"p":152,"zg":{"n":53,"s":0},"id":2512},{"c":4,"u":"%2b2%20scale%20mail_dmg","s":0,"n":"+2 Scale Mail","h":1,"p":152,"zg":{"n":54,"s":0},"id":2513},{"c":4,"u":"%2b3%20scale%20mail_dmg","s":0,"n":"+3 Scale Mail","h":1,"p":152,"zg":{"n":55,"s":0},"id":2514},{"c":4,"u":"adamantine%20scale%20mail_dmg","s":0,"n":"Adamantine Scale Mail","h":1,"p":150,"zg":{"n":56,"s":0},"id":2515},{"c":4,"u":"scale%20mail%20of%20acid%20resistance_dmg","s":0,"n":"Scale Mail of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":2516},{"c":4,"u":"scale%20mail%20of%20cold%20resistance_dmg","s":0,"n":"Scale Mail of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":2517},{"c":4,"u":"scale%20mail%20of%20fire%20resistance_dmg","s":0,"n":"Scale Mail of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":2518},{"c":4,"u":"scale%20mail%20of%20force%20resistance_dmg","s":0,"n":"Scale Mail of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":2519},{"c":4,"u":"scale%20mail%20of%20gleaming_xge","s":1,"n":"Scale Mail of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":2520},{"c":4,"u":"scale%20mail%20of%20lightning%20resistance_dmg","s":0,"n":"Scale Mail of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":2521},{"c":4,"u":"scale%20mail%20of%20necrotic%20resistance_dmg","s":0,"n":"Scale Mail of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":2522},{"c":4,"u":"scale%20mail%20of%20poison%20resistance_dmg","s":0,"n":"Scale Mail of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":2523},{"c":4,"u":"scale%20mail%20of%20psychic%20resistance_dmg","s":0,"n":"Scale Mail of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":2524},{"c":4,"u":"scale%20mail%20of%20radiant%20resistance_dmg","s":0,"n":"Scale Mail of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":2525},{"c":4,"u":"scale%20mail%20of%20thunder%20resistance_dmg","s":0,"n":"Scale Mail of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":2526},{"c":4,"u":"cast-off%20scale%20mail_xge","s":1,"n":"Cast-Off Scale Mail","h":1,"p":136,"zg":{"n":68,"s":1},"id":2527},{"c":4,"u":"mariner's%20scale%20mail_dmg","s":0,"n":"Mariner's Scale Mail","h":1,"p":181,"zg":{"n":69,"s":0},"id":2528},{"c":4,"u":"mithral%20scale%20mail_dmg","s":0,"n":"Mithral Scale Mail","h":1,"p":182,"zg":{"n":70,"s":0},"id":2529},{"c":4,"u":"smoldering%20scale%20mail_xge","s":1,"n":"Smoldering Scale Mail","h":1,"p":139,"zg":{"n":71,"s":1},"id":2530},{"c":4,"u":"%2b1%20scale%20mail_xdmg","s":3,"n":"+1 Scale Mail","h":1,"p":230,"zg":{"n":53,"s":3},"id":2531},{"c":4,"u":"%2b2%20scale%20mail_xdmg","s":3,"n":"+2 Scale Mail","h":1,"p":230,"zg":{"n":54,"s":3},"id":2532},{"c":4,"u":"%2b3%20scale%20mail_xdmg","s":3,"n":"+3 Scale Mail","h":1,"p":230,"zg":{"n":55,"s":3},"id":2533},{"c":4,"u":"adamantine%20scale%20mail_xdmg","s":3,"n":"Adamantine Scale Mail","h":1,"p":227,"zg":{"n":56,"s":3},"id":2534},{"c":4,"u":"antimagic%20scale%20mail_bmt","s":12,"n":"Antimagic Scale Mail","h":1,"p":65,"zg":{"n":72,"s":12},"id":2535},{"c":4,"u":"scale%20mail%20of%20acid%20resistance_xdmg","s":3,"n":"Scale Mail of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":2536},{"c":4,"u":"scale%20mail%20of%20cold%20resistance_xdmg","s":3,"n":"Scale Mail of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":2537},{"c":4,"u":"scale%20mail%20of%20fire%20resistance_xdmg","s":3,"n":"Scale Mail of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":2538},{"c":4,"u":"scale%20mail%20of%20force%20resistance_xdmg","s":3,"n":"Scale Mail of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":2539},{"c":4,"u":"scale%20mail%20of%20fungal%20spores_bmt","s":12,"n":"Scale Mail of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":2540},{"c":4,"u":"scale%20mail%20of%20gleaming_xdmg","s":3,"n":"Scale Mail of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":2541},{"c":4,"u":"scale%20mail%20of%20lightning%20resistance_xdmg","s":3,"n":"Scale Mail of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":2542},{"c":4,"u":"scale%20mail%20of%20necrotic%20resistance_xdmg","s":3,"n":"Scale Mail of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":2543},{"c":4,"u":"scale%20mail%20of%20poison%20resistance_xdmg","s":3,"n":"Scale Mail of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":2544},{"c":4,"u":"scale%20mail%20of%20psychic%20resistance_xdmg","s":3,"n":"Scale Mail of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":2545},{"c":4,"u":"scale%20mail%20of%20radiant%20resistance_xdmg","s":3,"n":"Scale Mail of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":2546},{"c":4,"u":"scale%20mail%20of%20the%20fallen_bmt","s":12,"n":"Scale Mail of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":2547},{"c":4,"u":"scale%20mail%20of%20thunder%20resistance_xdmg","s":3,"n":"Scale Mail of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":2548},{"c":4,"u":"scale%20mail%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Scale Mail of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":2549},{"c":4,"u":"scale%20mail%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Scale Mail of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":2550},{"c":4,"u":"scale%20mail%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Scale Mail of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":2551},{"c":4,"u":"scale%20mail%20of%20weightlessness_bmt","s":12,"n":"Scale Mail of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":2552},{"c":4,"u":"scale%20mail%20barding_phb","s":2,"n":"Scale Mail Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":2553},{"c":4,"u":"cast-off%20scale%20mail_xdmg","s":3,"n":"Cast-Off Scale Mail","h":1,"p":243,"zg":{"n":68,"s":3},"id":2554},{"c":4,"u":"demon%20scale%20mail_xdmg","s":3,"n":"Demon Scale Mail","h":1,"p":252,"zg":{"n":80,"s":3},"id":2555},{"c":4,"u":"drow%20%2b1%20scale%20mail_mm","s":6,"n":"Drow +1 Scale Mail","h":1,"p":126,"zg":{"n":81,"s":6},"id":2556},{"c":4,"u":"drow%20%2b2%20scale%20mail_mm","s":6,"n":"Drow +2 Scale Mail","h":1,"p":126,"zg":{"n":82,"s":6},"id":2557},{"c":4,"u":"drow%20%2b3%20scale%20mail_mm","s":6,"n":"Drow +3 Scale Mail","h":1,"p":126,"zg":{"n":83,"s":6},"id":2558},{"c":4,"u":"enspelled%20(cantrip)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Cantrip) Scale Mail","h":1,"p":258,"zg":{"n":84,"s":3},"id":2559},{"c":4,"u":"enspelled%20(level%201)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 1) Scale Mail","h":1,"p":258,"zg":{"n":85,"s":3},"id":2560},{"c":4,"u":"enspelled%20(level%202)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 2) Scale Mail","h":1,"p":258,"zg":{"n":86,"s":3},"id":2561},{"c":4,"u":"enspelled%20(level%203)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 3) Scale Mail","h":1,"p":258,"zg":{"n":87,"s":3},"id":2562},{"c":4,"u":"enspelled%20(level%204)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 4) Scale Mail","h":1,"p":258,"zg":{"n":88,"s":3},"id":2563},{"c":4,"u":"enspelled%20(level%205)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 5) Scale Mail","h":1,"p":258,"zg":{"n":89,"s":3},"id":2564},{"c":4,"u":"enspelled%20(level%206)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 6) Scale Mail","h":1,"p":258,"zg":{"n":90,"s":3},"id":2565},{"c":4,"u":"enspelled%20(level%207)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 7) Scale Mail","h":1,"p":258,"zg":{"n":91,"s":3},"id":2566},{"c":4,"u":"enspelled%20(level%208)%20scale%20mail_xdmg","s":3,"n":"Enspelled (Level 8) Scale Mail","h":1,"p":258,"zg":{"n":92,"s":3},"id":2567},{"c":4,"u":"feywrought%20scale%20mail_bmt","s":12,"n":"Feywrought Scale Mail","h":1,"p":67,"zg":{"n":93,"s":12},"id":2568},{"c":4,"u":"gloomwrought%20scale%20mail_bmt","s":12,"n":"Gloomwrought Scale Mail","h":1,"p":67,"zg":{"n":94,"s":12},"id":2569},{"c":4,"u":"last%20stand%20scale%20mail_egw","s":5,"n":"Last Stand Scale Mail","h":1,"p":267,"zg":{"n":95,"s":5},"id":2570},{"c":4,"u":"living%20scale%20mail_erlw","s":14,"n":"Living Scale Mail","h":1,"p":278,"zg":{"n":96,"s":14},"id":2571},{"c":4,"u":"mariner's%20scale%20mail_xdmg","s":3,"n":"Mariner's Scale Mail","h":1,"p":278,"zg":{"n":69,"s":3},"id":2572},{"c":4,"u":"mithral%20%2b1%20scale%20mail_ai","s":11,"n":"Mithral +1 Scale Mail","h":1,"p":156,"zg":{"n":97,"s":11},"id":2573},{"c":4,"u":"mithral%20scale%20mail_xdmg","s":3,"n":"Mithral Scale Mail","h":1,"p":279,"zg":{"n":70,"s":3},"id":2574},{"c":4,"u":"mizzium%20scale%20mail_ggr","s":16,"n":"Mizzium Scale Mail","h":1,"p":179,"zg":{"n":98,"s":16},"id":2575},{"c":4,"u":"ruidium%20scale%20mail_crcotn","s":10,"n":"Ruidium Scale Mail","h":1,"p":215,"zg":{"n":99,"s":10},"id":2576},{"c":4,"u":"smoldering%20scale%20mail_xdmg","s":3,"n":"Smoldering Scale Mail","h":1,"p":305,"zg":{"n":71,"s":3},"id":2577},{"c":4,"u":"%2b1%20scimitar_dmg","s":0,"n":"+1 Scimitar","h":1,"p":213,"zg":{"n":0,"s":0},"id":2578},{"c":4,"u":"%2b2%20scimitar_dmg","s":0,"n":"+2 Scimitar","h":1,"p":213,"zg":{"n":1,"s":0},"id":2579},{"c":4,"u":"%2b3%20scimitar_dmg","s":0,"n":"+3 Scimitar","h":1,"p":213,"zg":{"n":2,"s":0},"id":2580},{"c":4,"u":"adamantine%20scimitar_xge","s":1,"n":"Adamantine Scimitar","h":1,"p":78,"zg":{"n":3,"s":1},"id":2581},{"c":4,"u":"dancing%20scimitar_dmg","s":0,"n":"Dancing Scimitar","h":1,"p":161,"zg":{"n":121,"s":0},"id":2582},{"c":4,"u":"defender%20scimitar_dmg","s":0,"n":"Defender Scimitar","h":1,"p":164,"zg":{"n":49,"s":0},"id":2583},{"c":4,"u":"dragon%20slayer%20scimitar_dmg","s":0,"n":"Dragon Slayer Scimitar","h":1,"p":166,"zg":{"n":9,"s":0},"id":2584},{"c":4,"u":"flame%20tongue%20scimitar_dmg","s":0,"n":"Flame Tongue Scimitar","h":1,"p":170,"zg":{"n":51,"s":0},"id":2585},{"c":4,"u":"frost%20brand%20scimitar_dmg","s":0,"n":"Frost Brand Scimitar","h":1,"p":171,"zg":{"n":124,"s":0},"id":2586},{"c":4,"u":"giant%20slayer%20scimitar_dmg","s":0,"n":"Giant Slayer Scimitar","h":1,"p":172,"zg":{"n":22,"s":0},"id":2587},{"c":4,"u":"holy%20avenger%20scimitar_dmg","s":0,"n":"Holy Avenger Scimitar","h":1,"p":174,"zg":{"n":24,"s":0},"id":2588},{"c":4,"u":"luck%20blade%20scimitar_dmg","s":0,"n":"Luck Blade Scimitar","h":1,"p":179,"zg":{"n":126,"s":0},"id":2589},{"c":4,"u":"moon-touched%20scimitar_xge","s":1,"n":"Moon-Touched Scimitar","h":1,"p":138,"zg":{"n":128,"s":1},"id":2590},{"c":4,"u":"nine%20lives%20stealer%20scimitar_dmg","s":0,"n":"Nine Lives Stealer Scimitar","h":1,"p":183,"zg":{"n":26,"s":0},"id":2591},{"c":4,"u":"silvered%20scimitar_phb","s":2,"n":"Silvered Scimitar","h":1,"p":148,"zg":{"n":4,"s":2},"id":2592},{"c":4,"u":"scimitar%20of%20life%20stealing_dmg","s":0,"n":"Scimitar of Life Stealing","h":1,"p":206,"zg":{"n":130,"s":0},"id":2593},{"c":4,"u":"scimitar%20of%20sharpness_dmg","s":0,"n":"Scimitar of Sharpness","h":1,"p":206,"zg":{"n":132,"s":0},"id":2594},{"c":4,"u":"scimitar%20of%20vengeance_dmg","s":0,"n":"Scimitar of Vengeance","h":1,"p":206,"zg":{"n":134,"s":0},"id":2595},{"c":4,"u":"scimitar%20of%20wounding_dmg","s":0,"n":"Scimitar of Wounding","h":1,"p":207,"zg":{"n":135,"s":0},"id":2596},{"c":4,"u":"vicious%20scimitar_dmg","s":0,"n":"Vicious Scimitar","h":1,"p":209,"zg":{"n":5,"s":0},"id":2597},{"c":4,"u":"vorpal%20scimitar_dmg","s":0,"n":"Vorpal Scimitar","h":1,"p":209,"zg":{"n":136,"s":0},"id":2598},{"c":4,"u":"scimitar%20of%20warning_dmg","s":0,"n":"Scimitar of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2599},{"c":4,"u":"%2b1%20scimitar_xdmg","s":3,"n":"+1 Scimitar","h":1,"p":324,"zg":{"n":0,"s":3},"id":2600},{"c":4,"u":"%2b2%20scimitar_xdmg","s":3,"n":"+2 Scimitar","h":1,"p":324,"zg":{"n":1,"s":3},"id":2601},{"c":4,"u":"%2b3%20scimitar_xdmg","s":3,"n":"+3 Scimitar","h":1,"p":324,"zg":{"n":2,"s":3},"id":2602},{"c":4,"u":"acheron%20blade%20scimitar_egw","s":5,"n":"Acheron Blade Scimitar","h":1,"p":265,"zg":{"n":117,"s":5},"id":2603},{"c":4,"u":"adamantine%20scimitar_xdmg","s":3,"n":"Adamantine Scimitar","h":1,"p":227,"zg":{"n":3,"s":3},"id":2604},{"c":4,"u":"scimitar%20armblade_erlw","s":14,"n":"Scimitar Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2605},{"c":4,"u":"ascendant%20dragon's%20wrath%20scimitar_ftd","s":4,"n":"Ascendant Dragon's Wrath Scimitar","h":1,"p":25,"zg":{"n":7,"s":4},"id":2606},{"c":4,"u":"scimitar%20of%20the%20medusa_llk","s":20,"n":"Scimitar of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":2607},{"c":4,"u":"bloodshed%20scimitar_bgg","s":17,"n":"Bloodshed Scimitar","h":1,"p":111,"zg":{"n":119,"s":17},"id":2608},{"c":4,"u":"corpse%20slayer%20scimitar_egw","s":5,"n":"Corpse Slayer Scimitar","h":1,"p":266,"zg":{"n":8,"s":5},"id":2609},{"c":4,"u":"crystal%20scimitar_ftd","s":4,"n":"Crystal Scimitar","h":1,"p":22,"zg":{"n":120,"s":4},"id":2610},{"c":4,"u":"dancing%20scimitar_xdmg","s":3,"n":"Dancing Scimitar","h":1,"p":248,"zg":{"n":121,"s":3},"id":2611},{"c":4,"u":"defender%20scimitar_xdmg","s":3,"n":"Defender Scimitar","h":1,"p":252,"zg":{"n":49,"s":3},"id":2612},{"c":4,"u":"delerium-forged%20blade%20scimitar_dodk","s":13,"n":"Delerium-Forged Blade Scimitar","h":1,"p":230,"zg":{"n":122,"s":13},"id":2613},{"c":4,"u":"dragon%20slayer%20scimitar_xdmg","s":3,"n":"Dragon Slayer Scimitar","h":1,"p":254,"zg":{"n":9,"s":3},"id":2614},{"c":4,"u":"drow%20%2b1%20scimitar_mm","s":6,"n":"Drow +1 Scimitar","h":1,"p":126,"zg":{"n":10,"s":6},"id":2615},{"c":4,"u":"drow%20%2b2%20scimitar_mm","s":6,"n":"Drow +2 Scimitar","h":1,"p":126,"zg":{"n":11,"s":6},"id":2616},{"c":4,"u":"drow%20%2b3%20scimitar_mm","s":6,"n":"Drow +3 Scimitar","h":1,"p":126,"zg":{"n":12,"s":6},"id":2617},{"c":4,"u":"enspelled%20(cantrip)%20scimitar_xdmg","s":3,"n":"Enspelled (Cantrip) Scimitar","h":1,"p":258,"zg":{"n":13,"s":3},"id":2618},{"c":4,"u":"enspelled%20(level%201)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 1) Scimitar","h":1,"p":258,"zg":{"n":14,"s":3},"id":2619},{"c":4,"u":"enspelled%20(level%202)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 2) Scimitar","h":1,"p":258,"zg":{"n":15,"s":3},"id":2620},{"c":4,"u":"enspelled%20(level%203)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 3) Scimitar","h":1,"p":258,"zg":{"n":16,"s":3},"id":2621},{"c":4,"u":"enspelled%20(level%204)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 4) Scimitar","h":1,"p":258,"zg":{"n":17,"s":3},"id":2622},{"c":4,"u":"enspelled%20(level%205)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 5) Scimitar","h":1,"p":258,"zg":{"n":18,"s":3},"id":2623},{"c":4,"u":"enspelled%20(level%206)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 6) Scimitar","h":1,"p":258,"zg":{"n":19,"s":3},"id":2624},{"c":4,"u":"enspelled%20(level%207)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 7) Scimitar","h":1,"p":258,"zg":{"n":20,"s":3},"id":2625},{"c":4,"u":"enspelled%20(level%208)%20scimitar_xdmg","s":3,"n":"Enspelled (Level 8) Scimitar","h":1,"p":258,"zg":{"n":21,"s":3},"id":2626},{"c":4,"u":"flame%20tongue%20scimitar_xdmg","s":3,"n":"Flame Tongue Scimitar","h":1,"p":263,"zg":{"n":51,"s":3},"id":2627},{"c":4,"u":"fool's%20scimitar_bmt","s":12,"n":"Fool's Scimitar","h":1,"p":36,"zg":{"n":123,"s":12},"id":2628},{"c":4,"u":"frost%20brand%20scimitar_xdmg","s":3,"n":"Frost Brand Scimitar","h":1,"p":263,"zg":{"n":124,"s":3},"id":2629},{"c":4,"u":"gambler's%20blade%20scimitar_llk","s":20,"n":"Gambler's Blade Scimitar","h":1,"p":55,"zg":{"n":125,"s":20},"id":2630},{"c":4,"u":"giant%20slayer%20scimitar_xdmg","s":3,"n":"Giant Slayer Scimitar","h":1,"p":264,"zg":{"n":22,"s":3},"id":2631},{"c":4,"u":"hellfire%20scimitar_bgdia","s":7,"n":"Hellfire Scimitar","h":1,"p":223,"zg":{"n":23,"s":7},"id":2632},{"c":4,"u":"holy%20avenger%20scimitar_xdmg","s":3,"n":"Holy Avenger Scimitar","h":1,"p":269,"zg":{"n":24,"s":3},"id":2633},{"c":4,"u":"luck%20scimitar_xdmg","s":3,"n":"Luck Scimitar","h":1,"p":275,"zg":{"n":126,"s":3},"id":2634},{"c":4,"u":"lycan%20scimitar_ghloe","s":8,"n":"Lycan Scimitar","h":1,"p":111,"zg":{"n":25,"s":8},"id":2635},{"c":4,"u":"mind%20blade%20scimitar_vgm","s":19,"n":"Mind Blade Scimitar","h":1,"p":81,"zg":{"n":127,"s":19},"id":2636},{"c":4,"u":"moon-touched%20scimitar_xdmg","s":3,"n":"Moon-Touched Scimitar","h":1,"p":280,"zg":{"n":128,"s":3},"id":2637},{"c":4,"u":"moonblade%20scimitar_xdmg","s":3,"n":"Moonblade Scimitar","h":1,"p":279,"zg":{"n":138,"s":3},"id":2638},{"c":4,"u":"nine%20lives%20stealer%20scimitar_xdmg","s":3,"n":"Nine Lives Stealer Scimitar","h":1,"p":281,"zg":{"n":26,"s":3},"id":2639},{"c":4,"u":"polymorph%20blade%20scimitar_llk","s":20,"n":"Polymorph Blade Scimitar","h":1,"p":56,"zg":{"n":129,"s":20},"id":2640},{"c":4,"u":"ruidium%20scimitar_crcotn","s":10,"n":"Ruidium Scimitar","h":1,"p":216,"zg":{"n":28,"s":10},"id":2641},{"c":4,"u":"silvered%20scimitar_xdmg","s":3,"n":"Silvered Scimitar","h":1,"p":304,"zg":{"n":4,"s":3},"id":2642},{"c":4,"u":"slumbering%20dragon's%20wrath%20scimitar_ftd","s":4,"n":"Slumbering Dragon's Wrath Scimitar","h":1,"p":25,"zg":{"n":29,"s":4},"id":2643},{"c":4,"u":"stirring%20dragon's%20wrath%20scimitar_ftd","s":4,"n":"Stirring Dragon's Wrath Scimitar","h":1,"p":25,"zg":{"n":30,"s":4},"id":2644},{"c":4,"u":"scimitar%20of%20life%20stealing_xdmg","s":3,"n":"Scimitar of Life Stealing","h":1,"p":314,"zg":{"n":130,"s":3},"id":2645},{"c":4,"u":"scimitar%20of%20retribution_coa","s":15,"n":"Scimitar of Retribution","h":1,"p":270,"zg":{"n":131,"s":15},"id":2646},{"c":4,"u":"scimitar%20of%20sharpness_xdmg","s":3,"n":"Scimitar of Sharpness","h":1,"p":314,"zg":{"n":132,"s":3},"id":2647},{"c":4,"u":"scimitar%20of%20the%20planes_bmt","s":12,"n":"Scimitar of the Planes","h":1,"p":68,"zg":{"n":133,"s":12},"id":2648},{"c":4,"u":"scimitar%20of%20vengeance_xdmg","s":3,"n":"Scimitar of Vengeance","h":1,"p":206,"zg":{"n":134,"s":3},"id":2649},{"c":4,"u":"scimitar%20of%20wounding_xdmg","s":3,"n":"Scimitar of Wounding","h":1,"p":314,"zg":{"n":135,"s":3},"id":2650},{"c":4,"u":"sylvan%20talon%20scimitar_xdmg","s":3,"n":"Sylvan Talon Scimitar","h":1,"p":314,"zg":{"n":116,"s":3},"id":2651},{"c":4,"u":"vicious%20%2b1%20scimitar_ai","s":11,"n":"Vicious +1 Scimitar","h":1,"p":149,"zg":{"n":31,"s":11},"id":2652},{"c":4,"u":"vicious%20scimitar_xdmg","s":3,"n":"Vicious Scimitar","h":1,"p":318,"zg":{"n":5,"s":3},"id":2653},{"c":4,"u":"vorpal%20scimitar_xdmg","s":3,"n":"Vorpal Scimitar","h":1,"p":318,"zg":{"n":136,"s":3},"id":2654},{"c":4,"u":"wakened%20dragon's%20wrath%20scimitar_ftd","s":4,"n":"Wakened Dragon's Wrath Scimitar","h":1,"p":25,"zg":{"n":32,"s":4},"id":2655},{"c":4,"u":"scimitar%20of%20agonizing%20paralysis_coa","s":15,"n":"Scimitar of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2656},{"c":4,"u":"scimitar%20of%20certain%20death_egw","s":5,"n":"Scimitar of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2657},{"c":4,"u":"scimitar%20of%20throne's%20command_bmt","s":12,"n":"Scimitar of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2658},{"c":4,"u":"scimitar%20of%20warning_xdmg","s":3,"n":"Scimitar of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2659},{"c":4,"u":"%2b1%20semiautomatic%20pistol_xdmg","s":3,"n":"+1 Semiautomatic Pistol","h":1,"p":324,"zg":{"n":0,"s":3},"id":2660},{"c":4,"u":"%2b2%20semiautomatic%20pistol_xdmg","s":3,"n":"+2 Semiautomatic Pistol","h":1,"p":324,"zg":{"n":1,"s":3},"id":2661},{"c":4,"u":"%2b3%20semiautomatic%20pistol_xdmg","s":3,"n":"+3 Semiautomatic Pistol","h":1,"p":324,"zg":{"n":2,"s":3},"id":2662},{"c":4,"u":"ascendant%20dragon's%20wrath%20semiautomatic%20pistol_ftd","s":4,"n":"Ascendant Dragon's Wrath Semiautomatic Pistol","h":1,"p":25,"zg":{"n":7,"s":4},"id":2663},{"c":4,"u":"corpse%20slayer%20semiautomatic%20pistol_egw","s":5,"n":"Corpse Slayer Semiautomatic Pistol","h":1,"p":266,"zg":{"n":8,"s":5},"id":2664},{"c":4,"u":"dragon%20slayer%20semiautomatic%20pistol_xdmg","s":3,"n":"Dragon Slayer Semiautomatic Pistol","h":1,"p":254,"zg":{"n":9,"s":3},"id":2665},{"c":4,"u":"drow%20%2b1%20semiautomatic%20pistol_mm","s":6,"n":"Drow +1 Semiautomatic Pistol","h":1,"p":126,"zg":{"n":10,"s":6},"id":2666},{"c":4,"u":"drow%20%2b2%20semiautomatic%20pistol_mm","s":6,"n":"Drow +2 Semiautomatic Pistol","h":1,"p":126,"zg":{"n":11,"s":6},"id":2667},{"c":4,"u":"drow%20%2b3%20semiautomatic%20pistol_mm","s":6,"n":"Drow +3 Semiautomatic Pistol","h":1,"p":126,"zg":{"n":12,"s":6},"id":2668},{"c":4,"u":"enspelled%20(cantrip)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Cantrip) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":13,"s":3},"id":2669},{"c":4,"u":"enspelled%20(level%201)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 1) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":14,"s":3},"id":2670},{"c":4,"u":"enspelled%20(level%202)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 2) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":15,"s":3},"id":2671},{"c":4,"u":"enspelled%20(level%203)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 3) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":16,"s":3},"id":2672},{"c":4,"u":"enspelled%20(level%204)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 4) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":17,"s":3},"id":2673},{"c":4,"u":"enspelled%20(level%205)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 5) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":18,"s":3},"id":2674},{"c":4,"u":"enspelled%20(level%206)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 6) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":19,"s":3},"id":2675},{"c":4,"u":"enspelled%20(level%207)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 7) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":20,"s":3},"id":2676},{"c":4,"u":"enspelled%20(level%208)%20semiautomatic%20pistol_xdmg","s":3,"n":"Enspelled (Level 8) Semiautomatic Pistol","h":1,"p":258,"zg":{"n":21,"s":3},"id":2677},{"c":4,"u":"giant%20slayer%20semiautomatic%20pistol_xdmg","s":3,"n":"Giant Slayer Semiautomatic Pistol","h":1,"p":264,"zg":{"n":22,"s":3},"id":2678},{"c":4,"u":"hellfire%20semiautomatic%20pistol_bgdia","s":7,"n":"Hellfire Semiautomatic Pistol","h":1,"p":223,"zg":{"n":23,"s":7},"id":2679},{"c":4,"u":"holy%20avenger%20semiautomatic%20pistol_xdmg","s":3,"n":"Holy Avenger Semiautomatic Pistol","h":1,"p":269,"zg":{"n":24,"s":3},"id":2680},{"c":4,"u":"lycan%20semiautomatic%20pistol_ghloe","s":8,"n":"Lycan Semiautomatic Pistol","h":1,"p":111,"zg":{"n":25,"s":8},"id":2681},{"c":4,"u":"nine%20lives%20stealer%20semiautomatic%20pistol_xdmg","s":3,"n":"Nine Lives Stealer Semiautomatic Pistol","h":1,"p":281,"zg":{"n":26,"s":3},"id":2682},{"c":4,"u":"oceanic%20semiautomatic%20pistol_tdcsr","s":9,"n":"Oceanic Semiautomatic Pistol","h":1,"p":199,"zg":{"n":27,"s":9},"id":2683},{"c":4,"u":"ruidium%20semiautomatic%20pistol_crcotn","s":10,"n":"Ruidium Semiautomatic Pistol","h":1,"p":216,"zg":{"n":28,"s":10},"id":2684},{"c":4,"u":"silvered%20semiautomatic%20pistol_xdmg","s":3,"n":"Silvered Semiautomatic Pistol","h":1,"p":304,"zg":{"n":4,"s":3},"id":2685},{"c":4,"u":"slumbering%20dragon's%20wrath%20semiautomatic%20pistol_ftd","s":4,"n":"Slumbering Dragon's Wrath Semiautomatic Pistol","h":1,"p":25,"zg":{"n":29,"s":4},"id":2686},{"c":4,"u":"stirring%20dragon's%20wrath%20semiautomatic%20pistol_ftd","s":4,"n":"Stirring Dragon's Wrath Semiautomatic Pistol","h":1,"p":25,"zg":{"n":30,"s":4},"id":2687},{"c":4,"u":"vicious%20%2b1%20semiautomatic%20pistol_ai","s":11,"n":"Vicious +1 Semiautomatic Pistol","h":1,"p":149,"zg":{"n":31,"s":11},"id":2688},{"c":4,"u":"vicious%20semiautomatic%20pistol_xdmg","s":3,"n":"Vicious Semiautomatic Pistol","h":1,"p":318,"zg":{"n":5,"s":3},"id":2689},{"c":4,"u":"wakened%20dragon's%20wrath%20semiautomatic%20pistol_ftd","s":4,"n":"Wakened Dragon's Wrath Semiautomatic Pistol","h":1,"p":25,"zg":{"n":32,"s":4},"id":2690},{"c":4,"u":"semiautomatic%20pistol%20of%20certain%20death_egw","s":5,"n":"Semiautomatic Pistol of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2691},{"c":4,"u":"semiautomatic%20pistol%20of%20throne's%20command_bmt","s":12,"n":"Semiautomatic Pistol of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2692},{"c":4,"u":"semiautomatic%20pistol%20of%20warning_xdmg","s":3,"n":"Semiautomatic Pistol of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2693},{"c":4,"u":"%2b1%20shield_dmg","s":0,"n":"+1 Shield","h":1,"p":200,"zg":{"n":161,"s":0},"id":2694},{"c":4,"u":"%2b2%20shield_dmg","s":0,"n":"+2 Shield","h":1,"p":200,"zg":{"n":162,"s":0},"id":2695},{"c":4,"u":"%2b3%20shield_dmg","s":0,"n":"+3 Shield","h":1,"p":200,"zg":{"n":163,"s":0},"id":2696},{"c":4,"u":"%2b1%20shield_xdmg","s":3,"n":"+1 Shield","h":1,"p":303,"zg":{"n":161,"s":3},"id":2697},{"c":4,"u":"%2b2%20shield_xdmg","s":3,"n":"+2 Shield","h":1,"p":303,"zg":{"n":162,"s":3},"id":2698},{"c":4,"u":"%2b3%20shield_xdmg","s":3,"n":"+3 Shield","h":1,"p":303,"zg":{"n":163,"s":3},"id":2699},{"c":4,"u":"%2b1%20shortbow_dmg","s":0,"n":"+1 Shortbow","h":1,"p":213,"zg":{"n":0,"s":0},"id":2700},{"c":4,"u":"%2b2%20shortbow_dmg","s":0,"n":"+2 Shortbow","h":1,"p":213,"zg":{"n":1,"s":0},"id":2701},{"c":4,"u":"%2b3%20shortbow_dmg","s":0,"n":"+3 Shortbow","h":1,"p":213,"zg":{"n":2,"s":0},"id":2702},{"c":4,"u":"adamantine%20shortbow_xge","s":1,"n":"Adamantine Shortbow","h":1,"p":78,"zg":{"n":3,"s":1},"id":2703},{"c":4,"u":"energy%20shortbow_uthftlh","s":21,"n":"Energy Shortbow","h":1,"zg":{"n":146,"s":21},"id":2704},{"c":4,"u":"silvered%20shortbow_phb","s":2,"n":"Silvered Shortbow","h":1,"p":148,"zg":{"n":4,"s":2},"id":2705},{"c":4,"u":"vicious%20shortbow_dmg","s":0,"n":"Vicious Shortbow","h":1,"p":209,"zg":{"n":5,"s":0},"id":2706},{"c":4,"u":"shortbow%20of%20warning_dmg","s":0,"n":"Shortbow of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2707},{"c":4,"u":"%2b1%20shortbow_xdmg","s":3,"n":"+1 Shortbow","h":1,"p":324,"zg":{"n":0,"s":3},"id":2708},{"c":4,"u":"%2b2%20shortbow_xdmg","s":3,"n":"+2 Shortbow","h":1,"p":324,"zg":{"n":1,"s":3},"id":2709},{"c":4,"u":"%2b3%20shortbow_xdmg","s":3,"n":"+3 Shortbow","h":1,"p":324,"zg":{"n":2,"s":3},"id":2710},{"c":4,"u":"ascendant%20dragon's%20wrath%20shortbow_ftd","s":4,"n":"Ascendant Dragon's Wrath Shortbow","h":1,"p":25,"zg":{"n":7,"s":4},"id":2711},{"c":4,"u":"shortbow%20of%20conflagration_bmt","s":12,"n":"Shortbow of Conflagration","h":1,"p":66,"zg":{"n":147,"s":12},"id":2712},{"c":4,"u":"shortbow%20of%20melodies_bmt","s":12,"n":"Shortbow of Melodies","h":1,"p":66,"zg":{"n":148,"s":12},"id":2713},{"c":4,"u":"corpse%20slayer%20shortbow_egw","s":5,"n":"Corpse Slayer Shortbow","h":1,"p":266,"zg":{"n":8,"s":5},"id":2714},{"c":4,"u":"dragon%20slayer%20shortbow_xdmg","s":3,"n":"Dragon Slayer Shortbow","h":1,"p":254,"zg":{"n":9,"s":3},"id":2715},{"c":4,"u":"dragon%20wing%20shortbow_ftd","s":4,"n":"Dragon Wing Shortbow","h":1,"p":23,"zg":{"n":149,"s":4},"id":2716},{"c":4,"u":"drow%20%2b1%20shortbow_mm","s":6,"n":"Drow +1 Shortbow","h":1,"p":126,"zg":{"n":10,"s":6},"id":2717},{"c":4,"u":"drow%20%2b2%20shortbow_mm","s":6,"n":"Drow +2 Shortbow","h":1,"p":126,"zg":{"n":11,"s":6},"id":2718},{"c":4,"u":"drow%20%2b3%20shortbow_mm","s":6,"n":"Drow +3 Shortbow","h":1,"p":126,"zg":{"n":12,"s":6},"id":2719},{"c":4,"u":"energy%20shortbow_xdmg","s":3,"n":"Energy Shortbow","h":1,"p":257,"zg":{"n":146,"s":3},"id":2720},{"c":4,"u":"enspelled%20(cantrip)%20shortbow_xdmg","s":3,"n":"Enspelled (Cantrip) Shortbow","h":1,"p":258,"zg":{"n":13,"s":3},"id":2721},{"c":4,"u":"enspelled%20(level%201)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 1) Shortbow","h":1,"p":258,"zg":{"n":14,"s":3},"id":2722},{"c":4,"u":"enspelled%20(level%202)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 2) Shortbow","h":1,"p":258,"zg":{"n":15,"s":3},"id":2723},{"c":4,"u":"enspelled%20(level%203)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 3) Shortbow","h":1,"p":258,"zg":{"n":16,"s":3},"id":2724},{"c":4,"u":"enspelled%20(level%204)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 4) Shortbow","h":1,"p":258,"zg":{"n":17,"s":3},"id":2725},{"c":4,"u":"enspelled%20(level%205)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 5) Shortbow","h":1,"p":258,"zg":{"n":18,"s":3},"id":2726},{"c":4,"u":"enspelled%20(level%206)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 6) Shortbow","h":1,"p":258,"zg":{"n":19,"s":3},"id":2727},{"c":4,"u":"enspelled%20(level%207)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 7) Shortbow","h":1,"p":258,"zg":{"n":20,"s":3},"id":2728},{"c":4,"u":"enspelled%20(level%208)%20shortbow_xdmg","s":3,"n":"Enspelled (Level 8) Shortbow","h":1,"p":258,"zg":{"n":21,"s":3},"id":2729},{"c":4,"u":"giant%20slayer%20shortbow_xdmg","s":3,"n":"Giant Slayer Shortbow","h":1,"p":264,"zg":{"n":22,"s":3},"id":2730},{"c":4,"u":"glimmering%20moon%20shortbow_bmt","s":12,"n":"Glimmering Moon Shortbow","h":1,"p":36,"zg":{"n":150,"s":12},"id":2731},{"c":4,"u":"hellfire%20shortbow_bgdia","s":7,"n":"Hellfire Shortbow","h":1,"p":223,"zg":{"n":23,"s":7},"id":2732},{"c":4,"u":"holy%20avenger%20shortbow_xdmg","s":3,"n":"Holy Avenger Shortbow","h":1,"p":269,"zg":{"n":24,"s":3},"id":2733},{"c":4,"u":"lycan%20shortbow_ghloe","s":8,"n":"Lycan Shortbow","h":1,"p":111,"zg":{"n":25,"s":8},"id":2734},{"c":4,"u":"nine%20lives%20stealer%20shortbow_xdmg","s":3,"n":"Nine Lives Stealer Shortbow","h":1,"p":281,"zg":{"n":26,"s":3},"id":2735},{"c":4,"u":"oath%20shortbow_xdmg","s":3,"n":"Oath Shortbow","h":1,"p":282,"zg":{"n":151,"s":3},"id":2736},{"c":4,"u":"oceanic%20shortbow_tdcsr","s":9,"n":"Oceanic Shortbow","h":1,"p":199,"zg":{"n":27,"s":9},"id":2737},{"c":4,"u":"ruidium%20shortbow_crcotn","s":10,"n":"Ruidium Shortbow","h":1,"p":216,"zg":{"n":28,"s":10},"id":2738},{"c":4,"u":"silvered%20shortbow_xdmg","s":3,"n":"Silvered Shortbow","h":1,"p":304,"zg":{"n":4,"s":3},"id":2739},{"c":4,"u":"slumbering%20dragon's%20wrath%20shortbow_ftd","s":4,"n":"Slumbering Dragon's Wrath Shortbow","h":1,"p":25,"zg":{"n":29,"s":4},"id":2740},{"c":4,"u":"starcrossed%20shortbow_dodk","s":13,"n":"Starcrossed Shortbow","h":1,"p":232,"zg":{"n":141,"s":13},"id":2741},{"c":4,"u":"stirring%20dragon's%20wrath%20shortbow_ftd","s":4,"n":"Stirring Dragon's Wrath Shortbow","h":1,"p":25,"zg":{"n":30,"s":4},"id":2742},{"c":4,"u":"vicious%20%2b1%20shortbow_ai","s":11,"n":"Vicious +1 Shortbow","h":1,"p":149,"zg":{"n":31,"s":11},"id":2743},{"c":4,"u":"vicious%20shortbow_xdmg","s":3,"n":"Vicious Shortbow","h":1,"p":318,"zg":{"n":5,"s":3},"id":2744},{"c":4,"u":"wakened%20dragon's%20wrath%20shortbow_ftd","s":4,"n":"Wakened Dragon's Wrath Shortbow","h":1,"p":25,"zg":{"n":32,"s":4},"id":2745},{"c":4,"u":"shortbow%20of%20certain%20death_egw","s":5,"n":"Shortbow of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2746},{"c":4,"u":"shortbow%20of%20warning_xdmg","s":3,"n":"Shortbow of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2747},{"c":4,"u":"%2b1%20shortsword_dmg","s":0,"n":"+1 Shortsword","h":1,"p":213,"zg":{"n":0,"s":0},"id":2748},{"c":4,"u":"%2b2%20shortsword_dmg","s":0,"n":"+2 Shortsword","h":1,"p":213,"zg":{"n":1,"s":0},"id":2749},{"c":4,"u":"%2b3%20shortsword_dmg","s":0,"n":"+3 Shortsword","h":1,"p":213,"zg":{"n":2,"s":0},"id":2750},{"c":4,"u":"adamantine%20shortsword_xge","s":1,"n":"Adamantine Shortsword","h":1,"p":78,"zg":{"n":3,"s":1},"id":2751},{"c":4,"u":"dancing%20shortsword_dmg","s":0,"n":"Dancing Shortsword","h":1,"p":161,"zg":{"n":121,"s":0},"id":2752},{"c":4,"u":"defender%20shortsword_dmg","s":0,"n":"Defender Shortsword","h":1,"p":164,"zg":{"n":49,"s":0},"id":2753},{"c":4,"u":"dragon%20slayer%20shortsword_dmg","s":0,"n":"Dragon Slayer Shortsword","h":1,"p":166,"zg":{"n":9,"s":0},"id":2754},{"c":4,"u":"flame%20tongue%20shortsword_dmg","s":0,"n":"Flame Tongue Shortsword","h":1,"p":170,"zg":{"n":51,"s":0},"id":2755},{"c":4,"u":"frost%20brand%20shortsword_dmg","s":0,"n":"Frost Brand Shortsword","h":1,"p":171,"zg":{"n":124,"s":0},"id":2756},{"c":4,"u":"giant%20slayer%20shortsword_dmg","s":0,"n":"Giant Slayer Shortsword","h":1,"p":172,"zg":{"n":22,"s":0},"id":2757},{"c":4,"u":"holy%20avenger%20shortsword_dmg","s":0,"n":"Holy Avenger Shortsword","h":1,"p":174,"zg":{"n":24,"s":0},"id":2758},{"c":4,"u":"luck%20blade%20shortsword_dmg","s":0,"n":"Luck Blade Shortsword","h":1,"p":179,"zg":{"n":126,"s":0},"id":2759},{"c":4,"u":"moon-touched%20shortsword_xge","s":1,"n":"Moon-Touched Shortsword","h":1,"p":138,"zg":{"n":128,"s":1},"id":2760},{"c":4,"u":"nine%20lives%20stealer%20shortsword_dmg","s":0,"n":"Nine Lives Stealer Shortsword","h":1,"p":183,"zg":{"n":26,"s":0},"id":2761},{"c":4,"u":"silvered%20shortsword_phb","s":2,"n":"Silvered Shortsword","h":1,"p":148,"zg":{"n":4,"s":2},"id":2762},{"c":4,"u":"shortsword%20of%20life%20stealing_dmg","s":0,"n":"Shortsword of Life Stealing","h":1,"p":206,"zg":{"n":130,"s":0},"id":2763},{"c":4,"u":"shortsword%20of%20vengeance_dmg","s":0,"n":"Shortsword of Vengeance","h":1,"p":206,"zg":{"n":134,"s":0},"id":2764},{"c":4,"u":"shortsword%20of%20wounding_dmg","s":0,"n":"Shortsword of Wounding","h":1,"p":207,"zg":{"n":135,"s":0},"id":2765},{"c":4,"u":"vicious%20shortsword_dmg","s":0,"n":"Vicious Shortsword","h":1,"p":209,"zg":{"n":5,"s":0},"id":2766},{"c":4,"u":"shortsword%20of%20warning_dmg","s":0,"n":"Shortsword of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2767},{"c":4,"u":"%2b1%20shortsword_xdmg","s":3,"n":"+1 Shortsword","h":1,"p":324,"zg":{"n":0,"s":3},"id":2768},{"c":4,"u":"%2b2%20shortsword_xdmg","s":3,"n":"+2 Shortsword","h":1,"p":324,"zg":{"n":1,"s":3},"id":2769},{"c":4,"u":"%2b3%20shortsword_xdmg","s":3,"n":"+3 Shortsword","h":1,"p":324,"zg":{"n":2,"s":3},"id":2770},{"c":4,"u":"acheron%20blade%20shortsword_egw","s":5,"n":"Acheron Blade Shortsword","h":1,"p":265,"zg":{"n":117,"s":5},"id":2771},{"c":4,"u":"adamantine%20shortsword_xdmg","s":3,"n":"Adamantine Shortsword","h":1,"p":227,"zg":{"n":3,"s":3},"id":2772},{"c":4,"u":"shortsword%20armblade_erlw","s":14,"n":"Shortsword Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2773},{"c":4,"u":"ascendant%20dragon's%20wrath%20shortsword_ftd","s":4,"n":"Ascendant Dragon's Wrath Shortsword","h":1,"p":25,"zg":{"n":7,"s":4},"id":2774},{"c":4,"u":"shortsword%20of%20the%20medusa_llk","s":20,"n":"Shortsword of the Medusa","h":1,"p":53,"zg":{"n":118,"s":20},"id":2775},{"c":4,"u":"bloodshed%20shortsword_bgg","s":17,"n":"Bloodshed Shortsword","h":1,"p":111,"zg":{"n":119,"s":17},"id":2776},{"c":4,"u":"corpse%20slayer%20shortsword_egw","s":5,"n":"Corpse Slayer Shortsword","h":1,"p":266,"zg":{"n":8,"s":5},"id":2777},{"c":4,"u":"crystal%20shortsword_ftd","s":4,"n":"Crystal Shortsword","h":1,"p":22,"zg":{"n":120,"s":4},"id":2778},{"c":4,"u":"dancing%20shortsword_xdmg","s":3,"n":"Dancing Shortsword","h":1,"p":248,"zg":{"n":121,"s":3},"id":2779},{"c":4,"u":"defender%20shortsword_xdmg","s":3,"n":"Defender Shortsword","h":1,"p":252,"zg":{"n":49,"s":3},"id":2780},{"c":4,"u":"delerium-forged%20blade%20shortsword_dodk","s":13,"n":"Delerium-Forged Blade Shortsword","h":1,"p":230,"zg":{"n":122,"s":13},"id":2781},{"c":4,"u":"dragon%20slayer%20shortsword_xdmg","s":3,"n":"Dragon Slayer Shortsword","h":1,"p":254,"zg":{"n":9,"s":3},"id":2782},{"c":4,"u":"drow%20%2b1%20shortsword_mm","s":6,"n":"Drow +1 Shortsword","h":1,"p":126,"zg":{"n":10,"s":6},"id":2783},{"c":4,"u":"drow%20%2b2%20shortsword_mm","s":6,"n":"Drow +2 Shortsword","h":1,"p":126,"zg":{"n":11,"s":6},"id":2784},{"c":4,"u":"drow%20%2b3%20shortsword_mm","s":6,"n":"Drow +3 Shortsword","h":1,"p":126,"zg":{"n":12,"s":6},"id":2785},{"c":4,"u":"enspelled%20(cantrip)%20shortsword_xdmg","s":3,"n":"Enspelled (Cantrip) Shortsword","h":1,"p":258,"zg":{"n":13,"s":3},"id":2786},{"c":4,"u":"enspelled%20(level%201)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 1) Shortsword","h":1,"p":258,"zg":{"n":14,"s":3},"id":2787},{"c":4,"u":"enspelled%20(level%202)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 2) Shortsword","h":1,"p":258,"zg":{"n":15,"s":3},"id":2788},{"c":4,"u":"enspelled%20(level%203)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 3) Shortsword","h":1,"p":258,"zg":{"n":16,"s":3},"id":2789},{"c":4,"u":"enspelled%20(level%204)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 4) Shortsword","h":1,"p":258,"zg":{"n":17,"s":3},"id":2790},{"c":4,"u":"enspelled%20(level%205)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 5) Shortsword","h":1,"p":258,"zg":{"n":18,"s":3},"id":2791},{"c":4,"u":"enspelled%20(level%206)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 6) Shortsword","h":1,"p":258,"zg":{"n":19,"s":3},"id":2792},{"c":4,"u":"enspelled%20(level%207)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 7) Shortsword","h":1,"p":258,"zg":{"n":20,"s":3},"id":2793},{"c":4,"u":"enspelled%20(level%208)%20shortsword_xdmg","s":3,"n":"Enspelled (Level 8) Shortsword","h":1,"p":258,"zg":{"n":21,"s":3},"id":2794},{"c":4,"u":"flame%20tongue%20shortsword_xdmg","s":3,"n":"Flame Tongue Shortsword","h":1,"p":263,"zg":{"n":51,"s":3},"id":2795},{"c":4,"u":"fool's%20shortsword_bmt","s":12,"n":"Fool's Shortsword","h":1,"p":36,"zg":{"n":123,"s":12},"id":2796},{"c":4,"u":"frost%20brand%20shortsword_xdmg","s":3,"n":"Frost Brand Shortsword","h":1,"p":263,"zg":{"n":124,"s":3},"id":2797},{"c":4,"u":"gambler's%20blade%20shortsword_llk","s":20,"n":"Gambler's Blade Shortsword","h":1,"p":55,"zg":{"n":125,"s":20},"id":2798},{"c":4,"u":"giant%20slayer%20shortsword_xdmg","s":3,"n":"Giant Slayer Shortsword","h":1,"p":264,"zg":{"n":22,"s":3},"id":2799},{"c":4,"u":"hellfire%20shortsword_bgdia","s":7,"n":"Hellfire Shortsword","h":1,"p":223,"zg":{"n":23,"s":7},"id":2800},{"c":4,"u":"holy%20avenger%20shortsword_xdmg","s":3,"n":"Holy Avenger Shortsword","h":1,"p":269,"zg":{"n":24,"s":3},"id":2801},{"c":4,"u":"luck%20shortsword_xdmg","s":3,"n":"Luck Shortsword","h":1,"p":275,"zg":{"n":126,"s":3},"id":2802},{"c":4,"u":"lycan%20shortsword_ghloe","s":8,"n":"Lycan Shortsword","h":1,"p":111,"zg":{"n":25,"s":8},"id":2803},{"c":4,"u":"mind%20blade%20shortsword_vgm","s":19,"n":"Mind Blade Shortsword","h":1,"p":81,"zg":{"n":127,"s":19},"id":2804},{"c":4,"u":"moon-touched%20shortsword_xdmg","s":3,"n":"Moon-Touched Shortsword","h":1,"p":280,"zg":{"n":128,"s":3},"id":2805},{"c":4,"u":"moonblade%20shortsword_xdmg","s":3,"n":"Moonblade Shortsword","h":1,"p":279,"zg":{"n":138,"s":3},"id":2806},{"c":4,"u":"nine%20lives%20stealer%20shortsword_xdmg","s":3,"n":"Nine Lives Stealer Shortsword","h":1,"p":281,"zg":{"n":26,"s":3},"id":2807},{"c":4,"u":"polymorph%20blade%20shortsword_llk","s":20,"n":"Polymorph Blade Shortsword","h":1,"p":56,"zg":{"n":129,"s":20},"id":2808},{"c":4,"u":"ruidium%20shortsword_crcotn","s":10,"n":"Ruidium Shortsword","h":1,"p":216,"zg":{"n":28,"s":10},"id":2809},{"c":4,"u":"silvered%20shortsword_xdmg","s":3,"n":"Silvered Shortsword","h":1,"p":304,"zg":{"n":4,"s":3},"id":2810},{"c":4,"u":"slumbering%20dragon's%20wrath%20shortsword_ftd","s":4,"n":"Slumbering Dragon's Wrath Shortsword","h":1,"p":25,"zg":{"n":29,"s":4},"id":2811},{"c":4,"u":"stirring%20dragon's%20wrath%20shortsword_ftd","s":4,"n":"Stirring Dragon's Wrath Shortsword","h":1,"p":25,"zg":{"n":30,"s":4},"id":2812},{"c":4,"u":"shortsword%20of%20life%20stealing_xdmg","s":3,"n":"Shortsword of Life Stealing","h":1,"p":314,"zg":{"n":130,"s":3},"id":2813},{"c":4,"u":"shortsword%20of%20retribution_coa","s":15,"n":"Shortsword of Retribution","h":1,"p":270,"zg":{"n":131,"s":15},"id":2814},{"c":4,"u":"shortsword%20of%20the%20planes_bmt","s":12,"n":"Shortsword of the Planes","h":1,"p":68,"zg":{"n":133,"s":12},"id":2815},{"c":4,"u":"shortsword%20of%20vengeance_xdmg","s":3,"n":"Shortsword of Vengeance","h":1,"p":206,"zg":{"n":134,"s":3},"id":2816},{"c":4,"u":"shortsword%20of%20wounding_xdmg","s":3,"n":"Shortsword of Wounding","h":1,"p":314,"zg":{"n":135,"s":3},"id":2817},{"c":4,"u":"sylvan%20talon%20shortsword_xdmg","s":3,"n":"Sylvan Talon Shortsword","h":1,"p":314,"zg":{"n":116,"s":3},"id":2818},{"c":4,"u":"vicious%20%2b1%20shortsword_ai","s":11,"n":"Vicious +1 Shortsword","h":1,"p":149,"zg":{"n":31,"s":11},"id":2819},{"c":4,"u":"vicious%20shortsword_xdmg","s":3,"n":"Vicious Shortsword","h":1,"p":318,"zg":{"n":5,"s":3},"id":2820},{"c":4,"u":"wakened%20dragon's%20wrath%20shortsword_ftd","s":4,"n":"Wakened Dragon's Wrath Shortsword","h":1,"p":25,"zg":{"n":32,"s":4},"id":2821},{"c":4,"u":"shortsword%20of%20agonizing%20paralysis_coa","s":15,"n":"Shortsword of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2822},{"c":4,"u":"shortsword%20of%20certain%20death_egw","s":5,"n":"Shortsword of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2823},{"c":4,"u":"shortsword%20of%20throne's%20command_bmt","s":12,"n":"Shortsword of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2824},{"c":4,"u":"shortsword%20of%20warning_xdmg","s":3,"n":"Shortsword of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2825},{"c":4,"u":"%2b1%20shotgun_dmg","s":0,"n":"+1 Shotgun","h":1,"p":213,"zg":{"n":0,"s":0},"id":2826},{"c":4,"u":"%2b2%20shotgun_dmg","s":0,"n":"+2 Shotgun","h":1,"p":213,"zg":{"n":1,"s":0},"id":2827},{"c":4,"u":"%2b3%20shotgun_dmg","s":0,"n":"+3 Shotgun","h":1,"p":213,"zg":{"n":2,"s":0},"id":2828},{"c":4,"u":"adamantine%20shotgun_xge","s":1,"n":"Adamantine Shotgun","h":1,"p":78,"zg":{"n":3,"s":1},"id":2829},{"c":4,"u":"silvered%20shotgun_phb","s":2,"n":"Silvered Shotgun","h":1,"p":148,"zg":{"n":4,"s":2},"id":2830},{"c":4,"u":"vicious%20shotgun_dmg","s":0,"n":"Vicious Shotgun","h":1,"p":209,"zg":{"n":5,"s":0},"id":2831},{"c":4,"u":"shotgun%20of%20warning_dmg","s":0,"n":"Shotgun of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2832},{"c":4,"u":"%2b1%20shotgun_xdmg","s":3,"n":"+1 Shotgun","h":1,"p":324,"zg":{"n":0,"s":3},"id":2833},{"c":4,"u":"%2b2%20shotgun_xdmg","s":3,"n":"+2 Shotgun","h":1,"p":324,"zg":{"n":1,"s":3},"id":2834},{"c":4,"u":"%2b3%20shotgun_xdmg","s":3,"n":"+3 Shotgun","h":1,"p":324,"zg":{"n":2,"s":3},"id":2835},{"c":4,"u":"ascendant%20dragon's%20wrath%20shotgun_ftd","s":4,"n":"Ascendant Dragon's Wrath Shotgun","h":1,"p":25,"zg":{"n":7,"s":4},"id":2836},{"c":4,"u":"corpse%20slayer%20shotgun_egw","s":5,"n":"Corpse Slayer Shotgun","h":1,"p":266,"zg":{"n":8,"s":5},"id":2837},{"c":4,"u":"dragon%20slayer%20shotgun_xdmg","s":3,"n":"Dragon Slayer Shotgun","h":1,"p":254,"zg":{"n":9,"s":3},"id":2838},{"c":4,"u":"drow%20%2b1%20shotgun_mm","s":6,"n":"Drow +1 Shotgun","h":1,"p":126,"zg":{"n":10,"s":6},"id":2839},{"c":4,"u":"drow%20%2b2%20shotgun_mm","s":6,"n":"Drow +2 Shotgun","h":1,"p":126,"zg":{"n":11,"s":6},"id":2840},{"c":4,"u":"drow%20%2b3%20shotgun_mm","s":6,"n":"Drow +3 Shotgun","h":1,"p":126,"zg":{"n":12,"s":6},"id":2841},{"c":4,"u":"enspelled%20(cantrip)%20shotgun_xdmg","s":3,"n":"Enspelled (Cantrip) Shotgun","h":1,"p":258,"zg":{"n":13,"s":3},"id":2842},{"c":4,"u":"enspelled%20(level%201)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 1) Shotgun","h":1,"p":258,"zg":{"n":14,"s":3},"id":2843},{"c":4,"u":"enspelled%20(level%202)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 2) Shotgun","h":1,"p":258,"zg":{"n":15,"s":3},"id":2844},{"c":4,"u":"enspelled%20(level%203)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 3) Shotgun","h":1,"p":258,"zg":{"n":16,"s":3},"id":2845},{"c":4,"u":"enspelled%20(level%204)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 4) Shotgun","h":1,"p":258,"zg":{"n":17,"s":3},"id":2846},{"c":4,"u":"enspelled%20(level%205)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 5) Shotgun","h":1,"p":258,"zg":{"n":18,"s":3},"id":2847},{"c":4,"u":"enspelled%20(level%206)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 6) Shotgun","h":1,"p":258,"zg":{"n":19,"s":3},"id":2848},{"c":4,"u":"enspelled%20(level%207)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 7) Shotgun","h":1,"p":258,"zg":{"n":20,"s":3},"id":2849},{"c":4,"u":"enspelled%20(level%208)%20shotgun_xdmg","s":3,"n":"Enspelled (Level 8) Shotgun","h":1,"p":258,"zg":{"n":21,"s":3},"id":2850},{"c":4,"u":"giant%20slayer%20shotgun_xdmg","s":3,"n":"Giant Slayer Shotgun","h":1,"p":264,"zg":{"n":22,"s":3},"id":2851},{"c":4,"u":"hellfire%20shotgun_bgdia","s":7,"n":"Hellfire Shotgun","h":1,"p":223,"zg":{"n":23,"s":7},"id":2852},{"c":4,"u":"holy%20avenger%20shotgun_xdmg","s":3,"n":"Holy Avenger Shotgun","h":1,"p":269,"zg":{"n":24,"s":3},"id":2853},{"c":4,"u":"lycan%20shotgun_ghloe","s":8,"n":"Lycan Shotgun","h":1,"p":111,"zg":{"n":25,"s":8},"id":2854},{"c":4,"u":"nine%20lives%20stealer%20shotgun_xdmg","s":3,"n":"Nine Lives Stealer Shotgun","h":1,"p":281,"zg":{"n":26,"s":3},"id":2855},{"c":4,"u":"oceanic%20shotgun_tdcsr","s":9,"n":"Oceanic Shotgun","h":1,"p":199,"zg":{"n":27,"s":9},"id":2856},{"c":4,"u":"ruidium%20shotgun_crcotn","s":10,"n":"Ruidium Shotgun","h":1,"p":216,"zg":{"n":28,"s":10},"id":2857},{"c":4,"u":"silvered%20shotgun_xdmg","s":3,"n":"Silvered Shotgun","h":1,"p":304,"zg":{"n":4,"s":3},"id":2858},{"c":4,"u":"slumbering%20dragon's%20wrath%20shotgun_ftd","s":4,"n":"Slumbering Dragon's Wrath Shotgun","h":1,"p":25,"zg":{"n":29,"s":4},"id":2859},{"c":4,"u":"stirring%20dragon's%20wrath%20shotgun_ftd","s":4,"n":"Stirring Dragon's Wrath Shotgun","h":1,"p":25,"zg":{"n":30,"s":4},"id":2860},{"c":4,"u":"vicious%20%2b1%20shotgun_ai","s":11,"n":"Vicious +1 Shotgun","h":1,"p":149,"zg":{"n":31,"s":11},"id":2861},{"c":4,"u":"vicious%20shotgun_xdmg","s":3,"n":"Vicious Shotgun","h":1,"p":318,"zg":{"n":5,"s":3},"id":2862},{"c":4,"u":"wakened%20dragon's%20wrath%20shotgun_ftd","s":4,"n":"Wakened Dragon's Wrath Shotgun","h":1,"p":25,"zg":{"n":32,"s":4},"id":2863},{"c":4,"u":"shotgun%20of%20certain%20death_egw","s":5,"n":"Shotgun of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2864},{"c":4,"u":"shotgun%20of%20throne's%20command_bmt","s":12,"n":"Shotgun of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":2865},{"c":4,"u":"shotgun%20of%20warning_xdmg","s":3,"n":"Shotgun of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2866},{"c":4,"u":"%2b1%20sickle_dmg","s":0,"n":"+1 Sickle","h":1,"p":213,"zg":{"n":0,"s":0},"id":2867},{"c":4,"u":"%2b2%20sickle_dmg","s":0,"n":"+2 Sickle","h":1,"p":213,"zg":{"n":1,"s":0},"id":2868},{"c":4,"u":"%2b3%20sickle_dmg","s":0,"n":"+3 Sickle","h":1,"p":213,"zg":{"n":2,"s":0},"id":2869},{"c":4,"u":"adamantine%20sickle_xge","s":1,"n":"Adamantine Sickle","h":1,"p":78,"zg":{"n":3,"s":1},"id":2870},{"c":4,"u":"silvered%20sickle_phb","s":2,"n":"Silvered Sickle","h":1,"p":148,"zg":{"n":4,"s":2},"id":2871},{"c":4,"u":"vicious%20sickle_dmg","s":0,"n":"Vicious Sickle","h":1,"p":209,"zg":{"n":5,"s":0},"id":2872},{"c":4,"u":"sickle%20of%20warning_dmg","s":0,"n":"Sickle of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2873},{"c":4,"u":"%2b1%20sickle_xdmg","s":3,"n":"+1 Sickle","h":1,"p":324,"zg":{"n":0,"s":3},"id":2874},{"c":4,"u":"%2b2%20sickle_xdmg","s":3,"n":"+2 Sickle","h":1,"p":324,"zg":{"n":1,"s":3},"id":2875},{"c":4,"u":"%2b3%20sickle_xdmg","s":3,"n":"+3 Sickle","h":1,"p":324,"zg":{"n":2,"s":3},"id":2876},{"c":4,"u":"adamantine%20sickle_xdmg","s":3,"n":"Adamantine Sickle","h":1,"p":227,"zg":{"n":3,"s":3},"id":2877},{"c":4,"u":"sickle%20armblade_erlw","s":14,"n":"Sickle Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2878},{"c":4,"u":"ascendant%20dragon's%20wrath%20sickle_ftd","s":4,"n":"Ascendant Dragon's Wrath Sickle","h":1,"p":25,"zg":{"n":7,"s":4},"id":2879},{"c":4,"u":"corpse%20slayer%20sickle_egw","s":5,"n":"Corpse Slayer Sickle","h":1,"p":266,"zg":{"n":8,"s":5},"id":2880},{"c":4,"u":"defender%20sickle_xdmg","s":3,"n":"Defender Sickle","h":1,"p":252,"zg":{"n":49,"s":3},"id":2881},{"c":4,"u":"dragon%20slayer%20sickle_xdmg","s":3,"n":"Dragon Slayer Sickle","h":1,"p":254,"zg":{"n":9,"s":3},"id":2882},{"c":4,"u":"drow%20%2b1%20sickle_mm","s":6,"n":"Drow +1 Sickle","h":1,"p":126,"zg":{"n":10,"s":6},"id":2883},{"c":4,"u":"drow%20%2b2%20sickle_mm","s":6,"n":"Drow +2 Sickle","h":1,"p":126,"zg":{"n":11,"s":6},"id":2884},{"c":4,"u":"drow%20%2b3%20sickle_mm","s":6,"n":"Drow +3 Sickle","h":1,"p":126,"zg":{"n":12,"s":6},"id":2885},{"c":4,"u":"enspelled%20(cantrip)%20sickle_xdmg","s":3,"n":"Enspelled (Cantrip) Sickle","h":1,"p":258,"zg":{"n":13,"s":3},"id":2886},{"c":4,"u":"enspelled%20(level%201)%20sickle_xdmg","s":3,"n":"Enspelled (Level 1) Sickle","h":1,"p":258,"zg":{"n":14,"s":3},"id":2887},{"c":4,"u":"enspelled%20(level%202)%20sickle_xdmg","s":3,"n":"Enspelled (Level 2) Sickle","h":1,"p":258,"zg":{"n":15,"s":3},"id":2888},{"c":4,"u":"enspelled%20(level%203)%20sickle_xdmg","s":3,"n":"Enspelled (Level 3) Sickle","h":1,"p":258,"zg":{"n":16,"s":3},"id":2889},{"c":4,"u":"enspelled%20(level%204)%20sickle_xdmg","s":3,"n":"Enspelled (Level 4) Sickle","h":1,"p":258,"zg":{"n":17,"s":3},"id":2890},{"c":4,"u":"enspelled%20(level%205)%20sickle_xdmg","s":3,"n":"Enspelled (Level 5) Sickle","h":1,"p":258,"zg":{"n":18,"s":3},"id":2891},{"c":4,"u":"enspelled%20(level%206)%20sickle_xdmg","s":3,"n":"Enspelled (Level 6) Sickle","h":1,"p":258,"zg":{"n":19,"s":3},"id":2892},{"c":4,"u":"enspelled%20(level%207)%20sickle_xdmg","s":3,"n":"Enspelled (Level 7) Sickle","h":1,"p":258,"zg":{"n":20,"s":3},"id":2893},{"c":4,"u":"enspelled%20(level%208)%20sickle_xdmg","s":3,"n":"Enspelled (Level 8) Sickle","h":1,"p":258,"zg":{"n":21,"s":3},"id":2894},{"c":4,"u":"flame%20tongue%20sickle_xdmg","s":3,"n":"Flame Tongue Sickle","h":1,"p":263,"zg":{"n":51,"s":3},"id":2895},{"c":4,"u":"giant%20slayer%20sickle_xdmg","s":3,"n":"Giant Slayer Sickle","h":1,"p":264,"zg":{"n":22,"s":3},"id":2896},{"c":4,"u":"hellfire%20sickle_bgdia","s":7,"n":"Hellfire Sickle","h":1,"p":223,"zg":{"n":23,"s":7},"id":2897},{"c":4,"u":"holy%20avenger%20sickle_xdmg","s":3,"n":"Holy Avenger Sickle","h":1,"p":269,"zg":{"n":24,"s":3},"id":2898},{"c":4,"u":"luck%20sickle_xdmg","s":3,"n":"Luck Sickle","h":1,"p":275,"zg":{"n":126,"s":3},"id":2899},{"c":4,"u":"lycan%20sickle_ghloe","s":8,"n":"Lycan Sickle","h":1,"p":111,"zg":{"n":25,"s":8},"id":2900},{"c":4,"u":"nine%20lives%20stealer%20sickle_xdmg","s":3,"n":"Nine Lives Stealer Sickle","h":1,"p":281,"zg":{"n":26,"s":3},"id":2901},{"c":4,"u":"ruidium%20sickle_crcotn","s":10,"n":"Ruidium Sickle","h":1,"p":216,"zg":{"n":28,"s":10},"id":2902},{"c":4,"u":"silvered%20sickle_xdmg","s":3,"n":"Silvered Sickle","h":1,"p":304,"zg":{"n":4,"s":3},"id":2903},{"c":4,"u":"slumbering%20dragon's%20wrath%20sickle_ftd","s":4,"n":"Slumbering Dragon's Wrath Sickle","h":1,"p":25,"zg":{"n":29,"s":4},"id":2904},{"c":4,"u":"stirring%20dragon's%20wrath%20sickle_ftd","s":4,"n":"Stirring Dragon's Wrath Sickle","h":1,"p":25,"zg":{"n":30,"s":4},"id":2905},{"c":4,"u":"sylvan%20talon%20sickle_xdmg","s":3,"n":"Sylvan Talon Sickle","h":1,"p":314,"zg":{"n":116,"s":3},"id":2906},{"c":4,"u":"vicious%20%2b1%20sickle_ai","s":11,"n":"Vicious +1 Sickle","h":1,"p":149,"zg":{"n":31,"s":11},"id":2907},{"c":4,"u":"vicious%20sickle_xdmg","s":3,"n":"Vicious Sickle","h":1,"p":318,"zg":{"n":5,"s":3},"id":2908},{"c":4,"u":"wakened%20dragon's%20wrath%20sickle_ftd","s":4,"n":"Wakened Dragon's Wrath Sickle","h":1,"p":25,"zg":{"n":32,"s":4},"id":2909},{"c":4,"u":"sickle%20of%20agonizing%20paralysis_coa","s":15,"n":"Sickle of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":2910},{"c":4,"u":"sickle%20of%20certain%20death_egw","s":5,"n":"Sickle of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2911},{"c":4,"u":"sickle%20of%20warning_xdmg","s":3,"n":"Sickle of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2912},{"c":4,"u":"%2b1%20sling_dmg","s":0,"n":"+1 Sling","h":1,"p":213,"zg":{"n":0,"s":0},"id":2913},{"c":4,"u":"%2b2%20sling_dmg","s":0,"n":"+2 Sling","h":1,"p":213,"zg":{"n":1,"s":0},"id":2914},{"c":4,"u":"%2b3%20sling_dmg","s":0,"n":"+3 Sling","h":1,"p":213,"zg":{"n":2,"s":0},"id":2915},{"c":4,"u":"adamantine%20sling_xge","s":1,"n":"Adamantine Sling","h":1,"p":78,"zg":{"n":3,"s":1},"id":2916},{"c":4,"u":"silvered%20sling_phb","s":2,"n":"Silvered Sling","h":1,"p":148,"zg":{"n":4,"s":2},"id":2917},{"c":4,"u":"vicious%20sling_dmg","s":0,"n":"Vicious Sling","h":1,"p":209,"zg":{"n":5,"s":0},"id":2918},{"c":4,"u":"sling%20of%20warning_dmg","s":0,"n":"Sling of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2919},{"c":4,"u":"%2b1%20sling_xdmg","s":3,"n":"+1 Sling","h":1,"p":324,"zg":{"n":0,"s":3},"id":2920},{"c":4,"u":"%2b2%20sling_xdmg","s":3,"n":"+2 Sling","h":1,"p":324,"zg":{"n":1,"s":3},"id":2921},{"c":4,"u":"%2b3%20sling_xdmg","s":3,"n":"+3 Sling","h":1,"p":324,"zg":{"n":2,"s":3},"id":2922},{"c":4,"u":"ascendant%20dragon's%20wrath%20sling_ftd","s":4,"n":"Ascendant Dragon's Wrath Sling","h":1,"p":25,"zg":{"n":7,"s":4},"id":2923},{"c":4,"u":"corpse%20slayer%20sling_egw","s":5,"n":"Corpse Slayer Sling","h":1,"p":266,"zg":{"n":8,"s":5},"id":2924},{"c":4,"u":"dragon%20slayer%20sling_xdmg","s":3,"n":"Dragon Slayer Sling","h":1,"p":254,"zg":{"n":9,"s":3},"id":2925},{"c":4,"u":"drow%20%2b1%20sling_mm","s":6,"n":"Drow +1 Sling","h":1,"p":126,"zg":{"n":10,"s":6},"id":2926},{"c":4,"u":"drow%20%2b2%20sling_mm","s":6,"n":"Drow +2 Sling","h":1,"p":126,"zg":{"n":11,"s":6},"id":2927},{"c":4,"u":"drow%20%2b3%20sling_mm","s":6,"n":"Drow +3 Sling","h":1,"p":126,"zg":{"n":12,"s":6},"id":2928},{"c":4,"u":"enspelled%20(cantrip)%20sling_xdmg","s":3,"n":"Enspelled (Cantrip) Sling","h":1,"p":258,"zg":{"n":13,"s":3},"id":2929},{"c":4,"u":"enspelled%20(level%201)%20sling_xdmg","s":3,"n":"Enspelled (Level 1) Sling","h":1,"p":258,"zg":{"n":14,"s":3},"id":2930},{"c":4,"u":"enspelled%20(level%202)%20sling_xdmg","s":3,"n":"Enspelled (Level 2) Sling","h":1,"p":258,"zg":{"n":15,"s":3},"id":2931},{"c":4,"u":"enspelled%20(level%203)%20sling_xdmg","s":3,"n":"Enspelled (Level 3) Sling","h":1,"p":258,"zg":{"n":16,"s":3},"id":2932},{"c":4,"u":"enspelled%20(level%204)%20sling_xdmg","s":3,"n":"Enspelled (Level 4) Sling","h":1,"p":258,"zg":{"n":17,"s":3},"id":2933},{"c":4,"u":"enspelled%20(level%205)%20sling_xdmg","s":3,"n":"Enspelled (Level 5) Sling","h":1,"p":258,"zg":{"n":18,"s":3},"id":2934},{"c":4,"u":"enspelled%20(level%206)%20sling_xdmg","s":3,"n":"Enspelled (Level 6) Sling","h":1,"p":258,"zg":{"n":19,"s":3},"id":2935},{"c":4,"u":"enspelled%20(level%207)%20sling_xdmg","s":3,"n":"Enspelled (Level 7) Sling","h":1,"p":258,"zg":{"n":20,"s":3},"id":2936},{"c":4,"u":"enspelled%20(level%208)%20sling_xdmg","s":3,"n":"Enspelled (Level 8) Sling","h":1,"p":258,"zg":{"n":21,"s":3},"id":2937},{"c":4,"u":"forcebreaker%20sling_bmt","s":12,"n":"Forcebreaker Sling","h":1,"p":67,"zg":{"n":107,"s":12},"id":2938},{"c":4,"u":"giant%20slayer%20sling_xdmg","s":3,"n":"Giant Slayer Sling","h":1,"p":264,"zg":{"n":22,"s":3},"id":2939},{"c":4,"u":"hellfire%20sling_bgdia","s":7,"n":"Hellfire Sling","h":1,"p":223,"zg":{"n":23,"s":7},"id":2940},{"c":4,"u":"holy%20avenger%20sling_xdmg","s":3,"n":"Holy Avenger Sling","h":1,"p":269,"zg":{"n":24,"s":3},"id":2941},{"c":4,"u":"lycan%20sling_ghloe","s":8,"n":"Lycan Sling","h":1,"p":111,"zg":{"n":25,"s":8},"id":2942},{"c":4,"u":"nine%20lives%20stealer%20sling_xdmg","s":3,"n":"Nine Lives Stealer Sling","h":1,"p":281,"zg":{"n":26,"s":3},"id":2943},{"c":4,"u":"oceanic%20sling_tdcsr","s":9,"n":"Oceanic Sling","h":1,"p":199,"zg":{"n":27,"s":9},"id":2944},{"c":4,"u":"ruidium%20sling_crcotn","s":10,"n":"Ruidium Sling","h":1,"p":216,"zg":{"n":28,"s":10},"id":2945},{"c":4,"u":"silvered%20sling_xdmg","s":3,"n":"Silvered Sling","h":1,"p":304,"zg":{"n":4,"s":3},"id":2946},{"c":4,"u":"slumbering%20dragon's%20wrath%20sling_ftd","s":4,"n":"Slumbering Dragon's Wrath Sling","h":1,"p":25,"zg":{"n":29,"s":4},"id":2947},{"c":4,"u":"stirring%20dragon's%20wrath%20sling_ftd","s":4,"n":"Stirring Dragon's Wrath Sling","h":1,"p":25,"zg":{"n":30,"s":4},"id":2948},{"c":4,"u":"vicious%20%2b1%20sling_ai","s":11,"n":"Vicious +1 Sling","h":1,"p":149,"zg":{"n":31,"s":11},"id":2949},{"c":4,"u":"vicious%20sling_xdmg","s":3,"n":"Vicious Sling","h":1,"p":318,"zg":{"n":5,"s":3},"id":2950},{"c":4,"u":"wakened%20dragon's%20wrath%20sling_ftd","s":4,"n":"Wakened Dragon's Wrath Sling","h":1,"p":25,"zg":{"n":32,"s":4},"id":2951},{"c":4,"u":"sling%20of%20certain%20death_egw","s":5,"n":"Sling of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":2952},{"c":4,"u":"sling%20of%20warning_xdmg","s":3,"n":"Sling of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":2953},{"c":4,"u":"%2b1%20sling%20bullet_dmg","s":0,"n":"+1 Sling Bullet","h":1,"p":150,"zg":{"n":35,"s":0},"id":2954},{"c":4,"u":"%2b2%20sling%20bullet_dmg","s":0,"n":"+2 Sling Bullet","h":1,"p":150,"zg":{"n":36,"s":0},"id":2955},{"c":4,"u":"%2b3%20sling%20bullet_dmg","s":0,"n":"+3 Sling Bullet","h":1,"p":150,"zg":{"n":37,"s":0},"id":2956},{"c":4,"u":"walloping%20sling%20bullet_xge","s":1,"n":"Walloping Sling Bullet","h":1,"p":139,"zg":{"n":39,"s":1},"id":2957},{"c":4,"u":"%2b1%20sling%20bullet_xdmg","s":3,"n":"+1 Sling Bullet","h":1,"p":228,"zg":{"n":35,"s":3},"id":2958},{"c":4,"u":"%2b2%20sling%20bullet_xdmg","s":3,"n":"+2 Sling Bullet","h":1,"p":228,"zg":{"n":36,"s":3},"id":2959},{"c":4,"u":"%2b3%20sling%20bullet_xdmg","s":3,"n":"+3 Sling Bullet","h":1,"p":228,"zg":{"n":37,"s":3},"id":2960},{"c":4,"u":"adamantine%20sling%20bullet_xge","s":1,"n":"Adamantine Sling Bullet","h":1,"p":78,"zg":{"n":40,"s":1},"id":2961},{"c":4,"u":"adamantine%20sling%20bullet_xdmg","s":3,"n":"Adamantine Sling Bullet","h":1,"p":227,"zg":{"n":3,"s":3},"id":2962},{"c":4,"u":"sling%20bullet%20of%20slaying_xdmg","s":3,"n":"Sling Bullet of Slaying","h":1,"p":228,"zg":{"n":41,"s":3},"id":2963},{"c":4,"u":"bloodseeker%20sling%20bullet_bmt","s":12,"n":"Bloodseeker Sling Bullet","h":1,"p":66,"zg":{"n":42,"s":12},"id":2964},{"c":4,"u":"dried%20leech%20sling%20bullet_bmt","s":12,"n":"Dried Leech Sling Bullet","h":1,"p":67,"zg":{"n":43,"s":12},"id":2965},{"c":4,"u":"silvered%20sling%20bullet_phb","s":2,"n":"Silvered Sling Bullet","h":1,"p":148,"zg":{"n":45,"s":2},"id":2966},{"c":4,"u":"walloping%20sling%20bullet_xdmg","s":3,"n":"Walloping Sling Bullet","h":1,"p":318,"zg":{"n":39,"s":3},"id":2967},{"c":4,"u":"winged%20sling%20bullet_bmt","s":12,"n":"Winged Sling Bullet","h":1,"p":69,"zg":{"n":46,"s":12},"id":2968},{"c":4,"u":"%2b1%20spear_dmg","s":0,"n":"+1 Spear","h":1,"p":213,"zg":{"n":0,"s":0},"id":2969},{"c":4,"u":"%2b2%20spear_dmg","s":0,"n":"+2 Spear","h":1,"p":213,"zg":{"n":1,"s":0},"id":2970},{"c":4,"u":"%2b3%20spear_dmg","s":0,"n":"+3 Spear","h":1,"p":213,"zg":{"n":2,"s":0},"id":2971},{"c":4,"u":"adamantine%20spear_xge","s":1,"n":"Adamantine Spear","h":1,"p":78,"zg":{"n":3,"s":1},"id":2972},{"c":4,"u":"silvered%20spear_phb","s":2,"n":"Silvered Spear","h":1,"p":148,"zg":{"n":4,"s":2},"id":2973},{"c":4,"u":"vicious%20spear_dmg","s":0,"n":"Vicious Spear","h":1,"p":209,"zg":{"n":5,"s":0},"id":2974},{"c":4,"u":"spear%20of%20warning_dmg","s":0,"n":"Spear of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":2975},{"c":4,"u":"%2b1%20spear_xdmg","s":3,"n":"+1 Spear","h":1,"p":324,"zg":{"n":0,"s":3},"id":2976},{"c":4,"u":"%2b2%20spear_xdmg","s":3,"n":"+2 Spear","h":1,"p":324,"zg":{"n":1,"s":3},"id":2977},{"c":4,"u":"%2b3%20spear_xdmg","s":3,"n":"+3 Spear","h":1,"p":324,"zg":{"n":2,"s":3},"id":2978},{"c":4,"u":"adamantine%20spear_xdmg","s":3,"n":"Adamantine Spear","h":1,"p":227,"zg":{"n":3,"s":3},"id":2979},{"c":4,"u":"spear%20armblade_erlw","s":14,"n":"Spear Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":2980},{"c":4,"u":"ascendant%20dragon's%20wrath%20spear_ftd","s":4,"n":"Ascendant Dragon's Wrath Spear","h":1,"p":25,"zg":{"n":7,"s":4},"id":2981},{"c":4,"u":"corpse%20slayer%20spear_egw","s":5,"n":"Corpse Slayer Spear","h":1,"p":266,"zg":{"n":8,"s":5},"id":2982},{"c":4,"u":"defender%20spear_xdmg","s":3,"n":"Defender Spear","h":1,"p":252,"zg":{"n":49,"s":3},"id":2983},{"c":4,"u":"dragon%20slayer%20spear_xdmg","s":3,"n":"Dragon Slayer Spear","h":1,"p":254,"zg":{"n":9,"s":3},"id":2984},{"c":4,"u":"drow%20%2b1%20spear_mm","s":6,"n":"Drow +1 Spear","h":1,"p":126,"zg":{"n":10,"s":6},"id":2985},{"c":4,"u":"drow%20%2b2%20spear_mm","s":6,"n":"Drow +2 Spear","h":1,"p":126,"zg":{"n":11,"s":6},"id":2986},{"c":4,"u":"drow%20%2b3%20spear_mm","s":6,"n":"Drow +3 Spear","h":1,"p":126,"zg":{"n":12,"s":6},"id":2987},{"c":4,"u":"enspelled%20(cantrip)%20spear_xdmg","s":3,"n":"Enspelled (Cantrip) Spear","h":1,"p":258,"zg":{"n":13,"s":3},"id":2988},{"c":4,"u":"enspelled%20(level%201)%20spear_xdmg","s":3,"n":"Enspelled (Level 1) Spear","h":1,"p":258,"zg":{"n":14,"s":3},"id":2989},{"c":4,"u":"enspelled%20(level%202)%20spear_xdmg","s":3,"n":"Enspelled (Level 2) Spear","h":1,"p":258,"zg":{"n":15,"s":3},"id":2990},{"c":4,"u":"enspelled%20(level%203)%20spear_xdmg","s":3,"n":"Enspelled (Level 3) Spear","h":1,"p":258,"zg":{"n":16,"s":3},"id":2991},{"c":4,"u":"enspelled%20(level%204)%20spear_xdmg","s":3,"n":"Enspelled (Level 4) Spear","h":1,"p":258,"zg":{"n":17,"s":3},"id":2992},{"c":4,"u":"enspelled%20(level%205)%20spear_xdmg","s":3,"n":"Enspelled (Level 5) Spear","h":1,"p":258,"zg":{"n":18,"s":3},"id":2993},{"c":4,"u":"enspelled%20(level%206)%20spear_xdmg","s":3,"n":"Enspelled (Level 6) Spear","h":1,"p":258,"zg":{"n":19,"s":3},"id":2994},{"c":4,"u":"enspelled%20(level%207)%20spear_xdmg","s":3,"n":"Enspelled (Level 7) Spear","h":1,"p":258,"zg":{"n":20,"s":3},"id":2995},{"c":4,"u":"enspelled%20(level%208)%20spear_xdmg","s":3,"n":"Enspelled (Level 8) Spear","h":1,"p":258,"zg":{"n":21,"s":3},"id":2996},{"c":4,"u":"flame%20tongue%20spear_xdmg","s":3,"n":"Flame Tongue Spear","h":1,"p":263,"zg":{"n":51,"s":3},"id":2997},{"c":4,"u":"giant%20slayer%20spear_xdmg","s":3,"n":"Giant Slayer Spear","h":1,"p":264,"zg":{"n":22,"s":3},"id":2998},{"c":4,"u":"hellfire%20spear_bgdia","s":7,"n":"Hellfire Spear","h":1,"p":223,"zg":{"n":23,"s":7},"id":2999},{"c":4,"u":"holy%20avenger%20spear_xdmg","s":3,"n":"Holy Avenger Spear","h":1,"p":269,"zg":{"n":24,"s":3},"id":3000},{"c":4,"u":"lycan%20spear_ghloe","s":8,"n":"Lycan Spear","h":1,"p":111,"zg":{"n":25,"s":8},"id":3001},{"c":4,"u":"nine%20lives%20stealer%20spear_xdmg","s":3,"n":"Nine Lives Stealer Spear","h":1,"p":281,"zg":{"n":26,"s":3},"id":3002},{"c":4,"u":"oceanic%20spear_tdcsr","s":9,"n":"Oceanic Spear","h":1,"p":199,"zg":{"n":27,"s":9},"id":3003},{"c":4,"u":"ruidium%20spear_crcotn","s":10,"n":"Ruidium Spear","h":1,"p":216,"zg":{"n":28,"s":10},"id":3004},{"c":4,"u":"silvered%20spear_xdmg","s":3,"n":"Silvered Spear","h":1,"p":304,"zg":{"n":4,"s":3},"id":3005},{"c":4,"u":"slumbering%20dragon's%20wrath%20spear_ftd","s":4,"n":"Slumbering Dragon's Wrath Spear","h":1,"p":25,"zg":{"n":29,"s":4},"id":3006},{"c":4,"u":"stirring%20dragon's%20wrath%20spear_ftd","s":4,"n":"Stirring Dragon's Wrath Spear","h":1,"p":25,"zg":{"n":30,"s":4},"id":3007},{"c":4,"u":"stygian%20spear_coa","s":15,"n":"Stygian Spear","h":1,"p":270,"zg":{"n":143,"s":15},"id":3008},{"c":4,"u":"sylvan%20talon%20spear_xdmg","s":3,"n":"Sylvan Talon Spear","h":1,"p":314,"zg":{"n":116,"s":3},"id":3009},{"c":4,"u":"vicious%20%2b1%20spear_ai","s":11,"n":"Vicious +1 Spear","h":1,"p":149,"zg":{"n":31,"s":11},"id":3010},{"c":4,"u":"vicious%20spear_xdmg","s":3,"n":"Vicious Spear","h":1,"p":318,"zg":{"n":5,"s":3},"id":3011},{"c":4,"u":"wakened%20dragon's%20wrath%20spear_ftd","s":4,"n":"Wakened Dragon's Wrath Spear","h":1,"p":25,"zg":{"n":32,"s":4},"id":3012},{"c":4,"u":"spear%20of%20agonizing%20paralysis_coa","s":15,"n":"Spear of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3013},{"c":4,"u":"spear%20of%20certain%20death_egw","s":5,"n":"Spear of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3014},{"c":4,"u":"spear%20of%20warning_xdmg","s":3,"n":"Spear of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3015},{"c":4,"u":"%2b1%20spiked%20armor_dmg","s":0,"n":"+1 Spiked Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":3016},{"c":4,"u":"%2b2%20spiked%20armor_dmg","s":0,"n":"+2 Spiked Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":3017},{"c":4,"u":"%2b3%20spiked%20armor_dmg","s":0,"n":"+3 Spiked Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":3018},{"c":4,"u":"adamantine%20spiked%20armor_dmg","s":0,"n":"Adamantine Spiked Armor","h":1,"p":150,"zg":{"n":56,"s":0},"id":3019},{"c":4,"u":"antimagic%20spiked%20armor_bmt","s":12,"n":"Antimagic Spiked Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":3020},{"c":4,"u":"spiked%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Spiked Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":3021},{"c":4,"u":"spiked%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Spiked Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":3022},{"c":4,"u":"spiked%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Spiked Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":3023},{"c":4,"u":"spiked%20armor%20of%20force%20resistance_dmg","s":0,"n":"Spiked Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":3024},{"c":4,"u":"spiked%20armor%20of%20fungal%20spores_bmt","s":12,"n":"Spiked Armor of Fungal Spores","h":1,"p":65,"zg":{"n":73,"s":12},"id":3025},{"c":4,"u":"spiked%20armor%20of%20gleaming_xge","s":1,"n":"Spiked Armor of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":3026},{"c":4,"u":"spiked%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Spiked Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":3027},{"c":4,"u":"spiked%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Spiked Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":3028},{"c":4,"u":"spiked%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Spiked Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":3029},{"c":4,"u":"spiked%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Spiked Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":3030},{"c":4,"u":"spiked%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Spiked Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":3031},{"c":4,"u":"spiked%20armor%20of%20the%20fallen_bmt","s":12,"n":"Spiked Armor of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":3032},{"c":4,"u":"spiked%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Spiked Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":3033},{"c":4,"u":"spiked%20armor%20of%20weightlessness_bmt","s":12,"n":"Spiked Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":3034},{"c":4,"u":"spiked%20barding_phb","s":2,"n":"Spiked Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":3035},{"c":4,"u":"cast-off%20spiked%20armor_xge","s":1,"n":"Cast-Off Spiked Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":3036},{"c":4,"u":"drow%20%2b1%20spiked%20armor_mm","s":6,"n":"Drow +1 Spiked Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":3037},{"c":4,"u":"drow%20%2b2%20spiked%20armor_mm","s":6,"n":"Drow +2 Spiked Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":3038},{"c":4,"u":"drow%20%2b3%20spiked%20armor_mm","s":6,"n":"Drow +3 Spiked Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":3039},{"c":4,"u":"feywrought%20spiked%20armor_bmt","s":12,"n":"Feywrought Spiked Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":3040},{"c":4,"u":"gloomwrought%20spiked%20armor_bmt","s":12,"n":"Gloomwrought Spiked Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":3041},{"c":4,"u":"last%20stand%20spiked%20armor_egw","s":5,"n":"Last Stand Spiked Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":3042},{"c":4,"u":"living%20spiked%20armor_erlw","s":14,"n":"Living Spiked Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":3043},{"c":4,"u":"mariner's%20spiked%20armor_dmg","s":0,"n":"Mariner's Spiked Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":3044},{"c":4,"u":"mithral%20%2b1%20spiked%20armor_ai","s":11,"n":"Mithral +1 Spiked Armor","h":1,"p":156,"zg":{"n":97,"s":11},"id":3045},{"c":4,"u":"mithral%20spiked%20armor_dmg","s":0,"n":"Mithral Spiked Armor","h":1,"p":182,"zg":{"n":70,"s":0},"id":3046},{"c":4,"u":"mizzium%20spiked%20armor_ggr","s":16,"n":"Mizzium Spiked Armor","h":1,"p":179,"zg":{"n":98,"s":16},"id":3047},{"c":4,"u":"ruidium%20spiked%20armor_crcotn","s":10,"n":"Ruidium Spiked Armor","h":1,"p":215,"zg":{"n":99,"s":10},"id":3048},{"c":4,"u":"smoldering%20spiked%20armor_xge","s":1,"n":"Smoldering Spiked Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":3049},{"c":4,"u":"%2b1%20splint%20armor_dmg","s":0,"n":"+1 Splint Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":3050},{"c":4,"u":"%2b2%20splint%20armor_dmg","s":0,"n":"+2 Splint Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":3051},{"c":4,"u":"%2b3%20splint%20armor_dmg","s":0,"n":"+3 Splint Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":3052},{"c":4,"u":"adamantine%20splint%20armor_dmg","s":0,"n":"Adamantine Splint Armor","h":1,"p":150,"zg":{"n":56,"s":0},"id":3053},{"c":4,"u":"splint%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Splint Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":3054},{"c":4,"u":"splint%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Splint Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":3055},{"c":4,"u":"splint%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Splint Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":3056},{"c":4,"u":"splint%20armor%20of%20force%20resistance_dmg","s":0,"n":"Splint Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":3057},{"c":4,"u":"splint%20armor%20of%20gleaming_xge","s":1,"n":"Splint Armor of Gleaming","h":1,"p":136,"zg":{"n":61,"s":1},"id":3058},{"c":4,"u":"splint%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Splint Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":3059},{"c":4,"u":"splint%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Splint Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":3060},{"c":4,"u":"splint%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Splint Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":3061},{"c":4,"u":"splint%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Splint Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":3062},{"c":4,"u":"splint%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Splint Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":3063},{"c":4,"u":"splint%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Splint Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":3064},{"c":4,"u":"cast-off%20splint%20armor_xge","s":1,"n":"Cast-Off Splint Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":3065},{"c":4,"u":"mariner's%20splint%20armor_dmg","s":0,"n":"Mariner's Splint Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":3066},{"c":4,"u":"mithral%20splint%20armor_dmg","s":0,"n":"Mithral Splint Armor","h":1,"p":182,"zg":{"n":70,"s":0},"id":3067},{"c":4,"u":"smoldering%20splint%20armor_xge","s":1,"n":"Smoldering Splint Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":3068},{"c":4,"u":"%2b1%20splint%20armor_xdmg","s":3,"n":"+1 Splint Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":3069},{"c":4,"u":"%2b2%20splint%20armor_xdmg","s":3,"n":"+2 Splint Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":3070},{"c":4,"u":"%2b3%20splint%20armor_xdmg","s":3,"n":"+3 Splint Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":3071},{"c":4,"u":"adamantine%20splint%20armor_xdmg","s":3,"n":"Adamantine Splint Armor","h":1,"p":227,"zg":{"n":56,"s":3},"id":3072},{"c":4,"u":"antimagic%20splint%20armor_bmt","s":12,"n":"Antimagic Splint Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":3073},{"c":4,"u":"splint%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Splint Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":3074},{"c":4,"u":"splint%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Splint Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":3075},{"c":4,"u":"splint%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Splint Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":3076},{"c":4,"u":"splint%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Splint Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":3077},{"c":4,"u":"splint%20armor%20of%20gleaming_xdmg","s":3,"n":"Splint Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":3078},{"c":4,"u":"splint%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Splint Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":3079},{"c":4,"u":"splint%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Splint Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":3080},{"c":4,"u":"splint%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Splint Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":3081},{"c":4,"u":"splint%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Splint Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":3082},{"c":4,"u":"splint%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Splint Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":3083},{"c":4,"u":"splint%20armor%20of%20safeguarding_bgg","s":17,"n":"Splint Armor of Safeguarding","h":1,"p":111,"zg":{"n":100,"s":17},"id":3084},{"c":4,"u":"splint%20armor%20of%20the%20fallen_bmt","s":12,"n":"Splint Armor of the Fallen","h":1,"p":65,"zg":{"n":74,"s":12},"id":3085},{"c":4,"u":"splint%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Splint Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":3086},{"c":4,"u":"splint%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Splint Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":3087},{"c":4,"u":"splint%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Splint Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":3088},{"c":4,"u":"splint%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Splint Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":3089},{"c":4,"u":"splint%20armor%20of%20weightlessness_bmt","s":12,"n":"Splint Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":3090},{"c":4,"u":"splint%20barding_phb","s":2,"n":"Splint Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":3091},{"c":4,"u":"cast-off%20splint%20armor_xdmg","s":3,"n":"Cast-Off Splint Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":3092},{"c":4,"u":"clockwork%20splint%20armor_bmt","s":12,"n":"Clockwork Splint Armor","h":1,"p":67,"zg":{"n":101,"s":12},"id":3093},{"c":4,"u":"demon%20splint%20armor_xdmg","s":3,"n":"Demon Splint Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":3094},{"c":4,"u":"demon%20skin%20splint%20armor_ditlcot","s":18,"n":"Demon Skin Splint Armor","h":1,"p":14,"zg":{"n":102,"s":18},"id":3095},{"c":4,"u":"drow%20%2b1%20splint%20armor_mm","s":6,"n":"Drow +1 Splint Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":3096},{"c":4,"u":"drow%20%2b2%20splint%20armor_mm","s":6,"n":"Drow +2 Splint Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":3097},{"c":4,"u":"drow%20%2b3%20splint%20armor_mm","s":6,"n":"Drow +3 Splint Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":3098},{"c":4,"u":"enspelled%20(cantrip)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Splint Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":3099},{"c":4,"u":"enspelled%20(level%201)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Splint Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":3100},{"c":4,"u":"enspelled%20(level%202)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Splint Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":3101},{"c":4,"u":"enspelled%20(level%203)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Splint Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":3102},{"c":4,"u":"enspelled%20(level%204)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Splint Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":3103},{"c":4,"u":"enspelled%20(level%205)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Splint Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":3104},{"c":4,"u":"enspelled%20(level%206)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Splint Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":3105},{"c":4,"u":"enspelled%20(level%207)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Splint Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":3106},{"c":4,"u":"enspelled%20(level%208)%20splint%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Splint Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":3107},{"c":4,"u":"feywrought%20splint%20armor_bmt","s":12,"n":"Feywrought Splint Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":3108},{"c":4,"u":"gloomwrought%20splint%20armor_bmt","s":12,"n":"Gloomwrought Splint Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":3109},{"c":4,"u":"last%20stand%20splint%20armor_egw","s":5,"n":"Last Stand Splint Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":3110},{"c":4,"u":"living%20splint%20armor_erlw","s":14,"n":"Living Splint Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":3111},{"c":4,"u":"mariner's%20splint%20armor_xdmg","s":3,"n":"Mariner's Splint Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":3112},{"c":4,"u":"mind%20carapace%20splint%20armor_vgm","s":19,"n":"Mind Carapace Splint Armor","h":1,"p":81,"zg":{"n":105,"s":19},"id":3113},{"c":4,"u":"mithral%20%2b1%20splint%20armor_ai","s":11,"n":"Mithral +1 Splint Armor","h":1,"p":156,"zg":{"n":97,"s":11},"id":3114},{"c":4,"u":"mithral%20splint%20armor_xdmg","s":3,"n":"Mithral Splint Armor","h":1,"p":279,"zg":{"n":70,"s":3},"id":3115},{"c":4,"u":"mizzium%20splint%20armor_ggr","s":16,"n":"Mizzium Splint Armor","h":1,"p":179,"zg":{"n":98,"s":16},"id":3116},{"c":4,"u":"ruidium%20splint%20armor_crcotn","s":10,"n":"Ruidium Splint Armor","h":1,"p":215,"zg":{"n":99,"s":10},"id":3117},{"c":4,"u":"smoldering%20splint%20armor_xdmg","s":3,"n":"Smoldering Splint Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":3118},{"c":4,"u":"dragon%20slayer%20staff_xdmg","s":3,"n":"Dragon Slayer Staff","h":1,"p":254,"zg":{"n":9,"s":3},"id":3119},{"c":4,"u":"enspelled%20(cantrip)%20staff_xdmg","s":3,"n":"Enspelled (Cantrip) Staff","h":1,"p":258,"zg":{"n":13,"s":3},"id":3120},{"c":4,"u":"enspelled%20(level%201)%20staff_xdmg","s":3,"n":"Enspelled (Level 1) Staff","h":1,"p":258,"zg":{"n":14,"s":3},"id":3121},{"c":4,"u":"enspelled%20(level%202)%20staff_xdmg","s":3,"n":"Enspelled (Level 2) Staff","h":1,"p":258,"zg":{"n":15,"s":3},"id":3122},{"c":4,"u":"enspelled%20(level%203)%20staff_xdmg","s":3,"n":"Enspelled (Level 3) Staff","h":1,"p":258,"zg":{"n":16,"s":3},"id":3123},{"c":4,"u":"enspelled%20(level%204)%20staff_xdmg","s":3,"n":"Enspelled (Level 4) Staff","h":1,"p":258,"zg":{"n":17,"s":3},"id":3124},{"c":4,"u":"enspelled%20(level%205)%20staff_xdmg","s":3,"n":"Enspelled (Level 5) Staff","h":1,"p":258,"zg":{"n":18,"s":3},"id":3125},{"c":4,"u":"enspelled%20(level%206)%20staff_xdmg","s":3,"n":"Enspelled (Level 6) Staff","h":1,"p":258,"zg":{"n":19,"s":3},"id":3126},{"c":4,"u":"enspelled%20(level%207)%20staff_xdmg","s":3,"n":"Enspelled (Level 7) Staff","h":1,"p":258,"zg":{"n":20,"s":3},"id":3127},{"c":4,"u":"enspelled%20(level%208)%20staff_xdmg","s":3,"n":"Enspelled (Level 8) Staff","h":1,"p":258,"zg":{"n":21,"s":3},"id":3128},{"c":4,"u":"forcebreaker%20staff_bmt","s":12,"n":"Forcebreaker Staff","h":1,"p":67,"zg":{"n":107,"s":12},"id":3129},{"c":4,"u":"giant%20slayer%20staff_xdmg","s":3,"n":"Giant Slayer Staff","h":1,"p":264,"zg":{"n":22,"s":3},"id":3130},{"c":4,"u":"holy%20avenger%20staff_xdmg","s":3,"n":"Holy Avenger Staff","h":1,"p":269,"zg":{"n":24,"s":3},"id":3131},{"c":4,"u":"fernian%20ash%20staff_erlw","s":14,"n":"Fernian Ash Staff","h":1,"p":277,"zg":{"n":153,"s":14},"id":3132},{"c":4,"u":"irian%20rosewood%20staff_erlw","s":14,"n":"Irian Rosewood Staff","h":1,"p":277,"zg":{"n":154,"s":14},"id":3133},{"c":4,"u":"kythrian%20manchineel%20staff_erlw","s":14,"n":"Kythrian Manchineel Staff","h":1,"p":277,"zg":{"n":155,"s":14},"id":3134},{"c":4,"u":"lamannian%20oak%20staff_erlw","s":14,"n":"Lamannian Oak Staff","h":1,"p":277,"zg":{"n":156,"s":14},"id":3135},{"c":4,"u":"mabaran%20ebony%20staff_erlw","s":14,"n":"Mabaran Ebony Staff","h":1,"p":277,"zg":{"n":157,"s":14},"id":3136},{"c":4,"u":"risian%20pine%20staff_erlw","s":14,"n":"Risian Pine Staff","h":1,"p":277,"zg":{"n":158,"s":14},"id":3137},{"c":4,"u":"shavarran%20birch%20staff_erlw","s":14,"n":"Shavarran Birch Staff","h":1,"p":277,"zg":{"n":159,"s":14},"id":3138},{"c":4,"u":"xorian%20wenge%20staff_erlw","s":14,"n":"Xorian Wenge Staff","h":1,"p":277,"zg":{"n":160,"s":14},"id":3139},{"c":4,"u":"nine%20lives%20stealer%20staff_xdmg","s":3,"n":"Nine Lives Stealer Staff","h":1,"p":281,"zg":{"n":26,"s":3},"id":3140},{"c":4,"u":"silvered%20staff_xdmg","s":3,"n":"Silvered Staff","h":1,"p":304,"zg":{"n":4,"s":3},"id":3141},{"c":4,"u":"vicious%20staff_xdmg","s":3,"n":"Vicious Staff","h":1,"p":318,"zg":{"n":5,"s":3},"id":3142},{"c":4,"u":"staff%20of%20warning_xdmg","s":3,"n":"Staff of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3143},{"c":4,"u":"%2b1%20studded%20leather%20armor_dmg","s":0,"n":"+1 Studded Leather Armor","h":1,"p":152,"zg":{"n":53,"s":0},"id":3144},{"c":4,"u":"%2b2%20studded%20leather%20armor_dmg","s":0,"n":"+2 Studded Leather Armor","h":1,"p":152,"zg":{"n":54,"s":0},"id":3145},{"c":4,"u":"%2b3%20studded%20leather%20armor_dmg","s":0,"n":"+3 Studded Leather Armor","h":1,"p":152,"zg":{"n":55,"s":0},"id":3146},{"c":4,"u":"studded%20leather%20armor%20of%20acid%20resistance_dmg","s":0,"n":"Studded Leather Armor of Acid Resistance","h":1,"p":152,"zg":{"n":57,"s":0},"id":3147},{"c":4,"u":"studded%20leather%20armor%20of%20cold%20resistance_dmg","s":0,"n":"Studded Leather Armor of Cold Resistance","h":1,"p":152,"zg":{"n":58,"s":0},"id":3148},{"c":4,"u":"studded%20leather%20armor%20of%20fire%20resistance_dmg","s":0,"n":"Studded Leather Armor of Fire Resistance","h":1,"p":152,"zg":{"n":59,"s":0},"id":3149},{"c":4,"u":"studded%20leather%20armor%20of%20force%20resistance_dmg","s":0,"n":"Studded Leather Armor of Force Resistance","h":1,"p":152,"zg":{"n":60,"s":0},"id":3150},{"c":4,"u":"studded%20leather%20armor%20of%20lightning%20resistance_dmg","s":0,"n":"Studded Leather Armor of Lightning Resistance","h":1,"p":152,"zg":{"n":62,"s":0},"id":3151},{"c":4,"u":"studded%20leather%20armor%20of%20necrotic%20resistance_dmg","s":0,"n":"Studded Leather Armor of Necrotic Resistance","h":1,"p":152,"zg":{"n":63,"s":0},"id":3152},{"c":4,"u":"studded%20leather%20armor%20of%20poison%20resistance_dmg","s":0,"n":"Studded Leather Armor of Poison Resistance","h":1,"p":152,"zg":{"n":64,"s":0},"id":3153},{"c":4,"u":"studded%20leather%20armor%20of%20psychic%20resistance_dmg","s":0,"n":"Studded Leather Armor of Psychic Resistance","h":1,"p":152,"zg":{"n":65,"s":0},"id":3154},{"c":4,"u":"studded%20leather%20armor%20of%20radiant%20resistance_dmg","s":0,"n":"Studded Leather Armor of Radiant Resistance","h":1,"p":152,"zg":{"n":66,"s":0},"id":3155},{"c":4,"u":"studded%20leather%20armor%20of%20thunder%20resistance_dmg","s":0,"n":"Studded Leather Armor of Thunder Resistance","h":1,"p":152,"zg":{"n":67,"s":0},"id":3156},{"c":4,"u":"cast-off%20studded%20leather%20armor_xge","s":1,"n":"Cast-Off Studded Leather Armor","h":1,"p":136,"zg":{"n":68,"s":1},"id":3157},{"c":4,"u":"mariner's%20studded%20leather%20armor_dmg","s":0,"n":"Mariner's Studded Leather Armor","h":1,"p":181,"zg":{"n":69,"s":0},"id":3158},{"c":4,"u":"smoldering%20studded%20leather%20armor_xge","s":1,"n":"Smoldering Studded Leather Armor","h":1,"p":139,"zg":{"n":71,"s":1},"id":3159},{"c":4,"u":"%2b1%20studded%20leather%20armor_xdmg","s":3,"n":"+1 Studded Leather Armor","h":1,"p":230,"zg":{"n":53,"s":3},"id":3160},{"c":4,"u":"%2b2%20studded%20leather%20armor_xdmg","s":3,"n":"+2 Studded Leather Armor","h":1,"p":230,"zg":{"n":54,"s":3},"id":3161},{"c":4,"u":"%2b3%20studded%20leather%20armor_xdmg","s":3,"n":"+3 Studded Leather Armor","h":1,"p":230,"zg":{"n":55,"s":3},"id":3162},{"c":4,"u":"antimagic%20studded%20leather%20armor_bmt","s":12,"n":"Antimagic Studded Leather Armor","h":1,"p":65,"zg":{"n":72,"s":12},"id":3163},{"c":4,"u":"studded%20leather%20armor%20of%20acid%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Acid Resistance","h":1,"p":231,"zg":{"n":57,"s":3},"id":3164},{"c":4,"u":"studded%20leather%20armor%20of%20cold%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Cold Resistance","h":1,"p":231,"zg":{"n":58,"s":3},"id":3165},{"c":4,"u":"studded%20leather%20armor%20of%20fire%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Fire Resistance","h":1,"p":231,"zg":{"n":59,"s":3},"id":3166},{"c":4,"u":"studded%20leather%20armor%20of%20force%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Force Resistance","h":1,"p":231,"zg":{"n":60,"s":3},"id":3167},{"c":4,"u":"studded%20leather%20armor%20of%20gleaming_xdmg","s":3,"n":"Studded Leather Armor of Gleaming","h":1,"p":230,"zg":{"n":61,"s":3},"id":3168},{"c":4,"u":"studded%20leather%20armor%20of%20lightning%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Lightning Resistance","h":1,"p":231,"zg":{"n":62,"s":3},"id":3169},{"c":4,"u":"studded%20leather%20armor%20of%20necrotic%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Necrotic Resistance","h":1,"p":231,"zg":{"n":63,"s":3},"id":3170},{"c":4,"u":"studded%20leather%20armor%20of%20poison%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Poison Resistance","h":1,"p":231,"zg":{"n":64,"s":3},"id":3171},{"c":4,"u":"studded%20leather%20armor%20of%20psychic%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Psychic Resistance","h":1,"p":231,"zg":{"n":65,"s":3},"id":3172},{"c":4,"u":"studded%20leather%20armor%20of%20radiant%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Radiant Resistance","h":1,"p":231,"zg":{"n":66,"s":3},"id":3173},{"c":4,"u":"studded%20leather%20armor%20of%20thunder%20resistance_xdmg","s":3,"n":"Studded Leather Armor of Thunder Resistance","h":1,"p":231,"zg":{"n":67,"s":3},"id":3174},{"c":4,"u":"studded%20leather%20armor%20of%20vulnerability%20(bludgeoning)_xdmg","s":3,"n":"Studded Leather Armor of Vulnerability (Bludgeoning)","h":1,"p":231,"zg":{"n":75,"s":3},"id":3175},{"c":4,"u":"studded%20leather%20armor%20of%20vulnerability%20(piercing)_xdmg","s":3,"n":"Studded Leather Armor of Vulnerability (Piercing)","h":1,"p":231,"zg":{"n":76,"s":3},"id":3176},{"c":4,"u":"studded%20leather%20armor%20of%20vulnerability%20(slashing)_xdmg","s":3,"n":"Studded Leather Armor of Vulnerability (Slashing)","h":1,"p":231,"zg":{"n":77,"s":3},"id":3177},{"c":4,"u":"studded%20leather%20armor%20of%20weightlessness_bmt","s":12,"n":"Studded Leather Armor of Weightlessness","h":1,"p":65,"zg":{"n":78,"s":12},"id":3178},{"c":4,"u":"studded%20leather%20barding_phb","s":2,"n":"Studded Leather Barding","h":1,"p":157,"zg":{"n":79,"s":2},"id":3179},{"c":4,"u":"cast-off%20studded%20leather%20armor_xdmg","s":3,"n":"Cast-Off Studded Leather Armor","h":1,"p":243,"zg":{"n":68,"s":3},"id":3180},{"c":4,"u":"demon%20studded%20leather%20armor_xdmg","s":3,"n":"Demon Studded Leather Armor","h":1,"p":252,"zg":{"n":80,"s":3},"id":3181},{"c":4,"u":"drow%20%2b1%20studded%20leather%20armor_mm","s":6,"n":"Drow +1 Studded Leather Armor","h":1,"p":126,"zg":{"n":81,"s":6},"id":3182},{"c":4,"u":"drow%20%2b2%20studded%20leather%20armor_mm","s":6,"n":"Drow +2 Studded Leather Armor","h":1,"p":126,"zg":{"n":82,"s":6},"id":3183},{"c":4,"u":"drow%20%2b3%20studded%20leather%20armor_mm","s":6,"n":"Drow +3 Studded Leather Armor","h":1,"p":126,"zg":{"n":83,"s":6},"id":3184},{"c":4,"u":"enspelled%20(cantrip)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Cantrip) Studded Leather Armor","h":1,"p":258,"zg":{"n":84,"s":3},"id":3185},{"c":4,"u":"enspelled%20(level%201)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 1) Studded Leather Armor","h":1,"p":258,"zg":{"n":85,"s":3},"id":3186},{"c":4,"u":"enspelled%20(level%202)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 2) Studded Leather Armor","h":1,"p":258,"zg":{"n":86,"s":3},"id":3187},{"c":4,"u":"enspelled%20(level%203)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 3) Studded Leather Armor","h":1,"p":258,"zg":{"n":87,"s":3},"id":3188},{"c":4,"u":"enspelled%20(level%204)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 4) Studded Leather Armor","h":1,"p":258,"zg":{"n":88,"s":3},"id":3189},{"c":4,"u":"enspelled%20(level%205)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 5) Studded Leather Armor","h":1,"p":258,"zg":{"n":89,"s":3},"id":3190},{"c":4,"u":"enspelled%20(level%206)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 6) Studded Leather Armor","h":1,"p":258,"zg":{"n":90,"s":3},"id":3191},{"c":4,"u":"enspelled%20(level%207)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 7) Studded Leather Armor","h":1,"p":258,"zg":{"n":91,"s":3},"id":3192},{"c":4,"u":"enspelled%20(level%208)%20studded%20leather%20armor_xdmg","s":3,"n":"Enspelled (Level 8) Studded Leather Armor","h":1,"p":258,"zg":{"n":92,"s":3},"id":3193},{"c":4,"u":"feywrought%20studded%20leather%20armor_bmt","s":12,"n":"Feywrought Studded Leather Armor","h":1,"p":67,"zg":{"n":93,"s":12},"id":3194},{"c":4,"u":"gloomwrought%20studded%20leather%20armor_bmt","s":12,"n":"Gloomwrought Studded Leather Armor","h":1,"p":67,"zg":{"n":94,"s":12},"id":3195},{"c":4,"u":"last%20stand%20studded%20leather%20armor_egw","s":5,"n":"Last Stand Studded Leather Armor","h":1,"p":267,"zg":{"n":95,"s":5},"id":3196},{"c":4,"u":"living%20studded%20leather%20armor_erlw","s":14,"n":"Living Studded Leather Armor","h":1,"p":278,"zg":{"n":96,"s":14},"id":3197},{"c":4,"u":"mariner's%20studded%20leather%20armor_xdmg","s":3,"n":"Mariner's Studded Leather Armor","h":1,"p":278,"zg":{"n":69,"s":3},"id":3198},{"c":4,"u":"smoldering%20studded%20leather%20armor_xdmg","s":3,"n":"Smoldering Studded Leather Armor","h":1,"p":305,"zg":{"n":71,"s":3},"id":3199},{"c":4,"u":"zephyr%20studded%20leather%20armor_bgg","s":17,"n":"Zephyr Studded Leather Armor","h":1,"p":117,"zg":{"n":145,"s":17},"id":3200},{"c":4,"u":"%2b1%20trident_dmg","s":0,"n":"+1 Trident","h":1,"p":213,"zg":{"n":0,"s":0},"id":3201},{"c":4,"u":"%2b2%20trident_dmg","s":0,"n":"+2 Trident","h":1,"p":213,"zg":{"n":1,"s":0},"id":3202},{"c":4,"u":"%2b3%20trident_dmg","s":0,"n":"+3 Trident","h":1,"p":213,"zg":{"n":2,"s":0},"id":3203},{"c":4,"u":"adamantine%20trident_xge","s":1,"n":"Adamantine Trident","h":1,"p":78,"zg":{"n":3,"s":1},"id":3204},{"c":4,"u":"silvered%20trident_phb","s":2,"n":"Silvered Trident","h":1,"p":148,"zg":{"n":4,"s":2},"id":3205},{"c":4,"u":"vicious%20trident_dmg","s":0,"n":"Vicious Trident","h":1,"p":209,"zg":{"n":5,"s":0},"id":3206},{"c":4,"u":"trident%20of%20warning_dmg","s":0,"n":"Trident of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":3207},{"c":4,"u":"%2b1%20trident_xdmg","s":3,"n":"+1 Trident","h":1,"p":324,"zg":{"n":0,"s":3},"id":3208},{"c":4,"u":"%2b2%20trident_xdmg","s":3,"n":"+2 Trident","h":1,"p":324,"zg":{"n":1,"s":3},"id":3209},{"c":4,"u":"%2b3%20trident_xdmg","s":3,"n":"+3 Trident","h":1,"p":324,"zg":{"n":2,"s":3},"id":3210},{"c":4,"u":"adamantine%20trident_xdmg","s":3,"n":"Adamantine Trident","h":1,"p":227,"zg":{"n":3,"s":3},"id":3211},{"c":4,"u":"trident%20armblade_erlw","s":14,"n":"Trident Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":3212},{"c":4,"u":"ascendant%20dragon's%20wrath%20trident_ftd","s":4,"n":"Ascendant Dragon's Wrath Trident","h":1,"p":25,"zg":{"n":7,"s":4},"id":3213},{"c":4,"u":"corpse%20slayer%20trident_egw","s":5,"n":"Corpse Slayer Trident","h":1,"p":266,"zg":{"n":8,"s":5},"id":3214},{"c":4,"u":"defender%20trident_xdmg","s":3,"n":"Defender Trident","h":1,"p":252,"zg":{"n":49,"s":3},"id":3215},{"c":4,"u":"dragon%20slayer%20trident_xdmg","s":3,"n":"Dragon Slayer Trident","h":1,"p":254,"zg":{"n":9,"s":3},"id":3216},{"c":4,"u":"drow%20%2b1%20trident_mm","s":6,"n":"Drow +1 Trident","h":1,"p":126,"zg":{"n":10,"s":6},"id":3217},{"c":4,"u":"drow%20%2b2%20trident_mm","s":6,"n":"Drow +2 Trident","h":1,"p":126,"zg":{"n":11,"s":6},"id":3218},{"c":4,"u":"drow%20%2b3%20trident_mm","s":6,"n":"Drow +3 Trident","h":1,"p":126,"zg":{"n":12,"s":6},"id":3219},{"c":4,"u":"enspelled%20(cantrip)%20trident_xdmg","s":3,"n":"Enspelled (Cantrip) Trident","h":1,"p":258,"zg":{"n":13,"s":3},"id":3220},{"c":4,"u":"enspelled%20(level%201)%20trident_xdmg","s":3,"n":"Enspelled (Level 1) Trident","h":1,"p":258,"zg":{"n":14,"s":3},"id":3221},{"c":4,"u":"enspelled%20(level%202)%20trident_xdmg","s":3,"n":"Enspelled (Level 2) Trident","h":1,"p":258,"zg":{"n":15,"s":3},"id":3222},{"c":4,"u":"enspelled%20(level%203)%20trident_xdmg","s":3,"n":"Enspelled (Level 3) Trident","h":1,"p":258,"zg":{"n":16,"s":3},"id":3223},{"c":4,"u":"enspelled%20(level%204)%20trident_xdmg","s":3,"n":"Enspelled (Level 4) Trident","h":1,"p":258,"zg":{"n":17,"s":3},"id":3224},{"c":4,"u":"enspelled%20(level%205)%20trident_xdmg","s":3,"n":"Enspelled (Level 5) Trident","h":1,"p":258,"zg":{"n":18,"s":3},"id":3225},{"c":4,"u":"enspelled%20(level%206)%20trident_xdmg","s":3,"n":"Enspelled (Level 6) Trident","h":1,"p":258,"zg":{"n":19,"s":3},"id":3226},{"c":4,"u":"enspelled%20(level%207)%20trident_xdmg","s":3,"n":"Enspelled (Level 7) Trident","h":1,"p":258,"zg":{"n":20,"s":3},"id":3227},{"c":4,"u":"enspelled%20(level%208)%20trident_xdmg","s":3,"n":"Enspelled (Level 8) Trident","h":1,"p":258,"zg":{"n":21,"s":3},"id":3228},{"c":4,"u":"flame%20tongue%20trident_xdmg","s":3,"n":"Flame Tongue Trident","h":1,"p":263,"zg":{"n":51,"s":3},"id":3229},{"c":4,"u":"giant%20slayer%20trident_xdmg","s":3,"n":"Giant Slayer Trident","h":1,"p":264,"zg":{"n":22,"s":3},"id":3230},{"c":4,"u":"hellfire%20trident_bgdia","s":7,"n":"Hellfire Trident","h":1,"p":223,"zg":{"n":23,"s":7},"id":3231},{"c":4,"u":"holy%20avenger%20trident_xdmg","s":3,"n":"Holy Avenger Trident","h":1,"p":269,"zg":{"n":24,"s":3},"id":3232},{"c":4,"u":"lycan%20trident_ghloe","s":8,"n":"Lycan Trident","h":1,"p":111,"zg":{"n":25,"s":8},"id":3233},{"c":4,"u":"nine%20lives%20stealer%20trident_xdmg","s":3,"n":"Nine Lives Stealer Trident","h":1,"p":281,"zg":{"n":26,"s":3},"id":3234},{"c":4,"u":"oceanic%20trident_tdcsr","s":9,"n":"Oceanic Trident","h":1,"p":199,"zg":{"n":27,"s":9},"id":3235},{"c":4,"u":"ruidium%20trident_crcotn","s":10,"n":"Ruidium Trident","h":1,"p":216,"zg":{"n":28,"s":10},"id":3236},{"c":4,"u":"silvered%20trident_xdmg","s":3,"n":"Silvered Trident","h":1,"p":304,"zg":{"n":4,"s":3},"id":3237},{"c":4,"u":"slumbering%20dragon's%20wrath%20trident_ftd","s":4,"n":"Slumbering Dragon's Wrath Trident","h":1,"p":25,"zg":{"n":29,"s":4},"id":3238},{"c":4,"u":"stirring%20dragon's%20wrath%20trident_ftd","s":4,"n":"Stirring Dragon's Wrath Trident","h":1,"p":25,"zg":{"n":30,"s":4},"id":3239},{"c":4,"u":"vicious%20%2b1%20trident_ai","s":11,"n":"Vicious +1 Trident","h":1,"p":149,"zg":{"n":31,"s":11},"id":3240},{"c":4,"u":"vicious%20trident_xdmg","s":3,"n":"Vicious Trident","h":1,"p":318,"zg":{"n":5,"s":3},"id":3241},{"c":4,"u":"wakened%20dragon's%20wrath%20trident_ftd","s":4,"n":"Wakened Dragon's Wrath Trident","h":1,"p":25,"zg":{"n":32,"s":4},"id":3242},{"c":4,"u":"trident%20of%20agonizing%20paralysis_coa","s":15,"n":"Trident of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3243},{"c":4,"u":"trident%20of%20certain%20death_egw","s":5,"n":"Trident of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3244},{"c":4,"u":"trident%20of%20throne's%20command_bmt","s":12,"n":"Trident of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":3245},{"c":4,"u":"trident%20of%20warning_xdmg","s":3,"n":"Trident of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3246},{"c":4,"u":"fernian%20ash%20wand_erlw","s":14,"n":"Fernian Ash Wand","h":1,"p":277,"zg":{"n":153,"s":14},"id":3247},{"c":4,"u":"irian%20rosewood%20wand_erlw","s":14,"n":"Irian Rosewood Wand","h":1,"p":277,"zg":{"n":154,"s":14},"id":3248},{"c":4,"u":"kythrian%20manchineel%20wand_erlw","s":14,"n":"Kythrian Manchineel Wand","h":1,"p":277,"zg":{"n":155,"s":14},"id":3249},{"c":4,"u":"lamannian%20oak%20wand_erlw","s":14,"n":"Lamannian Oak Wand","h":1,"p":277,"zg":{"n":156,"s":14},"id":3250},{"c":4,"u":"mabaran%20ebony%20wand_erlw","s":14,"n":"Mabaran Ebony Wand","h":1,"p":277,"zg":{"n":157,"s":14},"id":3251},{"c":4,"u":"risian%20pine%20wand_erlw","s":14,"n":"Risian Pine Wand","h":1,"p":277,"zg":{"n":158,"s":14},"id":3252},{"c":4,"u":"shavarran%20birch%20wand_erlw","s":14,"n":"Shavarran Birch Wand","h":1,"p":277,"zg":{"n":159,"s":14},"id":3253},{"c":4,"u":"xorian%20wenge%20wand_erlw","s":14,"n":"Xorian Wenge Wand","h":1,"p":277,"zg":{"n":160,"s":14},"id":3254},{"c":4,"u":"%2b1%20war%20pick_dmg","s":0,"n":"+1 War Pick","h":1,"p":213,"zg":{"n":0,"s":0},"id":3255},{"c":4,"u":"%2b2%20war%20pick_dmg","s":0,"n":"+2 War Pick","h":1,"p":213,"zg":{"n":1,"s":0},"id":3256},{"c":4,"u":"%2b3%20war%20pick_dmg","s":0,"n":"+3 War Pick","h":1,"p":213,"zg":{"n":2,"s":0},"id":3257},{"c":4,"u":"adamantine%20war%20pick_xge","s":1,"n":"Adamantine War Pick","h":1,"p":78,"zg":{"n":3,"s":1},"id":3258},{"c":4,"u":"silvered%20war%20pick_phb","s":2,"n":"Silvered War Pick","h":1,"p":148,"zg":{"n":4,"s":2},"id":3259},{"c":4,"u":"vicious%20war%20pick_dmg","s":0,"n":"Vicious War Pick","h":1,"p":209,"zg":{"n":5,"s":0},"id":3260},{"c":4,"u":"war%20pick%20of%20warning_dmg","s":0,"n":"War Pick of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":3261},{"c":4,"u":"%2b1%20war%20pick_xdmg","s":3,"n":"+1 War Pick","h":1,"p":324,"zg":{"n":0,"s":3},"id":3262},{"c":4,"u":"%2b2%20war%20pick_xdmg","s":3,"n":"+2 War Pick","h":1,"p":324,"zg":{"n":1,"s":3},"id":3263},{"c":4,"u":"%2b3%20war%20pick_xdmg","s":3,"n":"+3 War Pick","h":1,"p":324,"zg":{"n":2,"s":3},"id":3264},{"c":4,"u":"adamantine%20war%20pick_xdmg","s":3,"n":"Adamantine War Pick","h":1,"p":227,"zg":{"n":3,"s":3},"id":3265},{"c":4,"u":"war%20pick%20armblade_erlw","s":14,"n":"War Pick Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":3266},{"c":4,"u":"ascendant%20dragon's%20wrath%20war%20pick_ftd","s":4,"n":"Ascendant Dragon's Wrath War Pick","h":1,"p":25,"zg":{"n":7,"s":4},"id":3267},{"c":4,"u":"corpse%20slayer%20war%20pick_egw","s":5,"n":"Corpse Slayer War Pick","h":1,"p":266,"zg":{"n":8,"s":5},"id":3268},{"c":4,"u":"defender%20war%20pick_xdmg","s":3,"n":"Defender War Pick","h":1,"p":252,"zg":{"n":49,"s":3},"id":3269},{"c":4,"u":"dragon%20slayer%20war%20pick_xdmg","s":3,"n":"Dragon Slayer War Pick","h":1,"p":254,"zg":{"n":9,"s":3},"id":3270},{"c":4,"u":"drow%20%2b1%20war%20pick_mm","s":6,"n":"Drow +1 War Pick","h":1,"p":126,"zg":{"n":10,"s":6},"id":3271},{"c":4,"u":"drow%20%2b2%20war%20pick_mm","s":6,"n":"Drow +2 War Pick","h":1,"p":126,"zg":{"n":11,"s":6},"id":3272},{"c":4,"u":"drow%20%2b3%20war%20pick_mm","s":6,"n":"Drow +3 War Pick","h":1,"p":126,"zg":{"n":12,"s":6},"id":3273},{"c":4,"u":"enspelled%20(cantrip)%20war%20pick_xdmg","s":3,"n":"Enspelled (Cantrip) War Pick","h":1,"p":258,"zg":{"n":13,"s":3},"id":3274},{"c":4,"u":"enspelled%20(level%201)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 1) War Pick","h":1,"p":258,"zg":{"n":14,"s":3},"id":3275},{"c":4,"u":"enspelled%20(level%202)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 2) War Pick","h":1,"p":258,"zg":{"n":15,"s":3},"id":3276},{"c":4,"u":"enspelled%20(level%203)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 3) War Pick","h":1,"p":258,"zg":{"n":16,"s":3},"id":3277},{"c":4,"u":"enspelled%20(level%204)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 4) War Pick","h":1,"p":258,"zg":{"n":17,"s":3},"id":3278},{"c":4,"u":"enspelled%20(level%205)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 5) War Pick","h":1,"p":258,"zg":{"n":18,"s":3},"id":3279},{"c":4,"u":"enspelled%20(level%206)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 6) War Pick","h":1,"p":258,"zg":{"n":19,"s":3},"id":3280},{"c":4,"u":"enspelled%20(level%207)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 7) War Pick","h":1,"p":258,"zg":{"n":20,"s":3},"id":3281},{"c":4,"u":"enspelled%20(level%208)%20war%20pick_xdmg","s":3,"n":"Enspelled (Level 8) War Pick","h":1,"p":258,"zg":{"n":21,"s":3},"id":3282},{"c":4,"u":"flame%20tongue%20war%20pick_xdmg","s":3,"n":"Flame Tongue War Pick","h":1,"p":263,"zg":{"n":51,"s":3},"id":3283},{"c":4,"u":"giant%20slayer%20war%20pick_xdmg","s":3,"n":"Giant Slayer War Pick","h":1,"p":264,"zg":{"n":22,"s":3},"id":3284},{"c":4,"u":"hellfire%20war%20pick_bgdia","s":7,"n":"Hellfire War Pick","h":1,"p":223,"zg":{"n":23,"s":7},"id":3285},{"c":4,"u":"holy%20avenger%20war%20pick_xdmg","s":3,"n":"Holy Avenger War Pick","h":1,"p":269,"zg":{"n":24,"s":3},"id":3286},{"c":4,"u":"lycan%20war%20pick_ghloe","s":8,"n":"Lycan War Pick","h":1,"p":111,"zg":{"n":25,"s":8},"id":3287},{"c":4,"u":"nine%20lives%20stealer%20war%20pick_xdmg","s":3,"n":"Nine Lives Stealer War Pick","h":1,"p":281,"zg":{"n":26,"s":3},"id":3288},{"c":4,"u":"ruidium%20war%20pick_crcotn","s":10,"n":"Ruidium War Pick","h":1,"p":216,"zg":{"n":28,"s":10},"id":3289},{"c":4,"u":"silvered%20war%20pick_xdmg","s":3,"n":"Silvered War Pick","h":1,"p":304,"zg":{"n":4,"s":3},"id":3290},{"c":4,"u":"slumbering%20dragon's%20wrath%20war%20pick_ftd","s":4,"n":"Slumbering Dragon's Wrath War Pick","h":1,"p":25,"zg":{"n":29,"s":4},"id":3291},{"c":4,"u":"stirring%20dragon's%20wrath%20war%20pick_ftd","s":4,"n":"Stirring Dragon's Wrath War Pick","h":1,"p":25,"zg":{"n":30,"s":4},"id":3292},{"c":4,"u":"vicious%20%2b1%20war%20pick_ai","s":11,"n":"Vicious +1 War Pick","h":1,"p":149,"zg":{"n":31,"s":11},"id":3293},{"c":4,"u":"vicious%20war%20pick_xdmg","s":3,"n":"Vicious War Pick","h":1,"p":318,"zg":{"n":5,"s":3},"id":3294},{"c":4,"u":"wakened%20dragon's%20wrath%20war%20pick_ftd","s":4,"n":"Wakened Dragon's Wrath War Pick","h":1,"p":25,"zg":{"n":32,"s":4},"id":3295},{"c":4,"u":"war%20pick%20of%20agonizing%20paralysis_coa","s":15,"n":"War Pick of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3296},{"c":4,"u":"war%20pick%20of%20certain%20death_egw","s":5,"n":"War Pick of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3297},{"c":4,"u":"war%20pick%20of%20throne's%20command_bmt","s":12,"n":"War Pick of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":3298},{"c":4,"u":"war%20pick%20of%20warning_xdmg","s":3,"n":"War Pick of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3299},{"c":4,"u":"%2b1%20warhammer_dmg","s":0,"n":"+1 Warhammer","h":1,"p":213,"zg":{"n":0,"s":0},"id":3300},{"c":4,"u":"%2b2%20warhammer_dmg","s":0,"n":"+2 Warhammer","h":1,"p":213,"zg":{"n":1,"s":0},"id":3301},{"c":4,"u":"%2b3%20warhammer_dmg","s":0,"n":"+3 Warhammer","h":1,"p":213,"zg":{"n":2,"s":0},"id":3302},{"c":4,"u":"adamantine%20warhammer_xge","s":1,"n":"Adamantine Warhammer","h":1,"p":78,"zg":{"n":3,"s":1},"id":3303},{"c":4,"u":"silvered%20warhammer_phb","s":2,"n":"Silvered Warhammer","h":1,"p":148,"zg":{"n":4,"s":2},"id":3304},{"c":4,"u":"vicious%20warhammer_dmg","s":0,"n":"Vicious Warhammer","h":1,"p":209,"zg":{"n":5,"s":0},"id":3305},{"c":4,"u":"warhammer%20of%20warning_dmg","s":0,"n":"Warhammer of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":3306},{"c":4,"u":"%2b1%20warhammer_xdmg","s":3,"n":"+1 Warhammer","h":1,"p":324,"zg":{"n":0,"s":3},"id":3307},{"c":4,"u":"%2b2%20warhammer_xdmg","s":3,"n":"+2 Warhammer","h":1,"p":324,"zg":{"n":1,"s":3},"id":3308},{"c":4,"u":"%2b3%20warhammer_xdmg","s":3,"n":"+3 Warhammer","h":1,"p":324,"zg":{"n":2,"s":3},"id":3309},{"c":4,"u":"adamantine%20warhammer_xdmg","s":3,"n":"Adamantine Warhammer","h":1,"p":227,"zg":{"n":3,"s":3},"id":3310},{"c":4,"u":"warhammer%20armblade_erlw","s":14,"n":"Warhammer Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":3311},{"c":4,"u":"ascendant%20dragon's%20wrath%20warhammer_ftd","s":4,"n":"Ascendant Dragon's Wrath Warhammer","h":1,"p":25,"zg":{"n":7,"s":4},"id":3312},{"c":4,"u":"comet%20smasher%20warhammer_dodk","s":13,"n":"Comet Smasher Warhammer","h":1,"p":230,"zg":{"n":106,"s":13},"id":3313},{"c":4,"u":"corpse%20slayer%20warhammer_egw","s":5,"n":"Corpse Slayer Warhammer","h":1,"p":266,"zg":{"n":8,"s":5},"id":3314},{"c":4,"u":"defender%20warhammer_xdmg","s":3,"n":"Defender Warhammer","h":1,"p":252,"zg":{"n":49,"s":3},"id":3315},{"c":4,"u":"dragon%20slayer%20warhammer_xdmg","s":3,"n":"Dragon Slayer Warhammer","h":1,"p":254,"zg":{"n":9,"s":3},"id":3316},{"c":4,"u":"drow%20%2b1%20warhammer_mm","s":6,"n":"Drow +1 Warhammer","h":1,"p":126,"zg":{"n":10,"s":6},"id":3317},{"c":4,"u":"drow%20%2b2%20warhammer_mm","s":6,"n":"Drow +2 Warhammer","h":1,"p":126,"zg":{"n":11,"s":6},"id":3318},{"c":4,"u":"drow%20%2b3%20warhammer_mm","s":6,"n":"Drow +3 Warhammer","h":1,"p":126,"zg":{"n":12,"s":6},"id":3319},{"c":4,"u":"enspelled%20(cantrip)%20warhammer_xdmg","s":3,"n":"Enspelled (Cantrip) Warhammer","h":1,"p":258,"zg":{"n":13,"s":3},"id":3320},{"c":4,"u":"enspelled%20(level%201)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 1) Warhammer","h":1,"p":258,"zg":{"n":14,"s":3},"id":3321},{"c":4,"u":"enspelled%20(level%202)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 2) Warhammer","h":1,"p":258,"zg":{"n":15,"s":3},"id":3322},{"c":4,"u":"enspelled%20(level%203)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 3) Warhammer","h":1,"p":258,"zg":{"n":16,"s":3},"id":3323},{"c":4,"u":"enspelled%20(level%204)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 4) Warhammer","h":1,"p":258,"zg":{"n":17,"s":3},"id":3324},{"c":4,"u":"enspelled%20(level%205)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 5) Warhammer","h":1,"p":258,"zg":{"n":18,"s":3},"id":3325},{"c":4,"u":"enspelled%20(level%206)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 6) Warhammer","h":1,"p":258,"zg":{"n":19,"s":3},"id":3326},{"c":4,"u":"enspelled%20(level%207)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 7) Warhammer","h":1,"p":258,"zg":{"n":20,"s":3},"id":3327},{"c":4,"u":"enspelled%20(level%208)%20warhammer_xdmg","s":3,"n":"Enspelled (Level 8) Warhammer","h":1,"p":258,"zg":{"n":21,"s":3},"id":3328},{"c":4,"u":"flame%20tongue%20warhammer_xdmg","s":3,"n":"Flame Tongue Warhammer","h":1,"p":263,"zg":{"n":51,"s":3},"id":3329},{"c":4,"u":"forcebreaker%20warhammer_bmt","s":12,"n":"Forcebreaker Warhammer","h":1,"p":67,"zg":{"n":107,"s":12},"id":3330},{"c":4,"u":"giant%20slayer%20warhammer_xdmg","s":3,"n":"Giant Slayer Warhammer","h":1,"p":264,"zg":{"n":22,"s":3},"id":3331},{"c":4,"u":"warhammer%20of%20thunderbolts_xdmg","s":3,"n":"Warhammer of Thunderbolts","h":1,"p":265,"zg":{"n":152,"s":3},"id":3332},{"c":4,"u":"hellfire%20warhammer_bgdia","s":7,"n":"Hellfire Warhammer","h":1,"p":223,"zg":{"n":23,"s":7},"id":3333},{"c":4,"u":"holy%20avenger%20warhammer_xdmg","s":3,"n":"Holy Avenger Warhammer","h":1,"p":269,"zg":{"n":24,"s":3},"id":3334},{"c":4,"u":"lycan%20warhammer_ghloe","s":8,"n":"Lycan Warhammer","h":1,"p":111,"zg":{"n":25,"s":8},"id":3335},{"c":4,"u":"nine%20lives%20stealer%20warhammer_xdmg","s":3,"n":"Nine Lives Stealer Warhammer","h":1,"p":281,"zg":{"n":26,"s":3},"id":3336},{"c":4,"u":"ruidium%20warhammer_crcotn","s":10,"n":"Ruidium Warhammer","h":1,"p":216,"zg":{"n":28,"s":10},"id":3337},{"c":4,"u":"silvered%20warhammer_xdmg","s":3,"n":"Silvered Warhammer","h":1,"p":304,"zg":{"n":4,"s":3},"id":3338},{"c":4,"u":"slumbering%20dragon's%20wrath%20warhammer_ftd","s":4,"n":"Slumbering Dragon's Wrath Warhammer","h":1,"p":25,"zg":{"n":29,"s":4},"id":3339},{"c":4,"u":"stirring%20dragon's%20wrath%20warhammer_ftd","s":4,"n":"Stirring Dragon's Wrath Warhammer","h":1,"p":25,"zg":{"n":30,"s":4},"id":3340},{"c":4,"u":"vicious%20%2b1%20warhammer_ai","s":11,"n":"Vicious +1 Warhammer","h":1,"p":149,"zg":{"n":31,"s":11},"id":3341},{"c":4,"u":"vicious%20warhammer_xdmg","s":3,"n":"Vicious Warhammer","h":1,"p":318,"zg":{"n":5,"s":3},"id":3342},{"c":4,"u":"wakened%20dragon's%20wrath%20warhammer_ftd","s":4,"n":"Wakened Dragon's Wrath Warhammer","h":1,"p":25,"zg":{"n":32,"s":4},"id":3343},{"c":4,"u":"warhammer%20of%20agonizing%20paralysis_coa","s":15,"n":"Warhammer of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3344},{"c":4,"u":"warhammer%20of%20certain%20death_egw","s":5,"n":"Warhammer of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3345},{"c":4,"u":"warhammer%20of%20throne's%20command_bmt","s":12,"n":"Warhammer of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":3346},{"c":4,"u":"warhammer%20of%20warning_xdmg","s":3,"n":"Warhammer of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3347},{"c":4,"u":"%2b1%20whip_dmg","s":0,"n":"+1 Whip","h":1,"p":213,"zg":{"n":0,"s":0},"id":3348},{"c":4,"u":"%2b2%20whip_dmg","s":0,"n":"+2 Whip","h":1,"p":213,"zg":{"n":1,"s":0},"id":3349},{"c":4,"u":"%2b3%20whip_dmg","s":0,"n":"+3 Whip","h":1,"p":213,"zg":{"n":2,"s":0},"id":3350},{"c":4,"u":"adamantine%20whip_xge","s":1,"n":"Adamantine Whip","h":1,"p":78,"zg":{"n":3,"s":1},"id":3351},{"c":4,"u":"silvered%20whip_phb","s":2,"n":"Silvered Whip","h":1,"p":148,"zg":{"n":4,"s":2},"id":3352},{"c":4,"u":"vicious%20whip_dmg","s":0,"n":"Vicious Whip","h":1,"p":209,"zg":{"n":5,"s":0},"id":3353},{"c":4,"u":"whip%20of%20warning_dmg","s":0,"n":"Whip of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":3354},{"c":4,"u":"%2b1%20whip_xdmg","s":3,"n":"+1 Whip","h":1,"p":324,"zg":{"n":0,"s":3},"id":3355},{"c":4,"u":"%2b2%20whip_xdmg","s":3,"n":"+2 Whip","h":1,"p":324,"zg":{"n":1,"s":3},"id":3356},{"c":4,"u":"%2b3%20whip_xdmg","s":3,"n":"+3 Whip","h":1,"p":324,"zg":{"n":2,"s":3},"id":3357},{"c":4,"u":"adamantine%20whip_xdmg","s":3,"n":"Adamantine Whip","h":1,"p":227,"zg":{"n":3,"s":3},"id":3358},{"c":4,"u":"whip%20armblade_erlw","s":14,"n":"Whip Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":3359},{"c":4,"u":"ascendant%20dragon's%20wrath%20whip_ftd","s":4,"n":"Ascendant Dragon's Wrath Whip","h":1,"p":25,"zg":{"n":7,"s":4},"id":3360},{"c":4,"u":"corpse%20slayer%20whip_egw","s":5,"n":"Corpse Slayer Whip","h":1,"p":266,"zg":{"n":8,"s":5},"id":3361},{"c":4,"u":"defender%20whip_xdmg","s":3,"n":"Defender Whip","h":1,"p":252,"zg":{"n":49,"s":3},"id":3362},{"c":4,"u":"dragon%20slayer%20whip_xdmg","s":3,"n":"Dragon Slayer Whip","h":1,"p":254,"zg":{"n":9,"s":3},"id":3363},{"c":4,"u":"drow%20%2b1%20whip_mm","s":6,"n":"Drow +1 Whip","h":1,"p":126,"zg":{"n":10,"s":6},"id":3364},{"c":4,"u":"drow%20%2b2%20whip_mm","s":6,"n":"Drow +2 Whip","h":1,"p":126,"zg":{"n":11,"s":6},"id":3365},{"c":4,"u":"drow%20%2b3%20whip_mm","s":6,"n":"Drow +3 Whip","h":1,"p":126,"zg":{"n":12,"s":6},"id":3366},{"c":4,"u":"enspelled%20(cantrip)%20whip_xdmg","s":3,"n":"Enspelled (Cantrip) Whip","h":1,"p":258,"zg":{"n":13,"s":3},"id":3367},{"c":4,"u":"enspelled%20(level%201)%20whip_xdmg","s":3,"n":"Enspelled (Level 1) Whip","h":1,"p":258,"zg":{"n":14,"s":3},"id":3368},{"c":4,"u":"enspelled%20(level%202)%20whip_xdmg","s":3,"n":"Enspelled (Level 2) Whip","h":1,"p":258,"zg":{"n":15,"s":3},"id":3369},{"c":4,"u":"enspelled%20(level%203)%20whip_xdmg","s":3,"n":"Enspelled (Level 3) Whip","h":1,"p":258,"zg":{"n":16,"s":3},"id":3370},{"c":4,"u":"enspelled%20(level%204)%20whip_xdmg","s":3,"n":"Enspelled (Level 4) Whip","h":1,"p":258,"zg":{"n":17,"s":3},"id":3371},{"c":4,"u":"enspelled%20(level%205)%20whip_xdmg","s":3,"n":"Enspelled (Level 5) Whip","h":1,"p":258,"zg":{"n":18,"s":3},"id":3372},{"c":4,"u":"enspelled%20(level%206)%20whip_xdmg","s":3,"n":"Enspelled (Level 6) Whip","h":1,"p":258,"zg":{"n":19,"s":3},"id":3373},{"c":4,"u":"enspelled%20(level%207)%20whip_xdmg","s":3,"n":"Enspelled (Level 7) Whip","h":1,"p":258,"zg":{"n":20,"s":3},"id":3374},{"c":4,"u":"enspelled%20(level%208)%20whip_xdmg","s":3,"n":"Enspelled (Level 8) Whip","h":1,"p":258,"zg":{"n":21,"s":3},"id":3375},{"c":4,"u":"flame%20tongue%20whip_xdmg","s":3,"n":"Flame Tongue Whip","h":1,"p":263,"zg":{"n":51,"s":3},"id":3376},{"c":4,"u":"giant%20slayer%20whip_xdmg","s":3,"n":"Giant Slayer Whip","h":1,"p":264,"zg":{"n":22,"s":3},"id":3377},{"c":4,"u":"hellfire%20whip_bgdia","s":7,"n":"Hellfire Whip","h":1,"p":223,"zg":{"n":23,"s":7},"id":3378},{"c":4,"u":"holy%20avenger%20whip_xdmg","s":3,"n":"Holy Avenger Whip","h":1,"p":269,"zg":{"n":24,"s":3},"id":3379},{"c":4,"u":"lycan%20whip_ghloe","s":8,"n":"Lycan Whip","h":1,"p":111,"zg":{"n":25,"s":8},"id":3380},{"c":4,"u":"nine%20lives%20stealer%20whip_xdmg","s":3,"n":"Nine Lives Stealer Whip","h":1,"p":281,"zg":{"n":26,"s":3},"id":3381},{"c":4,"u":"ruidium%20whip_crcotn","s":10,"n":"Ruidium Whip","h":1,"p":216,"zg":{"n":28,"s":10},"id":3382},{"c":4,"u":"silvered%20whip_xdmg","s":3,"n":"Silvered Whip","h":1,"p":304,"zg":{"n":4,"s":3},"id":3383},{"c":4,"u":"slumbering%20dragon's%20wrath%20whip_ftd","s":4,"n":"Slumbering Dragon's Wrath Whip","h":1,"p":25,"zg":{"n":29,"s":4},"id":3384},{"c":4,"u":"stirring%20dragon's%20wrath%20whip_ftd","s":4,"n":"Stirring Dragon's Wrath Whip","h":1,"p":25,"zg":{"n":30,"s":4},"id":3385},{"c":4,"u":"vicious%20%2b1%20whip_ai","s":11,"n":"Vicious +1 Whip","h":1,"p":149,"zg":{"n":31,"s":11},"id":3386},{"c":4,"u":"vicious%20whip_xdmg","s":3,"n":"Vicious Whip","h":1,"p":318,"zg":{"n":5,"s":3},"id":3387},{"c":4,"u":"wakened%20dragon's%20wrath%20whip_ftd","s":4,"n":"Wakened Dragon's Wrath Whip","h":1,"p":25,"zg":{"n":32,"s":4},"id":3388},{"c":4,"u":"whip%20of%20agonizing%20paralysis_coa","s":15,"n":"Whip of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3389},{"c":4,"u":"whip%20of%20certain%20death_egw","s":5,"n":"Whip of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3390},{"c":4,"u":"whip%20of%20throne's%20command_bmt","s":12,"n":"Whip of Throne's Command","h":1,"p":39,"zg":{"n":34,"s":12},"id":3391},{"c":4,"u":"whip%20of%20warning_xdmg","s":3,"n":"Whip of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3392},{"c":4,"u":"dragon%20slayer%20wooden%20staff_xdmg","s":3,"n":"Dragon Slayer Wooden Staff","h":1,"p":254,"zg":{"n":9,"s":3},"id":3393},{"c":4,"u":"enspelled%20(cantrip)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Cantrip) Wooden Staff","h":1,"p":258,"zg":{"n":13,"s":3},"id":3394},{"c":4,"u":"enspelled%20(level%201)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 1) Wooden Staff","h":1,"p":258,"zg":{"n":14,"s":3},"id":3395},{"c":4,"u":"enspelled%20(level%202)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 2) Wooden Staff","h":1,"p":258,"zg":{"n":15,"s":3},"id":3396},{"c":4,"u":"enspelled%20(level%203)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 3) Wooden Staff","h":1,"p":258,"zg":{"n":16,"s":3},"id":3397},{"c":4,"u":"enspelled%20(level%204)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 4) Wooden Staff","h":1,"p":258,"zg":{"n":17,"s":3},"id":3398},{"c":4,"u":"enspelled%20(level%205)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 5) Wooden Staff","h":1,"p":258,"zg":{"n":18,"s":3},"id":3399},{"c":4,"u":"enspelled%20(level%206)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 6) Wooden Staff","h":1,"p":258,"zg":{"n":19,"s":3},"id":3400},{"c":4,"u":"enspelled%20(level%207)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 7) Wooden Staff","h":1,"p":258,"zg":{"n":20,"s":3},"id":3401},{"c":4,"u":"enspelled%20(level%208)%20wooden%20staff_xdmg","s":3,"n":"Enspelled (Level 8) Wooden Staff","h":1,"p":258,"zg":{"n":21,"s":3},"id":3402},{"c":4,"u":"forcebreaker%20wooden%20staff_bmt","s":12,"n":"Forcebreaker Wooden Staff","h":1,"p":67,"zg":{"n":107,"s":12},"id":3403},{"c":4,"u":"giant%20slayer%20wooden%20staff_xdmg","s":3,"n":"Giant Slayer Wooden Staff","h":1,"p":264,"zg":{"n":22,"s":3},"id":3404},{"c":4,"u":"holy%20avenger%20wooden%20staff_xdmg","s":3,"n":"Holy Avenger Wooden Staff","h":1,"p":269,"zg":{"n":24,"s":3},"id":3405},{"c":4,"u":"nine%20lives%20stealer%20wooden%20staff_xdmg","s":3,"n":"Nine Lives Stealer Wooden Staff","h":1,"p":281,"zg":{"n":26,"s":3},"id":3406},{"c":4,"u":"silvered%20wooden%20staff_xdmg","s":3,"n":"Silvered Wooden Staff","h":1,"p":304,"zg":{"n":4,"s":3},"id":3407},{"c":4,"u":"vicious%20wooden%20staff_xdmg","s":3,"n":"Vicious Wooden Staff","h":1,"p":318,"zg":{"n":5,"s":3},"id":3408},{"c":4,"u":"wooden%20staff%20of%20warning_xdmg","s":3,"n":"Wooden Staff of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3409},{"c":4,"u":"%2b1%20yklwa_dmg","s":0,"n":"+1 Yklwa","h":1,"p":213,"zg":{"n":0,"s":0},"id":3410},{"c":4,"u":"%2b1%20yklwa_xdmg","s":3,"n":"+1 Yklwa","h":1,"p":324,"zg":{"n":0,"s":3},"id":3411},{"c":4,"u":"%2b2%20yklwa_dmg","s":0,"n":"+2 Yklwa","h":1,"p":213,"zg":{"n":1,"s":0},"id":3412},{"c":4,"u":"%2b2%20yklwa_xdmg","s":3,"n":"+2 Yklwa","h":1,"p":324,"zg":{"n":1,"s":3},"id":3413},{"c":4,"u":"%2b3%20yklwa_dmg","s":0,"n":"+3 Yklwa","h":1,"p":213,"zg":{"n":2,"s":0},"id":3414},{"c":4,"u":"%2b3%20yklwa_xdmg","s":3,"n":"+3 Yklwa","h":1,"p":324,"zg":{"n":2,"s":3},"id":3415},{"c":4,"u":"adamantine%20yklwa_xge","s":1,"n":"Adamantine Yklwa","h":1,"p":78,"zg":{"n":3,"s":1},"id":3416},{"c":4,"u":"yklwa%20armblade_erlw","s":14,"n":"Yklwa Armblade","h":1,"p":276,"zg":{"n":48,"s":14},"id":3417},{"c":4,"u":"ascendant%20dragon's%20wrath%20yklwa_ftd","s":4,"n":"Ascendant Dragon's Wrath Yklwa","h":1,"p":25,"zg":{"n":7,"s":4},"id":3418},{"c":4,"u":"corpse%20slayer%20yklwa_egw","s":5,"n":"Corpse Slayer Yklwa","h":1,"p":266,"zg":{"n":8,"s":5},"id":3419},{"c":4,"u":"dragon%20slayer%20yklwa_xdmg","s":3,"n":"Dragon Slayer Yklwa","h":1,"p":254,"zg":{"n":9,"s":3},"id":3420},{"c":4,"u":"drow%20%2b1%20yklwa_mm","s":6,"n":"Drow +1 Yklwa","h":1,"p":126,"zg":{"n":10,"s":6},"id":3421},{"c":4,"u":"drow%20%2b2%20yklwa_mm","s":6,"n":"Drow +2 Yklwa","h":1,"p":126,"zg":{"n":11,"s":6},"id":3422},{"c":4,"u":"drow%20%2b3%20yklwa_mm","s":6,"n":"Drow +3 Yklwa","h":1,"p":126,"zg":{"n":12,"s":6},"id":3423},{"c":4,"u":"enspelled%20(cantrip)%20yklwa_xdmg","s":3,"n":"Enspelled (Cantrip) Yklwa","h":1,"p":258,"zg":{"n":13,"s":3},"id":3424},{"c":4,"u":"enspelled%20(level%201)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 1) Yklwa","h":1,"p":258,"zg":{"n":14,"s":3},"id":3425},{"c":4,"u":"enspelled%20(level%202)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 2) Yklwa","h":1,"p":258,"zg":{"n":15,"s":3},"id":3426},{"c":4,"u":"enspelled%20(level%203)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 3) Yklwa","h":1,"p":258,"zg":{"n":16,"s":3},"id":3427},{"c":4,"u":"enspelled%20(level%204)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 4) Yklwa","h":1,"p":258,"zg":{"n":17,"s":3},"id":3428},{"c":4,"u":"enspelled%20(level%205)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 5) Yklwa","h":1,"p":258,"zg":{"n":18,"s":3},"id":3429},{"c":4,"u":"enspelled%20(level%206)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 6) Yklwa","h":1,"p":258,"zg":{"n":19,"s":3},"id":3430},{"c":4,"u":"enspelled%20(level%207)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 7) Yklwa","h":1,"p":258,"zg":{"n":20,"s":3},"id":3431},{"c":4,"u":"enspelled%20(level%208)%20yklwa_xdmg","s":3,"n":"Enspelled (Level 8) Yklwa","h":1,"p":258,"zg":{"n":21,"s":3},"id":3432},{"c":4,"u":"giant%20slayer%20yklwa_xdmg","s":3,"n":"Giant Slayer Yklwa","h":1,"p":264,"zg":{"n":22,"s":3},"id":3433},{"c":4,"u":"hellfire%20yklwa_bgdia","s":7,"n":"Hellfire Yklwa","h":1,"p":223,"zg":{"n":23,"s":7},"id":3434},{"c":4,"u":"holy%20avenger%20yklwa_xdmg","s":3,"n":"Holy Avenger Yklwa","h":1,"p":269,"zg":{"n":24,"s":3},"id":3435},{"c":4,"u":"lycan%20yklwa_ghloe","s":8,"n":"Lycan Yklwa","h":1,"p":111,"zg":{"n":25,"s":8},"id":3436},{"c":4,"u":"nine%20lives%20stealer%20yklwa_xdmg","s":3,"n":"Nine Lives Stealer Yklwa","h":1,"p":281,"zg":{"n":26,"s":3},"id":3437},{"c":4,"u":"oceanic%20yklwa_tdcsr","s":9,"n":"Oceanic Yklwa","h":1,"p":199,"zg":{"n":27,"s":9},"id":3438},{"c":4,"u":"ruidium%20yklwa_crcotn","s":10,"n":"Ruidium Yklwa","h":1,"p":216,"zg":{"n":28,"s":10},"id":3439},{"c":4,"u":"silvered%20yklwa_phb","s":2,"n":"Silvered Yklwa","h":1,"p":148,"zg":{"n":4,"s":2},"id":3440},{"c":4,"u":"silvered%20yklwa_xdmg","s":3,"n":"Silvered Yklwa","h":1,"p":304,"zg":{"n":4,"s":3},"id":3441},{"c":4,"u":"slumbering%20dragon's%20wrath%20yklwa_ftd","s":4,"n":"Slumbering Dragon's Wrath Yklwa","h":1,"p":25,"zg":{"n":29,"s":4},"id":3442},{"c":4,"u":"stirring%20dragon's%20wrath%20yklwa_ftd","s":4,"n":"Stirring Dragon's Wrath Yklwa","h":1,"p":25,"zg":{"n":30,"s":4},"id":3443},{"c":4,"u":"vicious%20%2b1%20yklwa_ai","s":11,"n":"Vicious +1 Yklwa","h":1,"p":149,"zg":{"n":31,"s":11},"id":3444},{"c":4,"u":"vicious%20yklwa_dmg","s":0,"n":"Vicious Yklwa","h":1,"p":209,"zg":{"n":5,"s":0},"id":3445},{"c":4,"u":"vicious%20yklwa_xdmg","s":3,"n":"Vicious Yklwa","h":1,"p":318,"zg":{"n":5,"s":3},"id":3446},{"c":4,"u":"wakened%20dragon's%20wrath%20yklwa_ftd","s":4,"n":"Wakened Dragon's Wrath Yklwa","h":1,"p":25,"zg":{"n":32,"s":4},"id":3447},{"c":4,"u":"yklwa%20of%20agonizing%20paralysis_coa","s":15,"n":"Yklwa of Agonizing Paralysis","h":1,"p":271,"zg":{"n":52,"s":15},"id":3448},{"c":4,"u":"yklwa%20of%20certain%20death_egw","s":5,"n":"Yklwa of Certain Death","h":1,"p":270,"zg":{"n":33,"s":5},"id":3449},{"c":4,"u":"yklwa%20of%20warning_dmg","s":0,"n":"Yklwa of Warning","h":1,"p":213,"zg":{"n":6,"s":0},"id":3450},{"c":4,"u":"yklwa%20of%20warning_xdmg","s":3,"n":"Yklwa of Warning","h":1,"p":324,"zg":{"n":6,"s":3},"id":3451}],"m":{"s":{"DMG":0,"XGE":1,"PHB":2,"XDMG":3,"FTD":4,"EGW":5,"MM":6,"BGDIA":7,"GHLoE":8,"TDCSR":9,"CRCotN":10,"AI":11,"BMT":12,"DoDk":13,"ERLW":14,"CoA":15,"GGR":16,"BGG":17,"DitLCoT":18,"VGM":19,"LLK":20,"UtHftLH":21},"n":{"+1 Weapon":0,"+2 Weapon":1,"+3 Weapon":2,"Adamantine Weapon":3,"Silvered Weapon":4,"Vicious Weapon":5,"Weapon of Warning":6,"Ascendant Dragon's Wrath Weapon":7,"Corpse Slayer":8,"Dragon Slayer":9,"Drow +1 Weapon":10,"Drow +2 Weapon":11,"Drow +3 Weapon":12,"Enspelled Weapon (Cantrip)":13,"Enspelled Weapon (Level 1)":14,"Enspelled Weapon (Level 2)":15,"Enspelled Weapon (Level 3)":16,"Enspelled Weapon (Level 4)":17,"Enspelled Weapon (Level 5)":18,"Enspelled Weapon (Level 6)":19,"Enspelled Weapon (Level 7)":20,"Enspelled Weapon (Level 8)":21,"Giant Slayer":22,"Hellfire Weapon":23,"Holy Avenger":24,"Lycan Weapon":25,"Nine Lives Stealer":26,"Oceanic Weapon":27,"Ruidium Weapon":28,"Slumbering Dragon's Wrath Weapon":29,"Stirring Dragon's Wrath Weapon":30,"Vicious +1 Weapon":31,"Wakened Dragon's Wrath Weapon":32,"Weapon of Certain Death":33,"Weapon of Throne's Command":34,"+1 Ammunition":35,"+2 Ammunition":36,"+3 Ammunition":37,"Arrow of Slaying (*)":38,"Walloping Ammunition":39,"Adamantine Ammunition":40,"Ammunition of Slaying":41,"Bloodseeker Ammunition":42,"Dried Leech":43,"Hardened Delerium-tipped Arrows":44,"Silvered Ammunition":45,"Winged Ammunition":46,"Berserker Axe":47,"Armblade":48,"Defender":49,"Executioner's Axe":50,"Flame Tongue":51,"Weapon of Agonizing Paralysis":52,"+1 Armor":53,"+2 Armor":54,"+3 Armor":55,"Adamantine Armor":56,"Armor of Acid Resistance":57,"Armor of Cold Resistance":58,"Armor of Fire Resistance":59,"Armor of Force Resistance":60,"Armor of Gleaming":61,"Armor of Lightning Resistance":62,"Armor of Necrotic Resistance":63,"Armor of Poison Resistance":64,"Armor of Psychic Resistance":65,"Armor of Radiant Resistance":66,"Armor of Thunder Resistance":67,"Cast-Off Armor":68,"Mariner's Armor":69,"Mithral Armor":70,"Smoldering Armor":71,"Antimagic Armor":72,"Armor of Fungal Spores":73,"Armor of the Fallen":74,"Armor of Vulnerability (Bludgeoning)":75,"Armor of Vulnerability (Piercing)":76,"Armor of Vulnerability (Slashing)":77,"Armor of Weightlessness":78,"Barding":79,"Demon Armor":80,"Drow +1 Armor":81,"Drow +2 Armor":82,"Drow +3 Armor":83,"Enspelled Armor (Cantrip)":84,"Enspelled Armor (Level 1)":85,"Enspelled Armor (Level 2)":86,"Enspelled Armor (Level 3)":87,"Enspelled Armor (Level 4)":88,"Enspelled Armor (Level 5)":89,"Enspelled Armor (Level 6)":90,"Enspelled Armor (Level 7)":91,"Enspelled Armor (Level 8)":92,"Feywrought Armor":93,"Gloomwrought Armor":94,"Last Stand Armor":95,"Living Armor":96,"Mithral +1 Armor":97,"Mizzium Armor":98,"Ruidium Armor":99,"Armor of Safeguarding":100,"Clockwork Armor":101,"Demon Skin":102,"Efreeti Chain":103,"Elven Chain":104,"Mind Carapace Armor":105,"Comet Smasher":106,"Forcebreaker Weapon":107,"Orb of Shielding (Fernian Basalt)":108,"Orb of Shielding (Irian Quartz)":109,"Orb of Shielding (Kythrian Skarn)":110,"Orb of Shielding (Lamannian Flint)":111,"Orb of Shielding (Mabaran Obsidian)":112,"Orb of Shielding (Risian Shale)":113,"Orb of Shielding (Shavarran Chert)":114,"Orb of Shielding (Xorian Marble)":115,"Sylvan Talon":116,"Acheron Blade":117,"Blade of the Medusa":118,"Bloodshed Blade":119,"Crystal Blade":120,"Dancing Sword":121,"Delerium-Forged Blade":122,"Fool's Blade":123,"Frost Brand":124,"Gambler's Blade":125,"Luck Blade":126,"Mind Blade":127,"Moon-Touched Sword":128,"Polymorph Blade":129,"Sword of Life Stealing":130,"Sword of Retribution":131,"Sword of Sharpness":132,"Sword of the Planes":133,"Sword of Vengeance":134,"Sword of Wounding":135,"Vorpal Sword":136,"Demonbone Polearm":137,"Moonblade":138,"Dwarven Plate":139,"Plate Armor of Etherealness (*)":140,"Starcrossed Bow":141,"Starshot Crossbow":142,"Stygian Spear":143,"Dragonlance":144,"Zephyr Armor":145,"Energy Bow":146,"Bow of Conflagration":147,"Bow of Melodies":148,"Dragon Wing Bow":149,"Glimmering Moonbow":150,"Oathbow":151,"Hammer of Thunderbolts":152,"Imbued Wood (Fernian Ash)":153,"Imbued Wood (Irian Rosewood)":154,"Imbued Wood (Kythrian Manchineel)":155,"Imbued Wood (Lamannian Oak)":156,"Imbued Wood (Mabaran Ebony)":157,"Imbued Wood (Risian Pine)":158,"Imbued Wood (Shavarran Birch)":159,"Imbued Wood (Xorian Wenge)":160,"+1 Shield (*)":161,"+2 Shield (*)":162,"+3 Shield (*)":163}}} \ No newline at end of file diff --git a/search/index-partnered.json b/search/index-partnered.json index 479a9b7..cbe55b3 100644 --- a/search/index-partnered.json +++ b/search/index-partnered.json @@ -1 +1 @@ -{"x":[{"id":0,"c":1,"u":"bearfolk%20druid_bookofebontides","p":164,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bearfolk Druid"},{"id":1,"c":1,"u":"bearfolk%20thunderstomper_bookofebontides","p":165,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bearfolk Thunderstomper"},{"id":2,"c":1,"u":"birch%20siren_bookofebontides","p":166,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Birch Siren"},{"id":3,"c":1,"u":"darakhul%20general_bookofebontides","p":167,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Darakhul General"},{"id":4,"c":1,"u":"gnomish%20distiller_bookofebontides","p":168,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Gnomish Distiller"},{"id":5,"c":1,"u":"keeper%20of%20hounds_bookofebontides","p":170,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper of Hounds"},{"id":6,"c":1,"u":"keeper%20of%20ravens_bookofebontides","p":171,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper of Ravens"},{"id":7,"c":1,"u":"knight%20of%20shadows_bookofebontides","p":171,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Knight of Shadows"},{"id":8,"c":1,"u":"lesser%20lunar%20devil_bookofebontides","p":172,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lesser Lunar Devil"},{"id":9,"c":1,"u":"lesser%20lunar%20devil%20(devil%20summoning%20variant)_bookofebontides","p":174,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lesser Lunar Devil (Devil Summoning Variant)"},{"id":10,"c":1,"u":"memory%20thief_bookofebontides","p":174,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Memory Thief"},{"id":11,"c":1,"u":"molefolk_bookofebontides","p":175,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Molefolk"},{"id":12,"c":1,"u":"moonshadow%20catcher_bookofebontides","p":176,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonshadow Catcher"},{"id":13,"c":1,"u":"oma%20rattenfanger_bookofebontides","p":177,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Oma Rattenfanger"},{"id":14,"c":1,"u":"radiant%20lord_bookofebontides","p":178,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Radiant Lord"},{"id":15,"c":1,"u":"river%20giant_bookofebontides","p":180,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"River Giant"},{"id":16,"c":1,"u":"river%20spirit_bookofebontides","p":182,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"River Spirit"},{"id":17,"c":1,"u":"rose%20golem_bookofebontides","p":183,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Rose Golem"},{"id":18,"c":1,"u":"sable%20elf_bookofebontides","p":184,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Sable Elf"},{"id":19,"c":1,"u":"sable%20elf%20hierophant_bookofebontides","p":185,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Sable Elf Hierophant"},{"id":20,"c":1,"u":"shadow%20fey%20bandit_bookofebontides","p":186,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Fey Bandit"},{"id":21,"c":1,"u":"shadow%20goblin%20chieftain_bookofebontides","p":187,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Goblin Chieftain"},{"id":22,"c":1,"u":"shadow%20goblin%20scribe_bookofebontides","p":188,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Goblin Scribe"},{"id":23,"c":1,"u":"shadowspider%20swarm_bookofebontides","p":189,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadowspider Swarm"},{"id":24,"c":1,"u":"styx%20giant_bookofebontides","p":181,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Styx Giant"},{"id":25,"c":1,"u":"umbral%20tailor_bookofebontides","p":190,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Tailor"},{"id":26,"c":1,"u":"wandering%20pond_bookofebontides","p":191,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wandering Pond"},{"id":27,"c":1,"u":"angulotl%20blade_fleemortals","p":28,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Blade"},{"id":28,"c":1,"u":"angulotl%20needler_fleemortals","p":29,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Needler"},{"id":29,"c":1,"u":"angulotl%20seer_fleemortals","p":30,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Seer"},{"id":30,"c":1,"u":"angulotl%20slink_fleemortals","p":31,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Slink"},{"id":31,"c":1,"u":"angulotl%20tadpole_fleemortals","p":31,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Tadpole"},{"id":32,"c":1,"u":"clawfish_fleemortals","p":32,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Clawfish"},{"id":33,"c":1,"u":"angulotl%20yegg_fleemortals","p":32,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Yegg"},{"id":34,"c":1,"u":"clawfish%20companion_fleemortals","p":33,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Clawfish Companion"},{"id":35,"c":1,"u":"bear_fleemortals","p":35,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bear"},{"id":36,"c":1,"u":"little%20bear_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Little Bear"},{"id":37,"c":1,"u":"bird%20of%20prey_fleemortals","p":37,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bird of Prey"},{"id":38,"c":1,"u":"dire%20bird%20of%20prey_fleemortals","p":37,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dire Bird of Prey"},{"id":39,"c":1,"u":"camel_fleemortals","p":39,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Camel"},{"id":40,"c":1,"u":"deathhawk_fleemortals","p":39,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Deathhawk"},{"id":41,"c":1,"u":"lightning%20eel_fleemortals","p":40,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lightning Eel"},{"id":42,"c":1,"u":"ancient%20lightning%20eel_fleemortals","p":40,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ancient Lightning Eel"},{"id":43,"c":1,"u":"snowfox_fleemortals","p":41,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Snowfox"},{"id":44,"c":1,"u":"swarm%20of%20insects_fleemortals","p":41,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swarm of Insects"},{"id":45,"c":1,"u":"swarm%20of%20spiders_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swarm of Spiders"},{"id":46,"c":1,"u":"wildcat_fleemortals","p":43,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wildcat"},{"id":47,"c":1,"u":"little%20wildcat_fleemortals","p":43,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Little Wildcat"},{"id":48,"c":1,"u":"bear%20companion_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bear Companion"},{"id":49,"c":1,"u":"blood%20hawk%20companion_fleemortals","p":45,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Blood Hawk Companion"},{"id":50,"c":1,"u":"camel%20companion_fleemortals","p":46,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Camel Companion"},{"id":51,"c":1,"u":"wildcat%20companion_fleemortals","p":47,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wildcat Companion"},{"id":52,"c":1,"u":"basilisk_fleemortals","p":48,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Basilisk"},{"id":53,"c":1,"u":"basilisk%20companion_fleemortals","p":49,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Basilisk Companion"},{"id":54,"c":1,"u":"bugbear%20channeler_fleemortals","p":51,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Channeler"},{"id":55,"c":1,"u":"bugbear%20commander_fleemortals","p":51,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Commander"},{"id":56,"c":1,"u":"bugbear%20predator_fleemortals","p":52,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Predator"},{"id":57,"c":1,"u":"bugbear%20regular_fleemortals","p":52,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Regular"},{"id":58,"c":1,"u":"bugbear%20roughneck_fleemortals","p":53,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Roughneck"},{"id":59,"c":1,"u":"bugbear%20warden_fleemortals","p":53,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Warden"},{"id":60,"c":1,"u":"chimera_fleemortals","p":54,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Chimera"},{"id":61,"c":1,"u":"chimera%20(protector%20variant)_fleemortals","p":54,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Chimera (Protector Variant)"},{"id":62,"c":1,"u":"chimera%20companion_fleemortals","p":55,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Chimera Companion"},{"id":63,"c":1,"u":"chimeron_fleemortals","p":58,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Chimeron"},{"id":64,"c":1,"u":"pitling_fleemortals","p":58,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Pitling"},{"id":65,"c":1,"u":"ruinant_fleemortals","p":59,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ruinant"},{"id":66,"c":1,"u":"tormenauk_fleemortals","p":60,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tormenauk"},{"id":67,"c":1,"u":"wobalas_fleemortals","p":61,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wobalas"},{"id":68,"c":1,"u":"aurumvas_fleemortals","p":62,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Aurumvas"},{"id":69,"c":1,"u":"devil%20adjudicator_fleemortals","p":66,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Adjudicator"},{"id":70,"c":1,"u":"devil%20jurist_fleemortals","p":67,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Jurist"},{"id":71,"c":1,"u":"devil%20legate_fleemortals","p":68,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Legate"},{"id":72,"c":1,"u":"devil%20magistrate_fleemortals","p":69,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Magistrate"},{"id":73,"c":1,"u":"devil%20notary_fleemortals","p":69,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Notary"},{"id":74,"c":1,"u":"infernal%20chancellor%20lazivos_fleemortals","p":71,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Infernal Chancellor Lazivos"},{"id":75,"c":1,"u":"devil%20retainer_fleemortals","p":72,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Retainer"},{"id":76,"c":1,"u":"dragonet_fleemortals","p":73,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dragonet"},{"id":77,"c":1,"u":"durixaviinox_fleemortals","p":77,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Durixaviinox"},{"id":78,"c":1,"u":"forzaantirilys_fleemortals","p":79,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Forzaantirilys"},{"id":79,"c":1,"u":"qazyldrath_fleemortals","p":81,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Qazyldrath"},{"id":80,"c":1,"u":"xaantikorijek_fleemortals","p":83,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Xaantikorijek"},{"id":81,"c":1,"u":"yserthrax_fleemortals","p":85,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Yserthrax"},{"id":82,"c":1,"u":"air%20spark_fleemortals","p":89,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Air Spark"},{"id":83,"c":1,"u":"crux%20of%20fire_fleemortals","p":89,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Crux of Fire"},{"id":84,"c":1,"u":"crux%20of%20frost_fleemortals","p":90,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Crux of Frost"},{"id":85,"c":1,"u":"earth%20spark_fleemortals","p":91,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Earth Spark"},{"id":86,"c":1,"u":"essence%20of%20mist_fleemortals","p":91,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Essence of Mist"},{"id":87,"c":1,"u":"essence%20of%20storms_fleemortals","p":92,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Essence of Storms"},{"id":88,"c":1,"u":"essence%20of%20tides_fleemortals","p":93,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Essence of Tides"},{"id":89,"c":1,"u":"fire%20spark_fleemortals","p":93,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fire Spark"},{"id":90,"c":1,"u":"force%20of%20blood_fleemortals","p":94,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Force of Blood"},{"id":91,"c":1,"u":"force%20of%20earth_fleemortals","p":95,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Force of Earth"},{"id":92,"c":1,"u":"force%20of%20iron_fleemortals","p":96,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Force of Iron"},{"id":93,"c":1,"u":"oracle%20of%20storms_fleemortals","p":97,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Oracle of Storms"},{"id":94,"c":1,"u":"principle%20of%20growth_fleemortals","p":98,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Principle of Growth"},{"id":95,"c":1,"u":"sunlight%20nexus_fleemortals","p":99,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sunlight Nexus"},{"id":96,"c":1,"u":"water%20spark_fleemortals","p":99,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Water Spark"},{"id":97,"c":1,"u":"at%c3%a6shia_fleemortals","p":101,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ataeshia"},{"id":98,"c":1,"u":"blood%20seneschal_fleemortals","p":102,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Blood Seneschal"},{"id":99,"c":1,"u":"lava%20bastion_fleemortals","p":102,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lava Bastion"},{"id":100,"c":1,"u":"earth%20elemental%20companion_fleemortals","p":103,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Earth Elemental Companion"},{"id":101,"c":1,"u":"fire%20giant%20lightbearer_fleemortals","p":105,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fire Giant Lightbearer"},{"id":102,"c":1,"u":"fire%20giant%20red%20fist_fleemortals","p":106,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fire Giant Red Fist"},{"id":103,"c":1,"u":"fire%20giant%20trooper_fleemortals","p":107,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fire Giant Trooper"},{"id":104,"c":1,"u":"zenith%20aastrika_fleemortals","p":107,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Zenith Aastrika"},{"id":105,"c":1,"u":"frost%20giant%20storm%20hurler_fleemortals","p":108,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Frost Giant Storm Hurler"},{"id":106,"c":1,"u":"frost%20giant%20wind%20sprinter_fleemortals","p":109,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Frost Giant Wind Sprinter"},{"id":107,"c":1,"u":"hill%20giant%20clobberer_fleemortals","p":109,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hill Giant Clobberer"},{"id":108,"c":1,"u":"hill%20giant%20flunky_fleemortals","p":110,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hill Giant Flunky"},{"id":109,"c":1,"u":"basalt%20stone%20giant_fleemortals","p":111,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Basalt Stone Giant"},{"id":110,"c":1,"u":"granite%20stone%20giant_fleemortals","p":111,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Granite Stone Giant"},{"id":111,"c":1,"u":"marble%20stone%20giant_fleemortals","p":112,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Marble Stone Giant"},{"id":112,"c":1,"u":"gibbering%20mouther_fleemortals","p":114,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gibbering Mouther"},{"id":113,"c":1,"u":"gibbering%20mouther%20companion_fleemortals","p":115,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gibbering Mouther Companion"},{"id":114,"c":1,"u":"gnoll%20abyssal%20archer_fleemortals","p":116,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Abyssal Archer"},{"id":115,"c":1,"u":"gnoll%20abyssal%20summoner_fleemortals","p":117,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Abyssal Summoner"},{"id":116,"c":1,"u":"gnoll%20bonesplitter_fleemortals","p":118,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Bonesplitter"},{"id":117,"c":1,"u":"gnoll%20cackler_fleemortals","p":119,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Cackler"},{"id":118,"c":1,"u":"gnoll%20mage-gorger_fleemortals","p":119,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Mage-Gorger"},{"id":119,"c":1,"u":"gnoll%20marauder_fleemortals","p":120,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Marauder"},{"id":120,"c":1,"u":"gnoll%20wildling_fleemortals","p":121,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Wildling"},{"id":121,"c":1,"u":"abyssal%20hyena_fleemortals","p":121,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Abyssal Hyena"},{"id":122,"c":1,"u":"tusker%20demon_fleemortals","p":122,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tusker Demon"},{"id":123,"c":1,"u":"gnoll%20gnasher_fleemortals","p":123,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Gnasher"},{"id":124,"c":1,"u":"abyssal%20hyena%20companion_fleemortals","p":123,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Abyssal Hyena Companion"},{"id":125,"c":1,"u":"goblin%20assassin_fleemortals","p":126,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Assassin"},{"id":126,"c":1,"u":"goblin%20cursespitter_fleemortals","p":126,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Cursespitter"},{"id":127,"c":1,"u":"goblin%20lackey_fleemortals","p":127,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Lackey"},{"id":128,"c":1,"u":"goblin%20sniper_fleemortals","p":127,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Sniper"},{"id":129,"c":1,"u":"goblin%20spinecleaver_fleemortals","p":128,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Spinecleaver"},{"id":130,"c":1,"u":"goblin%20underboss_fleemortals","p":128,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Underboss"},{"id":131,"c":1,"u":"goblin%20warrior_fleemortals","p":129,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Warrior"},{"id":132,"c":1,"u":"skitterling_fleemortals","p":129,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Skitterling"},{"id":133,"c":1,"u":"swarm%20of%20skitterlings_fleemortals","p":129,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swarm of Skitterlings"},{"id":134,"c":1,"u":"war%20spider_fleemortals","p":130,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"War Spider"},{"id":135,"c":1,"u":"queen%20bargnot_fleemortals","p":131,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Queen Bargnot"},{"id":136,"c":1,"u":"goblin%20sneak_fleemortals","p":132,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Sneak"},{"id":137,"c":1,"u":"skitterling%20companion_fleemortals","p":132,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Skitterling Companion"},{"id":138,"c":1,"u":"worg%20companion_fleemortals","p":133,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Worg Companion"},{"id":139,"c":1,"u":"griffon_fleemortals","p":135,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Griffon"},{"id":140,"c":1,"u":"griffon%20companion_fleemortals","p":135,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Griffon Companion"},{"id":141,"c":1,"u":"green%20hag_fleemortals","p":137,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Green Hag"},{"id":142,"c":1,"u":"night%20hag_fleemortals","p":138,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Night Hag"},{"id":143,"c":1,"u":"sea%20hag_fleemortals","p":139,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sea Hag"},{"id":144,"c":1,"u":"shtriga%20nonna_fleemortals","p":140,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shtriga Nonna"},{"id":145,"c":1,"u":"sea%20hag%20apprentice_fleemortals","p":141,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sea Hag Apprentice"},{"id":146,"c":1,"u":"harpy_fleemortals","p":142,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Harpy"},{"id":147,"c":1,"u":"starving%20harpy_fleemortals","p":143,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Starving Harpy"},{"id":148,"c":1,"u":"harpy%20fledgling_fleemortals","p":143,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Harpy Fledgling"},{"id":149,"c":1,"u":"hellhound_fleemortals","p":144,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hellhound"},{"id":150,"c":1,"u":"hellhound%20cur_fleemortals","p":145,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hellhound Cur"},{"id":151,"c":1,"u":"hellhound%20companion_fleemortals","p":145,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hellhound Companion"},{"id":152,"c":1,"u":"hobgoblin%20brandbearer_fleemortals","p":148,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Brandbearer"},{"id":153,"c":1,"u":"hobgoblin%20death%20captain_fleemortals","p":148,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Death Captain"},{"id":154,"c":1,"u":"hobgoblin%20firerunner_fleemortals","p":149,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Firerunner"},{"id":155,"c":1,"u":"hobgoblin%20incendiarist_fleemortals","p":150,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Incendiarist"},{"id":156,"c":1,"u":"hobgoblin%20recruit_fleemortals","p":150,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Recruit"},{"id":157,"c":1,"u":"hobgoblin%20smokebinder_fleemortals","p":151,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Smokebinder"},{"id":158,"c":1,"u":"hobgoblin%20trooper_fleemortals","p":152,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Trooper"},{"id":159,"c":1,"u":"hobgoblin%20war%20mage_fleemortals","p":153,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin War Mage"},{"id":160,"c":1,"u":"grilp_fleemortals","p":154,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Grilp"},{"id":161,"c":1,"u":"slaughter%20demon_fleemortals","p":155,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Slaughter Demon"},{"id":162,"c":1,"u":"bloodlord%20varrox_fleemortals","p":157,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bloodlord Varrox"},{"id":163,"c":1,"u":"hobgoblin%20tactician_fleemortals","p":157,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Tactician"},{"id":164,"c":1,"u":"human%20apprentice%20mage_fleemortals","p":159,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Apprentice Mage"},{"id":165,"c":1,"u":"human%20brawler_fleemortals","p":160,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Brawler"},{"id":166,"c":1,"u":"human%20death%20acolyte_fleemortals","p":160,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Death Acolyte"},{"id":167,"c":1,"u":"human%20death%20cultist_fleemortals","p":161,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Death Cultist"},{"id":168,"c":1,"u":"human%20guard_fleemortals","p":162,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Guard"},{"id":169,"c":1,"u":"human%20knave_fleemortals","p":162,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Knave"},{"id":170,"c":1,"u":"human%20raider_fleemortals","p":163,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Raider"},{"id":171,"c":1,"u":"human%20scoundrel_fleemortals","p":163,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Scoundrel"},{"id":172,"c":1,"u":"human%20storm%20wizard_fleemortals","p":164,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Storm Wizard"},{"id":173,"c":1,"u":"human%20trickshot_fleemortals","p":165,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Trickshot"},{"id":174,"c":1,"u":"baron%20uthrak_fleemortals","p":166,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Baron Uthrak"},{"id":175,"c":1,"u":"human%20mercenary_fleemortals","p":166,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Mercenary"},{"id":176,"c":1,"u":"kingfissure%20worm_fleemortals","p":168,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kingfissure Worm"},{"id":177,"c":1,"u":"kingfissure%20worm%20companion_fleemortals","p":169,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kingfissure Worm Companion"},{"id":178,"c":1,"u":"kobold%20adeptus_fleemortals","p":171,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Adeptus"},{"id":179,"c":1,"u":"kobold%20artifex_fleemortals","p":172,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Artifex"},{"id":180,"c":1,"u":"kobold%20centurion_fleemortals","p":173,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Centurion"},{"id":181,"c":1,"u":"kobold%20legionary_fleemortals","p":174,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Legionary"},{"id":182,"c":1,"u":"kobold%20signifer_fleemortals","p":175,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Signifer"},{"id":183,"c":1,"u":"kobold%20tiro_fleemortals","p":176,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Tiro"},{"id":184,"c":1,"u":"kobold%20veles_fleemortals","p":176,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Veles"},{"id":185,"c":1,"u":"kobold%20venator_fleemortals","p":177,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Venator"},{"id":186,"c":1,"u":"shieldscale%20drangolin_fleemortals","p":178,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shieldscale Drangolin"},{"id":187,"c":1,"u":"kobold%20decanus_fleemortals","p":179,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Decanus"},{"id":188,"c":1,"u":"drangolin%20companion_fleemortals","p":179,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Drangolin Companion"},{"id":189,"c":1,"u":"lightbender_fleemortals","p":180,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lightbender"},{"id":190,"c":1,"u":"lightbender%20companion_fleemortals","p":181,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lightbender Companion"},{"id":191,"c":1,"u":"lizardfolk%20bloodeye_fleemortals","p":182,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lizardfolk Bloodeye"},{"id":192,"c":1,"u":"lizardfolk%20grunt_fleemortals","p":183,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lizardfolk Grunt"},{"id":193,"c":1,"u":"lizardfolk%20scaletooth_fleemortals","p":183,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lizardfolk Scaletooth"},{"id":194,"c":1,"u":"lizardfolk%20terrorsaur_fleemortals","p":184,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lizardfolk Terrorsaur"},{"id":195,"c":1,"u":"lizardfolk%20hunter_fleemortals","p":185,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lizardfolk Hunter"},{"id":196,"c":1,"u":"manticore_fleemortals","p":186,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Manticore"},{"id":197,"c":1,"u":"manticore%20companion_fleemortals","p":187,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Manticore Companion"},{"id":198,"c":1,"u":"medusa_fleemortals","p":189,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Medusa"},{"id":199,"c":1,"u":"lady%20emer_fleemortals","p":190,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lady Emer"},{"id":200,"c":1,"u":"medusa%20headstrong_fleemortals","p":191,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Medusa Headstrong"},{"id":201,"c":1,"u":"mimic_fleemortals","p":193,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mimic"},{"id":202,"c":1,"u":"mimic%20mimiature_fleemortals","p":194,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mimic Mimiature"},{"id":203,"c":1,"u":"mimic%20companion_fleemortals","p":195,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mimic Companion"},{"id":204,"c":1,"u":"minotaur_fleemortals","p":196,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Minotaur"},{"id":205,"c":1,"u":"minotaur%20lackey_fleemortals","p":197,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Minotaur Lackey"},{"id":206,"c":1,"u":"minotaur%20devastator_fleemortals","p":197,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Minotaur Devastator"},{"id":207,"c":1,"u":"ogre_fleemortals","p":198,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ogre"},{"id":208,"c":1,"u":"ogre%20goon_fleemortals","p":198,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ogre Goon"},{"id":209,"c":1,"u":"ogre%20basher_fleemortals","p":199,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ogre Basher"},{"id":210,"c":1,"u":"olothec_fleemortals","p":201,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Olothec"},{"id":211,"c":1,"u":"ithu'rath_fleemortals","p":202,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ithu'rath"},{"id":212,"c":1,"u":"orc%20blitzer_fleemortals","p":206,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Blitzer"},{"id":213,"c":1,"u":"orc%20bloodrunner_fleemortals","p":206,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Bloodrunner"},{"id":214,"c":1,"u":"orc%20conduit_fleemortals","p":207,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Conduit"},{"id":215,"c":1,"u":"orc%20forcecaller_fleemortals","p":207,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Forcecaller"},{"id":216,"c":1,"u":"orc%20fury_fleemortals","p":208,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Fury"},{"id":217,"c":1,"u":"orc%20garroter_fleemortals","p":208,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Garroter"},{"id":218,"c":1,"u":"orc%20godcaller_fleemortals","p":209,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Godcaller"},{"id":219,"c":1,"u":"orc%20rampart_fleemortals","p":210,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Rampart"},{"id":220,"c":1,"u":"orc%20terranova_fleemortals","p":211,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Terranova"},{"id":221,"c":1,"u":"mohler_fleemortals","p":211,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mohler"},{"id":222,"c":1,"u":"scyza_fleemortals","p":212,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Scyza"},{"id":223,"c":1,"u":"dohma%20raskovar_fleemortals","p":213,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dohma Raskovar"},{"id":224,"c":1,"u":"orc%20blacksmith_fleemortals","p":214,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Blacksmith"},{"id":225,"c":1,"u":"mohler%20companion_fleemortals","p":215,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mohler Companion"},{"id":226,"c":1,"u":"otyugh_fleemortals","p":216,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Otyugh"},{"id":227,"c":1,"u":"otyugh%20dregsbelcher_fleemortals","p":217,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Otyugh Dregsbelcher"},{"id":228,"c":1,"u":"otyugh%20companion_fleemortals","p":217,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Otyugh Companion"},{"id":229,"c":1,"u":"overmind_fleemortals","p":219,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Overmind"},{"id":230,"c":1,"u":"xorannox_fleemortals","p":220,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Xorannox"},{"id":231,"c":1,"u":"owlbear_fleemortals","p":222,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Owlbear"},{"id":232,"c":1,"u":"owlbear%20companion_fleemortals","p":223,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Owlbear Companion"},{"id":233,"c":1,"u":"shambling%20mound_fleemortals","p":224,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shambling Mound"},{"id":234,"c":1,"u":"shambling%20pile_fleemortals","p":225,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shambling Pile"},{"id":235,"c":1,"u":"shambling%20mound%20companion_fleemortals","p":225,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shambling Mound Companion"},{"id":236,"c":1,"u":"stirge_fleemortals","p":226,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Stirge"},{"id":237,"c":1,"u":"stirge%20broodling_fleemortals","p":227,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Stirge Broodling"},{"id":238,"c":1,"u":"stirge%20companion_fleemortals","p":227,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Stirge Companion"},{"id":239,"c":1,"u":"time%20raider%20archon_fleemortals","p":229,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Time Raider Archon"},{"id":240,"c":1,"u":"time%20raider%20armiger_fleemortals","p":230,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Time Raider Armiger"},{"id":241,"c":1,"u":"time%20raider%20nemesis_fleemortals","p":231,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Time Raider Nemesis"},{"id":242,"c":1,"u":"time%20raider%20vertex_fleemortals","p":232,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Time Raider Vertex"},{"id":243,"c":1,"u":"time%20raider%20freebooter_fleemortals","p":233,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Time Raider Freebooter"},{"id":244,"c":1,"u":"goxomoc_fleemortals","p":236,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goxomoc"},{"id":245,"c":1,"u":"xogomoc_fleemortals","p":237,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Xogomoc"},{"id":246,"c":1,"u":"kraken_fleemortals","p":238,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kraken"},{"id":247,"c":1,"u":"treant_fleemortals","p":240,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Treant"},{"id":248,"c":1,"u":"treant%20sapling_fleemortals","p":241,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Treant Sapling"},{"id":249,"c":1,"u":"treant%20immobilizer_fleemortals","p":241,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Treant Immobilizer"},{"id":250,"c":1,"u":"troll_fleemortals","p":242,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Troll"},{"id":251,"c":1,"u":"troll%20limbjumble_fleemortals","p":243,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Troll Limbjumble"},{"id":252,"c":1,"u":"troll%20whelp_fleemortals","p":243,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Troll Whelp"},{"id":253,"c":1,"u":"shade_fleemortals","p":246,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shade"},{"id":254,"c":1,"u":"shadow_fleemortals","p":247,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shadow"},{"id":255,"c":1,"u":"specter_fleemortals","p":247,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Specter"},{"id":256,"c":1,"u":"wraith_fleemortals","p":248,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wraith"},{"id":257,"c":1,"u":"kiona%20the%20dread%20lord_fleemortals","p":249,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kiona the Dread Lord"},{"id":258,"c":1,"u":"ghost%20sycophant_fleemortals","p":250,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ghost Sycophant"},{"id":259,"c":1,"u":"crawling%20claw_fleemortals","p":251,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Crawling Claw"},{"id":260,"c":1,"u":"decrepit%20skeleton_fleemortals","p":252,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Decrepit Skeleton"},{"id":261,"c":1,"u":"ghoul_fleemortals","p":252,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ghoul"},{"id":262,"c":1,"u":"ghoul%20craver_fleemortals","p":252,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ghoul Craver"},{"id":263,"c":1,"u":"giant%20zombie_fleemortals","p":253,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Giant Zombie"},{"id":264,"c":1,"u":"rotting%20zombie_fleemortals","p":254,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Rotting Zombie"},{"id":265,"c":1,"u":"skeleton_fleemortals","p":254,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Skeleton"},{"id":266,"c":1,"u":"wight_fleemortals","p":255,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wight"},{"id":267,"c":1,"u":"wight%20siphoner_fleemortals","p":255,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wight Siphoner"},{"id":268,"c":1,"u":"zombie_fleemortals","p":255,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Zombie"},{"id":269,"c":1,"u":"wight%20deathguard_fleemortals","p":256,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wight Deathguard"},{"id":270,"c":1,"u":"crawling%20claw%20companion_fleemortals","p":257,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Crawling Claw Companion"},{"id":271,"c":1,"u":"lich_fleemortals","p":259,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lich"},{"id":272,"c":1,"u":"high%20mage%20vairae_fleemortals","p":260,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"High Mage Vairae"},{"id":273,"c":1,"u":"dirt%20mournling_fleemortals","p":263,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dirt Mournling"},{"id":274,"c":1,"u":"flesh%20mournling_fleemortals","p":263,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Flesh Mournling"},{"id":275,"c":1,"u":"mummy_fleemortals","p":265,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mummy"},{"id":276,"c":1,"u":"mummy%20rotwrap_fleemortals","p":265,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mummy Rotwrap"},{"id":277,"c":1,"u":"ashyra_fleemortals","p":266,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ashyra"},{"id":278,"c":1,"u":"blood-starved%20vampire_fleemortals","p":269,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Blood-Starved Vampire"},{"id":279,"c":1,"u":"vampire_fleemortals","p":270,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vampire"},{"id":280,"c":1,"u":"vampire%20spawn_fleemortals","p":271,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vampire Spawn"},{"id":281,"c":1,"u":"count%20rhodar%20von%20glauer_fleemortals","p":272,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Count Rhodar von Glauer"},{"id":282,"c":1,"u":"vampire%20neophyte_fleemortals","p":274,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vampire Neophyte"},{"id":283,"c":1,"u":"multivok%20bodyguard_fleemortals","p":276,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Multivok Bodyguard"},{"id":284,"c":1,"u":"multivok%20chief_fleemortals","p":277,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Multivok Chief"},{"id":285,"c":1,"u":"servok%20builder_fleemortals","p":278,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Servok Builder"},{"id":286,"c":1,"u":"servok%20war%20engine_fleemortals","p":280,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Servok War Engine"},{"id":287,"c":1,"u":"voiceless%20talker_fleemortals","p":282,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Voiceless Talker"},{"id":288,"c":1,"u":"voiceless%20talker%20artillerist_fleemortals","p":283,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Voiceless Talker Artillerist"},{"id":289,"c":1,"u":"voiceless%20talker%20graywarper_fleemortals","p":283,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Voiceless Talker Graywarper"},{"id":290,"c":1,"u":"hulking%20brain_fleemortals","p":284,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hulking Brain"},{"id":291,"c":1,"u":"mindkiller_fleemortals","p":285,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mindkiller"},{"id":292,"c":1,"u":"mindkiller%20whelp_fleemortals","p":285,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mindkiller Whelp"},{"id":293,"c":1,"u":"lord%20syuul_fleemortals","p":287,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lord Syuul"},{"id":294,"c":1,"u":"voiceless%20talker%20operative_fleemortals","p":288,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Voiceless Talker Operative"},{"id":295,"c":1,"u":"wyvern_fleemortals","p":290,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wyvern"},{"id":296,"c":1,"u":"wyvern%20companion_fleemortals","p":290,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wyvern Companion"},{"id":297,"c":1,"u":"servok%20miner_fleemortals","p":279,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Servok Miner"},{"id":298,"c":1,"u":"fossil%20cryptic_fleemortals","p":294,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fossil Cryptic"},{"id":299,"c":1,"u":"koptourok_fleemortals","p":295,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Koptourok"},{"id":300,"c":1,"u":"lamasombra_fleemortals","p":296,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lamasombra"},{"id":301,"c":1,"u":"yumgrub_fleemortals","p":297,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Yumgrub"},{"id":302,"c":1,"u":"bonestalker_fleemortals","p":301,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bonestalker"},{"id":303,"c":1,"u":"dancing%20lady_fleemortals","p":302,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dancing Lady"},{"id":304,"c":1,"u":"empyrean%20stag_fleemortals","p":303,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Empyrean Stag"},{"id":305,"c":1,"u":"rotbeast_fleemortals","p":304,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Rotbeast"},{"id":306,"c":1,"u":"rotbeast%20companion_fleemortals","p":304,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Rotbeast Companion"},{"id":307,"c":1,"u":"ashen%20hoarder_fleemortals","p":308,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ashen Hoarder"},{"id":308,"c":1,"u":"blood-borne%20ooze_fleemortals","p":309,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Blood-Borne Ooze"},{"id":309,"c":1,"u":"haunt_fleemortals","p":309,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Haunt"},{"id":310,"c":1,"u":"lightthief_fleemortals","p":310,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lightthief"},{"id":311,"c":1,"u":"blood-borne%20ooze%20companion_fleemortals","p":311,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Blood-Borne Ooze Companion"},{"id":312,"c":1,"u":"ankheg_fleemortals","p":315,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ankheg"},{"id":313,"c":1,"u":"bredbeddle_fleemortals","p":316,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bredbeddle"},{"id":314,"c":1,"u":"weeping%20willow_fleemortals","p":317,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Weeping Willow"},{"id":315,"c":1,"u":"flintmoth%20swarm_fleemortals","p":321,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Flintmoth Swarm"},{"id":316,"c":1,"u":"lacuna_fleemortals","p":322,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lacuna"},{"id":317,"c":1,"u":"thornblood_fleemortals","p":323,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Thornblood"},{"id":318,"c":1,"u":"arcane%20amalgam_fleemortals","p":328,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Arcane Amalgam"},{"id":319,"c":1,"u":"stoneback%20isopod_fleemortals","p":329,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Stoneback Isopod"},{"id":320,"c":1,"u":"valochera_fleemortals","p":329,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Valochera"},{"id":321,"c":1,"u":"stoneback%20isopod%20companion_fleemortals","p":330,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Stoneback Isopod Companion"},{"id":322,"c":1,"u":"bog%20body_fleemortals","p":334,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bog Body"},{"id":323,"c":1,"u":"marsh%20hydra_fleemortals","p":334,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Marsh Hydra"},{"id":324,"c":1,"u":"rot%20angel_fleemortals","p":335,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Rot Angel"},{"id":325,"c":1,"u":"swamp%20dryad_fleemortals","p":336,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swamp Dryad"},{"id":326,"c":1,"u":"deep%20dreamer_fleemortals","p":340,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Deep Dreamer"},{"id":327,"c":1,"u":"gem%20jelly_fleemortals","p":341,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gem Jelly"},{"id":328,"c":1,"u":"leyleech_fleemortals","p":341,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Leyleech"},{"id":329,"c":1,"u":"marvorok_fleemortals","p":342,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Marvorok"},{"id":330,"c":1,"u":"gem%20jelly%20companion_fleemortals","p":343,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gem Jelly Companion"},{"id":331,"c":1,"u":"leyleech%20companion_fleemortals","p":344,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Leyleech Companion"},{"id":332,"c":1,"u":"halorin%20yandres_fleemortals","p":351,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Halorin Yandres"},{"id":333,"c":1,"u":"lestheris%20soldrei_fleemortals","p":352,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lestheris Soldrei"},{"id":334,"c":1,"u":"jedar%20pike_fleemortals","p":352,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Jedar Pike"},{"id":335,"c":1,"u":"mycete_fleemortals","p":353,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mycete"},{"id":336,"c":1,"u":"the%20horror_fleemortals","p":353,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"The Horror"},{"id":337,"c":1,"u":"boog_fleemortals","p":357,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Boog"},{"id":338,"c":1,"u":"ceemal_fleemortals","p":358,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ceemal"},{"id":339,"c":1,"u":"excess_fleemortals","p":358,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Excess"},{"id":340,"c":1,"u":"klar_fleemortals","p":359,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Klar"},{"id":341,"c":1,"u":"sair_fleemortals","p":359,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sair"},{"id":342,"c":1,"u":"lord%20erasmus%20deseo_fleemortals","p":363,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lord Erasmus Deseo"},{"id":343,"c":1,"u":"canon%20athenodorus_fleemortals","p":364,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Canon Athenodorus"},{"id":344,"c":1,"u":"cloak_fleemortals","p":364,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Cloak"},{"id":345,"c":1,"u":"lady%20avalla%20deseo_fleemortals","p":365,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lady Avalla Deseo"},{"id":346,"c":1,"u":"qar%2c%20master%20of%20jackals_fleemortals","p":365,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Qar, Master of Jackals"},{"id":347,"c":1,"u":"anthracia%2c%20princess%20of%20venom_fleemortals","p":369,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Anthracia, Princess of Venom"},{"id":348,"c":1,"u":"logger_fleemortals","p":370,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Logger"},{"id":349,"c":1,"u":"sylphise_fleemortals","p":370,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sylphise"},{"id":350,"c":1,"u":"tuval-uthriar_fleemortals","p":371,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tuval-Uthriar"},{"id":351,"c":1,"u":"vali_fleemortals","p":371,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vali"},{"id":352,"c":1,"u":"harlo%20honeygrin_fleemortals","p":375,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Harlo Honeygrin"},{"id":353,"c":1,"u":"jutkarr%20flintfingers_fleemortals","p":376,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Jutkarr Flintfingers"},{"id":354,"c":1,"u":"llyvessa_fleemortals","p":376,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Llyvessa"},{"id":355,"c":1,"u":"victory%20graves_fleemortals","p":377,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Victory Graves"},{"id":356,"c":1,"u":"treyvan%20von%20hirnschmann_fleemortals","p":377,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Treyvan von Hirnschmann"},{"id":357,"c":1,"u":"argan%20rael_fleemortals","p":382,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Argan Rael"},{"id":358,"c":1,"u":"prince%20ellan%20farra_fleemortals","p":383,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Prince Ellan Farra"},{"id":359,"c":1,"u":"kishina%20darrowind_fleemortals","p":383,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kishina Darrowind"},{"id":360,"c":1,"u":"radlee%20thugram_fleemortals","p":384,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Radlee Thugram"},{"id":361,"c":1,"u":"scarlet%20shadow_fleemortals","p":384,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Scarlet Shadow"},{"id":362,"c":1,"u":"aronar%20valkys_fleemortals","p":388,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Aronar Valkys"},{"id":363,"c":1,"u":"athmia%20valkys_fleemortals","p":389,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Athmia Valkys"},{"id":364,"c":1,"u":"caithas_fleemortals","p":389,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Caithas"},{"id":365,"c":1,"u":"draven%20malas_fleemortals","p":390,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Draven Malas"},{"id":366,"c":1,"u":"vivienn%20dirroze_fleemortals","p":390,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vivienn Dirroze"},{"id":367,"c":1,"u":"aazael%2c%20the%20dread%20knight_talesfromtheshadows","p":180,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Aazael, the Dread Knight"},{"id":368,"c":1,"u":"ahuizotl_talesfromtheshadows","p":20,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Ahuizotl"},{"id":369,"c":1,"u":"alp_talesfromtheshadows","p":66,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Alp"},{"id":370,"c":1,"u":"annominc_talesfromtheshadows","p":181,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Annominc"},{"id":371,"c":1,"u":"arachnocrat_talesfromtheshadows","p":113,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Arachnocrat"},{"id":372,"c":1,"u":"bar%20brawl_talesfromtheshadows","s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Bar Brawl"},{"id":373,"c":1,"u":"black%20stirge_talesfromtheshadows","p":164,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Black Stirge"},{"id":374,"c":1,"u":"briar%20troll_talesfromtheshadows","p":181,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Briar Troll"},{"id":375,"c":1,"u":"c'naazo_talesfromtheshadows","p":182,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"c'Naazo"},{"id":376,"c":1,"u":"crinaea_talesfromtheshadows","p":41,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Crinaea"},{"id":377,"c":1,"u":"dark%20servant_talesfromtheshadows","p":17,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Dark Servant"},{"id":378,"c":1,"u":"erestee%20loff_talesfromtheshadows","p":183,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Erestee Loff"},{"id":379,"c":1,"u":"gothrolg_talesfromtheshadows","p":183,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Gothrolg"},{"id":380,"c":1,"u":"gruesome%20plushy%20swarm_talesfromtheshadows","p":184,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Gruesome Plushy Swarm"},{"id":381,"c":1,"u":"jack%20of%20strings_talesfromtheshadows","p":185,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Jack of Strings"},{"id":382,"c":1,"u":"nymph_talesfromtheshadows","p":185,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Nymph"},{"id":383,"c":1,"u":"orphan%20of%20the%20black_talesfromtheshadows","p":17,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Orphan of the Black"},{"id":384,"c":1,"u":"razorleaf_talesfromtheshadows","p":21,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Razorleaf"},{"id":385,"c":1,"u":"sable_talesfromtheshadows","p":186,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Sable"},{"id":386,"c":1,"u":"serpentfolk%20of%20yig_talesfromtheshadows","p":113,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Serpentfolk of Yig"},{"id":387,"c":1,"u":"shadow%20blight_talesfromtheshadows","p":25,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shadow Blight"},{"id":388,"c":1,"u":"shadow%20nymph_talesfromtheshadows","p":187,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shadow Nymph"},{"id":389,"c":1,"u":"swamp%20naga_talesfromtheshadows","p":168,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Swamp Naga"},{"id":390,"c":1,"u":"terror%20bird_talesfromtheshadows","p":71,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Terror Bird"},{"id":391,"c":1,"u":"the%20dusk%20queen_talesfromtheshadows","p":182,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"The Dusk Queen"},{"id":392,"c":1,"u":"the%20painted%20king_talesfromtheshadows","p":186,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"The Painted King"},{"id":393,"c":1,"u":"the%20ticktock%20man_talesfromtheshadows","p":187,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"The Ticktock Man"},{"id":394,"c":1,"u":"trollkin%20raider_talesfromtheshadows","p":96,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Trollkin Raider"},{"id":395,"c":1,"u":"vodyanoi_talesfromtheshadows","p":188,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Vodyanoi"},{"id":396,"c":1,"u":"weeper%20in%20shadow_talesfromtheshadows","p":189,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Weeper in Shadow"},{"id":397,"c":1,"u":"weeper%20sapling_talesfromtheshadows","p":189,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Weeper Sapling"},{"id":398,"c":1,"u":"wirbeln%20fungi_talesfromtheshadows","p":17,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Wirbeln Fungi"},{"id":399,"c":1,"u":"agent%20(shadowmaster)_illriggerrevised","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Agent (Shadowmaster)"},{"id":400,"c":1,"u":"bloodletter%20(sanguine%20knight)_illriggerrevised","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Bloodletter (Sanguine Knight)"},{"id":401,"c":1,"u":"deceiver%20(architect%20of%20ruin)_illriggerrevised","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Deceiver (Architect of Ruin)"},{"id":402,"c":1,"u":"schemer%20(hellspeaker)_illriggerrevised","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Schemer (Hellspeaker)"},{"id":403,"c":1,"u":"tyrant%20(painkiller)_illriggerrevised","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Tyrant (Painkiller)"},{"id":404,"c":1,"u":"adelard%20took_tlotrr","p":189,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Adelard Took"},{"id":405,"c":1,"u":"arin_tlotrr","p":182,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Arin"},{"id":406,"c":1,"u":"ash_tlotrr","p":200,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ash"},{"id":407,"c":1,"u":"ash_tlotrr","p":200,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warg-chieftain"},{"id":408,"c":1,"u":"balin%2c%20son%20of%20fundin_tlotrr","s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Balin, Son of Fundin"},{"id":409,"c":1,"u":"barnabas%20butterbur_tlotrr","p":124,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Barnabas Butterbur"},{"id":410,"c":1,"u":"barnabas%20butterbur_tlotrr","p":124,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Barliman"},{"id":411,"c":1,"u":"barrow-wight_tlotrr","p":158,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Barrow-wight"},{"id":412,"c":1,"u":"beinion_tlotrr","p":182,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Beinion"},{"id":413,"c":1,"u":"bilbo%20baggins_tlotrr","s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bilbo Baggins"},{"id":414,"c":1,"u":"b%c3%barzgul_tlotrr","p":200,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Burzgul"},{"id":415,"c":1,"u":"cave-troll%20slinker_tlotrr","p":156,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cave-troll Slinker"},{"id":416,"c":1,"u":"c%c3%adrdan%20the%20shipwright_tlotrr","s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cirdan the Shipwright"},{"id":417,"c":1,"u":"fell%20wraith_tlotrr","p":159,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fell Wraith"},{"id":418,"c":1,"u":"fitch%20talltree_tlotrr","p":190,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fitch Talltree"},{"id":419,"c":1,"u":"footpad_tlotrr","p":149,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Footpad"},{"id":420,"c":1,"u":"gandalf%20the%20grey_tlotrr","s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gandalf the Grey"},{"id":421,"c":1,"u":"gilraen%20the%20fair_tlotrr","s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gilraen the Fair"},{"id":422,"c":1,"u":"goblin%20archer_tlotrr","p":152,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Goblin Archer"},{"id":423,"c":1,"u":"goldberry_tlotrr","s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Goldberry"},{"id":424,"c":1,"u":"great%20cave-troll_tlotrr","p":155,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Great Cave-troll"},{"id":425,"c":1,"u":"great%20orc%20bodyguard_tlotrr","p":152,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Great Orc Bodyguard"},{"id":426,"c":1,"u":"great%20orc%20chief_tlotrr","p":151,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Great Orc Chief"},{"id":427,"c":1,"u":"highway%20robber_tlotrr","p":150,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Highway Robber"},{"id":428,"c":1,"u":"hound%20of%20sauron_tlotrr","p":164,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hound of Sauron"},{"id":429,"c":1,"u":"hound%20of%20sauron_tlotrr","p":164,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Werewolf"},{"id":430,"c":1,"u":"jalin_tlotrr","p":227,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Jalin"},{"id":431,"c":1,"u":"john%20ferny_tlotrr","p":186,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"John Ferny"},{"id":432,"c":1,"u":"lady%20elwen%20-%20fell%20wraith_tlotrr","p":228,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lady Elwen - Fell Wraith"},{"id":433,"c":1,"u":"marsh-dwellers_tlotrr","p":160,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Marsh-dwellers"},{"id":434,"c":1,"u":"nameless%20thing_tlotrr","p":165,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Nameless Thing"},{"id":435,"c":1,"u":"orc%20guard_tlotrr","p":154,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Orc Guard"},{"id":436,"c":1,"u":"orc%20soldier_tlotrr","p":154,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Orc Soldier"},{"id":437,"c":1,"u":"orc-chieftain_tlotrr","p":153,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Orc-chieftain"},{"id":438,"c":1,"u":"oswald%20breeker_tlotrr","p":188,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Oswald Breeker"},{"id":439,"c":1,"u":"ruffian%20leader_tlotrr","p":150,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ruffian Leader"},{"id":440,"c":1,"u":"sabian_tlotrr","p":230,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sabian"},{"id":441,"c":1,"u":"southerner%20champion_tlotrr","p":149,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Southerner Champion"},{"id":442,"c":1,"u":"southerner%20raider_tlotrr","p":149,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Southerner Raider"},{"id":443,"c":1,"u":"stone-troll%20chief_tlotrr","p":157,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Stone-troll Chief"},{"id":444,"c":1,"u":"stone-troll%20robber_tlotrr","p":156,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Stone-troll Robber"},{"id":445,"c":1,"u":"the%20wight-king_tlotrr","p":197,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"The Wight-king"},{"id":446,"c":1,"u":"tom%20bombadil_tlotrr","s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tom Bombadil"},{"id":447,"c":1,"u":"wild%20wolf_tlotrr","p":162,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wild Wolf"},{"id":448,"c":1,"u":"wild%20wolf_tlotrr","p":162,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warg"},{"id":449,"c":1,"u":"wolf-chieftain_tlotrr","p":163,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wolf-chieftain"},{"id":450,"c":1,"u":"wolf-chieftain_tlotrr","p":163,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warg-chieftain"},{"id":451,"c":1,"u":"goblin%20assassin_whereevillives","p":22,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Goblin Assassin"},{"id":452,"c":1,"u":"goblin%20cursespitter_whereevillives","p":23,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Goblin Cursespitter"},{"id":453,"c":1,"u":"goblin%20lackey_whereevillives","p":23,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Goblin Lackey"},{"id":454,"c":1,"u":"goblin%20sneak_whereevillives","p":24,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Goblin Sneak"},{"id":455,"c":1,"u":"goblin%20sniper_whereevillives","p":24,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Goblin Sniper"},{"id":456,"c":1,"u":"goblin%20spinecleaver_whereevillives","p":25,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Goblin Spinecleaver"},{"id":457,"c":1,"u":"goblin%20underboss_whereevillives","p":25,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Goblin Underboss"},{"id":458,"c":1,"u":"goblin%20warrior_whereevillives","p":26,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Goblin Warrior"},{"id":459,"c":1,"u":"swarm%20of%20skitterlings_whereevillives","p":26,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Swarm of Skitterlings"},{"id":460,"c":1,"u":"queen%20bargnot_whereevillives","p":27,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Queen Bargnot"},{"id":461,"c":1,"u":"swarm%20of%20spiders_whereevillives","p":28,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Swarm of Spiders"},{"id":462,"c":1,"u":"war%20spider_whereevillives","p":28,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"War Spider"},{"id":463,"c":1,"u":"dohma%20raskovar_whereevillives","p":35,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Dohma Raskovar"},{"id":464,"c":1,"u":"human%20brawler_whereevillives","p":36,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Brawler"},{"id":465,"c":1,"u":"human%20guard_whereevillives","p":36,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Guard"},{"id":466,"c":1,"u":"mimic_whereevillives","p":37,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Mimic"},{"id":467,"c":1,"u":"mohler_whereevillives","p":38,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Mohler"},{"id":468,"c":1,"u":"mohler%20companion_whereevillives","p":38,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Mohler Companion"},{"id":469,"c":1,"u":"orc%20blitzer_whereevillives","p":39,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Orc Blitzer"},{"id":470,"c":1,"u":"orc%20bloodrunner_whereevillives","p":40,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Orc Bloodrunner"},{"id":471,"c":1,"u":"orc%20conduit_whereevillives","p":41,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Orc Conduit"},{"id":472,"c":1,"u":"orc%20fury_whereevillives","p":41,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Orc Fury"},{"id":473,"c":1,"u":"orc%20garroter_whereevillives","p":42,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Orc Garroter"},{"id":474,"c":1,"u":"orc%20godcaller_whereevillives","p":42,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Orc Godcaller"},{"id":475,"c":1,"u":"orc%20rampart_whereevillives","p":43,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Orc Rampart"},{"id":476,"c":1,"u":"orc%20terranova_whereevillives","p":43,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Orc Terranova"},{"id":477,"c":1,"u":"scyza_whereevillives","p":44,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Scyza"},{"id":478,"c":1,"u":"chimera_whereevillives","p":51,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Chimera"},{"id":479,"c":1,"u":"human%20mercenary_whereevillives","p":52,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Mercenary"},{"id":480,"c":1,"u":"kobold%20decanus_whereevillives","p":52,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Kobold Decanus"},{"id":481,"c":1,"u":"shtriga%20nonna_whereevillives","p":53,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shtriga Nonna"},{"id":482,"c":1,"u":"troll_whereevillives","p":54,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Troll"},{"id":483,"c":1,"u":"troll%20whelp_whereevillives","p":54,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Troll Whelp"},{"id":484,"c":1,"u":"baron%20uthrak_whereevillives","p":61,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Baron Uthrak"},{"id":485,"c":1,"u":"human%20apprentice%20mage_whereevillives","p":62,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Apprentice Mage"},{"id":486,"c":1,"u":"human%20death%20acolyte_whereevillives","p":63,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Death Acolyte"},{"id":487,"c":1,"u":"human%20death%20cultist_whereevillives","p":63,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Death Cultist"},{"id":488,"c":1,"u":"human%20knave_whereevillives","p":64,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Knave"},{"id":489,"c":1,"u":"human%20raider_whereevillives","p":65,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Raider"},{"id":490,"c":1,"u":"human%20scoundrel_whereevillives","p":65,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Scoundrel"},{"id":491,"c":1,"u":"human%20storm%20wizard_whereevillives","p":66,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Storm Wizard"},{"id":492,"c":1,"u":"human%20trickshot_whereevillives","p":67,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Trickshot"},{"id":493,"c":1,"u":"sea%20hag%20apprentice_whereevillives","p":67,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sea Hag Apprentice"},{"id":494,"c":1,"u":"bloodlord%20varrox_whereevillives","p":74,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Bloodlord Varrox"},{"id":495,"c":1,"u":"devil%20notary_whereevillives","p":76,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Devil Notary"},{"id":496,"c":1,"u":"grilp_whereevillives","p":76,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Grilp"},{"id":497,"c":1,"u":"hobgoblin%20brandbearer_whereevillives","p":76,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hobgoblin Brandbearer"},{"id":498,"c":1,"u":"hobgoblin%20death%20captain_whereevillives","p":77,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hobgoblin Death Captain"},{"id":499,"c":1,"u":"hobgoblin%20firerunner_whereevillives","p":77,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hobgoblin Firerunner"},{"id":500,"c":1,"u":"hobgoblin%20incendiarist_whereevillives","p":78,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hobgoblin Incendiarist"},{"id":501,"c":1,"u":"hobgoblin%20recruit_whereevillives","p":78,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hobgoblin Recruit"},{"id":502,"c":1,"u":"hobgoblin%20smokebinder_whereevillives","p":79,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hobgoblin Smokebinder"},{"id":503,"c":1,"u":"hobgoblin%20tactician_whereevillives","p":79,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hobgoblin Tactician"},{"id":504,"c":1,"u":"hobgoblin%20war%20mage_whereevillives","p":81,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hobgoblin War Mage"},{"id":505,"c":1,"u":"slaughter%20demon_whereevillives","p":81,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Slaughter Demon"},{"id":506,"c":1,"u":"blood-borne%20ooze_whereevillives","p":88,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Blood-Borne Ooze"},{"id":507,"c":1,"u":"hellhound_whereevillives","p":88,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellhound"},{"id":508,"c":1,"u":"kiona%20the%20dread%20lord_whereevillives","p":89,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Kiona the Dread Lord"},{"id":509,"c":1,"u":"lightthief_whereevillives","p":90,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lightthief"},{"id":510,"c":1,"u":"shade_whereevillives","p":91,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shade"},{"id":511,"c":1,"u":"shadow_whereevillives","p":91,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadow"},{"id":512,"c":1,"u":"specter_whereevillives","p":91,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Specter"},{"id":513,"c":1,"u":"wraith_whereevillives","p":93,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Wraith"},{"id":514,"c":1,"u":"basilisk_whereevillives","p":100,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Basilisk"},{"id":515,"c":1,"u":"crux%20of%20frost_whereevillives","p":101,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Crux of Frost"},{"id":516,"c":1,"u":"gem%20jelly_whereevillives","p":102,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Gem Jelly"},{"id":517,"c":1,"u":"griffon_whereevillives","p":102,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Griffon"},{"id":518,"c":1,"u":"griffon%20companion_whereevillives","p":103,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Griffon Companion"},{"id":519,"c":1,"u":"lady%20emer_whereevillives","p":106,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lady Emer"},{"id":520,"c":1,"u":"lizardfolk%20hunter_whereevillives","p":107,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lizardfolk Hunter"},{"id":521,"c":1,"u":"minotaur%20devastator_whereevillives","p":107,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Minotaur Devastator"},{"id":522,"c":1,"u":"orc%20blacksmith_whereevillives","p":108,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Orc Blacksmith"},{"id":523,"c":1,"u":"owlbear_whereevillives","p":108,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Owlbear"},{"id":524,"c":1,"u":"wyvern_whereevillives","p":108,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Wyvern"},{"id":525,"c":1,"u":"basalt%20stone%20giant_whereevillives","p":117,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Basalt Stone Giant"},{"id":526,"c":1,"u":"fire%20giant%20lightbearer_whereevillives","p":117,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Fire Giant Lightbearer"},{"id":527,"c":1,"u":"fire%20giant%20red%20fist_whereevillives","p":118,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Fire Giant Red Fist"},{"id":528,"c":1,"u":"fire%20giant%20trooper_whereevillives","p":119,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Fire Giant Trooper"},{"id":529,"c":1,"u":"zenith%20aastrika_whereevillives","p":120,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Zenith Aastrika"},{"id":530,"c":1,"u":"ghost%20sycophant_whereevillives","p":128,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Ghost Sycophant"},{"id":531,"c":1,"u":"haunt_whereevillives","p":129,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Haunt"},{"id":532,"c":1,"u":"ithu'rath_whereevillives","p":132,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Ithu'rath"},{"id":533,"c":1,"u":"goblin%20underboss%20slime%20servant_whereevillives","p":134,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Goblin Underboss Slime Servant"},{"id":534,"c":1,"u":"human%20brawler%20slime%20servant_whereevillives","p":134,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Brawler Slime Servant"},{"id":535,"c":1,"u":"human%20trickshot%20slime%20servant_whereevillives","p":135,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Human Trickshot Slime Servant"},{"id":536,"c":1,"u":"lizardfolk%20bloodeye%20slime%20servant_whereevillives","p":135,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lizardfolk Bloodeye Slime Servant"},{"id":537,"c":1,"u":"minotaur%20lackey%20slime%20servant_whereevillives","p":136,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Minotaur Lackey Slime Servant"},{"id":538,"c":1,"u":"orc%20rampart%20slime%20servant_whereevillives","p":136,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Orc Rampart Slime Servant"},{"id":539,"c":1,"u":"bugbear%20channeler_whereevillives","p":144,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Bugbear Channeler"},{"id":540,"c":1,"u":"bugbear%20commander_whereevillives","p":144,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Bugbear Commander"},{"id":541,"c":1,"u":"gnoll%20bonesplitter_whereevillives","p":145,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Gnoll Bonesplitter"},{"id":542,"c":1,"u":"time%20raider%20freebooter_whereevillives","p":148,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Time Raider Freebooter"},{"id":543,"c":1,"u":"time%20raider%20nemesis_whereevillives","p":149,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Time Raider Nemesis"},{"id":544,"c":1,"u":"xorannox_whereevillives","p":150,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Xorannox"},{"id":545,"c":1,"u":"abyssal%20hyena_whereevillives","p":159,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Abyssal Hyena"},{"id":546,"c":1,"u":"abyssal%20hyena%20companion_whereevillives","p":159,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Abyssal Hyena Companion"},{"id":547,"c":1,"u":"aurumvas_whereevillives","p":160,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Aurumvas"},{"id":548,"c":1,"u":"chimeron_whereevillives","p":161,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Chimeron"},{"id":549,"c":1,"u":"pitling_whereevillives","p":162,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Pitling"},{"id":550,"c":1,"u":"ruinant_whereevillives","p":163,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Ruinant"},{"id":551,"c":1,"u":"tormenauk_whereevillives","p":164,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Tormenauk"},{"id":552,"c":1,"u":"wobalas_whereevillives","p":165,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Wobalas"},{"id":553,"c":1,"u":"ashyra_whereevillives","p":173,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Ashyra"},{"id":554,"c":1,"u":"koptourok_whereevillives","p":174,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Koptourok"},{"id":555,"c":1,"u":"mummy_whereevillives","p":175,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Mummy"},{"id":556,"c":1,"u":"amalgam_whereevillives","p":185,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Amalgam"},{"id":557,"c":1,"u":"hulking%20brain_whereevillives","p":185,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hulking Brain"},{"id":558,"c":1,"u":"lord%20syuul_whereevillives","p":187,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lord Syuul"},{"id":559,"c":1,"u":"mindkiller_whereevillives","p":188,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Mindkiller"},{"id":560,"c":1,"u":"mindkiller%20whelp_whereevillives","p":188,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Mindkiller Whelp"},{"id":561,"c":1,"u":"voiceless%20talker_whereevillives","p":191,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Voiceless Talker"},{"id":562,"c":1,"u":"voiceless%20talker%20artillerist_whereevillives","p":192,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Voiceless Talker Artillerist"},{"id":563,"c":1,"u":"devil%20adjudicator_whereevillives","p":201,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Devil Adjudicator"},{"id":564,"c":1,"u":"devil%20jurist_whereevillives","p":202,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Devil Jurist"},{"id":565,"c":1,"u":"devil%20legate_whereevillives","p":202,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Devil Legate"},{"id":566,"c":1,"u":"devil%20magistrate_whereevillives","p":203,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Devil Magistrate"},{"id":567,"c":1,"u":"infernal%20chancellor%20lazivos_whereevillives","p":205,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Infernal Chancellor Lazivos"},{"id":568,"c":1,"u":"night%20hag_whereevillives","p":206,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Night Hag"},{"id":569,"c":1,"u":"count%20rhodar%20von%20glauer_whereevillives","p":216,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Count Rhodar von Glauer"},{"id":570,"c":1,"u":"vampire_whereevillives","p":221,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Vampire"},{"id":571,"c":1,"u":"vampire%20spawn_whereevillives","p":222,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Vampire Spawn"},{"id":572,"c":1,"u":"wight_whereevillives","p":223,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Wight"},{"id":573,"c":1,"u":"air%20spark_whereevillives","p":230,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Air Spark"},{"id":574,"c":1,"u":"durixaviinox_whereevillives","p":232,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Durixaviinox"},{"id":575,"c":1,"u":"frost%20giant%20wind%20sprinter_whereevillives","p":233,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Frost Giant Wind Sprinter"},{"id":576,"c":1,"u":"giant%20zombie_whereevillives","p":233,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Giant Zombie"},{"id":577,"c":1,"u":"wight%20deathguard_whereevillives","p":235,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Wight Deathguard"},{"id":578,"c":1,"u":"deep%20dreamer_whereevillives","p":242,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Deep Dreamer"},{"id":579,"c":1,"u":"empowered%20bog%20body_whereevillives","p":242,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Empowered Bog Body"},{"id":580,"c":1,"u":"empyrean%20stag_whereevillives","p":243,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Empyrean Stag"},{"id":581,"c":1,"u":"essence%20of%20mist_whereevillives","p":244,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Essence of Mist"},{"id":582,"c":1,"u":"lacuna_whereevillives","p":244,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lacuna"},{"id":583,"c":1,"u":"lightbender%20companion_whereevillives","p":245,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lightbender Companion"},{"id":584,"c":1,"u":"qazyldrath_whereevillives","p":246,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Qazyldrath"},{"id":585,"c":1,"u":"rot%20angel_whereevillives","p":248,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Rot Angel"},{"id":586,"c":1,"u":"sunlight%20nexus_whereevillives","p":248,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sunlight Nexus"},{"id":587,"c":1,"u":"gibbering%20mouther_whereevillives","p":258,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Gibbering Mouther"},{"id":588,"c":1,"u":"yserthrax_whereevillives","p":262,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Yserthrax"},{"id":589,"c":1,"u":"kingfissure%20worm_whereevillives","p":271,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Kingfissure Worm"},{"id":590,"c":1,"u":"lightbender_whereevillives","p":272,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lightbender"},{"id":591,"c":1,"u":"xaantikorijek_whereevillives","p":273,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Xaantikorijek"},{"id":592,"c":1,"u":"earth%20spark_whereevillives","p":280,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Earth Spark"},{"id":593,"c":1,"u":"force%20of%20blood_whereevillives","p":282,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Force of Blood"},{"id":594,"c":1,"u":"force%20of%20iron_whereevillives","p":283,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Force of Iron"},{"id":595,"c":1,"u":"forzaantilirys_whereevillives","p":285,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Forzaantilirys"},{"id":596,"c":1,"u":"forzaantilirys_whereevillives","p":285,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Forzaantirilys"},{"id":597,"c":1,"u":"at%c3%a6shia_whereevillives","p":295,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Ataeshia"},{"id":598,"c":1,"u":"essence%20of%20storms_whereevillives","p":297,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Essence of Storms"},{"id":599,"c":1,"u":"essence%20of%20tides_whereevillives","p":297,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Essence of Tides"},{"id":600,"c":1,"u":"force%20of%20earth_whereevillives","p":298,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Force of Earth"},{"id":601,"c":1,"u":"oracle%20of%20storms_whereevillives","p":300,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Oracle of Storms"},{"id":602,"c":1,"u":"water%20spark_whereevillives","p":301,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Water Spark"},{"id":603,"c":1,"u":"camel_whereevillives","p":310,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Camel"},{"id":604,"c":1,"u":"devil%20retainer_whereevillives","p":312,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Devil Retainer"},{"id":605,"c":1,"u":"dirt%20mournling_whereevillives","p":312,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Dirt Mournling"},{"id":606,"c":1,"u":"high%20mage%20vairae_whereevillives","p":313,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"High Mage Vairae"},{"id":607,"c":1,"u":"swamp%20dryad_whereevillives","p":314,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Swamp Dryad"},{"id":608,"c":1,"u":"thornblood_whereevillives","p":315,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Thornblood"},{"id":609,"c":2,"u":"bitter%20wind_bookofebontides","p":56,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bitter Wind"},{"id":610,"c":2,"u":"blade%20of%20blood%20and%20bone_bookofebontides","p":56,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Blade of Blood and Bone"},{"id":611,"c":2,"u":"bright%20sparks_bookofebontides","p":57,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bright Sparks"},{"id":612,"c":2,"u":"burning%20radiance_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Burning Radiance"},{"id":613,"c":2,"u":"charnel%20banquet_bookofebontides","p":57,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Charnel Banquet"},{"id":614,"c":2,"u":"child%20of%20light%20and%20darkness_bookofebontides","p":57,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Child of Light and Darkness"},{"id":615,"c":2,"u":"cloak%20of%20shadow_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Cloak of Shadow"},{"id":616,"c":2,"u":"conjure%20ferryman_bookofebontides","p":57,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Conjure Ferryman"},{"id":617,"c":2,"u":"conjure%20giant_bookofebontides","p":58,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Conjure Giant"},{"id":618,"c":2,"u":"darkbolt_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Darkbolt"},{"id":619,"c":2,"u":"deep%20roots%20of%20the%20moon_bookofebontides","p":58,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Deep Roots of the Moon"},{"id":620,"c":2,"u":"doom%20of%20false%20friends_bookofebontides","p":58,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Doom of False Friends"},{"id":621,"c":2,"u":"doom%20of%20poor%20fortune_bookofebontides","p":59,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Doom of Poor Fortune"},{"id":622,"c":2,"u":"doom%20of%20stacked%20stones_bookofebontides","p":59,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Doom of Stacked Stones"},{"id":623,"c":2,"u":"doom%20of%20summer%20years_bookofebontides","p":59,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Doom of Summer Years"},{"id":624,"c":2,"u":"douse%20light_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Douse Light"},{"id":625,"c":2,"u":"drayfn's%20bane%20of%20excellence_bookofebontides","p":60,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Drayfn's Bane of Excellence"},{"id":626,"c":2,"u":"drayfn's%20blunted%20blade_bookofebontides","p":60,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Drayfn's Blunted Blade"},{"id":627,"c":2,"u":"drayfn's%20curse%20of%20incompetence_bookofebontides","p":60,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Drayfn's Curse of Incompetence"},{"id":628,"c":2,"u":"drizzle_bookofebontides","p":60,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Drizzle"},{"id":629,"c":2,"u":"ebon%20tide_bookofebontides","p":60,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ebon Tide"},{"id":630,"c":2,"u":"elf%20shot_bookofebontides","p":61,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Elf Shot"},{"id":631,"c":2,"u":"emerald%20goblet_bookofebontides","p":61,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Emerald Goblet"},{"id":632,"c":2,"u":"faerie%20toast_bookofebontides","p":61,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Faerie Toast"},{"id":633,"c":2,"u":"feast%20of%20flesh_bookofebontides","p":62,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Feast of Flesh"},{"id":634,"c":2,"u":"fire%20dance_bookofebontides","p":62,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Fire Dance"},{"id":635,"c":2,"u":"fireflies_bookofebontides","p":62,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Fireflies"},{"id":636,"c":2,"u":"flowering_bookofebontides","p":62,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Flowering"},{"id":637,"c":2,"u":"gloaming_bookofebontides","p":62,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Gloaming"},{"id":638,"c":2,"u":"grim%20harvest_bookofebontides","p":63,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Grim Harvest"},{"id":639,"c":2,"u":"grim%20shadows_bookofebontides","p":64,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Grim Shadows"},{"id":640,"c":2,"u":"hero%20of%20fable_bookofebontides","p":64,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Hero of Fable"},{"id":641,"c":2,"u":"hibernation_bookofebontides","p":64,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Hibernation"},{"id":642,"c":2,"u":"knife%20of%20fate_bookofebontides","p":64,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Knife of Fate"},{"id":643,"c":2,"u":"krail's%20maggot_bookofebontides","p":64,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Krail's Maggot"},{"id":644,"c":2,"u":"krail's%20rot_bookofebontides","p":65,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Krail's Rot"},{"id":645,"c":2,"u":"krail's%20rupture_bookofebontides","p":65,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Krail's Rupture"},{"id":646,"c":2,"u":"leiloch's%20arduous%20shuffle_bookofebontides","p":65,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Leiloch's Arduous Shuffle"},{"id":647,"c":2,"u":"leiloch's%20interminable%20yarn_bookofebontides","p":66,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Leiloch's Interminable Yarn"},{"id":648,"c":2,"u":"leiloch's%20irritating%20kazoo_bookofebontides","p":66,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Leiloch's Irritating Kazoo"},{"id":649,"c":2,"u":"life%20drain_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Life Drain"},{"id":650,"c":2,"u":"living%20shadows_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Living Shadows"},{"id":651,"c":2,"u":"lost_bookofebontides","p":66,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lost"},{"id":652,"c":2,"u":"lost%20and%20wandering_bookofebontides","p":66,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lost and Wandering"},{"id":653,"c":2,"u":"lunar%20transfer_bookofebontides","p":67,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lunar Transfer"},{"id":654,"c":2,"u":"maddening%20whispers_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Maddening Whispers"},{"id":655,"c":2,"u":"moonlight%20sending_bookofebontides","p":68,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonlight Sending"},{"id":656,"c":2,"u":"obfuscate%20object_bookofebontides","p":68,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Obfuscate Object"},{"id":657,"c":2,"u":"ominous%20winds_bookofebontides","p":68,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ominous Winds"},{"id":658,"c":2,"u":"orros%20mark%20of%20fate_bookofebontides","p":69,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Orros Mark of Fate"},{"id":659,"c":2,"u":"polychromatic%20bubble_bookofebontides","p":69,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Polychromatic Bubble"},{"id":660,"c":2,"u":"portho's%20portal_bookofebontides","p":69,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Portho's Portal"},{"id":661,"c":2,"u":"pratfall_bookofebontides","p":70,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Pratfall"},{"id":662,"c":2,"u":"radiant%20beacon_bookofebontides","p":70,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Radiant Beacon"},{"id":663,"c":2,"u":"searing%20sun_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Searing Sun"},{"id":664,"c":2,"u":"shadow%20adaptation_bookofebontides","p":70,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Adaptation"},{"id":665,"c":2,"u":"shadow%20gateway_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gateway"},{"id":666,"c":2,"u":"shadow%20portal_bookofebontides","p":70,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Portal"},{"id":667,"c":2,"u":"shadow%20step_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Step"},{"id":668,"c":2,"u":"slither_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Slither"},{"id":669,"c":2,"u":"spider%20song_bookofebontides","p":71,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Spider Song"},{"id":670,"c":2,"u":"storm%20door_bookofebontides","p":71,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Storm Door"},{"id":671,"c":2,"u":"ugly%20duckling_bookofebontides","p":71,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ugly Duckling"},{"id":672,"c":2,"u":"void%20strike_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Void Strike"},{"id":673,"c":2,"u":"word%20of%20misfortune_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Word of Misfortune"},{"id":674,"c":2,"u":"bloodletter_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bloodletter"},{"id":675,"c":2,"u":"creeping%20touch_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Creeping Touch"},{"id":676,"c":2,"u":"crown%20of%20radiance_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Crown of Radiance"},{"id":677,"c":2,"u":"flense_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Flense"},{"id":678,"c":2,"u":"holy%20word_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Holy Word"},{"id":679,"c":2,"u":"life%20tether_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Life Tether"},{"id":680,"c":2,"u":"phoenix%20flames_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Phoenix Flames"},{"id":681,"c":2,"u":"ride%20the%20lightning_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ride the Lightning"},{"id":682,"c":2,"u":"spirit%20swarm_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Spirit Swarm"},{"id":683,"c":2,"u":"supernal%20smite_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Supernal Smite"},{"id":684,"c":2,"u":"become%20nightwing_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Become Nightwing"},{"id":685,"c":2,"u":"black%20hand_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Black Hand"},{"id":686,"c":2,"u":"black%20ribbons_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Black Ribbons"},{"id":687,"c":2,"u":"black%20well_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Black Well"},{"id":688,"c":2,"u":"call%20shadow%20mastiff_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Call Shadow Mastiff"},{"id":689,"c":2,"u":"claws%20of%20darkness_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Claws of Darkness"},{"id":690,"c":2,"u":"conjure%20shadow%20titan_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Conjure Shadow Titan"},{"id":691,"c":2,"u":"creeping%20darkness_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Creeping Darkness"},{"id":692,"c":2,"u":"dark%20dementing_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Dark Dementing"},{"id":693,"c":2,"u":"dark%20path_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Dark Path"},{"id":694,"c":2,"u":"dying%20of%20the%20light_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Dying of the Light"},{"id":695,"c":2,"u":"hide%20in%20one's%20shadow_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Hide in One's Shadow"},{"id":696,"c":2,"u":"negative%20image_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Negative Image"},{"id":697,"c":2,"u":"shadow%20armor_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shadow Armor"},{"id":698,"c":2,"u":"shadow%20bite_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shadow Bite"},{"id":699,"c":2,"u":"shadow%20blindness_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shadow Blindness"},{"id":700,"c":2,"u":"shadow%20hands_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shadow Hands"},{"id":701,"c":2,"u":"shadow%20puppets_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shadow Puppets"},{"id":702,"c":2,"u":"shadow%20tendrils_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shadow Tendrils"},{"id":703,"c":2,"u":"shadow%20trove_talesfromtheshadows","p":221,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shadow Trove"},{"id":704,"c":2,"u":"umbral%20storm_talesfromtheshadows","p":0,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Umbral Storm"},{"id":705,"c":2,"u":"aura%20of%20desecration_illriggerrevised","p":32,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Aura of Desecration"},{"id":706,"c":2,"u":"hell's%20lash_illriggerrevised","p":32,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hell's Lash"},{"id":707,"c":2,"u":"hellfire_illriggerrevised","p":33,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellfire"},{"id":708,"c":2,"u":"infernal%20challenge_illriggerrevised","p":33,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Infernal Challenge"},{"id":709,"c":2,"u":"maligned%20weapon_illriggerrevised","p":33,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Maligned Weapon"},{"id":710,"c":2,"u":"mote%20of%20hell_illriggerrevised","p":33,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Mote of Hell"},{"id":711,"c":2,"u":"vengeful%20blade_illriggerrevised","p":34,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Vengeful Blade"},{"id":712,"c":2,"u":"wall%20of%20death_illriggerrevised","p":34,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Wall of Death"},{"id":713,"c":5,"u":"illrigger_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger"},{"id":714,"c":5,"u":"captain_tlotrr","p":45,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain"},{"id":715,"c":5,"u":"champion_tlotrr","p":48,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion"},{"id":716,"c":5,"u":"messenger_tlotrr","p":51,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger"},{"id":717,"c":5,"u":"scholar_tlotrr","p":54,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar"},{"id":718,"c":5,"u":"treasure%20hunter_tlotrr","p":57,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter"},{"id":719,"c":5,"u":"warden_tlotrr","p":60,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden"},{"id":721,"c":40,"u":"druid_phb,state:sub-shadows-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Circle of Shadows","n":"Circle of Shadows (Druid)"},{"id":723,"c":40,"u":"bard_phb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"College of Shadow","n":"College of Shadow (Bard)"},{"id":725,"c":40,"u":"cleric_phb,state:sub-keeper-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Keeper Domain","n":"Keeper Domain (Cleric)"},{"id":727,"c":40,"u":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Light Weaver Sorcerous Origin","n":"Light Weaver Sorcerous Origin (Sorcerer)"},{"id":729,"c":40,"u":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Mother of Sorrows","n":"Mother of Sorrows (Warlock)"},{"id":731,"c":40,"u":"wizard_phb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Arcane Tradition","n":"Shadow Arcane Tradition (Wizard)"},{"id":733,"c":40,"u":"cleric_phb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Domain","n":"Shadow Domain (Cleric)"},{"id":735,"c":40,"u":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Gnawer","n":"Shadow Gnawer (Barbarian)"},{"id":737,"c":40,"u":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Umbral Binder","n":"Umbral Binder (Rogue)"},{"id":739,"c":40,"u":"monk_phb,state:sub-prophet-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Way of the Prophet","n":"Way of the Prophet (Monk)"},{"id":741,"c":40,"u":"druid_xphb,state:sub-shadows-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Circle of Shadows","n":"Circle of Shadows (Druid)"},{"id":743,"c":40,"u":"bard_xphb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"College of Shadow","n":"College of Shadow (Bard)"},{"id":745,"c":40,"u":"cleric_xphb,state:sub-keeper-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Keeper Domain","n":"Keeper Domain (Cleric)"},{"id":747,"c":40,"u":"sorcerer_xphb,state:sub-light-weaver-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Light Weaver Sorcerous Origin","n":"Light Weaver Sorcerous Origin (Sorcerer)"},{"id":749,"c":40,"u":"warlock_xphb,state:sub-mother-of-sorrows-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Mother of Sorrows","n":"Mother of Sorrows (Warlock)"},{"id":751,"c":40,"u":"wizard_xphb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Arcane Tradition","n":"Shadow Arcane Tradition (Wizard)"},{"id":753,"c":40,"u":"cleric_xphb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Domain","n":"Shadow Domain (Cleric)"},{"id":755,"c":40,"u":"barbarian_xphb,state:sub-shadow-gnawer-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Gnawer","n":"Shadow Gnawer (Barbarian)"},{"id":757,"c":40,"u":"rogue_xphb,state:sub-umbral-binder-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Umbral Binder","n":"Umbral Binder (Rogue)"},{"id":759,"c":40,"u":"monk_xphb,state:sub-prophet-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Way of the Prophet","n":"Way of the Prophet (Monk)"},{"id":761,"c":40,"u":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Path of the Carrion Raven","n":"Path of the Carrion Raven (Barbarian)"},{"id":763,"c":40,"u":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"College of Requiems","n":"College of Requiems (Bard)"},{"id":765,"c":40,"u":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Inquisition Domain","n":"Inquisition Domain (Cleric)"},{"id":767,"c":40,"u":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Blade Breaker","n":"Blade Breaker (Fighter)"},{"id":769,"c":40,"u":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Oath of Zeal","n":"Oath of Zeal (Paladin)"},{"id":771,"c":40,"u":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Misfortune Bringer","n":"Misfortune Bringer (Rogue)"},{"id":773,"c":40,"u":"barbarian_xphb,state:sub-carrion-raven-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Path of the Carrion Raven","n":"Path of the Carrion Raven (Barbarian)"},{"id":775,"c":40,"u":"bard_xphb,state:sub-requiems-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"College of Requiems","n":"College of Requiems (Bard)"},{"id":777,"c":40,"u":"cleric_xphb,state:sub-inquisition-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Inquisition Domain","n":"Inquisition Domain (Cleric)"},{"id":779,"c":40,"u":"fighter_xphb,state:sub-blade-breaker-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Blade Breaker","n":"Blade Breaker (Fighter)"},{"id":781,"c":40,"u":"paladin_xphb,state:sub-zeal-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Oath of Zeal","n":"Oath of Zeal (Paladin)"},{"id":783,"c":40,"u":"rogue_xphb,state:sub-misfortune-grimhollowplayerpack=b1","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Misfortune Bringer","n":"Misfortune Bringer (Rogue)"},{"id":785,"c":40,"u":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"b":"Architect of Ruin","n":"Architect of Ruin (Illrigger)"},{"id":787,"c":40,"u":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"b":"Hellspeaker","n":"Hellspeaker (Illrigger)"},{"id":789,"c":40,"u":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"b":"Painkiller","n":"Painkiller (Illrigger)"},{"id":791,"c":40,"u":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"b":"Sanguine Knight","n":"Sanguine Knight (Illrigger)"},{"id":793,"c":40,"u":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"b":"Shadowmaster","n":"Shadowmaster (Illrigger)"},{"id":795,"c":40,"u":"treasure%20hunter_tlotrr,state:sub-burglar-tlotrr=b1","p":59,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Burglar","n":"Burglar (Treasure Hunter)"},{"id":797,"c":40,"u":"captain_tlotrr,state:sub-chieftain-tlotrr=b1","p":46,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Chieftain","n":"Chieftain (Captain)"},{"id":799,"c":40,"u":"messenger_tlotrr,state:sub-counsellor-tlotrr=b1","p":52,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Counsellor","n":"Counsellor (Messenger)"},{"id":801,"c":40,"u":"warden_tlotrr,state:sub-forayer-tlotrr=b1","p":62,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Forayer","n":"Forayer (Warden)"},{"id":803,"c":40,"u":"scholar_tlotrr,state:sub-healing-tlotrr=b1","p":56,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Healing","n":"Healing (Scholar)"},{"id":805,"c":40,"u":"messenger_tlotrr,state:sub-herald-tlotrr=b1","p":53,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Herald","n":"Herald (Messenger)"},{"id":807,"c":40,"u":"warden_tlotrr,state:sub-hunter-tlotrr=b1","p":62,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Hunter","n":"Hunter (Warden)"},{"id":809,"c":40,"u":"scholar_tlotrr,state:sub-lore-tlotrr=b1","p":56,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Lore","n":"Lore (Scholar)"},{"id":811,"c":40,"u":"champion_tlotrr,state:sub-sharpshooter-tlotrr=b1","p":49,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Sharp-Shooter","n":"Sharp-Shooter (Champion)"},{"id":813,"c":40,"u":"champion_tlotrr,state:sub-slayer-tlotrr=b1","p":50,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Slayer","n":"Slayer (Champion)"},{"id":815,"c":40,"u":"treasure%20hunter_tlotrr,state:sub-spy-tlotrr=b1","p":59,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Spy","n":"Spy (Treasure Hunter)"},{"id":817,"c":40,"u":"captain_tlotrr,state:sub-thane-tlotrr=b1","p":47,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Thane","n":"Thane (Captain)"},{"id":819,"c":30,"u":"baleful%20interdict_illrigger_illriggerrevised_1_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 1; Baleful Interdict","uh":"illrigger_illriggerrevised,state:feature=s0-0"},{"id":821,"c":30,"u":"forked%20tongue_illrigger_illriggerrevised_1_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 1; Forked Tongue","uh":"illrigger_illriggerrevised,state:feature=s0-0"},{"id":823,"c":30,"u":"combat%20mastery_illrigger_illriggerrevised_2_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 2; Combat Mastery","uh":"illrigger_illriggerrevised,state:feature=s1-0"},{"id":825,"c":30,"u":"interdict%20boons_illrigger_illriggerrevised_2_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 2; Interdict Boons","uh":"illrigger_illriggerrevised,state:feature=s1-0"},{"id":827,"c":30,"u":"interdiction_illrigger_illriggerrevised_2_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 2; Interdiction","uh":"illrigger_illriggerrevised,state:feature=s1-0"},{"id":829,"c":30,"u":"diabolic%20contract_illrigger_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 3; Diabolic Contract","uh":"illrigger_illriggerrevised,state:feature=s2-0"},{"id":831,"c":30,"u":"invoke%20hell_illrigger_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:feature=s2-0"},{"id":833,"c":30,"u":"ability%20score%20improvement_illrigger_illriggerrevised_4_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 4; Ability Score Improvement","uh":"illrigger_illriggerrevised,state:feature=s3-0"},{"id":835,"c":30,"u":"extra%20attack_illrigger_illriggerrevised_5_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 5; Extra Attack","uh":"illrigger_illriggerrevised,state:feature=s4-0"},{"id":837,"c":30,"u":"infernal%20conduit_illrigger_illriggerrevised_6_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 6; Infernal Conduit","uh":"illrigger_illriggerrevised,state:feature=s5-0"},{"id":839,"c":30,"u":"diabolic%20contract%20feature_illrigger_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 7; Diabolic Contract feature","uh":"illrigger_illriggerrevised,state:feature=s6-0"},{"id":841,"c":30,"u":"ability%20score%20improvement_illrigger_illriggerrevised_8_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 8; Ability Score Improvement","uh":"illrigger_illriggerrevised,state:feature=s7-0"},{"id":843,"c":30,"u":"forked%20tongue%20improvement_illrigger_illriggerrevised_9_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 9; Forked Tongue Improvement","uh":"illrigger_illriggerrevised,state:feature=s8-0"},{"id":845,"c":30,"u":"blood%20price_illrigger_illriggerrevised_10_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 10; Blood Price","uh":"illrigger_illriggerrevised,state:feature=s9-0"},{"id":847,"c":30,"u":"diabolic%20contract%20feature_illrigger_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 11; Diabolic Contract feature","uh":"illrigger_illriggerrevised,state:feature=s10-0"},{"id":849,"c":30,"u":"infernal%20conduit%20improvement_illrigger_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 11; Infernal Conduit Improvement","uh":"illrigger_illriggerrevised,state:feature=s10-0"},{"id":851,"c":30,"u":"terrorizing%20force_illrigger_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 11; Terrorizing Force","uh":"illrigger_illriggerrevised,state:feature=s10-0"},{"id":853,"c":30,"u":"ability%20score%20improvement_illrigger_illriggerrevised_12_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 12; Ability Score Improvement","uh":"illrigger_illriggerrevised,state:feature=s11-0"},{"id":855,"c":30,"u":"superior%20interdict_illrigger_illriggerrevised_14_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 14; Superior Interdict","uh":"illrigger_illriggerrevised,state:feature=s13-0"},{"id":857,"c":30,"u":"diabolic%20contract%20feature_illrigger_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 15; Diabolic Contract feature","uh":"illrigger_illriggerrevised,state:feature=s14-0"},{"id":859,"c":30,"u":"ability%20score%20improvement_illrigger_illriggerrevised_16_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 16; Ability Score Improvement","uh":"illrigger_illriggerrevised,state:feature=s15-0"},{"id":861,"c":30,"u":"infernal%20majesty_illrigger_illriggerrevised_17_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 17; Infernal Majesty","uh":"illrigger_illriggerrevised,state:feature=s16-0"},{"id":863,"c":30,"u":"ability%20score%20improvement_illrigger_illriggerrevised_19_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 19; Ability Score Improvement","uh":"illrigger_illriggerrevised,state:feature=s18-0"},{"id":865,"c":30,"u":"master%20of%20hell_illrigger_illriggerrevised_20_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Illrigger 20; Master of Hell","uh":"illrigger_illriggerrevised,state:feature=s19-0"},{"id":867,"c":30,"u":"leadership_captain_tlotrr_1_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 1; Leadership","uh":"captain_tlotrr,state:feature=s0-0"},{"id":869,"c":30,"u":"craft%20or%20virtue_captain_tlotrr_2_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 2; Craft or Virtue","uh":"captain_tlotrr,state:feature=s1-0"},{"id":871,"c":30,"u":"fighting%20style_captain_tlotrr_2_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 2; Fighting Style","uh":"captain_tlotrr,state:feature=s1-0"},{"id":873,"c":30,"u":"captain%20title_captain_tlotrr_3_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 3; Captain Title","uh":"captain_tlotrr,state:feature=s2-0"},{"id":875,"c":30,"u":"valiant_captain_tlotrr_3_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 3; Valiant","uh":"captain_tlotrr,state:feature=s2-0"},{"id":877,"c":30,"u":"virtue_captain_tlotrr_4_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 4; Virtue","uh":"captain_tlotrr,state:feature=s3-0"},{"id":879,"c":30,"u":"extra%20attack_captain_tlotrr_5_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 5; Extra Attack","uh":"captain_tlotrr,state:feature=s4-0"},{"id":881,"c":30,"u":"aura%20of%20valour_captain_tlotrr_6_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 6; Aura of Valour","uh":"captain_tlotrr,state:feature=s5-0"},{"id":883,"c":30,"u":"craft%20or%20virtue_captain_tlotrr_6_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 6; Craft or Virtue","uh":"captain_tlotrr,state:feature=s5-0"},{"id":885,"c":30,"u":"captain%20title%20feature_captain_tlotrr_7_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 7; Captain Title feature","uh":"captain_tlotrr,state:feature=s6-0"},{"id":887,"c":30,"u":"virtue_captain_tlotrr_8_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 8; Virtue","uh":"captain_tlotrr,state:feature=s7-0"},{"id":889,"c":30,"u":"aura%20of%20courage_captain_tlotrr_10_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 10; Aura of Courage","uh":"captain_tlotrr,state:feature=s9-0"},{"id":891,"c":30,"u":"craft%20or%20virtue_captain_tlotrr_10_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain 10; Craft or Virtue","uh":"captain_tlotrr,state:feature=s9-0"},{"id":893,"c":30,"u":"fighting%20style_champion_tlotrr_1_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 1; Fighting Style","uh":"champion_tlotrr,state:feature=s0-0"},{"id":895,"c":30,"u":"surge%20of%20vigour_champion_tlotrr_1_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 1; Surge of Vigour","uh":"champion_tlotrr,state:feature=s0-0"},{"id":897,"c":30,"u":"craft%20or%20virtue_champion_tlotrr_2_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 2; Craft or Virtue","uh":"champion_tlotrr,state:feature=s1-0"},{"id":899,"c":30,"u":"champion%20way_champion_tlotrr_3_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 3; Champion Way","uh":"champion_tlotrr,state:feature=s2-0"},{"id":901,"c":30,"u":"virtue_champion_tlotrr_4_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 4; Virtue","uh":"champion_tlotrr,state:feature=s3-0"},{"id":903,"c":30,"u":"extra%20attack_champion_tlotrr_5_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 5; Extra Attack","uh":"champion_tlotrr,state:feature=s4-0"},{"id":905,"c":30,"u":"craft%20or%20virtue_champion_tlotrr_6_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 6; Craft or Virtue","uh":"champion_tlotrr,state:feature=s5-0"},{"id":907,"c":30,"u":"champion%20way%20feature_champion_tlotrr_7_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 7; Champion Way feature","uh":"champion_tlotrr,state:feature=s6-0"},{"id":909,"c":30,"u":"virtue_champion_tlotrr_8_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 8; Virtue","uh":"champion_tlotrr,state:feature=s7-0"},{"id":911,"c":30,"u":"indomitable_champion_tlotrr_9_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 9; Indomitable","uh":"champion_tlotrr,state:feature=s8-0"},{"id":913,"c":30,"u":"extra%20attack%20(2)_champion_tlotrr_10_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion 10; Extra Attack (2)","uh":"champion_tlotrr,state:feature=s9-0"},{"id":915,"c":30,"u":"folk-lore_messenger_tlotrr_1_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 1; Folk-Lore","uh":"messenger_tlotrr,state:feature=s0-0"},{"id":917,"c":30,"u":"tireless%20and%20swift_messenger_tlotrr_1_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 1; Tireless and Swift","uh":"messenger_tlotrr,state:feature=s0-0"},{"id":919,"c":30,"u":"unarmoured%20defence_messenger_tlotrr_1_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 1; Unarmoured Defence","uh":"messenger_tlotrr,state:feature=s0-0"},{"id":921,"c":30,"u":"craft%20or%20virtue_messenger_tlotrr_2_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 2; Craft or Virtue","uh":"messenger_tlotrr,state:feature=s1-0"},{"id":923,"c":30,"u":"sneak%20attack_messenger_tlotrr_2_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 2; Sneak Attack","uh":"messenger_tlotrr,state:feature=s1-0"},{"id":925,"c":30,"u":"errand%20runner_messenger_tlotrr_3_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 3; Errand Runner","uh":"messenger_tlotrr,state:feature=s2-0"},{"id":927,"c":30,"u":"messenger%20path_messenger_tlotrr_3_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 3; Messenger Path","uh":"messenger_tlotrr,state:feature=s2-0"},{"id":929,"c":30,"u":"virtue_messenger_tlotrr_4_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 4; Virtue","uh":"messenger_tlotrr,state:feature=s3-0"},{"id":931,"c":30,"u":"uncanny%20dodge_messenger_tlotrr_5_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 5; Uncanny Dodge","uh":"messenger_tlotrr,state:feature=s4-0"},{"id":933,"c":30,"u":"craft%20or%20virtue_messenger_tlotrr_6_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 6; Craft or Virtue","uh":"messenger_tlotrr,state:feature=s5-0"},{"id":935,"c":30,"u":"tireless%20and%20swift%20improvement_messenger_tlotrr_6_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 6; Tireless and Swift improvement","uh":"messenger_tlotrr,state:feature=s5-0"},{"id":937,"c":30,"u":"messenger%20path%20feature_messenger_tlotrr_7_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 7; Messenger Path feature","uh":"messenger_tlotrr,state:feature=s6-0"},{"id":939,"c":30,"u":"virtue_messenger_tlotrr_8_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 8; Virtue","uh":"messenger_tlotrr,state:feature=s7-0"},{"id":941,"c":30,"u":"craft%20or%20virtue_messenger_tlotrr_10_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 10; Craft or Virtue","uh":"messenger_tlotrr,state:feature=s9-0"},{"id":943,"c":30,"u":"tireless%20and%20swift%20improvement_messenger_tlotrr_10_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Messenger 10; Tireless and Swift improvement","uh":"messenger_tlotrr,state:feature=s9-0"},{"id":945,"c":30,"u":"crafts_scholar_tlotrr_1_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 1; Crafts","uh":"scholar_tlotrr,state:feature=s0-0"},{"id":947,"c":30,"u":"rhymes%20of%20lore_scholar_tlotrr_1_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 1; Rhymes of Lore","uh":"scholar_tlotrr,state:feature=s0-0"},{"id":949,"c":30,"u":"unarmoured%20defence_scholar_tlotrr_1_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 1; Unarmoured Defence","uh":"scholar_tlotrr,state:feature=s0-0"},{"id":951,"c":30,"u":"cunning%20mind_scholar_tlotrr_2_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 2; Cunning Mind","uh":"scholar_tlotrr,state:feature=s1-0"},{"id":953,"c":30,"u":"hands%20of%20a%20healer_scholar_tlotrr_2_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 2; Hands of a Healer","uh":"scholar_tlotrr,state:feature=s1-0"},{"id":955,"c":30,"u":"expertise_scholar_tlotrr_3_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 3; Expertise","uh":"scholar_tlotrr,state:feature=s2-0"},{"id":957,"c":30,"u":"scholar%20tradition_scholar_tlotrr_3_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 3; Scholar Tradition","uh":"scholar_tlotrr,state:feature=s2-0"},{"id":959,"c":30,"u":"virtue_scholar_tlotrr_4_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 4; Virtue","uh":"scholar_tlotrr,state:feature=s3-0"},{"id":961,"c":30,"u":"rhymes%20of%20lore%20(d8)_scholar_tlotrr_5_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 5; Rhymes of Lore (d8)","uh":"scholar_tlotrr,state:feature=s4-0"},{"id":963,"c":30,"u":"unending%20rhymes_scholar_tlotrr_5_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 5; Unending Rhymes","uh":"scholar_tlotrr,state:feature=s4-0"},{"id":965,"c":30,"u":"virtue_scholar_tlotrr_6_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 6; Virtue","uh":"scholar_tlotrr,state:feature=s5-0"},{"id":967,"c":30,"u":"scholar%20tradition%20feature_scholar_tlotrr_7_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 7; Scholar Tradition feature","uh":"scholar_tlotrr,state:feature=s6-0"},{"id":969,"c":30,"u":"virtue_scholar_tlotrr_8_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 8; Virtue","uh":"scholar_tlotrr,state:feature=s7-0"},{"id":971,"c":30,"u":"hands%20of%20a%20healer%20(d8)_scholar_tlotrr_9_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 9; Hands of a Healer (d8)","uh":"scholar_tlotrr,state:feature=s8-0"},{"id":973,"c":30,"u":"expertise_scholar_tlotrr_10_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 10; Expertise","uh":"scholar_tlotrr,state:feature=s9-0"},{"id":975,"c":30,"u":"rhymes%20of%20lore%20(d10)_scholar_tlotrr_10_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 10; Rhymes of Lore (d10)","uh":"scholar_tlotrr,state:feature=s9-0"},{"id":977,"c":30,"u":"unfailing%20rhymes_scholar_tlotrr_10_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scholar 10; Unfailing Rhymes","uh":"scholar_tlotrr,state:feature=s9-0"},{"id":979,"c":30,"u":"expertise_treasure%20hunter_tlotrr_1_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 1; Expertise","uh":"treasure%20hunter_tlotrr,state:feature=s0-0"},{"id":981,"c":30,"u":"sneak%20attack_treasure%20hunter_tlotrr_1_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 1; Sneak Attack","uh":"treasure%20hunter_tlotrr,state:feature=s0-0"},{"id":983,"c":30,"u":"cunning%20action_treasure%20hunter_tlotrr_2_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 2; Cunning Action","uh":"treasure%20hunter_tlotrr,state:feature=s1-0"},{"id":985,"c":30,"u":"treasure%20hunter%20speciality_treasure%20hunter_tlotrr_3_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 3; Treasure Hunter Speciality","uh":"treasure%20hunter_tlotrr,state:feature=s2-0"},{"id":987,"c":30,"u":"virtue_treasure%20hunter_tlotrr_4_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 4; Virtue","uh":"treasure%20hunter_tlotrr,state:feature=s3-0"},{"id":989,"c":30,"u":"uncanny%20dodge_treasure%20hunter_tlotrr_5_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 5; Uncanny Dodge","uh":"treasure%20hunter_tlotrr,state:feature=s4-0"},{"id":991,"c":30,"u":"craft%20or%20virtue_treasure%20hunter_tlotrr_6_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 6; Craft or Virtue","uh":"treasure%20hunter_tlotrr,state:feature=s5-0"},{"id":993,"c":30,"u":"treasure%20hunter%20speciality%20feature_treasure%20hunter_tlotrr_7_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 7; Treasure Hunter Speciality feature","uh":"treasure%20hunter_tlotrr,state:feature=s6-0"},{"id":995,"c":30,"u":"virtue_treasure%20hunter_tlotrr_8_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 8; Virtue","uh":"treasure%20hunter_tlotrr,state:feature=s7-0"},{"id":997,"c":30,"u":"expertise_treasure%20hunter_tlotrr_9_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 9; Expertise","uh":"treasure%20hunter_tlotrr,state:feature=s8-0"},{"id":999,"c":30,"u":"reliable%20talent_treasure%20hunter_tlotrr_10_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Treasure Hunter 10; Reliable Talent","uh":"treasure%20hunter_tlotrr,state:feature=s9-0"},{"id":1001,"c":30,"u":"shadow-lore_warden_tlotrr_1_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 1; Shadow-Lore","uh":"warden_tlotrr,state:feature=s0-0"},{"id":1003,"c":30,"u":"warded%20lands_warden_tlotrr_1_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 1; Warded Lands","uh":"warden_tlotrr,state:feature=s0-0"},{"id":1005,"c":30,"u":"craft%20or%20virtue_warden_tlotrr_2_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 2; Craft or Virtue","uh":"warden_tlotrr,state:feature=s1-0"},{"id":1007,"c":30,"u":"fighting%20style_warden_tlotrr_2_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 2; Fighting Style","uh":"warden_tlotrr,state:feature=s1-0"},{"id":1009,"c":30,"u":"rumour%20of%20the%20earth_warden_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 3; Rumour of the Earth","uh":"warden_tlotrr,state:feature=s2-0"},{"id":1011,"c":30,"u":"warden%20oath_warden_tlotrr_3_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 3; Warden Oath","uh":"warden_tlotrr,state:feature=s2-0"},{"id":1013,"c":30,"u":"virtue_warden_tlotrr_4_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 4; Virtue","uh":"warden_tlotrr,state:feature=s3-0"},{"id":1015,"c":30,"u":"warded%20lands%20improvement_warden_tlotrr_4_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 4; Warded Lands improvement","uh":"warden_tlotrr,state:feature=s3-0"},{"id":1017,"c":30,"u":"extra%20attack_warden_tlotrr_5_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 5; Extra Attack","uh":"warden_tlotrr,state:feature=s4-0"},{"id":1019,"c":30,"u":"craft%20or%20virtue_warden_tlotrr_6_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 6; Craft or Virtue","uh":"warden_tlotrr,state:feature=s5-0"},{"id":1021,"c":30,"u":"shadow-lore%20improvement_warden_tlotrr_6_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 6; Shadow-Lore improvement","uh":"warden_tlotrr,state:feature=s5-0"},{"id":1023,"c":30,"u":"warded%20lands%20improvement_warden_tlotrr_6_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 6; Warded Lands improvement","uh":"warden_tlotrr,state:feature=s5-0"},{"id":1025,"c":30,"u":"warden%20oath%20feature_warden_tlotrr_7_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 7; Warden Oath feature","uh":"warden_tlotrr,state:feature=s6-0"},{"id":1027,"c":30,"u":"virtue_warden_tlotrr_8_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 8; Virtue","uh":"warden_tlotrr,state:feature=s7-0"},{"id":1029,"c":30,"u":"warded%20lands%20improvement_warden_tlotrr_8_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 8; Warded Lands improvement","uh":"warden_tlotrr,state:feature=s7-0"},{"id":1031,"c":30,"u":"long%20stride_warden_tlotrr_9_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 9; Long Stride","uh":"warden_tlotrr,state:feature=s8-0"},{"id":1033,"c":30,"u":"craft%20or%20virtue_warden_tlotrr_10_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 10; Craft or Virtue","uh":"warden_tlotrr,state:feature=s9-0"},{"id":1035,"c":30,"u":"shadow-lore%20improvement_warden_tlotrr_10_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 10; Shadow-Lore improvement","uh":"warden_tlotrr,state:feature=s9-0"},{"id":1037,"c":30,"u":"warded%20lands%20improvement_warden_tlotrr_10_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warden 10; Warded Lands improvement","uh":"warden_tlotrr,state:feature=s9-0"},{"id":1039,"c":41,"u":"shadow%20gnawer_barbarian_phb_shadow%20gnawer_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gnawer Barbarian 3; Shadow Gnawer","uh":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1~feature=s2-0"},{"id":1041,"c":41,"u":"shadow%20smoke_barbarian_phb_shadow%20gnawer_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gnawer Barbarian 3; Shadow Smoke","uh":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1~feature=s2-0"},{"id":1043,"c":41,"u":"creeping%20fog_barbarian_phb_shadow%20gnawer_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gnawer Barbarian 6; Creeping Fog","uh":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1~feature=s5-0"},{"id":1045,"c":41,"u":"consume%20darkness_barbarian_phb_shadow%20gnawer_bookofebontides_10_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gnawer Barbarian 10; Consume Darkness","uh":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1~feature=s9-0"},{"id":1047,"c":41,"u":"corrosive%20haze_barbarian_phb_shadow%20gnawer_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gnawer Barbarian 14; Corrosive Haze","uh":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1~feature=s13-0"},{"id":1049,"c":41,"u":"college%20of%20shadow_bard_phb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Bard 3; College of Shadow","uh":"bard_phb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1051,"c":41,"u":"dancing%20shadows_bard_phb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Bard 3; Dancing Shadows","uh":"bard_phb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1053,"c":41,"u":"fear%20of%20the%20dark_bard_phb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Bard 3; Fear of the Dark","uh":"bard_phb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1055,"c":41,"u":"shade%20step_bard_phb_shadow_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Bard 6; Shade Step","uh":"bard_phb,state:sub-shadow-bookofebontides=b1~feature=s5-0"},{"id":1057,"c":41,"u":"night%20music_bard_phb_shadow_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Bard 14; Night Music","uh":"bard_phb,state:sub-shadow-bookofebontides=b1~feature=s13-0"},{"id":1059,"c":41,"u":"keeper%20domain_cleric_phb_keeper_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 1; Keeper Domain","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s0-0"},{"id":1061,"c":41,"u":"blessed%20chosen_cleric_phb_keeper_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 1; Blessed Chosen","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s0-0"},{"id":1063,"c":41,"u":"bonus%20proficiencies_cleric_phb_keeper_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s0-0"},{"id":1065,"c":41,"u":"channel%20divinity%3a%20divine%20initiative_cleric_phb_keeper_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 2; Channel Divinity: Divine Initiative","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s1-0"},{"id":1067,"c":41,"u":"fighting%20pit_cleric_phb_keeper_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 6; Fighting Pit","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s5-0"},{"id":1069,"c":41,"u":"hobbling%20strike_cleric_phb_keeper_bookofebontides_8_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 8; Hobbling Strike","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s7-0"},{"id":1071,"c":41,"u":"duty%20over%20death_cleric_phb_keeper_bookofebontides_17_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 17; Duty Over Death","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s16-0"},{"id":1073,"c":41,"u":"shadow%20domain_cleric_phb_shadow_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 1; Shadow Domain","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s0-0"},{"id":1075,"c":41,"u":"cover%20of%20night_cleric_phb_shadow_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 1; Cover of Night","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s0-0"},{"id":1077,"c":41,"u":"lengthen%20shadow_cleric_phb_shadow_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 1; Lengthen Shadow","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s0-0"},{"id":1079,"c":41,"u":"channel%20divinity%3a%20shadow%20grasp_cleric_phb_shadow_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 2; Channel Divinity: Shadow Grasp","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s1-0"},{"id":1081,"c":41,"u":"fade%20to%20black_cleric_phb_shadow_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 6; Fade to Black","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s5-0"},{"id":1083,"c":41,"u":"potent%20spellcasting_cleric_phb_shadow_bookofebontides_8_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s7-0"},{"id":1085,"c":41,"u":"army%20of%20shadow_cleric_phb_shadow_bookofebontides_17_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 17; Army of Shadow","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s16-0"},{"id":1087,"c":41,"u":"circle%20of%20shadows_druid_phb_shadows_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 2; Circle of Shadows","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s1-0"},{"id":1089,"c":41,"u":"circle%20spells_druid_phb_shadows_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 2; Circle Spells","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s1-0"},{"id":1091,"c":41,"u":"umbral%20form_druid_phb_shadows_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 2; Umbral Form","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s1-0"},{"id":1093,"c":41,"u":"dark%20servant_druid_phb_shadows_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 6; Dark Servant","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s5-0"},{"id":1095,"c":41,"u":"shadow%20mass_druid_phb_shadows_bookofebontides_10_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 10; Shadow Mass","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s9-0"},{"id":1097,"c":41,"u":"darkness%20falls_druid_phb_shadows_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 14; Darkness Falls","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s13-0"},{"id":1099,"c":41,"u":"way%20of%20the%20prophet_monk_phb_prophet_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 2; Way of the Prophet","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s1-0"},{"id":1101,"c":41,"u":"charming%20aura_monk_phb_prophet_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 2; Charming Aura","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s1-0"},{"id":1103,"c":41,"u":"wise%20words_monk_phb_prophet_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 2; Wise Words","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s1-0"},{"id":1105,"c":41,"u":"righteous%20strike_monk_phb_prophet_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 6; Righteous Strike","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s5-0"},{"id":1107,"c":41,"u":"blessed%20chosen_monk_phb_prophet_bookofebontides_11_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 11; Blessed Chosen","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s10-0"},{"id":1109,"c":41,"u":"force%20of%20personality_monk_phb_prophet_bookofebontides_17_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 17; Force of Personality","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s16-0"},{"id":1111,"c":41,"u":"umbral%20binder_rogue_phb_umbral%20binder_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 3; Umbral Binder","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s2-0"},{"id":1113,"c":41,"u":"eyes%20in%20the%20dark_rogue_phb_umbral%20binder_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 3; Eyes In the Dark","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s2-0"},{"id":1115,"c":41,"u":"shadow%20bind_rogue_phb_umbral%20binder_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 3; Shadow Bind","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s2-0"},{"id":1117,"c":41,"u":"cloaked%20dagger_rogue_phb_umbral%20binder_bookofebontides_9_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 9; Cloaked Dagger","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s8-0"},{"id":1119,"c":41,"u":"black%20magic_rogue_phb_umbral%20binder_bookofebontides_13_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 13; Black Magic","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s12-0"},{"id":1121,"c":41,"u":"shadow%20grasp_rogue_phb_umbral%20binder_bookofebontides_17_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 17; Shadow Grasp","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s16-0"},{"id":1123,"c":41,"u":"flickering%20aura_sorcerer_phb_light%20weaver_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 1; Flickering Aura","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s0-0"},{"id":1125,"c":41,"u":"trick%20of%20the%20light_sorcerer_phb_light%20weaver_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 1; Trick of the Light","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s0-0"},{"id":1127,"c":41,"u":"light%20weaver%20sorcerous%20origin_sorcerer_phb_light%20weaver_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 1; Light Weaver Sorcerous Origin","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s0-0"},{"id":1129,"c":41,"u":"refraction%20shield_sorcerer_phb_light%20weaver_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 6; Refraction Shield","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s5-0"},{"id":1131,"c":41,"u":"aura%20magnification_sorcerer_phb_light%20weaver_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 14; Aura Magnification","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s13-0"},{"id":1133,"c":41,"u":"spell%20blind_sorcerer_phb_light%20weaver_bookofebontides_18_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 18; Spell Blind","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s17-0"},{"id":1135,"c":41,"u":"mother%20of%20sorrows_warlock_phb_mother%20of%20sorrows_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 1; Mother of Sorrows","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s0-0"},{"id":1137,"c":41,"u":"poison%20soul_warlock_phb_mother%20of%20sorrows_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 1; Poison Soul","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s0-0"},{"id":1139,"c":41,"u":"venomous%20mark_warlock_phb_mother%20of%20sorrows_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 1; Venomous Mark","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s0-0"},{"id":1141,"c":41,"u":"sickening%20revenge_warlock_phb_mother%20of%20sorrows_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 6; Sickening Revenge","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s5-0"},{"id":1143,"c":41,"u":"dark%20inoculation_warlock_phb_mother%20of%20sorrows_bookofebontides_10_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 10; Dark Inoculation","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s9-0"},{"id":1145,"c":41,"u":"touch%20of%20sorrow_warlock_phb_mother%20of%20sorrows_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 14; Touch of Sorrow","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s13-0"},{"id":1147,"c":41,"u":"shadow%20arcane%20tradition_wizard_phb_shadow_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 2; Shadow Arcane Tradition","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s1-0"},{"id":1149,"c":41,"u":"dark%20transfusion_wizard_phb_shadow_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 2; Dark Transfusion","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s1-0"},{"id":1151,"c":41,"u":"shadow%20symbiote_wizard_phb_shadow_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 2; Shadow Symbiote","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s1-0"},{"id":1153,"c":41,"u":"orb%20of%20night_wizard_phb_shadow_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 6; Orb of Night","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s5-0"},{"id":1155,"c":41,"u":"from%20the%20shadows_wizard_phb_shadow_bookofebontides_10_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 10; From the Shadows","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s9-0"},{"id":1157,"c":41,"u":"second%20skin_wizard_phb_shadow_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 14; Second Skin","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s13-0"},{"id":1159,"c":41,"u":"circle%20of%20shadows_druid_xphb_shadows_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 3; Circle of Shadows","uh":"druid_xphb,state:sub-shadows-bookofebontides=b1~feature=s2-0"},{"id":1161,"c":41,"u":"keeper%20domain_cleric_xphb_keeper_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 3; Keeper Domain","uh":"cleric_xphb,state:sub-keeper-bookofebontides=b1~feature=s2-0"},{"id":1163,"c":41,"u":"channel%20divinity%3a%20divine%20initiative_cleric_xphb_keeper_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 3; Channel Divinity: Divine Initiative","uh":"cleric_xphb,state:sub-keeper-bookofebontides=b1~feature=s2-0"},{"id":1165,"c":41,"u":"light%20weaver%20sorcerous%20origin_sorcerer_xphb_light%20weaver_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 3; Light Weaver Sorcerous Origin","uh":"sorcerer_xphb,state:sub-light-weaver-bookofebontides=b1~feature=s2-0"},{"id":1167,"c":41,"u":"mother%20of%20sorrows_warlock_xphb_mother%20of%20sorrows_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 3; Mother of Sorrows","uh":"warlock_xphb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s2-0"},{"id":1169,"c":41,"u":"shadow%20arcane%20tradition_wizard_xphb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 3; Shadow Arcane Tradition","uh":"wizard_xphb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1171,"c":41,"u":"shadow%20domain_cleric_xphb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 3; Shadow Domain","uh":"cleric_xphb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1173,"c":41,"u":"channel%20divinity%3a%20shadow%20grasp_cleric_xphb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 3; Channel Divinity: Shadow Grasp","uh":"cleric_xphb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1175,"c":41,"u":"way%20of%20the%20prophet_monk_xphb_prophet_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 3; Way of the Prophet","uh":"monk_xphb,state:sub-prophet-bookofebontides=b1~feature=s2-0"},{"id":1177,"c":41,"u":"path%20of%20the%20carrion%20raven_barbarian_phb_carrion%20raven_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Carrion Raven Barbarian 3; Path of the Carrion Raven","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s2-0"},{"id":1179,"c":41,"u":"martial%20maneuvers_barbarian_phb_carrion%20raven_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Carrion Raven Barbarian 3; Martial Maneuvers","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s2-0"},{"id":1181,"c":41,"u":"carrion%20raven%20maneuvers_barbarian_phb_carrion%20raven_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Carrion Raven Barbarian 3; Carrion Raven Maneuvers","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s2-0"},{"id":1183,"c":41,"u":"feral%20celerity_barbarian_phb_carrion%20raven_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Carrion Raven Barbarian 3; Feral Celerity","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s2-0"},{"id":1185,"c":41,"u":"raven's%20spirit_barbarian_phb_carrion%20raven_grimhollowplayerpack_6_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Carrion Raven Barbarian 6; Raven's Spirit","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s5-0"},{"id":1187,"c":41,"u":"ferocious%20rage_barbarian_phb_carrion%20raven_grimhollowplayerpack_10_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Carrion Raven Barbarian 10; Ferocious Rage","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s9-0"},{"id":1189,"c":41,"u":"violent%20hunger_barbarian_phb_carrion%20raven_grimhollowplayerpack_14_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Carrion Raven Barbarian 14; Violent Hunger","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s13-0"},{"id":1191,"c":41,"u":"college%20of%20requiems_bard_phb_requiems_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Requiems Bard 3; College of Requiems","uh":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1~feature=s2-0"},{"id":1193,"c":41,"u":"chilling%20melody_bard_phb_requiems_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Requiems Bard 3; Chilling Melody","uh":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1~feature=s2-0"},{"id":1195,"c":41,"u":"pluck%20the%20heartstrings_bard_phb_requiems_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Requiems Bard 3; Pluck the Heartstrings","uh":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1~feature=s2-0"},{"id":1197,"c":41,"u":"stir%20the%20bones_bard_phb_requiems_grimhollowplayerpack_6_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Requiems Bard 6; Stir the Bones","uh":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1~feature=s5-0"},{"id":1199,"c":41,"u":"dance%20of%20the%20dead_bard_phb_requiems_grimhollowplayerpack_14_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Requiems Bard 14; Dance of the Dead","uh":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1~feature=s13-0"},{"id":1201,"c":41,"u":"inquisition%20domain_cleric_phb_inquisition_grimhollowplayerpack_1_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Inquisition Cleric 1; Inquisition Domain","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s0-0"},{"id":1203,"c":41,"u":"bonus%20proficiencies_cleric_phb_inquisition_grimhollowplayerpack_1_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Inquisition Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s0-0"},{"id":1205,"c":41,"u":"witch%20hunter's%20strike_cleric_phb_inquisition_grimhollowplayerpack_1_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Inquisition Cleric 1; Witch Hunter's Strike","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s0-0"},{"id":1207,"c":41,"u":"channel%20divinity%3a%20spell%20shield_cleric_phb_inquisition_grimhollowplayerpack_2_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Inquisition Cleric 2; Channel Divinity: Spell Shield","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s1-0"},{"id":1209,"c":41,"u":"rebuke%20invoker_cleric_phb_inquisition_grimhollowplayerpack_6_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Inquisition Cleric 6; Rebuke Invoker","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s5-0"},{"id":1211,"c":41,"u":"divine%20strike_cleric_phb_inquisition_grimhollowplayerpack_8_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Inquisition Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s7-0"},{"id":1213,"c":41,"u":"supernal%20safeguard_cleric_phb_inquisition_grimhollowplayerpack_17_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Inquisition Cleric 17; Supernal Safeguard","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s16-0"},{"id":1215,"c":41,"u":"blade%20breaker_fighter_phb_blade%20breaker_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blade Breaker Fighter 3; Blade Breaker","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s2-0"},{"id":1217,"c":41,"u":"martial%20maneuvers_fighter_phb_blade%20breaker_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blade Breaker Fighter 3; Martial Maneuvers","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s2-0"},{"id":1219,"c":41,"u":"blade%20breaker%20maneuvers_fighter_phb_blade%20breaker_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blade Breaker Fighter 3; Blade Breaker Maneuvers","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s2-0"},{"id":1221,"c":41,"u":"stance%20of%20the%20blade%20breaker_fighter_phb_blade%20breaker_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blade Breaker Fighter 3; Stance of the Blade Breaker","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s2-0"},{"id":1223,"c":41,"u":"unyielding%20determination_fighter_phb_blade%20breaker_grimhollowplayerpack_7_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blade Breaker Fighter 7; Unyielding Determination","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s6-0"},{"id":1225,"c":41,"u":"breaker%20of%20minds_fighter_phb_blade%20breaker_grimhollowplayerpack_10_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blade Breaker Fighter 10; Breaker of Minds","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s9-0"},{"id":1227,"c":41,"u":"adrenaline%20rush_fighter_phb_blade%20breaker_grimhollowplayerpack_15_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blade Breaker Fighter 15; Adrenaline Rush","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s14-0"},{"id":1229,"c":41,"u":"blooded%20clarity_fighter_phb_blade%20breaker_grimhollowplayerpack_18_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blade Breaker Fighter 18; Blooded Clarity","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s17-0"},{"id":1231,"c":41,"u":"oath%20of%20zeal_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Zeal Paladin 3; Oath of Zeal","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1233,"c":41,"u":"tenets%20of%20zeal_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Zeal Paladin 3; Tenets of Zeal","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1235,"c":41,"u":"oath%20of%20zeal%20spells_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Zeal Paladin 3; Oath of Zeal Spells","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1237,"c":41,"u":"channel%20divinity_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Zeal Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1239,"c":41,"u":"mark%20of%20the%20heretic_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Zeal Paladin 3; Mark of the Heretic","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1241,"c":41,"u":"inquisitor's%20eye_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Zeal Paladin 3; Inquisitor's Eye","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1243,"c":41,"u":"aura%20of%20clarity_paladin_phb_zeal_grimhollowplayerpack_7_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Zeal Paladin 7; Aura of Clarity","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s6-0"},{"id":1245,"c":41,"u":"compel%20confession_paladin_phb_zeal_grimhollowplayerpack_15_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Zeal Paladin 15; Compel Confession","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s14-0"},{"id":1247,"c":41,"u":"apocalyptic%20revelation_paladin_phb_zeal_grimhollowplayerpack_20_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Zeal Paladin 20; Apocalyptic Revelation","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s19-0"},{"id":1249,"c":41,"u":"misfortune%20bringer_rogue_phb_misfortune_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Misfortune Rogue 3; Misfortune Bringer","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s2-0"},{"id":1251,"c":41,"u":"evil%20eye_rogue_phb_misfortune_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Misfortune Rogue 3; Evil Eye","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s2-0"},{"id":1253,"c":41,"u":"misfortunist_rogue_phb_misfortune_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Misfortune Rogue 3; Misfortunist","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s2-0"},{"id":1255,"c":41,"u":"misfortunes_rogue_phb_misfortune_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Misfortune Rogue 3; Misfortunes","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s2-0"},{"id":1257,"c":41,"u":"steal%20luck_rogue_phb_misfortune_grimhollowplayerpack_9_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Misfortune Rogue 9; Steal Luck","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s8-0"},{"id":1259,"c":41,"u":"curse%20caster_rogue_phb_misfortune_grimhollowplayerpack_13_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Misfortune Rogue 13; Curse Caster","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s12-0"},{"id":1261,"c":41,"u":"improved%20steal%20luck_rogue_phb_misfortune_grimhollowplayerpack_17_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Misfortune Rogue 17; Improved Steal Luck","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s16-0"},{"id":1263,"c":41,"u":"inquisition%20domain_cleric_xphb_inquisition_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Inquisition Cleric 3; Inquisition Domain","uh":"cleric_xphb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s2-0"},{"id":1265,"c":41,"u":"channel%20divinity%3a%20spell%20shield_cleric_xphb_inquisition_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Inquisition Cleric 3; Channel Divinity: Spell Shield","uh":"cleric_xphb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s2-0"},{"id":1267,"c":41,"u":"architect%20of%20ruin_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Architect of Ruin Illrigger 3; Architect of Ruin","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1269,"c":41,"u":"asmodeus's%20blessing_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Architect of Ruin Illrigger 3; Asmodeus's Blessing","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1271,"c":41,"u":"invoke%20hell_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Architect of Ruin Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1273,"c":41,"u":"spellcasting_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Architect of Ruin Illrigger 3; Spellcasting","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1275,"c":41,"u":"enervating%20spell_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Architect of Ruin Illrigger 3; Enervating Spell","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1277,"c":41,"u":"spellblade_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Architect of Ruin Illrigger 3; Spellblade","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1279,"c":41,"u":"asmodeus's%20interdiction_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Architect of Ruin Illrigger 7; Asmodeus's Interdiction","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s6-0"},{"id":1281,"c":41,"u":"hellish%20versatility_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Architect of Ruin Illrigger 7; Hellish Versatility","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s6-0"},{"id":1283,"c":41,"u":"submit_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Architect of Ruin Illrigger 11; Submit","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s10-0"},{"id":1285,"c":41,"u":"vile%20transmogrification_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Architect of Ruin Illrigger 15; Vile Transmogrification","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s14-0"},{"id":1287,"c":41,"u":"charm%20enemy_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellspeaker Illrigger 3; Charm Enemy","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1289,"c":41,"u":"hellspeaker_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellspeaker Illrigger 3; Hellspeaker","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1291,"c":41,"u":"invoke%20hell_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellspeaker Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1293,"c":41,"u":"moloch's%20blessing_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellspeaker Illrigger 3; Moloch's Blessing","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1295,"c":41,"u":"honey-sweet%20blades_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellspeaker Illrigger 3; Honey-Sweet Blades","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1297,"c":41,"u":"turncoat_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellspeaker Illrigger 3; Turncoat","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1299,"c":41,"u":"moloch's%20interdiction_illrigger_illriggerrevised_hellspeaker_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellspeaker Illrigger 7; Moloch's Interdiction","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s6-0"},{"id":1301,"c":41,"u":"intransigent_illrigger_illriggerrevised_hellspeaker_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellspeaker Illrigger 11; Intransigent","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s10-0"},{"id":1303,"c":41,"u":"let's%20make%20a%20deal_illrigger_illriggerrevised_hellspeaker_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellspeaker Illrigger 11; Let's Make a Deal","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s10-0"},{"id":1305,"c":41,"u":"quid%20pro%20quo_illrigger_illriggerrevised_hellspeaker_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellspeaker Illrigger 15; Quid Pro Quo","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s14-0"},{"id":1307,"c":41,"u":"devastator_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Painkiller Illrigger 3; Devastator","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1309,"c":41,"u":"dispater's%20blessing_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Painkiller Illrigger 3; Dispater's Blessing","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1311,"c":41,"u":"invoke%20hell_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Painkiller Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1313,"c":41,"u":"painkiller_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Painkiller Illrigger 3; Painkiller","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1315,"c":41,"u":"grand%20strategist_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Painkiller Illrigger 3; Grand Strategist","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1317,"c":41,"u":"punishment_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Painkiller Illrigger 3; Punishment","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1319,"c":41,"u":"dispater's%20interdiction_illrigger_illriggerrevised_painkiller_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Painkiller Illrigger 7; Dispater's Interdiction","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s6-0"},{"id":1321,"c":41,"u":"you%20die%20on%20my%20command!_illrigger_illriggerrevised_painkiller_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Painkiller Illrigger 11; You Die on My Command!","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s10-0"},{"id":1323,"c":41,"u":"deathstrike_illrigger_illriggerrevised_painkiller_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Painkiller Illrigger 15; Deathstrike","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s14-0"},{"id":1325,"c":41,"u":"exsanguinate_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Sanguine Knight Illrigger 3; Exsanguinate","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1327,"c":41,"u":"invoke%20hell_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Sanguine Knight Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1329,"c":41,"u":"sanguine%20knight_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Sanguine Knight Illrigger 3; Sanguine Knight","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1331,"c":41,"u":"sutekh's%20blessing_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Sanguine Knight Illrigger 3; Sutekh's Blessing","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1333,"c":41,"u":"embolden%20allies_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Sanguine Knight Illrigger 3; Embolden Allies","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1335,"c":41,"u":"vitalize_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Sanguine Knight Illrigger 3; Vitalize","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1337,"c":41,"u":"sutekh's%20interdiction_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Sanguine Knight Illrigger 7; Sutekh's Interdiction","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s6-0"},{"id":1339,"c":41,"u":"bloodstroke_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Sanguine Knight Illrigger 11; Bloodstroke","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s10-0"},{"id":1341,"c":41,"u":"haemal%20exchange_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Sanguine Knight Illrigger 15; Haemal Exchange","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s14-0"},{"id":1343,"c":41,"u":"invoke%20hell_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Shadowmaster Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1345,"c":41,"u":"marked%20for%20death_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Shadowmaster Illrigger 3; Marked for Death","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1347,"c":41,"u":"shadowmaster_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Shadowmaster Illrigger 3; Shadowmaster","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1349,"c":41,"u":"strike%20from%20the%20dark_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Shadowmaster Illrigger 3; Strike from the Dark","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1351,"c":41,"u":"master%20of%20disguise_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Shadowmaster Illrigger 3; Master of Disguise","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1353,"c":41,"u":"no%20escape_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Shadowmaster Illrigger 3; No Escape","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1355,"c":41,"u":"belial's%20interdiction_illrigger_illriggerrevised_shadowmaster_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Shadowmaster Illrigger 7; Belial's Interdiction","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s6-0"},{"id":1357,"c":41,"u":"umbral%20killer_illrigger_illriggerrevised_shadowmaster_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Shadowmaster Illrigger 11; Umbral Killer","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s10-0"},{"id":1359,"c":41,"u":"doomed%20to%20the%20shadows_illrigger_illriggerrevised_shadowmaster_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Shadowmaster Illrigger 15; Doomed to the Shadows","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s14-0"},{"id":1361,"c":41,"u":"chieftain_captain_tlotrr_chieftain_tlotrr_3_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Chieftain Captain 3; Chieftain","uh":"captain_tlotrr,state:sub-chieftain-tlotrr=b1~feature=s2-0"},{"id":1363,"c":41,"u":"challenge_captain_tlotrr_chieftain_tlotrr_3_tlotrr","p":47,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Chieftain Captain 3; Challenge","uh":"captain_tlotrr,state:sub-chieftain-tlotrr=b1~feature=s2-0"},{"id":1365,"c":41,"u":"pursuer%20of%20foes_captain_tlotrr_chieftain_tlotrr_7_tlotrr","p":47,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Chieftain Captain 7; Pursuer of Foes","uh":"captain_tlotrr,state:sub-chieftain-tlotrr=b1~feature=s6-0"},{"id":1367,"c":41,"u":"thane_captain_tlotrr_thane_tlotrr_3_tlotrr","p":47,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Thane Captain 3; Thane","uh":"captain_tlotrr,state:sub-thane-tlotrr=b1~feature=s2-0"},{"id":1369,"c":41,"u":"bright%20blade_captain_tlotrr_thane_tlotrr_3_tlotrr","p":47,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Thane Captain 3; Bright Blade","uh":"captain_tlotrr,state:sub-thane-tlotrr=b1~feature=s2-0"},{"id":1371,"c":41,"u":"tireless%20leader_captain_tlotrr_thane_tlotrr_7_tlotrr","p":47,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Thane Captain 7; Tireless Leader","uh":"captain_tlotrr,state:sub-thane-tlotrr=b1~feature=s6-0"},{"id":1373,"c":41,"u":"sharp-shooter_champion_tlotrr_sharp-shooter_tlotrr_3_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sharp-Shooter Champion 3; Sharp-Shooter","uh":"champion_tlotrr,state:sub-sharpshooter-tlotrr=b1~feature=s2-0"},{"id":1375,"c":41,"u":"bonus%20proficiency_champion_tlotrr_sharp-shooter_tlotrr_3_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sharp-Shooter Champion 3; Bonus Proficiency","uh":"champion_tlotrr,state:sub-sharpshooter-tlotrr=b1~feature=s2-0"},{"id":1377,"c":41,"u":"mighty%20shot_champion_tlotrr_sharp-shooter_tlotrr_3_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sharp-Shooter Champion 3; Mighty Shot","uh":"champion_tlotrr,state:sub-sharpshooter-tlotrr=b1~feature=s2-0"},{"id":1379,"c":41,"u":"true%20shot_champion_tlotrr_sharp-shooter_tlotrr_7_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sharp-Shooter Champion 7; True Shot","uh":"champion_tlotrr,state:sub-sharpshooter-tlotrr=b1~feature=s6-0"},{"id":1381,"c":41,"u":"slayer_champion_tlotrr_slayer_tlotrr_3_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Slayer Champion 3; Slayer","uh":"champion_tlotrr,state:sub-slayer-tlotrr=b1~feature=s2-0"},{"id":1383,"c":41,"u":"battle-fury_champion_tlotrr_slayer_tlotrr_3_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Slayer Champion 3; Battle-Fury","uh":"champion_tlotrr,state:sub-slayer-tlotrr=b1~feature=s2-0"},{"id":1385,"c":41,"u":"sterner%20than%20steel_champion_tlotrr_slayer_tlotrr_3_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Slayer Champion 3; Sterner Than Steel","uh":"champion_tlotrr,state:sub-slayer-tlotrr=b1~feature=s2-0"},{"id":1387,"c":41,"u":"war-hardened_champion_tlotrr_slayer_tlotrr_7_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Slayer Champion 7; War-Hardened","uh":"champion_tlotrr,state:sub-slayer-tlotrr=b1~feature=s6-0"},{"id":1389,"c":41,"u":"bonus%20proficiencies_messenger_tlotrr_counsellor_tlotrr_3_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Counsellor Messenger 3; Bonus Proficiencies","uh":"messenger_tlotrr,state:sub-counsellor-tlotrr=b1~feature=s2-0"},{"id":1391,"c":41,"u":"counsellor_messenger_tlotrr_counsellor_tlotrr_3_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Counsellor Messenger 3; Counsellor","uh":"messenger_tlotrr,state:sub-counsellor-tlotrr=b1~feature=s2-0"},{"id":1393,"c":41,"u":"words%20of%20guard%20and%20guiding_messenger_tlotrr_counsellor_tlotrr_3_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Counsellor Messenger 3; Words of Guard and Guiding","uh":"messenger_tlotrr,state:sub-counsellor-tlotrr=b1~feature=s2-0"},{"id":1395,"c":41,"u":"a%20dangerous%20gift_messenger_tlotrr_counsellor_tlotrr_7_tlotrr","p":53,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Counsellor Messenger 7; A Dangerous Gift","uh":"messenger_tlotrr,state:sub-counsellor-tlotrr=b1~feature=s6-0"},{"id":1397,"c":41,"u":"fighting%20style_messenger_tlotrr_herald_tlotrr_3_tlotrr","p":53,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Herald Messenger 3; Fighting Style","uh":"messenger_tlotrr,state:sub-herald-tlotrr=b1~feature=s2-0"},{"id":1399,"c":41,"u":"forth%20to%20battle_messenger_tlotrr_herald_tlotrr_3_tlotrr","p":53,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Herald Messenger 3; Forth to Battle","uh":"messenger_tlotrr,state:sub-herald-tlotrr=b1~feature=s2-0"},{"id":1401,"c":41,"u":"herald_messenger_tlotrr_herald_tlotrr_3_tlotrr","p":53,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Herald Messenger 3; Herald","uh":"messenger_tlotrr,state:sub-herald-tlotrr=b1~feature=s2-0"},{"id":1403,"c":41,"u":"extra%20attack_messenger_tlotrr_herald_tlotrr_7_tlotrr","p":53,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Herald Messenger 7; Extra Attack","uh":"messenger_tlotrr,state:sub-herald-tlotrr=b1~feature=s6-0"},{"id":1405,"c":41,"u":"bonus%20proficiencies_scholar_tlotrr_healing_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Healing Scholar 3; Bonus Proficiencies","uh":"scholar_tlotrr,state:sub-healing-tlotrr=b1~feature=s2-0"},{"id":1407,"c":41,"u":"healing_scholar_tlotrr_healing_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Healing Scholar 3; Healing","uh":"scholar_tlotrr,state:sub-healing-tlotrr=b1~feature=s2-0"},{"id":1409,"c":41,"u":"wise%20leechcraft_scholar_tlotrr_healing_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Healing Scholar 3; Wise Leechcraft","uh":"scholar_tlotrr,state:sub-healing-tlotrr=b1~feature=s2-0"},{"id":1411,"c":41,"u":"a%20cure%20for%20weariness_scholar_tlotrr_healing_tlotrr_7_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Healing Scholar 7; A Cure for Weariness","uh":"scholar_tlotrr,state:sub-healing-tlotrr=b1~feature=s6-0"},{"id":1413,"c":41,"u":"bonus%20proficiencies_scholar_tlotrr_lore_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lore Scholar 3; Bonus Proficiencies","uh":"scholar_tlotrr,state:sub-lore-tlotrr=b1~feature=s2-0"},{"id":1415,"c":41,"u":"lore_scholar_tlotrr_lore_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lore Scholar 3; Lore","uh":"scholar_tlotrr,state:sub-lore-tlotrr=b1~feature=s2-0"},{"id":1417,"c":41,"u":"lore-master_scholar_tlotrr_lore_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lore Scholar 3; Lore-Master","uh":"scholar_tlotrr,state:sub-lore-tlotrr=b1~feature=s2-0"},{"id":1419,"c":41,"u":"words%20of%20command_scholar_tlotrr_lore_tlotrr_7_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lore Scholar 7; Words of Command","uh":"scholar_tlotrr,state:sub-lore-tlotrr=b1~feature=s6-0"},{"id":1421,"c":41,"u":"burglar_treasure%20hunter_tlotrr_burglar_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Burglar Treasure Hunter 3; Burglar","uh":"treasure%20hunter_tlotrr,state:sub-burglar-tlotrr=b1~feature=s2-0"},{"id":1423,"c":41,"u":"clever-handed_treasure%20hunter_tlotrr_burglar_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Burglar Treasure Hunter 3; Clever-Handed","uh":"treasure%20hunter_tlotrr,state:sub-burglar-tlotrr=b1~feature=s2-0"},{"id":1425,"c":41,"u":"tree-climber_treasure%20hunter_tlotrr_burglar_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Burglar Treasure Hunter 3; Tree-Climber","uh":"treasure%20hunter_tlotrr,state:sub-burglar-tlotrr=b1~feature=s2-0"},{"id":1427,"c":41,"u":"quiet-footed_treasure%20hunter_tlotrr_burglar_tlotrr_7_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Burglar Treasure Hunter 7; Quiet-Footed","uh":"treasure%20hunter_tlotrr,state:sub-burglar-tlotrr=b1~feature=s6-0"},{"id":1429,"c":41,"u":"cunning%20eye_treasure%20hunter_tlotrr_spy_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spy Treasure Hunter 3; Cunning Eye","uh":"treasure%20hunter_tlotrr,state:sub-spy-tlotrr=b1~feature=s2-0"},{"id":1431,"c":41,"u":"spy_treasure%20hunter_tlotrr_spy_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spy Treasure Hunter 3; Spy","uh":"treasure%20hunter_tlotrr,state:sub-spy-tlotrr=b1~feature=s2-0"},{"id":1433,"c":41,"u":"weak%20spot_treasure%20hunter_tlotrr_spy_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spy Treasure Hunter 3; Weak Spot","uh":"treasure%20hunter_tlotrr,state:sub-spy-tlotrr=b1~feature=s2-0"},{"id":1435,"c":41,"u":"sharp-eyed_treasure%20hunter_tlotrr_spy_tlotrr_7_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spy Treasure Hunter 7; Sharp-Eyed","uh":"treasure%20hunter_tlotrr,state:sub-spy-tlotrr=b1~feature=s6-0"},{"id":1437,"c":41,"u":"ambusher_warden_tlotrr_forayer_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Forayer Warden 3; Ambusher","uh":"warden_tlotrr,state:sub-forayer-tlotrr=b1~feature=s2-0"},{"id":1439,"c":41,"u":"bonus%20proficiency_warden_tlotrr_forayer_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Forayer Warden 3; Bonus Proficiency","uh":"warden_tlotrr,state:sub-forayer-tlotrr=b1~feature=s2-0"},{"id":1441,"c":41,"u":"forayer_warden_tlotrr_forayer_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Forayer Warden 3; Forayer","uh":"warden_tlotrr,state:sub-forayer-tlotrr=b1~feature=s2-0"},{"id":1443,"c":41,"u":"sneak%20attack_warden_tlotrr_forayer_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Forayer Warden 3; Sneak Attack","uh":"warden_tlotrr,state:sub-forayer-tlotrr=b1~feature=s2-0"},{"id":1445,"c":41,"u":"harrier_warden_tlotrr_forayer_tlotrr_7_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Forayer Warden 7; Harrier","uh":"warden_tlotrr,state:sub-forayer-tlotrr=b1~feature=s6-0"},{"id":1447,"c":41,"u":"bonus%20proficiency_warden_tlotrr_hunter_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hunter Warden 3; Bonus Proficiency","uh":"warden_tlotrr,state:sub-hunter-tlotrr=b1~feature=s2-0"},{"id":1449,"c":41,"u":"hunter_warden_tlotrr_hunter_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hunter Warden 3; Hunter","uh":"warden_tlotrr,state:sub-hunter-tlotrr=b1~feature=s2-0"},{"id":1451,"c":41,"u":"hunter's%20prey_warden_tlotrr_hunter_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hunter Warden 3; Hunter's Prey","uh":"warden_tlotrr,state:sub-hunter-tlotrr=b1~feature=s2-0"},{"id":1453,"c":41,"u":"defensive%20tactics_warden_tlotrr_hunter_tlotrr_7_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hunter Warden 7; Defensive Tactics","uh":"warden_tlotrr,state:sub-hunter-tlotrr=b1~feature=s6-0"},{"id":1454,"c":3,"u":"a%20life%20of%20toil_tlotrr","p":33,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"A Life of Toil"},{"id":1455,"c":3,"u":"a%20merchant%20family_tlotrr","p":36,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"A Merchant Family"},{"id":1456,"c":3,"u":"a%20patient%20hunter_tlotrr","p":30,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"A Patient Hunter"},{"id":1457,"c":3,"u":"a%20penetrating%20gaze_tlotrr","p":33,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"A Penetrating Gaze"},{"id":1458,"c":3,"u":"bitter%20exile_tlotrr","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bitter Exile"},{"id":1459,"c":3,"u":"bucklander_tlotrr","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bucklander"},{"id":1460,"c":3,"u":"by%20hammer%20and%20anvil_tlotrr","p":29,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"By Hammer and Anvil"},{"id":1461,"c":3,"u":"counsellor_tlotrr","p":42,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Counsellor"},{"id":1462,"c":3,"u":"crossroads%20of%20the%20north_tlotrr","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Crossroads of the North"},{"id":1463,"c":3,"u":"dragon%20stories_tlotrr","p":29,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragon Stories"},{"id":1464,"c":3,"u":"eloquent%20orator_tlotrr","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Eloquent Orator"},{"id":1465,"c":3,"u":"far%20trader_tlotrr","p":33,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Far Trader"},{"id":1466,"c":3,"u":"far-reaching%20herald_tlotrr","p":43,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Far-Reaching Herald"},{"id":1467,"c":3,"u":"forest-dweller_tlotrr","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Forest-Dweller"},{"id":1468,"c":3,"u":"gate-warden_tlotrr","p":41,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gate-Warden"},{"id":1469,"c":3,"u":"gifted%20senses_tlotrr","p":30,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gifted Senses"},{"id":1470,"c":3,"u":"healing%20hands_tlotrr","p":30,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Healing Hands"},{"id":1471,"c":3,"u":"hunter%20of%20orcs_tlotrr","p":43,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hunter of Orcs"},{"id":1472,"c":3,"u":"keeper%20of%20lore_tlotrr","p":43,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Keeper of Lore"},{"id":1473,"c":3,"u":"maker%20of%20ships_tlotrr","p":36,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Maker of Ships"},{"id":1474,"c":3,"u":"no%20longer%20free%20from%20care%20and%20fear_tlotrr","p":41,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"No Longer Free from Care and Fear"},{"id":1475,"c":3,"u":"off%20with%20dwarves_tlotrr","p":41,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Off with Dwarves"},{"id":1476,"c":3,"u":"on%20patrol_tlotrr","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"On Patrol"},{"id":1477,"c":3,"u":"protector%20of%20the%20land_tlotrr","p":43,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Protector of the Land"},{"id":1478,"c":3,"u":"restless%20farmer_tlotrr","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Restless Farmer"},{"id":1479,"c":3,"u":"sky-watcher_tlotrr","p":36,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sky-Watcher"},{"id":1480,"c":3,"u":"the%20call%20of%20the%20sea_tlotrr","p":35,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"The Call of the Sea"},{"id":1481,"c":3,"u":"the%20grief%20of%20azanulbizar_tlotrr","p":33,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"The Grief of Azanulbizar"},{"id":1482,"c":3,"u":"too%20many%20paths%20to%20tread_tlotrr","p":39,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Too Many Paths to Tread"},{"id":1483,"c":3,"u":"tookish%20blood_tlotrr","p":39,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tookish Blood"},{"id":1484,"c":3,"u":"tower%20guard_tlotrr","p":36,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tower Guard"},{"id":1485,"c":3,"u":"up%20the%20greenway_tlotrr","p":41,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Up the Greenway"},{"id":1486,"c":3,"u":"visitor%20to%20the%20mountains_tlotrr","p":36,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Visitor to the Mountains"},{"id":1487,"c":3,"u":"watcher%20on%20the%20border_tlotrr","p":43,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Watcher on the Border"},{"id":1488,"c":3,"u":"witty%20gentlehobbit_tlotrr","p":39,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Witty Gentlehobbit"},{"id":1489,"c":3,"u":"wordweaver_tlotrr","p":30,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wordweaver"},{"id":1490,"c":6,"u":"dazed_fleemortals","p":1,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dazed"},{"id":1491,"c":6,"u":"flanked_fleemortals","p":1,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Flanked"},{"id":1492,"c":6,"u":"anguished_tlotrr","p":141,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Anguished"},{"id":1493,"c":6,"u":"miserable_tlotrr","p":141,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Miserable"},{"id":1494,"c":7,"u":"against%20the%20unseen_tlotrr","p":85,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Against the Unseen"},{"id":1495,"c":7,"u":"art%20of%20disappearing_tlotrr","p":86,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Art of Disappearing"},{"id":1496,"c":7,"u":"baruk%20khaz%c3%a2d!_tlotrr","p":83,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Baruk Khazad!"},{"id":1497,"c":7,"u":"beast-craft_tlotrr","p":64,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Beast-Craft"},{"id":1498,"c":7,"u":"brave%20at%20a%20pinch_tlotrr","p":86,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Brave at a Pinch"},{"id":1499,"c":7,"u":"bree-pony_tlotrr","p":88,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bree-Pony"},{"id":1500,"c":7,"u":"broken%20spells_tlotrr","p":83,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Broken Spells"},{"id":1501,"c":7,"u":"confidence_tlotrr","p":80,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Confidence"},{"id":1502,"c":7,"u":"craft_tlotrr","p":68,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Craft"},{"id":1503,"c":7,"u":"dark%20for%20dark%20business_tlotrr","p":83,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dark for Dark Business"},{"id":1504,"c":7,"u":"deadly%20archery_tlotrr","p":85,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Deadly Archery"},{"id":1505,"c":7,"u":"defiance_tlotrr","p":89,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Defiance"},{"id":1506,"c":7,"u":"desperate%20courage_tlotrr","p":89,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Desperate Courage"},{"id":1507,"c":7,"u":"dour-handed_tlotrr","p":80,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dour-Handed"},{"id":1508,"c":7,"u":"dragon-slayer_tlotrr","p":82,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragon-Slayer"},{"id":1509,"c":7,"u":"durin's%20way_tlotrr","p":84,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Durin's Way"},{"id":1510,"c":7,"u":"dwarf-friend_tlotrr","p":82,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dwarf-Friend"},{"id":1511,"c":7,"u":"elbereth%20gilthoniel!_tlotrr","p":85,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Elbereth Gilthoniel!"},{"id":1512,"c":7,"u":"elvish%20spirit_tlotrr","p":86,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Elvish Spirit"},{"id":1513,"c":7,"u":"endurance%20of%20the%20ranger_tlotrr","p":90,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Endurance of the Ranger"},{"id":1514,"c":7,"u":"fierce%20shot_tlotrr","p":82,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fierce Shot"},{"id":1515,"c":7,"u":"fighting%20style_tlotrr","p":68,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fighting Style"},{"id":1516,"c":7,"u":"foresight%20of%20their%20kindred_tlotrr","p":90,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Foresight of their Kindred"},{"id":1517,"c":7,"u":"friendly%20and%20familiar_tlotrr","p":89,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Friendly and Familiar"},{"id":1518,"c":7,"u":"gleam%20of%20wrath_tlotrr","p":86,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gleam of Wrath"},{"id":1519,"c":7,"u":"hand-craft_tlotrr","p":64,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hand-Craft"},{"id":1520,"c":7,"u":"hardiness_tlotrr","p":80,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hardiness"},{"id":1521,"c":7,"u":"heir%20of%20arnor_tlotrr","p":90,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Heir of Arnor"},{"id":1522,"c":7,"u":"high%20destiny_tlotrr","p":83,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"High Destiny"},{"id":1523,"c":7,"u":"hit%20die_tlotrr","p":68,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hit Die"},{"id":1524,"c":7,"u":"leech-craft_tlotrr","p":64,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Leech-Craft"},{"id":1525,"c":7,"u":"mastery_tlotrr","p":80,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mastery"},{"id":1526,"c":7,"u":"memory%20of%20ancient%20days_tlotrr","p":86,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Memory of Ancient Days"},{"id":1527,"c":7,"u":"nimbleness_tlotrr","p":80,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Nimbleness"},{"id":1528,"c":7,"u":"prowess_tlotrr","p":80,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Prowess"},{"id":1529,"c":7,"u":"reward_tlotrr","p":68,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Reward"},{"id":1530,"c":7,"u":"royalty%20revealed_tlotrr","p":90,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Royalty Revealed"},{"id":1531,"c":7,"u":"rune-craft_tlotrr","p":65,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rune-Craft"},{"id":1532,"c":7,"u":"small%20folk_tlotrr","p":87,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Small Folk"},{"id":1533,"c":7,"u":"sneak%20attack_tlotrr","p":68,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sneak Attack"},{"id":1534,"c":7,"u":"song-craft_tlotrr","p":65,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Song-Craft"},{"id":1535,"c":7,"u":"speech-craft_tlotrr","p":65,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Speech-Craft"},{"id":1536,"c":7,"u":"stone-hard_tlotrr","p":84,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Stone-Hard"},{"id":1537,"c":7,"u":"stout-hearted_tlotrr","p":82,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Stout-Hearted"},{"id":1538,"c":7,"u":"strange%20as%20news%20from%20bree_tlotrr","p":89,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Strange as News from Bree"},{"id":1539,"c":7,"u":"strength%20of%20will_tlotrr","p":91,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Strength of Will"},{"id":1540,"c":7,"u":"sure%20at%20the%20mark_tlotrr","p":87,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sure at the Mark"},{"id":1541,"c":7,"u":"the%20art%20of%20smoking_tlotrr","p":89,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"The Art of Smoking"},{"id":1542,"c":7,"u":"the%20language%20of%20birds_tlotrr","p":83,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"The Language of Birds"},{"id":1543,"c":7,"u":"three%20is%20company_tlotrr","p":87,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Three is Company"},{"id":1544,"c":7,"u":"tough%20as%20old%20tree-roots_tlotrr","p":88,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tough as Old Tree-Roots"},{"id":1545,"c":7,"u":"untameable%20spirit_tlotrr","p":84,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Untameable Spirit"},{"id":1546,"c":7,"u":"virtue_tlotrr","p":68,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Virtue"},{"id":1547,"c":7,"u":"ways%20of%20the%20wild_tlotrr","p":91,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ways of the Wild"},{"id":1548,"c":7,"u":"weapon-craft_tlotrr","p":66,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Weapon-Craft"},{"id":1549,"c":7,"u":"wood-craft_tlotrr","p":66,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wood-Craft"},{"id":2395,"c":28,"u":"adept%20climber%20(bear)_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Adept Climber (Bear)"},{"id":2396,"c":28,"u":"arctic%20traveler_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Arctic Traveler"},{"id":2397,"c":28,"u":"bonus%20action%3a%20fearsome%20growl%20(1%2fday)_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bonus Action: Fearsome Growl (1/Day)"},{"id":2398,"c":28,"u":"clever%20claws_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Clever Claws"},{"id":2399,"c":28,"u":"powerful%20jaws_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Powerful Jaws"},{"id":2400,"c":28,"u":"sprint%20(recharges%20after%20a%20short%20or%20long%20rest)_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sprint (Recharges after a Short or Long Rest)"},{"id":2401,"c":28,"u":"action%3a%20crushing%20grip_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Action: Crushing Grip"},{"id":2402,"c":28,"u":"aerial%20pursuit%20(recharges%20after%20a%20short%20or%20long%20rest)_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Aerial Pursuit (Recharges after a Short or Long Rest)"},{"id":2403,"c":28,"u":"agile%20flyer_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Agile Flyer"},{"id":2404,"c":28,"u":"decapitating%20strike_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Decapitating Strike"},{"id":2405,"c":28,"u":"glide_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Glide"},{"id":2406,"c":28,"u":"night%20hunter_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Night Hunter"},{"id":2407,"c":28,"u":"ocean%20hunter_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ocean Hunter"},{"id":2408,"c":28,"u":"powerful%20impact_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Powerful Impact"},{"id":2409,"c":28,"u":"scavenger's%20resilience_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Scavenger's Resilience"},{"id":2410,"c":28,"u":"wind%20hover_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wind Hover"},{"id":2411,"c":28,"u":"action%3a%20deafening%20song%20(recharge%206)_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Action: Deafening Song (Recharge 6)"},{"id":2412,"c":28,"u":"action%3a%20multiattack_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Action: Multiattack"},{"id":2413,"c":28,"u":"burrower_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Burrower"},{"id":2414,"c":28,"u":"darkvision_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Darkvision"},{"id":2415,"c":28,"u":"disease%20carrier_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Disease Carrier"},{"id":2416,"c":28,"u":"durable_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Durable"},{"id":2417,"c":28,"u":"flyer_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Flyer"},{"id":2418,"c":28,"u":"sting_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sting"},{"id":2419,"c":28,"u":"adept%20climber%20(wildcat)_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Adept Climber (Wildcat)"},{"id":2420,"c":28,"u":"agile%20landing_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Agile Landing"},{"id":2421,"c":28,"u":"deadly%20bite_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Deadly Bite"},{"id":2422,"c":28,"u":"desert%20dweller_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Desert Dweller"},{"id":2423,"c":28,"u":"mountain%20dweller_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mountain Dweller"},{"id":2424,"c":28,"u":"superior%20sprint%20(2%2fshort%20or%20long%20rest)_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Superior Sprint (2/Short or Long Rest)"},{"id":2425,"c":28,"u":"pack%20tactics_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Pack Tactics"},{"id":2426,"c":28,"u":"powerful%20leap_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Powerful Leap"},{"id":2427,"c":28,"u":"swimmer_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swimmer"},{"id":2428,"c":28,"u":"noxious%20vines_fleemortals","p":137,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Noxious Vines"},{"id":2429,"c":28,"u":"phantoms%20abound_fleemortals","p":138,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Phantoms Abound"},{"id":2430,"c":28,"u":"grasping%20detritus_fleemortals","p":139,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Grasping Detritus"},{"id":2431,"c":28,"u":"hear%20the%20unseen_fleemortals","p":292,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hear the Unseen"},{"id":2432,"c":28,"u":"rockbreaker_fleemortals","p":292,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Rockbreaker"},{"id":2433,"c":28,"u":"tunnel-adapted_fleemortals","p":292,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tunnel-Adapted"},{"id":2434,"c":28,"u":"speak%20with%20beasts%20and%20plants_fleemortals","p":299,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Speak with Beasts and Plants"},{"id":2435,"c":28,"u":"tree%20stride_fleemortals","p":299,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tree Stride"},{"id":2436,"c":28,"u":"living%20forest_fleemortals","p":299,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Living Forest"},{"id":2437,"c":28,"u":"armor%20of%20decay_fleemortals","p":306,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Armor of Decay"},{"id":2438,"c":28,"u":"touch%20of%20rot_fleemortals","p":306,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Touch of Rot"},{"id":2439,"c":28,"u":"undying%20hunger_fleemortals","p":306,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Undying Hunger"},{"id":2440,"c":28,"u":"ruin%20climber_fleemortals","p":319,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ruin Climber"},{"id":2441,"c":28,"u":"ruin%20delver_fleemortals","p":319,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ruin Delver"},{"id":2442,"c":28,"u":"ruin%20runner_fleemortals","p":319,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ruin Runner"},{"id":2443,"c":28,"u":"low-light%20senses_fleemortals","p":326,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Low-Light Senses"},{"id":2444,"c":28,"u":"used%20to%20filth_fleemortals","p":326,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Used to Filth"},{"id":2445,"c":28,"u":"of%20unusual%20size_fleemortals","p":326,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Of Unusual Size"},{"id":2446,"c":28,"u":"acidic%20nature_fleemortals","p":332,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Acidic Nature"},{"id":2447,"c":28,"u":"swamp%20stride_fleemortals","p":332,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swamp Stride"},{"id":2448,"c":28,"u":"one%20with%20the%20swamp_fleemortals","p":332,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"One with the Swamp"},{"id":2449,"c":28,"u":"fungal%20infestation_fleemortals","p":338,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fungal Infestation"},{"id":2450,"c":28,"u":"shadow%20blend_fleemortals","p":338,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shadow Blend"},{"id":2451,"c":28,"u":"underground%20senses_fleemortals","p":338,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Underground Senses"},{"id":2452,"c":28,"u":"mystic%20connection%3a%20clawfish_fleemortals","p":33,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Clawfish"},{"id":2453,"c":28,"u":"mystic%20connection%3a%20leyleech_fleemortals","p":344,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Leyleech"},{"id":2454,"c":28,"u":"mystic%20connection%3a%20bear_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Bear"},{"id":2455,"c":28,"u":"mystic%20connection%3a%20camel_fleemortals","p":46,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Camel"},{"id":2456,"c":28,"u":"mystic%20connection%3a%20wildcat_fleemortals","p":47,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Wildcat"},{"id":2457,"c":28,"u":"mystic%20connection%3a%20gibbering%20mouther_fleemortals","p":115,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Gibbering Mouther"},{"id":2458,"c":28,"u":"mystic%20connection%3a%20abyssal%20hyena_fleemortals","p":123,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Abyssal Hyena"},{"id":2459,"c":28,"u":"mystic%20connection%3a%20skitterling_fleemortals","p":132,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Skitterling"},{"id":2460,"c":28,"u":"mystic%20connection%3a%20griffon_fleemortals","p":135,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Griffon"},{"id":2461,"c":28,"u":"mystic%20connection%3a%20kingfissure%20worm_fleemortals","p":169,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Kingfissure Worm"},{"id":2462,"c":28,"u":"mystic%20connection%3a%20drangolin_fleemortals","p":179,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Drangolin"},{"id":2463,"c":28,"u":"mystic%20connection%3a%20lightbender_fleemortals","p":181,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Lightbender"},{"id":2464,"c":28,"u":"mystic%20connection%3a%20manticore_fleemortals","p":187,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Manticore"},{"id":2465,"c":28,"u":"mystic%20connection%3a%20mohler_fleemortals","p":125,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Mohler"},{"id":2466,"c":28,"u":"mystic%20connection%3a%20otyugh_fleemortals","p":217,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Otyugh"},{"id":2467,"c":28,"u":"mystic%20connection%3a%20shambling%20mound_fleemortals","p":225,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Shambling Mound"},{"id":2468,"c":28,"u":"mystic%20connection%3a%20stirge_fleemortals","p":227,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Stirge"},{"id":2469,"c":28,"u":"mystic%20connection%3a%20crawling%20claw_fleemortals","p":257,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Crawling Claw"},{"id":2470,"c":28,"u":"mystic%20connection%3a%20wyvern_fleemortals","p":290,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Wyvern"},{"id":2471,"c":28,"u":"mystic%20connection%3a%20rotbeast_fleemortals","p":304,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Rotbeast"},{"id":2472,"c":28,"u":"mystic%20connection%3a%20blood-borne%20ooze_fleemortals","p":311,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Blood-Borne Ooze"},{"id":2473,"c":28,"u":"mystic%20connection%3a%20stoneback%20isopod_fleemortals","p":330,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Stoneback Isopod"},{"id":2474,"c":28,"u":"mystic%20connection%3a%20gem%20jelly_fleemortals","p":343,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Gem Jelly"},{"id":2475,"c":28,"u":"arcing%20iron_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Arcing Iron"},{"id":2476,"c":28,"u":"armor-crushing%20blows_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Armor-Crushing Blows"},{"id":2477,"c":28,"u":"blade%20breaking%20blow_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blade Breaking Blow"},{"id":2478,"c":28,"u":"blade%20of%20eternal%20demise_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blade of Eternal Demise"},{"id":2479,"c":28,"u":"commanding%20grasp_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Commanding Grasp"},{"id":2480,"c":28,"u":"contest%20of%20wills_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Contest of Wills"},{"id":2481,"c":28,"u":"disarming%20swipe_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Disarming Swipe"},{"id":2482,"c":28,"u":"helmsplitter_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Helmsplitter"},{"id":2483,"c":28,"u":"iron%20tempest_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Iron Tempest"},{"id":2484,"c":28,"u":"refusal%20to%20bleed_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Refusal to Bleed"},{"id":2485,"c":28,"u":"steely%20determination_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Steely Determination"},{"id":2486,"c":28,"u":"unstoppable%20missile_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Unstoppable Missile"},{"id":2487,"c":28,"u":"wall%20of%20blades_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Wall of Blades"},{"id":2488,"c":28,"u":"curse%20of%20the%20befuddled_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Befuddled"},{"id":2489,"c":28,"u":"curse%20of%20the%20clumsy_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Clumsy"},{"id":2490,"c":28,"u":"curse%20of%20the%20debilitated_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Debilitated"},{"id":2491,"c":28,"u":"curse%20of%20the%20doomed_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Doomed"},{"id":2492,"c":28,"u":"curse%20of%20the%20fearful_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Fearful"},{"id":2493,"c":28,"u":"curse%20of%20the%20inept_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Inept"},{"id":2494,"c":28,"u":"curse%20of%20the%20insensate_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Insensate"},{"id":2495,"c":28,"u":"curse%20of%20the%20maimed_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Maimed"},{"id":2496,"c":28,"u":"curse%20of%20the%20marked_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Marked"},{"id":2497,"c":28,"u":"curse%20of%20the%20plagued_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Plagued"},{"id":2498,"c":28,"u":"curse%20of%20the%20ruined_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Ruined"},{"id":2499,"c":28,"u":"curse%20of%20the%20somnolent_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Somnolent"},{"id":2500,"c":28,"u":"curse%20of%20the%20unlucky_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of the Unlucky"},{"id":2501,"c":28,"u":"apex%20dominance_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Apex Dominance"},{"id":2502,"c":28,"u":"axolotl's%20regeneration_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Axolotl's Regeneration"},{"id":2503,"c":28,"u":"bestial%20transformation_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bestial Transformation"},{"id":2504,"c":28,"u":"call%20of%20the%20beast%20lord_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Call of the Beast Lord"},{"id":2505,"c":28,"u":"carrion%20feast_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Carrion Feast"},{"id":2506,"c":28,"u":"falcon's%20glide_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Falcon's Glide"},{"id":2507,"c":28,"u":"feral%20fighting_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Feral Fighting"},{"id":2508,"c":28,"u":"hibernating%20bear%20recuperation_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hibernating Bear Recuperation"},{"id":2509,"c":28,"u":"pack%20leader_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Pack Leader"},{"id":2510,"c":28,"u":"predator's%20howl_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Predator's Howl"},{"id":2511,"c":28,"u":"shape%20of%20the%20behemoth_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Shape of the Behemoth"},{"id":2512,"c":28,"u":"slippery%20otter_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Slippery Otter"},{"id":2513,"c":28,"u":"snout%20of%20the%20bloodhound_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Snout of the Bloodhound"},{"id":2514,"c":28,"u":"trampling%20bull_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Trampling Bull"},{"id":2515,"c":28,"u":"tusks%20of%20the%20rampaging%20mammoth_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Tusks of the Rampaging Mammoth"},{"id":2516,"c":28,"u":"woolly%20beast's%20hide_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Woolly Beast's Hide"},{"id":2517,"c":28,"u":"abating%20seal_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Abating Seal"},{"id":2518,"c":28,"u":"acheron's%20chain_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Acheron's Chain"},{"id":2519,"c":28,"u":"axiomatic%20seals%20(passive)_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Axiomatic Seals (Passive)"},{"id":2520,"c":28,"u":"bedevil_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Bedevil"},{"id":2521,"c":28,"u":"blood%20for%20blood%20(passive)_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Blood for Blood (Passive)"},{"id":2522,"c":28,"u":"bravado_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Bravado"},{"id":2523,"c":28,"u":"brutal_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Brutal"},{"id":2524,"c":28,"u":"by%20the%20throat_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"By the Throat"},{"id":2525,"c":28,"u":"conflagrant%20channel_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Conflagrant Channel"},{"id":2526,"c":28,"u":"dark%20malediction%20(passive)_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Dark Malediction (Passive)"},{"id":2527,"c":28,"u":"dis's%20onslaught%20(passive)_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Dis's Onslaught (Passive)"},{"id":2528,"c":28,"u":"dispater's%20supremacy%20(passive)_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Dispater's Supremacy (Passive)"},{"id":2529,"c":28,"u":"eyes%20of%20the%20gate_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Eyes of the Gate"},{"id":2530,"c":28,"u":"flash%20of%20brimstone_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Flash of Brimstone"},{"id":2531,"c":28,"u":"foul%20interchange_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Foul Interchange"},{"id":2532,"c":28,"u":"hell%20mage%20(passive)_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hell Mage (Passive)"},{"id":2533,"c":28,"u":"hell's%20assassin%20(passive)_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hell's Assassin (Passive)"},{"id":2534,"c":28,"u":"hellish%20frenzy_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellish Frenzy"},{"id":2535,"c":28,"u":"hellsight_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Hellsight"},{"id":2536,"c":28,"u":"impaling%20shot_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Impaling Shot"},{"id":2537,"c":28,"u":"incontrovertible%20(passive)_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Incontrovertible (Passive)"},{"id":2538,"c":28,"u":"inexorable_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Inexorable"},{"id":2539,"c":28,"u":"iron%20gaol_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Iron Gaol"},{"id":2540,"c":28,"u":"last%20word_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Last Word"},{"id":2541,"c":28,"u":"lies_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Lies"},{"id":2542,"c":28,"u":"lissome_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Lissome"},{"id":2543,"c":28,"u":"red%20cant_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Red Cant"},{"id":2544,"c":28,"u":"sanguine%20gift_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Sanguine Gift"},{"id":2545,"c":28,"u":"shadow%20shroud_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Shadow Shroud"},{"id":2546,"c":28,"u":"slippery%20ploy_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Slippery Ploy"},{"id":2547,"c":28,"u":"soul%20eater_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Soul Eater"},{"id":2548,"c":28,"u":"soul's%20doom_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Soul's Doom"},{"id":2549,"c":28,"u":"spellbreaker_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Spellbreaker"},{"id":2550,"c":28,"u":"styx's%20apathy_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Styx's Apathy"},{"id":2551,"c":28,"u":"swift%20retribution%20(passive)_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Swift Retribution (Passive)"},{"id":2552,"c":28,"u":"telekinetic%20seal_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Telekinetic Seal"},{"id":2553,"c":28,"u":"unfettered_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Unfettered"},{"id":2554,"c":28,"u":"unleash%20hell_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Unleash Hell"},{"id":2555,"c":28,"u":"veil%20of%20lies_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Veil of Lies"},{"id":2556,"c":28,"u":"vengeful%20shot_illriggerrevised","s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Vengeful Shot"},{"id":2557,"c":28,"u":"great%20weapon%20fighting_tlotrr","p":46,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Great Weapon Fighting"},{"id":2558,"c":28,"u":"protection_tlotrr","p":46,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Protection"},{"id":2559,"c":28,"u":"bone%20spikes_whereevillives","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Bone Spikes"},{"id":2560,"c":28,"u":"chromatophores_whereevillives","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Chromatophores"},{"id":2561,"c":28,"u":"redundant%20organs_whereevillives","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Redundant Organs"},{"id":2562,"c":28,"u":"relentless%20toughness_whereevillives","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Relentless Toughness"},{"id":2563,"c":28,"u":"tentacle%20arms_whereevillives","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Tentacle Arms"},{"id":3916,"c":4,"u":"ale%20or%20mead%2c%20cup_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ale or Mead, cup"},{"id":3917,"c":4,"u":"ale%20or%20mead%2c%20jug_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ale or Mead, jug"},{"id":3918,"c":4,"u":"axe_tlotrr","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Axe"},{"id":3919,"c":4,"u":"battle%20axe_tlotrr","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Battle Axe"},{"id":3920,"c":4,"u":"bowls_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bowls"},{"id":3921,"c":4,"u":"bread%2c%20loaf_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bread, loaf"},{"id":3922,"c":4,"u":"cheese%2c%20hunk_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cheese, hunk"},{"id":3923,"c":4,"u":"clarinet_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Clarinet"},{"id":3924,"c":4,"u":"darts_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Darts"},{"id":3925,"c":4,"u":"feast%20(per%20person)_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Feast (per person)"},{"id":3926,"c":4,"u":"fiddle_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fiddle"},{"id":3927,"c":4,"u":"hammer_tlotrr","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hammer"},{"id":3928,"c":4,"u":"harp_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Harp"},{"id":3929,"c":4,"u":"heavy%20hammer_tlotrr","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Heavy Hammer"},{"id":3930,"c":4,"u":"herbalism%20kit_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Herbalism Kit"},{"id":3931,"c":4,"u":"leather%20corslet_tlotrr","p":72,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Leather Corslet"},{"id":3932,"c":4,"u":"leather%20shirt_tlotrr","p":72,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Leather Shirt"},{"id":3933,"c":4,"u":"long%20sword_tlotrr","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Long Sword"},{"id":3934,"c":4,"u":"mattock_tlotrr","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mattock"},{"id":3935,"c":4,"u":"meat%2c%20chunk_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Meat, chunk"},{"id":3936,"c":4,"u":"pipe_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pipe"},{"id":3937,"c":4,"u":"pipe-weed%2c%20longbottom%20leaf%20(10%20uses)_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pipe-weed, Longbottom Leaf (10 uses)"},{"id":3938,"c":4,"u":"pipe-weed%2c%20old%20toby%20(10%20uses)_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pipe-weed, Old Toby (10 uses)"},{"id":3939,"c":4,"u":"pipe-weed%2c%20southern%20star%20(10%20uses)_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pipe-weed, Southern Star (10 uses)"},{"id":3940,"c":4,"u":"pipe-weed%2c%20southlinch%20(10%20uses)_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pipe-weed, Southlinch (10 uses)"},{"id":3941,"c":4,"u":"pocket-handkerchief_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pocket-Handkerchief"},{"id":3942,"c":4,"u":"quoits_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Quoits"},{"id":3943,"c":4,"u":"rations%2c%20cram_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rations, Cram"},{"id":3944,"c":4,"u":"ring-mail_tlotrr","p":72,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring-Mail"},{"id":3945,"c":4,"u":"scale%20armour_tlotrr","p":72,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scale Armour"},{"id":3946,"c":4,"u":"staff_tlotrr","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Staff"},{"id":3947,"c":4,"u":"summer%20smoke%20ring%20festival%20pipe_tlotrr","p":189,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Summer Smoke Ring Festival Pipe"},{"id":3948,"c":4,"u":"sword_tlotrr","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sword"},{"id":3949,"c":4,"u":"trumpet_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Trumpet"},{"id":3950,"c":4,"u":"wine%2c%20bottle%20(elven%20or%20dorwinion)_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wine, bottle (Elven or Dorwinion)"},{"id":3951,"c":4,"u":"wine%2c%20cup_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wine, cup"},{"id":3952,"c":4,"u":"wine%2c%20cup%20(elven%20or%20dorwinion)_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wine, cup (Elven or Dorwinion)"},{"id":3953,"c":4,"u":"ale%20seed_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ale Seed"},{"id":3954,"c":4,"u":"bearskin%20cloak_bookofebontides","p":195,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bearskin Cloak"},{"id":3955,"c":4,"u":"bonfire%20seed_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bonfire Seed"},{"id":3956,"c":4,"u":"book%20of%20ebon%20tides_bookofebontides","p":204,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Book of Ebon Tides"},{"id":3957,"c":4,"u":"boots%20of%20dancing_bookofebontides","p":195,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Boots of Dancing"},{"id":3958,"c":4,"u":"boots%20of%20shadow%20walking_bookofebontides","p":195,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Boots of Shadow Walking"},{"id":3959,"c":4,"u":"bridge%20seed_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bridge Seed"},{"id":3960,"c":4,"u":"cloak%20of%20splendor_bookofebontides","p":195,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Cloak of Splendor"},{"id":3961,"c":4,"u":"cloak%20of%20the%20raven_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Cloak of the Raven"},{"id":3962,"c":4,"u":"collapsible%20mountain_bookofebontides","p":205,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Collapsible Mountain"},{"id":3963,"c":4,"u":"crown%20of%20infinite%20midnight_bookofebontides","p":205,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Crown of Infinite Midnight"},{"id":3964,"c":4,"u":"dragon%20seed_bookofebontides","p":200,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Dragon Seed"},{"id":3965,"c":4,"u":"earrings%20of%20eclipse_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Earrings of Eclipse"},{"id":3966,"c":4,"u":"emerald%20goblet_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Emerald Goblet"},{"id":3967,"c":4,"u":"forest%20seed_bookofebontides","p":200,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Forest Seed"},{"id":3968,"c":4,"u":"gloves%20of%20the%20walking%20shade_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Gloves of the Walking Shade"},{"id":3969,"c":4,"u":"glowstone%20helmet_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Glowstone Helmet"},{"id":3970,"c":4,"u":"hecate's%20dagger_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Hecate's Dagger"},{"id":3971,"c":4,"u":"hecate's%20lantern_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Hecate's Lantern"},{"id":3972,"c":4,"u":"instant%20door_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Instant Door"},{"id":3973,"c":4,"u":"knightly%20seed_bookofebontides","p":201,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Knightly Seed"},{"id":3974,"c":4,"u":"labyrinth%20rope_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Labyrinth Rope"},{"id":3975,"c":4,"u":"messenger%20owl%20seed_bookofebontides","p":201,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Messenger Owl Seed"},{"id":3976,"c":4,"u":"moonbeam%20chain%20mail_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonbeam Chain Mail"},{"id":3977,"c":4,"u":"mooncatcher's%20net_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Mooncatcher's Net"},{"id":3978,"c":4,"u":"moonseeker's%20lantern%20of%20safe%20returns_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonseeker's Lantern of Safe Returns"},{"id":3979,"c":4,"u":"orchard%20seed_bookofebontides","p":201,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Orchard Seed"},{"id":3980,"c":4,"u":"philter%20of%20boundless%20joy_bookofebontides","p":202,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Boundless Joy"},{"id":3981,"c":4,"u":"philter%20of%20deep%20despair_bookofebontides","p":202,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Deep Despair"},{"id":3982,"c":4,"u":"philter%20of%20enchanted%20fortune_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Enchanted Fortune"},{"id":3983,"c":4,"u":"philter%20of%20innocence_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Innocence"},{"id":3984,"c":4,"u":"philter%20of%20loving%20kindness_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Loving Kindness"},{"id":3985,"c":4,"u":"philter%20of%20lust_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Lust"},{"id":3986,"c":4,"u":"philter%20of%20mercy_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Mercy"},{"id":3987,"c":4,"u":"philter%20of%20righteous%20anger_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Righteous Anger"},{"id":3988,"c":4,"u":"philter%20of%20waking%20dreams_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Waking Dreams"},{"id":3989,"c":4,"u":"rain%20and%20thunder%20seed_bookofebontides","p":201,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Rain and Thunder Seed"},{"id":3990,"c":4,"u":"rattling%20armor_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Rattling Armor"},{"id":3991,"c":4,"u":"requiem%20bliss_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Requiem Bliss"},{"id":3992,"c":4,"u":"requiem%20clay_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Requiem Clay"},{"id":3993,"c":4,"u":"ring%20of%20dancing_bookofebontides","p":207,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ring of Dancing"},{"id":3994,"c":4,"u":"ring%20of%20daylight_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ring of Daylight"},{"id":3995,"c":4,"u":"ring%20of%20the%20ghouls_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ring of the Ghouls"},{"id":3996,"c":4,"u":"ring%20of%20winter's%20kiss_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ring of Winter's Kiss"},{"id":3997,"c":4,"u":"road%20seed_bookofebontides","p":202,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Road Seed"},{"id":3998,"c":4,"u":"road%20warden%20shield_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Road Warden Shield"},{"id":3999,"c":4,"u":"sealskin%20cloak_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Sealskin Cloak"},{"id":4000,"c":4,"u":"serpent%20hide_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Serpent Hide"},{"id":4001,"c":4,"u":"shadow%20portal%20scroll_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Portal Scroll"},{"id":4002,"c":4,"u":"shield%20of%20blinding_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shield of Blinding"},{"id":4003,"c":4,"u":"shield%20of%20crows_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shield of Crows"},{"id":4004,"c":4,"u":"shield%20of%20dawn's%20herald_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shield of Dawn's Herald"},{"id":4005,"c":4,"u":"shield%20of%20otters_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shield of Otters"},{"id":4006,"c":4,"u":"shield%20of%20swans_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shield of Swans"},{"id":4007,"c":4,"u":"staff%20of%20radiance_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Staff of Radiance"},{"id":4008,"c":4,"u":"staff%20of%20the%20void_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Staff of the Void"},{"id":4009,"c":4,"u":"stallion%20seed_bookofebontides","p":202,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Stallion Seed"},{"id":4010,"c":4,"u":"styx%20boots_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Styx Boots"},{"id":4011,"c":4,"u":"tavern%20seed_bookofebontides","p":202,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Tavern Seed"},{"id":4012,"c":4,"u":"trickster's%20boots_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Trickster's Boots"},{"id":4013,"c":4,"u":"unerring%20dowsing%20rod_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Unerring Dowsing Rod"},{"id":4014,"c":4,"u":"wand%20of%20shadows_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wand of Shadows"},{"id":4015,"c":4,"u":"wand%20of%20tides_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wand of Tides"},{"id":4016,"c":4,"u":"whispering%20cloak_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Whispering Cloak"},{"id":4017,"c":4,"u":"wine%20of%20the%20starry%20void_bookofebontides","p":207,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wine of the Starry Void"},{"id":4018,"c":4,"u":"wine%20of%20the%20summer%20court_bookofebontides","p":207,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wine of the Summer Court"},{"id":4019,"c":4,"u":"wine%20of%20the%20winter%20court_bookofebontides","p":207,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wine of the Winter Court"},{"id":4020,"c":4,"u":"witchlight%20scimitar_bookofebontides","p":210,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Witchlight Scimitar"},{"id":4021,"c":4,"u":"wolfskin%20cloak_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wolfskin Cloak"},{"id":4022,"c":4,"u":"mantle%20of%20the%20lightbender_fleemortals","p":180,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mantle of the Lightbender"},{"id":4023,"c":4,"u":"treant%20arrow_fleemortals","p":240,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Treant Arrow"},{"id":4024,"c":4,"u":"pendant%20of%20grave%20regeneration_fleemortals","p":350,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Pendant of Grave Regeneration"},{"id":4025,"c":4,"u":"tome%20of%20the%20ethereal_fleemortals","p":350,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tome of the Ethereal"},{"id":4026,"c":4,"u":"boog's%20ball_fleemortals","p":356,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Boog's Ball"},{"id":4027,"c":4,"u":"poison%20popper_fleemortals","p":356,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Poison Popper"},{"id":4028,"c":4,"u":"iron%20ring_fleemortals","p":362,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Iron Ring"},{"id":4029,"c":4,"u":"star%20of%20iron_fleemortals","p":362,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Star of Iron"},{"id":4030,"c":4,"u":"eye%20of%20sunrise_fleemortals","p":368,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Eye of Sunrise"},{"id":4031,"c":4,"u":"waning%20moon_fleemortals","p":368,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Waning Moon"},{"id":4032,"c":4,"u":"amethyst%20die_fleemortals","p":374,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Amethyst Die"},{"id":4033,"c":4,"u":"mindrazor_fleemortals","p":374,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mindrazor"},{"id":4034,"c":4,"u":"bracers%20of%20the%20spellbreaker_fleemortals","p":381,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bracers of the Spellbreaker"},{"id":4035,"c":4,"u":"crown%20of%20majesty_fleemortals","p":381,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Crown of Majesty"},{"id":4036,"c":4,"u":"pathfinder's%20boots_fleemortals","p":381,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Pathfinder's Boots"},{"id":4037,"c":4,"u":"ring%20of%20scarlet%20shadows_fleemortals","p":381,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ring of Scarlet Shadows"},{"id":4038,"c":4,"u":"visionary's%20cloak_fleemortals","p":381,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Visionary's Cloak"},{"id":4039,"c":4,"u":"sun%20eater's%20mind_fleemortals","p":387,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sun Eater's Mind"},{"id":4040,"c":4,"u":"sun%20eater's%20soul_fleemortals","p":387,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sun Eater's Soul"},{"id":4041,"c":4,"u":"arc%20rifle_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Arc Rifle"},{"id":4042,"c":4,"u":"ardor_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ardor"},{"id":4043,"c":4,"u":"bow%20of%20four_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bow of Four"},{"id":4044,"c":4,"u":"carvaloth%20scale%20armor_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Carvaloth Scale Armor"},{"id":4045,"c":4,"u":"cinder%20coat_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Cinder Coat"},{"id":4046,"c":4,"u":"cloak%20of%20the%20stygian%20bat_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Cloak of the Stygian Bat"},{"id":4047,"c":4,"u":"flammable%20tincture_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Flammable Tincture"},{"id":4048,"c":4,"u":"light%20drinker_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Light Drinker"},{"id":4049,"c":4,"u":"ring%20of%20hidden%20desire_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ring of Hidden Desire"},{"id":4050,"c":4,"u":"seeing%20glass_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Seeing Glass"},{"id":4051,"c":4,"u":"telltale%20heart_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Telltale Heart"},{"id":4052,"c":4,"u":"zeal_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Zeal"},{"id":4053,"c":4,"u":"bone%20painted%20stone_talesfromtheshadows","p":176,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Bone Painted Stone"},{"id":4054,"c":4,"u":"chitinous%20club%20of%20c'naazo_talesfromtheshadows","p":175,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Chitinous Club of c'Naazo"},{"id":4055,"c":4,"u":"combined%20mirror%20shards_talesfromtheshadows","p":167,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Combined Mirror Shards"},{"id":4056,"c":4,"u":"goblin%20chisel_talesfromtheshadows","p":175,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Goblin Chisel"},{"id":4057,"c":4,"u":"indigo%20painted%20stone_talesfromtheshadows","p":176,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Indigo Painted Stone"},{"id":4058,"c":4,"u":"juniper%20painted%20stone_talesfromtheshadows","p":176,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Juniper Painted Stone"},{"id":4059,"c":4,"u":"liliana's%20rose_talesfromtheshadows","p":175,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Liliana's Rose"},{"id":4060,"c":4,"u":"mustard%20painted%20stone_talesfromtheshadows","p":176,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Mustard Painted Stone"},{"id":4061,"c":4,"u":"night%20messenger's%20coat_talesfromtheshadows","p":176,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Night Messenger's Coat"},{"id":4062,"c":4,"u":"puce%20painted%20stone_talesfromtheshadows","p":176,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Puce Painted Stone"},{"id":4063,"c":4,"u":"shadow%20grimoire_talesfromtheshadows","p":177,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shadow Grimoire"},{"id":4064,"c":4,"u":"shroud%20of%20kairious_talesfromtheshadows","p":179,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Shroud of Kairious"},{"id":4065,"c":4,"u":"slate%20painted%20stone_talesfromtheshadows","p":176,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Slate Painted Stone"},{"id":4066,"c":4,"u":"the%20luminous%20codex_talesfromtheshadows","p":175,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"The Luminous Codex"},{"id":4067,"c":4,"u":"umber%20painted%20stone_talesfromtheshadows","p":176,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Umber Painted Stone"},{"id":4068,"c":4,"u":"umbril%20opal%20necklace_talesfromtheshadows","p":179,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Umbril Opal Necklace"},{"id":4069,"c":4,"u":"violet%20painted%20stone_talesfromtheshadows","p":176,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Violet Painted Stone"},{"id":4070,"c":4,"u":"bloodsbane_illriggerrevised","p":39,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"Bloodsbane"},{"id":4071,"c":4,"u":"mithril%20mail-shirt_tlotrr","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mithril Mail-shirt"},{"id":4072,"c":4,"u":"glowing%20poison%20recipe_whereevillives","p":21,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Glowing Poison Recipe"},{"id":4073,"c":4,"u":"monocle%20of%20secrets_whereevillives","p":21,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Monocle of Secrets"},{"id":4074,"c":4,"u":"psi%20lenses_whereevillives","p":34,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Psi Lenses"},{"id":4075,"c":4,"u":"shtriga%20nonna's%20pot%20of%20plenty_whereevillives","p":51,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shtriga Nonna's Pot of Plenty"},{"id":4076,"c":4,"u":"treasure%20rat_whereevillives","p":51,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Treasure Rat"},{"id":4077,"c":4,"u":"millstone%20of%20grinding_whereevillives","p":60,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Millstone of Grinding"},{"id":4078,"c":4,"u":"nine%20lives_whereevillives","p":60,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Nine Lives"},{"id":4079,"c":4,"u":"battle%20master's%20compendium_whereevillives","p":73,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Battle Master's Compendium"},{"id":4080,"c":4,"u":"sands%20of%20war_whereevillives","p":73,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sands of War"},{"id":4081,"c":4,"u":"kiona's%20notes_whereevillives","p":87,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Kiona's Notes"},{"id":4082,"c":4,"u":"soul%20lamp_whereevillives","p":87,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Soul Lamp"},{"id":4083,"c":4,"u":"griffon%20egg_whereevillives","p":99,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Griffon Egg"},{"id":4084,"c":4,"u":"wand%20of%20restoration_whereevillives","p":99,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Wand of Restoration"},{"id":4085,"c":4,"u":"aastrika's%20crown_whereevillives","p":115,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Aastrika's Crown"},{"id":4086,"c":4,"u":"monument%20of%20molten%20blades_whereevillives","p":116,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Monument of Molten Blades"},{"id":4087,"c":4,"u":"balm%20of%20shifting%20form_whereevillives","p":127,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Balm of Shifting Form"},{"id":4088,"c":4,"u":"book%20of%20secrets_whereevillives","p":143,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Book of Secrets"},{"id":4089,"c":4,"u":"overmatter%20totem_whereevillives","p":143,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Overmatter Totem"},{"id":4090,"c":4,"u":"demon%20signet%20ring_whereevillives","p":159,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Demon Signet Ring"},{"id":4091,"c":4,"u":"watch%20of%20prospecting_whereevillives","p":158,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Watch of Prospecting"},{"id":4092,"c":4,"u":"ashyra's%20research%20notes_whereevillives","p":171,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Ashyra's Research Notes"},{"id":4093,"c":4,"u":"rod%20of%20the%20sovereigns'%20servant_whereevillives","p":171,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Rod of the Sovereigns' Servant"},{"id":4094,"c":4,"u":"kinesthetic%20projection_whereevillives","p":184,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Kinesthetic Projection"},{"id":4095,"c":4,"u":"deed%20to%20addlecove%20castle_whereevillives","p":200,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Deed to Addlecove Castle"},{"id":4096,"c":4,"u":"the%20closing%20argument_whereevillives","p":200,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"The Closing Argument"},{"id":4097,"c":4,"u":"essence%20of%20shadowkeep_whereevillives","p":215,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Essence of Shadowkeep"},{"id":4098,"c":4,"u":"shield%20of%20shadow%20form_whereevillives","p":215,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shield of Shadow Form"},{"id":4099,"c":4,"u":"unsigned%20infernal%20contract_whereevillives","p":215,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Unsigned Infernal Contract"},{"id":4100,"c":4,"u":"essence%20of%20shadowkeep_whereevillives","p":215,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Essence of Shadowkeep"},{"id":4101,"c":4,"u":"shield%20of%20shadow%20form_whereevillives","p":215,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shield of Shadow Form"},{"id":4102,"c":4,"u":"unsigned%20infernal%20contract_whereevillives","p":215,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Unsigned Infernal Contract"},{"id":4103,"c":4,"u":"crog's%20guide%20to%20disarming%20magic%20traps_whereevillives","p":230,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Crog's Guide to Disarming Magic Traps"},{"id":4104,"c":4,"u":"draconic%20visage_whereevillives","p":230,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Draconic Visage"},{"id":4105,"c":4,"u":"heavenkiller%20chronicles_whereevillives","p":241,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Heavenkiller Chronicles"},{"id":4106,"c":4,"u":"sun%20eater%20staff_whereevillives","p":241,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sun Eater Staff"},{"id":4107,"c":4,"u":"bag%20of%20eyes_whereevillives","p":256,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Bag of Eyes"},{"id":4108,"c":4,"u":"yserthrax's%20corruption%20poison%20recipe_whereevillives","p":256,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Yserthrax's Corruption Poison Recipe"},{"id":4109,"c":4,"u":"star%20map%20of%20creation_whereevillives","p":269,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Star Map of Creation"},{"id":4110,"c":4,"u":"xaantikorijek's%20looking%20glass_whereevillives","p":269,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Xaantikorijek's Looking Glass"},{"id":4111,"c":4,"u":"dragon%20compass_whereevillives","p":279,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Dragon Compass"},{"id":4112,"c":4,"u":"lava%20crucible_whereevillives","p":279,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lava Crucible"},{"id":4113,"c":4,"u":"blade%20of%20forlorn%20hope_whereevillives","p":293,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Blade of Forlorn Hope"},{"id":4114,"c":4,"u":"spell%20form%20of%20erasure_whereevillives","p":293,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Spell Form of Erasure"},{"id":4115,"c":4,"u":"soulstone%20grimoire_whereevillives","p":309,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Soulstone Grimoire"},{"id":4116,"c":4,"u":"spear%20of%20gael%20wode_whereevillives","p":309,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Spear of Gael Wode"},{"id":4117,"c":4,"u":"painted%20stones_talesfromtheshadows","p":176,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"n":"Painted Stones"},{"id":4118,"c":4,"u":"true%20name%20(*)_illriggerrevised","p":38,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"True Name (*)"},{"id":4119,"c":4,"u":"armor%20of%20the%20black%20river_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Armor of the Black River"},{"id":4120,"c":4,"u":"armor%20of%20the%20white%20rose_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Armor of the White Rose"},{"id":4121,"c":4,"u":"blade%20of%20grass_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Blade of Grass"},{"id":4122,"c":4,"u":"ebony%20beetle%20armor_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ebony Beetle Armor"},{"id":4123,"c":4,"u":"fey%20blade_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Fey Blade"},{"id":4124,"c":4,"u":"frostglow%20weapon_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Frostglow Weapon"},{"id":4125,"c":4,"u":"ghost%20armor_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ghost Armor"},{"id":4126,"c":4,"u":"lunar%20lance_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lunar Lance"},{"id":4127,"c":4,"u":"midnight%20armor_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Midnight Armor"},{"id":4128,"c":4,"u":"moonsteel%20weapon_bookofebontides","p":210,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonsteel Weapon"},{"id":4129,"c":4,"u":"moonstone%20banded%20armor_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonstone Banded Armor"},{"id":4130,"c":4,"u":"quickstep%20weapon_bookofebontides","p":210,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Quickstep Weapon"},{"id":4131,"c":4,"u":"scepter%20weapon_bookofebontides","p":210,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Scepter Weapon"},{"id":4132,"c":4,"u":"umbral%20armor_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Armor"},{"id":4133,"c":4,"u":"%2b1%20true%20name_illriggerrevised","p":38,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"+1 True Name"},{"id":4134,"c":4,"u":"%2b2%20true%20name_illriggerrevised","p":38,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"+2 True Name"},{"id":4135,"c":4,"u":"%2b3%20true%20name_illriggerrevised","p":38,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"+3 True Name"},{"id":4136,"c":4,"u":"true%20name_illriggerrevised","p":38,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"sC":1,"n":"True Name"},{"id":4137,"c":4,"u":"ancient%20close%20fitting%20armour_tlotrr","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ancient Close Fitting Armour"},{"id":4138,"c":4,"u":"ancient%20cunning%20make%20armour_tlotrr","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ancient Cunning Make Armour"},{"id":4139,"c":4,"u":"archet%20hunting%20bow_tlotrr","p":190,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Archet Hunting Bow"},{"id":4140,"c":4,"u":"biting%20dart%20weapon_tlotrr","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Biting Dart Weapon"},{"id":4141,"c":4,"u":"cleaving%20weapon_tlotrr","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cleaving Weapon"},{"id":4142,"c":4,"u":"close-fitting%20armour_tlotrr","p":79,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Close-fitting Armour"},{"id":4143,"c":4,"u":"cunning-make%20armour_tlotrr","p":79,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cunning-make Armour"},{"id":4144,"c":4,"u":"fell%20weapon_tlotrr","p":79,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fell Weapon"},{"id":4145,"c":4,"u":"flame%20of%20hope%20weapon_tlotrr","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Flame of Hope Weapon"},{"id":4146,"c":4,"u":"foe-slaying%20weapon_tlotrr","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Foe-Slaying Weapon"},{"id":4147,"c":4,"u":"gleam%20of%20terror%20weapon_tlotrr","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gleam of Terror Weapon"},{"id":4148,"c":4,"u":"grievous%20weapon_tlotrr","p":79,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grievous Weapon"},{"id":4149,"c":4,"u":"hammering%20weapon_tlotrr","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hammering Weapon"},{"id":4150,"c":4,"u":"hollow%20steel%20weapon_tlotrr","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hollow Steel Weapon"},{"id":4151,"c":4,"u":"keen%20weapon_tlotrr","p":79,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Keen Weapon"},{"id":4152,"c":4,"u":"luminescence%20weapon_tlotrr","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Luminescence Weapon"},{"id":4153,"c":4,"u":"reinforced%20shield%20(*)_tlotrr","p":79,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Reinforced Shield (*)"},{"id":4154,"c":4,"u":"rune-scored%20armour_tlotrr","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rune-Scored Armour"},{"id":4155,"c":4,"u":"rune-scored%20shield%20(*)_tlotrr","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rune-Scored Shield (*)"},{"id":4156,"c":4,"u":"rune-scored%20weapon_tlotrr","s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rune-Scored Weapon"},{"id":4157,"c":4,"u":"straight%20flight%20weapon_tlotrr","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Straight Flight Weapon"},{"id":4158,"c":4,"u":"superior%20fell%20weapon_tlotrr","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Superior Fell Weapon"},{"id":4159,"c":4,"u":"superior%20grievous%20weapon_tlotrr","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Superior Grievous Weapon"},{"id":4160,"c":4,"u":"superior%20keen%20weapon_tlotrr","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Superior Keen Weapon"},{"id":4161,"c":4,"u":"superior%20reinforced%20shield%20(*)_tlotrr","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Superior Reinforced Shield (*)"},{"id":4162,"c":4,"u":"foresight%20weapon_whereevillives","p":127,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Foresight Weapon"},{"id":4163,"c":9,"u":"control%20projectiles_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Control Projectiles"},{"id":4164,"c":9,"u":"control%20projectiles_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Control Projectiles; 2nd-Order"},{"id":4165,"c":9,"u":"deserved%20transfer_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Deserved Transfer"},{"id":4166,"c":9,"u":"deserved%20transfer_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Deserved Transfer; 2nd-Order"},{"id":4167,"c":9,"u":"deserved%20transfer_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Deserved Transfer; Increased Order"},{"id":4168,"c":9,"u":"dream%20spores_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dream Spores"},{"id":4169,"c":9,"u":"dream%20spores_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Dream Spores; 5th-Order"},{"id":4170,"c":9,"u":"energy%20eyes_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Energy Eyes"},{"id":4171,"c":9,"u":"energy%20eyes_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Energy Eyes; 3rd-Order"},{"id":4172,"c":9,"u":"energy%20eyes_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Energy Eyes; Increased Order"},{"id":4173,"c":9,"u":"invigorated%20march_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Invigorated March"},{"id":4174,"c":9,"u":"invigorated%20march_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Invigorated March; 3rd-Order"},{"id":4175,"c":9,"u":"invigorated%20march_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Invigorated March; Increased Order"},{"id":4176,"c":9,"u":"liquefy_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Liquefy"},{"id":4177,"c":9,"u":"liquefy_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Liquefy; 3rd-Order"},{"id":4178,"c":9,"u":"memory%20thief_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Memory Thief"},{"id":4179,"c":9,"u":"memory%20thief_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Memory Thief; 4th-Order"},{"id":4180,"c":9,"u":"memory%20thief_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Memory Thief; Increased Order"},{"id":4181,"c":9,"u":"mental%20lance_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mental Lance"},{"id":4182,"c":9,"u":"mental%20lance_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mental Lance; 3rd-Order"},{"id":4183,"c":9,"u":"mental%20lance_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mental Lance; Increased Order"},{"id":4184,"c":9,"u":"mind%20scream_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mind Scream"},{"id":4185,"c":9,"u":"mind%20scream_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Scream; 3rd-Order"},{"id":4186,"c":9,"u":"mind%20scream_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Scream; Increased Order"},{"id":4187,"c":9,"u":"mind%20splinter_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mind Splinter"},{"id":4188,"c":9,"u":"mind%20splinter_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Splinter; 1st-4th Level"},{"id":4189,"c":9,"u":"mind%20splinter_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Splinter; 5th-10th Level"},{"id":4190,"c":9,"u":"mind%20splinter_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Splinter; 11th-16th Level"},{"id":4191,"c":9,"u":"mind%20splinter_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Splinter; 17th+ Level"},{"id":4192,"c":9,"u":"phase_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Phase"},{"id":4193,"c":9,"u":"phase_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Phase; 4th-Order"},{"id":4194,"c":9,"u":"phase_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Phase; Increased Order"},{"id":4195,"c":9,"u":"piscine%20transformation_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Piscine Transformation"},{"id":4196,"c":9,"u":"piscine%20transformation_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Piscine Transformation; Head"},{"id":4197,"c":9,"u":"piscine%20transformation_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Piscine Transformation; Legs"},{"id":4198,"c":9,"u":"piscine%20transformation_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Piscine Transformation; Torso"},{"id":4199,"c":9,"u":"piscine%20transformation_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Piscine Transformation; Increased Order"},{"id":4200,"c":9,"u":"shockwave_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shockwave"},{"id":4201,"c":9,"u":"shockwave_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Shockwave; 2nd-Order"},{"id":4202,"c":9,"u":"sickening%20sympathy_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sickening Sympathy"},{"id":4203,"c":9,"u":"sickening%20sympathy_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Sickening Sympathy; 2nd-Order"},{"id":4204,"c":9,"u":"vanish%20for%20one_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vanish for One"},{"id":4205,"c":9,"u":"vanish%20for%20one_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Vanish for One; 2nd-Order"},{"id":4206,"c":9,"u":"vanish%20for%20one_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Vanish for One; Increased Order"},{"id":4207,"c":10,"u":"bearfolk_bookofebontides","p":22,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bearfolk"},{"id":4208,"c":10,"u":"bearfolk%20(shadowborn)_bookofebontides","p":22,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bearfolk (Shadowborn)"},{"id":4209,"c":10,"u":"darakhul_bookofebontides","p":25,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Darakhul"},{"id":4210,"c":10,"u":"darakhul%20(bearfolk%20heritage)_bookofebontides","p":25,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Darakhul (Bearfolk Heritage)"},{"id":4211,"c":10,"u":"darakhul%20(shadow%20goblin%20heritage)_bookofebontides","p":25,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Darakhul (Shadow Goblin Heritage)"},{"id":4212,"c":10,"u":"erina_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Erina"},{"id":4213,"c":10,"u":"erina%20(spiritfarer)_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Erina (Spiritfarer)"},{"id":4214,"c":10,"u":"quickstep_bookofebontides","p":32,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Quickstep"},{"id":4215,"c":10,"u":"ratatosk_bookofebontides","p":33,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ratatosk"},{"id":4216,"c":10,"u":"ratatosk%20(ekorre%3b%20clever%20tusk)_bookofebontides","p":33,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ratatosk (Ekorre; Clever Tusk)"},{"id":4217,"c":10,"u":"ratatosk%20(tradvakt%3b%20tree%20protector)_bookofebontides","p":33,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ratatosk (Tradvakt; Tree Protector)"},{"id":4218,"c":10,"u":"ravenfolk_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ravenfolk"},{"id":4219,"c":10,"u":"ravenfolk%20(sublime)_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ravenfolk (Sublime)"},{"id":4220,"c":10,"u":"satarre_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Satarre"},{"id":4221,"c":10,"u":"satarre%20(unbound)_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Satarre (Unbound)"},{"id":4222,"c":10,"u":"shade_bookofebontides","p":49,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shade"},{"id":4223,"c":10,"u":"shade%20(stygian)_bookofebontides","p":49,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shade (Stygian)"},{"id":4224,"c":10,"u":"shadow%20goblin_bookofebontides","p":29,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Goblin"},{"id":4225,"c":10,"u":"umbral%20human_bookofebontides","p":30,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Human"},{"id":4226,"c":10,"u":"umbral%20human%20(changeling)_bookofebontides","p":30,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Human (Changeling)"},{"id":4227,"c":10,"u":"umbral%20human%20(gifted)_bookofebontides","p":30,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Human (Gifted)"},{"id":4228,"c":10,"u":"the%20disembodied_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"The Disembodied"},{"id":4229,"c":10,"u":"wechselkind_grimhollowplayerpack","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Wechselkind"},{"id":4230,"c":10,"u":"barding_tlotrr","p":28,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Barding"},{"id":4231,"c":10,"u":"bree-hobbit_tlotrr","p":183,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bree-Hobbit"},{"id":4232,"c":10,"u":"bree-hobbit%20(fallohide)_tlotrr","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bree-Hobbit (Fallohide)"},{"id":4233,"c":10,"u":"bree-hobbit%20(harfoot)_tlotrr","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bree-Hobbit (Harfoot)"},{"id":4234,"c":10,"u":"bree-hobbit%20(stoor)_tlotrr","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bree-Hobbit (Stoor)"},{"id":4235,"c":10,"u":"dwarf_tlotrr","p":31,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dwarf"},{"id":4236,"c":10,"u":"dwarf%20(blue%20mountain)_tlotrr","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dwarf (Blue Mountain)"},{"id":4237,"c":10,"u":"dwarf%20(erebor)_tlotrr","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dwarf (Erebor)"},{"id":4238,"c":10,"u":"dwarf%20(iron%20hill)_tlotrr","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dwarf (Iron Hill)"},{"id":4239,"c":10,"u":"dwarf%20(wandering)_tlotrr","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dwarf (Wandering)"},{"id":4240,"c":10,"u":"elf_tlotrr","p":34,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Elf"},{"id":4241,"c":10,"u":"elf%20(lindon)_tlotrr","p":35,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Elf (Lindon)"},{"id":4242,"c":10,"u":"hobbit_tlotrr","p":37,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hobbit"},{"id":4243,"c":10,"u":"hobbit%20(fallohide)_tlotrr","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hobbit (Fallohide)"},{"id":4244,"c":10,"u":"hobbit%20(harfoot)_tlotrr","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hobbit (Harfoot)"},{"id":4245,"c":10,"u":"hobbit%20(stoor)_tlotrr","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hobbit (Stoor)"},{"id":4246,"c":10,"u":"man%20of%20bree_tlotrr","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Man of Bree"},{"id":4247,"c":10,"u":"ranger%20of%20the%20north_tlotrr","p":42,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ranger of the North"},{"id":4248,"c":10,"u":"elf%20(lunar)_bookofebontides","p":21,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Elf (Lunar)"},{"id":4249,"c":10,"u":"elf%20(sable)_bookofebontides","p":21,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Elf (Sable)"},{"id":4250,"c":10,"u":"elf%20(shadow%20fey)_bookofebontides","p":21,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Elf (Shadow Fey)"},{"id":4251,"c":10,"u":"gnome%20(wyrd)_bookofebontides","p":35,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Gnome (Wyrd)"},{"id":4252,"c":11,"u":"curse%20of%20vengeance_tlotrr","p":145,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Curse of Vengeance"},{"id":4253,"c":11,"u":"dragon-sickness_tlotrr","p":145,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragon-Sickness"},{"id":4254,"c":11,"u":"lure%20of%20power_tlotrr","p":145,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lure of Power"},{"id":4255,"c":11,"u":"lure%20of%20secrets_tlotrr","p":145,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lure of Secrets"},{"id":4256,"c":11,"u":"path%20of%20despair_tlotrr","p":145,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Path of Despair"},{"id":4257,"c":11,"u":"wandering-madness_tlotrr","p":146,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wandering-Madness"},{"id":4258,"c":12,"u":"encumbrance_tlotrr","p":22,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Encumbrance"},{"id":4259,"c":12,"u":"replacing%20the%20d20_tlotrr","p":22,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Replacing the d20"},{"id":4260,"c":12,"u":"resting_tlotrr","p":22,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Resting"},{"id":4261,"c":12,"u":"rewards%20and%20virtues_tlotrr","p":22,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rewards and Virtues"},{"id":4262,"c":12,"u":"rolling%201%20or%2020_tlotrr","p":22,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rolling 1 or 20"},{"id":4263,"c":12,"u":"shadow%20and%20corruption_tlotrr","p":23,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shadow and Corruption"},{"id":4264,"c":13,"u":"talesfromtheshadows","s":2,"dP":1,"sA":2,"sF":2,"n":"Tales from the Shadows"},{"id":4265,"c":13,"u":"jaggededge","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Jagged Edge Hideaway"},{"id":4266,"c":13,"u":"hangingtree","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hanging Tree"},{"id":4267,"c":13,"u":"haghut","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shtriga Nonna's Hut"},{"id":4268,"c":13,"u":"burnockmill","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Burnock Mill"},{"id":4269,"c":13,"u":"campfirefield","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Camp Firefield"},{"id":4270,"c":13,"u":"shiftinglibrary","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shifting Library"},{"id":4271,"c":13,"u":"cloudfang","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Cloud Fang Keep"},{"id":4272,"c":13,"u":"moltenenclave","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Molten Enclave"},{"id":4273,"c":13,"u":"wrathrock","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Ruins of Wrathrock"},{"id":4274,"c":13,"u":"whitetower","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"The White Tower"},{"id":4275,"c":13,"u":"canyoncrown","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Canyon of the Tower Crown"},{"id":4276,"c":13,"u":"tombkeeper","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Tomb of the Keeper"},{"id":4277,"c":13,"u":"termex","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Terminal Excrescence"},{"id":4278,"c":13,"u":"ecas","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Eighth City Advocacy Services"},{"id":4279,"c":13,"u":"shkeep","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadowkeep"},{"id":4280,"c":13,"u":"durrest","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Durixaviinox's Rest"},{"id":4281,"c":13,"u":"corhol","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Coronal Hollow"},{"id":4282,"c":13,"u":"eyemt","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Eyes of the Mountain"},{"id":4283,"c":13,"u":"glacav","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Glass Cavern"},{"id":4284,"c":13,"u":"mtbrz","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Mount Brazen"},{"id":4285,"c":13,"u":"ashqu","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Ash Queen's Reliquary"},{"id":4286,"c":13,"u":"boueter","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Boughs of Eternity"},{"id":4287,"c":44,"u":"bookofebontides","s":0,"dP":1,"sA":0,"sF":0,"n":"Book of Ebon Tides"},{"id":4288,"c":44,"u":"fleemortals","s":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Flee, Mortals!"},{"id":4289,"c":44,"u":"gh%3app","s":6,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Grim Hollow: Player Pack"},{"id":4290,"c":44,"u":"illriggerrevised","s":3,"dP":1,"sA":3,"sF":3,"sC":1,"n":"The Illrigger Revised"},{"id":4291,"c":44,"u":"tlotrr","s":4,"dP":1,"sA":4,"sF":4,"sC":2,"n":"The Lord of the Rings Roleplaying"},{"id":4292,"c":44,"u":"whereevillives","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Where Evil Lives: The MCDM Book of Boss Battles"},{"id":4293,"c":14,"u":"ailuros_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ailuros"},{"id":4294,"c":14,"u":"ailuros_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bastet"},{"id":4295,"c":14,"u":"alquam_shadow%20realm%20dark%20gods_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Alquam"},{"id":4296,"c":14,"u":"anu-akma_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Anu-Akma"},{"id":4297,"c":14,"u":"baccholon_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Baccholon"},{"id":4298,"c":14,"u":"baccholon_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Baccho"},{"id":4299,"c":14,"u":"bengta%20the%20bear%20maiden_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bengta the Bear Maiden"},{"id":4300,"c":14,"u":"black%20goat%20of%20the%20woods_shadow%20realm%20dark%20gods_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Black Goat of the Woods"},{"id":4301,"c":14,"u":"charun_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Charun"},{"id":4302,"c":14,"u":"gytellisor_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Gytellisor"},{"id":4303,"c":14,"u":"hecate_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Hecate"},{"id":4304,"c":14,"u":"hecate_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Sarastra"},{"id":4305,"c":14,"u":"kupkoresh_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Kupkoresh"},{"id":4306,"c":14,"u":"laughing%20loki_shadow%20realm%20dark%20gods_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Laughing Loki"},{"id":4307,"c":14,"u":"santerr%20illosi%2c%20our%20lady%20of%20blood_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Santerr Illosi, Our Lady of Blood"},{"id":4308,"c":14,"u":"santerr%20marossa%2c%20our%20lady%20of%20roses_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Santerr Marossa, Our Lady of Roses"},{"id":4309,"c":14,"u":"the%20hunter_shadow%20realm%20dark%20gods_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"The Hunter"},{"id":4310,"c":14,"u":"the%20old%20roads_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"The Old Roads"},{"id":4311,"c":14,"u":"umbeserno_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbeserno"},{"id":4312,"c":14,"u":"vardesain_shadow%20realm%20dark%20gods_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Vardesain"},{"id":4313,"c":24,"u":"adventuring%20gear_tlotrr","p":70,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Adventuring Gear"},{"id":4314,"c":24,"u":"an%20evening%20at%20the%20prancing%20pony_tlotrr","p":185,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"An Evening at The Prancing Pony"},{"id":4315,"c":24,"u":"armours_tlotrr","p":72,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Armours"},{"id":4316,"c":24,"u":"blessings_tlotrr","p":130,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Blessings"},{"id":4317,"c":24,"u":"callings_tlotrr","p":44,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Callings"},{"id":4318,"c":24,"u":"council%20structure_tlotrr","p":96,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Council Structure"},{"id":4319,"c":24,"u":"council%20xp%20awards_tlotrr","p":99,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Council XP Awards"},{"id":4320,"c":24,"u":"encounters%20on%20the%20east%20road_tlotrr","p":193,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Encounters on the East Road"},{"id":4321,"c":24,"u":"event%20target_tlotrr","p":104,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Event Target"},{"id":4322,"c":24,"u":"hoard_tlotrr","p":126,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hoard"},{"id":4323,"c":24,"u":"hunt%20modifiers%20table_tlotrr","p":174,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hunt Modifiers Table"},{"id":4324,"c":24,"u":"journey%20events%20table_tlotrr","p":105,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Journey Events Table"},{"id":4325,"c":24,"u":"journey%20roles_tlotrr","p":101,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Journey Roles"},{"id":4326,"c":24,"u":"journey%20xp%20awards_tlotrr","p":104,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Journey XP Awards"},{"id":4327,"c":24,"u":"magical%20treasure_tlotrr","p":126,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magical Treasure"},{"id":4328,"c":24,"u":"misdeeds_tlotrr","p":142,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Misdeeds"},{"id":4329,"c":24,"u":"multiple%20callings_tlotrr","p":67,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Multiple Callings"},{"id":4330,"c":24,"u":"out-of-pocket%20expenses_tlotrr","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Out-of-Pocket Expenses"},{"id":4331,"c":24,"u":"ponies%20and%20horses_tlotrr","p":75,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ponies and Horses"},{"id":4332,"c":24,"u":"precious%20objects%20tables_tlotrr","p":127,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Precious Objects Tables"},{"id":4333,"c":24,"u":"region%20table_tlotrr","p":173,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Region Table"},{"id":4334,"c":24,"u":"ruins%20along%20the%20greenway_tlotrr","p":196,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ruins Along the Greenway"},{"id":4335,"c":24,"u":"ruins%20and%20broken%20stones_tlotrr","p":200,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ruins and Broken Stones"},{"id":4336,"c":24,"u":"shadow%20paths_tlotrr","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shadow Paths"},{"id":4337,"c":24,"u":"sources%20of%20dread_tlotrr","p":142,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sources of Dread"},{"id":4338,"c":24,"u":"starting%20gear_tlotrr","p":70,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Starting Gear"},{"id":4339,"c":24,"u":"starting%20patrons_tlotrr","p":17,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Starting Patrons"},{"id":4340,"c":24,"u":"table%2001.%20the%20thing%20is%20referred%20to%20as..._tlotrr","p":165,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Table 01. The Thing is referred to as..."},{"id":4341,"c":24,"u":"table%2002.%20the%20thing%20can%20be%20described%20as..._tlotrr","p":166,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Table 02. The Thing can be described as..."},{"id":4342,"c":24,"u":"table%2003.%20when%20first%20encountered..._tlotrr","p":166,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Table 03. When first encountered..."},{"id":4343,"c":24,"u":"table%2004.%20a%20rumour%20about%20the%20thing_tlotrr","p":167,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Table 04. A Rumour About the Thing"},{"id":4344,"c":24,"u":"table%2005.%20where%20the%20thing%20is%20remembered_tlotrr","p":168,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Table 05. Where the Thing is Remembered"},{"id":4345,"c":24,"u":"table%2006.%20characteristics_tlotrr","p":169,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Table 06. Characteristics"},{"id":4346,"c":24,"u":"table%2007.%20attack%20forms_tlotrr","p":169,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Table 07. Attack Forms"},{"id":4347,"c":24,"u":"table%2008.%20special%20traits_tlotrr","p":170,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Table 08. Special Traits"},{"id":4348,"c":24,"u":"tools_tlotrr","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tools"},{"id":4349,"c":24,"u":"travelling%20in%20the%20chetwood_tlotrr","p":191,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Travelling in the Chetwood"},{"id":4350,"c":24,"u":"troll-holes_tlotrr","p":204,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Troll-Holes"},{"id":4351,"c":24,"u":"weapons_tlotrr","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Weapons"},{"id":4352,"c":46,"u":"radiant%20lord_bookofebontides","s":0,"h":1,"hx":1,"dP":1,"sA":0,"sF":0,"n":"Radiant Lord"},{"id":4353,"c":46,"u":"medusa_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Medusa"},{"id":4354,"c":46,"u":"overmind_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Overmind"},{"id":4355,"c":46,"u":"lich_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lich"},{"id":4356,"c":46,"u":"vampire_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vampire"},{"id":4357,"c":46,"u":"cave_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Cave"},{"id":4358,"c":46,"u":"enchanted%20forest_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Enchanted Forest"},{"id":4359,"c":46,"u":"tomb_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tomb"},{"id":4360,"c":46,"u":"ruined%20keep_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ruined Keep"},{"id":4361,"c":46,"u":"sewer_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sewer"},{"id":4362,"c":46,"u":"swamp_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swamp"},{"id":4363,"c":46,"u":"underground_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Underground"},{"id":4364,"c":46,"u":"the%20ticktock%20man_talesfromtheshadows","s":2,"h":1,"hx":1,"dP":1,"sA":2,"sF":2,"n":"The Ticktock Man"},{"id":4365,"c":46,"u":"shtriga%20nonna_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shtriga Nonna"},{"id":4366,"c":46,"u":"lady%20emer_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lady Emer"},{"id":4367,"c":46,"u":"ithu'rath_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Ithu'rath"},{"id":4368,"c":46,"u":"xorannox_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Xorannox"},{"id":4369,"c":46,"u":"lord%20syuul_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lord Syuul"},{"id":4370,"c":46,"u":"count%20rhodar_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Count Rhodar"},{"id":4371,"c":46,"u":"durixaviinox_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Durixaviinox"},{"id":4372,"c":46,"u":"qazyldrath_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Qazyldrath"},{"id":4373,"c":46,"u":"yserthrax_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Yserthrax"},{"id":4374,"c":46,"u":"xaantikorijek_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Xaantikorijek"},{"id":4375,"c":46,"u":"forzaantilirys_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Forzaantilirys"},{"id":4376,"c":46,"u":"high%20mage%20vairae_whereevillives","s":5,"h":1,"hx":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"High Mage Vairae"},{"id":4377,"c":42,"u":"gather%20rumours_tlotrr","p":112,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gather Rumours"},{"id":4378,"c":42,"u":"heal%20scars_tlotrr","p":113,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Heal Scars"},{"id":4379,"c":42,"u":"meet%20patron_tlotrr","p":113,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Meet Patron"},{"id":4380,"c":42,"u":"ponder%20storied%20and%20figured%20maps_tlotrr","p":113,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ponder Storied and Figured Maps"},{"id":4381,"c":42,"u":"raise%20an%20heir_tlotrr","p":113,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Raise an Heir"},{"id":4382,"c":42,"u":"recount%20a%20story_tlotrr","p":114,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Recount a Story"},{"id":4383,"c":42,"u":"strengthen%20fellowship_tlotrr","p":115,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Strengthen Fellowship"},{"id":4384,"c":42,"u":"study%20magical%20items_tlotrr","p":115,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Study Magical Items"},{"id":4385,"c":42,"u":"write%20a%20song_tlotrr","p":115,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Write a Song"},{"id":4386,"c":43,"u":"ad%c3%bbnaic_tlotrr","p":201,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Adunaic"},{"id":4387,"c":43,"u":"black%20speech_tlotrr","p":158,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Black Speech"},{"id":4388,"c":43,"u":"dalish_tlotrr","p":28,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dalish"},{"id":4389,"c":43,"u":"dunlendish_tlotrr","p":149,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dunlendish"},{"id":4390,"c":43,"u":"khuzdul_tlotrr","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Khuzdul"},{"id":4391,"c":43,"u":"orkish_tlotrr","p":151,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Orkish"},{"id":4392,"c":43,"u":"quenya_tlotrr","p":65,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Quenya"},{"id":4393,"c":43,"u":"sindarin_tlotrr","p":34,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sindarin"},{"id":4394,"c":43,"u":"warg-speech_tlotrr","p":162,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warg-speech"},{"id":4395,"c":43,"u":"westron_tlotrr","p":27,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Westron"},{"id":4396,"c":50,"u":"explore_tlotrr","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Explore"},{"id":4397,"c":50,"u":"hunting_tlotrr","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hunting"},{"id":4398,"c":50,"u":"old%20lore_tlotrr","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Old Lore"},{"id":4399,"c":50,"u":"riddle_tlotrr","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Riddle"},{"id":4400,"c":50,"u":"travel_tlotrr","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Travel"},{"id":4401,"c":51,"u":"soulsight_fleemortals","p":56,"s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Soulsight"}],"m":{"s":{"BookOfEbonTides":0,"FleeMortals":1,"TalesFromTheShadows":2,"IllriggerRevised":3,"TLotRR":4,"WhereEvilLives":5,"GrimHollowPlayerPack":6},"sA":{"BoET":0,"FM!":1,"TftS":2,"IllR":3,"TLotRR":4,"WEL":5,"GH:PP":6},"sF":{"Book of Ebon Tides":0,"Flee, Mortals!":1,"Tales from the Shadows":2,"The Illrigger Revised":3,"The Lord of the Rings Roleplaying":4,"Where Evil Lives: The MCDM Book of Boss Battles":5,"Grim Hollow: Player Pack":6},"sC":{"616734":2,"9B0000":0,"933a4c":1,"5B0000":3,"80a374":4}}} \ No newline at end of file +{"x":[{"id":0,"c":1,"u":"bearfolk%20druid_bookofebontides","p":164,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bearfolk Druid"},{"id":1,"c":1,"u":"bearfolk%20thunderstomper_bookofebontides","p":165,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bearfolk Thunderstomper"},{"id":2,"c":1,"u":"birch%20siren_bookofebontides","p":166,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Birch Siren"},{"id":3,"c":1,"u":"darakhul%20general_bookofebontides","p":167,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Darakhul General"},{"id":4,"c":1,"u":"gnomish%20distiller_bookofebontides","p":168,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Gnomish Distiller"},{"id":5,"c":1,"u":"keeper%20of%20hounds_bookofebontides","p":170,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper of Hounds"},{"id":6,"c":1,"u":"keeper%20of%20ravens_bookofebontides","p":171,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper of Ravens"},{"id":7,"c":1,"u":"knight%20of%20shadows_bookofebontides","p":171,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Knight of Shadows"},{"id":8,"c":1,"u":"lesser%20lunar%20devil_bookofebontides","p":172,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lesser Lunar Devil"},{"id":9,"c":1,"u":"lesser%20lunar%20devil%20(devil%20summoning%20variant)_bookofebontides","p":174,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lesser Lunar Devil (Devil Summoning Variant)"},{"id":10,"c":1,"u":"memory%20thief_bookofebontides","p":174,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Memory Thief"},{"id":11,"c":1,"u":"molefolk_bookofebontides","p":175,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Molefolk"},{"id":12,"c":1,"u":"moonshadow%20catcher_bookofebontides","p":176,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonshadow Catcher"},{"id":13,"c":1,"u":"oma%20rattenfanger_bookofebontides","p":177,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Oma Rattenfanger"},{"id":14,"c":1,"u":"radiant%20lord_bookofebontides","p":178,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Radiant Lord"},{"id":15,"c":1,"u":"river%20giant_bookofebontides","p":180,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"River Giant"},{"id":16,"c":1,"u":"river%20spirit_bookofebontides","p":182,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"River Spirit"},{"id":17,"c":1,"u":"rose%20golem_bookofebontides","p":183,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Rose Golem"},{"id":18,"c":1,"u":"sable%20elf_bookofebontides","p":184,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Sable Elf"},{"id":19,"c":1,"u":"sable%20elf%20hierophant_bookofebontides","p":185,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Sable Elf Hierophant"},{"id":20,"c":1,"u":"shadow%20fey%20bandit_bookofebontides","p":186,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Fey Bandit"},{"id":21,"c":1,"u":"shadow%20goblin%20chieftain_bookofebontides","p":187,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Goblin Chieftain"},{"id":22,"c":1,"u":"shadow%20goblin%20scribe_bookofebontides","p":188,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Goblin Scribe"},{"id":23,"c":1,"u":"shadowspider%20swarm_bookofebontides","p":189,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadowspider Swarm"},{"id":24,"c":1,"u":"styx%20giant_bookofebontides","p":181,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Styx Giant"},{"id":25,"c":1,"u":"umbral%20tailor_bookofebontides","p":190,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Tailor"},{"id":26,"c":1,"u":"wandering%20pond_bookofebontides","p":191,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wandering Pond"},{"id":27,"c":1,"u":"angulotl%20blade_fleemortals","p":28,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Blade"},{"id":28,"c":1,"u":"angulotl%20needler_fleemortals","p":29,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Needler"},{"id":29,"c":1,"u":"angulotl%20seer_fleemortals","p":30,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Seer"},{"id":30,"c":1,"u":"angulotl%20slink_fleemortals","p":31,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Slink"},{"id":31,"c":1,"u":"angulotl%20tadpole_fleemortals","p":31,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Tadpole"},{"id":32,"c":1,"u":"clawfish_fleemortals","p":32,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Clawfish"},{"id":33,"c":1,"u":"angulotl%20yegg_fleemortals","p":32,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Angulotl Yegg"},{"id":34,"c":1,"u":"clawfish%20companion_fleemortals","p":33,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Clawfish Companion"},{"id":35,"c":1,"u":"bear_fleemortals","p":35,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bear"},{"id":36,"c":1,"u":"little%20bear_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Little Bear"},{"id":37,"c":1,"u":"bird%20of%20prey_fleemortals","p":37,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bird of Prey"},{"id":38,"c":1,"u":"dire%20bird%20of%20prey_fleemortals","p":37,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dire Bird of Prey"},{"id":39,"c":1,"u":"camel_fleemortals","p":39,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Camel"},{"id":40,"c":1,"u":"deathhawk_fleemortals","p":39,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Deathhawk"},{"id":41,"c":1,"u":"lightning%20eel_fleemortals","p":40,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lightning Eel"},{"id":42,"c":1,"u":"ancient%20lightning%20eel_fleemortals","p":40,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ancient Lightning Eel"},{"id":43,"c":1,"u":"snowfox_fleemortals","p":41,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Snowfox"},{"id":44,"c":1,"u":"swarm%20of%20insects_fleemortals","p":41,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swarm of Insects"},{"id":45,"c":1,"u":"swarm%20of%20spiders_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swarm of Spiders"},{"id":46,"c":1,"u":"wildcat_fleemortals","p":43,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wildcat"},{"id":47,"c":1,"u":"little%20wildcat_fleemortals","p":43,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Little Wildcat"},{"id":48,"c":1,"u":"bear%20companion_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bear Companion"},{"id":49,"c":1,"u":"blood%20hawk%20companion_fleemortals","p":45,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Blood Hawk Companion"},{"id":50,"c":1,"u":"camel%20companion_fleemortals","p":46,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Camel Companion"},{"id":51,"c":1,"u":"wildcat%20companion_fleemortals","p":47,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wildcat Companion"},{"id":52,"c":1,"u":"basilisk_fleemortals","p":48,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Basilisk"},{"id":53,"c":1,"u":"basilisk%20companion_fleemortals","p":49,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Basilisk Companion"},{"id":54,"c":1,"u":"bugbear%20channeler_fleemortals","p":51,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Channeler"},{"id":55,"c":1,"u":"bugbear%20commander_fleemortals","p":51,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Commander"},{"id":56,"c":1,"u":"bugbear%20predator_fleemortals","p":52,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Predator"},{"id":57,"c":1,"u":"bugbear%20regular_fleemortals","p":52,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Regular"},{"id":58,"c":1,"u":"bugbear%20roughneck_fleemortals","p":53,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Roughneck"},{"id":59,"c":1,"u":"bugbear%20warden_fleemortals","p":53,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bugbear Warden"},{"id":60,"c":1,"u":"chimera_fleemortals","p":54,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Chimera"},{"id":61,"c":1,"u":"chimera%20(protector%20variant)_fleemortals","p":54,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Chimera (Protector Variant)"},{"id":62,"c":1,"u":"chimera%20companion_fleemortals","p":55,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Chimera Companion"},{"id":63,"c":1,"u":"chimeron_fleemortals","p":58,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Chimeron"},{"id":64,"c":1,"u":"pitling_fleemortals","p":58,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Pitling"},{"id":65,"c":1,"u":"ruinant_fleemortals","p":59,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ruinant"},{"id":66,"c":1,"u":"tormenauk_fleemortals","p":60,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tormenauk"},{"id":67,"c":1,"u":"wobalas_fleemortals","p":61,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wobalas"},{"id":68,"c":1,"u":"aurumvas_fleemortals","p":62,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Aurumvas"},{"id":69,"c":1,"u":"devil%20adjudicator_fleemortals","p":66,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Adjudicator"},{"id":70,"c":1,"u":"devil%20jurist_fleemortals","p":67,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Jurist"},{"id":71,"c":1,"u":"devil%20legate_fleemortals","p":68,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Legate"},{"id":72,"c":1,"u":"devil%20magistrate_fleemortals","p":69,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Magistrate"},{"id":73,"c":1,"u":"devil%20notary_fleemortals","p":69,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Notary"},{"id":74,"c":1,"u":"infernal%20chancellor%20lazivos_fleemortals","p":71,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Infernal Chancellor Lazivos"},{"id":75,"c":1,"u":"devil%20retainer_fleemortals","p":72,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Devil Retainer"},{"id":76,"c":1,"u":"dragonet_fleemortals","p":73,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dragonet"},{"id":77,"c":1,"u":"durixaviinox_fleemortals","p":77,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Durixaviinox"},{"id":78,"c":1,"u":"forzaantirilys_fleemortals","p":79,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Forzaantirilys"},{"id":79,"c":1,"u":"qazyldrath_fleemortals","p":81,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Qazyldrath"},{"id":80,"c":1,"u":"xaantikorijek_fleemortals","p":83,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Xaantikorijek"},{"id":81,"c":1,"u":"yserthrax_fleemortals","p":85,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Yserthrax"},{"id":82,"c":1,"u":"air%20spark_fleemortals","p":89,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Air Spark"},{"id":83,"c":1,"u":"crux%20of%20fire_fleemortals","p":89,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Crux of Fire"},{"id":84,"c":1,"u":"crux%20of%20frost_fleemortals","p":90,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Crux of Frost"},{"id":85,"c":1,"u":"earth%20spark_fleemortals","p":91,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Earth Spark"},{"id":86,"c":1,"u":"essence%20of%20mist_fleemortals","p":91,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Essence of Mist"},{"id":87,"c":1,"u":"essence%20of%20storms_fleemortals","p":92,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Essence of Storms"},{"id":88,"c":1,"u":"essence%20of%20tides_fleemortals","p":93,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Essence of Tides"},{"id":89,"c":1,"u":"fire%20spark_fleemortals","p":93,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fire Spark"},{"id":90,"c":1,"u":"force%20of%20blood_fleemortals","p":94,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Force of Blood"},{"id":91,"c":1,"u":"force%20of%20earth_fleemortals","p":95,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Force of Earth"},{"id":92,"c":1,"u":"force%20of%20iron_fleemortals","p":96,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Force of Iron"},{"id":93,"c":1,"u":"oracle%20of%20storms_fleemortals","p":97,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Oracle of Storms"},{"id":94,"c":1,"u":"principle%20of%20growth_fleemortals","p":98,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Principle of Growth"},{"id":95,"c":1,"u":"sunlight%20nexus_fleemortals","p":99,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sunlight Nexus"},{"id":96,"c":1,"u":"water%20spark_fleemortals","p":99,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Water Spark"},{"id":97,"c":1,"u":"at%c3%a6shia_fleemortals","p":101,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ataeshia"},{"id":98,"c":1,"u":"blood%20seneschal_fleemortals","p":102,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Blood Seneschal"},{"id":99,"c":1,"u":"lava%20bastion_fleemortals","p":102,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lava Bastion"},{"id":100,"c":1,"u":"earth%20elemental%20companion_fleemortals","p":103,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Earth Elemental Companion"},{"id":101,"c":1,"u":"fire%20giant%20lightbearer_fleemortals","p":105,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fire Giant Lightbearer"},{"id":102,"c":1,"u":"fire%20giant%20red%20fist_fleemortals","p":106,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fire Giant Red Fist"},{"id":103,"c":1,"u":"fire%20giant%20trooper_fleemortals","p":107,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fire Giant Trooper"},{"id":104,"c":1,"u":"zenith%20aastrika_fleemortals","p":107,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Zenith Aastrika"},{"id":105,"c":1,"u":"frost%20giant%20storm%20hurler_fleemortals","p":108,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Frost Giant Storm Hurler"},{"id":106,"c":1,"u":"frost%20giant%20wind%20sprinter_fleemortals","p":109,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Frost Giant Wind Sprinter"},{"id":107,"c":1,"u":"hill%20giant%20clobberer_fleemortals","p":109,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hill Giant Clobberer"},{"id":108,"c":1,"u":"hill%20giant%20flunky_fleemortals","p":110,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hill Giant Flunky"},{"id":109,"c":1,"u":"basalt%20stone%20giant_fleemortals","p":111,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Basalt Stone Giant"},{"id":110,"c":1,"u":"granite%20stone%20giant_fleemortals","p":111,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Granite Stone Giant"},{"id":111,"c":1,"u":"marble%20stone%20giant_fleemortals","p":112,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Marble Stone Giant"},{"id":112,"c":1,"u":"gibbering%20mouther_fleemortals","p":114,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gibbering Mouther"},{"id":113,"c":1,"u":"gibbering%20mouther%20companion_fleemortals","p":115,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gibbering Mouther Companion"},{"id":114,"c":1,"u":"gnoll%20abyssal%20archer_fleemortals","p":116,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Abyssal Archer"},{"id":115,"c":1,"u":"gnoll%20abyssal%20summoner_fleemortals","p":117,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Abyssal Summoner"},{"id":116,"c":1,"u":"gnoll%20bonesplitter_fleemortals","p":118,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Bonesplitter"},{"id":117,"c":1,"u":"gnoll%20cackler_fleemortals","p":119,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Cackler"},{"id":118,"c":1,"u":"gnoll%20mage-gorger_fleemortals","p":119,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Mage-Gorger"},{"id":119,"c":1,"u":"gnoll%20marauder_fleemortals","p":120,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Marauder"},{"id":120,"c":1,"u":"gnoll%20wildling_fleemortals","p":121,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Wildling"},{"id":121,"c":1,"u":"abyssal%20hyena_fleemortals","p":121,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Abyssal Hyena"},{"id":122,"c":1,"u":"tusker%20demon_fleemortals","p":122,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tusker Demon"},{"id":123,"c":1,"u":"gnoll%20gnasher_fleemortals","p":123,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gnoll Gnasher"},{"id":124,"c":1,"u":"abyssal%20hyena%20companion_fleemortals","p":123,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Abyssal Hyena Companion"},{"id":125,"c":1,"u":"goblin%20assassin_fleemortals","p":126,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Assassin"},{"id":126,"c":1,"u":"goblin%20cursespitter_fleemortals","p":126,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Cursespitter"},{"id":127,"c":1,"u":"goblin%20lackey_fleemortals","p":127,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Lackey"},{"id":128,"c":1,"u":"goblin%20sniper_fleemortals","p":127,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Sniper"},{"id":129,"c":1,"u":"goblin%20spinecleaver_fleemortals","p":128,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Spinecleaver"},{"id":130,"c":1,"u":"goblin%20underboss_fleemortals","p":128,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Underboss"},{"id":131,"c":1,"u":"goblin%20warrior_fleemortals","p":129,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Warrior"},{"id":132,"c":1,"u":"skitterling_fleemortals","p":129,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Skitterling"},{"id":133,"c":1,"u":"swarm%20of%20skitterlings_fleemortals","p":129,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swarm of Skitterlings"},{"id":134,"c":1,"u":"war%20spider_fleemortals","p":130,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"War Spider"},{"id":135,"c":1,"u":"queen%20bargnot_fleemortals","p":131,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Queen Bargnot"},{"id":136,"c":1,"u":"goblin%20sneak_fleemortals","p":132,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goblin Sneak"},{"id":137,"c":1,"u":"skitterling%20companion_fleemortals","p":132,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Skitterling Companion"},{"id":138,"c":1,"u":"worg%20companion_fleemortals","p":133,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Worg Companion"},{"id":139,"c":1,"u":"griffon_fleemortals","p":135,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Griffon"},{"id":140,"c":1,"u":"griffon%20companion_fleemortals","p":135,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Griffon Companion"},{"id":141,"c":1,"u":"green%20hag_fleemortals","p":137,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Green Hag"},{"id":142,"c":1,"u":"night%20hag_fleemortals","p":138,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Night Hag"},{"id":143,"c":1,"u":"sea%20hag_fleemortals","p":139,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sea Hag"},{"id":144,"c":1,"u":"shtriga%20nonna_fleemortals","p":140,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shtriga Nonna"},{"id":145,"c":1,"u":"sea%20hag%20apprentice_fleemortals","p":141,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sea Hag Apprentice"},{"id":146,"c":1,"u":"harpy_fleemortals","p":142,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Harpy"},{"id":147,"c":1,"u":"starving%20harpy_fleemortals","p":143,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Starving Harpy"},{"id":148,"c":1,"u":"harpy%20fledgling_fleemortals","p":143,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Harpy Fledgling"},{"id":149,"c":1,"u":"hellhound_fleemortals","p":144,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hellhound"},{"id":150,"c":1,"u":"hellhound%20cur_fleemortals","p":145,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hellhound Cur"},{"id":151,"c":1,"u":"hellhound%20companion_fleemortals","p":145,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hellhound Companion"},{"id":152,"c":1,"u":"hobgoblin%20brandbearer_fleemortals","p":148,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Brandbearer"},{"id":153,"c":1,"u":"hobgoblin%20death%20captain_fleemortals","p":148,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Death Captain"},{"id":154,"c":1,"u":"hobgoblin%20firerunner_fleemortals","p":149,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Firerunner"},{"id":155,"c":1,"u":"hobgoblin%20incendiarist_fleemortals","p":150,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Incendiarist"},{"id":156,"c":1,"u":"hobgoblin%20recruit_fleemortals","p":150,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Recruit"},{"id":157,"c":1,"u":"hobgoblin%20smokebinder_fleemortals","p":151,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Smokebinder"},{"id":158,"c":1,"u":"hobgoblin%20trooper_fleemortals","p":152,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Trooper"},{"id":159,"c":1,"u":"hobgoblin%20war%20mage_fleemortals","p":153,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin War Mage"},{"id":160,"c":1,"u":"grilp_fleemortals","p":154,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Grilp"},{"id":161,"c":1,"u":"slaughter%20demon_fleemortals","p":155,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Slaughter Demon"},{"id":162,"c":1,"u":"bloodlord%20varrox_fleemortals","p":157,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bloodlord Varrox"},{"id":163,"c":1,"u":"hobgoblin%20tactician_fleemortals","p":157,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hobgoblin Tactician"},{"id":164,"c":1,"u":"human%20apprentice%20mage_fleemortals","p":159,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Apprentice Mage"},{"id":165,"c":1,"u":"human%20brawler_fleemortals","p":160,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Brawler"},{"id":166,"c":1,"u":"human%20death%20acolyte_fleemortals","p":160,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Death Acolyte"},{"id":167,"c":1,"u":"human%20death%20cultist_fleemortals","p":161,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Death Cultist"},{"id":168,"c":1,"u":"human%20guard_fleemortals","p":162,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Guard"},{"id":169,"c":1,"u":"human%20knave_fleemortals","p":162,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Knave"},{"id":170,"c":1,"u":"human%20raider_fleemortals","p":163,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Raider"},{"id":171,"c":1,"u":"human%20scoundrel_fleemortals","p":163,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Scoundrel"},{"id":172,"c":1,"u":"human%20storm%20wizard_fleemortals","p":164,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Storm Wizard"},{"id":173,"c":1,"u":"human%20trickshot_fleemortals","p":165,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Trickshot"},{"id":174,"c":1,"u":"baron%20uthrak_fleemortals","p":166,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Baron Uthrak"},{"id":175,"c":1,"u":"human%20mercenary_fleemortals","p":166,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Human Mercenary"},{"id":176,"c":1,"u":"kingfissure%20worm_fleemortals","p":168,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kingfissure Worm"},{"id":177,"c":1,"u":"kingfissure%20worm%20companion_fleemortals","p":169,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kingfissure Worm Companion"},{"id":178,"c":1,"u":"kobold%20adeptus_fleemortals","p":171,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Adeptus"},{"id":179,"c":1,"u":"kobold%20artifex_fleemortals","p":172,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Artifex"},{"id":180,"c":1,"u":"kobold%20centurion_fleemortals","p":173,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Centurion"},{"id":181,"c":1,"u":"kobold%20legionary_fleemortals","p":174,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Legionary"},{"id":182,"c":1,"u":"kobold%20signifer_fleemortals","p":175,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Signifer"},{"id":183,"c":1,"u":"kobold%20tiro_fleemortals","p":176,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Tiro"},{"id":184,"c":1,"u":"kobold%20veles_fleemortals","p":176,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Veles"},{"id":185,"c":1,"u":"kobold%20venator_fleemortals","p":177,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Venator"},{"id":186,"c":1,"u":"shieldscale%20drangolin_fleemortals","p":178,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shieldscale Drangolin"},{"id":187,"c":1,"u":"kobold%20decanus_fleemortals","p":179,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kobold Decanus"},{"id":188,"c":1,"u":"drangolin%20companion_fleemortals","p":179,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Drangolin Companion"},{"id":189,"c":1,"u":"lightbender_fleemortals","p":180,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lightbender"},{"id":190,"c":1,"u":"lightbender%20companion_fleemortals","p":181,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lightbender Companion"},{"id":191,"c":1,"u":"lizardfolk%20bloodeye_fleemortals","p":182,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lizardfolk Bloodeye"},{"id":192,"c":1,"u":"lizardfolk%20grunt_fleemortals","p":183,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lizardfolk Grunt"},{"id":193,"c":1,"u":"lizardfolk%20scaletooth_fleemortals","p":183,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lizardfolk Scaletooth"},{"id":194,"c":1,"u":"lizardfolk%20terrorsaur_fleemortals","p":184,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lizardfolk Terrorsaur"},{"id":195,"c":1,"u":"lizardfolk%20hunter_fleemortals","p":185,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lizardfolk Hunter"},{"id":196,"c":1,"u":"manticore_fleemortals","p":186,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Manticore"},{"id":197,"c":1,"u":"manticore%20companion_fleemortals","p":187,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Manticore Companion"},{"id":198,"c":1,"u":"medusa_fleemortals","p":189,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Medusa"},{"id":199,"c":1,"u":"lady%20emer_fleemortals","p":190,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lady Emer"},{"id":200,"c":1,"u":"medusa%20headstrong_fleemortals","p":191,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Medusa Headstrong"},{"id":201,"c":1,"u":"mimic_fleemortals","p":193,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mimic"},{"id":202,"c":1,"u":"mimic%20mimiature_fleemortals","p":194,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mimic Mimiature"},{"id":203,"c":1,"u":"mimic%20companion_fleemortals","p":195,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mimic Companion"},{"id":204,"c":1,"u":"minotaur_fleemortals","p":196,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Minotaur"},{"id":205,"c":1,"u":"minotaur%20lackey_fleemortals","p":197,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Minotaur Lackey"},{"id":206,"c":1,"u":"minotaur%20devastator_fleemortals","p":197,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Minotaur Devastator"},{"id":207,"c":1,"u":"ogre_fleemortals","p":198,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ogre"},{"id":208,"c":1,"u":"ogre%20goon_fleemortals","p":198,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ogre Goon"},{"id":209,"c":1,"u":"ogre%20basher_fleemortals","p":199,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ogre Basher"},{"id":210,"c":1,"u":"olothec_fleemortals","p":201,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Olothec"},{"id":211,"c":1,"u":"ithu'rath_fleemortals","p":202,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ithu'rath"},{"id":212,"c":1,"u":"orc%20blitzer_fleemortals","p":206,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Blitzer"},{"id":213,"c":1,"u":"orc%20bloodrunner_fleemortals","p":206,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Bloodrunner"},{"id":214,"c":1,"u":"orc%20conduit_fleemortals","p":207,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Conduit"},{"id":215,"c":1,"u":"orc%20forcecaller_fleemortals","p":207,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Forcecaller"},{"id":216,"c":1,"u":"orc%20fury_fleemortals","p":208,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Fury"},{"id":217,"c":1,"u":"orc%20garroter_fleemortals","p":208,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Garroter"},{"id":218,"c":1,"u":"orc%20godcaller_fleemortals","p":209,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Godcaller"},{"id":219,"c":1,"u":"orc%20rampart_fleemortals","p":210,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Rampart"},{"id":220,"c":1,"u":"orc%20terranova_fleemortals","p":211,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Terranova"},{"id":221,"c":1,"u":"mohler_fleemortals","p":211,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mohler"},{"id":222,"c":1,"u":"scyza_fleemortals","p":212,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Scyza"},{"id":223,"c":1,"u":"dohma%20raskovar_fleemortals","p":213,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dohma Raskovar"},{"id":224,"c":1,"u":"orc%20blacksmith_fleemortals","p":214,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Orc Blacksmith"},{"id":225,"c":1,"u":"mohler%20companion_fleemortals","p":215,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mohler Companion"},{"id":226,"c":1,"u":"otyugh_fleemortals","p":216,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Otyugh"},{"id":227,"c":1,"u":"otyugh%20dregsbelcher_fleemortals","p":217,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Otyugh Dregsbelcher"},{"id":228,"c":1,"u":"otyugh%20companion_fleemortals","p":217,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Otyugh Companion"},{"id":229,"c":1,"u":"overmind_fleemortals","p":219,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Overmind"},{"id":230,"c":1,"u":"xorannox_fleemortals","p":220,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Xorannox"},{"id":231,"c":1,"u":"owlbear_fleemortals","p":222,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Owlbear"},{"id":232,"c":1,"u":"owlbear%20companion_fleemortals","p":223,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Owlbear Companion"},{"id":233,"c":1,"u":"shambling%20mound_fleemortals","p":224,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shambling Mound"},{"id":234,"c":1,"u":"shambling%20pile_fleemortals","p":225,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shambling Pile"},{"id":235,"c":1,"u":"shambling%20mound%20companion_fleemortals","p":225,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shambling Mound Companion"},{"id":236,"c":1,"u":"stirge_fleemortals","p":226,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Stirge"},{"id":237,"c":1,"u":"stirge%20broodling_fleemortals","p":227,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Stirge Broodling"},{"id":238,"c":1,"u":"stirge%20companion_fleemortals","p":227,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Stirge Companion"},{"id":239,"c":1,"u":"time%20raider%20archon_fleemortals","p":229,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Time Raider Archon"},{"id":240,"c":1,"u":"time%20raider%20armiger_fleemortals","p":230,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Time Raider Armiger"},{"id":241,"c":1,"u":"time%20raider%20nemesis_fleemortals","p":231,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Time Raider Nemesis"},{"id":242,"c":1,"u":"time%20raider%20vertex_fleemortals","p":232,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Time Raider Vertex"},{"id":243,"c":1,"u":"time%20raider%20freebooter_fleemortals","p":233,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Time Raider Freebooter"},{"id":244,"c":1,"u":"goxomoc_fleemortals","p":236,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Goxomoc"},{"id":245,"c":1,"u":"xogomoc_fleemortals","p":237,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Xogomoc"},{"id":246,"c":1,"u":"kraken_fleemortals","p":238,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kraken"},{"id":247,"c":1,"u":"treant_fleemortals","p":240,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Treant"},{"id":248,"c":1,"u":"treant%20sapling_fleemortals","p":241,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Treant Sapling"},{"id":249,"c":1,"u":"treant%20immobilizer_fleemortals","p":241,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Treant Immobilizer"},{"id":250,"c":1,"u":"troll_fleemortals","p":242,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Troll"},{"id":251,"c":1,"u":"troll%20limbjumble_fleemortals","p":243,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Troll Limbjumble"},{"id":252,"c":1,"u":"troll%20whelp_fleemortals","p":243,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Troll Whelp"},{"id":253,"c":1,"u":"shade_fleemortals","p":246,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shade"},{"id":254,"c":1,"u":"shadow_fleemortals","p":247,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shadow"},{"id":255,"c":1,"u":"specter_fleemortals","p":247,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Specter"},{"id":256,"c":1,"u":"wraith_fleemortals","p":248,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wraith"},{"id":257,"c":1,"u":"kiona%20the%20dread%20lord_fleemortals","p":249,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kiona the Dread Lord"},{"id":258,"c":1,"u":"ghost%20sycophant_fleemortals","p":250,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ghost Sycophant"},{"id":259,"c":1,"u":"crawling%20claw_fleemortals","p":251,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Crawling Claw"},{"id":260,"c":1,"u":"decrepit%20skeleton_fleemortals","p":252,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Decrepit Skeleton"},{"id":261,"c":1,"u":"ghoul_fleemortals","p":252,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ghoul"},{"id":262,"c":1,"u":"ghoul%20craver_fleemortals","p":252,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ghoul Craver"},{"id":263,"c":1,"u":"giant%20zombie_fleemortals","p":253,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Giant Zombie"},{"id":264,"c":1,"u":"rotting%20zombie_fleemortals","p":254,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Rotting Zombie"},{"id":265,"c":1,"u":"skeleton_fleemortals","p":254,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Skeleton"},{"id":266,"c":1,"u":"wight_fleemortals","p":255,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wight"},{"id":267,"c":1,"u":"wight%20siphoner_fleemortals","p":255,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wight Siphoner"},{"id":268,"c":1,"u":"zombie_fleemortals","p":255,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Zombie"},{"id":269,"c":1,"u":"wight%20deathguard_fleemortals","p":256,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wight Deathguard"},{"id":270,"c":1,"u":"crawling%20claw%20companion_fleemortals","p":257,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Crawling Claw Companion"},{"id":271,"c":1,"u":"lich_fleemortals","p":259,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lich"},{"id":272,"c":1,"u":"high%20mage%20vairae_fleemortals","p":260,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"High Mage Vairae"},{"id":273,"c":1,"u":"dirt%20mournling_fleemortals","p":263,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dirt Mournling"},{"id":274,"c":1,"u":"flesh%20mournling_fleemortals","p":263,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Flesh Mournling"},{"id":275,"c":1,"u":"mummy_fleemortals","p":265,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mummy"},{"id":276,"c":1,"u":"mummy%20rotwrap_fleemortals","p":265,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mummy Rotwrap"},{"id":277,"c":1,"u":"ashyra_fleemortals","p":266,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ashyra"},{"id":278,"c":1,"u":"blood-starved%20vampire_fleemortals","p":269,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Blood-Starved Vampire"},{"id":279,"c":1,"u":"vampire_fleemortals","p":270,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vampire"},{"id":280,"c":1,"u":"vampire%20spawn_fleemortals","p":271,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vampire Spawn"},{"id":281,"c":1,"u":"count%20rhodar%20von%20glauer_fleemortals","p":272,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Count Rhodar von Glauer"},{"id":282,"c":1,"u":"vampire%20neophyte_fleemortals","p":274,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vampire Neophyte"},{"id":283,"c":1,"u":"multivok%20bodyguard_fleemortals","p":276,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Multivok Bodyguard"},{"id":284,"c":1,"u":"multivok%20chief_fleemortals","p":277,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Multivok Chief"},{"id":285,"c":1,"u":"servok%20builder_fleemortals","p":278,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Servok Builder"},{"id":286,"c":1,"u":"servok%20war%20engine_fleemortals","p":280,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Servok War Engine"},{"id":287,"c":1,"u":"voiceless%20talker_fleemortals","p":282,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Voiceless Talker"},{"id":288,"c":1,"u":"voiceless%20talker%20artillerist_fleemortals","p":283,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Voiceless Talker Artillerist"},{"id":289,"c":1,"u":"voiceless%20talker%20graywarper_fleemortals","p":283,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Voiceless Talker Graywarper"},{"id":290,"c":1,"u":"hulking%20brain_fleemortals","p":284,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hulking Brain"},{"id":291,"c":1,"u":"mindkiller_fleemortals","p":285,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mindkiller"},{"id":292,"c":1,"u":"mindkiller%20whelp_fleemortals","p":285,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mindkiller Whelp"},{"id":293,"c":1,"u":"lord%20syuul_fleemortals","p":287,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lord Syuul"},{"id":294,"c":1,"u":"voiceless%20talker%20operative_fleemortals","p":288,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Voiceless Talker Operative"},{"id":295,"c":1,"u":"wyvern_fleemortals","p":290,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wyvern"},{"id":296,"c":1,"u":"wyvern%20companion_fleemortals","p":290,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wyvern Companion"},{"id":297,"c":1,"u":"servok%20miner_fleemortals","p":279,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Servok Miner"},{"id":298,"c":1,"u":"fossil%20cryptic_fleemortals","p":294,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fossil Cryptic"},{"id":299,"c":1,"u":"koptourok_fleemortals","p":295,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Koptourok"},{"id":300,"c":1,"u":"lamasombra_fleemortals","p":296,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lamasombra"},{"id":301,"c":1,"u":"yumgrub_fleemortals","p":297,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Yumgrub"},{"id":302,"c":1,"u":"bonestalker_fleemortals","p":301,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bonestalker"},{"id":303,"c":1,"u":"dancing%20lady_fleemortals","p":302,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dancing Lady"},{"id":304,"c":1,"u":"empyrean%20stag_fleemortals","p":303,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Empyrean Stag"},{"id":305,"c":1,"u":"rotbeast_fleemortals","p":304,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Rotbeast"},{"id":306,"c":1,"u":"rotbeast%20companion_fleemortals","p":304,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Rotbeast Companion"},{"id":307,"c":1,"u":"ashen%20hoarder_fleemortals","p":308,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ashen Hoarder"},{"id":308,"c":1,"u":"blood-borne%20ooze_fleemortals","p":309,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Blood-Borne Ooze"},{"id":309,"c":1,"u":"haunt_fleemortals","p":309,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Haunt"},{"id":310,"c":1,"u":"lightthief_fleemortals","p":310,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lightthief"},{"id":311,"c":1,"u":"blood-borne%20ooze%20companion_fleemortals","p":311,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Blood-Borne Ooze Companion"},{"id":312,"c":1,"u":"ankheg_fleemortals","p":315,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ankheg"},{"id":313,"c":1,"u":"bredbeddle_fleemortals","p":316,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bredbeddle"},{"id":314,"c":1,"u":"weeping%20willow_fleemortals","p":317,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Weeping Willow"},{"id":315,"c":1,"u":"flintmoth%20swarm_fleemortals","p":321,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Flintmoth Swarm"},{"id":316,"c":1,"u":"lacuna_fleemortals","p":322,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lacuna"},{"id":317,"c":1,"u":"thornblood_fleemortals","p":323,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Thornblood"},{"id":318,"c":1,"u":"arcane%20amalgam_fleemortals","p":328,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Arcane Amalgam"},{"id":319,"c":1,"u":"stoneback%20isopod_fleemortals","p":329,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Stoneback Isopod"},{"id":320,"c":1,"u":"valochera_fleemortals","p":329,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Valochera"},{"id":321,"c":1,"u":"stoneback%20isopod%20companion_fleemortals","p":330,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Stoneback Isopod Companion"},{"id":322,"c":1,"u":"bog%20body_fleemortals","p":334,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bog Body"},{"id":323,"c":1,"u":"marsh%20hydra_fleemortals","p":334,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Marsh Hydra"},{"id":324,"c":1,"u":"rot%20angel_fleemortals","p":335,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Rot Angel"},{"id":325,"c":1,"u":"swamp%20dryad_fleemortals","p":336,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swamp Dryad"},{"id":326,"c":1,"u":"deep%20dreamer_fleemortals","p":340,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Deep Dreamer"},{"id":327,"c":1,"u":"gem%20jelly_fleemortals","p":341,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gem Jelly"},{"id":328,"c":1,"u":"leyleech_fleemortals","p":341,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Leyleech"},{"id":329,"c":1,"u":"marvorok_fleemortals","p":342,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Marvorok"},{"id":330,"c":1,"u":"gem%20jelly%20companion_fleemortals","p":343,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Gem Jelly Companion"},{"id":331,"c":1,"u":"leyleech%20companion_fleemortals","p":344,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Leyleech Companion"},{"id":332,"c":1,"u":"halorin%20yandres_fleemortals","p":351,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Halorin Yandres"},{"id":333,"c":1,"u":"lestheris%20soldrei_fleemortals","p":352,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lestheris Soldrei"},{"id":334,"c":1,"u":"jedar%20pike_fleemortals","p":352,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Jedar Pike"},{"id":335,"c":1,"u":"mycete_fleemortals","p":353,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mycete"},{"id":336,"c":1,"u":"the%20horror_fleemortals","p":353,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"The Horror"},{"id":337,"c":1,"u":"boog_fleemortals","p":357,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Boog"},{"id":338,"c":1,"u":"ceemal_fleemortals","p":358,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ceemal"},{"id":339,"c":1,"u":"excess_fleemortals","p":358,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Excess"},{"id":340,"c":1,"u":"klar_fleemortals","p":359,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Klar"},{"id":341,"c":1,"u":"sair_fleemortals","p":359,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sair"},{"id":342,"c":1,"u":"lord%20erasmus%20deseo_fleemortals","p":363,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lord Erasmus Deseo"},{"id":343,"c":1,"u":"canon%20athenodorus_fleemortals","p":364,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Canon Athenodorus"},{"id":344,"c":1,"u":"cloak_fleemortals","p":364,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Cloak"},{"id":345,"c":1,"u":"lady%20avalla%20deseo_fleemortals","p":365,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lady Avalla Deseo"},{"id":346,"c":1,"u":"qar%2c%20master%20of%20jackals_fleemortals","p":365,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Qar, Master of Jackals"},{"id":347,"c":1,"u":"anthracia%2c%20princess%20of%20venom_fleemortals","p":369,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Anthracia, Princess of Venom"},{"id":348,"c":1,"u":"logger_fleemortals","p":370,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Logger"},{"id":349,"c":1,"u":"sylphise_fleemortals","p":370,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sylphise"},{"id":350,"c":1,"u":"tuval-uthriar_fleemortals","p":371,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tuval-Uthriar"},{"id":351,"c":1,"u":"vali_fleemortals","p":371,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vali"},{"id":352,"c":1,"u":"harlo%20honeygrin_fleemortals","p":375,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Harlo Honeygrin"},{"id":353,"c":1,"u":"jutkarr%20flintfingers_fleemortals","p":376,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Jutkarr Flintfingers"},{"id":354,"c":1,"u":"llyvessa_fleemortals","p":376,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Llyvessa"},{"id":355,"c":1,"u":"victory%20graves_fleemortals","p":377,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Victory Graves"},{"id":356,"c":1,"u":"treyvan%20von%20hirnschmann_fleemortals","p":377,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Treyvan von Hirnschmann"},{"id":357,"c":1,"u":"argan%20rael_fleemortals","p":382,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Argan Rael"},{"id":358,"c":1,"u":"prince%20ellan%20farra_fleemortals","p":383,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Prince Ellan Farra"},{"id":359,"c":1,"u":"kishina%20darrowind_fleemortals","p":383,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Kishina Darrowind"},{"id":360,"c":1,"u":"radlee%20thugram_fleemortals","p":384,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Radlee Thugram"},{"id":361,"c":1,"u":"scarlet%20shadow_fleemortals","p":384,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Scarlet Shadow"},{"id":362,"c":1,"u":"aronar%20valkys_fleemortals","p":388,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Aronar Valkys"},{"id":363,"c":1,"u":"athmia%20valkys_fleemortals","p":389,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Athmia Valkys"},{"id":364,"c":1,"u":"caithas_fleemortals","p":389,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Caithas"},{"id":365,"c":1,"u":"draven%20malas_fleemortals","p":390,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Draven Malas"},{"id":366,"c":1,"u":"vivienn%20dirroze_fleemortals","p":390,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vivienn Dirroze"},{"id":367,"c":1,"u":"ardwyn%2c%20elder%20of%20meadowfen_humblewoodcampaignsetting","p":190,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Ardwyn, Elder of Meadowfen"},{"id":368,"c":1,"u":"ashsnake_humblewoodcampaignsetting","p":177,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Ashsnake"},{"id":369,"c":1,"u":"aspect%20of%20fire_humblewoodcampaignsetting","p":179,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Aspect of Fire"},{"id":370,"c":1,"u":"benna%20seridan_humblewoodcampaignsetting","p":193,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Benna Seridan"},{"id":371,"c":1,"u":"birdfolk%20dockmaster_humblewoodcampaignsetting","p":190,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Birdfolk Dockmaster"},{"id":372,"c":1,"u":"birdfolk%20farmer_humblewoodcampaignsetting","p":190,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Birdfolk Farmer"},{"id":373,"c":1,"u":"birdfolk%20guard_humblewoodcampaignsetting","p":191,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Birdfolk Guard"},{"id":374,"c":1,"u":"birdfolk%20militia_humblewoodcampaignsetting","p":191,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Birdfolk Militia"},{"id":375,"c":1,"u":"birdfolk%20sailor_humblewoodcampaignsetting","p":191,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Birdfolk Sailor"},{"id":376,"c":1,"u":"birdfolk%20skeleton_humblewoodcampaignsetting","p":180,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Birdfolk Skeleton"},{"id":377,"c":1,"u":"birdfolk%20skirmisher_humblewoodcampaignsetting","p":191,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Birdfolk Skirmisher"},{"id":378,"c":1,"u":"bita%2c%20the%20council%20speaker_humblewoodcampaignsetting","p":193,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Bita, the Council Speaker"},{"id":379,"c":1,"u":"cara%20stormsinger_humblewoodcampaignsetting","p":191,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Cara Stormsinger"},{"id":380,"c":1,"u":"caustic%20slime_humblewoodcampaignsetting","p":186,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Caustic Slime"},{"id":381,"c":1,"u":"cervan%20bandit%20general_humblewoodcampaignsetting","p":193,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Cervan Bandit General"},{"id":382,"c":1,"u":"cervan%20priest_humblewoodcampaignsetting","p":193,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Cervan Priest"},{"id":383,"c":1,"u":"cobblefright_humblewoodcampaignsetting","p":180,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Cobblefright"},{"id":384,"c":1,"u":"corvax%20revayne_humblewoodcampaignsetting","p":194,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Corvax Revayne"},{"id":385,"c":1,"u":"corvum%20assassin_humblewoodcampaignsetting","p":194,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Corvum Assassin"},{"id":386,"c":1,"u":"corvum%20diviner_humblewoodcampaignsetting","p":194,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Corvum Diviner"},{"id":387,"c":1,"u":"corvum%20necromancer_humblewoodcampaignsetting","p":194,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Corvum Necromancer"},{"id":388,"c":1,"u":"eliza%20pennygleam_humblewoodcampaignsetting","p":196,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Eliza Pennygleam"},{"id":389,"c":1,"u":"emberbat_humblewoodcampaignsetting","p":182,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Emberbat"},{"id":390,"c":1,"u":"figory%20figgins_humblewoodcampaignsetting","p":196,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Figory Figgins"},{"id":391,"c":1,"u":"forest%20prowler_humblewoodcampaignsetting","p":183,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Forest Prowler"},{"id":392,"c":1,"u":"fray%20merridan_humblewoodcampaignsetting","p":207,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Fray Merridan"},{"id":393,"c":1,"u":"gabe%20windsworth_humblewoodcampaignsetting","p":202,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gabe Windsworth"},{"id":394,"c":1,"u":"gallus%20druid_humblewoodcampaignsetting","p":196,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gallus Druid"},{"id":395,"c":1,"u":"gallus%20monk_humblewoodcampaignsetting","p":196,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gallus Monk"},{"id":396,"c":1,"u":"gallus%20necromancer_humblewoodcampaignsetting","p":198,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gallus Necromancer"},{"id":397,"c":1,"u":"glinda%20nightseed_humblewoodcampaignsetting","p":198,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Glinda Nightseed"},{"id":398,"c":1,"u":"gregor%20thornspur%2c%20magistrate%20of%20alderheart_humblewoodcampaignsetting","p":198,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gregor Thornspur, Magistrate of Alderheart"},{"id":399,"c":1,"u":"havel%20of%20the%20autumn%20moon_humblewoodcampaignsetting","p":207,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Havel of the Autumn Moon"},{"id":400,"c":1,"u":"hedge%20bard_humblewoodcampaignsetting","p":198,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Hedge Bard"},{"id":401,"c":1,"u":"hedge%20witch_humblewoodcampaignsetting","p":198,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Hedge Witch"},{"id":402,"c":1,"u":"jell%20platena_humblewoodcampaignsetting","p":199,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Jell Platena"},{"id":403,"c":1,"u":"jerbeen%20swashbuckler_humblewoodcampaignsetting","p":200,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Jerbeen Swashbuckler"},{"id":404,"c":1,"u":"jerbeen%20thief_humblewoodcampaignsetting","p":200,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Jerbeen Thief"},{"id":405,"c":1,"u":"kenna%20brightspark_humblewoodcampaignsetting","p":200,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Kenna Brightspark"},{"id":406,"c":1,"u":"krall%2c%20the%20scavenger%20king_humblewoodcampaignsetting","p":202,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Krall, the Scavenger King"},{"id":407,"c":1,"u":"lesser%20demon_humblewoodcampaignsetting","p":184,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Lesser Demon"},{"id":408,"c":1,"u":"luma%20cleric%20of%20ardea_humblewoodcampaignsetting","p":201,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Luma Cleric of Ardea"},{"id":409,"c":1,"u":"luma%20wizard_humblewoodcampaignsetting","p":202,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Luma Wizard"},{"id":410,"c":1,"u":"mapach%20bandit_humblewoodcampaignsetting","p":202,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Mapach Bandit"},{"id":411,"c":1,"u":"mapach%20brute_humblewoodcampaignsetting","p":202,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Mapach Brute"},{"id":412,"c":1,"u":"mapach%20tinkerer_humblewoodcampaignsetting","p":203,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Mapach Tinkerer"},{"id":413,"c":1,"u":"mordane%20swiftgale_humblewoodcampaignsetting","p":203,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Mordane Swiftgale"},{"id":414,"c":1,"u":"mountain%20lion_humblewoodcampaignsetting","p":184,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Mountain Lion"},{"id":415,"c":1,"u":"oakheart_humblewoodcampaignsetting","p":203,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Oakheart"},{"id":416,"c":1,"u":"odwald%20ebonhart_humblewoodcampaignsetting","p":194,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Odwald Ebonhart"},{"id":417,"c":1,"u":"raptor%20explorer_humblewoodcampaignsetting","p":203,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Raptor Explorer"},{"id":418,"c":1,"u":"raptor%20ranger_humblewoodcampaignsetting","p":203,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Raptor Ranger"},{"id":419,"c":1,"u":"rhys%20birchwalker_humblewoodcampaignsetting","p":203,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Rhys Birchwalker"},{"id":420,"c":1,"u":"riffin%2c%20the%20ash-knight_humblewoodcampaignsetting","p":204,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Riffin, the Ash-Knight"},{"id":421,"c":1,"u":"shifting%20slime_humblewoodcampaignsetting","p":187,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Shifting Slime"},{"id":422,"c":1,"u":"shyla%20denn_humblewoodcampaignsetting","p":207,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Shyla Denn"},{"id":423,"c":1,"u":"sticky%20slime_humblewoodcampaignsetting","p":188,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Sticky Slime"},{"id":424,"c":1,"u":"strig%20knight_humblewoodcampaignsetting","p":204,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Strig Knight"},{"id":425,"c":1,"u":"strig%20tracker_humblewoodcampaignsetting","p":206,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Strig Tracker"},{"id":426,"c":1,"u":"susan%20of%20the%20swamp_humblewoodcampaignsetting","p":198,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Susan of the Swamp"},{"id":427,"c":1,"u":"swarm%20of%20emberbats_humblewoodcampaignsetting","p":182,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Swarm of Emberbats"},{"id":428,"c":1,"u":"tevor%20of%20the%20spring%20path_humblewoodcampaignsetting","p":207,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Tevor of the Spring Path"},{"id":429,"c":1,"u":"vulpin%20captain_humblewoodcampaignsetting","p":207,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Vulpin Captain"},{"id":430,"c":1,"u":"vulpin%20noble_humblewoodcampaignsetting","p":207,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Vulpin Noble"},{"id":431,"c":1,"u":"vulpin%20priest%20of%20kren_humblewoodcampaignsetting","p":207,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Vulpin Priest of Kren"},{"id":432,"c":1,"u":"wakewyrm_humblewoodcampaignsetting","p":187,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Wakewyrm"},{"id":433,"c":1,"u":"walden%20krane%2c%20magistrate%20of%20winnowing%20reach_humblewoodcampaignsetting","p":209,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Walden Krane, Magistrate of Winnowing Reach"},{"id":434,"c":1,"u":"aazael%2c%20the%20dread%20knight_talesfromtheshadows","p":180,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Aazael, the Dread Knight"},{"id":435,"c":1,"u":"ahuizotl_talesfromtheshadows","p":20,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Ahuizotl"},{"id":436,"c":1,"u":"alp_talesfromtheshadows","p":66,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Alp"},{"id":437,"c":1,"u":"annominc_talesfromtheshadows","p":181,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Annominc"},{"id":438,"c":1,"u":"arachnocrat_talesfromtheshadows","p":113,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Arachnocrat"},{"id":439,"c":1,"u":"bar%20brawl_talesfromtheshadows","s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Bar Brawl"},{"id":440,"c":1,"u":"black%20stirge_talesfromtheshadows","p":164,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Black Stirge"},{"id":441,"c":1,"u":"briar%20troll_talesfromtheshadows","p":181,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Briar Troll"},{"id":442,"c":1,"u":"c'naazo_talesfromtheshadows","p":182,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"c'Naazo"},{"id":443,"c":1,"u":"crinaea_talesfromtheshadows","p":41,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Crinaea"},{"id":444,"c":1,"u":"dark%20servant_talesfromtheshadows","p":17,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Dark Servant"},{"id":445,"c":1,"u":"erestee%20loff_talesfromtheshadows","p":183,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Erestee Loff"},{"id":446,"c":1,"u":"gothrolg_talesfromtheshadows","p":183,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Gothrolg"},{"id":447,"c":1,"u":"gruesome%20plushy%20swarm_talesfromtheshadows","p":184,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Gruesome Plushy Swarm"},{"id":448,"c":1,"u":"jack%20of%20strings_talesfromtheshadows","p":185,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Jack of Strings"},{"id":449,"c":1,"u":"nymph_talesfromtheshadows","p":185,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Nymph"},{"id":450,"c":1,"u":"orphan%20of%20the%20black_talesfromtheshadows","p":17,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Orphan of the Black"},{"id":451,"c":1,"u":"razorleaf_talesfromtheshadows","p":21,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Razorleaf"},{"id":452,"c":1,"u":"sable_talesfromtheshadows","p":186,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Sable"},{"id":453,"c":1,"u":"serpentfolk%20of%20yig_talesfromtheshadows","p":113,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Serpentfolk of Yig"},{"id":454,"c":1,"u":"shadow%20blight_talesfromtheshadows","p":25,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shadow Blight"},{"id":455,"c":1,"u":"shadow%20nymph_talesfromtheshadows","p":187,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shadow Nymph"},{"id":456,"c":1,"u":"swamp%20naga_talesfromtheshadows","p":168,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Swamp Naga"},{"id":457,"c":1,"u":"terror%20bird_talesfromtheshadows","p":71,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Terror Bird"},{"id":458,"c":1,"u":"the%20dusk%20queen_talesfromtheshadows","p":182,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"The Dusk Queen"},{"id":459,"c":1,"u":"the%20painted%20king_talesfromtheshadows","p":186,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"The Painted King"},{"id":460,"c":1,"u":"the%20ticktock%20man_talesfromtheshadows","p":187,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"The Ticktock Man"},{"id":461,"c":1,"u":"trollkin%20raider_talesfromtheshadows","p":96,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Trollkin Raider"},{"id":462,"c":1,"u":"vodyanoi_talesfromtheshadows","p":188,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Vodyanoi"},{"id":463,"c":1,"u":"weeper%20in%20shadow_talesfromtheshadows","p":189,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Weeper in Shadow"},{"id":464,"c":1,"u":"weeper%20sapling_talesfromtheshadows","p":189,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Weeper Sapling"},{"id":465,"c":1,"u":"wirbeln%20fungi_talesfromtheshadows","p":17,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Wirbeln Fungi"},{"id":466,"c":1,"u":"adult%20giant%20antlion_griffonssaddlebag2","p":373,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Adult Giant Antlion"},{"id":467,"c":1,"u":"alceton_griffonssaddlebag2","p":368,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Alceton"},{"id":468,"c":1,"u":"ale%20elemental_griffonssaddlebag2","p":358,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ale Elemental"},{"id":469,"c":1,"u":"analeptic%20lizard_griffonssaddlebag2","p":381,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Analeptic Lizard"},{"id":470,"c":1,"u":"aqualisk_griffonssaddlebag2","p":399,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Aqualisk"},{"id":471,"c":1,"u":"archer%20flower_griffonssaddlebag2","p":363,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Archer Flower"},{"id":472,"c":1,"u":"bardic%20merchant_griffonssaddlebag2","p":336,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bardic Merchant"},{"id":473,"c":1,"u":"bloodmire%20treant_griffonssaddlebag2","p":344,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodmire Treant"},{"id":474,"c":1,"u":"bramble%20creeper_griffonssaddlebag2","p":364,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bramble Creeper"},{"id":475,"c":1,"u":"brimstone%20drake_griffonssaddlebag2","p":392,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Brimstone Drake"},{"id":476,"c":1,"u":"butcher%20dray%2c%20three-headed%20ettin_griffonssaddlebag2","p":379,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Butcher Dray, Three-Headed Ettin"},{"id":477,"c":1,"u":"cartographer's%20agent_griffonssaddlebag2","p":337,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cartographer's Agent"},{"id":478,"c":1,"u":"cerberus%20pup_griffonssaddlebag2","p":387,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cerberus Pup"},{"id":479,"c":1,"u":"chantelle%20redcliff%2c%20mercantile%20guildmaster_griffonssaddlebag2","p":339,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Chantelle Redcliff, Mercantile Guildmaster"},{"id":480,"c":1,"u":"cloverback%20toad_griffonssaddlebag2","p":364,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cloverback Toad"},{"id":481,"c":1,"u":"crest%20city%20druid%20(wyrmling)_griffonssaddlebag2","p":348,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Crest City Druid (Wyrmling)"},{"id":482,"c":1,"u":"crest%20city%20druid%20(youth)_griffonssaddlebag2","p":348,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Crest City Druid (Youth)"},{"id":483,"c":1,"u":"crimson%20legion%20imp_griffonssaddlebag2","p":344,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Crimson Legion Imp"},{"id":484,"c":1,"u":"cyglops_griffonssaddlebag2","p":365,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cyglops"},{"id":485,"c":1,"u":"death%20coach_griffonssaddlebag2","p":352,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Death Coach"},{"id":486,"c":1,"u":"desert%20cat_griffonssaddlebag2","p":374,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Desert Cat"},{"id":487,"c":1,"u":"durheim%20guide_griffonssaddlebag2","p":353,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Durheim Guide"},{"id":488,"c":1,"u":"durheim%20initiate_griffonssaddlebag2","p":353,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Durheim Initiate"},{"id":489,"c":1,"u":"durheim%20leader_griffonssaddlebag2","p":354,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Durheim Leader"},{"id":490,"c":1,"u":"dyra_griffonssaddlebag2","p":392,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dyra"},{"id":491,"c":1,"u":"dyra%20juggernaut_griffonssaddlebag2","p":393,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dyra Juggernaut"},{"id":492,"c":1,"u":"elder%20lava%20wurm_griffonssaddlebag2","p":369,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Elder Lava Wurm"},{"id":493,"c":1,"u":"ether%20fish_griffonssaddlebag2","p":397,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ether Fish"},{"id":494,"c":1,"u":"etherean%20trickster_griffonssaddlebag2","p":396,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Etherean Trickster"},{"id":495,"c":1,"u":"festus%20battlechef_griffonssaddlebag2","p":359,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Battlechef"},{"id":496,"c":1,"u":"fleshcrafter_griffonssaddlebag2","p":408,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fleshcrafter"},{"id":497,"c":1,"u":"flintclaw_griffonssaddlebag2","p":393,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Flintclaw"},{"id":498,"c":1,"u":"geleton%20adventurer_griffonssaddlebag2","p":365,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Geleton Adventurer"},{"id":499,"c":1,"u":"germination%20stall_griffonssaddlebag2","p":342,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Germination Stall"},{"id":500,"c":1,"u":"ghost%20dragon_griffonssaddlebag2","p":355,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ghost Dragon"},{"id":501,"c":1,"u":"giant%20antlion%20hatchling_griffonssaddlebag2","p":372,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Giant Antlion Hatchling"},{"id":502,"c":1,"u":"giant%20blood%20eel_griffonssaddlebag2","p":345,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Giant Blood Eel"},{"id":503,"c":1,"u":"giant%20horned%20snake_griffonssaddlebag2","p":403,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Giant Horned Snake"},{"id":504,"c":1,"u":"giant%20mosquito_griffonssaddlebag2","p":345,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Giant Mosquito"},{"id":505,"c":1,"u":"giant%20spider%20rat_griffonssaddlebag2","p":338,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Giant Spider Rat"},{"id":506,"c":1,"u":"giant%20spore%20lizard_griffonssaddlebag2","s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Giant Spore Lizard"},{"id":507,"c":1,"u":"grihoo%2c%20the%20superhydra_griffonssaddlebag2","p":380,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grihoo, the Superhydra"},{"id":508,"c":1,"u":"grym-mage%20tyrannosaur_griffonssaddlebag2","p":366,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grym-Mage Tyrannosaur"},{"id":509,"c":1,"u":"grymhare_griffonssaddlebag2","p":366,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grymhare"},{"id":510,"c":1,"u":"h'rethi%2c%20soul%20of%20the%20desert_griffonssaddlebag2","p":376,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"H'rethi, Soul of the Desert"},{"id":511,"c":1,"u":"hammerhead%20ether-eel_griffonssaddlebag2","p":397,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hammerhead Ether-Eel"},{"id":512,"c":1,"u":"haunted%20reflection_griffonssaddlebag2","p":356,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Haunted Reflection"},{"id":513,"c":1,"u":"hawkren%20bloodstone_griffonssaddlebag2","p":400,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hawkren Bloodstone"},{"id":514,"c":1,"u":"infinite%20animarum%20leader_griffonssaddlebag2","p":388,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Infinite Animarum Leader"},{"id":515,"c":1,"u":"iron%20maw%20barbarian_griffonssaddlebag2","p":390,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Iron Maw Barbarian"},{"id":516,"c":1,"u":"iron%20maw%20gladiator_griffonssaddlebag2","p":391,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Iron Maw Gladiator"},{"id":517,"c":1,"u":"justice_griffonssaddlebag2","p":409,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Justice"},{"id":518,"c":1,"u":"juvenile%20giant%20antlion_griffonssaddlebag2","p":373,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Juvenile Giant Antlion"},{"id":519,"c":1,"u":"kaybella%20dawnquill%2c%20the%20cartographer_griffonssaddlebag2","p":337,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Kaybella Dawnquill, The Cartographer"},{"id":520,"c":1,"u":"kiir_griffonssaddlebag2","p":394,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Kiir"},{"id":521,"c":1,"u":"lady%20feluciana%2c%20legendary%20medusa%20sorceress_griffonssaddlebag2","p":383,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lady Feluciana, Legendary Medusa Sorceress"},{"id":522,"c":1,"u":"lava%20wurm_griffonssaddlebag2","p":369,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lava Wurm"},{"id":523,"c":1,"u":"lightning%20panther_griffonssaddlebag2","p":404,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lightning Panther"},{"id":524,"c":1,"u":"lothrem%2c%20the%20wreathed%20dragon_griffonssaddlebag2","p":350,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lothrem, the Wreathed Dragon"},{"id":525,"c":1,"u":"mage-arbiter_griffonssaddlebag2","p":410,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mage-Arbiter"},{"id":526,"c":1,"u":"magebreaker_griffonssaddlebag2","p":411,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magebreaker"},{"id":527,"c":1,"u":"malfuriel%20the%20betrayer_griffonssaddlebag2","p":346,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Malfuriel the Betrayer"},{"id":528,"c":1,"u":"merchant%20lord_griffonssaddlebag2","p":339,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Merchant Lord"},{"id":529,"c":1,"u":"mimic%20keg_griffonssaddlebag2","p":361,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mimic Keg"},{"id":530,"c":1,"u":"mizanoros%2c%20the%20black%20iron%20fulcrum_griffonssaddlebag2","p":394,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mizanoros, the Black Iron Fulcrum"},{"id":531,"c":1,"u":"ochre%20elson%2c%20animarum%20maestro_griffonssaddlebag2","p":389,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ochre Elson, Animarum Maestro"},{"id":532,"c":1,"u":"ogden%20fellweaver_griffonssaddlebag2","p":400,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ogden Fellweaver"},{"id":533,"c":1,"u":"pegasus%20knight_griffonssaddlebag2","p":401,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pegasus Knight"},{"id":534,"c":1,"u":"pegasus%20knight%2c%20exalted_griffonssaddlebag2","p":401,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pegasus Knight, Exalted"},{"id":535,"c":1,"u":"psybird_griffonssaddlebag2","p":367,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Psybird"},{"id":536,"c":1,"u":"purple%20jam_griffonssaddlebag2","p":360,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Purple Jam"},{"id":537,"c":1,"u":"refuse%20golem_griffonssaddlebag2","p":361,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Refuse Golem"},{"id":538,"c":1,"u":"rocborne%20chief_griffonssaddlebag2","p":404,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rocborne Chief"},{"id":539,"c":1,"u":"rot%20monster_griffonssaddlebag2","p":362,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rot Monster"},{"id":540,"c":1,"u":"sand%20lizard_griffonssaddlebag2","p":375,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sand Lizard"},{"id":541,"c":1,"u":"sand%20spider_griffonssaddlebag2","p":375,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sand Spider"},{"id":542,"c":1,"u":"sanguinor_griffonssaddlebag2","p":395,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sanguinor"},{"id":543,"c":1,"u":"scarapit_griffonssaddlebag2","p":340,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scarapit"},{"id":544,"c":1,"u":"seed%20coin_griffonssaddlebag2","p":340,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Seed Coin"},{"id":545,"c":1,"u":"seed%20coin%20pollinator_griffonssaddlebag2","p":341,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Seed Coin Pollinator"},{"id":546,"c":1,"u":"skywhale_griffonssaddlebag2","p":406,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Skywhale"},{"id":547,"c":1,"u":"slumber%20phantom_griffonssaddlebag2","p":398,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Slumber Phantom"},{"id":548,"c":1,"u":"spire%20scholar_griffonssaddlebag2","p":402,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spire Scholar"},{"id":549,"c":1,"u":"spire%20student_griffonssaddlebag2","p":402,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spire Student"},{"id":550,"c":1,"u":"steel%20hawk%20captain_griffonssaddlebag2","p":370,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steel Hawk Captain"},{"id":551,"c":1,"u":"steel%20hawk%20soldier_griffonssaddlebag2","p":370,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steel Hawk Soldier"},{"id":552,"c":1,"u":"storm%20spirit_griffonssaddlebag2","p":406,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Storm Spirit"},{"id":553,"c":1,"u":"swarm%20of%20giant%20mosquitoes_griffonssaddlebag2","p":345,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Swarm of Giant Mosquitoes"},{"id":554,"c":1,"u":"swarm%20of%20rain%20hornets_griffonssaddlebag2","p":407,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Swarm of Rain Hornets"},{"id":555,"c":1,"u":"swarm%20of%20scorned%20familiars_griffonssaddlebag2","s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Swarm of Scorned Familiars"},{"id":556,"c":1,"u":"the%20thousand%20voices%2c%20supreme%20soul%20vortex_griffonssaddlebag2","p":385,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"The Thousand Voices, Supreme Soul Vortex"},{"id":557,"c":1,"u":"the%20wild%20hunt_griffonssaddlebag2","p":357,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"The Wild Hunt"},{"id":558,"c":1,"u":"thunderbird_griffonssaddlebag2","p":407,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Thunderbird"},{"id":559,"c":1,"u":"tipsy_griffonssaddlebag2","p":362,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tipsy"},{"id":560,"c":1,"u":"vaanor%2c%20primeval%20cerberus_griffonssaddlebag2","p":386,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Vaanor, Primeval Cerberus"},{"id":561,"c":1,"u":"vincent%20von%20dreck_griffonssaddlebag2","p":349,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Vincent von Dreck"},{"id":562,"c":1,"u":"wyvernfly_griffonssaddlebag2","p":371,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wyvernfly"},{"id":563,"c":1,"u":"agent%20(shadowmaster)_illriggerrevised","p":35,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Agent (Shadowmaster)"},{"id":564,"c":1,"u":"bloodletter%20(sanguine%20knight)_illriggerrevised","p":35,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Bloodletter (Sanguine Knight)"},{"id":565,"c":1,"u":"deceiver%20(architect%20of%20ruin)_illriggerrevised","p":36,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Deceiver (Architect of Ruin)"},{"id":566,"c":1,"u":"schemer%20(hellspeaker)_illriggerrevised","p":37,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Schemer (Hellspeaker)"},{"id":567,"c":1,"u":"tyrant%20(painkiller)_illriggerrevised","p":37,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Tyrant (Painkiller)"},{"id":568,"c":1,"u":"adelard%20took_tlotrr","p":189,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Adelard Took"},{"id":569,"c":1,"u":"arin_tlotrr","p":182,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Arin"},{"id":570,"c":1,"u":"ash_tlotrr","p":200,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ash"},{"id":571,"c":1,"u":"ash_tlotrr","p":200,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warg-chieftain"},{"id":572,"c":1,"u":"balin%2c%20son%20of%20fundin_tlotrr","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Balin, Son of Fundin"},{"id":573,"c":1,"u":"barnabas%20butterbur_tlotrr","p":124,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Barnabas Butterbur"},{"id":574,"c":1,"u":"barnabas%20butterbur_tlotrr","p":124,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Barliman"},{"id":575,"c":1,"u":"barrow-wight_tlotrr","p":158,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Barrow-wight"},{"id":576,"c":1,"u":"beinion_tlotrr","p":182,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Beinion"},{"id":577,"c":1,"u":"bilbo%20baggins_tlotrr","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bilbo Baggins"},{"id":578,"c":1,"u":"b%c3%barzgul_tlotrr","p":200,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Burzgul"},{"id":579,"c":1,"u":"cave-troll%20slinker_tlotrr","p":156,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Cave-troll Slinker"},{"id":580,"c":1,"u":"c%c3%adrdan%20the%20shipwright_tlotrr","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Cirdan the Shipwright"},{"id":581,"c":1,"u":"fell%20wraith_tlotrr","p":159,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Fell Wraith"},{"id":582,"c":1,"u":"fitch%20talltree_tlotrr","p":190,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Fitch Talltree"},{"id":583,"c":1,"u":"footpad_tlotrr","p":149,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Footpad"},{"id":584,"c":1,"u":"gandalf%20the%20grey_tlotrr","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Gandalf the Grey"},{"id":585,"c":1,"u":"gilraen%20the%20fair_tlotrr","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Gilraen the Fair"},{"id":586,"c":1,"u":"goblin%20archer_tlotrr","p":152,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Goblin Archer"},{"id":587,"c":1,"u":"goldberry_tlotrr","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Goldberry"},{"id":588,"c":1,"u":"great%20cave-troll_tlotrr","p":155,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Great Cave-troll"},{"id":589,"c":1,"u":"great%20orc%20bodyguard_tlotrr","p":152,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Great Orc Bodyguard"},{"id":590,"c":1,"u":"great%20orc%20chief_tlotrr","p":151,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Great Orc Chief"},{"id":591,"c":1,"u":"highway%20robber_tlotrr","p":150,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Highway Robber"},{"id":592,"c":1,"u":"hound%20of%20sauron_tlotrr","p":164,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hound of Sauron"},{"id":593,"c":1,"u":"hound%20of%20sauron_tlotrr","p":164,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Werewolf"},{"id":594,"c":1,"u":"jalin_tlotrr","p":227,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Jalin"},{"id":595,"c":1,"u":"john%20ferny_tlotrr","p":186,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"John Ferny"},{"id":596,"c":1,"u":"lady%20elwen%20-%20fell%20wraith_tlotrr","p":228,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Lady Elwen - Fell Wraith"},{"id":597,"c":1,"u":"marsh-dwellers_tlotrr","p":160,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Marsh-dwellers"},{"id":598,"c":1,"u":"nameless%20thing_tlotrr","p":165,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Nameless Thing"},{"id":599,"c":1,"u":"orc%20guard_tlotrr","p":154,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Orc Guard"},{"id":600,"c":1,"u":"orc%20soldier_tlotrr","p":154,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Orc Soldier"},{"id":601,"c":1,"u":"orc-chieftain_tlotrr","p":153,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Orc-chieftain"},{"id":602,"c":1,"u":"oswald%20breeker_tlotrr","p":188,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Oswald Breeker"},{"id":603,"c":1,"u":"ruffian%20leader_tlotrr","p":150,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ruffian Leader"},{"id":604,"c":1,"u":"sabian_tlotrr","p":230,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sabian"},{"id":605,"c":1,"u":"southerner%20champion_tlotrr","p":149,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Southerner Champion"},{"id":606,"c":1,"u":"southerner%20raider_tlotrr","p":149,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Southerner Raider"},{"id":607,"c":1,"u":"stone-troll%20chief_tlotrr","p":157,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Stone-troll Chief"},{"id":608,"c":1,"u":"stone-troll%20robber_tlotrr","p":156,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Stone-troll Robber"},{"id":609,"c":1,"u":"the%20wight-king_tlotrr","p":197,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"The Wight-king"},{"id":610,"c":1,"u":"tom%20bombadil_tlotrr","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Tom Bombadil"},{"id":611,"c":1,"u":"wild%20wolf_tlotrr","p":162,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Wild Wolf"},{"id":612,"c":1,"u":"wild%20wolf_tlotrr","p":162,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warg"},{"id":613,"c":1,"u":"wolf-chieftain_tlotrr","p":163,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Wolf-chieftain"},{"id":614,"c":1,"u":"wolf-chieftain_tlotrr","p":163,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warg-chieftain"},{"id":615,"c":1,"u":"goblin%20assassin_whereevillives","p":22,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Goblin Assassin"},{"id":616,"c":1,"u":"goblin%20cursespitter_whereevillives","p":23,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Goblin Cursespitter"},{"id":617,"c":1,"u":"goblin%20lackey_whereevillives","p":23,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Goblin Lackey"},{"id":618,"c":1,"u":"goblin%20sneak_whereevillives","p":24,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Goblin Sneak"},{"id":619,"c":1,"u":"goblin%20sniper_whereevillives","p":24,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Goblin Sniper"},{"id":620,"c":1,"u":"goblin%20spinecleaver_whereevillives","p":25,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Goblin Spinecleaver"},{"id":621,"c":1,"u":"goblin%20underboss_whereevillives","p":25,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Goblin Underboss"},{"id":622,"c":1,"u":"goblin%20warrior_whereevillives","p":26,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Goblin Warrior"},{"id":623,"c":1,"u":"swarm%20of%20skitterlings_whereevillives","p":26,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Swarm of Skitterlings"},{"id":624,"c":1,"u":"queen%20bargnot_whereevillives","p":27,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Queen Bargnot"},{"id":625,"c":1,"u":"swarm%20of%20spiders_whereevillives","p":28,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Swarm of Spiders"},{"id":626,"c":1,"u":"war%20spider_whereevillives","p":28,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"War Spider"},{"id":627,"c":1,"u":"dohma%20raskovar_whereevillives","p":35,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Dohma Raskovar"},{"id":628,"c":1,"u":"human%20brawler_whereevillives","p":36,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Brawler"},{"id":629,"c":1,"u":"human%20guard_whereevillives","p":36,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Guard"},{"id":630,"c":1,"u":"mimic_whereevillives","p":37,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Mimic"},{"id":631,"c":1,"u":"mohler_whereevillives","p":38,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Mohler"},{"id":632,"c":1,"u":"mohler%20companion_whereevillives","p":38,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Mohler Companion"},{"id":633,"c":1,"u":"orc%20blitzer_whereevillives","p":39,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Orc Blitzer"},{"id":634,"c":1,"u":"orc%20bloodrunner_whereevillives","p":40,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Orc Bloodrunner"},{"id":635,"c":1,"u":"orc%20conduit_whereevillives","p":41,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Orc Conduit"},{"id":636,"c":1,"u":"orc%20fury_whereevillives","p":41,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Orc Fury"},{"id":637,"c":1,"u":"orc%20garroter_whereevillives","p":42,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Orc Garroter"},{"id":638,"c":1,"u":"orc%20godcaller_whereevillives","p":42,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Orc Godcaller"},{"id":639,"c":1,"u":"orc%20rampart_whereevillives","p":43,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Orc Rampart"},{"id":640,"c":1,"u":"orc%20terranova_whereevillives","p":43,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Orc Terranova"},{"id":641,"c":1,"u":"scyza_whereevillives","p":44,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Scyza"},{"id":642,"c":1,"u":"chimera_whereevillives","p":51,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Chimera"},{"id":643,"c":1,"u":"human%20mercenary_whereevillives","p":52,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Mercenary"},{"id":644,"c":1,"u":"kobold%20decanus_whereevillives","p":52,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Kobold Decanus"},{"id":645,"c":1,"u":"shtriga%20nonna_whereevillives","p":53,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Shtriga Nonna"},{"id":646,"c":1,"u":"troll_whereevillives","p":54,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Troll"},{"id":647,"c":1,"u":"troll%20whelp_whereevillives","p":54,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Troll Whelp"},{"id":648,"c":1,"u":"baron%20uthrak_whereevillives","p":61,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Baron Uthrak"},{"id":649,"c":1,"u":"human%20apprentice%20mage_whereevillives","p":62,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Apprentice Mage"},{"id":650,"c":1,"u":"human%20death%20acolyte_whereevillives","p":63,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Death Acolyte"},{"id":651,"c":1,"u":"human%20death%20cultist_whereevillives","p":63,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Death Cultist"},{"id":652,"c":1,"u":"human%20knave_whereevillives","p":64,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Knave"},{"id":653,"c":1,"u":"human%20raider_whereevillives","p":65,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Raider"},{"id":654,"c":1,"u":"human%20scoundrel_whereevillives","p":65,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Scoundrel"},{"id":655,"c":1,"u":"human%20storm%20wizard_whereevillives","p":66,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Storm Wizard"},{"id":656,"c":1,"u":"human%20trickshot_whereevillives","p":67,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Trickshot"},{"id":657,"c":1,"u":"sea%20hag%20apprentice_whereevillives","p":67,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Sea Hag Apprentice"},{"id":658,"c":1,"u":"bloodlord%20varrox_whereevillives","p":74,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Bloodlord Varrox"},{"id":659,"c":1,"u":"devil%20notary_whereevillives","p":76,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Devil Notary"},{"id":660,"c":1,"u":"grilp_whereevillives","p":76,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Grilp"},{"id":661,"c":1,"u":"hobgoblin%20brandbearer_whereevillives","p":76,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hobgoblin Brandbearer"},{"id":662,"c":1,"u":"hobgoblin%20death%20captain_whereevillives","p":77,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hobgoblin Death Captain"},{"id":663,"c":1,"u":"hobgoblin%20firerunner_whereevillives","p":77,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hobgoblin Firerunner"},{"id":664,"c":1,"u":"hobgoblin%20incendiarist_whereevillives","p":78,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hobgoblin Incendiarist"},{"id":665,"c":1,"u":"hobgoblin%20recruit_whereevillives","p":78,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hobgoblin Recruit"},{"id":666,"c":1,"u":"hobgoblin%20smokebinder_whereevillives","p":79,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hobgoblin Smokebinder"},{"id":667,"c":1,"u":"hobgoblin%20tactician_whereevillives","p":79,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hobgoblin Tactician"},{"id":668,"c":1,"u":"hobgoblin%20war%20mage_whereevillives","p":81,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hobgoblin War Mage"},{"id":669,"c":1,"u":"slaughter%20demon_whereevillives","p":81,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Slaughter Demon"},{"id":670,"c":1,"u":"blood-borne%20ooze_whereevillives","p":88,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Blood-Borne Ooze"},{"id":671,"c":1,"u":"hellhound_whereevillives","p":88,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hellhound"},{"id":672,"c":1,"u":"kiona%20the%20dread%20lord_whereevillives","p":89,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Kiona the Dread Lord"},{"id":673,"c":1,"u":"lightthief_whereevillives","p":90,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lightthief"},{"id":674,"c":1,"u":"shade_whereevillives","p":91,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Shade"},{"id":675,"c":1,"u":"shadow_whereevillives","p":91,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Shadow"},{"id":676,"c":1,"u":"specter_whereevillives","p":91,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Specter"},{"id":677,"c":1,"u":"wraith_whereevillives","p":93,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Wraith"},{"id":678,"c":1,"u":"basilisk_whereevillives","p":100,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Basilisk"},{"id":679,"c":1,"u":"crux%20of%20frost_whereevillives","p":101,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Crux of Frost"},{"id":680,"c":1,"u":"gem%20jelly_whereevillives","p":102,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Gem Jelly"},{"id":681,"c":1,"u":"griffon_whereevillives","p":102,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Griffon"},{"id":682,"c":1,"u":"griffon%20companion_whereevillives","p":103,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Griffon Companion"},{"id":683,"c":1,"u":"lady%20emer_whereevillives","p":106,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lady Emer"},{"id":684,"c":1,"u":"lizardfolk%20hunter_whereevillives","p":107,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lizardfolk Hunter"},{"id":685,"c":1,"u":"minotaur%20devastator_whereevillives","p":107,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Minotaur Devastator"},{"id":686,"c":1,"u":"orc%20blacksmith_whereevillives","p":108,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Orc Blacksmith"},{"id":687,"c":1,"u":"owlbear_whereevillives","p":108,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Owlbear"},{"id":688,"c":1,"u":"wyvern_whereevillives","p":108,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Wyvern"},{"id":689,"c":1,"u":"basalt%20stone%20giant_whereevillives","p":117,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Basalt Stone Giant"},{"id":690,"c":1,"u":"fire%20giant%20lightbearer_whereevillives","p":117,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Fire Giant Lightbearer"},{"id":691,"c":1,"u":"fire%20giant%20red%20fist_whereevillives","p":118,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Fire Giant Red Fist"},{"id":692,"c":1,"u":"fire%20giant%20trooper_whereevillives","p":119,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Fire Giant Trooper"},{"id":693,"c":1,"u":"zenith%20aastrika_whereevillives","p":120,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Zenith Aastrika"},{"id":694,"c":1,"u":"ghost%20sycophant_whereevillives","p":128,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Ghost Sycophant"},{"id":695,"c":1,"u":"haunt_whereevillives","p":129,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Haunt"},{"id":696,"c":1,"u":"ithu'rath_whereevillives","p":132,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Ithu'rath"},{"id":697,"c":1,"u":"goblin%20underboss%20slime%20servant_whereevillives","p":134,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Goblin Underboss Slime Servant"},{"id":698,"c":1,"u":"human%20brawler%20slime%20servant_whereevillives","p":134,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Brawler Slime Servant"},{"id":699,"c":1,"u":"human%20trickshot%20slime%20servant_whereevillives","p":135,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Human Trickshot Slime Servant"},{"id":700,"c":1,"u":"lizardfolk%20bloodeye%20slime%20servant_whereevillives","p":135,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lizardfolk Bloodeye Slime Servant"},{"id":701,"c":1,"u":"minotaur%20lackey%20slime%20servant_whereevillives","p":136,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Minotaur Lackey Slime Servant"},{"id":702,"c":1,"u":"orc%20rampart%20slime%20servant_whereevillives","p":136,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Orc Rampart Slime Servant"},{"id":703,"c":1,"u":"bugbear%20channeler_whereevillives","p":144,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Bugbear Channeler"},{"id":704,"c":1,"u":"bugbear%20commander_whereevillives","p":144,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Bugbear Commander"},{"id":705,"c":1,"u":"gnoll%20bonesplitter_whereevillives","p":145,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Gnoll Bonesplitter"},{"id":706,"c":1,"u":"time%20raider%20freebooter_whereevillives","p":148,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Time Raider Freebooter"},{"id":707,"c":1,"u":"time%20raider%20nemesis_whereevillives","p":149,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Time Raider Nemesis"},{"id":708,"c":1,"u":"xorannox_whereevillives","p":150,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Xorannox"},{"id":709,"c":1,"u":"abyssal%20hyena_whereevillives","p":159,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Abyssal Hyena"},{"id":710,"c":1,"u":"abyssal%20hyena%20companion_whereevillives","p":159,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Abyssal Hyena Companion"},{"id":711,"c":1,"u":"aurumvas_whereevillives","p":160,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Aurumvas"},{"id":712,"c":1,"u":"chimeron_whereevillives","p":161,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Chimeron"},{"id":713,"c":1,"u":"pitling_whereevillives","p":162,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Pitling"},{"id":714,"c":1,"u":"ruinant_whereevillives","p":163,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Ruinant"},{"id":715,"c":1,"u":"tormenauk_whereevillives","p":164,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Tormenauk"},{"id":716,"c":1,"u":"wobalas_whereevillives","p":165,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Wobalas"},{"id":717,"c":1,"u":"ashyra_whereevillives","p":173,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Ashyra"},{"id":718,"c":1,"u":"koptourok_whereevillives","p":174,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Koptourok"},{"id":719,"c":1,"u":"mummy_whereevillives","p":175,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Mummy"},{"id":720,"c":1,"u":"amalgam_whereevillives","p":185,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Amalgam"},{"id":721,"c":1,"u":"hulking%20brain_whereevillives","p":185,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hulking Brain"},{"id":722,"c":1,"u":"lord%20syuul_whereevillives","p":187,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lord Syuul"},{"id":723,"c":1,"u":"mindkiller_whereevillives","p":188,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Mindkiller"},{"id":724,"c":1,"u":"mindkiller%20whelp_whereevillives","p":188,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Mindkiller Whelp"},{"id":725,"c":1,"u":"voiceless%20talker_whereevillives","p":191,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Voiceless Talker"},{"id":726,"c":1,"u":"voiceless%20talker%20artillerist_whereevillives","p":192,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Voiceless Talker Artillerist"},{"id":727,"c":1,"u":"devil%20adjudicator_whereevillives","p":201,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Devil Adjudicator"},{"id":728,"c":1,"u":"devil%20jurist_whereevillives","p":202,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Devil Jurist"},{"id":729,"c":1,"u":"devil%20legate_whereevillives","p":202,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Devil Legate"},{"id":730,"c":1,"u":"devil%20magistrate_whereevillives","p":203,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Devil Magistrate"},{"id":731,"c":1,"u":"infernal%20chancellor%20lazivos_whereevillives","p":205,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Infernal Chancellor Lazivos"},{"id":732,"c":1,"u":"night%20hag_whereevillives","p":206,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Night Hag"},{"id":733,"c":1,"u":"count%20rhodar%20von%20glauer_whereevillives","p":216,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Count Rhodar von Glauer"},{"id":734,"c":1,"u":"vampire_whereevillives","p":221,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Vampire"},{"id":735,"c":1,"u":"vampire%20spawn_whereevillives","p":222,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Vampire Spawn"},{"id":736,"c":1,"u":"wight_whereevillives","p":223,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Wight"},{"id":737,"c":1,"u":"air%20spark_whereevillives","p":230,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Air Spark"},{"id":738,"c":1,"u":"durixaviinox_whereevillives","p":232,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Durixaviinox"},{"id":739,"c":1,"u":"frost%20giant%20wind%20sprinter_whereevillives","p":233,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Frost Giant Wind Sprinter"},{"id":740,"c":1,"u":"giant%20zombie_whereevillives","p":233,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Giant Zombie"},{"id":741,"c":1,"u":"wight%20deathguard_whereevillives","p":235,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Wight Deathguard"},{"id":742,"c":1,"u":"deep%20dreamer_whereevillives","p":242,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Deep Dreamer"},{"id":743,"c":1,"u":"empowered%20bog%20body_whereevillives","p":242,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Empowered Bog Body"},{"id":744,"c":1,"u":"empyrean%20stag_whereevillives","p":243,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Empyrean Stag"},{"id":745,"c":1,"u":"essence%20of%20mist_whereevillives","p":244,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Essence of Mist"},{"id":746,"c":1,"u":"lacuna_whereevillives","p":244,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lacuna"},{"id":747,"c":1,"u":"lightbender%20companion_whereevillives","p":245,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lightbender Companion"},{"id":748,"c":1,"u":"qazyldrath_whereevillives","p":246,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Qazyldrath"},{"id":749,"c":1,"u":"rot%20angel_whereevillives","p":248,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Rot Angel"},{"id":750,"c":1,"u":"sunlight%20nexus_whereevillives","p":248,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Sunlight Nexus"},{"id":751,"c":1,"u":"gibbering%20mouther_whereevillives","p":258,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Gibbering Mouther"},{"id":752,"c":1,"u":"yserthrax_whereevillives","p":262,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Yserthrax"},{"id":753,"c":1,"u":"kingfissure%20worm_whereevillives","p":271,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Kingfissure Worm"},{"id":754,"c":1,"u":"lightbender_whereevillives","p":272,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lightbender"},{"id":755,"c":1,"u":"xaantikorijek_whereevillives","p":273,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Xaantikorijek"},{"id":756,"c":1,"u":"earth%20spark_whereevillives","p":280,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Earth Spark"},{"id":757,"c":1,"u":"force%20of%20blood_whereevillives","p":282,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Force of Blood"},{"id":758,"c":1,"u":"force%20of%20iron_whereevillives","p":283,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Force of Iron"},{"id":759,"c":1,"u":"forzaantilirys_whereevillives","p":285,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Forzaantilirys"},{"id":760,"c":1,"u":"forzaantilirys_whereevillives","p":285,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Forzaantirilys"},{"id":761,"c":1,"u":"at%c3%a6shia_whereevillives","p":295,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Ataeshia"},{"id":762,"c":1,"u":"essence%20of%20storms_whereevillives","p":297,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Essence of Storms"},{"id":763,"c":1,"u":"essence%20of%20tides_whereevillives","p":297,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Essence of Tides"},{"id":764,"c":1,"u":"force%20of%20earth_whereevillives","p":298,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Force of Earth"},{"id":765,"c":1,"u":"oracle%20of%20storms_whereevillives","p":300,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Oracle of Storms"},{"id":766,"c":1,"u":"water%20spark_whereevillives","p":301,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Water Spark"},{"id":767,"c":1,"u":"camel_whereevillives","p":310,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Camel"},{"id":768,"c":1,"u":"devil%20retainer_whereevillives","p":312,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Devil Retainer"},{"id":769,"c":1,"u":"dirt%20mournling_whereevillives","p":312,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Dirt Mournling"},{"id":770,"c":1,"u":"high%20mage%20vairae_whereevillives","p":313,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"High Mage Vairae"},{"id":771,"c":1,"u":"swamp%20dryad_whereevillives","p":314,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Swamp Dryad"},{"id":772,"c":1,"u":"thornblood_whereevillives","p":315,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Thornblood"},{"id":773,"c":2,"u":"bitter%20wind_bookofebontides","p":56,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bitter Wind"},{"id":774,"c":2,"u":"blade%20of%20blood%20and%20bone_bookofebontides","p":56,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Blade of Blood and Bone"},{"id":775,"c":2,"u":"bright%20sparks_bookofebontides","p":57,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bright Sparks"},{"id":776,"c":2,"u":"burning%20radiance_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Burning Radiance"},{"id":777,"c":2,"u":"charnel%20banquet_bookofebontides","p":57,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Charnel Banquet"},{"id":778,"c":2,"u":"child%20of%20light%20and%20darkness_bookofebontides","p":57,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Child of Light and Darkness"},{"id":779,"c":2,"u":"cloak%20of%20shadow_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Cloak of Shadow"},{"id":780,"c":2,"u":"conjure%20ferryman_bookofebontides","p":57,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Conjure Ferryman"},{"id":781,"c":2,"u":"conjure%20giant_bookofebontides","p":58,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Conjure Giant"},{"id":782,"c":2,"u":"darkbolt_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Darkbolt"},{"id":783,"c":2,"u":"deep%20roots%20of%20the%20moon_bookofebontides","p":58,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Deep Roots of the Moon"},{"id":784,"c":2,"u":"doom%20of%20false%20friends_bookofebontides","p":58,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Doom of False Friends"},{"id":785,"c":2,"u":"doom%20of%20poor%20fortune_bookofebontides","p":59,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Doom of Poor Fortune"},{"id":786,"c":2,"u":"doom%20of%20stacked%20stones_bookofebontides","p":59,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Doom of Stacked Stones"},{"id":787,"c":2,"u":"doom%20of%20summer%20years_bookofebontides","p":59,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Doom of Summer Years"},{"id":788,"c":2,"u":"douse%20light_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Douse Light"},{"id":789,"c":2,"u":"drayfn's%20bane%20of%20excellence_bookofebontides","p":60,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Drayfn's Bane of Excellence"},{"id":790,"c":2,"u":"drayfn's%20blunted%20blade_bookofebontides","p":60,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Drayfn's Blunted Blade"},{"id":791,"c":2,"u":"drayfn's%20curse%20of%20incompetence_bookofebontides","p":60,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Drayfn's Curse of Incompetence"},{"id":792,"c":2,"u":"drizzle_bookofebontides","p":60,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Drizzle"},{"id":793,"c":2,"u":"ebon%20tide_bookofebontides","p":60,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ebon Tide"},{"id":794,"c":2,"u":"elf%20shot_bookofebontides","p":61,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Elf Shot"},{"id":795,"c":2,"u":"emerald%20goblet_bookofebontides","p":61,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Emerald Goblet"},{"id":796,"c":2,"u":"faerie%20toast_bookofebontides","p":61,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Faerie Toast"},{"id":797,"c":2,"u":"feast%20of%20flesh_bookofebontides","p":62,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Feast of Flesh"},{"id":798,"c":2,"u":"fire%20dance_bookofebontides","p":62,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Fire Dance"},{"id":799,"c":2,"u":"fireflies_bookofebontides","p":62,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Fireflies"},{"id":800,"c":2,"u":"flowering_bookofebontides","p":62,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Flowering"},{"id":801,"c":2,"u":"gloaming_bookofebontides","p":62,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Gloaming"},{"id":802,"c":2,"u":"grim%20harvest_bookofebontides","p":63,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Grim Harvest"},{"id":803,"c":2,"u":"grim%20shadows_bookofebontides","p":64,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Grim Shadows"},{"id":804,"c":2,"u":"hero%20of%20fable_bookofebontides","p":64,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Hero of Fable"},{"id":805,"c":2,"u":"hibernation_bookofebontides","p":64,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Hibernation"},{"id":806,"c":2,"u":"knife%20of%20fate_bookofebontides","p":64,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Knife of Fate"},{"id":807,"c":2,"u":"krail's%20maggot_bookofebontides","p":64,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Krail's Maggot"},{"id":808,"c":2,"u":"krail's%20rot_bookofebontides","p":65,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Krail's Rot"},{"id":809,"c":2,"u":"krail's%20rupture_bookofebontides","p":65,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Krail's Rupture"},{"id":810,"c":2,"u":"leiloch's%20arduous%20shuffle_bookofebontides","p":65,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Leiloch's Arduous Shuffle"},{"id":811,"c":2,"u":"leiloch's%20interminable%20yarn_bookofebontides","p":66,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Leiloch's Interminable Yarn"},{"id":812,"c":2,"u":"leiloch's%20irritating%20kazoo_bookofebontides","p":66,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Leiloch's Irritating Kazoo"},{"id":813,"c":2,"u":"life%20drain_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Life Drain"},{"id":814,"c":2,"u":"living%20shadows_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Living Shadows"},{"id":815,"c":2,"u":"lost_bookofebontides","p":66,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lost"},{"id":816,"c":2,"u":"lost%20and%20wandering_bookofebontides","p":66,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lost and Wandering"},{"id":817,"c":2,"u":"lunar%20transfer_bookofebontides","p":67,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lunar Transfer"},{"id":818,"c":2,"u":"maddening%20whispers_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Maddening Whispers"},{"id":819,"c":2,"u":"moonlight%20sending_bookofebontides","p":68,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonlight Sending"},{"id":820,"c":2,"u":"obfuscate%20object_bookofebontides","p":68,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Obfuscate Object"},{"id":821,"c":2,"u":"ominous%20winds_bookofebontides","p":68,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ominous Winds"},{"id":822,"c":2,"u":"orros%20mark%20of%20fate_bookofebontides","p":69,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Orros Mark of Fate"},{"id":823,"c":2,"u":"polychromatic%20bubble_bookofebontides","p":69,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Polychromatic Bubble"},{"id":824,"c":2,"u":"portho's%20portal_bookofebontides","p":69,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Portho's Portal"},{"id":825,"c":2,"u":"pratfall_bookofebontides","p":70,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Pratfall"},{"id":826,"c":2,"u":"radiant%20beacon_bookofebontides","p":70,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Radiant Beacon"},{"id":827,"c":2,"u":"searing%20sun_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Searing Sun"},{"id":828,"c":2,"u":"shadow%20adaptation_bookofebontides","p":70,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Adaptation"},{"id":829,"c":2,"u":"shadow%20gateway_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gateway"},{"id":830,"c":2,"u":"shadow%20portal_bookofebontides","p":70,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Portal"},{"id":831,"c":2,"u":"shadow%20step_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Step"},{"id":832,"c":2,"u":"slither_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Slither"},{"id":833,"c":2,"u":"spider%20song_bookofebontides","p":71,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Spider Song"},{"id":834,"c":2,"u":"storm%20door_bookofebontides","p":71,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Storm Door"},{"id":835,"c":2,"u":"ugly%20duckling_bookofebontides","p":71,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ugly Duckling"},{"id":836,"c":2,"u":"void%20strike_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Void Strike"},{"id":837,"c":2,"u":"word%20of%20misfortune_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Word of Misfortune"},{"id":838,"c":2,"u":"bloodletter_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Bloodletter"},{"id":839,"c":2,"u":"creeping%20touch_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Creeping Touch"},{"id":840,"c":2,"u":"crown%20of%20radiance_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Crown of Radiance"},{"id":841,"c":2,"u":"flense_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Flense"},{"id":842,"c":2,"u":"holy%20word_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Holy Word"},{"id":843,"c":2,"u":"life%20tether_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Life Tether"},{"id":844,"c":2,"u":"phoenix%20flames_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Phoenix Flames"},{"id":845,"c":2,"u":"ride%20the%20lightning_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Ride the Lightning"},{"id":846,"c":2,"u":"spirit%20swarm_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Spirit Swarm"},{"id":847,"c":2,"u":"supernal%20smite_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Supernal Smite"},{"id":848,"c":2,"u":"ambush%20prey_humblewoodcampaignsetting","p":49,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Ambush Prey"},{"id":849,"c":2,"u":"elevated%20sight_humblewoodcampaignsetting","p":49,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Elevated Sight"},{"id":850,"c":2,"u":"feathered%20reach_humblewoodcampaignsetting","p":50,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Feathered Reach"},{"id":851,"c":2,"u":"globe%20of%20twilight_humblewoodcampaignsetting","p":50,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Globe of Twilight"},{"id":852,"c":2,"u":"gust%20barrier_humblewoodcampaignsetting","p":50,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gust Barrier"},{"id":853,"c":2,"u":"invoke%20the%20amaranthine_humblewoodcampaignsetting","p":51,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Invoke the Amaranthine"},{"id":854,"c":2,"u":"shape%20plants_humblewoodcampaignsetting","p":51,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Shape Plants"},{"id":855,"c":2,"u":"spiny%20shield_humblewoodcampaignsetting","p":51,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Spiny Shield"},{"id":856,"c":2,"u":"stellar%20bodies_humblewoodcampaignsetting","p":52,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Stellar Bodies"},{"id":857,"c":2,"u":"veil%20of%20dusk_humblewoodcampaignsetting","p":52,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Veil of Dusk"},{"id":858,"c":2,"u":"become%20nightwing_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Become Nightwing"},{"id":859,"c":2,"u":"black%20hand_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Black Hand"},{"id":860,"c":2,"u":"black%20ribbons_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Black Ribbons"},{"id":861,"c":2,"u":"black%20well_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Black Well"},{"id":862,"c":2,"u":"call%20shadow%20mastiff_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Call Shadow Mastiff"},{"id":863,"c":2,"u":"claws%20of%20darkness_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Claws of Darkness"},{"id":864,"c":2,"u":"conjure%20shadow%20titan_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Conjure Shadow Titan"},{"id":865,"c":2,"u":"creeping%20darkness_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Creeping Darkness"},{"id":866,"c":2,"u":"dark%20dementing_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Dark Dementing"},{"id":867,"c":2,"u":"dark%20path_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Dark Path"},{"id":868,"c":2,"u":"dying%20of%20the%20light_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Dying of the Light"},{"id":869,"c":2,"u":"hide%20in%20one's%20shadow_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Hide in One's Shadow"},{"id":870,"c":2,"u":"negative%20image_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Negative Image"},{"id":871,"c":2,"u":"shadow%20armor_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shadow Armor"},{"id":872,"c":2,"u":"shadow%20bite_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shadow Bite"},{"id":873,"c":2,"u":"shadow%20blindness_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shadow Blindness"},{"id":874,"c":2,"u":"shadow%20hands_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shadow Hands"},{"id":875,"c":2,"u":"shadow%20puppets_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shadow Puppets"},{"id":876,"c":2,"u":"shadow%20tendrils_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shadow Tendrils"},{"id":877,"c":2,"u":"shadow%20trove_talesfromtheshadows","p":221,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shadow Trove"},{"id":878,"c":2,"u":"umbral%20storm_talesfromtheshadows","p":0,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Umbral Storm"},{"id":879,"c":2,"u":"aura%20of%20desecration_illriggerrevised","p":32,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Aura of Desecration"},{"id":880,"c":2,"u":"hell's%20lash_illriggerrevised","p":32,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hell's Lash"},{"id":881,"c":2,"u":"hellfire_illriggerrevised","p":33,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellfire"},{"id":882,"c":2,"u":"infernal%20challenge_illriggerrevised","p":33,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Infernal Challenge"},{"id":883,"c":2,"u":"maligned%20weapon_illriggerrevised","p":33,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Maligned Weapon"},{"id":884,"c":2,"u":"mote%20of%20hell_illriggerrevised","p":33,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Mote of Hell"},{"id":885,"c":2,"u":"vengeful%20blade_illriggerrevised","p":34,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Vengeful Blade"},{"id":886,"c":2,"u":"wall%20of%20death_illriggerrevised","p":34,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Wall of Death"},{"id":887,"c":5,"u":"illrigger_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger"},{"id":888,"c":5,"u":"captain_tlotrr","p":45,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain"},{"id":889,"c":5,"u":"champion_tlotrr","p":48,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion"},{"id":890,"c":5,"u":"messenger_tlotrr","p":51,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger"},{"id":891,"c":5,"u":"scholar_tlotrr","p":54,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar"},{"id":892,"c":5,"u":"treasure%20hunter_tlotrr","p":57,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter"},{"id":893,"c":5,"u":"warden_tlotrr","p":60,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden"},{"id":895,"c":40,"u":"druid_phb,state:sub-shadows-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Circle of Shadows","n":"Circle of Shadows (Druid)"},{"id":897,"c":40,"u":"bard_phb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"College of Shadow","n":"College of Shadow (Bard)"},{"id":899,"c":40,"u":"cleric_phb,state:sub-keeper-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Keeper Domain","n":"Keeper Domain (Cleric)"},{"id":901,"c":40,"u":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Light Weaver Sorcerous Origin","n":"Light Weaver Sorcerous Origin (Sorcerer)"},{"id":903,"c":40,"u":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Mother of Sorrows","n":"Mother of Sorrows (Warlock)"},{"id":905,"c":40,"u":"wizard_phb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Arcane Tradition","n":"Shadow Arcane Tradition (Wizard)"},{"id":907,"c":40,"u":"cleric_phb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Domain","n":"Shadow Domain (Cleric)"},{"id":909,"c":40,"u":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Gnawer","n":"Shadow Gnawer (Barbarian)"},{"id":911,"c":40,"u":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Umbral Binder","n":"Umbral Binder (Rogue)"},{"id":913,"c":40,"u":"monk_phb,state:sub-prophet-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Way of the Prophet","n":"Way of the Prophet (Monk)"},{"id":915,"c":40,"u":"druid_xphb,state:sub-shadows-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Circle of Shadows","n":"Circle of Shadows (Druid)"},{"id":917,"c":40,"u":"bard_xphb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"College of Shadow","n":"College of Shadow (Bard)"},{"id":919,"c":40,"u":"cleric_xphb,state:sub-keeper-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Keeper Domain","n":"Keeper Domain (Cleric)"},{"id":921,"c":40,"u":"sorcerer_xphb,state:sub-light-weaver-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Light Weaver Sorcerous Origin","n":"Light Weaver Sorcerous Origin (Sorcerer)"},{"id":923,"c":40,"u":"warlock_xphb,state:sub-mother-of-sorrows-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Mother of Sorrows","n":"Mother of Sorrows (Warlock)"},{"id":925,"c":40,"u":"wizard_xphb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Arcane Tradition","n":"Shadow Arcane Tradition (Wizard)"},{"id":927,"c":40,"u":"cleric_xphb,state:sub-shadow-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Domain","n":"Shadow Domain (Cleric)"},{"id":929,"c":40,"u":"barbarian_xphb,state:sub-shadow-gnawer-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Shadow Gnawer","n":"Shadow Gnawer (Barbarian)"},{"id":931,"c":40,"u":"rogue_xphb,state:sub-umbral-binder-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Umbral Binder","n":"Umbral Binder (Rogue)"},{"id":933,"c":40,"u":"monk_xphb,state:sub-prophet-bookofebontides=b1","s":0,"h":1,"dP":1,"sA":0,"sF":0,"b":"Way of the Prophet","n":"Way of the Prophet (Monk)"},{"id":935,"c":40,"u":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"Path of the Carrion Raven","n":"Path of the Carrion Raven (Barbarian)"},{"id":937,"c":40,"u":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"College of Requiems","n":"College of Requiems (Bard)"},{"id":939,"c":40,"u":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"Inquisition Domain","n":"Inquisition Domain (Cleric)"},{"id":941,"c":40,"u":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"Blade Breaker","n":"Blade Breaker (Fighter)"},{"id":943,"c":40,"u":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"Oath of Zeal","n":"Oath of Zeal (Paladin)"},{"id":945,"c":40,"u":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"Misfortune Bringer","n":"Misfortune Bringer (Rogue)"},{"id":947,"c":40,"u":"barbarian_xphb,state:sub-carrion-raven-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"Path of the Carrion Raven","n":"Path of the Carrion Raven (Barbarian)"},{"id":949,"c":40,"u":"bard_xphb,state:sub-requiems-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"College of Requiems","n":"College of Requiems (Bard)"},{"id":951,"c":40,"u":"cleric_xphb,state:sub-inquisition-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"Inquisition Domain","n":"Inquisition Domain (Cleric)"},{"id":953,"c":40,"u":"fighter_xphb,state:sub-blade-breaker-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"Blade Breaker","n":"Blade Breaker (Fighter)"},{"id":955,"c":40,"u":"paladin_xphb,state:sub-zeal-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"Oath of Zeal","n":"Oath of Zeal (Paladin)"},{"id":957,"c":40,"u":"rogue_xphb,state:sub-misfortune-grimhollowplayerpack=b1","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"b":"Misfortune Bringer","n":"Misfortune Bringer (Rogue)"},{"id":959,"c":40,"u":"bard_phb,state:sub-road-humblewoodcampaignsetting=b1","p":36,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"b":"College of the Road","n":"College of the Road (Bard)"},{"id":961,"c":40,"u":"bard_xphb,state:sub-road-humblewoodcampaignsetting=b1","p":36,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"b":"College of the Road","n":"College of the Road (Bard)"},{"id":963,"c":40,"u":"cleric_phb,state:sub-community-humblewoodcampaignsetting=b1","p":39,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"b":"Community Domain","n":"Community Domain (Cleric)"},{"id":965,"c":40,"u":"cleric_xphb,state:sub-community-humblewoodcampaignsetting=b1","p":39,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"b":"Community Domain","n":"Community Domain (Cleric)"},{"id":967,"c":40,"u":"cleric_phb,state:sub-night-humblewoodcampaignsetting=b1","p":40,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"b":"Night Domain","n":"Night Domain (Cleric)"},{"id":969,"c":40,"u":"cleric_xphb,state:sub-night-humblewoodcampaignsetting=b1","p":40,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"b":"Night Domain","n":"Night Domain (Cleric)"},{"id":971,"c":40,"u":"fighter_phb,state:sub-scofflaw-humblewoodcampaignsetting=b1","p":41,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"b":"Scofflaw","n":"Scofflaw (Fighter)"},{"id":973,"c":40,"u":"fighter_xphb,state:sub-scofflaw-humblewoodcampaignsetting=b1","p":41,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"b":"Scofflaw","n":"Scofflaw (Fighter)"},{"id":975,"c":40,"u":"druid_phb,state:sub-dragons-griffonssaddlebag2=b1","p":214,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Circle of Dragons","n":"Circle of Dragons (Druid)"},{"id":977,"c":40,"u":"bard_phb,state:sub-mercantile-griffonssaddlebag2=b1","p":210,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"College of Mercantile","n":"College of Mercantile (Bard)"},{"id":979,"c":40,"u":"sorcerer_phb,state:sub-desert-soul-griffonssaddlebag2=b1","p":225,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Desert Soul","n":"Desert Soul (Sorcerer)"},{"id":981,"c":40,"u":"cleric_phb,state:sub-festus-griffonssaddlebag2=b1","p":212,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Festus Domain","n":"Festus Domain (Cleric)"},{"id":983,"c":40,"u":"rogue_phb,state:sub-grim-surgeon-griffonssaddlebag2=b1","p":224,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Grim Surgeon","n":"Grim Surgeon (Rogue)"},{"id":985,"c":40,"u":"paladin_phb,state:sub-spelldrinker-griffonssaddlebag2=b1","p":220,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Oath of the Spelldrinker","n":"Oath of the Spelldrinker (Paladin)"},{"id":987,"c":40,"u":"barbarian_phb,state:sub-infernal-griffonssaddlebag2=b1","p":209,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Path of the Infernal","n":"Path of the Infernal (Barbarian)"},{"id":989,"c":40,"u":"ranger_phb,state:sub-rocborne-griffonssaddlebag2=b1","p":222,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Rocborne","n":"Rocborne (Ranger)"},{"id":991,"c":40,"u":"fighter_phb,state:sub-steel-hawk-griffonssaddlebag2=b1","p":216,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Steel Hawk","n":"Steel Hawk (Fighter)"},{"id":993,"c":40,"u":"warlock_phb,state:sub-many-griffonssaddlebag2=b1","p":226,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"The Many","n":"The Many (Warlock)"},{"id":995,"c":40,"u":"wizard_phb,state:sub-wand-griffonssaddlebag2=b1","p":228,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Wand Lore","n":"Wand Lore (Wizard)"},{"id":997,"c":40,"u":"monk_phb,state:sub-aether-griffonssaddlebag2=b1","p":218,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Way of the Aether","n":"Way of the Aether (Monk)"},{"id":999,"c":40,"u":"druid_xphb,state:sub-dragons-griffonssaddlebag2=b1","p":214,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Circle of Dragons","n":"Circle of Dragons (Druid)"},{"id":1001,"c":40,"u":"bard_xphb,state:sub-mercantile-griffonssaddlebag2=b1","p":210,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"College of Mercantile","n":"College of Mercantile (Bard)"},{"id":1003,"c":40,"u":"sorcerer_xphb,state:sub-desert-soul-griffonssaddlebag2=b1","p":225,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Desert Soul","n":"Desert Soul (Sorcerer)"},{"id":1005,"c":40,"u":"cleric_xphb,state:sub-festus-griffonssaddlebag2=b1","p":212,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Festus Domain","n":"Festus Domain (Cleric)"},{"id":1007,"c":40,"u":"rogue_xphb,state:sub-grim-surgeon-griffonssaddlebag2=b1","p":224,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Grim Surgeon","n":"Grim Surgeon (Rogue)"},{"id":1009,"c":40,"u":"paladin_xphb,state:sub-spelldrinker-griffonssaddlebag2=b1","p":220,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Oath of the Spelldrinker","n":"Oath of the Spelldrinker (Paladin)"},{"id":1011,"c":40,"u":"barbarian_xphb,state:sub-infernal-griffonssaddlebag2=b1","p":209,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Path of the Infernal","n":"Path of the Infernal (Barbarian)"},{"id":1013,"c":40,"u":"ranger_xphb,state:sub-rocborne-griffonssaddlebag2=b1","p":222,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Rocborne","n":"Rocborne (Ranger)"},{"id":1015,"c":40,"u":"fighter_xphb,state:sub-steel-hawk-griffonssaddlebag2=b1","p":216,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Steel Hawk","n":"Steel Hawk (Fighter)"},{"id":1017,"c":40,"u":"warlock_xphb,state:sub-many-griffonssaddlebag2=b1","p":226,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"The Many","n":"The Many (Warlock)"},{"id":1019,"c":40,"u":"wizard_xphb,state:sub-wand-griffonssaddlebag2=b1","p":228,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Wand Lore","n":"Wand Lore (Wizard)"},{"id":1021,"c":40,"u":"monk_xphb,state:sub-aether-griffonssaddlebag2=b1","p":218,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"b":"Way of the Aether","n":"Way of the Aether (Monk)"},{"id":1023,"c":40,"u":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"b":"Architect of Ruin","n":"Architect of Ruin (Illrigger)"},{"id":1025,"c":40,"u":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"b":"Hellspeaker","n":"Hellspeaker (Illrigger)"},{"id":1027,"c":40,"u":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"b":"Painkiller","n":"Painkiller (Illrigger)"},{"id":1029,"c":40,"u":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"b":"Sanguine Knight","n":"Sanguine Knight (Illrigger)"},{"id":1031,"c":40,"u":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"b":"Shadowmaster","n":"Shadowmaster (Illrigger)"},{"id":1033,"c":40,"u":"treasure%20hunter_tlotrr,state:sub-burglar-tlotrr=b1","p":59,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Burglar","n":"Burglar (Treasure Hunter)"},{"id":1035,"c":40,"u":"captain_tlotrr,state:sub-chieftain-tlotrr=b1","p":46,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Chieftain","n":"Chieftain (Captain)"},{"id":1037,"c":40,"u":"messenger_tlotrr,state:sub-counsellor-tlotrr=b1","p":52,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Counsellor","n":"Counsellor (Messenger)"},{"id":1039,"c":40,"u":"warden_tlotrr,state:sub-forayer-tlotrr=b1","p":62,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Forayer","n":"Forayer (Warden)"},{"id":1041,"c":40,"u":"scholar_tlotrr,state:sub-healing-tlotrr=b1","p":56,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Healing","n":"Healing (Scholar)"},{"id":1043,"c":40,"u":"messenger_tlotrr,state:sub-herald-tlotrr=b1","p":53,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Herald","n":"Herald (Messenger)"},{"id":1045,"c":40,"u":"warden_tlotrr,state:sub-hunter-tlotrr=b1","p":62,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Hunter","n":"Hunter (Warden)"},{"id":1047,"c":40,"u":"scholar_tlotrr,state:sub-lore-tlotrr=b1","p":56,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Lore","n":"Lore (Scholar)"},{"id":1049,"c":40,"u":"champion_tlotrr,state:sub-sharpshooter-tlotrr=b1","p":49,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Sharp-Shooter","n":"Sharp-Shooter (Champion)"},{"id":1051,"c":40,"u":"champion_tlotrr,state:sub-slayer-tlotrr=b1","p":50,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Slayer","n":"Slayer (Champion)"},{"id":1053,"c":40,"u":"treasure%20hunter_tlotrr,state:sub-spy-tlotrr=b1","p":59,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Spy","n":"Spy (Treasure Hunter)"},{"id":1055,"c":40,"u":"captain_tlotrr,state:sub-thane-tlotrr=b1","p":47,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"b":"Thane","n":"Thane (Captain)"},{"id":1057,"c":30,"u":"baleful%20interdict_illrigger_illriggerrevised_1_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 1; Baleful Interdict","uh":"illrigger_illriggerrevised,state:feature=s0-0"},{"id":1059,"c":30,"u":"forked%20tongue_illrigger_illriggerrevised_1_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 1; Forked Tongue","uh":"illrigger_illriggerrevised,state:feature=s0-0"},{"id":1061,"c":30,"u":"combat%20mastery_illrigger_illriggerrevised_2_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 2; Combat Mastery","uh":"illrigger_illriggerrevised,state:feature=s1-0"},{"id":1063,"c":30,"u":"interdict%20boons_illrigger_illriggerrevised_2_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 2; Interdict Boons","uh":"illrigger_illriggerrevised,state:feature=s1-0"},{"id":1065,"c":30,"u":"interdiction_illrigger_illriggerrevised_2_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 2; Interdiction","uh":"illrigger_illriggerrevised,state:feature=s1-0"},{"id":1067,"c":30,"u":"diabolic%20contract_illrigger_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 3; Diabolic Contract","uh":"illrigger_illriggerrevised,state:feature=s2-0"},{"id":1069,"c":30,"u":"invoke%20hell_illrigger_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:feature=s2-0"},{"id":1071,"c":30,"u":"ability%20score%20improvement_illrigger_illriggerrevised_4_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 4; Ability Score Improvement","uh":"illrigger_illriggerrevised,state:feature=s3-0"},{"id":1073,"c":30,"u":"extra%20attack_illrigger_illriggerrevised_5_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 5; Extra Attack","uh":"illrigger_illriggerrevised,state:feature=s4-0"},{"id":1075,"c":30,"u":"infernal%20conduit_illrigger_illriggerrevised_6_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 6; Infernal Conduit","uh":"illrigger_illriggerrevised,state:feature=s5-0"},{"id":1077,"c":30,"u":"diabolic%20contract%20feature_illrigger_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 7; Diabolic Contract feature","uh":"illrigger_illriggerrevised,state:feature=s6-0"},{"id":1079,"c":30,"u":"ability%20score%20improvement_illrigger_illriggerrevised_8_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 8; Ability Score Improvement","uh":"illrigger_illriggerrevised,state:feature=s7-0"},{"id":1081,"c":30,"u":"forked%20tongue%20improvement_illrigger_illriggerrevised_9_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 9; Forked Tongue Improvement","uh":"illrigger_illriggerrevised,state:feature=s8-0"},{"id":1083,"c":30,"u":"blood%20price_illrigger_illriggerrevised_10_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 10; Blood Price","uh":"illrigger_illriggerrevised,state:feature=s9-0"},{"id":1085,"c":30,"u":"diabolic%20contract%20feature_illrigger_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 11; Diabolic Contract feature","uh":"illrigger_illriggerrevised,state:feature=s10-0"},{"id":1087,"c":30,"u":"infernal%20conduit%20improvement_illrigger_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 11; Infernal Conduit Improvement","uh":"illrigger_illriggerrevised,state:feature=s10-0"},{"id":1089,"c":30,"u":"terrorizing%20force_illrigger_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 11; Terrorizing Force","uh":"illrigger_illriggerrevised,state:feature=s10-0"},{"id":1091,"c":30,"u":"ability%20score%20improvement_illrigger_illriggerrevised_12_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 12; Ability Score Improvement","uh":"illrigger_illriggerrevised,state:feature=s11-0"},{"id":1093,"c":30,"u":"superior%20interdict_illrigger_illriggerrevised_14_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 14; Superior Interdict","uh":"illrigger_illriggerrevised,state:feature=s13-0"},{"id":1095,"c":30,"u":"diabolic%20contract%20feature_illrigger_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 15; Diabolic Contract feature","uh":"illrigger_illriggerrevised,state:feature=s14-0"},{"id":1097,"c":30,"u":"ability%20score%20improvement_illrigger_illriggerrevised_16_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 16; Ability Score Improvement","uh":"illrigger_illriggerrevised,state:feature=s15-0"},{"id":1099,"c":30,"u":"infernal%20majesty_illrigger_illriggerrevised_17_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 17; Infernal Majesty","uh":"illrigger_illriggerrevised,state:feature=s16-0"},{"id":1101,"c":30,"u":"ability%20score%20improvement_illrigger_illriggerrevised_19_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 19; Ability Score Improvement","uh":"illrigger_illriggerrevised,state:feature=s18-0"},{"id":1103,"c":30,"u":"master%20of%20hell_illrigger_illriggerrevised_20_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Illrigger 20; Master of Hell","uh":"illrigger_illriggerrevised,state:feature=s19-0"},{"id":1105,"c":30,"u":"leadership_captain_tlotrr_1_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 1; Leadership","uh":"captain_tlotrr,state:feature=s0-0"},{"id":1107,"c":30,"u":"craft%20or%20virtue_captain_tlotrr_2_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 2; Craft or Virtue","uh":"captain_tlotrr,state:feature=s1-0"},{"id":1109,"c":30,"u":"fighting%20style_captain_tlotrr_2_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 2; Fighting Style","uh":"captain_tlotrr,state:feature=s1-0"},{"id":1111,"c":30,"u":"captain%20title_captain_tlotrr_3_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 3; Captain Title","uh":"captain_tlotrr,state:feature=s2-0"},{"id":1113,"c":30,"u":"valiant_captain_tlotrr_3_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 3; Valiant","uh":"captain_tlotrr,state:feature=s2-0"},{"id":1115,"c":30,"u":"virtue_captain_tlotrr_4_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 4; Virtue","uh":"captain_tlotrr,state:feature=s3-0"},{"id":1117,"c":30,"u":"extra%20attack_captain_tlotrr_5_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 5; Extra Attack","uh":"captain_tlotrr,state:feature=s4-0"},{"id":1119,"c":30,"u":"aura%20of%20valour_captain_tlotrr_6_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 6; Aura of Valour","uh":"captain_tlotrr,state:feature=s5-0"},{"id":1121,"c":30,"u":"craft%20or%20virtue_captain_tlotrr_6_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 6; Craft or Virtue","uh":"captain_tlotrr,state:feature=s5-0"},{"id":1123,"c":30,"u":"captain%20title%20feature_captain_tlotrr_7_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 7; Captain Title feature","uh":"captain_tlotrr,state:feature=s6-0"},{"id":1125,"c":30,"u":"virtue_captain_tlotrr_8_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 8; Virtue","uh":"captain_tlotrr,state:feature=s7-0"},{"id":1127,"c":30,"u":"aura%20of%20courage_captain_tlotrr_10_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 10; Aura of Courage","uh":"captain_tlotrr,state:feature=s9-0"},{"id":1129,"c":30,"u":"craft%20or%20virtue_captain_tlotrr_10_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Captain 10; Craft or Virtue","uh":"captain_tlotrr,state:feature=s9-0"},{"id":1131,"c":30,"u":"fighting%20style_champion_tlotrr_1_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 1; Fighting Style","uh":"champion_tlotrr,state:feature=s0-0"},{"id":1133,"c":30,"u":"surge%20of%20vigour_champion_tlotrr_1_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 1; Surge of Vigour","uh":"champion_tlotrr,state:feature=s0-0"},{"id":1135,"c":30,"u":"craft%20or%20virtue_champion_tlotrr_2_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 2; Craft or Virtue","uh":"champion_tlotrr,state:feature=s1-0"},{"id":1137,"c":30,"u":"champion%20way_champion_tlotrr_3_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 3; Champion Way","uh":"champion_tlotrr,state:feature=s2-0"},{"id":1139,"c":30,"u":"virtue_champion_tlotrr_4_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 4; Virtue","uh":"champion_tlotrr,state:feature=s3-0"},{"id":1141,"c":30,"u":"extra%20attack_champion_tlotrr_5_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 5; Extra Attack","uh":"champion_tlotrr,state:feature=s4-0"},{"id":1143,"c":30,"u":"craft%20or%20virtue_champion_tlotrr_6_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 6; Craft or Virtue","uh":"champion_tlotrr,state:feature=s5-0"},{"id":1145,"c":30,"u":"champion%20way%20feature_champion_tlotrr_7_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 7; Champion Way feature","uh":"champion_tlotrr,state:feature=s6-0"},{"id":1147,"c":30,"u":"virtue_champion_tlotrr_8_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 8; Virtue","uh":"champion_tlotrr,state:feature=s7-0"},{"id":1149,"c":30,"u":"indomitable_champion_tlotrr_9_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 9; Indomitable","uh":"champion_tlotrr,state:feature=s8-0"},{"id":1151,"c":30,"u":"extra%20attack%20(2)_champion_tlotrr_10_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Champion 10; Extra Attack (2)","uh":"champion_tlotrr,state:feature=s9-0"},{"id":1153,"c":30,"u":"folk-lore_messenger_tlotrr_1_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 1; Folk-Lore","uh":"messenger_tlotrr,state:feature=s0-0"},{"id":1155,"c":30,"u":"tireless%20and%20swift_messenger_tlotrr_1_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 1; Tireless and Swift","uh":"messenger_tlotrr,state:feature=s0-0"},{"id":1157,"c":30,"u":"unarmoured%20defence_messenger_tlotrr_1_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 1; Unarmoured Defence","uh":"messenger_tlotrr,state:feature=s0-0"},{"id":1159,"c":30,"u":"craft%20or%20virtue_messenger_tlotrr_2_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 2; Craft or Virtue","uh":"messenger_tlotrr,state:feature=s1-0"},{"id":1161,"c":30,"u":"sneak%20attack_messenger_tlotrr_2_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 2; Sneak Attack","uh":"messenger_tlotrr,state:feature=s1-0"},{"id":1163,"c":30,"u":"errand%20runner_messenger_tlotrr_3_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 3; Errand Runner","uh":"messenger_tlotrr,state:feature=s2-0"},{"id":1165,"c":30,"u":"messenger%20path_messenger_tlotrr_3_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 3; Messenger Path","uh":"messenger_tlotrr,state:feature=s2-0"},{"id":1167,"c":30,"u":"virtue_messenger_tlotrr_4_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 4; Virtue","uh":"messenger_tlotrr,state:feature=s3-0"},{"id":1169,"c":30,"u":"uncanny%20dodge_messenger_tlotrr_5_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 5; Uncanny Dodge","uh":"messenger_tlotrr,state:feature=s4-0"},{"id":1171,"c":30,"u":"craft%20or%20virtue_messenger_tlotrr_6_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 6; Craft or Virtue","uh":"messenger_tlotrr,state:feature=s5-0"},{"id":1173,"c":30,"u":"tireless%20and%20swift%20improvement_messenger_tlotrr_6_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 6; Tireless and Swift improvement","uh":"messenger_tlotrr,state:feature=s5-0"},{"id":1175,"c":30,"u":"messenger%20path%20feature_messenger_tlotrr_7_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 7; Messenger Path feature","uh":"messenger_tlotrr,state:feature=s6-0"},{"id":1177,"c":30,"u":"virtue_messenger_tlotrr_8_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 8; Virtue","uh":"messenger_tlotrr,state:feature=s7-0"},{"id":1179,"c":30,"u":"craft%20or%20virtue_messenger_tlotrr_10_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 10; Craft or Virtue","uh":"messenger_tlotrr,state:feature=s9-0"},{"id":1181,"c":30,"u":"tireless%20and%20swift%20improvement_messenger_tlotrr_10_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Messenger 10; Tireless and Swift improvement","uh":"messenger_tlotrr,state:feature=s9-0"},{"id":1183,"c":30,"u":"crafts_scholar_tlotrr_1_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 1; Crafts","uh":"scholar_tlotrr,state:feature=s0-0"},{"id":1185,"c":30,"u":"rhymes%20of%20lore_scholar_tlotrr_1_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 1; Rhymes of Lore","uh":"scholar_tlotrr,state:feature=s0-0"},{"id":1187,"c":30,"u":"unarmoured%20defence_scholar_tlotrr_1_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 1; Unarmoured Defence","uh":"scholar_tlotrr,state:feature=s0-0"},{"id":1189,"c":30,"u":"cunning%20mind_scholar_tlotrr_2_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 2; Cunning Mind","uh":"scholar_tlotrr,state:feature=s1-0"},{"id":1191,"c":30,"u":"hands%20of%20a%20healer_scholar_tlotrr_2_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 2; Hands of a Healer","uh":"scholar_tlotrr,state:feature=s1-0"},{"id":1193,"c":30,"u":"expertise_scholar_tlotrr_3_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 3; Expertise","uh":"scholar_tlotrr,state:feature=s2-0"},{"id":1195,"c":30,"u":"scholar%20tradition_scholar_tlotrr_3_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 3; Scholar Tradition","uh":"scholar_tlotrr,state:feature=s2-0"},{"id":1197,"c":30,"u":"virtue_scholar_tlotrr_4_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 4; Virtue","uh":"scholar_tlotrr,state:feature=s3-0"},{"id":1199,"c":30,"u":"rhymes%20of%20lore%20(d8)_scholar_tlotrr_5_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 5; Rhymes of Lore (d8)","uh":"scholar_tlotrr,state:feature=s4-0"},{"id":1201,"c":30,"u":"unending%20rhymes_scholar_tlotrr_5_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 5; Unending Rhymes","uh":"scholar_tlotrr,state:feature=s4-0"},{"id":1203,"c":30,"u":"virtue_scholar_tlotrr_6_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 6; Virtue","uh":"scholar_tlotrr,state:feature=s5-0"},{"id":1205,"c":30,"u":"scholar%20tradition%20feature_scholar_tlotrr_7_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 7; Scholar Tradition feature","uh":"scholar_tlotrr,state:feature=s6-0"},{"id":1207,"c":30,"u":"virtue_scholar_tlotrr_8_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 8; Virtue","uh":"scholar_tlotrr,state:feature=s7-0"},{"id":1209,"c":30,"u":"hands%20of%20a%20healer%20(d8)_scholar_tlotrr_9_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 9; Hands of a Healer (d8)","uh":"scholar_tlotrr,state:feature=s8-0"},{"id":1211,"c":30,"u":"expertise_scholar_tlotrr_10_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 10; Expertise","uh":"scholar_tlotrr,state:feature=s9-0"},{"id":1213,"c":30,"u":"rhymes%20of%20lore%20(d10)_scholar_tlotrr_10_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 10; Rhymes of Lore (d10)","uh":"scholar_tlotrr,state:feature=s9-0"},{"id":1215,"c":30,"u":"unfailing%20rhymes_scholar_tlotrr_10_tlotrr","p":55,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scholar 10; Unfailing Rhymes","uh":"scholar_tlotrr,state:feature=s9-0"},{"id":1217,"c":30,"u":"expertise_treasure%20hunter_tlotrr_1_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 1; Expertise","uh":"treasure%20hunter_tlotrr,state:feature=s0-0"},{"id":1219,"c":30,"u":"sneak%20attack_treasure%20hunter_tlotrr_1_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 1; Sneak Attack","uh":"treasure%20hunter_tlotrr,state:feature=s0-0"},{"id":1221,"c":30,"u":"cunning%20action_treasure%20hunter_tlotrr_2_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 2; Cunning Action","uh":"treasure%20hunter_tlotrr,state:feature=s1-0"},{"id":1223,"c":30,"u":"treasure%20hunter%20speciality_treasure%20hunter_tlotrr_3_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 3; Treasure Hunter Speciality","uh":"treasure%20hunter_tlotrr,state:feature=s2-0"},{"id":1225,"c":30,"u":"virtue_treasure%20hunter_tlotrr_4_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 4; Virtue","uh":"treasure%20hunter_tlotrr,state:feature=s3-0"},{"id":1227,"c":30,"u":"uncanny%20dodge_treasure%20hunter_tlotrr_5_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 5; Uncanny Dodge","uh":"treasure%20hunter_tlotrr,state:feature=s4-0"},{"id":1229,"c":30,"u":"craft%20or%20virtue_treasure%20hunter_tlotrr_6_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 6; Craft or Virtue","uh":"treasure%20hunter_tlotrr,state:feature=s5-0"},{"id":1231,"c":30,"u":"treasure%20hunter%20speciality%20feature_treasure%20hunter_tlotrr_7_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 7; Treasure Hunter Speciality feature","uh":"treasure%20hunter_tlotrr,state:feature=s6-0"},{"id":1233,"c":30,"u":"virtue_treasure%20hunter_tlotrr_8_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 8; Virtue","uh":"treasure%20hunter_tlotrr,state:feature=s7-0"},{"id":1235,"c":30,"u":"expertise_treasure%20hunter_tlotrr_9_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 9; Expertise","uh":"treasure%20hunter_tlotrr,state:feature=s8-0"},{"id":1237,"c":30,"u":"reliable%20talent_treasure%20hunter_tlotrr_10_tlotrr","p":58,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Treasure Hunter 10; Reliable Talent","uh":"treasure%20hunter_tlotrr,state:feature=s9-0"},{"id":1239,"c":30,"u":"shadow-lore_warden_tlotrr_1_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 1; Shadow-Lore","uh":"warden_tlotrr,state:feature=s0-0"},{"id":1241,"c":30,"u":"warded%20lands_warden_tlotrr_1_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 1; Warded Lands","uh":"warden_tlotrr,state:feature=s0-0"},{"id":1243,"c":30,"u":"craft%20or%20virtue_warden_tlotrr_2_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 2; Craft or Virtue","uh":"warden_tlotrr,state:feature=s1-0"},{"id":1245,"c":30,"u":"fighting%20style_warden_tlotrr_2_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 2; Fighting Style","uh":"warden_tlotrr,state:feature=s1-0"},{"id":1247,"c":30,"u":"rumour%20of%20the%20earth_warden_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 3; Rumour of the Earth","uh":"warden_tlotrr,state:feature=s2-0"},{"id":1249,"c":30,"u":"warden%20oath_warden_tlotrr_3_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 3; Warden Oath","uh":"warden_tlotrr,state:feature=s2-0"},{"id":1251,"c":30,"u":"virtue_warden_tlotrr_4_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 4; Virtue","uh":"warden_tlotrr,state:feature=s3-0"},{"id":1253,"c":30,"u":"warded%20lands%20improvement_warden_tlotrr_4_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 4; Warded Lands improvement","uh":"warden_tlotrr,state:feature=s3-0"},{"id":1255,"c":30,"u":"extra%20attack_warden_tlotrr_5_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 5; Extra Attack","uh":"warden_tlotrr,state:feature=s4-0"},{"id":1257,"c":30,"u":"craft%20or%20virtue_warden_tlotrr_6_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 6; Craft or Virtue","uh":"warden_tlotrr,state:feature=s5-0"},{"id":1259,"c":30,"u":"shadow-lore%20improvement_warden_tlotrr_6_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 6; Shadow-Lore improvement","uh":"warden_tlotrr,state:feature=s5-0"},{"id":1261,"c":30,"u":"warded%20lands%20improvement_warden_tlotrr_6_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 6; Warded Lands improvement","uh":"warden_tlotrr,state:feature=s5-0"},{"id":1263,"c":30,"u":"warden%20oath%20feature_warden_tlotrr_7_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 7; Warden Oath feature","uh":"warden_tlotrr,state:feature=s6-0"},{"id":1265,"c":30,"u":"virtue_warden_tlotrr_8_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 8; Virtue","uh":"warden_tlotrr,state:feature=s7-0"},{"id":1267,"c":30,"u":"warded%20lands%20improvement_warden_tlotrr_8_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 8; Warded Lands improvement","uh":"warden_tlotrr,state:feature=s7-0"},{"id":1269,"c":30,"u":"long%20stride_warden_tlotrr_9_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 9; Long Stride","uh":"warden_tlotrr,state:feature=s8-0"},{"id":1271,"c":30,"u":"craft%20or%20virtue_warden_tlotrr_10_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 10; Craft or Virtue","uh":"warden_tlotrr,state:feature=s9-0"},{"id":1273,"c":30,"u":"shadow-lore%20improvement_warden_tlotrr_10_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 10; Shadow-Lore improvement","uh":"warden_tlotrr,state:feature=s9-0"},{"id":1275,"c":30,"u":"warded%20lands%20improvement_warden_tlotrr_10_tlotrr","p":61,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warden 10; Warded Lands improvement","uh":"warden_tlotrr,state:feature=s9-0"},{"id":1277,"c":41,"u":"shadow%20gnawer_barbarian_phb_shadow%20gnawer_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gnawer Barbarian 3; Shadow Gnawer","uh":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1~feature=s2-0"},{"id":1279,"c":41,"u":"shadow%20smoke_barbarian_phb_shadow%20gnawer_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gnawer Barbarian 3; Shadow Smoke","uh":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1~feature=s2-0"},{"id":1281,"c":41,"u":"creeping%20fog_barbarian_phb_shadow%20gnawer_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gnawer Barbarian 6; Creeping Fog","uh":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1~feature=s5-0"},{"id":1283,"c":41,"u":"consume%20darkness_barbarian_phb_shadow%20gnawer_bookofebontides_10_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gnawer Barbarian 10; Consume Darkness","uh":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1~feature=s9-0"},{"id":1285,"c":41,"u":"corrosive%20haze_barbarian_phb_shadow%20gnawer_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Gnawer Barbarian 14; Corrosive Haze","uh":"barbarian_phb,state:sub-shadow-gnawer-bookofebontides=b1~feature=s13-0"},{"id":1287,"c":41,"u":"college%20of%20shadow_bard_phb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Bard 3; College of Shadow","uh":"bard_phb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1289,"c":41,"u":"dancing%20shadows_bard_phb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Bard 3; Dancing Shadows","uh":"bard_phb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1291,"c":41,"u":"fear%20of%20the%20dark_bard_phb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Bard 3; Fear of the Dark","uh":"bard_phb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1293,"c":41,"u":"shade%20step_bard_phb_shadow_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Bard 6; Shade Step","uh":"bard_phb,state:sub-shadow-bookofebontides=b1~feature=s5-0"},{"id":1295,"c":41,"u":"night%20music_bard_phb_shadow_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Bard 14; Night Music","uh":"bard_phb,state:sub-shadow-bookofebontides=b1~feature=s13-0"},{"id":1297,"c":41,"u":"keeper%20domain_cleric_phb_keeper_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 1; Keeper Domain","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s0-0"},{"id":1299,"c":41,"u":"blessed%20chosen_cleric_phb_keeper_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 1; Blessed Chosen","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s0-0"},{"id":1301,"c":41,"u":"bonus%20proficiencies_cleric_phb_keeper_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s0-0"},{"id":1303,"c":41,"u":"channel%20divinity%3a%20divine%20initiative_cleric_phb_keeper_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 2; Channel Divinity: Divine Initiative","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s1-0"},{"id":1305,"c":41,"u":"fighting%20pit_cleric_phb_keeper_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 6; Fighting Pit","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s5-0"},{"id":1307,"c":41,"u":"hobbling%20strike_cleric_phb_keeper_bookofebontides_8_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 8; Hobbling Strike","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s7-0"},{"id":1309,"c":41,"u":"duty%20over%20death_cleric_phb_keeper_bookofebontides_17_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 17; Duty Over Death","uh":"cleric_phb,state:sub-keeper-bookofebontides=b1~feature=s16-0"},{"id":1311,"c":41,"u":"shadow%20domain_cleric_phb_shadow_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 1; Shadow Domain","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s0-0"},{"id":1313,"c":41,"u":"cover%20of%20night_cleric_phb_shadow_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 1; Cover of Night","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s0-0"},{"id":1315,"c":41,"u":"lengthen%20shadow_cleric_phb_shadow_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 1; Lengthen Shadow","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s0-0"},{"id":1317,"c":41,"u":"channel%20divinity%3a%20shadow%20grasp_cleric_phb_shadow_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 2; Channel Divinity: Shadow Grasp","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s1-0"},{"id":1319,"c":41,"u":"fade%20to%20black_cleric_phb_shadow_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 6; Fade to Black","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s5-0"},{"id":1321,"c":41,"u":"potent%20spellcasting_cleric_phb_shadow_bookofebontides_8_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s7-0"},{"id":1323,"c":41,"u":"army%20of%20shadow_cleric_phb_shadow_bookofebontides_17_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 17; Army of Shadow","uh":"cleric_phb,state:sub-shadow-bookofebontides=b1~feature=s16-0"},{"id":1325,"c":41,"u":"circle%20of%20shadows_druid_phb_shadows_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 2; Circle of Shadows","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s1-0"},{"id":1327,"c":41,"u":"circle%20spells_druid_phb_shadows_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 2; Circle Spells","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s1-0"},{"id":1329,"c":41,"u":"umbral%20form_druid_phb_shadows_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 2; Umbral Form","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s1-0"},{"id":1331,"c":41,"u":"dark%20servant_druid_phb_shadows_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 6; Dark Servant","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s5-0"},{"id":1333,"c":41,"u":"shadow%20mass_druid_phb_shadows_bookofebontides_10_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 10; Shadow Mass","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s9-0"},{"id":1335,"c":41,"u":"darkness%20falls_druid_phb_shadows_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 14; Darkness Falls","uh":"druid_phb,state:sub-shadows-bookofebontides=b1~feature=s13-0"},{"id":1337,"c":41,"u":"way%20of%20the%20prophet_monk_phb_prophet_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 2; Way of the Prophet","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s1-0"},{"id":1339,"c":41,"u":"charming%20aura_monk_phb_prophet_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 2; Charming Aura","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s1-0"},{"id":1341,"c":41,"u":"wise%20words_monk_phb_prophet_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 2; Wise Words","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s1-0"},{"id":1343,"c":41,"u":"righteous%20strike_monk_phb_prophet_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 6; Righteous Strike","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s5-0"},{"id":1345,"c":41,"u":"blessed%20chosen_monk_phb_prophet_bookofebontides_11_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 11; Blessed Chosen","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s10-0"},{"id":1347,"c":41,"u":"force%20of%20personality_monk_phb_prophet_bookofebontides_17_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 17; Force of Personality","uh":"monk_phb,state:sub-prophet-bookofebontides=b1~feature=s16-0"},{"id":1349,"c":41,"u":"umbral%20binder_rogue_phb_umbral%20binder_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 3; Umbral Binder","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s2-0"},{"id":1351,"c":41,"u":"eyes%20in%20the%20dark_rogue_phb_umbral%20binder_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 3; Eyes In the Dark","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s2-0"},{"id":1353,"c":41,"u":"shadow%20bind_rogue_phb_umbral%20binder_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 3; Shadow Bind","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s2-0"},{"id":1355,"c":41,"u":"cloaked%20dagger_rogue_phb_umbral%20binder_bookofebontides_9_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 9; Cloaked Dagger","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s8-0"},{"id":1357,"c":41,"u":"black%20magic_rogue_phb_umbral%20binder_bookofebontides_13_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 13; Black Magic","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s12-0"},{"id":1359,"c":41,"u":"shadow%20grasp_rogue_phb_umbral%20binder_bookofebontides_17_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Binder Rogue 17; Shadow Grasp","uh":"rogue_phb,state:sub-umbral-binder-bookofebontides=b1~feature=s16-0"},{"id":1361,"c":41,"u":"flickering%20aura_sorcerer_phb_light%20weaver_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 1; Flickering Aura","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s0-0"},{"id":1363,"c":41,"u":"trick%20of%20the%20light_sorcerer_phb_light%20weaver_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 1; Trick of the Light","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s0-0"},{"id":1365,"c":41,"u":"light%20weaver%20sorcerous%20origin_sorcerer_phb_light%20weaver_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 1; Light Weaver Sorcerous Origin","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s0-0"},{"id":1367,"c":41,"u":"refraction%20shield_sorcerer_phb_light%20weaver_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 6; Refraction Shield","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s5-0"},{"id":1369,"c":41,"u":"aura%20magnification_sorcerer_phb_light%20weaver_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 14; Aura Magnification","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s13-0"},{"id":1371,"c":41,"u":"spell%20blind_sorcerer_phb_light%20weaver_bookofebontides_18_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 18; Spell Blind","uh":"sorcerer_phb,state:sub-light-weaver-bookofebontides=b1~feature=s17-0"},{"id":1373,"c":41,"u":"mother%20of%20sorrows_warlock_phb_mother%20of%20sorrows_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 1; Mother of Sorrows","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s0-0"},{"id":1375,"c":41,"u":"poison%20soul_warlock_phb_mother%20of%20sorrows_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 1; Poison Soul","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s0-0"},{"id":1377,"c":41,"u":"venomous%20mark_warlock_phb_mother%20of%20sorrows_bookofebontides_1_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 1; Venomous Mark","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s0-0"},{"id":1379,"c":41,"u":"sickening%20revenge_warlock_phb_mother%20of%20sorrows_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 6; Sickening Revenge","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s5-0"},{"id":1381,"c":41,"u":"dark%20inoculation_warlock_phb_mother%20of%20sorrows_bookofebontides_10_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 10; Dark Inoculation","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s9-0"},{"id":1383,"c":41,"u":"touch%20of%20sorrow_warlock_phb_mother%20of%20sorrows_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 14; Touch of Sorrow","uh":"warlock_phb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s13-0"},{"id":1385,"c":41,"u":"shadow%20arcane%20tradition_wizard_phb_shadow_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 2; Shadow Arcane Tradition","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s1-0"},{"id":1387,"c":41,"u":"dark%20transfusion_wizard_phb_shadow_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 2; Dark Transfusion","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s1-0"},{"id":1389,"c":41,"u":"shadow%20symbiote_wizard_phb_shadow_bookofebontides_2_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 2; Shadow Symbiote","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s1-0"},{"id":1391,"c":41,"u":"orb%20of%20night_wizard_phb_shadow_bookofebontides_6_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 6; Orb of Night","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s5-0"},{"id":1393,"c":41,"u":"from%20the%20shadows_wizard_phb_shadow_bookofebontides_10_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 10; From the Shadows","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s9-0"},{"id":1395,"c":41,"u":"second%20skin_wizard_phb_shadow_bookofebontides_14_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 14; Second Skin","uh":"wizard_phb,state:sub-shadow-bookofebontides=b1~feature=s13-0"},{"id":1397,"c":41,"u":"circle%20of%20shadows_druid_xphb_shadows_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadows Druid 3; Circle of Shadows","uh":"druid_xphb,state:sub-shadows-bookofebontides=b1~feature=s2-0"},{"id":1399,"c":41,"u":"keeper%20domain_cleric_xphb_keeper_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 3; Keeper Domain","uh":"cleric_xphb,state:sub-keeper-bookofebontides=b1~feature=s2-0"},{"id":1401,"c":41,"u":"channel%20divinity%3a%20divine%20initiative_cleric_xphb_keeper_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Keeper Cleric 3; Channel Divinity: Divine Initiative","uh":"cleric_xphb,state:sub-keeper-bookofebontides=b1~feature=s2-0"},{"id":1403,"c":41,"u":"light%20weaver%20sorcerous%20origin_sorcerer_xphb_light%20weaver_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Light Weaver Sorcerer 3; Light Weaver Sorcerous Origin","uh":"sorcerer_xphb,state:sub-light-weaver-bookofebontides=b1~feature=s2-0"},{"id":1405,"c":41,"u":"mother%20of%20sorrows_warlock_xphb_mother%20of%20sorrows_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Mother of Sorrows Warlock 3; Mother of Sorrows","uh":"warlock_xphb,state:sub-mother-of-sorrows-bookofebontides=b1~feature=s2-0"},{"id":1407,"c":41,"u":"shadow%20arcane%20tradition_wizard_xphb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Wizard 3; Shadow Arcane Tradition","uh":"wizard_xphb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1409,"c":41,"u":"shadow%20domain_cleric_xphb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 3; Shadow Domain","uh":"cleric_xphb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1411,"c":41,"u":"channel%20divinity%3a%20shadow%20grasp_cleric_xphb_shadow_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Cleric 3; Channel Divinity: Shadow Grasp","uh":"cleric_xphb,state:sub-shadow-bookofebontides=b1~feature=s2-0"},{"id":1413,"c":41,"u":"way%20of%20the%20prophet_monk_xphb_prophet_bookofebontides_3_bookofebontides","s":"BookOfEbonTides","h":1,"dP":1,"sA":0,"sF":0,"n":"Prophet Monk 3; Way of the Prophet","uh":"monk_xphb,state:sub-prophet-bookofebontides=b1~feature=s2-0"},{"id":1415,"c":41,"u":"path%20of%20the%20carrion%20raven_barbarian_phb_carrion%20raven_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Carrion Raven Barbarian 3; Path of the Carrion Raven","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s2-0"},{"id":1417,"c":41,"u":"martial%20maneuvers_barbarian_phb_carrion%20raven_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Carrion Raven Barbarian 3; Martial Maneuvers","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s2-0"},{"id":1419,"c":41,"u":"carrion%20raven%20maneuvers_barbarian_phb_carrion%20raven_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Carrion Raven Barbarian 3; Carrion Raven Maneuvers","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s2-0"},{"id":1421,"c":41,"u":"feral%20celerity_barbarian_phb_carrion%20raven_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Carrion Raven Barbarian 3; Feral Celerity","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s2-0"},{"id":1423,"c":41,"u":"raven's%20spirit_barbarian_phb_carrion%20raven_grimhollowplayerpack_6_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Carrion Raven Barbarian 6; Raven's Spirit","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s5-0"},{"id":1425,"c":41,"u":"ferocious%20rage_barbarian_phb_carrion%20raven_grimhollowplayerpack_10_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Carrion Raven Barbarian 10; Ferocious Rage","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s9-0"},{"id":1427,"c":41,"u":"violent%20hunger_barbarian_phb_carrion%20raven_grimhollowplayerpack_14_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Carrion Raven Barbarian 14; Violent Hunger","uh":"barbarian_phb,state:sub-carrion-raven-grimhollowplayerpack=b1~feature=s13-0"},{"id":1429,"c":41,"u":"college%20of%20requiems_bard_phb_requiems_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Requiems Bard 3; College of Requiems","uh":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1~feature=s2-0"},{"id":1431,"c":41,"u":"chilling%20melody_bard_phb_requiems_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Requiems Bard 3; Chilling Melody","uh":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1~feature=s2-0"},{"id":1433,"c":41,"u":"pluck%20the%20heartstrings_bard_phb_requiems_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Requiems Bard 3; Pluck the Heartstrings","uh":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1~feature=s2-0"},{"id":1435,"c":41,"u":"stir%20the%20bones_bard_phb_requiems_grimhollowplayerpack_6_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Requiems Bard 6; Stir the Bones","uh":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1~feature=s5-0"},{"id":1437,"c":41,"u":"dance%20of%20the%20dead_bard_phb_requiems_grimhollowplayerpack_14_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Requiems Bard 14; Dance of the Dead","uh":"bard_phb,state:sub-requiems-grimhollowplayerpack=b1~feature=s13-0"},{"id":1439,"c":41,"u":"inquisition%20domain_cleric_phb_inquisition_grimhollowplayerpack_1_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Inquisition Cleric 1; Inquisition Domain","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s0-0"},{"id":1441,"c":41,"u":"bonus%20proficiencies_cleric_phb_inquisition_grimhollowplayerpack_1_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Inquisition Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s0-0"},{"id":1443,"c":41,"u":"witch%20hunter's%20strike_cleric_phb_inquisition_grimhollowplayerpack_1_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Inquisition Cleric 1; Witch Hunter's Strike","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s0-0"},{"id":1445,"c":41,"u":"channel%20divinity%3a%20spell%20shield_cleric_phb_inquisition_grimhollowplayerpack_2_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Inquisition Cleric 2; Channel Divinity: Spell Shield","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s1-0"},{"id":1447,"c":41,"u":"rebuke%20invoker_cleric_phb_inquisition_grimhollowplayerpack_6_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Inquisition Cleric 6; Rebuke Invoker","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s5-0"},{"id":1449,"c":41,"u":"divine%20strike_cleric_phb_inquisition_grimhollowplayerpack_8_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Inquisition Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s7-0"},{"id":1451,"c":41,"u":"supernal%20safeguard_cleric_phb_inquisition_grimhollowplayerpack_17_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Inquisition Cleric 17; Supernal Safeguard","uh":"cleric_phb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s16-0"},{"id":1453,"c":41,"u":"blade%20breaker_fighter_phb_blade%20breaker_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Blade Breaker Fighter 3; Blade Breaker","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s2-0"},{"id":1455,"c":41,"u":"martial%20maneuvers_fighter_phb_blade%20breaker_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Blade Breaker Fighter 3; Martial Maneuvers","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s2-0"},{"id":1457,"c":41,"u":"blade%20breaker%20maneuvers_fighter_phb_blade%20breaker_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Blade Breaker Fighter 3; Blade Breaker Maneuvers","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s2-0"},{"id":1459,"c":41,"u":"stance%20of%20the%20blade%20breaker_fighter_phb_blade%20breaker_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Blade Breaker Fighter 3; Stance of the Blade Breaker","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s2-0"},{"id":1461,"c":41,"u":"unyielding%20determination_fighter_phb_blade%20breaker_grimhollowplayerpack_7_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Blade Breaker Fighter 7; Unyielding Determination","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s6-0"},{"id":1463,"c":41,"u":"breaker%20of%20minds_fighter_phb_blade%20breaker_grimhollowplayerpack_10_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Blade Breaker Fighter 10; Breaker of Minds","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s9-0"},{"id":1465,"c":41,"u":"adrenaline%20rush_fighter_phb_blade%20breaker_grimhollowplayerpack_15_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Blade Breaker Fighter 15; Adrenaline Rush","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s14-0"},{"id":1467,"c":41,"u":"blooded%20clarity_fighter_phb_blade%20breaker_grimhollowplayerpack_18_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Blade Breaker Fighter 18; Blooded Clarity","uh":"fighter_phb,state:sub-blade-breaker-grimhollowplayerpack=b1~feature=s17-0"},{"id":1469,"c":41,"u":"oath%20of%20zeal_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Zeal Paladin 3; Oath of Zeal","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1471,"c":41,"u":"tenets%20of%20zeal_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Zeal Paladin 3; Tenets of Zeal","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1473,"c":41,"u":"oath%20of%20zeal%20spells_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Zeal Paladin 3; Oath of Zeal Spells","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1475,"c":41,"u":"channel%20divinity_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Zeal Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1477,"c":41,"u":"mark%20of%20the%20heretic_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Zeal Paladin 3; Mark of the Heretic","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1479,"c":41,"u":"inquisitor's%20eye_paladin_phb_zeal_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Zeal Paladin 3; Inquisitor's Eye","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s2-0"},{"id":1481,"c":41,"u":"aura%20of%20clarity_paladin_phb_zeal_grimhollowplayerpack_7_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Zeal Paladin 7; Aura of Clarity","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s6-0"},{"id":1483,"c":41,"u":"compel%20confession_paladin_phb_zeal_grimhollowplayerpack_15_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Zeal Paladin 15; Compel Confession","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s14-0"},{"id":1485,"c":41,"u":"apocalyptic%20revelation_paladin_phb_zeal_grimhollowplayerpack_20_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Zeal Paladin 20; Apocalyptic Revelation","uh":"paladin_phb,state:sub-zeal-grimhollowplayerpack=b1~feature=s19-0"},{"id":1487,"c":41,"u":"misfortune%20bringer_rogue_phb_misfortune_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Misfortune Rogue 3; Misfortune Bringer","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s2-0"},{"id":1489,"c":41,"u":"evil%20eye_rogue_phb_misfortune_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Misfortune Rogue 3; Evil Eye","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s2-0"},{"id":1491,"c":41,"u":"misfortunist_rogue_phb_misfortune_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Misfortune Rogue 3; Misfortunist","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s2-0"},{"id":1493,"c":41,"u":"misfortunes_rogue_phb_misfortune_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Misfortune Rogue 3; Misfortunes","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s2-0"},{"id":1495,"c":41,"u":"steal%20luck_rogue_phb_misfortune_grimhollowplayerpack_9_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Misfortune Rogue 9; Steal Luck","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s8-0"},{"id":1497,"c":41,"u":"curse%20caster_rogue_phb_misfortune_grimhollowplayerpack_13_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Misfortune Rogue 13; Curse Caster","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s12-0"},{"id":1499,"c":41,"u":"improved%20steal%20luck_rogue_phb_misfortune_grimhollowplayerpack_17_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Misfortune Rogue 17; Improved Steal Luck","uh":"rogue_phb,state:sub-misfortune-grimhollowplayerpack=b1~feature=s16-0"},{"id":1501,"c":41,"u":"inquisition%20domain_cleric_xphb_inquisition_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Inquisition Cleric 3; Inquisition Domain","uh":"cleric_xphb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s2-0"},{"id":1503,"c":41,"u":"channel%20divinity%3a%20spell%20shield_cleric_xphb_inquisition_grimhollowplayerpack_3_grimhollowplayerpack","s":"GrimHollowPlayerPack","h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Inquisition Cleric 3; Channel Divinity: Spell Shield","uh":"cleric_xphb,state:sub-inquisition-grimhollowplayerpack=b1~feature=s2-0"},{"id":1505,"c":41,"u":"college%20of%20the%20road_bard_phb_road_humblewoodcampaignsetting_3_humblewoodcampaignsetting","p":36,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Road Bard 3; College of the Road","uh":"bard_phb,state:sub-road-humblewoodcampaignsetting=b1~feature=s2-0"},{"id":1507,"c":41,"u":"favorite%20trick_bard_phb_road_humblewoodcampaignsetting_6_humblewoodcampaignsetting","p":36,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Road Bard 6; Favorite Trick","uh":"bard_phb,state:sub-road-humblewoodcampaignsetting=b1~feature=s5-0"},{"id":1509,"c":41,"u":"improved%20tricks_bard_phb_road_humblewoodcampaignsetting_6_humblewoodcampaignsetting","p":36,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Road Bard 6; Improved Tricks","uh":"bard_phb,state:sub-road-humblewoodcampaignsetting=b1~feature=s5-0"},{"id":1511,"c":41,"u":"traveler's%20tricks_bard_phb_road_humblewoodcampaignsetting_6_humblewoodcampaignsetting","p":36,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Road Bard 6; Traveler's Tricks","uh":"bard_phb,state:sub-road-humblewoodcampaignsetting=b1~feature=s5-0"},{"id":1513,"c":41,"u":"favorite%20trick_bard_phb_road_humblewoodcampaignsetting_14_humblewoodcampaignsetting","p":36,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Road Bard 14; Favorite Trick","uh":"bard_phb,state:sub-road-humblewoodcampaignsetting=b1~feature=s13-0"},{"id":1515,"c":41,"u":"improved%20tricks_bard_phb_road_humblewoodcampaignsetting_14_humblewoodcampaignsetting","p":36,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Road Bard 14; Improved Tricks","uh":"bard_phb,state:sub-road-humblewoodcampaignsetting=b1~feature=s13-0"},{"id":1517,"c":41,"u":"traveler's%20tricks_bard_phb_road_humblewoodcampaignsetting_14_humblewoodcampaignsetting","p":36,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Road Bard 14; Traveler's Tricks","uh":"bard_phb,state:sub-road-humblewoodcampaignsetting=b1~feature=s13-0"},{"id":1519,"c":41,"u":"community%20domain_cleric_phb_community_humblewoodcampaignsetting_1_humblewoodcampaignsetting","p":39,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Community Cleric 1; Community Domain","uh":"cleric_phb,state:sub-community-humblewoodcampaignsetting=b1~feature=s0-0"},{"id":1521,"c":41,"u":"blessing%20of%20the%20hearth_cleric_phb_community_humblewoodcampaignsetting_1_humblewoodcampaignsetting","p":39,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Community Cleric 1; Blessing of the Hearth","uh":"cleric_phb,state:sub-community-humblewoodcampaignsetting=b1~feature=s0-0"},{"id":1523,"c":41,"u":"channel%20divinity%3a%20magnificent%20feast_cleric_phb_community_humblewoodcampaignsetting_2_humblewoodcampaignsetting","p":39,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Community Cleric 2; Channel Divinity: Magnificent Feast","uh":"cleric_phb,state:sub-community-humblewoodcampaignsetting=b1~feature=s1-0"},{"id":1525,"c":41,"u":"channel%20divinity%3a%20community%20watch_cleric_phb_community_humblewoodcampaignsetting_6_humblewoodcampaignsetting","p":39,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Community Cleric 6; Channel Divinity: Community Watch","uh":"cleric_phb,state:sub-community-humblewoodcampaignsetting=b1~feature=s5-0"},{"id":1527,"c":41,"u":"divine%20strike_cleric_phb_community_humblewoodcampaignsetting_8_humblewoodcampaignsetting","p":39,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Community Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-community-humblewoodcampaignsetting=b1~feature=s7-0"},{"id":1529,"c":41,"u":"paragon%20of%20the%20people_cleric_phb_community_humblewoodcampaignsetting_17_humblewoodcampaignsetting","p":39,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Community Cleric 17; Paragon of the People","uh":"cleric_phb,state:sub-community-humblewoodcampaignsetting=b1~feature=s16-0"},{"id":1531,"c":41,"u":"night%20domain_cleric_phb_night_humblewoodcampaignsetting_1_humblewoodcampaignsetting","p":40,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Night Cleric 1; Night Domain","uh":"cleric_phb,state:sub-night-humblewoodcampaignsetting=b1~feature=s0-0"},{"id":1533,"c":41,"u":"eye%20of%20twilight_cleric_phb_night_humblewoodcampaignsetting_1_humblewoodcampaignsetting","p":40,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Night Cleric 1; Eye of Twilight","uh":"cleric_phb,state:sub-night-humblewoodcampaignsetting=b1~feature=s0-0"},{"id":1535,"c":41,"u":"ward%20of%20shadows_cleric_phb_night_humblewoodcampaignsetting_1_humblewoodcampaignsetting","p":40,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Night Cleric 1; Ward of Shadows","uh":"cleric_phb,state:sub-night-humblewoodcampaignsetting=b1~feature=s0-0"},{"id":1537,"c":41,"u":"channel%20divinity%3a%20invocation%20of%20night_cleric_phb_night_humblewoodcampaignsetting_2_humblewoodcampaignsetting","p":40,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Night Cleric 2; Channel Divinity: Invocation of Night","uh":"cleric_phb,state:sub-night-humblewoodcampaignsetting=b1~feature=s1-0"},{"id":1539,"c":41,"u":"improved%20ward_cleric_phb_night_humblewoodcampaignsetting_6_humblewoodcampaignsetting","p":40,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Night Cleric 6; Improved Ward","uh":"cleric_phb,state:sub-night-humblewoodcampaignsetting=b1~feature=s5-0"},{"id":1541,"c":41,"u":"veil%20of%20dreams_cleric_phb_night_humblewoodcampaignsetting_8_humblewoodcampaignsetting","p":40,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Night Cleric 8; Veil of Dreams","uh":"cleric_phb,state:sub-night-humblewoodcampaignsetting=b1~feature=s7-0"},{"id":1543,"c":41,"u":"creature%20of%20the%20night_cleric_phb_night_humblewoodcampaignsetting_17_humblewoodcampaignsetting","p":40,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Night Cleric 17; Creature of the Night","uh":"cleric_phb,state:sub-night-humblewoodcampaignsetting=b1~feature=s16-0"},{"id":1545,"c":41,"u":"scofflaw_fighter_phb_scofflaw_humblewoodcampaignsetting_3_humblewoodcampaignsetting","p":41,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Scofflaw Fighter 3; Scofflaw","uh":"fighter_phb,state:sub-scofflaw-humblewoodcampaignsetting=b1~feature=s2-0"},{"id":1547,"c":41,"u":"bonus%20proficiency_fighter_phb_scofflaw_humblewoodcampaignsetting_3_humblewoodcampaignsetting","p":41,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Scofflaw Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-scofflaw-humblewoodcampaignsetting=b1~feature=s2-0"},{"id":1549,"c":41,"u":"brutal%20brawler_fighter_phb_scofflaw_humblewoodcampaignsetting_3_humblewoodcampaignsetting","p":41,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Scofflaw Fighter 3; Brutal Brawler","uh":"fighter_phb,state:sub-scofflaw-humblewoodcampaignsetting=b1~feature=s2-0"},{"id":1551,"c":41,"u":"intimidating%20banter_fighter_phb_scofflaw_humblewoodcampaignsetting_3_humblewoodcampaignsetting","p":41,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Scofflaw Fighter 3; Intimidating Banter","uh":"fighter_phb,state:sub-scofflaw-humblewoodcampaignsetting=b1~feature=s2-0"},{"id":1553,"c":41,"u":"misdirection_fighter_phb_scofflaw_humblewoodcampaignsetting_7_humblewoodcampaignsetting","p":41,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Scofflaw Fighter 7; Misdirection","uh":"fighter_phb,state:sub-scofflaw-humblewoodcampaignsetting=b1~feature=s6-0"},{"id":1555,"c":41,"u":"blindside_fighter_phb_scofflaw_humblewoodcampaignsetting_10_humblewoodcampaignsetting","p":41,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Scofflaw Fighter 10; Blindside","uh":"fighter_phb,state:sub-scofflaw-humblewoodcampaignsetting=b1~feature=s9-0"},{"id":1557,"c":41,"u":"infamy_fighter_phb_scofflaw_humblewoodcampaignsetting_15_humblewoodcampaignsetting","p":41,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Scofflaw Fighter 15; Infamy","uh":"fighter_phb,state:sub-scofflaw-humblewoodcampaignsetting=b1~feature=s14-0"},{"id":1559,"c":41,"u":"two%20for%20flinching_fighter_phb_scofflaw_humblewoodcampaignsetting_18_humblewoodcampaignsetting","p":41,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Scofflaw Fighter 18; Two For Flinching","uh":"fighter_phb,state:sub-scofflaw-humblewoodcampaignsetting=b1~feature=s17-0"},{"id":1561,"c":41,"u":"channel%20divinity%3a%20magnificent%20feast_cleric_xphb_community_humblewoodcampaignsetting_3_humblewoodcampaignsetting","p":39,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Community Cleric 3; Channel Divinity: Magnificent Feast","uh":"cleric_xphb,state:sub-community-humblewoodcampaignsetting=b1~feature=s2-0"},{"id":1563,"c":41,"u":"community%20domain_cleric_xphb_community_humblewoodcampaignsetting_3_humblewoodcampaignsetting","p":39,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Community Cleric 3; Community Domain","uh":"cleric_xphb,state:sub-community-humblewoodcampaignsetting=b1~feature=s2-0"},{"id":1565,"c":41,"u":"channel%20divinity%3a%20invocation%20of%20night_cleric_xphb_night_humblewoodcampaignsetting_3_humblewoodcampaignsetting","p":40,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Night Cleric 3; Channel Divinity: Invocation of Night","uh":"cleric_xphb,state:sub-night-humblewoodcampaignsetting=b1~feature=s2-0"},{"id":1567,"c":41,"u":"night%20domain_cleric_xphb_night_humblewoodcampaignsetting_3_humblewoodcampaignsetting","p":40,"s":"HumblewoodCampaignSetting","h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Night Cleric 3; Night Domain","uh":"cleric_xphb,state:sub-night-humblewoodcampaignsetting=b1~feature=s2-0"},{"id":1569,"c":41,"u":"path%20of%20the%20infernal_barbarian_phb_infernal_griffonssaddlebag2_3_griffonssaddlebag2","p":209,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Infernal Barbarian 3; Path of the Infernal","uh":"barbarian_phb,state:sub-infernal-griffonssaddlebag2=b1~feature=s2-0"},{"id":1571,"c":41,"u":"hellborn_barbarian_phb_infernal_griffonssaddlebag2_3_griffonssaddlebag2","p":209,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Infernal Barbarian 3; Hellborn","uh":"barbarian_phb,state:sub-infernal-griffonssaddlebag2=b1~feature=s2-0"},{"id":1573,"c":41,"u":"hellfire%20claw_barbarian_phb_infernal_griffonssaddlebag2_3_griffonssaddlebag2","p":209,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Infernal Barbarian 3; Hellfire Claw","uh":"barbarian_phb,state:sub-infernal-griffonssaddlebag2=b1~feature=s2-0"},{"id":1575,"c":41,"u":"infernal%20warrior_barbarian_phb_infernal_griffonssaddlebag2_6_griffonssaddlebag2","p":209,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Infernal Barbarian 6; Infernal Warrior","uh":"barbarian_phb,state:sub-infernal-griffonssaddlebag2=b1~feature=s5-0"},{"id":1577,"c":41,"u":"planar%20conspirator_barbarian_phb_infernal_griffonssaddlebag2_10_griffonssaddlebag2","p":209,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Infernal Barbarian 10; Planar Conspirator","uh":"barbarian_phb,state:sub-infernal-griffonssaddlebag2=b1~feature=s9-0"},{"id":1579,"c":41,"u":"incinerating%20wrath_barbarian_phb_infernal_griffonssaddlebag2_14_griffonssaddlebag2","p":209,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Infernal Barbarian 14; Incinerating Wrath","uh":"barbarian_phb,state:sub-infernal-griffonssaddlebag2=b1~feature=s13-0"},{"id":1581,"c":41,"u":"college%20of%20mercantile_bard_phb_mercantile_griffonssaddlebag2_3_griffonssaddlebag2","p":210,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mercantile Bard 3; College of Mercantile","uh":"bard_phb,state:sub-mercantile-griffonssaddlebag2=b1~feature=s2-0"},{"id":1583,"c":41,"u":"coin%20flip_bard_phb_mercantile_griffonssaddlebag2_3_griffonssaddlebag2","p":210,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mercantile Bard 3; Coin Flip","uh":"bard_phb,state:sub-mercantile-griffonssaddlebag2=b1~feature=s2-0"},{"id":1585,"c":41,"u":"magic%20coin_bard_phb_mercantile_griffonssaddlebag2_3_griffonssaddlebag2","p":210,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mercantile Bard 3; Magic Coin","uh":"bard_phb,state:sub-mercantile-griffonssaddlebag2=b1~feature=s2-0"},{"id":1587,"c":41,"u":"money%20talks_bard_phb_mercantile_griffonssaddlebag2_6_griffonssaddlebag2","p":211,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mercantile Bard 6; Money Talks","uh":"bard_phb,state:sub-mercantile-griffonssaddlebag2=b1~feature=s5-0"},{"id":1589,"c":41,"u":"shrewd%20consumer_bard_phb_mercantile_griffonssaddlebag2_14_griffonssaddlebag2","p":211,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mercantile Bard 14; Shrewd Consumer","uh":"bard_phb,state:sub-mercantile-griffonssaddlebag2=b1~feature=s13-0"},{"id":1591,"c":41,"u":"festus%20domain_cleric_phb_festus_griffonssaddlebag2_1_griffonssaddlebag2","p":212,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Cleric 1; Festus Domain","uh":"cleric_phb,state:sub-festus-griffonssaddlebag2=b1~feature=s0-0"},{"id":1593,"c":41,"u":"bonus%20proficiencies_cleric_phb_festus_griffonssaddlebag2_1_griffonssaddlebag2","p":212,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-festus-griffonssaddlebag2=b1~feature=s0-0"},{"id":1595,"c":41,"u":"festus%20domain%20spells_cleric_phb_festus_griffonssaddlebag2_1_griffonssaddlebag2","p":212,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Cleric 1; Festus Domain Spells","uh":"cleric_phb,state:sub-festus-griffonssaddlebag2=b1~feature=s0-0"},{"id":1597,"c":41,"u":"table-turner_cleric_phb_festus_griffonssaddlebag2_1_griffonssaddlebag2","p":212,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Cleric 1; Table-Turner","uh":"cleric_phb,state:sub-festus-griffonssaddlebag2=b1~feature=s0-0"},{"id":1599,"c":41,"u":"channel%20divinity%3a%20create%20healing%20draft_cleric_phb_festus_griffonssaddlebag2_2_griffonssaddlebag2","p":212,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Cleric 2; Channel Divinity: Create Healing Draft","uh":"cleric_phb,state:sub-festus-griffonssaddlebag2=b1~feature=s1-0"},{"id":1601,"c":41,"u":"strong%20stomach_cleric_phb_festus_griffonssaddlebag2_6_griffonssaddlebag2","p":213,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Cleric 6; Strong Stomach","uh":"cleric_phb,state:sub-festus-griffonssaddlebag2=b1~feature=s5-0"},{"id":1603,"c":41,"u":"divine%20strike_cleric_phb_festus_griffonssaddlebag2_8_griffonssaddlebag2","p":213,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-festus-griffonssaddlebag2=b1~feature=s7-0"},{"id":1605,"c":41,"u":"invigorating%20feast_cleric_phb_festus_griffonssaddlebag2_17_griffonssaddlebag2","p":213,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Cleric 17; Invigorating Feast","uh":"cleric_phb,state:sub-festus-griffonssaddlebag2=b1~feature=s16-0"},{"id":1607,"c":41,"u":"circle%20of%20dragons_druid_phb_dragons_griffonssaddlebag2_2_griffonssaddlebag2","p":214,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragons Druid 2; Circle of Dragons","uh":"druid_phb,state:sub-dragons-griffonssaddlebag2=b1~feature=s1-0"},{"id":1609,"c":41,"u":"draconic%20lore_druid_phb_dragons_griffonssaddlebag2_2_griffonssaddlebag2","p":214,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragons Druid 2; Draconic Lore","uh":"druid_phb,state:sub-dragons-griffonssaddlebag2=b1~feature=s1-0"},{"id":1611,"c":41,"u":"dragon%20shape_druid_phb_dragons_griffonssaddlebag2_2_griffonssaddlebag2","p":214,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragons Druid 2; Dragon Shape","uh":"druid_phb,state:sub-dragons-griffonssaddlebag2=b1~feature=s1-0"},{"id":1613,"c":41,"u":"improved%20dragon%20shape_druid_phb_dragons_griffonssaddlebag2_6_griffonssaddlebag2","p":215,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragons Druid 6; Improved Dragon Shape","uh":"druid_phb,state:sub-dragons-griffonssaddlebag2=b1~feature=s5-0"},{"id":1615,"c":41,"u":"draconic%20magic_druid_phb_dragons_griffonssaddlebag2_10_griffonssaddlebag2","p":215,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragons Druid 10; Draconic Magic","uh":"druid_phb,state:sub-dragons-griffonssaddlebag2=b1~feature=s9-0"},{"id":1617,"c":41,"u":"heart%20of%20a%20dragon_druid_phb_dragons_griffonssaddlebag2_14_griffonssaddlebag2","p":215,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragons Druid 14; Heart of a Dragon","uh":"druid_phb,state:sub-dragons-griffonssaddlebag2=b1~feature=s13-0"},{"id":1619,"c":41,"u":"steel%20hawk_fighter_phb_steel%20hawk_griffonssaddlebag2_3_griffonssaddlebag2","p":216,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steel Hawk Fighter 3; Steel Hawk","uh":"fighter_phb,state:sub-steel-hawk-griffonssaddlebag2=b1~feature=s2-0"},{"id":1621,"c":41,"u":"bird%20caller_fighter_phb_steel%20hawk_griffonssaddlebag2_3_griffonssaddlebag2","p":217,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steel Hawk Fighter 3; Bird Caller","uh":"fighter_phb,state:sub-steel-hawk-griffonssaddlebag2=b1~feature=s2-0"},{"id":1623,"c":41,"u":"launch_fighter_phb_steel%20hawk_griffonssaddlebag2_3_griffonssaddlebag2","p":216,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steel Hawk Fighter 3; Launch","uh":"fighter_phb,state:sub-steel-hawk-griffonssaddlebag2=b1~feature=s2-0"},{"id":1625,"c":41,"u":"nimble%20lancer_fighter_phb_steel%20hawk_griffonssaddlebag2_3_griffonssaddlebag2","p":216,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steel Hawk Fighter 3; Nimble Lancer","uh":"fighter_phb,state:sub-steel-hawk-griffonssaddlebag2=b1~feature=s2-0"},{"id":1627,"c":41,"u":"steel%20grace_fighter_phb_steel%20hawk_griffonssaddlebag2_7_griffonssaddlebag2","p":217,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steel Hawk Fighter 7; Steel Grace","uh":"fighter_phb,state:sub-steel-hawk-griffonssaddlebag2=b1~feature=s6-0"},{"id":1629,"c":41,"u":"eagle%20eye_fighter_phb_steel%20hawk_griffonssaddlebag2_10_griffonssaddlebag2","p":217,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steel Hawk Fighter 10; Eagle Eye","uh":"fighter_phb,state:sub-steel-hawk-griffonssaddlebag2=b1~feature=s9-0"},{"id":1631,"c":41,"u":"predatory%20instinct_fighter_phb_steel%20hawk_griffonssaddlebag2_15_griffonssaddlebag2","p":217,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steel Hawk Fighter 15; Predatory Instinct","uh":"fighter_phb,state:sub-steel-hawk-griffonssaddlebag2=b1~feature=s14-0"},{"id":1633,"c":41,"u":"improved%20launch_fighter_phb_steel%20hawk_griffonssaddlebag2_18_griffonssaddlebag2","p":217,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steel Hawk Fighter 18; Improved Launch","uh":"fighter_phb,state:sub-steel-hawk-griffonssaddlebag2=b1~feature=s17-0"},{"id":1635,"c":41,"u":"way%20of%20the%20aether_monk_phb_aether_griffonssaddlebag2_3_griffonssaddlebag2","p":218,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Aether Monk 3; Way of the Aether","uh":"monk_phb,state:sub-aether-griffonssaddlebag2=b1~feature=s2-0"},{"id":1637,"c":41,"u":"spirit%20hand_monk_phb_aether_griffonssaddlebag2_3_griffonssaddlebag2","p":218,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Aether Monk 3; Spirit Hand","uh":"monk_phb,state:sub-aether-griffonssaddlebag2=b1~feature=s2-0"},{"id":1639,"c":41,"u":"spirit%20strike_monk_phb_aether_griffonssaddlebag2_3_griffonssaddlebag2","p":218,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Aether Monk 3; Spirit Strike","uh":"monk_phb,state:sub-aether-griffonssaddlebag2=b1~feature=s2-0"},{"id":1641,"c":41,"u":"spectral%20guide_monk_phb_aether_griffonssaddlebag2_6_griffonssaddlebag2","p":218,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Aether Monk 6; Spectral Guide","uh":"monk_phb,state:sub-aether-griffonssaddlebag2=b1~feature=s5-0"},{"id":1643,"c":41,"u":"ghost%20walker_monk_phb_aether_griffonssaddlebag2_11_griffonssaddlebag2","p":219,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Aether Monk 11; Ghost Walker","uh":"monk_phb,state:sub-aether-griffonssaddlebag2=b1~feature=s10-0"},{"id":1645,"c":41,"u":"sight%20beyond%20sight_monk_phb_aether_griffonssaddlebag2_17_griffonssaddlebag2","p":219,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Aether Monk 17; Sight Beyond Sight","uh":"monk_phb,state:sub-aether-griffonssaddlebag2=b1~feature=s16-0"},{"id":1647,"c":41,"u":"oath%20of%20the%20spelldrinker_paladin_phb_spelldrinker_griffonssaddlebag2_3_griffonssaddlebag2","p":220,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spelldrinker Paladin 3; Oath of the Spelldrinker","uh":"paladin_phb,state:sub-spelldrinker-griffonssaddlebag2=b1~feature=s2-0"},{"id":1649,"c":41,"u":"bonus%20proficiency_paladin_phb_spelldrinker_griffonssaddlebag2_3_griffonssaddlebag2","p":221,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spelldrinker Paladin 3; Bonus Proficiency","uh":"paladin_phb,state:sub-spelldrinker-griffonssaddlebag2=b1~feature=s2-0"},{"id":1651,"c":41,"u":"channel%20divinity_paladin_phb_spelldrinker_griffonssaddlebag2_3_griffonssaddlebag2","p":220,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spelldrinker Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-spelldrinker-griffonssaddlebag2=b1~feature=s2-0"},{"id":1653,"c":41,"u":"oath%20spells_paladin_phb_spelldrinker_griffonssaddlebag2_3_griffonssaddlebag2","p":220,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spelldrinker Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-spelldrinker-griffonssaddlebag2=b1~feature=s2-0"},{"id":1655,"c":41,"u":"tenets%20of%20the%20spelldrinker_paladin_phb_spelldrinker_griffonssaddlebag2_3_griffonssaddlebag2","p":220,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spelldrinker Paladin 3; Tenets of the Spelldrinker","uh":"paladin_phb,state:sub-spelldrinker-griffonssaddlebag2=b1~feature=s2-0"},{"id":1657,"c":41,"u":"aura%20of%20disruption_paladin_phb_spelldrinker_griffonssaddlebag2_7_griffonssaddlebag2","p":221,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spelldrinker Paladin 7; Aura of Disruption","uh":"paladin_phb,state:sub-spelldrinker-griffonssaddlebag2=b1~feature=s6-0"},{"id":1659,"c":41,"u":"armored%20focus_paladin_phb_spelldrinker_griffonssaddlebag2_15_griffonssaddlebag2","p":221,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spelldrinker Paladin 15; Armored Focus","uh":"paladin_phb,state:sub-spelldrinker-griffonssaddlebag2=b1~feature=s14-0"},{"id":1661,"c":41,"u":"arcane%20conduit_paladin_phb_spelldrinker_griffonssaddlebag2_20_griffonssaddlebag2","p":221,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spelldrinker Paladin 20; Arcane Conduit","uh":"paladin_phb,state:sub-spelldrinker-griffonssaddlebag2=b1~feature=s19-0"},{"id":1663,"c":41,"u":"rocborne_ranger_phb_rocborne_griffonssaddlebag2_3_griffonssaddlebag2","p":222,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rocborne Ranger 3; Rocborne","uh":"ranger_phb,state:sub-rocborne-griffonssaddlebag2=b1~feature=s2-0"},{"id":1665,"c":41,"u":"guiding%20wind_ranger_phb_rocborne_griffonssaddlebag2_3_griffonssaddlebag2","p":223,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rocborne Ranger 3; Guiding Wind","uh":"ranger_phb,state:sub-rocborne-griffonssaddlebag2=b1~feature=s2-0"},{"id":1667,"c":41,"u":"rocborne%20magic_ranger_phb_rocborne_griffonssaddlebag2_3_griffonssaddlebag2","p":222,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rocborne Ranger 3; Rocborne Magic","uh":"ranger_phb,state:sub-rocborne-griffonssaddlebag2=b1~feature=s2-0"},{"id":1669,"c":41,"u":"whispers%20of%20knowledge_ranger_phb_rocborne_griffonssaddlebag2_3_griffonssaddlebag2","p":223,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rocborne Ranger 3; Whispers of Knowledge","uh":"ranger_phb,state:sub-rocborne-griffonssaddlebag2=b1~feature=s2-0"},{"id":1671,"c":41,"u":"windswept_ranger_phb_rocborne_griffonssaddlebag2_7_griffonssaddlebag2","p":223,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rocborne Ranger 7; Windswept","uh":"ranger_phb,state:sub-rocborne-griffonssaddlebag2=b1~feature=s6-0"},{"id":1673,"c":41,"u":"soar_ranger_phb_rocborne_griffonssaddlebag2_11_griffonssaddlebag2","p":223,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rocborne Ranger 11; Soar","uh":"ranger_phb,state:sub-rocborne-griffonssaddlebag2=b1~feature=s10-0"},{"id":1675,"c":41,"u":"hurricane_ranger_phb_rocborne_griffonssaddlebag2_15_griffonssaddlebag2","p":223,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rocborne Ranger 15; Hurricane","uh":"ranger_phb,state:sub-rocborne-griffonssaddlebag2=b1~feature=s14-0"},{"id":1677,"c":41,"u":"grim%20surgeon_rogue_phb_grim%20surgeon_griffonssaddlebag2_3_griffonssaddlebag2","p":224,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grim Surgeon Rogue 3; Grim Surgeon","uh":"rogue_phb,state:sub-grim-surgeon-griffonssaddlebag2=b1~feature=s2-0"},{"id":1679,"c":41,"u":"medic_rogue_phb_grim%20surgeon_griffonssaddlebag2_3_griffonssaddlebag2","p":224,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grim Surgeon Rogue 3; Medic","uh":"rogue_phb,state:sub-grim-surgeon-griffonssaddlebag2=b1~feature=s2-0"},{"id":1681,"c":41,"u":"transfusion_rogue_phb_grim%20surgeon_griffonssaddlebag2_3_griffonssaddlebag2","p":224,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grim Surgeon Rogue 3; Transfusion","uh":"rogue_phb,state:sub-grim-surgeon-griffonssaddlebag2=b1~feature=s2-0"},{"id":1683,"c":41,"u":"field%20surgeon_rogue_phb_grim%20surgeon_griffonssaddlebag2_9_griffonssaddlebag2","p":224,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grim Surgeon Rogue 9; Field Surgeon","uh":"rogue_phb,state:sub-grim-surgeon-griffonssaddlebag2=b1~feature=s8-0"},{"id":1685,"c":41,"u":"toxic%20shock_rogue_phb_grim%20surgeon_griffonssaddlebag2_13_griffonssaddlebag2","p":224,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grim Surgeon Rogue 13; Toxic Shock","uh":"rogue_phb,state:sub-grim-surgeon-griffonssaddlebag2=b1~feature=s12-0"},{"id":1687,"c":41,"u":"bloodbound_rogue_phb_grim%20surgeon_griffonssaddlebag2_17_griffonssaddlebag2","p":224,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grim Surgeon Rogue 17; Bloodbound","uh":"rogue_phb,state:sub-grim-surgeon-griffonssaddlebag2=b1~feature=s16-0"},{"id":1689,"c":41,"u":"desert%20soul_sorcerer_phb_desert%20soul_griffonssaddlebag2_1_griffonssaddlebag2","p":225,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Desert Soul Sorcerer 1; Desert Soul","uh":"sorcerer_phb,state:sub-desert-soul-griffonssaddlebag2=b1~feature=s0-0"},{"id":1691,"c":41,"u":"dunetreader_sorcerer_phb_desert%20soul_griffonssaddlebag2_1_griffonssaddlebag2","p":225,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Desert Soul Sorcerer 1; Dunetreader","uh":"sorcerer_phb,state:sub-desert-soul-griffonssaddlebag2=b1~feature=s0-0"},{"id":1693,"c":41,"u":"sandstorm_sorcerer_phb_desert%20soul_griffonssaddlebag2_1_griffonssaddlebag2","p":225,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Desert Soul Sorcerer 1; Sandstorm","uh":"sorcerer_phb,state:sub-desert-soul-griffonssaddlebag2=b1~feature=s0-0"},{"id":1695,"c":41,"u":"mirage_sorcerer_phb_desert%20soul_griffonssaddlebag2_6_griffonssaddlebag2","p":225,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Desert Soul Sorcerer 6; Mirage","uh":"sorcerer_phb,state:sub-desert-soul-griffonssaddlebag2=b1~feature=s5-0"},{"id":1697,"c":41,"u":"desert%20nomad_sorcerer_phb_desert%20soul_griffonssaddlebag2_14_griffonssaddlebag2","p":225,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Desert Soul Sorcerer 14; Desert Nomad","uh":"sorcerer_phb,state:sub-desert-soul-griffonssaddlebag2=b1~feature=s13-0"},{"id":1699,"c":41,"u":"sand%20form_sorcerer_phb_desert%20soul_griffonssaddlebag2_18_griffonssaddlebag2","p":225,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Desert Soul Sorcerer 18; Sand Form","uh":"sorcerer_phb,state:sub-desert-soul-griffonssaddlebag2=b1~feature=s17-0"},{"id":1701,"c":41,"u":"the%20many_warlock_phb_many_griffonssaddlebag2_1_griffonssaddlebag2","p":226,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Many Warlock 1; The Many","uh":"warlock_phb,state:sub-many-griffonssaddlebag2=b1~feature=s0-0"},{"id":1703,"c":41,"u":"eldritch%20heads_warlock_phb_many_griffonssaddlebag2_1_griffonssaddlebag2","p":226,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Many Warlock 1; Eldritch Heads","uh":"warlock_phb,state:sub-many-griffonssaddlebag2=b1~feature=s0-0"},{"id":1705,"c":41,"u":"expanded%20spell%20list_warlock_phb_many_griffonssaddlebag2_1_griffonssaddlebag2","p":226,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Many Warlock 1; Expanded Spell List","uh":"warlock_phb,state:sub-many-griffonssaddlebag2=b1~feature=s0-0"},{"id":1707,"c":41,"u":"guarded_warlock_phb_many_griffonssaddlebag2_1_griffonssaddlebag2","p":227,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Many Warlock 1; Guarded","uh":"warlock_phb,state:sub-many-griffonssaddlebag2=b1~feature=s0-0"},{"id":1709,"c":41,"u":"improved%20eldritch%20heads_warlock_phb_many_griffonssaddlebag2_6_griffonssaddlebag2","p":227,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Many Warlock 6; Improved Eldritch Heads","uh":"warlock_phb,state:sub-many-griffonssaddlebag2=b1~feature=s5-0"},{"id":1711,"c":41,"u":"groupthink_warlock_phb_many_griffonssaddlebag2_10_griffonssaddlebag2","p":227,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Many Warlock 10; Groupthink","uh":"warlock_phb,state:sub-many-griffonssaddlebag2=b1~feature=s9-0"},{"id":1713,"c":41,"u":"eldritch%20frenzy_warlock_phb_many_griffonssaddlebag2_14_griffonssaddlebag2","p":227,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Many Warlock 14; Eldritch Frenzy","uh":"warlock_phb,state:sub-many-griffonssaddlebag2=b1~feature=s13-0"},{"id":1715,"c":41,"u":"wand%20lore_wizard_phb_wand_griffonssaddlebag2_2_griffonssaddlebag2","p":228,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand Wizard 2; Wand Lore","uh":"wizard_phb,state:sub-wand-griffonssaddlebag2=b1~feature=s1-0"},{"id":1717,"c":41,"u":"core%20wand_wizard_phb_wand_griffonssaddlebag2_2_griffonssaddlebag2","p":228,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand Wizard 2; Core Wand","uh":"wizard_phb,state:sub-wand-griffonssaddlebag2=b1~feature=s1-0"},{"id":1719,"c":41,"u":"wand%20savant_wizard_phb_wand_griffonssaddlebag2_2_griffonssaddlebag2","p":229,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand Wizard 2; Wand Savant","uh":"wizard_phb,state:sub-wand-griffonssaddlebag2=b1~feature=s1-0"},{"id":1721,"c":41,"u":"arcane%20battery_wizard_phb_wand_griffonssaddlebag2_6_griffonssaddlebag2","p":229,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand Wizard 6; Arcane Battery","uh":"wizard_phb,state:sub-wand-griffonssaddlebag2=b1~feature=s5-0"},{"id":1723,"c":41,"u":"imbue%20minor%20wand_wizard_phb_wand_griffonssaddlebag2_10_griffonssaddlebag2","p":229,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand Wizard 10; Imbue Minor Wand","uh":"wizard_phb,state:sub-wand-griffonssaddlebag2=b1~feature=s9-0"},{"id":1725,"c":41,"u":"manifest%20charges_wizard_phb_wand_griffonssaddlebag2_14_griffonssaddlebag2","p":229,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand Wizard 14; Manifest Charges","uh":"wizard_phb,state:sub-wand-griffonssaddlebag2=b1~feature=s13-0"},{"id":1727,"c":41,"u":"circle%20of%20dragons_druid_xphb_dragons_griffonssaddlebag2_3_griffonssaddlebag2","p":214,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragons Druid 3; Circle of Dragons","uh":"druid_xphb,state:sub-dragons-griffonssaddlebag2=b1~feature=s2-0"},{"id":1729,"c":41,"u":"desert%20soul_sorcerer_xphb_desert%20soul_griffonssaddlebag2_3_griffonssaddlebag2","p":225,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Desert Soul Sorcerer 3; Desert Soul","uh":"sorcerer_xphb,state:sub-desert-soul-griffonssaddlebag2=b1~feature=s2-0"},{"id":1731,"c":41,"u":"festus%20domain_cleric_xphb_festus_griffonssaddlebag2_3_griffonssaddlebag2","p":212,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Cleric 3; Festus Domain","uh":"cleric_xphb,state:sub-festus-griffonssaddlebag2=b1~feature=s2-0"},{"id":1733,"c":41,"u":"channel%20divinity%3a%20create%20healing%20draft_cleric_xphb_festus_griffonssaddlebag2_3_griffonssaddlebag2","p":212,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Festus Cleric 3; Channel Divinity: Create Healing Draft","uh":"cleric_xphb,state:sub-festus-griffonssaddlebag2=b1~feature=s2-0"},{"id":1735,"c":41,"u":"the%20many_warlock_xphb_many_griffonssaddlebag2_3_griffonssaddlebag2","p":226,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Many Warlock 3; The Many","uh":"warlock_xphb,state:sub-many-griffonssaddlebag2=b1~feature=s2-0"},{"id":1737,"c":41,"u":"wand%20lore_wizard_xphb_wand_griffonssaddlebag2_3_griffonssaddlebag2","p":228,"s":"GriffonsSaddlebag2","h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand Wizard 3; Wand Lore","uh":"wizard_xphb,state:sub-wand-griffonssaddlebag2=b1~feature=s2-0"},{"id":1739,"c":41,"u":"architect%20of%20ruin_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Architect of Ruin Illrigger 3; Architect of Ruin","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1741,"c":41,"u":"asmodeus's%20blessing_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Architect of Ruin Illrigger 3; Asmodeus's Blessing","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1743,"c":41,"u":"invoke%20hell_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Architect of Ruin Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1745,"c":41,"u":"spellcasting_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Architect of Ruin Illrigger 3; Spellcasting","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1747,"c":41,"u":"enervating%20spell_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Architect of Ruin Illrigger 3; Enervating Spell","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1749,"c":41,"u":"spellblade_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Architect of Ruin Illrigger 3; Spellblade","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s2-0"},{"id":1751,"c":41,"u":"asmodeus's%20interdiction_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Architect of Ruin Illrigger 7; Asmodeus's Interdiction","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s6-0"},{"id":1753,"c":41,"u":"hellish%20versatility_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Architect of Ruin Illrigger 7; Hellish Versatility","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s6-0"},{"id":1755,"c":41,"u":"submit_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Architect of Ruin Illrigger 11; Submit","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s10-0"},{"id":1757,"c":41,"u":"vile%20transmogrification_illrigger_illriggerrevised_architect%20of%20ruin_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Architect of Ruin Illrigger 15; Vile Transmogrification","uh":"illrigger_illriggerrevised,state:sub-architect-of-ruin-illriggerrevised=b1~feature=s14-0"},{"id":1759,"c":41,"u":"charm%20enemy_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellspeaker Illrigger 3; Charm Enemy","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1761,"c":41,"u":"hellspeaker_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellspeaker Illrigger 3; Hellspeaker","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1763,"c":41,"u":"invoke%20hell_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellspeaker Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1765,"c":41,"u":"moloch's%20blessing_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellspeaker Illrigger 3; Moloch's Blessing","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1767,"c":41,"u":"honey-sweet%20blades_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellspeaker Illrigger 3; Honey-Sweet Blades","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1769,"c":41,"u":"turncoat_illrigger_illriggerrevised_hellspeaker_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellspeaker Illrigger 3; Turncoat","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s2-0"},{"id":1771,"c":41,"u":"moloch's%20interdiction_illrigger_illriggerrevised_hellspeaker_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellspeaker Illrigger 7; Moloch's Interdiction","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s6-0"},{"id":1773,"c":41,"u":"intransigent_illrigger_illriggerrevised_hellspeaker_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellspeaker Illrigger 11; Intransigent","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s10-0"},{"id":1775,"c":41,"u":"let's%20make%20a%20deal_illrigger_illriggerrevised_hellspeaker_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellspeaker Illrigger 11; Let's Make a Deal","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s10-0"},{"id":1777,"c":41,"u":"quid%20pro%20quo_illrigger_illriggerrevised_hellspeaker_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellspeaker Illrigger 15; Quid Pro Quo","uh":"illrigger_illriggerrevised,state:sub-hellspeaker-illriggerrevised=b1~feature=s14-0"},{"id":1779,"c":41,"u":"devastator_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Painkiller Illrigger 3; Devastator","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1781,"c":41,"u":"dispater's%20blessing_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Painkiller Illrigger 3; Dispater's Blessing","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1783,"c":41,"u":"invoke%20hell_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Painkiller Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1785,"c":41,"u":"painkiller_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Painkiller Illrigger 3; Painkiller","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1787,"c":41,"u":"grand%20strategist_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Painkiller Illrigger 3; Grand Strategist","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1789,"c":41,"u":"punishment_illrigger_illriggerrevised_painkiller_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Painkiller Illrigger 3; Punishment","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s2-0"},{"id":1791,"c":41,"u":"dispater's%20interdiction_illrigger_illriggerrevised_painkiller_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Painkiller Illrigger 7; Dispater's Interdiction","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s6-0"},{"id":1793,"c":41,"u":"you%20die%20on%20my%20command!_illrigger_illriggerrevised_painkiller_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Painkiller Illrigger 11; You Die on My Command!","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s10-0"},{"id":1795,"c":41,"u":"deathstrike_illrigger_illriggerrevised_painkiller_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Painkiller Illrigger 15; Deathstrike","uh":"illrigger_illriggerrevised,state:sub-painkiller-illriggerrevised=b1~feature=s14-0"},{"id":1797,"c":41,"u":"exsanguinate_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sanguine Knight Illrigger 3; Exsanguinate","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1799,"c":41,"u":"invoke%20hell_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sanguine Knight Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1801,"c":41,"u":"sanguine%20knight_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sanguine Knight Illrigger 3; Sanguine Knight","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1803,"c":41,"u":"sutekh's%20blessing_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sanguine Knight Illrigger 3; Sutekh's Blessing","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1805,"c":41,"u":"embolden%20allies_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sanguine Knight Illrigger 3; Embolden Allies","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1807,"c":41,"u":"vitalize_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sanguine Knight Illrigger 3; Vitalize","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s2-0"},{"id":1809,"c":41,"u":"sutekh's%20interdiction_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sanguine Knight Illrigger 7; Sutekh's Interdiction","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s6-0"},{"id":1811,"c":41,"u":"bloodstroke_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sanguine Knight Illrigger 11; Bloodstroke","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s10-0"},{"id":1813,"c":41,"u":"haemal%20exchange_illrigger_illriggerrevised_sanguine%20knight_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sanguine Knight Illrigger 15; Haemal Exchange","uh":"illrigger_illriggerrevised,state:sub-sanguine-knight-illriggerrevised=b1~feature=s14-0"},{"id":1815,"c":41,"u":"invoke%20hell_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadowmaster Illrigger 3; Invoke Hell","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1817,"c":41,"u":"marked%20for%20death_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadowmaster Illrigger 3; Marked for Death","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1819,"c":41,"u":"shadowmaster_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadowmaster Illrigger 3; Shadowmaster","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1821,"c":41,"u":"strike%20from%20the%20dark_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadowmaster Illrigger 3; Strike from the Dark","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1823,"c":41,"u":"master%20of%20disguise_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadowmaster Illrigger 3; Master of Disguise","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1825,"c":41,"u":"no%20escape_illrigger_illriggerrevised_shadowmaster_illriggerrevised_3_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadowmaster Illrigger 3; No Escape","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s2-0"},{"id":1827,"c":41,"u":"belial's%20interdiction_illrigger_illriggerrevised_shadowmaster_illriggerrevised_7_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadowmaster Illrigger 7; Belial's Interdiction","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s6-0"},{"id":1829,"c":41,"u":"umbral%20killer_illrigger_illriggerrevised_shadowmaster_illriggerrevised_11_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadowmaster Illrigger 11; Umbral Killer","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s10-0"},{"id":1831,"c":41,"u":"doomed%20to%20the%20shadows_illrigger_illriggerrevised_shadowmaster_illriggerrevised_15_illriggerrevised","s":"IllriggerRevised","h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadowmaster Illrigger 15; Doomed to the Shadows","uh":"illrigger_illriggerrevised,state:sub-shadowmaster-illriggerrevised=b1~feature=s14-0"},{"id":1833,"c":41,"u":"chieftain_captain_tlotrr_chieftain_tlotrr_3_tlotrr","p":46,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Chieftain Captain 3; Chieftain","uh":"captain_tlotrr,state:sub-chieftain-tlotrr=b1~feature=s2-0"},{"id":1835,"c":41,"u":"challenge_captain_tlotrr_chieftain_tlotrr_3_tlotrr","p":47,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Chieftain Captain 3; Challenge","uh":"captain_tlotrr,state:sub-chieftain-tlotrr=b1~feature=s2-0"},{"id":1837,"c":41,"u":"pursuer%20of%20foes_captain_tlotrr_chieftain_tlotrr_7_tlotrr","p":47,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Chieftain Captain 7; Pursuer of Foes","uh":"captain_tlotrr,state:sub-chieftain-tlotrr=b1~feature=s6-0"},{"id":1839,"c":41,"u":"thane_captain_tlotrr_thane_tlotrr_3_tlotrr","p":47,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Thane Captain 3; Thane","uh":"captain_tlotrr,state:sub-thane-tlotrr=b1~feature=s2-0"},{"id":1841,"c":41,"u":"bright%20blade_captain_tlotrr_thane_tlotrr_3_tlotrr","p":47,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Thane Captain 3; Bright Blade","uh":"captain_tlotrr,state:sub-thane-tlotrr=b1~feature=s2-0"},{"id":1843,"c":41,"u":"tireless%20leader_captain_tlotrr_thane_tlotrr_7_tlotrr","p":47,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Thane Captain 7; Tireless Leader","uh":"captain_tlotrr,state:sub-thane-tlotrr=b1~feature=s6-0"},{"id":1845,"c":41,"u":"sharp-shooter_champion_tlotrr_sharp-shooter_tlotrr_3_tlotrr","p":49,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sharp-Shooter Champion 3; Sharp-Shooter","uh":"champion_tlotrr,state:sub-sharpshooter-tlotrr=b1~feature=s2-0"},{"id":1847,"c":41,"u":"bonus%20proficiency_champion_tlotrr_sharp-shooter_tlotrr_3_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sharp-Shooter Champion 3; Bonus Proficiency","uh":"champion_tlotrr,state:sub-sharpshooter-tlotrr=b1~feature=s2-0"},{"id":1849,"c":41,"u":"mighty%20shot_champion_tlotrr_sharp-shooter_tlotrr_3_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sharp-Shooter Champion 3; Mighty Shot","uh":"champion_tlotrr,state:sub-sharpshooter-tlotrr=b1~feature=s2-0"},{"id":1851,"c":41,"u":"true%20shot_champion_tlotrr_sharp-shooter_tlotrr_7_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sharp-Shooter Champion 7; True Shot","uh":"champion_tlotrr,state:sub-sharpshooter-tlotrr=b1~feature=s6-0"},{"id":1853,"c":41,"u":"slayer_champion_tlotrr_slayer_tlotrr_3_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Slayer Champion 3; Slayer","uh":"champion_tlotrr,state:sub-slayer-tlotrr=b1~feature=s2-0"},{"id":1855,"c":41,"u":"battle-fury_champion_tlotrr_slayer_tlotrr_3_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Slayer Champion 3; Battle-Fury","uh":"champion_tlotrr,state:sub-slayer-tlotrr=b1~feature=s2-0"},{"id":1857,"c":41,"u":"sterner%20than%20steel_champion_tlotrr_slayer_tlotrr_3_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Slayer Champion 3; Sterner Than Steel","uh":"champion_tlotrr,state:sub-slayer-tlotrr=b1~feature=s2-0"},{"id":1859,"c":41,"u":"war-hardened_champion_tlotrr_slayer_tlotrr_7_tlotrr","p":50,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Slayer Champion 7; War-Hardened","uh":"champion_tlotrr,state:sub-slayer-tlotrr=b1~feature=s6-0"},{"id":1861,"c":41,"u":"bonus%20proficiencies_messenger_tlotrr_counsellor_tlotrr_3_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Counsellor Messenger 3; Bonus Proficiencies","uh":"messenger_tlotrr,state:sub-counsellor-tlotrr=b1~feature=s2-0"},{"id":1863,"c":41,"u":"counsellor_messenger_tlotrr_counsellor_tlotrr_3_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Counsellor Messenger 3; Counsellor","uh":"messenger_tlotrr,state:sub-counsellor-tlotrr=b1~feature=s2-0"},{"id":1865,"c":41,"u":"words%20of%20guard%20and%20guiding_messenger_tlotrr_counsellor_tlotrr_3_tlotrr","p":52,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Counsellor Messenger 3; Words of Guard and Guiding","uh":"messenger_tlotrr,state:sub-counsellor-tlotrr=b1~feature=s2-0"},{"id":1867,"c":41,"u":"a%20dangerous%20gift_messenger_tlotrr_counsellor_tlotrr_7_tlotrr","p":53,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Counsellor Messenger 7; A Dangerous Gift","uh":"messenger_tlotrr,state:sub-counsellor-tlotrr=b1~feature=s6-0"},{"id":1869,"c":41,"u":"fighting%20style_messenger_tlotrr_herald_tlotrr_3_tlotrr","p":53,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Herald Messenger 3; Fighting Style","uh":"messenger_tlotrr,state:sub-herald-tlotrr=b1~feature=s2-0"},{"id":1871,"c":41,"u":"forth%20to%20battle_messenger_tlotrr_herald_tlotrr_3_tlotrr","p":53,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Herald Messenger 3; Forth to Battle","uh":"messenger_tlotrr,state:sub-herald-tlotrr=b1~feature=s2-0"},{"id":1873,"c":41,"u":"herald_messenger_tlotrr_herald_tlotrr_3_tlotrr","p":53,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Herald Messenger 3; Herald","uh":"messenger_tlotrr,state:sub-herald-tlotrr=b1~feature=s2-0"},{"id":1875,"c":41,"u":"extra%20attack_messenger_tlotrr_herald_tlotrr_7_tlotrr","p":53,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Herald Messenger 7; Extra Attack","uh":"messenger_tlotrr,state:sub-herald-tlotrr=b1~feature=s6-0"},{"id":1877,"c":41,"u":"bonus%20proficiencies_scholar_tlotrr_healing_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Healing Scholar 3; Bonus Proficiencies","uh":"scholar_tlotrr,state:sub-healing-tlotrr=b1~feature=s2-0"},{"id":1879,"c":41,"u":"healing_scholar_tlotrr_healing_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Healing Scholar 3; Healing","uh":"scholar_tlotrr,state:sub-healing-tlotrr=b1~feature=s2-0"},{"id":1881,"c":41,"u":"wise%20leechcraft_scholar_tlotrr_healing_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Healing Scholar 3; Wise Leechcraft","uh":"scholar_tlotrr,state:sub-healing-tlotrr=b1~feature=s2-0"},{"id":1883,"c":41,"u":"a%20cure%20for%20weariness_scholar_tlotrr_healing_tlotrr_7_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Healing Scholar 7; A Cure for Weariness","uh":"scholar_tlotrr,state:sub-healing-tlotrr=b1~feature=s6-0"},{"id":1885,"c":41,"u":"bonus%20proficiencies_scholar_tlotrr_lore_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Lore Scholar 3; Bonus Proficiencies","uh":"scholar_tlotrr,state:sub-lore-tlotrr=b1~feature=s2-0"},{"id":1887,"c":41,"u":"lore_scholar_tlotrr_lore_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Lore Scholar 3; Lore","uh":"scholar_tlotrr,state:sub-lore-tlotrr=b1~feature=s2-0"},{"id":1889,"c":41,"u":"lore-master_scholar_tlotrr_lore_tlotrr_3_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Lore Scholar 3; Lore-Master","uh":"scholar_tlotrr,state:sub-lore-tlotrr=b1~feature=s2-0"},{"id":1891,"c":41,"u":"words%20of%20command_scholar_tlotrr_lore_tlotrr_7_tlotrr","p":56,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Lore Scholar 7; Words of Command","uh":"scholar_tlotrr,state:sub-lore-tlotrr=b1~feature=s6-0"},{"id":1893,"c":41,"u":"burglar_treasure%20hunter_tlotrr_burglar_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Burglar Treasure Hunter 3; Burglar","uh":"treasure%20hunter_tlotrr,state:sub-burglar-tlotrr=b1~feature=s2-0"},{"id":1895,"c":41,"u":"clever-handed_treasure%20hunter_tlotrr_burglar_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Burglar Treasure Hunter 3; Clever-Handed","uh":"treasure%20hunter_tlotrr,state:sub-burglar-tlotrr=b1~feature=s2-0"},{"id":1897,"c":41,"u":"tree-climber_treasure%20hunter_tlotrr_burglar_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Burglar Treasure Hunter 3; Tree-Climber","uh":"treasure%20hunter_tlotrr,state:sub-burglar-tlotrr=b1~feature=s2-0"},{"id":1899,"c":41,"u":"quiet-footed_treasure%20hunter_tlotrr_burglar_tlotrr_7_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Burglar Treasure Hunter 7; Quiet-Footed","uh":"treasure%20hunter_tlotrr,state:sub-burglar-tlotrr=b1~feature=s6-0"},{"id":1901,"c":41,"u":"cunning%20eye_treasure%20hunter_tlotrr_spy_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Spy Treasure Hunter 3; Cunning Eye","uh":"treasure%20hunter_tlotrr,state:sub-spy-tlotrr=b1~feature=s2-0"},{"id":1903,"c":41,"u":"spy_treasure%20hunter_tlotrr_spy_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Spy Treasure Hunter 3; Spy","uh":"treasure%20hunter_tlotrr,state:sub-spy-tlotrr=b1~feature=s2-0"},{"id":1905,"c":41,"u":"weak%20spot_treasure%20hunter_tlotrr_spy_tlotrr_3_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Spy Treasure Hunter 3; Weak Spot","uh":"treasure%20hunter_tlotrr,state:sub-spy-tlotrr=b1~feature=s2-0"},{"id":1907,"c":41,"u":"sharp-eyed_treasure%20hunter_tlotrr_spy_tlotrr_7_tlotrr","p":59,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Spy Treasure Hunter 7; Sharp-Eyed","uh":"treasure%20hunter_tlotrr,state:sub-spy-tlotrr=b1~feature=s6-0"},{"id":1909,"c":41,"u":"ambusher_warden_tlotrr_forayer_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Forayer Warden 3; Ambusher","uh":"warden_tlotrr,state:sub-forayer-tlotrr=b1~feature=s2-0"},{"id":1911,"c":41,"u":"bonus%20proficiency_warden_tlotrr_forayer_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Forayer Warden 3; Bonus Proficiency","uh":"warden_tlotrr,state:sub-forayer-tlotrr=b1~feature=s2-0"},{"id":1913,"c":41,"u":"forayer_warden_tlotrr_forayer_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Forayer Warden 3; Forayer","uh":"warden_tlotrr,state:sub-forayer-tlotrr=b1~feature=s2-0"},{"id":1915,"c":41,"u":"sneak%20attack_warden_tlotrr_forayer_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Forayer Warden 3; Sneak Attack","uh":"warden_tlotrr,state:sub-forayer-tlotrr=b1~feature=s2-0"},{"id":1917,"c":41,"u":"harrier_warden_tlotrr_forayer_tlotrr_7_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Forayer Warden 7; Harrier","uh":"warden_tlotrr,state:sub-forayer-tlotrr=b1~feature=s6-0"},{"id":1919,"c":41,"u":"bonus%20proficiency_warden_tlotrr_hunter_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hunter Warden 3; Bonus Proficiency","uh":"warden_tlotrr,state:sub-hunter-tlotrr=b1~feature=s2-0"},{"id":1921,"c":41,"u":"hunter_warden_tlotrr_hunter_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hunter Warden 3; Hunter","uh":"warden_tlotrr,state:sub-hunter-tlotrr=b1~feature=s2-0"},{"id":1923,"c":41,"u":"hunter's%20prey_warden_tlotrr_hunter_tlotrr_3_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hunter Warden 3; Hunter's Prey","uh":"warden_tlotrr,state:sub-hunter-tlotrr=b1~feature=s2-0"},{"id":1925,"c":41,"u":"defensive%20tactics_warden_tlotrr_hunter_tlotrr_7_tlotrr","p":62,"s":"TLotRR","h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hunter Warden 7; Defensive Tactics","uh":"warden_tlotrr,state:sub-hunter-tlotrr=b1~feature=s6-0"},{"id":1926,"c":3,"u":"bandit%20defector_humblewoodcampaignsetting","p":43,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Bandit Defector"},{"id":1927,"c":3,"u":"grounded_humblewoodcampaignsetting","p":44,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Grounded"},{"id":1928,"c":3,"u":"wind-touched_humblewoodcampaignsetting","p":45,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Wind-Touched"},{"id":1929,"c":3,"u":"a%20life%20of%20toil_tlotrr","p":33,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"A Life of Toil"},{"id":1930,"c":3,"u":"a%20merchant%20family_tlotrr","p":36,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"A Merchant Family"},{"id":1931,"c":3,"u":"a%20patient%20hunter_tlotrr","p":30,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"A Patient Hunter"},{"id":1932,"c":3,"u":"a%20penetrating%20gaze_tlotrr","p":33,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"A Penetrating Gaze"},{"id":1933,"c":3,"u":"bitter%20exile_tlotrr","p":32,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bitter Exile"},{"id":1934,"c":3,"u":"bucklander_tlotrr","p":38,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bucklander"},{"id":1935,"c":3,"u":"by%20hammer%20and%20anvil_tlotrr","p":29,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"By Hammer and Anvil"},{"id":1936,"c":3,"u":"counsellor_tlotrr","p":42,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Counsellor"},{"id":1937,"c":3,"u":"crossroads%20of%20the%20north_tlotrr","p":40,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Crossroads of the North"},{"id":1938,"c":3,"u":"dragon%20stories_tlotrr","p":29,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dragon Stories"},{"id":1939,"c":3,"u":"eloquent%20orator_tlotrr","p":32,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Eloquent Orator"},{"id":1940,"c":3,"u":"far%20trader_tlotrr","p":33,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Far Trader"},{"id":1941,"c":3,"u":"far-reaching%20herald_tlotrr","p":43,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Far-Reaching Herald"},{"id":1942,"c":3,"u":"forest-dweller_tlotrr","p":40,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Forest-Dweller"},{"id":1943,"c":3,"u":"gate-warden_tlotrr","p":41,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Gate-Warden"},{"id":1944,"c":3,"u":"gifted%20senses_tlotrr","p":30,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Gifted Senses"},{"id":1945,"c":3,"u":"healing%20hands_tlotrr","p":30,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Healing Hands"},{"id":1946,"c":3,"u":"hunter%20of%20orcs_tlotrr","p":43,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hunter of Orcs"},{"id":1947,"c":3,"u":"keeper%20of%20lore_tlotrr","p":43,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Keeper of Lore"},{"id":1948,"c":3,"u":"maker%20of%20ships_tlotrr","p":36,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Maker of Ships"},{"id":1949,"c":3,"u":"no%20longer%20free%20from%20care%20and%20fear_tlotrr","p":41,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"No Longer Free from Care and Fear"},{"id":1950,"c":3,"u":"off%20with%20dwarves_tlotrr","p":41,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Off with Dwarves"},{"id":1951,"c":3,"u":"on%20patrol_tlotrr","p":38,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"On Patrol"},{"id":1952,"c":3,"u":"protector%20of%20the%20land_tlotrr","p":43,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Protector of the Land"},{"id":1953,"c":3,"u":"restless%20farmer_tlotrr","p":38,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Restless Farmer"},{"id":1954,"c":3,"u":"sky-watcher_tlotrr","p":36,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sky-Watcher"},{"id":1955,"c":3,"u":"the%20call%20of%20the%20sea_tlotrr","p":35,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"The Call of the Sea"},{"id":1956,"c":3,"u":"the%20grief%20of%20azanulbizar_tlotrr","p":33,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"The Grief of Azanulbizar"},{"id":1957,"c":3,"u":"too%20many%20paths%20to%20tread_tlotrr","p":39,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Too Many Paths to Tread"},{"id":1958,"c":3,"u":"tookish%20blood_tlotrr","p":39,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Tookish Blood"},{"id":1959,"c":3,"u":"tower%20guard_tlotrr","p":36,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Tower Guard"},{"id":1960,"c":3,"u":"up%20the%20greenway_tlotrr","p":41,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Up the Greenway"},{"id":1961,"c":3,"u":"visitor%20to%20the%20mountains_tlotrr","p":36,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Visitor to the Mountains"},{"id":1962,"c":3,"u":"watcher%20on%20the%20border_tlotrr","p":43,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Watcher on the Border"},{"id":1963,"c":3,"u":"witty%20gentlehobbit_tlotrr","p":39,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Witty Gentlehobbit"},{"id":1964,"c":3,"u":"wordweaver_tlotrr","p":30,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Wordweaver"},{"id":1965,"c":6,"u":"dazed_fleemortals","p":1,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dazed"},{"id":1966,"c":6,"u":"flanked_fleemortals","p":1,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Flanked"},{"id":1967,"c":6,"u":"drunkenness_griffonssaddlebag2","p":274,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Drunkenness"},{"id":1968,"c":6,"u":"anguished_tlotrr","p":141,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Anguished"},{"id":1969,"c":6,"u":"miserable_tlotrr","p":141,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Miserable"},{"id":1970,"c":7,"u":"aerial%20expert_humblewoodcampaignsetting","p":47,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Aerial Expert"},{"id":1971,"c":7,"u":"bandit%20cunning_humblewoodcampaignsetting","p":47,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Bandit Cunning"},{"id":1972,"c":7,"u":"heavy%20glider_humblewoodcampaignsetting","p":47,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Heavy Glider"},{"id":1973,"c":7,"u":"opportunistic%20thief_humblewoodcampaignsetting","p":47,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Opportunistic Thief"},{"id":1974,"c":7,"u":"perfect%20landing_humblewoodcampaignsetting","p":47,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Perfect Landing"},{"id":1975,"c":7,"u":"speech%20of%20the%20ancient%20beasts_humblewoodcampaignsetting","p":47,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Speech of the Ancient Beasts"},{"id":1976,"c":7,"u":"woodwise_humblewoodcampaignsetting","p":47,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Woodwise"},{"id":1977,"c":7,"u":"against%20the%20unseen_tlotrr","p":85,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Against the Unseen"},{"id":1978,"c":7,"u":"art%20of%20disappearing_tlotrr","p":86,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Art of Disappearing"},{"id":1979,"c":7,"u":"baruk%20khaz%c3%a2d!_tlotrr","p":83,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Baruk Khazad!"},{"id":1980,"c":7,"u":"beast-craft_tlotrr","p":64,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Beast-Craft"},{"id":1981,"c":7,"u":"brave%20at%20a%20pinch_tlotrr","p":86,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Brave at a Pinch"},{"id":1982,"c":7,"u":"bree-pony_tlotrr","p":88,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bree-Pony"},{"id":1983,"c":7,"u":"broken%20spells_tlotrr","p":83,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Broken Spells"},{"id":1984,"c":7,"u":"confidence_tlotrr","p":80,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Confidence"},{"id":1985,"c":7,"u":"craft_tlotrr","p":68,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Craft"},{"id":1986,"c":7,"u":"dark%20for%20dark%20business_tlotrr","p":83,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dark for Dark Business"},{"id":1987,"c":7,"u":"deadly%20archery_tlotrr","p":85,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Deadly Archery"},{"id":1988,"c":7,"u":"defiance_tlotrr","p":89,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Defiance"},{"id":1989,"c":7,"u":"desperate%20courage_tlotrr","p":89,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Desperate Courage"},{"id":1990,"c":7,"u":"dour-handed_tlotrr","p":80,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dour-Handed"},{"id":1991,"c":7,"u":"dragon-slayer_tlotrr","p":82,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dragon-Slayer"},{"id":1992,"c":7,"u":"durin's%20way_tlotrr","p":84,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Durin's Way"},{"id":1993,"c":7,"u":"dwarf-friend_tlotrr","p":82,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dwarf-Friend"},{"id":1994,"c":7,"u":"elbereth%20gilthoniel!_tlotrr","p":85,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Elbereth Gilthoniel!"},{"id":1995,"c":7,"u":"elvish%20spirit_tlotrr","p":86,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Elvish Spirit"},{"id":1996,"c":7,"u":"endurance%20of%20the%20ranger_tlotrr","p":90,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Endurance of the Ranger"},{"id":1997,"c":7,"u":"fierce%20shot_tlotrr","p":82,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Fierce Shot"},{"id":1998,"c":7,"u":"fighting%20style_tlotrr","p":68,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Fighting Style"},{"id":1999,"c":7,"u":"foresight%20of%20their%20kindred_tlotrr","p":90,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Foresight of their Kindred"},{"id":2000,"c":7,"u":"friendly%20and%20familiar_tlotrr","p":89,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Friendly and Familiar"},{"id":2001,"c":7,"u":"gleam%20of%20wrath_tlotrr","p":86,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Gleam of Wrath"},{"id":2002,"c":7,"u":"hand-craft_tlotrr","p":64,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hand-Craft"},{"id":2003,"c":7,"u":"hardiness_tlotrr","p":80,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hardiness"},{"id":2004,"c":7,"u":"heir%20of%20arnor_tlotrr","p":90,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Heir of Arnor"},{"id":2005,"c":7,"u":"high%20destiny_tlotrr","p":83,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"High Destiny"},{"id":2006,"c":7,"u":"hit%20die_tlotrr","p":68,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hit Die"},{"id":2007,"c":7,"u":"leech-craft_tlotrr","p":64,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Leech-Craft"},{"id":2008,"c":7,"u":"mastery_tlotrr","p":80,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Mastery"},{"id":2009,"c":7,"u":"memory%20of%20ancient%20days_tlotrr","p":86,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Memory of Ancient Days"},{"id":2010,"c":7,"u":"nimbleness_tlotrr","p":80,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Nimbleness"},{"id":2011,"c":7,"u":"prowess_tlotrr","p":80,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Prowess"},{"id":2012,"c":7,"u":"reward_tlotrr","p":68,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Reward"},{"id":2013,"c":7,"u":"royalty%20revealed_tlotrr","p":90,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Royalty Revealed"},{"id":2014,"c":7,"u":"rune-craft_tlotrr","p":65,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Rune-Craft"},{"id":2015,"c":7,"u":"small%20folk_tlotrr","p":87,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Small Folk"},{"id":2016,"c":7,"u":"sneak%20attack_tlotrr","p":68,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sneak Attack"},{"id":2017,"c":7,"u":"song-craft_tlotrr","p":65,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Song-Craft"},{"id":2018,"c":7,"u":"speech-craft_tlotrr","p":65,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Speech-Craft"},{"id":2019,"c":7,"u":"stone-hard_tlotrr","p":84,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Stone-Hard"},{"id":2020,"c":7,"u":"stout-hearted_tlotrr","p":82,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Stout-Hearted"},{"id":2021,"c":7,"u":"strange%20as%20news%20from%20bree_tlotrr","p":89,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Strange as News from Bree"},{"id":2022,"c":7,"u":"strength%20of%20will_tlotrr","p":91,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Strength of Will"},{"id":2023,"c":7,"u":"sure%20at%20the%20mark_tlotrr","p":87,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sure at the Mark"},{"id":2024,"c":7,"u":"the%20art%20of%20smoking_tlotrr","p":89,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"The Art of Smoking"},{"id":2025,"c":7,"u":"the%20language%20of%20birds_tlotrr","p":83,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"The Language of Birds"},{"id":2026,"c":7,"u":"three%20is%20company_tlotrr","p":87,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Three is Company"},{"id":2027,"c":7,"u":"tough%20as%20old%20tree-roots_tlotrr","p":88,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Tough as Old Tree-Roots"},{"id":2028,"c":7,"u":"untameable%20spirit_tlotrr","p":84,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Untameable Spirit"},{"id":2029,"c":7,"u":"virtue_tlotrr","p":68,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Virtue"},{"id":2030,"c":7,"u":"ways%20of%20the%20wild_tlotrr","p":91,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ways of the Wild"},{"id":2031,"c":7,"u":"weapon-craft_tlotrr","p":66,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Weapon-Craft"},{"id":2032,"c":7,"u":"wood-craft_tlotrr","p":66,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Wood-Craft"},{"id":2928,"c":28,"u":"adept%20climber%20(bear)_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Adept Climber (Bear)"},{"id":2929,"c":28,"u":"arctic%20traveler_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Arctic Traveler"},{"id":2930,"c":28,"u":"bonus%20action%3a%20fearsome%20growl%20(1%2fday)_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bonus Action: Fearsome Growl (1/Day)"},{"id":2931,"c":28,"u":"clever%20claws_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Clever Claws"},{"id":2932,"c":28,"u":"powerful%20jaws_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Powerful Jaws"},{"id":2933,"c":28,"u":"sprint%20(recharges%20after%20a%20short%20or%20long%20rest)_fleemortals","p":36,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sprint (Recharges after a Short or Long Rest)"},{"id":2934,"c":28,"u":"action%3a%20crushing%20grip_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Action: Crushing Grip"},{"id":2935,"c":28,"u":"aerial%20pursuit%20(recharges%20after%20a%20short%20or%20long%20rest)_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Aerial Pursuit (Recharges after a Short or Long Rest)"},{"id":2936,"c":28,"u":"agile%20flyer_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Agile Flyer"},{"id":2937,"c":28,"u":"decapitating%20strike_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Decapitating Strike"},{"id":2938,"c":28,"u":"glide_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Glide"},{"id":2939,"c":28,"u":"night%20hunter_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Night Hunter"},{"id":2940,"c":28,"u":"ocean%20hunter_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ocean Hunter"},{"id":2941,"c":28,"u":"powerful%20impact_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Powerful Impact"},{"id":2942,"c":28,"u":"scavenger's%20resilience_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Scavenger's Resilience"},{"id":2943,"c":28,"u":"wind%20hover_fleemortals","p":38,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Wind Hover"},{"id":2944,"c":28,"u":"action%3a%20deafening%20song%20(recharge%206)_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Action: Deafening Song (Recharge 6)"},{"id":2945,"c":28,"u":"action%3a%20multiattack_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Action: Multiattack"},{"id":2946,"c":28,"u":"burrower_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Burrower"},{"id":2947,"c":28,"u":"darkvision_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Darkvision"},{"id":2948,"c":28,"u":"disease%20carrier_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Disease Carrier"},{"id":2949,"c":28,"u":"durable_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Durable"},{"id":2950,"c":28,"u":"flyer_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Flyer"},{"id":2951,"c":28,"u":"sting_fleemortals","p":42,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sting"},{"id":2952,"c":28,"u":"adept%20climber%20(wildcat)_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Adept Climber (Wildcat)"},{"id":2953,"c":28,"u":"agile%20landing_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Agile Landing"},{"id":2954,"c":28,"u":"deadly%20bite_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Deadly Bite"},{"id":2955,"c":28,"u":"desert%20dweller_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Desert Dweller"},{"id":2956,"c":28,"u":"mountain%20dweller_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mountain Dweller"},{"id":2957,"c":28,"u":"superior%20sprint%20(2%2fshort%20or%20long%20rest)_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Superior Sprint (2/Short or Long Rest)"},{"id":2958,"c":28,"u":"pack%20tactics_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Pack Tactics"},{"id":2959,"c":28,"u":"powerful%20leap_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Powerful Leap"},{"id":2960,"c":28,"u":"swimmer_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swimmer"},{"id":2961,"c":28,"u":"noxious%20vines_fleemortals","p":137,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Noxious Vines"},{"id":2962,"c":28,"u":"phantoms%20abound_fleemortals","p":138,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Phantoms Abound"},{"id":2963,"c":28,"u":"grasping%20detritus_fleemortals","p":139,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Grasping Detritus"},{"id":2964,"c":28,"u":"hear%20the%20unseen_fleemortals","p":292,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Hear the Unseen"},{"id":2965,"c":28,"u":"rockbreaker_fleemortals","p":292,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Rockbreaker"},{"id":2966,"c":28,"u":"tunnel-adapted_fleemortals","p":292,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tunnel-Adapted"},{"id":2967,"c":28,"u":"speak%20with%20beasts%20and%20plants_fleemortals","p":299,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Speak with Beasts and Plants"},{"id":2968,"c":28,"u":"tree%20stride_fleemortals","p":299,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tree Stride"},{"id":2969,"c":28,"u":"living%20forest_fleemortals","p":299,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Living Forest"},{"id":2970,"c":28,"u":"armor%20of%20decay_fleemortals","p":306,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Armor of Decay"},{"id":2971,"c":28,"u":"touch%20of%20rot_fleemortals","p":306,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Touch of Rot"},{"id":2972,"c":28,"u":"undying%20hunger_fleemortals","p":306,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Undying Hunger"},{"id":2973,"c":28,"u":"ruin%20climber_fleemortals","p":319,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ruin Climber"},{"id":2974,"c":28,"u":"ruin%20delver_fleemortals","p":319,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ruin Delver"},{"id":2975,"c":28,"u":"ruin%20runner_fleemortals","p":319,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ruin Runner"},{"id":2976,"c":28,"u":"low-light%20senses_fleemortals","p":326,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Low-Light Senses"},{"id":2977,"c":28,"u":"used%20to%20filth_fleemortals","p":326,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Used to Filth"},{"id":2978,"c":28,"u":"of%20unusual%20size_fleemortals","p":326,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Of Unusual Size"},{"id":2979,"c":28,"u":"acidic%20nature_fleemortals","p":332,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Acidic Nature"},{"id":2980,"c":28,"u":"swamp%20stride_fleemortals","p":332,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swamp Stride"},{"id":2981,"c":28,"u":"one%20with%20the%20swamp_fleemortals","p":332,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"One with the Swamp"},{"id":2982,"c":28,"u":"fungal%20infestation_fleemortals","p":338,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Fungal Infestation"},{"id":2983,"c":28,"u":"shadow%20blend_fleemortals","p":338,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shadow Blend"},{"id":2984,"c":28,"u":"underground%20senses_fleemortals","p":338,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Underground Senses"},{"id":2985,"c":28,"u":"mystic%20connection%3a%20clawfish_fleemortals","p":33,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Clawfish"},{"id":2986,"c":28,"u":"mystic%20connection%3a%20leyleech_fleemortals","p":344,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Leyleech"},{"id":2987,"c":28,"u":"mystic%20connection%3a%20bear_fleemortals","p":44,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Bear"},{"id":2988,"c":28,"u":"mystic%20connection%3a%20camel_fleemortals","p":46,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Camel"},{"id":2989,"c":28,"u":"mystic%20connection%3a%20wildcat_fleemortals","p":47,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Wildcat"},{"id":2990,"c":28,"u":"mystic%20connection%3a%20gibbering%20mouther_fleemortals","p":115,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Gibbering Mouther"},{"id":2991,"c":28,"u":"mystic%20connection%3a%20abyssal%20hyena_fleemortals","p":123,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Abyssal Hyena"},{"id":2992,"c":28,"u":"mystic%20connection%3a%20skitterling_fleemortals","p":132,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Skitterling"},{"id":2993,"c":28,"u":"mystic%20connection%3a%20griffon_fleemortals","p":135,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Griffon"},{"id":2994,"c":28,"u":"mystic%20connection%3a%20kingfissure%20worm_fleemortals","p":169,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Kingfissure Worm"},{"id":2995,"c":28,"u":"mystic%20connection%3a%20drangolin_fleemortals","p":179,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Drangolin"},{"id":2996,"c":28,"u":"mystic%20connection%3a%20lightbender_fleemortals","p":181,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Lightbender"},{"id":2997,"c":28,"u":"mystic%20connection%3a%20manticore_fleemortals","p":187,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Manticore"},{"id":2998,"c":28,"u":"mystic%20connection%3a%20mohler_fleemortals","p":125,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Mohler"},{"id":2999,"c":28,"u":"mystic%20connection%3a%20otyugh_fleemortals","p":217,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Otyugh"},{"id":3000,"c":28,"u":"mystic%20connection%3a%20shambling%20mound_fleemortals","p":225,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Shambling Mound"},{"id":3001,"c":28,"u":"mystic%20connection%3a%20stirge_fleemortals","p":227,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Stirge"},{"id":3002,"c":28,"u":"mystic%20connection%3a%20crawling%20claw_fleemortals","p":257,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Crawling Claw"},{"id":3003,"c":28,"u":"mystic%20connection%3a%20wyvern_fleemortals","p":290,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Wyvern"},{"id":3004,"c":28,"u":"mystic%20connection%3a%20rotbeast_fleemortals","p":304,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Rotbeast"},{"id":3005,"c":28,"u":"mystic%20connection%3a%20blood-borne%20ooze_fleemortals","p":311,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Blood-Borne Ooze"},{"id":3006,"c":28,"u":"mystic%20connection%3a%20stoneback%20isopod_fleemortals","p":330,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Stoneback Isopod"},{"id":3007,"c":28,"u":"mystic%20connection%3a%20gem%20jelly_fleemortals","p":343,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mystic Connection: Gem Jelly"},{"id":3008,"c":28,"u":"arcing%20iron_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Arcing Iron"},{"id":3009,"c":28,"u":"armor-crushing%20blows_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Armor-Crushing Blows"},{"id":3010,"c":28,"u":"blade%20breaking%20blow_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Blade Breaking Blow"},{"id":3011,"c":28,"u":"blade%20of%20eternal%20demise_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Blade of Eternal Demise"},{"id":3012,"c":28,"u":"commanding%20grasp_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Commanding Grasp"},{"id":3013,"c":28,"u":"contest%20of%20wills_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Contest of Wills"},{"id":3014,"c":28,"u":"disarming%20swipe_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Disarming Swipe"},{"id":3015,"c":28,"u":"helmsplitter_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Helmsplitter"},{"id":3016,"c":28,"u":"iron%20tempest_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Iron Tempest"},{"id":3017,"c":28,"u":"refusal%20to%20bleed_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Refusal to Bleed"},{"id":3018,"c":28,"u":"steely%20determination_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Steely Determination"},{"id":3019,"c":28,"u":"unstoppable%20missile_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Unstoppable Missile"},{"id":3020,"c":28,"u":"wall%20of%20blades_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Wall of Blades"},{"id":3021,"c":28,"u":"curse%20of%20the%20befuddled_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Befuddled"},{"id":3022,"c":28,"u":"curse%20of%20the%20clumsy_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Clumsy"},{"id":3023,"c":28,"u":"curse%20of%20the%20debilitated_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Debilitated"},{"id":3024,"c":28,"u":"curse%20of%20the%20doomed_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Doomed"},{"id":3025,"c":28,"u":"curse%20of%20the%20fearful_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Fearful"},{"id":3026,"c":28,"u":"curse%20of%20the%20inept_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Inept"},{"id":3027,"c":28,"u":"curse%20of%20the%20insensate_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Insensate"},{"id":3028,"c":28,"u":"curse%20of%20the%20maimed_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Maimed"},{"id":3029,"c":28,"u":"curse%20of%20the%20marked_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Marked"},{"id":3030,"c":28,"u":"curse%20of%20the%20plagued_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Plagued"},{"id":3031,"c":28,"u":"curse%20of%20the%20ruined_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Ruined"},{"id":3032,"c":28,"u":"curse%20of%20the%20somnolent_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Somnolent"},{"id":3033,"c":28,"u":"curse%20of%20the%20unlucky_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Curse of the Unlucky"},{"id":3034,"c":28,"u":"apex%20dominance_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Apex Dominance"},{"id":3035,"c":28,"u":"axolotl's%20regeneration_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Axolotl's Regeneration"},{"id":3036,"c":28,"u":"bestial%20transformation_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Bestial Transformation"},{"id":3037,"c":28,"u":"call%20of%20the%20beast%20lord_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Call of the Beast Lord"},{"id":3038,"c":28,"u":"carrion%20feast_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Carrion Feast"},{"id":3039,"c":28,"u":"falcon's%20glide_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Falcon's Glide"},{"id":3040,"c":28,"u":"feral%20fighting_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Feral Fighting"},{"id":3041,"c":28,"u":"hibernating%20bear%20recuperation_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Hibernating Bear Recuperation"},{"id":3042,"c":28,"u":"pack%20leader_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Pack Leader"},{"id":3043,"c":28,"u":"predator's%20howl_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Predator's Howl"},{"id":3044,"c":28,"u":"shape%20of%20the%20behemoth_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Shape of the Behemoth"},{"id":3045,"c":28,"u":"slippery%20otter_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Slippery Otter"},{"id":3046,"c":28,"u":"snout%20of%20the%20bloodhound_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Snout of the Bloodhound"},{"id":3047,"c":28,"u":"trampling%20bull_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Trampling Bull"},{"id":3048,"c":28,"u":"tusks%20of%20the%20rampaging%20mammoth_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Tusks of the Rampaging Mammoth"},{"id":3049,"c":28,"u":"woolly%20beast's%20hide_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Woolly Beast's Hide"},{"id":3060,"c":28,"u":"abating%20seal_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Abating Seal"},{"id":3061,"c":28,"u":"acheron's%20chain_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Acheron's Chain"},{"id":3062,"c":28,"u":"axiomatic%20seals%20(passive)_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Axiomatic Seals (Passive)"},{"id":3063,"c":28,"u":"bedevil_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Bedevil"},{"id":3064,"c":28,"u":"blood%20for%20blood%20(passive)_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Blood for Blood (Passive)"},{"id":3065,"c":28,"u":"bravado_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Bravado"},{"id":3066,"c":28,"u":"brutal_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Brutal"},{"id":3067,"c":28,"u":"by%20the%20throat_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"By the Throat"},{"id":3068,"c":28,"u":"conflagrant%20channel_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Conflagrant Channel"},{"id":3069,"c":28,"u":"dark%20malediction%20(passive)_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Dark Malediction (Passive)"},{"id":3070,"c":28,"u":"dis's%20onslaught%20(passive)_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Dis's Onslaught (Passive)"},{"id":3071,"c":28,"u":"dispater's%20supremacy%20(passive)_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Dispater's Supremacy (Passive)"},{"id":3072,"c":28,"u":"eyes%20of%20the%20gate_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Eyes of the Gate"},{"id":3073,"c":28,"u":"flash%20of%20brimstone_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Flash of Brimstone"},{"id":3074,"c":28,"u":"foul%20interchange_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Foul Interchange"},{"id":3075,"c":28,"u":"hell%20mage%20(passive)_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hell Mage (Passive)"},{"id":3076,"c":28,"u":"hell's%20assassin%20(passive)_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hell's Assassin (Passive)"},{"id":3077,"c":28,"u":"hellish%20frenzy_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellish Frenzy"},{"id":3078,"c":28,"u":"hellsight_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Hellsight"},{"id":3079,"c":28,"u":"impaling%20shot_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Impaling Shot"},{"id":3080,"c":28,"u":"incontrovertible%20(passive)_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Incontrovertible (Passive)"},{"id":3081,"c":28,"u":"inexorable_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Inexorable"},{"id":3082,"c":28,"u":"iron%20gaol_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Iron Gaol"},{"id":3083,"c":28,"u":"last%20word_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Last Word"},{"id":3084,"c":28,"u":"lies_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lies"},{"id":3085,"c":28,"u":"lissome_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Lissome"},{"id":3086,"c":28,"u":"red%20cant_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Red Cant"},{"id":3087,"c":28,"u":"sanguine%20gift_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Sanguine Gift"},{"id":3088,"c":28,"u":"shadow%20shroud_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Shadow Shroud"},{"id":3089,"c":28,"u":"slippery%20ploy_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Slippery Ploy"},{"id":3090,"c":28,"u":"soul%20eater_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Soul Eater"},{"id":3091,"c":28,"u":"soul's%20doom_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Soul's Doom"},{"id":3092,"c":28,"u":"spellbreaker_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Spellbreaker"},{"id":3093,"c":28,"u":"styx's%20apathy_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Styx's Apathy"},{"id":3094,"c":28,"u":"swift%20retribution%20(passive)_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Swift Retribution (Passive)"},{"id":3095,"c":28,"u":"telekinetic%20seal_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Telekinetic Seal"},{"id":3096,"c":28,"u":"unfettered_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Unfettered"},{"id":3097,"c":28,"u":"unleash%20hell_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Unleash Hell"},{"id":3098,"c":28,"u":"veil%20of%20lies_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Veil of Lies"},{"id":3099,"c":28,"u":"vengeful%20shot_illriggerrevised","s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Vengeful Shot"},{"id":3100,"c":28,"u":"great%20weapon%20fighting_tlotrr","p":46,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Great Weapon Fighting"},{"id":3101,"c":28,"u":"protection_tlotrr","p":46,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Protection"},{"id":3102,"c":28,"u":"bone%20spikes_whereevillives","s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Bone Spikes"},{"id":3103,"c":28,"u":"chromatophores_whereevillives","s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Chromatophores"},{"id":3104,"c":28,"u":"redundant%20organs_whereevillives","s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Redundant Organs"},{"id":3105,"c":28,"u":"relentless%20toughness_whereevillives","s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Relentless Toughness"},{"id":3106,"c":28,"u":"tentacle%20arms_whereevillives","s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Tentacle Arms"},{"id":4539,"c":4,"u":"ale%20or%20mead%2c%20cup_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ale or Mead, cup"},{"id":4540,"c":4,"u":"ale%20or%20mead%2c%20jug_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ale or Mead, jug"},{"id":4541,"c":4,"u":"axe_tlotrr","p":73,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Axe"},{"id":4542,"c":4,"u":"battle%20axe_tlotrr","p":73,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Battle Axe"},{"id":4543,"c":4,"u":"bowls_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bowls"},{"id":4544,"c":4,"u":"bread%2c%20loaf_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bread, loaf"},{"id":4545,"c":4,"u":"cheese%2c%20hunk_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Cheese, hunk"},{"id":4546,"c":4,"u":"clarinet_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Clarinet"},{"id":4547,"c":4,"u":"darts_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Darts"},{"id":4548,"c":4,"u":"feast%20(per%20person)_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Feast (per person)"},{"id":4549,"c":4,"u":"fiddle_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Fiddle"},{"id":4550,"c":4,"u":"hammer_tlotrr","p":73,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hammer"},{"id":4551,"c":4,"u":"harp_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Harp"},{"id":4552,"c":4,"u":"heavy%20hammer_tlotrr","p":73,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Heavy Hammer"},{"id":4553,"c":4,"u":"herbalism%20kit_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Herbalism Kit"},{"id":4554,"c":4,"u":"leather%20corslet_tlotrr","p":72,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Leather Corslet"},{"id":4555,"c":4,"u":"leather%20shirt_tlotrr","p":72,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Leather Shirt"},{"id":4556,"c":4,"u":"long%20sword_tlotrr","p":73,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Long Sword"},{"id":4557,"c":4,"u":"mattock_tlotrr","p":73,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Mattock"},{"id":4558,"c":4,"u":"meat%2c%20chunk_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Meat, chunk"},{"id":4559,"c":4,"u":"pipe_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Pipe"},{"id":4560,"c":4,"u":"pipe-weed%2c%20longbottom%20leaf%20(10%20uses)_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Pipe-weed, Longbottom Leaf (10 uses)"},{"id":4561,"c":4,"u":"pipe-weed%2c%20old%20toby%20(10%20uses)_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Pipe-weed, Old Toby (10 uses)"},{"id":4562,"c":4,"u":"pipe-weed%2c%20southern%20star%20(10%20uses)_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Pipe-weed, Southern Star (10 uses)"},{"id":4563,"c":4,"u":"pipe-weed%2c%20southlinch%20(10%20uses)_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Pipe-weed, Southlinch (10 uses)"},{"id":4564,"c":4,"u":"pocket-handkerchief_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Pocket-Handkerchief"},{"id":4565,"c":4,"u":"quoits_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Quoits"},{"id":4566,"c":4,"u":"rations%2c%20cram_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Rations, Cram"},{"id":4567,"c":4,"u":"ring-mail_tlotrr","p":72,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ring-Mail"},{"id":4568,"c":4,"u":"scale%20armour_tlotrr","p":72,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Scale Armour"},{"id":4569,"c":4,"u":"staff_tlotrr","p":73,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Staff"},{"id":4570,"c":4,"u":"summer%20smoke%20ring%20festival%20pipe_tlotrr","p":189,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Summer Smoke Ring Festival Pipe"},{"id":4571,"c":4,"u":"sword_tlotrr","p":73,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sword"},{"id":4572,"c":4,"u":"trumpet_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Trumpet"},{"id":4573,"c":4,"u":"wine%2c%20bottle%20(elven%20or%20dorwinion)_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Wine, bottle (Elven or Dorwinion)"},{"id":4574,"c":4,"u":"wine%2c%20cup_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Wine, cup"},{"id":4575,"c":4,"u":"wine%2c%20cup%20(elven%20or%20dorwinion)_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Wine, cup (Elven or Dorwinion)"},{"id":4576,"c":4,"u":"ale%20seed_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ale Seed"},{"id":4577,"c":4,"u":"bearskin%20cloak_bookofebontides","p":195,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bearskin Cloak"},{"id":4578,"c":4,"u":"bonfire%20seed_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bonfire Seed"},{"id":4579,"c":4,"u":"book%20of%20ebon%20tides_bookofebontides","p":204,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Book of Ebon Tides"},{"id":4580,"c":4,"u":"boots%20of%20dancing_bookofebontides","p":195,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Boots of Dancing"},{"id":4581,"c":4,"u":"boots%20of%20shadow%20walking_bookofebontides","p":195,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Boots of Shadow Walking"},{"id":4582,"c":4,"u":"bridge%20seed_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bridge Seed"},{"id":4583,"c":4,"u":"cloak%20of%20splendor_bookofebontides","p":195,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Cloak of Splendor"},{"id":4584,"c":4,"u":"cloak%20of%20the%20raven_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Cloak of the Raven"},{"id":4585,"c":4,"u":"collapsible%20mountain_bookofebontides","p":205,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Collapsible Mountain"},{"id":4586,"c":4,"u":"crown%20of%20infinite%20midnight_bookofebontides","p":205,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Crown of Infinite Midnight"},{"id":4587,"c":4,"u":"dragon%20seed_bookofebontides","p":200,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Dragon Seed"},{"id":4588,"c":4,"u":"earrings%20of%20eclipse_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Earrings of Eclipse"},{"id":4589,"c":4,"u":"emerald%20goblet_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Emerald Goblet"},{"id":4590,"c":4,"u":"forest%20seed_bookofebontides","p":200,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Forest Seed"},{"id":4591,"c":4,"u":"gloves%20of%20the%20walking%20shade_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Gloves of the Walking Shade"},{"id":4592,"c":4,"u":"glowstone%20helmet_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Glowstone Helmet"},{"id":4593,"c":4,"u":"hecate's%20dagger_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Hecate's Dagger"},{"id":4594,"c":4,"u":"hecate's%20lantern_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Hecate's Lantern"},{"id":4595,"c":4,"u":"instant%20door_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Instant Door"},{"id":4596,"c":4,"u":"knightly%20seed_bookofebontides","p":201,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Knightly Seed"},{"id":4597,"c":4,"u":"labyrinth%20rope_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Labyrinth Rope"},{"id":4598,"c":4,"u":"messenger%20owl%20seed_bookofebontides","p":201,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Messenger Owl Seed"},{"id":4599,"c":4,"u":"moonbeam%20chain%20mail_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonbeam Chain Mail"},{"id":4600,"c":4,"u":"mooncatcher's%20net_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Mooncatcher's Net"},{"id":4601,"c":4,"u":"moonseeker's%20lantern%20of%20safe%20returns_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonseeker's Lantern of Safe Returns"},{"id":4602,"c":4,"u":"orchard%20seed_bookofebontides","p":201,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Orchard Seed"},{"id":4603,"c":4,"u":"philter%20of%20boundless%20joy_bookofebontides","p":202,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Boundless Joy"},{"id":4604,"c":4,"u":"philter%20of%20deep%20despair_bookofebontides","p":202,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Deep Despair"},{"id":4605,"c":4,"u":"philter%20of%20enchanted%20fortune_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Enchanted Fortune"},{"id":4606,"c":4,"u":"philter%20of%20innocence_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Innocence"},{"id":4607,"c":4,"u":"philter%20of%20loving%20kindness_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Loving Kindness"},{"id":4608,"c":4,"u":"philter%20of%20lust_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Lust"},{"id":4609,"c":4,"u":"philter%20of%20mercy_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Mercy"},{"id":4610,"c":4,"u":"philter%20of%20righteous%20anger_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Righteous Anger"},{"id":4611,"c":4,"u":"philter%20of%20waking%20dreams_bookofebontides","p":203,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Philter of Waking Dreams"},{"id":4612,"c":4,"u":"rain%20and%20thunder%20seed_bookofebontides","p":201,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Rain and Thunder Seed"},{"id":4613,"c":4,"u":"rattling%20armor_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Rattling Armor"},{"id":4614,"c":4,"u":"requiem%20bliss_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Requiem Bliss"},{"id":4615,"c":4,"u":"requiem%20clay_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Requiem Clay"},{"id":4616,"c":4,"u":"ring%20of%20dancing_bookofebontides","p":207,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ring of Dancing"},{"id":4617,"c":4,"u":"ring%20of%20daylight_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ring of Daylight"},{"id":4618,"c":4,"u":"ring%20of%20the%20ghouls_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ring of the Ghouls"},{"id":4619,"c":4,"u":"ring%20of%20winter's%20kiss_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ring of Winter's Kiss"},{"id":4620,"c":4,"u":"road%20seed_bookofebontides","p":202,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Road Seed"},{"id":4621,"c":4,"u":"road%20warden%20shield_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Road Warden Shield"},{"id":4622,"c":4,"u":"sealskin%20cloak_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Sealskin Cloak"},{"id":4623,"c":4,"u":"serpent%20hide_bookofebontides","p":0,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Serpent Hide"},{"id":4624,"c":4,"u":"shadow%20portal%20scroll_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Portal Scroll"},{"id":4625,"c":4,"u":"shield%20of%20blinding_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shield of Blinding"},{"id":4626,"c":4,"u":"shield%20of%20crows_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shield of Crows"},{"id":4627,"c":4,"u":"shield%20of%20dawn's%20herald_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shield of Dawn's Herald"},{"id":4628,"c":4,"u":"shield%20of%20otters_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shield of Otters"},{"id":4629,"c":4,"u":"shield%20of%20swans_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shield of Swans"},{"id":4630,"c":4,"u":"staff%20of%20radiance_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Staff of Radiance"},{"id":4631,"c":4,"u":"staff%20of%20the%20void_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Staff of the Void"},{"id":4632,"c":4,"u":"stallion%20seed_bookofebontides","p":202,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Stallion Seed"},{"id":4633,"c":4,"u":"styx%20boots_bookofebontides","p":196,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Styx Boots"},{"id":4634,"c":4,"u":"tavern%20seed_bookofebontides","p":202,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Tavern Seed"},{"id":4635,"c":4,"u":"trickster's%20boots_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Trickster's Boots"},{"id":4636,"c":4,"u":"unerring%20dowsing%20rod_bookofebontides","p":206,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Unerring Dowsing Rod"},{"id":4637,"c":4,"u":"wand%20of%20shadows_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wand of Shadows"},{"id":4638,"c":4,"u":"wand%20of%20tides_bookofebontides","p":208,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wand of Tides"},{"id":4639,"c":4,"u":"whispering%20cloak_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Whispering Cloak"},{"id":4640,"c":4,"u":"wine%20of%20the%20starry%20void_bookofebontides","p":207,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wine of the Starry Void"},{"id":4641,"c":4,"u":"wine%20of%20the%20summer%20court_bookofebontides","p":207,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wine of the Summer Court"},{"id":4642,"c":4,"u":"wine%20of%20the%20winter%20court_bookofebontides","p":207,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wine of the Winter Court"},{"id":4643,"c":4,"u":"witchlight%20scimitar_bookofebontides","p":210,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Witchlight Scimitar"},{"id":4644,"c":4,"u":"wolfskin%20cloak_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Wolfskin Cloak"},{"id":4645,"c":4,"u":"mantle%20of%20the%20lightbender_fleemortals","p":180,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mantle of the Lightbender"},{"id":4646,"c":4,"u":"treant%20arrow_fleemortals","p":240,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Treant Arrow"},{"id":4647,"c":4,"u":"pendant%20of%20grave%20regeneration_fleemortals","p":350,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Pendant of Grave Regeneration"},{"id":4648,"c":4,"u":"tome%20of%20the%20ethereal_fleemortals","p":350,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tome of the Ethereal"},{"id":4649,"c":4,"u":"boog's%20ball_fleemortals","p":356,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Boog's Ball"},{"id":4650,"c":4,"u":"poison%20popper_fleemortals","p":356,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Poison Popper"},{"id":4651,"c":4,"u":"iron%20ring_fleemortals","p":362,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Iron Ring"},{"id":4652,"c":4,"u":"star%20of%20iron_fleemortals","p":362,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Star of Iron"},{"id":4653,"c":4,"u":"eye%20of%20sunrise_fleemortals","p":368,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Eye of Sunrise"},{"id":4654,"c":4,"u":"waning%20moon_fleemortals","p":368,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Waning Moon"},{"id":4655,"c":4,"u":"amethyst%20die_fleemortals","p":374,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Amethyst Die"},{"id":4656,"c":4,"u":"mindrazor_fleemortals","p":374,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mindrazor"},{"id":4657,"c":4,"u":"bracers%20of%20the%20spellbreaker_fleemortals","p":381,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Bracers of the Spellbreaker"},{"id":4658,"c":4,"u":"crown%20of%20majesty_fleemortals","p":381,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Crown of Majesty"},{"id":4659,"c":4,"u":"pathfinder's%20boots_fleemortals","p":381,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Pathfinder's Boots"},{"id":4660,"c":4,"u":"ring%20of%20scarlet%20shadows_fleemortals","p":381,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ring of Scarlet Shadows"},{"id":4661,"c":4,"u":"visionary's%20cloak_fleemortals","p":381,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Visionary's Cloak"},{"id":4662,"c":4,"u":"sun%20eater's%20mind_fleemortals","p":387,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sun Eater's Mind"},{"id":4663,"c":4,"u":"sun%20eater's%20soul_fleemortals","p":387,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sun Eater's Soul"},{"id":4664,"c":4,"u":"arc%20rifle_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Arc Rifle"},{"id":4665,"c":4,"u":"ardor_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Ardor"},{"id":4666,"c":4,"u":"bow%20of%20four_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Bow of Four"},{"id":4667,"c":4,"u":"carvaloth%20scale%20armor_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Carvaloth Scale Armor"},{"id":4668,"c":4,"u":"cinder%20coat_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Cinder Coat"},{"id":4669,"c":4,"u":"cloak%20of%20the%20stygian%20bat_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Cloak of the Stygian Bat"},{"id":4670,"c":4,"u":"flammable%20tincture_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Flammable Tincture"},{"id":4671,"c":4,"u":"light%20drinker_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Light Drinker"},{"id":4672,"c":4,"u":"ring%20of%20hidden%20desire_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Ring of Hidden Desire"},{"id":4673,"c":4,"u":"seeing%20glass_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Seeing Glass"},{"id":4674,"c":4,"u":"telltale%20heart_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Telltale Heart"},{"id":4675,"c":4,"u":"zeal_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Zeal"},{"id":4676,"c":4,"u":"borealus_humblewoodcampaignsetting","p":213,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Borealus"},{"id":4677,"c":4,"u":"feathered%20helm_humblewoodcampaignsetting","p":213,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Feathered Helm"},{"id":4678,"c":4,"u":"necronomicon%20ex%20corvis_humblewoodcampaignsetting","p":213,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Necronomicon Ex Corvis"},{"id":4679,"c":4,"u":"nest%20charm_humblewoodcampaignsetting","p":214,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Nest Charm"},{"id":4680,"c":4,"u":"wing%20crest%20shield_humblewoodcampaignsetting","p":214,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Wing Crest Shield"},{"id":4681,"c":4,"u":"bone%20painted%20stone_talesfromtheshadows","p":176,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Bone Painted Stone"},{"id":4682,"c":4,"u":"chitinous%20club%20of%20c'naazo_talesfromtheshadows","p":175,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Chitinous Club of c'Naazo"},{"id":4683,"c":4,"u":"combined%20mirror%20shards_talesfromtheshadows","p":167,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Combined Mirror Shards"},{"id":4684,"c":4,"u":"goblin%20chisel_talesfromtheshadows","p":175,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Goblin Chisel"},{"id":4685,"c":4,"u":"indigo%20painted%20stone_talesfromtheshadows","p":176,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Indigo Painted Stone"},{"id":4686,"c":4,"u":"juniper%20painted%20stone_talesfromtheshadows","p":176,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Juniper Painted Stone"},{"id":4687,"c":4,"u":"liliana's%20rose_talesfromtheshadows","p":175,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Liliana's Rose"},{"id":4688,"c":4,"u":"mustard%20painted%20stone_talesfromtheshadows","p":176,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Mustard Painted Stone"},{"id":4689,"c":4,"u":"night%20messenger's%20coat_talesfromtheshadows","p":176,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Night Messenger's Coat"},{"id":4690,"c":4,"u":"puce%20painted%20stone_talesfromtheshadows","p":176,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Puce Painted Stone"},{"id":4691,"c":4,"u":"shadow%20grimoire_talesfromtheshadows","p":177,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shadow Grimoire"},{"id":4692,"c":4,"u":"shroud%20of%20kairious_talesfromtheshadows","p":179,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Shroud of Kairious"},{"id":4693,"c":4,"u":"slate%20painted%20stone_talesfromtheshadows","p":176,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Slate Painted Stone"},{"id":4694,"c":4,"u":"the%20luminous%20codex_talesfromtheshadows","p":175,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"The Luminous Codex"},{"id":4695,"c":4,"u":"umber%20painted%20stone_talesfromtheshadows","p":176,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Umber Painted Stone"},{"id":4696,"c":4,"u":"umbril%20opal%20necklace_talesfromtheshadows","p":179,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Umbril Opal Necklace"},{"id":4697,"c":4,"u":"violet%20painted%20stone_talesfromtheshadows","p":176,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Violet Painted Stone"},{"id":4698,"c":4,"u":"abjurer's%20bangle_griffonssaddlebag2","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Abjurer's Bangle"},{"id":4699,"c":4,"u":"abjurer's%20bangle%20(rare)_griffonssaddlebag2","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Abjurer's Bangle (Rare)"},{"id":4700,"c":4,"u":"abjurer's%20bangle%20(uncommon)_griffonssaddlebag2","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Abjurer's Bangle (Uncommon)"},{"id":4701,"c":4,"u":"abjurer's%20bangle%20(very%20rare)_griffonssaddlebag2","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Abjurer's Bangle (Very Rare)"},{"id":4702,"c":4,"u":"aciurgist's%20blade_griffonssaddlebag2","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Aciurgist's Blade"},{"id":4703,"c":4,"u":"acorn%20charm_griffonssaddlebag2","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Acorn Charm"},{"id":4704,"c":4,"u":"adventurer's%20overcoat_griffonssaddlebag2","p":32,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Adventurer's Overcoat"},{"id":4705,"c":4,"u":"aged%20goodberry%20wine_griffonssaddlebag2","p":33,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Aged Goodberry Wine"},{"id":4706,"c":4,"u":"air%20render_griffonssaddlebag2","p":33,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Air Render"},{"id":4707,"c":4,"u":"alchemist's%20potion%20belt_griffonssaddlebag2","p":33,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Alchemist's Potion Belt"},{"id":4708,"c":4,"u":"ambitious%20medic's%20box_griffonssaddlebag2","p":33,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ambitious Medic's Box"},{"id":4709,"c":4,"u":"amulet%20of%20buoyancy_griffonssaddlebag2","p":34,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Amulet of Buoyancy"},{"id":4710,"c":4,"u":"amulet%20of%20immutability_griffonssaddlebag2","p":34,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Amulet of Immutability"},{"id":4711,"c":4,"u":"amulet%20of%20the%20lycanthrope_griffonssaddlebag2","p":34,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Amulet of the Lycanthrope"},{"id":4712,"c":4,"u":"amulet%20of%20the%20sentinel_griffonssaddlebag2","p":34,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Amulet of the Sentinel"},{"id":4713,"c":4,"u":"amulet%20of%20the%20spirit%20naga_griffonssaddlebag2","p":34,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Amulet of the Spirit Naga"},{"id":4714,"c":4,"u":"angler's%20armor_griffonssaddlebag2","p":36,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Angler's Armor"},{"id":4715,"c":4,"u":"angler's%20worldly%20fisher_griffonssaddlebag2","p":36,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Angler's Worldly Fisher"},{"id":4716,"c":4,"u":"ao%20hai's%20fang_griffonssaddlebag2","p":36,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ao Hai's Fang"},{"id":4717,"c":4,"u":"appraiser's%20eye_griffonssaddlebag2","p":36,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Appraiser's Eye"},{"id":4718,"c":4,"u":"arborguard%20shield_griffonssaddlebag2","p":37,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Arborguard Shield"},{"id":4719,"c":4,"u":"arc%20of%20the%20alicorn_griffonssaddlebag2","p":37,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Arc of the Alicorn"},{"id":4720,"c":4,"u":"arcanist%20gauntlets_griffonssaddlebag2","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Arcanist Gauntlets"},{"id":4721,"c":4,"u":"arcanist's%20magnificent%20magnifier_griffonssaddlebag2","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Arcanist's Magnificent Magnifier"},{"id":4722,"c":4,"u":"arcanist's%20scribing%20wand_griffonssaddlebag2","p":38,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Arcanist's Scribing Wand"},{"id":4723,"c":4,"u":"archivist's%20key_griffonssaddlebag2","p":39,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Archivist's Key"},{"id":4724,"c":4,"u":"arista%2c%20wand%20of%20the%20spire_griffonssaddlebag2","p":196,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Arista, Wand of the Spire"},{"id":4725,"c":4,"u":"armor%20of%20icarus_griffonssaddlebag2","p":39,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Armor of Icarus"},{"id":4726,"c":4,"u":"astral%20caltrops_griffonssaddlebag2","p":39,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Astral Caltrops"},{"id":4727,"c":4,"u":"astronomer's%20boon_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Astronomer's Boon"},{"id":4728,"c":4,"u":"aurora%20dust_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Aurora Dust"},{"id":4729,"c":4,"u":"badge%20of%20the%20savant_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Badge of the Savant"},{"id":4730,"c":4,"u":"badge%20of%20the%20savant%20(abjuration)_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Badge of the Savant (Abjuration)"},{"id":4731,"c":4,"u":"badge%20of%20the%20savant%20(conjuration)_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Badge of the Savant (Conjuration)"},{"id":4732,"c":4,"u":"badge%20of%20the%20savant%20(divination)_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Badge of the Savant (Divination)"},{"id":4733,"c":4,"u":"badge%20of%20the%20savant%20(enchantment)_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Badge of the Savant (Enchantment)"},{"id":4734,"c":4,"u":"badge%20of%20the%20savant%20(evocation)_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Badge of the Savant (Evocation)"},{"id":4735,"c":4,"u":"badge%20of%20the%20savant%20(illusion)_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Badge of the Savant (Illusion)"},{"id":4736,"c":4,"u":"badge%20of%20the%20savant%20(necromancy)_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Badge of the Savant (Necromancy)"},{"id":4737,"c":4,"u":"badge%20of%20the%20savant%20(transmutation)_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Badge of the Savant (Transmutation)"},{"id":4738,"c":4,"u":"badge%20of%20the%20wayfarer_griffonssaddlebag2","p":40,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Badge of the Wayfarer"},{"id":4739,"c":4,"u":"bag%20of%20bellstones_griffonssaddlebag2","p":41,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bag of Bellstones"},{"id":4740,"c":4,"u":"ball%20of%20wild%20earth_griffonssaddlebag2","p":41,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ball of Wild Earth"},{"id":4741,"c":4,"u":"ballista%20prosthesis_griffonssaddlebag2","p":41,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ballista Prosthesis"},{"id":4742,"c":4,"u":"bandolier%20of%20the%20elements_griffonssaddlebag2","p":42,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bandolier of the Elements"},{"id":4743,"c":4,"u":"bane%20shield_griffonssaddlebag2","p":42,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bane Shield"},{"id":4744,"c":4,"u":"bartender's%20armistice_griffonssaddlebag2","p":42,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bartender's Armistice"},{"id":4745,"c":4,"u":"battlechef%20field%20dresser_griffonssaddlebag2","p":43,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Battlechef Field Dresser"},{"id":4746,"c":4,"u":"beads%20of%20meditation_griffonssaddlebag2","p":43,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Beads of Meditation"},{"id":4747,"c":4,"u":"beard%20cannon_griffonssaddlebag2","p":43,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Beard Cannon"},{"id":4748,"c":4,"u":"bell%20of%20alarm_griffonssaddlebag2","p":44,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bell of Alarm"},{"id":4749,"c":4,"u":"bellhop%20topper_griffonssaddlebag2","p":44,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bellhop Topper"},{"id":4750,"c":4,"u":"belt%20of%20the%20hell%20hound_griffonssaddlebag2","p":44,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Belt of the Hell Hound"},{"id":4751,"c":4,"u":"blackthorn%20spear%20of%20the%20moonless%20hunter_griffonssaddlebag2","p":45,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Blackthorn Spear of the Moonless Hunter"},{"id":4752,"c":4,"u":"blood%20moon%20blade_griffonssaddlebag2","p":45,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Blood Moon Blade"},{"id":4753,"c":4,"u":"bloodhound%20amulet_griffonssaddlebag2","p":45,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodhound Amulet"},{"id":4754,"c":4,"u":"bloodmire%20phiale_griffonssaddlebag2","p":47,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodmire Phiale"},{"id":4755,"c":4,"u":"bloodmire%20rod%20of%20the%20witch%20doctor_griffonssaddlebag2","p":47,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodmire Rod of the Witch Doctor"},{"id":4756,"c":4,"u":"bloodmire%20soulflame%20lantern_griffonssaddlebag2","p":47,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodmire Soulflame Lantern"},{"id":4757,"c":4,"u":"bloodshard%20trident_griffonssaddlebag2","p":48,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodshard Trident"},{"id":4758,"c":4,"u":"bloodthirster%20scimitar_griffonssaddlebag2","p":48,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodthirster Scimitar"},{"id":4759,"c":4,"u":"bloodthirsty%20bistoury_griffonssaddlebag2","p":48,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodthirsty Bistoury"},{"id":4760,"c":4,"u":"bloody%20marilith_griffonssaddlebag2","p":48,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloody Marilith"},{"id":4761,"c":4,"u":"bloody%20marilith%20(common)_griffonssaddlebag2","p":48,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloody Marilith (Common)"},{"id":4762,"c":4,"u":"bloody%20marilith%20(very%20rare)_griffonssaddlebag2","p":48,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloody Marilith (Very Rare)"},{"id":4763,"c":4,"u":"bonfire%20charm_griffonssaddlebag2","p":49,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bonfire Charm"},{"id":4764,"c":4,"u":"book%20of%20clothier's%20croquis_griffonssaddlebag2","p":49,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Book of Clothier's Croquis"},{"id":4765,"c":4,"u":"book%20of%20instant%20copying_griffonssaddlebag2","p":49,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Book of Instant Copying"},{"id":4766,"c":4,"u":"bounder's%20ball_griffonssaddlebag2","p":50,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bounder's Ball"},{"id":4767,"c":4,"u":"bow%20of%20the%20eldritch%20archer_griffonssaddlebag2","p":50,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bow of the Eldritch Archer"},{"id":4768,"c":4,"u":"bracers%20of%20the%20iron%20octopus_griffonssaddlebag2","p":52,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bracers of the Iron Octopus"},{"id":4769,"c":4,"u":"bramble%20buckler_griffonssaddlebag2","p":52,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bramble Buckler"},{"id":4770,"c":4,"u":"brawler's%20ring_griffonssaddlebag2","p":52,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Brawler's Ring"},{"id":4771,"c":4,"u":"brutal%20macuahuitl_griffonssaddlebag2","p":52,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Brutal Macuahuitl"},{"id":4772,"c":4,"u":"bulette%20bulwark_griffonssaddlebag2","p":53,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bulette Bulwark"},{"id":4773,"c":4,"u":"bulette%20torpedo_griffonssaddlebag2","p":53,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bulette Torpedo"},{"id":4774,"c":4,"u":"bullfrog%20totem_griffonssaddlebag2","p":53,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bullfrog Totem"},{"id":4775,"c":4,"u":"burrage's%20collegiate%20case_griffonssaddlebag2","p":54,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Burrage's Collegiate Case"},{"id":4776,"c":4,"u":"caduceus%20flail_griffonssaddlebag2","p":54,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Caduceus Flail"},{"id":4777,"c":4,"u":"camilla's%20quicksilver%20mirror_griffonssaddlebag2","p":54,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Camilla's Quicksilver Mirror"},{"id":4778,"c":4,"u":"camper's%20crutch_griffonssaddlebag2","p":55,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Camper's Crutch"},{"id":4779,"c":4,"u":"camper's%20respite_griffonssaddlebag2","p":55,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Camper's Respite"},{"id":4780,"c":4,"u":"candleflame%20helm_griffonssaddlebag2","p":56,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Candleflame Helm"},{"id":4781,"c":4,"u":"candy%20xorn_griffonssaddlebag2","p":56,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Candy Xorn"},{"id":4782,"c":4,"u":"canister%20of%20vreyval's%20soothing%20tea_griffonssaddlebag2","p":56,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Canister of Vreyval's Soothing Tea"},{"id":4783,"c":4,"u":"carrion%20shroud_griffonssaddlebag2","p":57,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Carrion Shroud"},{"id":4784,"c":4,"u":"celestial%20sunrise_griffonssaddlebag2","p":57,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Celestial Sunrise"},{"id":4785,"c":4,"u":"celestial%20sunrise%20(common)_griffonssaddlebag2","p":57,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Celestial Sunrise (Common)"},{"id":4786,"c":4,"u":"celestial%20sunrise%20(uncommon)_griffonssaddlebag2","p":57,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Celestial Sunrise (Uncommon)"},{"id":4787,"c":4,"u":"chain%20devil%20gloves_griffonssaddlebag2","p":58,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Chain Devil Gloves"},{"id":4788,"c":4,"u":"champion's%20greatbow_griffonssaddlebag2","p":58,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Champion's Greatbow"},{"id":4789,"c":4,"u":"charged%20rapier_griffonssaddlebag2","p":58,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Charged Rapier"},{"id":4790,"c":4,"u":"chi-balancing%20tea_griffonssaddlebag2","p":58,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Chi-Balancing Tea"},{"id":4791,"c":4,"u":"chimeric%20collar_griffonssaddlebag2","p":59,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Chimeric Collar"},{"id":4792,"c":4,"u":"chromatic%20obsidian%20greataxe_griffonssaddlebag2","p":59,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Chromatic Obsidian Greataxe"},{"id":4793,"c":4,"u":"chronal%20sphere_griffonssaddlebag2","p":60,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Chronal Sphere"},{"id":4794,"c":4,"u":"chronomancer's%20eyepiece_griffonssaddlebag2","p":60,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Chronomancer's Eyepiece"},{"id":4795,"c":4,"u":"circlet%20of%20the%20sharpened%20mind_griffonssaddlebag2","p":60,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Circlet of the Sharpened Mind"},{"id":4796,"c":4,"u":"claymore%20of%20the%20great%20badger_griffonssaddlebag2","p":61,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Claymore of the Great Badger"},{"id":4797,"c":4,"u":"cleaning%20cube_griffonssaddlebag2","p":61,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cleaning Cube"},{"id":4798,"c":4,"u":"cloche%20of%20surprise%20treats_griffonssaddlebag2","p":62,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cloche of Surprise Treats"},{"id":4799,"c":4,"u":"clockwork%20colony%20toolbox_griffonssaddlebag2","p":62,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Clockwork Colony Toolbox"},{"id":4800,"c":4,"u":"clockwork%20earwig_griffonssaddlebag2","p":62,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Clockwork Earwig"},{"id":4801,"c":4,"u":"clockwork%20mend-a-pillar_griffonssaddlebag2","p":62,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Clockwork Mend-A-Pillar"},{"id":4802,"c":4,"u":"club%20of%20dancing_griffonssaddlebag2","p":63,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Club of Dancing"},{"id":4803,"c":4,"u":"club%20of%20the%20forest%20drake_griffonssaddlebag2","p":63,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Club of the Forest Drake"},{"id":4804,"c":4,"u":"club%20of%20the%20rook_griffonssaddlebag2","p":63,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Club of the Rook"},{"id":4805,"c":4,"u":"coldfire%20anvil_griffonssaddlebag2","p":64,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Coldfire Anvil"},{"id":4806,"c":4,"u":"comet%20ballista_griffonssaddlebag2","p":64,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Comet Ballista"},{"id":4807,"c":4,"u":"conspirator's%20coat_griffonssaddlebag2","p":64,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Conspirator's Coat"},{"id":4808,"c":4,"u":"contingency%20band_griffonssaddlebag2","p":64,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Contingency Band"},{"id":4809,"c":4,"u":"cottage%20chest_griffonssaddlebag2","p":65,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cottage Chest"},{"id":4810,"c":4,"u":"courtesan's%20fanblade_griffonssaddlebag2","p":65,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Courtesan's Fanblade"},{"id":4811,"c":4,"u":"covolt%20dagger_griffonssaddlebag2","p":66,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Covolt Dagger"},{"id":4812,"c":4,"u":"covolt%20scythe_griffonssaddlebag2","p":66,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Covolt Scythe"},{"id":4813,"c":4,"u":"crown%20of%20storms_griffonssaddlebag2","p":66,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Crown of Storms"},{"id":4814,"c":4,"u":"crown%20of%20the%20mindmaster%20matriarch_griffonssaddlebag2","p":66,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Crown of the Mindmaster Matriarch"},{"id":4815,"c":4,"u":"cube%20of%20teleportation_griffonssaddlebag2","p":67,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cube of Teleportation"},{"id":4816,"c":4,"u":"cuff%20of%20captions_griffonssaddlebag2","p":67,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Cuff of Captions"},{"id":4817,"c":4,"u":"dagger%20of%20first%20light_griffonssaddlebag2","p":68,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dagger of First Light"},{"id":4818,"c":4,"u":"dark%20mantle_griffonssaddlebag2","p":68,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dark Mantle"},{"id":4819,"c":4,"u":"davy%20jones's%20key_griffonssaddlebag2","p":68,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Davy Jones's Key"},{"id":4820,"c":4,"u":"dawn%20and%20dusk_griffonssaddlebag2","p":69,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dawn and Dusk"},{"id":4821,"c":4,"u":"death's%20shadow_griffonssaddlebag2","p":69,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Death's Shadow"},{"id":4822,"c":4,"u":"deathloop%20watch_griffonssaddlebag2","p":69,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Deathloop Watch"},{"id":4823,"c":4,"u":"deathly%20diadem_griffonssaddlebag2","p":70,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Deathly Diadem"},{"id":4824,"c":4,"u":"detective's%20notebook_griffonssaddlebag2","p":70,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Detective's Notebook"},{"id":4825,"c":4,"u":"direstone%20dwarven%20key_griffonssaddlebag2","p":70,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Direstone Dwarven Key"},{"id":4826,"c":4,"u":"direstone%20runic%20wand_griffonssaddlebag2","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Direstone Runic Wand"},{"id":4827,"c":4,"u":"diviner's%20dice_griffonssaddlebag2","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Diviner's Dice"},{"id":4828,"c":4,"u":"djinn%20and%20tonic_griffonssaddlebag2","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Djinn and Tonic"},{"id":4829,"c":4,"u":"djinn%20and%20tonic%20(common)_griffonssaddlebag2","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Djinn and Tonic (Common)"},{"id":4830,"c":4,"u":"djinn%20and%20tonic%20(rare)_griffonssaddlebag2","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Djinn and Tonic (Rare)"},{"id":4831,"c":4,"u":"dominic's%20field%20guide%20to%20language_griffonssaddlebag2","p":71,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dominic's Field Guide to Language"},{"id":4832,"c":4,"u":"doom%20bloom_griffonssaddlebag2","p":72,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Doom Bloom"},{"id":4833,"c":4,"u":"doubloon%20diver's%20goggles_griffonssaddlebag2","p":72,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Doubloon Diver's Goggles"},{"id":4834,"c":4,"u":"dragon%20horn%20pauldron_griffonssaddlebag2","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragon Horn Pauldron"},{"id":4835,"c":4,"u":"dragonband_griffonssaddlebag2","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragonband"},{"id":4836,"c":4,"u":"dramus's%20dancing%20shoes_griffonssaddlebag2","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dramus's Dancing Shoes"},{"id":4837,"c":4,"u":"dream%20saber_griffonssaddlebag2","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dream Saber"},{"id":4838,"c":4,"u":"dress%20of%20defense_griffonssaddlebag2","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dress of Defense"},{"id":4839,"c":4,"u":"dress%20of%20many%20pockets_griffonssaddlebag2","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dress of Many Pockets"},{"id":4840,"c":4,"u":"drowner's%20pearl_griffonssaddlebag2","p":75,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Drowner's Pearl"},{"id":4841,"c":4,"u":"dune%20cowl_griffonssaddlebag2","p":75,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dune Cowl"},{"id":4842,"c":4,"u":"dusk%20cleaver_griffonssaddlebag2","p":75,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dusk Cleaver"},{"id":4843,"c":4,"u":"dusk%20dagger_griffonssaddlebag2","p":76,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dusk Dagger"},{"id":4844,"c":4,"u":"dusk%20dagger%20(rare)_griffonssaddlebag2","p":76,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dusk Dagger (Rare)"},{"id":4845,"c":4,"u":"dusk%20dagger%20(uncommon)_griffonssaddlebag2","p":76,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dusk Dagger (Uncommon)"},{"id":4846,"c":4,"u":"dusk%20dagger%20(very%20rare)_griffonssaddlebag2","p":76,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dusk Dagger (Very Rare)"},{"id":4847,"c":4,"u":"dwarven%20boozehound's%20backpack_griffonssaddlebag2","p":76,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dwarven Boozehound's Backpack"},{"id":4848,"c":4,"u":"ear%20cuff%20of%20the%20climber_griffonssaddlebag2","p":76,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ear Cuff of the Climber"},{"id":4849,"c":4,"u":"eclipse%20spear_griffonssaddlebag2","p":76,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Eclipse Spear"},{"id":4850,"c":4,"u":"egg%20of%20primal%20water_griffonssaddlebag2","p":76,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Egg of Primal Water"},{"id":4851,"c":4,"u":"ehagan's%20moving%20ladder_griffonssaddlebag2","p":77,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ehagan's Moving Ladder"},{"id":4852,"c":4,"u":"elder%20sequoia%20scale%20mail_griffonssaddlebag2","p":77,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Elder Sequoia Scale Mail"},{"id":4853,"c":4,"u":"eldritch%20bident_griffonssaddlebag2","p":77,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Eldritch Bident"},{"id":4854,"c":4,"u":"enzymatic%20gastrostaff_griffonssaddlebag2","p":78,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Enzymatic Gastrostaff"},{"id":4855,"c":4,"u":"everglacier%20prosthesis_griffonssaddlebag2","p":78,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Everglacier Prosthesis"},{"id":4856,"c":4,"u":"evoker's%20exchange_griffonssaddlebag2","p":78,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Evoker's Exchange"},{"id":4857,"c":4,"u":"eyedrops%20of%20clarity_griffonssaddlebag2","p":79,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Eyedrops of Clarity"},{"id":4858,"c":4,"u":"eyes%20of%20the%20beheld_griffonssaddlebag2","p":79,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Eyes of the Beheld"},{"id":4859,"c":4,"u":"faeflame%20torch_griffonssaddlebag2","p":79,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Faeflame Torch"},{"id":4860,"c":4,"u":"failed%20purity%20spear_griffonssaddlebag2","p":80,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Failed Purity Spear"},{"id":4861,"c":4,"u":"fell-rider%20chariot_griffonssaddlebag2","p":81,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fell-Rider Chariot"},{"id":4862,"c":4,"u":"felling%20greataxe_griffonssaddlebag2","p":81,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Felling Greataxe"},{"id":4863,"c":4,"u":"feywatch%20shield_griffonssaddlebag2","p":81,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Feywatch Shield"},{"id":4864,"c":4,"u":"feywood%20ivy_griffonssaddlebag2","p":81,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Feywood Ivy"},{"id":4865,"c":4,"u":"fists%20of%20the%20guiding%20star_griffonssaddlebag2","p":81,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fists of the Guiding Star"},{"id":4866,"c":4,"u":"flamebreather%20staff_griffonssaddlebag2","p":82,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Flamebreather Staff"},{"id":4867,"c":4,"u":"flood%20pauldron_griffonssaddlebag2","p":82,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Flood Pauldron"},{"id":4868,"c":4,"u":"focus%20breaker_griffonssaddlebag2","p":82,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Focus Breaker"},{"id":4869,"c":4,"u":"focus%20circlet_griffonssaddlebag2","p":82,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Focus Circlet"},{"id":4870,"c":4,"u":"fool's%20lamp_griffonssaddlebag2","p":82,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fool's Lamp"},{"id":4871,"c":4,"u":"forecaster's%20cloak_griffonssaddlebag2","p":84,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Forecaster's Cloak"},{"id":4872,"c":4,"u":"forgekeeper's%20spark_griffonssaddlebag2","p":84,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Forgekeeper's Spark"},{"id":4873,"c":4,"u":"forgework%20dragon%20shield_griffonssaddlebag2","p":84,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Forgework Dragon Shield"},{"id":4874,"c":4,"u":"fortune's%20flower_griffonssaddlebag2","p":84,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fortune's Flower"},{"id":4875,"c":4,"u":"foxfire%20charm_griffonssaddlebag2","p":85,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Foxfire Charm"},{"id":4876,"c":4,"u":"frostburn%20spear_griffonssaddlebag2","p":85,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Frostburn Spear"},{"id":4877,"c":4,"u":"furious%20flail_griffonssaddlebag2","p":86,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Furious Flail"},{"id":4878,"c":4,"u":"fused%20chimeric%20hide_griffonssaddlebag2","p":86,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Fused Chimeric Hide"},{"id":4879,"c":4,"u":"gateway%20ring_griffonssaddlebag2","p":86,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gateway Ring"},{"id":4880,"c":4,"u":"gauntlets%20of%20deliverance_griffonssaddlebag2","p":87,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gauntlets of Deliverance"},{"id":4881,"c":4,"u":"gauntlets%20of%20eldritch%20ferocity_griffonssaddlebag2","p":87,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gauntlets of Eldritch Ferocity"},{"id":4882,"c":4,"u":"gelatinous%20whip_griffonssaddlebag2","p":87,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gelatinous Whip"},{"id":4883,"c":4,"u":"gi%20of%20shifting%20seasons_griffonssaddlebag2","p":88,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gi of Shifting Seasons"},{"id":4884,"c":4,"u":"giantcraft%20ambusher_griffonssaddlebag2","p":88,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Giantcraft Ambusher"},{"id":4885,"c":4,"u":"gladius%20of%20the%20everfighter_griffonssaddlebag2","p":88,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gladius of the Everfighter"},{"id":4886,"c":4,"u":"glaive%20of%20the%20revenant%20king_griffonssaddlebag2","p":89,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Glaive of the Revenant King"},{"id":4887,"c":4,"u":"glass%20carver_griffonssaddlebag2","p":89,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Glass Carver"},{"id":4888,"c":4,"u":"gloves%20of%20amphibios_griffonssaddlebag2","p":90,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gloves of Amphibios"},{"id":4889,"c":4,"u":"gloves%20of%20healing_griffonssaddlebag2","p":90,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gloves of Healing"},{"id":4890,"c":4,"u":"gloves%20of%20mimicry_griffonssaddlebag2","p":90,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gloves of Mimicry"},{"id":4891,"c":4,"u":"gloves%20of%20the%20great%20badger_griffonssaddlebag2","p":91,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gloves of the Great Badger"},{"id":4892,"c":4,"u":"gnashing%20key_griffonssaddlebag2","p":91,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gnashing Key"},{"id":4893,"c":4,"u":"godsteel%20warplate_griffonssaddlebag2","p":92,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Godsteel Warplate"},{"id":4894,"c":4,"u":"golem%20sapper_griffonssaddlebag2","p":92,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Golem Sapper"},{"id":4895,"c":4,"u":"gorget%20of%20the%20holy%20soldier_griffonssaddlebag2","p":92,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gorget of the Holy Soldier"},{"id":4896,"c":4,"u":"grasping%20staff_griffonssaddlebag2","p":93,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grasping Staff"},{"id":4897,"c":4,"u":"great%20owl's%20shroud_griffonssaddlebag2","p":94,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Great Owl's Shroud"},{"id":4898,"c":4,"u":"green%20knight's%20vow_griffonssaddlebag2","p":94,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Green Knight's Vow"},{"id":4899,"c":4,"u":"griffon%20coinpouch_griffonssaddlebag2","p":95,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Griffon Coinpouch"},{"id":4900,"c":4,"u":"griffon%20component%20pack_griffonssaddlebag2","p":95,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Griffon Component Pack"},{"id":4901,"c":4,"u":"griffon%20key%20loop_griffonssaddlebag2","p":95,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Griffon Key Loop"},{"id":4902,"c":4,"u":"guardian's%20reliquary_griffonssaddlebag2","p":96,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Guardian's Reliquary"},{"id":4903,"c":4,"u":"gusting%20blowgun_griffonssaddlebag2","p":96,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gusting Blowgun"},{"id":4904,"c":4,"u":"h'rethi%20soul%20scepter_griffonssaddlebag2","p":96,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"H'rethi Soul Scepter"},{"id":4905,"c":4,"u":"hadiya's%20handy%20quill_griffonssaddlebag2","p":97,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hadiya's Handy Quill"},{"id":4906,"c":4,"u":"half%20plate%20of%20the%20blind%20martyr_griffonssaddlebag2","p":97,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Half Plate of the Blind Martyr"},{"id":4907,"c":4,"u":"harbinger's%20flail_griffonssaddlebag2","p":98,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Harbinger's Flail"},{"id":4908,"c":4,"u":"harvest_griffonssaddlebag2","p":98,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Harvest"},{"id":4909,"c":4,"u":"hat%20of%20osnomnosis_griffonssaddlebag2","p":98,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hat of Osnomnosis"},{"id":4910,"c":4,"u":"hat%20of%20the%20sanguine%20coven_griffonssaddlebag2","p":98,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hat of the Sanguine Coven"},{"id":4911,"c":4,"u":"hatred%2c%20the%20wrathful%20edge_griffonssaddlebag2","p":197,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hatred, the Wrathful Edge"},{"id":4912,"c":4,"u":"headband%20of%20the%20sweatless_griffonssaddlebag2","p":98,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Headband of the Sweatless"},{"id":4913,"c":4,"u":"headdress%20of%20the%20serpent%20king_griffonssaddlebag2","p":99,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Headdress of the Serpent King"},{"id":4914,"c":4,"u":"headhunter's%20bullseye%20lantern_griffonssaddlebag2","p":99,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Headhunter's Bullseye Lantern"},{"id":4915,"c":4,"u":"heart%20of%20damned%20intervention_griffonssaddlebag2","p":99,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Heart of Damned Intervention"},{"id":4916,"c":4,"u":"heartless%20cage%20pendant_griffonssaddlebag2","p":100,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Heartless Cage Pendant"},{"id":4917,"c":4,"u":"heaven's%20edge_griffonssaddlebag2","p":100,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Heaven's Edge"},{"id":4918,"c":4,"u":"heaven's%20gavel_griffonssaddlebag2","p":101,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Heaven's Gavel"},{"id":4919,"c":4,"u":"heavenly%20chalice_griffonssaddlebag2","p":101,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Heavenly Chalice"},{"id":4920,"c":4,"u":"heavy%20golem%20armor_griffonssaddlebag2","p":101,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Heavy Golem Armor"},{"id":4921,"c":4,"u":"hedgewitch's%20gardening%20cane_griffonssaddlebag2","p":101,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hedgewitch's Gardening Cane"},{"id":4922,"c":4,"u":"hedonic%20motivator_griffonssaddlebag2","p":102,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hedonic Motivator"},{"id":4923,"c":4,"u":"helm%20of%20the%20broken%20dragon_griffonssaddlebag2","p":102,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Helm of the Broken Dragon"},{"id":4924,"c":4,"u":"helm%20of%20the%20chromatic%20dragon_griffonssaddlebag2","p":102,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Helm of the Chromatic Dragon"},{"id":4925,"c":4,"u":"helm%20of%20the%20justicars_griffonssaddlebag2","p":102,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Helm of the Justicars"},{"id":4926,"c":4,"u":"helm%20of%20the%20platinum%20dragon_griffonssaddlebag2","p":103,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Helm of the Platinum Dragon"},{"id":4927,"c":4,"u":"helm%20of%20the%20ruby%20dragon_griffonssaddlebag2","p":103,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Helm of the Ruby Dragon"},{"id":4928,"c":4,"u":"hideaway%20vase_griffonssaddlebag2","p":104,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hideaway Vase"},{"id":4929,"c":4,"u":"hoarder's%20haul_griffonssaddlebag2","p":104,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hoarder's Haul"},{"id":4930,"c":4,"u":"hoarder's%20haul%20(rare)_griffonssaddlebag2","p":104,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hoarder's Haul (Rare)"},{"id":4931,"c":4,"u":"hoarder's%20haul%20(uncommon)_griffonssaddlebag2","p":104,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hoarder's Haul (Uncommon)"},{"id":4932,"c":4,"u":"hoarder's%20haul%20(very%20rare)_griffonssaddlebag2","p":104,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hoarder's Haul (Very Rare)"},{"id":4933,"c":4,"u":"homeroot_griffonssaddlebag2","p":105,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Homeroot"},{"id":4934,"c":4,"u":"homeward%20boots_griffonssaddlebag2","p":106,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Homeward Boots"},{"id":4935,"c":4,"u":"horatio's%20impossible%20ship%20in%20a%20bottle_griffonssaddlebag2","p":106,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Horatio's Impossible Ship in a Bottle"},{"id":4936,"c":4,"u":"horn%20of%20the%20wild%20hunt_griffonssaddlebag2","p":106,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Horn of the Wild Hunt"},{"id":4937,"c":4,"u":"hour%20and%20minute_griffonssaddlebag2","p":107,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hour and Minute"},{"id":4938,"c":4,"u":"hourglass%20of%20slumber_griffonssaddlebag2","p":107,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hourglass of Slumber"},{"id":4939,"c":4,"u":"hushed%20ring_griffonssaddlebag2","p":108,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hushed Ring"},{"id":4940,"c":4,"u":"hydra%20charm_griffonssaddlebag2","p":108,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hydra Charm"},{"id":4941,"c":4,"u":"hydra%20flail_griffonssaddlebag2","p":108,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Hydra Flail"},{"id":4942,"c":4,"u":"impact%20plate_griffonssaddlebag2","p":108,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Impact Plate"},{"id":4943,"c":4,"u":"indigo%20stray's%20conviction_griffonssaddlebag2","p":108,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Indigo Stray's Conviction"},{"id":4944,"c":4,"u":"infernal%20chain_griffonssaddlebag2","p":109,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Infernal Chain"},{"id":4945,"c":4,"u":"inker's%20armband_griffonssaddlebag2","p":110,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Inker's Armband"},{"id":4946,"c":4,"u":"insatiable%20tome_griffonssaddlebag2","p":110,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Insatiable Tome"},{"id":4947,"c":4,"u":"inspector's%20silverware_griffonssaddlebag2","p":110,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Inspector's Silverware"},{"id":4948,"c":4,"u":"instrument%20of%20roses%20and%20thorns_griffonssaddlebag2","p":111,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Instrument of Roses and Thorns"},{"id":4949,"c":4,"u":"jo'catian%20rebuker_griffonssaddlebag2","p":111,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Jo'Catian Rebuker"},{"id":4950,"c":4,"u":"kestra's%20bent%20spoon_griffonssaddlebag2","p":112,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Kestra's Bent Spoon"},{"id":4951,"c":4,"u":"ki%20blade_griffonssaddlebag2","p":112,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ki Blade"},{"id":4952,"c":4,"u":"kinetic%20bowstring_griffonssaddlebag2","p":112,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Kinetic Bowstring"},{"id":4953,"c":4,"u":"kraken%20band_griffonssaddlebag2","p":112,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Kraken Band"},{"id":4954,"c":4,"u":"lady%20phantasma's%20material%20anchor_griffonssaddlebag2","p":113,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lady Phantasma's Material Anchor"},{"id":4955,"c":4,"u":"lamian%20facestealer_griffonssaddlebag2","p":113,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lamian Facestealer"},{"id":4956,"c":4,"u":"lash%20of%20the%20spelldrinker_griffonssaddlebag2","p":113,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lash of the Spelldrinker"},{"id":4957,"c":4,"u":"leatherbeard_griffonssaddlebag2","p":114,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Leatherbeard"},{"id":4958,"c":4,"u":"life%20tether%20ankh_griffonssaddlebag2","p":114,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Life Tether Ankh"},{"id":4959,"c":4,"u":"life%20turner_griffonssaddlebag2","p":114,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Life Turner"},{"id":4960,"c":4,"u":"life's%20flower%20restorative_griffonssaddlebag2","p":114,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Life's Flower Restorative"},{"id":4961,"c":4,"u":"light%20sling_griffonssaddlebag2","p":115,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Light Sling"},{"id":4962,"c":4,"u":"lightning%20khopesh_griffonssaddlebag2","p":115,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lightning Khopesh"},{"id":4963,"c":4,"u":"lightscreen%20hover%20boots_griffonssaddlebag2","p":115,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lightscreen Hover Boots"},{"id":4964,"c":4,"u":"lightseer's%20gaze_griffonssaddlebag2","p":116,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lightseer's Gaze"},{"id":4965,"c":4,"u":"locket%20of%20the%20stolen%20heart_griffonssaddlebag2","p":116,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Locket of the Stolen Heart"},{"id":4966,"c":4,"u":"luckleaf_griffonssaddlebag2","p":116,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Luckleaf"},{"id":4967,"c":4,"u":"luna%20moth%20cape_griffonssaddlebag2","p":117,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Luna Moth Cape"},{"id":4968,"c":4,"u":"lupine%20mask_griffonssaddlebag2","p":117,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lupine Mask"},{"id":4969,"c":4,"u":"mace%20of%20the%20priest_griffonssaddlebag2","p":117,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mace of the Priest"},{"id":4970,"c":4,"u":"mace%20of%20the%20pumpkin%20king_griffonssaddlebag2","p":117,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mace of the Pumpkin King"},{"id":4971,"c":4,"u":"mage%20eater%20scythe_griffonssaddlebag2","p":117,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mage Eater Scythe"},{"id":4972,"c":4,"u":"magebane%20poison_griffonssaddlebag2","p":118,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magebane Poison"},{"id":4973,"c":4,"u":"magentan%20sun-saw_griffonssaddlebag2","p":118,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magentan Sun-Saw"},{"id":4974,"c":4,"u":"magentan%20sun-saw%20(uncommon)_griffonssaddlebag2","p":118,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magentan Sun-Saw (Uncommon)"},{"id":4975,"c":4,"u":"magentan%20sun-saw%20(very%20rare)_griffonssaddlebag2","p":118,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magentan Sun-Saw (Very Rare)"},{"id":4976,"c":4,"u":"mageplate%20ring_griffonssaddlebag2","p":118,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mageplate Ring"},{"id":4977,"c":4,"u":"magnificent%20pocket%20vanity_griffonssaddlebag2","p":118,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magnificent Pocket Vanity"},{"id":4978,"c":4,"u":"mandible%20bident_griffonssaddlebag2","p":118,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mandible Bident"},{"id":4979,"c":4,"u":"mantle%20of%20security_griffonssaddlebag2","p":120,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mantle of Security"},{"id":4980,"c":4,"u":"marlin%20lunger_griffonssaddlebag2","p":120,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Marlin Lunger"},{"id":4981,"c":4,"u":"masks%20of%20the%20sacred%20beasts_griffonssaddlebag2","p":120,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Masks of the Sacred Beasts"},{"id":4982,"c":4,"u":"masks%20of%20the%20sacred%20beasts%20(crocodile)_griffonssaddlebag2","p":120,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Masks of the Sacred Beasts (Crocodile)"},{"id":4983,"c":4,"u":"masks%20of%20the%20sacred%20beasts%20(hawk)_griffonssaddlebag2","p":120,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Masks of the Sacred Beasts (Hawk)"},{"id":4984,"c":4,"u":"masks%20of%20the%20sacred%20beasts%20(jackal)_griffonssaddlebag2","p":120,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Masks of the Sacred Beasts (Jackal)"},{"id":4985,"c":4,"u":"masks%20of%20the%20sacred%20beasts%20(lion)_griffonssaddlebag2","p":120,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Masks of the Sacred Beasts (Lion)"},{"id":4986,"c":4,"u":"masks%20of%20the%20sacred%20beasts%20(mule)_griffonssaddlebag2","p":120,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Masks of the Sacred Beasts (Mule)"},{"id":4987,"c":4,"u":"matron's%20mug_griffonssaddlebag2","p":121,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Matron's Mug"},{"id":4988,"c":4,"u":"medusan%20lavalier_griffonssaddlebag2","p":121,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Medusan Lavalier"},{"id":4989,"c":4,"u":"medusan%20signet_griffonssaddlebag2","p":121,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Medusan Signet"},{"id":4990,"c":4,"u":"medzo's%20crossbow_griffonssaddlebag2","p":122,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Medzo's Crossbow"},{"id":4991,"c":4,"u":"meta%20mantle_griffonssaddlebag2","p":122,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Meta Mantle"},{"id":4992,"c":4,"u":"meta%20medallion_griffonssaddlebag2","p":122,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Meta Medallion"},{"id":4993,"c":4,"u":"mimicloak_griffonssaddlebag2","p":123,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mimicloak"},{"id":4994,"c":4,"u":"mindmaster's%20monocle_griffonssaddlebag2","p":123,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mindmaster's Monocle"},{"id":4995,"c":4,"u":"mistwalker%20armor_griffonssaddlebag2","p":123,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mistwalker Armor"},{"id":4996,"c":4,"u":"monarch%20mantle_griffonssaddlebag2","p":123,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Monarch Mantle"},{"id":4997,"c":4,"u":"monster%20tamer's%20shield_griffonssaddlebag2","p":124,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Monster Tamer's Shield"},{"id":4998,"c":4,"u":"moonstone%20bracers_griffonssaddlebag2","p":124,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Moonstone Bracers"},{"id":4999,"c":4,"u":"morath%2c%20scepter%20of%20the%20soul%20vortex_griffonssaddlebag2","p":198,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Morath, Scepter of the Soul Vortex"},{"id":5000,"c":4,"u":"mosshide%20troll%20belt_griffonssaddlebag2","p":124,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mosshide Troll Belt"},{"id":5001,"c":4,"u":"mourningsteel%20demi-gauntlets_griffonssaddlebag2","p":127,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mourningsteel Demi-Gauntlets"},{"id":5002,"c":4,"u":"mourningsteel%20ghost%20candle_griffonssaddlebag2","p":127,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mourningsteel Ghost Candle"},{"id":5003,"c":4,"u":"mourningsteel%20half%20plate_griffonssaddlebag2","p":127,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mourningsteel Half Plate"},{"id":5004,"c":4,"u":"mourningsteel%20war%20banner_griffonssaddlebag2","p":127,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Mourningsteel War Banner"},{"id":5005,"c":4,"u":"murk%20blowgun_griffonssaddlebag2","p":128,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Murk Blowgun"},{"id":5006,"c":4,"u":"night%20owl's%20half-moon%20spectacles_griffonssaddlebag2","p":128,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Night Owl's Half-Moon Spectacles"},{"id":5007,"c":4,"u":"nightmare%20flask_griffonssaddlebag2","p":128,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Nightmare Flask"},{"id":5008,"c":4,"u":"nightstalker's%20armor%20of%20the%20northeastern%20wind_griffonssaddlebag2","p":129,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Nightstalker's Armor of the Northeastern Wind"},{"id":5009,"c":4,"u":"nightstalker's%20mask_griffonssaddlebag2","p":129,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Nightstalker's Mask"},{"id":5010,"c":4,"u":"nimbus%2c%20first%20staff%20of%20the%20thunderbirds_griffonssaddlebag2","p":199,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Nimbus, First Staff of the Thunderbirds"},{"id":5011,"c":4,"u":"no-stones_griffonssaddlebag2","p":130,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"No-Stones"},{"id":5012,"c":4,"u":"oaken%20candle_griffonssaddlebag2","p":130,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Oaken Candle"},{"id":5013,"c":4,"u":"oathkeeper's%20resolve_griffonssaddlebag2","p":130,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Oathkeeper's Resolve"},{"id":5014,"c":4,"u":"octavius's%20saber_griffonssaddlebag2","p":131,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Octavius's Saber"},{"id":5015,"c":4,"u":"ogramau's%20graveyard_griffonssaddlebag2","p":131,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ogramau's Graveyard"},{"id":5016,"c":4,"u":"ol'%20stumpy_griffonssaddlebag2","p":131,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ol' Stumpy"},{"id":5017,"c":4,"u":"orb%20of%20remembrance_griffonssaddlebag2","p":132,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Orb of Remembrance"},{"id":5018,"c":4,"u":"orelia's%20tome%20of%20beast%20familiars_griffonssaddlebag2","p":132,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Orelia's Tome of Beast Familiars"},{"id":5019,"c":4,"u":"orner's%20venomous%20crossbow_griffonssaddlebag2","p":132,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Orner's Venomous Crossbow"},{"id":5020,"c":4,"u":"orostead%20iced%20tea_griffonssaddlebag2","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Orostead Iced Tea"},{"id":5021,"c":4,"u":"orostead%20iced%20tea%20(common)_griffonssaddlebag2","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Orostead Iced Tea (Common)"},{"id":5022,"c":4,"u":"orostead%20iced%20tea%20(very%20rare)_griffonssaddlebag2","p":133,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Orostead Iced Tea (Very Rare)"},{"id":5023,"c":4,"u":"overseer's%20spade_griffonssaddlebag2","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Overseer's Spade"},{"id":5024,"c":4,"u":"owlbear%20leather%20armor_griffonssaddlebag2","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Owlbear Leather Armor"},{"id":5025,"c":4,"u":"pack%20of%20revisibility%20bombs_griffonssaddlebag2","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pack of Revisibility Bombs"},{"id":5026,"c":4,"u":"pegasus%20quill_griffonssaddlebag2","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pegasus Quill"},{"id":5027,"c":4,"u":"pennypuncher%20slingshot_griffonssaddlebag2","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pennypuncher Slingshot"},{"id":5028,"c":4,"u":"peregrine%20spear_griffonssaddlebag2","p":134,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Peregrine Spear"},{"id":5029,"c":4,"u":"performer's%20puppet_griffonssaddlebag2","p":135,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Performer's Puppet"},{"id":5030,"c":4,"u":"periscope%20rod_griffonssaddlebag2","p":135,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Periscope Rod"},{"id":5031,"c":4,"u":"phantom%20walkers_griffonssaddlebag2","p":135,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Phantom Walkers"},{"id":5032,"c":4,"u":"phoenix%20breastplate_griffonssaddlebag2","p":136,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Phoenix Breastplate"},{"id":5033,"c":4,"u":"phoenix%20rocket%20sword_griffonssaddlebag2","p":136,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Phoenix Rocket Sword"},{"id":5034,"c":4,"u":"pick%20and%20pocket_griffonssaddlebag2","p":136,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pick and Pocket"},{"id":5035,"c":4,"u":"pisces%20shield_griffonssaddlebag2","p":137,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pisces Shield"},{"id":5036,"c":4,"u":"pollinator%20pants_griffonssaddlebag2","p":138,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pollinator Pants"},{"id":5037,"c":4,"u":"pollinator%20visor_griffonssaddlebag2","p":138,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pollinator Visor"},{"id":5038,"c":4,"u":"poltergeist%20candle%20holder_griffonssaddlebag2","p":139,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Poltergeist Candle Holder"},{"id":5039,"c":4,"u":"power%20collar_griffonssaddlebag2","p":139,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Power Collar"},{"id":5040,"c":4,"u":"prism%20glasses_griffonssaddlebag2","p":139,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Prism Glasses"},{"id":5041,"c":4,"u":"prototype%20thunderberd_griffonssaddlebag2","p":140,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Prototype Thunderberd"},{"id":5042,"c":4,"u":"prying%20mace_griffonssaddlebag2","p":140,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Prying Mace"},{"id":5043,"c":4,"u":"quick%20change%20ring_griffonssaddlebag2","p":140,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Quick Change Ring"},{"id":5044,"c":4,"u":"quiver%20of%20elemental%20chaos_griffonssaddlebag2","p":140,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Quiver of Elemental Chaos"},{"id":5045,"c":4,"u":"radiant%20war%20pick_griffonssaddlebag2","p":142,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Radiant War Pick"},{"id":5046,"c":4,"u":"realmswarden%20greataxe_griffonssaddlebag2","p":142,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Realmswarden Greataxe"},{"id":5047,"c":4,"u":"red%20queen's%20burden_griffonssaddlebag2","p":143,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Red Queen's Burden"},{"id":5048,"c":4,"u":"redeemer's%20regards_griffonssaddlebag2","p":143,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Redeemer's Regards"},{"id":5049,"c":4,"u":"redsmith%20crucible%20set_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Redsmith Crucible Set"},{"id":5050,"c":4,"u":"redsmith%20hammer_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Redsmith Hammer"},{"id":5051,"c":4,"u":"rejuvenating%20draft_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rejuvenating Draft"},{"id":5052,"c":4,"u":"rejuvenating%20draft%20(legendary)_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rejuvenating Draft (Legendary)"},{"id":5053,"c":4,"u":"rejuvenating%20draft%20(rare)_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rejuvenating Draft (Rare)"},{"id":5054,"c":4,"u":"rejuvenating%20draft%20(uncommon)_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rejuvenating Draft (Uncommon)"},{"id":5055,"c":4,"u":"rejuvenating%20draft%20(very%20rare)_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rejuvenating Draft (Very Rare)"},{"id":5056,"c":4,"u":"reliquary%20of%20holy%20memories_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Reliquary of Holy Memories"},{"id":5057,"c":4,"u":"reliquary%20of%20holy%20memories%20(legendary)_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Reliquary of Holy Memories (Legendary)"},{"id":5058,"c":4,"u":"reliquary%20of%20holy%20memories%20(rare)_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Reliquary of Holy Memories (Rare)"},{"id":5059,"c":4,"u":"reliquary%20of%20holy%20memories%20(uncommon)_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Reliquary of Holy Memories (Uncommon)"},{"id":5060,"c":4,"u":"reliquary%20of%20holy%20memories%20(very%20rare)_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Reliquary of Holy Memories (Very Rare)"},{"id":5061,"c":4,"u":"riff's%20dimensional%20ripper_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Riff's Dimensional Ripper"},{"id":5062,"c":4,"u":"rift%20sheath_griffonssaddlebag2","p":144,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rift Sheath"},{"id":5063,"c":4,"u":"ring%20of%20changing%20shapes_griffonssaddlebag2","p":146,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of Changing Shapes"},{"id":5064,"c":4,"u":"ring%20of%20healer's%20heroism_griffonssaddlebag2","p":146,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of Healer's Heroism"},{"id":5065,"c":4,"u":"ring%20of%20lunar%20might_griffonssaddlebag2","p":146,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of Lunar Might"},{"id":5066,"c":4,"u":"ring%20of%20misdirection_griffonssaddlebag2","p":146,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of Misdirection"},{"id":5067,"c":4,"u":"ring%20of%20rituals_griffonssaddlebag2","p":146,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of Rituals"},{"id":5068,"c":4,"u":"ring%20of%20solar's%20sight_griffonssaddlebag2","p":147,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of Solar's Sight"},{"id":5069,"c":4,"u":"ring%20of%20stolen%20alacrity_griffonssaddlebag2","p":147,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of Stolen Alacrity"},{"id":5070,"c":4,"u":"ring%20of%20the%20arcane%20berserker_griffonssaddlebag2","p":147,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of the Arcane Berserker"},{"id":5071,"c":4,"u":"ring%20of%20the%20assassin%20lord_griffonssaddlebag2","p":147,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of the Assassin Lord"},{"id":5072,"c":4,"u":"ring%20of%20the%20mute%20mage_griffonssaddlebag2","p":148,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of the Mute Mage"},{"id":5073,"c":4,"u":"ring%20of%20the%20split%20mind_griffonssaddlebag2","p":148,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of the Split Mind"},{"id":5074,"c":4,"u":"ring%20of%20volleys_griffonssaddlebag2","p":147,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ring of Volleys"},{"id":5075,"c":4,"u":"rings%20of%20the%20true%20companions_griffonssaddlebag2","p":148,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rings of the True Companions"},{"id":5076,"c":4,"u":"riptide%20crossbow_griffonssaddlebag2","p":148,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Riptide Crossbow"},{"id":5077,"c":4,"u":"roaring%20whip_griffonssaddlebag2","p":149,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Roaring Whip"},{"id":5078,"c":4,"u":"rod%20of%20endless%20light_griffonssaddlebag2","p":149,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rod of Endless Light"},{"id":5079,"c":4,"u":"rod%20of%20refstophobia_griffonssaddlebag2","p":149,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rod of Refstophobia"},{"id":5080,"c":4,"u":"rod%20of%20reverberation_griffonssaddlebag2","p":149,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rod of Reverberation"},{"id":5081,"c":4,"u":"rod%20of%20storms_griffonssaddlebag2","p":150,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rod of Storms"},{"id":5082,"c":4,"u":"rod%20of%20the%20magicycle_griffonssaddlebag2","p":151,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rod of the Magicycle"},{"id":5083,"c":4,"u":"rod%20of%20thought%20projection_griffonssaddlebag2","p":150,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rod of Thought Projection"},{"id":5084,"c":4,"u":"rod%20of%20water%20absorption_griffonssaddlebag2","p":150,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rod of Water Absorption"},{"id":5085,"c":4,"u":"rope%20caster_griffonssaddlebag2","p":152,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rope Caster"},{"id":5086,"c":4,"u":"rose%20quartz%20koi_griffonssaddlebag2","p":152,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rose Quartz Koi"},{"id":5087,"c":4,"u":"royal%20blade%20of%20amphibios_griffonssaddlebag2","p":152,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Royal Blade of Amphibios"},{"id":5088,"c":4,"u":"royal%20incinerator_griffonssaddlebag2","p":152,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Royal Incinerator"},{"id":5089,"c":4,"u":"rust%20arrow_griffonssaddlebag2","p":153,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Rust Arrow"},{"id":5090,"c":4,"u":"salamander%20flame%20gauntlets_griffonssaddlebag2","p":153,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Salamander Flame Gauntlets"},{"id":5091,"c":4,"u":"sash%20of%20sorcerous%20synergy_griffonssaddlebag2","p":154,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sash of Sorcerous Synergy"},{"id":5092,"c":4,"u":"satchel%20of%20beast%20chow_griffonssaddlebag2","p":154,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Satchel of Beast Chow"},{"id":5093,"c":4,"u":"scarlet%20scourge_griffonssaddlebag2","p":154,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scarlet Scourge"},{"id":5094,"c":4,"u":"scepter%20of%20faith_griffonssaddlebag2","p":155,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scepter of Faith"},{"id":5095,"c":4,"u":"scorned%20heart%20breastplate_griffonssaddlebag2","p":155,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scorned Heart Breastplate"},{"id":5096,"c":4,"u":"scorpion%20lasher_griffonssaddlebag2","p":155,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scorpion Lasher"},{"id":5097,"c":4,"u":"scroll%20of%20mapping_griffonssaddlebag2","p":156,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scroll of Mapping"},{"id":5098,"c":4,"u":"scroll%20of%20mapping%20(uncommon)_griffonssaddlebag2","p":156,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scroll of Mapping (Uncommon)"},{"id":5099,"c":4,"u":"scroll%20of%20mapping%20(very%20rare)_griffonssaddlebag2","p":156,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scroll of Mapping (Very Rare)"},{"id":5100,"c":4,"u":"scroll%20of%20nightmares_griffonssaddlebag2","p":156,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scroll of Nightmares"},{"id":5101,"c":4,"u":"scroll%20of%20the%20jester_griffonssaddlebag2","p":156,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scroll of the Jester"},{"id":5102,"c":4,"u":"second%20fiddle_griffonssaddlebag2","p":157,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Second Fiddle"},{"id":5103,"c":4,"u":"seeker's%20compass_griffonssaddlebag2","p":157,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Seeker's Compass"},{"id":5104,"c":4,"u":"seer's%20starlight%20cloak_griffonssaddlebag2","p":157,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Seer's Starlight Cloak"},{"id":5105,"c":4,"u":"seraphim's%20stiletto_griffonssaddlebag2","p":158,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Seraphim's Stiletto"},{"id":5106,"c":4,"u":"shadow%20tag_griffonssaddlebag2","p":158,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shadow Tag"},{"id":5107,"c":4,"u":"shadow%20weaver's%20guise_griffonssaddlebag2","p":158,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shadow Weaver's Guise"},{"id":5108,"c":4,"u":"shadowscale%20shroud_griffonssaddlebag2","p":158,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shadowscale Shroud"},{"id":5109,"c":4,"u":"shield%20of%20the%20justicars_griffonssaddlebag2","p":158,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shield of the Justicars"},{"id":5110,"c":4,"u":"shifter's%20shine_griffonssaddlebag2","p":160,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shifter's Shine"},{"id":5111,"c":4,"u":"shifter's%20shine%20(common)_griffonssaddlebag2","p":160,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shifter's Shine (Common)"},{"id":5112,"c":4,"u":"shifter's%20shine%20(uncommon)_griffonssaddlebag2","p":160,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shifter's Shine (Uncommon)"},{"id":5113,"c":4,"u":"shimmering%20spectacles_griffonssaddlebag2","p":160,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shimmering Spectacles"},{"id":5114,"c":4,"u":"shipwright's%20watch_griffonssaddlebag2","p":160,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shipwright's Watch"},{"id":5115,"c":4,"u":"shooting%20star_griffonssaddlebag2","p":160,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Shooting Star"},{"id":5116,"c":4,"u":"siege%20staff_griffonssaddlebag2","p":161,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Siege Staff"},{"id":5117,"c":4,"u":"silver%20coin%20of%20duvra_griffonssaddlebag2","p":161,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Silver Coin of Duvra"},{"id":5118,"c":4,"u":"silver%20eagle%20studded%20cuirass_griffonssaddlebag2","p":161,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Silver Eagle Studded Cuirass"},{"id":5119,"c":4,"u":"silver%20star%20cane_griffonssaddlebag2","p":161,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Silver Star Cane"},{"id":5120,"c":4,"u":"silverwind%2c%20the%20cleansing%20breeze_griffonssaddlebag2","p":200,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Silverwind, the Cleansing Breeze"},{"id":5121,"c":4,"u":"sir%20varion's%20helm_griffonssaddlebag2","p":162,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sir Varion's Helm"},{"id":5122,"c":4,"u":"sir%20varion's%20lance_griffonssaddlebag2","p":162,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sir Varion's Lance"},{"id":5123,"c":4,"u":"sir%20varion's%20mantle_griffonssaddlebag2","p":162,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sir Varion's Mantle"},{"id":5124,"c":4,"u":"sir%20varion's%20shield_griffonssaddlebag2","p":162,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sir Varion's Shield"},{"id":5125,"c":4,"u":"sky%20anchor_griffonssaddlebag2","p":162,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sky Anchor"},{"id":5126,"c":4,"u":"skyglider%20shield_griffonssaddlebag2","p":163,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Skyglider Shield"},{"id":5127,"c":4,"u":"skylit%20greaves_griffonssaddlebag2","p":163,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Skylit Greaves"},{"id":5128,"c":4,"u":"slaying%20longbow_griffonssaddlebag2","p":164,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Slaying Longbow"},{"id":5129,"c":4,"u":"sleepytime%20sheep%20stuffy_griffonssaddlebag2","p":164,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sleepytime Sheep Stuffy"},{"id":5130,"c":4,"u":"snake%20charmer's%20flute_griffonssaddlebag2","p":164,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Snake Charmer's Flute"},{"id":5131,"c":4,"u":"snow%20rider's%20sleigh_griffonssaddlebag2","p":164,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Snow Rider's Sleigh"},{"id":5132,"c":4,"u":"soul%20pendant_griffonssaddlebag2","p":165,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Soul Pendant"},{"id":5133,"c":4,"u":"soul-searing%20scythe_griffonssaddlebag2","p":164,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Soul-Searing Scythe"},{"id":5134,"c":4,"u":"sovereignseed%20satchel_griffonssaddlebag2","p":166,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sovereignseed Satchel"},{"id":5135,"c":4,"u":"spellfire%20bow_griffonssaddlebag2","p":166,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spellfire Bow"},{"id":5136,"c":4,"u":"spellsword_griffonssaddlebag2","p":167,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spellsword"},{"id":5137,"c":4,"u":"spellwriter's%20brace_griffonssaddlebag2","p":167,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spellwriter's Brace"},{"id":5138,"c":4,"u":"spirit%20cleaver_griffonssaddlebag2","p":167,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spirit Cleaver"},{"id":5139,"c":4,"u":"spirit%20sheath_griffonssaddlebag2","p":168,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spirit Sheath"},{"id":5140,"c":4,"u":"spiritwalker%20breastplate_griffonssaddlebag2","p":168,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Spiritwalker Breastplate"},{"id":5141,"c":4,"u":"splinterguard_griffonssaddlebag2","p":168,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Splinterguard"},{"id":5142,"c":4,"u":"sream's%20stoppered%20oasis_griffonssaddlebag2","p":168,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sream's Stoppered Oasis"},{"id":5143,"c":4,"u":"staff%20of%20cubic%20cultivation_griffonssaddlebag2","p":169,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Staff of Cubic Cultivation"},{"id":5144,"c":4,"u":"staff%20of%20the%20dream%20shepherd_griffonssaddlebag2","p":169,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Staff of the Dream Shepherd"},{"id":5145,"c":4,"u":"staff%20of%20the%20vineyard_griffonssaddlebag2","p":169,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Staff of the Vineyard"},{"id":5146,"c":4,"u":"stalagmight%20geode_griffonssaddlebag2","p":170,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Stalagmight Geode"},{"id":5147,"c":4,"u":"stalwart%20staff_griffonssaddlebag2","p":170,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Stalwart Staff"},{"id":5148,"c":4,"u":"starmetal%20shard%20spear_griffonssaddlebag2","p":171,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Starmetal Shard Spear"},{"id":5149,"c":4,"u":"starmetal%20sliver_griffonssaddlebag2","p":171,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Starmetal Sliver"},{"id":5150,"c":4,"u":"status%20signets_griffonssaddlebag2","p":171,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Status Signets"},{"id":5151,"c":4,"u":"steam%20harpoon_griffonssaddlebag2","p":172,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Steam Harpoon"},{"id":5152,"c":4,"u":"stonemason's%20companion_griffonssaddlebag2","p":172,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Stonemason's Companion"},{"id":5153,"c":4,"u":"storm%20seer%20lamp_griffonssaddlebag2","p":172,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Storm Seer Lamp"},{"id":5154,"c":4,"u":"storm's%20eye%20shield_griffonssaddlebag2","p":172,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Storm's Eye Shield"},{"id":5155,"c":4,"u":"stormbrewer%20bracers_griffonssaddlebag2","p":172,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Stormbrewer Bracers"},{"id":5156,"c":4,"u":"storyteller's%20stein_griffonssaddlebag2","p":173,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Storyteller's Stein"},{"id":5157,"c":4,"u":"stuffy%20familiar_griffonssaddlebag2","p":173,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Stuffy Familiar"},{"id":5158,"c":4,"u":"stylist's%20circlet_griffonssaddlebag2","p":173,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Stylist's Circlet"},{"id":5159,"c":4,"u":"tarrasque%20plate_griffonssaddlebag2","p":174,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tarrasque Plate"},{"id":5160,"c":4,"u":"tea%20weird_griffonssaddlebag2","p":174,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tea Weird"},{"id":5161,"c":4,"u":"tempest%20griffon%20bracers_griffonssaddlebag2","p":174,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tempest Griffon Bracers"},{"id":5162,"c":4,"u":"thalamus%20thread_griffonssaddlebag2","p":174,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Thalamus Thread"},{"id":5163,"c":4,"u":"the%20griffon's%20saddlebag_griffonssaddlebag2","p":174,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"The Griffon's Saddlebag"},{"id":5164,"c":4,"u":"thomas's%20dimensional%20trousers_griffonssaddlebag2","p":175,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Thomas's Dimensional Trousers"},{"id":5165,"c":4,"u":"tide%20turner_griffonssaddlebag2","p":175,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tide Turner"},{"id":5166,"c":4,"u":"titan%20cricket%20greaves_griffonssaddlebag2","p":175,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Titan Cricket Greaves"},{"id":5167,"c":4,"u":"titan's%20tooth%20claymore_griffonssaddlebag2","p":175,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Titan's Tooth Claymore"},{"id":5168,"c":4,"u":"tome%20of%20advanced%20fighting%20styles_griffonssaddlebag2","p":176,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tome of Advanced Fighting Styles"},{"id":5169,"c":4,"u":"tome%20of%20lost%20knowledge_griffonssaddlebag2","p":176,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tome of Lost Knowledge"},{"id":5170,"c":4,"u":"torrdok's%20magnificent%20forgery_griffonssaddlebag2","p":177,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Torrdok's Magnificent Forgery"},{"id":5171,"c":4,"u":"traitor's%20gauntlet_griffonssaddlebag2","p":177,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Traitor's Gauntlet"},{"id":5172,"c":4,"u":"trampling%20crossbow_griffonssaddlebag2","p":177,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Trampling Crossbow"},{"id":5173,"c":4,"u":"tremor%20spike_griffonssaddlebag2","p":178,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tremor Spike"},{"id":5174,"c":4,"u":"turtle%20brooch_griffonssaddlebag2","p":178,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Turtle Brooch"},{"id":5175,"c":4,"u":"tyrannosaurus%20rax_griffonssaddlebag2","p":178,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Tyrannosaurus Rax"},{"id":5176,"c":4,"u":"underworld%20asphodel%20regalia_griffonssaddlebag2","p":178,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Underworld Asphodel Regalia"},{"id":5177,"c":4,"u":"urnblade_griffonssaddlebag2","p":179,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Urnblade"},{"id":5178,"c":4,"u":"vain%20virtuoso's%20violin_griffonssaddlebag2","p":179,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Vain Virtuoso's Violin"},{"id":5179,"c":4,"u":"violet%20king's%20promise_griffonssaddlebag2","p":180,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Violet King's Promise"},{"id":5180,"c":4,"u":"viper%20khopesh_griffonssaddlebag2","p":181,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Viper Khopesh"},{"id":5181,"c":4,"u":"voyage%20collar_griffonssaddlebag2","p":181,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Voyage Collar"},{"id":5182,"c":4,"u":"vyra's%20broken%20path_griffonssaddlebag2","p":181,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Vyra's Broken Path"},{"id":5183,"c":4,"u":"wand%20of%20dowsing_griffonssaddlebag2","p":182,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand of Dowsing"},{"id":5184,"c":4,"u":"wand%20of%20gilding_griffonssaddlebag2","p":182,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand of Gilding"},{"id":5185,"c":4,"u":"wand%20of%20merriment_griffonssaddlebag2","p":182,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand of Merriment"},{"id":5186,"c":4,"u":"wand%20of%20necrosis_griffonssaddlebag2","p":182,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand of Necrosis"},{"id":5187,"c":4,"u":"wand%20of%20puppetry_griffonssaddlebag2","p":183,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand of Puppetry"},{"id":5188,"c":4,"u":"wand%20of%20stars_griffonssaddlebag2","p":183,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand of Stars"},{"id":5189,"c":4,"u":"wand%20of%20the%20alicorn_griffonssaddlebag2","p":184,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand of the Alicorn"},{"id":5190,"c":4,"u":"wand%20of%20the%20frostrose_griffonssaddlebag2","p":184,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wand of the Frostrose"},{"id":5191,"c":4,"u":"war's%20wager_griffonssaddlebag2","p":185,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"War's Wager"},{"id":5192,"c":4,"u":"wardancer's%20spear_griffonssaddlebag2","p":185,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wardancer's Spear"},{"id":5193,"c":4,"u":"warding%20staff_griffonssaddlebag2","p":185,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warding Staff"},{"id":5194,"c":4,"u":"warhammer%20of%20eruptions_griffonssaddlebag2","p":186,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warhammer of Eruptions"},{"id":5195,"c":4,"u":"warp%20anchor_griffonssaddlebag2","p":186,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Warp Anchor"},{"id":5196,"c":4,"u":"waterskin%20of%20voices_griffonssaddlebag2","p":186,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Waterskin of Voices"},{"id":5197,"c":4,"u":"wayfinder%20sphere_griffonssaddlebag2","p":186,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wayfinder Sphere"},{"id":5198,"c":4,"u":"weaving%20wasp%20needles_griffonssaddlebag2","p":187,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Weaving Wasp Needles"},{"id":5199,"c":4,"u":"whirlpool%20dart_griffonssaddlebag2","p":188,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Whirlpool Dart"},{"id":5200,"c":4,"u":"whispergust%20mote_griffonssaddlebag2","p":188,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Whispergust Mote"},{"id":5201,"c":4,"u":"widemouth%20bucket_griffonssaddlebag2","p":189,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Widemouth Bucket"},{"id":5202,"c":4,"u":"widow's%20tea_griffonssaddlebag2","p":189,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Widow's Tea"},{"id":5203,"c":4,"u":"wildskin%20armor_griffonssaddlebag2","p":190,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wildskin Armor"},{"id":5204,"c":4,"u":"williwig's%20time%20stopper_griffonssaddlebag2","p":190,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Williwig's Time Stopper"},{"id":5205,"c":4,"u":"wind%20and%20whirl_griffonssaddlebag2","p":190,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wind and Whirl"},{"id":5206,"c":4,"u":"wind%20riders_griffonssaddlebag2","p":190,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wind Riders"},{"id":5207,"c":4,"u":"wind-up%20merchant_griffonssaddlebag2","p":191,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wind-Up Merchant"},{"id":5208,"c":4,"u":"wisp%20cloak_griffonssaddlebag2","p":191,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wisp Cloak"},{"id":5209,"c":4,"u":"wispy%20sour_griffonssaddlebag2","p":192,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wispy Sour"},{"id":5210,"c":4,"u":"wispy%20sour%20(common)_griffonssaddlebag2","p":192,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wispy Sour (Common)"},{"id":5211,"c":4,"u":"wispy%20sour%20(uncommon)_griffonssaddlebag2","p":192,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wispy Sour (Uncommon)"},{"id":5212,"c":4,"u":"wraps%20of%20the%20restless_griffonssaddlebag2","p":192,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wraps of the Restless"},{"id":5213,"c":4,"u":"wyrmling%20wristlet_griffonssaddlebag2","p":192,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wyrmling Wristlet"},{"id":5214,"c":4,"u":"wyrmshide%20bow_griffonssaddlebag2","p":193,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wyrmshide Bow"},{"id":5215,"c":4,"u":"xibalban%20blade_griffonssaddlebag2","p":193,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Xibalban Blade"},{"id":5216,"c":4,"u":"xorn-sole%20boots_griffonssaddlebag2","p":194,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Xorn-Sole Boots"},{"id":5217,"c":4,"u":"bloodsbane_illriggerrevised","p":39,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"Bloodsbane"},{"id":5218,"c":4,"u":"mithril%20mail-shirt_tlotrr","p":134,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Mithril Mail-shirt"},{"id":5219,"c":4,"u":"glowing%20poison%20recipe_whereevillives","p":21,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Glowing Poison Recipe"},{"id":5220,"c":4,"u":"monocle%20of%20secrets_whereevillives","p":21,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Monocle of Secrets"},{"id":5221,"c":4,"u":"psi%20lenses_whereevillives","p":34,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Psi Lenses"},{"id":5222,"c":4,"u":"shtriga%20nonna's%20pot%20of%20plenty_whereevillives","p":51,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Shtriga Nonna's Pot of Plenty"},{"id":5223,"c":4,"u":"treasure%20rat_whereevillives","p":51,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Treasure Rat"},{"id":5224,"c":4,"u":"millstone%20of%20grinding_whereevillives","p":60,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Millstone of Grinding"},{"id":5225,"c":4,"u":"nine%20lives_whereevillives","p":60,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Nine Lives"},{"id":5226,"c":4,"u":"battle%20master's%20compendium_whereevillives","p":73,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Battle Master's Compendium"},{"id":5227,"c":4,"u":"sands%20of%20war_whereevillives","p":73,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Sands of War"},{"id":5228,"c":4,"u":"kiona's%20notes_whereevillives","p":87,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Kiona's Notes"},{"id":5229,"c":4,"u":"soul%20lamp_whereevillives","p":87,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Soul Lamp"},{"id":5230,"c":4,"u":"griffon%20egg_whereevillives","p":99,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Griffon Egg"},{"id":5231,"c":4,"u":"wand%20of%20restoration_whereevillives","p":99,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Wand of Restoration"},{"id":5232,"c":4,"u":"aastrika's%20crown_whereevillives","p":115,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Aastrika's Crown"},{"id":5233,"c":4,"u":"monument%20of%20molten%20blades_whereevillives","p":116,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Monument of Molten Blades"},{"id":5234,"c":4,"u":"balm%20of%20shifting%20form_whereevillives","p":127,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Balm of Shifting Form"},{"id":5235,"c":4,"u":"book%20of%20secrets_whereevillives","p":143,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Book of Secrets"},{"id":5236,"c":4,"u":"overmatter%20totem_whereevillives","p":143,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Overmatter Totem"},{"id":5237,"c":4,"u":"demon%20signet%20ring_whereevillives","p":159,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Demon Signet Ring"},{"id":5238,"c":4,"u":"watch%20of%20prospecting_whereevillives","p":158,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Watch of Prospecting"},{"id":5239,"c":4,"u":"ashyra's%20research%20notes_whereevillives","p":171,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Ashyra's Research Notes"},{"id":5240,"c":4,"u":"rod%20of%20the%20sovereigns'%20servant_whereevillives","p":171,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Rod of the Sovereigns' Servant"},{"id":5241,"c":4,"u":"kinesthetic%20projection_whereevillives","p":184,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Kinesthetic Projection"},{"id":5242,"c":4,"u":"deed%20to%20addlecove%20castle_whereevillives","p":200,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Deed to Addlecove Castle"},{"id":5243,"c":4,"u":"the%20closing%20argument_whereevillives","p":200,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"The Closing Argument"},{"id":5244,"c":4,"u":"essence%20of%20shadowkeep_whereevillives","p":215,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Essence of Shadowkeep"},{"id":5245,"c":4,"u":"unsigned%20infernal%20contract_whereevillives","p":215,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Unsigned Infernal Contract"},{"id":5246,"c":4,"u":"essence%20of%20shadowkeep_whereevillives","p":215,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Essence of Shadowkeep"},{"id":5247,"c":4,"u":"shield%20of%20shadow%20form_whereevillives","p":215,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Shield of Shadow Form"},{"id":5248,"c":4,"u":"unsigned%20infernal%20contract_whereevillives","p":215,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Unsigned Infernal Contract"},{"id":5249,"c":4,"u":"crog's%20guide%20to%20disarming%20magic%20traps_whereevillives","p":230,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Crog's Guide to Disarming Magic Traps"},{"id":5250,"c":4,"u":"draconic%20visage_whereevillives","p":230,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Draconic Visage"},{"id":5251,"c":4,"u":"heavenkiller%20chronicles_whereevillives","p":241,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Heavenkiller Chronicles"},{"id":5252,"c":4,"u":"sun%20eater%20staff_whereevillives","p":241,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Sun Eater Staff"},{"id":5253,"c":4,"u":"bag%20of%20eyes_whereevillives","p":256,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Bag of Eyes"},{"id":5254,"c":4,"u":"yserthrax's%20corruption%20poison%20recipe_whereevillives","p":256,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Yserthrax's Corruption Poison Recipe"},{"id":5255,"c":4,"u":"star%20map%20of%20creation_whereevillives","p":269,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Star Map of Creation"},{"id":5256,"c":4,"u":"xaantikorijek's%20looking%20glass_whereevillives","p":269,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Xaantikorijek's Looking Glass"},{"id":5257,"c":4,"u":"dragon%20compass_whereevillives","p":279,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Dragon Compass"},{"id":5258,"c":4,"u":"lava%20crucible_whereevillives","p":279,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lava Crucible"},{"id":5259,"c":4,"u":"blade%20of%20forlorn%20hope_whereevillives","p":293,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Blade of Forlorn Hope"},{"id":5260,"c":4,"u":"spell%20form%20of%20erasure_whereevillives","p":293,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Spell Form of Erasure"},{"id":5261,"c":4,"u":"soulstone%20grimoire_whereevillives","p":309,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Soulstone Grimoire"},{"id":5262,"c":4,"u":"spear%20of%20gael%20wode_whereevillives","p":309,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Spear of Gael Wode"},{"id":5263,"c":4,"u":"painted%20stones_talesfromtheshadows","p":176,"s":3,"h":1,"dP":1,"sA":3,"sF":3,"n":"Painted Stones"},{"id":5264,"c":4,"u":"true%20name%20(*)_illriggerrevised","p":38,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"True Name (*)"},{"id":5265,"c":4,"u":"armor%20of%20the%20black%20river_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Armor of the Black River"},{"id":5266,"c":4,"u":"armor%20of%20the%20white%20rose_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Armor of the White Rose"},{"id":5267,"c":4,"u":"blade%20of%20grass_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Blade of Grass"},{"id":5268,"c":4,"u":"ebony%20beetle%20armor_bookofebontides","p":197,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ebony Beetle Armor"},{"id":5269,"c":4,"u":"fey%20blade_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Fey Blade"},{"id":5270,"c":4,"u":"frostglow%20weapon_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Frostglow Weapon"},{"id":5271,"c":4,"u":"ghost%20armor_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ghost Armor"},{"id":5272,"c":4,"u":"lunar%20lance_bookofebontides","p":209,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Lunar Lance"},{"id":5273,"c":4,"u":"midnight%20armor_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Midnight Armor"},{"id":5274,"c":4,"u":"moonsteel%20weapon_bookofebontides","p":210,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonsteel Weapon"},{"id":5275,"c":4,"u":"moonstone%20banded%20armor_bookofebontides","p":198,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Moonstone Banded Armor"},{"id":5276,"c":4,"u":"quickstep%20weapon_bookofebontides","p":210,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Quickstep Weapon"},{"id":5277,"c":4,"u":"scepter%20weapon_bookofebontides","p":210,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Scepter Weapon"},{"id":5278,"c":4,"u":"umbral%20armor_bookofebontides","p":199,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Armor"},{"id":5279,"c":4,"u":"blade%20of%20the%20wood_humblewoodcampaignsetting","p":213,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Blade of the Wood"},{"id":5280,"c":4,"u":"red-feather%20bow_humblewoodcampaignsetting","p":214,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Red-Feather Bow"},{"id":5281,"c":4,"u":"arrow%20of%20anchoring_griffonssaddlebag2","p":39,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Arrow of Anchoring"},{"id":5282,"c":4,"u":"bird's-eye%20bolt_griffonssaddlebag2","p":44,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bird's-Eye Bolt"},{"id":5283,"c":4,"u":"bow%20of%20the%20cobra_griffonssaddlebag2","p":50,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bow of the Cobra"},{"id":5284,"c":4,"u":"bow%20of%20the%20spelldrinker_griffonssaddlebag2","p":50,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bow of the Spelldrinker"},{"id":5285,"c":4,"u":"bow%20of%20the%20twilight%20valkyrie_griffonssaddlebag2","p":50,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bow of the Twilight Valkyrie"},{"id":5286,"c":4,"u":"candleflame%20bow_griffonssaddlebag2","p":56,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Candleflame Bow"},{"id":5287,"c":4,"u":"captain's%20pride_griffonssaddlebag2","p":57,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Captain's Pride"},{"id":5288,"c":4,"u":"dragon%20turtle%20barding_griffonssaddlebag2","p":73,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragon Turtle Barding"},{"id":5289,"c":4,"u":"dragonbreath%20ammunition_griffonssaddlebag2","p":74,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragonbreath Ammunition"},{"id":5290,"c":4,"u":"eternal%20slayer_griffonssaddlebag2","p":78,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Eternal Slayer"},{"id":5291,"c":4,"u":"freerunner's%20armor_griffonssaddlebag2","p":85,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Freerunner's Armor"},{"id":5292,"c":4,"u":"gentleman's%20saber_griffonssaddlebag2","p":87,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Gentleman's Saber"},{"id":5293,"c":4,"u":"godsteel%20worldcarver_griffonssaddlebag2","p":92,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Godsteel Worldcarver"},{"id":5294,"c":4,"u":"ironleaf%20impaler_griffonssaddlebag2","p":111,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Ironleaf Impaler"},{"id":5295,"c":4,"u":"jo'catian%20denier_griffonssaddlebag2","p":111,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Jo'Catian Denier"},{"id":5296,"c":4,"u":"monster%20tamer's%20sword_griffonssaddlebag2","p":124,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Monster Tamer's Sword"},{"id":5297,"c":4,"u":"myceliaweave%20armor_griffonssaddlebag2","p":128,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Myceliaweave Armor"},{"id":5298,"c":4,"u":"novanite%20armor_griffonssaddlebag2","p":130,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Novanite Armor"},{"id":5299,"c":4,"u":"phasing%20bow_griffonssaddlebag2","p":135,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Phasing Bow"},{"id":5300,"c":4,"u":"poison%20armor%20of%20amphibios_griffonssaddlebag2","p":137,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Poison Armor of Amphibios"},{"id":5301,"c":4,"u":"pollinator%20carapace_griffonssaddlebag2","p":138,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Pollinator Carapace"},{"id":5302,"c":4,"u":"sagittarian%20vestments_griffonssaddlebag2","p":153,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Sagittarian Vestments"},{"id":5303,"c":4,"u":"scorpio%20armor_griffonssaddlebag2","p":155,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Scorpio Armor"},{"id":5304,"c":4,"u":"starmetal%20nova%20armor_griffonssaddlebag2","p":170,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Starmetal Nova Armor"},{"id":5305,"c":4,"u":"verax%20weapon_griffonssaddlebag2","p":180,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Verax Weapon"},{"id":5306,"c":4,"u":"wavecutter_griffonssaddlebag2","p":186,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wavecutter"},{"id":5307,"c":4,"u":"weapon%20of%20verdict_griffonssaddlebag2","p":187,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Weapon of Verdict"},{"id":5308,"c":4,"u":"webgrip%20bow_griffonssaddlebag2","p":188,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Webgrip Bow"},{"id":5309,"c":4,"u":"whirling%20weapons_griffonssaddlebag2","p":188,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Whirling Weapons"},{"id":5310,"c":4,"u":"wildfire%20ammunition_griffonssaddlebag2","p":189,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Wildfire Ammunition"},{"id":5311,"c":4,"u":"yellow%20harbinger's%20path_griffonssaddlebag2","p":194,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Yellow Harbinger's Path"},{"id":5312,"c":4,"u":"%2b1%20true%20name_illriggerrevised","p":38,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"+1 True Name"},{"id":5313,"c":4,"u":"%2b2%20true%20name_illriggerrevised","p":38,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"+2 True Name"},{"id":5314,"c":4,"u":"%2b3%20true%20name_illriggerrevised","p":38,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"+3 True Name"},{"id":5315,"c":4,"u":"true%20name_illriggerrevised","p":38,"s":5,"h":1,"dP":1,"sA":5,"sF":5,"sC":3,"n":"True Name"},{"id":5316,"c":4,"u":"ancient%20close%20fitting%20armour_tlotrr","p":133,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ancient Close Fitting Armour"},{"id":5317,"c":4,"u":"ancient%20cunning%20make%20armour_tlotrr","p":133,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ancient Cunning Make Armour"},{"id":5318,"c":4,"u":"archet%20hunting%20bow_tlotrr","p":190,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Archet Hunting Bow"},{"id":5319,"c":4,"u":"biting%20dart%20weapon_tlotrr","p":133,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Biting Dart Weapon"},{"id":5320,"c":4,"u":"cleaving%20weapon_tlotrr","p":133,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Cleaving Weapon"},{"id":5321,"c":4,"u":"close-fitting%20armour_tlotrr","p":79,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Close-fitting Armour"},{"id":5322,"c":4,"u":"cunning-make%20armour_tlotrr","p":79,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Cunning-make Armour"},{"id":5323,"c":4,"u":"fell%20weapon_tlotrr","p":79,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Fell Weapon"},{"id":5324,"c":4,"u":"flame%20of%20hope%20weapon_tlotrr","p":133,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Flame of Hope Weapon"},{"id":5325,"c":4,"u":"foe-slaying%20weapon_tlotrr","p":134,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Foe-Slaying Weapon"},{"id":5326,"c":4,"u":"gleam%20of%20terror%20weapon_tlotrr","p":134,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Gleam of Terror Weapon"},{"id":5327,"c":4,"u":"grievous%20weapon_tlotrr","p":79,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Grievous Weapon"},{"id":5328,"c":4,"u":"hammering%20weapon_tlotrr","p":134,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hammering Weapon"},{"id":5329,"c":4,"u":"hollow%20steel%20weapon_tlotrr","p":134,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hollow Steel Weapon"},{"id":5330,"c":4,"u":"keen%20weapon_tlotrr","p":79,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Keen Weapon"},{"id":5331,"c":4,"u":"luminescence%20weapon_tlotrr","p":134,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Luminescence Weapon"},{"id":5332,"c":4,"u":"reinforced%20shield%20(*)_tlotrr","p":79,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Reinforced Shield (*)"},{"id":5333,"c":4,"u":"rune-scored%20armour_tlotrr","p":134,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Rune-Scored Armour"},{"id":5334,"c":4,"u":"rune-scored%20shield%20(*)_tlotrr","p":134,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Rune-Scored Shield (*)"},{"id":5335,"c":4,"u":"rune-scored%20weapon_tlotrr","s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Rune-Scored Weapon"},{"id":5336,"c":4,"u":"straight%20flight%20weapon_tlotrr","p":134,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Straight Flight Weapon"},{"id":5337,"c":4,"u":"superior%20fell%20weapon_tlotrr","p":133,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Superior Fell Weapon"},{"id":5338,"c":4,"u":"superior%20grievous%20weapon_tlotrr","p":133,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Superior Grievous Weapon"},{"id":5339,"c":4,"u":"superior%20keen%20weapon_tlotrr","p":133,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Superior Keen Weapon"},{"id":5340,"c":4,"u":"superior%20reinforced%20shield%20(*)_tlotrr","p":133,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Superior Reinforced Shield (*)"},{"id":5341,"c":4,"u":"foresight%20weapon_whereevillives","p":127,"s":7,"h":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Foresight Weapon"},{"id":5342,"c":9,"u":"control%20projectiles_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Control Projectiles"},{"id":5343,"c":9,"u":"control%20projectiles_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Control Projectiles; 2nd-Order"},{"id":5344,"c":9,"u":"deserved%20transfer_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Deserved Transfer"},{"id":5345,"c":9,"u":"deserved%20transfer_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Deserved Transfer; 2nd-Order"},{"id":5346,"c":9,"u":"deserved%20transfer_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Deserved Transfer; Increased Order"},{"id":5347,"c":9,"u":"dream%20spores_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Dream Spores"},{"id":5348,"c":9,"u":"dream%20spores_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Dream Spores; 5th-Order"},{"id":5349,"c":9,"u":"energy%20eyes_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Energy Eyes"},{"id":5350,"c":9,"u":"energy%20eyes_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Energy Eyes; 3rd-Order"},{"id":5351,"c":9,"u":"energy%20eyes_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Energy Eyes; Increased Order"},{"id":5352,"c":9,"u":"invigorated%20march_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Invigorated March"},{"id":5353,"c":9,"u":"invigorated%20march_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Invigorated March; 3rd-Order"},{"id":5354,"c":9,"u":"invigorated%20march_fleemortals","p":391,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Invigorated March; Increased Order"},{"id":5355,"c":9,"u":"liquefy_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Liquefy"},{"id":5356,"c":9,"u":"liquefy_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Liquefy; 3rd-Order"},{"id":5357,"c":9,"u":"memory%20thief_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Memory Thief"},{"id":5358,"c":9,"u":"memory%20thief_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Memory Thief; 4th-Order"},{"id":5359,"c":9,"u":"memory%20thief_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Memory Thief; Increased Order"},{"id":5360,"c":9,"u":"mental%20lance_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mental Lance"},{"id":5361,"c":9,"u":"mental%20lance_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mental Lance; 3rd-Order"},{"id":5362,"c":9,"u":"mental%20lance_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mental Lance; Increased Order"},{"id":5363,"c":9,"u":"mind%20scream_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mind Scream"},{"id":5364,"c":9,"u":"mind%20scream_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Scream; 3rd-Order"},{"id":5365,"c":9,"u":"mind%20scream_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Scream; Increased Order"},{"id":5366,"c":9,"u":"mind%20splinter_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Mind Splinter"},{"id":5367,"c":9,"u":"mind%20splinter_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Splinter; 1st-4th Level"},{"id":5368,"c":9,"u":"mind%20splinter_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Splinter; 5th-10th Level"},{"id":5369,"c":9,"u":"mind%20splinter_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Splinter; 11th-16th Level"},{"id":5370,"c":9,"u":"mind%20splinter_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Mind Splinter; 17th+ Level"},{"id":5371,"c":9,"u":"phase_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Phase"},{"id":5372,"c":9,"u":"phase_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Phase; 4th-Order"},{"id":5373,"c":9,"u":"phase_fleemortals","p":392,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Phase; Increased Order"},{"id":5374,"c":9,"u":"piscine%20transformation_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Piscine Transformation"},{"id":5375,"c":9,"u":"piscine%20transformation_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Piscine Transformation; Head"},{"id":5376,"c":9,"u":"piscine%20transformation_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Piscine Transformation; Legs"},{"id":5377,"c":9,"u":"piscine%20transformation_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Piscine Transformation; Torso"},{"id":5378,"c":9,"u":"piscine%20transformation_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Piscine Transformation; Increased Order"},{"id":5379,"c":9,"u":"shockwave_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Shockwave"},{"id":5380,"c":9,"u":"shockwave_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Shockwave; 2nd-Order"},{"id":5381,"c":9,"u":"sickening%20sympathy_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sickening Sympathy"},{"id":5382,"c":9,"u":"sickening%20sympathy_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Sickening Sympathy; 2nd-Order"},{"id":5383,"c":9,"u":"vanish%20for%20one_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vanish for One"},{"id":5384,"c":9,"u":"vanish%20for%20one_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Vanish for One; 2nd-Order"},{"id":5385,"c":9,"u":"vanish%20for%20one_fleemortals","p":393,"s":1,"h":1,"dP":1,"sA":1,"sF":1,"sC":0,"d":1,"n":"Vanish for One; Increased Order"},{"id":5386,"c":10,"u":"bearfolk_bookofebontides","p":22,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bearfolk"},{"id":5387,"c":10,"u":"bearfolk%20(shadowborn)_bookofebontides","p":22,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bearfolk (Shadowborn)"},{"id":5388,"c":10,"u":"darakhul_bookofebontides","p":25,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Darakhul"},{"id":5389,"c":10,"u":"darakhul%20(bearfolk%20heritage)_bookofebontides","p":25,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Darakhul (Bearfolk Heritage)"},{"id":5390,"c":10,"u":"darakhul%20(shadow%20goblin%20heritage)_bookofebontides","p":25,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Darakhul (Shadow Goblin Heritage)"},{"id":5391,"c":10,"u":"erina_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Erina"},{"id":5392,"c":10,"u":"erina%20(spiritfarer)_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Erina (Spiritfarer)"},{"id":5393,"c":10,"u":"quickstep_bookofebontides","p":32,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Quickstep"},{"id":5394,"c":10,"u":"ratatosk_bookofebontides","p":33,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ratatosk"},{"id":5395,"c":10,"u":"ratatosk%20(ekorre%3b%20clever%20tusk)_bookofebontides","p":33,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ratatosk (Ekorre; Clever Tusk)"},{"id":5396,"c":10,"u":"ratatosk%20(tradvakt%3b%20tree%20protector)_bookofebontides","p":33,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ratatosk (Tradvakt; Tree Protector)"},{"id":5397,"c":10,"u":"ravenfolk_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ravenfolk"},{"id":5398,"c":10,"u":"ravenfolk%20(sublime)_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ravenfolk (Sublime)"},{"id":5399,"c":10,"u":"satarre_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Satarre"},{"id":5400,"c":10,"u":"satarre%20(unbound)_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Satarre (Unbound)"},{"id":5401,"c":10,"u":"shade_bookofebontides","p":49,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shade"},{"id":5402,"c":10,"u":"shade%20(stygian)_bookofebontides","p":49,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shade (Stygian)"},{"id":5403,"c":10,"u":"shadow%20goblin_bookofebontides","p":29,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Shadow Goblin"},{"id":5404,"c":10,"u":"umbral%20human_bookofebontides","p":30,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Human"},{"id":5405,"c":10,"u":"umbral%20human%20(changeling)_bookofebontides","p":30,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Human (Changeling)"},{"id":5406,"c":10,"u":"umbral%20human%20(gifted)_bookofebontides","p":30,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbral Human (Gifted)"},{"id":5407,"c":10,"u":"the%20disembodied_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"The Disembodied"},{"id":5408,"c":10,"u":"wechselkind_grimhollowplayerpack","s":8,"h":1,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Wechselkind"},{"id":5409,"c":10,"u":"cervan_humblewoodcampaignsetting","p":22,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Cervan"},{"id":5410,"c":10,"u":"cervan%20(grove)_humblewoodcampaignsetting","p":22,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Cervan (Grove)"},{"id":5411,"c":10,"u":"cervan%20(pronghorn)_humblewoodcampaignsetting","p":22,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Cervan (Pronghorn)"},{"id":5412,"c":10,"u":"corvum_humblewoodcampaignsetting","p":12,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Corvum"},{"id":5413,"c":10,"u":"corvum%20(dusk)_humblewoodcampaignsetting","p":12,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Corvum (Dusk)"},{"id":5414,"c":10,"u":"corvum%20(kindled)_humblewoodcampaignsetting","p":12,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Corvum (Kindled)"},{"id":5415,"c":10,"u":"gallus_humblewoodcampaignsetting","p":14,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gallus"},{"id":5416,"c":10,"u":"gallus%20(bright)_humblewoodcampaignsetting","p":14,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gallus (Bright)"},{"id":5417,"c":10,"u":"gallus%20(huden)_humblewoodcampaignsetting","p":14,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gallus (Huden)"},{"id":5418,"c":10,"u":"hedge_humblewoodcampaignsetting","p":24,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Hedge"},{"id":5419,"c":10,"u":"jerbeen_humblewoodcampaignsetting","p":27,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Jerbeen"},{"id":5420,"c":10,"u":"luma_humblewoodcampaignsetting","p":16,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Luma"},{"id":5421,"c":10,"u":"luma%20(sable)_humblewoodcampaignsetting","p":16,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Luma (Sable)"},{"id":5422,"c":10,"u":"luma%20(sera)_humblewoodcampaignsetting","p":16,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Luma (Sera)"},{"id":5423,"c":10,"u":"mapach_humblewoodcampaignsetting","p":28,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Mapach"},{"id":5424,"c":10,"u":"raptor_humblewoodcampaignsetting","p":18,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Raptor"},{"id":5425,"c":10,"u":"raptor%20(maran)_humblewoodcampaignsetting","p":18,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Raptor (Maran)"},{"id":5426,"c":10,"u":"raptor%20(mistral)_humblewoodcampaignsetting","p":18,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Raptor (Mistral)"},{"id":5427,"c":10,"u":"strig_humblewoodcampaignsetting","p":20,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Strig"},{"id":5428,"c":10,"u":"strig%20(stout)_humblewoodcampaignsetting","p":20,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Strig (Stout)"},{"id":5429,"c":10,"u":"strig%20(swift)_humblewoodcampaignsetting","p":20,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Strig (Swift)"},{"id":5430,"c":10,"u":"vulpin_humblewoodcampaignsetting","p":30,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Vulpin"},{"id":5431,"c":10,"u":"etherean_griffonssaddlebag2","p":204,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Etherean"},{"id":5432,"c":10,"u":"geleton_griffonssaddlebag2","p":206,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Geleton"},{"id":5433,"c":10,"u":"barding_tlotrr","p":28,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Barding"},{"id":5434,"c":10,"u":"bree-hobbit_tlotrr","p":183,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bree-Hobbit"},{"id":5435,"c":10,"u":"bree-hobbit%20(fallohide)_tlotrr","p":38,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bree-Hobbit (Fallohide)"},{"id":5436,"c":10,"u":"bree-hobbit%20(harfoot)_tlotrr","p":38,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bree-Hobbit (Harfoot)"},{"id":5437,"c":10,"u":"bree-hobbit%20(stoor)_tlotrr","p":38,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Bree-Hobbit (Stoor)"},{"id":5438,"c":10,"u":"dwarf_tlotrr","p":31,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dwarf"},{"id":5439,"c":10,"u":"dwarf%20(blue%20mountain)_tlotrr","p":32,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dwarf (Blue Mountain)"},{"id":5440,"c":10,"u":"dwarf%20(erebor)_tlotrr","p":32,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dwarf (Erebor)"},{"id":5441,"c":10,"u":"dwarf%20(iron%20hill)_tlotrr","p":32,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dwarf (Iron Hill)"},{"id":5442,"c":10,"u":"dwarf%20(wandering)_tlotrr","p":32,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dwarf (Wandering)"},{"id":5443,"c":10,"u":"elf_tlotrr","p":34,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Elf"},{"id":5444,"c":10,"u":"elf%20(lindon)_tlotrr","p":35,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Elf (Lindon)"},{"id":5445,"c":10,"u":"hobbit_tlotrr","p":37,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hobbit"},{"id":5446,"c":10,"u":"hobbit%20(fallohide)_tlotrr","p":38,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hobbit (Fallohide)"},{"id":5447,"c":10,"u":"hobbit%20(harfoot)_tlotrr","p":38,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hobbit (Harfoot)"},{"id":5448,"c":10,"u":"hobbit%20(stoor)_tlotrr","p":38,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hobbit (Stoor)"},{"id":5449,"c":10,"u":"man%20of%20bree_tlotrr","p":40,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Man of Bree"},{"id":5450,"c":10,"u":"ranger%20of%20the%20north_tlotrr","p":42,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ranger of the North"},{"id":5451,"c":10,"u":"elf%20(lunar)_bookofebontides","p":21,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Elf (Lunar)"},{"id":5452,"c":10,"u":"elf%20(sable)_bookofebontides","p":21,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Elf (Sable)"},{"id":5453,"c":10,"u":"elf%20(shadow%20fey)_bookofebontides","p":21,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Elf (Shadow Fey)"},{"id":5454,"c":10,"u":"gnome%20(wyrd)_bookofebontides","p":35,"s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Gnome (Wyrd)"},{"id":5455,"c":11,"u":"curse%20of%20vengeance_tlotrr","p":145,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Curse of Vengeance"},{"id":5456,"c":11,"u":"dragon-sickness_tlotrr","p":145,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dragon-Sickness"},{"id":5457,"c":11,"u":"lure%20of%20power_tlotrr","p":145,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Lure of Power"},{"id":5458,"c":11,"u":"lure%20of%20secrets_tlotrr","p":145,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Lure of Secrets"},{"id":5459,"c":11,"u":"path%20of%20despair_tlotrr","p":145,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Path of Despair"},{"id":5460,"c":11,"u":"wandering-madness_tlotrr","p":146,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Wandering-Madness"},{"id":5461,"c":12,"u":"drunkenness%20level_griffonssaddlebag2","p":274,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Drunkenness Level"},{"id":5462,"c":12,"u":"encumbrance_tlotrr","p":22,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Encumbrance"},{"id":5463,"c":12,"u":"replacing%20the%20d20_tlotrr","p":22,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Replacing the d20"},{"id":5464,"c":12,"u":"resting_tlotrr","p":22,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Resting"},{"id":5465,"c":12,"u":"rewards%20and%20virtues_tlotrr","p":22,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Rewards and Virtues"},{"id":5466,"c":12,"u":"rolling%201%20or%2020_tlotrr","p":22,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Rolling 1 or 20"},{"id":5467,"c":12,"u":"shadow%20and%20corruption_tlotrr","p":23,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Shadow and Corruption"},{"id":5468,"c":13,"u":"hwaitw","s":2,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Humblewood: Adventure in the Wood"},{"id":5469,"c":13,"u":"talesfromtheshadows","s":3,"dP":1,"sA":3,"sF":3,"n":"Tales from the Shadows"},{"id":5470,"c":13,"u":"jaggededge","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Jagged Edge Hideaway"},{"id":5471,"c":13,"u":"hangingtree","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Hanging Tree"},{"id":5472,"c":13,"u":"haghut","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Shtriga Nonna's Hut"},{"id":5473,"c":13,"u":"burnockmill","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Burnock Mill"},{"id":5474,"c":13,"u":"campfirefield","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Camp Firefield"},{"id":5475,"c":13,"u":"shiftinglibrary","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Shifting Library"},{"id":5476,"c":13,"u":"cloudfang","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Cloud Fang Keep"},{"id":5477,"c":13,"u":"moltenenclave","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Molten Enclave"},{"id":5478,"c":13,"u":"wrathrock","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Ruins of Wrathrock"},{"id":5479,"c":13,"u":"whitetower","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"The White Tower"},{"id":5480,"c":13,"u":"canyoncrown","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Canyon of the Tower Crown"},{"id":5481,"c":13,"u":"tombkeeper","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Tomb of the Keeper"},{"id":5482,"c":13,"u":"termex","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Terminal Excrescence"},{"id":5483,"c":13,"u":"ecas","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Eighth City Advocacy Services"},{"id":5484,"c":13,"u":"shkeep","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Shadowkeep"},{"id":5485,"c":13,"u":"durrest","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Durixaviinox's Rest"},{"id":5486,"c":13,"u":"corhol","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Coronal Hollow"},{"id":5487,"c":13,"u":"eyemt","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Eyes of the Mountain"},{"id":5488,"c":13,"u":"glacav","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Glass Cavern"},{"id":5489,"c":13,"u":"mtbrz","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Mount Brazen"},{"id":5490,"c":13,"u":"ashqu","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Ash Queen's Reliquary"},{"id":5491,"c":13,"u":"boueter","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Boughs of Eternity"},{"id":5492,"c":44,"u":"bookofebontides","s":0,"dP":1,"sA":0,"sF":0,"n":"Book of Ebon Tides"},{"id":5493,"c":44,"u":"fleemortals","s":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Flee, Mortals!"},{"id":5494,"c":44,"u":"gh%3app","s":8,"dP":1,"sA":8,"sF":8,"sC":6,"n":"Grim Hollow: Player Pack"},{"id":5495,"c":44,"u":"humblewoodcampaignsetting","s":2,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Humblewood Campaign Setting"},{"id":5496,"c":44,"u":"griffonssaddlebag2","s":4,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Griffon's Saddlebag Book 2"},{"id":5497,"c":44,"u":"illriggerrevised","s":5,"dP":1,"sA":5,"sF":5,"sC":3,"n":"The Illrigger Revised"},{"id":5498,"c":44,"u":"tlotrr","s":6,"dP":1,"sA":6,"sF":6,"sC":4,"n":"The Lord of the Rings Roleplaying"},{"id":5499,"c":44,"u":"whereevillives","s":7,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Where Evil Lives: The MCDM Book of Boss Battles"},{"id":5500,"c":14,"u":"ailuros_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Ailuros"},{"id":5501,"c":14,"u":"ailuros_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bastet"},{"id":5502,"c":14,"u":"alquam_shadow%20realm%20dark%20gods_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Alquam"},{"id":5503,"c":14,"u":"anu-akma_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Anu-Akma"},{"id":5504,"c":14,"u":"baccholon_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Baccholon"},{"id":5505,"c":14,"u":"baccholon_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Baccho"},{"id":5506,"c":14,"u":"bengta%20the%20bear%20maiden_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Bengta the Bear Maiden"},{"id":5507,"c":14,"u":"black%20goat%20of%20the%20woods_shadow%20realm%20dark%20gods_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Black Goat of the Woods"},{"id":5508,"c":14,"u":"charun_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Charun"},{"id":5509,"c":14,"u":"gytellisor_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Gytellisor"},{"id":5510,"c":14,"u":"hecate_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Hecate"},{"id":5511,"c":14,"u":"hecate_umbral_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Sarastra"},{"id":5512,"c":14,"u":"kupkoresh_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Kupkoresh"},{"id":5513,"c":14,"u":"laughing%20loki_shadow%20realm%20dark%20gods_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Laughing Loki"},{"id":5514,"c":14,"u":"santerr%20illosi%2c%20our%20lady%20of%20blood_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Santerr Illosi, Our Lady of Blood"},{"id":5515,"c":14,"u":"santerr%20marossa%2c%20our%20lady%20of%20roses_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Santerr Marossa, Our Lady of Roses"},{"id":5516,"c":14,"u":"the%20hunter_shadow%20realm%20dark%20gods_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"The Hunter"},{"id":5517,"c":14,"u":"the%20old%20roads_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"The Old Roads"},{"id":5518,"c":14,"u":"umbeserno_shadow%20realm%20godlings_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Umbeserno"},{"id":5519,"c":14,"u":"vardesain_shadow%20realm%20dark%20gods_bookofebontides","s":0,"h":1,"dP":1,"sA":0,"sF":0,"n":"Vardesain"},{"id":5520,"c":14,"u":"altus_amaranthine_humblewoodcampaignsetting","p":58,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Altus"},{"id":5521,"c":14,"u":"ardea_amaranthine_humblewoodcampaignsetting","p":56,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Ardea"},{"id":5522,"c":14,"u":"cairith_amaranthine_humblewoodcampaignsetting","p":63,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Cairith"},{"id":5523,"c":14,"u":"clhuran_amaranthine_humblewoodcampaignsetting","p":59,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Clhuran"},{"id":5524,"c":14,"u":"gaspard_amaranthine_humblewoodcampaignsetting","p":64,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gaspard"},{"id":5525,"c":14,"u":"gesme_amaranthine_humblewoodcampaignsetting","p":60,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Gesme"},{"id":5526,"c":14,"u":"hanera_amaranthine_humblewoodcampaignsetting","p":61,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Hanera"},{"id":5527,"c":14,"u":"hath_amaranthine_humblewoodcampaignsetting","p":65,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Hath"},{"id":5528,"c":14,"u":"henwin_amaranthine_humblewoodcampaignsetting","p":66,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Henwin"},{"id":5529,"c":14,"u":"kren_amaranthine_humblewoodcampaignsetting","p":67,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Kren"},{"id":5530,"c":14,"u":"reya_amaranthine_humblewoodcampaignsetting","p":62,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Reya"},{"id":5531,"c":14,"u":"tyton_amaranthine_humblewoodcampaignsetting","p":57,"s":2,"h":1,"dP":1,"sA":2,"sF":2,"sC":1,"n":"Tyton"},{"id":5532,"c":24,"u":"antronec%20adventure%20hooks%3b%20random%20desire%20or%20fear_griffonssaddlebag2","p":246,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Antronec Adventure Hooks; Random Desire or Fear"},{"id":5533,"c":24,"u":"antronec%20adventure%20hooks%3b%20random%20guild_griffonssaddlebag2","p":246,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Antronec Adventure Hooks; Random Guild"},{"id":5534,"c":24,"u":"antronec%20adventure%20hooks%3b%20random%20interference_griffonssaddlebag2","p":246,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Antronec Adventure Hooks; Random Interference"},{"id":5535,"c":24,"u":"antronec%20exploration%3b%20antronec%20sewers%20random%20encounter_griffonssaddlebag2","p":245,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Antronec Exploration; Antronec Sewers Random Encounter"},{"id":5536,"c":24,"u":"antronec%20exploration%3b%20antronec%20sewers%20random%20secret%20entrance_griffonssaddlebag2","p":245,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Antronec Exploration; Antronec Sewers Random Secret Entrance"},{"id":5537,"c":24,"u":"bloodmire%20diseases_griffonssaddlebag2","p":249,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodmire Diseases"},{"id":5538,"c":24,"u":"bloodmire%20exploration%3b%20becoming%20lost_griffonssaddlebag2","p":251,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodmire Exploration; Becoming Lost"},{"id":5539,"c":24,"u":"bloodmire%20exploration%3b%20bloodmire%20navigation%20dcs_griffonssaddlebag2","p":251,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodmire Exploration; Bloodmire Navigation DCs"},{"id":5540,"c":24,"u":"bloodmire%20exploration%3b%20diseased%20foraged%20food_griffonssaddlebag2","p":251,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodmire Exploration; Diseased Foraged Food"},{"id":5541,"c":24,"u":"bloodmire%20exploration%3b%20encounters_griffonssaddlebag2","p":252,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodmire Exploration; Encounters"},{"id":5542,"c":24,"u":"bloodmire%20exploration%3b%20example%20dungeons_griffonssaddlebag2","p":253,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Bloodmire Exploration; Example Dungeons"},{"id":5543,"c":24,"u":"crest%20city%20exploration%3b%20warrens%20encounters_griffonssaddlebag2","p":257,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Crest City Exploration; Warrens Encounters"},{"id":5544,"c":24,"u":"crest%20city%3b%20weather%20patterns_griffonssaddlebag2","p":255,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Crest City; Weather Patterns"},{"id":5545,"c":24,"u":"dragon%20damage%20type_griffonssaddlebag2","p":349,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Dragon Damage Type"},{"id":5546,"c":24,"u":"durheim%20monastery%20adeventure%20hooks_griffonssaddlebag2","p":264,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Durheim Monastery Adeventure Hooks"},{"id":5547,"c":24,"u":"durheim%20monastery%3b%20ethereal%20random%20encounter%20table_griffonssaddlebag2","p":264,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Durheim Monastery; Ethereal Random Encounter Table"},{"id":5548,"c":24,"u":"grymclover%20forests%3b%20becoming%20lost_griffonssaddlebag2","p":278,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grymclover Forests; Becoming Lost"},{"id":5549,"c":24,"u":"grymclover%20forests%3b%20corrupted%20creatures_griffonssaddlebag2","p":278,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grymclover Forests; Corrupted Creatures"},{"id":5550,"c":24,"u":"grymclover%20forests%3b%20corrupted%20foraged%20food%20and%20drink_griffonssaddlebag2","p":278,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grymclover Forests; Corrupted Foraged Food and Drink"},{"id":5551,"c":24,"u":"grymclover%20forests%3b%20corruptive%20influence_griffonssaddlebag2","p":277,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grymclover Forests; Corruptive Influence"},{"id":5552,"c":24,"u":"grymclover%20forests%3b%20example%20dungeons%20table_griffonssaddlebag2","p":280,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grymclover Forests; Example Dungeons Table"},{"id":5553,"c":24,"u":"grymclover%20forests%3b%20example%20grymclover%20jungle%20random%20encounter%20table_griffonssaddlebag2","p":279,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grymclover Forests; Example Grymclover Jungle Random Encounter Table"},{"id":5554,"c":24,"u":"grymclover%20forests%3b%20grymclover%20navigation%20dcs_griffonssaddlebag2","p":278,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Grymclover Forests; Grymclover Navigation DCs"},{"id":5555,"c":24,"u":"magic%20item%20table%20a1_griffonssaddlebag2","p":23,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table A1"},{"id":5556,"c":24,"u":"magic%20item%20table%20a2_griffonssaddlebag2","p":23,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table A2"},{"id":5557,"c":24,"u":"magic%20item%20table%20b1_griffonssaddlebag2","p":24,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table B1"},{"id":5558,"c":24,"u":"magic%20item%20table%20b2_griffonssaddlebag2","p":24,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table B2"},{"id":5559,"c":24,"u":"magic%20item%20table%20c_griffonssaddlebag2","p":25,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table C"},{"id":5560,"c":24,"u":"magic%20item%20table%20d_griffonssaddlebag2","p":25,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table D"},{"id":5561,"c":24,"u":"magic%20item%20table%20e_griffonssaddlebag2","p":25,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table E"},{"id":5562,"c":24,"u":"magic%20item%20table%20f1_griffonssaddlebag2","p":26,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table F1"},{"id":5563,"c":24,"u":"magic%20item%20table%20f2_griffonssaddlebag2","p":27,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table F2"},{"id":5564,"c":24,"u":"magic%20item%20table%20g1_griffonssaddlebag2","p":28,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table G1"},{"id":5565,"c":24,"u":"magic%20item%20table%20g2_griffonssaddlebag2","p":29,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table G2"},{"id":5566,"c":24,"u":"magic%20item%20table%20h1_griffonssaddlebag2","p":30,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table H1"},{"id":5567,"c":24,"u":"magic%20item%20table%20h2_griffonssaddlebag2","p":30,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table H2"},{"id":5568,"c":24,"u":"magic%20item%20table%20i_griffonssaddlebag2","p":31,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Magic Item Table I"},{"id":5569,"c":24,"u":"making%20custom%20antronec%20guild%20npcs%3b%20bonds_griffonssaddlebag2","p":247,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Antronec Guild NPCs; Bonds"},{"id":5570,"c":24,"u":"making%20custom%20antronec%20guild%20npcs%3b%20flaws_griffonssaddlebag2","p":247,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Antronec Guild NPCs; Flaws"},{"id":5571,"c":24,"u":"making%20custom%20antronec%20guild%20npcs%3b%20ideals_griffonssaddlebag2","p":247,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Antronec Guild NPCs; Ideals"},{"id":5572,"c":24,"u":"making%20custom%20antronec%20guild%20npcs%3b%20personality%20traits_griffonssaddlebag2","p":246,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Antronec Guild NPCs; Personality Traits"},{"id":5573,"c":24,"u":"making%20custom%20druid%20npcs%3b%20bonds_griffonssaddlebag2","p":259,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Druid NPCs; Bonds"},{"id":5574,"c":24,"u":"making%20custom%20druid%20npcs%3b%20flaws_griffonssaddlebag2","p":259,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Druid NPCs; Flaws"},{"id":5575,"c":24,"u":"making%20custom%20druid%20npcs%3b%20ideals_griffonssaddlebag2","p":259,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Druid NPCs; Ideals"},{"id":5576,"c":24,"u":"making%20custom%20druid%20npcs%3b%20personality%20traits_griffonssaddlebag2","p":259,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Druid NPCs; Personality Traits"},{"id":5577,"c":24,"u":"making%20custom%20durheim%20npcs%3b%20bonds_griffonssaddlebag2","p":265,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Durheim NPCs; Bonds"},{"id":5578,"c":24,"u":"making%20custom%20durheim%20npcs%3b%20flaws_griffonssaddlebag2","p":265,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Durheim NPCs; Flaws"},{"id":5579,"c":24,"u":"making%20custom%20durheim%20npcs%3b%20ideals_griffonssaddlebag2","p":265,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Durheim NPCs; Ideals"},{"id":5580,"c":24,"u":"making%20custom%20durheim%20npcs%3b%20personality%20traits_griffonssaddlebag2","p":265,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Making Custom Durheim NPCs; Personality Traits"},{"id":5581,"c":24,"u":"taverns%20and%20festivals%3b%20adventure%20hooks_griffonssaddlebag2","p":275,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; Adventure Hooks"},{"id":5582,"c":24,"u":"taverns%20and%20festivals%3b%20drunked%20emotions_griffonssaddlebag2","p":274,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; Drunked Emotions"},{"id":5583,"c":24,"u":"taverns%20and%20festivals%3b%20festival%20magical%20food%20and%20drink_griffonssaddlebag2","p":270,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; Festival Magical Food and Drink"},{"id":5584,"c":24,"u":"taverns%20and%20festivals%3b%20games%20and%20contests_griffonssaddlebag2","p":272,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; Games and Contests"},{"id":5585,"c":24,"u":"taverns%20and%20festivals%3b%20npcs_griffonssaddlebag2","p":273,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; NPCs"},{"id":5586,"c":24,"u":"taverns%20and%20festivals%3b%20random%20locale_griffonssaddlebag2","p":267,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; Random Locale"},{"id":5587,"c":24,"u":"taverns%20and%20festivals%3b%20random%20tavern%20magical%20food%20and%20drink_griffonssaddlebag2","p":270,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; Random Tavern Magical Food and Drink"},{"id":5588,"c":24,"u":"taverns%20and%20festivals%3b%20random%20tavern%20or%20festival_griffonssaddlebag2","p":268,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; Random Tavern or Festival"},{"id":5589,"c":24,"u":"taverns%20and%20festivals%3b%20random%20tavern%20owner%20or%20festival%20host_griffonssaddlebag2","p":269,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; Random Tavern Owner or Festival Host"},{"id":5590,"c":24,"u":"taverns%20and%20festivals%3b%20scavengers'%20smorgasbord%20encounter%20table_griffonssaddlebag2","p":274,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; Scavengers' Smorgasbord Encounter Table"},{"id":5591,"c":24,"u":"taverns%20and%20festivals%3b%20secrets_griffonssaddlebag2","p":271,"s":4,"h":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Taverns and Festivals; Secrets"},{"id":5592,"c":24,"u":"adventuring%20gear_tlotrr","p":70,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Adventuring Gear"},{"id":5593,"c":24,"u":"an%20evening%20at%20the%20prancing%20pony_tlotrr","p":185,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"An Evening at The Prancing Pony"},{"id":5594,"c":24,"u":"armours_tlotrr","p":72,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Armours"},{"id":5595,"c":24,"u":"blessings_tlotrr","p":130,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Blessings"},{"id":5596,"c":24,"u":"callings_tlotrr","p":44,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Callings"},{"id":5597,"c":24,"u":"council%20structure_tlotrr","p":96,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Council Structure"},{"id":5598,"c":24,"u":"council%20xp%20awards_tlotrr","p":99,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Council XP Awards"},{"id":5599,"c":24,"u":"encounters%20on%20the%20east%20road_tlotrr","p":193,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Encounters on the East Road"},{"id":5600,"c":24,"u":"event%20target_tlotrr","p":104,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Event Target"},{"id":5601,"c":24,"u":"hoard_tlotrr","p":126,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hoard"},{"id":5602,"c":24,"u":"hunt%20modifiers%20table_tlotrr","p":174,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hunt Modifiers Table"},{"id":5603,"c":24,"u":"journey%20events%20table_tlotrr","p":105,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Journey Events Table"},{"id":5604,"c":24,"u":"journey%20roles_tlotrr","p":101,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Journey Roles"},{"id":5605,"c":24,"u":"journey%20xp%20awards_tlotrr","p":104,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Journey XP Awards"},{"id":5606,"c":24,"u":"magical%20treasure_tlotrr","p":126,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Magical Treasure"},{"id":5607,"c":24,"u":"misdeeds_tlotrr","p":142,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Misdeeds"},{"id":5608,"c":24,"u":"multiple%20callings_tlotrr","p":67,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Multiple Callings"},{"id":5609,"c":24,"u":"out-of-pocket%20expenses_tlotrr","p":71,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Out-of-Pocket Expenses"},{"id":5610,"c":24,"u":"ponies%20and%20horses_tlotrr","p":75,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ponies and Horses"},{"id":5611,"c":24,"u":"precious%20objects%20tables_tlotrr","p":127,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Precious Objects Tables"},{"id":5612,"c":24,"u":"region%20table_tlotrr","p":173,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Region Table"},{"id":5613,"c":24,"u":"ruins%20along%20the%20greenway_tlotrr","p":196,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ruins Along the Greenway"},{"id":5614,"c":24,"u":"ruins%20and%20broken%20stones_tlotrr","p":200,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ruins and Broken Stones"},{"id":5615,"c":24,"u":"shadow%20paths_tlotrr","p":144,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Shadow Paths"},{"id":5616,"c":24,"u":"sources%20of%20dread_tlotrr","p":142,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sources of Dread"},{"id":5617,"c":24,"u":"starting%20gear_tlotrr","p":70,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Starting Gear"},{"id":5618,"c":24,"u":"starting%20patrons_tlotrr","p":17,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Starting Patrons"},{"id":5619,"c":24,"u":"table%2001.%20the%20thing%20is%20referred%20to%20as..._tlotrr","p":165,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Table 01. The Thing is referred to as..."},{"id":5620,"c":24,"u":"table%2002.%20the%20thing%20can%20be%20described%20as..._tlotrr","p":166,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Table 02. The Thing can be described as..."},{"id":5621,"c":24,"u":"table%2003.%20when%20first%20encountered..._tlotrr","p":166,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Table 03. When first encountered..."},{"id":5622,"c":24,"u":"table%2004.%20a%20rumour%20about%20the%20thing_tlotrr","p":167,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Table 04. A Rumour About the Thing"},{"id":5623,"c":24,"u":"table%2005.%20where%20the%20thing%20is%20remembered_tlotrr","p":168,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Table 05. Where the Thing is Remembered"},{"id":5624,"c":24,"u":"table%2006.%20characteristics_tlotrr","p":169,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Table 06. Characteristics"},{"id":5625,"c":24,"u":"table%2007.%20attack%20forms_tlotrr","p":169,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Table 07. Attack Forms"},{"id":5626,"c":24,"u":"table%2008.%20special%20traits_tlotrr","p":170,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Table 08. Special Traits"},{"id":5627,"c":24,"u":"tools_tlotrr","p":74,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Tools"},{"id":5628,"c":24,"u":"travelling%20in%20the%20chetwood_tlotrr","p":191,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Travelling in the Chetwood"},{"id":5629,"c":24,"u":"troll-holes_tlotrr","p":204,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Troll-Holes"},{"id":5630,"c":24,"u":"weapons_tlotrr","p":73,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Weapons"},{"id":5631,"c":46,"u":"radiant%20lord_bookofebontides","s":0,"h":1,"hx":1,"dP":1,"sA":0,"sF":0,"n":"Radiant Lord"},{"id":5632,"c":46,"u":"medusa_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Medusa"},{"id":5633,"c":46,"u":"overmind_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Overmind"},{"id":5634,"c":46,"u":"lich_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Lich"},{"id":5635,"c":46,"u":"vampire_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Vampire"},{"id":5636,"c":46,"u":"cave_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Cave"},{"id":5637,"c":46,"u":"enchanted%20forest_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Enchanted Forest"},{"id":5638,"c":46,"u":"tomb_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Tomb"},{"id":5639,"c":46,"u":"ruined%20keep_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Ruined Keep"},{"id":5640,"c":46,"u":"sewer_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Sewer"},{"id":5641,"c":46,"u":"swamp_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Swamp"},{"id":5642,"c":46,"u":"underground_fleemortals","s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Underground"},{"id":5643,"c":46,"u":"the%20ticktock%20man_talesfromtheshadows","s":3,"h":1,"hx":1,"dP":1,"sA":3,"sF":3,"n":"The Ticktock Man"},{"id":5644,"c":46,"u":"butcher%20dray%2c%20three-headed%20ettin_griffonssaddlebag2","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Butcher Dray, Three-Headed Ettin"},{"id":5645,"c":46,"u":"h'rethi%2c%20soul%20of%20the%20desert_griffonssaddlebag2","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"H'rethi, Soul of the Desert"},{"id":5646,"c":46,"u":"lady%20feluciana%2c%20legendary%20medusa%20sorceress_griffonssaddlebag2","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lady Feluciana, Legendary Medusa Sorceress"},{"id":5647,"c":46,"u":"lothrem%2c%20the%20wreathed%20dragon_griffonssaddlebag2","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Lothrem, the Wreathed Dragon"},{"id":5648,"c":46,"u":"malfuriel%20the%20betrayer_griffonssaddlebag2","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"Malfuriel the Betrayer"},{"id":5649,"c":46,"u":"the%20thousand%20voices%2c%20supreme%20soul%20vortex_griffonssaddlebag2","s":4,"h":1,"hx":1,"dP":1,"sA":4,"sF":4,"sC":2,"n":"The Thousand Voices, Supreme Soul Vortex"},{"id":5650,"c":46,"u":"shtriga%20nonna_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Shtriga Nonna"},{"id":5651,"c":46,"u":"lady%20emer_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lady Emer"},{"id":5652,"c":46,"u":"ithu'rath_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Ithu'rath"},{"id":5653,"c":46,"u":"xorannox_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Xorannox"},{"id":5654,"c":46,"u":"lord%20syuul_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Lord Syuul"},{"id":5655,"c":46,"u":"count%20rhodar_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Count Rhodar"},{"id":5656,"c":46,"u":"durixaviinox_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Durixaviinox"},{"id":5657,"c":46,"u":"qazyldrath_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Qazyldrath"},{"id":5658,"c":46,"u":"yserthrax_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Yserthrax"},{"id":5659,"c":46,"u":"xaantikorijek_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Xaantikorijek"},{"id":5660,"c":46,"u":"forzaantilirys_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"Forzaantilirys"},{"id":5661,"c":46,"u":"high%20mage%20vairae_whereevillives","s":7,"h":1,"hx":1,"dP":1,"sA":7,"sF":7,"sC":5,"n":"High Mage Vairae"},{"id":5662,"c":42,"u":"gather%20rumours_tlotrr","p":112,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Gather Rumours"},{"id":5663,"c":42,"u":"heal%20scars_tlotrr","p":113,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Heal Scars"},{"id":5664,"c":42,"u":"meet%20patron_tlotrr","p":113,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Meet Patron"},{"id":5665,"c":42,"u":"ponder%20storied%20and%20figured%20maps_tlotrr","p":113,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Ponder Storied and Figured Maps"},{"id":5666,"c":42,"u":"raise%20an%20heir_tlotrr","p":113,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Raise an Heir"},{"id":5667,"c":42,"u":"recount%20a%20story_tlotrr","p":114,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Recount a Story"},{"id":5668,"c":42,"u":"strengthen%20fellowship_tlotrr","p":115,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Strengthen Fellowship"},{"id":5669,"c":42,"u":"study%20magical%20items_tlotrr","p":115,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Study Magical Items"},{"id":5670,"c":42,"u":"write%20a%20song_tlotrr","p":115,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Write a Song"},{"id":5671,"c":43,"u":"ad%c3%bbnaic_tlotrr","p":201,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Adunaic"},{"id":5672,"c":43,"u":"black%20speech_tlotrr","p":158,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Black Speech"},{"id":5673,"c":43,"u":"dalish_tlotrr","p":28,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dalish"},{"id":5674,"c":43,"u":"dunlendish_tlotrr","p":149,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Dunlendish"},{"id":5675,"c":43,"u":"khuzdul_tlotrr","p":32,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Khuzdul"},{"id":5676,"c":43,"u":"orkish_tlotrr","p":151,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Orkish"},{"id":5677,"c":43,"u":"quenya_tlotrr","p":65,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Quenya"},{"id":5678,"c":43,"u":"sindarin_tlotrr","p":34,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Sindarin"},{"id":5679,"c":43,"u":"warg-speech_tlotrr","p":162,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Warg-speech"},{"id":5680,"c":43,"u":"westron_tlotrr","p":27,"s":6,"h":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Westron"},{"id":5681,"c":50,"u":"explore_tlotrr","s":6,"h":1,"hx":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Explore"},{"id":5682,"c":50,"u":"hunting_tlotrr","s":6,"h":1,"hx":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Hunting"},{"id":5683,"c":50,"u":"old%20lore_tlotrr","s":6,"h":1,"hx":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Old Lore"},{"id":5684,"c":50,"u":"riddle_tlotrr","s":6,"h":1,"hx":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Riddle"},{"id":5685,"c":50,"u":"travel_tlotrr","s":6,"h":1,"hx":1,"dP":1,"sA":6,"sF":6,"sC":4,"n":"Travel"},{"id":5686,"c":51,"u":"soulsight_fleemortals","p":56,"s":1,"h":1,"hx":1,"dP":1,"sA":1,"sF":1,"sC":0,"n":"Soulsight"}],"m":{"s":{"BookOfEbonTides":0,"FleeMortals":1,"HumblewoodCampaignSetting":2,"TalesFromTheShadows":3,"GriffonsSaddlebag2":4,"IllriggerRevised":5,"TLotRR":6,"WhereEvilLives":7,"GrimHollowPlayerPack":8},"sA":{"BoET":0,"FM!":1,"HWCS":2,"TftS":3,"TGS2":4,"IllR":5,"TLotRR":6,"WEL":7,"GH:PP":8},"sF":{"Book of Ebon Tides":0,"Flee, Mortals!":1,"Humblewood Campaign Setting":2,"Tales from the Shadows":3,"The Griffon’s Saddlebag, Book 2":4,"The Illrigger Revised":5,"The Lord of the Rings Roleplaying":6,"Where Evil Lives: The MCDM Book of Boss Battles":7,"Grim Hollow: Player Pack":8},"sC":{"616734":4,"9B0000":0,"D0914B":1,"AE8445":2,"933a4c":3,"028068":5,"80a374":6}}} \ No newline at end of file diff --git a/search/index.json b/search/index.json index 7365485..9e93ece 100644 --- a/search/index.json +++ b/search/index.json @@ -1 +1 @@ -{"x":[{"id":0,"c":1,"u":"aerosaur_bgg","p":128,"s":0,"h":1,"n":"Aerosaur"},{"id":1,"c":1,"u":"altisaur_bgg","p":129,"s":0,"h":1,"n":"Altisaur"},{"id":2,"c":1,"u":"bag%20jelly_bgg","p":120,"s":0,"h":1,"n":"Bag Jelly"},{"id":3,"c":1,"u":"barrowghast_bgg","p":121,"s":0,"h":1,"n":"Barrowghast"},{"id":4,"c":1,"u":"cairnwight_bgg","p":122,"s":0,"h":1,"n":"Cairnwight"},{"id":5,"c":1,"u":"ceratops_bgg","p":129,"s":0,"h":1,"n":"Ceratops"},{"id":6,"c":1,"u":"cinder%20hulk_bgg","p":123,"s":0,"h":1,"n":"Cinder Hulk"},{"id":7,"c":1,"u":"cloud%20giant%20destiny%20gambler_bgg","p":124,"s":0,"h":1,"n":"Cloud Giant Destiny Gambler"},{"id":8,"c":1,"u":"cloud%20giant%20of%20evil%20air_bgg","p":125,"s":0,"h":1,"n":"Cloud Giant of Evil Air"},{"id":9,"c":1,"u":"cradle%20of%20the%20cloud%20scion_bgg","p":166,"s":0,"h":1,"n":"Cradle of the Cloud Scion"},{"id":10,"c":1,"u":"cradle%20of%20the%20fire%20scion_bgg","p":172,"s":0,"h":1,"n":"Cradle of the Fire Scion"},{"id":11,"c":1,"u":"cradle%20of%20the%20frost%20scion_bgg","p":174,"s":0,"h":1,"n":"Cradle of the Frost Scion"},{"id":12,"c":1,"u":"cradle%20of%20the%20hill%20scion_bgg","p":164,"s":0,"h":1,"n":"Cradle of the Hill Scion"},{"id":13,"c":1,"u":"cradle%20of%20the%20stone%20scion_bgg","p":168,"s":0,"h":1,"n":"Cradle of the Stone Scion"},{"id":14,"c":1,"u":"cradle%20of%20the%20storm%20scion_bgg","p":170,"s":0,"h":1,"n":"Cradle of the Storm Scion"},{"id":15,"c":1,"u":"death%20giant%20reaper_bgg","p":126,"s":0,"h":1,"n":"Death Giant Reaper"},{"id":16,"c":1,"u":"death%20giant%20shrouded%20one_bgg","p":127,"s":0,"h":1,"n":"Death Giant Shrouded One"},{"id":17,"c":1,"u":"dust%20hulk_bgg","p":131,"s":0,"h":1,"n":"Dust Hulk"},{"id":18,"c":1,"u":"echo%20of%20demogorgon_bgg","p":132,"s":0,"h":1,"n":"Echo of Demogorgon"},{"id":19,"c":1,"u":"ettin%20ceremorph_bgg","p":133,"s":0,"h":1,"n":"Ettin Ceremorph"},{"id":20,"c":1,"u":"fensir%20devourer_bgg","p":135,"s":0,"h":1,"n":"Fensir Devourer"},{"id":21,"c":1,"u":"fensir%20skirmisher_bgg","p":135,"s":0,"h":1,"n":"Fensir Skirmisher"},{"id":22,"c":1,"u":"firbolg%20primeval%20warden_bgg","p":136,"s":0,"h":1,"n":"Firbolg Primeval Warden"},{"id":23,"c":1,"u":"firbolg%20wanderer_bgg","p":137,"s":0,"h":1,"n":"Firbolg Wanderer"},{"id":24,"c":1,"u":"fire%20giant%20forgecaller_bgg","p":138,"s":0,"h":1,"n":"Fire Giant Forgecaller"},{"id":25,"c":1,"u":"fire%20giant%20of%20evil%20fire_bgg","p":139,"s":0,"h":1,"n":"Fire Giant of Evil Fire"},{"id":26,"c":1,"u":"fire%20hellion_bgg","p":140,"s":0,"h":1,"n":"Fire Hellion"},{"id":27,"c":1,"u":"firegaunt_bgg","p":137,"s":0,"h":1,"n":"Firegaunt"},{"id":28,"c":1,"u":"flesh%20colossus_bgg","p":141,"s":0,"h":1,"n":"Flesh Colossus"},{"id":29,"c":1,"u":"fomorian%20deep%20crawler_bgg","p":142,"s":0,"h":1,"n":"Fomorian Deep Crawler"},{"id":30,"c":1,"u":"fomorian%20noble_bgg","p":143,"s":0,"h":1,"n":"Fomorian Noble"},{"id":31,"c":1,"u":"fomorian%20warlock%20of%20the%20dark_bgg","p":144,"s":0,"h":1,"n":"Fomorian Warlock of the Dark"},{"id":32,"c":1,"u":"frost%20giant%20ice%20shaper_bgg","p":145,"s":0,"h":1,"n":"Frost Giant Ice Shaper"},{"id":33,"c":1,"u":"frost%20giant%20of%20evil%20water_bgg","p":146,"s":0,"h":1,"n":"Frost Giant of Evil Water"},{"id":34,"c":1,"u":"frostmourn_bgg","p":147,"s":0,"h":1,"n":"Frostmourn"},{"id":35,"c":1,"u":"fury%20of%20kostchtchie_bgg","p":148,"s":0,"h":1,"n":"Fury of Kostchtchie"},{"id":36,"c":1,"u":"gargantua_bgg","p":149,"s":0,"h":1,"n":"Gargantua"},{"id":37,"c":1,"u":"giant%20child_bgg","p":34,"s":0,"h":1,"n":"Giant Child"},{"id":38,"c":1,"u":"giant%20goose_bgg","p":150,"s":0,"h":1,"n":"Giant Goose"},{"id":39,"c":1,"u":"giant%20lynx_bgg","p":151,"s":0,"h":1,"n":"Giant Lynx"},{"id":40,"c":1,"u":"giant%20ox_bgg","p":152,"s":0,"h":1,"n":"Giant Ox"},{"id":41,"c":1,"u":"giant%20ram_bgg","p":153,"s":0,"h":1,"n":"Giant Ram"},{"id":42,"c":1,"u":"giant%20tick_bgg","p":153,"s":0,"h":1,"n":"Giant Tick"},{"id":43,"c":1,"u":"gigant_bgg","p":154,"s":0,"h":1,"n":"Gigant"},{"id":44,"c":1,"u":"goliath%20giant-kin_bgg","p":155,"s":0,"h":1,"n":"Goliath Giant-Kin"},{"id":45,"c":1,"u":"grinning%20cat_bgg","p":156,"s":0,"h":1,"n":"Grinning Cat"},{"id":46,"c":1,"u":"hill%20giant%20avalancher_bgg","p":157,"s":0,"h":1,"n":"Hill Giant Avalancher"},{"id":47,"c":1,"u":"lightning%20hulk_bgg","p":158,"s":0,"h":1,"n":"Lightning Hulk"},{"id":48,"c":1,"u":"maw%20of%20yeenoghu_bgg","p":159,"s":0,"h":1,"n":"Maw of Yeenoghu"},{"id":49,"c":1,"u":"mist%20hulk_bgg","p":160,"s":0,"h":1,"n":"Mist Hulk"},{"id":50,"c":1,"u":"mud%20hulk_bgg","p":161,"s":0,"h":1,"n":"Mud Hulk"},{"id":51,"c":1,"u":"regisaur_bgg","p":130,"s":0,"h":1,"n":"Regisaur"},{"id":52,"c":1,"u":"rime%20hulk_bgg","p":162,"s":0,"h":1,"n":"Rime Hulk"},{"id":53,"c":1,"u":"runic%20colossus_bgg","p":163,"s":0,"h":1,"n":"Runic Colossus"},{"id":54,"c":1,"u":"scion%20of%20grolantor_bgg","p":165,"s":0,"h":1,"n":"Scion of Grolantor"},{"id":55,"c":1,"u":"scion%20of%20memnor_bgg","p":167,"s":0,"h":1,"n":"Scion of Memnor"},{"id":56,"c":1,"u":"scion%20of%20skoraeus_bgg","p":169,"s":0,"h":1,"n":"Scion of Skoraeus"},{"id":57,"c":1,"u":"scion%20of%20stronmaus_bgg","p":171,"s":0,"h":1,"n":"Scion of Stronmaus"},{"id":58,"c":1,"u":"scion%20of%20surtur_bgg","p":173,"s":0,"h":1,"n":"Scion of Surtur"},{"id":59,"c":1,"u":"scion%20of%20thrym_bgg","p":175,"s":0,"h":1,"n":"Scion of Thrym"},{"id":60,"c":1,"u":"spectral%20cloud_bgg","p":176,"s":0,"h":1,"n":"Spectral Cloud"},{"id":61,"c":1,"u":"spotted%20lion_bgg","p":177,"s":0,"h":1,"n":"Spotted Lion"},{"id":62,"c":1,"u":"stalker%20of%20baphomet_bgg","p":178,"s":0,"h":1,"n":"Stalker of Baphomet"},{"id":63,"c":1,"u":"stone%20giant%20of%20evil%20earth_bgg","p":179,"s":0,"h":1,"n":"Stone Giant of Evil Earth"},{"id":64,"c":1,"u":"stone%20giant%20rockspeaker_bgg","p":180,"s":0,"h":1,"n":"Stone Giant Rockspeaker"},{"id":65,"c":1,"u":"storm%20crab_bgg","p":181,"s":0,"h":1,"n":"Storm Crab"},{"id":66,"c":1,"u":"storm%20giant%20tempest%20caller_bgg","p":182,"s":0,"h":1,"n":"Storm Giant Tempest Caller"},{"id":67,"c":1,"u":"storm%20herald_bgg","p":183,"s":0,"h":1,"n":"Storm Herald"},{"id":68,"c":1,"u":"tempest%20spirit_bgg","p":184,"s":0,"h":1,"n":"Tempest Spirit"},{"id":69,"c":1,"u":"titanothere_bgg","p":185,"s":0,"h":1,"n":"Titanothere"},{"id":70,"c":1,"u":"troll%20amalgam_bgg","p":186,"s":0,"h":1,"n":"Troll Amalgam"},{"id":71,"c":1,"u":"troll%20mutate_bgg","p":187,"s":0,"h":1,"n":"Troll Mutate"},{"id":72,"c":1,"u":"advanced%20detention%20drone_bmt","p":135,"s":1,"h":1,"n":"Advanced Detention Drone"},{"id":73,"c":1,"u":"ambitious%20assassin_bmt","p":45,"s":1,"h":1,"n":"Ambitious Assassin"},{"id":74,"c":1,"u":"animated%20armor%20detention%20drone_bmt","p":135,"s":1,"h":1,"n":"Animated Armor Detention Drone"},{"id":75,"c":1,"u":"aspirant%20of%20the%20comet_bmt","p":91,"s":1,"h":1,"n":"Aspirant of the Comet"},{"id":76,"c":1,"u":"asteria_bmt","p":188,"s":1,"h":1,"n":"Asteria"},{"id":77,"c":1,"u":"aurnozci_bmt","p":167,"s":1,"h":1,"n":"Aurnozci"},{"id":78,"c":1,"u":"boss%20augustus_bmt","p":82,"s":1,"h":1,"n":"Boss Augustus"},{"id":79,"c":1,"u":"boss%20delour_bmt","p":83,"s":1,"h":1,"n":"Boss Delour"},{"id":80,"c":1,"u":"breath%20drinker_bmt","p":154,"s":1,"h":1,"n":"Breath Drinker"},{"id":81,"c":1,"u":"brusipha_bmt","p":127,"s":1,"h":1,"n":"Brusipha"},{"id":82,"c":1,"u":"deck%20defender_bmt","p":72,"s":1,"h":1,"n":"Deck Defender"},{"id":83,"c":1,"u":"enchanting%20infiltrator_bmt","p":46,"s":1,"h":1,"n":"Enchanting Infiltrator"},{"id":84,"c":1,"u":"euryale_bmt","p":189,"s":1,"h":1,"n":"Euryale"},{"id":85,"c":1,"u":"fate%20hag_bmt","p":176,"s":1,"h":1,"n":"Fate Hag"},{"id":86,"c":1,"u":"gremorly's%20ghost_bmt","p":122,"s":1,"h":1,"n":"Gremorly's Ghost"},{"id":87,"c":1,"u":"grim%20champion%20of%20bloodshed_bmt","p":161,"s":1,"h":1,"n":"Grim Champion of Bloodshed"},{"id":88,"c":1,"u":"grim%20champion%20of%20desolation_bmt","p":162,"s":1,"h":1,"n":"Grim Champion of Desolation"},{"id":89,"c":1,"u":"grim%20champion%20of%20pestilence_bmt","p":163,"s":1,"h":1,"n":"Grim Champion of Pestilence"},{"id":90,"c":1,"u":"harrow%20hawk_bmt","p":177,"s":1,"h":1,"n":"Harrow Hawk"},{"id":91,"c":1,"u":"harrow%20hound_bmt","p":164,"s":1,"h":1,"n":"Harrow Hound"},{"id":92,"c":1,"u":"helmed%20horror%20detention%20drone_bmt","p":135,"s":1,"h":1,"n":"Helmed Horror Detention Drone"},{"id":93,"c":1,"u":"hierophant%20medusa_bmt","p":179,"s":1,"h":1,"n":"Hierophant Medusa"},{"id":94,"c":1,"u":"hierophant%20of%20the%20comet_bmt","p":92,"s":1,"h":1,"n":"Hierophant of the Comet"},{"id":95,"c":1,"u":"hulgaz_bmt","p":169,"s":1,"h":1,"n":"Hulgaz"},{"id":96,"c":1,"u":"initiate%20of%20the%20comet_bmt","p":93,"s":1,"h":1,"n":"Initiate of the Comet"},{"id":97,"c":1,"u":"living%20portent_bmt","p":180,"s":1,"h":1,"n":"Living Portent"},{"id":98,"c":1,"u":"malaxxix_bmt","p":173,"s":1,"h":1,"n":"Malaxxix"},{"id":99,"c":1,"u":"minotaur%20archaeologist_bmt","p":126,"s":1,"h":1,"n":"Minotaur Archaeologist"},{"id":100,"c":1,"u":"minotaur%20infiltrator_bmt","p":127,"s":1,"h":1,"n":"Minotaur Infiltrator"},{"id":101,"c":1,"u":"oddlewin_bmt","p":111,"s":1,"h":1,"n":"Oddlewin"},{"id":102,"c":1,"u":"otherworldly%20corrupter_bmt","p":47,"s":1,"h":1,"n":"Otherworldly Corrupter"},{"id":103,"c":1,"u":"pazrodine_bmt","p":113,"s":1,"h":1,"n":"Pazrodine"},{"id":104,"c":1,"u":"quadrone%20detention%20drone_bmt","p":135,"s":1,"h":1,"n":"Quadrone Detention Drone"},{"id":105,"c":1,"u":"reaper%20spirit_bmt","p":50,"s":1,"h":1,"n":"Reaper Spirit"},{"id":106,"c":1,"u":"riffler_bmt","p":181,"s":1,"h":1,"n":"Riffler"},{"id":107,"c":1,"u":"ruin%20spider_bmt","p":182,"s":1,"h":1,"n":"Ruin Spider"},{"id":108,"c":1,"u":"sir%20jared_bmt","p":80,"s":1,"h":1,"n":"Sir Jared"},{"id":109,"c":1,"u":"solar%20bastion%20knight_bmt","p":75,"s":1,"h":1,"n":"Solar Bastion Knight"},{"id":110,"c":1,"u":"talon%20beast_bmt","p":183,"s":1,"h":1,"n":"Talon Beast"},{"id":111,"c":1,"u":"veiled%20presence_bmt","p":48,"s":1,"h":1,"n":"Veiled Presence"},{"id":112,"c":1,"u":"werevulture_bmt","p":184,"s":1,"h":1,"n":"Werevulture"},{"id":113,"c":1,"u":"adult%20amethyst%20dragon_ftd","p":161,"s":2,"h":1,"n":"Adult Amethyst Dragon"},{"id":114,"c":1,"u":"adult%20crystal%20dragon_ftd","p":171,"s":2,"h":1,"n":"Adult Crystal Dragon"},{"id":115,"c":1,"u":"adult%20deep%20dragon_ftd","p":174,"s":2,"h":1,"n":"Adult Deep Dragon"},{"id":116,"c":1,"u":"adult%20emerald%20dragon_ftd","p":196,"s":2,"h":1,"n":"Adult Emerald Dragon"},{"id":117,"c":1,"u":"adult%20moonstone%20dragon_ftd","p":212,"s":2,"h":1,"n":"Adult Moonstone Dragon"},{"id":118,"c":1,"u":"adult%20sapphire%20dragon_ftd","p":215,"s":2,"h":1,"n":"Adult Sapphire Dragon"},{"id":119,"c":1,"u":"adult%20topaz%20dragon_ftd","p":221,"s":2,"h":1,"n":"Adult Topaz Dragon"},{"id":120,"c":1,"u":"amethyst%20dragon%20wyrmling_ftd","p":162,"s":2,"h":1,"n":"Amethyst Dragon Wyrmling"},{"id":121,"c":1,"u":"amethyst%20greatwyrm_ftd","p":201,"s":2,"h":1,"n":"Amethyst Greatwyrm"},{"id":122,"c":1,"u":"ancient%20amethyst%20dragon_ftd","p":160,"s":2,"h":1,"n":"Ancient Amethyst Dragon"},{"id":123,"c":1,"u":"ancient%20crystal%20dragon_ftd","p":170,"s":2,"h":1,"n":"Ancient Crystal Dragon"},{"id":124,"c":1,"u":"ancient%20deep%20dragon_ftd","p":173,"s":2,"h":1,"n":"Ancient Deep Dragon"},{"id":125,"c":1,"u":"ancient%20dragon%20turtle_ftd","p":191,"s":2,"h":1,"n":"Ancient Dragon Turtle"},{"id":126,"c":1,"u":"ancient%20emerald%20dragon_ftd","p":195,"s":2,"h":1,"n":"Ancient Emerald Dragon"},{"id":127,"c":1,"u":"ancient%20moonstone%20dragon_ftd","p":211,"s":2,"h":1,"n":"Ancient Moonstone Dragon"},{"id":128,"c":1,"u":"ancient%20sapphire%20dragon_ftd","p":214,"s":2,"h":1,"n":"Ancient Sapphire Dragon"},{"id":129,"c":1,"u":"ancient%20sea%20serpent_ftd","p":219,"s":2,"h":1,"n":"Ancient Sea Serpent"},{"id":130,"c":1,"u":"ancient%20topaz%20dragon_ftd","p":220,"s":2,"h":1,"n":"Ancient Topaz Dragon"},{"id":131,"c":1,"u":"animated%20breath_ftd","p":163,"s":2,"h":1,"n":"Animated Breath"},{"id":132,"c":1,"u":"aspect%20of%20bahamut_ftd","p":165,"s":2,"h":1,"n":"Aspect of Bahamut"},{"id":133,"c":1,"u":"aspect%20of%20tiamat_ftd","p":166,"s":2,"h":1,"n":"Aspect of Tiamat"},{"id":134,"c":1,"u":"black%20greatwyrm_ftd","p":168,"s":2,"h":1,"n":"Black Greatwyrm"},{"id":135,"c":1,"u":"blue%20greatwyrm_ftd","p":168,"s":2,"h":1,"n":"Blue Greatwyrm"},{"id":136,"c":1,"u":"brass%20greatwyrm_ftd","p":208,"s":2,"h":1,"n":"Brass Greatwyrm"},{"id":137,"c":1,"u":"bronze%20greatwyrm_ftd","p":208,"s":2,"h":1,"n":"Bronze Greatwyrm"},{"id":138,"c":1,"u":"copper%20greatwyrm_ftd","p":208,"s":2,"h":1,"n":"Copper Greatwyrm"},{"id":139,"c":1,"u":"crystal%20dragon%20wyrmling_ftd","p":172,"s":2,"h":1,"n":"Crystal Dragon Wyrmling"},{"id":140,"c":1,"u":"crystal%20greatwyrm_ftd","p":201,"s":2,"h":1,"n":"Crystal Greatwyrm"},{"id":141,"c":1,"u":"deep%20dragon%20wyrmling_ftd","p":175,"s":2,"h":1,"n":"Deep Dragon Wyrmling"},{"id":142,"c":1,"u":"dracohydra_ftd","p":176,"s":2,"h":1,"n":"Dracohydra"},{"id":143,"c":1,"u":"draconian%20dreadnought_ftd","p":177,"s":2,"h":1,"n":"Draconian Dreadnought"},{"id":144,"c":1,"u":"draconian%20foot%20soldier_ftd","p":178,"s":2,"h":1,"n":"Draconian Foot Soldier"},{"id":145,"c":1,"u":"draconian%20infiltrator_ftd","p":178,"s":2,"h":1,"n":"Draconian Infiltrator"},{"id":146,"c":1,"u":"draconian%20mage_ftd","p":179,"s":2,"h":1,"n":"Draconian Mage"},{"id":147,"c":1,"u":"draconian%20mastermind_ftd","p":180,"s":2,"h":1,"n":"Draconian Mastermind"},{"id":148,"c":1,"u":"draconic%20shard_ftd","p":181,"s":2,"h":1,"n":"Draconic Shard"},{"id":149,"c":1,"u":"draconic%20spirit_ftd","p":21,"s":2,"h":1,"n":"Draconic Spirit"},{"id":150,"c":1,"u":"dragon%20blessed_ftd","p":188,"s":2,"h":1,"n":"Dragon Blessed"},{"id":151,"c":1,"u":"dragon%20chosen_ftd","p":189,"s":2,"h":1,"n":"Dragon Chosen"},{"id":152,"c":1,"u":"dragon%20speaker_ftd","p":189,"s":2,"h":1,"n":"Dragon Speaker"},{"id":153,"c":1,"u":"dragon%20turtle%20wyrmling_ftd","p":192,"s":2,"h":1,"n":"Dragon Turtle Wyrmling"},{"id":154,"c":1,"u":"dragonblood%20ooze_ftd","p":182,"s":2,"h":1,"n":"Dragonblood Ooze"},{"id":155,"c":1,"u":"dragonbone%20golem_ftd","p":183,"s":2,"h":1,"n":"Dragonbone Golem"},{"id":156,"c":1,"u":"dragonborn%20of%20bahamut_ftd","p":184,"s":2,"h":1,"n":"Dragonborn of Bahamut"},{"id":157,"c":1,"u":"dragonborn%20of%20sardior_ftd","p":185,"s":2,"h":1,"n":"Dragonborn of Sardior"},{"id":158,"c":1,"u":"dragonborn%20of%20tiamat_ftd","p":185,"s":2,"h":1,"n":"Dragonborn of Tiamat"},{"id":159,"c":1,"u":"dragonflesh%20abomination_ftd","p":187,"s":2,"h":1,"n":"Dragonflesh Abomination"},{"id":160,"c":1,"u":"dragonflesh%20grafter_ftd","p":186,"s":2,"h":1,"n":"Dragonflesh Grafter"},{"id":161,"c":1,"u":"dragonnel_ftd","p":190,"s":2,"h":1,"n":"Dragonnel"},{"id":162,"c":1,"u":"drake%20companion_ftd","p":15,"s":2,"h":1,"n":"Drake Companion"},{"id":163,"c":1,"u":"egg%20hunter%20adult_ftd","p":193,"s":2,"h":1,"n":"Egg Hunter Adult"},{"id":164,"c":1,"u":"egg%20hunter%20hatchling_ftd","p":193,"s":2,"h":1,"n":"Egg Hunter Hatchling"},{"id":165,"c":1,"u":"elder%20brain%20dragon_ftd","p":194,"s":2,"h":1,"n":"Elder Brain Dragon"},{"id":166,"c":1,"u":"emerald%20dragon%20wyrmling_ftd","p":197,"s":2,"h":1,"n":"Emerald Dragon Wyrmling"},{"id":167,"c":1,"u":"emerald%20greatwyrm_ftd","p":201,"s":2,"h":1,"n":"Emerald Greatwyrm"},{"id":168,"c":1,"u":"eyedrake_ftd","p":199,"s":2,"h":1,"n":"Eyedrake"},{"id":169,"c":1,"u":"gem%20stalker_ftd","p":202,"s":2,"h":1,"n":"Gem Stalker"},{"id":170,"c":1,"u":"ghost%20dragon_ftd","p":203,"s":2,"h":1,"n":"Ghost Dragon"},{"id":171,"c":1,"u":"giant%20canary_ftd","p":23,"s":2,"h":1,"n":"Giant Canary"},{"id":172,"c":1,"u":"gold%20greatwyrm_ftd","p":208,"s":2,"h":1,"n":"Gold Greatwyrm"},{"id":173,"c":1,"u":"green%20greatwyrm_ftd","p":168,"s":2,"h":1,"n":"Green Greatwyrm"},{"id":174,"c":1,"u":"hoard%20mimic_ftd","p":204,"s":2,"h":1,"n":"Hoard Mimic"},{"id":175,"c":1,"u":"hoard%20scarab_ftd","p":205,"s":2,"h":1,"n":"Hoard Scarab"},{"id":176,"c":1,"u":"hollow%20dragon_ftd","p":206,"s":2,"h":1,"n":"Hollow Dragon"},{"id":177,"c":1,"u":"liondrake_ftd","p":207,"s":2,"h":1,"n":"Liondrake"},{"id":178,"c":1,"u":"metallic%20peacekeeper_ftd","p":210,"s":2,"h":1,"n":"Metallic Peacekeeper"},{"id":179,"c":1,"u":"metallic%20warbler_ftd","p":210,"s":2,"h":1,"n":"Metallic Warbler"},{"id":180,"c":1,"u":"moonstone%20dragon%20wyrmling_ftd","p":213,"s":2,"h":1,"n":"Moonstone Dragon Wyrmling"},{"id":181,"c":1,"u":"red%20greatwyrm_ftd","p":168,"s":2,"h":1,"n":"Red Greatwyrm"},{"id":182,"c":1,"u":"sapphire%20dragon%20wyrmling_ftd","p":216,"s":2,"h":1,"n":"Sapphire Dragon Wyrmling"},{"id":183,"c":1,"u":"sapphire%20greatwyrm_ftd","p":201,"s":2,"h":1,"n":"Sapphire Greatwyrm"},{"id":184,"c":1,"u":"silver%20greatwyrm_ftd","p":208,"s":2,"h":1,"n":"Silver Greatwyrm"},{"id":185,"c":1,"u":"swarm%20of%20hoard%20scarabs_ftd","p":205,"s":2,"h":1,"n":"Swarm of Hoard Scarabs"},{"id":186,"c":1,"u":"topaz%20dragon%20wyrmling_ftd","p":223,"s":2,"h":1,"n":"Topaz Dragon Wyrmling"},{"id":187,"c":1,"u":"topaz%20greatwyrm_ftd","p":201,"s":2,"h":1,"n":"Topaz Greatwyrm"},{"id":188,"c":1,"u":"white%20greatwyrm_ftd","p":168,"s":2,"h":1,"n":"White Greatwyrm"},{"id":189,"c":1,"u":"young%20amethyst%20dragon_ftd","p":161,"s":2,"h":1,"n":"Young Amethyst Dragon"},{"id":190,"c":1,"u":"young%20crystal%20dragon_ftd","p":172,"s":2,"h":1,"n":"Young Crystal Dragon"},{"id":191,"c":1,"u":"young%20deep%20dragon_ftd","p":175,"s":2,"h":1,"n":"Young Deep Dragon"},{"id":192,"c":1,"u":"young%20dragon%20turtle_ftd","p":192,"s":2,"h":1,"n":"Young Dragon Turtle"},{"id":193,"c":1,"u":"young%20emerald%20dragon_ftd","p":197,"s":2,"h":1,"n":"Young Emerald Dragon"},{"id":194,"c":1,"u":"young%20moonstone%20dragon_ftd","p":213,"s":2,"h":1,"n":"Young Moonstone Dragon"},{"id":195,"c":1,"u":"young%20sapphire%20dragon_ftd","p":216,"s":2,"h":1,"n":"Young Sapphire Dragon"},{"id":196,"c":1,"u":"young%20sea%20serpent_ftd","p":219,"s":2,"h":1,"n":"Young Sea Serpent"},{"id":197,"c":1,"u":"young%20topaz%20dragon_ftd","p":223,"s":2,"h":1,"n":"Young Topaz Dragon"},{"id":198,"c":1,"u":"abjurer%20wizard_mpmm","p":260,"s":3,"h":1,"n":"Abjurer Wizard"},{"id":199,"c":1,"u":"adult%20kruthik_mpmm","p":169,"s":3,"h":1,"n":"Adult Kruthik"},{"id":200,"c":1,"u":"adult%20oblex_mpmm","p":198,"s":3,"h":1,"n":"Adult Oblex"},{"id":201,"c":1,"u":"air%20elemental%20myrmidon_mpmm","p":122,"s":3,"h":1,"n":"Air Elemental Myrmidon"},{"id":202,"c":1,"u":"alhoon_mpmm","p":43,"s":3,"h":1,"n":"Alhoon"},{"id":203,"c":1,"u":"alkilith_mpmm","p":44,"s":3,"h":1,"n":"Alkilith"},{"id":204,"c":1,"u":"allip_mpmm","p":45,"s":3,"h":1,"n":"Allip"},{"id":205,"c":1,"u":"amnizu_mpmm","p":46,"s":3,"h":1,"n":"Amnizu"},{"id":206,"c":1,"u":"angry%20sorrowsworn_mpmm","p":222,"s":3,"h":1,"n":"Angry Sorrowsworn"},{"id":207,"c":1,"u":"annis%20hag_mpmm","p":47,"s":3,"h":1,"n":"Annis Hag"},{"id":208,"c":1,"u":"apprentice%20wizard_mpmm","p":259,"s":3,"h":1,"n":"Apprentice Wizard"},{"id":209,"c":1,"u":"archdruid_mpmm","p":48,"s":3,"h":1,"n":"Archdruid"},{"id":210,"c":1,"u":"archer_mpmm","p":49,"s":3,"h":1,"n":"Archer"},{"id":211,"c":1,"u":"armanite_mpmm","p":50,"s":3,"h":1,"n":"Armanite"},{"id":212,"c":1,"u":"astral%20dreadnought_mpmm","p":51,"s":3,"h":1,"n":"Astral Dreadnought"},{"id":213,"c":1,"u":"aurochs_mpmm","p":71,"s":3,"h":1,"n":"Aurochs"},{"id":214,"c":1,"u":"autumn%20eladrin_mpmm","p":115,"s":3,"h":1,"n":"Autumn Eladrin"},{"id":215,"c":1,"u":"babau_mpmm","p":52,"s":3,"h":1,"n":"Babau"},{"id":216,"c":1,"u":"bael_mpmm","p":54,"s":3,"h":1,"n":"Bael"},{"id":217,"c":1,"u":"balhannoth_mpmm","p":55,"s":3,"h":1,"n":"Balhannoth"},{"id":218,"c":1,"u":"banderhobb_mpmm","p":56,"s":3,"h":1,"n":"Banderhobb"},{"id":219,"c":1,"u":"baphomet_mpmm","p":58,"s":3,"h":1,"n":"Baphomet"},{"id":220,"c":1,"u":"bard_mpmm","p":59,"s":3,"h":1,"n":"Bard"},{"id":221,"c":1,"u":"barghest_mpmm","p":60,"s":3,"h":1,"n":"Barghest"},{"id":222,"c":1,"u":"berbalang_mpmm","p":61,"s":3,"h":1,"n":"Berbalang"},{"id":223,"c":1,"u":"bheur%20hag_mpmm","p":62,"s":3,"h":1,"n":"Bheur Hag"},{"id":224,"c":1,"u":"black%20abishai_mpmm","p":38,"s":3,"h":1,"n":"Black Abishai"},{"id":225,"c":1,"u":"blackguard_mpmm","p":63,"s":3,"h":1,"n":"Blackguard"},{"id":226,"c":1,"u":"blue%20abishai_mpmm","p":39,"s":3,"h":1,"n":"Blue Abishai"},{"id":227,"c":1,"u":"bodak_mpmm","p":64,"s":3,"h":1,"n":"Bodak"},{"id":228,"c":1,"u":"boggle_mpmm","p":65,"s":3,"h":1,"n":"Boggle"},{"id":229,"c":1,"u":"boneclaw_mpmm","p":66,"s":3,"h":1,"n":"Boneclaw"},{"id":230,"c":1,"u":"brontosaurus_mpmm","p":95,"s":3,"h":1,"n":"Brontosaurus"},{"id":231,"c":1,"u":"bulezau_mpmm","p":67,"s":3,"h":1,"n":"Bulezau"},{"id":232,"c":1,"u":"cadaver%20collector_mpmm","p":68,"s":3,"h":1,"n":"Cadaver Collector"},{"id":233,"c":1,"u":"canoloth_mpmm","p":69,"s":3,"h":1,"n":"Canoloth"},{"id":234,"c":1,"u":"catoblepas_mpmm","p":70,"s":3,"h":1,"n":"Catoblepas"},{"id":235,"c":1,"u":"cave%20fisher_mpmm","p":73,"s":3,"h":1,"n":"Cave Fisher"},{"id":236,"c":1,"u":"champion_mpmm","p":74,"s":3,"h":1,"n":"Champion"},{"id":237,"c":1,"u":"chitine_mpmm","p":75,"s":3,"h":1,"n":"Chitine"},{"id":238,"c":1,"u":"choker_mpmm","p":76,"s":3,"h":1,"n":"Choker"},{"id":239,"c":1,"u":"choldrith_mpmm","p":77,"s":3,"h":1,"n":"Choldrith"},{"id":240,"c":1,"u":"clockwork%20bronze%20scout_mpmm","p":79,"s":3,"h":1,"n":"Clockwork Bronze Scout"},{"id":241,"c":1,"u":"clockwork%20iron%20cobra_mpmm","p":79,"s":3,"h":1,"n":"Clockwork Iron Cobra"},{"id":242,"c":1,"u":"clockwork%20oaken%20bolter_mpmm","p":80,"s":3,"h":1,"n":"Clockwork Oaken Bolter"},{"id":243,"c":1,"u":"clockwork%20stone%20defender_mpmm","p":80,"s":3,"h":1,"n":"Clockwork Stone Defender"},{"id":244,"c":1,"u":"cloud%20giant%20smiling%20one_mpmm","p":81,"s":3,"h":1,"n":"Cloud Giant Smiling One"},{"id":245,"c":1,"u":"conjurer%20wizard_mpmm","p":260,"s":3,"h":1,"n":"Conjurer Wizard"},{"id":246,"c":1,"u":"corpse%20flower_mpmm","p":82,"s":3,"h":1,"n":"Corpse Flower"},{"id":247,"c":1,"u":"cranium%20rat_mpmm","p":83,"s":3,"h":1,"n":"Cranium Rat"},{"id":248,"c":1,"u":"darkling_mpmm","p":84,"s":3,"h":1,"n":"Darkling"},{"id":249,"c":1,"u":"darkling%20elder_mpmm","p":84,"s":3,"h":1,"n":"Darkling Elder"},{"id":250,"c":1,"u":"death%20kiss_mpmm","p":85,"s":3,"h":1,"n":"Death Kiss"},{"id":251,"c":1,"u":"deathlock_mpmm","p":86,"s":3,"h":1,"n":"Deathlock"},{"id":252,"c":1,"u":"deathlock%20mastermind_mpmm","p":87,"s":3,"h":1,"n":"Deathlock Mastermind"},{"id":253,"c":1,"u":"deathlock%20wight_mpmm","p":87,"s":3,"h":1,"n":"Deathlock Wight"},{"id":254,"c":1,"u":"deep%20roth%c3%a9_mpmm","p":71,"s":3,"h":1,"n":"Deep Rothe"},{"id":255,"c":1,"u":"deep%20scion_mpmm","p":88,"s":3,"h":1,"n":"Deep Scion"},{"id":256,"c":1,"u":"deinonychus_mpmm","p":95,"s":3,"h":1,"n":"Deinonychus"},{"id":257,"c":1,"u":"demogorgon_mpmm","p":90,"s":3,"h":1,"n":"Demogorgon"},{"id":258,"c":1,"u":"derro_mpmm","p":91,"s":3,"h":1,"n":"Derro"},{"id":259,"c":1,"u":"derro%20savant_mpmm","p":92,"s":3,"h":1,"n":"Derro Savant"},{"id":260,"c":1,"u":"devourer_mpmm","p":93,"s":3,"h":1,"n":"Devourer"},{"id":261,"c":1,"u":"dhergoloth_mpmm","p":94,"s":3,"h":1,"n":"Dhergoloth"},{"id":262,"c":1,"u":"dimetrodon_mpmm","p":95,"s":3,"h":1,"n":"Dimetrodon"},{"id":263,"c":1,"u":"dire%20troll_mpmm","p":246,"s":3,"h":1,"n":"Dire Troll"},{"id":264,"c":1,"u":"diviner%20wizard_mpmm","p":261,"s":3,"h":1,"n":"Diviner Wizard"},{"id":265,"c":1,"u":"dolphin_mpmm","p":97,"s":3,"h":1,"n":"Dolphin"},{"id":266,"c":1,"u":"dolphin%20delighter_mpmm","p":97,"s":3,"h":1,"n":"Dolphin Delighter"},{"id":267,"c":1,"u":"draegloth_mpmm","p":98,"s":3,"h":1,"n":"Draegloth"},{"id":268,"c":1,"u":"drow%20arachnomancer_mpmm","p":99,"s":3,"h":1,"n":"Drow Arachnomancer"},{"id":269,"c":1,"u":"drow%20favored%20consort_mpmm","p":100,"s":3,"h":1,"n":"Drow Favored Consort"},{"id":270,"c":1,"u":"drow%20house%20captain_mpmm","p":101,"s":3,"h":1,"n":"Drow House Captain"},{"id":271,"c":1,"u":"drow%20inquisitor_mpmm","p":102,"s":3,"h":1,"n":"Drow Inquisitor"},{"id":272,"c":1,"u":"drow%20matron%20mother_mpmm","p":104,"s":3,"h":1,"n":"Drow Matron Mother"},{"id":273,"c":1,"u":"drow%20shadowblade_mpmm","p":105,"s":3,"h":1,"n":"Drow Shadowblade"},{"id":274,"c":1,"u":"duergar%20despot_mpmm","p":107,"s":3,"h":1,"n":"Duergar Despot"},{"id":275,"c":1,"u":"duergar%20hammerer_mpmm","p":112,"s":3,"h":1,"n":"Duergar Hammerer"},{"id":276,"c":1,"u":"duergar%20kavalrachni_mpmm","p":107,"s":3,"h":1,"n":"Duergar Kavalrachni"},{"id":277,"c":1,"u":"duergar%20mind%20master_mpmm","p":108,"s":3,"h":1,"n":"Duergar Mind Master"},{"id":278,"c":1,"u":"duergar%20screamer_mpmm","p":111,"s":3,"h":1,"n":"Duergar Screamer"},{"id":279,"c":1,"u":"duergar%20soulblade_mpmm","p":109,"s":3,"h":1,"n":"Duergar Soulblade"},{"id":280,"c":1,"u":"duergar%20stone%20guard_mpmm","p":110,"s":3,"h":1,"n":"Duergar Stone Guard"},{"id":281,"c":1,"u":"duergar%20warlord_mpmm","p":111,"s":3,"h":1,"n":"Duergar Warlord"},{"id":282,"c":1,"u":"duergar%20xarrorn_mpmm","p":111,"s":3,"h":1,"n":"Duergar Xarrorn"},{"id":283,"c":1,"u":"dybbuk_mpmm","p":113,"s":3,"h":1,"n":"Dybbuk"},{"id":284,"c":1,"u":"earth%20elemental%20myrmidon_mpmm","p":122,"s":3,"h":1,"n":"Earth Elemental Myrmidon"},{"id":285,"c":1,"u":"eidolon_mpmm","p":114,"s":3,"h":1,"n":"Eidolon"},{"id":286,"c":1,"u":"elder%20brain_mpmm","p":120,"s":3,"h":1,"n":"Elder Brain"},{"id":287,"c":1,"u":"elder%20oblex_mpmm","p":199,"s":3,"h":1,"n":"Elder Oblex"},{"id":288,"c":1,"u":"elder%20tempest_mpmm","p":121,"s":3,"h":1,"n":"Elder Tempest"},{"id":289,"c":1,"u":"enchanter%20wizard_mpmm","p":261,"s":3,"h":1,"n":"Enchanter Wizard"},{"id":290,"c":1,"u":"evoker%20wizard_mpmm","p":262,"s":3,"h":1,"n":"Evoker Wizard"},{"id":291,"c":1,"u":"female%20steeder_mpmm","p":231,"s":3,"h":1,"n":"Female Steeder"},{"id":292,"c":1,"u":"fire%20elemental%20myrmidon_mpmm","p":123,"s":3,"h":1,"n":"Fire Elemental Myrmidon"},{"id":293,"c":1,"u":"fire%20giant%20dreadnought_mpmm","p":124,"s":3,"h":1,"n":"Fire Giant Dreadnought"},{"id":294,"c":1,"u":"firenewt%20warlock%20of%20imix_mpmm","p":125,"s":3,"h":1,"n":"Firenewt Warlock of Imix"},{"id":295,"c":1,"u":"firenewt%20warrior_mpmm","p":125,"s":3,"h":1,"n":"Firenewt Warrior"},{"id":296,"c":1,"u":"flail%20snail_mpmm","p":126,"s":3,"h":1,"n":"Flail Snail"},{"id":297,"c":1,"u":"flind_mpmm","p":127,"s":3,"h":1,"n":"Flind"},{"id":298,"c":1,"u":"fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"n":"Fraz-Urb'luu"},{"id":299,"c":1,"u":"froghemoth_mpmm","p":130,"s":3,"h":1,"n":"Froghemoth"},{"id":300,"c":1,"u":"frost%20giant%20everlasting%20one_mpmm","p":131,"s":3,"h":1,"n":"Frost Giant Everlasting One"},{"id":301,"c":1,"u":"frost%20salamander_mpmm","p":132,"s":3,"h":1,"n":"Frost Salamander"},{"id":302,"c":1,"u":"gauth_mpmm","p":133,"s":3,"h":1,"n":"Gauth"},{"id":303,"c":1,"u":"gazer_mpmm","p":134,"s":3,"h":1,"n":"Gazer"},{"id":304,"c":1,"u":"geryon_mpmm","p":136,"s":3,"h":1,"n":"Geryon"},{"id":305,"c":1,"u":"giant%20strider_mpmm","p":137,"s":3,"h":1,"n":"Giant Strider"},{"id":306,"c":1,"u":"giff_mpmm","p":138,"s":3,"h":1,"n":"Giff"},{"id":307,"c":1,"u":"girallon_mpmm","p":139,"s":3,"h":1,"n":"Girallon"},{"id":308,"c":1,"u":"githyanki%20gish_mpmm","p":140,"s":3,"h":1,"n":"Githyanki Gish"},{"id":309,"c":1,"u":"githyanki%20kith'rak_mpmm","p":140,"s":3,"h":1,"n":"Githyanki Kith'rak"},{"id":310,"c":1,"u":"githyanki%20supreme%20commander_mpmm","p":141,"s":3,"h":1,"n":"Githyanki Supreme Commander"},{"id":311,"c":1,"u":"githzerai%20anarch_mpmm","p":142,"s":3,"h":1,"n":"Githzerai Anarch"},{"id":312,"c":1,"u":"githzerai%20enlightened_mpmm","p":143,"s":3,"h":1,"n":"Githzerai Enlightened"},{"id":313,"c":1,"u":"gnoll%20flesh%20gnawer_mpmm","p":144,"s":3,"h":1,"n":"Gnoll Flesh Gnawer"},{"id":314,"c":1,"u":"gnoll%20hunter_mpmm","p":144,"s":3,"h":1,"n":"Gnoll Hunter"},{"id":315,"c":1,"u":"gnoll%20witherling_mpmm","p":145,"s":3,"h":1,"n":"Gnoll Witherling"},{"id":316,"c":1,"u":"gray%20render_mpmm","p":146,"s":3,"h":1,"n":"Gray Render"},{"id":317,"c":1,"u":"graz'zt_mpmm","p":148,"s":3,"h":1,"n":"Graz'zt"},{"id":318,"c":1,"u":"green%20abishai_mpmm","p":40,"s":3,"h":1,"n":"Green Abishai"},{"id":319,"c":1,"u":"grung_mpmm","p":149,"s":3,"h":1,"n":"Grung"},{"id":320,"c":1,"u":"grung%20elite%20warrior_mpmm","p":150,"s":3,"h":1,"n":"Grung Elite Warrior"},{"id":321,"c":1,"u":"grung%20wildling_mpmm","p":150,"s":3,"h":1,"n":"Grung Wildling"},{"id":322,"c":1,"u":"guard%20drake_mpmm","p":151,"s":3,"h":1,"n":"Guard Drake"},{"id":323,"c":1,"u":"hadrosaurus_mpmm","p":96,"s":3,"h":1,"n":"Hadrosaurus"},{"id":324,"c":1,"u":"hellfire%20engine_mpmm","p":152,"s":3,"h":1,"n":"Hellfire Engine"},{"id":325,"c":1,"u":"hobgoblin%20devastator_mpmm","p":153,"s":3,"h":1,"n":"Hobgoblin Devastator"},{"id":326,"c":1,"u":"hobgoblin%20iron%20shadow_mpmm","p":154,"s":3,"h":1,"n":"Hobgoblin Iron Shadow"},{"id":327,"c":1,"u":"howler_mpmm","p":155,"s":3,"h":1,"n":"Howler"},{"id":328,"c":1,"u":"hungry%20sorrowsworn_mpmm","p":223,"s":3,"h":1,"n":"Hungry Sorrowsworn"},{"id":329,"c":1,"u":"hutijin_mpmm","p":157,"s":3,"h":1,"n":"Hutijin"},{"id":330,"c":1,"u":"hydroloth_mpmm","p":158,"s":3,"h":1,"n":"Hydroloth"},{"id":331,"c":1,"u":"illusionist%20wizard_mpmm","p":263,"s":3,"h":1,"n":"Illusionist Wizard"},{"id":332,"c":1,"u":"juiblex_mpmm","p":160,"s":3,"h":1,"n":"Juiblex"},{"id":333,"c":1,"u":"ki-rin_mpmm","p":162,"s":3,"h":1,"n":"Ki-rin"},{"id":334,"c":1,"u":"kobold%20dragonshield_mpmm","p":163,"s":3,"h":1,"n":"Kobold Dragonshield"},{"id":335,"c":1,"u":"kobold%20inventor_mpmm","p":164,"s":3,"h":1,"n":"Kobold Inventor"},{"id":336,"c":1,"u":"kobold%20scale%20sorcerer_mpmm","p":165,"s":3,"h":1,"n":"Kobold Scale Sorcerer"},{"id":337,"c":1,"u":"korred_mpmm","p":166,"s":3,"h":1,"n":"Korred"},{"id":338,"c":1,"u":"kraken%20priest_mpmm","p":167,"s":3,"h":1,"n":"Kraken Priest"},{"id":339,"c":1,"u":"kruthik%20hive%20lord_mpmm","p":169,"s":3,"h":1,"n":"Kruthik Hive Lord"},{"id":340,"c":1,"u":"leucrotta_mpmm","p":170,"s":3,"h":1,"n":"Leucrotta"},{"id":341,"c":1,"u":"leviathan_mpmm","p":171,"s":3,"h":1,"n":"Leviathan"},{"id":342,"c":1,"u":"lonely%20sorrowsworn_mpmm","p":223,"s":3,"h":1,"n":"Lonely Sorrowsworn"},{"id":343,"c":1,"u":"lost%20sorrowsworn_mpmm","p":224,"s":3,"h":1,"n":"Lost Sorrowsworn"},{"id":344,"c":1,"u":"male%20steeder_mpmm","p":231,"s":3,"h":1,"n":"Male Steeder"},{"id":345,"c":1,"u":"martial%20arts%20adept_mpmm","p":172,"s":3,"h":1,"n":"Martial Arts Adept"},{"id":346,"c":1,"u":"marut_mpmm","p":173,"s":3,"h":1,"n":"Marut"},{"id":347,"c":1,"u":"master%20thief_mpmm","p":174,"s":3,"h":1,"n":"Master Thief"},{"id":348,"c":1,"u":"maurezhi_mpmm","p":175,"s":3,"h":1,"n":"Maurezhi"},{"id":349,"c":1,"u":"maw%20demon_mpmm","p":176,"s":3,"h":1,"n":"Maw Demon"},{"id":350,"c":1,"u":"meazel_mpmm","p":177,"s":3,"h":1,"n":"Meazel"},{"id":351,"c":1,"u":"meenlock_mpmm","p":178,"s":3,"h":1,"n":"Meenlock"},{"id":352,"c":1,"u":"merregon_mpmm","p":179,"s":3,"h":1,"n":"Merregon"},{"id":353,"c":1,"u":"merrenoloth_mpmm","p":180,"s":3,"h":1,"n":"Merrenoloth"},{"id":354,"c":1,"u":"mindwitness_mpmm","p":181,"s":3,"h":1,"n":"Mindwitness"},{"id":355,"c":1,"u":"moloch_mpmm","p":183,"s":3,"h":1,"n":"Moloch"},{"id":356,"c":1,"u":"molydeus_mpmm","p":184,"s":3,"h":1,"n":"Molydeus"},{"id":357,"c":1,"u":"morkoth_mpmm","p":186,"s":3,"h":1,"n":"Morkoth"},{"id":358,"c":1,"u":"mouth%20of%20grolantor_mpmm","p":187,"s":3,"h":1,"n":"Mouth of Grolantor"},{"id":359,"c":1,"u":"nabassu_mpmm","p":188,"s":3,"h":1,"n":"Nabassu"},{"id":360,"c":1,"u":"nagpa_mpmm","p":189,"s":3,"h":1,"n":"Nagpa"},{"id":361,"c":1,"u":"narzugon_mpmm","p":190,"s":3,"h":1,"n":"Narzugon"},{"id":362,"c":1,"u":"necromancer%20wizard_mpmm","p":264,"s":3,"h":1,"n":"Necromancer Wizard"},{"id":363,"c":1,"u":"neogi_mpmm","p":192,"s":3,"h":1,"n":"Neogi"},{"id":364,"c":1,"u":"neogi%20hatchling_mpmm","p":191,"s":3,"h":1,"n":"Neogi Hatchling"},{"id":365,"c":1,"u":"neogi%20master_mpmm","p":192,"s":3,"h":1,"n":"Neogi Master"},{"id":366,"c":1,"u":"neothelid_mpmm","p":193,"s":3,"h":1,"n":"Neothelid"},{"id":367,"c":1,"u":"nightwalker_mpmm","p":194,"s":3,"h":1,"n":"Nightwalker"},{"id":368,"c":1,"u":"nilbog_mpmm","p":195,"s":3,"h":1,"n":"Nilbog"},{"id":369,"c":1,"u":"nupperibo_mpmm","p":196,"s":3,"h":1,"n":"Nupperibo"},{"id":370,"c":1,"u":"oblex%20spawn_mpmm","p":197,"s":3,"h":1,"n":"Oblex Spawn"},{"id":371,"c":1,"u":"ogre%20battering%20ram_mpmm","p":200,"s":3,"h":1,"n":"Ogre Battering Ram"},{"id":372,"c":1,"u":"ogre%20bolt%20launcher_mpmm","p":200,"s":3,"h":1,"n":"Ogre Bolt Launcher"},{"id":373,"c":1,"u":"ogre%20chain%20brute_mpmm","p":201,"s":3,"h":1,"n":"Ogre Chain Brute"},{"id":374,"c":1,"u":"ogre%20howdah_mpmm","p":201,"s":3,"h":1,"n":"Ogre Howdah"},{"id":375,"c":1,"u":"oinoloth_mpmm","p":202,"s":3,"h":1,"n":"Oinoloth"},{"id":376,"c":1,"u":"orcus_mpmm","p":204,"s":3,"h":1,"n":"Orcus"},{"id":377,"c":1,"u":"orthon_mpmm","p":205,"s":3,"h":1,"n":"Orthon"},{"id":378,"c":1,"u":"ox_mpmm","p":72,"s":3,"h":1,"n":"Ox"},{"id":379,"c":1,"u":"phoenix_mpmm","p":206,"s":3,"h":1,"n":"Phoenix"},{"id":380,"c":1,"u":"quetzalcoatlus_mpmm","p":96,"s":3,"h":1,"n":"Quetzalcoatlus"},{"id":381,"c":1,"u":"quickling_mpmm","p":207,"s":3,"h":1,"n":"Quickling"},{"id":382,"c":1,"u":"red%20abishai_mpmm","p":40,"s":3,"h":1,"n":"Red Abishai"},{"id":383,"c":1,"u":"redcap_mpmm","p":208,"s":3,"h":1,"n":"Redcap"},{"id":384,"c":1,"u":"retriever_mpmm","p":209,"s":3,"h":1,"n":"Retriever"},{"id":385,"c":1,"u":"rot%20troll_mpmm","p":247,"s":3,"h":1,"n":"Rot Troll"},{"id":386,"c":1,"u":"rutterkin_mpmm","p":210,"s":3,"h":1,"n":"Rutterkin"},{"id":387,"c":1,"u":"sacred%20statue_mpmm","p":114,"s":3,"h":1,"n":"Sacred Statue"},{"id":388,"c":1,"u":"sea%20spawn_mpmm","p":211,"s":3,"h":1,"n":"Sea Spawn"},{"id":389,"c":1,"u":"shadar-kai%20gloom%20weaver_mpmm","p":213,"s":3,"h":1,"n":"Shadar-kai Gloom Weaver"},{"id":390,"c":1,"u":"shadar-kai%20shadow%20dancer_mpmm","p":213,"s":3,"h":1,"n":"Shadar-kai Shadow Dancer"},{"id":391,"c":1,"u":"shadar-kai%20soul%20monger_mpmm","p":214,"s":3,"h":1,"n":"Shadar-kai Soul Monger"},{"id":392,"c":1,"u":"shadow%20mastiff_mpmm","p":215,"s":3,"h":1,"n":"Shadow Mastiff"},{"id":393,"c":1,"u":"shadow%20mastiff%20alpha_mpmm","p":215,"s":3,"h":1,"n":"Shadow Mastiff Alpha"},{"id":394,"c":1,"u":"shoosuva_mpmm","p":216,"s":3,"h":1,"n":"Shoosuva"},{"id":395,"c":1,"u":"sibriex_mpmm","p":217,"s":3,"h":1,"n":"Sibriex"},{"id":396,"c":1,"u":"skulk_mpmm","p":219,"s":3,"h":1,"n":"Skulk"},{"id":397,"c":1,"u":"skull%20lord_mpmm","p":220,"s":3,"h":1,"n":"Skull Lord"},{"id":398,"c":1,"u":"slithering%20tracker_mpmm","p":221,"s":3,"h":1,"n":"Slithering Tracker"},{"id":399,"c":1,"u":"spawn%20of%20kyuss_mpmm","p":225,"s":3,"h":1,"n":"Spawn of Kyuss"},{"id":400,"c":1,"u":"spirit%20troll_mpmm","p":247,"s":3,"h":1,"n":"Spirit Troll"},{"id":401,"c":1,"u":"spring%20eladrin_mpmm","p":116,"s":3,"h":1,"n":"Spring Eladrin"},{"id":402,"c":1,"u":"star%20spawn%20grue_mpmm","p":227,"s":3,"h":1,"n":"Star Spawn Grue"},{"id":403,"c":1,"u":"star%20spawn%20hulk_mpmm","p":227,"s":3,"h":1,"n":"Star Spawn Hulk"},{"id":404,"c":1,"u":"star%20spawn%20larva%20mage_mpmm","p":228,"s":3,"h":1,"n":"Star Spawn Larva Mage"},{"id":405,"c":1,"u":"star%20spawn%20mangler_mpmm","p":229,"s":3,"h":1,"n":"Star Spawn Mangler"},{"id":406,"c":1,"u":"star%20spawn%20seer_mpmm","p":230,"s":3,"h":1,"n":"Star Spawn Seer"},{"id":407,"c":1,"u":"steel%20predator_mpmm","p":232,"s":3,"h":1,"n":"Steel Predator"},{"id":408,"c":1,"u":"stegosaurus_mpmm","p":96,"s":3,"h":1,"n":"Stegosaurus"},{"id":409,"c":1,"u":"stench%20kow_mpmm","p":72,"s":3,"h":1,"n":"Stench Kow"},{"id":410,"c":1,"u":"stone%20cursed_mpmm","p":233,"s":3,"h":1,"n":"Stone Cursed"},{"id":411,"c":1,"u":"stone%20giant%20dreamwalker_mpmm","p":234,"s":3,"h":1,"n":"Stone Giant Dreamwalker"},{"id":412,"c":1,"u":"storm%20giant%20quintessent_mpmm","p":235,"s":3,"h":1,"n":"Storm Giant Quintessent"},{"id":413,"c":1,"u":"summer%20eladrin_mpmm","p":116,"s":3,"h":1,"n":"Summer Eladrin"},{"id":414,"c":1,"u":"swarm%20of%20cranium%20rats_mpmm","p":83,"s":3,"h":1,"n":"Swarm of Cranium Rats"},{"id":415,"c":1,"u":"swarm%20of%20rot%20grubs_mpmm","p":237,"s":3,"h":1,"n":"Swarm of Rot Grubs"},{"id":416,"c":1,"u":"swashbuckler_mpmm","p":238,"s":3,"h":1,"n":"Swashbuckler"},{"id":417,"c":1,"u":"sword%20wraith%20commander_mpmm","p":239,"s":3,"h":1,"n":"Sword Wraith Commander"},{"id":418,"c":1,"u":"sword%20wraith%20warrior_mpmm","p":239,"s":3,"h":1,"n":"Sword Wraith Warrior"},{"id":419,"c":1,"u":"tanarukk_mpmm","p":240,"s":3,"h":1,"n":"Tanarukk"},{"id":420,"c":1,"u":"thorny%20vegepygmy_mpmm","p":253,"s":3,"h":1,"n":"Thorny Vegepygmy"},{"id":421,"c":1,"u":"titivilus_mpmm","p":242,"s":3,"h":1,"n":"Titivilus"},{"id":422,"c":1,"u":"tlincalli_mpmm","p":242,"s":3,"h":1,"n":"Tlincalli"},{"id":423,"c":1,"u":"tortle_mpmm","p":244,"s":3,"h":1,"n":"Tortle"},{"id":424,"c":1,"u":"tortle%20druid_mpmm","p":244,"s":3,"h":1,"n":"Tortle Druid"},{"id":425,"c":1,"u":"transmuter%20wizard_mpmm","p":265,"s":3,"h":1,"n":"Transmuter Wizard"},{"id":426,"c":1,"u":"trapper_mpmm","p":245,"s":3,"h":1,"n":"Trapper"},{"id":427,"c":1,"u":"ulitharid_mpmm","p":249,"s":3,"h":1,"n":"Ulitharid"},{"id":428,"c":1,"u":"vampiric%20mist_mpmm","p":250,"s":3,"h":1,"n":"Vampiric Mist"},{"id":429,"c":1,"u":"vargouille_mpmm","p":251,"s":3,"h":1,"n":"Vargouille"},{"id":430,"c":1,"u":"vegepygmy_mpmm","p":252,"s":3,"h":1,"n":"Vegepygmy"},{"id":431,"c":1,"u":"vegepygmy%20chief_mpmm","p":253,"s":3,"h":1,"n":"Vegepygmy Chief"},{"id":432,"c":1,"u":"velociraptor_mpmm","p":96,"s":3,"h":1,"n":"Velociraptor"},{"id":433,"c":1,"u":"venom%20troll_mpmm","p":248,"s":3,"h":1,"n":"Venom Troll"},{"id":434,"c":1,"u":"war%20priest_mpmm","p":254,"s":3,"h":1,"n":"War Priest"},{"id":435,"c":1,"u":"warlock%20of%20the%20archfey_mpmm","p":255,"s":3,"h":1,"n":"Warlock of the Archfey"},{"id":436,"c":1,"u":"warlock%20of%20the%20fiend_mpmm","p":255,"s":3,"h":1,"n":"Warlock of the Fiend"},{"id":437,"c":1,"u":"warlock%20of%20the%20great%20old%20one_mpmm","p":256,"s":3,"h":1,"n":"Warlock of the Great Old One"},{"id":438,"c":1,"u":"warlord_mpmm","p":257,"s":3,"h":1,"n":"Warlord"},{"id":439,"c":1,"u":"wastrilith_mpmm","p":258,"s":3,"h":1,"n":"Wastrilith"},{"id":440,"c":1,"u":"water%20elemental%20myrmidon_mpmm","p":123,"s":3,"h":1,"n":"Water Elemental Myrmidon"},{"id":441,"c":1,"u":"white%20abishai_mpmm","p":41,"s":3,"h":1,"n":"White Abishai"},{"id":442,"c":1,"u":"winter%20eladrin_mpmm","p":117,"s":3,"h":1,"n":"Winter Eladrin"},{"id":443,"c":1,"u":"wood%20woad_mpmm","p":266,"s":3,"h":1,"n":"Wood Woad"},{"id":444,"c":1,"u":"wretched%20sorrowsworn_mpmm","p":224,"s":3,"h":1,"n":"Wretched Sorrowsworn"},{"id":445,"c":1,"u":"xvart_mpmm","p":267,"s":3,"h":1,"n":"Xvart"},{"id":446,"c":1,"u":"xvart%20warlock%20of%20raxivort_mpmm","p":267,"s":3,"h":1,"n":"Xvart Warlock of Raxivort"},{"id":447,"c":1,"u":"yagnoloth_mpmm","p":268,"s":3,"h":1,"n":"Yagnoloth"},{"id":448,"c":1,"u":"yeenoghu_mpmm","p":270,"s":3,"h":1,"n":"Yeenoghu"},{"id":449,"c":1,"u":"yeth%20hound_mpmm","p":271,"s":3,"h":1,"n":"Yeth Hound"},{"id":450,"c":1,"u":"young%20kruthik_mpmm","p":168,"s":3,"h":1,"n":"Young Kruthik"},{"id":451,"c":1,"u":"yuan-ti%20anathema_mpmm","p":272,"s":3,"h":1,"n":"Yuan-ti Anathema"},{"id":452,"c":1,"u":"yuan-ti%20broodguard_mpmm","p":273,"s":3,"h":1,"n":"Yuan-ti Broodguard"},{"id":453,"c":1,"u":"yuan-ti%20mind%20whisperer_mpmm","p":274,"s":3,"h":1,"n":"Yuan-ti Mind Whisperer"},{"id":454,"c":1,"u":"yuan-ti%20nightmare%20speaker_mpmm","p":275,"s":3,"h":1,"n":"Yuan-ti Nightmare Speaker"},{"id":455,"c":1,"u":"yuan-ti%20pit%20master_mpmm","p":276,"s":3,"h":1,"n":"Yuan-ti Pit Master"},{"id":456,"c":1,"u":"zaratan_mpmm","p":278,"s":3,"h":1,"n":"Zaratan"},{"id":457,"c":1,"u":"zariel_mpmm","p":280,"s":3,"h":1,"n":"Zariel"},{"id":458,"c":1,"u":"zuggtmoy_mpmm","p":281,"s":3,"h":1,"n":"Zuggtmoy"},{"id":459,"c":1,"u":"aberrant%20spirit_tce","p":109,"s":4,"h":1,"n":"Aberrant Spirit"},{"id":460,"c":1,"u":"adult%20red%20dracolich_tce","p":137,"s":4,"h":1,"n":"Adult Red Dracolich"},{"id":461,"c":1,"u":"beast%20of%20the%20land_tce","p":61,"s":4,"h":1,"n":"Beast of the Land"},{"id":462,"c":1,"u":"beast%20of%20the%20sea_tce","p":61,"s":4,"h":1,"n":"Beast of the Sea"},{"id":463,"c":1,"u":"beast%20of%20the%20sky_tce","p":61,"s":4,"h":1,"n":"Beast of the Sky"},{"id":464,"c":1,"u":"bestial%20spirit_tce","p":109,"s":4,"h":1,"n":"Bestial Spirit"},{"id":465,"c":1,"u":"celestial%20spirit_tce","p":110,"s":4,"h":1,"n":"Celestial Spirit"},{"id":466,"c":1,"u":"construct%20spirit_tce","p":111,"s":4,"h":1,"n":"Construct Spirit"},{"id":467,"c":1,"u":"dancing%20item_tce","p":29,"s":4,"h":1,"n":"Dancing Item"},{"id":468,"c":1,"u":"elemental%20spirit_tce","p":111,"s":4,"h":1,"n":"Elemental Spirit"},{"id":469,"c":1,"u":"fey%20spirit_tce","p":112,"s":4,"h":1,"n":"Fey Spirit"},{"id":470,"c":1,"u":"fiendish%20spirit_tce","p":112,"s":4,"h":1,"n":"Fiendish Spirit"},{"id":471,"c":1,"u":"homunculus%20servant_tce","p":22,"s":4,"h":1,"n":"Homunculus Servant"},{"id":472,"c":1,"u":"juvenile%20mimic_tce","p":167,"s":4,"h":1,"n":"Juvenile Mimic"},{"id":473,"c":1,"u":"mighty%20servant%20of%20leuk-o_tce","p":131,"s":4,"h":1,"n":"Mighty Servant of Leuk-o"},{"id":474,"c":1,"u":"reflection_tce","p":158,"s":4,"h":1,"n":"Reflection"},{"id":475,"c":1,"u":"shadow%20spirit_tce","p":114,"s":4,"h":1,"n":"Shadow Spirit"},{"id":476,"c":1,"u":"steel%20defender_tce","p":19,"s":4,"h":1,"n":"Steel Defender"},{"id":477,"c":1,"u":"undead%20spirit_tce","p":114,"s":4,"h":1,"n":"Undead Spirit"},{"id":478,"c":1,"u":"wildfire%20spirit_tce","p":40,"s":4,"h":1,"n":"Wildfire Spirit"},{"id":479,"c":1,"u":"avatar%20of%20death_xdmg","p":252,"s":5,"h":1,"n":"Avatar of Death"},{"id":480,"c":1,"u":"giant%20fly_xdmg","p":261,"s":5,"h":1,"n":"Giant Fly"},{"id":481,"c":1,"u":"hound%20of%20ill%20omen_xge","p":50,"s":6,"h":1,"n":"Hound of Ill Omen"},{"id":482,"c":1,"u":"tiny%20servant_xge","p":169,"s":6,"h":1,"n":"Tiny Servant"},{"id":483,"c":1,"u":"adult%20copper%20dragon_xmm","s":7,"h":1,"n":"Adult Copper Dragon"},{"id":484,"c":1,"u":"adult%20red%20dragon_xmm","s":7,"h":1,"n":"Adult Red Dragon"},{"id":485,"c":1,"u":"air%20elemental_xmm","s":7,"h":1,"n":"Air Elemental"},{"id":486,"c":1,"u":"allosaurus_xmm","s":7,"h":1,"n":"Allosaurus"},{"id":487,"c":1,"u":"ancient%20black%20dragon_xmm","s":7,"h":1,"n":"Ancient Black Dragon"},{"id":488,"c":1,"u":"animal%20lord_xmm","s":7,"h":1,"n":"Animal Lord"},{"id":489,"c":1,"u":"animated%20broom_xmm","s":7,"h":1,"n":"Animated Broom"},{"id":490,"c":1,"u":"ankylosaurus_xmm","s":7,"h":1,"n":"Ankylosaurus"},{"id":491,"c":1,"u":"arcanaloth_xmm","s":7,"h":1,"n":"Arcanaloth"},{"id":492,"c":1,"u":"archmage_xmm","s":7,"h":1,"n":"Archmage"},{"id":493,"c":1,"u":"assassin_xmm","s":7,"h":1,"n":"Assassin"},{"id":494,"c":1,"u":"awakened%20shrub_xmm","s":7,"h":1,"n":"Awakened Shrub"},{"id":495,"c":1,"u":"awakened%20tree_xmm","s":7,"h":1,"n":"Awakened Tree"},{"id":496,"c":1,"u":"axe%20beak_xmm","s":7,"h":1,"n":"Axe Beak"},{"id":497,"c":1,"u":"baboon_xmm","s":7,"h":1,"n":"Baboon"},{"id":498,"c":1,"u":"bandit%20captain_xmm","s":7,"h":1,"n":"Bandit Captain"},{"id":499,"c":1,"u":"barbed%20devil_xmm","s":7,"h":1,"n":"Barbed Devil"},{"id":500,"c":1,"u":"bearded%20devil_xmm","s":7,"h":1,"n":"Bearded Devil"},{"id":501,"c":1,"u":"beholder_xmm","s":7,"h":1,"n":"Beholder"},{"id":502,"c":1,"u":"berserker_xmm","p":37,"s":7,"h":1,"n":"Berserker"},{"id":503,"c":1,"u":"black%20pudding_xmm","s":7,"h":1,"n":"Black Pudding"},{"id":504,"c":1,"u":"blink%20dog_xmm","p":46,"s":7,"h":1,"n":"Blink Dog"},{"id":505,"c":1,"u":"blob%20of%20annihilation_xmm","s":7,"h":1,"n":"Blob of Annihilation"},{"id":506,"c":1,"u":"bone%20devil_xmm","s":7,"h":1,"n":"Bone Devil"},{"id":507,"c":1,"u":"bugbear%20warrior_xmm","p":62,"s":7,"h":1,"n":"Bugbear Warrior"},{"id":508,"c":1,"u":"bulette_xmm","s":7,"h":1,"n":"Bulette"},{"id":509,"c":1,"u":"bullywug%20bog%20sage_xmm","p":64,"s":7,"h":1,"n":"Bullywug Bog Sage"},{"id":510,"c":1,"u":"bullywug%20warrior_xmm","p":64,"s":7,"h":1,"n":"Bullywug Warrior"},{"id":511,"c":1,"u":"cambion_xmm","s":7,"h":1,"n":"Cambion"},{"id":512,"c":1,"u":"chain%20devil_xmm","s":7,"h":1,"n":"Chain Devil"},{"id":513,"c":1,"u":"clay%20golem_xmm","s":7,"h":1,"n":"Clay Golem"},{"id":514,"c":1,"u":"cloud%20giant_xmm","s":7,"h":1,"n":"Cloud Giant"},{"id":515,"c":1,"u":"colossus_xmm","s":7,"h":1,"n":"Colossus"},{"id":516,"c":1,"u":"commoner_xmm","s":7,"h":1,"n":"Commoner"},{"id":517,"c":1,"u":"cultist_xmm","p":84,"s":7,"h":1,"n":"Cultist"},{"id":518,"c":1,"u":"cultist%20fanatic_xmm","p":85,"s":7,"h":1,"n":"Cultist Fanatic"},{"id":519,"c":1,"u":"dao_xmm","s":7,"h":1,"n":"Dao"},{"id":520,"c":1,"u":"darkmantle_xmm","s":7,"h":1,"n":"Darkmantle"},{"id":521,"c":1,"u":"death%20slaad_xmm","s":7,"h":1,"n":"Death Slaad"},{"id":522,"c":1,"u":"deva_xmm","s":7,"h":1,"n":"Deva"},{"id":523,"c":1,"u":"djinni_xmm","s":7,"h":1,"n":"Djinni"},{"id":524,"c":1,"u":"dragon%20turtle_xmm","s":7,"h":1,"n":"Dragon Turtle"},{"id":525,"c":1,"u":"druid_xmm","s":7,"h":1,"n":"Druid"},{"id":526,"c":1,"u":"dryad_xmm","s":7,"h":1,"n":"Dryad"},{"id":527,"c":1,"u":"earth%20elemental_xmm","s":7,"h":1,"n":"Earth Elemental"},{"id":528,"c":1,"u":"efreeti_xmm","s":7,"h":1,"n":"Efreeti"},{"id":529,"c":1,"u":"elemental%20cataclysm_xmm","s":7,"h":1,"n":"Elemental Cataclysm"},{"id":530,"c":1,"u":"empyrean_xmm","s":7,"h":1,"n":"Empyrean"},{"id":531,"c":1,"u":"erinyes_xmm","s":7,"h":1,"n":"Erinyes"},{"id":532,"c":1,"u":"ettin_xmm","s":7,"h":1,"n":"Ettin"},{"id":533,"c":1,"u":"fiend%20cultist_xmm","s":7,"h":1,"n":"Fiend Cultist"},{"id":534,"c":1,"u":"fire%20elemental_xmm","p":118,"s":7,"h":1,"n":"Fire Elemental"},{"id":535,"c":1,"u":"fire%20giant_xmm","s":7,"h":1,"n":"Fire Giant"},{"id":536,"c":1,"u":"flesh%20golem_xmm","s":7,"h":1,"n":"Flesh Golem"},{"id":537,"c":1,"u":"fomorian_xmm","s":7,"h":1,"n":"Fomorian"},{"id":538,"c":1,"u":"frost%20giant_xmm","s":7,"h":1,"n":"Frost Giant"},{"id":539,"c":1,"u":"gelatinous%20cube_xmm","s":7,"h":1,"n":"Gelatinous Cube"},{"id":540,"c":1,"u":"ghast_xmm","s":7,"h":1,"n":"Ghast"},{"id":541,"c":1,"u":"ghoul_xmm","s":7,"h":1,"n":"Ghoul"},{"id":542,"c":1,"u":"giant%20ape_xmm","s":7,"h":1,"n":"Giant Ape"},{"id":543,"c":1,"u":"giant%20boar_xmm","s":7,"h":1,"n":"Giant Boar"},{"id":544,"c":1,"u":"giant%20constrictor%20snake_xmm","s":7,"h":1,"n":"Giant Constrictor Snake"},{"id":545,"c":1,"u":"giant%20crocodile_xmm","s":7,"h":1,"n":"Giant Crocodile"},{"id":546,"c":1,"u":"giant%20elk_xmm","s":7,"h":1,"n":"Giant Elk"},{"id":547,"c":1,"u":"giant%20hyena_xmm","s":7,"h":1,"n":"Giant Hyena"},{"id":548,"c":1,"u":"giant%20owl_xmm","s":7,"h":1,"n":"Giant Owl"},{"id":549,"c":1,"u":"giant%20rat_xmm","s":7,"h":1,"n":"Giant Rat"},{"id":550,"c":1,"u":"giant%20vulture_xmm","s":7,"h":1,"n":"Giant Vulture"},{"id":551,"c":1,"u":"giant%20wasp_xmm","s":7,"h":1,"n":"Giant Wasp"},{"id":552,"c":1,"u":"gibbering%20mouther_xmm","s":7,"h":1,"n":"Gibbering Mouther"},{"id":553,"c":1,"u":"githyanki%20knight_xmm","s":7,"h":1,"n":"Githyanki Knight"},{"id":554,"c":1,"u":"githzerai%20zerth_xmm","s":7,"h":1,"n":"Githzerai Zerth"},{"id":555,"c":1,"u":"glabrezu_xmm","s":7,"h":1,"n":"Glabrezu"},{"id":556,"c":1,"u":"gnoll%20warrior_xmm","s":7,"h":1,"n":"Gnoll Warrior"},{"id":557,"c":1,"u":"goblin%20warrior_xmm","s":7,"h":1,"n":"Goblin Warrior"},{"id":558,"c":1,"u":"gray%20ooze_xmm","p":151,"s":7,"h":1,"n":"Gray Ooze"},{"id":559,"c":1,"u":"green%20hag_xmm","s":7,"h":1,"n":"Green Hag"},{"id":560,"c":1,"u":"griffon_xmm","s":7,"h":1,"n":"Griffon"},{"id":561,"c":1,"u":"guard_xmm","s":7,"h":1,"n":"Guard"},{"id":562,"c":1,"u":"guardian%20naga_xmm","s":7,"h":1,"n":"Guardian Naga"},{"id":563,"c":1,"u":"hezrou_xmm","s":7,"h":1,"n":"Hezrou"},{"id":564,"c":1,"u":"hill%20giant_xmm","s":7,"h":1,"n":"Hill Giant"},{"id":565,"c":1,"u":"hobgoblin%20captain_xmm","s":7,"h":1,"n":"Hobgoblin Captain"},{"id":566,"c":1,"u":"hobgoblin%20warlord_xmm","s":7,"h":1,"n":"Hobgoblin Warlord"},{"id":567,"c":1,"u":"hobgoblin%20warrior_xmm","s":7,"h":1,"n":"Hobgoblin Warrior"},{"id":568,"c":1,"u":"hook%20horror_xmm","s":7,"h":1,"n":"Hook Horror"},{"id":569,"c":1,"u":"horned%20devil_xmm","s":7,"h":1,"n":"Horned Devil"},{"id":570,"c":1,"u":"hyena_xmm","s":7,"h":1,"n":"Hyena"},{"id":571,"c":1,"u":"ice%20devil_xmm","s":7,"h":1,"n":"Ice Devil"},{"id":572,"c":1,"u":"incubus_xmm","p":178,"s":7,"h":1,"n":"Incubus"},{"id":573,"c":1,"u":"invisible%20stalker_xmm","s":7,"h":1,"n":"Invisible Stalker"},{"id":574,"c":1,"u":"iron%20golem_xmm","s":7,"h":1,"n":"Iron Golem"},{"id":575,"c":1,"u":"jackal_xmm","s":7,"h":1,"n":"Jackal"},{"id":576,"c":1,"u":"knight_xmm","p":184,"s":7,"h":1,"n":"Knight"},{"id":577,"c":1,"u":"kobold%20warrior_xmm","s":7,"h":1,"n":"Kobold Warrior"},{"id":578,"c":1,"u":"kraken_xmm","s":7,"h":1,"n":"Kraken"},{"id":579,"c":1,"u":"larva_xmm","s":7,"h":1,"n":"Larva"},{"id":580,"c":1,"u":"lemure_xmm","s":7,"h":1,"n":"Lemure"},{"id":581,"c":1,"u":"lich_xmm","s":7,"h":1,"n":"Lich"},{"id":582,"c":1,"u":"mage_xmm","p":199,"s":7,"h":1,"n":"Mage"},{"id":583,"c":1,"u":"mage%20apprentice_xmm","s":7,"h":1,"n":"Mage Apprentice"},{"id":584,"c":1,"u":"magma%20mephit_xmm","s":7,"h":1,"n":"Magma Mephit"},{"id":585,"c":1,"u":"marid_xmm","s":7,"h":1,"n":"Marid"},{"id":586,"c":1,"u":"marilith_xmm","s":7,"h":1,"n":"Marilith"},{"id":587,"c":1,"u":"medusa_xmm","s":7,"h":1,"n":"Medusa"},{"id":588,"c":1,"u":"merrow_xmm","s":7,"h":1,"n":"Merrow"},{"id":589,"c":1,"u":"mezzoloth_xmm","s":7,"h":1,"n":"Mezzoloth"},{"id":590,"c":1,"u":"minotaur%20of%20baphomet_xmm","s":7,"h":1,"n":"Minotaur of Baphomet"},{"id":591,"c":1,"u":"mummy_xmm","s":7,"h":1,"n":"Mummy"},{"id":592,"c":1,"u":"mummy%20lord_xmm","s":7,"h":1,"n":"Mummy Lord"},{"id":593,"c":1,"u":"nalfeshnee_xmm","s":7,"h":1,"n":"Nalfeshnee"},{"id":594,"c":1,"u":"night%20hag_xmm","s":7,"h":1,"n":"Night Hag"},{"id":595,"c":1,"u":"nightmare_xmm","s":7,"h":1,"n":"Nightmare"},{"id":596,"c":1,"u":"nothic_xmm","s":7,"h":1,"n":"Nothic"},{"id":597,"c":1,"u":"nycaloth_xmm","s":7,"h":1,"n":"Nycaloth"},{"id":598,"c":1,"u":"ochre%20jelly_xmm","s":7,"h":1,"n":"Ochre Jelly"},{"id":599,"c":1,"u":"ogre_xmm","p":231,"s":7,"h":1,"n":"Ogre"},{"id":600,"c":1,"u":"oni_xmm","s":7,"h":1,"n":"Oni"},{"id":601,"c":1,"u":"owlbear_xmm","s":7,"h":1,"n":"Owlbear"},{"id":602,"c":1,"u":"piercer_xmm","s":7,"h":1,"n":"Piercer"},{"id":603,"c":1,"u":"pirate_xmm","p":241,"s":7,"h":1,"n":"Pirate"},{"id":604,"c":1,"u":"pirate%20captain_xmm","p":242,"s":7,"h":1,"n":"Pirate Captain"},{"id":605,"c":1,"u":"pit%20fiend_xmm","s":7,"h":1,"n":"Pit Fiend"},{"id":606,"c":1,"u":"pixie_xmm","s":7,"h":1,"n":"Pixie"},{"id":607,"c":1,"u":"planetar_xmm","s":7,"h":1,"n":"Planetar"},{"id":608,"c":1,"u":"priest_xmm","s":7,"h":1,"n":"Priest"},{"id":609,"c":1,"u":"red%20dragon%20wyrmling_xmm","s":7,"h":1,"n":"Red Dragon Wyrmling"},{"id":610,"c":1,"u":"red%20slaad_xmm","s":7,"h":1,"n":"Red Slaad"},{"id":611,"c":1,"u":"rhinoceros_xmm","s":7,"h":1,"n":"Rhinoceros"},{"id":612,"c":1,"u":"roc_xmm","s":7,"h":1,"n":"Roc"},{"id":613,"c":1,"u":"rust%20monster_xmm","s":7,"h":1,"n":"Rust Monster"},{"id":614,"c":1,"u":"sahuagin%20priest_xmm","s":7,"h":1,"n":"Sahuagin Priest"},{"id":615,"c":1,"u":"sahuagin%20warrior_xmm","s":7,"h":1,"n":"Sahuagin Warrior"},{"id":616,"c":1,"u":"salamander_xmm","s":7,"h":1,"n":"Salamander"},{"id":617,"c":1,"u":"satyr%20revelmaster_xmm","s":7,"h":1,"n":"Satyr Revelmaster"},{"id":618,"c":1,"u":"shadow_xmm","s":7,"h":1,"n":"Shadow"},{"id":619,"c":1,"u":"shield%20guardian_xmm","s":7,"h":1,"n":"Shield Guardian"},{"id":620,"c":1,"u":"shrieker%20fungus_xmm","s":7,"h":1,"n":"Shrieker Fungus"},{"id":621,"c":1,"u":"smoke%20mephit_xmm","s":7,"h":1,"n":"Smoke Mephit"},{"id":622,"c":1,"u":"solar_xmm","s":7,"h":1,"n":"Solar"},{"id":623,"c":1,"u":"spined%20devil_xmm","s":7,"h":1,"n":"Spined Devil"},{"id":624,"c":1,"u":"spy_xmm","s":7,"h":1,"n":"Spy"},{"id":625,"c":1,"u":"spy%20master_xmm","s":7,"h":1,"n":"Spy Master"},{"id":626,"c":1,"u":"stirge_xmm","s":7,"h":1,"n":"Stirge"},{"id":627,"c":1,"u":"stone%20golem_xmm","p":301,"s":7,"h":1,"n":"Stone Golem"},{"id":628,"c":1,"u":"storm%20giant_xmm","s":7,"h":1,"n":"Storm Giant"},{"id":629,"c":1,"u":"succubus_xmm","p":303,"s":7,"h":1,"n":"Succubus"},{"id":630,"c":1,"u":"swarm%20of%20bats_xmm","s":7,"h":1,"n":"Swarm of Bats"},{"id":631,"c":1,"u":"swarm%20of%20insects_xmm","s":7,"h":1,"n":"Swarm of Insects"},{"id":632,"c":1,"u":"swarm%20of%20rats_xmm","s":7,"h":1,"n":"Swarm of Rats"},{"id":633,"c":1,"u":"tarrasque_xmm","s":7,"h":1,"n":"Tarrasque"},{"id":634,"c":1,"u":"tough_xmm","s":7,"h":1,"n":"Tough"},{"id":635,"c":1,"u":"tough%20boss_xmm","p":307,"s":7,"h":1,"n":"Tough Boss"},{"id":636,"c":1,"u":"treant_xmm","s":7,"h":1,"n":"Treant"},{"id":637,"c":1,"u":"troll_xmm","s":7,"h":1,"n":"Troll"},{"id":638,"c":1,"u":"twig%20blight_xmm","s":7,"h":1,"n":"Twig Blight"},{"id":639,"c":1,"u":"tyrannosaurus%20rex_xmm","s":7,"h":1,"n":"Tyrannosaurus Rex"},{"id":640,"c":1,"u":"ultroloth_xmm","s":7,"h":1,"n":"Ultroloth"},{"id":641,"c":1,"u":"vampire_xmm","s":7,"h":1,"n":"Vampire"},{"id":642,"c":1,"u":"violet%20fungus_xmm","s":7,"h":1,"n":"Violet Fungus"},{"id":643,"c":1,"u":"vrock_xmm","s":7,"h":1,"n":"Vrock"},{"id":644,"c":1,"u":"warhorse%20skeleton_xmm","s":7,"h":1,"n":"Warhorse Skeleton"},{"id":645,"c":1,"u":"warrior%20infantry_xmm","s":7,"h":1,"n":"Warrior Infantry"},{"id":646,"c":1,"u":"warrior%20veteran_xmm","s":7,"h":1,"n":"Warrior Veteran"},{"id":647,"c":1,"u":"water%20elemental_xmm","s":7,"h":1,"n":"Water Elemental"},{"id":648,"c":1,"u":"water%20weird_xmm","s":7,"h":1,"n":"Water Weird"},{"id":649,"c":1,"u":"wight_xmm","s":7,"h":1,"n":"Wight"},{"id":650,"c":1,"u":"will-o'-wisp_xmm","s":7,"h":1,"n":"Will-o'-Wisp"},{"id":651,"c":1,"u":"winged%20kobold_xmm","s":7,"h":1,"n":"Winged Kobold"},{"id":652,"c":1,"u":"worg_xmm","p":335,"s":7,"h":1,"n":"Worg"},{"id":653,"c":1,"u":"wyvern_xmm","s":7,"h":1,"n":"Wyvern"},{"id":654,"c":1,"u":"xorn_xmm","s":7,"h":1,"n":"Xorn"},{"id":655,"c":1,"u":"aberrant%20spirit_xphb","p":322,"s":8,"h":1,"n":"Aberrant Spirit"},{"id":656,"c":1,"u":"animated%20object_xphb","p":240,"s":8,"h":1,"n":"Animated Object"},{"id":657,"c":1,"u":"ape_xphb","p":346,"s":8,"h":1,"n":"Ape"},{"id":658,"c":1,"u":"badger_xphb","p":346,"s":8,"h":1,"n":"Badger"},{"id":659,"c":1,"u":"bat_xphb","p":346,"s":8,"h":1,"n":"Bat"},{"id":660,"c":1,"u":"beast%20of%20the%20land_xphb","p":123,"s":8,"h":1,"n":"Beast of the Land"},{"id":661,"c":1,"u":"beast%20of%20the%20sea_xphb","p":124,"s":8,"h":1,"n":"Beast of the Sea"},{"id":662,"c":1,"u":"beast%20of%20the%20sky_xphb","p":124,"s":8,"h":1,"n":"Beast of the Sky"},{"id":663,"c":1,"u":"bestial%20spirit_xphb","p":323,"s":8,"h":1,"n":"Bestial Spirit"},{"id":664,"c":1,"u":"black%20bear_xphb","p":346,"s":8,"h":1,"n":"Black Bear"},{"id":665,"c":1,"u":"boar_xphb","p":347,"s":8,"h":1,"n":"Boar"},{"id":666,"c":1,"u":"brown%20bear_xphb","p":347,"s":8,"h":1,"n":"Brown Bear"},{"id":667,"c":1,"u":"camel_xphb","p":347,"s":8,"h":1,"n":"Camel"},{"id":668,"c":1,"u":"cat_xphb","p":347,"s":8,"h":1,"n":"Cat"},{"id":669,"c":1,"u":"celestial%20spirit_xphb","p":323,"s":8,"h":1,"n":"Celestial Spirit"},{"id":670,"c":1,"u":"constrictor%20snake_xphb","p":348,"s":8,"h":1,"n":"Constrictor Snake"},{"id":671,"c":1,"u":"construct%20spirit_xphb","p":324,"s":8,"h":1,"n":"Construct Spirit"},{"id":672,"c":1,"u":"crab_xphb","p":348,"s":8,"h":1,"n":"Crab"},{"id":673,"c":1,"u":"crocodile_xphb","p":348,"s":8,"h":1,"n":"Crocodile"},{"id":674,"c":1,"u":"dire%20wolf_xphb","p":348,"s":8,"h":1,"n":"Dire Wolf"},{"id":675,"c":1,"u":"draconic%20spirit_xphb","p":325,"s":8,"h":1,"n":"Draconic Spirit"},{"id":676,"c":1,"u":"draft%20horse_xphb","p":349,"s":8,"h":1,"n":"Draft Horse"},{"id":677,"c":1,"u":"elemental%20spirit_xphb","p":325,"s":8,"h":1,"n":"Elemental Spirit"},{"id":678,"c":1,"u":"elephant_xphb","p":349,"s":8,"h":1,"n":"Elephant"},{"id":679,"c":1,"u":"elk_xphb","p":349,"s":8,"h":1,"n":"Elk"},{"id":680,"c":1,"u":"fey%20spirit_xphb","p":326,"s":8,"h":1,"n":"Fey Spirit"},{"id":681,"c":1,"u":"fiendish%20spirit_xphb","p":327,"s":8,"h":1,"n":"Fiendish Spirit"},{"id":682,"c":1,"u":"frog_xphb","p":349,"s":8,"h":1,"n":"Frog"},{"id":683,"c":1,"u":"giant%20badger_xphb","p":350,"s":8,"h":1,"n":"Giant Badger"},{"id":684,"c":1,"u":"giant%20crab_xphb","p":350,"s":8,"h":1,"n":"Giant Crab"},{"id":685,"c":1,"u":"giant%20goat_xphb","p":350,"s":8,"h":1,"n":"Giant Goat"},{"id":686,"c":1,"u":"giant%20insect_xphb","p":279,"s":8,"h":1,"n":"Giant Insect"},{"id":687,"c":1,"u":"giant%20seahorse_xphb","p":350,"s":8,"h":1,"n":"Giant Seahorse"},{"id":688,"c":1,"u":"giant%20spider_xphb","p":351,"s":8,"h":1,"n":"Giant Spider"},{"id":689,"c":1,"u":"giant%20weasel_xphb","p":351,"s":8,"h":1,"n":"Giant Weasel"},{"id":690,"c":1,"u":"goat_xphb","p":351,"s":8,"h":1,"n":"Goat"},{"id":691,"c":1,"u":"hawk_xphb","p":352,"s":8,"h":1,"n":"Hawk"},{"id":692,"c":1,"u":"imp_xphb","p":352,"s":8,"h":1,"n":"Imp"},{"id":693,"c":1,"u":"lion_xphb","p":352,"s":8,"h":1,"n":"Lion"},{"id":694,"c":1,"u":"lizard_xphb","p":353,"s":8,"h":1,"n":"Lizard"},{"id":695,"c":1,"u":"mastiff_xphb","p":353,"s":8,"h":1,"n":"Mastiff"},{"id":696,"c":1,"u":"mule_xphb","p":353,"s":8,"h":1,"n":"Mule"},{"id":697,"c":1,"u":"octopus_xphb","p":353,"s":8,"h":1,"n":"Octopus"},{"id":698,"c":1,"u":"otherworldly%20steed_xphb","p":273,"s":8,"h":1,"n":"Otherworldly Steed"},{"id":699,"c":1,"u":"owl_xphb","p":354,"s":8,"h":1,"n":"Owl"},{"id":700,"c":1,"u":"panther_xphb","p":354,"s":8,"h":1,"n":"Panther"},{"id":701,"c":1,"u":"pony_xphb","p":354,"s":8,"h":1,"n":"Pony"},{"id":702,"c":1,"u":"pseudodragon_xphb","p":354,"s":8,"h":1,"n":"Pseudodragon"},{"id":703,"c":1,"u":"quasit_xphb","p":355,"s":8,"h":1,"n":"Quasit"},{"id":704,"c":1,"u":"rat_xphb","p":355,"s":8,"h":1,"n":"Rat"},{"id":705,"c":1,"u":"raven_xphb","p":355,"s":8,"h":1,"n":"Raven"},{"id":706,"c":1,"u":"reef%20shark_xphb","p":356,"s":8,"h":1,"n":"Reef Shark"},{"id":707,"c":1,"u":"riding%20horse_xphb","p":356,"s":8,"h":1,"n":"Riding Horse"},{"id":708,"c":1,"u":"scorpion_xphb","p":356,"s":8,"h":1,"n":"Scorpion"},{"id":709,"c":1,"u":"skeleton_xphb","p":356,"s":8,"h":1,"n":"Skeleton"},{"id":710,"c":1,"u":"slaad%20tadpole_xphb","p":357,"s":8,"h":1,"n":"Slaad Tadpole"},{"id":711,"c":1,"u":"sphinx%20of%20wonder_xphb","p":357,"s":8,"h":1,"n":"Sphinx of Wonder"},{"id":712,"c":1,"u":"spider_xphb","p":357,"s":8,"h":1,"n":"Spider"},{"id":713,"c":1,"u":"sprite_xphb","p":358,"s":8,"h":1,"n":"Sprite"},{"id":714,"c":1,"u":"tiger_xphb","p":358,"s":8,"h":1,"n":"Tiger"},{"id":715,"c":1,"u":"undead%20spirit_xphb","p":328,"s":8,"h":1,"n":"Undead Spirit"},{"id":716,"c":1,"u":"venomous%20snake_xphb","p":358,"s":8,"h":1,"n":"Venomous Snake"},{"id":717,"c":1,"u":"warhorse_xphb","p":359,"s":8,"h":1,"n":"Warhorse"},{"id":718,"c":1,"u":"weasel_xphb","p":359,"s":8,"h":1,"n":"Weasel"},{"id":719,"c":1,"u":"wolf_xphb","p":359,"s":8,"h":1,"n":"Wolf"},{"id":720,"c":1,"u":"zombie_xphb","p":359,"s":8,"h":1,"n":"Zombie"},{"id":721,"c":1,"u":"abigor_coa","p":193,"s":9,"h":1,"n":"Abigor"},{"id":722,"c":1,"u":"aeshma_coa","p":261,"s":9,"h":1,"n":"Aeshma"},{"id":723,"c":1,"u":"affliction%20devil%20(kocrachon)_coa","p":236,"s":9,"h":1,"n":"Affliction Devil (Kocrachon)"},{"id":724,"c":1,"u":"anacreda_coa","p":146,"s":9,"h":1,"n":"Anacreda"},{"id":725,"c":1,"u":"anagwendol_coa","p":262,"s":9,"h":1,"n":"Anagwendol"},{"id":726,"c":1,"u":"animated%20furniture_coa","p":170,"s":9,"h":1,"n":"Animated Furniture"},{"id":727,"c":1,"u":"asmodeus_coa","p":217,"s":9,"h":1,"n":"Asmodeus"},{"id":728,"c":1,"u":"avatar%20of%20baalzebul_coa","p":38,"s":9,"h":1,"n":"Avatar of Baalzebul"},{"id":729,"c":1,"u":"awful%20fisher_coa","p":133,"s":9,"h":1,"n":"Awful Fisher"},{"id":730,"c":1,"u":"ayperobo%20swarm_coa","p":238,"s":9,"h":1,"n":"Ayperobo Swarm"},{"id":731,"c":1,"u":"baalzebul_coa","p":219,"s":9,"h":1,"n":"Baalzebul"},{"id":732,"c":1,"u":"barachiel_coa","p":263,"s":9,"h":1,"n":"Barachiel"},{"id":733,"c":1,"u":"bel_coa","p":234,"s":9,"h":1,"n":"Bel"},{"id":734,"c":1,"u":"belial_coa","p":221,"s":9,"h":1,"n":"Belial"},{"id":735,"c":1,"u":"brother%20adramalech_coa","p":185,"s":9,"h":1,"n":"Brother Adramalech"},{"id":736,"c":1,"u":"brother%20morax_coa","p":186,"s":9,"h":1,"n":"Brother Morax"},{"id":737,"c":1,"u":"buer_coa","p":211,"s":9,"h":1,"n":"Buer"},{"id":738,"c":1,"u":"corruption%20devil%20(paeliryon)_coa","p":239,"s":9,"h":1,"n":"Corruption Devil (Paeliryon)"},{"id":739,"c":1,"u":"demon%20ichor_coa","p":78,"s":9,"h":1,"n":"Demon Ichor"},{"id":740,"c":1,"u":"devorastus_coa","p":198,"s":9,"h":1,"n":"Devorastus"},{"id":741,"c":1,"u":"dispater_coa","p":222,"s":9,"h":1,"n":"Dispater"},{"id":742,"c":1,"u":"displacer%20fiend_coa","p":240,"s":9,"h":1,"n":"Displacer Fiend"},{"id":743,"c":1,"u":"ekengarik_coa","p":141,"s":9,"h":1,"n":"Ekengarik"},{"id":744,"c":1,"u":"eriflamme_coa","p":121,"s":9,"h":1,"n":"Eriflamme"},{"id":745,"c":1,"u":"fiendish%20formian_coa","p":144,"s":9,"h":1,"n":"Fiendish Formian"},{"id":746,"c":1,"u":"fierna_coa","p":225,"s":9,"h":1,"n":"Fierna"},{"id":747,"c":1,"u":"fire%20kraken_coa","p":120,"s":9,"h":1,"n":"Fire Kraken"},{"id":748,"c":1,"u":"frozen%20golem_coa","p":132,"s":9,"h":1,"n":"Frozen Golem"},{"id":749,"c":1,"u":"glasya_coa","p":226,"s":9,"h":1,"n":"Glasya"},{"id":750,"c":1,"u":"greater%20tyrant%20shadow_coa","p":256,"s":9,"h":1,"n":"Greater Tyrant Shadow"},{"id":751,"c":1,"u":"grotesque%20tentacle_coa","p":78,"s":9,"h":1,"n":"Grotesque Tentacle"},{"id":752,"c":1,"u":"halog_coa","p":242,"s":9,"h":1,"n":"Halog"},{"id":753,"c":1,"u":"hellcat%20(bezekira)_coa","p":244,"s":9,"h":1,"n":"Hellcat (Bezekira)"},{"id":754,"c":1,"u":"icy%20simulacrum_coa","p":176,"s":9,"h":1,"n":"Icy Simulacrum"},{"id":755,"c":1,"u":"jenevere_coa","p":264,"s":9,"h":1,"n":"Jenevere"},{"id":756,"c":1,"u":"koh%20tam_coa","p":265,"s":9,"h":1,"n":"Koh Tam"},{"id":757,"c":1,"u":"kuo-toa%20heretic_coa","p":129,"s":9,"h":1,"n":"Kuo-toa Heretic"},{"id":758,"c":1,"u":"lesser%20tyrant%20shadow_coa","p":255,"s":9,"h":1,"n":"Lesser Tyrant Shadow"},{"id":759,"c":1,"u":"levistus_coa","p":229,"s":9,"h":1,"n":"Levistus"},{"id":760,"c":1,"u":"maelephant%20nomad_coa","p":245,"s":9,"h":1,"n":"Maelephant Nomad"},{"id":761,"c":1,"u":"mammon_coa","p":230,"s":9,"h":1,"n":"Mammon"},{"id":762,"c":1,"u":"mephistopheles_coa","p":223,"s":9,"h":1,"n":"Mephistopheles"},{"id":763,"c":1,"u":"miasmorne_coa","p":246,"s":9,"h":1,"n":"Miasmorne"},{"id":764,"c":1,"u":"oneirovore_coa","p":248,"s":9,"h":1,"n":"Oneirovore"},{"id":765,"c":1,"u":"pain%20devil%20(excruciarch)_coa","p":249,"s":9,"h":1,"n":"Pain Devil (Excruciarch)"},{"id":766,"c":1,"u":"ramius_coa","p":24,"s":9,"h":1,"n":"Ramius"},{"id":767,"c":1,"u":"regular%20orthoclath_coa","p":171,"s":9,"h":1,"n":"Regular Orthoclath"},{"id":768,"c":1,"u":"rimmon_coa","p":209,"s":9,"h":1,"n":"Rimmon"},{"id":769,"c":1,"u":"roth%c3%a9_coa","p":48,"s":9,"h":1,"n":"Rothe"},{"id":770,"c":1,"u":"sarevok_coa","p":48,"s":9,"h":1,"n":"Sarevok"},{"id":771,"c":1,"u":"shredwing_coa","p":250,"s":9,"h":1,"n":"Shredwing"},{"id":772,"c":1,"u":"slayer_coa","p":30,"s":9,"h":1,"n":"Slayer"},{"id":773,"c":1,"u":"styx%20dragon_coa","p":252,"s":9,"h":1,"n":"Styx Dragon"},{"id":774,"c":1,"u":"tiax_coa","p":266,"s":9,"h":1,"n":"Tiax"},{"id":775,"c":1,"u":"tyrant%20shadow_coa","p":255,"s":9,"h":1,"n":"Tyrant Shadow"},{"id":776,"c":1,"u":"vorvolaka_coa","p":258,"s":9,"h":1,"n":"Vorvolaka"},{"id":777,"c":1,"u":"waeloquay_coa","p":175,"s":9,"h":1,"n":"Waeloquay"},{"id":778,"c":1,"u":"war%20devil_coa","p":260,"s":9,"h":1,"n":"War Devil"},{"id":779,"c":1,"u":"zagum_coa","p":210,"s":9,"h":1,"n":"Zagum"},{"id":780,"c":1,"u":"zariel_coa","p":235,"s":9,"h":1,"n":"Zariel"},{"id":781,"c":1,"u":"zythan_coa","p":26,"s":9,"h":1,"n":"Zythan"},{"id":782,"c":1,"u":"acidic%20mist%20apparition_gotsf","p":6,"s":10,"h":1,"n":"Acidic Mist Apparition"},{"id":783,"c":1,"u":"achaierai_mabjov","p":131,"s":11,"h":1,"n":"Achaierai"},{"id":784,"c":1,"u":"aribeth%20de%20tylmarande_mabjov","p":108,"s":11,"h":1,"n":"Aribeth de Tylmarande"},{"id":785,"c":1,"u":"baalzebul_mabjov","p":92,"s":11,"h":1,"n":"Baalzebul"},{"id":786,"c":1,"u":"bebilith_mabjov","p":133,"s":11,"h":1,"n":"Bebilith"},{"id":787,"c":1,"u":"bhaal%2c%20ravager_mabjov","p":95,"s":11,"h":1,"n":"Bhaal, Ravager"},{"id":788,"c":1,"u":"bhaal%2c%20slayer_mabjov","p":93,"s":11,"h":1,"n":"Bhaal, Slayer"},{"id":789,"c":1,"u":"bodhi%20irenicus_mabjov","p":77,"s":11,"h":1,"n":"Bodhi Irenicus"},{"id":790,"c":1,"u":"borivik%20windheim_mabjov","p":56,"s":11,"h":1,"n":"Borivik Windheim"},{"id":791,"c":1,"u":"cornelius%20watson_mabjov","p":30,"s":11,"h":1,"n":"Cornelius Watson"},{"id":792,"c":1,"u":"cryonax_mabjov","p":98,"s":11,"h":1,"n":"Cryonax"},{"id":793,"c":1,"u":"dagryn_mabjov","p":110,"s":11,"h":1,"n":"Dagryn"},{"id":794,"c":1,"u":"darien_mabjov","p":112,"s":11,"h":1,"n":"Darien"},{"id":795,"c":1,"u":"deep%20spider_mabjov","p":151,"s":11,"h":1,"n":"Deep Spider"},{"id":796,"c":1,"u":"dread%20doppelganger_mabjov","p":139,"s":11,"h":1,"n":"Dread Doppelganger"},{"id":797,"c":1,"u":"edwin%20odesseiron_mabjov","p":114,"s":11,"h":1,"n":"Edwin Odesseiron"},{"id":798,"c":1,"u":"eo%20ashmajiir_mabjov","p":116,"s":11,"h":1,"n":"Eo Ashmajiir"},{"id":799,"c":1,"u":"faldorn_mabjov","p":50,"s":11,"h":1,"n":"Faldorn"},{"id":800,"c":1,"u":"farastu%20stalker_mabjov","p":135,"s":11,"h":1,"n":"Farastu Stalker"},{"id":801,"c":1,"u":"farastu%20stalker_mabjov","p":135,"s":11,"h":1,"n":"Demodand"},{"id":802,"c":1,"u":"flimp%20shagglecran_mabjov","p":32,"s":11,"h":1,"n":"Flimp Shagglecran"},{"id":803,"c":1,"u":"gibberling_mabjov","p":141,"s":11,"h":1,"n":"Gibberling"},{"id":804,"c":1,"u":"hamadryad_mabjov","p":143,"s":11,"h":1,"n":"Hamadryad"},{"id":805,"c":1,"u":"imoen_mabjov","p":88,"s":11,"h":1,"n":"Imoen"},{"id":806,"c":1,"u":"jaheira_mabjov","p":60,"s":11,"h":1,"n":"Jaheira"},{"id":807,"c":1,"u":"jon%20irenicus_mabjov","p":73,"s":11,"h":1,"n":"Jon Irenicus"},{"id":808,"c":1,"u":"kagain_mabjov","p":118,"s":11,"h":1,"n":"Kagain"},{"id":809,"c":1,"u":"kelubar%20consul_mabjov","p":136,"s":11,"h":1,"n":"Kelubar Consul"},{"id":810,"c":1,"u":"kelubar%20consul_mabjov","p":136,"s":11,"h":1,"n":"Demodand"},{"id":811,"c":1,"u":"kivan_mabjov","p":48,"s":11,"h":1,"n":"Kivan"},{"id":812,"c":1,"u":"lothar_mabjov","p":80,"s":11,"h":1,"n":"Lothar"},{"id":813,"c":1,"u":"mephistopheles_mabjov","p":101,"s":11,"h":1,"n":"Mephistopheles"},{"id":814,"c":1,"u":"minsc%20and%20boo!_mabjov","p":68,"s":11,"h":1,"n":"Minsc and Boo!"},{"id":815,"c":1,"u":"montaron%20and%20the%20laughing%20skull_mabjov","p":86,"s":11,"h":1,"n":"Montaron and the Laughing Skull"},{"id":816,"c":1,"u":"naes%20inuus_mabjov","p":42,"s":11,"h":1,"n":"Naes Inuus"},{"id":817,"c":1,"u":"nauk_mabjov","p":54,"s":11,"h":1,"n":"Nauk"},{"id":818,"c":1,"u":"pazuzu_mabjov","p":104,"s":11,"h":1,"n":"Pazuzu"},{"id":819,"c":1,"u":"pelyious%20avhoste_mabjov","p":120,"s":11,"h":1,"n":"Pelyious Avhoste"},{"id":820,"c":1,"u":"phaerimm_mabjov","p":145,"s":11,"h":1,"n":"Phaerimm"},{"id":821,"c":1,"u":"saemon%20havarian_mabjov","p":122,"s":11,"h":1,"n":"Saemon Havarian"},{"id":822,"c":1,"u":"sarevok_mabjov","p":124,"s":11,"h":1,"n":"Sarevok"},{"id":823,"c":1,"u":"shator%20warden_mabjov","p":137,"s":11,"h":1,"n":"Shator Warden"},{"id":824,"c":1,"u":"shator%20warden_mabjov","p":137,"s":11,"h":1,"n":"Demodand"},{"id":825,"c":1,"u":"sirene_mabjov","p":147,"s":11,"h":1,"n":"Sirene"},{"id":826,"c":1,"u":"skeleton%20lord_mabjov","p":148,"s":11,"h":1,"n":"Skeleton Lord"},{"id":827,"c":1,"u":"skeleton%20warrior_mabjov","p":149,"s":11,"h":1,"n":"Skeleton Warrior"},{"id":828,"c":1,"u":"ssendam%2c%20lord%20of%20madness_mabjov","p":107,"s":11,"h":1,"n":"Ssendam, Lord of Madness"},{"id":829,"c":1,"u":"suldil%20baldoriel_mabjov","p":66,"s":11,"h":1,"n":"Suldil Baldoriel"},{"id":830,"c":1,"u":"sword%20spider_mabjov","p":151,"s":11,"h":1,"n":"Sword Spider"},{"id":831,"c":1,"u":"tasloi_mabjov","p":153,"s":11,"h":1,"n":"Tasloi"},{"id":832,"c":1,"u":"tasloi%20sniper_mabjov","p":153,"s":11,"h":1,"n":"Tasloi Sniper"},{"id":833,"c":1,"u":"tiberius%20inuus_mabjov","p":44,"s":11,"h":1,"n":"Tiberius Inuus"},{"id":834,"c":1,"u":"valygar_mabjov","p":36,"s":11,"h":1,"n":"Valygar"},{"id":835,"c":1,"u":"vellin%20farstride_mabjov","p":62,"s":11,"h":1,"n":"Vellin Farstride"},{"id":836,"c":1,"u":"viconia%20devir_mabjov","p":126,"s":11,"h":1,"n":"Viconia DeVir"},{"id":837,"c":1,"u":"viktor_mabjov","p":82,"s":11,"h":1,"n":"Viktor"},{"id":838,"c":1,"u":"wolfwere_mabjov","p":155,"s":11,"h":1,"n":"Wolfwere"},{"id":839,"c":1,"u":"wolfwere%20alpha_mabjov","p":154,"s":11,"h":1,"n":"Wolfwere Alpha"},{"id":840,"c":1,"u":"xan%20moonblade_mabjov","p":38,"s":11,"h":1,"n":"Xan Moonblade"},{"id":841,"c":1,"u":"xzar%20the%20chaos%20clone_mabjov","p":128,"s":11,"h":1,"n":"Xzar the Chaos Clone"},{"id":842,"c":1,"u":"assassin%20bug_mff","p":4,"s":12,"h":1,"n":"Assassin Bug"},{"id":843,"c":1,"u":"blindheim_mff","p":5,"s":12,"h":1,"n":"Blindheim"},{"id":844,"c":1,"u":"crab%20folk_mff","p":6,"s":12,"h":1,"n":"Crab Folk"},{"id":845,"c":1,"u":"dire%20corby_mff","p":7,"s":12,"h":1,"n":"Dire Corby"},{"id":846,"c":1,"u":"eye%20of%20fear%20and%20flame_mff","p":8,"s":12,"h":1,"n":"Eye of Fear and Flame"},{"id":847,"c":1,"u":"fog%20giant_mff","p":10,"s":12,"h":1,"n":"Fog Giant"},{"id":848,"c":1,"u":"forlarren_mff","p":9,"s":12,"h":1,"n":"Forlarren"},{"id":849,"c":1,"u":"jermlaine_mff","p":11,"s":12,"h":1,"n":"Jermlaine"},{"id":850,"c":1,"u":"khargra_mff","p":12,"s":12,"h":1,"n":"Khargra"},{"id":851,"c":1,"u":"killmoulis_mff","p":13,"s":12,"h":1,"n":"Killmoulis"},{"id":852,"c":1,"u":"mite_mff","p":14,"s":12,"h":1,"n":"Mite"},{"id":853,"c":1,"u":"needle%20lord_mff","p":16,"s":12,"h":1,"n":"Needle Lord"},{"id":854,"c":1,"u":"needle%20spawn_mff","p":16,"s":12,"h":1,"n":"Needle Spawn"},{"id":855,"c":1,"u":"norker_mff","p":17,"s":12,"h":1,"n":"Norker"},{"id":856,"c":1,"u":"norker%20war%20leader_mff","p":17,"s":12,"h":1,"n":"Norker War Leader"},{"id":857,"c":1,"u":"screaming%20devilkin_mff","p":19,"s":12,"h":1,"n":"Screaming Devilkin"},{"id":858,"c":1,"u":"xill_mff","p":21,"s":12,"h":1,"n":"Xill"},{"id":859,"c":1,"u":"ygorl%2c%20lord%20of%20entropy_mff","p":20,"s":12,"h":1,"n":"Ygorl, Lord of Entropy"},{"id":860,"c":1,"u":"adult%20sapphire%20dragon_sads","p":1,"s":13,"h":1,"n":"Adult Sapphire Dragon"},{"id":861,"c":1,"u":"vecna%20the%20archlich_vd","s":14,"h":1,"n":"Vecna the Archlich"},{"id":862,"c":1,"u":"ancient%20deep%20crow_ai","p":211,"s":15,"h":1,"n":"Ancient Deep Crow"},{"id":863,"c":1,"u":"auspicia%20dran_ai","p":208,"s":15,"h":1,"n":"Auspicia Dran"},{"id":864,"c":1,"u":"brahma%20lutier_ai","p":205,"s":15,"h":1,"n":"Brahma Lutier"},{"id":865,"c":1,"u":"chaos%20quadrapod_ai","p":209,"s":15,"h":1,"n":"Chaos Quadrapod"},{"id":866,"c":1,"u":"clockwork%20dragon_ai","p":209,"s":15,"h":1,"n":"Clockwork Dragon"},{"id":867,"c":1,"u":"deep%20crow_ai","p":210,"s":15,"h":1,"n":"Deep Crow"},{"id":868,"c":1,"u":"donaar%20blit'zen_ai","p":201,"s":15,"h":1,"n":"Donaar Blit'zen"},{"id":869,"c":1,"u":"flabbergast_ai","p":200,"s":15,"h":1,"n":"Flabbergast"},{"id":870,"c":1,"u":"jim%20darkmagic_ai","p":197,"s":15,"h":1,"n":"Jim Darkmagic"},{"id":871,"c":1,"u":"k'thriss%20drow'b_ai","p":202,"s":15,"h":1,"n":"K'thriss Drow'b"},{"id":872,"c":1,"u":"keg%20robot_ai","p":212,"s":15,"h":1,"n":"Keg Robot"},{"id":873,"c":1,"u":"m%c3%b4rg%c3%a6n_ai","p":199,"s":15,"h":1,"n":"Morgaen"},{"id":874,"c":1,"u":"oak%20truestrike_ai","p":205,"s":15,"h":1,"n":"Oak Truestrike"},{"id":875,"c":1,"u":"omin%20dran_ai","p":196,"s":15,"h":1,"n":"Omin Dran"},{"id":876,"c":1,"u":"pendragon%20beestinger_ai","p":206,"s":15,"h":1,"n":"Pendragon Beestinger"},{"id":877,"c":1,"u":"phoenix%20anvil_ai","p":206,"s":15,"h":1,"n":"Phoenix Anvil"},{"id":878,"c":1,"u":"portentia%20dran_ai","p":208,"s":15,"h":1,"n":"Portentia Dran"},{"id":879,"c":1,"u":"prophetess%20dran_ai","p":208,"s":15,"h":1,"n":"Prophetess Dran"},{"id":880,"c":1,"u":"rosie%20beestinger_ai","p":203,"s":15,"h":1,"n":"Rosie Beestinger"},{"id":881,"c":1,"u":"splugoth%20the%20returned_ai","p":213,"s":15,"h":1,"n":"Splugoth the Returned"},{"id":882,"c":1,"u":"viari_ai","p":198,"s":15,"h":1,"n":"Viari"},{"id":883,"c":1,"u":"walnut%20dankgrass_ai","p":204,"s":15,"h":1,"n":"Walnut Dankgrass"},{"id":884,"c":1,"u":"aartuk%20elder_bam","p":8,"s":16,"h":1,"n":"Aartuk Elder"},{"id":885,"c":1,"u":"aartuk%20starhorror_bam","p":9,"s":16,"h":1,"n":"Aartuk Starhorror"},{"id":886,"c":1,"u":"aartuk%20weedling_bam","p":9,"s":16,"h":1,"n":"Aartuk Weedling"},{"id":887,"c":1,"u":"adult%20lunar%20dragon_bam","p":34,"s":16,"h":1,"n":"Adult Lunar Dragon"},{"id":888,"c":1,"u":"adult%20solar%20dragon_bam","p":52,"s":16,"h":1,"n":"Adult Solar Dragon"},{"id":889,"c":1,"u":"ancient%20lunar%20dragon_bam","p":32,"s":16,"h":1,"n":"Ancient Lunar Dragon"},{"id":890,"c":1,"u":"ancient%20solar%20dragon_bam","p":50,"s":16,"h":1,"n":"Ancient Solar Dragon"},{"id":891,"c":1,"u":"astral%20elf%20aristocrat_bam","p":11,"s":16,"h":1,"n":"Astral Elf Aristocrat"},{"id":892,"c":1,"u":"astral%20elf%20commander_bam","p":12,"s":16,"h":1,"n":"Astral Elf Commander"},{"id":893,"c":1,"u":"astral%20elf%20honor%20guard_bam","p":12,"s":16,"h":1,"n":"Astral Elf Honor Guard"},{"id":894,"c":1,"u":"astral%20elf%20star%20priest_bam","p":13,"s":16,"h":1,"n":"Astral Elf Star Priest"},{"id":895,"c":1,"u":"astral%20elf%20warrior_bam","p":13,"s":16,"h":1,"n":"Astral Elf Warrior"},{"id":896,"c":1,"u":"autognome_bam","p":13,"s":16,"h":1,"n":"Autognome"},{"id":897,"c":1,"u":"b'rohg_bam","p":16,"s":16,"h":1,"n":"B'rohg"},{"id":898,"c":1,"u":"braxat_bam","p":15,"s":16,"h":1,"n":"Braxat"},{"id":899,"c":1,"u":"brown%20scavver_bam","p":49,"s":16,"h":1,"n":"Brown Scavver"},{"id":900,"c":1,"u":"chwinga%20astronaut_bam","p":17,"s":16,"h":1,"n":"Chwinga Astronaut"},{"id":901,"c":1,"u":"cosmic%20horror_bam","p":18,"s":16,"h":1,"n":"Cosmic Horror"},{"id":902,"c":1,"u":"dohwar_bam","p":19,"s":16,"h":1,"n":"Dohwar"},{"id":903,"c":1,"u":"esthetic_bam","p":20,"s":16,"h":1,"n":"Esthetic"},{"id":904,"c":1,"u":"eye%20monger_bam","p":21,"s":16,"h":1,"n":"Eye Monger"},{"id":905,"c":1,"u":"feyr_bam","p":22,"s":16,"h":1,"n":"Feyr"},{"id":906,"c":1,"u":"gaj_bam","p":23,"s":16,"h":1,"n":"Gaj"},{"id":907,"c":1,"u":"giant%20space%20hamster_bam","p":56,"s":16,"h":1,"n":"Giant Space Hamster"},{"id":908,"c":1,"u":"giff%20shipmate_bam","p":24,"s":16,"h":1,"n":"Giff Shipmate"},{"id":909,"c":1,"u":"giff%20shock%20trooper_bam","p":25,"s":16,"h":1,"n":"Giff Shock Trooper"},{"id":910,"c":1,"u":"giff%20warlord_bam","p":25,"s":16,"h":1,"n":"Giff Warlord"},{"id":911,"c":1,"u":"githyanki%20buccaneer_bam","p":27,"s":16,"h":1,"n":"Githyanki Buccaneer"},{"id":912,"c":1,"u":"githyanki%20star%20seer_bam","p":27,"s":16,"h":1,"n":"Githyanki Star Seer"},{"id":913,"c":1,"u":"githyanki%20xenomancer_bam","p":27,"s":16,"h":1,"n":"Githyanki Xenomancer"},{"id":914,"c":1,"u":"gray%20scavver_bam","p":49,"s":16,"h":1,"n":"Gray Scavver"},{"id":915,"c":1,"u":"hadozee%20explorer_bam","p":28,"s":16,"h":1,"n":"Hadozee Explorer"},{"id":916,"c":1,"u":"hadozee%20shipmate_bam","p":29,"s":16,"h":1,"n":"Hadozee Shipmate"},{"id":917,"c":1,"u":"hadozee%20warrior_bam","p":29,"s":16,"h":1,"n":"Hadozee Warrior"},{"id":918,"c":1,"u":"jammer%20leech_bam","p":30,"s":16,"h":1,"n":"Jammer Leech"},{"id":919,"c":1,"u":"kindori_bam","p":31,"s":16,"h":1,"n":"Kindori"},{"id":920,"c":1,"u":"lunar%20dragon%20wyrmling_bam","p":35,"s":16,"h":1,"n":"Lunar Dragon Wyrmling"},{"id":921,"c":1,"u":"megapede_bam","p":36,"s":16,"h":1,"n":"Megapede"},{"id":922,"c":1,"u":"mercane_bam","p":37,"s":16,"h":1,"n":"Mercane"},{"id":923,"c":1,"u":"murder%20comet_bam","p":38,"s":16,"h":1,"n":"Murder Comet"},{"id":924,"c":1,"u":"neh-thalggu_bam","p":39,"s":16,"h":1,"n":"Neh-thalggu"},{"id":925,"c":1,"u":"neogi%20hatchling%20swarm_bam","p":40,"s":16,"h":1,"n":"Neogi Hatchling Swarm"},{"id":926,"c":1,"u":"neogi%20pirate_bam","p":41,"s":16,"h":1,"n":"Neogi Pirate"},{"id":927,"c":1,"u":"neogi%20void%20hunter_bam","p":41,"s":16,"h":1,"n":"Neogi Void Hunter"},{"id":928,"c":1,"u":"night%20scavver_bam","p":49,"s":16,"h":1,"n":"Night Scavver"},{"id":929,"c":1,"u":"plasmoid%20boss_bam","p":42,"s":16,"h":1,"n":"Plasmoid Boss"},{"id":930,"c":1,"u":"plasmoid%20explorer_bam","p":43,"s":16,"h":1,"n":"Plasmoid Explorer"},{"id":931,"c":1,"u":"plasmoid%20warrior_bam","p":43,"s":16,"h":1,"n":"Plasmoid Warrior"},{"id":932,"c":1,"u":"psurlon_bam","p":44,"s":16,"h":1,"n":"Psurlon"},{"id":933,"c":1,"u":"psurlon%20leader_bam","p":45,"s":16,"h":1,"n":"Psurlon Leader"},{"id":934,"c":1,"u":"psurlon%20ringer_bam","p":45,"s":16,"h":1,"n":"Psurlon Ringer"},{"id":935,"c":1,"u":"reigar_bam","p":47,"s":16,"h":1,"n":"Reigar"},{"id":936,"c":1,"u":"solar%20dragon%20wyrmling_bam","p":53,"s":16,"h":1,"n":"Solar Dragon Wyrmling"},{"id":937,"c":1,"u":"space%20clown_bam","p":54,"s":16,"h":1,"n":"Space Clown"},{"id":938,"c":1,"u":"space%20eel_bam","p":55,"s":16,"h":1,"n":"Space Eel"},{"id":939,"c":1,"u":"space%20guppy_bam","p":55,"s":16,"h":1,"n":"Space Guppy"},{"id":940,"c":1,"u":"space%20hamster_bam","p":56,"s":16,"h":1,"n":"Space Hamster"},{"id":941,"c":1,"u":"space%20mollymawk_bam","p":57,"s":16,"h":1,"n":"Space Mollymawk"},{"id":942,"c":1,"u":"space%20swine_bam","p":57,"s":16,"h":1,"n":"Space Swine"},{"id":943,"c":1,"u":"ssurran%20defiler_bam","p":58,"s":16,"h":1,"n":"Ssurran Defiler"},{"id":944,"c":1,"u":"ssurran%20poisoner_bam","p":58,"s":16,"h":1,"n":"Ssurran Poisoner"},{"id":945,"c":1,"u":"starlight%20apparition_bam","p":59,"s":16,"h":1,"n":"Starlight Apparition"},{"id":946,"c":1,"u":"thri-kreen%20gladiator_bam","p":60,"s":16,"h":1,"n":"Thri-kreen Gladiator"},{"id":947,"c":1,"u":"thri-kreen%20hunter_bam","p":61,"s":16,"h":1,"n":"Thri-kreen Hunter"},{"id":948,"c":1,"u":"thri-kreen%20mystic_bam","p":61,"s":16,"h":1,"n":"Thri-kreen Mystic"},{"id":949,"c":1,"u":"vampirate_bam","p":62,"s":16,"h":1,"n":"Vampirate"},{"id":950,"c":1,"u":"vampirate%20captain_bam","p":63,"s":16,"h":1,"n":"Vampirate Captain"},{"id":951,"c":1,"u":"vampirate%20mage_bam","p":63,"s":16,"h":1,"n":"Vampirate Mage"},{"id":952,"c":1,"u":"void%20scavver_bam","p":49,"s":16,"h":1,"n":"Void Scavver"},{"id":953,"c":1,"u":"young%20lunar%20dragon_bam","p":35,"s":16,"h":1,"n":"Young Lunar Dragon"},{"id":954,"c":1,"u":"young%20solar%20dragon_bam","p":53,"s":16,"h":1,"n":"Young Solar Dragon"},{"id":955,"c":1,"u":"zodar_bam","p":64,"s":16,"h":1,"n":"Zodar"},{"id":956,"c":1,"u":"abyssal%20chicken_bgdia","p":97,"s":17,"h":1,"n":"Abyssal Chicken"},{"id":957,"c":1,"u":"amrik%20vanthampur_bgdia","p":30,"s":17,"h":1,"n":"Amrik Vanthampur"},{"id":958,"c":1,"u":"archduke%20zariel%20of%20avernus_bgdia","p":243,"s":17,"h":1,"n":"Archduke Zariel of Avernus"},{"id":959,"c":1,"u":"arkhan%20the%20cruel_bgdia","p":111,"s":17,"h":1,"n":"Arkhan the Cruel"},{"id":960,"c":1,"u":"bel_bgdia","p":115,"s":17,"h":1,"n":"Bel"},{"id":961,"c":1,"u":"bitter%20breath_bgdia","p":90,"s":17,"h":1,"n":"Bitter Breath"},{"id":962,"c":1,"u":"black%20gauntlet%20of%20bane_bgdia","p":235,"s":17,"h":1,"n":"Black Gauntlet of Bane"},{"id":963,"c":1,"u":"bone%20whelk_bgdia","p":119,"s":17,"h":1,"n":"Bone Whelk"},{"id":964,"c":1,"u":"burney%20the%20barber_bgdia","p":129,"s":17,"h":1,"n":"Burney the Barber"},{"id":965,"c":1,"u":"chukka_bgdia","p":83,"s":17,"h":1,"n":"Chukka"},{"id":966,"c":1,"u":"clonk_bgdia","p":83,"s":17,"h":1,"n":"Clonk"},{"id":967,"c":1,"u":"crokek'toeck_bgdia","p":231,"s":17,"h":1,"n":"Crokek'toeck"},{"id":968,"c":1,"u":"death's%20head%20of%20bhaal_bgdia","p":233,"s":17,"h":1,"n":"Death's Head of Bhaal"},{"id":969,"c":1,"u":"dryad%20spirit_bgdia","p":108,"s":17,"h":1,"n":"Dryad Spirit"},{"id":970,"c":1,"u":"duke%20thalamra%20vanthampur_bgdia","p":38,"s":17,"h":1,"n":"Duke Thalamra Vanthampur"},{"id":971,"c":1,"u":"elliach_bgdia","p":130,"s":17,"h":1,"n":"Elliach"},{"id":972,"c":1,"u":"feonor_bgdia","p":130,"s":17,"h":1,"n":"Feonor"},{"id":973,"c":1,"u":"fiendish%20flesh%20golem_bgdia","p":236,"s":17,"h":1,"n":"Fiendish Flesh Golem"},{"id":974,"c":1,"u":"fist%20of%20bane_bgdia","p":232,"s":17,"h":1,"n":"Fist of Bane"},{"id":975,"c":1,"u":"flying%20dagger_bgdia","p":30,"s":17,"h":1,"n":"Flying Dagger"},{"id":976,"c":1,"u":"gideon%20lightward_bgdia","p":65,"s":17,"h":1,"n":"Gideon Lightward"},{"id":977,"c":1,"u":"harkina%20hunt_bgdia","p":53,"s":17,"h":1,"n":"Harkina Hunt"},{"id":978,"c":1,"u":"hellwasp_bgdia","p":236,"s":17,"h":1,"n":"Hellwasp"},{"id":979,"c":1,"u":"hellwasp%20grub_bgdia","p":95,"s":17,"h":1,"n":"Hellwasp Grub"},{"id":980,"c":1,"u":"hollyphant_bgdia","p":237,"s":17,"h":1,"n":"Hollyphant"},{"id":981,"c":1,"u":"iron%20consul_bgdia","p":232,"s":17,"h":1,"n":"Iron Consul"},{"id":982,"c":1,"u":"kostchtchie_bgdia","p":105,"s":17,"h":1,"n":"Kostchtchie"},{"id":983,"c":1,"u":"krull_bgdia","p":110,"s":17,"h":1,"n":"Krull"},{"id":984,"c":1,"u":"lulu_bgdia","p":5,"s":17,"h":1,"n":"Lulu"},{"id":985,"c":1,"u":"mad%20maggie_bgdia","p":74,"s":17,"h":1,"n":"Mad Maggie"},{"id":986,"c":1,"u":"mahadi%20the%20rakshasa_bgdia","p":127,"s":17,"h":1,"n":"Mahadi the Rakshasa"},{"id":987,"c":1,"u":"master%20of%20souls_bgdia","p":234,"s":17,"h":1,"n":"Master of Souls"},{"id":988,"c":1,"u":"mortlock%20vanthampur_bgdia","p":26,"s":17,"h":1,"n":"Mortlock Vanthampur"},{"id":989,"c":1,"u":"necromite%20of%20myrkul_bgdia","p":234,"s":17,"h":1,"n":"Necromite of Myrkul"},{"id":990,"c":1,"u":"necrotic%20centipede_bgdia","p":119,"s":17,"h":1,"n":"Necrotic Centipede"},{"id":991,"c":1,"u":"night%20blade_bgdia","p":233,"s":17,"h":1,"n":"Night Blade"},{"id":992,"c":1,"u":"nine-fingers%20keene_bgdia","p":170,"s":17,"h":1,"n":"Nine-Fingers Keene"},{"id":993,"c":1,"u":"peacock_bgdia","p":195,"s":17,"h":1,"n":"Peacock"},{"id":994,"c":1,"u":"princeps%20kovik_bgdia","p":91,"s":17,"h":1,"n":"Princeps Kovik"},{"id":995,"c":1,"u":"raggadragga_bgdia","p":87,"s":17,"h":1,"n":"Raggadragga"},{"id":996,"c":1,"u":"reaper%20of%20bhaal_bgdia","p":233,"s":17,"h":1,"n":"Reaper of Bhaal"},{"id":997,"c":1,"u":"rilsa%20rael_bgdia","p":199,"s":17,"h":1,"n":"Rilsa Rael"},{"id":998,"c":1,"u":"skeletal%20rats_bgdia","p":23,"s":17,"h":1,"n":"Skeletal Rats"},{"id":999,"c":1,"u":"skull%20lasher%20of%20myrkul_bgdia","p":234,"s":17,"h":1,"n":"Skull Lasher of Myrkul"},{"id":1000,"c":1,"u":"smiler%20the%20defiler_bgdia","p":133,"s":17,"h":1,"n":"Smiler the Defiler"},{"id":1001,"c":1,"u":"sylvira%20savikas_bgdia","p":46,"s":17,"h":1,"n":"Sylvira Savikas"},{"id":1002,"c":1,"u":"thavius%20kreeg_bgdia","p":42,"s":17,"h":1,"n":"Thavius Kreeg"},{"id":1003,"c":1,"u":"thurstwell%20vanthampur_bgdia","p":34,"s":17,"h":1,"n":"Thurstwell Vanthampur"},{"id":1004,"c":1,"u":"torogar%20steelfist_bgdia","p":112,"s":17,"h":1,"n":"Torogar Steelfist"},{"id":1005,"c":1,"u":"traxigor_bgdia","p":50,"s":17,"h":1,"n":"Traxigor"},{"id":1006,"c":1,"u":"tressym_bgdia","p":241,"s":17,"h":1,"n":"Tressym"},{"id":1007,"c":1,"u":"ulder%20ravengard_bgdia","p":70,"s":17,"h":1,"n":"Ulder Ravengard"},{"id":1008,"c":1,"u":"undead%20tree_bgdia","p":109,"s":17,"h":1,"n":"Undead Tree"},{"id":1009,"c":1,"u":"animated%20broom_cm","p":20,"s":18,"h":1,"n":"Animated Broom"},{"id":1010,"c":1,"u":"animated%20chained%20library_cm","p":24,"s":18,"h":1,"n":"Animated Chained Library"},{"id":1011,"c":1,"u":"arrant%20quill_cm","p":157,"s":18,"h":1,"n":"Arrant Quill"},{"id":1012,"c":1,"u":"bak%20mei_cm","p":168,"s":18,"h":1,"n":"Bak Mei"},{"id":1013,"c":1,"u":"canopic%20golem_cm","p":179,"s":18,"h":1,"n":"Canopic Golem"},{"id":1014,"c":1,"u":"chwinga_cm","p":212,"s":18,"h":1,"n":"Chwinga"},{"id":1015,"c":1,"u":"cloud%20giant%20ghost_cm","p":146,"s":18,"h":1,"n":"Cloud Giant Ghost"},{"id":1016,"c":1,"u":"constructed%20commoner_cm","p":149,"s":18,"h":1,"n":"Constructed Commoner"},{"id":1017,"c":1,"u":"corrupted%20avatar%20of%20lurue_cm","p":123,"s":18,"h":1,"n":"Corrupted Avatar of Lurue"},{"id":1018,"c":1,"u":"dragon%20tortoise_cm","p":205,"s":18,"h":1,"n":"Dragon Tortoise"},{"id":1019,"c":1,"u":"faerl_cm","p":104,"s":18,"h":1,"n":"Faerl"},{"id":1020,"c":1,"u":"fungal%20servant_cm","p":217,"s":18,"h":1,"n":"Fungal Servant"},{"id":1021,"c":1,"u":"gingwatzim_cm","p":27,"s":18,"h":1,"n":"Gingwatzim"},{"id":1022,"c":1,"u":"grippli%20warrior_cm","p":99,"s":18,"h":1,"n":"Grippli Warrior"},{"id":1023,"c":1,"u":"hag%20of%20the%20fetid%20gaze_cm","p":76,"s":18,"h":1,"n":"Hag of the Fetid Gaze"},{"id":1024,"c":1,"u":"immortal%20lotus%20monk_cm","p":165,"s":18,"h":1,"n":"Immortal Lotus Monk"},{"id":1025,"c":1,"u":"jade%20tigress_cm","p":166,"s":18,"h":1,"n":"Jade Tigress"},{"id":1026,"c":1,"u":"k'tulah_cm","p":64,"s":18,"h":1,"n":"K'Tulah"},{"id":1027,"c":1,"u":"kiddywidget_cm","p":136,"s":18,"h":1,"n":"Kiddywidget"},{"id":1028,"c":1,"u":"lichen%20lich_cm","p":223,"s":18,"h":1,"n":"Lichen Lich"},{"id":1029,"c":1,"u":"lightning%20golem_cm","p":129,"s":18,"h":1,"n":"Lightning Golem"},{"id":1030,"c":1,"u":"master%20sage_cm","p":9,"s":18,"h":1,"n":"Master Sage"},{"id":1031,"c":1,"u":"miirym_cm","p":16,"s":18,"h":1,"n":"Miirym"},{"id":1032,"c":1,"u":"mimic%20chair_cm","p":22,"s":18,"h":1,"n":"Mimic Chair"},{"id":1033,"c":1,"u":"naiad_cm","p":84,"s":18,"h":1,"n":"Naiad"},{"id":1034,"c":1,"u":"nintra%20siotta_cm","p":197,"s":18,"h":1,"n":"Nintra Siotta"},{"id":1035,"c":1,"u":"parasite-infested%20behir_cm","p":220,"s":18,"h":1,"n":"Parasite-infested Behir"},{"id":1036,"c":1,"u":"ram%20sugar_cm","p":132,"s":18,"h":1,"n":"Ram Sugar"},{"id":1037,"c":1,"u":"sage_cm","p":9,"s":18,"h":1,"n":"Sage"},{"id":1038,"c":1,"u":"sapphire%20sentinel_cm","p":201,"s":18,"h":1,"n":"Sapphire Sentinel"},{"id":1039,"c":1,"u":"shemshime_cm","p":69,"s":18,"h":1,"n":"Shemshime"},{"id":1040,"c":1,"u":"skitterwidget_cm","p":136,"s":18,"h":1,"n":"Skitterwidget"},{"id":1041,"c":1,"u":"steel%20crane_cm","p":164,"s":18,"h":1,"n":"Steel Crane"},{"id":1042,"c":1,"u":"storm%20giant%20skeleton_cm","p":208,"s":18,"h":1,"n":"Storm Giant Skeleton"},{"id":1043,"c":1,"u":"swarm%20of%20animated%20books_cm","p":19,"s":18,"h":1,"n":"Swarm of Animated Books"},{"id":1044,"c":1,"u":"valin%20sarnaster_cm","p":182,"s":18,"h":1,"n":"Valin Sarnaster"},{"id":1045,"c":1,"u":"varnyr_cm","p":63,"s":18,"h":1,"n":"Varnyr"},{"id":1046,"c":1,"u":"wood%20elf%20wizard_cm","p":187,"s":18,"h":1,"n":"Wood Elf Wizard"},{"id":1047,"c":1,"u":"zikran_cm","p":145,"s":18,"h":1,"n":"Zikran"},{"id":1048,"c":1,"u":"zikzokrishka_cm","p":209,"s":18,"h":1,"n":"Zikzokrishka"},{"id":1049,"c":1,"u":"amber%20golem_cos","p":186,"s":19,"h":1,"n":"Amber Golem"},{"id":1050,"c":1,"u":"anastrasya%20karelova_cos","p":93,"s":19,"h":1,"n":"Anastrasya Karelova"},{"id":1051,"c":1,"u":"animated%20halberd_cos","p":59,"s":19,"h":1,"n":"Animated Halberd"},{"id":1052,"c":1,"u":"arabelle_cos","p":38,"s":19,"h":1,"n":"Arabelle"},{"id":1053,"c":1,"u":"armored%20saber-toothed%20tiger_cos","p":115,"s":19,"h":1,"n":"Armored Saber-Toothed Tiger"},{"id":1054,"c":1,"u":"arrigal_cos","p":121,"s":19,"h":1,"n":"Arrigal"},{"id":1055,"c":1,"u":"baba%20lysaga_cos","p":228,"s":19,"h":1,"n":"Baba Lysaga"},{"id":1056,"c":1,"u":"baba%20lysaga's%20creeping%20hut_cos","p":226,"s":19,"h":1,"n":"Baba Lysaga's Creeping Hut"},{"id":1057,"c":1,"u":"baron%20vargas%20vallakovich_cos","p":105,"s":19,"h":1,"n":"Baron Vargas Vallakovich"},{"id":1058,"c":1,"u":"barovian%20commoner_cos","p":29,"s":19,"h":1,"n":"Barovian Commoner"},{"id":1059,"c":1,"u":"barovian%20scout_cos","p":29,"s":19,"h":1,"n":"Barovian Scout"},{"id":1060,"c":1,"u":"barovian%20witch_cos","p":229,"s":19,"h":1,"n":"Barovian Witch"},{"id":1061,"c":1,"u":"beucephalus_cos","p":93,"s":19,"h":1,"n":"Beucephalus"},{"id":1062,"c":1,"u":"bluto%20krogarov_cos","p":38,"s":19,"h":1,"n":"Bluto Krogarov"},{"id":1063,"c":1,"u":"bray%20martikov_cos","p":98,"s":19,"h":1,"n":"Bray Martikov"},{"id":1064,"c":1,"u":"brom%20martikov_cos","p":98,"s":19,"h":1,"n":"Brom Martikov"},{"id":1065,"c":1,"u":"broom%20of%20animated%20attack_cos","p":226,"s":19,"h":1,"n":"Broom of Animated Attack"},{"id":1066,"c":1,"u":"clovin%20belview_cos","p":147,"s":19,"h":1,"n":"Clovin Belview"},{"id":1067,"c":1,"u":"cyrus%20belview_cos","p":77,"s":19,"h":1,"n":"Cyrus Belview"},{"id":1068,"c":1,"u":"danika%20dorakova_cos","p":98,"s":19,"h":1,"n":"Danika Dorakova"},{"id":1069,"c":1,"u":"davian%20martikov_cos","p":173,"s":19,"h":1,"n":"Davian Martikov"},{"id":1070,"c":1,"u":"distended%20corpse_cos","p":165,"s":19,"h":1,"n":"Distended Corpse"},{"id":1071,"c":1,"u":"donavich_cos","p":46,"s":19,"h":1,"n":"Donavich"},{"id":1072,"c":1,"u":"doru_cos","p":47,"s":19,"h":1,"n":"Doru"},{"id":1073,"c":1,"u":"emil%20toranescu_cos","p":81,"s":19,"h":1,"n":"Emil Toranescu"},{"id":1074,"c":1,"u":"escher_cos","p":70,"s":19,"h":1,"n":"Escher"},{"id":1075,"c":1,"u":"exethanter_cos","p":189,"s":19,"h":1,"n":"Exethanter"},{"id":1076,"c":1,"u":"ezmerelda%20d'avenir_cos","p":231,"s":19,"h":1,"n":"Ezmerelda d'Avenir"},{"id":1077,"c":1,"u":"gadof%20blinsky_cos","p":118,"s":19,"h":1,"n":"Gadof Blinsky"},{"id":1078,"c":1,"u":"gertruda_cos","p":68,"s":19,"h":1,"n":"Gertruda"},{"id":1079,"c":1,"u":"guardian%20portrait_cos","p":227,"s":19,"h":1,"n":"Guardian Portrait"},{"id":1080,"c":1,"u":"helga%20ruvak_cos","p":64,"s":19,"h":1,"n":"Helga Ruvak"},{"id":1081,"c":1,"u":"henrik%20van%20der%20voort_cos","p":116,"s":19,"h":1,"n":"Henrik van der Voort"},{"id":1082,"c":1,"u":"ireena%20kolyana_cos","p":44,"s":19,"h":1,"n":"Ireena Kolyana"},{"id":1083,"c":1,"u":"ismark%20kolyanovich_cos","p":43,"s":19,"h":1,"n":"Ismark Kolyanovich"},{"id":1084,"c":1,"u":"izek%20strazni_cos","p":232,"s":19,"h":1,"n":"Izek Strazni"},{"id":1085,"c":1,"u":"kasimir%20velikov_cos","p":233,"s":19,"h":1,"n":"Kasimir Velikov"},{"id":1086,"c":1,"u":"kiril%20stoyanovich_cos","p":203,"s":19,"h":1,"n":"Kiril Stoyanovich"},{"id":1087,"c":1,"u":"knight%20of%20the%20order_cos","p":139,"s":19,"h":1,"n":"Knight of the Order"},{"id":1088,"c":1,"u":"lady%20fiona%20wachter_cos","p":110,"s":19,"h":1,"n":"Lady Fiona Wachter"},{"id":1089,"c":1,"u":"lady%20lydia%20petrovna_cos","p":105,"s":19,"h":1,"n":"Lady Lydia Petrovna"},{"id":1090,"c":1,"u":"lief%20lipsiege_cos","p":62,"s":19,"h":1,"n":"Lief Lipsiege"},{"id":1091,"c":1,"u":"ludmilla%20vilisevic_cos","p":93,"s":19,"h":1,"n":"Ludmilla Vilisevic"},{"id":1092,"c":1,"u":"luvash_cos","p":121,"s":19,"h":1,"n":"Luvash"},{"id":1093,"c":1,"u":"mad%20mary_cos","p":44,"s":19,"h":1,"n":"Mad Mary"},{"id":1094,"c":1,"u":"madam%20eva_cos","p":233,"s":19,"h":1,"n":"Madam Eva"},{"id":1095,"c":1,"u":"majesto_cos","p":115,"s":19,"h":1,"n":"Majesto"},{"id":1096,"c":1,"u":"marzena%20belview_cos","p":150,"s":19,"h":1,"n":"Marzena Belview"},{"id":1097,"c":1,"u":"milivoj_cos","p":97,"s":19,"h":1,"n":"Milivoj"},{"id":1098,"c":1,"u":"mishka%20belview_cos","p":150,"s":19,"h":1,"n":"Mishka Belview"},{"id":1099,"c":1,"u":"mongrelfolk_cos","p":234,"s":19,"h":1,"n":"Mongrelfolk"},{"id":1100,"c":1,"u":"morgantha_cos","p":48,"s":19,"h":1,"n":"Morgantha"},{"id":1101,"c":1,"u":"nikolai%20wachter_cos","p":110,"s":19,"h":1,"n":"Nikolai Wachter"},{"id":1102,"c":1,"u":"otto%20belview_cos","p":147,"s":19,"h":1,"n":"Otto Belview"},{"id":1103,"c":1,"u":"parriwimple_cos","p":43,"s":19,"h":1,"n":"Parriwimple"},{"id":1104,"c":1,"u":"patrina%20velikovna_cos","p":89,"s":19,"h":1,"n":"Patrina Velikovna"},{"id":1105,"c":1,"u":"phantom%20warrior_cos","p":235,"s":19,"h":1,"n":"Phantom Warrior"},{"id":1106,"c":1,"u":"phantom%20warrior%20(archer)_cos","p":142,"s":19,"h":1,"n":"Phantom Warrior (Archer)"},{"id":1107,"c":1,"u":"piccolo_cos","p":118,"s":19,"h":1,"n":"Piccolo"},{"id":1108,"c":1,"u":"pidlwick%20ii_cos","p":236,"s":19,"h":1,"n":"Pidlwick II"},{"id":1109,"c":1,"u":"rahadin_cos","p":237,"s":19,"h":1,"n":"Rahadin"},{"id":1110,"c":1,"u":"rictavio_cos","p":238,"s":19,"h":1,"n":"Rictavio"},{"id":1111,"c":1,"u":"rictavio_cos","p":238,"s":19,"h":1,"n":"Rudolph van Richten"},{"id":1112,"c":1,"u":"rosavalda%20%22rose%22%20durst_cos","p":217,"s":19,"h":1,"n":"Rosavalda \"Rose\" Durst"},{"id":1113,"c":1,"u":"sangzor_cos","p":160,"s":19,"h":1,"n":"Sangzor"},{"id":1114,"c":1,"u":"savid_cos","p":133,"s":19,"h":1,"n":"Savid"},{"id":1115,"c":1,"u":"sir%20godfrey%20gwilym_cos","p":139,"s":19,"h":1,"n":"Sir Godfrey Gwilym"},{"id":1116,"c":1,"u":"snow%20maiden_cos","p":159,"s":19,"h":1,"n":"Snow Maiden"},{"id":1117,"c":1,"u":"stanimir_cos","p":20,"s":19,"h":1,"n":"Stanimir"},{"id":1118,"c":1,"u":"stella%20wachter_cos","p":113,"s":19,"h":1,"n":"Stella Wachter"},{"id":1119,"c":1,"u":"strahd%20von%20zarovich_cos","p":240,"s":19,"h":1,"n":"Strahd von Zarovich"},{"id":1120,"c":1,"u":"strahd%20zombie_cos","p":241,"s":19,"h":1,"n":"Strahd Zombie"},{"id":1121,"c":1,"u":"strahd's%20animated%20armor_cos","p":227,"s":19,"h":1,"n":"Strahd's Animated Armor"},{"id":1122,"c":1,"u":"szoldar%20szoldarovich_cos","p":100,"s":19,"h":1,"n":"Szoldar Szoldarovich"},{"id":1123,"c":1,"u":"the%20abbot_cos","p":151,"s":19,"h":1,"n":"The Abbot"},{"id":1124,"c":1,"u":"the%20mad%20mage%20of%20mount%20baratok_cos","p":39,"s":19,"h":1,"n":"The Mad Mage of Mount Baratok"},{"id":1125,"c":1,"u":"thornboldt%20%22thorn%22%20durst_cos","p":217,"s":19,"h":1,"n":"Thornboldt \"Thorn\" Durst"},{"id":1126,"c":1,"u":"tree%20blight_cos","p":230,"s":19,"h":1,"n":"Tree Blight"},{"id":1127,"c":1,"u":"urwin%20martikov_cos","p":98,"s":19,"h":1,"n":"Urwin Martikov"},{"id":1128,"c":1,"u":"vasilka_cos","p":151,"s":19,"h":1,"n":"Vasilka"},{"id":1129,"c":1,"u":"victor%20vallakovich_cos","p":105,"s":19,"h":1,"n":"Victor Vallakovich"},{"id":1130,"c":1,"u":"vilnius_cos","p":185,"s":19,"h":1,"n":"Vilnius"},{"id":1131,"c":1,"u":"vistana%20assassin_cos","p":28,"s":19,"h":1,"n":"Vistana Assassin"},{"id":1132,"c":1,"u":"vistana%20bandit_cos","p":28,"s":19,"h":1,"n":"Vistana Bandit"},{"id":1133,"c":1,"u":"vistana%20bandit%20captain_cos","p":28,"s":19,"h":1,"n":"Vistana Bandit Captain"},{"id":1134,"c":1,"u":"vistana%20commoner_cos","p":28,"s":19,"h":1,"n":"Vistana Commoner"},{"id":1135,"c":1,"u":"vistana%20guard_cos","p":28,"s":19,"h":1,"n":"Vistana Guard"},{"id":1136,"c":1,"u":"vistana%20spy_cos","p":28,"s":19,"h":1,"n":"Vistana Spy"},{"id":1137,"c":1,"u":"vistana%20thug_cos","p":28,"s":19,"h":1,"n":"Vistana Thug"},{"id":1138,"c":1,"u":"vladimir%20horngaard_cos","p":241,"s":19,"h":1,"n":"Vladimir Horngaard"},{"id":1139,"c":1,"u":"volenta%20popofsky_cos","p":93,"s":19,"h":1,"n":"Volenta Popofsky"},{"id":1140,"c":1,"u":"walking%20corpse_cos","p":165,"s":19,"h":1,"n":"Walking Corpse"},{"id":1141,"c":1,"u":"yevgeni%20krushkin_cos","p":100,"s":19,"h":1,"n":"Yevgeni Krushkin"},{"id":1142,"c":1,"u":"young%20wereraven_cos","p":98,"s":19,"h":1,"n":"Young Wereraven"},{"id":1143,"c":1,"u":"zuleika%20toranescu_cos","p":204,"s":19,"h":1,"n":"Zuleika Toranescu"},{"id":1144,"c":1,"u":"zygfrek%20belview_cos","p":148,"s":19,"h":1,"n":"Zygfrek Belview"},{"id":1145,"c":1,"u":"aboleth%20spawn_crcotn","p":135,"s":20,"h":1,"dP":1,"n":"Aboleth Spawn"},{"id":1146,"c":1,"u":"agathe%20silverspoon_crcotn","p":21,"s":20,"h":1,"dP":1,"n":"Agathe Silverspoon"},{"id":1147,"c":1,"u":"aloysia%20telfan_crcotn","p":61,"s":20,"h":1,"dP":1,"n":"Aloysia Telfan"},{"id":1148,"c":1,"u":"alyxian%20aboleth_crcotn","p":195,"s":20,"h":1,"dP":1,"n":"Alyxian Aboleth"},{"id":1149,"c":1,"u":"alyxian%20the%20absolved_crcotn","p":182,"s":20,"h":1,"dP":1,"n":"Alyxian the Absolved"},{"id":1150,"c":1,"u":"alyxian%20the%20callous_crcotn","p":179,"s":20,"h":1,"dP":1,"n":"Alyxian the Callous"},{"id":1151,"c":1,"u":"alyxian%20the%20dispossessed_crcotn","p":180,"s":20,"h":1,"dP":1,"n":"Alyxian the Dispossessed"},{"id":1152,"c":1,"u":"alyxian%20the%20hunter_crcotn","p":160,"s":20,"h":1,"dP":1,"n":"Alyxian the Hunter"},{"id":1153,"c":1,"u":"alyxian%20the%20tormented_crcotn","p":178,"s":20,"h":1,"dP":1,"n":"Alyxian the Tormented"},{"id":1154,"c":1,"u":"animated%20glass%20statue_crcotn","p":109,"s":20,"h":1,"dP":1,"n":"Animated Glass Statue"},{"id":1155,"c":1,"u":"aradrine%20the%20owl_crcotn","p":82,"s":20,"h":1,"dP":1,"n":"Aradrine the Owl"},{"id":1156,"c":1,"u":"ashann_crcotn","p":115,"s":20,"h":1,"dP":1,"n":"Ashann"},{"id":1157,"c":1,"u":"ayo%20jabe%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"n":"Ayo Jabe (Tier 1)"},{"id":1158,"c":1,"u":"ayo%20jabe%20(tier%202)_crcotn","p":190,"s":20,"h":1,"dP":1,"n":"Ayo Jabe (Tier 2)"},{"id":1159,"c":1,"u":"ayo%20jabe%20(tier%203)_crcotn","p":192,"s":20,"h":1,"dP":1,"n":"Ayo Jabe (Tier 3)"},{"id":1160,"c":1,"u":"celeste_crcotn","p":150,"s":20,"h":1,"dP":1,"n":"Celeste"},{"id":1161,"c":1,"u":"corrupted%20giant%20shark_crcotn","p":196,"s":20,"h":1,"dP":1,"n":"Corrupted Giant Shark"},{"id":1162,"c":1,"u":"dancing%20flame_crcotn","p":68,"s":20,"h":1,"dP":1,"n":"Dancing Flame"},{"id":1163,"c":1,"u":"death%20embrace_crcotn","p":197,"s":20,"h":1,"dP":1,"n":"Death Embrace"},{"id":1164,"c":1,"u":"dermot%20wurder%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"n":"Dermot Wurder (Tier 1)"},{"id":1165,"c":1,"u":"dermot%20wurder%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"n":"Dermot Wurder (Tier 2)"},{"id":1166,"c":1,"u":"dermot%20wurder%20(tier%203)_crcotn","p":193,"s":20,"h":1,"dP":1,"n":"Dermot Wurder (Tier 3)"},{"id":1167,"c":1,"u":"fiendish%20orc_crcotn","p":71,"s":20,"h":1,"dP":1,"n":"Fiendish Orc"},{"id":1168,"c":1,"u":"foghome_crcotn","p":58,"s":20,"h":1,"dP":1,"n":"Foghome"},{"id":1169,"c":1,"u":"galeokaerda_crcotn","p":130,"s":20,"h":1,"dP":1,"n":"Galeokaerda"},{"id":1170,"c":1,"u":"galsariad%20ardyth%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"n":"Galsariad Ardyth (Tier 1)"},{"id":1171,"c":1,"u":"galsariad%20ardyth%20(tier%202)_crcotn","p":190,"s":20,"h":1,"dP":1,"n":"Galsariad Ardyth (Tier 2)"},{"id":1172,"c":1,"u":"galsariad%20ardyth%20(tier%203)_crcotn","p":193,"s":20,"h":1,"dP":1,"n":"Galsariad Ardyth (Tier 3)"},{"id":1173,"c":1,"u":"gryz%20alakritos_crcotn","p":81,"s":20,"h":1,"dP":1,"n":"Gryz Alakritos"},{"id":1174,"c":1,"u":"insight%20acuere_crcotn","p":126,"s":20,"h":1,"dP":1,"n":"Insight Acuere"},{"id":1175,"c":1,"u":"irvan%20wastewalker%20(tier%201)_crcotn","p":189,"s":20,"h":1,"dP":1,"n":"Irvan Wastewalker (Tier 1)"},{"id":1176,"c":1,"u":"irvan%20wastewalker%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"n":"Irvan Wastewalker (Tier 2)"},{"id":1177,"c":1,"u":"irvan%20wastewalker%20(tier%203)_crcotn","p":194,"s":20,"h":1,"dP":1,"n":"Irvan Wastewalker (Tier 3)"},{"id":1178,"c":1,"u":"james%20cryon_crcotn","p":81,"s":20,"h":1,"dP":1,"n":"James Cryon"},{"id":1179,"c":1,"u":"jamil%20a'alithiya_crcotn","p":83,"s":20,"h":1,"dP":1,"n":"Jamil A'alithiya"},{"id":1180,"c":1,"u":"koris_crcotn","p":106,"s":20,"h":1,"dP":1,"n":"Koris"},{"id":1181,"c":1,"u":"laurin%20ophidas_crcotn","p":112,"s":20,"h":1,"dP":1,"n":"Laurin Ophidas"},{"id":1182,"c":1,"u":"light%20devourer_crcotn","p":200,"s":20,"h":1,"dP":1,"n":"Light Devourer"},{"id":1183,"c":1,"u":"maggie%20keeneyes%20(tier%201)_crcotn","p":189,"s":20,"h":1,"dP":1,"n":"Maggie Keeneyes (Tier 1)"},{"id":1184,"c":1,"u":"maggie%20keeneyes%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"n":"Maggie Keeneyes (Tier 2)"},{"id":1185,"c":1,"u":"maggie%20keeneyes%20(tier%203)_crcotn","p":194,"s":20,"h":1,"dP":1,"n":"Maggie Keeneyes (Tier 3)"},{"id":1186,"c":1,"u":"marisa_crcotn","p":150,"s":20,"h":1,"dP":1,"n":"Marisa"},{"id":1187,"c":1,"u":"meri_crcotn","p":150,"s":20,"h":1,"dP":1,"n":"Meri"},{"id":1188,"c":1,"u":"monastic%20high%20curator_crcotn","p":201,"s":20,"h":1,"dP":1,"n":"Monastic High Curator"},{"id":1189,"c":1,"u":"monastic%20infiltrator_crcotn","p":202,"s":20,"h":1,"dP":1,"n":"Monastic Infiltrator"},{"id":1190,"c":1,"u":"monastic%20operative_crcotn","p":202,"s":20,"h":1,"dP":1,"n":"Monastic Operative"},{"id":1191,"c":1,"u":"moonshark_crcotn","p":33,"s":20,"h":1,"dP":1,"n":"Moonshark"},{"id":1192,"c":1,"u":"occult%20extollant_crcotn","p":204,"s":20,"h":1,"dP":1,"n":"Occult Extollant"},{"id":1193,"c":1,"u":"occult%20initiate_crcotn","p":205,"s":20,"h":1,"dP":1,"n":"Occult Initiate"},{"id":1194,"c":1,"u":"occult%20silvertongue_crcotn","p":205,"s":20,"h":1,"dP":1,"n":"Occult Silvertongue"},{"id":1195,"c":1,"u":"olara_crcotn","p":129,"s":20,"h":1,"dP":1,"n":"Olara"},{"id":1196,"c":1,"u":"perigee_crcotn","p":168,"s":20,"h":1,"dP":1,"n":"Perigee"},{"id":1197,"c":1,"u":"prolix%20yusaf_crcotn","p":54,"s":20,"h":1,"dP":1,"n":"Prolix Yusaf"},{"id":1198,"c":1,"u":"ruidium%20elephant_crcotn","p":95,"s":20,"h":1,"dP":1,"n":"Ruidium Elephant"},{"id":1199,"c":1,"u":"scholarly%20agent_crcotn","p":206,"s":20,"h":1,"dP":1,"n":"Scholarly Agent"},{"id":1200,"c":1,"u":"scholarly%20excavator_crcotn","p":206,"s":20,"h":1,"dP":1,"n":"Scholarly Excavator"},{"id":1201,"c":1,"u":"scholarly%20mastermind_crcotn","p":207,"s":20,"h":1,"dP":1,"n":"Scholarly Mastermind"},{"id":1202,"c":1,"u":"scribble_crcotn","p":126,"s":20,"h":1,"dP":1,"n":"Scribble"},{"id":1203,"c":1,"u":"scuttling%20serpentmaw_crcotn","p":208,"s":20,"h":1,"dP":1,"n":"Scuttling Serpentmaw"},{"id":1204,"c":1,"u":"shira_crcotn","p":105,"s":20,"h":1,"dP":1,"n":"Shira"},{"id":1205,"c":1,"u":"skeletal%20bloodfin_crcotn","p":159,"s":20,"h":1,"dP":1,"n":"Skeletal Bloodfin"},{"id":1206,"c":1,"u":"slithering%20bloodfin_crcotn","p":209,"s":20,"h":1,"dP":1,"n":"Slithering Bloodfin"},{"id":1207,"c":1,"u":"sorrowfish_crcotn","p":210,"s":20,"h":1,"dP":1,"n":"Sorrowfish"},{"id":1208,"c":1,"u":"swarm%20of%20sorrowfish_crcotn","p":210,"s":20,"h":1,"dP":1,"n":"Swarm of Sorrowfish"},{"id":1209,"c":1,"u":"verin%20thelyss_crcotn","p":51,"s":20,"h":1,"dP":1,"n":"Verin Thelyss"},{"id":1210,"c":1,"u":"xot_crcotn","p":126,"s":20,"h":1,"dP":1,"n":"Xot"},{"id":1211,"c":1,"u":"young%20horizonback%20tortoise_crcotn","p":26,"s":20,"h":1,"dP":1,"n":"Young Horizonback Tortoise"},{"id":1212,"c":1,"u":"ebondeath_dc","s":21,"h":1,"n":"Ebondeath"},{"id":1213,"c":1,"u":"expert_dc","s":21,"h":1,"n":"Expert"},{"id":1214,"c":1,"u":"spellcaster%20(healer)_dc","s":21,"h":1,"n":"Spellcaster (Healer)"},{"id":1215,"c":1,"u":"spellcaster%20(mage)_dc","s":21,"h":1,"n":"Spellcaster (Mage)"},{"id":1216,"c":1,"u":"warrior_dc","s":21,"h":1,"n":"Warrior"},{"id":1217,"c":1,"u":"anchorite%20of%20talos_dip","p":51,"s":22,"h":1,"n":"Anchorite of Talos"},{"id":1218,"c":1,"u":"don-jon%20raskin_dip","p":56,"s":22,"h":1,"n":"Don-Jon Raskin"},{"id":1219,"c":1,"u":"falcon%20the%20hunter_dip","p":56,"s":22,"h":1,"n":"Falcon the Hunter"},{"id":1220,"c":1,"u":"gorthok%20the%20thunder%20boar_dip","p":58,"s":22,"h":1,"n":"Gorthok the Thunder Boar"},{"id":1221,"c":1,"u":"rock%20gnome%20recluse_dip","p":62,"s":22,"h":1,"n":"Rock Gnome Recluse"},{"id":1222,"c":1,"u":"skeletal%20riding%20horse_dip","p":21,"s":22,"h":1,"n":"Skeletal Riding Horse"},{"id":1223,"c":1,"u":"pech_ditlcot","p":16,"s":23,"h":1,"n":"Pech"},{"id":1224,"c":1,"u":"avatar%20of%20death_dmg","p":164,"s":24,"h":1,"r":1,"n":"Avatar of Death"},{"id":1225,"c":1,"u":"giant%20fly_dmg","p":169,"s":24,"h":1,"n":"Giant Fly"},{"id":1226,"c":1,"u":"larva_dmg","p":63,"s":24,"h":1,"n":"Larva"},{"id":1227,"c":1,"u":"amalgamation_dodk","p":206,"s":25,"h":1,"dP":1,"n":"Amalgamation"},{"id":1228,"c":1,"u":"animated%20delerium%20sludge_dodk","p":203,"s":25,"h":1,"dP":1,"n":"Animated Delerium Sludge"},{"id":1229,"c":1,"u":"arcane%20wraith_dodk","p":197,"s":25,"h":1,"dP":1,"n":"Arcane Wraith"},{"id":1230,"c":1,"u":"big%20linda_dodk","p":163,"s":25,"h":1,"dP":1,"n":"Big Linda"},{"id":1231,"c":1,"u":"cavalier_dodk","p":218,"s":25,"h":1,"dP":1,"n":"Cavalier"},{"id":1232,"c":1,"u":"chaplain_dodk","p":218,"s":25,"h":1,"dP":1,"n":"Chaplain"},{"id":1233,"c":1,"u":"crater%20wurm_dodk","p":197,"s":25,"h":1,"dP":1,"n":"Crater Wurm"},{"id":1234,"c":1,"u":"crimson%20countess_dodk","p":208,"s":25,"h":1,"dP":1,"n":"Crimson Countess"},{"id":1235,"c":1,"u":"delerium%20dreg_dodk","p":199,"s":25,"h":1,"dP":1,"n":"Delerium Dreg"},{"id":1236,"c":1,"u":"eldrick%20runeweaver_dodk","p":215,"s":25,"h":1,"dP":1,"n":"Eldrick Runeweaver"},{"id":1237,"c":1,"u":"entropic%20flame_dodk","p":204,"s":25,"h":1,"dP":1,"n":"Entropic Flame"},{"id":1238,"c":1,"u":"eoghan%20ghostweaver_dodk","p":105,"s":25,"h":1,"dP":1,"n":"Eoghan Ghostweaver"},{"id":1239,"c":1,"u":"executioner_dodk","p":209,"s":25,"h":1,"dP":1,"n":"Executioner"},{"id":1240,"c":1,"u":"garmyr_dodk","p":197,"s":25,"h":1,"dP":1,"n":"Garmyr"},{"id":1241,"c":1,"u":"gravekeeper_dodk","p":210,"s":25,"h":1,"dP":1,"n":"Gravekeeper"},{"id":1242,"c":1,"u":"grotesque%20gargant_dodk","p":197,"s":25,"h":1,"dP":1,"n":"Grotesque Gargant"},{"id":1243,"c":1,"u":"haze%20hulk_dodk","p":200,"s":25,"h":1,"dP":1,"n":"Haze Hulk"},{"id":1244,"c":1,"u":"haze%20husk_dodk","p":197,"s":25,"h":1,"dP":1,"n":"Haze Husk"},{"id":1245,"c":1,"u":"haze%20wight_dodk","p":198,"s":25,"h":1,"dP":1,"n":"Haze Wight"},{"id":1246,"c":1,"u":"hedge%20mage_dodk","p":219,"s":25,"h":1,"dP":1,"n":"Hedge Mage"},{"id":1247,"c":1,"u":"hypnotic%20eldritch%20blossom_dodk","p":205,"s":25,"h":1,"dP":1,"n":"Hypnotic Eldritch Blossom"},{"id":1248,"c":1,"u":"knight-captain%20theodore%20marshal_dodk","p":215,"s":25,"h":1,"dP":1,"n":"Knight-Captain Theodore Marshal"},{"id":1249,"c":1,"u":"lenore%20von%20kessel_dodk","p":134,"s":25,"h":1,"dP":1,"n":"Lenore von Kessel"},{"id":1250,"c":1,"u":"living%20deep%20haze_dodk","p":204,"s":25,"h":1,"dP":1,"n":"Living Deep Haze"},{"id":1251,"c":1,"u":"lord%20commander%20elias%20drexel_dodk","p":214,"s":25,"h":1,"dP":1,"n":"Lord Commander Elias Drexel"},{"id":1252,"c":1,"u":"lord%20of%20the%20feast_dodk","p":211,"s":25,"h":1,"dP":1,"n":"Lord of the Feast"},{"id":1253,"c":1,"u":"lucretia%20mathias_dodk","p":216,"s":25,"h":1,"dP":1,"n":"Lucretia Mathias"},{"id":1254,"c":1,"u":"minazorond_dodk","p":183,"s":25,"h":1,"dP":1,"n":"Minazorond"},{"id":1255,"c":1,"u":"oscar%20yoren_dodk","p":99,"s":25,"h":1,"dP":1,"n":"Oscar Yoren"},{"id":1256,"c":1,"u":"pale%20man_dodk","p":212,"s":25,"h":1,"dP":1,"n":"Pale Man"},{"id":1257,"c":1,"u":"protean%20abomination_dodk","p":201,"s":25,"h":1,"dP":1,"n":"Protean Abomination"},{"id":1258,"c":1,"u":"queen%20of%20thieves_dodk","p":217,"s":25,"h":1,"dP":1,"n":"Queen of Thieves"},{"id":1259,"c":1,"u":"rat%20prince_dodk","p":213,"s":25,"h":1,"dP":1,"n":"Rat Prince"},{"id":1260,"c":1,"u":"ratling_dodk","p":202,"s":25,"h":1,"dP":1,"n":"Ratling"},{"id":1261,"c":1,"u":"saint%20gresha_dodk","p":124,"s":25,"h":1,"dP":1,"n":"Saint Gresha"},{"id":1262,"c":1,"u":"scoundrel_dodk","p":219,"s":25,"h":1,"dP":1,"n":"Scoundrel"},{"id":1263,"c":1,"u":"tower%20dragon_dodk","p":198,"s":25,"h":1,"dP":1,"n":"Tower Dragon"},{"id":1264,"c":1,"u":"urban%20ranger_dodk","p":220,"s":25,"h":1,"dP":1,"n":"Urban Ranger"},{"id":1265,"c":1,"u":"walking%20delerium%20geode_dodk","p":205,"s":25,"h":1,"dP":1,"n":"Walking Delerium Geode"},{"id":1266,"c":1,"u":"wall%20gargoyle_dodk","p":198,"s":25,"h":1,"dP":1,"n":"Wall Gargoyle"},{"id":1267,"c":1,"u":"warlock%20of%20the%20rat%20god_dodk","p":202,"s":25,"h":1,"dP":1,"n":"Warlock of the Rat God"},{"id":1268,"c":1,"u":"warp%20witch_dodk","p":198,"s":25,"h":1,"dP":1,"n":"Warp Witch"},{"id":1269,"c":1,"u":"fume%20drake_dosi","p":41,"s":26,"h":1,"n":"Fume Drake"},{"id":1270,"c":1,"u":"kobold%20tinkerer_dosi","p":43,"s":26,"h":1,"n":"Kobold Tinkerer"},{"id":1271,"c":1,"u":"merrow%20extortionist_dosi","p":0,"s":26,"h":1,"n":"Merrow Extortionist"},{"id":1272,"c":1,"u":"myla_dosi","p":9,"s":26,"h":1,"n":"Myla"},{"id":1273,"c":1,"u":"runara_dosi","p":40,"s":26,"h":1,"n":"Runara"},{"id":1274,"c":1,"u":"sinensa_dosi","p":45,"s":26,"h":1,"n":"Sinensa"},{"id":1275,"c":1,"u":"spore%20servant%20octopus_dosi","p":46,"s":26,"h":1,"n":"Spore Servant Octopus"},{"id":1276,"c":1,"u":"tarak_dosi","p":47,"s":26,"h":1,"n":"Tarak"},{"id":1277,"c":1,"u":"varnoth_dosi","p":47,"s":26,"h":1,"n":"Varnoth"},{"id":1278,"c":1,"u":"violet%20fungus_dosi","p":48,"s":26,"h":1,"n":"Violet Fungus"},{"id":1279,"c":1,"u":"amelia%20ghallen_dsotdq","p":180,"s":27,"h":1,"n":"Amelia Ghallen"},{"id":1280,"c":1,"u":"andir%20valmakos_dsotdq","p":210,"s":27,"h":1,"n":"Andir Valmakos"},{"id":1281,"c":1,"u":"anhkolox_dsotdq","p":192,"s":27,"h":1,"n":"Anhkolox"},{"id":1282,"c":1,"u":"aurak%20draconian_dsotdq","p":196,"s":27,"h":1,"n":"Aurak Draconian"},{"id":1283,"c":1,"u":"ayik%20ur_dsotdq","p":211,"s":27,"h":1,"n":"Ayik Ur"},{"id":1284,"c":1,"u":"baaz%20draconian_dsotdq","p":197,"s":27,"h":1,"n":"Baaz Draconian"},{"id":1285,"c":1,"u":"bakaris%20the%20younger_dsotdq","p":57,"s":27,"h":1,"n":"Bakaris the Younger"},{"id":1286,"c":1,"u":"bakaris%20uth%20estide_dsotdq","p":54,"s":27,"h":1,"n":"Bakaris Uth Estide"},{"id":1287,"c":1,"u":"becklin%20uth%20viharin_dsotdq","p":55,"s":27,"h":1,"n":"Becklin Uth Viharin"},{"id":1288,"c":1,"u":"belephaion_dsotdq","p":157,"s":27,"h":1,"n":"Belephaion"},{"id":1289,"c":1,"u":"bozak%20draconian_dsotdq","p":198,"s":27,"h":1,"n":"Bozak Draconian"},{"id":1290,"c":1,"u":"captain%20hask_dsotdq","p":148,"s":27,"h":1,"n":"Captain Hask"},{"id":1291,"c":1,"u":"caradoc_dsotdq","p":193,"s":27,"h":1,"n":"Caradoc"},{"id":1292,"c":1,"u":"clystran_dsotdq","p":126,"s":27,"h":1,"n":"Clystran"},{"id":1293,"c":1,"u":"cudgel%20ironsmile_dsotdq","p":58,"s":27,"h":1,"n":"Cudgel Ironsmile"},{"id":1294,"c":1,"u":"dalamar_dsotdq","p":111,"s":27,"h":1,"n":"Dalamar"},{"id":1295,"c":1,"u":"darrett%20highwater_dsotdq","p":59,"s":27,"h":1,"n":"Darrett Highwater"},{"id":1296,"c":1,"u":"demelin_dsotdq","p":139,"s":27,"h":1,"n":"Demelin"},{"id":1297,"c":1,"u":"dracophage%20subject_dsotdq","p":118,"s":27,"h":1,"n":"Dracophage Subject"},{"id":1298,"c":1,"u":"dragon%20army%20dragonnel_dsotdq","p":201,"s":27,"h":1,"n":"Dragon Army Dragonnel"},{"id":1299,"c":1,"u":"dragon%20army%20officer_dsotdq","p":200,"s":27,"h":1,"n":"Dragon Army Officer"},{"id":1300,"c":1,"u":"dragon%20army%20soldier_dsotdq","p":200,"s":27,"h":1,"n":"Dragon Army Soldier"},{"id":1301,"c":1,"u":"durstan%20rial_dsotdq","p":97,"s":27,"h":1,"n":"Durstan Rial"},{"id":1302,"c":1,"u":"duskwalker_dsotdq","p":150,"s":27,"h":1,"n":"Duskwalker"},{"id":1303,"c":1,"u":"fewmaster%20gholcag_dsotdq","p":74,"s":27,"h":1,"n":"Fewmaster Gholcag"},{"id":1304,"c":1,"u":"greater%20death%20dragon_dsotdq","p":195,"s":27,"h":1,"n":"Greater Death Dragon"},{"id":1305,"c":1,"u":"hrigg%20roundrook_dsotdq","p":211,"s":27,"h":1,"n":"Hrigg Roundrook"},{"id":1306,"c":1,"u":"hulking%20shadow_dsotdq","p":174,"s":27,"h":1,"n":"Hulking Shadow"},{"id":1307,"c":1,"u":"ignia_dsotdq","p":184,"s":27,"h":1,"n":"Ignia"},{"id":1308,"c":1,"u":"incomplete%20dragon%20skeleton_dsotdq","p":138,"s":27,"h":1,"n":"Incomplete Dragon Skeleton"},{"id":1309,"c":1,"u":"iriad_dsotdq","p":212,"s":27,"h":1,"n":"Iriad"},{"id":1310,"c":1,"u":"ishvern_dsotdq","p":114,"s":27,"h":1,"n":"Ishvern"},{"id":1311,"c":1,"u":"istarian%20drone_dsotdq","p":202,"s":27,"h":1,"n":"Istarian Drone"},{"id":1312,"c":1,"u":"jeyev%20veldrews_dsotdq","p":75,"s":27,"h":1,"n":"Jeyev Veldrews"},{"id":1313,"c":1,"u":"kalaman%20soldier_dsotdq","p":202,"s":27,"h":1,"n":"Kalaman Soldier"},{"id":1314,"c":1,"u":"kansaldi%20fire-eyes_dsotdq","p":203,"s":27,"h":1,"n":"Kansaldi Fire-Eyes"},{"id":1315,"c":1,"u":"kapak%20draconian_dsotdq","p":198,"s":27,"h":1,"n":"Kapak Draconian"},{"id":1316,"c":1,"u":"karavarix_dsotdq","p":183,"s":27,"h":1,"n":"Karavarix"},{"id":1317,"c":1,"u":"kender%20skirmisher_dsotdq","p":204,"s":27,"h":1,"n":"Kender Skirmisher"},{"id":1318,"c":1,"u":"leedara_dsotdq","p":58,"s":27,"h":1,"n":"Leedara"},{"id":1319,"c":1,"u":"lesser%20death%20dragon_dsotdq","p":195,"s":27,"h":1,"n":"Lesser Death Dragon"},{"id":1320,"c":1,"u":"levna%20drakehorn_dsotdq","p":213,"s":27,"h":1,"n":"Levna Drakehorn"},{"id":1321,"c":1,"u":"lohezet_dsotdq","p":205,"s":27,"h":1,"n":"Lohezet"},{"id":1322,"c":1,"u":"lord%20soth_dsotdq","p":206,"s":27,"h":1,"n":"Lord Soth"},{"id":1323,"c":1,"u":"lorry%20wanwillow_dsotdq","p":177,"s":27,"h":1,"n":"Lorry Wanwillow"},{"id":1324,"c":1,"u":"raven%20uth%20vogler_dsotdq","p":53,"s":27,"h":1,"n":"Raven Uth Vogler"},{"id":1325,"c":1,"u":"red%20ruin_dsotdq","p":208,"s":27,"h":1,"n":"Red Ruin"},{"id":1326,"c":1,"u":"sarlamir_dsotdq","p":102,"s":27,"h":1,"n":"Sarlamir"},{"id":1327,"c":1,"u":"sea%20elf%20scout_dsotdq","p":114,"s":27,"h":1,"n":"Sea Elf Scout"},{"id":1328,"c":1,"u":"sivak%20draconian_dsotdq","p":199,"s":27,"h":1,"n":"Sivak Draconian"},{"id":1329,"c":1,"u":"skeletal%20knight_dsotdq","p":208,"s":27,"h":1,"n":"Skeletal Knight"},{"id":1330,"c":1,"u":"tatina%20rookledust_dsotdq","p":87,"s":27,"h":1,"n":"Tatina Rookledust"},{"id":1331,"c":1,"u":"tem%20temble_dsotdq","p":213,"s":27,"h":1,"n":"Tem Temble"},{"id":1332,"c":1,"u":"undead%20soldier_dsotdq","p":96,"s":27,"h":1,"n":"Undead Soldier"},{"id":1333,"c":1,"u":"virruza_dsotdq","p":119,"s":27,"h":1,"n":"Virruza"},{"id":1334,"c":1,"u":"wasteland%20dragonnel_dsotdq","p":201,"s":27,"h":1,"n":"Wasteland Dragonnel"},{"id":1335,"c":1,"u":"wersten%20kern_dsotdq","p":209,"s":27,"h":1,"n":"Wersten Kern"},{"id":1336,"c":1,"u":"wyhan_dsotdq","p":79,"s":27,"h":1,"n":"Wyhan"},{"id":1337,"c":1,"u":"aeorian%20absorber_egw","p":283,"s":28,"h":1,"dP":1,"n":"Aeorian Absorber"},{"id":1338,"c":1,"u":"aeorian%20nullifier_egw","p":283,"s":28,"h":1,"dP":1,"n":"Aeorian Nullifier"},{"id":1339,"c":1,"u":"aeorian%20reverser_egw","p":284,"s":28,"h":1,"dP":1,"n":"Aeorian Reverser"},{"id":1340,"c":1,"u":"allowak%20abominable%20yeti_egw","p":126,"s":28,"h":1,"dP":1,"n":"Allowak Abominable Yeti"},{"id":1341,"c":1,"u":"allowak%20yeti_egw","p":126,"s":28,"h":1,"dP":1,"n":"Allowak Yeti"},{"id":1342,"c":1,"u":"animated%20knife_egw","p":248,"s":28,"h":1,"dP":1,"n":"Animated Knife"},{"id":1343,"c":1,"u":"animated%20tree_egw","p":130,"s":28,"h":1,"dP":1,"n":"Animated Tree"},{"id":1344,"c":1,"u":"blood%20hunter_egw","p":284,"s":28,"h":1,"dP":1,"n":"Blood Hunter"},{"id":1345,"c":1,"u":"bol'bara_egw","p":261,"s":28,"h":1,"dP":1,"n":"Bol'bara"},{"id":1346,"c":1,"u":"bristled%20moorbounder_egw","p":295,"s":28,"h":1,"dP":1,"n":"Bristled Moorbounder"},{"id":1347,"c":1,"u":"core%20spawn%20crawler_egw","p":286,"s":28,"h":1,"dP":1,"n":"Core Spawn Crawler"},{"id":1348,"c":1,"u":"core%20spawn%20emissary_egw","p":286,"s":28,"h":1,"dP":1,"n":"Core Spawn Emissary"},{"id":1349,"c":1,"u":"core%20spawn%20seer_egw","p":286,"s":28,"h":1,"dP":1,"n":"Core Spawn Seer"},{"id":1350,"c":1,"u":"core%20spawn%20worm_egw","p":287,"s":28,"h":1,"dP":1,"n":"Core Spawn Worm"},{"id":1351,"c":1,"u":"damaged%20flesh%20golem_egw","p":248,"s":28,"h":1,"dP":1,"n":"Damaged Flesh Golem"},{"id":1352,"c":1,"u":"ferol%20sal_egw","p":249,"s":28,"h":1,"dP":1,"n":"Ferol Sal"},{"id":1353,"c":1,"u":"frost%20giant%20zombie_egw","p":288,"s":28,"h":1,"dP":1,"n":"Frost Giant Zombie"},{"id":1354,"c":1,"u":"frost%20worm_egw","p":289,"s":28,"h":1,"dP":1,"n":"Frost Worm"},{"id":1355,"c":1,"u":"gearkeeper%20construct_egw","p":290,"s":28,"h":1,"dP":1,"n":"Gearkeeper Construct"},{"id":1356,"c":1,"u":"gloomstalker_egw","p":291,"s":28,"h":1,"dP":1,"n":"Gloomstalker"},{"id":1357,"c":1,"u":"guardian%20wolf_egw","p":272,"s":28,"h":1,"dP":1,"n":"Guardian Wolf"},{"id":1358,"c":1,"u":"horizonback%20tortoise_egw","p":292,"s":28,"h":1,"dP":1,"n":"Horizonback Tortoise"},{"id":1359,"c":1,"u":"hulil%20lutan_egw","p":240,"s":28,"h":1,"dP":1,"n":"Hulil Lutan"},{"id":1360,"c":1,"u":"husk%20zombie_egw","p":293,"s":28,"h":1,"dP":1,"n":"Husk Zombie"},{"id":1361,"c":1,"u":"ishel_egw","p":231,"s":28,"h":1,"dP":1,"n":"Ishel"},{"id":1362,"c":1,"u":"karkethzerethzerus%2c%20the%20sable%20despoiler_egw","p":158,"s":28,"h":1,"dP":1,"n":"Karkethzerethzerus, the Sable Despoiler"},{"id":1363,"c":1,"u":"kobold%20underling_egw","p":221,"s":28,"h":1,"dP":1,"n":"Kobold Underling"},{"id":1364,"c":1,"u":"merrow%20shallowpriest_egw","p":294,"s":28,"h":1,"dP":1,"n":"Merrow Shallowpriest"},{"id":1365,"c":1,"u":"moorbounder_egw","p":295,"s":28,"h":1,"dP":1,"n":"Moorbounder"},{"id":1366,"c":1,"u":"mossback%20steward_egw","p":256,"s":28,"h":1,"dP":1,"n":"Mossback Steward"},{"id":1367,"c":1,"u":"nergaliid_egw","p":296,"s":28,"h":1,"dP":1,"n":"Nergaliid"},{"id":1368,"c":1,"u":"ogre%20lord%20buhfal%20ii_egw","p":251,"s":28,"h":1,"dP":1,"n":"Ogre Lord Buhfal II"},{"id":1369,"c":1,"u":"old%20croaker_egw","p":240,"s":28,"h":1,"dP":1,"n":"Old Croaker"},{"id":1370,"c":1,"u":"oracs%20the%20enduring_egw","p":154,"s":28,"h":1,"dP":1,"n":"Oracs the Enduring"},{"id":1371,"c":1,"u":"parson%20pellinost_egw","p":261,"s":28,"h":1,"dP":1,"n":"Parson Pellinost"},{"id":1372,"c":1,"u":"raegrin%20mau_egw","p":240,"s":28,"h":1,"dP":1,"n":"Raegrin Mau"},{"id":1373,"c":1,"u":"sahuagin%20warlock%20of%20uk'otoa_egw","p":297,"s":28,"h":1,"dP":1,"n":"Sahuagin Warlock of Uk'otoa"},{"id":1374,"c":1,"u":"sea%20fury_egw","p":299,"s":28,"h":1,"dP":1,"n":"Sea Fury"},{"id":1375,"c":1,"u":"shadowghast_egw","p":299,"s":28,"h":1,"dP":1,"n":"Shadowghast"},{"id":1376,"c":1,"u":"sharkbody%20abomination_egw","p":215,"s":28,"h":1,"dP":1,"n":"Sharkbody Abomination"},{"id":1377,"c":1,"u":"sken%20zabriss_egw","p":221,"s":28,"h":1,"dP":1,"n":"Sken Zabriss"},{"id":1378,"c":1,"u":"skr'a%20s'orsk_egw","p":254,"s":28,"h":1,"dP":1,"n":"Skr'a S'orsk"},{"id":1379,"c":1,"u":"swarm%20of%20undead%20snakes_egw","p":247,"s":28,"h":1,"dP":1,"n":"Swarm of Undead Snakes"},{"id":1380,"c":1,"u":"swavain%20basilisk_egw","p":300,"s":28,"h":1,"dP":1,"n":"Swavain Basilisk"},{"id":1381,"c":1,"u":"three%20earrings_egw","p":211,"s":28,"h":1,"dP":1,"n":"Three Earrings"},{"id":1382,"c":1,"u":"udaak_egw","p":301,"s":28,"h":1,"dP":1,"n":"Udaak"},{"id":1383,"c":1,"u":"vox%20seeker_egw","p":270,"s":28,"h":1,"dP":1,"n":"Vox Seeker"},{"id":1384,"c":1,"u":"yinra%20emberwind_egw","p":223,"s":28,"h":1,"dP":1,"n":"Yinra Emberwind"},{"id":1385,"c":1,"u":"belashyrra_erlw","p":286,"s":29,"h":1,"n":"Belashyrra"},{"id":1386,"c":1,"u":"bone%20knight_erlw","p":316,"s":29,"h":1,"n":"Bone Knight"},{"id":1387,"c":1,"u":"changeling_erlw","p":317,"s":29,"h":1,"n":"Changeling"},{"id":1388,"c":1,"u":"clawfoot_erlw","p":289,"s":29,"h":1,"n":"Clawfoot"},{"id":1389,"c":1,"u":"corrin%20delmaco_erlw","p":271,"s":29,"h":1,"n":"Corrin Delmaco"},{"id":1390,"c":1,"u":"dolgaunt_erlw","p":290,"s":29,"h":1,"n":"Dolgaunt"},{"id":1391,"c":1,"u":"dolgrim_erlw","p":291,"s":29,"h":1,"n":"Dolgrim"},{"id":1392,"c":1,"u":"dusk%20hag_erlw","p":292,"s":29,"h":1,"n":"Dusk Hag"},{"id":1393,"c":1,"u":"dyrrn_erlw","p":288,"s":29,"h":1,"n":"Dyrrn"},{"id":1394,"c":1,"u":"expeditious%20messenger_erlw","p":293,"s":29,"h":1,"n":"Expeditious Messenger"},{"id":1395,"c":1,"u":"fastieth_erlw","p":289,"s":29,"h":1,"n":"Fastieth"},{"id":1396,"c":1,"u":"garra_erlw","p":272,"s":29,"h":1,"n":"Garra"},{"id":1397,"c":1,"u":"hashalaq%20quori_erlw","p":305,"s":29,"h":1,"n":"Hashalaq Quori"},{"id":1398,"c":1,"u":"inspired_erlw","p":294,"s":29,"h":1,"n":"Inspired"},{"id":1399,"c":1,"u":"iron%20defender_erlw","p":293,"s":29,"h":1,"n":"Iron Defender"},{"id":1400,"c":1,"u":"kalaraq%20quori_erlw","p":306,"s":29,"h":1,"n":"Kalaraq Quori"},{"id":1401,"c":1,"u":"kalashtar_erlw","p":317,"s":29,"h":1,"n":"Kalashtar"},{"id":1402,"c":1,"u":"karrnathi%20undead%20soldier_erlw","p":295,"s":29,"h":1,"n":"Karrnathi Undead Soldier"},{"id":1403,"c":1,"u":"lady%20illmarrow_erlw","p":296,"s":29,"h":1,"n":"Lady Illmarrow"},{"id":1404,"c":1,"u":"living%20burning%20hands_erlw","p":298,"s":29,"h":1,"n":"Living Burning Hands"},{"id":1405,"c":1,"u":"living%20cloudkill_erlw","p":299,"s":29,"h":1,"n":"Living Cloudkill"},{"id":1406,"c":1,"u":"living%20lightning%20bolt_erlw","p":299,"s":29,"h":1,"n":"Living Lightning Bolt"},{"id":1407,"c":1,"u":"magewright_erlw","p":318,"s":29,"h":1,"n":"Magewright"},{"id":1408,"c":1,"u":"mordakhesh_erlw","p":301,"s":29,"h":1,"n":"Mordakhesh"},{"id":1409,"c":1,"u":"radiant%20idol_erlw","p":308,"s":29,"h":1,"n":"Radiant Idol"},{"id":1410,"c":1,"u":"rak%20tulkhesh_erlw","p":303,"s":29,"h":1,"n":"Rak Tulkhesh"},{"id":1411,"c":1,"u":"sergeant_erlw","p":197,"s":29,"h":1,"n":"Sergeant"},{"id":1412,"c":1,"u":"shifter_erlw","p":319,"s":29,"h":1,"n":"Shifter"},{"id":1413,"c":1,"u":"sul%20khatesh_erlw","p":304,"s":29,"h":1,"n":"Sul Khatesh"},{"id":1414,"c":1,"u":"tarkanan%20assassin_erlw","p":320,"s":29,"h":1,"n":"Tarkanan Assassin"},{"id":1415,"c":1,"u":"the%20lord%20of%20blades_erlw","p":300,"s":29,"h":1,"n":"The Lord of Blades"},{"id":1416,"c":1,"u":"tsucora%20quori_erlw","p":307,"s":29,"h":1,"n":"Tsucora Quori"},{"id":1417,"c":1,"u":"undying%20councilor_erlw","p":311,"s":29,"h":1,"n":"Undying Councilor"},{"id":1418,"c":1,"u":"undying%20soldier_erlw","p":311,"s":29,"h":1,"n":"Undying Soldier"},{"id":1419,"c":1,"u":"valenar%20hawk_erlw","p":312,"s":29,"h":1,"n":"Valenar Hawk"},{"id":1420,"c":1,"u":"valenar%20hound_erlw","p":312,"s":29,"h":1,"n":"Valenar Hound"},{"id":1421,"c":1,"u":"valenar%20steed_erlw","p":313,"s":29,"h":1,"n":"Valenar Steed"},{"id":1422,"c":1,"u":"warforged%20colossus_erlw","p":314,"s":29,"h":1,"n":"Warforged Colossus"},{"id":1423,"c":1,"u":"warforged%20soldier_erlw","p":320,"s":29,"h":1,"n":"Warforged Soldier"},{"id":1424,"c":1,"u":"warforged%20titan_erlw","p":315,"s":29,"h":1,"n":"Warforged Titan"},{"id":1425,"c":1,"u":"zakya%20rakshasa_erlw","p":309,"s":29,"h":1,"n":"Zakya Rakshasa"},{"id":1426,"c":1,"u":"expert_esk","p":63,"s":30,"h":1,"n":"Expert"},{"id":1427,"c":1,"u":"spellcaster_esk","p":63,"s":30,"h":1,"n":"Spellcaster"},{"id":1428,"c":1,"u":"warrior_esk","p":63,"s":30,"h":1,"n":"Warrior"},{"id":1429,"c":1,"u":"anarch_ggr","p":239,"s":31,"h":1,"n":"Anarch"},{"id":1430,"c":1,"u":"archon%20of%20the%20triumvirate_ggr","p":192,"s":31,"h":1,"n":"Archon of the Triumvirate"},{"id":1431,"c":1,"u":"arclight%20phoenix_ggr","p":193,"s":31,"h":1,"n":"Arclight Phoenix"},{"id":1432,"c":1,"u":"aurelia_ggr","p":230,"s":31,"h":1,"n":"Aurelia"},{"id":1433,"c":1,"u":"battleforce%20angel_ggr","p":189,"s":31,"h":1,"n":"Battleforce Angel"},{"id":1434,"c":1,"u":"biomancer_ggr","p":256,"s":31,"h":1,"n":"Biomancer"},{"id":1435,"c":1,"u":"blistercoil%20weird_ggr","p":207,"s":31,"h":1,"n":"Blistercoil Weird"},{"id":1436,"c":1,"u":"blood%20drinker%20vampire_ggr","p":223,"s":31,"h":1,"n":"Blood Drinker Vampire"},{"id":1437,"c":1,"u":"blood%20witch_ggr","p":248,"s":31,"h":1,"n":"Blood Witch"},{"id":1438,"c":1,"u":"bloodfray%20giant_ggr","p":200,"s":31,"h":1,"n":"Bloodfray Giant"},{"id":1439,"c":1,"u":"borborygmos_ggr","p":238,"s":31,"h":1,"n":"Borborygmos"},{"id":1440,"c":1,"u":"cackler_ggr","p":195,"s":31,"h":1,"n":"Cackler"},{"id":1441,"c":1,"u":"category%201%20krasis_ggr","p":210,"s":31,"h":1,"n":"Category 1 Krasis"},{"id":1442,"c":1,"u":"category%202%20krasis_ggr","p":211,"s":31,"h":1,"n":"Category 2 Krasis"},{"id":1443,"c":1,"u":"category%203%20krasis_ggr","p":212,"s":31,"h":1,"n":"Category 3 Krasis"},{"id":1444,"c":1,"u":"conclave%20dryad_ggr","p":194,"s":31,"h":1,"n":"Conclave Dryad"},{"id":1445,"c":1,"u":"cosmotronic%20blastseeker_ggr","p":242,"s":31,"h":1,"n":"Cosmotronic Blastseeker"},{"id":1446,"c":1,"u":"counterflux%20blastseeker_ggr","p":242,"s":31,"h":1,"n":"Counterflux Blastseeker"},{"id":1447,"c":1,"u":"deathpact%20angel_ggr","p":192,"s":31,"h":1,"n":"Deathpact Angel"},{"id":1448,"c":1,"u":"devkarin%20lich_ggr","p":198,"s":31,"h":1,"n":"Devkarin Lich"},{"id":1449,"c":1,"u":"druid%20of%20the%20old%20ways_ggr","p":239,"s":31,"h":1,"n":"Druid of the Old Ways"},{"id":1450,"c":1,"u":"felidar_ggr","p":199,"s":31,"h":1,"n":"Felidar"},{"id":1451,"c":1,"u":"firefist_ggr","p":231,"s":31,"h":1,"n":"Firefist"},{"id":1452,"c":1,"u":"firemane%20angel_ggr","p":190,"s":31,"h":1,"n":"Firemane Angel"},{"id":1453,"c":1,"u":"flux%20blastseeker_ggr","p":242,"s":31,"h":1,"n":"Flux Blastseeker"},{"id":1454,"c":1,"u":"fluxcharger_ggr","p":208,"s":31,"h":1,"n":"Fluxcharger"},{"id":1455,"c":1,"u":"flying%20horror_ggr","p":203,"s":31,"h":1,"n":"Flying Horror"},{"id":1456,"c":1,"u":"frontline%20medic_ggr","p":231,"s":31,"h":1,"n":"Frontline Medic"},{"id":1457,"c":1,"u":"galvanic%20blastseeker_ggr","p":243,"s":31,"h":1,"n":"Galvanic Blastseeker"},{"id":1458,"c":1,"u":"galvanice%20weird_ggr","p":209,"s":31,"h":1,"n":"Galvanice Weird"},{"id":1459,"c":1,"u":"gloamwing_ggr","p":215,"s":31,"h":1,"n":"Gloamwing"},{"id":1460,"c":1,"u":"golgari%20shaman_ggr","p":236,"s":31,"h":1,"n":"Golgari Shaman"},{"id":1461,"c":1,"u":"guardian%20giant_ggr","p":201,"s":31,"h":1,"n":"Guardian Giant"},{"id":1462,"c":1,"u":"horncaller_ggr","p":253,"s":31,"h":1,"n":"Horncaller"},{"id":1463,"c":1,"u":"hybrid%20brute_ggr","p":217,"s":31,"h":1,"n":"Hybrid Brute"},{"id":1464,"c":1,"u":"hybrid%20flier_ggr","p":217,"s":31,"h":1,"n":"Hybrid Flier"},{"id":1465,"c":1,"u":"hybrid%20poisoner_ggr","p":217,"s":31,"h":1,"n":"Hybrid Poisoner"},{"id":1466,"c":1,"u":"hybrid%20shocker_ggr","p":218,"s":31,"h":1,"n":"Hybrid Shocker"},{"id":1467,"c":1,"u":"hybrid%20spy_ggr","p":218,"s":31,"h":1,"n":"Hybrid Spy"},{"id":1468,"c":1,"u":"indentured%20spirit_ggr","p":206,"s":31,"h":1,"n":"Indentured Spirit"},{"id":1469,"c":1,"u":"isperia_ggr","p":227,"s":31,"h":1,"n":"Isperia"},{"id":1470,"c":1,"u":"jarad%20vod%20savo_ggr","p":235,"s":31,"h":1,"n":"Jarad Vod Savo"},{"id":1471,"c":1,"u":"kraul%20death%20priest_ggr","p":214,"s":31,"h":1,"n":"Kraul Death Priest"},{"id":1472,"c":1,"u":"kraul%20warrior_ggr","p":213,"s":31,"h":1,"n":"Kraul Warrior"},{"id":1473,"c":1,"u":"lawmage_ggr","p":228,"s":31,"h":1,"n":"Lawmage"},{"id":1474,"c":1,"u":"lazav_ggr","p":232,"s":31,"h":1,"n":"Lazav"},{"id":1475,"c":1,"u":"master%20of%20cruelties_ggr","p":196,"s":31,"h":1,"n":"Master of Cruelties"},{"id":1476,"c":1,"u":"mind%20drinker%20vampire_ggr","p":224,"s":31,"h":1,"n":"Mind Drinker Vampire"},{"id":1477,"c":1,"u":"mind%20mage_ggr","p":233,"s":31,"h":1,"n":"Mind Mage"},{"id":1478,"c":1,"u":"nightveil%20specter_ggr","p":215,"s":31,"h":1,"n":"Nightveil Specter"},{"id":1479,"c":1,"u":"niv-mizzet_ggr","p":241,"s":31,"h":1,"n":"Niv-Mizzet"},{"id":1480,"c":1,"u":"nivix%20cyclops_ggr","p":216,"s":31,"h":1,"n":"Nivix Cyclops"},{"id":1481,"c":1,"u":"obzedat%20ghost_ggr","p":245,"s":31,"h":1,"n":"Obzedat Ghost"},{"id":1482,"c":1,"u":"orzhov%20giant_ggr","p":202,"s":31,"h":1,"n":"Orzhov Giant"},{"id":1483,"c":1,"u":"precognitive%20mage_ggr","p":228,"s":31,"h":1,"n":"Precognitive Mage"},{"id":1484,"c":1,"u":"rakdos_ggr","p":247,"s":31,"h":1,"n":"Rakdos"},{"id":1485,"c":1,"u":"rakdos%20lampooner_ggr","p":248,"s":31,"h":1,"n":"Rakdos Lampooner"},{"id":1486,"c":1,"u":"rakdos%20performer%2c%20blade%20juggler_ggr","p":249,"s":31,"h":1,"n":"Rakdos Performer, Blade Juggler"},{"id":1487,"c":1,"u":"rakdos%20performer%2c%20fire%20eater_ggr","p":249,"s":31,"h":1,"n":"Rakdos Performer, Fire Eater"},{"id":1488,"c":1,"u":"rakdos%20performer%2c%20high-wire%20acrobat_ggr","p":249,"s":31,"h":1,"n":"Rakdos Performer, High-Wire Acrobat"},{"id":1489,"c":1,"u":"reckoner_ggr","p":231,"s":31,"h":1,"n":"Reckoner"},{"id":1490,"c":1,"u":"rubblebelt%20stalker_ggr","p":239,"s":31,"h":1,"n":"Rubblebelt Stalker"},{"id":1491,"c":1,"u":"scorchbringer%20guard_ggr","p":243,"s":31,"h":1,"n":"Scorchbringer Guard"},{"id":1492,"c":1,"u":"servitor%20thrull_ggr","p":221,"s":31,"h":1,"n":"Servitor Thrull"},{"id":1493,"c":1,"u":"shadow%20horror_ggr","p":205,"s":31,"h":1,"n":"Shadow Horror"},{"id":1494,"c":1,"u":"simic%20merfolk_ggr","p":187,"s":31,"h":1,"n":"Simic Merfolk"},{"id":1495,"c":1,"u":"sire%20of%20insanity_ggr","p":197,"s":31,"h":1,"n":"Sire of Insanity"},{"id":1496,"c":1,"u":"skittering%20horror_ggr","p":205,"s":31,"h":1,"n":"Skittering Horror"},{"id":1497,"c":1,"u":"skyjek%20roc_ggr","p":219,"s":31,"h":1,"n":"Skyjek Roc"},{"id":1498,"c":1,"u":"skyswimmer_ggr","p":220,"s":31,"h":1,"n":"Skyswimmer"},{"id":1499,"c":1,"u":"soldier_ggr","p":226,"s":31,"h":1,"n":"Soldier"},{"id":1500,"c":1,"u":"sphinx%20of%20judgment_ggr","p":183,"s":31,"h":1,"n":"Sphinx of Judgment"},{"id":1501,"c":1,"u":"sunder%20shaman_ggr","p":202,"s":31,"h":1,"n":"Sunder Shaman"},{"id":1502,"c":1,"u":"thought%20spy_ggr","p":233,"s":31,"h":1,"n":"Thought Spy"},{"id":1503,"c":1,"u":"trostani_ggr","p":252,"s":31,"h":1,"n":"Trostani"},{"id":1504,"c":1,"u":"undercity%20medusa_ggr","p":222,"s":31,"h":1,"n":"Undercity Medusa"},{"id":1505,"c":1,"u":"winged%20thrull_ggr","p":221,"s":31,"h":1,"n":"Winged Thrull"},{"id":1506,"c":1,"u":"wurm_ggr","p":225,"s":31,"h":1,"n":"Wurm"},{"id":1507,"c":1,"u":"zegana_ggr","p":255,"s":31,"h":1,"n":"Zegana"},{"id":1508,"c":1,"u":"ancient%20corpse%20walker_ghloe","p":104,"s":32,"h":1,"dP":1,"n":"Ancient Corpse Walker"},{"id":1509,"c":1,"u":"angel%20of%20empyreus_ghloe","p":104,"s":32,"h":1,"dP":1,"n":"Angel of Empyreus"},{"id":1510,"c":1,"u":"avarice%20seraph_ghloe","p":93,"s":32,"h":1,"dP":1,"n":"Avarice Seraph"},{"id":1511,"c":1,"u":"awakened%20chapped%20brute_ghloe","p":68,"s":32,"h":1,"dP":1,"n":"Awakened Chapped Brute"},{"id":1512,"c":1,"u":"beast%20gnoll_ghloe","p":60,"s":32,"h":1,"dP":1,"n":"Beast Gnoll"},{"id":1513,"c":1,"u":"bloodbonded_ghloe","p":39,"s":32,"h":1,"dP":1,"n":"Bloodbonded"},{"id":1514,"c":1,"u":"bone%20trader_ghloe","p":13,"s":32,"h":1,"dP":1,"n":"Bone Trader"},{"id":1515,"c":1,"u":"candlelight%20daemon_ghloe","p":25,"s":32,"h":1,"dP":1,"n":"Candlelight Daemon"},{"id":1516,"c":1,"u":"caprathorn_ghloe","p":91,"s":32,"h":1,"dP":1,"n":"Caprathorn"},{"id":1517,"c":1,"u":"chapped%20brute_ghloe","p":67,"s":32,"h":1,"dP":1,"n":"Chapped Brute"},{"id":1518,"c":1,"u":"chapped%20brute%20abomination_ghloe","p":68,"s":32,"h":1,"dP":1,"n":"Chapped Brute Abomination"},{"id":1519,"c":1,"u":"corpse%20walker_ghloe","p":103,"s":32,"h":1,"dP":1,"n":"Corpse Walker"},{"id":1520,"c":1,"u":"corpsejaw_ghloe","p":92,"s":32,"h":1,"dP":1,"n":"Corpsejaw"},{"id":1521,"c":1,"u":"dawndrinker_ghloe","p":49,"s":32,"h":1,"dP":1,"n":"Dawndrinker"},{"id":1522,"c":1,"u":"doomcaller_ghloe","p":47,"s":32,"h":1,"dP":1,"n":"Doomcaller"},{"id":1523,"c":1,"u":"downcast%20apostate_ghloe","p":49,"s":32,"h":1,"dP":1,"n":"Downcast Apostate"},{"id":1524,"c":1,"u":"downcast%20mercenary_ghloe","p":49,"s":32,"h":1,"dP":1,"n":"Downcast Mercenary"},{"id":1525,"c":1,"u":"eldritch%20herald_ghloe","p":41,"s":32,"h":1,"dP":1,"n":"Eldritch Herald"},{"id":1526,"c":1,"u":"eldritch%20priest_ghloe","p":41,"s":32,"h":1,"dP":1,"n":"Eldritch Priest"},{"id":1527,"c":1,"u":"elf%20vampire%20(ancient)_ghloe","p":106,"s":32,"h":1,"dP":1,"n":"Elf Vampire (Ancient)"},{"id":1528,"c":1,"u":"empyrean%20brazen%20bull_ghloe","p":100,"s":32,"h":1,"dP":1,"n":"Empyrean Brazen Bull"},{"id":1529,"c":1,"u":"eye%20crawler_ghloe","p":82,"s":32,"h":1,"dP":1,"n":"Eye Crawler"},{"id":1530,"c":1,"u":"eye%20crow_ghloe","p":58,"s":32,"h":1,"dP":1,"n":"Eye Crow"},{"id":1531,"c":1,"u":"faevlin_ghloe","p":9,"s":32,"h":1,"dP":1,"n":"Faevlin"},{"id":1532,"c":1,"u":"fzeg_ghloe","p":80,"s":32,"h":1,"dP":1,"n":"Fzeg"},{"id":1533,"c":1,"u":"fzeglaich_ghloe","p":79,"s":32,"h":1,"dP":1,"n":"Fzeglaich"},{"id":1534,"c":1,"u":"gegazol_ghloe","p":117,"s":32,"h":1,"dP":1,"n":"Gegazol"},{"id":1535,"c":1,"u":"gluttony%20seraph_ghloe","p":95,"s":32,"h":1,"dP":1,"n":"Gluttony Seraph"},{"id":1536,"c":1,"u":"gnoll%20brute_ghloe","p":60,"s":32,"h":1,"dP":1,"n":"Gnoll Brute"},{"id":1537,"c":1,"u":"harvester%20of%20lies_ghloe","p":13,"s":32,"h":1,"dP":1,"n":"Harvester of Lies"},{"id":1538,"c":1,"u":"horror%20flit%20hunter_ghloe","p":50,"s":32,"h":1,"dP":1,"n":"Horror Flit Hunter"},{"id":1539,"c":1,"u":"hourglass%20widow_ghloe","p":81,"s":32,"h":1,"dP":1,"n":"Hourglass Widow"},{"id":1540,"c":1,"u":"hraptnon_ghloe","p":72,"s":32,"h":1,"dP":1,"n":"Hraptnon"},{"id":1541,"c":1,"u":"infernal%20tormentor_ghloe","p":50,"s":32,"h":1,"dP":1,"n":"Infernal Tormentor"},{"id":1542,"c":1,"u":"ithjar_ghloe","p":94,"s":32,"h":1,"dP":1,"n":"Ithjar"},{"id":1543,"c":1,"u":"knifewing_ghloe","p":15,"s":32,"h":1,"dP":1,"n":"Knifewing"},{"id":1544,"c":1,"u":"lenchtahg_ghloe","p":51,"s":32,"h":1,"dP":1,"n":"Lenchtahg"},{"id":1545,"c":1,"u":"lesser%20avarice%20seraph_ghloe","p":94,"s":32,"h":1,"dP":1,"n":"Lesser Avarice Seraph"},{"id":1546,"c":1,"u":"lesser%20gluttony%20seraph_ghloe","p":94,"s":32,"h":1,"dP":1,"n":"Lesser Gluttony Seraph"},{"id":1547,"c":1,"u":"lich%20troll_ghloe","p":121,"s":32,"h":1,"dP":1,"n":"Lich Troll"},{"id":1548,"c":1,"u":"lindwyrm_ghloe","p":58,"s":32,"h":1,"dP":1,"n":"Lindwyrm"},{"id":1549,"c":1,"u":"lupilisk_ghloe","p":61,"s":32,"h":1,"dP":1,"n":"Lupilisk"},{"id":1550,"c":1,"u":"lupilisk%20elder_ghloe","p":62,"s":32,"h":1,"dP":1,"n":"Lupilisk Elder"},{"id":1551,"c":1,"u":"lupilisk%20whelp_ghloe","p":62,"s":32,"h":1,"dP":1,"n":"Lupilisk Whelp"},{"id":1552,"c":1,"u":"malikirian%20imp_ghloe","p":109,"s":32,"h":1,"dP":1,"n":"Malikirian Imp"},{"id":1553,"c":1,"u":"mjork_ghloe","p":69,"s":32,"h":1,"dP":1,"n":"Mjork"},{"id":1554,"c":1,"u":"mjork%20asher_ghloe","p":71,"s":32,"h":1,"dP":1,"n":"Mjork Asher"},{"id":1555,"c":1,"u":"mjork%20burner_ghloe","p":71,"s":32,"h":1,"dP":1,"n":"Mjork Burner"},{"id":1556,"c":1,"u":"mjork%20charger_ghloe","p":70,"s":32,"h":1,"dP":1,"n":"Mjork Charger"},{"id":1557,"c":1,"u":"mjork%20sootling_ghloe","p":72,"s":32,"h":1,"dP":1,"n":"Mjork Sootling"},{"id":1558,"c":1,"u":"mjork%20sootling%20swarm_ghloe","p":72,"s":32,"h":1,"dP":1,"n":"Mjork Sootling Swarm"},{"id":1559,"c":1,"u":"mold%20spider_ghloe","p":83,"s":32,"h":1,"dP":1,"n":"Mold Spider"},{"id":1560,"c":1,"u":"morbus%20kobold_ghloe","p":29,"s":32,"h":1,"dP":1,"n":"Morbus Kobold"},{"id":1561,"c":1,"u":"oblivion%20brute_ghloe","p":28,"s":32,"h":1,"dP":1,"n":"Oblivion Brute"},{"id":1562,"c":1,"u":"oblivion%20juggernaut_ghloe","p":28,"s":32,"h":1,"dP":1,"n":"Oblivion Juggernaut"},{"id":1563,"c":1,"u":"oblivion%20leaper_ghloe","p":27,"s":32,"h":1,"dP":1,"n":"Oblivion Leaper"},{"id":1564,"c":1,"u":"oblivion%20whistler_ghloe","p":27,"s":32,"h":1,"dP":1,"n":"Oblivion Whistler"},{"id":1565,"c":1,"u":"oozing%20vulture_ghloe","p":38,"s":32,"h":1,"dP":1,"n":"Oozing Vulture"},{"id":1566,"c":1,"u":"ordeal%20tree_ghloe","p":39,"s":32,"h":1,"dP":1,"n":"Ordeal Tree"},{"id":1567,"c":1,"u":"panjaian%20ilharan_ghloe","p":96,"s":32,"h":1,"dP":1,"n":"Panjaian Ilharan"},{"id":1568,"c":1,"u":"psychic%20fragment_ghloe","p":15,"s":32,"h":1,"dP":1,"n":"Psychic Fragment"},{"id":1569,"c":1,"u":"psychic%20fragment%20swarm_ghloe","p":15,"s":32,"h":1,"dP":1,"n":"Psychic Fragment Swarm"},{"id":1570,"c":1,"u":"scream%20thief_ghloe","p":14,"s":32,"h":1,"dP":1,"n":"Scream Thief"},{"id":1571,"c":1,"u":"sea%20drake_ghloe","p":51,"s":32,"h":1,"dP":1,"n":"Sea Drake"},{"id":1572,"c":1,"u":"shadowsteel%20ghast_ghloe","p":84,"s":32,"h":1,"dP":1,"n":"Shadowsteel Ghast"},{"id":1573,"c":1,"u":"shadowsteel%20ghoul_ghloe","p":84,"s":32,"h":1,"dP":1,"n":"Shadowsteel Ghoul"},{"id":1574,"c":1,"u":"shatter%20corpse_ghloe","p":16,"s":32,"h":1,"dP":1,"n":"Shatter Corpse"},{"id":1575,"c":1,"u":"shieldhead_ghloe","p":97,"s":32,"h":1,"dP":1,"n":"Shieldhead"},{"id":1576,"c":1,"u":"sitri%20cat_ghloe","p":85,"s":32,"h":1,"dP":1,"n":"Sitri Cat"},{"id":1577,"c":1,"u":"skeleton%20cannoneer_ghloe","p":87,"s":32,"h":1,"dP":1,"n":"Skeleton Cannoneer"},{"id":1578,"c":1,"u":"skeleton%20commander_ghloe","p":87,"s":32,"h":1,"dP":1,"n":"Skeleton Commander"},{"id":1579,"c":1,"u":"skeleton%20rifler_ghloe","p":86,"s":32,"h":1,"dP":1,"n":"Skeleton Rifler"},{"id":1580,"c":1,"u":"skinweaver_ghloe","p":30,"s":32,"h":1,"dP":1,"n":"Skinweaver"},{"id":1581,"c":1,"u":"sky%20drake_ghloe","p":63,"s":32,"h":1,"dP":1,"n":"Sky Drake"},{"id":1582,"c":1,"u":"sloth%20galloper_ghloe","p":97,"s":32,"h":1,"dP":1,"n":"Sloth Galloper"},{"id":1583,"c":1,"u":"snapjaw_ghloe","p":36,"s":32,"h":1,"dP":1,"n":"Snapjaw"},{"id":1584,"c":1,"u":"spythronar%20sac_ghloe","p":31,"s":32,"h":1,"dP":1,"n":"Spythronar Sac"},{"id":1585,"c":1,"u":"spythronar%20swarm_ghloe","p":32,"s":32,"h":1,"dP":1,"n":"Spythronar Swarm"},{"id":1586,"c":1,"u":"spythronar%20web_ghloe","p":32,"s":32,"h":1,"dP":1,"n":"Spythronar Web"},{"id":1587,"c":1,"u":"stormborn%20ithjar_ghloe","p":94,"s":32,"h":1,"dP":1,"n":"Stormborn Ithjar"},{"id":1588,"c":1,"u":"thornlamm_ghloe","p":90,"s":32,"h":1,"dP":1,"n":"Thornlamm"},{"id":1589,"c":1,"u":"torcheater_ghloe","p":73,"s":32,"h":1,"dP":1,"n":"Torcheater"},{"id":1590,"c":1,"u":"venomous%20gnoll_ghloe","p":60,"s":32,"h":1,"dP":1,"n":"Venomous Gnoll"},{"id":1591,"c":1,"u":"vitebriate_ghloe","p":21,"s":32,"h":1,"dP":1,"n":"Vitebriate"},{"id":1592,"c":1,"u":"werebear%20ascetic_ghloe","p":37,"s":32,"h":1,"dP":1,"n":"Werebear Ascetic"},{"id":1593,"c":1,"u":"werewolf%20ravager_ghloe","p":83,"s":32,"h":1,"dP":1,"n":"Werewolf Ravager"},{"id":1594,"c":1,"u":"xakalonus_ghloe","p":73,"s":32,"h":1,"dP":1,"n":"Xakalonus"},{"id":1595,"c":1,"u":"young%20blightscale%20dragon_ghloe","p":82,"s":32,"h":1,"dP":1,"n":"Young Blightscale Dragon"},{"id":1596,"c":1,"u":"zombie%20troll_ghloe","p":121,"s":32,"h":1,"dP":1,"n":"Zombie Troll"},{"id":1597,"c":1,"u":"amphisbaena_gos","p":230,"s":33,"h":1,"n":"Amphisbaena"},{"id":1598,"c":1,"u":"barnacle%20bess_gos","p":220,"s":33,"h":1,"n":"Barnacle Bess"},{"id":1599,"c":1,"u":"bullywug%20croaker_gos","p":232,"s":33,"h":1,"n":"Bullywug Croaker"},{"id":1600,"c":1,"u":"bullywug%20royal_gos","p":232,"s":33,"h":1,"n":"Bullywug Royal"},{"id":1601,"c":1,"u":"captain%20xendros_gos","p":14,"s":33,"h":1,"n":"Captain Xendros"},{"id":1602,"c":1,"u":"drowned%20ascetic_gos","p":233,"s":33,"h":1,"n":"Drowned Ascetic"},{"id":1603,"c":1,"u":"drowned%20assassin_gos","p":234,"s":33,"h":1,"n":"Drowned Assassin"},{"id":1604,"c":1,"u":"drowned%20blade_gos","p":235,"s":33,"h":1,"n":"Drowned Blade"},{"id":1605,"c":1,"u":"drowned%20master_gos","p":235,"s":33,"h":1,"n":"Drowned Master"},{"id":1606,"c":1,"u":"fish_gos","p":224,"s":33,"h":1,"n":"Fish"},{"id":1607,"c":1,"u":"giant%20coral%20snake_gos","p":236,"s":33,"h":1,"n":"Giant Coral Snake"},{"id":1608,"c":1,"u":"giant%20sea%20eel_gos","p":237,"s":33,"h":1,"n":"Giant Sea Eel"},{"id":1609,"c":1,"u":"giant%20white%20moray%20eel_gos","p":216,"s":33,"h":1,"n":"Giant White Moray Eel"},{"id":1610,"c":1,"u":"harpy%20matriarch_gos","p":237,"s":33,"h":1,"n":"Harpy Matriarch"},{"id":1611,"c":1,"u":"juvenile%20kraken_gos","p":238,"s":33,"h":1,"n":"Juvenile Kraken"},{"id":1612,"c":1,"u":"koalinth_gos","p":239,"s":33,"h":1,"n":"Koalinth"},{"id":1613,"c":1,"u":"koalinth%20sergeant_gos","p":239,"s":33,"h":1,"n":"Koalinth Sergeant"},{"id":1614,"c":1,"u":"krell%20grohlg_gos","p":92,"s":33,"h":1,"n":"Krell Grohlg"},{"id":1615,"c":1,"u":"kysh_gos","p":240,"s":33,"h":1,"n":"Kysh"},{"id":1616,"c":1,"u":"living%20iron%20statue_gos","p":241,"s":33,"h":1,"n":"Living Iron Statue"},{"id":1617,"c":1,"u":"lizardfolk%20commoner_gos","p":241,"s":33,"h":1,"n":"Lizardfolk Commoner"},{"id":1618,"c":1,"u":"lizardfolk%20render_gos","p":241,"s":33,"h":1,"n":"Lizardfolk Render"},{"id":1619,"c":1,"u":"lizardfolk%20scaleshield_gos","p":242,"s":33,"h":1,"n":"Lizardfolk Scaleshield"},{"id":1620,"c":1,"u":"lizardfolk%20subchief_gos","p":242,"s":33,"h":1,"n":"Lizardfolk Subchief"},{"id":1621,"c":1,"u":"locathah_gos","p":243,"s":33,"h":1,"n":"Locathah"},{"id":1622,"c":1,"u":"locathah%20hunter_gos","p":243,"s":33,"h":1,"n":"Locathah Hunter"},{"id":1623,"c":1,"u":"master%20refrum_gos","p":165,"s":33,"h":1,"n":"Master Refrum"},{"id":1624,"c":1,"u":"maw%20of%20sekolah_gos","p":244,"s":33,"h":1,"n":"Maw of Sekolah"},{"id":1625,"c":1,"u":"merfolk%20salvager_gos","p":244,"s":33,"h":1,"n":"Merfolk Salvager"},{"id":1626,"c":1,"u":"merfolk%20scout_gos","p":216,"s":33,"h":1,"n":"Merfolk Scout"},{"id":1627,"c":1,"u":"minotaur%20living%20crystal%20statue_gos","p":245,"s":33,"h":1,"n":"Minotaur Living Crystal Statue"},{"id":1628,"c":1,"u":"monstrous%20peryton_gos","p":245,"s":33,"h":1,"n":"Monstrous Peryton"},{"id":1629,"c":1,"u":"mr.%20dory_gos","p":246,"s":33,"h":1,"n":"Mr. Dory"},{"id":1630,"c":1,"u":"oceanus_gos","p":246,"s":33,"h":1,"n":"Oceanus"},{"id":1631,"c":1,"u":"othokent_gos","p":81,"s":33,"h":1,"n":"Othokent"},{"id":1632,"c":1,"u":"pirate%20bosun_gos","p":247,"s":33,"h":1,"n":"Pirate Bosun"},{"id":1633,"c":1,"u":"pirate%20captain_gos","p":247,"s":33,"h":1,"n":"Pirate Captain"},{"id":1634,"c":1,"u":"pirate%20deck%20wizard_gos","p":248,"s":33,"h":1,"n":"Pirate Deck Wizard"},{"id":1635,"c":1,"u":"pirate%20first%20mate_gos","p":248,"s":33,"h":1,"n":"Pirate First Mate"},{"id":1636,"c":1,"u":"rip%20tide%20priest_gos","p":248,"s":33,"h":1,"n":"Rip Tide Priest"},{"id":1637,"c":1,"u":"sahuagin%20blademaster_gos","p":249,"s":33,"h":1,"n":"Sahuagin Blademaster"},{"id":1638,"c":1,"u":"sahuagin%20champion_gos","p":249,"s":33,"h":1,"n":"Sahuagin Champion"},{"id":1639,"c":1,"u":"sahuagin%20coral%20smasher_gos","p":249,"s":33,"h":1,"n":"Sahuagin Coral Smasher"},{"id":1640,"c":1,"u":"sahuagin%20deep%20diver_gos","p":250,"s":33,"h":1,"n":"Sahuagin Deep Diver"},{"id":1641,"c":1,"u":"sahuagin%20hatchling%20swarm_gos","p":250,"s":33,"h":1,"n":"Sahuagin Hatchling Swarm"},{"id":1642,"c":1,"u":"sahuagin%20high%20priestess_gos","p":251,"s":33,"h":1,"n":"Sahuagin High Priestess"},{"id":1643,"c":1,"u":"sahuagin%20wave%20shaper_gos","p":251,"s":33,"h":1,"n":"Sahuagin Wave Shaper"},{"id":1644,"c":1,"u":"sanbalet_gos","p":252,"s":33,"h":1,"n":"Sanbalet"},{"id":1645,"c":1,"u":"sauriv_gos","p":79,"s":33,"h":1,"n":"Sauriv"},{"id":1646,"c":1,"u":"shell%20shark_gos","p":252,"s":33,"h":1,"n":"Shell Shark"},{"id":1647,"c":1,"u":"skeletal%20alchemist_gos","p":253,"s":33,"h":1,"n":"Skeletal Alchemist"},{"id":1648,"c":1,"u":"skeletal%20juggernaut_gos","p":253,"s":33,"h":1,"n":"Skeletal Juggernaut"},{"id":1649,"c":1,"u":"skeletal%20swarm_gos","p":254,"s":33,"h":1,"n":"Skeletal Swarm"},{"id":1650,"c":1,"u":"skum_gos","p":254,"s":33,"h":1,"n":"Skum"},{"id":1651,"c":1,"u":"thousand%20teeth_gos","p":256,"s":33,"h":1,"n":"Thousand Teeth"},{"id":1652,"c":1,"u":"vampiric%20jade%20statue_gos","p":256,"s":33,"h":1,"n":"Vampiric Jade Statue"},{"id":1653,"c":1,"u":"yalaga%20maladwyn_gos","p":226,"s":33,"h":1,"n":"Yalaga Maladwyn"},{"id":1654,"c":1,"u":"demogorgon_hftt","p":36,"s":34,"h":1,"dP":1,"n":"Demogorgon"},{"id":1655,"c":1,"u":"evil%20mage_hftt","p":42,"s":34,"h":1,"dP":1,"n":"Evil Mage"},{"id":1656,"c":1,"u":"thessalhydra_hftt","p":41,"s":34,"h":1,"dP":1,"n":"Thessalhydra"},{"id":1657,"c":1,"u":"apprentice_hol","p":201,"s":35,"h":1,"n":"Apprentice"},{"id":1658,"c":1,"u":"disciple_hol","p":201,"s":35,"h":1,"n":"Disciple"},{"id":1659,"c":1,"u":"sneak_hol","p":201,"s":35,"h":1,"n":"Sneak"},{"id":1660,"c":1,"u":"squire_hol","p":201,"s":35,"h":1,"n":"Squire"},{"id":1661,"c":1,"u":"ambush%20drake_hotdq","p":88,"s":36,"h":1,"n":"Ambush Drake"},{"id":1662,"c":1,"u":"azbara%20jos_hotdq","p":88,"s":36,"h":1,"n":"Azbara Jos"},{"id":1663,"c":1,"u":"blagothkus_hotdq","p":89,"s":36,"h":1,"n":"Blagothkus"},{"id":1664,"c":1,"u":"captain%20othelstan_hotdq","p":89,"s":36,"h":1,"n":"Captain Othelstan"},{"id":1665,"c":1,"u":"dragonclaw_hotdq","p":89,"s":36,"h":1,"n":"Dragonclaw"},{"id":1666,"c":1,"u":"dragonwing_hotdq","p":90,"s":36,"h":1,"n":"Dragonwing"},{"id":1667,"c":1,"u":"dralmorrer%20borngray_hotdq","p":90,"s":36,"h":1,"n":"Dralmorrer Borngray"},{"id":1668,"c":1,"u":"four-armed%20troll_hotdq","p":65,"s":36,"h":1,"n":"Four-Armed Troll"},{"id":1669,"c":1,"u":"frulam%20mondath_hotdq","p":90,"s":36,"h":1,"n":"Frulam Mondath"},{"id":1670,"c":1,"u":"golden%20stag_hotdq","p":35,"s":36,"h":1,"n":"Golden Stag"},{"id":1671,"c":1,"u":"guard%20drake_hotdq","p":91,"s":36,"h":1,"n":"Guard Drake"},{"id":1672,"c":1,"u":"jamna%20gleamsilver_hotdq","p":91,"s":36,"h":1,"n":"Jamna Gleamsilver"},{"id":1673,"c":1,"u":"langdedrosa%20cyanwrath_hotdq","p":91,"s":36,"h":1,"n":"Langdedrosa Cyanwrath"},{"id":1674,"c":1,"u":"leosin%20erlanthar_hotdq","p":87,"s":36,"h":1,"n":"Leosin Erlanthar"},{"id":1675,"c":1,"u":"linan%20swift_hotdq","p":8,"s":36,"h":1,"n":"Linan Swift"},{"id":1676,"c":1,"u":"ontharr%20frume_hotdq","p":28,"s":36,"h":1,"n":"Ontharr Frume"},{"id":1677,"c":1,"u":"pharblex%20spattergoo_hotdq","p":91,"s":36,"h":1,"n":"Pharblex Spattergoo"},{"id":1678,"c":1,"u":"raggnar%20redtooth_hotdq","p":74,"s":36,"h":1,"n":"Raggnar Redtooth"},{"id":1679,"c":1,"u":"rath%20modar_hotdq","p":92,"s":36,"h":1,"n":"Rath Modar"},{"id":1680,"c":1,"u":"rezmir_hotdq","p":93,"s":36,"h":1,"n":"Rezmir"},{"id":1681,"c":1,"u":"sandesyl%20morgia_hotdq","p":81,"s":36,"h":1,"n":"Sandesyl Morgia"},{"id":1682,"c":1,"u":"talis%20the%20white_hotdq","p":93,"s":36,"h":1,"n":"Talis the White"},{"id":1683,"c":1,"u":"trepsin_hotdq","p":63,"s":36,"h":1,"n":"Trepsin"},{"id":1684,"c":1,"u":"ardwyn%2c%20elder%20of%20meadowfen_hwcs","p":190,"s":37,"h":1,"dP":1,"n":"Ardwyn, Elder of Meadowfen"},{"id":1685,"c":1,"u":"ashsnake_hwcs","p":177,"s":37,"h":1,"dP":1,"n":"Ashsnake"},{"id":1686,"c":1,"u":"aspect%20of%20fire_hwcs","p":179,"s":37,"h":1,"dP":1,"n":"Aspect of Fire"},{"id":1687,"c":1,"u":"benna%20seridan_hwcs","p":193,"s":37,"h":1,"dP":1,"n":"Benna Seridan"},{"id":1688,"c":1,"u":"birdfolk%20dockmaster_hwcs","p":190,"s":37,"h":1,"dP":1,"n":"Birdfolk Dockmaster"},{"id":1689,"c":1,"u":"birdfolk%20farmer_hwcs","p":190,"s":37,"h":1,"dP":1,"n":"Birdfolk Farmer"},{"id":1690,"c":1,"u":"birdfolk%20guard_hwcs","p":191,"s":37,"h":1,"dP":1,"n":"Birdfolk Guard"},{"id":1691,"c":1,"u":"birdfolk%20militia_hwcs","p":191,"s":37,"h":1,"dP":1,"n":"Birdfolk Militia"},{"id":1692,"c":1,"u":"birdfolk%20sailor_hwcs","p":191,"s":37,"h":1,"dP":1,"n":"Birdfolk Sailor"},{"id":1693,"c":1,"u":"birdfolk%20skeleton_hwcs","p":180,"s":37,"h":1,"dP":1,"n":"Birdfolk Skeleton"},{"id":1694,"c":1,"u":"birdfolk%20skirmisher_hwcs","p":191,"s":37,"h":1,"dP":1,"n":"Birdfolk Skirmisher"},{"id":1695,"c":1,"u":"bita%2c%20the%20council%20speaker_hwcs","p":193,"s":37,"h":1,"dP":1,"n":"Bita, the Council Speaker"},{"id":1696,"c":1,"u":"cara%20stormsinger_hwcs","p":191,"s":37,"h":1,"dP":1,"n":"Cara Stormsinger"},{"id":1697,"c":1,"u":"caustic%20slime_hwcs","p":186,"s":37,"h":1,"dP":1,"n":"Caustic Slime"},{"id":1698,"c":1,"u":"cervan%20bandit%20general_hwcs","p":193,"s":37,"h":1,"dP":1,"n":"Cervan Bandit General"},{"id":1699,"c":1,"u":"cervan%20priest_hwcs","p":193,"s":37,"h":1,"dP":1,"n":"Cervan Priest"},{"id":1700,"c":1,"u":"cobblefright_hwcs","p":180,"s":37,"h":1,"dP":1,"n":"Cobblefright"},{"id":1701,"c":1,"u":"corvax%20revayne_hwcs","p":194,"s":37,"h":1,"dP":1,"n":"Corvax Revayne"},{"id":1702,"c":1,"u":"corvum%20assassin_hwcs","p":194,"s":37,"h":1,"dP":1,"n":"Corvum Assassin"},{"id":1703,"c":1,"u":"corvum%20diviner_hwcs","p":194,"s":37,"h":1,"dP":1,"n":"Corvum Diviner"},{"id":1704,"c":1,"u":"corvum%20necromancer_hwcs","p":194,"s":37,"h":1,"dP":1,"n":"Corvum Necromancer"},{"id":1705,"c":1,"u":"eliza%20pennygleam_hwcs","p":196,"s":37,"h":1,"dP":1,"n":"Eliza Pennygleam"},{"id":1706,"c":1,"u":"emberbat_hwcs","p":182,"s":37,"h":1,"dP":1,"n":"Emberbat"},{"id":1707,"c":1,"u":"figory%20figgins_hwcs","p":196,"s":37,"h":1,"dP":1,"n":"Figory Figgins"},{"id":1708,"c":1,"u":"forest%20prowler_hwcs","p":183,"s":37,"h":1,"dP":1,"n":"Forest Prowler"},{"id":1709,"c":1,"u":"fray%20merridan_hwcs","p":207,"s":37,"h":1,"dP":1,"n":"Fray Merridan"},{"id":1710,"c":1,"u":"gabe%20windsworth_hwcs","p":202,"s":37,"h":1,"dP":1,"n":"Gabe Windsworth"},{"id":1711,"c":1,"u":"gallus%20druid_hwcs","p":196,"s":37,"h":1,"dP":1,"n":"Gallus Druid"},{"id":1712,"c":1,"u":"gallus%20monk_hwcs","p":196,"s":37,"h":1,"dP":1,"n":"Gallus Monk"},{"id":1713,"c":1,"u":"gallus%20necromancer_hwcs","p":198,"s":37,"h":1,"dP":1,"n":"Gallus Necromancer"},{"id":1714,"c":1,"u":"glinda%20nightseed_hwcs","p":198,"s":37,"h":1,"dP":1,"n":"Glinda Nightseed"},{"id":1715,"c":1,"u":"gregor%20thornspur%2c%20magistrate%20of%20alderheart_hwcs","p":198,"s":37,"h":1,"dP":1,"n":"Gregor Thornspur, Magistrate of Alderheart"},{"id":1716,"c":1,"u":"havel%20of%20the%20autumn%20moon_hwcs","p":207,"s":37,"h":1,"dP":1,"n":"Havel of the Autumn Moon"},{"id":1717,"c":1,"u":"hedge%20bard_hwcs","p":198,"s":37,"h":1,"dP":1,"n":"Hedge Bard"},{"id":1718,"c":1,"u":"hedge%20witch_hwcs","p":198,"s":37,"h":1,"dP":1,"n":"Hedge Witch"},{"id":1719,"c":1,"u":"jell%20platena_hwcs","p":199,"s":37,"h":1,"dP":1,"n":"Jell Platena"},{"id":1720,"c":1,"u":"jerbeen%20swashbuckler_hwcs","p":200,"s":37,"h":1,"dP":1,"n":"Jerbeen Swashbuckler"},{"id":1721,"c":1,"u":"jerbeen%20thief_hwcs","p":200,"s":37,"h":1,"dP":1,"n":"Jerbeen Thief"},{"id":1722,"c":1,"u":"kenna%20brightspark_hwcs","p":200,"s":37,"h":1,"dP":1,"n":"Kenna Brightspark"},{"id":1723,"c":1,"u":"krall%2c%20the%20scavenger%20king_hwcs","p":202,"s":37,"h":1,"dP":1,"n":"Krall, the Scavenger King"},{"id":1724,"c":1,"u":"lesser%20demon_hwcs","p":184,"s":37,"h":1,"dP":1,"n":"Lesser Demon"},{"id":1725,"c":1,"u":"luma%20cleric%20of%20ardea_hwcs","p":201,"s":37,"h":1,"dP":1,"n":"Luma Cleric of Ardea"},{"id":1726,"c":1,"u":"luma%20wizard_hwcs","p":202,"s":37,"h":1,"dP":1,"n":"Luma Wizard"},{"id":1727,"c":1,"u":"mapach%20bandit_hwcs","p":202,"s":37,"h":1,"dP":1,"n":"Mapach Bandit"},{"id":1728,"c":1,"u":"mapach%20brute_hwcs","p":202,"s":37,"h":1,"dP":1,"n":"Mapach Brute"},{"id":1729,"c":1,"u":"mapach%20tinkerer_hwcs","p":203,"s":37,"h":1,"dP":1,"n":"Mapach Tinkerer"},{"id":1730,"c":1,"u":"mordane%20swiftgale_hwcs","p":203,"s":37,"h":1,"dP":1,"n":"Mordane Swiftgale"},{"id":1731,"c":1,"u":"mountain%20lion_hwcs","p":184,"s":37,"h":1,"dP":1,"n":"Mountain Lion"},{"id":1732,"c":1,"u":"oakheart_hwcs","p":203,"s":37,"h":1,"dP":1,"n":"Oakheart"},{"id":1733,"c":1,"u":"odwald%20ebonhart_hwcs","p":194,"s":37,"h":1,"dP":1,"n":"Odwald Ebonhart"},{"id":1734,"c":1,"u":"raptor%20explorer_hwcs","p":203,"s":37,"h":1,"dP":1,"n":"Raptor Explorer"},{"id":1735,"c":1,"u":"raptor%20ranger_hwcs","p":203,"s":37,"h":1,"dP":1,"n":"Raptor Ranger"},{"id":1736,"c":1,"u":"rhys%20birchwalker_hwcs","p":203,"s":37,"h":1,"dP":1,"n":"Rhys Birchwalker"},{"id":1737,"c":1,"u":"riffin%2c%20the%20ash-knight_hwcs","p":204,"s":37,"h":1,"dP":1,"n":"Riffin, the Ash-Knight"},{"id":1738,"c":1,"u":"shifting%20slime_hwcs","p":187,"s":37,"h":1,"dP":1,"n":"Shifting Slime"},{"id":1739,"c":1,"u":"shyla%20denn_hwcs","p":207,"s":37,"h":1,"dP":1,"n":"Shyla Denn"},{"id":1740,"c":1,"u":"sticky%20slime_hwcs","p":188,"s":37,"h":1,"dP":1,"n":"Sticky Slime"},{"id":1741,"c":1,"u":"strig%20knight_hwcs","p":204,"s":37,"h":1,"dP":1,"n":"Strig Knight"},{"id":1742,"c":1,"u":"strig%20tracker_hwcs","p":206,"s":37,"h":1,"dP":1,"n":"Strig Tracker"},{"id":1743,"c":1,"u":"susan%20of%20the%20swamp_hwcs","p":198,"s":37,"h":1,"dP":1,"n":"Susan of the Swamp"},{"id":1744,"c":1,"u":"swarm%20of%20emberbats_hwcs","p":182,"s":37,"h":1,"dP":1,"n":"Swarm of Emberbats"},{"id":1745,"c":1,"u":"tevor%20of%20the%20spring%20path_hwcs","p":207,"s":37,"h":1,"dP":1,"n":"Tevor of the Spring Path"},{"id":1746,"c":1,"u":"vulpin%20captain_hwcs","p":207,"s":37,"h":1,"dP":1,"n":"Vulpin Captain"},{"id":1747,"c":1,"u":"vulpin%20noble_hwcs","p":207,"s":37,"h":1,"dP":1,"n":"Vulpin Noble"},{"id":1748,"c":1,"u":"vulpin%20priest%20of%20kren_hwcs","p":207,"s":37,"h":1,"dP":1,"n":"Vulpin Priest of Kren"},{"id":1749,"c":1,"u":"wakewyrm_hwcs","p":187,"s":37,"h":1,"dP":1,"n":"Wakewyrm"},{"id":1750,"c":1,"u":"walden%20krane%2c%20magistrate%20of%20winnowing%20reach_hwcs","p":209,"s":37,"h":1,"dP":1,"n":"Walden Krane, Magistrate of Winnowing Reach"},{"id":1751,"c":1,"u":"aruk%20thundercaller%20thuunlakalaga_idrotf","p":169,"s":38,"h":1,"n":"Aruk Thundercaller Thuunlakalaga"},{"id":1752,"c":1,"u":"auril%20(first%20form)_idrotf","p":275,"s":38,"h":1,"n":"Auril (First Form)"},{"id":1753,"c":1,"u":"auril%20(second%20form)_idrotf","p":277,"s":38,"h":1,"n":"Auril (Second Form)"},{"id":1754,"c":1,"u":"auril%20(third%20form)_idrotf","p":278,"s":38,"h":1,"n":"Auril (Third Form)"},{"id":1755,"c":1,"u":"avarice_idrotf","p":269,"s":38,"h":1,"n":"Avarice"},{"id":1756,"c":1,"u":"awakened%20white%20moose_idrotf","p":82,"s":38,"h":1,"n":"Awakened White Moose"},{"id":1757,"c":1,"u":"battlehammer%20dwarf_idrotf","p":107,"s":38,"h":1,"n":"Battlehammer Dwarf"},{"id":1758,"c":1,"u":"bjornhild%20solvigsdottir_idrotf","p":306,"s":38,"h":1,"n":"Bjornhild Solvigsdottir"},{"id":1759,"c":1,"u":"chardalyn%20berserker_idrotf","p":280,"s":38,"h":1,"n":"Chardalyn Berserker"},{"id":1760,"c":1,"u":"chardalyn%20dragon_idrotf","p":281,"s":38,"h":1,"n":"Chardalyn Dragon"},{"id":1761,"c":1,"u":"chimeric%20baboon_idrotf","p":246,"s":38,"h":1,"n":"Chimeric Baboon"},{"id":1762,"c":1,"u":"chimeric%20cat_idrotf","p":246,"s":38,"h":1,"n":"Chimeric Cat"},{"id":1763,"c":1,"u":"chimeric%20fox_idrotf","p":246,"s":38,"h":1,"n":"Chimeric Fox"},{"id":1764,"c":1,"u":"chimeric%20hare_idrotf","p":246,"s":38,"h":1,"n":"Chimeric Hare"},{"id":1765,"c":1,"u":"chimeric%20rat_idrotf","p":246,"s":38,"h":1,"n":"Chimeric Rat"},{"id":1766,"c":1,"u":"chimeric%20weasel_idrotf","p":246,"s":38,"h":1,"n":"Chimeric Weasel"},{"id":1767,"c":1,"u":"chwinga_idrotf","p":282,"s":38,"h":1,"n":"Chwinga"},{"id":1768,"c":1,"u":"coldlight%20walker_idrotf","p":284,"s":38,"h":1,"n":"Coldlight Walker"},{"id":1769,"c":1,"u":"demos%20magen_idrotf","p":300,"s":38,"h":1,"n":"Demos Magen"},{"id":1770,"c":1,"u":"dzaan_idrotf","p":271,"s":38,"h":1,"n":"Dzaan"},{"id":1771,"c":1,"u":"dzaan's%20simulacrum_idrotf","p":270,"s":38,"h":1,"n":"Dzaan's Simulacrum"},{"id":1772,"c":1,"u":"f'yorl_idrotf","p":183,"s":38,"h":1,"n":"F'yorl"},{"id":1773,"c":1,"u":"fox_idrotf","p":288,"s":38,"h":1,"n":"Fox"},{"id":1774,"c":1,"u":"frost%20druid_idrotf","p":288,"s":38,"h":1,"n":"Frost Druid"},{"id":1775,"c":1,"u":"frost%20giant%20skeleton_idrotf","p":288,"s":38,"h":1,"n":"Frost Giant Skeleton"},{"id":1776,"c":1,"u":"galvan%20magen_idrotf","p":301,"s":38,"h":1,"n":"Galvan Magen"},{"id":1777,"c":1,"u":"giant%20walrus_idrotf","p":312,"s":38,"h":1,"n":"Giant Walrus"},{"id":1778,"c":1,"u":"gnoll%20vampire_idrotf","p":290,"s":38,"h":1,"n":"Gnoll Vampire"},{"id":1779,"c":1,"u":"gnome%20ceremorph_idrotf","p":303,"s":38,"h":1,"n":"Gnome Ceremorph"},{"id":1780,"c":1,"u":"gnome%20squidling_idrotf","p":303,"s":38,"h":1,"n":"Gnome Squidling"},{"id":1781,"c":1,"u":"goliath%20warrior_idrotf","p":292,"s":38,"h":1,"n":"Goliath Warrior"},{"id":1782,"c":1,"u":"goliath%20werebear_idrotf","p":293,"s":38,"h":1,"n":"Goliath Werebear"},{"id":1783,"c":1,"u":"grandolpha%20muzgardt_idrotf","p":176,"s":38,"h":1,"n":"Grandolpha Muzgardt"},{"id":1784,"c":1,"u":"gunvald%20halraggson_idrotf","p":305,"s":38,"h":1,"n":"Gunvald Halraggson"},{"id":1785,"c":1,"u":"hare_idrotf","p":294,"s":38,"h":1,"n":"Hare"},{"id":1786,"c":1,"u":"headless%20iron%20golem_idrotf","p":244,"s":38,"h":1,"n":"Headless Iron Golem"},{"id":1787,"c":1,"u":"hengar%20aesnvaard_idrotf","p":215,"s":38,"h":1,"n":"Hengar Aesnvaard"},{"id":1788,"c":1,"u":"hypnos%20magen_idrotf","p":301,"s":38,"h":1,"n":"Hypnos Magen"},{"id":1789,"c":1,"u":"ice%20piercer_idrotf","p":226,"s":38,"h":1,"n":"Ice Piercer"},{"id":1790,"c":1,"u":"ice%20troll_idrotf","p":295,"s":38,"h":1,"n":"Ice Troll"},{"id":1791,"c":1,"u":"icewind%20kobold_idrotf","p":296,"s":38,"h":1,"n":"Icewind Kobold"},{"id":1792,"c":1,"u":"icewind%20kobold%20zombie_idrotf","p":297,"s":38,"h":1,"n":"Icewind Kobold Zombie"},{"id":1793,"c":1,"u":"isarr%20kronenstrom_idrotf","p":307,"s":38,"h":1,"n":"Isarr Kronenstrom"},{"id":1794,"c":1,"u":"jarund%20elkhardt_idrotf","p":305,"s":38,"h":1,"n":"Jarund Elkhardt"},{"id":1795,"c":1,"u":"kadroth_idrotf","p":42,"s":38,"h":1,"n":"Kadroth"},{"id":1796,"c":1,"u":"kingsport_idrotf","p":243,"s":38,"h":1,"n":"Kingsport"},{"id":1797,"c":1,"u":"knight%20of%20the%20black%20sword_idrotf","p":259,"s":38,"h":1,"n":"Knight of the Black Sword"},{"id":1798,"c":1,"u":"knucklehead%20trout_idrotf","p":295,"s":38,"h":1,"n":"Knucklehead Trout"},{"id":1799,"c":1,"u":"kobold%20vampire%20spawn_idrotf","p":297,"s":38,"h":1,"n":"Kobold Vampire Spawn"},{"id":1800,"c":1,"u":"living%20bigby's%20hand_idrotf","p":298,"s":38,"h":1,"n":"Living Bigby's Hand"},{"id":1801,"c":1,"u":"living%20blade%20of%20disaster_idrotf","p":299,"s":38,"h":1,"n":"Living Blade of Disaster"},{"id":1802,"c":1,"u":"living%20demiplane_idrotf","p":299,"s":38,"h":1,"n":"Living Demiplane"},{"id":1803,"c":1,"u":"lonelywood%20banshee_idrotf","p":81,"s":38,"h":1,"n":"Lonelywood Banshee"},{"id":1804,"c":1,"u":"mjenir_idrotf","p":215,"s":38,"h":1,"n":"Mjenir"},{"id":1805,"c":1,"u":"mountain%20goat_idrotf","p":304,"s":38,"h":1,"n":"Mountain Goat"},{"id":1806,"c":1,"u":"nass%20lantomir's%20ghost_idrotf","p":272,"s":38,"h":1,"n":"Nass Lantomir's Ghost"},{"id":1807,"c":1,"u":"prisoner%20237_idrotf","p":160,"s":38,"h":1,"n":"Prisoner 237"},{"id":1808,"c":1,"u":"reghed%20chieftain_idrotf","p":152,"s":38,"h":1,"n":"Reghed Chieftain"},{"id":1809,"c":1,"u":"reghed%20great%20warrior_idrotf","p":152,"s":38,"h":1,"n":"Reghed Great Warrior"},{"id":1810,"c":1,"u":"reghed%20shaman_idrotf","p":152,"s":38,"h":1,"n":"Reghed Shaman"},{"id":1811,"c":1,"u":"reghed%20warrior_idrotf","p":152,"s":38,"h":1,"n":"Reghed Warrior"},{"id":1812,"c":1,"u":"reindeer_idrotf","p":107,"s":38,"h":1,"n":"Reindeer"},{"id":1813,"c":1,"u":"seal_idrotf","p":308,"s":38,"h":1,"n":"Seal"},{"id":1814,"c":1,"u":"sephek%20kaltro_idrotf","p":23,"s":38,"h":1,"n":"Sephek Kaltro"},{"id":1815,"c":1,"u":"snow%20golem_idrotf","p":308,"s":38,"h":1,"n":"Snow Golem"},{"id":1816,"c":1,"u":"snowy%20owlbear_idrotf","p":309,"s":38,"h":1,"n":"Snowy Owlbear"},{"id":1817,"c":1,"u":"spellix%20romwod_idrotf","p":144,"s":38,"h":1,"n":"Spellix Romwod"},{"id":1818,"c":1,"u":"sperm%20whale_idrotf","p":309,"s":38,"h":1,"n":"Sperm Whale"},{"id":1819,"c":1,"u":"spitting%20mimic_idrotf","p":302,"s":38,"h":1,"n":"Spitting Mimic"},{"id":1820,"c":1,"u":"telepathic%20pentacle_idrotf","p":244,"s":38,"h":1,"n":"Telepathic Pentacle"},{"id":1821,"c":1,"u":"tomb%20tapper_idrotf","p":310,"s":38,"h":1,"n":"Tomb Tapper"},{"id":1822,"c":1,"u":"tribal%20warrior%20spore%20servant_idrotf","p":52,"s":38,"h":1,"n":"Tribal Warrior Spore Servant"},{"id":1823,"c":1,"u":"vellynne%20harpell_idrotf","p":273,"s":38,"h":1,"n":"Vellynne Harpell"},{"id":1824,"c":1,"u":"verbeeg%20longstrider_idrotf","p":311,"s":38,"h":1,"n":"Verbeeg Longstrider"},{"id":1825,"c":1,"u":"verbeeg%20marauder_idrotf","p":311,"s":38,"h":1,"n":"Verbeeg Marauder"},{"id":1826,"c":1,"u":"walrus_idrotf","p":312,"s":38,"h":1,"n":"Walrus"},{"id":1827,"c":1,"u":"xardorok%20sunblight_idrotf","p":287,"s":38,"h":1,"n":"Xardorok Sunblight"},{"id":1828,"c":1,"u":"yeti%20tyke_idrotf","p":313,"s":38,"h":1,"n":"Yeti Tyke"},{"id":1829,"c":1,"u":"young%20griffon%20(medium)_idrotf","p":163,"s":38,"h":1,"n":"Young Griffon (Medium)"},{"id":1830,"c":1,"u":"young%20griffon%20(small)_idrotf","p":163,"s":38,"h":1,"n":"Young Griffon (Small)"},{"id":1831,"c":1,"u":"young%20griffon%20(tiny)_idrotf","p":163,"s":38,"h":1,"n":"Young Griffon (Tiny)"},{"id":1832,"c":1,"u":"afsoun%20ghorbani_jttrc","p":162,"s":39,"h":1,"n":"Afsoun Ghorbani"},{"id":1833,"c":1,"u":"amanisha%20manivarshi_jttrc","p":127,"s":39,"h":1,"n":"Amanisha Manivarshi"},{"id":1834,"c":1,"u":"ameyali_jttrc","p":108,"s":39,"h":1,"n":"Ameyali"},{"id":1835,"c":1,"u":"ashen%20heir%20anarchist_jttrc","p":150,"s":39,"h":1,"n":"Ashen Heir Anarchist"},{"id":1836,"c":1,"u":"ashen%20heir%20assassin_jttrc","p":158,"s":39,"h":1,"n":"Ashen Heir Assassin"},{"id":1837,"c":1,"u":"ashen%20heir%20mage_jttrc","p":158,"s":39,"h":1,"n":"Ashen Heir Mage"},{"id":1838,"c":1,"u":"ashen%20heir%20veteran_jttrc","p":158,"s":39,"h":1,"n":"Ashen Heir Veteran"},{"id":1839,"c":1,"u":"atash_jttrc","p":166,"s":39,"h":1,"n":"Atash"},{"id":1840,"c":1,"u":"atiba-pa_jttrc","p":171,"s":39,"h":1,"n":"Atiba-Pa"},{"id":1841,"c":1,"u":"aunt%20dellie_jttrc","p":36,"s":39,"h":1,"n":"Aunt Dellie"},{"id":1842,"c":1,"u":"aurumvorax_jttrc","p":105,"s":39,"h":1,"n":"Aurumvorax"},{"id":1843,"c":1,"u":"aurumvorax%20den%20leader_jttrc","p":105,"s":39,"h":1,"n":"Aurumvorax Den Leader"},{"id":1844,"c":1,"u":"awa_jttrc","p":95,"s":39,"h":1,"n":"Awa"},{"id":1845,"c":1,"u":"azra%20nir_jttrc","p":74,"s":39,"h":1,"n":"Azra Nir"},{"id":1846,"c":1,"u":"bakunawa_jttrc","p":147,"s":39,"h":1,"n":"Bakunawa"},{"id":1847,"c":1,"u":"brother%20broumane_jttrc","p":178,"s":39,"h":1,"n":"Brother Broumane"},{"id":1848,"c":1,"u":"dinosaur%20skeleton_jttrc","p":57,"s":39,"h":1,"n":"Dinosaur Skeleton"},{"id":1849,"c":1,"u":"diva_jttrc","p":72,"s":39,"h":1,"n":"Diva"},{"id":1850,"c":1,"u":"diva%20luma_jttrc","p":71,"s":39,"h":1,"n":"Diva Luma"},{"id":1851,"c":1,"u":"djeneba_jttrc","p":173,"s":39,"h":1,"n":"Djeneba"},{"id":1852,"c":1,"u":"dragon%20hunter_jttrc","p":138,"s":39,"h":1,"n":"Dragon Hunter"},{"id":1853,"c":1,"u":"dukha%20bhatiyali_jttrc","p":124,"s":39,"h":1,"n":"Dukha Bhatiyali"},{"id":1854,"c":1,"u":"farmer_jttrc","p":36,"s":39,"h":1,"n":"Farmer"},{"id":1855,"c":1,"u":"gammon%20xungoon_jttrc","p":20,"s":39,"h":1,"n":"Gammon Xungoon"},{"id":1856,"c":1,"u":"haint_jttrc","p":185,"s":39,"h":1,"n":"Haint"},{"id":1857,"c":1,"u":"jade%20statue_jttrc","p":195,"s":39,"h":1,"n":"Jade Statue"},{"id":1858,"c":1,"u":"jijibisha%20manivarshi_jttrc","p":128,"s":39,"h":1,"n":"Jijibisha Manivarshi"},{"id":1859,"c":1,"u":"kala%20mabarin_jttrc","p":70,"s":39,"h":1,"n":"Kala Mabarin"},{"id":1860,"c":1,"u":"kasem%20aroon_jttrc","p":21,"s":39,"h":1,"n":"Kasem Aroon"},{"id":1861,"c":1,"u":"kedjou%20kamal_jttrc","p":96,"s":39,"h":1,"n":"Kedjou Kamal"},{"id":1862,"c":1,"u":"kianna_jttrc","p":42,"s":39,"h":1,"n":"Kianna"},{"id":1863,"c":1,"u":"koi%20prawn_jttrc","p":26,"s":39,"h":1,"n":"Koi Prawn"},{"id":1864,"c":1,"u":"kun%20ahn-jun_jttrc","p":81,"s":39,"h":1,"n":"Kun Ahn-Jun"},{"id":1865,"c":1,"u":"kusa%20xungoon_jttrc","p":20,"s":39,"h":1,"n":"Kusa Xungoon"},{"id":1866,"c":1,"u":"lady%20dre_jttrc","p":37,"s":39,"h":1,"n":"Lady Dre"},{"id":1867,"c":1,"u":"laleh%20ghorbani_jttrc","p":156,"s":39,"h":1,"n":"Laleh Ghorbani"},{"id":1868,"c":1,"u":"lamai%20tyenmo_jttrc","p":20,"s":39,"h":1,"n":"Lamai Tyenmo"},{"id":1869,"c":1,"u":"lu%20zhong%20yin_jttrc","p":189,"s":39,"h":1,"n":"Lu Zhong Yin"},{"id":1870,"c":1,"u":"lungtian_jttrc","p":136,"s":39,"h":1,"n":"Lungtian"},{"id":1871,"c":1,"u":"madam%20kulp_jttrc","p":27,"s":39,"h":1,"n":"Madam Kulp"},{"id":1872,"c":1,"u":"myx%20nargis%20ruba_jttrc","p":71,"s":39,"h":1,"n":"Myx Nargis Ruba"},{"id":1873,"c":1,"u":"navid_jttrc","p":159,"s":39,"h":1,"n":"Navid"},{"id":1874,"c":1,"u":"nene_jttrc","p":205,"s":39,"h":1,"n":"Nene"},{"id":1875,"c":1,"u":"nightsea%20chil-liren_jttrc","p":177,"s":39,"h":1,"n":"Nightsea chil-liren"},{"id":1876,"c":1,"u":"nimuel_jttrc","p":136,"s":39,"h":1,"n":"Nimuel"},{"id":1877,"c":1,"u":"ollin_jttrc","p":109,"s":39,"h":1,"n":"Ollin"},{"id":1878,"c":1,"u":"paloma_jttrc","p":52,"s":39,"h":1,"n":"Paloma"},{"id":1879,"c":1,"u":"paolo%20maykapal_jttrc","p":138,"s":39,"h":1,"n":"Paolo Maykapal"},{"id":1880,"c":1,"u":"pari_jttrc","p":167,"s":39,"h":1,"n":"Pari"},{"id":1881,"c":1,"u":"prince%20kirina_jttrc","p":94,"s":39,"h":1,"n":"Prince Kirina"},{"id":1882,"c":1,"u":"prince%20simbon_jttrc","p":94,"s":39,"h":1,"n":"Prince Simbon"},{"id":1883,"c":1,"u":"riverine_jttrc","p":133,"s":39,"h":1,"n":"Riverine"},{"id":1884,"c":1,"u":"rooster_jttrc","p":206,"s":39,"h":1,"n":"Rooster"},{"id":1885,"c":1,"u":"samira%20arah_jttrc","p":68,"s":39,"h":1,"n":"Samira Arah"},{"id":1886,"c":1,"u":"serapio_jttrc","p":61,"s":39,"h":1,"n":"Serapio"},{"id":1887,"c":1,"u":"sholeh_jttrc","p":14,"s":39,"h":1,"n":"Sholeh"},{"id":1888,"c":1,"u":"soul%20shaker_jttrc","p":47,"s":39,"h":1,"n":"Soul Shaker"},{"id":1889,"c":1,"u":"tlacatecolo_jttrc","p":65,"s":39,"h":1,"n":"Tlacatecolo"},{"id":1890,"c":1,"u":"tlexolotl_jttrc","p":119,"s":39,"h":1,"n":"Tlexolotl"},{"id":1891,"c":1,"u":"tonalli_jttrc","p":110,"s":39,"h":1,"n":"Tonalli"},{"id":1892,"c":1,"u":"tungsten%20ward_jttrc","p":38,"s":39,"h":1,"n":"Tungsten Ward"},{"id":1893,"c":1,"u":"uzoma%20baten_jttrc","p":94,"s":39,"h":1,"n":"Uzoma Baten"},{"id":1894,"c":1,"u":"vi%20aroon_jttrc","p":28,"s":39,"h":1,"n":"Vi Aroon"},{"id":1895,"c":1,"u":"wei%20feng%20ying_jttrc","p":188,"s":39,"h":1,"n":"Wei Feng Ying"},{"id":1896,"c":1,"u":"whistler_jttrc","p":221,"s":39,"h":1,"n":"Whistler"},{"id":1897,"c":1,"u":"white%20jade%20emperor_jttrc","p":197,"s":39,"h":1,"n":"White Jade Emperor"},{"id":1898,"c":1,"u":"wynling_jttrc","p":33,"s":39,"h":1,"n":"Wynling"},{"id":1899,"c":1,"u":"xocopol_jttrc","p":112,"s":39,"h":1,"n":"Xocopol"},{"id":1900,"c":1,"u":"yarana_jttrc","p":204,"s":39,"h":1,"n":"Yarana"},{"id":1901,"c":1,"u":"young-gi_jttrc","p":85,"s":39,"h":1,"n":"Young-Gi"},{"id":1902,"c":1,"u":"zisatta_jttrc","p":177,"s":39,"h":1,"n":"Zisatta"},{"id":1903,"c":1,"u":"animatronic%20allosaurus_kftgv","p":22,"s":40,"h":1,"n":"Animatronic Allosaurus"},{"id":1904,"c":1,"u":"arlo%20kettletoe%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"n":"Arlo Kettletoe (Levels 1-4)"},{"id":1905,"c":1,"u":"arlo%20kettletoe%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"n":"Arlo Kettletoe (Levels 5-8)"},{"id":1906,"c":1,"u":"arlo%20kettletoe%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"n":"Arlo Kettletoe (Levels 9-11)"},{"id":1907,"c":1,"u":"ashen%20animated%20armor_kftgv","p":157,"s":40,"h":1,"n":"Ashen Animated Armor"},{"id":1908,"c":1,"u":"ashen%20flying%20sword_kftgv","p":157,"s":40,"h":1,"n":"Ashen Flying Sword"},{"id":1909,"c":1,"u":"ashen%20knight_kftgv","p":158,"s":40,"h":1,"n":"Ashen Knight"},{"id":1910,"c":1,"u":"ashen%20shambling%20mound_kftgv","p":158,"s":40,"h":1,"n":"Ashen Shambling Mound"},{"id":1911,"c":1,"u":"ashen%20veteran_kftgv","p":154,"s":40,"h":1,"n":"Ashen Veteran"},{"id":1912,"c":1,"u":"ashen%20warhorse_kftgv","p":158,"s":40,"h":1,"n":"Ashen Warhorse"},{"id":1913,"c":1,"u":"charmayne%20daymore_kftgv","p":159,"s":40,"h":1,"n":"Charmayne Daymore"},{"id":1914,"c":1,"u":"clockwork%20defender_kftgv","p":85,"s":40,"h":1,"n":"Clockwork Defender"},{"id":1915,"c":1,"u":"clockwork%20observer_kftgv","p":85,"s":40,"h":1,"n":"Clockwork Observer"},{"id":1916,"c":1,"u":"conservatory%20student_kftgv","p":110,"s":40,"h":1,"n":"Conservatory Student"},{"id":1917,"c":1,"u":"crimson%20helmed%20horror_kftgv","p":152,"s":40,"h":1,"n":"Crimson Helmed Horror"},{"id":1918,"c":1,"u":"dr.%20cassee%20dannell_kftgv","p":12,"s":40,"h":1,"n":"Dr. Cassee Dannell"},{"id":1919,"c":1,"u":"eldritch%20horror%20hatchling_kftgv","p":24,"s":40,"h":1,"n":"Eldritch Horror Hatchling"},{"id":1920,"c":1,"u":"eliphas%20adulare_kftgv","p":188,"s":40,"h":1,"n":"Eliphas Adulare"},{"id":1921,"c":1,"u":"enna%20galakiir%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"n":"Enna Galakiir (Levels 1-4)"},{"id":1922,"c":1,"u":"enna%20galakiir%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"n":"Enna Galakiir (Levels 5-8)"},{"id":1923,"c":1,"u":"enna%20galakiir%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"n":"Enna Galakiir (Levels 9-11)"},{"id":1924,"c":1,"u":"fragment%20of%20krokulmar_kftgv","p":53,"s":40,"h":1,"n":"Fragment of Krokulmar"},{"id":1925,"c":1,"u":"frody%20dartwild_kftgv","p":105,"s":40,"h":1,"n":"Frody Dartwild"},{"id":1926,"c":1,"u":"gregir%20fendelsohn%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"n":"Gregir Fendelsohn (Levels 1-4)"},{"id":1927,"c":1,"u":"gregir%20fendelsohn%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"n":"Gregir Fendelsohn (Levels 5-8)"},{"id":1928,"c":1,"u":"gregir%20fendelsohn%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"n":"Gregir Fendelsohn (Levels 9-11)"},{"id":1929,"c":1,"u":"headless%20body_kftgv","p":51,"s":40,"h":1,"n":"Headless Body"},{"id":1930,"c":1,"u":"ignatius%20inkblot_kftgv","p":169,"s":40,"h":1,"n":"Ignatius Inkblot"},{"id":1931,"c":1,"u":"jalynvyr%20nir'thinn_kftgv","p":155,"s":40,"h":1,"n":"Jalynvyr Nir'Thinn"},{"id":1932,"c":1,"u":"jarazoun_kftgv","p":200,"s":40,"h":1,"n":"Jarazoun"},{"id":1933,"c":1,"u":"joster%20mareet_kftgv","p":107,"s":40,"h":1,"n":"Joster Mareet"},{"id":1934,"c":1,"u":"juvenile%20eldritch%20horror_kftgv","p":24,"s":40,"h":1,"n":"Juvenile Eldritch Horror"},{"id":1935,"c":1,"u":"kavoda_kftgv","p":78,"s":40,"h":1,"n":"Kavoda"},{"id":1936,"c":1,"u":"king%20jhaeros_kftgv","p":158,"s":40,"h":1,"n":"King Jhaeros"},{"id":1937,"c":1,"u":"markos%20delphi_kftgv","p":53,"s":40,"h":1,"n":"Markos Delphi"},{"id":1938,"c":1,"u":"meera%20raheer_kftgv","p":7,"s":40,"h":1,"n":"Meera Raheer"},{"id":1939,"c":1,"u":"naevys%20tharesso_kftgv","p":150,"s":40,"h":1,"n":"Naevys Tharesso"},{"id":1940,"c":1,"u":"nixylanna%20vidorant_kftgv","p":130,"s":40,"h":1,"n":"Nixylanna Vidorant"},{"id":1941,"c":1,"u":"prisoner%2013_kftgv","p":68,"s":40,"h":1,"n":"Prisoner 13"},{"id":1942,"c":1,"u":"rilago_kftgv","p":147,"s":40,"h":1,"n":"Rilago"},{"id":1943,"c":1,"u":"sabrina%20kilgore%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"n":"Sabrina Kilgore (Levels 1-4)"},{"id":1944,"c":1,"u":"sabrina%20kilgore%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"n":"Sabrina Kilgore (Levels 5-8)"},{"id":1945,"c":1,"u":"sabrina%20kilgore%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"n":"Sabrina Kilgore (Levels 9-11)"},{"id":1946,"c":1,"u":"sythian%20skalderang_kftgv","p":117,"s":40,"h":1,"n":"Sythian Skalderang"},{"id":1947,"c":1,"u":"the%20stranger_kftgv","p":173,"s":40,"h":1,"n":"The Stranger"},{"id":1948,"c":1,"u":"tiefling%20acrobat_kftgv","p":37,"s":40,"h":1,"n":"Tiefling Acrobat"},{"id":1949,"c":1,"u":"tixie%20tockworth_kftgv","p":85,"s":40,"h":1,"n":"Tixie Tockworth"},{"id":1950,"c":1,"u":"tixie's%20shield%20guardian_kftgv","p":80,"s":40,"h":1,"n":"Tixie's Shield Guardian"},{"id":1951,"c":1,"u":"torgja%20stonecrusher%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"n":"Torgja Stonecrusher (Levels 1-4)"},{"id":1952,"c":1,"u":"torgja%20stonecrusher%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"n":"Torgja Stonecrusher (Levels 5-8)"},{"id":1953,"c":1,"u":"torgja%20stonecrusher%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"n":"Torgja Stonecrusher (Levels 9-11)"},{"id":1954,"c":1,"u":"tosh%20starling%20(levels%201-4)_kftgv","p":8,"s":40,"h":1,"n":"Tosh Starling (Levels 1-4)"},{"id":1955,"c":1,"u":"tosh%20starling%20(levels%205-8)_kftgv","p":8,"s":40,"h":1,"n":"Tosh Starling (Levels 5-8)"},{"id":1956,"c":1,"u":"tosh%20starling%20(levels%209-11)_kftgv","p":8,"s":40,"h":1,"n":"Tosh Starling (Levels 9-11)"},{"id":1957,"c":1,"u":"zala%20morphus_kftgv","p":47,"s":40,"h":1,"n":"Zala Morphus"},{"id":1958,"c":1,"u":"zorhanna%20adulare_kftgv","p":184,"s":40,"h":1,"n":"Zorhanna Adulare"},{"id":1959,"c":1,"u":"zorhanna's%20simulacrum_kftgv","p":184,"s":40,"h":1,"n":"Zorhanna's Simulacrum"},{"id":1960,"c":1,"u":"goblin%20gang%20member_kkw","p":167,"s":41,"h":1,"n":"Goblin Gang Member"},{"id":1961,"c":1,"u":"krenko_kkw","p":168,"s":41,"h":1,"n":"Krenko"},{"id":1962,"c":1,"u":"loading%20rig_kkw","p":170,"s":41,"h":1,"n":"Loading Rig"},{"id":1963,"c":1,"u":"ash%20zombie_lmop","p":31,"s":42,"h":1,"n":"Ash Zombie"},{"id":1964,"c":1,"u":"evil%20mage_lmop","p":57,"s":42,"h":1,"n":"Evil Mage"},{"id":1965,"c":1,"u":"gundren%20rockseeker_lmop","p":41,"s":42,"h":1,"n":"Gundren Rockseeker"},{"id":1966,"c":1,"u":"mormesk%20the%20wraith_lmop","p":59,"s":42,"h":1,"n":"Mormesk the Wraith"},{"id":1967,"c":1,"u":"nezznar%20the%20black%20spider_lmop","p":59,"s":42,"h":1,"n":"Nezznar the Black Spider"},{"id":1968,"c":1,"u":"nundro%20rockseeker_lmop","p":50,"s":42,"h":1,"n":"Nundro Rockseeker"},{"id":1969,"c":1,"u":"redbrand%20ruffian_lmop","p":61,"s":42,"h":1,"n":"Redbrand Ruffian"},{"id":1970,"c":1,"u":"sildar%20hallwinter_lmop","p":61,"s":42,"h":1,"n":"Sildar Hallwinter"},{"id":1971,"c":1,"u":"venomfang_lmop","p":63,"s":42,"h":1,"n":"Venomfang"},{"id":1972,"c":1,"u":"aarakocra%20spelljammer_lox","p":43,"s":43,"h":1,"n":"Aarakocra Spelljammer"},{"id":1973,"c":1,"u":"agony_lox","p":34,"s":43,"h":1,"n":"Agony"},{"id":1974,"c":1,"u":"astral%20blight_lox","p":10,"s":43,"h":1,"n":"Astral Blight"},{"id":1975,"c":1,"u":"big%20momma_lox","p":29,"s":43,"h":1,"n":"Big Momma"},{"id":1976,"c":1,"u":"commodore%20krux_lox","p":22,"s":43,"h":1,"n":"Commodore Krux"},{"id":1977,"c":1,"u":"elaina%20sartell_lox","p":11,"s":43,"h":1,"n":"Elaina Sartell"},{"id":1978,"c":1,"u":"fel%20ardra_lox","p":23,"s":43,"h":1,"n":"Fel Ardra"},{"id":1979,"c":1,"u":"flapjack_lox","p":13,"s":43,"h":1,"n":"Flapjack"},{"id":1980,"c":1,"u":"grimzod%20gargenhale_lox","p":32,"s":43,"h":1,"n":"Grimzod Gargenhale"},{"id":1981,"c":1,"u":"hastain_lox","p":25,"s":43,"h":1,"n":"Hastain"},{"id":1982,"c":1,"u":"prince%20xeleth_lox","p":48,"s":43,"h":1,"n":"Prince Xeleth"},{"id":1983,"c":1,"u":"princess%20xedalli_lox","p":60,"s":43,"h":1,"n":"Princess Xedalli"},{"id":1984,"c":1,"u":"topolah_lox","p":27,"s":43,"h":1,"n":"Topolah"},{"id":1985,"c":1,"u":"vocath_lox","p":42,"s":43,"h":1,"n":"Vocath"},{"id":1986,"c":1,"u":"warwyck%20blastimoff_lox","p":39,"s":43,"h":1,"n":"Warwyck Blastimoff"},{"id":1987,"c":1,"u":"alax%20jadescales_lrdt","p":11,"s":44,"h":1,"dP":1,"n":"Alax Jadescales"},{"id":1988,"c":1,"u":"ervan%20soulfallen_lrdt","p":11,"s":44,"h":1,"dP":1,"n":"Ervan Soulfallen"},{"id":1989,"c":1,"u":"aarakocra_mm","p":12,"s":45,"h":1,"n":"Aarakocra"},{"id":1990,"c":1,"u":"aboleth_mm","p":13,"s":45,"h":1,"r":1,"n":"Aboleth"},{"id":1991,"c":1,"u":"abominable%20yeti_mm","p":306,"s":45,"h":1,"n":"Abominable Yeti"},{"id":1992,"c":1,"u":"acolyte_mm","p":342,"s":45,"h":1,"r":1,"n":"Acolyte"},{"id":1993,"c":1,"u":"adult%20black%20dragon_mm","p":88,"s":45,"h":1,"r":1,"n":"Adult Black Dragon"},{"id":1994,"c":1,"u":"adult%20blue%20dracolich_mm","p":84,"s":45,"h":1,"n":"Adult Blue Dracolich"},{"id":1995,"c":1,"u":"adult%20blue%20dragon_mm","p":91,"s":45,"h":1,"r":1,"n":"Adult Blue Dragon"},{"id":1996,"c":1,"u":"adult%20brass%20dragon_mm","p":105,"s":45,"h":1,"r":1,"n":"Adult Brass Dragon"},{"id":1997,"c":1,"u":"adult%20bronze%20dragon_mm","p":108,"s":45,"h":1,"r":1,"n":"Adult Bronze Dragon"},{"id":1998,"c":1,"u":"adult%20copper%20dragon_mm","p":112,"s":45,"h":1,"r":1,"n":"Adult Copper Dragon"},{"id":1999,"c":1,"u":"adult%20gold%20dragon_mm","p":114,"s":45,"h":1,"r":1,"n":"Adult Gold Dragon"},{"id":2000,"c":1,"u":"adult%20green%20dragon_mm","p":94,"s":45,"h":1,"r":1,"n":"Adult Green Dragon"},{"id":2001,"c":1,"u":"adult%20red%20dragon_mm","p":98,"s":45,"h":1,"r":1,"n":"Adult Red Dragon"},{"id":2002,"c":1,"u":"adult%20silver%20dragon_mm","p":117,"s":45,"h":1,"r":1,"n":"Adult Silver Dragon"},{"id":2003,"c":1,"u":"adult%20white%20dragon_mm","p":101,"s":45,"h":1,"r":1,"n":"Adult White Dragon"},{"id":2004,"c":1,"u":"air%20elemental_mm","p":124,"s":45,"h":1,"r":1,"n":"Air Elemental"},{"id":2005,"c":1,"u":"allosaurus_mm","p":79,"s":45,"h":1,"n":"Allosaurus"},{"id":2006,"c":1,"u":"ancient%20black%20dragon_mm","p":87,"s":45,"h":1,"r":1,"n":"Ancient Black Dragon"},{"id":2007,"c":1,"u":"ancient%20blue%20dragon_mm","p":90,"s":45,"h":1,"r":1,"n":"Ancient Blue Dragon"},{"id":2008,"c":1,"u":"ancient%20brass%20dragon_mm","p":104,"s":45,"h":1,"r":1,"n":"Ancient Brass Dragon"},{"id":2009,"c":1,"u":"ancient%20bronze%20dragon_mm","p":107,"s":45,"h":1,"r":1,"n":"Ancient Bronze Dragon"},{"id":2010,"c":1,"u":"ancient%20copper%20dragon_mm","p":110,"s":45,"h":1,"r":1,"n":"Ancient Copper Dragon"},{"id":2011,"c":1,"u":"ancient%20gold%20dragon_mm","p":113,"s":45,"h":1,"r":1,"n":"Ancient Gold Dragon"},{"id":2012,"c":1,"u":"ancient%20green%20dragon_mm","p":93,"s":45,"h":1,"r":1,"n":"Ancient Green Dragon"},{"id":2013,"c":1,"u":"ancient%20red%20dragon_mm","p":97,"s":45,"h":1,"r":1,"n":"Ancient Red Dragon"},{"id":2014,"c":1,"u":"ancient%20silver%20dragon_mm","p":116,"s":45,"h":1,"r":1,"n":"Ancient Silver Dragon"},{"id":2015,"c":1,"u":"ancient%20white%20dragon_mm","p":100,"s":45,"h":1,"r":1,"n":"Ancient White Dragon"},{"id":2016,"c":1,"u":"androsphinx_mm","p":281,"s":45,"h":1,"r":1,"n":"Androsphinx"},{"id":2017,"c":1,"u":"animated%20armor_mm","p":19,"s":45,"h":1,"r":1,"n":"Animated Armor"},{"id":2018,"c":1,"u":"ankheg_mm","p":21,"s":45,"h":1,"r":1,"n":"Ankheg"},{"id":2019,"c":1,"u":"ankylosaurus_mm","p":79,"s":45,"h":1,"n":"Ankylosaurus"},{"id":2020,"c":1,"u":"ape_mm","p":317,"s":45,"h":1,"r":1,"n":"Ape"},{"id":2021,"c":1,"u":"arcanaloth_mm","p":313,"s":45,"h":1,"n":"Arcanaloth"},{"id":2022,"c":1,"u":"archmage_mm","p":342,"s":45,"h":1,"r":1,"n":"Archmage"},{"id":2023,"c":1,"u":"assassin_mm","p":343,"s":45,"h":1,"r":1,"n":"Assassin"},{"id":2024,"c":1,"u":"awakened%20shrub_mm","p":317,"s":45,"h":1,"r":1,"n":"Awakened Shrub"},{"id":2025,"c":1,"u":"awakened%20tree_mm","p":317,"s":45,"h":1,"r":1,"n":"Awakened Tree"},{"id":2026,"c":1,"u":"axe%20beak_mm","p":317,"s":45,"h":1,"r":1,"n":"Axe Beak"},{"id":2027,"c":1,"u":"azer_mm","p":22,"s":45,"h":1,"r":1,"n":"Azer"},{"id":2028,"c":1,"u":"baboon_mm","p":318,"s":45,"h":1,"r":1,"n":"Baboon"},{"id":2029,"c":1,"u":"badger_mm","p":318,"s":45,"h":1,"r":1,"n":"Badger"},{"id":2030,"c":1,"u":"balor_mm","p":55,"s":45,"h":1,"r":1,"n":"Balor"},{"id":2031,"c":1,"u":"bandit_mm","p":343,"s":45,"h":1,"r":1,"n":"Bandit"},{"id":2032,"c":1,"u":"bandit%20captain_mm","p":344,"s":45,"h":1,"r":1,"n":"Bandit Captain"},{"id":2033,"c":1,"u":"banshee_mm","p":23,"s":45,"h":1,"n":"Banshee"},{"id":2034,"c":1,"u":"barbed%20devil_mm","p":70,"s":45,"h":1,"r":1,"n":"Barbed Devil"},{"id":2035,"c":1,"u":"barlgura_mm","p":56,"s":45,"h":1,"n":"Barlgura"},{"id":2036,"c":1,"u":"basilisk_mm","p":24,"s":45,"h":1,"r":1,"n":"Basilisk"},{"id":2037,"c":1,"u":"bat_mm","p":318,"s":45,"h":1,"r":1,"n":"Bat"},{"id":2038,"c":1,"u":"bearded%20devil_mm","p":70,"s":45,"h":1,"r":1,"n":"Bearded Devil"},{"id":2039,"c":1,"u":"behir_mm","p":25,"s":45,"h":1,"r":1,"n":"Behir"},{"id":2040,"c":1,"u":"beholder_mm","p":28,"s":45,"h":1,"n":"Beholder"},{"id":2041,"c":1,"u":"beholder%20zombie_mm","p":316,"s":45,"h":1,"n":"Beholder Zombie"},{"id":2042,"c":1,"u":"berserker_mm","p":344,"s":45,"h":1,"r":1,"n":"Berserker"},{"id":2043,"c":1,"u":"black%20bear_mm","p":318,"s":45,"h":1,"r":1,"n":"Black Bear"},{"id":2044,"c":1,"u":"black%20dragon%20wyrmling_mm","p":88,"s":45,"h":1,"r":1,"n":"Black Dragon Wyrmling"},{"id":2045,"c":1,"u":"black%20pudding_mm","p":241,"s":45,"h":1,"r":1,"n":"Black Pudding"},{"id":2046,"c":1,"u":"blink%20dog_mm","p":318,"s":45,"h":1,"r":1,"n":"Blink Dog"},{"id":2047,"c":1,"u":"blood%20hawk_mm","p":319,"s":45,"h":1,"r":1,"n":"Blood Hawk"},{"id":2048,"c":1,"u":"blue%20dragon%20wyrmling_mm","p":91,"s":45,"h":1,"r":1,"n":"Blue Dragon Wyrmling"},{"id":2049,"c":1,"u":"blue%20slaad_mm","p":276,"s":45,"h":1,"n":"Blue Slaad"},{"id":2050,"c":1,"u":"boar_mm","p":319,"s":45,"h":1,"r":1,"n":"Boar"},{"id":2051,"c":1,"u":"bone%20devil_mm","p":71,"s":45,"h":1,"r":1,"n":"Bone Devil"},{"id":2052,"c":1,"u":"bone%20naga%20(guardian)_mm","p":233,"s":45,"h":1,"n":"Bone Naga (Guardian)"},{"id":2053,"c":1,"u":"bone%20naga%20(spirit)_mm","p":233,"s":45,"h":1,"n":"Bone Naga (Spirit)"},{"id":2054,"c":1,"u":"brass%20dragon%20wyrmling_mm","p":106,"s":45,"h":1,"r":1,"n":"Brass Dragon Wyrmling"},{"id":2055,"c":1,"u":"bronze%20dragon%20wyrmling_mm","p":109,"s":45,"h":1,"r":1,"n":"Bronze Dragon Wyrmling"},{"id":2056,"c":1,"u":"brown%20bear_mm","p":319,"s":45,"h":1,"r":1,"n":"Brown Bear"},{"id":2057,"c":1,"u":"bugbear_mm","p":33,"s":45,"h":1,"r":1,"n":"Bugbear"},{"id":2058,"c":1,"u":"bugbear%20chief_mm","p":33,"s":45,"h":1,"n":"Bugbear Chief"},{"id":2059,"c":1,"u":"bulette_mm","p":34,"s":45,"h":1,"r":1,"n":"Bulette"},{"id":2060,"c":1,"u":"bullywug_mm","p":35,"s":45,"h":1,"n":"Bullywug"},{"id":2061,"c":1,"u":"cambion_mm","p":36,"s":45,"h":1,"n":"Cambion"},{"id":2062,"c":1,"u":"camel_mm","p":320,"s":45,"h":1,"r":1,"n":"Camel"},{"id":2063,"c":1,"u":"carrion%20crawler_mm","p":37,"s":45,"h":1,"n":"Carrion Crawler"},{"id":2064,"c":1,"u":"cat_mm","p":320,"s":45,"h":1,"r":1,"n":"Cat"},{"id":2065,"c":1,"u":"cave%20bear_mm","p":334,"s":45,"h":1,"n":"Cave Bear"},{"id":2066,"c":1,"u":"centaur_mm","p":38,"s":45,"h":1,"r":1,"n":"Centaur"},{"id":2067,"c":1,"u":"chain%20devil_mm","p":72,"s":45,"h":1,"r":1,"n":"Chain Devil"},{"id":2068,"c":1,"u":"chasme_mm","p":57,"s":45,"h":1,"n":"Chasme"},{"id":2069,"c":1,"u":"chimera_mm","p":39,"s":45,"h":1,"r":1,"n":"Chimera"},{"id":2070,"c":1,"u":"chuul_mm","p":40,"s":45,"h":1,"r":1,"n":"Chuul"},{"id":2071,"c":1,"u":"clay%20golem_mm","p":168,"s":45,"h":1,"r":1,"n":"Clay Golem"},{"id":2072,"c":1,"u":"cloaker_mm","p":41,"s":45,"h":1,"r":1,"n":"Cloaker"},{"id":2073,"c":1,"u":"cloud%20giant_mm","p":154,"s":45,"h":1,"r":1,"n":"Cloud Giant"},{"id":2074,"c":1,"u":"cockatrice_mm","p":42,"s":45,"h":1,"r":1,"n":"Cockatrice"},{"id":2075,"c":1,"u":"commoner_mm","p":345,"s":45,"h":1,"r":1,"n":"Commoner"},{"id":2076,"c":1,"u":"constrictor%20snake_mm","p":320,"s":45,"h":1,"r":1,"n":"Constrictor Snake"},{"id":2077,"c":1,"u":"copper%20dragon%20wyrmling_mm","p":111,"s":45,"h":1,"r":1,"n":"Copper Dragon Wyrmling"},{"id":2078,"c":1,"u":"couatl_mm","p":43,"s":45,"h":1,"r":1,"n":"Couatl"},{"id":2079,"c":1,"u":"crab_mm","p":320,"s":45,"h":1,"r":1,"n":"Crab"},{"id":2080,"c":1,"u":"crawling%20claw_mm","p":44,"s":45,"h":1,"n":"Crawling Claw"},{"id":2081,"c":1,"u":"crocodile_mm","p":320,"s":45,"h":1,"r":1,"n":"Crocodile"},{"id":2082,"c":1,"u":"cult%20fanatic_mm","p":345,"s":45,"h":1,"r":1,"n":"Cult Fanatic"},{"id":2083,"c":1,"u":"cultist_mm","p":345,"s":45,"h":1,"r":1,"n":"Cultist"},{"id":2084,"c":1,"u":"cyclops_mm","p":45,"s":45,"h":1,"n":"Cyclops"},{"id":2085,"c":1,"u":"dao_mm","p":143,"s":45,"h":1,"n":"Dao"},{"id":2086,"c":1,"u":"darkmantle_mm","p":46,"s":45,"h":1,"r":1,"n":"Darkmantle"},{"id":2087,"c":1,"u":"death%20dog_mm","p":321,"s":45,"h":1,"r":1,"n":"Death Dog"},{"id":2088,"c":1,"u":"death%20knight_mm","p":47,"s":45,"h":1,"n":"Death Knight"},{"id":2089,"c":1,"u":"death%20slaad_mm","p":278,"s":45,"h":1,"n":"Death Slaad"},{"id":2090,"c":1,"u":"death%20tyrant_mm","p":29,"s":45,"h":1,"n":"Death Tyrant"},{"id":2091,"c":1,"u":"deep%20gnome%20(svirfneblin)_mm","p":164,"s":45,"h":1,"r":1,"n":"Deep Gnome (Svirfneblin)"},{"id":2092,"c":1,"u":"deer_mm","p":321,"s":45,"h":1,"r":1,"n":"Deer"},{"id":2093,"c":1,"u":"demilich_mm","p":48,"s":45,"h":1,"n":"Demilich"},{"id":2094,"c":1,"u":"deva_mm","p":16,"s":45,"h":1,"r":1,"n":"Deva"},{"id":2095,"c":1,"u":"dire%20wolf_mm","p":321,"s":45,"h":1,"r":1,"n":"Dire Wolf"},{"id":2096,"c":1,"u":"displacer%20beast_mm","p":81,"s":45,"h":1,"n":"Displacer Beast"},{"id":2097,"c":1,"u":"djinni_mm","p":144,"s":45,"h":1,"r":1,"n":"Djinni"},{"id":2098,"c":1,"u":"doppelganger_mm","p":82,"s":45,"h":1,"r":1,"n":"Doppelganger"},{"id":2099,"c":1,"u":"draft%20horse_mm","p":321,"s":45,"h":1,"r":1,"n":"Draft Horse"},{"id":2100,"c":1,"u":"dragon%20turtle_mm","p":119,"s":45,"h":1,"r":1,"n":"Dragon Turtle"},{"id":2101,"c":1,"u":"dretch_mm","p":57,"s":45,"h":1,"r":1,"n":"Dretch"},{"id":2102,"c":1,"u":"drider_mm","p":120,"s":45,"h":1,"r":1,"n":"Drider"},{"id":2103,"c":1,"u":"drow_mm","p":128,"s":45,"h":1,"r":1,"n":"Drow"},{"id":2104,"c":1,"u":"drow%20elite%20warrior_mm","p":128,"s":45,"h":1,"n":"Drow Elite Warrior"},{"id":2105,"c":1,"u":"drow%20mage_mm","p":129,"s":45,"h":1,"n":"Drow Mage"},{"id":2106,"c":1,"u":"drow%20priestess%20of%20lolth_mm","p":129,"s":45,"h":1,"n":"Drow Priestess of Lolth"},{"id":2107,"c":1,"u":"druid_mm","p":346,"s":45,"h":1,"r":1,"n":"Druid"},{"id":2108,"c":1,"u":"dryad_mm","p":121,"s":45,"h":1,"r":1,"n":"Dryad"},{"id":2109,"c":1,"u":"duergar_mm","p":122,"s":45,"h":1,"r":1,"n":"Duergar"},{"id":2110,"c":1,"u":"duodrone_mm","p":225,"s":45,"h":1,"n":"Duodrone"},{"id":2111,"c":1,"u":"dust%20mephit_mm","p":215,"s":45,"h":1,"r":1,"n":"Dust Mephit"},{"id":2112,"c":1,"u":"eagle_mm","p":322,"s":45,"h":1,"r":1,"n":"Eagle"},{"id":2113,"c":1,"u":"earth%20elemental_mm","p":124,"s":45,"h":1,"r":1,"n":"Earth Elemental"},{"id":2114,"c":1,"u":"efreeti_mm","p":145,"s":45,"h":1,"r":1,"n":"Efreeti"},{"id":2115,"c":1,"u":"elephant_mm","p":322,"s":45,"h":1,"r":1,"n":"Elephant"},{"id":2116,"c":1,"u":"elk_mm","p":322,"s":45,"h":1,"r":1,"n":"Elk"},{"id":2117,"c":1,"u":"empyrean_mm","p":130,"s":45,"h":1,"n":"Empyrean"},{"id":2118,"c":1,"u":"erinyes_mm","p":73,"s":45,"h":1,"r":1,"n":"Erinyes"},{"id":2119,"c":1,"u":"ettercap_mm","p":131,"s":45,"h":1,"r":1,"n":"Ettercap"},{"id":2120,"c":1,"u":"ettin_mm","p":132,"s":45,"h":1,"r":1,"n":"Ettin"},{"id":2121,"c":1,"u":"faerie%20dragon%20(blue)_mm","p":133,"s":45,"h":1,"n":"Faerie Dragon (Blue)"},{"id":2122,"c":1,"u":"faerie%20dragon%20(green)_mm","p":133,"s":45,"h":1,"n":"Faerie Dragon (Green)"},{"id":2123,"c":1,"u":"faerie%20dragon%20(indigo)_mm","p":133,"s":45,"h":1,"n":"Faerie Dragon (Indigo)"},{"id":2124,"c":1,"u":"faerie%20dragon%20(orange)_mm","p":133,"s":45,"h":1,"n":"Faerie Dragon (Orange)"},{"id":2125,"c":1,"u":"faerie%20dragon%20(red)_mm","p":133,"s":45,"h":1,"n":"Faerie Dragon (Red)"},{"id":2126,"c":1,"u":"faerie%20dragon%20(violet)_mm","p":133,"s":45,"h":1,"n":"Faerie Dragon (Violet)"},{"id":2127,"c":1,"u":"faerie%20dragon%20(yellow)_mm","p":133,"s":45,"h":1,"n":"Faerie Dragon (Yellow)"},{"id":2128,"c":1,"u":"fire%20elemental_mm","p":125,"s":45,"h":1,"r":1,"n":"Fire Elemental"},{"id":2129,"c":1,"u":"fire%20giant_mm","p":154,"s":45,"h":1,"r":1,"n":"Fire Giant"},{"id":2130,"c":1,"u":"fire%20snake_mm","p":265,"s":45,"h":1,"n":"Fire Snake"},{"id":2131,"c":1,"u":"flameskull_mm","p":134,"s":45,"h":1,"n":"Flameskull"},{"id":2132,"c":1,"u":"flesh%20golem_mm","p":169,"s":45,"h":1,"r":1,"n":"Flesh Golem"},{"id":2133,"c":1,"u":"flumph_mm","p":135,"s":45,"h":1,"n":"Flumph"},{"id":2134,"c":1,"u":"flying%20snake_mm","p":322,"s":45,"h":1,"r":1,"n":"Flying Snake"},{"id":2135,"c":1,"u":"flying%20sword_mm","p":20,"s":45,"h":1,"r":1,"n":"Flying Sword"},{"id":2136,"c":1,"u":"fomorian_mm","p":136,"s":45,"h":1,"n":"Fomorian"},{"id":2137,"c":1,"u":"frog_mm","p":322,"s":45,"h":1,"r":1,"n":"Frog"},{"id":2138,"c":1,"u":"frost%20giant_mm","p":155,"s":45,"h":1,"r":1,"n":"Frost Giant"},{"id":2139,"c":1,"u":"galeb%20duhr_mm","p":139,"s":45,"h":1,"n":"Galeb Duhr"},{"id":2140,"c":1,"u":"gargoyle_mm","p":140,"s":45,"h":1,"r":1,"n":"Gargoyle"},{"id":2141,"c":1,"u":"gas%20spore_mm","p":138,"s":45,"h":1,"n":"Gas Spore"},{"id":2142,"c":1,"u":"gelatinous%20cube_mm","p":242,"s":45,"h":1,"r":1,"n":"Gelatinous Cube"},{"id":2143,"c":1,"u":"ghast_mm","p":148,"s":45,"h":1,"r":1,"n":"Ghast"},{"id":2144,"c":1,"u":"ghost_mm","p":147,"s":45,"h":1,"r":1,"n":"Ghost"},{"id":2145,"c":1,"u":"ghoul_mm","p":148,"s":45,"h":1,"r":1,"n":"Ghoul"},{"id":2146,"c":1,"u":"giant%20ape_mm","p":323,"s":45,"h":1,"r":1,"n":"Giant Ape"},{"id":2147,"c":1,"u":"giant%20badger_mm","p":323,"s":45,"h":1,"r":1,"n":"Giant Badger"},{"id":2148,"c":1,"u":"giant%20bat_mm","p":323,"s":45,"h":1,"r":1,"n":"Giant Bat"},{"id":2149,"c":1,"u":"giant%20boar_mm","p":323,"s":45,"h":1,"r":1,"n":"Giant Boar"},{"id":2150,"c":1,"u":"giant%20centipede_mm","p":323,"s":45,"h":1,"r":1,"n":"Giant Centipede"},{"id":2151,"c":1,"u":"giant%20constrictor%20snake_mm","p":324,"s":45,"h":1,"r":1,"n":"Giant Constrictor Snake"},{"id":2152,"c":1,"u":"giant%20crab_mm","p":324,"s":45,"h":1,"r":1,"n":"Giant Crab"},{"id":2153,"c":1,"u":"giant%20crocodile_mm","p":324,"s":45,"h":1,"r":1,"n":"Giant Crocodile"},{"id":2154,"c":1,"u":"giant%20eagle_mm","p":324,"s":45,"h":1,"r":1,"n":"Giant Eagle"},{"id":2155,"c":1,"u":"giant%20elk_mm","p":325,"s":45,"h":1,"r":1,"n":"Giant Elk"},{"id":2156,"c":1,"u":"giant%20fire%20beetle_mm","p":325,"s":45,"h":1,"r":1,"n":"Giant Fire Beetle"},{"id":2157,"c":1,"u":"giant%20frog_mm","p":325,"s":45,"h":1,"r":1,"n":"Giant Frog"},{"id":2158,"c":1,"u":"giant%20goat_mm","p":326,"s":45,"h":1,"r":1,"n":"Giant Goat"},{"id":2159,"c":1,"u":"giant%20hyena_mm","p":326,"s":45,"h":1,"r":1,"n":"Giant Hyena"},{"id":2160,"c":1,"u":"giant%20lizard_mm","p":326,"s":45,"h":1,"r":1,"n":"Giant Lizard"},{"id":2161,"c":1,"u":"giant%20octopus_mm","p":326,"s":45,"h":1,"r":1,"n":"Giant Octopus"},{"id":2162,"c":1,"u":"giant%20owl_mm","p":327,"s":45,"h":1,"r":1,"n":"Giant Owl"},{"id":2163,"c":1,"u":"giant%20poisonous%20snake_mm","p":327,"s":45,"h":1,"r":1,"n":"Giant Poisonous Snake"},{"id":2164,"c":1,"u":"giant%20rat_mm","p":327,"s":45,"h":1,"r":1,"n":"Giant Rat"},{"id":2165,"c":1,"u":"giant%20scorpion_mm","p":327,"s":45,"h":1,"r":1,"n":"Giant Scorpion"},{"id":2166,"c":1,"u":"giant%20sea%20horse_mm","p":328,"s":45,"h":1,"r":1,"n":"Giant Sea Horse"},{"id":2167,"c":1,"u":"giant%20shark_mm","p":328,"s":45,"h":1,"r":1,"n":"Giant Shark"},{"id":2168,"c":1,"u":"giant%20spider_mm","p":328,"s":45,"h":1,"r":1,"n":"Giant Spider"},{"id":2169,"c":1,"u":"giant%20toad_mm","p":329,"s":45,"h":1,"r":1,"n":"Giant Toad"},{"id":2170,"c":1,"u":"giant%20vulture_mm","p":329,"s":45,"h":1,"r":1,"n":"Giant Vulture"},{"id":2171,"c":1,"u":"giant%20wasp_mm","p":329,"s":45,"h":1,"r":1,"n":"Giant Wasp"},{"id":2172,"c":1,"u":"giant%20weasel_mm","p":329,"s":45,"h":1,"r":1,"n":"Giant Weasel"},{"id":2173,"c":1,"u":"giant%20wolf%20spider_mm","p":330,"s":45,"h":1,"r":1,"n":"Giant Wolf Spider"},{"id":2174,"c":1,"u":"gibbering%20mouther_mm","p":157,"s":45,"h":1,"r":1,"n":"Gibbering Mouther"},{"id":2175,"c":1,"u":"githyanki%20knight_mm","p":160,"s":45,"h":1,"n":"Githyanki Knight"},{"id":2176,"c":1,"u":"githyanki%20warrior_mm","p":160,"s":45,"h":1,"n":"Githyanki Warrior"},{"id":2177,"c":1,"u":"githzerai%20monk_mm","p":161,"s":45,"h":1,"n":"Githzerai Monk"},{"id":2178,"c":1,"u":"githzerai%20zerth_mm","p":161,"s":45,"h":1,"n":"Githzerai Zerth"},{"id":2179,"c":1,"u":"glabrezu_mm","p":58,"s":45,"h":1,"r":1,"n":"Glabrezu"},{"id":2180,"c":1,"u":"gladiator_mm","p":346,"s":45,"h":1,"r":1,"n":"Gladiator"},{"id":2181,"c":1,"u":"gnoll_mm","p":163,"s":45,"h":1,"r":1,"n":"Gnoll"},{"id":2182,"c":1,"u":"gnoll%20fang%20of%20yeenoghu_mm","p":163,"s":45,"h":1,"n":"Gnoll Fang of Yeenoghu"},{"id":2183,"c":1,"u":"gnoll%20pack%20lord_mm","p":163,"s":45,"h":1,"n":"Gnoll Pack Lord"},{"id":2184,"c":1,"u":"goat_mm","p":330,"s":45,"h":1,"r":1,"n":"Goat"},{"id":2185,"c":1,"u":"goblin_mm","p":166,"s":45,"h":1,"r":1,"n":"Goblin"},{"id":2186,"c":1,"u":"goblin%20boss_mm","p":166,"s":45,"h":1,"n":"Goblin Boss"},{"id":2187,"c":1,"u":"gold%20dragon%20wyrmling_mm","p":115,"s":45,"h":1,"r":1,"n":"Gold Dragon Wyrmling"},{"id":2188,"c":1,"u":"gorgon_mm","p":171,"s":45,"h":1,"r":1,"n":"Gorgon"},{"id":2189,"c":1,"u":"goristro_mm","p":59,"s":45,"h":1,"n":"Goristro"},{"id":2190,"c":1,"u":"gray%20ooze_mm","p":243,"s":45,"h":1,"r":1,"n":"Gray Ooze"},{"id":2191,"c":1,"u":"gray%20slaad_mm","p":277,"s":45,"h":1,"n":"Gray Slaad"},{"id":2192,"c":1,"u":"green%20dragon%20wyrmling_mm","p":95,"s":45,"h":1,"r":1,"n":"Green Dragon Wyrmling"},{"id":2193,"c":1,"u":"green%20hag_mm","p":177,"s":45,"h":1,"r":1,"n":"Green Hag"},{"id":2194,"c":1,"u":"green%20slaad_mm","p":277,"s":45,"h":1,"n":"Green Slaad"},{"id":2195,"c":1,"u":"grell_mm","p":172,"s":45,"h":1,"n":"Grell"},{"id":2196,"c":1,"u":"grick_mm","p":173,"s":45,"h":1,"r":1,"n":"Grick"},{"id":2197,"c":1,"u":"grick%20alpha_mm","p":173,"s":45,"h":1,"n":"Grick Alpha"},{"id":2198,"c":1,"u":"griffon_mm","p":174,"s":45,"h":1,"r":1,"n":"Griffon"},{"id":2199,"c":1,"u":"grimlock_mm","p":175,"s":45,"h":1,"r":1,"n":"Grimlock"},{"id":2200,"c":1,"u":"guard_mm","p":347,"s":45,"h":1,"r":1,"n":"Guard"},{"id":2201,"c":1,"u":"guardian%20naga_mm","p":234,"s":45,"h":1,"r":1,"n":"Guardian Naga"},{"id":2202,"c":1,"u":"gynosphinx_mm","p":282,"s":45,"h":1,"r":1,"n":"Gynosphinx"},{"id":2203,"c":1,"u":"half-ogre%20(ogrillon)_mm","p":238,"s":45,"h":1,"n":"Half-Ogre (Ogrillon)"},{"id":2204,"c":1,"u":"half-red%20dragon%20veteran_mm","p":180,"s":45,"h":1,"r":1,"n":"Half-Red Dragon Veteran"},{"id":2205,"c":1,"u":"harpy_mm","p":181,"s":45,"h":1,"r":1,"n":"Harpy"},{"id":2206,"c":1,"u":"hawk_mm","p":330,"s":45,"h":1,"r":1,"n":"Hawk"},{"id":2207,"c":1,"u":"hell%20hound_mm","p":182,"s":45,"h":1,"r":1,"n":"Hell Hound"},{"id":2208,"c":1,"u":"helmed%20horror_mm","p":183,"s":45,"h":1,"n":"Helmed Horror"},{"id":2209,"c":1,"u":"hezrou_mm","p":60,"s":45,"h":1,"r":1,"n":"Hezrou"},{"id":2210,"c":1,"u":"hill%20giant_mm","p":155,"s":45,"h":1,"r":1,"n":"Hill Giant"},{"id":2211,"c":1,"u":"hippogriff_mm","p":184,"s":45,"h":1,"r":1,"n":"Hippogriff"},{"id":2212,"c":1,"u":"hobgoblin_mm","p":186,"s":45,"h":1,"r":1,"n":"Hobgoblin"},{"id":2213,"c":1,"u":"hobgoblin%20captain_mm","p":186,"s":45,"h":1,"n":"Hobgoblin Captain"},{"id":2214,"c":1,"u":"hobgoblin%20warlord_mm","p":187,"s":45,"h":1,"n":"Hobgoblin Warlord"},{"id":2215,"c":1,"u":"homunculus_mm","p":188,"s":45,"h":1,"r":1,"n":"Homunculus"},{"id":2216,"c":1,"u":"hook%20horror_mm","p":189,"s":45,"h":1,"n":"Hook Horror"},{"id":2217,"c":1,"u":"horned%20devil_mm","p":74,"s":45,"h":1,"r":1,"n":"Horned Devil"},{"id":2218,"c":1,"u":"hunter%20shark_mm","p":330,"s":45,"h":1,"r":1,"n":"Hunter Shark"},{"id":2219,"c":1,"u":"hydra_mm","p":190,"s":45,"h":1,"r":1,"n":"Hydra"},{"id":2220,"c":1,"u":"hyena_mm","p":331,"s":45,"h":1,"r":1,"n":"Hyena"},{"id":2221,"c":1,"u":"ice%20devil_mm","p":75,"s":45,"h":1,"r":1,"n":"Ice Devil"},{"id":2222,"c":1,"u":"ice%20mephit_mm","p":215,"s":45,"h":1,"r":1,"n":"Ice Mephit"},{"id":2223,"c":1,"u":"imp_mm","p":76,"s":45,"h":1,"r":1,"n":"Imp"},{"id":2224,"c":1,"u":"incubus_mm","p":285,"s":45,"h":1,"r":1,"n":"Incubus"},{"id":2225,"c":1,"u":"intellect%20devourer_mm","p":191,"s":45,"h":1,"n":"Intellect Devourer"},{"id":2226,"c":1,"u":"invisible%20stalker_mm","p":192,"s":45,"h":1,"r":1,"n":"Invisible Stalker"},{"id":2227,"c":1,"u":"iron%20golem_mm","p":170,"s":45,"h":1,"r":1,"n":"Iron Golem"},{"id":2228,"c":1,"u":"jackal_mm","p":331,"s":45,"h":1,"r":1,"n":"Jackal"},{"id":2229,"c":1,"u":"jackalwere_mm","p":193,"s":45,"h":1,"n":"Jackalwere"},{"id":2230,"c":1,"u":"kenku_mm","p":194,"s":45,"h":1,"n":"Kenku"},{"id":2231,"c":1,"u":"killer%20whale_mm","p":331,"s":45,"h":1,"r":1,"n":"Killer Whale"},{"id":2232,"c":1,"u":"knight_mm","p":347,"s":45,"h":1,"r":1,"n":"Knight"},{"id":2233,"c":1,"u":"kobold_mm","p":195,"s":45,"h":1,"r":1,"n":"Kobold"},{"id":2234,"c":1,"u":"kraken_mm","p":197,"s":45,"h":1,"r":1,"n":"Kraken"},{"id":2235,"c":1,"u":"kuo-toa_mm","p":199,"s":45,"h":1,"n":"Kuo-toa"},{"id":2236,"c":1,"u":"kuo-toa%20archpriest_mm","p":200,"s":45,"h":1,"n":"Kuo-toa Archpriest"},{"id":2237,"c":1,"u":"kuo-toa%20monitor_mm","p":198,"s":45,"h":1,"n":"Kuo-toa Monitor"},{"id":2238,"c":1,"u":"kuo-toa%20whip_mm","p":200,"s":45,"h":1,"n":"Kuo-toa Whip"},{"id":2239,"c":1,"u":"lamia_mm","p":201,"s":45,"h":1,"r":1,"n":"Lamia"},{"id":2240,"c":1,"u":"lemure_mm","p":76,"s":45,"h":1,"r":1,"n":"Lemure"},{"id":2241,"c":1,"u":"lich_mm","p":202,"s":45,"h":1,"r":1,"n":"Lich"},{"id":2242,"c":1,"u":"lion_mm","p":331,"s":45,"h":1,"r":1,"n":"Lion"},{"id":2243,"c":1,"u":"lizard_mm","p":332,"s":45,"h":1,"r":1,"n":"Lizard"},{"id":2244,"c":1,"u":"lizard%20king_mm","p":205,"s":45,"h":1,"n":"Lizard King"},{"id":2245,"c":1,"u":"lizard%20queen_mm","p":205,"s":45,"h":1,"n":"Lizard Queen"},{"id":2246,"c":1,"u":"lizardfolk_mm","p":204,"s":45,"h":1,"r":1,"n":"Lizardfolk"},{"id":2247,"c":1,"u":"lizardfolk%20shaman_mm","p":205,"s":45,"h":1,"n":"Lizardfolk Shaman"},{"id":2248,"c":1,"u":"mage_mm","p":347,"s":45,"h":1,"r":1,"n":"Mage"},{"id":2249,"c":1,"u":"magma%20mephit_mm","p":216,"s":45,"h":1,"r":1,"n":"Magma Mephit"},{"id":2250,"c":1,"u":"magmin_mm","p":212,"s":45,"h":1,"r":1,"n":"Magmin"},{"id":2251,"c":1,"u":"mammoth_mm","p":332,"s":45,"h":1,"r":1,"n":"Mammoth"},{"id":2252,"c":1,"u":"manes_mm","p":60,"s":45,"h":1,"n":"Manes"},{"id":2253,"c":1,"u":"manticore_mm","p":213,"s":45,"h":1,"r":1,"n":"Manticore"},{"id":2254,"c":1,"u":"marid_mm","p":146,"s":45,"h":1,"n":"Marid"},{"id":2255,"c":1,"u":"marilith_mm","p":61,"s":45,"h":1,"r":1,"n":"Marilith"},{"id":2256,"c":1,"u":"mastiff_mm","p":332,"s":45,"h":1,"r":1,"n":"Mastiff"},{"id":2257,"c":1,"u":"medusa_mm","p":214,"s":45,"h":1,"r":1,"n":"Medusa"},{"id":2258,"c":1,"u":"merfolk_mm","p":218,"s":45,"h":1,"r":1,"n":"Merfolk"},{"id":2259,"c":1,"u":"merrow_mm","p":219,"s":45,"h":1,"r":1,"n":"Merrow"},{"id":2260,"c":1,"u":"mezzoloth_mm","p":313,"s":45,"h":1,"n":"Mezzoloth"},{"id":2261,"c":1,"u":"mimic_mm","p":220,"s":45,"h":1,"r":1,"n":"Mimic"},{"id":2262,"c":1,"u":"mind%20flayer_mm","p":222,"s":45,"h":1,"n":"Mind Flayer"},{"id":2263,"c":1,"u":"mind%20flayer_mm","p":222,"s":45,"h":1,"n":"Illithid"},{"id":2264,"c":1,"u":"mind%20flayer%20arcanist_mm","p":222,"s":45,"h":1,"n":"Mind Flayer Arcanist"},{"id":2265,"c":1,"u":"mind%20flayer%20arcanist_mm","p":222,"s":45,"h":1,"n":"Illithid Arcanist"},{"id":2266,"c":1,"u":"minotaur_mm","p":223,"s":45,"h":1,"r":1,"n":"Minotaur"},{"id":2267,"c":1,"u":"minotaur%20skeleton_mm","p":273,"s":45,"h":1,"r":1,"n":"Minotaur Skeleton"},{"id":2268,"c":1,"u":"monodrone_mm","p":224,"s":45,"h":1,"n":"Monodrone"},{"id":2269,"c":1,"u":"mud%20mephit_mm","p":216,"s":45,"h":1,"n":"Mud Mephit"},{"id":2270,"c":1,"u":"mule_mm","p":333,"s":45,"h":1,"r":1,"n":"Mule"},{"id":2271,"c":1,"u":"mummy_mm","p":228,"s":45,"h":1,"r":1,"n":"Mummy"},{"id":2272,"c":1,"u":"mummy%20lord_mm","p":229,"s":45,"h":1,"r":1,"n":"Mummy Lord"},{"id":2273,"c":1,"u":"myconid%20adult_mm","p":232,"s":45,"h":1,"n":"Myconid Adult"},{"id":2274,"c":1,"u":"myconid%20sovereign_mm","p":232,"s":45,"h":1,"n":"Myconid Sovereign"},{"id":2275,"c":1,"u":"myconid%20sprout_mm","p":230,"s":45,"h":1,"n":"Myconid Sprout"},{"id":2276,"c":1,"u":"nalfeshnee_mm","p":62,"s":45,"h":1,"r":1,"n":"Nalfeshnee"},{"id":2277,"c":1,"u":"needle%20blight_mm","p":32,"s":45,"h":1,"n":"Needle Blight"},{"id":2278,"c":1,"u":"night%20hag_mm","p":178,"s":45,"h":1,"r":1,"n":"Night Hag"},{"id":2279,"c":1,"u":"nightmare_mm","p":235,"s":45,"h":1,"r":1,"n":"Nightmare"},{"id":2280,"c":1,"u":"noble_mm","p":348,"s":45,"h":1,"r":1,"n":"Noble"},{"id":2281,"c":1,"u":"nothic_mm","p":236,"s":45,"h":1,"n":"Nothic"},{"id":2282,"c":1,"u":"nycaloth_mm","p":314,"s":45,"h":1,"n":"Nycaloth"},{"id":2283,"c":1,"u":"ochre%20jelly_mm","p":243,"s":45,"h":1,"r":1,"n":"Ochre Jelly"},{"id":2284,"c":1,"u":"octopus_mm","p":333,"s":45,"h":1,"r":1,"n":"Octopus"},{"id":2285,"c":1,"u":"ogre_mm","p":237,"s":45,"h":1,"r":1,"n":"Ogre"},{"id":2286,"c":1,"u":"ogre%20zombie_mm","p":316,"s":45,"h":1,"r":1,"n":"Ogre Zombie"},{"id":2287,"c":1,"u":"oni_mm","p":239,"s":45,"h":1,"r":1,"n":"Oni"},{"id":2288,"c":1,"u":"orc_mm","p":246,"s":45,"h":1,"r":1,"n":"Orc"},{"id":2289,"c":1,"u":"orc%20eye%20of%20gruumsh_mm","p":247,"s":45,"h":1,"n":"Orc Eye of Gruumsh"},{"id":2290,"c":1,"u":"orc%20war%20chief_mm","p":246,"s":45,"h":1,"n":"Orc War Chief"},{"id":2291,"c":1,"u":"orog_mm","p":247,"s":45,"h":1,"n":"Orog"},{"id":2292,"c":1,"u":"otyugh_mm","p":248,"s":45,"h":1,"r":1,"n":"Otyugh"},{"id":2293,"c":1,"u":"owl_mm","p":333,"s":45,"h":1,"r":1,"n":"Owl"},{"id":2294,"c":1,"u":"owlbear_mm","p":249,"s":45,"h":1,"r":1,"n":"Owlbear"},{"id":2295,"c":1,"u":"panther_mm","p":333,"s":45,"h":1,"r":1,"n":"Panther"},{"id":2296,"c":1,"u":"pegasus_mm","p":250,"s":45,"h":1,"r":1,"n":"Pegasus"},{"id":2297,"c":1,"u":"pentadrone_mm","p":226,"s":45,"h":1,"n":"Pentadrone"},{"id":2298,"c":1,"u":"peryton_mm","p":251,"s":45,"h":1,"n":"Peryton"},{"id":2299,"c":1,"u":"phase%20spider_mm","p":334,"s":45,"h":1,"r":1,"n":"Phase Spider"},{"id":2300,"c":1,"u":"piercer_mm","p":252,"s":45,"h":1,"n":"Piercer"},{"id":2301,"c":1,"u":"pit%20fiend_mm","p":77,"s":45,"h":1,"r":1,"n":"Pit Fiend"},{"id":2302,"c":1,"u":"pixie_mm","p":253,"s":45,"h":1,"n":"Pixie"},{"id":2303,"c":1,"u":"planetar_mm","p":17,"s":45,"h":1,"r":1,"n":"Planetar"},{"id":2304,"c":1,"u":"plesiosaurus_mm","p":80,"s":45,"h":1,"r":1,"n":"Plesiosaurus"},{"id":2305,"c":1,"u":"poisonous%20snake_mm","p":334,"s":45,"h":1,"r":1,"n":"Poisonous Snake"},{"id":2306,"c":1,"u":"polar%20bear_mm","p":334,"s":45,"h":1,"r":1,"n":"Polar Bear"},{"id":2307,"c":1,"u":"poltergeist_mm","p":279,"s":45,"h":1,"n":"Poltergeist"},{"id":2308,"c":1,"u":"pony_mm","p":335,"s":45,"h":1,"r":1,"n":"Pony"},{"id":2309,"c":1,"u":"priest_mm","p":348,"s":45,"h":1,"r":1,"n":"Priest"},{"id":2310,"c":1,"u":"pseudodragon_mm","p":254,"s":45,"h":1,"r":1,"n":"Pseudodragon"},{"id":2311,"c":1,"u":"pteranodon_mm","p":80,"s":45,"h":1,"n":"Pteranodon"},{"id":2312,"c":1,"u":"purple%20worm_mm","p":255,"s":45,"h":1,"r":1,"n":"Purple Worm"},{"id":2313,"c":1,"u":"quadrone_mm","p":226,"s":45,"h":1,"n":"Quadrone"},{"id":2314,"c":1,"u":"quaggoth_mm","p":256,"s":45,"h":1,"n":"Quaggoth"},{"id":2315,"c":1,"u":"quaggoth%20spore%20servant_mm","p":230,"s":45,"h":1,"n":"Quaggoth Spore Servant"},{"id":2316,"c":1,"u":"quaggoth%20thonot_mm","p":256,"s":45,"h":1,"n":"Quaggoth Thonot"},{"id":2317,"c":1,"u":"quasit_mm","p":63,"s":45,"h":1,"r":1,"n":"Quasit"},{"id":2318,"c":1,"u":"quipper_mm","p":335,"s":45,"h":1,"r":1,"n":"Quipper"},{"id":2319,"c":1,"u":"rakshasa_mm","p":257,"s":45,"h":1,"r":1,"n":"Rakshasa"},{"id":2320,"c":1,"u":"rat_mm","p":335,"s":45,"h":1,"r":1,"n":"Rat"},{"id":2321,"c":1,"u":"raven_mm","p":335,"s":45,"h":1,"r":1,"n":"Raven"},{"id":2322,"c":1,"u":"red%20dragon%20wyrmling_mm","p":98,"s":45,"h":1,"r":1,"n":"Red Dragon Wyrmling"},{"id":2323,"c":1,"u":"red%20slaad_mm","p":276,"s":45,"h":1,"n":"Red Slaad"},{"id":2324,"c":1,"u":"reef%20shark_mm","p":336,"s":45,"h":1,"r":1,"n":"Reef Shark"},{"id":2325,"c":1,"u":"remorhaz_mm","p":258,"s":45,"h":1,"r":1,"n":"Remorhaz"},{"id":2326,"c":1,"u":"revenant_mm","p":259,"s":45,"h":1,"n":"Revenant"},{"id":2327,"c":1,"u":"rhinoceros_mm","p":336,"s":45,"h":1,"r":1,"n":"Rhinoceros"},{"id":2328,"c":1,"u":"riding%20horse_mm","p":336,"s":45,"h":1,"r":1,"n":"Riding Horse"},{"id":2329,"c":1,"u":"roc_mm","p":260,"s":45,"h":1,"r":1,"n":"Roc"},{"id":2330,"c":1,"u":"roper_mm","p":261,"s":45,"h":1,"r":1,"n":"Roper"},{"id":2331,"c":1,"u":"rug%20of%20smothering_mm","p":20,"s":45,"h":1,"r":1,"n":"Rug of Smothering"},{"id":2332,"c":1,"u":"rust%20monster_mm","p":262,"s":45,"h":1,"r":1,"n":"Rust Monster"},{"id":2333,"c":1,"u":"saber-toothed%20tiger_mm","p":336,"s":45,"h":1,"r":1,"n":"Saber-Toothed Tiger"},{"id":2334,"c":1,"u":"sahuagin_mm","p":263,"s":45,"h":1,"r":1,"n":"Sahuagin"},{"id":2335,"c":1,"u":"sahuagin%20baron_mm","p":264,"s":45,"h":1,"n":"Sahuagin Baron"},{"id":2336,"c":1,"u":"sahuagin%20priestess_mm","p":264,"s":45,"h":1,"n":"Sahuagin Priestess"},{"id":2337,"c":1,"u":"salamander_mm","p":266,"s":45,"h":1,"r":1,"n":"Salamander"},{"id":2338,"c":1,"u":"satyr_mm","p":267,"s":45,"h":1,"r":1,"n":"Satyr"},{"id":2339,"c":1,"u":"scarecrow_mm","p":268,"s":45,"h":1,"n":"Scarecrow"},{"id":2340,"c":1,"u":"scorpion_mm","p":337,"s":45,"h":1,"r":1,"n":"Scorpion"},{"id":2341,"c":1,"u":"scout_mm","p":349,"s":45,"h":1,"r":1,"n":"Scout"},{"id":2342,"c":1,"u":"sea%20hag_mm","p":179,"s":45,"h":1,"r":1,"n":"Sea Hag"},{"id":2343,"c":1,"u":"sea%20horse_mm","p":337,"s":45,"h":1,"r":1,"n":"Sea Horse"},{"id":2344,"c":1,"u":"shadow_mm","p":269,"s":45,"h":1,"r":1,"n":"Shadow"},{"id":2345,"c":1,"u":"shadow%20demon_mm","p":64,"s":45,"h":1,"n":"Shadow Demon"},{"id":2346,"c":1,"u":"shambling%20mound_mm","p":270,"s":45,"h":1,"r":1,"n":"Shambling Mound"},{"id":2347,"c":1,"u":"shield%20guardian_mm","p":271,"s":45,"h":1,"r":1,"n":"Shield Guardian"},{"id":2348,"c":1,"u":"shield%20guardian_mm","p":271,"s":45,"h":1,"r":1,"n":"Shield Golem"},{"id":2349,"c":1,"u":"shrieker_mm","p":138,"s":45,"h":1,"r":1,"n":"Shrieker"},{"id":2350,"c":1,"u":"silver%20dragon%20wyrmling_mm","p":118,"s":45,"h":1,"r":1,"n":"Silver Dragon Wyrmling"},{"id":2351,"c":1,"u":"skeleton_mm","p":272,"s":45,"h":1,"r":1,"n":"Skeleton"},{"id":2352,"c":1,"u":"slaad%20tadpole_mm","p":276,"s":45,"h":1,"n":"Slaad Tadpole"},{"id":2353,"c":1,"u":"smoke%20mephit_mm","p":217,"s":45,"h":1,"n":"Smoke Mephit"},{"id":2354,"c":1,"u":"solar_mm","p":18,"s":45,"h":1,"r":1,"n":"Solar"},{"id":2355,"c":1,"u":"spectator_mm","p":30,"s":45,"h":1,"n":"Spectator"},{"id":2356,"c":1,"u":"specter_mm","p":279,"s":45,"h":1,"r":1,"n":"Specter"},{"id":2357,"c":1,"u":"spider_mm","p":337,"s":45,"h":1,"r":1,"n":"Spider"},{"id":2358,"c":1,"u":"spined%20devil_mm","p":78,"s":45,"h":1,"n":"Spined Devil"},{"id":2359,"c":1,"u":"spirit%20naga_mm","p":234,"s":45,"h":1,"r":1,"n":"Spirit Naga"},{"id":2360,"c":1,"u":"sprite_mm","p":283,"s":45,"h":1,"r":1,"n":"Sprite"},{"id":2361,"c":1,"u":"spy_mm","p":349,"s":45,"h":1,"r":1,"n":"Spy"},{"id":2362,"c":1,"u":"steam%20mephit_mm","p":217,"s":45,"h":1,"r":1,"n":"Steam Mephit"},{"id":2363,"c":1,"u":"stirge_mm","p":284,"s":45,"h":1,"r":1,"n":"Stirge"},{"id":2364,"c":1,"u":"stone%20giant_mm","p":156,"s":45,"h":1,"r":1,"n":"Stone Giant"},{"id":2365,"c":1,"u":"stone%20golem_mm","p":170,"s":45,"h":1,"r":1,"n":"Stone Golem"},{"id":2366,"c":1,"u":"storm%20giant_mm","p":156,"s":45,"h":1,"r":1,"n":"Storm Giant"},{"id":2367,"c":1,"u":"succubus_mm","p":285,"s":45,"h":1,"r":1,"n":"Succubus"},{"id":2368,"c":1,"u":"swarm%20of%20bats_mm","p":337,"s":45,"h":1,"r":1,"n":"Swarm of Bats"},{"id":2369,"c":1,"u":"swarm%20of%20beetles_mm","p":338,"s":45,"h":1,"r":1,"n":"Swarm of Beetles"},{"id":2370,"c":1,"u":"swarm%20of%20centipedes_mm","p":338,"s":45,"h":1,"r":1,"n":"Swarm of Centipedes"},{"id":2371,"c":1,"u":"swarm%20of%20insects_mm","p":338,"s":45,"h":1,"r":1,"n":"Swarm of Insects"},{"id":2372,"c":1,"u":"swarm%20of%20poisonous%20snakes_mm","p":338,"s":45,"h":1,"r":1,"n":"Swarm of Poisonous Snakes"},{"id":2373,"c":1,"u":"swarm%20of%20quippers_mm","p":338,"s":45,"h":1,"r":1,"n":"Swarm of Quippers"},{"id":2374,"c":1,"u":"swarm%20of%20rats_mm","p":339,"s":45,"h":1,"r":1,"n":"Swarm of Rats"},{"id":2375,"c":1,"u":"swarm%20of%20ravens_mm","p":339,"s":45,"h":1,"r":1,"n":"Swarm of Ravens"},{"id":2376,"c":1,"u":"swarm%20of%20spiders_mm","p":338,"s":45,"h":1,"r":1,"n":"Swarm of Spiders"},{"id":2377,"c":1,"u":"swarm%20of%20wasps_mm","p":338,"s":45,"h":1,"r":1,"n":"Swarm of Wasps"},{"id":2378,"c":1,"u":"tarrasque_mm","p":286,"s":45,"h":1,"r":1,"n":"Tarrasque"},{"id":2379,"c":1,"u":"thri-kreen_mm","p":288,"s":45,"h":1,"n":"Thri-kreen"},{"id":2380,"c":1,"u":"thug_mm","p":350,"s":45,"h":1,"r":1,"n":"Thug"},{"id":2381,"c":1,"u":"tiger_mm","p":339,"s":45,"h":1,"r":1,"n":"Tiger"},{"id":2382,"c":1,"u":"treant_mm","p":289,"s":45,"h":1,"r":1,"n":"Treant"},{"id":2383,"c":1,"u":"tribal%20warrior_mm","p":350,"s":45,"h":1,"r":1,"n":"Tribal Warrior"},{"id":2384,"c":1,"u":"triceratops_mm","p":80,"s":45,"h":1,"r":1,"n":"Triceratops"},{"id":2385,"c":1,"u":"tridrone_mm","p":225,"s":45,"h":1,"n":"Tridrone"},{"id":2386,"c":1,"u":"troglodyte_mm","p":290,"s":45,"h":1,"n":"Troglodyte"},{"id":2387,"c":1,"u":"troll_mm","p":291,"s":45,"h":1,"r":1,"n":"Troll"},{"id":2388,"c":1,"u":"twig%20blight_mm","p":32,"s":45,"h":1,"n":"Twig Blight"},{"id":2389,"c":1,"u":"tyrannosaurus%20rex_mm","p":80,"s":45,"h":1,"r":1,"n":"Tyrannosaurus Rex"},{"id":2390,"c":1,"u":"ultroloth_mm","p":314,"s":45,"h":1,"n":"Ultroloth"},{"id":2391,"c":1,"u":"umber%20hulk_mm","p":292,"s":45,"h":1,"n":"Umber Hulk"},{"id":2392,"c":1,"u":"unicorn_mm","p":294,"s":45,"h":1,"r":1,"n":"Unicorn"},{"id":2393,"c":1,"u":"vampire_mm","p":297,"s":45,"h":1,"r":1,"n":"Vampire"},{"id":2394,"c":1,"u":"vampire%20spawn_mm","p":298,"s":45,"h":1,"r":1,"n":"Vampire Spawn"},{"id":2395,"c":1,"u":"vampire%20spellcaster_mm","p":298,"s":45,"h":1,"n":"Vampire Spellcaster"},{"id":2396,"c":1,"u":"vampire%20warrior_mm","p":298,"s":45,"h":1,"n":"Vampire Warrior"},{"id":2397,"c":1,"u":"veteran_mm","p":350,"s":45,"h":1,"r":1,"n":"Veteran"},{"id":2398,"c":1,"u":"vine%20blight_mm","p":32,"s":45,"h":1,"n":"Vine Blight"},{"id":2399,"c":1,"u":"violet%20fungus_mm","p":138,"s":45,"h":1,"r":1,"n":"Violet Fungus"},{"id":2400,"c":1,"u":"vrock_mm","p":64,"s":45,"h":1,"r":1,"n":"Vrock"},{"id":2401,"c":1,"u":"vulture_mm","p":339,"s":45,"h":1,"r":1,"n":"Vulture"},{"id":2402,"c":1,"u":"warhorse_mm","p":340,"s":45,"h":1,"r":1,"n":"Warhorse"},{"id":2403,"c":1,"u":"warhorse%20skeleton_mm","p":273,"s":45,"h":1,"r":1,"n":"Warhorse Skeleton"},{"id":2404,"c":1,"u":"water%20elemental_mm","p":125,"s":45,"h":1,"r":1,"n":"Water Elemental"},{"id":2405,"c":1,"u":"water%20weird_mm","p":299,"s":45,"h":1,"n":"Water Weird"},{"id":2406,"c":1,"u":"weasel_mm","p":340,"s":45,"h":1,"r":1,"n":"Weasel"},{"id":2407,"c":1,"u":"werebear_mm","p":208,"s":45,"h":1,"r":1,"n":"Werebear"},{"id":2408,"c":1,"u":"wereboar_mm","p":209,"s":45,"h":1,"r":1,"n":"Wereboar"},{"id":2409,"c":1,"u":"wererat_mm","p":209,"s":45,"h":1,"r":1,"n":"Wererat"},{"id":2410,"c":1,"u":"weretiger_mm","p":210,"s":45,"h":1,"r":1,"n":"Weretiger"},{"id":2411,"c":1,"u":"werewolf_mm","p":211,"s":45,"h":1,"r":1,"n":"Werewolf"},{"id":2412,"c":1,"u":"white%20dragon%20wyrmling_mm","p":102,"s":45,"h":1,"r":1,"n":"White Dragon Wyrmling"},{"id":2413,"c":1,"u":"wight_mm","p":300,"s":45,"h":1,"r":1,"n":"Wight"},{"id":2414,"c":1,"u":"will-o'-wisp_mm","p":301,"s":45,"h":1,"r":1,"n":"Will-o'-Wisp"},{"id":2415,"c":1,"u":"winged%20kobold_mm","p":195,"s":45,"h":1,"n":"Winged Kobold"},{"id":2416,"c":1,"u":"winter%20wolf_mm","p":340,"s":45,"h":1,"r":1,"n":"Winter Wolf"},{"id":2417,"c":1,"u":"wolf_mm","p":341,"s":45,"h":1,"r":1,"n":"Wolf"},{"id":2418,"c":1,"u":"worg_mm","p":341,"s":45,"h":1,"r":1,"n":"Worg"},{"id":2419,"c":1,"u":"wraith_mm","p":302,"s":45,"h":1,"r":1,"n":"Wraith"},{"id":2420,"c":1,"u":"wyvern_mm","p":303,"s":45,"h":1,"r":1,"n":"Wyvern"},{"id":2421,"c":1,"u":"xorn_mm","p":304,"s":45,"h":1,"r":1,"n":"Xorn"},{"id":2422,"c":1,"u":"yeti_mm","p":305,"s":45,"h":1,"n":"Yeti"},{"id":2423,"c":1,"u":"yochlol_mm","p":65,"s":45,"h":1,"n":"Yochlol"},{"id":2424,"c":1,"u":"young%20black%20dragon_mm","p":88,"s":45,"h":1,"r":1,"n":"Young Black Dragon"},{"id":2425,"c":1,"u":"young%20blue%20dragon_mm","p":91,"s":45,"h":1,"r":1,"n":"Young Blue Dragon"},{"id":2426,"c":1,"u":"young%20brass%20dragon_mm","p":105,"s":45,"h":1,"r":1,"n":"Young Brass Dragon"},{"id":2427,"c":1,"u":"young%20bronze%20dragon_mm","p":108,"s":45,"h":1,"r":1,"n":"Young Bronze Dragon"},{"id":2428,"c":1,"u":"young%20copper%20dragon_mm","p":112,"s":45,"h":1,"r":1,"n":"Young Copper Dragon"},{"id":2429,"c":1,"u":"young%20gold%20dragon_mm","p":115,"s":45,"h":1,"r":1,"n":"Young Gold Dragon"},{"id":2430,"c":1,"u":"young%20green%20dragon_mm","p":94,"s":45,"h":1,"r":1,"n":"Young Green Dragon"},{"id":2431,"c":1,"u":"young%20red%20dragon_mm","p":98,"s":45,"h":1,"r":1,"n":"Young Red Dragon"},{"id":2432,"c":1,"u":"young%20red%20shadow%20dragon_mm","p":85,"s":45,"h":1,"n":"Young Red Shadow Dragon"},{"id":2433,"c":1,"u":"young%20remorhaz_mm","p":258,"s":45,"h":1,"n":"Young Remorhaz"},{"id":2434,"c":1,"u":"young%20silver%20dragon_mm","p":118,"s":45,"h":1,"r":1,"n":"Young Silver Dragon"},{"id":2435,"c":1,"u":"young%20white%20dragon_mm","p":101,"s":45,"h":1,"r":1,"n":"Young White Dragon"},{"id":2436,"c":1,"u":"yuan-ti%20abomination_mm","p":308,"s":45,"h":1,"n":"Yuan-ti Abomination"},{"id":2437,"c":1,"u":"yuan-ti%20malison%20(type%201)_mm","p":309,"s":45,"h":1,"n":"Yuan-ti Malison (Type 1)"},{"id":2438,"c":1,"u":"yuan-ti%20malison%20(type%202)_mm","p":309,"s":45,"h":1,"n":"Yuan-ti Malison (Type 2)"},{"id":2439,"c":1,"u":"yuan-ti%20malison%20(type%203)_mm","p":309,"s":45,"h":1,"n":"Yuan-ti Malison (Type 3)"},{"id":2440,"c":1,"u":"yuan-ti%20pureblood_mm","p":310,"s":45,"h":1,"n":"Yuan-ti Pureblood"},{"id":2441,"c":1,"u":"zombie_mm","p":316,"s":45,"h":1,"r":1,"n":"Zombie"},{"id":2442,"c":1,"u":"abhorrent%20overlord_mot","p":219,"s":46,"h":1,"n":"Abhorrent Overlord"},{"id":2443,"c":1,"u":"akroan%20hoplite_mot","p":228,"s":46,"h":1,"n":"Akroan Hoplite"},{"id":2444,"c":1,"u":"alseid_mot","p":235,"s":46,"h":1,"n":"Alseid"},{"id":2445,"c":1,"u":"anvilwrought%20raptor_mot","p":209,"s":46,"h":1,"n":"Anvilwrought Raptor"},{"id":2446,"c":1,"u":"aphemia_mot","p":226,"s":46,"h":1,"n":"Aphemia"},{"id":2447,"c":1,"u":"arasta_mot","p":248,"s":46,"h":1,"n":"Arasta"},{"id":2448,"c":1,"u":"archon%20of%20falling%20stars_mot","p":212,"s":46,"h":1,"n":"Archon of Falling Stars"},{"id":2449,"c":1,"u":"ashen%20rider_mot","p":213,"s":46,"h":1,"n":"Ashen Rider"},{"id":2450,"c":1,"u":"blood-toll%20harpy_mot","p":227,"s":46,"h":1,"n":"Blood-Toll Harpy"},{"id":2451,"c":1,"u":"broken%20king%20antigonos_mot","p":189,"s":46,"h":1,"n":"Broken King Antigonos"},{"id":2452,"c":1,"u":"bronze%20sable_mot","p":210,"s":46,"h":1,"n":"Bronze Sable"},{"id":2453,"c":1,"u":"burnished%20hart_mot","p":211,"s":46,"h":1,"n":"Burnished Hart"},{"id":2454,"c":1,"u":"colossus%20of%20akros_mot","p":218,"s":46,"h":1,"n":"Colossus of Akros"},{"id":2455,"c":1,"u":"doomwake%20giant_mot","p":224,"s":46,"h":1,"n":"Doomwake Giant"},{"id":2456,"c":1,"u":"eater%20of%20hope_mot","p":220,"s":46,"h":1,"n":"Eater of Hope"},{"id":2457,"c":1,"u":"fleecemane%20lion_mot","p":223,"s":46,"h":1,"n":"Fleecemane Lion"},{"id":2458,"c":1,"u":"flitterstep%20eidolon_mot","p":222,"s":46,"h":1,"n":"Flitterstep Eidolon"},{"id":2459,"c":1,"u":"ghostblade%20eidolon_mot","p":222,"s":46,"h":1,"n":"Ghostblade Eidolon"},{"id":2460,"c":1,"u":"gold-forged%20sentinel_mot","p":211,"s":46,"h":1,"n":"Gold-Forged Sentinel"},{"id":2461,"c":1,"u":"hippocamp_mot","p":227,"s":46,"h":1,"n":"Hippocamp"},{"id":2462,"c":1,"u":"hundred-handed%20one_mot","p":225,"s":46,"h":1,"n":"Hundred-Handed One"},{"id":2463,"c":1,"u":"hythonia_mot","p":252,"s":46,"h":1,"n":"Hythonia"},{"id":2464,"c":1,"u":"ironscale%20hydra_mot","p":231,"s":46,"h":1,"n":"Ironscale Hydra"},{"id":2465,"c":1,"u":"lampad_mot","p":235,"s":46,"h":1,"n":"Lampad"},{"id":2466,"c":1,"u":"leonin%20iconoclast_mot","p":232,"s":46,"h":1,"n":"Leonin Iconoclast"},{"id":2467,"c":1,"u":"medusa_mot","p":206,"s":46,"h":1,"n":"Medusa"},{"id":2468,"c":1,"u":"meletian%20hoplite_mot","p":229,"s":46,"h":1,"n":"Meletian Hoplite"},{"id":2469,"c":1,"u":"naiad_mot","p":236,"s":46,"h":1,"n":"Naiad"},{"id":2470,"c":1,"u":"nightmare%20shepherd_mot","p":221,"s":46,"h":1,"n":"Nightmare Shepherd"},{"id":2471,"c":1,"u":"nyx-fleece%20ram_mot","p":233,"s":46,"h":1,"n":"Nyx-Fleece Ram"},{"id":2472,"c":1,"u":"oracle_mot","p":238,"s":46,"h":1,"n":"Oracle"},{"id":2473,"c":1,"u":"oread_mot","p":237,"s":46,"h":1,"n":"Oread"},{"id":2474,"c":1,"u":"phylaskia_mot","p":239,"s":46,"h":1,"n":"Phylaskia"},{"id":2475,"c":1,"u":"polukranos_mot","p":231,"s":46,"h":1,"n":"Polukranos"},{"id":2476,"c":1,"u":"returned%20drifter_mot","p":240,"s":46,"h":1,"n":"Returned Drifter"},{"id":2477,"c":1,"u":"returned%20kakomantis_mot","p":240,"s":46,"h":1,"n":"Returned Kakomantis"},{"id":2478,"c":1,"u":"returned%20palamnite_mot","p":241,"s":46,"h":1,"n":"Returned Palamnite"},{"id":2479,"c":1,"u":"returned%20sentry_mot","p":241,"s":46,"h":1,"n":"Returned Sentry"},{"id":2480,"c":1,"u":"satyr%20reveler_mot","p":242,"s":46,"h":1,"n":"Satyr Reveler"},{"id":2481,"c":1,"u":"satyr%20thornbearer_mot","p":243,"s":46,"h":1,"n":"Satyr Thornbearer"},{"id":2482,"c":1,"u":"setessan%20hoplite_mot","p":229,"s":46,"h":1,"n":"Setessan Hoplite"},{"id":2483,"c":1,"u":"theran%20chimera_mot","p":216,"s":46,"h":1,"n":"Theran Chimera"},{"id":2484,"c":1,"u":"triton%20master%20of%20waves_mot","p":245,"s":46,"h":1,"n":"Triton Master of Waves"},{"id":2485,"c":1,"u":"triton%20shorestalker_mot","p":244,"s":46,"h":1,"n":"Triton Shorestalker"},{"id":2486,"c":1,"u":"tromokratis_mot","p":254,"s":46,"h":1,"n":"Tromokratis"},{"id":2487,"c":1,"u":"two-headed%20cerberus_mot","p":215,"s":46,"h":1,"n":"Two-Headed Cerberus"},{"id":2488,"c":1,"u":"typhon_mot","p":246,"s":46,"h":1,"n":"Typhon"},{"id":2489,"c":1,"u":"underworld%20cerberus_mot","p":215,"s":46,"h":1,"n":"Underworld Cerberus"},{"id":2490,"c":1,"u":"winged%20bull_mot","p":214,"s":46,"h":1,"n":"Winged Bull"},{"id":2491,"c":1,"u":"winged%20lion_mot","p":214,"s":46,"h":1,"n":"Winged Lion"},{"id":2492,"c":1,"u":"woe%20strider_mot","p":247,"s":46,"h":1,"n":"Woe Strider"},{"id":2493,"c":1,"u":"adult%20time%20dragon_mpp","p":50,"s":47,"h":1,"n":"Adult Time Dragon"},{"id":2494,"c":1,"u":"ancient%20time%20dragon_mpp","p":48,"s":47,"h":1,"n":"Ancient Time Dragon"},{"id":2495,"c":1,"u":"athar%20null_mpp","p":53,"s":47,"h":1,"n":"Athar Null"},{"id":2496,"c":1,"u":"aurumach%20rilmani_mpp","p":43,"s":47,"h":1,"n":"Aurumach Rilmani"},{"id":2497,"c":1,"u":"avoral%20guardinal_mpp","p":32,"s":47,"h":1,"n":"Avoral Guardinal"},{"id":2498,"c":1,"u":"baernaloth_mpp","p":20,"s":47,"h":1,"n":"Baernaloth"},{"id":2499,"c":1,"u":"bariaur%20wanderer_mpp","p":21,"s":47,"h":1,"n":"Bariaur Wanderer"},{"id":2500,"c":1,"u":"bleak%20cabal%20void%20soother_mpp","p":54,"s":47,"h":1,"n":"Bleak Cabal Void Soother"},{"id":2501,"c":1,"u":"cranium%20rat%20squeaker_mpp","p":22,"s":47,"h":1,"n":"Cranium Rat Squeaker"},{"id":2502,"c":1,"u":"cranium%20rat%20squeaker%20swarm_mpp","p":22,"s":47,"h":1,"n":"Cranium Rat Squeaker Swarm"},{"id":2503,"c":1,"u":"cuprilach%20rilmani_mpp","p":44,"s":47,"h":1,"n":"Cuprilach Rilmani"},{"id":2504,"c":1,"u":"dabus_mpp","p":23,"s":47,"h":1,"n":"Dabus"},{"id":2505,"c":1,"u":"darkweaver_mpp","p":25,"s":47,"h":1,"n":"Darkweaver"},{"id":2506,"c":1,"u":"decaton%20modron_mpp","p":36,"s":47,"h":1,"n":"Decaton Modron"},{"id":2507,"c":1,"u":"doomguard%20doom%20lord_mpp","p":54,"s":47,"h":1,"n":"Doomguard Doom Lord"},{"id":2508,"c":1,"u":"doomguard%20rot%20blade_mpp","p":56,"s":47,"h":1,"n":"Doomguard Rot Blade"},{"id":2509,"c":1,"u":"eater%20of%20knowledge_mpp","p":29,"s":47,"h":1,"n":"Eater of Knowledge"},{"id":2510,"c":1,"u":"equinal%20guardinal_mpp","p":33,"s":47,"h":1,"n":"Equinal Guardinal"},{"id":2511,"c":1,"u":"farastu%20demodand_mpp","p":26,"s":47,"h":1,"n":"Farastu Demodand"},{"id":2512,"c":1,"u":"fated%20shaker_mpp","p":56,"s":47,"h":1,"n":"Fated Shaker"},{"id":2513,"c":1,"u":"ferrumach%20rilmani_mpp","p":44,"s":47,"h":1,"n":"Ferrumach Rilmani"},{"id":2514,"c":1,"u":"fraternity%20of%20order%20law%20bender_mpp","p":57,"s":47,"h":1,"n":"Fraternity of Order Law Bender"},{"id":2515,"c":1,"u":"githzerai%20futurist_mpp","p":30,"s":47,"h":1,"n":"Githzerai Futurist"},{"id":2516,"c":1,"u":"githzerai%20traveler_mpp","p":31,"s":47,"h":1,"n":"Githzerai Traveler"},{"id":2517,"c":1,"u":"githzerai%20uniter_mpp","p":31,"s":47,"h":1,"n":"Githzerai Uniter"},{"id":2518,"c":1,"u":"hands%20of%20havoc%20fire%20starter_mpp","p":58,"s":47,"h":1,"n":"Hands of Havoc Fire Starter"},{"id":2519,"c":1,"u":"harmonium%20captain_mpp","p":58,"s":47,"h":1,"n":"Harmonium Captain"},{"id":2520,"c":1,"u":"harmonium%20peacekeeper_mpp","p":59,"s":47,"h":1,"n":"Harmonium Peacekeeper"},{"id":2521,"c":1,"u":"heralds%20of%20dust%20remnant_mpp","p":59,"s":47,"h":1,"n":"Heralds of Dust Remnant"},{"id":2522,"c":1,"u":"hexton%20modron_mpp","p":37,"s":47,"h":1,"n":"Hexton Modron"},{"id":2523,"c":1,"u":"hound%20archon_mpp","p":16,"s":47,"h":1,"n":"Hound Archon"},{"id":2524,"c":1,"u":"kelubar%20demodand_mpp","p":27,"s":47,"h":1,"n":"Kelubar Demodand"},{"id":2525,"c":1,"u":"kolyarut_mpp","p":34,"s":47,"h":1,"n":"Kolyarut"},{"id":2526,"c":1,"u":"lantern%20archon_mpp","p":17,"s":47,"h":1,"n":"Lantern Archon"},{"id":2527,"c":1,"u":"maelephant_mpp","p":35,"s":47,"h":1,"n":"Maelephant"},{"id":2528,"c":1,"u":"mercykiller%20bloodhound_mpp","p":60,"s":47,"h":1,"n":"Mercykiller Bloodhound"},{"id":2529,"c":1,"u":"mind's%20eye%20matter%20smith_mpp","p":60,"s":47,"h":1,"n":"Mind's Eye Matter Smith"},{"id":2530,"c":1,"u":"musteval%20guardinal_mpp","p":33,"s":47,"h":1,"n":"Musteval Guardinal"},{"id":2531,"c":1,"u":"nonaton%20modron_mpp","p":38,"s":47,"h":1,"n":"Nonaton Modron"},{"id":2532,"c":1,"u":"octon%20modron_mpp","p":40,"s":47,"h":1,"n":"Octon Modron"},{"id":2533,"c":1,"u":"planar%20incarnate_mpp","p":41,"s":47,"h":1,"n":"Planar Incarnate"},{"id":2534,"c":1,"u":"razorvine%20blight_mpp","p":42,"s":47,"h":1,"n":"Razorvine Blight"},{"id":2535,"c":1,"u":"septon%20modron_mpp","p":40,"s":47,"h":1,"n":"Septon Modron"},{"id":2536,"c":1,"u":"shator%20demodand_mpp","p":28,"s":47,"h":1,"n":"Shator Demodand"},{"id":2537,"c":1,"u":"shemeshka_mpp","p":46,"s":47,"h":1,"n":"Shemeshka"},{"id":2538,"c":1,"u":"society%20of%20sensation%20muse_mpp","p":61,"s":47,"h":1,"n":"Society of Sensation Muse"},{"id":2539,"c":1,"u":"sunfly_mpp","p":47,"s":47,"h":1,"n":"Sunfly"},{"id":2540,"c":1,"u":"swarm%20of%20sunflies_mpp","p":47,"s":47,"h":1,"n":"Swarm of Sunflies"},{"id":2541,"c":1,"u":"time%20dragon%20wyrmling_mpp","p":51,"s":47,"h":1,"n":"Time Dragon Wyrmling"},{"id":2542,"c":1,"u":"transcendent%20order%20conduit_mpp","p":62,"s":47,"h":1,"n":"Transcendent Order Conduit"},{"id":2543,"c":1,"u":"transcendent%20order%20instinct_mpp","p":62,"s":47,"h":1,"n":"Transcendent Order Instinct"},{"id":2544,"c":1,"u":"vargouille%20reflection_mpp","p":52,"s":47,"h":1,"n":"Vargouille Reflection"},{"id":2545,"c":1,"u":"warden%20archon_mpp","p":18,"s":47,"h":1,"n":"Warden Archon"},{"id":2546,"c":1,"u":"young%20time%20dragon_mpp","p":51,"s":47,"h":1,"n":"Young Time Dragon"},{"id":2547,"c":1,"u":"abyssal%20wretch_mtf","p":136,"s":48,"h":1,"n":"Abyssal Wretch"},{"id":2548,"c":1,"u":"adult%20kruthik_mtf","p":212,"s":48,"h":1,"n":"Adult Kruthik"},{"id":2549,"c":1,"u":"adult%20oblex_mtf","p":218,"s":48,"h":1,"n":"Adult Oblex"},{"id":2550,"c":1,"u":"air%20elemental%20myrmidon_mtf","p":202,"s":48,"h":1,"n":"Air Elemental Myrmidon"},{"id":2551,"c":1,"u":"alkilith_mtf","p":130,"s":48,"h":1,"n":"Alkilith"},{"id":2552,"c":1,"u":"allip_mtf","p":116,"s":48,"h":1,"n":"Allip"},{"id":2553,"c":1,"u":"amnizu_mtf","p":164,"s":48,"h":1,"n":"Amnizu"},{"id":2554,"c":1,"u":"armanite_mtf","p":131,"s":48,"h":1,"n":"Armanite"},{"id":2555,"c":1,"u":"astral%20dreadnought_mtf","p":117,"s":48,"h":1,"n":"Astral Dreadnought"},{"id":2556,"c":1,"u":"autumn%20eladrin_mtf","p":195,"s":48,"h":1,"n":"Autumn Eladrin"},{"id":2557,"c":1,"u":"bael_mtf","p":170,"s":48,"h":1,"n":"Bael"},{"id":2558,"c":1,"u":"balhannoth_mtf","p":119,"s":48,"h":1,"n":"Balhannoth"},{"id":2559,"c":1,"u":"baphomet_mtf","p":143,"s":48,"h":1,"n":"Baphomet"},{"id":2560,"c":1,"u":"berbalang_mtf","p":120,"s":48,"h":1,"n":"Berbalang"},{"id":2561,"c":1,"u":"black%20abishai_mtf","p":160,"s":48,"h":1,"n":"Black Abishai"},{"id":2562,"c":1,"u":"blue%20abishai_mtf","p":161,"s":48,"h":1,"n":"Blue Abishai"},{"id":2563,"c":1,"u":"boneclaw_mtf","p":121,"s":48,"h":1,"n":"Boneclaw"},{"id":2564,"c":1,"u":"bronze%20scout_mtf","p":125,"s":48,"h":1,"n":"Bronze Scout"},{"id":2565,"c":1,"u":"bulezau_mtf","p":131,"s":48,"h":1,"n":"Bulezau"},{"id":2566,"c":1,"u":"cadaver%20collector_mtf","p":122,"s":48,"h":1,"n":"Cadaver Collector"},{"id":2567,"c":1,"u":"canoloth_mtf","p":247,"s":48,"h":1,"n":"Canoloth"},{"id":2568,"c":1,"u":"choker_mtf","p":123,"s":48,"h":1,"n":"Choker"},{"id":2569,"c":1,"u":"corpse%20flower_mtf","p":127,"s":48,"h":1,"n":"Corpse Flower"},{"id":2570,"c":1,"u":"deathlock_mtf","p":128,"s":48,"h":1,"n":"Deathlock"},{"id":2571,"c":1,"u":"deathlock%20mastermind_mtf","p":129,"s":48,"h":1,"n":"Deathlock Mastermind"},{"id":2572,"c":1,"u":"deathlock%20wight_mtf","p":129,"s":48,"h":1,"n":"Deathlock Wight"},{"id":2573,"c":1,"u":"demogorgon_mtf","p":144,"s":48,"h":1,"n":"Demogorgon"},{"id":2574,"c":1,"u":"derro_mtf","p":158,"s":48,"h":1,"n":"Derro"},{"id":2575,"c":1,"u":"derro%20savant_mtf","p":159,"s":48,"h":1,"n":"Derro Savant"},{"id":2576,"c":1,"u":"dhergoloth_mtf","p":248,"s":48,"h":1,"n":"Dhergoloth"},{"id":2577,"c":1,"u":"dire%20troll_mtf","p":243,"s":48,"h":1,"n":"Dire Troll"},{"id":2578,"c":1,"u":"drow%20arachnomancer_mtf","p":182,"s":48,"h":1,"n":"Drow Arachnomancer"},{"id":2579,"c":1,"u":"drow%20favored%20consort_mtf","p":183,"s":48,"h":1,"n":"Drow Favored Consort"},{"id":2580,"c":1,"u":"drow%20house%20captain_mtf","p":184,"s":48,"h":1,"n":"Drow House Captain"},{"id":2581,"c":1,"u":"drow%20inquisitor_mtf","p":184,"s":48,"h":1,"n":"Drow Inquisitor"},{"id":2582,"c":1,"u":"drow%20matron%20mother_mtf","p":186,"s":48,"h":1,"n":"Drow Matron Mother"},{"id":2583,"c":1,"u":"drow%20shadowblade_mtf","p":187,"s":48,"h":1,"n":"Drow Shadowblade"},{"id":2584,"c":1,"u":"duergar%20despot_mtf","p":188,"s":48,"h":1,"n":"Duergar Despot"},{"id":2585,"c":1,"u":"duergar%20hammerer_mtf","p":188,"s":48,"h":1,"n":"Duergar Hammerer"},{"id":2586,"c":1,"u":"duergar%20kavalrachni_mtf","p":189,"s":48,"h":1,"n":"Duergar Kavalrachni"},{"id":2587,"c":1,"u":"duergar%20mind%20master_mtf","p":189,"s":48,"h":1,"n":"Duergar Mind Master"},{"id":2588,"c":1,"u":"duergar%20screamer_mtf","p":190,"s":48,"h":1,"n":"Duergar Screamer"},{"id":2589,"c":1,"u":"duergar%20soulblade_mtf","p":190,"s":48,"h":1,"n":"Duergar Soulblade"},{"id":2590,"c":1,"u":"duergar%20stone%20guard_mtf","p":191,"s":48,"h":1,"n":"Duergar Stone Guard"},{"id":2591,"c":1,"u":"duergar%20warlord_mtf","p":192,"s":48,"h":1,"n":"Duergar Warlord"},{"id":2592,"c":1,"u":"duergar%20xarrorn_mtf","p":193,"s":48,"h":1,"n":"Duergar Xarrorn"},{"id":2593,"c":1,"u":"dybbuk_mtf","p":132,"s":48,"h":1,"n":"Dybbuk"},{"id":2594,"c":1,"u":"earth%20elemental%20myrmidon_mtf","p":202,"s":48,"h":1,"n":"Earth Elemental Myrmidon"},{"id":2595,"c":1,"u":"eidolon_mtf","p":194,"s":48,"h":1,"n":"Eidolon"},{"id":2596,"c":1,"u":"elder%20oblex_mtf","p":219,"s":48,"h":1,"n":"Elder Oblex"},{"id":2597,"c":1,"u":"elder%20tempest_mtf","p":200,"s":48,"h":1,"n":"Elder Tempest"},{"id":2598,"c":1,"u":"female%20steeder_mtf","p":238,"s":48,"h":1,"n":"Female Steeder"},{"id":2599,"c":1,"u":"fire%20elemental%20myrmidon_mtf","p":203,"s":48,"h":1,"n":"Fire Elemental Myrmidon"},{"id":2600,"c":1,"u":"fraz-urb'luu_mtf","p":146,"s":48,"h":1,"n":"Fraz-Urb'luu"},{"id":2601,"c":1,"u":"frost%20salamander_mtf","p":223,"s":48,"h":1,"n":"Frost Salamander"},{"id":2602,"c":1,"u":"geryon_mtf","p":173,"s":48,"h":1,"n":"Geryon"},{"id":2603,"c":1,"u":"giff_mtf","p":204,"s":48,"h":1,"n":"Giff"},{"id":2604,"c":1,"u":"githyanki%20gish_mtf","p":205,"s":48,"h":1,"n":"Githyanki Gish"},{"id":2605,"c":1,"u":"githyanki%20kith'rak_mtf","p":205,"s":48,"h":1,"n":"Githyanki Kith'rak"},{"id":2606,"c":1,"u":"githyanki%20supreme%20commander_mtf","p":206,"s":48,"h":1,"n":"Githyanki Supreme Commander"},{"id":2607,"c":1,"u":"githzerai%20anarch_mtf","p":207,"s":48,"h":1,"n":"Githzerai Anarch"},{"id":2608,"c":1,"u":"githzerai%20enlightened_mtf","p":208,"s":48,"h":1,"n":"Githzerai Enlightened"},{"id":2609,"c":1,"u":"gloom%20weaver_mtf","p":224,"s":48,"h":1,"n":"Gloom Weaver"},{"id":2610,"c":1,"u":"gray%20render_mtf","p":209,"s":48,"h":1,"n":"Gray Render"},{"id":2611,"c":1,"u":"graz'zt_mtf","p":149,"s":48,"h":1,"n":"Graz'zt"},{"id":2612,"c":1,"u":"green%20abishai_mtf","p":162,"s":48,"h":1,"n":"Green Abishai"},{"id":2613,"c":1,"u":"hellfire%20engine_mtf","p":165,"s":48,"h":1,"n":"Hellfire Engine"},{"id":2614,"c":1,"u":"howler_mtf","p":210,"s":48,"h":1,"n":"Howler"},{"id":2615,"c":1,"u":"hutijin_mtf","p":175,"s":48,"h":1,"n":"Hutijin"},{"id":2616,"c":1,"u":"hydroloth_mtf","p":249,"s":48,"h":1,"n":"Hydroloth"},{"id":2617,"c":1,"u":"iron%20cobra_mtf","p":125,"s":48,"h":1,"n":"Iron Cobra"},{"id":2618,"c":1,"u":"juiblex_mtf","p":151,"s":48,"h":1,"n":"Juiblex"},{"id":2619,"c":1,"u":"kruthik%20hive%20lord_mtf","p":212,"s":48,"h":1,"n":"Kruthik Hive Lord"},{"id":2620,"c":1,"u":"leviathan_mtf","p":198,"s":48,"h":1,"n":"Leviathan"},{"id":2621,"c":1,"u":"male%20steeder_mtf","p":238,"s":48,"h":1,"n":"Male Steeder"},{"id":2622,"c":1,"u":"marut_mtf","p":213,"s":48,"h":1,"n":"Marut"},{"id":2623,"c":1,"u":"maurezhi_mtf","p":133,"s":48,"h":1,"n":"Maurezhi"},{"id":2624,"c":1,"u":"meazel_mtf","p":214,"s":48,"h":1,"n":"Meazel"},{"id":2625,"c":1,"u":"merregon_mtf","p":166,"s":48,"h":1,"n":"Merregon"},{"id":2626,"c":1,"u":"merrenoloth_mtf","p":250,"s":48,"h":1,"n":"Merrenoloth"},{"id":2627,"c":1,"u":"moloch_mtf","p":177,"s":48,"h":1,"n":"Moloch"},{"id":2628,"c":1,"u":"molydeus_mtf","p":134,"s":48,"h":1,"n":"Molydeus"},{"id":2629,"c":1,"u":"nabassu_mtf","p":135,"s":48,"h":1,"n":"Nabassu"},{"id":2630,"c":1,"u":"nagpa_mtf","p":215,"s":48,"h":1,"n":"Nagpa"},{"id":2631,"c":1,"u":"narzugon_mtf","p":167,"s":48,"h":1,"n":"Narzugon"},{"id":2632,"c":1,"u":"nightwalker_mtf","p":216,"s":48,"h":1,"n":"Nightwalker"},{"id":2633,"c":1,"u":"nupperibo_mtf","p":168,"s":48,"h":1,"n":"Nupperibo"},{"id":2634,"c":1,"u":"oaken%20bolter_mtf","p":126,"s":48,"h":1,"n":"Oaken Bolter"},{"id":2635,"c":1,"u":"oblex%20spawn_mtf","p":217,"s":48,"h":1,"n":"Oblex Spawn"},{"id":2636,"c":1,"u":"ogre%20battering%20ram_mtf","p":220,"s":48,"h":1,"n":"Ogre Battering Ram"},{"id":2637,"c":1,"u":"ogre%20bolt%20launcher_mtf","p":220,"s":48,"h":1,"n":"Ogre Bolt Launcher"},{"id":2638,"c":1,"u":"ogre%20chain%20brute_mtf","p":221,"s":48,"h":1,"n":"Ogre Chain Brute"},{"id":2639,"c":1,"u":"ogre%20howdah_mtf","p":221,"s":48,"h":1,"n":"Ogre Howdah"},{"id":2640,"c":1,"u":"oinoloth_mtf","p":251,"s":48,"h":1,"n":"Oinoloth"},{"id":2641,"c":1,"u":"orcus_mtf","p":153,"s":48,"h":1,"n":"Orcus"},{"id":2642,"c":1,"u":"orthon_mtf","p":169,"s":48,"h":1,"n":"Orthon"},{"id":2643,"c":1,"u":"phoenix_mtf","p":199,"s":48,"h":1,"n":"Phoenix"},{"id":2644,"c":1,"u":"red%20abishai_mtf","p":160,"s":48,"h":1,"n":"Red Abishai"},{"id":2645,"c":1,"u":"retriever_mtf","p":222,"s":48,"h":1,"n":"Retriever"},{"id":2646,"c":1,"u":"rot%20troll_mtf","p":244,"s":48,"h":1,"n":"Rot Troll"},{"id":2647,"c":1,"u":"rutterkin_mtf","p":136,"s":48,"h":1,"n":"Rutterkin"},{"id":2648,"c":1,"u":"sacred%20statue_mtf","p":194,"s":48,"h":1,"n":"Sacred Statue"},{"id":2649,"c":1,"u":"shadow%20dancer_mtf","p":225,"s":48,"h":1,"n":"Shadow Dancer"},{"id":2650,"c":1,"u":"sibriex_mtf","p":137,"s":48,"h":1,"n":"Sibriex"},{"id":2651,"c":1,"u":"skulk_mtf","p":227,"s":48,"h":1,"n":"Skulk"},{"id":2652,"c":1,"u":"skull%20lord_mtf","p":230,"s":48,"h":1,"n":"Skull Lord"},{"id":2653,"c":1,"u":"soul%20monger_mtf","p":226,"s":48,"h":1,"n":"Soul Monger"},{"id":2654,"c":1,"u":"spirit%20troll_mtf","p":244,"s":48,"h":1,"n":"Spirit Troll"},{"id":2655,"c":1,"u":"spring%20eladrin_mtf","p":196,"s":48,"h":1,"n":"Spring Eladrin"},{"id":2656,"c":1,"u":"star%20spawn%20grue_mtf","p":234,"s":48,"h":1,"n":"Star Spawn Grue"},{"id":2657,"c":1,"u":"star%20spawn%20hulk_mtf","p":234,"s":48,"h":1,"n":"Star Spawn Hulk"},{"id":2658,"c":1,"u":"star%20spawn%20larva%20mage_mtf","p":235,"s":48,"h":1,"n":"Star Spawn Larva Mage"},{"id":2659,"c":1,"u":"star%20spawn%20mangler_mtf","p":236,"s":48,"h":1,"n":"Star Spawn Mangler"},{"id":2660,"c":1,"u":"star%20spawn%20seer_mtf","p":236,"s":48,"h":1,"n":"Star Spawn Seer"},{"id":2661,"c":1,"u":"steel%20predator_mtf","p":239,"s":48,"h":1,"n":"Steel Predator"},{"id":2662,"c":1,"u":"stone%20cursed_mtf","p":240,"s":48,"h":1,"n":"Stone Cursed"},{"id":2663,"c":1,"u":"stone%20defender_mtf","p":126,"s":48,"h":1,"n":"Stone Defender"},{"id":2664,"c":1,"u":"summer%20eladrin_mtf","p":196,"s":48,"h":1,"n":"Summer Eladrin"},{"id":2665,"c":1,"u":"sword%20wraith%20commander_mtf","p":241,"s":48,"h":1,"n":"Sword Wraith Commander"},{"id":2666,"c":1,"u":"sword%20wraith%20warrior_mtf","p":241,"s":48,"h":1,"n":"Sword Wraith Warrior"},{"id":2667,"c":1,"u":"the%20angry_mtf","p":231,"s":48,"h":1,"n":"The Angry"},{"id":2668,"c":1,"u":"the%20hungry_mtf","p":232,"s":48,"h":1,"n":"The Hungry"},{"id":2669,"c":1,"u":"the%20lonely_mtf","p":232,"s":48,"h":1,"n":"The Lonely"},{"id":2670,"c":1,"u":"the%20lost_mtf","p":233,"s":48,"h":1,"n":"The Lost"},{"id":2671,"c":1,"u":"the%20wretched_mtf","p":233,"s":48,"h":1,"n":"The Wretched"},{"id":2672,"c":1,"u":"titivilus_mtf","p":179,"s":48,"h":1,"n":"Titivilus"},{"id":2673,"c":1,"u":"tortle_mtf","p":242,"s":48,"h":1,"n":"Tortle"},{"id":2674,"c":1,"u":"tortle%20druid_mtf","p":242,"s":48,"h":1,"n":"Tortle Druid"},{"id":2675,"c":1,"u":"vampiric%20mist_mtf","p":246,"s":48,"h":1,"n":"Vampiric Mist"},{"id":2676,"c":1,"u":"venom%20troll_mtf","p":245,"s":48,"h":1,"n":"Venom Troll"},{"id":2677,"c":1,"u":"wastrilith_mtf","p":139,"s":48,"h":1,"n":"Wastrilith"},{"id":2678,"c":1,"u":"water%20elemental%20myrmidon_mtf","p":203,"s":48,"h":1,"n":"Water Elemental Myrmidon"},{"id":2679,"c":1,"u":"white%20abishai_mtf","p":163,"s":48,"h":1,"n":"White Abishai"},{"id":2680,"c":1,"u":"winter%20eladrin_mtf","p":197,"s":48,"h":1,"n":"Winter Eladrin"},{"id":2681,"c":1,"u":"yagnoloth_mtf","p":252,"s":48,"h":1,"n":"Yagnoloth"},{"id":2682,"c":1,"u":"yeenoghu_mtf","p":155,"s":48,"h":1,"n":"Yeenoghu"},{"id":2683,"c":1,"u":"young%20kruthik_mtf","p":211,"s":48,"h":1,"n":"Young Kruthik"},{"id":2684,"c":1,"u":"zaratan_mtf","p":201,"s":48,"h":1,"n":"Zaratan"},{"id":2685,"c":1,"u":"zariel_mtf","p":180,"s":48,"h":1,"n":"Zariel"},{"id":2686,"c":1,"u":"zuggtmoy_mtf","p":157,"s":48,"h":1,"n":"Zuggtmoy"},{"id":2687,"c":1,"u":"aljanor%20keenblade_oota","p":149,"s":49,"h":1,"n":"Aljanor Keenblade"},{"id":2688,"c":1,"u":"amarith%20coppervein_oota","p":142,"s":49,"h":1,"n":"Amarith Coppervein"},{"id":2689,"c":1,"u":"animated%20drow%20statue_oota","p":96,"s":49,"h":1,"n":"Animated Drow Statue"},{"id":2690,"c":1,"u":"asha%20vandree_oota","p":9,"s":49,"h":1,"n":"Asha Vandree"},{"id":2691,"c":1,"u":"awakened%20zurkhwood_oota","p":230,"s":49,"h":1,"n":"Awakened Zurkhwood"},{"id":2692,"c":1,"u":"blurg_oota","p":29,"s":49,"h":1,"n":"Blurg"},{"id":2693,"c":1,"u":"bridesmaid%20of%20zuggtmoy_oota","p":230,"s":49,"h":1,"n":"Bridesmaid of Zuggtmoy"},{"id":2694,"c":1,"u":"buppido_oota","p":6,"s":49,"h":1,"n":"Buppido"},{"id":2695,"c":1,"u":"cave%20badger_oota","p":96,"s":49,"h":1,"n":"Cave Badger"},{"id":2696,"c":1,"u":"chamberlain%20of%20zuggtmoy_oota","p":230,"s":49,"h":1,"n":"Chamberlain of Zuggtmoy"},{"id":2697,"c":1,"u":"chuul%20spore%20servant_oota","p":228,"s":49,"h":1,"n":"Chuul Spore Servant"},{"id":2698,"c":1,"u":"deepking%20horgar%20steelshadow%20v_oota","p":82,"s":49,"h":1,"n":"Deepking Horgar Steelshadow V"},{"id":2699,"c":1,"u":"derro_oota","p":224,"s":49,"h":1,"n":"Derro"},{"id":2700,"c":1,"u":"derro%20savant_oota","p":224,"s":49,"h":1,"n":"Derro Savant"},{"id":2701,"c":1,"u":"droki_oota","p":231,"s":49,"h":1,"n":"Droki"},{"id":2702,"c":1,"u":"drow%20acolyte_oota","p":201,"s":49,"h":1,"n":"Drow Acolyte"},{"id":2703,"c":1,"u":"drow%20bandit_oota","p":194,"s":49,"h":1,"n":"Drow Bandit"},{"id":2704,"c":1,"u":"drow%20commoner_oota","p":194,"s":49,"h":1,"n":"Drow Commoner"},{"id":2705,"c":1,"u":"drow%20cultist_oota","p":196,"s":49,"h":1,"n":"Drow Cultist"},{"id":2706,"c":1,"u":"drow%20guard_oota","p":195,"s":49,"h":1,"n":"Drow Guard"},{"id":2707,"c":1,"u":"drow%20noble_oota","p":196,"s":49,"h":1,"n":"Drow Noble"},{"id":2708,"c":1,"u":"drow%20scout_oota","p":191,"s":49,"h":1,"n":"Drow Scout"},{"id":2709,"c":1,"u":"drow%20spore%20servant_oota","p":229,"s":49,"h":1,"n":"Drow Spore Servant"},{"id":2710,"c":1,"u":"drow%20spy_oota","p":195,"s":49,"h":1,"n":"Drow Spy"},{"id":2711,"c":1,"u":"duergar%20alchemist_oota","p":76,"s":49,"h":1,"n":"Duergar Alchemist"},{"id":2712,"c":1,"u":"duergar%20darkhaft_oota","p":226,"s":49,"h":1,"n":"Duergar Darkhaft"},{"id":2713,"c":1,"u":"duergar%20keeper%20of%20the%20flame_oota","p":226,"s":49,"h":1,"n":"Duergar Keeper of the Flame"},{"id":2714,"c":1,"u":"duergar%20spore%20servant_oota","p":229,"s":49,"h":1,"n":"Duergar Spore Servant"},{"id":2715,"c":1,"u":"eldeth%20feldrun_oota","p":6,"s":49,"h":1,"n":"Eldeth Feldrun"},{"id":2716,"c":1,"u":"emerald%20enclave%20scout_oota","p":130,"s":49,"h":1,"n":"Emerald Enclave Scout"},{"id":2717,"c":1,"u":"fiendish%20giant%20spider_oota","p":97,"s":49,"h":1,"n":"Fiendish Giant Spider"},{"id":2718,"c":1,"u":"four-armed%20statue_oota","p":206,"s":49,"h":1,"n":"Four-Armed Statue"},{"id":2719,"c":1,"u":"gash_oota","p":181,"s":49,"h":1,"n":"Gash"},{"id":2720,"c":1,"u":"ghazrim%20duloc_oota","p":141,"s":49,"h":1,"n":"Ghazrim DuLoc"},{"id":2721,"c":1,"u":"giant%20riding%20lizard_oota","p":131,"s":49,"h":1,"n":"Giant Riding Lizard"},{"id":2722,"c":1,"u":"giant%20rocktopus_oota","p":28,"s":49,"h":1,"n":"Giant Rocktopus"},{"id":2723,"c":1,"u":"glabbagool_oota","p":35,"s":49,"h":1,"n":"Glabbagool"},{"id":2724,"c":1,"u":"grazilaxx_oota","p":29,"s":49,"h":1,"n":"Grazilaxx"},{"id":2725,"c":1,"u":"grisha_oota","p":232,"s":49,"h":1,"n":"Grisha"},{"id":2726,"c":1,"u":"hanne%20hallen_oota","p":171,"s":49,"h":1,"n":"Hanne Hallen"},{"id":2727,"c":1,"u":"hook%20horror%20spore%20servant_oota","p":68,"s":49,"h":1,"n":"Hook Horror Spore Servant"},{"id":2728,"c":1,"u":"ilvara%20mizzrym_oota","p":9,"s":49,"h":1,"n":"Ilvara Mizzrym"},{"id":2729,"c":1,"u":"infant%20basilisk_oota","p":100,"s":49,"h":1,"n":"Infant Basilisk"},{"id":2730,"c":1,"u":"infant%20hook%20horror_oota","p":34,"s":49,"h":1,"n":"Infant Hook Horror"},{"id":2731,"c":1,"u":"ixitxachitl_oota","p":225,"s":49,"h":1,"n":"Ixitxachitl"},{"id":2732,"c":1,"u":"ixitxachitl%20cleric_oota","p":225,"s":49,"h":1,"n":"Ixitxachitl Cleric"},{"id":2733,"c":1,"u":"jade%20giant%20spider_oota","p":201,"s":49,"h":1,"n":"Jade Giant Spider"},{"id":2734,"c":1,"u":"jimjar_oota","p":6,"s":49,"h":1,"n":"Jimjar"},{"id":2735,"c":1,"u":"juvenile%20hook%20horror_oota","p":34,"s":49,"h":1,"n":"Juvenile Hook Horror"},{"id":2736,"c":1,"u":"khalessa%20draga_oota","p":149,"s":49,"h":1,"n":"Khalessa Draga"},{"id":2737,"c":1,"u":"kinyel%20druu'giir_oota","p":134,"s":49,"h":1,"n":"Kinyel Druu'giir"},{"id":2738,"c":1,"u":"kurr_oota","p":179,"s":49,"h":1,"n":"Kurr"},{"id":2739,"c":1,"u":"lords'%20alliance%20guard_oota","p":131,"s":49,"h":1,"n":"Lords' Alliance Guard"},{"id":2740,"c":1,"u":"lords'%20alliance%20spy_oota","p":131,"s":49,"h":1,"n":"Lords' Alliance Spy"},{"id":2741,"c":1,"u":"lorthuun_oota","p":141,"s":49,"h":1,"n":"Lorthuun"},{"id":2742,"c":1,"u":"mev%20flintknapper_oota","p":103,"s":49,"h":1,"n":"Mev Flintknapper"},{"id":2743,"c":1,"u":"narrak_oota","p":232,"s":49,"h":1,"n":"Narrak"},{"id":2744,"c":1,"u":"ougalop_oota","p":142,"s":49,"h":1,"n":"Ougalop"},{"id":2745,"c":1,"u":"peebles_oota","p":134,"s":49,"h":1,"n":"Peebles"},{"id":2746,"c":1,"u":"prince%20derendil_oota","p":6,"s":49,"h":1,"n":"Prince Derendil"},{"id":2747,"c":1,"u":"princess%20ebonmire_oota","p":111,"s":49,"h":1,"n":"Princess Ebonmire"},{"id":2748,"c":1,"u":"quenthel%20baenre_oota","p":204,"s":49,"h":1,"n":"Quenthel Baenre"},{"id":2749,"c":1,"u":"regenerating%20black%20pudding_oota","p":211,"s":49,"h":1,"n":"Regenerating Black Pudding"},{"id":2750,"c":1,"u":"ront_oota","p":7,"s":49,"h":1,"n":"Ront"},{"id":2751,"c":1,"u":"rumpadump_oota","p":72,"s":49,"h":1,"n":"Rumpadump"},{"id":2752,"c":1,"u":"rystia%20zav_oota","p":135,"s":49,"h":1,"n":"Rystia Zav"},{"id":2753,"c":1,"u":"sarith%20kzekarit_oota","p":7,"s":49,"h":1,"n":"Sarith Kzekarit"},{"id":2754,"c":1,"u":"shedrak%20of%20the%20eyes_oota","p":176,"s":49,"h":1,"n":"Shedrak of the Eyes"},{"id":2755,"c":1,"u":"shuushar%20the%20awakened_oota","p":7,"s":49,"h":1,"n":"Shuushar the Awakened"},{"id":2756,"c":1,"u":"skriss_oota","p":29,"s":49,"h":1,"n":"Skriss"},{"id":2757,"c":1,"u":"sladis%20vadir_oota","p":135,"s":49,"h":1,"n":"Sladis Vadir"},{"id":2758,"c":1,"u":"sloopidoop_oota","p":29,"s":49,"h":1,"n":"Sloopidoop"},{"id":2759,"c":1,"u":"sovereign%20basidia_oota","p":88,"s":49,"h":1,"n":"Sovereign Basidia"},{"id":2760,"c":1,"u":"spider%20king_oota","p":74,"s":49,"h":1,"n":"Spider King"},{"id":2761,"c":1,"u":"spiderbait_oota","p":31,"s":49,"h":1,"n":"Spiderbait"},{"id":2762,"c":1,"u":"stool_oota","p":7,"s":49,"h":1,"n":"Stool"},{"id":2763,"c":1,"u":"svirfneblin%20wererat_oota","p":97,"s":49,"h":1,"n":"Svirfneblin Wererat"},{"id":2764,"c":1,"u":"the%20pudding%20king_oota","p":233,"s":49,"h":1,"n":"The Pudding King"},{"id":2765,"c":1,"u":"themberchaud_oota","p":53,"s":49,"h":1,"n":"Themberchaud"},{"id":2766,"c":1,"u":"topsy_oota","p":8,"s":49,"h":1,"n":"Topsy"},{"id":2767,"c":1,"u":"troglodyte%20champion%20of%20laogzed_oota","p":229,"s":49,"h":1,"n":"Troglodyte Champion of Laogzed"},{"id":2768,"c":1,"u":"turvy_oota","p":8,"s":49,"h":1,"n":"Turvy"},{"id":2769,"c":1,"u":"vampiric%20ixitxachitl_oota","p":226,"s":49,"h":1,"n":"Vampiric Ixitxachitl"},{"id":2770,"c":1,"u":"vampiric%20ixitxachitl%20cleric_oota","p":226,"s":49,"h":1,"n":"Vampiric Ixitxachitl Cleric"},{"id":2771,"c":1,"u":"veldyskar_oota","p":151,"s":49,"h":1,"n":"Veldyskar"},{"id":2772,"c":1,"u":"veteran%20of%20the%20gauntlet_oota","p":130,"s":49,"h":1,"n":"Veteran of the Gauntlet"},{"id":2773,"c":1,"u":"viln%20tirin_oota","p":202,"s":49,"h":1,"n":"Viln Tirin"},{"id":2774,"c":1,"u":"vizeran%20devir_oota","p":155,"s":49,"h":1,"n":"Vizeran DeVir"},{"id":2775,"c":1,"u":"xazax%20the%20eyemonger_oota","p":142,"s":49,"h":1,"n":"Xazax the Eyemonger"},{"id":2776,"c":1,"u":"y_oota","p":29,"s":49,"h":1,"n":"Y"},{"id":2777,"c":1,"u":"yestabrod_oota","p":233,"s":49,"h":1,"n":"Yestabrod"},{"id":2778,"c":1,"u":"young%20basilisk_oota","p":100,"s":49,"h":1,"n":"Young Basilisk"},{"id":2779,"c":1,"u":"young%20hook%20horror_oota","p":34,"s":49,"h":1,"n":"Young Hook Horror"},{"id":2780,"c":1,"u":"yuk%20yuk_oota","p":31,"s":49,"h":1,"n":"Yuk Yuk"},{"id":2781,"c":1,"u":"zhentarim%20thug_oota","p":131,"s":49,"h":1,"n":"Zhentarim Thug"},{"id":2782,"c":1,"u":"zilchyn%20q'leptin_oota","p":137,"s":49,"h":1,"n":"Zilchyn Q'Leptin"},{"id":2783,"c":1,"u":"clockwork%20behir_oow","p":173,"s":50,"h":1,"n":"Clockwork Behir"},{"id":2784,"c":1,"u":"dagdra%20deepforge_oow","p":145,"s":50,"h":1,"n":"Dagdra Deepforge"},{"id":2785,"c":1,"u":"devil%20dog_oow","p":85,"s":50,"h":1,"n":"Devil Dog"},{"id":2786,"c":1,"u":"enormous%20tentacle_oow","p":94,"s":50,"h":1,"n":"Enormous Tentacle"},{"id":2787,"c":1,"u":"gildha%20duhn_oow","p":110,"s":50,"h":1,"n":"Gildha Duhn"},{"id":2788,"c":1,"u":"grunka_oow","p":115,"s":50,"h":1,"n":"Grunka"},{"id":2789,"c":1,"u":"jelayne_oow","p":84,"s":50,"h":1,"n":"Jelayne"},{"id":2790,"c":1,"u":"mechachimera_oow","p":134,"s":50,"h":1,"n":"Mechachimera"},{"id":2791,"c":1,"u":"onyx_oow","p":186,"s":50,"h":1,"n":"Onyx"},{"id":2792,"c":1,"u":"replica%20duodrone_oow","p":132,"s":50,"h":1,"n":"Replica Duodrone"},{"id":2793,"c":1,"u":"replica%20monodrone_oow","p":132,"s":50,"h":1,"n":"Replica Monodrone"},{"id":2794,"c":1,"u":"replica%20pentadrone_oow","p":132,"s":50,"h":1,"n":"Replica Pentadrone"},{"id":2795,"c":1,"u":"replica%20quadrone_oow","p":132,"s":50,"h":1,"n":"Replica Quadrone"},{"id":2796,"c":1,"u":"replica%20tridrone_oow","p":132,"s":50,"h":1,"n":"Replica Tridrone"},{"id":2797,"c":1,"u":"stomping%20foot_oow","p":92,"s":50,"h":1,"n":"Stomping Foot"},{"id":2798,"c":1,"u":"two%20dry%20cloaks_oow","p":162,"s":50,"h":1,"n":"Two Dry Cloaks"},{"id":2799,"c":1,"u":"undead%20cockatrice_oow","p":114,"s":50,"h":1,"n":"Undead Cockatrice"},{"id":2800,"c":1,"u":"aberrant%20zealot_pabtso","p":203,"s":51,"h":1,"n":"Aberrant Zealot"},{"id":2801,"c":1,"u":"aberrant%20zealot%20(tentacled)_pabtso","p":181,"s":51,"h":1,"n":"Aberrant Zealot (Tentacled)"},{"id":2802,"c":1,"u":"ash%20zombie_pabtso","p":52,"s":51,"h":1,"n":"Ash Zombie"},{"id":2803,"c":1,"u":"brain%20breaker_pabtso","p":199,"s":51,"h":1,"n":"Brain Breaker"},{"id":2804,"c":1,"u":"chishinix_pabtso","p":194,"s":51,"h":1,"n":"Chishinix"},{"id":2805,"c":1,"u":"chishinix'%20head_pabtso","p":194,"s":51,"h":1,"n":"Chishinix' Head"},{"id":2806,"c":1,"u":"cloaker%20mutate_pabtso","p":212,"s":51,"h":1,"n":"Cloaker Mutate"},{"id":2807,"c":1,"u":"dwarf%20skeleton_pabtso","p":123,"s":51,"h":1,"n":"Dwarf Skeleton"},{"id":2808,"c":1,"u":"encephalon%20cluster_pabtso","p":205,"s":51,"h":1,"n":"Encephalon Cluster"},{"id":2809,"c":1,"u":"encephalon%20gemmule_pabtso","p":206,"s":51,"h":1,"n":"Encephalon Gemmule"},{"id":2810,"c":1,"u":"feral%20ashenwight_pabtso","p":204,"s":51,"h":1,"n":"Feral Ashenwight"},{"id":2811,"c":1,"u":"fiendish%20auger_pabtso","p":206,"s":51,"h":1,"n":"Fiendish Auger"},{"id":2812,"c":1,"u":"flesh%20meld_pabtso","p":207,"s":51,"h":1,"n":"Flesh Meld"},{"id":2813,"c":1,"u":"goblin%20boss%20archer_pabtso","p":60,"s":51,"h":1,"n":"Goblin Boss Archer"},{"id":2814,"c":1,"u":"goblin%20psi%20brawler_pabtso","p":215,"s":51,"h":1,"n":"Goblin Psi Brawler"},{"id":2815,"c":1,"u":"goblin%20psi%20commander_pabtso","p":216,"s":51,"h":1,"n":"Goblin Psi Commander"},{"id":2816,"c":1,"u":"grandlejaw_pabtso","p":121,"s":51,"h":1,"n":"Grandlejaw"},{"id":2817,"c":1,"u":"grell%20psychic_pabtso","p":145,"s":51,"h":1,"n":"Grell Psychic"},{"id":2818,"c":1,"u":"gundren%20rockseeker_pabtso","p":10,"s":51,"h":1,"n":"Gundren Rockseeker"},{"id":2819,"c":1,"u":"gwyn%20oresong_pabtso","p":8,"s":51,"h":1,"n":"Gwyn Oresong"},{"id":2820,"c":1,"u":"hashutu_pabtso","p":194,"s":51,"h":1,"n":"Hashutu"},{"id":2821,"c":1,"u":"hjoldak%20hollowhelm_pabtso","p":93,"s":51,"h":1,"n":"Hjoldak Hollowhelm"},{"id":2822,"c":1,"u":"honna_pabtso","p":110,"s":51,"h":1,"n":"Honna"},{"id":2823,"c":1,"u":"humanoid%20mutate_pabtso","p":212,"s":51,"h":1,"n":"Humanoid Mutate"},{"id":2824,"c":1,"u":"iarno%20%22glasstaff%22%20albrek_pabtso","p":43,"s":51,"h":1,"n":"Iarno \"Glasstaff\" Albrek"},{"id":2825,"c":1,"u":"infected%20elder%20brain_pabtso","p":159,"s":51,"h":1,"n":"Infected Elder Brain"},{"id":2826,"c":1,"u":"infected%20townsperson_pabtso","p":139,"s":51,"h":1,"n":"Infected Townsperson"},{"id":2827,"c":1,"u":"intellect%20snare_pabtso","p":208,"s":51,"h":1,"n":"Intellect Snare"},{"id":2828,"c":1,"u":"kellikilli_pabtso","p":121,"s":51,"h":1,"n":"Kellikilli"},{"id":2829,"c":1,"u":"lowarnizel_pabtso","p":181,"s":51,"h":1,"n":"Lowarnizel"},{"id":2830,"c":1,"u":"malinia_pabtso","p":115,"s":51,"h":1,"n":"Malinia"},{"id":2831,"c":1,"u":"mind%20flayer%20clairvoyant_pabtso","p":209,"s":51,"h":1,"n":"Mind Flayer Clairvoyant"},{"id":2832,"c":1,"u":"mind%20flayer%20nothic_pabtso","p":155,"s":51,"h":1,"n":"Mind Flayer Nothic"},{"id":2833,"c":1,"u":"mind%20flayer%20prophet_pabtso","p":210,"s":51,"h":1,"n":"Mind Flayer Prophet"},{"id":2834,"c":1,"u":"mormesk%20the%20wraith_pabtso","p":70,"s":51,"h":1,"n":"Mormesk the Wraith"},{"id":2835,"c":1,"u":"nellik_pabtso","p":193,"s":51,"h":1,"n":"Nellik"},{"id":2836,"c":1,"u":"nezznar%20the%20spider_pabtso","p":74,"s":51,"h":1,"n":"Nezznar the Spider"},{"id":2837,"c":1,"u":"nundro%20rockseeker_pabtso","p":73,"s":51,"h":1,"n":"Nundro Rockseeker"},{"id":2838,"c":1,"u":"nythalyn%20henlifel_pabtso","p":114,"s":51,"h":1,"n":"Nythalyn Henlifel"},{"id":2839,"c":1,"u":"oculorb_pabtso","p":214,"s":51,"h":1,"n":"Oculorb"},{"id":2840,"c":1,"u":"ontharyx_pabtso","p":115,"s":51,"h":1,"n":"Ontharyx"},{"id":2841,"c":1,"u":"oshundo%20the%20alhoon_pabtso","p":153,"s":51,"h":1,"n":"Oshundo the Alhoon"},{"id":2842,"c":1,"u":"otyugh%20mutate_pabtso","p":213,"s":51,"h":1,"n":"Otyugh Mutate"},{"id":2843,"c":1,"u":"psionic%20ashenwight_pabtso","p":204,"s":51,"h":1,"n":"Psionic Ashenwight"},{"id":2844,"c":1,"u":"psionic%20shambling%20mound_pabtso","p":108,"s":51,"h":1,"n":"Psionic Shambling Mound"},{"id":2845,"c":1,"u":"qunbraxel_pabtso","p":135,"s":51,"h":1,"n":"Qunbraxel"},{"id":2846,"c":1,"u":"redbrand%20ruffian_pabtso","p":216,"s":51,"h":1,"n":"Redbrand Ruffian"},{"id":2847,"c":1,"u":"refraction%20of%20ilvaash_pabtso","p":197,"s":51,"h":1,"n":"Refraction of Ilvaash"},{"id":2848,"c":1,"u":"rivibiddel_pabtso","p":122,"s":51,"h":1,"n":"Rivibiddel"},{"id":2849,"c":1,"u":"ruxithid%20the%20chosen_pabtso","p":99,"s":51,"h":1,"n":"Ruxithid the Chosen"},{"id":2850,"c":1,"u":"shalfi%20lewin_pabtso","p":174,"s":51,"h":1,"n":"Shalfi Lewin"},{"id":2851,"c":1,"u":"sildar%20hallwinter_pabtso","p":22,"s":51,"h":1,"n":"Sildar Hallwinter"},{"id":2852,"c":1,"u":"varakkta_pabtso","p":174,"s":51,"h":1,"n":"Varakkta"},{"id":2853,"c":1,"u":"voalsh_pabtso","p":194,"s":51,"h":1,"n":"Voalsh"},{"id":2854,"c":1,"u":"yanthdel%20henlifel_pabtso","p":114,"s":51,"h":1,"n":"Yanthdel Henlifel"},{"id":2855,"c":1,"u":"zeond_pabtso","p":43,"s":51,"h":1,"n":"Zeond"},{"id":2856,"c":1,"u":"animated%20object%20(huge)_phb","p":213,"s":52,"h":1,"n":"Animated Object (Huge)"},{"id":2857,"c":1,"u":"animated%20object%20(large)_phb","p":213,"s":52,"h":1,"n":"Animated Object (Large)"},{"id":2858,"c":1,"u":"animated%20object%20(medium)_phb","p":213,"s":52,"h":1,"n":"Animated Object (Medium)"},{"id":2859,"c":1,"u":"animated%20object%20(small)_phb","p":213,"s":52,"h":1,"n":"Animated Object (Small)"},{"id":2860,"c":1,"u":"animated%20object%20(tiny)_phb","p":213,"s":52,"h":1,"n":"Animated Object (Tiny)"},{"id":2861,"c":1,"u":"aerisi%20kalinoth_pota","p":192,"s":53,"h":1,"n":"Aerisi Kalinoth"},{"id":2862,"c":1,"u":"aquatic%20ghoul_pota","p":87,"s":53,"h":1,"n":"Aquatic Ghoul"},{"id":2863,"c":1,"u":"bastian%20thermandar_pota","p":201,"s":53,"h":1,"n":"Bastian Thermandar"},{"id":2864,"c":1,"u":"black%20earth%20guard_pota","p":195,"s":53,"h":1,"n":"Black Earth Guard"},{"id":2865,"c":1,"u":"black%20earth%20priest_pota","p":195,"s":53,"h":1,"n":"Black Earth Priest"},{"id":2866,"c":1,"u":"braelen%20hatherhand_pota","p":156,"s":53,"h":1,"n":"Braelen Hatherhand"},{"id":2867,"c":1,"u":"bronzefume_pota","p":92,"s":53,"h":1,"n":"Bronzefume"},{"id":2868,"c":1,"u":"burrowshark_pota","p":196,"s":53,"h":1,"n":"Burrowshark"},{"id":2869,"c":1,"u":"cavil%20zaltobar_pota","p":182,"s":53,"h":1,"n":"Cavil Zaltobar"},{"id":2870,"c":1,"u":"crushing%20wave%20priest_pota","p":205,"s":53,"h":1,"n":"Crushing Wave Priest"},{"id":2871,"c":1,"u":"crushing%20wave%20reaver_pota","p":205,"s":53,"h":1,"n":"Crushing Wave Reaver"},{"id":2872,"c":1,"u":"darathra%20shendrel_pota","p":37,"s":53,"h":1,"n":"Darathra Shendrel"},{"id":2873,"c":1,"u":"dark%20tide%20knight_pota","p":205,"s":53,"h":1,"n":"Dark Tide Knight"},{"id":2874,"c":1,"u":"deseyna%20majarra_pota","p":126,"s":53,"h":1,"n":"Deseyna Majarra"},{"id":2875,"c":1,"u":"drannin%20splithelm_pota","p":210,"s":53,"h":1,"n":"Drannin Splithelm"},{"id":2876,"c":1,"u":"elizar%20dryflagon_pota","p":202,"s":53,"h":1,"n":"Elizar Dryflagon"},{"id":2877,"c":1,"u":"emberhorn%20minotaur_pota","p":120,"s":53,"h":1,"n":"Emberhorn Minotaur"},{"id":2878,"c":1,"u":"eternal%20flame%20guardian_pota","p":200,"s":53,"h":1,"n":"Eternal Flame Guardian"},{"id":2879,"c":1,"u":"eternal%20flame%20priest_pota","p":200,"s":53,"h":1,"n":"Eternal Flame Priest"},{"id":2880,"c":1,"u":"fathomer_pota","p":207,"s":53,"h":1,"n":"Fathomer"},{"id":2881,"c":1,"u":"feathergale%20knight_pota","p":189,"s":53,"h":1,"n":"Feathergale Knight"},{"id":2882,"c":1,"u":"fennor_pota","p":170,"s":53,"h":1,"n":"Fennor"},{"id":2883,"c":1,"u":"flamewrath_pota","p":201,"s":53,"h":1,"n":"Flamewrath"},{"id":2884,"c":1,"u":"gar%20shatterkeel_pota","p":208,"s":53,"h":1,"n":"Gar Shatterkeel"},{"id":2885,"c":1,"u":"ghald_pota","p":210,"s":53,"h":1,"n":"Ghald"},{"id":2886,"c":1,"u":"grumink%20the%20renegade_pota","p":210,"s":53,"h":1,"n":"Grumink the Renegade"},{"id":2887,"c":1,"u":"hellenrae_pota","p":198,"s":53,"h":1,"n":"Hellenrae"},{"id":2888,"c":1,"u":"howling%20hatred%20initiate_pota","p":190,"s":53,"h":1,"n":"Howling Hatred Initiate"},{"id":2889,"c":1,"u":"howling%20hatred%20priest_pota","p":190,"s":53,"h":1,"n":"Howling Hatred Priest"},{"id":2890,"c":1,"u":"hurricane_pota","p":191,"s":53,"h":1,"n":"Hurricane"},{"id":2891,"c":1,"u":"imix_pota","p":214,"s":53,"h":1,"n":"Imix"},{"id":2892,"c":1,"u":"lyzandra%20%22lyzzie%22%20calderos_pota","p":110,"s":53,"h":1,"n":"Lyzandra \"Lyzzie\" Calderos"},{"id":2893,"c":1,"u":"maegla%20tarnlar_pota","p":25,"s":53,"h":1,"n":"Maegla Tarnlar"},{"id":2894,"c":1,"u":"marlos%20urnrayle_pota","p":199,"s":53,"h":1,"n":"Marlos Urnrayle"},{"id":2895,"c":1,"u":"miraj%20vizann_pota","p":198,"s":53,"h":1,"n":"Miraj Vizann"},{"id":2896,"c":1,"u":"molten%20magma%20roper_pota","p":143,"s":53,"h":1,"n":"Molten Magma Roper"},{"id":2897,"c":1,"u":"nurvureem%2c%20the%20dark%20lady_pota","p":180,"s":53,"h":1,"n":"Nurvureem, The Dark Lady"},{"id":2898,"c":1,"u":"ogr%c3%a9moch_pota","p":216,"s":53,"h":1,"n":"Ogremoch"},{"id":2899,"c":1,"u":"olhydra_pota","p":218,"s":53,"h":1,"n":"Olhydra"},{"id":2900,"c":1,"u":"one-eyed%20shiver_pota","p":207,"s":53,"h":1,"n":"One-Eyed Shiver"},{"id":2901,"c":1,"u":"oreioth_pota","p":212,"s":53,"h":1,"n":"Oreioth"},{"id":2902,"c":1,"u":"padraich_pota","p":170,"s":53,"h":1,"n":"Padraich"},{"id":2903,"c":1,"u":"razerblast_pota","p":201,"s":53,"h":1,"n":"Razerblast"},{"id":2904,"c":1,"u":"renwick_pota","p":66,"s":53,"h":1,"n":"Renwick"},{"id":2905,"c":1,"u":"rhundorth_pota","p":140,"s":53,"h":1,"n":"Rhundorth"},{"id":2906,"c":1,"u":"sacred%20stone%20monk_pota","p":196,"s":53,"h":1,"n":"Sacred Stone Monk"},{"id":2907,"c":1,"u":"shoalar%20quanderil_pota","p":208,"s":53,"h":1,"n":"Shoalar Quanderil"},{"id":2908,"c":1,"u":"skyweaver_pota","p":191,"s":53,"h":1,"n":"Skyweaver"},{"id":2909,"c":1,"u":"stone%20warrior_pota","p":97,"s":53,"h":1,"n":"Stone Warrior"},{"id":2910,"c":1,"u":"stonemelder_pota","p":197,"s":53,"h":1,"n":"Stonemelder"},{"id":2911,"c":1,"u":"thurl%20merosska_pota","p":192,"s":53,"h":1,"n":"Thurl Merosska"},{"id":2912,"c":1,"u":"tornscale_pota","p":90,"s":53,"h":1,"n":"Tornscale"},{"id":2913,"c":1,"u":"vanifer_pota","p":203,"s":53,"h":1,"n":"Vanifer"},{"id":2914,"c":1,"u":"wiggan%20nettlebee_pota","p":212,"s":53,"h":1,"n":"Wiggan Nettlebee"},{"id":2915,"c":1,"u":"windharrow_pota","p":192,"s":53,"h":1,"n":"Windharrow"},{"id":2916,"c":1,"u":"yan-c-bin_pota","p":221,"s":53,"h":1,"n":"Yan-C-Bin"},{"id":2917,"c":1,"u":"young%20bulette_pota","p":139,"s":53,"h":1,"n":"Young Bulette"},{"id":2918,"c":1,"u":"young%20purple%20worm_pota","p":113,"s":53,"h":1,"n":"Young Purple Worm"},{"id":2919,"c":1,"u":"zegdar_pota","p":120,"s":53,"h":1,"n":"Zegdar"},{"id":2920,"c":1,"u":"amun%20sa_qftis","p":106,"s":54,"h":1,"n":"Amun Sa"},{"id":2921,"c":1,"u":"android_qftis","p":194,"s":54,"h":1,"n":"Android"},{"id":2922,"c":1,"u":"barkburr_qftis","p":195,"s":54,"h":1,"n":"Barkburr"},{"id":2923,"c":1,"u":"champion%20of%20gorm_qftis","p":203,"s":54,"h":1,"n":"Champion of Gorm"},{"id":2924,"c":1,"u":"champion%20of%20madarua_qftis","p":220,"s":54,"h":1,"n":"Champion of Madarua"},{"id":2925,"c":1,"u":"champion%20of%20usamigaras_qftis","p":206,"s":54,"h":1,"n":"Champion of Usamigaras"},{"id":2926,"c":1,"u":"cipolla_qftis","p":66,"s":54,"h":1,"n":"Cipolla"},{"id":2927,"c":1,"u":"combat%20robot_qftis","p":214,"s":54,"h":1,"n":"Combat Robot"},{"id":2928,"c":1,"u":"derro%20apprentice_qftis","p":196,"s":54,"h":1,"n":"Derro Apprentice"},{"id":2929,"c":1,"u":"derro%20raider_qftis","p":196,"s":54,"h":1,"n":"Derro Raider"},{"id":2930,"c":1,"u":"derwyth_qftis","p":52,"s":54,"h":1,"n":"Derwyth"},{"id":2931,"c":1,"u":"drelnza_qftis","p":197,"s":54,"h":1,"n":"Drelnza"},{"id":2932,"c":1,"u":"froghemoth%20elder_qftis","p":198,"s":54,"h":1,"n":"Froghemoth Elder"},{"id":2933,"c":1,"u":"gibberling_qftis","p":202,"s":54,"h":1,"n":"Gibberling"},{"id":2934,"c":1,"u":"grisdelfawr_qftis","p":70,"s":54,"h":1,"n":"Grisdelfawr"},{"id":2935,"c":1,"u":"guardian%20of%20gorm_qftis","p":203,"s":54,"h":1,"n":"Guardian of Gorm"},{"id":2936,"c":1,"u":"horrid%20plant_qftis","p":204,"s":54,"h":1,"n":"Horrid Plant"},{"id":2937,"c":1,"u":"iaseda_qftis","p":108,"s":54,"h":1,"n":"Iaseda"},{"id":2938,"c":1,"u":"isabela%20folcarae_qftis","p":79,"s":54,"h":1,"n":"Isabela Folcarae"},{"id":2939,"c":1,"u":"juliana_qftis","p":98,"s":54,"h":1,"n":"Juliana"},{"id":2940,"c":1,"u":"leprechaun_qftis","p":205,"s":54,"h":1,"n":"Leprechaun"},{"id":2941,"c":1,"u":"mage%20of%20usamigaras_qftis","p":206,"s":54,"h":1,"n":"Mage of Usamigaras"},{"id":2942,"c":1,"u":"maschin-i-bozorg_qftis","p":207,"s":54,"h":1,"n":"Maschin-i-Bozorg"},{"id":2943,"c":1,"u":"memory%20web_qftis","p":208,"s":54,"h":1,"n":"Memory Web"},{"id":2944,"c":1,"u":"nafas_qftis","p":210,"s":54,"h":1,"n":"Nafas"},{"id":2945,"c":1,"u":"nafik_qftis","p":212,"s":54,"h":1,"n":"Nafik"},{"id":2946,"c":1,"u":"orlando_qftis","p":98,"s":54,"h":1,"n":"Orlando"},{"id":2947,"c":1,"u":"pech_qftis","p":213,"s":54,"h":1,"n":"Pech"},{"id":2948,"c":1,"u":"piyarz_qftis","p":67,"s":54,"h":1,"n":"Piyarz"},{"id":2949,"c":1,"u":"porro_qftis","p":66,"s":54,"h":1,"n":"Porro"},{"id":2950,"c":1,"u":"queen%20zanobis_qftis","p":34,"s":54,"h":1,"n":"Queen Zanobis"},{"id":2951,"c":1,"u":"shalfey_qftis","p":68,"s":54,"h":1,"n":"Shalfey"},{"id":2952,"c":1,"u":"silverlily_qftis","p":92,"s":54,"h":1,"n":"Silverlily"},{"id":2953,"c":1,"u":"sion_qftis","p":216,"s":54,"h":1,"n":"Sion"},{"id":2954,"c":1,"u":"spirit%20of%20hunger_qftis","p":144,"s":54,"h":1,"n":"Spirit of Hunger"},{"id":2955,"c":1,"u":"stargleam_qftis","p":92,"s":54,"h":1,"n":"Stargleam"},{"id":2956,"c":1,"u":"swarm%20of%20gibberlings_qftis","p":202,"s":54,"h":1,"n":"Swarm of Gibberlings"},{"id":2957,"c":1,"u":"the%20gardener_qftis","p":200,"s":54,"h":1,"n":"The Gardener"},{"id":2958,"c":1,"u":"tower%20hand_qftis","p":217,"s":54,"h":1,"n":"Tower Hand"},{"id":2959,"c":1,"u":"tower%20sage_qftis","p":217,"s":54,"h":1,"n":"Tower Sage"},{"id":2960,"c":1,"u":"uma_qftis","p":120,"s":54,"h":1,"n":"Uma"},{"id":2961,"c":1,"u":"vegepygmy%20moldmaker_qftis","p":218,"s":54,"h":1,"n":"Vegepygmy Moldmaker"},{"id":2962,"c":1,"u":"vegepygmy%20scavenger_qftis","p":218,"s":54,"h":1,"n":"Vegepygmy Scavenger"},{"id":2963,"c":1,"u":"vegepygmy%20thorny%20hunter_qftis","p":219,"s":54,"h":1,"n":"Vegepygmy Thorny Hunter"},{"id":2964,"c":1,"u":"vuuthramis_qftis","p":88,"s":54,"h":1,"n":"Vuuthramis"},{"id":2965,"c":1,"u":"warrior%20of%20madarua_qftis","p":220,"s":54,"h":1,"n":"Warrior of Madarua"},{"id":2966,"c":1,"u":"wolf-in-sheep's-clothing_qftis","p":221,"s":54,"h":1,"n":"Wolf-in-Sheep's-Clothing"},{"id":2967,"c":1,"u":"worker%20robot_qftis","p":215,"s":54,"h":1,"n":"Worker Robot"},{"id":2968,"c":1,"u":"zargon%20the%20returner_qftis","p":223,"s":54,"h":1,"n":"Zargon the Returner"},{"id":2969,"c":1,"u":"billy%20beaver_rmbre","p":27,"s":55,"h":1,"dP":1,"n":"Billy Beaver"},{"id":2970,"c":1,"u":"buster%20the%20bear_rmbre","p":27,"s":55,"h":1,"dP":1,"n":"Buster the Bear"},{"id":2971,"c":1,"u":"large%20mimic_rmbre","p":24,"s":55,"h":1,"dP":1,"n":"Large Mimic"},{"id":2972,"c":1,"u":"layla%20the%20lizard_rmbre","p":28,"s":55,"h":1,"dP":1,"n":"Layla the Lizard"},{"id":2973,"c":1,"u":"lycanthropickle_rmbre","p":11,"s":55,"h":1,"dP":1,"n":"Lycanthropickle"},{"id":2974,"c":1,"u":"meeseeks_rmbre","p":16,"s":55,"h":1,"dP":1,"n":"Meeseeks"},{"id":2975,"c":1,"u":"piggy%20wiggle%20butt_rmbre","p":28,"s":55,"h":1,"dP":1,"n":"Piggy Wiggle Butt"},{"id":2976,"c":1,"u":"thomas%20t.%20toad_rmbre","p":28,"s":55,"h":1,"dP":1,"n":"Thomas T. Toad"},{"id":2977,"c":1,"u":"tommy%20two-butts_rmbre","p":18,"s":55,"h":1,"dP":1,"n":"Tommy Two-Butts"},{"id":2978,"c":1,"u":"animated%20tile%20chimera_rot","p":42,"s":56,"h":1,"n":"Animated Tile Chimera"},{"id":2979,"c":1,"u":"aquatic%20troll_rot","p":36,"s":56,"h":1,"n":"Aquatic Troll"},{"id":2980,"c":1,"u":"carnivorous%20flower_rot","p":67,"s":56,"h":1,"n":"Carnivorous Flower"},{"id":2981,"c":1,"u":"diderius_rot","p":40,"s":56,"h":1,"n":"Diderius"},{"id":2982,"c":1,"u":"dragonfang_rot","p":89,"s":56,"h":1,"n":"Dragonfang"},{"id":2983,"c":1,"u":"dragonsoul_rot","p":89,"s":56,"h":1,"n":"Dragonsoul"},{"id":2984,"c":1,"u":"galvan_rot","p":9,"s":56,"h":1,"n":"Galvan"},{"id":2985,"c":1,"u":"half-blue%20dragon%20gladiator_rot","p":55,"s":56,"h":1,"n":"Half-Blue Dragon Gladiator"},{"id":2986,"c":1,"u":"half-green%20dragon%20assassin_rot","p":56,"s":56,"h":1,"n":"Half-Green Dragon Assassin"},{"id":2987,"c":1,"u":"half-red%20dragon%20gladiator_rot","p":56,"s":56,"h":1,"n":"Half-Red Dragon Gladiator"},{"id":2988,"c":1,"u":"ice%20toad_rot","p":90,"s":56,"h":1,"n":"Ice Toad"},{"id":2989,"c":1,"u":"ice%20troll_rot","p":30,"s":56,"h":1,"n":"Ice Troll"},{"id":2990,"c":1,"u":"iskander_rot","p":62,"s":56,"h":1,"n":"Iskander"},{"id":2991,"c":1,"u":"maccath%20the%20crimson_rot","p":33,"s":56,"h":1,"n":"Maccath the Crimson"},{"id":2992,"c":1,"u":"marfulb_rot","p":35,"s":56,"h":1,"n":"Marfulb"},{"id":2993,"c":1,"u":"mend-nets_rot","p":32,"s":56,"h":1,"n":"Mend-nets"},{"id":2994,"c":1,"u":"naergoth%20bladelord_rot","p":90,"s":56,"h":1,"n":"Naergoth Bladelord"},{"id":2995,"c":1,"u":"neronvain_rot","p":91,"s":56,"h":1,"n":"Neronvain"},{"id":2996,"c":1,"u":"paper%20whirlwind_rot","p":72,"s":56,"h":1,"n":"Paper Whirlwind"},{"id":2997,"c":1,"u":"red%20wizard_rot","p":76,"s":56,"h":1,"n":"Red Wizard"},{"id":2998,"c":1,"u":"severin_rot","p":92,"s":56,"h":1,"n":"Severin"},{"id":2999,"c":1,"u":"sled%20dog_rot","p":27,"s":56,"h":1,"n":"Sled Dog"},{"id":3000,"c":1,"u":"snake%20horror_rot","p":46,"s":56,"h":1,"n":"Snake Horror"},{"id":3001,"c":1,"u":"tiamat_rot","p":92,"s":56,"h":1,"n":"Tiamat"},{"id":3002,"c":1,"u":"varram_rot","p":9,"s":56,"h":1,"n":"Varram"},{"id":3003,"c":1,"u":"archaic_scc","p":184,"s":57,"h":1,"n":"Archaic"},{"id":3004,"c":1,"u":"art%20elemental%20mascot_scc","p":185,"s":57,"h":1,"n":"Art Elemental Mascot"},{"id":3005,"c":1,"u":"beledros%20witherbloom_scc","p":186,"s":57,"h":1,"n":"Beledros Witherbloom"},{"id":3006,"c":1,"u":"brackish%20trudge_scc","p":187,"s":57,"h":1,"n":"Brackish Trudge"},{"id":3007,"c":1,"u":"cogwork%20archivist_scc","p":188,"s":57,"h":1,"n":"Cogwork Archivist"},{"id":3008,"c":1,"u":"daemogoth_scc","p":189,"s":57,"h":1,"n":"Daemogoth"},{"id":3009,"c":1,"u":"daemogoth%20titan_scc","p":190,"s":57,"h":1,"n":"Daemogoth Titan"},{"id":3010,"c":1,"u":"first-year%20student_scc","p":191,"s":57,"h":1,"n":"First-Year Student"},{"id":3011,"c":1,"u":"fractal%20mascot_scc","p":192,"s":57,"h":1,"n":"Fractal Mascot"},{"id":3012,"c":1,"u":"galazeth%20prismari_scc","p":193,"s":57,"h":1,"n":"Galazeth Prismari"},{"id":3013,"c":1,"u":"groff_scc","p":194,"s":57,"h":1,"n":"Groff"},{"id":3014,"c":1,"u":"inkling%20mascot_scc","p":195,"s":57,"h":1,"n":"Inkling Mascot"},{"id":3015,"c":1,"u":"lorehold%20apprentice_scc","p":197,"s":57,"h":1,"n":"Lorehold Apprentice"},{"id":3016,"c":1,"u":"lorehold%20pledgemage_scc","p":197,"s":57,"h":1,"n":"Lorehold Pledgemage"},{"id":3017,"c":1,"u":"lorehold%20professor%20of%20chaos_scc","p":198,"s":57,"h":1,"n":"Lorehold Professor of Chaos"},{"id":3018,"c":1,"u":"lorehold%20professor%20of%20order_scc","p":198,"s":57,"h":1,"n":"Lorehold Professor of Order"},{"id":3019,"c":1,"u":"mage%20hunter_scc","p":199,"s":57,"h":1,"n":"Mage Hunter"},{"id":3020,"c":1,"u":"murgaxor_scc","p":180,"s":57,"h":1,"n":"Murgaxor"},{"id":3021,"c":1,"u":"oracle%20of%20strixhaven_scc","p":200,"s":57,"h":1,"n":"Oracle of Strixhaven"},{"id":3022,"c":1,"u":"oriq%20blood%20mage_scc","p":201,"s":57,"h":1,"n":"Oriq Blood Mage"},{"id":3023,"c":1,"u":"oriq%20recruiter_scc","p":202,"s":57,"h":1,"n":"Oriq Recruiter"},{"id":3024,"c":1,"u":"pest%20mascot_scc","p":203,"s":57,"h":1,"n":"Pest Mascot"},{"id":3025,"c":1,"u":"prismari%20apprentice_scc","p":205,"s":57,"h":1,"n":"Prismari Apprentice"},{"id":3026,"c":1,"u":"prismari%20pledgemage_scc","p":205,"s":57,"h":1,"n":"Prismari Pledgemage"},{"id":3027,"c":1,"u":"prismari%20professor%20of%20expression_scc","p":206,"s":57,"h":1,"n":"Prismari Professor of Expression"},{"id":3028,"c":1,"u":"prismari%20professor%20of%20perfection_scc","p":206,"s":57,"h":1,"n":"Prismari Professor of Perfection"},{"id":3029,"c":1,"u":"quandrix%20apprentice_scc","p":208,"s":57,"h":1,"n":"Quandrix Apprentice"},{"id":3030,"c":1,"u":"quandrix%20pledgemage_scc","p":208,"s":57,"h":1,"n":"Quandrix Pledgemage"},{"id":3031,"c":1,"u":"quandrix%20professor%20of%20substance_scc","p":209,"s":57,"h":1,"n":"Quandrix Professor of Substance"},{"id":3032,"c":1,"u":"quandrix%20professor%20of%20theory_scc","p":209,"s":57,"h":1,"n":"Quandrix Professor of Theory"},{"id":3033,"c":1,"u":"relic%20sloth_scc","p":210,"s":57,"h":1,"n":"Relic Sloth"},{"id":3034,"c":1,"u":"ruin%20grinder_scc","p":211,"s":57,"h":1,"n":"Ruin Grinder"},{"id":3035,"c":1,"u":"scufflecup%20teacup_scc","p":159,"s":57,"h":1,"n":"Scufflecup Teacup"},{"id":3036,"c":1,"u":"shadrix%20silverquill_scc","p":212,"s":57,"h":1,"n":"Shadrix Silverquill"},{"id":3037,"c":1,"u":"silverquill%20apprentice_scc","p":214,"s":57,"h":1,"n":"Silverquill Apprentice"},{"id":3038,"c":1,"u":"silverquill%20pledgemage_scc","p":214,"s":57,"h":1,"n":"Silverquill Pledgemage"},{"id":3039,"c":1,"u":"silverquill%20professor%20of%20radiance_scc","p":215,"s":57,"h":1,"n":"Silverquill Professor of Radiance"},{"id":3040,"c":1,"u":"silverquill%20professor%20of%20shadow_scc","p":215,"s":57,"h":1,"n":"Silverquill Professor of Shadow"},{"id":3041,"c":1,"u":"spirit%20statue%20mascot_scc","p":216,"s":57,"h":1,"n":"Spirit Statue Mascot"},{"id":3042,"c":1,"u":"strixhaven%20campus%20guide_scc","p":217,"s":57,"h":1,"n":"Strixhaven Campus Guide"},{"id":3043,"c":1,"u":"tanazir%20quandrix_scc","p":218,"s":57,"h":1,"n":"Tanazir Quandrix"},{"id":3044,"c":1,"u":"velomachus%20lorehold_scc","p":219,"s":57,"h":1,"n":"Velomachus Lorehold"},{"id":3045,"c":1,"u":"witherbloom%20apprentice_scc","p":221,"s":57,"h":1,"n":"Witherbloom Apprentice"},{"id":3046,"c":1,"u":"witherbloom%20pledgemage_scc","p":222,"s":57,"h":1,"n":"Witherbloom Pledgemage"},{"id":3047,"c":1,"u":"witherbloom%20professor%20of%20decay_scc","p":223,"s":57,"h":1,"n":"Witherbloom Professor of Decay"},{"id":3048,"c":1,"u":"witherbloom%20professor%20of%20growth_scc","p":223,"s":57,"h":1,"n":"Witherbloom Professor of Growth"},{"id":3049,"c":1,"u":"y'demi_scc","p":172,"s":57,"h":1,"n":"Y'demi"},{"id":3050,"c":1,"u":"expert_sdw","s":58,"h":1,"n":"Expert"},{"id":3051,"c":1,"u":"giant%20shark%20skeleton_sdw","s":58,"h":1,"n":"Giant Shark Skeleton"},{"id":3052,"c":1,"u":"lhammaruntosz_sdw","s":58,"h":1,"n":"Lhammaruntosz"},{"id":3053,"c":1,"u":"spellcaster%20(healer)_sdw","s":58,"h":1,"n":"Spellcaster (Healer)"},{"id":3054,"c":1,"u":"spellcaster%20(mage)_sdw","s":58,"h":1,"n":"Spellcaster (Mage)"},{"id":3055,"c":1,"u":"warrior_sdw","s":58,"h":1,"n":"Warrior"},{"id":3056,"c":1,"u":"aarakocra%20simulacrum_skt","p":188,"s":59,"h":1,"n":"Aarakocra Simulacrum"},{"id":3057,"c":1,"u":"alastrah_skt","p":197,"s":59,"h":1,"n":"Alastrah"},{"id":3058,"c":1,"u":"augrek%20brighthelm_skt","p":247,"s":59,"h":1,"n":"Augrek Brighthelm"},{"id":3059,"c":1,"u":"axe%20of%20mirabar%20soldier_skt","p":98,"s":59,"h":1,"n":"Axe of Mirabar Soldier"},{"id":3060,"c":1,"u":"beldora_skt","p":249,"s":59,"h":1,"n":"Beldora"},{"id":3061,"c":1,"u":"braxow_skt","p":207,"s":59,"h":1,"n":"Braxow"},{"id":3062,"c":1,"u":"chief%20guh_skt","p":140,"s":59,"h":1,"n":"Chief Guh"},{"id":3063,"c":1,"u":"chief%20kartha-kaya_skt","p":173,"s":59,"h":1,"n":"Chief Kartha-Kaya"},{"id":3064,"c":1,"u":"cinderhild_skt","p":182,"s":59,"h":1,"n":"Cinderhild"},{"id":3065,"c":1,"u":"claugiyliamatar_skt","p":96,"s":59,"h":1,"n":"Claugiyliamatar"},{"id":3066,"c":1,"u":"clockwork%20mule_skt","p":162,"s":59,"h":1,"n":"Clockwork Mule"},{"id":3067,"c":1,"u":"cog_skt","p":209,"s":59,"h":1,"n":"Cog"},{"id":3068,"c":1,"u":"count%20thullen_skt","p":198,"s":59,"h":1,"n":"Count Thullen"},{"id":3069,"c":1,"u":"countess%20sansuri_skt","p":192,"s":59,"h":1,"n":"Countess Sansuri"},{"id":3070,"c":1,"u":"crag%20cat_skt","p":240,"s":59,"h":1,"n":"Crag Cat"},{"id":3071,"c":1,"u":"cressaro_skt","p":193,"s":59,"h":1,"n":"Cressaro"},{"id":3072,"c":1,"u":"cryovain_skt","p":165,"s":59,"h":1,"n":"Cryovain"},{"id":3073,"c":1,"u":"darathra%20shendrel_skt","p":253,"s":59,"h":1,"n":"Darathra Shendrel"},{"id":3074,"c":1,"u":"darz%20helgar_skt","p":253,"s":59,"h":1,"n":"Darz Helgar"},{"id":3075,"c":1,"u":"deadstone%20cleft%20stone%20giant_skt","p":146,"s":59,"h":1,"n":"Deadstone Cleft Stone Giant"},{"id":3076,"c":1,"u":"duchess%20brimskarda_skt","p":185,"s":59,"h":1,"n":"Duchess Brimskarda"},{"id":3077,"c":1,"u":"duke%20zalto_skt","p":184,"s":59,"h":1,"n":"Duke Zalto"},{"id":3078,"c":1,"u":"duvessa%20shane_skt","p":248,"s":59,"h":1,"n":"Duvessa Shane"},{"id":3079,"c":1,"u":"eigeron's%20ghost_skt","p":129,"s":59,"h":1,"n":"Eigeron's Ghost"},{"id":3080,"c":1,"u":"elister_skt","p":154,"s":59,"h":1,"n":"Elister"},{"id":3081,"c":1,"u":"felbarren%20dwarf_skt","p":79,"s":59,"h":1,"n":"Felbarren Dwarf"},{"id":3082,"c":1,"u":"felgolos_skt","p":192,"s":59,"h":1,"n":"Felgolos"},{"id":3083,"c":1,"u":"ghelryn%20foehammer_skt","p":255,"s":59,"h":1,"n":"Ghelryn Foehammer"},{"id":3084,"c":1,"u":"giant%20raven_skt","p":66,"s":59,"h":1,"n":"Giant Raven"},{"id":3085,"c":1,"u":"great%20chief%20halric%20bonesnapper_skt","p":89,"s":59,"h":1,"n":"Great Chief Halric Bonesnapper"},{"id":3086,"c":1,"u":"harshnag_skt","p":120,"s":59,"h":1,"n":"Harshnag"},{"id":3087,"c":1,"u":"hellenhild_skt","p":207,"s":59,"h":1,"n":"Hellenhild"},{"id":3088,"c":1,"u":"huge%20stone%20golem_skt","p":153,"s":59,"h":1,"n":"Huge Stone Golem"},{"id":3089,"c":1,"u":"hulking%20crab_skt","p":240,"s":59,"h":1,"n":"Hulking Crab"},{"id":3090,"c":1,"u":"hydia%20moonmusk_skt","p":148,"s":59,"h":1,"n":"Hydia Moonmusk"},{"id":3091,"c":1,"u":"ice%20spider_skt","p":127,"s":59,"h":1,"n":"Ice Spider"},{"id":3092,"c":1,"u":"ice%20spider%20queen_skt","p":128,"s":59,"h":1,"n":"Ice Spider Queen"},{"id":3093,"c":1,"u":"imperator%20uthor_skt","p":209,"s":59,"h":1,"n":"Imperator Uthor"},{"id":3094,"c":1,"u":"isendraug_skt","p":164,"s":59,"h":1,"n":"Isendraug"},{"id":3095,"c":1,"u":"iymrith_skt","p":241,"s":59,"h":1,"n":"Iymrith"},{"id":3096,"c":1,"u":"jarl%20storvald_skt","p":165,"s":59,"h":1,"n":"Jarl Storvald"},{"id":3097,"c":1,"u":"jasper%20dimmerchasm_skt","p":184,"s":59,"h":1,"n":"Jasper Dimmerchasm"},{"id":3098,"c":1,"u":"kaaltar_skt","p":197,"s":59,"h":1,"n":"Kaaltar"},{"id":3099,"c":1,"u":"kella%20darkhope_skt","p":25,"s":59,"h":1,"n":"Kella Darkhope"},{"id":3100,"c":1,"u":"khaspere%20drylund_skt","p":216,"s":59,"h":1,"n":"Khaspere Drylund"},{"id":3101,"c":1,"u":"king%20hekaton_skt","p":222,"s":59,"h":1,"n":"King Hekaton"},{"id":3102,"c":1,"u":"klauth_skt","p":95,"s":59,"h":1,"n":"Klauth"},{"id":3103,"c":1,"u":"knight%20of%20the%20mithral%20shield_skt","p":79,"s":59,"h":1,"n":"Knight of the Mithral Shield"},{"id":3104,"c":1,"u":"lifferlas_skt","p":250,"s":59,"h":1,"n":"Lifferlas"},{"id":3105,"c":1,"u":"maegera%20the%20dawn%20titan_skt","p":241,"s":59,"h":1,"n":"Maegera the Dawn Titan"},{"id":3106,"c":1,"u":"markham%20southwell_skt","p":248,"s":59,"h":1,"n":"Markham Southwell"},{"id":3107,"c":1,"u":"miros%20xelbrin_skt","p":251,"s":59,"h":1,"n":"Miros Xelbrin"},{"id":3108,"c":1,"u":"mirran_skt","p":207,"s":59,"h":1,"n":"Mirran"},{"id":3109,"c":1,"u":"morak%20ur'gray_skt","p":31,"s":59,"h":1,"n":"Morak Ur'gray"},{"id":3110,"c":1,"u":"narbeck%20horn_skt","p":114,"s":59,"h":1,"n":"Narbeck Horn"},{"id":3111,"c":1,"u":"narth%20tezrin_skt","p":254,"s":59,"h":1,"n":"Narth Tezrin"},{"id":3112,"c":1,"u":"naxene%20drathkala_skt","p":252,"s":59,"h":1,"n":"Naxene Drathkala"},{"id":3113,"c":1,"u":"nimir_skt","p":256,"s":59,"h":1,"n":"Nimir"},{"id":3114,"c":1,"u":"noori_skt","p":127,"s":59,"h":1,"n":"Noori"},{"id":3115,"c":1,"u":"nym_skt","p":207,"s":59,"h":1,"n":"Nym"},{"id":3116,"c":1,"u":"ogre%20goblin%20hucker_skt","p":50,"s":59,"h":1,"n":"Ogre Goblin Hucker"},{"id":3117,"c":1,"u":"oren%20yogilvy_skt","p":252,"s":59,"h":1,"n":"Oren Yogilvy"},{"id":3118,"c":1,"u":"orlekto_skt","p":256,"s":59,"h":1,"n":"Orlekto"},{"id":3119,"c":1,"u":"orok_skt","p":115,"s":59,"h":1,"n":"Orok"},{"id":3120,"c":1,"u":"othovir_skt","p":255,"s":59,"h":1,"n":"Othovir"},{"id":3121,"c":1,"u":"pig_skt","p":143,"s":59,"h":1,"n":"Pig"},{"id":3122,"c":1,"u":"pow%20ming_skt","p":216,"s":59,"h":1,"n":"Pow Ming"},{"id":3123,"c":1,"u":"princess%20serissa_skt","p":209,"s":59,"h":1,"n":"Princess Serissa"},{"id":3124,"c":1,"u":"purple%20wormling_skt","p":242,"s":59,"h":1,"n":"Purple Wormling"},{"id":3125,"c":1,"u":"rool_skt","p":221,"s":59,"h":1,"n":"Rool"},{"id":3126,"c":1,"u":"sea%20elf_skt","p":70,"s":59,"h":1,"n":"Sea Elf"},{"id":3127,"c":1,"u":"shaldoor_skt","p":256,"s":59,"h":1,"n":"Shaldoor"},{"id":3128,"c":1,"u":"shalvus%20martholio_skt","p":250,"s":59,"h":1,"n":"Shalvus Martholio"},{"id":3129,"c":1,"u":"sharda_skt","p":103,"s":59,"h":1,"n":"Sharda"},{"id":3130,"c":1,"u":"sheep_skt","p":142,"s":59,"h":1,"n":"Sheep"},{"id":3131,"c":1,"u":"shield%20dwarf%20guard_skt","p":78,"s":59,"h":1,"n":"Shield Dwarf Guard"},{"id":3132,"c":1,"u":"shield%20dwarf%20noble_skt","p":78,"s":59,"h":1,"n":"Shield Dwarf Noble"},{"id":3133,"c":1,"u":"sir%20baric%20nylef_skt","p":249,"s":59,"h":1,"n":"Sir Baric Nylef"},{"id":3134,"c":1,"u":"sirac%20of%20suzail_skt","p":247,"s":59,"h":1,"n":"Sirac of Suzail"},{"id":3135,"c":1,"u":"slarkrethel_skt","p":224,"s":59,"h":1,"n":"Slarkrethel"},{"id":3136,"c":1,"u":"stone%20giant%20statue_skt","p":127,"s":59,"h":1,"n":"Stone Giant Statue"},{"id":3137,"c":1,"u":"tartha_skt","p":207,"s":59,"h":1,"n":"Tartha"},{"id":3138,"c":1,"u":"tau_skt","p":103,"s":59,"h":1,"n":"Tau"},{"id":3139,"c":1,"u":"thane%20kayalithica_skt","p":153,"s":59,"h":1,"n":"Thane Kayalithica"},{"id":3140,"c":1,"u":"the%20weevil_skt","p":114,"s":59,"h":1,"n":"The Weevil"},{"id":3141,"c":1,"u":"tholtz%20daggerdark_skt","p":221,"s":59,"h":1,"n":"Tholtz Daggerdark"},{"id":3142,"c":1,"u":"thunderbeast%20skeleton_skt","p":99,"s":59,"h":1,"n":"Thunderbeast Skeleton"},{"id":3143,"c":1,"u":"tressym_skt","p":242,"s":59,"h":1,"n":"Tressym"},{"id":3144,"c":1,"u":"tug_skt","p":209,"s":59,"h":1,"n":"Tug"},{"id":3145,"c":1,"u":"turlang_skt","p":107,"s":59,"h":1,"n":"Turlang"},{"id":3146,"c":1,"u":"urgala%20meltimer_skt","p":254,"s":59,"h":1,"n":"Urgala Meltimer"},{"id":3147,"c":1,"u":"uthgardt%20barbarian%20leader_skt","p":86,"s":59,"h":1,"n":"Uthgardt Barbarian Leader"},{"id":3148,"c":1,"u":"uthgardt%20shaman_skt","p":243,"s":59,"h":1,"n":"Uthgardt Shaman"},{"id":3149,"c":1,"u":"vaal_skt","p":207,"s":59,"h":1,"n":"Vaal"},{"id":3150,"c":1,"u":"vaasha_skt","p":256,"s":59,"h":1,"n":"Vaasha"},{"id":3151,"c":1,"u":"wiri%20fleagol_skt","p":176,"s":59,"h":1,"n":"Wiri Fleagol"},{"id":3152,"c":1,"u":"wood%20elf_skt","p":28,"s":59,"h":1,"n":"Wood Elf"},{"id":3153,"c":1,"u":"xolkin%20alassandar_skt","p":27,"s":59,"h":1,"n":"Xolkin Alassandar"},{"id":3154,"c":1,"u":"yak_skt","p":172,"s":59,"h":1,"n":"Yak"},{"id":3155,"c":1,"u":"yakfolk%20priest_skt","p":245,"s":59,"h":1,"n":"Yakfolk Priest"},{"id":3156,"c":1,"u":"yakfolk%20warrior_skt","p":244,"s":59,"h":1,"n":"Yakfolk Warrior"},{"id":3157,"c":1,"u":"young%20cloud%20giant_skt","p":112,"s":59,"h":1,"n":"Young Cloud Giant"},{"id":3158,"c":1,"u":"zaltember_skt","p":180,"s":59,"h":1,"n":"Zaltember"},{"id":3159,"c":1,"u":"zephyros_skt","p":33,"s":59,"h":1,"n":"Zephyros"},{"id":3160,"c":1,"u":"zi%20liang_skt","p":251,"s":59,"h":1,"n":"Zi Liang"},{"id":3161,"c":1,"u":"expert_slw","s":60,"h":1,"n":"Expert"},{"id":3162,"c":1,"u":"skull%20flier_slw","s":60,"h":1,"n":"Skull Flier"},{"id":3163,"c":1,"u":"spellcaster%20(healer)_slw","s":60,"h":1,"n":"Spellcaster (Healer)"},{"id":3164,"c":1,"u":"spellcaster%20(mage)_slw","s":60,"h":1,"n":"Spellcaster (Mage)"},{"id":3165,"c":1,"u":"statue%20of%20talos_slw","s":60,"h":1,"n":"Statue of Talos"},{"id":3166,"c":1,"u":"tooth-n-claw_slw","s":60,"h":1,"n":"Tooth-N-Claw"},{"id":3167,"c":1,"u":"warrior_slw","s":60,"h":1,"n":"Warrior"},{"id":3168,"c":1,"u":"adranach_tdcsr","p":224,"s":61,"h":1,"dP":1,"n":"Adranach"},{"id":3169,"c":1,"u":"ashari%20firetamer_tdcsr","p":226,"s":61,"h":1,"dP":1,"n":"Ashari Firetamer"},{"id":3170,"c":1,"u":"ashari%20skydancer_tdcsr","p":227,"s":61,"h":1,"dP":1,"n":"Ashari Skydancer"},{"id":3171,"c":1,"u":"ashari%20stoneguard_tdcsr","p":229,"s":61,"h":1,"dP":1,"n":"Ashari Stoneguard"},{"id":3172,"c":1,"u":"ashari%20waverider_tdcsr","p":230,"s":61,"h":1,"dP":1,"n":"Ashari Waverider"},{"id":3173,"c":1,"u":"black%20king_tdcsr","p":92,"s":61,"h":1,"dP":1,"n":"Black King"},{"id":3174,"c":1,"u":"blighted%20sapling_tdcsr","p":172,"s":61,"h":1,"dP":1,"n":"Blighted Sapling"},{"id":3175,"c":1,"u":"centaur%20skeleton_tdcsr","p":256,"s":61,"h":1,"dP":1,"n":"Centaur Skeleton"},{"id":3176,"c":1,"u":"champion%20of%20ravens_tdcsr","p":275,"s":61,"h":1,"dP":1,"n":"Champion of Ravens"},{"id":3177,"c":1,"u":"champion%20of%20ravens_tdcsr","p":275,"s":61,"h":1,"dP":1,"n":"Vax'ildan"},{"id":3178,"c":1,"u":"cinderslag%20elemental_tdcsr","p":231,"s":61,"h":1,"dP":1,"n":"Cinderslag Elemental"},{"id":3179,"c":1,"u":"clasp%20cutthroat_tdcsr","p":232,"s":61,"h":1,"dP":1,"n":"Clasp Cutthroat"},{"id":3180,"c":1,"u":"clasp%20enforcer_tdcsr","p":233,"s":61,"h":1,"dP":1,"n":"Clasp Enforcer"},{"id":3181,"c":1,"u":"cobalt%20golem_tdcsr","p":240,"s":61,"h":1,"dP":1,"n":"Cobalt Golem"},{"id":3182,"c":1,"u":"cold%20snap%20spirit_tdcsr","p":234,"s":61,"h":1,"dP":1,"n":"Cold Snap Spirit"},{"id":3183,"c":1,"u":"cyclops%20stormcaller_tdcsr","p":235,"s":61,"h":1,"dP":1,"n":"Cyclops Stormcaller"},{"id":3184,"c":1,"u":"demonfeed%20spider_tdcsr","p":237,"s":61,"h":1,"dP":1,"n":"Demonfeed Spider"},{"id":3185,"c":1,"u":"demonfeed%20spiderling_tdcsr","p":237,"s":61,"h":1,"dP":1,"n":"Demonfeed Spiderling"},{"id":3186,"c":1,"u":"diseased%20grick_tdcsr","p":122,"s":61,"h":1,"dP":1,"n":"Diseased Grick"},{"id":3187,"c":1,"u":"doty%20x_tdcsr","p":272,"s":61,"h":1,"dP":1,"n":"Doty X"},{"id":3188,"c":1,"u":"drynna%20hydra_tdcsr","p":66,"s":61,"h":1,"dP":1,"n":"Drynna Hydra"},{"id":3189,"c":1,"u":"ember%20roc_tdcsr","p":238,"s":61,"h":1,"dP":1,"n":"Ember Roc"},{"id":3190,"c":1,"u":"flaming%20skeleton_tdcsr","p":256,"s":61,"h":1,"dP":1,"n":"Flaming Skeleton"},{"id":3191,"c":1,"u":"forge%20guardian_tdcsr","p":241,"s":61,"h":1,"dP":1,"n":"Forge Guardian"},{"id":3192,"c":1,"u":"goat-knight%20steed_tdcsr","p":246,"s":61,"h":1,"dP":1,"n":"Goat-Knight Steed"},{"id":3193,"c":1,"u":"grog%20strongjaw_tdcsr","p":261,"s":61,"h":1,"dP":1,"n":"Grog Strongjaw"},{"id":3194,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":61,"h":1,"dP":1,"n":"Jourrael, the Caedogeist"},{"id":3195,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":61,"h":1,"dP":1,"n":"The Inevitable End"},{"id":3196,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":61,"h":1,"dP":1,"n":"Caedogeist"},{"id":3197,"c":1,"u":"keyleth%2c%20voice%20of%20the%20tempest_tdcsr","p":263,"s":61,"h":1,"dP":1,"n":"Keyleth, Voice of the Tempest"},{"id":3198,"c":1,"u":"kraghammer%20goat-knight_tdcsr","p":246,"s":61,"h":1,"dP":1,"n":"Kraghammer Goat-Knight"},{"id":3199,"c":1,"u":"mage%20hunter%20golem_tdcsr","p":242,"s":61,"h":1,"dP":1,"n":"Mage Hunter Golem"},{"id":3200,"c":1,"u":"magma%20landshark_tdcsr","p":247,"s":61,"h":1,"dP":1,"n":"Magma Landshark"},{"id":3201,"c":1,"u":"master%20adranach_tdcsr","p":245,"s":61,"h":1,"dP":1,"n":"Master Adranach"},{"id":3202,"c":1,"u":"percival%20de%20rolo_tdcsr","p":266,"s":61,"h":1,"dP":1,"n":"Percival de Rolo"},{"id":3203,"c":1,"u":"percival%20de%20rolo_tdcsr","p":266,"s":61,"h":1,"dP":1,"n":"Lord Percival Fredrickstein von Musel Klossowski de Rolo III"},{"id":3204,"c":1,"u":"pike%20trickfoot_tdcsr","p":269,"s":61,"h":1,"dP":1,"n":"Pike Trickfoot"},{"id":3205,"c":1,"u":"pike%20trickfoot_tdcsr","p":269,"s":61,"h":1,"dP":1,"n":"Champion of Sarenrae"},{"id":3206,"c":1,"u":"plainscow_tdcsr","p":248,"s":61,"h":1,"dP":1,"n":"Plainscow"},{"id":3207,"c":1,"u":"platinum%20golem_tdcsr","p":243,"s":61,"h":1,"dP":1,"n":"Platinum Golem"},{"id":3208,"c":1,"u":"ravager%20slaughter%20lord_tdcsr","p":250,"s":61,"h":1,"dP":1,"n":"Ravager Slaughter Lord"},{"id":3209,"c":1,"u":"ravager%20stabby-stabber_tdcsr","p":250,"s":61,"h":1,"dP":1,"n":"Ravager Stabby-Stabber"},{"id":3210,"c":1,"u":"remnant%20chosen_tdcsr","p":251,"s":61,"h":1,"dP":1,"n":"Remnant Chosen"},{"id":3211,"c":1,"u":"remnant%20cultist_tdcsr","p":252,"s":61,"h":1,"dP":1,"n":"Remnant Cultist"},{"id":3212,"c":1,"u":"rivermaw%20brawler_tdcsr","p":254,"s":61,"h":1,"dP":1,"n":"Rivermaw Brawler"},{"id":3213,"c":1,"u":"rivermaw%20stormborn_tdcsr","p":254,"s":61,"h":1,"dP":1,"n":"Rivermaw Stormborn"},{"id":3214,"c":1,"u":"sagacitous%20erusaire_tdcsr","p":122,"s":61,"h":1,"dP":1,"n":"Sagacitous Erusaire"},{"id":3215,"c":1,"u":"scanlan%20shorthalt_tdcsr","p":271,"s":61,"h":1,"dP":1,"n":"Scanlan Shorthalt"},{"id":3216,"c":1,"u":"taryon%20darrington_tdcsr","p":273,"s":61,"h":1,"dP":1,"n":"Taryon Darrington"},{"id":3217,"c":1,"u":"trinket_tdcsr","p":266,"s":61,"h":1,"dP":1,"n":"Trinket"},{"id":3218,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"n":"Vex'ahlia"},{"id":3219,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"n":"Baroness of the First House of Whitestone"},{"id":3220,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"n":"Grand Mistress of the Grey Hunt"},{"id":3221,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"n":"Champion of Pelor"},{"id":3222,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"n":"Coinmistress of the Tal'Dorei Council"},{"id":3223,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"n":"Stubby"},{"id":3224,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"n":"Vex'ahlia Vessar"},{"id":3225,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":61,"h":1,"dP":1,"n":"Vex'ahlia de Rolo"},{"id":3226,"c":1,"u":"vos'skyriss%20serpentfolk_tdcsr","p":258,"s":61,"h":1,"dP":1,"n":"Vos'skyriss Serpentfolk"},{"id":3227,"c":1,"u":"vos'skyriss%20serpentfolk%20ghost_tdcsr","p":258,"s":61,"h":1,"dP":1,"n":"Vos'skyriss Serpentfolk Ghost"},{"id":3228,"c":1,"u":"wraithroot%20tree_tdcsr","p":259,"s":61,"h":1,"dP":1,"n":"Wraithroot Tree"},{"id":3229,"c":1,"u":"young%20magma%20landshark_tdcsr","p":248,"s":61,"h":1,"dP":1,"n":"Young Magma Landshark"},{"id":3230,"c":1,"u":"amphisbaena_tftyp","p":84,"s":62,"h":1,"n":"Amphisbaena"},{"id":3231,"c":1,"u":"animated%20table_tftyp","p":230,"s":62,"h":1,"n":"Animated Table"},{"id":3232,"c":1,"u":"ashdra_tftyp","p":158,"s":62,"h":1,"n":"Ashdra"},{"id":3233,"c":1,"u":"bandagh_tftyp","p":159,"s":62,"h":1,"n":"Bandagh"},{"id":3234,"c":1,"u":"belak%20the%20outcast_tftyp","p":9,"s":62,"h":1,"n":"Belak the Outcast"},{"id":3235,"c":1,"u":"bugbear%20gardener_tftyp","p":29,"s":62,"h":1,"n":"Bugbear Gardener"},{"id":3236,"c":1,"u":"bugbear%20lieutenant_tftyp","p":173,"s":62,"h":1,"n":"Bugbear Lieutenant"},{"id":3237,"c":1,"u":"calcryx_tftyp","p":23,"s":62,"h":1,"n":"Calcryx"},{"id":3238,"c":1,"u":"centaur%20mummy_tftyp","p":231,"s":62,"h":1,"n":"Centaur Mummy"},{"id":3239,"c":1,"u":"chief%20nosnra_tftyp","p":170,"s":62,"h":1,"n":"Chief Nosnra"},{"id":3240,"c":1,"u":"cloud%20giant%20noble_tftyp","p":206,"s":62,"h":1,"n":"Cloud Giant Noble"},{"id":3241,"c":1,"u":"curran%20corvalin_tftyp","p":158,"s":62,"h":1,"n":"Curran Corvalin"},{"id":3242,"c":1,"u":"dragonpriest_tftyp","p":16,"s":62,"h":1,"n":"Dragonpriest"},{"id":3243,"c":1,"u":"dread%20warrior_tftyp","p":233,"s":62,"h":1,"n":"Dread Warrior"},{"id":3244,"c":1,"u":"drevin_tftyp","p":126,"s":62,"h":1,"n":"Drevin"},{"id":3245,"c":1,"u":"drow%20commander_tftyp","p":209,"s":62,"h":1,"n":"Drow Commander"},{"id":3246,"c":1,"u":"duergar%20spy_tftyp","p":234,"s":62,"h":1,"n":"Duergar Spy"},{"id":3247,"c":1,"u":"durnn_tftyp","p":25,"s":62,"h":1,"n":"Durnn"},{"id":3248,"c":1,"u":"eira_tftyp","p":159,"s":62,"h":1,"n":"Eira"},{"id":3249,"c":1,"u":"elder%20black%20pudding_tftyp","p":143,"s":62,"h":1,"n":"Elder Black Pudding"},{"id":3250,"c":1,"u":"elder%20giant%20lizard_tftyp","p":176,"s":62,"h":1,"n":"Elder Giant Lizard"},{"id":3251,"c":1,"u":"erky%20timbers_tftyp","p":22,"s":62,"h":1,"n":"Erky Timbers"},{"id":3252,"c":1,"u":"estia_tftyp","p":189,"s":62,"h":1,"n":"Estia"},{"id":3253,"c":1,"u":"fire%20giant%20royal%20headsman_tftyp","p":201,"s":62,"h":1,"n":"Fire Giant Royal Headsman"},{"id":3254,"c":1,"u":"fire%20giant%20servant_tftyp","p":171,"s":62,"h":1,"n":"Fire Giant Servant"},{"id":3255,"c":1,"u":"flying%20shield_tftyp","p":224,"s":62,"h":1,"n":"Flying Shield"},{"id":3256,"c":1,"u":"four-armed%20gargoyle_tftyp","p":129,"s":62,"h":1,"n":"Four-Armed Gargoyle"},{"id":3257,"c":1,"u":"frost%20giant%20servant_tftyp","p":187,"s":62,"h":1,"n":"Frost Giant Servant"},{"id":3258,"c":1,"u":"gargantuan%20rug%20of%20smothering_tftyp","p":56,"s":62,"h":1,"n":"Gargantuan Rug of Smothering"},{"id":3259,"c":1,"u":"giant%20crayfish_tftyp","p":235,"s":62,"h":1,"n":"Giant Crayfish"},{"id":3260,"c":1,"u":"giant%20ice%20toad_tftyp","p":235,"s":62,"h":1,"n":"Giant Ice Toad"},{"id":3261,"c":1,"u":"giant%20lightning%20eel_tftyp","p":236,"s":62,"h":1,"n":"Giant Lightning Eel"},{"id":3262,"c":1,"u":"giant%20skeleton_tftyp","p":236,"s":62,"h":1,"n":"Giant Skeleton"},{"id":3263,"c":1,"u":"giant%20subterranean%20lizard_tftyp","p":236,"s":62,"h":1,"n":"Giant Subterranean Lizard"},{"id":3264,"c":1,"u":"goblin%20commoner_tftyp","p":24,"s":62,"h":1,"n":"Goblin Commoner"},{"id":3265,"c":1,"u":"gorvan%20ironheart_tftyp","p":151,"s":62,"h":1,"n":"Gorvan Ironheart"},{"id":3266,"c":1,"u":"great%20ulfe_tftyp","p":42,"s":62,"h":1,"n":"Great Ulfe"},{"id":3267,"c":1,"u":"greater%20zombie_tftyp","p":237,"s":62,"h":1,"n":"Greater Zombie"},{"id":3268,"c":1,"u":"grenl_tftyp","p":25,"s":62,"h":1,"n":"Grenl"},{"id":3269,"c":1,"u":"grutha_tftyp","p":170,"s":62,"h":1,"n":"Grutha"},{"id":3270,"c":1,"u":"guthash_tftyp","p":21,"s":62,"h":1,"n":"Guthash"},{"id":3271,"c":1,"u":"hedrun%20arnsfirth_tftyp","p":160,"s":62,"h":1,"n":"Hedrun Arnsfirth"},{"id":3272,"c":1,"u":"hill%20giant%20sergeant_tftyp","p":170,"s":62,"h":1,"n":"Hill Giant Sergeant"},{"id":3273,"c":1,"u":"hill%20giant%20servant_tftyp","p":170,"s":62,"h":1,"n":"Hill Giant Servant"},{"id":3274,"c":1,"u":"hill%20giant%20subchief_tftyp","p":170,"s":62,"h":1,"n":"Hill Giant Subchief"},{"id":3275,"c":1,"u":"huge%20giant%20crab_tftyp","p":103,"s":62,"h":1,"n":"Huge Giant Crab"},{"id":3276,"c":1,"u":"huge%20ochre%20jelly_tftyp","p":225,"s":62,"h":1,"n":"Huge Ochre Jelly"},{"id":3277,"c":1,"u":"huge%20polar%20bear_tftyp","p":187,"s":62,"h":1,"n":"Huge Polar Bear"},{"id":3278,"c":1,"u":"irisoth_tftyp","p":157,"s":62,"h":1,"n":"Irisoth"},{"id":3279,"c":1,"u":"jarl%20grugnur_tftyp","p":189,"s":62,"h":1,"n":"Jarl Grugnur"},{"id":3280,"c":1,"u":"jot_tftyp","p":15,"s":62,"h":1,"n":"Jot"},{"id":3281,"c":1,"u":"kaarghaz_tftyp","p":45,"s":62,"h":1,"n":"Kaarghaz"},{"id":3282,"c":1,"u":"kalka-kylla_tftyp","p":238,"s":62,"h":1,"n":"Kalka-Kylla"},{"id":3283,"c":1,"u":"kelpie_tftyp","p":238,"s":62,"h":1,"n":"Kelpie"},{"id":3284,"c":1,"u":"kelson%20darktreader_tftyp","p":132,"s":62,"h":1,"n":"Kelson Darktreader"},{"id":3285,"c":1,"u":"kieren_tftyp","p":157,"s":62,"h":1,"n":"Kieren"},{"id":3286,"c":1,"u":"king%20snurre_tftyp","p":193,"s":62,"h":1,"n":"King Snurre"},{"id":3287,"c":1,"u":"kobold%20commoner_tftyp","p":18,"s":62,"h":1,"n":"Kobold Commoner"},{"id":3288,"c":1,"u":"kobold%20elite_tftyp","p":18,"s":62,"h":1,"n":"Kobold Elite"},{"id":3289,"c":1,"u":"lacedon_tftyp","p":147,"s":62,"h":1,"n":"Lacedon"},{"id":3290,"c":1,"u":"lahnis_tftyp","p":131,"s":62,"h":1,"n":"Lahnis"},{"id":3291,"c":1,"u":"lesser%20mummy%20lord_tftyp","p":224,"s":62,"h":1,"n":"Lesser Mummy Lord"},{"id":3292,"c":1,"u":"lumalia_tftyp","p":153,"s":62,"h":1,"n":"Lumalia"},{"id":3293,"c":1,"u":"malformed%20kraken_tftyp","p":239,"s":62,"h":1,"n":"Malformed Kraken"},{"id":3294,"c":1,"u":"mennek%20ariz_tftyp","p":157,"s":62,"h":1,"n":"Mennek Ariz"},{"id":3295,"c":1,"u":"nahual_tftyp","p":91,"s":62,"h":1,"n":"Nahual"},{"id":3296,"c":1,"u":"nedylene_tftyp","p":209,"s":62,"h":1,"n":"Nedylene"},{"id":3297,"c":1,"u":"nereid_tftyp","p":240,"s":62,"h":1,"n":"Nereid"},{"id":3298,"c":1,"u":"nimira_tftyp","p":54,"s":62,"h":1,"n":"Nimira"},{"id":3299,"c":1,"u":"obmi_tftyp","p":196,"s":62,"h":1,"n":"Obmi"},{"id":3300,"c":1,"u":"ogre%20skeleton_tftyp","p":54,"s":62,"h":1,"n":"Ogre Skeleton"},{"id":3301,"c":1,"u":"ooze%20master_tftyp","p":241,"s":62,"h":1,"n":"Ooze Master"},{"id":3302,"c":1,"u":"orc%20commoner_tftyp","p":167,"s":62,"h":1,"n":"Orc Commoner"},{"id":3303,"c":1,"u":"oussa_tftyp","p":157,"s":62,"h":1,"n":"Oussa"},{"id":3304,"c":1,"u":"phaia_tftyp","p":132,"s":62,"h":1,"n":"Phaia"},{"id":3305,"c":1,"u":"reduced-threat%20aboleth_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Aboleth"},{"id":3306,"c":1,"u":"reduced-threat%20basilisk_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Basilisk"},{"id":3307,"c":1,"u":"reduced-threat%20behir_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Behir"},{"id":3308,"c":1,"u":"reduced-threat%20beholder_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Beholder"},{"id":3309,"c":1,"u":"reduced-threat%20black%20pudding_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Black Pudding"},{"id":3310,"c":1,"u":"reduced-threat%20carrion%20crawler_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Carrion Crawler"},{"id":3311,"c":1,"u":"reduced-threat%20clay%20golem_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Clay Golem"},{"id":3312,"c":1,"u":"reduced-threat%20darkmantle_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Darkmantle"},{"id":3313,"c":1,"u":"reduced-threat%20displacer%20beast_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Displacer Beast"},{"id":3314,"c":1,"u":"reduced-threat%20dragon%20turtle_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Dragon Turtle"},{"id":3315,"c":1,"u":"reduced-threat%20ettercap_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Ettercap"},{"id":3316,"c":1,"u":"reduced-threat%20flesh%20golem_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Flesh Golem"},{"id":3317,"c":1,"u":"reduced-threat%20glabrezu_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Glabrezu"},{"id":3318,"c":1,"u":"reduced-threat%20gray%20ooze_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Gray Ooze"},{"id":3319,"c":1,"u":"reduced-threat%20helmed%20horror_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Helmed Horror"},{"id":3320,"c":1,"u":"reduced-threat%20hezrou_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Hezrou"},{"id":3321,"c":1,"u":"reduced-threat%20hook%20horror_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Hook Horror"},{"id":3322,"c":1,"u":"reduced-threat%20ochre%20jelly_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Ochre Jelly"},{"id":3323,"c":1,"u":"reduced-threat%20otyugh_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Otyugh"},{"id":3324,"c":1,"u":"reduced-threat%20owlbear_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Owlbear"},{"id":3325,"c":1,"u":"reduced-threat%20peryton_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Peryton"},{"id":3326,"c":1,"u":"reduced-threat%20remorhaz_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Remorhaz"},{"id":3327,"c":1,"u":"reduced-threat%20stone%20golem_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Stone Golem"},{"id":3328,"c":1,"u":"reduced-threat%20vrock_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Vrock"},{"id":3329,"c":1,"u":"reduced-threat%20wight_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Wight"},{"id":3330,"c":1,"u":"reduced-threat%20wyvern_tftyp","p":113,"s":62,"h":1,"n":"Reduced-Threat Wyvern"},{"id":3331,"c":1,"u":"scrag_tftyp","p":147,"s":62,"h":1,"n":"Scrag"},{"id":3332,"c":1,"u":"sea%20lion_tftyp","p":242,"s":62,"h":1,"n":"Sea Lion"},{"id":3333,"c":1,"u":"sentient%20gray%20ooze_tftyp","p":158,"s":62,"h":1,"n":"Sentient Gray Ooze"},{"id":3334,"c":1,"u":"sentient%20ochre%20jelly_tftyp","p":158,"s":62,"h":1,"n":"Sentient Ochre Jelly"},{"id":3335,"c":1,"u":"shalendra%20floshin_tftyp","p":119,"s":62,"h":1,"n":"Shalendra Floshin"},{"id":3336,"c":1,"u":"sharwyn%20hucrele_tftyp","p":242,"s":62,"h":1,"n":"Sharwyn Hucrele"},{"id":3337,"c":1,"u":"sir%20braford_tftyp","p":243,"s":62,"h":1,"n":"Sir Braford"},{"id":3338,"c":1,"u":"siren_tftyp","p":243,"s":62,"h":1,"n":"Siren"},{"id":3339,"c":1,"u":"snarla_tftyp","p":102,"s":62,"h":1,"n":"Snarla"},{"id":3340,"c":1,"u":"snow%20leopard_tftyp","p":183,"s":62,"h":1,"n":"Snow Leopard"},{"id":3341,"c":1,"u":"snurrevin_tftyp","p":53,"s":62,"h":1,"n":"Snurrevin"},{"id":3342,"c":1,"u":"stone%20dragon%20statue_tftyp","p":85,"s":62,"h":1,"n":"Stone Dragon Statue"},{"id":3343,"c":1,"u":"tarul%20var_tftyp","p":244,"s":62,"h":1,"n":"Tarul Var"},{"id":3344,"c":1,"u":"tecuziztecatl_tftyp","p":245,"s":62,"h":1,"n":"Tecuziztecatl"},{"id":3345,"c":1,"u":"thayan%20apprentice_tftyp","p":245,"s":62,"h":1,"n":"Thayan Apprentice"},{"id":3346,"c":1,"u":"thayan%20warrior_tftyp","p":246,"s":62,"h":1,"n":"Thayan Warrior"},{"id":3347,"c":1,"u":"the%20keeper_tftyp","p":173,"s":62,"h":1,"n":"The Keeper"},{"id":3348,"c":1,"u":"therzt_tftyp","p":158,"s":62,"h":1,"n":"Therzt"},{"id":3349,"c":1,"u":"thorn%20slinger_tftyp","p":246,"s":62,"h":1,"n":"Thorn Slinger"},{"id":3350,"c":1,"u":"tloques-popolocas_tftyp","p":68,"s":62,"h":1,"n":"Tloques-Popolocas"},{"id":3351,"c":1,"u":"torlin%20silvershield_tftyp","p":159,"s":62,"h":1,"n":"Torlin Silvershield"},{"id":3352,"c":1,"u":"werejaguar_tftyp","p":79,"s":62,"h":1,"n":"Werejaguar"},{"id":3353,"c":1,"u":"white%20maw_tftyp","p":248,"s":62,"h":1,"n":"White Maw"},{"id":3354,"c":1,"u":"xilonen_tftyp","p":83,"s":62,"h":1,"n":"Xilonen"},{"id":3355,"c":1,"u":"yeti%20leader_tftyp","p":183,"s":62,"h":1,"n":"Yeti Leader"},{"id":3356,"c":1,"u":"young%20fire%20giant_tftyp","p":192,"s":62,"h":1,"n":"Young Fire Giant"},{"id":3357,"c":1,"u":"young%20frost%20giant_tftyp","p":187,"s":62,"h":1,"n":"Young Frost Giant"},{"id":3358,"c":1,"u":"young%20hill%20giant_tftyp","p":167,"s":62,"h":1,"n":"Young Hill Giant"},{"id":3359,"c":1,"u":"young%20ogre%20servant_tftyp","p":171,"s":62,"h":1,"n":"Young Ogre Servant"},{"id":3360,"c":1,"u":"young%20troglodyte_tftyp","p":176,"s":62,"h":1,"n":"Young Troglodyte"},{"id":3361,"c":1,"u":"young%20winter%20wolf_tftyp","p":181,"s":62,"h":1,"n":"Young Winter Wolf"},{"id":3362,"c":1,"u":"yusdrayl_tftyp","p":248,"s":62,"h":1,"n":"Yusdrayl"},{"id":3363,"c":1,"u":"acererak_toa","p":209,"s":63,"h":1,"n":"Acererak"},{"id":3364,"c":1,"u":"albino%20dwarf%20spirit%20warrior_toa","p":210,"s":63,"h":1,"n":"Albino Dwarf Spirit Warrior"},{"id":3365,"c":1,"u":"albino%20dwarf%20warrior_toa","p":210,"s":63,"h":1,"n":"Albino Dwarf Warrior"},{"id":3366,"c":1,"u":"aldani%20(lobsterfolk)_toa","p":210,"s":63,"h":1,"n":"Aldani (Lobsterfolk)"},{"id":3367,"c":1,"u":"almiraj_toa","p":211,"s":63,"h":1,"n":"Almiraj"},{"id":3368,"c":1,"u":"ankylosaurus%20zombie_toa","p":240,"s":63,"h":1,"n":"Ankylosaurus Zombie"},{"id":3369,"c":1,"u":"artus%20cimber_toa","p":212,"s":63,"h":1,"n":"Artus Cimber"},{"id":3370,"c":1,"u":"asharra_toa","p":69,"s":63,"h":1,"n":"Asharra"},{"id":3371,"c":1,"u":"assassin%20vine_toa","p":213,"s":63,"h":1,"n":"Assassin Vine"},{"id":3372,"c":1,"u":"atropal_toa","p":214,"s":63,"h":1,"n":"Atropal"},{"id":3373,"c":1,"u":"azaka%20stormfang_toa","p":33,"s":63,"h":1,"n":"Azaka Stormfang"},{"id":3374,"c":1,"u":"bag%20of%20nails_toa","p":102,"s":63,"h":1,"n":"Bag of Nails"},{"id":3375,"c":1,"u":"blind%20artist_toa","p":164,"s":63,"h":1,"n":"Blind Artist"},{"id":3376,"c":1,"u":"bosco%20daggerhand_toa","p":68,"s":63,"h":1,"n":"Bosco Daggerhand"},{"id":3377,"c":1,"u":"chwinga_toa","p":216,"s":63,"h":1,"n":"Chwinga"},{"id":3378,"c":1,"u":"clay%20gladiator_toa","p":100,"s":63,"h":1,"n":"Clay Gladiator"},{"id":3379,"c":1,"u":"dragonbait_toa","p":218,"s":63,"h":1,"n":"Dragonbait"},{"id":3380,"c":1,"u":"drufi_toa","p":64,"s":63,"h":1,"n":"Drufi"},{"id":3381,"c":1,"u":"eblis_toa","p":219,"s":63,"h":1,"n":"Eblis"},{"id":3382,"c":1,"u":"ekene-afa_toa","p":25,"s":63,"h":1,"n":"Ekene-Afa"},{"id":3383,"c":1,"u":"eku_toa","p":34,"s":63,"h":1,"n":"Eku"},{"id":3384,"c":1,"u":"elok%20jaharwon_toa","p":67,"s":63,"h":1,"n":"Elok Jaharwon"},{"id":3385,"c":1,"u":"faroul_toa","p":34,"s":63,"h":1,"n":"Faroul"},{"id":3386,"c":1,"u":"fenthaza_toa","p":113,"s":63,"h":1,"n":"Fenthaza"},{"id":3387,"c":1,"u":"flask%20of%20wine_toa","p":35,"s":63,"h":1,"n":"Flask of Wine"},{"id":3388,"c":1,"u":"flying%20monkey_toa","p":220,"s":63,"h":1,"n":"Flying Monkey"},{"id":3389,"c":1,"u":"giant%20four-armed%20gargoyle_toa","p":221,"s":63,"h":1,"n":"Giant Four-Armed Gargoyle"},{"id":3390,"c":1,"u":"giant%20snapping%20turtle_toa","p":222,"s":63,"h":1,"n":"Giant Snapping Turtle"},{"id":3391,"c":1,"u":"girallon%20zombie_toa","p":240,"s":63,"h":1,"n":"Girallon Zombie"},{"id":3392,"c":1,"u":"gondolo_toa","p":34,"s":63,"h":1,"n":"Gondolo"},{"id":3393,"c":1,"u":"grabstab_toa","p":89,"s":63,"h":1,"n":"Grabstab"},{"id":3394,"c":1,"u":"grandfather%20zitembe_toa","p":20,"s":63,"h":1,"n":"Grandfather Zitembe"},{"id":3395,"c":1,"u":"hew%20hackinstone_toa","p":33,"s":63,"h":1,"n":"Hew Hackinstone"},{"id":3396,"c":1,"u":"ifan%20talro'a_toa","p":25,"s":63,"h":1,"n":"Ifan Talro'a"},{"id":3397,"c":1,"u":"jaculi_toa","p":225,"s":63,"h":1,"n":"Jaculi"},{"id":3398,"c":1,"u":"jessamine_toa","p":26,"s":63,"h":1,"n":"Jessamine"},{"id":3399,"c":1,"u":"jobal_toa","p":26,"s":63,"h":1,"n":"Jobal"},{"id":3400,"c":1,"u":"kamadan_toa","p":225,"s":63,"h":1,"n":"Kamadan"},{"id":3401,"c":1,"u":"king%20of%20feathers_toa","p":106,"s":63,"h":1,"n":"King of Feathers"},{"id":3402,"c":1,"u":"kupalu%c3%a9_toa","p":35,"s":63,"h":1,"n":"Kupalue"},{"id":3403,"c":1,"u":"kwayoth%c3%a9_toa","p":26,"s":63,"h":1,"n":"Kwayothe"},{"id":3404,"c":1,"u":"laskilar_toa","p":67,"s":63,"h":1,"n":"Laskilar"},{"id":3405,"c":1,"u":"liara%20portyr_toa","p":227,"s":63,"h":1,"n":"Liara Portyr"},{"id":3406,"c":1,"u":"mantrap_toa","p":227,"s":63,"h":1,"n":"Mantrap"},{"id":3407,"c":1,"u":"mister%20threadneedle_toa","p":183,"s":63,"h":1,"n":"Mister Threadneedle"},{"id":3408,"c":1,"u":"musharib_toa","p":34,"s":63,"h":1,"n":"Musharib"},{"id":3409,"c":1,"u":"mwaxanar%c3%a9_toa","p":228,"s":63,"h":1,"n":"Mwaxanare"},{"id":3410,"c":1,"u":"na_toa","p":228,"s":63,"h":1,"n":"Na"},{"id":3411,"c":1,"u":"nanny%20pu'pu_toa","p":72,"s":63,"h":1,"n":"Nanny Pu'pu"},{"id":3412,"c":1,"u":"nepartak_toa","p":137,"s":63,"h":1,"n":"Nepartak"},{"id":3413,"c":1,"u":"niles%20breakbone_toa","p":47,"s":63,"h":1,"n":"Niles Breakbone"},{"id":3414,"c":1,"u":"ortimay%20swift%20and%20dark_toa","p":21,"s":63,"h":1,"n":"Ortimay Swift and Dark"},{"id":3415,"c":1,"u":"orvex%20ocrammas_toa","p":96,"s":63,"h":1,"n":"Orvex Ocrammas"},{"id":3416,"c":1,"u":"pterafolk_toa","p":229,"s":63,"h":1,"n":"Pterafolk"},{"id":3417,"c":1,"u":"qawasha_toa","p":35,"s":63,"h":1,"n":"Qawasha"},{"id":3418,"c":1,"u":"ras%20nsi_toa","p":230,"s":63,"h":1,"n":"Ras Nsi"},{"id":3419,"c":1,"u":"river%20mist_toa","p":35,"s":63,"h":1,"n":"River Mist"},{"id":3420,"c":1,"u":"salida_toa","p":35,"s":63,"h":1,"n":"Salida"},{"id":3421,"c":1,"u":"sekelok_toa","p":120,"s":63,"h":1,"n":"Sekelok"},{"id":3422,"c":1,"u":"shago_toa","p":35,"s":63,"h":1,"n":"Shago"},{"id":3423,"c":1,"u":"skeleton%20key_toa","p":126,"s":63,"h":1,"n":"Skeleton Key"},{"id":3424,"c":1,"u":"spiked%20tomb%20guardian_toa","p":154,"s":63,"h":1,"n":"Spiked Tomb Guardian"},{"id":3425,"c":1,"u":"stone%20juggernaut_toa","p":231,"s":63,"h":1,"n":"Stone Juggernaut"},{"id":3426,"c":1,"u":"su-monster_toa","p":232,"s":63,"h":1,"n":"Su-monster"},{"id":3427,"c":1,"u":"syndra%20silvane_toa","p":8,"s":63,"h":1,"n":"Syndra Silvane"},{"id":3428,"c":1,"u":"tabaxi%20hunter_toa","p":232,"s":63,"h":1,"n":"Tabaxi Hunter"},{"id":3429,"c":1,"u":"tabaxi%20minstrel_toa","p":233,"s":63,"h":1,"n":"Tabaxi Minstrel"},{"id":3430,"c":1,"u":"terracotta%20warrior_toa","p":161,"s":63,"h":1,"n":"Terracotta Warrior"},{"id":3431,"c":1,"u":"tomb%20dwarf_toa","p":135,"s":63,"h":1,"n":"Tomb Dwarf"},{"id":3432,"c":1,"u":"tomb%20guardian_toa","p":127,"s":63,"h":1,"n":"Tomb Guardian"},{"id":3433,"c":1,"u":"tri-flower%20frond_toa","p":234,"s":63,"h":1,"n":"Tri-flower Frond"},{"id":3434,"c":1,"u":"tyrannosaurus%20zombie_toa","p":241,"s":63,"h":1,"n":"Tyrannosaurus Zombie"},{"id":3435,"c":1,"u":"valindra%20shadowmantle_toa","p":58,"s":63,"h":1,"n":"Valindra Shadowmantle"},{"id":3436,"c":1,"u":"volothamp%20%22volo%22%20geddarm_toa","p":235,"s":63,"h":1,"n":"Volothamp \"Volo\" Geddarm"},{"id":3437,"c":1,"u":"wakanga%20o'tamu_toa","p":27,"s":63,"h":1,"n":"Wakanga O'tamu"},{"id":3438,"c":1,"u":"wild%20dog_toa","p":96,"s":63,"h":1,"n":"Wild Dog"},{"id":3439,"c":1,"u":"wine%20weird_toa","p":141,"s":63,"h":1,"n":"Wine Weird"},{"id":3440,"c":1,"u":"withers_toa","p":145,"s":63,"h":1,"n":"Withers"},{"id":3441,"c":1,"u":"xandala_toa","p":236,"s":63,"h":1,"n":"Xandala"},{"id":3442,"c":1,"u":"yellow%20musk%20creeper_toa","p":237,"s":63,"h":1,"n":"Yellow Musk Creeper"},{"id":3443,"c":1,"u":"yellow%20musk%20zombie_toa","p":237,"s":63,"h":1,"n":"Yellow Musk Zombie"},{"id":3444,"c":1,"u":"yorb_toa","p":108,"s":63,"h":1,"n":"Yorb"},{"id":3445,"c":1,"u":"yuan-ti%20priest_toa","p":118,"s":63,"h":1,"n":"Yuan-ti Priest"},{"id":3446,"c":1,"u":"zalkor%c3%a9_toa","p":79,"s":63,"h":1,"n":"Zalkore"},{"id":3447,"c":1,"u":"zaroum%20al-saryak_toa","p":67,"s":63,"h":1,"n":"Zaroum Al-Saryak"},{"id":3448,"c":1,"u":"zebra_toa","p":106,"s":63,"h":1,"n":"Zebra"},{"id":3449,"c":1,"u":"zhanthi_toa","p":27,"s":63,"h":1,"n":"Zhanthi"},{"id":3450,"c":1,"u":"zindar_toa","p":239,"s":63,"h":1,"n":"Zindar"},{"id":3451,"c":1,"u":"zorbo_toa","p":241,"s":63,"h":1,"n":"Zorbo"},{"id":3452,"c":1,"u":"abominable%20beauty_tob1-2023","p":11,"s":64,"h":1,"dP":1,"n":"Abominable Beauty"},{"id":3453,"c":1,"u":"accursed%20defiler_tob1-2023","p":12,"s":64,"h":1,"dP":1,"n":"Accursed Defiler"},{"id":3454,"c":1,"u":"adult%20cave%20dragon_tob1-2023","p":114,"s":64,"h":1,"dP":1,"n":"Adult Cave Dragon"},{"id":3455,"c":1,"u":"adult%20flame%20dragon_tob1-2023","p":118,"s":64,"h":1,"dP":1,"n":"Adult Flame Dragon"},{"id":3456,"c":1,"u":"adult%20mithral%20dragon_tob1-2023","p":122,"s":64,"h":1,"dP":1,"n":"Adult Mithral Dragon"},{"id":3457,"c":1,"u":"adult%20sea%20dragon_tob1-2023","p":126,"s":64,"h":1,"dP":1,"n":"Adult Sea Dragon"},{"id":3458,"c":1,"u":"adult%20void%20dragon_tob1-2023","p":129,"s":64,"h":1,"dP":1,"n":"Adult Void Dragon"},{"id":3459,"c":1,"u":"adult%20wind%20dragon_tob1-2023","p":134,"s":64,"h":1,"dP":1,"n":"Adult Wind Dragon"},{"id":3460,"c":1,"u":"al-aeshma%20genie_tob1-2023","p":197,"s":64,"h":1,"dP":1,"n":"Al-Aeshma Genie"},{"id":3461,"c":1,"u":"ala_tob1-2023","p":13,"s":64,"h":1,"dP":1,"n":"Ala"},{"id":3462,"c":1,"u":"alehouse%20drake_tob1-2023","p":138,"s":64,"h":1,"dP":1,"n":"Alehouse Drake"},{"id":3463,"c":1,"u":"algorith_tob1-2023","p":14,"s":64,"h":1,"dP":1,"n":"Algorith"},{"id":3464,"c":1,"u":"alseid_tob1-2023","p":15,"s":64,"h":1,"dP":1,"n":"Alseid"},{"id":3465,"c":1,"u":"amphiptere_tob1-2023","p":16,"s":64,"h":1,"dP":1,"n":"Amphiptere"},{"id":3466,"c":1,"u":"ancient%20cave%20dragon_tob1-2023","p":113,"s":64,"h":1,"dP":1,"n":"Ancient Cave Dragon"},{"id":3467,"c":1,"u":"ancient%20flame%20dragon_tob1-2023","p":117,"s":64,"h":1,"dP":1,"n":"Ancient Flame Dragon"},{"id":3468,"c":1,"u":"ancient%20mithral%20dragon_tob1-2023","p":120,"s":64,"h":1,"dP":1,"n":"Ancient Mithral Dragon"},{"id":3469,"c":1,"u":"ancient%20sea%20dragon_tob1-2023","p":125,"s":64,"h":1,"dP":1,"n":"Ancient Sea Dragon"},{"id":3470,"c":1,"u":"ancient%20titan_tob1-2023","p":361,"s":64,"h":1,"dP":1,"n":"Ancient Titan"},{"id":3471,"c":1,"u":"ancient%20void%20dragon_tob1-2023","p":128,"s":64,"h":1,"dP":1,"n":"Ancient Void Dragon"},{"id":3472,"c":1,"u":"ancient%20wind%20dragon_tob1-2023","p":133,"s":64,"h":1,"dP":1,"n":"Ancient Wind Dragon"},{"id":3473,"c":1,"u":"angatra_tob1-2023","p":17,"s":64,"h":1,"dP":1,"n":"Angatra"},{"id":3474,"c":1,"u":"angler%20worm_tob1-2023","p":20,"s":64,"h":1,"dP":1,"n":"Angler Worm"},{"id":3475,"c":1,"u":"annelidast_tob1-2023","p":21,"s":64,"h":1,"dP":1,"n":"Annelidast"},{"id":3476,"c":1,"u":"anubian_tob1-2023","p":23,"s":64,"h":1,"dP":1,"n":"Anubian"},{"id":3477,"c":1,"u":"apau%20perape%20demon_tob1-2023","p":82,"s":64,"h":1,"dP":1,"n":"Apau Perape Demon"},{"id":3478,"c":1,"u":"arboreal%20grappler_tob1-2023","p":24,"s":64,"h":1,"dP":1,"n":"Arboreal Grappler"},{"id":3479,"c":1,"u":"arcane%20guardian_tob1-2023","p":338,"s":64,"h":1,"dP":1,"n":"Arcane Guardian"},{"id":3480,"c":1,"u":"arch-devil%20ia'affrat_tob1-2023","p":90,"s":64,"h":1,"dP":1,"n":"Arch-Devil Ia'Affrat"},{"id":3481,"c":1,"u":"aridni_tob1-2023","p":25,"s":64,"h":1,"dP":1,"n":"Aridni"},{"id":3482,"c":1,"u":"arx_tob1-2023","p":26,"s":64,"h":1,"dP":1,"n":"Arx"},{"id":3483,"c":1,"u":"asanbosam_tob1-2023","p":27,"s":64,"h":1,"dP":1,"n":"Asanbosam"},{"id":3484,"c":1,"u":"ash%20drake_tob1-2023","p":139,"s":64,"h":1,"dP":1,"n":"Ash Drake"},{"id":3485,"c":1,"u":"ashwalker_tob1-2023","p":28,"s":64,"h":1,"dP":1,"n":"Ashwalker"},{"id":3486,"c":1,"u":"automata%20devil_tob1-2023","p":92,"s":64,"h":1,"dP":1,"n":"Automata Devil"},{"id":3487,"c":1,"u":"azza%20gremlin_tob1-2023","p":222,"s":64,"h":1,"dP":1,"n":"Azza Gremlin"},{"id":3488,"c":1,"u":"baba%20yaga's%20horsemen_tob1-2023","p":30,"s":64,"h":1,"dP":1,"n":"Baba Yaga's Horsemen"},{"id":3489,"c":1,"u":"bagiennik_tob1-2023","p":31,"s":64,"h":1,"dP":1,"n":"Bagiennik"},{"id":3490,"c":1,"u":"bandit%20lord_tob1-2023","p":406,"s":64,"h":1,"dP":1,"n":"Bandit Lord"},{"id":3491,"c":1,"u":"bastet%20temple%20cat_tob1-2023","p":32,"s":64,"h":1,"dP":1,"n":"Bastet Temple Cat"},{"id":3492,"c":1,"u":"bear%20king_tob1-2023","p":172,"s":64,"h":1,"dP":1,"n":"Bear King"},{"id":3493,"c":1,"u":"bearfolk_tob1-2023","p":33,"s":64,"h":1,"dP":1,"n":"Bearfolk"},{"id":3494,"c":1,"u":"beggar%20ghoul_tob1-2023","p":200,"s":64,"h":1,"dP":1,"n":"Beggar Ghoul"},{"id":3495,"c":1,"u":"beheaded%20vengeful%20spirit_tob1-2023","p":384,"s":64,"h":1,"dP":1,"n":"Beheaded Vengeful Spirit"},{"id":3496,"c":1,"u":"behtu_tob1-2023","p":34,"s":64,"h":1,"dP":1,"n":"Behtu"},{"id":3497,"c":1,"u":"beli_tob1-2023","p":35,"s":64,"h":1,"dP":1,"n":"Beli"},{"id":3498,"c":1,"u":"bereginyas_tob1-2023","p":36,"s":64,"h":1,"dP":1,"n":"Bereginyas"},{"id":3499,"c":1,"u":"berstuc%20demon_tob1-2023","p":83,"s":64,"h":1,"dP":1,"n":"Berstuc Demon"},{"id":3500,"c":1,"u":"black%20knight%20commander_tob1-2023","p":406,"s":64,"h":1,"dP":1,"n":"Black Knight Commander"},{"id":3501,"c":1,"u":"blemmyes_tob1-2023","p":37,"s":64,"h":1,"dP":1,"n":"Blemmyes"},{"id":3502,"c":1,"u":"blood%20hag_tob1-2023","p":226,"s":64,"h":1,"dP":1,"n":"Blood Hag"},{"id":3503,"c":1,"u":"boloti_tob1-2023","p":38,"s":64,"h":1,"dP":1,"n":"Boloti"},{"id":3504,"c":1,"u":"bone%20collective_tob1-2023","p":39,"s":64,"h":1,"dP":1,"n":"Bone Collective"},{"id":3505,"c":1,"u":"bone%20crab_tob1-2023","p":40,"s":64,"h":1,"dP":1,"n":"Bone Crab"},{"id":3506,"c":1,"u":"bone%20swarm_tob1-2023","p":41,"s":64,"h":1,"dP":1,"n":"Bone Swarm"},{"id":3507,"c":1,"u":"bonepowder%20ghoul_tob1-2023","p":201,"s":64,"h":1,"dP":1,"n":"Bonepowder Ghoul"},{"id":3508,"c":1,"u":"bouda_tob1-2023","p":42,"s":64,"h":1,"dP":1,"n":"Bouda"},{"id":3509,"c":1,"u":"broodiken_tob1-2023","p":43,"s":64,"h":1,"dP":1,"n":"Broodiken"},{"id":3510,"c":1,"u":"bucca_tob1-2023","p":44,"s":64,"h":1,"dP":1,"n":"Bucca"},{"id":3511,"c":1,"u":"bukavac_tob1-2023","p":45,"s":64,"h":1,"dP":1,"n":"Bukavac"},{"id":3512,"c":1,"u":"buraq_tob1-2023","p":46,"s":64,"h":1,"dP":1,"n":"Buraq"},{"id":3513,"c":1,"u":"burrowling_tob1-2023","p":47,"s":64,"h":1,"dP":1,"n":"Burrowling"},{"id":3514,"c":1,"u":"cactid_tob1-2023","p":48,"s":64,"h":1,"dP":1,"n":"Cactid"},{"id":3515,"c":1,"u":"cambium_tob1-2023","p":49,"s":64,"h":1,"dP":1,"n":"Cambium"},{"id":3516,"c":1,"u":"carrion%20beetle_tob1-2023","p":50,"s":64,"h":1,"dP":1,"n":"Carrion Beetle"},{"id":3517,"c":1,"u":"caustic%20charger_tob1-2023","p":51,"s":64,"h":1,"dP":1,"n":"Caustic Charger"},{"id":3518,"c":1,"u":"cave%20dragon%20wyrmling_tob1-2023","p":115,"s":64,"h":1,"dP":1,"n":"Cave Dragon Wyrmling"},{"id":3519,"c":1,"u":"cavelight%20moss_tob1-2023","p":52,"s":64,"h":1,"dP":1,"n":"Cavelight Moss"},{"id":3520,"c":1,"u":"chained%20angel_tob1-2023","p":18,"s":64,"h":1,"dP":1,"n":"Chained Angel"},{"id":3521,"c":1,"u":"chelicerae_tob1-2023","p":53,"s":64,"h":1,"dP":1,"n":"Chelicerae"},{"id":3522,"c":1,"u":"chernomoi_tob1-2023","p":54,"s":64,"h":1,"dP":1,"n":"Chernomoi"},{"id":3523,"c":1,"u":"child%20of%20the%20briar_tob1-2023","p":55,"s":64,"h":1,"dP":1,"n":"Child of the Briar"},{"id":3524,"c":1,"u":"chort%20devil_tob1-2023","p":93,"s":64,"h":1,"dP":1,"n":"Chort Devil"},{"id":3525,"c":1,"u":"chronalmental_tob1-2023","p":56,"s":64,"h":1,"dP":1,"n":"Chronalmental"},{"id":3526,"c":1,"u":"cikavak_tob1-2023","p":57,"s":64,"h":1,"dP":1,"n":"Cikavak"},{"id":3527,"c":1,"u":"citrullus_tob1-2023","p":58,"s":64,"h":1,"dP":1,"n":"Citrullus"},{"id":3528,"c":1,"u":"city%20watch%20captain_tob1-2023","p":407,"s":64,"h":1,"dP":1,"n":"City Watch Captain"},{"id":3529,"c":1,"u":"clockwork%20abomination_tob1-2023","p":59,"s":64,"h":1,"dP":1,"n":"Clockwork Abomination"},{"id":3530,"c":1,"u":"clockwork%20beetle_tob1-2023","p":60,"s":64,"h":1,"dP":1,"n":"Clockwork Beetle"},{"id":3531,"c":1,"u":"clockwork%20beetle%20swarm_tob1-2023","p":60,"s":64,"h":1,"dP":1,"n":"Clockwork Beetle Swarm"},{"id":3532,"c":1,"u":"clockwork%20hound_tob1-2023","p":61,"s":64,"h":1,"dP":1,"n":"Clockwork Hound"},{"id":3533,"c":1,"u":"clockwork%20huntsman_tob1-2023","p":62,"s":64,"h":1,"dP":1,"n":"Clockwork Huntsman"},{"id":3534,"c":1,"u":"clockwork%20myrmidon_tob1-2023","p":63,"s":64,"h":1,"dP":1,"n":"Clockwork Myrmidon"},{"id":3535,"c":1,"u":"clockwork%20watchman_tob1-2023","p":64,"s":64,"h":1,"dP":1,"n":"Clockwork Watchman"},{"id":3536,"c":1,"u":"clockwork%20weaving%20spider_tob1-2023","p":65,"s":64,"h":1,"dP":1,"n":"Clockwork Weaving Spider"},{"id":3537,"c":1,"u":"clurichaun_tob1-2023","p":66,"s":64,"h":1,"dP":1,"n":"Clurichaun"},{"id":3538,"c":1,"u":"cobbleswarm_tob1-2023","p":67,"s":64,"h":1,"dP":1,"n":"Cobbleswarm"},{"id":3539,"c":1,"u":"coral%20drake_tob1-2023","p":140,"s":64,"h":1,"dP":1,"n":"Coral Drake"},{"id":3540,"c":1,"u":"corpse%20mound_tob1-2023","p":67,"s":64,"h":1,"dP":1,"n":"Corpse Mound"},{"id":3541,"c":1,"u":"corrupted%20ushabti_tob1-2023","p":375,"s":64,"h":1,"dP":1,"n":"Corrupted Ushabti"},{"id":3542,"c":1,"u":"corrupting%20ooze_tob1-2023","p":291,"s":64,"h":1,"dP":1,"n":"Corrupting Ooze"},{"id":3543,"c":1,"u":"crimson%20drake_tob1-2023","p":141,"s":64,"h":1,"dP":1,"n":"Crimson Drake"},{"id":3544,"c":1,"u":"crystalline%20devil_tob1-2023","p":94,"s":64,"h":1,"dP":1,"n":"Crystalline Devil"},{"id":3545,"c":1,"u":"darakhul_tob1-2023","p":202,"s":64,"h":1,"dP":1,"n":"Darakhul"},{"id":3546,"c":1,"u":"dau_tob1-2023","p":69,"s":64,"h":1,"dP":1,"n":"Dau"},{"id":3547,"c":1,"u":"death%20butterfly%20swarm_tob1-2023","p":70,"s":64,"h":1,"dP":1,"n":"Death Butterfly Swarm"},{"id":3548,"c":1,"u":"deathcap%20myconid_tob1-2023","p":280,"s":64,"h":1,"dP":1,"n":"Deathcap Myconid"},{"id":3549,"c":1,"u":"deathwisp_tob1-2023","p":71,"s":64,"h":1,"dP":1,"n":"Deathwisp"},{"id":3550,"c":1,"u":"deep%20drake_tob1-2023","p":142,"s":64,"h":1,"dP":1,"n":"Deep Drake"},{"id":3551,"c":1,"u":"deep%20one_tob1-2023","p":72,"s":64,"h":1,"dP":1,"n":"Deep One"},{"id":3552,"c":1,"u":"deep%20one%20archimandrite_tob1-2023","p":73,"s":64,"h":1,"dP":1,"n":"Deep One Archimandrite"},{"id":3553,"c":1,"u":"deep%20one%20priest_tob1-2023","p":72,"s":64,"h":1,"dP":1,"n":"Deep One Priest"},{"id":3554,"c":1,"u":"degenerate%20titan_tob1-2023","p":362,"s":64,"h":1,"dP":1,"n":"Degenerate Titan"},{"id":3555,"c":1,"u":"demon%20lord%20akyishigal_tob1-2023","p":74,"s":64,"h":1,"dP":1,"n":"Demon Lord Akyishigal"},{"id":3556,"c":1,"u":"demon%20lord%20camazotz_tob1-2023","p":76,"s":64,"h":1,"dP":1,"n":"Demon Lord Camazotz"},{"id":3557,"c":1,"u":"demon%20lord%20mechuiti_tob1-2023","p":78,"s":64,"h":1,"dP":1,"n":"Demon Lord Mechuiti"},{"id":3558,"c":1,"u":"demon%20lord%20qorgeth_tob1-2023","p":80,"s":64,"h":1,"dP":1,"n":"Demon Lord Qorgeth"},{"id":3559,"c":1,"u":"derro%20fetal%20savant_tob1-2023","p":88,"s":64,"h":1,"dP":1,"n":"Derro Fetal Savant"},{"id":3560,"c":1,"u":"derro%20shadow%20antipaladin_tob1-2023","p":89,"s":64,"h":1,"dP":1,"n":"Derro Shadow Antipaladin"},{"id":3561,"c":1,"u":"desert%20giant_tob1-2023","p":205,"s":64,"h":1,"dP":1,"n":"Desert Giant"},{"id":3562,"c":1,"u":"devilbound%20gnome_tob1-2023","p":408,"s":64,"h":1,"dP":1,"n":"Devilbound Gnome"},{"id":3563,"c":1,"u":"dipsa_tob1-2023","p":105,"s":64,"h":1,"dP":1,"n":"Dipsa"},{"id":3564,"c":1,"u":"dissimortuum_tob1-2023","p":106,"s":64,"h":1,"dP":1,"n":"Dissimortuum"},{"id":3565,"c":1,"u":"dogmole_tob1-2023","p":107,"s":64,"h":1,"dP":1,"n":"Dogmole"},{"id":3566,"c":1,"u":"dogmole%20juggernaut_tob1-2023","p":107,"s":64,"h":1,"dP":1,"n":"Dogmole Juggernaut"},{"id":3567,"c":1,"u":"domovoi_tob1-2023","p":108,"s":64,"h":1,"dP":1,"n":"Domovoi"},{"id":3568,"c":1,"u":"doppelrat_tob1-2023","p":109,"s":64,"h":1,"dP":1,"n":"Doppelrat"},{"id":3569,"c":1,"u":"dorreq_tob1-2023","p":110,"s":64,"h":1,"dP":1,"n":"Dorreq"},{"id":3570,"c":1,"u":"dragon%20eel_tob1-2023","p":111,"s":64,"h":1,"dP":1,"n":"Dragon Eel"},{"id":3571,"c":1,"u":"dragonleaf%20tree_tob1-2023","p":137,"s":64,"h":1,"dP":1,"n":"Dragonleaf Tree"},{"id":3572,"c":1,"u":"drakon_tob1-2023","p":147,"s":64,"h":1,"dP":1,"n":"Drakon"},{"id":3573,"c":1,"u":"dream%20eater_tob1-2023","p":148,"s":64,"h":1,"dP":1,"n":"Dream Eater"},{"id":3574,"c":1,"u":"drowned%20maiden_tob1-2023","p":149,"s":64,"h":1,"dP":1,"n":"Drowned Maiden"},{"id":3575,"c":1,"u":"dullahan_tob1-2023","p":151,"s":64,"h":1,"dP":1,"n":"Dullahan"},{"id":3576,"c":1,"u":"dune%20mimic_tob1-2023","p":268,"s":64,"h":1,"dP":1,"n":"Dune Mimic"},{"id":3577,"c":1,"u":"duskthorn%20dryad_tob1-2023","p":150,"s":64,"h":1,"dP":1,"n":"Duskthorn Dryad"},{"id":3578,"c":1,"u":"dust%20goblin_tob1-2023","p":215,"s":64,"h":1,"dP":1,"n":"Dust Goblin"},{"id":3579,"c":1,"u":"dwarven%20ringmage_tob1-2023","p":409,"s":64,"h":1,"dP":1,"n":"Dwarven Ringmage"},{"id":3580,"c":1,"u":"eala_tob1-2023","p":152,"s":64,"h":1,"dP":1,"n":"Eala"},{"id":3581,"c":1,"u":"eater%20of%20dust_tob1-2023","p":153,"s":64,"h":1,"dP":1,"n":"Eater of Dust"},{"id":3582,"c":1,"u":"edimmu_tob1-2023","p":154,"s":64,"h":1,"dP":1,"n":"Edimmu"},{"id":3583,"c":1,"u":"eel%20hound_tob1-2023","p":155,"s":64,"h":1,"dP":1,"n":"Eel Hound"},{"id":3584,"c":1,"u":"einherjar_tob1-2023","p":156,"s":64,"h":1,"dP":1,"n":"Einherjar"},{"id":3585,"c":1,"u":"elder%20shadow%20drake_tob1-2023","p":143,"s":64,"h":1,"dP":1,"n":"Elder Shadow Drake"},{"id":3586,"c":1,"u":"elemental%20locus_tob1-2023","p":157,"s":64,"h":1,"dP":1,"n":"Elemental Locus"},{"id":3587,"c":1,"u":"elvish%20veteran%20archer_tob1-2023","p":410,"s":64,"h":1,"dP":1,"n":"Elvish Veteran Archer"},{"id":3588,"c":1,"u":"emerald%20eye_tob1-2023","p":163,"s":64,"h":1,"dP":1,"n":"Emerald Eye"},{"id":3589,"c":1,"u":"emerald%20order%20cult%20leader_tob1-2023","p":410,"s":64,"h":1,"dP":1,"n":"Emerald Order Cult Leader"},{"id":3590,"c":1,"u":"empty%20cloak_tob1-2023","p":164,"s":64,"h":1,"dP":1,"n":"Empty Cloak"},{"id":3591,"c":1,"u":"eonic%20drifter_tob1-2023","p":165,"s":64,"h":1,"dP":1,"n":"Eonic Drifter"},{"id":3592,"c":1,"u":"erina_tob1-2023","p":166,"s":64,"h":1,"dP":1,"n":"Erina"},{"id":3593,"c":1,"u":"erina%20defender_tob1-2023","p":166,"s":64,"h":1,"dP":1,"n":"Erina Defender"},{"id":3594,"c":1,"u":"eye%20golem_tob1-2023","p":216,"s":64,"h":1,"dP":1,"n":"Eye Golem"},{"id":3595,"c":1,"u":"far%20darrig_tob1-2023","p":167,"s":64,"h":1,"dP":1,"n":"Far Darrig"},{"id":3596,"c":1,"u":"fate%20eater_tob1-2023","p":168,"s":64,"h":1,"dP":1,"n":"Fate Eater"},{"id":3597,"c":1,"u":"fear%20smith_tob1-2023","p":169,"s":64,"h":1,"dP":1,"n":"Fear Smith"},{"id":3598,"c":1,"u":"fellforged_tob1-2023","p":170,"s":64,"h":1,"dP":1,"n":"Fellforged"},{"id":3599,"c":1,"u":"fext_tob1-2023","p":171,"s":64,"h":1,"dP":1,"n":"Fext"},{"id":3600,"c":1,"u":"feyward%20tree_tob1-2023","p":186,"s":64,"h":1,"dP":1,"n":"Feyward Tree"},{"id":3601,"c":1,"u":"fidele%20angel_tob1-2023","p":19,"s":64,"h":1,"dP":1,"n":"Fidele Angel"},{"id":3602,"c":1,"u":"firebird_tob1-2023","p":187,"s":64,"h":1,"dP":1,"n":"Firebird"},{"id":3603,"c":1,"u":"firegeist_tob1-2023","p":188,"s":64,"h":1,"dP":1,"n":"Firegeist"},{"id":3604,"c":1,"u":"flab%20giant_tob1-2023","p":206,"s":64,"h":1,"dP":1,"n":"Flab Giant"},{"id":3605,"c":1,"u":"flame%20dragon%20wyrmling_tob1-2023","p":119,"s":64,"h":1,"dP":1,"n":"Flame Dragon Wyrmling"},{"id":3606,"c":1,"u":"flutterflesh_tob1-2023","p":189,"s":64,"h":1,"dP":1,"n":"Flutterflesh"},{"id":3607,"c":1,"u":"folk%20of%20leng_tob1-2023","p":190,"s":64,"h":1,"dP":1,"n":"Folk of Leng"},{"id":3608,"c":1,"u":"forest%20marauder_tob1-2023","p":191,"s":64,"h":1,"dP":1,"n":"Forest Marauder"},{"id":3609,"c":1,"u":"fraughashar_tob1-2023","p":192,"s":64,"h":1,"dP":1,"n":"Fraughashar"},{"id":3610,"c":1,"u":"frostveil_tob1-2023","p":193,"s":64,"h":1,"dP":1,"n":"Frostveil"},{"id":3611,"c":1,"u":"garroter%20crab_tob1-2023","p":194,"s":64,"h":1,"dP":1,"n":"Garroter Crab"},{"id":3612,"c":1,"u":"gbahali_tob1-2023","p":195,"s":64,"h":1,"dP":1,"n":"Gbahali"},{"id":3613,"c":1,"u":"gearforged%20templar_tob1-2023","p":196,"s":64,"h":1,"dP":1,"n":"Gearforged Templar"},{"id":3614,"c":1,"u":"gerridae_tob1-2023","p":198,"s":64,"h":1,"dP":1,"n":"Gerridae"},{"id":3615,"c":1,"u":"ghost%20knight_tob1-2023","p":199,"s":64,"h":1,"dP":1,"n":"Ghost Knight"},{"id":3616,"c":1,"u":"ghostwalk%20spider_tob1-2023","p":343,"s":64,"h":1,"dP":1,"n":"Ghostwalk Spider"},{"id":3617,"c":1,"u":"giant%20ant_tob1-2023","p":22,"s":64,"h":1,"dP":1,"n":"Giant Ant"},{"id":3618,"c":1,"u":"giant%20ant%20queen_tob1-2023","p":22,"s":64,"h":1,"dP":1,"n":"Giant Ant Queen"},{"id":3619,"c":1,"u":"gilded%20devil_tob1-2023","p":95,"s":64,"h":1,"dP":1,"n":"Gilded Devil"},{"id":3620,"c":1,"u":"glass%20gator_tob1-2023","p":211,"s":64,"h":1,"dP":1,"n":"Glass Gator"},{"id":3621,"c":1,"u":"gnarljak_tob1-2023","p":212,"s":64,"h":1,"dP":1,"n":"Gnarljak"},{"id":3622,"c":1,"u":"gnoll%20havoc%20runner_tob1-2023","p":212,"s":64,"h":1,"dP":1,"n":"Gnoll Havoc Runner"},{"id":3623,"c":1,"u":"goat-man_tob1-2023","p":214,"s":64,"h":1,"dP":1,"n":"Goat-Man"},{"id":3624,"c":1,"u":"gray%20thirster_tob1-2023","p":221,"s":64,"h":1,"dP":1,"n":"Gray Thirster"},{"id":3625,"c":1,"u":"greater%20death%20butterfly%20swarm_tob1-2023","p":70,"s":64,"h":1,"dP":1,"n":"Greater Death Butterfly Swarm"},{"id":3626,"c":1,"u":"greyfur_tob1-2023","p":250,"s":64,"h":1,"dP":1,"n":"Greyfur"},{"id":3627,"c":1,"u":"grim%20jester_tob1-2023","p":224,"s":64,"h":1,"dP":1,"n":"Grim Jester"},{"id":3628,"c":1,"u":"gug_tob1-2023","p":225,"s":64,"h":1,"dP":1,"n":"Gug"},{"id":3629,"c":1,"u":"gypsosphinx_tob1-2023","p":340,"s":64,"h":1,"dP":1,"n":"Gypsosphinx"},{"id":3630,"c":1,"u":"haugbui_tob1-2023","p":231,"s":64,"h":1,"dP":1,"n":"Haugbui"},{"id":3631,"c":1,"u":"herald%20of%20blood_tob1-2023","p":232,"s":64,"h":1,"dP":1,"n":"Herald of Blood"},{"id":3632,"c":1,"u":"herald%20of%20darkness_tob1-2023","p":233,"s":64,"h":1,"dP":1,"n":"Herald of Darkness"},{"id":3633,"c":1,"u":"hoard%20golem_tob1-2023","p":217,"s":64,"h":1,"dP":1,"n":"Hoard Golem"},{"id":3634,"c":1,"u":"horakh_tob1-2023","p":234,"s":64,"h":1,"dP":1,"n":"Horakh"},{"id":3635,"c":1,"u":"hound%20of%20the%20night_tob1-2023","p":235,"s":64,"h":1,"dP":1,"n":"Hound of the Night"},{"id":3636,"c":1,"u":"hraesvelgr_tob1-2023","p":207,"s":64,"h":1,"dP":1,"n":"Hraesvelgr"},{"id":3637,"c":1,"u":"hulking%20whelp_tob1-2023","p":236,"s":64,"h":1,"dP":1,"n":"Hulking Whelp"},{"id":3638,"c":1,"u":"hundun_tob1-2023","p":237,"s":64,"h":1,"dP":1,"n":"Hundun"},{"id":3639,"c":1,"u":"ice%20maiden_tob1-2023","p":238,"s":64,"h":1,"dP":1,"n":"Ice Maiden"},{"id":3640,"c":1,"u":"idolic%20deity_tob1-2023","p":239,"s":64,"h":1,"dP":1,"n":"Idolic Deity"},{"id":3641,"c":1,"u":"imperial%20ghoul_tob1-2023","p":203,"s":64,"h":1,"dP":1,"n":"Imperial Ghoul"},{"id":3642,"c":1,"u":"ink%20devil_tob1-2023","p":96,"s":64,"h":1,"dP":1,"n":"Ink Devil"},{"id":3643,"c":1,"u":"iron%20ghoul_tob1-2023","p":204,"s":64,"h":1,"dP":1,"n":"Iron Ghoul"},{"id":3644,"c":1,"u":"isonade_tob1-2023","p":240,"s":64,"h":1,"dP":1,"n":"Isonade"},{"id":3645,"c":1,"u":"j'ba%20fofi%20spider_tob1-2023","p":344,"s":64,"h":1,"dP":1,"n":"J'ba Fofi Spider"},{"id":3646,"c":1,"u":"jaculus_tob1-2023","p":241,"s":64,"h":1,"dP":1,"n":"Jaculus"},{"id":3647,"c":1,"u":"jotun_tob1-2023","p":209,"s":64,"h":1,"dP":1,"n":"Jotun"},{"id":3648,"c":1,"u":"kalke_tob1-2023","p":242,"s":64,"h":1,"dP":1,"n":"Kalke"},{"id":3649,"c":1,"u":"kikimora_tob1-2023","p":243,"s":64,"h":1,"dP":1,"n":"Kikimora"},{"id":3650,"c":1,"u":"kishi%20demon_tob1-2023","p":84,"s":64,"h":1,"dP":1,"n":"Kishi Demon"},{"id":3651,"c":1,"u":"kobold%20alchemist_tob1-2023","p":244,"s":64,"h":1,"dP":1,"n":"Kobold Alchemist"},{"id":3652,"c":1,"u":"kobold%20chieftain_tob1-2023","p":245,"s":64,"h":1,"dP":1,"n":"Kobold Chieftain"},{"id":3653,"c":1,"u":"kobold%20trapsmith_tob1-2023","p":246,"s":64,"h":1,"dP":1,"n":"Kobold Trapsmith"},{"id":3654,"c":1,"u":"kongamato_tob1-2023","p":247,"s":64,"h":1,"dP":1,"n":"Kongamato"},{"id":3655,"c":1,"u":"koralk%20devil_tob1-2023","p":97,"s":64,"h":1,"dP":1,"n":"Koralk Devil"},{"id":3656,"c":1,"u":"kot%20bayun_tob1-2023","p":248,"s":64,"h":1,"dP":1,"n":"Kot Bayun"},{"id":3657,"c":1,"u":"krake%20spawn_tob1-2023","p":249,"s":64,"h":1,"dP":1,"n":"Krake Spawn"},{"id":3658,"c":1,"u":"lake%20troll_tob1-2023","p":370,"s":64,"h":1,"dP":1,"n":"Lake Troll"},{"id":3659,"c":1,"u":"lantern%20dragonette_tob1-2023","p":136,"s":64,"h":1,"dP":1,"n":"Lantern Dragonette"},{"id":3660,"c":1,"u":"lemurfolk_tob1-2023","p":250,"s":64,"h":1,"dP":1,"n":"Lemurfolk"},{"id":3661,"c":1,"u":"leshy_tob1-2023","p":251,"s":64,"h":1,"dP":1,"n":"Leshy"},{"id":3662,"c":1,"u":"library%20automaton_tob1-2023","p":252,"s":64,"h":1,"dP":1,"n":"Library Automaton"},{"id":3663,"c":1,"u":"lich%20hound_tob1-2023","p":253,"s":64,"h":1,"dP":1,"n":"Lich Hound"},{"id":3664,"c":1,"u":"likho_tob1-2023","p":254,"s":64,"h":1,"dP":1,"n":"Likho"},{"id":3665,"c":1,"u":"lindwurm_tob1-2023","p":255,"s":64,"h":1,"dP":1,"n":"Lindwurm"},{"id":3666,"c":1,"u":"liosalfar_tob1-2023","p":256,"s":64,"h":1,"dP":1,"n":"Liosalfar"},{"id":3667,"c":1,"u":"living%20wick_tob1-2023","p":257,"s":64,"h":1,"dP":1,"n":"Living Wick"},{"id":3668,"c":1,"u":"lord%20of%20the%20hunt_tob1-2023","p":174,"s":64,"h":1,"dP":1,"n":"Lord of the Hunt"},{"id":3669,"c":1,"u":"lorelei_tob1-2023","p":258,"s":64,"h":1,"dP":1,"n":"Lorelei"},{"id":3670,"c":1,"u":"loxoda_tob1-2023","p":259,"s":64,"h":1,"dP":1,"n":"Loxoda"},{"id":3671,"c":1,"u":"lunar%20devil_tob1-2023","p":98,"s":64,"h":1,"dP":1,"n":"Lunar Devil"},{"id":3672,"c":1,"u":"mahoru_tob1-2023","p":260,"s":64,"h":1,"dP":1,"n":"Mahoru"},{"id":3673,"c":1,"u":"malakbel%20demon_tob1-2023","p":85,"s":64,"h":1,"dP":1,"n":"Malakbel Demon"},{"id":3674,"c":1,"u":"mallqui_tob1-2023","p":261,"s":64,"h":1,"dP":1,"n":"Mallqui"},{"id":3675,"c":1,"u":"malphas_tob1-2023","p":262,"s":64,"h":1,"dP":1,"n":"Malphas"},{"id":3676,"c":1,"u":"mamura_tob1-2023","p":263,"s":64,"h":1,"dP":1,"n":"Mamura"},{"id":3677,"c":1,"u":"map%20mimic_tob1-2023","p":269,"s":64,"h":1,"dP":1,"n":"Map Mimic"},{"id":3678,"c":1,"u":"mask%20wight_tob1-2023","p":264,"s":64,"h":1,"dP":1,"n":"Mask Wight"},{"id":3679,"c":1,"u":"mavka_tob1-2023","p":265,"s":64,"h":1,"dP":1,"n":"Mavka"},{"id":3680,"c":1,"u":"mbielu%20dinosaur_tob1-2023","p":101,"s":64,"h":1,"dP":1,"n":"Mbielu Dinosaur"},{"id":3681,"c":1,"u":"mi-go_tob1-2023","p":266,"s":64,"h":1,"dP":1,"n":"Mi-go"},{"id":3682,"c":1,"u":"millitaur_tob1-2023","p":267,"s":64,"h":1,"dP":1,"n":"Millitaur"},{"id":3683,"c":1,"u":"mindrot%20thrall_tob1-2023","p":270,"s":64,"h":1,"dP":1,"n":"Mindrot Thrall"},{"id":3684,"c":1,"u":"mirager_tob1-2023","p":271,"s":64,"h":1,"dP":1,"n":"Mirager"},{"id":3685,"c":1,"u":"miremal_tob1-2023","p":272,"s":64,"h":1,"dP":1,"n":"Miremal"},{"id":3686,"c":1,"u":"mirror%20hag_tob1-2023","p":227,"s":64,"h":1,"dP":1,"n":"Mirror Hag"},{"id":3687,"c":1,"u":"mithral%20dragon%20wyrmling_tob1-2023","p":123,"s":64,"h":1,"dP":1,"n":"Mithral Dragon Wyrmling"},{"id":3688,"c":1,"u":"mngwa_tob1-2023","p":273,"s":64,"h":1,"dP":1,"n":"Mngwa"},{"id":3689,"c":1,"u":"monolith%20champion_tob1-2023","p":274,"s":64,"h":1,"dP":1,"n":"Monolith Champion"},{"id":3690,"c":1,"u":"monolith%20footman_tob1-2023","p":275,"s":64,"h":1,"dP":1,"n":"Monolith Footman"},{"id":3691,"c":1,"u":"moonlit%20king_tob1-2023","p":176,"s":64,"h":1,"dP":1,"n":"Moonlit King"},{"id":3692,"c":1,"u":"mordant%20snare_tob1-2023","p":276,"s":64,"h":1,"dP":1,"n":"Mordant Snare"},{"id":3693,"c":1,"u":"morphoi_tob1-2023","p":277,"s":64,"h":1,"dP":1,"n":"Morphoi"},{"id":3694,"c":1,"u":"moss%20lurker_tob1-2023","p":278,"s":64,"h":1,"dP":1,"n":"Moss Lurker"},{"id":3695,"c":1,"u":"myling_tob1-2023","p":281,"s":64,"h":1,"dP":1,"n":"Myling"},{"id":3696,"c":1,"u":"naina_tob1-2023","p":282,"s":64,"h":1,"dP":1,"n":"Naina"},{"id":3697,"c":1,"u":"necrohydra_tob1-2023","p":283,"s":64,"h":1,"dP":1,"n":"Necrohydra"},{"id":3698,"c":1,"u":"ngobou%20dinosaur_tob1-2023","p":102,"s":64,"h":1,"dP":1,"n":"Ngobou Dinosaur"},{"id":3699,"c":1,"u":"nichny_tob1-2023","p":284,"s":64,"h":1,"dP":1,"n":"Nichny"},{"id":3700,"c":1,"u":"night%20scorpion_tob1-2023","p":320,"s":64,"h":1,"dP":1,"n":"Night Scorpion"},{"id":3701,"c":1,"u":"nightgarm_tob1-2023","p":285,"s":64,"h":1,"dP":1,"n":"Nightgarm"},{"id":3702,"c":1,"u":"nihileth%20aboleth_tob1-2023","p":9,"s":64,"h":1,"dP":1,"n":"Nihileth Aboleth"},{"id":3703,"c":1,"u":"nihilethic%20dominator_tob1-2023","p":10,"s":64,"h":1,"dP":1,"n":"Nihilethic Dominator"},{"id":3704,"c":1,"u":"nihilethic%20zombie_tob1-2023","p":9,"s":64,"h":1,"dP":1,"n":"Nihilethic Zombie"},{"id":3705,"c":1,"u":"nkosi_tob1-2023","p":286,"s":64,"h":1,"dP":1,"n":"Nkosi"},{"id":3706,"c":1,"u":"nkosi%20pridelord_tob1-2023","p":286,"s":64,"h":1,"dP":1,"n":"Nkosi Pridelord"},{"id":3707,"c":1,"u":"noctiny_tob1-2023","p":287,"s":64,"h":1,"dP":1,"n":"Noctiny"},{"id":3708,"c":1,"u":"oculo%20swarm_tob1-2023","p":288,"s":64,"h":1,"dP":1,"n":"Oculo Swarm"},{"id":3709,"c":1,"u":"ogre%20corrupted%20chieftain_tob1-2023","p":289,"s":64,"h":1,"dP":1,"n":"Ogre Corrupted Chieftain"},{"id":3710,"c":1,"u":"oozasis_tob1-2023","p":290,"s":64,"h":1,"dP":1,"n":"Oozasis"},{"id":3711,"c":1,"u":"orobas%20devil_tob1-2023","p":99,"s":64,"h":1,"dP":1,"n":"Orobas Devil"},{"id":3712,"c":1,"u":"ostinato_tob1-2023","p":292,"s":64,"h":1,"dP":1,"n":"Ostinato"},{"id":3713,"c":1,"u":"owl%20harpy_tob1-2023","p":230,"s":64,"h":1,"dP":1,"n":"Owl Harpy"},{"id":3714,"c":1,"u":"pact%20vampire_tob1-2023","p":380,"s":64,"h":1,"dP":1,"n":"Pact Vampire"},{"id":3715,"c":1,"u":"paper%20drake_tob1-2023","p":144,"s":64,"h":1,"dP":1,"n":"Paper Drake"},{"id":3716,"c":1,"u":"planewatcher_tob1-2023","p":293,"s":64,"h":1,"dP":1,"n":"Planewatcher"},{"id":3717,"c":1,"u":"pombero_tob1-2023","p":294,"s":64,"h":1,"dP":1,"n":"Pombero"},{"id":3718,"c":1,"u":"possessed%20pillar_tob1-2023","p":295,"s":64,"h":1,"dP":1,"n":"Possessed Pillar"},{"id":3719,"c":1,"u":"psoglav%20demon_tob1-2023","p":86,"s":64,"h":1,"dP":1,"n":"Psoglav Demon"},{"id":3720,"c":1,"u":"putrid%20haunt_tob1-2023","p":296,"s":64,"h":1,"dP":1,"n":"Putrid Haunt"},{"id":3721,"c":1,"u":"queen%20of%20night%20and%20magic_tob1-2023","p":178,"s":64,"h":1,"dP":1,"n":"Queen of Night and Magic"},{"id":3722,"c":1,"u":"queen%20of%20witches_tob1-2023","p":180,"s":64,"h":1,"dP":1,"n":"Queen of Witches"},{"id":3723,"c":1,"u":"quicksilver%20siege%20orb_tob1-2023","p":297,"s":64,"h":1,"dP":1,"n":"Quicksilver Siege Orb"},{"id":3724,"c":1,"u":"qwyllion_tob1-2023","p":298,"s":64,"h":1,"dP":1,"n":"Qwyllion"},{"id":3725,"c":1,"u":"ramag_tob1-2023","p":299,"s":64,"h":1,"dP":1,"n":"Ramag"},{"id":3726,"c":1,"u":"rat%20king_tob1-2023","p":300,"s":64,"h":1,"dP":1,"n":"Rat King"},{"id":3727,"c":1,"u":"ratatosk_tob1-2023","p":301,"s":64,"h":1,"dP":1,"n":"Ratatosk"},{"id":3728,"c":1,"u":"ratfolk_tob1-2023","p":302,"s":64,"h":1,"dP":1,"n":"Ratfolk"},{"id":3729,"c":1,"u":"ratfolk%20rogue_tob1-2023","p":302,"s":64,"h":1,"dP":1,"n":"Ratfolk Rogue"},{"id":3730,"c":1,"u":"ravenala_tob1-2023","p":303,"s":64,"h":1,"dP":1,"n":"Ravenala"},{"id":3731,"c":1,"u":"ravenfolk%20doom%20croaker_tob1-2023","p":305,"s":64,"h":1,"dP":1,"n":"Ravenfolk Doom Croaker"},{"id":3732,"c":1,"u":"ravenfolk%20scout_tob1-2023","p":304,"s":64,"h":1,"dP":1,"n":"Ravenfolk Scout"},{"id":3733,"c":1,"u":"ravenfolk%20warrior_tob1-2023","p":304,"s":64,"h":1,"dP":1,"n":"Ravenfolk Warrior"},{"id":3734,"c":1,"u":"red%20hag_tob1-2023","p":228,"s":64,"h":1,"dP":1,"n":"Red Hag"},{"id":3735,"c":1,"u":"red-banded%20line%20spider_tob1-2023","p":345,"s":64,"h":1,"dP":1,"n":"Red-Banded Line Spider"},{"id":3736,"c":1,"u":"redcap_tob1-2023","p":306,"s":64,"h":1,"dP":1,"n":"Redcap"},{"id":3737,"c":1,"u":"rift%20swine_tob1-2023","p":307,"s":64,"h":1,"dP":1,"n":"Rift Swine"},{"id":3738,"c":1,"u":"rime%20worm_tob1-2023","p":308,"s":64,"h":1,"dP":1,"n":"Rime Worm"},{"id":3739,"c":1,"u":"rime%20worm%20grub_tob1-2023","p":308,"s":64,"h":1,"dP":1,"n":"Rime Worm Grub"},{"id":3740,"c":1,"u":"risen%20reaver_tob1-2023","p":309,"s":64,"h":1,"dP":1,"n":"Risen Reaver"},{"id":3741,"c":1,"u":"river%20king_tob1-2023","p":182,"s":64,"h":1,"dP":1,"n":"River King"},{"id":3742,"c":1,"u":"roachling%20lord_tob1-2023","p":310,"s":64,"h":1,"dP":1,"n":"Roachling Lord"},{"id":3743,"c":1,"u":"roachling%20skirmisher_tob1-2023","p":310,"s":64,"h":1,"dP":1,"n":"Roachling Skirmisher"},{"id":3744,"c":1,"u":"rotting%20wind_tob1-2023","p":311,"s":64,"h":1,"dP":1,"n":"Rotting Wind"},{"id":3745,"c":1,"u":"rubezahl%20demon_tob1-2023","p":87,"s":64,"h":1,"dP":1,"n":"Rubezahl Demon"},{"id":3746,"c":1,"u":"rum%20gremlin_tob1-2023","p":223,"s":64,"h":1,"dP":1,"n":"Rum Gremlin"},{"id":3747,"c":1,"u":"rust%20drake_tob1-2023","p":145,"s":64,"h":1,"dP":1,"n":"Rust Drake"},{"id":3748,"c":1,"u":"salt%20devil_tob1-2023","p":100,"s":64,"h":1,"dP":1,"n":"Salt Devil"},{"id":3749,"c":1,"u":"salt%20golem_tob1-2023","p":218,"s":64,"h":1,"dP":1,"n":"Salt Golem"},{"id":3750,"c":1,"u":"sand%20hag_tob1-2023","p":229,"s":64,"h":1,"dP":1,"n":"Sand Hag"},{"id":3751,"c":1,"u":"sand%20silhouette_tob1-2023","p":312,"s":64,"h":1,"dP":1,"n":"Sand Silhouette"},{"id":3752,"c":1,"u":"sand%20spider_tob1-2023","p":346,"s":64,"h":1,"dP":1,"n":"Sand Spider"},{"id":3753,"c":1,"u":"sandman_tob1-2023","p":313,"s":64,"h":1,"dP":1,"n":"Sandman"},{"id":3754,"c":1,"u":"sandwyrm_tob1-2023","p":314,"s":64,"h":1,"dP":1,"n":"Sandwyrm"},{"id":3755,"c":1,"u":"sap%20demon_tob1-2023","p":315,"s":64,"h":1,"dP":1,"n":"Sap Demon"},{"id":3756,"c":1,"u":"sarcophagus%20slime_tob1-2023","p":316,"s":64,"h":1,"dP":1,"n":"Sarcophagus Slime"},{"id":3757,"c":1,"u":"sathaq%20worm_tob1-2023","p":317,"s":64,"h":1,"dP":1,"n":"Sathaq Worm"},{"id":3758,"c":1,"u":"savager_tob1-2023","p":318,"s":64,"h":1,"dP":1,"n":"Savager"},{"id":3759,"c":1,"u":"scheznyki_tob1-2023","p":319,"s":64,"h":1,"dP":1,"n":"Scheznyki"},{"id":3760,"c":1,"u":"scorpion%20cultist_tob1-2023","p":411,"s":64,"h":1,"dP":1,"n":"Scorpion Cultist"},{"id":3761,"c":1,"u":"sea%20dragon%20wyrmling_tob1-2023","p":127,"s":64,"h":1,"dP":1,"n":"Sea Dragon Wyrmling"},{"id":3762,"c":1,"u":"selang_tob1-2023","p":321,"s":64,"h":1,"dP":1,"n":"Selang"},{"id":3763,"c":1,"u":"serpopard_tob1-2023","p":322,"s":64,"h":1,"dP":1,"n":"Serpopard"},{"id":3764,"c":1,"u":"shadhavar_tob1-2023","p":323,"s":64,"h":1,"dP":1,"n":"Shadhavar"},{"id":3765,"c":1,"u":"shadow%20beast_tob1-2023","p":324,"s":64,"h":1,"dP":1,"n":"Shadow Beast"},{"id":3766,"c":1,"u":"shadow%20fey_tob1-2023","p":158,"s":64,"h":1,"dP":1,"n":"Shadow Fey"},{"id":3767,"c":1,"u":"shadow%20fey%20duelist_tob1-2023","p":159,"s":64,"h":1,"dP":1,"n":"Shadow Fey Duelist"},{"id":3768,"c":1,"u":"shadow%20fey%20enchantress_tob1-2023","p":160,"s":64,"h":1,"dP":1,"n":"Shadow Fey Enchantress"},{"id":3769,"c":1,"u":"shadow%20fey%20forest%20hunter_tob1-2023","p":161,"s":64,"h":1,"dP":1,"n":"Shadow Fey Forest Hunter"},{"id":3770,"c":1,"u":"shadow%20fey%20guardian_tob1-2023","p":162,"s":64,"h":1,"dP":1,"n":"Shadow Fey Guardian"},{"id":3771,"c":1,"u":"sharkjaw%20skeleton_tob1-2023","p":329,"s":64,"h":1,"dP":1,"n":"Sharkjaw Skeleton"},{"id":3772,"c":1,"u":"shellycoat_tob1-2023","p":325,"s":64,"h":1,"dP":1,"n":"Shellycoat"},{"id":3773,"c":1,"u":"shoggoth_tob1-2023","p":326,"s":64,"h":1,"dP":1,"n":"Shoggoth"},{"id":3774,"c":1,"u":"shroud_tob1-2023","p":327,"s":64,"h":1,"dP":1,"n":"Shroud"},{"id":3775,"c":1,"u":"skein%20witch_tob1-2023","p":328,"s":64,"h":1,"dP":1,"n":"Skein Witch"},{"id":3776,"c":1,"u":"skin%20bat_tob1-2023","p":331,"s":64,"h":1,"dP":1,"n":"Skin Bat"},{"id":3777,"c":1,"u":"skitterhaunt_tob1-2023","p":332,"s":64,"h":1,"dP":1,"n":"Skitterhaunt"},{"id":3778,"c":1,"u":"slow%20storm_tob1-2023","p":333,"s":64,"h":1,"dP":1,"n":"Slow Storm"},{"id":3779,"c":1,"u":"smaragdine%20golem_tob1-2023","p":219,"s":64,"h":1,"dP":1,"n":"Smaragdine Golem"},{"id":3780,"c":1,"u":"snow%20queen_tob1-2023","p":184,"s":64,"h":1,"dP":1,"n":"Snow Queen"},{"id":3781,"c":1,"u":"son%20of%20fenris_tob1-2023","p":335,"s":64,"h":1,"dP":1,"n":"Son of Fenris"},{"id":3782,"c":1,"u":"soul%20eater_tob1-2023","p":336,"s":64,"h":1,"dP":1,"n":"Soul Eater"},{"id":3783,"c":1,"u":"spark_tob1-2023","p":337,"s":64,"h":1,"dP":1,"n":"Spark"},{"id":3784,"c":1,"u":"spawn%20of%20akyishigal_tob1-2023","p":75,"s":64,"h":1,"dP":1,"n":"Spawn of Akyishigal"},{"id":3785,"c":1,"u":"spawn%20of%20arbeyach_tob1-2023","p":91,"s":64,"h":1,"dP":1,"n":"Spawn of Arbeyach"},{"id":3786,"c":1,"u":"spectral%20guardian_tob1-2023","p":338,"s":64,"h":1,"dP":1,"n":"Spectral Guardian"},{"id":3787,"c":1,"u":"spider%20of%20leng_tob1-2023","p":341,"s":64,"h":1,"dP":1,"n":"Spider of Leng"},{"id":3788,"c":1,"u":"spider%20thief_tob1-2023","p":342,"s":64,"h":1,"dP":1,"n":"Spider Thief"},{"id":3789,"c":1,"u":"spinosaurus%20dinosaur_tob1-2023","p":103,"s":64,"h":1,"dP":1,"n":"Spinosaurus Dinosaur"},{"id":3790,"c":1,"u":"spire%20walker_tob1-2023","p":347,"s":64,"h":1,"dP":1,"n":"Spire Walker"},{"id":3791,"c":1,"u":"star%20drake_tob1-2023","p":146,"s":64,"h":1,"dP":1,"n":"Star Drake"},{"id":3792,"c":1,"u":"star-spawn%20of%20cthulhu_tob1-2023","p":348,"s":64,"h":1,"dP":1,"n":"Star-Spawn of Cthulhu"},{"id":3793,"c":1,"u":"steam%20golem_tob1-2023","p":220,"s":64,"h":1,"dP":1,"n":"Steam Golem"},{"id":3794,"c":1,"u":"strife_tob1-2023","p":349,"s":64,"h":1,"dP":1,"n":"Strife"},{"id":3795,"c":1,"u":"stryx_tob1-2023","p":350,"s":64,"h":1,"dP":1,"n":"Stryx"},{"id":3796,"c":1,"u":"stuhac_tob1-2023","p":351,"s":64,"h":1,"dP":1,"n":"Stuhac"},{"id":3797,"c":1,"u":"stygian%20fat-tailed%20scorpion_tob1-2023","p":320,"s":64,"h":1,"dP":1,"n":"Stygian Fat-Tailed Scorpion"},{"id":3798,"c":1,"u":"subek_tob1-2023","p":352,"s":64,"h":1,"dP":1,"n":"Subek"},{"id":3799,"c":1,"u":"suturefly_tob1-2023","p":353,"s":64,"h":1,"dP":1,"n":"Suturefly"},{"id":3800,"c":1,"u":"swamp%20adder_tob1-2023","p":334,"s":64,"h":1,"dP":1,"n":"Swamp Adder"},{"id":3801,"c":1,"u":"swarm%20of%20fire%20dancers_tob1-2023","p":354,"s":64,"h":1,"dP":1,"n":"Swarm of Fire Dancers"},{"id":3802,"c":1,"u":"swarm%20of%20manabane%20scarabs_tob1-2023","p":355,"s":64,"h":1,"dP":1,"n":"Swarm of Manabane Scarabs"},{"id":3803,"c":1,"u":"swarm%20of%20prismatic%20beetles_tob1-2023","p":356,"s":64,"h":1,"dP":1,"n":"Swarm of Prismatic Beetles"},{"id":3804,"c":1,"u":"swarm%20of%20sluaghs_tob1-2023","p":357,"s":64,"h":1,"dP":1,"n":"Swarm of Sluaghs"},{"id":3805,"c":1,"u":"swarm%20of%20wharflings_tob1-2023","p":395,"s":64,"h":1,"dP":1,"n":"Swarm of Wharflings"},{"id":3806,"c":1,"u":"swarm%20of%20wolf%20spirits_tob1-2023","p":358,"s":64,"h":1,"dP":1,"n":"Swarm of Wolf Spirits"},{"id":3807,"c":1,"u":"temple%20dog_tob1-2023","p":359,"s":64,"h":1,"dP":1,"n":"Temple Dog"},{"id":3808,"c":1,"u":"tendril%20puppet_tob1-2023","p":389,"s":64,"h":1,"dP":1,"n":"Tendril Puppet"},{"id":3809,"c":1,"u":"thuellai_tob1-2023","p":360,"s":64,"h":1,"dP":1,"n":"Thuellai"},{"id":3810,"c":1,"u":"thursir_tob1-2023","p":210,"s":64,"h":1,"dP":1,"n":"Thursir"},{"id":3811,"c":1,"u":"titanoboa_tob1-2023","p":363,"s":64,"h":1,"dP":1,"n":"Titanoboa"},{"id":3812,"c":1,"u":"tophet_tob1-2023","p":364,"s":64,"h":1,"dP":1,"n":"Tophet"},{"id":3813,"c":1,"u":"tosculi%20drone_tob1-2023","p":367,"s":64,"h":1,"dP":1,"n":"Tosculi Drone"},{"id":3814,"c":1,"u":"tosculi%20elite%20bow%20raider_tob1-2023","p":366,"s":64,"h":1,"dP":1,"n":"Tosculi Elite Bow Raider"},{"id":3815,"c":1,"u":"tosculi%20hive%20queen_tob1-2023","p":366,"s":64,"h":1,"dP":1,"n":"Tosculi Hive Queen"},{"id":3816,"c":1,"u":"tosculi%20warrior_tob1-2023","p":367,"s":64,"h":1,"dP":1,"n":"Tosculi Warrior"},{"id":3817,"c":1,"u":"treacle_tob1-2023","p":368,"s":64,"h":1,"dP":1,"n":"Treacle"},{"id":3818,"c":1,"u":"trollkin%20reaver_tob1-2023","p":371,"s":64,"h":1,"dP":1,"n":"Trollkin Reaver"},{"id":3819,"c":1,"u":"tusked%20skyfish_tob1-2023","p":372,"s":64,"h":1,"dP":1,"n":"Tusked Skyfish"},{"id":3820,"c":1,"u":"umbral%20vampire_tob1-2023","p":382,"s":64,"h":1,"dP":1,"n":"Umbral Vampire"},{"id":3821,"c":1,"u":"uraeus_tob1-2023","p":373,"s":64,"h":1,"dP":1,"n":"Uraeus"},{"id":3822,"c":1,"u":"urochar_tob1-2023","p":374,"s":64,"h":1,"dP":1,"n":"Urochar"},{"id":3823,"c":1,"u":"ushabti_tob1-2023","p":376,"s":64,"h":1,"dP":1,"n":"Ushabti"},{"id":3824,"c":1,"u":"ushabti%20royal%20guard_tob1-2023","p":377,"s":64,"h":1,"dP":1,"n":"Ushabti Royal Guard"},{"id":3825,"c":1,"u":"valkyrie_tob1-2023","p":379,"s":64,"h":1,"dP":1,"n":"Valkyrie"},{"id":3826,"c":1,"u":"vapor%20lynx_tob1-2023","p":383,"s":64,"h":1,"dP":1,"n":"Vapor Lynx"},{"id":3827,"c":1,"u":"venomous%20mummy_tob1-2023","p":279,"s":64,"h":1,"dP":1,"n":"Venomous Mummy"},{"id":3828,"c":1,"u":"vesiculosa_tob1-2023","p":385,"s":64,"h":1,"dP":1,"n":"Vesiculosa"},{"id":3829,"c":1,"u":"vila_tob1-2023","p":386,"s":64,"h":1,"dP":1,"n":"Vila"},{"id":3830,"c":1,"u":"vile%20barber_tob1-2023","p":387,"s":64,"h":1,"dP":1,"n":"Vile Barber"},{"id":3831,"c":1,"u":"vine%20lord_tob1-2023","p":388,"s":64,"h":1,"dP":1,"n":"Vine Lord"},{"id":3832,"c":1,"u":"vine%20troll%20skeleton_tob1-2023","p":330,"s":64,"h":1,"dP":1,"n":"Vine Troll Skeleton"},{"id":3833,"c":1,"u":"void%20dragon%20wyrmling_tob1-2023","p":131,"s":64,"h":1,"dP":1,"n":"Void Dragon Wyrmling"},{"id":3834,"c":1,"u":"voidling_tob1-2023","p":390,"s":64,"h":1,"dP":1,"n":"Voidling"},{"id":3835,"c":1,"u":"volguloth_tob1-2023","p":391,"s":64,"h":1,"dP":1,"n":"Volguloth"},{"id":3836,"c":1,"u":"v%c3%a6ttir_tob1-2023","p":378,"s":64,"h":1,"dP":1,"n":"Vaettir"},{"id":3837,"c":1,"u":"wampus%20cat_tob1-2023","p":392,"s":64,"h":1,"dP":1,"n":"Wampus Cat"},{"id":3838,"c":1,"u":"war%20ostrich_tob1-2023","p":393,"s":64,"h":1,"dP":1,"n":"War Ostrich"},{"id":3839,"c":1,"u":"water%20leaper_tob1-2023","p":394,"s":64,"h":1,"dP":1,"n":"Water Leaper"},{"id":3840,"c":1,"u":"weeping%20treant_tob1-2023","p":369,"s":64,"h":1,"dP":1,"n":"Weeping Treant"},{"id":3841,"c":1,"u":"wharfling_tob1-2023","p":395,"s":64,"h":1,"dP":1,"n":"Wharfling"},{"id":3842,"c":1,"u":"white%20ape_tob1-2023","p":396,"s":64,"h":1,"dP":1,"n":"White Ape"},{"id":3843,"c":1,"u":"wind%20dragon%20wyrmling_tob1-2023","p":135,"s":64,"h":1,"dP":1,"n":"Wind Dragon Wyrmling"},{"id":3844,"c":1,"u":"witchlight_tob1-2023","p":397,"s":64,"h":1,"dP":1,"n":"Witchlight"},{"id":3845,"c":1,"u":"wolf%20reaver%20dwarf_tob1-2023","p":412,"s":64,"h":1,"dP":1,"n":"Wolf Reaver Dwarf"},{"id":3846,"c":1,"u":"wormhearted%20suffragan_tob1-2023","p":398,"s":64,"h":1,"dP":1,"n":"Wormhearted Suffragan"},{"id":3847,"c":1,"u":"xanka_tob1-2023","p":399,"s":64,"h":1,"dP":1,"n":"Xanka"},{"id":3848,"c":1,"u":"xhkarsh_tob1-2023","p":400,"s":64,"h":1,"dP":1,"n":"Xhkarsh"},{"id":3849,"c":1,"u":"ychen%20bannog_tob1-2023","p":401,"s":64,"h":1,"dP":1,"n":"Ychen Bannog"},{"id":3850,"c":1,"u":"young%20cave%20dragon_tob1-2023","p":115,"s":64,"h":1,"dP":1,"n":"Young Cave Dragon"},{"id":3851,"c":1,"u":"young%20flame%20dragon_tob1-2023","p":119,"s":64,"h":1,"dP":1,"n":"Young Flame Dragon"},{"id":3852,"c":1,"u":"young%20mithral%20dragon_tob1-2023","p":123,"s":64,"h":1,"dP":1,"n":"Young Mithral Dragon"},{"id":3853,"c":1,"u":"young%20sea%20dragon_tob1-2023","p":127,"s":64,"h":1,"dP":1,"n":"Young Sea Dragon"},{"id":3854,"c":1,"u":"young%20spinosaurus%20dinosaur_tob1-2023","p":104,"s":64,"h":1,"dP":1,"n":"Young Spinosaurus Dinosaur"},{"id":3855,"c":1,"u":"young%20void%20dragon_tob1-2023","p":130,"s":64,"h":1,"dP":1,"n":"Young Void Dragon"},{"id":3856,"c":1,"u":"young%20wind%20dragon_tob1-2023","p":135,"s":64,"h":1,"dP":1,"n":"Young Wind Dragon"},{"id":3857,"c":1,"u":"zanskaran%20viper_tob1-2023","p":334,"s":64,"h":1,"dP":1,"n":"Zanskaran Viper"},{"id":3858,"c":1,"u":"zimwi_tob1-2023","p":402,"s":64,"h":1,"dP":1,"n":"Zimwi"},{"id":3859,"c":1,"u":"zmey_tob1-2023","p":403,"s":64,"h":1,"dP":1,"n":"Zmey"},{"id":3860,"c":1,"u":"zmey%20headling_tob1-2023","p":404,"s":64,"h":1,"dP":1,"n":"Zmey Headling"},{"id":3861,"c":1,"u":"aza%20dowling_tofw","p":17,"s":65,"h":1,"n":"Aza Dowling"},{"id":3862,"c":1,"u":"ebonclaw_tofw","p":50,"s":65,"h":1,"n":"Ebonclaw"},{"id":3863,"c":1,"u":"eyestalk%20of%20gzemnid_tofw","p":88,"s":65,"h":1,"n":"Eyestalk of Gzemnid"},{"id":3864,"c":1,"u":"farrow_tofw","p":17,"s":65,"h":1,"n":"Farrow"},{"id":3865,"c":1,"u":"gertrube_tofw","p":18,"s":65,"h":1,"n":"Gertrube"},{"id":3866,"c":1,"u":"giant%20whirlwyrm_tofw","p":55,"s":65,"h":1,"n":"Giant Whirlwyrm"},{"id":3867,"c":1,"u":"josbert%20plum_tofw","p":17,"s":65,"h":1,"n":"Josbert Plum"},{"id":3868,"c":1,"u":"kal%20the%20crisp_tofw","p":17,"s":65,"h":1,"n":"Kal the Crisp"},{"id":3869,"c":1,"u":"kopoha_tofw","p":61,"s":65,"h":1,"n":"Kopoha"},{"id":3870,"c":1,"u":"modron%20planar%20incarnate_tofw","p":92,"s":65,"h":1,"n":"Modron Planar Incarnate"},{"id":3871,"c":1,"u":"morte_tofw","p":10,"s":65,"h":1,"n":"Morte"},{"id":3872,"c":1,"u":"ophelia_tofw","p":49,"s":65,"h":1,"n":"Ophelia"},{"id":3873,"c":1,"u":"parvaz_tofw","p":50,"s":65,"h":1,"n":"Parvaz"},{"id":3874,"c":1,"u":"r04m_tofw","p":75,"s":65,"h":1,"n":"R04M"},{"id":3875,"c":1,"u":"shariel_tofw","p":65,"s":65,"h":1,"n":"Shariel"},{"id":3876,"c":1,"u":"vecna%20impersonator_tofw","p":26,"s":65,"h":1,"n":"Vecna Impersonator"},{"id":3877,"c":1,"u":"whirlwyrm_tofw","p":52,"s":65,"h":1,"n":"Whirlwyrm"},{"id":3878,"c":1,"u":"x01_tofw","p":91,"s":65,"h":1,"n":"X01"},{"id":3879,"c":1,"u":"zaythir_tofw","p":32,"s":65,"h":1,"n":"Zaythir"},{"id":3880,"c":1,"u":"alustriel%20silverhand_veor","p":242,"s":66,"h":1,"n":"Alustriel Silverhand"},{"id":3881,"c":1,"u":"argentia%20skywright_veor","s":66,"h":1,"n":"Argentia Skywright"},{"id":3882,"c":1,"u":"black%20rose%20bearer_veor","p":208,"s":66,"h":1,"n":"Black Rose Bearer"},{"id":3883,"c":1,"u":"blade%20lieutenant_veor","p":209,"s":66,"h":1,"n":"Blade Lieutenant"},{"id":3884,"c":1,"u":"blade%20scout_veor","p":209,"s":66,"h":1,"n":"Blade Scout"},{"id":3885,"c":1,"u":"blazebear_veor","p":210,"s":66,"h":1,"n":"Blazebear"},{"id":3886,"c":1,"u":"bone%20roc_veor","p":211,"s":66,"h":1,"n":"Bone Roc"},{"id":3887,"c":1,"u":"borthak_veor","p":212,"s":66,"h":1,"n":"Borthak"},{"id":3888,"c":1,"u":"camlash_veor","p":181,"s":66,"h":1,"n":"Camlash"},{"id":3889,"c":1,"u":"citadel%20spider_veor","p":214,"s":66,"h":1,"n":"Citadel Spider"},{"id":3890,"c":1,"u":"crunch_veor","s":66,"h":1,"n":"Crunch"},{"id":3891,"c":1,"u":"deadbark%20dryad_veor","p":216,"s":66,"h":1,"n":"Deadbark Dryad"},{"id":3892,"c":1,"u":"deathwolf_veor","p":217,"s":66,"h":1,"n":"Deathwolf"},{"id":3893,"c":1,"u":"degloth_veor","p":218,"s":66,"h":1,"n":"Degloth"},{"id":3894,"c":1,"u":"eldon%20keyward_veor","s":66,"h":1,"n":"Eldon Keyward"},{"id":3895,"c":1,"u":"false%20lich_veor","p":220,"s":66,"h":1,"n":"False Lich"},{"id":3896,"c":1,"u":"fernitha_veor","s":66,"h":1,"n":"Fernitha"},{"id":3897,"c":1,"u":"figaro_veor","s":66,"h":1,"n":"Figaro"},{"id":3898,"c":1,"u":"glaive_veor","p":81,"s":66,"h":1,"n":"Glaive"},{"id":3899,"c":1,"u":"granite%20juggernaut_veor","p":221,"s":66,"h":1,"n":"Granite Juggernaut"},{"id":3900,"c":1,"u":"grottenelle%20stonecutter_veor","s":66,"h":1,"n":"Grottenelle Stonecutter"},{"id":3901,"c":1,"u":"hazvongel_veor","p":222,"s":66,"h":1,"n":"Hazvongel"},{"id":3902,"c":1,"u":"hertilod_veor","p":223,"s":66,"h":1,"n":"Hertilod"},{"id":3903,"c":1,"u":"inda_veor","s":66,"h":1,"n":"Inda"},{"id":3904,"c":1,"u":"indrina%20lamsensettle_veor","s":66,"h":1,"n":"Indrina Lamsensettle"},{"id":3905,"c":1,"u":"jerot%20galgin_veor","s":66,"h":1,"n":"Jerot Galgin"},{"id":3906,"c":1,"u":"kakkuu%20spyder-fiend_veor","p":234,"s":66,"h":1,"n":"Kakkuu Spyder-Fiend"},{"id":3907,"c":1,"u":"kas%20the%20betrayer_veor","p":244,"s":66,"h":1,"n":"Kas the Betrayer"},{"id":3908,"c":1,"u":"kaylan%20renaudon_veor","s":66,"h":1,"n":"Kaylan Renaudon"},{"id":3909,"c":1,"u":"ker-arach_veor","s":66,"h":1,"n":"Ker-arach"},{"id":3910,"c":1,"u":"kevetta%20dolindar_veor","s":66,"h":1,"n":"Kevetta Dolindar"},{"id":3911,"c":1,"u":"khai%20kiroth_veor","s":66,"h":1,"n":"Khai Kiroth"},{"id":3912,"c":1,"u":"laysa%20matulin_veor","s":66,"h":1,"n":"Laysa Matulin"},{"id":3913,"c":1,"u":"lysan_veor","s":66,"h":1,"n":"Lysan"},{"id":3914,"c":1,"u":"malaina%20van%20talstiv_veor","s":66,"h":1,"n":"Malaina van Talstiv"},{"id":3915,"c":1,"u":"mirror%20shade_veor","p":226,"s":66,"h":1,"n":"Mirror Shade"},{"id":3916,"c":1,"u":"miska%20the%20wolf-spider_veor","p":247,"s":66,"h":1,"n":"Miska the Wolf-Spider"},{"id":3917,"c":1,"u":"moonlight%20guardian_veor","p":227,"s":66,"h":1,"n":"Moonlight Guardian"},{"id":3918,"c":1,"u":"naxa_veor","s":66,"h":1,"n":"Naxa"},{"id":3919,"c":1,"u":"nyssa%20otellion_veor","s":66,"h":1,"n":"Nyssa Otellion"},{"id":3920,"c":1,"u":"orinix_veor","s":66,"h":1,"n":"Orinix"},{"id":3921,"c":1,"u":"phisarazu%20spyder-fiend_veor","p":235,"s":66,"h":1,"n":"Phisarazu Spyder-Fiend"},{"id":3922,"c":1,"u":"quavilithku%20spyder-fiend_veor","p":236,"s":66,"h":1,"n":"Quavilithku Spyder-Fiend"},{"id":3923,"c":1,"u":"rack_veor","s":66,"h":1,"n":"Rack"},{"id":3924,"c":1,"u":"raklupis%20spyder-fiend_veor","p":236,"s":66,"h":1,"n":"Raklupis Spyder-Fiend"},{"id":3925,"c":1,"u":"redbud_veor","s":66,"h":1,"n":"Redbud"},{"id":3926,"c":1,"u":"relentless%20impaler_veor","p":231,"s":66,"h":1,"n":"Relentless Impaler"},{"id":3927,"c":1,"u":"rerak_veor","s":66,"h":1,"n":"Rerak"},{"id":3928,"c":1,"u":"rezran%20%22snake%20eyes%22%20agrodro_veor","s":66,"h":1,"n":"Rezran \"Snake Eyes\" Agrodro"},{"id":3929,"c":1,"u":"riffel_veor","s":66,"h":1,"n":"Riffel"},{"id":3930,"c":1,"u":"sangora_veor","s":66,"h":1,"n":"Sangora"},{"id":3931,"c":1,"u":"sarcelle%20malinosh_veor","s":66,"h":1,"n":"Sarcelle Malinosh"},{"id":3932,"c":1,"u":"sarusanda%20allester_veor","s":66,"h":1,"n":"Sarusanda Allester"},{"id":3933,"c":1,"u":"shanzezim_veor","s":66,"h":1,"n":"Shanzezim"},{"id":3934,"c":1,"u":"spiderdragon_veor","p":233,"s":66,"h":1,"n":"Spiderdragon"},{"id":3935,"c":1,"u":"star%20angler_veor","p":237,"s":66,"h":1,"n":"Star Angler"},{"id":3936,"c":1,"u":"strahd%2c%20master%20of%20death%20house_veor","p":251,"s":66,"h":1,"n":"Strahd, Master of Death House"},{"id":3937,"c":1,"u":"tasha%20the%20witch_veor","p":252,"s":66,"h":1,"n":"Tasha the Witch"},{"id":3938,"c":1,"u":"teremini%20nightsedge_veor","s":66,"h":1,"n":"Teremini Nightsedge"},{"id":3939,"c":1,"u":"umberto%20noblin_veor","s":66,"h":1,"n":"Umberto Noblin"},{"id":3940,"c":1,"u":"uvashar_veor","s":66,"h":1,"n":"Uvashar"},{"id":3941,"c":1,"u":"vaeve_veor","s":66,"h":1,"n":"Vaeve"},{"id":3942,"c":1,"u":"valendar_veor","s":66,"h":1,"n":"Valendar"},{"id":3943,"c":1,"u":"vecna%20the%20archlich_veor","p":254,"s":66,"h":1,"n":"Vecna the Archlich"},{"id":3944,"c":1,"u":"vlazok_veor","p":238,"s":66,"h":1,"n":"Vlazok"},{"id":3945,"c":1,"u":"warforged%20warrior_veor","p":238,"s":66,"h":1,"n":"Warforged Warrior"},{"id":3946,"c":1,"u":"whirling%20chandelier_veor","p":239,"s":66,"h":1,"n":"Whirling Chandelier"},{"id":3947,"c":1,"u":"windfall_veor","p":153,"s":66,"h":1,"n":"Windfall"},{"id":3948,"c":1,"u":"zastra_veor","s":66,"h":1,"n":"Zastra"},{"id":3949,"c":1,"u":"abjurer_vgm","p":209,"s":67,"h":1,"n":"Abjurer"},{"id":3950,"c":1,"u":"alhoon_vgm","p":172,"s":67,"h":1,"n":"Alhoon"},{"id":3951,"c":1,"u":"annis%20hag_vgm","p":159,"s":67,"h":1,"n":"Annis Hag"},{"id":3952,"c":1,"u":"apprentice%20wizard_vgm","p":209,"s":67,"h":1,"n":"Apprentice Wizard"},{"id":3953,"c":1,"u":"archdruid_vgm","p":210,"s":67,"h":1,"n":"Archdruid"},{"id":3954,"c":1,"u":"archer_vgm","p":210,"s":67,"h":1,"n":"Archer"},{"id":3955,"c":1,"u":"aurochs_vgm","p":207,"s":67,"h":1,"n":"Aurochs"},{"id":3956,"c":1,"u":"babau_vgm","p":136,"s":67,"h":1,"n":"Babau"},{"id":3957,"c":1,"u":"banderhobb_vgm","p":122,"s":67,"h":1,"n":"Banderhobb"},{"id":3958,"c":1,"u":"bard_vgm","p":211,"s":67,"h":1,"n":"Bard"},{"id":3959,"c":1,"u":"barghest_vgm","p":123,"s":67,"h":1,"n":"Barghest"},{"id":3960,"c":1,"u":"bheur%20hag_vgm","p":160,"s":67,"h":1,"n":"Bheur Hag"},{"id":3961,"c":1,"u":"black%20guard%20drake_vgm","p":158,"s":67,"h":1,"n":"Black Guard Drake"},{"id":3962,"c":1,"u":"blackguard_vgm","p":211,"s":67,"h":1,"n":"Blackguard"},{"id":3963,"c":1,"u":"blue%20guard%20drake_vgm","p":158,"s":67,"h":1,"n":"Blue Guard Drake"},{"id":3964,"c":1,"u":"bodak_vgm","p":127,"s":67,"h":1,"n":"Bodak"},{"id":3965,"c":1,"u":"boggle_vgm","p":128,"s":67,"h":1,"n":"Boggle"},{"id":3966,"c":1,"u":"booyahg%20booyahg%20booyahg_vgm","p":43,"s":67,"h":1,"n":"Booyahg Booyahg Booyahg"},{"id":3967,"c":1,"u":"booyahg%20caster_vgm","p":42,"s":67,"h":1,"n":"Booyahg Caster"},{"id":3968,"c":1,"u":"booyahg%20slave%20of%20the%20archfey_vgm","p":42,"s":67,"h":1,"n":"Booyahg Slave of the Archfey"},{"id":3969,"c":1,"u":"booyahg%20slave%20of%20the%20fiend_vgm","p":42,"s":67,"h":1,"n":"Booyahg Slave of the Fiend"},{"id":3970,"c":1,"u":"booyahg%20slave%20of%20the%20great%20old%20one_vgm","p":42,"s":67,"h":1,"n":"Booyahg Slave of the Great Old One"},{"id":3971,"c":1,"u":"booyahg%20whip_vgm","p":42,"s":67,"h":1,"n":"Booyahg Whip"},{"id":3972,"c":1,"u":"booyahg%20wielder_vgm","p":42,"s":67,"h":1,"n":"Booyahg Wielder"},{"id":3973,"c":1,"u":"brontosaurus_vgm","p":139,"s":67,"h":1,"n":"Brontosaurus"},{"id":3974,"c":1,"u":"catoblepas_vgm","p":129,"s":67,"h":1,"n":"Catoblepas"},{"id":3975,"c":1,"u":"cave%20fisher_vgm","p":130,"s":67,"h":1,"n":"Cave Fisher"},{"id":3976,"c":1,"u":"champion_vgm","p":212,"s":67,"h":1,"n":"Champion"},{"id":3977,"c":1,"u":"chitine_vgm","p":131,"s":67,"h":1,"n":"Chitine"},{"id":3978,"c":1,"u":"choldrith_vgm","p":132,"s":67,"h":1,"n":"Choldrith"},{"id":3979,"c":1,"u":"cloud%20giant%20smiling%20one_vgm","p":146,"s":67,"h":1,"n":"Cloud Giant Smiling One"},{"id":3980,"c":1,"u":"conjurer_vgm","p":212,"s":67,"h":1,"n":"Conjurer"},{"id":3981,"c":1,"u":"cow_vgm","p":207,"s":67,"h":1,"n":"Cow"},{"id":3982,"c":1,"u":"cranium%20rat_vgm","p":133,"s":67,"h":1,"n":"Cranium Rat"},{"id":3983,"c":1,"u":"darkling_vgm","p":134,"s":67,"h":1,"n":"Darkling"},{"id":3984,"c":1,"u":"darkling%20elder_vgm","p":134,"s":67,"h":1,"n":"Darkling Elder"},{"id":3985,"c":1,"u":"death%20kiss_vgm","p":124,"s":67,"h":1,"n":"Death Kiss"},{"id":3986,"c":1,"u":"deep%20roth%c3%a9_vgm","p":208,"s":67,"h":1,"n":"Deep Rothe"},{"id":3987,"c":1,"u":"deep%20scion_vgm","p":135,"s":67,"h":1,"n":"Deep Scion"},{"id":3988,"c":1,"u":"deinonychus_vgm","p":139,"s":67,"h":1,"n":"Deinonychus"},{"id":3989,"c":1,"u":"devourer_vgm","p":138,"s":67,"h":1,"n":"Devourer"},{"id":3990,"c":1,"u":"dimetrodon_vgm","p":139,"s":67,"h":1,"n":"Dimetrodon"},{"id":3991,"c":1,"u":"diviner_vgm","p":213,"s":67,"h":1,"n":"Diviner"},{"id":3992,"c":1,"u":"dolphin_vgm","p":208,"s":67,"h":1,"n":"Dolphin"},{"id":3993,"c":1,"u":"draegloth_vgm","p":141,"s":67,"h":1,"n":"Draegloth"},{"id":3994,"c":1,"u":"elder%20brain_vgm","p":173,"s":67,"h":1,"n":"Elder Brain"},{"id":3995,"c":1,"u":"enchanter_vgm","p":213,"s":67,"h":1,"n":"Enchanter"},{"id":3996,"c":1,"u":"evoker_vgm","p":214,"s":67,"h":1,"n":"Evoker"},{"id":3997,"c":1,"u":"fire%20giant%20dreadnought_vgm","p":147,"s":67,"h":1,"n":"Fire Giant Dreadnought"},{"id":3998,"c":1,"u":"firenewt%20warlock%20of%20imix_vgm","p":143,"s":67,"h":1,"n":"Firenewt Warlock of Imix"},{"id":3999,"c":1,"u":"firenewt%20warrior_vgm","p":142,"s":67,"h":1,"n":"Firenewt Warrior"},{"id":4000,"c":1,"u":"flail%20snail_vgm","p":144,"s":67,"h":1,"n":"Flail Snail"},{"id":4001,"c":1,"u":"flind_vgm","p":153,"s":67,"h":1,"n":"Flind"},{"id":4002,"c":1,"u":"froghemoth_vgm","p":145,"s":67,"h":1,"n":"Froghemoth"},{"id":4003,"c":1,"u":"frost%20giant%20everlasting%20one_vgm","p":148,"s":67,"h":1,"n":"Frost Giant Everlasting One"},{"id":4004,"c":1,"u":"gauth_vgm","p":125,"s":67,"h":1,"n":"Gauth"},{"id":4005,"c":1,"u":"gazer_vgm","p":126,"s":67,"h":1,"n":"Gazer"},{"id":4006,"c":1,"u":"giant%20strider_vgm","p":143,"s":67,"h":1,"n":"Giant Strider"},{"id":4007,"c":1,"u":"girallon_vgm","p":152,"s":67,"h":1,"n":"Girallon"},{"id":4008,"c":1,"u":"gnoll%20flesh%20gnawer_vgm","p":154,"s":67,"h":1,"n":"Gnoll Flesh Gnawer"},{"id":4009,"c":1,"u":"gnoll%20hunter_vgm","p":154,"s":67,"h":1,"n":"Gnoll Hunter"},{"id":4010,"c":1,"u":"gnoll%20witherling_vgm","p":155,"s":67,"h":1,"n":"Gnoll Witherling"},{"id":4011,"c":1,"u":"green%20guard%20drake_vgm","p":158,"s":67,"h":1,"n":"Green Guard Drake"},{"id":4012,"c":1,"u":"grung_vgm","p":156,"s":67,"h":1,"n":"Grung"},{"id":4013,"c":1,"u":"grung%20elite%20warrior_vgm","p":157,"s":67,"h":1,"n":"Grung Elite Warrior"},{"id":4014,"c":1,"u":"grung%20wildling_vgm","p":157,"s":67,"h":1,"n":"Grung Wildling"},{"id":4015,"c":1,"u":"hadrosaurus_vgm","p":140,"s":67,"h":1,"n":"Hadrosaurus"},{"id":4016,"c":1,"u":"hobgoblin%20devastator_vgm","p":161,"s":67,"h":1,"n":"Hobgoblin Devastator"},{"id":4017,"c":1,"u":"hobgoblin%20iron%20shadow_vgm","p":162,"s":67,"h":1,"n":"Hobgoblin Iron Shadow"},{"id":4018,"c":1,"u":"illithilich_vgm","p":172,"s":67,"h":1,"n":"Illithilich"},{"id":4019,"c":1,"u":"illithilich_vgm","p":172,"s":67,"h":1,"n":"Mind Flayer Lich"},{"id":4020,"c":1,"u":"illusionist_vgm","p":214,"s":67,"h":1,"n":"Illusionist"},{"id":4021,"c":1,"u":"ki-rin_vgm","p":163,"s":67,"h":1,"n":"Ki-rin"},{"id":4022,"c":1,"u":"kobold%20dragonshield_vgm","p":165,"s":67,"h":1,"n":"Kobold Dragonshield"},{"id":4023,"c":1,"u":"kobold%20inventor_vgm","p":166,"s":67,"h":1,"n":"Kobold Inventor"},{"id":4024,"c":1,"u":"kobold%20scale%20sorcerer_vgm","p":167,"s":67,"h":1,"n":"Kobold Scale Sorcerer"},{"id":4025,"c":1,"u":"korred_vgm","p":168,"s":67,"h":1,"n":"Korred"},{"id":4026,"c":1,"u":"kraken%20priest_vgm","p":215,"s":67,"h":1,"n":"Kraken Priest"},{"id":4027,"c":1,"u":"leucrotta_vgm","p":169,"s":67,"h":1,"n":"Leucrotta"},{"id":4028,"c":1,"u":"martial%20arts%20adept_vgm","p":216,"s":67,"h":1,"n":"Martial Arts Adept"},{"id":4029,"c":1,"u":"master%20thief_vgm","p":216,"s":67,"h":1,"n":"Master Thief"},{"id":4030,"c":1,"u":"maw%20demon_vgm","p":137,"s":67,"h":1,"n":"Maw Demon"},{"id":4031,"c":1,"u":"meenlock_vgm","p":170,"s":67,"h":1,"n":"Meenlock"},{"id":4032,"c":1,"u":"mind%20flayer%20psion_vgm","p":71,"s":67,"h":1,"n":"Mind Flayer Psion"},{"id":4033,"c":1,"u":"mind%20flayer%20psion_vgm","p":71,"s":67,"h":1,"n":"Illithid Psion"},{"id":4034,"c":1,"u":"mindwitness_vgm","p":176,"s":67,"h":1,"n":"Mindwitness"},{"id":4035,"c":1,"u":"morkoth_vgm","p":177,"s":67,"h":1,"n":"Morkoth"},{"id":4036,"c":1,"u":"mouth%20of%20grolantor_vgm","p":149,"s":67,"h":1,"n":"Mouth of Grolantor"},{"id":4037,"c":1,"u":"necromancer_vgm","p":217,"s":67,"h":1,"n":"Necromancer"},{"id":4038,"c":1,"u":"neogi_vgm","p":180,"s":67,"h":1,"n":"Neogi"},{"id":4039,"c":1,"u":"neogi%20hatchling_vgm","p":179,"s":67,"h":1,"n":"Neogi Hatchling"},{"id":4040,"c":1,"u":"neogi%20master_vgm","p":180,"s":67,"h":1,"n":"Neogi Master"},{"id":4041,"c":1,"u":"neothelid_vgm","p":181,"s":67,"h":1,"n":"Neothelid"},{"id":4042,"c":1,"u":"nilbog_vgm","p":182,"s":67,"h":1,"n":"Nilbog"},{"id":4043,"c":1,"u":"orc%20blade%20of%20ilneval_vgm","p":183,"s":67,"h":1,"n":"Orc Blade of Ilneval"},{"id":4044,"c":1,"u":"orc%20claw%20of%20luthic_vgm","p":183,"s":67,"h":1,"n":"Orc Claw of Luthic"},{"id":4045,"c":1,"u":"orc%20hand%20of%20yurtrus_vgm","p":184,"s":67,"h":1,"n":"Orc Hand of Yurtrus"},{"id":4046,"c":1,"u":"orc%20nurtured%20one%20of%20yurtrus_vgm","p":184,"s":67,"h":1,"n":"Orc Nurtured One of Yurtrus"},{"id":4047,"c":1,"u":"orc%20red%20fang%20of%20shargaas_vgm","p":185,"s":67,"h":1,"n":"Orc Red Fang of Shargaas"},{"id":4048,"c":1,"u":"ox_vgm","p":208,"s":67,"h":1,"n":"Ox"},{"id":4049,"c":1,"u":"quetzalcoatlus_vgm","p":140,"s":67,"h":1,"n":"Quetzalcoatlus"},{"id":4050,"c":1,"u":"quickling_vgm","p":187,"s":67,"h":1,"n":"Quickling"},{"id":4051,"c":1,"u":"red%20guard%20drake_vgm","p":158,"s":67,"h":1,"n":"Red Guard Drake"},{"id":4052,"c":1,"u":"redcap_vgm","p":188,"s":67,"h":1,"n":"Redcap"},{"id":4053,"c":1,"u":"roth%c3%a9_vgm","p":208,"s":67,"h":1,"n":"Rothe"},{"id":4054,"c":1,"u":"sea%20spawn_vgm","p":189,"s":67,"h":1,"n":"Sea Spawn"},{"id":4055,"c":1,"u":"shadow%20mastiff_vgm","p":190,"s":67,"h":1,"n":"Shadow Mastiff"},{"id":4056,"c":1,"u":"shoosuva_vgm","p":137,"s":67,"h":1,"n":"Shoosuva"},{"id":4057,"c":1,"u":"slithering%20tracker_vgm","p":191,"s":67,"h":1,"n":"Slithering Tracker"},{"id":4058,"c":1,"u":"spawn%20of%20kyuss_vgm","p":192,"s":67,"h":1,"n":"Spawn of Kyuss"},{"id":4059,"c":1,"u":"stegosaurus_vgm","p":140,"s":67,"h":1,"n":"Stegosaurus"},{"id":4060,"c":1,"u":"stench%20kow_vgm","p":208,"s":67,"h":1,"n":"Stench Kow"},{"id":4061,"c":1,"u":"stone%20giant%20dreamwalker_vgm","p":150,"s":67,"h":1,"n":"Stone Giant Dreamwalker"},{"id":4062,"c":1,"u":"storm%20giant%20quintessent_vgm","p":151,"s":67,"h":1,"n":"Storm Giant Quintessent"},{"id":4063,"c":1,"u":"swarm%20of%20cranium%20rats_vgm","p":133,"s":67,"h":1,"n":"Swarm of Cranium Rats"},{"id":4064,"c":1,"u":"swarm%20of%20rot%20grubs_vgm","p":208,"s":67,"h":1,"n":"Swarm of Rot Grubs"},{"id":4065,"c":1,"u":"swashbuckler_vgm","p":217,"s":67,"h":1,"n":"Swashbuckler"},{"id":4066,"c":1,"u":"tanarukk_vgm","p":186,"s":67,"h":1,"n":"Tanarukk"},{"id":4067,"c":1,"u":"thorny_vgm","p":197,"s":67,"h":1,"n":"Thorny"},{"id":4068,"c":1,"u":"tlincalli_vgm","p":193,"s":67,"h":1,"n":"Tlincalli"},{"id":4069,"c":1,"u":"transmuter_vgm","p":218,"s":67,"h":1,"n":"Transmuter"},{"id":4070,"c":1,"u":"trapper_vgm","p":194,"s":67,"h":1,"n":"Trapper"},{"id":4071,"c":1,"u":"ulitharid_vgm","p":175,"s":67,"h":1,"n":"Ulitharid"},{"id":4072,"c":1,"u":"vargouille_vgm","p":195,"s":67,"h":1,"n":"Vargouille"},{"id":4073,"c":1,"u":"vegepygmy_vgm","p":196,"s":67,"h":1,"n":"Vegepygmy"},{"id":4074,"c":1,"u":"vegepygmy%20chief_vgm","p":197,"s":67,"h":1,"n":"Vegepygmy Chief"},{"id":4075,"c":1,"u":"velociraptor_vgm","p":140,"s":67,"h":1,"n":"Velociraptor"},{"id":4076,"c":1,"u":"war%20priest_vgm","p":218,"s":67,"h":1,"n":"War Priest"},{"id":4077,"c":1,"u":"warlock%20of%20the%20archfey_vgm","p":219,"s":67,"h":1,"n":"Warlock of the Archfey"},{"id":4078,"c":1,"u":"warlock%20of%20the%20fiend_vgm","p":219,"s":67,"h":1,"n":"Warlock of the Fiend"},{"id":4079,"c":1,"u":"warlock%20of%20the%20great%20old%20one_vgm","p":220,"s":67,"h":1,"n":"Warlock of the Great Old One"},{"id":4080,"c":1,"u":"warlord_vgm","p":220,"s":67,"h":1,"n":"Warlord"},{"id":4081,"c":1,"u":"white%20guard%20drake_vgm","p":158,"s":67,"h":1,"n":"White Guard Drake"},{"id":4082,"c":1,"u":"wood%20woad_vgm","p":198,"s":67,"h":1,"n":"Wood Woad"},{"id":4083,"c":1,"u":"xvart_vgm","p":200,"s":67,"h":1,"n":"Xvart"},{"id":4084,"c":1,"u":"xvart%20speaker_vgm","p":200,"s":67,"h":1,"n":"Xvart Speaker"},{"id":4085,"c":1,"u":"xvart%20warlock%20of%20raxivort_vgm","p":200,"s":67,"h":1,"n":"Xvart Warlock of Raxivort"},{"id":4086,"c":1,"u":"yeth%20hound_vgm","p":201,"s":67,"h":1,"n":"Yeth Hound"},{"id":4087,"c":1,"u":"yuan-ti%20anathema_vgm","p":202,"s":67,"h":1,"n":"Yuan-ti Anathema"},{"id":4088,"c":1,"u":"yuan-ti%20broodguard_vgm","p":203,"s":67,"h":1,"n":"Yuan-ti Broodguard"},{"id":4089,"c":1,"u":"yuan-ti%20malison%20(type%204)_vgm","p":96,"s":67,"h":1,"n":"Yuan-ti Malison (Type 4)"},{"id":4090,"c":1,"u":"yuan-ti%20malison%20(type%205)_vgm","p":96,"s":67,"h":1,"n":"Yuan-ti Malison (Type 5)"},{"id":4091,"c":1,"u":"yuan-ti%20mind%20whisperer_vgm","p":204,"s":67,"h":1,"n":"Yuan-ti Mind Whisperer"},{"id":4092,"c":1,"u":"yuan-ti%20nightmare%20speaker_vgm","p":205,"s":67,"h":1,"n":"Yuan-ti Nightmare Speaker"},{"id":4093,"c":1,"u":"yuan-ti%20pit%20master_vgm","p":206,"s":67,"h":1,"n":"Yuan-ti Pit Master"},{"id":4094,"c":1,"u":"bodytaker%20plant_vrgr","p":226,"s":68,"h":1,"n":"Bodytaker Plant"},{"id":4095,"c":1,"u":"boneless_vrgr","p":228,"s":68,"h":1,"n":"Boneless"},{"id":4096,"c":1,"u":"brain%20in%20a%20jar_vrgr","p":278,"s":68,"h":1,"n":"Brain in a Jar"},{"id":4097,"c":1,"u":"carrion%20stalker_vrgr","p":230,"s":68,"h":1,"n":"Carrion Stalker"},{"id":4098,"c":1,"u":"carrionette_vrgr","p":231,"s":68,"h":1,"n":"Carrionette"},{"id":4099,"c":1,"u":"death's%20head_vrgr","p":232,"s":68,"h":1,"n":"Death's Head"},{"id":4100,"c":1,"u":"dullahan_vrgr","p":233,"s":68,"h":1,"n":"Dullahan"},{"id":4101,"c":1,"u":"elise_vrgr","p":143,"s":68,"h":1,"n":"Elise"},{"id":4102,"c":1,"u":"gallows%20speaker_vrgr","p":234,"s":68,"h":1,"n":"Gallows Speaker"},{"id":4103,"c":1,"u":"greater%20star%20spawn%20emissary_vrgr","p":245,"s":68,"h":1,"n":"Greater Star Spawn Emissary"},{"id":4104,"c":1,"u":"gremishka_vrgr","p":235,"s":68,"h":1,"n":"Gremishka"},{"id":4105,"c":1,"u":"inquisitor%20of%20the%20mind%20fire_vrgr","p":248,"s":68,"h":1,"n":"Inquisitor of the Mind Fire"},{"id":4106,"c":1,"u":"inquisitor%20of%20the%20sword_vrgr","p":249,"s":68,"h":1,"n":"Inquisitor of the Sword"},{"id":4107,"c":1,"u":"inquisitor%20of%20the%20tome_vrgr","p":249,"s":68,"h":1,"n":"Inquisitor of the Tome"},{"id":4108,"c":1,"u":"isolde_vrgr","p":86,"s":68,"h":1,"n":"Isolde"},{"id":4109,"c":1,"u":"jiangshi_vrgr","p":236,"s":68,"h":1,"n":"Jiangshi"},{"id":4110,"c":1,"u":"lesser%20star%20spawn%20emissary_vrgr","p":245,"s":68,"h":1,"n":"Lesser Star Spawn Emissary"},{"id":4111,"c":1,"u":"loup%20garou_vrgr","p":237,"s":68,"h":1,"n":"Loup Garou"},{"id":4112,"c":1,"u":"necrichor_vrgr","p":238,"s":68,"h":1,"n":"Necrichor"},{"id":4113,"c":1,"u":"nosferatu_vrgr","p":239,"s":68,"h":1,"n":"Nosferatu"},{"id":4114,"c":1,"u":"podling_vrgr","p":227,"s":68,"h":1,"n":"Podling"},{"id":4115,"c":1,"u":"priest%20of%20osybus_vrgr","p":241,"s":68,"h":1,"n":"Priest of Osybus"},{"id":4116,"c":1,"u":"relentless%20juggernaut_vrgr","p":243,"s":68,"h":1,"n":"Relentless Juggernaut"},{"id":4117,"c":1,"u":"relentless%20slasher_vrgr","p":242,"s":68,"h":1,"n":"Relentless Slasher"},{"id":4118,"c":1,"u":"strigoi_vrgr","p":246,"s":68,"h":1,"n":"Strigoi"},{"id":4119,"c":1,"u":"swarm%20of%20gremishkas_vrgr","p":235,"s":68,"h":1,"n":"Swarm of Gremishkas"},{"id":4120,"c":1,"u":"swarm%20of%20maggots_vrgr","p":247,"s":68,"h":1,"n":"Swarm of Maggots"},{"id":4121,"c":1,"u":"swarm%20of%20scarabs_vrgr","p":247,"s":68,"h":1,"n":"Swarm of Scarabs"},{"id":4122,"c":1,"u":"swarm%20of%20zombie%20limbs_vrgr","p":254,"s":68,"h":1,"n":"Swarm of Zombie Limbs"},{"id":4123,"c":1,"u":"the%20bagman_vrgr","p":225,"s":68,"h":1,"n":"The Bagman"},{"id":4124,"c":1,"u":"unspeakable%20horror_vrgr","p":250,"s":68,"h":1,"n":"Unspeakable Horror"},{"id":4125,"c":1,"u":"vampiric%20mind%20flayer_vrgr","p":252,"s":68,"h":1,"n":"Vampiric Mind Flayer"},{"id":4126,"c":1,"u":"wereraven_vrgr","p":253,"s":68,"h":1,"n":"Wereraven"},{"id":4127,"c":1,"u":"zombie%20clot_vrgr","p":255,"s":68,"h":1,"n":"Zombie Clot"},{"id":4128,"c":1,"u":"zombie%20plague%20spreader_vrgr","p":255,"s":68,"h":1,"n":"Zombie Plague Spreader"},{"id":4129,"c":1,"u":"agdon%20longscarf_wbtw","p":73,"s":69,"h":1,"n":"Agdon Longscarf"},{"id":4130,"c":1,"u":"alagarthas_wbtw","p":144,"s":69,"h":1,"n":"Alagarthas"},{"id":4131,"c":1,"u":"amidor%20the%20dandelion_wbtw","p":135,"s":69,"h":1,"n":"Amidor the Dandelion"},{"id":4132,"c":1,"u":"bavlorna%20blightstraw_wbtw","p":216,"s":69,"h":1,"n":"Bavlorna Blightstraw"},{"id":4133,"c":1,"u":"brigganock_wbtw","p":230,"s":69,"h":1,"n":"Brigganock"},{"id":4134,"c":1,"u":"bullywug%20knight_wbtw","p":231,"s":69,"h":1,"n":"Bullywug Knight"},{"id":4135,"c":1,"u":"campestri_wbtw","p":232,"s":69,"h":1,"n":"Campestri"},{"id":4136,"c":1,"u":"clapperclaw%20the%20scarecrow_wbtw","p":78,"s":69,"h":1,"n":"Clapperclaw the Scarecrow"},{"id":4137,"c":1,"u":"detached%20shadow_wbtw","p":213,"s":69,"h":1,"n":"Detached Shadow"},{"id":4138,"c":1,"u":"displacer%20beast%20kitten_wbtw","p":108,"s":69,"h":1,"n":"Displacer Beast Kitten"},{"id":4139,"c":1,"u":"elkhorn_wbtw","p":224,"s":69,"h":1,"n":"Elkhorn"},{"id":4140,"c":1,"u":"endelyn%20moongrave_wbtw","p":217,"s":69,"h":1,"n":"Endelyn Moongrave"},{"id":4141,"c":1,"u":"envy_wbtw","p":178,"s":69,"h":1,"n":"Envy"},{"id":4142,"c":1,"u":"flying%20rocking%20horse_wbtw","p":121,"s":69,"h":1,"n":"Flying Rocking Horse"},{"id":4143,"c":1,"u":"giant%20dragonfly_wbtw","p":234,"s":69,"h":1,"n":"Giant Dragonfly"},{"id":4144,"c":1,"u":"giant%20snail_wbtw","p":234,"s":69,"h":1,"n":"Giant Snail"},{"id":4145,"c":1,"u":"giant%20swan_wbtw","p":38,"s":69,"h":1,"n":"Giant Swan"},{"id":4146,"c":1,"u":"glass%20pegasus_wbtw","p":181,"s":69,"h":1,"n":"Glass Pegasus"},{"id":4147,"c":1,"u":"glasswork%20golem_wbtw","p":193,"s":69,"h":1,"n":"Glasswork Golem"},{"id":4148,"c":1,"u":"gloam_wbtw","p":93,"s":69,"h":1,"n":"Gloam"},{"id":4149,"c":1,"u":"harengon%20brigand_wbtw","p":235,"s":69,"h":1,"n":"Harengon Brigand"},{"id":4150,"c":1,"u":"harengon%20sniper_wbtw","p":235,"s":69,"h":1,"n":"Harengon Sniper"},{"id":4151,"c":1,"u":"iggwilv%20the%20witch%20queen_wbtw","p":205,"s":69,"h":1,"n":"Iggwilv the Witch Queen"},{"id":4152,"c":1,"u":"jabberwock_wbtw","p":236,"s":69,"h":1,"n":"Jabberwock"},{"id":4153,"c":1,"u":"jingle%20jangle_wbtw","p":70,"s":69,"h":1,"n":"Jingle Jangle"},{"id":4154,"c":1,"u":"kelek_wbtw","p":219,"s":69,"h":1,"n":"Kelek"},{"id":4155,"c":1,"u":"kettlesteam%20the%20kenku_wbtw","p":52,"s":69,"h":1,"n":"Kettlesteam the Kenku"},{"id":4156,"c":1,"u":"living%20doll_wbtw","p":238,"s":69,"h":1,"n":"Living Doll"},{"id":4157,"c":1,"u":"mercion_wbtw","p":224,"s":69,"h":1,"n":"Mercion"},{"id":4158,"c":1,"u":"mister%20light_wbtw","p":26,"s":69,"h":1,"n":"Mister Light"},{"id":4159,"c":1,"u":"mister%20witch_wbtw","p":25,"s":69,"h":1,"n":"Mister Witch"},{"id":4160,"c":1,"u":"molliver_wbtw","p":226,"s":69,"h":1,"n":"Molliver"},{"id":4161,"c":1,"u":"paper%20bird_wbtw","p":166,"s":69,"h":1,"n":"Paper Bird"},{"id":4162,"c":1,"u":"pollenella%20the%20honeybee_wbtw","p":135,"s":69,"h":1,"n":"Pollenella the Honeybee"},{"id":4163,"c":1,"u":"raezil_wbtw","p":193,"s":69,"h":1,"n":"Raezil"},{"id":4164,"c":1,"u":"ringlerun_wbtw","p":227,"s":69,"h":1,"n":"Ringlerun"},{"id":4165,"c":1,"u":"selenelion%20twin_wbtw","p":241,"s":69,"h":1,"n":"Selenelion Twin"},{"id":4166,"c":1,"u":"sir%20talavar_wbtw","p":69,"s":69,"h":1,"n":"Sir Talavar"},{"id":4167,"c":1,"u":"skabatha%20nightshade_wbtw","p":218,"s":69,"h":1,"n":"Skabatha Nightshade"},{"id":4168,"c":1,"u":"skylla_wbtw","p":220,"s":69,"h":1,"n":"Skylla"},{"id":4169,"c":1,"u":"squirt%20the%20oilcan_wbtw","p":110,"s":69,"h":1,"n":"Squirt the Oilcan"},{"id":4170,"c":1,"u":"strongheart_wbtw","p":228,"s":69,"h":1,"n":"Strongheart"},{"id":4171,"c":1,"u":"swarm%20of%20campestris_wbtw","p":232,"s":69,"h":1,"n":"Swarm of Campestris"},{"id":4172,"c":1,"u":"thinnings_wbtw","p":15,"s":69,"h":1,"n":"Thinnings"},{"id":4173,"c":1,"u":"tin%20soldier_wbtw","p":115,"s":69,"h":1,"n":"Tin Soldier"},{"id":4174,"c":1,"u":"treant%20sapling_wbtw","p":36,"s":69,"h":1,"n":"Treant Sapling"},{"id":4175,"c":1,"u":"warduke_wbtw","p":221,"s":69,"h":1,"n":"Warduke"},{"id":4176,"c":1,"u":"will-o'-wells_wbtw","p":61,"s":69,"h":1,"n":"Will-o'-Wells"},{"id":4177,"c":1,"u":"witchlight%20hand%20(medium)_wbtw","p":27,"s":69,"h":1,"n":"Witchlight Hand (Medium)"},{"id":4178,"c":1,"u":"witchlight%20hand%20(small)_wbtw","s":69,"h":1,"n":"Witchlight Hand (Small)"},{"id":4179,"c":1,"u":"zarak_wbtw","p":222,"s":69,"h":1,"n":"Zarak"},{"id":4180,"c":1,"u":"zargash_wbtw","p":223,"s":69,"h":1,"n":"Zargash"},{"id":4181,"c":1,"u":"ahmaergo_wdh","p":193,"s":70,"h":1,"n":"Ahmaergo"},{"id":4182,"c":1,"u":"ammalia%20cassalanter_wdh","p":193,"s":70,"h":1,"n":"Ammalia Cassalanter"},{"id":4183,"c":1,"u":"aurinax_wdh","p":194,"s":70,"h":1,"n":"Aurinax"},{"id":4184,"c":1,"u":"avi_wdh","p":32,"s":70,"h":1,"n":"Avi"},{"id":4185,"c":1,"u":"awakened%20rat_wdh","p":102,"s":70,"h":1,"n":"Awakened Rat"},{"id":4186,"c":1,"u":"barnibus%20blastwind_wdh","p":195,"s":70,"h":1,"n":"Barnibus Blastwind"},{"id":4187,"c":1,"u":"bepis%20honeymaker_wdh","p":112,"s":70,"h":1,"n":"Bepis Honeymaker"},{"id":4188,"c":1,"u":"black%20viper_wdh","p":196,"s":70,"h":1,"n":"Black Viper"},{"id":4189,"c":1,"u":"blinded%20troll_wdh","p":114,"s":70,"h":1,"n":"Blinded Troll"},{"id":4190,"c":1,"u":"bonnie_wdh","p":20,"s":70,"h":1,"n":"Bonnie"},{"id":4191,"c":1,"u":"davil%20starsong_wdh","p":199,"s":70,"h":1,"n":"Davil Starsong"},{"id":4192,"c":1,"u":"diatryma_wdh","p":191,"s":70,"h":1,"n":"Diatryma"},{"id":4193,"c":1,"u":"dining%20table%20mimic_wdh","p":122,"s":70,"h":1,"n":"Dining Table Mimic"},{"id":4194,"c":1,"u":"drow%20gunslinger_wdh","p":201,"s":70,"h":1,"n":"Drow Gunslinger"},{"id":4195,"c":1,"u":"durnan_wdh","p":203,"s":70,"h":1,"n":"Durnan"},{"id":4196,"c":1,"u":"elzerina%20cassalanter_wdh","p":115,"s":70,"h":1,"n":"Elzerina Cassalanter"},{"id":4197,"c":1,"u":"embric_wdh","p":32,"s":70,"h":1,"n":"Embric"},{"id":4198,"c":1,"u":"emmek%20frewn_wdh","p":42,"s":70,"h":1,"n":"Emmek Frewn"},{"id":4199,"c":1,"u":"engineer_wdh","p":141,"s":70,"h":1,"n":"Engineer"},{"id":4200,"c":1,"u":"fala%20lefaliir_wdh","p":32,"s":70,"h":1,"n":"Fala Lefaliir"},{"id":4201,"c":1,"u":"falcon_wdh","p":53,"s":70,"h":1,"n":"Falcon"},{"id":4202,"c":1,"u":"fel'rekt%20lafeen_wdh","p":67,"s":70,"h":1,"n":"Fel'rekt Lafeen"},{"id":4203,"c":1,"u":"floon%20blagmaar_wdh","p":202,"s":70,"h":1,"n":"Floon Blagmaar"},{"id":4204,"c":1,"u":"flying%20staff_wdh","p":152,"s":70,"h":1,"n":"Flying Staff"},{"id":4205,"c":1,"u":"griffon%20cavalry%20rider_wdh","p":197,"s":70,"h":1,"n":"Griffon Cavalry Rider"},{"id":4206,"c":1,"u":"grinda%20garloth_wdh","p":65,"s":70,"h":1,"n":"Grinda Garloth"},{"id":4207,"c":1,"u":"grum'shar_wdh","p":29,"s":70,"h":1,"n":"Grum'shar"},{"id":4208,"c":1,"u":"hester%20barch_wdh","p":83,"s":70,"h":1,"n":"Hester Barch"},{"id":4209,"c":1,"u":"hlam_wdh","p":204,"s":70,"h":1,"n":"Hlam"},{"id":4210,"c":1,"u":"hrabbaz_wdh","p":205,"s":70,"h":1,"n":"Hrabbaz"},{"id":4211,"c":1,"u":"istrid%20horn_wdh","p":199,"s":70,"h":1,"n":"Istrid Horn"},{"id":4212,"c":1,"u":"jalester%20silvermane_wdh","p":205,"s":70,"h":1,"n":"Jalester Silvermane"},{"id":4213,"c":1,"u":"jandar%20chergoba_wdh","p":116,"s":70,"h":1,"n":"Jandar Chergoba"},{"id":4214,"c":1,"u":"jarlaxle%20baenre_wdh","p":206,"s":70,"h":1,"n":"Jarlaxle Baenre"},{"id":4215,"c":1,"u":"jenks_wdh","p":63,"s":70,"h":1,"n":"Jenks"},{"id":4216,"c":1,"u":"kaevja%20cynavern_wdh","p":158,"s":70,"h":1,"n":"Kaevja Cynavern"},{"id":4217,"c":1,"u":"kalain_wdh","p":89,"s":70,"h":1,"n":"Kalain"},{"id":4218,"c":1,"u":"krebbyg%20masq'il'yr_wdh","p":67,"s":70,"h":1,"n":"Krebbyg Masq'il'yr"},{"id":4219,"c":1,"u":"lady%20gondafrey_wdh","p":152,"s":70,"h":1,"n":"Lady Gondafrey"},{"id":4220,"c":1,"u":"laeral%20silverhand_wdh","p":207,"s":70,"h":1,"n":"Laeral Silverhand"},{"id":4221,"c":1,"u":"laiba%20%22nana%22%20rosse_wdh","p":116,"s":70,"h":1,"n":"Laiba \"Nana\" Rosse"},{"id":4222,"c":1,"u":"losser%20mirklav_wdh","p":85,"s":70,"h":1,"n":"Losser Mirklav"},{"id":4223,"c":1,"u":"magister%20umbero%20zastro_wdh","p":82,"s":70,"h":1,"n":"Magister Umbero Zastro"},{"id":4224,"c":1,"u":"manafret%20cherryport_wdh","p":149,"s":70,"h":1,"n":"Manafret Cherryport"},{"id":4225,"c":1,"u":"manshoon_wdh","p":209,"s":70,"h":1,"n":"Manshoon"},{"id":4226,"c":1,"u":"manshoon%20simulacrum_wdh","p":208,"s":70,"h":1,"n":"Manshoon Simulacrum"},{"id":4227,"c":1,"u":"mattrim%20%22threestrings%22%20mereg_wdh","p":20,"s":70,"h":1,"n":"Mattrim \"Threestrings\" Mereg"},{"id":4228,"c":1,"u":"maxeene_wdh","p":37,"s":70,"h":1,"n":"Maxeene"},{"id":4229,"c":1,"u":"mechanical%20bird_wdh","p":46,"s":70,"h":1,"n":"Mechanical Bird"},{"id":4230,"c":1,"u":"melannor%20fellbranch_wdh","p":36,"s":70,"h":1,"n":"Melannor Fellbranch"},{"id":4231,"c":1,"u":"meloon%20wardragon_wdh","p":210,"s":70,"h":1,"n":"Meloon Wardragon"},{"id":4232,"c":1,"u":"mirt_wdh","p":211,"s":70,"h":1,"n":"Mirt"},{"id":4233,"c":1,"u":"nar'l%20xibrindas_wdh","p":211,"s":70,"h":1,"n":"Nar'l Xibrindas"},{"id":4234,"c":1,"u":"nat_wdh","p":63,"s":70,"h":1,"n":"Nat"},{"id":4235,"c":1,"u":"nihiloor_wdh","p":212,"s":70,"h":1,"n":"Nihiloor"},{"id":4236,"c":1,"u":"nimblewright_wdh","p":212,"s":70,"h":1,"n":"Nimblewright"},{"id":4237,"c":1,"u":"noska%20ur'gray_wdh","p":213,"s":70,"h":1,"n":"Noska Ur'gray"},{"id":4238,"c":1,"u":"obaya%20uday_wdh","p":20,"s":70,"h":1,"n":"Obaya Uday"},{"id":4239,"c":1,"u":"obliteros_wdh","p":66,"s":70,"h":1,"n":"Obliteros"},{"id":4240,"c":1,"u":"orond%20gralhund_wdh","p":213,"s":70,"h":1,"n":"Orond Gralhund"},{"id":4241,"c":1,"u":"osvaldo%20cassalanter_wdh","p":124,"s":70,"h":1,"n":"Osvaldo Cassalanter"},{"id":4242,"c":1,"u":"ott%20steeltoes_wdh","p":214,"s":70,"h":1,"n":"Ott Steeltoes"},{"id":4243,"c":1,"u":"panopticus%20wizard_wdh","p":106,"s":70,"h":1,"n":"Panopticus Wizard"},{"id":4244,"c":1,"u":"remallia%20haventree_wdh","p":214,"s":70,"h":1,"n":"Remallia Haventree"},{"id":4245,"c":1,"u":"renaer%20neverember_wdh","p":215,"s":70,"h":1,"n":"Renaer Neverember"},{"id":4246,"c":1,"u":"rishaal%20the%20page-turner_wdh","p":33,"s":70,"h":1,"n":"Rishaal the Page-Turner"},{"id":4247,"c":1,"u":"saeth%20cromley_wdh","p":216,"s":70,"h":1,"n":"Saeth Cromley"},{"id":4248,"c":1,"u":"samara%20strongbones_wdh","p":104,"s":70,"h":1,"n":"Samara Strongbones"},{"id":4249,"c":1,"u":"sergeant_wdh","p":197,"s":70,"h":1,"n":"Sergeant"},{"id":4250,"c":1,"u":"shard%20shunner_wdh","p":42,"s":70,"h":1,"n":"Shard Shunner"},{"id":4251,"c":1,"u":"skeemo%20weirdbottle_wdh","p":200,"s":70,"h":1,"n":"Skeemo Weirdbottle"},{"id":4252,"c":1,"u":"soluun%20xibrindas_wdh","p":202,"s":70,"h":1,"n":"Soluun Xibrindas"},{"id":4253,"c":1,"u":"squiddly_wdh","p":63,"s":70,"h":1,"n":"Squiddly"},{"id":4254,"c":1,"u":"swarm%20of%20books_wdh","p":156,"s":70,"h":1,"n":"Swarm of Books"},{"id":4255,"c":1,"u":"swarm%20of%20mechanical%20spiders_wdh","p":143,"s":70,"h":1,"n":"Swarm of Mechanical Spiders"},{"id":4256,"c":1,"u":"sylgar_wdh","p":220,"s":70,"h":1,"n":"Sylgar"},{"id":4257,"c":1,"u":"talisolvanar%20%22tally%22%20fellbranch_wdh","p":32,"s":70,"h":1,"n":"Talisolvanar \"Tally\" Fellbranch"},{"id":4258,"c":1,"u":"tashlyn%20yafeera_wdh","p":200,"s":70,"h":1,"n":"Tashlyn Yafeera"},{"id":4259,"c":1,"u":"terenzio%20cassalanter_wdh","p":115,"s":70,"h":1,"n":"Terenzio Cassalanter"},{"id":4260,"c":1,"u":"thorvin%20twinbeard_wdh","p":216,"s":70,"h":1,"n":"Thorvin Twinbeard"},{"id":4261,"c":1,"u":"thrakkus_wdh","p":89,"s":70,"h":1,"n":"Thrakkus"},{"id":4262,"c":1,"u":"tissina%20khyret_wdh","p":116,"s":70,"h":1,"n":"Tissina Khyret"},{"id":4263,"c":1,"u":"urstul%20floxin_wdh","p":216,"s":70,"h":1,"n":"Urstul Floxin"},{"id":4264,"c":1,"u":"vajra%20safahr_wdh","p":217,"s":70,"h":1,"n":"Vajra Safahr"},{"id":4265,"c":1,"u":"valetta_wdh","p":47,"s":70,"h":1,"n":"Valetta"},{"id":4266,"c":1,"u":"victoro%20cassalanter_wdh","p":218,"s":70,"h":1,"n":"Victoro Cassalanter"},{"id":4267,"c":1,"u":"vincent%20trench_wdh","p":32,"s":70,"h":1,"n":"Vincent Trench"},{"id":4268,"c":1,"u":"walking%20statue%20of%20waterdeep_wdh","p":219,"s":70,"h":1,"n":"Walking Statue of Waterdeep"},{"id":4269,"c":1,"u":"willifort%20crowelle_wdh","p":62,"s":70,"h":1,"n":"Willifort Crowelle"},{"id":4270,"c":1,"u":"xanathar_wdh","p":220,"s":70,"h":1,"n":"Xanathar"},{"id":4271,"c":1,"u":"yagra%20stonefist_wdh","p":20,"s":70,"h":1,"n":"Yagra Stonefist"},{"id":4272,"c":1,"u":"yalah%20gralhund_wdh","p":220,"s":70,"h":1,"n":"Yalah Gralhund"},{"id":4273,"c":1,"u":"yorn_wdh","p":150,"s":70,"h":1,"n":"Yorn"},{"id":4274,"c":1,"u":"zhent%20martial%20arts%20adept_wdh","p":160,"s":70,"h":1,"n":"Zhent Martial Arts Adept"},{"id":4275,"c":1,"u":"ziraj%20the%20hunter_wdh","p":201,"s":70,"h":1,"n":"Ziraj the Hunter"},{"id":4276,"c":1,"u":"al'chaia_wdmm","p":218,"s":71,"h":1,"n":"Al'chaia"},{"id":4277,"c":1,"u":"animated%20ballista_wdmm","p":39,"s":71,"h":1,"n":"Animated Ballista"},{"id":4278,"c":1,"u":"animated%20jade%20serpent_wdmm","p":92,"s":71,"h":1,"n":"Animated Jade Serpent"},{"id":4279,"c":1,"u":"animated%20staff_wdmm","p":262,"s":71,"h":1,"n":"Animated Staff"},{"id":4280,"c":1,"u":"animated%20statue%20of%20lolth_wdmm","p":142,"s":71,"h":1,"n":"Animated Statue of Lolth"},{"id":4281,"c":1,"u":"animated%20stove_wdmm","p":186,"s":71,"h":1,"n":"Animated Stove"},{"id":4282,"c":1,"u":"animated%20wand_wdmm","p":299,"s":71,"h":1,"n":"Animated Wand"},{"id":4283,"c":1,"u":"arcturia_wdmm","p":296,"s":71,"h":1,"n":"Arcturia"},{"id":4284,"c":1,"u":"ashtyrranthor_wdmm","p":210,"s":71,"h":1,"n":"Ashtyrranthor"},{"id":4285,"c":1,"u":"awakened%20brown%20bear_wdmm","p":72,"s":71,"h":1,"n":"Awakened Brown Bear"},{"id":4286,"c":1,"u":"awakened%20elk_wdmm","p":72,"s":71,"h":1,"n":"Awakened Elk"},{"id":4287,"c":1,"u":"awakened%20giant%20wasp_wdmm","p":72,"s":71,"h":1,"n":"Awakened Giant Wasp"},{"id":4288,"c":1,"u":"berlain%20shadowdusk_wdmm","p":283,"s":71,"h":1,"n":"Berlain Shadowdusk"},{"id":4289,"c":1,"u":"big%20xorn_wdmm","p":51,"s":71,"h":1,"n":"Big Xorn"},{"id":4290,"c":1,"u":"bore%20worm_wdmm","p":171,"s":71,"h":1,"n":"Bore Worm"},{"id":4291,"c":1,"u":"captain%20n'ghathrod_wdmm","p":250,"s":71,"h":1,"n":"Captain N'ghathrod"},{"id":4292,"c":1,"u":"carrion%20ogre_wdmm","p":189,"s":71,"h":1,"n":"Carrion Ogre"},{"id":4293,"c":1,"u":"cassiok%20shadowdusk_wdmm","p":287,"s":71,"h":1,"n":"Cassiok Shadowdusk"},{"id":4294,"c":1,"u":"copper%20stormforge_wdmm","p":30,"s":71,"h":1,"n":"Copper Stormforge"},{"id":4295,"c":1,"u":"crow_wdmm","p":302,"s":71,"h":1,"n":"Crow"},{"id":4296,"c":1,"u":"crystal%20battleaxe_wdmm","p":89,"s":71,"h":1,"n":"Crystal Battleaxe"},{"id":4297,"c":1,"u":"crystal%20golem_wdmm","p":210,"s":71,"h":1,"n":"Crystal Golem"},{"id":4298,"c":1,"u":"deformed%20duergar_wdmm","p":180,"s":71,"h":1,"n":"Deformed Duergar"},{"id":4299,"c":1,"u":"dezmyr%20shadowdusk_wdmm","p":287,"s":71,"h":1,"n":"Dezmyr Shadowdusk"},{"id":4300,"c":1,"u":"drivvin%20freth_wdmm","p":169,"s":71,"h":1,"n":"Drivvin Freth"},{"id":4301,"c":1,"u":"emberosa_wdmm","p":185,"s":71,"h":1,"n":"Emberosa"},{"id":4302,"c":1,"u":"ezzat_wdmm","p":262,"s":71,"h":1,"n":"Ezzat"},{"id":4303,"c":1,"u":"fazrian_wdmm","p":275,"s":71,"h":1,"n":"Fazrian"},{"id":4304,"c":1,"u":"fidelio_wdmm","p":197,"s":71,"h":1,"n":"Fidelio"},{"id":4305,"c":1,"u":"five-armed%20troll_wdmm","p":154,"s":71,"h":1,"n":"Five-Armed Troll"},{"id":4306,"c":1,"u":"flying%20trident_wdmm","p":106,"s":71,"h":1,"n":"Flying Trident"},{"id":4307,"c":1,"u":"giant%20flying%20spider_wdmm","p":150,"s":71,"h":1,"n":"Giant Flying Spider"},{"id":4308,"c":1,"u":"giant%20mutated%20drow_wdmm","p":143,"s":71,"h":1,"n":"Giant Mutated Drow"},{"id":4309,"c":1,"u":"glyster_wdmm","p":241,"s":71,"h":1,"n":"Glyster"},{"id":4310,"c":1,"u":"gorka%20tharn_wdmm","p":257,"s":71,"h":1,"n":"Gorka Tharn"},{"id":4311,"c":1,"u":"gorzil's%20gang%20troglodyte_wdmm","p":150,"s":71,"h":1,"n":"Gorzil's Gang Troglodyte"},{"id":4312,"c":1,"u":"halaster%20blackcloak_wdmm","p":310,"s":71,"h":1,"n":"Halaster Blackcloak"},{"id":4313,"c":1,"u":"halaster%20horror_wdmm","p":129,"s":71,"h":1,"n":"Halaster Horror"},{"id":4314,"c":1,"u":"halaster%20puppet_wdmm","p":31,"s":71,"h":1,"n":"Halaster Puppet"},{"id":4315,"c":1,"u":"haungharassk_wdmm","p":258,"s":71,"h":1,"n":"Haungharassk"},{"id":4316,"c":1,"u":"horned%20sister_wdmm","p":118,"s":71,"h":1,"n":"Horned Sister"},{"id":4317,"c":1,"u":"huge%20gray%20ooze_wdmm","p":243,"s":71,"h":1,"n":"Huge Gray Ooze"},{"id":4318,"c":1,"u":"intelligent%20black%20pudding_wdmm","p":244,"s":71,"h":1,"n":"Intelligent Black Pudding"},{"id":4319,"c":1,"u":"iron%20spider_wdmm","p":165,"s":71,"h":1,"n":"Iron Spider"},{"id":4320,"c":1,"u":"junior%20drow%20priestess%20of%20lolth_wdmm","p":149,"s":71,"h":1,"n":"Junior Drow Priestess of Lolth"},{"id":4321,"c":1,"u":"kavil_wdmm","p":205,"s":71,"h":1,"n":"Kavil"},{"id":4322,"c":1,"u":"keresta%20delvingstone_wdmm","p":232,"s":71,"h":1,"n":"Keresta Delvingstone"},{"id":4323,"c":1,"u":"kol'daan_wdmm","p":155,"s":71,"h":1,"n":"Kol'daan"},{"id":4324,"c":1,"u":"large%20mimic_wdmm","p":76,"s":71,"h":1,"n":"Large Mimic"},{"id":4325,"c":1,"u":"lava%20child_wdmm","p":313,"s":71,"h":1,"n":"Lava Child"},{"id":4326,"c":1,"u":"left%20hand%20of%20manshoon_wdmm","p":119,"s":71,"h":1,"n":"Left Hand of Manshoon"},{"id":4327,"c":1,"u":"living%20unseen%20servant_wdmm","p":313,"s":71,"h":1,"n":"Living Unseen Servant"},{"id":4328,"c":1,"u":"mad%20golem_wdmm","p":254,"s":71,"h":1,"n":"Mad Golem"},{"id":4329,"c":1,"u":"maddgoth's%20homunculus_wdmm","p":96,"s":71,"h":1,"n":"Maddgoth's Homunculus"},{"id":4330,"c":1,"u":"marta%20moonshadow_wdmm","p":46,"s":71,"h":1,"n":"Marta Moonshadow"},{"id":4331,"c":1,"u":"melissara%20shadowdusk_wdmm","p":281,"s":71,"h":1,"n":"Melissara Shadowdusk"},{"id":4332,"c":1,"u":"metal%20wasp_wdmm","p":174,"s":71,"h":1,"n":"Metal Wasp"},{"id":4333,"c":1,"u":"mobar_wdmm","p":77,"s":71,"h":1,"n":"Mobar"},{"id":4334,"c":1,"u":"muiral_wdmm","p":314,"s":71,"h":1,"n":"Muiral"},{"id":4335,"c":1,"u":"nerozar%20the%20defeated_wdmm","p":52,"s":71,"h":1,"n":"Nerozar the Defeated"},{"id":4336,"c":1,"u":"nester_wdmm","p":131,"s":71,"h":1,"n":"Nester"},{"id":4337,"c":1,"u":"old%20troglodyte_wdmm","p":155,"s":71,"h":1,"n":"Old Troglodyte"},{"id":4338,"c":1,"u":"otto_wdmm","p":96,"s":71,"h":1,"n":"Otto"},{"id":4339,"c":1,"u":"play-by-play%20generator_wdmm","p":205,"s":71,"h":1,"n":"Play-by-Play Generator"},{"id":4340,"c":1,"u":"poison%20weird_wdmm","p":127,"s":71,"h":1,"n":"Poison Weird"},{"id":4341,"c":1,"u":"portia%20dzuth_wdmm","p":239,"s":71,"h":1,"n":"Portia Dzuth"},{"id":4342,"c":1,"u":"preeta%20kreepa_wdmm","p":56,"s":71,"h":1,"n":"Preeta Kreepa"},{"id":4343,"c":1,"u":"rabbithead_wdmm","p":295,"s":71,"h":1,"n":"Rabbithead"},{"id":4344,"c":1,"u":"rowboat%20mimic_wdmm","p":76,"s":71,"h":1,"n":"Rowboat Mimic"},{"id":4345,"c":1,"u":"runed%20behir_wdmm","p":158,"s":71,"h":1,"n":"Runed Behir"},{"id":4346,"c":1,"u":"scaladar_wdmm","p":315,"s":71,"h":1,"n":"Scaladar"},{"id":4347,"c":1,"u":"shadow%20assassin_wdmm","p":316,"s":71,"h":1,"n":"Shadow Assassin"},{"id":4348,"c":1,"u":"shapechanged%20roper_wdmm","p":106,"s":71,"h":1,"n":"Shapechanged Roper"},{"id":4349,"c":1,"u":"shockerstomper_wdmm","p":174,"s":71,"h":1,"n":"Shockerstomper"},{"id":4350,"c":1,"u":"shunn%20shurreth_wdmm","p":33,"s":71,"h":1,"n":"Shunn Shurreth"},{"id":4351,"c":1,"u":"sing-along_wdmm","p":148,"s":71,"h":1,"n":"Sing-Along"},{"id":4352,"c":1,"u":"space%20hamster_wdmm","p":251,"s":71,"h":1,"n":"Space Hamster"},{"id":4353,"c":1,"u":"stalagma%20steelshadow_wdmm","p":273,"s":71,"h":1,"n":"Stalagma Steelshadow"},{"id":4354,"c":1,"u":"statue%20of%20vergadain_wdmm","p":202,"s":71,"h":1,"n":"Statue of Vergadain"},{"id":4355,"c":1,"u":"stonecloak_wdmm","p":253,"s":71,"h":1,"n":"Stonecloak"},{"id":4356,"c":1,"u":"sundeth_wdmm","p":304,"s":71,"h":1,"n":"Sundeth"},{"id":4357,"c":1,"u":"thwad%20underbrew_wdmm","p":204,"s":71,"h":1,"n":"Thwad Underbrew"},{"id":4358,"c":1,"u":"torbit_wdmm","p":115,"s":71,"h":1,"n":"Torbit"},{"id":4359,"c":1,"u":"trenzia_wdmm","p":32,"s":71,"h":1,"n":"Trenzia"},{"id":4360,"c":1,"u":"trobriand_wdmm","p":294,"s":71,"h":1,"n":"Trobriand"},{"id":4361,"c":1,"u":"umbraxakar_wdmm","p":241,"s":71,"h":1,"n":"Umbraxakar"},{"id":4362,"c":1,"u":"undead%20bulette_wdmm","p":90,"s":71,"h":1,"n":"Undead Bulette"},{"id":4363,"c":1,"u":"undead%20shambling%20mound_wdmm","p":142,"s":71,"h":1,"n":"Undead Shambling Mound"},{"id":4364,"c":1,"u":"valtagar%20steelshadow_wdmm","p":271,"s":71,"h":1,"n":"Valtagar Steelshadow"},{"id":4365,"c":1,"u":"vertrand%20shadowdusk_wdmm","p":282,"s":71,"h":1,"n":"Vertrand Shadowdusk"},{"id":4366,"c":1,"u":"werebat_wdmm","p":317,"s":71,"h":1,"n":"Werebat"},{"id":4367,"c":1,"u":"wooden%20donkey_wdmm","p":84,"s":71,"h":1,"n":"Wooden Donkey"},{"id":4368,"c":1,"u":"wyllow_wdmm","p":70,"s":71,"h":1,"n":"Wyllow"},{"id":4369,"c":1,"u":"zalthar%20shadowdusk_wdmm","p":286,"s":71,"h":1,"n":"Zalthar Shadowdusk"},{"id":4370,"c":1,"u":"zorak%20lightdrinker_wdmm","p":204,"s":71,"h":1,"n":"Zorak Lightdrinker"},{"id":4371,"c":1,"u":"zox%20clammersham_wdmm","p":176,"s":71,"h":1,"n":"Zox Clammersham"},{"id":4372,"c":1,"u":"zress%20orlezziir_wdmm","p":136,"s":71,"h":1,"n":"Zress Orlezziir"},{"id":4373,"c":1,"u":"animated%20coffin_aatm","s":72,"h":1,"n":"Animated Coffin"},{"id":4374,"c":1,"u":"factol%20skall_aatm","s":72,"h":1,"n":"Factol Skall"},{"id":4375,"c":1,"u":"heralds%20of%20dust%20exorcist_aatm","s":72,"h":1,"n":"Heralds of Dust Exorcist"},{"id":4376,"c":1,"u":"giant%20zombie%20constrictor%20snake_aitfr-dn","p":11,"s":73,"h":1,"n":"Giant Zombie Constrictor Snake"},{"id":4377,"c":1,"u":"hamish%20hewland_aitfr-dn","p":11,"s":73,"h":1,"n":"Hamish Hewland"},{"id":4378,"c":1,"u":"kyrilla%2c%20accursed%20gorgon_aitfr-dn","p":12,"s":73,"h":1,"n":"Kyrilla, Accursed Gorgon"},{"id":4379,"c":1,"u":"skeletal%20horror_aitfr-dn","p":13,"s":73,"h":1,"n":"Skeletal Horror"},{"id":4380,"c":1,"u":"mercenary%20envoy_aitfr-fcd","p":10,"s":74,"h":1,"n":"Mercenary Envoy"},{"id":4381,"c":1,"u":"tyreus%2c%20illusionist_aitfr-fcd","p":11,"s":74,"h":1,"n":"Tyreus, Illusionist"},{"id":4382,"c":1,"u":"exul_aitfr-isf","p":12,"s":75,"h":1,"n":"Exul"},{"id":4383,"c":1,"u":"malivar_aitfr-isf","p":12,"s":75,"h":1,"n":"Malivar"},{"id":4384,"c":1,"u":"greater%20shadow%20horror_aitfr-thp","p":12,"s":76,"h":1,"n":"Greater Shadow Horror"},{"id":4385,"c":1,"u":"morwena%20veilmist_aitfr-thp","p":13,"s":76,"h":1,"n":"Morwena Veilmist"},{"id":4386,"c":1,"u":"usagt_aitfr-thp","p":14,"s":76,"h":1,"n":"Usagt"},{"id":4387,"c":1,"u":"big%20water%20slurpent_awm","p":29,"s":77,"h":1,"n":"Big Water Slurpent"},{"id":4388,"c":1,"u":"birdsquirrel_awm","p":30,"s":77,"h":1,"n":"Birdsquirrel"},{"id":4389,"c":1,"u":"boontu%20monkey_awm","p":30,"s":77,"h":1,"n":"Boontu Monkey"},{"id":4390,"c":1,"u":"crystal%20cave%20merfolk_awm","p":31,"s":77,"h":1,"n":"Crystal Cave Merfolk"},{"id":4391,"c":1,"u":"dankwood%20hag_awm","p":31,"s":77,"h":1,"n":"Dankwood Hag"},{"id":4392,"c":1,"u":"dum-dum%20goblin_awm","p":32,"s":77,"h":1,"n":"Dum-Dum Goblin"},{"id":4393,"c":1,"u":"dwarf_awm","p":32,"s":77,"h":1,"n":"Dwarf"},{"id":4394,"c":1,"u":"great%20kroom%2c%20purple%20worm_awm","p":33,"s":77,"h":1,"n":"Great Kroom, Purple Worm"},{"id":4395,"c":1,"u":"hangry%20otyugh_awm","p":33,"s":77,"h":1,"n":"Hangry Otyugh"},{"id":4396,"c":1,"u":"hill%20giant%2c%20blorbo_awm","p":34,"s":77,"h":1,"n":"Hill Giant, Blorbo"},{"id":4397,"c":1,"u":"saleeth%20the%20couatl_awm","p":34,"s":77,"h":1,"n":"Saleeth the Couatl"},{"id":4398,"c":1,"u":"yarnspinner_dod","p":22,"s":78,"h":1,"n":"Yarnspinner"},{"id":4399,"c":1,"u":"doric_hat-tg","s":79,"h":1,"n":"Doric"},{"id":4400,"c":1,"u":"edgin%20darvis_hat-tg","s":79,"h":1,"n":"Edgin Darvis"},{"id":4401,"c":1,"u":"forge%20fitzwilliam_hat-tg","s":79,"h":1,"n":"Forge Fitzwilliam"},{"id":4402,"c":1,"u":"holga%20kilgore_hat-tg","s":79,"h":1,"n":"Holga Kilgore"},{"id":4403,"c":1,"u":"simon%20aumar_hat-tg","s":79,"h":1,"n":"Simon Aumar"},{"id":4404,"c":1,"u":"sofina_hat-tg","s":79,"h":1,"n":"Sofina"},{"id":4405,"c":1,"u":"xenk%20yendar_hat-tg","s":79,"h":1,"n":"Xenk Yendar"},{"id":4406,"c":1,"u":"%22the%20demogorgon%22_imr","p":53,"s":80,"h":1,"n":"\"The Demogorgon\""},{"id":4407,"c":1,"u":"andras_imr","p":31,"s":80,"h":1,"n":"Andras"},{"id":4408,"c":1,"u":"banrion_imr","p":91,"s":80,"h":1,"n":"Banrion"},{"id":4409,"c":1,"u":"barbatos_imr","p":52,"s":80,"h":1,"n":"Barbatos"},{"id":4410,"c":1,"u":"brain%20in%20iron_imr","p":48,"s":80,"h":1,"n":"Brain in Iron"},{"id":4411,"c":1,"u":"dwarven%20worker_imr","p":15,"s":80,"h":1,"n":"Dwarven Worker"},{"id":4412,"c":1,"u":"enhanced%20medusa_imr","p":47,"s":80,"h":1,"n":"Enhanced Medusa"},{"id":4413,"c":1,"u":"enhanced%20medusa_imr","p":47,"s":80,"h":1,"n":"Daoud's Living Lanthor"},{"id":4414,"c":1,"u":"grandfather%20oak_imr","p":5,"s":80,"h":1,"n":"Grandfather Oak"},{"id":4415,"c":1,"u":"lynx%20creatlach_imr","p":54,"s":80,"h":1,"n":"Lynx Creatlach"},{"id":4416,"c":1,"u":"moghadam_imr","p":55,"s":80,"h":1,"n":"Moghadam"},{"id":4417,"c":1,"u":"neo-otyugh_imr","p":75,"s":80,"h":1,"n":"Neo-Otyugh"},{"id":4418,"c":1,"u":"seodra_imr","p":41,"s":80,"h":1,"n":"Seodra"},{"id":4419,"c":1,"u":"sir%20ursas_imr","p":56,"s":80,"h":1,"n":"Sir Ursas"},{"id":4420,"c":1,"u":"skeletal%20giant%20owl_imr","p":33,"s":80,"h":1,"n":"Skeletal Giant Owl"},{"id":4421,"c":1,"u":"skeletal%20owlbear_imr","p":36,"s":80,"h":1,"n":"Skeletal Owlbear"},{"id":4422,"c":1,"u":"skeletal%20polar%20bear_imr","p":34,"s":80,"h":1,"n":"Skeletal Polar Bear"},{"id":4423,"c":1,"u":"skeletal%20two-headed%20owlbear_imr","p":36,"s":80,"h":1,"n":"Skeletal Two-Headed Owlbear"},{"id":4424,"c":1,"u":"stolos_imr","p":33,"s":80,"h":1,"n":"Stolos"},{"id":4425,"c":1,"u":"tarnhem_imr","p":19,"s":80,"h":1,"n":"Tarnhem"},{"id":4426,"c":1,"u":"thessalar_imr","p":57,"s":80,"h":1,"n":"Thessalar"},{"id":4427,"c":1,"u":"thessalar's%20homunculus_imr","p":35,"s":80,"h":1,"n":"Thessalar's Homunculus"},{"id":4428,"c":1,"u":"thessalheart%20construct_imr","p":86,"s":80,"h":1,"n":"Thessalheart Construct"},{"id":4429,"c":1,"u":"thessalkraken_imr","p":87,"s":80,"h":1,"n":"Thessalkraken"},{"id":4430,"c":1,"u":"tiefling%20muralist_imr","p":17,"s":80,"h":1,"n":"Tiefling Muralist"},{"id":4431,"c":1,"u":"two-headed%20crocodile_imr","p":89,"s":80,"h":1,"n":"Two-Headed Crocodile"},{"id":4432,"c":1,"u":"two-headed%20owlbear_imr","p":90,"s":80,"h":1,"n":"Two-Headed Owlbear"},{"id":4433,"c":1,"u":"brain%20in%20a%20jar_llk","p":38,"s":81,"h":1,"n":"Brain in a Jar"},{"id":4434,"c":1,"u":"clockwork%20kraken_llk","p":38,"s":81,"h":1,"n":"Clockwork Kraken"},{"id":4435,"c":1,"u":"ctenmiir%20the%20vampire_llk","p":4,"s":81,"h":1,"n":"Ctenmiir the Vampire"},{"id":4436,"c":1,"u":"east%20wind_llk","p":14,"s":81,"h":1,"n":"East Wind"},{"id":4437,"c":1,"u":"elder%20monastery%20of%20the%20distressed%20body%20monk_llk","p":12,"s":81,"h":1,"n":"Elder Monastery of the Distressed Body Monk"},{"id":4438,"c":1,"u":"garret%20levistusson_llk","p":41,"s":81,"h":1,"n":"Garret Levistusson"},{"id":4439,"c":1,"u":"gearbox_llk","p":5,"s":81,"h":1,"n":"Gearbox"},{"id":4440,"c":1,"u":"gloine%20nathair-nathair_llk","p":23,"s":81,"h":1,"n":"Gloine Nathair-Nathair"},{"id":4441,"c":1,"u":"mary%20greymalkin_llk","p":41,"s":81,"h":1,"n":"Mary Greymalkin"},{"id":4442,"c":1,"u":"monastery%20of%20the%20distressed%20body%20grand%20master_llk","p":14,"s":81,"h":1,"n":"Monastery of the Distressed Body Grand Master"},{"id":4443,"c":1,"u":"monastery%20of%20the%20distressed%20body%20monk_llk","p":12,"s":81,"h":1,"n":"Monastery of the Distressed Body Monk"},{"id":4444,"c":1,"u":"ooze-folk_llk","p":46,"s":81,"h":1,"n":"Ooze-Folk"},{"id":4445,"c":1,"u":"west%20wind_llk","p":14,"s":81,"h":1,"n":"West Wind"},{"id":4446,"c":1,"u":"amble_lr","p":15,"s":82,"h":1,"n":"Amble"},{"id":4447,"c":1,"u":"fhenimore_lr","p":20,"s":82,"h":1,"n":"Fhenimore"},{"id":4448,"c":1,"u":"gar%20shatterkeel_lr","p":18,"s":82,"h":1,"n":"Gar Shatterkeel"},{"id":4449,"c":1,"u":"shoalar%20quanderil_lr","p":23,"s":82,"h":1,"n":"Shoalar Quanderil"},{"id":4450,"c":1,"u":"whymsee_lr","p":20,"s":82,"h":1,"n":"Whymsee"},{"id":4451,"c":1,"u":"young%20kraken_lr","p":21,"s":82,"h":1,"n":"Young Kraken"},{"id":4452,"c":1,"u":"asteroid%20spider_mcv1sc","p":3,"s":83,"h":1,"n":"Asteroid Spider"},{"id":4453,"c":1,"u":"clockwork%20horror_mcv1sc","p":4,"s":83,"h":1,"n":"Clockwork Horror"},{"id":4454,"c":1,"u":"eldritch%20lich_mcv1sc","p":6,"s":83,"h":1,"n":"Eldritch Lich"},{"id":4455,"c":1,"u":"fractine_mcv1sc","p":7,"s":83,"h":1,"n":"Fractine"},{"id":4456,"c":1,"u":"gadabout_mcv1sc","p":8,"s":83,"h":1,"n":"Gadabout"},{"id":4457,"c":1,"u":"goon%20balloon_mcv1sc","p":9,"s":83,"h":1,"n":"Goon Balloon"},{"id":4458,"c":1,"u":"nightmare%20beast_mcv1sc","p":10,"s":83,"h":1,"n":"Nightmare Beast"},{"id":4459,"c":1,"u":"puppeteer%20parasite_mcv1sc","p":11,"s":83,"h":1,"n":"Puppeteer Parasite"},{"id":4460,"c":1,"u":"star%20lancer_mcv1sc","p":12,"s":83,"h":1,"n":"Star Lancer"},{"id":4461,"c":1,"u":"yggdrasti_mcv1sc","p":13,"s":83,"h":1,"n":"Yggdrasti"},{"id":4462,"c":1,"u":"dream%20eater_mcv2dc","p":3,"s":84,"h":1,"n":"Dream Eater"},{"id":4463,"c":1,"u":"ember_mcv2dc","p":5,"s":84,"h":1,"n":"Ember"},{"id":4464,"c":1,"u":"forest%20master_mcv2dc","p":6,"s":84,"h":1,"n":"Forest Master"},{"id":4465,"c":1,"u":"foresworn_mcv2dc","p":7,"s":84,"h":1,"n":"Foresworn"},{"id":4466,"c":1,"u":"irda%20seeker_mcv2dc","p":8,"s":84,"h":1,"n":"Irda Seeker"},{"id":4467,"c":1,"u":"irda%20veil%20keeper_mcv2dc","p":9,"s":84,"h":1,"n":"Irda Veil Keeper"},{"id":4468,"c":1,"u":"nevermind%20gnome%20inventor_mcv2dc","p":10,"s":84,"h":1,"n":"Nevermind Gnome Inventor"},{"id":4469,"c":1,"u":"nevermind%20gnome%20mastermind_mcv2dc","p":11,"s":84,"h":1,"n":"Nevermind Gnome Mastermind"},{"id":4470,"c":1,"u":"thanoi%20hunter_mcv2dc","p":12,"s":84,"h":1,"n":"Thanoi Hunter"},{"id":4471,"c":1,"u":"traag%20draconian_mcv2dc","p":13,"s":84,"h":1,"n":"Traag Draconian"},{"id":4472,"c":1,"u":"verminaard_mcv2dc","p":15,"s":84,"h":1,"n":"Verminaard"},{"id":4473,"c":1,"u":"blaze_mcv3mc","p":3,"s":85,"h":1,"n":"Blaze"},{"id":4474,"c":1,"u":"creeper_mcv3mc","p":4,"s":85,"h":1,"n":"Creeper"},{"id":4475,"c":1,"u":"ender%20dragon_mcv3mc","p":5,"s":85,"h":1,"n":"Ender Dragon"},{"id":4476,"c":1,"u":"enderman_mcv3mc","p":6,"s":85,"h":1,"n":"Enderman"},{"id":4477,"c":1,"u":"wolf%20of%20the%20overworld_mcv3mc","p":7,"s":85,"h":1,"n":"Wolf of the Overworld"},{"id":4478,"c":1,"u":"archon%20of%20boundaries_mcv4ec","s":86,"h":1,"n":"Archon of Boundaries"},{"id":4479,"c":1,"u":"beanstalk%20wurm_mcv4ec","s":86,"h":1,"n":"Beanstalk Wurm"},{"id":4480,"c":1,"u":"deathless%20rider_mcv4ec","s":86,"h":1,"n":"Deathless Rider"},{"id":4481,"c":1,"u":"dunbarrow%20witch_mcv4ec","s":86,"h":1,"n":"Dunbarrow Witch"},{"id":4482,"c":1,"u":"faerie%20borrower_mcv4ec","s":86,"h":1,"n":"Faerie Borrower"},{"id":4483,"c":1,"u":"faerie%20pathlighter_mcv4ec","s":86,"h":1,"n":"Faerie Pathlighter"},{"id":4484,"c":1,"u":"faerie%20pest_mcv4ec","s":86,"h":1,"n":"Faerie Pest"},{"id":4485,"c":1,"u":"gingerbrute_mcv4ec","s":86,"h":1,"n":"Gingerbrute"},{"id":4486,"c":1,"u":"goose%20mother_mcv4ec","s":86,"h":1,"n":"Goose Mother"},{"id":4487,"c":1,"u":"high%20fae%20impostor_mcv4ec","s":86,"h":1,"n":"High Fae Impostor"},{"id":4488,"c":1,"u":"high%20fae%20kindguard_mcv4ec","s":86,"h":1,"n":"High Fae Kindguard"},{"id":4489,"c":1,"u":"high%20fae%20mage_mcv4ec","s":86,"h":1,"n":"High Fae Mage"},{"id":4490,"c":1,"u":"high%20fae%20noble_mcv4ec","s":86,"h":1,"n":"High Fae Noble"},{"id":4491,"c":1,"u":"knight%20of%20eldraine_mcv4ec","s":86,"h":1,"n":"Knight of Eldraine"},{"id":4492,"c":1,"u":"nightmare%20haunt_mcv4ec","s":86,"h":1,"n":"Nightmare Haunt"},{"id":4493,"c":1,"u":"ogre%20chitterlord_mcv4ec","s":86,"h":1,"n":"Ogre Chitterlord"},{"id":4494,"c":1,"u":"redtooth%20werefox_mcv4ec","s":86,"h":1,"n":"Redtooth Werefox"},{"id":4495,"c":1,"u":"sewer%20king_mcv4ec","s":86,"h":1,"n":"Sewer King"},{"id":4496,"c":1,"u":"snapping%20hydra_mcv4ec","s":86,"h":1,"n":"Snapping Hydra"},{"id":4497,"c":1,"u":"specter%20of%20night_mcv4ec","s":86,"h":1,"n":"Specter of Night"},{"id":4498,"c":1,"u":"sweettooth%20horror_mcv4ec","s":86,"h":1,"n":"Sweettooth Horror"},{"id":4499,"c":1,"u":"tempest%20hart_mcv4ec","s":86,"h":1,"n":"Tempest Hart"},{"id":4500,"c":1,"u":"treefolk_mcv4ec","s":86,"h":1,"n":"Treefolk"},{"id":4501,"c":1,"u":"witchkite_mcv4ec","s":86,"h":1,"n":"Witchkite"},{"id":4502,"c":1,"u":"witchstalker_mcv4ec","s":86,"h":1,"n":"Witchstalker"},{"id":4503,"c":1,"u":"dankwood%20duergar_mgelft","p":32,"s":87,"h":1,"n":"Dankwood Duergar"},{"id":4504,"c":1,"u":"dankwood%20grung_mgelft","p":31,"s":87,"h":1,"n":"Dankwood Grung"},{"id":4505,"c":1,"u":"king%20robbit%20the%20slimy_mgelft","p":32,"s":87,"h":1,"n":"King Robbit the Slimy"},{"id":4506,"c":1,"u":"sludge%20hag_mgelft","p":33,"s":87,"h":1,"n":"Sludge Hag"},{"id":4507,"c":1,"u":"spiderfrog_mgelft","p":33,"s":87,"h":1,"n":"Spiderfrog"},{"id":4508,"c":1,"u":"yeti%20tyke_mgelft","p":34,"s":87,"h":1,"n":"Yeti Tyke"},{"id":4509,"c":1,"u":"coral_mismv1","p":4,"s":88,"h":1,"n":"Coral"},{"id":4510,"c":1,"u":"dandylion_mismv1","p":6,"s":88,"h":1,"n":"Dandylion"},{"id":4511,"c":1,"u":"rain_mismv1","p":8,"s":88,"h":1,"n":"Rain"},{"id":4512,"c":1,"u":"scrapper_mismv1","p":10,"s":88,"h":1,"n":"Scrapper"},{"id":4513,"c":1,"u":"seth%20the%20shapeshifting%20dragon_mismv1","p":12,"s":88,"h":1,"n":"Seth the Shapeshifting Dragon"},{"id":4514,"c":1,"u":"sheldon%20the%20blueberry%20dragon_mismv1","p":14,"s":88,"h":1,"n":"Sheldon the Blueberry Dragon"},{"id":4515,"c":1,"u":"goon_nrh-ass","p":7,"s":89,"h":1,"n":"Goon"},{"id":4516,"c":1,"u":"emo_nrh-at","p":9,"s":90,"h":1,"n":"Emo"},{"id":4517,"c":1,"u":"maude_nrh-at","p":12,"s":90,"h":1,"n":"Maude"},{"id":4518,"c":1,"u":"mr.%20greystone_nrh-at","p":13,"s":90,"h":1,"n":"Mr. Greystone"},{"id":4519,"c":1,"u":"chimeric%20fox_nrh-avitw","p":8,"s":91,"h":1,"n":"Chimeric Fox"},{"id":4520,"c":1,"u":"scarlet%20sentinel_nrh-avitw","p":10,"s":91,"h":1,"n":"Scarlet Sentinel"},{"id":4521,"c":1,"u":"szikzith_nrh-awol","p":6,"s":92,"h":1,"n":"Szikzith"},{"id":4522,"c":1,"u":"clown_nrh-coi","p":7,"s":93,"h":1,"n":"Clown"},{"id":4523,"c":1,"u":"imelda_nrh-coi","p":11,"s":93,"h":1,"n":"Imelda"},{"id":4524,"c":1,"u":"magnifico_nrh-coi","p":9,"s":93,"h":1,"n":"Magnifico"},{"id":4525,"c":1,"u":"mr.%20honeycutt_nrh-tcmc","p":10,"s":94,"h":1,"n":"Mr. Honeycutt"},{"id":4526,"c":1,"u":"slurmy_nrh-tcmc","p":10,"s":94,"h":1,"n":"Slurmy"},{"id":4527,"c":1,"u":"adult%20amonkhet%20dragon_psa","p":33,"s":95,"h":1,"n":"Adult Amonkhet Dragon"},{"id":4528,"c":1,"u":"ammit_psa","p":30,"s":95,"h":1,"n":"Ammit"},{"id":4529,"c":1,"u":"amonkhet%20dragon%20wyrmling_psa","p":33,"s":95,"h":1,"n":"Amonkhet Dragon Wyrmling"},{"id":4530,"c":1,"u":"amonkhet%20hydra_psa","p":35,"s":95,"h":1,"n":"Amonkhet Hydra"},{"id":4531,"c":1,"u":"amonkhet%20mummy_psa","p":34,"s":95,"h":1,"n":"Amonkhet Mummy"},{"id":4532,"c":1,"u":"amonkhet%20mummy%20lord_psa","p":34,"s":95,"h":1,"n":"Amonkhet Mummy Lord"},{"id":4533,"c":1,"u":"amonkhet%20sphinx_psa","p":31,"s":95,"h":1,"n":"Amonkhet Sphinx"},{"id":4534,"c":1,"u":"ancient%20amonkhet%20dragon_psa","p":33,"s":95,"h":1,"n":"Ancient Amonkhet Dragon"},{"id":4535,"c":1,"u":"angel%20of%20amonkhet_psa","p":30,"s":95,"h":1,"n":"Angel of Amonkhet"},{"id":4536,"c":1,"u":"anointed_psa","p":34,"s":95,"h":1,"n":"Anointed"},{"id":4537,"c":1,"u":"archfiend%20of%20ifnir_psa","p":30,"s":95,"h":1,"n":"Archfiend of Ifnir"},{"id":4538,"c":1,"u":"cerodon_psa","p":37,"s":95,"h":1,"n":"Cerodon"},{"id":4539,"c":1,"u":"criosphinx_psa","p":32,"s":95,"h":1,"n":"Criosphinx"},{"id":4540,"c":1,"u":"eternal_psa","p":34,"s":95,"h":1,"n":"Eternal"},{"id":4541,"c":1,"u":"giant%20river%20serpent_psa","p":38,"s":95,"h":1,"n":"Giant River Serpent"},{"id":4542,"c":1,"u":"hippopotamus_psa","p":38,"s":95,"h":1,"n":"Hippopotamus"},{"id":4543,"c":1,"u":"large%20drake_psa","p":33,"s":95,"h":1,"n":"Large Drake"},{"id":4544,"c":1,"u":"manticore%2c%20heart-piercer_psa","p":36,"s":95,"h":1,"n":"Manticore, Heart-Piercer"},{"id":4545,"c":1,"u":"river%20serpent_psa","p":38,"s":95,"h":1,"n":"River Serpent"},{"id":4546,"c":1,"u":"sandwurm_psa","p":35,"s":95,"h":1,"n":"Sandwurm"},{"id":4547,"c":1,"u":"serpopard_psa","p":37,"s":95,"h":1,"n":"Serpopard"},{"id":4548,"c":1,"u":"small%20drake_psa","p":33,"s":95,"h":1,"n":"Small Drake"},{"id":4549,"c":1,"u":"soulstinger%20demon_psa","p":30,"s":95,"h":1,"n":"Soulstinger Demon"},{"id":4550,"c":1,"u":"young%20amonkhet%20dragon_psa","p":33,"s":95,"h":1,"n":"Young Amonkhet Dragon"},{"id":4551,"c":1,"u":"homarid_psd","p":15,"s":96,"h":1,"n":"Homarid"},{"id":4552,"c":1,"u":"kavu%20predator_psd","p":24,"s":96,"h":1,"n":"Kavu Predator"},{"id":4553,"c":1,"u":"lyra_psd","p":9,"s":96,"h":1,"n":"Lyra"},{"id":4554,"c":1,"u":"lyra_psd","p":9,"s":96,"h":1,"n":"Perfidious Muderator"},{"id":4555,"c":1,"u":"serra%20angel_psd","p":9,"s":96,"h":1,"n":"Serra Angel"},{"id":4556,"c":1,"u":"shalai_psd","p":9,"s":96,"h":1,"n":"Shalai"},{"id":4557,"c":1,"u":"steel%20leaf%20kavu_psd","p":24,"s":96,"h":1,"n":"Steel Leaf Kavu"},{"id":4558,"c":1,"u":"zombie%20horse_psd","p":17,"s":96,"h":1,"n":"Zombie Horse"},{"id":4559,"c":1,"u":"avacyn_psi","p":26,"s":97,"h":1,"n":"Avacyn"},{"id":4560,"c":1,"u":"bruna_psi","p":26,"s":97,"h":1,"n":"Bruna"},{"id":4561,"c":1,"u":"bruna_psi","p":26,"s":97,"h":1,"n":"Light of Alabaster"},{"id":4562,"c":1,"u":"creepy%20doll_psi","p":25,"s":97,"h":1,"n":"Creepy Doll"},{"id":4563,"c":1,"u":"demonlord%20of%20ashmouth_psi","p":37,"s":97,"h":1,"n":"Demonlord of Ashmouth"},{"id":4564,"c":1,"u":"flight%20alabaster%20angel_psi","p":26,"s":97,"h":1,"n":"Flight Alabaster Angel"},{"id":4565,"c":1,"u":"flight%20goldnight%20angel_psi","p":26,"s":97,"h":1,"n":"Flight Goldnight Angel"},{"id":4566,"c":1,"u":"flight%20of%20moonsilver%20angel_psi","p":26,"s":97,"h":1,"n":"Flight of Moonsilver Angel"},{"id":4567,"c":1,"u":"geist_psi","p":19,"s":97,"h":1,"n":"Geist"},{"id":4568,"c":1,"u":"gisela_psi","p":26,"s":97,"h":1,"n":"Gisela"},{"id":4569,"c":1,"u":"gisela_psi","p":26,"s":97,"h":1,"n":"Blade of Goldnight"},{"id":4570,"c":1,"u":"gisela_psi","p":26,"s":97,"h":1,"n":"Blade of the Church"},{"id":4571,"c":1,"u":"host%20of%20herons%20angel_psi","p":26,"s":97,"h":1,"n":"Host of Herons Angel"},{"id":4572,"c":1,"u":"keeper%20of%20the%20feather_psi","p":40,"s":97,"h":1,"n":"Keeper of the Feather"},{"id":4573,"c":1,"u":"necro-alchemist_psi","p":20,"s":97,"h":1,"n":"Necro-Alchemist"},{"id":4574,"c":1,"u":"necro-alchemist_psi","p":20,"s":97,"h":1,"n":"Geistmage"},{"id":4575,"c":1,"u":"sigarda_psi","p":26,"s":97,"h":1,"n":"Sigarda"},{"id":4576,"c":1,"u":"skaab_psi","p":20,"s":97,"h":1,"n":"Skaab"},{"id":4577,"c":1,"u":"strefan%20maurer_psi","p":33,"s":97,"h":1,"n":"Strefan Maurer"},{"id":4578,"c":1,"u":"vampire%20neonate_psi","p":17,"s":97,"h":1,"n":"Vampire Neonate"},{"id":4579,"c":1,"u":"werewolf%20(krallenhorde)_psi","p":15,"s":97,"h":1,"n":"Werewolf (Krallenhorde)"},{"id":4580,"c":1,"u":"zombie%20cat_psi","p":17,"s":97,"h":1,"n":"Zombie Cat"},{"id":4581,"c":1,"u":"zombie%20rat_psi","p":17,"s":97,"h":1,"n":"Zombie Rat"},{"id":4582,"c":1,"u":"zombie%20snake_psi","p":17,"s":97,"h":1,"n":"Zombie Snake"},{"id":4583,"c":1,"u":"angel_psk","p":27,"s":98,"h":1,"n":"Angel"},{"id":4584,"c":1,"u":"construct%20(animated%20armor)_psk","p":32,"s":98,"h":1,"n":"Construct (Animated Armor)"},{"id":4585,"c":1,"u":"construct%20(helmed%20horror)_psk","p":32,"s":98,"h":1,"n":"Construct (Helmed Horror)"},{"id":4586,"c":1,"u":"construct%20(modron)_psk","p":32,"s":98,"h":1,"n":"Construct (Modron)"},{"id":4587,"c":1,"u":"construct%20(shield%20guardian)_psk","p":32,"s":98,"h":1,"n":"Construct (Shield Guardian)"},{"id":4588,"c":1,"u":"demon_psk","p":27,"s":98,"h":1,"n":"Demon"},{"id":4589,"c":1,"u":"dragon_psk","p":29,"s":98,"h":1,"n":"Dragon"},{"id":4590,"c":1,"u":"drake%20(large)_psk","p":29,"s":98,"h":1,"n":"Drake (Large)"},{"id":4591,"c":1,"u":"drake%20(small)_psk","p":29,"s":98,"h":1,"n":"Drake (Small)"},{"id":4592,"c":1,"u":"giant_psk","p":30,"s":98,"h":1,"n":"Giant"},{"id":4593,"c":1,"u":"gremlin_psk","p":26,"s":98,"h":1,"n":"Gremlin"},{"id":4594,"c":1,"u":"hellion%20(huge)_psk","p":31,"s":98,"h":1,"n":"Hellion (Huge)"},{"id":4595,"c":1,"u":"hellion%20(large)_psk","p":31,"s":98,"h":1,"n":"Hellion (Large)"},{"id":4596,"c":1,"u":"hydra_psk","p":30,"s":98,"h":1,"n":"Hydra"},{"id":4597,"c":1,"u":"lifecraft%20elephant_psk","p":33,"s":98,"h":1,"n":"Lifecraft Elephant"},{"id":4598,"c":1,"u":"servo_psk","p":32,"s":98,"h":1,"n":"Servo"},{"id":4599,"c":1,"u":"sky%20leviathan_psk","p":28,"s":98,"h":1,"n":"Sky Leviathan"},{"id":4600,"c":1,"u":"sky%20whale_psk","p":28,"s":98,"h":1,"n":"Sky Whale"},{"id":4601,"c":1,"u":"thopter%20(bat)_psk","p":33,"s":98,"h":1,"n":"Thopter (Bat)"},{"id":4602,"c":1,"u":"thopter%20(blood%20hawk)_psk","p":33,"s":98,"h":1,"n":"Thopter (Blood Hawk)"},{"id":4603,"c":1,"u":"thopter%20(eagle)_psk","p":33,"s":98,"h":1,"n":"Thopter (Eagle)"},{"id":4604,"c":1,"u":"thopter%20(hawk)_psk","p":33,"s":98,"h":1,"n":"Thopter (Hawk)"},{"id":4605,"c":1,"u":"thopter%20(owl)_psk","p":33,"s":98,"h":1,"n":"Thopter (Owl)"},{"id":4606,"c":1,"u":"thopter%20(pseudodragon)_psk","p":33,"s":98,"h":1,"n":"Thopter (Pseudodragon)"},{"id":4607,"c":1,"u":"thopter%20(raven)_psk","p":33,"s":98,"h":1,"n":"Thopter (Raven)"},{"id":4608,"c":1,"u":"thopter%20(vulture)_psk","p":33,"s":98,"h":1,"n":"Thopter (Vulture)"},{"id":4609,"c":1,"u":"wurm_psk","p":31,"s":98,"h":1,"n":"Wurm"},{"id":4610,"c":1,"u":"aegisaur_psx","p":28,"s":99,"h":1,"n":"Aegisaur"},{"id":4611,"c":1,"u":"aerosaur%20(large)_psx","p":29,"s":99,"h":1,"n":"Aerosaur (Large)"},{"id":4612,"c":1,"u":"aerosaur%20(small)_psx","p":29,"s":99,"h":1,"n":"Aerosaur (Small)"},{"id":4613,"c":1,"u":"air%20totem%20elemental_psx","p":38,"s":99,"h":1,"n":"Air Totem Elemental"},{"id":4614,"c":1,"u":"altisaur_psx","p":27,"s":99,"h":1,"n":"Altisaur"},{"id":4615,"c":1,"u":"armasaur_psx","p":28,"s":99,"h":1,"n":"Armasaur"},{"id":4616,"c":1,"u":"awakened%20shrub%20totem%20elemental_psx","p":38,"s":99,"h":1,"n":"Awakened Shrub Totem Elemental"},{"id":4617,"c":1,"u":"blight%20totem%20elemental_psx","p":38,"s":99,"h":1,"n":"Blight Totem Elemental"},{"id":4618,"c":1,"u":"brontodon_psx","p":27,"s":99,"h":1,"n":"Brontodon"},{"id":4619,"c":1,"u":"ceratops_psx","p":28,"s":99,"h":1,"n":"Ceratops"},{"id":4620,"c":1,"u":"chupacabra_psx","p":9,"s":99,"h":1,"n":"Chupacabra"},{"id":4621,"c":1,"u":"coatl_psx","p":35,"s":99,"h":1,"n":"Coatl"},{"id":4622,"c":1,"u":"demon_psx","p":36,"s":99,"h":1,"n":"Demon"},{"id":4623,"c":1,"u":"dryad_psx","p":38,"s":99,"h":1,"n":"Dryad"},{"id":4624,"c":1,"u":"earth%20totem%20elemental_psx","p":38,"s":99,"h":1,"n":"Earth Totem Elemental"},{"id":4625,"c":1,"u":"elder%20dinosaur_psx","p":33,"s":99,"h":1,"n":"Elder Dinosaur"},{"id":4626,"c":1,"u":"elder%20dinosaur%20(etali%2c%20primal%20storm)_psx","p":34,"s":99,"h":1,"n":"Elder Dinosaur (Etali, Primal Storm)"},{"id":4627,"c":1,"u":"elder%20dinosaur%20(ghalta%2c%20primal%20hunger)_psx","p":34,"s":99,"h":1,"n":"Elder Dinosaur (Ghalta, Primal Hunger)"},{"id":4628,"c":1,"u":"elder%20dinosaur%20(nezahal%2c%20primal%20tide)_psx","p":34,"s":99,"h":1,"n":"Elder Dinosaur (Nezahal, Primal Tide)"},{"id":4629,"c":1,"u":"elder%20dinosaur%20(tetzimoc%2c%20primal%20death)_psx","p":34,"s":99,"h":1,"n":"Elder Dinosaur (Tetzimoc, Primal Death)"},{"id":4630,"c":1,"u":"elder%20dinosaur%20(zacama%2c%20primal%20calamity)_psx","p":34,"s":99,"h":1,"n":"Elder Dinosaur (Zacama, Primal Calamity)"},{"id":4631,"c":1,"u":"elder%20dinosaur%20(zetalpa%2c%20primal%20dawn)_psx","p":34,"s":99,"h":1,"n":"Elder Dinosaur (Zetalpa, Primal Dawn)"},{"id":4632,"c":1,"u":"ferocidon_psx","p":30,"s":99,"h":1,"n":"Ferocidon"},{"id":4633,"c":1,"u":"fire%20guardian_psx","p":38,"s":99,"h":1,"n":"Fire Guardian"},{"id":4634,"c":1,"u":"frilled%20deathspitter_psx","p":30,"s":99,"h":1,"n":"Frilled Deathspitter"},{"id":4635,"c":1,"u":"gishath%2c%20sun's%20avatar_psx","p":32,"s":99,"h":1,"n":"Gishath, Sun's Avatar"},{"id":4636,"c":1,"u":"griffin_psx","p":39,"s":99,"h":1,"n":"Griffin"},{"id":4637,"c":1,"u":"hadrosaur_psx","p":29,"s":99,"h":1,"n":"Hadrosaur"},{"id":4638,"c":1,"u":"hammerskull_psx","p":29,"s":99,"h":1,"n":"Hammerskull"},{"id":4639,"c":1,"u":"harpy_psx","p":36,"s":99,"h":1,"n":"Harpy"},{"id":4640,"c":1,"u":"horned%20frog_psx","p":39,"s":99,"h":1,"n":"Horned Frog"},{"id":4641,"c":1,"u":"macaw_psx","p":39,"s":99,"h":1,"n":"Macaw"},{"id":4642,"c":1,"u":"parrot_psx","p":39,"s":99,"h":1,"n":"Parrot"},{"id":4643,"c":1,"u":"piranha_psx","p":40,"s":99,"h":1,"n":"Piranha"},{"id":4644,"c":1,"u":"sailback_psx","p":30,"s":99,"h":1,"n":"Sailback"},{"id":4645,"c":1,"u":"shambling%20mound%20totem%20elemental_psx","p":38,"s":99,"h":1,"n":"Shambling Mound Totem Elemental"},{"id":4646,"c":1,"u":"stone%20guardian%20(animated%20armor)_psx","p":40,"s":99,"h":1,"n":"Stone Guardian (Animated Armor)"},{"id":4647,"c":1,"u":"stone%20guardian%20(helmed%20horror)_psx","p":40,"s":99,"h":1,"n":"Stone Guardian (Helmed Horror)"},{"id":4648,"c":1,"u":"stone%20guardian%20(shield%20guardian)_psx","p":40,"s":99,"h":1,"n":"Stone Guardian (Shield Guardian)"},{"id":4649,"c":1,"u":"stone%20guardian%20(stone%20golem)_psx","p":40,"s":99,"h":1,"n":"Stone Guardian (Stone Golem)"},{"id":4650,"c":1,"u":"sunbird_psx","p":32,"s":99,"h":1,"n":"Sunbird"},{"id":4651,"c":1,"u":"swarm%20of%20piranhas_psx","p":40,"s":99,"h":1,"n":"Swarm of Piranhas"},{"id":4652,"c":1,"u":"treant%20totem%20elemental_psx","p":38,"s":99,"h":1,"n":"Treant Totem Elemental"},{"id":4653,"c":1,"u":"trilobite_psx","p":40,"s":99,"h":1,"n":"Trilobite"},{"id":4654,"c":1,"u":"trilobite%20(giant)_psx","p":40,"s":99,"h":1,"n":"Trilobite (Giant)"},{"id":4655,"c":1,"u":"tyrant_psx","p":31,"s":99,"h":1,"n":"Tyrant"},{"id":4656,"c":1,"u":"tyrant_psx","p":31,"s":99,"h":1,"n":"Monstrosaur"},{"id":4657,"c":1,"u":"tyrant_psx","p":31,"s":99,"h":1,"n":"Dreadmaw"},{"id":4658,"c":1,"u":"tyrant_psx","p":31,"s":99,"h":1,"n":"Swordtooth"},{"id":4659,"c":1,"u":"tyrant_psx","p":31,"s":99,"h":1,"n":"Regisaur"},{"id":4660,"c":1,"u":"water%20totem%20elemental_psx","p":38,"s":99,"h":1,"n":"Water Totem Elemental"},{"id":4661,"c":1,"u":"angel_psz","p":21,"s":100,"h":1,"n":"Angel"},{"id":4662,"c":1,"u":"archon%20of%20redemption_psz","p":22,"s":100,"h":1,"n":"Archon of Redemption"},{"id":4663,"c":1,"u":"baloth_psz","p":33,"s":100,"h":1,"n":"Baloth"},{"id":4664,"c":1,"u":"boulderfoot%20giant_psz","p":30,"s":100,"h":1,"n":"Boulderfoot Giant"},{"id":4665,"c":1,"u":"caustic%20crawler_psz","p":27,"s":100,"h":1,"n":"Caustic Crawler"},{"id":4666,"c":1,"u":"drake%20(large)_psz","p":24,"s":100,"h":1,"n":"Drake (Large)"},{"id":4667,"c":1,"u":"drake%20(small)_psz","p":24,"s":100,"h":1,"n":"Drake (Small)"},{"id":4668,"c":1,"u":"emrakul_psz","p":38,"s":100,"h":1,"n":"Emrakul"},{"id":4669,"c":1,"u":"felidar_psz","p":23,"s":100,"h":1,"n":"Felidar"},{"id":4670,"c":1,"u":"gnarlid_psz","p":34,"s":100,"h":1,"n":"Gnarlid"},{"id":4671,"c":1,"u":"gomazoa_psz","p":26,"s":100,"h":1,"n":"Gomazoa"},{"id":4672,"c":1,"u":"great%20cat_psz","p":34,"s":100,"h":1,"n":"Great Cat"},{"id":4673,"c":1,"u":"griffin%20(type%201)_psz","p":22,"s":100,"h":1,"n":"Griffin (Type 1)"},{"id":4674,"c":1,"u":"griffin%20(type%202)_psz","p":22,"s":100,"h":1,"n":"Griffin (Type 2)"},{"id":4675,"c":1,"u":"heartstabber%20mosquito_psz","p":27,"s":100,"h":1,"n":"Heartstabber Mosquito"},{"id":4676,"c":1,"u":"hellion_psz","p":32,"s":100,"h":1,"n":"Hellion"},{"id":4677,"c":1,"u":"hurda_psz","p":30,"s":100,"h":1,"n":"Hurda"},{"id":4678,"c":1,"u":"iona_psz","p":21,"s":100,"h":1,"n":"Iona"},{"id":4679,"c":1,"u":"kozilek_psz","p":38,"s":100,"h":1,"n":"Kozilek"},{"id":4680,"c":1,"u":"kraken_psz","p":25,"s":100,"h":1,"n":"Kraken"},{"id":4681,"c":1,"u":"linvala_psz","p":21,"s":100,"h":1,"n":"Linvala"},{"id":4682,"c":1,"u":"ogre%20channeler_psz","p":31,"s":100,"h":1,"n":"Ogre Channeler"},{"id":4683,"c":1,"u":"oxen_psz","p":34,"s":100,"h":1,"n":"Oxen"},{"id":4684,"c":1,"u":"pestilence%20demon_psz","p":27,"s":100,"h":1,"n":"Pestilence Demon"},{"id":4685,"c":1,"u":"shade_psz","p":28,"s":100,"h":1,"n":"Shade"},{"id":4686,"c":1,"u":"shatterskull%20giant_psz","p":30,"s":100,"h":1,"n":"Shatterskull Giant"},{"id":4687,"c":1,"u":"shoal%20serpent_psz","p":26,"s":100,"h":1,"n":"Shoal Serpent"},{"id":4688,"c":1,"u":"sphinx%20(type%201)_psz","p":24,"s":100,"h":1,"n":"Sphinx (Type 1)"},{"id":4689,"c":1,"u":"sphinx%20(type%202)_psz","p":24,"s":100,"h":1,"n":"Sphinx (Type 2)"},{"id":4690,"c":1,"u":"spirit_psz","p":28,"s":100,"h":1,"n":"Spirit"},{"id":4691,"c":1,"u":"surrakar_psz","p":26,"s":100,"h":1,"n":"Surrakar"},{"id":4692,"c":1,"u":"terastodon_psz","p":34,"s":100,"h":1,"n":"Terastodon"},{"id":4693,"c":1,"u":"terra%20stomper_psz","p":34,"s":100,"h":1,"n":"Terra Stomper"},{"id":4694,"c":1,"u":"timbermaw_psz","p":34,"s":100,"h":1,"n":"Timbermaw"},{"id":4695,"c":1,"u":"trench%20giant_psz","p":30,"s":100,"h":1,"n":"Trench Giant"},{"id":4696,"c":1,"u":"turntimber%20giant_psz","p":30,"s":100,"h":1,"n":"Turntimber Giant"},{"id":4697,"c":1,"u":"ulamog_psz","p":38,"s":100,"h":1,"n":"Ulamog"},{"id":4698,"c":1,"u":"vampire%20null_psz","p":28,"s":100,"h":1,"n":"Vampire Null"},{"id":4699,"c":1,"u":"woodcrasher%20baloth_psz","p":33,"s":100,"h":1,"n":"Woodcrasher Baloth"},{"id":4700,"c":1,"u":"wraith_psz","p":28,"s":100,"h":1,"n":"Wraith"},{"id":4701,"c":1,"u":"wurm_psz","p":32,"s":100,"h":1,"n":"Wurm"},{"id":4702,"c":1,"u":"zendikar%20dragon_psz","p":29,"s":100,"h":1,"n":"Zendikar Dragon"},{"id":4703,"c":1,"u":"zendikar%20golem_psz","p":36,"s":100,"h":1,"n":"Zendikar Golem"},{"id":4704,"c":1,"u":"dirt-under-nails_rtg","p":32,"s":101,"h":1,"n":"Dirt-Under-Nails"},{"id":4705,"c":1,"u":"rotter_rtg","p":34,"s":101,"h":1,"n":"Rotter"},{"id":4706,"c":1,"u":"decapus_ttp","p":21,"s":102,"h":1,"n":"Decapus"},{"id":4707,"c":1,"u":"geonid_ttp","p":22,"s":102,"h":1,"n":"Geonid"},{"id":4708,"c":1,"u":"giant%20slug_ttp","p":18,"s":102,"h":1,"n":"Giant Slug"},{"id":4709,"c":1,"u":"topi_ttp","p":22,"s":102,"h":1,"n":"Topi"},{"id":4710,"c":1,"u":"two-headed%20plesiosaurus_ttp","p":18,"s":102,"h":1,"n":"Two-Headed Plesiosaurus"},{"id":4711,"c":2,"u":"antagonize_bmt","p":50,"s":1,"h":1,"n":"Antagonize"},{"id":4712,"c":2,"u":"spirit%20of%20death_bmt","p":50,"s":1,"h":1,"n":"Spirit of Death"},{"id":4713,"c":2,"u":"spray%20of%20cards_bmt","p":50,"s":1,"h":1,"n":"Spray of Cards"},{"id":4714,"c":2,"u":"ashardalon's%20stride_ftd","p":19,"s":2,"h":1,"n":"Ashardalon's Stride"},{"id":4715,"c":2,"u":"draconic%20transformation_ftd","p":19,"s":2,"h":1,"n":"Draconic Transformation"},{"id":4716,"c":2,"u":"fizban's%20platinum%20shield_ftd","p":20,"s":2,"h":1,"n":"Fizban's Platinum Shield"},{"id":4717,"c":2,"u":"nathair's%20mischief_ftd","p":20,"s":2,"h":1,"n":"Nathair's Mischief"},{"id":4718,"c":2,"u":"raulothim's%20psychic%20lance_ftd","p":21,"s":2,"h":1,"n":"Raulothim's Psychic Lance"},{"id":4719,"c":2,"u":"rime's%20binding%20ice_ftd","p":21,"s":2,"h":1,"n":"Rime's Binding Ice"},{"id":4720,"c":2,"u":"summon%20draconic%20spirit_ftd","p":21,"s":2,"h":1,"n":"Summon Draconic Spirit"},{"id":4721,"c":2,"u":"blade%20of%20disaster_tce","p":106,"s":4,"h":1,"n":"Blade of Disaster"},{"id":4722,"c":2,"u":"booming%20blade_tce","p":106,"s":4,"h":1,"n":"Booming Blade"},{"id":4723,"c":2,"u":"dream%20of%20the%20blue%20veil_tce","p":106,"s":4,"h":1,"n":"Dream of the Blue Veil"},{"id":4724,"c":2,"u":"green-flame%20blade_tce","p":107,"s":4,"h":1,"n":"Green-Flame Blade"},{"id":4725,"c":2,"u":"intellect%20fortress_tce","p":107,"s":4,"h":1,"n":"Intellect Fortress"},{"id":4726,"c":2,"u":"lightning%20lure_tce","p":107,"s":4,"h":1,"n":"Lightning Lure"},{"id":4727,"c":2,"u":"mind%20sliver_tce","p":108,"s":4,"h":1,"n":"Mind Sliver"},{"id":4728,"c":2,"u":"spirit%20shroud_tce","p":108,"s":4,"h":1,"n":"Spirit Shroud"},{"id":4729,"c":2,"u":"summon%20aberration_tce","p":109,"s":4,"h":1,"n":"Summon Aberration"},{"id":4730,"c":2,"u":"summon%20beast_tce","p":109,"s":4,"h":1,"n":"Summon Beast"},{"id":4731,"c":2,"u":"summon%20celestial_tce","p":110,"s":4,"h":1,"n":"Summon Celestial"},{"id":4732,"c":2,"u":"summon%20construct_tce","p":111,"s":4,"h":1,"n":"Summon Construct"},{"id":4733,"c":2,"u":"summon%20elemental_tce","p":111,"s":4,"h":1,"n":"Summon Elemental"},{"id":4734,"c":2,"u":"summon%20fey_tce","p":112,"s":4,"h":1,"n":"Summon Fey"},{"id":4735,"c":2,"u":"summon%20fiend_tce","p":112,"s":4,"h":1,"n":"Summon Fiend"},{"id":4736,"c":2,"u":"summon%20shadowspawn_tce","p":113,"s":4,"h":1,"n":"Summon Shadowspawn"},{"id":4737,"c":2,"u":"summon%20undead_tce","p":114,"s":4,"h":1,"n":"Summon Undead"},{"id":4738,"c":2,"u":"sword%20burst_tce","p":115,"s":4,"h":1,"n":"Sword Burst"},{"id":4739,"c":2,"u":"tasha's%20caustic%20brew_tce","p":115,"s":4,"h":1,"n":"Tasha's Caustic Brew"},{"id":4740,"c":2,"u":"tasha's%20mind%20whip_tce","p":115,"s":4,"h":1,"n":"Tasha's Mind Whip"},{"id":4741,"c":2,"u":"tasha's%20otherworldly%20guise_tce","p":116,"s":4,"h":1,"n":"Tasha's Otherworldly Guise"},{"id":4742,"c":2,"u":"abi-dalzim's%20horrid%20wilting_xge","p":150,"s":6,"h":1,"n":"Abi-Dalzim's Horrid Wilting"},{"id":4743,"c":2,"u":"absorb%20elements_xge","p":150,"s":6,"h":1,"n":"Absorb Elements"},{"id":4744,"c":2,"u":"aganazzar's%20scorcher_xge","p":150,"s":6,"h":1,"n":"Aganazzar's Scorcher"},{"id":4745,"c":2,"u":"beast%20bond_xge","p":150,"s":6,"h":1,"n":"Beast Bond"},{"id":4746,"c":2,"u":"bones%20of%20the%20earth_xge","p":150,"s":6,"h":1,"n":"Bones of the Earth"},{"id":4747,"c":2,"u":"catapult_xge","p":150,"s":6,"h":1,"n":"Catapult"},{"id":4748,"c":2,"u":"catnap_xge","p":151,"s":6,"h":1,"n":"Catnap"},{"id":4749,"c":2,"u":"cause%20fear_xge","p":151,"s":6,"h":1,"n":"Cause Fear"},{"id":4750,"c":2,"u":"ceremony_xge","p":151,"s":6,"h":1,"n":"Ceremony"},{"id":4751,"c":2,"u":"chaos%20bolt_xge","p":151,"s":6,"h":1,"n":"Chaos Bolt"},{"id":4752,"c":2,"u":"charm%20monster_xge","p":151,"s":6,"h":1,"n":"Charm Monster"},{"id":4753,"c":2,"u":"control%20flames_xge","p":152,"s":6,"h":1,"n":"Control Flames"},{"id":4754,"c":2,"u":"control%20winds_xge","p":152,"s":6,"h":1,"n":"Control Winds"},{"id":4755,"c":2,"u":"create%20bonfire_xge","p":152,"s":6,"h":1,"n":"Create Bonfire"},{"id":4756,"c":2,"u":"create%20homunculus_xge","p":152,"s":6,"h":1,"n":"Create Homunculus"},{"id":4757,"c":2,"u":"crown%20of%20stars_xge","p":152,"s":6,"h":1,"n":"Crown of Stars"},{"id":4758,"c":2,"u":"danse%20macabre_xge","p":153,"s":6,"h":1,"n":"Danse Macabre"},{"id":4759,"c":2,"u":"dawn_xge","p":153,"s":6,"h":1,"n":"Dawn"},{"id":4760,"c":2,"u":"dragon's%20breath_xge","p":154,"s":6,"h":1,"n":"Dragon's Breath"},{"id":4761,"c":2,"u":"druid%20grove_xge","p":154,"s":6,"h":1,"n":"Druid Grove"},{"id":4762,"c":2,"u":"dust%20devil_xge","p":154,"s":6,"h":1,"n":"Dust Devil"},{"id":4763,"c":2,"u":"earth%20tremor_xge","p":155,"s":6,"h":1,"n":"Earth Tremor"},{"id":4764,"c":2,"u":"earthbind_xge","p":154,"s":6,"h":1,"n":"Earthbind"},{"id":4765,"c":2,"u":"elemental%20bane_xge","p":155,"s":6,"h":1,"n":"Elemental Bane"},{"id":4766,"c":2,"u":"enemies%20abound_xge","p":155,"s":6,"h":1,"n":"Enemies Abound"},{"id":4767,"c":2,"u":"enervation_xge","p":155,"s":6,"h":1,"n":"Enervation"},{"id":4768,"c":2,"u":"erupting%20earth_xge","p":155,"s":6,"h":1,"n":"Erupting Earth"},{"id":4769,"c":2,"u":"far%20step_xge","p":155,"s":6,"h":1,"n":"Far Step"},{"id":4770,"c":2,"u":"find%20greater%20steed_xge","p":156,"s":6,"h":1,"n":"Find Greater Steed"},{"id":4771,"c":2,"u":"flame%20arrows_xge","p":156,"s":6,"h":1,"n":"Flame Arrows"},{"id":4772,"c":2,"u":"frostbite_xge","p":156,"s":6,"h":1,"n":"Frostbite"},{"id":4773,"c":2,"u":"guardian%20of%20nature_xge","p":157,"s":6,"h":1,"n":"Guardian of Nature"},{"id":4774,"c":2,"u":"gust_xge","p":157,"s":6,"h":1,"n":"Gust"},{"id":4775,"c":2,"u":"healing%20spirit_xge","p":157,"s":6,"h":1,"n":"Healing Spirit"},{"id":4776,"c":2,"u":"holy%20weapon_xge","p":157,"s":6,"h":1,"n":"Holy Weapon"},{"id":4777,"c":2,"u":"ice%20knife_xge","p":157,"s":6,"h":1,"n":"Ice Knife"},{"id":4778,"c":2,"u":"illusory%20dragon_xge","p":157,"s":6,"h":1,"n":"Illusory Dragon"},{"id":4779,"c":2,"u":"immolation_xge","p":158,"s":6,"h":1,"n":"Immolation"},{"id":4780,"c":2,"u":"infernal%20calling_xge","p":158,"s":6,"h":1,"n":"Infernal Calling"},{"id":4781,"c":2,"u":"infestation_xge","p":158,"s":6,"h":1,"n":"Infestation"},{"id":4782,"c":2,"u":"investiture%20of%20flame_xge","p":159,"s":6,"h":1,"n":"Investiture of Flame"},{"id":4783,"c":2,"u":"investiture%20of%20ice_xge","p":159,"s":6,"h":1,"n":"Investiture of Ice"},{"id":4784,"c":2,"u":"investiture%20of%20stone_xge","p":159,"s":6,"h":1,"n":"Investiture of Stone"},{"id":4785,"c":2,"u":"investiture%20of%20wind_xge","p":160,"s":6,"h":1,"n":"Investiture of Wind"},{"id":4786,"c":2,"u":"invulnerability_xge","p":160,"s":6,"h":1,"n":"Invulnerability"},{"id":4787,"c":2,"u":"life%20transference_xge","p":160,"s":6,"h":1,"n":"Life Transference"},{"id":4788,"c":2,"u":"maddening%20darkness_xge","p":160,"s":6,"h":1,"n":"Maddening Darkness"},{"id":4789,"c":2,"u":"maelstrom_xge","p":160,"s":6,"h":1,"n":"Maelstrom"},{"id":4790,"c":2,"u":"magic%20stone_xge","p":160,"s":6,"h":1,"n":"Magic Stone"},{"id":4791,"c":2,"u":"mass%20polymorph_xge","p":160,"s":6,"h":1,"n":"Mass Polymorph"},{"id":4792,"c":2,"u":"maximilian's%20earthen%20grasp_xge","p":161,"s":6,"h":1,"n":"Maximilian's Earthen Grasp"},{"id":4793,"c":2,"u":"melf's%20minute%20meteors_xge","p":161,"s":6,"h":1,"n":"Melf's Minute Meteors"},{"id":4794,"c":2,"u":"mental%20prison_xge","p":161,"s":6,"h":1,"n":"Mental Prison"},{"id":4795,"c":2,"u":"mighty%20fortress_xge","p":161,"s":6,"h":1,"n":"Mighty Fortress"},{"id":4796,"c":2,"u":"mind%20spike_xge","p":162,"s":6,"h":1,"n":"Mind Spike"},{"id":4797,"c":2,"u":"mold%20earth_xge","p":162,"s":6,"h":1,"n":"Mold Earth"},{"id":4798,"c":2,"u":"negative%20energy%20flood_xge","p":163,"s":6,"h":1,"n":"Negative Energy Flood"},{"id":4799,"c":2,"u":"power%20word%20pain_xge","p":163,"s":6,"h":1,"n":"Power Word Pain"},{"id":4800,"c":2,"u":"primal%20savagery_xge","p":163,"s":6,"h":1,"n":"Primal Savagery"},{"id":4801,"c":2,"u":"primordial%20ward_xge","p":163,"s":6,"h":1,"n":"Primordial Ward"},{"id":4802,"c":2,"u":"psychic%20scream_xge","p":163,"s":6,"h":1,"n":"Psychic Scream"},{"id":4803,"c":2,"u":"pyrotechnics_xge","p":163,"s":6,"h":1,"n":"Pyrotechnics"},{"id":4804,"c":2,"u":"scatter_xge","p":164,"s":6,"h":1,"n":"Scatter"},{"id":4805,"c":2,"u":"shadow%20blade_xge","p":164,"s":6,"h":1,"n":"Shadow Blade"},{"id":4806,"c":2,"u":"shadow%20of%20moil_xge","p":164,"s":6,"h":1,"n":"Shadow of Moil"},{"id":4807,"c":2,"u":"shape%20water_xge","p":164,"s":6,"h":1,"n":"Shape Water"},{"id":4808,"c":2,"u":"sickening%20radiance_xge","p":164,"s":6,"h":1,"n":"Sickening Radiance"},{"id":4809,"c":2,"u":"skill%20empowerment_xge","p":165,"s":6,"h":1,"n":"Skill Empowerment"},{"id":4810,"c":2,"u":"skywrite_xge","p":165,"s":6,"h":1,"n":"Skywrite"},{"id":4811,"c":2,"u":"snare_xge","p":165,"s":6,"h":1,"n":"Snare"},{"id":4812,"c":2,"u":"snilloc's%20snowball%20swarm_xge","p":165,"s":6,"h":1,"n":"Snilloc's Snowball Swarm"},{"id":4813,"c":2,"u":"soul%20cage_xge","p":165,"s":6,"h":1,"n":"Soul Cage"},{"id":4814,"c":2,"u":"steel%20wind%20strike_xge","p":166,"s":6,"h":1,"n":"Steel Wind Strike"},{"id":4815,"c":2,"u":"storm%20sphere_xge","p":166,"s":6,"h":1,"n":"Storm Sphere"},{"id":4816,"c":2,"u":"summon%20greater%20demon_xge","p":166,"s":6,"h":1,"n":"Summon Greater Demon"},{"id":4817,"c":2,"u":"summon%20lesser%20demons_xge","p":167,"s":6,"h":1,"n":"Summon Lesser Demons"},{"id":4818,"c":2,"u":"synaptic%20static_xge","p":167,"s":6,"h":1,"n":"Synaptic Static"},{"id":4819,"c":2,"u":"temple%20of%20the%20gods_xge","p":167,"s":6,"h":1,"n":"Temple of the Gods"},{"id":4820,"c":2,"u":"tenser's%20transformation_xge","p":168,"s":6,"h":1,"n":"Tenser's Transformation"},{"id":4821,"c":2,"u":"thunder%20step_xge","p":168,"s":6,"h":1,"n":"Thunder Step"},{"id":4822,"c":2,"u":"thunderclap_xge","p":168,"s":6,"h":1,"n":"Thunderclap"},{"id":4823,"c":2,"u":"tidal%20wave_xge","p":168,"s":6,"h":1,"n":"Tidal Wave"},{"id":4824,"c":2,"u":"tiny%20servant_xge","p":168,"s":6,"h":1,"n":"Tiny Servant"},{"id":4825,"c":2,"u":"toll%20the%20dead_xge","p":169,"s":6,"h":1,"n":"Toll the Dead"},{"id":4826,"c":2,"u":"transmute%20rock_xge","p":169,"s":6,"h":1,"n":"Transmute Rock"},{"id":4827,"c":2,"u":"vitriolic%20sphere_xge","p":170,"s":6,"h":1,"n":"Vitriolic Sphere"},{"id":4828,"c":2,"u":"wall%20of%20light_xge","p":170,"s":6,"h":1,"n":"Wall of Light"},{"id":4829,"c":2,"u":"wall%20of%20sand_xge","p":170,"s":6,"h":1,"n":"Wall of Sand"},{"id":4830,"c":2,"u":"wall%20of%20water_xge","p":170,"s":6,"h":1,"n":"Wall of Water"},{"id":4831,"c":2,"u":"warding%20wind_xge","p":170,"s":6,"h":1,"n":"Warding Wind"},{"id":4832,"c":2,"u":"watery%20sphere_xge","p":170,"s":6,"h":1,"n":"Watery Sphere"},{"id":4833,"c":2,"u":"whirlwind_xge","p":171,"s":6,"h":1,"n":"Whirlwind"},{"id":4834,"c":2,"u":"word%20of%20radiance_xge","p":171,"s":6,"h":1,"n":"Word of Radiance"},{"id":4835,"c":2,"u":"wrath%20of%20nature_xge","p":171,"s":6,"h":1,"n":"Wrath of Nature"},{"id":4836,"c":2,"u":"zephyr%20strike_xge","p":171,"s":6,"h":1,"n":"Zephyr Strike"},{"id":4837,"c":2,"u":"acid%20splash_xphb","p":239,"s":8,"h":1,"n":"Acid Splash"},{"id":4838,"c":2,"u":"aid_xphb","p":239,"s":8,"h":1,"n":"Aid"},{"id":4839,"c":2,"u":"alarm_xphb","p":239,"s":8,"h":1,"n":"Alarm"},{"id":4840,"c":2,"u":"alter%20self_xphb","p":239,"s":8,"h":1,"n":"Alter Self"},{"id":4841,"c":2,"u":"animal%20friendship_xphb","p":239,"s":8,"h":1,"n":"Animal Friendship"},{"id":4842,"c":2,"u":"animal%20messenger_xphb","p":240,"s":8,"h":1,"n":"Animal Messenger"},{"id":4843,"c":2,"u":"animal%20shapes_xphb","p":240,"s":8,"h":1,"n":"Animal Shapes"},{"id":4844,"c":2,"u":"animate%20dead_xphb","p":240,"s":8,"h":1,"n":"Animate Dead"},{"id":4845,"c":2,"u":"animate%20objects_xphb","p":240,"s":8,"h":1,"n":"Animate Objects"},{"id":4846,"c":2,"u":"antilife%20shell_xphb","p":241,"s":8,"h":1,"n":"Antilife Shell"},{"id":4847,"c":2,"u":"antimagic%20field_xphb","p":241,"s":8,"h":1,"n":"Antimagic Field"},{"id":4848,"c":2,"u":"antipathy%2fsympathy_xphb","p":242,"s":8,"h":1,"n":"Antipathy/Sympathy"},{"id":4849,"c":2,"u":"arcane%20eye_xphb","p":242,"s":8,"h":1,"n":"Arcane Eye"},{"id":4850,"c":2,"u":"arcane%20gate_xphb","p":242,"s":8,"h":1,"n":"Arcane Gate"},{"id":4851,"c":2,"u":"arcane%20lock_xphb","p":242,"s":8,"h":1,"n":"Arcane Lock"},{"id":4852,"c":2,"u":"arcane%20vigor_xphb","p":242,"s":8,"h":1,"n":"Arcane Vigor"},{"id":4853,"c":2,"u":"armor%20of%20agathys_xphb","p":243,"s":8,"h":1,"n":"Armor of Agathys"},{"id":4854,"c":2,"u":"arms%20of%20hadar_xphb","p":243,"s":8,"h":1,"n":"Arms of Hadar"},{"id":4855,"c":2,"u":"astral%20projection_xphb","p":243,"s":8,"h":1,"n":"Astral Projection"},{"id":4856,"c":2,"u":"augury_xphb","p":244,"s":8,"h":1,"n":"Augury"},{"id":4857,"c":2,"u":"aura%20of%20life_xphb","p":244,"s":8,"h":1,"n":"Aura of Life"},{"id":4858,"c":2,"u":"aura%20of%20purity_xphb","p":244,"s":8,"h":1,"n":"Aura of Purity"},{"id":4859,"c":2,"u":"aura%20of%20vitality_xphb","p":244,"s":8,"h":1,"n":"Aura of Vitality"},{"id":4860,"c":2,"u":"awaken_xphb","p":245,"s":8,"h":1,"n":"Awaken"},{"id":4861,"c":2,"u":"bane_xphb","p":245,"s":8,"h":1,"n":"Bane"},{"id":4862,"c":2,"u":"banishing%20smite_xphb","p":245,"s":8,"h":1,"n":"Banishing Smite"},{"id":4863,"c":2,"u":"banishment_xphb","p":245,"s":8,"h":1,"n":"Banishment"},{"id":4864,"c":2,"u":"barkskin_xphb","p":245,"s":8,"h":1,"n":"Barkskin"},{"id":4865,"c":2,"u":"beacon%20of%20hope_xphb","p":245,"s":8,"h":1,"n":"Beacon of Hope"},{"id":4866,"c":2,"u":"beast%20sense_xphb","p":245,"s":8,"h":1,"n":"Beast Sense"},{"id":4867,"c":2,"u":"befuddlement_xphb","p":245,"s":8,"h":1,"n":"Befuddlement"},{"id":4868,"c":2,"u":"bestow%20curse_xphb","p":246,"s":8,"h":1,"n":"Bestow Curse"},{"id":4869,"c":2,"u":"bigby's%20hand_xphb","p":245,"s":8,"h":1,"n":"Bigby's Hand"},{"id":4870,"c":2,"u":"blade%20barrier_xphb","p":247,"s":8,"h":1,"n":"Blade Barrier"},{"id":4871,"c":2,"u":"blade%20ward_xphb","p":247,"s":8,"h":1,"n":"Blade Ward"},{"id":4872,"c":2,"u":"bless_xphb","p":247,"s":8,"h":1,"n":"Bless"},{"id":4873,"c":2,"u":"blight_xphb","p":247,"s":8,"h":1,"n":"Blight"},{"id":4874,"c":2,"u":"blinding%20smite_xphb","p":247,"s":8,"h":1,"n":"Blinding Smite"},{"id":4875,"c":2,"u":"blindness%2fdeafness_xphb","p":248,"s":8,"h":1,"n":"Blindness/Deafness"},{"id":4876,"c":2,"u":"blink_xphb","p":248,"s":8,"h":1,"n":"Blink"},{"id":4877,"c":2,"u":"blur_xphb","p":248,"s":8,"h":1,"n":"Blur"},{"id":4878,"c":2,"u":"burning%20hands_xphb","p":248,"s":8,"h":1,"n":"Burning Hands"},{"id":4879,"c":2,"u":"call%20lightning_xphb","p":248,"s":8,"h":1,"n":"Call Lightning"},{"id":4880,"c":2,"u":"calm%20emotions_xphb","p":249,"s":8,"h":1,"n":"Calm Emotions"},{"id":4881,"c":2,"u":"chain%20lightning_xphb","p":249,"s":8,"h":1,"n":"Chain Lightning"},{"id":4882,"c":2,"u":"charm%20monster_xphb","p":249,"s":8,"h":1,"n":"Charm Monster"},{"id":4883,"c":2,"u":"charm%20person_xphb","p":249,"s":8,"h":1,"n":"Charm Person"},{"id":4884,"c":2,"u":"chill%20touch_xphb","p":249,"s":8,"h":1,"n":"Chill Touch"},{"id":4885,"c":2,"u":"chromatic%20orb_xphb","p":249,"s":8,"h":1,"n":"Chromatic Orb"},{"id":4886,"c":2,"u":"circle%20of%20death_xphb","p":250,"s":8,"h":1,"n":"Circle of Death"},{"id":4887,"c":2,"u":"circle%20of%20power_xphb","p":250,"s":8,"h":1,"n":"Circle of Power"},{"id":4888,"c":2,"u":"clairvoyance_xphb","p":250,"s":8,"h":1,"n":"Clairvoyance"},{"id":4889,"c":2,"u":"clone_xphb","p":251,"s":8,"h":1,"n":"Clone"},{"id":4890,"c":2,"u":"cloud%20of%20daggers_xphb","p":251,"s":8,"h":1,"n":"Cloud of Daggers"},{"id":4891,"c":2,"u":"cloudkill_xphb","p":251,"s":8,"h":1,"n":"Cloudkill"},{"id":4892,"c":2,"u":"color%20spray_xphb","p":251,"s":8,"h":1,"n":"Color Spray"},{"id":4893,"c":2,"u":"command_xphb","p":251,"s":8,"h":1,"n":"Command"},{"id":4894,"c":2,"u":"commune_xphb","p":252,"s":8,"h":1,"n":"Commune"},{"id":4895,"c":2,"u":"commune%20with%20nature_xphb","p":252,"s":8,"h":1,"n":"Commune with Nature"},{"id":4896,"c":2,"u":"compelled%20duel_xphb","p":252,"s":8,"h":1,"n":"Compelled Duel"},{"id":4897,"c":2,"u":"comprehend%20languages_xphb","p":252,"s":8,"h":1,"n":"Comprehend Languages"},{"id":4898,"c":2,"u":"compulsion_xphb","p":252,"s":8,"h":1,"n":"Compulsion"},{"id":4899,"c":2,"u":"cone%20of%20cold_xphb","p":253,"s":8,"h":1,"n":"Cone of Cold"},{"id":4900,"c":2,"u":"confusion_xphb","p":253,"s":8,"h":1,"n":"Confusion"},{"id":4901,"c":2,"u":"conjure%20animals_xphb","p":254,"s":8,"h":1,"n":"Conjure Animals"},{"id":4902,"c":2,"u":"conjure%20barrage_xphb","p":254,"s":8,"h":1,"n":"Conjure Barrage"},{"id":4903,"c":2,"u":"conjure%20celestial_xphb","p":254,"s":8,"h":1,"n":"Conjure Celestial"},{"id":4904,"c":2,"u":"conjure%20elemental_xphb","p":254,"s":8,"h":1,"n":"Conjure Elemental"},{"id":4905,"c":2,"u":"conjure%20fey_xphb","p":255,"s":8,"h":1,"n":"Conjure Fey"},{"id":4906,"c":2,"u":"conjure%20minor%20elementals_xphb","p":255,"s":8,"h":1,"n":"Conjure Minor Elementals"},{"id":4907,"c":2,"u":"conjure%20volley_xphb","p":255,"s":8,"h":1,"n":"Conjure Volley"},{"id":4908,"c":2,"u":"conjure%20woodland%20beings_xphb","p":255,"s":8,"h":1,"n":"Conjure Woodland Beings"},{"id":4909,"c":2,"u":"contact%20other%20plane_xphb","p":255,"s":8,"h":1,"n":"Contact Other Plane"},{"id":4910,"c":2,"u":"contagion_xphb","p":256,"s":8,"h":1,"n":"Contagion"},{"id":4911,"c":2,"u":"contingency_xphb","p":256,"s":8,"h":1,"n":"Contingency"},{"id":4912,"c":2,"u":"continual%20flame_xphb","p":256,"s":8,"h":1,"n":"Continual Flame"},{"id":4913,"c":2,"u":"control%20water_xphb","p":256,"s":8,"h":1,"n":"Control Water"},{"id":4914,"c":2,"u":"control%20weather_xphb","p":257,"s":8,"h":1,"n":"Control Weather"},{"id":4915,"c":2,"u":"cordon%20of%20arrows_xphb","p":258,"s":8,"h":1,"n":"Cordon of Arrows"},{"id":4916,"c":2,"u":"counterspell_xphb","p":258,"s":8,"h":1,"n":"Counterspell"},{"id":4917,"c":2,"u":"create%20food%20and%20water_xphb","p":258,"s":8,"h":1,"n":"Create Food and Water"},{"id":4918,"c":2,"u":"create%20or%20destroy%20water_xphb","p":258,"s":8,"h":1,"n":"Create or Destroy Water"},{"id":4919,"c":2,"u":"create%20undead_xphb","p":258,"s":8,"h":1,"n":"Create Undead"},{"id":4920,"c":2,"u":"creation_xphb","p":259,"s":8,"h":1,"n":"Creation"},{"id":4921,"c":2,"u":"crown%20of%20madness_xphb","p":259,"s":8,"h":1,"n":"Crown of Madness"},{"id":4922,"c":2,"u":"crusader's%20mantle_xphb","p":259,"s":8,"h":1,"n":"Crusader's Mantle"},{"id":4923,"c":2,"u":"cure%20wounds_xphb","p":259,"s":8,"h":1,"n":"Cure Wounds"},{"id":4924,"c":2,"u":"dancing%20lights_xphb","p":259,"s":8,"h":1,"n":"Dancing Lights"},{"id":4925,"c":2,"u":"darkness_xphb","p":260,"s":8,"h":1,"n":"Darkness"},{"id":4926,"c":2,"u":"darkvision_xphb","p":260,"s":8,"h":1,"n":"Darkvision"},{"id":4927,"c":2,"u":"daylight_xphb","p":260,"s":8,"h":1,"n":"Daylight"},{"id":4928,"c":2,"u":"death%20ward_xphb","p":261,"s":8,"h":1,"n":"Death Ward"},{"id":4929,"c":2,"u":"delayed%20blast%20fireball_xphb","p":261,"s":8,"h":1,"n":"Delayed Blast Fireball"},{"id":4930,"c":2,"u":"demiplane_xphb","p":261,"s":8,"h":1,"n":"Demiplane"},{"id":4931,"c":2,"u":"destructive%20wave_xphb","p":261,"s":8,"h":1,"n":"Destructive Wave"},{"id":4932,"c":2,"u":"detect%20evil%20and%20good_xphb","p":261,"s":8,"h":1,"n":"Detect Evil and Good"},{"id":4933,"c":2,"u":"detect%20magic_xphb","p":262,"s":8,"h":1,"n":"Detect Magic"},{"id":4934,"c":2,"u":"detect%20poison%20and%20disease_xphb","p":262,"s":8,"h":1,"n":"Detect Poison and Disease"},{"id":4935,"c":2,"u":"detect%20thoughts_xphb","p":262,"s":8,"h":1,"n":"Detect Thoughts"},{"id":4936,"c":2,"u":"dimension%20door_xphb","p":262,"s":8,"h":1,"n":"Dimension Door"},{"id":4937,"c":2,"u":"disguise%20self_xphb","p":262,"s":8,"h":1,"n":"Disguise Self"},{"id":4938,"c":2,"u":"disintegrate_xphb","p":263,"s":8,"h":1,"n":"Disintegrate"},{"id":4939,"c":2,"u":"dispel%20evil%20and%20good_xphb","p":263,"s":8,"h":1,"n":"Dispel Evil and Good"},{"id":4940,"c":2,"u":"dispel%20magic_xphb","p":265,"s":8,"h":1,"n":"Dispel Magic"},{"id":4941,"c":2,"u":"dissonant%20whispers_xphb","p":264,"s":8,"h":1,"n":"Dissonant Whispers"},{"id":4942,"c":2,"u":"divination_xphb","p":264,"s":8,"h":1,"n":"Divination"},{"id":4943,"c":2,"u":"divine%20favor_xphb","p":265,"s":8,"h":1,"n":"Divine Favor"},{"id":4944,"c":2,"u":"divine%20smite_xphb","p":265,"s":8,"h":1,"n":"Divine Smite"},{"id":4945,"c":2,"u":"divine%20word_xphb","p":265,"s":8,"h":1,"n":"Divine Word"},{"id":4946,"c":2,"u":"dominate%20beast_xphb","p":265,"s":8,"h":1,"n":"Dominate Beast"},{"id":4947,"c":2,"u":"dominate%20monster_xphb","p":265,"s":8,"h":1,"n":"Dominate Monster"},{"id":4948,"c":2,"u":"dominate%20person_xphb","p":266,"s":8,"h":1,"n":"Dominate Person"},{"id":4949,"c":2,"u":"dragon's%20breath_xphb","p":266,"s":8,"h":1,"n":"Dragon's Breath"},{"id":4950,"c":2,"u":"drawmij's%20instant%20summons_xphb","p":266,"s":8,"h":1,"n":"Drawmij's Instant Summons"},{"id":4951,"c":2,"u":"dream_xphb","p":266,"s":8,"h":1,"n":"Dream"},{"id":4952,"c":2,"u":"druidcraft_xphb","p":266,"s":8,"h":1,"n":"Druidcraft"},{"id":4953,"c":2,"u":"earthquake_xphb","p":267,"s":8,"h":1,"n":"Earthquake"},{"id":4954,"c":2,"u":"eldritch%20blast_xphb","p":267,"s":8,"h":1,"n":"Eldritch Blast"},{"id":4955,"c":2,"u":"elemental%20weapon_xphb","p":268,"s":8,"h":1,"n":"Elemental Weapon"},{"id":4956,"c":2,"u":"elementalism_xphb","p":267,"s":8,"h":1,"n":"Elementalism"},{"id":4957,"c":2,"u":"enhance%20ability_xphb","p":268,"s":8,"h":1,"n":"Enhance Ability"},{"id":4958,"c":2,"u":"enlarge%2freduce_xphb","p":268,"s":8,"h":1,"n":"Enlarge/Reduce"},{"id":4959,"c":2,"u":"ensnaring%20strike_xphb","p":268,"s":8,"h":1,"n":"Ensnaring Strike"},{"id":4960,"c":2,"u":"entangle_xphb","p":268,"s":8,"h":1,"n":"Entangle"},{"id":4961,"c":2,"u":"enthrall_xphb","p":269,"s":8,"h":1,"n":"Enthrall"},{"id":4962,"c":2,"u":"etherealness_xphb","p":269,"s":8,"h":1,"n":"Etherealness"},{"id":4963,"c":2,"u":"evard's%20black%20tentacles_xphb","p":270,"s":8,"h":1,"n":"Evard's Black Tentacles"},{"id":4964,"c":2,"u":"expeditious%20retreat_xphb","p":270,"s":8,"h":1,"n":"Expeditious Retreat"},{"id":4965,"c":2,"u":"eyebite_xphb","p":270,"s":8,"h":1,"n":"Eyebite"},{"id":4966,"c":2,"u":"fabricate_xphb","p":271,"s":8,"h":1,"n":"Fabricate"},{"id":4967,"c":2,"u":"faerie%20fire_xphb","p":271,"s":8,"h":1,"n":"Faerie Fire"},{"id":4968,"c":2,"u":"false%20life_xphb","p":271,"s":8,"h":1,"n":"False Life"},{"id":4969,"c":2,"u":"fear_xphb","p":271,"s":8,"h":1,"n":"Fear"},{"id":4970,"c":2,"u":"feather%20fall_xphb","p":271,"s":8,"h":1,"n":"Feather Fall"},{"id":4971,"c":2,"u":"feign%20death_xphb","p":271,"s":8,"h":1,"n":"Feign Death"},{"id":4972,"c":2,"u":"find%20familiar_xphb","p":272,"s":8,"h":1,"n":"Find Familiar"},{"id":4973,"c":2,"u":"find%20steed_xphb","p":272,"s":8,"h":1,"n":"Find Steed"},{"id":4974,"c":2,"u":"find%20the%20path_xphb","p":273,"s":8,"h":1,"n":"Find the Path"},{"id":4975,"c":2,"u":"find%20traps_xphb","p":273,"s":8,"h":1,"n":"Find Traps"},{"id":4976,"c":2,"u":"finger%20of%20death_xphb","p":273,"s":8,"h":1,"n":"Finger of Death"},{"id":4977,"c":2,"u":"fire%20bolt_xphb","p":274,"s":8,"h":1,"n":"Fire Bolt"},{"id":4978,"c":2,"u":"fire%20shield_xphb","p":274,"s":8,"h":1,"n":"Fire Shield"},{"id":4979,"c":2,"u":"fire%20storm_xphb","p":275,"s":8,"h":1,"n":"Fire Storm"},{"id":4980,"c":2,"u":"fireball_xphb","p":274,"s":8,"h":1,"n":"Fireball"},{"id":4981,"c":2,"u":"flame%20blade_xphb","p":275,"s":8,"h":1,"n":"Flame Blade"},{"id":4982,"c":2,"u":"flame%20strike_xphb","p":275,"s":8,"h":1,"n":"Flame Strike"},{"id":4983,"c":2,"u":"flaming%20sphere_xphb","p":275,"s":8,"h":1,"n":"Flaming Sphere"},{"id":4984,"c":2,"u":"flesh%20to%20stone_xphb","p":275,"s":8,"h":1,"n":"Flesh to Stone"},{"id":4985,"c":2,"u":"fly_xphb","p":276,"s":8,"h":1,"n":"Fly"},{"id":4986,"c":2,"u":"fog%20cloud_xphb","p":276,"s":8,"h":1,"n":"Fog Cloud"},{"id":4987,"c":2,"u":"forbiddance_xphb","p":276,"s":8,"h":1,"n":"Forbiddance"},{"id":4988,"c":2,"u":"forcecage_xphb","p":276,"s":8,"h":1,"n":"Forcecage"},{"id":4989,"c":2,"u":"foresight_xphb","p":276,"s":8,"h":1,"n":"Foresight"},{"id":4990,"c":2,"u":"fount%20of%20moonlight_xphb","p":277,"s":8,"h":1,"n":"Fount of Moonlight"},{"id":4991,"c":2,"u":"freedom%20of%20movement_xphb","p":277,"s":8,"h":1,"n":"Freedom of Movement"},{"id":4992,"c":2,"u":"friends_xphb","p":277,"s":8,"h":1,"n":"Friends"},{"id":4993,"c":2,"u":"gaseous%20form_xphb","p":277,"s":8,"h":1,"n":"Gaseous Form"},{"id":4994,"c":2,"u":"gate_xphb","p":277,"s":8,"h":1,"n":"Gate"},{"id":4995,"c":2,"u":"geas_xphb","p":278,"s":8,"h":1,"n":"Geas"},{"id":4996,"c":2,"u":"gentle%20repose_xphb","p":278,"s":8,"h":1,"n":"Gentle Repose"},{"id":4997,"c":2,"u":"giant%20insect_xphb","p":279,"s":8,"h":1,"n":"Giant Insect"},{"id":4998,"c":2,"u":"glibness_xphb","p":279,"s":8,"h":1,"n":"Glibness"},{"id":4999,"c":2,"u":"globe%20of%20invulnerability_xphb","p":279,"s":8,"h":1,"n":"Globe of Invulnerability"},{"id":5000,"c":2,"u":"glyph%20of%20warding_xphb","p":279,"s":8,"h":1,"n":"Glyph of Warding"},{"id":5001,"c":2,"u":"goodberry_xphb","p":280,"s":8,"h":1,"n":"Goodberry"},{"id":5002,"c":2,"u":"grasping%20vine_xphb","p":280,"s":8,"h":1,"n":"Grasping Vine"},{"id":5003,"c":2,"u":"grease_xphb","p":280,"s":8,"h":1,"n":"Grease"},{"id":5004,"c":2,"u":"greater%20invisibility_xphb","p":281,"s":8,"h":1,"n":"Greater Invisibility"},{"id":5005,"c":2,"u":"greater%20restoration_xphb","p":281,"s":8,"h":1,"n":"Greater Restoration"},{"id":5006,"c":2,"u":"guardian%20of%20faith_xphb","p":281,"s":8,"h":1,"n":"Guardian of Faith"},{"id":5007,"c":2,"u":"guards%20and%20wards_xphb","p":282,"s":8,"h":1,"n":"Guards and Wards"},{"id":5008,"c":2,"u":"guidance_xphb","p":282,"s":8,"h":1,"n":"Guidance"},{"id":5009,"c":2,"u":"guiding%20bolt_xphb","p":282,"s":8,"h":1,"n":"Guiding Bolt"},{"id":5010,"c":2,"u":"gust%20of%20wind_xphb","p":282,"s":8,"h":1,"n":"Gust of Wind"},{"id":5011,"c":2,"u":"hail%20of%20thorns_xphb","p":283,"s":8,"h":1,"n":"Hail of Thorns"},{"id":5012,"c":2,"u":"hallow_xphb","p":283,"s":8,"h":1,"n":"Hallow"},{"id":5013,"c":2,"u":"hallucinatory%20terrain_xphb","p":283,"s":8,"h":1,"n":"Hallucinatory Terrain"},{"id":5014,"c":2,"u":"harm_xphb","p":283,"s":8,"h":1,"n":"Harm"},{"id":5015,"c":2,"u":"haste_xphb","p":284,"s":8,"h":1,"n":"Haste"},{"id":5016,"c":2,"u":"heal_xphb","p":284,"s":8,"h":1,"n":"Heal"},{"id":5017,"c":2,"u":"healing%20word_xphb","p":284,"s":8,"h":1,"n":"Healing Word"},{"id":5018,"c":2,"u":"heat%20metal_xphb","p":284,"s":8,"h":1,"n":"Heat Metal"},{"id":5019,"c":2,"u":"hellish%20rebuke_xphb","p":284,"s":8,"h":1,"n":"Hellish Rebuke"},{"id":5020,"c":2,"u":"heroes'%20feast_xphb","p":284,"s":8,"h":1,"n":"Heroes' Feast"},{"id":5021,"c":2,"u":"heroism_xphb","p":285,"s":8,"h":1,"n":"Heroism"},{"id":5022,"c":2,"u":"hex_xphb","p":285,"s":8,"h":1,"n":"Hex"},{"id":5023,"c":2,"u":"hold%20monster_xphb","p":285,"s":8,"h":1,"n":"Hold Monster"},{"id":5024,"c":2,"u":"hold%20person_xphb","p":286,"s":8,"h":1,"n":"Hold Person"},{"id":5025,"c":2,"u":"holy%20aura_xphb","p":286,"s":8,"h":1,"n":"Holy Aura"},{"id":5026,"c":2,"u":"hunger%20of%20hadar_xphb","p":286,"s":8,"h":1,"n":"Hunger of Hadar"},{"id":5027,"c":2,"u":"hunter's%20mark_xphb","p":287,"s":8,"h":1,"n":"Hunter's Mark"},{"id":5028,"c":2,"u":"hypnotic%20pattern_xphb","p":287,"s":8,"h":1,"n":"Hypnotic Pattern"},{"id":5029,"c":2,"u":"ice%20knife_xphb","p":287,"s":8,"h":1,"n":"Ice Knife"},{"id":5030,"c":2,"u":"ice%20storm_xphb","p":287,"s":8,"h":1,"n":"Ice Storm"},{"id":5031,"c":2,"u":"identify_xphb","p":287,"s":8,"h":1,"n":"Identify"},{"id":5032,"c":2,"u":"illusory%20script_xphb","p":288,"s":8,"h":1,"n":"Illusory Script"},{"id":5033,"c":2,"u":"imprisonment_xphb","p":288,"s":8,"h":1,"n":"Imprisonment"},{"id":5034,"c":2,"u":"incendiary%20cloud_xphb","p":288,"s":8,"h":1,"n":"Incendiary Cloud"},{"id":5035,"c":2,"u":"inflict%20wounds_xphb","p":288,"s":8,"h":1,"n":"Inflict Wounds"},{"id":5036,"c":2,"u":"insect%20plague_xphb","p":289,"s":8,"h":1,"n":"Insect Plague"},{"id":5037,"c":2,"u":"invisibility_xphb","p":289,"s":8,"h":1,"n":"Invisibility"},{"id":5038,"c":2,"u":"jallarzi's%20storm%20of%20radiance_xphb","p":289,"s":8,"h":1,"n":"Jallarzi's Storm of Radiance"},{"id":5039,"c":2,"u":"jump_xphb","p":290,"s":8,"h":1,"n":"Jump"},{"id":5040,"c":2,"u":"knock_xphb","p":290,"s":8,"h":1,"n":"Knock"},{"id":5041,"c":2,"u":"legend%20lore_xphb","p":290,"s":8,"h":1,"n":"Legend Lore"},{"id":5042,"c":2,"u":"leomund's%20secret%20chest_xphb","p":290,"s":8,"h":1,"n":"Leomund's Secret Chest"},{"id":5043,"c":2,"u":"leomund's%20tiny%20hut_xphb","p":291,"s":8,"h":1,"n":"Leomund's Tiny Hut"},{"id":5044,"c":2,"u":"lesser%20restoration_xphb","p":291,"s":8,"h":1,"n":"Lesser Restoration"},{"id":5045,"c":2,"u":"levitate_xphb","p":291,"s":8,"h":1,"n":"Levitate"},{"id":5046,"c":2,"u":"light_xphb","p":292,"s":8,"h":1,"n":"Light"},{"id":5047,"c":2,"u":"lightning%20arrow_xphb","p":292,"s":8,"h":1,"n":"Lightning Arrow"},{"id":5048,"c":2,"u":"lightning%20bolt_xphb","p":292,"s":8,"h":1,"n":"Lightning Bolt"},{"id":5049,"c":2,"u":"locate%20animals%20or%20plants_xphb","p":292,"s":8,"h":1,"n":"Locate Animals or Plants"},{"id":5050,"c":2,"u":"locate%20creature_xphb","p":292,"s":8,"h":1,"n":"Locate Creature"},{"id":5051,"c":2,"u":"locate%20object_xphb","p":293,"s":8,"h":1,"n":"Locate Object"},{"id":5052,"c":2,"u":"longstrider_xphb","p":293,"s":8,"h":1,"n":"Longstrider"},{"id":5053,"c":2,"u":"mage%20armor_xphb","p":293,"s":8,"h":1,"n":"Mage Armor"},{"id":5054,"c":2,"u":"mage%20hand_xphb","p":293,"s":8,"h":1,"n":"Mage Hand"},{"id":5055,"c":2,"u":"magic%20circle_xphb","p":293,"s":8,"h":1,"n":"Magic Circle"},{"id":5056,"c":2,"u":"magic%20jar_xphb","p":294,"s":8,"h":1,"n":"Magic Jar"},{"id":5057,"c":2,"u":"magic%20missile_xphb","p":295,"s":8,"h":1,"n":"Magic Missile"},{"id":5058,"c":2,"u":"magic%20mouth_xphb","p":295,"s":8,"h":1,"n":"Magic Mouth"},{"id":5059,"c":2,"u":"magic%20weapon_xphb","p":295,"s":8,"h":1,"n":"Magic Weapon"},{"id":5060,"c":2,"u":"major%20image_xphb","p":295,"s":8,"h":1,"n":"Major Image"},{"id":5061,"c":2,"u":"mass%20cure%20wounds_xphb","p":296,"s":8,"h":1,"n":"Mass Cure Wounds"},{"id":5062,"c":2,"u":"mass%20heal_xphb","p":296,"s":8,"h":1,"n":"Mass Heal"},{"id":5063,"c":2,"u":"mass%20healing%20word_xphb","p":296,"s":8,"h":1,"n":"Mass Healing Word"},{"id":5064,"c":2,"u":"mass%20suggestion_xphb","p":296,"s":8,"h":1,"n":"Mass Suggestion"},{"id":5065,"c":2,"u":"maze_xphb","p":296,"s":8,"h":1,"n":"Maze"},{"id":5066,"c":2,"u":"meld%20into%20stone_xphb","p":296,"s":8,"h":1,"n":"Meld into Stone"},{"id":5067,"c":2,"u":"melf's%20acid%20arrow_xphb","p":297,"s":8,"h":1,"n":"Melf's Acid Arrow"},{"id":5068,"c":2,"u":"mending_xphb","p":297,"s":8,"h":1,"n":"Mending"},{"id":5069,"c":2,"u":"message_xphb","p":298,"s":8,"h":1,"n":"Message"},{"id":5070,"c":2,"u":"meteor%20swarm_xphb","p":298,"s":8,"h":1,"n":"Meteor Swarm"},{"id":5071,"c":2,"u":"mind%20blank_xphb","p":298,"s":8,"h":1,"n":"Mind Blank"},{"id":5072,"c":2,"u":"mind%20sliver_xphb","p":298,"s":8,"h":1,"n":"Mind Sliver"},{"id":5073,"c":2,"u":"mind%20spike_xphb","p":298,"s":8,"h":1,"n":"Mind Spike"},{"id":5074,"c":2,"u":"minor%20illusion_xphb","p":298,"s":8,"h":1,"n":"Minor Illusion"},{"id":5075,"c":2,"u":"mirage%20arcane_xphb","p":299,"s":8,"h":1,"n":"Mirage Arcane"},{"id":5076,"c":2,"u":"mirror%20image_xphb","p":299,"s":8,"h":1,"n":"Mirror Image"},{"id":5077,"c":2,"u":"mislead_xphb","p":299,"s":8,"h":1,"n":"Mislead"},{"id":5078,"c":2,"u":"misty%20step_xphb","p":299,"s":8,"h":1,"n":"Misty Step"},{"id":5079,"c":2,"u":"modify%20memory_xphb","p":299,"s":8,"h":1,"n":"Modify Memory"},{"id":5080,"c":2,"u":"moonbeam_xphb","p":300,"s":8,"h":1,"n":"Moonbeam"},{"id":5081,"c":2,"u":"mordenkainen's%20faithful%20hound_xphb","p":300,"s":8,"h":1,"n":"Mordenkainen's Faithful Hound"},{"id":5082,"c":2,"u":"mordenkainen's%20magnificent%20mansion_xphb","p":300,"s":8,"h":1,"n":"Mordenkainen's Magnificent Mansion"},{"id":5083,"c":2,"u":"mordenkainen's%20private%20sanctum_xphb","p":301,"s":8,"h":1,"n":"Mordenkainen's Private Sanctum"},{"id":5084,"c":2,"u":"mordenkainen's%20sword_xphb","p":302,"s":8,"h":1,"n":"Mordenkainen's Sword"},{"id":5085,"c":2,"u":"move%20earth_xphb","p":302,"s":8,"h":1,"n":"Move Earth"},{"id":5086,"c":2,"u":"nondetection_xphb","p":302,"s":8,"h":1,"n":"Nondetection"},{"id":5087,"c":2,"u":"nystul's%20magic%20aura_xphb","p":302,"s":8,"h":1,"n":"Nystul's Magic Aura"},{"id":5088,"c":2,"u":"otiluke's%20freezing%20sphere_xphb","p":302,"s":8,"h":1,"n":"Otiluke's Freezing Sphere"},{"id":5089,"c":2,"u":"otiluke's%20resilient%20sphere_xphb","p":303,"s":8,"h":1,"n":"Otiluke's Resilient Sphere"},{"id":5090,"c":2,"u":"otto's%20irresistible%20dance_xphb","p":303,"s":8,"h":1,"n":"Otto's Irresistible Dance"},{"id":5091,"c":2,"u":"pass%20without%20trace_xphb","p":303,"s":8,"h":1,"n":"Pass without Trace"},{"id":5092,"c":2,"u":"passwall_xphb","p":303,"s":8,"h":1,"n":"Passwall"},{"id":5093,"c":2,"u":"phantasmal%20force_xphb","p":304,"s":8,"h":1,"n":"Phantasmal Force"},{"id":5094,"c":2,"u":"phantasmal%20killer_xphb","p":304,"s":8,"h":1,"n":"Phantasmal Killer"},{"id":5095,"c":2,"u":"phantom%20steed_xphb","p":304,"s":8,"h":1,"n":"Phantom Steed"},{"id":5096,"c":2,"u":"planar%20ally_xphb","p":304,"s":8,"h":1,"n":"Planar Ally"},{"id":5097,"c":2,"u":"planar%20binding_xphb","p":305,"s":8,"h":1,"n":"Planar Binding"},{"id":5098,"c":2,"u":"plane%20shift_xphb","p":305,"s":8,"h":1,"n":"Plane Shift"},{"id":5099,"c":2,"u":"plant%20growth_xphb","p":305,"s":8,"h":1,"n":"Plant Growth"},{"id":5100,"c":2,"u":"poison%20spray_xphb","p":306,"s":8,"h":1,"n":"Poison Spray"},{"id":5101,"c":2,"u":"polymorph_xphb","p":306,"s":8,"h":1,"n":"Polymorph"},{"id":5102,"c":2,"u":"power%20word%20fortify_xphb","p":306,"s":8,"h":1,"n":"Power Word Fortify"},{"id":5103,"c":2,"u":"power%20word%20heal_xphb","p":306,"s":8,"h":1,"n":"Power Word Heal"},{"id":5104,"c":2,"u":"power%20word%20kill_xphb","p":306,"s":8,"h":1,"n":"Power Word Kill"},{"id":5105,"c":2,"u":"power%20word%20stun_xphb","p":306,"s":8,"h":1,"n":"Power Word Stun"},{"id":5106,"c":2,"u":"prayer%20of%20healing_xphb","p":307,"s":8,"h":1,"n":"Prayer of Healing"},{"id":5107,"c":2,"u":"prestidigitation_xphb","p":307,"s":8,"h":1,"n":"Prestidigitation"},{"id":5108,"c":2,"u":"prismatic%20spray_xphb","p":307,"s":8,"h":1,"n":"Prismatic Spray"},{"id":5109,"c":2,"u":"prismatic%20wall_xphb","p":308,"s":8,"h":1,"n":"Prismatic Wall"},{"id":5110,"c":2,"u":"produce%20flame_xphb","p":308,"s":8,"h":1,"n":"Produce Flame"},{"id":5111,"c":2,"u":"programmed%20illusion_xphb","p":309,"s":8,"h":1,"n":"Programmed Illusion"},{"id":5112,"c":2,"u":"project%20image_xphb","p":309,"s":8,"h":1,"n":"Project Image"},{"id":5113,"c":2,"u":"protection%20from%20energy_xphb","p":309,"s":8,"h":1,"n":"Protection from Energy"},{"id":5114,"c":2,"u":"protection%20from%20evil%20and%20good_xphb","p":309,"s":8,"h":1,"n":"Protection from Evil and Good"},{"id":5115,"c":2,"u":"protection%20from%20poison_xphb","p":310,"s":8,"h":1,"n":"Protection from Poison"},{"id":5116,"c":2,"u":"purify%20food%20and%20drink_xphb","p":310,"s":8,"h":1,"n":"Purify Food and Drink"},{"id":5117,"c":2,"u":"raise%20dead_xphb","p":310,"s":8,"h":1,"n":"Raise Dead"},{"id":5118,"c":2,"u":"rary's%20telepathic%20bond_xphb","p":311,"s":8,"h":1,"n":"Rary's Telepathic Bond"},{"id":5119,"c":2,"u":"ray%20of%20enfeeblement_xphb","p":311,"s":8,"h":1,"n":"Ray of Enfeeblement"},{"id":5120,"c":2,"u":"ray%20of%20frost_xphb","p":311,"s":8,"h":1,"n":"Ray of Frost"},{"id":5121,"c":2,"u":"ray%20of%20sickness_xphb","p":311,"s":8,"h":1,"n":"Ray of Sickness"},{"id":5122,"c":2,"u":"regenerate_xphb","p":311,"s":8,"h":1,"n":"Regenerate"},{"id":5123,"c":2,"u":"reincarnate_xphb","p":311,"s":8,"h":1,"n":"Reincarnate"},{"id":5124,"c":2,"u":"remove%20curse_xphb","p":312,"s":8,"h":1,"n":"Remove Curse"},{"id":5125,"c":2,"u":"resistance_xphb","p":312,"s":8,"h":1,"n":"Resistance"},{"id":5126,"c":2,"u":"resurrection_xphb","p":312,"s":8,"h":1,"n":"Resurrection"},{"id":5127,"c":2,"u":"reverse%20gravity_xphb","p":312,"s":8,"h":1,"n":"Reverse Gravity"},{"id":5128,"c":2,"u":"revivify_xphb","p":312,"s":8,"h":1,"n":"Revivify"},{"id":5129,"c":2,"u":"rope%20trick_xphb","p":312,"s":8,"h":1,"n":"Rope Trick"},{"id":5130,"c":2,"u":"sacred%20flame_xphb","p":313,"s":8,"h":1,"n":"Sacred Flame"},{"id":5131,"c":2,"u":"sanctuary_xphb","p":313,"s":8,"h":1,"n":"Sanctuary"},{"id":5132,"c":2,"u":"scorching%20ray_xphb","p":314,"s":8,"h":1,"n":"Scorching Ray"},{"id":5133,"c":2,"u":"scrying_xphb","p":314,"s":8,"h":1,"n":"Scrying"},{"id":5134,"c":2,"u":"searing%20smite_xphb","p":314,"s":8,"h":1,"n":"Searing Smite"},{"id":5135,"c":2,"u":"see%20invisibility_xphb","p":314,"s":8,"h":1,"n":"See Invisibility"},{"id":5136,"c":2,"u":"seeming_xphb","p":314,"s":8,"h":1,"n":"Seeming"},{"id":5137,"c":2,"u":"sending_xphb","p":314,"s":8,"h":1,"n":"Sending"},{"id":5138,"c":2,"u":"sequester_xphb","p":315,"s":8,"h":1,"n":"Sequester"},{"id":5139,"c":2,"u":"shapechange_xphb","p":315,"s":8,"h":1,"n":"Shapechange"},{"id":5140,"c":2,"u":"shatter_xphb","p":316,"s":8,"h":1,"n":"Shatter"},{"id":5141,"c":2,"u":"shield_xphb","p":316,"s":8,"h":1,"n":"Shield"},{"id":5142,"c":2,"u":"shield%20of%20faith_xphb","p":316,"s":8,"h":1,"n":"Shield of Faith"},{"id":5143,"c":2,"u":"shillelagh_xphb","p":316,"s":8,"h":1,"n":"Shillelagh"},{"id":5144,"c":2,"u":"shining%20smite_xphb","p":316,"s":8,"h":1,"n":"Shining Smite"},{"id":5145,"c":2,"u":"shocking%20grasp_xphb","p":316,"s":8,"h":1,"n":"Shocking Grasp"},{"id":5146,"c":2,"u":"silence_xphb","p":316,"s":8,"h":1,"n":"Silence"},{"id":5147,"c":2,"u":"silent%20image_xphb","p":317,"s":8,"h":1,"n":"Silent Image"},{"id":5148,"c":2,"u":"simulacrum_xphb","p":317,"s":8,"h":1,"n":"Simulacrum"},{"id":5149,"c":2,"u":"sleep_xphb","p":317,"s":8,"h":1,"n":"Sleep"},{"id":5150,"c":2,"u":"sleet%20storm_xphb","p":317,"s":8,"h":1,"n":"Sleet Storm"},{"id":5151,"c":2,"u":"slow_xphb","p":318,"s":8,"h":1,"n":"Slow"},{"id":5152,"c":2,"u":"sorcerous%20burst_xphb","p":318,"s":8,"h":1,"n":"Sorcerous Burst"},{"id":5153,"c":2,"u":"spare%20the%20dying_xphb","p":318,"s":8,"h":1,"n":"Spare the Dying"},{"id":5154,"c":2,"u":"speak%20with%20animals_xphb","p":318,"s":8,"h":1,"n":"Speak with Animals"},{"id":5155,"c":2,"u":"speak%20with%20dead_xphb","p":318,"s":8,"h":1,"n":"Speak with Dead"},{"id":5156,"c":2,"u":"speak%20with%20plants_xphb","p":318,"s":8,"h":1,"n":"Speak with Plants"},{"id":5157,"c":2,"u":"spider%20climb_xphb","p":318,"s":8,"h":1,"n":"Spider Climb"},{"id":5158,"c":2,"u":"spike%20growth_xphb","p":318,"s":8,"h":1,"n":"Spike Growth"},{"id":5159,"c":2,"u":"spirit%20guardians_xphb","p":318,"s":8,"h":1,"n":"Spirit Guardians"},{"id":5160,"c":2,"u":"spiritual%20weapon_xphb","p":318,"s":8,"h":1,"n":"Spiritual Weapon"},{"id":5161,"c":2,"u":"staggering%20smite_xphb","p":319,"s":8,"h":1,"n":"Staggering Smite"},{"id":5162,"c":2,"u":"starry%20wisp_xphb","p":320,"s":8,"h":1,"n":"Starry Wisp"},{"id":5163,"c":2,"u":"steel%20wind%20strike_xphb","p":319,"s":8,"h":1,"n":"Steel Wind Strike"},{"id":5164,"c":2,"u":"stinking%20cloud_xphb","p":320,"s":8,"h":1,"n":"Stinking Cloud"},{"id":5165,"c":2,"u":"stone%20shape_xphb","p":320,"s":8,"h":1,"n":"Stone Shape"},{"id":5166,"c":2,"u":"stoneskin_xphb","p":320,"s":8,"h":1,"n":"Stoneskin"},{"id":5167,"c":2,"u":"storm%20of%20vengeance_xphb","p":320,"s":8,"h":1,"n":"Storm of Vengeance"},{"id":5168,"c":2,"u":"suggestion_xphb","p":320,"s":8,"h":1,"n":"Suggestion"},{"id":5169,"c":2,"u":"summon%20aberration_xphb","p":322,"s":8,"h":1,"n":"Summon Aberration"},{"id":5170,"c":2,"u":"summon%20beast_xphb","p":322,"s":8,"h":1,"n":"Summon Beast"},{"id":5171,"c":2,"u":"summon%20celestial_xphb","p":323,"s":8,"h":1,"n":"Summon Celestial"},{"id":5172,"c":2,"u":"summon%20construct_xphb","p":324,"s":8,"h":1,"n":"Summon Construct"},{"id":5173,"c":2,"u":"summon%20dragon_xphb","p":324,"s":8,"h":1,"n":"Summon Dragon"},{"id":5174,"c":2,"u":"summon%20elemental_xphb","p":325,"s":8,"h":1,"n":"Summon Elemental"},{"id":5175,"c":2,"u":"summon%20fey_xphb","p":326,"s":8,"h":1,"n":"Summon Fey"},{"id":5176,"c":2,"u":"summon%20fiend_xphb","p":326,"s":8,"h":1,"n":"Summon Fiend"},{"id":5177,"c":2,"u":"summon%20undead_xphb","p":328,"s":8,"h":1,"n":"Summon Undead"},{"id":5178,"c":2,"u":"sunbeam_xphb","p":329,"s":8,"h":1,"n":"Sunbeam"},{"id":5179,"c":2,"u":"sunburst_xphb","p":329,"s":8,"h":1,"n":"Sunburst"},{"id":5180,"c":2,"u":"swift%20quiver_xphb","p":329,"s":8,"h":1,"n":"Swift Quiver"},{"id":5181,"c":2,"u":"symbol_xphb","p":329,"s":8,"h":1,"n":"Symbol"},{"id":5182,"c":2,"u":"synaptic%20static_xphb","p":330,"s":8,"h":1,"n":"Synaptic Static"},{"id":5183,"c":2,"u":"tasha's%20bubbling%20cauldron_xphb","p":330,"s":8,"h":1,"n":"Tasha's Bubbling Cauldron"},{"id":5184,"c":2,"u":"tasha's%20hideous%20laughter_xphb","p":331,"s":8,"h":1,"n":"Tasha's Hideous Laughter"},{"id":5185,"c":2,"u":"telekinesis_xphb","p":331,"s":8,"h":1,"n":"Telekinesis"},{"id":5186,"c":2,"u":"telepathy_xphb","p":331,"s":8,"h":1,"n":"Telepathy"},{"id":5187,"c":2,"u":"teleport_xphb","p":331,"s":8,"h":1,"n":"Teleport"},{"id":5188,"c":2,"u":"teleportation%20circle_xphb","p":332,"s":8,"h":1,"n":"Teleportation Circle"},{"id":5189,"c":2,"u":"tenser's%20floating%20disk_xphb","p":332,"s":8,"h":1,"n":"Tenser's Floating Disk"},{"id":5190,"c":2,"u":"thaumaturgy_xphb","p":333,"s":8,"h":1,"n":"Thaumaturgy"},{"id":5191,"c":2,"u":"thorn%20whip_xphb","p":333,"s":8,"h":1,"n":"Thorn Whip"},{"id":5192,"c":2,"u":"thunderclap_xphb","p":333,"s":8,"h":1,"n":"Thunderclap"},{"id":5193,"c":2,"u":"thunderous%20smite_xphb","p":334,"s":8,"h":1,"n":"Thunderous Smite"},{"id":5194,"c":2,"u":"thunderwave_xphb","p":334,"s":8,"h":1,"n":"Thunderwave"},{"id":5195,"c":2,"u":"time%20stop_xphb","p":334,"s":8,"h":1,"n":"Time Stop"},{"id":5196,"c":2,"u":"toll%20the%20dead_xphb","p":334,"s":8,"h":1,"n":"Toll the Dead"},{"id":5197,"c":2,"u":"tongues_xphb","p":334,"s":8,"h":1,"n":"Tongues"},{"id":5198,"c":2,"u":"transport%20via%20plants_xphb","p":334,"s":8,"h":1,"n":"Transport via Plants"},{"id":5199,"c":2,"u":"tree%20stride_xphb","p":335,"s":8,"h":1,"n":"Tree Stride"},{"id":5200,"c":2,"u":"true%20polymorph_xphb","p":335,"s":8,"h":1,"n":"True Polymorph"},{"id":5201,"c":2,"u":"true%20resurrection_xphb","p":336,"s":8,"h":1,"n":"True Resurrection"},{"id":5202,"c":2,"u":"true%20seeing_xphb","p":336,"s":8,"h":1,"n":"True Seeing"},{"id":5203,"c":2,"u":"true%20strike_xphb","p":336,"s":8,"h":1,"n":"True Strike"},{"id":5204,"c":2,"u":"tsunami_xphb","p":336,"s":8,"h":1,"n":"Tsunami"},{"id":5205,"c":2,"u":"unseen%20servant_xphb","p":336,"s":8,"h":1,"n":"Unseen Servant"},{"id":5206,"c":2,"u":"vampiric%20touch_xphb","p":337,"s":8,"h":1,"n":"Vampiric Touch"},{"id":5207,"c":2,"u":"vicious%20mockery_xphb","p":337,"s":8,"h":1,"n":"Vicious Mockery"},{"id":5208,"c":2,"u":"vitriolic%20sphere_xphb","p":337,"s":8,"h":1,"n":"Vitriolic Sphere"},{"id":5209,"c":2,"u":"wall%20of%20fire_xphb","p":338,"s":8,"h":1,"n":"Wall of Fire"},{"id":5210,"c":2,"u":"wall%20of%20force_xphb","p":338,"s":8,"h":1,"n":"Wall of Force"},{"id":5211,"c":2,"u":"wall%20of%20ice_xphb","p":339,"s":8,"h":1,"n":"Wall of Ice"},{"id":5212,"c":2,"u":"wall%20of%20stone_xphb","p":339,"s":8,"h":1,"n":"Wall of Stone"},{"id":5213,"c":2,"u":"wall%20of%20thorns_xphb","p":339,"s":8,"h":1,"n":"Wall of Thorns"},{"id":5214,"c":2,"u":"warding%20bond_xphb","p":340,"s":8,"h":1,"n":"Warding Bond"},{"id":5215,"c":2,"u":"water%20breathing_xphb","p":340,"s":8,"h":1,"n":"Water Breathing"},{"id":5216,"c":2,"u":"water%20walk_xphb","p":340,"s":8,"h":1,"n":"Water Walk"},{"id":5217,"c":2,"u":"web_xphb","p":340,"s":8,"h":1,"n":"Web"},{"id":5218,"c":2,"u":"weird_xphb","p":341,"s":8,"h":1,"n":"Weird"},{"id":5219,"c":2,"u":"wind%20walk_xphb","p":341,"s":8,"h":1,"n":"Wind Walk"},{"id":5220,"c":2,"u":"wind%20wall_xphb","p":341,"s":8,"h":1,"n":"Wind Wall"},{"id":5221,"c":2,"u":"wish_xphb","p":341,"s":8,"h":1,"n":"Wish"},{"id":5222,"c":2,"u":"witch%20bolt_xphb","p":343,"s":8,"h":1,"n":"Witch Bolt"},{"id":5223,"c":2,"u":"word%20of%20radiance_xphb","p":343,"s":8,"h":1,"n":"Word of Radiance"},{"id":5224,"c":2,"u":"word%20of%20recall_xphb","p":343,"s":8,"h":1,"n":"Word of Recall"},{"id":5225,"c":2,"u":"wrathful%20smite_xphb","p":343,"s":8,"h":1,"n":"Wrathful Smite"},{"id":5226,"c":2,"u":"yolande's%20regal%20presence_xphb","p":343,"s":8,"h":1,"n":"Yolande's Regal Presence"},{"id":5227,"c":2,"u":"zone%20of%20truth_xphb","p":343,"s":8,"h":1,"n":"Zone of Truth"},{"id":5228,"c":2,"u":"air%20bubble_aag","p":22,"s":103,"h":1,"n":"Air Bubble"},{"id":5229,"c":2,"u":"create%20spelljamming%20helm_aag","p":22,"s":103,"h":1,"n":"Create Spelljamming Helm"},{"id":5230,"c":2,"u":"distort%20value_ai","p":75,"s":15,"h":1,"n":"Distort Value"},{"id":5231,"c":2,"u":"fast%20friends_ai","p":75,"s":15,"h":1,"n":"Fast Friends"},{"id":5232,"c":2,"u":"gift%20of%20gab_ai","p":76,"s":15,"h":1,"n":"Gift of Gab"},{"id":5233,"c":2,"u":"incite%20greed_ai","p":76,"s":15,"h":1,"n":"Incite Greed"},{"id":5234,"c":2,"u":"jim's%20glowing%20coin_ai","p":76,"s":15,"h":1,"n":"Jim's Glowing Coin"},{"id":5235,"c":2,"u":"jim's%20magic%20missile_ai","p":76,"s":15,"h":1,"n":"Jim's Magic Missile"},{"id":5236,"c":2,"u":"motivational%20speech_ai","p":77,"s":15,"h":1,"n":"Motivational Speech"},{"id":5237,"c":2,"u":"conjure%20the%20deep%20haze_dodk","p":226,"s":25,"h":1,"dP":1,"n":"Conjure the Deep Haze"},{"id":5238,"c":2,"u":"contaminated%20power_dodk","p":226,"s":25,"h":1,"dP":1,"n":"Contaminated Power"},{"id":5239,"c":2,"u":"contamination%20immunity_dodk","p":226,"s":25,"h":1,"dP":1,"n":"Contamination Immunity"},{"id":5240,"c":2,"u":"delerium%20blast_dodk","p":227,"s":25,"h":1,"dP":1,"n":"Delerium Blast"},{"id":5241,"c":2,"u":"delerium%20orb_dodk","p":227,"s":25,"h":1,"dP":1,"n":"Delerium Orb"},{"id":5242,"c":2,"u":"forced%20evolution_dodk","p":227,"s":25,"h":1,"dP":1,"n":"Forced Evolution"},{"id":5243,"c":2,"u":"neutralizing%20field_dodk","p":228,"s":25,"h":1,"dP":1,"n":"Neutralizing Field"},{"id":5244,"c":2,"u":"octarine%20spray_dodk","p":228,"s":25,"h":1,"dP":1,"n":"Octarine Spray"},{"id":5245,"c":2,"u":"purge%20contamination_dodk","p":228,"s":25,"h":1,"dP":1,"n":"Purge Contamination"},{"id":5246,"c":2,"u":"ray%20of%20contamination_dodk","p":229,"s":25,"h":1,"dP":1,"n":"Ray of Contamination"},{"id":5247,"c":2,"u":"ride%20the%20rifts_dodk","p":228,"s":25,"h":1,"dP":1,"n":"Ride the Rifts"},{"id":5248,"c":2,"u":"sacrament%20of%20the%20falling%20fire_dodk","p":229,"s":25,"h":1,"dP":1,"n":"Sacrament of the Falling Fire"},{"id":5249,"c":2,"u":"siphon%20contamination_dodk","p":229,"s":25,"h":1,"dP":1,"n":"Siphon Contamination"},{"id":5250,"c":2,"u":"warp%20bolt_dodk","p":229,"s":25,"h":1,"dP":1,"n":"Warp Bolt"},{"id":5251,"c":2,"u":"dark%20star_egw","p":186,"s":28,"h":1,"dP":1,"n":"Dark Star"},{"id":5252,"c":2,"u":"fortune's%20favor_egw","p":186,"s":28,"h":1,"dP":1,"n":"Fortune's Favor"},{"id":5253,"c":2,"u":"gift%20of%20alacrity_egw","p":186,"s":28,"h":1,"dP":1,"n":"Gift of Alacrity"},{"id":5254,"c":2,"u":"gravity%20fissure_egw","p":187,"s":28,"h":1,"dP":1,"n":"Gravity Fissure"},{"id":5255,"c":2,"u":"gravity%20sinkhole_egw","p":187,"s":28,"h":1,"dP":1,"n":"Gravity Sinkhole"},{"id":5256,"c":2,"u":"immovable%20object_egw","p":187,"s":28,"h":1,"dP":1,"n":"Immovable Object"},{"id":5257,"c":2,"u":"magnify%20gravity_egw","p":188,"s":28,"h":1,"dP":1,"n":"Magnify Gravity"},{"id":5258,"c":2,"u":"pulse%20wave_egw","p":188,"s":28,"h":1,"dP":1,"n":"Pulse Wave"},{"id":5259,"c":2,"u":"ravenous%20void_egw","p":188,"s":28,"h":1,"dP":1,"n":"Ravenous Void"},{"id":5260,"c":2,"u":"reality%20break_egw","p":189,"s":28,"h":1,"dP":1,"n":"Reality Break"},{"id":5261,"c":2,"u":"sapping%20sting_egw","p":189,"s":28,"h":1,"dP":1,"n":"Sapping Sting"},{"id":5262,"c":2,"u":"temporal%20shunt_egw","p":189,"s":28,"h":1,"dP":1,"n":"Temporal Shunt"},{"id":5263,"c":2,"u":"tether%20essence_egw","p":189,"s":28,"h":1,"dP":1,"n":"Tether Essence"},{"id":5264,"c":2,"u":"time%20ravage_egw","p":189,"s":28,"h":1,"dP":1,"n":"Time Ravage"},{"id":5265,"c":2,"u":"wristpocket_egw","p":190,"s":28,"h":1,"dP":1,"n":"Wristpocket"},{"id":5266,"c":2,"u":"encode%20thoughts_ggr","p":47,"s":31,"h":1,"n":"Encode Thoughts"},{"id":5267,"c":2,"u":"arboreal%20curse_ghloe","s":32,"h":1,"dP":1,"n":"Arboreal Curse"},{"id":5268,"c":2,"u":"consume%20mind_ghloe","s":32,"h":1,"dP":1,"n":"Consume Mind"},{"id":5269,"c":2,"u":"heartseeker_ghloe","s":32,"h":1,"dP":1,"n":"Heartseeker"},{"id":5270,"c":2,"u":"hunter%20sense_ghloe","s":32,"h":1,"dP":1,"n":"Hunter Sense"},{"id":5271,"c":2,"u":"magic%20mirror_ghloe","s":32,"h":1,"dP":1,"n":"Magic Mirror"},{"id":5272,"c":2,"u":"suffocate_ghloe","s":32,"h":1,"dP":1,"n":"Suffocate"},{"id":5273,"c":2,"u":"wrack_ghloe","s":32,"h":1,"dP":1,"n":"Wrack"},{"id":5274,"c":2,"u":"ambush%20prey_hwcs","p":49,"s":37,"h":1,"dP":1,"n":"Ambush Prey"},{"id":5275,"c":2,"u":"elevated%20sight_hwcs","p":49,"s":37,"h":1,"dP":1,"n":"Elevated Sight"},{"id":5276,"c":2,"u":"feathered%20reach_hwcs","p":50,"s":37,"h":1,"dP":1,"n":"Feathered Reach"},{"id":5277,"c":2,"u":"globe%20of%20twilight_hwcs","p":50,"s":37,"h":1,"dP":1,"n":"Globe of Twilight"},{"id":5278,"c":2,"u":"gust%20barrier_hwcs","p":50,"s":37,"h":1,"dP":1,"n":"Gust Barrier"},{"id":5279,"c":2,"u":"invoke%20the%20amaranthine_hwcs","p":51,"s":37,"h":1,"dP":1,"n":"Invoke the Amaranthine"},{"id":5280,"c":2,"u":"shape%20plants_hwcs","p":51,"s":37,"h":1,"dP":1,"n":"Shape Plants"},{"id":5281,"c":2,"u":"spiny%20shield_hwcs","p":51,"s":37,"h":1,"dP":1,"n":"Spiny Shield"},{"id":5282,"c":2,"u":"stellar%20bodies_hwcs","p":52,"s":37,"h":1,"dP":1,"n":"Stellar Bodies"},{"id":5283,"c":2,"u":"veil%20of%20dusk_hwcs","p":52,"s":37,"h":1,"dP":1,"n":"Veil of Dusk"},{"id":5284,"c":2,"u":"create%20magen_idrotf","p":318,"s":38,"h":1,"n":"Create Magen"},{"id":5285,"c":2,"u":"frost%20fingers_idrotf","p":318,"s":38,"h":1,"n":"Frost Fingers"},{"id":5286,"c":2,"u":"acid%20splash_phb","p":211,"s":52,"h":1,"r":1,"n":"Acid Splash"},{"id":5287,"c":2,"u":"aid_phb","p":211,"s":52,"h":1,"r":1,"n":"Aid"},{"id":5288,"c":2,"u":"alarm_phb","p":211,"s":52,"h":1,"r":1,"n":"Alarm"},{"id":5289,"c":2,"u":"alter%20self_phb","p":211,"s":52,"h":1,"r":1,"n":"Alter Self"},{"id":5290,"c":2,"u":"animal%20friendship_phb","p":212,"s":52,"h":1,"r":1,"n":"Animal Friendship"},{"id":5291,"c":2,"u":"animal%20messenger_phb","p":212,"s":52,"h":1,"r":1,"n":"Animal Messenger"},{"id":5292,"c":2,"u":"animal%20shapes_phb","p":212,"s":52,"h":1,"r":1,"n":"Animal Shapes"},{"id":5293,"c":2,"u":"animate%20dead_phb","p":212,"s":52,"h":1,"r":1,"n":"Animate Dead"},{"id":5294,"c":2,"u":"animate%20objects_phb","p":213,"s":52,"h":1,"r":1,"n":"Animate Objects"},{"id":5295,"c":2,"u":"antilife%20shell_phb","p":213,"s":52,"h":1,"r":1,"n":"Antilife Shell"},{"id":5296,"c":2,"u":"antimagic%20field_phb","p":213,"s":52,"h":1,"r":1,"n":"Antimagic Field"},{"id":5297,"c":2,"u":"antipathy%2fsympathy_phb","p":214,"s":52,"h":1,"r":1,"n":"Antipathy/Sympathy"},{"id":5298,"c":2,"u":"arcane%20eye_phb","p":214,"s":52,"h":1,"r":1,"n":"Arcane Eye"},{"id":5299,"c":2,"u":"arcane%20gate_phb","p":214,"s":52,"h":1,"n":"Arcane Gate"},{"id":5300,"c":2,"u":"arcane%20lock_phb","p":215,"s":52,"h":1,"r":1,"n":"Arcane Lock"},{"id":5301,"c":2,"u":"armor%20of%20agathys_phb","p":215,"s":52,"h":1,"n":"Armor of Agathys"},{"id":5302,"c":2,"u":"arms%20of%20hadar_phb","p":215,"s":52,"h":1,"n":"Arms of Hadar"},{"id":5303,"c":2,"u":"astral%20projection_phb","p":215,"s":52,"h":1,"r":1,"n":"Astral Projection"},{"id":5304,"c":2,"u":"augury_phb","p":215,"s":52,"h":1,"r":1,"n":"Augury"},{"id":5305,"c":2,"u":"aura%20of%20life_phb","p":216,"s":52,"h":1,"n":"Aura of Life"},{"id":5306,"c":2,"u":"aura%20of%20purity_phb","p":216,"s":52,"h":1,"n":"Aura of Purity"},{"id":5307,"c":2,"u":"aura%20of%20vitality_phb","p":216,"s":52,"h":1,"n":"Aura of Vitality"},{"id":5308,"c":2,"u":"awaken_phb","p":216,"s":52,"h":1,"r":1,"n":"Awaken"},{"id":5309,"c":2,"u":"bane_phb","p":216,"s":52,"h":1,"r":1,"n":"Bane"},{"id":5310,"c":2,"u":"banishing%20smite_phb","p":216,"s":52,"h":1,"n":"Banishing Smite"},{"id":5311,"c":2,"u":"banishment_phb","p":217,"s":52,"h":1,"r":1,"n":"Banishment"},{"id":5312,"c":2,"u":"barkskin_phb","p":217,"s":52,"h":1,"r":1,"n":"Barkskin"},{"id":5313,"c":2,"u":"beacon%20of%20hope_phb","p":217,"s":52,"h":1,"r":1,"n":"Beacon of Hope"},{"id":5314,"c":2,"u":"beast%20sense_phb","p":217,"s":52,"h":1,"n":"Beast Sense"},{"id":5315,"c":2,"u":"bestow%20curse_phb","p":218,"s":52,"h":1,"r":1,"n":"Bestow Curse"},{"id":5316,"c":2,"u":"bigby's%20hand_phb","p":218,"s":52,"h":1,"r":1,"n":"Bigby's Hand"},{"id":5317,"c":2,"u":"bigby's%20hand_phb","p":218,"s":52,"h":1,"r":1,"n":"Arcane Hand"},{"id":5318,"c":2,"u":"blade%20barrier_phb","p":218,"s":52,"h":1,"r":1,"n":"Blade Barrier"},{"id":5319,"c":2,"u":"blade%20ward_phb","p":218,"s":52,"h":1,"n":"Blade Ward"},{"id":5320,"c":2,"u":"bless_phb","p":219,"s":52,"h":1,"r":1,"n":"Bless"},{"id":5321,"c":2,"u":"blight_phb","p":219,"s":52,"h":1,"r":1,"n":"Blight"},{"id":5322,"c":2,"u":"blinding%20smite_phb","p":219,"s":52,"h":1,"n":"Blinding Smite"},{"id":5323,"c":2,"u":"blindness%2fdeafness_phb","p":219,"s":52,"h":1,"r":1,"n":"Blindness/Deafness"},{"id":5324,"c":2,"u":"blink_phb","p":219,"s":52,"h":1,"r":1,"n":"Blink"},{"id":5325,"c":2,"u":"blur_phb","p":219,"s":52,"h":1,"r":1,"n":"Blur"},{"id":5326,"c":2,"u":"branding%20smite_phb","p":219,"s":52,"h":1,"r":1,"n":"Branding Smite"},{"id":5327,"c":2,"u":"burning%20hands_phb","p":220,"s":52,"h":1,"r":1,"n":"Burning Hands"},{"id":5328,"c":2,"u":"call%20lightning_phb","p":220,"s":52,"h":1,"r":1,"n":"Call Lightning"},{"id":5329,"c":2,"u":"calm%20emotions_phb","p":221,"s":52,"h":1,"r":1,"n":"Calm Emotions"},{"id":5330,"c":2,"u":"chain%20lightning_phb","p":221,"s":52,"h":1,"r":1,"n":"Chain Lightning"},{"id":5331,"c":2,"u":"charm%20person_phb","p":221,"s":52,"h":1,"r":1,"n":"Charm Person"},{"id":5332,"c":2,"u":"chill%20touch_phb","p":221,"s":52,"h":1,"r":1,"n":"Chill Touch"},{"id":5333,"c":2,"u":"chromatic%20orb_phb","p":221,"s":52,"h":1,"n":"Chromatic Orb"},{"id":5334,"c":2,"u":"circle%20of%20death_phb","p":221,"s":52,"h":1,"r":1,"n":"Circle of Death"},{"id":5335,"c":2,"u":"circle%20of%20power_phb","p":221,"s":52,"h":1,"n":"Circle of Power"},{"id":5336,"c":2,"u":"clairvoyance_phb","p":222,"s":52,"h":1,"r":1,"n":"Clairvoyance"},{"id":5337,"c":2,"u":"clone_phb","p":222,"s":52,"h":1,"r":1,"n":"Clone"},{"id":5338,"c":2,"u":"cloud%20of%20daggers_phb","p":222,"s":52,"h":1,"n":"Cloud of Daggers"},{"id":5339,"c":2,"u":"cloudkill_phb","p":222,"s":52,"h":1,"r":1,"n":"Cloudkill"},{"id":5340,"c":2,"u":"color%20spray_phb","p":222,"s":52,"h":1,"r":1,"n":"Color Spray"},{"id":5341,"c":2,"u":"command_phb","p":223,"s":52,"h":1,"r":1,"n":"Command"},{"id":5342,"c":2,"u":"commune_phb","p":223,"s":52,"h":1,"r":1,"n":"Commune"},{"id":5343,"c":2,"u":"commune%20with%20nature_phb","p":224,"s":52,"h":1,"r":1,"n":"Commune with Nature"},{"id":5344,"c":2,"u":"compelled%20duel_phb","p":224,"s":52,"h":1,"n":"Compelled Duel"},{"id":5345,"c":2,"u":"comprehend%20languages_phb","p":224,"s":52,"h":1,"r":1,"n":"Comprehend Languages"},{"id":5346,"c":2,"u":"compulsion_phb","p":224,"s":52,"h":1,"r":1,"n":"Compulsion"},{"id":5347,"c":2,"u":"cone%20of%20cold_phb","p":224,"s":52,"h":1,"r":1,"n":"Cone of Cold"},{"id":5348,"c":2,"u":"confusion_phb","p":224,"s":52,"h":1,"r":1,"n":"Confusion"},{"id":5349,"c":2,"u":"conjure%20animals_phb","p":225,"s":52,"h":1,"r":1,"n":"Conjure Animals"},{"id":5350,"c":2,"u":"conjure%20barrage_phb","p":225,"s":52,"h":1,"n":"Conjure Barrage"},{"id":5351,"c":2,"u":"conjure%20celestial_phb","p":225,"s":52,"h":1,"r":1,"n":"Conjure Celestial"},{"id":5352,"c":2,"u":"conjure%20elemental_phb","p":225,"s":52,"h":1,"r":1,"n":"Conjure Elemental"},{"id":5353,"c":2,"u":"conjure%20fey_phb","p":226,"s":52,"h":1,"r":1,"n":"Conjure Fey"},{"id":5354,"c":2,"u":"conjure%20minor%20elementals_phb","p":226,"s":52,"h":1,"r":1,"n":"Conjure Minor Elementals"},{"id":5355,"c":2,"u":"conjure%20volley_phb","p":226,"s":52,"h":1,"n":"Conjure Volley"},{"id":5356,"c":2,"u":"conjure%20woodland%20beings_phb","p":226,"s":52,"h":1,"r":1,"n":"Conjure Woodland Beings"},{"id":5357,"c":2,"u":"contact%20other%20plane_phb","p":226,"s":52,"h":1,"r":1,"n":"Contact Other Plane"},{"id":5358,"c":2,"u":"contagion_phb","p":227,"s":52,"h":1,"r":1,"n":"Contagion"},{"id":5359,"c":2,"u":"contingency_phb","p":227,"s":52,"h":1,"r":1,"n":"Contingency"},{"id":5360,"c":2,"u":"continual%20flame_phb","p":227,"s":52,"h":1,"r":1,"n":"Continual Flame"},{"id":5361,"c":2,"u":"control%20water_phb","p":227,"s":52,"h":1,"r":1,"n":"Control Water"},{"id":5362,"c":2,"u":"control%20weather_phb","p":228,"s":52,"h":1,"r":1,"n":"Control Weather"},{"id":5363,"c":2,"u":"cordon%20of%20arrows_phb","p":228,"s":52,"h":1,"n":"Cordon of Arrows"},{"id":5364,"c":2,"u":"counterspell_phb","p":228,"s":52,"h":1,"r":1,"n":"Counterspell"},{"id":5365,"c":2,"u":"create%20food%20and%20water_phb","p":229,"s":52,"h":1,"r":1,"n":"Create Food and Water"},{"id":5366,"c":2,"u":"create%20or%20destroy%20water_phb","p":229,"s":52,"h":1,"r":1,"n":"Create or Destroy Water"},{"id":5367,"c":2,"u":"create%20undead_phb","p":229,"s":52,"h":1,"r":1,"n":"Create Undead"},{"id":5368,"c":2,"u":"creation_phb","p":229,"s":52,"h":1,"r":1,"n":"Creation"},{"id":5369,"c":2,"u":"crown%20of%20madness_phb","p":229,"s":52,"h":1,"n":"Crown of Madness"},{"id":5370,"c":2,"u":"crusader's%20mantle_phb","p":230,"s":52,"h":1,"n":"Crusader's Mantle"},{"id":5371,"c":2,"u":"cure%20wounds_phb","p":230,"s":52,"h":1,"r":1,"n":"Cure Wounds"},{"id":5372,"c":2,"u":"dancing%20lights_phb","p":230,"s":52,"h":1,"r":1,"n":"Dancing Lights"},{"id":5373,"c":2,"u":"darkness_phb","p":230,"s":52,"h":1,"r":1,"n":"Darkness"},{"id":5374,"c":2,"u":"darkvision_phb","p":230,"s":52,"h":1,"r":1,"n":"Darkvision"},{"id":5375,"c":2,"u":"daylight_phb","p":230,"s":52,"h":1,"r":1,"n":"Daylight"},{"id":5376,"c":2,"u":"death%20ward_phb","p":230,"s":52,"h":1,"r":1,"n":"Death Ward"},{"id":5377,"c":2,"u":"delayed%20blast%20fireball_phb","p":230,"s":52,"h":1,"r":1,"n":"Delayed Blast Fireball"},{"id":5378,"c":2,"u":"demiplane_phb","p":231,"s":52,"h":1,"r":1,"n":"Demiplane"},{"id":5379,"c":2,"u":"destructive%20wave_phb","p":231,"s":52,"h":1,"n":"Destructive Wave"},{"id":5380,"c":2,"u":"detect%20evil%20and%20good_phb","p":231,"s":52,"h":1,"r":1,"n":"Detect Evil and Good"},{"id":5381,"c":2,"u":"detect%20magic_phb","p":231,"s":52,"h":1,"r":1,"n":"Detect Magic"},{"id":5382,"c":2,"u":"detect%20poison%20and%20disease_phb","p":231,"s":52,"h":1,"r":1,"n":"Detect Poison and Disease"},{"id":5383,"c":2,"u":"detect%20thoughts_phb","p":231,"s":52,"h":1,"r":1,"n":"Detect Thoughts"},{"id":5384,"c":2,"u":"dimension%20door_phb","p":233,"s":52,"h":1,"r":1,"n":"Dimension Door"},{"id":5385,"c":2,"u":"disguise%20self_phb","p":233,"s":52,"h":1,"r":1,"n":"Disguise Self"},{"id":5386,"c":2,"u":"disintegrate_phb","p":233,"s":52,"h":1,"r":1,"n":"Disintegrate"},{"id":5387,"c":2,"u":"dispel%20evil%20and%20good_phb","p":233,"s":52,"h":1,"r":1,"n":"Dispel Evil and Good"},{"id":5388,"c":2,"u":"dispel%20magic_phb","p":234,"s":52,"h":1,"r":1,"n":"Dispel Magic"},{"id":5389,"c":2,"u":"dissonant%20whispers_phb","p":234,"s":52,"h":1,"n":"Dissonant Whispers"},{"id":5390,"c":2,"u":"divination_phb","p":234,"s":52,"h":1,"r":1,"n":"Divination"},{"id":5391,"c":2,"u":"divine%20favor_phb","p":234,"s":52,"h":1,"r":1,"n":"Divine Favor"},{"id":5392,"c":2,"u":"divine%20word_phb","p":234,"s":52,"h":1,"r":1,"n":"Divine Word"},{"id":5393,"c":2,"u":"dominate%20beast_phb","p":234,"s":52,"h":1,"r":1,"n":"Dominate Beast"},{"id":5394,"c":2,"u":"dominate%20monster_phb","p":235,"s":52,"h":1,"r":1,"n":"Dominate Monster"},{"id":5395,"c":2,"u":"dominate%20person_phb","p":235,"s":52,"h":1,"r":1,"n":"Dominate Person"},{"id":5396,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":52,"h":1,"r":1,"n":"Drawmij's Instant Summons"},{"id":5397,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":52,"h":1,"r":1,"n":"Instant Summons"},{"id":5398,"c":2,"u":"dream_phb","p":236,"s":52,"h":1,"r":1,"n":"Dream"},{"id":5399,"c":2,"u":"druidcraft_phb","p":236,"s":52,"h":1,"r":1,"n":"Druidcraft"},{"id":5400,"c":2,"u":"earthquake_phb","p":236,"s":52,"h":1,"r":1,"n":"Earthquake"},{"id":5401,"c":2,"u":"eldritch%20blast_phb","p":237,"s":52,"h":1,"r":1,"n":"Eldritch Blast"},{"id":5402,"c":2,"u":"elemental%20weapon_phb","p":237,"s":52,"h":1,"n":"Elemental Weapon"},{"id":5403,"c":2,"u":"enhance%20ability_phb","p":237,"s":52,"h":1,"r":1,"n":"Enhance Ability"},{"id":5404,"c":2,"u":"enlarge%2freduce_phb","p":237,"s":52,"h":1,"r":1,"n":"Enlarge/Reduce"},{"id":5405,"c":2,"u":"ensnaring%20strike_phb","p":237,"s":52,"h":1,"n":"Ensnaring Strike"},{"id":5406,"c":2,"u":"entangle_phb","p":238,"s":52,"h":1,"r":1,"n":"Entangle"},{"id":5407,"c":2,"u":"enthrall_phb","p":238,"s":52,"h":1,"r":1,"n":"Enthrall"},{"id":5408,"c":2,"u":"etherealness_phb","p":238,"s":52,"h":1,"r":1,"n":"Etherealness"},{"id":5409,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":52,"h":1,"r":1,"n":"Evard's Black Tentacles"},{"id":5410,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":52,"h":1,"r":1,"n":"Black Tentacles"},{"id":5411,"c":2,"u":"expeditious%20retreat_phb","p":238,"s":52,"h":1,"r":1,"n":"Expeditious Retreat"},{"id":5412,"c":2,"u":"eyebite_phb","p":238,"s":52,"h":1,"r":1,"n":"Eyebite"},{"id":5413,"c":2,"u":"fabricate_phb","p":239,"s":52,"h":1,"r":1,"n":"Fabricate"},{"id":5414,"c":2,"u":"faerie%20fire_phb","p":239,"s":52,"h":1,"r":1,"n":"Faerie Fire"},{"id":5415,"c":2,"u":"false%20life_phb","p":239,"s":52,"h":1,"r":1,"n":"False Life"},{"id":5416,"c":2,"u":"fear_phb","p":239,"s":52,"h":1,"r":1,"n":"Fear"},{"id":5417,"c":2,"u":"feather%20fall_phb","p":239,"s":52,"h":1,"r":1,"n":"Feather Fall"},{"id":5418,"c":2,"u":"feeblemind_phb","p":239,"s":52,"h":1,"r":1,"n":"Feeblemind"},{"id":5419,"c":2,"u":"feign%20death_phb","p":240,"s":52,"h":1,"n":"Feign Death"},{"id":5420,"c":2,"u":"find%20familiar_phb","p":240,"s":52,"h":1,"r":1,"n":"Find Familiar"},{"id":5421,"c":2,"u":"find%20steed_phb","p":240,"s":52,"h":1,"r":1,"n":"Find Steed"},{"id":5422,"c":2,"u":"find%20the%20path_phb","p":240,"s":52,"h":1,"r":1,"n":"Find the Path"},{"id":5423,"c":2,"u":"find%20traps_phb","p":241,"s":52,"h":1,"r":1,"n":"Find Traps"},{"id":5424,"c":2,"u":"finger%20of%20death_phb","p":241,"s":52,"h":1,"r":1,"n":"Finger of Death"},{"id":5425,"c":2,"u":"fire%20bolt_phb","p":242,"s":52,"h":1,"r":1,"n":"Fire Bolt"},{"id":5426,"c":2,"u":"fire%20shield_phb","p":242,"s":52,"h":1,"r":1,"n":"Fire Shield"},{"id":5427,"c":2,"u":"fire%20storm_phb","p":242,"s":52,"h":1,"r":1,"n":"Fire Storm"},{"id":5428,"c":2,"u":"fireball_phb","p":241,"s":52,"h":1,"r":1,"n":"Fireball"},{"id":5429,"c":2,"u":"flame%20blade_phb","p":242,"s":52,"h":1,"r":1,"n":"Flame Blade"},{"id":5430,"c":2,"u":"flame%20strike_phb","p":242,"s":52,"h":1,"r":1,"n":"Flame Strike"},{"id":5431,"c":2,"u":"flaming%20sphere_phb","p":242,"s":52,"h":1,"r":1,"n":"Flaming Sphere"},{"id":5432,"c":2,"u":"flesh%20to%20stone_phb","p":243,"s":52,"h":1,"r":1,"n":"Flesh to Stone"},{"id":5433,"c":2,"u":"fly_phb","p":243,"s":52,"h":1,"r":1,"n":"Fly"},{"id":5434,"c":2,"u":"fog%20cloud_phb","p":243,"s":52,"h":1,"r":1,"n":"Fog Cloud"},{"id":5435,"c":2,"u":"forbiddance_phb","p":243,"s":52,"h":1,"r":1,"n":"Forbiddance"},{"id":5436,"c":2,"u":"forcecage_phb","p":243,"s":52,"h":1,"r":1,"n":"Forcecage"},{"id":5437,"c":2,"u":"foresight_phb","p":244,"s":52,"h":1,"r":1,"n":"Foresight"},{"id":5438,"c":2,"u":"freedom%20of%20movement_phb","p":244,"s":52,"h":1,"r":1,"n":"Freedom of Movement"},{"id":5439,"c":2,"u":"friends_phb","p":244,"s":52,"h":1,"n":"Friends"},{"id":5440,"c":2,"u":"gaseous%20form_phb","p":244,"s":52,"h":1,"r":1,"n":"Gaseous Form"},{"id":5441,"c":2,"u":"gate_phb","p":244,"s":52,"h":1,"r":1,"n":"Gate"},{"id":5442,"c":2,"u":"geas_phb","p":244,"s":52,"h":1,"r":1,"n":"Geas"},{"id":5443,"c":2,"u":"gentle%20repose_phb","p":245,"s":52,"h":1,"r":1,"n":"Gentle Repose"},{"id":5444,"c":2,"u":"giant%20insect_phb","p":245,"s":52,"h":1,"r":1,"n":"Giant Insect"},{"id":5445,"c":2,"u":"glibness_phb","p":245,"s":52,"h":1,"r":1,"n":"Glibness"},{"id":5446,"c":2,"u":"globe%20of%20invulnerability_phb","p":245,"s":52,"h":1,"r":1,"n":"Globe of Invulnerability"},{"id":5447,"c":2,"u":"glyph%20of%20warding_phb","p":245,"s":52,"h":1,"r":1,"n":"Glyph of Warding"},{"id":5448,"c":2,"u":"goodberry_phb","p":246,"s":52,"h":1,"r":1,"n":"Goodberry"},{"id":5449,"c":2,"u":"grasping%20vine_phb","p":246,"s":52,"h":1,"n":"Grasping Vine"},{"id":5450,"c":2,"u":"grease_phb","p":246,"s":52,"h":1,"r":1,"n":"Grease"},{"id":5451,"c":2,"u":"greater%20invisibility_phb","p":246,"s":52,"h":1,"r":1,"n":"Greater Invisibility"},{"id":5452,"c":2,"u":"greater%20restoration_phb","p":246,"s":52,"h":1,"r":1,"n":"Greater Restoration"},{"id":5453,"c":2,"u":"guardian%20of%20faith_phb","p":246,"s":52,"h":1,"r":1,"n":"Guardian of Faith"},{"id":5454,"c":2,"u":"guards%20and%20wards_phb","p":248,"s":52,"h":1,"r":1,"n":"Guards and Wards"},{"id":5455,"c":2,"u":"guidance_phb","p":248,"s":52,"h":1,"r":1,"n":"Guidance"},{"id":5456,"c":2,"u":"guiding%20bolt_phb","p":248,"s":52,"h":1,"r":1,"n":"Guiding Bolt"},{"id":5457,"c":2,"u":"gust%20of%20wind_phb","p":248,"s":52,"h":1,"r":1,"n":"Gust of Wind"},{"id":5458,"c":2,"u":"hail%20of%20thorns_phb","p":249,"s":52,"h":1,"n":"Hail of Thorns"},{"id":5459,"c":2,"u":"hallow_phb","p":249,"s":52,"h":1,"r":1,"n":"Hallow"},{"id":5460,"c":2,"u":"hallucinatory%20terrain_phb","p":249,"s":52,"h":1,"r":1,"n":"Hallucinatory Terrain"},{"id":5461,"c":2,"u":"harm_phb","p":249,"s":52,"h":1,"r":1,"n":"Harm"},{"id":5462,"c":2,"u":"haste_phb","p":250,"s":52,"h":1,"r":1,"n":"Haste"},{"id":5463,"c":2,"u":"heal_phb","p":250,"s":52,"h":1,"r":1,"n":"Heal"},{"id":5464,"c":2,"u":"healing%20word_phb","p":250,"s":52,"h":1,"r":1,"n":"Healing Word"},{"id":5465,"c":2,"u":"heat%20metal_phb","p":250,"s":52,"h":1,"r":1,"n":"Heat Metal"},{"id":5466,"c":2,"u":"hellish%20rebuke_phb","p":250,"s":52,"h":1,"r":1,"n":"Hellish Rebuke"},{"id":5467,"c":2,"u":"heroes'%20feast_phb","p":250,"s":52,"h":1,"r":1,"n":"Heroes' Feast"},{"id":5468,"c":2,"u":"heroism_phb","p":250,"s":52,"h":1,"r":1,"n":"Heroism"},{"id":5469,"c":2,"u":"hex_phb","p":251,"s":52,"h":1,"n":"Hex"},{"id":5470,"c":2,"u":"hold%20monster_phb","p":251,"s":52,"h":1,"r":1,"n":"Hold Monster"},{"id":5471,"c":2,"u":"hold%20person_phb","p":251,"s":52,"h":1,"r":1,"n":"Hold Person"},{"id":5472,"c":2,"u":"holy%20aura_phb","p":251,"s":52,"h":1,"r":1,"n":"Holy Aura"},{"id":5473,"c":2,"u":"hunger%20of%20hadar_phb","p":251,"s":52,"h":1,"n":"Hunger of Hadar"},{"id":5474,"c":2,"u":"hunter's%20mark_phb","p":251,"s":52,"h":1,"r":1,"n":"Hunter's Mark"},{"id":5475,"c":2,"u":"hypnotic%20pattern_phb","p":252,"s":52,"h":1,"r":1,"n":"Hypnotic Pattern"},{"id":5476,"c":2,"u":"ice%20storm_phb","p":252,"s":52,"h":1,"r":1,"n":"Ice Storm"},{"id":5477,"c":2,"u":"identify_phb","p":252,"s":52,"h":1,"r":1,"n":"Identify"},{"id":5478,"c":2,"u":"illusory%20script_phb","p":252,"s":52,"h":1,"r":1,"n":"Illusory Script"},{"id":5479,"c":2,"u":"imprisonment_phb","p":252,"s":52,"h":1,"r":1,"n":"Imprisonment"},{"id":5480,"c":2,"u":"incendiary%20cloud_phb","p":253,"s":52,"h":1,"r":1,"n":"Incendiary Cloud"},{"id":5481,"c":2,"u":"inflict%20wounds_phb","p":253,"s":52,"h":1,"r":1,"n":"Inflict Wounds"},{"id":5482,"c":2,"u":"insect%20plague_phb","p":254,"s":52,"h":1,"r":1,"n":"Insect Plague"},{"id":5483,"c":2,"u":"invisibility_phb","p":254,"s":52,"h":1,"r":1,"n":"Invisibility"},{"id":5484,"c":2,"u":"jump_phb","p":254,"s":52,"h":1,"r":1,"n":"Jump"},{"id":5485,"c":2,"u":"knock_phb","p":254,"s":52,"h":1,"r":1,"n":"Knock"},{"id":5486,"c":2,"u":"legend%20lore_phb","p":254,"s":52,"h":1,"r":1,"n":"Legend Lore"},{"id":5487,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":52,"h":1,"r":1,"n":"Leomund's Secret Chest"},{"id":5488,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":52,"h":1,"r":1,"n":"Secret Chest"},{"id":5489,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":52,"h":1,"r":1,"n":"Leomund's Tiny Hut"},{"id":5490,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":52,"h":1,"r":1,"n":"Tiny Hut"},{"id":5491,"c":2,"u":"lesser%20restoration_phb","p":255,"s":52,"h":1,"r":1,"n":"Lesser Restoration"},{"id":5492,"c":2,"u":"levitate_phb","p":255,"s":52,"h":1,"r":1,"n":"Levitate"},{"id":5493,"c":2,"u":"light_phb","p":255,"s":52,"h":1,"r":1,"n":"Light"},{"id":5494,"c":2,"u":"lightning%20arrow_phb","p":255,"s":52,"h":1,"n":"Lightning Arrow"},{"id":5495,"c":2,"u":"lightning%20bolt_phb","p":255,"s":52,"h":1,"r":1,"n":"Lightning Bolt"},{"id":5496,"c":2,"u":"locate%20animals%20or%20plants_phb","p":256,"s":52,"h":1,"r":1,"n":"Locate Animals or Plants"},{"id":5497,"c":2,"u":"locate%20creature_phb","p":256,"s":52,"h":1,"r":1,"n":"Locate Creature"},{"id":5498,"c":2,"u":"locate%20object_phb","p":256,"s":52,"h":1,"r":1,"n":"Locate Object"},{"id":5499,"c":2,"u":"longstrider_phb","p":256,"s":52,"h":1,"r":1,"n":"Longstrider"},{"id":5500,"c":2,"u":"mage%20armor_phb","p":256,"s":52,"h":1,"r":1,"n":"Mage Armor"},{"id":5501,"c":2,"u":"mage%20hand_phb","p":256,"s":52,"h":1,"r":1,"n":"Mage Hand"},{"id":5502,"c":2,"u":"magic%20circle_phb","p":256,"s":52,"h":1,"r":1,"n":"Magic Circle"},{"id":5503,"c":2,"u":"magic%20jar_phb","p":257,"s":52,"h":1,"r":1,"n":"Magic Jar"},{"id":5504,"c":2,"u":"magic%20missile_phb","p":257,"s":52,"h":1,"r":1,"n":"Magic Missile"},{"id":5505,"c":2,"u":"magic%20mouth_phb","p":257,"s":52,"h":1,"r":1,"n":"Magic Mouth"},{"id":5506,"c":2,"u":"magic%20weapon_phb","p":257,"s":52,"h":1,"r":1,"n":"Magic Weapon"},{"id":5507,"c":2,"u":"major%20image_phb","p":258,"s":52,"h":1,"r":1,"n":"Major Image"},{"id":5508,"c":2,"u":"mass%20cure%20wounds_phb","p":258,"s":52,"h":1,"r":1,"n":"Mass Cure Wounds"},{"id":5509,"c":2,"u":"mass%20heal_phb","p":258,"s":52,"h":1,"r":1,"n":"Mass Heal"},{"id":5510,"c":2,"u":"mass%20healing%20word_phb","p":258,"s":52,"h":1,"r":1,"n":"Mass Healing Word"},{"id":5511,"c":2,"u":"mass%20suggestion_phb","p":258,"s":52,"h":1,"r":1,"n":"Mass Suggestion"},{"id":5512,"c":2,"u":"maze_phb","p":258,"s":52,"h":1,"r":1,"n":"Maze"},{"id":5513,"c":2,"u":"meld%20into%20stone_phb","p":259,"s":52,"h":1,"r":1,"n":"Meld into Stone"},{"id":5514,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":52,"h":1,"r":1,"n":"Melf's Acid Arrow"},{"id":5515,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":52,"h":1,"r":1,"n":"Acid Arrow"},{"id":5516,"c":2,"u":"mending_phb","p":259,"s":52,"h":1,"r":1,"n":"Mending"},{"id":5517,"c":2,"u":"message_phb","p":259,"s":52,"h":1,"r":1,"n":"Message"},{"id":5518,"c":2,"u":"meteor%20swarm_phb","p":259,"s":52,"h":1,"r":1,"n":"Meteor Swarm"},{"id":5519,"c":2,"u":"mind%20blank_phb","p":259,"s":52,"h":1,"r":1,"n":"Mind Blank"},{"id":5520,"c":2,"u":"minor%20illusion_phb","p":260,"s":52,"h":1,"r":1,"n":"Minor Illusion"},{"id":5521,"c":2,"u":"mirage%20arcane_phb","p":260,"s":52,"h":1,"r":1,"n":"Mirage Arcane"},{"id":5522,"c":2,"u":"mirror%20image_phb","p":260,"s":52,"h":1,"r":1,"n":"Mirror Image"},{"id":5523,"c":2,"u":"mislead_phb","p":260,"s":52,"h":1,"r":1,"n":"Mislead"},{"id":5524,"c":2,"u":"misty%20step_phb","p":260,"s":52,"h":1,"r":1,"n":"Misty Step"},{"id":5525,"c":2,"u":"modify%20memory_phb","p":261,"s":52,"h":1,"r":1,"n":"Modify Memory"},{"id":5526,"c":2,"u":"moonbeam_phb","p":261,"s":52,"h":1,"r":1,"n":"Moonbeam"},{"id":5527,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":52,"h":1,"r":1,"n":"Mordenkainen's Faithful Hound"},{"id":5528,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":52,"h":1,"r":1,"n":"Faithful Hound"},{"id":5529,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":52,"h":1,"r":1,"n":"Mordenkainen's Magnificent Mansion"},{"id":5530,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":52,"h":1,"r":1,"n":"Magnificent Mansion"},{"id":5531,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":52,"h":1,"r":1,"n":"Mordenkainen's Private Sanctum"},{"id":5532,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":52,"h":1,"r":1,"n":"Private Sanctum"},{"id":5533,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":52,"h":1,"r":1,"n":"Mordenkainen's Sword"},{"id":5534,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":52,"h":1,"r":1,"n":"Arcane Sword"},{"id":5535,"c":2,"u":"move%20earth_phb","p":263,"s":52,"h":1,"r":1,"n":"Move Earth"},{"id":5536,"c":2,"u":"nondetection_phb","p":263,"s":52,"h":1,"r":1,"n":"Nondetection"},{"id":5537,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":52,"h":1,"r":1,"n":"Nystul's Magic Aura"},{"id":5538,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":52,"h":1,"r":1,"n":"Arcanist's Magic Aura"},{"id":5539,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":52,"h":1,"r":1,"n":"Otiluke's Freezing Sphere"},{"id":5540,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":52,"h":1,"r":1,"n":"Freezing Sphere"},{"id":5541,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":52,"h":1,"r":1,"n":"Otiluke's Resilient Sphere"},{"id":5542,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":52,"h":1,"r":1,"n":"Resilient Sphere"},{"id":5543,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":52,"h":1,"r":1,"n":"Otto's Irresistible Dance"},{"id":5544,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":52,"h":1,"r":1,"n":"Irresistible Dance"},{"id":5545,"c":2,"u":"pass%20without%20trace_phb","p":264,"s":52,"h":1,"r":1,"n":"Pass without Trace"},{"id":5546,"c":2,"u":"passwall_phb","p":264,"s":52,"h":1,"r":1,"n":"Passwall"},{"id":5547,"c":2,"u":"phantasmal%20force_phb","p":264,"s":52,"h":1,"n":"Phantasmal Force"},{"id":5548,"c":2,"u":"phantasmal%20killer_phb","p":265,"s":52,"h":1,"r":1,"n":"Phantasmal Killer"},{"id":5549,"c":2,"u":"phantom%20steed_phb","p":265,"s":52,"h":1,"r":1,"n":"Phantom Steed"},{"id":5550,"c":2,"u":"planar%20ally_phb","p":265,"s":52,"h":1,"r":1,"n":"Planar Ally"},{"id":5551,"c":2,"u":"planar%20binding_phb","p":265,"s":52,"h":1,"r":1,"n":"Planar Binding"},{"id":5552,"c":2,"u":"plane%20shift_phb","p":266,"s":52,"h":1,"r":1,"n":"Plane Shift"},{"id":5553,"c":2,"u":"plant%20growth_phb","p":266,"s":52,"h":1,"r":1,"n":"Plant Growth"},{"id":5554,"c":2,"u":"poison%20spray_phb","p":266,"s":52,"h":1,"r":1,"n":"Poison Spray"},{"id":5555,"c":2,"u":"polymorph_phb","p":266,"s":52,"h":1,"r":1,"n":"Polymorph"},{"id":5556,"c":2,"u":"power%20word%20heal_phb","p":266,"s":52,"h":1,"n":"Power Word Heal"},{"id":5557,"c":2,"u":"power%20word%20kill_phb","p":266,"s":52,"h":1,"r":1,"n":"Power Word Kill"},{"id":5558,"c":2,"u":"power%20word%20stun_phb","p":267,"s":52,"h":1,"r":1,"n":"Power Word Stun"},{"id":5559,"c":2,"u":"prayer%20of%20healing_phb","p":267,"s":52,"h":1,"r":1,"n":"Prayer of Healing"},{"id":5560,"c":2,"u":"prestidigitation_phb","p":267,"s":52,"h":1,"r":1,"n":"Prestidigitation"},{"id":5561,"c":2,"u":"prismatic%20spray_phb","p":267,"s":52,"h":1,"r":1,"n":"Prismatic Spray"},{"id":5562,"c":2,"u":"prismatic%20wall_phb","p":267,"s":52,"h":1,"r":1,"n":"Prismatic Wall"},{"id":5563,"c":2,"u":"produce%20flame_phb","p":269,"s":52,"h":1,"r":1,"n":"Produce Flame"},{"id":5564,"c":2,"u":"programmed%20illusion_phb","p":269,"s":52,"h":1,"r":1,"n":"Programmed Illusion"},{"id":5565,"c":2,"u":"project%20image_phb","p":270,"s":52,"h":1,"r":1,"n":"Project Image"},{"id":5566,"c":2,"u":"protection%20from%20energy_phb","p":270,"s":52,"h":1,"r":1,"n":"Protection from Energy"},{"id":5567,"c":2,"u":"protection%20from%20evil%20and%20good_phb","p":270,"s":52,"h":1,"r":1,"n":"Protection from Evil and Good"},{"id":5568,"c":2,"u":"protection%20from%20poison_phb","p":270,"s":52,"h":1,"r":1,"n":"Protection from Poison"},{"id":5569,"c":2,"u":"purify%20food%20and%20drink_phb","p":270,"s":52,"h":1,"r":1,"n":"Purify Food and Drink"},{"id":5570,"c":2,"u":"raise%20dead_phb","p":270,"s":52,"h":1,"r":1,"n":"Raise Dead"},{"id":5571,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":52,"h":1,"r":1,"n":"Rary's Telepathic Bond"},{"id":5572,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":52,"h":1,"r":1,"n":"Telepathic Bond"},{"id":5573,"c":2,"u":"ray%20of%20enfeeblement_phb","p":271,"s":52,"h":1,"r":1,"n":"Ray of Enfeeblement"},{"id":5574,"c":2,"u":"ray%20of%20frost_phb","p":271,"s":52,"h":1,"r":1,"n":"Ray of Frost"},{"id":5575,"c":2,"u":"ray%20of%20sickness_phb","p":271,"s":52,"h":1,"n":"Ray of Sickness"},{"id":5576,"c":2,"u":"regenerate_phb","p":271,"s":52,"h":1,"r":1,"n":"Regenerate"},{"id":5577,"c":2,"u":"reincarnate_phb","p":271,"s":52,"h":1,"r":1,"n":"Reincarnate"},{"id":5578,"c":2,"u":"remove%20curse_phb","p":271,"s":52,"h":1,"r":1,"n":"Remove Curse"},{"id":5579,"c":2,"u":"resistance_phb","p":272,"s":52,"h":1,"r":1,"n":"Resistance"},{"id":5580,"c":2,"u":"resurrection_phb","p":272,"s":52,"h":1,"r":1,"n":"Resurrection"},{"id":5581,"c":2,"u":"reverse%20gravity_phb","p":272,"s":52,"h":1,"r":1,"n":"Reverse Gravity"},{"id":5582,"c":2,"u":"revivify_phb","p":272,"s":52,"h":1,"r":1,"n":"Revivify"},{"id":5583,"c":2,"u":"rope%20trick_phb","p":272,"s":52,"h":1,"r":1,"n":"Rope Trick"},{"id":5584,"c":2,"u":"sacred%20flame_phb","p":272,"s":52,"h":1,"r":1,"n":"Sacred Flame"},{"id":5585,"c":2,"u":"sanctuary_phb","p":272,"s":52,"h":1,"r":1,"n":"Sanctuary"},{"id":5586,"c":2,"u":"scorching%20ray_phb","p":273,"s":52,"h":1,"r":1,"n":"Scorching Ray"},{"id":5587,"c":2,"u":"scrying_phb","p":273,"s":52,"h":1,"r":1,"n":"Scrying"},{"id":5588,"c":2,"u":"searing%20smite_phb","p":274,"s":52,"h":1,"n":"Searing Smite"},{"id":5589,"c":2,"u":"see%20invisibility_phb","p":274,"s":52,"h":1,"r":1,"n":"See Invisibility"},{"id":5590,"c":2,"u":"seeming_phb","p":274,"s":52,"h":1,"r":1,"n":"Seeming"},{"id":5591,"c":2,"u":"sending_phb","p":274,"s":52,"h":1,"r":1,"n":"Sending"},{"id":5592,"c":2,"u":"sequester_phb","p":274,"s":52,"h":1,"r":1,"n":"Sequester"},{"id":5593,"c":2,"u":"shapechange_phb","p":274,"s":52,"h":1,"r":1,"n":"Shapechange"},{"id":5594,"c":2,"u":"shatter_phb","p":275,"s":52,"h":1,"r":1,"n":"Shatter"},{"id":5595,"c":2,"u":"shield_phb","p":275,"s":52,"h":1,"r":1,"n":"Shield"},{"id":5596,"c":2,"u":"shield%20of%20faith_phb","p":275,"s":52,"h":1,"r":1,"n":"Shield of Faith"},{"id":5597,"c":2,"u":"shillelagh_phb","p":275,"s":52,"h":1,"r":1,"n":"Shillelagh"},{"id":5598,"c":2,"u":"shocking%20grasp_phb","p":275,"s":52,"h":1,"r":1,"n":"Shocking Grasp"},{"id":5599,"c":2,"u":"silence_phb","p":275,"s":52,"h":1,"r":1,"n":"Silence"},{"id":5600,"c":2,"u":"silent%20image_phb","p":276,"s":52,"h":1,"r":1,"n":"Silent Image"},{"id":5601,"c":2,"u":"simulacrum_phb","p":276,"s":52,"h":1,"r":1,"n":"Simulacrum"},{"id":5602,"c":2,"u":"sleep_phb","p":276,"s":52,"h":1,"r":1,"n":"Sleep"},{"id":5603,"c":2,"u":"sleet%20storm_phb","p":276,"s":52,"h":1,"r":1,"n":"Sleet Storm"},{"id":5604,"c":2,"u":"slow_phb","p":277,"s":52,"h":1,"r":1,"n":"Slow"},{"id":5605,"c":2,"u":"spare%20the%20dying_phb","p":277,"s":52,"h":1,"r":1,"n":"Spare the Dying"},{"id":5606,"c":2,"u":"speak%20with%20animals_phb","p":277,"s":52,"h":1,"r":1,"n":"Speak with Animals"},{"id":5607,"c":2,"u":"speak%20with%20dead_phb","p":277,"s":52,"h":1,"r":1,"n":"Speak with Dead"},{"id":5608,"c":2,"u":"speak%20with%20plants_phb","p":277,"s":52,"h":1,"r":1,"n":"Speak with Plants"},{"id":5609,"c":2,"u":"spider%20climb_phb","p":277,"s":52,"h":1,"r":1,"n":"Spider Climb"},{"id":5610,"c":2,"u":"spike%20growth_phb","p":277,"s":52,"h":1,"r":1,"n":"Spike Growth"},{"id":5611,"c":2,"u":"spirit%20guardians_phb","p":278,"s":52,"h":1,"r":1,"n":"Spirit Guardians"},{"id":5612,"c":2,"u":"spiritual%20weapon_phb","p":278,"s":52,"h":1,"r":1,"n":"Spiritual Weapon"},{"id":5613,"c":2,"u":"staggering%20smite_phb","p":278,"s":52,"h":1,"n":"Staggering Smite"},{"id":5614,"c":2,"u":"stinking%20cloud_phb","p":278,"s":52,"h":1,"r":1,"n":"Stinking Cloud"},{"id":5615,"c":2,"u":"stone%20shape_phb","p":278,"s":52,"h":1,"r":1,"n":"Stone Shape"},{"id":5616,"c":2,"u":"stoneskin_phb","p":278,"s":52,"h":1,"r":1,"n":"Stoneskin"},{"id":5617,"c":2,"u":"storm%20of%20vengeance_phb","p":279,"s":52,"h":1,"r":1,"n":"Storm of Vengeance"},{"id":5618,"c":2,"u":"suggestion_phb","p":279,"s":52,"h":1,"r":1,"n":"Suggestion"},{"id":5619,"c":2,"u":"sunbeam_phb","p":279,"s":52,"h":1,"r":1,"n":"Sunbeam"},{"id":5620,"c":2,"u":"sunburst_phb","p":279,"s":52,"h":1,"r":1,"n":"Sunburst"},{"id":5621,"c":2,"u":"swift%20quiver_phb","p":279,"s":52,"h":1,"n":"Swift Quiver"},{"id":5622,"c":2,"u":"symbol_phb","p":280,"s":52,"h":1,"r":1,"n":"Symbol"},{"id":5623,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":52,"h":1,"r":1,"n":"Tasha's Hideous Laughter"},{"id":5624,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":52,"h":1,"r":1,"n":"Hideous Laughter"},{"id":5625,"c":2,"u":"telekinesis_phb","p":280,"s":52,"h":1,"r":1,"n":"Telekinesis"},{"id":5626,"c":2,"u":"telepathy_phb","p":281,"s":52,"h":1,"n":"Telepathy"},{"id":5627,"c":2,"u":"teleport_phb","p":281,"s":52,"h":1,"r":1,"n":"Teleport"},{"id":5628,"c":2,"u":"teleportation%20circle_phb","p":282,"s":52,"h":1,"r":1,"n":"Teleportation Circle"},{"id":5629,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":52,"h":1,"r":1,"n":"Tenser's Floating Disk"},{"id":5630,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":52,"h":1,"r":1,"n":"Floating Disk"},{"id":5631,"c":2,"u":"thaumaturgy_phb","p":282,"s":52,"h":1,"r":1,"n":"Thaumaturgy"},{"id":5632,"c":2,"u":"thorn%20whip_phb","p":282,"s":52,"h":1,"n":"Thorn Whip"},{"id":5633,"c":2,"u":"thunderous%20smite_phb","p":282,"s":52,"h":1,"n":"Thunderous Smite"},{"id":5634,"c":2,"u":"thunderwave_phb","p":282,"s":52,"h":1,"r":1,"n":"Thunderwave"},{"id":5635,"c":2,"u":"time%20stop_phb","p":283,"s":52,"h":1,"r":1,"n":"Time Stop"},{"id":5636,"c":2,"u":"tongues_phb","p":283,"s":52,"h":1,"r":1,"n":"Tongues"},{"id":5637,"c":2,"u":"transport%20via%20plants_phb","p":283,"s":52,"h":1,"r":1,"n":"Transport via Plants"},{"id":5638,"c":2,"u":"tree%20stride_phb","p":283,"s":52,"h":1,"r":1,"n":"Tree Stride"},{"id":5639,"c":2,"u":"true%20polymorph_phb","p":283,"s":52,"h":1,"r":1,"n":"True Polymorph"},{"id":5640,"c":2,"u":"true%20resurrection_phb","p":284,"s":52,"h":1,"r":1,"n":"True Resurrection"},{"id":5641,"c":2,"u":"true%20seeing_phb","p":284,"s":52,"h":1,"r":1,"n":"True Seeing"},{"id":5642,"c":2,"u":"true%20strike_phb","p":284,"s":52,"h":1,"r":1,"n":"True Strike"},{"id":5643,"c":2,"u":"tsunami_phb","p":284,"s":52,"h":1,"n":"Tsunami"},{"id":5644,"c":2,"u":"unseen%20servant_phb","p":284,"s":52,"h":1,"r":1,"n":"Unseen Servant"},{"id":5645,"c":2,"u":"vampiric%20touch_phb","p":285,"s":52,"h":1,"r":1,"n":"Vampiric Touch"},{"id":5646,"c":2,"u":"vicious%20mockery_phb","p":285,"s":52,"h":1,"r":1,"n":"Vicious Mockery"},{"id":5647,"c":2,"u":"wall%20of%20fire_phb","p":285,"s":52,"h":1,"r":1,"n":"Wall of Fire"},{"id":5648,"c":2,"u":"wall%20of%20force_phb","p":285,"s":52,"h":1,"r":1,"n":"Wall of Force"},{"id":5649,"c":2,"u":"wall%20of%20ice_phb","p":285,"s":52,"h":1,"r":1,"n":"Wall of Ice"},{"id":5650,"c":2,"u":"wall%20of%20stone_phb","p":287,"s":52,"h":1,"r":1,"n":"Wall of Stone"},{"id":5651,"c":2,"u":"wall%20of%20thorns_phb","p":287,"s":52,"h":1,"r":1,"n":"Wall of Thorns"},{"id":5652,"c":2,"u":"warding%20bond_phb","p":287,"s":52,"h":1,"r":1,"n":"Warding Bond"},{"id":5653,"c":2,"u":"water%20breathing_phb","p":287,"s":52,"h":1,"r":1,"n":"Water Breathing"},{"id":5654,"c":2,"u":"water%20walk_phb","p":287,"s":52,"h":1,"r":1,"n":"Water Walk"},{"id":5655,"c":2,"u":"web_phb","p":287,"s":52,"h":1,"r":1,"n":"Web"},{"id":5656,"c":2,"u":"weird_phb","p":288,"s":52,"h":1,"r":1,"n":"Weird"},{"id":5657,"c":2,"u":"wind%20walk_phb","p":288,"s":52,"h":1,"r":1,"n":"Wind Walk"},{"id":5658,"c":2,"u":"wind%20wall_phb","p":288,"s":52,"h":1,"r":1,"n":"Wind Wall"},{"id":5659,"c":2,"u":"wish_phb","p":288,"s":52,"h":1,"r":1,"n":"Wish"},{"id":5660,"c":2,"u":"witch%20bolt_phb","p":289,"s":52,"h":1,"n":"Witch Bolt"},{"id":5661,"c":2,"u":"word%20of%20recall_phb","p":289,"s":52,"h":1,"r":1,"n":"Word of Recall"},{"id":5662,"c":2,"u":"wrathful%20smite_phb","p":289,"s":52,"h":1,"n":"Wrathful Smite"},{"id":5663,"c":2,"u":"zone%20of%20truth_phb","p":289,"s":52,"h":1,"r":1,"n":"Zone of Truth"},{"id":5664,"c":2,"u":"gate%20seal_sato","p":12,"s":104,"h":1,"n":"Gate Seal"},{"id":5665,"c":2,"u":"warp%20sense_sato","p":12,"s":104,"h":1,"n":"Warp Sense"},{"id":5666,"c":2,"u":"borrowed%20knowledge_scc","p":37,"s":57,"h":1,"n":"Borrowed Knowledge"},{"id":5667,"c":2,"u":"kinetic%20jaunt_scc","p":37,"s":57,"h":1,"n":"Kinetic Jaunt"},{"id":5668,"c":2,"u":"silvery%20barbs_scc","p":38,"s":57,"h":1,"n":"Silvery Barbs"},{"id":5669,"c":2,"u":"vortex%20warp_scc","p":38,"s":57,"h":1,"n":"Vortex Warp"},{"id":5670,"c":2,"u":"wither%20and%20bloom_scc","p":38,"s":57,"h":1,"n":"Wither and Bloom"},{"id":5671,"c":2,"u":"freedom%20of%20the%20waves_tdcsr","p":176,"s":61,"h":1,"dP":1,"n":"Freedom of the Waves"},{"id":5672,"c":2,"u":"freedom%20of%20the%20winds_tdcsr","p":176,"s":61,"h":1,"dP":1,"n":"Freedom of the Winds"},{"id":5673,"c":2,"u":"linked%20glyphs_aitfr-avt","p":9,"s":105,"h":1,"n":"Linked Glyphs"},{"id":5674,"c":2,"u":"flock%20of%20familiars_llk","p":57,"s":81,"h":1,"n":"Flock of Familiars"},{"id":5675,"c":2,"u":"galder's%20speedy%20courier_llk","p":57,"s":81,"h":1,"n":"Galder's Speedy Courier"},{"id":5676,"c":2,"u":"galder's%20tower_llk","p":57,"s":81,"h":1,"n":"Galder's Tower"},{"id":5677,"c":5,"u":"artificer_tce","p":9,"s":4,"h":1,"n":"Artificer"},{"id":5678,"c":5,"u":"barbarian_phb","p":46,"s":52,"h":1,"r":1,"n":"Barbarian"},{"id":5679,"c":5,"u":"barbarian_xphb","p":50,"s":8,"h":1,"n":"Barbarian"},{"id":5680,"c":5,"u":"bard_phb","p":51,"s":52,"h":1,"r":1,"n":"Bard"},{"id":5681,"c":5,"u":"bard_xphb","p":58,"s":8,"h":1,"n":"Bard"},{"id":5682,"c":5,"u":"cleric_phb","p":56,"s":52,"h":1,"r":1,"n":"Cleric"},{"id":5683,"c":5,"u":"cleric_xphb","p":68,"s":8,"h":1,"n":"Cleric"},{"id":5684,"c":5,"u":"druid_phb","p":64,"s":52,"h":1,"r":1,"n":"Druid"},{"id":5685,"c":5,"u":"druid_xphb","p":78,"s":8,"h":1,"n":"Druid"},{"id":5686,"c":5,"u":"fighter_phb","p":70,"s":52,"h":1,"r":1,"n":"Fighter"},{"id":5687,"c":5,"u":"fighter_xphb","p":90,"s":8,"h":1,"n":"Fighter"},{"id":5688,"c":5,"u":"monk_phb","p":76,"s":52,"h":1,"r":1,"n":"Monk"},{"id":5689,"c":5,"u":"monk_xphb","p":100,"s":8,"h":1,"n":"Monk"},{"id":5690,"c":5,"u":"mystic_uathemysticclass","p":1,"s":106,"h":1,"n":"Mystic"},{"id":5691,"c":5,"u":"paladin_phb","p":82,"s":52,"h":1,"r":1,"n":"Paladin"},{"id":5692,"c":5,"u":"paladin_xphb","p":108,"s":8,"h":1,"n":"Paladin"},{"id":5693,"c":5,"u":"ranger_phb","p":89,"s":52,"h":1,"r":1,"n":"Ranger"},{"id":5694,"c":5,"u":"ranger_xphb","p":118,"s":8,"h":1,"n":"Ranger"},{"id":5695,"c":5,"u":"rogue_phb","p":94,"s":52,"h":1,"r":1,"n":"Rogue"},{"id":5696,"c":5,"u":"rogue_xphb","p":128,"s":8,"h":1,"n":"Rogue"},{"id":5697,"c":5,"u":"expert%20sidekick_tce","p":142,"s":4,"h":1,"n":"Expert Sidekick"},{"id":5698,"c":5,"u":"spellcaster%20sidekick_tce","p":144,"s":4,"h":1,"n":"Spellcaster Sidekick"},{"id":5699,"c":5,"u":"warrior%20sidekick_tce","p":146,"s":4,"h":1,"n":"Warrior Sidekick"},{"id":5700,"c":5,"u":"sorcerer_phb","p":99,"s":52,"h":1,"r":1,"n":"Sorcerer"},{"id":5701,"c":5,"u":"sorcerer_xphb","p":138,"s":8,"h":1,"n":"Sorcerer"},{"id":5702,"c":5,"u":"warlock_phb","p":105,"s":52,"h":1,"r":1,"n":"Warlock"},{"id":5703,"c":5,"u":"warlock_xphb","p":152,"s":8,"h":1,"n":"Warlock"},{"id":5704,"c":5,"u":"wizard_phb","p":112,"s":52,"h":1,"r":1,"n":"Wizard"},{"id":5705,"c":5,"u":"wizard_xphb","p":164,"s":8,"h":1,"n":"Wizard"},{"id":5707,"c":40,"u":"artificer_tce,state:sub-alchemist-tce=b1","p":14,"s":4,"h":1,"b":"Alchemist","n":"Alchemist (Artificer)"},{"id":5709,"c":40,"u":"artificer_tce,state:sub-armorer-tce=b1","p":15,"s":4,"h":1,"b":"Armorer","n":"Armorer (Artificer)"},{"id":5711,"c":40,"u":"artificer_tce,state:sub-artillerist-tce=b1","p":17,"s":4,"h":1,"b":"Artillerist","n":"Artillerist (Artificer)"},{"id":5713,"c":40,"u":"artificer_tce,state:sub-battle-smith-tce=b1","p":18,"s":4,"h":1,"b":"Battle Smith","n":"Battle Smith (Artificer)"},{"id":5715,"c":40,"u":"barbarian_phb,state:sub-berserker-phb=b1","p":49,"s":52,"h":1,"r":1,"b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5717,"c":40,"u":"barbarian_xphb,state:sub-berserker-phb=b1","s":52,"h":1,"b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5719,"c":40,"u":"barbarian_phb,state:sub-totem-warrior-phb=b1","p":50,"s":52,"h":1,"b":"Path of the Totem Warrior","n":"Path of the Totem Warrior (Barbarian)"},{"id":5721,"c":40,"u":"barbarian_xphb,state:sub-totem-warrior-phb=b1","s":52,"h":1,"b":"Path of the Totem Warrior","n":"Path of the Totem Warrior (Barbarian)"},{"id":5723,"c":40,"u":"barbarian_phb,state:sub-battlerager-scag=b1","p":121,"s":107,"h":1,"b":"Path of the Battlerager","n":"Path of the Battlerager (Barbarian)"},{"id":5725,"c":40,"u":"barbarian_xphb,state:sub-battlerager-scag=b1","s":107,"h":1,"b":"Path of the Battlerager","n":"Path of the Battlerager (Barbarian)"},{"id":5727,"c":40,"u":"barbarian_phb,state:sub-ancestral-guardian-xge=b1","p":9,"s":6,"h":1,"b":"Path of the Ancestral Guardian","n":"Path of the Ancestral Guardian (Barbarian)"},{"id":5729,"c":40,"u":"barbarian_xphb,state:sub-ancestral-guardian-xge=b1","s":6,"h":1,"b":"Path of the Ancestral Guardian","n":"Path of the Ancestral Guardian (Barbarian)"},{"id":5731,"c":40,"u":"barbarian_phb,state:sub-storm-herald-xge=b1","p":10,"s":6,"h":1,"b":"Path of the Storm Herald","n":"Path of the Storm Herald (Barbarian)"},{"id":5733,"c":40,"u":"barbarian_xphb,state:sub-storm-herald-xge=b1","s":6,"h":1,"b":"Path of the Storm Herald","n":"Path of the Storm Herald (Barbarian)"},{"id":5735,"c":40,"u":"barbarian_phb,state:sub-zealot-xge=b1","p":11,"s":6,"h":1,"b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5737,"c":40,"u":"barbarian_xphb,state:sub-zealot-xge=b1","s":6,"h":1,"b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5739,"c":40,"u":"barbarian_phb,state:sub-beast-tce=b1","p":24,"s":4,"h":1,"b":"Path of the Beast","n":"Path of the Beast (Barbarian)"},{"id":5741,"c":40,"u":"barbarian_xphb,state:sub-beast-tce=b1","s":4,"h":1,"b":"Path of the Beast","n":"Path of the Beast (Barbarian)"},{"id":5743,"c":40,"u":"barbarian_phb,state:sub-wild-magic-tce=b1","p":25,"s":4,"h":1,"b":"Path of Wild Magic","n":"Path of Wild Magic (Barbarian)"},{"id":5745,"c":40,"u":"barbarian_xphb,state:sub-wild-magic-tce=b1","s":4,"h":1,"b":"Path of Wild Magic","n":"Path of Wild Magic (Barbarian)"},{"id":5747,"c":40,"u":"barbarian_phb,state:sub-juggernaut-tdcsr=b1","p":165,"s":61,"h":1,"dP":1,"b":"Path of the Juggernaut","n":"Path of the Juggernaut (Barbarian)"},{"id":5749,"c":40,"u":"barbarian_xphb,state:sub-juggernaut-tdcsr=b1","s":61,"h":1,"dP":1,"b":"Path of the Juggernaut","n":"Path of the Juggernaut (Barbarian)"},{"id":5751,"c":40,"u":"barbarian_phb,state:sub-giant-bgg=b1","p":11,"s":0,"h":1,"b":"Path of the Giant","n":"Path of the Giant (Barbarian)"},{"id":5753,"c":40,"u":"barbarian_xphb,state:sub-giant-bgg=b1","s":0,"h":1,"b":"Path of the Giant","n":"Path of the Giant (Barbarian)"},{"id":5755,"c":40,"u":"barbarian_xphb,state:sub-berserker-xphb=b1","p":54,"s":8,"h":1,"b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5757,"c":40,"u":"barbarian_xphb,state:sub-wild-heart-xphb=b1","p":55,"s":8,"h":1,"b":"Path of the Wild Heart","n":"Path of the Wild Heart (Barbarian)"},{"id":5759,"c":40,"u":"barbarian_xphb,state:sub-world-tree-xphb=b1","p":56,"s":8,"h":1,"b":"Path of the World Tree","n":"Path of the World Tree (Barbarian)"},{"id":5761,"c":40,"u":"barbarian_xphb,state:sub-zealot-xphb=b1","p":57,"s":8,"h":1,"b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5763,"c":40,"u":"bard_phb,state:sub-lore-phb=b1","p":54,"s":52,"h":1,"r":1,"b":"College of Lore","n":"College of Lore (Bard)"},{"id":5765,"c":40,"u":"bard_xphb,state:sub-lore-phb=b1","s":52,"h":1,"b":"College of Lore","n":"College of Lore (Bard)"},{"id":5767,"c":40,"u":"bard_phb,state:sub-valor-phb=b1","p":55,"s":52,"h":1,"b":"College of Valor","n":"College of Valor (Bard)"},{"id":5769,"c":40,"u":"bard_xphb,state:sub-valor-phb=b1","s":52,"h":1,"b":"College of Valor","n":"College of Valor (Bard)"},{"id":5771,"c":40,"u":"bard_phb,state:sub-glamour-xge=b1","p":14,"s":6,"h":1,"b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":5773,"c":40,"u":"bard_xphb,state:sub-glamour-xge=b1","s":6,"h":1,"b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":5775,"c":40,"u":"bard_phb,state:sub-swords-xge=b1","p":15,"s":6,"h":1,"b":"College of Swords","n":"College of Swords (Bard)"},{"id":5777,"c":40,"u":"bard_xphb,state:sub-swords-xge=b1","s":6,"h":1,"b":"College of Swords","n":"College of Swords (Bard)"},{"id":5779,"c":40,"u":"bard_phb,state:sub-whispers-xge=b1","p":16,"s":6,"h":1,"b":"College of Whispers","n":"College of Whispers (Bard)"},{"id":5781,"c":40,"u":"bard_xphb,state:sub-whispers-xge=b1","s":6,"h":1,"b":"College of Whispers","n":"College of Whispers (Bard)"},{"id":5783,"c":40,"u":"bard_phb,state:sub-road-hwcs=b1","p":36,"s":37,"h":1,"dP":1,"b":"College of the Road","n":"College of the Road (Bard)"},{"id":5785,"c":40,"u":"bard_xphb,state:sub-road-hwcs=b1","s":37,"h":1,"dP":1,"b":"College of the Road","n":"College of the Road (Bard)"},{"id":5787,"c":40,"u":"bard_phb,state:sub-creation-tce=b1","p":28,"s":4,"h":1,"b":"College of Creation","n":"College of Creation (Bard)"},{"id":5789,"c":40,"u":"bard_xphb,state:sub-creation-tce=b1","s":4,"h":1,"b":"College of Creation","n":"College of Creation (Bard)"},{"id":5791,"c":40,"u":"bard_phb,state:sub-eloquence-tce=b1","p":29,"s":4,"h":1,"b":"College of Eloquence","n":"College of Eloquence (Bard)"},{"id":5793,"c":40,"u":"bard_xphb,state:sub-eloquence-tce=b1","s":4,"h":1,"b":"College of Eloquence","n":"College of Eloquence (Bard)"},{"id":5795,"c":40,"u":"bard_phb,state:sub-spirits-vrgr=b1","p":28,"s":68,"h":1,"b":"College of Spirits","n":"College of Spirits (Bard)"},{"id":5797,"c":40,"u":"bard_xphb,state:sub-spirits-vrgr=b1","s":68,"h":1,"b":"College of Spirits","n":"College of Spirits (Bard)"},{"id":5799,"c":40,"u":"bard_phb,state:sub-tragedy-tdcsr=b1","p":167,"s":61,"h":1,"dP":1,"b":"College of Tragedy","n":"College of Tragedy (Bard)"},{"id":5801,"c":40,"u":"bard_xphb,state:sub-tragedy-tdcsr=b1","s":61,"h":1,"dP":1,"b":"College of Tragedy","n":"College of Tragedy (Bard)"},{"id":5803,"c":40,"u":"bard_xphb,state:sub-dance-xphb=b1","p":64,"s":8,"h":1,"b":"College of Dance","n":"College of Dance (Bard)"},{"id":5805,"c":40,"u":"bard_xphb,state:sub-glamour-xphb=b1","p":65,"s":8,"h":1,"b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":5807,"c":40,"u":"bard_xphb,state:sub-lore-xphb=b1","p":66,"s":8,"h":1,"b":"College of Lore","n":"College of Lore (Bard)"},{"id":5809,"c":40,"u":"bard_xphb,state:sub-valor-xphb=b1","p":67,"s":8,"h":1,"b":"College of Valor","n":"College of Valor (Bard)"},{"id":5811,"c":40,"u":"cleric_phb,state:sub-knowledge-phb=b1","p":59,"s":52,"h":1,"b":"Knowledge Domain","n":"Knowledge Domain (Cleric)"},{"id":5813,"c":40,"u":"cleric_xphb,state:sub-knowledge-phb=b1","s":52,"h":1,"b":"Knowledge Domain","n":"Knowledge Domain (Cleric)"},{"id":5815,"c":40,"u":"cleric_phb,state:sub-life-phb=b1","p":60,"s":52,"h":1,"r":1,"b":"Life Domain","n":"Life Domain (Cleric)"},{"id":5817,"c":40,"u":"cleric_xphb,state:sub-life-phb=b1","s":52,"h":1,"b":"Life Domain","n":"Life Domain (Cleric)"},{"id":5819,"c":40,"u":"cleric_phb,state:sub-light-phb=b1","p":60,"s":52,"h":1,"b":"Light Domain","n":"Light Domain (Cleric)"},{"id":5821,"c":40,"u":"cleric_xphb,state:sub-light-phb=b1","s":52,"h":1,"b":"Light Domain","n":"Light Domain (Cleric)"},{"id":5823,"c":40,"u":"cleric_phb,state:sub-nature-phb=b1","p":61,"s":52,"h":1,"b":"Nature Domain","n":"Nature Domain (Cleric)"},{"id":5825,"c":40,"u":"cleric_xphb,state:sub-nature-phb=b1","s":52,"h":1,"b":"Nature Domain","n":"Nature Domain (Cleric)"},{"id":5827,"c":40,"u":"cleric_phb,state:sub-tempest-phb=b1","p":62,"s":52,"h":1,"b":"Tempest Domain","n":"Tempest Domain (Cleric)"},{"id":5829,"c":40,"u":"cleric_xphb,state:sub-tempest-phb=b1","s":52,"h":1,"b":"Tempest Domain","n":"Tempest Domain (Cleric)"},{"id":5831,"c":40,"u":"cleric_phb,state:sub-trickery-phb=b1","p":62,"s":52,"h":1,"b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":5833,"c":40,"u":"cleric_xphb,state:sub-trickery-phb=b1","s":52,"h":1,"b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":5835,"c":40,"u":"cleric_phb,state:sub-war-phb=b1","p":63,"s":52,"h":1,"b":"War Domain","n":"War Domain (Cleric)"},{"id":5837,"c":40,"u":"cleric_xphb,state:sub-war-phb=b1","s":52,"h":1,"b":"War Domain","n":"War Domain (Cleric)"},{"id":5839,"c":40,"u":"cleric_phb,state:sub-death-dmg=b1","p":96,"s":24,"h":1,"b":"Death Domain","n":"Death Domain (Cleric)"},{"id":5841,"c":40,"u":"cleric_xphb,state:sub-death-dmg=b1","s":24,"h":1,"b":"Death Domain","n":"Death Domain (Cleric)"},{"id":5843,"c":40,"u":"cleric_phb,state:sub-arcana-scag=b1","p":125,"s":107,"h":1,"b":"Arcana Domain","n":"Arcana Domain (Cleric)"},{"id":5845,"c":40,"u":"cleric_xphb,state:sub-arcana-scag=b1","s":107,"h":1,"b":"Arcana Domain","n":"Arcana Domain (Cleric)"},{"id":5847,"c":40,"u":"cleric_phb,state:sub-ambition-psa-psa=b1","p":27,"s":95,"h":1,"b":"Ambition Domain (PSA)","n":"Ambition Domain (PSA) (Cleric)"},{"id":5849,"c":40,"u":"cleric_xphb,state:sub-ambition-psa-psa=b1","s":95,"h":1,"b":"Ambition Domain (PSA)","n":"Ambition Domain (PSA) (Cleric)"},{"id":5851,"c":40,"u":"cleric_phb,state:sub-knowledge-psa-psa=b1","p":25,"s":95,"h":1,"b":"Knowledge Domain (PSA)","n":"Knowledge Domain (PSA) (Cleric)"},{"id":5853,"c":40,"u":"cleric_xphb,state:sub-knowledge-psa-psa=b1","s":95,"h":1,"b":"Knowledge Domain (PSA)","n":"Knowledge Domain (PSA) (Cleric)"},{"id":5855,"c":40,"u":"cleric_phb,state:sub-solidarity-psa-psa=b1","p":24,"s":95,"h":1,"b":"Solidarity Domain (PSA)","n":"Solidarity Domain (PSA) (Cleric)"},{"id":5857,"c":40,"u":"cleric_xphb,state:sub-solidarity-psa-psa=b1","s":95,"h":1,"b":"Solidarity Domain (PSA)","n":"Solidarity Domain (PSA) (Cleric)"},{"id":5859,"c":40,"u":"cleric_phb,state:sub-strength-psa-psa=b1","p":26,"s":95,"h":1,"b":"Strength Domain (PSA)","n":"Strength Domain (PSA) (Cleric)"},{"id":5861,"c":40,"u":"cleric_xphb,state:sub-strength-psa-psa=b1","s":95,"h":1,"b":"Strength Domain (PSA)","n":"Strength Domain (PSA) (Cleric)"},{"id":5863,"c":40,"u":"cleric_phb,state:sub-zeal-psa-psa=b1","p":28,"s":95,"h":1,"b":"Zeal Domain (PSA)","n":"Zeal Domain (PSA) (Cleric)"},{"id":5865,"c":40,"u":"cleric_xphb,state:sub-zeal-psa-psa=b1","s":95,"h":1,"b":"Zeal Domain (PSA)","n":"Zeal Domain (PSA) (Cleric)"},{"id":5867,"c":40,"u":"cleric_phb,state:sub-forge-xge=b1","p":18,"s":6,"h":1,"b":"Forge Domain","n":"Forge Domain (Cleric)"},{"id":5869,"c":40,"u":"cleric_xphb,state:sub-forge-xge=b1","s":6,"h":1,"b":"Forge Domain","n":"Forge Domain (Cleric)"},{"id":5871,"c":40,"u":"cleric_phb,state:sub-grave-xge=b1","p":19,"s":6,"h":1,"b":"Grave Domain","n":"Grave Domain (Cleric)"},{"id":5873,"c":40,"u":"cleric_xphb,state:sub-grave-xge=b1","s":6,"h":1,"b":"Grave Domain","n":"Grave Domain (Cleric)"},{"id":5875,"c":40,"u":"cleric_phb,state:sub-community-hwcs=b1","p":39,"s":37,"h":1,"dP":1,"b":"Community Domain","n":"Community Domain (Cleric)"},{"id":5877,"c":40,"u":"cleric_xphb,state:sub-community-hwcs=b1","s":37,"h":1,"dP":1,"b":"Community Domain","n":"Community Domain (Cleric)"},{"id":5879,"c":40,"u":"cleric_phb,state:sub-night-hwcs=b1","p":40,"s":37,"h":1,"dP":1,"b":"Night Domain","n":"Night Domain (Cleric)"},{"id":5881,"c":40,"u":"cleric_xphb,state:sub-night-hwcs=b1","s":37,"h":1,"dP":1,"b":"Night Domain","n":"Night Domain (Cleric)"},{"id":5883,"c":40,"u":"cleric_phb,state:sub-order-tce=b1","p":31,"s":4,"h":1,"b":"Order Domain","n":"Order Domain (Cleric)"},{"id":5885,"c":40,"u":"cleric_xphb,state:sub-order-tce=b1","s":4,"h":1,"b":"Order Domain","n":"Order Domain (Cleric)"},{"id":5887,"c":40,"u":"cleric_phb,state:sub-peace-tce=b1","p":32,"s":4,"h":1,"b":"Peace Domain","n":"Peace Domain (Cleric)"},{"id":5889,"c":40,"u":"cleric_xphb,state:sub-peace-tce=b1","s":4,"h":1,"b":"Peace Domain","n":"Peace Domain (Cleric)"},{"id":5891,"c":40,"u":"cleric_phb,state:sub-twilight-tce=b1","p":34,"s":4,"h":1,"b":"Twilight Domain","n":"Twilight Domain (Cleric)"},{"id":5893,"c":40,"u":"cleric_xphb,state:sub-twilight-tce=b1","s":4,"h":1,"b":"Twilight Domain","n":"Twilight Domain (Cleric)"},{"id":5895,"c":40,"u":"cleric_phb,state:sub-blood-tdcsr=b1","p":168,"s":61,"h":1,"dP":1,"b":"Blood Domain","n":"Blood Domain (Cleric)"},{"id":5897,"c":40,"u":"cleric_xphb,state:sub-blood-tdcsr=b1","s":61,"h":1,"dP":1,"b":"Blood Domain","n":"Blood Domain (Cleric)"},{"id":5899,"c":40,"u":"cleric_phb,state:sub-moon-tdcsr=b1","p":169,"s":61,"h":1,"dP":1,"b":"Moon Domain","n":"Moon Domain (Cleric)"},{"id":5901,"c":40,"u":"cleric_xphb,state:sub-moon-tdcsr=b1","s":61,"h":1,"dP":1,"b":"Moon Domain","n":"Moon Domain (Cleric)"},{"id":5903,"c":40,"u":"cleric_xphb,state:sub-life-xphb=b1","p":73,"s":8,"h":1,"b":"Life Domain","n":"Life Domain (Cleric)"},{"id":5905,"c":40,"u":"cleric_xphb,state:sub-light-xphb=b1","p":74,"s":8,"h":1,"b":"Light Domain","n":"Light Domain (Cleric)"},{"id":5907,"c":40,"u":"cleric_xphb,state:sub-trickery-xphb=b1","p":75,"s":8,"h":1,"b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":5909,"c":40,"u":"cleric_xphb,state:sub-war-xphb=b1","p":76,"s":8,"h":1,"b":"War Domain","n":"War Domain (Cleric)"},{"id":5911,"c":40,"u":"druid_phb,state:sub-land-phb=b1","p":68,"s":52,"h":1,"r":1,"b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":5913,"c":40,"u":"druid_xphb,state:sub-land-phb=b1","s":52,"h":1,"b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":5915,"c":40,"u":"druid_phb,state:sub-moon-phb=b1","p":69,"s":52,"h":1,"b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":5917,"c":40,"u":"druid_xphb,state:sub-moon-phb=b1","s":52,"h":1,"b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":5919,"c":40,"u":"druid_phb,state:sub-dreams-xge=b1","p":22,"s":6,"h":1,"b":"Circle of Dreams","n":"Circle of Dreams (Druid)"},{"id":5921,"c":40,"u":"druid_xphb,state:sub-dreams-xge=b1","s":6,"h":1,"b":"Circle of Dreams","n":"Circle of Dreams (Druid)"},{"id":5923,"c":40,"u":"druid_phb,state:sub-shepherd-xge=b1","p":23,"s":6,"h":1,"b":"Circle of the Shepherd","n":"Circle of the Shepherd (Druid)"},{"id":5925,"c":40,"u":"druid_xphb,state:sub-shepherd-xge=b1","s":6,"h":1,"b":"Circle of the Shepherd","n":"Circle of the Shepherd (Druid)"},{"id":5927,"c":40,"u":"druid_phb,state:sub-spores-tce=b1","p":36,"s":4,"h":1,"b":"Circle of Spores","n":"Circle of Spores (Druid)"},{"id":5929,"c":40,"u":"druid_xphb,state:sub-spores-tce=b1","s":4,"h":1,"b":"Circle of Spores","n":"Circle of Spores (Druid)"},{"id":5931,"c":40,"u":"druid_phb,state:sub-stars-tce=b1","p":38,"s":4,"h":1,"b":"Circle of Stars","n":"Circle of Stars (Druid)"},{"id":5933,"c":40,"u":"druid_xphb,state:sub-stars-tce=b1","s":4,"h":1,"b":"Circle of Stars","n":"Circle of Stars (Druid)"},{"id":5935,"c":40,"u":"druid_phb,state:sub-wildfire-tce=b1","p":39,"s":4,"h":1,"b":"Circle of Wildfire","n":"Circle of Wildfire (Druid)"},{"id":5937,"c":40,"u":"druid_xphb,state:sub-wildfire-tce=b1","s":4,"h":1,"b":"Circle of Wildfire","n":"Circle of Wildfire (Druid)"},{"id":5939,"c":40,"u":"druid_phb,state:sub-blighted-tdcsr=b1","p":171,"s":61,"h":1,"dP":1,"b":"Circle of the Blighted","n":"Circle of the Blighted (Druid)"},{"id":5941,"c":40,"u":"druid_xphb,state:sub-blighted-tdcsr=b1","s":61,"h":1,"dP":1,"b":"Circle of the Blighted","n":"Circle of the Blighted (Druid)"},{"id":5943,"c":40,"u":"druid_xphb,state:sub-land-xphb=b1","p":84,"s":8,"h":1,"b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":5945,"c":40,"u":"druid_xphb,state:sub-moon-xphb=b1","p":86,"s":8,"h":1,"b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":5947,"c":40,"u":"druid_xphb,state:sub-sea-xphb=b1","p":87,"s":8,"h":1,"b":"Circle of the Sea","n":"Circle of the Sea (Druid)"},{"id":5949,"c":40,"u":"druid_xphb,state:sub-stars-xphb=b1","p":88,"s":8,"h":1,"b":"Circle of the Stars","n":"Circle of the Stars (Druid)"},{"id":5951,"c":40,"u":"fighter_phb,state:sub-battle-master-phb=b1","p":73,"s":52,"h":1,"b":"Battle Master","n":"Battle Master (Fighter)"},{"id":5953,"c":40,"u":"fighter_xphb,state:sub-battle-master-phb=b1","s":52,"h":1,"b":"Battle Master","n":"Battle Master (Fighter)"},{"id":5955,"c":40,"u":"fighter_phb,state:sub-champion-phb=b1","p":72,"s":52,"h":1,"r":1,"b":"Champion","n":"Champion (Fighter)"},{"id":5957,"c":40,"u":"fighter_xphb,state:sub-champion-phb=b1","s":52,"h":1,"b":"Champion","n":"Champion (Fighter)"},{"id":5959,"c":40,"u":"fighter_phb,state:sub-eldritch-knight-phb=b1","p":74,"s":52,"h":1,"b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":5961,"c":40,"u":"fighter_xphb,state:sub-eldritch-knight-phb=b1","s":52,"h":1,"b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":5963,"c":40,"u":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1","p":128,"s":107,"h":1,"b":"Purple Dragon Knight (Banneret)","n":"Purple Dragon Knight (Banneret) (Fighter)"},{"id":5965,"c":40,"u":"fighter_xphb,state:sub-purple-dragon-knight-banneret-scag=b1","s":107,"h":1,"b":"Purple Dragon Knight (Banneret)","n":"Purple Dragon Knight (Banneret) (Fighter)"},{"id":5967,"c":40,"u":"fighter_phb,state:sub-arcane-archer-xge=b1","p":28,"s":6,"h":1,"b":"Arcane Archer","n":"Arcane Archer (Fighter)"},{"id":5969,"c":40,"u":"fighter_xphb,state:sub-arcane-archer-xge=b1","s":6,"h":1,"b":"Arcane Archer","n":"Arcane Archer (Fighter)"},{"id":5971,"c":40,"u":"fighter_phb,state:sub-cavalier-xge=b1","p":30,"s":6,"h":1,"b":"Cavalier","n":"Cavalier (Fighter)"},{"id":5973,"c":40,"u":"fighter_xphb,state:sub-cavalier-xge=b1","s":6,"h":1,"b":"Cavalier","n":"Cavalier (Fighter)"},{"id":5975,"c":40,"u":"fighter_phb,state:sub-samurai-xge=b1","p":31,"s":6,"h":1,"b":"Samurai","n":"Samurai (Fighter)"},{"id":5977,"c":40,"u":"fighter_xphb,state:sub-samurai-xge=b1","s":6,"h":1,"b":"Samurai","n":"Samurai (Fighter)"},{"id":5979,"c":40,"u":"fighter_phb,state:sub-scofflaw-hwcs=b1","p":41,"s":37,"h":1,"dP":1,"b":"Scofflaw","n":"Scofflaw (Fighter)"},{"id":5981,"c":40,"u":"fighter_xphb,state:sub-scofflaw-hwcs=b1","s":37,"h":1,"dP":1,"b":"Scofflaw","n":"Scofflaw (Fighter)"},{"id":5983,"c":40,"u":"fighter_phb,state:sub-echo-knight-egw=b1","p":183,"s":28,"h":1,"dP":1,"b":"Echo Knight","n":"Echo Knight (Fighter)"},{"id":5985,"c":40,"u":"fighter_xphb,state:sub-echo-knight-egw=b1","s":28,"h":1,"dP":1,"b":"Echo Knight","n":"Echo Knight (Fighter)"},{"id":5987,"c":40,"u":"fighter_phb,state:sub-psi-warrior-tce=b1","p":42,"s":4,"h":1,"b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":5989,"c":40,"u":"fighter_xphb,state:sub-psi-warrior-tce=b1","s":4,"h":1,"b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":5991,"c":40,"u":"fighter_phb,state:sub-rune-knight-tce=b1","p":44,"s":4,"h":1,"b":"Rune Knight","n":"Rune Knight (Fighter)"},{"id":5993,"c":40,"u":"fighter_xphb,state:sub-rune-knight-tce=b1","s":4,"h":1,"b":"Rune Knight","n":"Rune Knight (Fighter)"},{"id":5995,"c":40,"u":"fighter_xphb,state:sub-battle-master-xphb=b1","p":93,"s":8,"h":1,"b":"Battle Master","n":"Battle Master (Fighter)"},{"id":5997,"c":40,"u":"fighter_xphb,state:sub-champion-xphb=b1","p":96,"s":8,"h":1,"b":"Champion","n":"Champion (Fighter)"},{"id":5999,"c":40,"u":"fighter_xphb,state:sub-eldritch-knight-xphb=b1","p":96,"s":8,"h":1,"b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":6001,"c":40,"u":"fighter_xphb,state:sub-psi-warrior-xphb=b1","p":98,"s":8,"h":1,"b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":6003,"c":40,"u":"monk_phb,state:sub-shadow-phb=b1","p":80,"s":52,"h":1,"b":"Way of Shadow","n":"Way of Shadow (Monk)"},{"id":6005,"c":40,"u":"monk_xphb,state:sub-shadow-phb=b1","s":52,"h":1,"b":"Way of Shadow","n":"Way of Shadow (Monk)"},{"id":6007,"c":40,"u":"monk_phb,state:sub-four-elements-phb=b1","p":80,"s":52,"h":1,"b":"Way of the Four Elements","n":"Way of the Four Elements (Monk)"},{"id":6009,"c":40,"u":"monk_xphb,state:sub-four-elements-phb=b1","s":52,"h":1,"b":"Way of the Four Elements","n":"Way of the Four Elements (Monk)"},{"id":6011,"c":40,"u":"monk_phb,state:sub-open-hand-phb=b1","p":79,"s":52,"h":1,"r":1,"b":"Way of the Open Hand","n":"Way of the Open Hand (Monk)"},{"id":6013,"c":40,"u":"monk_xphb,state:sub-open-hand-phb=b1","s":52,"h":1,"b":"Way of the Open Hand","n":"Way of the Open Hand (Monk)"},{"id":6015,"c":40,"u":"monk_phb,state:sub-long-death-scag=b1","p":130,"s":107,"h":1,"b":"Way of the Long Death","n":"Way of the Long Death (Monk)"},{"id":6017,"c":40,"u":"monk_xphb,state:sub-long-death-scag=b1","s":107,"h":1,"b":"Way of the Long Death","n":"Way of the Long Death (Monk)"},{"id":6019,"c":40,"u":"monk_phb,state:sub-drunken-master-xge=b1","p":33,"s":6,"h":1,"b":"Way of the Drunken Master","n":"Way of the Drunken Master (Monk)"},{"id":6021,"c":40,"u":"monk_xphb,state:sub-drunken-master-xge=b1","s":6,"h":1,"b":"Way of the Drunken Master","n":"Way of the Drunken Master (Monk)"},{"id":6023,"c":40,"u":"monk_phb,state:sub-kensei-xge=b1","p":34,"s":6,"h":1,"b":"Way of the Kensei","n":"Way of the Kensei (Monk)"},{"id":6025,"c":40,"u":"monk_xphb,state:sub-kensei-xge=b1","s":6,"h":1,"b":"Way of the Kensei","n":"Way of the Kensei (Monk)"},{"id":6027,"c":40,"u":"monk_phb,state:sub-sun-soul-xge=b1","p":35,"s":6,"h":1,"b":"Way of the Sun Soul","n":"Way of the Sun Soul (Monk)"},{"id":6029,"c":40,"u":"monk_xphb,state:sub-sun-soul-xge=b1","s":6,"h":1,"b":"Way of the Sun Soul","n":"Way of the Sun Soul (Monk)"},{"id":6031,"c":40,"u":"monk_phb,state:sub-mercy-tce=b1","p":49,"s":4,"h":1,"b":"Way of Mercy","n":"Way of Mercy (Monk)"},{"id":6033,"c":40,"u":"monk_xphb,state:sub-mercy-tce=b1","s":4,"h":1,"b":"Way of Mercy","n":"Way of Mercy (Monk)"},{"id":6035,"c":40,"u":"monk_phb,state:sub-astral-self-tce=b1","p":50,"s":4,"h":1,"b":"Way of the Astral Self","n":"Way of the Astral Self (Monk)"},{"id":6037,"c":40,"u":"monk_xphb,state:sub-astral-self-tce=b1","s":4,"h":1,"b":"Way of the Astral Self","n":"Way of the Astral Self (Monk)"},{"id":6039,"c":40,"u":"monk_phb,state:sub-ascendant-dragon-ftd=b1","p":13,"s":2,"h":1,"b":"Way of the Ascendant Dragon","n":"Way of the Ascendant Dragon (Monk)"},{"id":6041,"c":40,"u":"monk_xphb,state:sub-ascendant-dragon-ftd=b1","s":2,"h":1,"b":"Way of the Ascendant Dragon","n":"Way of the Ascendant Dragon (Monk)"},{"id":6043,"c":40,"u":"monk_phb,state:sub-cobalt-soul-tdcsr=b1","p":173,"s":61,"h":1,"dP":1,"b":"Way of the Cobalt Soul","n":"Way of the Cobalt Soul (Monk)"},{"id":6045,"c":40,"u":"monk_xphb,state:sub-cobalt-soul-tdcsr=b1","s":61,"h":1,"dP":1,"b":"Way of the Cobalt Soul","n":"Way of the Cobalt Soul (Monk)"},{"id":6047,"c":40,"u":"monk_xphb,state:sub-mercy-xphb=b1","p":104,"s":8,"h":1,"b":"Warrior of Mercy","n":"Warrior of Mercy (Monk)"},{"id":6049,"c":40,"u":"monk_xphb,state:sub-shadow-xphb=b1","p":105,"s":8,"h":1,"b":"Warrior of Shadow","n":"Warrior of Shadow (Monk)"},{"id":6051,"c":40,"u":"monk_xphb,state:sub-elements-xphb=b1","p":106,"s":8,"h":1,"b":"Warrior of the Elements","n":"Warrior of the Elements (Monk)"},{"id":6053,"c":40,"u":"monk_xphb,state:sub-open-hand-xphb=b1","p":107,"s":8,"h":1,"b":"Warrior of the Open Hand","n":"Warrior of the Open Hand (Monk)"},{"id":6055,"c":40,"u":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1","p":5,"s":106,"h":1,"b":"Order of the Avatar","n":"Order of the Avatar (Mystic)"},{"id":6057,"c":40,"u":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1","p":6,"s":106,"h":1,"b":"Order of the Awakened","n":"Order of the Awakened (Mystic)"},{"id":6059,"c":40,"u":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1","p":6,"s":106,"h":1,"b":"Order of the Immortal","n":"Order of the Immortal (Mystic)"},{"id":6061,"c":40,"u":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1","p":7,"s":106,"h":1,"b":"Order of the Nomad","n":"Order of the Nomad (Mystic)"},{"id":6063,"c":40,"u":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1","p":7,"s":106,"h":1,"b":"Order of the Soul Knife","n":"Order of the Soul Knife (Mystic)"},{"id":6065,"c":40,"u":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1","p":8,"s":106,"h":1,"b":"Order of the Wu Jen","n":"Order of the Wu Jen (Mystic)"},{"id":6067,"c":40,"u":"paladin_phb,state:sub-devotion-phb=b1","p":85,"s":52,"h":1,"r":1,"b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6069,"c":40,"u":"paladin_xphb,state:sub-devotion-phb=b1","s":52,"h":1,"b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6071,"c":40,"u":"paladin_phb,state:sub-ancients-phb=b1","p":86,"s":52,"h":1,"b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6073,"c":40,"u":"paladin_xphb,state:sub-ancients-phb=b1","s":52,"h":1,"b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6075,"c":40,"u":"paladin_phb,state:sub-vengeance-phb=b1","p":87,"s":52,"h":1,"b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6077,"c":40,"u":"paladin_xphb,state:sub-vengeance-phb=b1","s":52,"h":1,"b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6079,"c":40,"u":"paladin_phb,state:sub-oathbreaker-dmg=b1","p":97,"s":24,"h":1,"b":"Oathbreaker","n":"Oathbreaker (Paladin)"},{"id":6081,"c":40,"u":"paladin_xphb,state:sub-oathbreaker-dmg=b1","s":24,"h":1,"b":"Oathbreaker","n":"Oathbreaker (Paladin)"},{"id":6083,"c":40,"u":"paladin_phb,state:sub-crown-scag=b1","p":132,"s":107,"h":1,"b":"Oath of the Crown","n":"Oath of the Crown (Paladin)"},{"id":6085,"c":40,"u":"paladin_xphb,state:sub-crown-scag=b1","s":107,"h":1,"b":"Oath of the Crown","n":"Oath of the Crown (Paladin)"},{"id":6087,"c":40,"u":"paladin_phb,state:sub-conquest-xge=b1","p":37,"s":6,"h":1,"b":"Oath of Conquest","n":"Oath of Conquest (Paladin)"},{"id":6089,"c":40,"u":"paladin_xphb,state:sub-conquest-xge=b1","s":6,"h":1,"b":"Oath of Conquest","n":"Oath of Conquest (Paladin)"},{"id":6091,"c":40,"u":"paladin_phb,state:sub-redemption-xge=b1","p":38,"s":6,"h":1,"b":"Oath of Redemption","n":"Oath of Redemption (Paladin)"},{"id":6093,"c":40,"u":"paladin_xphb,state:sub-redemption-xge=b1","s":6,"h":1,"b":"Oath of Redemption","n":"Oath of Redemption (Paladin)"},{"id":6095,"c":40,"u":"paladin_phb,state:sub-glory-tce=b1","p":53,"s":4,"h":1,"b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6097,"c":40,"u":"paladin_xphb,state:sub-glory-tce=b1","s":4,"h":1,"b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6099,"c":40,"u":"paladin_phb,state:sub-watchers-tce=b1","p":54,"s":4,"h":1,"b":"Oath of the Watchers","n":"Oath of the Watchers (Paladin)"},{"id":6101,"c":40,"u":"paladin_xphb,state:sub-watchers-tce=b1","s":4,"h":1,"b":"Oath of the Watchers","n":"Oath of the Watchers (Paladin)"},{"id":6103,"c":40,"u":"paladin_phb,state:sub-open-sea-tdcsr=b1","p":174,"s":61,"h":1,"dP":1,"b":"Oath of the Open Sea","n":"Oath of the Open Sea (Paladin)"},{"id":6105,"c":40,"u":"paladin_xphb,state:sub-open-sea-tdcsr=b1","s":61,"h":1,"dP":1,"b":"Oath of the Open Sea","n":"Oath of the Open Sea (Paladin)"},{"id":6107,"c":40,"u":"paladin_xphb,state:sub-devotion-xphb=b1","p":113,"s":8,"h":1,"b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6109,"c":40,"u":"paladin_xphb,state:sub-glory-xphb=b1","p":114,"s":8,"h":1,"b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6111,"c":40,"u":"paladin_xphb,state:sub-ancients-xphb=b1","p":115,"s":8,"h":1,"b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6113,"c":40,"u":"paladin_xphb,state:sub-vengeance-xphb=b1","p":116,"s":8,"h":1,"b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6115,"c":40,"u":"ranger_phb,state:sub-beast-master-phb=b1","p":93,"s":52,"h":1,"b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6117,"c":40,"u":"ranger_xphb,state:sub-beast-master-phb=b1","s":52,"h":1,"b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6119,"c":40,"u":"ranger_phb,state:sub-hunter-phb=b1","p":93,"s":52,"h":1,"r":1,"b":"Hunter","n":"Hunter (Ranger)"},{"id":6121,"c":40,"u":"ranger_xphb,state:sub-hunter-phb=b1","s":52,"h":1,"b":"Hunter","n":"Hunter (Ranger)"},{"id":6123,"c":40,"u":"ranger_phb,state:sub-gloom-stalker-xge=b1","p":41,"s":6,"h":1,"b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6125,"c":40,"u":"ranger_xphb,state:sub-gloom-stalker-xge=b1","s":6,"h":1,"b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6127,"c":40,"u":"ranger_phb,state:sub-horizon-walker-xge=b1","p":42,"s":6,"h":1,"b":"Horizon Walker","n":"Horizon Walker (Ranger)"},{"id":6129,"c":40,"u":"ranger_xphb,state:sub-horizon-walker-xge=b1","s":6,"h":1,"b":"Horizon Walker","n":"Horizon Walker (Ranger)"},{"id":6131,"c":40,"u":"ranger_phb,state:sub-monster-slayer-xge=b1","p":43,"s":6,"h":1,"b":"Monster Slayer","n":"Monster Slayer (Ranger)"},{"id":6133,"c":40,"u":"ranger_xphb,state:sub-monster-slayer-xge=b1","s":6,"h":1,"b":"Monster Slayer","n":"Monster Slayer (Ranger)"},{"id":6135,"c":40,"u":"ranger_phb,state:sub-fey-wanderer-tce=b1","p":58,"s":4,"h":1,"b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6137,"c":40,"u":"ranger_xphb,state:sub-fey-wanderer-tce=b1","s":4,"h":1,"b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6139,"c":40,"u":"ranger_phb,state:sub-swarmkeeper-tce=b1","p":59,"s":4,"h":1,"b":"Swarmkeeper","n":"Swarmkeeper (Ranger)"},{"id":6141,"c":40,"u":"ranger_xphb,state:sub-swarmkeeper-tce=b1","s":4,"h":1,"b":"Swarmkeeper","n":"Swarmkeeper (Ranger)"},{"id":6143,"c":40,"u":"ranger_phb,state:sub-drakewarden-ftd=b1","p":15,"s":2,"h":1,"b":"Drakewarden","n":"Drakewarden (Ranger)"},{"id":6145,"c":40,"u":"ranger_xphb,state:sub-drakewarden-ftd=b1","s":2,"h":1,"b":"Drakewarden","n":"Drakewarden (Ranger)"},{"id":6147,"c":40,"u":"ranger_xphb,state:sub-beast-master-xphb=b1","p":123,"s":8,"h":1,"b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6149,"c":40,"u":"ranger_xphb,state:sub-fey-wanderer-xphb=b1","p":124,"s":8,"h":1,"b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6151,"c":40,"u":"ranger_xphb,state:sub-gloom-stalker-xphb=b1","p":125,"s":8,"h":1,"b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6153,"c":40,"u":"ranger_xphb,state:sub-hunter-xphb=b1","p":127,"s":8,"h":1,"b":"Hunter","n":"Hunter (Ranger)"},{"id":6155,"c":40,"u":"rogue_phb,state:sub-arcane-trickster-phb=b1","p":97,"s":52,"h":1,"b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6157,"c":40,"u":"rogue_xphb,state:sub-arcane-trickster-phb=b1","s":52,"h":1,"b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6159,"c":40,"u":"rogue_phb,state:sub-assassin-phb=b1","p":97,"s":52,"h":1,"b":"Assassin","n":"Assassin (Rogue)"},{"id":6161,"c":40,"u":"rogue_xphb,state:sub-assassin-phb=b1","s":52,"h":1,"b":"Assassin","n":"Assassin (Rogue)"},{"id":6163,"c":40,"u":"rogue_phb,state:sub-thief-phb=b1","p":97,"s":52,"h":1,"r":1,"b":"Thief","n":"Thief (Rogue)"},{"id":6165,"c":40,"u":"rogue_xphb,state:sub-thief-phb=b1","s":52,"h":1,"b":"Thief","n":"Thief (Rogue)"},{"id":6167,"c":40,"u":"rogue_phb,state:sub-inquisitive-xge=b1","p":45,"s":6,"h":1,"b":"Inquisitive","n":"Inquisitive (Rogue)"},{"id":6169,"c":40,"u":"rogue_xphb,state:sub-inquisitive-xge=b1","s":6,"h":1,"b":"Inquisitive","n":"Inquisitive (Rogue)"},{"id":6171,"c":40,"u":"rogue_phb,state:sub-mastermind-xge=b1","p":46,"s":6,"h":1,"b":"Mastermind","n":"Mastermind (Rogue)"},{"id":6173,"c":40,"u":"rogue_xphb,state:sub-mastermind-xge=b1","s":6,"h":1,"b":"Mastermind","n":"Mastermind (Rogue)"},{"id":6175,"c":40,"u":"rogue_phb,state:sub-scout-xge=b1","p":47,"s":6,"h":1,"b":"Scout","n":"Scout (Rogue)"},{"id":6177,"c":40,"u":"rogue_xphb,state:sub-scout-xge=b1","s":6,"h":1,"b":"Scout","n":"Scout (Rogue)"},{"id":6179,"c":40,"u":"rogue_phb,state:sub-swashbuckler-xge=b1","p":48,"s":6,"h":1,"b":"Swashbuckler","n":"Swashbuckler (Rogue)"},{"id":6181,"c":40,"u":"rogue_xphb,state:sub-swashbuckler-xge=b1","s":6,"h":1,"b":"Swashbuckler","n":"Swashbuckler (Rogue)"},{"id":6183,"c":40,"u":"rogue_phb,state:sub-phantom-tce=b1","p":62,"s":4,"h":1,"b":"Phantom","n":"Phantom (Rogue)"},{"id":6185,"c":40,"u":"rogue_xphb,state:sub-phantom-tce=b1","s":4,"h":1,"b":"Phantom","n":"Phantom (Rogue)"},{"id":6187,"c":40,"u":"rogue_phb,state:sub-soulknife-tce=b1","p":63,"s":4,"h":1,"b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6189,"c":40,"u":"rogue_xphb,state:sub-soulknife-tce=b1","s":4,"h":1,"b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6191,"c":40,"u":"rogue_xphb,state:sub-arcane-trickster-xphb=b1","p":132,"s":8,"h":1,"b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6193,"c":40,"u":"rogue_xphb,state:sub-assassin-xphb=b1","p":134,"s":8,"h":1,"b":"Assassin","n":"Assassin (Rogue)"},{"id":6195,"c":40,"u":"rogue_xphb,state:sub-soulknife-xphb=b1","p":135,"s":8,"h":1,"b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6197,"c":40,"u":"rogue_xphb,state:sub-thief-xphb=b1","p":137,"s":8,"h":1,"b":"Thief","n":"Thief (Rogue)"},{"id":6199,"c":40,"u":"sorcerer_phb,state:sub-draconic-phb=b1","p":102,"s":52,"h":1,"r":1,"b":"Draconic Bloodline","n":"Draconic Bloodline (Sorcerer)"},{"id":6201,"c":40,"u":"sorcerer_xphb,state:sub-draconic-phb=b1","s":52,"h":1,"b":"Draconic Bloodline","n":"Draconic Bloodline (Sorcerer)"},{"id":6203,"c":40,"u":"sorcerer_phb,state:sub-wild-phb=b1","p":103,"s":52,"h":1,"b":"Wild Magic","n":"Wild Magic (Sorcerer)"},{"id":6205,"c":40,"u":"sorcerer_xphb,state:sub-wild-phb=b1","s":52,"h":1,"b":"Wild Magic","n":"Wild Magic (Sorcerer)"},{"id":6207,"c":40,"u":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1","p":9,"s":98,"h":1,"b":"Pyromancer (PSK)","n":"Pyromancer (PSK) (Sorcerer)"},{"id":6209,"c":40,"u":"sorcerer_xphb,state:sub-pyromancer-psk-psk=b1","s":98,"h":1,"b":"Pyromancer (PSK)","n":"Pyromancer (PSK) (Sorcerer)"},{"id":6211,"c":40,"u":"sorcerer_phb,state:sub-divine-soul-xge=b1","p":50,"s":6,"h":1,"b":"Divine Soul","n":"Divine Soul (Sorcerer)"},{"id":6213,"c":40,"u":"sorcerer_xphb,state:sub-divine-soul-xge=b1","s":6,"h":1,"b":"Divine Soul","n":"Divine Soul (Sorcerer)"},{"id":6215,"c":40,"u":"sorcerer_phb,state:sub-shadow-xge=b1","p":50,"s":6,"h":1,"b":"Shadow Magic","n":"Shadow Magic (Sorcerer)"},{"id":6217,"c":40,"u":"sorcerer_xphb,state:sub-shadow-xge=b1","s":6,"h":1,"b":"Shadow Magic","n":"Shadow Magic (Sorcerer)"},{"id":6219,"c":40,"u":"sorcerer_phb,state:sub-storm-xge=b1","p":51,"s":6,"h":1,"b":"Storm Sorcery","n":"Storm Sorcery (Sorcerer)"},{"id":6221,"c":40,"u":"sorcerer_xphb,state:sub-storm-xge=b1","s":6,"h":1,"b":"Storm Sorcery","n":"Storm Sorcery (Sorcerer)"},{"id":6223,"c":40,"u":"sorcerer_phb,state:sub-aberrant-mind-tce=b1","p":66,"s":4,"h":1,"b":"Aberrant Mind","n":"Aberrant Mind (Sorcerer)"},{"id":6225,"c":40,"u":"sorcerer_xphb,state:sub-aberrant-mind-tce=b1","s":4,"h":1,"b":"Aberrant Mind","n":"Aberrant Mind (Sorcerer)"},{"id":6227,"c":40,"u":"sorcerer_phb,state:sub-clockwork-soul-tce=b1","p":68,"s":4,"h":1,"b":"Clockwork Soul","n":"Clockwork Soul (Sorcerer)"},{"id":6229,"c":40,"u":"sorcerer_xphb,state:sub-clockwork-soul-tce=b1","s":4,"h":1,"b":"Clockwork Soul","n":"Clockwork Soul (Sorcerer)"},{"id":6231,"c":40,"u":"sorcerer_phb,state:sub-runechild-tdcsr=b1","p":176,"s":61,"h":1,"dP":1,"b":"Runechild","n":"Runechild (Sorcerer)"},{"id":6233,"c":40,"u":"sorcerer_xphb,state:sub-runechild-tdcsr=b1","s":61,"h":1,"dP":1,"b":"Runechild","n":"Runechild (Sorcerer)"},{"id":6235,"c":40,"u":"sorcerer_phb,state:sub-lunar-dsotdq=b1","p":34,"s":27,"h":1,"b":"Lunar Sorcery","n":"Lunar Sorcery (Sorcerer)"},{"id":6237,"c":40,"u":"sorcerer_xphb,state:sub-lunar-dsotdq=b1","s":27,"h":1,"b":"Lunar Sorcery","n":"Lunar Sorcery (Sorcerer)"},{"id":6239,"c":40,"u":"sorcerer_xphb,state:sub-aberrant-xphb=b1","p":145,"s":8,"h":1,"b":"Aberrant Sorcery","n":"Aberrant Sorcery (Sorcerer)"},{"id":6241,"c":40,"u":"sorcerer_xphb,state:sub-clockwork-xphb=b1","p":146,"s":8,"h":1,"b":"Clockwork Sorcery","n":"Clockwork Sorcery (Sorcerer)"},{"id":6243,"c":40,"u":"sorcerer_xphb,state:sub-draconic-xphb=b1","p":148,"s":8,"h":1,"b":"Draconic Sorcery","n":"Draconic Sorcery (Sorcerer)"},{"id":6245,"c":40,"u":"sorcerer_xphb,state:sub-wild-magic-xphb=b1","p":149,"s":8,"h":1,"b":"Wild Magic Sorcery","n":"Wild Magic Sorcery (Sorcerer)"},{"id":6247,"c":40,"u":"warlock_phb,state:sub-archfey-phb=b1","p":108,"s":52,"h":1,"b":"The Archfey","n":"The Archfey (Warlock)"},{"id":6249,"c":40,"u":"warlock_xphb,state:sub-archfey-phb=b1","s":52,"h":1,"b":"The Archfey","n":"The Archfey (Warlock)"},{"id":6251,"c":40,"u":"warlock_phb,state:sub-fiend-phb=b1","p":109,"s":52,"h":1,"r":1,"b":"The Fiend","n":"The Fiend (Warlock)"},{"id":6253,"c":40,"u":"warlock_xphb,state:sub-fiend-phb=b1","s":52,"h":1,"b":"The Fiend","n":"The Fiend (Warlock)"},{"id":6255,"c":40,"u":"warlock_phb,state:sub-great-old-one-phb=b1","p":109,"s":52,"h":1,"b":"The Great Old One","n":"The Great Old One (Warlock)"},{"id":6257,"c":40,"u":"warlock_xphb,state:sub-great-old-one-phb=b1","s":52,"h":1,"b":"The Great Old One","n":"The Great Old One (Warlock)"},{"id":6259,"c":40,"u":"warlock_phb,state:sub-undying-scag=b1","p":139,"s":107,"h":1,"b":"The Undying","n":"The Undying (Warlock)"},{"id":6261,"c":40,"u":"warlock_xphb,state:sub-undying-scag=b1","s":107,"h":1,"b":"The Undying","n":"The Undying (Warlock)"},{"id":6263,"c":40,"u":"warlock_phb,state:sub-celestial-xge=b1","p":54,"s":6,"h":1,"b":"The Celestial","n":"The Celestial (Warlock)"},{"id":6265,"c":40,"u":"warlock_xphb,state:sub-celestial-xge=b1","s":6,"h":1,"b":"The Celestial","n":"The Celestial (Warlock)"},{"id":6267,"c":40,"u":"warlock_phb,state:sub-hexblade-xge=b1","p":55,"s":6,"h":1,"b":"The Hexblade","n":"The Hexblade (Warlock)"},{"id":6269,"c":40,"u":"warlock_xphb,state:sub-hexblade-xge=b1","s":6,"h":1,"b":"The Hexblade","n":"The Hexblade (Warlock)"},{"id":6271,"c":40,"u":"warlock_phb,state:sub-fathomless-tce=b1","p":72,"s":4,"h":1,"b":"The Fathomless","n":"The Fathomless (Warlock)"},{"id":6273,"c":40,"u":"warlock_xphb,state:sub-fathomless-tce=b1","s":4,"h":1,"b":"The Fathomless","n":"The Fathomless (Warlock)"},{"id":6275,"c":40,"u":"warlock_phb,state:sub-genie-tce=b1","p":73,"s":4,"h":1,"b":"The Genie","n":"The Genie (Warlock)"},{"id":6277,"c":40,"u":"warlock_xphb,state:sub-genie-tce=b1","s":4,"h":1,"b":"The Genie","n":"The Genie (Warlock)"},{"id":6279,"c":40,"u":"warlock_phb,state:sub-undead-vrgr=b1","p":30,"s":68,"h":1,"b":"The Undead","n":"The Undead (Warlock)"},{"id":6281,"c":40,"u":"warlock_xphb,state:sub-undead-vrgr=b1","s":68,"h":1,"b":"The Undead","n":"The Undead (Warlock)"},{"id":6283,"c":40,"u":"warlock_xphb,state:sub-archfey-xphb=b1","p":159,"s":8,"h":1,"b":"Archfey Patron","n":"Archfey Patron (Warlock)"},{"id":6285,"c":40,"u":"warlock_xphb,state:sub-celestial-xphb=b1","p":160,"s":8,"h":1,"b":"Celestial Patron","n":"Celestial Patron (Warlock)"},{"id":6287,"c":40,"u":"warlock_xphb,state:sub-fiend-xphb=b1","p":161,"s":8,"h":1,"b":"Fiend Patron","n":"Fiend Patron (Warlock)"},{"id":6289,"c":40,"u":"warlock_xphb,state:sub-great-old-one-xphb=b1","p":162,"s":8,"h":1,"b":"Great Old One Patron","n":"Great Old One Patron (Warlock)"},{"id":6291,"c":40,"u":"wizard_phb,state:sub-abjuration-phb=b1","p":115,"s":52,"h":1,"b":"School of Abjuration","n":"School of Abjuration (Wizard)"},{"id":6293,"c":40,"u":"wizard_xphb,state:sub-abjuration-phb=b1","s":52,"h":1,"b":"School of Abjuration","n":"School of Abjuration (Wizard)"},{"id":6295,"c":40,"u":"wizard_phb,state:sub-conjuration-phb=b1","p":116,"s":52,"h":1,"b":"School of Conjuration","n":"School of Conjuration (Wizard)"},{"id":6297,"c":40,"u":"wizard_xphb,state:sub-conjuration-phb=b1","s":52,"h":1,"b":"School of Conjuration","n":"School of Conjuration (Wizard)"},{"id":6299,"c":40,"u":"wizard_phb,state:sub-divination-phb=b1","p":116,"s":52,"h":1,"b":"School of Divination","n":"School of Divination (Wizard)"},{"id":6301,"c":40,"u":"wizard_xphb,state:sub-divination-phb=b1","s":52,"h":1,"b":"School of Divination","n":"School of Divination (Wizard)"},{"id":6303,"c":40,"u":"wizard_phb,state:sub-enchantment-phb=b1","p":117,"s":52,"h":1,"b":"School of Enchantment","n":"School of Enchantment (Wizard)"},{"id":6305,"c":40,"u":"wizard_xphb,state:sub-enchantment-phb=b1","s":52,"h":1,"b":"School of Enchantment","n":"School of Enchantment (Wizard)"},{"id":6307,"c":40,"u":"wizard_phb,state:sub-evocation-phb=b1","p":117,"s":52,"h":1,"r":1,"b":"School of Evocation","n":"School of Evocation (Wizard)"},{"id":6309,"c":40,"u":"wizard_xphb,state:sub-evocation-phb=b1","s":52,"h":1,"b":"School of Evocation","n":"School of Evocation (Wizard)"},{"id":6311,"c":40,"u":"wizard_phb,state:sub-illusion-phb=b1","p":118,"s":52,"h":1,"b":"School of Illusion","n":"School of Illusion (Wizard)"},{"id":6313,"c":40,"u":"wizard_xphb,state:sub-illusion-phb=b1","s":52,"h":1,"b":"School of Illusion","n":"School of Illusion (Wizard)"},{"id":6315,"c":40,"u":"wizard_phb,state:sub-necromancy-phb=b1","p":118,"s":52,"h":1,"b":"School of Necromancy","n":"School of Necromancy (Wizard)"},{"id":6317,"c":40,"u":"wizard_xphb,state:sub-necromancy-phb=b1","s":52,"h":1,"b":"School of Necromancy","n":"School of Necromancy (Wizard)"},{"id":6319,"c":40,"u":"wizard_phb,state:sub-transmutation-phb=b1","p":119,"s":52,"h":1,"b":"School of Transmutation","n":"School of Transmutation (Wizard)"},{"id":6321,"c":40,"u":"wizard_xphb,state:sub-transmutation-phb=b1","s":52,"h":1,"b":"School of Transmutation","n":"School of Transmutation (Wizard)"},{"id":6323,"c":40,"u":"wizard_phb,state:sub-war-xge=b1","p":59,"s":6,"h":1,"b":"War Magic","n":"War Magic (Wizard)"},{"id":6325,"c":40,"u":"wizard_xphb,state:sub-war-xge=b1","s":6,"h":1,"b":"War Magic","n":"War Magic (Wizard)"},{"id":6327,"c":40,"u":"wizard_phb,state:sub-chronurgy-egw=b1","p":184,"s":28,"h":1,"dP":1,"b":"Chronurgy Magic","n":"Chronurgy Magic (Wizard)"},{"id":6329,"c":40,"u":"wizard_xphb,state:sub-chronurgy-egw=b1","s":28,"h":1,"dP":1,"b":"Chronurgy Magic","n":"Chronurgy Magic (Wizard)"},{"id":6331,"c":40,"u":"wizard_phb,state:sub-graviturgy-egw=b1","p":185,"s":28,"h":1,"dP":1,"b":"Graviturgy Magic","n":"Graviturgy Magic (Wizard)"},{"id":6333,"c":40,"u":"wizard_xphb,state:sub-graviturgy-egw=b1","s":28,"h":1,"dP":1,"b":"Graviturgy Magic","n":"Graviturgy Magic (Wizard)"},{"id":6335,"c":40,"u":"wizard_phb,state:sub-bladesinging-tce=b1","p":76,"s":4,"h":1,"b":"Bladesinging","n":"Bladesinging (Wizard)"},{"id":6337,"c":40,"u":"wizard_xphb,state:sub-bladesinging-tce=b1","s":4,"h":1,"b":"Bladesinging","n":"Bladesinging (Wizard)"},{"id":6339,"c":40,"u":"wizard_phb,state:sub-scribes-tce=b1","p":77,"s":4,"h":1,"b":"Order of Scribes","n":"Order of Scribes (Wizard)"},{"id":6341,"c":40,"u":"wizard_xphb,state:sub-scribes-tce=b1","s":4,"h":1,"b":"Order of Scribes","n":"Order of Scribes (Wizard)"},{"id":6343,"c":40,"u":"wizard_phb,state:sub-blood-magic-tdcsr=b1","p":178,"s":61,"h":1,"dP":1,"b":"Blood Magic","n":"Blood Magic (Wizard)"},{"id":6345,"c":40,"u":"wizard_xphb,state:sub-blood-magic-tdcsr=b1","s":61,"h":1,"dP":1,"b":"Blood Magic","n":"Blood Magic (Wizard)"},{"id":6347,"c":40,"u":"wizard_xphb,state:sub-abjurer-xphb=b1","p":172,"s":8,"h":1,"b":"Abjurer","n":"Abjurer (Wizard)"},{"id":6349,"c":40,"u":"wizard_xphb,state:sub-diviner-xphb=b1","p":173,"s":8,"h":1,"b":"Diviner","n":"Diviner (Wizard)"},{"id":6351,"c":40,"u":"wizard_xphb,state:sub-evoker-xphb=b1","p":174,"s":8,"h":1,"b":"Evoker","n":"Evoker (Wizard)"},{"id":6353,"c":40,"u":"wizard_xphb,state:sub-illusionist-xphb=b1","p":175,"s":8,"h":1,"b":"Illusionist","n":"Illusionist (Wizard)"},{"id":6355,"c":30,"u":"magical%20tinkering_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"n":"Artificer 1; Magical Tinkering","uh":"artificer_tce,state:feature=s0-0"},{"id":6357,"c":30,"u":"optional%20rule%3a%20firearm%20proficiency_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"n":"Artificer 1; Optional Rule: Firearm Proficiency","uh":"artificer_tce,state:feature=s0-0"},{"id":6359,"c":30,"u":"spellcasting_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"n":"Artificer 1; Spellcasting","uh":"artificer_tce,state:feature=s0-0"},{"id":6361,"c":30,"u":"infuse%20item_artificer_tce_2_tce","p":9,"s":"TCE","h":1,"n":"Artificer 2; Infuse Item","uh":"artificer_tce,state:feature=s1-0"},{"id":6363,"c":30,"u":"infusions%20known_artificer_tce_2_tce","p":9,"s":"TCE","h":1,"n":"Artificer 2; Infusions Known","uh":"artificer_tce,state:feature=s1-0"},{"id":6365,"c":30,"u":"artificer%20specialist_artificer_tce_3_tce","p":9,"s":"TCE","h":1,"n":"Artificer 3; Artificer Specialist","uh":"artificer_tce,state:feature=s2-0"},{"id":6367,"c":30,"u":"the%20right%20tool%20for%20the%20job_artificer_tce_3_tce","p":9,"s":"TCE","h":1,"n":"Artificer 3; The Right Tool for the Job","uh":"artificer_tce,state:feature=s2-0"},{"id":6369,"c":30,"u":"ability%20score%20improvement_artificer_tce_4_tce","p":9,"s":"TCE","h":1,"n":"Artificer 4; Ability Score Improvement","uh":"artificer_tce,state:feature=s3-0"},{"id":6371,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_5_tce","p":9,"s":"TCE","h":1,"n":"Artificer 5; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s4-0"},{"id":6373,"c":30,"u":"tool%20expertise_artificer_tce_6_tce","p":9,"s":"TCE","h":1,"n":"Artificer 6; Tool Expertise","uh":"artificer_tce,state:feature=s5-0"},{"id":6375,"c":30,"u":"flash%20of%20genius_artificer_tce_7_tce","p":9,"s":"TCE","h":1,"n":"Artificer 7; Flash of Genius","uh":"artificer_tce,state:feature=s6-0"},{"id":6377,"c":30,"u":"ability%20score%20improvement_artificer_tce_8_tce","p":9,"s":"TCE","h":1,"n":"Artificer 8; Ability Score Improvement","uh":"artificer_tce,state:feature=s7-0"},{"id":6379,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_9_tce","p":9,"s":"TCE","h":1,"n":"Artificer 9; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s8-0"},{"id":6381,"c":30,"u":"magic%20item%20adept_artificer_tce_10_tce","p":9,"s":"TCE","h":1,"n":"Artificer 10; Magic Item Adept","uh":"artificer_tce,state:feature=s9-0"},{"id":6383,"c":30,"u":"spell-storing%20item_artificer_tce_11_tce","p":9,"s":"TCE","h":1,"n":"Artificer 11; Spell-Storing Item","uh":"artificer_tce,state:feature=s10-0"},{"id":6385,"c":30,"u":"ability%20score%20improvement_artificer_tce_12_tce","p":9,"s":"TCE","h":1,"n":"Artificer 12; Ability Score Improvement","uh":"artificer_tce,state:feature=s11-0"},{"id":6387,"c":30,"u":"magic%20item%20savant_artificer_tce_14_tce","p":9,"s":"TCE","h":1,"n":"Artificer 14; Magic Item Savant","uh":"artificer_tce,state:feature=s13-0"},{"id":6389,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_15_tce","p":9,"s":"TCE","h":1,"n":"Artificer 15; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s14-0"},{"id":6391,"c":30,"u":"ability%20score%20improvement_artificer_tce_16_tce","p":9,"s":"TCE","h":1,"n":"Artificer 16; Ability Score Improvement","uh":"artificer_tce,state:feature=s15-0"},{"id":6393,"c":30,"u":"magic%20item%20master_artificer_tce_18_tce","p":9,"s":"TCE","h":1,"n":"Artificer 18; Magic Item Master","uh":"artificer_tce,state:feature=s17-0"},{"id":6395,"c":30,"u":"ability%20score%20improvement_artificer_tce_19_tce","p":9,"s":"TCE","h":1,"n":"Artificer 19; Ability Score Improvement","uh":"artificer_tce,state:feature=s18-0"},{"id":6397,"c":30,"u":"soul%20of%20artifice_artificer_tce_20_tce","p":9,"s":"TCE","h":1,"n":"Artificer 20; Soul of Artifice","uh":"artificer_tce,state:feature=s19-0"},{"id":6399,"c":30,"u":"rage_barbarian_phb_1_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 1; Rage","uh":"barbarian_phb,state:feature=s0-0"},{"id":6401,"c":30,"u":"unarmored%20defense_barbarian_phb_1_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 1; Unarmored Defense","uh":"barbarian_phb,state:feature=s0-0"},{"id":6403,"c":30,"u":"danger%20sense_barbarian_phb_2_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 2; Danger Sense","uh":"barbarian_phb,state:feature=s1-0"},{"id":6405,"c":30,"u":"reckless%20attack_barbarian_phb_2_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 2; Reckless Attack","uh":"barbarian_phb,state:feature=s1-0"},{"id":6407,"c":30,"u":"primal%20knowledge_barbarian_phb_3_tce","p":24,"s":"TCE","h":1,"n":"Barbarian 3; Primal Knowledge","uh":"barbarian_phb,state:feature=s2-0"},{"id":6409,"c":30,"u":"primal%20path_barbarian_phb_3_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 3; Primal Path","uh":"barbarian_phb,state:feature=s2-0"},{"id":6411,"c":30,"u":"ability%20score%20improvement_barbarian_phb_4_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 4; Ability Score Improvement","uh":"barbarian_phb,state:feature=s3-0"},{"id":6413,"c":30,"u":"extra%20attack_barbarian_phb_5_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 5; Extra Attack","uh":"barbarian_phb,state:feature=s4-0"},{"id":6415,"c":30,"u":"fast%20movement_barbarian_phb_5_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 5; Fast Movement","uh":"barbarian_phb,state:feature=s4-0"},{"id":6417,"c":30,"u":"path%20feature_barbarian_phb_6_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 6; Path Feature","uh":"barbarian_phb,state:feature=s5-0"},{"id":6419,"c":30,"u":"feral%20instinct_barbarian_phb_7_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 7; Feral Instinct","uh":"barbarian_phb,state:feature=s6-0"},{"id":6421,"c":30,"u":"instinctive%20pounce_barbarian_phb_7_tce","p":24,"s":"TCE","h":1,"n":"Barbarian 7; Instinctive Pounce","uh":"barbarian_phb,state:feature=s6-0"},{"id":6423,"c":30,"u":"ability%20score%20improvement_barbarian_phb_8_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 8; Ability Score Improvement","uh":"barbarian_phb,state:feature=s7-0"},{"id":6425,"c":30,"u":"brutal%20critical%20(1%20die)_barbarian_phb_9_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 9; Brutal Critical (1 die)","uh":"barbarian_phb,state:feature=s8-0"},{"id":6427,"c":30,"u":"path%20feature_barbarian_phb_10_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 10; Path feature","uh":"barbarian_phb,state:feature=s9-0"},{"id":6429,"c":30,"u":"relentless%20rage_barbarian_phb_11_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 11; Relentless Rage","uh":"barbarian_phb,state:feature=s10-0"},{"id":6431,"c":30,"u":"ability%20score%20improvement_barbarian_phb_12_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 12; Ability Score Improvement","uh":"barbarian_phb,state:feature=s11-0"},{"id":6433,"c":30,"u":"brutal%20critical%20(2%20dice)_barbarian_phb_13_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 13; Brutal Critical (2 dice)","uh":"barbarian_phb,state:feature=s12-0"},{"id":6435,"c":30,"u":"path%20feature_barbarian_phb_14_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 14; Path feature","uh":"barbarian_phb,state:feature=s13-0"},{"id":6437,"c":30,"u":"persistent%20rage_barbarian_phb_15_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 15; Persistent Rage","uh":"barbarian_phb,state:feature=s14-0"},{"id":6439,"c":30,"u":"ability%20score%20improvement_barbarian_phb_16_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 16; Ability Score Improvement","uh":"barbarian_phb,state:feature=s15-0"},{"id":6441,"c":30,"u":"brutal%20critical%20(3%20dice)_barbarian_phb_17_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 17; Brutal Critical (3 dice)","uh":"barbarian_phb,state:feature=s16-0"},{"id":6443,"c":30,"u":"indomitable%20might_barbarian_phb_18_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 18; Indomitable Might","uh":"barbarian_phb,state:feature=s17-0"},{"id":6445,"c":30,"u":"ability%20score%20improvement_barbarian_phb_19_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 19; Ability Score Improvement","uh":"barbarian_phb,state:feature=s18-0"},{"id":6447,"c":30,"u":"primal%20champion_barbarian_phb_20_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 20; Primal Champion","uh":"barbarian_phb,state:feature=s19-0"},{"id":6449,"c":30,"u":"rage_barbarian_xphb_1_xphb","p":51,"s":"XPHB","h":1,"n":"Barbarian 1; Rage","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6451,"c":30,"u":"unarmored%20defense_barbarian_xphb_1_xphb","p":51,"s":"XPHB","h":1,"n":"Barbarian 1; Unarmored Defense","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6453,"c":30,"u":"weapon%20mastery_barbarian_xphb_1_xphb","p":52,"s":"XPHB","h":1,"n":"Barbarian 1; Weapon Mastery","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6455,"c":30,"u":"danger%20sense_barbarian_xphb_2_xphb","p":52,"s":"XPHB","h":1,"n":"Barbarian 2; Danger Sense","uh":"barbarian_xphb,state:feature=s1-0"},{"id":6457,"c":30,"u":"reckless%20attack_barbarian_xphb_2_xphb","p":52,"s":"XPHB","h":1,"n":"Barbarian 2; Reckless Attack","uh":"barbarian_xphb,state:feature=s1-0"},{"id":6459,"c":30,"u":"barbarian%20subclass_barbarian_xphb_3_xphb","p":52,"s":"XPHB","h":1,"n":"Barbarian 3; Barbarian Subclass","uh":"barbarian_xphb,state:feature=s2-0"},{"id":6461,"c":30,"u":"primal%20knowledge_barbarian_xphb_3_xphb","p":52,"s":"XPHB","h":1,"n":"Barbarian 3; Primal Knowledge","uh":"barbarian_xphb,state:feature=s2-0"},{"id":6463,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_4_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 4; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s3-0"},{"id":6465,"c":30,"u":"extra%20attack_barbarian_xphb_5_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 5; Extra Attack","uh":"barbarian_xphb,state:feature=s4-0"},{"id":6467,"c":30,"u":"fast%20movement_barbarian_xphb_5_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 5; Fast Movement","uh":"barbarian_xphb,state:feature=s4-0"},{"id":6469,"c":30,"u":"subclass%20feature_barbarian_xphb_6_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 6; Subclass Feature","uh":"barbarian_xphb,state:feature=s5-0"},{"id":6471,"c":30,"u":"feral%20instinct_barbarian_xphb_7_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 7; Feral Instinct","uh":"barbarian_xphb,state:feature=s6-0"},{"id":6473,"c":30,"u":"instinctive%20pounce_barbarian_xphb_7_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 7; Instinctive Pounce","uh":"barbarian_xphb,state:feature=s6-0"},{"id":6475,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_8_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 8; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s7-0"},{"id":6477,"c":30,"u":"brutal%20strike_barbarian_xphb_9_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 9; Brutal Strike","uh":"barbarian_xphb,state:feature=s8-0"},{"id":6479,"c":30,"u":"subclass%20feature_barbarian_xphb_10_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 10; Subclass Feature","uh":"barbarian_xphb,state:feature=s9-0"},{"id":6481,"c":30,"u":"relentless%20rage_barbarian_xphb_11_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 11; Relentless Rage","uh":"barbarian_xphb,state:feature=s10-0"},{"id":6483,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_12_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 12; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s11-0"},{"id":6485,"c":30,"u":"improved%20brutal%20strike_barbarian_xphb_13_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 13; Improved Brutal Strike","uh":"barbarian_xphb,state:feature=s12-0"},{"id":6487,"c":30,"u":"subclass%20feature_barbarian_xphb_14_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 14; Subclass Feature","uh":"barbarian_xphb,state:feature=s13-0"},{"id":6489,"c":30,"u":"persistent%20rage_barbarian_xphb_15_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 15; Persistent Rage","uh":"barbarian_xphb,state:feature=s14-0"},{"id":6491,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_16_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 16; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s15-0"},{"id":6493,"c":30,"u":"improved%20brutal%20strike_barbarian_xphb_17_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 17; Improved Brutal Strike","uh":"barbarian_xphb,state:feature=s16-0"},{"id":6495,"c":30,"u":"indomitable%20might_barbarian_xphb_18_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 18; Indomitable Might","uh":"barbarian_xphb,state:feature=s17-0"},{"id":6497,"c":30,"u":"epic%20boon_barbarian_xphb_19_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 19; Epic Boon","uh":"barbarian_xphb,state:feature=s18-0"},{"id":6499,"c":30,"u":"primal%20champion_barbarian_xphb_20_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 20; Primal Champion","uh":"barbarian_xphb,state:feature=s19-0"},{"id":6501,"c":30,"u":"bardic%20inspiration_bard_phb_1_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 1; Bardic Inspiration","uh":"bard_phb,state:feature=s0-0"},{"id":6503,"c":30,"u":"spellcasting_bard_phb_1_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 1; Spellcasting","uh":"bard_phb,state:feature=s0-0"},{"id":6505,"c":30,"u":"jack%20of%20all%20trades_bard_phb_2_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 2; Jack of All Trades","uh":"bard_phb,state:feature=s1-0"},{"id":6507,"c":30,"u":"magical%20inspiration_bard_phb_2_tce","p":27,"s":"TCE","h":1,"n":"Bard 2; Magical Inspiration","uh":"bard_phb,state:feature=s1-0"},{"id":6509,"c":30,"u":"song%20of%20rest%20(d6)_bard_phb_2_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 2; Song of Rest (d6)","uh":"bard_phb,state:feature=s1-0"},{"id":6511,"c":30,"u":"bard%20college_bard_phb_3_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 3; Bard College","uh":"bard_phb,state:feature=s2-0"},{"id":6513,"c":30,"u":"expertise_bard_phb_3_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 3; Expertise","uh":"bard_phb,state:feature=s2-0"},{"id":6515,"c":30,"u":"ability%20score%20improvement_bard_phb_4_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 4; Ability Score Improvement","uh":"bard_phb,state:feature=s3-0"},{"id":6517,"c":30,"u":"bardic%20versatility_bard_phb_4_tce","p":27,"s":"TCE","h":1,"n":"Bard 4; Bardic Versatility","uh":"bard_phb,state:feature=s3-0"},{"id":6519,"c":30,"u":"bardic%20inspiration%20(d8)_bard_phb_5_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 5; Bardic Inspiration (d8)","uh":"bard_phb,state:feature=s4-0"},{"id":6521,"c":30,"u":"font%20of%20inspiration_bard_phb_5_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 5; Font of Inspiration","uh":"bard_phb,state:feature=s4-0"},{"id":6523,"c":30,"u":"bard%20college%20feature_bard_phb_6_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 6; Bard College feature","uh":"bard_phb,state:feature=s5-0"},{"id":6525,"c":30,"u":"countercharm_bard_phb_6_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 6; Countercharm","uh":"bard_phb,state:feature=s5-0"},{"id":6527,"c":30,"u":"ability%20score%20improvement_bard_phb_8_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 8; Ability Score Improvement","uh":"bard_phb,state:feature=s7-0"},{"id":6529,"c":30,"u":"song%20of%20rest%20(d8)_bard_phb_9_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 9; Song of Rest (d8)","uh":"bard_phb,state:feature=s8-0"},{"id":6531,"c":30,"u":"bardic%20inspiration%20(d10)_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 10; Bardic Inspiration (d10)","uh":"bard_phb,state:feature=s9-0"},{"id":6533,"c":30,"u":"expertise_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 10; Expertise","uh":"bard_phb,state:feature=s9-0"},{"id":6535,"c":30,"u":"magical%20secrets_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 10; Magical Secrets","uh":"bard_phb,state:feature=s9-0"},{"id":6537,"c":30,"u":"ability%20score%20improvement_bard_phb_12_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 12; Ability Score Improvement","uh":"bard_phb,state:feature=s11-0"},{"id":6539,"c":30,"u":"song%20of%20rest%20(d10)_bard_phb_13_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 13; Song of Rest (d10)","uh":"bard_phb,state:feature=s12-0"},{"id":6541,"c":30,"u":"bard%20college%20feature_bard_phb_14_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 14; Bard College feature","uh":"bard_phb,state:feature=s13-0"},{"id":6543,"c":30,"u":"magical%20secrets_bard_phb_14_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 14; Magical Secrets","uh":"bard_phb,state:feature=s13-0"},{"id":6545,"c":30,"u":"bardic%20inspiration%20(d12)_bard_phb_15_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 15; Bardic Inspiration (d12)","uh":"bard_phb,state:feature=s14-0"},{"id":6547,"c":30,"u":"ability%20score%20improvement_bard_phb_16_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 16; Ability Score Improvement","uh":"bard_phb,state:feature=s15-0"},{"id":6549,"c":30,"u":"song%20of%20rest%20(d12)_bard_phb_17_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 17; Song of Rest (d12)","uh":"bard_phb,state:feature=s16-0"},{"id":6551,"c":30,"u":"magical%20secrets_bard_phb_18_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 18; Magical Secrets","uh":"bard_phb,state:feature=s17-0"},{"id":6553,"c":30,"u":"ability%20score%20improvement_bard_phb_19_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 19; Ability Score Improvement","uh":"bard_phb,state:feature=s18-0"},{"id":6555,"c":30,"u":"superior%20inspiration_bard_phb_20_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 20; Superior Inspiration","uh":"bard_phb,state:feature=s19-0"},{"id":6557,"c":30,"u":"bardic%20inspiration_bard_xphb_1_xphb","p":59,"s":"XPHB","h":1,"n":"Bard 1; Bardic Inspiration","uh":"bard_xphb,state:feature=s0-0"},{"id":6559,"c":30,"u":"spellcasting_bard_xphb_1_xphb","p":59,"s":"XPHB","h":1,"n":"Bard 1; Spellcasting","uh":"bard_xphb,state:feature=s0-0"},{"id":6561,"c":30,"u":"expertise_bard_xphb_2_xphb","p":60,"s":"XPHB","h":1,"n":"Bard 2; Expertise","uh":"bard_xphb,state:feature=s1-0"},{"id":6563,"c":30,"u":"jack%20of%20all%20trades_bard_xphb_2_xphb","p":60,"s":"XPHB","h":1,"n":"Bard 2; Jack of All Trades","uh":"bard_xphb,state:feature=s1-0"},{"id":6565,"c":30,"u":"bard%20subclass_bard_xphb_3_xphb","p":60,"s":"XPHB","h":1,"n":"Bard 3; Bard Subclass","uh":"bard_xphb,state:feature=s2-0"},{"id":6567,"c":30,"u":"ability%20score%20improvement_bard_xphb_4_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 4; Ability Score Improvement","uh":"bard_xphb,state:feature=s3-0"},{"id":6569,"c":30,"u":"font%20of%20inspiration_bard_xphb_5_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 5; Font of Inspiration","uh":"bard_xphb,state:feature=s4-0"},{"id":6571,"c":30,"u":"subclass%20feature_bard_xphb_6_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 6; Subclass Feature","uh":"bard_xphb,state:feature=s5-0"},{"id":6573,"c":30,"u":"countercharm_bard_xphb_7_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 7; Countercharm","uh":"bard_xphb,state:feature=s6-0"},{"id":6575,"c":30,"u":"ability%20score%20improvement_bard_xphb_8_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 8; Ability Score Improvement","uh":"bard_xphb,state:feature=s7-0"},{"id":6577,"c":30,"u":"expertise_bard_xphb_9_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 9; Expertise","uh":"bard_xphb,state:feature=s8-0"},{"id":6579,"c":30,"u":"magical%20secrets_bard_xphb_10_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 10; Magical Secrets","uh":"bard_xphb,state:feature=s9-0"},{"id":6581,"c":30,"u":"ability%20score%20improvement_bard_xphb_12_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 12; Ability Score Improvement","uh":"bard_xphb,state:feature=s11-0"},{"id":6583,"c":30,"u":"subclass%20feature_bard_xphb_14_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 14; Subclass Feature","uh":"bard_xphb,state:feature=s13-0"},{"id":6585,"c":30,"u":"ability%20score%20improvement_bard_xphb_16_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 16; Ability Score Improvement","uh":"bard_xphb,state:feature=s15-0"},{"id":6587,"c":30,"u":"superior%20inspiration_bard_xphb_18_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 18; Superior Inspiration","uh":"bard_xphb,state:feature=s17-0"},{"id":6589,"c":30,"u":"epic%20boon_bard_xphb_19_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 19; Epic Boon","uh":"bard_xphb,state:feature=s18-0"},{"id":6591,"c":30,"u":"words%20of%20creation_bard_xphb_20_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 20; Words of Creation","uh":"bard_xphb,state:feature=s19-0"},{"id":6593,"c":30,"u":"divine%20domain_cleric_phb_1_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 1; Divine Domain","uh":"cleric_phb,state:feature=s0-0"},{"id":6595,"c":30,"u":"spellcasting_cleric_phb_1_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 1; Spellcasting","uh":"cleric_phb,state:feature=s0-0"},{"id":6597,"c":30,"u":"channel%20divinity_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 2; Channel Divinity","uh":"cleric_phb,state:feature=s1-0"},{"id":6599,"c":30,"u":"channel%20divinity%3a%20harness%20divine%20power_cleric_phb_2_tce","p":30,"s":"TCE","h":1,"n":"Cleric 2; Channel Divinity: Harness Divine Power","uh":"cleric_phb,state:feature=s1-0"},{"id":6601,"c":30,"u":"channel%20divinity%3a%20turn%20undead_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 2; Channel Divinity: Turn Undead","uh":"cleric_phb,state:feature=s1-0"},{"id":6603,"c":30,"u":"divine%20domain%20feature_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 2; Divine Domain feature","uh":"cleric_phb,state:feature=s1-0"},{"id":6605,"c":30,"u":"ability%20score%20improvement_cleric_phb_4_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 4; Ability Score Improvement","uh":"cleric_phb,state:feature=s3-0"},{"id":6607,"c":30,"u":"cantrip%20versatility_cleric_phb_4_tce","p":30,"s":"TCE","h":1,"n":"Cleric 4; Cantrip Versatility","uh":"cleric_phb,state:feature=s3-0"},{"id":6609,"c":30,"u":"destroy%20undead%20(cr%201%2f2)_cleric_phb_5_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 5; Destroy Undead (CR 1/2)","uh":"cleric_phb,state:feature=s4-0"},{"id":6611,"c":30,"u":"channel%20divinity_cleric_phb_6_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 6; Channel Divinity","uh":"cleric_phb,state:feature=s5-0"},{"id":6613,"c":30,"u":"divine%20domain%20feature_cleric_phb_6_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 6; Divine Domain feature","uh":"cleric_phb,state:feature=s5-0"},{"id":6615,"c":30,"u":"ability%20score%20improvement_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 8; Ability Score Improvement","uh":"cleric_phb,state:feature=s7-0"},{"id":6617,"c":30,"u":"destroy%20undead%20(cr%201)_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 8; Destroy Undead (CR 1)","uh":"cleric_phb,state:feature=s7-0"},{"id":6619,"c":30,"u":"divine%20domain%20feature_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 8; Divine Domain feature","uh":"cleric_phb,state:feature=s7-0"},{"id":6621,"c":30,"u":"divine%20intervention_cleric_phb_10_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 10; Divine Intervention","uh":"cleric_phb,state:feature=s9-0"},{"id":6623,"c":30,"u":"destroy%20undead%20(cr%202)_cleric_phb_11_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 11; Destroy Undead (CR 2)","uh":"cleric_phb,state:feature=s10-0"},{"id":6625,"c":30,"u":"ability%20score%20improvement_cleric_phb_12_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 12; Ability Score Improvement","uh":"cleric_phb,state:feature=s11-0"},{"id":6627,"c":30,"u":"destroy%20undead%20(cr%203)_cleric_phb_14_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 14; Destroy Undead (CR 3)","uh":"cleric_phb,state:feature=s13-0"},{"id":6629,"c":30,"u":"ability%20score%20improvement_cleric_phb_16_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 16; Ability Score Improvement","uh":"cleric_phb,state:feature=s15-0"},{"id":6631,"c":30,"u":"destroy%20undead%20(cr%204)_cleric_phb_17_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 17; Destroy Undead (CR 4)","uh":"cleric_phb,state:feature=s16-0"},{"id":6633,"c":30,"u":"divine%20domain%20feature_cleric_phb_17_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 17; Divine Domain feature","uh":"cleric_phb,state:feature=s16-0"},{"id":6635,"c":30,"u":"channel%20divinity_cleric_phb_18_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 18; Channel Divinity","uh":"cleric_phb,state:feature=s17-0"},{"id":6637,"c":30,"u":"ability%20score%20improvement_cleric_phb_19_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 19; Ability Score Improvement","uh":"cleric_phb,state:feature=s18-0"},{"id":6639,"c":30,"u":"divine%20intervention%20improvement_cleric_phb_20_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 20; Divine Intervention Improvement","uh":"cleric_phb,state:feature=s19-0"},{"id":6641,"c":30,"u":"divine%20order_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 1; Divine Order","uh":"cleric_xphb,state:feature=s0-0"},{"id":6643,"c":30,"u":"protector_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 1; Protector","uh":"cleric_xphb,state:feature=s0-0"},{"id":6645,"c":30,"u":"spellcasting_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 1; Spellcasting","uh":"cleric_xphb,state:feature=s0-0"},{"id":6647,"c":30,"u":"thaumaturge_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 1; Thaumaturge","uh":"cleric_xphb,state:feature=s0-0"},{"id":6649,"c":30,"u":"channel%20divinity_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 2; Channel Divinity","uh":"cleric_xphb,state:feature=s1-0"},{"id":6651,"c":30,"u":"divine%20spark_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 2; Divine Spark","uh":"cleric_xphb,state:feature=s1-0"},{"id":6653,"c":30,"u":"turn%20undead_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 2; Turn Undead","uh":"cleric_xphb,state:feature=s1-0"},{"id":6655,"c":30,"u":"cleric%20subclass_cleric_xphb_3_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 3; Cleric Subclass","uh":"cleric_xphb,state:feature=s2-0"},{"id":6657,"c":30,"u":"ability%20score%20improvement_cleric_xphb_4_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 4; Ability Score Improvement","uh":"cleric_xphb,state:feature=s3-0"},{"id":6659,"c":30,"u":"sear%20undead_cleric_xphb_5_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 5; Sear Undead","uh":"cleric_xphb,state:feature=s4-0"},{"id":6661,"c":30,"u":"subclass%20feature_cleric_xphb_6_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 6; Subclass Feature","uh":"cleric_xphb,state:feature=s5-0"},{"id":6663,"c":30,"u":"blessed%20strikes_cleric_xphb_7_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 7; Blessed Strikes","uh":"cleric_xphb,state:feature=s6-0"},{"id":6665,"c":30,"u":"ability%20score%20improvement_cleric_xphb_8_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 8; Ability Score Improvement","uh":"cleric_xphb,state:feature=s7-0"},{"id":6667,"c":30,"u":"divine%20intervention_cleric_xphb_10_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 10; Divine Intervention","uh":"cleric_xphb,state:feature=s9-0"},{"id":6669,"c":30,"u":"ability%20score%20improvement_cleric_xphb_12_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 12; Ability Score Improvement","uh":"cleric_xphb,state:feature=s11-0"},{"id":6671,"c":30,"u":"improved%20blessed%20strikes_cleric_xphb_14_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 14; Improved Blessed Strikes","uh":"cleric_xphb,state:feature=s13-0"},{"id":6673,"c":30,"u":"ability%20score%20improvement_cleric_xphb_16_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 16; Ability Score Improvement","uh":"cleric_xphb,state:feature=s15-0"},{"id":6675,"c":30,"u":"subclass%20feature_cleric_xphb_17_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 17; Subclass Feature","uh":"cleric_xphb,state:feature=s16-0"},{"id":6677,"c":30,"u":"epic%20boon_cleric_xphb_19_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 19; Epic Boon","uh":"cleric_xphb,state:feature=s18-0"},{"id":6679,"c":30,"u":"greater%20divine%20intervention_cleric_xphb_20_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 20; Greater Divine Intervention","uh":"cleric_xphb,state:feature=s19-0"},{"id":6681,"c":30,"u":"druidic_druid_phb_1_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 1; Druidic","uh":"druid_phb,state:feature=s0-0"},{"id":6683,"c":30,"u":"spellcasting_druid_phb_1_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 1; Spellcasting","uh":"druid_phb,state:feature=s0-0"},{"id":6685,"c":30,"u":"druid%20circle_druid_phb_2_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 2; Druid Circle","uh":"druid_phb,state:feature=s1-0"},{"id":6687,"c":30,"u":"wild%20companion_druid_phb_2_tce","p":35,"s":"TCE","h":1,"n":"Druid 2; Wild Companion","uh":"druid_phb,state:feature=s1-0"},{"id":6689,"c":30,"u":"wild%20shape_druid_phb_2_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 2; Wild Shape","uh":"druid_phb,state:feature=s1-0"},{"id":6691,"c":30,"u":"ability%20score%20improvement_druid_phb_4_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 4; Ability Score Improvement","uh":"druid_phb,state:feature=s3-0"},{"id":6693,"c":30,"u":"cantrip%20versatility_druid_phb_4_tce","p":35,"s":"TCE","h":1,"n":"Druid 4; Cantrip Versatility","uh":"druid_phb,state:feature=s3-0"},{"id":6695,"c":30,"u":"wild%20shape%20improvement_druid_phb_4_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 4; Wild Shape Improvement","uh":"druid_phb,state:feature=s3-0"},{"id":6697,"c":30,"u":"druid%20circle%20feature_druid_phb_6_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 6; Druid Circle feature","uh":"druid_phb,state:feature=s5-0"},{"id":6699,"c":30,"u":"ability%20score%20improvement_druid_phb_8_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 8; Ability Score Improvement","uh":"druid_phb,state:feature=s7-0"},{"id":6701,"c":30,"u":"wild%20shape%20improvement_druid_phb_8_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 8; Wild Shape Improvement","uh":"druid_phb,state:feature=s7-0"},{"id":6703,"c":30,"u":"druid%20circle%20feature_druid_phb_10_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 10; Druid Circle feature","uh":"druid_phb,state:feature=s9-0"},{"id":6705,"c":30,"u":"ability%20score%20improvement_druid_phb_12_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 12; Ability Score Improvement","uh":"druid_phb,state:feature=s11-0"},{"id":6707,"c":30,"u":"druid%20circle%20feature_druid_phb_14_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 14; Druid Circle feature","uh":"druid_phb,state:feature=s13-0"},{"id":6709,"c":30,"u":"ability%20score%20improvement_druid_phb_16_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 16; Ability Score Improvement","uh":"druid_phb,state:feature=s15-0"},{"id":6711,"c":30,"u":"beast%20spells_druid_phb_18_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 18; Beast Spells","uh":"druid_phb,state:feature=s17-0"},{"id":6713,"c":30,"u":"timeless%20body_druid_phb_18_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 18; Timeless Body","uh":"druid_phb,state:feature=s17-0"},{"id":6715,"c":30,"u":"ability%20score%20improvement_druid_phb_19_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 19; Ability Score Improvement","uh":"druid_phb,state:feature=s18-0"},{"id":6717,"c":30,"u":"archdruid_druid_phb_20_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 20; Archdruid","uh":"druid_phb,state:feature=s19-0"},{"id":6719,"c":30,"u":"druidic_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"n":"Druid 1; Druidic","uh":"druid_xphb,state:feature=s0-0"},{"id":6721,"c":30,"u":"magician_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"n":"Druid 1; Magician","uh":"druid_xphb,state:feature=s0-0"},{"id":6723,"c":30,"u":"primal%20order_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"n":"Druid 1; Primal Order","uh":"druid_xphb,state:feature=s0-0"},{"id":6725,"c":30,"u":"spellcasting_druid_xphb_1_xphb","p":79,"s":"XPHB","h":1,"n":"Druid 1; Spellcasting","uh":"druid_xphb,state:feature=s0-0"},{"id":6727,"c":30,"u":"warden_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"n":"Druid 1; Warden","uh":"druid_xphb,state:feature=s0-0"},{"id":6729,"c":30,"u":"wild%20companion_druid_xphb_2_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 2; Wild Companion","uh":"druid_xphb,state:feature=s1-0"},{"id":6731,"c":30,"u":"wild%20shape_druid_xphb_2_xphb","p":80,"s":"XPHB","h":1,"n":"Druid 2; Wild Shape","uh":"druid_xphb,state:feature=s1-0"},{"id":6733,"c":30,"u":"druid%20subclass_druid_xphb_3_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 3; Druid Subclass","uh":"druid_xphb,state:feature=s2-0"},{"id":6735,"c":30,"u":"ability%20score%20improvement_druid_xphb_4_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 4; Ability Score Improvement","uh":"druid_xphb,state:feature=s3-0"},{"id":6737,"c":30,"u":"wild%20resurgence_druid_xphb_5_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 5; Wild Resurgence","uh":"druid_xphb,state:feature=s4-0"},{"id":6739,"c":30,"u":"subclass%20feature_druid_xphb_6_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 6; Subclass Feature","uh":"druid_xphb,state:feature=s5-0"},{"id":6741,"c":30,"u":"elemental%20fury_druid_xphb_7_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 7; Elemental Fury","uh":"druid_xphb,state:feature=s6-0"},{"id":6743,"c":30,"u":"ability%20score%20improvement_druid_xphb_8_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 8; Ability Score Improvement","uh":"druid_xphb,state:feature=s7-0"},{"id":6745,"c":30,"u":"subclass%20feature_druid_xphb_10_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 10; Subclass Feature","uh":"druid_xphb,state:feature=s9-0"},{"id":6747,"c":30,"u":"ability%20score%20improvement_druid_xphb_12_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 12; Ability Score Improvement","uh":"druid_xphb,state:feature=s11-0"},{"id":6749,"c":30,"u":"subclass%20feature_druid_xphb_14_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 14; Subclass Feature","uh":"druid_xphb,state:feature=s13-0"},{"id":6751,"c":30,"u":"improved%20elemental%20fury_druid_xphb_15_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 15; Improved Elemental Fury","uh":"druid_xphb,state:feature=s14-0"},{"id":6753,"c":30,"u":"ability%20score%20improvement_druid_xphb_16_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 16; Ability Score Improvement","uh":"druid_xphb,state:feature=s15-0"},{"id":6755,"c":30,"u":"beast%20spells_druid_xphb_18_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 18; Beast Spells","uh":"druid_xphb,state:feature=s17-0"},{"id":6757,"c":30,"u":"epic%20boon_druid_xphb_19_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 19; Epic Boon","uh":"druid_xphb,state:feature=s18-0"},{"id":6759,"c":30,"u":"archdruid_druid_xphb_20_xphb","p":82,"s":"XPHB","h":1,"n":"Druid 20; Archdruid","uh":"druid_xphb,state:feature=s19-0"},{"id":6761,"c":30,"u":"fighting%20style_fighter_phb_1_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 1; Fighting Style","uh":"fighter_phb,state:feature=s0-0"},{"id":6763,"c":30,"u":"second%20wind_fighter_phb_1_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 1; Second Wind","uh":"fighter_phb,state:feature=s0-0"},{"id":6765,"c":30,"u":"action%20surge_fighter_phb_2_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 2; Action Surge","uh":"fighter_phb,state:feature=s1-0"},{"id":6767,"c":30,"u":"martial%20archetype_fighter_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 3; Martial Archetype","uh":"fighter_phb,state:feature=s2-0"},{"id":6769,"c":30,"u":"ability%20score%20improvement_fighter_phb_4_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 4; Ability Score Improvement","uh":"fighter_phb,state:feature=s3-0"},{"id":6771,"c":30,"u":"martial%20versatility_fighter_phb_4_tce","p":41,"s":"TCE","h":1,"n":"Fighter 4; Martial Versatility","uh":"fighter_phb,state:feature=s3-0"},{"id":6773,"c":30,"u":"extra%20attack_fighter_phb_5_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 5; Extra Attack","uh":"fighter_phb,state:feature=s4-0"},{"id":6775,"c":30,"u":"ability%20score%20improvement_fighter_phb_6_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 6; Ability Score Improvement","uh":"fighter_phb,state:feature=s5-0"},{"id":6777,"c":30,"u":"martial%20archetype%20feature_fighter_phb_7_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 7; Martial Archetype feature","uh":"fighter_phb,state:feature=s6-0"},{"id":6779,"c":30,"u":"ability%20score%20improvement_fighter_phb_8_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 8; Ability Score Improvement","uh":"fighter_phb,state:feature=s7-0"},{"id":6781,"c":30,"u":"indomitable_fighter_phb_9_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 9; Indomitable","uh":"fighter_phb,state:feature=s8-0"},{"id":6783,"c":30,"u":"martial%20archetype%20feature_fighter_phb_10_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 10; Martial Archetype feature","uh":"fighter_phb,state:feature=s9-0"},{"id":6785,"c":30,"u":"extra%20attack%20(2)_fighter_phb_11_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 11; Extra Attack (2)","uh":"fighter_phb,state:feature=s10-0"},{"id":6787,"c":30,"u":"ability%20score%20improvement_fighter_phb_12_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 12; Ability Score Improvement","uh":"fighter_phb,state:feature=s11-0"},{"id":6789,"c":30,"u":"indomitable%20(two%20uses)_fighter_phb_13_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 13; Indomitable (two uses)","uh":"fighter_phb,state:feature=s12-0"},{"id":6791,"c":30,"u":"ability%20score%20improvement_fighter_phb_14_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 14; Ability Score Improvement","uh":"fighter_phb,state:feature=s13-0"},{"id":6793,"c":30,"u":"martial%20archetype%20feature_fighter_phb_15_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 15; Martial Archetype feature","uh":"fighter_phb,state:feature=s14-0"},{"id":6795,"c":30,"u":"ability%20score%20improvement_fighter_phb_16_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 16; Ability Score Improvement","uh":"fighter_phb,state:feature=s15-0"},{"id":6797,"c":30,"u":"action%20surge%20(two%20uses)_fighter_phb_17_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 17; Action Surge (two uses)","uh":"fighter_phb,state:feature=s16-0"},{"id":6799,"c":30,"u":"indomitable%20(three%20uses)_fighter_phb_17_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 17; Indomitable (three uses)","uh":"fighter_phb,state:feature=s16-0"},{"id":6801,"c":30,"u":"martial%20archetype%20feature_fighter_phb_18_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 18; Martial Archetype feature","uh":"fighter_phb,state:feature=s17-0"},{"id":6803,"c":30,"u":"ability%20score%20improvement_fighter_phb_19_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 19; Ability Score Improvement","uh":"fighter_phb,state:feature=s18-0"},{"id":6805,"c":30,"u":"extra%20attack%20(3)_fighter_phb_20_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 20; Extra Attack (3)","uh":"fighter_phb,state:feature=s19-0"},{"id":6807,"c":30,"u":"fighting%20style_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 1; Fighting Style","uh":"fighter_xphb,state:feature=s0-0"},{"id":6809,"c":30,"u":"second%20wind_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 1; Second Wind","uh":"fighter_xphb,state:feature=s0-0"},{"id":6811,"c":30,"u":"weapon%20mastery_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 1; Weapon Mastery","uh":"fighter_xphb,state:feature=s0-0"},{"id":6813,"c":30,"u":"action%20surge_fighter_xphb_2_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 2; Action Surge","uh":"fighter_xphb,state:feature=s1-0"},{"id":6815,"c":30,"u":"tactical%20mind_fighter_xphb_2_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 2; Tactical Mind","uh":"fighter_xphb,state:feature=s1-0"},{"id":6817,"c":30,"u":"fighter%20subclass_fighter_xphb_3_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 3; Fighter Subclass","uh":"fighter_xphb,state:feature=s2-0"},{"id":6819,"c":30,"u":"ability%20score%20improvement_fighter_xphb_4_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 4; Ability Score Improvement","uh":"fighter_xphb,state:feature=s3-0"},{"id":6821,"c":30,"u":"extra%20attack_fighter_xphb_5_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 5; Extra Attack","uh":"fighter_xphb,state:feature=s4-0"},{"id":6823,"c":30,"u":"tactical%20shift_fighter_xphb_5_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 5; Tactical Shift","uh":"fighter_xphb,state:feature=s4-0"},{"id":6825,"c":30,"u":"ability%20score%20improvement_fighter_xphb_6_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 6; Ability Score Improvement","uh":"fighter_xphb,state:feature=s5-0"},{"id":6827,"c":30,"u":"subclass%20feature_fighter_xphb_7_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 7; Subclass Feature","uh":"fighter_xphb,state:feature=s6-0"},{"id":6829,"c":30,"u":"ability%20score%20improvement_fighter_xphb_8_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 8; Ability Score Improvement","uh":"fighter_xphb,state:feature=s7-0"},{"id":6831,"c":30,"u":"indomitable_fighter_xphb_9_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 9; Indomitable","uh":"fighter_xphb,state:feature=s8-0"},{"id":6833,"c":30,"u":"tactical%20master_fighter_xphb_9_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 9; Tactical Master","uh":"fighter_xphb,state:feature=s8-0"},{"id":6835,"c":30,"u":"subclass%20feature_fighter_xphb_10_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 10; Subclass Feature","uh":"fighter_xphb,state:feature=s9-0"},{"id":6837,"c":30,"u":"two%20extra%20attacks_fighter_xphb_11_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 11; Two Extra Attacks","uh":"fighter_xphb,state:feature=s10-0"},{"id":6839,"c":30,"u":"ability%20score%20improvement_fighter_xphb_12_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 12; Ability Score Improvement","uh":"fighter_xphb,state:feature=s11-0"},{"id":6841,"c":30,"u":"indomitable_fighter_xphb_13_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 13; Indomitable","uh":"fighter_xphb,state:feature=s12-0"},{"id":6843,"c":30,"u":"studied%20attacks_fighter_xphb_13_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 13; Studied Attacks","uh":"fighter_xphb,state:feature=s12-0"},{"id":6845,"c":30,"u":"ability%20score%20improvement_fighter_xphb_14_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 14; Ability Score Improvement","uh":"fighter_xphb,state:feature=s13-0"},{"id":6847,"c":30,"u":"subclass%20feature_fighter_xphb_15_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 15; Subclass Feature","uh":"fighter_xphb,state:feature=s14-0"},{"id":6849,"c":30,"u":"ability%20score%20improvement_fighter_xphb_16_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 16; Ability Score Improvement","uh":"fighter_xphb,state:feature=s15-0"},{"id":6851,"c":30,"u":"action%20surge_fighter_xphb_17_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 17; Action Surge","uh":"fighter_xphb,state:feature=s16-0"},{"id":6853,"c":30,"u":"indomitable_fighter_xphb_17_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 17; Indomitable","uh":"fighter_xphb,state:feature=s16-0"},{"id":6855,"c":30,"u":"subclass%20feature_fighter_xphb_18_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 18; Subclass Feature","uh":"fighter_xphb,state:feature=s17-0"},{"id":6857,"c":30,"u":"epic%20boon_fighter_xphb_19_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 19; Epic Boon","uh":"fighter_xphb,state:feature=s18-0"},{"id":6859,"c":30,"u":"three%20extra%20attacks_fighter_xphb_20_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 20; Three Extra Attacks","uh":"fighter_xphb,state:feature=s19-0"},{"id":6861,"c":30,"u":"martial%20arts_monk_phb_1_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 1; Martial Arts","uh":"monk_phb,state:feature=s0-0"},{"id":6863,"c":30,"u":"unarmored%20defense_monk_phb_1_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 1; Unarmored Defense","uh":"monk_phb,state:feature=s0-0"},{"id":6865,"c":30,"u":"dedicated%20weapon_monk_phb_2_tce","p":48,"s":"TCE","h":1,"n":"Monk 2; Dedicated Weapon","uh":"monk_phb,state:feature=s1-0"},{"id":6867,"c":30,"u":"flurry%20of%20blows_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 2; Flurry of Blows","uh":"monk_phb,state:feature=s1-0"},{"id":6869,"c":30,"u":"ki_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 2; Ki","uh":"monk_phb,state:feature=s1-0"},{"id":6871,"c":30,"u":"patient%20defense_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 2; Patient Defense","uh":"monk_phb,state:feature=s1-0"},{"id":6873,"c":30,"u":"step%20of%20the%20wind_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 2; Step of the Wind","uh":"monk_phb,state:feature=s1-0"},{"id":6875,"c":30,"u":"unarmored%20movement_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 2; Unarmored Movement","uh":"monk_phb,state:feature=s1-0"},{"id":6877,"c":30,"u":"deflect%20missiles_monk_phb_3_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 3; Deflect Missiles","uh":"monk_phb,state:feature=s2-0"},{"id":6879,"c":30,"u":"ki-fueled%20attack_monk_phb_3_tce","p":48,"s":"TCE","h":1,"n":"Monk 3; Ki-Fueled Attack","uh":"monk_phb,state:feature=s2-0"},{"id":6881,"c":30,"u":"monastic%20tradition_monk_phb_3_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 3; Monastic Tradition","uh":"monk_phb,state:feature=s2-0"},{"id":6883,"c":30,"u":"ability%20score%20improvement_monk_phb_4_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 4; Ability Score Improvement","uh":"monk_phb,state:feature=s3-0"},{"id":6885,"c":30,"u":"quickened%20healing_monk_phb_4_tce","p":48,"s":"TCE","h":1,"n":"Monk 4; Quickened Healing","uh":"monk_phb,state:feature=s3-0"},{"id":6887,"c":30,"u":"slow%20fall_monk_phb_4_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 4; Slow Fall","uh":"monk_phb,state:feature=s3-0"},{"id":6889,"c":30,"u":"extra%20attack_monk_phb_5_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 5; Extra Attack","uh":"monk_phb,state:feature=s4-0"},{"id":6891,"c":30,"u":"focused%20aim_monk_phb_5_tce","p":48,"s":"TCE","h":1,"n":"Monk 5; Focused Aim","uh":"monk_phb,state:feature=s4-0"},{"id":6893,"c":30,"u":"stunning%20strike_monk_phb_5_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 5; Stunning Strike","uh":"monk_phb,state:feature=s4-0"},{"id":6895,"c":30,"u":"ki-empowered%20strikes_monk_phb_6_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 6; Ki-Empowered Strikes","uh":"monk_phb,state:feature=s5-0"},{"id":6897,"c":30,"u":"monastic%20tradition%20feature_monk_phb_6_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 6; Monastic Tradition feature","uh":"monk_phb,state:feature=s5-0"},{"id":6899,"c":30,"u":"evasion_monk_phb_7_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 7; Evasion","uh":"monk_phb,state:feature=s6-0"},{"id":6901,"c":30,"u":"stillness%20of%20mind_monk_phb_7_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 7; Stillness of Mind","uh":"monk_phb,state:feature=s6-0"},{"id":6903,"c":30,"u":"ability%20score%20improvement_monk_phb_8_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 8; Ability Score Improvement","uh":"monk_phb,state:feature=s7-0"},{"id":6905,"c":30,"u":"unarmored%20movement%20improvement_monk_phb_9_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 9; Unarmored Movement improvement","uh":"monk_phb,state:feature=s8-0"},{"id":6907,"c":30,"u":"purity%20of%20body_monk_phb_10_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 10; Purity of Body","uh":"monk_phb,state:feature=s9-0"},{"id":6909,"c":30,"u":"monastic%20tradition%20feature_monk_phb_11_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 11; Monastic Tradition feature","uh":"monk_phb,state:feature=s10-0"},{"id":6911,"c":30,"u":"ability%20score%20improvement_monk_phb_12_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 12; Ability Score Improvement","uh":"monk_phb,state:feature=s11-0"},{"id":6913,"c":30,"u":"tongue%20of%20the%20sun%20and%20moon_monk_phb_13_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 13; Tongue of the Sun and Moon","uh":"monk_phb,state:feature=s12-0"},{"id":6915,"c":30,"u":"diamond%20soul_monk_phb_14_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 14; Diamond Soul","uh":"monk_phb,state:feature=s13-0"},{"id":6917,"c":30,"u":"timeless%20body_monk_phb_15_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 15; Timeless Body","uh":"monk_phb,state:feature=s14-0"},{"id":6919,"c":30,"u":"ability%20score%20improvement_monk_phb_16_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 16; Ability Score Improvement","uh":"monk_phb,state:feature=s15-0"},{"id":6921,"c":30,"u":"monastic%20tradition%20feature_monk_phb_17_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 17; Monastic Tradition feature","uh":"monk_phb,state:feature=s16-0"},{"id":6923,"c":30,"u":"empty%20body_monk_phb_18_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 18; Empty Body","uh":"monk_phb,state:feature=s17-0"},{"id":6925,"c":30,"u":"ability%20score%20improvement_monk_phb_19_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 19; Ability Score Improvement","uh":"monk_phb,state:feature=s18-0"},{"id":6927,"c":30,"u":"perfect%20self_monk_phb_20_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 20; Perfect Self","uh":"monk_phb,state:feature=s19-0"},{"id":6929,"c":30,"u":"bonus%20unarmed%20strike_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 1; Bonus Unarmed Strike","uh":"monk_xphb,state:feature=s0-0"},{"id":6931,"c":30,"u":"dexterous%20attacks_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 1; Dexterous Attacks","uh":"monk_xphb,state:feature=s0-0"},{"id":6933,"c":30,"u":"martial%20arts_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 1; Martial Arts","uh":"monk_xphb,state:feature=s0-0"},{"id":6935,"c":30,"u":"martial%20arts%20die_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 1; Martial Arts Die","uh":"monk_xphb,state:feature=s0-0"},{"id":6937,"c":30,"u":"unarmored%20defense_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 1; Unarmored Defense","uh":"monk_xphb,state:feature=s0-0"},{"id":6939,"c":30,"u":"flurry%20of%20blows_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 2; Flurry of Blows","uh":"monk_xphb,state:feature=s1-0"},{"id":6941,"c":30,"u":"monk's%20focus_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 2; Monk's Focus","uh":"monk_xphb,state:feature=s1-0"},{"id":6943,"c":30,"u":"patient%20defense_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 2; Patient Defense","uh":"monk_xphb,state:feature=s1-0"},{"id":6945,"c":30,"u":"step%20of%20the%20wind_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 2; Step of the Wind","uh":"monk_xphb,state:feature=s1-0"},{"id":6947,"c":30,"u":"unarmored%20movement_monk_xphb_2_xphb","p":102,"s":"XPHB","h":1,"n":"Monk 2; Unarmored Movement","uh":"monk_xphb,state:feature=s1-0"},{"id":6949,"c":30,"u":"uncanny%20metabolism_monk_xphb_2_xphb","p":102,"s":"XPHB","h":1,"n":"Monk 2; Uncanny Metabolism","uh":"monk_xphb,state:feature=s1-0"},{"id":6951,"c":30,"u":"deflect%20attacks_monk_xphb_3_xphb","p":102,"s":"XPHB","h":1,"n":"Monk 3; Deflect Attacks","uh":"monk_xphb,state:feature=s2-0"},{"id":6953,"c":30,"u":"monk%20subclass_monk_xphb_3_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 3; Monk Subclass","uh":"monk_xphb,state:feature=s2-0"},{"id":6955,"c":30,"u":"ability%20score%20improvement_monk_xphb_4_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 4; Ability Score Improvement","uh":"monk_xphb,state:feature=s3-0"},{"id":6957,"c":30,"u":"slow%20fall_monk_xphb_4_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 4; Slow Fall","uh":"monk_xphb,state:feature=s3-0"},{"id":6959,"c":30,"u":"extra%20attack_monk_xphb_5_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 5; Extra Attack","uh":"monk_xphb,state:feature=s4-0"},{"id":6961,"c":30,"u":"stunning%20strike_monk_xphb_5_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 5; Stunning Strike","uh":"monk_xphb,state:feature=s4-0"},{"id":6963,"c":30,"u":"empowered%20strikes_monk_xphb_6_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 6; Empowered Strikes","uh":"monk_xphb,state:feature=s5-0"},{"id":6965,"c":30,"u":"subclass%20feature_monk_xphb_6_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 6; Subclass Feature","uh":"monk_xphb,state:feature=s5-0"},{"id":6967,"c":30,"u":"evasion_monk_xphb_7_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 7; Evasion","uh":"monk_xphb,state:feature=s6-0"},{"id":6969,"c":30,"u":"ability%20score%20improvement_monk_xphb_8_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 8; Ability Score Improvement","uh":"monk_xphb,state:feature=s7-0"},{"id":6971,"c":30,"u":"acrobatic%20movement_monk_xphb_9_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 9; Acrobatic Movement","uh":"monk_xphb,state:feature=s8-0"},{"id":6973,"c":30,"u":"heightened%20focus_monk_xphb_10_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 10; Heightened Focus","uh":"monk_xphb,state:feature=s9-0"},{"id":6975,"c":30,"u":"self-restoration_monk_xphb_10_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 10; Self-Restoration","uh":"monk_xphb,state:feature=s9-0"},{"id":6977,"c":30,"u":"subclass%20feature_monk_xphb_11_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 11; Subclass Feature","uh":"monk_xphb,state:feature=s10-0"},{"id":6979,"c":30,"u":"ability%20score%20improvement_monk_xphb_12_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 12; Ability Score Improvement","uh":"monk_xphb,state:feature=s11-0"},{"id":6981,"c":30,"u":"deflect%20energy_monk_xphb_13_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 13; Deflect Energy","uh":"monk_xphb,state:feature=s12-0"},{"id":6983,"c":30,"u":"disciplined%20survivor_monk_xphb_14_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 14; Disciplined Survivor","uh":"monk_xphb,state:feature=s13-0"},{"id":6985,"c":30,"u":"perfect%20focus_monk_xphb_15_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 15; Perfect Focus","uh":"monk_xphb,state:feature=s14-0"},{"id":6987,"c":30,"u":"ability%20score%20improvement_monk_xphb_16_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 16; Ability Score Improvement","uh":"monk_xphb,state:feature=s15-0"},{"id":6989,"c":30,"u":"subclass%20feature_monk_xphb_17_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 17; Subclass Feature","uh":"monk_xphb,state:feature=s16-0"},{"id":6991,"c":30,"u":"superior%20defense_monk_xphb_18_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 18; Superior Defense","uh":"monk_xphb,state:feature=s17-0"},{"id":6993,"c":30,"u":"epic%20boon_monk_xphb_19_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 19; Epic Boon","uh":"monk_xphb,state:feature=s18-0"},{"id":6995,"c":30,"u":"body%20and%20mind_monk_xphb_20_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 20; Body and Mind","uh":"monk_xphb,state:feature=s19-0"},{"id":6997,"c":30,"u":"mystic%20order_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 1; Mystic Order","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":6999,"c":30,"u":"psionic%20disciplines%20and%20talents_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 1; Psionic Disciplines and Talents","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7001,"c":30,"u":"psionics_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 1; Psionics","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7003,"c":30,"u":"using%20a%20discipline_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 1; Using a Discipline","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7005,"c":30,"u":"mystical%20recovery_mystic_uathemysticclass_2_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 2; Mystical Recovery","uh":"mystic_uathemysticclass,state:feature=s1-0"},{"id":7007,"c":30,"u":"telepathy_mystic_uathemysticclass_2_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 2; Telepathy","uh":"mystic_uathemysticclass,state:feature=s1-0"},{"id":7009,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_3_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 3; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s2-0"},{"id":7011,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_4_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 4; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s3-0"},{"id":7013,"c":30,"u":"strength%20of%20mind_mystic_uathemysticclass_4_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 4; Strength of Mind","uh":"mystic_uathemysticclass,state:feature=s3-0"},{"id":7015,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_6_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 6; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s5-0"},{"id":7017,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_8_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 8; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s7-0"},{"id":7019,"c":30,"u":"potent%20psionics%20(1d8)_mystic_uathemysticclass_8_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 8; Potent Psionics (1d8)","uh":"mystic_uathemysticclass,state:feature=s7-0"},{"id":7021,"c":30,"u":"consumptive%20power_mystic_uathemysticclass_10_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 10; Consumptive Power","uh":"mystic_uathemysticclass,state:feature=s9-0"},{"id":7023,"c":30,"u":"psionic%20mastery%20(1%2fday)_mystic_uathemysticclass_11_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 11; Psionic Mastery (1/Day)","uh":"mystic_uathemysticclass,state:feature=s10-0"},{"id":7025,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_12_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 12; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s11-0"},{"id":7027,"c":30,"u":"psionic%20mastery%20(2%2fday)_mystic_uathemysticclass_13_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 13; Psionic Mastery (2/Day)","uh":"mystic_uathemysticclass,state:feature=s12-0"},{"id":7029,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_14_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 14; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s13-0"},{"id":7031,"c":30,"u":"potent%20psionics%20(2d8)_mystic_uathemysticclass_14_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 14; Potent Psionics (2d8)","uh":"mystic_uathemysticclass,state:feature=s13-0"},{"id":7033,"c":30,"u":"psionic%20mastery%20(3%2fday)_mystic_uathemysticclass_15_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 15; Psionic Mastery (3/Day)","uh":"mystic_uathemysticclass,state:feature=s14-0"},{"id":7035,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_16_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 16; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s15-0"},{"id":7037,"c":30,"u":"psionic%20mastery%20(4%2fday)_mystic_uathemysticclass_17_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 17; Psionic Mastery (4/Day)","uh":"mystic_uathemysticclass,state:feature=s16-0"},{"id":7039,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_19_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 19; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s18-0"},{"id":7041,"c":30,"u":"psionic%20body_mystic_uathemysticclass_20_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 20; Psionic Body","uh":"mystic_uathemysticclass,state:feature=s19-0"},{"id":7043,"c":30,"u":"divine%20sense_paladin_phb_1_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 1; Divine Sense","uh":"paladin_phb,state:feature=s0-0"},{"id":7045,"c":30,"u":"lay%20on%20hands_paladin_phb_1_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 1; Lay on Hands","uh":"paladin_phb,state:feature=s0-0"},{"id":7047,"c":30,"u":"divine%20smite_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 2; Divine Smite","uh":"paladin_phb,state:feature=s1-0"},{"id":7049,"c":30,"u":"fighting%20style_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 2; Fighting Style","uh":"paladin_phb,state:feature=s1-0"},{"id":7051,"c":30,"u":"spellcasting_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 2; Spellcasting","uh":"paladin_phb,state:feature=s1-0"},{"id":7053,"c":30,"u":"channel%20divinity_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 3; Channel Divinity","uh":"paladin_phb,state:feature=s2-0"},{"id":7055,"c":30,"u":"channel%20divinity%3a%20harness%20divine%20power_paladin_phb_3_tce","p":52,"s":"TCE","h":1,"n":"Paladin 3; Channel Divinity: Harness Divine Power","uh":"paladin_phb,state:feature=s2-0"},{"id":7057,"c":30,"u":"divine%20health_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 3; Divine Health","uh":"paladin_phb,state:feature=s2-0"},{"id":7059,"c":30,"u":"sacred%20oath_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 3; Sacred Oath","uh":"paladin_phb,state:feature=s2-0"},{"id":7061,"c":30,"u":"ability%20score%20improvement_paladin_phb_4_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 4; Ability Score Improvement","uh":"paladin_phb,state:feature=s3-0"},{"id":7063,"c":30,"u":"martial%20versatility_paladin_phb_4_tce","p":52,"s":"TCE","h":1,"n":"Paladin 4; Martial Versatility","uh":"paladin_phb,state:feature=s3-0"},{"id":7065,"c":30,"u":"extra%20attack_paladin_phb_5_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 5; Extra Attack","uh":"paladin_phb,state:feature=s4-0"},{"id":7067,"c":30,"u":"aura%20of%20protection_paladin_phb_6_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 6; Aura of Protection","uh":"paladin_phb,state:feature=s5-0"},{"id":7069,"c":30,"u":"sacred%20oath%20feature_paladin_phb_7_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 7; Sacred Oath feature","uh":"paladin_phb,state:feature=s6-0"},{"id":7071,"c":30,"u":"ability%20score%20improvement_paladin_phb_8_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 8; Ability Score Improvement","uh":"paladin_phb,state:feature=s7-0"},{"id":7073,"c":30,"u":"aura%20of%20courage_paladin_phb_10_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 10; Aura of Courage","uh":"paladin_phb,state:feature=s9-0"},{"id":7075,"c":30,"u":"improved%20divine%20smite_paladin_phb_11_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 11; Improved Divine Smite","uh":"paladin_phb,state:feature=s10-0"},{"id":7077,"c":30,"u":"ability%20score%20improvement_paladin_phb_12_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 12; Ability Score Improvement","uh":"paladin_phb,state:feature=s11-0"},{"id":7079,"c":30,"u":"cleansing%20touch_paladin_phb_14_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 14; Cleansing Touch","uh":"paladin_phb,state:feature=s13-0"},{"id":7081,"c":30,"u":"sacred%20oath%20feature_paladin_phb_15_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 15; Sacred Oath feature","uh":"paladin_phb,state:feature=s14-0"},{"id":7083,"c":30,"u":"ability%20score%20improvement_paladin_phb_16_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 16; Ability Score Improvement","uh":"paladin_phb,state:feature=s15-0"},{"id":7085,"c":30,"u":"aura%20improvements_paladin_phb_18_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 18; Aura improvements","uh":"paladin_phb,state:feature=s17-0"},{"id":7087,"c":30,"u":"ability%20score%20improvement_paladin_phb_19_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 19; Ability Score Improvement","uh":"paladin_phb,state:feature=s18-0"},{"id":7089,"c":30,"u":"sacred%20oath%20feature_paladin_phb_20_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 20; Sacred Oath feature","uh":"paladin_phb,state:feature=s19-0"},{"id":7091,"c":30,"u":"lay%20on%20hands_paladin_xphb_1_xphb","p":109,"s":"XPHB","h":1,"n":"Paladin 1; Lay on Hands","uh":"paladin_xphb,state:feature=s0-0"},{"id":7093,"c":30,"u":"spellcasting_paladin_xphb_1_xphb","p":109,"s":"XPHB","h":1,"n":"Paladin 1; Spellcasting","uh":"paladin_xphb,state:feature=s0-0"},{"id":7095,"c":30,"u":"weapon%20mastery_paladin_xphb_1_xphb","p":110,"s":"XPHB","h":1,"n":"Paladin 1; Weapon Mastery","uh":"paladin_xphb,state:feature=s0-0"},{"id":7097,"c":30,"u":"fighting%20style_paladin_xphb_2_xphb","p":110,"s":"XPHB","h":1,"n":"Paladin 2; Fighting Style","uh":"paladin_xphb,state:feature=s1-0"},{"id":7099,"c":30,"u":"paladin's%20smite_paladin_xphb_2_xphb","p":110,"s":"XPHB","h":1,"n":"Paladin 2; Paladin's Smite","uh":"paladin_xphb,state:feature=s1-0"},{"id":7101,"c":30,"u":"channel%20divinity_paladin_xphb_3_xphb","p":110,"s":"XPHB","h":1,"n":"Paladin 3; Channel Divinity","uh":"paladin_xphb,state:feature=s2-0"},{"id":7103,"c":30,"u":"divine%20sense_paladin_xphb_3_xphb","p":110,"s":"XPHB","h":1,"n":"Paladin 3; Divine Sense","uh":"paladin_xphb,state:feature=s2-0"},{"id":7105,"c":30,"u":"paladin%20subclass_paladin_xphb_3_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 3; Paladin Subclass","uh":"paladin_xphb,state:feature=s2-0"},{"id":7107,"c":30,"u":"ability%20score%20improvement_paladin_xphb_4_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 4; Ability Score Improvement","uh":"paladin_xphb,state:feature=s3-0"},{"id":7109,"c":30,"u":"extra%20attack_paladin_xphb_5_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 5; Extra Attack","uh":"paladin_xphb,state:feature=s4-0"},{"id":7111,"c":30,"u":"faithful%20steed_paladin_xphb_5_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 5; Faithful Steed","uh":"paladin_xphb,state:feature=s4-0"},{"id":7113,"c":30,"u":"aura%20of%20protection_paladin_xphb_6_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 6; Aura of Protection","uh":"paladin_xphb,state:feature=s5-0"},{"id":7115,"c":30,"u":"subclass%20feature_paladin_xphb_7_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 7; Subclass Feature","uh":"paladin_xphb,state:feature=s6-0"},{"id":7117,"c":30,"u":"ability%20score%20improvement_paladin_xphb_8_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 8; Ability Score Improvement","uh":"paladin_xphb,state:feature=s7-0"},{"id":7119,"c":30,"u":"abjure%20foes_paladin_xphb_9_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 9; Abjure Foes","uh":"paladin_xphb,state:feature=s8-0"},{"id":7121,"c":30,"u":"aura%20of%20courage_paladin_xphb_10_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 10; Aura of Courage","uh":"paladin_xphb,state:feature=s9-0"},{"id":7123,"c":30,"u":"radiant%20strikes_paladin_xphb_11_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 11; Radiant Strikes","uh":"paladin_xphb,state:feature=s10-0"},{"id":7125,"c":30,"u":"ability%20score%20improvement_paladin_xphb_12_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 12; Ability Score Improvement","uh":"paladin_xphb,state:feature=s11-0"},{"id":7127,"c":30,"u":"restoring%20touch_paladin_xphb_14_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 14; Restoring Touch","uh":"paladin_xphb,state:feature=s13-0"},{"id":7129,"c":30,"u":"subclass%20feature_paladin_xphb_15_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 15; Subclass Feature","uh":"paladin_xphb,state:feature=s14-0"},{"id":7131,"c":30,"u":"ability%20score%20improvement_paladin_xphb_16_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 16; Ability Score Improvement","uh":"paladin_xphb,state:feature=s15-0"},{"id":7133,"c":30,"u":"aura%20expansion_paladin_xphb_18_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 18; Aura Expansion","uh":"paladin_xphb,state:feature=s17-0"},{"id":7135,"c":30,"u":"epic%20boon_paladin_xphb_19_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 19; Epic Boon","uh":"paladin_xphb,state:feature=s18-0"},{"id":7137,"c":30,"u":"subclass%20feature_paladin_xphb_20_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 20; Subclass Feature","uh":"paladin_xphb,state:feature=s19-0"},{"id":7139,"c":30,"u":"deft%20explorer_ranger_phb_1_tce","p":56,"s":"TCE","h":1,"n":"Ranger 1; Deft Explorer","uh":"ranger_phb,state:feature=s0-0"},{"id":7141,"c":30,"u":"favored%20enemy_ranger_phb_1_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 1; Favored Enemy","uh":"ranger_phb,state:feature=s0-0"},{"id":7143,"c":30,"u":"favored%20foe_ranger_phb_1_tce","p":56,"s":"TCE","h":1,"n":"Ranger 1; Favored Foe","uh":"ranger_phb,state:feature=s0-0"},{"id":7145,"c":30,"u":"natural%20explorer_ranger_phb_1_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 1; Natural Explorer","uh":"ranger_phb,state:feature=s0-0"},{"id":7147,"c":30,"u":"fighting%20style_ranger_phb_2_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 2; Fighting Style","uh":"ranger_phb,state:feature=s1-0"},{"id":7149,"c":30,"u":"spellcasting_ranger_phb_2_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 2; Spellcasting","uh":"ranger_phb,state:feature=s1-0"},{"id":7151,"c":30,"u":"spellcasting%20focus_ranger_phb_2_tce","p":56,"s":"TCE","h":1,"n":"Ranger 2; Spellcasting Focus","uh":"ranger_phb,state:feature=s1-0"},{"id":7153,"c":30,"u":"primal%20awareness_ranger_phb_3_tce","p":56,"s":"TCE","h":1,"n":"Ranger 3; Primal Awareness","uh":"ranger_phb,state:feature=s2-0"},{"id":7155,"c":30,"u":"primeval%20awareness_ranger_phb_3_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 3; Primeval Awareness","uh":"ranger_phb,state:feature=s2-0"},{"id":7157,"c":30,"u":"ranger%20archetype_ranger_phb_3_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 3; Ranger Archetype","uh":"ranger_phb,state:feature=s2-0"},{"id":7159,"c":30,"u":"ability%20score%20improvement_ranger_phb_4_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 4; Ability Score Improvement","uh":"ranger_phb,state:feature=s3-0"},{"id":7161,"c":30,"u":"martial%20versatility_ranger_phb_4_tce","p":56,"s":"TCE","h":1,"n":"Ranger 4; Martial Versatility","uh":"ranger_phb,state:feature=s3-0"},{"id":7163,"c":30,"u":"extra%20attack_ranger_phb_5_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 5; Extra Attack","uh":"ranger_phb,state:feature=s4-0"},{"id":7165,"c":30,"u":"deft%20explorer%20improvement_ranger_phb_6_tce","p":56,"s":"TCE","h":1,"n":"Ranger 6; Deft Explorer Improvement","uh":"ranger_phb,state:feature=s5-0"},{"id":7167,"c":30,"u":"favored%20enemy%20and%20natural%20explorer%20improvements_ranger_phb_6_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 6; Favored Enemy and Natural Explorer improvements","uh":"ranger_phb,state:feature=s5-0"},{"id":7169,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_7_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 7; Ranger Archetype feature","uh":"ranger_phb,state:feature=s6-0"},{"id":7171,"c":30,"u":"ability%20score%20improvement_ranger_phb_8_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 8; Ability Score Improvement","uh":"ranger_phb,state:feature=s7-0"},{"id":7173,"c":30,"u":"land's%20stride_ranger_phb_8_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 8; Land's Stride","uh":"ranger_phb,state:feature=s7-0"},{"id":7175,"c":30,"u":"deft%20explorer%20improvement_ranger_phb_10_tce","p":56,"s":"TCE","h":1,"n":"Ranger 10; Deft Explorer Improvement","uh":"ranger_phb,state:feature=s9-0"},{"id":7177,"c":30,"u":"hide%20in%20plain%20sight_ranger_phb_10_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 10; Hide in Plain Sight","uh":"ranger_phb,state:feature=s9-0"},{"id":7179,"c":30,"u":"natural%20explorer%20improvement_ranger_phb_10_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 10; Natural Explorer improvement","uh":"ranger_phb,state:feature=s9-0"},{"id":7181,"c":30,"u":"nature's%20veil_ranger_phb_10_tce","p":56,"s":"TCE","h":1,"n":"Ranger 10; Nature's Veil","uh":"ranger_phb,state:feature=s9-0"},{"id":7183,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_11_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 11; Ranger Archetype feature","uh":"ranger_phb,state:feature=s10-0"},{"id":7185,"c":30,"u":"ability%20score%20improvement_ranger_phb_12_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 12; Ability Score Improvement","uh":"ranger_phb,state:feature=s11-0"},{"id":7187,"c":30,"u":"favored%20enemy%20improvement_ranger_phb_14_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 14; Favored Enemy improvement","uh":"ranger_phb,state:feature=s13-0"},{"id":7189,"c":30,"u":"vanish_ranger_phb_14_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 14; Vanish","uh":"ranger_phb,state:feature=s13-0"},{"id":7191,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_15_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 15; Ranger Archetype feature","uh":"ranger_phb,state:feature=s14-0"},{"id":7193,"c":30,"u":"ability%20score%20improvement_ranger_phb_16_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 16; Ability Score Improvement","uh":"ranger_phb,state:feature=s15-0"},{"id":7195,"c":30,"u":"feral%20senses_ranger_phb_18_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 18; Feral Senses","uh":"ranger_phb,state:feature=s17-0"},{"id":7197,"c":30,"u":"ability%20score%20improvement_ranger_phb_19_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 19; Ability Score Improvement","uh":"ranger_phb,state:feature=s18-0"},{"id":7199,"c":30,"u":"foe%20slayer_ranger_phb_20_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 20; Foe Slayer","uh":"ranger_phb,state:feature=s19-0"},{"id":7201,"c":30,"u":"favored%20enemy_ranger_xphb_1_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 1; Favored Enemy","uh":"ranger_xphb,state:feature=s0-0"},{"id":7203,"c":30,"u":"spellcasting_ranger_xphb_1_xphb","p":119,"s":"XPHB","h":1,"n":"Ranger 1; Spellcasting","uh":"ranger_xphb,state:feature=s0-0"},{"id":7205,"c":30,"u":"weapon%20mastery_ranger_xphb_1_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 1; Weapon Mastery","uh":"ranger_xphb,state:feature=s0-0"},{"id":7207,"c":30,"u":"deft%20explorer_ranger_xphb_2_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 2; Deft Explorer","uh":"ranger_xphb,state:feature=s1-0"},{"id":7209,"c":30,"u":"fighting%20style_ranger_xphb_2_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 2; Fighting Style","uh":"ranger_xphb,state:feature=s1-0"},{"id":7211,"c":30,"u":"ranger%20subclass_ranger_xphb_3_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 3; Ranger Subclass","uh":"ranger_xphb,state:feature=s2-0"},{"id":7213,"c":30,"u":"ability%20score%20improvement_ranger_xphb_4_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 4; Ability Score Improvement","uh":"ranger_xphb,state:feature=s3-0"},{"id":7215,"c":30,"u":"extra%20attack_ranger_xphb_5_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 5; Extra Attack","uh":"ranger_xphb,state:feature=s4-0"},{"id":7217,"c":30,"u":"roving_ranger_xphb_6_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 6; Roving","uh":"ranger_xphb,state:feature=s5-0"},{"id":7219,"c":30,"u":"subclass%20feature_ranger_xphb_7_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 7; Subclass Feature","uh":"ranger_xphb,state:feature=s6-0"},{"id":7221,"c":30,"u":"ability%20score%20improvement_ranger_xphb_8_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 8; Ability Score Improvement","uh":"ranger_xphb,state:feature=s7-0"},{"id":7223,"c":30,"u":"expertise_ranger_xphb_9_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 9; Expertise","uh":"ranger_xphb,state:feature=s8-0"},{"id":7225,"c":30,"u":"tireless_ranger_xphb_10_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 10; Tireless","uh":"ranger_xphb,state:feature=s9-0"},{"id":7227,"c":30,"u":"subclass%20feature_ranger_xphb_11_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 11; Subclass Feature","uh":"ranger_xphb,state:feature=s10-0"},{"id":7229,"c":30,"u":"ability%20score%20improvement_ranger_xphb_12_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 12; Ability Score Improvement","uh":"ranger_xphb,state:feature=s11-0"},{"id":7231,"c":30,"u":"relentless%20hunter_ranger_xphb_13_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 13; Relentless Hunter","uh":"ranger_xphb,state:feature=s12-0"},{"id":7233,"c":30,"u":"nature's%20veil_ranger_xphb_14_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 14; Nature's Veil","uh":"ranger_xphb,state:feature=s13-0"},{"id":7235,"c":30,"u":"subclass%20feature_ranger_xphb_15_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 15; Subclass Feature","uh":"ranger_xphb,state:feature=s14-0"},{"id":7237,"c":30,"u":"ability%20score%20improvement_ranger_xphb_16_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 16; Ability Score Improvement","uh":"ranger_xphb,state:feature=s15-0"},{"id":7239,"c":30,"u":"precise%20hunter_ranger_xphb_17_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 17; Precise Hunter","uh":"ranger_xphb,state:feature=s16-0"},{"id":7241,"c":30,"u":"feral%20senses_ranger_xphb_18_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 18; Feral Senses","uh":"ranger_xphb,state:feature=s17-0"},{"id":7243,"c":30,"u":"epic%20boon_ranger_xphb_19_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 19; Epic Boon","uh":"ranger_xphb,state:feature=s18-0"},{"id":7245,"c":30,"u":"foe%20slayer_ranger_xphb_20_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 20; Foe Slayer","uh":"ranger_xphb,state:feature=s19-0"},{"id":7247,"c":30,"u":"expertise_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 1; Expertise","uh":"rogue_phb,state:feature=s0-0"},{"id":7249,"c":30,"u":"sneak%20attack_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 1; Sneak Attack","uh":"rogue_phb,state:feature=s0-0"},{"id":7251,"c":30,"u":"thieves'%20cant_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 1; Thieves' Cant","uh":"rogue_phb,state:feature=s0-0"},{"id":7253,"c":30,"u":"cunning%20action_rogue_phb_2_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 2; Cunning Action","uh":"rogue_phb,state:feature=s1-0"},{"id":7255,"c":30,"u":"roguish%20archetype_rogue_phb_3_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 3; Roguish Archetype","uh":"rogue_phb,state:feature=s2-0"},{"id":7257,"c":30,"u":"steady%20aim_rogue_phb_3_tce","p":62,"s":"TCE","h":1,"n":"Rogue 3; Steady Aim","uh":"rogue_phb,state:feature=s2-0"},{"id":7259,"c":30,"u":"ability%20score%20improvement_rogue_phb_4_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 4; Ability Score Improvement","uh":"rogue_phb,state:feature=s3-0"},{"id":7261,"c":30,"u":"uncanny%20dodge_rogue_phb_5_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 5; Uncanny Dodge","uh":"rogue_phb,state:feature=s4-0"},{"id":7263,"c":30,"u":"expertise_rogue_phb_6_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 6; Expertise","uh":"rogue_phb,state:feature=s5-0"},{"id":7265,"c":30,"u":"evasion_rogue_phb_7_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 7; Evasion","uh":"rogue_phb,state:feature=s6-0"},{"id":7267,"c":30,"u":"ability%20score%20improvement_rogue_phb_8_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 8; Ability Score Improvement","uh":"rogue_phb,state:feature=s7-0"},{"id":7269,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_9_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 9; Roguish Archetype feature","uh":"rogue_phb,state:feature=s8-0"},{"id":7271,"c":30,"u":"ability%20score%20improvement_rogue_phb_10_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 10; Ability Score Improvement","uh":"rogue_phb,state:feature=s9-0"},{"id":7273,"c":30,"u":"reliable%20talent_rogue_phb_11_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 11; Reliable Talent","uh":"rogue_phb,state:feature=s10-0"},{"id":7275,"c":30,"u":"ability%20score%20improvement_rogue_phb_12_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 12; Ability Score Improvement","uh":"rogue_phb,state:feature=s11-0"},{"id":7277,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_13_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 13; Roguish Archetype feature","uh":"rogue_phb,state:feature=s12-0"},{"id":7279,"c":30,"u":"blindsense_rogue_phb_14_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 14; Blindsense","uh":"rogue_phb,state:feature=s13-0"},{"id":7281,"c":30,"u":"slippery%20mind_rogue_phb_15_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 15; Slippery Mind","uh":"rogue_phb,state:feature=s14-0"},{"id":7283,"c":30,"u":"ability%20score%20improvement_rogue_phb_16_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 16; Ability Score Improvement","uh":"rogue_phb,state:feature=s15-0"},{"id":7285,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_17_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 17; Roguish Archetype feature","uh":"rogue_phb,state:feature=s16-0"},{"id":7287,"c":30,"u":"elusive_rogue_phb_18_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 18; Elusive","uh":"rogue_phb,state:feature=s17-0"},{"id":7289,"c":30,"u":"ability%20score%20improvement_rogue_phb_19_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 19; Ability Score Improvement","uh":"rogue_phb,state:feature=s18-0"},{"id":7291,"c":30,"u":"stroke%20of%20luck_rogue_phb_20_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 20; Stroke of Luck","uh":"rogue_phb,state:feature=s19-0"},{"id":7293,"c":30,"u":"expertise_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"n":"Rogue 1; Expertise","uh":"rogue_xphb,state:feature=s0-0"},{"id":7295,"c":30,"u":"sneak%20attack_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"n":"Rogue 1; Sneak Attack","uh":"rogue_xphb,state:feature=s0-0"},{"id":7297,"c":30,"u":"thieves'%20cant_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"n":"Rogue 1; Thieves' Cant","uh":"rogue_xphb,state:feature=s0-0"},{"id":7299,"c":30,"u":"weapon%20mastery_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"n":"Rogue 1; Weapon Mastery","uh":"rogue_xphb,state:feature=s0-0"},{"id":7301,"c":30,"u":"cunning%20action_rogue_xphb_2_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 2; Cunning Action","uh":"rogue_xphb,state:feature=s1-0"},{"id":7303,"c":30,"u":"rogue%20subclass_rogue_xphb_3_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 3; Rogue Subclass","uh":"rogue_xphb,state:feature=s2-0"},{"id":7305,"c":30,"u":"steady%20aim_rogue_xphb_3_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 3; Steady Aim","uh":"rogue_xphb,state:feature=s2-0"},{"id":7307,"c":30,"u":"ability%20score%20improvement_rogue_xphb_4_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 4; Ability Score Improvement","uh":"rogue_xphb,state:feature=s3-0"},{"id":7309,"c":30,"u":"cunning%20strike_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 5; Cunning Strike","uh":"rogue_xphb,state:feature=s4-0"},{"id":7311,"c":30,"u":"poison%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 5; Poison (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7313,"c":30,"u":"trip%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 5; Trip (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7315,"c":30,"u":"uncanny%20dodge_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 5; Uncanny Dodge","uh":"rogue_xphb,state:feature=s4-0"},{"id":7317,"c":30,"u":"withdraw%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 5; Withdraw (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7319,"c":30,"u":"expertise_rogue_xphb_6_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 6; Expertise","uh":"rogue_xphb,state:feature=s5-0"},{"id":7321,"c":30,"u":"evasion_rogue_xphb_7_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 7; Evasion","uh":"rogue_xphb,state:feature=s6-0"},{"id":7323,"c":30,"u":"reliable%20talent_rogue_xphb_7_xphb","p":130,"s":"XPHB","h":1,"n":"Rogue 7; Reliable Talent","uh":"rogue_xphb,state:feature=s6-0"},{"id":7325,"c":30,"u":"ability%20score%20improvement_rogue_xphb_8_xphb","p":130,"s":"XPHB","h":1,"n":"Rogue 8; Ability Score Improvement","uh":"rogue_xphb,state:feature=s7-0"},{"id":7327,"c":30,"u":"subclass%20feature_rogue_xphb_9_xphb","p":130,"s":"XPHB","h":1,"n":"Rogue 9; Subclass Feature","uh":"rogue_xphb,state:feature=s8-0"},{"id":7329,"c":30,"u":"ability%20score%20improvement_rogue_xphb_10_xphb","p":130,"s":"XPHB","h":1,"n":"Rogue 10; Ability Score Improvement","uh":"rogue_xphb,state:feature=s9-0"},{"id":7331,"c":30,"u":"improved%20cunning%20strike_rogue_xphb_11_xphb","p":130,"s":"XPHB","h":1,"n":"Rogue 11; Improved Cunning Strike","uh":"rogue_xphb,state:feature=s10-0"},{"id":7333,"c":30,"u":"ability%20score%20improvement_rogue_xphb_12_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 12; Ability Score Improvement","uh":"rogue_xphb,state:feature=s11-0"},{"id":7335,"c":30,"u":"subclass%20feature_rogue_xphb_13_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 13; Subclass Feature","uh":"rogue_xphb,state:feature=s12-0"},{"id":7337,"c":30,"u":"daze%20(cost%3a%202d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 14; Daze (Cost: 2d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7339,"c":30,"u":"devious%20strikes_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 14; Devious Strikes","uh":"rogue_xphb,state:feature=s13-0"},{"id":7341,"c":30,"u":"knock%20out%20(cost%3a%206d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 14; Knock Out (Cost: 6d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7343,"c":30,"u":"obscure%20(cost%3a%203d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 14; Obscure (Cost: 3d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7345,"c":30,"u":"slippery%20mind_rogue_xphb_15_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 15; Slippery Mind","uh":"rogue_xphb,state:feature=s14-0"},{"id":7347,"c":30,"u":"ability%20score%20improvement_rogue_xphb_16_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 16; Ability Score Improvement","uh":"rogue_xphb,state:feature=s15-0"},{"id":7349,"c":30,"u":"subclass%20feature_rogue_xphb_17_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 17; Subclass Feature","uh":"rogue_xphb,state:feature=s16-0"},{"id":7351,"c":30,"u":"elusive_rogue_xphb_18_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 18; Elusive","uh":"rogue_xphb,state:feature=s17-0"},{"id":7353,"c":30,"u":"epic%20boon_rogue_xphb_19_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 19; Epic Boon","uh":"rogue_xphb,state:feature=s18-0"},{"id":7355,"c":30,"u":"stroke%20of%20luck_rogue_xphb_20_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 20; Stroke of Luck","uh":"rogue_xphb,state:feature=s19-0"},{"id":7357,"c":30,"u":"bonus%20proficiencies_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 1; Bonus Proficiencies","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7359,"c":30,"u":"helpful_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 1; Helpful","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7361,"c":30,"u":"sidekick%20class_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 1; Sidekick Class","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7363,"c":30,"u":"cunning%20action_expert%20sidekick_tce_2_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 2; Cunning Action","uh":"expert%20sidekick_tce,state:feature=s1-0"},{"id":7365,"c":30,"u":"expertise_expert%20sidekick_tce_3_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 3; Expertise","uh":"expert%20sidekick_tce,state:feature=s2-0"},{"id":7367,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_4_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 4; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s3-0"},{"id":7369,"c":30,"u":"coordinated%20strike_expert%20sidekick_tce_6_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 6; Coordinated Strike","uh":"expert%20sidekick_tce,state:feature=s5-0"},{"id":7371,"c":30,"u":"evasion_expert%20sidekick_tce_7_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 7; Evasion","uh":"expert%20sidekick_tce,state:feature=s6-0"},{"id":7373,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_8_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 8; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s7-0"},{"id":7375,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_10_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 10; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s9-0"},{"id":7377,"c":30,"u":"inspiring%20help_expert%20sidekick_tce_11_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 11; Inspiring Help","uh":"expert%20sidekick_tce,state:feature=s10-0"},{"id":7379,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_12_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 12; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s11-0"},{"id":7381,"c":30,"u":"reliable%20talent_expert%20sidekick_tce_14_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 14; Reliable Talent","uh":"expert%20sidekick_tce,state:feature=s13-0"},{"id":7383,"c":30,"u":"expertise_expert%20sidekick_tce_15_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 15; Expertise","uh":"expert%20sidekick_tce,state:feature=s14-0"},{"id":7385,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_16_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 16; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s15-0"},{"id":7387,"c":30,"u":"sharp%20mind_expert%20sidekick_tce_18_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 18; Sharp Mind","uh":"expert%20sidekick_tce,state:feature=s17-0"},{"id":7389,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_19_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 19; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s18-0"},{"id":7391,"c":30,"u":"inspiring%20help%20improvement_expert%20sidekick_tce_20_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 20; Inspiring Help Improvement","uh":"expert%20sidekick_tce,state:feature=s19-0"},{"id":7393,"c":30,"u":"bonus%20proficiencies_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 1; Bonus Proficiencies","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7395,"c":30,"u":"sidekick%20class_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 1; Sidekick Class","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7397,"c":30,"u":"spellcasting_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 1; Spellcasting","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7399,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_4_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 4; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s3-0"},{"id":7401,"c":30,"u":"potent%20cantrips_spellcaster%20sidekick_tce_6_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 6; Potent Cantrips","uh":"spellcaster%20sidekick_tce,state:feature=s5-0"},{"id":7403,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_8_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 8; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s7-0"},{"id":7405,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_12_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 12; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s11-0"},{"id":7407,"c":30,"u":"empowered%20spells_spellcaster%20sidekick_tce_14_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 14; Empowered Spells","uh":"spellcaster%20sidekick_tce,state:feature=s13-0"},{"id":7409,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_16_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 16; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s15-0"},{"id":7411,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_18_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 18; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s17-0"},{"id":7413,"c":30,"u":"focused%20casting_spellcaster%20sidekick_tce_20_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 20; Focused Casting","uh":"spellcaster%20sidekick_tce,state:feature=s19-0"},{"id":7415,"c":30,"u":"bonus%20proficiencies_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 1; Bonus Proficiencies","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7417,"c":30,"u":"martial%20role_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 1; Martial Role","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7419,"c":30,"u":"sidekick%20class_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 1; Sidekick Class","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7421,"c":30,"u":"second%20wind_warrior%20sidekick_tce_2_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 2; Second Wind","uh":"warrior%20sidekick_tce,state:feature=s1-0"},{"id":7423,"c":30,"u":"improved%20critical_warrior%20sidekick_tce_3_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 3; Improved Critical","uh":"warrior%20sidekick_tce,state:feature=s2-0"},{"id":7425,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_4_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 4; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s3-0"},{"id":7427,"c":30,"u":"extra%20attack_warrior%20sidekick_tce_6_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 6; Extra Attack","uh":"warrior%20sidekick_tce,state:feature=s5-0"},{"id":7429,"c":30,"u":"battle%20readiness_warrior%20sidekick_tce_7_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 7; Battle Readiness","uh":"warrior%20sidekick_tce,state:feature=s6-0"},{"id":7431,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_8_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 8; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s7-0"},{"id":7433,"c":30,"u":"improved%20defense_warrior%20sidekick_tce_10_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 10; Improved Defense","uh":"warrior%20sidekick_tce,state:feature=s9-0"},{"id":7435,"c":30,"u":"indomitable_warrior%20sidekick_tce_11_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 11; Indomitable","uh":"warrior%20sidekick_tce,state:feature=s10-0"},{"id":7437,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_12_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 12; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s11-0"},{"id":7439,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_14_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 14; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s13-0"},{"id":7441,"c":30,"u":"extra%20attack%20improvement_warrior%20sidekick_tce_15_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 15; Extra Attack Improvement","uh":"warrior%20sidekick_tce,state:feature=s14-0"},{"id":7443,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_16_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 16; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s15-0"},{"id":7445,"c":30,"u":"indomitable%20improvement_warrior%20sidekick_tce_18_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 18; Indomitable Improvement","uh":"warrior%20sidekick_tce,state:feature=s17-0"},{"id":7447,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_19_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 19; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s18-0"},{"id":7449,"c":30,"u":"second%20wind%20improvement_warrior%20sidekick_tce_20_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 20; Second Wind Improvement","uh":"warrior%20sidekick_tce,state:feature=s19-0"},{"id":7451,"c":30,"u":"sorcerous%20origin_sorcerer_phb_1_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 1; Sorcerous Origin","uh":"sorcerer_phb,state:feature=s0-0"},{"id":7453,"c":30,"u":"spellcasting_sorcerer_phb_1_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 1; Spellcasting","uh":"sorcerer_phb,state:feature=s0-0"},{"id":7455,"c":30,"u":"flexible%20casting_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 2; Flexible Casting","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7457,"c":30,"u":"font%20of%20magic_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 2; Font of Magic","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7459,"c":30,"u":"sorcery%20points_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 2; Sorcery Points","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7461,"c":30,"u":"metamagic_sorcerer_phb_3_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 3; Metamagic","uh":"sorcerer_phb,state:feature=s2-0"},{"id":7463,"c":30,"u":"metamagic%20options_sorcerer_phb_3_tce","p":65,"s":"TCE","h":1,"n":"Sorcerer 3; Metamagic Options","uh":"sorcerer_phb,state:feature=s2-0"},{"id":7465,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_4_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 4; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s3-0"},{"id":7467,"c":30,"u":"sorcerous%20versatility_sorcerer_phb_4_tce","p":65,"s":"TCE","h":1,"n":"Sorcerer 4; Sorcerous Versatility","uh":"sorcerer_phb,state:feature=s3-0"},{"id":7469,"c":30,"u":"magical%20guidance_sorcerer_phb_5_tce","p":65,"s":"TCE","h":1,"n":"Sorcerer 5; Magical Guidance","uh":"sorcerer_phb,state:feature=s4-0"},{"id":7471,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_6_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 6; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s5-0"},{"id":7473,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_8_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 8; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s7-0"},{"id":7475,"c":30,"u":"metamagic_sorcerer_phb_10_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 10; Metamagic","uh":"sorcerer_phb,state:feature=s9-0"},{"id":7477,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_12_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 12; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s11-0"},{"id":7479,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_14_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 14; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s13-0"},{"id":7481,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_16_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 16; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s15-0"},{"id":7483,"c":30,"u":"metamagic_sorcerer_phb_17_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 17; Metamagic","uh":"sorcerer_phb,state:feature=s16-0"},{"id":7485,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_18_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 18; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s17-0"},{"id":7487,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_19_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 19; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s18-0"},{"id":7489,"c":30,"u":"sorcerous%20restoration_sorcerer_phb_20_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 20; Sorcerous Restoration","uh":"sorcerer_phb,state:feature=s19-0"},{"id":7491,"c":30,"u":"innate%20sorcery_sorcerer_xphb_1_xphb","p":140,"s":"XPHB","h":1,"n":"Sorcerer 1; Innate Sorcery","uh":"sorcerer_xphb,state:feature=s0-0"},{"id":7493,"c":30,"u":"spellcasting_sorcerer_xphb_1_xphb","p":139,"s":"XPHB","h":1,"n":"Sorcerer 1; Spellcasting","uh":"sorcerer_xphb,state:feature=s0-0"},{"id":7495,"c":30,"u":"font%20of%20magic_sorcerer_xphb_2_xphb","p":140,"s":"XPHB","h":1,"n":"Sorcerer 2; Font of Magic","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7497,"c":30,"u":"metamagic_sorcerer_xphb_2_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 2; Metamagic","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7499,"c":30,"u":"metamagic%20options_sorcerer_xphb_2_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 2; Metamagic Options","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7501,"c":30,"u":"sorcerer%20subclass_sorcerer_xphb_3_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 3; Sorcerer Subclass","uh":"sorcerer_xphb,state:feature=s2-0"},{"id":7503,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_4_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 4; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s3-0"},{"id":7505,"c":30,"u":"sorcerous%20restoration_sorcerer_xphb_5_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 5; Sorcerous Restoration","uh":"sorcerer_xphb,state:feature=s4-0"},{"id":7507,"c":30,"u":"subclass%20feature_sorcerer_xphb_6_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 6; Subclass Feature","uh":"sorcerer_xphb,state:feature=s5-0"},{"id":7509,"c":30,"u":"sorcery%20incarnate_sorcerer_xphb_7_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 7; Sorcery Incarnate","uh":"sorcerer_xphb,state:feature=s6-0"},{"id":7511,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_8_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 8; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s7-0"},{"id":7513,"c":30,"u":"metamagic_sorcerer_xphb_10_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 10; Metamagic","uh":"sorcerer_xphb,state:feature=s9-0"},{"id":7515,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_12_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 12; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s11-0"},{"id":7517,"c":30,"u":"subclass%20feature_sorcerer_xphb_14_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 14; Subclass Feature","uh":"sorcerer_xphb,state:feature=s13-0"},{"id":7519,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_16_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 16; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s15-0"},{"id":7521,"c":30,"u":"metamagic_sorcerer_xphb_17_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 17; Metamagic","uh":"sorcerer_xphb,state:feature=s16-0"},{"id":7523,"c":30,"u":"subclass%20feature_sorcerer_xphb_18_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 18; Subclass Feature","uh":"sorcerer_xphb,state:feature=s17-0"},{"id":7525,"c":30,"u":"epic%20boon_sorcerer_xphb_19_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 19; Epic Boon","uh":"sorcerer_xphb,state:feature=s18-0"},{"id":7527,"c":30,"u":"arcane%20apotheosis_sorcerer_xphb_20_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 20; Arcane Apotheosis","uh":"sorcerer_xphb,state:feature=s19-0"},{"id":7529,"c":30,"u":"otherworldly%20patron_warlock_phb_1_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 1; Otherworldly Patron","uh":"warlock_phb,state:feature=s0-0"},{"id":7531,"c":30,"u":"pact%20magic_warlock_phb_1_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 1; Pact Magic","uh":"warlock_phb,state:feature=s0-0"},{"id":7533,"c":30,"u":"eldritch%20invocations_warlock_phb_2_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 2; Eldritch Invocations","uh":"warlock_phb,state:feature=s1-0"},{"id":7535,"c":30,"u":"pact%20boon_warlock_phb_3_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 3; Pact Boon","uh":"warlock_phb,state:feature=s2-0"},{"id":7537,"c":30,"u":"ability%20score%20improvement_warlock_phb_4_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 4; Ability Score Improvement","uh":"warlock_phb,state:feature=s3-0"},{"id":7539,"c":30,"u":"eldritch%20versatility_warlock_phb_4_tce","p":70,"s":"TCE","h":1,"n":"Warlock 4; Eldritch Versatility","uh":"warlock_phb,state:feature=s3-0"},{"id":7541,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_6_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 6; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s5-0"},{"id":7543,"c":30,"u":"ability%20score%20improvement_warlock_phb_8_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 8; Ability Score Improvement","uh":"warlock_phb,state:feature=s7-0"},{"id":7545,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_10_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 10; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s9-0"},{"id":7547,"c":30,"u":"mystic%20arcanum%20(6th%20level)_warlock_phb_11_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 11; Mystic Arcanum (6th level)","uh":"warlock_phb,state:feature=s10-0"},{"id":7549,"c":30,"u":"ability%20score%20improvement_warlock_phb_12_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 12; Ability Score Improvement","uh":"warlock_phb,state:feature=s11-0"},{"id":7551,"c":30,"u":"mystic%20arcanum%20(7th%20level)_warlock_phb_13_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 13; Mystic Arcanum (7th level)","uh":"warlock_phb,state:feature=s12-0"},{"id":7553,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_14_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 14; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s13-0"},{"id":7555,"c":30,"u":"mystic%20arcanum%20(8th%20level)_warlock_phb_15_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 15; Mystic Arcanum (8th level)","uh":"warlock_phb,state:feature=s14-0"},{"id":7557,"c":30,"u":"ability%20score%20improvement_warlock_phb_16_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 16; Ability Score Improvement","uh":"warlock_phb,state:feature=s15-0"},{"id":7559,"c":30,"u":"mystic%20arcanum%20(9th%20level)_warlock_phb_17_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 17; Mystic Arcanum (9th level)","uh":"warlock_phb,state:feature=s16-0"},{"id":7561,"c":30,"u":"ability%20score%20improvement_warlock_phb_19_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 19; Ability Score Improvement","uh":"warlock_phb,state:feature=s18-0"},{"id":7563,"c":30,"u":"eldritch%20master_warlock_phb_20_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 20; Eldritch Master","uh":"warlock_phb,state:feature=s19-0"},{"id":7565,"c":30,"u":"eldritch%20invocation%20options_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"n":"Warlock 1; Eldritch Invocation Options","uh":"warlock_xphb,state:feature=s0-0"},{"id":7567,"c":30,"u":"eldritch%20invocations_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"n":"Warlock 1; Eldritch Invocations","uh":"warlock_xphb,state:feature=s0-0"},{"id":7569,"c":30,"u":"pact%20magic_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"n":"Warlock 1; Pact Magic","uh":"warlock_xphb,state:feature=s0-0"},{"id":7571,"c":30,"u":"magical%20cunning_warlock_xphb_2_xphb","p":154,"s":"XPHB","h":1,"n":"Warlock 2; Magical Cunning","uh":"warlock_xphb,state:feature=s1-0"},{"id":7573,"c":30,"u":"warlock%20subclass_warlock_xphb_3_xphb","p":154,"s":"XPHB","h":1,"n":"Warlock 3; Warlock Subclass","uh":"warlock_xphb,state:feature=s2-0"},{"id":7575,"c":30,"u":"ability%20score%20improvement_warlock_xphb_4_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 4; Ability Score Improvement","uh":"warlock_xphb,state:feature=s3-0"},{"id":7577,"c":30,"u":"subclass%20feature_warlock_xphb_6_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 6; Subclass Feature","uh":"warlock_xphb,state:feature=s5-0"},{"id":7579,"c":30,"u":"ability%20score%20improvement_warlock_xphb_8_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 8; Ability Score Improvement","uh":"warlock_xphb,state:feature=s7-0"},{"id":7581,"c":30,"u":"contact%20patron_warlock_xphb_9_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 9; Contact Patron","uh":"warlock_xphb,state:feature=s8-0"},{"id":7583,"c":30,"u":"subclass%20feature_warlock_xphb_10_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 10; Subclass Feature","uh":"warlock_xphb,state:feature=s9-0"},{"id":7585,"c":30,"u":"mystic%20arcanum_warlock_xphb_11_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 11; Mystic Arcanum","uh":"warlock_xphb,state:feature=s10-0"},{"id":7587,"c":30,"u":"ability%20score%20improvement_warlock_xphb_12_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 12; Ability Score Improvement","uh":"warlock_xphb,state:feature=s11-0"},{"id":7589,"c":30,"u":"mystic%20arcanum_warlock_xphb_13_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 13; Mystic Arcanum","uh":"warlock_xphb,state:feature=s12-0"},{"id":7591,"c":30,"u":"subclass%20feature_warlock_xphb_14_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 14; Subclass Feature","uh":"warlock_xphb,state:feature=s13-0"},{"id":7593,"c":30,"u":"mystic%20arcanum_warlock_xphb_15_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 15; Mystic Arcanum","uh":"warlock_xphb,state:feature=s14-0"},{"id":7595,"c":30,"u":"ability%20score%20improvement_warlock_xphb_16_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 16; Ability Score Improvement","uh":"warlock_xphb,state:feature=s15-0"},{"id":7597,"c":30,"u":"mystic%20arcanum_warlock_xphb_17_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 17; Mystic Arcanum","uh":"warlock_xphb,state:feature=s16-0"},{"id":7599,"c":30,"u":"epic%20boon_warlock_xphb_19_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 19; Epic Boon","uh":"warlock_xphb,state:feature=s18-0"},{"id":7601,"c":30,"u":"eldritch%20master_warlock_xphb_20_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 20; Eldritch Master","uh":"warlock_xphb,state:feature=s19-0"},{"id":7603,"c":30,"u":"arcane%20recovery_wizard_phb_1_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 1; Arcane Recovery","uh":"wizard_phb,state:feature=s0-0"},{"id":7605,"c":30,"u":"spellcasting_wizard_phb_1_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 1; Spellcasting","uh":"wizard_phb,state:feature=s0-0"},{"id":7607,"c":30,"u":"arcane%20tradition_wizard_phb_2_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 2; Arcane Tradition","uh":"wizard_phb,state:feature=s1-0"},{"id":7609,"c":30,"u":"cantrip%20formulas_wizard_phb_3_tce","p":75,"s":"TCE","h":1,"n":"Wizard 3; Cantrip Formulas","uh":"wizard_phb,state:feature=s2-0"},{"id":7611,"c":30,"u":"ability%20score%20improvement_wizard_phb_4_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 4; Ability Score Improvement","uh":"wizard_phb,state:feature=s3-0"},{"id":7613,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_6_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 6; Arcane Tradition feature","uh":"wizard_phb,state:feature=s5-0"},{"id":7615,"c":30,"u":"ability%20score%20improvement_wizard_phb_8_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 8; Ability Score Improvement","uh":"wizard_phb,state:feature=s7-0"},{"id":7617,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_10_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 10; Arcane Tradition feature","uh":"wizard_phb,state:feature=s9-0"},{"id":7619,"c":30,"u":"ability%20score%20improvement_wizard_phb_12_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 12; Ability Score Improvement","uh":"wizard_phb,state:feature=s11-0"},{"id":7621,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_14_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 14; Arcane Tradition feature","uh":"wizard_phb,state:feature=s13-0"},{"id":7623,"c":30,"u":"ability%20score%20improvement_wizard_phb_16_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 16; Ability Score Improvement","uh":"wizard_phb,state:feature=s15-0"},{"id":7625,"c":30,"u":"spell%20mastery_wizard_phb_18_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 18; Spell Mastery","uh":"wizard_phb,state:feature=s17-0"},{"id":7627,"c":30,"u":"ability%20score%20improvement_wizard_phb_19_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 19; Ability Score Improvement","uh":"wizard_phb,state:feature=s18-0"},{"id":7629,"c":30,"u":"signature%20spells_wizard_phb_20_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 20; Signature Spells","uh":"wizard_phb,state:feature=s19-0"},{"id":7631,"c":30,"u":"arcane%20recovery_wizard_xphb_1_xphb","p":155,"s":"XPHB","h":1,"n":"Wizard 1; Arcane Recovery","uh":"wizard_xphb,state:feature=s0-0"},{"id":7633,"c":30,"u":"ritual%20adept_wizard_xphb_1_xphb","p":155,"s":"XPHB","h":1,"n":"Wizard 1; Ritual Adept","uh":"wizard_xphb,state:feature=s0-0"},{"id":7635,"c":30,"u":"spellcasting_wizard_xphb_1_xphb","p":165,"s":"XPHB","h":1,"n":"Wizard 1; Spellcasting","uh":"wizard_xphb,state:feature=s0-0"},{"id":7637,"c":30,"u":"scholar_wizard_xphb_2_xphb","p":166,"s":"XPHB","h":1,"n":"Wizard 2; Scholar","uh":"wizard_xphb,state:feature=s1-0"},{"id":7639,"c":30,"u":"wizard%20subclass_wizard_xphb_3_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 3; Wizard Subclass","uh":"wizard_xphb,state:feature=s2-0"},{"id":7641,"c":30,"u":"ability%20score%20improvement_wizard_xphb_4_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 4; Ability Score Improvement","uh":"wizard_xphb,state:feature=s3-0"},{"id":7643,"c":30,"u":"memorize%20spell_wizard_xphb_5_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 5; Memorize Spell","uh":"wizard_xphb,state:feature=s4-0"},{"id":7645,"c":30,"u":"subclass%20feature_wizard_xphb_6_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 6; Subclass Feature","uh":"wizard_xphb,state:feature=s5-0"},{"id":7647,"c":30,"u":"ability%20score%20improvement_wizard_xphb_8_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 8; Ability Score Improvement","uh":"wizard_xphb,state:feature=s7-0"},{"id":7649,"c":30,"u":"subclass%20feature_wizard_xphb_10_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 10; Subclass Feature","uh":"wizard_xphb,state:feature=s9-0"},{"id":7651,"c":30,"u":"ability%20score%20improvement_wizard_xphb_12_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 12; Ability Score Improvement","uh":"wizard_xphb,state:feature=s11-0"},{"id":7653,"c":30,"u":"subclass%20feature_wizard_xphb_14_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 14; Subclass Feature","uh":"wizard_xphb,state:feature=s13-0"},{"id":7655,"c":30,"u":"ability%20score%20improvement_wizard_xphb_16_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 16; Ability Score Improvement","uh":"wizard_xphb,state:feature=s15-0"},{"id":7657,"c":30,"u":"spell%20mastery_wizard_xphb_18_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 18; Spell Mastery","uh":"wizard_xphb,state:feature=s17-0"},{"id":7659,"c":30,"u":"epic%20boon_wizard_xphb_19_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 19; Epic Boon","uh":"wizard_xphb,state:feature=s18-0"},{"id":7661,"c":30,"u":"signature%20spells_wizard_xphb_20_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 20; Signature Spells","uh":"wizard_xphb,state:feature=s19-0"},{"id":7663,"c":41,"u":"alchemist_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 3; Alchemist","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7665,"c":41,"u":"alchemist%20spells_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 3; Alchemist Spells","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7667,"c":41,"u":"experimental%20elixir_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 3; Experimental Elixir","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7669,"c":41,"u":"tool%20proficiency_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7671,"c":41,"u":"alchemical%20savant_artificer_tce_alchemist_tce_5_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 5; Alchemical Savant","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s4-0"},{"id":7673,"c":41,"u":"restorative%20reagents_artificer_tce_alchemist_tce_9_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 9; Restorative Reagents","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s8-0"},{"id":7675,"c":41,"u":"chemical%20mastery_artificer_tce_alchemist_tce_15_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 15; Chemical Mastery","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s14-0"},{"id":7677,"c":41,"u":"armorer_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Armorer","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7679,"c":41,"u":"dampening%20field_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Dampening Field","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7681,"c":41,"u":"defensive%20field_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Defensive Field","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7683,"c":41,"u":"lightning%20launcher_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Lightning Launcher","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7685,"c":41,"u":"powered%20steps_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Powered Steps","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7687,"c":41,"u":"thunder%20gauntlets_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Thunder Gauntlets","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7689,"c":41,"u":"arcane%20armor_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Arcane Armor","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7691,"c":41,"u":"armor%20model_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Armor Model","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7693,"c":41,"u":"armorer%20spells_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Armorer Spells","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7695,"c":41,"u":"tools%20of%20the%20trade_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Tools of the Trade","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7697,"c":41,"u":"extra%20attack_artificer_tce_armorer_tce_5_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 5; Extra Attack","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s4-0"},{"id":7699,"c":41,"u":"armor%20modifications_artificer_tce_armorer_tce_9_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 9; Armor Modifications","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s8-0"},{"id":7701,"c":41,"u":"guardian_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 15; Guardian","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7703,"c":41,"u":"infiltrator_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 15; Infiltrator","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7705,"c":41,"u":"perfected%20armor_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 15; Perfected Armor","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7707,"c":41,"u":"artillerist_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 3; Artillerist","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7709,"c":41,"u":"artillerist%20spells_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 3; Artillerist Spells","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7711,"c":41,"u":"eldritch%20cannon_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 3; Eldritch Cannon","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7713,"c":41,"u":"tool%20proficiency_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7715,"c":41,"u":"arcane%20firearm_artificer_tce_artillerist_tce_5_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 5; Arcane Firearm","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s4-0"},{"id":7717,"c":41,"u":"explosive%20cannon_artificer_tce_artillerist_tce_9_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 9; Explosive Cannon","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s8-0"},{"id":7719,"c":41,"u":"fortified%20position_artificer_tce_artillerist_tce_15_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 15; Fortified Position","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s14-0"},{"id":7721,"c":41,"u":"battle%20smith_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 3; Battle Smith","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7723,"c":41,"u":"battle%20ready_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 3; Battle Ready","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7725,"c":41,"u":"battle%20smith%20spells_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 3; Battle Smith Spells","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7727,"c":41,"u":"steel%20defender_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 3; Steel Defender","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7729,"c":41,"u":"tool%20proficiency_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7731,"c":41,"u":"extra%20attack_artificer_tce_battle%20smith_tce_5_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 5; Extra Attack","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s4-0"},{"id":7733,"c":41,"u":"arcane%20jolt_artificer_tce_battle%20smith_tce_9_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 9; Arcane Jolt","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s8-0"},{"id":7735,"c":41,"u":"improved%20defender_artificer_tce_battle%20smith_tce_15_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 15; Improved Defender","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s14-0"},{"id":7737,"c":41,"u":"giant%20power_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"n":"Giant Barbarian 3; Giant Power","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7739,"c":41,"u":"giant's%20havoc_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"n":"Giant Barbarian 3; Giant's Havoc","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7741,"c":41,"u":"path%20of%20the%20giant_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"n":"Giant Barbarian 3; Path of the Giant","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7743,"c":41,"u":"elemental%20cleaver_barbarian_phb_giant_bgg_6_bgg","p":11,"s":"BGG","h":1,"n":"Giant Barbarian 6; Elemental Cleaver","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s5-0"},{"id":7745,"c":41,"u":"mighty%20impel_barbarian_phb_giant_bgg_10_bgg","p":12,"s":"BGG","h":1,"n":"Giant Barbarian 10; Mighty Impel","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s9-0"},{"id":7747,"c":41,"u":"demiurgic%20colossus_barbarian_phb_giant_bgg_14_bgg","p":12,"s":"BGG","h":1,"n":"Giant Barbarian 14; Demiurgic Colossus","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s13-0"},{"id":7749,"c":41,"u":"path%20of%20the%20berserker_barbarian_phb_berserker_phb_3_phb","p":49,"s":"PHB","h":1,"r":1,"n":"Berserker Barbarian 3; Path of the Berserker","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s2-0"},{"id":7751,"c":41,"u":"frenzy_barbarian_phb_berserker_phb_3_phb","p":49,"s":"PHB","h":1,"r":1,"n":"Berserker Barbarian 3; Frenzy","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s2-0"},{"id":7753,"c":41,"u":"mindless%20rage_barbarian_phb_berserker_phb_6_phb","p":49,"s":"PHB","h":1,"r":1,"n":"Berserker Barbarian 6; Mindless Rage","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s5-0"},{"id":7755,"c":41,"u":"intimidating%20presence_barbarian_phb_berserker_phb_10_phb","p":49,"s":"PHB","h":1,"r":1,"n":"Berserker Barbarian 10; Intimidating Presence","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s9-0"},{"id":7757,"c":41,"u":"retaliation_barbarian_phb_berserker_phb_14_phb","p":49,"s":"PHB","h":1,"r":1,"n":"Berserker Barbarian 14; Retaliation","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s13-0"},{"id":7759,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7761,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7763,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_3_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 3; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s2-0"},{"id":7765,"c":41,"u":"path%20of%20the%20totem%20warrior_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Path of the Totem Warrior","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7767,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_3_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 3; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s2-0"},{"id":7769,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7771,"c":41,"u":"spirit%20seeker_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Spirit Seeker","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7773,"c":41,"u":"totem%20spirit_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Totem Spirit","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7775,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 6; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7777,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 6; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7779,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_6_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 6; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s5-0"},{"id":7781,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_6_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 6; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s5-0"},{"id":7783,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 6; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7785,"c":41,"u":"aspect%20of%20the%20beast_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 6; Aspect of the Beast","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7787,"c":41,"u":"spirit%20walker_barbarian_phb_totem%20warrior_phb_10_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 10; Spirit Walker","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s9-0"},{"id":7789,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 14; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7791,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 14; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7793,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_14_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 14; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s13-0"},{"id":7795,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_14_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 14; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s13-0"},{"id":7797,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 14; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7799,"c":41,"u":"totemic%20attunement_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 14; Totemic Attunement","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7801,"c":41,"u":"path%20of%20the%20battlerager_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 3; Path of the Battlerager","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7803,"c":41,"u":"battlerager%20armor_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 3; Battlerager Armor","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7805,"c":41,"u":"restriction%e2%80%94dwarves%20only_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 3; Restriction—Dwarves Only","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7807,"c":41,"u":"reckless%20abandon_barbarian_phb_battlerager_scag_6_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 6; Reckless Abandon","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s5-0"},{"id":7809,"c":41,"u":"battlerager%20charge_barbarian_phb_battlerager_scag_10_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 10; Battlerager Charge","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s9-0"},{"id":7811,"c":41,"u":"spiked%20retribution_barbarian_phb_battlerager_scag_14_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 14; Spiked Retribution","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s13-0"},{"id":7813,"c":41,"u":"path%20of%20the%20beast_barbarian_phb_beast_tce_3_tce","p":24,"s":"TCE","h":1,"n":"Beast Barbarian 3; Path of the Beast","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s2-0"},{"id":7815,"c":41,"u":"form%20of%20the%20beast_barbarian_phb_beast_tce_3_tce","p":24,"s":"TCE","h":1,"n":"Beast Barbarian 3; Form of the Beast","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s2-0"},{"id":7817,"c":41,"u":"bestial%20soul_barbarian_phb_beast_tce_6_tce","p":24,"s":"TCE","h":1,"n":"Beast Barbarian 6; Bestial Soul","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s5-0"},{"id":7819,"c":41,"u":"infectious%20fury_barbarian_phb_beast_tce_10_tce","p":24,"s":"TCE","h":1,"n":"Beast Barbarian 10; Infectious Fury","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s9-0"},{"id":7821,"c":41,"u":"call%20the%20hunt_barbarian_phb_beast_tce_14_tce","p":24,"s":"TCE","h":1,"n":"Beast Barbarian 14; Call the Hunt","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s13-0"},{"id":7823,"c":41,"u":"path%20of%20wild%20magic_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 3; Path of Wild Magic","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":7825,"c":41,"u":"magic%20awareness_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 3; Magic Awareness","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":7827,"c":41,"u":"wild%20surge_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 3; Wild Surge","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":7829,"c":41,"u":"bolstering%20magic_barbarian_phb_wild%20magic_tce_6_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 6; Bolstering Magic","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s5-0"},{"id":7831,"c":41,"u":"unstable%20backlash_barbarian_phb_wild%20magic_tce_10_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 10; Unstable Backlash","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s9-0"},{"id":7833,"c":41,"u":"controlled%20surge_barbarian_phb_wild%20magic_tce_14_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 14; Controlled Surge","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s13-0"},{"id":7835,"c":41,"u":"path%20of%20the%20juggernaut_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 3; Path of the Juggernaut","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":7837,"c":41,"u":"spirit%20of%20the%20mountain_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 3; Spirit of the Mountain","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":7839,"c":41,"u":"thunderous%20blows_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 3; Thunderous Blows","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":7841,"c":41,"u":"demolishing%20might_barbarian_phb_juggernaut_tdcsr_6_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 6; Demolishing Might","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s5-0"},{"id":7843,"c":41,"u":"resolute%20stance_barbarian_phb_juggernaut_tdcsr_6_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 6; Resolute Stance","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s5-0"},{"id":7845,"c":41,"u":"hurricane%20strike_barbarian_phb_juggernaut_tdcsr_10_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 10; Hurricane Strike","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s9-0"},{"id":7847,"c":41,"u":"thunderous%20blows%20(10th%20level)_barbarian_phb_juggernaut_tdcsr_10_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 10; Thunderous Blows (10th Level)","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s9-0"},{"id":7849,"c":41,"u":"unstoppable_barbarian_phb_juggernaut_tdcsr_14_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 14; Unstoppable","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s13-0"},{"id":7851,"c":41,"u":"path%20of%20the%20ancestral%20guardian_barbarian_phb_ancestral%20guardian_xge_3_xge","p":9,"s":"XGE","h":1,"n":"Ancestral Guardian Barbarian 3; Path of the Ancestral Guardian","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s2-0"},{"id":7853,"c":41,"u":"ancestral%20protectors_barbarian_phb_ancestral%20guardian_xge_3_xge","p":9,"s":"XGE","h":1,"n":"Ancestral Guardian Barbarian 3; Ancestral Protectors","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s2-0"},{"id":7855,"c":41,"u":"spirit%20shield_barbarian_phb_ancestral%20guardian_xge_6_xge","p":9,"s":"XGE","h":1,"n":"Ancestral Guardian Barbarian 6; Spirit Shield","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s5-0"},{"id":7857,"c":41,"u":"consult%20the%20spirits_barbarian_phb_ancestral%20guardian_xge_10_xge","p":9,"s":"XGE","h":1,"n":"Ancestral Guardian Barbarian 10; Consult the Spirits","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s9-0"},{"id":7859,"c":41,"u":"vengeful%20ancestors_barbarian_phb_ancestral%20guardian_xge_14_xge","p":9,"s":"XGE","h":1,"n":"Ancestral Guardian Barbarian 14; Vengeful Ancestors","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s13-0"},{"id":7861,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 3; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":7863,"c":41,"u":"path%20of%20the%20storm%20herald_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 3; Path of the Storm Herald","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":7865,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 3; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":7867,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 3; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":7869,"c":41,"u":"storm%20aura_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 3; Storm Aura","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":7871,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 6; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":7873,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 6; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":7875,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 6; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":7877,"c":41,"u":"storm%20soul_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 6; Storm Soul","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":7879,"c":41,"u":"shielding%20storm_barbarian_phb_storm%20herald_xge_10_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 10; Shielding Storm","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s9-0"},{"id":7881,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 14; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":7883,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 14; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":7885,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 14; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":7887,"c":41,"u":"raging%20storm_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 14; Raging Storm","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":7889,"c":41,"u":"path%20of%20the%20zealot_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 3; Path of the Zealot","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":7891,"c":41,"u":"divine%20fury_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 3; Divine Fury","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":7893,"c":41,"u":"warrior%20of%20the%20gods_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 3; Warrior of the Gods","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":7895,"c":41,"u":"fanatical%20focus_barbarian_phb_zealot_xge_6_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 6; Fanatical Focus","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s5-0"},{"id":7897,"c":41,"u":"zealous%20presence_barbarian_phb_zealot_xge_10_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 10; Zealous Presence","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s9-0"},{"id":7899,"c":41,"u":"rage%20beyond%20death_barbarian_phb_zealot_xge_14_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 14; Rage beyond Death","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s13-0"},{"id":7901,"c":41,"u":"path%20of%20the%20berserker_barbarian_xphb_berserker_xphb_3_xphb","p":54,"s":"XPHB","h":1,"n":"Berserker Barbarian 3; Path of the Berserker","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s2-0"},{"id":7903,"c":41,"u":"frenzy_barbarian_xphb_berserker_xphb_3_xphb","p":54,"s":"XPHB","h":1,"n":"Berserker Barbarian 3; Frenzy","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s2-0"},{"id":7905,"c":41,"u":"mindless%20rage_barbarian_xphb_berserker_xphb_6_xphb","p":54,"s":"XPHB","h":1,"n":"Berserker Barbarian 6; Mindless Rage","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s5-0"},{"id":7907,"c":41,"u":"retaliation_barbarian_xphb_berserker_xphb_10_xphb","p":54,"s":"XPHB","h":1,"n":"Berserker Barbarian 10; Retaliation","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s9-0"},{"id":7909,"c":41,"u":"intimidating%20presence_barbarian_xphb_berserker_xphb_14_xphb","p":54,"s":"XPHB","h":1,"n":"Berserker Barbarian 14; Intimidating Presence","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s13-0"},{"id":7911,"c":41,"u":"path%20of%20the%20wild%20heart_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 3; Path of the Wild Heart","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":7913,"c":41,"u":"animal%20speaker_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 3; Animal Speaker","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":7915,"c":41,"u":"rage%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 3; Rage of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":7917,"c":41,"u":"aspect%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_6_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 6; Aspect of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s5-0"},{"id":7919,"c":41,"u":"nature%20speaker_barbarian_xphb_wild%20heart_xphb_10_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 10; Nature Speaker","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s9-0"},{"id":7921,"c":41,"u":"power%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_14_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 14; Power of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s13-0"},{"id":7923,"c":41,"u":"path%20of%20the%20world%20tree_barbarian_xphb_world%20tree_xphb_3_xphb","p":56,"s":"XPHB","h":1,"n":"World Tree Barbarian 3; Path of the World Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s2-0"},{"id":7925,"c":41,"u":"vitality%20of%20the%20tree_barbarian_xphb_world%20tree_xphb_3_xphb","p":56,"s":"XPHB","h":1,"n":"World Tree Barbarian 3; Vitality of the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s2-0"},{"id":7927,"c":41,"u":"branches%20of%20the%20tree_barbarian_xphb_world%20tree_xphb_6_xphb","p":56,"s":"XPHB","h":1,"n":"World Tree Barbarian 6; Branches of the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s5-0"},{"id":7929,"c":41,"u":"battering%20roots_barbarian_xphb_world%20tree_xphb_10_xphb","p":56,"s":"XPHB","h":1,"n":"World Tree Barbarian 10; Battering Roots","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s9-0"},{"id":7931,"c":41,"u":"travel%20along%20the%20tree_barbarian_xphb_world%20tree_xphb_14_xphb","p":56,"s":"XPHB","h":1,"n":"World Tree Barbarian 14; Travel Along the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s13-0"},{"id":7933,"c":41,"u":"path%20of%20the%20zealot_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 3; Path of the Zealot","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":7935,"c":41,"u":"divine%20fury_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 3; Divine Fury","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":7937,"c":41,"u":"warrior%20of%20the%20gods_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 3; Warrior of the Gods","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":7939,"c":41,"u":"fanatical%20focus_barbarian_xphb_zealot_xphb_6_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 6; Fanatical Focus","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s5-0"},{"id":7941,"c":41,"u":"zealous%20presence_barbarian_xphb_zealot_xphb_10_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 10; Zealous Presence","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s9-0"},{"id":7943,"c":41,"u":"rage%20of%20the%20gods_barbarian_xphb_zealot_xphb_14_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 14; Rage of the Gods","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s13-0"},{"id":7945,"c":41,"u":"college%20of%20the%20road_bard_phb_road_hwcs_3_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"n":"Road Bard 3; College of the Road","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s2-0"},{"id":7947,"c":41,"u":"favorite%20trick_bard_phb_road_hwcs_6_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"n":"Road Bard 6; Favorite Trick","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s5-0"},{"id":7949,"c":41,"u":"improved%20tricks_bard_phb_road_hwcs_6_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"n":"Road Bard 6; Improved Tricks","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s5-0"},{"id":7951,"c":41,"u":"traveler's%20tricks_bard_phb_road_hwcs_6_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"n":"Road Bard 6; Traveler's Tricks","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s5-0"},{"id":7953,"c":41,"u":"favorite%20trick_bard_phb_road_hwcs_14_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"n":"Road Bard 14; Favorite Trick","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s13-0"},{"id":7955,"c":41,"u":"improved%20tricks_bard_phb_road_hwcs_14_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"n":"Road Bard 14; Improved Tricks","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s13-0"},{"id":7957,"c":41,"u":"traveler's%20tricks_bard_phb_road_hwcs_14_hwcs","p":36,"s":"HWCS","h":1,"dP":1,"n":"Road Bard 14; Traveler's Tricks","uh":"bard_phb,state:sub-road-hwcs=b1~feature=s13-0"},{"id":7959,"c":41,"u":"college%20of%20lore_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"n":"Lore Bard 3; College of Lore","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":7961,"c":41,"u":"bonus%20proficiencies_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"n":"Lore Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":7963,"c":41,"u":"cutting%20words_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"n":"Lore Bard 3; Cutting Words","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":7965,"c":41,"u":"additional%20magical%20secrets_bard_phb_lore_phb_6_phb","p":54,"s":"PHB","h":1,"r":1,"n":"Lore Bard 6; Additional Magical Secrets","uh":"bard_phb,state:sub-lore-phb=b1~feature=s5-0"},{"id":7967,"c":41,"u":"peerless%20skill_bard_phb_lore_phb_14_phb","p":54,"s":"PHB","h":1,"r":1,"n":"Lore Bard 14; Peerless Skill","uh":"bard_phb,state:sub-lore-phb=b1~feature=s13-0"},{"id":7969,"c":41,"u":"college%20of%20valor_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"n":"Valor Bard 3; College of Valor","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":7971,"c":41,"u":"bonus%20proficiencies_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"n":"Valor Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":7973,"c":41,"u":"combat%20inspiration_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"n":"Valor Bard 3; Combat Inspiration","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":7975,"c":41,"u":"extra%20attack_bard_phb_valor_phb_6_phb","p":55,"s":"PHB","h":1,"n":"Valor Bard 6; Extra Attack","uh":"bard_phb,state:sub-valor-phb=b1~feature=s5-0"},{"id":7977,"c":41,"u":"battle%20magic_bard_phb_valor_phb_14_phb","p":55,"s":"PHB","h":1,"n":"Valor Bard 14; Battle Magic","uh":"bard_phb,state:sub-valor-phb=b1~feature=s13-0"},{"id":7979,"c":41,"u":"college%20of%20creation_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"n":"Creation Bard 3; College of Creation","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":7981,"c":41,"u":"mote%20of%20potential_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"n":"Creation Bard 3; Mote of Potential","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":7983,"c":41,"u":"performance%20of%20creation_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"n":"Creation Bard 3; Performance of Creation","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":7985,"c":41,"u":"animating%20performance_bard_phb_creation_tce_6_tce","p":27,"s":"TCE","h":1,"n":"Creation Bard 6; Animating Performance","uh":"bard_phb,state:sub-creation-tce=b1~feature=s5-0"},{"id":7987,"c":41,"u":"creative%20crescendo_bard_phb_creation_tce_14_tce","p":27,"s":"TCE","h":1,"n":"Creation Bard 14; Creative Crescendo","uh":"bard_phb,state:sub-creation-tce=b1~feature=s13-0"},{"id":7989,"c":41,"u":"college%20of%20eloquence_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 3; College of Eloquence","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":7991,"c":41,"u":"silver%20tongue_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 3; Silver Tongue","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":7993,"c":41,"u":"unsettling%20words_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 3; Unsettling Words","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":7995,"c":41,"u":"unfailing%20inspiration_bard_phb_eloquence_tce_6_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 6; Unfailing Inspiration","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s5-0"},{"id":7997,"c":41,"u":"universal%20speech_bard_phb_eloquence_tce_6_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 6; Universal Speech","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s5-0"},{"id":7999,"c":41,"u":"infectious%20inspiration_bard_phb_eloquence_tce_14_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 14; Infectious Inspiration","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s13-0"},{"id":8001,"c":41,"u":"college%20of%20tragedy_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 3; College of Tragedy","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8003,"c":41,"u":"poetry%20in%20misery_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 3; Poetry in Misery","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8005,"c":41,"u":"sorrowful%20fate_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 3; Sorrowful Fate","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8007,"c":41,"u":"impending%20misfortune_bard_phb_tragedy_tdcsr_6_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 6; Impending Misfortune","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s5-0"},{"id":8009,"c":41,"u":"tale%20of%20hubris_bard_phb_tragedy_tdcsr_6_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 6; Tale of Hubris","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s5-0"},{"id":8011,"c":41,"u":"nimbus%20of%20pathos_bard_phb_tragedy_tdcsr_14_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 14; Nimbus of Pathos","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s13-0"},{"id":8013,"c":41,"u":"tale%20of%20hubris%20(14th%20level)_bard_phb_tragedy_tdcsr_14_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 14; Tale of Hubris (14th Level)","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s13-0"},{"id":8015,"c":41,"u":"college%20of%20spirits_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 3; College of Spirits","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8017,"c":41,"u":"guiding%20whispers_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 3; Guiding Whispers","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8019,"c":41,"u":"spiritual%20focus_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 3; Spiritual Focus","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8021,"c":41,"u":"tales%20from%20beyond_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 3; Tales from Beyond","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8023,"c":41,"u":"spirit%20session_bard_phb_spirits_vrgr_6_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 6; Spirit Session","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s5-0"},{"id":8025,"c":41,"u":"mystical%20connection_bard_phb_spirits_vrgr_14_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 14; Mystical Connection","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s13-0"},{"id":8027,"c":41,"u":"college%20of%20glamour_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"n":"Glamour Bard 3; College of Glamour","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8029,"c":41,"u":"enthralling%20performance_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"n":"Glamour Bard 3; Enthralling Performance","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8031,"c":41,"u":"mantle%20of%20inspiration_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"n":"Glamour Bard 3; Mantle of Inspiration","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8033,"c":41,"u":"mantle%20of%20majesty_bard_phb_glamour_xge_6_xge","p":14,"s":"XGE","h":1,"n":"Glamour Bard 6; Mantle of Majesty","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s5-0"},{"id":8035,"c":41,"u":"unbreakable%20majesty_bard_phb_glamour_xge_14_xge","p":14,"s":"XGE","h":1,"n":"Glamour Bard 14; Unbreakable Majesty","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s13-0"},{"id":8037,"c":41,"u":"college%20of%20swords_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; College of Swords","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8039,"c":41,"u":"defensive%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Defensive Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8041,"c":41,"u":"mobile%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Mobile Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8043,"c":41,"u":"slashing%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Slashing Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8045,"c":41,"u":"blade%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Blade Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8047,"c":41,"u":"bonus%20proficiencies_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8049,"c":41,"u":"fighting%20style_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Fighting Style","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8051,"c":41,"u":"extra%20attack_bard_phb_swords_xge_6_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 6; Extra Attack","uh":"bard_phb,state:sub-swords-xge=b1~feature=s5-0"},{"id":8053,"c":41,"u":"master's%20flourish_bard_phb_swords_xge_14_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 14; Master's Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s13-0"},{"id":8055,"c":41,"u":"college%20of%20whispers_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"n":"Whispers Bard 3; College of Whispers","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8057,"c":41,"u":"psychic%20blades_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"n":"Whispers Bard 3; Psychic Blades","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8059,"c":41,"u":"words%20of%20terror_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"n":"Whispers Bard 3; Words of Terror","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8061,"c":41,"u":"mantle%20of%20whispers_bard_phb_whispers_xge_6_xge","p":16,"s":"XGE","h":1,"n":"Whispers Bard 6; Mantle of Whispers","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s5-0"},{"id":8063,"c":41,"u":"shadow%20lore_bard_phb_whispers_xge_14_xge","p":16,"s":"XGE","h":1,"n":"Whispers Bard 14; Shadow Lore","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s13-0"},{"id":8065,"c":41,"u":"college%20of%20dance_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; College of Dance","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8067,"c":41,"u":"agile%20strikes_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; Agile Strikes","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8069,"c":41,"u":"bardic%20damage_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; Bardic Damage","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8071,"c":41,"u":"dance%20virtuoso_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; Dance Virtuoso","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8073,"c":41,"u":"dazzling%20footwork_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; Dazzling Footwork","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8075,"c":41,"u":"unarmored%20defense_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; Unarmored Defense","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8077,"c":41,"u":"inspiring%20movement_bard_xphb_dance_xphb_6_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 6; Inspiring Movement","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s5-0"},{"id":8079,"c":41,"u":"tandem%20footwork_bard_xphb_dance_xphb_6_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 6; Tandem Footwork","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s5-0"},{"id":8081,"c":41,"u":"leading%20evasion_bard_xphb_dance_xphb_14_xphb","p":65,"s":"XPHB","h":1,"n":"Dance Bard 14; Leading Evasion","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s13-0"},{"id":8083,"c":41,"u":"college%20of%20glamour_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"n":"Glamour Bard 3; College of Glamour","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8085,"c":41,"u":"beguiling%20magic_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"n":"Glamour Bard 3; Beguiling Magic","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8087,"c":41,"u":"mantle%20of%20inspiration_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"n":"Glamour Bard 3; Mantle of Inspiration","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8089,"c":41,"u":"mantle%20of%20majesty_bard_xphb_glamour_xphb_6_xphb","p":65,"s":"XPHB","h":1,"n":"Glamour Bard 6; Mantle of Majesty","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s5-0"},{"id":8091,"c":41,"u":"unbreakable%20majesty_bard_xphb_glamour_xphb_14_xphb","p":66,"s":"XPHB","h":1,"n":"Glamour Bard 14; Unbreakable Majesty","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s13-0"},{"id":8093,"c":41,"u":"college%20of%20lore_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"n":"Lore Bard 3; College of Lore","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8095,"c":41,"u":"bonus%20proficiencies_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"n":"Lore Bard 3; Bonus Proficiencies","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8097,"c":41,"u":"cutting%20words_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"n":"Lore Bard 3; Cutting Words","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8099,"c":41,"u":"magical%20discoveries_bard_xphb_lore_xphb_6_xphb","p":66,"s":"XPHB","h":1,"n":"Lore Bard 6; Magical Discoveries","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s5-0"},{"id":8101,"c":41,"u":"peerless%20skill_bard_xphb_lore_xphb_14_xphb","p":67,"s":"XPHB","h":1,"n":"Lore Bard 14; Peerless Skill","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s13-0"},{"id":8103,"c":41,"u":"college%20of%20valor_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"n":"Valor Bard 3; College of Valor","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8105,"c":41,"u":"combat%20inspiration_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"n":"Valor Bard 3; Combat Inspiration","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8107,"c":41,"u":"martial%20training_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"n":"Valor Bard 3; Martial Training","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8109,"c":41,"u":"extra%20attack_bard_xphb_valor_xphb_6_xphb","p":67,"s":"XPHB","h":1,"n":"Valor Bard 6; Extra Attack","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s5-0"},{"id":8111,"c":41,"u":"battle%20magic_bard_xphb_valor_xphb_14_xphb","p":67,"s":"XPHB","h":1,"n":"Valor Bard 14; Battle Magic","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s13-0"},{"id":8113,"c":41,"u":"death%20domain_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 1; Death Domain","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8115,"c":41,"u":"bonus%20proficiency_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8117,"c":41,"u":"reaper_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 1; Reaper","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8119,"c":41,"u":"channel%20divinity%3a%20touch%20of%20death_cleric_phb_death_dmg_2_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 2; Channel Divinity: Touch of Death","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s1-0"},{"id":8121,"c":41,"u":"inescapable%20destruction_cleric_phb_death_dmg_6_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 6; Inescapable Destruction","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s5-0"},{"id":8123,"c":41,"u":"blessed%20strikes_cleric_phb_death_dmg_8_tce","p":30,"s":"TCE","h":1,"n":"Death Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-death-tce=b1~feature=s7-0"},{"id":8125,"c":41,"u":"divine%20strike_cleric_phb_death_dmg_8_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s7-0"},{"id":8127,"c":41,"u":"improved%20reaper_cleric_phb_death_dmg_17_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 17; Improved Reaper","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s16-0"},{"id":8129,"c":41,"u":"community%20domain_cleric_phb_community_hwcs_1_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"n":"Community Cleric 1; Community Domain","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s0-0"},{"id":8131,"c":41,"u":"blessing%20of%20the%20hearth_cleric_phb_community_hwcs_1_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"n":"Community Cleric 1; Blessing of the Hearth","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s0-0"},{"id":8133,"c":41,"u":"channel%20divinity%3a%20magnificent%20feast_cleric_phb_community_hwcs_2_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"n":"Community Cleric 2; Channel Divinity: Magnificent Feast","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s1-0"},{"id":8135,"c":41,"u":"channel%20divinity%3a%20community%20watch_cleric_phb_community_hwcs_6_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"n":"Community Cleric 6; Channel Divinity: Community Watch","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s5-0"},{"id":8137,"c":41,"u":"divine%20strike_cleric_phb_community_hwcs_8_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"n":"Community Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s7-0"},{"id":8139,"c":41,"u":"paragon%20of%20the%20people_cleric_phb_community_hwcs_17_hwcs","p":39,"s":"HWCS","h":1,"dP":1,"n":"Community Cleric 17; Paragon of the People","uh":"cleric_phb,state:sub-community-hwcs=b1~feature=s16-0"},{"id":8141,"c":41,"u":"night%20domain_cleric_phb_night_hwcs_1_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"n":"Night Cleric 1; Night Domain","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s0-0"},{"id":8143,"c":41,"u":"eye%20of%20twilight_cleric_phb_night_hwcs_1_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"n":"Night Cleric 1; Eye of Twilight","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s0-0"},{"id":8145,"c":41,"u":"ward%20of%20shadows_cleric_phb_night_hwcs_1_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"n":"Night Cleric 1; Ward of Shadows","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s0-0"},{"id":8147,"c":41,"u":"channel%20divinity%3a%20invocation%20of%20night_cleric_phb_night_hwcs_2_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"n":"Night Cleric 2; Channel Divinity: Invocation of Night","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s1-0"},{"id":8149,"c":41,"u":"improved%20ward_cleric_phb_night_hwcs_6_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"n":"Night Cleric 6; Improved Ward","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s5-0"},{"id":8151,"c":41,"u":"veil%20of%20dreams_cleric_phb_night_hwcs_8_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"n":"Night Cleric 8; Veil of Dreams","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s7-0"},{"id":8153,"c":41,"u":"creature%20of%20the%20night_cleric_phb_night_hwcs_17_hwcs","p":40,"s":"HWCS","h":1,"dP":1,"n":"Night Cleric 17; Creature of the Night","uh":"cleric_phb,state:sub-night-hwcs=b1~feature=s16-0"},{"id":8155,"c":41,"u":"knowledge%20domain_cleric_phb_knowledge_phb_1_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 1; Knowledge Domain","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s0-0"},{"id":8157,"c":41,"u":"blessings%20of%20knowledge_cleric_phb_knowledge_phb_1_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 1; Blessings of Knowledge","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s0-0"},{"id":8159,"c":41,"u":"channel%20divinity%3a%20knowledge%20of%20the%20ages_cleric_phb_knowledge_phb_2_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 2; Channel Divinity: Knowledge of the Ages","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s1-0"},{"id":8161,"c":41,"u":"channel%20divinity%3a%20read%20thoughts_cleric_phb_knowledge_phb_6_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 6; Channel Divinity: Read Thoughts","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s5-0"},{"id":8163,"c":41,"u":"blessed%20strikes_cleric_phb_knowledge_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Knowledge Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-knowledge-tce=b1~feature=s7-0"},{"id":8165,"c":41,"u":"potent%20spellcasting_cleric_phb_knowledge_phb_8_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s7-0"},{"id":8167,"c":41,"u":"visions%20of%20the%20past_cleric_phb_knowledge_phb_17_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 17; Visions of the Past","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s16-0"},{"id":8169,"c":41,"u":"life%20domain_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 1; Life Domain","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8171,"c":41,"u":"bonus%20proficiency_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8173,"c":41,"u":"disciple%20of%20life_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 1; Disciple of Life","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8175,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_phb_life_phb_2_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 2; Channel Divinity: Preserve Life","uh":"cleric_phb,state:sub-life-phb=b1~feature=s1-0"},{"id":8177,"c":41,"u":"blessed%20healer_cleric_phb_life_phb_6_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 6; Blessed Healer","uh":"cleric_phb,state:sub-life-phb=b1~feature=s5-0"},{"id":8179,"c":41,"u":"blessed%20strikes_cleric_phb_life_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Life Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-life-tce=b1~feature=s7-0"},{"id":8181,"c":41,"u":"divine%20strike_cleric_phb_life_phb_8_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-life-phb=b1~feature=s7-0"},{"id":8183,"c":41,"u":"supreme%20healing_cleric_phb_life_phb_17_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 17; Supreme Healing","uh":"cleric_phb,state:sub-life-phb=b1~feature=s16-0"},{"id":8185,"c":41,"u":"light%20domain_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 1; Light Domain","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8187,"c":41,"u":"bonus%20cantrip_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 1; Bonus Cantrip","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8189,"c":41,"u":"warding%20flare_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 1; Warding Flare","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8191,"c":41,"u":"channel%20divinity%3a%20radiance%20of%20the%20dawn_cleric_phb_light_phb_2_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 2; Channel Divinity: Radiance of the Dawn","uh":"cleric_phb,state:sub-light-phb=b1~feature=s1-0"},{"id":8193,"c":41,"u":"improved%20flare_cleric_phb_light_phb_6_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 6; Improved Flare","uh":"cleric_phb,state:sub-light-phb=b1~feature=s5-0"},{"id":8195,"c":41,"u":"blessed%20strikes_cleric_phb_light_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Light Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-light-tce=b1~feature=s7-0"},{"id":8197,"c":41,"u":"potent%20spellcasting_cleric_phb_light_phb_8_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-light-phb=b1~feature=s7-0"},{"id":8199,"c":41,"u":"corona%20of%20light_cleric_phb_light_phb_17_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 17; Corona of Light","uh":"cleric_phb,state:sub-light-phb=b1~feature=s16-0"},{"id":8201,"c":41,"u":"nature%20domain_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 1; Nature Domain","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8203,"c":41,"u":"acolyte%20of%20nature_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 1; Acolyte of Nature","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8205,"c":41,"u":"bonus%20proficiency_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8207,"c":41,"u":"channel%20divinity%3a%20charm%20animals%20and%20plants_cleric_phb_nature_phb_2_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 2; Channel Divinity: Charm Animals and Plants","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s1-0"},{"id":8209,"c":41,"u":"dampen%20elements_cleric_phb_nature_phb_6_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 6; Dampen Elements","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s5-0"},{"id":8211,"c":41,"u":"blessed%20strikes_cleric_phb_nature_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Nature Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-nature-tce=b1~feature=s7-0"},{"id":8213,"c":41,"u":"divine%20strike_cleric_phb_nature_phb_8_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s7-0"},{"id":8215,"c":41,"u":"master%20of%20nature_cleric_phb_nature_phb_17_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 17; Master of Nature","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s16-0"},{"id":8217,"c":41,"u":"tempest%20domain_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 1; Tempest Domain","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8219,"c":41,"u":"bonus%20proficiencies_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8221,"c":41,"u":"wrath%20of%20the%20storm_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 1; Wrath of the Storm","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8223,"c":41,"u":"channel%20divinity%3a%20destructive%20wrath_cleric_phb_tempest_phb_2_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 2; Channel Divinity: Destructive Wrath","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s1-0"},{"id":8225,"c":41,"u":"thunderbolt%20strike_cleric_phb_tempest_phb_6_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 6; Thunderbolt Strike","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s5-0"},{"id":8227,"c":41,"u":"blessed%20strikes_cleric_phb_tempest_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Tempest Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-tempest-tce=b1~feature=s7-0"},{"id":8229,"c":41,"u":"divine%20strike_cleric_phb_tempest_phb_8_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s7-0"},{"id":8231,"c":41,"u":"stormborn_cleric_phb_tempest_phb_17_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 17; Stormborn","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s16-0"},{"id":8233,"c":41,"u":"trickery%20domain_cleric_phb_trickery_phb_1_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 1; Trickery Domain","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s0-0"},{"id":8235,"c":41,"u":"blessing%20of%20the%20trickster_cleric_phb_trickery_phb_1_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 1; Blessing of the Trickster","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s0-0"},{"id":8237,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_phb_trickery_phb_2_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 2; Channel Divinity: Invoke Duplicity","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s1-0"},{"id":8239,"c":41,"u":"channel%20divinity%3a%20cloak%20of%20shadows_cleric_phb_trickery_phb_6_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 6; Channel Divinity: Cloak of Shadows","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s5-0"},{"id":8241,"c":41,"u":"blessed%20strikes_cleric_phb_trickery_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Trickery Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-trickery-tce=b1~feature=s7-0"},{"id":8243,"c":41,"u":"divine%20strike_cleric_phb_trickery_phb_8_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s7-0"},{"id":8245,"c":41,"u":"improved%20duplicity_cleric_phb_trickery_phb_17_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 17; Improved Duplicity","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s16-0"},{"id":8247,"c":41,"u":"war%20domain_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 1; War Domain","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8249,"c":41,"u":"bonus%20proficiencies_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8251,"c":41,"u":"war%20priest_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 1; War Priest","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8253,"c":41,"u":"channel%20divinity%3a%20guided%20strike_cleric_phb_war_phb_2_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 2; Channel Divinity: Guided Strike","uh":"cleric_phb,state:sub-war-phb=b1~feature=s1-0"},{"id":8255,"c":41,"u":"channel%20divinity%3a%20war%20god's%20blessing_cleric_phb_war_phb_6_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 6; Channel Divinity: War God's Blessing","uh":"cleric_phb,state:sub-war-phb=b1~feature=s5-0"},{"id":8257,"c":41,"u":"blessed%20strikes_cleric_phb_war_phb_8_tce","p":30,"s":"TCE","h":1,"n":"War Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-war-tce=b1~feature=s7-0"},{"id":8259,"c":41,"u":"divine%20strike_cleric_phb_war_phb_8_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-war-phb=b1~feature=s7-0"},{"id":8261,"c":41,"u":"avatar%20of%20battle_cleric_phb_war_phb_17_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 17; Avatar of Battle","uh":"cleric_phb,state:sub-war-phb=b1~feature=s16-0"},{"id":8263,"c":41,"u":"ambition%20domain%20(psa)_cleric_phb_ambition%20(psa)_psa_1_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 1; Ambition Domain (PSA)","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s0-0"},{"id":8265,"c":41,"u":"warding%20flare_cleric_phb_ambition%20(psa)_psa_1_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 1; Warding Flare","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s0-0"},{"id":8267,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_phb_ambition%20(psa)_psa_2_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 2; Channel Divinity: Invoke Duplicity","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s1-0"},{"id":8269,"c":41,"u":"channel%20divinity%3a%20cloak%20of%20shadows_cleric_phb_ambition%20(psa)_psa_6_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 6; Channel Divinity: Cloak of Shadows","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s5-0"},{"id":8271,"c":41,"u":"blessed%20strikes_cleric_phb_ambition%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"n":"Ambition (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-ambition-psa-tce=b1~feature=s7-0"},{"id":8273,"c":41,"u":"potent%20spellcasting_cleric_phb_ambition%20(psa)_psa_8_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s7-0"},{"id":8275,"c":41,"u":"improved%20duplicity_cleric_phb_ambition%20(psa)_psa_17_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 17; Improved Duplicity","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s16-0"},{"id":8277,"c":41,"u":"knowledge%20domain%20(psa)_cleric_phb_knowledge%20(psa)_psa_1_psa","p":25,"s":"PSA","h":1,"n":"Knowledge (PSA) Cleric 1; Knowledge Domain (PSA)","uh":"cleric_phb,state:sub-knowledge-psa-psa=b1~feature=s0-0"},{"id":8279,"c":41,"u":"solidarity%20domain%20(psa)_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 1; Solidarity Domain (PSA)","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8281,"c":41,"u":"bonus%20proficiency_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8283,"c":41,"u":"solidarity's%20action_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 1; Solidarity's Action","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8285,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_phb_solidarity%20(psa)_psa_2_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 2; Channel Divinity: Preserve Life","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s1-0"},{"id":8287,"c":41,"u":"oketra's%20blessing_cleric_phb_solidarity%20(psa)_psa_6_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 6; Oketra's Blessing","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s5-0"},{"id":8289,"c":41,"u":"blessed%20strikes_cleric_phb_solidarity%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"n":"Solidarity (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-solidarity-psa-tce=b1~feature=s7-0"},{"id":8291,"c":41,"u":"divine%20strike_cleric_phb_solidarity%20(psa)_psa_8_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s7-0"},{"id":8293,"c":41,"u":"supreme%20healing_cleric_phb_solidarity%20(psa)_psa_17_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 17; Supreme Healing","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s16-0"},{"id":8295,"c":41,"u":"strength%20domain%20(psa)_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 1; Strength Domain (PSA)","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8297,"c":41,"u":"acolyte%20of%20strength_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 1; Acolyte of Strength","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8299,"c":41,"u":"bonus%20proficiency_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8301,"c":41,"u":"channel%20divinity%3a%20feat%20of%20strength_cleric_phb_strength%20(psa)_psa_2_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 2; Channel Divinity: Feat of Strength","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s1-0"},{"id":8303,"c":41,"u":"rhonas's%20blessing_cleric_phb_strength%20(psa)_psa_6_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 6; Rhonas's Blessing","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s5-0"},{"id":8305,"c":41,"u":"blessed%20strikes_cleric_phb_strength%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"n":"Strength (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-strength-psa-tce=b1~feature=s7-0"},{"id":8307,"c":41,"u":"divine%20strike_cleric_phb_strength%20(psa)_psa_8_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s7-0"},{"id":8309,"c":41,"u":"avatar%20of%20battle_cleric_phb_strength%20(psa)_psa_17_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 17; Avatar of Battle","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s16-0"},{"id":8311,"c":41,"u":"zeal%20domain%20(psa)_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 1; Zeal Domain (PSA)","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8313,"c":41,"u":"bonus%20proficiencies_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8315,"c":41,"u":"priest%20of%20zeal_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 1; Priest of Zeal","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8317,"c":41,"u":"channel%20divinity%3a%20consuming%20fervor_cleric_phb_zeal%20(psa)_psa_2_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 2; Channel Divinity: Consuming Fervor","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s1-0"},{"id":8319,"c":41,"u":"resounding%20strike_cleric_phb_zeal%20(psa)_psa_6_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 6; Resounding Strike","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s5-0"},{"id":8321,"c":41,"u":"blessed%20strikes_cleric_phb_zeal%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"n":"Zeal (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-zeal-psa-tce=b1~feature=s7-0"},{"id":8323,"c":41,"u":"divine%20strike_cleric_phb_zeal%20(psa)_psa_8_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s7-0"},{"id":8325,"c":41,"u":"blaze%20of%20glory_cleric_phb_zeal%20(psa)_psa_17_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 17; Blaze of Glory","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s16-0"},{"id":8327,"c":41,"u":"arcana%20domain_cleric_phb_arcana_scag_1_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 1; Arcana Domain","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s0-0"},{"id":8329,"c":41,"u":"arcane%20initiate_cleric_phb_arcana_scag_1_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 1; Arcane Initiate","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s0-0"},{"id":8331,"c":41,"u":"channel%20divinity%3a%20arcane%20abjuration_cleric_phb_arcana_scag_2_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 2; Channel Divinity: Arcane Abjuration","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s1-0"},{"id":8333,"c":41,"u":"spell%20breaker_cleric_phb_arcana_scag_6_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 6; Spell Breaker","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s5-0"},{"id":8335,"c":41,"u":"blessed%20strikes_cleric_phb_arcana_scag_8_tce","p":30,"s":"TCE","h":1,"n":"Arcana Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-arcana-tce=b1~feature=s7-0"},{"id":8337,"c":41,"u":"potent%20spellcasting_cleric_phb_arcana_scag_8_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s7-0"},{"id":8339,"c":41,"u":"arcane%20mastery_cleric_phb_arcana_scag_17_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 17; Arcane Mastery","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s16-0"},{"id":8341,"c":41,"u":"order%20domain_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 1; Order Domain","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8343,"c":41,"u":"bonus%20proficiencies_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8345,"c":41,"u":"voice%20of%20authority_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 1; Voice of Authority","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8347,"c":41,"u":"channel%20divinity%3a%20order's%20demand_cleric_phb_order_tce_2_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 2; Channel Divinity: Order's Demand","uh":"cleric_phb,state:sub-order-tce=b1~feature=s1-0"},{"id":8349,"c":41,"u":"embodiment%20of%20the%20law_cleric_phb_order_tce_6_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 6; Embodiment of the Law","uh":"cleric_phb,state:sub-order-tce=b1~feature=s5-0"},{"id":8351,"c":41,"u":"blessed%20strikes_cleric_phb_order_tce_8_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-order-tce=b1~feature=s7-0"},{"id":8353,"c":41,"u":"divine%20strike_cleric_phb_order_tce_8_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-order-tce=b1~feature=s7-0"},{"id":8355,"c":41,"u":"order's%20wrath_cleric_phb_order_tce_17_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 17; Order's Wrath","uh":"cleric_phb,state:sub-order-tce=b1~feature=s16-0"},{"id":8357,"c":41,"u":"peace%20domain_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 1; Peace Domain","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8359,"c":41,"u":"emboldening%20bond_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 1; Emboldening Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8361,"c":41,"u":"implement%20of%20peace_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 1; Implement of Peace","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8363,"c":41,"u":"channel%20divinity%3a%20balm%20of%20peace_cleric_phb_peace_tce_2_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 2; Channel Divinity: Balm of Peace","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s1-0"},{"id":8365,"c":41,"u":"protective%20bond_cleric_phb_peace_tce_6_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 6; Protective Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s5-0"},{"id":8367,"c":41,"u":"blessed%20strikes_cleric_phb_peace_tce_8_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s7-0"},{"id":8369,"c":41,"u":"potent%20spellcasting_cleric_phb_peace_tce_8_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s7-0"},{"id":8371,"c":41,"u":"expansive%20bond_cleric_phb_peace_tce_17_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 17; Expansive Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s16-0"},{"id":8373,"c":41,"u":"twilight%20domain_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 1; Twilight Domain","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8375,"c":41,"u":"bonus%20proficiencies_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8377,"c":41,"u":"eyes%20of%20night_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 1; Eyes of Night","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8379,"c":41,"u":"vigilant%20blessing_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 1; Vigilant Blessing","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8381,"c":41,"u":"channel%20divinity%3a%20twilight%20sanctuary_cleric_phb_twilight_tce_2_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 2; Channel Divinity: Twilight Sanctuary","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s1-0"},{"id":8383,"c":41,"u":"steps%20of%20night_cleric_phb_twilight_tce_6_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 6; Steps of Night","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s5-0"},{"id":8385,"c":41,"u":"blessed%20strikes_cleric_phb_twilight_tce_8_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s7-0"},{"id":8387,"c":41,"u":"divine%20strike_cleric_phb_twilight_tce_8_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s7-0"},{"id":8389,"c":41,"u":"twilight%20shroud_cleric_phb_twilight_tce_17_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 17; Twilight Shroud","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s16-0"},{"id":8391,"c":41,"u":"blood%20domain_cleric_phb_blood_tdcsr_1_tdcsr","p":168,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 1; Blood Domain","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8393,"c":41,"u":"bloodletting%20focus_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 1; Bloodletting Focus","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8395,"c":41,"u":"bonus%20proficiencies_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8397,"c":41,"u":"domain%20spells_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 1; Domain Spells","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8399,"c":41,"u":"channel%20divinity%3a%20crimson%20bond_cleric_phb_blood_tdcsr_2_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 2; Channel Divinity: Crimson Bond","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s1-0"},{"id":8401,"c":41,"u":"channel%20divinity%3a%20blood%20puppet_cleric_phb_blood_tdcsr_6_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 6; Channel Divinity: Blood Puppet","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s5-0"},{"id":8403,"c":41,"u":"sanguine%20recall_cleric_phb_blood_tdcsr_6_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 6; Sanguine Recall","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s5-0"},{"id":8405,"c":41,"u":"divine%20strike_cleric_phb_blood_tdcsr_8_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s7-0"},{"id":8407,"c":41,"u":"divine%20strike%20(14th%20level)_cleric_phb_blood_tdcsr_14_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 14; Divine Strike (14th Level)","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s13-0"},{"id":8409,"c":41,"u":"channel%20divinity%3a%20blood%20puppet%20(17th%20level)_cleric_phb_blood_tdcsr_17_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 17; Channel Divinity: Blood Puppet (17th Level)","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s16-0"},{"id":8411,"c":41,"u":"vascular%20corruption%20aura_cleric_phb_blood_tdcsr_17_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 17; Vascular Corruption Aura","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s16-0"},{"id":8413,"c":41,"u":"moon%20domain_cleric_phb_moon_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 1; Moon Domain","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8415,"c":41,"u":"clarity%20of%20catha_cleric_phb_moon_tdcsr_1_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 1; Clarity of Catha","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8417,"c":41,"u":"domain%20spells_cleric_phb_moon_tdcsr_1_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 1; Domain Spells","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8419,"c":41,"u":"channel%20divinity%3a%20blessing%20of%20the%20full%20moon_cleric_phb_moon_tdcsr_2_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 2; Channel Divinity: Blessing of the Full Moon","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s1-0"},{"id":8421,"c":41,"u":"channel%20divinity%3a%20mind%20of%20two%20moons_cleric_phb_moon_tdcsr_6_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 6; Channel Divinity: Mind of Two Moons","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s5-0"},{"id":8423,"c":41,"u":"empowered%20cantrips_cleric_phb_moon_tdcsr_8_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 8; Empowered Cantrips","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s7-0"},{"id":8425,"c":41,"u":"eclipse%20of%20ill%20omen_cleric_phb_moon_tdcsr_17_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 17; Eclipse of Ill Omen","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s16-0"},{"id":8427,"c":41,"u":"forge%20domain_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 1; Forge Domain","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8429,"c":41,"u":"blessing%20of%20the%20forge_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 1; Blessing of the Forge","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8431,"c":41,"u":"bonus%20proficiency_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8433,"c":41,"u":"channel%20divinity%3a%20artisan's%20blessing_cleric_phb_forge_xge_2_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 2; Channel Divinity: Artisan's Blessing","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s1-0"},{"id":8435,"c":41,"u":"soul%20of%20the%20forge_cleric_phb_forge_xge_6_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 6; Soul of the Forge","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s5-0"},{"id":8437,"c":41,"u":"blessed%20strikes_cleric_phb_forge_xge_8_tce","p":30,"s":"TCE","h":1,"n":"Forge Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-forge-tce=b1~feature=s7-0"},{"id":8439,"c":41,"u":"divine%20strike_cleric_phb_forge_xge_8_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s7-0"},{"id":8441,"c":41,"u":"saint%20of%20forge%20and%20fire_cleric_phb_forge_xge_17_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 17; Saint of Forge and Fire","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s16-0"},{"id":8443,"c":41,"u":"grave%20domain_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 1; Grave Domain","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8445,"c":41,"u":"circle%20of%20mortality_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 1; Circle of Mortality","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8447,"c":41,"u":"eyes%20of%20the%20grave_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 1; Eyes of the Grave","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8449,"c":41,"u":"channel%20divinity%3a%20path%20to%20the%20grave_cleric_phb_grave_xge_2_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 2; Channel Divinity: Path to the Grave","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s1-0"},{"id":8451,"c":41,"u":"sentinel%20at%20death's%20door_cleric_phb_grave_xge_6_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 6; Sentinel at Death's Door","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s5-0"},{"id":8453,"c":41,"u":"blessed%20strikes_cleric_phb_grave_xge_8_tce","p":30,"s":"TCE","h":1,"n":"Grave Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-grave-tce=b1~feature=s7-0"},{"id":8455,"c":41,"u":"potent%20spellcasting_cleric_phb_grave_xge_8_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s7-0"},{"id":8457,"c":41,"u":"keeper%20of%20souls_cleric_phb_grave_xge_17_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 17; Keeper of Souls","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s16-0"},{"id":8459,"c":41,"u":"channel%20divinity%3a%20touch%20of%20death_cleric_xphb_death_dmg_3_dmg","s":"DMG","h":1,"n":"Death Cleric 3; Channel Divinity: Touch of Death","uh":"cleric_xphb,state:sub-death-dmg=b1~feature=s2-0"},{"id":8461,"c":41,"u":"death%20domain_cleric_xphb_death_dmg_3_dmg","s":"DMG","h":1,"n":"Death Cleric 3; Death Domain","uh":"cleric_xphb,state:sub-death-dmg=b1~feature=s2-0"},{"id":8463,"c":41,"u":"channel%20divinity%3a%20magnificent%20feast_cleric_xphb_community_hwcs_3_hwcs","s":"HWCS","h":1,"dP":1,"n":"Community Cleric 3; Channel Divinity: Magnificent Feast","uh":"cleric_xphb,state:sub-community-hwcs=b1~feature=s2-0"},{"id":8465,"c":41,"u":"community%20domain_cleric_xphb_community_hwcs_3_hwcs","s":"HWCS","h":1,"dP":1,"n":"Community Cleric 3; Community Domain","uh":"cleric_xphb,state:sub-community-hwcs=b1~feature=s2-0"},{"id":8467,"c":41,"u":"channel%20divinity%3a%20invocation%20of%20night_cleric_xphb_night_hwcs_3_hwcs","s":"HWCS","h":1,"dP":1,"n":"Night Cleric 3; Channel Divinity: Invocation of Night","uh":"cleric_xphb,state:sub-night-hwcs=b1~feature=s2-0"},{"id":8469,"c":41,"u":"night%20domain_cleric_xphb_night_hwcs_3_hwcs","s":"HWCS","h":1,"dP":1,"n":"Night Cleric 3; Night Domain","uh":"cleric_xphb,state:sub-night-hwcs=b1~feature=s2-0"},{"id":8471,"c":41,"u":"channel%20divinity%3a%20knowledge%20of%20the%20ages_cleric_xphb_knowledge_phb_3_phb","s":"PHB","h":1,"n":"Knowledge Cleric 3; Channel Divinity: Knowledge of the Ages","uh":"cleric_xphb,state:sub-knowledge-phb=b1~feature=s2-0"},{"id":8473,"c":41,"u":"knowledge%20domain_cleric_xphb_knowledge_phb_3_phb","s":"PHB","h":1,"n":"Knowledge Cleric 3; Knowledge Domain","uh":"cleric_xphb,state:sub-knowledge-phb=b1~feature=s2-0"},{"id":8475,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_xphb_life_phb_3_phb","s":"PHB","h":1,"n":"Life Cleric 3; Channel Divinity: Preserve Life","uh":"cleric_xphb,state:sub-life-phb=b1~feature=s2-0"},{"id":8477,"c":41,"u":"life%20domain_cleric_xphb_life_phb_3_phb","s":"PHB","h":1,"n":"Life Cleric 3; Life Domain","uh":"cleric_xphb,state:sub-life-phb=b1~feature=s2-0"},{"id":8479,"c":41,"u":"channel%20divinity%3a%20radiance%20of%20the%20dawn_cleric_xphb_light_phb_3_phb","s":"PHB","h":1,"n":"Light Cleric 3; Channel Divinity: Radiance of the Dawn","uh":"cleric_xphb,state:sub-light-phb=b1~feature=s2-0"},{"id":8481,"c":41,"u":"light%20domain_cleric_xphb_light_phb_3_phb","s":"PHB","h":1,"n":"Light Cleric 3; Light Domain","uh":"cleric_xphb,state:sub-light-phb=b1~feature=s2-0"},{"id":8483,"c":41,"u":"channel%20divinity%3a%20charm%20animals%20and%20plants_cleric_xphb_nature_phb_3_phb","s":"PHB","h":1,"n":"Nature Cleric 3; Channel Divinity: Charm Animals and Plants","uh":"cleric_xphb,state:sub-nature-phb=b1~feature=s2-0"},{"id":8485,"c":41,"u":"nature%20domain_cleric_xphb_nature_phb_3_phb","s":"PHB","h":1,"n":"Nature Cleric 3; Nature Domain","uh":"cleric_xphb,state:sub-nature-phb=b1~feature=s2-0"},{"id":8487,"c":41,"u":"channel%20divinity%3a%20destructive%20wrath_cleric_xphb_tempest_phb_3_phb","s":"PHB","h":1,"n":"Tempest Cleric 3; Channel Divinity: Destructive Wrath","uh":"cleric_xphb,state:sub-tempest-phb=b1~feature=s2-0"},{"id":8489,"c":41,"u":"tempest%20domain_cleric_xphb_tempest_phb_3_phb","s":"PHB","h":1,"n":"Tempest Cleric 3; Tempest Domain","uh":"cleric_xphb,state:sub-tempest-phb=b1~feature=s2-0"},{"id":8491,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_xphb_trickery_phb_3_phb","s":"PHB","h":1,"n":"Trickery Cleric 3; Channel Divinity: Invoke Duplicity","uh":"cleric_xphb,state:sub-trickery-phb=b1~feature=s2-0"},{"id":8493,"c":41,"u":"trickery%20domain_cleric_xphb_trickery_phb_3_phb","s":"PHB","h":1,"n":"Trickery Cleric 3; Trickery Domain","uh":"cleric_xphb,state:sub-trickery-phb=b1~feature=s2-0"},{"id":8495,"c":41,"u":"channel%20divinity%3a%20guided%20strike_cleric_xphb_war_phb_3_phb","s":"PHB","h":1,"n":"War Cleric 3; Channel Divinity: Guided Strike","uh":"cleric_xphb,state:sub-war-phb=b1~feature=s2-0"},{"id":8497,"c":41,"u":"war%20domain_cleric_xphb_war_phb_3_phb","s":"PHB","h":1,"n":"War Cleric 3; War Domain","uh":"cleric_xphb,state:sub-war-phb=b1~feature=s2-0"},{"id":8499,"c":41,"u":"ambition%20domain%20(psa)_cleric_xphb_ambition%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Ambition (PSA) Cleric 3; Ambition Domain (PSA)","uh":"cleric_xphb,state:sub-ambition-psa-psa=b1~feature=s2-0"},{"id":8501,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_xphb_ambition%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Ambition (PSA) Cleric 3; Channel Divinity: Invoke Duplicity","uh":"cleric_xphb,state:sub-ambition-psa-psa=b1~feature=s2-0"},{"id":8503,"c":41,"u":"knowledge%20domain%20(psa)_cleric_xphb_knowledge%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Knowledge (PSA) Cleric 3; Knowledge Domain (PSA)","uh":"cleric_xphb,state:sub-knowledge-psa-psa=b1~feature=s2-0"},{"id":8505,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_xphb_solidarity%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 3; Channel Divinity: Preserve Life","uh":"cleric_xphb,state:sub-solidarity-psa-psa=b1~feature=s2-0"},{"id":8507,"c":41,"u":"solidarity%20domain%20(psa)_cleric_xphb_solidarity%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 3; Solidarity Domain (PSA)","uh":"cleric_xphb,state:sub-solidarity-psa-psa=b1~feature=s2-0"},{"id":8509,"c":41,"u":"channel%20divinity%3a%20feat%20of%20strength_cleric_xphb_strength%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Strength (PSA) Cleric 3; Channel Divinity: Feat of Strength","uh":"cleric_xphb,state:sub-strength-psa-psa=b1~feature=s2-0"},{"id":8511,"c":41,"u":"strength%20domain%20(psa)_cleric_xphb_strength%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Strength (PSA) Cleric 3; Strength Domain (PSA)","uh":"cleric_xphb,state:sub-strength-psa-psa=b1~feature=s2-0"},{"id":8513,"c":41,"u":"channel%20divinity%3a%20consuming%20fervor_cleric_xphb_zeal%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Zeal (PSA) Cleric 3; Channel Divinity: Consuming Fervor","uh":"cleric_xphb,state:sub-zeal-psa-psa=b1~feature=s2-0"},{"id":8515,"c":41,"u":"zeal%20domain%20(psa)_cleric_xphb_zeal%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Zeal (PSA) Cleric 3; Zeal Domain (PSA)","uh":"cleric_xphb,state:sub-zeal-psa-psa=b1~feature=s2-0"},{"id":8517,"c":41,"u":"arcana%20domain_cleric_xphb_arcana_scag_3_scag","s":"SCAG","h":1,"n":"Arcana Cleric 3; Arcana Domain","uh":"cleric_xphb,state:sub-arcana-scag=b1~feature=s2-0"},{"id":8519,"c":41,"u":"channel%20divinity%3a%20arcane%20abjuration_cleric_xphb_arcana_scag_3_scag","s":"SCAG","h":1,"n":"Arcana Cleric 3; Channel Divinity: Arcane Abjuration","uh":"cleric_xphb,state:sub-arcana-scag=b1~feature=s2-0"},{"id":8521,"c":41,"u":"channel%20divinity%3a%20order's%20demand_cleric_xphb_order_tce_3_tce","s":"TCE","h":1,"n":"Order Cleric 3; Channel Divinity: Order's Demand","uh":"cleric_xphb,state:sub-order-tce=b1~feature=s2-0"},{"id":8523,"c":41,"u":"order%20domain_cleric_xphb_order_tce_3_tce","s":"TCE","h":1,"n":"Order Cleric 3; Order Domain","uh":"cleric_xphb,state:sub-order-tce=b1~feature=s2-0"},{"id":8525,"c":41,"u":"channel%20divinity%3a%20balm%20of%20peace_cleric_xphb_peace_tce_3_tce","s":"TCE","h":1,"n":"Peace Cleric 3; Channel Divinity: Balm of Peace","uh":"cleric_xphb,state:sub-peace-tce=b1~feature=s2-0"},{"id":8527,"c":41,"u":"peace%20domain_cleric_xphb_peace_tce_3_tce","s":"TCE","h":1,"n":"Peace Cleric 3; Peace Domain","uh":"cleric_xphb,state:sub-peace-tce=b1~feature=s2-0"},{"id":8529,"c":41,"u":"channel%20divinity%3a%20twilight%20sanctuary_cleric_xphb_twilight_tce_3_tce","s":"TCE","h":1,"n":"Twilight Cleric 3; Channel Divinity: Twilight Sanctuary","uh":"cleric_xphb,state:sub-twilight-tce=b1~feature=s2-0"},{"id":8531,"c":41,"u":"twilight%20domain_cleric_xphb_twilight_tce_3_tce","s":"TCE","h":1,"n":"Twilight Cleric 3; Twilight Domain","uh":"cleric_xphb,state:sub-twilight-tce=b1~feature=s2-0"},{"id":8533,"c":41,"u":"blood%20domain_cleric_xphb_blood_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 3; Blood Domain","uh":"cleric_xphb,state:sub-blood-tdcsr=b1~feature=s2-0"},{"id":8535,"c":41,"u":"channel%20divinity%3a%20crimson%20bond_cleric_xphb_blood_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 3; Channel Divinity: Crimson Bond","uh":"cleric_xphb,state:sub-blood-tdcsr=b1~feature=s2-0"},{"id":8537,"c":41,"u":"channel%20divinity%3a%20blessing%20of%20the%20full%20moon_cleric_xphb_moon_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 3; Channel Divinity: Blessing of the Full Moon","uh":"cleric_xphb,state:sub-moon-tdcsr=b1~feature=s2-0"},{"id":8539,"c":41,"u":"moon%20domain_cleric_xphb_moon_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 3; Moon Domain","uh":"cleric_xphb,state:sub-moon-tdcsr=b1~feature=s2-0"},{"id":8541,"c":41,"u":"channel%20divinity%3a%20artisan's%20blessing_cleric_xphb_forge_xge_3_xge","s":"XGE","h":1,"n":"Forge Cleric 3; Channel Divinity: Artisan's Blessing","uh":"cleric_xphb,state:sub-forge-xge=b1~feature=s2-0"},{"id":8543,"c":41,"u":"forge%20domain_cleric_xphb_forge_xge_3_xge","s":"XGE","h":1,"n":"Forge Cleric 3; Forge Domain","uh":"cleric_xphb,state:sub-forge-xge=b1~feature=s2-0"},{"id":8545,"c":41,"u":"channel%20divinity%3a%20path%20to%20the%20grave_cleric_xphb_grave_xge_3_xge","s":"XGE","h":1,"n":"Grave Cleric 3; Channel Divinity: Path to the Grave","uh":"cleric_xphb,state:sub-grave-xge=b1~feature=s2-0"},{"id":8547,"c":41,"u":"grave%20domain_cleric_xphb_grave_xge_3_xge","s":"XGE","h":1,"n":"Grave Cleric 3; Grave Domain","uh":"cleric_xphb,state:sub-grave-xge=b1~feature=s2-0"},{"id":8549,"c":41,"u":"life%20domain_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"n":"Life Cleric 3; Life Domain","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8551,"c":41,"u":"disciple%20of%20life_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"n":"Life Cleric 3; Disciple of Life","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8553,"c":41,"u":"life%20domain%20spells_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"n":"Life Cleric 3; Life Domain Spells","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8555,"c":41,"u":"preserve%20life_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"n":"Life Cleric 3; Preserve Life","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8557,"c":41,"u":"blessed%20healer_cleric_xphb_life_xphb_6_xphb","p":74,"s":"XPHB","h":1,"n":"Life Cleric 6; Blessed Healer","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s5-0"},{"id":8559,"c":41,"u":"supreme%20healing_cleric_xphb_life_xphb_17_xphb","p":74,"s":"XPHB","h":1,"n":"Life Cleric 17; Supreme Healing","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s16-0"},{"id":8561,"c":41,"u":"light%20domain_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"n":"Light Cleric 3; Light Domain","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8563,"c":41,"u":"light%20domain%20spells_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"n":"Light Cleric 3; Light Domain Spells","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8565,"c":41,"u":"radiance%20of%20the%20dawn_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"n":"Light Cleric 3; Radiance of the Dawn","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8567,"c":41,"u":"warding%20flare_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"n":"Light Cleric 3; Warding Flare","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8569,"c":41,"u":"improved%20warding%20flare_cleric_xphb_light_xphb_6_xphb","p":75,"s":"XPHB","h":1,"n":"Light Cleric 6; Improved Warding Flare","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s5-0"},{"id":8571,"c":41,"u":"corona%20of%20light_cleric_xphb_light_xphb_17_xphb","p":75,"s":"XPHB","h":1,"n":"Light Cleric 17; Corona of Light","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s16-0"},{"id":8573,"c":41,"u":"trickery%20domain_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"n":"Trickery Cleric 3; Trickery Domain","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8575,"c":41,"u":"blessing%20of%20the%20trickster_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"n":"Trickery Cleric 3; Blessing of the Trickster","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8577,"c":41,"u":"domain%20spells_cleric_xphb_trickery_xphb_3_xphb","p":76,"s":"XPHB","h":1,"n":"Trickery Cleric 3; Domain Spells","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8579,"c":41,"u":"invoke%20duplicity_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"n":"Trickery Cleric 3; Invoke Duplicity","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8581,"c":41,"u":"trickster's%20transposition_cleric_xphb_trickery_xphb_6_xphb","p":76,"s":"XPHB","h":1,"n":"Trickery Cleric 6; Trickster's Transposition","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s5-0"},{"id":8583,"c":41,"u":"improved%20duplicity_cleric_xphb_trickery_xphb_17_xphb","p":76,"s":"XPHB","h":1,"n":"Trickery Cleric 17; Improved Duplicity","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s16-0"},{"id":8585,"c":41,"u":"war%20domain_cleric_xphb_war_xphb_3_xphb","p":76,"s":"XPHB","h":1,"n":"War Cleric 3; War Domain","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8587,"c":41,"u":"domain%20spells_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"n":"War Cleric 3; Domain Spells","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8589,"c":41,"u":"guided%20strike_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"n":"War Cleric 3; Guided Strike","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8591,"c":41,"u":"war%20priest_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"n":"War Cleric 3; War Priest","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8593,"c":41,"u":"war%20god's%20blessing_cleric_xphb_war_xphb_6_xphb","p":77,"s":"XPHB","h":1,"n":"War Cleric 6; War God's Blessing","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s5-0"},{"id":8595,"c":41,"u":"avatar%20of%20battle_cleric_xphb_war_xphb_17_xphb","p":77,"s":"XPHB","h":1,"n":"War Cleric 17; Avatar of Battle","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s16-0"},{"id":8597,"c":41,"u":"circle%20of%20the%20land_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 2; Circle of the Land","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8599,"c":41,"u":"bonus%20cantrip_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 2; Bonus Cantrip","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8601,"c":41,"u":"circle%20spells_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 2; Circle Spells","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8603,"c":41,"u":"natural%20recovery_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 2; Natural Recovery","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8605,"c":41,"u":"land's%20stride_druid_phb_land_phb_6_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 6; Land's Stride","uh":"druid_phb,state:sub-land-phb=b1~feature=s5-0"},{"id":8607,"c":41,"u":"nature's%20ward_druid_phb_land_phb_10_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 10; Nature's Ward","uh":"druid_phb,state:sub-land-phb=b1~feature=s9-0"},{"id":8609,"c":41,"u":"nature's%20sanctuary_druid_phb_land_phb_14_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 14; Nature's Sanctuary","uh":"druid_phb,state:sub-land-phb=b1~feature=s13-0"},{"id":8611,"c":41,"u":"circle%20of%20the%20moon_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 2; Circle of the Moon","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8613,"c":41,"u":"circle%20forms_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 2; Circle Forms","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8615,"c":41,"u":"combat%20wild%20shape_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 2; Combat Wild Shape","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8617,"c":41,"u":"primal%20strike_druid_phb_moon_phb_6_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 6; Primal Strike","uh":"druid_phb,state:sub-moon-phb=b1~feature=s5-0"},{"id":8619,"c":41,"u":"elemental%20wild%20shape_druid_phb_moon_phb_10_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 10; Elemental Wild Shape","uh":"druid_phb,state:sub-moon-phb=b1~feature=s9-0"},{"id":8621,"c":41,"u":"thousand%20forms_druid_phb_moon_phb_14_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 14; Thousand Forms","uh":"druid_phb,state:sub-moon-phb=b1~feature=s13-0"},{"id":8623,"c":41,"u":"circle%20of%20spores_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 2; Circle of Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8625,"c":41,"u":"circle%20spells_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 2; Circle Spells","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8627,"c":41,"u":"halo%20of%20spores_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 2; Halo of Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8629,"c":41,"u":"symbiotic%20entity_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 2; Symbiotic Entity","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8631,"c":41,"u":"fungal%20infestation_druid_phb_spores_tce_6_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 6; Fungal Infestation","uh":"druid_phb,state:sub-spores-tce=b1~feature=s5-0"},{"id":8633,"c":41,"u":"spreading%20spores_druid_phb_spores_tce_10_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 10; Spreading Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s9-0"},{"id":8635,"c":41,"u":"fungal%20body_druid_phb_spores_tce_14_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 14; Fungal Body","uh":"druid_phb,state:sub-spores-tce=b1~feature=s13-0"},{"id":8637,"c":41,"u":"circle%20of%20stars_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Circle of Stars","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8639,"c":41,"u":"star%20map_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Star Map","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8641,"c":41,"u":"starry%20form_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Starry Form","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8643,"c":41,"u":"archer_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Archer","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8645,"c":41,"u":"chalice_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Chalice","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8647,"c":41,"u":"dragon_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Dragon","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8649,"c":41,"u":"cosmic%20omen_druid_phb_stars_tce_6_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 6; Cosmic Omen","uh":"druid_phb,state:sub-stars-tce=b1~feature=s5-0"},{"id":8651,"c":41,"u":"twinkling%20constellations_druid_phb_stars_tce_10_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 10; Twinkling Constellations","uh":"druid_phb,state:sub-stars-tce=b1~feature=s9-0"},{"id":8653,"c":41,"u":"full%20of%20stars_druid_phb_stars_tce_14_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 14; Full of Stars","uh":"druid_phb,state:sub-stars-tce=b1~feature=s13-0"},{"id":8655,"c":41,"u":"circle%20of%20wildfire_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 2; Circle of Wildfire","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8657,"c":41,"u":"circle%20spells_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 2; Circle Spells","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8659,"c":41,"u":"summon%20wildfire%20spirit_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 2; Summon Wildfire Spirit","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8661,"c":41,"u":"enhanced%20bond_druid_phb_wildfire_tce_6_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 6; Enhanced Bond","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s5-0"},{"id":8663,"c":41,"u":"cauterizing%20flames_druid_phb_wildfire_tce_10_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 10; Cauterizing Flames","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s9-0"},{"id":8665,"c":41,"u":"blazing%20revival_druid_phb_wildfire_tce_14_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 14; Blazing Revival","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s13-0"},{"id":8667,"c":41,"u":"circle%20of%20the%20blighted_druid_phb_blighted_tdcsr_2_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 2; Circle of the Blighted","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8669,"c":41,"u":"blighted%20shape_druid_phb_blighted_tdcsr_2_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 2; Blighted Shape","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8671,"c":41,"u":"defile%20ground_druid_phb_blighted_tdcsr_2_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 2; Defile Ground","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8673,"c":41,"u":"call%20of%20the%20shadowseeds_druid_phb_blighted_tdcsr_6_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 6; Call of the Shadowseeds","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s5-0"},{"id":8675,"c":41,"u":"defile%20ground%20(10th%20level)_druid_phb_blighted_tdcsr_10_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 10; Defile Ground (10th Level)","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s9-0"},{"id":8677,"c":41,"u":"foul%20conjuration_druid_phb_blighted_tdcsr_10_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 10; Foul Conjuration","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s9-0"},{"id":8679,"c":41,"u":"defile%20ground%20(14th%20level)_druid_phb_blighted_tdcsr_14_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 14; Defile Ground (14th Level)","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s13-0"},{"id":8681,"c":41,"u":"incarnation%20of%20corruption_druid_phb_blighted_tdcsr_14_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 14; Incarnation of Corruption","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s13-0"},{"id":8683,"c":41,"u":"circle%20of%20dreams_druid_phb_dreams_xge_2_xge","p":22,"s":"XGE","h":1,"n":"Dreams Druid 2; Circle of Dreams","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s1-0"},{"id":8685,"c":41,"u":"balm%20of%20the%20summer%20court_druid_phb_dreams_xge_2_xge","p":22,"s":"XGE","h":1,"n":"Dreams Druid 2; Balm of the Summer Court","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s1-0"},{"id":8687,"c":41,"u":"hearth%20of%20moonlight%20and%20shadow_druid_phb_dreams_xge_6_xge","p":22,"s":"XGE","h":1,"n":"Dreams Druid 6; Hearth of Moonlight and Shadow","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s5-0"},{"id":8689,"c":41,"u":"hidden%20paths_druid_phb_dreams_xge_10_xge","p":22,"s":"XGE","h":1,"n":"Dreams Druid 10; Hidden Paths","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s9-0"},{"id":8691,"c":41,"u":"walker%20in%20dreams_druid_phb_dreams_xge_14_xge","p":22,"s":"XGE","h":1,"n":"Dreams Druid 14; Walker in Dreams","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s13-0"},{"id":8693,"c":41,"u":"circle%20of%20the%20shepherd_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 2; Circle of the Shepherd","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8695,"c":41,"u":"speech%20of%20the%20woods_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 2; Speech of the Woods","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8697,"c":41,"u":"spirit%20totem_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 2; Spirit Totem","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8699,"c":41,"u":"mighty%20summoner_druid_phb_shepherd_xge_6_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 6; Mighty Summoner","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s5-0"},{"id":8701,"c":41,"u":"guardian%20spirit_druid_phb_shepherd_xge_10_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 10; Guardian Spirit","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s9-0"},{"id":8703,"c":41,"u":"faithful%20summons_druid_phb_shepherd_xge_14_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 14; Faithful Summons","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s13-0"},{"id":8705,"c":41,"u":"circle%20of%20the%20land_druid_xphb_land_phb_3_phb","s":"PHB","h":1,"n":"Land Druid 3; Circle of the Land","uh":"druid_xphb,state:sub-land-phb=b1~feature=s2-0"},{"id":8707,"c":41,"u":"circle%20of%20the%20moon_druid_xphb_moon_phb_3_phb","s":"PHB","h":1,"n":"Moon Druid 3; Circle of the Moon","uh":"druid_xphb,state:sub-moon-phb=b1~feature=s2-0"},{"id":8709,"c":41,"u":"circle%20of%20spores_druid_xphb_spores_tce_3_tce","s":"TCE","h":1,"n":"Spores Druid 3; Circle of Spores","uh":"druid_xphb,state:sub-spores-tce=b1~feature=s2-0"},{"id":8711,"c":41,"u":"circle%20of%20stars_druid_xphb_stars_tce_3_tce","s":"TCE","h":1,"n":"Stars Druid 3; Circle of Stars","uh":"druid_xphb,state:sub-stars-tce=b1~feature=s2-0"},{"id":8713,"c":41,"u":"circle%20of%20wildfire_druid_xphb_wildfire_tce_3_tce","s":"TCE","h":1,"n":"Wildfire Druid 3; Circle of Wildfire","uh":"druid_xphb,state:sub-wildfire-tce=b1~feature=s2-0"},{"id":8715,"c":41,"u":"circle%20of%20the%20blighted_druid_xphb_blighted_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 3; Circle of the Blighted","uh":"druid_xphb,state:sub-blighted-tdcsr=b1~feature=s2-0"},{"id":8717,"c":41,"u":"circle%20of%20dreams_druid_xphb_dreams_xge_3_xge","s":"XGE","h":1,"n":"Dreams Druid 3; Circle of Dreams","uh":"druid_xphb,state:sub-dreams-xge=b1~feature=s2-0"},{"id":8719,"c":41,"u":"circle%20of%20the%20shepherd_druid_xphb_shepherd_xge_3_xge","s":"XGE","h":1,"n":"Shepherd Druid 3; Circle of the Shepherd","uh":"druid_xphb,state:sub-shepherd-xge=b1~feature=s2-0"},{"id":8721,"c":41,"u":"circle%20of%20the%20land_druid_xphb_land_xphb_3_xphb","p":84,"s":"XPHB","h":1,"n":"Land Druid 3; Circle of the Land","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8723,"c":41,"u":"circle%20of%20the%20land%20spells_druid_xphb_land_xphb_3_xphb","p":84,"s":"XPHB","h":1,"n":"Land Druid 3; Circle of the Land Spells","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8725,"c":41,"u":"land's%20aid_druid_xphb_land_xphb_3_xphb","p":85,"s":"XPHB","h":1,"n":"Land Druid 3; Land's Aid","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8727,"c":41,"u":"natural%20recovery_druid_xphb_land_xphb_6_xphb","p":85,"s":"XPHB","h":1,"n":"Land Druid 6; Natural Recovery","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s5-0"},{"id":8729,"c":41,"u":"nature's%20ward_druid_xphb_land_xphb_10_xphb","p":85,"s":"XPHB","h":1,"n":"Land Druid 10; Nature's Ward","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s9-0"},{"id":8731,"c":41,"u":"nature's%20sanctuary_druid_xphb_land_xphb_14_xphb","p":86,"s":"XPHB","h":1,"n":"Land Druid 14; Nature's Sanctuary","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s13-0"},{"id":8733,"c":41,"u":"circle%20forms_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"n":"Moon Druid 3; Circle Forms","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8735,"c":41,"u":"circle%20of%20the%20moon_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"n":"Moon Druid 3; Circle of the Moon","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8737,"c":41,"u":"circle%20of%20the%20moon%20spells_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"n":"Moon Druid 3; Circle of the Moon Spells","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8739,"c":41,"u":"improved%20circle%20forms_druid_xphb_moon_xphb_6_xphb","p":87,"s":"XPHB","h":1,"n":"Moon Druid 6; Improved Circle Forms","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s5-0"},{"id":8741,"c":41,"u":"moonlight%20step_druid_xphb_moon_xphb_10_xphb","p":87,"s":"XPHB","h":1,"n":"Moon Druid 10; Moonlight Step","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s9-0"},{"id":8743,"c":41,"u":"lunar%20form_druid_xphb_moon_xphb_14_xphb","p":87,"s":"XPHB","h":1,"n":"Moon Druid 14; Lunar Form","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s13-0"},{"id":8745,"c":41,"u":"circle%20of%20the%20sea_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"n":"Sea Druid 3; Circle of the Sea","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8747,"c":41,"u":"circle%20of%20the%20sea%20spells_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"n":"Sea Druid 3; Circle of the Sea Spells","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8749,"c":41,"u":"wrath%20of%20the%20sea_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"n":"Sea Druid 3; Wrath of the Sea","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8751,"c":41,"u":"aquatic%20affinity_druid_xphb_sea_xphb_6_xphb","p":87,"s":"XPHB","h":1,"n":"Sea Druid 6; Aquatic Affinity","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s5-0"},{"id":8753,"c":41,"u":"stormborn_druid_xphb_sea_xphb_10_xphb","p":87,"s":"XPHB","h":1,"n":"Sea Druid 10; Stormborn","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s9-0"},{"id":8755,"c":41,"u":"oceanic%20gift_druid_xphb_sea_xphb_14_xphb","p":88,"s":"XPHB","h":1,"n":"Sea Druid 14; Oceanic Gift","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s13-0"},{"id":8757,"c":41,"u":"circle%20of%20the%20stars_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Circle of the Stars","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8759,"c":41,"u":"star%20map_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Star Map","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8761,"c":41,"u":"starry%20form_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Starry Form","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8763,"c":41,"u":"archer_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Archer","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8765,"c":41,"u":"chalice_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Chalice","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8767,"c":41,"u":"dragon_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Dragon","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8769,"c":41,"u":"cosmic%20omen_druid_xphb_stars_xphb_6_xphb","p":89,"s":"XPHB","h":1,"n":"Stars Druid 6; Cosmic Omen","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s5-0"},{"id":8771,"c":41,"u":"twinkling%20constellations_druid_xphb_stars_xphb_10_xphb","p":89,"s":"XPHB","h":1,"n":"Stars Druid 10; Twinkling Constellations","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s9-0"},{"id":8773,"c":41,"u":"full%20of%20stars_druid_xphb_stars_xphb_14_xphb","p":89,"s":"XPHB","h":1,"n":"Stars Druid 14; Full of Stars","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s13-0"},{"id":8775,"c":41,"u":"echo%20knight_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 3; Echo Knight","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8777,"c":41,"u":"manifest%20echo_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 3; Manifest Echo","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8779,"c":41,"u":"unleash%20incarnation_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 3; Unleash Incarnation","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8781,"c":41,"u":"echo%20avatar_fighter_phb_echo%20knight_egw_7_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 7; Echo Avatar","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s6-0"},{"id":8783,"c":41,"u":"shadow%20martyr_fighter_phb_echo%20knight_egw_10_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 10; Shadow Martyr","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s9-0"},{"id":8785,"c":41,"u":"reclaim%20potential_fighter_phb_echo%20knight_egw_15_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 15; Reclaim Potential","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s14-0"},{"id":8787,"c":41,"u":"legion%20of%20one_fighter_phb_echo%20knight_egw_18_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 18; Legion of One","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s17-0"},{"id":8789,"c":41,"u":"scofflaw_fighter_phb_scofflaw_hwcs_3_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"n":"Scofflaw Fighter 3; Scofflaw","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s2-0"},{"id":8791,"c":41,"u":"bonus%20proficiency_fighter_phb_scofflaw_hwcs_3_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"n":"Scofflaw Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s2-0"},{"id":8793,"c":41,"u":"brutal%20brawler_fighter_phb_scofflaw_hwcs_3_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"n":"Scofflaw Fighter 3; Brutal Brawler","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s2-0"},{"id":8795,"c":41,"u":"intimidating%20banter_fighter_phb_scofflaw_hwcs_3_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"n":"Scofflaw Fighter 3; Intimidating Banter","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s2-0"},{"id":8797,"c":41,"u":"misdirection_fighter_phb_scofflaw_hwcs_7_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"n":"Scofflaw Fighter 7; Misdirection","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s6-0"},{"id":8799,"c":41,"u":"blindside_fighter_phb_scofflaw_hwcs_10_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"n":"Scofflaw Fighter 10; Blindside","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s9-0"},{"id":8801,"c":41,"u":"infamy_fighter_phb_scofflaw_hwcs_15_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"n":"Scofflaw Fighter 15; Infamy","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s14-0"},{"id":8803,"c":41,"u":"two%20for%20flinching_fighter_phb_scofflaw_hwcs_18_hwcs","p":41,"s":"HWCS","h":1,"dP":1,"n":"Scofflaw Fighter 18; Two For Flinching","uh":"fighter_phb,state:sub-scofflaw-hwcs=b1~feature=s17-0"},{"id":8805,"c":41,"u":"battle%20master_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 3; Battle Master","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8807,"c":41,"u":"combat%20superiority_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 3; Combat Superiority","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8809,"c":41,"u":"maneuver%20options_fighter_phb_battle%20master_phb_3_tce","p":41,"s":"TCE","h":1,"n":"Battle Master Fighter 3; Maneuver Options","uh":"fighter_phb,state:sub-battle-master-tce=b1~feature=s2-0"},{"id":8811,"c":41,"u":"maneuvers_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 3; Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8813,"c":41,"u":"student%20of%20war_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 3; Student of War","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8815,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 7; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8817,"c":41,"u":"additional%20superiority%20die_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 7; Additional Superiority Die","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8819,"c":41,"u":"know%20your%20enemy_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 7; Know Your Enemy","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8821,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_10_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 10; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s9-0"},{"id":8823,"c":41,"u":"improved%20combat%20superiority%20(d10)_fighter_phb_battle%20master_phb_10_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 10; Improved Combat Superiority (d10)","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s9-0"},{"id":8825,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 15; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8827,"c":41,"u":"additional%20superiority%20die_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 15; Additional Superiority Die","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8829,"c":41,"u":"relentless_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 15; Relentless","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8831,"c":41,"u":"improved%20combat%20superiority%20(d12)_fighter_phb_battle%20master_phb_18_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 18; Improved Combat Superiority (d12)","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s17-0"},{"id":8833,"c":41,"u":"champion_fighter_phb_champion_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 3; Champion","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s2-0"},{"id":8835,"c":41,"u":"improved%20critical_fighter_phb_champion_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 3; Improved Critical","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s2-0"},{"id":8837,"c":41,"u":"remarkable%20athlete_fighter_phb_champion_phb_7_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 7; Remarkable Athlete","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s6-0"},{"id":8839,"c":41,"u":"additional%20fighting%20style_fighter_phb_champion_phb_10_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 10; Additional Fighting Style","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s9-0"},{"id":8841,"c":41,"u":"superior%20critical_fighter_phb_champion_phb_15_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 15; Superior Critical","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s14-0"},{"id":8843,"c":41,"u":"survivor_fighter_phb_champion_phb_18_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 18; Survivor","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s17-0"},{"id":8845,"c":41,"u":"eldritch%20knight_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 3; Eldritch Knight","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8847,"c":41,"u":"spellcasting_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 3; Spellcasting","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8849,"c":41,"u":"weapon%20bond_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 3; Weapon Bond","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8851,"c":41,"u":"war%20magic_fighter_phb_eldritch%20knight_phb_7_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 7; War Magic","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s6-0"},{"id":8853,"c":41,"u":"eldritch%20strike_fighter_phb_eldritch%20knight_phb_10_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 10; Eldritch Strike","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s9-0"},{"id":8855,"c":41,"u":"arcane%20charge_fighter_phb_eldritch%20knight_phb_15_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 15; Arcane Charge","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s14-0"},{"id":8857,"c":41,"u":"improved%20war%20magic_fighter_phb_eldritch%20knight_phb_18_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 18; Improved War Magic","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s17-0"},{"id":8859,"c":41,"u":"purple%20dragon%20knight%20(banneret)_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 3; Purple Dragon Knight (Banneret)","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8861,"c":41,"u":"rallying%20cry_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 3; Rallying Cry","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8863,"c":41,"u":"restriction%3a%20knighthood_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 3; Restriction: Knighthood","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8865,"c":41,"u":"royal%20envoy_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_7_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 7; Royal Envoy","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s6-0"},{"id":8867,"c":41,"u":"inspiring%20surge_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_10_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 10; Inspiring Surge","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s9-0"},{"id":8869,"c":41,"u":"bulwark_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_15_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 15; Bulwark","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s14-0"},{"id":8871,"c":41,"u":"inspiring%20surge_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_18_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 18; Inspiring Surge","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s17-0"},{"id":8873,"c":41,"u":"protective%20field_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 3; Protective Field","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8875,"c":41,"u":"psi%20warrior_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 3; Psi Warrior","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8877,"c":41,"u":"psionic%20strike_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 3; Psionic Strike","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8879,"c":41,"u":"telekinetic%20movement_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 3; Telekinetic Movement","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8881,"c":41,"u":"psionic%20power_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 3; Psionic Power","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8883,"c":41,"u":"psi-powered%20leap_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 7; Psi-Powered Leap","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":8885,"c":41,"u":"telekinetic%20thrust_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 7; Telekinetic Thrust","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":8887,"c":41,"u":"telekinetic%20adept_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 7; Telekinetic Adept","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":8889,"c":41,"u":"guarded%20mind_fighter_phb_psi%20warrior_tce_10_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 10; Guarded Mind","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s9-0"},{"id":8891,"c":41,"u":"bulwark%20of%20force_fighter_phb_psi%20warrior_tce_15_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 15; Bulwark of Force","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s14-0"},{"id":8893,"c":41,"u":"telekinetic%20master_fighter_phb_psi%20warrior_tce_18_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 18; Telekinetic Master","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s17-0"},{"id":8895,"c":41,"u":"rune%20knight_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 3; Rune Knight","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":8897,"c":41,"u":"bonus%20proficiencies_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 3; Bonus Proficiencies","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":8899,"c":41,"u":"giant's%20might_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 3; Giant's Might","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":8901,"c":41,"u":"rune%20carver_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 3; Rune Carver","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":8903,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_7_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 7; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s6-0"},{"id":8905,"c":41,"u":"runic%20shield_fighter_phb_rune%20knight_tce_7_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 7; Runic Shield","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s6-0"},{"id":8907,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_10_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 10; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s9-0"},{"id":8909,"c":41,"u":"great%20stature_fighter_phb_rune%20knight_tce_10_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 10; Great Stature","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s9-0"},{"id":8911,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_15_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 15; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s14-0"},{"id":8913,"c":41,"u":"master%20of%20runes_fighter_phb_rune%20knight_tce_15_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 15; Master of Runes","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s14-0"},{"id":8915,"c":41,"u":"runic%20juggernaut_fighter_phb_rune%20knight_tce_18_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 18; Runic Juggernaut","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s17-0"},{"id":8917,"c":41,"u":"arcane%20archer_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 3; Arcane Archer","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":8919,"c":41,"u":"arcane%20archer%20lore_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 3; Arcane Archer Lore","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":8921,"c":41,"u":"arcane%20shot_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 3; Arcane Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":8923,"c":41,"u":"arcane%20shot%20options_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 3; Arcane Shot Options","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":8925,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 7; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":8927,"c":41,"u":"curving%20shot_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 7; Curving Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":8929,"c":41,"u":"magic%20arrow_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 7; Magic Arrow","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":8931,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_10_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 10; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s9-0"},{"id":8933,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_15_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 15; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s14-0"},{"id":8935,"c":41,"u":"ever-ready%20shot_fighter_phb_arcane%20archer_xge_15_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 15; Ever-Ready Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s14-0"},{"id":8937,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_18_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 18; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s17-0"},{"id":8939,"c":41,"u":"cavalier_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 3; Cavalier","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":8941,"c":41,"u":"bonus%20proficiency_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":8943,"c":41,"u":"born%20to%20the%20saddle_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 3; Born to the Saddle","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":8945,"c":41,"u":"unwavering%20mark_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 3; Unwavering Mark","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":8947,"c":41,"u":"warding%20maneuver_fighter_phb_cavalier_xge_7_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 7; Warding Maneuver","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s6-0"},{"id":8949,"c":41,"u":"hold%20the%20line_fighter_phb_cavalier_xge_10_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 10; Hold the Line","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s9-0"},{"id":8951,"c":41,"u":"ferocious%20charger_fighter_phb_cavalier_xge_15_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 15; Ferocious Charger","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s14-0"},{"id":8953,"c":41,"u":"vigilant%20defender_fighter_phb_cavalier_xge_18_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 18; Vigilant Defender","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s17-0"},{"id":8955,"c":41,"u":"samurai_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 3; Samurai","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":8957,"c":41,"u":"bonus%20proficiency_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":8959,"c":41,"u":"fighting%20spirit_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 3; Fighting Spirit","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":8961,"c":41,"u":"elegant%20courtier_fighter_phb_samurai_xge_7_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 7; Elegant Courtier","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s6-0"},{"id":8963,"c":41,"u":"tireless%20spirit_fighter_phb_samurai_xge_10_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 10; Tireless Spirit","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s9-0"},{"id":8965,"c":41,"u":"rapid%20strike_fighter_phb_samurai_xge_15_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 15; Rapid Strike","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s14-0"},{"id":8967,"c":41,"u":"strength%20before%20death_fighter_phb_samurai_xge_18_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 18; Strength before Death","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s17-0"},{"id":8969,"c":41,"u":"battle%20master_fighter_xphb_battle%20master_xphb_3_xphb","p":93,"s":"XPHB","h":1,"n":"Battle Master Fighter 3; Battle Master","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":8971,"c":41,"u":"combat%20superiority_fighter_xphb_battle%20master_xphb_3_xphb","p":93,"s":"XPHB","h":1,"n":"Battle Master Fighter 3; Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":8973,"c":41,"u":"maneuver%20options_fighter_xphb_battle%20master_xphb_3_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 3; Maneuver Options","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":8975,"c":41,"u":"student%20of%20war_fighter_xphb_battle%20master_xphb_3_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 3; Student of War","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":8977,"c":41,"u":"know%20your%20enemy_fighter_xphb_battle%20master_xphb_7_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 7; Know Your Enemy","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s6-0"},{"id":8979,"c":41,"u":"improved%20combat%20superiority_fighter_xphb_battle%20master_xphb_10_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 10; Improved Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s9-0"},{"id":8981,"c":41,"u":"relentless_fighter_xphb_battle%20master_xphb_15_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 15; Relentless","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s14-0"},{"id":8983,"c":41,"u":"ultimate%20combat%20superiority_fighter_xphb_battle%20master_xphb_18_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 18; Ultimate Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s17-0"},{"id":8985,"c":41,"u":"champion_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 3; Champion","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":8987,"c":41,"u":"improved%20critical_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 3; Improved Critical","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":8989,"c":41,"u":"remarkable%20athlete_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 3; Remarkable Athlete","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":8991,"c":41,"u":"additional%20fighting%20style_fighter_xphb_champion_xphb_7_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 7; Additional Fighting Style","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s6-0"},{"id":8993,"c":41,"u":"heroic%20warrior_fighter_xphb_champion_xphb_10_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 10; Heroic Warrior","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s9-0"},{"id":8995,"c":41,"u":"superior%20critical_fighter_xphb_champion_xphb_15_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 15; Superior Critical","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s14-0"},{"id":8997,"c":41,"u":"survivor_fighter_xphb_champion_xphb_18_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 18; Survivor","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s17-0"},{"id":8999,"c":41,"u":"eldritch%20knight_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":96,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 3; Eldritch Knight","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9001,"c":41,"u":"spellcasting_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":96,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 3; Spellcasting","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9003,"c":41,"u":"weapon%20bond_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 3; Weapon Bond","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9005,"c":41,"u":"war%20magic_fighter_xphb_eldritch%20knight_xphb_7_xphb","p":98,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 7; War Magic","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s6-0"},{"id":9007,"c":41,"u":"eldritch%20strike_fighter_xphb_eldritch%20knight_xphb_10_xphb","p":98,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 10; Eldritch Strike","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s9-0"},{"id":9009,"c":41,"u":"arcane%20charge_fighter_xphb_eldritch%20knight_xphb_15_xphb","p":98,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 15; Arcane Charge","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s14-0"},{"id":9011,"c":41,"u":"improved%20war%20magic_fighter_xphb_eldritch%20knight_xphb_18_xphb","p":98,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 18; Improved War Magic","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s17-0"},{"id":9013,"c":41,"u":"psi%20warrior_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 3; Psi Warrior","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9015,"c":41,"u":"psionic%20power_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 3; Psionic Power","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9017,"c":41,"u":"protective%20field_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 3; Protective Field","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9019,"c":41,"u":"psionic%20strike_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 3; Psionic Strike","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9021,"c":41,"u":"telekinetic%20movement_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 3; Telekinetic Movement","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9023,"c":41,"u":"psi-powered%20leap_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 7; Psi-Powered Leap","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9025,"c":41,"u":"telekinetic%20adept_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 7; Telekinetic Adept","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9027,"c":41,"u":"telekinetic%20thrust_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 7; Telekinetic Thrust","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9029,"c":41,"u":"guarded%20mind_fighter_xphb_psi%20warrior_xphb_10_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 10; Guarded Mind","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s9-0"},{"id":9031,"c":41,"u":"bulwark%20of%20force_fighter_xphb_psi%20warrior_xphb_15_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 15; Bulwark of Force","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s14-0"},{"id":9033,"c":41,"u":"telekinetic%20master_fighter_xphb_psi%20warrior_xphb_18_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 18; Telekinetic Master","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s17-0"},{"id":9035,"c":41,"u":"way%20of%20the%20ascendant%20dragon_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 3; Way of the Ascendant Dragon","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9037,"c":41,"u":"breath%20of%20the%20dragon_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 3; Breath of the Dragon","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9039,"c":41,"u":"draconic%20disciple_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 3; Draconic Disciple","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9041,"c":41,"u":"wings%20unfurled_monk_phb_ascendant%20dragon_ftd_6_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 6; Wings Unfurled","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s5-0"},{"id":9043,"c":41,"u":"aspect%20of%20the%20wyrm_monk_phb_ascendant%20dragon_ftd_11_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 11; Aspect of the Wyrm","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s10-0"},{"id":9045,"c":41,"u":"ascendant%20aspect_monk_phb_ascendant%20dragon_ftd_17_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 17; Ascendant Aspect","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s16-0"},{"id":9047,"c":41,"u":"way%20of%20the%20four%20elements_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 3; Way of the Four Elements","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9049,"c":41,"u":"disciple%20of%20the%20elements_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 3; Disciple of the Elements","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9051,"c":41,"u":"elemental%20disciplines_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 3; Elemental Disciplines","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9053,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_6_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 6; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s5-0"},{"id":9055,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_11_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 11; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s10-0"},{"id":9057,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_17_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 17; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s16-0"},{"id":9059,"c":41,"u":"way%20of%20the%20open%20hand_monk_phb_open%20hand_phb_3_phb","p":79,"s":"PHB","h":1,"r":1,"n":"Open Hand Monk 3; Way of the Open Hand","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s2-0"},{"id":9061,"c":41,"u":"open%20hand%20technique_monk_phb_open%20hand_phb_3_phb","p":79,"s":"PHB","h":1,"r":1,"n":"Open Hand Monk 3; Open Hand Technique","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s2-0"},{"id":9063,"c":41,"u":"wholeness%20of%20body_monk_phb_open%20hand_phb_6_phb","p":79,"s":"PHB","h":1,"r":1,"n":"Open Hand Monk 6; Wholeness of Body","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s5-0"},{"id":9065,"c":41,"u":"tranquility_monk_phb_open%20hand_phb_11_phb","p":79,"s":"PHB","h":1,"r":1,"n":"Open Hand Monk 11; Tranquility","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s10-0"},{"id":9067,"c":41,"u":"quivering%20palm_monk_phb_open%20hand_phb_17_phb","p":79,"s":"PHB","h":1,"r":1,"n":"Open Hand Monk 17; Quivering Palm","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s16-0"},{"id":9069,"c":41,"u":"way%20of%20shadow_monk_phb_shadow_phb_3_phb","p":80,"s":"PHB","h":1,"n":"Shadow Monk 3; Way of Shadow","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s2-0"},{"id":9071,"c":41,"u":"shadow%20arts_monk_phb_shadow_phb_3_phb","p":80,"s":"PHB","h":1,"n":"Shadow Monk 3; Shadow Arts","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s2-0"},{"id":9073,"c":41,"u":"shadow%20step_monk_phb_shadow_phb_6_phb","p":80,"s":"PHB","h":1,"n":"Shadow Monk 6; Shadow Step","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s5-0"},{"id":9075,"c":41,"u":"cloak%20of%20shadows_monk_phb_shadow_phb_11_phb","p":80,"s":"PHB","h":1,"n":"Shadow Monk 11; Cloak of Shadows","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s10-0"},{"id":9077,"c":41,"u":"opportunist_monk_phb_shadow_phb_17_phb","p":80,"s":"PHB","h":1,"n":"Shadow Monk 17; Opportunist","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s16-0"},{"id":9079,"c":41,"u":"way%20of%20the%20long%20death_monk_phb_long%20death_scag_3_scag","p":130,"s":"SCAG","h":1,"n":"Long Death Monk 3; Way of the Long Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s2-0"},{"id":9081,"c":41,"u":"touch%20of%20death_monk_phb_long%20death_scag_3_scag","p":130,"s":"SCAG","h":1,"n":"Long Death Monk 3; Touch of Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s2-0"},{"id":9083,"c":41,"u":"hour%20of%20reaping_monk_phb_long%20death_scag_6_scag","p":130,"s":"SCAG","h":1,"n":"Long Death Monk 6; Hour of Reaping","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s5-0"},{"id":9085,"c":41,"u":"mastery%20of%20death_monk_phb_long%20death_scag_11_scag","p":130,"s":"SCAG","h":1,"n":"Long Death Monk 11; Mastery of Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s10-0"},{"id":9087,"c":41,"u":"touch%20of%20the%20long%20death_monk_phb_long%20death_scag_17_scag","p":130,"s":"SCAG","h":1,"n":"Long Death Monk 17; Touch of the Long Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s16-0"},{"id":9089,"c":41,"u":"way%20of%20the%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 3; Way of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9091,"c":41,"u":"arms%20of%20the%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 3; Arms of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9093,"c":41,"u":"forms%20of%20your%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 3; Forms of Your Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9095,"c":41,"u":"visage%20of%20the%20astral%20self_monk_phb_astral%20self_tce_6_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 6; Visage of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s5-0"},{"id":9097,"c":41,"u":"body%20of%20the%20astral%20self_monk_phb_astral%20self_tce_11_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 11; Body of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s10-0"},{"id":9099,"c":41,"u":"awakened%20astral%20self_monk_phb_astral%20self_tce_17_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 17; Awakened Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s16-0"},{"id":9101,"c":41,"u":"way%20of%20mercy_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 3; Way of Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9103,"c":41,"u":"hand%20of%20harm_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 3; Hand of Harm","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9105,"c":41,"u":"hand%20of%20healing_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 3; Hand of Healing","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9107,"c":41,"u":"implements%20of%20mercy_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 3; Implements of Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9109,"c":41,"u":"physician's%20touch_monk_phb_mercy_tce_6_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 6; Physician's Touch","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s5-0"},{"id":9111,"c":41,"u":"flurry%20of%20healing%20and%20harm_monk_phb_mercy_tce_11_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 11; Flurry of Healing and Harm","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s10-0"},{"id":9113,"c":41,"u":"hand%20of%20ultimate%20mercy_monk_phb_mercy_tce_17_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 17; Hand of Ultimate Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s16-0"},{"id":9115,"c":41,"u":"way%20of%20the%20cobalt%20soul_monk_phb_cobalt%20soul_tdcsr_3_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 3; Way of the Cobalt Soul","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s2-0"},{"id":9117,"c":41,"u":"extract%20aspects_monk_phb_cobalt%20soul_tdcsr_3_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 3; Extract Aspects","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s2-0"},{"id":9119,"c":41,"u":"extort%20truth_monk_phb_cobalt%20soul_tdcsr_6_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 6; Extort Truth","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s5-0"},{"id":9121,"c":41,"u":"mystical%20erudition_monk_phb_cobalt%20soul_tdcsr_6_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 6; Mystical Erudition","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s5-0"},{"id":9123,"c":41,"u":"mind%20of%20mercury_monk_phb_cobalt%20soul_tdcsr_11_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 11; Mind of Mercury","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s10-0"},{"id":9125,"c":41,"u":"mystical%20erudition%20(11th%20level)_monk_phb_cobalt%20soul_tdcsr_11_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 11; Mystical Erudition (11th Level)","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s10-0"},{"id":9127,"c":41,"u":"debilitating%20barrage_monk_phb_cobalt%20soul_tdcsr_17_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 17; Debilitating Barrage","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s16-0"},{"id":9129,"c":41,"u":"mystical%20erudition%20(17th%20level)_monk_phb_cobalt%20soul_tdcsr_17_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 17; Mystical Erudition (17th Level)","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s16-0"},{"id":9131,"c":41,"u":"way%20of%20the%20drunken%20master_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 3; Way of the Drunken Master","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9133,"c":41,"u":"bonus%20proficiencies_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 3; Bonus Proficiencies","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9135,"c":41,"u":"drunken%20technique_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 3; Drunken Technique","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9137,"c":41,"u":"leap%20to%20your%20feet_monk_phb_drunken%20master_xge_6_xge","p":34,"s":"XGE","h":1,"n":"Drunken Master Monk 6; Leap to Your Feet","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9139,"c":41,"u":"redirect%20attack_monk_phb_drunken%20master_xge_6_xge","p":34,"s":"XGE","h":1,"n":"Drunken Master Monk 6; Redirect Attack","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9141,"c":41,"u":"tipsy%20sway_monk_phb_drunken%20master_xge_6_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 6; Tipsy Sway","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9143,"c":41,"u":"drunkard's%20luck_monk_phb_drunken%20master_xge_11_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 11; Drunkard's Luck","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s10-0"},{"id":9145,"c":41,"u":"intoxicated%20frenzy_monk_phb_drunken%20master_xge_17_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 17; Intoxicated Frenzy","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s16-0"},{"id":9147,"c":41,"u":"agile%20parry_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 3; Agile Parry","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9149,"c":41,"u":"kensei's%20shot_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 3; Kensei's Shot","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9151,"c":41,"u":"way%20of%20the%20kensei_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 3; Way of the Kensei","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9153,"c":41,"u":"path%20of%20the%20kensei_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 3; Path of the Kensei","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9155,"c":41,"u":"one%20with%20the%20blade_monk_phb_kensei_xge_6_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 6; One with the Blade","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s5-0"},{"id":9157,"c":41,"u":"sharpen%20the%20blade_monk_phb_kensei_xge_11_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 11; Sharpen the Blade","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s10-0"},{"id":9159,"c":41,"u":"unerring%20accuracy_monk_phb_kensei_xge_17_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 17; Unerring Accuracy","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s16-0"},{"id":9161,"c":41,"u":"way%20of%20the%20sun%20soul_monk_phb_sun%20soul_xge_3_xge","p":35,"s":"XGE","h":1,"n":"Sun Soul Monk 3; Way of the Sun Soul","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s2-0"},{"id":9163,"c":41,"u":"radiant%20sun%20bolt_monk_phb_sun%20soul_xge_3_xge","p":35,"s":"XGE","h":1,"n":"Sun Soul Monk 3; Radiant Sun Bolt","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s2-0"},{"id":9165,"c":41,"u":"searing%20arc%20strike_monk_phb_sun%20soul_xge_6_xge","p":35,"s":"XGE","h":1,"n":"Sun Soul Monk 6; Searing Arc Strike","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s5-0"},{"id":9167,"c":41,"u":"searing%20sunburst_monk_phb_sun%20soul_xge_11_xge","p":35,"s":"XGE","h":1,"n":"Sun Soul Monk 11; Searing Sunburst","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s10-0"},{"id":9169,"c":41,"u":"sun%20shield_monk_phb_sun%20soul_xge_17_xge","p":35,"s":"XGE","h":1,"n":"Sun Soul Monk 17; Sun Shield","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s16-0"},{"id":9171,"c":41,"u":"elemental%20attunement_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 3; Elemental Attunement","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9173,"c":41,"u":"manipulate%20elements_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 3; Manipulate Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9175,"c":41,"u":"warrior%20of%20the%20elements_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 3; Warrior of the Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9177,"c":41,"u":"elemental%20burst_monk_xphb_elements_xphb_6_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 6; Elemental Burst","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s5-0"},{"id":9179,"c":41,"u":"stride%20of%20the%20elements_monk_xphb_elements_xphb_11_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 11; Stride of the Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s10-0"},{"id":9181,"c":41,"u":"elemental%20epitome_monk_xphb_elements_xphb_17_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 17; Elemental Epitome","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s16-0"},{"id":9183,"c":41,"u":"warrior%20of%20mercy_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 3; Warrior of Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9185,"c":41,"u":"hand%20of%20harm_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 3; Hand of Harm","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9187,"c":41,"u":"hand%20of%20healing_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 3; Hand of Healing","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9189,"c":41,"u":"implements%20of%20mercy_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 3; Implements of Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9191,"c":41,"u":"physician's%20touch_monk_xphb_mercy_xphb_6_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 6; Physician's Touch","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s5-0"},{"id":9193,"c":41,"u":"flurry%20of%20healing%20and%20harm_monk_xphb_mercy_xphb_11_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 11; Flurry of Healing and Harm","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s10-0"},{"id":9195,"c":41,"u":"hand%20of%20ultimate%20mercy_monk_xphb_mercy_xphb_17_xphb","p":105,"s":"XPHB","h":1,"n":"Mercy Monk 17; Hand of Ultimate Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s16-0"},{"id":9197,"c":41,"u":"open%20hand%20technique_monk_xphb_open%20hand_xphb_3_xphb","p":107,"s":"XPHB","h":1,"n":"Open Hand Monk 3; Open Hand Technique","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s2-0"},{"id":9199,"c":41,"u":"warrior%20of%20the%20open%20hand_monk_xphb_open%20hand_xphb_3_xphb","p":107,"s":"XPHB","h":1,"n":"Open Hand Monk 3; Warrior of the Open Hand","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s2-0"},{"id":9201,"c":41,"u":"wholeness%20of%20body_monk_xphb_open%20hand_xphb_6_xphb","p":107,"s":"XPHB","h":1,"n":"Open Hand Monk 6; Wholeness of Body","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s5-0"},{"id":9203,"c":41,"u":"fleet%20step_monk_xphb_open%20hand_xphb_11_xphb","p":107,"s":"XPHB","h":1,"n":"Open Hand Monk 11; Fleet Step","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s10-0"},{"id":9205,"c":41,"u":"quivering%20palm_monk_xphb_open%20hand_xphb_17_xphb","p":107,"s":"XPHB","h":1,"n":"Open Hand Monk 17; Quivering Palm","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s16-0"},{"id":9207,"c":41,"u":"shadow%20arts_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 3; Shadow Arts","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9209,"c":41,"u":"warrior%20of%20shadow_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 3; Warrior of Shadow","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9211,"c":41,"u":"darkness_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 3; Darkness","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9213,"c":41,"u":"darkvision_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 3; Darkvision","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9215,"c":41,"u":"shadowy%20figments_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 3; Shadowy Figments","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9217,"c":41,"u":"shadow%20step_monk_xphb_shadow_xphb_6_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 6; Shadow Step","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s5-0"},{"id":9219,"c":41,"u":"improved%20shadow%20step_monk_xphb_shadow_xphb_11_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 11; Improved Shadow Step","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s10-0"},{"id":9221,"c":41,"u":"cloak%20of%20shadows_monk_xphb_shadow_xphb_17_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 17; Cloak of Shadows","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s16-0"},{"id":9223,"c":41,"u":"order%20of%20the%20avatar_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 1; Order of the Avatar","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9225,"c":41,"u":"armor%20training_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 1; Armor Training","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9227,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9229,"c":41,"u":"avatar%20of%20battle_mystic_uathemysticclass_avatar_uathemysticclass_3_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 3; Avatar of Battle","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s2-0"},{"id":9231,"c":41,"u":"avatar%20of%20healing_mystic_uathemysticclass_avatar_uathemysticclass_6_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 6; Avatar of Healing","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s5-0"},{"id":9233,"c":41,"u":"avatar%20of%20speed_mystic_uathemysticclass_avatar_uathemysticclass_14_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 14; Avatar of Speed","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s13-0"},{"id":9235,"c":41,"u":"order%20of%20the%20awakened_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 1; Order of the Awakened","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9237,"c":41,"u":"awakened%20talent_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 1; Awakened Talent","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9239,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9241,"c":41,"u":"psionic%20investigation_mystic_uathemysticclass_awakened_uathemysticclass_3_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 3; Psionic Investigation","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s2-0"},{"id":9243,"c":41,"u":"psionic%20surge_mystic_uathemysticclass_awakened_uathemysticclass_6_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 6; Psionic Surge","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s5-0"},{"id":9245,"c":41,"u":"spectral%20form_mystic_uathemysticclass_awakened_uathemysticclass_14_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 14; Spectral Form","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s13-0"},{"id":9247,"c":41,"u":"order%20of%20the%20immortal_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 1; Order of the Immortal","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9249,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9251,"c":41,"u":"immortal%20durability_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 1; Immortal Durability","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9253,"c":41,"u":"psionic%20resilience_mystic_uathemysticclass_immortal_uathemysticclass_3_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 3; Psionic Resilience","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s2-0"},{"id":9255,"c":41,"u":"surge%20of%20health_mystic_uathemysticclass_immortal_uathemysticclass_6_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 6; Surge of Health","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s5-0"},{"id":9257,"c":41,"u":"immortal%20will_mystic_uathemysticclass_immortal_uathemysticclass_14_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 14; Immortal Will","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s13-0"},{"id":9259,"c":41,"u":"order%20of%20the%20nomad_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 1; Order of the Nomad","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9261,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9263,"c":41,"u":"breadth%20of%20knowledge_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 1; Breadth of Knowledge","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9265,"c":41,"u":"memory%20of%20one%20thousand%20steps_mystic_uathemysticclass_nomad_uathemysticclass_3_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 3; Memory of One Thousand Steps","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s2-0"},{"id":9267,"c":41,"u":"superior%20teleportation_mystic_uathemysticclass_nomad_uathemysticclass_6_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 6; Superior Teleportation","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s5-0"},{"id":9269,"c":41,"u":"effortless%20journey_mystic_uathemysticclass_nomad_uathemysticclass_14_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 14; Effortless Journey","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s13-0"},{"id":9271,"c":41,"u":"order%20of%20the%20soul%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 1; Order of the Soul Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9273,"c":41,"u":"martial%20training_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 1; Martial Training","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9275,"c":41,"u":"soul%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 1; Soul Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9277,"c":41,"u":"hone%20the%20blade_mystic_uathemysticclass_soul%20knife_uathemysticclass_3_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 3; Hone the Blade","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s2-0"},{"id":9279,"c":41,"u":"consumptive%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_6_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 6; Consumptive Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s5-0"},{"id":9281,"c":41,"u":"phantom%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_14_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 14; Phantom Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s13-0"},{"id":9283,"c":41,"u":"order%20of%20the%20wu%20jen_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 1; Order of the Wu Jen","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9285,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9287,"c":41,"u":"hermit's%20study_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 1; Hermit's Study","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9289,"c":41,"u":"elemental%20attunement_mystic_uathemysticclass_wu%20jen_uathemysticclass_3_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 3; Elemental Attunement","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s2-0"},{"id":9291,"c":41,"u":"arcane%20dabbler_mystic_uathemysticclass_wu%20jen_uathemysticclass_6_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 6; Arcane Dabbler","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s5-0"},{"id":9293,"c":41,"u":"elemental%20mastery_mystic_uathemysticclass_wu%20jen_uathemysticclass_14_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 14; Elemental Mastery","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s13-0"},{"id":9295,"c":41,"u":"oathbreaker_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 3; Oathbreaker","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9297,"c":41,"u":"channel%20divinity_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9299,"c":41,"u":"control%20undead_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 3; Control Undead","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9301,"c":41,"u":"dreadful%20aspect_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 3; Dreadful Aspect","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9303,"c":41,"u":"oathbreaker%20spells_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 3; Oathbreaker Spells","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9305,"c":41,"u":"aura%20of%20hate_paladin_phb_oathbreaker_dmg_7_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 7; Aura of Hate","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s6-0"},{"id":9307,"c":41,"u":"supernatural%20resistance_paladin_phb_oathbreaker_dmg_15_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 15; Supernatural Resistance","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s14-0"},{"id":9309,"c":41,"u":"dread%20lord_paladin_phb_oathbreaker_dmg_20_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 20; Dread Lord","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s19-0"},{"id":9311,"c":41,"u":"oath%20of%20the%20ancients_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Oath of the Ancients","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9313,"c":41,"u":"channel%20divinity_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9315,"c":41,"u":"nature's%20wrath_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Nature's Wrath","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9317,"c":41,"u":"oath%20spells_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9319,"c":41,"u":"tenets%20of%20the%20ancients_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Tenets of the Ancients","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9321,"c":41,"u":"turn%20the%20faithless_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Turn the Faithless","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9323,"c":41,"u":"aura%20of%20warding_paladin_phb_ancients_phb_7_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 7; Aura of Warding","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s6-0"},{"id":9325,"c":41,"u":"undying%20sentinel_paladin_phb_ancients_phb_15_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 15; Undying Sentinel","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s14-0"},{"id":9327,"c":41,"u":"elder%20champion_paladin_phb_ancients_phb_20_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 20; Elder Champion","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s19-0"},{"id":9329,"c":41,"u":"oath%20of%20devotion_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Oath of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9331,"c":41,"u":"channel%20divinity_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9333,"c":41,"u":"oath%20spells_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9335,"c":41,"u":"sacred%20weapon_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Sacred Weapon","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9337,"c":41,"u":"tenets%20of%20devotion_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Tenets of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9339,"c":41,"u":"turn%20the%20unholy_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Turn the Unholy","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9341,"c":41,"u":"aura%20of%20devotion_paladin_phb_devotion_phb_7_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 7; Aura of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s6-0"},{"id":9343,"c":41,"u":"purity%20of%20spirit_paladin_phb_devotion_phb_15_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 15; Purity of Spirit","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s14-0"},{"id":9345,"c":41,"u":"holy%20nimbus_paladin_phb_devotion_phb_20_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 20; Holy Nimbus","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s19-0"},{"id":9347,"c":41,"u":"oath%20of%20vengeance_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Oath of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9349,"c":41,"u":"abjure%20enemy_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Abjure Enemy","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9351,"c":41,"u":"channel%20divinity_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9353,"c":41,"u":"oath%20spells_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9355,"c":41,"u":"tenets%20of%20vengeance_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Tenets of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9357,"c":41,"u":"vow%20of%20enmity_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Vow of Enmity","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9359,"c":41,"u":"relentless%20avenger_paladin_phb_vengeance_phb_7_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 7; Relentless Avenger","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s6-0"},{"id":9361,"c":41,"u":"soul%20of%20vengeance_paladin_phb_vengeance_phb_15_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 15; Soul of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s14-0"},{"id":9363,"c":41,"u":"avenging%20angel_paladin_phb_vengeance_phb_20_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 20; Avenging Angel","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s19-0"},{"id":9365,"c":41,"u":"oath%20of%20the%20crown_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Oath of the Crown","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9367,"c":41,"u":"champion%20challenge_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Champion Challenge","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9369,"c":41,"u":"channel%20divinity_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9371,"c":41,"u":"oath%20spells_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9373,"c":41,"u":"tenets%20of%20the%20crown_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Tenets of the Crown","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9375,"c":41,"u":"turn%20the%20tide_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Turn the Tide","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9377,"c":41,"u":"divine%20allegiance_paladin_phb_crown_scag_7_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 7; Divine Allegiance","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s6-0"},{"id":9379,"c":41,"u":"unyielding%20spirit_paladin_phb_crown_scag_15_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 15; Unyielding Spirit","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s14-0"},{"id":9381,"c":41,"u":"exalted%20champion_paladin_phb_crown_scag_20_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 20; Exalted Champion","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s19-0"},{"id":9383,"c":41,"u":"oath%20of%20glory_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Oath of Glory","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9385,"c":41,"u":"channel%20divinity_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9387,"c":41,"u":"oath%20spells_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9389,"c":41,"u":"tenets%20of%20glory_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Tenets of Glory","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9391,"c":41,"u":"inspiring%20smite_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Inspiring Smite","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9393,"c":41,"u":"peerless%20athlete_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Peerless Athlete","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9395,"c":41,"u":"aura%20of%20alacrity_paladin_phb_glory_tce_7_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 7; Aura of Alacrity","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s6-0"},{"id":9397,"c":41,"u":"glorious%20defense_paladin_phb_glory_tce_15_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 15; Glorious Defense","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s14-0"},{"id":9399,"c":41,"u":"living%20legend_paladin_phb_glory_tce_20_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 20; Living Legend","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s19-0"},{"id":9401,"c":41,"u":"oath%20of%20the%20watchers_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Oath of the Watchers","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9403,"c":41,"u":"channel%20divinity_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9405,"c":41,"u":"oath%20spells_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9407,"c":41,"u":"tenets%20of%20the%20watchers_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Tenets of the Watchers","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9409,"c":41,"u":"abjure%20the%20extraplanar_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Abjure the Extraplanar","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9411,"c":41,"u":"watcher's%20will_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Watcher's Will","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9413,"c":41,"u":"aura%20of%20the%20sentinel_paladin_phb_watchers_tce_7_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 7; Aura of the Sentinel","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s6-0"},{"id":9415,"c":41,"u":"vigilant%20rebuke_paladin_phb_watchers_tce_15_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 15; Vigilant Rebuke","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s14-0"},{"id":9417,"c":41,"u":"mortal%20bulwark_paladin_phb_watchers_tce_20_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 20; Mortal Bulwark","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s19-0"},{"id":9419,"c":41,"u":"oath%20of%20the%20open%20sea_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Oath of the Open Sea","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9421,"c":41,"u":"channel%20divinity_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9423,"c":41,"u":"fury%20of%20the%20tides_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Fury of the Tides","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9425,"c":41,"u":"marine%20layer_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Marine Layer","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9427,"c":41,"u":"oath%20spells_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9429,"c":41,"u":"tenets%20of%20the%20open%20sea_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Tenets of the Open Sea","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9431,"c":41,"u":"aura%20of%20liberation_paladin_phb_open%20sea_tdcsr_7_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 7; Aura of Liberation","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s6-0"},{"id":9433,"c":41,"u":"stormy%20waters_paladin_phb_open%20sea_tdcsr_15_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 15; Stormy Waters","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s14-0"},{"id":9435,"c":41,"u":"aura%20of%20liberation%20(18th%20level)_paladin_phb_open%20sea_tdcsr_18_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 18; Aura of Liberation (18th Level)","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s17-0"},{"id":9437,"c":41,"u":"mythic%20swashbuckler_paladin_phb_open%20sea_tdcsr_20_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 20; Mythic Swashbuckler","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s19-0"},{"id":9439,"c":41,"u":"oath%20of%20conquest_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Oath of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9441,"c":41,"u":"channel%20divinity_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9443,"c":41,"u":"conquering%20presence_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Conquering Presence","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9445,"c":41,"u":"guided%20strike_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Guided Strike","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9447,"c":41,"u":"oath%20spells_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9449,"c":41,"u":"tenets%20of%20conquest_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Tenets of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9451,"c":41,"u":"aura%20of%20conquest_paladin_phb_conquest_xge_7_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 7; Aura of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s6-0"},{"id":9453,"c":41,"u":"scornful%20rebuke_paladin_phb_conquest_xge_15_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 15; Scornful Rebuke","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s14-0"},{"id":9455,"c":41,"u":"invincible%20conqueror_paladin_phb_conquest_xge_20_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 20; Invincible Conqueror","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s19-0"},{"id":9457,"c":41,"u":"oath%20of%20redemption_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Oath of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9459,"c":41,"u":"channel%20divinity_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9461,"c":41,"u":"emissary%20of%20peace_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Emissary of Peace","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9463,"c":41,"u":"oath%20spells_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9465,"c":41,"u":"rebuke%20the%20violent_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Rebuke the Violent","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9467,"c":41,"u":"tenets%20of%20redemption_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Tenets of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9469,"c":41,"u":"aura%20of%20the%20guardian_paladin_phb_redemption_xge_7_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 7; Aura of the Guardian","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s6-0"},{"id":9471,"c":41,"u":"protective%20spirit_paladin_phb_redemption_xge_15_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 15; Protective Spirit","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s14-0"},{"id":9473,"c":41,"u":"emissary%20of%20redemption_paladin_phb_redemption_xge_20_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 20; Emissary of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s19-0"},{"id":9475,"c":41,"u":"nature's%20wrath_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Ancients Paladin 3; Nature's Wrath","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9477,"c":41,"u":"oath%20of%20the%20ancients_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Ancients Paladin 3; Oath of the Ancients","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9479,"c":41,"u":"oath%20of%20the%20ancients%20spells_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Ancients Paladin 3; Oath of the Ancients Spells","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9481,"c":41,"u":"aura%20of%20warding_paladin_xphb_ancients_xphb_7_xphb","p":116,"s":"XPHB","h":1,"n":"Ancients Paladin 7; Aura of Warding","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s6-0"},{"id":9483,"c":41,"u":"undying%20sentinel_paladin_xphb_ancients_xphb_15_xphb","p":116,"s":"XPHB","h":1,"n":"Ancients Paladin 15; Undying Sentinel","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s14-0"},{"id":9485,"c":41,"u":"elder%20champion_paladin_xphb_ancients_xphb_20_xphb","p":116,"s":"XPHB","h":1,"n":"Ancients Paladin 20; Elder Champion","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s19-0"},{"id":9487,"c":41,"u":"oath%20of%20devotion_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"n":"Devotion Paladin 3; Oath of Devotion","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9489,"c":41,"u":"oath%20of%20devotion%20spells_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"n":"Devotion Paladin 3; Oath of Devotion Spells","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9491,"c":41,"u":"sacred%20weapon_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"n":"Devotion Paladin 3; Sacred Weapon","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9493,"c":41,"u":"aura%20of%20devotion_paladin_xphb_devotion_xphb_7_xphb","p":114,"s":"XPHB","h":1,"n":"Devotion Paladin 7; Aura of Devotion","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s6-0"},{"id":9495,"c":41,"u":"smite%20of%20protection_paladin_xphb_devotion_xphb_15_xphb","p":114,"s":"XPHB","h":1,"n":"Devotion Paladin 15; Smite of Protection","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s14-0"},{"id":9497,"c":41,"u":"holy%20nimbus_paladin_xphb_devotion_xphb_20_xphb","p":114,"s":"XPHB","h":1,"n":"Devotion Paladin 20; Holy Nimbus","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s19-0"},{"id":9499,"c":41,"u":"inspiring%20smite_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 3; Inspiring Smite","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9501,"c":41,"u":"oath%20of%20glory_paladin_xphb_glory_xphb_3_xphb","p":114,"s":"XPHB","h":1,"n":"Glory Paladin 3; Oath of Glory","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9503,"c":41,"u":"oath%20of%20glory%20spells_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 3; Oath of Glory Spells","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9505,"c":41,"u":"peerless%20athlete_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 3; Peerless Athlete","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9507,"c":41,"u":"aura%20of%20alacricity_paladin_xphb_glory_xphb_7_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 7; Aura of Alacricity","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s6-0"},{"id":9509,"c":41,"u":"glorious%20defense_paladin_xphb_glory_xphb_15_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 15; Glorious Defense","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s14-0"},{"id":9511,"c":41,"u":"living%20legend_paladin_xphb_glory_xphb_20_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 20; Living Legend","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s19-0"},{"id":9513,"c":41,"u":"oath%20of%20vengeance_paladin_xphb_vengeance_xphb_3_xphb","p":116,"s":"XPHB","h":1,"n":"Vengeance Paladin 3; Oath of Vengeance","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9515,"c":41,"u":"oath%20of%20vengeance%20spells_paladin_xphb_vengeance_xphb_3_xphb","p":116,"s":"XPHB","h":1,"n":"Vengeance Paladin 3; Oath of Vengeance Spells","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9517,"c":41,"u":"vow%20of%20enmity_paladin_xphb_vengeance_xphb_3_xphb","p":117,"s":"XPHB","h":1,"n":"Vengeance Paladin 3; Vow of Enmity","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9519,"c":41,"u":"relentless%20avenger_paladin_xphb_vengeance_xphb_7_xphb","p":117,"s":"XPHB","h":1,"n":"Vengeance Paladin 7; Relentless Avenger","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s6-0"},{"id":9521,"c":41,"u":"soul%20of%20vengeance_paladin_xphb_vengeance_xphb_15_xphb","p":117,"s":"XPHB","h":1,"n":"Vengeance Paladin 15; Soul of Vengeance","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s14-0"},{"id":9523,"c":41,"u":"avenging%20angel_paladin_xphb_vengeance_xphb_20_xphb","p":117,"s":"XPHB","h":1,"n":"Vengeance Paladin 20; Avenging Angel","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s19-0"},{"id":9525,"c":41,"u":"drakewarden_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 3; Drakewarden","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9527,"c":41,"u":"draconic%20gift_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 3; Draconic Gift","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9529,"c":41,"u":"drake%20companion_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 3; Drake Companion","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9531,"c":41,"u":"bond%20of%20fang%20and%20scale_ranger_phb_drakewarden_ftd_7_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 7; Bond of Fang and Scale","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s6-0"},{"id":9533,"c":41,"u":"drake's%20breath_ranger_phb_drakewarden_ftd_11_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 11; Drake's Breath","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s10-0"},{"id":9535,"c":41,"u":"perfected%20bond_ranger_phb_drakewarden_ftd_15_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 15; Perfected Bond","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s14-0"},{"id":9537,"c":41,"u":"beast%20master_ranger_phb_beast%20master_phb_3_phb","p":93,"s":"PHB","h":1,"n":"Beast Master Ranger 3; Beast Master","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s2-0"},{"id":9539,"c":41,"u":"primal%20companion_ranger_phb_beast%20master_phb_3_tce","p":61,"s":"TCE","h":1,"n":"Beast Master Ranger 3; Primal Companion","uh":"ranger_phb,state:sub-beast-master-tce=b1~feature=s2-0"},{"id":9541,"c":41,"u":"ranger's%20companion_ranger_phb_beast%20master_phb_3_phb","p":93,"s":"PHB","h":1,"n":"Beast Master Ranger 3; Ranger's Companion","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s2-0"},{"id":9543,"c":41,"u":"exceptional%20training_ranger_phb_beast%20master_phb_7_phb","p":93,"s":"PHB","h":1,"n":"Beast Master Ranger 7; Exceptional Training","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s6-0"},{"id":9545,"c":41,"u":"bestial%20fury_ranger_phb_beast%20master_phb_11_phb","p":93,"s":"PHB","h":1,"n":"Beast Master Ranger 11; Bestial Fury","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s10-0"},{"id":9547,"c":41,"u":"share%20spells_ranger_phb_beast%20master_phb_15_phb","p":93,"s":"PHB","h":1,"n":"Beast Master Ranger 15; Share Spells","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s14-0"},{"id":9549,"c":41,"u":"hunter_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 3; Hunter","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9551,"c":41,"u":"horde%20breaker_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 3; Horde Breaker","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9553,"c":41,"u":"hunter's%20prey_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 3; Hunter's Prey","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9555,"c":41,"u":"colossus%20slayer_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 3; Colossus Slayer","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9557,"c":41,"u":"giant%20killer_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 3; Giant Killer","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9559,"c":41,"u":"defensive%20tactics_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 7; Defensive Tactics","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9561,"c":41,"u":"escape%20the%20horde_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 7; Escape the Horde","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9563,"c":41,"u":"multiattack%20defense_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 7; Multiattack Defense","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9565,"c":41,"u":"steel%20will_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 7; Steel Will","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9567,"c":41,"u":"multiattack_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 11; Multiattack","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9569,"c":41,"u":"volley_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 11; Volley","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9571,"c":41,"u":"whirlwind%20attack_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 11; Whirlwind Attack","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9573,"c":41,"u":"evasion_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 15; Evasion","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9575,"c":41,"u":"stand%20against%20the%20tide_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 15; Stand Against the Tide","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9577,"c":41,"u":"superior%20hunter's%20defense_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 15; Superior Hunter's Defense","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9579,"c":41,"u":"uncanny%20dodge_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 15; Uncanny Dodge","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9581,"c":41,"u":"fey%20wanderer_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 3; Fey Wanderer","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9583,"c":41,"u":"dreadful%20strikes_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 3; Dreadful Strikes","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9585,"c":41,"u":"fey%20wanderer%20magic_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 3; Fey Wanderer Magic","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9587,"c":41,"u":"otherworldly%20glamour_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 3; Otherworldly Glamour","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9589,"c":41,"u":"beguiling%20twist_ranger_phb_fey%20wanderer_tce_7_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 7; Beguiling Twist","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s6-0"},{"id":9591,"c":41,"u":"fey%20reinforcements_ranger_phb_fey%20wanderer_tce_11_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 11; Fey Reinforcements","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s10-0"},{"id":9593,"c":41,"u":"misty%20wanderer_ranger_phb_fey%20wanderer_tce_15_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 15; Misty Wanderer","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s14-0"},{"id":9595,"c":41,"u":"swarmkeeper_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 3; Swarmkeeper","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9597,"c":41,"u":"gathered%20swarm_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 3; Gathered Swarm","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9599,"c":41,"u":"swarmkeeper%20magic_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 3; Swarmkeeper Magic","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9601,"c":41,"u":"writhing%20tide_ranger_phb_swarmkeeper_tce_7_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 7; Writhing Tide","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s6-0"},{"id":9603,"c":41,"u":"mighty%20swarm_ranger_phb_swarmkeeper_tce_11_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 11; Mighty Swarm","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s10-0"},{"id":9605,"c":41,"u":"swarming%20dispersal_ranger_phb_swarmkeeper_tce_15_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 15; Swarming Dispersal","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s14-0"},{"id":9607,"c":41,"u":"gloom%20stalker_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 3; Gloom Stalker","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9609,"c":41,"u":"dread%20ambusher_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 3; Dread Ambusher","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9611,"c":41,"u":"gloom%20stalker%20magic_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 3; Gloom Stalker Magic","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9613,"c":41,"u":"umbral%20sight_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 3; Umbral Sight","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9615,"c":41,"u":"iron%20mind_ranger_phb_gloom%20stalker_xge_7_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 7; Iron Mind","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s6-0"},{"id":9617,"c":41,"u":"stalker's%20flurry_ranger_phb_gloom%20stalker_xge_11_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 11; Stalker's Flurry","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s10-0"},{"id":9619,"c":41,"u":"shadowy%20dodge_ranger_phb_gloom%20stalker_xge_15_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 15; Shadowy Dodge","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s14-0"},{"id":9621,"c":41,"u":"horizon%20walker_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 3; Horizon Walker","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9623,"c":41,"u":"detect%20portal_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 3; Detect Portal","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9625,"c":41,"u":"horizon%20walker%20magic_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 3; Horizon Walker Magic","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9627,"c":41,"u":"planar%20warrior_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 3; Planar Warrior","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9629,"c":41,"u":"ethereal%20step_ranger_phb_horizon%20walker_xge_7_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 7; Ethereal Step","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s6-0"},{"id":9631,"c":41,"u":"distant%20strike_ranger_phb_horizon%20walker_xge_11_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 11; Distant Strike","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s10-0"},{"id":9633,"c":41,"u":"spectral%20defense_ranger_phb_horizon%20walker_xge_15_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 15; Spectral Defense","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s14-0"},{"id":9635,"c":41,"u":"monster%20slayer_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 3; Monster Slayer","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9637,"c":41,"u":"hunter's%20sense_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 3; Hunter's Sense","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9639,"c":41,"u":"monster%20slayer%20magic_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 3; Monster Slayer Magic","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9641,"c":41,"u":"slayer's%20prey_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 3; Slayer's Prey","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9643,"c":41,"u":"supernatural%20defense_ranger_phb_monster%20slayer_xge_7_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 7; Supernatural Defense","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s6-0"},{"id":9645,"c":41,"u":"magic-user's%20nemesis_ranger_phb_monster%20slayer_xge_11_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 11; Magic-User's Nemesis","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s10-0"},{"id":9647,"c":41,"u":"slayer's%20counter_ranger_phb_monster%20slayer_xge_15_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 15; Slayer's Counter","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s14-0"},{"id":9649,"c":41,"u":"beast%20master_ranger_xphb_beast%20master_xphb_3_xphb","p":123,"s":"XPHB","h":1,"n":"Beast Master Ranger 3; Beast Master","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s2-0"},{"id":9651,"c":41,"u":"primal%20companion_ranger_xphb_beast%20master_xphb_3_xphb","p":123,"s":"XPHB","h":1,"n":"Beast Master Ranger 3; Primal Companion","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s2-0"},{"id":9653,"c":41,"u":"exceptional%20training_ranger_xphb_beast%20master_xphb_7_xphb","p":124,"s":"XPHB","h":1,"n":"Beast Master Ranger 7; Exceptional Training","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s6-0"},{"id":9655,"c":41,"u":"bestial%20fury_ranger_xphb_beast%20master_xphb_11_xphb","p":124,"s":"XPHB","h":1,"n":"Beast Master Ranger 11; Bestial Fury","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s10-0"},{"id":9657,"c":41,"u":"share%20spells_ranger_xphb_beast%20master_xphb_15_xphb","p":124,"s":"XPHB","h":1,"n":"Beast Master Ranger 15; Share Spells","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s14-0"},{"id":9659,"c":41,"u":"fey%20wanderer_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 3; Fey Wanderer","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9661,"c":41,"u":"dreadful%20strikes_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 3; Dreadful Strikes","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9663,"c":41,"u":"fey%20wanderer%20spells_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 3; Fey Wanderer Spells","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9665,"c":41,"u":"otherworldly%20glamour_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 3; Otherworldly Glamour","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9667,"c":41,"u":"beguiling%20twist_ranger_xphb_fey%20wanderer_xphb_7_xphb","p":125,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 7; Beguiling Twist","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s6-0"},{"id":9669,"c":41,"u":"fey%20reinforcements_ranger_xphb_fey%20wanderer_xphb_11_xphb","p":125,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 11; Fey Reinforcements","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s10-0"},{"id":9671,"c":41,"u":"misty%20wanderer_ranger_xphb_fey%20wanderer_xphb_15_xphb","p":125,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 15; Misty Wanderer","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s14-0"},{"id":9673,"c":41,"u":"dread%20ambusher_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":125,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 3; Dread Ambusher","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9675,"c":41,"u":"gloom%20stalker_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":125,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 3; Gloom Stalker","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9677,"c":41,"u":"gloom%20stalker%20spells_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":126,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 3; Gloom Stalker Spells","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9679,"c":41,"u":"umbral%20sight_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":126,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 3; Umbral Sight","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9681,"c":41,"u":"iron%20mind_ranger_xphb_gloom%20stalker_xphb_7_xphb","p":126,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 7; Iron Mind","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s6-0"},{"id":9683,"c":41,"u":"stalker's%20flurry_ranger_xphb_gloom%20stalker_xphb_11_xphb","p":126,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 11; Stalker's Flurry","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s10-0"},{"id":9685,"c":41,"u":"shadowy%20dodge_ranger_xphb_gloom%20stalker_xphb_15_xphb","p":126,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 15; Shadowy Dodge","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s14-0"},{"id":9687,"c":41,"u":"hunter_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 3; Hunter","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9689,"c":41,"u":"hunter's%20lore_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 3; Hunter's Lore","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9691,"c":41,"u":"hunter's%20prey_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 3; Hunter's Prey","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9693,"c":41,"u":"defensive%20tactics_ranger_xphb_hunter_xphb_7_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 7; Defensive Tactics","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s6-0"},{"id":9695,"c":41,"u":"superior%20hunter's%20prey_ranger_xphb_hunter_xphb_11_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 11; Superior Hunter's Prey","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s10-0"},{"id":9697,"c":41,"u":"superior%20hunter's%20defense_ranger_xphb_hunter_xphb_15_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 15; Superior Hunter's Defense","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s14-0"},{"id":9699,"c":41,"u":"arcane%20trickster_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 3; Arcane Trickster","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9701,"c":41,"u":"mage%20hand%20legerdemain_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 3; Mage Hand Legerdemain","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9703,"c":41,"u":"spellcasting_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 3; Spellcasting","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9705,"c":41,"u":"magical%20ambush_rogue_phb_arcane%20trickster_phb_9_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 9; Magical Ambush","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s8-0"},{"id":9707,"c":41,"u":"versatile%20trickster_rogue_phb_arcane%20trickster_phb_13_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 13; Versatile Trickster","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s12-0"},{"id":9709,"c":41,"u":"spell%20thief_rogue_phb_arcane%20trickster_phb_17_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 17; Spell Thief","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s16-0"},{"id":9711,"c":41,"u":"assassin_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 3; Assassin","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9713,"c":41,"u":"assassinate_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 3; Assassinate","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9715,"c":41,"u":"bonus%20proficiencies_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 3; Bonus Proficiencies","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9717,"c":41,"u":"infiltration%20expertise_rogue_phb_assassin_phb_9_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 9; Infiltration Expertise","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s8-0"},{"id":9719,"c":41,"u":"impostor_rogue_phb_assassin_phb_13_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 13; Impostor","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s12-0"},{"id":9721,"c":41,"u":"death%20strike_rogue_phb_assassin_phb_17_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 17; Death Strike","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s16-0"},{"id":9723,"c":41,"u":"thief_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 3; Thief","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9725,"c":41,"u":"fast%20hands_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 3; Fast Hands","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9727,"c":41,"u":"second-story%20work_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 3; Second-Story Work","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9729,"c":41,"u":"supreme%20sneak_rogue_phb_thief_phb_9_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 9; Supreme Sneak","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s8-0"},{"id":9731,"c":41,"u":"use%20magic%20device_rogue_phb_thief_phb_13_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 13; Use Magic Device","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s12-0"},{"id":9733,"c":41,"u":"thief's%20reflexes_rogue_phb_thief_phb_17_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 17; Thief's Reflexes","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s16-0"},{"id":9735,"c":41,"u":"phantom_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 3; Phantom","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9737,"c":41,"u":"wails%20from%20the%20grave_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 3; Wails from the Grave","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9739,"c":41,"u":"whispers%20of%20the%20dead_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 3; Whispers of the Dead","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9741,"c":41,"u":"tokens%20of%20the%20departed_rogue_phb_phantom_tce_9_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 9; Tokens of the Departed","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s8-0"},{"id":9743,"c":41,"u":"ghost%20walk_rogue_phb_phantom_tce_13_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 13; Ghost Walk","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s12-0"},{"id":9745,"c":41,"u":"death's%20friend_rogue_phb_phantom_tce_17_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 17; Death's Friend","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s16-0"},{"id":9747,"c":41,"u":"psi-bolstered%20knack_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 3; Psi-Bolstered Knack","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9749,"c":41,"u":"psychic%20whispers_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 3; Psychic Whispers","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9751,"c":41,"u":"soulknife_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 3; Soulknife","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9753,"c":41,"u":"psionic%20power_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 3; Psionic Power","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9755,"c":41,"u":"psychic%20blades_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 3; Psychic Blades","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9757,"c":41,"u":"homing%20strikes_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 9; Homing Strikes","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9759,"c":41,"u":"psychic%20teleportation_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 9; Psychic Teleportation","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9761,"c":41,"u":"soul%20blades_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 9; Soul Blades","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9763,"c":41,"u":"psychic%20veil_rogue_phb_soulknife_tce_13_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 13; Psychic Veil","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s12-0"},{"id":9765,"c":41,"u":"rend%20mind_rogue_phb_soulknife_tce_17_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 17; Rend Mind","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s16-0"},{"id":9767,"c":41,"u":"inquisitive_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 3; Inquisitive","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9769,"c":41,"u":"ear%20for%20deceit_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 3; Ear for Deceit","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9771,"c":41,"u":"eye%20for%20detail_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 3; Eye for Detail","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9773,"c":41,"u":"insightful%20fighting_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 3; Insightful Fighting","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9775,"c":41,"u":"steady%20eye_rogue_phb_inquisitive_xge_9_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 9; Steady Eye","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s8-0"},{"id":9777,"c":41,"u":"unerring%20eye_rogue_phb_inquisitive_xge_13_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 13; Unerring Eye","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s12-0"},{"id":9779,"c":41,"u":"eye%20for%20weakness_rogue_phb_inquisitive_xge_17_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 17; Eye for Weakness","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s16-0"},{"id":9781,"c":41,"u":"mastermind_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 3; Mastermind","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9783,"c":41,"u":"master%20of%20intrigue_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 3; Master of Intrigue","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9785,"c":41,"u":"master%20of%20tactics_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 3; Master of Tactics","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9787,"c":41,"u":"insightful%20manipulator_rogue_phb_mastermind_xge_9_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 9; Insightful Manipulator","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s8-0"},{"id":9789,"c":41,"u":"misdirection_rogue_phb_mastermind_xge_13_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 13; Misdirection","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s12-0"},{"id":9791,"c":41,"u":"soul%20of%20deceit_rogue_phb_mastermind_xge_17_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 17; Soul of Deceit","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s16-0"},{"id":9793,"c":41,"u":"scout_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 3; Scout","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9795,"c":41,"u":"skirmisher_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 3; Skirmisher","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9797,"c":41,"u":"survivalist_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 3; Survivalist","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9799,"c":41,"u":"superior%20mobility_rogue_phb_scout_xge_9_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 9; Superior Mobility","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s8-0"},{"id":9801,"c":41,"u":"ambush%20master_rogue_phb_scout_xge_13_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 13; Ambush Master","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s12-0"},{"id":9803,"c":41,"u":"sudden%20strike_rogue_phb_scout_xge_17_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 17; Sudden Strike","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s16-0"},{"id":9805,"c":41,"u":"swashbuckler_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 3; Swashbuckler","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9807,"c":41,"u":"fancy%20footwork_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 3; Fancy Footwork","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9809,"c":41,"u":"rakish%20audacity_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 3; Rakish Audacity","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9811,"c":41,"u":"panache_rogue_phb_swashbuckler_xge_9_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 9; Panache","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s8-0"},{"id":9813,"c":41,"u":"elegant%20maneuver_rogue_phb_swashbuckler_xge_13_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 13; Elegant Maneuver","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s12-0"},{"id":9815,"c":41,"u":"master%20duelist_rogue_phb_swashbuckler_xge_17_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 17; Master Duelist","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s16-0"},{"id":9817,"c":41,"u":"arcane%20trickster_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":132,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 3; Arcane Trickster","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9819,"c":41,"u":"mage%20hand%20legerdemain_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":133,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 3; Mage Hand Legerdemain","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9821,"c":41,"u":"spellcasting_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":132,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 3; Spellcasting","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9823,"c":41,"u":"magical%20ambush_rogue_xphb_arcane%20trickster_xphb_9_xphb","p":133,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 9; Magical Ambush","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s8-0"},{"id":9825,"c":41,"u":"versatile%20trickster_rogue_xphb_arcane%20trickster_xphb_13_xphb","p":133,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 13; Versatile Trickster","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s12-0"},{"id":9827,"c":41,"u":"spell%20thief_rogue_xphb_arcane%20trickster_xphb_17_xphb","p":133,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 17; Spell Thief","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s16-0"},{"id":9829,"c":41,"u":"assassin_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 3; Assassin","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9831,"c":41,"u":"assassin's%20tools_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 3; Assassin's Tools","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9833,"c":41,"u":"assassinate_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 3; Assassinate","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9835,"c":41,"u":"infiltration%20expertise_rogue_xphb_assassin_xphb_9_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 9; Infiltration Expertise","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s8-0"},{"id":9837,"c":41,"u":"envenom%20weapons_rogue_xphb_assassin_xphb_13_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 13; Envenom Weapons","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s12-0"},{"id":9839,"c":41,"u":"death%20strike_rogue_xphb_assassin_xphb_17_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 17; Death Strike","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s16-0"},{"id":9841,"c":41,"u":"soulknife_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"n":"Soulknife Rogue 3; Soulknife","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9843,"c":41,"u":"psionic%20power_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"n":"Soulknife Rogue 3; Psionic Power","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9845,"c":41,"u":"psychic%20blades_rogue_xphb_soulknife_xphb_3_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 3; Psychic Blades","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9847,"c":41,"u":"psi-bolstered%20knack_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"n":"Soulknife Rogue 3; Psi-Bolstered Knack","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9849,"c":41,"u":"psychic%20whispers_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"n":"Soulknife Rogue 3; Psychic Whispers","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9851,"c":41,"u":"homing%20strikes_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 9; Homing Strikes","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9853,"c":41,"u":"psychic%20teleportation_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 9; Psychic Teleportation","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9855,"c":41,"u":"soul%20blades_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 9; Soul Blades","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9857,"c":41,"u":"psychic%20veil_rogue_xphb_soulknife_xphb_13_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 13; Psychic Veil","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s12-0"},{"id":9859,"c":41,"u":"rend%20mind_rogue_xphb_soulknife_xphb_17_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 17; Rend Mind","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s16-0"},{"id":9861,"c":41,"u":"fast%20hands_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 3; Fast Hands","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9863,"c":41,"u":"second-story%20work_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 3; Second-Story Work","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9865,"c":41,"u":"thief_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 3; Thief","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9867,"c":41,"u":"supreme%20sneak_rogue_xphb_thief_xphb_9_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 9; Supreme Sneak","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s8-0"},{"id":9869,"c":41,"u":"use%20magic%20device_rogue_xphb_thief_xphb_13_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 13; Use Magic Device","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s12-0"},{"id":9871,"c":41,"u":"thief's%20reflexes_rogue_xphb_thief_xphb_17_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 17; Thief's Reflexes","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s16-0"},{"id":9873,"c":41,"u":"lunar%20sorcery_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 1; Lunar Sorcery","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":9875,"c":41,"u":"lunar%20embodiment_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 1; Lunar Embodiment","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":9877,"c":41,"u":"moon%20fire_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 1; Moon Fire","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":9879,"c":41,"u":"lunar%20boons_sorcerer_phb_lunar_dsotdq_6_dsotdq","p":34,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 6; Lunar Boons","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s5-0"},{"id":9881,"c":41,"u":"waxing%20and%20waning_sorcerer_phb_lunar_dsotdq_6_dsotdq","p":35,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 6; Waxing and Waning","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s5-0"},{"id":9883,"c":41,"u":"lunar%20empowerment_sorcerer_phb_lunar_dsotdq_14_dsotdq","p":35,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 14; Lunar Empowerment","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s13-0"},{"id":9885,"c":41,"u":"lunar%20phenomenon_sorcerer_phb_lunar_dsotdq_18_dsotdq","p":35,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 18; Lunar Phenomenon","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s17-0"},{"id":9887,"c":41,"u":"draconic%20bloodline_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 1; Draconic Bloodline","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":9889,"c":41,"u":"draconic%20resilience_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 1; Draconic Resilience","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":9891,"c":41,"u":"dragon%20ancestor_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 1; Dragon Ancestor","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":9893,"c":41,"u":"elemental%20affinity_sorcerer_phb_draconic_phb_6_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 6; Elemental Affinity","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s5-0"},{"id":9895,"c":41,"u":"dragon%20wings_sorcerer_phb_draconic_phb_14_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 14; Dragon Wings","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s13-0"},{"id":9897,"c":41,"u":"draconic%20presence_sorcerer_phb_draconic_phb_18_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 18; Draconic Presence","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s17-0"},{"id":9899,"c":41,"u":"wild%20magic_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 1; Wild Magic","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":9901,"c":41,"u":"tides%20of%20chaos_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 1; Tides of Chaos","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":9903,"c":41,"u":"wild%20magic%20surge_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 1; Wild Magic Surge","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":9905,"c":41,"u":"bend%20luck_sorcerer_phb_wild_phb_6_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 6; Bend Luck","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s5-0"},{"id":9907,"c":41,"u":"controlled%20chaos_sorcerer_phb_wild_phb_14_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 14; Controlled Chaos","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s13-0"},{"id":9909,"c":41,"u":"spell%20bombardment_sorcerer_phb_wild_phb_18_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 18; Spell Bombardment","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s17-0"},{"id":9911,"c":41,"u":"pyromancer%20(psk)_sorcerer_phb_pyromancer%20(psk)_psk_1_psk","p":9,"s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 1; Pyromancer (PSK)","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s0-0"},{"id":9913,"c":41,"u":"heart%20of%20fire_sorcerer_phb_pyromancer%20(psk)_psk_1_psk","p":9,"s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 1; Heart of Fire","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s0-0"},{"id":9915,"c":41,"u":"fire%20in%20the%20veins_sorcerer_phb_pyromancer%20(psk)_psk_6_psk","p":9,"s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 6; Fire in the Veins","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s5-0"},{"id":9917,"c":41,"u":"pyromancer's%20fury_sorcerer_phb_pyromancer%20(psk)_psk_14_psk","p":9,"s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 14; Pyromancer's Fury","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s13-0"},{"id":9919,"c":41,"u":"fiery%20soul_sorcerer_phb_pyromancer%20(psk)_psk_18_psk","p":9,"s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 18; Fiery Soul","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s17-0"},{"id":9921,"c":41,"u":"aberrant%20mind_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 1; Aberrant Mind","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":9923,"c":41,"u":"psionic%20spells_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 1; Psionic Spells","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":9925,"c":41,"u":"telepathic%20speech_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 1; Telepathic Speech","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":9927,"c":41,"u":"psionic%20sorcery_sorcerer_phb_aberrant%20mind_tce_6_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 6; Psionic Sorcery","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s5-0"},{"id":9929,"c":41,"u":"psychic%20defenses_sorcerer_phb_aberrant%20mind_tce_6_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 6; Psychic Defenses","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s5-0"},{"id":9931,"c":41,"u":"revelation%20in%20flesh_sorcerer_phb_aberrant%20mind_tce_14_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 14; Revelation in Flesh","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s13-0"},{"id":9933,"c":41,"u":"warping%20implosion_sorcerer_phb_aberrant%20mind_tce_18_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 18; Warping Implosion","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s17-0"},{"id":9935,"c":41,"u":"clockwork%20soul_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 1; Clockwork Soul","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":9937,"c":41,"u":"clockwork%20magic_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 1; Clockwork Magic","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":9939,"c":41,"u":"restore%20balance_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 1; Restore Balance","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":9941,"c":41,"u":"bastion%20of%20law_sorcerer_phb_clockwork%20soul_tce_6_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 6; Bastion of Law","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s5-0"},{"id":9943,"c":41,"u":"trance%20of%20order_sorcerer_phb_clockwork%20soul_tce_14_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 14; Trance of Order","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s13-0"},{"id":9945,"c":41,"u":"clockwork%20cavalcade_sorcerer_phb_clockwork%20soul_tce_18_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 18; Clockwork Cavalcade","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s17-0"},{"id":9947,"c":41,"u":"runechild_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":176,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 1; Runechild","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":9949,"c":41,"u":"essence%20runes_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 1; Essence Runes","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":9951,"c":41,"u":"glyph%20of%20aegis_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 1; Glyph of Aegis","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":9953,"c":41,"u":"runic%20magic_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 1; Runic Magic","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":9955,"c":41,"u":"glyph%20of%20aegis%20(6th%20level)_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 6; Glyph of Aegis (6th Level)","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":9957,"c":41,"u":"manifest%20inscriptions_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 6; Manifest Inscriptions","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":9959,"c":41,"u":"sigilic%20augmentation_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 6; Sigilic Augmentation","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":9961,"c":41,"u":"glyph%20of%20aegis%20(14th%20level)_sorcerer_phb_runechild_tdcsr_14_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 14; Glyph of Aegis (14th Level)","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s13-0"},{"id":9963,"c":41,"u":"runic%20torrent_sorcerer_phb_runechild_tdcsr_14_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 14; Runic Torrent","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s13-0"},{"id":9965,"c":41,"u":"arcane%20exemplar_sorcerer_phb_runechild_tdcsr_18_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 18; Arcane Exemplar","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s17-0"},{"id":9967,"c":41,"u":"divine%20soul_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 1; Divine Soul","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":9969,"c":41,"u":"divine%20magic_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 1; Divine Magic","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":9971,"c":41,"u":"favored%20by%20the%20gods_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 1; Favored by the Gods","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":9973,"c":41,"u":"empowered%20healing_sorcerer_phb_divine%20soul_xge_6_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 6; Empowered Healing","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s5-0"},{"id":9975,"c":41,"u":"otherworldly%20wings_sorcerer_phb_divine%20soul_xge_14_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 14; Otherworldly Wings","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s13-0"},{"id":9977,"c":41,"u":"unearthly%20recovery_sorcerer_phb_divine%20soul_xge_18_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 18; Unearthly Recovery","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s17-0"},{"id":9979,"c":41,"u":"shadow%20magic_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 1; Shadow Magic","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":9981,"c":41,"u":"eyes%20of%20the%20dark_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 1; Eyes of the Dark","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":9983,"c":41,"u":"strength%20of%20the%20grave_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 1; Strength of the Grave","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":9985,"c":41,"u":"hound%20of%20ill%20omen_sorcerer_phb_shadow_xge_6_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 6; Hound of Ill Omen","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s5-0"},{"id":9987,"c":41,"u":"shadow%20walk_sorcerer_phb_shadow_xge_14_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 14; Shadow Walk","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s13-0"},{"id":9989,"c":41,"u":"umbral%20form_sorcerer_phb_shadow_xge_18_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 18; Umbral Form","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s17-0"},{"id":9991,"c":41,"u":"storm%20sorcery_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 1; Storm Sorcery","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":9993,"c":41,"u":"tempestuous%20magic_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 1; Tempestuous Magic","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":9995,"c":41,"u":"wind%20speaker_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 1; Wind Speaker","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":9997,"c":41,"u":"heart%20of%20the%20storm_sorcerer_phb_storm_xge_6_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 6; Heart of the Storm","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s5-0"},{"id":9999,"c":41,"u":"storm%20guide_sorcerer_phb_storm_xge_6_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 6; Storm Guide","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s5-0"},{"id":10001,"c":41,"u":"storm's%20fury_sorcerer_phb_storm_xge_14_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 14; Storm's Fury","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s13-0"},{"id":10003,"c":41,"u":"wind%20soul_sorcerer_phb_storm_xge_18_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 18; Wind Soul","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s17-0"},{"id":10005,"c":41,"u":"lunar%20sorcery_sorcerer_xphb_lunar_dsotdq_3_dsotdq","s":"DSotDQ","h":1,"n":"Lunar Sorcerer 3; Lunar Sorcery","uh":"sorcerer_xphb,state:sub-lunar-dsotdq=b1~feature=s2-0"},{"id":10007,"c":41,"u":"draconic%20bloodline_sorcerer_xphb_draconic_phb_3_phb","s":"PHB","h":1,"n":"Draconic Sorcerer 3; Draconic Bloodline","uh":"sorcerer_xphb,state:sub-draconic-phb=b1~feature=s2-0"},{"id":10009,"c":41,"u":"wild%20magic_sorcerer_xphb_wild_phb_3_phb","s":"PHB","h":1,"n":"Wild Sorcerer 3; Wild Magic","uh":"sorcerer_xphb,state:sub-wild-phb=b1~feature=s2-0"},{"id":10011,"c":41,"u":"pyromancer%20(psk)_sorcerer_xphb_pyromancer%20(psk)_psk_3_psk","s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 3; Pyromancer (PSK)","uh":"sorcerer_xphb,state:sub-pyromancer-psk-psk=b1~feature=s2-0"},{"id":10013,"c":41,"u":"aberrant%20mind_sorcerer_xphb_aberrant%20mind_tce_3_tce","s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 3; Aberrant Mind","uh":"sorcerer_xphb,state:sub-aberrant-mind-tce=b1~feature=s2-0"},{"id":10015,"c":41,"u":"clockwork%20soul_sorcerer_xphb_clockwork%20soul_tce_3_tce","s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 3; Clockwork Soul","uh":"sorcerer_xphb,state:sub-clockwork-soul-tce=b1~feature=s2-0"},{"id":10017,"c":41,"u":"runechild_sorcerer_xphb_runechild_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 3; Runechild","uh":"sorcerer_xphb,state:sub-runechild-tdcsr=b1~feature=s2-0"},{"id":10019,"c":41,"u":"divine%20soul_sorcerer_xphb_divine%20soul_xge_3_xge","s":"XGE","h":1,"n":"Divine Soul Sorcerer 3; Divine Soul","uh":"sorcerer_xphb,state:sub-divine-soul-xge=b1~feature=s2-0"},{"id":10021,"c":41,"u":"shadow%20magic_sorcerer_xphb_shadow_xge_3_xge","s":"XGE","h":1,"n":"Shadow Sorcerer 3; Shadow Magic","uh":"sorcerer_xphb,state:sub-shadow-xge=b1~feature=s2-0"},{"id":10023,"c":41,"u":"storm%20sorcery_sorcerer_xphb_storm_xge_3_xge","s":"XGE","h":1,"n":"Storm Sorcerer 3; Storm Sorcery","uh":"sorcerer_xphb,state:sub-storm-xge=b1~feature=s2-0"},{"id":10025,"c":41,"u":"aberrant%20sorcery_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 3; Aberrant Sorcery","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10027,"c":41,"u":"psionic%20spells_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 3; Psionic Spells","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10029,"c":41,"u":"telepathic%20speech_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 3; Telepathic Speech","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10031,"c":41,"u":"psionic%20sorcery_sorcerer_xphb_aberrant_xphb_6_xphb","p":146,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 6; Psionic Sorcery","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s5-0"},{"id":10033,"c":41,"u":"psychic%20defenses_sorcerer_xphb_aberrant_xphb_6_xphb","p":146,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 6; Psychic Defenses","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s5-0"},{"id":10035,"c":41,"u":"revelation%20in%20flesh_sorcerer_xphb_aberrant_xphb_14_xphb","p":146,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 14; Revelation in Flesh","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s13-0"},{"id":10037,"c":41,"u":"warping%20implosion_sorcerer_xphb_aberrant_xphb_18_xphb","p":146,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 18; Warping Implosion","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s17-0"},{"id":10039,"c":41,"u":"clockwork%20sorcery_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 3; Clockwork Sorcery","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10041,"c":41,"u":"clockwork%20spells_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 3; Clockwork Spells","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10043,"c":41,"u":"restore%20balance_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 3; Restore Balance","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10045,"c":41,"u":"bastion%20of%20law_sorcerer_xphb_clockwork_xphb_6_xphb","p":147,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 6; Bastion of Law","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s5-0"},{"id":10047,"c":41,"u":"trance%20of%20order_sorcerer_xphb_clockwork_xphb_14_xphb","p":147,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 14; Trance of Order","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s13-0"},{"id":10049,"c":41,"u":"clockwork%20cavalcade_sorcerer_xphb_clockwork_xphb_18_xphb","p":147,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 18; Clockwork Cavalcade","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s17-0"},{"id":10051,"c":41,"u":"draconic%20sorcery_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 3; Draconic Sorcery","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10053,"c":41,"u":"draconic%20spells_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 3; Draconic Spells","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10055,"c":41,"u":"draconic%20resilience_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 3; Draconic Resilience","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10057,"c":41,"u":"elemental%20affinity_sorcerer_xphb_draconic_xphb_6_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 6; Elemental Affinity","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s5-0"},{"id":10059,"c":41,"u":"dragon%20wings_sorcerer_xphb_draconic_xphb_14_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 14; Dragon Wings","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s13-0"},{"id":10061,"c":41,"u":"dragon%20companion_sorcerer_xphb_draconic_xphb_18_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 18; Dragon Companion","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s17-0"},{"id":10063,"c":41,"u":"wild%20magic%20sorcery_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 3; Wild Magic Sorcery","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10065,"c":41,"u":"tides%20of%20chaos_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 3; Tides of Chaos","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10067,"c":41,"u":"wild%20magic%20surge_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 3; Wild Magic Surge","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10069,"c":41,"u":"bend%20luck_sorcerer_xphb_wild%20magic_xphb_6_xphb","p":149,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 6; Bend Luck","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s5-0"},{"id":10071,"c":41,"u":"controlled%20chaos_sorcerer_xphb_wild%20magic_xphb_14_xphb","p":149,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 14; Controlled Chaos","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s13-0"},{"id":10073,"c":41,"u":"tamed%20surge_sorcerer_xphb_wild%20magic_xphb_18_xphb","p":150,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 18; Tamed Surge","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s17-0"},{"id":10075,"c":41,"u":"the%20archfey_warlock_phb_archfey_phb_1_phb","p":108,"s":"PHB","h":1,"n":"Archfey Warlock 1; The Archfey","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s0-0"},{"id":10077,"c":41,"u":"fey%20presence_warlock_phb_archfey_phb_1_phb","p":108,"s":"PHB","h":1,"n":"Archfey Warlock 1; Fey Presence","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s0-0"},{"id":10079,"c":41,"u":"misty%20escape_warlock_phb_archfey_phb_6_phb","p":108,"s":"PHB","h":1,"n":"Archfey Warlock 6; Misty Escape","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s5-0"},{"id":10081,"c":41,"u":"beguiling%20defenses_warlock_phb_archfey_phb_10_phb","p":108,"s":"PHB","h":1,"n":"Archfey Warlock 10; Beguiling Defenses","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s9-0"},{"id":10083,"c":41,"u":"dark%20delirium_warlock_phb_archfey_phb_14_phb","p":108,"s":"PHB","h":1,"n":"Archfey Warlock 14; Dark Delirium","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s13-0"},{"id":10085,"c":41,"u":"the%20fiend_warlock_phb_fiend_phb_1_phb","p":109,"s":"PHB","h":1,"r":1,"n":"Fiend Warlock 1; The Fiend","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s0-0"},{"id":10087,"c":41,"u":"dark%20one's%20blessing_warlock_phb_fiend_phb_1_phb","p":109,"s":"PHB","h":1,"r":1,"n":"Fiend Warlock 1; Dark One's Blessing","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s0-0"},{"id":10089,"c":41,"u":"dark%20one's%20own%20luck_warlock_phb_fiend_phb_6_phb","p":109,"s":"PHB","h":1,"r":1,"n":"Fiend Warlock 6; Dark One's Own Luck","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s5-0"},{"id":10091,"c":41,"u":"fiendish%20resilience_warlock_phb_fiend_phb_10_phb","p":109,"s":"PHB","h":1,"r":1,"n":"Fiend Warlock 10; Fiendish Resilience","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s9-0"},{"id":10093,"c":41,"u":"hurl%20through%20hell_warlock_phb_fiend_phb_14_phb","p":109,"s":"PHB","h":1,"r":1,"n":"Fiend Warlock 14; Hurl Through Hell","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s13-0"},{"id":10095,"c":41,"u":"the%20great%20old%20one_warlock_phb_great%20old%20one_phb_1_phb","p":109,"s":"PHB","h":1,"n":"Great Old One Warlock 1; The Great Old One","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s0-0"},{"id":10097,"c":41,"u":"awakened%20mind_warlock_phb_great%20old%20one_phb_1_phb","p":109,"s":"PHB","h":1,"n":"Great Old One Warlock 1; Awakened Mind","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s0-0"},{"id":10099,"c":41,"u":"entropic%20ward_warlock_phb_great%20old%20one_phb_6_phb","p":109,"s":"PHB","h":1,"n":"Great Old One Warlock 6; Entropic Ward","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s5-0"},{"id":10101,"c":41,"u":"thought%20shield_warlock_phb_great%20old%20one_phb_10_phb","p":109,"s":"PHB","h":1,"n":"Great Old One Warlock 10; Thought Shield","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s9-0"},{"id":10103,"c":41,"u":"create%20thrall_warlock_phb_great%20old%20one_phb_14_phb","p":109,"s":"PHB","h":1,"n":"Great Old One Warlock 14; Create Thrall","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s13-0"},{"id":10105,"c":41,"u":"the%20undying_warlock_phb_undying_scag_1_scag","p":139,"s":"SCAG","h":1,"n":"Undying Warlock 1; The Undying","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s0-0"},{"id":10107,"c":41,"u":"among%20the%20dead_warlock_phb_undying_scag_1_scag","p":139,"s":"SCAG","h":1,"n":"Undying Warlock 1; Among the Dead","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s0-0"},{"id":10109,"c":41,"u":"defy%20death_warlock_phb_undying_scag_6_scag","p":139,"s":"SCAG","h":1,"n":"Undying Warlock 6; Defy Death","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s5-0"},{"id":10111,"c":41,"u":"undying%20nature_warlock_phb_undying_scag_10_scag","p":139,"s":"SCAG","h":1,"n":"Undying Warlock 10; Undying Nature","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s9-0"},{"id":10113,"c":41,"u":"indestructible%20life_warlock_phb_undying_scag_14_scag","p":139,"s":"SCAG","h":1,"n":"Undying Warlock 14; Indestructible Life","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s13-0"},{"id":10115,"c":41,"u":"the%20fathomless_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 1; The Fathomless","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10117,"c":41,"u":"gift%20of%20the%20sea_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 1; Gift of the Sea","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10119,"c":41,"u":"tentacle%20of%20the%20deeps_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 1; Tentacle of the Deeps","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10121,"c":41,"u":"guardian%20coil_warlock_phb_fathomless_tce_6_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 6; Guardian Coil","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s5-0"},{"id":10123,"c":41,"u":"oceanic%20soul_warlock_phb_fathomless_tce_6_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 6; Oceanic Soul","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s5-0"},{"id":10125,"c":41,"u":"grasping%20tentacles_warlock_phb_fathomless_tce_10_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 10; Grasping Tentacles","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s9-0"},{"id":10127,"c":41,"u":"fathomless%20plunge_warlock_phb_fathomless_tce_14_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 14; Fathomless Plunge","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s13-0"},{"id":10129,"c":41,"u":"bottled%20respite_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 1; Bottled Respite","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10131,"c":41,"u":"genie's%20wrath_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 1; Genie's Wrath","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10133,"c":41,"u":"the%20genie_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 1; The Genie","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10135,"c":41,"u":"genie's%20vessel_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 1; Genie's Vessel","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10137,"c":41,"u":"elemental%20gift_warlock_phb_genie_tce_6_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 6; Elemental Gift","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s5-0"},{"id":10139,"c":41,"u":"sanctuary%20vessel_warlock_phb_genie_tce_10_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 10; Sanctuary Vessel","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s9-0"},{"id":10141,"c":41,"u":"limited%20wish_warlock_phb_genie_tce_14_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 14; Limited Wish","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s13-0"},{"id":10143,"c":41,"u":"the%20undead_warlock_phb_undead_vrgr_1_vrgr","p":30,"s":"VRGR","h":1,"n":"Undead Warlock 1; The Undead","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s0-0"},{"id":10145,"c":41,"u":"form%20of%20dread_warlock_phb_undead_vrgr_1_vrgr","p":30,"s":"VRGR","h":1,"n":"Undead Warlock 1; Form of Dread","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s0-0"},{"id":10147,"c":41,"u":"grave%20touched_warlock_phb_undead_vrgr_6_vrgr","p":30,"s":"VRGR","h":1,"n":"Undead Warlock 6; Grave Touched","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s5-0"},{"id":10149,"c":41,"u":"necrotic%20husk_warlock_phb_undead_vrgr_10_vrgr","p":30,"s":"VRGR","h":1,"n":"Undead Warlock 10; Necrotic Husk","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s9-0"},{"id":10151,"c":41,"u":"spirit%20projection_warlock_phb_undead_vrgr_14_vrgr","p":30,"s":"VRGR","h":1,"n":"Undead Warlock 14; Spirit Projection","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s13-0"},{"id":10153,"c":41,"u":"the%20celestial_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 1; The Celestial","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10155,"c":41,"u":"bonus%20cantrips_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 1; Bonus Cantrips","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10157,"c":41,"u":"healing%20light_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 1; Healing Light","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10159,"c":41,"u":"radiant%20soul_warlock_phb_celestial_xge_6_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 6; Radiant Soul","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s5-0"},{"id":10161,"c":41,"u":"celestial%20resilience_warlock_phb_celestial_xge_10_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 10; Celestial Resilience","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s9-0"},{"id":10163,"c":41,"u":"searing%20vengeance_warlock_phb_celestial_xge_14_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 14; Searing Vengeance","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s13-0"},{"id":10165,"c":41,"u":"the%20hexblade_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 1; The Hexblade","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10167,"c":41,"u":"hex%20warrior_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 1; Hex Warrior","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10169,"c":41,"u":"hexblade's%20curse_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 1; Hexblade's Curse","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10171,"c":41,"u":"accursed%20specter_warlock_phb_hexblade_xge_6_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 6; Accursed Specter","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s5-0"},{"id":10173,"c":41,"u":"armor%20of%20hexes_warlock_phb_hexblade_xge_10_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 10; Armor of Hexes","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s9-0"},{"id":10175,"c":41,"u":"master%20of%20hexes_warlock_phb_hexblade_xge_14_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 14; Master of Hexes","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s13-0"},{"id":10177,"c":41,"u":"the%20archfey_warlock_xphb_archfey_phb_3_phb","s":"PHB","h":1,"n":"Archfey Warlock 3; The Archfey","uh":"warlock_xphb,state:sub-archfey-phb=b1~feature=s2-0"},{"id":10179,"c":41,"u":"the%20fiend_warlock_xphb_fiend_phb_3_phb","s":"PHB","h":1,"n":"Fiend Warlock 3; The Fiend","uh":"warlock_xphb,state:sub-fiend-phb=b1~feature=s2-0"},{"id":10181,"c":41,"u":"the%20great%20old%20one_warlock_xphb_great%20old%20one_phb_3_phb","s":"PHB","h":1,"n":"Great Old One Warlock 3; The Great Old One","uh":"warlock_xphb,state:sub-great-old-one-phb=b1~feature=s2-0"},{"id":10183,"c":41,"u":"the%20undying_warlock_xphb_undying_scag_3_scag","s":"SCAG","h":1,"n":"Undying Warlock 3; The Undying","uh":"warlock_xphb,state:sub-undying-scag=b1~feature=s2-0"},{"id":10185,"c":41,"u":"the%20fathomless_warlock_xphb_fathomless_tce_3_tce","s":"TCE","h":1,"n":"Fathomless Warlock 3; The Fathomless","uh":"warlock_xphb,state:sub-fathomless-tce=b1~feature=s2-0"},{"id":10187,"c":41,"u":"the%20genie_warlock_xphb_genie_tce_3_tce","s":"TCE","h":1,"n":"Genie Warlock 3; The Genie","uh":"warlock_xphb,state:sub-genie-tce=b1~feature=s2-0"},{"id":10189,"c":41,"u":"the%20undead_warlock_xphb_undead_vrgr_3_vrgr","s":"VRGR","h":1,"n":"Undead Warlock 3; The Undead","uh":"warlock_xphb,state:sub-undead-vrgr=b1~feature=s2-0"},{"id":10191,"c":41,"u":"the%20celestial_warlock_xphb_celestial_xge_3_xge","s":"XGE","h":1,"n":"Celestial Warlock 3; The Celestial","uh":"warlock_xphb,state:sub-celestial-xge=b1~feature=s2-0"},{"id":10193,"c":41,"u":"the%20hexblade_warlock_xphb_hexblade_xge_3_xge","s":"XGE","h":1,"n":"Hexblade Warlock 3; The Hexblade","uh":"warlock_xphb,state:sub-hexblade-xge=b1~feature=s2-0"},{"id":10195,"c":41,"u":"archfey%20patron_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"n":"Archfey Warlock 3; Archfey Patron","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10197,"c":41,"u":"archfey%20spells_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"n":"Archfey Warlock 3; Archfey Spells","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10199,"c":41,"u":"steps%20of%20the%20fey_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"n":"Archfey Warlock 3; Steps of the Fey","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10201,"c":41,"u":"misty%20escape_warlock_xphb_archfey_xphb_6_xphb","p":159,"s":"XPHB","h":1,"n":"Archfey Warlock 6; Misty Escape","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s5-0"},{"id":10203,"c":41,"u":"beguiling%20defenses_warlock_xphb_archfey_xphb_10_xphb","p":159,"s":"XPHB","h":1,"n":"Archfey Warlock 10; Beguiling Defenses","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s9-0"},{"id":10205,"c":41,"u":"bewitching%20magic_warlock_xphb_archfey_xphb_14_xphb","p":160,"s":"XPHB","h":1,"n":"Archfey Warlock 14; Bewitching Magic","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s13-0"},{"id":10207,"c":41,"u":"celestial%20patron_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"n":"Celestial Warlock 3; Celestial Patron","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10209,"c":41,"u":"celestial%20spells_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"n":"Celestial Warlock 3; Celestial Spells","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10211,"c":41,"u":"healing%20light_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"n":"Celestial Warlock 3; Healing Light","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10213,"c":41,"u":"radiant%20soul_warlock_xphb_celestial_xphb_6_xphb","p":160,"s":"XPHB","h":1,"n":"Celestial Warlock 6; Radiant Soul","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s5-0"},{"id":10215,"c":41,"u":"celestial%20resilience_warlock_xphb_celestial_xphb_10_xphb","p":161,"s":"XPHB","h":1,"n":"Celestial Warlock 10; Celestial Resilience","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s9-0"},{"id":10217,"c":41,"u":"searing%20vengeance_warlock_xphb_celestial_xphb_14_xphb","p":161,"s":"XPHB","h":1,"n":"Celestial Warlock 14; Searing Vengeance","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s13-0"},{"id":10219,"c":41,"u":"fiend%20patron_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"n":"Fiend Warlock 3; Fiend Patron","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10221,"c":41,"u":"dark%20one's%20blessing_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"n":"Fiend Warlock 3; Dark One's Blessing","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10223,"c":41,"u":"fiend%20spells_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"n":"Fiend Warlock 3; Fiend Spells","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10225,"c":41,"u":"dark%20one's%20own%20luck_warlock_xphb_fiend_xphb_6_xphb","p":162,"s":"XPHB","h":1,"n":"Fiend Warlock 6; Dark One's Own Luck","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s5-0"},{"id":10227,"c":41,"u":"fiendish%20resilience_warlock_xphb_fiend_xphb_10_xphb","p":162,"s":"XPHB","h":1,"n":"Fiend Warlock 10; Fiendish Resilience","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s9-0"},{"id":10229,"c":41,"u":"hurl%20through%20hell_warlock_xphb_fiend_xphb_14_xphb","p":162,"s":"XPHB","h":1,"n":"Fiend Warlock 14; Hurl Through Hell","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s13-0"},{"id":10231,"c":41,"u":"great%20old%20one%20patron_warlock_xphb_great%20old%20one_xphb_3_xphb","p":162,"s":"XPHB","h":1,"n":"Great Old One Warlock 3; Great Old One Patron","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10233,"c":41,"u":"awakened%20mind_warlock_xphb_great%20old%20one_xphb_3_xphb","p":162,"s":"XPHB","h":1,"n":"Great Old One Warlock 3; Awakened Mind","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10235,"c":41,"u":"great%20old%20one%20spells_warlock_xphb_great%20old%20one_xphb_3_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 3; Great Old One Spells","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10237,"c":41,"u":"psychic%20spells_warlock_xphb_great%20old%20one_xphb_3_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 3; Psychic Spells","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10239,"c":41,"u":"clairvoyant%20combatant_warlock_xphb_great%20old%20one_xphb_6_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 6; Clairvoyant Combatant","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s5-0"},{"id":10241,"c":41,"u":"eldritch%20hex_warlock_xphb_great%20old%20one_xphb_10_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 10; Eldritch Hex","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s9-0"},{"id":10243,"c":41,"u":"thought%20shield_warlock_xphb_great%20old%20one_xphb_10_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 10; Thought Shield","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s9-0"},{"id":10245,"c":41,"u":"create%20thrall_warlock_xphb_great%20old%20one_xphb_14_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 14; Create Thrall","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s13-0"},{"id":10247,"c":41,"u":"chronurgy%20magic_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 2; Chronurgy Magic","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10249,"c":41,"u":"chronal%20shift_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 2; Chronal Shift","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10251,"c":41,"u":"temporal%20awareness_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 2; Temporal Awareness","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10253,"c":41,"u":"momentary%20stasis_wizard_phb_chronurgy_egw_6_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 6; Momentary Stasis","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s5-0"},{"id":10255,"c":41,"u":"arcane%20abeyance_wizard_phb_chronurgy_egw_10_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 10; Arcane Abeyance","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s9-0"},{"id":10257,"c":41,"u":"convergent%20future_wizard_phb_chronurgy_egw_14_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 14; Convergent Future","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s13-0"},{"id":10259,"c":41,"u":"graviturgy%20magic_wizard_phb_graviturgy_egw_2_egw","p":185,"s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 2; Graviturgy Magic","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s1-0"},{"id":10261,"c":41,"u":"adjust%20density_wizard_phb_graviturgy_egw_2_egw","p":185,"s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 2; Adjust Density","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s1-0"},{"id":10263,"c":41,"u":"gravity%20well_wizard_phb_graviturgy_egw_6_egw","p":185,"s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 6; Gravity Well","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s5-0"},{"id":10265,"c":41,"u":"violent%20attraction_wizard_phb_graviturgy_egw_10_egw","p":185,"s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 10; Violent Attraction","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s9-0"},{"id":10267,"c":41,"u":"event%20horizon_wizard_phb_graviturgy_egw_14_egw","p":185,"s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 14; Event Horizon","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s13-0"},{"id":10269,"c":41,"u":"school%20of%20abjuration_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 2; School of Abjuration","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10271,"c":41,"u":"abjuration%20savant_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 2; Abjuration Savant","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10273,"c":41,"u":"arcane%20ward_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 2; Arcane Ward","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10275,"c":41,"u":"projected%20ward_wizard_phb_abjuration_phb_6_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 6; Projected Ward","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s5-0"},{"id":10277,"c":41,"u":"improved%20abjuration_wizard_phb_abjuration_phb_10_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 10; Improved Abjuration","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s9-0"},{"id":10279,"c":41,"u":"spell%20resistance_wizard_phb_abjuration_phb_14_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 14; Spell Resistance","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s13-0"},{"id":10281,"c":41,"u":"school%20of%20conjuration_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 2; School of Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10283,"c":41,"u":"conjuration%20savant_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 2; Conjuration Savant","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10285,"c":41,"u":"minor%20conjuration_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 2; Minor Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10287,"c":41,"u":"benign%20transposition_wizard_phb_conjuration_phb_6_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 6; Benign Transposition","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s5-0"},{"id":10289,"c":41,"u":"focused%20conjuration_wizard_phb_conjuration_phb_10_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 10; Focused Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s9-0"},{"id":10291,"c":41,"u":"durable%20summons_wizard_phb_conjuration_phb_14_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 14; Durable Summons","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s13-0"},{"id":10293,"c":41,"u":"school%20of%20divination_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 2; School of Divination","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10295,"c":41,"u":"divination%20savant_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 2; Divination Savant","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10297,"c":41,"u":"portent_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 2; Portent","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10299,"c":41,"u":"expert%20divination_wizard_phb_divination_phb_6_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 6; Expert Divination","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s5-0"},{"id":10301,"c":41,"u":"the%20third%20eye_wizard_phb_divination_phb_10_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 10; The Third Eye","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s9-0"},{"id":10303,"c":41,"u":"greater%20portent_wizard_phb_divination_phb_14_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 14; Greater Portent","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s13-0"},{"id":10305,"c":41,"u":"school%20of%20enchantment_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 2; School of Enchantment","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10307,"c":41,"u":"enchantment%20savant_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 2; Enchantment Savant","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10309,"c":41,"u":"hypnotic%20gaze_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 2; Hypnotic Gaze","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10311,"c":41,"u":"instinctive%20charm_wizard_phb_enchantment_phb_6_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 6; Instinctive Charm","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s5-0"},{"id":10313,"c":41,"u":"split%20enchantment_wizard_phb_enchantment_phb_10_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 10; Split Enchantment","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s9-0"},{"id":10315,"c":41,"u":"alter%20memories_wizard_phb_enchantment_phb_14_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 14; Alter Memories","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s13-0"},{"id":10317,"c":41,"u":"school%20of%20evocation_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 2; School of Evocation","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10319,"c":41,"u":"evocation%20savant_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 2; Evocation Savant","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10321,"c":41,"u":"sculpt%20spells_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 2; Sculpt Spells","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10323,"c":41,"u":"potent%20cantrip_wizard_phb_evocation_phb_6_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 6; Potent Cantrip","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s5-0"},{"id":10325,"c":41,"u":"empowered%20evocation_wizard_phb_evocation_phb_10_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 10; Empowered Evocation","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s9-0"},{"id":10327,"c":41,"u":"overchannel_wizard_phb_evocation_phb_14_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 14; Overchannel","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s13-0"},{"id":10329,"c":41,"u":"school%20of%20illusion_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 2; School of Illusion","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10331,"c":41,"u":"illusion%20savant_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 2; Illusion Savant","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10333,"c":41,"u":"improved%20minor%20illusion_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 2; Improved Minor Illusion","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10335,"c":41,"u":"malleable%20illusions_wizard_phb_illusion_phb_6_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 6; Malleable Illusions","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s5-0"},{"id":10337,"c":41,"u":"illusory%20self_wizard_phb_illusion_phb_10_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 10; Illusory Self","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s9-0"},{"id":10339,"c":41,"u":"illusory%20reality_wizard_phb_illusion_phb_14_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 14; Illusory Reality","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s13-0"},{"id":10341,"c":41,"u":"school%20of%20necromancy_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 2; School of Necromancy","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10343,"c":41,"u":"grim%20harvest_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 2; Grim Harvest","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10345,"c":41,"u":"necromancy%20savant_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 2; Necromancy Savant","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10347,"c":41,"u":"undead%20thralls_wizard_phb_necromancy_phb_6_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 6; Undead Thralls","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s5-0"},{"id":10349,"c":41,"u":"inured%20to%20undeath_wizard_phb_necromancy_phb_10_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 10; Inured to Undeath","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s9-0"},{"id":10351,"c":41,"u":"command%20undead_wizard_phb_necromancy_phb_14_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 14; Command Undead","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s13-0"},{"id":10353,"c":41,"u":"school%20of%20transmutation_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 2; School of Transmutation","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10355,"c":41,"u":"minor%20alchemy_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 2; Minor Alchemy","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10357,"c":41,"u":"transmutation%20savant_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 2; Transmutation Savant","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10359,"c":41,"u":"transmuter's%20stone_wizard_phb_transmutation_phb_6_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 6; Transmuter's Stone","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s5-0"},{"id":10361,"c":41,"u":"shapechanger_wizard_phb_transmutation_phb_10_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 10; Shapechanger","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s9-0"},{"id":10363,"c":41,"u":"master%20transmuter_wizard_phb_transmutation_phb_14_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 14; Master Transmuter","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s13-0"},{"id":10365,"c":41,"u":"bladesinging_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 2; Bladesinging","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10367,"c":41,"u":"bladesinger%20styles_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 2; Bladesinger Styles","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10369,"c":41,"u":"bladesong_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 2; Bladesong","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10371,"c":41,"u":"training%20in%20war%20and%20song%20(bladesinging)_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 2; Training in War and Song (Bladesinging)","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10373,"c":41,"u":"extra%20attack_wizard_phb_bladesinging_tce_6_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 6; Extra Attack","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s5-0"},{"id":10375,"c":41,"u":"song%20of%20defense_wizard_phb_bladesinging_tce_10_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 10; Song of Defense","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s9-0"},{"id":10377,"c":41,"u":"song%20of%20victory_wizard_phb_bladesinging_tce_14_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 14; Song of Victory","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s13-0"},{"id":10379,"c":41,"u":"order%20of%20scribes_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"n":"Scribes Wizard 2; Order of Scribes","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10381,"c":41,"u":"awakened%20spellbook_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"n":"Scribes Wizard 2; Awakened Spellbook","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10383,"c":41,"u":"wizardly%20quill_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"n":"Scribes Wizard 2; Wizardly Quill","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10385,"c":41,"u":"manifest%20mind_wizard_phb_scribes_tce_6_tce","p":78,"s":"TCE","h":1,"n":"Scribes Wizard 6; Manifest Mind","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s5-0"},{"id":10387,"c":41,"u":"master%20scrivener_wizard_phb_scribes_tce_10_tce","p":78,"s":"TCE","h":1,"n":"Scribes Wizard 10; Master Scrivener","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s9-0"},{"id":10389,"c":41,"u":"one%20with%20the%20word_wizard_phb_scribes_tce_14_tce","p":78,"s":"TCE","h":1,"n":"Scribes Wizard 14; One with the Word","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s13-0"},{"id":10391,"c":41,"u":"blood%20magic_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 2; Blood Magic","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10393,"c":41,"u":"blood%20channeling_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 2; Blood Channeling","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10395,"c":41,"u":"sanguine%20burst_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 2; Sanguine Burst","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10397,"c":41,"u":"bond%20of%20mutual%20suffering_wizard_phb_blood%20magic_tdcsr_6_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 6; Bond of Mutual Suffering","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s5-0"},{"id":10399,"c":41,"u":"glyph%20of%20hemorrhaging_wizard_phb_blood%20magic_tdcsr_10_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 10; Glyph of Hemorrhaging","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s9-0"},{"id":10401,"c":41,"u":"bond%20of%20mutual%20suffering%20(14th%20level)_wizard_phb_blood%20magic_tdcsr_14_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 14; Bond of Mutual Suffering (14th Level)","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s13-0"},{"id":10403,"c":41,"u":"thicker%20than%20water_wizard_phb_blood%20magic_tdcsr_14_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 14; Thicker than Water","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s13-0"},{"id":10405,"c":41,"u":"war%20magic_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 2; War Magic","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10407,"c":41,"u":"arcane%20deflection_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 2; Arcane Deflection","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10409,"c":41,"u":"tactical%20wit_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 2; Tactical Wit","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10411,"c":41,"u":"power%20surge_wizard_phb_war_xge_6_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 6; Power Surge","uh":"wizard_phb,state:sub-war-xge=b1~feature=s5-0"},{"id":10413,"c":41,"u":"durable%20magic_wizard_phb_war_xge_10_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 10; Durable Magic","uh":"wizard_phb,state:sub-war-xge=b1~feature=s9-0"},{"id":10415,"c":41,"u":"deflecting%20shroud_wizard_phb_war_xge_14_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 14; Deflecting Shroud","uh":"wizard_phb,state:sub-war-xge=b1~feature=s13-0"},{"id":10417,"c":41,"u":"chronurgy%20magic_wizard_xphb_chronurgy_egw_3_egw","s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 3; Chronurgy Magic","uh":"wizard_xphb,state:sub-chronurgy-egw=b1~feature=s2-0"},{"id":10419,"c":41,"u":"graviturgy%20magic_wizard_xphb_graviturgy_egw_3_egw","s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 3; Graviturgy Magic","uh":"wizard_xphb,state:sub-graviturgy-egw=b1~feature=s2-0"},{"id":10421,"c":41,"u":"school%20of%20abjuration_wizard_xphb_abjuration_phb_3_phb","s":"PHB","h":1,"n":"Abjuration Wizard 3; School of Abjuration","uh":"wizard_xphb,state:sub-abjuration-phb=b1~feature=s2-0"},{"id":10423,"c":41,"u":"school%20of%20conjuration_wizard_xphb_conjuration_phb_3_phb","s":"PHB","h":1,"n":"Conjuration Wizard 3; School of Conjuration","uh":"wizard_xphb,state:sub-conjuration-phb=b1~feature=s2-0"},{"id":10425,"c":41,"u":"school%20of%20divination_wizard_xphb_divination_phb_3_phb","s":"PHB","h":1,"n":"Divination Wizard 3; School of Divination","uh":"wizard_xphb,state:sub-divination-phb=b1~feature=s2-0"},{"id":10427,"c":41,"u":"school%20of%20enchantment_wizard_xphb_enchantment_phb_3_phb","s":"PHB","h":1,"n":"Enchantment Wizard 3; School of Enchantment","uh":"wizard_xphb,state:sub-enchantment-phb=b1~feature=s2-0"},{"id":10429,"c":41,"u":"school%20of%20evocation_wizard_xphb_evocation_phb_3_phb","s":"PHB","h":1,"n":"Evocation Wizard 3; School of Evocation","uh":"wizard_xphb,state:sub-evocation-phb=b1~feature=s2-0"},{"id":10431,"c":41,"u":"school%20of%20illusion_wizard_xphb_illusion_phb_3_phb","s":"PHB","h":1,"n":"Illusion Wizard 3; School of Illusion","uh":"wizard_xphb,state:sub-illusion-phb=b1~feature=s2-0"},{"id":10433,"c":41,"u":"school%20of%20necromancy_wizard_xphb_necromancy_phb_3_phb","s":"PHB","h":1,"n":"Necromancy Wizard 3; School of Necromancy","uh":"wizard_xphb,state:sub-necromancy-phb=b1~feature=s2-0"},{"id":10435,"c":41,"u":"school%20of%20transmutation_wizard_xphb_transmutation_phb_3_phb","s":"PHB","h":1,"n":"Transmutation Wizard 3; School of Transmutation","uh":"wizard_xphb,state:sub-transmutation-phb=b1~feature=s2-0"},{"id":10437,"c":41,"u":"bladesinging_wizard_xphb_bladesinging_tce_3_tce","s":"TCE","h":1,"n":"Bladesinging Wizard 3; Bladesinging","uh":"wizard_xphb,state:sub-bladesinging-tce=b1~feature=s2-0"},{"id":10439,"c":41,"u":"order%20of%20scribes_wizard_xphb_scribes_tce_3_tce","s":"TCE","h":1,"n":"Scribes Wizard 3; Order of Scribes","uh":"wizard_xphb,state:sub-scribes-tce=b1~feature=s2-0"},{"id":10441,"c":41,"u":"blood%20magic_wizard_xphb_blood%20magic_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 3; Blood Magic","uh":"wizard_xphb,state:sub-blood-magic-tdcsr=b1~feature=s2-0"},{"id":10443,"c":41,"u":"war%20magic_wizard_xphb_war_xge_3_xge","s":"XGE","h":1,"n":"War Wizard 3; War Magic","uh":"wizard_xphb,state:sub-war-xge=b1~feature=s2-0"},{"id":10445,"c":41,"u":"abjurer_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"n":"Abjurer Wizard 3; Abjurer","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10447,"c":41,"u":"abjuration%20savant_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"n":"Abjurer Wizard 3; Abjuration Savant","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10449,"c":41,"u":"arcane%20ward_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"n":"Abjurer Wizard 3; Arcane Ward","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10451,"c":41,"u":"projected%20ward_wizard_xphb_abjurer_xphb_6_xphb","p":172,"s":"XPHB","h":1,"n":"Abjurer Wizard 6; Projected Ward","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s5-0"},{"id":10453,"c":41,"u":"spell%20breaker_wizard_xphb_abjurer_xphb_10_xphb","p":173,"s":"XPHB","h":1,"n":"Abjurer Wizard 10; Spell Breaker","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s9-0"},{"id":10455,"c":41,"u":"spell%20resistance_wizard_xphb_abjurer_xphb_14_xphb","p":173,"s":"XPHB","h":1,"n":"Abjurer Wizard 14; Spell Resistance","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s13-0"},{"id":10457,"c":41,"u":"diviner_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 3; Diviner","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10459,"c":41,"u":"divination%20savant_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 3; Divination Savant","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10461,"c":41,"u":"portent_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 3; Portent","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10463,"c":41,"u":"expert%20divination_wizard_xphb_diviner_xphb_6_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 6; Expert Divination","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s5-0"},{"id":10465,"c":41,"u":"the%20third%20eye_wizard_xphb_diviner_xphb_10_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 10; The Third Eye","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s9-0"},{"id":10467,"c":41,"u":"greater%20portent_wizard_xphb_diviner_xphb_14_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 14; Greater Portent","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s13-0"},{"id":10469,"c":41,"u":"evoker_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 3; Evoker","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10471,"c":41,"u":"evocation%20savant_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 3; Evocation Savant","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10473,"c":41,"u":"potent%20cantrip_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 3; Potent Cantrip","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10475,"c":41,"u":"sculpt%20spells_wizard_xphb_evoker_xphb_6_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 6; Sculpt Spells","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s5-0"},{"id":10477,"c":41,"u":"empowered%20evocation_wizard_xphb_evoker_xphb_10_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 10; Empowered Evocation","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s9-0"},{"id":10479,"c":41,"u":"overchannel_wizard_xphb_evoker_xphb_14_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 14; Overchannel","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s13-0"},{"id":10481,"c":41,"u":"illusionist_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 3; Illusionist","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10483,"c":41,"u":"illusion%20savant_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 3; Illusion Savant","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10485,"c":41,"u":"improved%20illusions_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 3; Improved Illusions","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10487,"c":41,"u":"phantasmal%20creatures_wizard_xphb_illusionist_xphb_6_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 6; Phantasmal Creatures","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s5-0"},{"id":10489,"c":41,"u":"illusory%20self_wizard_xphb_illusionist_xphb_10_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 10; Illusory Self","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s9-0"},{"id":10491,"c":41,"u":"illusory%20reality_wizard_xphb_illusionist_xphb_14_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 14; Illusory Reality","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s13-0"},{"id":10492,"c":3,"u":"giant%20foundling_bgg","p":6,"s":0,"h":1,"n":"Giant Foundling"},{"id":10493,"c":3,"u":"rune%20carver_bgg","p":12,"s":0,"h":1,"n":"Rune Carver"},{"id":10494,"c":3,"u":"rewarded_bmt","p":57,"s":1,"h":1,"n":"Rewarded"},{"id":10495,"c":3,"u":"ruined_bmt","p":58,"s":1,"h":1,"n":"Ruined"},{"id":10496,"c":3,"u":"city%20watch_scag","p":145,"s":107,"h":1,"n":"City Watch"},{"id":10497,"c":3,"u":"clan%20crafter_scag","p":145,"s":107,"h":1,"n":"Clan Crafter"},{"id":10498,"c":3,"u":"cloistered%20scholar_scag","p":146,"s":107,"h":1,"n":"Cloistered Scholar"},{"id":10499,"c":3,"u":"courtier_scag","p":146,"s":107,"h":1,"n":"Courtier"},{"id":10500,"c":3,"u":"faction%20agent_scag","p":147,"s":107,"h":1,"n":"Faction Agent"},{"id":10501,"c":3,"u":"far%20traveler_scag","p":148,"s":107,"h":1,"n":"Far Traveler"},{"id":10502,"c":3,"u":"inheritor_scag","p":150,"s":107,"h":1,"n":"Inheritor"},{"id":10503,"c":3,"u":"knight%20of%20the%20order_scag","p":151,"s":107,"h":1,"n":"Knight of the Order"},{"id":10504,"c":3,"u":"mercenary%20veteran_scag","p":152,"s":107,"h":1,"n":"Mercenary Veteran"},{"id":10505,"c":3,"u":"urban%20bounty%20hunter_scag","p":153,"s":107,"h":1,"n":"Urban Bounty Hunter"},{"id":10506,"c":3,"u":"uthgardt%20tribe%20member_scag","p":153,"s":107,"h":1,"n":"Uthgardt Tribe Member"},{"id":10507,"c":3,"u":"variant%20city%20watch%20(investigator)_scag","p":145,"s":107,"h":1,"n":"Variant City Watch (Investigator)"},{"id":10508,"c":3,"u":"waterdhavian%20noble_scag","p":154,"s":107,"h":1,"n":"Waterdhavian Noble"},{"id":10509,"c":3,"u":"acolyte_xphb","p":178,"s":8,"h":1,"n":"Acolyte"},{"id":10510,"c":3,"u":"artisan_xphb","p":179,"s":8,"h":1,"n":"Artisan"},{"id":10511,"c":3,"u":"charlatan_xphb","p":180,"s":8,"h":1,"n":"Charlatan"},{"id":10512,"c":3,"u":"criminal_xphb","p":180,"s":8,"h":1,"n":"Criminal"},{"id":10513,"c":3,"u":"entertainer_xphb","p":180,"s":8,"h":1,"n":"Entertainer"},{"id":10514,"c":3,"u":"farmer_xphb","p":180,"s":8,"h":1,"n":"Farmer"},{"id":10515,"c":3,"u":"guard_xphb","p":181,"s":8,"h":1,"n":"Guard"},{"id":10516,"c":3,"u":"guide_xphb","p":181,"s":8,"h":1,"n":"Guide"},{"id":10517,"c":3,"u":"hermit_xphb","p":182,"s":8,"h":1,"n":"Hermit"},{"id":10518,"c":3,"u":"merchant_xphb","p":182,"s":8,"h":1,"n":"Merchant"},{"id":10519,"c":3,"u":"noble_xphb","p":183,"s":8,"h":1,"n":"Noble"},{"id":10520,"c":3,"u":"sage_xphb","p":183,"s":8,"h":1,"n":"Sage"},{"id":10521,"c":3,"u":"sailor_xphb","p":184,"s":8,"h":1,"n":"Sailor"},{"id":10522,"c":3,"u":"scribe_xphb","p":184,"s":8,"h":1,"n":"Scribe"},{"id":10523,"c":3,"u":"soldier_xphb","p":185,"s":8,"h":1,"n":"Soldier"},{"id":10524,"c":3,"u":"wayfarer_xphb","p":185,"s":8,"h":1,"n":"Wayfarer"},{"id":10525,"c":3,"u":"astral%20drifter_aag","p":7,"s":103,"h":1,"n":"Astral Drifter"},{"id":10526,"c":3,"u":"wildspacer_aag","p":8,"s":103,"h":1,"n":"Wildspacer"},{"id":10527,"c":3,"u":"celebrity%20adventurer's%20scion_ai","p":48,"s":15,"h":1,"n":"Celebrity Adventurer's Scion"},{"id":10528,"c":3,"u":"failed%20merchant_ai","p":49,"s":15,"h":1,"n":"Failed Merchant"},{"id":10529,"c":3,"u":"gambler_ai","p":49,"s":15,"h":1,"n":"Gambler"},{"id":10530,"c":3,"u":"plaintiff_ai","p":50,"s":15,"h":1,"n":"Plaintiff"},{"id":10531,"c":3,"u":"rival%20intern_ai","p":51,"s":15,"h":1,"n":"Rival Intern"},{"id":10532,"c":3,"u":"baldur's%20gate%20acolyte_bgdia","p":202,"s":17,"h":1,"n":"Baldur's Gate Acolyte"},{"id":10533,"c":3,"u":"baldur's%20gate%20charlatan_bgdia","p":202,"s":17,"h":1,"n":"Baldur's Gate Charlatan"},{"id":10534,"c":3,"u":"baldur's%20gate%20criminal_bgdia","p":202,"s":17,"h":1,"n":"Baldur's Gate Criminal"},{"id":10535,"c":3,"u":"baldur's%20gate%20entertainer_bgdia","p":202,"s":17,"h":1,"n":"Baldur's Gate Entertainer"},{"id":10536,"c":3,"u":"baldur's%20gate%20folk%20hero_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Folk Hero"},{"id":10537,"c":3,"u":"baldur's%20gate%20guild%20artisan_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Guild Artisan"},{"id":10538,"c":3,"u":"baldur's%20gate%20hermit_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Hermit"},{"id":10539,"c":3,"u":"baldur's%20gate%20noble_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Noble"},{"id":10540,"c":3,"u":"baldur's%20gate%20outlander_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Outlander"},{"id":10541,"c":3,"u":"baldur's%20gate%20sage_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Sage"},{"id":10542,"c":3,"u":"baldur's%20gate%20sailor_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Sailor"},{"id":10543,"c":3,"u":"baldur's%20gate%20soldier_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Soldier"},{"id":10544,"c":3,"u":"baldur's%20gate%20urchin_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Urchin"},{"id":10545,"c":3,"u":"faceless_bgdia","p":203,"s":17,"h":1,"n":"Faceless"},{"id":10546,"c":3,"u":"continental%20nobility_dodk","p":244,"s":25,"h":1,"dP":1,"n":"Continental Nobility"},{"id":10547,"c":3,"u":"devoted%20missionary_dodk","p":246,"s":25,"h":1,"dP":1,"n":"Devoted Missionary"},{"id":10548,"c":3,"u":"mageborn_dodk","p":245,"s":25,"h":1,"dP":1,"n":"Mageborn"},{"id":10549,"c":3,"u":"survivor_dodk","p":247,"s":25,"h":1,"dP":1,"n":"Survivor"},{"id":10550,"c":3,"u":"treasure%20seeker_dodk","p":248,"s":25,"h":1,"dP":1,"n":"Treasure Seeker"},{"id":10551,"c":3,"u":"variant%20continental%20nobility%20(last%20of%20the%20line)_dodk","p":245,"s":25,"h":1,"dP":1,"n":"Variant Continental Nobility (Last of the Line)"},{"id":10552,"c":3,"u":"variant%20devoted%20missionary%20(stargazer)_dodk","p":247,"s":25,"h":1,"dP":1,"n":"Variant Devoted Missionary (Stargazer)"},{"id":10553,"c":3,"u":"variant%20mageborn%20(malfeasant%20mage)_dodk","p":246,"s":25,"h":1,"dP":1,"n":"Variant Mageborn (Malfeasant Mage)"},{"id":10554,"c":3,"u":"variant%20survivor%20(veteran%20of%20the%20civil%20war)_dodk","p":248,"s":25,"h":1,"dP":1,"n":"Variant Survivor (Veteran of the Civil War)"},{"id":10555,"c":3,"u":"variant%20treasure%20seeker%20(soldier%20of%20fortune)_dodk","p":249,"s":25,"h":1,"dP":1,"n":"Variant Treasure Seeker (Soldier of Fortune)"},{"id":10556,"c":3,"u":"knight%20of%20solamnia_dsotdq","p":30,"s":27,"h":1,"n":"Knight of Solamnia"},{"id":10557,"c":3,"u":"mage%20of%20high%20sorcery_dsotdq","p":30,"s":27,"h":1,"n":"Mage of High Sorcery"},{"id":10558,"c":3,"u":"augen%20trust%20(spy)_egw","p":203,"s":28,"h":1,"dP":1,"n":"Augen Trust (Spy)"},{"id":10559,"c":3,"u":"cobalt%20scholar%20(sage)_egw","p":203,"s":28,"h":1,"dP":1,"n":"Cobalt Scholar (Sage)"},{"id":10560,"c":3,"u":"grinner_egw","p":200,"s":28,"h":1,"dP":1,"n":"Grinner"},{"id":10561,"c":3,"u":"luxonborn%20(acolyte)_egw","p":203,"s":28,"h":1,"dP":1,"n":"Luxonborn (Acolyte)"},{"id":10562,"c":3,"u":"myriad%20operative%20(criminal)_egw","p":203,"s":28,"h":1,"dP":1,"n":"Myriad Operative (Criminal)"},{"id":10563,"c":3,"u":"revelry%20pirate%20(sailor)_egw","p":203,"s":28,"h":1,"dP":1,"n":"Revelry Pirate (Sailor)"},{"id":10564,"c":3,"u":"volstrucker%20agent_egw","p":202,"s":28,"h":1,"dP":1,"n":"Volstrucker Agent"},{"id":10565,"c":3,"u":"house%20agent_erlw","p":53,"s":29,"h":1,"n":"House Agent"},{"id":10566,"c":3,"u":"azorius%20functionary_ggr","p":33,"s":31,"h":1,"n":"Azorius Functionary"},{"id":10567,"c":3,"u":"boros%20legionnaire_ggr","p":40,"s":31,"h":1,"n":"Boros Legionnaire"},{"id":10568,"c":3,"u":"dimir%20operative_ggr","p":46,"s":31,"h":1,"n":"Dimir Operative"},{"id":10569,"c":3,"u":"golgari%20agent_ggr","p":53,"s":31,"h":1,"n":"Golgari Agent"},{"id":10570,"c":3,"u":"gruul%20anarch_ggr","p":60,"s":31,"h":1,"n":"Gruul Anarch"},{"id":10571,"c":3,"u":"izzet%20engineer_ggr","p":66,"s":31,"h":1,"n":"Izzet Engineer"},{"id":10572,"c":3,"u":"orzhov%20representative_ggr","p":72,"s":31,"h":1,"n":"Orzhov Representative"},{"id":10573,"c":3,"u":"rakdos%20cultist_ggr","p":79,"s":31,"h":1,"n":"Rakdos Cultist"},{"id":10574,"c":3,"u":"selesnya%20initiate_ggr","p":86,"s":31,"h":1,"n":"Selesnya Initiate"},{"id":10575,"c":3,"u":"simic%20scientist_ggr","p":93,"s":31,"h":1,"n":"Simic Scientist"},{"id":10576,"c":3,"u":"fisher_gos","p":29,"s":33,"h":1,"n":"Fisher"},{"id":10577,"c":3,"u":"marine_gos","p":31,"s":33,"h":1,"n":"Marine"},{"id":10578,"c":3,"u":"shipwright_gos","p":33,"s":33,"h":1,"n":"Shipwright"},{"id":10579,"c":3,"u":"smuggler_gos","p":34,"s":33,"h":1,"n":"Smuggler"},{"id":10580,"c":3,"u":"bandit%20defector_hwcs","p":43,"s":37,"h":1,"dP":1,"n":"Bandit Defector"},{"id":10581,"c":3,"u":"grounded_hwcs","p":44,"s":37,"h":1,"dP":1,"n":"Grounded"},{"id":10582,"c":3,"u":"wind-touched_hwcs","p":45,"s":37,"h":1,"dP":1,"n":"Wind-Touched"},{"id":10583,"c":3,"u":"athlete_mot","p":31,"s":46,"h":1,"n":"Athlete"},{"id":10584,"c":3,"u":"acolyte_phb","p":127,"s":52,"h":1,"r":1,"n":"Acolyte"},{"id":10585,"c":3,"u":"charlatan_phb","p":128,"s":52,"h":1,"n":"Charlatan"},{"id":10586,"c":3,"u":"criminal_phb","p":129,"s":52,"h":1,"n":"Criminal"},{"id":10587,"c":3,"u":"custom%20background_phb","p":126,"s":52,"h":1,"n":"Custom Background"},{"id":10588,"c":3,"u":"entertainer_phb","p":130,"s":52,"h":1,"n":"Entertainer"},{"id":10589,"c":3,"u":"folk%20hero_phb","p":131,"s":52,"h":1,"n":"Folk Hero"},{"id":10590,"c":3,"u":"guild%20artisan_phb","p":132,"s":52,"h":1,"n":"Guild Artisan"},{"id":10591,"c":3,"u":"hermit_phb","p":134,"s":52,"h":1,"n":"Hermit"},{"id":10592,"c":3,"u":"noble_phb","p":135,"s":52,"h":1,"n":"Noble"},{"id":10593,"c":3,"u":"outlander_phb","p":136,"s":52,"h":1,"n":"Outlander"},{"id":10594,"c":3,"u":"sage_phb","p":137,"s":52,"h":1,"n":"Sage"},{"id":10595,"c":3,"u":"sailor_phb","p":139,"s":52,"h":1,"n":"Sailor"},{"id":10596,"c":3,"u":"soldier_phb","p":140,"s":52,"h":1,"n":"Soldier"},{"id":10597,"c":3,"u":"urchin_phb","p":141,"s":52,"h":1,"n":"Urchin"},{"id":10598,"c":3,"u":"variant%20criminal%20(spy)_phb","p":130,"s":52,"h":1,"n":"Variant Criminal (Spy)"},{"id":10599,"c":3,"u":"variant%20entertainer%20(gladiator)_phb","p":131,"s":52,"h":1,"n":"Variant Entertainer (Gladiator)"},{"id":10600,"c":3,"u":"variant%20guild%20artisan%20(guild%20merchant)_phb","p":133,"s":52,"h":1,"n":"Variant Guild Artisan (Guild Merchant)"},{"id":10601,"c":3,"u":"variant%20noble%20(knight)_phb","p":136,"s":52,"h":1,"n":"Variant Noble (Knight)"},{"id":10602,"c":3,"u":"variant%20noble%20(retainers)_phb","p":136,"s":52,"h":1,"n":"Variant Noble (Retainers)"},{"id":10603,"c":3,"u":"variant%20sailor%20(pirate)_phb","p":139,"s":52,"h":1,"n":"Variant Sailor (Pirate)"},{"id":10604,"c":3,"u":"gate%20warden_sato","p":7,"s":104,"h":1,"n":"Gate Warden"},{"id":10605,"c":3,"u":"planar%20philosopher_sato","p":8,"s":104,"h":1,"n":"Planar Philosopher"},{"id":10606,"c":3,"u":"lorehold%20student_scc","p":31,"s":57,"h":1,"n":"Lorehold Student"},{"id":10607,"c":3,"u":"prismari%20student_scc","p":32,"s":57,"h":1,"n":"Prismari Student"},{"id":10608,"c":3,"u":"quandrix%20student_scc","p":33,"s":57,"h":1,"n":"Quandrix Student"},{"id":10609,"c":3,"u":"silverquill%20student_scc","p":35,"s":57,"h":1,"n":"Silverquill Student"},{"id":10610,"c":3,"u":"witherbloom%20student_scc","p":36,"s":57,"h":1,"n":"Witherbloom Student"},{"id":10611,"c":3,"u":"ashari_tdcsr","p":180,"s":61,"h":1,"dP":1,"n":"Ashari"},{"id":10612,"c":3,"u":"clasp%20member_tdcsr","p":181,"s":61,"h":1,"dP":1,"n":"Clasp Member"},{"id":10613,"c":3,"u":"lyceum%20scholar_tdcsr","p":183,"s":61,"h":1,"dP":1,"n":"Lyceum Scholar"},{"id":10614,"c":3,"u":"reformed%20cultist_tdcsr","p":185,"s":61,"h":1,"dP":1,"n":"Reformed Cultist"},{"id":10615,"c":3,"u":"variant%20clasp%20member%20(myriad%20operative)_tdcsr","p":182,"s":61,"h":1,"dP":1,"n":"Variant Clasp Member (Myriad Operative)"},{"id":10616,"c":3,"u":"variant%20whitestone%20rifle%20corps%20(grey%20hunter)_tdcsr","p":182,"s":61,"h":1,"dP":1,"n":"Variant Whitestone Rifle Corps (Grey Hunter)"},{"id":10617,"c":3,"u":"whitestone%20rifle%20corps_tdcsr","p":187,"s":61,"h":1,"dP":1,"n":"Whitestone Rifle Corps"},{"id":10618,"c":3,"u":"anthropologist_toa","p":191,"s":63,"h":1,"n":"Anthropologist"},{"id":10619,"c":3,"u":"archaeologist_toa","p":192,"s":63,"h":1,"n":"Archaeologist"},{"id":10620,"c":3,"u":"haunted%20one_vrgr","p":34,"s":68,"h":1,"n":"Haunted One"},{"id":10621,"c":3,"u":"investigator_vrgr","p":35,"s":68,"h":1,"n":"Investigator"},{"id":10622,"c":3,"u":"feylost_wbtw","p":9,"s":69,"h":1,"n":"Feylost"},{"id":10623,"c":3,"u":"witchlight%20hand_wbtw","p":11,"s":69,"h":1,"n":"Witchlight Hand"},{"id":10624,"c":3,"u":"black%20fist%20double%20agent_alcurseofstrahd","p":2,"s":108,"h":1,"n":"Black Fist Double Agent"},{"id":10625,"c":3,"u":"dragon%20casualty_alcurseofstrahd","p":3,"s":108,"h":1,"n":"Dragon Casualty"},{"id":10626,"c":3,"u":"iron%20route%20bandit_alcurseofstrahd","p":5,"s":108,"h":1,"n":"Iron Route Bandit"},{"id":10627,"c":3,"u":"phlan%20insurgent_alcurseofstrahd","p":6,"s":108,"h":1,"n":"Phlan Insurgent"},{"id":10628,"c":3,"u":"stojanow%20prisoner_alcurseofstrahd","p":8,"s":108,"h":1,"n":"Stojanow Prisoner"},{"id":10629,"c":3,"u":"ticklebelly%20nomad_alcurseofstrahd","p":9,"s":108,"h":1,"n":"Ticklebelly Nomad"},{"id":10630,"c":3,"u":"caravan%20specialist_alelementalevil","p":2,"s":109,"h":1,"n":"Caravan Specialist"},{"id":10631,"c":3,"u":"earthspur%20miner_alelementalevil","p":3,"s":109,"h":1,"n":"Earthspur Miner"},{"id":10632,"c":3,"u":"harborfolk_alelementalevil","p":4,"s":109,"h":1,"n":"Harborfolk"},{"id":10633,"c":3,"u":"mulmaster%20aristocrat_alelementalevil","p":5,"s":109,"h":1,"n":"Mulmaster Aristocrat"},{"id":10634,"c":3,"u":"phlan%20refugee_alelementalevil","p":6,"s":109,"h":1,"n":"Phlan Refugee"},{"id":10635,"c":3,"u":"cormanthor%20refugee_alrageofdemons","p":5,"s":110,"h":1,"n":"Cormanthor Refugee"},{"id":10636,"c":3,"u":"gate%20urchin_alrageofdemons","p":6,"s":110,"h":1,"n":"Gate Urchin"},{"id":10637,"c":3,"u":"hillsfar%20merchant_alrageofdemons","p":7,"s":110,"h":1,"n":"Hillsfar Merchant"},{"id":10638,"c":3,"u":"hillsfar%20smuggler_alrageofdemons","p":8,"s":110,"h":1,"n":"Hillsfar Smuggler"},{"id":10639,"c":3,"u":"secret%20identity_alrageofdemons","p":9,"s":110,"h":1,"n":"Secret Identity"},{"id":10640,"c":3,"u":"shade%20fanatic_alrageofdemons","p":10,"s":110,"h":1,"n":"Shade Fanatic"},{"id":10641,"c":3,"u":"trade%20sheriff_alrageofdemons","p":11,"s":110,"h":1,"n":"Trade Sheriff"},{"id":10642,"c":3,"u":"initiate_psa","p":8,"s":95,"h":1,"n":"Initiate"},{"id":10643,"c":3,"u":"initiate%20(dissenter)_psa","p":11,"s":95,"h":1,"n":"Initiate (Dissenter)"},{"id":10644,"c":3,"u":"vizier_psa","p":10,"s":95,"h":1,"n":"Vizier"},{"id":10645,"c":3,"u":"vizier%20(dissenter)_psa","p":11,"s":95,"h":1,"n":"Vizier (Dissenter)"},{"id":10646,"c":3,"u":"inquisitor_psi","p":12,"s":97,"h":1,"n":"Inquisitor"},{"id":10647,"c":6,"u":"blinded_xphb","p":361,"s":8,"h":1,"n":"Blinded"},{"id":10648,"c":6,"u":"charmed_xphb","p":361,"s":8,"h":1,"n":"Charmed"},{"id":10649,"c":6,"u":"deafened_xphb","p":365,"s":8,"h":1,"n":"Deafened"},{"id":10650,"c":6,"u":"exhaustion_xphb","p":365,"s":8,"h":1,"n":"Exhaustion"},{"id":10651,"c":6,"u":"frightened_xphb","p":367,"s":8,"h":1,"n":"Frightened"},{"id":10652,"c":6,"u":"grappled_xphb","p":367,"s":8,"h":1,"n":"Grappled"},{"id":10653,"c":6,"u":"incapacitated_xphb","p":369,"s":8,"h":1,"n":"Incapacitated"},{"id":10654,"c":6,"u":"invisible_xphb","p":370,"s":8,"h":1,"n":"Invisible"},{"id":10655,"c":6,"u":"paralyzed_xphb","p":371,"s":8,"h":1,"n":"Paralyzed"},{"id":10656,"c":6,"u":"petrified_xphb","p":372,"s":8,"h":1,"n":"Petrified"},{"id":10657,"c":6,"u":"poisoned_xphb","p":372,"s":8,"h":1,"n":"Poisoned"},{"id":10658,"c":6,"u":"prone_xphb","p":372,"s":8,"h":1,"n":"Prone"},{"id":10659,"c":6,"u":"restrained_xphb","p":373,"s":8,"h":1,"n":"Restrained"},{"id":10660,"c":6,"u":"stunned_xphb","p":376,"s":8,"h":1,"n":"Stunned"},{"id":10661,"c":6,"u":"unconscious_xphb","p":376,"s":8,"h":1,"n":"Unconscious"},{"id":10662,"c":6,"u":"blinded_phb","p":290,"s":52,"h":1,"r":1,"n":"Blinded"},{"id":10663,"c":6,"u":"charmed_phb","p":290,"s":52,"h":1,"r":1,"n":"Charmed"},{"id":10664,"c":6,"u":"deafened_phb","p":290,"s":52,"h":1,"r":1,"n":"Deafened"},{"id":10665,"c":6,"u":"exhaustion_phb","p":291,"s":52,"h":1,"r":1,"n":"Exhaustion"},{"id":10666,"c":6,"u":"frightened_phb","p":290,"s":52,"h":1,"r":1,"n":"Frightened"},{"id":10667,"c":6,"u":"grappled_phb","p":290,"s":52,"h":1,"r":1,"n":"Grappled"},{"id":10668,"c":6,"u":"incapacitated_phb","p":290,"s":52,"h":1,"r":1,"n":"Incapacitated"},{"id":10669,"c":6,"u":"invisible_phb","p":291,"s":52,"h":1,"r":1,"n":"Invisible"},{"id":10670,"c":6,"u":"paralyzed_phb","p":291,"s":52,"h":1,"r":1,"n":"Paralyzed"},{"id":10671,"c":6,"u":"petrified_phb","p":291,"s":52,"h":1,"r":1,"n":"Petrified"},{"id":10672,"c":6,"u":"poisoned_phb","p":292,"s":52,"h":1,"r":1,"n":"Poisoned"},{"id":10673,"c":6,"u":"prone_phb","p":292,"s":52,"h":1,"r":1,"n":"Prone"},{"id":10674,"c":6,"u":"restrained_phb","p":292,"s":52,"h":1,"r":1,"n":"Restrained"},{"id":10675,"c":6,"u":"stunned_phb","p":292,"s":52,"h":1,"r":1,"n":"Stunned"},{"id":10676,"c":6,"u":"unconscious_phb","p":292,"s":52,"h":1,"r":1,"n":"Unconscious"},{"id":10677,"c":21,"u":"cackle%20fever_xdmg","p":61,"s":5,"h":1,"n":"Cackle Fever"},{"id":10678,"c":21,"u":"sewer%20plague_xdmg","p":61,"s":5,"h":1,"n":"Sewer Plague"},{"id":10679,"c":21,"u":"sight%20rot_xdmg","p":61,"s":5,"h":1,"n":"Sight Rot"},{"id":10680,"c":21,"u":"saprophytic%20plague_cm","p":253,"s":18,"h":1,"n":"Saprophytic Plague"},{"id":10681,"c":21,"u":"cackle%20fever_dmg","p":257,"s":24,"h":1,"r":1,"n":"Cackle Fever"},{"id":10682,"c":21,"u":"sewer%20plague_dmg","p":257,"s":24,"h":1,"r":1,"n":"Sewer Plague"},{"id":10683,"c":21,"u":"sight%20rot_dmg","p":257,"s":24,"h":1,"r":1,"n":"Sight Rot"},{"id":10684,"c":21,"u":"frigid%20woe_egw","p":125,"s":28,"h":1,"dP":1,"n":"Frigid Woe"},{"id":10685,"c":21,"u":"bluerot_gos","p":234,"s":33,"h":1,"n":"Bluerot"},{"id":10686,"c":21,"u":"redface_gos","p":168,"s":33,"h":1,"n":"Redface"},{"id":10687,"c":21,"u":"arcane%20blight_idrotf","p":233,"s":38,"h":1,"n":"Arcane Blight"},{"id":10688,"c":21,"u":"grackle-lung_oota","p":54,"s":49,"h":1,"n":"Grackle-Lung"},{"id":10689,"c":21,"u":"ghoul%20gut_oow","p":111,"s":50,"h":1,"n":"Ghoul Gut"},{"id":10690,"c":21,"u":"blinding%20sickness_phb","p":227,"s":52,"h":1,"n":"Blinding Sickness"},{"id":10691,"c":21,"u":"filth%20fever_phb","p":227,"s":52,"h":1,"n":"Filth Fever"},{"id":10692,"c":21,"u":"flesh%20rot_phb","p":227,"s":52,"h":1,"n":"Flesh Rot"},{"id":10693,"c":21,"u":"mindfire_phb","p":227,"s":52,"h":1,"n":"Mindfire"},{"id":10694,"c":21,"u":"seizure_phb","p":227,"s":52,"h":1,"n":"Seizure"},{"id":10695,"c":21,"u":"slimy%20doom_phb","p":227,"s":52,"h":1,"n":"Slimy Doom"},{"id":10696,"c":21,"u":"super-tetanus_tftyp","p":104,"s":62,"h":1,"n":"Super-Tetanus"},{"id":10697,"c":21,"u":"blue%20mist%20fever_toa","p":40,"s":63,"h":1,"n":"Blue Mist Fever"},{"id":10698,"c":21,"u":"shivering%20sickness_toa","p":40,"s":63,"h":1,"n":"Shivering Sickness"},{"id":10699,"c":21,"u":"throat%20leeches_toa","p":40,"s":63,"h":1,"n":"Throat Leeches"},{"id":10700,"c":21,"u":"the%20gnawing%20plague_vrgr","p":153,"s":68,"h":1,"n":"The Gnawing Plague"},{"id":10701,"c":21,"u":"spider%20eggs_wdmm","p":47,"s":71,"h":1,"n":"Spider Eggs"},{"id":10702,"c":49,"u":"concentration_xphb","p":363,"s":8,"h":1,"n":"Concentration"},{"id":10703,"c":49,"u":"surprised_xphb","p":376,"s":8,"h":1,"n":"Surprised"},{"id":10704,"c":49,"u":"concentration_phb","p":203,"s":52,"h":1,"r":1,"n":"Concentration"},{"id":10705,"c":49,"u":"surprised_phb","p":189,"s":52,"h":1,"r":1,"n":"Surprised"},{"id":10706,"c":7,"u":"ember%20of%20the%20fire%20giant_bgg","p":17,"s":0,"h":1,"n":"Ember of the Fire Giant"},{"id":10707,"c":7,"u":"fury%20of%20the%20frost%20giant_bgg","p":17,"s":0,"h":1,"n":"Fury of the Frost Giant"},{"id":10708,"c":7,"u":"guile%20of%20the%20cloud%20giant_bgg","p":18,"s":0,"h":1,"n":"Guile of the Cloud Giant"},{"id":10709,"c":7,"u":"keenness%20of%20the%20stone%20giant_bgg","p":18,"s":0,"h":1,"n":"Keenness of the Stone Giant"},{"id":10710,"c":7,"u":"rune%20shaper_bgg","p":18,"s":0,"h":1,"n":"Rune Shaper"},{"id":10711,"c":7,"u":"soul%20of%20the%20storm%20giant_bgg","p":19,"s":0,"h":1,"n":"Soul of the Storm Giant"},{"id":10712,"c":7,"u":"strike%20of%20the%20giants_bgg","p":19,"s":0,"h":1,"n":"Strike of the Giants"},{"id":10713,"c":7,"u":"vigor%20of%20the%20hill%20giant_bgg","p":19,"s":0,"h":1,"n":"Vigor of the Hill Giant"},{"id":10714,"c":7,"u":"cartomancer_bmt","p":49,"s":1,"h":1,"n":"Cartomancer"},{"id":10715,"c":7,"u":"gift%20of%20the%20chromatic%20dragon_ftd","p":17,"s":2,"h":1,"n":"Gift of the Chromatic Dragon"},{"id":10716,"c":7,"u":"gift%20of%20the%20gem%20dragon_ftd","p":17,"s":2,"h":1,"n":"Gift of the Gem Dragon"},{"id":10717,"c":7,"u":"gift%20of%20the%20metallic%20dragon_ftd","p":17,"s":2,"h":1,"n":"Gift of the Metallic Dragon"},{"id":10718,"c":7,"u":"artificer%20initiate_tce","p":79,"s":4,"h":1,"n":"Artificer Initiate"},{"id":10719,"c":7,"u":"chef_tce","p":79,"s":4,"h":1,"n":"Chef"},{"id":10720,"c":7,"u":"crusher_tce","p":79,"s":4,"h":1,"n":"Crusher"},{"id":10721,"c":7,"u":"eldritch%20adept_tce","p":79,"s":4,"h":1,"n":"Eldritch Adept"},{"id":10722,"c":7,"u":"fey%20touched_tce","p":79,"s":4,"h":1,"n":"Fey Touched"},{"id":10723,"c":7,"u":"fighting%20initiate_tce","p":80,"s":4,"h":1,"n":"Fighting Initiate"},{"id":10724,"c":7,"u":"gunner_tce","p":80,"s":4,"h":1,"n":"Gunner"},{"id":10725,"c":7,"u":"metamagic%20adept_tce","p":80,"s":4,"h":1,"n":"Metamagic Adept"},{"id":10726,"c":7,"u":"piercer_tce","p":80,"s":4,"h":1,"n":"Piercer"},{"id":10727,"c":7,"u":"poisoner_tce","p":80,"s":4,"h":1,"n":"Poisoner"},{"id":10728,"c":7,"u":"shadow%20touched_tce","p":80,"s":4,"h":1,"n":"Shadow Touched"},{"id":10729,"c":7,"u":"skill%20expert_tce","p":80,"s":4,"h":1,"n":"Skill Expert"},{"id":10730,"c":7,"u":"slasher_tce","p":81,"s":4,"h":1,"n":"Slasher"},{"id":10731,"c":7,"u":"telekinetic_tce","p":81,"s":4,"h":1,"n":"Telekinetic"},{"id":10732,"c":7,"u":"telepathic_tce","p":81,"s":4,"h":1,"n":"Telepathic"},{"id":10733,"c":7,"u":"bountiful%20luck_xge","p":73,"s":6,"h":1,"n":"Bountiful Luck"},{"id":10734,"c":7,"u":"dragon%20fear_xge","p":74,"s":6,"h":1,"n":"Dragon Fear"},{"id":10735,"c":7,"u":"dragon%20hide_xge","p":74,"s":6,"h":1,"n":"Dragon Hide"},{"id":10736,"c":7,"u":"drow%20high%20magic_xge","p":74,"s":6,"h":1,"n":"Drow High Magic"},{"id":10737,"c":7,"u":"dwarven%20fortitude_xge","p":74,"s":6,"h":1,"n":"Dwarven Fortitude"},{"id":10738,"c":7,"u":"elven%20accuracy_xge","p":74,"s":6,"h":1,"n":"Elven Accuracy"},{"id":10739,"c":7,"u":"fade%20away_xge","p":74,"s":6,"h":1,"n":"Fade Away"},{"id":10740,"c":7,"u":"fey%20teleportation_xge","p":74,"s":6,"h":1,"n":"Fey Teleportation"},{"id":10741,"c":7,"u":"flames%20of%20phlegethos_xge","p":74,"s":6,"h":1,"n":"Flames of Phlegethos"},{"id":10742,"c":7,"u":"infernal%20constitution_xge","p":75,"s":6,"h":1,"n":"Infernal Constitution"},{"id":10743,"c":7,"u":"orcish%20fury_xge","p":75,"s":6,"h":1,"n":"Orcish Fury"},{"id":10744,"c":7,"u":"prodigy_xge","p":75,"s":6,"h":1,"n":"Prodigy"},{"id":10745,"c":7,"u":"second%20chance_xge","p":75,"s":6,"h":1,"n":"Second Chance"},{"id":10746,"c":7,"u":"squat%20nimbleness_xge","p":75,"s":6,"h":1,"n":"Squat Nimbleness"},{"id":10747,"c":7,"u":"wood%20elf%20magic_xge","p":75,"s":6,"h":1,"n":"Wood Elf Magic"},{"id":10748,"c":7,"u":"ability%20score%20improvement_xphb","p":202,"s":8,"h":1,"n":"Ability Score Improvement"},{"id":10749,"c":7,"u":"actor_xphb","p":202,"s":8,"h":1,"n":"Actor"},{"id":10750,"c":7,"u":"alert_xphb","p":200,"s":8,"h":1,"n":"Alert"},{"id":10751,"c":7,"u":"archery_xphb","p":209,"s":8,"h":1,"n":"Archery"},{"id":10752,"c":7,"u":"athlete_xphb","p":202,"s":8,"h":1,"n":"Athlete"},{"id":10753,"c":7,"u":"blessed%20warrior_xphb","p":110,"s":8,"h":1,"n":"Blessed Warrior"},{"id":10754,"c":7,"u":"blind%20fighting_xphb","p":209,"s":8,"h":1,"n":"Blind Fighting"},{"id":10755,"c":7,"u":"boon%20of%20combat%20prowess_xphb","p":210,"s":8,"h":1,"n":"Boon of Combat Prowess"},{"id":10756,"c":7,"u":"boon%20of%20dimensional%20travel_xphb","p":210,"s":8,"h":1,"n":"Boon of Dimensional Travel"},{"id":10757,"c":7,"u":"boon%20of%20energy%20resistance_xphb","p":210,"s":8,"h":1,"n":"Boon of Energy Resistance"},{"id":10758,"c":7,"u":"boon%20of%20fate_xphb","p":210,"s":8,"h":1,"n":"Boon of Fate"},{"id":10759,"c":7,"u":"boon%20of%20fortitude_xphb","p":210,"s":8,"h":1,"n":"Boon of Fortitude"},{"id":10760,"c":7,"u":"boon%20of%20irresistible%20offense_xphb","p":211,"s":8,"h":1,"n":"Boon of Irresistible Offense"},{"id":10761,"c":7,"u":"boon%20of%20recovery_xphb","p":211,"s":8,"h":1,"n":"Boon of Recovery"},{"id":10762,"c":7,"u":"boon%20of%20skill_xphb","p":211,"s":8,"h":1,"n":"Boon of Skill"},{"id":10763,"c":7,"u":"boon%20of%20speed_xphb","p":211,"s":8,"h":1,"n":"Boon of Speed"},{"id":10764,"c":7,"u":"boon%20of%20spell%20recall_xphb","p":211,"s":8,"h":1,"n":"Boon of Spell Recall"},{"id":10765,"c":7,"u":"boon%20of%20the%20night%20spirit_xphb","p":211,"s":8,"h":1,"n":"Boon of the Night Spirit"},{"id":10766,"c":7,"u":"boon%20of%20truesight_xphb","p":211,"s":8,"h":1,"n":"Boon of Truesight"},{"id":10767,"c":7,"u":"charger_xphb","p":202,"s":8,"h":1,"n":"Charger"},{"id":10768,"c":7,"u":"chef_xphb","p":202,"s":8,"h":1,"n":"Chef"},{"id":10769,"c":7,"u":"crafter_xphb","p":200,"s":8,"h":1,"n":"Crafter"},{"id":10770,"c":7,"u":"crossbow%20expert_xphb","p":203,"s":8,"h":1,"n":"Crossbow Expert"},{"id":10771,"c":7,"u":"crusher_xphb","p":203,"s":8,"h":1,"n":"Crusher"},{"id":10772,"c":7,"u":"defense_xphb","p":209,"s":8,"h":1,"n":"Defense"},{"id":10773,"c":7,"u":"defensive%20duelist_xphb","p":203,"s":8,"h":1,"n":"Defensive Duelist"},{"id":10774,"c":7,"u":"druidic%20warrior_xphb","p":120,"s":8,"h":1,"n":"Druidic Warrior"},{"id":10775,"c":7,"u":"dual%20wielder_xphb","p":203,"s":8,"h":1,"n":"Dual Wielder"},{"id":10776,"c":7,"u":"dueling_xphb","p":209,"s":8,"h":1,"n":"Dueling"},{"id":10777,"c":7,"u":"durable_xphb","p":203,"s":8,"h":1,"n":"Durable"},{"id":10778,"c":7,"u":"elemental%20adept_xphb","p":203,"s":8,"h":1,"n":"Elemental Adept"},{"id":10779,"c":7,"u":"fey-touched_xphb","p":204,"s":8,"h":1,"n":"Fey-Touched"},{"id":10780,"c":7,"u":"grappler_xphb","p":204,"s":8,"h":1,"n":"Grappler"},{"id":10781,"c":7,"u":"great%20weapon%20fighting_xphb","p":209,"s":8,"h":1,"n":"Great Weapon Fighting"},{"id":10782,"c":7,"u":"great%20weapon%20master_xphb","p":204,"s":8,"h":1,"n":"Great Weapon Master"},{"id":10783,"c":7,"u":"healer_xphb","p":201,"s":8,"h":1,"n":"Healer"},{"id":10784,"c":7,"u":"heavily%20armored_xphb","p":204,"s":8,"h":1,"n":"Heavily Armored"},{"id":10785,"c":7,"u":"heavy%20armor%20master_xphb","p":204,"s":8,"h":1,"n":"Heavy Armor Master"},{"id":10786,"c":7,"u":"inspiring%20leader_xphb","p":204,"s":8,"h":1,"n":"Inspiring Leader"},{"id":10787,"c":7,"u":"interception_xphb","p":209,"s":8,"h":1,"n":"Interception"},{"id":10788,"c":7,"u":"keen%20mind_xphb","p":205,"s":8,"h":1,"n":"Keen Mind"},{"id":10789,"c":7,"u":"lightly%20armored_xphb","p":205,"s":8,"h":1,"n":"Lightly Armored"},{"id":10790,"c":7,"u":"lucky_xphb","p":201,"s":8,"h":1,"n":"Lucky"},{"id":10791,"c":7,"u":"mage%20slayer_xphb","p":205,"s":8,"h":1,"n":"Mage Slayer"},{"id":10792,"c":7,"u":"magic%20initiate_xphb","p":201,"s":8,"h":1,"n":"Magic Initiate"},{"id":10793,"c":7,"u":"martial%20weapon%20training_xphb","p":205,"s":8,"h":1,"n":"Martial Weapon Training"},{"id":10794,"c":7,"u":"medium%20armor%20master_xphb","p":205,"s":8,"h":1,"n":"Medium Armor Master"},{"id":10795,"c":7,"u":"moderately%20armored_xphb","p":205,"s":8,"h":1,"n":"Moderately Armored"},{"id":10796,"c":7,"u":"mounted%20combatant_xphb","p":205,"s":8,"h":1,"n":"Mounted Combatant"},{"id":10797,"c":7,"u":"musician_xphb","p":201,"s":8,"h":1,"n":"Musician"},{"id":10798,"c":7,"u":"observant_xphb","p":205,"s":8,"h":1,"n":"Observant"},{"id":10799,"c":7,"u":"piercer_xphb","p":206,"s":8,"h":1,"n":"Piercer"},{"id":10800,"c":7,"u":"poisoner_xphb","p":206,"s":8,"h":1,"n":"Poisoner"},{"id":10801,"c":7,"u":"polearm%20master_xphb","p":206,"s":8,"h":1,"n":"Polearm Master"},{"id":10802,"c":7,"u":"protection_xphb","p":209,"s":8,"h":1,"n":"Protection"},{"id":10803,"c":7,"u":"resilient_xphb","p":206,"s":8,"h":1,"n":"Resilient"},{"id":10804,"c":7,"u":"ritual%20caster_xphb","p":206,"s":8,"h":1,"n":"Ritual Caster"},{"id":10805,"c":7,"u":"savage%20attacker_xphb","p":201,"s":8,"h":1,"n":"Savage Attacker"},{"id":10806,"c":7,"u":"sentinel_xphb","p":207,"s":8,"h":1,"n":"Sentinel"},{"id":10807,"c":7,"u":"shadow-touched_xphb","p":207,"s":8,"h":1,"n":"Shadow-Touched"},{"id":10808,"c":7,"u":"sharpshooter_xphb","p":207,"s":8,"h":1,"n":"Sharpshooter"},{"id":10809,"c":7,"u":"shield%20master_xphb","p":207,"s":8,"h":1,"n":"Shield Master"},{"id":10810,"c":7,"u":"skill%20expert_xphb","p":207,"s":8,"h":1,"n":"Skill Expert"},{"id":10811,"c":7,"u":"skilled_xphb","p":201,"s":8,"h":1,"n":"Skilled"},{"id":10812,"c":7,"u":"skulker_xphb","p":208,"s":8,"h":1,"n":"Skulker"},{"id":10813,"c":7,"u":"slasher_xphb","p":208,"s":8,"h":1,"n":"Slasher"},{"id":10814,"c":7,"u":"speedy_xphb","p":208,"s":8,"h":1,"n":"Speedy"},{"id":10815,"c":7,"u":"spell%20sniper_xphb","p":208,"s":8,"h":1,"n":"Spell Sniper"},{"id":10816,"c":7,"u":"tavern%20brawler_xphb","p":202,"s":8,"h":1,"n":"Tavern Brawler"},{"id":10817,"c":7,"u":"telekinetic_xphb","p":208,"s":8,"h":1,"n":"Telekinetic"},{"id":10818,"c":7,"u":"telepathic_xphb","p":208,"s":8,"h":1,"n":"Telepathic"},{"id":10819,"c":7,"u":"thrown%20weapon%20fighting_xphb","p":210,"s":8,"h":1,"n":"Thrown Weapon Fighting"},{"id":10820,"c":7,"u":"tough_xphb","p":202,"s":8,"h":1,"n":"Tough"},{"id":10821,"c":7,"u":"two-weapon%20fighting_xphb","p":210,"s":8,"h":1,"n":"Two-Weapon Fighting"},{"id":10822,"c":7,"u":"unarmed%20fighting_xphb","p":210,"s":8,"h":1,"n":"Unarmed Fighting"},{"id":10823,"c":7,"u":"war%20caster_xphb","p":209,"s":8,"h":1,"n":"War Caster"},{"id":10824,"c":7,"u":"weapon%20master_xphb","p":209,"s":8,"h":1,"n":"Weapon Master"},{"id":10825,"c":7,"u":"adept%20of%20the%20black%20robes_dsotdq","p":31,"s":27,"h":1,"n":"Adept of the Black Robes"},{"id":10826,"c":7,"u":"adept%20of%20the%20red%20robes_dsotdq","p":32,"s":27,"h":1,"n":"Adept of the Red Robes"},{"id":10827,"c":7,"u":"adept%20of%20the%20white%20robes_dsotdq","p":32,"s":27,"h":1,"n":"Adept of the White Robes"},{"id":10828,"c":7,"u":"divinely%20favored_dsotdq","p":32,"s":27,"h":1,"n":"Divinely Favored"},{"id":10829,"c":7,"u":"initiate%20of%20high%20sorcery_dsotdq","p":32,"s":27,"h":1,"n":"Initiate of High Sorcery"},{"id":10830,"c":7,"u":"knight%20of%20the%20crown_dsotdq","p":32,"s":27,"h":1,"n":"Knight of the Crown"},{"id":10831,"c":7,"u":"knight%20of%20the%20rose_dsotdq","p":33,"s":27,"h":1,"n":"Knight of the Rose"},{"id":10832,"c":7,"u":"knight%20of%20the%20sword_dsotdq","p":33,"s":27,"h":1,"n":"Knight of the Sword"},{"id":10833,"c":7,"u":"squire%20of%20solamnia_dsotdq","p":34,"s":27,"h":1,"n":"Squire of Solamnia"},{"id":10834,"c":7,"u":"aberrant%20dragonmark_erlw","p":52,"s":29,"h":1,"n":"Aberrant Dragonmark"},{"id":10835,"c":7,"u":"revenant%20blade_erlw","p":22,"s":29,"h":1,"n":"Revenant Blade"},{"id":10836,"c":7,"u":"adroit%20crafter_ghloe","s":32,"h":1,"dP":1,"n":"Adroit Crafter"},{"id":10837,"c":7,"u":"careful%20crafter_ghloe","s":32,"h":1,"dP":1,"n":"Careful Crafter"},{"id":10838,"c":7,"u":"aerial%20expert_hwcs","p":47,"s":37,"h":1,"dP":1,"n":"Aerial Expert"},{"id":10839,"c":7,"u":"bandit%20cunning_hwcs","p":47,"s":37,"h":1,"dP":1,"n":"Bandit Cunning"},{"id":10840,"c":7,"u":"heavy%20glider_hwcs","p":47,"s":37,"h":1,"dP":1,"n":"Heavy Glider"},{"id":10841,"c":7,"u":"opportunistic%20thief_hwcs","p":47,"s":37,"h":1,"dP":1,"n":"Opportunistic Thief"},{"id":10842,"c":7,"u":"perfect%20landing_hwcs","p":47,"s":37,"h":1,"dP":1,"n":"Perfect Landing"},{"id":10843,"c":7,"u":"speech%20of%20the%20ancient%20beasts_hwcs","p":47,"s":37,"h":1,"dP":1,"n":"Speech of the Ancient Beasts"},{"id":10844,"c":7,"u":"woodwise_hwcs","p":47,"s":37,"h":1,"dP":1,"n":"Woodwise"},{"id":10845,"c":7,"u":"svirfneblin%20magic_mtf","p":114,"s":48,"h":1,"n":"Svirfneblin Magic"},{"id":10846,"c":7,"u":"actor_phb","p":165,"s":52,"h":1,"n":"Actor"},{"id":10847,"c":7,"u":"alert_phb","p":165,"s":52,"h":1,"n":"Alert"},{"id":10848,"c":7,"u":"athlete_phb","p":165,"s":52,"h":1,"n":"Athlete"},{"id":10849,"c":7,"u":"charger_phb","p":165,"s":52,"h":1,"n":"Charger"},{"id":10850,"c":7,"u":"crossbow%20expert_phb","p":165,"s":52,"h":1,"n":"Crossbow Expert"},{"id":10851,"c":7,"u":"defensive%20duelist_phb","p":165,"s":52,"h":1,"n":"Defensive Duelist"},{"id":10852,"c":7,"u":"dual%20wielder_phb","p":165,"s":52,"h":1,"n":"Dual Wielder"},{"id":10853,"c":7,"u":"dungeon%20delver_phb","p":166,"s":52,"h":1,"n":"Dungeon Delver"},{"id":10854,"c":7,"u":"durable_phb","p":166,"s":52,"h":1,"n":"Durable"},{"id":10855,"c":7,"u":"elemental%20adept_phb","p":166,"s":52,"h":1,"n":"Elemental Adept"},{"id":10856,"c":7,"u":"grappler_phb","p":167,"s":52,"h":1,"r":1,"n":"Grappler"},{"id":10857,"c":7,"u":"great%20weapon%20master_phb","p":167,"s":52,"h":1,"n":"Great Weapon Master"},{"id":10858,"c":7,"u":"healer_phb","p":167,"s":52,"h":1,"n":"Healer"},{"id":10859,"c":7,"u":"heavily%20armored_phb","p":167,"s":52,"h":1,"n":"Heavily Armored"},{"id":10860,"c":7,"u":"heavy%20armor%20master_phb","p":167,"s":52,"h":1,"n":"Heavy Armor Master"},{"id":10861,"c":7,"u":"inspiring%20leader_phb","p":167,"s":52,"h":1,"n":"Inspiring Leader"},{"id":10862,"c":7,"u":"keen%20mind_phb","p":167,"s":52,"h":1,"n":"Keen Mind"},{"id":10863,"c":7,"u":"lightly%20armored_phb","p":167,"s":52,"h":1,"n":"Lightly Armored"},{"id":10864,"c":7,"u":"linguist_phb","p":167,"s":52,"h":1,"n":"Linguist"},{"id":10865,"c":7,"u":"lucky_phb","p":167,"s":52,"h":1,"n":"Lucky"},{"id":10866,"c":7,"u":"mage%20slayer_phb","p":168,"s":52,"h":1,"n":"Mage Slayer"},{"id":10867,"c":7,"u":"magic%20initiate_phb","p":168,"s":52,"h":1,"n":"Magic Initiate"},{"id":10868,"c":7,"u":"martial%20adept_phb","p":168,"s":52,"h":1,"n":"Martial Adept"},{"id":10869,"c":7,"u":"medium%20armor%20master_phb","p":168,"s":52,"h":1,"n":"Medium Armor Master"},{"id":10870,"c":7,"u":"mobile_phb","p":168,"s":52,"h":1,"n":"Mobile"},{"id":10871,"c":7,"u":"moderately%20armored_phb","p":168,"s":52,"h":1,"n":"Moderately Armored"},{"id":10872,"c":7,"u":"mounted%20combatant_phb","p":168,"s":52,"h":1,"n":"Mounted Combatant"},{"id":10873,"c":7,"u":"observant_phb","p":168,"s":52,"h":1,"n":"Observant"},{"id":10874,"c":7,"u":"polearm%20master_phb","p":168,"s":52,"h":1,"n":"Polearm Master"},{"id":10875,"c":7,"u":"resilient_phb","p":168,"s":52,"h":1,"n":"Resilient"},{"id":10876,"c":7,"u":"ritual%20caster_phb","p":169,"s":52,"h":1,"n":"Ritual Caster"},{"id":10877,"c":7,"u":"savage%20attacker_phb","p":169,"s":52,"h":1,"n":"Savage Attacker"},{"id":10878,"c":7,"u":"sentinel_phb","p":169,"s":52,"h":1,"n":"Sentinel"},{"id":10879,"c":7,"u":"sharpshooter_phb","p":170,"s":52,"h":1,"n":"Sharpshooter"},{"id":10880,"c":7,"u":"shield%20master_phb","p":170,"s":52,"h":1,"n":"Shield Master"},{"id":10881,"c":7,"u":"skilled_phb","p":170,"s":52,"h":1,"n":"Skilled"},{"id":10882,"c":7,"u":"skulker_phb","p":170,"s":52,"h":1,"n":"Skulker"},{"id":10883,"c":7,"u":"spell%20sniper_phb","p":170,"s":52,"h":1,"n":"Spell Sniper"},{"id":10884,"c":7,"u":"tavern%20brawler_phb","p":170,"s":52,"h":1,"n":"Tavern Brawler"},{"id":10885,"c":7,"u":"tough_phb","p":170,"s":52,"h":1,"n":"Tough"},{"id":10886,"c":7,"u":"war%20caster_phb","p":170,"s":52,"h":1,"n":"War Caster"},{"id":10887,"c":7,"u":"weapon%20master_phb","p":170,"s":52,"h":1,"n":"Weapon Master"},{"id":10888,"c":7,"u":"agent%20of%20order_sato","p":10,"s":104,"h":1,"n":"Agent of Order"},{"id":10889,"c":7,"u":"baleful%20scion_sato","p":10,"s":104,"h":1,"n":"Baleful Scion"},{"id":10890,"c":7,"u":"cohort%20of%20chaos_sato","p":10,"s":104,"h":1,"n":"Cohort of Chaos"},{"id":10891,"c":7,"u":"outlands%20envoy_sato","p":10,"s":104,"h":1,"n":"Outlands Envoy"},{"id":10892,"c":7,"u":"planar%20wanderer_sato","p":11,"s":104,"h":1,"n":"Planar Wanderer"},{"id":10893,"c":7,"u":"righteous%20heritor_sato","p":11,"s":104,"h":1,"n":"Righteous Heritor"},{"id":10894,"c":7,"u":"scion%20of%20the%20outer%20planes_sato","p":12,"s":104,"h":1,"n":"Scion of the Outer Planes"},{"id":10895,"c":7,"u":"strixhaven%20initiate_scc","p":36,"s":57,"h":1,"n":"Strixhaven Initiate"},{"id":10896,"c":7,"u":"strixhaven%20mascot_scc","p":37,"s":57,"h":1,"n":"Strixhaven Mascot"},{"id":10897,"c":7,"u":"cruel_tdcsr","p":190,"s":61,"h":1,"dP":1,"n":"Cruel"},{"id":10898,"c":7,"u":"flash%20recall_tdcsr","p":190,"s":61,"h":1,"dP":1,"n":"Flash Recall"},{"id":10899,"c":7,"u":"mystic%20conflux_tdcsr","p":190,"s":61,"h":1,"dP":1,"n":"Mystic Conflux"},{"id":10900,"c":7,"u":"remarkable%20recovery_tdcsr","p":190,"s":61,"h":1,"dP":1,"n":"Remarkable Recovery"},{"id":10901,"c":7,"u":"spelldriver_tdcsr","p":190,"s":61,"h":1,"dP":1,"n":"Spelldriver"},{"id":10902,"c":7,"u":"thrown%20arms%20master_tdcsr","p":191,"s":61,"h":1,"dP":1,"n":"Thrown Arms Master"},{"id":10903,"c":7,"u":"vital%20sacrifice_tdcsr","p":191,"s":61,"h":1,"dP":1,"n":"Vital Sacrifice"},{"id":10904,"c":7,"u":"quicksmithing_psk","p":13,"s":98,"h":1,"n":"Quicksmithing"},{"id":10905,"c":7,"u":"servo%20crafting_psk","p":13,"s":98,"h":1,"n":"Servo Crafting"},{"id":10906,"c":7,"u":"vampiric%20exultation_psx","p":14,"s":99,"h":1,"n":"Vampiric Exultation"},{"id":10913,"c":8,"u":"bond%20of%20the%20talisman_tce","p":70,"s":4,"h":1,"n":"Bond of the Talisman"},{"id":10919,"c":8,"u":"eldritch%20mind_tce","p":71,"s":4,"h":1,"n":"Eldritch Mind"},{"id":10923,"c":8,"u":"far%20scribe_tce","p":71,"s":4,"h":1,"n":"Far Scribe"},{"id":10926,"c":8,"u":"gift%20of%20the%20protectors_tce","p":71,"s":4,"h":1,"n":"Gift of the Protectors"},{"id":10932,"c":8,"u":"investment%20of%20the%20chain%20master_tce","p":71,"s":4,"h":1,"n":"Investment of the Chain Master"},{"id":10935,"c":8,"u":"protection%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"n":"Protection of the Talisman"},{"id":10938,"c":8,"u":"rebuke%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"n":"Rebuke of the Talisman"},{"id":10953,"c":8,"u":"undying%20servitude_tce","p":71,"s":4,"h":1,"n":"Undying Servitude"},{"id":10954,"c":8,"u":"aspect%20of%20the%20moon_xge","p":56,"s":6,"h":1,"n":"Aspect of the Moon"},{"id":10958,"c":8,"u":"cloak%20of%20flies_xge","p":56,"s":6,"h":1,"n":"Cloak of Flies"},{"id":10959,"c":8,"u":"eldritch%20smite_xge","p":56,"s":6,"h":1,"n":"Eldritch Smite"},{"id":10961,"c":8,"u":"ghostly%20gaze_xge","p":56,"s":6,"h":1,"n":"Ghostly Gaze"},{"id":10962,"c":8,"u":"gift%20of%20the%20depths_xge","p":57,"s":6,"h":1,"n":"Gift of the Depths"},{"id":10963,"c":8,"u":"gift%20of%20the%20ever-living%20ones_xge","p":57,"s":6,"h":1,"n":"Gift of the Ever-Living Ones"},{"id":10964,"c":8,"u":"grasp%20of%20hadar_xge","p":57,"s":6,"h":1,"n":"Grasp of Hadar"},{"id":10966,"c":8,"u":"improved%20pact%20weapon_xge","p":57,"s":6,"h":1,"n":"Improved Pact Weapon"},{"id":10967,"c":8,"u":"lance%20of%20lethargy_xge","p":57,"s":6,"h":1,"n":"Lance of Lethargy"},{"id":10968,"c":8,"u":"maddening%20hex_xge","p":57,"s":6,"h":1,"n":"Maddening Hex"},{"id":10970,"c":8,"u":"relentless%20hex_xge","p":57,"s":6,"h":1,"n":"Relentless Hex"},{"id":10973,"c":8,"u":"shroud%20of%20shadow_xge","p":57,"s":6,"h":1,"n":"Shroud of Shadow"},{"id":10974,"c":8,"u":"tomb%20of%20levistus_xge","p":57,"s":6,"h":1,"n":"Tomb of Levistus"},{"id":10975,"c":8,"u":"trickster's%20escape_xge","p":57,"s":6,"h":1,"n":"Trickster's Escape"},{"id":10976,"c":8,"u":"agonizing%20blast_xphb","p":155,"s":8,"h":1,"n":"Agonizing Blast"},{"id":10978,"c":8,"u":"armor%20of%20shadows_xphb","p":155,"s":8,"h":1,"n":"Armor of Shadows"},{"id":10979,"c":8,"u":"ascendant%20step_xphb","p":155,"s":8,"h":1,"n":"Ascendant Step"},{"id":10984,"c":8,"u":"devil's%20sight_xphb","p":155,"s":8,"h":1,"n":"Devil's Sight"},{"id":10985,"c":8,"u":"devouring%20blade_xphb","p":155,"s":8,"h":1,"n":"Devouring Blade"},{"id":10989,"c":8,"u":"eldritch%20mind_xphb","p":155,"s":8,"h":1,"n":"Eldritch Mind"},{"id":10990,"c":8,"u":"eldritch%20smite_xphb","p":155,"s":8,"h":1,"n":"Eldritch Smite"},{"id":10991,"c":8,"u":"eldritch%20spear_xphb","p":155,"s":8,"h":1,"n":"Eldritch Spear"},{"id":10996,"c":8,"u":"fiendish%20vigor_xphb","p":155,"s":8,"h":1,"n":"Fiendish Vigor"},{"id":10997,"c":8,"u":"gaze%20of%20two%20minds_xphb","p":156,"s":8,"h":1,"n":"Gaze of Two Minds"},{"id":10998,"c":8,"u":"gift%20of%20the%20depths_xphb","p":156,"s":8,"h":1,"n":"Gift of the Depths"},{"id":10999,"c":8,"u":"gift%20of%20the%20protectors_xphb","p":156,"s":8,"h":1,"n":"Gift of the Protectors"},{"id":11002,"c":8,"u":"investment%20of%20the%20chain%20master_xphb","p":156,"s":8,"h":1,"n":"Investment of the Chain Master"},{"id":11003,"c":8,"u":"lessons%20of%20the%20first%20ones_xphb","p":156,"s":8,"h":1,"n":"Lessons of the First Ones"},{"id":11004,"c":8,"u":"lifedrinker_xphb","p":156,"s":8,"h":1,"n":"Lifedrinker"},{"id":11007,"c":8,"u":"mask%20of%20many%20faces_xphb","p":156,"s":8,"h":1,"n":"Mask of Many Faces"},{"id":11008,"c":8,"u":"master%20of%20myriad%20forms_xphb","p":156,"s":8,"h":1,"n":"Master of Myriad Forms"},{"id":11010,"c":8,"u":"misty%20visions_xphb","p":156,"s":8,"h":1,"n":"Misty Visions"},{"id":11011,"c":8,"u":"one%20with%20shadows_xphb","p":156,"s":8,"h":1,"n":"One with Shadows"},{"id":11012,"c":8,"u":"otherworldly%20leap_xphb","p":156,"s":8,"h":1,"n":"Otherworldly Leap"},{"id":11013,"c":8,"u":"pact%20of%20the%20blade_xphb","p":156,"s":8,"h":1,"n":"Pact of the Blade"},{"id":11014,"c":8,"u":"pact%20of%20the%20chain_xphb","p":157,"s":8,"h":1,"n":"Pact of the Chain"},{"id":11015,"c":8,"u":"pact%20of%20the%20tome_xphb","p":157,"s":8,"h":1,"n":"Pact of the Tome"},{"id":11021,"c":8,"u":"repelling%20blast_xphb","p":157,"s":8,"h":1,"n":"Repelling Blast"},{"id":11027,"c":8,"u":"thirsting%20blade_xphb","p":157,"s":8,"h":1,"n":"Thirsting Blade"},{"id":11031,"c":8,"u":"visions%20of%20distant%20realms_xphb","p":157,"s":8,"h":1,"n":"Visions of Distant Realms"},{"id":11032,"c":8,"u":"whispers%20of%20the%20grave_xphb","p":157,"s":8,"h":1,"n":"Whispers of the Grave"},{"id":11033,"c":8,"u":"witch%20sight_xphb","p":157,"s":8,"h":1,"n":"Witch Sight"},{"id":11044,"c":8,"u":"agonizing%20blast_phb","p":110,"s":52,"h":1,"r":1,"n":"Agonizing Blast"},{"id":11046,"c":8,"u":"armor%20of%20shadows_phb","p":110,"s":52,"h":1,"r":1,"n":"Armor of Shadows"},{"id":11047,"c":8,"u":"ascendant%20step_phb","p":110,"s":52,"h":1,"r":1,"n":"Ascendant Step"},{"id":11048,"c":8,"u":"beast%20speech_phb","p":110,"s":52,"h":1,"r":1,"n":"Beast Speech"},{"id":11049,"c":8,"u":"beguiling%20influence_phb","p":110,"s":52,"h":1,"r":1,"n":"Beguiling Influence"},{"id":11050,"c":8,"u":"bewitching%20whispers_phb","p":110,"s":52,"h":1,"r":1,"n":"Bewitching Whispers"},{"id":11051,"c":8,"u":"book%20of%20ancient%20secrets_phb","p":110,"s":52,"h":1,"r":1,"n":"Book of Ancient Secrets"},{"id":11054,"c":8,"u":"chains%20of%20carceri_phb","p":110,"s":52,"h":1,"r":1,"n":"Chains of Carceri"},{"id":11058,"c":8,"u":"devil's%20sight_phb","p":110,"s":52,"h":1,"r":1,"n":"Devil's Sight"},{"id":11062,"c":8,"u":"dreadful%20word_phb","p":110,"s":52,"h":1,"r":1,"n":"Dreadful Word"},{"id":11064,"c":8,"u":"eldritch%20sight_phb","p":110,"s":52,"h":1,"r":1,"n":"Eldritch Sight"},{"id":11065,"c":8,"u":"eldritch%20spear_phb","p":111,"s":52,"h":1,"r":1,"n":"Eldritch Spear"},{"id":11071,"c":8,"u":"eyes%20of%20the%20rune%20keeper_phb","p":111,"s":52,"h":1,"r":1,"n":"Eyes of the Rune Keeper"},{"id":11074,"c":8,"u":"fiendish%20vigor_phb","p":111,"s":52,"h":1,"r":1,"n":"Fiendish Vigor"},{"id":11077,"c":8,"u":"gaze%20of%20two%20minds_phb","p":111,"s":52,"h":1,"r":1,"n":"Gaze of Two Minds"},{"id":11082,"c":8,"u":"lifedrinker_phb","p":111,"s":52,"h":1,"r":1,"n":"Lifedrinker"},{"id":11085,"c":8,"u":"mask%20of%20many%20faces_phb","p":111,"s":52,"h":1,"r":1,"n":"Mask of Many Faces"},{"id":11086,"c":8,"u":"master%20of%20myriad%20forms_phb","p":111,"s":52,"h":1,"r":1,"n":"Master of Myriad Forms"},{"id":11088,"c":8,"u":"minions%20of%20chaos_phb","p":111,"s":52,"h":1,"r":1,"n":"Minions of Chaos"},{"id":11089,"c":8,"u":"mire%20the%20mind_phb","p":111,"s":52,"h":1,"r":1,"n":"Mire the Mind"},{"id":11091,"c":8,"u":"misty%20visions_phb","p":111,"s":52,"h":1,"r":1,"n":"Misty Visions"},{"id":11092,"c":8,"u":"one%20with%20shadows_phb","p":111,"s":52,"h":1,"r":1,"n":"One with Shadows"},{"id":11093,"c":8,"u":"otherworldly%20leap_phb","p":111,"s":52,"h":1,"r":1,"n":"Otherworldly Leap"},{"id":11103,"c":8,"u":"repelling%20blast_phb","p":111,"s":52,"h":1,"r":1,"n":"Repelling Blast"},{"id":11108,"c":8,"u":"sculptor%20of%20flesh_phb","p":111,"s":52,"h":1,"r":1,"n":"Sculptor of Flesh"},{"id":11110,"c":8,"u":"sign%20of%20ill%20omen_phb","p":111,"s":52,"h":1,"r":1,"n":"Sign of Ill Omen"},{"id":11114,"c":8,"u":"thief%20of%20five%20fates_phb","p":111,"s":52,"h":1,"r":1,"n":"Thief of Five Fates"},{"id":11115,"c":8,"u":"thirsting%20blade_phb","p":111,"s":52,"h":1,"r":1,"n":"Thirsting Blade"},{"id":11120,"c":8,"u":"visions%20of%20distant%20realms_phb","p":111,"s":52,"h":1,"r":1,"n":"Visions of Distant Realms"},{"id":11121,"c":8,"u":"voice%20of%20the%20chain%20master_phb","p":111,"s":52,"h":1,"r":1,"n":"Voice of the Chain Master"},{"id":11124,"c":8,"u":"whispers%20of%20the%20grave_phb","p":111,"s":52,"h":1,"r":1,"n":"Whispers of the Grave"},{"id":11125,"c":8,"u":"witch%20sight_phb","p":111,"s":52,"h":1,"r":1,"n":"Witch Sight"},{"id":11163,"c":22,"u":"seeking%20spell_tce","p":66,"s":4,"h":1,"n":"Seeking Spell"},{"id":11170,"c":22,"u":"transmuted%20spell_tce","p":66,"s":4,"h":1,"n":"Transmuted Spell"},{"id":11200,"c":22,"u":"careful%20spell_xphb","p":141,"s":8,"h":1,"n":"Careful Spell"},{"id":11206,"c":22,"u":"distant%20spell_xphb","p":141,"s":8,"h":1,"n":"Distant Spell"},{"id":11211,"c":22,"u":"empowered%20spell_xphb","p":142,"s":8,"h":1,"n":"Empowered Spell"},{"id":11213,"c":22,"u":"extended%20spell_xphb","p":142,"s":8,"h":1,"n":"Extended Spell"},{"id":11220,"c":22,"u":"heightened%20spell_xphb","p":142,"s":8,"h":1,"n":"Heightened Spell"},{"id":11238,"c":22,"u":"quickened%20spell_xphb","p":142,"s":8,"h":1,"n":"Quickened Spell"},{"id":11242,"c":22,"u":"seeking%20spell_xphb","p":142,"s":8,"h":1,"n":"Seeking Spell"},{"id":11243,"c":22,"u":"subtle%20spell_xphb","p":142,"s":8,"h":1,"n":"Subtle Spell"},{"id":11247,"c":22,"u":"transmuted%20spell_xphb","p":142,"s":8,"h":1,"n":"Transmuted Spell"},{"id":11249,"c":22,"u":"twinned%20spell_xphb","p":142,"s":8,"h":1,"n":"Twinned Spell"},{"id":11272,"c":22,"u":"careful%20spell_phb","p":102,"s":52,"h":1,"r":1,"n":"Careful Spell"},{"id":11279,"c":22,"u":"distant%20spell_phb","p":102,"s":52,"h":1,"r":1,"n":"Distant Spell"},{"id":11286,"c":22,"u":"empowered%20spell_phb","p":102,"s":52,"h":1,"r":1,"n":"Empowered Spell"},{"id":11289,"c":22,"u":"extended%20spell_phb","p":102,"s":52,"h":1,"r":1,"n":"Extended Spell"},{"id":11300,"c":22,"u":"heightened%20spell_phb","p":102,"s":52,"h":1,"r":1,"n":"Heightened Spell"},{"id":11320,"c":22,"u":"quickened%20spell_phb","p":102,"s":52,"h":1,"r":1,"n":"Quickened Spell"},{"id":11330,"c":22,"u":"subtle%20spell_phb","p":102,"s":52,"h":1,"r":1,"n":"Subtle Spell"},{"id":11336,"c":22,"u":"twinned%20spell_phb","p":102,"s":52,"h":1,"r":1,"n":"Twinned Spell"},{"id":11345,"c":23,"u":"ambush_tce","p":42,"s":4,"h":1,"n":"Ambush"},{"id":11348,"c":23,"u":"bait%20and%20switch_tce","p":42,"s":4,"h":1,"n":"Bait and Switch"},{"id":11353,"c":23,"u":"brace_tce","p":42,"s":4,"h":1,"n":"Brace"},{"id":11355,"c":23,"u":"commanding%20presence_tce","p":42,"s":4,"h":1,"n":"Commanding Presence"},{"id":11365,"c":23,"u":"grappling%20strike_tce","p":42,"s":4,"h":1,"n":"Grappling Strike"},{"id":11374,"c":23,"u":"quick%20toss_tce","p":42,"s":4,"h":1,"n":"Quick Toss"},{"id":11387,"c":23,"u":"tactical%20assessment_tce","p":42,"s":4,"h":1,"n":"Tactical Assessment"},{"id":11415,"c":23,"u":"ambush_xphb","p":94,"s":8,"h":1,"n":"Ambush"},{"id":11418,"c":23,"u":"bait%20and%20switch_xphb","p":94,"s":8,"h":1,"n":"Bait and Switch"},{"id":11420,"c":23,"u":"commander's%20strike_xphb","p":94,"s":8,"h":1,"n":"Commander's Strike"},{"id":11421,"c":23,"u":"commanding%20presence_xphb","p":95,"s":8,"h":1,"n":"Commanding Presence"},{"id":11424,"c":23,"u":"disarming%20attack_xphb","p":95,"s":8,"h":1,"n":"Disarming Attack"},{"id":11426,"c":23,"u":"distracting%20strike_xphb","p":95,"s":8,"h":1,"n":"Distracting Strike"},{"id":11431,"c":23,"u":"evasive%20footwork_xphb","p":95,"s":8,"h":1,"n":"Evasive Footwork"},{"id":11433,"c":23,"u":"feinting%20attack_xphb","p":95,"s":8,"h":1,"n":"Feinting Attack"},{"id":11438,"c":23,"u":"goading%20attack_xphb","p":95,"s":8,"h":1,"n":"Goading Attack"},{"id":11443,"c":23,"u":"lunging%20attack_xphb","p":95,"s":8,"h":1,"n":"Lunging Attack"},{"id":11444,"c":23,"u":"maneuvering%20attack_xphb","p":95,"s":8,"h":1,"n":"Maneuvering Attack"},{"id":11447,"c":23,"u":"menacing%20attack_xphb","p":95,"s":8,"h":1,"n":"Menacing Attack"},{"id":11454,"c":23,"u":"parry_xphb","p":95,"s":8,"h":1,"n":"Parry"},{"id":11455,"c":23,"u":"precision%20attack_xphb","p":95,"s":8,"h":1,"n":"Precision Attack"},{"id":11456,"c":23,"u":"pushing%20attack_xphb","p":95,"s":8,"h":1,"n":"Pushing Attack"},{"id":11458,"c":23,"u":"rally_xphb","p":95,"s":8,"h":1,"n":"Rally"},{"id":11460,"c":23,"u":"riposte_xphb","p":95,"s":8,"h":1,"n":"Riposte"},{"id":11463,"c":23,"u":"sweeping%20attack_xphb","p":95,"s":8,"h":1,"n":"Sweeping Attack"},{"id":11464,"c":23,"u":"tactical%20assessment_xphb","p":95,"s":8,"h":1,"n":"Tactical Assessment"},{"id":11467,"c":23,"u":"trip%20attack_xphb","p":95,"s":8,"h":1,"n":"Trip Attack"},{"id":11494,"c":23,"u":"commander's%20strike_phb","p":74,"s":52,"h":1,"n":"Commander's Strike"},{"id":11497,"c":23,"u":"disarming%20attack_phb","p":74,"s":52,"h":1,"n":"Disarming Attack"},{"id":11499,"c":23,"u":"distracting%20strike_phb","p":74,"s":52,"h":1,"n":"Distracting Strike"},{"id":11507,"c":23,"u":"evasive%20footwork_phb","p":74,"s":52,"h":1,"n":"Evasive Footwork"},{"id":11511,"c":23,"u":"feinting%20attack_phb","p":74,"s":52,"h":1,"n":"Feinting Attack"},{"id":11516,"c":23,"u":"goading%20attack_phb","p":74,"s":52,"h":1,"n":"Goading Attack"},{"id":11521,"c":23,"u":"lunging%20attack_phb","p":74,"s":52,"h":1,"n":"Lunging Attack"},{"id":11522,"c":23,"u":"maneuvering%20attack_phb","p":74,"s":52,"h":1,"n":"Maneuvering Attack"},{"id":11525,"c":23,"u":"menacing%20attack_phb","p":74,"s":52,"h":1,"n":"Menacing Attack"},{"id":11535,"c":23,"u":"parry_phb","p":74,"s":52,"h":1,"n":"Parry"},{"id":11536,"c":23,"u":"precision%20attack_phb","p":74,"s":52,"h":1,"n":"Precision Attack"},{"id":11538,"c":23,"u":"pushing%20attack_phb","p":74,"s":52,"h":1,"n":"Pushing Attack"},{"id":11540,"c":23,"u":"rally_phb","p":74,"s":52,"h":1,"n":"Rally"},{"id":11543,"c":23,"u":"riposte_phb","p":74,"s":52,"h":1,"n":"Riposte"},{"id":11550,"c":23,"u":"sweeping%20attack_phb","p":74,"s":52,"h":1,"n":"Sweeping Attack"},{"id":11554,"c":23,"u":"trip%20attack_phb","p":74,"s":52,"h":1,"n":"Trip Attack"},{"id":11831,"c":27,"u":"banishing%20arrow_xge","p":29,"s":6,"h":1,"n":"Banishing Arrow"},{"id":11832,"c":27,"u":"beguiling%20arrow_xge","p":29,"s":6,"h":1,"n":"Beguiling Arrow"},{"id":11833,"c":27,"u":"bursting%20arrow_xge","p":29,"s":6,"h":1,"n":"Bursting Arrow"},{"id":11836,"c":27,"u":"enfeebling%20arrow_xge","p":29,"s":6,"h":1,"n":"Enfeebling Arrow"},{"id":11841,"c":27,"u":"grasping%20arrow_xge","p":29,"s":6,"h":1,"n":"Grasping Arrow"},{"id":11845,"c":27,"u":"piercing%20arrow_xge","p":29,"s":6,"h":1,"n":"Piercing Arrow"},{"id":11847,"c":27,"u":"seeking%20arrow_xge","p":30,"s":6,"h":1,"n":"Seeking Arrow"},{"id":11848,"c":27,"u":"shadow%20arrow_xge","p":30,"s":6,"h":1,"n":"Shadow Arrow"},{"id":12225,"c":29,"u":"blessed%20warrior_tce","p":52,"s":4,"h":1,"n":"Blessed Warrior"},{"id":12226,"c":29,"u":"blind%20fighting_tce","p":41,"s":4,"h":1,"n":"Blind Fighting"},{"id":12232,"c":29,"u":"druidic%20warrior_tce","p":57,"s":4,"h":1,"n":"Druidic Warrior"},{"id":12245,"c":29,"u":"interception_tce","p":41,"s":4,"h":1,"n":"Interception"},{"id":12262,"c":29,"u":"superior%20technique_tce","p":41,"s":4,"h":1,"n":"Superior Technique"},{"id":12264,"c":29,"u":"thrown%20weapon%20fighting_tce","p":42,"s":4,"h":1,"n":"Thrown Weapon Fighting"},{"id":12266,"c":29,"u":"unarmed%20fighting_tce","p":42,"s":4,"h":1,"n":"Unarmed Fighting"},{"id":12359,"c":29,"u":"archery_phb","p":72,"s":52,"h":1,"r":1,"n":"Archery"},{"id":12371,"c":29,"u":"defense_phb","p":72,"s":52,"h":1,"r":1,"n":"Defense"},{"id":12377,"c":29,"u":"dueling_phb","p":72,"s":52,"h":1,"r":1,"n":"Dueling"},{"id":12394,"c":29,"u":"great%20weapon%20fighting_phb","p":72,"s":52,"h":1,"r":1,"n":"Great Weapon Fighting"},{"id":12413,"c":29,"u":"protection_phb","p":72,"s":52,"h":1,"r":1,"n":"Protection"},{"id":12432,"c":29,"u":"two-weapon%20fighting_phb","p":72,"s":52,"h":1,"r":1,"n":"Two-Weapon Fighting"},{"id":12467,"c":32,"u":"pact%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"n":"Pact of the Talisman"},{"id":12627,"c":32,"u":"pact%20of%20the%20blade_phb","p":107,"s":52,"h":1,"r":1,"n":"Pact of the Blade"},{"id":12628,"c":32,"u":"pact%20of%20the%20chain_phb","p":107,"s":52,"h":1,"r":1,"n":"Pact of the Chain"},{"id":12629,"c":32,"u":"pact%20of%20the%20tome_phb","p":108,"s":52,"h":1,"r":1,"n":"Pact of the Tome"},{"id":12804,"c":33,"u":"breath%20of%20winter_phb","p":81,"s":52,"h":1,"n":"Breath of Winter"},{"id":12807,"c":33,"u":"clench%20of%20the%20north%20wind_phb","p":81,"s":52,"h":1,"n":"Clench of the North Wind"},{"id":12818,"c":33,"u":"elemental%20attunement_phb","p":81,"s":52,"h":1,"n":"Elemental Attunement"},{"id":12820,"c":33,"u":"eternal%20mountain%20defense_phb","p":81,"s":52,"h":1,"n":"Eternal Mountain Defense"},{"id":12824,"c":33,"u":"fangs%20of%20the%20fire%20snake_phb","p":81,"s":52,"h":1,"n":"Fangs of the Fire Snake"},{"id":12827,"c":33,"u":"fist%20of%20four%20thunders_phb","p":81,"s":52,"h":1,"n":"Fist of Four Thunders"},{"id":12828,"c":33,"u":"flames%20of%20the%20phoenix_phb","p":81,"s":52,"h":1,"n":"Flames of the Phoenix"},{"id":12831,"c":33,"u":"gong%20of%20the%20summit_phb","p":81,"s":52,"h":1,"n":"Gong of the Summit"},{"id":12842,"c":33,"u":"mist%20stance_phb","p":81,"s":52,"h":1,"n":"Mist Stance"},{"id":12856,"c":33,"u":"ride%20the%20wind_phb","p":81,"s":52,"h":1,"n":"Ride the Wind"},{"id":12858,"c":33,"u":"river%20of%20hungry%20flame_phb","p":81,"s":52,"h":1,"n":"River of Hungry Flame"},{"id":12859,"c":33,"u":"rush%20of%20the%20gale%20spirits_phb","p":81,"s":52,"h":1,"n":"Rush of the Gale Spirits"},{"id":12861,"c":33,"u":"shape%20the%20flowing%20river_phb","p":81,"s":52,"h":1,"n":"Shape the Flowing River"},{"id":12865,"c":33,"u":"sweeping%20cinder%20strike_phb","p":81,"s":52,"h":1,"n":"Sweeping Cinder Strike"},{"id":12871,"c":33,"u":"unbroken%20air_phb","p":81,"s":52,"h":1,"n":"Unbroken Air"},{"id":12874,"c":33,"u":"water%20whip_phb","p":81,"s":52,"h":1,"n":"Water Whip"},{"id":12875,"c":33,"u":"wave%20of%20rolling%20earth_phb","p":81,"s":52,"h":1,"n":"Wave of Rolling Earth"},{"id":12879,"c":34,"u":"arcane%20propulsion%20armor_tce","p":20,"s":4,"h":1,"n":"Arcane Propulsion Armor"},{"id":12880,"c":34,"u":"armor%20of%20magical%20strength_tce","p":20,"s":4,"h":1,"n":"Armor of Magical Strength"},{"id":12885,"c":34,"u":"boots%20of%20the%20winding%20path_tce","p":21,"s":4,"h":1,"n":"Boots of the Winding Path"},{"id":12891,"c":34,"u":"enhanced%20arcane%20focus_tce","p":21,"s":4,"h":1,"n":"Enhanced Arcane Focus"},{"id":12892,"c":34,"u":"enhanced%20defense_tce","p":21,"s":4,"h":1,"n":"Enhanced Defense"},{"id":12893,"c":34,"u":"enhanced%20weapon_tce","p":21,"s":4,"h":1,"n":"Enhanced Weapon"},{"id":12899,"c":34,"u":"helm%20of%20awareness_tce","p":21,"s":4,"h":1,"n":"Helm of Awareness"},{"id":12901,"c":34,"u":"homunculus%20servant_tce","p":21,"s":4,"h":1,"n":"Homunculus Servant"},{"id":12904,"c":34,"u":"mind%20sharpener_tce","p":22,"s":4,"h":1,"n":"Mind Sharpener"},{"id":12908,"c":34,"u":"radiant%20weapon_tce","p":22,"s":4,"h":1,"n":"Radiant Weapon"},{"id":12910,"c":34,"u":"repeating%20shot_tce","p":22,"s":4,"h":1,"n":"Repeating Shot"},{"id":12911,"c":34,"u":"replicate%20magic%20item_tce","p":22,"s":4,"h":1,"n":"Replicate Magic Item"},{"id":12912,"c":34,"u":"repulsion%20shield_tce","p":23,"s":4,"h":1,"n":"Repulsion Shield"},{"id":12913,"c":34,"u":"resistant%20armor_tce","p":23,"s":4,"h":1,"n":"Resistant Armor"},{"id":12914,"c":34,"u":"returning%20weapon_tce","p":23,"s":4,"h":1,"n":"Returning Weapon"},{"id":12916,"c":34,"u":"spell-refueling%20ring_tce","p":23,"s":4,"h":1,"n":"Spell-Refueling Ring"},{"id":13325,"c":37,"u":"cloud%20rune_tce","p":44,"s":4,"h":1,"n":"Cloud Rune"},{"id":13333,"c":37,"u":"fire%20rune_tce","p":44,"s":4,"h":1,"n":"Fire Rune"},{"id":13334,"c":37,"u":"frost%20rune_tce","p":45,"s":4,"h":1,"n":"Frost Rune"},{"id":13338,"c":37,"u":"hill%20rune_tce","p":45,"s":4,"h":1,"n":"Hill Rune"},{"id":13355,"c":37,"u":"stone%20rune_tce","p":45,"s":4,"h":1,"n":"Stone Rune"},{"id":13356,"c":37,"u":"storm%20rune_tce","p":45,"s":4,"h":1,"n":"Storm Rune"},{"id":13973,"c":4,"u":"birdpipes_scag","p":124,"s":107,"h":1,"n":"Birdpipes"},{"id":13974,"c":4,"u":"glaur_scag","p":124,"s":107,"h":1,"n":"Glaur"},{"id":13975,"c":4,"u":"hand%20drum_scag","p":124,"s":107,"h":1,"n":"Hand Drum"},{"id":13976,"c":4,"u":"longhorn_scag","p":124,"s":107,"h":1,"n":"Longhorn"},{"id":13977,"c":4,"u":"shawm_scag","p":124,"s":107,"h":1,"n":"Shawm"},{"id":13978,"c":4,"u":"songhorn_scag","p":124,"s":107,"h":1,"n":"Songhorn"},{"id":13979,"c":4,"u":"spiked%20armor_scag","p":121,"s":107,"h":1,"n":"Spiked Armor"},{"id":13980,"c":4,"u":"tantan_scag","p":124,"s":107,"h":1,"n":"Tantan"},{"id":13981,"c":4,"u":"thelarr_scag","p":124,"s":107,"h":1,"n":"Thelarr"},{"id":13982,"c":4,"u":"tocken_scag","p":124,"s":107,"h":1,"n":"Tocken"},{"id":13983,"c":4,"u":"wargong_scag","p":124,"s":107,"h":1,"n":"Wargong"},{"id":13984,"c":4,"u":"yarting_scag","p":124,"s":107,"h":1,"n":"Yarting"},{"id":13985,"c":4,"u":"zulkoon_scag","p":124,"s":107,"h":1,"n":"Zulkoon"},{"id":13986,"c":4,"u":"antimatter%20rifle_xdmg","p":73,"s":5,"h":1,"n":"Antimatter Rifle"},{"id":13987,"c":4,"u":"automatic%20rifle_xdmg","p":73,"s":5,"h":1,"n":"Automatic Rifle"},{"id":13988,"c":4,"u":"energy%20cell_xdmg","p":72,"s":5,"h":1,"n":"Energy Cell"},{"id":13989,"c":4,"u":"hunting%20rifle_xdmg","p":73,"s":5,"h":1,"n":"Hunting Rifle"},{"id":13990,"c":4,"u":"laser%20pistol_xdmg","p":73,"s":5,"h":1,"n":"Laser Pistol"},{"id":13991,"c":4,"u":"laser%20rifle_xdmg","p":73,"s":5,"h":1,"n":"Laser Rifle"},{"id":13992,"c":4,"u":"revolver_xdmg","p":73,"s":5,"h":1,"n":"Revolver"},{"id":13993,"c":4,"u":"semiautomatic%20pistol_xdmg","p":73,"s":5,"h":1,"n":"Semiautomatic Pistol"},{"id":13994,"c":4,"u":"shotgun_xdmg","p":73,"s":5,"h":1,"n":"Shotgun"},{"id":13995,"c":4,"u":"arrow_xphb","p":222,"s":8,"h":1,"n":"Arrow"},{"id":13996,"c":4,"u":"arrows%20(20)_xphb","p":222,"s":8,"h":1,"n":"Arrows (20)"},{"id":13997,"c":4,"u":"bagpipes_xphb","p":221,"s":8,"h":1,"n":"Bagpipes"},{"id":13998,"c":4,"u":"battleaxe_xphb","p":215,"s":8,"h":1,"n":"Battleaxe"},{"id":13999,"c":4,"u":"blowgun_xphb","p":215,"s":8,"h":1,"n":"Blowgun"},{"id":14000,"c":4,"u":"bolt_xphb","p":222,"s":8,"h":1,"n":"Bolt"},{"id":14001,"c":4,"u":"bolts%20(20)_xphb","p":222,"s":8,"h":1,"n":"Bolts (20)"},{"id":14002,"c":4,"u":"breastplate_xphb","p":219,"s":8,"h":1,"n":"Breastplate"},{"id":14003,"c":4,"u":"chain%20mail_xphb","p":219,"s":8,"h":1,"n":"Chain Mail"},{"id":14004,"c":4,"u":"chain%20shirt_xphb","p":219,"s":8,"h":1,"n":"Chain Shirt"},{"id":14005,"c":4,"u":"club_xphb","p":215,"s":8,"h":1,"n":"Club"},{"id":14006,"c":4,"u":"crystal_xphb","p":224,"s":8,"h":1,"n":"Crystal"},{"id":14007,"c":4,"u":"dagger_xphb","p":215,"s":8,"h":1,"n":"Dagger"},{"id":14008,"c":4,"u":"dart_xphb","p":215,"s":8,"h":1,"n":"Dart"},{"id":14009,"c":4,"u":"drum_xphb","p":221,"s":8,"h":1,"n":"Drum"},{"id":14010,"c":4,"u":"dulcimer_xphb","p":221,"s":8,"h":1,"n":"Dulcimer"},{"id":14011,"c":4,"u":"firearm%20bullet_xphb","p":222,"s":8,"h":1,"n":"Firearm Bullet"},{"id":14012,"c":4,"u":"firearm%20bullets%20(10)_xphb","p":222,"s":8,"h":1,"n":"Firearm Bullets (10)"},{"id":14013,"c":4,"u":"flail_xphb","p":215,"s":8,"h":1,"n":"Flail"},{"id":14014,"c":4,"u":"flute_xphb","p":221,"s":8,"h":1,"n":"Flute"},{"id":14015,"c":4,"u":"glaive_xphb","p":215,"s":8,"h":1,"n":"Glaive"},{"id":14016,"c":4,"u":"greataxe_xphb","p":215,"s":8,"h":1,"n":"Greataxe"},{"id":14017,"c":4,"u":"greatclub_xphb","p":215,"s":8,"h":1,"n":"Greatclub"},{"id":14018,"c":4,"u":"greatsword_xphb","p":215,"s":8,"h":1,"n":"Greatsword"},{"id":14019,"c":4,"u":"halberd_xphb","p":215,"s":8,"h":1,"n":"Halberd"},{"id":14020,"c":4,"u":"half%20plate%20armor_xphb","p":219,"s":8,"h":1,"n":"Half Plate Armor"},{"id":14021,"c":4,"u":"hand%20crossbow_xphb","p":215,"s":8,"h":1,"n":"Hand Crossbow"},{"id":14022,"c":4,"u":"handaxe_xphb","p":215,"s":8,"h":1,"n":"Handaxe"},{"id":14023,"c":4,"u":"heavy%20crossbow_xphb","p":215,"s":8,"h":1,"n":"Heavy Crossbow"},{"id":14024,"c":4,"u":"hide%20armor_xphb","p":219,"s":8,"h":1,"n":"Hide Armor"},{"id":14025,"c":4,"u":"horn_xphb","p":221,"s":8,"h":1,"n":"Horn"},{"id":14026,"c":4,"u":"javelin_xphb","p":215,"s":8,"h":1,"n":"Javelin"},{"id":14027,"c":4,"u":"lance_xphb","p":215,"s":8,"h":1,"n":"Lance"},{"id":14028,"c":4,"u":"leather%20armor_xphb","p":219,"s":8,"h":1,"n":"Leather Armor"},{"id":14029,"c":4,"u":"light%20crossbow_xphb","p":215,"s":8,"h":1,"n":"Light Crossbow"},{"id":14030,"c":4,"u":"light%20hammer_xphb","p":215,"s":8,"h":1,"n":"Light Hammer"},{"id":14031,"c":4,"u":"longbow_xphb","p":215,"s":8,"h":1,"n":"Longbow"},{"id":14032,"c":4,"u":"longsword_xphb","p":215,"s":8,"h":1,"n":"Longsword"},{"id":14033,"c":4,"u":"lute_xphb","p":221,"s":8,"h":1,"n":"Lute"},{"id":14034,"c":4,"u":"lyre_xphb","p":221,"s":8,"h":1,"n":"Lyre"},{"id":14035,"c":4,"u":"mace_xphb","p":215,"s":8,"h":1,"n":"Mace"},{"id":14036,"c":4,"u":"maul_xphb","p":215,"s":8,"h":1,"n":"Maul"},{"id":14037,"c":4,"u":"morningstar_xphb","p":215,"s":8,"h":1,"n":"Morningstar"},{"id":14038,"c":4,"u":"musket_xphb","p":215,"s":8,"h":1,"n":"Musket"},{"id":14039,"c":4,"u":"needle_xphb","p":222,"s":8,"h":1,"n":"Needle"},{"id":14040,"c":4,"u":"needles%20(50)_xphb","p":222,"s":8,"h":1,"n":"Needles (50)"},{"id":14041,"c":4,"u":"orb_xphb","p":224,"s":8,"h":1,"n":"Orb"},{"id":14042,"c":4,"u":"padded%20armor_xphb","p":219,"s":8,"h":1,"n":"Padded Armor"},{"id":14043,"c":4,"u":"pan%20flute_xphb","p":221,"s":8,"h":1,"n":"Pan Flute"},{"id":14044,"c":4,"u":"pike_xphb","p":215,"s":8,"h":1,"n":"Pike"},{"id":14045,"c":4,"u":"pistol_xphb","p":215,"s":8,"h":1,"n":"Pistol"},{"id":14046,"c":4,"u":"plate%20armor_xphb","p":219,"s":8,"h":1,"n":"Plate Armor"},{"id":14047,"c":4,"u":"quarterstaff_xphb","p":215,"s":8,"h":1,"n":"Quarterstaff"},{"id":14048,"c":4,"u":"rapier_xphb","p":215,"s":8,"h":1,"n":"Rapier"},{"id":14049,"c":4,"u":"ring%20mail_xphb","p":219,"s":8,"h":1,"n":"Ring Mail"},{"id":14050,"c":4,"u":"rod_xphb","p":224,"s":8,"h":1,"n":"Rod"},{"id":14051,"c":4,"u":"scale%20mail_xphb","p":219,"s":8,"h":1,"n":"Scale Mail"},{"id":14052,"c":4,"u":"scimitar_xphb","p":215,"s":8,"h":1,"n":"Scimitar"},{"id":14053,"c":4,"u":"shawm_xphb","p":221,"s":8,"h":1,"n":"Shawm"},{"id":14054,"c":4,"u":"shield_xphb","p":219,"s":8,"h":1,"n":"Shield"},{"id":14055,"c":4,"u":"shortbow_xphb","p":215,"s":8,"h":1,"n":"Shortbow"},{"id":14056,"c":4,"u":"shortsword_xphb","p":215,"s":8,"h":1,"n":"Shortsword"},{"id":14057,"c":4,"u":"sickle_xphb","p":215,"s":8,"h":1,"n":"Sickle"},{"id":14058,"c":4,"u":"sling_xphb","p":215,"s":8,"h":1,"n":"Sling"},{"id":14059,"c":4,"u":"sling%20bullet_xphb","p":222,"s":8,"h":1,"n":"Sling Bullet"},{"id":14060,"c":4,"u":"sling%20bullets%20(20)_xphb","p":222,"s":8,"h":1,"n":"Sling Bullets (20)"},{"id":14061,"c":4,"u":"spear_xphb","p":215,"s":8,"h":1,"n":"Spear"},{"id":14062,"c":4,"u":"splint%20armor_xphb","p":219,"s":8,"h":1,"n":"Splint Armor"},{"id":14063,"c":4,"u":"staff_xphb","p":224,"s":8,"h":1,"n":"Staff"},{"id":14064,"c":4,"u":"studded%20leather%20armor_xphb","p":219,"s":8,"h":1,"n":"Studded Leather Armor"},{"id":14065,"c":4,"u":"trident_xphb","p":215,"s":8,"h":1,"n":"Trident"},{"id":14066,"c":4,"u":"viol_xphb","p":221,"s":8,"h":1,"n":"Viol"},{"id":14067,"c":4,"u":"wand_xphb","p":224,"s":8,"h":1,"n":"Wand"},{"id":14068,"c":4,"u":"war%20pick_xphb","p":215,"s":8,"h":1,"n":"War Pick"},{"id":14069,"c":4,"u":"warhammer_xphb","p":215,"s":8,"h":1,"n":"Warhammer"},{"id":14070,"c":4,"u":"whip_xphb","p":215,"s":8,"h":1,"n":"Whip"},{"id":14071,"c":4,"u":"wooden%20staff_xphb","p":225,"s":8,"h":1,"n":"Wooden Staff"},{"id":14072,"c":4,"u":"antimatter%20rifle_dmg","p":268,"s":24,"h":1,"n":"Antimatter Rifle"},{"id":14073,"c":4,"u":"automatic%20pistol_dmg","p":268,"s":24,"h":1,"n":"Automatic Pistol"},{"id":14074,"c":4,"u":"automatic%20rifle_dmg","p":268,"s":24,"h":1,"n":"Automatic Rifle"},{"id":14075,"c":4,"u":"energy%20cell_dmg","p":268,"s":24,"h":1,"n":"Energy Cell"},{"id":14076,"c":4,"u":"hunting%20rifle_dmg","p":268,"s":24,"h":1,"n":"Hunting Rifle"},{"id":14077,"c":4,"u":"laser%20pistol_dmg","p":268,"s":24,"h":1,"n":"Laser Pistol"},{"id":14078,"c":4,"u":"laser%20rifle_dmg","p":268,"s":24,"h":1,"n":"Laser Rifle"},{"id":14079,"c":4,"u":"modern%20bullet_dmg","p":268,"s":24,"h":1,"n":"Modern Bullet"},{"id":14080,"c":4,"u":"modern%20bullets%20(10)_dmg","p":268,"s":24,"h":1,"n":"Modern Bullets (10)"},{"id":14081,"c":4,"u":"musket_dmg","p":268,"s":24,"h":1,"n":"Musket"},{"id":14082,"c":4,"u":"pistol_dmg","p":268,"s":24,"h":1,"n":"Pistol"},{"id":14083,"c":4,"u":"renaissance%20bullet_dmg","p":268,"s":24,"h":1,"n":"Renaissance Bullet"},{"id":14084,"c":4,"u":"renaissance%20bullets%20(10)_dmg","p":268,"s":24,"h":1,"n":"Renaissance Bullets (10)"},{"id":14085,"c":4,"u":"revolver_dmg","p":268,"s":24,"h":1,"n":"Revolver"},{"id":14086,"c":4,"u":"shotgun_dmg","p":268,"s":24,"h":1,"n":"Shotgun"},{"id":14087,"c":4,"u":"hoopak_dsotdq","p":188,"s":27,"h":1,"n":"Hoopak"},{"id":14088,"c":4,"u":"double-bladed%20scimitar_erlw","p":21,"s":29,"h":1,"n":"Double-Bladed Scimitar"},{"id":14089,"c":4,"u":"hooked%20shortspear_oota","p":224,"s":49,"h":1,"n":"Hooked Shortspear"},{"id":14090,"c":4,"u":"light%20repeating%20crossbow_oota","p":224,"s":49,"h":1,"n":"Light Repeating Crossbow"},{"id":14091,"c":4,"u":"arrow_phb","p":150,"s":52,"h":1,"r":1,"n":"Arrow"},{"id":14092,"c":4,"u":"arrows%20(20)_phb","p":150,"s":52,"h":1,"r":1,"n":"Arrows (20)"},{"id":14093,"c":4,"u":"bagpipes_phb","p":154,"s":52,"h":1,"r":1,"n":"Bagpipes"},{"id":14094,"c":4,"u":"battleaxe_phb","p":149,"s":52,"h":1,"r":1,"n":"Battleaxe"},{"id":14095,"c":4,"u":"blowgun_phb","p":149,"s":52,"h":1,"r":1,"n":"Blowgun"},{"id":14096,"c":4,"u":"blowgun%20needle_phb","p":150,"s":52,"h":1,"r":1,"n":"Blowgun Needle"},{"id":14097,"c":4,"u":"blowgun%20needles%20(50)_phb","p":150,"s":52,"h":1,"r":1,"n":"Blowgun Needles (50)"},{"id":14098,"c":4,"u":"breastplate_phb","p":145,"s":52,"h":1,"r":1,"n":"Breastplate"},{"id":14099,"c":4,"u":"chain%20mail_phb","p":145,"s":52,"h":1,"r":1,"n":"Chain Mail"},{"id":14100,"c":4,"u":"chain%20shirt_phb","p":144,"s":52,"h":1,"r":1,"n":"Chain Shirt"},{"id":14101,"c":4,"u":"club_phb","p":149,"s":52,"h":1,"r":1,"n":"Club"},{"id":14102,"c":4,"u":"crossbow%20bolt_phb","p":150,"s":52,"h":1,"r":1,"n":"Crossbow Bolt"},{"id":14103,"c":4,"u":"crossbow%20bolts%20(20)_phb","p":150,"s":52,"h":1,"r":1,"n":"Crossbow Bolts (20)"},{"id":14104,"c":4,"u":"crystal_phb","p":151,"s":52,"h":1,"r":1,"n":"Crystal"},{"id":14105,"c":4,"u":"dagger_phb","p":149,"s":52,"h":1,"r":1,"n":"Dagger"},{"id":14106,"c":4,"u":"dart_phb","p":149,"s":52,"h":1,"r":1,"n":"Dart"},{"id":14107,"c":4,"u":"drum_phb","p":154,"s":52,"h":1,"r":1,"n":"Drum"},{"id":14108,"c":4,"u":"dulcimer_phb","p":154,"s":52,"h":1,"r":1,"n":"Dulcimer"},{"id":14109,"c":4,"u":"flail_phb","p":149,"s":52,"h":1,"r":1,"n":"Flail"},{"id":14110,"c":4,"u":"flute_phb","p":154,"s":52,"h":1,"r":1,"n":"Flute"},{"id":14111,"c":4,"u":"glaive_phb","p":149,"s":52,"h":1,"r":1,"n":"Glaive"},{"id":14112,"c":4,"u":"greataxe_phb","p":149,"s":52,"h":1,"r":1,"n":"Greataxe"},{"id":14113,"c":4,"u":"greatclub_phb","p":149,"s":52,"h":1,"r":1,"n":"Greatclub"},{"id":14114,"c":4,"u":"greatsword_phb","p":149,"s":52,"h":1,"r":1,"n":"Greatsword"},{"id":14115,"c":4,"u":"halberd_phb","p":149,"s":52,"h":1,"r":1,"n":"Halberd"},{"id":14116,"c":4,"u":"half%20plate%20armor_phb","p":145,"s":52,"h":1,"r":1,"n":"Half Plate Armor"},{"id":14117,"c":4,"u":"hand%20crossbow_phb","p":149,"s":52,"h":1,"r":1,"n":"Hand Crossbow"},{"id":14118,"c":4,"u":"handaxe_phb","p":149,"s":52,"h":1,"r":1,"n":"Handaxe"},{"id":14119,"c":4,"u":"heavy%20crossbow_phb","p":149,"s":52,"h":1,"r":1,"n":"Heavy Crossbow"},{"id":14120,"c":4,"u":"hide%20armor_phb","p":144,"s":52,"h":1,"r":1,"n":"Hide Armor"},{"id":14121,"c":4,"u":"horn_phb","p":154,"s":52,"h":1,"r":1,"n":"Horn"},{"id":14122,"c":4,"u":"javelin_phb","p":149,"s":52,"h":1,"r":1,"n":"Javelin"},{"id":14123,"c":4,"u":"lance_phb","p":149,"s":52,"h":1,"r":1,"n":"Lance"},{"id":14124,"c":4,"u":"leather%20armor_phb","p":144,"s":52,"h":1,"r":1,"n":"Leather Armor"},{"id":14125,"c":4,"u":"light%20crossbow_phb","p":149,"s":52,"h":1,"r":1,"n":"Light Crossbow"},{"id":14126,"c":4,"u":"light%20hammer_phb","p":149,"s":52,"h":1,"r":1,"n":"Light Hammer"},{"id":14127,"c":4,"u":"longbow_phb","p":149,"s":52,"h":1,"r":1,"n":"Longbow"},{"id":14128,"c":4,"u":"longsword_phb","p":149,"s":52,"h":1,"r":1,"n":"Longsword"},{"id":14129,"c":4,"u":"lute_phb","p":154,"s":52,"h":1,"r":1,"n":"Lute"},{"id":14130,"c":4,"u":"lyre_phb","p":154,"s":52,"h":1,"r":1,"n":"Lyre"},{"id":14131,"c":4,"u":"mace_phb","p":149,"s":52,"h":1,"r":1,"n":"Mace"},{"id":14132,"c":4,"u":"maul_phb","p":149,"s":52,"h":1,"r":1,"n":"Maul"},{"id":14133,"c":4,"u":"morningstar_phb","p":149,"s":52,"h":1,"r":1,"n":"Morningstar"},{"id":14134,"c":4,"u":"net_phb","p":149,"s":52,"h":1,"r":1,"n":"Net"},{"id":14135,"c":4,"u":"orb_phb","p":151,"s":52,"h":1,"r":1,"n":"Orb"},{"id":14136,"c":4,"u":"padded%20armor_phb","p":144,"s":52,"h":1,"r":1,"n":"Padded Armor"},{"id":14137,"c":4,"u":"pan%20flute_phb","p":154,"s":52,"h":1,"r":1,"n":"Pan Flute"},{"id":14138,"c":4,"u":"pike_phb","p":149,"s":52,"h":1,"r":1,"n":"Pike"},{"id":14139,"c":4,"u":"plate%20armor_phb","p":145,"s":52,"h":1,"r":1,"n":"Plate Armor"},{"id":14140,"c":4,"u":"quarterstaff_phb","p":149,"s":52,"h":1,"r":1,"n":"Quarterstaff"},{"id":14141,"c":4,"u":"rapier_phb","p":149,"s":52,"h":1,"r":1,"n":"Rapier"},{"id":14142,"c":4,"u":"ring%20mail_phb","p":145,"s":52,"h":1,"r":1,"n":"Ring Mail"},{"id":14143,"c":4,"u":"rod_phb","p":151,"s":52,"h":1,"r":1,"n":"Rod"},{"id":14144,"c":4,"u":"scale%20mail_phb","p":144,"s":52,"h":1,"r":1,"n":"Scale Mail"},{"id":14145,"c":4,"u":"scimitar_phb","p":149,"s":52,"h":1,"r":1,"n":"Scimitar"},{"id":14146,"c":4,"u":"shawm_phb","p":154,"s":52,"h":1,"r":1,"n":"Shawm"},{"id":14147,"c":4,"u":"shield_phb","p":144,"s":52,"h":1,"r":1,"n":"Shield"},{"id":14148,"c":4,"u":"shortbow_phb","p":149,"s":52,"h":1,"r":1,"n":"Shortbow"},{"id":14149,"c":4,"u":"shortsword_phb","p":149,"s":52,"h":1,"r":1,"n":"Shortsword"},{"id":14150,"c":4,"u":"sickle_phb","p":149,"s":52,"h":1,"r":1,"n":"Sickle"},{"id":14151,"c":4,"u":"sling_phb","p":149,"s":52,"h":1,"r":1,"n":"Sling"},{"id":14152,"c":4,"u":"sling%20bullet_phb","p":150,"s":52,"h":1,"r":1,"n":"Sling Bullet"},{"id":14153,"c":4,"u":"sling%20bullets%20(20)_phb","p":150,"s":52,"h":1,"r":1,"n":"Sling Bullets (20)"},{"id":14154,"c":4,"u":"spear_phb","p":149,"s":52,"h":1,"r":1,"n":"Spear"},{"id":14155,"c":4,"u":"splint%20armor_phb","p":145,"s":52,"h":1,"r":1,"n":"Splint Armor"},{"id":14156,"c":4,"u":"staff_phb","p":151,"s":52,"h":1,"r":1,"n":"Staff"},{"id":14157,"c":4,"u":"studded%20leather%20armor_phb","p":144,"s":52,"h":1,"r":1,"n":"Studded Leather Armor"},{"id":14158,"c":4,"u":"trident_phb","p":149,"s":52,"h":1,"r":1,"n":"Trident"},{"id":14159,"c":4,"u":"viol_phb","p":154,"s":52,"h":1,"r":1,"n":"Viol"},{"id":14160,"c":4,"u":"wand_phb","p":151,"s":52,"h":1,"r":1,"n":"Wand"},{"id":14161,"c":4,"u":"war%20pick_phb","p":149,"s":52,"h":1,"r":1,"n":"War Pick"},{"id":14162,"c":4,"u":"warhammer_phb","p":149,"s":52,"h":1,"r":1,"n":"Warhammer"},{"id":14163,"c":4,"u":"whip_phb","p":149,"s":52,"h":1,"r":1,"n":"Whip"},{"id":14164,"c":4,"u":"wooden%20staff_phb","p":151,"s":52,"h":1,"r":1,"n":"Wooden Staff"},{"id":14165,"c":4,"u":"yklwa_toa","p":32,"s":63,"h":1,"n":"Yklwa"},{"id":14166,"c":54,"u":"cleave_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Cleave"},{"id":14167,"c":54,"u":"graze_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Graze"},{"id":14168,"c":54,"u":"nick_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Nick"},{"id":14169,"c":54,"u":"push_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Push"},{"id":14170,"c":54,"u":"sap_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Sap"},{"id":14171,"c":54,"u":"slow_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Slow"},{"id":14172,"c":54,"u":"topple_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Topple"},{"id":14173,"c":54,"u":"vex_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Vex"},{"id":14174,"c":4,"u":"adze%20of%20annam_bgg","p":110,"s":0,"h":1,"n":"Adze of Annam"},{"id":14175,"c":4,"u":"bigby's%20beneficent%20bracelet_bgg","p":111,"s":0,"h":1,"n":"Bigby's Beneficent Bracelet"},{"id":14176,"c":4,"u":"crown%20of%20the%20wrath%20bringer_bgg","p":111,"s":0,"h":1,"n":"Crown of the Wrath Bringer"},{"id":14177,"c":4,"u":"delver's%20claws_bgg","p":112,"s":0,"h":1,"n":"Delver's Claws"},{"id":14178,"c":4,"u":"elven%20thrower_bgg","p":64,"s":0,"h":1,"n":"Elven Thrower"},{"id":14179,"c":4,"u":"giant%20trinket_bgg","p":16,"s":0,"h":1,"n":"Giant Trinket"},{"id":14180,"c":4,"u":"glowrune%20pigment_bgg","p":112,"s":0,"h":1,"n":"Glowrune Pigment"},{"id":14181,"c":4,"u":"goose%20egg%20trinket_bgg","p":150,"s":0,"h":1,"n":"Goose Egg Trinket"},{"id":14182,"c":4,"u":"harp%20of%20gilded%20plenty_bgg","p":112,"s":0,"h":1,"n":"Harp of Gilded Plenty"},{"id":14183,"c":4,"u":"helm%20of%20perfect%20potential_bgg","p":112,"s":0,"h":1,"n":"Helm of Perfect Potential"},{"id":14184,"c":4,"u":"horizon%20puzzle%20cube_bgg","p":86,"s":0,"h":1,"n":"Horizon Puzzle Cube"},{"id":14185,"c":4,"u":"lash%20of%20immolation_bgg","p":113,"s":0,"h":1,"n":"Lash of Immolation"},{"id":14186,"c":4,"u":"longbow%20of%20the%20healing%20hearth_bgg","p":113,"s":0,"h":1,"n":"Longbow of the Healing Hearth"},{"id":14187,"c":4,"u":"lucent%20destroyer_bgg","p":113,"s":0,"h":1,"n":"Lucent Destroyer"},{"id":14188,"c":4,"u":"mistral%20mantle_bgg","p":114,"s":0,"h":1,"n":"Mistral Mantle"},{"id":14189,"c":4,"u":"nimbus%20coronet_bgg","p":114,"s":0,"h":1,"n":"Nimbus Coronet"},{"id":14190,"c":4,"u":"orb%20of%20skoraeus_bgg","p":114,"s":0,"h":1,"n":"Orb of Skoraeus"},{"id":14191,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20carnelian%20triceratops_bgg","p":114,"s":0,"h":1,"n":"Prehistoric Figurine of Wondrous Power, Carnelian Triceratops"},{"id":14192,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20jasper%20tyrannosaurus%20rex_bgg","p":114,"s":0,"h":1,"n":"Prehistoric Figurine of Wondrous Power, Jasper Tyrannosaurus Rex"},{"id":14193,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20kyanite%20pteranodon_bgg","p":114,"s":0,"h":1,"n":"Prehistoric Figurine of Wondrous Power, Kyanite Pteranodon"},{"id":14194,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20pyrite%20plesiosaurus_bgg","p":114,"s":0,"h":1,"n":"Prehistoric Figurine of Wondrous Power, Pyrite Plesiosaurus"},{"id":14195,"c":4,"u":"reaper's%20scream_bgg","p":115,"s":0,"h":1,"n":"Reaper's Scream"},{"id":14196,"c":4,"u":"ring%20of%20amity_bgg","p":115,"s":0,"h":1,"n":"Ring of Amity"},{"id":14197,"c":4,"u":"sanctum%20amulet_bgg","p":116,"s":0,"h":1,"n":"Sanctum Amulet"},{"id":14198,"c":4,"u":"shield%20of%20the%20blazing%20dreadnought_bgg","p":116,"s":0,"h":1,"n":"Shield of the Blazing Dreadnought"},{"id":14199,"c":4,"u":"staff%20of%20the%20rooted%20hills_bgg","p":116,"s":0,"h":1,"n":"Staff of the Rooted Hills"},{"id":14200,"c":4,"u":"stonebreaker's%20breastplate_bgg","p":116,"s":0,"h":1,"n":"Stonebreaker's Breastplate"},{"id":14201,"c":4,"u":"thunderbuss_bgg","p":116,"s":0,"h":1,"n":"Thunderbuss"},{"id":14202,"c":4,"u":"war%20horn%20of%20valor_bgg","p":117,"s":0,"h":1,"n":"War Horn of Valor"},{"id":14203,"c":4,"u":"wayfarer's%20boots_bgg","p":117,"s":0,"h":1,"n":"Wayfarer's Boots"},{"id":14204,"c":4,"u":"wyrmreaver%20gauntlets_bgg","p":117,"s":0,"h":1,"n":"Wyrmreaver Gauntlets"},{"id":14205,"c":4,"u":"%2b1%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"n":"+1 Fate Dealer's Deck"},{"id":14206,"c":4,"u":"%2b1%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"n":"+1 Wraps of Unarmed Prowess"},{"id":14207,"c":4,"u":"%2b2%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"n":"+2 Fate Dealer's Deck"},{"id":14208,"c":4,"u":"%2b2%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"n":"+2 Wraps of Unarmed Prowess"},{"id":14209,"c":4,"u":"%2b3%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"n":"+3 Fate Dealer's Deck"},{"id":14210,"c":4,"u":"%2b3%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"n":"+3 Wraps of Unarmed Prowess"},{"id":14211,"c":4,"u":"balance%20card_bmt","p":13,"s":1,"h":1,"n":"Balance Card"},{"id":14212,"c":4,"u":"baleful%20talon_bmt","p":34,"s":1,"h":1,"n":"Baleful Talon"},{"id":14213,"c":4,"u":"blasted%20goggles_bmt","p":174,"s":1,"h":1,"n":"Blasted Goggles"},{"id":14214,"c":4,"u":"bloodrage%20greataxe_bmt","p":66,"s":1,"h":1,"n":"Bloodrage Greataxe"},{"id":14215,"c":4,"u":"boomerang%20shield_bmt","p":66,"s":1,"h":1,"n":"Boomerang Shield"},{"id":14216,"c":4,"u":"breastplate%20of%20balance_bmt","p":34,"s":1,"h":1,"n":"Breastplate of Balance"},{"id":14217,"c":4,"u":"card%20sharp's%20deck_bmt","p":40,"s":1,"h":1,"n":"Card Sharp's Deck"},{"id":14218,"c":4,"u":"comet%20card_bmt","p":13,"s":1,"h":1,"n":"Comet Card"},{"id":14219,"c":4,"u":"crown%20of%20whirling%20comets_bmt","p":35,"s":1,"h":1,"n":"Crown of Whirling Comets"},{"id":14220,"c":4,"u":"deck%20of%20dimensions_bmt","p":40,"s":1,"h":1,"n":"Deck of Dimensions"},{"id":14221,"c":4,"u":"deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"n":"Deck of Many More Things"},{"id":14222,"c":4,"u":"deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"n":"Deck of Many Things"},{"id":14223,"c":4,"u":"deck%20of%20miscellany_bmt","p":41,"s":1,"h":1,"n":"Deck of Miscellany"},{"id":14224,"c":4,"u":"deck%20of%20oracles_bmt","p":61,"s":1,"h":1,"n":"Deck of Oracles"},{"id":14225,"c":4,"u":"deck%20of%20wild%20cards_bmt","p":41,"s":1,"h":1,"n":"Deck of Wild Cards"},{"id":14226,"c":4,"u":"deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"n":"Deck of Wonder"},{"id":14227,"c":4,"u":"donjon%20card_bmt","p":13,"s":1,"h":1,"n":"Donjon Card"},{"id":14228,"c":4,"u":"donjon's%20sundering%20sphere_bmt","p":35,"s":1,"h":1,"n":"Donjon's Sundering Sphere"},{"id":14229,"c":4,"u":"euryale%20card_bmt","p":13,"s":1,"h":1,"n":"Euryale Card"},{"id":14230,"c":4,"u":"euryale's%20aegis_bmt","p":35,"s":1,"h":1,"n":"Euryale's Aegis"},{"id":14231,"c":4,"u":"fabulist%20gem_bmt","p":36,"s":1,"h":1,"n":"Fabulist Gem"},{"id":14232,"c":4,"u":"fate%20cutter%20shears_bmt","p":61,"s":1,"h":1,"n":"Fate Cutter Shears"},{"id":14233,"c":4,"u":"fates%20card_bmt","p":13,"s":1,"h":1,"n":"Fates Card"},{"id":14234,"c":4,"u":"flames%20card_bmt","p":13,"s":1,"h":1,"n":"Flames Card"},{"id":14235,"c":4,"u":"fool%20card_bmt","p":13,"s":1,"h":1,"n":"Fool Card"},{"id":14236,"c":4,"u":"gem%20card_bmt","p":14,"s":1,"h":1,"n":"Gem Card"},{"id":14237,"c":4,"u":"grasping%20whip_bmt","p":67,"s":1,"h":1,"n":"Grasping Whip"},{"id":14238,"c":4,"u":"hammer%20of%20runic%20focus_bmt","p":67,"s":1,"h":1,"n":"Hammer of Runic Focus"},{"id":14239,"c":4,"u":"house%20of%20cards_bmt","p":61,"s":1,"h":1,"n":"House of Cards"},{"id":14240,"c":4,"u":"jester%20card_bmt","p":14,"s":1,"h":1,"n":"Jester Card"},{"id":14241,"c":4,"u":"jester's%20mask_bmt","p":36,"s":1,"h":1,"n":"Jester's Mask"},{"id":14242,"c":4,"u":"key%20card_bmt","p":14,"s":1,"h":1,"n":"Key Card"},{"id":14243,"c":4,"u":"knight%20card_bmt","p":14,"s":1,"h":1,"n":"Knight Card"},{"id":14244,"c":4,"u":"moon%20card_bmt","p":14,"s":1,"h":1,"n":"Moon Card"},{"id":14245,"c":4,"u":"plate%20of%20knight's%20fellowship_bmt","p":37,"s":1,"h":1,"n":"Plate of Knight's Fellowship"},{"id":14246,"c":4,"u":"puzzle%20card_bmt","p":14,"s":1,"h":1,"n":"Puzzle Card"},{"id":14247,"c":4,"u":"ring%20of%20puzzler's%20wit_bmt","p":37,"s":1,"h":1,"n":"Ring of Puzzler's Wit"},{"id":14248,"c":4,"u":"rod%20of%20hellish%20flames_bmt","p":37,"s":1,"h":1,"n":"Rod of Hellish Flames"},{"id":14249,"c":4,"u":"rogue%20card_bmt","p":14,"s":1,"h":1,"n":"Rogue Card"},{"id":14250,"c":4,"u":"rogue's%20mantle_bmt","p":37,"s":1,"h":1,"n":"Rogue's Mantle"},{"id":14251,"c":4,"u":"ruin%20card_bmt","p":15,"s":1,"h":1,"n":"Ruin Card"},{"id":14252,"c":4,"u":"ruinous%20flail_bmt","p":37,"s":1,"h":1,"n":"Ruinous Flail"},{"id":14253,"c":4,"u":"sage%20card_bmt","p":15,"s":1,"h":1,"n":"Sage Card"},{"id":14254,"c":4,"u":"sage's%20signet%20(bear)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Bear)"},{"id":14255,"c":4,"u":"sage's%20signet%20(hart)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Hart)"},{"id":14256,"c":4,"u":"sage's%20signet%20(lion)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Lion)"},{"id":14257,"c":4,"u":"sage's%20signet%20(serpent)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Serpent)"},{"id":14258,"c":4,"u":"sage's%20signet%20(songbird)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Songbird)"},{"id":14259,"c":4,"u":"sage's%20signet%20(wolf)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Wolf)"},{"id":14260,"c":4,"u":"secondhand%20steal%20trinket_bmt","p":108,"s":1,"h":1,"n":"Secondhand Steal Trinket"},{"id":14261,"c":4,"u":"shield%20of%20the%20tortoise_bmt","p":67,"s":1,"h":1,"n":"Shield of the Tortoise"},{"id":14262,"c":4,"u":"shrieking%20greaves_bmt","p":174,"s":1,"h":1,"n":"Shrieking Greaves"},{"id":14263,"c":4,"u":"skull%20card_bmt","p":15,"s":1,"h":1,"n":"Skull Card"},{"id":14264,"c":4,"u":"skull%20helm_bmt","p":38,"s":1,"h":1,"n":"Skull Helm"},{"id":14265,"c":4,"u":"sling%20of%20giant%20felling_bmt","p":68,"s":1,"h":1,"n":"Sling of Giant Felling"},{"id":14266,"c":4,"u":"spindle%20of%20fate_bmt","p":38,"s":1,"h":1,"n":"Spindle of Fate"},{"id":14267,"c":4,"u":"star%20card_bmt","p":15,"s":1,"h":1,"n":"Star Card"},{"id":14268,"c":4,"u":"stonemaker%20war%20pick_bmt","p":68,"s":1,"h":1,"n":"Stonemaker War Pick"},{"id":14269,"c":4,"u":"sun%20card_bmt","p":15,"s":1,"h":1,"n":"Sun Card"},{"id":14270,"c":4,"u":"sun%20staff_bmt","p":39,"s":1,"h":1,"n":"Sun Staff"},{"id":14271,"c":4,"u":"talons%20card_bmt","p":15,"s":1,"h":1,"n":"Talons Card"},{"id":14272,"c":4,"u":"telescopic%20transporter_bmt","p":105,"s":1,"h":1,"n":"Telescopic Transporter"},{"id":14273,"c":4,"u":"throne%20card_bmt","p":15,"s":1,"h":1,"n":"Throne Card"},{"id":14274,"c":4,"u":"tidecaller%20trident_bmt","p":69,"s":1,"h":1,"n":"Tidecaller Trident"},{"id":14275,"c":4,"u":"void%20card_bmt","p":15,"s":1,"h":1,"n":"Void Card"},{"id":14276,"c":4,"u":"voidwalker%20armor_bmt","p":39,"s":1,"h":1,"n":"Voidwalker Armor"},{"id":14277,"c":4,"u":"warrior's%20passkey_bmt","p":39,"s":1,"h":1,"n":"Warrior's Passkey"},{"id":14278,"c":4,"u":"%2b1%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"n":"+1 Dragonhide Belt"},{"id":14279,"c":4,"u":"%2b2%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"n":"+2 Dragonhide Belt"},{"id":14280,"c":4,"u":"%2b3%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"n":"+3 Dragonhide Belt"},{"id":14281,"c":4,"u":"amethyst%20lodestone_ftd","p":22,"s":2,"h":1,"n":"Amethyst Lodestone"},{"id":14282,"c":4,"u":"ascendant%20dragon%20vessel_ftd","s":2,"h":1,"n":"Ascendant Dragon Vessel"},{"id":14283,"c":4,"u":"ascendant%20dragon-touched%20focus_ftd","s":2,"h":1,"n":"Ascendant Dragon-Touched Focus"},{"id":14284,"c":4,"u":"ascendant%20scaled%20ornament_ftd","s":2,"h":1,"n":"Ascendant Scaled Ornament"},{"id":14285,"c":4,"u":"emerald%20pen_ftd","p":23,"s":2,"h":1,"n":"Emerald Pen"},{"id":14286,"c":4,"u":"flail%20of%20tiamat_ftd","p":23,"s":2,"h":1,"n":"Flail of Tiamat"},{"id":14287,"c":4,"u":"gold%20canary%20figurine%20of%20wondrous%20power_ftd","p":23,"s":2,"h":1,"n":"Gold Canary Figurine of Wondrous Power"},{"id":14288,"c":4,"u":"platinum%20scarf_ftd","p":24,"s":2,"h":1,"n":"Platinum Scarf"},{"id":14289,"c":4,"u":"potion%20of%20dragon's%20majesty_ftd","p":24,"s":2,"h":1,"n":"Potion of Dragon's Majesty"},{"id":14290,"c":4,"u":"ruby%20weave%20gem_ftd","p":24,"s":2,"h":1,"n":"Ruby Weave Gem"},{"id":14291,"c":4,"u":"sapphire%20buckler_ftd","p":24,"s":2,"h":1,"n":"Sapphire Buckler"},{"id":14292,"c":4,"u":"slumbering%20dragon%20vessel_ftd","p":27,"s":2,"h":1,"n":"Slumbering Dragon Vessel"},{"id":14293,"c":4,"u":"slumbering%20dragon-touched%20focus_ftd","p":26,"s":2,"h":1,"n":"Slumbering Dragon-Touched Focus"},{"id":14294,"c":4,"u":"slumbering%20scaled%20ornament_ftd","p":27,"s":2,"h":1,"n":"Slumbering Scaled Ornament"},{"id":14295,"c":4,"u":"stirring%20dragon%20vessel_ftd","s":2,"h":1,"n":"Stirring Dragon Vessel"},{"id":14296,"c":4,"u":"stirring%20dragon-touched%20focus_ftd","s":2,"h":1,"n":"Stirring Dragon-Touched Focus"},{"id":14297,"c":4,"u":"stirring%20scaled%20ornament_ftd","s":2,"h":1,"n":"Stirring Scaled Ornament"},{"id":14298,"c":4,"u":"topaz%20annihilator_ftd","p":24,"s":2,"h":1,"n":"Topaz Annihilator"},{"id":14299,"c":4,"u":"wakened%20dragon%20vessel_ftd","s":2,"h":1,"n":"Wakened Dragon Vessel"},{"id":14300,"c":4,"u":"wakened%20dragon-touched%20focus_ftd","s":2,"h":1,"n":"Wakened Dragon-Touched Focus"},{"id":14301,"c":4,"u":"wakened%20scaled%20ornament_ftd","s":2,"h":1,"n":"Wakened Scaled Ornament"},{"id":14302,"c":4,"u":"%2b1%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"n":"+1 All-Purpose Tool"},{"id":14303,"c":4,"u":"%2b1%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"n":"+1 Amulet of the Devout"},{"id":14304,"c":4,"u":"%2b1%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"n":"+1 Arcane Grimoire"},{"id":14305,"c":4,"u":"%2b1%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"n":"+1 Bloodwell Vial"},{"id":14306,"c":4,"u":"%2b1%20moon%20sickle_tce","p":133,"s":4,"h":1,"n":"+1 Moon Sickle"},{"id":14307,"c":4,"u":"%2b1%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"n":"+1 Rhythm-Maker's Drum"},{"id":14308,"c":4,"u":"%2b2%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"n":"+2 All-Purpose Tool"},{"id":14309,"c":4,"u":"%2b2%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"n":"+2 Amulet of the Devout"},{"id":14310,"c":4,"u":"%2b2%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"n":"+2 Arcane Grimoire"},{"id":14311,"c":4,"u":"%2b2%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"n":"+2 Bloodwell Vial"},{"id":14312,"c":4,"u":"%2b2%20moon%20sickle_tce","p":133,"s":4,"h":1,"n":"+2 Moon Sickle"},{"id":14313,"c":4,"u":"%2b2%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"n":"+2 Rhythm-Maker's Drum"},{"id":14314,"c":4,"u":"%2b3%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"n":"+3 All-Purpose Tool"},{"id":14315,"c":4,"u":"%2b3%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"n":"+3 Amulet of the Devout"},{"id":14316,"c":4,"u":"%2b3%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"n":"+3 Arcane Grimoire"},{"id":14317,"c":4,"u":"%2b3%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"n":"+3 Bloodwell Vial"},{"id":14318,"c":4,"u":"%2b3%20moon%20sickle_tce","p":133,"s":4,"h":1,"n":"+3 Moon Sickle"},{"id":14319,"c":4,"u":"%2b3%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"n":"+3 Rhythm-Maker's Drum"},{"id":14320,"c":4,"u":"acid%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Acid Absorbing Tattoo"},{"id":14321,"c":4,"u":"alchemical%20compendium_tce","p":119,"s":4,"h":1,"n":"Alchemical Compendium"},{"id":14322,"c":4,"u":"astral%20shard_tce","p":120,"s":4,"h":1,"n":"Astral Shard"},{"id":14323,"c":4,"u":"astromancy%20archive_tce","p":120,"s":4,"h":1,"n":"Astromancy Archive"},{"id":14324,"c":4,"u":"atlas%20of%20endless%20horizons_tce","p":120,"s":4,"h":1,"n":"Atlas of Endless Horizons"},{"id":14325,"c":4,"u":"baba%20yaga's%20mortar%20and%20pestle_tce","p":121,"s":4,"h":1,"n":"Baba Yaga's Mortar and Pestle"},{"id":14326,"c":4,"u":"baba%20yaga's%20pestle_tce","p":121,"s":4,"h":1,"n":"Baba Yaga's Pestle"},{"id":14327,"c":4,"u":"barrier%20tattoo%20(large)_tce","p":122,"s":4,"h":1,"n":"Barrier Tattoo (Large)"},{"id":14328,"c":4,"u":"barrier%20tattoo%20(medium)_tce","p":122,"s":4,"h":1,"n":"Barrier Tattoo (Medium)"},{"id":14329,"c":4,"u":"barrier%20tattoo%20(small)_tce","p":122,"s":4,"h":1,"n":"Barrier Tattoo (Small)"},{"id":14330,"c":4,"u":"bell%20branch_tce","p":122,"s":4,"h":1,"n":"Bell Branch"},{"id":14331,"c":4,"u":"blood%20fury%20tattoo_tce","p":122,"s":4,"h":1,"n":"Blood Fury Tattoo"},{"id":14332,"c":4,"u":"cauldron%20of%20rebirth_tce","p":122,"s":4,"h":1,"n":"Cauldron of Rebirth"},{"id":14333,"c":4,"u":"coiling%20grasp%20tattoo_tce","p":123,"s":4,"h":1,"n":"Coiling Grasp Tattoo"},{"id":14334,"c":4,"u":"cold%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Cold Absorbing Tattoo"},{"id":14335,"c":4,"u":"crook%20of%20rao_tce","p":123,"s":4,"h":1,"n":"Crook of Rao"},{"id":14336,"c":4,"u":"crystalline%20chronicle_tce","p":124,"s":4,"h":1,"n":"Crystalline Chronicle"},{"id":14337,"c":4,"u":"demonomicon%20of%20iggwilv_tce","p":125,"s":4,"h":1,"n":"Demonomicon of Iggwilv"},{"id":14338,"c":4,"u":"devotee's%20censer_tce","p":126,"s":4,"h":1,"n":"Devotee's Censer"},{"id":14339,"c":4,"u":"duplicitous%20manuscript_tce","p":126,"s":4,"h":1,"n":"Duplicitous Manuscript"},{"id":14340,"c":4,"u":"eldritch%20claw%20tattoo_tce","p":126,"s":4,"h":1,"n":"Eldritch Claw Tattoo"},{"id":14341,"c":4,"u":"elemental%20essence%20shard_tce","p":127,"s":4,"h":1,"n":"Elemental Essence Shard"},{"id":14342,"c":4,"u":"elemental%20essence%20shard%20(air)_tce","p":127,"s":4,"h":1,"n":"Elemental Essence Shard (Air)"},{"id":14343,"c":4,"u":"elemental%20essence%20shard%20(earth)_tce","p":127,"s":4,"h":1,"n":"Elemental Essence Shard (Earth)"},{"id":14344,"c":4,"u":"elemental%20essence%20shard%20(fire)_tce","p":127,"s":4,"h":1,"n":"Elemental Essence Shard (Fire)"},{"id":14345,"c":4,"u":"elemental%20essence%20shard%20(water)_tce","p":127,"s":4,"h":1,"n":"Elemental Essence Shard (Water)"},{"id":14346,"c":4,"u":"far%20realm%20shard_tce","p":127,"s":4,"h":1,"n":"Far Realm Shard"},{"id":14347,"c":4,"u":"feywild%20shard_tce","p":127,"s":4,"h":1,"n":"Feywild Shard"},{"id":14348,"c":4,"u":"fire%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Fire Absorbing Tattoo"},{"id":14349,"c":4,"u":"force%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Force Absorbing Tattoo"},{"id":14350,"c":4,"u":"fulminating%20treatise_tce","p":128,"s":4,"h":1,"n":"Fulminating Treatise"},{"id":14351,"c":4,"u":"ghost%20step%20tattoo_tce","p":128,"s":4,"h":1,"n":"Ghost Step Tattoo"},{"id":14352,"c":4,"u":"guardian%20emblem_tce","p":128,"s":4,"h":1,"n":"Guardian Emblem"},{"id":14353,"c":4,"u":"heart%20weaver's%20primer_tce","p":128,"s":4,"h":1,"n":"Heart Weaver's Primer"},{"id":14354,"c":4,"u":"illuminator's%20tattoo_tce","p":129,"s":4,"h":1,"n":"Illuminator's Tattoo"},{"id":14355,"c":4,"u":"libram%20of%20souls%20and%20flesh_tce","p":129,"s":4,"h":1,"n":"Libram of Souls and Flesh"},{"id":14356,"c":4,"u":"lifewell%20tattoo_tce","p":129,"s":4,"h":1,"n":"Lifewell Tattoo"},{"id":14357,"c":4,"u":"lightning%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Lightning Absorbing Tattoo"},{"id":14358,"c":4,"u":"luba's%20tarokka%20of%20souls_tce","p":129,"s":4,"h":1,"n":"Luba's Tarokka of Souls"},{"id":14359,"c":4,"u":"lyre%20of%20building_tce","p":131,"s":4,"h":1,"n":"Lyre of Building"},{"id":14360,"c":4,"u":"masquerade%20tattoo_tce","p":131,"s":4,"h":1,"n":"Masquerade Tattoo"},{"id":14361,"c":4,"u":"mighty%20servant%20of%20leuk-o_tce","p":131,"s":4,"h":1,"n":"Mighty Servant of Leuk-o"},{"id":14362,"c":4,"u":"nature's%20mantle_tce","p":133,"s":4,"h":1,"n":"Nature's Mantle"},{"id":14363,"c":4,"u":"necrotic%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Necrotic Absorbing Tattoo"},{"id":14364,"c":4,"u":"outer%20essence%20shard_tce","p":133,"s":4,"h":1,"n":"Outer Essence Shard"},{"id":14365,"c":4,"u":"outer%20essence%20shard%20(chaotic)_tce","p":133,"s":4,"h":1,"n":"Outer Essence Shard (Chaotic)"},{"id":14366,"c":4,"u":"outer%20essence%20shard%20(evil)_tce","p":133,"s":4,"h":1,"n":"Outer Essence Shard (Evil)"},{"id":14367,"c":4,"u":"outer%20essence%20shard%20(good)_tce","p":133,"s":4,"h":1,"n":"Outer Essence Shard (Good)"},{"id":14368,"c":4,"u":"outer%20essence%20shard%20(lawful)_tce","p":133,"s":4,"h":1,"n":"Outer Essence Shard (Lawful)"},{"id":14369,"c":4,"u":"planecaller's%20codex_tce","p":134,"s":4,"h":1,"n":"Planecaller's Codex"},{"id":14370,"c":4,"u":"poison%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Poison Absorbing Tattoo"},{"id":14371,"c":4,"u":"prosthetic%20limb_tce","p":134,"s":4,"h":1,"n":"Prosthetic Limb"},{"id":14372,"c":4,"u":"protective%20verses_tce","p":134,"s":4,"h":1,"n":"Protective Verses"},{"id":14373,"c":4,"u":"psychic%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Psychic Absorbing Tattoo"},{"id":14374,"c":4,"u":"radiant%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Radiant Absorbing Tattoo"},{"id":14375,"c":4,"u":"reveler's%20concertina_tce","p":134,"s":4,"h":1,"n":"Reveler's Concertina"},{"id":14376,"c":4,"u":"shadowfell%20brand%20tattoo_tce","p":134,"s":4,"h":1,"n":"Shadowfell Brand Tattoo"},{"id":14377,"c":4,"u":"shadowfell%20shard_tce","p":135,"s":4,"h":1,"n":"Shadowfell Shard"},{"id":14378,"c":4,"u":"spellwrought%20tattoo%20(1st%20level)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (1st Level)"},{"id":14379,"c":4,"u":"spellwrought%20tattoo%20(2nd%20level)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (2nd Level)"},{"id":14380,"c":4,"u":"spellwrought%20tattoo%20(3rd%20level)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (3rd Level)"},{"id":14381,"c":4,"u":"spellwrought%20tattoo%20(4th%20level)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (4th Level)"},{"id":14382,"c":4,"u":"spellwrought%20tattoo%20(5th%20level)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (5th Level)"},{"id":14383,"c":4,"u":"spellwrought%20tattoo%20(cantrip)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (Cantrip)"},{"id":14384,"c":4,"u":"teeth%20of%20dahlver-nar_tce","p":135,"s":4,"h":1,"n":"Teeth of Dahlver-Nar"},{"id":14385,"c":4,"u":"thunder%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Thunder Absorbing Tattoo"},{"id":14386,"c":4,"u":"%2b1%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"n":"+1 Rod of the Pact Keeper"},{"id":14387,"c":4,"u":"%2b1%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"n":"+1 Wand of the War Mage"},{"id":14388,"c":4,"u":"%2b1%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"n":"+1 Wraps of Unarmed Power"},{"id":14389,"c":4,"u":"%2b2%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"n":"+2 Rod of the Pact Keeper"},{"id":14390,"c":4,"u":"%2b2%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"n":"+2 Wand of the War Mage"},{"id":14391,"c":4,"u":"%2b2%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"n":"+2 Wraps of Unarmed Power"},{"id":14392,"c":4,"u":"%2b3%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"n":"+3 Rod of the Pact Keeper"},{"id":14393,"c":4,"u":"%2b3%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"n":"+3 Wand of the War Mage"},{"id":14394,"c":4,"u":"%2b3%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"n":"+3 Wraps of Unarmed Power"},{"id":14395,"c":4,"u":"alchemy%20jug_xdmg","p":227,"s":5,"h":1,"n":"Alchemy Jug"},{"id":14396,"c":4,"u":"alexandrite_xdmg","p":214,"s":5,"h":1,"n":"Alexandrite"},{"id":14397,"c":4,"u":"amber_xdmg","p":214,"s":5,"h":1,"n":"Amber"},{"id":14398,"c":4,"u":"amethyst_xdmg","p":214,"s":5,"h":1,"n":"Amethyst"},{"id":14399,"c":4,"u":"amulet%20of%20health_xdmg","p":228,"s":5,"h":1,"n":"Amulet of Health"},{"id":14400,"c":4,"u":"amulet%20of%20proof%20against%20detection%20and%20location_xdmg","p":228,"s":5,"h":1,"n":"Amulet of Proof against Detection and Location"},{"id":14401,"c":4,"u":"amulet%20of%20the%20planes_xdmg","p":150,"s":5,"h":1,"n":"Amulet of the Planes"},{"id":14402,"c":4,"u":"animated%20shield_xdmg","p":229,"s":5,"h":1,"n":"Animated Shield"},{"id":14403,"c":4,"u":"apparatus%20of%20kwalish_xdmg","p":229,"s":5,"h":1,"n":"Apparatus of Kwalish"},{"id":14404,"c":4,"u":"aquamarine_xdmg","p":214,"s":5,"h":1,"n":"Aquamarine"},{"id":14405,"c":4,"u":"armor%20of%20invulnerability_xdmg","p":152,"s":5,"h":1,"n":"Armor of Invulnerability"},{"id":14406,"c":4,"u":"arrow-catching%20shield_xdmg","p":231,"s":5,"h":1,"n":"Arrow-Catching Shield"},{"id":14407,"c":4,"u":"assassin's%20blood_xdmg","p":90,"s":5,"h":1,"n":"Assassin's Blood"},{"id":14408,"c":4,"u":"axe%20of%20the%20dwarvish%20lords_xdmg","p":231,"s":5,"h":1,"n":"Axe of the Dwarvish Lords"},{"id":14409,"c":4,"u":"azurite_xdmg","p":214,"s":5,"h":1,"n":"Azurite"},{"id":14410,"c":4,"u":"baba%20yaga's%20dancing%20broom_xdmg","p":232,"s":5,"h":1,"n":"Baba Yaga's Dancing Broom"},{"id":14411,"c":4,"u":"bag%20of%20beans_xdmg","p":233,"s":5,"h":1,"n":"Bag of Beans"},{"id":14412,"c":4,"u":"bag%20of%20devouring_xdmg","p":234,"s":5,"h":1,"n":"Bag of Devouring"},{"id":14413,"c":4,"u":"bag%20of%20holding_xdmg","p":234,"s":5,"h":1,"n":"Bag of Holding"},{"id":14414,"c":4,"u":"bag%20of%20tricks%2c%20gray_xdmg","p":234,"s":5,"h":1,"n":"Bag of Tricks, Gray"},{"id":14415,"c":4,"u":"bag%20of%20tricks%2c%20rust_xdmg","p":234,"s":5,"h":1,"n":"Bag of Tricks, Rust"},{"id":14416,"c":4,"u":"bag%20of%20tricks%2c%20tan_xdmg","p":234,"s":5,"h":1,"n":"Bag of Tricks, Tan"},{"id":14417,"c":4,"u":"banded%20agate_xdmg","p":214,"s":5,"h":1,"n":"Banded Agate"},{"id":14418,"c":4,"u":"bead%20of%20force_xdmg","p":234,"s":5,"h":1,"n":"Bead of Force"},{"id":14419,"c":4,"u":"bead%20of%20nourishment_xdmg","p":235,"s":5,"h":1,"n":"Bead of Nourishment"},{"id":14420,"c":4,"u":"bead%20of%20refreshment_xdmg","p":235,"s":5,"h":1,"n":"Bead of Refreshment"},{"id":14421,"c":4,"u":"bejeweled%20gold%20bracelet_xdmg","p":215,"s":5,"h":1,"n":"Bejeweled gold bracelet"},{"id":14422,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_xdmg","p":215,"s":5,"h":1,"n":"Bejeweled ivory drinking horn with gold filigree"},{"id":14423,"c":4,"u":"belt%20of%20cloud%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Cloud Giant Strength"},{"id":14424,"c":4,"u":"belt%20of%20dwarvenkind_xdmg","p":235,"s":5,"h":1,"n":"Belt of Dwarvenkind"},{"id":14425,"c":4,"u":"belt%20of%20fire%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Fire Giant Strength"},{"id":14426,"c":4,"u":"belt%20of%20frost%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Frost Giant Strength"},{"id":14427,"c":4,"u":"belt%20of%20hill%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Hill Giant Strength"},{"id":14428,"c":4,"u":"belt%20of%20stone%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Stone Giant Strength"},{"id":14429,"c":4,"u":"belt%20of%20storm%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Storm Giant Strength"},{"id":14430,"c":4,"u":"black%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Black Dragon Scale Mail"},{"id":14431,"c":4,"u":"black%20opal_xdmg","p":214,"s":5,"h":1,"n":"Black Opal"},{"id":14432,"c":4,"u":"black%20pearl_xdmg","p":214,"s":5,"h":1,"n":"Black Pearl"},{"id":14433,"c":4,"u":"black%20sapphire_xdmg","p":214,"s":5,"h":1,"n":"Black Sapphire"},{"id":14434,"c":4,"u":"black%20velvet%20mask%20stitched%20with%20silver%20thread_xdmg","p":215,"s":5,"h":1,"n":"Black velvet mask stitched with silver thread"},{"id":14435,"c":4,"u":"blackrazor_xdmg","p":236,"s":5,"h":1,"n":"Blackrazor"},{"id":14436,"c":4,"u":"bloodstone_xdmg","p":214,"s":5,"h":1,"n":"Bloodstone"},{"id":14437,"c":4,"u":"blue%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Blue Dragon Scale Mail"},{"id":14438,"c":4,"u":"blue%20quartz_xdmg","p":214,"s":5,"h":1,"n":"Blue Quartz"},{"id":14439,"c":4,"u":"blue%20sapphire_xdmg","p":214,"s":5,"h":1,"n":"Blue Sapphire"},{"id":14440,"c":4,"u":"blue%20spinel_xdmg","p":214,"s":5,"h":1,"n":"Blue Spinel"},{"id":14441,"c":4,"u":"bomb_xdmg","p":73,"s":5,"h":1,"n":"Bomb"},{"id":14442,"c":4,"u":"book%20of%20exalted%20deeds_xdmg","p":237,"s":5,"h":1,"n":"Book of Exalted Deeds"},{"id":14443,"c":4,"u":"book%20of%20vile%20darkness_xdmg","p":238,"s":5,"h":1,"n":"Book of Vile Darkness"},{"id":14444,"c":4,"u":"boots%20of%20elvenkind_xdmg","p":239,"s":5,"h":1,"n":"Boots of Elvenkind"},{"id":14445,"c":4,"u":"boots%20of%20false%20tracks_xdmg","p":239,"s":5,"h":1,"n":"Boots of False Tracks"},{"id":14446,"c":4,"u":"boots%20of%20levitation_xdmg","p":239,"s":5,"h":1,"n":"Boots of Levitation"},{"id":14447,"c":4,"u":"boots%20of%20speed_xdmg","p":240,"s":5,"h":1,"n":"Boots of Speed"},{"id":14448,"c":4,"u":"boots%20of%20striding%20and%20springing_xdmg","p":240,"s":5,"h":1,"n":"Boots of Striding and Springing"},{"id":14449,"c":4,"u":"boots%20of%20the%20winterlands_xdmg","p":240,"s":5,"h":1,"n":"Boots of the Winterlands"},{"id":14450,"c":4,"u":"bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_xdmg","p":215,"s":5,"h":1,"n":"Bottle stopper cork embossed with gold leaf and set with amethysts"},{"id":14451,"c":4,"u":"bowl%20of%20commanding%20water%20elementals_xdmg","p":240,"s":5,"h":1,"n":"Bowl of Commanding Water Elementals"},{"id":14452,"c":4,"u":"box%20of%20turquoise%20animal%20figurines_xdmg","p":215,"s":5,"h":1,"n":"Box of turquoise animal figurines"},{"id":14453,"c":4,"u":"bracers%20of%20archery_xdmg","p":240,"s":5,"h":1,"n":"Bracers of Archery"},{"id":14454,"c":4,"u":"bracers%20of%20defense_xdmg","p":241,"s":5,"h":1,"n":"Bracers of Defense"},{"id":14455,"c":4,"u":"brass%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Brass Dragon Scale Mail"},{"id":14456,"c":4,"u":"brass%20mug%20with%20jade%20inlay_xdmg","p":215,"s":5,"h":1,"n":"Brass mug with jade inlay"},{"id":14457,"c":4,"u":"brazier%20of%20commanding%20fire%20elementals_xdmg","p":241,"s":5,"h":1,"n":"Brazier of Commanding Fire Elementals"},{"id":14458,"c":4,"u":"bronze%20crown_xdmg","p":215,"s":5,"h":1,"n":"Bronze crown"},{"id":14459,"c":4,"u":"bronze%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Bronze Dragon Scale Mail"},{"id":14460,"c":4,"u":"brooch%20of%20shielding_xdmg","p":241,"s":5,"h":1,"n":"Brooch of Shielding"},{"id":14461,"c":4,"u":"broom%20of%20flying_xdmg","p":241,"s":5,"h":1,"n":"Broom of Flying"},{"id":14462,"c":4,"u":"bundle%20of%20sheet%20music%20representing%20the%20lost%20dirges%20of%20a%20famous%20composer_xdmg","p":215,"s":5,"h":1,"n":"Bundle of sheet music representing the lost dirges of a famous composer"},{"id":14463,"c":4,"u":"burnt%20othur%20fumes_xdmg","p":90,"s":5,"h":1,"n":"Burnt Othur Fumes"},{"id":14464,"c":4,"u":"candle%20of%20invocation_xdmg","p":241,"s":5,"h":1,"n":"Candle of Invocation"},{"id":14465,"c":4,"u":"candle%20of%20the%20deep_xdmg","p":242,"s":5,"h":1,"n":"Candle of the Deep"},{"id":14466,"c":4,"u":"canvas%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"n":"Canvas (1 sq. yd.)"},{"id":14467,"c":4,"u":"cap%20of%20water%20breathing_xdmg","p":242,"s":5,"h":1,"n":"Cap of Water Breathing"},{"id":14468,"c":4,"u":"cape%20of%20the%20mountebank_xdmg","p":242,"s":5,"h":1,"n":"Cape of the Mountebank"},{"id":14469,"c":4,"u":"carnelian_xdmg","p":214,"s":5,"h":1,"n":"Carnelian"},{"id":14470,"c":4,"u":"carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._xdmg","p":242,"s":5,"h":1,"n":"Carpet of Flying, 3 ft. × 5 ft."},{"id":14471,"c":4,"u":"carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._xdmg","p":242,"s":5,"h":1,"n":"Carpet of Flying, 4 ft. × 6 ft."},{"id":14472,"c":4,"u":"carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._xdmg","p":242,"s":5,"h":1,"n":"Carpet of Flying, 5 ft. × 7 ft."},{"id":14473,"c":4,"u":"carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._xdmg","p":242,"s":5,"h":1,"n":"Carpet of Flying, 6 ft. × 9 ft."},{"id":14474,"c":4,"u":"carrion%20crawler%20mucus_xdmg","p":90,"s":5,"h":1,"n":"Carrion Crawler Mucus"},{"id":14475,"c":4,"u":"carved%20bone%20statuette_xdmg","p":215,"s":5,"h":1,"n":"Carved bone statuette"},{"id":14476,"c":4,"u":"carved%20ivory%20statuette_xdmg","p":215,"s":5,"h":1,"n":"Carved ivory statuette"},{"id":14477,"c":4,"u":"carved%20wooden%20harp%20with%20ivory%20inlay%20and%20zircon%20gems_xdmg","p":215,"s":5,"h":1,"n":"Carved wooden harp with ivory inlay and zircon gems"},{"id":14478,"c":4,"u":"cauldron%20of%20rebirth_xdmg","p":243,"s":5,"h":1,"n":"Cauldron of Rebirth"},{"id":14479,"c":4,"u":"censer%20of%20controlling%20air%20elementals_xdmg","p":243,"s":5,"h":1,"n":"Censer of Controlling Air Elementals"},{"id":14480,"c":4,"u":"ceremonial%20gold%20armor%20with%20black%20pearls_xdmg","p":215,"s":5,"h":1,"n":"Ceremonial gold armor with black pearls"},{"id":14481,"c":4,"u":"chalcedony_xdmg","p":214,"s":5,"h":1,"n":"Chalcedony"},{"id":14482,"c":4,"u":"charlatan's%20die_xdmg","p":243,"s":5,"h":1,"n":"Charlatan's Die"},{"id":14483,"c":4,"u":"chicken_xdmg","p":213,"s":5,"h":1,"n":"Chicken"},{"id":14484,"c":4,"u":"chime%20of%20opening_xdmg","p":244,"s":5,"h":1,"n":"Chime of Opening"},{"id":14485,"c":4,"u":"chrysoberyl_xdmg","p":214,"s":5,"h":1,"n":"Chrysoberyl"},{"id":14486,"c":4,"u":"chrysoprase_xdmg","p":214,"s":5,"h":1,"n":"Chrysoprase"},{"id":14487,"c":4,"u":"cinnamon_xdmg","p":213,"s":5,"h":1,"n":"Cinnamon"},{"id":14488,"c":4,"u":"circlet%20of%20blasting_xdmg","p":244,"s":5,"h":1,"n":"Circlet of Blasting"},{"id":14489,"c":4,"u":"citrine_xdmg","p":214,"s":5,"h":1,"n":"Citrine"},{"id":14490,"c":4,"u":"cloak%20of%20arachnida_xdmg","p":244,"s":5,"h":1,"n":"Cloak of Arachnida"},{"id":14491,"c":4,"u":"cloak%20of%20billowing_xdmg","p":244,"s":5,"h":1,"n":"Cloak of Billowing"},{"id":14492,"c":4,"u":"cloak%20of%20displacement_xdmg","p":244,"s":5,"h":1,"n":"Cloak of Displacement"},{"id":14493,"c":4,"u":"cloak%20of%20elvenkind_xdmg","p":244,"s":5,"h":1,"n":"Cloak of Elvenkind"},{"id":14494,"c":4,"u":"cloak%20of%20invisibility_xdmg","p":244,"s":5,"h":1,"n":"Cloak of Invisibility"},{"id":14495,"c":4,"u":"cloak%20of%20many%20fashions_xdmg","p":245,"s":5,"h":1,"n":"Cloak of Many Fashions"},{"id":14496,"c":4,"u":"cloak%20of%20protection_xdmg","p":245,"s":5,"h":1,"n":"Cloak of Protection"},{"id":14497,"c":4,"u":"cloak%20of%20the%20bat_xdmg","p":245,"s":5,"h":1,"n":"Cloak of the Bat"},{"id":14498,"c":4,"u":"cloak%20of%20the%20manta%20ray_xdmg","p":245,"s":5,"h":1,"n":"Cloak of the Manta Ray"},{"id":14499,"c":4,"u":"clockwork%20amulet_xdmg","p":245,"s":5,"h":1,"n":"Clockwork Amulet"},{"id":14500,"c":4,"u":"cloth-of-gold%20vestments_xdmg","p":215,"s":5,"h":1,"n":"Cloth-of-gold vestments"},{"id":14501,"c":4,"u":"clothes%20of%20mending_xdmg","p":245,"s":5,"h":1,"n":"Clothes of Mending"},{"id":14502,"c":4,"u":"cloves_xdmg","p":213,"s":5,"h":1,"n":"Cloves"},{"id":14503,"c":4,"u":"copper_xdmg","p":213,"s":5,"h":1,"n":"Copper"},{"id":14504,"c":4,"u":"copper%20chalice%20with%20silver%20filigree_xdmg","p":215,"s":5,"h":1,"n":"Copper chalice with silver filigree"},{"id":14505,"c":4,"u":"copper%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Copper Dragon Scale Mail"},{"id":14506,"c":4,"u":"coral_xdmg","p":214,"s":5,"h":1,"n":"Coral"},{"id":14507,"c":4,"u":"cotton%20cloth%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"n":"Cotton Cloth (1 sq. yd.)"},{"id":14508,"c":4,"u":"cow_xdmg","p":213,"s":5,"h":1,"n":"Cow"},{"id":14509,"c":4,"u":"crystal%20ball_xdmg","p":245,"s":5,"h":1,"n":"Crystal Ball"},{"id":14510,"c":4,"u":"crystal%20ball%20of%20mind%20reading_xdmg","p":159,"s":5,"h":1,"n":"Crystal Ball of Mind Reading"},{"id":14511,"c":4,"u":"crystal%20ball%20of%20telepathy_xdmg","p":159,"s":5,"h":1,"n":"Crystal Ball of Telepathy"},{"id":14512,"c":4,"u":"crystal%20ball%20of%20true%20seeing_xdmg","p":159,"s":5,"h":1,"n":"Crystal Ball of True Seeing"},{"id":14513,"c":4,"u":"cube%20of%20force_xdmg","p":246,"s":5,"h":1,"n":"Cube of Force"},{"id":14514,"c":4,"u":"cube%20of%20summoning_xdmg","p":247,"s":5,"h":1,"n":"Cube of Summoning"},{"id":14515,"c":4,"u":"cubic%20gate_xdmg","p":247,"s":5,"h":1,"n":"Cubic Gate"},{"id":14516,"c":4,"u":"daern's%20instant%20fortress_xdmg","p":247,"s":5,"h":1,"n":"Daern's Instant Fortress"},{"id":14517,"c":4,"u":"dagger%20of%20venom_xdmg","p":248,"s":5,"h":1,"n":"Dagger of Venom"},{"id":14518,"c":4,"u":"dark%20shard%20amulet_xdmg","p":248,"s":5,"h":1,"n":"Dark Shard Amulet"},{"id":14519,"c":4,"u":"decanter%20of%20endless%20water_xdmg","p":249,"s":5,"h":1,"n":"Decanter of Endless Water"},{"id":14520,"c":4,"u":"deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"n":"Deck of Illusions"},{"id":14521,"c":4,"u":"deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"n":"Deck of Many Things"},{"id":14522,"c":4,"u":"demonomicon%20of%20iggwilv_xdmg","p":252,"s":5,"h":1,"n":"Demonomicon of Iggwilv"},{"id":14523,"c":4,"u":"detailed%2c%20life-sized%20dragonborn%20skull%20cast%20in%20electrum_xdmg","p":215,"s":5,"h":1,"n":"Detailed, life-sized dragonborn skull cast in electrum"},{"id":14524,"c":4,"u":"diamond_xdmg","p":214,"s":5,"h":1,"n":"Diamond"},{"id":14525,"c":4,"u":"dimensional%20shackles_xdmg","p":254,"s":5,"h":1,"n":"Dimensional Shackles"},{"id":14526,"c":4,"u":"dread%20helm_xdmg","p":254,"s":5,"h":1,"n":"Dread Helm"},{"id":14527,"c":4,"u":"driftglobe_xdmg","p":254,"s":5,"h":1,"n":"Driftglobe"},{"id":14528,"c":4,"u":"dust%20of%20disappearance_xdmg","p":255,"s":5,"h":1,"n":"Dust of Disappearance"},{"id":14529,"c":4,"u":"dust%20of%20dryness_xdmg","p":255,"s":5,"h":1,"n":"Dust of Dryness"},{"id":14530,"c":4,"u":"dust%20of%20sneezing%20and%20choking_xdmg","p":255,"s":5,"h":1,"n":"Dust of Sneezing and Choking"},{"id":14531,"c":4,"u":"dwarven%20thrower_xdmg","p":256,"s":5,"h":1,"n":"Dwarven Thrower"},{"id":14532,"c":4,"u":"dynamite%20stick_xdmg","p":73,"s":5,"h":1,"n":"Dynamite Stick"},{"id":14533,"c":4,"u":"ear%20horn%20of%20hearing_xdmg","p":256,"s":5,"h":1,"n":"Ear Horn of Hearing"},{"id":14534,"c":4,"u":"efreeti%20bottle_xdmg","p":256,"s":5,"h":1,"n":"Efreeti Bottle"},{"id":14535,"c":4,"u":"elemental%20gem%2c%20blue%20sapphire_xdmg","p":257,"s":5,"h":1,"n":"Elemental Gem, Blue Sapphire"},{"id":14536,"c":4,"u":"elemental%20gem%2c%20emerald_xdmg","p":257,"s":5,"h":1,"n":"Elemental Gem, Emerald"},{"id":14537,"c":4,"u":"elemental%20gem%2c%20red%20corundum_xdmg","p":257,"s":5,"h":1,"n":"Elemental Gem, Red Corundum"},{"id":14538,"c":4,"u":"elemental%20gem%2c%20yellow%20diamond_xdmg","p":257,"s":5,"h":1,"n":"Elemental Gem, Yellow Diamond"},{"id":14539,"c":4,"u":"elixir%20of%20health_xdmg","p":257,"s":5,"h":1,"n":"Elixir of Health"},{"id":14540,"c":4,"u":"embroidered%20glove%20set%20with%20jewel%20chips_xdmg","p":215,"s":5,"h":1,"n":"Embroidered glove set with jewel chips"},{"id":14541,"c":4,"u":"embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_xdmg","p":215,"s":5,"h":1,"n":"Embroidered silk and velvet mantle set with numerous moonstones"},{"id":14542,"c":4,"u":"embroidered%20silk%20handkerchief_xdmg","p":215,"s":5,"h":1,"n":"Embroidered silk handkerchief"},{"id":14543,"c":4,"u":"emerald_xdmg","p":214,"s":5,"h":1,"n":"Emerald"},{"id":14544,"c":4,"u":"enduring%20spellbook_xdmg","p":257,"s":5,"h":1,"n":"Enduring Spellbook"},{"id":14545,"c":4,"u":"enspelled%20staff%20(cantrip)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Cantrip)"},{"id":14546,"c":4,"u":"enspelled%20staff%20(level%201)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 1)"},{"id":14547,"c":4,"u":"enspelled%20staff%20(level%202)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 2)"},{"id":14548,"c":4,"u":"enspelled%20staff%20(level%203)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 3)"},{"id":14549,"c":4,"u":"enspelled%20staff%20(level%204)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 4)"},{"id":14550,"c":4,"u":"enspelled%20staff%20(level%205)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 5)"},{"id":14551,"c":4,"u":"enspelled%20staff%20(level%206)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 6)"},{"id":14552,"c":4,"u":"enspelled%20staff%20(level%207)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 7)"},{"id":14553,"c":4,"u":"enspelled%20staff%20(level%208)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 8)"},{"id":14554,"c":4,"u":"ersatz%20eye_xdmg","p":259,"s":5,"h":1,"n":"Ersatz Eye"},{"id":14555,"c":4,"u":"essence%20of%20ether_xdmg","p":90,"s":5,"h":1,"n":"Essence of Ether"},{"id":14556,"c":4,"u":"eversmoking%20bottle_xdmg","p":259,"s":5,"h":1,"n":"Eversmoking Bottle"},{"id":14557,"c":4,"u":"eye%20agate_xdmg","p":214,"s":5,"h":1,"n":"Eye Agate"},{"id":14558,"c":4,"u":"eye%20of%20vecna_xdmg","p":259,"s":5,"h":1,"n":"Eye of Vecna"},{"id":14559,"c":4,"u":"eye%20patch%20decorated%20with%20tiny%20blue%20sapphires%20and%20moonstones_xdmg","p":215,"s":5,"h":1,"n":"Eye patch decorated with tiny blue sapphires and moonstones"},{"id":14560,"c":4,"u":"eyes%20of%20charming_xdmg","p":261,"s":5,"h":1,"n":"Eyes of Charming"},{"id":14561,"c":4,"u":"eyes%20of%20minute%20seeing_xdmg","p":261,"s":5,"h":1,"n":"Eyes of Minute Seeing"},{"id":14562,"c":4,"u":"eyes%20of%20the%20eagle_xdmg","p":261,"s":5,"h":1,"n":"Eyes of the Eagle"},{"id":14563,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20bronze%20griffon_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Bronze Griffon"},{"id":14564,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ebony%20fly_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Ebony Fly"},{"id":14565,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20golden%20lions_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Golden Lions"},{"id":14566,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ivory%20goats_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Ivory Goats"},{"id":14567,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20marble%20elephant_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Marble Elephant"},{"id":14568,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20obsidian%20steed_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Obsidian Steed"},{"id":14569,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20onyx%20dog_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Onyx Dog"},{"id":14570,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20serpentine%20owl_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Serpentine Owl"},{"id":14571,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20silver%20raven_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Silver Raven"},{"id":14572,"c":4,"u":"fine%20gold%20chain%20set%20with%20a%20fire%20opal_xdmg","p":215,"s":5,"h":1,"n":"Fine gold chain set with a fire opal"},{"id":14573,"c":4,"u":"fire%20opal_xdmg","p":214,"s":5,"h":1,"n":"Fire Opal"},{"id":14574,"c":4,"u":"flour_xdmg","p":213,"s":5,"h":1,"n":"Flour"},{"id":14575,"c":4,"u":"folding%20boat_xdmg","p":263,"s":5,"h":1,"n":"Folding Boat"},{"id":14576,"c":4,"u":"fragmentation%20grenade_xdmg","p":73,"s":5,"h":1,"n":"Fragmentation Grenade"},{"id":14577,"c":4,"u":"garnet_xdmg","p":214,"s":5,"h":1,"n":"Garnet"},{"id":14578,"c":4,"u":"gauntlets%20of%20ogre%20power_xdmg","p":264,"s":5,"h":1,"n":"Gauntlets of Ogre Power"},{"id":14579,"c":4,"u":"gem%20of%20brightness_xdmg","p":264,"s":5,"h":1,"n":"Gem of Brightness"},{"id":14580,"c":4,"u":"gem%20of%20seeing_xdmg","p":264,"s":5,"h":1,"n":"Gem of Seeing"},{"id":14581,"c":4,"u":"gilded%20royal%20coach%20or%20funeral%20barge_xdmg","p":215,"s":5,"h":1,"n":"Gilded royal coach or funeral barge"},{"id":14582,"c":4,"u":"ginger_xdmg","p":213,"s":5,"h":1,"n":"Ginger"},{"id":14583,"c":4,"u":"glamoured%20studded%20leather_xdmg","p":264,"s":5,"h":1,"n":"Glamoured Studded Leather"},{"id":14584,"c":4,"u":"gloves%20of%20missile%20snaring_xdmg","p":265,"s":5,"h":1,"n":"Gloves of Missile Snaring"},{"id":14585,"c":4,"u":"gloves%20of%20swimming%20and%20climbing_xdmg","p":265,"s":5,"h":1,"n":"Gloves of Swimming and Climbing"},{"id":14586,"c":4,"u":"gloves%20of%20thievery_xdmg","p":265,"s":5,"h":1,"n":"Gloves of Thievery"},{"id":14587,"c":4,"u":"goat_xdmg","p":213,"s":5,"h":1,"n":"Goat"},{"id":14588,"c":4,"u":"goggles%20of%20night_xdmg","p":265,"s":5,"h":1,"n":"Goggles of Night"},{"id":14589,"c":4,"u":"gold_xdmg","p":213,"s":5,"h":1,"n":"Gold"},{"id":14590,"c":4,"u":"gold%20bar%20(5-pound)_xdmg","p":213,"s":5,"h":1,"n":"Gold Bar (5-pound)"},{"id":14591,"c":4,"u":"gold%20birdcage%20with%20electrum%20filigree_xdmg","p":215,"s":5,"h":1,"n":"Gold birdcage with electrum filigree"},{"id":14592,"c":4,"u":"gold%20bracelet_xdmg","p":215,"s":5,"h":1,"n":"Gold bracelet"},{"id":14593,"c":4,"u":"gold%20circlet%20set%20with%20four%20aquamarines_xdmg","p":215,"s":5,"h":1,"n":"Gold circlet set with four aquamarines"},{"id":14594,"c":4,"u":"gold%20comb%20shaped%20like%20a%20dragon%20with%20red%20garnets%20as%20eyes_xdmg","p":215,"s":5,"h":1,"n":"Gold comb shaped like a dragon with red garnets as eyes"},{"id":14595,"c":4,"u":"gold%20cup%20set%20with%20emeralds_xdmg","p":215,"s":5,"h":1,"n":"Gold cup set with emeralds"},{"id":14596,"c":4,"u":"gold%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Gold Dragon Scale Mail"},{"id":14597,"c":4,"u":"gold%20idol_xdmg","p":215,"s":5,"h":1,"n":"Gold idol"},{"id":14598,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree_xdmg","p":215,"s":5,"h":1,"n":"Gold jewelry box with platinum filigree"},{"id":14599,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside_xdmg","p":215,"s":5,"h":1,"n":"Gold locket with a painted portrait inside"},{"id":14600,"c":4,"u":"gold%20music%20box_xdmg","p":215,"s":5,"h":1,"n":"Gold music box"},{"id":14601,"c":4,"u":"gold%20ring%20set%20with%20bloodstones_xdmg","p":215,"s":5,"h":1,"n":"Gold ring set with bloodstones"},{"id":14602,"c":4,"u":"gold%20statuette%20set%20with%20rubies_xdmg","p":215,"s":5,"h":1,"n":"Gold statuette set with rubies"},{"id":14603,"c":4,"u":"green%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Green Dragon Scale Mail"},{"id":14604,"c":4,"u":"grenade%20launcher_xdmg","p":73,"s":5,"h":1,"n":"Grenade Launcher"},{"id":14605,"c":4,"u":"gunpowder%20(keg)_xdmg","p":73,"s":5,"h":1,"n":"Gunpowder (keg)"},{"id":14606,"c":4,"u":"gunpowder%20(powder%20horn)_xdmg","p":73,"s":5,"h":1,"n":"Gunpowder (powder horn)"},{"id":14607,"c":4,"u":"hag%20eye_xdmg","p":265,"s":5,"h":1,"n":"Hag Eye"},{"id":14608,"c":4,"u":"hand%20of%20vecna_xdmg","p":259,"s":5,"h":1,"n":"Hand of Vecna"},{"id":14609,"c":4,"u":"handheld%20mirror%20set%20in%20a%20painted%20wooden%20frame_xdmg","p":215,"s":5,"h":1,"n":"Handheld mirror set in a painted wooden frame"},{"id":14610,"c":4,"u":"hat%20of%20disguise_xdmg","p":266,"s":5,"h":1,"n":"Hat of Disguise"},{"id":14611,"c":4,"u":"hat%20of%20many%20spells_xdmg","p":266,"s":5,"h":1,"n":"Hat of Many Spells"},{"id":14612,"c":4,"u":"hat%20of%20vermin_xdmg","p":267,"s":5,"h":1,"n":"Hat of Vermin"},{"id":14613,"c":4,"u":"hat%20of%20wizardry_xdmg","p":267,"s":5,"h":1,"n":"Hat of Wizardry"},{"id":14614,"c":4,"u":"headband%20of%20intellect_xdmg","p":268,"s":5,"h":1,"n":"Headband of Intellect"},{"id":14615,"c":4,"u":"helm%20of%20brilliance_xdmg","p":268,"s":5,"h":1,"n":"Helm of Brilliance"},{"id":14616,"c":4,"u":"helm%20of%20comprehending%20languages_xdmg","p":268,"s":5,"h":1,"n":"Helm of Comprehending Languages"},{"id":14617,"c":4,"u":"helm%20of%20telepathy_xdmg","p":268,"s":5,"h":1,"n":"Helm of Telepathy"},{"id":14618,"c":4,"u":"helm%20of%20teleportation_xdmg","p":268,"s":5,"h":1,"n":"Helm of Teleportation"},{"id":14619,"c":4,"u":"hematite_xdmg","p":214,"s":5,"h":1,"n":"Hematite"},{"id":14620,"c":4,"u":"heward's%20handy%20haversack_xdmg","p":269,"s":5,"h":1,"n":"Heward's Handy Haversack"},{"id":14621,"c":4,"u":"heward's%20handy%20spice%20pouch_xdmg","p":269,"s":5,"h":1,"n":"Heward's Handy Spice Pouch"},{"id":14622,"c":4,"u":"horn%20of%20blasting_xdmg","p":270,"s":5,"h":1,"n":"Horn of Blasting"},{"id":14623,"c":4,"u":"horn%20of%20silent%20alarm_xdmg","p":270,"s":5,"h":1,"n":"Horn of Silent Alarm"},{"id":14624,"c":4,"u":"horn%20of%20valhalla%2c%20brass_xdmg","p":270,"s":5,"h":1,"n":"Horn of Valhalla, Brass"},{"id":14625,"c":4,"u":"horn%20of%20valhalla%2c%20bronze_xdmg","p":270,"s":5,"h":1,"n":"Horn of Valhalla, Bronze"},{"id":14626,"c":4,"u":"horn%20of%20valhalla%2c%20iron_xdmg","p":270,"s":5,"h":1,"n":"Horn of Valhalla, Iron"},{"id":14627,"c":4,"u":"horn%20of%20valhalla%2c%20silver_xdmg","p":270,"s":5,"h":1,"n":"Horn of Valhalla, Silver"},{"id":14628,"c":4,"u":"horseshoes%20of%20a%20zephyr_xdmg","p":270,"s":5,"h":1,"n":"Horseshoes of a Zephyr"},{"id":14629,"c":4,"u":"horseshoes%20of%20speed_xdmg","p":270,"s":5,"h":1,"n":"Horseshoes of Speed"},{"id":14630,"c":4,"u":"immovable%20rod_xdmg","p":270,"s":5,"h":1,"n":"Immovable Rod"},{"id":14631,"c":4,"u":"instrument%20of%20illusions_xdmg","p":271,"s":5,"h":1,"n":"Instrument of Illusions"},{"id":14632,"c":4,"u":"instrument%20of%20scribing_xdmg","p":271,"s":5,"h":1,"n":"Instrument of Scribing"},{"id":14633,"c":4,"u":"instrument%20of%20the%20bards%2c%20anstruth%20harp_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Anstruth Harp"},{"id":14634,"c":4,"u":"instrument%20of%20the%20bards%2c%20canaith%20mandolin_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Canaith Mandolin"},{"id":14635,"c":4,"u":"instrument%20of%20the%20bards%2c%20cli%20lyre_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Cli Lyre"},{"id":14636,"c":4,"u":"instrument%20of%20the%20bards%2c%20doss%20lute_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Doss Lute"},{"id":14637,"c":4,"u":"instrument%20of%20the%20bards%2c%20fochlucan%20bandore_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Fochlucan Bandore"},{"id":14638,"c":4,"u":"instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Mac-Fuirmidh Cittern"},{"id":14639,"c":4,"u":"instrument%20of%20the%20bards%2c%20ollamh%20harp_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Ollamh Harp"},{"id":14640,"c":4,"u":"ioun%20stone%2c%20absorption_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Absorption"},{"id":14641,"c":4,"u":"ioun%20stone%2c%20agility_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Agility"},{"id":14642,"c":4,"u":"ioun%20stone%2c%20awareness_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Awareness"},{"id":14643,"c":4,"u":"ioun%20stone%2c%20fortitude_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Fortitude"},{"id":14644,"c":4,"u":"ioun%20stone%2c%20greater%20absorption_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Greater Absorption"},{"id":14645,"c":4,"u":"ioun%20stone%2c%20insight_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Insight"},{"id":14646,"c":4,"u":"ioun%20stone%2c%20intellect_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Intellect"},{"id":14647,"c":4,"u":"ioun%20stone%2c%20leadership_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Leadership"},{"id":14648,"c":4,"u":"ioun%20stone%2c%20mastery_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Mastery"},{"id":14649,"c":4,"u":"ioun%20stone%2c%20protection_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Protection"},{"id":14650,"c":4,"u":"ioun%20stone%2c%20regeneration_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Regeneration"},{"id":14651,"c":4,"u":"ioun%20stone%2c%20reserve_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Reserve"},{"id":14652,"c":4,"u":"ioun%20stone%2c%20strength_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Strength"},{"id":14653,"c":4,"u":"ioun%20stone%2c%20sustenance_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Sustenance"},{"id":14654,"c":4,"u":"iron_xdmg","p":213,"s":5,"h":1,"n":"Iron"},{"id":14655,"c":4,"u":"iron%20bands%20of%20bilarro_xdmg","p":274,"s":5,"h":1,"n":"Iron Bands of Bilarro"},{"id":14656,"c":4,"u":"iron%20flask_xdmg","p":274,"s":5,"h":1,"n":"Iron Flask"},{"id":14657,"c":4,"u":"jacinth_xdmg","p":214,"s":5,"h":1,"n":"Jacinth"},{"id":14658,"c":4,"u":"jade_xdmg","p":214,"s":5,"h":1,"n":"Jade"},{"id":14659,"c":4,"u":"jade%20game%20board%20with%20gold%20playing%20pieces_xdmg","p":215,"s":5,"h":1,"n":"Jade game board with gold playing pieces"},{"id":14660,"c":4,"u":"jasper_xdmg","p":214,"s":5,"h":1,"n":"Jasper"},{"id":14661,"c":4,"u":"javelin%20of%20lightning_xdmg","p":275,"s":5,"h":1,"n":"Javelin of Lightning"},{"id":14662,"c":4,"u":"jet_xdmg","p":214,"s":5,"h":1,"n":"Jet"},{"id":14663,"c":4,"u":"jeweled%20anklet_xdmg","p":215,"s":5,"h":1,"n":"Jeweled anklet"},{"id":14664,"c":4,"u":"jeweled%20gold%20crown_xdmg","p":215,"s":5,"h":1,"n":"Jeweled gold crown"},{"id":14665,"c":4,"u":"jeweled%20platinum%20ring_xdmg","p":215,"s":5,"h":1,"n":"Jeweled platinum ring"},{"id":14666,"c":4,"u":"keoghtom's%20ointment_xdmg","p":275,"s":5,"h":1,"n":"Keoghtom's Ointment"},{"id":14667,"c":4,"u":"lantern%20of%20revealing_xdmg","p":275,"s":5,"h":1,"n":"Lantern of Revealing"},{"id":14668,"c":4,"u":"lapis%20lazuli_xdmg","p":214,"s":5,"h":1,"n":"Lapis Lazuli"},{"id":14669,"c":4,"u":"linen%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"n":"Linen (1 sq. yd.)"},{"id":14670,"c":4,"u":"lock%20of%20trickery_xdmg","p":275,"s":5,"h":1,"n":"Lock of Trickery"},{"id":14671,"c":4,"u":"lolth's%20sting_xdmg","p":91,"s":5,"h":1,"n":"Lolth's Sting"},{"id":14672,"c":4,"u":"lute%20of%20thunderous%20thumping_xdmg","p":275,"s":5,"h":1,"n":"Lute of Thunderous Thumping"},{"id":14673,"c":4,"u":"mace%20of%20disruption_xdmg","p":276,"s":5,"h":1,"n":"Mace of Disruption"},{"id":14674,"c":4,"u":"mace%20of%20smiting_xdmg","p":276,"s":5,"h":1,"n":"Mace of Smiting"},{"id":14675,"c":4,"u":"mace%20of%20terror_xdmg","p":276,"s":5,"h":1,"n":"Mace of Terror"},{"id":14676,"c":4,"u":"malachite_xdmg","p":214,"s":5,"h":1,"n":"Malachite"},{"id":14677,"c":4,"u":"malice_xdmg","p":91,"s":5,"h":1,"n":"Malice"},{"id":14678,"c":4,"u":"mantle%20of%20spell%20resistance_xdmg","p":276,"s":5,"h":1,"n":"Mantle of Spell Resistance"},{"id":14679,"c":4,"u":"manual%20of%20bodily%20health_xdmg","p":277,"s":5,"h":1,"n":"Manual of Bodily Health"},{"id":14680,"c":4,"u":"manual%20of%20clay%20golems_xdmg","p":277,"s":5,"h":1,"n":"Manual of Clay Golems"},{"id":14681,"c":4,"u":"manual%20of%20flesh%20golems_xdmg","p":277,"s":5,"h":1,"n":"Manual of Flesh Golems"},{"id":14682,"c":4,"u":"manual%20of%20gainful%20exercise_xdmg","p":277,"s":5,"h":1,"n":"Manual of Gainful Exercise"},{"id":14683,"c":4,"u":"manual%20of%20iron%20golems_xdmg","p":277,"s":5,"h":1,"n":"Manual of Iron Golems"},{"id":14684,"c":4,"u":"manual%20of%20quickness%20of%20action_xdmg","p":278,"s":5,"h":1,"n":"Manual of Quickness of Action"},{"id":14685,"c":4,"u":"manual%20of%20stone%20golems_xdmg","p":277,"s":5,"h":1,"n":"Manual of Stone Golems"},{"id":14686,"c":4,"u":"medallion%20of%20thoughts_xdmg","p":278,"s":5,"h":1,"n":"Medallion of Thoughts"},{"id":14687,"c":4,"u":"midnight%20tears_xdmg","p":91,"s":5,"h":1,"n":"Midnight Tears"},{"id":14688,"c":4,"u":"mirror%20of%20life%20trapping_xdmg","p":278,"s":5,"h":1,"n":"Mirror of Life Trapping"},{"id":14689,"c":4,"u":"moonstone_xdmg","p":214,"s":5,"h":1,"n":"Moonstone"},{"id":14690,"c":4,"u":"moss%20agate_xdmg","p":214,"s":5,"h":1,"n":"Moss Agate"},{"id":14691,"c":4,"u":"mystery%20key_xdmg","p":280,"s":5,"h":1,"n":"Mystery Key"},{"id":14692,"c":4,"u":"nature's%20mantle_xdmg","p":280,"s":5,"h":1,"n":"Nature's Mantle"},{"id":14693,"c":4,"u":"necklace%20of%20adaptation_xdmg","p":280,"s":5,"h":1,"n":"Necklace of Adaptation"},{"id":14694,"c":4,"u":"necklace%20of%20fireballs_xdmg","p":280,"s":5,"h":1,"n":"Necklace of Fireballs"},{"id":14695,"c":4,"u":"necklace%20of%20prayer%20beads_xdmg","p":281,"s":5,"h":1,"n":"Necklace of Prayer Beads"},{"id":14696,"c":4,"u":"necklace%20string%20of%20small%20pink%20pearls_xdmg","p":215,"s":5,"h":1,"n":"Necklace string of small pink pearls"},{"id":14697,"c":4,"u":"nolzur's%20marvelous%20pigments_xdmg","p":281,"s":5,"h":1,"n":"Nolzur's Marvelous Pigments"},{"id":14698,"c":4,"u":"obsidian_xdmg","p":214,"s":5,"h":1,"n":"Obsidian"},{"id":14699,"c":4,"u":"obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_xdmg","p":215,"s":5,"h":1,"n":"Obsidian statuette with gold fittings and inlay"},{"id":14700,"c":4,"u":"oil%20of%20etherealness_xdmg","p":282,"s":5,"h":1,"n":"Oil of Etherealness"},{"id":14701,"c":4,"u":"oil%20of%20sharpness_xdmg","p":282,"s":5,"h":1,"n":"Oil of Sharpness"},{"id":14702,"c":4,"u":"oil%20of%20slipperiness_xdmg","p":283,"s":5,"h":1,"n":"Oil of Slipperiness"},{"id":14703,"c":4,"u":"oil%20of%20taggit_xdmg","p":91,"s":5,"h":1,"n":"Oil of Taggit"},{"id":14704,"c":4,"u":"old%20masterpiece%20painting_xdmg","p":215,"s":5,"h":1,"n":"Old masterpiece painting"},{"id":14705,"c":4,"u":"onyx_xdmg","p":214,"s":5,"h":1,"n":"Onyx"},{"id":14706,"c":4,"u":"opal_xdmg","p":214,"s":5,"h":1,"n":"Opal"},{"id":14707,"c":4,"u":"orb%20of%20direction_xdmg","p":283,"s":5,"h":1,"n":"Orb of Direction"},{"id":14708,"c":4,"u":"orb%20of%20dragonkind_xdmg","p":283,"s":5,"h":1,"n":"Orb of Dragonkind"},{"id":14709,"c":4,"u":"orb%20of%20time_xdmg","p":284,"s":5,"h":1,"n":"Orb of Time"},{"id":14710,"c":4,"u":"ox_xdmg","p":213,"s":5,"h":1,"n":"Ox"},{"id":14711,"c":4,"u":"painted%20gold%20war%20mask_xdmg","p":215,"s":5,"h":1,"n":"Painted gold war mask"},{"id":14712,"c":4,"u":"pair%20of%20engraved%20bone%20dice_xdmg","p":215,"s":5,"h":1,"n":"Pair of engraved bone dice"},{"id":14713,"c":4,"u":"pale%20tincture_xdmg","p":91,"s":5,"h":1,"n":"Pale Tincture"},{"id":14714,"c":4,"u":"pearl_xdmg","p":214,"s":5,"h":1,"n":"Pearl"},{"id":14715,"c":4,"u":"pearl%20of%20power_xdmg","p":284,"s":5,"h":1,"n":"Pearl of Power"},{"id":14716,"c":4,"u":"pepper_xdmg","p":213,"s":5,"h":1,"n":"Pepper"},{"id":14717,"c":4,"u":"perfume%20of%20bewitching_xdmg","p":284,"s":5,"h":1,"n":"Perfume of Bewitching"},{"id":14718,"c":4,"u":"periapt%20of%20health_xdmg","p":284,"s":5,"h":1,"n":"Periapt of Health"},{"id":14719,"c":4,"u":"periapt%20of%20proof%20against%20poison_xdmg","p":284,"s":5,"h":1,"n":"Periapt of Proof against Poison"},{"id":14720,"c":4,"u":"periapt%20of%20wound%20closure_xdmg","p":284,"s":5,"h":1,"n":"Periapt of Wound Closure"},{"id":14721,"c":4,"u":"peridot_xdmg","p":214,"s":5,"h":1,"n":"Peridot"},{"id":14722,"c":4,"u":"philter%20of%20love_xdmg","p":285,"s":5,"h":1,"n":"Philter of Love"},{"id":14723,"c":4,"u":"pig_xdmg","p":213,"s":5,"h":1,"n":"Pig"},{"id":14724,"c":4,"u":"pipe%20of%20smoke%20monsters_xdmg","p":285,"s":5,"h":1,"n":"Pipe of Smoke Monsters"},{"id":14725,"c":4,"u":"pipes%20of%20haunting_xdmg","p":285,"s":5,"h":1,"n":"Pipes of Haunting"},{"id":14726,"c":4,"u":"pipes%20of%20the%20sewers_xdmg","p":285,"s":5,"h":1,"n":"Pipes of the Sewers"},{"id":14727,"c":4,"u":"platinum_xdmg","p":213,"s":5,"h":1,"n":"Platinum"},{"id":14728,"c":4,"u":"platinum%20bracelet%20set%20with%20an%20emerald_xdmg","p":215,"s":5,"h":1,"n":"Platinum bracelet set with an emerald"},{"id":14729,"c":4,"u":"pole%20of%20angling_xdmg","p":286,"s":5,"h":1,"n":"Pole of Angling"},{"id":14730,"c":4,"u":"pole%20of%20collapsing_xdmg","p":286,"s":5,"h":1,"n":"Pole of Collapsing"},{"id":14731,"c":4,"u":"portable%20hole_xdmg","p":286,"s":5,"h":1,"n":"Portable Hole"},{"id":14732,"c":4,"u":"pot%20of%20awakening_xdmg","p":289,"s":5,"h":1,"n":"Pot of Awakening"},{"id":14733,"c":4,"u":"potion%20of%20acid%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Acid Resistance"},{"id":14734,"c":4,"u":"potion%20of%20animal%20friendship_xdmg","p":287,"s":5,"h":1,"n":"Potion of Animal Friendship"},{"id":14735,"c":4,"u":"potion%20of%20clairvoyance_xdmg","p":287,"s":5,"h":1,"n":"Potion of Clairvoyance"},{"id":14736,"c":4,"u":"potion%20of%20climbing_xdmg","p":287,"s":5,"h":1,"n":"Potion of Climbing"},{"id":14737,"c":4,"u":"potion%20of%20cloud%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Cloud Giant Strength"},{"id":14738,"c":4,"u":"potion%20of%20cold%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Cold Resistance"},{"id":14739,"c":4,"u":"potion%20of%20comprehension_xdmg","p":287,"s":5,"h":1,"n":"Potion of Comprehension"},{"id":14740,"c":4,"u":"potion%20of%20diminution_xdmg","p":287,"s":5,"h":1,"n":"Potion of Diminution"},{"id":14741,"c":4,"u":"potion%20of%20fire%20breath_xdmg","p":187,"s":5,"h":1,"n":"Potion of Fire Breath"},{"id":14742,"c":4,"u":"potion%20of%20fire%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Fire Giant Strength"},{"id":14743,"c":4,"u":"potion%20of%20fire%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Fire Resistance"},{"id":14744,"c":4,"u":"potion%20of%20flying_xdmg","p":287,"s":5,"h":1,"n":"Potion of Flying"},{"id":14745,"c":4,"u":"potion%20of%20force%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Force Resistance"},{"id":14746,"c":4,"u":"potion%20of%20frost%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Frost Giant Strength"},{"id":14747,"c":4,"u":"potion%20of%20gaseous%20form_xdmg","p":287,"s":5,"h":1,"n":"Potion of Gaseous Form"},{"id":14748,"c":4,"u":"potion%20of%20greater%20healing_xdmg","p":288,"s":5,"h":1,"n":"Potion of Greater Healing"},{"id":14749,"c":4,"u":"potion%20of%20greater%20invisibility_xdmg","p":288,"s":5,"h":1,"n":"Potion of Greater Invisibility"},{"id":14750,"c":4,"u":"potion%20of%20growth_xdmg","p":288,"s":5,"h":1,"n":"Potion of Growth"},{"id":14751,"c":4,"u":"potion%20of%20healing_xdmg","p":288,"s":5,"h":1,"n":"Potion of Healing"},{"id":14752,"c":4,"u":"potion%20of%20heroism_xdmg","p":288,"s":5,"h":1,"n":"Potion of Heroism"},{"id":14753,"c":4,"u":"potion%20of%20hill%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Hill Giant Strength"},{"id":14754,"c":4,"u":"potion%20of%20invisibility_xdmg","p":288,"s":5,"h":1,"n":"Potion of Invisibility"},{"id":14755,"c":4,"u":"potion%20of%20invulnerability_xdmg","p":288,"s":5,"h":1,"n":"Potion of Invulnerability"},{"id":14756,"c":4,"u":"potion%20of%20lightning%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Lightning Resistance"},{"id":14757,"c":4,"u":"potion%20of%20longevity_xdmg","p":288,"s":5,"h":1,"n":"Potion of Longevity"},{"id":14758,"c":4,"u":"potion%20of%20mind%20reading_xdmg","p":288,"s":5,"h":1,"n":"Potion of Mind Reading"},{"id":14759,"c":4,"u":"potion%20of%20necrotic%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Necrotic Resistance"},{"id":14760,"c":4,"u":"potion%20of%20poison_xdmg","p":288,"s":5,"h":1,"n":"Potion of Poison"},{"id":14761,"c":4,"u":"potion%20of%20poison%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Poison Resistance"},{"id":14762,"c":4,"u":"potion%20of%20psychic%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Psychic Resistance"},{"id":14763,"c":4,"u":"potion%20of%20pugilism_xdmg","p":289,"s":5,"h":1,"n":"Potion of Pugilism"},{"id":14764,"c":4,"u":"potion%20of%20radiant%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Radiant Resistance"},{"id":14765,"c":4,"u":"potion%20of%20speed_xdmg","p":289,"s":5,"h":1,"n":"Potion of Speed"},{"id":14766,"c":4,"u":"potion%20of%20stone%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Stone Giant Strength"},{"id":14767,"c":4,"u":"potion%20of%20storm%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Storm Giant Strength"},{"id":14768,"c":4,"u":"potion%20of%20superior%20healing_xdmg","p":288,"s":5,"h":1,"n":"Potion of Superior Healing"},{"id":14769,"c":4,"u":"potion%20of%20supreme%20healing_xdmg","p":288,"s":5,"h":1,"n":"Potion of Supreme Healing"},{"id":14770,"c":4,"u":"potion%20of%20thunder%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Thunder Resistance"},{"id":14771,"c":4,"u":"potion%20of%20vitality_xdmg","p":289,"s":5,"h":1,"n":"Potion of Vitality"},{"id":14772,"c":4,"u":"potion%20of%20water%20breathing_xdmg","p":289,"s":5,"h":1,"n":"Potion of Water Breathing"},{"id":14773,"c":4,"u":"prosthetic%20limb_xdmg","p":290,"s":5,"h":1,"n":"Prosthetic Limb"},{"id":14774,"c":4,"u":"purple%20worm%20poison_xdmg","p":91,"s":5,"h":1,"n":"Purple Worm Poison"},{"id":14775,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Anchor"},{"id":14776,"c":4,"u":"quaal's%20feather%20token%2c%20bird_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Bird"},{"id":14777,"c":4,"u":"quaal's%20feather%20token%2c%20fan_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Fan"},{"id":14778,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Swan Boat"},{"id":14779,"c":4,"u":"quaal's%20feather%20token%2c%20tree_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Tree"},{"id":14780,"c":4,"u":"quaal's%20feather%20token%2c%20whip_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Whip"},{"id":14781,"c":4,"u":"quarterstaff%20of%20the%20acrobat_xdmg","p":291,"s":5,"h":1,"n":"Quarterstaff of the Acrobat"},{"id":14782,"c":4,"u":"quartz_xdmg","p":214,"s":5,"h":1,"n":"Quartz"},{"id":14783,"c":4,"u":"quiver%20of%20ehlonna_xdmg","p":189,"s":5,"h":1,"n":"Quiver of Ehlonna"},{"id":14784,"c":4,"u":"red%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Red Dragon Scale Mail"},{"id":14785,"c":4,"u":"rhodochrosite_xdmg","p":214,"s":5,"h":1,"n":"Rhodochrosite"},{"id":14786,"c":4,"u":"ring%20of%20acid%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Acid Resistance"},{"id":14787,"c":4,"u":"ring%20of%20animal%20influence_xdmg","p":292,"s":5,"h":1,"n":"Ring of Animal Influence"},{"id":14788,"c":4,"u":"ring%20of%20cold%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Cold Resistance"},{"id":14789,"c":4,"u":"ring%20of%20djinni%20summoning_xdmg","p":292,"s":5,"h":1,"n":"Ring of Djinni Summoning"},{"id":14790,"c":4,"u":"ring%20of%20elemental%20command%20(air)_xdmg","p":292,"s":5,"h":1,"n":"Ring of Elemental Command (Air)"},{"id":14791,"c":4,"u":"ring%20of%20elemental%20command%20(earth)_xdmg","p":292,"s":5,"h":1,"n":"Ring of Elemental Command (Earth)"},{"id":14792,"c":4,"u":"ring%20of%20elemental%20command%20(fire)_xdmg","p":292,"s":5,"h":1,"n":"Ring of Elemental Command (Fire)"},{"id":14793,"c":4,"u":"ring%20of%20elemental%20command%20(water)_xdmg","p":292,"s":5,"h":1,"n":"Ring of Elemental Command (Water)"},{"id":14794,"c":4,"u":"ring%20of%20evasion_xdmg","p":293,"s":5,"h":1,"n":"Ring of Evasion"},{"id":14795,"c":4,"u":"ring%20of%20feather%20falling_xdmg","p":293,"s":5,"h":1,"n":"Ring of Feather Falling"},{"id":14796,"c":4,"u":"ring%20of%20fire%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Fire Resistance"},{"id":14797,"c":4,"u":"ring%20of%20force%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Force Resistance"},{"id":14798,"c":4,"u":"ring%20of%20free%20action_xdmg","p":293,"s":5,"h":1,"n":"Ring of Free Action"},{"id":14799,"c":4,"u":"ring%20of%20invisibility_xdmg","p":293,"s":5,"h":1,"n":"Ring of Invisibility"},{"id":14800,"c":4,"u":"ring%20of%20jumping_xdmg","p":293,"s":5,"h":1,"n":"Ring of Jumping"},{"id":14801,"c":4,"u":"ring%20of%20lightning%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Lightning Resistance"},{"id":14802,"c":4,"u":"ring%20of%20mind%20shielding_xdmg","p":293,"s":5,"h":1,"n":"Ring of Mind Shielding"},{"id":14803,"c":4,"u":"ring%20of%20necrotic%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Necrotic Resistance"},{"id":14804,"c":4,"u":"ring%20of%20poison%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Poison Resistance"},{"id":14805,"c":4,"u":"ring%20of%20protection_xdmg","p":294,"s":5,"h":1,"n":"Ring of Protection"},{"id":14806,"c":4,"u":"ring%20of%20psychic%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Psychic Resistance"},{"id":14807,"c":4,"u":"ring%20of%20radiant%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Radiant Resistance"},{"id":14808,"c":4,"u":"ring%20of%20regeneration_xdmg","p":294,"s":5,"h":1,"n":"Ring of Regeneration"},{"id":14809,"c":4,"u":"ring%20of%20shooting%20stars_xdmg","p":294,"s":5,"h":1,"n":"Ring of Shooting Stars"},{"id":14810,"c":4,"u":"ring%20of%20spell%20storing_xdmg","p":295,"s":5,"h":1,"n":"Ring of Spell Storing"},{"id":14811,"c":4,"u":"ring%20of%20spell%20turning_xdmg","p":295,"s":5,"h":1,"n":"Ring of Spell Turning"},{"id":14812,"c":4,"u":"ring%20of%20swimming_xdmg","p":295,"s":5,"h":1,"n":"Ring of Swimming"},{"id":14813,"c":4,"u":"ring%20of%20telekinesis_xdmg","p":295,"s":5,"h":1,"n":"Ring of Telekinesis"},{"id":14814,"c":4,"u":"ring%20of%20the%20ram_xdmg","p":296,"s":5,"h":1,"n":"Ring of the Ram"},{"id":14815,"c":4,"u":"ring%20of%20three%20wishes_xdmg","p":296,"s":5,"h":1,"n":"Ring of Three Wishes"},{"id":14816,"c":4,"u":"ring%20of%20thunder%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Thunder Resistance"},{"id":14817,"c":4,"u":"ring%20of%20warmth_xdmg","p":296,"s":5,"h":1,"n":"Ring of Warmth"},{"id":14818,"c":4,"u":"ring%20of%20water%20walking_xdmg","p":296,"s":5,"h":1,"n":"Ring of Water Walking"},{"id":14819,"c":4,"u":"ring%20of%20x-ray%20vision_xdmg","p":296,"s":5,"h":1,"n":"Ring of X-ray Vision"},{"id":14820,"c":4,"u":"rival%20coin_xdmg","p":296,"s":5,"h":1,"n":"Rival Coin"},{"id":14821,"c":4,"u":"robe%20of%20eyes_xdmg","p":297,"s":5,"h":1,"n":"Robe of Eyes"},{"id":14822,"c":4,"u":"robe%20of%20scintillating%20colors_xdmg","p":297,"s":5,"h":1,"n":"Robe of Scintillating Colors"},{"id":14823,"c":4,"u":"robe%20of%20stars_xdmg","p":297,"s":5,"h":1,"n":"Robe of Stars"},{"id":14824,"c":4,"u":"robe%20of%20the%20archmagi_xdmg","p":298,"s":5,"h":1,"n":"Robe of the Archmagi"},{"id":14825,"c":4,"u":"robe%20of%20useful%20items_xdmg","p":298,"s":5,"h":1,"n":"Robe of Useful Items"},{"id":14826,"c":4,"u":"rod%20of%20absorption_xdmg","p":299,"s":5,"h":1,"n":"Rod of Absorption"},{"id":14827,"c":4,"u":"rod%20of%20alertness_xdmg","p":299,"s":5,"h":1,"n":"Rod of Alertness"},{"id":14828,"c":4,"u":"rod%20of%20lordly%20might_xdmg","p":300,"s":5,"h":1,"n":"Rod of Lordly Might"},{"id":14829,"c":4,"u":"rod%20of%20resurrection_xdmg","p":301,"s":5,"h":1,"n":"Rod of Resurrection"},{"id":14830,"c":4,"u":"rod%20of%20rulership_xdmg","p":301,"s":5,"h":1,"n":"Rod of Rulership"},{"id":14831,"c":4,"u":"rod%20of%20security_xdmg","p":301,"s":5,"h":1,"n":"Rod of Security"},{"id":14832,"c":4,"u":"rope%20of%20climbing_xdmg","p":301,"s":5,"h":1,"n":"Rope of Climbing"},{"id":14833,"c":4,"u":"rope%20of%20entanglement_xdmg","p":301,"s":5,"h":1,"n":"Rope of Entanglement"},{"id":14834,"c":4,"u":"rope%20of%20mending_xdmg","p":302,"s":5,"h":1,"n":"Rope of Mending"},{"id":14835,"c":4,"u":"ruby_xdmg","p":214,"s":5,"h":1,"n":"Ruby"},{"id":14836,"c":4,"u":"ruby%20of%20the%20war%20mage_xdmg","p":302,"s":5,"h":1,"n":"Ruby of the War Mage"},{"id":14837,"c":4,"u":"saddle%20of%20the%20cavalier_xdmg","p":199,"s":5,"h":1,"n":"Saddle of the Cavalier"},{"id":14838,"c":4,"u":"saffron_xdmg","p":213,"s":5,"h":1,"n":"Saffron"},{"id":14839,"c":4,"u":"salt_xdmg","p":213,"s":5,"h":1,"n":"Salt"},{"id":14840,"c":4,"u":"sardonyx_xdmg","p":214,"s":5,"h":1,"n":"Sardonyx"},{"id":14841,"c":4,"u":"scarab%20of%20protection_xdmg","p":302,"s":5,"h":1,"n":"Scarab of Protection"},{"id":14842,"c":4,"u":"scimitar%20of%20speed_xdmg","p":302,"s":5,"h":1,"n":"Scimitar of Speed"},{"id":14843,"c":4,"u":"scroll%20of%20protection%20(aberrations)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Aberrations)"},{"id":14844,"c":4,"u":"scroll%20of%20protection%20(beasts)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Beasts)"},{"id":14845,"c":4,"u":"scroll%20of%20protection%20(celestials)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Celestials)"},{"id":14846,"c":4,"u":"scroll%20of%20protection%20(constructs)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Constructs)"},{"id":14847,"c":4,"u":"scroll%20of%20protection%20(dragons)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Dragons)"},{"id":14848,"c":4,"u":"scroll%20of%20protection%20(elementals)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Elementals)"},{"id":14849,"c":4,"u":"scroll%20of%20protection%20(fey)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Fey)"},{"id":14850,"c":4,"u":"scroll%20of%20protection%20(fiends)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Fiends)"},{"id":14851,"c":4,"u":"scroll%20of%20protection%20(giants)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Giants)"},{"id":14852,"c":4,"u":"scroll%20of%20protection%20(humanoids)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Humanoids)"},{"id":14853,"c":4,"u":"scroll%20of%20protection%20(monstrosities)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Monstrosities)"},{"id":14854,"c":4,"u":"scroll%20of%20protection%20(oozes)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Oozes)"},{"id":14855,"c":4,"u":"scroll%20of%20protection%20(plants)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Plants)"},{"id":14856,"c":4,"u":"scroll%20of%20protection%20(undead)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Undead)"},{"id":14857,"c":4,"u":"scroll%20of%20titan%20summoning%20(animal%20lord)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Animal Lord)"},{"id":14858,"c":4,"u":"scroll%20of%20titan%20summoning%20(blob%20of%20annihilation)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Blob of Annihilation)"},{"id":14859,"c":4,"u":"scroll%20of%20titan%20summoning%20(colossus)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Colossus)"},{"id":14860,"c":4,"u":"scroll%20of%20titan%20summoning%20(elemental%20cataclysm)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Elemental Cataclysm)"},{"id":14861,"c":4,"u":"scroll%20of%20titan%20summoning%20(empyrean)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Empyrean)"},{"id":14862,"c":4,"u":"scroll%20of%20titan%20summoning%20(kraken)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Kraken)"},{"id":14863,"c":4,"u":"scroll%20of%20titan%20summoning%20(tarrasque)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Tarrasque)"},{"id":14864,"c":4,"u":"sending%20stones_xdmg","p":303,"s":5,"h":1,"n":"Sending Stones"},{"id":14865,"c":4,"u":"sentinel%20shield_xdmg","p":303,"s":5,"h":1,"n":"Sentinel Shield"},{"id":14866,"c":4,"u":"serpent%20venom_xdmg","p":91,"s":5,"h":1,"n":"Serpent Venom"},{"id":14867,"c":4,"u":"set%20of%20gold%20nesting%20dolls_xdmg","p":215,"s":5,"h":1,"n":"Set of gold nesting dolls"},{"id":14868,"c":4,"u":"sheep_xdmg","p":213,"s":5,"h":1,"n":"Sheep"},{"id":14869,"c":4,"u":"shield%20of%20expression_xdmg","p":303,"s":5,"h":1,"n":"Shield of Expression"},{"id":14870,"c":4,"u":"shield%20of%20missile%20attraction_xdmg","p":304,"s":5,"h":1,"n":"Shield of Missile Attraction"},{"id":14871,"c":4,"u":"shield%20of%20the%20cavalier_xdmg","p":304,"s":5,"h":1,"n":"Shield of the Cavalier"},{"id":14872,"c":4,"u":"silk_xdmg","p":213,"s":5,"h":1,"n":"Silk"},{"id":14873,"c":4,"u":"silk%20vestments%20with%20gold%20embroidery_xdmg","p":215,"s":5,"h":1,"n":"Silk vestments with gold embroidery"},{"id":14874,"c":4,"u":"silver_xdmg","p":213,"s":5,"h":1,"n":"Silver"},{"id":14875,"c":4,"u":"silver%20and%20gold%20brooch_xdmg","p":215,"s":5,"h":1,"n":"Silver and gold brooch"},{"id":14876,"c":4,"u":"silver%20bar%20(2-pound)_xdmg","p":213,"s":5,"h":1,"n":"Silver Bar (2-pound)"},{"id":14877,"c":4,"u":"silver%20bar%20(5-pound)_xdmg","p":213,"s":5,"h":1,"n":"Silver Bar (5-pound)"},{"id":14878,"c":4,"u":"silver%20chalice%20set%20with%20moonstones_xdmg","p":215,"s":5,"h":1,"n":"Silver chalice set with moonstones"},{"id":14879,"c":4,"u":"silver%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Silver Dragon Scale Mail"},{"id":14880,"c":4,"u":"silver%20ewer_xdmg","p":215,"s":5,"h":1,"n":"Silver ewer"},{"id":14881,"c":4,"u":"silver%20necklace%20with%20a%20gemstone%20pendant_xdmg","p":215,"s":5,"h":1,"n":"Silver necklace with a gemstone pendant"},{"id":14882,"c":4,"u":"slippers%20of%20spider%20climbing_xdmg","p":304,"s":5,"h":1,"n":"Slippers of Spider Climbing"},{"id":14883,"c":4,"u":"smoke%20grenade_xdmg","p":73,"s":5,"h":1,"n":"Smoke Grenade"},{"id":14884,"c":4,"u":"sovereign%20glue_xdmg","p":305,"s":5,"h":1,"n":"Sovereign Glue"},{"id":14885,"c":4,"u":"spell%20scroll%20(cantrip)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Cantrip)"},{"id":14886,"c":4,"u":"spell%20scroll%20(level%201)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 1)"},{"id":14887,"c":4,"u":"spell%20scroll%20(level%202)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 2)"},{"id":14888,"c":4,"u":"spell%20scroll%20(level%203)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 3)"},{"id":14889,"c":4,"u":"spell%20scroll%20(level%204)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 4)"},{"id":14890,"c":4,"u":"spell%20scroll%20(level%205)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 5)"},{"id":14891,"c":4,"u":"spell%20scroll%20(level%206)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 6)"},{"id":14892,"c":4,"u":"spell%20scroll%20(level%207)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 7)"},{"id":14893,"c":4,"u":"spell%20scroll%20(level%208)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 8)"},{"id":14894,"c":4,"u":"spell%20scroll%20(level%209)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 9)"},{"id":14895,"c":4,"u":"spellguard%20shield_xdmg","p":305,"s":5,"h":1,"n":"Spellguard Shield"},{"id":14896,"c":4,"u":"sphere%20of%20annihilation_xdmg","p":306,"s":5,"h":1,"n":"Sphere of Annihilation"},{"id":14897,"c":4,"u":"spinel_xdmg","p":214,"s":5,"h":1,"n":"Spinel"},{"id":14898,"c":4,"u":"spirit%20board_xdmg","p":306,"s":5,"h":1,"n":"Spirit Board"},{"id":14899,"c":4,"u":"staff%20of%20adornment_xdmg","p":306,"s":5,"h":1,"n":"Staff of Adornment"},{"id":14900,"c":4,"u":"staff%20of%20birdcalls_xdmg","p":307,"s":5,"h":1,"n":"Staff of Birdcalls"},{"id":14901,"c":4,"u":"staff%20of%20charming_xdmg","p":307,"s":5,"h":1,"n":"Staff of Charming"},{"id":14902,"c":4,"u":"staff%20of%20fire_xdmg","p":307,"s":5,"h":1,"n":"Staff of Fire"},{"id":14903,"c":4,"u":"staff%20of%20flowers_xdmg","p":308,"s":5,"h":1,"n":"Staff of Flowers"},{"id":14904,"c":4,"u":"staff%20of%20frost_xdmg","p":308,"s":5,"h":1,"n":"Staff of Frost"},{"id":14905,"c":4,"u":"staff%20of%20healing_xdmg","p":308,"s":5,"h":1,"n":"Staff of Healing"},{"id":14906,"c":4,"u":"staff%20of%20power_xdmg","p":308,"s":5,"h":1,"n":"Staff of Power"},{"id":14907,"c":4,"u":"staff%20of%20striking_xdmg","p":309,"s":5,"h":1,"n":"Staff of Striking"},{"id":14908,"c":4,"u":"staff%20of%20swarming%20insects_xdmg","p":309,"s":5,"h":1,"n":"Staff of Swarming Insects"},{"id":14909,"c":4,"u":"staff%20of%20the%20adder_xdmg","p":310,"s":5,"h":1,"n":"Staff of the Adder"},{"id":14910,"c":4,"u":"staff%20of%20the%20magi_xdmg","p":310,"s":5,"h":1,"n":"Staff of the Magi"},{"id":14911,"c":4,"u":"staff%20of%20the%20python_xdmg","p":311,"s":5,"h":1,"n":"Staff of the Python"},{"id":14912,"c":4,"u":"staff%20of%20the%20woodlands_xdmg","p":311,"s":5,"h":1,"n":"Staff of the Woodlands"},{"id":14913,"c":4,"u":"staff%20of%20thunder%20and%20lightning_xdmg","p":311,"s":5,"h":1,"n":"Staff of Thunder and Lightning"},{"id":14914,"c":4,"u":"staff%20of%20withering_xdmg","p":312,"s":5,"h":1,"n":"Staff of Withering"},{"id":14915,"c":4,"u":"star%20rose%20quartz_xdmg","p":214,"s":5,"h":1,"n":"Star rose quartz"},{"id":14916,"c":4,"u":"star%20ruby_xdmg","p":214,"s":5,"h":1,"n":"Star Ruby"},{"id":14917,"c":4,"u":"star%20sapphire_xdmg","p":214,"s":5,"h":1,"n":"Star Sapphire"},{"id":14918,"c":4,"u":"stone%20of%20controlling%20earth%20elementals_xdmg","p":312,"s":5,"h":1,"n":"Stone of Controlling Earth Elementals"},{"id":14919,"c":4,"u":"stone%20of%20good%20luck_xdmg","p":312,"s":5,"h":1,"n":"Stone of Good Luck"},{"id":14920,"c":4,"u":"stone%20of%20good%20luck_xdmg","p":312,"s":5,"h":1,"n":"Luckstone"},{"id":14921,"c":4,"u":"sun%20blade_xdmg","p":312,"s":5,"h":1,"n":"Sun Blade"},{"id":14922,"c":4,"u":"sword%20of%20answering_xdmg","p":313,"s":5,"h":1,"n":"Sword of Answering"},{"id":14923,"c":4,"u":"sword%20of%20kas_xdmg","p":313,"s":5,"h":1,"n":"Sword of Kas"},{"id":14924,"c":4,"u":"talisman%20of%20pure%20good_xdmg","p":314,"s":5,"h":1,"n":"Talisman of Pure Good"},{"id":14925,"c":4,"u":"talisman%20of%20the%20sphere_xdmg","p":315,"s":5,"h":1,"n":"Talisman of the Sphere"},{"id":14926,"c":4,"u":"talisman%20of%20ultimate%20evil_xdmg","p":315,"s":5,"h":1,"n":"Talisman of Ultimate Evil"},{"id":14927,"c":4,"u":"talking%20doll_xdmg","p":315,"s":5,"h":1,"n":"Talking Doll"},{"id":14928,"c":4,"u":"tankard%20of%20sobriety_xdmg","p":315,"s":5,"h":1,"n":"Tankard of Sobriety"},{"id":14929,"c":4,"u":"tentacle%20rod_xdmg","p":316,"s":5,"h":1,"n":"Tentacle Rod"},{"id":14930,"c":4,"u":"thunderous%20greatclub_xdmg","p":316,"s":5,"h":1,"n":"Thunderous Greatclub"},{"id":14931,"c":4,"u":"tiger%20eye_xdmg","p":214,"s":5,"h":1,"n":"Tiger Eye"},{"id":14932,"c":4,"u":"tome%20of%20clear%20thought_xdmg","p":317,"s":5,"h":1,"n":"Tome of Clear Thought"},{"id":14933,"c":4,"u":"tome%20of%20leadership%20and%20influence_xdmg","p":317,"s":5,"h":1,"n":"Tome of Leadership and Influence"},{"id":14934,"c":4,"u":"tome%20of%20the%20stilled%20tongue_xdmg","p":208,"s":5,"h":1,"n":"Tome of the Stilled Tongue"},{"id":14935,"c":4,"u":"tome%20of%20understanding_xdmg","p":317,"s":5,"h":1,"n":"Tome of Understanding"},{"id":14936,"c":4,"u":"topaz_xdmg","p":214,"s":5,"h":1,"n":"Topaz"},{"id":14937,"c":4,"u":"torpor_xdmg","p":91,"s":5,"h":1,"n":"Torpor"},{"id":14938,"c":4,"u":"tourmaline_xdmg","p":214,"s":5,"h":1,"n":"Tourmaline"},{"id":14939,"c":4,"u":"trident%20of%20fish%20command_xdmg","p":317,"s":5,"h":1,"n":"Trident of Fish Command"},{"id":14940,"c":4,"u":"truth%20serum_xdmg","p":91,"s":5,"h":1,"n":"Truth Serum"},{"id":14941,"c":4,"u":"turquoise_xdmg","p":214,"s":5,"h":1,"n":"Turquoise"},{"id":14942,"c":4,"u":"universal%20solvent_xdmg","p":318,"s":5,"h":1,"n":"Universal Solvent"},{"id":14943,"c":4,"u":"veteran's%20cane_xdmg","p":318,"s":5,"h":1,"n":"Veteran's Cane"},{"id":14944,"c":4,"u":"wand%20of%20binding_xdmg","p":318,"s":5,"h":1,"n":"Wand of Binding"},{"id":14945,"c":4,"u":"wand%20of%20conducting_xdmg","p":319,"s":5,"h":1,"n":"Wand of Conducting"},{"id":14946,"c":4,"u":"wand%20of%20enemy%20detection_xdmg","p":319,"s":5,"h":1,"n":"Wand of Enemy Detection"},{"id":14947,"c":4,"u":"wand%20of%20fear_xdmg","p":319,"s":5,"h":1,"n":"Wand of Fear"},{"id":14948,"c":4,"u":"wand%20of%20fireballs_xdmg","p":319,"s":5,"h":1,"n":"Wand of Fireballs"},{"id":14949,"c":4,"u":"wand%20of%20lightning%20bolts_xdmg","p":320,"s":5,"h":1,"n":"Wand of Lightning Bolts"},{"id":14950,"c":4,"u":"wand%20of%20magic%20detection_xdmg","p":320,"s":5,"h":1,"n":"Wand of Magic Detection"},{"id":14951,"c":4,"u":"wand%20of%20magic%20missiles_xdmg","p":320,"s":5,"h":1,"n":"Wand of Magic Missiles"},{"id":14952,"c":4,"u":"wand%20of%20orcus_xdmg","p":320,"s":5,"h":1,"n":"Wand of Orcus"},{"id":14953,"c":4,"u":"wand%20of%20paralysis_xdmg","p":321,"s":5,"h":1,"n":"Wand of Paralysis"},{"id":14954,"c":4,"u":"wand%20of%20polymorph_xdmg","p":321,"s":5,"h":1,"n":"Wand of Polymorph"},{"id":14955,"c":4,"u":"wand%20of%20pyrotechnics_xdmg","p":321,"s":5,"h":1,"n":"Wand of Pyrotechnics"},{"id":14956,"c":4,"u":"wand%20of%20secrets_xdmg","p":322,"s":5,"h":1,"n":"Wand of Secrets"},{"id":14957,"c":4,"u":"wand%20of%20web_xdmg","p":322,"s":5,"h":1,"n":"Wand of Web"},{"id":14958,"c":4,"u":"wand%20of%20wonder_xdmg","p":322,"s":5,"h":1,"n":"Wand of Wonder"},{"id":14959,"c":4,"u":"wave_xdmg","p":323,"s":5,"h":1,"n":"Wave"},{"id":14960,"c":4,"u":"well%20of%20many%20worlds_xdmg","p":324,"s":5,"h":1,"n":"Well of Many Worlds"},{"id":14961,"c":4,"u":"well-made%20tapestry%20that%20is%2010%20feet%20by%2010%20feet_xdmg","p":215,"s":5,"h":1,"n":"Well-made tapestry that is 10 feet by 10 feet"},{"id":14962,"c":4,"u":"wheat_xdmg","p":213,"s":5,"h":1,"n":"Wheat"},{"id":14963,"c":4,"u":"whelm_xdmg","p":324,"s":5,"h":1,"n":"Whelm"},{"id":14964,"c":4,"u":"white%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"White Dragon Scale Mail"},{"id":14965,"c":4,"u":"wind%20fan_xdmg","p":213,"s":5,"h":1,"n":"Wind Fan"},{"id":14966,"c":4,"u":"winged%20boots_xdmg","p":325,"s":5,"h":1,"n":"Winged Boots"},{"id":14967,"c":4,"u":"wings%20of%20flying_xdmg","p":324,"s":5,"h":1,"n":"Wings of Flying"},{"id":14968,"c":4,"u":"wyvern%20poison_xdmg","p":91,"s":5,"h":1,"n":"Wyvern Poison"},{"id":14969,"c":4,"u":"yellow%20sapphire_xdmg","p":214,"s":5,"h":1,"n":"Yellow Sapphire"},{"id":14970,"c":4,"u":"zircon_xdmg","p":214,"s":5,"h":1,"n":"Zircon"},{"id":14971,"c":4,"u":"bead%20of%20nourishment_xge","p":136,"s":6,"h":1,"n":"Bead of Nourishment"},{"id":14972,"c":4,"u":"bead%20of%20refreshment_xge","p":136,"s":6,"h":1,"n":"Bead of Refreshment"},{"id":14973,"c":4,"u":"boots%20of%20false%20tracks_xge","p":136,"s":6,"h":1,"n":"Boots of False Tracks"},{"id":14974,"c":4,"u":"candle%20of%20the%20deep_xge","p":136,"s":6,"h":1,"n":"Candle of the Deep"},{"id":14975,"c":4,"u":"charlatan's%20die_xge","p":136,"s":6,"h":1,"n":"Charlatan's Die"},{"id":14976,"c":4,"u":"cloak%20of%20billowing_xge","p":136,"s":6,"h":1,"n":"Cloak of Billowing"},{"id":14977,"c":4,"u":"cloak%20of%20many%20fashions_xge","p":136,"s":6,"h":1,"n":"Cloak of Many Fashions"},{"id":14978,"c":4,"u":"clockwork%20amulet_xge","p":137,"s":6,"h":1,"n":"Clockwork Amulet"},{"id":14979,"c":4,"u":"clothes%20of%20mending_xge","p":137,"s":6,"h":1,"n":"Clothes of Mending"},{"id":14980,"c":4,"u":"dark%20shard%20amulet_xge","p":137,"s":6,"h":1,"n":"Dark Shard Amulet"},{"id":14981,"c":4,"u":"dread%20helm_xge","p":137,"s":6,"h":1,"n":"Dread Helm"},{"id":14982,"c":4,"u":"ear%20horn%20of%20hearing_xge","p":137,"s":6,"h":1,"n":"Ear Horn of Hearing"},{"id":14983,"c":4,"u":"enduring%20spellbook_xge","p":137,"s":6,"h":1,"n":"Enduring Spellbook"},{"id":14984,"c":4,"u":"ersatz%20eye_xge","p":137,"s":6,"h":1,"n":"Ersatz Eye"},{"id":14985,"c":4,"u":"hat%20of%20vermin_xge","p":137,"s":6,"h":1,"n":"Hat of Vermin"},{"id":14986,"c":4,"u":"hat%20of%20wizardry_xge","p":137,"s":6,"h":1,"n":"Hat of Wizardry"},{"id":14987,"c":4,"u":"heward's%20handy%20spice%20pouch_xge","p":137,"s":6,"h":1,"n":"Heward's Handy Spice Pouch"},{"id":14988,"c":4,"u":"horn%20of%20silent%20alarm_xge","p":137,"s":6,"h":1,"n":"Horn of Silent Alarm"},{"id":14989,"c":4,"u":"instrument%20of%20illusions_xge","p":137,"s":6,"h":1,"n":"Instrument of Illusions"},{"id":14990,"c":4,"u":"instrument%20of%20scribing_xge","p":138,"s":6,"h":1,"n":"Instrument of Scribing"},{"id":14991,"c":4,"u":"lock%20of%20trickery_xge","p":138,"s":6,"h":1,"n":"Lock of Trickery"},{"id":14992,"c":4,"u":"mystery%20key_xge","p":138,"s":6,"h":1,"n":"Mystery Key"},{"id":14993,"c":4,"u":"orb%20of%20direction_xge","p":138,"s":6,"h":1,"n":"Orb of Direction"},{"id":14994,"c":4,"u":"orb%20of%20time_xge","p":138,"s":6,"h":1,"n":"Orb of Time"},{"id":14995,"c":4,"u":"perfume%20of%20bewitching_xge","p":138,"s":6,"h":1,"n":"Perfume of Bewitching"},{"id":14996,"c":4,"u":"pipe%20of%20smoke%20monsters_xge","p":138,"s":6,"h":1,"n":"Pipe of Smoke Monsters"},{"id":14997,"c":4,"u":"pole%20of%20angling_xge","p":138,"s":6,"h":1,"n":"Pole of Angling"},{"id":14998,"c":4,"u":"pole%20of%20collapsing_xge","p":138,"s":6,"h":1,"n":"Pole of Collapsing"},{"id":14999,"c":4,"u":"pot%20of%20awakening_xge","p":138,"s":6,"h":1,"n":"Pot of Awakening"},{"id":15000,"c":4,"u":"rope%20of%20mending_xge","p":138,"s":6,"h":1,"n":"Rope of Mending"},{"id":15001,"c":4,"u":"ruby%20of%20the%20war%20mage_xge","p":138,"s":6,"h":1,"n":"Ruby of the War Mage"},{"id":15002,"c":4,"u":"shield%20of%20expression_xge","p":139,"s":6,"h":1,"n":"Shield of Expression"},{"id":15003,"c":4,"u":"staff%20of%20adornment_xge","p":139,"s":6,"h":1,"n":"Staff of Adornment"},{"id":15004,"c":4,"u":"staff%20of%20birdcalls_xge","p":139,"s":6,"h":1,"n":"Staff of Birdcalls"},{"id":15005,"c":4,"u":"staff%20of%20flowers_xge","p":139,"s":6,"h":1,"n":"Staff of Flowers"},{"id":15006,"c":4,"u":"talking%20doll_xge","p":139,"s":6,"h":1,"n":"Talking Doll"},{"id":15007,"c":4,"u":"tankard%20of%20sobriety_xge","p":139,"s":6,"h":1,"n":"Tankard of Sobriety"},{"id":15008,"c":4,"u":"unbreakable%20arrow_xge","p":139,"s":6,"h":1,"n":"Unbreakable Arrow"},{"id":15009,"c":4,"u":"veteran's%20cane_xge","p":139,"s":6,"h":1,"n":"Veteran's Cane"},{"id":15010,"c":4,"u":"wand%20of%20conducting_xge","p":140,"s":6,"h":1,"n":"Wand of Conducting"},{"id":15011,"c":4,"u":"wand%20of%20pyrotechnics_xge","p":140,"s":6,"h":1,"n":"Wand of Pyrotechnics"},{"id":15012,"c":4,"u":"wand%20of%20scowls_xge","p":140,"s":6,"h":1,"n":"Wand of Scowls"},{"id":15013,"c":4,"u":"wand%20of%20smiles_xge","p":140,"s":6,"h":1,"n":"Wand of Smiles"},{"id":15014,"c":4,"u":"command%20amulet_xmm","p":277,"s":7,"h":1,"n":"Command Amulet"},{"id":15015,"c":4,"u":"acid_xphb","p":222,"s":8,"h":1,"n":"Acid"},{"id":15016,"c":4,"u":"airship_xphb","p":230,"s":8,"h":1,"n":"Airship"},{"id":15017,"c":4,"u":"alchemist's%20fire_xphb","p":222,"s":8,"h":1,"n":"Alchemist's Fire"},{"id":15018,"c":4,"u":"alchemist's%20supplies_xphb","p":220,"s":8,"h":1,"n":"Alchemist's Supplies"},{"id":15019,"c":4,"u":"ale%20(mug)_xphb","p":231,"s":8,"h":1,"n":"Ale (mug)"},{"id":15020,"c":4,"u":"amulet_xphb","p":226,"s":8,"h":1,"n":"Amulet"},{"id":15021,"c":4,"u":"antitoxin_xphb","p":222,"s":8,"h":1,"n":"Antitoxin"},{"id":15022,"c":4,"u":"backpack_xphb","p":224,"s":8,"h":1,"n":"Backpack"},{"id":15023,"c":4,"u":"ball%20bearings_xphb","p":224,"s":8,"h":1,"n":"Ball Bearings"},{"id":15024,"c":4,"u":"barrel_xphb","p":224,"s":8,"h":1,"n":"Barrel"},{"id":15025,"c":4,"u":"basic%20poison_xphb","p":227,"s":8,"h":1,"n":"Basic Poison"},{"id":15026,"c":4,"u":"basket_xphb","p":224,"s":8,"h":1,"n":"Basket"},{"id":15027,"c":4,"u":"bedroll_xphb","p":224,"s":8,"h":1,"n":"Bedroll"},{"id":15028,"c":4,"u":"bell_xphb","p":224,"s":8,"h":1,"n":"Bell"},{"id":15029,"c":4,"u":"blanket_xphb","p":224,"s":8,"h":1,"n":"Blanket"},{"id":15030,"c":4,"u":"block%20and%20tackle_xphb","p":224,"s":8,"h":1,"n":"Block and Tackle"},{"id":15031,"c":4,"u":"book_xphb","p":224,"s":8,"h":1,"n":"Book"},{"id":15032,"c":4,"u":"bread%20(loaf)_xphb","p":231,"s":8,"h":1,"n":"Bread (loaf)"},{"id":15033,"c":4,"u":"brewer's%20supplies_xphb","p":220,"s":8,"h":1,"n":"Brewer's Supplies"},{"id":15034,"c":4,"u":"bucket_xphb","p":224,"s":8,"h":1,"n":"Bucket"},{"id":15035,"c":4,"u":"bullseye%20lantern_xphb","p":226,"s":8,"h":1,"n":"Bullseye Lantern"},{"id":15036,"c":4,"u":"burglar's%20pack_xphb","p":224,"s":8,"h":1,"n":"Burglar's Pack"},{"id":15037,"c":4,"u":"calligrapher's%20supplies_xphb","p":220,"s":8,"h":1,"n":"Calligrapher's Supplies"},{"id":15038,"c":4,"u":"caltrops_xphb","p":224,"s":8,"h":1,"n":"Caltrops"},{"id":15039,"c":4,"u":"camel_xphb","p":229,"s":8,"h":1,"n":"Camel"},{"id":15040,"c":4,"u":"candle_xphb","p":224,"s":8,"h":1,"n":"Candle"},{"id":15041,"c":4,"u":"carpenter's%20tools_xphb","p":220,"s":8,"h":1,"n":"Carpenter's Tools"},{"id":15042,"c":4,"u":"carriage_xphb","p":230,"s":8,"h":1,"n":"Carriage"},{"id":15043,"c":4,"u":"cart_xphb","p":230,"s":8,"h":1,"n":"Cart"},{"id":15044,"c":4,"u":"cartographer's%20tools_xphb","p":220,"s":8,"h":1,"n":"Cartographer's Tools"},{"id":15045,"c":4,"u":"chain_xphb","p":224,"s":8,"h":1,"n":"Chain"},{"id":15046,"c":4,"u":"chariot_xphb","p":230,"s":8,"h":1,"n":"Chariot"},{"id":15047,"c":4,"u":"cheese%20(wedge)_xphb","p":231,"s":8,"h":1,"n":"Cheese (wedge)"},{"id":15048,"c":4,"u":"chest_xphb","p":225,"s":8,"h":1,"n":"Chest"},{"id":15049,"c":4,"u":"climber's%20kit_xphb","p":225,"s":8,"h":1,"n":"Climber's Kit"},{"id":15050,"c":4,"u":"cobbler's%20tools_xphb","p":220,"s":8,"h":1,"n":"Cobbler's Tools"},{"id":15051,"c":4,"u":"common%20wine%20(bottle)_xphb","p":231,"s":8,"h":1,"n":"Common Wine (bottle)"},{"id":15052,"c":4,"u":"component%20pouch_xphb","p":225,"s":8,"h":1,"n":"Component Pouch"},{"id":15053,"c":4,"u":"cook's%20utensils_xphb","p":220,"s":8,"h":1,"n":"Cook's Utensils"},{"id":15054,"c":4,"u":"costume_xphb","p":225,"s":8,"h":1,"n":"Costume"},{"id":15055,"c":4,"u":"crossbow%20bolt%20case_xphb","p":224,"s":8,"h":1,"n":"Crossbow Bolt Case"},{"id":15056,"c":4,"u":"crowbar_xphb","p":225,"s":8,"h":1,"n":"Crowbar"},{"id":15057,"c":4,"u":"dice%20set_xphb","p":221,"s":8,"h":1,"n":"Dice Set"},{"id":15058,"c":4,"u":"diplomat's%20pack_xphb","p":225,"s":8,"h":1,"n":"Diplomat's Pack"},{"id":15059,"c":4,"u":"disguise%20kit_xphb","p":221,"s":8,"h":1,"n":"Disguise Kit"},{"id":15060,"c":4,"u":"draft%20horse_xphb","p":229,"s":8,"h":1,"n":"Draft Horse"},{"id":15061,"c":4,"u":"dragonchess%20set_xphb","p":221,"s":8,"h":1,"n":"Dragonchess Set"},{"id":15062,"c":4,"u":"dungeoneer's%20pack_xphb","p":225,"s":8,"h":1,"n":"Dungeoneer's Pack"},{"id":15063,"c":4,"u":"elephant_xphb","p":229,"s":8,"h":1,"n":"Elephant"},{"id":15064,"c":4,"u":"emblem_xphb","p":226,"s":8,"h":1,"n":"Emblem"},{"id":15065,"c":4,"u":"entertainer's%20pack_xphb","p":225,"s":8,"h":1,"n":"Entertainer's Pack"},{"id":15066,"c":4,"u":"exotic%20saddle_xphb","p":230,"s":8,"h":1,"n":"Exotic Saddle"},{"id":15067,"c":4,"u":"explorer's%20pack_xphb","p":225,"s":8,"h":1,"n":"Explorer's Pack"},{"id":15068,"c":4,"u":"feed%20(per%20day)_xphb","p":230,"s":8,"h":1,"n":"Feed (per day)"},{"id":15069,"c":4,"u":"fine%20clothes_xphb","p":225,"s":8,"h":1,"n":"Fine Clothes"},{"id":15070,"c":4,"u":"fine%20wine%20(bottle)_xphb","p":231,"s":8,"h":1,"n":"Fine Wine (bottle)"},{"id":15071,"c":4,"u":"flask_xphb","p":225,"s":8,"h":1,"n":"Flask"},{"id":15072,"c":4,"u":"forgery%20kit_xphb","p":221,"s":8,"h":1,"n":"Forgery Kit"},{"id":15073,"c":4,"u":"galley_xphb","p":230,"s":8,"h":1,"n":"Galley"},{"id":15074,"c":4,"u":"glass%20bottle_xphb","p":224,"s":8,"h":1,"n":"Glass Bottle"},{"id":15075,"c":4,"u":"glassblower's%20tools_xphb","p":220,"s":8,"h":1,"n":"Glassblower's Tools"},{"id":15076,"c":4,"u":"grappling%20hook_xphb","p":225,"s":8,"h":1,"n":"Grappling Hook"},{"id":15077,"c":4,"u":"healer's%20kit_xphb","p":225,"s":8,"h":1,"n":"Healer's Kit"},{"id":15078,"c":4,"u":"herbalism%20kit_xphb","p":221,"s":8,"h":1,"n":"Herbalism Kit"},{"id":15079,"c":4,"u":"holy%20water_xphb","p":226,"s":8,"h":1,"n":"Holy Water"},{"id":15080,"c":4,"u":"hooded%20lantern_xphb","p":226,"s":8,"h":1,"n":"Hooded Lantern"},{"id":15081,"c":4,"u":"hunting%20trap_xphb","p":226,"s":8,"h":1,"n":"Hunting Trap"},{"id":15082,"c":4,"u":"ink_xphb","p":226,"s":8,"h":1,"n":"Ink"},{"id":15083,"c":4,"u":"ink%20pen_xphb","p":226,"s":8,"h":1,"n":"Ink Pen"},{"id":15084,"c":4,"u":"iron%20pot_xphb","p":228,"s":8,"h":1,"n":"Iron Pot"},{"id":15085,"c":4,"u":"iron%20spike_xphb","p":228,"s":8,"h":1,"n":"Iron Spike"},{"id":15086,"c":4,"u":"iron%20spikes_xphb","p":228,"s":8,"h":1,"n":"Iron Spikes"},{"id":15087,"c":4,"u":"jeweler's%20tools_xphb","p":220,"s":8,"h":1,"n":"Jeweler's Tools"},{"id":15088,"c":4,"u":"jug_xphb","p":226,"s":8,"h":1,"n":"Jug"},{"id":15089,"c":4,"u":"keelboat_xphb","p":230,"s":8,"h":1,"n":"Keelboat"},{"id":15090,"c":4,"u":"ladder_xphb","p":226,"s":8,"h":1,"n":"Ladder"},{"id":15091,"c":4,"u":"lamp_xphb","p":226,"s":8,"h":1,"n":"Lamp"},{"id":15092,"c":4,"u":"leatherworker's%20tools_xphb","p":221,"s":8,"h":1,"n":"Leatherworker's Tools"},{"id":15093,"c":4,"u":"lock_xphb","p":226,"s":8,"h":1,"n":"Lock"},{"id":15094,"c":4,"u":"longship_xphb","p":230,"s":8,"h":1,"n":"Longship"},{"id":15095,"c":4,"u":"magnifying%20glass_xphb","p":226,"s":8,"h":1,"n":"Magnifying Glass"},{"id":15096,"c":4,"u":"manacles_xphb","p":226,"s":8,"h":1,"n":"Manacles"},{"id":15097,"c":4,"u":"map_xphb","p":227,"s":8,"h":1,"n":"Map"},{"id":15098,"c":4,"u":"map%20or%20scroll%20case_xphb","p":224,"s":8,"h":1,"n":"Map or Scroll Case"},{"id":15099,"c":4,"u":"mason's%20tools_xphb","p":221,"s":8,"h":1,"n":"Mason's Tools"},{"id":15100,"c":4,"u":"mastiff_xphb","p":229,"s":8,"h":1,"n":"Mastiff"},{"id":15101,"c":4,"u":"military%20saddle_xphb","p":230,"s":8,"h":1,"n":"Military Saddle"},{"id":15102,"c":4,"u":"mirror_xphb","p":227,"s":8,"h":1,"n":"Mirror"},{"id":15103,"c":4,"u":"mule_xphb","p":229,"s":8,"h":1,"n":"Mule"},{"id":15104,"c":4,"u":"navigator's%20tools_xphb","p":221,"s":8,"h":1,"n":"Navigator's Tools"},{"id":15105,"c":4,"u":"net_xphb","p":227,"s":8,"h":1,"n":"Net"},{"id":15106,"c":4,"u":"oil_xphb","p":227,"s":8,"h":1,"n":"Oil"},{"id":15107,"c":4,"u":"painter's%20supplies_xphb","p":221,"s":8,"h":1,"n":"Painter's Supplies"},{"id":15108,"c":4,"u":"paper_xphb","p":227,"s":8,"h":1,"n":"Paper"},{"id":15109,"c":4,"u":"parchment_xphb","p":227,"s":8,"h":1,"n":"Parchment"},{"id":15110,"c":4,"u":"perfume_xphb","p":227,"s":8,"h":1,"n":"Perfume"},{"id":15111,"c":4,"u":"playing%20cards_xphb","p":221,"s":8,"h":1,"n":"Playing Cards"},{"id":15112,"c":4,"u":"poisoner's%20kit_xphb","p":221,"s":8,"h":1,"n":"Poisoner's Kit"},{"id":15113,"c":4,"u":"pole_xphb","p":228,"s":8,"h":1,"n":"Pole"},{"id":15114,"c":4,"u":"pony_xphb","p":229,"s":8,"h":1,"n":"Pony"},{"id":15115,"c":4,"u":"portable%20ram_xphb","p":228,"s":8,"h":1,"n":"Portable Ram"},{"id":15116,"c":4,"u":"potter's%20tools_xphb","p":221,"s":8,"h":1,"n":"Potter's Tools"},{"id":15117,"c":4,"u":"pouch_xphb","p":228,"s":8,"h":1,"n":"Pouch"},{"id":15118,"c":4,"u":"priest's%20pack_xphb","p":228,"s":8,"h":1,"n":"Priest's Pack"},{"id":15119,"c":4,"u":"psychic%20blade_xphb","p":136,"s":8,"h":1,"n":"Psychic Blade"},{"id":15120,"c":4,"u":"quiver_xphb","p":228,"s":8,"h":1,"n":"Quiver"},{"id":15121,"c":4,"u":"rations_xphb","p":228,"s":8,"h":1,"n":"Rations"},{"id":15122,"c":4,"u":"reliquary_xphb","p":226,"s":8,"h":1,"n":"Reliquary"},{"id":15123,"c":4,"u":"riding%20horse_xphb","p":229,"s":8,"h":1,"n":"Riding Horse"},{"id":15124,"c":4,"u":"riding%20saddle_xphb","p":230,"s":8,"h":1,"n":"Riding Saddle"},{"id":15125,"c":4,"u":"robe_xphb","p":228,"s":8,"h":1,"n":"Robe"},{"id":15126,"c":4,"u":"rope_xphb","p":228,"s":8,"h":1,"n":"Rope"},{"id":15127,"c":4,"u":"rowboat_xphb","p":230,"s":8,"h":1,"n":"Rowboat"},{"id":15128,"c":4,"u":"sack_xphb","p":228,"s":8,"h":1,"n":"Sack"},{"id":15129,"c":4,"u":"sailing%20ship_xphb","p":230,"s":8,"h":1,"n":"Sailing Ship"},{"id":15130,"c":4,"u":"scholar's%20pack_xphb","p":228,"s":8,"h":1,"n":"Scholar's Pack"},{"id":15131,"c":4,"u":"shovel_xphb","p":228,"s":8,"h":1,"n":"Shovel"},{"id":15132,"c":4,"u":"signal%20whistle_xphb","p":228,"s":8,"h":1,"n":"Signal Whistle"},{"id":15133,"c":4,"u":"sled_xphb","p":230,"s":8,"h":1,"n":"Sled"},{"id":15134,"c":4,"u":"smith's%20tools_xphb","p":221,"s":8,"h":1,"n":"Smith's Tools"},{"id":15135,"c":4,"u":"sprig%20of%20mistletoe_xphb","p":225,"s":8,"h":1,"n":"Sprig of Mistletoe"},{"id":15136,"c":4,"u":"spyglass_xphb","p":229,"s":8,"h":1,"n":"Spyglass"},{"id":15137,"c":4,"u":"stabling%20(per%20day)_xphb","p":230,"s":8,"h":1,"n":"Stabling (per day)"},{"id":15138,"c":4,"u":"string_xphb","p":229,"s":8,"h":1,"n":"String"},{"id":15139,"c":4,"u":"tent_xphb","p":229,"s":8,"h":1,"n":"Tent"},{"id":15140,"c":4,"u":"thieves'%20tools_xphb","p":221,"s":8,"h":1,"n":"Thieves' Tools"},{"id":15141,"c":4,"u":"three-dragon%20ante%20set_xphb","p":221,"s":8,"h":1,"n":"Three-Dragon Ante Set"},{"id":15142,"c":4,"u":"tinderbox_xphb","p":229,"s":8,"h":1,"n":"Tinderbox"},{"id":15143,"c":4,"u":"tinker's%20tools_xphb","p":221,"s":8,"h":1,"n":"Tinker's Tools"},{"id":15144,"c":4,"u":"torch_xphb","p":229,"s":8,"h":1,"n":"Torch"},{"id":15145,"c":4,"u":"traveler's%20clothes_xphb","p":225,"s":8,"h":1,"n":"Traveler's Clothes"},{"id":15146,"c":4,"u":"trinket_xphb","p":47,"s":8,"h":1,"n":"Trinket"},{"id":15147,"c":4,"u":"vial_xphb","p":229,"s":8,"h":1,"n":"Vial"},{"id":15148,"c":4,"u":"wagon_xphb","p":230,"s":8,"h":1,"n":"Wagon"},{"id":15149,"c":4,"u":"warhorse_xphb","p":229,"s":8,"h":1,"n":"Warhorse"},{"id":15150,"c":4,"u":"warship_xphb","p":230,"s":8,"h":1,"n":"Warship"},{"id":15151,"c":4,"u":"waterskin_xphb","p":229,"s":8,"h":1,"n":"Waterskin"},{"id":15152,"c":4,"u":"weaver's%20tools_xphb","p":221,"s":8,"h":1,"n":"Weaver's Tools"},{"id":15153,"c":4,"u":"woodcarver's%20tools_xphb","p":221,"s":8,"h":1,"n":"Woodcarver's Tools"},{"id":15154,"c":4,"u":"yew%20wand_xphb","p":225,"s":8,"h":1,"n":"Yew Wand"},{"id":15155,"c":4,"u":"accounting%20and%20valuation%20of%20all%20things_coa","p":272,"s":9,"h":1,"n":"Accounting and Valuation of All Things"},{"id":15156,"c":4,"u":"amulet%20of%20appearance_coa","p":267,"s":9,"h":1,"n":"Amulet of Appearance"},{"id":15157,"c":4,"u":"amulet%20of%20betrayal_coa","p":267,"s":9,"h":1,"n":"Amulet of Betrayal"},{"id":15158,"c":4,"u":"amulet%20of%20duplicity_coa","p":267,"s":9,"h":1,"n":"Amulet of Duplicity"},{"id":15159,"c":4,"u":"amulet%20of%20the%20inferno_coa","p":273,"s":9,"h":1,"n":"Amulet of the Inferno"},{"id":15160,"c":4,"u":"bracers%20of%20asmodeus_coa","p":267,"s":9,"h":1,"n":"Bracers of Asmodeus"},{"id":15161,"c":4,"u":"canian%20fork_coa","p":267,"s":9,"h":1,"n":"Canian Fork"},{"id":15162,"c":4,"u":"condensed%20order_coa","p":267,"s":9,"h":1,"n":"Condensed Order"},{"id":15163,"c":4,"u":"gauntlets%20of%20rage_coa","p":268,"s":9,"h":1,"n":"Gauntlets of Rage"},{"id":15164,"c":4,"u":"infernal%20amulet_coa","p":268,"s":9,"h":1,"n":"Infernal Amulet"},{"id":15165,"c":4,"u":"infernal%20plate%20armor_coa","p":268,"s":9,"h":1,"n":"Infernal Plate Armor"},{"id":15166,"c":4,"u":"knife%20of%20stolen%20resistance_coa","p":268,"s":9,"h":1,"n":"Knife of Stolen Resistance"},{"id":15167,"c":4,"u":"ranseur%20of%20torture_coa","p":273,"s":9,"h":1,"n":"Ranseur of Torture"},{"id":15168,"c":4,"u":"ring%20of%20collecting_coa","p":268,"s":9,"h":1,"n":"Ring of Collecting"},{"id":15169,"c":4,"u":"ring%20of%20the%20copycat_coa","p":268,"s":9,"h":1,"n":"Ring of the Copycat"},{"id":15170,"c":4,"u":"ring%20of%20treachery_coa","p":269,"s":9,"h":1,"n":"Ring of Treachery"},{"id":15171,"c":4,"u":"ruby%20rod%20of%20asmodeus_coa","p":274,"s":9,"h":1,"n":"Ruby Rod of Asmodeus"},{"id":15172,"c":4,"u":"sage's%20mirror_coa","p":269,"s":9,"h":1,"n":"Sage's Mirror"},{"id":15173,"c":4,"u":"scourge%20of%20shadow_coa","p":275,"s":9,"h":1,"n":"Scourge of Shadow"},{"id":15174,"c":4,"u":"skull%20of%20selfish%20knowledge_coa","p":269,"s":9,"h":1,"n":"Skull of Selfish Knowledge"},{"id":15175,"c":4,"u":"soul%20coin_coa","p":269,"s":9,"h":1,"n":"Soul Coin"},{"id":15176,"c":4,"u":"true-ice%20shards%20(dagger)_coa","p":275,"s":9,"h":1,"n":"True-Ice Shards (Dagger)"},{"id":15177,"c":4,"u":"true-ice%20shards%20(rapier)_coa","p":275,"s":9,"h":1,"n":"True-Ice Shards (Rapier)"},{"id":15178,"c":4,"u":"vial%20of%20greed_coa","p":270,"s":9,"h":1,"n":"Vial of Greed"},{"id":15179,"c":4,"u":"wrought-iron%20tower_coa","p":276,"s":9,"h":1,"n":"Wrought-Iron Tower"},{"id":15180,"c":4,"u":"basic%20fishing%20equipment_aag","p":21,"s":103,"h":1,"n":"Basic Fishing Equipment"},{"id":15181,"c":4,"u":"bombard_aag","p":26,"s":103,"h":1,"n":"Bombard"},{"id":15182,"c":4,"u":"damselfly%20ship_aag","p":28,"s":103,"h":1,"n":"Damselfly Ship"},{"id":15183,"c":4,"u":"fish%20suit_aag","p":22,"s":103,"h":1,"n":"Fish Suit"},{"id":15184,"c":4,"u":"flying%20fish%20ship_aag","p":30,"s":103,"h":1,"n":"Flying Fish Ship"},{"id":15185,"c":4,"u":"hammerhead%20ship_aag","p":32,"s":103,"h":1,"n":"Hammerhead Ship"},{"id":15186,"c":4,"u":"lamprey%20ship_aag","p":34,"s":103,"h":1,"n":"Lamprey Ship"},{"id":15187,"c":4,"u":"living%20ship_aag","p":36,"s":103,"h":1,"n":"Living Ship"},{"id":15188,"c":4,"u":"nautiloid_aag","p":38,"s":103,"h":1,"n":"Nautiloid"},{"id":15189,"c":4,"u":"nightspider_aag","p":40,"s":103,"h":1,"n":"Nightspider"},{"id":15190,"c":4,"u":"scorpion%20ship_aag","p":42,"s":103,"h":1,"n":"Scorpion Ship"},{"id":15191,"c":4,"u":"shrike%20ship_aag","p":44,"s":103,"h":1,"n":"Shrike Ship"},{"id":15192,"c":4,"u":"space%20galleon_aag","p":46,"s":103,"h":1,"n":"Space Galleon"},{"id":15193,"c":4,"u":"spelljamming%20helm_aag","p":23,"s":103,"h":1,"n":"Spelljamming Helm"},{"id":15194,"c":4,"u":"squid%20ship_aag","p":48,"s":103,"h":1,"n":"Squid Ship"},{"id":15195,"c":4,"u":"star%20moth_aag","p":50,"s":103,"h":1,"n":"Star Moth"},{"id":15196,"c":4,"u":"turtle%20ship_aag","p":52,"s":103,"h":1,"n":"Turtle Ship"},{"id":15197,"c":4,"u":"tyrant%20ship_aag","p":54,"s":103,"h":1,"n":"Tyrant Ship"},{"id":15198,"c":4,"u":"wasp%20ship_aag","p":56,"s":103,"h":1,"n":"Wasp Ship"},{"id":15199,"c":4,"u":"wildspace%20orrery_aag","p":23,"s":103,"h":1,"n":"Wildspace Orrery"},{"id":15200,"c":4,"u":"cartographer's%20map%20case_ai","p":20,"s":15,"h":1,"n":"Cartographer's Map Case"},{"id":15201,"c":4,"u":"chronolometer_ai","p":220,"s":15,"h":1,"n":"Chronolometer"},{"id":15202,"c":4,"u":"coin%20of%20decisionry_ai","p":22,"s":15,"h":1,"n":"Coin of Decisionry"},{"id":15203,"c":4,"u":"dimensional%20loop_ai","p":220,"s":15,"h":1,"n":"Dimensional Loop"},{"id":15204,"c":4,"u":"documancy%20satchel_ai","p":24,"s":15,"h":1,"n":"Documancy Satchel"},{"id":15205,"c":4,"u":"elder%20cartographer's%20glossography_ai","p":20,"s":15,"h":1,"n":"Elder Cartographer's Glossography"},{"id":15206,"c":4,"u":"failed%20experiment%20wand_ai","p":162,"s":15,"h":1,"n":"Failed Experiment Wand"},{"id":15207,"c":4,"u":"far%20gear_ai","p":221,"s":15,"h":1,"n":"Far Gear"},{"id":15208,"c":4,"u":"living%20loot%20satchel_ai","p":25,"s":15,"h":1,"n":"Living Loot Satchel"},{"id":15209,"c":4,"u":"obviator's%20lenses_ai","p":30,"s":15,"h":1,"n":"Obviator's Lenses"},{"id":15210,"c":4,"u":"occultant%20abacus_ai","p":31,"s":15,"h":1,"n":"Occultant Abacus"},{"id":15211,"c":4,"u":"orrery%20of%20the%20wanderer_ai","p":220,"s":15,"h":1,"n":"Orrery of the Wanderer"},{"id":15212,"c":4,"u":"piercer_ai","p":121,"s":15,"h":1,"n":"Piercer"},{"id":15213,"c":4,"u":"portfolio%20keeper_ai","p":33,"s":15,"h":1,"n":"Portfolio Keeper"},{"id":15214,"c":4,"u":"rotor%20of%20return_ai","p":221,"s":15,"h":1,"n":"Rotor of Return"},{"id":15215,"c":4,"u":"sending%20stone_ai","p":33,"s":15,"h":1,"n":"Sending Stone"},{"id":15216,"c":4,"u":"spyglass%20of%20clairvoyance_ai","p":19,"s":15,"h":1,"n":"Spyglass of Clairvoyance"},{"id":15217,"c":4,"u":"timepiece%20of%20travel_ai","p":221,"s":15,"h":1,"n":"Timepiece of Travel"},{"id":15218,"c":4,"u":"travel%20alchemical%20kit_ai","p":30,"s":15,"h":1,"n":"Travel Alchemical Kit"},{"id":15219,"c":4,"u":"trinket_ai","p":222,"s":15,"h":1,"n":"Trinket"},{"id":15220,"c":4,"u":"voting%20kit_ai","p":22,"s":15,"h":1,"n":"Voting Kit"},{"id":15221,"c":4,"u":"wheel%20of%20stars_ai","p":222,"s":15,"h":1,"n":"Wheel of Stars"},{"id":15222,"c":4,"u":"whisper%20jar_ai","p":27,"s":15,"h":1,"n":"Whisper Jar"},{"id":15223,"c":4,"u":"talarith_bam","p":47,"s":16,"h":1,"n":"Talarith"},{"id":15224,"c":4,"u":"battle%20standard%20of%20infernal%20power_bgdia","p":223,"s":17,"h":1,"n":"Battle Standard of Infernal Power"},{"id":15225,"c":4,"u":"blade%20of%20avernus_bgdia","p":150,"s":17,"h":1,"n":"Blade of Avernus"},{"id":15226,"c":4,"u":"candle%20mace_bgdia","p":39,"s":17,"h":1,"n":"Candle Mace"},{"id":15227,"c":4,"u":"fane-eater_bgdia","p":223,"s":17,"h":1,"n":"Fane-Eater"},{"id":15228,"c":4,"u":"gauntlets%20of%20flaming%20fury_bgdia","p":223,"s":17,"h":1,"n":"Gauntlets of Flaming Fury"},{"id":15229,"c":4,"u":"helm%20of%20devil%20command_bgdia","p":223,"s":17,"h":1,"n":"Helm of Devil Command"},{"id":15230,"c":4,"u":"infernal%20puzzle%20box_bgdia","p":224,"s":17,"h":1,"n":"Infernal Puzzle Box"},{"id":15231,"c":4,"u":"matalotok_bgdia","p":224,"s":17,"h":1,"n":"Matalotok"},{"id":15232,"c":4,"u":"obsidian%20flint%20dragon%20plate_bgdia","p":224,"s":17,"h":1,"n":"Obsidian Flint Dragon Plate"},{"id":15233,"c":4,"u":"shatterstick_bgdia","p":99,"s":17,"h":1,"n":"Shatterstick"},{"id":15234,"c":4,"u":"shield%20of%20the%20hidden%20lord_bgdia","p":225,"s":17,"h":1,"n":"Shield of the Hidden Lord"},{"id":15235,"c":4,"u":"soul%20coin_bgdia","p":225,"s":17,"h":1,"n":"Soul Coin"},{"id":15236,"c":4,"u":"sword%20of%20zariel_bgdia","p":226,"s":17,"h":1,"n":"Sword of Zariel"},{"id":15237,"c":4,"u":"alchemy%20jug%20(blue)_cm","p":144,"s":18,"h":1,"n":"Alchemy Jug (Blue)"},{"id":15238,"c":4,"u":"alchemy%20jug%20(orange)_cm","p":144,"s":18,"h":1,"n":"Alchemy Jug (Orange)"},{"id":15239,"c":4,"u":"cracked%20driftglobe_cm","p":110,"s":18,"h":1,"n":"Cracked Driftglobe"},{"id":15240,"c":4,"u":"gloves%20of%20soul%20catching_cm","p":169,"s":18,"h":1,"n":"Gloves of Soul Catching"},{"id":15241,"c":4,"u":"nether%20scroll%20of%20azumar_cm","p":210,"s":18,"h":1,"n":"Nether Scroll of Azumar"},{"id":15242,"c":4,"u":"orcus%20figurine_cm","p":44,"s":18,"h":1,"n":"Orcus Figurine"},{"id":15243,"c":4,"u":"radiance_cm","p":87,"s":18,"h":1,"n":"Radiance"},{"id":15244,"c":4,"u":"serpent%20scale%20armor_cm","p":98,"s":18,"h":1,"n":"Serpent Scale Armor"},{"id":15245,"c":4,"u":"serpent's%20fang_cm","p":98,"s":18,"h":1,"n":"Serpent's Fang"},{"id":15246,"c":4,"u":"staff%20of%20fate_cm","p":183,"s":18,"h":1,"n":"Staff of Fate"},{"id":15247,"c":4,"u":"stonky's%20ring_cm","p":132,"s":18,"h":1,"n":"Stonky's ring"},{"id":15248,"c":4,"u":"watchful%20helm_cm","p":183,"s":18,"h":1,"n":"Watchful Helm"},{"id":15249,"c":4,"u":"blood%20spear_cos","p":221,"s":19,"h":1,"n":"Blood Spear"},{"id":15250,"c":4,"u":"crusader's%20shortsword_cos","p":81,"s":19,"h":1,"n":"Crusader's Shortsword"},{"id":15251,"c":4,"u":"crusader's%20shortsword_cos","p":81,"s":19,"h":1,"n":"Lost Sword"},{"id":15252,"c":4,"u":"green%20copper%20ewer_cos","p":188,"s":19,"h":1,"n":"Green Copper Ewer"},{"id":15253,"c":4,"u":"gulthias%20staff_cos","p":221,"s":19,"h":1,"n":"Gulthias Staff"},{"id":15254,"c":4,"u":"holy%20symbol%20of%20ravenkind_cos","p":222,"s":19,"h":1,"n":"Holy Symbol of Ravenkind"},{"id":15255,"c":4,"u":"icon%20of%20ravenloft_cos","p":222,"s":19,"h":1,"n":"Icon of Ravenloft"},{"id":15256,"c":4,"u":"jakarion's%20staff%20of%20frost_cos","p":187,"s":19,"h":1,"n":"Jakarion's Staff of Frost"},{"id":15257,"c":4,"u":"saint%20markovia's%20thighbone_cos","p":222,"s":19,"h":1,"n":"Saint Markovia's Thighbone"},{"id":15258,"c":4,"u":"shield%20of%20the%20silver%20dragon_cos","p":68,"s":19,"h":1,"n":"Shield of the Silver Dragon"},{"id":15259,"c":4,"u":"shield%20of%20the%20silver%20dragon_cos","p":68,"s":19,"h":1,"n":"Order of the Silver Dragon +2 Shield"},{"id":15260,"c":4,"u":"statuette%20of%20saint%20markovia_cos","p":152,"s":19,"h":1,"n":"Statuette of Saint Markovia"},{"id":15261,"c":4,"u":"sunsword_cos","p":223,"s":19,"h":1,"n":"Sunsword"},{"id":15262,"c":4,"u":"tome%20of%20strahd_cos","p":221,"s":19,"h":1,"n":"Tome of Strahd"},{"id":15263,"c":4,"u":"trinket_cos","p":2,"s":19,"h":1,"n":"Trinket"},{"id":15264,"c":4,"u":"yester%20hill%20axe_cos","p":198,"s":19,"h":1,"n":"Yester Hill Axe"},{"id":15265,"c":4,"u":"yester%20hill%20axe_cos","p":198,"s":19,"h":1,"n":"Treebane"},{"id":15266,"c":4,"u":"earring%20of%20message_crcotn","p":212,"s":20,"h":1,"dP":1,"n":"Earring of Message"},{"id":15267,"c":4,"u":"jewel%20of%20three%20prayers%20(awakened)_crcotn","s":20,"h":1,"dP":1,"n":"Jewel of Three Prayers (Awakened)"},{"id":15268,"c":4,"u":"jewel%20of%20three%20prayers%20(dormant)_crcotn","p":213,"s":20,"h":1,"dP":1,"n":"Jewel of Three Prayers (Dormant)"},{"id":15269,"c":4,"u":"jewel%20of%20three%20prayers%20(exalted)_crcotn","s":20,"h":1,"dP":1,"n":"Jewel of Three Prayers (Exalted)"},{"id":15270,"c":4,"u":"medal%20of%20muscle_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of Muscle"},{"id":15271,"c":4,"u":"medal%20of%20the%20conch_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of the Conch"},{"id":15272,"c":4,"u":"medal%20of%20the%20horizonback_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of the Horizonback"},{"id":15273,"c":4,"u":"medal%20of%20the%20maze_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of the Maze"},{"id":15274,"c":4,"u":"medal%20of%20the%20meat%20pie_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of the Meat Pie"},{"id":15275,"c":4,"u":"medal%20of%20the%20wetlands_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of the Wetlands"},{"id":15276,"c":4,"u":"medal%20of%20wit_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of Wit"},{"id":15277,"c":4,"u":"ring%20of%20red%20fury_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Ring of Red Fury"},{"id":15278,"c":4,"u":"ruidium%20shield_crcotn","p":215,"s":20,"h":1,"dP":1,"n":"Ruidium Shield"},{"id":15279,"c":4,"u":"teleportation%20tablet_crcotn","p":216,"s":20,"h":1,"dP":1,"n":"Teleportation Tablet"},{"id":15280,"c":4,"u":"gnomengarde%20grenade_dc","s":21,"h":1,"n":"Gnomengarde Grenade"},{"id":15281,"c":4,"u":"ruinstone_dc","s":21,"h":1,"n":"Ruinstone"},{"id":15282,"c":4,"u":"iggwilv's%20horn_ditlcot","p":14,"s":23,"h":1,"n":"Iggwilv's Horn"},{"id":15283,"c":4,"u":"potion%20of%20polychromy_ditlcot","p":15,"s":23,"h":1,"n":"Potion of Polychromy"},{"id":15284,"c":4,"u":"tasha's%20creeping%20keelboat_ditlcot","p":15,"s":23,"h":1,"n":"Tasha's Creeping Keelboat"},{"id":15285,"c":4,"u":"%2b1%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"n":"+1 Rod of the Pact Keeper"},{"id":15286,"c":4,"u":"%2b1%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"n":"+1 Wand of the War Mage"},{"id":15287,"c":4,"u":"%2b2%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"n":"+2 Rod of the Pact Keeper"},{"id":15288,"c":4,"u":"%2b2%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"n":"+2 Wand of the War Mage"},{"id":15289,"c":4,"u":"%2b3%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"n":"+3 Rod of the Pact Keeper"},{"id":15290,"c":4,"u":"%2b3%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"n":"+3 Wand of the War Mage"},{"id":15291,"c":4,"u":"airship_dmg","p":119,"s":24,"h":1,"n":"Airship"},{"id":15292,"c":4,"u":"alchemy%20jug_dmg","p":150,"s":24,"h":1,"n":"Alchemy Jug"},{"id":15293,"c":4,"u":"alexandrite_dmg","p":134,"s":24,"h":1,"n":"Alexandrite"},{"id":15294,"c":4,"u":"amber_dmg","p":134,"s":24,"h":1,"n":"Amber"},{"id":15295,"c":4,"u":"amethyst_dmg","p":134,"s":24,"h":1,"n":"Amethyst"},{"id":15296,"c":4,"u":"amulet%20of%20health_dmg","p":150,"s":24,"h":1,"r":1,"n":"Amulet of Health"},{"id":15297,"c":4,"u":"amulet%20of%20proof%20against%20detection%20and%20location_dmg","p":150,"s":24,"h":1,"r":1,"n":"Amulet of Proof against Detection and Location"},{"id":15298,"c":4,"u":"amulet%20of%20the%20planes_dmg","p":150,"s":24,"h":1,"r":1,"n":"Amulet of the Planes"},{"id":15299,"c":4,"u":"animated%20shield_dmg","p":151,"s":24,"h":1,"r":1,"n":"Animated Shield"},{"id":15300,"c":4,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"n":"Apparatus of Kwalish"},{"id":15301,"c":4,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"n":"Apparatus of the Crab"},{"id":15302,"c":4,"u":"aquamarine_dmg","p":134,"s":24,"h":1,"n":"Aquamarine"},{"id":15303,"c":4,"u":"armor%20of%20invulnerability_dmg","p":152,"s":24,"h":1,"r":1,"n":"Armor of Invulnerability"},{"id":15304,"c":4,"u":"armor%20of%20vulnerability%20(bludgeoning)_dmg","p":152,"s":24,"h":1,"r":1,"n":"Armor of Vulnerability (Bludgeoning)"},{"id":15305,"c":4,"u":"armor%20of%20vulnerability%20(piercing)_dmg","p":152,"s":24,"h":1,"r":1,"n":"Armor of Vulnerability (Piercing)"},{"id":15306,"c":4,"u":"armor%20of%20vulnerability%20(slashing)_dmg","p":152,"s":24,"h":1,"r":1,"n":"Armor of Vulnerability (Slashing)"},{"id":15307,"c":4,"u":"arrow-catching%20shield_dmg","p":152,"s":24,"h":1,"r":1,"n":"Arrow-Catching Shield"},{"id":15308,"c":4,"u":"assassin's%20blood_dmg","p":258,"s":24,"h":1,"r":1,"n":"Assassin's Blood"},{"id":15309,"c":4,"u":"axe%20of%20the%20dwarvish%20lords_dmg","p":221,"s":24,"h":1,"n":"Axe of the Dwarvish Lords"},{"id":15310,"c":4,"u":"azurite_dmg","p":134,"s":24,"h":1,"n":"Azurite"},{"id":15311,"c":4,"u":"bag%20of%20beans_dmg","p":152,"s":24,"h":1,"r":1,"n":"Bag of Beans"},{"id":15312,"c":4,"u":"bag%20of%20devouring_dmg","p":153,"s":24,"h":1,"r":1,"n":"Bag of Devouring"},{"id":15313,"c":4,"u":"bag%20of%20holding_dmg","p":153,"s":24,"h":1,"r":1,"n":"Bag of Holding"},{"id":15314,"c":4,"u":"bag%20of%20tricks%2c%20gray_dmg","p":154,"s":24,"h":1,"r":1,"n":"Bag of Tricks, Gray"},{"id":15315,"c":4,"u":"bag%20of%20tricks%2c%20rust_dmg","p":154,"s":24,"h":1,"r":1,"n":"Bag of Tricks, Rust"},{"id":15316,"c":4,"u":"bag%20of%20tricks%2c%20tan_dmg","p":154,"s":24,"h":1,"r":1,"n":"Bag of Tricks, Tan"},{"id":15317,"c":4,"u":"banded%20agate_dmg","p":134,"s":24,"h":1,"n":"Banded Agate"},{"id":15318,"c":4,"u":"bead%20of%20force_dmg","p":154,"s":24,"h":1,"r":1,"n":"Bead of Force"},{"id":15319,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_dmg","p":135,"s":24,"h":1,"n":"Bejeweled ivory drinking horn with gold filigree"},{"id":15320,"c":4,"u":"belt%20of%20cloud%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Cloud Giant Strength"},{"id":15321,"c":4,"u":"belt%20of%20dwarvenkind_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Dwarvenkind"},{"id":15322,"c":4,"u":"belt%20of%20fire%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Fire Giant Strength"},{"id":15323,"c":4,"u":"belt%20of%20frost%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Frost Giant Strength"},{"id":15324,"c":4,"u":"belt%20of%20hill%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Hill Giant Strength"},{"id":15325,"c":4,"u":"belt%20of%20stone%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Stone Giant Strength"},{"id":15326,"c":4,"u":"belt%20of%20storm%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Storm Giant Strength"},{"id":15327,"c":4,"u":"black%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Black Dragon Scale Mail"},{"id":15328,"c":4,"u":"black%20opal_dmg","p":134,"s":24,"h":1,"n":"Black Opal"},{"id":15329,"c":4,"u":"black%20pearl_dmg","p":134,"s":24,"h":1,"n":"Black Pearl"},{"id":15330,"c":4,"u":"black%20sapphire_dmg","p":134,"s":24,"h":1,"n":"Black Sapphire"},{"id":15331,"c":4,"u":"black%20velvet%20mask%20stitched%20with%20silver%20thread_dmg","p":134,"s":24,"h":1,"n":"Black velvet mask stitched with silver thread"},{"id":15332,"c":4,"u":"blackrazor_dmg","p":216,"s":24,"h":1,"n":"Blackrazor"},{"id":15333,"c":4,"u":"bloodstone_dmg","p":134,"s":24,"h":1,"n":"Bloodstone"},{"id":15334,"c":4,"u":"blue%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Blue Dragon Scale Mail"},{"id":15335,"c":4,"u":"blue%20quartz_dmg","p":134,"s":24,"h":1,"n":"Blue Quartz"},{"id":15336,"c":4,"u":"blue%20sapphire_dmg","p":134,"s":24,"h":1,"n":"Blue Sapphire"},{"id":15337,"c":4,"u":"blue%20spinel_dmg","p":134,"s":24,"h":1,"n":"Blue Spinel"},{"id":15338,"c":4,"u":"bomb_dmg","p":268,"s":24,"h":1,"n":"Bomb"},{"id":15339,"c":4,"u":"book%20of%20exalted%20deeds_dmg","p":222,"s":24,"h":1,"n":"Book of Exalted Deeds"},{"id":15340,"c":4,"u":"book%20of%20vile%20darkness_dmg","p":222,"s":24,"h":1,"n":"Book of Vile Darkness"},{"id":15341,"c":4,"u":"boots%20of%20elvenkind_dmg","p":155,"s":24,"h":1,"r":1,"n":"Boots of Elvenkind"},{"id":15342,"c":4,"u":"boots%20of%20levitation_dmg","p":155,"s":24,"h":1,"r":1,"n":"Boots of Levitation"},{"id":15343,"c":4,"u":"boots%20of%20speed_dmg","p":155,"s":24,"h":1,"r":1,"n":"Boots of Speed"},{"id":15344,"c":4,"u":"boots%20of%20striding%20and%20springing_dmg","p":156,"s":24,"h":1,"r":1,"n":"Boots of Striding and Springing"},{"id":15345,"c":4,"u":"boots%20of%20the%20winterlands_dmg","p":156,"s":24,"h":1,"r":1,"n":"Boots of the Winterlands"},{"id":15346,"c":4,"u":"bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_dmg","p":135,"s":24,"h":1,"n":"Bottle stopper cork embossed with gold leaf and set with amethysts"},{"id":15347,"c":4,"u":"bowl%20of%20commanding%20water%20elementals_dmg","p":156,"s":24,"h":1,"r":1,"n":"Bowl of Commanding Water Elementals"},{"id":15348,"c":4,"u":"box%20of%20turquoise%20animal%20figurines_dmg","p":135,"s":24,"h":1,"n":"Box of turquoise animal figurines"},{"id":15349,"c":4,"u":"bracers%20of%20archery_dmg","p":156,"s":24,"h":1,"r":1,"n":"Bracers of Archery"},{"id":15350,"c":4,"u":"bracers%20of%20defense_dmg","p":156,"s":24,"h":1,"r":1,"n":"Bracers of Defense"},{"id":15351,"c":4,"u":"brass%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Brass Dragon Scale Mail"},{"id":15352,"c":4,"u":"brass%20mug%20with%20jade%20inlay_dmg","p":135,"s":24,"h":1,"n":"Brass mug with jade inlay"},{"id":15353,"c":4,"u":"brazier%20of%20commanding%20fire%20elementals_dmg","p":156,"s":24,"h":1,"r":1,"n":"Brazier of Commanding Fire Elementals"},{"id":15354,"c":4,"u":"bronze%20crown_dmg","p":135,"s":24,"h":1,"n":"Bronze crown"},{"id":15355,"c":4,"u":"bronze%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Bronze Dragon Scale Mail"},{"id":15356,"c":4,"u":"brooch%20of%20shielding_dmg","p":156,"s":24,"h":1,"r":1,"n":"Brooch of Shielding"},{"id":15357,"c":4,"u":"broom%20of%20flying_dmg","p":156,"s":24,"h":1,"r":1,"n":"Broom of Flying"},{"id":15358,"c":4,"u":"burnt%20othur%20fumes_dmg","p":258,"s":24,"h":1,"r":1,"n":"Burnt Othur Fumes"},{"id":15359,"c":4,"u":"candle%20of%20invocation_dmg","p":157,"s":24,"h":1,"r":1,"n":"Candle of Invocation"},{"id":15360,"c":4,"u":"cap%20of%20water%20breathing_dmg","p":157,"s":24,"h":1,"n":"Cap of Water Breathing"},{"id":15361,"c":4,"u":"cape%20of%20the%20mountebank_dmg","p":157,"s":24,"h":1,"r":1,"n":"Cape of the Mountebank"},{"id":15362,"c":4,"u":"carnelian_dmg","p":134,"s":24,"h":1,"n":"Carnelian"},{"id":15363,"c":4,"u":"carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._dmg","p":157,"s":24,"h":1,"r":1,"n":"Carpet of Flying, 3 ft. × 5 ft."},{"id":15364,"c":4,"u":"carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._dmg","p":157,"s":24,"h":1,"r":1,"n":"Carpet of Flying, 4 ft. × 6 ft."},{"id":15365,"c":4,"u":"carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._dmg","p":157,"s":24,"h":1,"r":1,"n":"Carpet of Flying, 5 ft. × 7 ft."},{"id":15366,"c":4,"u":"carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._dmg","p":157,"s":24,"h":1,"r":1,"n":"Carpet of Flying, 6 ft. × 9 ft."},{"id":15367,"c":4,"u":"carrion%20crawler%20mucus_dmg","p":258,"s":24,"h":1,"r":1,"n":"Carrion Crawler Mucus"},{"id":15368,"c":4,"u":"carrion%20crawler%20mucus_dmg","p":258,"s":24,"h":1,"r":1,"n":"Crawler Mucus (Contact)"},{"id":15369,"c":4,"u":"carved%20bone%20statuette_dmg","p":134,"s":24,"h":1,"n":"Carved bone statuette"},{"id":15370,"c":4,"u":"carved%20harp%20of%20exotic%20wood%20with%20ivory%20inlay%20and%20zircon%20gems_dmg","p":135,"s":24,"h":1,"n":"Carved harp of exotic wood with ivory inlay and zircon gems"},{"id":15371,"c":4,"u":"carved%20ivory%20statuette_dmg","p":135,"s":24,"h":1,"n":"Carved ivory statuette"},{"id":15372,"c":4,"u":"censer%20of%20controlling%20air%20elementals_dmg","p":158,"s":24,"h":1,"r":1,"n":"Censer of Controlling Air Elementals"},{"id":15373,"c":4,"u":"ceremonial%20electrum%20dagger%20with%20a%20black%20pearl%20in%20the%20pommel_dmg","p":135,"s":24,"h":1,"n":"Ceremonial electrum dagger with a black pearl in the pommel"},{"id":15374,"c":4,"u":"chalcedony_dmg","p":134,"s":24,"h":1,"n":"Chalcedony"},{"id":15375,"c":4,"u":"chime%20of%20opening_dmg","p":158,"s":24,"h":1,"r":1,"n":"Chime of Opening"},{"id":15376,"c":4,"u":"chrysoberyl_dmg","p":134,"s":24,"h":1,"n":"Chrysoberyl"},{"id":15377,"c":4,"u":"chrysoprase_dmg","p":134,"s":24,"h":1,"n":"Chrysoprase"},{"id":15378,"c":4,"u":"circlet%20of%20blasting_dmg","p":158,"s":24,"h":1,"r":1,"n":"Circlet of Blasting"},{"id":15379,"c":4,"u":"citrine_dmg","p":134,"s":24,"h":1,"n":"Citrine"},{"id":15380,"c":4,"u":"cloak%20of%20arachnida_dmg","p":158,"s":24,"h":1,"r":1,"n":"Cloak of Arachnida"},{"id":15381,"c":4,"u":"cloak%20of%20displacement_dmg","p":158,"s":24,"h":1,"r":1,"n":"Cloak of Displacement"},{"id":15382,"c":4,"u":"cloak%20of%20elvenkind_dmg","p":158,"s":24,"h":1,"r":1,"n":"Cloak of Elvenkind"},{"id":15383,"c":4,"u":"cloak%20of%20invisibility_dmg","p":158,"s":24,"h":1,"n":"Cloak of Invisibility"},{"id":15384,"c":4,"u":"cloak%20of%20protection_dmg","p":159,"s":24,"h":1,"r":1,"n":"Cloak of Protection"},{"id":15385,"c":4,"u":"cloak%20of%20the%20bat_dmg","p":159,"s":24,"h":1,"r":1,"n":"Cloak of the Bat"},{"id":15386,"c":4,"u":"cloak%20of%20the%20manta%20ray_dmg","p":159,"s":24,"h":1,"r":1,"n":"Cloak of the Manta Ray"},{"id":15387,"c":4,"u":"cloth-of-gold%20vestments_dmg","p":134,"s":24,"h":1,"n":"Cloth-of-gold vestments"},{"id":15388,"c":4,"u":"copper%20chalice%20with%20silver%20filigree_dmg","p":134,"s":24,"h":1,"n":"Copper chalice with silver filigree"},{"id":15389,"c":4,"u":"copper%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Copper Dragon Scale Mail"},{"id":15390,"c":4,"u":"coral_dmg","p":134,"s":24,"h":1,"n":"Coral"},{"id":15391,"c":4,"u":"crystal%20ball_dmg","p":159,"s":24,"h":1,"r":1,"n":"Crystal Ball"},{"id":15392,"c":4,"u":"crystal%20ball%20of%20mind%20reading_dmg","p":159,"s":24,"h":1,"n":"Crystal Ball of Mind Reading"},{"id":15393,"c":4,"u":"crystal%20ball%20of%20telepathy_dmg","p":159,"s":24,"h":1,"n":"Crystal Ball of Telepathy"},{"id":15394,"c":4,"u":"crystal%20ball%20of%20true%20seeing_dmg","p":159,"s":24,"h":1,"n":"Crystal Ball of True Seeing"},{"id":15395,"c":4,"u":"cube%20of%20force_dmg","p":159,"s":24,"h":1,"r":1,"n":"Cube of Force"},{"id":15396,"c":4,"u":"cubic%20gate_dmg","p":160,"s":24,"h":1,"r":1,"n":"Cubic Gate"},{"id":15397,"c":4,"u":"daern's%20instant%20fortress_dmg","p":160,"s":24,"h":1,"r":1,"n":"Daern's Instant Fortress"},{"id":15398,"c":4,"u":"daern's%20instant%20fortress_dmg","p":160,"s":24,"h":1,"r":1,"n":"Instant Fortress"},{"id":15399,"c":4,"u":"dagger%20of%20venom_dmg","p":161,"s":24,"h":1,"r":1,"n":"Dagger of Venom"},{"id":15400,"c":4,"u":"decanter%20of%20endless%20water_dmg","p":161,"s":24,"h":1,"r":1,"n":"Decanter of Endless Water"},{"id":15401,"c":4,"u":"deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"r":1,"n":"Deck of Illusions"},{"id":15402,"c":4,"u":"deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"r":1,"n":"Deck of Many Things"},{"id":15403,"c":4,"u":"demon%20armor_dmg","p":165,"s":24,"h":1,"r":1,"n":"Demon Armor"},{"id":15404,"c":4,"u":"diamond_dmg","p":134,"s":24,"h":1,"n":"Diamond"},{"id":15405,"c":4,"u":"dimensional%20shackles_dmg","p":165,"s":24,"h":1,"r":1,"n":"Dimensional Shackles"},{"id":15406,"c":4,"u":"driftglobe_dmg","p":166,"s":24,"h":1,"n":"Driftglobe"},{"id":15407,"c":4,"u":"drow%20poison_dmg","p":258,"s":24,"h":1,"r":1,"n":"Drow Poison"},{"id":15408,"c":4,"u":"dust%20of%20disappearance_dmg","p":166,"s":24,"h":1,"r":1,"n":"Dust of Disappearance"},{"id":15409,"c":4,"u":"dust%20of%20dryness_dmg","p":166,"s":24,"h":1,"r":1,"n":"Dust of Dryness"},{"id":15410,"c":4,"u":"dust%20of%20sneezing%20and%20choking_dmg","p":166,"s":24,"h":1,"r":1,"n":"Dust of Sneezing and Choking"},{"id":15411,"c":4,"u":"dwarven%20plate_dmg","p":167,"s":24,"h":1,"r":1,"n":"Dwarven Plate"},{"id":15412,"c":4,"u":"dwarven%20thrower_dmg","p":167,"s":24,"h":1,"r":1,"n":"Dwarven Thrower"},{"id":15413,"c":4,"u":"dynamite%20(stick)_dmg","p":268,"s":24,"h":1,"n":"Dynamite (stick)"},{"id":15414,"c":4,"u":"efreeti%20bottle_dmg","p":167,"s":24,"h":1,"r":1,"n":"Efreeti Bottle"},{"id":15415,"c":4,"u":"efreeti%20chain_dmg","p":167,"s":24,"h":1,"n":"Efreeti Chain"},{"id":15416,"c":4,"u":"elemental%20gem%2c%20blue%20sapphire_dmg","p":167,"s":24,"h":1,"r":1,"n":"Elemental Gem, Blue Sapphire"},{"id":15417,"c":4,"u":"elemental%20gem%2c%20emerald_dmg","p":167,"s":24,"h":1,"r":1,"n":"Elemental Gem, Emerald"},{"id":15418,"c":4,"u":"elemental%20gem%2c%20red%20corundum_dmg","p":167,"s":24,"h":1,"r":1,"n":"Elemental Gem, Red Corundum"},{"id":15419,"c":4,"u":"elemental%20gem%2c%20yellow%20diamond_dmg","p":167,"s":24,"h":1,"r":1,"n":"Elemental Gem, Yellow Diamond"},{"id":15420,"c":4,"u":"elixir%20of%20health_dmg","p":168,"s":24,"h":1,"n":"Elixir of Health"},{"id":15421,"c":4,"u":"elven%20chain_dmg","p":168,"s":24,"h":1,"r":1,"n":"Elven Chain"},{"id":15422,"c":4,"u":"embroidered%20glove%20set%20with%20jewel%20chips_dmg","p":135,"s":24,"h":1,"n":"Embroidered glove set with jewel chips"},{"id":15423,"c":4,"u":"embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_dmg","p":135,"s":24,"h":1,"n":"Embroidered silk and velvet mantle set with numerous moonstones"},{"id":15424,"c":4,"u":"embroidered%20silk%20handkerchief_dmg","p":134,"s":24,"h":1,"n":"Embroidered silk handkerchief"},{"id":15425,"c":4,"u":"emerald_dmg","p":134,"s":24,"h":1,"n":"Emerald"},{"id":15426,"c":4,"u":"essence%20of%20ether_dmg","p":258,"s":24,"h":1,"r":1,"n":"Essence of Ether"},{"id":15427,"c":4,"u":"eversmoking%20bottle_dmg","p":168,"s":24,"h":1,"r":1,"n":"Eversmoking Bottle"},{"id":15428,"c":4,"u":"eye%20agate_dmg","p":134,"s":24,"h":1,"n":"Eye Agate"},{"id":15429,"c":4,"u":"eye%20of%20vecna_dmg","p":224,"s":24,"h":1,"n":"Eye of Vecna"},{"id":15430,"c":4,"u":"eye%20patch%20with%20a%20mock%20eye%20set%20in%20blue%20sapphire%20and%20moonstone_dmg","p":135,"s":24,"h":1,"n":"Eye patch with a mock eye set in blue sapphire and moonstone"},{"id":15431,"c":4,"u":"eyes%20of%20charming_dmg","p":168,"s":24,"h":1,"r":1,"n":"Eyes of Charming"},{"id":15432,"c":4,"u":"eyes%20of%20minute%20seeing_dmg","p":168,"s":24,"h":1,"r":1,"n":"Eyes of Minute Seeing"},{"id":15433,"c":4,"u":"eyes%20of%20the%20eagle_dmg","p":168,"s":24,"h":1,"r":1,"n":"Eyes of the Eagle"},{"id":15434,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20bronze%20griffon_dmg","p":169,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Bronze Griffon"},{"id":15435,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ebony%20fly_dmg","p":169,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Ebony Fly"},{"id":15436,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20golden%20lions_dmg","p":169,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Golden Lions"},{"id":15437,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ivory%20goats_dmg","p":169,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Ivory Goats"},{"id":15438,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20marble%20elephant_dmg","p":170,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Marble Elephant"},{"id":15439,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20obsidian%20steed_dmg","p":170,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Obsidian Steed"},{"id":15440,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20onyx%20dog_dmg","p":170,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Onyx Dog"},{"id":15441,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20serpentine%20owl_dmg","p":170,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Serpentine Owl"},{"id":15442,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20silver%20raven_dmg","p":170,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Silver Raven"},{"id":15443,"c":4,"u":"fine%20gold%20chain%20set%20with%20a%20fire%20opal_dmg","p":135,"s":24,"h":1,"n":"Fine gold chain set with a fire opal"},{"id":15444,"c":4,"u":"fire%20opal_dmg","p":134,"s":24,"h":1,"n":"Fire Opal"},{"id":15445,"c":4,"u":"folding%20boat_dmg","p":170,"s":24,"h":1,"r":1,"n":"Folding Boat"},{"id":15446,"c":4,"u":"fragmentation%20grenade_dmg","p":268,"s":24,"h":1,"n":"Fragmentation Grenade"},{"id":15447,"c":4,"u":"galley_dmg","p":119,"s":24,"h":1,"r":1,"n":"Galley"},{"id":15448,"c":4,"u":"garnet_dmg","p":134,"s":24,"h":1,"n":"Garnet"},{"id":15449,"c":4,"u":"gauntlets%20of%20ogre%20power_dmg","p":171,"s":24,"h":1,"r":1,"n":"Gauntlets of Ogre Power"},{"id":15450,"c":4,"u":"gem%20of%20brightness_dmg","p":171,"s":24,"h":1,"r":1,"n":"Gem of Brightness"},{"id":15451,"c":4,"u":"gem%20of%20seeing_dmg","p":172,"s":24,"h":1,"r":1,"n":"Gem of Seeing"},{"id":15452,"c":4,"u":"glamoured%20studded%20leather_dmg","p":172,"s":24,"h":1,"r":1,"n":"Glamoured Studded Leather"},{"id":15453,"c":4,"u":"gloves%20of%20missile%20snaring_dmg","p":172,"s":24,"h":1,"r":1,"n":"Gloves of Missile Snaring"},{"id":15454,"c":4,"u":"gloves%20of%20swimming%20and%20climbing_dmg","p":172,"s":24,"h":1,"r":1,"n":"Gloves of Swimming and Climbing"},{"id":15455,"c":4,"u":"gloves%20of%20thievery_dmg","p":172,"s":24,"h":1,"n":"Gloves of Thievery"},{"id":15456,"c":4,"u":"goggles%20of%20night_dmg","p":172,"s":24,"h":1,"r":1,"n":"Goggles of Night"},{"id":15457,"c":4,"u":"gold%20bird%20cage%20with%20electrum%20filigree_dmg","p":135,"s":24,"h":1,"n":"Gold bird cage with electrum filigree"},{"id":15458,"c":4,"u":"gold%20circlet%20set%20with%20four%20aquamarines_dmg","p":135,"s":24,"h":1,"n":"Gold circlet set with four aquamarines"},{"id":15459,"c":4,"u":"gold%20cup%20set%20with%20emeralds_dmg","p":135,"s":24,"h":1,"n":"Gold cup set with emeralds"},{"id":15460,"c":4,"u":"gold%20dragon%20comb%20set%20with%20red%20garnets%20as%20eyes_dmg","p":135,"s":24,"h":1,"n":"Gold dragon comb set with red garnets as eyes"},{"id":15461,"c":4,"u":"gold%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Gold Dragon Scale Mail"},{"id":15462,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree_dmg","p":135,"s":24,"h":1,"n":"Gold jewelry box with platinum filigree"},{"id":15463,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside_dmg","p":134,"s":24,"h":1,"n":"Gold locket with a painted portrait inside"},{"id":15464,"c":4,"u":"gold%20music%20box_dmg","p":135,"s":24,"h":1,"n":"Gold music box"},{"id":15465,"c":4,"u":"gold%20ring%20set%20with%20bloodstones_dmg","p":135,"s":24,"h":1,"n":"Gold ring set with bloodstones"},{"id":15466,"c":4,"u":"green%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Green Dragon Scale Mail"},{"id":15467,"c":4,"u":"grenade%20launcher_dmg","p":268,"s":24,"h":1,"n":"Grenade Launcher"},{"id":15468,"c":4,"u":"gunpowder%20horn_dmg","p":268,"s":24,"h":1,"n":"Gunpowder Horn"},{"id":15469,"c":4,"u":"gunpowder%20keg_dmg","p":268,"s":24,"h":1,"n":"Gunpowder Keg"},{"id":15470,"c":4,"u":"hammer%20of%20thunderbolts_dmg","p":173,"s":24,"h":1,"r":1,"n":"Hammer of Thunderbolts"},{"id":15471,"c":4,"u":"hand%20of%20vecna_dmg","p":224,"s":24,"h":1,"n":"Hand of Vecna"},{"id":15472,"c":4,"u":"hat%20of%20disguise_dmg","p":173,"s":24,"h":1,"r":1,"n":"Hat of Disguise"},{"id":15473,"c":4,"u":"headband%20of%20intellect_dmg","p":173,"s":24,"h":1,"r":1,"n":"Headband of Intellect"},{"id":15474,"c":4,"u":"helm%20of%20brilliance_dmg","p":173,"s":24,"h":1,"r":1,"n":"Helm of Brilliance"},{"id":15475,"c":4,"u":"helm%20of%20comprehending%20languages_dmg","p":173,"s":24,"h":1,"r":1,"n":"Helm of Comprehending Languages"},{"id":15476,"c":4,"u":"helm%20of%20telepathy_dmg","p":174,"s":24,"h":1,"r":1,"n":"Helm of Telepathy"},{"id":15477,"c":4,"u":"helm%20of%20teleportation_dmg","p":174,"s":24,"h":1,"r":1,"n":"Helm of Teleportation"},{"id":15478,"c":4,"u":"hematite_dmg","p":134,"s":24,"h":1,"n":"Hematite"},{"id":15479,"c":4,"u":"heward's%20handy%20haversack_dmg","p":174,"s":24,"h":1,"r":1,"n":"Heward's Handy Haversack"},{"id":15480,"c":4,"u":"heward's%20handy%20haversack_dmg","p":174,"s":24,"h":1,"r":1,"n":"Handy Haversack"},{"id":15481,"c":4,"u":"horn%20of%20blasting_dmg","p":174,"s":24,"h":1,"r":1,"n":"Horn of Blasting"},{"id":15482,"c":4,"u":"horn%20of%20valhalla%2c%20brass_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horn of Valhalla, Brass"},{"id":15483,"c":4,"u":"horn%20of%20valhalla%2c%20bronze_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horn of Valhalla, Bronze"},{"id":15484,"c":4,"u":"horn%20of%20valhalla%2c%20iron_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horn of Valhalla, Iron"},{"id":15485,"c":4,"u":"horn%20of%20valhalla%2c%20silver_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horn of Valhalla, Silver"},{"id":15486,"c":4,"u":"horseshoes%20of%20a%20zephyr_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horseshoes of a Zephyr"},{"id":15487,"c":4,"u":"horseshoes%20of%20speed_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horseshoes of Speed"},{"id":15488,"c":4,"u":"immovable%20rod_dmg","p":175,"s":24,"h":1,"r":1,"n":"Immovable Rod"},{"id":15489,"c":4,"u":"instrument%20of%20the%20bards%2c%20anstruth%20harp_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Anstruth Harp"},{"id":15490,"c":4,"u":"instrument%20of%20the%20bards%2c%20canaith%20mandolin_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Canaith Mandolin"},{"id":15491,"c":4,"u":"instrument%20of%20the%20bards%2c%20cli%20lyre_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Cli Lyre"},{"id":15492,"c":4,"u":"instrument%20of%20the%20bards%2c%20doss%20lute_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Doss Lute"},{"id":15493,"c":4,"u":"instrument%20of%20the%20bards%2c%20fochlucan%20bandore_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Fochlucan Bandore"},{"id":15494,"c":4,"u":"instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Mac-Fuirmidh Cittern"},{"id":15495,"c":4,"u":"instrument%20of%20the%20bards%2c%20ollamh%20harp_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Ollamh Harp"},{"id":15496,"c":4,"u":"ioun%20stone%2c%20absorption_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Absorption"},{"id":15497,"c":4,"u":"ioun%20stone%2c%20agility_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Agility"},{"id":15498,"c":4,"u":"ioun%20stone%2c%20awareness_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Awareness"},{"id":15499,"c":4,"u":"ioun%20stone%2c%20fortitude_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Fortitude"},{"id":15500,"c":4,"u":"ioun%20stone%2c%20greater%20absorption_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Greater Absorption"},{"id":15501,"c":4,"u":"ioun%20stone%2c%20insight_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Insight"},{"id":15502,"c":4,"u":"ioun%20stone%2c%20intellect_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Intellect"},{"id":15503,"c":4,"u":"ioun%20stone%2c%20leadership_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Leadership"},{"id":15504,"c":4,"u":"ioun%20stone%2c%20mastery_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Mastery"},{"id":15505,"c":4,"u":"ioun%20stone%2c%20protection_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Protection"},{"id":15506,"c":4,"u":"ioun%20stone%2c%20regeneration_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Regeneration"},{"id":15507,"c":4,"u":"ioun%20stone%2c%20reserve_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Reserve"},{"id":15508,"c":4,"u":"ioun%20stone%2c%20strength_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Strength"},{"id":15509,"c":4,"u":"ioun%20stone%2c%20sustenance_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Sustenance"},{"id":15510,"c":4,"u":"iron%20bands%20of%20bilarro_dmg","p":177,"s":24,"h":1,"r":1,"n":"Iron Bands of Bilarro"},{"id":15511,"c":4,"u":"iron%20bands%20of%20bilarro_dmg","p":177,"s":24,"h":1,"r":1,"n":"Iron Bands of Binding"},{"id":15512,"c":4,"u":"iron%20flask_dmg","p":178,"s":24,"h":1,"r":1,"n":"Iron Flask"},{"id":15513,"c":4,"u":"jacinth_dmg","p":134,"s":24,"h":1,"n":"Jacinth"},{"id":15514,"c":4,"u":"jade_dmg","p":134,"s":24,"h":1,"n":"Jade"},{"id":15515,"c":4,"u":"jade%20game%20board%20with%20solid%20gold%20playing%20pieces_dmg","p":135,"s":24,"h":1,"n":"Jade game board with solid gold playing pieces"},{"id":15516,"c":4,"u":"jasper_dmg","p":134,"s":24,"h":1,"n":"Jasper"},{"id":15517,"c":4,"u":"javelin%20of%20lightning_dmg","p":178,"s":24,"h":1,"r":1,"n":"Javelin of Lightning"},{"id":15518,"c":4,"u":"jet_dmg","p":134,"s":24,"h":1,"n":"Jet"},{"id":15519,"c":4,"u":"jeweled%20anklet_dmg","p":135,"s":24,"h":1,"n":"Jeweled anklet"},{"id":15520,"c":4,"u":"jeweled%20gold%20crown_dmg","p":135,"s":24,"h":1,"n":"Jeweled gold crown"},{"id":15521,"c":4,"u":"jeweled%20platinum%20ring_dmg","p":135,"s":24,"h":1,"n":"Jeweled platinum ring"},{"id":15522,"c":4,"u":"keelboat_dmg","p":119,"s":24,"h":1,"r":1,"n":"Keelboat"},{"id":15523,"c":4,"u":"keoghtom's%20ointment_dmg","p":179,"s":24,"h":1,"r":1,"n":"Keoghtom's Ointment"},{"id":15524,"c":4,"u":"keoghtom's%20ointment_dmg","p":179,"s":24,"h":1,"r":1,"n":"Restorative Ointment"},{"id":15525,"c":4,"u":"lantern%20of%20revealing_dmg","p":179,"s":24,"h":1,"r":1,"n":"Lantern of Revealing"},{"id":15526,"c":4,"u":"lapis%20lazuli_dmg","p":134,"s":24,"h":1,"n":"Lapis Lazuli"},{"id":15527,"c":4,"u":"large%20gold%20bracelet_dmg","p":135,"s":24,"h":1,"n":"Large gold bracelet"},{"id":15528,"c":4,"u":"large%20well-made%20tapestry_dmg","p":135,"s":24,"h":1,"n":"Large well-made tapestry"},{"id":15529,"c":4,"u":"longship_dmg","p":119,"s":24,"h":1,"r":1,"n":"Longship"},{"id":15530,"c":4,"u":"mace%20of%20disruption_dmg","p":179,"s":24,"h":1,"r":1,"n":"Mace of Disruption"},{"id":15531,"c":4,"u":"mace%20of%20smiting_dmg","p":179,"s":24,"h":1,"r":1,"n":"Mace of Smiting"},{"id":15532,"c":4,"u":"mace%20of%20terror_dmg","p":180,"s":24,"h":1,"r":1,"n":"Mace of Terror"},{"id":15533,"c":4,"u":"malachite_dmg","p":134,"s":24,"h":1,"n":"Malachite"},{"id":15534,"c":4,"u":"malice_dmg","p":258,"s":24,"h":1,"r":1,"n":"Malice"},{"id":15535,"c":4,"u":"mantle%20of%20spell%20resistance_dmg","p":180,"s":24,"h":1,"r":1,"n":"Mantle of Spell Resistance"},{"id":15536,"c":4,"u":"manual%20of%20bodily%20health_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Bodily Health"},{"id":15537,"c":4,"u":"manual%20of%20clay%20golems_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Clay Golems"},{"id":15538,"c":4,"u":"manual%20of%20flesh%20golems_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Flesh Golems"},{"id":15539,"c":4,"u":"manual%20of%20gainful%20exercise_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Gainful Exercise"},{"id":15540,"c":4,"u":"manual%20of%20iron%20golems_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Iron Golems"},{"id":15541,"c":4,"u":"manual%20of%20quickness%20of%20action_dmg","p":181,"s":24,"h":1,"r":1,"n":"Manual of Quickness of Action"},{"id":15542,"c":4,"u":"manual%20of%20stone%20golems_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Stone Golems"},{"id":15543,"c":4,"u":"medallion%20of%20thoughts_dmg","p":181,"s":24,"h":1,"r":1,"n":"Medallion of Thoughts"},{"id":15544,"c":4,"u":"midnight%20tears_dmg","p":258,"s":24,"h":1,"r":1,"n":"Midnight Tears"},{"id":15545,"c":4,"u":"mirror%20of%20life%20trapping_dmg","p":181,"s":24,"h":1,"r":1,"n":"Mirror of Life Trapping"},{"id":15546,"c":4,"u":"moonblade_dmg","p":217,"s":24,"h":1,"n":"Moonblade"},{"id":15547,"c":4,"u":"moonstone_dmg","p":134,"s":24,"h":1,"n":"Moonstone"},{"id":15548,"c":4,"u":"moss%20agate_dmg","p":134,"s":24,"h":1,"n":"Moss Agate"},{"id":15549,"c":4,"u":"necklace%20of%20adaptation_dmg","p":182,"s":24,"h":1,"r":1,"n":"Necklace of Adaptation"},{"id":15550,"c":4,"u":"necklace%20of%20fireballs_dmg","p":182,"s":24,"h":1,"r":1,"n":"Necklace of Fireballs"},{"id":15551,"c":4,"u":"necklace%20of%20prayer%20beads_dmg","p":182,"s":24,"h":1,"r":1,"n":"Necklace of Prayer Beads"},{"id":15552,"c":4,"u":"necklace%20string%20of%20small%20pink%20pearls_dmg","p":135,"s":24,"h":1,"n":"Necklace string of small pink pearls"},{"id":15553,"c":4,"u":"nolzur's%20marvelous%20pigments_dmg","p":183,"s":24,"h":1,"r":1,"n":"Nolzur's Marvelous Pigments"},{"id":15554,"c":4,"u":"nolzur's%20marvelous%20pigments_dmg","p":183,"s":24,"h":1,"r":1,"n":"Marvelous Pigments"},{"id":15555,"c":4,"u":"oathbow_dmg","p":183,"s":24,"h":1,"r":1,"n":"Oathbow"},{"id":15556,"c":4,"u":"obsidian_dmg","p":134,"s":24,"h":1,"n":"Obsidian"},{"id":15557,"c":4,"u":"obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_dmg","p":135,"s":24,"h":1,"n":"Obsidian statuette with gold fittings and inlay"},{"id":15558,"c":4,"u":"oil%20of%20etherealness_dmg","p":183,"s":24,"h":1,"r":1,"n":"Oil of Etherealness"},{"id":15559,"c":4,"u":"oil%20of%20sharpness_dmg","p":184,"s":24,"h":1,"r":1,"n":"Oil of Sharpness"},{"id":15560,"c":4,"u":"oil%20of%20slipperiness_dmg","p":184,"s":24,"h":1,"r":1,"n":"Oil of Slipperiness"},{"id":15561,"c":4,"u":"oil%20of%20taggit_dmg","p":258,"s":24,"h":1,"r":1,"n":"Oil of Taggit"},{"id":15562,"c":4,"u":"old%20masterpiece%20painting_dmg","p":135,"s":24,"h":1,"n":"Old masterpiece painting"},{"id":15563,"c":4,"u":"onyx_dmg","p":134,"s":24,"h":1,"n":"Onyx"},{"id":15564,"c":4,"u":"opal_dmg","p":134,"s":24,"h":1,"n":"Opal"},{"id":15565,"c":4,"u":"orb%20of%20dragonkind_dmg","p":225,"s":24,"h":1,"r":1,"n":"Orb of Dragonkind"},{"id":15566,"c":4,"u":"painted%20gold%20child's%20sarcophagus_dmg","p":135,"s":24,"h":1,"n":"Painted gold child's sarcophagus"},{"id":15567,"c":4,"u":"painted%20gold%20war%20mask_dmg","p":135,"s":24,"h":1,"n":"Painted gold war mask"},{"id":15568,"c":4,"u":"pair%20of%20engraved%20bone%20dice_dmg","p":134,"s":24,"h":1,"n":"Pair of engraved bone dice"},{"id":15569,"c":4,"u":"pale%20tincture_dmg","p":258,"s":24,"h":1,"r":1,"n":"Pale Tincture"},{"id":15570,"c":4,"u":"pearl_dmg","p":134,"s":24,"h":1,"n":"Pearl"},{"id":15571,"c":4,"u":"pearl%20of%20power_dmg","p":184,"s":24,"h":1,"r":1,"n":"Pearl of Power"},{"id":15572,"c":4,"u":"periapt%20of%20health_dmg","p":184,"s":24,"h":1,"r":1,"n":"Periapt of Health"},{"id":15573,"c":4,"u":"periapt%20of%20proof%20against%20poison_dmg","p":184,"s":24,"h":1,"r":1,"n":"Periapt of Proof against Poison"},{"id":15574,"c":4,"u":"periapt%20of%20wound%20closure_dmg","p":184,"s":24,"h":1,"r":1,"n":"Periapt of Wound Closure"},{"id":15575,"c":4,"u":"peridot_dmg","p":134,"s":24,"h":1,"n":"Peridot"},{"id":15576,"c":4,"u":"philter%20of%20love_dmg","p":184,"s":24,"h":1,"r":1,"n":"Philter of Love"},{"id":15577,"c":4,"u":"pipes%20of%20haunting_dmg","p":185,"s":24,"h":1,"r":1,"n":"Pipes of Haunting"},{"id":15578,"c":4,"u":"pipes%20of%20the%20sewers_dmg","p":185,"s":24,"h":1,"r":1,"n":"Pipes of the Sewers"},{"id":15579,"c":4,"u":"plate%20armor%20of%20etherealness_dmg","p":185,"s":24,"h":1,"r":1,"n":"Plate Armor of Etherealness"},{"id":15580,"c":4,"u":"platinum%20bracelet%20set%20with%20a%20sapphire_dmg","p":135,"s":24,"h":1,"n":"Platinum bracelet set with a sapphire"},{"id":15581,"c":4,"u":"portable%20hole_dmg","p":185,"s":24,"h":1,"r":1,"n":"Portable Hole"},{"id":15582,"c":4,"u":"potion%20of%20acid%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Acid Resistance"},{"id":15583,"c":4,"u":"potion%20of%20animal%20friendship_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Animal Friendship"},{"id":15584,"c":4,"u":"potion%20of%20clairvoyance_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Clairvoyance"},{"id":15585,"c":4,"u":"potion%20of%20climbing_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Climbing"},{"id":15586,"c":4,"u":"potion%20of%20cloud%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Cloud Giant Strength"},{"id":15587,"c":4,"u":"potion%20of%20cold%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Cold Resistance"},{"id":15588,"c":4,"u":"potion%20of%20diminution_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Diminution"},{"id":15589,"c":4,"u":"potion%20of%20fire%20breath_dmg","p":187,"s":24,"h":1,"n":"Potion of Fire Breath"},{"id":15590,"c":4,"u":"potion%20of%20fire%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Fire Giant Strength"},{"id":15591,"c":4,"u":"potion%20of%20fire%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Fire Resistance"},{"id":15592,"c":4,"u":"potion%20of%20flying_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Flying"},{"id":15593,"c":4,"u":"potion%20of%20force%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Force Resistance"},{"id":15594,"c":4,"u":"potion%20of%20frost%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Frost Giant Strength"},{"id":15595,"c":4,"u":"potion%20of%20gaseous%20form_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Gaseous Form"},{"id":15596,"c":4,"u":"potion%20of%20greater%20healing_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Greater Healing"},{"id":15597,"c":4,"u":"potion%20of%20growth_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Growth"},{"id":15598,"c":4,"u":"potion%20of%20healing_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Healing"},{"id":15599,"c":4,"u":"potion%20of%20heroism_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Heroism"},{"id":15600,"c":4,"u":"potion%20of%20hill%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Hill Giant Strength"},{"id":15601,"c":4,"u":"potion%20of%20invisibility_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Invisibility"},{"id":15602,"c":4,"u":"potion%20of%20invulnerability_dmg","p":188,"s":24,"h":1,"n":"Potion of Invulnerability"},{"id":15603,"c":4,"u":"potion%20of%20lightning%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Lightning Resistance"},{"id":15604,"c":4,"u":"potion%20of%20longevity_dmg","p":188,"s":24,"h":1,"n":"Potion of Longevity"},{"id":15605,"c":4,"u":"potion%20of%20mind%20reading_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Mind Reading"},{"id":15606,"c":4,"u":"potion%20of%20necrotic%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Necrotic Resistance"},{"id":15607,"c":4,"u":"potion%20of%20poison_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Poison"},{"id":15608,"c":4,"u":"potion%20of%20poison%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Poison Resistance"},{"id":15609,"c":4,"u":"potion%20of%20psychic%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Psychic Resistance"},{"id":15610,"c":4,"u":"potion%20of%20radiant%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Radiant Resistance"},{"id":15611,"c":4,"u":"potion%20of%20speed_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Speed"},{"id":15612,"c":4,"u":"potion%20of%20stone%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Stone Giant Strength"},{"id":15613,"c":4,"u":"potion%20of%20storm%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Storm Giant Strength"},{"id":15614,"c":4,"u":"potion%20of%20superior%20healing_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Superior Healing"},{"id":15615,"c":4,"u":"potion%20of%20supreme%20healing_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Supreme Healing"},{"id":15616,"c":4,"u":"potion%20of%20thunder%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Thunder Resistance"},{"id":15617,"c":4,"u":"potion%20of%20vitality_dmg","p":188,"s":24,"h":1,"n":"Potion of Vitality"},{"id":15618,"c":4,"u":"potion%20of%20water%20breathing_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Water Breathing"},{"id":15619,"c":4,"u":"purple%20worm%20poison_dmg","p":258,"s":24,"h":1,"r":1,"n":"Purple Worm Poison"},{"id":15620,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Anchor"},{"id":15621,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Anchor"},{"id":15622,"c":4,"u":"quaal's%20feather%20token%2c%20bird_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Bird"},{"id":15623,"c":4,"u":"quaal's%20feather%20token%2c%20bird_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Bird"},{"id":15624,"c":4,"u":"quaal's%20feather%20token%2c%20fan_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Fan"},{"id":15625,"c":4,"u":"quaal's%20feather%20token%2c%20fan_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Fan"},{"id":15626,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Swan Boat"},{"id":15627,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Swan Boat"},{"id":15628,"c":4,"u":"quaal's%20feather%20token%2c%20tree_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Tree"},{"id":15629,"c":4,"u":"quaal's%20feather%20token%2c%20tree_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Tree"},{"id":15630,"c":4,"u":"quaal's%20feather%20token%2c%20whip_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Whip"},{"id":15631,"c":4,"u":"quaal's%20feather%20token%2c%20whip_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Whip"},{"id":15632,"c":4,"u":"quartz_dmg","p":134,"s":24,"h":1,"n":"Quartz"},{"id":15633,"c":4,"u":"quiver%20of%20ehlonna_dmg","p":189,"s":24,"h":1,"r":1,"n":"Quiver of Ehlonna"},{"id":15634,"c":4,"u":"quiver%20of%20ehlonna_dmg","p":189,"s":24,"h":1,"r":1,"n":"Efficient Quiver"},{"id":15635,"c":4,"u":"red%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Red Dragon Scale Mail"},{"id":15636,"c":4,"u":"rhodochrosite_dmg","p":134,"s":24,"h":1,"n":"Rhodochrosite"},{"id":15637,"c":4,"u":"ring%20of%20acid%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Acid Resistance"},{"id":15638,"c":4,"u":"ring%20of%20air%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"n":"Ring of Air Elemental Command"},{"id":15639,"c":4,"u":"ring%20of%20animal%20influence_dmg","p":189,"s":24,"h":1,"r":1,"n":"Ring of Animal Influence"},{"id":15640,"c":4,"u":"ring%20of%20cold%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Cold Resistance"},{"id":15641,"c":4,"u":"ring%20of%20djinni%20summoning_dmg","p":190,"s":24,"h":1,"r":1,"n":"Ring of Djinni Summoning"},{"id":15642,"c":4,"u":"ring%20of%20earth%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"n":"Ring of Earth Elemental Command"},{"id":15643,"c":4,"u":"ring%20of%20evasion_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Evasion"},{"id":15644,"c":4,"u":"ring%20of%20feather%20falling_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Feather Falling"},{"id":15645,"c":4,"u":"ring%20of%20fire%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"n":"Ring of Fire Elemental Command"},{"id":15646,"c":4,"u":"ring%20of%20fire%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Fire Resistance"},{"id":15647,"c":4,"u":"ring%20of%20force%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Force Resistance"},{"id":15648,"c":4,"u":"ring%20of%20free%20action_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Free Action"},{"id":15649,"c":4,"u":"ring%20of%20invisibility_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Invisibility"},{"id":15650,"c":4,"u":"ring%20of%20jumping_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Jumping"},{"id":15651,"c":4,"u":"ring%20of%20lightning%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Lightning Resistance"},{"id":15652,"c":4,"u":"ring%20of%20mind%20shielding_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Mind Shielding"},{"id":15653,"c":4,"u":"ring%20of%20necrotic%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Necrotic Resistance"},{"id":15654,"c":4,"u":"ring%20of%20poison%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Poison Resistance"},{"id":15655,"c":4,"u":"ring%20of%20protection_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Protection"},{"id":15656,"c":4,"u":"ring%20of%20psychic%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Psychic Resistance"},{"id":15657,"c":4,"u":"ring%20of%20radiant%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Radiant Resistance"},{"id":15658,"c":4,"u":"ring%20of%20regeneration_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Regeneration"},{"id":15659,"c":4,"u":"ring%20of%20shooting%20stars_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Shooting Stars"},{"id":15660,"c":4,"u":"ring%20of%20spell%20storing_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Spell Storing"},{"id":15661,"c":4,"u":"ring%20of%20spell%20turning_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Spell Turning"},{"id":15662,"c":4,"u":"ring%20of%20swimming_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Swimming"},{"id":15663,"c":4,"u":"ring%20of%20telekinesis_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Telekinesis"},{"id":15664,"c":4,"u":"ring%20of%20the%20ram_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of the Ram"},{"id":15665,"c":4,"u":"ring%20of%20three%20wishes_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Three Wishes"},{"id":15666,"c":4,"u":"ring%20of%20thunder%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Thunder Resistance"},{"id":15667,"c":4,"u":"ring%20of%20warmth_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Warmth"},{"id":15668,"c":4,"u":"ring%20of%20water%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"n":"Ring of Water Elemental Command"},{"id":15669,"c":4,"u":"ring%20of%20water%20walking_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Water Walking"},{"id":15670,"c":4,"u":"ring%20of%20x-ray%20vision_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of X-ray Vision"},{"id":15671,"c":4,"u":"robe%20of%20eyes_dmg","p":193,"s":24,"h":1,"r":1,"n":"Robe of Eyes"},{"id":15672,"c":4,"u":"robe%20of%20scintillating%20colors_dmg","p":194,"s":24,"h":1,"r":1,"n":"Robe of Scintillating Colors"},{"id":15673,"c":4,"u":"robe%20of%20stars_dmg","p":194,"s":24,"h":1,"r":1,"n":"Robe of Stars"},{"id":15674,"c":4,"u":"robe%20of%20the%20archmagi_dmg","p":194,"s":24,"h":1,"r":1,"n":"Robe of the Archmagi"},{"id":15675,"c":4,"u":"robe%20of%20useful%20items_dmg","p":195,"s":24,"h":1,"r":1,"n":"Robe of Useful Items"},{"id":15676,"c":4,"u":"rod%20of%20absorption_dmg","p":195,"s":24,"h":1,"r":1,"n":"Rod of Absorption"},{"id":15677,"c":4,"u":"rod%20of%20alertness_dmg","p":196,"s":24,"h":1,"r":1,"n":"Rod of Alertness"},{"id":15678,"c":4,"u":"rod%20of%20lordly%20might_dmg","p":196,"s":24,"h":1,"r":1,"n":"Rod of Lordly Might"},{"id":15679,"c":4,"u":"rod%20of%20resurrection_dmg","p":197,"s":24,"h":1,"n":"Rod of Resurrection"},{"id":15680,"c":4,"u":"rod%20of%20rulership_dmg","p":197,"s":24,"h":1,"r":1,"n":"Rod of Rulership"},{"id":15681,"c":4,"u":"rod%20of%20security_dmg","p":197,"s":24,"h":1,"r":1,"n":"Rod of Security"},{"id":15682,"c":4,"u":"rope%20of%20climbing_dmg","p":197,"s":24,"h":1,"r":1,"n":"Rope of Climbing"},{"id":15683,"c":4,"u":"rope%20of%20entanglement_dmg","p":197,"s":24,"h":1,"r":1,"n":"Rope of Entanglement"},{"id":15684,"c":4,"u":"rowboat_dmg","p":119,"s":24,"h":1,"r":1,"n":"Rowboat"},{"id":15685,"c":4,"u":"ruby_dmg","p":134,"s":24,"h":1,"n":"Ruby"},{"id":15686,"c":4,"u":"saddle%20of%20the%20cavalier_dmg","p":199,"s":24,"h":1,"n":"Saddle of the Cavalier"},{"id":15687,"c":4,"u":"sailing%20ship_dmg","p":119,"s":24,"h":1,"r":1,"n":"Sailing Ship"},{"id":15688,"c":4,"u":"sardonyx_dmg","p":134,"s":24,"h":1,"n":"Sardonyx"},{"id":15689,"c":4,"u":"scarab%20of%20protection_dmg","p":199,"s":24,"h":1,"r":1,"n":"Scarab of Protection"},{"id":15690,"c":4,"u":"scimitar%20of%20speed_dmg","p":199,"s":24,"h":1,"r":1,"n":"Scimitar of Speed"},{"id":15691,"c":4,"u":"scroll%20of%20protection%20from%20aberrations_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Aberrations"},{"id":15692,"c":4,"u":"scroll%20of%20protection%20from%20beasts_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Beasts"},{"id":15693,"c":4,"u":"scroll%20of%20protection%20from%20celestials_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Celestials"},{"id":15694,"c":4,"u":"scroll%20of%20protection%20from%20elementals_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Elementals"},{"id":15695,"c":4,"u":"scroll%20of%20protection%20from%20fey_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Fey"},{"id":15696,"c":4,"u":"scroll%20of%20protection%20from%20fiends_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Fiends"},{"id":15697,"c":4,"u":"scroll%20of%20protection%20from%20plants_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Plants"},{"id":15698,"c":4,"u":"scroll%20of%20protection%20from%20undead_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Undead"},{"id":15699,"c":4,"u":"sending%20stones_dmg","p":199,"s":24,"h":1,"n":"Sending Stones"},{"id":15700,"c":4,"u":"sentinel%20shield_dmg","p":199,"s":24,"h":1,"n":"Sentinel Shield"},{"id":15701,"c":4,"u":"serpent%20venom_dmg","p":258,"s":24,"h":1,"r":1,"n":"Serpent Venom"},{"id":15702,"c":4,"u":"shield%20of%20missile%20attraction_dmg","p":200,"s":24,"h":1,"r":1,"n":"Shield of Missile Attraction"},{"id":15703,"c":4,"u":"silk%20robe%20with%20gold%20embroidery_dmg","p":135,"s":24,"h":1,"n":"Silk robe with gold embroidery"},{"id":15704,"c":4,"u":"silver%20and%20gold%20brooch_dmg","p":135,"s":24,"h":1,"n":"Silver and gold brooch"},{"id":15705,"c":4,"u":"silver%20chalice%20set%20with%20moonstones_dmg","p":135,"s":24,"h":1,"n":"Silver chalice set with moonstones"},{"id":15706,"c":4,"u":"silver%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Silver Dragon Scale Mail"},{"id":15707,"c":4,"u":"silver%20ewer_dmg","p":134,"s":24,"h":1,"n":"Silver ewer"},{"id":15708,"c":4,"u":"silver%20necklace%20with%20a%20gemstone%20pendant_dmg","p":135,"s":24,"h":1,"n":"Silver necklace with a gemstone pendant"},{"id":15709,"c":4,"u":"silver-plated%20steel%20longsword%20with%20jet%20set%20in%20hilt_dmg","p":135,"s":24,"h":1,"n":"Silver-plated steel longsword with jet set in hilt"},{"id":15710,"c":4,"u":"slippers%20of%20spider%20climbing_dmg","p":200,"s":24,"h":1,"r":1,"n":"Slippers of Spider Climbing"},{"id":15711,"c":4,"u":"small%20gold%20bracelet_dmg","p":134,"s":24,"h":1,"n":"Small gold bracelet"},{"id":15712,"c":4,"u":"small%20gold%20idol_dmg","p":135,"s":24,"h":1,"n":"Small gold idol"},{"id":15713,"c":4,"u":"small%20gold%20statuette%20set%20with%20rubies_dmg","p":135,"s":24,"h":1,"n":"Small gold statuette set with rubies"},{"id":15714,"c":4,"u":"small%20mirror%20set%20in%20a%20painted%20wooden%20frame_dmg","p":134,"s":24,"h":1,"n":"Small mirror set in a painted wooden frame"},{"id":15715,"c":4,"u":"smoke%20grenade_dmg","p":268,"s":24,"h":1,"n":"Smoke Grenade"},{"id":15716,"c":4,"u":"sovereign%20glue_dmg","p":200,"s":24,"h":1,"r":1,"n":"Sovereign Glue"},{"id":15717,"c":4,"u":"spell%20scroll%20(1st%20level)_dmg","p":200,"s":24,"h":1,"r":1,"n":"Spell Scroll (1st Level)"},{"id":15718,"c":4,"u":"spell%20scroll%20(2nd%20level)_dmg","p":201,"s":24,"h":1,"r":1,"n":"Spell Scroll (2nd Level)"},{"id":15719,"c":4,"u":"spell%20scroll%20(3rd%20level)_dmg","p":202,"s":24,"h":1,"r":1,"n":"Spell Scroll (3rd Level)"},{"id":15720,"c":4,"u":"spell%20scroll%20(4th%20level)_dmg","p":203,"s":24,"h":1,"r":1,"n":"Spell Scroll (4th Level)"},{"id":15721,"c":4,"u":"spell%20scroll%20(5th%20level)_dmg","p":204,"s":24,"h":1,"r":1,"n":"Spell Scroll (5th Level)"},{"id":15722,"c":4,"u":"spell%20scroll%20(6th%20level)_dmg","p":205,"s":24,"h":1,"r":1,"n":"Spell Scroll (6th Level)"},{"id":15723,"c":4,"u":"spell%20scroll%20(7th%20level)_dmg","p":206,"s":24,"h":1,"r":1,"n":"Spell Scroll (7th Level)"},{"id":15724,"c":4,"u":"spell%20scroll%20(8th%20level)_dmg","p":207,"s":24,"h":1,"r":1,"n":"Spell Scroll (8th Level)"},{"id":15725,"c":4,"u":"spell%20scroll%20(9th%20level)_dmg","p":208,"s":24,"h":1,"r":1,"n":"Spell Scroll (9th Level)"},{"id":15726,"c":4,"u":"spell%20scroll%20(cantrip)_dmg","p":199,"s":24,"h":1,"r":1,"n":"Spell Scroll (Cantrip)"},{"id":15727,"c":4,"u":"spellguard%20shield_dmg","p":201,"s":24,"h":1,"r":1,"n":"Spellguard Shield"},{"id":15728,"c":4,"u":"sphere%20of%20annihilation_dmg","p":201,"s":24,"h":1,"r":1,"n":"Sphere of Annihilation"},{"id":15729,"c":4,"u":"spinel_dmg","p":134,"s":24,"h":1,"n":"Spinel"},{"id":15730,"c":4,"u":"staff%20of%20charming_dmg","p":201,"s":24,"h":1,"r":1,"n":"Staff of Charming"},{"id":15731,"c":4,"u":"staff%20of%20fire_dmg","p":201,"s":24,"h":1,"r":1,"n":"Staff of Fire"},{"id":15732,"c":4,"u":"staff%20of%20frost_dmg","p":202,"s":24,"h":1,"r":1,"n":"Staff of Frost"},{"id":15733,"c":4,"u":"staff%20of%20healing_dmg","p":202,"s":24,"h":1,"r":1,"n":"Staff of Healing"},{"id":15734,"c":4,"u":"staff%20of%20power_dmg","p":202,"s":24,"h":1,"r":1,"n":"Staff of Power"},{"id":15735,"c":4,"u":"staff%20of%20striking_dmg","p":203,"s":24,"h":1,"r":1,"n":"Staff of Striking"},{"id":15736,"c":4,"u":"staff%20of%20swarming%20insects_dmg","p":203,"s":24,"h":1,"r":1,"n":"Staff of Swarming Insects"},{"id":15737,"c":4,"u":"staff%20of%20the%20adder_dmg","p":203,"s":24,"h":1,"n":"Staff of the Adder"},{"id":15738,"c":4,"u":"staff%20of%20the%20magi_dmg","p":203,"s":24,"h":1,"r":1,"n":"Staff of the Magi"},{"id":15739,"c":4,"u":"staff%20of%20the%20python_dmg","p":204,"s":24,"h":1,"r":1,"n":"Staff of the Python"},{"id":15740,"c":4,"u":"staff%20of%20the%20woodlands_dmg","p":204,"s":24,"h":1,"r":1,"n":"Staff of the Woodlands"},{"id":15741,"c":4,"u":"staff%20of%20thunder%20and%20lightning_dmg","p":204,"s":24,"h":1,"r":1,"n":"Staff of Thunder and Lightning"},{"id":15742,"c":4,"u":"staff%20of%20withering_dmg","p":205,"s":24,"h":1,"r":1,"n":"Staff of Withering"},{"id":15743,"c":4,"u":"star%20rose%20quartz_dmg","p":134,"s":24,"h":1,"n":"Star rose quartz"},{"id":15744,"c":4,"u":"star%20ruby_dmg","p":134,"s":24,"h":1,"n":"Star Ruby"},{"id":15745,"c":4,"u":"star%20sapphire_dmg","p":134,"s":24,"h":1,"n":"Star Sapphire"},{"id":15746,"c":4,"u":"stone%20of%20controlling%20earth%20elementals_dmg","p":205,"s":24,"h":1,"r":1,"n":"Stone of Controlling Earth Elementals"},{"id":15747,"c":4,"u":"stone%20of%20good%20luck_dmg","p":205,"s":24,"h":1,"r":1,"n":"Stone of Good Luck"},{"id":15748,"c":4,"u":"stone%20of%20good%20luck_dmg","p":205,"s":24,"h":1,"r":1,"n":"Luckstone"},{"id":15749,"c":4,"u":"sun%20blade_dmg","p":205,"s":24,"h":1,"r":1,"n":"Sun Blade"},{"id":15750,"c":4,"u":"sword%20of%20answering%20(answerer)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Answerer)"},{"id":15751,"c":4,"u":"sword%20of%20answering%20(back%20talker)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Back Talker)"},{"id":15752,"c":4,"u":"sword%20of%20answering%20(concluder)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Concluder)"},{"id":15753,"c":4,"u":"sword%20of%20answering%20(last%20quip)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Last Quip)"},{"id":15754,"c":4,"u":"sword%20of%20answering%20(rebutter)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Rebutter)"},{"id":15755,"c":4,"u":"sword%20of%20answering%20(replier)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Replier)"},{"id":15756,"c":4,"u":"sword%20of%20answering%20(retorter)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Retorter)"},{"id":15757,"c":4,"u":"sword%20of%20answering%20(scather)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Scather)"},{"id":15758,"c":4,"u":"sword%20of%20answering%20(squelcher)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Squelcher)"},{"id":15759,"c":4,"u":"sword%20of%20kas_dmg","p":226,"s":24,"h":1,"n":"Sword of Kas"},{"id":15760,"c":4,"u":"talisman%20of%20pure%20good_dmg","p":207,"s":24,"h":1,"r":1,"n":"Talisman of Pure Good"},{"id":15761,"c":4,"u":"talisman%20of%20the%20sphere_dmg","p":207,"s":24,"h":1,"r":1,"n":"Talisman of the Sphere"},{"id":15762,"c":4,"u":"talisman%20of%20ultimate%20evil_dmg","p":207,"s":24,"h":1,"r":1,"n":"Talisman of Ultimate Evil"},{"id":15763,"c":4,"u":"tentacle%20rod_dmg","p":208,"s":24,"h":1,"n":"Tentacle Rod"},{"id":15764,"c":4,"u":"tiger%20eye_dmg","p":134,"s":24,"h":1,"n":"Tiger Eye"},{"id":15765,"c":4,"u":"tome%20of%20clear%20thought_dmg","p":208,"s":24,"h":1,"r":1,"n":"Tome of Clear Thought"},{"id":15766,"c":4,"u":"tome%20of%20leadership%20and%20influence_dmg","p":208,"s":24,"h":1,"r":1,"n":"Tome of Leadership and Influence"},{"id":15767,"c":4,"u":"tome%20of%20the%20stilled%20tongue_dmg","p":208,"s":24,"h":1,"n":"Tome of the Stilled Tongue"},{"id":15768,"c":4,"u":"tome%20of%20understanding_dmg","p":209,"s":24,"h":1,"r":1,"n":"Tome of Understanding"},{"id":15769,"c":4,"u":"topaz_dmg","p":134,"s":24,"h":1,"n":"Topaz"},{"id":15770,"c":4,"u":"torpor_dmg","p":258,"s":24,"h":1,"r":1,"n":"Torpor"},{"id":15771,"c":4,"u":"tourmaline_dmg","p":134,"s":24,"h":1,"n":"Tourmaline"},{"id":15772,"c":4,"u":"trident%20of%20fish%20command_dmg","p":209,"s":24,"h":1,"r":1,"n":"Trident of Fish Command"},{"id":15773,"c":4,"u":"truth%20serum_dmg","p":258,"s":24,"h":1,"r":1,"n":"Truth Serum"},{"id":15774,"c":4,"u":"turquoise_dmg","p":134,"s":24,"h":1,"n":"Turquoise"},{"id":15775,"c":4,"u":"universal%20solvent_dmg","p":209,"s":24,"h":1,"r":1,"n":"Universal Solvent"},{"id":15776,"c":4,"u":"wand%20of%20binding_dmg","p":209,"s":24,"h":1,"r":1,"n":"Wand of Binding"},{"id":15777,"c":4,"u":"wand%20of%20enemy%20detection_dmg","p":210,"s":24,"h":1,"r":1,"n":"Wand of Enemy Detection"},{"id":15778,"c":4,"u":"wand%20of%20fear_dmg","p":210,"s":24,"h":1,"r":1,"n":"Wand of Fear"},{"id":15779,"c":4,"u":"wand%20of%20fireballs_dmg","p":210,"s":24,"h":1,"r":1,"n":"Wand of Fireballs"},{"id":15780,"c":4,"u":"wand%20of%20lightning%20bolts_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Lightning Bolts"},{"id":15781,"c":4,"u":"wand%20of%20magic%20detection_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Magic Detection"},{"id":15782,"c":4,"u":"wand%20of%20magic%20missiles_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Magic Missiles"},{"id":15783,"c":4,"u":"wand%20of%20orcus_dmg","p":227,"s":24,"h":1,"n":"Wand of Orcus"},{"id":15784,"c":4,"u":"wand%20of%20paralysis_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Paralysis"},{"id":15785,"c":4,"u":"wand%20of%20polymorph_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Polymorph"},{"id":15786,"c":4,"u":"wand%20of%20secrets_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Secrets"},{"id":15787,"c":4,"u":"wand%20of%20web_dmg","p":212,"s":24,"h":1,"r":1,"n":"Wand of Web"},{"id":15788,"c":4,"u":"wand%20of%20wonder_dmg","p":212,"s":24,"h":1,"r":1,"n":"Wand of Wonder"},{"id":15789,"c":4,"u":"warship_dmg","p":119,"s":24,"h":1,"r":1,"n":"Warship"},{"id":15790,"c":4,"u":"wave_dmg","p":218,"s":24,"h":1,"n":"Wave"},{"id":15791,"c":4,"u":"well%20of%20many%20worlds_dmg","p":213,"s":24,"h":1,"r":1,"n":"Well of Many Worlds"},{"id":15792,"c":4,"u":"whelm_dmg","p":218,"s":24,"h":1,"n":"Whelm"},{"id":15793,"c":4,"u":"white%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"White Dragon Scale Mail"},{"id":15794,"c":4,"u":"wind%20fan_dmg","p":213,"s":24,"h":1,"r":1,"n":"Wind Fan"},{"id":15795,"c":4,"u":"winged%20boots_dmg","p":214,"s":24,"h":1,"r":1,"n":"Winged Boots"},{"id":15796,"c":4,"u":"wings%20of%20flying_dmg","p":214,"s":24,"h":1,"r":1,"n":"Wings of Flying"},{"id":15797,"c":4,"u":"wyvern%20poison_dmg","p":258,"s":24,"h":1,"r":1,"n":"Wyvern Poison"},{"id":15798,"c":4,"u":"yellow%20sapphire_dmg","p":134,"s":24,"h":1,"n":"Yellow Sapphire"},{"id":15799,"c":4,"u":"zircon_dmg","p":134,"s":24,"h":1,"n":"Zircon"},{"id":15800,"c":4,"u":"aqua%20delerium_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Aqua Delerium"},{"id":15801,"c":4,"u":"aqua%20expurgo_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Aqua Expurgo"},{"id":15802,"c":4,"u":"bottled%20comet_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Bottled Comet"},{"id":15803,"c":4,"u":"chancellor's%20crest_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Chancellor's Crest"},{"id":15804,"c":4,"u":"crown%20of%20westem%c3%a4r_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Crown of Westemar"},{"id":15805,"c":4,"u":"delerium%20crystal%20focus_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Delerium Crystal Focus"},{"id":15806,"c":4,"u":"flame%20lance_dodk","p":231,"s":25,"h":1,"dP":1,"n":"Flame Lance"},{"id":15807,"c":4,"u":"hazewalker%20plate_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Hazewalker Plate"},{"id":15808,"c":4,"u":"helm%20of%20patron%20saints_dodk","p":234,"s":25,"h":1,"dP":1,"n":"Helm of Patron Saints"},{"id":15809,"c":4,"u":"ignacious%2c%20the%20sword%20of%20burning%20truth_dodk","p":234,"s":25,"h":1,"dP":1,"n":"Ignacious, the Sword of Burning Truth"},{"id":15810,"c":4,"u":"inscrutable%20staff_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Inscrutable Staff"},{"id":15811,"c":4,"u":"lord%20commander's%20badge_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Lord Commander's Badge"},{"id":15812,"c":4,"u":"purging%20rod_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Purging Rod"},{"id":15813,"c":4,"u":"refined%20delerium%20dust_dodk","p":231,"s":25,"h":1,"dP":1,"n":"Refined Delerium Dust"},{"id":15814,"c":4,"u":"saint%20vitruvio's%20phylactery_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Saint Vitruvio's Phylactery"},{"id":15815,"c":4,"u":"sceptre%20of%20saint%20vitruvio_dodk","p":234,"s":25,"h":1,"dP":1,"n":"Sceptre of Saint Vitruvio"},{"id":15816,"c":4,"u":"skymetal%20shield_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Skymetal Shield"},{"id":15817,"c":4,"u":"skymetal%20staff_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Skymetal Staff"},{"id":15818,"c":4,"u":"spellpiercing%20wand_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Spellpiercing Wand"},{"id":15819,"c":4,"u":"spymaster's%20signet_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Spymaster's Signet"},{"id":15820,"c":4,"u":"staff%20of%20contaminated%20power_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Staff of Contaminated Power"},{"id":15821,"c":4,"u":"steward's%20seal_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Steward's Seal"},{"id":15822,"c":4,"u":"the%20shield%20of%20sacred%20flame_dodk","p":234,"s":25,"h":1,"dP":1,"n":"The Shield of Sacred Flame"},{"id":15823,"c":4,"u":"fargab_dsotdq","p":188,"s":27,"h":1,"n":"Fargab"},{"id":15824,"c":4,"u":"flying%20citadel%20helm_dsotdq","p":190,"s":27,"h":1,"n":"Flying Citadel Helm"},{"id":15825,"c":4,"u":"kagonesti%20forest%20shroud_dsotdq","p":190,"s":27,"h":1,"n":"Kagonesti Forest Shroud"},{"id":15826,"c":4,"u":"mirror%20of%20reflected%20pasts_dsotdq","p":190,"s":27,"h":1,"n":"Mirror of Reflected Pasts"},{"id":15827,"c":4,"u":"narycrash_dsotdq","p":188,"s":27,"h":1,"n":"Narycrash"},{"id":15828,"c":4,"u":"trinket_eet","p":1,"s":111,"h":1,"n":"Trinket"},{"id":15829,"c":4,"u":"amulet%20of%20the%20drunkard_egw","p":265,"s":28,"h":1,"dP":1,"n":"Amulet of the Drunkard"},{"id":15830,"c":4,"u":"arcane%20cannon_egw","p":265,"s":28,"h":1,"dP":1,"n":"Arcane Cannon"},{"id":15831,"c":4,"u":"battering%20shield_egw","p":266,"s":28,"h":1,"dP":1,"n":"Battering Shield"},{"id":15832,"c":4,"u":"black%20sap_egw","p":152,"s":28,"h":1,"dP":1,"n":"Black Sap"},{"id":15833,"c":4,"u":"blade%20of%20broken%20mirrors%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Blade of Broken Mirrors (Awakened)"},{"id":15834,"c":4,"u":"blade%20of%20broken%20mirrors%20(dormant)_egw","p":275,"s":28,"h":1,"dP":1,"n":"Blade of Broken Mirrors (Dormant)"},{"id":15835,"c":4,"u":"blade%20of%20broken%20mirrors%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Blade of Broken Mirrors (Exalted)"},{"id":15836,"c":4,"u":"blasting%20powder_egw","p":225,"s":28,"h":1,"dP":1,"n":"Blasting Powder"},{"id":15837,"c":4,"u":"blight%20ichor_egw","p":152,"s":28,"h":1,"dP":1,"n":"Blight Ichor"},{"id":15838,"c":4,"u":"bloodaxe_egw","p":266,"s":28,"h":1,"dP":1,"n":"Bloodaxe"},{"id":15839,"c":4,"u":"breathing%20bubble_egw","p":266,"s":28,"h":1,"dP":1,"n":"Breathing Bubble"},{"id":15840,"c":4,"u":"brooch%20of%20living%20essence_egw","p":266,"s":28,"h":1,"dP":1,"n":"Brooch of Living Essence"},{"id":15841,"c":4,"u":"butcher's%20bib_egw","p":266,"s":28,"h":1,"dP":1,"n":"Butcher's Bib"},{"id":15842,"c":4,"u":"coin%20of%20delving_egw","p":266,"s":28,"h":1,"dP":1,"n":"Coin of Delving"},{"id":15843,"c":4,"u":"danoth's%20visor%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Danoth's Visor (Awakened)"},{"id":15844,"c":4,"u":"danoth's%20visor%20(dormant)_egw","p":270,"s":28,"h":1,"dP":1,"n":"Danoth's Visor (Dormant)"},{"id":15845,"c":4,"u":"danoth's%20visor%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Danoth's Visor (Exalted)"},{"id":15846,"c":4,"u":"dispelling%20stone_egw","p":266,"s":28,"h":1,"dP":1,"n":"Dispelling Stone"},{"id":15847,"c":4,"u":"duskcrusher_egw","p":266,"s":28,"h":1,"dP":1,"n":"Duskcrusher"},{"id":15848,"c":4,"u":"dust%20of%20deliciousness_egw","p":267,"s":28,"h":1,"dP":1,"n":"Dust of Deliciousness"},{"id":15849,"c":4,"u":"explosive%20seed_egw","p":225,"s":28,"h":1,"dP":1,"n":"Explosive Seed"},{"id":15850,"c":4,"u":"goggles%20of%20object%20reading_egw","p":267,"s":28,"h":1,"dP":1,"n":"Goggles of Object Reading"},{"id":15851,"c":4,"u":"grimoire%20infinitus%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Grimoire Infinitus (Awakened)"},{"id":15852,"c":4,"u":"grimoire%20infinitus%20(dormant)_egw","p":271,"s":28,"h":1,"dP":1,"n":"Grimoire Infinitus (Dormant)"},{"id":15853,"c":4,"u":"grimoire%20infinitus%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Grimoire Infinitus (Exalted)"},{"id":15854,"c":4,"u":"grovelthrash%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Grovelthrash (Awakened)"},{"id":15855,"c":4,"u":"grovelthrash%20(dormant)_egw","p":275,"s":28,"h":1,"dP":1,"n":"Grovelthrash (Dormant)"},{"id":15856,"c":4,"u":"grovelthrash%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Grovelthrash (Exalted)"},{"id":15857,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Hide of the Feral Guardian (Awakened)"},{"id":15858,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(dormant)_egw","p":271,"s":28,"h":1,"dP":1,"n":"Hide of the Feral Guardian (Dormant)"},{"id":15859,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Hide of the Feral Guardian (Exalted)"},{"id":15860,"c":4,"u":"hunter's%20coat_egw","p":267,"s":28,"h":1,"dP":1,"n":"Hunter's Coat"},{"id":15861,"c":4,"u":"infiltrator's%20key%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Infiltrator's Key (Awakened)"},{"id":15862,"c":4,"u":"infiltrator's%20key%20(dormant)_egw","p":272,"s":28,"h":1,"dP":1,"n":"Infiltrator's Key (Dormant)"},{"id":15863,"c":4,"u":"infiltrator's%20key%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Infiltrator's Key (Exalted)"},{"id":15864,"c":4,"u":"lash%20of%20shadows%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Lash of Shadows (Awakened)"},{"id":15865,"c":4,"u":"lash%20of%20shadows%20(dormant)_egw","p":276,"s":28,"h":1,"dP":1,"n":"Lash of Shadows (Dormant)"},{"id":15866,"c":4,"u":"lash%20of%20shadows%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Lash of Shadows (Exalted)"},{"id":15867,"c":4,"u":"luxon%20beacon_egw","p":268,"s":28,"h":1,"dP":1,"n":"Luxon Beacon"},{"id":15868,"c":4,"u":"mace%20of%20the%20black%20crown%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Mace of the Black Crown (Awakened)"},{"id":15869,"c":4,"u":"mace%20of%20the%20black%20crown%20(dormant)_egw","p":276,"s":28,"h":1,"dP":1,"n":"Mace of the Black Crown (Dormant)"},{"id":15870,"c":4,"u":"mace%20of%20the%20black%20crown%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Mace of the Black Crown (Exalted)"},{"id":15871,"c":4,"u":"moorbounder_egw","p":132,"s":28,"h":1,"dP":1,"n":"Moorbounder"},{"id":15872,"c":4,"u":"muroosa%20balm_egw","p":70,"s":28,"h":1,"dP":1,"n":"Muroosa Balm"},{"id":15873,"c":4,"u":"needle%20of%20mending_egw","p":268,"s":28,"h":1,"dP":1,"n":"Needle of Mending"},{"id":15874,"c":4,"u":"nightfall%20pearl_egw","p":268,"s":28,"h":1,"dP":1,"n":"Nightfall Pearl"},{"id":15875,"c":4,"u":"olisuba%20leaf_egw","p":70,"s":28,"h":1,"dP":1,"n":"Olisuba Leaf"},{"id":15876,"c":4,"u":"orb%20of%20the%20veil_egw","p":268,"s":28,"h":1,"dP":1,"n":"Orb of the Veil"},{"id":15877,"c":4,"u":"potion%20of%20maximum%20power_egw","p":268,"s":28,"h":1,"dP":1,"n":"Potion of Maximum Power"},{"id":15878,"c":4,"u":"potion%20of%20possibility_egw","p":268,"s":28,"h":1,"dP":1,"n":"Potion of Possibility"},{"id":15879,"c":4,"u":"pride%20silk_egw","p":103,"s":28,"h":1,"dP":1,"n":"Pride Silk"},{"id":15880,"c":4,"u":"pride%20silk%20outfit_egw","p":103,"s":28,"h":1,"dP":1,"n":"Pride Silk Outfit"},{"id":15881,"c":4,"u":"reincarnation%20dust_egw","p":268,"s":28,"h":1,"dP":1,"n":"Reincarnation Dust"},{"id":15882,"c":4,"u":"ring%20of%20obscuring_egw","p":269,"s":28,"h":1,"dP":1,"n":"Ring of Obscuring"},{"id":15883,"c":4,"u":"ring%20of%20temporal%20salvation_egw","p":269,"s":28,"h":1,"dP":1,"n":"Ring of Temporal Salvation"},{"id":15884,"c":4,"u":"rod%20of%20retribution_egw","p":269,"s":28,"h":1,"dP":1,"n":"Rod of Retribution"},{"id":15885,"c":4,"u":"ruin's%20wake%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Ruin's Wake (Awakened)"},{"id":15886,"c":4,"u":"ruin's%20wake%20(dormant)_egw","p":277,"s":28,"h":1,"dP":1,"n":"Ruin's Wake (Dormant)"},{"id":15887,"c":4,"u":"ruin's%20wake%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Ruin's Wake (Exalted)"},{"id":15888,"c":4,"u":"silken%20spite%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Silken Spite (Awakened)"},{"id":15889,"c":4,"u":"silken%20spite%20(dormant)_egw","p":277,"s":28,"h":1,"dP":1,"n":"Silken Spite (Dormant)"},{"id":15890,"c":4,"u":"silken%20spite%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Silken Spite (Exalted)"},{"id":15891,"c":4,"u":"skyship_egw","p":72,"s":28,"h":1,"dP":1,"n":"Skyship"},{"id":15892,"c":4,"u":"soothsalts_egw","p":152,"s":28,"h":1,"dP":1,"n":"Soothsalts"},{"id":15893,"c":4,"u":"spell%20bottle_egw","p":269,"s":28,"h":1,"dP":1,"n":"Spell Bottle"},{"id":15894,"c":4,"u":"staff%20of%20dunamancy_egw","p":270,"s":28,"h":1,"dP":1,"n":"Staff of Dunamancy"},{"id":15895,"c":4,"u":"staff%20of%20the%20ivory%20claw_egw","p":270,"s":28,"h":1,"dP":1,"n":"Staff of the Ivory Claw"},{"id":15896,"c":4,"u":"stormgirdle%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Stormgirdle (Awakened)"},{"id":15897,"c":4,"u":"stormgirdle%20(dormant)_egw","p":273,"s":28,"h":1,"dP":1,"n":"Stormgirdle (Dormant)"},{"id":15898,"c":4,"u":"stormgirdle%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Stormgirdle (Exalted)"},{"id":15899,"c":4,"u":"the%20bloody%20end%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"The Bloody End (Awakened)"},{"id":15900,"c":4,"u":"the%20bloody%20end%20(dormant)_egw","p":278,"s":28,"h":1,"dP":1,"n":"The Bloody End (Dormant)"},{"id":15901,"c":4,"u":"the%20bloody%20end%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"The Bloody End (Exalted)"},{"id":15902,"c":4,"u":"theki%20root_egw","p":70,"s":28,"h":1,"dP":1,"n":"Theki Root"},{"id":15903,"c":4,"u":"verminshroud%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Verminshroud (Awakened)"},{"id":15904,"c":4,"u":"verminshroud%20(dormant)_egw","p":273,"s":28,"h":1,"dP":1,"n":"Verminshroud (Dormant)"},{"id":15905,"c":4,"u":"verminshroud%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Verminshroud (Exalted)"},{"id":15906,"c":4,"u":"vox%20seeker_egw","p":270,"s":28,"h":1,"dP":1,"n":"Vox Seeker"},{"id":15907,"c":4,"u":"will%20of%20the%20talon%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Will of the Talon (Awakened)"},{"id":15908,"c":4,"u":"will%20of%20the%20talon%20(dormant)_egw","p":279,"s":28,"h":1,"dP":1,"n":"Will of the Talon (Dormant)"},{"id":15909,"c":4,"u":"will%20of%20the%20talon%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Will of the Talon (Exalted)"},{"id":15910,"c":4,"u":"willowshade%20oil_egw","p":70,"s":28,"h":1,"dP":1,"n":"Willowshade Oil"},{"id":15911,"c":4,"u":"wreath%20of%20the%20prism%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Wreath of the Prism (Awakened)"},{"id":15912,"c":4,"u":"wreath%20of%20the%20prism%20(dormant)_egw","p":274,"s":28,"h":1,"dP":1,"n":"Wreath of the Prism (Dormant)"},{"id":15913,"c":4,"u":"wreath%20of%20the%20prism%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Wreath of the Prism (Exalted)"},{"id":15914,"c":4,"u":"aerenal%20trinket_erlw","p":134,"s":29,"h":1,"n":"Aerenal Trinket"},{"id":15915,"c":4,"u":"arcane%20propulsion%20arm_erlw","p":276,"s":29,"h":1,"n":"Arcane Propulsion Arm"},{"id":15916,"c":4,"u":"argonnessen%20trinket_erlw","p":134,"s":29,"h":1,"n":"Argonnessen Trinket"},{"id":15917,"c":4,"u":"belashyrra's%20beholder%20crown_erlw","p":276,"s":29,"h":1,"n":"Belashyrra's Beholder Crown"},{"id":15918,"c":4,"u":"cleansing%20stone_erlw","p":276,"s":29,"h":1,"n":"Cleansing Stone"},{"id":15919,"c":4,"u":"common%20glamerweave_erlw","p":277,"s":29,"h":1,"n":"Common Glamerweave"},{"id":15920,"c":4,"u":"docent_erlw","p":276,"s":29,"h":1,"n":"Docent"},{"id":15921,"c":4,"u":"dragon's%20blood_erlw","p":244,"s":29,"h":1,"n":"Dragon's Blood"},{"id":15922,"c":4,"u":"dreamlily_erlw","p":244,"s":29,"h":1,"n":"Dreamlily"},{"id":15923,"c":4,"u":"dyrrn's%20tentacle%20whip_erlw","p":276,"s":29,"h":1,"n":"Dyrrn's Tentacle Whip"},{"id":15924,"c":4,"u":"earworm_erlw","p":277,"s":29,"h":1,"n":"Earworm"},{"id":15925,"c":4,"u":"everbright%20lantern_erlw","p":277,"s":29,"h":1,"n":"Everbright Lantern"},{"id":15926,"c":4,"u":"feather%20token_erlw","p":277,"s":29,"h":1,"n":"Feather Token"},{"id":15927,"c":4,"u":"finder's%20goggles_erlw","p":277,"s":29,"h":1,"n":"Finder's Goggles"},{"id":15928,"c":4,"u":"frostfell%20and%20everice%20trinket_erlw","p":136,"s":29,"h":1,"n":"Frostfell and Everice Trinket"},{"id":15929,"c":4,"u":"keycharm_erlw","p":277,"s":29,"h":1,"n":"Keycharm"},{"id":15930,"c":4,"u":"khyber%20trinket_erlw","p":135,"s":29,"h":1,"n":"Khyber Trinket"},{"id":15931,"c":4,"u":"kyrzin's%20ooze_erlw","p":278,"s":29,"h":1,"n":"Kyrzin's Ooze"},{"id":15932,"c":4,"u":"living%20gloves_erlw","p":278,"s":29,"h":1,"n":"Living Gloves"},{"id":15933,"c":4,"u":"mournland%20trinket_erlw","p":222,"s":29,"h":1,"n":"Mournland Trinket"},{"id":15934,"c":4,"u":"sarlona%20trinket_erlw","p":138,"s":29,"h":1,"n":"Sarlona Trinket"},{"id":15935,"c":4,"u":"scribe's%20pen_erlw","p":278,"s":29,"h":1,"n":"Scribe's Pen"},{"id":15936,"c":4,"u":"shiftweave_erlw","p":279,"s":29,"h":1,"n":"Shiftweave"},{"id":15937,"c":4,"u":"speaking%20stone_erlw","p":279,"s":29,"h":1,"n":"Speaking Stone"},{"id":15938,"c":4,"u":"spellshard_erlw","p":279,"s":29,"h":1,"n":"Spellshard"},{"id":15939,"c":4,"u":"uncommon%20glamerweave_erlw","p":277,"s":29,"h":1,"n":"Uncommon Glamerweave"},{"id":15940,"c":4,"u":"ventilating%20lungs_erlw","p":279,"s":29,"h":1,"n":"Ventilating Lungs"},{"id":15941,"c":4,"u":"wand%20sheath_erlw","p":279,"s":29,"h":1,"n":"Wand Sheath"},{"id":15942,"c":4,"u":"wheel%20of%20wind%20and%20water_erlw","p":280,"s":29,"h":1,"n":"Wheel of Wind and Water"},{"id":15943,"c":4,"u":"xen'drik%20trinket_erlw","p":140,"s":29,"h":1,"n":"Xen'drik Trinket"},{"id":15944,"c":4,"u":"azorius%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Azorius Guild Signet"},{"id":15945,"c":4,"u":"azorius%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Azorius Keyrune"},{"id":15946,"c":4,"u":"boros%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Boros Guild Signet"},{"id":15947,"c":4,"u":"boros%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Boros Keyrune"},{"id":15948,"c":4,"u":"copper%20alms-coin_ggr","p":9,"s":31,"h":1,"n":"Copper Alms-Coin"},{"id":15949,"c":4,"u":"copper%20zib_ggr","p":9,"s":31,"h":1,"n":"Copper Zib"},{"id":15950,"c":4,"u":"dimir%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Dimir Guild Signet"},{"id":15951,"c":4,"u":"dimir%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Dimir Keyrune"},{"id":15952,"c":4,"u":"electrum%2050-zib%20coin_ggr","p":9,"s":31,"h":1,"n":"Electrum 50-Zib Coin"},{"id":15953,"c":4,"u":"gold%205-zino%20coin_ggr","p":9,"s":31,"h":1,"n":"Gold 5-Zino Coin"},{"id":15954,"c":4,"u":"gold%20zino_ggr","p":9,"s":31,"h":1,"n":"Gold Zino"},{"id":15955,"c":4,"u":"golgari%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Golgari Guild Signet"},{"id":15956,"c":4,"u":"golgari%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Golgari Keyrune"},{"id":15957,"c":4,"u":"gruul%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Gruul Guild Signet"},{"id":15958,"c":4,"u":"gruul%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Gruul Keyrune"},{"id":15959,"c":4,"u":"illusionist's%20bracers_ggr","p":178,"s":31,"h":1,"n":"Illusionist's Bracers"},{"id":15960,"c":4,"u":"izzet%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Izzet Guild Signet"},{"id":15961,"c":4,"u":"izzet%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Izzet Keyrune"},{"id":15962,"c":4,"u":"mizzium%20apparatus_ggr","p":179,"s":31,"h":1,"n":"Mizzium Apparatus"},{"id":15963,"c":4,"u":"mizzium%20mortar_ggr","p":179,"s":31,"h":1,"n":"Mizzium Mortar"},{"id":15964,"c":4,"u":"moodmark%20paint_ggr","p":180,"s":31,"h":1,"n":"Moodmark Paint"},{"id":15965,"c":4,"u":"orzhov%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Orzhov Guild Signet"},{"id":15966,"c":4,"u":"orzhov%20keyrune_ggr","p":178,"s":31,"h":1,"n":"Orzhov Keyrune"},{"id":15967,"c":4,"u":"pariah's%20shield_ggr","p":180,"s":31,"h":1,"n":"Pariah's Shield"},{"id":15968,"c":4,"u":"peregrine%20mask_ggr","p":180,"s":31,"h":1,"n":"Peregrine Mask"},{"id":15969,"c":4,"u":"platinum%2010-zino%20coin_ggr","p":9,"s":31,"h":1,"n":"Platinum 10-Zino Coin"},{"id":15970,"c":4,"u":"platinum%20100-zino%20coin_ggr","p":9,"s":31,"h":1,"n":"Platinum 100-Zino Coin"},{"id":15971,"c":4,"u":"pyroconverger_ggr","p":180,"s":31,"h":1,"n":"Pyroconverger"},{"id":15972,"c":4,"u":"rakdos%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Rakdos Guild Signet"},{"id":15973,"c":4,"u":"rakdos%20keyrune_ggr","p":178,"s":31,"h":1,"n":"Rakdos Keyrune"},{"id":15974,"c":4,"u":"rakdos%20riteknife_ggr","p":180,"s":31,"h":1,"n":"Rakdos Riteknife"},{"id":15975,"c":4,"u":"selesnya%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Selesnya Guild Signet"},{"id":15976,"c":4,"u":"selesnya%20keyrune_ggr","p":178,"s":31,"h":1,"n":"Selesnya Keyrune"},{"id":15977,"c":4,"u":"silver%2025-zib%20coin_ggr","p":9,"s":31,"h":1,"n":"Silver 25-Zib Coin"},{"id":15978,"c":4,"u":"simic%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Simic Guild Signet"},{"id":15979,"c":4,"u":"simic%20keyrune_ggr","p":178,"s":31,"h":1,"n":"Simic Keyrune"},{"id":15980,"c":4,"u":"skyblinder%20staff_ggr","p":181,"s":31,"h":1,"n":"Skyblinder Staff"},{"id":15981,"c":4,"u":"spies'%20murmur_ggr","p":181,"s":31,"h":1,"n":"Spies' Murmur"},{"id":15982,"c":4,"u":"sunforger_ggr","p":181,"s":31,"h":1,"n":"Sunforger"},{"id":15983,"c":4,"u":"sword%20of%20the%20paruns_ggr","p":181,"s":31,"h":1,"n":"Sword of the Paruns"},{"id":15984,"c":4,"u":"voyager%20staff_ggr","p":181,"s":31,"h":1,"n":"Voyager Staff"},{"id":15985,"c":4,"u":"arcane%20oil_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Arcane Oil"},{"id":15986,"c":4,"u":"brazen%20armor_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Brazen Armor"},{"id":15987,"c":4,"u":"coat%20of%20lies_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Coat of Lies"},{"id":15988,"c":4,"u":"glass-studded%20armor_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Glass-Studded Armor"},{"id":15989,"c":4,"u":"knifewing%20cape_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Knifewing Cape"},{"id":15990,"c":4,"u":"lindwyrm%20venom_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Lindwyrm Venom"},{"id":15991,"c":4,"u":"lycanthropy%20antidote_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Lycanthropy Antidote"},{"id":15992,"c":4,"u":"ready%20gunk_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Ready Gunk"},{"id":15993,"c":4,"u":"wand%20of%20silence_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Wand of Silence"},{"id":15994,"c":4,"u":"charm%20of%20plant%20command_gos","p":229,"s":33,"h":1,"n":"Charm of Plant Command"},{"id":15995,"c":4,"u":"cursed%20luckstone_gos","p":229,"s":33,"h":1,"n":"Cursed Luckstone"},{"id":15996,"c":4,"u":"helm%20of%20underwater%20action_gos","p":229,"s":33,"h":1,"n":"Helm of Underwater Action"},{"id":15997,"c":4,"u":"pipe%20of%20remembrance_gos","p":229,"s":33,"h":1,"n":"Pipe of Remembrance"},{"id":15998,"c":4,"u":"pressure%20capsule_gos","p":229,"s":33,"h":1,"n":"Pressure Capsule"},{"id":15999,"c":4,"u":"sekolahian%20worshiping%20statuette_gos","p":229,"s":33,"h":1,"n":"Sekolahian Worshiping Statuette"},{"id":16000,"c":4,"u":"winter's%20dark%20bite_hftt","p":4,"s":34,"h":1,"dP":1,"n":"Winter's Dark Bite"},{"id":16001,"c":4,"u":"black%20dragon%20mask_hotdq","p":94,"s":36,"h":1,"n":"Black Dragon Mask"},{"id":16002,"c":4,"u":"dragongleam_hotdq","p":84,"s":36,"h":1,"n":"Dragongleam"},{"id":16003,"c":4,"u":"hazirawn_hotdq","p":94,"s":36,"h":1,"n":"Hazirawn"},{"id":16004,"c":4,"u":"insignia%20of%20claws_hotdq","p":94,"s":36,"h":1,"n":"Insignia of Claws"},{"id":16005,"c":4,"u":"tankard%20of%20plenty_hotdq","p":74,"s":36,"h":1,"n":"Tankard of Plenty"},{"id":16006,"c":4,"u":"wand%20of%20winter_hotdq","p":94,"s":36,"h":1,"n":"Wand of Winter"},{"id":16007,"c":4,"u":"borealus_hwcs","p":213,"s":37,"h":1,"dP":1,"n":"Borealus"},{"id":16008,"c":4,"u":"feathered%20helm_hwcs","p":213,"s":37,"h":1,"dP":1,"n":"Feathered Helm"},{"id":16009,"c":4,"u":"necronomicon%20ex%20corvis_hwcs","p":213,"s":37,"h":1,"dP":1,"n":"Necronomicon Ex Corvis"},{"id":16010,"c":4,"u":"nest%20charm_hwcs","p":214,"s":37,"h":1,"dP":1,"n":"Nest Charm"},{"id":16011,"c":4,"u":"wing%20crest%20shield_hwcs","p":214,"s":37,"h":1,"dP":1,"n":"Wing Crest Shield"},{"id":16012,"c":4,"u":"abracadabrus_idrotf","p":314,"s":38,"h":1,"n":"Abracadabrus"},{"id":16013,"c":4,"u":"axe%20beak_idrotf","p":20,"s":38,"h":1,"n":"Axe Beak"},{"id":16014,"c":4,"u":"cauldron%20of%20plenty_idrotf","p":314,"s":38,"h":1,"n":"Cauldron of Plenty"},{"id":16015,"c":4,"u":"clothing%2c%20cold%20weather_idrotf","p":20,"s":38,"h":1,"n":"Clothing, cold weather"},{"id":16016,"c":4,"u":"crampons_idrotf","p":20,"s":38,"h":1,"n":"Crampons"},{"id":16017,"c":4,"u":"dogsled_idrotf","p":20,"s":38,"h":1,"n":"Dogsled"},{"id":16018,"c":4,"u":"hook%20of%20fisher's%20delight_idrotf","p":314,"s":38,"h":1,"n":"Hook of Fisher's Delight"},{"id":16019,"c":4,"u":"icewind%20dale%20trinket_idrotf","p":263,"s":38,"h":1,"n":"Icewind Dale Trinket"},{"id":16020,"c":4,"u":"iron%20ball_idrotf","p":238,"s":38,"h":1,"n":"Iron Ball"},{"id":16021,"c":4,"u":"lantern%20of%20tracking_idrotf","p":314,"s":38,"h":1,"n":"Lantern of Tracking"},{"id":16022,"c":4,"u":"orc%20stone_idrotf","p":264,"s":38,"h":1,"n":"Orc Stone"},{"id":16023,"c":4,"u":"professor%20skant_idrotf","p":315,"s":38,"h":1,"n":"Professor Skant"},{"id":16024,"c":4,"u":"psi%20crystal_idrotf","p":315,"s":38,"h":1,"n":"Psi Crystal"},{"id":16025,"c":4,"u":"scroll%20of%20tarrasque%20summoning_idrotf","p":315,"s":38,"h":1,"n":"Scroll of Tarrasque Summoning"},{"id":16026,"c":4,"u":"scroll%20of%20the%20comet_idrotf","p":315,"s":38,"h":1,"n":"Scroll of the Comet"},{"id":16027,"c":4,"u":"shield%20guardian%20amulet_idrotf","p":149,"s":38,"h":1,"n":"Shield Guardian Amulet"},{"id":16028,"c":4,"u":"sled%20dog_idrotf","p":20,"s":38,"h":1,"n":"Sled Dog"},{"id":16029,"c":4,"u":"snowshoes_idrotf","p":20,"s":38,"h":1,"n":"Snowshoes"},{"id":16030,"c":4,"u":"the%20codicil%20of%20white_idrotf","p":317,"s":38,"h":1,"n":"The Codicil of White"},{"id":16031,"c":4,"u":"the%20incantations%20of%20iriolarthas_idrotf","p":317,"s":38,"h":1,"n":"The Incantations of Iriolarthas"},{"id":16032,"c":4,"u":"thermal%20cube_idrotf","p":316,"s":38,"h":1,"n":"Thermal Cube"},{"id":16033,"c":4,"u":"ythryn%20mythallar_idrotf","p":316,"s":38,"h":1,"n":"Ythryn Mythallar"},{"id":16034,"c":4,"u":"biza's%20breath_jttrc","p":70,"s":39,"h":1,"n":"Biza's Breath"},{"id":16035,"c":4,"u":"black%20ghost%20orchid%20seed_jttrc","p":212,"s":39,"h":1,"n":"Black Ghost Orchid Seed"},{"id":16036,"c":4,"u":"hammock%20of%20worlds_jttrc","p":214,"s":39,"h":1,"n":"Hammock of Worlds"},{"id":16037,"c":4,"u":"lesser%20hammock%20of%20worlds_jttrc","p":214,"s":39,"h":1,"n":"Lesser Hammock of Worlds"},{"id":16038,"c":4,"u":"white%20ghost%20orchid%20seed_jttrc","p":212,"s":39,"h":1,"n":"White Ghost Orchid Seed"},{"id":16039,"c":4,"u":"book%20of%20vile%20darkness%20(variant)_kftgv","p":207,"s":40,"h":1,"n":"Book of Vile Darkness (Variant)"},{"id":16040,"c":4,"u":"constantori's%20portrait_kftgv","p":101,"s":40,"h":1,"n":"Constantori's Portrait"},{"id":16041,"c":4,"u":"shard%20of%20xeluan_kftgv","p":134,"s":40,"h":1,"n":"Shard of Xeluan"},{"id":16042,"c":4,"u":"shard%20solitaire%20(black%20sapphire)_kftgv","p":193,"s":40,"h":1,"n":"Shard Solitaire (Black Sapphire)"},{"id":16043,"c":4,"u":"shard%20solitaire%20(diamond)_kftgv","p":193,"s":40,"h":1,"n":"Shard Solitaire (Diamond)"},{"id":16044,"c":4,"u":"shard%20solitaire%20(jacinth)_kftgv","p":193,"s":40,"h":1,"n":"Shard Solitaire (Jacinth)"},{"id":16045,"c":4,"u":"shard%20solitaire%20(rainbow%20pearl)_kftgv","p":193,"s":40,"h":1,"n":"Shard Solitaire (Rainbow Pearl)"},{"id":16046,"c":4,"u":"shard%20solitaire%20(ruby)_kftgv","p":193,"s":40,"h":1,"n":"Shard Solitaire (Ruby)"},{"id":16047,"c":4,"u":"dragonguard_lmop","p":48,"s":42,"h":1,"n":"Dragonguard"},{"id":16048,"c":4,"u":"hew_lmop","p":33,"s":42,"h":1,"n":"Hew"},{"id":16049,"c":4,"u":"lightbringer_lmop","p":48,"s":42,"h":1,"n":"Lightbringer"},{"id":16050,"c":4,"u":"spider%20staff_lmop","p":53,"s":42,"h":1,"n":"Spider Staff"},{"id":16051,"c":4,"u":"staff%20of%20defense_lmop","p":53,"s":42,"h":1,"n":"Staff of Defense"},{"id":16052,"c":4,"u":"keg%20of%20alchemist's%20fire_lox","p":35,"s":43,"h":1,"n":"Keg of Alchemist's Fire"},{"id":16053,"c":4,"u":"hag%20eye_mm","p":177,"s":45,"h":1,"n":"Hag Eye"},{"id":16054,"c":4,"u":"heartstone_mm","p":179,"s":45,"h":1,"n":"Heartstone"},{"id":16055,"c":4,"u":"master's%20amulet_mm","p":271,"s":45,"h":1,"n":"Master's Amulet"},{"id":16056,"c":4,"u":"soul%20bag_mm","p":179,"s":45,"h":1,"n":"Soul Bag"},{"id":16057,"c":4,"u":"akmon%2c%20hammer%20of%20purphoros_mot","p":198,"s":46,"h":1,"n":"Akmon, Hammer of Purphoros"},{"id":16058,"c":4,"u":"dekella%2c%20bident%20of%20thassa_mot","p":199,"s":46,"h":1,"n":"Dekella, Bident of Thassa"},{"id":16059,"c":4,"u":"ephixis%2c%20bow%20of%20nylea_mot","p":200,"s":46,"h":1,"n":"Ephixis, Bow of Nylea"},{"id":16060,"c":4,"u":"flying%20chariot_mot","p":196,"s":46,"h":1,"n":"Flying Chariot"},{"id":16061,"c":4,"u":"helm%20of%20the%20gods_mot","p":196,"s":46,"h":1,"n":"Helm of the Gods"},{"id":16062,"c":4,"u":"khrusor%2c%20spear%20of%20heliod_mot","p":200,"s":46,"h":1,"n":"Khrusor, Spear of Heliod"},{"id":16063,"c":4,"u":"mastix%2c%20whip%20of%20erebos_mot","p":201,"s":46,"h":1,"n":"Mastix, Whip of Erebos"},{"id":16064,"c":4,"u":"potion%20of%20aqueous%20form_mot","p":197,"s":46,"h":1,"n":"Potion of Aqueous Form"},{"id":16065,"c":4,"u":"pyxis%20of%20pandemonium_mot","p":197,"s":46,"h":1,"n":"Pyxis of Pandemonium"},{"id":16066,"c":4,"u":"siren%20song%20lyre_mot","p":198,"s":46,"h":1,"n":"Siren Song Lyre"},{"id":16067,"c":4,"u":"sling%20bullets%20of%20althemone_mot","p":198,"s":46,"h":1,"n":"Sling Bullets of Althemone"},{"id":16068,"c":4,"u":"two-birds%20sling_mot","p":198,"s":46,"h":1,"n":"Two-Birds Sling"},{"id":16069,"c":4,"u":"elven%20trinket_mtf","p":64,"s":48,"h":1,"n":"Elven Trinket"},{"id":16070,"c":4,"u":"greater%20silver%20sword_mtf","p":89,"s":48,"h":1,"n":"Greater Silver Sword"},{"id":16071,"c":4,"u":"infernal%20tack_mtf","p":167,"s":48,"h":1,"n":"Infernal Tack"},{"id":16072,"c":4,"u":"silver%20sword_mtf","p":89,"s":48,"h":1,"n":"Silver Sword"},{"id":16073,"c":4,"u":"dawnbringer_oota","p":222,"s":49,"h":1,"n":"Dawnbringer"},{"id":16074,"c":4,"u":"gravenhollow%20compass%20ring_oota","p":141,"s":49,"h":1,"n":"Gravenhollow Compass Ring"},{"id":16075,"c":4,"u":"piwafwi%20(cloak%20of%20elvenkind)_oota","p":222,"s":49,"h":1,"n":"Piwafwi (Cloak of Elvenkind)"},{"id":16076,"c":4,"u":"piwafwi%20of%20fire%20resistance_oota","p":222,"s":49,"h":1,"n":"Piwafwi of Fire Resistance"},{"id":16077,"c":4,"u":"spell%20gem%20(amber)_oota","p":223,"s":49,"h":1,"n":"Spell Gem (Amber)"},{"id":16078,"c":4,"u":"spell%20gem%20(bloodstone)_oota","p":223,"s":49,"h":1,"n":"Spell Gem (Bloodstone)"},{"id":16079,"c":4,"u":"spell%20gem%20(diamond)_oota","p":223,"s":49,"h":1,"n":"Spell Gem (Diamond)"},{"id":16080,"c":4,"u":"spell%20gem%20(jade)_oota","p":223,"s":49,"h":1,"n":"Spell Gem (Jade)"},{"id":16081,"c":4,"u":"spell%20gem%20(lapis%20lazuli)_oota","p":223,"s":49,"h":1,"n":"Spell Gem (Lapis lazuli)"},{"id":16082,"c":4,"u":"spell%20gem%20(obsidian)_oota","p":223,"s":49,"h":1,"n":"Spell Gem (Obsidian)"},{"id":16083,"c":4,"u":"spell%20gem%20(quartz)_oota","p":223,"s":49,"h":1,"n":"Spell Gem (Quartz)"},{"id":16084,"c":4,"u":"spell%20gem%20(ruby)_oota","p":223,"s":49,"h":1,"n":"Spell Gem (Ruby)"},{"id":16085,"c":4,"u":"spell%20gem%20(star%20ruby)_oota","p":223,"s":49,"h":1,"n":"Spell Gem (Star ruby)"},{"id":16086,"c":4,"u":"spell%20gem%20(topaz)_oota","p":223,"s":49,"h":1,"n":"Spell Gem (Topaz)"},{"id":16087,"c":4,"u":"stonespeaker%20crystal_oota","p":223,"s":49,"h":1,"n":"Stonespeaker Crystal"},{"id":16088,"c":4,"u":"wand%20of%20viscid%20globs_oota","p":223,"s":49,"h":1,"n":"Wand of Viscid Globs"},{"id":16089,"c":4,"u":"bracers%20of%20celerity_pabtso","p":217,"s":51,"h":1,"n":"Bracers of Celerity"},{"id":16090,"c":4,"u":"cape%20of%20enlargement_pabtso","p":217,"s":51,"h":1,"n":"Cape of Enlargement"},{"id":16091,"c":4,"u":"dragonguard_pabtso","p":72,"s":51,"h":1,"n":"Dragonguard"},{"id":16092,"c":4,"u":"flayer%20slayer_pabtso","p":217,"s":51,"h":1,"n":"Flayer Slayer"},{"id":16093,"c":4,"u":"hew_pabtso","p":54,"s":51,"h":1,"n":"Hew"},{"id":16094,"c":4,"u":"lightbringer_pabtso","p":72,"s":51,"h":1,"n":"Lightbringer"},{"id":16095,"c":4,"u":"luminous%20war%20pick_pabtso","p":217,"s":51,"h":1,"n":"Luminous War Pick"},{"id":16096,"c":4,"u":"mind%20crystal%20(careful)_pabtso","p":218,"s":51,"h":1,"n":"Mind Crystal (Careful)"},{"id":16097,"c":4,"u":"mind%20crystal%20(distant)_pabtso","p":218,"s":51,"h":1,"n":"Mind Crystal (Distant)"},{"id":16098,"c":4,"u":"mind%20crystal%20(empowered)_pabtso","p":218,"s":51,"h":1,"n":"Mind Crystal (Empowered)"},{"id":16099,"c":4,"u":"mind%20crystal%20(extended)_pabtso","p":218,"s":51,"h":1,"n":"Mind Crystal (Extended)"},{"id":16100,"c":4,"u":"mind%20crystal%20(heightened)_pabtso","p":218,"s":51,"h":1,"n":"Mind Crystal (Heightened)"},{"id":16101,"c":4,"u":"mind%20crystal%20(quickened)_pabtso","p":218,"s":51,"h":1,"n":"Mind Crystal (Quickened)"},{"id":16102,"c":4,"u":"mind%20crystal%20(subtle)_pabtso","p":218,"s":51,"h":1,"n":"Mind Crystal (Subtle)"},{"id":16103,"c":4,"u":"mindblasting%20cap_pabtso","p":218,"s":51,"h":1,"n":"Mindblasting Cap"},{"id":16104,"c":4,"u":"mindguard%20crown_pabtso","p":218,"s":51,"h":1,"n":"Mindguard Crown"},{"id":16105,"c":4,"u":"mudslick%20tower_pabtso","p":219,"s":51,"h":1,"n":"Mudslick Tower"},{"id":16106,"c":4,"u":"netherese%20ring%20of%20protection_pabtso","p":50,"s":51,"h":1,"n":"Netherese Ring of Protection"},{"id":16107,"c":4,"u":"potion%20of%20psionic%20fortitude_pabtso","p":219,"s":51,"h":1,"n":"Potion of Psionic Fortitude"},{"id":16108,"c":4,"u":"ring%20of%20the%20orator_pabtso","p":219,"s":51,"h":1,"n":"Ring of the Orator"},{"id":16109,"c":4,"u":"spider%20staff_pabtso","p":220,"s":51,"h":1,"n":"Spider Staff"},{"id":16110,"c":4,"u":"staff%20of%20defense_pabtso","p":220,"s":51,"h":1,"n":"Staff of Defense"},{"id":16111,"c":4,"u":"statuette%20of%20augury_pabtso","p":62,"s":51,"h":1,"n":"Statuette of Augury"},{"id":16112,"c":4,"u":"abacus_phb","p":150,"s":52,"h":1,"r":1,"n":"Abacus"},{"id":16113,"c":4,"u":"acid%20(vial)_phb","p":148,"s":52,"h":1,"r":1,"n":"Acid (vial)"},{"id":16114,"c":4,"u":"alchemist's%20fire%20(flask)_phb","p":148,"s":52,"h":1,"r":1,"n":"Alchemist's Fire (flask)"},{"id":16115,"c":4,"u":"alchemist's%20supplies_phb","p":154,"s":52,"h":1,"r":1,"n":"Alchemist's Supplies"},{"id":16116,"c":4,"u":"ale%20(gallon)_phb","p":158,"s":52,"h":1,"r":1,"n":"Ale (gallon)"},{"id":16117,"c":4,"u":"ale%20(mug)_phb","p":158,"s":52,"h":1,"r":1,"n":"Ale (mug)"},{"id":16118,"c":4,"u":"amulet_phb","p":151,"s":52,"h":1,"r":1,"n":"Amulet"},{"id":16119,"c":4,"u":"antitoxin%20(vial)_phb","p":151,"s":52,"h":1,"r":1,"n":"Antitoxin (vial)"},{"id":16120,"c":4,"u":"backpack_phb","p":153,"s":52,"h":1,"r":1,"n":"Backpack"},{"id":16121,"c":4,"u":"ball%20bearing_phb","p":151,"s":52,"h":1,"r":1,"n":"Ball Bearing"},{"id":16122,"c":4,"u":"ball%20bearings%20(bag%20of%201%2c000)_phb","p":151,"s":52,"h":1,"r":1,"n":"Ball Bearings (bag of 1,000)"},{"id":16123,"c":4,"u":"barrel_phb","p":153,"s":52,"h":1,"r":1,"n":"Barrel"},{"id":16124,"c":4,"u":"basic%20poison%20(vial)_phb","p":153,"s":52,"h":1,"r":1,"n":"Basic Poison (vial)"},{"id":16125,"c":4,"u":"basket_phb","p":153,"s":52,"h":1,"r":1,"n":"Basket"},{"id":16126,"c":4,"u":"bedroll_phb","p":150,"s":52,"h":1,"r":1,"n":"Bedroll"},{"id":16127,"c":4,"u":"bell_phb","p":150,"s":52,"h":1,"r":1,"n":"Bell"},{"id":16128,"c":4,"u":"bit%20and%20bridle_phb","p":157,"s":52,"h":1,"r":1,"n":"Bit and bridle"},{"id":16129,"c":4,"u":"blanket_phb","p":150,"s":52,"h":1,"r":1,"n":"Blanket"},{"id":16130,"c":4,"u":"block%20and%20tackle_phb","p":151,"s":52,"h":1,"r":1,"n":"Block and Tackle"},{"id":16131,"c":4,"u":"book_phb","p":151,"s":52,"h":1,"r":1,"n":"Book"},{"id":16132,"c":4,"u":"brewer's%20supplies_phb","p":154,"s":52,"h":1,"r":1,"n":"Brewer's Supplies"},{"id":16133,"c":4,"u":"bucket_phb","p":153,"s":52,"h":1,"r":1,"n":"Bucket"},{"id":16134,"c":4,"u":"bullseye%20lantern_phb","p":152,"s":52,"h":1,"r":1,"n":"Bullseye Lantern"},{"id":16135,"c":4,"u":"burglar's%20pack_phb","p":151,"s":52,"h":1,"r":1,"n":"Burglar's Pack"},{"id":16136,"c":4,"u":"calligrapher's%20supplies_phb","p":154,"s":52,"h":1,"r":1,"n":"Calligrapher's Supplies"},{"id":16137,"c":4,"u":"caltrop_phb","p":151,"s":52,"h":1,"r":1,"n":"Caltrop"},{"id":16138,"c":4,"u":"caltrops%20(bag%20of%2020)_phb","p":151,"s":52,"h":1,"r":1,"n":"Caltrops (bag of 20)"},{"id":16139,"c":4,"u":"camel_phb","p":157,"s":52,"h":1,"r":1,"n":"Camel"},{"id":16140,"c":4,"u":"candle_phb","p":151,"s":52,"h":1,"r":1,"n":"Candle"},{"id":16141,"c":4,"u":"canvas%20(1%20sq.%20yd.)_phb","p":157,"s":52,"h":1,"r":1,"n":"Canvas (1 sq. yd.)"},{"id":16142,"c":4,"u":"carpenter's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Carpenter's Tools"},{"id":16143,"c":4,"u":"carriage_phb","p":157,"s":52,"h":1,"r":1,"n":"Carriage"},{"id":16144,"c":4,"u":"cart_phb","p":157,"s":52,"h":1,"r":1,"n":"Cart"},{"id":16145,"c":4,"u":"cartographer's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Cartographer's Tools"},{"id":16146,"c":4,"u":"chain%20(10%20feet)_phb","p":151,"s":52,"h":1,"r":1,"n":"Chain (10 feet)"},{"id":16147,"c":4,"u":"chalk%20(1%20piece)_phb","p":150,"s":52,"h":1,"r":1,"n":"Chalk (1 piece)"},{"id":16148,"c":4,"u":"chariot_phb","p":157,"s":52,"h":1,"r":1,"n":"Chariot"},{"id":16149,"c":4,"u":"chest_phb","p":153,"s":52,"h":1,"r":1,"n":"Chest"},{"id":16150,"c":4,"u":"chicken_phb","p":157,"s":52,"h":1,"r":1,"n":"Chicken"},{"id":16151,"c":4,"u":"chunk%20of%20meat_phb","p":158,"s":52,"h":1,"r":1,"n":"Chunk of Meat"},{"id":16152,"c":4,"u":"cinnamon_phb","p":157,"s":52,"h":1,"r":1,"n":"Cinnamon"},{"id":16153,"c":4,"u":"climber's%20kit_phb","p":151,"s":52,"h":1,"r":1,"n":"Climber's Kit"},{"id":16154,"c":4,"u":"cloves_phb","p":157,"s":52,"h":1,"r":1,"n":"Cloves"},{"id":16155,"c":4,"u":"cobbler's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Cobbler's Tools"},{"id":16156,"c":4,"u":"common%20clothes_phb","p":150,"s":52,"h":1,"r":1,"n":"Common Clothes"},{"id":16157,"c":4,"u":"common%20wine%20(pitcher)_phb","p":158,"s":52,"h":1,"r":1,"n":"Common Wine (pitcher)"},{"id":16158,"c":4,"u":"component%20pouch_phb","p":151,"s":52,"h":1,"r":1,"n":"Component Pouch"},{"id":16159,"c":4,"u":"cook's%20utensils_phb","p":154,"s":52,"h":1,"r":1,"n":"Cook's Utensils"},{"id":16160,"c":4,"u":"copper_phb","p":157,"s":52,"h":1,"r":1,"n":"Copper"},{"id":16161,"c":4,"u":"copper%20(cp)_phb","p":143,"s":52,"h":1,"n":"Copper (cp)"},{"id":16162,"c":4,"u":"costume%20clothes_phb","p":150,"s":52,"h":1,"r":1,"n":"Costume Clothes"},{"id":16163,"c":4,"u":"cotton%20cloth%20(1%20sq.%20yd.)_phb","p":157,"s":52,"h":1,"r":1,"n":"Cotton Cloth (1 sq. yd.)"},{"id":16164,"c":4,"u":"cow_phb","p":157,"s":52,"h":1,"r":1,"n":"Cow"},{"id":16165,"c":4,"u":"crossbow%20bolt%20case_phb","p":151,"s":52,"h":1,"r":1,"n":"Crossbow Bolt Case"},{"id":16166,"c":4,"u":"crowbar_phb","p":151,"s":52,"h":1,"r":1,"n":"Crowbar"},{"id":16167,"c":4,"u":"dice%20set_phb","p":154,"s":52,"h":1,"r":1,"n":"Dice Set"},{"id":16168,"c":4,"u":"diplomat's%20pack_phb","p":151,"s":52,"h":1,"r":1,"n":"Diplomat's Pack"},{"id":16169,"c":4,"u":"disguise%20kit_phb","p":154,"s":52,"h":1,"r":1,"n":"Disguise Kit"},{"id":16170,"c":4,"u":"donkey_phb","p":157,"s":52,"h":1,"r":1,"n":"Donkey"},{"id":16171,"c":4,"u":"draft%20horse_phb","p":157,"s":52,"h":1,"r":1,"n":"Draft Horse"},{"id":16172,"c":4,"u":"dragonchess%20set_phb","p":154,"s":52,"h":1,"n":"Dragonchess Set"},{"id":16173,"c":4,"u":"dungeoneer's%20pack_phb","p":151,"s":52,"h":1,"r":1,"n":"Dungeoneer's Pack"},{"id":16174,"c":4,"u":"electrum%20(ep)_phb","p":143,"s":52,"h":1,"n":"Electrum (ep)"},{"id":16175,"c":4,"u":"elephant_phb","p":157,"s":52,"h":1,"r":1,"n":"Elephant"},{"id":16176,"c":4,"u":"emblem_phb","p":151,"s":52,"h":1,"r":1,"n":"Emblem"},{"id":16177,"c":4,"u":"entertainer's%20pack_phb","p":151,"s":52,"h":1,"r":1,"n":"Entertainer's Pack"},{"id":16178,"c":4,"u":"exotic%20saddle_phb","p":157,"s":52,"h":1,"r":1,"n":"Exotic Saddle"},{"id":16179,"c":4,"u":"explorer's%20pack_phb","p":151,"s":52,"h":1,"r":1,"n":"Explorer's Pack"},{"id":16180,"c":4,"u":"feed%20(per%20day)_phb","p":157,"s":52,"h":1,"r":1,"n":"Feed (per day)"},{"id":16181,"c":4,"u":"fine%20clothes_phb","p":150,"s":52,"h":1,"r":1,"n":"Fine Clothes"},{"id":16182,"c":4,"u":"fine%20wine%20(bottle)_phb","p":158,"s":52,"h":1,"r":1,"n":"Fine Wine (bottle)"},{"id":16183,"c":4,"u":"fishing%20tackle_phb","p":151,"s":52,"h":1,"r":1,"n":"Fishing Tackle"},{"id":16184,"c":4,"u":"flask_phb","p":153,"s":52,"h":1,"r":1,"n":"Flask"},{"id":16185,"c":4,"u":"flour_phb","p":157,"s":52,"h":1,"r":1,"n":"Flour"},{"id":16186,"c":4,"u":"forgery%20kit_phb","p":154,"s":52,"h":1,"r":1,"n":"Forgery Kit"},{"id":16187,"c":4,"u":"ginger_phb","p":157,"s":52,"h":1,"r":1,"n":"Ginger"},{"id":16188,"c":4,"u":"glass%20bottle_phb","p":153,"s":52,"h":1,"r":1,"n":"Glass Bottle"},{"id":16189,"c":4,"u":"glassblower's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Glassblower's Tools"},{"id":16190,"c":4,"u":"goat_phb","p":157,"s":52,"h":1,"r":1,"n":"Goat"},{"id":16191,"c":4,"u":"gold_phb","p":157,"s":52,"h":1,"r":1,"n":"Gold"},{"id":16192,"c":4,"u":"gold%20(gp)_phb","p":143,"s":52,"h":1,"n":"Gold (gp)"},{"id":16193,"c":4,"u":"grappling%20hook_phb","p":150,"s":52,"h":1,"r":1,"n":"Grappling Hook"},{"id":16194,"c":4,"u":"hammer_phb","p":150,"s":52,"h":1,"r":1,"n":"Hammer"},{"id":16195,"c":4,"u":"healer's%20kit_phb","p":151,"s":52,"h":1,"r":1,"n":"Healer's Kit"},{"id":16196,"c":4,"u":"hempen%20rope%20(50%20feet)_phb","p":153,"s":52,"h":1,"r":1,"n":"Hempen Rope (50 feet)"},{"id":16197,"c":4,"u":"herbalism%20kit_phb","p":154,"s":52,"h":1,"r":1,"n":"Herbalism Kit"},{"id":16198,"c":4,"u":"holy%20water%20(flask)_phb","p":151,"s":52,"h":1,"r":1,"n":"Holy Water (flask)"},{"id":16199,"c":4,"u":"hooded%20lantern_phb","p":152,"s":52,"h":1,"r":1,"n":"Hooded Lantern"},{"id":16200,"c":4,"u":"hourglass_phb","p":150,"s":52,"h":1,"r":1,"n":"Hourglass"},{"id":16201,"c":4,"u":"hunk%20of%20cheese_phb","p":158,"s":52,"h":1,"r":1,"n":"Hunk of Cheese"},{"id":16202,"c":4,"u":"hunting%20trap_phb","p":152,"s":52,"h":1,"r":1,"n":"Hunting Trap"},{"id":16203,"c":4,"u":"ink%20(1-ounce%20bottle)_phb","p":150,"s":52,"h":1,"r":1,"n":"Ink (1-ounce bottle)"},{"id":16204,"c":4,"u":"ink%20pen_phb","p":150,"s":52,"h":1,"r":1,"n":"Ink Pen"},{"id":16205,"c":4,"u":"iron_phb","p":157,"s":52,"h":1,"r":1,"n":"Iron"},{"id":16206,"c":4,"u":"iron%20pot_phb","p":153,"s":52,"h":1,"r":1,"n":"Iron Pot"},{"id":16207,"c":4,"u":"iron%20spike_phb","p":150,"s":52,"h":1,"r":1,"n":"Iron Spike"},{"id":16208,"c":4,"u":"iron%20spikes%20(10)_phb","p":150,"s":52,"h":1,"r":1,"n":"Iron Spikes (10)"},{"id":16209,"c":4,"u":"jeweler's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Jeweler's Tools"},{"id":16210,"c":4,"u":"jug_phb","p":153,"s":52,"h":1,"r":1,"n":"Jug"},{"id":16211,"c":4,"u":"ladder%20(10-foot)_phb","p":150,"s":52,"h":1,"r":1,"n":"Ladder (10-foot)"},{"id":16212,"c":4,"u":"lamp_phb","p":152,"s":52,"h":1,"r":1,"n":"Lamp"},{"id":16213,"c":4,"u":"leatherworker's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Leatherworker's Tools"},{"id":16214,"c":4,"u":"linen%20(1%20sq.%20yd.)_phb","p":157,"s":52,"h":1,"r":1,"n":"Linen (1 sq. yd.)"},{"id":16215,"c":4,"u":"loaf%20of%20bread_phb","p":158,"s":52,"h":1,"r":1,"n":"Loaf of Bread"},{"id":16216,"c":4,"u":"lock_phb","p":152,"s":52,"h":1,"r":1,"n":"Lock"},{"id":16217,"c":4,"u":"magnifying%20glass_phb","p":152,"s":52,"h":1,"r":1,"n":"Magnifying Glass"},{"id":16218,"c":4,"u":"manacles_phb","p":152,"s":52,"h":1,"r":1,"n":"Manacles"},{"id":16219,"c":4,"u":"map%20or%20scroll%20case_phb","p":151,"s":52,"h":1,"r":1,"n":"Map or Scroll Case"},{"id":16220,"c":4,"u":"mason's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Mason's Tools"},{"id":16221,"c":4,"u":"mastiff_phb","p":157,"s":52,"h":1,"r":1,"n":"Mastiff"},{"id":16222,"c":4,"u":"merchant's%20scale_phb","p":153,"s":52,"h":1,"r":1,"n":"Merchant's Scale"},{"id":16223,"c":4,"u":"mess%20kit_phb","p":152,"s":52,"h":1,"r":1,"n":"Mess Kit"},{"id":16224,"c":4,"u":"military%20saddle_phb","p":157,"s":52,"h":1,"r":1,"n":"Military Saddle"},{"id":16225,"c":4,"u":"miner's%20pick_phb","p":150,"s":52,"h":1,"r":1,"n":"Miner's Pick"},{"id":16226,"c":4,"u":"mule_phb","p":157,"s":52,"h":1,"r":1,"n":"Mule"},{"id":16227,"c":4,"u":"navigator's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Navigator's Tools"},{"id":16228,"c":4,"u":"oil%20(flask)_phb","p":152,"s":52,"h":1,"r":1,"n":"Oil (flask)"},{"id":16229,"c":4,"u":"ox_phb","p":157,"s":52,"h":1,"r":1,"n":"Ox"},{"id":16230,"c":4,"u":"pack%20saddle_phb","p":157,"s":52,"h":1,"r":1,"n":"Pack Saddle"},{"id":16231,"c":4,"u":"painter's%20supplies_phb","p":154,"s":52,"h":1,"r":1,"n":"Painter's Supplies"},{"id":16232,"c":4,"u":"paper%20(one%20sheet)_phb","p":150,"s":52,"h":1,"r":1,"n":"Paper (one sheet)"},{"id":16233,"c":4,"u":"parchment%20(one%20sheet)_phb","p":150,"s":52,"h":1,"r":1,"n":"Parchment (one sheet)"},{"id":16234,"c":4,"u":"pepper_phb","p":157,"s":52,"h":1,"r":1,"n":"Pepper"},{"id":16235,"c":4,"u":"perfume%20(vial)_phb","p":150,"s":52,"h":1,"r":1,"n":"Perfume (vial)"},{"id":16236,"c":4,"u":"pig_phb","p":157,"s":52,"h":1,"r":1,"n":"Pig"},{"id":16237,"c":4,"u":"pitcher_phb","p":153,"s":52,"h":1,"r":1,"n":"Pitcher"},{"id":16238,"c":4,"u":"piton_phb","p":150,"s":52,"h":1,"r":1,"n":"Piton"},{"id":16239,"c":4,"u":"platinum_phb","p":157,"s":52,"h":1,"r":1,"n":"Platinum"},{"id":16240,"c":4,"u":"platinum%20(pp)_phb","p":143,"s":52,"h":1,"n":"Platinum (pp)"},{"id":16241,"c":4,"u":"playing%20card%20set_phb","p":154,"s":52,"h":1,"r":1,"n":"Playing Card Set"},{"id":16242,"c":4,"u":"poisoner's%20kit_phb","p":154,"s":52,"h":1,"r":1,"n":"Poisoner's Kit"},{"id":16243,"c":4,"u":"pole%20(10-foot)_phb","p":150,"s":52,"h":1,"r":1,"n":"Pole (10-foot)"},{"id":16244,"c":4,"u":"pony_phb","p":157,"s":52,"h":1,"r":1,"n":"Pony"},{"id":16245,"c":4,"u":"portable%20ram_phb","p":153,"s":52,"h":1,"r":1,"n":"Portable Ram"},{"id":16246,"c":4,"u":"potter's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Potter's Tools"},{"id":16247,"c":4,"u":"pouch_phb","p":153,"s":52,"h":1,"r":1,"n":"Pouch"},{"id":16248,"c":4,"u":"priest's%20pack_phb","p":151,"s":52,"h":1,"r":1,"n":"Priest's Pack"},{"id":16249,"c":4,"u":"quiver_phb","p":153,"s":52,"h":1,"r":1,"n":"Quiver"},{"id":16250,"c":4,"u":"rations%20(1%20day)_phb","p":153,"s":52,"h":1,"r":1,"n":"Rations (1 day)"},{"id":16251,"c":4,"u":"reliquary_phb","p":151,"s":52,"h":1,"r":1,"n":"Reliquary"},{"id":16252,"c":4,"u":"riding%20horse_phb","p":157,"s":52,"h":1,"r":1,"n":"Riding Horse"},{"id":16253,"c":4,"u":"riding%20saddle_phb","p":157,"s":52,"h":1,"r":1,"n":"Riding Saddle"},{"id":16254,"c":4,"u":"robes_phb","p":150,"s":52,"h":1,"r":1,"n":"Robes"},{"id":16255,"c":4,"u":"sack_phb","p":153,"s":52,"h":1,"r":1,"n":"Sack"},{"id":16256,"c":4,"u":"saddlebags_phb","p":157,"s":52,"h":1,"r":1,"n":"Saddlebags"},{"id":16257,"c":4,"u":"saffron_phb","p":157,"s":52,"h":1,"r":1,"n":"Saffron"},{"id":16258,"c":4,"u":"salt_phb","p":157,"s":52,"h":1,"r":1,"n":"Salt"},{"id":16259,"c":4,"u":"scholar's%20pack_phb","p":151,"s":52,"h":1,"r":1,"n":"Scholar's Pack"},{"id":16260,"c":4,"u":"sealing%20wax_phb","p":150,"s":52,"h":1,"r":1,"n":"Sealing Wax"},{"id":16261,"c":4,"u":"sheep_phb","p":157,"s":52,"h":1,"r":1,"n":"Sheep"},{"id":16262,"c":4,"u":"shovel_phb","p":150,"s":52,"h":1,"r":1,"n":"Shovel"},{"id":16263,"c":4,"u":"signal%20whistle_phb","p":150,"s":52,"h":1,"r":1,"n":"Signal Whistle"},{"id":16264,"c":4,"u":"signet%20ring_phb","p":150,"s":52,"h":1,"r":1,"n":"Signet Ring"},{"id":16265,"c":4,"u":"silk%20(1%20sq.%20yd.)_phb","p":157,"s":52,"h":1,"r":1,"n":"Silk (1 sq. yd.)"},{"id":16266,"c":4,"u":"silk%20rope%20(50%20feet)_phb","p":153,"s":52,"h":1,"r":1,"n":"Silk Rope (50 feet)"},{"id":16267,"c":4,"u":"silver_phb","p":157,"s":52,"h":1,"r":1,"n":"Silver"},{"id":16268,"c":4,"u":"silver%20(sp)_phb","p":143,"s":52,"h":1,"n":"Silver (sp)"},{"id":16269,"c":4,"u":"sled_phb","p":157,"s":52,"h":1,"r":1,"n":"Sled"},{"id":16270,"c":4,"u":"sledgehammer_phb","p":150,"s":52,"h":1,"r":1,"n":"Sledgehammer"},{"id":16271,"c":4,"u":"smith's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Smith's Tools"},{"id":16272,"c":4,"u":"soap_phb","p":150,"s":52,"h":1,"r":1,"n":"Soap"},{"id":16273,"c":4,"u":"spellbook_phb","p":153,"s":52,"h":1,"r":1,"n":"Spellbook"},{"id":16274,"c":4,"u":"sprig%20of%20mistletoe_phb","p":151,"s":52,"h":1,"r":1,"n":"Sprig of Mistletoe"},{"id":16275,"c":4,"u":"spyglass_phb","p":153,"s":52,"h":1,"r":1,"n":"Spyglass"},{"id":16276,"c":4,"u":"stabling%20(per%20day)_phb","p":157,"s":52,"h":1,"r":1,"n":"Stabling (per day)"},{"id":16277,"c":4,"u":"steel%20mirror_phb","p":150,"s":52,"h":1,"r":1,"n":"Steel Mirror"},{"id":16278,"c":4,"u":"tankard_phb","p":153,"s":52,"h":1,"r":1,"n":"Tankard"},{"id":16279,"c":4,"u":"thieves'%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Thieves' Tools"},{"id":16280,"c":4,"u":"three-dragon%20ante%20set_phb","p":154,"s":52,"h":1,"n":"Three-Dragon Ante Set"},{"id":16281,"c":4,"u":"tinderbox_phb","p":153,"s":52,"h":1,"r":1,"n":"Tinderbox"},{"id":16282,"c":4,"u":"tinker's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Tinker's Tools"},{"id":16283,"c":4,"u":"torch_phb","p":153,"s":52,"h":1,"r":1,"n":"Torch"},{"id":16284,"c":4,"u":"totem_phb","p":151,"s":52,"h":1,"r":1,"n":"Totem"},{"id":16285,"c":4,"u":"traveler's%20clothes_phb","p":150,"s":52,"h":1,"r":1,"n":"Traveler's Clothes"},{"id":16286,"c":4,"u":"trinket_phb","p":159,"s":52,"h":1,"n":"Trinket"},{"id":16287,"c":4,"u":"two-person%20tent_phb","p":153,"s":52,"h":1,"r":1,"n":"Two-Person Tent"},{"id":16288,"c":4,"u":"vial_phb","p":153,"s":52,"h":1,"r":1,"n":"Vial"},{"id":16289,"c":4,"u":"wagon_phb","p":157,"s":52,"h":1,"r":1,"n":"Wagon"},{"id":16290,"c":4,"u":"warhorse_phb","p":157,"s":52,"h":1,"r":1,"n":"Warhorse"},{"id":16291,"c":4,"u":"waterskin_phb","p":153,"s":52,"h":1,"r":1,"n":"Waterskin"},{"id":16292,"c":4,"u":"weaver's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Weaver's Tools"},{"id":16293,"c":4,"u":"wheat_phb","p":157,"s":52,"h":1,"r":1,"n":"Wheat"},{"id":16294,"c":4,"u":"whetstone_phb","p":150,"s":52,"h":1,"r":1,"n":"Whetstone"},{"id":16295,"c":4,"u":"woodcarver's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Woodcarver's Tools"},{"id":16296,"c":4,"u":"yew%20wand_phb","p":151,"s":52,"h":1,"r":1,"n":"Yew Wand"},{"id":16297,"c":4,"u":"balloon%20pack_pota","p":222,"s":53,"h":1,"n":"Balloon Pack"},{"id":16298,"c":4,"u":"bottled%20breath_pota","p":222,"s":53,"h":1,"n":"Bottled Breath"},{"id":16299,"c":4,"u":"claws%20of%20the%20umber%20hulk_pota","p":222,"s":53,"h":1,"n":"Claws of the Umber Hulk"},{"id":16300,"c":4,"u":"devastation%20orb%20of%20air_pota","p":222,"s":53,"h":1,"n":"Devastation Orb of Air"},{"id":16301,"c":4,"u":"devastation%20orb%20of%20earth_pota","p":222,"s":53,"h":1,"n":"Devastation Orb of Earth"},{"id":16302,"c":4,"u":"devastation%20orb%20of%20fire_pota","p":222,"s":53,"h":1,"n":"Devastation Orb of Fire"},{"id":16303,"c":4,"u":"devastation%20orb%20of%20water_pota","p":222,"s":53,"h":1,"n":"Devastation Orb of Water"},{"id":16304,"c":4,"u":"dragon%20sensing%20longsword_pota","p":90,"s":53,"h":1,"n":"Dragon Sensing Longsword"},{"id":16305,"c":4,"u":"drown_pota","p":224,"s":53,"h":1,"n":"Drown"},{"id":16306,"c":4,"u":"ironfang_pota","p":224,"s":53,"h":1,"n":"Ironfang"},{"id":16307,"c":4,"u":"lost%20crown%20of%20besilmer_pota","p":223,"s":53,"h":1,"n":"Lost Crown of Besilmer"},{"id":16308,"c":4,"u":"orcsplitter_pota","p":224,"s":53,"h":1,"n":"Orcsplitter"},{"id":16309,"c":4,"u":"pathfinder's%20greataxe_pota","p":175,"s":53,"h":1,"n":"Pathfinder's Greataxe"},{"id":16310,"c":4,"u":"reszur_pota","p":157,"s":53,"h":1,"n":"Reszur"},{"id":16311,"c":4,"u":"seeker%20dart_pota","p":223,"s":53,"h":1,"n":"Seeker Dart"},{"id":16312,"c":4,"u":"storm%20boomerang_pota","p":223,"s":53,"h":1,"n":"Storm Boomerang"},{"id":16313,"c":4,"u":"tinderstrike_pota","p":224,"s":53,"h":1,"n":"Tinderstrike"},{"id":16314,"c":4,"u":"weird%20tank_pota","p":223,"s":53,"h":1,"n":"Weird Tank"},{"id":16315,"c":4,"u":"windvane_pota","p":224,"s":53,"h":1,"n":"Windvane"},{"id":16316,"c":4,"u":"wingwear_pota","p":223,"s":53,"h":1,"n":"Wingwear"},{"id":16317,"c":4,"u":"antigravity%20belt_qftis","p":192,"s":54,"h":1,"n":"Antigravity Belt"},{"id":16318,"c":4,"u":"concussion%20grenade_qftis","p":192,"s":54,"h":1,"n":"Concussion Grenade"},{"id":16319,"c":4,"u":"daoud's%20wondrous%20lanthorn_qftis","p":190,"s":54,"h":1,"n":"Daoud's Wondrous Lanthorn"},{"id":16320,"c":4,"u":"heretic_qftis","p":191,"s":54,"h":1,"n":"Heretic"},{"id":16321,"c":4,"u":"needler%20pistol_qftis","p":192,"s":54,"h":1,"n":"Needler Pistol"},{"id":16322,"c":4,"u":"paralysis%20pistol_qftis","p":192,"s":54,"h":1,"n":"Paralysis Pistol"},{"id":16323,"c":4,"u":"powered%20armor_qftis","p":192,"s":54,"h":1,"n":"Powered Armor"},{"id":16324,"c":4,"u":"robot%20controller_qftis","p":193,"s":54,"h":1,"n":"Robot Controller"},{"id":16325,"c":4,"u":"sleep%20grenade_qftis","p":192,"s":54,"h":1,"n":"Sleep Grenade"},{"id":16326,"c":4,"u":"spaceship%20trinket_qftis","p":161,"s":54,"h":1,"n":"Spaceship Trinket"},{"id":16327,"c":4,"u":"staff%20of%20ruling_qftis","p":191,"s":54,"h":1,"n":"Staff of Ruling"},{"id":16328,"c":4,"u":"concertina_rmbre","p":26,"s":55,"h":1,"dP":1,"n":"Concertina"},{"id":16329,"c":4,"u":"draakhorn_rot","p":93,"s":56,"h":1,"n":"Draakhorn"},{"id":16330,"c":4,"u":"dragontooth%20dagger_rot","p":94,"s":56,"h":1,"n":"Dragontooth Dagger"},{"id":16331,"c":4,"u":"mask%20of%20the%20dragon%20queen_rot","p":94,"s":56,"h":1,"n":"Mask of the Dragon Queen"},{"id":16332,"c":4,"u":"blue%20dragon%20mask_rotos","p":4,"s":112,"h":1,"n":"Blue Dragon Mask"},{"id":16333,"c":4,"u":"green%20dragon%20mask_rotos","p":4,"s":112,"h":1,"n":"Green Dragon Mask"},{"id":16334,"c":4,"u":"red%20dragon%20mask_rotos","p":4,"s":112,"h":1,"n":"Red Dragon Mask"},{"id":16335,"c":4,"u":"white%20dragon%20mask_rotos","p":4,"s":112,"h":1,"n":"White Dragon Mask"},{"id":16336,"c":4,"u":"gate%20warden%20trinket_sato","p":7,"s":104,"h":1,"n":"Gate Warden Trinket"},{"id":16337,"c":4,"u":"mimir_sato","p":13,"s":104,"h":1,"n":"Mimir"},{"id":16338,"c":4,"u":"planar%20philosopher%20trinket_sato","p":8,"s":104,"h":1,"n":"Planar Philosopher Trinket"},{"id":16339,"c":4,"u":"portal%20compass_sato","p":13,"s":104,"h":1,"n":"Portal Compass"},{"id":16340,"c":4,"u":"sensory%20stone_sato","p":13,"s":104,"h":1,"n":"Sensory Stone"},{"id":16341,"c":4,"u":"alchemist's%20doom_scc","p":179,"s":57,"h":1,"n":"Alchemist's Doom"},{"id":16342,"c":4,"u":"bottle%20of%20boundless%20coffee_scc","p":38,"s":57,"h":1,"n":"Bottle of Boundless Coffee"},{"id":16343,"c":4,"u":"catapult%20munition_scc","p":174,"s":57,"h":1,"n":"Catapult Munition"},{"id":16344,"c":4,"u":"cuddly%20strixhaven%20mascot_scc","p":38,"s":57,"h":1,"n":"Cuddly Strixhaven Mascot"},{"id":16345,"c":4,"u":"lorehold%20primer_scc","p":39,"s":57,"h":1,"n":"Lorehold Primer"},{"id":16346,"c":4,"u":"lorehold%20trinket_scc","p":31,"s":57,"h":1,"n":"Lorehold Trinket"},{"id":16347,"c":4,"u":"masque%20charm_scc","p":127,"s":57,"h":1,"n":"Masque Charm"},{"id":16348,"c":4,"u":"murgaxor's%20elixir%20of%20life_scc","p":179,"s":57,"h":1,"n":"Murgaxor's Elixir of Life"},{"id":16349,"c":4,"u":"murgaxor's%20orb_scc","p":126,"s":57,"h":1,"n":"Murgaxor's Orb"},{"id":16350,"c":4,"u":"prismari%20primer_scc","p":39,"s":57,"h":1,"n":"Prismari Primer"},{"id":16351,"c":4,"u":"prismari%20trinket_scc","p":32,"s":57,"h":1,"n":"Prismari Trinket"},{"id":16352,"c":4,"u":"quandrix%20primer_scc","p":39,"s":57,"h":1,"n":"Quandrix Primer"},{"id":16353,"c":4,"u":"quandrix%20trinket_scc","p":33,"s":57,"h":1,"n":"Quandrix Trinket"},{"id":16354,"c":4,"u":"silverquill%20primer_scc","p":39,"s":57,"h":1,"n":"Silverquill Primer"},{"id":16355,"c":4,"u":"silverquill%20trinket_scc","p":35,"s":57,"h":1,"n":"Silverquill Trinket"},{"id":16356,"c":4,"u":"strixhaven%20pennant_scc","p":39,"s":57,"h":1,"n":"Strixhaven Pennant"},{"id":16357,"c":4,"u":"witherbloom%20primer_scc","p":39,"s":57,"h":1,"n":"Witherbloom Primer"},{"id":16358,"c":4,"u":"witherbloom%20trinket_scc","p":36,"s":57,"h":1,"n":"Witherbloom Trinket"},{"id":16359,"c":4,"u":"bonecounter_sdw","s":58,"h":1,"n":"Bonecounter"},{"id":16360,"c":4,"u":"banner%20of%20the%20krig%20rune_skt","p":233,"s":59,"h":1,"n":"Banner of the Krig Rune"},{"id":16361,"c":4,"u":"blod%20stone_skt","p":233,"s":59,"h":1,"n":"Blod Stone"},{"id":16362,"c":4,"u":"claw%20of%20the%20wyrm%20rune_skt","p":233,"s":59,"h":1,"n":"Claw of the Wyrm Rune"},{"id":16363,"c":4,"u":"clockwork%20dog_skt","p":44,"s":59,"h":1,"n":"Clockwork Dog"},{"id":16364,"c":4,"u":"conch%20of%20teleportation_skt","p":234,"s":59,"h":1,"n":"Conch of Teleportation"},{"id":16365,"c":4,"u":"dragon%20thighbone%20club_skt","p":105,"s":59,"h":1,"n":"Dragon Thighbone Club"},{"id":16366,"c":4,"u":"faerie%20dust_skt","p":35,"s":59,"h":1,"n":"Faerie Dust"},{"id":16367,"c":4,"u":"gavel%20of%20the%20venn%20rune_skt","p":234,"s":59,"h":1,"n":"Gavel of the Venn Rune"},{"id":16368,"c":4,"u":"gurt's%20greataxe_skt","p":234,"s":59,"h":1,"n":"Gurt's Greataxe"},{"id":16369,"c":4,"u":"ingot%20of%20the%20skold%20rune_skt","p":234,"s":59,"h":1,"n":"Ingot of the Skold Rune"},{"id":16370,"c":4,"u":"korolnor%20scepter_skt","p":234,"s":59,"h":1,"n":"Korolnor Scepter"},{"id":16371,"c":4,"u":"navigation%20orb_skt","p":235,"s":59,"h":1,"n":"Navigation Orb"},{"id":16372,"c":4,"u":"opal%20of%20the%20ild%20rune_skt","p":235,"s":59,"h":1,"n":"Opal of the Ild Rune"},{"id":16373,"c":4,"u":"orb%20of%20the%20stein%20rune_skt","p":235,"s":59,"h":1,"n":"Orb of the Stein Rune"},{"id":16374,"c":4,"u":"pennant%20of%20the%20vind%20rune_skt","p":235,"s":59,"h":1,"n":"Pennant of the Vind Rune"},{"id":16375,"c":4,"u":"potion%20of%20giant%20size_skt","p":236,"s":59,"h":1,"n":"Potion of Giant Size"},{"id":16376,"c":4,"u":"robe%20of%20serpents_skt","p":236,"s":59,"h":1,"n":"Robe of Serpents"},{"id":16377,"c":4,"u":"rod%20of%20the%20vonindod_skt","p":236,"s":59,"h":1,"n":"Rod of the Vonindod"},{"id":16378,"c":4,"u":"shard%20of%20the%20ise%20rune_skt","p":236,"s":59,"h":1,"n":"Shard of the Ise Rune"},{"id":16379,"c":4,"u":"wyrmskull%20throne_skt","p":237,"s":59,"h":1,"n":"Wyrmskull Throne"},{"id":16380,"c":4,"u":"%2b2%20ring%20of%20protection_tdcsr","p":263,"s":61,"h":1,"dP":1,"n":"+2 Ring of Protection"},{"id":16381,"c":4,"u":"%2b2%20studded%20leather%20armor%20of%20acid%20resistance_tdcsr","p":271,"s":61,"h":1,"dP":1,"n":"+2 Studded Leather Armor of Acid Resistance"},{"id":16382,"c":4,"u":"%2b2%20studded%20white%20dragon%20leather%20armor%20of%20cold%20resistance_tdcsr","p":267,"s":61,"h":1,"dP":1,"n":"+2 Studded White Dragon Leather Armor of Cold Resistance"},{"id":16383,"c":4,"u":"agony%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Agony (Awakened)"},{"id":16384,"c":4,"u":"agony%20(dormant)_tdcsr","p":202,"s":61,"h":1,"dP":1,"n":"Agony (Dormant)"},{"id":16385,"c":4,"u":"agony%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Agony (Exalted)"},{"id":16386,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Armor of the Valiant Soul (Awakened)"},{"id":16387,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(dormant)_tdcsr","p":202,"s":61,"h":1,"dP":1,"n":"Armor of the Valiant Soul (Dormant)"},{"id":16388,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Armor of the Valiant Soul (Exalted)"},{"id":16389,"c":4,"u":"azuremite_tdcsr","p":141,"s":61,"h":1,"dP":1,"n":"Azuremite"},{"id":16390,"c":4,"u":"boots%20of%20haste_tdcsr","p":194,"s":61,"h":1,"dP":1,"n":"Boots of Haste"},{"id":16391,"c":4,"u":"boots%20of%20the%20vigilant_tdcsr","p":194,"s":61,"h":1,"dP":1,"n":"Boots of the Vigilant"},{"id":16392,"c":4,"u":"cabal's%20ruin%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Cabal's Ruin (Awakened)"},{"id":16393,"c":4,"u":"cabal's%20ruin%20(dormant)_tdcsr","p":203,"s":61,"h":1,"dP":1,"n":"Cabal's Ruin (Dormant)"},{"id":16394,"c":4,"u":"cabal's%20ruin%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Cabal's Ruin (Exalted)"},{"id":16395,"c":4,"u":"cataclysm%20bolts_tdcsr","p":194,"s":61,"h":1,"dP":1,"n":"Cataclysm Bolts"},{"id":16396,"c":4,"u":"circlet%20of%20barbed%20vision%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Circlet of Barbed Vision (Awakened)"},{"id":16397,"c":4,"u":"circlet%20of%20barbed%20vision%20(dormant)_tdcsr","p":203,"s":61,"h":1,"dP":1,"n":"Circlet of Barbed Vision (Dormant)"},{"id":16398,"c":4,"u":"circlet%20of%20barbed%20vision%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Circlet of Barbed Vision (Exalted)"},{"id":16399,"c":4,"u":"circlet%20of%20wisdom_tdcsr","p":263,"s":61,"h":1,"dP":1,"n":"Circlet of Wisdom"},{"id":16400,"c":4,"u":"coat%20of%20the%20crest_tdcsr","p":194,"s":61,"h":1,"dP":1,"n":"Coat of the Crest"},{"id":16401,"c":4,"u":"condemner%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Condemner (Awakened)"},{"id":16402,"c":4,"u":"condemner%20(dormant)_tdcsr","p":204,"s":61,"h":1,"dP":1,"n":"Condemner (Dormant)"},{"id":16403,"c":4,"u":"condemner%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Condemner (Exalted)"},{"id":16404,"c":4,"u":"corecut%20dagger_tdcsr","p":195,"s":61,"h":1,"dP":1,"n":"Corecut Dagger"},{"id":16405,"c":4,"u":"dagger%20of%20denial_tdcsr","p":195,"s":61,"h":1,"dP":1,"n":"Dagger of Denial"},{"id":16406,"c":4,"u":"deathwalker's%20ward%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Deathwalker's Ward (Awakened)"},{"id":16407,"c":4,"u":"deathwalker's%20ward%20(dormant)_tdcsr","p":204,"s":61,"h":1,"dP":1,"n":"Deathwalker's Ward (Dormant)"},{"id":16408,"c":4,"u":"deathwalker's%20ward%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Deathwalker's Ward (Exalted)"},{"id":16409,"c":4,"u":"doublet%20of%20dramatic%20demise_tdcsr","p":195,"s":61,"h":1,"dP":1,"n":"Doublet of Dramatic Demise"},{"id":16410,"c":4,"u":"dynamite_tdcsr","p":100,"s":61,"h":1,"dP":1,"n":"Dynamite"},{"id":16411,"c":4,"u":"earthboard_tdcsr","p":198,"s":61,"h":1,"dP":1,"n":"Earthboard"},{"id":16412,"c":4,"u":"echo%20stone_tdcsr","p":195,"s":61,"h":1,"dP":1,"n":"Echo Stone"},{"id":16413,"c":4,"u":"fenthras%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Fenthras (Awakened)"},{"id":16414,"c":4,"u":"fenthras%20(dormant)_tdcsr","p":205,"s":61,"h":1,"dP":1,"n":"Fenthras (Dormant)"},{"id":16415,"c":4,"u":"fenthras%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Fenthras (Exalted)"},{"id":16416,"c":4,"u":"flamefriend%20lantern_tdcsr","p":198,"s":61,"h":1,"dP":1,"n":"Flamefriend Lantern"},{"id":16417,"c":4,"u":"gluebomb_tdcsr","p":100,"s":61,"h":1,"dP":1,"n":"Gluebomb"},{"id":16418,"c":4,"u":"graz'tchar%2c%20the%20decadent%20end_tdcsr","p":195,"s":61,"h":1,"dP":1,"n":"Graz'tchar, the Decadent End"},{"id":16419,"c":4,"u":"honor's%20last%20stand%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Honor's Last Stand (Awakened)"},{"id":16420,"c":4,"u":"honor's%20last%20stand%20(dormant)_tdcsr","p":206,"s":61,"h":1,"dP":1,"n":"Honor's Last Stand (Dormant)"},{"id":16421,"c":4,"u":"honor's%20last%20stand%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Honor's Last Stand (Exalted)"},{"id":16422,"c":4,"u":"inescapable%20lash_tdcsr","p":195,"s":61,"h":1,"dP":1,"n":"Inescapable Lash"},{"id":16423,"c":4,"u":"kiss%20of%20the%20changebringer%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Kiss of the Changebringer (Awakened)"},{"id":16424,"c":4,"u":"kiss%20of%20the%20changebringer%20(dormant)_tdcsr","p":206,"s":61,"h":1,"dP":1,"n":"Kiss of the Changebringer (Dormant)"},{"id":16425,"c":4,"u":"kiss%20of%20the%20changebringer%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Kiss of the Changebringer (Exalted)"},{"id":16426,"c":4,"u":"magician's%20judge_tdcsr","p":196,"s":61,"h":1,"dP":1,"n":"Magician's Judge"},{"id":16427,"c":4,"u":"mirror%20of%20infinite%20transpondence_tdcsr","p":196,"s":61,"h":1,"dP":1,"n":"Mirror of Infinite Transpondence"},{"id":16428,"c":4,"u":"mythcarver%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Mythcarver (Awakened)"},{"id":16429,"c":4,"u":"mythcarver%20(dormant)_tdcsr","p":207,"s":61,"h":1,"dP":1,"n":"Mythcarver (Dormant)"},{"id":16430,"c":4,"u":"mythcarver%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Mythcarver (Exalted)"},{"id":16431,"c":4,"u":"oloore%20root%20teabag_tdcsr","p":85,"s":61,"h":1,"dP":1,"n":"Oloore Root Teabag"},{"id":16432,"c":4,"u":"plainscow_tdcsr","p":248,"s":61,"h":1,"dP":1,"n":"Plainscow"},{"id":16433,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Plate of the Dawnmartyr (Awakened)"},{"id":16434,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(dormant)_tdcsr","p":208,"s":61,"h":1,"dP":1,"n":"Plate of the Dawnmartyr (Dormant)"},{"id":16435,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Plate of the Dawnmartyr (Exalted)"},{"id":16436,"c":4,"u":"pyremaul%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Pyremaul (Awakened)"},{"id":16437,"c":4,"u":"pyremaul%20(dormant)_tdcsr","p":208,"s":61,"h":1,"dP":1,"n":"Pyremaul (Dormant)"},{"id":16438,"c":4,"u":"pyremaul%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Pyremaul (Exalted)"},{"id":16439,"c":4,"u":"raven's%20slumber_tdcsr","p":197,"s":61,"h":1,"dP":1,"n":"Raven's Slumber"},{"id":16440,"c":4,"u":"residuum_tdcsr","p":75,"s":61,"h":1,"dP":1,"n":"Residuum"},{"id":16441,"c":4,"u":"residuum%20enchanting%20slate_tdcsr","p":75,"s":61,"h":1,"dP":1,"n":"Residuum Enchanting Slate"},{"id":16442,"c":4,"u":"rod%20of%20mercurial%20form_tdcsr","p":197,"s":61,"h":1,"dP":1,"n":"Rod of Mercurial Form"},{"id":16443,"c":4,"u":"skysail_tdcsr","p":199,"s":61,"h":1,"dP":1,"n":"Skysail"},{"id":16444,"c":4,"u":"skyship_tdcsr","p":137,"s":61,"h":1,"dP":1,"n":"Skyship"},{"id":16445,"c":4,"u":"spire%20of%20conflux%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Spire of Conflux (Awakened)"},{"id":16446,"c":4,"u":"spire%20of%20conflux%20(dormant)_tdcsr","p":209,"s":61,"h":1,"r":1,"dP":1,"n":"Spire of Conflux (Dormant)"},{"id":16447,"c":4,"u":"spire%20of%20conflux%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Spire of Conflux (Exalted)"},{"id":16448,"c":4,"u":"star%20razor%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Star Razor (Awakened)"},{"id":16449,"c":4,"u":"star%20razor%20(dormant)_tdcsr","p":210,"s":61,"h":1,"dP":1,"n":"Star Razor (Dormant)"},{"id":16450,"c":4,"u":"star%20razor%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Star Razor (Exalted)"},{"id":16451,"c":4,"u":"stink%20bomb_tdcsr","p":100,"s":61,"h":1,"dP":1,"n":"Stink Bomb"},{"id":16452,"c":4,"u":"stormrider%20boots_tdcsr","p":197,"s":61,"h":1,"dP":1,"n":"Stormrider Boots"},{"id":16453,"c":4,"u":"summer's%20dance_tdcsr","p":197,"s":61,"h":1,"dP":1,"n":"Summer's Dance"},{"id":16454,"c":4,"u":"sunbeam%20compass_tdcsr","p":143,"s":61,"h":1,"dP":1,"n":"Sunbeam Compass"},{"id":16455,"c":4,"u":"suude%20(blue)_tdcsr","p":85,"s":61,"h":1,"dP":1,"n":"Suude (Blue)"},{"id":16456,"c":4,"u":"suude%20(brown)_tdcsr","p":85,"s":61,"h":1,"dP":1,"n":"Suude (Brown)"},{"id":16457,"c":4,"u":"suude%20(red)_tdcsr","p":85,"s":61,"h":1,"dP":1,"n":"Suude (Red)"},{"id":16458,"c":4,"u":"tinkertop%20boltblaster%201000_tdcsr","p":197,"s":61,"h":1,"dP":1,"n":"Tinkertop Boltblaster 1000"},{"id":16459,"c":4,"u":"titanstone%20knuckles%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Titanstone Knuckles (Awakened)"},{"id":16460,"c":4,"u":"titanstone%20knuckles%20(dormant)_tdcsr","p":211,"s":61,"h":1,"dP":1,"n":"Titanstone Knuckles (Dormant)"},{"id":16461,"c":4,"u":"titanstone%20knuckles%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Titanstone Knuckles (Exalted)"},{"id":16462,"c":4,"u":"whisper%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Whisper (Awakened)"},{"id":16463,"c":4,"u":"whisper%20(dormant)_tdcsr","p":211,"s":61,"h":1,"dP":1,"n":"Whisper (Dormant)"},{"id":16464,"c":4,"u":"whisper%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Whisper (Exalted)"},{"id":16465,"c":4,"u":"whitestone_tdcsr","p":75,"s":61,"h":1,"dP":1,"n":"Whitestone"},{"id":16466,"c":4,"u":"wraps%20of%20dyamak%20(awakened)_tdcsr","s":61,"h":1,"dP":1,"n":"Wraps of Dyamak (Awakened)"},{"id":16467,"c":4,"u":"wraps%20of%20dyamak%20(dormant)_tdcsr","p":212,"s":61,"h":1,"dP":1,"n":"Wraps of Dyamak (Dormant)"},{"id":16468,"c":4,"u":"wraps%20of%20dyamak%20(exalted)_tdcsr","s":61,"h":1,"dP":1,"n":"Wraps of Dyamak (Exalted)"},{"id":16469,"c":4,"u":"writing%20kit_tdcsr","p":183,"s":61,"h":1,"dP":1,"n":"Writing Kit"},{"id":16470,"c":4,"u":"zeal_tdcsr","p":85,"s":61,"h":1,"dP":1,"n":"Zeal"},{"id":16471,"c":4,"u":"amulet%20of%20protection%20from%20turning_tftyp","p":228,"s":62,"h":1,"n":"Amulet of Protection from Turning"},{"id":16472,"c":4,"u":"balance%20of%20harmony_tftyp","p":228,"s":62,"h":1,"n":"Balance of Harmony"},{"id":16473,"c":4,"u":"bracelet%20of%20rock%20magic_tftyp","p":228,"s":62,"h":1,"n":"Bracelet of Rock Magic"},{"id":16474,"c":4,"u":"eagle%20whistle_tftyp","p":228,"s":62,"h":1,"n":"Eagle Whistle"},{"id":16475,"c":4,"u":"flame%20tongue%20shortsword%20of%20greed_tftyp","p":179,"s":62,"h":1,"n":"Flame Tongue Shortsword of Greed"},{"id":16476,"c":4,"u":"hell%20hound%20cloak_tftyp","p":228,"s":62,"h":1,"n":"Hell Hound Cloak"},{"id":16477,"c":4,"u":"javelin%20of%20backbiting_tftyp","p":229,"s":62,"h":1,"n":"Javelin of Backbiting"},{"id":16478,"c":4,"u":"junky%20%2b1%20dagger_tftyp","p":77,"s":62,"h":1,"n":"Junky +1 Dagger"},{"id":16479,"c":4,"u":"loadstone_tftyp","p":228,"s":62,"h":1,"n":"Loadstone"},{"id":16480,"c":4,"u":"macuahuitl_tftyp","p":70,"s":62,"h":1,"n":"Macuahuitl"},{"id":16481,"c":4,"u":"mirror%20of%20the%20past_tftyp","p":228,"s":62,"h":1,"n":"Mirror of the Past"},{"id":16482,"c":4,"u":"night%20caller_tftyp","p":228,"s":62,"h":1,"n":"Night Caller"},{"id":16483,"c":4,"u":"potion%20of%20mind%20control%20(beast)_tftyp","p":229,"s":62,"h":1,"n":"Potion of Mind Control (beast)"},{"id":16484,"c":4,"u":"potion%20of%20mind%20control%20(humanoid)_tftyp","p":229,"s":62,"h":1,"n":"Potion of Mind Control (humanoid)"},{"id":16485,"c":4,"u":"potion%20of%20mind%20control%20(monster)_tftyp","p":229,"s":62,"h":1,"n":"Potion of Mind Control (monster)"},{"id":16486,"c":4,"u":"robe%20of%20summer_tftyp","p":229,"s":62,"h":1,"n":"Robe of Summer"},{"id":16487,"c":4,"u":"shatterspike_tftyp","p":229,"s":62,"h":1,"n":"Shatterspike"},{"id":16488,"c":4,"u":"spear%20of%20backbiting_tftyp","p":229,"s":62,"h":1,"n":"Spear of Backbiting"},{"id":16489,"c":4,"u":"stone%20of%20ill%20luck_tftyp","p":229,"s":62,"h":1,"n":"Stone of Ill Luck"},{"id":16490,"c":4,"u":"wand%20of%20entangle_tftyp","p":229,"s":62,"h":1,"n":"Wand of Entangle"},{"id":16491,"c":4,"u":"waythe_tftyp","p":229,"s":62,"h":1,"n":"Waythe"},{"id":16492,"c":4,"u":"white%20dragon%20cape_tftyp","p":193,"s":62,"h":1,"n":"White Dragon Cape"},{"id":16493,"c":4,"u":"amulet%20of%20the%20black%20skull_toa","p":206,"s":63,"h":1,"n":"Amulet of the Black Skull"},{"id":16494,"c":4,"u":"arcanaloth's%20music%20box_toa","p":188,"s":63,"h":1,"n":"Arcanaloth's Music Box"},{"id":16495,"c":4,"u":"bob_toa","p":89,"s":63,"h":1,"n":"Bob"},{"id":16496,"c":4,"u":"bookmark_toa","p":206,"s":63,"h":1,"n":"Bookmark"},{"id":16497,"c":4,"u":"canoe_toa","p":31,"s":63,"h":1,"n":"Canoe"},{"id":16498,"c":4,"u":"dancing%20monkey%20fruit_toa","p":205,"s":63,"h":1,"n":"Dancing Monkey Fruit"},{"id":16499,"c":4,"u":"devlin's%20staff%20of%20striking_toa","p":141,"s":63,"h":1,"n":"Devlin's Staff of Striking"},{"id":16500,"c":4,"u":"draconic%20longsword_toa","p":173,"s":63,"h":1,"n":"Draconic Longsword"},{"id":16501,"c":4,"u":"ghost%20lantern_toa","p":206,"s":63,"h":1,"n":"Ghost Lantern"},{"id":16502,"c":4,"u":"insect%20repellent%20(block%20of%20incense)_toa","p":32,"s":63,"h":1,"n":"Insect Repellent (block of incense)"},{"id":16503,"c":4,"u":"insect%20repellent%20(greasy%20salve)_toa","p":32,"s":63,"h":1,"n":"Insect Repellent (greasy salve)"},{"id":16504,"c":4,"u":"mask%20of%20the%20beast_toa","p":207,"s":63,"h":1,"n":"Mask of the Beast"},{"id":16505,"c":4,"u":"menga%20leaves%20(1%20ounce)_toa","p":205,"s":63,"h":1,"n":"Menga leaves (1 ounce)"},{"id":16506,"c":4,"u":"petrified%20grung%20egg_toa","p":144,"s":63,"h":1,"n":"Petrified Grung Egg"},{"id":16507,"c":4,"u":"rain%20catcher_toa","p":32,"s":63,"h":1,"n":"Rain Catcher"},{"id":16508,"c":4,"u":"ring%20of%20winter_toa","p":207,"s":63,"h":1,"n":"Ring of Winter"},{"id":16509,"c":4,"u":"ryath%20root_toa","p":205,"s":63,"h":1,"n":"Ryath Root"},{"id":16510,"c":4,"u":"scorpion%20armor_toa","p":208,"s":63,"h":1,"n":"Scorpion Armor"},{"id":16511,"c":4,"u":"shield%20of%20shouting_toa","p":116,"s":63,"h":1,"n":"Shield of Shouting"},{"id":16512,"c":4,"u":"sinda%20berries%20(10)_toa","p":205,"s":63,"h":1,"n":"Sinda berries (10)"},{"id":16513,"c":4,"u":"staff%20of%20the%20forgotten%20one_toa","p":208,"s":63,"h":1,"n":"Staff of the Forgotten One"},{"id":16514,"c":4,"u":"tej_toa","p":32,"s":63,"h":1,"n":"Tej"},{"id":16515,"c":4,"u":"wildroot_toa","p":205,"s":63,"h":1,"n":"Wildroot"},{"id":16516,"c":4,"u":"wukka%20nut_toa","p":205,"s":63,"h":1,"n":"Wukka Nut"},{"id":16517,"c":4,"u":"yahcha_toa","p":205,"s":63,"h":1,"n":"Yahcha"},{"id":16518,"c":4,"u":"zabou_toa","p":205,"s":63,"h":1,"n":"Zabou"},{"id":16519,"c":4,"u":"dissimortuum's%20cursed%20mask_tob1-2023","p":106,"s":64,"h":1,"dP":1,"n":"Dissimortuum's Cursed Mask"},{"id":16520,"c":4,"u":"spinosaurus_tob1-2023","p":103,"s":64,"h":1,"dP":1,"n":"Spinosaurus"},{"id":16521,"c":4,"u":"vanisher%20hat_tob1-2023","p":319,"s":64,"h":1,"dP":1,"n":"Vanisher Hat"},{"id":16522,"c":4,"u":"chime%20of%20exile_veor","p":46,"s":66,"h":1,"n":"Chime of Exile"},{"id":16523,"c":4,"u":"crown%20of%20lies_veor","p":6,"s":66,"h":1,"n":"Crown of Lies"},{"id":16524,"c":4,"u":"rod%20of%20seven%20parts_veor","p":8,"s":66,"h":1,"n":"Rod of Seven Parts"},{"id":16525,"c":4,"u":"flensing%20claws%20(huge)_vgm","p":81,"s":67,"h":1,"n":"Flensing Claws (Huge)"},{"id":16526,"c":4,"u":"flensing%20claws%20(large)_vgm","p":81,"s":67,"h":1,"n":"Flensing Claws (Large)"},{"id":16527,"c":4,"u":"flensing%20claws%20(medium)_vgm","p":81,"s":67,"h":1,"n":"Flensing Claws (Medium)"},{"id":16528,"c":4,"u":"flensing%20claws%20(small)_vgm","p":81,"s":67,"h":1,"n":"Flensing Claws (Small)"},{"id":16529,"c":4,"u":"mind%20lash_vgm","p":81,"s":67,"h":1,"n":"Mind Lash"},{"id":16530,"c":4,"u":"shield%20of%20far%20sight_vgm","p":81,"s":67,"h":1,"n":"Shield of Far Sight"},{"id":16531,"c":4,"u":"survival%20mantle_vgm","p":81,"s":67,"h":1,"n":"Survival Mantle"},{"id":16532,"c":4,"u":"harkon's%20bite_vrgr","p":137,"s":68,"h":1,"n":"Harkon's Bite"},{"id":16533,"c":4,"u":"horror%20trinket_vrgr","p":36,"s":68,"h":1,"n":"Horror Trinket"},{"id":16534,"c":4,"u":"ivana's%20whisper_vrgr","p":83,"s":68,"h":1,"n":"Ivana's Whisper"},{"id":16535,"c":4,"u":"monster%20hunter's%20pack_vrgr","p":34,"s":68,"h":1,"n":"Monster Hunter's Pack"},{"id":16536,"c":4,"u":"nepenthe_vrgr","p":86,"s":68,"h":1,"n":"Nepenthe"},{"id":16537,"c":4,"u":"black%20chromatic%20rose_wbtw","p":208,"s":69,"h":1,"n":"Black Chromatic Rose"},{"id":16538,"c":4,"u":"blue%20chromatic%20rose_wbtw","p":208,"s":69,"h":1,"n":"Blue Chromatic Rose"},{"id":16539,"c":4,"u":"bobbing%20lily%20pad_wbtw","p":208,"s":69,"h":1,"n":"Bobbing Lily Pad"},{"id":16540,"c":4,"u":"dust%20of%20corrosion_wbtw","p":209,"s":69,"h":1,"n":"Dust of Corrosion"},{"id":16541,"c":4,"u":"eldritch%20staff_wbtw","p":209,"s":69,"h":1,"n":"Eldritch Staff"},{"id":16542,"c":4,"u":"feywild%20trinket_wbtw","p":7,"s":69,"h":1,"n":"Feywild Trinket"},{"id":16543,"c":4,"u":"green%20chromatic%20rose_wbtw","p":208,"s":69,"h":1,"n":"Green Chromatic Rose"},{"id":16544,"c":4,"u":"iggwilv's%20cauldron_wbtw","p":209,"s":69,"h":1,"n":"Iggwilv's Cauldron"},{"id":16545,"c":4,"u":"ornithopter%20of%20flying_wbtw","p":212,"s":69,"h":1,"n":"Ornithopter of Flying"},{"id":16546,"c":4,"u":"pixie%20dust_wbtw","p":212,"s":69,"h":1,"n":"Pixie Dust"},{"id":16547,"c":4,"u":"potion%20of%20advantage_wbtw","p":212,"s":69,"h":1,"n":"Potion of Advantage"},{"id":16548,"c":4,"u":"red%20chromatic%20rose_wbtw","p":208,"s":69,"h":1,"n":"Red Chromatic Rose"},{"id":16549,"c":4,"u":"scissors%20of%20shadow%20snipping_wbtw","p":213,"s":69,"h":1,"n":"Scissors of Shadow Snipping"},{"id":16550,"c":4,"u":"snicker-snack_wbtw","p":213,"s":69,"h":1,"n":"Snicker-Snack"},{"id":16551,"c":4,"u":"steel_wbtw","p":214,"s":69,"h":1,"n":"Steel"},{"id":16552,"c":4,"u":"white%20chromatic%20rose_wbtw","p":208,"s":69,"h":1,"n":"White Chromatic Rose"},{"id":16553,"c":4,"u":"witchlight%20vane_wbtw","p":27,"s":69,"h":1,"n":"Witchlight Vane"},{"id":16554,"c":4,"u":"witchlight%20watch_wbtw","p":25,"s":69,"h":1,"n":"Witchlight Watch"},{"id":16555,"c":4,"u":"woodcutter's%20axe_wbtw","p":214,"s":69,"h":1,"n":"Woodcutter's Axe"},{"id":16556,"c":4,"u":"adamantine%20bar_wdh","p":90,"s":70,"h":1,"n":"Adamantine Bar"},{"id":16557,"c":4,"u":"adjustable%20stilts_wdh","p":47,"s":70,"h":1,"n":"Adjustable Stilts"},{"id":16558,"c":4,"u":"azuredge_wdh","p":189,"s":70,"h":1,"n":"Azuredge"},{"id":16559,"c":4,"u":"backpack%20parachute_wdh","p":47,"s":70,"h":1,"n":"Backpack Parachute"},{"id":16560,"c":4,"u":"badge%20of%20the%20watch_wdh","p":189,"s":70,"h":1,"n":"Badge of the Watch"},{"id":16561,"c":4,"u":"barking%20box_wdh","p":47,"s":70,"h":1,"n":"Barking Box"},{"id":16562,"c":4,"u":"blackstaff_wdh","p":190,"s":70,"h":1,"n":"Blackstaff"},{"id":16563,"c":4,"u":"bracer%20of%20flying%20daggers_wdh","p":190,"s":70,"h":1,"n":"Bracer of Flying Daggers"},{"id":16564,"c":4,"u":"charred%20wand%20of%20magic%20missiles_wdh","p":77,"s":70,"h":1,"n":"Charred Wand of Magic Missiles"},{"id":16565,"c":4,"u":"dragon_wdh","p":169,"s":70,"h":1,"n":"Dragon"},{"id":16566,"c":4,"u":"dragonstaff%20of%20ahghairon_wdh","p":191,"s":70,"h":1,"n":"Dragonstaff of Ahghairon"},{"id":16567,"c":4,"u":"feather%20of%20diatryma%20summoning_wdh","p":191,"s":70,"h":1,"n":"Feather of Diatryma Summoning"},{"id":16568,"c":4,"u":"harbor%20moon_wdh","p":169,"s":70,"h":1,"n":"Harbor Moon"},{"id":16569,"c":4,"u":"knave's%20eye%20patch_wdh","p":191,"s":70,"h":1,"n":"Knave's Eye Patch"},{"id":16570,"c":4,"u":"lord's%20ensemble_wdh","p":191,"s":70,"h":1,"n":"Lord's Ensemble"},{"id":16571,"c":4,"u":"matchless%20pipe_wdh","p":47,"s":70,"h":1,"n":"Matchless Pipe"},{"id":16572,"c":4,"u":"nib_wdh","p":169,"s":70,"h":1,"n":"Nib"},{"id":16573,"c":4,"u":"nimblewright%20detector_wdh","p":47,"s":70,"h":1,"n":"Nimblewright Detector"},{"id":16574,"c":4,"u":"oversized%20longbow_wdh","p":201,"s":70,"h":1,"n":"Oversized Longbow"},{"id":16575,"c":4,"u":"paper%20bird_wdh","p":191,"s":70,"h":1,"n":"Paper Bird"},{"id":16576,"c":4,"u":"ring%20of%20truth%20telling_wdh","p":192,"s":70,"h":1,"n":"Ring of Truth Telling"},{"id":16577,"c":4,"u":"shard_wdh","p":169,"s":70,"h":1,"n":"Shard"},{"id":16578,"c":4,"u":"smokepowder_wdh","p":192,"s":70,"h":1,"n":"Smokepowder"},{"id":16579,"c":4,"u":"stone%20of%20golorr_wdh","p":192,"s":70,"h":1,"n":"Stone of Golorr"},{"id":16580,"c":4,"u":"sun_wdh","p":169,"s":70,"h":1,"n":"Sun"},{"id":16581,"c":4,"u":"taol_wdh","p":169,"s":70,"h":1,"n":"Taol"},{"id":16582,"c":4,"u":"teleporter%20ring_wdh","p":157,"s":70,"h":1,"n":"Teleporter Ring"},{"id":16583,"c":4,"u":"black%20crystal%20tablet_wdmm","p":284,"s":71,"h":1,"n":"Black Crystal Tablet"},{"id":16584,"c":4,"u":"blast%20scepter_wdmm","p":310,"s":71,"h":1,"n":"Blast Scepter"},{"id":16585,"c":4,"u":"chest%20of%20preserving_wdmm","p":139,"s":71,"h":1,"n":"Chest of Preserving"},{"id":16586,"c":4,"u":"circlet%20of%20human%20perfection_wdmm","p":30,"s":71,"h":1,"n":"Circlet of Human Perfection"},{"id":16587,"c":4,"u":"dagger%20of%20blindsight_wdmm","p":86,"s":71,"h":1,"n":"Dagger of Blindsight"},{"id":16588,"c":4,"u":"dagger%20of%20guitar%20solos_wdmm","p":228,"s":71,"h":1,"n":"Dagger of Guitar Solos"},{"id":16589,"c":4,"u":"dodecahedron%20of%20doom_wdmm","p":284,"s":71,"h":1,"n":"Dodecahedron of Doom"},{"id":16590,"c":4,"u":"falkir's%20helm%20of%20pigheadedness_wdmm","p":141,"s":71,"h":1,"n":"Falkir's Helm of Pigheadedness"},{"id":16591,"c":4,"u":"helm%20of%20the%20scavenger_wdmm","p":297,"s":71,"h":1,"n":"Helm of the Scavenger"},{"id":16592,"c":4,"u":"horn%20of%20the%20endless%20maze_wdmm","p":163,"s":71,"h":1,"n":"Horn of the Endless Maze"},{"id":16593,"c":4,"u":"horned%20ring_wdmm","p":108,"s":71,"h":1,"n":"Horned Ring"},{"id":16594,"c":4,"u":"jade%20serpent%20staff_wdmm","p":92,"s":71,"h":1,"n":"Jade Serpent Staff"},{"id":16595,"c":4,"u":"maddgoth's%20helm_wdmm","p":103,"s":71,"h":1,"n":"Maddgoth's Helm"},{"id":16596,"c":4,"u":"mind%20flayer%20skull_wdmm","p":197,"s":71,"h":1,"n":"Mind Flayer Skull"},{"id":16597,"c":4,"u":"orb%20of%20gonging_wdmm","p":174,"s":71,"h":1,"n":"Orb of Gonging"},{"id":16598,"c":4,"u":"pearl%20of%20undead%20detection_wdmm","p":76,"s":71,"h":1,"n":"Pearl of Undead Detection"},{"id":16599,"c":4,"u":"potion%20of%20comprehension_wdmm","p":62,"s":71,"h":1,"n":"Potion of Comprehension"},{"id":16600,"c":4,"u":"potion%20of%20watchful%20rest_wdmm","p":62,"s":71,"h":1,"n":"Potion of Watchful Rest"},{"id":16601,"c":4,"u":"professor%20orb_wdmm","p":284,"s":71,"h":1,"n":"Professor Orb"},{"id":16602,"c":4,"u":"propeller%20helm_wdmm","p":251,"s":71,"h":1,"n":"Propeller Helm"},{"id":16603,"c":4,"u":"shield%20of%20the%20uven%20rune_wdmm","p":299,"s":71,"h":1,"n":"Shield of the Uven Rune"},{"id":16604,"c":4,"u":"tangler%20grenade_wdmm","p":244,"s":71,"h":1,"n":"Tangler Grenade"},{"id":16605,"c":4,"u":"tearulai_wdmm","p":70,"s":71,"h":1,"n":"Tearulai"},{"id":16606,"c":4,"u":"vanrak's%20mithral%20shirt_wdmm","p":237,"s":71,"h":1,"n":"Vanrak's Mithral Shirt"},{"id":16607,"c":4,"u":"vial%20of%20stardust_wdmm","p":251,"s":71,"h":1,"n":"Vial of Stardust"},{"id":16608,"c":4,"u":"wyllow's%20staff%20of%20flowers_wdmm","p":75,"s":71,"h":1,"n":"Wyllow's Staff of Flowers"},{"id":16609,"c":4,"u":"chip%20of%20creation_aitfr-avt","p":11,"s":105,"h":1,"n":"Chip of Creation"},{"id":16610,"c":4,"u":"keystone%20of%20creation_aitfr-avt","p":12,"s":105,"h":1,"n":"Keystone of Creation"},{"id":16611,"c":4,"u":"stone%20of%20creation_aitfr-avt","p":10,"s":105,"h":1,"n":"Stone of Creation"},{"id":16612,"c":4,"u":"planar%20key_aitfr-thp","p":13,"s":76,"h":1,"n":"Planar Key"},{"id":16613,"c":4,"u":"vial%20of%20thought%20capture_azfyt","p":4,"s":113,"h":1,"n":"Vial of Thought Capture"},{"id":16614,"c":4,"u":"helm%20of%20disjunction_hat-lmi","s":114,"h":1,"n":"Helm of Disjunction"},{"id":16615,"c":4,"u":"hither-thither%20staff_hat-lmi","s":114,"h":1,"n":"Hither-Thither Staff"},{"id":16616,"c":4,"u":"horn%20of%20beckoning%20death_hat-lmi","s":114,"h":1,"n":"Horn of Beckoning Death"},{"id":16617,"c":4,"u":"red%20wizard%20blade_hat-lmi","s":114,"h":1,"n":"Red Wizard Blade"},{"id":16618,"c":4,"u":"tablet%20of%20reawakening_hat-lmi","s":114,"h":1,"n":"Tablet of Reawakening"},{"id":16619,"c":4,"u":"blood%20of%20the%20lycanthrope_imr","p":93,"s":80,"h":1,"n":"Blood of the Lycanthrope"},{"id":16620,"c":4,"u":"blood%20of%20the%20lycanthrope%20antidote_imr","p":94,"s":80,"h":1,"n":"Blood of the Lycanthrope Antidote"},{"id":16621,"c":4,"u":"bridle%20of%20capturing_imr","p":94,"s":80,"h":1,"n":"Bridle of Capturing"},{"id":16622,"c":4,"u":"crown%20of%20the%20forest_imr","p":7,"s":80,"h":1,"n":"Crown of the Forest"},{"id":16623,"c":4,"u":"dust%20of%20the%20mummy_imr","p":93,"s":80,"h":1,"n":"Dust of the Mummy"},{"id":16624,"c":4,"u":"ioun%20stone%20of%20vitality_imr","p":94,"s":80,"h":1,"n":"Ioun Stone of Vitality"},{"id":16625,"c":4,"u":"mummy%20rot%20antidote_imr","p":94,"s":80,"h":1,"n":"Mummy Rot Antidote"},{"id":16626,"c":4,"u":"ruinblade_imr","p":95,"s":80,"h":1,"n":"Ruinblade"},{"id":16627,"c":4,"u":"the%20infernal%20machine%20of%20lum%20the%20mad_imr","p":96,"s":80,"h":1,"n":"The Infernal Machine of Lum the Mad"},{"id":16628,"c":4,"u":"thessaltoxin_imr","p":93,"s":80,"h":1,"n":"Thessaltoxin"},{"id":16629,"c":4,"u":"thessaltoxin%20antidote_imr","p":95,"s":80,"h":1,"n":"Thessaltoxin Antidote"},{"id":16630,"c":4,"u":"barrier%20peaks%20trinket_llk","p":7,"s":81,"h":1,"n":"Barrier Peaks Trinket"},{"id":16631,"c":4,"u":"deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"n":"Deck of Several Things"},{"id":16632,"c":4,"u":"enchanted%20three-dragon%20ante%20set_llk","p":15,"s":81,"h":1,"n":"Enchanted Three-Dragon Ante Set"},{"id":16633,"c":4,"u":"galder's%20bubble%20pipe_llk","p":55,"s":81,"h":1,"n":"Galder's Bubble Pipe"},{"id":16634,"c":4,"u":"heward's%20hireling%20armor_llk","p":55,"s":81,"h":1,"n":"Heward's Hireling Armor"},{"id":16635,"c":4,"u":"ioun%20stone%2c%20historical%20knowledge_llk","p":55,"s":81,"h":1,"n":"Ioun Stone, Historical Knowledge"},{"id":16636,"c":4,"u":"ioun%20stone%2c%20language%20knowledge_llk","p":55,"s":81,"h":1,"n":"Ioun Stone, Language Knowledge"},{"id":16637,"c":4,"u":"ioun%20stone%2c%20natural%20knowledge_llk","p":55,"s":81,"h":1,"n":"Ioun Stone, Natural Knowledge"},{"id":16638,"c":4,"u":"ioun%20stone%2c%20religious%20knowledge_llk","p":55,"s":81,"h":1,"n":"Ioun Stone, Religious Knowledge"},{"id":16639,"c":4,"u":"ioun%20stone%2c%20self-preservation_llk","p":55,"s":81,"h":1,"n":"Ioun Stone, Self-Preservation"},{"id":16640,"c":4,"u":"ioun%20stone%2c%20supreme%20intellect_llk","p":55,"s":81,"h":1,"n":"Ioun Stone, Supreme Intellect"},{"id":16641,"c":4,"u":"leather%20golem%20armor_llk","p":55,"s":81,"h":1,"n":"Leather Golem Armor"},{"id":16642,"c":4,"u":"powered%20armor_llk","p":56,"s":81,"h":1,"n":"Powered Armor"},{"id":16643,"c":4,"u":"nightbringer_mcv2dc","p":14,"s":84,"h":1,"n":"Nightbringer"},{"id":16644,"c":4,"u":"amulet%20of%20harmony_nrh-at","p":8,"s":90,"h":1,"n":"Amulet of Harmony"},{"id":16645,"c":4,"u":"prismatic%20well_nrh-at","p":8,"s":90,"h":1,"n":"Prismatic Well"},{"id":16646,"c":4,"u":"amber%20runestone_nrh-tlt","p":6,"s":115,"h":1,"n":"Amber Runestone"},{"id":16647,"c":4,"u":"whistle-stick_oga","p":4,"s":116,"h":1,"n":"Whistle-Stick"},{"id":16648,"c":4,"u":"amulet%20of%20dinosaur%20feathers%20(sun%20empire)_psx","p":24,"s":99,"h":1,"n":"Amulet of dinosaur feathers (Sun Empire)"},{"id":16649,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20inlay%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"n":"Bejeweled ivory drinking horn with gold inlay (Brazen Coalition)"},{"id":16650,"c":4,"u":"bronze%20spyglass%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"n":"Bronze spyglass (Brazen Coalition)"},{"id":16651,"c":4,"u":"carved%20jade%20statuette%20(river%20heralds)_psx","p":24,"s":99,"h":1,"n":"Carved jade statuette (River Heralds)"},{"id":16652,"c":4,"u":"ceremonial%20silver%20dagger%20with%20gold%20pommel%20and%20black%20pearl%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"n":"Ceremonial silver dagger with gold pommel and black pearl (Legion of Dusk)"},{"id":16653,"c":4,"u":"cloth-of-gold%20vestments%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"n":"Cloth-of-gold vestments (Legion of Dusk)"},{"id":16654,"c":4,"u":"copper%20stein%20with%20silver%20filigree%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"n":"Copper stein with silver filigree (Brazen Coalition)"},{"id":16655,"c":4,"u":"eye%20patch%20with%20a%20mock%20eye%20set%20in%20blue%20sapphire%20and%20moonstone%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"n":"Eye patch with a mock eye set in blue sapphire and moonstone (Brazen Coalition)"},{"id":16656,"c":4,"u":"feathered%20mantle%20with%20emerald%20clasp%20(sun%20empire)_psx","p":25,"s":99,"h":1,"n":"Feathered mantle with emerald clasp (Sun Empire)"},{"id":16657,"c":4,"u":"fine%20gold%20chain%20with%20fire%20opals%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"n":"Fine gold chain with fire opals (Legion of Dusk)"},{"id":16658,"c":4,"u":"fine%20robe%20with%20dinosaur%20feathers%20and%20silver%20embroidery%20(sun%20empire)_psx","p":24,"s":99,"h":1,"n":"Fine robe with dinosaur feathers and silver embroidery (Sun Empire)"},{"id":16659,"c":4,"u":"fine%20steel%20rapier%20with%20gold%20filigree%20hilt%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"n":"Fine steel rapier with gold filigree hilt (Legion of Dusk)"},{"id":16660,"c":4,"u":"finely%20articulated%20jade%20glove%20(river%20heralds)_psx","p":25,"s":99,"h":1,"n":"Finely articulated jade glove (River Heralds)"},{"id":16661,"c":4,"u":"gold%20basin%20with%20rubies%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"n":"Gold basin with rubies (Legion of Dusk)"},{"id":16662,"c":4,"u":"gold%20chalice%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"n":"Gold chalice (Legion of Dusk)"},{"id":16663,"c":4,"u":"gold%20chalice%20set%20with%20emeralds%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"n":"Gold chalice set with emeralds (Legion of Dusk)"},{"id":16664,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"n":"Gold jewelry box with platinum filigree (Brazen Coalition)"},{"id":16665,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"n":"Gold locket with a painted portrait inside (Legion of Dusk)"},{"id":16666,"c":4,"u":"gold%20music%20box%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"n":"Gold music box (Brazen Coalition)"},{"id":16667,"c":4,"u":"gold%20pendant%20with%20black%20onyx%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"n":"Gold pendant with black onyx (Legion of Dusk)"},{"id":16668,"c":4,"u":"gold%20ring%20with%20turquoise%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"n":"Gold ring with turquoise (Legion of Dusk)"},{"id":16669,"c":4,"u":"gold-plated%20ceremonial%20helmet%20and%20pauldrons%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"n":"Gold-plated ceremonial helmet and pauldrons (Legion of Dusk)"},{"id":16670,"c":4,"u":"gold-plated%20sextant%20with%20topaz%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"n":"Gold-plated sextant with topaz (Brazen Coalition)"},{"id":16671,"c":4,"u":"jade%20bowl%20(river%20heralds)_psx","p":24,"s":99,"h":1,"n":"Jade bowl (River Heralds)"},{"id":16672,"c":4,"u":"jade%20breastplate%20(river%20heralds)_psx","p":25,"s":99,"h":1,"n":"Jade breastplate (River Heralds)"},{"id":16673,"c":4,"u":"jade%20headpiece%20(river%20heralds)_psx","p":24,"s":99,"h":1,"n":"Jade headpiece (River Heralds)"},{"id":16674,"c":4,"u":"jade%20sword%20with%20amber%20(river%20heralds)_psx","p":24,"s":99,"h":1,"n":"Jade sword with amber (River Heralds)"},{"id":16675,"c":4,"u":"jade%20totem%20with%20diamond%20eyes%20(river%20heralds)_psx","p":25,"s":99,"h":1,"n":"Jade totem with diamond eyes (River Heralds)"},{"id":16676,"c":4,"u":"jeweled%20anklet%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"n":"Jeweled anklet (Brazen Coalition)"},{"id":16677,"c":4,"u":"large%20gold%20bracelet%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"n":"Large gold bracelet (Legion of Dusk)"},{"id":16678,"c":4,"u":"large%20jade%20totem%20(river%20heralds)_psx","p":24,"s":99,"h":1,"n":"Large jade totem (River Heralds)"},{"id":16679,"c":4,"u":"large%20well-made%20tapestry%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"n":"Large well-made tapestry (Legion of Dusk)"},{"id":16680,"c":4,"u":"lute%20crafted%20of%20exotic%20wood%20with%20mother-of-pearl%20inlay%20and%20zircon%20gems%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"n":"Lute crafted of exotic wood with mother-of-pearl inlay and zircon gems (Brazen Coalition)"},{"id":16681,"c":4,"u":"marble%20font%20with%20gold%20inlay%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"n":"Marble font with gold inlay (Legion of Dusk)"},{"id":16682,"c":4,"u":"masterpiece%20painting%20in%20mahogany%20frame%20with%20gold%20inlay%20(legion%20of%20dusk)_psx","p":25,"s":99,"h":1,"n":"Masterpiece painting in mahogany frame with gold inlay (Legion of Dusk)"},{"id":16683,"c":4,"u":"necklace%20of%20electrum%20medallions%20with%20red%20and%20blue%20tournalines%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"n":"Necklace of electrum medallions with red and blue tournalines (Brazen Coalition)"},{"id":16684,"c":4,"u":"necklace%20of%20jade%20and%20pink%20pearls%20(river%20heralds)_psx","p":25,"s":99,"h":1,"n":"Necklace of jade and pink pearls (River Heralds)"},{"id":16685,"c":4,"u":"pair%20of%20engraved%20bone%20dice%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"n":"Pair of engraved bone dice (Brazen Coalition)"},{"id":16686,"c":4,"u":"pewter%20mug%20with%20green%20spinels%20(brazen%20coalition)_psx","p":24,"s":99,"h":1,"n":"Pewter mug with green spinels (Brazen Coalition)"},{"id":16687,"c":4,"u":"platinum%20headdress%20with%20topaz%20sun%20symbol%20(sun%20empire)_psx","p":25,"s":99,"h":1,"n":"Platinum headdress with topaz sun symbol (Sun Empire)"},{"id":16688,"c":4,"u":"platinum%20ring%20with%20yellow%20sapphire%20(sun%20empire)_psx","p":25,"s":99,"h":1,"n":"Platinum ring with yellow sapphire (Sun Empire)"},{"id":16689,"c":4,"u":"platinum%20staff%20topped%20with%20amber%20(sun%20empire)_psx","p":25,"s":99,"h":1,"n":"Platinum staff topped with amber (Sun Empire)"},{"id":16690,"c":4,"u":"silver%20headdress%20with%20amber%20and%20red-coral%20feathers%20(sun%20empire)_psx","p":24,"s":99,"h":1,"n":"Silver headdress with amber and red-coral feathers (Sun Empire)"},{"id":16691,"c":4,"u":"silver%20medallion%20(sun%20empire)_psx","p":24,"s":99,"h":1,"n":"Silver medallion (Sun Empire)"},{"id":16692,"c":4,"u":"silver%20necklace%20with%20an%20amber%20pendant%20(sun%20empire)_psx","p":24,"s":99,"h":1,"n":"Silver necklace with an amber pendant (Sun Empire)"},{"id":16693,"c":4,"u":"silver%20shoulder%20piece%20with%20amber%20and%20garnet%20(sun%20empire)_psx","p":24,"s":99,"h":1,"n":"Silver shoulder piece with amber and garnet (Sun Empire)"},{"id":16694,"c":4,"u":"sun%20amulet%20on%20a%20beaded%20chain%20(sun%20empire)_psx","p":24,"s":99,"h":1,"n":"Sun amulet on a beaded chain (Sun Empire)"},{"id":16695,"c":4,"u":"tiny%20jade%20figurine%20(river%20heralds)_psx","p":24,"s":99,"h":1,"n":"Tiny jade figurine (River Heralds)"},{"id":16696,"c":4,"u":"treasure%20chest%20crafted%20of%20exotic%20wood%20with%20gold%20fittings%20and%20opals%20(brazen%20coalition)_psx","p":25,"s":99,"h":1,"n":"Treasure chest crafted of exotic wood with gold fittings and opals (Brazen Coalition)"},{"id":16697,"c":4,"u":"velvet%20doublet%20with%20gold%20buttons%20(legion%20of%20dusk)_psx","p":24,"s":99,"h":1,"n":"Velvet doublet with gold buttons (Legion of Dusk)"},{"id":16698,"c":4,"u":"conch%20of%20safe%20rest_ttp","p":17,"s":102,"h":1,"n":"Conch of Safe Rest"},{"id":16699,"c":4,"u":"niko's%20mace_uthftlh","s":117,"h":1,"n":"Niko's Mace"},{"id":16700,"c":4,"u":"dowsing%20dagger_xmts","p":19,"s":118,"h":1,"n":"Dowsing Dagger"},{"id":16701,"c":4,"u":"pirate's%20cutlass_xmts","p":19,"s":118,"h":1,"n":"Pirate's Cutlass"},{"id":16702,"c":4,"u":"primal%20amulet_xmts","p":19,"s":118,"h":1,"n":"Primal Amulet"},{"id":16703,"c":4,"u":"prying%20blade_xmts","p":19,"s":118,"h":1,"n":"Prying Blade"},{"id":16704,"c":4,"u":"sorcerous%20spyglass_xmts","p":19,"s":118,"h":1,"n":"Sorcerous Spyglass"},{"id":16705,"c":4,"u":"vanquisher's%20banner_xmts","p":19,"s":118,"h":1,"n":"Vanquisher's Banner"},{"id":16706,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power_bgg","p":114,"s":0,"h":1,"n":"Prehistoric Figurine of Wondrous Power"},{"id":16707,"c":4,"u":"sage's%20signet_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet"},{"id":16708,"c":4,"u":"wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"n":"Wraps of Unarmed Prowess"},{"id":16709,"c":4,"u":"dragon%20vessel_ftd","p":27,"s":2,"h":1,"n":"Dragon Vessel"},{"id":16710,"c":4,"u":"dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"n":"Dragon's Wrath Weapon"},{"id":16711,"c":4,"u":"dragon-touched%20focus_ftd","p":26,"s":2,"h":1,"n":"Dragon-Touched Focus"},{"id":16712,"c":4,"u":"scaled%20ornament_ftd","p":27,"s":2,"h":1,"n":"Scaled Ornament"},{"id":16713,"c":4,"u":"musical%20instrument_scag","p":124,"s":107,"h":1,"n":"Musical Instrument"},{"id":16714,"c":4,"u":"absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Absorbing Tattoo"},{"id":16715,"c":4,"u":"spellwrought%20tattoo_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo"},{"id":16716,"c":4,"u":"armor%20of%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Resistance"},{"id":16717,"c":4,"u":"armor%20of%20vulnerability_xdmg","p":231,"s":5,"h":1,"n":"Armor of Vulnerability"},{"id":16718,"c":4,"u":"bag%20of%20tricks_xdmg","p":234,"s":5,"h":1,"n":"Bag of Tricks"},{"id":16719,"c":4,"u":"belt%20of%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Giant Strength"},{"id":16720,"c":4,"u":"carpet%20of%20flying_xdmg","p":242,"s":5,"h":1,"n":"Carpet of Flying"},{"id":16721,"c":4,"u":"dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Dragon Scale Mail"},{"id":16722,"c":4,"u":"elemental%20gem_xdmg","p":257,"s":5,"h":1,"n":"Elemental Gem"},{"id":16723,"c":4,"u":"enspelled%20armor_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor"},{"id":16724,"c":4,"u":"enspelled%20staff_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff"},{"id":16725,"c":4,"u":"enspelled%20weapon_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon"},{"id":16726,"c":4,"u":"eye%20and%20hand%20of%20vecna_xdmg","p":259,"s":5,"h":1,"n":"Eye and Hand of Vecna"},{"id":16727,"c":4,"u":"figurine%20of%20wondrous%20power_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power"},{"id":16728,"c":4,"u":"horn%20of%20valhalla_xdmg","p":270,"s":5,"h":1,"n":"Horn of Valhalla"},{"id":16729,"c":4,"u":"instrument%20of%20the%20bards_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards"},{"id":16730,"c":4,"u":"ioun%20stone_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone"},{"id":16731,"c":4,"u":"manual%20of%20golems_xdmg","p":277,"s":5,"h":1,"n":"Manual of Golems"},{"id":16732,"c":4,"u":"potion%20of%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Giant Strength"},{"id":16733,"c":4,"u":"potion%20of%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Resistance"},{"id":16734,"c":4,"u":"potions%20of%20healing_xdmg","p":288,"s":5,"h":1,"n":"Potions of Healing"},{"id":16735,"c":4,"u":"quaal's%20feather%20token_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token"},{"id":16736,"c":4,"u":"ring%20of%20elemental%20command_xdmg","p":292,"s":5,"h":1,"n":"Ring of Elemental Command"},{"id":16737,"c":4,"u":"ring%20of%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Resistance"},{"id":16738,"c":4,"u":"rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"n":"Rod of the Pact Keeper"},{"id":16739,"c":4,"u":"scroll%20of%20protection_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection"},{"id":16740,"c":4,"u":"scroll%20of%20titan%20summoning_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning"},{"id":16741,"c":4,"u":"spell%20scroll_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll"},{"id":16742,"c":4,"u":"wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"n":"Wand of the War Mage"},{"id":16743,"c":4,"u":"wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"n":"Wraps of Unarmed Power"},{"id":16744,"c":4,"u":"arcane%20focus_xphb","p":224,"s":8,"h":1,"n":"Arcane Focus"},{"id":16745,"c":4,"u":"artisan's%20tools_xphb","p":220,"s":8,"h":1,"n":"Artisan's Tools"},{"id":16746,"c":4,"u":"druidic%20focus_xphb","p":225,"s":8,"h":1,"n":"Druidic Focus"},{"id":16747,"c":4,"u":"gaming%20set_xphb","p":221,"s":8,"h":1,"n":"Gaming Set"},{"id":16748,"c":4,"u":"holy%20symbol_xphb","p":226,"s":8,"h":1,"n":"Holy Symbol"},{"id":16749,"c":4,"u":"musical%20instrument_xphb","p":221,"s":8,"h":1,"n":"Musical Instrument"},{"id":16750,"c":4,"u":"true-ice%20shards_coa","p":275,"s":9,"h":1,"n":"True-Ice Shards"},{"id":16751,"c":4,"u":"jewel%20of%20three%20prayers_crcotn","p":213,"s":20,"h":1,"dP":1,"n":"Jewel of Three Prayers"},{"id":16752,"c":4,"u":"armor%20of%20resistance_dmg","p":162,"s":24,"h":1,"n":"Armor of Resistance"},{"id":16753,"c":4,"u":"armor%20of%20vulnerability_dmg","p":152,"s":24,"h":1,"n":"Armor of Vulnerability"},{"id":16754,"c":4,"u":"bag%20of%20tricks_dmg","p":154,"s":24,"h":1,"n":"Bag of Tricks"},{"id":16755,"c":4,"u":"belt%20of%20giant%20strength_dmg","p":155,"s":24,"h":1,"n":"Belt of Giant Strength"},{"id":16756,"c":4,"u":"carpet%20of%20flying_dmg","p":157,"s":24,"h":1,"n":"Carpet of Flying"},{"id":16757,"c":4,"u":"crystal%20ball%20(legendary%20version)_dmg","p":159,"s":24,"h":1,"n":"Crystal Ball (Legendary Version)"},{"id":16758,"c":4,"u":"dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Dragon Scale Mail"},{"id":16759,"c":4,"u":"elemental%20gem_dmg","p":167,"s":24,"h":1,"n":"Elemental Gem"},{"id":16760,"c":4,"u":"eye%20and%20hand%20of%20vecna_dmg","p":224,"s":24,"h":1,"n":"Eye and Hand of Vecna"},{"id":16761,"c":4,"u":"figurine%20of%20wondrous%20power_dmg","p":169,"s":24,"h":1,"n":"Figurine of Wondrous Power"},{"id":16762,"c":4,"u":"horn%20of%20valhalla_dmg","p":175,"s":24,"h":1,"n":"Horn of Valhalla"},{"id":16763,"c":4,"u":"instrument%20of%20the%20bards_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards"},{"id":16764,"c":4,"u":"ioun%20stone_dmg","p":176,"s":24,"h":1,"n":"Ioun Stone"},{"id":16765,"c":4,"u":"manual%20of%20golems_dmg","p":180,"s":24,"h":1,"n":"Manual of Golems"},{"id":16766,"c":4,"u":"potion%20of%20giant%20strength_dmg","p":187,"s":24,"h":1,"n":"Potion of Giant Strength"},{"id":16767,"c":4,"u":"potion%20of%20healing%20(*)_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Healing (*)"},{"id":16768,"c":4,"u":"potion%20of%20resistance_dmg","p":188,"s":24,"h":1,"n":"Potion of Resistance"},{"id":16769,"c":4,"u":"potions%20of%20healing_dmg","p":187,"s":24,"h":1,"n":"Potions of Healing"},{"id":16770,"c":4,"u":"quaal's%20feather%20token_dmg","p":188,"s":24,"h":1,"n":"Quaal's Feather Token"},{"id":16771,"c":4,"u":"ring%20of%20elemental%20command_dmg","p":190,"s":24,"h":1,"n":"Ring of Elemental Command"},{"id":16772,"c":4,"u":"ring%20of%20resistance_dmg","p":192,"s":24,"h":1,"n":"Ring of Resistance"},{"id":16773,"c":4,"u":"rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"n":"Rod of the Pact Keeper"},{"id":16774,"c":4,"u":"scroll%20of%20protection_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection"},{"id":16775,"c":4,"u":"spell%20scroll_dmg","p":200,"s":24,"h":1,"n":"Spell Scroll"},{"id":16776,"c":4,"u":"sword%20of%20answering_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering"},{"id":16777,"c":4,"u":"wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"n":"Wand of the War Mage"},{"id":16778,"c":4,"u":"blade%20of%20broken%20mirrors_egw","p":275,"s":28,"h":1,"dP":1,"n":"Blade of Broken Mirrors"},{"id":16779,"c":4,"u":"danoth's%20visor_egw","p":270,"s":28,"h":1,"dP":1,"n":"Danoth's Visor"},{"id":16780,"c":4,"u":"grimoire%20infinitus_egw","p":271,"s":28,"h":1,"dP":1,"n":"Grimoire Infinitus"},{"id":16781,"c":4,"u":"grovelthrash_egw","p":275,"s":28,"h":1,"dP":1,"n":"Grovelthrash"},{"id":16782,"c":4,"u":"hide%20of%20the%20feral%20guardian_egw","p":271,"s":28,"h":1,"dP":1,"n":"Hide of the Feral Guardian"},{"id":16783,"c":4,"u":"infiltrator's%20key_egw","p":272,"s":28,"h":1,"dP":1,"n":"Infiltrator's Key"},{"id":16784,"c":4,"u":"lash%20of%20shadows_egw","p":276,"s":28,"h":1,"dP":1,"n":"Lash of Shadows"},{"id":16785,"c":4,"u":"mace%20of%20the%20black%20crown_egw","p":276,"s":28,"h":1,"dP":1,"n":"Mace of the Black Crown"},{"id":16786,"c":4,"u":"ruin's%20wake_egw","p":277,"s":28,"h":1,"dP":1,"n":"Ruin's Wake"},{"id":16787,"c":4,"u":"silken%20spite_egw","p":277,"s":28,"h":1,"dP":1,"n":"Silken Spite"},{"id":16788,"c":4,"u":"stormgirdle_egw","p":273,"s":28,"h":1,"dP":1,"n":"Stormgirdle"},{"id":16789,"c":4,"u":"the%20bloody%20end_egw","p":278,"s":28,"h":1,"dP":1,"n":"The Bloody End"},{"id":16790,"c":4,"u":"verminshroud_egw","p":273,"s":28,"h":1,"dP":1,"n":"Verminshroud"},{"id":16791,"c":4,"u":"will%20of%20the%20talon_egw","p":279,"s":28,"h":1,"dP":1,"n":"Will of the Talon"},{"id":16792,"c":4,"u":"wreath%20of%20the%20prism_egw","p":274,"s":28,"h":1,"dP":1,"n":"Wreath of the Prism"},{"id":16793,"c":4,"u":"glamerweave_erlw","p":277,"s":29,"h":1,"n":"Glamerweave"},{"id":16794,"c":4,"u":"imbued%20wood%20focus_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood Focus"},{"id":16795,"c":4,"u":"orb%20of%20shielding_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding"},{"id":16796,"c":4,"u":"guild%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Guild Keyrune"},{"id":16797,"c":4,"u":"guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Guild Signet"},{"id":16798,"c":4,"u":"shard%20solitaire_kftgv","p":193,"s":40,"h":1,"n":"Shard Solitaire"},{"id":16799,"c":4,"u":"spell%20gem_oota","p":223,"s":49,"h":1,"n":"Spell Gem"},{"id":16800,"c":4,"u":"mind%20crystal_pabtso","p":218,"s":51,"h":1,"n":"Mind Crystal"},{"id":16801,"c":4,"u":"arcane%20focus_phb","p":151,"s":52,"h":1,"n":"Arcane Focus"},{"id":16802,"c":4,"u":"artisan's%20tools_phb","p":154,"s":52,"h":1,"r":1,"n":"Artisan's Tools"},{"id":16803,"c":4,"u":"druidic%20focus_phb","p":151,"s":52,"h":1,"n":"Druidic Focus"},{"id":16804,"c":4,"u":"gaming%20set_phb","p":154,"s":52,"h":1,"r":1,"n":"Gaming Set"},{"id":16805,"c":4,"u":"holy%20symbol_phb","p":151,"s":52,"h":1,"n":"Holy Symbol"},{"id":16806,"c":4,"u":"musical%20instrument_phb","p":154,"s":52,"h":1,"r":1,"n":"Musical Instrument"},{"id":16807,"c":4,"u":"devastation%20orb_pota","p":222,"s":53,"h":1,"n":"Devastation Orb"},{"id":16808,"c":4,"u":"agony_tdcsr","p":202,"s":61,"h":1,"dP":1,"n":"Agony"},{"id":16809,"c":4,"u":"armor%20of%20the%20valiant%20soul_tdcsr","p":202,"s":61,"h":1,"dP":1,"n":"Armor of the Valiant Soul"},{"id":16810,"c":4,"u":"cabal's%20ruin_tdcsr","p":203,"s":61,"h":1,"dP":1,"n":"Cabal's Ruin"},{"id":16811,"c":4,"u":"circlet%20of%20barbed%20vision_tdcsr","p":203,"s":61,"h":1,"dP":1,"n":"Circlet of Barbed Vision"},{"id":16812,"c":4,"u":"condemner_tdcsr","p":204,"s":61,"h":1,"dP":1,"n":"Condemner"},{"id":16813,"c":4,"u":"deathwalker's%20ward_tdcsr","p":204,"s":61,"h":1,"dP":1,"n":"Deathwalker's Ward"},{"id":16814,"c":4,"u":"fenthras_tdcsr","p":205,"s":61,"h":1,"dP":1,"n":"Fenthras"},{"id":16815,"c":4,"u":"honor's%20last%20stand_tdcsr","p":206,"s":61,"h":1,"dP":1,"n":"Honor's Last Stand"},{"id":16816,"c":4,"u":"kiss%20of%20the%20changebringer_tdcsr","p":206,"s":61,"h":1,"dP":1,"n":"Kiss of the Changebringer"},{"id":16817,"c":4,"u":"mythcarver_tdcsr","p":207,"s":61,"h":1,"dP":1,"n":"Mythcarver"},{"id":16818,"c":4,"u":"plate%20of%20the%20dawnmartyr_tdcsr","p":208,"s":61,"h":1,"dP":1,"n":"Plate of the Dawnmartyr"},{"id":16819,"c":4,"u":"pyremaul_tdcsr","p":208,"s":61,"h":1,"dP":1,"n":"Pyremaul"},{"id":16820,"c":4,"u":"spire%20of%20conflux_tdcsr","p":209,"s":61,"h":1,"r":1,"dP":1,"n":"Spire of Conflux"},{"id":16821,"c":4,"u":"star%20razor_tdcsr","p":210,"s":61,"h":1,"dP":1,"n":"Star Razor"},{"id":16822,"c":4,"u":"suude_tdcsr","p":85,"s":61,"h":1,"dP":1,"n":"Suude"},{"id":16823,"c":4,"u":"titanstone%20knuckles_tdcsr","p":211,"s":61,"h":1,"dP":1,"n":"Titanstone Knuckles"},{"id":16824,"c":4,"u":"whisper_tdcsr","p":211,"s":61,"h":1,"dP":1,"n":"Whisper"},{"id":16825,"c":4,"u":"wraps%20of%20dyamak_tdcsr","p":212,"s":61,"h":1,"dP":1,"n":"Wraps of Dyamak"},{"id":16826,"c":4,"u":"potion%20of%20mind%20control_tftyp","p":229,"s":62,"h":1,"n":"Potion of Mind Control"},{"id":16827,"c":4,"u":"flensing%20claws_vgm","p":81,"s":67,"h":1,"n":"Flensing Claws"},{"id":16828,"c":4,"u":"chromatic%20rose_wbtw","p":208,"s":69,"h":1,"n":"Chromatic Rose"},{"id":16829,"c":4,"u":"ioun%20stone_llk","p":55,"s":81,"h":1,"n":"Ioun Stone"},{"id":16830,"c":4,"u":"armor%20of%20safeguarding_bgg","p":111,"s":0,"h":1,"n":"Armor of Safeguarding"},{"id":16831,"c":4,"u":"bloodshed%20blade_bgg","p":111,"s":0,"h":1,"n":"Bloodshed Blade"},{"id":16832,"c":4,"u":"zephyr%20armor_bgg","p":117,"s":0,"h":1,"n":"Zephyr Armor"},{"id":16833,"c":4,"u":"antimagic%20armor_bmt","p":65,"s":1,"h":1,"n":"Antimagic Armor"},{"id":16834,"c":4,"u":"armor%20of%20fungal%20spores_bmt","p":65,"s":1,"h":1,"n":"Armor of Fungal Spores"},{"id":16835,"c":4,"u":"armor%20of%20the%20fallen_bmt","p":65,"s":1,"h":1,"n":"Armor of the Fallen"},{"id":16836,"c":4,"u":"armor%20of%20weightlessness_bmt","p":65,"s":1,"h":1,"n":"Armor of Weightlessness"},{"id":16837,"c":4,"u":"bloodseeker%20ammunition_bmt","p":66,"s":1,"h":1,"n":"Bloodseeker Ammunition"},{"id":16838,"c":4,"u":"bow%20of%20conflagration_bmt","p":66,"s":1,"h":1,"n":"Bow of Conflagration"},{"id":16839,"c":4,"u":"bow%20of%20melodies_bmt","p":66,"s":1,"h":1,"n":"Bow of Melodies"},{"id":16840,"c":4,"u":"clockwork%20armor_bmt","p":67,"s":1,"h":1,"n":"Clockwork Armor"},{"id":16841,"c":4,"u":"dried%20leech_bmt","p":67,"s":1,"h":1,"n":"Dried Leech"},{"id":16842,"c":4,"u":"feywrought%20armor_bmt","p":67,"s":1,"h":1,"n":"Feywrought Armor"},{"id":16843,"c":4,"u":"fool's%20blade_bmt","p":36,"s":1,"h":1,"n":"Fool's Blade"},{"id":16844,"c":4,"u":"forcebreaker%20weapon_bmt","p":67,"s":1,"h":1,"n":"Forcebreaker Weapon"},{"id":16845,"c":4,"u":"glimmering%20moonbow_bmt","p":36,"s":1,"h":1,"n":"Glimmering Moonbow"},{"id":16846,"c":4,"u":"gloomwrought%20armor_bmt","p":67,"s":1,"h":1,"n":"Gloomwrought Armor"},{"id":16847,"c":4,"u":"starshot%20crossbow_bmt","p":38,"s":1,"h":1,"n":"Starshot Crossbow"},{"id":16848,"c":4,"u":"sword%20of%20the%20planes_bmt","p":68,"s":1,"h":1,"n":"Sword of the Planes"},{"id":16849,"c":4,"u":"weapon%20of%20throne's%20command_bmt","p":39,"s":1,"h":1,"n":"Weapon of Throne's Command"},{"id":16850,"c":4,"u":"winged%20ammunition_bmt","p":69,"s":1,"h":1,"n":"Winged Ammunition"},{"id":16851,"c":4,"u":"ascendant%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"n":"Ascendant Dragon's Wrath Weapon"},{"id":16852,"c":4,"u":"crystal%20blade_ftd","p":22,"s":2,"h":1,"n":"Crystal Blade"},{"id":16853,"c":4,"u":"dragon%20wing%20bow_ftd","p":23,"s":2,"h":1,"n":"Dragon Wing Bow"},{"id":16854,"c":4,"u":"dragonlance_ftd","p":23,"s":2,"h":1,"n":"Dragonlance"},{"id":16855,"c":4,"u":"slumbering%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"n":"Slumbering Dragon's Wrath Weapon"},{"id":16856,"c":4,"u":"stirring%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"n":"Stirring Dragon's Wrath Weapon"},{"id":16857,"c":4,"u":"wakened%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"n":"Wakened Dragon's Wrath Weapon"},{"id":16858,"c":4,"u":"%2b1%20ammunition_xdmg","p":228,"s":5,"h":1,"n":"+1 Ammunition"},{"id":16859,"c":4,"u":"%2b1%20armor_xdmg","p":230,"s":5,"h":1,"n":"+1 Armor"},{"id":16860,"c":4,"u":"%2b1%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"n":"+1 Shield (*)"},{"id":16861,"c":4,"u":"%2b1%20weapon_xdmg","p":324,"s":5,"h":1,"n":"+1 Weapon"},{"id":16862,"c":4,"u":"%2b2%20ammunition_xdmg","p":228,"s":5,"h":1,"n":"+2 Ammunition"},{"id":16863,"c":4,"u":"%2b2%20armor_xdmg","p":230,"s":5,"h":1,"n":"+2 Armor"},{"id":16864,"c":4,"u":"%2b2%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"n":"+2 Shield (*)"},{"id":16865,"c":4,"u":"%2b2%20weapon_xdmg","p":324,"s":5,"h":1,"n":"+2 Weapon"},{"id":16866,"c":4,"u":"%2b3%20ammunition_xdmg","p":228,"s":5,"h":1,"n":"+3 Ammunition"},{"id":16867,"c":4,"u":"%2b3%20armor_xdmg","p":230,"s":5,"h":1,"n":"+3 Armor"},{"id":16868,"c":4,"u":"%2b3%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"n":"+3 Shield (*)"},{"id":16869,"c":4,"u":"%2b3%20weapon_xdmg","p":324,"s":5,"h":1,"n":"+3 Weapon"},{"id":16870,"c":4,"u":"adamantine%20armor_xdmg","p":227,"s":5,"h":1,"n":"Adamantine Armor"},{"id":16871,"c":4,"u":"adamantine%20weapon_xdmg","p":227,"s":5,"h":1,"n":"Adamantine Weapon"},{"id":16872,"c":4,"u":"ammunition%20of%20slaying_xdmg","p":228,"s":5,"h":1,"n":"Ammunition of Slaying"},{"id":16873,"c":4,"u":"armor%20of%20acid%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Acid Resistance"},{"id":16874,"c":4,"u":"armor%20of%20cold%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Cold Resistance"},{"id":16875,"c":4,"u":"armor%20of%20fire%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Fire Resistance"},{"id":16876,"c":4,"u":"armor%20of%20force%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Force Resistance"},{"id":16877,"c":4,"u":"armor%20of%20gleaming_xdmg","p":230,"s":5,"h":1,"n":"Armor of Gleaming"},{"id":16878,"c":4,"u":"armor%20of%20lightning%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Lightning Resistance"},{"id":16879,"c":4,"u":"armor%20of%20necrotic%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Necrotic Resistance"},{"id":16880,"c":4,"u":"armor%20of%20poison%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Poison Resistance"},{"id":16881,"c":4,"u":"armor%20of%20psychic%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Psychic Resistance"},{"id":16882,"c":4,"u":"armor%20of%20radiant%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Radiant Resistance"},{"id":16883,"c":4,"u":"armor%20of%20thunder%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Thunder Resistance"},{"id":16884,"c":4,"u":"armor%20of%20vulnerability%20(bludgeoning)_xdmg","p":231,"s":5,"h":1,"n":"Armor of Vulnerability (Bludgeoning)"},{"id":16885,"c":4,"u":"armor%20of%20vulnerability%20(piercing)_xdmg","p":231,"s":5,"h":1,"n":"Armor of Vulnerability (Piercing)"},{"id":16886,"c":4,"u":"armor%20of%20vulnerability%20(slashing)_xdmg","p":231,"s":5,"h":1,"n":"Armor of Vulnerability (Slashing)"},{"id":16887,"c":4,"u":"berserker%20axe_xdmg","p":236,"s":5,"h":1,"n":"Berserker Axe"},{"id":16888,"c":4,"u":"cast-off%20armor_xdmg","p":243,"s":5,"h":1,"n":"Cast-Off Armor"},{"id":16889,"c":4,"u":"dancing%20sword_xdmg","p":248,"s":5,"h":1,"n":"Dancing Sword"},{"id":16890,"c":4,"u":"defender_xdmg","p":252,"s":5,"h":1,"n":"Defender"},{"id":16891,"c":4,"u":"demon%20armor_xdmg","p":252,"s":5,"h":1,"n":"Demon Armor"},{"id":16892,"c":4,"u":"dragon%20slayer_xdmg","p":254,"s":5,"h":1,"n":"Dragon Slayer"},{"id":16893,"c":4,"u":"dwarven%20plate_xdmg","p":255,"s":5,"h":1,"n":"Dwarven Plate"},{"id":16894,"c":4,"u":"efreeti%20chain_xdmg","p":257,"s":5,"h":1,"n":"Efreeti Chain"},{"id":16895,"c":4,"u":"elven%20chain_xdmg","p":257,"s":5,"h":1,"n":"Elven Chain"},{"id":16896,"c":4,"u":"energy%20bow_xdmg","p":257,"s":5,"h":1,"n":"Energy Bow"},{"id":16897,"c":4,"u":"enspelled%20armor%20(cantrip)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Cantrip)"},{"id":16898,"c":4,"u":"enspelled%20armor%20(level%201)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 1)"},{"id":16899,"c":4,"u":"enspelled%20armor%20(level%202)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 2)"},{"id":16900,"c":4,"u":"enspelled%20armor%20(level%203)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 3)"},{"id":16901,"c":4,"u":"enspelled%20armor%20(level%204)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 4)"},{"id":16902,"c":4,"u":"enspelled%20armor%20(level%205)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 5)"},{"id":16903,"c":4,"u":"enspelled%20armor%20(level%206)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 6)"},{"id":16904,"c":4,"u":"enspelled%20armor%20(level%207)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 7)"},{"id":16905,"c":4,"u":"enspelled%20armor%20(level%208)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 8)"},{"id":16906,"c":4,"u":"enspelled%20weapon%20(cantrip)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Cantrip)"},{"id":16907,"c":4,"u":"enspelled%20weapon%20(level%201)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 1)"},{"id":16908,"c":4,"u":"enspelled%20weapon%20(level%202)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 2)"},{"id":16909,"c":4,"u":"enspelled%20weapon%20(level%203)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 3)"},{"id":16910,"c":4,"u":"enspelled%20weapon%20(level%204)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 4)"},{"id":16911,"c":4,"u":"enspelled%20weapon%20(level%205)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 5)"},{"id":16912,"c":4,"u":"enspelled%20weapon%20(level%206)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 6)"},{"id":16913,"c":4,"u":"enspelled%20weapon%20(level%207)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 7)"},{"id":16914,"c":4,"u":"enspelled%20weapon%20(level%208)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 8)"},{"id":16915,"c":4,"u":"executioner's%20axe_xdmg","p":259,"s":5,"h":1,"n":"Executioner's Axe"},{"id":16916,"c":4,"u":"flame%20tongue_xdmg","p":263,"s":5,"h":1,"n":"Flame Tongue"},{"id":16917,"c":4,"u":"frost%20brand_xdmg","p":263,"s":5,"h":1,"n":"Frost Brand"},{"id":16918,"c":4,"u":"giant%20slayer_xdmg","p":264,"s":5,"h":1,"n":"Giant Slayer"},{"id":16919,"c":4,"u":"hammer%20of%20thunderbolts_xdmg","p":265,"s":5,"h":1,"n":"Hammer of Thunderbolts"},{"id":16920,"c":4,"u":"holy%20avenger_xdmg","p":269,"s":5,"h":1,"n":"Holy Avenger"},{"id":16921,"c":4,"u":"luck%20blade_xdmg","p":275,"s":5,"h":1,"n":"Luck Blade"},{"id":16922,"c":4,"u":"mariner's%20armor_xdmg","p":278,"s":5,"h":1,"n":"Mariner's Armor"},{"id":16923,"c":4,"u":"mithral%20armor_xdmg","p":279,"s":5,"h":1,"n":"Mithral Armor"},{"id":16924,"c":4,"u":"moon-touched%20sword_xdmg","p":280,"s":5,"h":1,"n":"Moon-Touched Sword"},{"id":16925,"c":4,"u":"moonblade_xdmg","p":279,"s":5,"h":1,"n":"Moonblade"},{"id":16926,"c":4,"u":"nine%20lives%20stealer_xdmg","p":281,"s":5,"h":1,"n":"Nine Lives Stealer"},{"id":16927,"c":4,"u":"oathbow_xdmg","p":282,"s":5,"h":1,"n":"Oathbow"},{"id":16928,"c":4,"u":"plate%20armor%20of%20etherealness%20(*)_xdmg","p":286,"s":5,"h":1,"n":"Plate Armor of Etherealness (*)"},{"id":16929,"c":4,"u":"silvered%20weapon_xdmg","p":304,"s":5,"h":1,"n":"Silvered Weapon"},{"id":16930,"c":4,"u":"smoldering%20armor_xdmg","p":305,"s":5,"h":1,"n":"Smoldering Armor"},{"id":16931,"c":4,"u":"sword%20of%20life%20stealing_xdmg","p":314,"s":5,"h":1,"n":"Sword of Life Stealing"},{"id":16932,"c":4,"u":"sword%20of%20sharpness_xdmg","p":314,"s":5,"h":1,"n":"Sword of Sharpness"},{"id":16933,"c":4,"u":"sword%20of%20vengeance_xdmg","p":206,"s":5,"h":1,"n":"Sword of Vengeance"},{"id":16934,"c":4,"u":"sword%20of%20wounding_xdmg","p":314,"s":5,"h":1,"n":"Sword of Wounding"},{"id":16935,"c":4,"u":"sylvan%20talon_xdmg","p":314,"s":5,"h":1,"n":"Sylvan Talon"},{"id":16936,"c":4,"u":"vicious%20weapon_xdmg","p":318,"s":5,"h":1,"n":"Vicious Weapon"},{"id":16937,"c":4,"u":"vorpal%20sword_xdmg","p":318,"s":5,"h":1,"n":"Vorpal Sword"},{"id":16938,"c":4,"u":"walloping%20ammunition_xdmg","p":318,"s":5,"h":1,"n":"Walloping Ammunition"},{"id":16939,"c":4,"u":"weapon%20of%20warning_xdmg","p":324,"s":5,"h":1,"n":"Weapon of Warning"},{"id":16940,"c":4,"u":"adamantine%20ammunition_xge","p":78,"s":6,"h":1,"n":"Adamantine Ammunition"},{"id":16941,"c":4,"u":"adamantine%20weapon_xge","p":78,"s":6,"h":1,"n":"Adamantine Weapon"},{"id":16942,"c":4,"u":"armor%20of%20gleaming_xge","p":136,"s":6,"h":1,"n":"Armor of Gleaming"},{"id":16943,"c":4,"u":"cast-off%20armor_xge","p":136,"s":6,"h":1,"n":"Cast-Off Armor"},{"id":16944,"c":4,"u":"moon-touched%20sword_xge","p":138,"s":6,"h":1,"n":"Moon-Touched Sword"},{"id":16945,"c":4,"u":"smoldering%20armor_xge","p":139,"s":6,"h":1,"n":"Smoldering Armor"},{"id":16946,"c":4,"u":"walloping%20ammunition_xge","p":139,"s":6,"h":1,"n":"Walloping Ammunition"},{"id":16947,"c":4,"u":"demonbone%20polearm_coa","p":268,"s":9,"h":1,"n":"Demonbone Polearm"},{"id":16948,"c":4,"u":"stygian%20spear_coa","p":270,"s":9,"h":1,"n":"Stygian Spear"},{"id":16949,"c":4,"u":"sword%20of%20retribution_coa","p":270,"s":9,"h":1,"n":"Sword of Retribution"},{"id":16950,"c":4,"u":"weapon%20of%20agonizing%20paralysis_coa","p":271,"s":9,"h":1,"n":"Weapon of Agonizing Paralysis"},{"id":16951,"c":4,"u":"mithral%20%2b1%20armor_ai","p":156,"s":15,"h":1,"n":"Mithral +1 Armor"},{"id":16952,"c":4,"u":"vicious%20%2b1%20weapon_ai","p":149,"s":15,"h":1,"n":"Vicious +1 Weapon"},{"id":16953,"c":4,"u":"hellfire%20weapon_bgdia","p":223,"s":17,"h":1,"n":"Hellfire Weapon"},{"id":16954,"c":4,"u":"ruidium%20armor_crcotn","p":215,"s":20,"h":1,"dP":1,"n":"Ruidium Armor"},{"id":16955,"c":4,"u":"ruidium%20weapon_crcotn","p":216,"s":20,"h":1,"dP":1,"n":"Ruidium Weapon"},{"id":16956,"c":4,"u":"demon%20skin_ditlcot","p":14,"s":23,"h":1,"n":"Demon Skin"},{"id":16957,"c":4,"u":"%2b1%20ammunition_dmg","p":150,"s":24,"h":1,"n":"+1 Ammunition"},{"id":16958,"c":4,"u":"%2b1%20armor_dmg","p":152,"s":24,"h":1,"n":"+1 Armor"},{"id":16959,"c":4,"u":"%2b1%20shield%20(*)_dmg","p":200,"s":24,"h":1,"n":"+1 Shield (*)"},{"id":16960,"c":4,"u":"%2b1%20weapon_dmg","p":213,"s":24,"h":1,"n":"+1 Weapon"},{"id":16961,"c":4,"u":"%2b1%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"n":"+1 Weapon (no damage)"},{"id":16962,"c":4,"u":"%2b2%20ammunition_dmg","p":150,"s":24,"h":1,"n":"+2 Ammunition"},{"id":16963,"c":4,"u":"%2b2%20armor_dmg","p":152,"s":24,"h":1,"n":"+2 Armor"},{"id":16964,"c":4,"u":"%2b2%20shield%20(*)_dmg","p":200,"s":24,"h":1,"n":"+2 Shield (*)"},{"id":16965,"c":4,"u":"%2b2%20weapon_dmg","p":213,"s":24,"h":1,"n":"+2 Weapon"},{"id":16966,"c":4,"u":"%2b2%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"n":"+2 Weapon (no damage)"},{"id":16967,"c":4,"u":"%2b3%20ammunition_dmg","p":150,"s":24,"h":1,"n":"+3 Ammunition"},{"id":16968,"c":4,"u":"%2b3%20armor_dmg","p":152,"s":24,"h":1,"n":"+3 Armor"},{"id":16969,"c":4,"u":"%2b3%20shield%20(*)_dmg","p":200,"s":24,"h":1,"n":"+3 Shield (*)"},{"id":16970,"c":4,"u":"%2b3%20weapon_dmg","p":213,"s":24,"h":1,"n":"+3 Weapon"},{"id":16971,"c":4,"u":"%2b3%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"n":"+3 Weapon (no damage)"},{"id":16972,"c":4,"u":"adamantine%20armor_dmg","p":150,"s":24,"h":1,"n":"Adamantine Armor"},{"id":16973,"c":4,"u":"armor%20of%20acid%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Acid Resistance"},{"id":16974,"c":4,"u":"armor%20of%20cold%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Cold Resistance"},{"id":16975,"c":4,"u":"armor%20of%20fire%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Fire Resistance"},{"id":16976,"c":4,"u":"armor%20of%20force%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Force Resistance"},{"id":16977,"c":4,"u":"armor%20of%20lightning%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Lightning Resistance"},{"id":16978,"c":4,"u":"armor%20of%20necrotic%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Necrotic Resistance"},{"id":16979,"c":4,"u":"armor%20of%20poison%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Poison Resistance"},{"id":16980,"c":4,"u":"armor%20of%20psychic%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Psychic Resistance"},{"id":16981,"c":4,"u":"armor%20of%20radiant%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Radiant Resistance"},{"id":16982,"c":4,"u":"armor%20of%20thunder%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Thunder Resistance"},{"id":16983,"c":4,"u":"arrow%20of%20slaying%20(*)_dmg","p":152,"s":24,"h":1,"n":"Arrow of Slaying (*)"},{"id":16984,"c":4,"u":"berserker%20axe_dmg","p":155,"s":24,"h":1,"n":"Berserker Axe"},{"id":16985,"c":4,"u":"dancing%20sword_dmg","p":161,"s":24,"h":1,"n":"Dancing Sword"},{"id":16986,"c":4,"u":"defender_dmg","p":164,"s":24,"h":1,"n":"Defender"},{"id":16987,"c":4,"u":"dragon%20slayer_dmg","p":166,"s":24,"h":1,"n":"Dragon Slayer"},{"id":16988,"c":4,"u":"flame%20tongue_dmg","p":170,"s":24,"h":1,"n":"Flame Tongue"},{"id":16989,"c":4,"u":"frost%20brand_dmg","p":171,"s":24,"h":1,"n":"Frost Brand"},{"id":16990,"c":4,"u":"giant%20slayer_dmg","p":172,"s":24,"h":1,"n":"Giant Slayer"},{"id":16991,"c":4,"u":"holy%20avenger_dmg","p":174,"s":24,"h":1,"n":"Holy Avenger"},{"id":16992,"c":4,"u":"luck%20blade_dmg","p":179,"s":24,"h":1,"n":"Luck Blade"},{"id":16993,"c":4,"u":"mariner's%20armor_dmg","p":181,"s":24,"h":1,"n":"Mariner's Armor"},{"id":16994,"c":4,"u":"mithral%20armor_dmg","p":182,"s":24,"h":1,"n":"Mithral Armor"},{"id":16995,"c":4,"u":"nine%20lives%20stealer_dmg","p":183,"s":24,"h":1,"n":"Nine Lives Stealer"},{"id":16996,"c":4,"u":"sword%20of%20life%20stealing_dmg","p":206,"s":24,"h":1,"n":"Sword of Life Stealing"},{"id":16997,"c":4,"u":"sword%20of%20sharpness_dmg","p":206,"s":24,"h":1,"n":"Sword of Sharpness"},{"id":16998,"c":4,"u":"sword%20of%20vengeance_dmg","p":206,"s":24,"h":1,"n":"Sword of Vengeance"},{"id":16999,"c":4,"u":"sword%20of%20wounding_dmg","p":207,"s":24,"h":1,"n":"Sword of Wounding"},{"id":17000,"c":4,"u":"vicious%20weapon_dmg","p":209,"s":24,"h":1,"n":"Vicious Weapon"},{"id":17001,"c":4,"u":"vorpal%20sword_dmg","p":209,"s":24,"h":1,"n":"Vorpal Sword"},{"id":17002,"c":4,"u":"weapon%20of%20warning_dmg","p":213,"s":24,"h":1,"n":"Weapon of Warning"},{"id":17003,"c":4,"u":"comet%20smasher_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Comet Smasher"},{"id":17004,"c":4,"u":"delerium-forged%20blade_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Delerium-Forged Blade"},{"id":17005,"c":4,"u":"hardened%20delerium-tipped%20arrows_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Hardened Delerium-tipped Arrows"},{"id":17006,"c":4,"u":"starcrossed%20bow_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Starcrossed Bow"},{"id":17007,"c":4,"u":"acheron%20blade_egw","p":265,"s":28,"h":1,"dP":1,"n":"Acheron Blade"},{"id":17008,"c":4,"u":"corpse%20slayer_egw","p":266,"s":28,"h":1,"dP":1,"n":"Corpse Slayer"},{"id":17009,"c":4,"u":"last%20stand%20armor_egw","p":267,"s":28,"h":1,"dP":1,"n":"Last Stand Armor"},{"id":17010,"c":4,"u":"weapon%20of%20certain%20death_egw","p":270,"s":28,"h":1,"dP":1,"n":"Weapon of Certain Death"},{"id":17011,"c":4,"u":"armblade_erlw","p":276,"s":29,"h":1,"n":"Armblade"},{"id":17012,"c":4,"u":"imbued%20wood%20(fernian%20ash)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Fernian Ash)"},{"id":17013,"c":4,"u":"imbued%20wood%20(irian%20rosewood)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Irian Rosewood)"},{"id":17014,"c":4,"u":"imbued%20wood%20(kythrian%20manchineel)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Kythrian Manchineel)"},{"id":17015,"c":4,"u":"imbued%20wood%20(lamannian%20oak)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Lamannian Oak)"},{"id":17016,"c":4,"u":"imbued%20wood%20(mabaran%20ebony)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Mabaran Ebony)"},{"id":17017,"c":4,"u":"imbued%20wood%20(risian%20pine)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Risian Pine)"},{"id":17018,"c":4,"u":"imbued%20wood%20(shavarran%20birch)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Shavarran Birch)"},{"id":17019,"c":4,"u":"imbued%20wood%20(xorian%20wenge)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Xorian Wenge)"},{"id":17020,"c":4,"u":"living%20armor_erlw","p":278,"s":29,"h":1,"n":"Living Armor"},{"id":17021,"c":4,"u":"orb%20of%20shielding%20(fernian%20basalt)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Fernian Basalt)"},{"id":17022,"c":4,"u":"orb%20of%20shielding%20(irian%20quartz)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Irian Quartz)"},{"id":17023,"c":4,"u":"orb%20of%20shielding%20(kythrian%20skarn)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Kythrian Skarn)"},{"id":17024,"c":4,"u":"orb%20of%20shielding%20(lamannian%20flint)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Lamannian Flint)"},{"id":17025,"c":4,"u":"orb%20of%20shielding%20(mabaran%20obsidian)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Mabaran Obsidian)"},{"id":17026,"c":4,"u":"orb%20of%20shielding%20(risian%20shale)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Risian Shale)"},{"id":17027,"c":4,"u":"orb%20of%20shielding%20(shavarran%20chert)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Shavarran Chert)"},{"id":17028,"c":4,"u":"orb%20of%20shielding%20(xorian%20marble)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Xorian Marble)"},{"id":17029,"c":4,"u":"mizzium%20armor_ggr","p":179,"s":31,"h":1,"n":"Mizzium Armor"},{"id":17030,"c":4,"u":"lycan%20weapon_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Lycan Weapon"},{"id":17031,"c":4,"u":"blade%20of%20the%20wood_hwcs","p":213,"s":37,"h":1,"dP":1,"n":"Blade of the Wood"},{"id":17032,"c":4,"u":"red-feather%20bow_hwcs","p":214,"s":37,"h":1,"dP":1,"n":"Red-Feather Bow"},{"id":17033,"c":4,"u":"drow%20%2b1%20armor_mm","p":126,"s":45,"h":1,"n":"Drow +1 Armor"},{"id":17034,"c":4,"u":"drow%20%2b1%20weapon_mm","p":126,"s":45,"h":1,"n":"Drow +1 Weapon"},{"id":17035,"c":4,"u":"drow%20%2b2%20armor_mm","p":126,"s":45,"h":1,"n":"Drow +2 Armor"},{"id":17036,"c":4,"u":"drow%20%2b2%20weapon_mm","p":126,"s":45,"h":1,"n":"Drow +2 Weapon"},{"id":17037,"c":4,"u":"drow%20%2b3%20armor_mm","p":126,"s":45,"h":1,"n":"Drow +3 Armor"},{"id":17038,"c":4,"u":"drow%20%2b3%20weapon_mm","p":126,"s":45,"h":1,"n":"Drow +3 Weapon"},{"id":17039,"c":4,"u":"molten%20bronze%20skin_mot","p":197,"s":46,"h":1,"n":"Molten Bronze Skin"},{"id":17040,"c":4,"u":"barding_phb","p":157,"s":52,"h":1,"n":"Barding"},{"id":17041,"c":4,"u":"silvered%20ammunition_phb","p":148,"s":52,"h":1,"n":"Silvered Ammunition"},{"id":17042,"c":4,"u":"silvered%20weapon_phb","p":148,"s":52,"h":1,"n":"Silvered Weapon"},{"id":17043,"c":4,"u":"oceanic%20weapon_tdcsr","p":199,"s":61,"h":1,"dP":1,"n":"Oceanic Weapon"},{"id":17044,"c":4,"u":"mind%20blade_vgm","p":81,"s":67,"h":1,"n":"Mind Blade"},{"id":17045,"c":4,"u":"mind%20carapace%20armor_vgm","p":81,"s":67,"h":1,"n":"Mind Carapace Armor"},{"id":17046,"c":4,"u":"blade%20of%20the%20medusa_llk","p":53,"s":81,"h":1,"n":"Blade of the Medusa"},{"id":17047,"c":4,"u":"gambler's%20blade_llk","p":55,"s":81,"h":1,"n":"Gambler's Blade"},{"id":17048,"c":4,"u":"polymorph%20blade_llk","p":56,"s":81,"h":1,"n":"Polymorph Blade"},{"id":17049,"c":4,"u":"energy%20bow_uthftlh","s":117,"h":1,"n":"Energy Bow"},{"id":17050,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":106,"h":1,"n":"Adaptive Body"},{"id":17051,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":106,"h":1,"d":1,"n":"Adaptive Body; Environmental Adaptation"},{"id":17052,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":106,"h":1,"d":1,"n":"Adaptive Body; Adaptive Shield"},{"id":17053,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":106,"h":1,"d":1,"n":"Adaptive Body; Energy Adaptation"},{"id":17054,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":106,"h":1,"d":1,"n":"Adaptive Body; Energy Immunity"},{"id":17055,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":106,"h":1,"n":"Aura Sight"},{"id":17056,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":106,"h":1,"d":1,"n":"Aura Sight; Assess Foe"},{"id":17057,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":106,"h":1,"d":1,"n":"Aura Sight; Read Moods"},{"id":17058,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":106,"h":1,"d":1,"n":"Aura Sight; View Aura"},{"id":17059,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":106,"h":1,"d":1,"n":"Aura Sight; Perceive the Unseen"},{"id":17060,"c":9,"u":"beacon_uathemysticclass","p":27,"s":106,"h":1,"n":"Beacon"},{"id":17061,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":106,"h":1,"n":"Bestial Form"},{"id":17062,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":106,"h":1,"d":1,"n":"Bestial Form; Bestial Claws"},{"id":17063,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":106,"h":1,"d":1,"n":"Bestial Form; Bestial Transformation"},{"id":17064,"c":9,"u":"blade%20meld_uathemysticclass","p":27,"s":106,"h":1,"n":"Blade Meld"},{"id":17065,"c":9,"u":"blind%20spot_uathemysticclass","p":27,"s":106,"h":1,"n":"Blind Spot"},{"id":17066,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":106,"h":1,"n":"Brute Force"},{"id":17067,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":106,"h":1,"d":1,"n":"Brute Force; Brute Strike"},{"id":17068,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":106,"h":1,"d":1,"n":"Brute Force; Knock Back"},{"id":17069,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":106,"h":1,"d":1,"n":"Brute Force; Mighty Leap"},{"id":17070,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":106,"h":1,"d":1,"n":"Brute Force; Feat of Strength"},{"id":17071,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"n":"Celerity"},{"id":17072,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Celerity; Rapid Step"},{"id":17073,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Celerity; Agile Defense"},{"id":17074,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Celerity; Blur of Motion"},{"id":17075,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Celerity; Surge of Speed"},{"id":17076,"c":9,"u":"celerity_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Celerity; Surge of Action"},{"id":17077,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"n":"Corrosive Metabolism"},{"id":17078,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Corrosive Metabolism; Corrosive Touch"},{"id":17079,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Corrosive Metabolism; Venom Strike"},{"id":17080,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Corrosive Metabolism; Acid Spray"},{"id":17081,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Corrosive Metabolism; Breath of the Black Dragon"},{"id":17082,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Corrosive Metabolism; Breath of the Green Dragon"},{"id":17083,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":106,"h":1,"n":"Crown of Despair"},{"id":17084,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Crown of Despair; Crowned in Sorrow"},{"id":17085,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Crown of Despair; Call to Inaction"},{"id":17086,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Crown of Despair; Visions of Despair"},{"id":17087,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":106,"h":1,"d":1,"n":"Crown of Despair; Dolorous Mind"},{"id":17088,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":106,"h":1,"n":"Crown of Disgust"},{"id":17089,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":106,"h":1,"d":1,"n":"Crown of Disgust; Eye of Horror"},{"id":17090,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":106,"h":1,"d":1,"n":"Crown of Disgust; Wall of Repulsion"},{"id":17091,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":106,"h":1,"d":1,"n":"Crown of Disgust; Visions of Disgust"},{"id":17092,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":106,"h":1,"d":1,"n":"Crown of Disgust; World of Horror"},{"id":17093,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":106,"h":1,"n":"Crown of Rage"},{"id":17094,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":106,"h":1,"d":1,"n":"Crown of Rage; Primal Fury"},{"id":17095,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":106,"h":1,"d":1,"n":"Crown of Rage; Fighting Words"},{"id":17096,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":106,"h":1,"d":1,"n":"Crown of Rage; Mindless Courage"},{"id":17097,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":106,"h":1,"d":1,"n":"Crown of Rage; Punishing Fury"},{"id":17098,"c":9,"u":"delusion_uathemysticclass","p":27,"s":106,"h":1,"n":"Delusion"},{"id":17099,"c":9,"u":"diminution_uathemysticclass","p":14,"s":106,"h":1,"n":"Diminution"},{"id":17100,"c":9,"u":"diminution_uathemysticclass","p":14,"s":106,"h":1,"d":1,"n":"Diminution; Miniature Form"},{"id":17101,"c":9,"u":"diminution_uathemysticclass","p":14,"s":106,"h":1,"d":1,"n":"Diminution; Toppling Shift"},{"id":17102,"c":9,"u":"diminution_uathemysticclass","p":14,"s":106,"h":1,"d":1,"n":"Diminution; Sudden Shift"},{"id":17103,"c":9,"u":"diminution_uathemysticclass","p":14,"s":106,"h":1,"d":1,"n":"Diminution; Microscopic Form"},{"id":17104,"c":9,"u":"energy%20beam_uathemysticclass","p":27,"s":106,"h":1,"n":"Energy Beam"},{"id":17105,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":106,"h":1,"n":"Giant Growth"},{"id":17106,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":106,"h":1,"d":1,"n":"Giant Growth; Ogre Form"},{"id":17107,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":106,"h":1,"d":1,"n":"Giant Growth; Giant Form"},{"id":17108,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":106,"h":1,"n":"Intellect Fortress"},{"id":17109,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":106,"h":1,"d":1,"n":"Intellect Fortress; Psychic Backlash"},{"id":17110,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":106,"h":1,"d":1,"n":"Intellect Fortress; Psychic Parry"},{"id":17111,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":106,"h":1,"d":1,"n":"Intellect Fortress; Psychic Redoubt"},{"id":17112,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":106,"h":1,"n":"Iron Durability"},{"id":17113,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Iron Durability; Iron Hide"},{"id":17114,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Iron Durability; Steel Hide"},{"id":17115,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Iron Durability; Iron Resistance"},{"id":17116,"c":9,"u":"light%20step_uathemysticclass","p":27,"s":106,"h":1,"n":"Light Step"},{"id":17117,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":106,"h":1,"n":"Mantle of Awe"},{"id":17118,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Mantle of Awe; Charming Presence"},{"id":17119,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Mantle of Awe; Center of Attention"},{"id":17120,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Mantle of Awe; Invoke Awe"},{"id":17121,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"n":"Mantle of Command"},{"id":17122,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Mantle of Command; Coordinated Movement"},{"id":17123,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Mantle of Command; Commander's Sight"},{"id":17124,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Mantle of Command; Command to Strike"},{"id":17125,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Mantle of Command; Strategic Mind"},{"id":17126,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":106,"h":1,"d":1,"n":"Mantle of Command; Overwhelming Attack"},{"id":17127,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":106,"h":1,"n":"Mantle of Courage"},{"id":17128,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":106,"h":1,"d":1,"n":"Mantle of Courage; Incite Courage"},{"id":17129,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":106,"h":1,"d":1,"n":"Mantle of Courage; Aura of Victory"},{"id":17130,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":106,"h":1,"d":1,"n":"Mantle of Courage; Pillar of Confidence"},{"id":17131,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":106,"h":1,"n":"Mantle of Fear"},{"id":17132,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":106,"h":1,"d":1,"n":"Mantle of Fear; Incite Fear"},{"id":17133,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":106,"h":1,"d":1,"n":"Mantle of Fear; Unsettling Aura"},{"id":17134,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":106,"h":1,"d":1,"n":"Mantle of Fear; Incite Panic"},{"id":17135,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":106,"h":1,"n":"Mantle of Fury"},{"id":17136,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":106,"h":1,"d":1,"n":"Mantle of Fury; Incite Fury"},{"id":17137,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":106,"h":1,"d":1,"n":"Mantle of Fury; Mindless Charge"},{"id":17138,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":106,"h":1,"d":1,"n":"Mantle of Fury; Aura of Bloodletting"},{"id":17139,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":106,"h":1,"d":1,"n":"Mantle of Fury; Overwhelming Fury"},{"id":17140,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":106,"h":1,"n":"Mantle of Joy"},{"id":17141,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mantle of Joy; Soothing Presence"},{"id":17142,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mantle of Joy; Comforting Aura"},{"id":17143,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mantle of Joy; Aura of Jubilation"},{"id":17144,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mantle of Joy; Beacon of Recovery"},{"id":17145,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"n":"Mastery of Air"},{"id":17146,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Air; Wind Step"},{"id":17147,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Air; Wind Stream"},{"id":17148,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Air; Cloak of Air"},{"id":17149,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Air; Wind Form"},{"id":17150,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Air; Misty Form"},{"id":17151,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Air; Animate Air"},{"id":17152,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"n":"Mastery of Fire"},{"id":17153,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Fire; Combustion"},{"id":17154,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Fire; Rolling Flame"},{"id":17155,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Fire; Detonation"},{"id":17156,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Fire; Fire Form"},{"id":17157,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":106,"h":1,"d":1,"n":"Mastery of Fire; Animate Fire"},{"id":17158,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"n":"Mastery of Force"},{"id":17159,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"d":1,"n":"Mastery of Force; Push"},{"id":17160,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"d":1,"n":"Mastery of Force; Move"},{"id":17161,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"d":1,"n":"Mastery of Force; Inertial Armor"},{"id":17162,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"d":1,"n":"Mastery of Force; Telekinetic Barrier"},{"id":17163,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"d":1,"n":"Mastery of Force; Grasp"},{"id":17164,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"d":1,"n":"Mastery of Force; Crush"},{"id":17165,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":106,"h":1,"d":1,"n":"Mastery of Force; Move"},{"id":17166,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"n":"Mastery of Ice"},{"id":17167,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Ice; Ice Spike"},{"id":17168,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Ice; Ice Sheet"},{"id":17169,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Ice; Frozen Sanctuary"},{"id":17170,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Ice; Frozen Rain"},{"id":17171,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Ice; Ice Barrier"},{"id":17172,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":106,"h":1,"n":"Mastery of Light and Darkness"},{"id":17173,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Light and Darkness; Darkness"},{"id":17174,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Light and Darkness; Light"},{"id":17175,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Light and Darkness; Shadow Beasts"},{"id":17176,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Light and Darkness; Radiant Beam"},{"id":17177,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"n":"Mastery of Water"},{"id":17178,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Water; Desiccate"},{"id":17179,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Water; Watery Grasp"},{"id":17180,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Water; Water Whip"},{"id":17181,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Water; Water Breathing"},{"id":17182,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Water; Water Sphere"},{"id":17183,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":106,"h":1,"d":1,"n":"Mastery of Water; Animate Water"},{"id":17184,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"n":"Mastery of Weather"},{"id":17185,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"d":1,"n":"Mastery of Weather; Cloud Steps"},{"id":17186,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"d":1,"n":"Mastery of Weather; Hungry Lightning"},{"id":17187,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"d":1,"n":"Mastery of Weather; Wall of Clouds"},{"id":17188,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"d":1,"n":"Mastery of Weather; Whirlwind"},{"id":17189,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"d":1,"n":"Mastery of Weather; Lightning Leap"},{"id":17190,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"d":1,"n":"Mastery of Weather; Wall of Thunder"},{"id":17191,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":106,"h":1,"d":1,"n":"Mastery of Weather; Thunder Clap"},{"id":17192,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"n":"Mastery of Wood and Earth"},{"id":17193,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"d":1,"n":"Mastery of Wood and Earth; Animate Weapon"},{"id":17194,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"d":1,"n":"Mastery of Wood and Earth; Warp Weapon"},{"id":17195,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"d":1,"n":"Mastery of Wood and Earth; Warp Armor"},{"id":17196,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"d":1,"n":"Mastery of Wood and Earth; Wall of Wood"},{"id":17197,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"d":1,"n":"Mastery of Wood and Earth; Armored Form"},{"id":17198,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":106,"h":1,"d":1,"n":"Mastery of Wood and Earth; Animate Earth"},{"id":17199,"c":9,"u":"mind%20meld_uathemysticclass","p":27,"s":106,"h":1,"n":"Mind Meld"},{"id":17200,"c":9,"u":"mind%20slam_uathemysticclass","p":28,"s":106,"h":1,"n":"Mind Slam"},{"id":17201,"c":9,"u":"mind%20thrust_uathemysticclass","p":28,"s":106,"h":1,"n":"Mind Thrust"},{"id":17202,"c":9,"u":"mystic%20charm_uathemysticclass","p":28,"s":106,"h":1,"n":"Mystic Charm"},{"id":17203,"c":9,"u":"mystic%20hand_uathemysticclass","p":28,"s":106,"h":1,"n":"Mystic Hand"},{"id":17204,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":106,"h":1,"n":"Nomadic Arrow"},{"id":17205,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":106,"h":1,"d":1,"n":"Nomadic Arrow; Speed Dart"},{"id":17206,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":106,"h":1,"d":1,"n":"Nomadic Arrow; Seeking Missile"},{"id":17207,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":106,"h":1,"d":1,"n":"Nomadic Arrow; Faithful Archer"},{"id":17208,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":106,"h":1,"n":"Nomadic Chameleon"},{"id":17209,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Chameleon; Chameleon"},{"id":17210,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Chameleon; Step from Sight"},{"id":17211,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Chameleon; Enduring Invisibility"},{"id":17212,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"n":"Nomadic Mind"},{"id":17213,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Mind; Wandering Mind"},{"id":17214,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Mind; Find Creature"},{"id":17215,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Mind; Item Lore"},{"id":17216,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Mind; Psychic Speech"},{"id":17217,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Mind; Wandering Eye"},{"id":17218,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Mind; Phasing Eye"},{"id":17219,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"n":"Nomadic Step"},{"id":17220,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Step; Step of a Dozen Paces"},{"id":17221,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Step; Nomadic Anchor"},{"id":17222,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Step; Defensive Step"},{"id":17223,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Step; There and Back Again"},{"id":17224,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Step; Transposition"},{"id":17225,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Step; Baleful Transposition"},{"id":17226,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Step; Phantom Caravan"},{"id":17227,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":106,"h":1,"d":1,"n":"Nomadic Step; Nomad's Gate"},{"id":17228,"c":9,"u":"precognition_uathemysticclass","p":23,"s":106,"h":1,"n":"Precognition"},{"id":17229,"c":9,"u":"precognition_uathemysticclass","p":23,"s":106,"h":1,"d":1,"n":"Precognition; Precognitive Hunch"},{"id":17230,"c":9,"u":"precognition_uathemysticclass","p":23,"s":106,"h":1,"d":1,"n":"Precognition; All-Around Sight"},{"id":17231,"c":9,"u":"precognition_uathemysticclass","p":23,"s":106,"h":1,"d":1,"n":"Precognition; Danger Sense"},{"id":17232,"c":9,"u":"precognition_uathemysticclass","p":23,"s":106,"h":1,"d":1,"n":"Precognition; Victory Before Battle"},{"id":17233,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":106,"h":1,"n":"Psionic Restoration"},{"id":17234,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":106,"h":1,"d":1,"n":"Psionic Restoration; Mend Wounds"},{"id":17235,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":106,"h":1,"d":1,"n":"Psionic Restoration; Restore Health"},{"id":17236,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":106,"h":1,"d":1,"n":"Psionic Restoration; Restore Life"},{"id":17237,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":106,"h":1,"d":1,"n":"Psionic Restoration; Restore Vigor"},{"id":17238,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":106,"h":1,"n":"Psionic Weapon"},{"id":17239,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psionic Weapon; Ethereal Weapon"},{"id":17240,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psionic Weapon; Lethal Strike"},{"id":17241,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psionic Weapon; Augmented Weapon"},{"id":17242,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"n":"Psychic Assault"},{"id":17243,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psychic Assault; Psionic Blast"},{"id":17244,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psychic Assault; Ego Whip"},{"id":17245,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psychic Assault; Id Insinuation"},{"id":17246,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psychic Assault; Psychic Blast"},{"id":17247,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psychic Assault; Psychic Crush"},{"id":17248,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":106,"h":1,"n":"Psychic Disruption"},{"id":17249,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psychic Disruption; Distracting Haze"},{"id":17250,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psychic Disruption; Daze"},{"id":17251,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":106,"h":1,"d":1,"n":"Psychic Disruption; Mind Storm"},{"id":17252,"c":9,"u":"psychic%20hammer_uathemysticclass","p":28,"s":106,"h":1,"n":"Psychic Hammer"},{"id":17253,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":106,"h":1,"n":"Psychic Inquisition"},{"id":17254,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":106,"h":1,"d":1,"n":"Psychic Inquisition; Hammer of Inquisition"},{"id":17255,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":106,"h":1,"d":1,"n":"Psychic Inquisition; Forceful Query"},{"id":17256,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":106,"h":1,"d":1,"n":"Psychic Inquisition; Ransack Mind"},{"id":17257,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":106,"h":1,"d":1,"n":"Psychic Inquisition; Phantom Idea"},{"id":17258,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":106,"h":1,"n":"Psychic Phantoms"},{"id":17259,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":106,"h":1,"d":1,"n":"Psychic Phantoms; Distracting Figment"},{"id":17260,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":106,"h":1,"d":1,"n":"Psychic Phantoms; Phantom Foe"},{"id":17261,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":106,"h":1,"d":1,"n":"Psychic Phantoms; Phantom Betrayal"},{"id":17262,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":106,"h":1,"d":1,"n":"Psychic Phantoms; Phantom Riches"},{"id":17263,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"n":"Telepathic Contact"},{"id":17264,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"d":1,"n":"Telepathic Contact; Exacting Query"},{"id":17265,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"d":1,"n":"Telepathic Contact; Occluded Mind"},{"id":17266,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"d":1,"n":"Telepathic Contact; Broken Will"},{"id":17267,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"d":1,"n":"Telepathic Contact; Psychic Grip"},{"id":17268,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":106,"h":1,"d":1,"n":"Telepathic Contact; Psychic Domination"},{"id":17269,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":106,"h":1,"n":"Third Eye"},{"id":17270,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":106,"h":1,"d":1,"n":"Third Eye; Tremorsense"},{"id":17271,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":106,"h":1,"d":1,"n":"Third Eye; Unwavering Eye"},{"id":17272,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":106,"h":1,"d":1,"n":"Third Eye; Piercing Sight"},{"id":17273,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":106,"h":1,"d":1,"n":"Third Eye; Truesight"},{"id":17274,"c":10,"u":"dragonborn%20(chromatic)_ftd","p":10,"s":2,"h":1,"n":"Dragonborn (Chromatic)"},{"id":17275,"c":10,"u":"dragonborn%20(gem)_ftd","p":11,"s":2,"h":1,"n":"Dragonborn (Gem)"},{"id":17276,"c":10,"u":"dragonborn%20(metallic)_ftd","p":12,"s":2,"h":1,"n":"Dragonborn (Metallic)"},{"id":17277,"c":10,"u":"aarakocra_mpmm","p":5,"s":3,"h":1,"n":"Aarakocra"},{"id":17278,"c":10,"u":"aasimar_mpmm","p":7,"s":3,"h":1,"n":"Aasimar"},{"id":17279,"c":10,"u":"bugbear_mpmm","p":8,"s":3,"h":1,"n":"Bugbear"},{"id":17280,"c":10,"u":"centaur_mpmm","p":9,"s":3,"h":1,"n":"Centaur"},{"id":17281,"c":10,"u":"changeling_mpmm","p":10,"s":3,"h":1,"n":"Changeling"},{"id":17282,"c":10,"u":"deep%20gnome_mpmm","p":11,"s":3,"h":1,"n":"Deep Gnome"},{"id":17283,"c":10,"u":"duergar_mpmm","p":12,"s":3,"h":1,"n":"Duergar"},{"id":17284,"c":10,"u":"eladrin_mpmm","p":13,"s":3,"h":1,"n":"Eladrin"},{"id":17285,"c":10,"u":"fairy_mpmm","p":14,"s":3,"h":1,"n":"Fairy"},{"id":17286,"c":10,"u":"firbolg_mpmm","p":15,"s":3,"h":1,"n":"Firbolg"},{"id":17287,"c":10,"u":"genasi_mpmm","p":16,"s":3,"h":1,"n":"Genasi"},{"id":17288,"c":10,"u":"genasi%20(air)_mpmm","p":16,"s":3,"h":1,"n":"Genasi (Air)"},{"id":17289,"c":10,"u":"genasi%20(earth)_mpmm","p":17,"s":3,"h":1,"n":"Genasi (Earth)"},{"id":17290,"c":10,"u":"genasi%20(fire)_mpmm","p":17,"s":3,"h":1,"n":"Genasi (Fire)"},{"id":17291,"c":10,"u":"genasi%20(water)_mpmm","p":17,"s":3,"h":1,"n":"Genasi (Water)"},{"id":17292,"c":10,"u":"githyanki_mpmm","p":18,"s":3,"h":1,"n":"Githyanki"},{"id":17293,"c":10,"u":"githzerai_mpmm","p":19,"s":3,"h":1,"n":"Githzerai"},{"id":17294,"c":10,"u":"goblin_mpmm","p":20,"s":3,"h":1,"n":"Goblin"},{"id":17295,"c":10,"u":"goliath_mpmm","p":21,"s":3,"h":1,"n":"Goliath"},{"id":17296,"c":10,"u":"harengon_mpmm","p":22,"s":3,"h":1,"n":"Harengon"},{"id":17297,"c":10,"u":"hobgoblin_mpmm","p":23,"s":3,"h":1,"n":"Hobgoblin"},{"id":17298,"c":10,"u":"kenku_mpmm","p":24,"s":3,"h":1,"n":"Kenku"},{"id":17299,"c":10,"u":"kobold_mpmm","p":25,"s":3,"h":1,"n":"Kobold"},{"id":17300,"c":10,"u":"lizardfolk_mpmm","p":26,"s":3,"h":1,"n":"Lizardfolk"},{"id":17301,"c":10,"u":"minotaur_mpmm","p":27,"s":3,"h":1,"n":"Minotaur"},{"id":17302,"c":10,"u":"orc_mpmm","p":28,"s":3,"h":1,"n":"Orc"},{"id":17303,"c":10,"u":"satyr_mpmm","p":29,"s":3,"h":1,"n":"Satyr"},{"id":17304,"c":10,"u":"sea%20elf_mpmm","p":30,"s":3,"h":1,"n":"Sea Elf"},{"id":17305,"c":10,"u":"shadar-kai_mpmm","p":31,"s":3,"h":1,"n":"Shadar-Kai"},{"id":17306,"c":10,"u":"shifter_mpmm","p":32,"s":3,"h":1,"n":"Shifter"},{"id":17307,"c":10,"u":"tabaxi_mpmm","p":33,"s":3,"h":1,"n":"Tabaxi"},{"id":17308,"c":10,"u":"tortle_mpmm","p":34,"s":3,"h":1,"n":"Tortle"},{"id":17309,"c":10,"u":"triton_mpmm","p":35,"s":3,"h":1,"n":"Triton"},{"id":17310,"c":10,"u":"yuan-ti_mpmm","p":36,"s":3,"h":1,"n":"Yuan-Ti"},{"id":17311,"c":10,"u":"custom%20lineage_tce","p":8,"s":4,"h":1,"n":"Custom Lineage"},{"id":17312,"c":10,"u":"aasimar_xphb","p":186,"s":8,"h":1,"n":"Aasimar"},{"id":17313,"c":10,"u":"dragonborn_xphb","p":187,"s":8,"h":1,"n":"Dragonborn"},{"id":17314,"c":10,"u":"dwarf_xphb","p":188,"s":8,"h":1,"n":"Dwarf"},{"id":17315,"c":10,"u":"elf_xphb","p":189,"s":8,"h":1,"n":"Elf"},{"id":17316,"c":10,"u":"gnome_xphb","p":191,"s":8,"h":1,"n":"Gnome"},{"id":17317,"c":10,"u":"goliath_xphb","p":192,"s":8,"h":1,"n":"Goliath"},{"id":17318,"c":10,"u":"halfling_xphb","p":193,"s":8,"h":1,"n":"Halfling"},{"id":17319,"c":10,"u":"human_xphb","p":194,"s":8,"h":1,"n":"Human"},{"id":17320,"c":10,"u":"orc_xphb","p":195,"s":8,"h":1,"n":"Orc"},{"id":17321,"c":10,"u":"tiefling_xphb","p":197,"s":8,"h":1,"n":"Tiefling"},{"id":17322,"c":10,"u":"astral%20elf_aag","p":10,"s":103,"h":1,"n":"Astral Elf"},{"id":17323,"c":10,"u":"autognome_aag","p":11,"s":103,"h":1,"n":"Autognome"},{"id":17324,"c":10,"u":"giff_aag","p":12,"s":103,"h":1,"n":"Giff"},{"id":17325,"c":10,"u":"hadozee_aag","p":13,"s":103,"h":1,"n":"Hadozee"},{"id":17326,"c":10,"u":"plasmoid_aag","p":14,"s":103,"h":1,"n":"Plasmoid"},{"id":17327,"c":10,"u":"thri-kreen_aag","p":15,"s":103,"h":1,"n":"Thri-kreen"},{"id":17328,"c":10,"u":"verdan_ai","p":72,"s":15,"h":1,"n":"Verdan"},{"id":17329,"c":10,"u":"aarakocra_dmg","p":282,"s":24,"h":1,"n":"Aarakocra"},{"id":17330,"c":10,"u":"aasimar_dmg","p":286,"s":24,"h":1,"n":"Aasimar"},{"id":17331,"c":10,"u":"bullywug_dmg","p":282,"s":24,"h":1,"n":"Bullywug"},{"id":17332,"c":10,"u":"gnoll_dmg","p":282,"s":24,"h":1,"n":"Gnoll"},{"id":17333,"c":10,"u":"gnome%20(deep)_dmg","p":282,"s":24,"h":1,"n":"Gnome (Deep)"},{"id":17334,"c":10,"u":"goblin_dmg","p":282,"s":24,"h":1,"n":"Goblin"},{"id":17335,"c":10,"u":"grimlock_dmg","p":282,"s":24,"h":1,"n":"Grimlock"},{"id":17336,"c":10,"u":"hobgoblin_dmg","p":282,"s":24,"h":1,"n":"Hobgoblin"},{"id":17337,"c":10,"u":"kenku_dmg","p":282,"s":24,"h":1,"n":"Kenku"},{"id":17338,"c":10,"u":"kobold_dmg","p":282,"s":24,"h":1,"n":"Kobold"},{"id":17339,"c":10,"u":"kuo-toa_dmg","p":282,"s":24,"h":1,"n":"Kuo-Toa"},{"id":17340,"c":10,"u":"lizardfolk_dmg","p":282,"s":24,"h":1,"n":"Lizardfolk"},{"id":17341,"c":10,"u":"merfolk_dmg","p":282,"s":24,"h":1,"n":"Merfolk"},{"id":17342,"c":10,"u":"orc_dmg","p":282,"s":24,"h":1,"n":"Orc"},{"id":17343,"c":10,"u":"skeleton_dmg","p":282,"s":24,"h":1,"n":"Skeleton"},{"id":17344,"c":10,"u":"troglodyte_dmg","p":282,"s":24,"h":1,"n":"Troglodyte"},{"id":17345,"c":10,"u":"zombie_dmg","p":282,"s":24,"h":1,"n":"Zombie"},{"id":17346,"c":10,"u":"kender_dsotdq","p":27,"s":27,"h":1,"n":"Kender"},{"id":17347,"c":10,"u":"aarakocra_eepc","p":5,"s":119,"h":1,"n":"Aarakocra"},{"id":17348,"c":10,"u":"genasi_eepc","p":9,"s":119,"h":1,"n":"Genasi"},{"id":17349,"c":10,"u":"genasi%20(air)_eepc","p":9,"s":119,"h":1,"n":"Genasi (Air)"},{"id":17350,"c":10,"u":"genasi%20(earth)_eepc","p":9,"s":119,"h":1,"n":"Genasi (Earth)"},{"id":17351,"c":10,"u":"genasi%20(fire)_eepc","p":9,"s":119,"h":1,"n":"Genasi (Fire)"},{"id":17352,"c":10,"u":"genasi%20(water)_eepc","p":10,"s":119,"h":1,"n":"Genasi (Water)"},{"id":17353,"c":10,"u":"orc_egw","p":178,"s":28,"h":1,"dP":1,"n":"Orc"},{"id":17354,"c":10,"u":"bugbear_erlw","p":25,"s":29,"h":1,"n":"Bugbear"},{"id":17355,"c":10,"u":"changeling_erlw","p":17,"s":29,"h":1,"n":"Changeling"},{"id":17356,"c":10,"u":"goblin_erlw","p":26,"s":29,"h":1,"n":"Goblin"},{"id":17357,"c":10,"u":"hobgoblin_erlw","p":26,"s":29,"h":1,"n":"Hobgoblin"},{"id":17358,"c":10,"u":"kalashtar_erlw","p":29,"s":29,"h":1,"n":"Kalashtar"},{"id":17359,"c":10,"u":"orc_erlw","p":31,"s":29,"h":1,"n":"Orc"},{"id":17360,"c":10,"u":"shifter_erlw","p":33,"s":29,"h":1,"n":"Shifter"},{"id":17361,"c":10,"u":"shifter%20(beasthide)_erlw","p":34,"s":29,"h":1,"n":"Shifter (Beasthide)"},{"id":17362,"c":10,"u":"shifter%20(longtooth)_erlw","p":34,"s":29,"h":1,"n":"Shifter (Longtooth)"},{"id":17363,"c":10,"u":"shifter%20(swiftstride)_erlw","p":34,"s":29,"h":1,"n":"Shifter (Swiftstride)"},{"id":17364,"c":10,"u":"shifter%20(wildhunt)_erlw","p":34,"s":29,"h":1,"n":"Shifter (Wildhunt)"},{"id":17365,"c":10,"u":"warforged_erlw","p":35,"s":29,"h":1,"n":"Warforged"},{"id":17366,"c":10,"u":"centaur_ggr","p":15,"s":31,"h":1,"n":"Centaur"},{"id":17367,"c":10,"u":"goblin_ggr","p":16,"s":31,"h":1,"n":"Goblin"},{"id":17368,"c":10,"u":"loxodon_ggr","p":17,"s":31,"h":1,"n":"Loxodon"},{"id":17369,"c":10,"u":"minotaur_ggr","p":18,"s":31,"h":1,"n":"Minotaur"},{"id":17370,"c":10,"u":"simic%20hybrid_ggr","p":20,"s":31,"h":1,"n":"Simic Hybrid"},{"id":17371,"c":10,"u":"vedalken_ggr","p":21,"s":31,"h":1,"n":"Vedalken"},{"id":17372,"c":10,"u":"cervan_hwcs","p":22,"s":37,"h":1,"dP":1,"n":"Cervan"},{"id":17373,"c":10,"u":"cervan%20(grove)_hwcs","p":22,"s":37,"h":1,"dP":1,"n":"Cervan (Grove)"},{"id":17374,"c":10,"u":"cervan%20(pronghorn)_hwcs","p":22,"s":37,"h":1,"dP":1,"n":"Cervan (Pronghorn)"},{"id":17375,"c":10,"u":"corvum_hwcs","p":12,"s":37,"h":1,"dP":1,"n":"Corvum"},{"id":17376,"c":10,"u":"corvum%20(dusk)_hwcs","p":12,"s":37,"h":1,"dP":1,"n":"Corvum (Dusk)"},{"id":17377,"c":10,"u":"corvum%20(kindled)_hwcs","p":12,"s":37,"h":1,"dP":1,"n":"Corvum (Kindled)"},{"id":17378,"c":10,"u":"gallus_hwcs","p":14,"s":37,"h":1,"dP":1,"n":"Gallus"},{"id":17379,"c":10,"u":"gallus%20(bright)_hwcs","p":14,"s":37,"h":1,"dP":1,"n":"Gallus (Bright)"},{"id":17380,"c":10,"u":"gallus%20(huden)_hwcs","p":14,"s":37,"h":1,"dP":1,"n":"Gallus (Huden)"},{"id":17381,"c":10,"u":"hedge_hwcs","p":24,"s":37,"h":1,"dP":1,"n":"Hedge"},{"id":17382,"c":10,"u":"jerbeen_hwcs","p":27,"s":37,"h":1,"dP":1,"n":"Jerbeen"},{"id":17383,"c":10,"u":"luma_hwcs","p":16,"s":37,"h":1,"dP":1,"n":"Luma"},{"id":17384,"c":10,"u":"luma%20(sable)_hwcs","p":16,"s":37,"h":1,"dP":1,"n":"Luma (Sable)"},{"id":17385,"c":10,"u":"luma%20(sera)_hwcs","p":16,"s":37,"h":1,"dP":1,"n":"Luma (Sera)"},{"id":17386,"c":10,"u":"mapach_hwcs","p":28,"s":37,"h":1,"dP":1,"n":"Mapach"},{"id":17387,"c":10,"u":"raptor_hwcs","p":18,"s":37,"h":1,"dP":1,"n":"Raptor"},{"id":17388,"c":10,"u":"raptor%20(maran)_hwcs","p":18,"s":37,"h":1,"dP":1,"n":"Raptor (Maran)"},{"id":17389,"c":10,"u":"raptor%20(mistral)_hwcs","p":18,"s":37,"h":1,"dP":1,"n":"Raptor (Mistral)"},{"id":17390,"c":10,"u":"strig_hwcs","p":20,"s":37,"h":1,"dP":1,"n":"Strig"},{"id":17391,"c":10,"u":"strig%20(stout)_hwcs","p":20,"s":37,"h":1,"dP":1,"n":"Strig (Stout)"},{"id":17392,"c":10,"u":"strig%20(swift)_hwcs","p":20,"s":37,"h":1,"dP":1,"n":"Strig (Swift)"},{"id":17393,"c":10,"u":"vulpin_hwcs","p":30,"s":37,"h":1,"dP":1,"n":"Vulpin"},{"id":17394,"c":10,"u":"centaur_mot","p":18,"s":46,"h":1,"n":"Centaur"},{"id":17395,"c":10,"u":"leonin_mot","p":20,"s":46,"h":1,"n":"Leonin"},{"id":17396,"c":10,"u":"minotaur_mot","p":22,"s":46,"h":1,"n":"Minotaur"},{"id":17397,"c":10,"u":"satyr_mot","p":24,"s":46,"h":1,"n":"Satyr"},{"id":17398,"c":10,"u":"triton_mot","p":26,"s":46,"h":1,"n":"Triton"},{"id":17399,"c":10,"u":"gith_mtf","p":96,"s":48,"h":1,"n":"Gith"},{"id":17400,"c":10,"u":"gith%20(githyanki)_mtf","p":96,"s":48,"h":1,"n":"Gith (Githyanki)"},{"id":17401,"c":10,"u":"gith%20(githzerai)_mtf","p":96,"s":48,"h":1,"n":"Gith (Githzerai)"},{"id":17402,"c":10,"u":"dragonborn%20(base)_phb","p":32,"s":52,"h":1,"r":1,"n":"Dragonborn (Base)"},{"id":17403,"c":10,"u":"dragonborn_phb","p":32,"s":52,"h":1,"r":1,"n":"Dragonborn"},{"id":17404,"c":10,"u":"dragonborn%20(draconblood)_egw","p":168,"s":28,"h":1,"dP":1,"n":"Dragonborn (Draconblood)"},{"id":17405,"c":10,"u":"dragonborn%20(ravenite)_egw","p":168,"s":28,"h":1,"dP":1,"n":"Dragonborn (Ravenite)"},{"id":17406,"c":10,"u":"dwarf_phb","p":18,"s":52,"h":1,"r":1,"n":"Dwarf"},{"id":17407,"c":10,"u":"dwarf%20(duergar)_mtf","p":81,"s":48,"h":1,"n":"Dwarf (Duergar)"},{"id":17408,"c":10,"u":"dwarf%20(hill)_phb","p":20,"s":52,"h":1,"r":1,"n":"Dwarf (Hill)"},{"id":17409,"c":10,"u":"dwarf%20(mark%20of%20warding)_erlw","p":51,"s":29,"h":1,"n":"Dwarf (Mark of Warding)"},{"id":17410,"c":10,"u":"dwarf%20(mountain)_phb","p":20,"s":52,"h":1,"n":"Dwarf (Mountain)"},{"id":17411,"c":10,"u":"elf_phb","p":21,"s":52,"h":1,"r":1,"n":"Elf"},{"id":17412,"c":10,"u":"elf%20(drow)_phb","p":24,"s":52,"h":1,"n":"Elf (Drow)"},{"id":17413,"c":10,"u":"elf%20(drow)_phb","p":24,"s":52,"h":1,"n":"Elf (Dark)"},{"id":17414,"c":10,"u":"elf%20(eladrin)_dmg","p":286,"s":24,"h":1,"n":"Elf (Eladrin)"},{"id":17415,"c":10,"u":"elf%20(eladrin)_mtf","p":61,"s":48,"h":1,"n":"Elf (Eladrin)"},{"id":17416,"c":10,"u":"elf%20(high)_phb","p":23,"s":52,"h":1,"r":1,"n":"Elf (High)"},{"id":17417,"c":10,"u":"elf%20(mark%20of%20shadow)_erlw","p":49,"s":29,"h":1,"n":"Elf (Mark of Shadow)"},{"id":17418,"c":10,"u":"elf%20(pallid)_egw","p":21,"s":28,"h":1,"dP":1,"n":"Elf (Pallid)"},{"id":17419,"c":10,"u":"elf%20(sea)_mtf","p":62,"s":48,"h":1,"n":"Elf (Sea)"},{"id":17420,"c":10,"u":"elf%20(shadar-kai)_mtf","p":62,"s":48,"h":1,"n":"Elf (Shadar-kai)"},{"id":17421,"c":10,"u":"elf%20(wood)_phb","p":24,"s":52,"h":1,"n":"Elf (Wood)"},{"id":17422,"c":10,"u":"gnome_phb","p":35,"s":52,"h":1,"r":1,"n":"Gnome"},{"id":17423,"c":10,"u":"gnome%20(deep)_mtf","p":113,"s":48,"h":1,"n":"Gnome (Deep)"},{"id":17424,"c":10,"u":"gnome%20(deep%2fsvirfneblin)_scag","p":115,"s":107,"h":1,"n":"Gnome (Deep/Svirfneblin)"},{"id":17425,"c":10,"u":"gnome%20(forest)_phb","p":37,"s":52,"h":1,"n":"Gnome (Forest)"},{"id":17426,"c":10,"u":"gnome%20(mark%20of%20scribing)_erlw","p":47,"s":29,"h":1,"n":"Gnome (Mark of Scribing)"},{"id":17427,"c":10,"u":"gnome%20(rock)_phb","p":37,"s":52,"h":1,"r":1,"n":"Gnome (Rock)"},{"id":17428,"c":10,"u":"half-elf%20(base)_phb","p":38,"s":52,"h":1,"r":1,"n":"Half-Elf (Base)"},{"id":17429,"c":10,"u":"half-elf_phb","p":38,"s":52,"h":1,"r":1,"n":"Half-Elf"},{"id":17430,"c":10,"u":"half-elf%20(variant%3b%20aquatic%20elf%20descent)_scag","p":116,"s":107,"h":1,"n":"Half-Elf (Variant; Aquatic Elf Descent)"},{"id":17431,"c":10,"u":"half-elf%20(variant%3b%20drow%20descent)_scag","p":116,"s":107,"h":1,"n":"Half-Elf (Variant; Drow Descent)"},{"id":17432,"c":10,"u":"half-elf%20(variant%3b%20mark%20of%20detection)_erlw","p":40,"s":29,"h":1,"n":"Half-Elf (Variant; Mark of Detection)"},{"id":17433,"c":10,"u":"half-elf%20(variant%3b%20mark%20of%20storm)_erlw","p":50,"s":29,"h":1,"n":"Half-Elf (Variant; Mark of Storm)"},{"id":17434,"c":10,"u":"half-elf%20(variant%3b%20moon%20elf%20or%20sun%20elf%20descent)_scag","p":116,"s":107,"h":1,"n":"Half-Elf (Variant; Moon Elf or Sun Elf Descent)"},{"id":17435,"c":10,"u":"half-elf%20(variant%3b%20wood%20elf%20descent)_scag","p":116,"s":107,"h":1,"n":"Half-Elf (Variant; Wood Elf Descent)"},{"id":17436,"c":10,"u":"half-orc%20(base)_phb","p":40,"s":52,"h":1,"r":1,"n":"Half-Orc (Base)"},{"id":17437,"c":10,"u":"half-orc_phb","p":40,"s":52,"h":1,"r":1,"n":"Half-Orc"},{"id":17438,"c":10,"u":"half-orc%20(variant%3b%20mark%20of%20finding)_erlw","p":41,"s":29,"h":1,"n":"Half-Orc (Variant; Mark of Finding)"},{"id":17439,"c":10,"u":"halfling_phb","p":26,"s":52,"h":1,"r":1,"n":"Halfling"},{"id":17440,"c":10,"u":"halfling%20(ghostwise)_scag","p":110,"s":107,"h":1,"n":"Halfling (Ghostwise)"},{"id":17441,"c":10,"u":"halfling%20(lightfoot)_phb","p":28,"s":52,"h":1,"r":1,"n":"Halfling (Lightfoot)"},{"id":17442,"c":10,"u":"halfling%20(lotusden)_egw","p":164,"s":28,"h":1,"dP":1,"n":"Halfling (Lotusden)"},{"id":17443,"c":10,"u":"halfling%20(mark%20of%20healing)_erlw","p":43,"s":29,"h":1,"n":"Halfling (Mark of Healing)"},{"id":17444,"c":10,"u":"halfling%20(mark%20of%20hospitality)_erlw","p":44,"s":29,"h":1,"n":"Halfling (Mark of Hospitality)"},{"id":17445,"c":10,"u":"halfling%20(stout)_phb","p":28,"s":52,"h":1,"n":"Halfling (Stout)"},{"id":17446,"c":10,"u":"human%20(base)_phb","p":29,"s":52,"h":1,"r":1,"n":"Human (Base)"},{"id":17447,"c":10,"u":"human_phb","p":29,"s":52,"h":1,"r":1,"n":"Human"},{"id":17448,"c":10,"u":"human%20(keldon)_psd","p":19,"s":96,"h":1,"n":"Human (Keldon)"},{"id":17449,"c":10,"u":"human%20(mark%20of%20handling)_erlw","p":42,"s":29,"h":1,"n":"Human (Mark of Handling)"},{"id":17450,"c":10,"u":"human%20(mark%20of%20making)_erlw","p":45,"s":29,"h":1,"n":"Human (Mark of Making)"},{"id":17451,"c":10,"u":"human%20(mark%20of%20passage)_erlw","p":46,"s":29,"h":1,"n":"Human (Mark of Passage)"},{"id":17452,"c":10,"u":"human%20(mark%20of%20sentinel)_erlw","p":48,"s":29,"h":1,"n":"Human (Mark of Sentinel)"},{"id":17453,"c":10,"u":"human%20(variant)_phb","p":31,"s":52,"h":1,"n":"Human (Variant)"},{"id":17454,"c":10,"u":"human%20(variant%3b%20mark%20of%20finding)_erlw","p":41,"s":29,"h":1,"n":"Human (Variant; Mark of Finding)"},{"id":17455,"c":10,"u":"tiefling%20(base)_phb","p":42,"s":52,"h":1,"r":1,"n":"Tiefling (Base)"},{"id":17456,"c":10,"u":"tiefling_phb","p":42,"s":52,"h":1,"r":1,"n":"Tiefling"},{"id":17457,"c":10,"u":"tiefling%20(asmodeus)_mtf","p":21,"s":48,"h":1,"n":"Tiefling (Asmodeus)"},{"id":17458,"c":10,"u":"tiefling%20(baalzebul)_mtf","p":21,"s":48,"h":1,"n":"Tiefling (Baalzebul)"},{"id":17459,"c":10,"u":"tiefling%20(dispater)_mtf","p":21,"s":48,"h":1,"n":"Tiefling (Dispater)"},{"id":17460,"c":10,"u":"tiefling%20(fierna)_mtf","p":21,"s":48,"h":1,"n":"Tiefling (Fierna)"},{"id":17461,"c":10,"u":"tiefling%20(glasya)_mtf","p":22,"s":48,"h":1,"n":"Tiefling (Glasya)"},{"id":17462,"c":10,"u":"tiefling%20(levistus)_mtf","p":22,"s":48,"h":1,"n":"Tiefling (Levistus)"},{"id":17463,"c":10,"u":"tiefling%20(mammon)_mtf","p":22,"s":48,"h":1,"n":"Tiefling (Mammon)"},{"id":17464,"c":10,"u":"tiefling%20(mephistopheles)_mtf","p":23,"s":48,"h":1,"n":"Tiefling (Mephistopheles)"},{"id":17465,"c":10,"u":"tiefling%20(variant%3b%20devil's%20tongue)_scag","p":118,"s":107,"h":1,"n":"Tiefling (Variant; Devil's Tongue)"},{"id":17466,"c":10,"u":"tiefling%20(variant%3b%20hellfire)_scag","p":118,"s":107,"h":1,"n":"Tiefling (Variant; Hellfire)"},{"id":17467,"c":10,"u":"tiefling%20(variant%3b%20infernal%20legacy)_scag","p":118,"s":107,"h":1,"n":"Tiefling (Variant; Infernal Legacy)"},{"id":17468,"c":10,"u":"tiefling%20(variant%3b%20winged)_scag","p":118,"s":107,"h":1,"n":"Tiefling (Variant; Winged)"},{"id":17469,"c":10,"u":"tiefling%20(zariel)_mtf","p":23,"s":48,"h":1,"n":"Tiefling (Zariel)"},{"id":17470,"c":10,"u":"owlin_scc","p":29,"s":57,"h":1,"n":"Owlin"},{"id":17471,"c":10,"u":"aasimar_vgm","p":104,"s":67,"h":1,"n":"Aasimar"},{"id":17472,"c":10,"u":"aasimar%20(fallen)_vgm","p":105,"s":67,"h":1,"n":"Aasimar (Fallen)"},{"id":17473,"c":10,"u":"aasimar%20(protector)_vgm","p":105,"s":67,"h":1,"n":"Aasimar (Protector)"},{"id":17474,"c":10,"u":"aasimar%20(scourge)_vgm","p":105,"s":67,"h":1,"n":"Aasimar (Scourge)"},{"id":17475,"c":10,"u":"bugbear_vgm","p":119,"s":67,"h":1,"n":"Bugbear"},{"id":17476,"c":10,"u":"firbolg_vgm","p":107,"s":67,"h":1,"n":"Firbolg"},{"id":17477,"c":10,"u":"goblin_vgm","p":119,"s":67,"h":1,"n":"Goblin"},{"id":17478,"c":10,"u":"goliath_vgm","p":108,"s":67,"h":1,"n":"Goliath"},{"id":17479,"c":10,"u":"hobgoblin_vgm","p":119,"s":67,"h":1,"n":"Hobgoblin"},{"id":17480,"c":10,"u":"kenku_vgm","p":109,"s":67,"h":1,"n":"Kenku"},{"id":17481,"c":10,"u":"kobold_vgm","p":119,"s":67,"h":1,"n":"Kobold"},{"id":17482,"c":10,"u":"lizardfolk_vgm","p":111,"s":67,"h":1,"n":"Lizardfolk"},{"id":17483,"c":10,"u":"orc_vgm","p":120,"s":67,"h":1,"n":"Orc"},{"id":17484,"c":10,"u":"tabaxi_vgm","p":113,"s":67,"h":1,"n":"Tabaxi"},{"id":17485,"c":10,"u":"triton_vgm","p":115,"s":67,"h":1,"n":"Triton"},{"id":17486,"c":10,"u":"yuan-ti%20pureblood_vgm","p":120,"s":67,"h":1,"n":"Yuan-ti Pureblood"},{"id":17487,"c":10,"u":"dhampir_vrgr","p":16,"s":68,"h":1,"n":"Dhampir"},{"id":17488,"c":10,"u":"hexblood_vrgr","p":18,"s":68,"h":1,"n":"Hexblood"},{"id":17489,"c":10,"u":"reborn_vrgr","p":20,"s":68,"h":1,"n":"Reborn"},{"id":17490,"c":10,"u":"fairy_wbtw","p":12,"s":69,"h":1,"n":"Fairy"},{"id":17491,"c":10,"u":"harengon_wbtw","p":13,"s":69,"h":1,"n":"Harengon"},{"id":17492,"c":10,"u":"goblin%20(dankwood)_awm","p":35,"s":77,"h":1,"n":"Goblin (Dankwood)"},{"id":17493,"c":10,"u":"locathah_lr","p":24,"s":82,"h":1,"n":"Locathah"},{"id":17494,"c":10,"u":"grung_oga","p":4,"s":116,"h":1,"n":"Grung"},{"id":17495,"c":10,"u":"aven_psa","p":15,"s":95,"h":1,"n":"Aven"},{"id":17496,"c":10,"u":"aven%20(hawk-headed)_psa","p":16,"s":95,"h":1,"n":"Aven (Hawk-Headed)"},{"id":17497,"c":10,"u":"aven%20(ibis-headed)_psa","p":16,"s":95,"h":1,"n":"Aven (Ibis-Headed)"},{"id":17498,"c":10,"u":"human%20(amonkhet)_psa","p":14,"s":95,"h":1,"n":"Human (Amonkhet)"},{"id":17499,"c":10,"u":"khenra_psa","p":17,"s":95,"h":1,"n":"Khenra"},{"id":17500,"c":10,"u":"minotaur%20(amonkhet)_psa","p":19,"s":95,"h":1,"n":"Minotaur (Amonkhet)"},{"id":17501,"c":10,"u":"naga_psa","p":21,"s":95,"h":1,"n":"Naga"},{"id":17502,"c":10,"u":"aven_psd","p":6,"s":96,"h":1,"n":"Aven"},{"id":17503,"c":10,"u":"human%20(innistrad)_psi","p":8,"s":97,"h":1,"n":"Human (Innistrad)"},{"id":17504,"c":10,"u":"human%20(innistrad%3b%20gavony)_psi","p":8,"s":97,"h":1,"n":"Human (Innistrad; Gavony)"},{"id":17505,"c":10,"u":"human%20(innistrad%3b%20kessig)_psi","p":8,"s":97,"h":1,"n":"Human (Innistrad; Kessig)"},{"id":17506,"c":10,"u":"human%20(innistrad%3b%20nephalia)_psi","p":8,"s":97,"h":1,"n":"Human (Innistrad; Nephalia)"},{"id":17507,"c":10,"u":"human%20(innistrad%3b%20stensia)_psi","p":8,"s":97,"h":1,"n":"Human (Innistrad; Stensia)"},{"id":17508,"c":10,"u":"aetherborn_psk","p":17,"s":98,"h":1,"n":"Aetherborn"},{"id":17509,"c":10,"u":"dwarf%20(kaladesh)_psk","p":19,"s":98,"h":1,"n":"Dwarf (Kaladesh)"},{"id":17510,"c":10,"u":"elf%20(kaladesh)_psk","p":20,"s":98,"h":1,"n":"Elf (Kaladesh)"},{"id":17511,"c":10,"u":"elf%20(kaladesh%3b%20bishatar%20and%20tirahar)_psk","p":21,"s":98,"h":1,"n":"Elf (Kaladesh; Bishatar and Tirahar)"},{"id":17512,"c":10,"u":"elf%20(kaladesh%3b%20vahadar)_psk","p":21,"s":98,"h":1,"n":"Elf (Kaladesh; Vahadar)"},{"id":17513,"c":10,"u":"human%20(kaladesh)_psk","p":22,"s":98,"h":1,"n":"Human (Kaladesh)"},{"id":17514,"c":10,"u":"vedalken_psk","p":23,"s":98,"h":1,"n":"Vedalken"},{"id":17515,"c":10,"u":"human%20(ixalan)_psx","p":11,"s":99,"h":1,"n":"Human (Ixalan)"},{"id":17516,"c":10,"u":"orc%20(ixalan)_psx","p":15,"s":99,"h":1,"n":"Orc (Ixalan)"},{"id":17517,"c":10,"u":"siren_psx","p":17,"s":99,"h":1,"n":"Siren"},{"id":17518,"c":10,"u":"elf%20(zendikar)_psz","p":18,"s":100,"h":1,"n":"Elf (Zendikar)"},{"id":17519,"c":10,"u":"elf%20(zendikar%3b%20joraga%20nation)_psz","p":19,"s":100,"h":1,"n":"Elf (Zendikar; Joraga Nation)"},{"id":17520,"c":10,"u":"elf%20(zendikar%3b%20mul%20daya%20nation)_psz","p":19,"s":100,"h":1,"n":"Elf (Zendikar; Mul Daya Nation)"},{"id":17521,"c":10,"u":"elf%20(zendikar%3b%20tajuru%20nation)_psz","p":18,"s":100,"h":1,"n":"Elf (Zendikar; Tajuru Nation)"},{"id":17522,"c":10,"u":"goblin_psz","p":16,"s":100,"h":1,"n":"Goblin"},{"id":17523,"c":10,"u":"goblin%20(ixalan)_psx","p":16,"s":99,"h":1,"n":"Goblin (Ixalan)"},{"id":17524,"c":10,"u":"goblin%20(zendikar%3b%20grotag%20tribe)_psz","p":17,"s":100,"h":1,"n":"Goblin (Zendikar; Grotag Tribe)"},{"id":17525,"c":10,"u":"goblin%20(zendikar%3b%20lavastep%20tribe)_psz","p":17,"s":100,"h":1,"n":"Goblin (Zendikar; Lavastep Tribe)"},{"id":17526,"c":10,"u":"goblin%20(zendikar%3b%20tuktuk%20tribe)_psz","p":17,"s":100,"h":1,"n":"Goblin (Zendikar; Tuktuk Tribe)"},{"id":17527,"c":10,"u":"human%20(zendikar)_psz","p":9,"s":100,"h":1,"n":"Human (Zendikar)"},{"id":17528,"c":10,"u":"kor_psz","p":10,"s":100,"h":1,"n":"Kor"},{"id":17529,"c":10,"u":"merfolk_psz","p":13,"s":100,"h":1,"n":"Merfolk"},{"id":17530,"c":10,"u":"merfolk%20(ixalan%3b%20blue)_psx","p":12,"s":99,"h":1,"n":"Merfolk (Ixalan; Blue)"},{"id":17531,"c":10,"u":"merfolk%20(ixalan%3b%20green)_psx","p":12,"s":99,"h":1,"n":"Merfolk (Ixalan; Green)"},{"id":17532,"c":10,"u":"merfolk%20(zendikar%3b%20cosi%20creed)_psz","p":13,"s":100,"h":1,"n":"Merfolk (Zendikar; Cosi Creed)"},{"id":17533,"c":10,"u":"merfolk%20(zendikar%3b%20emeria%20creed)_psz","p":13,"s":100,"h":1,"n":"Merfolk (Zendikar; Emeria Creed)"},{"id":17534,"c":10,"u":"merfolk%20(zendikar%3b%20ula%20creed)_psz","p":13,"s":100,"h":1,"n":"Merfolk (Zendikar; Ula Creed)"},{"id":17535,"c":10,"u":"vampire_psz","p":14,"s":100,"h":1,"n":"Vampire"},{"id":17536,"c":10,"u":"vampire%20(ixalan)_psx","p":14,"s":99,"h":1,"n":"Vampire (Ixalan)"},{"id":17537,"c":10,"u":"vampire%20(zendikar)_psz","p":14,"s":100,"h":1,"n":"Vampire (Zendikar)"},{"id":17538,"c":10,"u":"tortle_ttp","p":3,"s":102,"h":1,"n":"Tortle"},{"id":17539,"c":11,"u":"blessing%20of%20bloody%20might_bmt","p":171,"s":1,"h":1,"n":"Blessing of Bloody Might"},{"id":17540,"c":11,"u":"blessing%20of%20lonely%20genius_bmt","p":171,"s":1,"h":1,"n":"Blessing of Lonely Genius"},{"id":17541,"c":11,"u":"blessing%20of%20unearned%20riches_bmt","p":171,"s":1,"h":1,"n":"Blessing of Unearned Riches"},{"id":17542,"c":11,"u":"charm%20of%20balance_bmt","p":62,"s":1,"h":1,"n":"Charm of Balance"},{"id":17543,"c":11,"u":"charm%20of%20euryale_bmt","p":62,"s":1,"h":1,"n":"Charm of Euryale"},{"id":17544,"c":11,"u":"charm%20of%20many%20things_bmt","p":62,"s":1,"h":1,"n":"Charm of Many Things"},{"id":17545,"c":11,"u":"charm%20of%20ruin_bmt","p":62,"s":1,"h":1,"n":"Charm of Ruin"},{"id":17546,"c":11,"u":"charm%20of%20the%20comet_bmt","p":62,"s":1,"h":1,"n":"Charm of the Comet"},{"id":17547,"c":11,"u":"charm%20of%20the%20donjon_bmt","p":62,"s":1,"h":1,"n":"Charm of the Donjon"},{"id":17548,"c":11,"u":"charm%20of%20the%20fates_bmt","p":62,"s":1,"h":1,"n":"Charm of the Fates"},{"id":17549,"c":11,"u":"charm%20of%20the%20flames_bmt","p":62,"s":1,"h":1,"n":"Charm of the Flames"},{"id":17550,"c":11,"u":"charm%20of%20the%20fool_bmt","p":62,"s":1,"h":1,"n":"Charm of the Fool"},{"id":17551,"c":11,"u":"charm%20of%20the%20gem_bmt","p":62,"s":1,"h":1,"n":"Charm of the Gem"},{"id":17552,"c":11,"u":"charm%20of%20the%20jester_bmt","p":62,"s":1,"h":1,"n":"Charm of the Jester"},{"id":17553,"c":11,"u":"charm%20of%20the%20key_bmt","p":62,"s":1,"h":1,"n":"Charm of the Key"},{"id":17554,"c":11,"u":"charm%20of%20the%20knight_bmt","p":62,"s":1,"h":1,"n":"Charm of the Knight"},{"id":17555,"c":11,"u":"charm%20of%20the%20moon_bmt","p":62,"s":1,"h":1,"n":"Charm of the Moon"},{"id":17556,"c":11,"u":"charm%20of%20the%20puzzle_bmt","p":62,"s":1,"h":1,"n":"Charm of the Puzzle"},{"id":17557,"c":11,"u":"charm%20of%20the%20rogue_bmt","p":62,"s":1,"h":1,"n":"Charm of the Rogue"},{"id":17558,"c":11,"u":"charm%20of%20the%20sage_bmt","p":62,"s":1,"h":1,"n":"Charm of the Sage"},{"id":17559,"c":11,"u":"charm%20of%20the%20skull_bmt","p":62,"s":1,"h":1,"n":"Charm of the Skull"},{"id":17560,"c":11,"u":"charm%20of%20the%20star_bmt","p":62,"s":1,"h":1,"n":"Charm of the Star"},{"id":17561,"c":11,"u":"charm%20of%20the%20sun_bmt","p":62,"s":1,"h":1,"n":"Charm of the Sun"},{"id":17562,"c":11,"u":"charm%20of%20the%20talons_bmt","p":62,"s":1,"h":1,"n":"Charm of the Talons"},{"id":17563,"c":11,"u":"charm%20of%20the%20throne_bmt","p":62,"s":1,"h":1,"n":"Charm of the Throne"},{"id":17564,"c":11,"u":"charm%20of%20the%20void_bmt","p":62,"s":1,"h":1,"n":"Charm of the Void"},{"id":17565,"c":11,"u":"draconic%20familiar_ftd","p":28,"s":2,"h":1,"n":"Draconic Familiar"},{"id":17566,"c":11,"u":"draconic%20rebirth_ftd","p":28,"s":2,"h":1,"n":"Draconic Rebirth"},{"id":17567,"c":11,"u":"draconic%20senses_ftd","p":28,"s":2,"h":1,"n":"Draconic Senses"},{"id":17568,"c":11,"u":"echo%20of%20dragonsight_ftd","p":28,"s":2,"h":1,"n":"Echo of Dragonsight"},{"id":17569,"c":11,"u":"frightful%20presence_ftd","p":28,"s":2,"h":1,"n":"Frightful Presence"},{"id":17570,"c":11,"u":"psionic%20reach_ftd","p":28,"s":2,"h":1,"n":"Psionic Reach"},{"id":17571,"c":11,"u":"scaled%20toughness_ftd","p":28,"s":2,"h":1,"n":"Scaled Toughness"},{"id":17572,"c":11,"u":"tongue%20of%20the%20dragon_ftd","p":28,"s":2,"h":1,"n":"Tongue of the Dragon"},{"id":17573,"c":11,"u":"arcane%20study%20charm_xdmg","p":336,"s":5,"h":1,"n":"Arcane Study Charm"},{"id":17574,"c":11,"u":"blessing%20of%20health_xdmg","p":98,"s":5,"h":1,"n":"Blessing of Health"},{"id":17575,"c":11,"u":"blessing%20of%20magic%20resistance_xdmg","p":98,"s":5,"h":1,"n":"Blessing of Magic Resistance"},{"id":17576,"c":11,"u":"blessing%20of%20protection_xdmg","p":99,"s":5,"h":1,"n":"Blessing of Protection"},{"id":17577,"c":11,"u":"blessing%20of%20understanding_xdmg","p":99,"s":5,"h":1,"n":"Blessing of Understanding"},{"id":17578,"c":11,"u":"blessing%20of%20valhalla_xdmg","p":99,"s":5,"h":1,"n":"Blessing of Valhalla"},{"id":17579,"c":11,"u":"blessing%20of%20weapon%20enhancement_xdmg","p":99,"s":5,"h":1,"n":"Blessing of Weapon Enhancement"},{"id":17580,"c":11,"u":"blessing%20of%20wound%20closure_xdmg","p":99,"s":5,"h":1,"n":"Blessing of Wound Closure"},{"id":17581,"c":11,"u":"charm%20of%20animal%20conjuring_xdmg","p":99,"s":5,"h":1,"n":"Charm of Animal Conjuring"},{"id":17582,"c":11,"u":"charm%20of%20darkvision_xdmg","p":99,"s":5,"h":1,"n":"Charm of Darkvision"},{"id":17583,"c":11,"u":"charm%20of%20feather%20falling_xdmg","p":99,"s":5,"h":1,"n":"Charm of Feather Falling"},{"id":17584,"c":11,"u":"charm%20of%20heroism_xdmg","p":99,"s":5,"h":1,"n":"Charm of Heroism"},{"id":17585,"c":11,"u":"charm%20of%20restoration_xdmg","p":99,"s":5,"h":1,"n":"Charm of Restoration"},{"id":17586,"c":11,"u":"charm%20of%20the%20slayer_xdmg","p":99,"s":5,"h":1,"n":"Charm of the Slayer"},{"id":17587,"c":11,"u":"charm%20of%20vitality_xdmg","p":99,"s":5,"h":1,"n":"Charm of Vitality"},{"id":17588,"c":11,"u":"observatory%20charm_xdmg","p":343,"s":5,"h":1,"n":"Observatory Charm"},{"id":17589,"c":11,"u":"reliquary%20charm_xdmg","p":344,"s":5,"h":1,"n":"Reliquary Charm"},{"id":17590,"c":11,"u":"sanctuary%20charm_xdmg","p":345,"s":5,"h":1,"n":"Sanctuary Charm"},{"id":17591,"c":11,"u":"sanctum%20charm_xdmg","p":346,"s":5,"h":1,"n":"Sanctum Charm"},{"id":17592,"c":11,"u":"charm%20of%20air%20bubbles_bam","p":17,"s":16,"h":1,"n":"Charm of Air Bubbles"},{"id":17593,"c":11,"u":"charm%20of%20instant%20tools_bam","p":17,"s":16,"h":1,"n":"Charm of Instant Tools"},{"id":17594,"c":11,"u":"charm%20of%20agelessness_bgdia","p":215,"s":17,"h":1,"n":"Charm of Agelessness"},{"id":17595,"c":11,"u":"charm%20of%20diabolical%20inspiration_bgdia","p":215,"s":17,"h":1,"n":"Charm of Diabolical Inspiration"},{"id":17596,"c":11,"u":"charm%20of%20greater%20conscription_bgdia","p":215,"s":17,"h":1,"n":"Charm of Greater Conscription"},{"id":17597,"c":11,"u":"charm%20of%20hellish%20rebuke_bgdia","p":215,"s":17,"h":1,"n":"Charm of Hellish Rebuke"},{"id":17598,"c":11,"u":"charm%20of%20lesser%20conscription_bgdia","p":215,"s":17,"h":1,"n":"Charm of Lesser Conscription"},{"id":17599,"c":11,"u":"charm%20of%20many%20tongues_bgdia","p":215,"s":17,"h":1,"n":"Charm of Many Tongues"},{"id":17600,"c":11,"u":"charm%20of%20the%20adamant_bgdia","p":215,"s":17,"h":1,"n":"Charm of the Adamant"},{"id":17601,"c":11,"u":"charm%20of%20the%20mirage_cm","p":212,"s":18,"h":1,"n":"Charm of the Mirage"},{"id":17602,"c":11,"u":"charm%20of%20the%20water%20bearer_cm","p":212,"s":18,"h":1,"n":"Charm of the Water Bearer"},{"id":17603,"c":11,"u":"dark%20gift%20of%20dahlver-nar%2c%20he%20of%20the%20many%20teeth_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Dahlver-Nar, He of the Many Teeth"},{"id":17604,"c":11,"u":"dark%20gift%20of%20delban%2c%20the%20star%20of%20ice%20and%20hate_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Delban, the Star of Ice and Hate"},{"id":17605,"c":11,"u":"dark%20gift%20of%20drizlash%2c%20the%20nine-eyed%20spider_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Drizlash, the Nine-Eyed Spider"},{"id":17606,"c":11,"u":"dark%20gift%20of%20fekre%2c%20queen%20of%20poxes_cos","p":191,"s":19,"h":1,"n":"Dark Gift of Fekre, Queen of Poxes"},{"id":17607,"c":11,"u":"dark%20gift%20of%20great%20taar%20haak%2c%20the%20five-headed%20destroyer_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Great Taar Haak, the Five-Headed Destroyer"},{"id":17608,"c":11,"u":"dark%20gift%20of%20khirad%2c%20the%20star%20of%20secrets_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Khirad, the Star of Secrets"},{"id":17609,"c":11,"u":"dark%20gift%20of%20norganas%2c%20the%20finger%20of%20oblivion_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Norganas, the Finger of Oblivion"},{"id":17610,"c":11,"u":"dark%20gift%20of%20savnok%20the%20inscrutible_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Savnok the Inscrutible"},{"id":17611,"c":11,"u":"dark%20gift%20of%20seriach%2c%20the%20hell%20hound%20whisperer_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Seriach, the Hell Hound Whisperer"},{"id":17612,"c":11,"u":"dark%20gift%20of%20shami-amourae%2c%20the%20lady%20of%20delights_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Shami-Amourae, the Lady of Delights"},{"id":17613,"c":11,"u":"dark%20gift%20of%20sykane%2c%20the%20soul%20hungerer_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Sykane, the Soul Hungerer"},{"id":17614,"c":11,"u":"dark%20gift%20of%20tarakamedes%2c%20the%20grave%20wyrm_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Tarakamedes, the Grave Wyrm"},{"id":17615,"c":11,"u":"dark%20gift%20of%20vaund%20the%20evasive_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Vaund the Evasive"},{"id":17616,"c":11,"u":"dark%20gift%20of%20yog%20the%20invincible_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Yog the Invincible"},{"id":17617,"c":11,"u":"dark%20gift%20of%20yrrga%2c%20the%20eye%20of%20shadows_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Yrrga, the Eye of Shadows"},{"id":17618,"c":11,"u":"dark%20gift%20of%20zantras%2c%20the%20kingmaker_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Zantras, the Kingmaker"},{"id":17619,"c":11,"u":"dark%20gift%20of%20zrin-hala%2c%20the%20howling%20storm_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Zrin-Hala, the Howling Storm"},{"id":17620,"c":11,"u":"fragment%20of%20abhorrence_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Abhorrence"},{"id":17621,"c":11,"u":"fragment%20of%20attachment_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Attachment"},{"id":17622,"c":11,"u":"fragment%20of%20deception_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Deception"},{"id":17623,"c":11,"u":"fragment%20of%20despondence_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Despondence"},{"id":17624,"c":11,"u":"fragment%20of%20intransigence_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Intransigence"},{"id":17625,"c":11,"u":"fragment%20of%20loathing_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Loathing"},{"id":17626,"c":11,"u":"fragment%20of%20melancholy_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Melancholy"},{"id":17627,"c":11,"u":"fragment%20of%20pity_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Pity"},{"id":17628,"c":11,"u":"fragment%20of%20rancor_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Rancor"},{"id":17629,"c":11,"u":"charm%20of%20the%20storm_dip","p":41,"s":22,"h":1,"n":"Charm of the Storm"},{"id":17630,"c":11,"u":"blessing%20of%20health_dmg","p":228,"s":24,"h":1,"n":"Blessing of Health"},{"id":17631,"c":11,"u":"blessing%20of%20magic%20resistance_dmg","p":228,"s":24,"h":1,"n":"Blessing of Magic Resistance"},{"id":17632,"c":11,"u":"blessing%20of%20protection_dmg","p":228,"s":24,"h":1,"n":"Blessing of Protection"},{"id":17633,"c":11,"u":"blessing%20of%20understanding_dmg","p":228,"s":24,"h":1,"n":"Blessing of Understanding"},{"id":17634,"c":11,"u":"blessing%20of%20valhalla_dmg","p":228,"s":24,"h":1,"n":"Blessing of Valhalla"},{"id":17635,"c":11,"u":"blessing%20of%20weapon%20enhancement_dmg","p":228,"s":24,"h":1,"n":"Blessing of Weapon Enhancement"},{"id":17636,"c":11,"u":"blessing%20of%20wound%20closure_dmg","p":228,"s":24,"h":1,"n":"Blessing of Wound Closure"},{"id":17637,"c":11,"u":"boon%20of%20combat%20prowess_dmg","p":232,"s":24,"h":1,"n":"Boon of Combat Prowess"},{"id":17638,"c":11,"u":"boon%20of%20dimensional%20travel_dmg","p":232,"s":24,"h":1,"n":"Boon of Dimensional Travel"},{"id":17639,"c":11,"u":"boon%20of%20fate_dmg","p":232,"s":24,"h":1,"n":"Boon of Fate"},{"id":17640,"c":11,"u":"boon%20of%20fortitude_dmg","p":232,"s":24,"h":1,"n":"Boon of Fortitude"},{"id":17641,"c":11,"u":"boon%20of%20high%20magic_dmg","p":232,"s":24,"h":1,"n":"Boon of High Magic"},{"id":17642,"c":11,"u":"boon%20of%20immortality_dmg","p":232,"s":24,"h":1,"n":"Boon of Immortality"},{"id":17643,"c":11,"u":"boon%20of%20invincibility_dmg","p":232,"s":24,"h":1,"n":"Boon of Invincibility"},{"id":17644,"c":11,"u":"boon%20of%20irresistible%20offense_dmg","p":232,"s":24,"h":1,"n":"Boon of Irresistible Offense"},{"id":17645,"c":11,"u":"boon%20of%20luck_dmg","p":232,"s":24,"h":1,"n":"Boon of Luck"},{"id":17646,"c":11,"u":"boon%20of%20magic%20resistance_dmg","p":232,"s":24,"h":1,"n":"Boon of Magic Resistance"},{"id":17647,"c":11,"u":"boon%20of%20peerless%20aim_dmg","p":232,"s":24,"h":1,"n":"Boon of Peerless Aim"},{"id":17648,"c":11,"u":"boon%20of%20perfect%20health_dmg","p":232,"s":24,"h":1,"n":"Boon of Perfect Health"},{"id":17649,"c":11,"u":"boon%20of%20planar%20travel_dmg","p":232,"s":24,"h":1,"n":"Boon of Planar Travel"},{"id":17650,"c":11,"u":"boon%20of%20quick%20casting_dmg","p":232,"s":24,"h":1,"n":"Boon of Quick Casting"},{"id":17651,"c":11,"u":"boon%20of%20recovery_dmg","p":232,"s":24,"h":1,"n":"Boon of Recovery"},{"id":17652,"c":11,"u":"boon%20of%20resilience_dmg","p":232,"s":24,"h":1,"n":"Boon of Resilience"},{"id":17653,"c":11,"u":"boon%20of%20skill%20proficiency_dmg","p":232,"s":24,"h":1,"n":"Boon of Skill Proficiency"},{"id":17654,"c":11,"u":"boon%20of%20speed_dmg","p":232,"s":24,"h":1,"n":"Boon of Speed"},{"id":17655,"c":11,"u":"boon%20of%20spell%20mastery_dmg","p":232,"s":24,"h":1,"n":"Boon of Spell Mastery"},{"id":17656,"c":11,"u":"boon%20of%20spell%20recall_dmg","p":232,"s":24,"h":1,"n":"Boon of Spell Recall"},{"id":17657,"c":11,"u":"boon%20of%20the%20fire%20soul_dmg","p":232,"s":24,"h":1,"n":"Boon of the Fire Soul"},{"id":17658,"c":11,"u":"boon%20of%20the%20night%20spirit_dmg","p":232,"s":24,"h":1,"n":"Boon of the Night Spirit"},{"id":17659,"c":11,"u":"boon%20of%20the%20stormborn_dmg","p":232,"s":24,"h":1,"n":"Boon of the Stormborn"},{"id":17660,"c":11,"u":"boon%20of%20the%20unfettered_dmg","p":232,"s":24,"h":1,"n":"Boon of the Unfettered"},{"id":17661,"c":11,"u":"boon%20of%20truesight_dmg","p":232,"s":24,"h":1,"n":"Boon of Truesight"},{"id":17662,"c":11,"u":"boon%20of%20undetectability_dmg","p":232,"s":24,"h":1,"n":"Boon of Undetectability"},{"id":17663,"c":11,"u":"charm%20of%20animal%20conjuring_dmg","p":228,"s":24,"h":1,"n":"Charm of Animal Conjuring"},{"id":17664,"c":11,"u":"charm%20of%20darkvision_dmg","p":228,"s":24,"h":1,"n":"Charm of Darkvision"},{"id":17665,"c":11,"u":"charm%20of%20feather%20falling_dmg","p":228,"s":24,"h":1,"n":"Charm of Feather Falling"},{"id":17666,"c":11,"u":"charm%20of%20heroism_dmg","p":228,"s":24,"h":1,"n":"Charm of Heroism"},{"id":17667,"c":11,"u":"charm%20of%20restoration_dmg","p":228,"s":24,"h":1,"n":"Charm of Restoration"},{"id":17668,"c":11,"u":"charm%20of%20the%20slayer_dmg","p":228,"s":24,"h":1,"n":"Charm of the Slayer"},{"id":17669,"c":11,"u":"charm%20of%20vitality_dmg","p":228,"s":24,"h":1,"n":"Charm of Vitality"},{"id":17670,"c":11,"u":"dragon%20queen's%20will_dsotdq","p":178,"s":27,"h":1,"n":"Dragon Queen's Will"},{"id":17671,"c":11,"u":"favor%20of%20the%20heroic%20steed_dsotdq","p":101,"s":27,"h":1,"n":"Favor of the Heroic Steed"},{"id":17672,"c":11,"u":"habbakuk's%20blessing_dsotdq","p":116,"s":27,"h":1,"n":"Habbakuk's Blessing"},{"id":17673,"c":11,"u":"azorius%20charm_ggr","p":173,"s":31,"h":1,"n":"Azorius Charm"},{"id":17674,"c":11,"u":"boros%20charm_ggr","p":173,"s":31,"h":1,"n":"Boros Charm"},{"id":17675,"c":11,"u":"dimir%20charm_ggr","p":173,"s":31,"h":1,"n":"Dimir Charm"},{"id":17676,"c":11,"u":"golgari%20charm_ggr","p":173,"s":31,"h":1,"n":"Golgari Charm"},{"id":17677,"c":11,"u":"gruul%20charm_ggr","p":173,"s":31,"h":1,"n":"Gruul Charm"},{"id":17678,"c":11,"u":"izzet%20charm_ggr","p":174,"s":31,"h":1,"n":"Izzet Charm"},{"id":17679,"c":11,"u":"orzhov%20charm_ggr","p":174,"s":31,"h":1,"n":"Orzhov Charm"},{"id":17680,"c":11,"u":"rakdos%20charm_ggr","p":174,"s":31,"h":1,"n":"Rakdos Charm"},{"id":17681,"c":11,"u":"selesnya%20charm_ggr","p":174,"s":31,"h":1,"n":"Selesnya Charm"},{"id":17682,"c":11,"u":"simic%20charm_ggr","p":174,"s":31,"h":1,"n":"Simic Charm"},{"id":17683,"c":11,"u":"blessing%20of%20the%20frostmaiden_idrotf","p":213,"s":38,"h":1,"n":"Blessing of the Frostmaiden"},{"id":17684,"c":11,"u":"blessing%20of%20the%20morninglord_idrotf","p":119,"s":38,"h":1,"n":"Blessing of the Morninglord"},{"id":17685,"c":11,"u":"charm%20of%20biting%20cold_idrotf","p":283,"s":38,"h":1,"n":"Charm of Biting Cold"},{"id":17686,"c":11,"u":"charm%20of%20bounty_idrotf","p":283,"s":38,"h":1,"n":"Charm of Bounty"},{"id":17687,"c":11,"u":"charm%20of%20cold%20resistance_idrotf","p":283,"s":38,"h":1,"n":"Charm of Cold Resistance"},{"id":17688,"c":11,"u":"charm%20of%20snowball%20strike_idrotf","p":283,"s":38,"h":1,"n":"Charm of Snowball Strike"},{"id":17689,"c":11,"u":"charm%20of%20the%20ice%20troll_idrotf","p":283,"s":38,"h":1,"n":"Charm of the Ice Troll"},{"id":17690,"c":11,"u":"charm%20of%20the%20snow%20walker_idrotf","p":283,"s":38,"h":1,"n":"Charm of the Snow Walker"},{"id":17691,"c":11,"u":"charm%20of%20the%20traveler's%20haven_idrotf","p":283,"s":38,"h":1,"n":"Charm of the Traveler's Haven"},{"id":17692,"c":11,"u":"vlagomir's%20spark_idrotf","p":227,"s":38,"h":1,"n":"Vlagomir's Spark"},{"id":17693,"c":11,"u":"athreos's%20devotee_mot","p":37,"s":46,"h":1,"n":"Athreos's Devotee"},{"id":17694,"c":11,"u":"athreos's%20disciple_mot","p":37,"s":46,"h":1,"n":"Athreos's Disciple"},{"id":17695,"c":11,"u":"athreos's%20votary_mot","p":37,"s":46,"h":1,"n":"Athreos's Votary"},{"id":17696,"c":11,"u":"champion%20of%20affliction_mot","p":70,"s":46,"h":1,"n":"Champion of Affliction"},{"id":17697,"c":11,"u":"champion%20of%20deception_mot","p":73,"s":46,"h":1,"n":"Champion of Deception"},{"id":17698,"c":11,"u":"champion%20of%20destiny_mot","p":58,"s":46,"h":1,"n":"Champion of Destiny"},{"id":17699,"c":11,"u":"champion%20of%20harvests_mot","p":52,"s":46,"h":1,"n":"Champion of Harvests"},{"id":17700,"c":11,"u":"champion%20of%20horizons_mot","p":61,"s":46,"h":1,"n":"Champion of Horizons"},{"id":17701,"c":11,"u":"champion%20of%20slaughter_mot","p":64,"s":46,"h":1,"n":"Champion of Slaughter"},{"id":17702,"c":11,"u":"champion%20of%20storms_mot","p":55,"s":46,"h":1,"n":"Champion of Storms"},{"id":17703,"c":11,"u":"champion%20of%20the%20dead_mot","p":43,"s":46,"h":1,"n":"Champion of the Dead"},{"id":17704,"c":11,"u":"champion%20of%20the%20forge_mot","p":76,"s":46,"h":1,"n":"Champion of the Forge"},{"id":17705,"c":11,"u":"champion%20of%20the%20hunt_mot","p":67,"s":46,"h":1,"n":"Champion of the Hunt"},{"id":17706,"c":11,"u":"champion%20of%20the%20passage_mot","p":37,"s":46,"h":1,"n":"Champion of the Passage"},{"id":17707,"c":11,"u":"champion%20of%20the%20polis_mot","p":40,"s":46,"h":1,"n":"Champion of the Polis"},{"id":17708,"c":11,"u":"champion%20of%20the%20sea_mot","p":79,"s":46,"h":1,"n":"Champion of the Sea"},{"id":17709,"c":11,"u":"champion%20of%20the%20sun_mot","p":46,"s":46,"h":1,"n":"Champion of the Sun"},{"id":17710,"c":11,"u":"champion%20of%20victory_mot","p":49,"s":46,"h":1,"n":"Champion of Victory"},{"id":17711,"c":11,"u":"ephara's%20devotee_mot","p":40,"s":46,"h":1,"n":"Ephara's Devotee"},{"id":17712,"c":11,"u":"ephara's%20disciple_mot","p":40,"s":46,"h":1,"n":"Ephara's Disciple"},{"id":17713,"c":11,"u":"ephara's%20votary_mot","p":40,"s":46,"h":1,"n":"Ephara's Votary"},{"id":17714,"c":11,"u":"erebos's%20devotee_mot","p":43,"s":46,"h":1,"n":"Erebos's Devotee"},{"id":17715,"c":11,"u":"erebos's%20disciple_mot","p":43,"s":46,"h":1,"n":"Erebos's Disciple"},{"id":17716,"c":11,"u":"erebos's%20votary_mot","p":43,"s":46,"h":1,"n":"Erebos's Votary"},{"id":17717,"c":11,"u":"heliod's%20devotee_mot","p":46,"s":46,"h":1,"n":"Heliod's Devotee"},{"id":17718,"c":11,"u":"heliod's%20disciple_mot","p":46,"s":46,"h":1,"n":"Heliod's Disciple"},{"id":17719,"c":11,"u":"heliod's%20votary_mot","p":46,"s":46,"h":1,"n":"Heliod's Votary"},{"id":17720,"c":11,"u":"iroas's%20devotee_mot","p":49,"s":46,"h":1,"n":"Iroas's Devotee"},{"id":17721,"c":11,"u":"iroas's%20disciple_mot","p":49,"s":46,"h":1,"n":"Iroas's Disciple"},{"id":17722,"c":11,"u":"iroas's%20votary_mot","p":49,"s":46,"h":1,"n":"Iroas's Votary"},{"id":17723,"c":11,"u":"karametra's%20devotee_mot","p":52,"s":46,"h":1,"n":"Karametra's Devotee"},{"id":17724,"c":11,"u":"karametra's%20disciple_mot","p":52,"s":46,"h":1,"n":"Karametra's Disciple"},{"id":17725,"c":11,"u":"karametra's%20votary_mot","p":52,"s":46,"h":1,"n":"Karametra's Votary"},{"id":17726,"c":11,"u":"keranos's%20devotee_mot","p":55,"s":46,"h":1,"n":"Keranos's Devotee"},{"id":17727,"c":11,"u":"keranos's%20disciple_mot","p":55,"s":46,"h":1,"n":"Keranos's Disciple"},{"id":17728,"c":11,"u":"keranos's%20votary_mot","p":55,"s":46,"h":1,"n":"Keranos's Votary"},{"id":17729,"c":11,"u":"klothys's%20devotee_mot","p":58,"s":46,"h":1,"n":"Klothys's Devotee"},{"id":17730,"c":11,"u":"klothys's%20disciple_mot","p":58,"s":46,"h":1,"n":"Klothys's Disciple"},{"id":17731,"c":11,"u":"klothys's%20votary_mot","p":58,"s":46,"h":1,"n":"Klothys's Votary"},{"id":17732,"c":11,"u":"kruphix's%20devotee_mot","p":61,"s":46,"h":1,"n":"Kruphix's Devotee"},{"id":17733,"c":11,"u":"kruphix's%20disciple_mot","p":61,"s":46,"h":1,"n":"Kruphix's Disciple"},{"id":17734,"c":11,"u":"kruphix's%20votary_mot","p":61,"s":46,"h":1,"n":"Kruphix's Votary"},{"id":17735,"c":11,"u":"mogis's%20devotee_mot","p":64,"s":46,"h":1,"n":"Mogis's Devotee"},{"id":17736,"c":11,"u":"mogis's%20disciple_mot","p":64,"s":46,"h":1,"n":"Mogis's Disciple"},{"id":17737,"c":11,"u":"mogis's%20votary_mot","p":64,"s":46,"h":1,"n":"Mogis's Votary"},{"id":17738,"c":11,"u":"nylea's%20devotee_mot","p":67,"s":46,"h":1,"n":"Nylea's Devotee"},{"id":17739,"c":11,"u":"nylea's%20disciple_mot","p":67,"s":46,"h":1,"n":"Nylea's Disciple"},{"id":17740,"c":11,"u":"nylea's%20votary_mot","p":67,"s":46,"h":1,"n":"Nylea's Votary"},{"id":17741,"c":11,"u":"pharika's%20devotee_mot","p":70,"s":46,"h":1,"n":"Pharika's Devotee"},{"id":17742,"c":11,"u":"pharika's%20disciple_mot","p":70,"s":46,"h":1,"n":"Pharika's Disciple"},{"id":17743,"c":11,"u":"pharika's%20votary_mot","p":70,"s":46,"h":1,"n":"Pharika's Votary"},{"id":17744,"c":11,"u":"phenax's%20devotee_mot","p":73,"s":46,"h":1,"n":"Phenax's Devotee"},{"id":17745,"c":11,"u":"phenax's%20disciple_mot","p":73,"s":46,"h":1,"n":"Phenax's Disciple"},{"id":17746,"c":11,"u":"phenax's%20votary_mot","p":73,"s":46,"h":1,"n":"Phenax's Votary"},{"id":17747,"c":11,"u":"purphoros's%20devotee_mot","p":76,"s":46,"h":1,"n":"Purphoros's Devotee"},{"id":17748,"c":11,"u":"purphoros's%20disciple_mot","p":76,"s":46,"h":1,"n":"Purphoros's Disciple"},{"id":17749,"c":11,"u":"purphoros's%20votary_mot","p":76,"s":46,"h":1,"n":"Purphoros's Votary"},{"id":17750,"c":11,"u":"thassa's%20devotee_mot","p":79,"s":46,"h":1,"n":"Thassa's Devotee"},{"id":17751,"c":11,"u":"thassa's%20disciple_mot","p":79,"s":46,"h":1,"n":"Thassa's Disciple"},{"id":17752,"c":11,"u":"thassa's%20votary_mot","p":79,"s":46,"h":1,"n":"Thassa's Votary"},{"id":17753,"c":11,"u":"the%20blessed%20of%20corellon_mtf","p":45,"s":48,"h":1,"n":"The Blessed of Corellon"},{"id":17754,"c":11,"u":"blessing%20of%20dumathoin_pabtso","p":118,"s":51,"h":1,"n":"Blessing of Dumathoin"},{"id":17755,"c":11,"u":"blessing%20of%20the%20solipsistic%20mind_pabtso","p":177,"s":51,"h":1,"n":"Blessing of the Solipsistic Mind"},{"id":17756,"c":11,"u":"curse%20of%20ruin_tdcsr","p":39,"s":61,"h":1,"dP":1,"n":"Curse of Ruin"},{"id":17757,"c":11,"u":"curse%20of%20strife_tdcsr","p":39,"s":61,"h":1,"dP":1,"n":"Curse of Strife"},{"id":17758,"c":11,"u":"fortune's%20grace_tdcsr","p":190,"s":61,"h":1,"dP":1,"n":"Fortune's Grace"},{"id":17759,"c":11,"u":"charm%20of%20nine%20lives_toa","p":167,"s":63,"h":1,"n":"Charm of Nine Lives"},{"id":17760,"c":11,"u":"charm%20of%20the%20crystal%20heart_toa","p":167,"s":63,"h":1,"n":"Charm of the Crystal Heart"},{"id":17761,"c":11,"u":"charm%20of%20the%20ghoul_toa","p":167,"s":63,"h":1,"n":"Charm of the Ghoul"},{"id":17762,"c":11,"u":"charm%20of%20the%20maimed_toa","p":167,"s":63,"h":1,"n":"Charm of the Maimed"},{"id":17763,"c":11,"u":"charm%20of%20the%20swollen%20hag_toa","p":167,"s":63,"h":1,"n":"Charm of the Swollen Hag"},{"id":17764,"c":11,"u":"charm%20of%20treasure%20sense_toa","p":167,"s":63,"h":1,"n":"Charm of Treasure Sense"},{"id":17765,"c":11,"u":"clay%20no-face's%20charm_toa","p":179,"s":63,"h":1,"n":"Clay No-Face's Charm"},{"id":17766,"c":11,"u":"i'jin_toa","p":129,"s":63,"h":1,"n":"I'jin"},{"id":17767,"c":11,"u":"joho's%20charm_toa","p":179,"s":63,"h":1,"n":"Joho's Charm"},{"id":17768,"c":11,"u":"kubazan_toa","p":129,"s":63,"h":1,"n":"Kubazan"},{"id":17769,"c":11,"u":"moa_toa","p":129,"s":63,"h":1,"n":"Moa"},{"id":17770,"c":11,"u":"nangnang_toa","p":129,"s":63,"h":1,"n":"Nangnang"},{"id":17771,"c":11,"u":"obo'laka_toa","p":129,"s":63,"h":1,"n":"Obo'laka"},{"id":17772,"c":11,"u":"papazotl_toa","p":129,"s":63,"h":1,"n":"Papazotl"},{"id":17773,"c":11,"u":"shagambi_toa","p":129,"s":63,"h":1,"n":"Shagambi"},{"id":17774,"c":11,"u":"strawbundle's%20charm_toa","p":179,"s":63,"h":1,"n":"Strawbundle's Charm"},{"id":17775,"c":11,"u":"unkh_toa","p":129,"s":63,"h":1,"n":"Unkh"},{"id":17776,"c":11,"u":"wongo_toa","p":129,"s":63,"h":1,"n":"Wongo"},{"id":17777,"c":11,"u":"yuan-ti%20pureblood%20transformation_toa","p":119,"s":63,"h":1,"n":"Yuan-Ti Pureblood Transformation"},{"id":17778,"c":11,"u":"eyes%20of%20the%20impossible_tofw","p":74,"s":65,"h":1,"n":"Eyes of the Impossible"},{"id":17779,"c":11,"u":"time%20of%20the%20dragon_tofw","p":68,"s":65,"h":1,"n":"Time of the Dragon"},{"id":17780,"c":11,"u":"charm%20of%20the%20creeping%20hand_vnotee","s":120,"h":1,"n":"Charm of the Creeping Hand"},{"id":17781,"c":11,"u":"charm%20of%20the%20eldritch%20eye_vnotee","s":120,"h":1,"n":"Charm of the Eldritch Eye"},{"id":17782,"c":11,"u":"charm%20of%20the%20stumblenoodle_hfstcm","s":121,"h":1,"n":"Charm of the Stumblenoodle"},{"id":17783,"c":12,"u":"human%20languages_scag","p":112,"s":107,"h":1,"n":"Human Languages"},{"id":17784,"c":12,"u":"customizing%20your%20origin_tce","p":8,"s":4,"h":1,"n":"Customizing Your Origin"},{"id":17785,"c":12,"u":"optional%20class%20features_tce","p":24,"s":4,"h":1,"n":"Optional Class Features"},{"id":17786,"c":12,"u":"sidekicks_tce","p":142,"s":4,"h":1,"n":"Sidekicks"},{"id":17787,"c":12,"u":"adamantine%20weapons_xge","p":78,"s":6,"h":1,"n":"Adamantine Weapons"},{"id":17788,"c":12,"u":"downtime%20activity%3a%20buying%20a%20magic%20item_xge","p":126,"s":6,"h":1,"n":"Downtime Activity: Buying a Magic Item"},{"id":17789,"c":12,"u":"downtime%20activity%3a%20carousing_xge","p":127,"s":6,"h":1,"n":"Downtime Activity: Carousing"},{"id":17790,"c":12,"u":"downtime%20activity%3a%20crafting%20an%20item_xge","p":128,"s":6,"h":1,"n":"Downtime Activity: Crafting an Item"},{"id":17791,"c":12,"u":"downtime%20activity%3a%20crime_xge","p":130,"s":6,"h":1,"n":"Downtime Activity: Crime"},{"id":17792,"c":12,"u":"downtime%20activity%3a%20gambling_xge","p":130,"s":6,"h":1,"n":"Downtime Activity: Gambling"},{"id":17793,"c":12,"u":"downtime%20activity%3a%20pit%20fighting_xge","p":131,"s":6,"h":1,"n":"Downtime Activity: Pit Fighting"},{"id":17794,"c":12,"u":"downtime%20activity%3a%20relaxation_xge","p":131,"s":6,"h":1,"n":"Downtime Activity: Relaxation"},{"id":17795,"c":12,"u":"downtime%20activity%3a%20religious%20service_xge","p":131,"s":6,"h":1,"n":"Downtime Activity: Religious Service"},{"id":17796,"c":12,"u":"downtime%20activity%3a%20research_xge","p":132,"s":6,"h":1,"n":"Downtime Activity: Research"},{"id":17797,"c":12,"u":"downtime%20activity%3a%20scribing%20a%20spell%20scroll_xge","p":133,"s":6,"h":1,"n":"Downtime Activity: Scribing a Spell Scroll"},{"id":17798,"c":12,"u":"downtime%20activity%3a%20selling%20a%20magic%20item_xge","p":133,"s":6,"h":1,"n":"Downtime Activity: Selling a Magic Item"},{"id":17799,"c":12,"u":"downtime%20activity%3a%20training_xge","p":134,"s":6,"h":1,"n":"Downtime Activity: Training"},{"id":17800,"c":12,"u":"downtime%20activity%3a%20work_xge","p":134,"s":6,"h":1,"n":"Downtime Activity: Work"},{"id":17801,"c":12,"u":"downtime%20revisited_xge","p":123,"s":6,"h":1,"n":"Downtime Revisited"},{"id":17802,"c":12,"u":"falling_xge","p":77,"s":6,"h":1,"n":"Falling"},{"id":17803,"c":12,"u":"shared%20campaign%20variant%20rules_xge","p":173,"s":6,"h":1,"n":"Shared Campaign Variant Rules"},{"id":17804,"c":12,"u":"simultaneous%20effects_xge","p":77,"s":6,"h":1,"n":"Simultaneous Effects"},{"id":17805,"c":12,"u":"sleep_xge","p":77,"s":6,"h":1,"n":"Sleep"},{"id":17806,"c":12,"u":"spellcasting_xge","p":85,"s":6,"h":1,"n":"Spellcasting"},{"id":17807,"c":12,"u":"tool%20proficiencies_xge","p":78,"s":6,"h":1,"n":"Tool Proficiencies"},{"id":17808,"c":12,"u":"tying%20knots_xge","p":78,"s":6,"h":1,"n":"Tying Knots"},{"id":17809,"c":12,"u":"ability%20check_xphb","p":360,"s":8,"h":1,"n":"Ability Check"},{"id":17810,"c":12,"u":"ability%20score%20and%20modifier_xphb","p":360,"s":8,"h":1,"n":"Ability Score and Modifier"},{"id":17811,"c":12,"u":"action_xphb","p":360,"s":8,"h":1,"n":"Action"},{"id":17812,"c":12,"u":"advantage_xphb","p":360,"s":8,"h":1,"n":"Advantage"},{"id":17813,"c":12,"u":"adventure_xphb","p":360,"s":8,"h":1,"n":"Adventure"},{"id":17814,"c":12,"u":"alignment_xphb","p":360,"s":8,"h":1,"n":"Alignment"},{"id":17815,"c":12,"u":"ally_xphb","p":361,"s":8,"h":1,"n":"Ally"},{"id":17816,"c":12,"u":"area%20of%20effect_xphb","p":361,"s":8,"h":1,"n":"Area of Effect"},{"id":17817,"c":12,"u":"armor%20class_xphb","p":361,"s":8,"h":1,"n":"Armor Class"},{"id":17818,"c":12,"u":"armor%20training_xphb","p":361,"s":8,"h":1,"n":"Armor Training"},{"id":17819,"c":12,"u":"attack%20roll_xphb","p":361,"s":8,"h":1,"n":"Attack Roll"},{"id":17820,"c":12,"u":"attitude_xphb","p":361,"s":8,"h":1,"n":"Attitude"},{"id":17821,"c":12,"u":"attunement_xphb","p":361,"s":8,"h":1,"n":"Attunement"},{"id":17822,"c":12,"u":"bloodied_xphb","p":362,"s":8,"h":1,"n":"Bloodied"},{"id":17823,"c":12,"u":"bonus%20action_xphb","p":362,"s":8,"h":1,"n":"Bonus Action"},{"id":17824,"c":12,"u":"breaking%20objects_xphb","p":362,"s":8,"h":1,"n":"Breaking Objects"},{"id":17825,"c":12,"u":"bright%20light_xphb","p":362,"s":8,"h":1,"n":"Bright Light"},{"id":17826,"c":12,"u":"burrow%20speed_xphb","p":362,"s":8,"h":1,"n":"Burrow Speed"},{"id":17827,"c":12,"u":"campaign_xphb","p":362,"s":8,"h":1,"n":"Campaign"},{"id":17828,"c":12,"u":"cantrip_xphb","p":362,"s":8,"h":1,"n":"Cantrip"},{"id":17829,"c":12,"u":"carrying%20capacity_xphb","p":362,"s":8,"h":1,"n":"Carrying Capacity"},{"id":17830,"c":12,"u":"challenge%20rating_xphb","p":363,"s":8,"h":1,"n":"Challenge Rating"},{"id":17831,"c":12,"u":"character%20sheet_xphb","p":363,"s":8,"h":1,"n":"Character Sheet"},{"id":17832,"c":12,"u":"climb%20speed_xphb","p":363,"s":8,"h":1,"n":"Climb Speed"},{"id":17833,"c":12,"u":"climbing_xphb","p":363,"s":8,"h":1,"n":"Climbing"},{"id":17834,"c":12,"u":"condition_xphb","p":363,"s":8,"h":1,"n":"Condition"},{"id":17835,"c":12,"u":"cone%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"n":"Cone [Area of Effect]"},{"id":17836,"c":12,"u":"cover_xphb","p":364,"s":8,"h":1,"n":"Cover"},{"id":17837,"c":12,"u":"crawling_xphb","p":364,"s":8,"h":1,"n":"Crawling"},{"id":17838,"c":12,"u":"creature_xphb","p":364,"s":8,"h":1,"n":"Creature"},{"id":17839,"c":12,"u":"creature%20type_xphb","p":364,"s":8,"h":1,"n":"Creature Type"},{"id":17840,"c":12,"u":"critical%20hit_xphb","p":364,"s":8,"h":1,"n":"Critical Hit"},{"id":17841,"c":12,"u":"cube%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"n":"Cube [Area of Effect]"},{"id":17842,"c":12,"u":"curses_xphb","p":364,"s":8,"h":1,"n":"Curses"},{"id":17843,"c":12,"u":"cylinder%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"n":"Cylinder [Area of Effect]"},{"id":17844,"c":12,"u":"d20%20test_xphb","p":364,"s":8,"h":1,"n":"D20 Test"},{"id":17845,"c":12,"u":"damage_xphb","p":364,"s":8,"h":1,"n":"Damage"},{"id":17846,"c":12,"u":"damage%20roll_xphb","p":364,"s":8,"h":1,"n":"Damage Roll"},{"id":17847,"c":12,"u":"damage%20threshold_xphb","p":364,"s":8,"h":1,"n":"Damage Threshold"},{"id":17848,"c":12,"u":"damage%20types_xphb","p":365,"s":8,"h":1,"n":"Damage Types"},{"id":17849,"c":12,"u":"darkness_xphb","p":365,"s":8,"h":1,"n":"Darkness"},{"id":17850,"c":12,"u":"dead_xphb","p":365,"s":8,"h":1,"n":"Dead"},{"id":17851,"c":12,"u":"death%20saving%20throw_xphb","p":365,"s":8,"h":1,"n":"Death Saving Throw"},{"id":17852,"c":12,"u":"difficult%20terrain_xphb","p":366,"s":8,"h":1,"n":"Difficult Terrain"},{"id":17853,"c":12,"u":"difficulty%20class_xphb","p":366,"s":8,"h":1,"n":"Difficulty Class"},{"id":17854,"c":12,"u":"dim%20light_xphb","p":366,"s":8,"h":1,"n":"Dim Light"},{"id":17855,"c":12,"u":"disadvantage_xphb","p":366,"s":8,"h":1,"n":"Disadvantage"},{"id":17856,"c":12,"u":"emanation%20%5barea%20of%20effect%5d_xphb","p":366,"s":8,"h":1,"n":"Emanation [Area of Effect]"},{"id":17857,"c":12,"u":"encounter_xphb","p":366,"s":8,"h":1,"n":"Encounter"},{"id":17858,"c":12,"u":"enemy_xphb","p":366,"s":8,"h":1,"n":"Enemy"},{"id":17859,"c":12,"u":"experience%20points_xphb","p":366,"s":8,"h":1,"n":"Experience Points"},{"id":17860,"c":12,"u":"expertise_xphb","p":367,"s":8,"h":1,"n":"Expertise"},{"id":17861,"c":12,"u":"fly%20speed_xphb","p":367,"s":8,"h":1,"n":"Fly Speed"},{"id":17862,"c":12,"u":"flying_xphb","p":367,"s":8,"h":1,"n":"Flying"},{"id":17863,"c":12,"u":"friendly%20%5battitude%5d_xphb","p":367,"s":8,"h":1,"n":"Friendly [Attitude]"},{"id":17864,"c":12,"u":"grappling_xphb","p":367,"s":8,"h":1,"n":"Grappling"},{"id":17865,"c":12,"u":"hazard_xphb","p":368,"s":8,"h":1,"n":"Hazard"},{"id":17866,"c":12,"u":"healing_xphb","p":368,"s":8,"h":1,"n":"Healing"},{"id":17867,"c":12,"u":"heavily%20obscured_xphb","p":368,"s":8,"h":1,"n":"Heavily Obscured"},{"id":17868,"c":12,"u":"heroic%20inspiration_xphb","p":368,"s":8,"h":1,"n":"Heroic Inspiration"},{"id":17869,"c":12,"u":"high%20jump_xphb","p":368,"s":8,"h":1,"n":"High Jump"},{"id":17870,"c":12,"u":"hit%20point%20dice_xphb","p":368,"s":8,"h":1,"n":"Hit Point Dice"},{"id":17871,"c":12,"u":"hit%20points_xphb","p":368,"s":8,"h":1,"n":"Hit Points"},{"id":17872,"c":12,"u":"hostile%20%5battitude%5d_xphb","p":368,"s":8,"h":1,"n":"Hostile [Attitude]"},{"id":17873,"c":12,"u":"hover_xphb","p":368,"s":8,"h":1,"n":"Hover"},{"id":17874,"c":12,"u":"illusions_xphb","p":369,"s":8,"h":1,"n":"Illusions"},{"id":17875,"c":12,"u":"immunity_xphb","p":369,"s":8,"h":1,"n":"Immunity"},{"id":17876,"c":12,"u":"improvised%20weapons_xphb","p":369,"s":8,"h":1,"n":"Improvised Weapons"},{"id":17877,"c":12,"u":"indifferent%20%5battitude%5d_xphb","p":369,"s":8,"h":1,"n":"Indifferent [Attitude]"},{"id":17878,"c":12,"u":"initiative_xphb","p":369,"s":8,"h":1,"n":"Initiative"},{"id":17879,"c":12,"u":"jumping_xphb","p":370,"s":8,"h":1,"n":"Jumping"},{"id":17880,"c":12,"u":"knocking%20out%20a%20creature_xphb","p":370,"s":8,"h":1,"n":"Knocking Out a Creature"},{"id":17881,"c":12,"u":"lightly%20obscured_xphb","p":370,"s":8,"h":1,"n":"Lightly Obscured"},{"id":17882,"c":12,"u":"line%20%5barea%20of%20effect%5d_xphb","p":370,"s":8,"h":1,"n":"Line [Area of Effect]"},{"id":17883,"c":12,"u":"long%20jump_xphb","p":370,"s":8,"h":1,"n":"Long Jump"},{"id":17884,"c":12,"u":"long%20rest_xphb","p":370,"s":8,"h":1,"n":"Long Rest"},{"id":17885,"c":12,"u":"magical%20effect_xphb","p":371,"s":8,"h":1,"n":"Magical Effect"},{"id":17886,"c":12,"u":"monster_xphb","p":371,"s":8,"h":1,"n":"Monster"},{"id":17887,"c":12,"u":"nonplayer%20character_xphb","p":371,"s":8,"h":1,"n":"Nonplayer Character"},{"id":17888,"c":12,"u":"object_xphb","p":371,"s":8,"h":1,"n":"Object"},{"id":17889,"c":12,"u":"occupied%20space_xphb","p":371,"s":8,"h":1,"n":"Occupied Space"},{"id":17890,"c":12,"u":"passive%20perception_xphb","p":372,"s":8,"h":1,"n":"Passive Perception"},{"id":17891,"c":12,"u":"per%20day_xphb","p":372,"s":8,"h":1,"n":"Per Day"},{"id":17892,"c":12,"u":"player%20character_xphb","p":372,"s":8,"h":1,"n":"Player Character"},{"id":17893,"c":12,"u":"possession_xphb","p":372,"s":8,"h":1,"n":"Possession"},{"id":17894,"c":12,"u":"proficiency_xphb","p":372,"s":8,"h":1,"n":"Proficiency"},{"id":17895,"c":12,"u":"reaction_xphb","p":372,"s":8,"h":1,"n":"Reaction"},{"id":17896,"c":12,"u":"resistance_xphb","p":373,"s":8,"h":1,"n":"Resistance"},{"id":17897,"c":12,"u":"ritual_xphb","p":373,"s":8,"h":1,"n":"Ritual"},{"id":17898,"c":12,"u":"round%20down_xphb","p":373,"s":8,"h":1,"n":"Round Down"},{"id":17899,"c":12,"u":"save_xphb","p":373,"s":8,"h":1,"n":"Save"},{"id":17900,"c":12,"u":"saving%20throw_xphb","p":373,"s":8,"h":1,"n":"Saving Throw"},{"id":17901,"c":12,"u":"shape-shifting_xphb","p":373,"s":8,"h":1,"n":"Shape-Shifting"},{"id":17902,"c":12,"u":"short%20rest_xphb","p":373,"s":8,"h":1,"n":"Short Rest"},{"id":17903,"c":12,"u":"simultaneous%20effects_xphb","p":374,"s":8,"h":1,"n":"Simultaneous Effects"},{"id":17904,"c":12,"u":"size_xphb","p":374,"s":8,"h":1,"n":"Size"},{"id":17905,"c":12,"u":"skill_xphb","p":374,"s":8,"h":1,"n":"Skill"},{"id":17906,"c":12,"u":"speed_xphb","p":374,"s":8,"h":1,"n":"Speed"},{"id":17907,"c":12,"u":"spell_xphb","p":374,"s":8,"h":1,"n":"Spell"},{"id":17908,"c":12,"u":"spell%20attack_xphb","p":374,"s":8,"h":1,"n":"Spell Attack"},{"id":17909,"c":12,"u":"spellcasting%20focus_xphb","p":374,"s":8,"h":1,"n":"Spellcasting Focus"},{"id":17910,"c":12,"u":"sphere%20%5barea%20of%20effect%5d_xphb","p":374,"s":8,"h":1,"n":"Sphere [Area of Effect]"},{"id":17911,"c":12,"u":"stable_xphb","p":374,"s":8,"h":1,"n":"Stable"},{"id":17912,"c":12,"u":"stat%20block_xphb","p":374,"s":8,"h":1,"n":"Stat Block"},{"id":17913,"c":12,"u":"swim%20speed_xphb","p":376,"s":8,"h":1,"n":"Swim Speed"},{"id":17914,"c":12,"u":"swimming_xphb","p":376,"s":8,"h":1,"n":"Swimming"},{"id":17915,"c":12,"u":"target_xphb","p":376,"s":8,"h":1,"n":"Target"},{"id":17916,"c":12,"u":"telepathy_xphb","p":376,"s":8,"h":1,"n":"Telepathy"},{"id":17917,"c":12,"u":"teleportation_xphb","p":376,"s":8,"h":1,"n":"Teleportation"},{"id":17918,"c":12,"u":"temporary%20hit%20points_xphb","p":376,"s":8,"h":1,"n":"Temporary Hit Points"},{"id":17919,"c":12,"u":"unarmed%20strike_xphb","p":377,"s":8,"h":1,"n":"Unarmed Strike"},{"id":17920,"c":12,"u":"unoccupied%20space_xphb","p":377,"s":8,"h":1,"n":"Unoccupied Space"},{"id":17921,"c":12,"u":"vulnerability_xphb","p":377,"s":8,"h":1,"n":"Vulnerability"},{"id":17922,"c":12,"u":"weapon_xphb","p":377,"s":8,"h":1,"n":"Weapon"},{"id":17923,"c":12,"u":"weapon%20attack_xphb","p":377,"s":8,"h":1,"n":"Weapon Attack"},{"id":17924,"c":12,"u":"crashing_aag","p":25,"s":103,"h":1,"n":"Crashing"},{"id":17925,"c":12,"u":"crew_aag","p":24,"s":103,"h":1,"n":"Crew"},{"id":17926,"c":12,"u":"ship%20repairs_aag","p":25,"s":103,"h":1,"n":"Ship Repairs"},{"id":17927,"c":12,"u":"ship-to-ship%20combat_aag","p":24,"s":103,"h":1,"n":"Ship-to-Ship Combat"},{"id":17928,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20explore%20territory_ai","p":37,"s":15,"h":1,"n":"Downtime and Franchise Activity: Explore Territory"},{"id":17929,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20franchise%20restructuring_ai","p":38,"s":15,"h":1,"n":"Downtime and Franchise Activity: Franchise Restructuring"},{"id":17930,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20headquarters%20modification_ai","p":39,"s":15,"h":1,"n":"Downtime and Franchise Activity: Headquarters Modification"},{"id":17931,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20marketeering_ai","p":40,"s":15,"h":1,"n":"Downtime and Franchise Activity: Marketeering"},{"id":17932,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20philanthropic%20enterprise_ai","p":41,"s":15,"h":1,"n":"Downtime and Franchise Activity: Philanthropic Enterprise"},{"id":17933,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20running%20a%20franchise_ai","p":42,"s":15,"h":1,"n":"Downtime and Franchise Activity: Running a Franchise"},{"id":17934,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20schmoozing_ai","p":45,"s":15,"h":1,"n":"Downtime and Franchise Activity: Schmoozing"},{"id":17935,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20scrutineering_ai","p":43,"s":15,"h":1,"n":"Downtime and Franchise Activity: Scrutineering"},{"id":17936,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20shady%20business%20practice_ai","p":43,"s":15,"h":1,"n":"Downtime and Franchise Activity: Shady Business Practice"},{"id":17937,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20team%20building_ai","p":45,"s":15,"h":1,"n":"Downtime and Franchise Activity: Team Building"},{"id":17938,"c":12,"u":"action%20options_dmg","p":271,"s":24,"h":1,"n":"Action Options"},{"id":17939,"c":12,"u":"alien%20technology_dmg","p":268,"s":24,"h":1,"n":"Alien Technology"},{"id":17940,"c":12,"u":"alternatives%20to%20epic%20boons_dmg","p":230,"s":24,"h":1,"n":"Alternatives to Epic Boons"},{"id":17941,"c":12,"u":"automatic%20success_dmg","p":239,"s":24,"h":1,"n":"Automatic Success"},{"id":17942,"c":12,"u":"cleaving%20through%20creatures_dmg","p":272,"s":24,"h":1,"n":"Cleaving Through Creatures"},{"id":17943,"c":12,"u":"diagonals_dmg","p":252,"s":24,"h":1,"n":"Diagonals"},{"id":17944,"c":12,"u":"downtime%20activity%3a%20building%20a%20stronghold_dmg","p":128,"s":24,"h":1,"n":"Downtime Activity: Building a Stronghold"},{"id":17945,"c":12,"u":"downtime%20activity%3a%20carousing_dmg","p":128,"s":24,"h":1,"n":"Downtime Activity: Carousing"},{"id":17946,"c":12,"u":"downtime%20activity%3a%20crafting%20a%20magic%20item_dmg","p":128,"s":24,"h":1,"n":"Downtime Activity: Crafting a Magic Item"},{"id":17947,"c":12,"u":"downtime%20activity%3a%20gaining%20renown_dmg","p":129,"s":24,"h":1,"n":"Downtime Activity: Gaining Renown"},{"id":17948,"c":12,"u":"downtime%20activity%3a%20performing%20sacred%20rites_dmg","p":129,"s":24,"h":1,"n":"Downtime Activity: Performing Sacred Rites"},{"id":17949,"c":12,"u":"downtime%20activity%3a%20running%20a%20business_dmg","p":129,"s":24,"h":1,"n":"Downtime Activity: Running a Business"},{"id":17950,"c":12,"u":"downtime%20activity%3a%20selling%20magic%20items_dmg","p":129,"s":24,"h":1,"n":"Downtime Activity: Selling Magic Items"},{"id":17951,"c":12,"u":"downtime%20activity%3a%20sowing%20rumors_dmg","p":131,"s":24,"h":1,"n":"Downtime Activity: Sowing Rumors"},{"id":17952,"c":12,"u":"downtime%20activity%3a%20training%20to%20gain%20levels_dmg","p":131,"s":24,"h":1,"n":"Downtime Activity: Training to Gain Levels"},{"id":17953,"c":12,"u":"explosives_dmg","p":267,"s":24,"h":1,"n":"Explosives"},{"id":17954,"c":12,"u":"facing_dmg","p":252,"s":24,"h":1,"n":"Facing"},{"id":17955,"c":12,"u":"fear%20and%20horror_dmg","p":266,"s":24,"h":1,"n":"Fear and Horror"},{"id":17956,"c":12,"u":"firearms_dmg","p":267,"s":24,"h":1,"n":"Firearms"},{"id":17957,"c":12,"u":"flanking_dmg","p":251,"s":24,"h":1,"n":"Flanking"},{"id":17958,"c":12,"u":"healing_dmg","p":266,"s":24,"h":1,"n":"Healing"},{"id":17959,"c":12,"u":"hero%20points_dmg","p":264,"s":24,"h":1,"n":"Hero Points"},{"id":17960,"c":12,"u":"hitting%20cover_dmg","p":272,"s":24,"h":1,"n":"Hitting Cover"},{"id":17961,"c":12,"u":"initiative%20variants_dmg","p":270,"s":24,"h":1,"n":"Initiative Variants"},{"id":17962,"c":12,"u":"injuries_dmg","p":272,"s":24,"h":1,"n":"Injuries"},{"id":17963,"c":12,"u":"inspiration_dmg","p":240,"s":24,"h":1,"n":"Inspiration"},{"id":17964,"c":12,"u":"level%20advancement%20without%20xp_dmg","p":261,"s":24,"h":1,"n":"Level Advancement without XP"},{"id":17965,"c":12,"u":"loyalty_dmg","p":93,"s":24,"h":1,"n":"Loyalty"},{"id":17966,"c":12,"u":"madness_dmg","p":258,"s":24,"h":1,"r":1,"n":"Madness"},{"id":17967,"c":12,"u":"massive%20damage_dmg","p":273,"s":24,"h":1,"n":"Massive Damage"},{"id":17968,"c":12,"u":"milestones_dmg","p":261,"s":24,"h":1,"n":"Milestones"},{"id":17969,"c":12,"u":"mixing%20potions_dmg","p":140,"s":24,"h":1,"n":"Mixing Potions"},{"id":17970,"c":12,"u":"morale_dmg","p":273,"s":24,"h":1,"n":"Morale"},{"id":17971,"c":12,"u":"more%20difficult%20identification_dmg","p":136,"s":24,"h":1,"n":"More Difficult Identification"},{"id":17972,"c":12,"u":"new%20ability%20scores%3a%20honor%20and%20sanity_dmg","p":264,"s":24,"h":1,"n":"New Ability Scores: Honor and Sanity"},{"id":17973,"c":12,"u":"planar%20effects_dmg","p":50,"s":24,"h":1,"n":"Planar Effects"},{"id":17974,"c":12,"u":"plot%20points_dmg","p":269,"s":24,"h":1,"n":"Plot Points"},{"id":17975,"c":12,"u":"proficiency%20dice_dmg","p":263,"s":24,"h":1,"n":"Proficiency Dice"},{"id":17976,"c":12,"u":"renown_dmg","p":22,"s":24,"h":1,"n":"Renown"},{"id":17977,"c":12,"u":"rest%20variants_dmg","p":267,"s":24,"h":1,"n":"Rest Variants"},{"id":17978,"c":12,"u":"scroll%20mishaps_dmg","p":140,"s":24,"h":1,"n":"Scroll Mishaps"},{"id":17979,"c":12,"u":"skill%20variants_dmg","p":263,"s":24,"h":1,"n":"Skill Variants"},{"id":17980,"c":12,"u":"spell%20points_dmg","p":288,"s":24,"h":1,"n":"Spell Points"},{"id":17981,"c":12,"u":"wands%20that%20don't%20recharge_dmg","p":141,"s":24,"h":1,"n":"Wands That Don't Recharge"},{"id":17982,"c":12,"u":"sidekicks_esk","p":63,"s":30,"h":1,"n":"Sidekicks"},{"id":17983,"c":12,"u":"encounters%20at%20sea_gos","p":207,"s":33,"h":1,"n":"Encounters at Sea"},{"id":17984,"c":12,"u":"mysterious%20islands_gos","p":211,"s":33,"h":1,"n":"Mysterious Islands"},{"id":17985,"c":12,"u":"ocean%20environs_gos","p":202,"s":33,"h":1,"n":"Ocean Environs"},{"id":17986,"c":12,"u":"officers%20and%20crew_gos","p":194,"s":33,"h":1,"n":"Officers and Crew"},{"id":17987,"c":12,"u":"random%20ships_gos","p":208,"s":33,"h":1,"n":"Random Ships"},{"id":17988,"c":12,"u":"ship%20stat%20blocks_gos","p":186,"s":33,"h":1,"n":"Ship Stat Blocks"},{"id":17989,"c":12,"u":"ships%20in%20combat_gos","p":198,"s":33,"h":1,"n":"Ships in Combat"},{"id":17990,"c":12,"u":"superior%20ship%20upgrades_gos","p":196,"s":33,"h":1,"n":"Superior Ship Upgrades"},{"id":17991,"c":12,"u":"travel%20at%20sea_gos","p":199,"s":33,"h":1,"n":"Travel at Sea"},{"id":17992,"c":12,"u":"familiars_mm","p":347,"s":45,"h":1,"n":"Familiars"},{"id":17993,"c":12,"u":"player%20characters%20as%20lycanthropes_mm","p":207,"s":45,"h":1,"n":"Player Characters as Lycanthropes"},{"id":17994,"c":12,"u":"player%20characters%20as%20vampires_mm","p":295,"s":45,"h":1,"n":"Player Characters as Vampires"},{"id":17995,"c":12,"u":"customizing%20ability%20scores_phb","p":13,"s":52,"h":1,"n":"Customizing Ability Scores"},{"id":17996,"c":12,"u":"downtime%20activity%3a%20crafting_phb","p":187,"s":52,"h":1,"n":"Downtime Activity: Crafting"},{"id":17997,"c":12,"u":"downtime%20activity%3a%20practicing%20a%20profession_phb","p":187,"s":52,"h":1,"n":"Downtime Activity: Practicing a Profession"},{"id":17998,"c":12,"u":"downtime%20activity%3a%20recuperating_phb","p":187,"s":52,"h":1,"n":"Downtime Activity: Recuperating"},{"id":17999,"c":12,"u":"downtime%20activity%3a%20researching_phb","p":187,"s":52,"h":1,"n":"Downtime Activity: Researching"},{"id":18000,"c":12,"u":"downtime%20activity%3a%20training_phb","p":187,"s":52,"h":1,"n":"Downtime Activity: Training"},{"id":18001,"c":12,"u":"encumbrance_phb","p":176,"s":52,"h":1,"n":"Encumbrance"},{"id":18002,"c":12,"u":"equipment%20sizes_phb","p":145,"s":52,"h":1,"n":"Equipment Sizes"},{"id":18003,"c":12,"u":"feats_phb","p":165,"s":52,"h":1,"n":"Feats"},{"id":18004,"c":12,"u":"inspiration_phb","p":125,"s":52,"h":1,"n":"Inspiration"},{"id":18005,"c":12,"u":"multiclassing_phb","p":163,"s":52,"h":1,"n":"Multiclassing"},{"id":18006,"c":12,"u":"playing%20on%20a%20grid_phb","p":192,"s":52,"h":1,"n":"Playing on a Grid"},{"id":18007,"c":12,"u":"skills%20with%20different%20abilities_phb","p":175,"s":52,"h":1,"n":"Skills with Different Abilities"},{"id":18008,"c":12,"u":"accelerated%20rests_tdcsr","p":213,"s":61,"h":1,"dP":1,"n":"Accelerated Rests"},{"id":18009,"c":12,"u":"alternative%20resurrection%20rules%3a%20fading%20spirits_tdcsr","p":215,"s":61,"h":1,"dP":1,"n":"Alternative Resurrection Rules: Fading Spirits"},{"id":18010,"c":12,"u":"alternative%20resurrection%20rules%3a%20harrowing%20return_tdcsr","p":213,"s":61,"h":1,"dP":1,"n":"Alternative Resurrection Rules: Harrowing Return"},{"id":18011,"c":12,"u":"alternative%20resurrection%20rules%3a%20taxing%20return_tdcsr","p":215,"s":61,"h":1,"dP":1,"n":"Alternative Resurrection Rules: Taxing Return"},{"id":18012,"c":12,"u":"hemocraft_tdcsr","p":165,"s":61,"h":1,"dP":1,"n":"Hemocraft"},{"id":18013,"c":12,"u":"illegal%20drugs_tdcsr","p":85,"s":61,"h":1,"dP":1,"n":"Illegal Drugs"},{"id":18014,"c":12,"u":"mixed%20ancestry%20statistics_tdcsr","p":164,"s":61,"h":1,"dP":1,"n":"Mixed Ancestry Statistics"},{"id":18015,"c":12,"u":"rapid%20quaffing_tdcsr","p":215,"s":61,"h":1,"dP":1,"n":"Rapid Quaffing"},{"id":18016,"c":12,"u":"skyships_tdcsr","p":137,"s":61,"h":1,"dP":1,"n":"Skyships"},{"id":18017,"c":12,"u":"familiars_vgm","p":213,"s":67,"h":1,"n":"Familiars"},{"id":18018,"c":12,"u":"fear%20and%20stress_vrgr","p":195,"s":68,"h":1,"n":"Fear and Stress"},{"id":18019,"c":12,"u":"haunted%20traps_vrgr","p":196,"s":68,"h":1,"n":"Haunted Traps"},{"id":18020,"c":12,"u":"survivors_vrgr","p":198,"s":68,"h":1,"n":"Survivors"},{"id":18021,"c":12,"u":"emrakul's%20madness_psi","p":30,"s":97,"h":1,"n":"Emrakul's Madness"},{"id":18022,"c":12,"u":"parleying%20with%20monsters_tce","p":148,"s":4,"h":1,"n":"Parleying with Monsters"},{"id":18023,"c":12,"u":"multiclassing_xphb","p":44,"s":8,"h":1,"n":"Multiclassing"},{"id":18024,"c":12,"u":"weapon%20mastery%20properties_xphb","p":214,"s":8,"h":1,"n":"Weapon Mastery Properties"},{"id":18025,"c":12,"u":"death%20saving%20throws_xscreen","s":122,"h":1,"n":"Death Saving Throws"},{"id":18026,"c":13,"u":"coa","s":9,"n":"Chains of Asmodeus"},{"id":18027,"c":13,"u":"gotsf","s":10,"n":"Giants of the Star Forge"},{"id":18028,"c":13,"u":"bgdia","s":17,"n":"Baldur's Gate: Descent Into Avernus"},{"id":18029,"c":13,"u":"cm","s":18,"n":"Candlekeep Mysteries"},{"id":18030,"c":13,"u":"cos","s":19,"n":"Curse of Strahd"},{"id":18031,"c":13,"u":"crcotn","s":20,"dP":1,"n":"Critical Role: Call of the Netherdeep"},{"id":18032,"c":13,"u":"dc","s":21,"n":"Essentials Kit: Divine Contention"},{"id":18033,"c":13,"u":"dd","s":123,"dP":1,"n":"Wildemount: Dangerous Designs"},{"id":18034,"c":13,"u":"dip","s":22,"n":"Essentials Kit: Dragon of Icespire Peak"},{"id":18035,"c":13,"u":"ditlcot","s":23,"n":"Descent into the Lost Caverns of Tsojcanth"},{"id":18036,"c":13,"u":"dodk","s":25,"dP":1,"n":"Dungeons of Drakkenheim"},{"id":18037,"c":13,"u":"dosi","s":26,"n":"Dragons of Stormwreck Isle"},{"id":18038,"c":13,"u":"dsotdq","s":27,"n":"Dragonlance: Shadow of the Dragon Queen"},{"id":18039,"c":13,"u":"efr","s":124,"n":"Eberron: Forgotten Relics"},{"id":18040,"c":13,"u":"fs","s":125,"dP":1,"n":"Wildemount: Frozen Sick"},{"id":18041,"c":13,"u":"ghloe","s":32,"dP":1,"n":"Grim Hollow: Lairs of Etharis"},{"id":18042,"c":13,"u":"gos","s":33,"n":"Ghosts of Saltmarsh"},{"id":18043,"c":13,"u":"hftt","s":34,"dP":1,"n":"Hunt for the Thessalhydra"},{"id":18044,"c":13,"u":"hol","s":35,"n":"Ravenloft: The House of Lament"},{"id":18045,"c":13,"u":"hotdq","s":36,"n":"Hoard of the Dragon Queen"},{"id":18046,"c":13,"u":"hwaitw","s":126,"dP":1,"n":"Humblewood: Adventure in the Wood"},{"id":18047,"c":13,"u":"idrotf","s":38,"n":"Icewind Dale: Rime of the Frostmaiden"},{"id":18048,"c":13,"u":"jttrc","s":39,"n":"Journeys through the Radiant Citadel"},{"id":18049,"c":13,"u":"kftgv","s":40,"n":"Keys from the Golden Vault"},{"id":18050,"c":13,"u":"kkw","s":41,"n":"Krenko's Way"},{"id":18051,"c":13,"u":"lmop","s":42,"n":"Lost Mine of Phandelver"},{"id":18052,"c":13,"u":"lox","s":43,"n":"Light of Xaryxis"},{"id":18053,"c":13,"u":"lox","s":43,"n":"Spelljammer: Light of Xaryxis"},{"id":18054,"c":13,"u":"lrdt","s":44,"dP":1,"n":"Red Dragon's Tale: A LEGO Adventure"},{"id":18055,"c":13,"u":"mot-nss","s":46,"n":"Theros: No Silent Secret"},{"id":18056,"c":13,"u":"oota","s":49,"n":"Out of the Abyss"},{"id":18057,"c":13,"u":"oow","s":50,"n":"The Orrery of the Wanderer"},{"id":18058,"c":13,"u":"pabtso","s":51,"n":"Phandelver and Below: The Shattered Obelisk"},{"id":18059,"c":13,"u":"pota","s":53,"n":"Princes of the Apocalypse"},{"id":18060,"c":13,"u":"qftis","s":54,"n":"Quests from the Infinite Staircase"},{"id":18061,"c":13,"u":"rmbre","s":55,"dP":1,"n":"The Lost Dungeon of Rickedness: Big Rick Energy"},{"id":18062,"c":13,"u":"rot","s":56,"n":"Rise of Tiamat"},{"id":18063,"c":13,"u":"scc-arir","s":127,"n":"Strixhaven: A Reckoning in Ruins"},{"id":18064,"c":13,"u":"scc-ck","s":128,"n":"Strixhaven: Campus Kerfuffle"},{"id":18065,"c":13,"u":"scc-hfmt","s":129,"n":"Strixhaven: Hunt for Mage Tower"},{"id":18066,"c":13,"u":"scc-tmm","s":130,"n":"Strixhaven: The Magister's Masquerade"},{"id":18067,"c":13,"u":"sdw","s":58,"n":"Essentials Kit: Sleeping Dragon's Wake"},{"id":18068,"c":13,"u":"skt","s":59,"n":"Storm King's Thunder"},{"id":18069,"c":13,"u":"slw","s":60,"n":"Essentials Kit: Storm Lord's Wrath"},{"id":18070,"c":13,"u":"tftyp-atg","s":131,"n":"Tales from the Yawning Portal: Against the Giants"},{"id":18071,"c":13,"u":"tftyp-dit","s":132,"n":"Tales from the Yawning Portal: Dead in Thay"},{"id":18072,"c":13,"u":"tftyp-tfof","s":133,"n":"Tales from the Yawning Portal: The Forge of Fury"},{"id":18073,"c":13,"u":"tftyp-thsot","s":134,"n":"Tales from the Yawning Portal: The Hidden Shrine of Tamoachan"},{"id":18074,"c":13,"u":"tftyp-toh","s":135,"n":"Tales from the Yawning Portal: Tomb of Horrors"},{"id":18075,"c":13,"u":"tftyp-tsc","s":136,"n":"Tales from the Yawning Portal: The Sunless Citadel"},{"id":18076,"c":13,"u":"tftyp-wpm","s":137,"n":"Tales from the Yawning Portal: White Plume Mountain"},{"id":18077,"c":13,"u":"toa","s":63,"n":"Tomb of Annihilation"},{"id":18078,"c":13,"u":"tofw","s":65,"n":"Turn of Fortune's Wheel"},{"id":18079,"c":13,"u":"tor","s":138,"dP":1,"n":"Wildemount: Tide of Retribution"},{"id":18080,"c":13,"u":"us","s":139,"dP":1,"n":"Wildemount: Unwelcome Spirits"},{"id":18081,"c":13,"u":"veor","s":66,"n":"Vecna: Eve of Ruin"},{"id":18082,"c":13,"u":"vnotee","s":120,"n":"Vecna: Nest of the Eldritch Eye"},{"id":18083,"c":13,"u":"wbtw","s":69,"n":"The Wild Beyond the Witchlight"},{"id":18084,"c":13,"u":"wdh","s":70,"n":"Waterdeep: Dragon Heist"},{"id":18085,"c":13,"u":"wdmm","s":71,"n":"Waterdeep: Dungeon of the Mad Mage"},{"id":18086,"c":13,"u":"aitfr-avt","s":105,"n":"Adventures in the Forgotten Realms: A Verdant Tomb"},{"id":18087,"c":13,"u":"aitfr-dn","s":73,"n":"Adventures in the Forgotten Realms: Deepest Night"},{"id":18088,"c":13,"u":"aitfr-fcd","s":74,"n":"Adventures in the Forgotten Realms: From Cyan Depths"},{"id":18089,"c":13,"u":"aitfr-isf","s":75,"n":"Adventures in the Forgotten Realms: In Scarlet Flames"},{"id":18090,"c":13,"u":"aitfr-thp","s":76,"n":"Adventures in the Forgotten Realms: The Hidden Page"},{"id":18091,"c":13,"u":"azfyt","s":113,"n":"A Zib for Your Thoughts"},{"id":18092,"c":13,"u":"hfstcm","s":121,"n":"Heroes' Feast: Saving the Childrens Menu"},{"id":18093,"c":13,"u":"imr","s":80,"n":"Infernal Machine Rebuild"},{"id":18094,"c":13,"u":"lk","s":140,"n":"Lightning Keep"},{"id":18095,"c":13,"u":"llk","s":81,"n":"Lost Laboratory of Kwalish"},{"id":18096,"c":13,"u":"lr","s":82,"n":"Locathah Rising"},{"id":18097,"c":13,"u":"nrh-ass","s":89,"n":"NERDS Restoring Harmony: A Sticky Situation"},{"id":18098,"c":13,"u":"nrh-at","s":90,"n":"NERDS Restoring Harmony: Adventure Together"},{"id":18099,"c":13,"u":"nrh-avitw","s":91,"n":"NERDS Restoring Harmony: A Voice in the Wilderness"},{"id":18100,"c":13,"u":"nrh-awol","s":92,"n":"NERDS Restoring Harmony: A Web of Lies"},{"id":18101,"c":13,"u":"nrh-coi","s":93,"n":"NERDS Restoring Harmony: Circus of Illusion"},{"id":18102,"c":13,"u":"nrh-tcmc","s":94,"n":"NERDS Restoring Harmony: The Candy Mountain Caper"},{"id":18103,"c":13,"u":"nrh-tlt","s":115,"n":"NERDS Restoring Harmony: The Lost Tomb"},{"id":18104,"c":13,"u":"pip","s":141,"n":"Peril in Pinebrook"},{"id":18105,"c":13,"u":"rtg","s":101,"n":"Return to the Glory"},{"id":18106,"c":13,"u":"scoee","s":142,"n":"Scions of Elemental Evil"},{"id":18107,"c":13,"u":"sja","s":143,"n":"Spelljammer Academy"},{"id":18108,"c":13,"u":"tlk","s":144,"n":"The Lost Kenku"},{"id":18109,"c":13,"u":"ttp","s":102,"n":"The Tortle Package"},{"id":18110,"c":13,"u":"uthftlh","s":117,"n":"Uni and the Hunt for the Lost Horn"},{"id":18111,"c":13,"u":"xmts","s":118,"n":"X Marks the Spot"},{"id":18112,"c":44,"u":"bgg","s":0,"n":"Bigby Presents: Glory of the Giants"},{"id":18113,"c":44,"u":"bmt","s":1,"n":"The Book of Many Things"},{"id":18114,"c":44,"u":"dmtcrg","s":145,"n":"The Deck of Many Things: Card Reference Guide"},{"id":18115,"c":44,"u":"ftd","s":2,"n":"Fizban's Treasury of Dragons"},{"id":18116,"c":44,"u":"mpmm","s":3,"n":"Mordenkainen Presents: Monsters of the Multiverse"},{"id":18117,"c":44,"u":"sac","s":146,"n":"Sage Advice Compendium"},{"id":18118,"c":44,"u":"scag","s":107,"n":"Sword Coast Adventurer's Guide"},{"id":18119,"c":44,"u":"screendungeonkit","s":147,"n":"Dungeon Master's Screen: Dungeon Kit"},{"id":18120,"c":44,"u":"screenwildernesskit","s":148,"n":"Dungeon Master's Screen: Wilderness Kit"},{"id":18121,"c":44,"u":"tce","s":4,"n":"Tasha's Cauldron of Everything"},{"id":18122,"c":44,"u":"xdmg","s":5,"n":"Dungeon Master's Guide (2024)"},{"id":18123,"c":44,"u":"xge","s":6,"n":"Xanathar's Guide to Everything"},{"id":18124,"c":44,"u":"xmm","s":7,"n":"Monster Manual (2025)"},{"id":18125,"c":44,"u":"xphb","s":8,"n":"Player's Handbook (2024)"},{"id":18126,"c":44,"u":"xscreen","s":122,"n":"Dungeon Master's Screen (2024)"},{"id":18127,"c":44,"u":"mabjov","s":11,"n":"Minsc and Boo's Journal of Villainy"},{"id":18128,"c":44,"u":"aag","s":103,"n":"Astral Adventurer's Guide"},{"id":18129,"c":44,"u":"aag","s":103,"n":"Spelljammer: Astral Adventurer's Guide"},{"id":18130,"c":44,"u":"ai","s":15,"n":"Acquisitions Incorporated"},{"id":18131,"c":44,"u":"bam","s":16,"n":"Boo's Astral Menagerie"},{"id":18132,"c":44,"u":"bam","s":16,"n":"Spelljammer: Boo's Astral Menagerie"},{"id":18133,"c":44,"u":"dmg","s":24,"n":"Dungeon Master's Guide (2014)"},{"id":18134,"c":44,"u":"egw","s":28,"dP":1,"n":"Explorer's Guide to Wildemount"},{"id":18135,"c":44,"u":"erlw","s":29,"n":"Eberron: Rising from the Last War"},{"id":18136,"c":44,"u":"ggr","s":31,"n":"Guildmasters' Guide to Ravnica"},{"id":18137,"c":44,"u":"hf","s":149,"n":"Heroes' Feast"},{"id":18138,"c":44,"u":"hffotm","s":150,"n":"Heroes' Feast Flavors of the Multiverse"},{"id":18139,"c":44,"u":"hwcs","s":37,"dP":1,"n":"Humblewood Campaign Setting"},{"id":18140,"c":44,"u":"mm","s":45,"n":"Monster Manual (2014)"},{"id":18141,"c":44,"u":"mot","s":46,"n":"Mythic Odysseys of Theros"},{"id":18142,"c":44,"u":"mpp","s":47,"n":"Morte's Planar Parade"},{"id":18143,"c":44,"u":"mpp","s":47,"n":"Planescape: Adventures in the Multiverse"},{"id":18144,"c":44,"u":"mtf","s":48,"n":"Mordenkainen's Tome of Foes"},{"id":18145,"c":44,"u":"paf","s":151,"n":"Puncheons and Flagons"},{"id":18146,"c":44,"u":"phb","s":52,"n":"Player's Handbook (2014)"},{"id":18147,"c":44,"u":"rmr","s":152,"dP":1,"n":"Dungeons & Dragons vs. Rick and Morty: Basic Rules"},{"id":18148,"c":44,"u":"sato","s":104,"n":"Sigil and the Outlands"},{"id":18149,"c":44,"u":"sato","s":104,"n":"Planescape: Adventures in the Multiverse"},{"id":18150,"c":44,"u":"scc","s":57,"n":"Strixhaven: A Curriculum of Chaos"},{"id":18151,"c":44,"u":"screen","s":153,"n":"Dungeon Master's Screen"},{"id":18152,"c":44,"u":"screenspelljammer","s":154,"n":"Dungeon Master's Screen: Spelljammer"},{"id":18153,"c":44,"u":"td","s":155,"dP":1,"n":"Tarot Deck"},{"id":18154,"c":44,"u":"tdcsr","s":61,"dP":1,"n":"Tal'Dorei Campaign Setting Reborn"},{"id":18155,"c":44,"u":"tob1-2023","s":64,"dP":1,"n":"Tome of Beasts 1 (2023 Edition)"},{"id":18156,"c":44,"u":"vgm","s":67,"n":"Volo's Guide to Monsters"},{"id":18157,"c":44,"u":"vrgr","s":68,"n":"Van Richten's Guide to Ravenloft"},{"id":18158,"c":44,"u":"aatm","s":72,"n":"Adventure Atlas: The Mortuary"},{"id":18159,"c":44,"u":"al","s":156,"n":"Adventurers League"},{"id":18160,"c":44,"u":"dod","s":78,"n":"Domains of Delight"},{"id":18161,"c":44,"u":"hat-tg","s":79,"n":"Thieves' Gallery"},{"id":18162,"c":44,"u":"mcv4ec","s":86,"n":"Monstrous Compendium Volume 4: Eldraine Creatures"},{"id":18163,"c":44,"u":"oga","s":116,"n":"One Grung Above"},{"id":18164,"c":44,"u":"ps-a","s":95,"n":"Plane Shift: Amonkhet"},{"id":18165,"c":44,"u":"ps-d","s":96,"n":"Plane Shift: Dominaria"},{"id":18166,"c":44,"u":"ps-i","s":97,"n":"Plane Shift: Innistrad"},{"id":18167,"c":44,"u":"ps-k","s":98,"n":"Plane Shift: Kaladesh"},{"id":18168,"c":44,"u":"ps-x","s":99,"n":"Plane Shift: Ixalan"},{"id":18169,"c":44,"u":"ps-z","s":100,"n":"Plane Shift: Zendikar"},{"id":18171,"c":18,"u":"bookref-quick,0,beyond%201st%20level","p":15,"h":1,"n":"Beyond 1st Level","s":52},{"id":18172,"c":18,"u":"bookref-quick,0,languages","p":123,"h":1,"n":"Languages","s":52},{"id":18173,"c":18,"u":"bookref-quick,0,multiclassing","p":163,"h":1,"n":"Multiclassing","s":52},{"id":18174,"c":18,"u":"bookref-quick,0,step-by-step%20characters","p":11,"h":1,"n":"Step-by-Step Characters","s":52},{"id":18176,"c":18,"u":"bookref-quick,1,adventuring%20gear","p":148,"h":1,"n":"Adventuring Gear","s":52},{"id":18177,"c":18,"u":"bookref-quick,1,armor%20and%20shields","p":144,"h":1,"n":"Armor and Shields","s":52},{"id":18178,"c":18,"u":"bookref-quick,1,attunement","p":136,"h":1,"n":"Attunement","s":24},{"id":18179,"c":18,"u":"bookref-quick,1,expenses","p":157,"h":1,"n":"Expenses","s":52},{"id":18180,"c":18,"u":"bookref-quick,1,spellcasting%20services","p":159,"h":1,"n":"Spellcasting Services","s":52},{"id":18181,"c":18,"u":"bookref-quick,1,mounts%20and%20vehicles","p":155,"h":1,"n":"Mounts and Vehicles","s":52},{"id":18182,"c":18,"u":"bookref-quick,1,starting%20equipment","p":143,"h":1,"n":"Starting Equipment","s":52},{"id":18183,"c":18,"u":"bookref-quick,1,tools","p":154,"h":1,"n":"Tools","s":52},{"id":18184,"c":18,"u":"bookref-quick,1,trade%20goods","p":157,"h":1,"n":"Trade Goods","s":52},{"id":18185,"c":18,"u":"bookref-quick,1,wealth","p":143,"h":1,"n":"Wealth","s":52},{"id":18186,"c":18,"u":"bookref-quick,1,selling%20treasure","p":144,"h":1,"n":"Selling Treasure","s":52},{"id":18187,"c":18,"u":"bookref-quick,1,weapons","p":146,"h":1,"n":"Weapons","s":52},{"id":18188,"c":18,"u":"bookref-quick,1,weapon%20proficiency","p":146,"h":1,"n":"Weapon Proficiency","s":52},{"id":18189,"c":18,"u":"bookref-quick,1,improvised%20weapons","p":147,"h":1,"n":"Improvised Weapons","s":52},{"id":18190,"c":18,"u":"bookref-quick,1,silvered%20weapons","p":148,"h":1,"n":"Silvered Weapons","s":52},{"id":18192,"c":18,"u":"bookref-quick,2,ability%20checks","p":174,"h":1,"n":"Ability Checks","s":52},{"id":18193,"c":18,"u":"bookref-quick,2,contests","p":174,"h":1,"n":"Contests","s":52},{"id":18194,"c":18,"u":"bookref-quick,2,passive%20checks","p":175,"h":1,"n":"Passive Checks","s":52},{"id":18195,"c":18,"u":"bookref-quick,2,group%20checks","p":175,"h":1,"n":"Group Checks","s":52},{"id":18196,"c":18,"u":"bookref-quick,2,ability%20scores%20and%20modifiers","p":173,"h":1,"n":"Ability Scores and Modifiers","s":52},{"id":18197,"c":18,"u":"bookref-quick,2,advantage%20and%20disadvantage","p":173,"h":1,"n":"Advantage and Disadvantage","s":52},{"id":18198,"c":18,"u":"bookref-quick,2,casting%20a%20spell","p":202,"h":1,"n":"Casting a Spell","s":52},{"id":18199,"c":18,"u":"bookref-quick,2,areas%20of%20effect","p":204,"h":1,"n":"Areas of Effect","s":52},{"id":18200,"c":18,"u":"bookref-quick,2,conditions","p":289,"h":1,"n":"Conditions","s":52},{"id":18201,"c":18,"u":"bookref-quick,2,falling","p":77,"h":1,"n":"Falling","s":6},{"id":18202,"c":18,"u":"bookref-quick,2,food%20and%20water","p":185,"h":1,"n":"Food and Water","s":52},{"id":18203,"c":18,"u":"bookref-quick,2,hiding","p":177,"h":1,"n":"Hiding","s":52},{"id":18204,"c":18,"u":"bookref-quick,2,how%20to%20play","p":6,"h":1,"n":"How to Play","s":52},{"id":18205,"c":18,"u":"bookref-quick,2,interacting%20with%20objects","p":185,"h":1,"n":"Interacting with Objects","s":52},{"id":18206,"c":18,"u":"bookref-quick,2,proficiency%20bonus","p":173,"h":1,"n":"Proficiency Bonus","s":52},{"id":18207,"c":18,"u":"bookref-quick,2,resting","p":186,"h":1,"n":"Resting","s":52},{"id":18208,"c":18,"u":"bookref-quick,2,saving%20throws","p":179,"h":1,"n":"Saving Throws","s":52},{"id":18209,"c":18,"u":"bookref-quick,2,simultaneous%20effects","p":77,"h":1,"n":"Simultaneous Effects","s":6},{"id":18210,"c":18,"u":"bookref-quick,2,skills","p":174,"h":1,"n":"Skills","s":52},{"id":18211,"c":18,"u":"bookref-quick,2,sleep","p":77,"h":1,"n":"Sleep","s":6},{"id":18212,"c":18,"u":"bookref-quick,2,suffocating","p":183,"h":1,"n":"Suffocating","s":52},{"id":18213,"c":18,"u":"bookref-quick,2,tying%20knots","p":78,"h":1,"n":"Tying Knots","s":6},{"id":18214,"c":18,"u":"bookref-quick,2,using%20each%20ability","p":175,"h":1,"n":"Using Each Ability","s":52},{"id":18215,"c":18,"u":"bookref-quick,2,lifting%20and%20carrying","p":176,"h":1,"n":"Lifting and Carrying","s":52},{"id":18216,"c":18,"u":"bookref-quick,2,vision%20and%20light","p":183,"h":1,"n":"Vision and Light","s":52},{"id":18218,"c":18,"u":"bookref-quick,3,actions%20in%20combat","p":192,"h":1,"n":"Actions in Combat","s":52},{"id":18219,"c":18,"u":"bookref-quick,3,cover","p":196,"h":1,"n":"Cover","s":52},{"id":18220,"c":18,"u":"bookref-quick,3,damage%20and%20healing","p":196,"h":1,"n":"Damage and Healing","s":52},{"id":18221,"c":18,"u":"bookref-quick,3,knocking%20a%20creature%20out","p":198,"h":1,"n":"Knocking a Creature Out","s":52},{"id":18222,"c":18,"u":"bookref-quick,3,temporary%20hit%20points","p":198,"h":1,"n":"Temporary Hit Points","s":52},{"id":18223,"c":18,"u":"bookref-quick,3,making%20an%20attack","p":193,"h":1,"n":"Making an Attack","s":52},{"id":18224,"c":18,"u":"bookref-quick,3,ranged%20attacks","p":195,"h":1,"n":"Ranged Attacks","s":52},{"id":18225,"c":18,"u":"bookref-quick,3,two-weapon%20fighting","p":195,"h":1,"n":"Two-Weapon Fighting","s":52},{"id":18226,"c":18,"u":"bookref-quick,3,mounted%20combat","p":198,"h":1,"n":"Mounted Combat","s":52},{"id":18227,"c":18,"u":"bookref-quick,3,movement%20and%20position","p":190,"h":1,"n":"Movement and Position","s":52},{"id":18228,"c":18,"u":"bookref-quick,3,breaking%20up%20your%20move","p":190,"h":1,"n":"Breaking Up Your Move","s":52},{"id":18229,"c":18,"u":"bookref-quick,3,difficult%20terrain","p":190,"h":1,"n":"Difficult Terrain","s":52},{"id":18230,"c":18,"u":"bookref-quick,3,flying%20movement","p":191,"h":1,"n":"Flying Movement","s":52},{"id":18231,"c":18,"u":"bookref-quick,3,the%20order%20of%20combat","p":189,"h":1,"n":"The Order of Combat","s":52},{"id":18232,"c":18,"u":"bookref-quick,3,surprise","p":189,"h":1,"n":"Surprise","s":52},{"id":18233,"c":18,"u":"bookref-quick,3,underwater%20combat","p":198,"h":1,"n":"Underwater Combat","s":52},{"id":18235,"c":18,"u":"bookref-quick,4,climbing%2c%20swimming%2c%20and%20crawling","p":182,"h":1,"n":"Climbing, Swimming, and Crawling","s":52},{"id":18236,"c":18,"u":"bookref-quick,4,difficult%20terrain","p":182,"h":1,"n":"Difficult Terrain","s":52},{"id":18237,"c":18,"u":"bookref-quick,4,jumping","p":182,"h":1,"n":"Jumping","s":52},{"id":18238,"c":18,"u":"bookref-quick,4,travel%20pace","p":181,"h":1,"n":"Travel Pace","s":52},{"id":18239,"c":14,"u":"abbathor_dwarven_scag","p":22,"s":107,"h":1,"n":"Abbathor"},{"id":18240,"c":14,"u":"aerdrie%20faenya_elven_scag","p":23,"s":107,"h":1,"n":"Aerdrie Faenya"},{"id":18241,"c":14,"u":"akadi_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Akadi"},{"id":18242,"c":14,"u":"amaunator_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Amaunator"},{"id":18243,"c":14,"u":"angharradh_elven_scag","p":23,"s":107,"h":1,"n":"Angharradh"},{"id":18244,"c":14,"u":"arvoreen_halfling_scag","p":23,"s":107,"h":1,"n":"Arvoreen"},{"id":18245,"c":14,"u":"asmodeus_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Asmodeus"},{"id":18246,"c":14,"u":"auril_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Auril"},{"id":18247,"c":14,"u":"azuth_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Azuth"},{"id":18248,"c":14,"u":"baervan%20wildwanderer_gnomish_scag","p":24,"s":107,"h":1,"n":"Baervan Wildwanderer"},{"id":18249,"c":14,"u":"bahgtru_orc_scag","p":24,"s":107,"h":1,"n":"Bahgtru"},{"id":18250,"c":14,"u":"bane_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Bane"},{"id":18251,"c":14,"u":"baravar%20cloakshadow_gnomish_scag","p":24,"s":107,"h":1,"n":"Baravar Cloakshadow"},{"id":18252,"c":14,"u":"berronar%20truesilver_dwarven_scag","p":22,"s":107,"h":1,"n":"Berronar Truesilver"},{"id":18253,"c":14,"u":"beshaba_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Beshaba"},{"id":18254,"c":14,"u":"bhaal_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Bhaal"},{"id":18255,"c":14,"u":"brandobaris_halfling_scag","p":23,"s":107,"h":1,"n":"Brandobaris"},{"id":18256,"c":14,"u":"callarduran%20smoothhands_gnomish_scag","p":24,"s":107,"h":1,"n":"Callarduran Smoothhands"},{"id":18257,"c":14,"u":"chauntea_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Chauntea"},{"id":18258,"c":14,"u":"clangeddin%20silverbeard_dwarven_scag","p":22,"s":107,"h":1,"n":"Clangeddin Silverbeard"},{"id":18259,"c":14,"u":"corellon%20larethian_elven_scag","p":23,"s":107,"h":1,"n":"Corellon Larethian"},{"id":18260,"c":14,"u":"cyric_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Cyric"},{"id":18261,"c":14,"u":"cyrrollalee_halfling_scag","p":23,"s":107,"h":1,"n":"Cyrrollalee"},{"id":18262,"c":14,"u":"deep%20duerra_dwarven_scag","p":22,"s":107,"h":1,"n":"Deep Duerra"},{"id":18263,"c":14,"u":"deep%20sashelas_elven_scag","p":23,"s":107,"h":1,"n":"Deep Sashelas"},{"id":18264,"c":14,"u":"deneir_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Deneir"},{"id":18265,"c":14,"u":"dugmaren%20brightmantle_dwarven_scag","p":22,"s":107,"h":1,"n":"Dugmaren Brightmantle"},{"id":18266,"c":14,"u":"dumathoin_dwarven_scag","p":22,"s":107,"h":1,"n":"Dumathoin"},{"id":18267,"c":14,"u":"eilistraee_drow_scag","p":23,"s":107,"h":1,"n":"Eilistraee"},{"id":18268,"c":14,"u":"eldath_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Eldath"},{"id":18269,"c":14,"u":"erevan%20ilesere_elven_scag","p":23,"s":107,"h":1,"n":"Erevan Ilesere"},{"id":18270,"c":14,"u":"fenmarel%20mestarine_elven_scag","p":23,"s":107,"h":1,"n":"Fenmarel Mestarine"},{"id":18271,"c":14,"u":"flandal%20steelskin_gnomish_scag","p":24,"s":107,"h":1,"n":"Flandal Steelskin"},{"id":18272,"c":14,"u":"gaerdal%20ironhand_gnomish_scag","p":24,"s":107,"h":1,"n":"Gaerdal Ironhand"},{"id":18273,"c":14,"u":"garl%20glittergold_gnomish_scag","p":24,"s":107,"h":1,"n":"Garl Glittergold"},{"id":18274,"c":14,"u":"gond_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Gond"},{"id":18275,"c":14,"u":"gorm%20gulthyn_dwarven_scag","p":22,"s":107,"h":1,"n":"Gorm Gulthyn"},{"id":18276,"c":14,"u":"grumbar_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Grumbar"},{"id":18277,"c":14,"u":"gruumsh_orc_scag","p":24,"s":107,"h":1,"n":"Gruumsh"},{"id":18278,"c":14,"u":"gwaeron%20windstrom_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Gwaeron Windstrom"},{"id":18279,"c":14,"u":"haela%20brightaxe_dwarven_scag","p":22,"s":107,"h":1,"n":"Haela Brightaxe"},{"id":18280,"c":14,"u":"hanali%20celanil_elven_scag","p":23,"s":107,"h":1,"n":"Hanali Celanil"},{"id":18281,"c":14,"u":"helm_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Helm"},{"id":18282,"c":14,"u":"hoar_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Hoar"},{"id":18283,"c":14,"u":"ilmater_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Ilmater"},{"id":18284,"c":14,"u":"ilneval_orc_scag","p":24,"s":107,"h":1,"n":"Ilneval"},{"id":18285,"c":14,"u":"istishia_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Istishia"},{"id":18286,"c":14,"u":"jergal_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Jergal"},{"id":18287,"c":14,"u":"kelemvor_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Kelemvor"},{"id":18288,"c":14,"u":"kiaransalee_drow_scag","p":23,"s":107,"h":1,"n":"Kiaransalee"},{"id":18289,"c":14,"u":"kossuth_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Kossuth"},{"id":18290,"c":14,"u":"labelas%20enoreth_elven_scag","p":23,"s":107,"h":1,"n":"Labelas Enoreth"},{"id":18291,"c":14,"u":"laduguer_dwarven_scag","p":22,"s":107,"h":1,"n":"Laduguer"},{"id":18292,"c":14,"u":"lathander_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Lathander"},{"id":18293,"c":14,"u":"leira_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Leira"},{"id":18294,"c":14,"u":"lliira_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Lliira"},{"id":18295,"c":14,"u":"lolth_drow_scag","p":23,"s":107,"h":1,"n":"Lolth"},{"id":18296,"c":14,"u":"loviatar_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Loviatar"},{"id":18297,"c":14,"u":"luthic_orc_scag","p":24,"s":107,"h":1,"n":"Luthic"},{"id":18298,"c":14,"u":"malar_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Malar"},{"id":18299,"c":14,"u":"marthammor%20duin_dwarven_scag","p":22,"s":107,"h":1,"n":"Marthammor Duin"},{"id":18300,"c":14,"u":"mask_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Mask"},{"id":18301,"c":14,"u":"mielikki_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Mielikki"},{"id":18302,"c":14,"u":"milil_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Milil"},{"id":18303,"c":14,"u":"moradin_dwarven_scag","p":22,"s":107,"h":1,"n":"Moradin"},{"id":18304,"c":14,"u":"myrkul_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Myrkul"},{"id":18305,"c":14,"u":"mystra_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Mystra"},{"id":18306,"c":14,"u":"nebelun_gnomish_scag","p":24,"s":107,"h":1,"n":"Nebelun"},{"id":18307,"c":14,"u":"oghma_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Oghma"},{"id":18308,"c":14,"u":"rillifane%20rallathil_elven_scag","p":23,"s":107,"h":1,"n":"Rillifane Rallathil"},{"id":18309,"c":14,"u":"savras_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Savras"},{"id":18310,"c":14,"u":"segojan%20earthcaller_gnomish_scag","p":24,"s":107,"h":1,"n":"Segojan Earthcaller"},{"id":18311,"c":14,"u":"sehanine%20moonbow_elven_scag","p":23,"s":107,"h":1,"n":"Sehanine Moonbow"},{"id":18312,"c":14,"u":"selvetarm_drow_scag","p":23,"s":107,"h":1,"n":"Selvetarm"},{"id":18313,"c":14,"u":"sel%c3%bbne_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Selune"},{"id":18314,"c":14,"u":"shar_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Shar"},{"id":18315,"c":14,"u":"shargaas_orc_scag","p":24,"s":107,"h":1,"n":"Shargaas"},{"id":18316,"c":14,"u":"sharindlar_dwarven_scag","p":22,"s":107,"h":1,"n":"Sharindlar"},{"id":18317,"c":14,"u":"sheela%20peryroyl_halfling_scag","p":23,"s":107,"h":1,"n":"Sheela Peryroyl"},{"id":18318,"c":14,"u":"shevarash_elven_scag","p":23,"s":107,"h":1,"n":"Shevarash"},{"id":18319,"c":14,"u":"silvanus_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Silvanus"},{"id":18320,"c":14,"u":"solonor%20thelandira_elven_scag","p":23,"s":107,"h":1,"n":"Solonor Thelandira"},{"id":18321,"c":14,"u":"sune_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Sune"},{"id":18322,"c":14,"u":"talona_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Talona"},{"id":18323,"c":14,"u":"talos_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Talos"},{"id":18324,"c":14,"u":"tempus_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Tempus"},{"id":18325,"c":14,"u":"the%20red%20knight_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"The Red Knight"},{"id":18326,"c":14,"u":"torm_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Torm"},{"id":18327,"c":14,"u":"tymora_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Tymora"},{"id":18328,"c":14,"u":"tyr_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Tyr"},{"id":18329,"c":14,"u":"umberlee_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Umberlee"},{"id":18330,"c":14,"u":"urdlen_gnomish_scag","p":24,"s":107,"h":1,"n":"Urdlen"},{"id":18331,"c":14,"u":"urogalan_halfling_scag","p":23,"s":107,"h":1,"n":"Urogalan"},{"id":18332,"c":14,"u":"valkur_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Valkur"},{"id":18333,"c":14,"u":"vergadain_dwarven_scag","p":22,"s":107,"h":1,"n":"Vergadain"},{"id":18334,"c":14,"u":"vhaeraun_drow_scag","p":23,"s":107,"h":1,"n":"Vhaeraun"},{"id":18335,"c":14,"u":"waukeen_faer%c3%bbnian_scag","p":21,"s":107,"h":1,"n":"Waukeen"},{"id":18336,"c":14,"u":"yondalla_halfling_scag","p":23,"s":107,"h":1,"n":"Yondalla"},{"id":18337,"c":14,"u":"yurtrus_orc_scag","p":24,"s":107,"h":1,"n":"Yurtrus"},{"id":18338,"c":14,"u":"beory_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Beory"},{"id":18339,"c":14,"u":"berei_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Berei"},{"id":18340,"c":14,"u":"boccob_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Boccob"},{"id":18341,"c":14,"u":"celestian_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Celestian"},{"id":18342,"c":14,"u":"cuthbert_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Cuthbert"},{"id":18343,"c":14,"u":"ehlonna_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Ehlonna"},{"id":18344,"c":14,"u":"erythnul_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Erythnul"},{"id":18345,"c":14,"u":"fharlanghn_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Fharlanghn"},{"id":18346,"c":14,"u":"heironeous_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Heironeous"},{"id":18347,"c":14,"u":"hextor_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Hextor"},{"id":18348,"c":14,"u":"incabulos_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Incabulos"},{"id":18349,"c":14,"u":"istus_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Istus"},{"id":18350,"c":14,"u":"iuz_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Iuz"},{"id":18351,"c":14,"u":"kord_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Kord"},{"id":18352,"c":14,"u":"nerull_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Nerull"},{"id":18353,"c":14,"u":"obad-hai_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Obad-Hai"},{"id":18354,"c":14,"u":"olidammara_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Olidammara"},{"id":18355,"c":14,"u":"pelor_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Pelor"},{"id":18356,"c":14,"u":"pholtus_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Pholtus"},{"id":18357,"c":14,"u":"ralishaz_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Ralishaz"},{"id":18358,"c":14,"u":"rao_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Rao"},{"id":18359,"c":14,"u":"syrul_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Syrul"},{"id":18360,"c":14,"u":"tharizdun_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Tharizdun"},{"id":18361,"c":14,"u":"trithereon_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Trithereon"},{"id":18362,"c":14,"u":"ulaa_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Ulaa"},{"id":18363,"c":14,"u":"vecna_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Vecna"},{"id":18364,"c":14,"u":"wee%20jas_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Wee Jas"},{"id":18365,"c":14,"u":"asmodeus_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Asmodeus"},{"id":18366,"c":14,"u":"avandra_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Avandra"},{"id":18367,"c":14,"u":"bahamut_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Bahamut"},{"id":18368,"c":14,"u":"bane_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Bane"},{"id":18369,"c":14,"u":"corellon_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Corellon"},{"id":18370,"c":14,"u":"erathis_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Erathis"},{"id":18371,"c":14,"u":"gruumsh_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Gruumsh"},{"id":18372,"c":14,"u":"ioun_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Ioun"},{"id":18373,"c":14,"u":"kord_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Kord"},{"id":18374,"c":14,"u":"lolth_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Lolth"},{"id":18375,"c":14,"u":"melora_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Melora"},{"id":18376,"c":14,"u":"moradin_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Moradin"},{"id":18377,"c":14,"u":"pelor_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Pelor"},{"id":18378,"c":14,"u":"raven%20queen_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Raven Queen"},{"id":18379,"c":14,"u":"sehanine_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Sehanine"},{"id":18380,"c":14,"u":"tharizdun_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Tharizdun"},{"id":18381,"c":14,"u":"tiamat_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Tiamat"},{"id":18382,"c":14,"u":"torog_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Torog"},{"id":18383,"c":14,"u":"vecna_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Vecna"},{"id":18384,"c":14,"u":"zehir_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Zehir"},{"id":18385,"c":14,"u":"branchala_dragonlance_dsotdq","p":14,"s":27,"h":1,"n":"Branchala"},{"id":18386,"c":14,"u":"chemosh_dragonlance_dsotdq","p":18,"s":27,"h":1,"n":"Chemosh"},{"id":18387,"c":14,"u":"chislev_dragonlance_dsotdq","p":16,"s":27,"h":1,"n":"Chislev"},{"id":18388,"c":14,"u":"gilean_dragonlance_dsotdq","p":16,"s":27,"h":1,"n":"Gilean"},{"id":18389,"c":14,"u":"habbakuk_dragonlance_dsotdq","p":14,"s":27,"h":1,"n":"Habbakuk"},{"id":18390,"c":14,"u":"hiddukel_dragonlance_dsotdq","p":18,"s":27,"h":1,"n":"Hiddukel"},{"id":18391,"c":14,"u":"kiri-jolith_dragonlance_dsotdq","p":14,"s":27,"h":1,"n":"Kiri-Jolith"},{"id":18392,"c":14,"u":"lunitari_dragonlance_dsotdq","p":16,"s":27,"h":1,"n":"Lunitari"},{"id":18393,"c":14,"u":"majere_dragonlance_dsotdq","p":15,"s":27,"h":1,"n":"Majere"},{"id":18394,"c":14,"u":"mishakal_dragonlance_dsotdq","p":15,"s":27,"h":1,"n":"Mishakal"},{"id":18395,"c":14,"u":"morgion_dragonlance_dsotdq","p":18,"s":27,"h":1,"n":"Morgion"},{"id":18396,"c":14,"u":"nuitari_dragonlance_dsotdq","p":19,"s":27,"h":1,"n":"Nuitari"},{"id":18397,"c":14,"u":"paladine_dragonlance_dsotdq","p":14,"s":27,"h":1,"n":"Paladine"},{"id":18398,"c":14,"u":"reorx_dragonlance_dsotdq","p":16,"s":27,"h":1,"n":"Reorx"},{"id":18399,"c":14,"u":"sargonnas_dragonlance_dsotdq","p":19,"s":27,"h":1,"n":"Sargonnas"},{"id":18400,"c":14,"u":"shinare_dragonlance_dsotdq","p":17,"s":27,"h":1,"n":"Shinare"},{"id":18401,"c":14,"u":"sirrion_dragonlance_dsotdq","p":17,"s":27,"h":1,"n":"Sirrion"},{"id":18402,"c":14,"u":"solinari_dragonlance_dsotdq","p":15,"s":27,"h":1,"n":"Solinari"},{"id":18403,"c":14,"u":"takhisis_dragonlance_dsotdq","p":18,"s":27,"h":1,"n":"Takhisis"},{"id":18404,"c":14,"u":"zeboim_dragonlance_dsotdq","p":19,"s":27,"h":1,"n":"Zeboim"},{"id":18405,"c":14,"u":"zivilyn_dragonlance_dsotdq","p":17,"s":27,"h":1,"n":"Zivilyn"},{"id":18406,"c":14,"u":"arms%20of%20the%20betrayers_exandria_egw","p":30,"s":28,"h":1,"dP":1,"n":"Arms of the Betrayers"},{"id":18407,"c":14,"u":"asmodeus_exandria_egw","p":26,"s":28,"h":1,"dP":1,"n":"Asmodeus"},{"id":18408,"c":14,"u":"avandra_exandria_egw","p":20,"s":28,"h":1,"dP":1,"n":"Avandra"},{"id":18409,"c":14,"u":"bahamut_exandria_egw","p":21,"s":28,"h":1,"dP":1,"n":"Bahamut"},{"id":18410,"c":14,"u":"bane_exandria_egw","p":26,"s":28,"h":1,"dP":1,"n":"Bane"},{"id":18411,"c":14,"u":"ceratos_exandria_egw","p":31,"s":28,"h":1,"dP":1,"n":"Ceratos"},{"id":18412,"c":14,"u":"corellon_exandria_egw","p":22,"s":28,"h":1,"dP":1,"n":"Corellon"},{"id":18413,"c":14,"u":"desirat_exandria_egw","p":31,"s":28,"h":1,"dP":1,"n":"Desirat"},{"id":18414,"c":14,"u":"erathis_exandria_egw","p":22,"s":28,"h":1,"dP":1,"n":"Erathis"},{"id":18415,"c":14,"u":"gruumsh_exandria_egw","p":27,"s":28,"h":1,"dP":1,"n":"Gruumsh"},{"id":18416,"c":14,"u":"ioun_exandria_egw","p":23,"s":28,"h":1,"dP":1,"n":"Ioun"},{"id":18417,"c":14,"u":"kord_exandria_egw","p":23,"s":28,"h":1,"dP":1,"n":"Kord"},{"id":18418,"c":14,"u":"lolth_exandria_egw","p":27,"s":28,"h":1,"dP":1,"n":"Lolth"},{"id":18419,"c":14,"u":"melora_exandria_egw","p":23,"s":28,"h":1,"dP":1,"n":"Melora"},{"id":18420,"c":14,"u":"moradin_exandria_egw","p":24,"s":28,"h":1,"dP":1,"n":"Moradin"},{"id":18421,"c":14,"u":"naviask_exandria_egw","p":32,"s":28,"h":1,"dP":1,"n":"Naviask"},{"id":18422,"c":14,"u":"pelor_exandria_egw","p":24,"s":28,"h":1,"dP":1,"n":"Pelor"},{"id":18423,"c":14,"u":"quajath_exandria_egw","p":32,"s":28,"h":1,"dP":1,"n":"Quajath"},{"id":18424,"c":14,"u":"raei_exandria_egw","p":24,"s":28,"h":1,"dP":1,"n":"Raei"},{"id":18425,"c":14,"u":"sehanine_exandria_egw","p":25,"s":28,"h":1,"dP":1,"n":"Sehanine"},{"id":18426,"c":14,"u":"tharizdun_exandria_egw","p":28,"s":28,"h":1,"dP":1,"n":"Tharizdun"},{"id":18427,"c":14,"u":"the%20hag%20mother_exandria_egw","p":32,"s":28,"h":1,"dP":1,"n":"The Hag Mother"},{"id":18428,"c":14,"u":"the%20luxon_exandria_egw","p":32,"s":28,"h":1,"dP":1,"n":"The Luxon"},{"id":18429,"c":14,"u":"the%20raven%20queen_exandria_egw","p":24,"s":28,"h":1,"dP":1,"n":"The Raven Queen"},{"id":18430,"c":14,"u":"the%20traveler_exandria_egw","p":32,"s":28,"h":1,"dP":1,"n":"The Traveler"},{"id":18431,"c":14,"u":"tiamat_exandria_egw","p":28,"s":28,"h":1,"dP":1,"n":"Tiamat"},{"id":18432,"c":14,"u":"torog_exandria_egw","p":28,"s":28,"h":1,"dP":1,"n":"Torog"},{"id":18433,"c":14,"u":"uk'otoa_exandria_egw","p":33,"s":28,"h":1,"dP":1,"n":"Uk'otoa"},{"id":18434,"c":14,"u":"vecna_exandria_egw","p":29,"s":28,"h":1,"dP":1,"n":"Vecna"},{"id":18435,"c":14,"u":"vesh_exandria_egw","p":33,"s":28,"h":1,"dP":1,"n":"Vesh"},{"id":18436,"c":14,"u":"xalicas_exandria_egw","p":33,"s":28,"h":1,"dP":1,"n":"Xalicas"},{"id":18437,"c":14,"u":"zehir_exandria_egw","p":29,"s":28,"h":1,"dP":1,"n":"Zehir"},{"id":18438,"c":14,"u":"arawai_eberron_erlw","p":141,"s":29,"h":1,"n":"Arawai"},{"id":18439,"c":14,"u":"aureon_eberron_erlw","p":141,"s":29,"h":1,"n":"Aureon"},{"id":18440,"c":14,"u":"balinor_eberron_erlw","p":141,"s":29,"h":1,"n":"Balinor"},{"id":18441,"c":14,"u":"boldrei_eberron_erlw","p":141,"s":29,"h":1,"n":"Boldrei"},{"id":18442,"c":14,"u":"cults%20of%20the%20dragon%20below_eberron_erlw","p":141,"s":29,"h":1,"n":"Cults of the Dragon Below"},{"id":18443,"c":14,"u":"dol%20arrah_eberron_erlw","p":141,"s":29,"h":1,"n":"Dol Arrah"},{"id":18444,"c":14,"u":"dol%20dorn_eberron_erlw","p":141,"s":29,"h":1,"n":"Dol Dorn"},{"id":18445,"c":14,"u":"kol%20korran_eberron_erlw","p":141,"s":29,"h":1,"n":"Kol Korran"},{"id":18446,"c":14,"u":"olladra_eberron_erlw","p":141,"s":29,"h":1,"n":"Olladra"},{"id":18447,"c":14,"u":"onatar_eberron_erlw","p":141,"s":29,"h":1,"n":"Onatar"},{"id":18448,"c":14,"u":"the%20blood%20of%20vol_eberron_erlw","p":141,"s":29,"h":1,"n":"The Blood of Vol"},{"id":18449,"c":14,"u":"the%20devourer_eberron_erlw","p":141,"s":29,"h":1,"n":"The Devourer"},{"id":18450,"c":14,"u":"the%20fury_eberron_erlw","p":141,"s":29,"h":1,"n":"The Fury"},{"id":18451,"c":14,"u":"the%20keeper_eberron_erlw","p":141,"s":29,"h":1,"n":"The Keeper"},{"id":18452,"c":14,"u":"the%20mockery_eberron_erlw","p":141,"s":29,"h":1,"n":"The Mockery"},{"id":18453,"c":14,"u":"the%20path%20of%20light_eberron_erlw","p":141,"s":29,"h":1,"n":"The Path of Light"},{"id":18454,"c":14,"u":"the%20shadow_eberron_erlw","p":141,"s":29,"h":1,"n":"The Shadow"},{"id":18455,"c":14,"u":"the%20silver%20flame_eberron_erlw","p":141,"s":29,"h":1,"n":"The Silver Flame"},{"id":18456,"c":14,"u":"the%20spirits%20of%20the%20past_eberron_erlw","p":141,"s":29,"h":1,"n":"The Spirits of the Past"},{"id":18457,"c":14,"u":"the%20traveler_eberron_erlw","p":141,"s":29,"h":1,"n":"The Traveler"},{"id":18458,"c":14,"u":"the%20undying%20court_eberron_erlw","p":141,"s":29,"h":1,"n":"The Undying Court"},{"id":18459,"c":14,"u":"procan_unknown_gos","p":18,"s":33,"h":1,"n":"Procan"},{"id":18460,"c":14,"u":"altus_amaranthine_hwcs","p":58,"s":37,"h":1,"dP":1,"n":"Altus"},{"id":18461,"c":14,"u":"ardea_amaranthine_hwcs","p":56,"s":37,"h":1,"dP":1,"n":"Ardea"},{"id":18462,"c":14,"u":"cairith_amaranthine_hwcs","p":63,"s":37,"h":1,"dP":1,"n":"Cairith"},{"id":18463,"c":14,"u":"clhuran_amaranthine_hwcs","p":59,"s":37,"h":1,"dP":1,"n":"Clhuran"},{"id":18464,"c":14,"u":"gaspard_amaranthine_hwcs","p":64,"s":37,"h":1,"dP":1,"n":"Gaspard"},{"id":18465,"c":14,"u":"gesme_amaranthine_hwcs","p":60,"s":37,"h":1,"dP":1,"n":"Gesme"},{"id":18466,"c":14,"u":"hanera_amaranthine_hwcs","p":61,"s":37,"h":1,"dP":1,"n":"Hanera"},{"id":18467,"c":14,"u":"hath_amaranthine_hwcs","p":65,"s":37,"h":1,"dP":1,"n":"Hath"},{"id":18468,"c":14,"u":"henwin_amaranthine_hwcs","p":66,"s":37,"h":1,"dP":1,"n":"Henwin"},{"id":18469,"c":14,"u":"kren_amaranthine_hwcs","p":67,"s":37,"h":1,"dP":1,"n":"Kren"},{"id":18470,"c":14,"u":"reya_amaranthine_hwcs","p":62,"s":37,"h":1,"dP":1,"n":"Reya"},{"id":18471,"c":14,"u":"tyton_amaranthine_hwcs","p":57,"s":37,"h":1,"dP":1,"n":"Tyton"},{"id":18472,"c":14,"u":"athreos_theros_mot","p":37,"s":46,"h":1,"n":"Athreos"},{"id":18473,"c":14,"u":"ephara_theros_mot","p":40,"s":46,"h":1,"n":"Ephara"},{"id":18474,"c":14,"u":"erebos_theros_mot","p":43,"s":46,"h":1,"n":"Erebos"},{"id":18475,"c":14,"u":"heliod_theros_mot","p":46,"s":46,"h":1,"n":"Heliod"},{"id":18476,"c":14,"u":"iroas_theros_mot","p":49,"s":46,"h":1,"n":"Iroas"},{"id":18477,"c":14,"u":"karametra_theros_mot","p":52,"s":46,"h":1,"n":"Karametra"},{"id":18478,"c":14,"u":"keranos_theros_mot","p":55,"s":46,"h":1,"n":"Keranos"},{"id":18479,"c":14,"u":"klothys_theros_mot","p":58,"s":46,"h":1,"n":"Klothys"},{"id":18480,"c":14,"u":"kruphix_theros_mot","p":61,"s":46,"h":1,"n":"Kruphix"},{"id":18481,"c":14,"u":"mogis_theros_mot","p":64,"s":46,"h":1,"n":"Mogis"},{"id":18482,"c":14,"u":"nylea_theros_mot","p":67,"s":46,"h":1,"n":"Nylea"},{"id":18483,"c":14,"u":"pharika_theros_mot","p":70,"s":46,"h":1,"n":"Pharika"},{"id":18484,"c":14,"u":"phenax_theros_mot","p":73,"s":46,"h":1,"n":"Phenax"},{"id":18485,"c":14,"u":"purphoros_theros_mot","p":76,"s":46,"h":1,"n":"Purphoros"},{"id":18486,"c":14,"u":"thassa_theros_mot","p":79,"s":46,"h":1,"n":"Thassa"},{"id":18487,"c":14,"u":"abbathor_dwarven_mtf","p":73,"s":48,"h":1,"n":"Abbathor"},{"id":18488,"c":14,"u":"aerdrie%20faenya_elven_mtf","p":43,"s":48,"h":1,"n":"Aerdrie Faenya"},{"id":18489,"c":14,"u":"alathrien%20druanna_elven_mtf","p":43,"s":48,"h":1,"n":"Alathrien Druanna"},{"id":18490,"c":14,"u":"alobal%20lorfiril_elven_mtf","p":43,"s":48,"h":1,"n":"Alobal Lorfiril"},{"id":18491,"c":14,"u":"angharradh_elven_mtf","p":43,"s":48,"h":1,"n":"Angharradh"},{"id":18492,"c":14,"u":"araleth%20letheranil_elven_mtf","p":43,"s":48,"h":1,"n":"Araleth Letheranil"},{"id":18493,"c":14,"u":"arvoreen_halfling_mtf","p":103,"s":48,"h":1,"n":"Arvoreen"},{"id":18494,"c":14,"u":"baervan%20wildwanderer_gnome_mtf","p":111,"s":48,"h":1,"n":"Baervan Wildwanderer"},{"id":18495,"c":14,"u":"baravar%20cloakshadow_gnome_mtf","p":111,"s":48,"h":1,"n":"Baravar Cloakshadow"},{"id":18496,"c":14,"u":"berronar%20truesilver_dwarven_mtf","p":73,"s":48,"h":1,"n":"Berronar Truesilver"},{"id":18497,"c":14,"u":"bleredd_gnome_mtf","p":110,"s":48,"h":1,"n":"Bleredd"},{"id":18498,"c":14,"u":"brandobaris_halfling_mtf","p":104,"s":48,"h":1,"n":"Brandobaris"},{"id":18499,"c":14,"u":"callarduran%20smoothhands_gnome_mtf","p":111,"s":48,"h":1,"n":"Callarduran Smoothhands"},{"id":18500,"c":14,"u":"charmalaine_halfling_mtf","p":103,"s":48,"h":1,"n":"Charmalaine"},{"id":18501,"c":14,"u":"clangeddin%20silverbeard_dwarven_mtf","p":73,"s":48,"h":1,"n":"Clangeddin Silverbeard"},{"id":18502,"c":14,"u":"corellon%20larethian_elven_mtf","p":43,"s":48,"h":1,"n":"Corellon Larethian"},{"id":18503,"c":14,"u":"cyrrollalee_halfling_mtf","p":104,"s":48,"h":1,"n":"Cyrrollalee"},{"id":18504,"c":14,"u":"darahl%20tilvenar_elven_mtf","p":43,"s":48,"h":1,"n":"Darahl Tilvenar"},{"id":18505,"c":14,"u":"deep%20duerra_duergar_mtf","p":79,"s":48,"h":1,"n":"Deep Duerra"},{"id":18506,"c":14,"u":"deep%20sashelas_elven_mtf","p":48,"s":48,"h":1,"n":"Deep Sashelas"},{"id":18507,"c":14,"u":"dugmaren%20brightmantle_dwarven_mtf","p":73,"s":48,"h":1,"n":"Dugmaren Brightmantle"},{"id":18508,"c":14,"u":"dumathoin_dwarven_mtf","p":73,"s":48,"h":1,"n":"Dumathoin"},{"id":18509,"c":14,"u":"eilistraee_drow_mtf","p":56,"s":48,"h":1,"n":"Eilistraee"},{"id":18510,"c":14,"u":"elebrin%20liothiel_elven_mtf","p":43,"s":48,"h":1,"n":"Elebrin liothiel"},{"id":18511,"c":14,"u":"erevan%20ilesere_elven_mtf","p":43,"s":48,"h":1,"n":"Erevan Ilesere"},{"id":18512,"c":14,"u":"fenmarel%20mestarine_elven_mtf","p":43,"s":48,"h":1,"n":"Fenmarel Mestarine"},{"id":18513,"c":14,"u":"flandal%20steelskin_gnome_mtf","p":111,"s":48,"h":1,"n":"Flandal Steelskin"},{"id":18514,"c":14,"u":"gadhelyn_elven_mtf","p":43,"s":48,"h":1,"n":"Gadhelyn"},{"id":18515,"c":14,"u":"gaerdal%20ironhand_gnome_mtf","p":112,"s":48,"h":1,"n":"Gaerdal Ironhand"},{"id":18516,"c":14,"u":"garl%20glittergold_gnome_mtf","p":111,"s":48,"h":1,"n":"Garl Glittergold"},{"id":18517,"c":14,"u":"gelf%20darkhearth_gnome_mtf","p":110,"s":48,"h":1,"n":"Gelf Darkhearth"},{"id":18518,"c":14,"u":"ghaunadaur_drow_mtf","p":53,"s":48,"h":1,"n":"Ghaunadaur"},{"id":18519,"c":14,"u":"gorm%20gulthyn_dwarven_mtf","p":73,"s":48,"h":1,"n":"Gorm Gulthyn"},{"id":18520,"c":14,"u":"haela%20brightaxe_dwarven_mtf","p":73,"s":48,"h":1,"n":"Haela Brightaxe"},{"id":18521,"c":14,"u":"hanali%20celanil_elven_mtf","p":45,"s":48,"h":1,"n":"Hanali Celanil"},{"id":18522,"c":14,"u":"hanseath_dwarven_mtf","p":73,"s":48,"h":1,"n":"Hanseath"},{"id":18523,"c":14,"u":"keptolo_drow_mtf","p":54,"s":48,"h":1,"n":"Keptolo"},{"id":18524,"c":14,"u":"kiaransalee_drow_mtf","p":54,"s":48,"h":1,"n":"Kiaransalee"},{"id":18525,"c":14,"u":"kirith%20sotheril_elven_mtf","p":43,"s":48,"h":1,"n":"Kirith Sotheril"},{"id":18526,"c":14,"u":"labelas%20enoreth_elven_mtf","p":45,"s":48,"h":1,"n":"Labelas Enoreth"},{"id":18527,"c":14,"u":"laduguer_duergar_mtf","p":79,"s":48,"h":1,"n":"Laduguer"},{"id":18528,"c":14,"u":"lolth_drow_mtf","p":53,"s":48,"h":1,"n":"Lolth"},{"id":18529,"c":14,"u":"malyk_drow_mtf","p":54,"s":48,"h":1,"n":"Malyk"},{"id":18530,"c":14,"u":"marthammor%20duin_dwarven_mtf","p":73,"s":48,"h":1,"n":"Marthammor Duin"},{"id":18531,"c":14,"u":"melira%20taralen_elven_mtf","p":43,"s":48,"h":1,"n":"Melira Taralen"},{"id":18532,"c":14,"u":"moradin_dwarven_mtf","p":72,"s":48,"h":1,"n":"Moradin"},{"id":18533,"c":14,"u":"muamman%20duathal_dwarven_mtf","p":73,"s":48,"h":1,"n":"Muamman Duathal"},{"id":18534,"c":14,"u":"mya_dwarven_mtf","p":73,"s":48,"h":1,"n":"Mya"},{"id":18535,"c":14,"u":"mythrien%20sarath_elven_mtf","p":43,"s":48,"h":1,"n":"Mythrien Sarath"},{"id":18536,"c":14,"u":"naralis%20analor_elven_mtf","p":43,"s":48,"h":1,"n":"Naralis Analor"},{"id":18537,"c":14,"u":"nebelun_gnome_mtf","p":112,"s":48,"h":1,"n":"Nebelun"},{"id":18538,"c":14,"u":"rellavar%20danuvien_elven_mtf","p":43,"s":48,"h":1,"n":"Rellavar Danuvien"},{"id":18539,"c":14,"u":"rill%20cleverthrush_gnome_mtf","p":110,"s":48,"h":1,"n":"Rill Cleverthrush"},{"id":18540,"c":14,"u":"rillifane%20rallathil_elven_mtf","p":46,"s":48,"h":1,"n":"Rillifane Rallathil"},{"id":18541,"c":14,"u":"roknar_dwarven_mtf","p":73,"s":48,"h":1,"n":"Roknar"},{"id":18542,"c":14,"u":"sarula%20iliene_elven_mtf","p":43,"s":48,"h":1,"n":"Sarula Iliene"},{"id":18543,"c":14,"u":"segojan%20earthcaller_gnome_mtf","p":112,"s":48,"h":1,"n":"Segojan Earthcaller"},{"id":18544,"c":14,"u":"sehanine%20moonbow_elven_mtf","p":46,"s":48,"h":1,"n":"Sehanine Moonbow"},{"id":18545,"c":14,"u":"selvetarm_drow_mtf","p":54,"s":48,"h":1,"n":"Selvetarm"},{"id":18546,"c":14,"u":"sharindlar_dwarven_mtf","p":73,"s":48,"h":1,"n":"Sharindlar"},{"id":18547,"c":14,"u":"sheela%20peryroyl_halfling_mtf","p":103,"s":48,"h":1,"n":"Sheela Peryroyl"},{"id":18548,"c":14,"u":"shevarash_elven_mtf","p":43,"s":48,"h":1,"n":"Shevarash"},{"id":18549,"c":14,"u":"sheyanna%20flaxenstrand_gnome_mtf","p":110,"s":48,"h":1,"n":"Sheyanna Flaxenstrand"},{"id":18550,"c":14,"u":"solonor%20thelandira_elven_mtf","p":43,"s":48,"h":1,"n":"Solonor Thelandira"},{"id":18551,"c":14,"u":"tarsellis%20meunniduin_elven_mtf","p":43,"s":48,"h":1,"n":"Tarsellis Meunniduin"},{"id":18552,"c":14,"u":"tethrin%20verald%c3%a9_elven_mtf","p":43,"s":48,"h":1,"n":"Tethrin Veralde"},{"id":18553,"c":14,"u":"thard%20harr_dwarven_mtf","p":73,"s":48,"h":1,"n":"Thard Harr"},{"id":18554,"c":14,"u":"tharmekh%c3%bbl_dwarven_mtf","p":73,"s":48,"h":1,"n":"Tharmekhul"},{"id":18555,"c":14,"u":"thautam_dwarven_mtf","p":73,"s":48,"h":1,"n":"Thautam"},{"id":18556,"c":14,"u":"ulaa_dwarven_mtf","p":73,"s":48,"h":1,"n":"Ulaa"},{"id":18557,"c":14,"u":"urdlen_gnome_mtf","p":112,"s":48,"h":1,"n":"Urdlen"},{"id":18558,"c":14,"u":"urogalan_halfling_mtf","p":104,"s":48,"h":1,"n":"Urogalan"},{"id":18559,"c":14,"u":"valkauna_dwarven_mtf","p":73,"s":48,"h":1,"n":"Valkauna"},{"id":18560,"c":14,"u":"vandria%20gilmadrith_elven_mtf","p":43,"s":48,"h":1,"n":"Vandria Gilmadrith"},{"id":18561,"c":14,"u":"vergadain_dwarven_mtf","p":73,"s":48,"h":1,"n":"Vergadain"},{"id":18562,"c":14,"u":"vhaeraun_drow_mtf","p":55,"s":48,"h":1,"n":"Vhaeraun"},{"id":18563,"c":14,"u":"ye'cind_elven_mtf","p":43,"s":48,"h":1,"n":"Ye'Cind"},{"id":18564,"c":14,"u":"yondalla_halfling_mtf","p":102,"s":48,"h":1,"n":"Yondalla"},{"id":18565,"c":14,"u":"zandilar_elven_mtf","p":43,"s":48,"h":1,"n":"Zandilar"},{"id":18566,"c":14,"u":"zinzerena_drow_mtf","p":56,"s":48,"h":1,"n":"Zinzerena"},{"id":18567,"c":14,"u":"aegir_norse_phb","p":299,"s":52,"h":1,"n":"Aegir"},{"id":18568,"c":14,"u":"anubis_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Anubis"},{"id":18569,"c":14,"u":"apep_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Apep"},{"id":18570,"c":14,"u":"aphrodite_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Aphrodite"},{"id":18571,"c":14,"u":"apollo_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Apollo"},{"id":18572,"c":14,"u":"arawai_eberron_phb","p":296,"s":52,"h":1,"n":"Arawai"},{"id":18573,"c":14,"u":"arawn_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Arawn"},{"id":18574,"c":14,"u":"ares_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Ares"},{"id":18575,"c":14,"u":"artemis_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Artemis"},{"id":18576,"c":14,"u":"athena_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Athena"},{"id":18577,"c":14,"u":"aureon_eberron_phb","p":296,"s":52,"h":1,"n":"Aureon"},{"id":18578,"c":14,"u":"auril_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Auril"},{"id":18579,"c":14,"u":"azuth_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Azuth"},{"id":18580,"c":14,"u":"bahamut_nonhuman_phb","p":296,"s":52,"h":1,"n":"Bahamut"},{"id":18581,"c":14,"u":"balder_norse_phb","p":299,"s":52,"h":1,"n":"Balder"},{"id":18582,"c":14,"u":"balinor_eberron_phb","p":296,"s":52,"h":1,"n":"Balinor"},{"id":18583,"c":14,"u":"bane_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Bane"},{"id":18584,"c":14,"u":"bast_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Bast"},{"id":18585,"c":14,"u":"belenus_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Belenus"},{"id":18586,"c":14,"u":"beory_greyhawk_phb","p":295,"s":52,"h":1,"n":"Beory"},{"id":18587,"c":14,"u":"bes_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Bes"},{"id":18588,"c":14,"u":"beshaba_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Beshaba"},{"id":18589,"c":14,"u":"bhaal_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Bhaal"},{"id":18590,"c":14,"u":"blibdoolpoolp_nonhuman_phb","p":296,"s":52,"h":1,"n":"Blibdoolpoolp"},{"id":18591,"c":14,"u":"boccob_greyhawk_phb","p":295,"s":52,"h":1,"n":"Boccob"},{"id":18592,"c":14,"u":"boldrei_eberron_phb","p":296,"s":52,"h":1,"n":"Boldrei"},{"id":18593,"c":14,"u":"branchala_dragonlance_phb","p":295,"s":52,"h":1,"n":"Branchala"},{"id":18594,"c":14,"u":"brigantia_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Brigantia"},{"id":18595,"c":14,"u":"celestian_greyhawk_phb","p":295,"s":52,"h":1,"n":"Celestian"},{"id":18596,"c":14,"u":"chauntea_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Chauntea"},{"id":18597,"c":14,"u":"chemosh_dragonlance_phb","p":295,"s":52,"h":1,"n":"Chemosh"},{"id":18598,"c":14,"u":"chislev_dragonlance_phb","p":295,"s":52,"h":1,"n":"Chislev"},{"id":18599,"c":14,"u":"corellon%20larethian_nonhuman_phb","p":296,"s":52,"h":1,"n":"Corellon Larethian"},{"id":18600,"c":14,"u":"cults%20of%20the%20dragon%20below_eberron_phb","p":296,"s":52,"h":1,"n":"Cults of the Dragon Below"},{"id":18601,"c":14,"u":"cyric_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Cyric"},{"id":18602,"c":14,"u":"deep%20sashelas_nonhuman_phb","p":296,"s":52,"h":1,"n":"Deep Sashelas"},{"id":18603,"c":14,"u":"demeter_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Demeter"},{"id":18604,"c":14,"u":"deneir_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Deneir"},{"id":18605,"c":14,"u":"diancecht_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Diancecht"},{"id":18606,"c":14,"u":"dionysus_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Dionysus"},{"id":18607,"c":14,"u":"dol%20arrah_eberron_phb","p":296,"s":52,"h":1,"n":"Dol Arrah"},{"id":18608,"c":14,"u":"dol%20dorn_eberron_phb","p":296,"s":52,"h":1,"n":"Dol Dorn"},{"id":18609,"c":14,"u":"dunatis_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Dunatis"},{"id":18610,"c":14,"u":"eadro_nonhuman_phb","p":296,"s":52,"h":1,"n":"Eadro"},{"id":18611,"c":14,"u":"ehlonna_greyhawk_phb","p":295,"s":52,"h":1,"n":"Ehlonna"},{"id":18612,"c":14,"u":"eldath_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Eldath"},{"id":18613,"c":14,"u":"erythnul_greyhawk_phb","p":295,"s":52,"h":1,"n":"Erythnul"},{"id":18614,"c":14,"u":"fharlanghn_greyhawk_phb","p":295,"s":52,"h":1,"n":"Fharlanghn"},{"id":18615,"c":14,"u":"forseti_norse_phb","p":299,"s":52,"h":1,"n":"Forseti"},{"id":18616,"c":14,"u":"frey_norse_phb","p":299,"s":52,"h":1,"n":"Frey"},{"id":18617,"c":14,"u":"freya_norse_phb","p":299,"s":52,"h":1,"n":"Freya"},{"id":18618,"c":14,"u":"frigga_norse_phb","p":299,"s":52,"h":1,"n":"Frigga"},{"id":18619,"c":14,"u":"garl%20glittergold_nonhuman_phb","p":296,"s":52,"h":1,"n":"Garl Glittergold"},{"id":18620,"c":14,"u":"gilean_dragonlance_phb","p":295,"s":52,"h":1,"n":"Gilean"},{"id":18621,"c":14,"u":"goibhniu_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Goibhniu"},{"id":18622,"c":14,"u":"gond_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Gond"},{"id":18623,"c":14,"u":"grolantor_nonhuman_phb","p":296,"s":52,"h":1,"n":"Grolantor"},{"id":18624,"c":14,"u":"gruumsh_nonhuman_phb","p":296,"s":52,"h":1,"n":"Gruumsh"},{"id":18625,"c":14,"u":"habbakuk_dragonlance_phb","p":295,"s":52,"h":1,"n":"Habbakuk"},{"id":18626,"c":14,"u":"hades_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Hades"},{"id":18627,"c":14,"u":"hathor_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Hathor"},{"id":18628,"c":14,"u":"hecate_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Hecate"},{"id":18629,"c":14,"u":"heimdall_norse_phb","p":299,"s":52,"h":1,"n":"Heimdall"},{"id":18630,"c":14,"u":"heironeous_greyhawk_phb","p":295,"s":52,"h":1,"n":"Heironeous"},{"id":18631,"c":14,"u":"hel_norse_phb","p":299,"s":52,"h":1,"n":"Hel"},{"id":18632,"c":14,"u":"helm_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Helm"},{"id":18633,"c":14,"u":"hephaestus_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Hephaestus"},{"id":18634,"c":14,"u":"hera_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Hera"},{"id":18635,"c":14,"u":"hercules_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Hercules"},{"id":18636,"c":14,"u":"hermes_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Hermes"},{"id":18637,"c":14,"u":"hermod_norse_phb","p":299,"s":52,"h":1,"n":"Hermod"},{"id":18638,"c":14,"u":"hestia_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Hestia"},{"id":18639,"c":14,"u":"hextor_greyhawk_phb","p":295,"s":52,"h":1,"n":"Hextor"},{"id":18640,"c":14,"u":"hiddukel_dragonlance_phb","p":295,"s":52,"h":1,"n":"Hiddukel"},{"id":18641,"c":14,"u":"hruggek_nonhuman_phb","p":296,"s":52,"h":1,"n":"Hruggek"},{"id":18642,"c":14,"u":"ilmater_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Ilmater"},{"id":18643,"c":14,"u":"imhotep_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Imhotep"},{"id":18644,"c":14,"u":"incabulos_greyhawk_phb","p":295,"s":52,"h":1,"n":"Incabulos"},{"id":18645,"c":14,"u":"isis_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Isis"},{"id":18646,"c":14,"u":"istus_greyhawk_phb","p":295,"s":52,"h":1,"n":"Istus"},{"id":18647,"c":14,"u":"iuz_greyhawk_phb","p":295,"s":52,"h":1,"n":"Iuz"},{"id":18648,"c":14,"u":"kelemvor_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Kelemvor"},{"id":18649,"c":14,"u":"kiri-jolith_dragonlance_phb","p":295,"s":52,"h":1,"n":"Kiri-Jolith"},{"id":18650,"c":14,"u":"kol%20korran_eberron_phb","p":296,"s":52,"h":1,"n":"Kol Korran"},{"id":18651,"c":14,"u":"kord_greyhawk_phb","p":295,"s":52,"h":1,"n":"Kord"},{"id":18652,"c":14,"u":"kurtulmak_nonhuman_phb","p":296,"s":52,"h":1,"n":"Kurtulmak"},{"id":18653,"c":14,"u":"laogzed_nonhuman_phb","p":296,"s":52,"h":1,"n":"Laogzed"},{"id":18654,"c":14,"u":"lathander_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Lathander"},{"id":18655,"c":14,"u":"leira_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Leira"},{"id":18656,"c":14,"u":"lliira_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Lliira"},{"id":18657,"c":14,"u":"loki_norse_phb","p":299,"s":52,"h":1,"n":"Loki"},{"id":18658,"c":14,"u":"lolth_nonhuman_phb","p":296,"s":52,"h":1,"n":"Lolth"},{"id":18659,"c":14,"u":"loviatar_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Loviatar"},{"id":18660,"c":14,"u":"lugh_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Lugh"},{"id":18661,"c":14,"u":"lunitari_dragonlance_phb","p":295,"s":52,"h":1,"n":"Lunitari"},{"id":18662,"c":14,"u":"maglubiyet_nonhuman_phb","p":296,"s":52,"h":1,"n":"Maglubiyet"},{"id":18663,"c":14,"u":"majere_dragonlance_phb","p":295,"s":52,"h":1,"n":"Majere"},{"id":18664,"c":14,"u":"malar_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Malar"},{"id":18665,"c":14,"u":"manannan%20mac%20lir_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Manannan mac Lir"},{"id":18666,"c":14,"u":"mask_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Mask"},{"id":18667,"c":14,"u":"math%20mathonwy_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Math Mathonwy"},{"id":18668,"c":14,"u":"mielikki_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Mielikki"},{"id":18669,"c":14,"u":"milil_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Milil"},{"id":18670,"c":14,"u":"mishakal_dragonlance_phb","p":295,"s":52,"h":1,"n":"Mishakal"},{"id":18671,"c":14,"u":"moradin_nonhuman_phb","p":296,"s":52,"h":1,"n":"Moradin"},{"id":18672,"c":14,"u":"morgion_dragonlance_phb","p":295,"s":52,"h":1,"n":"Morgion"},{"id":18673,"c":14,"u":"morrigan_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Morrigan"},{"id":18674,"c":14,"u":"myrkul_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Myrkul"},{"id":18675,"c":14,"u":"mystra_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Mystra"},{"id":18676,"c":14,"u":"nephthys_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Nephthys"},{"id":18677,"c":14,"u":"nerull_greyhawk_phb","p":295,"s":52,"h":1,"n":"Nerull"},{"id":18678,"c":14,"u":"nike_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Nike"},{"id":18679,"c":14,"u":"njord_norse_phb","p":299,"s":52,"h":1,"n":"Njord"},{"id":18680,"c":14,"u":"nuada_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Nuada"},{"id":18681,"c":14,"u":"nuitari_dragonlance_phb","p":295,"s":52,"h":1,"n":"Nuitari"},{"id":18682,"c":14,"u":"obad-hai_greyhawk_phb","p":295,"s":52,"h":1,"n":"Obad-Hai"},{"id":18683,"c":14,"u":"odin_norse_phb","p":299,"s":52,"h":1,"n":"Odin"},{"id":18684,"c":14,"u":"odur_norse_phb","p":299,"s":52,"h":1,"n":"Odur"},{"id":18685,"c":14,"u":"oghma_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Oghma"},{"id":18686,"c":14,"u":"oghma_forgotten%20realms_phb","p":294,"s":52,"h":1,"r":1,"n":"Oghma"},{"id":18687,"c":14,"u":"olidammara_greyhawk_phb","p":295,"s":52,"h":1,"n":"Olidammara"},{"id":18688,"c":14,"u":"olladra_eberron_phb","p":296,"s":52,"h":1,"n":"Olladra"},{"id":18689,"c":14,"u":"onatar_eberron_phb","p":296,"s":52,"h":1,"n":"Onatar"},{"id":18690,"c":14,"u":"osiris_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Osiris"},{"id":18691,"c":14,"u":"paladine_dragonlance_phb","p":295,"s":52,"h":1,"n":"Paladine"},{"id":18692,"c":14,"u":"pan_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Pan"},{"id":18693,"c":14,"u":"pelor_greyhawk_phb","p":295,"s":52,"h":1,"n":"Pelor"},{"id":18694,"c":14,"u":"pholtus_greyhawk_phb","p":295,"s":52,"h":1,"n":"Pholtus"},{"id":18695,"c":14,"u":"poseidon_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Poseidon"},{"id":18696,"c":14,"u":"ptah_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Ptah"},{"id":18697,"c":14,"u":"ralishaz_greyhawk_phb","p":295,"s":52,"h":1,"n":"Ralishaz"},{"id":18698,"c":14,"u":"rao_greyhawk_phb","p":295,"s":52,"h":1,"n":"Rao"},{"id":18699,"c":14,"u":"re-horakhty_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Re-Horakhty"},{"id":18700,"c":14,"u":"reorx_dragonlance_phb","p":295,"s":52,"h":1,"n":"Reorx"},{"id":18701,"c":14,"u":"rillifane%20rallathil_nonhuman_phb","p":296,"s":52,"h":1,"n":"Rillifane Rallathil"},{"id":18702,"c":14,"u":"sargonnas_dragonlance_phb","p":295,"s":52,"h":1,"n":"Sargonnas"},{"id":18703,"c":14,"u":"savras_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Savras"},{"id":18704,"c":14,"u":"sehanine%20moonbow_nonhuman_phb","p":296,"s":52,"h":1,"n":"Sehanine Moonbow"},{"id":18705,"c":14,"u":"sekolah_nonhuman_phb","p":296,"s":52,"h":1,"n":"Sekolah"},{"id":18706,"c":14,"u":"sel%c3%bbne_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Selune"},{"id":18707,"c":14,"u":"semuanya_nonhuman_phb","p":296,"s":52,"h":1,"n":"Semuanya"},{"id":18708,"c":14,"u":"set_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Set"},{"id":18709,"c":14,"u":"shar_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Shar"},{"id":18710,"c":14,"u":"shinare_dragonlance_phb","p":295,"s":52,"h":1,"n":"Shinare"},{"id":18711,"c":14,"u":"sif_norse_phb","p":299,"s":52,"h":1,"n":"Sif"},{"id":18712,"c":14,"u":"silvanus_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"Silvanus"},{"id":18713,"c":14,"u":"silvanus_forgotten%20realms_phb","p":294,"s":52,"h":1,"r":1,"n":"Silvanus"},{"id":18714,"c":14,"u":"sirrion_dragonlance_phb","p":295,"s":52,"h":1,"n":"Sirrion"},{"id":18715,"c":14,"u":"skadi_norse_phb","p":299,"s":52,"h":1,"n":"Skadi"},{"id":18716,"c":14,"u":"skerrit_nonhuman_phb","p":296,"s":52,"h":1,"n":"Skerrit"},{"id":18717,"c":14,"u":"skoraeus%20stonebones_nonhuman_phb","p":296,"s":52,"h":1,"n":"Skoraeus Stonebones"},{"id":18718,"c":14,"u":"sobek_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Sobek"},{"id":18719,"c":14,"u":"solinari_dragonlance_phb","p":295,"s":52,"h":1,"n":"Solinari"},{"id":18720,"c":14,"u":"st.%20cuthbert_greyhawk_phb","p":295,"s":52,"h":1,"n":"St. Cuthbert"},{"id":18721,"c":14,"u":"sune_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Sune"},{"id":18722,"c":14,"u":"surtur_nonhuman_phb","p":296,"s":52,"h":1,"n":"Surtur"},{"id":18723,"c":14,"u":"surtur_norse_phb","p":299,"s":52,"h":1,"n":"Surtur"},{"id":18724,"c":14,"u":"takhisis_dragonlance_phb","p":295,"s":52,"h":1,"n":"Takhisis"},{"id":18725,"c":14,"u":"talona_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Talona"},{"id":18726,"c":14,"u":"talos_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Talos"},{"id":18727,"c":14,"u":"tempus_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Tempus"},{"id":18728,"c":14,"u":"tharizdun_greyhawk_phb","p":295,"s":52,"h":1,"n":"Tharizdun"},{"id":18729,"c":14,"u":"the%20blood%20of%20vol_eberron_phb","p":296,"s":52,"h":1,"n":"The Blood of Vol"},{"id":18730,"c":14,"u":"the%20daghdha_celtic_phb","p":298,"s":52,"h":1,"r":1,"n":"The Daghdha"},{"id":18731,"c":14,"u":"the%20devourer_eberron_phb","p":296,"s":52,"h":1,"n":"The Devourer"},{"id":18732,"c":14,"u":"the%20fury_eberron_phb","p":296,"s":52,"h":1,"n":"The Fury"},{"id":18733,"c":14,"u":"the%20keeper_eberron_phb","p":296,"s":52,"h":1,"n":"The Keeper"},{"id":18734,"c":14,"u":"the%20mockery_eberron_phb","p":296,"s":52,"h":1,"n":"The Mockery"},{"id":18735,"c":14,"u":"the%20path%20of%20light_eberron_phb","p":296,"s":52,"h":1,"n":"The Path of Light"},{"id":18736,"c":14,"u":"the%20shadow_eberron_phb","p":296,"s":52,"h":1,"n":"The Shadow"},{"id":18737,"c":14,"u":"the%20silver%20flame_eberron_phb","p":296,"s":52,"h":1,"n":"The Silver Flame"},{"id":18738,"c":14,"u":"the%20spirits%20of%20the%20past_eberron_phb","p":296,"s":52,"h":1,"n":"The Spirits of the Past"},{"id":18739,"c":14,"u":"the%20traveler_eberron_phb","p":296,"s":52,"h":1,"n":"The Traveler"},{"id":18740,"c":14,"u":"the%20undying%20court_eberron_phb","p":296,"s":52,"h":1,"n":"The Undying Court"},{"id":18741,"c":14,"u":"thor_norse_phb","p":299,"s":52,"h":1,"n":"Thor"},{"id":18742,"c":14,"u":"thoth_egyptian_phb","p":299,"s":52,"h":1,"r":1,"n":"Thoth"},{"id":18743,"c":14,"u":"thrym_nonhuman_phb","p":296,"s":52,"h":1,"n":"Thrym"},{"id":18744,"c":14,"u":"thrym_norse_phb","p":299,"s":52,"h":1,"n":"Thrym"},{"id":18745,"c":14,"u":"tiamat_nonhuman_phb","p":296,"s":52,"h":1,"n":"Tiamat"},{"id":18746,"c":14,"u":"torm_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Torm"},{"id":18747,"c":14,"u":"trithereon_greyhawk_phb","p":295,"s":52,"h":1,"n":"Trithereon"},{"id":18748,"c":14,"u":"tyche_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Tyche"},{"id":18749,"c":14,"u":"tymora_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Tymora"},{"id":18750,"c":14,"u":"tyr_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Tyr"},{"id":18751,"c":14,"u":"tyr_norse_phb","p":299,"s":52,"h":1,"n":"Tyr"},{"id":18752,"c":14,"u":"ulaa_greyhawk_phb","p":295,"s":52,"h":1,"n":"Ulaa"},{"id":18753,"c":14,"u":"uller_norse_phb","p":299,"s":52,"h":1,"n":"Uller"},{"id":18754,"c":14,"u":"umberlee_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Umberlee"},{"id":18755,"c":14,"u":"vecna_greyhawk_phb","p":295,"s":52,"h":1,"n":"Vecna"},{"id":18756,"c":14,"u":"waukeen_forgotten%20realms_phb","p":294,"s":52,"h":1,"n":"Waukeen"},{"id":18757,"c":14,"u":"wee%20jas_greyhawk_phb","p":295,"s":52,"h":1,"n":"Wee Jas"},{"id":18758,"c":14,"u":"yondalla_nonhuman_phb","p":296,"s":52,"h":1,"n":"Yondalla"},{"id":18759,"c":14,"u":"zeboim_dragonlance_phb","p":295,"s":52,"h":1,"n":"Zeboim"},{"id":18760,"c":14,"u":"zeus_greek_phb","p":298,"s":52,"h":1,"r":1,"n":"Zeus"},{"id":18761,"c":14,"u":"zivilyn_dragonlance_phb","p":295,"s":52,"h":1,"n":"Zivilyn"},{"id":18762,"c":14,"u":"azgrah_exandria_tdcsr","p":40,"s":61,"h":1,"dP":1,"n":"Azgrah"},{"id":18763,"c":14,"u":"galdric_exandria_tdcsr","p":40,"s":61,"h":1,"dP":1,"n":"Galdric"},{"id":18764,"c":14,"u":"graz'tchar_exandria_tdcsr","p":40,"s":61,"h":1,"dP":1,"n":"Graz'tchar"},{"id":18765,"c":14,"u":"khedive%20xundi_exandria_tdcsr","p":40,"s":61,"h":1,"dP":1,"n":"Khedive Xundi"},{"id":18766,"c":14,"u":"the%20all-hammer_exandria_tdcsr","p":31,"s":61,"h":1,"dP":1,"n":"The All-Hammer"},{"id":18767,"c":14,"u":"the%20arch%20heart_exandria_tdcsr","p":29,"s":61,"h":1,"dP":1,"n":"The Arch Heart"},{"id":18768,"c":14,"u":"the%20chained%20oblivion_exandria_tdcsr","p":36,"s":61,"h":1,"dP":1,"n":"The Chained Oblivion"},{"id":18769,"c":14,"u":"the%20changebringer_exandria_tdcsr","p":28,"s":61,"h":1,"dP":1,"n":"The Changebringer"},{"id":18770,"c":14,"u":"the%20cloaked%20serpent_exandria_tdcsr","p":38,"s":61,"h":1,"dP":1,"n":"The Cloaked Serpent"},{"id":18771,"c":14,"u":"the%20crawling%20king_exandria_tdcsr","p":37,"s":61,"h":1,"dP":1,"n":"The Crawling King"},{"id":18772,"c":14,"u":"the%20dawnfather_exandria_tdcsr","p":32,"s":61,"h":1,"dP":1,"n":"The Dawnfather"},{"id":18773,"c":14,"u":"the%20everlight_exandria_tdcsr","p":32,"s":61,"h":1,"dP":1,"n":"The Everlight"},{"id":18774,"c":14,"u":"the%20knowing%20mentor_exandria_tdcsr","p":30,"s":61,"h":1,"dP":1,"n":"The Knowing Mentor"},{"id":18775,"c":14,"u":"the%20lawbearer_exandria_tdcsr","p":29,"s":61,"h":1,"dP":1,"n":"The Lawbearer"},{"id":18776,"c":14,"u":"the%20lord%20of%20the%20hells_exandria_tdcsr","p":34,"s":61,"h":1,"dP":1,"n":"The Lord of the Hells"},{"id":18777,"c":14,"u":"the%20lost%20beacon%20of%20unknown%20light_exandria_tdcsr","p":41,"s":61,"h":1,"dP":1,"n":"The Lost Beacon of Unknown Light"},{"id":18778,"c":14,"u":"the%20matron%20of%20ravens_exandria_tdcsr","p":32,"s":61,"h":1,"dP":1,"n":"The Matron of Ravens"},{"id":18779,"c":14,"u":"the%20moonweaver_exandria_tdcsr","p":33,"s":61,"h":1,"dP":1,"n":"The Moonweaver"},{"id":18780,"c":14,"u":"the%20observer_exandria_tdcsr","p":41,"s":61,"h":1,"dP":1,"n":"The Observer"},{"id":18781,"c":14,"u":"the%20platinum%20dragon_exandria_tdcsr","p":28,"s":61,"h":1,"dP":1,"n":"The Platinum Dragon"},{"id":18782,"c":14,"u":"the%20ruiner_exandria_tdcsr","p":35,"s":61,"h":1,"dP":1,"n":"The Ruiner"},{"id":18783,"c":14,"u":"the%20scaled%20tyrant_exandria_tdcsr","p":37,"s":61,"h":1,"dP":1,"n":"The Scaled Tyrant"},{"id":18784,"c":14,"u":"the%20sightless_exandria_tdcsr","p":41,"s":61,"h":1,"dP":1,"n":"The Sightless"},{"id":18785,"c":14,"u":"the%20spider%20queen_exandria_tdcsr","p":35,"s":61,"h":1,"dP":1,"n":"The Spider Queen"},{"id":18786,"c":14,"u":"the%20stormlord_exandria_tdcsr","p":30,"s":61,"h":1,"dP":1,"n":"The Stormlord"},{"id":18787,"c":14,"u":"the%20strife%20emperor_exandria_tdcsr","p":34,"s":61,"h":1,"dP":1,"n":"The Strife Emperor"},{"id":18788,"c":14,"u":"the%20traveler_exandria_tdcsr","p":42,"s":61,"h":1,"dP":1,"n":"The Traveler"},{"id":18789,"c":14,"u":"the%20whispered%20one_exandria_tdcsr","p":38,"s":61,"h":1,"dP":1,"n":"The Whispered One"},{"id":18790,"c":14,"u":"the%20wildmother_exandria_tdcsr","p":31,"s":61,"h":1,"dP":1,"n":"The Wildmother"},{"id":18791,"c":14,"u":"vesh_exandria_tdcsr","p":42,"s":61,"h":1,"dP":1,"n":"Vesh"},{"id":18792,"c":14,"u":"bahgtru_orc_vgm","p":83,"s":67,"h":1,"n":"Bahgtru"},{"id":18793,"c":14,"u":"dendar_yuan-ti_vgm","p":93,"s":67,"h":1,"n":"Dendar"},{"id":18794,"c":14,"u":"gruumsh_orc_vgm","p":82,"s":67,"h":1,"n":"Gruumsh"},{"id":18795,"c":14,"u":"ilneval_orc_vgm","p":83,"s":67,"h":1,"n":"Ilneval"},{"id":18796,"c":14,"u":"luthic_orc_vgm","p":84,"s":67,"h":1,"n":"Luthic"},{"id":18797,"c":14,"u":"merrshaulk_yuan-ti_vgm","p":94,"s":67,"h":1,"n":"Merrshaulk"},{"id":18798,"c":14,"u":"shargaas_orc_vgm","p":84,"s":67,"h":1,"n":"Shargaas"},{"id":18799,"c":14,"u":"sseth_yuan-ti_vgm","p":94,"s":67,"h":1,"n":"Sseth"},{"id":18800,"c":14,"u":"yurtrus_orc_vgm","p":84,"s":67,"h":1,"n":"Yurtrus"},{"id":18801,"c":14,"u":"ezra_unknown_vrgr","p":64,"s":68,"h":1,"n":"Ezra"},{"id":18802,"c":15,"u":"unborn%20palanquin_bmt","p":173,"s":1,"h":1,"n":"Unborn Palanquin"},{"id":18803,"c":15,"u":"eldritch%20cannon%2c%20flamethrower_tce","p":17,"s":4,"h":1,"n":"Eldritch Cannon, Flamethrower"},{"id":18804,"c":15,"u":"eldritch%20cannon%2c%20force%20ballista_tce","p":17,"s":4,"h":1,"n":"Eldritch Cannon, Force Ballista"},{"id":18805,"c":15,"u":"eldritch%20cannon%2c%20protector_tce","p":17,"s":4,"h":1,"n":"Eldritch Cannon, Protector"},{"id":18806,"c":15,"u":"ballista_xdmg","p":96,"s":5,"h":1,"n":"Ballista"},{"id":18807,"c":15,"u":"cannon_xdmg","p":96,"s":5,"h":1,"n":"Cannon"},{"id":18808,"c":15,"u":"flamethrower%20coach_xdmg","p":96,"s":5,"h":1,"n":"Flamethrower Coach"},{"id":18809,"c":15,"u":"keg%20launcher_xdmg","p":96,"s":5,"h":1,"n":"Keg Launcher"},{"id":18810,"c":15,"u":"lightning%20cannon_xdmg","p":96,"s":5,"h":1,"n":"Lightning Cannon"},{"id":18811,"c":15,"u":"mangonel_xdmg","p":97,"s":5,"h":1,"n":"Mangonel"},{"id":18812,"c":15,"u":"ram_xdmg","p":97,"s":5,"h":1,"n":"Ram"},{"id":18813,"c":15,"u":"siege%20tower_xdmg","p":97,"s":5,"h":1,"n":"Siege Tower"},{"id":18814,"c":15,"u":"suspended%20cauldron_xdmg","p":97,"s":5,"h":1,"n":"Suspended Cauldron"},{"id":18815,"c":15,"u":"trebuchet_xdmg","p":97,"s":5,"h":1,"n":"Trebuchet"},{"id":18816,"c":15,"u":"ballista_dmg","p":255,"s":24,"h":1,"n":"Ballista"},{"id":18817,"c":15,"u":"cannon_dmg","p":255,"s":24,"h":1,"n":"Cannon"},{"id":18818,"c":15,"u":"generic%20object_dmg","p":246,"s":24,"h":1,"r":1,"n":"Generic Object"},{"id":18819,"c":15,"u":"mangonel_dmg","p":255,"s":24,"h":1,"n":"Mangonel"},{"id":18820,"c":15,"u":"ram_dmg","p":255,"s":24,"h":1,"n":"Ram"},{"id":18821,"c":15,"u":"siege%20tower_dmg","p":256,"s":24,"h":1,"n":"Siege Tower"},{"id":18822,"c":15,"u":"suspended%20cauldron_dmg","p":255,"s":24,"h":1,"n":"Suspended Cauldron"},{"id":18823,"c":15,"u":"trebuchet_dmg","p":256,"s":24,"h":1,"n":"Trebuchet"},{"id":18824,"c":15,"u":"boilerdrak_dsotdq","p":189,"s":27,"h":1,"n":"Boilerdrak"},{"id":18825,"c":15,"u":"gnomeflinger_dsotdq","p":189,"s":27,"h":1,"n":"Gnomeflinger"},{"id":18826,"c":15,"u":"ice%20troll%20heart_idrotf","p":294,"s":38,"h":1,"n":"Ice Troll Heart"},{"id":18827,"c":15,"u":"spirit%20blister_jttrc","p":142,"s":39,"h":1,"n":"Spirit Blister"},{"id":18828,"c":15,"u":"captain%20a-hole_rmbre","p":21,"s":55,"h":1,"dP":1,"n":"Captain A-Hole"},{"id":18829,"c":15,"u":"the%20head_rmbre","p":25,"s":55,"h":1,"dP":1,"n":"The Head"},{"id":18830,"c":15,"u":"gulthias%20tree_tftyp","p":31,"s":62,"h":1,"n":"Gulthias Tree"},{"id":18831,"c":16,"u":"balance%20and%20ruin_bmt","p":29,"s":1,"h":1,"n":"Balance and Ruin"},{"id":18832,"c":16,"u":"surface%20of%20the%20sun_bmt","p":30,"s":1,"h":1,"n":"Surface of the Sun"},{"id":18833,"c":16,"u":"test%20of%20the%20empty%20moon_bmt","p":31,"s":1,"h":1,"n":"Test of the Empty Moon"},{"id":18834,"c":16,"u":"collapsing%20roof_xdmg","p":100,"s":5,"h":1,"n":"Collapsing Roof"},{"id":18835,"c":16,"u":"falling%20net_xdmg","p":100,"s":5,"h":1,"n":"Falling Net"},{"id":18836,"c":16,"u":"fire-casting%20statue_xdmg","p":102,"s":5,"h":1,"n":"Fire-Casting Statue"},{"id":18837,"c":16,"u":"hidden%20pit_xdmg","p":102,"s":5,"h":1,"n":"Hidden Pit"},{"id":18838,"c":16,"u":"poisoned%20darts_xdmg","p":101,"s":5,"h":1,"n":"Poisoned Darts"},{"id":18839,"c":16,"u":"poisoned%20needle_xdmg","p":102,"s":5,"h":1,"n":"Poisoned Needle"},{"id":18840,"c":16,"u":"rolling%20stone_xdmg","p":102,"s":5,"h":1,"n":"Rolling Stone"},{"id":18841,"c":16,"u":"spiked%20pit_xdmg","p":103,"s":5,"h":1,"n":"Spiked Pit"},{"id":18842,"c":16,"u":"bear%20trap_xge","p":113,"s":6,"h":1,"n":"Bear Trap"},{"id":18843,"c":16,"u":"crossbow%20trap_xge","p":113,"s":6,"h":1,"n":"Crossbow Trap"},{"id":18844,"c":16,"u":"falling%20portcullis_xge","p":113,"s":6,"h":1,"n":"Falling Portcullis"},{"id":18845,"c":16,"u":"fiery%20blast%20trap_xge","p":113,"s":6,"h":1,"n":"Fiery Blast Trap"},{"id":18846,"c":16,"u":"net%20trap_xge","p":113,"s":6,"h":1,"n":"Net Trap"},{"id":18847,"c":16,"u":"path%20of%20blades_xge","p":118,"s":6,"h":1,"n":"Path of Blades"},{"id":18848,"c":16,"u":"pit%20trap_xge","p":114,"s":6,"h":1,"n":"Pit Trap"},{"id":18849,"c":16,"u":"poison%20needle%20trap_xge","p":114,"s":6,"h":1,"n":"Poison Needle Trap"},{"id":18850,"c":16,"u":"poisoned%20tempest_xge","p":120,"s":6,"h":1,"n":"Poisoned Tempest"},{"id":18851,"c":16,"u":"scything%20blade%20trap_xge","p":114,"s":6,"h":1,"n":"Scything Blade Trap"},{"id":18852,"c":16,"u":"sleep%20of%20ages%20trap_xge","p":114,"s":6,"h":1,"n":"Sleep of Ages Trap"},{"id":18853,"c":16,"u":"sphere%20of%20crushing%20doom_xge","p":119,"s":6,"h":1,"n":"Sphere of Crushing Doom"},{"id":18854,"c":16,"u":"collapsing%20roof_dmg","p":122,"s":24,"h":1,"r":1,"n":"Collapsing Roof"},{"id":18855,"c":16,"u":"falling%20net_dmg","p":122,"s":24,"h":1,"r":1,"n":"Falling Net"},{"id":18856,"c":16,"u":"fire-breathing%20statue_dmg","p":122,"s":24,"h":1,"r":1,"n":"Fire-Breathing Statue"},{"id":18857,"c":16,"u":"pits_dmg","p":122,"s":24,"h":1,"r":1,"n":"Pits"},{"id":18858,"c":16,"u":"poison%20darts_dmg","p":123,"s":24,"h":1,"r":1,"n":"Poison Darts"},{"id":18859,"c":16,"u":"poison%20needle_dmg","p":123,"s":24,"h":1,"r":1,"n":"Poison Needle"},{"id":18860,"c":16,"u":"rolling%20sphere_dmg","p":123,"s":24,"h":1,"r":1,"n":"Rolling Sphere"},{"id":18861,"c":16,"u":"sphere%20of%20annihilation_dmg","p":123,"s":24,"h":1,"r":1,"n":"Sphere of Annihilation"},{"id":18862,"c":16,"u":"danse%20macabre_vrgr","p":197,"s":68,"h":1,"n":"Danse Macabre"},{"id":18863,"c":16,"u":"faceless%20malice_vrgr","p":197,"s":68,"h":1,"n":"Faceless Malice"},{"id":18864,"c":16,"u":"icon%20of%20the%20lower%20aerial%20kingdoms_vrgr","p":197,"s":68,"h":1,"n":"Icon of the Lower Aerial Kingdoms"},{"id":18865,"c":16,"u":"morbid%20memory_vrgr","p":198,"s":68,"h":1,"n":"Morbid Memory"},{"id":18866,"c":16,"u":"malfunctioning%20phase%20transference%20emitter_azfyt","p":9,"s":113,"h":1,"n":"Malfunctioning Phase Transference Emitter"},{"id":18867,"c":16,"u":"death%20fog%20trap_rtg","p":19,"s":101,"h":1,"n":"Death Fog Trap"},{"id":18868,"c":17,"u":"avalanche_tce","p":169,"s":4,"h":1,"n":"Avalanche"},{"id":18869,"c":17,"u":"falling%20into%20water_tce","p":170,"s":4,"h":1,"n":"Falling into Water"},{"id":18870,"c":17,"u":"falling%20onto%20a%20creature_tce","p":170,"s":4,"h":1,"n":"Falling onto a Creature"},{"id":18871,"c":17,"u":"flame%20storm_tce","p":163,"s":4,"h":1,"n":"Flame Storm"},{"id":18872,"c":17,"u":"flaywind_tce","p":163,"s":4,"h":1,"n":"Flaywind"},{"id":18873,"c":17,"u":"necrotic%20tempest_tce","p":163,"s":4,"h":1,"n":"Necrotic Tempest"},{"id":18874,"c":17,"u":"thrym's%20howl_tce","p":163,"s":4,"h":1,"n":"Thrym's Howl"},{"id":18875,"c":17,"u":"brown%20mold_xdmg","p":76,"s":5,"h":1,"n":"Brown Mold"},{"id":18876,"c":17,"u":"dead%20magic%20zone_xdmg","p":68,"s":5,"h":1,"n":"Dead Magic Zone"},{"id":18877,"c":17,"u":"deep%20water_xdmg","p":68,"s":5,"h":1,"n":"Deep Water"},{"id":18878,"c":17,"u":"extreme%20cold_xdmg","p":68,"s":5,"h":1,"n":"Extreme Cold"},{"id":18879,"c":17,"u":"extreme%20heat_xdmg","p":68,"s":5,"h":1,"n":"Extreme Heat"},{"id":18880,"c":17,"u":"fireball%20fungus_xdmg","p":76,"s":5,"h":1,"n":"Fireball Fungus"},{"id":18881,"c":17,"u":"frigid%20water_xdmg","p":68,"s":5,"h":1,"n":"Frigid Water"},{"id":18882,"c":17,"u":"green%20slime_xdmg","p":76,"s":5,"h":1,"n":"Green Slime"},{"id":18883,"c":17,"u":"heavy%20precipitation_xdmg","p":69,"s":5,"h":1,"n":"Heavy Precipitation"},{"id":18884,"c":17,"u":"high%20altitude_xdmg","p":69,"s":5,"h":1,"n":"High Altitude"},{"id":18885,"c":17,"u":"improvised%20damage_xdmg","p":30,"s":5,"h":1,"n":"Improvised Damage"},{"id":18886,"c":17,"u":"inferno_xdmg","p":76,"s":5,"h":1,"n":"Inferno"},{"id":18887,"c":17,"u":"planar%20effects_xdmg","p":69,"s":5,"h":1,"n":"Planar Effects"},{"id":18888,"c":17,"u":"poisonous%20gas_xdmg","p":77,"s":5,"h":1,"n":"Poisonous Gas"},{"id":18889,"c":17,"u":"quicksand%20pit_xdmg","p":77,"s":5,"h":1,"n":"Quicksand Pit"},{"id":18890,"c":17,"u":"razorvine_xdmg","p":78,"s":5,"h":1,"n":"Razorvine"},{"id":18891,"c":17,"u":"river%20styx_xdmg","p":78,"s":5,"h":1,"n":"River Styx"},{"id":18892,"c":17,"u":"rockslide_xdmg","p":78,"s":5,"h":1,"n":"Rockslide"},{"id":18893,"c":17,"u":"slippery%20ice_xdmg","p":69,"s":5,"h":1,"n":"Slippery Ice"},{"id":18894,"c":17,"u":"strong%20wind_xdmg","p":69,"s":5,"h":1,"n":"Strong Wind"},{"id":18895,"c":17,"u":"thin%20ice_xdmg","p":69,"s":5,"h":1,"n":"Thin Ice"},{"id":18896,"c":17,"u":"vicious%20vine_xdmg","p":78,"s":5,"h":1,"n":"Vicious Vine"},{"id":18897,"c":17,"u":"webs_xdmg","p":79,"s":5,"h":1,"n":"Webs"},{"id":18898,"c":17,"u":"wild%20magic%20zone_xdmg","p":69,"s":5,"h":1,"n":"Wild Magic Zone"},{"id":18899,"c":17,"u":"yellow%20mold_xdmg","p":79,"s":5,"h":1,"n":"Yellow Mold"},{"id":18900,"c":17,"u":"burning_xphb","p":362,"s":8,"h":1,"n":"Burning"},{"id":18901,"c":17,"u":"dehydration_xphb","p":365,"s":8,"h":1,"n":"Dehydration"},{"id":18902,"c":17,"u":"falling_xphb","p":367,"s":8,"h":1,"n":"Falling"},{"id":18903,"c":17,"u":"malnutrition_xphb","p":371,"s":8,"h":1,"n":"Malnutrition"},{"id":18904,"c":17,"u":"suffocation_xphb","p":376,"s":8,"h":1,"n":"Suffocation"},{"id":18905,"c":17,"u":"demon%20ichor_bgdia","p":78,"s":17,"h":1,"n":"Demon Ichor"},{"id":18906,"c":17,"u":"brown%20mold_dmg","p":105,"s":24,"h":1,"n":"Brown Mold"},{"id":18907,"c":17,"u":"desecrated%20ground_dmg","p":110,"s":24,"h":1,"n":"Desecrated Ground"},{"id":18908,"c":17,"u":"extreme%20cold_dmg","p":110,"s":24,"h":1,"n":"Extreme Cold"},{"id":18909,"c":17,"u":"extreme%20heat_dmg","p":110,"s":24,"h":1,"n":"Extreme Heat"},{"id":18910,"c":17,"u":"frigid%20water_dmg","p":110,"s":24,"h":1,"n":"Frigid Water"},{"id":18911,"c":17,"u":"green%20slime_dmg","p":105,"s":24,"h":1,"n":"Green Slime"},{"id":18912,"c":17,"u":"heavy%20precipitation_dmg","p":110,"s":24,"h":1,"n":"Heavy Precipitation"},{"id":18913,"c":17,"u":"high%20altitude_dmg","p":110,"s":24,"h":1,"n":"High Altitude"},{"id":18914,"c":17,"u":"improvised%20damage_dmg","p":249,"s":24,"h":1,"n":"Improvised Damage"},{"id":18915,"c":17,"u":"quicksand_dmg","p":110,"s":24,"h":1,"n":"Quicksand"},{"id":18916,"c":17,"u":"razorvine_dmg","p":110,"s":24,"h":1,"n":"Razorvine"},{"id":18917,"c":17,"u":"slippery%20ice_dmg","p":110,"s":24,"h":1,"n":"Slippery Ice"},{"id":18918,"c":17,"u":"strong%20wind_dmg","p":110,"s":24,"h":1,"n":"Strong Wind"},{"id":18919,"c":17,"u":"thin%20ice_dmg","p":111,"s":24,"h":1,"n":"Thin Ice"},{"id":18920,"c":17,"u":"webs_dmg","p":105,"s":24,"h":1,"n":"Webs"},{"id":18921,"c":17,"u":"yellow%20mold_dmg","p":105,"s":24,"h":1,"n":"Yellow Mold"},{"id":18922,"c":17,"u":"avalanche_idrotf","p":10,"s":38,"h":1,"n":"Avalanche"},{"id":18923,"c":17,"u":"blizzard_idrotf","p":10,"s":38,"h":1,"n":"Blizzard"},{"id":18924,"c":17,"u":"rot%20grub_vgm","p":208,"s":67,"h":1,"n":"Rot Grub"},{"id":18925,"c":17,"u":"russet%20mold_vgm","p":196,"s":67,"h":1,"n":"Russet Mold"},{"id":18926,"c":19,"u":"cult%20of%20baphomet_mpmm","p":58,"s":3,"h":1,"n":"Cult of Baphomet"},{"id":18927,"c":19,"u":"cult%20of%20demogorgon_mpmm","p":90,"s":3,"h":1,"n":"Cult of Demogorgon"},{"id":18928,"c":19,"u":"cult%20of%20fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"n":"Cult of Fraz-Urb'luu"},{"id":18929,"c":19,"u":"cult%20of%20geryon_mpmm","p":136,"s":3,"h":1,"n":"Cult of Geryon"},{"id":18930,"c":19,"u":"cult%20of%20graz'zt_mpmm","p":148,"s":3,"h":1,"n":"Cult of Graz'zt"},{"id":18931,"c":19,"u":"cult%20of%20juiblex_mpmm","p":160,"s":3,"h":1,"n":"Cult of Juiblex"},{"id":18932,"c":19,"u":"cult%20of%20orcus_mpmm","p":204,"s":3,"h":1,"n":"Cult of Orcus"},{"id":18933,"c":19,"u":"cult%20of%20yeenoghu_mpmm","p":270,"s":3,"h":1,"n":"Cult of Yeenoghu"},{"id":18934,"c":19,"u":"cult%20of%20zariel_mpmm","p":280,"s":3,"h":1,"n":"Cult of Zariel"},{"id":18935,"c":19,"u":"cult%20of%20zuggtmoy_mpmm","p":281,"s":3,"h":1,"n":"Cult of Zuggtmoy"},{"id":18936,"c":19,"u":"cult%20of%20asmodeus_mtf","p":21,"s":48,"h":1,"n":"Cult of Asmodeus"},{"id":18937,"c":19,"u":"cult%20of%20atropus%2c%20the%20world%20born%20dead_mtf","p":237,"s":48,"h":1,"n":"Cult of Atropus, the World Born Dead"},{"id":18938,"c":19,"u":"cult%20of%20baalzebul_mtf","p":21,"s":48,"h":1,"n":"Cult of Baalzebul"},{"id":18939,"c":19,"u":"cult%20of%20borem%2c%20of%20the%20lake%20of%20boiling%20mud_mtf","p":237,"s":48,"h":1,"n":"Cult of Borem, of the Lake of Boiling Mud"},{"id":18940,"c":19,"u":"cult%20of%20dispater_mtf","p":21,"s":48,"h":1,"n":"Cult of Dispater"},{"id":18941,"c":19,"u":"cult%20of%20fierna_mtf","p":21,"s":48,"h":1,"n":"Cult of Fierna"},{"id":18942,"c":19,"u":"cult%20of%20geryon_mtf","p":21,"s":48,"h":1,"n":"Cult of Geryon"},{"id":18943,"c":19,"u":"cult%20of%20glasya_mtf","p":21,"s":48,"h":1,"n":"Cult of Glasya"},{"id":18944,"c":19,"u":"cult%20of%20haask%2c%20the%20voice%20of%20hargut_mtf","p":237,"s":48,"h":1,"n":"Cult of Haask, the Voice of Hargut"},{"id":18945,"c":19,"u":"cult%20of%20levistus_mtf","p":21,"s":48,"h":1,"n":"Cult of Levistus"},{"id":18946,"c":19,"u":"cult%20of%20mammon_mtf","p":21,"s":48,"h":1,"n":"Cult of Mammon"},{"id":18947,"c":19,"u":"cult%20of%20mephistopheles_mtf","p":21,"s":48,"h":1,"n":"Cult of Mephistopheles"},{"id":18948,"c":19,"u":"cult%20of%20tharizdun%2c%20the%20chained%20god_mtf","p":237,"s":48,"h":1,"n":"Cult of Tharizdun, the Chained God"},{"id":18949,"c":19,"u":"cult%20of%20tyranthraxus%2c%20the%20flamed%20one_mtf","p":237,"s":48,"h":1,"n":"Cult of Tyranthraxus, the Flamed One"},{"id":18950,"c":19,"u":"cult%20of%20zariel_mtf","p":21,"s":48,"h":1,"n":"Cult of Zariel"},{"id":18951,"c":19,"u":"cult%20of%20the%20black%20earth_pota","p":8,"s":53,"h":1,"n":"Cult of the Black Earth"},{"id":18952,"c":19,"u":"cult%20of%20the%20crushing%20wave_pota","p":9,"s":53,"h":1,"n":"Cult of the Crushing Wave"},{"id":18953,"c":19,"u":"cult%20of%20the%20eternal%20flame_pota","p":10,"s":53,"h":1,"n":"Cult of the Eternal Flame"},{"id":18954,"c":19,"u":"cult%20of%20the%20howling%20hatred_pota","p":11,"s":53,"h":1,"n":"Cult of the Howling Hatred"},{"id":18955,"c":19,"u":"cult%20of%20belzenlok_psd","p":17,"s":96,"h":1,"n":"Cult of Belzenlok"},{"id":18956,"c":20,"u":"demonic%20boon%20of%20balor_mtf","p":32,"s":48,"h":1,"n":"Demonic Boon of Balor"},{"id":18957,"c":20,"u":"demonic%20boon%20of%20baphomet_mtf","p":30,"s":48,"h":1,"n":"Demonic Boon of Baphomet"},{"id":18958,"c":20,"u":"demonic%20boon%20of%20demogorgon_mtf","p":30,"s":48,"h":1,"n":"Demonic Boon of Demogorgon"},{"id":18959,"c":20,"u":"demonic%20boon%20of%20fraz-urb'luu_mtf","p":30,"s":48,"h":1,"n":"Demonic Boon of Fraz-Urb'luu"},{"id":18960,"c":20,"u":"demonic%20boon%20of%20goristro_mtf","p":32,"s":48,"h":1,"n":"Demonic Boon of Goristro"},{"id":18961,"c":20,"u":"demonic%20boon%20of%20graz'zt_mtf","p":30,"s":48,"h":1,"n":"Demonic Boon of Graz'zt"},{"id":18962,"c":20,"u":"demonic%20boon%20of%20juiblex_mtf","p":30,"s":48,"h":1,"n":"Demonic Boon of Juiblex"},{"id":18963,"c":20,"u":"demonic%20boon%20of%20marilith_mtf","p":32,"s":48,"h":1,"n":"Demonic Boon of Marilith"},{"id":18964,"c":20,"u":"demonic%20boon%20of%20nalfeshnee_mtf","p":32,"s":48,"h":1,"n":"Demonic Boon of Nalfeshnee"},{"id":18965,"c":20,"u":"demonic%20boon%20of%20orcus_mtf","p":31,"s":48,"h":1,"n":"Demonic Boon of Orcus"},{"id":18966,"c":20,"u":"demonic%20boon%20of%20yeenoghu_mtf","p":31,"s":48,"h":1,"n":"Demonic Boon of Yeenoghu"},{"id":18967,"c":20,"u":"demonic%20boon%20of%20zuggtmoy_mtf","p":31,"s":48,"h":1,"n":"Demonic Boon of Zuggtmoy"},{"id":18968,"c":24,"u":"major%20adaptations_ggr","p":210,"s":31,"h":1,"n":"Major Adaptations"},{"id":18969,"c":24,"u":"minor%20adaptations_ggr","p":212,"s":31,"h":1,"n":"Minor Adaptations"},{"id":18970,"c":24,"u":"whirlpools%3b%20whirlpool%20rank_gos","p":206,"s":33,"h":1,"n":"Whirlpools; Whirlpool Rank"},{"id":18971,"c":24,"u":"derro%20madness_mtf","p":159,"s":48,"h":1,"n":"Derro Madness"},{"id":18972,"c":24,"u":"damage%20types_phb","p":196,"s":52,"h":1,"r":1,"n":"Damage Types"},{"id":18973,"c":24,"u":"harrowing%20return_tdcsr","p":214,"s":61,"h":1,"dP":1,"n":"Harrowing Return"},{"id":18974,"c":24,"u":"beneficial%20manifestations_aitfr-avt","p":12,"s":105,"h":1,"n":"Beneficial Manifestations"},{"id":18975,"c":24,"u":"detrimental%20manifestations_aitfr-avt","p":12,"s":105,"h":1,"n":"Detrimental Manifestations"},{"id":18976,"c":24,"u":"2%2c500%20gp%20art%20objects_psx","p":26,"s":99,"h":1,"n":"2,500 gp Art Objects"},{"id":18977,"c":24,"u":"25%20gp%20art%20objects_psx","p":24,"s":99,"h":1,"n":"25 gp Art Objects"},{"id":18978,"c":24,"u":"250%20gp%20art%20objects_psx","p":24,"s":99,"h":1,"n":"250 gp Art Objects"},{"id":18979,"c":24,"u":"7%2c500%20gp%20art%20objects_psx","p":25,"s":99,"h":1,"n":"7,500 gp Art Objects"},{"id":18980,"c":24,"u":"750%20gp%20art%20objects_psx","p":24,"s":99,"h":1,"n":"750 gp Art Objects"},{"id":18981,"c":24,"u":"who%20created%20it%20or%20was%20intended%20to%20use%20it%3f_psx","p":26,"s":99,"h":1,"n":"Who Created It or Was Intended to Use It?"},{"id":18982,"c":24,"u":"25%20gp%20art%20objects_bgg","p":109,"s":0,"h":1,"n":"25 gp Art Objects"},{"id":18983,"c":24,"u":"250%20gp%20art%20objects_bgg","p":109,"s":0,"h":1,"n":"250 gp Art Objects"},{"id":18984,"c":24,"u":"against%20the%20giants_bgg","p":55,"s":0,"h":1,"n":"Against the Giants"},{"id":18985,"c":24,"u":"age%3b%20ancient%20behaviors_bgg","p":22,"s":0,"h":1,"n":"Age; Ancient Behaviors"},{"id":18986,"c":24,"u":"age%3b%20life%20spans_bgg","p":22,"s":0,"h":1,"n":"Age; Life Spans"},{"id":18987,"c":24,"u":"appendix%20b%3a%20adventure%20hooks%3b%20adventure%20hooks_bgg","p":192,"s":0,"h":1,"n":"Appendix B: Adventure Hooks; Adventure Hooks"},{"id":18988,"c":24,"u":"bands_bgg","p":36,"s":0,"h":1,"n":"Bands"},{"id":18989,"c":24,"u":"boss%20assignments_bgg","p":59,"s":0,"h":1,"n":"Boss Assignments"},{"id":18990,"c":24,"u":"campaign%20events%3b%20world-shaking%20events_bgg","p":62,"s":0,"h":1,"n":"Campaign Events; World-Shaking Events"},{"id":18991,"c":24,"u":"challenge%20ratings%3b%20creatures%20by%20challenge%20rating_bgg","p":188,"s":0,"h":1,"n":"Challenge Ratings; Creatures by Challenge Rating"},{"id":18992,"c":24,"u":"clash%20of%20titans_bgg","p":56,"s":0,"h":1,"n":"Clash of Titans"},{"id":18993,"c":24,"u":"cloud%20giant%20bag%20contents%3b%20cloud%20giant%20bag%20items_bgg","p":105,"s":0,"h":1,"n":"Cloud Giant Bag Contents; Cloud Giant Bag Items"},{"id":18994,"c":24,"u":"cloud%20giant%20encounters_bgg","p":44,"s":0,"h":1,"n":"Cloud Giant Encounters"},{"id":18995,"c":24,"u":"death%20giant%20encounters_bgg","p":45,"s":0,"h":1,"n":"Death Giant Encounters"},{"id":18996,"c":24,"u":"delve%20into%20the%20past_bgg","p":57,"s":0,"h":1,"n":"Delve into the Past"},{"id":18997,"c":24,"u":"dinosaur%20world%20encounters_bgg","p":49,"s":0,"h":1,"n":"Dinosaur World Encounters"},{"id":18998,"c":24,"u":"elemental%20air%20encounters_bgg","p":49,"s":0,"h":1,"n":"Elemental Air Encounters"},{"id":18999,"c":24,"u":"elemental%20earth%20encounters_bgg","p":50,"s":0,"h":1,"n":"Elemental Earth Encounters"},{"id":19000,"c":24,"u":"elemental%20fire%20encounters_bgg","p":51,"s":0,"h":1,"n":"Elemental Fire Encounters"},{"id":19001,"c":24,"u":"elemental%20marks_bgg","p":16,"s":0,"h":1,"n":"Elemental Marks"},{"id":19002,"c":24,"u":"elemental%20water%20encounters_bgg","p":51,"s":0,"h":1,"n":"Elemental Water Encounters"},{"id":19003,"c":24,"u":"eternal%20throne%20adventures_bgg","p":40,"s":0,"h":1,"n":"Eternal Throne Adventures"},{"id":19004,"c":24,"u":"exiles_bgg","p":35,"s":0,"h":1,"n":"Exiles"},{"id":19005,"c":24,"u":"family%3b%20families_bgg","p":37,"s":0,"h":1,"n":"Family; Families"},{"id":19006,"c":24,"u":"fiendish%20incursion%20encounters_bgg","p":52,"s":0,"h":1,"n":"Fiendish Incursion Encounters"},{"id":19007,"c":24,"u":"financier%20assignments_bgg","p":59,"s":0,"h":1,"n":"Financier Assignments"},{"id":19008,"c":24,"u":"fire%20giant%20bag%20contents%3b%20fire%20giant%20bag%20items_bgg","p":106,"s":0,"h":1,"n":"Fire Giant Bag Contents; Fire Giant Bag Items"},{"id":19009,"c":24,"u":"fire%20giant%20encounters_bgg","p":46,"s":0,"h":1,"n":"Fire Giant Encounters"},{"id":19010,"c":24,"u":"fomorian%20encounters_bgg","p":46,"s":0,"h":1,"n":"Fomorian Encounters"},{"id":19011,"c":24,"u":"frost%20giant%20bag%20contents%3b%20frost%20giant%20bag%20items_bgg","p":106,"s":0,"h":1,"n":"Frost Giant Bag Contents; Frost Giant Bag Items"},{"id":19012,"c":24,"u":"frost%20giant%20encounters_bgg","p":46,"s":0,"h":1,"n":"Frost Giant Encounters"},{"id":19013,"c":24,"u":"giant%20construct%20encounters_bgg","p":53,"s":0,"h":1,"n":"Giant Construct Encounters"},{"id":19014,"c":24,"u":"giant%20kin%20encounters_bgg","p":53,"s":0,"h":1,"n":"Giant Kin Encounters"},{"id":19015,"c":24,"u":"giant%20necropolis%20encounters_bgg","p":54,"s":0,"h":1,"n":"Giant Necropolis Encounters"},{"id":19016,"c":24,"u":"giant%20patrons_bgg","p":59,"s":0,"h":1,"n":"Giant Patrons"},{"id":19017,"c":24,"u":"giant-sized%20schemes_bgg","p":57,"s":0,"h":1,"n":"Giant-Sized Schemes"},{"id":19018,"c":24,"u":"giantkind%20encounters_bgg","p":44,"s":0,"h":1,"n":"Giantkind Encounters"},{"id":19019,"c":24,"u":"giants%20and%20the%20ordning_bgg","p":24,"s":0,"h":1,"n":"Giants and the Ordning"},{"id":19020,"c":24,"u":"giants%20by%20kind%3b%20cloud%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Cloud Giants"},{"id":19021,"c":24,"u":"giants%20by%20kind%3b%20fire%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Fire Giants"},{"id":19022,"c":24,"u":"giants%20by%20kind%3b%20frost%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Frost Giants"},{"id":19023,"c":24,"u":"giants%20by%20kind%3b%20hill%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Hill Giants"},{"id":19024,"c":24,"u":"giants%20by%20kind%3b%20other%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Other Giants"},{"id":19025,"c":24,"u":"giants%20by%20kind%3b%20stone%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Stone Giants"},{"id":19026,"c":24,"u":"giants%20by%20kind%3b%20storm%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Storm Giants"},{"id":19027,"c":24,"u":"giants'%20names_bgg","p":23,"s":0,"h":1,"n":"Giants' Names"},{"id":19028,"c":24,"u":"gods%20and%20adventures%3b%20annam's%20children%20adventures_bgg","p":33,"s":0,"h":1,"n":"Gods and Adventures; Annam's Children Adventures"},{"id":19029,"c":24,"u":"gods%20and%20adventures%3b%20interloper%20gods%20adventures_bgg","p":33,"s":0,"h":1,"n":"Gods and Adventures; Interloper Gods Adventures"},{"id":19030,"c":24,"u":"gods%20and%20religion%3b%20gods%20of%20the%20ordning_bgg","p":27,"s":0,"h":1,"n":"Gods and Religion; Gods of the Ordning"},{"id":19031,"c":24,"u":"hidden%20rune%20adventures_bgg","p":39,"s":0,"h":1,"n":"Hidden Rune Adventures"},{"id":19032,"c":24,"u":"hill%20giant%20bag%20contents%3b%20hill%20giant%20bag%20items_bgg","p":107,"s":0,"h":1,"n":"Hill Giant Bag Contents; Hill Giant Bag Items"},{"id":19033,"c":24,"u":"hill%20giant%20encounters_bgg","p":47,"s":0,"h":1,"n":"Hill Giant Encounters"},{"id":19034,"c":24,"u":"howling%20iceberg%20tunnels_bgg","p":88,"s":0,"h":1,"n":"Howling Iceberg Tunnels"},{"id":19035,"c":24,"u":"initial%20attitudes_bgg","p":44,"s":0,"h":1,"n":"Initial Attitudes"},{"id":19036,"c":24,"u":"into%20the%20giant%20realms_bgg","p":58,"s":0,"h":1,"n":"Into the Giant Realms"},{"id":19037,"c":24,"u":"megafauna%20world%20encounters_bgg","p":54,"s":0,"h":1,"n":"Megafauna World Encounters"},{"id":19038,"c":24,"u":"pride%3b%20proud%20behaviors_bgg","p":22,"s":0,"h":1,"n":"Pride; Proud Behaviors"},{"id":19039,"c":24,"u":"recluses_bgg","p":35,"s":0,"h":1,"n":"Recluses"},{"id":19040,"c":24,"u":"rejecting%20the%20ordning_bgg","p":26,"s":0,"h":1,"n":"Rejecting the Ordning"},{"id":19041,"c":24,"u":"seer%20assignments_bgg","p":60,"s":0,"h":1,"n":"Seer Assignments"},{"id":19042,"c":24,"u":"settlements_bgg","p":38,"s":0,"h":1,"n":"Settlements"},{"id":19043,"c":24,"u":"size%3b%20huge%20behaviors_bgg","p":21,"s":0,"h":1,"n":"Size; Huge Behaviors"},{"id":19044,"c":24,"u":"sovereign%20assignments_bgg","p":60,"s":0,"h":1,"n":"Sovereign Assignments"},{"id":19045,"c":24,"u":"star%20forge%20item%20creation_bgg","p":98,"s":0,"h":1,"n":"Star Forge Item Creation"},{"id":19046,"c":24,"u":"steadings_bgg","p":37,"s":0,"h":1,"n":"Steadings"},{"id":19047,"c":24,"u":"stone%20giant%20bag%20contents%3b%20stone%20giant%20bag%20items_bgg","p":107,"s":0,"h":1,"n":"Stone Giant Bag Contents; Stone Giant Bag Items"},{"id":19048,"c":24,"u":"stone%20giant%20encounters_bgg","p":48,"s":0,"h":1,"n":"Stone Giant Encounters"},{"id":19049,"c":24,"u":"storm%20giant%20bag%20contents%3b%20storm%20giant%20bag%20items_bgg","p":108,"s":0,"h":1,"n":"Storm Giant Bag Contents; Storm Giant Bag Items"},{"id":19050,"c":24,"u":"storm%20giant%20encounters_bgg","p":48,"s":0,"h":1,"n":"Storm Giant Encounters"},{"id":19051,"c":24,"u":"tall%20tales_bgg","p":17,"s":0,"h":1,"n":"Tall Tales"},{"id":19052,"c":24,"u":"the%20ordning%3b%20cloud%20giant%20wealth_bgg","p":24,"s":0,"h":1,"n":"The Ordning; Cloud Giant Wealth"},{"id":19053,"c":24,"u":"the%20ordning%3b%20fire%20giant%20skill_bgg","p":24,"s":0,"h":1,"n":"The Ordning; Fire Giant Skill"},{"id":19054,"c":24,"u":"the%20ordning%3b%20frost%20giant%20might_bgg","p":24,"s":0,"h":1,"n":"The Ordning; Frost Giant Might"},{"id":19055,"c":24,"u":"the%20ordning%3b%20stone%20giant%20artistry_bgg","p":24,"s":0,"h":1,"n":"The Ordning; Stone Giant Artistry"},{"id":19056,"c":24,"u":"tutor%20assignments_bgg","p":60,"s":0,"h":1,"n":"Tutor Assignments"},{"id":19057,"c":24,"u":"underground%20quirks_bgg","p":16,"s":0,"h":1,"n":"Underground Quirks"},{"id":19058,"c":24,"u":"volume%3b%20loud%20behaviors_bgg","p":22,"s":0,"h":1,"n":"Volume; Loud Behaviors"},{"id":19059,"c":24,"u":"warleader%20assignments_bgg","p":61,"s":0,"h":1,"n":"Warleader Assignments"},{"id":19060,"c":24,"u":"worldroot%20circle%20adventures_bgg","p":41,"s":0,"h":1,"n":"Worldroot Circle Adventures"},{"id":19061,"c":24,"u":"apocalyptic%20calamities_bmt","p":97,"s":1,"h":1,"n":"Apocalyptic Calamities"},{"id":19062,"c":24,"u":"apocalyptic%20warnings_bmt","p":96,"s":1,"h":1,"n":"Apocalyptic Warnings"},{"id":19063,"c":24,"u":"cair%20ophidian%20flowers_bmt","p":190,"s":1,"h":1,"n":"Cair Ophidian Flowers"},{"id":19064,"c":24,"u":"common%20zodiac%20associations_bmt","p":101,"s":1,"h":1,"n":"Common Zodiac Associations"},{"id":19065,"c":24,"u":"corrupted%20lands%20encounter%20deck_bmt","p":23,"s":1,"h":1,"n":"Corrupted Lands Encounter Deck"},{"id":19066,"c":24,"u":"drone%20patrols_bmt","p":135,"s":1,"h":1,"n":"Drone Patrols"},{"id":19067,"c":24,"u":"feygrove%3b%20visions%20of%20ioun_bmt","p":126,"s":1,"h":1,"n":"Feygrove; Visions of Ioun"},{"id":19068,"c":24,"u":"forest%20encounter%20deck_bmt","p":23,"s":1,"h":1,"n":"Forest Encounter Deck"},{"id":19069,"c":24,"u":"fortune-telling%3b%20fortunes_bmt","p":110,"s":1,"h":1,"n":"Fortune-Telling; Fortunes"},{"id":19070,"c":24,"u":"fruit%20stalls%3b%20fey%20fruit%20effects_bmt","p":107,"s":1,"h":1,"n":"Fruit Stalls; Fey Fruit Effects"},{"id":19071,"c":24,"u":"gem%20shards_bmt","p":147,"s":1,"h":1,"n":"Gem Shards"},{"id":19072,"c":24,"u":"heroes%20of%20destiny%3b%20fated%20destinies_bmt","p":58,"s":1,"h":1,"n":"Heroes of Destiny; Fated Destinies"},{"id":19073,"c":24,"u":"heroes%20of%20destiny%3b%20knight%20destinies_bmt","p":69,"s":1,"h":1,"n":"Heroes of Destiny; Knight Destinies"},{"id":19074,"c":24,"u":"heroes%20of%20destiny%3b%20rogue%20destinies_bmt","p":42,"s":1,"h":1,"n":"Heroes of Destiny; Rogue Destinies"},{"id":19075,"c":24,"u":"heroes%20of%20destiny%3b%20sage%20destinies_bmt","p":47,"s":1,"h":1,"n":"Heroes of Destiny; Sage Destinies"},{"id":19076,"c":24,"u":"inspiration%20hand%3b%20inspiration%20cards_bmt","p":18,"s":1,"h":1,"n":"Inspiration Hand; Inspiration Cards"},{"id":19077,"c":24,"u":"lavender's%20spell%20scrolls_bmt","p":109,"s":1,"h":1,"n":"Lavender's Spell Scrolls"},{"id":19078,"c":24,"u":"magic%20items%20in%20this%20book%3b%20magic%20items%20by%20name_bmt","p":32,"s":1,"h":1,"n":"Magic Items in This Book; Magic Items by Name"},{"id":19079,"c":24,"u":"mark%20of%20the%20donjon%3b%20marks%20of%20the%20donjon_bmt","p":134,"s":1,"h":1,"n":"Mark of the Donjon; Marks of the Donjon"},{"id":19080,"c":24,"u":"monsters%20in%20this%20book%3b%20stat%20blocks%20by%20challenge%20rating_bmt","p":175,"s":1,"h":1,"n":"Monsters in This Book; Stat Blocks by Challenge Rating"},{"id":19081,"c":24,"u":"random%20encounters%3b%20ruin%20encounters_bmt","p":124,"s":1,"h":1,"n":"Random Encounters; Ruin Encounters"},{"id":19082,"c":24,"u":"seelie%20market%20introductions_bmt","p":106,"s":1,"h":1,"n":"Seelie Market Introductions"},{"id":19083,"c":24,"u":"solar%20bastion%20contact_bmt","p":79,"s":1,"h":1,"n":"Solar Bastion Contact"},{"id":19084,"c":24,"u":"solar%20bastion%20quests_bmt","p":79,"s":1,"h":1,"n":"Solar Bastion Quests"},{"id":19085,"c":24,"u":"solar%20bastion%20specialists%3b%20solar%20bastion%20member%20roles_bmt","p":79,"s":1,"h":1,"n":"Solar Bastion Specialists; Solar Bastion Member Roles"},{"id":19086,"c":24,"u":"spells_bmt","p":49,"s":1,"h":1,"n":"Spells"},{"id":19087,"c":24,"u":"sudden%20riches%3b%20gem%20stories_bmt","p":33,"s":1,"h":1,"n":"Sudden Riches; Gem Stories"},{"id":19088,"c":24,"u":"telescope%20travel%20mishaps_bmt","p":105,"s":1,"h":1,"n":"Telescope Travel Mishaps"},{"id":19089,"c":24,"u":"the%20rogue's%20motivation%3b%20villainous%20motivations_bmt","p":43,"s":1,"h":1,"n":"The Rogue's Motivation; Villainous Motivations"},{"id":19090,"c":24,"u":"zodiac%20phenomena_bmt","p":102,"s":1,"h":1,"n":"Zodiac Phenomena"},{"id":19091,"c":24,"u":"using%20an%20adventure%20spread%20during%20play%3b%20fortune%20tellers_dmtcrg","p":13,"s":145,"h":1,"n":"Using an Adventure Spread During Play; Fortune Tellers"},{"id":19092,"c":24,"u":"a%20dragon's%20curse%3b%20breaking%20a%20hoard%20curse_ftd","p":68,"s":2,"h":1,"n":"A Dragon's Curse; Breaking a Hoard Curse"},{"id":19093,"c":24,"u":"a%20dragon's%20curse%3b%20hoard%20curse%20effects_ftd","p":68,"s":2,"h":1,"n":"A Dragon's Curse; Hoard Curse Effects"},{"id":19094,"c":24,"u":"adult%20dragons%3b%20adult%20dragon%20goals_ftd","p":36,"s":2,"h":1,"n":"Adult Dragons; Adult Dragon Goals"},{"id":19095,"c":24,"u":"amethyst%20dragon%20adventures%3b%20amethyst%20dragon%20adventure%20hooks_ftd","p":76,"s":2,"h":1,"n":"Amethyst Dragon Adventures; Amethyst Dragon Adventure Hooks"},{"id":19096,"c":24,"u":"amethyst%20dragon%20treasures%3b%20amethyst%20dragon%20art%20objects_ftd","p":79,"s":2,"h":1,"n":"Amethyst Dragon Treasures; Amethyst Dragon Art Objects"},{"id":19097,"c":24,"u":"black%20dragon%20adventures%3b%20black%20dragon%20adventure%20hooks_ftd","p":80,"s":2,"h":1,"n":"Black Dragon Adventures; Black Dragon Adventure Hooks"},{"id":19098,"c":24,"u":"black%20dragon%20treasures%3b%20black%20dragon%20art%20objects_ftd","p":84,"s":2,"h":1,"n":"Black Dragon Treasures; Black Dragon Art Objects"},{"id":19099,"c":24,"u":"blue%20dragon%20adventures%3b%20blue%20dragon%20adventure%20hooks_ftd","p":85,"s":2,"h":1,"n":"Blue Dragon Adventures; Blue Dragon Adventure Hooks"},{"id":19100,"c":24,"u":"blue%20dragon%20treasures%3b%20blue%20dragon%20art%20objects_ftd","p":88,"s":2,"h":1,"n":"Blue Dragon Treasures; Blue Dragon Art Objects"},{"id":19101,"c":24,"u":"brass%20dragon%20adventures%3b%20brass%20dragon%20adventure%20hooks_ftd","p":90,"s":2,"h":1,"n":"Brass Dragon Adventures; Brass Dragon Adventure Hooks"},{"id":19102,"c":24,"u":"brass%20dragon%20treasures%3b%20brass%20dragon%20art%20objects_ftd","p":94,"s":2,"h":1,"n":"Brass Dragon Treasures; Brass Dragon Art Objects"},{"id":19103,"c":24,"u":"bronze%20dragon%20adventures%3b%20bronze%20dragon%20adventure%20hooks_ftd","p":95,"s":2,"h":1,"n":"Bronze Dragon Adventures; Bronze Dragon Adventure Hooks"},{"id":19104,"c":24,"u":"bronze%20dragon%20treasures%3b%20bronze%20dragon%20art%20objects_ftd","p":98,"s":2,"h":1,"n":"Bronze Dragon Treasures; Bronze Dragon Art Objects"},{"id":19105,"c":24,"u":"challenge%20ratings%3b%20creatures%20by%20challenge%20rating_ftd","p":224,"s":2,"h":1,"n":"Challenge Ratings; Creatures by Challenge Rating"},{"id":19106,"c":24,"u":"chamber%20adventure%20hooks_ftd","p":46,"s":2,"h":1,"n":"Chamber Adventure Hooks"},{"id":19107,"c":24,"u":"coins%3b%20coin%20origins_ftd","p":70,"s":2,"h":1,"n":"Coins; Coin Origins"},{"id":19108,"c":24,"u":"common%20purpose%3b%20lauth%20goals_ftd","p":47,"s":2,"h":1,"n":"Common Purpose; Lauth Goals"},{"id":19109,"c":24,"u":"competition%20for%20a%20hoard%3b%20hoard%20magic_ftd","p":69,"s":2,"h":1,"n":"Competition for a Hoard; Hoard Magic"},{"id":19110,"c":24,"u":"connected%20creatures%3b%20adult%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"n":"Connected Creatures; Adult Amethyst Dragon Connections"},{"id":19111,"c":24,"u":"connected%20creatures%3b%20adult%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"n":"Connected Creatures; Adult Black Dragon Connections"},{"id":19112,"c":24,"u":"connected%20creatures%3b%20adult%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"n":"Connected Creatures; Adult Blue Dragon Connections"},{"id":19113,"c":24,"u":"connected%20creatures%3b%20adult%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"n":"Connected Creatures; Adult Brass Dragon Connections"},{"id":19114,"c":24,"u":"connected%20creatures%3b%20adult%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"n":"Connected Creatures; Adult Bronze Dragon Connections"},{"id":19115,"c":24,"u":"connected%20creatures%3b%20adult%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"n":"Connected Creatures; Adult Copper Dragon Connections"},{"id":19116,"c":24,"u":"connected%20creatures%3b%20adult%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"n":"Connected Creatures; Adult Crystal Dragon Connections"},{"id":19117,"c":24,"u":"connected%20creatures%3b%20adult%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"n":"Connected Creatures; Adult Deep Dragon Connections"},{"id":19118,"c":24,"u":"connected%20creatures%3b%20adult%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"n":"Connected Creatures; Adult Dragon Turtle Connections"},{"id":19119,"c":24,"u":"connected%20creatures%3b%20adult%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"n":"Connected Creatures; Adult Emerald Dragon Connections"},{"id":19120,"c":24,"u":"connected%20creatures%3b%20adult%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"n":"Connected Creatures; Adult Gold Dragon Connections"},{"id":19121,"c":24,"u":"connected%20creatures%3b%20adult%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"n":"Connected Creatures; Adult Green Dragon Connections"},{"id":19122,"c":24,"u":"connected%20creatures%3b%20adult%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"n":"Connected Creatures; Adult Moonstone Dragon Connections"},{"id":19123,"c":24,"u":"connected%20creatures%3b%20adult%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"n":"Connected Creatures; Adult Red Dragon Connections"},{"id":19124,"c":24,"u":"connected%20creatures%3b%20adult%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"n":"Connected Creatures; Adult Sapphire Dragon Connections"},{"id":19125,"c":24,"u":"connected%20creatures%3b%20adult%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"n":"Connected Creatures; Adult Shadow Dragon Connections"},{"id":19126,"c":24,"u":"connected%20creatures%3b%20adult%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"n":"Connected Creatures; Adult Silver Dragon Connections"},{"id":19127,"c":24,"u":"connected%20creatures%3b%20adult%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"n":"Connected Creatures; Adult Topaz Dragon Connections"},{"id":19128,"c":24,"u":"connected%20creatures%3b%20adult%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"n":"Connected Creatures; Adult White Dragon Connections"},{"id":19129,"c":24,"u":"connected%20creatures%3b%20amethyst%20dragon%20wyrmling%20connections_ftd","p":77,"s":2,"h":1,"n":"Connected Creatures; Amethyst Dragon Wyrmling Connections"},{"id":19130,"c":24,"u":"connected%20creatures%3b%20ancient%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"n":"Connected Creatures; Ancient Amethyst Dragon Connections"},{"id":19131,"c":24,"u":"connected%20creatures%3b%20ancient%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"n":"Connected Creatures; Ancient Black Dragon Connections"},{"id":19132,"c":24,"u":"connected%20creatures%3b%20ancient%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"n":"Connected Creatures; Ancient Blue Dragon Connections"},{"id":19133,"c":24,"u":"connected%20creatures%3b%20ancient%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"n":"Connected Creatures; Ancient Brass Dragon Connections"},{"id":19134,"c":24,"u":"connected%20creatures%3b%20ancient%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"n":"Connected Creatures; Ancient Bronze Dragon Connections"},{"id":19135,"c":24,"u":"connected%20creatures%3b%20ancient%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"n":"Connected Creatures; Ancient Copper Dragon Connections"},{"id":19136,"c":24,"u":"connected%20creatures%3b%20ancient%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"n":"Connected Creatures; Ancient Crystal Dragon Connections"},{"id":19137,"c":24,"u":"connected%20creatures%3b%20ancient%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"n":"Connected Creatures; Ancient Deep Dragon Connections"},{"id":19138,"c":24,"u":"connected%20creatures%3b%20ancient%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"n":"Connected Creatures; Ancient Dragon Turtle Connections"},{"id":19139,"c":24,"u":"connected%20creatures%3b%20ancient%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"n":"Connected Creatures; Ancient Emerald Dragon Connections"},{"id":19140,"c":24,"u":"connected%20creatures%3b%20ancient%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"n":"Connected Creatures; Ancient Gold Dragon Connections"},{"id":19141,"c":24,"u":"connected%20creatures%3b%20ancient%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"n":"Connected Creatures; Ancient Green Dragon Connections"},{"id":19142,"c":24,"u":"connected%20creatures%3b%20ancient%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"n":"Connected Creatures; Ancient Moonstone Dragon Connections"},{"id":19143,"c":24,"u":"connected%20creatures%3b%20ancient%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"n":"Connected Creatures; Ancient Red Dragon Connections"},{"id":19144,"c":24,"u":"connected%20creatures%3b%20ancient%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"n":"Connected Creatures; Ancient Sapphire Dragon Connections"},{"id":19145,"c":24,"u":"connected%20creatures%3b%20ancient%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"n":"Connected Creatures; Ancient Shadow Dragon Connections"},{"id":19146,"c":24,"u":"connected%20creatures%3b%20ancient%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"n":"Connected Creatures; Ancient Silver Dragon Connections"},{"id":19147,"c":24,"u":"connected%20creatures%3b%20ancient%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"n":"Connected Creatures; Ancient Topaz Dragon Connections"},{"id":19148,"c":24,"u":"connected%20creatures%3b%20ancient%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"n":"Connected Creatures; Ancient White Dragon Connections"},{"id":19149,"c":24,"u":"connected%20creatures%3b%20black%20dragon%20wyrmling%20connections_ftd","p":81,"s":2,"h":1,"n":"Connected Creatures; Black Dragon Wyrmling Connections"},{"id":19150,"c":24,"u":"connected%20creatures%3b%20blue%20dragon%20wyrmling%20connections_ftd","p":86,"s":2,"h":1,"n":"Connected Creatures; Blue Dragon Wyrmling Connections"},{"id":19151,"c":24,"u":"connected%20creatures%3b%20brass%20dragon%20wyrmling%20connections_ftd","p":91,"s":2,"h":1,"n":"Connected Creatures; Brass Dragon Wyrmling Connections"},{"id":19152,"c":24,"u":"connected%20creatures%3b%20bronze%20dragon%20wyrmling%20connections_ftd","p":95,"s":2,"h":1,"n":"Connected Creatures; Bronze Dragon Wyrmling Connections"},{"id":19153,"c":24,"u":"connected%20creatures%3b%20copper%20dragon%20wyrmling%20connections_ftd","p":100,"s":2,"h":1,"n":"Connected Creatures; Copper Dragon Wyrmling Connections"},{"id":19154,"c":24,"u":"connected%20creatures%3b%20crystal%20dragon%20wyrmling%20connections_ftd","p":104,"s":2,"h":1,"n":"Connected Creatures; Crystal Dragon Wyrmling Connections"},{"id":19155,"c":24,"u":"connected%20creatures%3b%20deep%20dragon%20wyrmling%20connections_ftd","p":108,"s":2,"h":1,"n":"Connected Creatures; Deep Dragon Wyrmling Connections"},{"id":19156,"c":24,"u":"connected%20creatures%3b%20dragon%20turtle%20wyrmling%20connections_ftd","p":111,"s":2,"h":1,"n":"Connected Creatures; Dragon Turtle Wyrmling Connections"},{"id":19157,"c":24,"u":"connected%20creatures%3b%20emerald%20dragon%20wyrmling%20connections_ftd","p":114,"s":2,"h":1,"n":"Connected Creatures; Emerald Dragon Wyrmling Connections"},{"id":19158,"c":24,"u":"connected%20creatures%3b%20faerie%20dragon%20connections_ftd","p":118,"s":2,"h":1,"n":"Connected Creatures; Faerie Dragon Connections"},{"id":19159,"c":24,"u":"connected%20creatures%3b%20gold%20dragon%20wyrmling%20connections_ftd","p":122,"s":2,"h":1,"n":"Connected Creatures; Gold Dragon Wyrmling Connections"},{"id":19160,"c":24,"u":"connected%20creatures%3b%20green%20dragon%20wyrmling%20connections_ftd","p":127,"s":2,"h":1,"n":"Connected Creatures; Green Dragon Wyrmling Connections"},{"id":19161,"c":24,"u":"connected%20creatures%3b%20moonstone%20dragon%20wyrmling%20connections_ftd","p":131,"s":2,"h":1,"n":"Connected Creatures; Moonstone Dragon Wyrmling Connections"},{"id":19162,"c":24,"u":"connected%20creatures%3b%20red%20dragon%20wyrmling%20connections_ftd","p":134,"s":2,"h":1,"n":"Connected Creatures; Red Dragon Wyrmling Connections"},{"id":19163,"c":24,"u":"connected%20creatures%3b%20sapphire%20dragon%20wyrmling%20connections_ftd","p":139,"s":2,"h":1,"n":"Connected Creatures; Sapphire Dragon Wyrmling Connections"},{"id":19164,"c":24,"u":"connected%20creatures%3b%20shadow%20dragon%20wyrmling%20connections_ftd","p":143,"s":2,"h":1,"n":"Connected Creatures; Shadow Dragon Wyrmling Connections"},{"id":19165,"c":24,"u":"connected%20creatures%3b%20silver%20dragon%20wyrmling%20connections_ftd","p":146,"s":2,"h":1,"n":"Connected Creatures; Silver Dragon Wyrmling Connections"},{"id":19166,"c":24,"u":"connected%20creatures%3b%20topaz%20dragon%20wyrmling%20connections_ftd","p":149,"s":2,"h":1,"n":"Connected Creatures; Topaz Dragon Wyrmling Connections"},{"id":19167,"c":24,"u":"connected%20creatures%3b%20white%20dragon%20wyrmling%20connections_ftd","p":154,"s":2,"h":1,"n":"Connected Creatures; White Dragon Wyrmling Connections"},{"id":19168,"c":24,"u":"connected%20creatures%3b%20young%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"n":"Connected Creatures; Young Amethyst Dragon Connections"},{"id":19169,"c":24,"u":"connected%20creatures%3b%20young%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"n":"Connected Creatures; Young Black Dragon Connections"},{"id":19170,"c":24,"u":"connected%20creatures%3b%20young%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"n":"Connected Creatures; Young Blue Dragon Connections"},{"id":19171,"c":24,"u":"connected%20creatures%3b%20young%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"n":"Connected Creatures; Young Brass Dragon Connections"},{"id":19172,"c":24,"u":"connected%20creatures%3b%20young%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"n":"Connected Creatures; Young Bronze Dragon Connections"},{"id":19173,"c":24,"u":"connected%20creatures%3b%20young%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"n":"Connected Creatures; Young Copper Dragon Connections"},{"id":19174,"c":24,"u":"connected%20creatures%3b%20young%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"n":"Connected Creatures; Young Crystal Dragon Connections"},{"id":19175,"c":24,"u":"connected%20creatures%3b%20young%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"n":"Connected Creatures; Young Deep Dragon Connections"},{"id":19176,"c":24,"u":"connected%20creatures%3b%20young%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"n":"Connected Creatures; Young Dragon Turtle Connections"},{"id":19177,"c":24,"u":"connected%20creatures%3b%20young%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"n":"Connected Creatures; Young Emerald Dragon Connections"},{"id":19178,"c":24,"u":"connected%20creatures%3b%20young%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"n":"Connected Creatures; Young Gold Dragon Connections"},{"id":19179,"c":24,"u":"connected%20creatures%3b%20young%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"n":"Connected Creatures; Young Green Dragon Connections"},{"id":19180,"c":24,"u":"connected%20creatures%3b%20young%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"n":"Connected Creatures; Young Moonstone Dragon Connections"},{"id":19181,"c":24,"u":"connected%20creatures%3b%20young%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"n":"Connected Creatures; Young Red Dragon Connections"},{"id":19182,"c":24,"u":"connected%20creatures%3b%20young%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"n":"Connected Creatures; Young Sapphire Dragon Connections"},{"id":19183,"c":24,"u":"connected%20creatures%3b%20young%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"n":"Connected Creatures; Young Shadow Dragon Connections"},{"id":19184,"c":24,"u":"connected%20creatures%3b%20young%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"n":"Connected Creatures; Young Silver Dragon Connections"},{"id":19185,"c":24,"u":"connected%20creatures%3b%20young%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"n":"Connected Creatures; Young Topaz Dragon Connections"},{"id":19186,"c":24,"u":"connected%20creatures%3b%20young%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"n":"Connected Creatures; Young White Dragon Connections"},{"id":19187,"c":24,"u":"copper%20dragon%20adventures%3b%20copper%20dragon%20adventure%20hooks_ftd","p":99,"s":2,"h":1,"n":"Copper Dragon Adventures; Copper Dragon Adventure Hooks"},{"id":19188,"c":24,"u":"copper%20dragon%20treasures%3b%20copper%20dragon%20art%20objects_ftd","p":102,"s":2,"h":1,"n":"Copper Dragon Treasures; Copper Dragon Art Objects"},{"id":19189,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20ideals_ftd","p":80,"s":2,"h":1,"n":"Creating a Black Dragon; Black Dragon Ideals"},{"id":19190,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20personality%20traits_ftd","p":80,"s":2,"h":1,"n":"Creating a Black Dragon; Black Dragon Personality Traits"},{"id":19191,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20spellcasting_ftd","p":80,"s":2,"h":1,"n":"Creating a Black Dragon; Black Dragon Spellcasting"},{"id":19192,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20ideals_ftd","p":85,"s":2,"h":1,"n":"Creating a Blue Dragon; Blue Dragon Ideals"},{"id":19193,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20personality%20traits_ftd","p":85,"s":2,"h":1,"n":"Creating a Blue Dragon; Blue Dragon Personality Traits"},{"id":19194,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20spellcasting_ftd","p":85,"s":2,"h":1,"n":"Creating a Blue Dragon; Blue Dragon Spellcasting"},{"id":19195,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20ideals_ftd","p":90,"s":2,"h":1,"n":"Creating a Brass Dragon; Brass Dragon Ideals"},{"id":19196,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20personality%20traits_ftd","p":90,"s":2,"h":1,"n":"Creating a Brass Dragon; Brass Dragon Personality Traits"},{"id":19197,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20spellcasting_ftd","p":90,"s":2,"h":1,"n":"Creating a Brass Dragon; Brass Dragon Spellcasting"},{"id":19198,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20ideals_ftd","p":94,"s":2,"h":1,"n":"Creating a Bronze Dragon; Bronze Dragon Ideals"},{"id":19199,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20personality%20traits_ftd","p":94,"s":2,"h":1,"n":"Creating a Bronze Dragon; Bronze Dragon Personality Traits"},{"id":19200,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20spellcasting_ftd","p":94,"s":2,"h":1,"n":"Creating a Bronze Dragon; Bronze Dragon Spellcasting"},{"id":19201,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20ideals_ftd","p":99,"s":2,"h":1,"n":"Creating a Copper Dragon; Copper Dragon Ideals"},{"id":19202,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20personality%20traits_ftd","p":99,"s":2,"h":1,"n":"Creating a Copper Dragon; Copper Dragon Personality Traits"},{"id":19203,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20spellcasting_ftd","p":99,"s":2,"h":1,"n":"Creating a Copper Dragon; Copper Dragon Spellcasting"},{"id":19204,"c":24,"u":"creating%20a%20crystal%20dragon%3b%20crystal%20dragon%20ideals_ftd","p":103,"s":2,"h":1,"n":"Creating a Crystal Dragon; Crystal Dragon Ideals"},{"id":19205,"c":24,"u":"creating%20a%20crystal%20dragon%3b%20crystal%20dragon%20personality%20traits_ftd","p":103,"s":2,"h":1,"n":"Creating a Crystal Dragon; Crystal Dragon Personality Traits"},{"id":19206,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20ideals_ftd","p":107,"s":2,"h":1,"n":"Creating a Deep Dragon; Deep Dragon Ideals"},{"id":19207,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20personality%20traits_ftd","p":107,"s":2,"h":1,"n":"Creating a Deep Dragon; Deep Dragon Personality Traits"},{"id":19208,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20spellcasting_ftd","p":107,"s":2,"h":1,"n":"Creating a Deep Dragon; Deep Dragon Spellcasting"},{"id":19209,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20ideals_ftd","p":110,"s":2,"h":1,"n":"Creating a Dragon Turtle; Dragon Turtle Ideals"},{"id":19210,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20personality%20traits_ftd","p":110,"s":2,"h":1,"n":"Creating a Dragon Turtle; Dragon Turtle Personality Traits"},{"id":19211,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20spellcasting_ftd","p":110,"s":2,"h":1,"n":"Creating a Dragon Turtle; Dragon Turtle Spellcasting"},{"id":19212,"c":24,"u":"creating%20a%20faerie%20dragon%3b%20faerie%20dragon%20ideals_ftd","p":118,"s":2,"h":1,"n":"Creating a Faerie Dragon; Faerie Dragon Ideals"},{"id":19213,"c":24,"u":"creating%20a%20faerie%20dragon%3b%20faerie%20dragon%20personality%20traits_ftd","p":118,"s":2,"h":1,"n":"Creating a Faerie Dragon; Faerie Dragon Personality Traits"},{"id":19214,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20ideals_ftd","p":121,"s":2,"h":1,"n":"Creating a Gold Dragon; Gold Dragon Ideals"},{"id":19215,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20personality%20traits_ftd","p":121,"s":2,"h":1,"n":"Creating a Gold Dragon; Gold Dragon Personality Traits"},{"id":19216,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20spellcasting_ftd","p":121,"s":2,"h":1,"n":"Creating a Gold Dragon; Gold Dragon Spellcasting"},{"id":19217,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20ideals_ftd","p":126,"s":2,"h":1,"n":"Creating a Green Dragon; Green Dragon Ideals"},{"id":19218,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20personality%20traits_ftd","p":126,"s":2,"h":1,"n":"Creating a Green Dragon; Green Dragon Personality Traits"},{"id":19219,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20spellcasting_ftd","p":126,"s":2,"h":1,"n":"Creating a Green Dragon; Green Dragon Spellcasting"},{"id":19220,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20art%20objects_ftd","p":72,"s":2,"h":1,"n":"Creating a Hoard; Hoard Art Objects"},{"id":19221,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20gems_ftd","p":72,"s":2,"h":1,"n":"Creating a Hoard; Hoard Gems"},{"id":19222,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20magic%20items_ftd","p":72,"s":2,"h":1,"n":"Creating a Hoard; Hoard Magic Items"},{"id":19223,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20mundane%20items_ftd","p":72,"s":2,"h":1,"n":"Creating a Hoard; Hoard Mundane Items"},{"id":19224,"c":24,"u":"creating%20a%20moonstone%20dragon%3b%20moonstone%20dragon%20ideals_ftd","p":130,"s":2,"h":1,"n":"Creating a Moonstone Dragon; Moonstone Dragon Ideals"},{"id":19225,"c":24,"u":"creating%20a%20moonstone%20dragon%3b%20moonstone%20dragon%20personality%20traits_ftd","p":130,"s":2,"h":1,"n":"Creating a Moonstone Dragon; Moonstone Dragon Personality Traits"},{"id":19226,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20ideals_ftd","p":133,"s":2,"h":1,"n":"Creating a Red Dragon; Red Dragon Ideals"},{"id":19227,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20personality%20traits_ftd","p":133,"s":2,"h":1,"n":"Creating a Red Dragon; Red Dragon Personality Traits"},{"id":19228,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20spellcasting_ftd","p":133,"s":2,"h":1,"n":"Creating a Red Dragon; Red Dragon Spellcasting"},{"id":19229,"c":24,"u":"creating%20a%20sapphire%20dragon%3b%20sapphire%20dragon%20ideals_ftd","p":138,"s":2,"h":1,"n":"Creating a Sapphire Dragon; Sapphire Dragon Ideals"},{"id":19230,"c":24,"u":"creating%20a%20sapphire%20dragon%3b%20sapphire%20dragon%20personality%20traits_ftd","p":138,"s":2,"h":1,"n":"Creating a Sapphire Dragon; Sapphire Dragon Personality Traits"},{"id":19231,"c":24,"u":"creating%20a%20shadow%20dragon%3b%20shadow%20dragon%20ideals_ftd","p":142,"s":2,"h":1,"n":"Creating a Shadow Dragon; Shadow Dragon Ideals"},{"id":19232,"c":24,"u":"creating%20a%20shadow%20dragon%3b%20shadow%20dragon%20personality%20traits_ftd","p":142,"s":2,"h":1,"n":"Creating a Shadow Dragon; Shadow Dragon Personality Traits"},{"id":19233,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20ideals_ftd","p":145,"s":2,"h":1,"n":"Creating a Silver Dragon; Silver Dragon Ideals"},{"id":19234,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20personality%20traits_ftd","p":145,"s":2,"h":1,"n":"Creating a Silver Dragon; Silver Dragon Personality Traits"},{"id":19235,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20spellcasting_ftd","p":145,"s":2,"h":1,"n":"Creating a Silver Dragon; Silver Dragon Spellcasting"},{"id":19236,"c":24,"u":"creating%20a%20topaz%20dragon%3b%20topaz%20dragon%20ideals_ftd","p":149,"s":2,"h":1,"n":"Creating a Topaz Dragon; Topaz Dragon Ideals"},{"id":19237,"c":24,"u":"creating%20a%20topaz%20dragon%3b%20topaz%20dragon%20personality%20traits_ftd","p":149,"s":2,"h":1,"n":"Creating a Topaz Dragon; Topaz Dragon Personality Traits"},{"id":19238,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20ideals_ftd","p":153,"s":2,"h":1,"n":"Creating a White Dragon; White Dragon Ideals"},{"id":19239,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20personality%20traits_ftd","p":153,"s":2,"h":1,"n":"Creating a White Dragon; White Dragon Personality Traits"},{"id":19240,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20spellcasting_ftd","p":153,"s":2,"h":1,"n":"Creating a White Dragon; White Dragon Spellcasting"},{"id":19241,"c":24,"u":"creating%20an%20amethyst%20dragon%3b%20amethyst%20dragon%20ideals_ftd","p":76,"s":2,"h":1,"n":"Creating an Amethyst Dragon; Amethyst Dragon Ideals"},{"id":19242,"c":24,"u":"creating%20an%20amethyst%20dragon%3b%20amethyst%20dragon%20personality%20traits_ftd","p":76,"s":2,"h":1,"n":"Creating an Amethyst Dragon; Amethyst Dragon Personality Traits"},{"id":19243,"c":24,"u":"creating%20an%20emerald%20dragon%3b%20emerald%20dragon%20ideals_ftd","p":114,"s":2,"h":1,"n":"Creating an Emerald Dragon; Emerald Dragon Ideals"},{"id":19244,"c":24,"u":"creating%20an%20emerald%20dragon%3b%20emerald%20dragon%20personality%20traits_ftd","p":114,"s":2,"h":1,"n":"Creating an Emerald Dragon; Emerald Dragon Personality Traits"},{"id":19245,"c":24,"u":"crystal%20dragon%20adventures%3b%20crystal%20dragon%20adventure%20hooks_ftd","p":103,"s":2,"h":1,"n":"Crystal Dragon Adventures; Crystal Dragon Adventure Hooks"},{"id":19246,"c":24,"u":"crystal%20dragon%20treasures%3b%20crystal%20dragon%20art%20objects_ftd","p":106,"s":2,"h":1,"n":"Crystal Dragon Treasures; Crystal Dragon Art Objects"},{"id":19247,"c":24,"u":"cult%20of%20the%20dragon%20adventure%20hooks_ftd","p":45,"s":2,"h":1,"n":"Cult of the Dragon Adventure Hooks"},{"id":19248,"c":24,"u":"death%20of%20a%20dragon%3b%20dragon%20death%20throes_ftd","p":40,"s":2,"h":1,"n":"Death of a Dragon; Dragon Death Throes"},{"id":19249,"c":24,"u":"deep%20dragon%20adventures%3b%20deep%20dragon%20adventure%20hooks_ftd","p":107,"s":2,"h":1,"n":"Deep Dragon Adventures; Deep Dragon Adventure Hooks"},{"id":19250,"c":24,"u":"deep%20dragon%20treasures%3b%20deep%20dragon%20art%20objects_ftd","p":109,"s":2,"h":1,"n":"Deep Dragon Treasures; Deep Dragon Art Objects"},{"id":19251,"c":24,"u":"draconic%20gift%20descriptions%3b%20draconic%20gift%20rarity_ftd","p":28,"s":2,"h":1,"n":"Draconic Gift Descriptions; Draconic Gift Rarity"},{"id":19252,"c":24,"u":"draconic%20gifts%3b%20draconic%20marks_ftd","p":27,"s":2,"h":1,"n":"Draconic Gifts; Draconic Marks"},{"id":19253,"c":24,"u":"dragon%20as%20schemer%3b%20cross-purposes_ftd","p":56,"s":2,"h":1,"n":"Dragon as Schemer; Cross-Purposes"},{"id":19254,"c":24,"u":"dragon%20characters%3b%20dragon%20appearance_ftd","p":31,"s":2,"h":1,"n":"Dragon Characters; Dragon Appearance"},{"id":19255,"c":24,"u":"dragon%20characters%3b%20dragon%20bonds_ftd","p":31,"s":2,"h":1,"n":"Dragon Characters; Dragon Bonds"},{"id":19256,"c":24,"u":"dragon%20characters%3b%20dragon%20flaws%20and%20secrets_ftd","p":31,"s":2,"h":1,"n":"Dragon Characters; Dragon Flaws and Secrets"},{"id":19257,"c":24,"u":"dragon%20characters%3b%20dragon%20mannerisms_ftd","p":31,"s":2,"h":1,"n":"Dragon Characters; Dragon Mannerisms"},{"id":19258,"c":24,"u":"dragon%20encounters%3b%20dragon%20encounter%20complications_ftd","p":53,"s":2,"h":1,"n":"Dragon Encounters; Dragon Encounter Complications"},{"id":19259,"c":24,"u":"dragon%20lairs%3b%20lair%20location_ftd","p":63,"s":2,"h":1,"n":"Dragon Lairs; Lair Location"},{"id":19260,"c":24,"u":"dragon%20turtle%20adventures%3b%20dragon%20turtle%20adventure%20hooks_ftd","p":110,"s":2,"h":1,"n":"Dragon Turtle Adventures; Dragon Turtle Adventure Hooks"},{"id":19261,"c":24,"u":"dragon%20turtle%20treasures%3b%20dragon%20turtle%20art%20objects_ftd","p":113,"s":2,"h":1,"n":"Dragon Turtle Treasures; Dragon Turtle Art Objects"},{"id":19262,"c":24,"u":"echoes%20across%20the%20worlds%3b%20dragon%20echo%20characteristics_ftd","p":42,"s":2,"h":1,"n":"Echoes across the Worlds; Dragon Echo Characteristics"},{"id":19263,"c":24,"u":"emerald%20dragon%20adventures%3b%20emerald%20dragon%20adventure%20hooks_ftd","p":114,"s":2,"h":1,"n":"Emerald Dragon Adventures; Emerald Dragon Adventure Hooks"},{"id":19264,"c":24,"u":"emerald%20dragon%20treasures%3b%20emerald%20dragon%20art%20objects_ftd","p":117,"s":2,"h":1,"n":"Emerald Dragon Treasures; Emerald Dragon Art Objects"},{"id":19265,"c":24,"u":"engraved%20wards%3b%20hidecarved%20wards_ftd","p":47,"s":2,"h":1,"n":"Engraved Wards; Hidecarved Wards"},{"id":19266,"c":24,"u":"faerie%20dragon%20adventures%3b%20faerie%20dragon%20adventure%20hooks_ftd","p":118,"s":2,"h":1,"n":"Faerie Dragon Adventures; Faerie Dragon Adventure Hooks"},{"id":19267,"c":24,"u":"faerie%20dragon%20treasures%3b%20faerie%20dragon%20art%20objects_ftd","p":120,"s":2,"h":1,"n":"Faerie Dragon Treasures; Faerie Dragon Art Objects"},{"id":19268,"c":24,"u":"gold%20dragon%20adventures%3b%20gold%20dragon%20adventure%20hooks_ftd","p":121,"s":2,"h":1,"n":"Gold Dragon Adventures; Gold Dragon Adventure Hooks"},{"id":19269,"c":24,"u":"gold%20dragon%20treasures%3b%20gold%20dragon%20art%20objects_ftd","p":124,"s":2,"h":1,"n":"Gold Dragon Treasures; Gold Dragon Art Objects"},{"id":19270,"c":24,"u":"greatwyrms%3b%20ancient%20dragon%20goals_ftd","p":37,"s":2,"h":1,"n":"Greatwyrms; Ancient Dragon Goals"},{"id":19271,"c":24,"u":"green%20dragon%20adventures%3b%20green%20dragon%20adventure%20hooks_ftd","p":126,"s":2,"h":1,"n":"Green Dragon Adventures; Green Dragon Adventure Hooks"},{"id":19272,"c":24,"u":"green%20dragon%20treasures%3b%20green%20dragon%20art%20objects_ftd","p":129,"s":2,"h":1,"n":"Green Dragon Treasures; Green Dragon Art Objects"},{"id":19273,"c":24,"u":"half-dragons%3b%20half-dragon%20origin_ftd","p":39,"s":2,"h":1,"n":"Half-Dragons; Half-Dragon Origin"},{"id":19274,"c":24,"u":"haunted%20hoards%3b%20unfinished%20business_ftd","p":68,"s":2,"h":1,"n":"Haunted Hoards; Unfinished Business"},{"id":19275,"c":24,"u":"heroes%20of%20the%20dragon%3b%20draconic%20character%20ties_ftd","p":16,"s":2,"h":1,"n":"Heroes of the Dragon; Draconic Character Ties"},{"id":19276,"c":24,"u":"hidecarved%20dragons%20adventure%20hooks_ftd","p":48,"s":2,"h":1,"n":"Hidecarved Dragons Adventure Hooks"},{"id":19277,"c":24,"u":"hoard%20item%20quirks%3b%20draconic%20quirks_ftd","p":25,"s":2,"h":1,"n":"Hoard Item Quirks; Draconic Quirks"},{"id":19278,"c":24,"u":"hoard%20magic%20items%3b%20hoard%20item%20states_ftd","p":25,"s":2,"h":1,"n":"Hoard Magic Items; Hoard Item States"},{"id":19279,"c":24,"u":"how%20to%20name%20your%20dragon%3b%20dragon%20name%20elements_ftd","p":33,"s":2,"h":1,"n":"How to Name Your Dragon; Dragon Name Elements"},{"id":19280,"c":24,"u":"inheritors%20of%20the%20first%20world%20adventure%20hooks_ftd","p":49,"s":2,"h":1,"n":"Inheritors of the First World Adventure Hooks"},{"id":19281,"c":24,"u":"linking%20hoards%3b%20hoard%20linking%20items_ftd","p":67,"s":2,"h":1,"n":"Linking Hoards; Hoard Linking Items"},{"id":19282,"c":24,"u":"moonstone%20dragon%20adventures%3b%20moonstone%20dragon%20adventure%20hooks_ftd","p":131,"s":2,"h":1,"n":"Moonstone Dragon Adventures; Moonstone Dragon Adventure Hooks"},{"id":19283,"c":24,"u":"moonstone%20dragon%20treasures%3b%20moonstone%20dragon%20art%20objects_ftd","p":132,"s":2,"h":1,"n":"Moonstone Dragon Treasures; Moonstone Dragon Art Objects"},{"id":19284,"c":24,"u":"red%20dragon%20adventures%3b%20red%20dragon%20adventure%20hooks_ftd","p":134,"s":2,"h":1,"n":"Red Dragon Adventures; Red Dragon Adventure Hooks"},{"id":19285,"c":24,"u":"red%20dragon%20treasures%3b%20red%20dragon%20art%20objects_ftd","p":137,"s":2,"h":1,"n":"Red Dragon Treasures; Red Dragon Art Objects"},{"id":19286,"c":24,"u":"reproduction%3b%20origin%20of%20dragon%20eggs_ftd","p":38,"s":2,"h":1,"n":"Reproduction; Origin of Dragon Eggs"},{"id":19287,"c":24,"u":"sapphire%20dragon%20adventures%3b%20sapphire%20dragon%20adventure%20hooks_ftd","p":138,"s":2,"h":1,"n":"Sapphire Dragon Adventures; Sapphire Dragon Adventure Hooks"},{"id":19288,"c":24,"u":"sapphire%20dragon%20treasures%3b%20sapphire%20dragon%20art%20objects_ftd","p":140,"s":2,"h":1,"n":"Sapphire Dragon Treasures; Sapphire Dragon Art Objects"},{"id":19289,"c":24,"u":"shadow%20dragon%20adventures%3b%20shadow%20dragon%20adventure%20hooks_ftd","p":142,"s":2,"h":1,"n":"Shadow Dragon Adventures; Shadow Dragon Adventure Hooks"},{"id":19290,"c":24,"u":"shadow%20dragon%20treasures%3b%20shadow%20dragon%20art%20objects_ftd","p":144,"s":2,"h":1,"n":"Shadow Dragon Treasures; Shadow Dragon Art Objects"},{"id":19291,"c":24,"u":"silver%20dragon%20adventures%3b%20silver%20dragon%20adventure%20hooks_ftd","p":145,"s":2,"h":1,"n":"Silver Dragon Adventures; Silver Dragon Adventure Hooks"},{"id":19292,"c":24,"u":"silver%20dragon%20treasures%3b%20silver%20dragon%20art%20objects_ftd","p":148,"s":2,"h":1,"n":"Silver Dragon Treasures; Silver Dragon Art Objects"},{"id":19293,"c":24,"u":"spells_ftd","p":19,"s":2,"h":1,"n":"Spells"},{"id":19294,"c":24,"u":"topaz%20dragon%20adventures%3b%20topaz%20dragon%20adventure%20hooks_ftd","p":149,"s":2,"h":1,"n":"Topaz Dragon Adventures; Topaz Dragon Adventure Hooks"},{"id":19295,"c":24,"u":"topaz%20dragon%20treasures%3b%20topaz%20dragon%20art%20objects_ftd","p":152,"s":2,"h":1,"n":"Topaz Dragon Treasures; Topaz Dragon Art Objects"},{"id":19296,"c":24,"u":"undeath%3b%20undead%20dragon%20adventure%20hooks_ftd","p":41,"s":2,"h":1,"n":"Undeath; Undead Dragon Adventure Hooks"},{"id":19297,"c":24,"u":"warlord%3b%20relationships%20and%20adventures_ftd","p":51,"s":2,"h":1,"n":"Warlord; Relationships and Adventures"},{"id":19298,"c":24,"u":"white%20dragon%20adventures%3b%20white%20dragon%20adventure%20hooks_ftd","p":153,"s":2,"h":1,"n":"White Dragon Adventures; White Dragon Adventure Hooks"},{"id":19299,"c":24,"u":"white%20dragon%20treasures%3b%20white%20dragon%20art%20objects_ftd","p":157,"s":2,"h":1,"n":"White Dragon Treasures; White Dragon Art Objects"},{"id":19300,"c":24,"u":"wyrmlings%3b%20wyrmling%20goals_ftd","p":35,"s":2,"h":1,"n":"Wyrmlings; Wyrmling Goals"},{"id":19301,"c":24,"u":"young%20dragons%3b%20young%20dragon%20goals_ftd","p":36,"s":2,"h":1,"n":"Young Dragons; Young Dragon Goals"},{"id":19302,"c":24,"u":"how%20do%20i%20know%20which%20ability%20modifier%20to%20use%20with%20an%20attack%20roll%20and%20its%20damage%20roll%3f_sac","s":146,"h":1,"n":"How do I know which ability modifier to use with an attack roll and its damage roll?"},{"id":19303,"c":24,"u":"the%20drow%20pantheon_scag","p":23,"s":107,"h":1,"n":"The Drow Pantheon"},{"id":19304,"c":24,"u":"the%20dwarven%20pantheon_scag","p":22,"s":107,"h":1,"n":"The Dwarven Pantheon"},{"id":19305,"c":24,"u":"the%20elven%20pantheon_scag","p":23,"s":107,"h":1,"n":"The Elven Pantheon"},{"id":19306,"c":24,"u":"the%20faer%c3%bbnian%20pantheon_scag","p":21,"s":107,"h":1,"n":"The Faerunian Pantheon"},{"id":19307,"c":24,"u":"the%20gnomish%20pantheon_scag","p":24,"s":107,"h":1,"n":"The Gnomish Pantheon"},{"id":19308,"c":24,"u":"the%20halfling%20pantheon_scag","p":23,"s":107,"h":1,"n":"The Halfling Pantheon"},{"id":19309,"c":24,"u":"the%20orc%20pantheon_scag","p":24,"s":107,"h":1,"n":"The Orc Pantheon"},{"id":19310,"c":24,"u":"the%20shifting%20of%20the%20seasons%3b%20the%20calendar%20of%20harptos_scag","p":15,"s":107,"h":1,"n":"The Shifting of the Seasons; The Calendar of Harptos"},{"id":19311,"c":24,"u":"uthgardt%20totems_scag","p":121,"s":107,"h":1,"n":"Uthgardt Totems"},{"id":19312,"c":24,"u":"dungeon%20chambers_screendungeonkit","s":147,"h":1,"n":"Dungeon Chambers"},{"id":19313,"c":24,"u":"dungeon%20encounters_screendungeonkit","s":147,"h":1,"n":"Dungeon Encounters"},{"id":19314,"c":24,"u":"exhaustion_screendungeonkit","s":147,"h":1,"n":"Exhaustion"},{"id":19315,"c":24,"u":"screen%3b%20audible%20distance_screendungeonkit","s":147,"h":1,"n":"Screen; Audible Distance"},{"id":19316,"c":24,"u":"screen%3b%20cover_screendungeonkit","s":147,"h":1,"n":"Screen; Cover"},{"id":19317,"c":24,"u":"screen%3b%20damage%20by%20level%20and%20severity_screendungeonkit","s":147,"h":1,"n":"Screen; Damage by Level and Severity"},{"id":19318,"c":24,"u":"screen%3b%20food%2c%20drink%2c%20and%20lodging_screendungeonkit","s":147,"h":1,"n":"Screen; Food, Drink, and Lodging"},{"id":19319,"c":24,"u":"screen%3b%20foraging%20dcs_screendungeonkit","s":147,"h":1,"n":"Screen; Foraging DCs"},{"id":19320,"c":24,"u":"screen%3b%20improvising%20damage_screendungeonkit","s":147,"h":1,"n":"Screen; Improvising Damage"},{"id":19321,"c":24,"u":"screen%3b%20light_screendungeonkit","s":147,"h":1,"n":"Screen; Light"},{"id":19322,"c":24,"u":"screen%3b%20monster%20motivation_screendungeonkit","s":147,"h":1,"n":"Screen; Monster Motivation"},{"id":19323,"c":24,"u":"screen%3b%20object%20armor%20class_screendungeonkit","s":147,"h":1,"n":"Screen; Object Armor Class"},{"id":19324,"c":24,"u":"screen%3b%20object%20hit%20points_screendungeonkit","s":147,"h":1,"n":"Screen; Object Hit Points"},{"id":19325,"c":24,"u":"screen%3b%20obscured%20areas_screendungeonkit","s":147,"h":1,"n":"Screen; Obscured Areas"},{"id":19326,"c":24,"u":"screen%3b%20setting%20a%20dc_screendungeonkit","s":147,"h":1,"n":"Screen; Setting a DC"},{"id":19327,"c":24,"u":"screen%3b%20skills%20and%20associated%20abilities_screendungeonkit","s":147,"h":1,"n":"Screen; Skills and Associated Abilities"},{"id":19328,"c":24,"u":"screen%3b%20tracking%20dcs_screendungeonkit","s":147,"h":1,"n":"Screen; Tracking DCs"},{"id":19329,"c":24,"u":"screen%3b%20travel%20pace_screendungeonkit","s":147,"h":1,"n":"Screen; Travel Pace"},{"id":19330,"c":24,"u":"screen%3b%20visibility%20outdoors_screendungeonkit","s":147,"h":1,"n":"Screen; Visibility Outdoors"},{"id":19331,"c":24,"u":"state%20of%20ruin_screendungeonkit","s":147,"h":1,"n":"State of Ruin"},{"id":19332,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_screenwildernesskit","s":148,"h":1,"n":"Ending a Chase; Escape Factors"},{"id":19333,"c":24,"u":"food%20and%20water%20needs_screenwildernesskit","s":148,"h":1,"n":"Food and Water Needs"},{"id":19334,"c":24,"u":"playing%20a%20chase%3b%20wilderness%20chase%20complications_screenwildernesskit","s":148,"h":1,"n":"Playing a Chase; Wilderness Chase Complications"},{"id":19335,"c":24,"u":"random%20encounter%3b%20wilderness%20encounter_screenwildernesskit","s":148,"h":1,"n":"Random Encounter; Wilderness Encounter"},{"id":19336,"c":24,"u":"wilderness%20journeys%3b%20monuments_screenwildernesskit","s":148,"h":1,"n":"Wilderness Journeys; Monuments"},{"id":19337,"c":24,"u":"wilderness%20journeys%3b%20weird%20locales_screenwildernesskit","s":148,"h":1,"n":"Wilderness Journeys; Weird Locales"},{"id":19338,"c":24,"u":"academy%20contact_tce","p":85,"s":4,"h":1,"n":"Academy Contact"},{"id":19339,"c":24,"u":"academy%20factotum%20roles_tce","p":85,"s":4,"h":1,"n":"Academy Factotum Roles"},{"id":19340,"c":24,"u":"academy%20quests_tce","p":86,"s":4,"h":1,"n":"Academy Quests"},{"id":19341,"c":24,"u":"academy%20type_tce","p":84,"s":4,"h":1,"n":"Academy Type"},{"id":19342,"c":24,"u":"ancient%20being_tce","p":86,"s":4,"h":1,"n":"Ancient Being"},{"id":19343,"c":24,"u":"ancient%20being%20contact_tce","p":87,"s":4,"h":1,"n":"Ancient Being Contact"},{"id":19344,"c":24,"u":"ancient%20being%20operative%20roles_tce","p":88,"s":4,"h":1,"n":"Ancient Being Operative Roles"},{"id":19345,"c":24,"u":"ancient%20being%20quests_tce","p":88,"s":4,"h":1,"n":"Ancient Being Quests"},{"id":19346,"c":24,"u":"aristocrat%20contact_tce","p":90,"s":4,"h":1,"n":"Aristocrat Contact"},{"id":19347,"c":24,"u":"aristocrat%20quests_tce","p":90,"s":4,"h":1,"n":"Aristocrat Quests"},{"id":19348,"c":24,"u":"aristocrat%20retainer%20roles_tce","p":90,"s":4,"h":1,"n":"Aristocrat Retainer Roles"},{"id":19349,"c":24,"u":"aristocrat%20types_tce","p":89,"s":4,"h":1,"n":"Aristocrat Types"},{"id":19350,"c":24,"u":"blessed%20radiance%20effects_tce","p":150,"s":4,"h":1,"n":"Blessed Radiance Effects"},{"id":19351,"c":24,"u":"creature%20paintings_tce","p":172,"s":4,"h":1,"n":"Creature Paintings"},{"id":19352,"c":24,"u":"criminal%20syndicate%20contact%3b%20syndicate%20contact_tce","p":92,"s":4,"h":1,"n":"Criminal Syndicate Contact; Syndicate Contact"},{"id":19353,"c":24,"u":"criminal%20syndicate%20member%20roles_tce","p":92,"s":4,"h":1,"n":"Criminal Syndicate Member Roles"},{"id":19354,"c":24,"u":"criminal%20syndicate%20quests_tce","p":93,"s":4,"h":1,"n":"Criminal Syndicate Quests"},{"id":19355,"c":24,"u":"enchanted%20springs%3b%20enchanted%20spring%20effects_tce","p":165,"s":4,"h":1,"n":"Enchanted Springs; Enchanted Spring Effects"},{"id":19356,"c":24,"u":"far%20realm%20effects_tce","p":152,"s":4,"h":1,"n":"Far Realm Effects"},{"id":19357,"c":24,"u":"guild%20contact_tce","p":94,"s":4,"h":1,"n":"Guild Contact"},{"id":19358,"c":24,"u":"guild%20quests_tce","p":95,"s":4,"h":1,"n":"Guild Quests"},{"id":19359,"c":24,"u":"guild%20representative%20roles_tce","p":95,"s":4,"h":1,"n":"Guild Representative Roles"},{"id":19360,"c":24,"u":"guild%20types_tce","p":93,"s":4,"h":1,"n":"Guild Types"},{"id":19361,"c":24,"u":"haunted%20effects_tce","p":154,"s":4,"h":1,"n":"Haunted Effects"},{"id":19362,"c":24,"u":"infested%20effects_tce","p":156,"s":4,"h":1,"n":"Infested Effects"},{"id":19363,"c":24,"u":"magic%20items_tce","p":117,"s":4,"h":1,"n":"Magic Items"},{"id":19364,"c":24,"u":"magic%20mushrooms%3b%20magic%20mushroom%20effects_tce","p":166,"s":4,"h":1,"n":"Magic Mushrooms; Magic Mushroom Effects"},{"id":19365,"c":24,"u":"magic%20tattoos%3b%20magic%20tattoo%20coverage_tce","p":118,"s":4,"h":1,"n":"Magic Tattoos; Magic Tattoo Coverage"},{"id":19366,"c":24,"u":"menu%20items_tce","p":187,"s":4,"h":1,"n":"Menu Items"},{"id":19367,"c":24,"u":"military%20force%20contact%3b%20commanding%20officer_tce","p":97,"s":4,"h":1,"n":"Military Force Contact; Commanding Officer"},{"id":19368,"c":24,"u":"military%20force%20envoy%20roles_tce","p":97,"s":4,"h":1,"n":"Military Force Envoy Roles"},{"id":19369,"c":24,"u":"military%20force%20types_tce","p":96,"s":4,"h":1,"n":"Military Force Types"},{"id":19370,"c":24,"u":"military%20quests_tce","p":98,"s":4,"h":1,"n":"Military Quests"},{"id":19371,"c":24,"u":"mirror%20zone%20effects_tce","p":157,"s":4,"h":1,"n":"Mirror Zone Effects"},{"id":19372,"c":24,"u":"monster%20research_tce","p":148,"s":4,"h":1,"n":"Monster Research"},{"id":19373,"c":24,"u":"monsters'%20desires%3b%20aberrations_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Aberrations"},{"id":19374,"c":24,"u":"monsters'%20desires%3b%20beasts_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Beasts"},{"id":19375,"c":24,"u":"monsters'%20desires%3b%20celestials_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Celestials"},{"id":19376,"c":24,"u":"monsters'%20desires%3b%20constructs_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Constructs"},{"id":19377,"c":24,"u":"monsters'%20desires%3b%20dragons_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Dragons"},{"id":19378,"c":24,"u":"monsters'%20desires%3b%20elementals_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Elementals"},{"id":19379,"c":24,"u":"monsters'%20desires%3b%20fey_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Fey"},{"id":19380,"c":24,"u":"monsters'%20desires%3b%20fiends_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Fiends"},{"id":19381,"c":24,"u":"monsters'%20desires%3b%20giants_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Giants"},{"id":19382,"c":24,"u":"monsters'%20desires%3b%20humanoids_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Humanoids"},{"id":19383,"c":24,"u":"monsters'%20desires%3b%20monstrosities_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Monstrosities"},{"id":19384,"c":24,"u":"monsters'%20desires%3b%20oozes_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Oozes"},{"id":19385,"c":24,"u":"monsters'%20desires%3b%20plants_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Plants"},{"id":19386,"c":24,"u":"monsters'%20desires%3b%20undead_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Undead"},{"id":19387,"c":24,"u":"party%20formation%3b%20party%20origin_tce","p":139,"s":4,"h":1,"n":"Party Formation; Party Origin"},{"id":19388,"c":24,"u":"personalizing%20spells%3b%20magic%20themes_tce","p":116,"s":4,"h":1,"n":"Personalizing Spells; Magic Themes"},{"id":19389,"c":24,"u":"primal%20fruit%20effects_tce","p":168,"s":4,"h":1,"n":"Primal Fruit Effects"},{"id":19390,"c":24,"u":"psychic%20resonance%20effects_tce","p":160,"s":4,"h":1,"n":"Psychic Resonance Effects"},{"id":19391,"c":24,"u":"religious%20order%20contact_tce","p":99,"s":4,"h":1,"n":"Religious Order Contact"},{"id":19392,"c":24,"u":"religious%20order%20member%20roles_tce","p":99,"s":4,"h":1,"n":"Religious Order Member Roles"},{"id":19393,"c":24,"u":"religious%20order%20quests_tce","p":100,"s":4,"h":1,"n":"Religious Order Quests"},{"id":19394,"c":24,"u":"religious%20order%20types_tce","p":98,"s":4,"h":1,"n":"Religious Order Types"},{"id":19395,"c":24,"u":"skeleton%20keys%20solution_tce","p":175,"s":4,"h":1,"n":"Skeleton Keys Solution"},{"id":19396,"c":24,"u":"solution%3b%20gem%20inventory_tce","p":176,"s":4,"h":1,"n":"Solution; Gem Inventory"},{"id":19397,"c":24,"u":"solution%3b%20potential%20passwords_tce","p":183,"s":4,"h":1,"n":"Solution; Potential Passwords"},{"id":19398,"c":24,"u":"solution%3b%20remembered%20names_tce","p":187,"s":4,"h":1,"n":"Solution; Remembered Names"},{"id":19399,"c":24,"u":"sovereign%20contact_tce","p":102,"s":4,"h":1,"n":"Sovereign Contact"},{"id":19400,"c":24,"u":"sovereign%20proxy%20roles_tce","p":102,"s":4,"h":1,"n":"Sovereign Proxy Roles"},{"id":19401,"c":24,"u":"sovereign%20quests_tce","p":102,"s":4,"h":1,"n":"Sovereign Quests"},{"id":19402,"c":24,"u":"sovereign%20types_tce","p":100,"s":4,"h":1,"n":"Sovereign Types"},{"id":19403,"c":24,"u":"spells_tce","p":105,"s":4,"h":1,"n":"Spells"},{"id":19404,"c":24,"u":"spells%20as%20natural%20hazards_tce","p":170,"s":4,"h":1,"n":"Spells as Natural Hazards"},{"id":19405,"c":24,"u":"types%20of%20criminal%20syndicates%3b%20syndicate%20types_tce","p":91,"s":4,"h":1,"n":"Types of Criminal Syndicates; Syndicate Types"},{"id":19406,"c":24,"u":"unearthly%20roads%3b%20unearthly%20road%20keys_tce","p":169,"s":4,"h":1,"n":"Unearthly Roads; Unearthly Road Keys"},{"id":19407,"c":24,"u":"unraveling%20magic%20effects_tce","p":161,"s":4,"h":1,"n":"Unraveling Magic Effects"},{"id":19408,"c":24,"u":"what's%20on%20the%20menu%20solution_tce","p":188,"s":4,"h":1,"n":"What's on the Menu Solution"},{"id":19409,"c":24,"u":"wild%20magic_tce","p":25,"s":4,"h":1,"n":"Wild Magic"},{"id":19410,"c":24,"u":"1%2c000%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"1,000 GP Gemstones"},{"id":19411,"c":24,"u":"10%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"10 GP Gemstones"},{"id":19412,"c":24,"u":"100%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"100 GP Gemstones"},{"id":19413,"c":24,"u":"1%3a%20common%20names_xdmg","p":84,"s":5,"h":1,"n":"1: Common Names"},{"id":19414,"c":24,"u":"2%2c500%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"n":"2,500 GP Art Objects"},{"id":19415,"c":24,"u":"25%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"n":"25 GP Art Objects"},{"id":19416,"c":24,"u":"250%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"n":"250 GP Art Objects"},{"id":19417,"c":24,"u":"2%3a%20guttural%20names_xdmg","p":84,"s":5,"h":1,"n":"2: Guttural Names"},{"id":19418,"c":24,"u":"3%3a%20lyrical%20names_xdmg","p":84,"s":5,"h":1,"n":"3: Lyrical Names"},{"id":19419,"c":24,"u":"4%3a%20monosyllabic%20names_xdmg","p":84,"s":5,"h":1,"n":"4: Monosyllabic Names"},{"id":19420,"c":24,"u":"5%2c000%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"5,000 GP Gemstones"},{"id":19421,"c":24,"u":"50%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"50 GP Gemstones"},{"id":19422,"c":24,"u":"500%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"500 GP Gemstones"},{"id":19423,"c":24,"u":"5%3a%20sinister%20names_xdmg","p":84,"s":5,"h":1,"n":"5: Sinister Names"},{"id":19424,"c":24,"u":"6%3a%20whimsical%20names_xdmg","p":84,"s":5,"h":1,"n":"6: Whimsical Names"},{"id":19425,"c":24,"u":"7%2c500%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"n":"7,500 GP Art Objects"},{"id":19426,"c":24,"u":"750%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"n":"750 GP Art Objects"},{"id":19427,"c":24,"u":"actions%20in%20combat%3b%20describing%20actions_xdmg","p":46,"s":5,"h":1,"n":"Actions in Combat; Describing Actions"},{"id":19428,"c":24,"u":"adding%20basic%20facilities_xdmg","p":335,"s":5,"h":1,"n":"Adding Basic Facilities"},{"id":19429,"c":24,"u":"adjudicating%20areas%20of%20effect%3b%20targets%20in%20area%20of%20effect_xdmg","p":82,"s":5,"h":1,"n":"Adjudicating Areas of Effect; Targets in Area of Effect"},{"id":19430,"c":24,"u":"adventure%20patrons%3b%20patron%20hooks_xdmg","p":110,"s":5,"h":1,"n":"Adventure Patrons; Patron Hooks"},{"id":19431,"c":24,"u":"all%20is%20well_xdmg","p":350,"s":5,"h":1,"n":"All Is Well"},{"id":19432,"c":24,"u":"ammunition%3b%202_xdmg","p":72,"s":5,"h":1,"n":"Ammunition; 2"},{"id":19433,"c":24,"u":"arcana%20-%20common_xdmg","p":326,"s":5,"h":1,"n":"Arcana - Common"},{"id":19434,"c":24,"u":"arcana%20-%20legendary_xdmg","p":326,"s":5,"h":1,"n":"Arcana - Legendary"},{"id":19435,"c":24,"u":"arcana%20-%20rare_xdmg","p":326,"s":5,"h":1,"n":"Arcana - Rare"},{"id":19436,"c":24,"u":"arcana%20-%20uncommon_xdmg","p":326,"s":5,"h":1,"n":"Arcana - Uncommon"},{"id":19437,"c":24,"u":"arcana%20-%20very%20rare_xdmg","p":326,"s":5,"h":1,"n":"Arcana - Very Rare"},{"id":19438,"c":24,"u":"armaments%20-%20common_xdmg","p":328,"s":5,"h":1,"n":"Armaments - Common"},{"id":19439,"c":24,"u":"armaments%20-%20legendary_xdmg","p":328,"s":5,"h":1,"n":"Armaments - Legendary"},{"id":19440,"c":24,"u":"armaments%20-%20rare_xdmg","p":328,"s":5,"h":1,"n":"Armaments - Rare"},{"id":19441,"c":24,"u":"armaments%20-%20uncommon_xdmg","p":328,"s":5,"h":1,"n":"Armaments - Uncommon"},{"id":19442,"c":24,"u":"armaments%20-%20very%20rare_xdmg","p":328,"s":5,"h":1,"n":"Armaments - Very Rare"},{"id":19443,"c":24,"u":"artifact%20properties%3b%20major%20beneficial%20properties_xdmg","p":224,"s":5,"h":1,"n":"Artifact Properties; Major Beneficial Properties"},{"id":19444,"c":24,"u":"artifact%20properties%3b%20major%20detrimental%20properties_xdmg","p":224,"s":5,"h":1,"n":"Artifact Properties; Major Detrimental Properties"},{"id":19445,"c":24,"u":"artifact%20properties%3b%20minor%20beneficial%20properties_xdmg","p":224,"s":5,"h":1,"n":"Artifact Properties; Minor Beneficial Properties"},{"id":19446,"c":24,"u":"artifact%20properties%3b%20minor%20detrimental%20properties_xdmg","p":224,"s":5,"h":1,"n":"Artifact Properties; Minor Detrimental Properties"},{"id":19447,"c":24,"u":"astral%20color%20pools_xdmg","p":184,"s":5,"h":1,"n":"Astral Color Pools"},{"id":19448,"c":24,"u":"average%20results%3b%20mob%20results_xdmg","p":82,"s":5,"h":1,"n":"Average Results; Mob Results"},{"id":19449,"c":24,"u":"bastion%20events_xdmg","p":350,"s":5,"h":1,"n":"Bastion Events"},{"id":19450,"c":24,"u":"bring%20it%20to%20an%20end%3b%20adventure%20climax_xdmg","p":120,"s":5,"h":1,"n":"Bring It to an End; Adventure Climax"},{"id":19451,"c":24,"u":"building%20your%20own%20traps%3b%20building%20a%20trap_xdmg","p":103,"s":5,"h":1,"n":"Building Your Own Traps; Building a Trap"},{"id":19452,"c":24,"u":"central%20flanaess%20locations_xdmg","p":162,"s":5,"h":1,"n":"Central Flanaess Locations"},{"id":19453,"c":24,"u":"creature%20size%20and%20space_xdmg","p":44,"s":5,"h":1,"n":"Creature Size and Space"},{"id":19454,"c":24,"u":"deep%20ethereal%3b%20ethereal%20curtains_xdmg","p":192,"s":5,"h":1,"n":"Deep Ethereal; Ethereal Curtains"},{"id":19455,"c":24,"u":"determine%20your%20xp%20budget%3b%20xp%20budget%20per%20character_xdmg","p":114,"s":5,"h":1,"n":"Determine Your XP Budget; XP Budget per Character"},{"id":19456,"c":24,"u":"difficulty%20class%3b%20typical%20dcs_xdmg","p":29,"s":5,"h":1,"n":"Difficulty Class; Typical DCs"},{"id":19457,"c":24,"u":"doors_xdmg","p":64,"s":5,"h":1,"n":"Doors"},{"id":19458,"c":24,"u":"dungeon%20decay%3b%20states%20of%20ruin_xdmg","p":67,"s":5,"h":1,"n":"Dungeon Decay; States of Ruin"},{"id":19459,"c":24,"u":"dungeons%3b%20dungeon%20quirks_xdmg","p":65,"s":5,"h":1,"n":"Dungeons; Dungeon Quirks"},{"id":19460,"c":24,"u":"eastern%20flanaess%20locations_xdmg","p":164,"s":5,"h":1,"n":"Eastern Flanaess Locations"},{"id":19461,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_xdmg","p":53,"s":5,"h":1,"n":"Ending a Chase; Escape Factors"},{"id":19462,"c":24,"u":"enlarging%20basic%20facilities_xdmg","p":335,"s":5,"h":1,"n":"Enlarging Basic Facilities"},{"id":19463,"c":24,"u":"ether%20cyclones%3b%20ether%20cyclone_xdmg","p":193,"s":5,"h":1,"n":"Ether Cyclones; Ether Cyclone"},{"id":19464,"c":24,"u":"exploring%20the%20mine_xdmg","p":123,"s":5,"h":1,"n":"Exploring the Mine"},{"id":19465,"c":24,"u":"explosives_xdmg","p":72,"s":5,"h":1,"n":"Explosives"},{"id":19466,"c":24,"u":"facility%20space_xdmg","p":335,"s":5,"h":1,"n":"Facility Space"},{"id":19467,"c":24,"u":"fear%20effects%3b%20sample%20fear%20dcs_xdmg","p":70,"s":5,"h":1,"n":"Fear Effects; Sample Fear DCs"},{"id":19468,"c":24,"u":"feywild%20time%20warp_xdmg","p":196,"s":5,"h":1,"n":"Feywild Time Warp"},{"id":19469,"c":24,"u":"firearms_xdmg","p":72,"s":5,"h":1,"n":"Firearms"},{"id":19470,"c":24,"u":"fortifications%3b%20maintenance%20costs_xdmg","p":80,"s":5,"h":1,"n":"Fortifications; Maintenance Costs"},{"id":19471,"c":24,"u":"gate-towns%20of%20the%20outlands_xdmg","p":205,"s":5,"h":1,"n":"Gate-Towns of the Outlands"},{"id":19472,"c":24,"u":"gods%20of%20greyhawk_xdmg","p":149,"s":5,"h":1,"n":"Gods of Greyhawk"},{"id":19473,"c":24,"u":"guest_xdmg","p":352,"s":5,"h":1,"n":"Guest"},{"id":19474,"c":24,"u":"happenstance%20hooks_xdmg","p":111,"s":5,"h":1,"n":"Happenstance Hooks"},{"id":19475,"c":24,"u":"implements%20-%20common_xdmg","p":329,"s":5,"h":1,"n":"Implements - Common"},{"id":19476,"c":24,"u":"implements%20-%20legendary_xdmg","p":329,"s":5,"h":1,"n":"Implements - Legendary"},{"id":19477,"c":24,"u":"implements%20-%20rare_xdmg","p":329,"s":5,"h":1,"n":"Implements - Rare"},{"id":19478,"c":24,"u":"implements%20-%20uncommon_xdmg","p":329,"s":5,"h":1,"n":"Implements - Uncommon"},{"id":19479,"c":24,"u":"implements%20-%20very%20rare_xdmg","p":329,"s":5,"h":1,"n":"Implements - Very Rare"},{"id":19480,"c":24,"u":"improvising%20damage_xdmg","p":30,"s":5,"h":1,"n":"Improvising Damage"},{"id":19481,"c":24,"u":"improvising%20damage%3b%20damage%20severity%20and%20level_xdmg","p":30,"s":5,"h":1,"n":"Improvising Damage; Damage Severity and Level"},{"id":19482,"c":24,"u":"initial%20attitudes%3b%20initial%20attitude_xdmg","p":116,"s":5,"h":1,"n":"Initial Attitudes; Initial Attitude"},{"id":19483,"c":24,"u":"layers%20of%20acheron_xdmg","p":182,"s":5,"h":1,"n":"Layers of Acheron"},{"id":19484,"c":24,"u":"layers%20of%20arborea_xdmg","p":183,"s":5,"h":1,"n":"Layers of Arborea"},{"id":19485,"c":24,"u":"layers%20of%20arcadia_xdmg","p":183,"s":5,"h":1,"n":"Layers of Arcadia"},{"id":19486,"c":24,"u":"layers%20of%20bytopia_xdmg","p":186,"s":5,"h":1,"n":"Layers of Bytopia"},{"id":19487,"c":24,"u":"layers%20of%20carceri_xdmg","p":187,"s":5,"h":1,"n":"Layers of Carceri"},{"id":19488,"c":24,"u":"layers%20of%20elysium_xdmg","p":191,"s":5,"h":1,"n":"Layers of Elysium"},{"id":19489,"c":24,"u":"layers%20of%20gehenna_xdmg","p":197,"s":5,"h":1,"n":"Layers of Gehenna"},{"id":19490,"c":24,"u":"layers%20of%20hades_xdmg","p":197,"s":5,"h":1,"n":"Layers of Hades"},{"id":19491,"c":24,"u":"layers%20of%20mount%20celestia_xdmg","p":200,"s":5,"h":1,"n":"Layers of Mount Celestia"},{"id":19492,"c":24,"u":"layers%20of%20pandemonium_xdmg","p":206,"s":5,"h":1,"n":"Layers of Pandemonium"},{"id":19493,"c":24,"u":"layers%20of%20the%20abyss_xdmg","p":180,"s":5,"h":1,"n":"Layers of the Abyss"},{"id":19494,"c":24,"u":"layers%20of%20the%20beastlands_xdmg","p":186,"s":5,"h":1,"n":"Layers of the Beastlands"},{"id":19495,"c":24,"u":"layers%20of%20the%20nine%20hells_xdmg","p":202,"s":5,"h":1,"n":"Layers of the Nine Hells"},{"id":19496,"c":24,"u":"layers%20of%20ysgard_xdmg","p":210,"s":5,"h":1,"n":"Layers of Ysgard"},{"id":19497,"c":24,"u":"level-based%20renown_xdmg","p":92,"s":5,"h":1,"n":"Level-Based Renown"},{"id":19498,"c":24,"u":"levels%2011%e2%80%9316%3a%20masters%20of%20the%20realm%3b%20levels%2011%e2%80%9316%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"n":"Levels 11–16: Masters of the Realm; Levels 11–16 Adventure Situations"},{"id":19499,"c":24,"u":"levels%2017%e2%80%9320%3a%20masters%20of%20the%20world%3b%20levels%2017%e2%80%9320%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"n":"Levels 17–20: Masters of the World; Levels 17–20 Adventure Situations"},{"id":19500,"c":24,"u":"levels%201%e2%80%934%3a%20local%20heroes%3b%20levels%201%e2%80%934%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"n":"Levels 1–4: Local Heroes; Levels 1–4 Adventure Situations"},{"id":19501,"c":24,"u":"levels%205%e2%80%9310%3a%20heroes%20of%20the%20realm%3b%20levels%205%e2%80%9310%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"n":"Levels 5–10: Heroes of the Realm; Levels 5–10 Adventure Situations"},{"id":19502,"c":24,"u":"linking%20adventures%3b%20adventure%20connections_xdmg","p":139,"s":5,"h":1,"n":"Linking Adventures; Adventure Connections"},{"id":19503,"c":24,"u":"locked%20door%3b%20lock%20complexity_xdmg","p":64,"s":5,"h":1,"n":"Locked Door; Lock Complexity"},{"id":19504,"c":24,"u":"locked%20door%3b%20lock%20quality_xdmg","p":64,"s":5,"h":1,"n":"Locked Door; Lock Quality"},{"id":19505,"c":24,"u":"magic%20item%20categories_xdmg","p":216,"s":5,"h":1,"n":"Magic Item Categories"},{"id":19506,"c":24,"u":"magic%20item%20crafting%20time%20and%20cost_xdmg","p":221,"s":5,"h":1,"n":"Magic Item Crafting Time and Cost"},{"id":19507,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20creator%20or%20intended%20user_xdmg","p":222,"s":5,"h":1,"n":"Magic Item Special Features; Magic Item's Creator or Intended User"},{"id":19508,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20history_xdmg","p":222,"s":5,"h":1,"n":"Magic Item Special Features; Magic Item's History"},{"id":19509,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20minor%20property_xdmg","p":222,"s":5,"h":1,"n":"Magic Item Special Features; Magic Item's Minor Property"},{"id":19510,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20quirk_xdmg","p":222,"s":5,"h":1,"n":"Magic Item Special Features; Magic Item's Quirk"},{"id":19511,"c":24,"u":"magic%20item%20tools_xdmg","p":220,"s":5,"h":1,"n":"Magic Item Tools"},{"id":19512,"c":24,"u":"magic%20item%20values%20by%20rarity%3b%20magic%20item%20rarities%20and%20values_xdmg","p":217,"s":5,"h":1,"n":"Magic Item Values by Rarity; Magic Item Rarities and Values"},{"id":19513,"c":24,"u":"magic%20items%20awarded%20by%20level_xdmg","p":218,"s":5,"h":1,"n":"Magic Items Awarded by Level"},{"id":19514,"c":24,"u":"mixing%20potions%3b%20potion%20miscibility_xdmg","p":216,"s":5,"h":1,"n":"Mixing Potions; Potion Miscibility"},{"id":19515,"c":24,"u":"monster%20personality_xdmg","p":116,"s":5,"h":1,"n":"Monster Personality"},{"id":19516,"c":24,"u":"monster%20relationships_xdmg","p":117,"s":5,"h":1,"n":"Monster Relationships"},{"id":19517,"c":24,"u":"months%20and%20festivals%3b%20days%20of%20the%20week_xdmg","p":146,"s":5,"h":1,"n":"Months and Festivals; Days of the Week"},{"id":19518,"c":24,"u":"northern%20flanaess%20locations_xdmg","p":165,"s":5,"h":1,"n":"Northern Flanaess Locations"},{"id":19519,"c":24,"u":"npc%20appearance_xdmg","p":86,"s":5,"h":1,"n":"NPC Appearance"},{"id":19520,"c":24,"u":"npc%20secrets_xdmg","p":86,"s":5,"h":1,"n":"NPC Secrets"},{"id":19521,"c":24,"u":"old%20keoland%20locations_xdmg","p":169,"s":5,"h":1,"n":"Old Keoland Locations"},{"id":19522,"c":24,"u":"outer%20planes_xdmg","p":174,"s":5,"h":1,"n":"Outer Planes"},{"id":19523,"c":24,"u":"perception%20and%20encounters%3b%20audible%20distance_xdmg","p":34,"s":5,"h":1,"n":"Perception and Encounters; Audible Distance"},{"id":19524,"c":24,"u":"planar%20adventure%20situations_xdmg","p":178,"s":5,"h":1,"n":"Planar Adventure Situations"},{"id":19525,"c":24,"u":"portcullises_xdmg","p":64,"s":5,"h":1,"n":"Portcullises"},{"id":19526,"c":24,"u":"power%20level%3b%20magic%20item%20power%20by%20rarity_xdmg","p":58,"s":5,"h":1,"n":"Power Level; Magic Item Power by Rarity"},{"id":19527,"c":24,"u":"psychic%20wind%20location%20effects_xdmg","p":185,"s":5,"h":1,"n":"Psychic Wind Location Effects"},{"id":19528,"c":24,"u":"psychic%20wind%20psychic%20effects_xdmg","p":185,"s":5,"h":1,"n":"Psychic Wind Psychic Effects"},{"id":19529,"c":24,"u":"random%20individual%20treasure_xdmg","p":120,"s":5,"h":1,"n":"Random Individual Treasure"},{"id":19530,"c":24,"u":"random%20magic%20item%20rarity%3b%20magic%20item%20rarities_xdmg","p":218,"s":5,"h":1,"n":"Random Magic Item Rarity; Magic Item Rarities"},{"id":19531,"c":24,"u":"relics%20-%20common_xdmg","p":330,"s":5,"h":1,"n":"Relics - Common"},{"id":19532,"c":24,"u":"relics%20-%20legendary_xdmg","p":330,"s":5,"h":1,"n":"Relics - Legendary"},{"id":19533,"c":24,"u":"relics%20-%20rare_xdmg","p":330,"s":5,"h":1,"n":"Relics - Rare"},{"id":19534,"c":24,"u":"relics%20-%20uncommon_xdmg","p":330,"s":5,"h":1,"n":"Relics - Uncommon"},{"id":19535,"c":24,"u":"relics%20-%20very%20rare_xdmg","p":330,"s":5,"h":1,"n":"Relics - Very Rare"},{"id":19536,"c":24,"u":"resolving%20outcomes%3b%20abilities%2c%20ability%20checks%2c%20and%20saving%20throws_xdmg","p":27,"s":5,"h":1,"n":"Resolving Outcomes; Abilities, Ability Checks, and Saving Throws"},{"id":19537,"c":24,"u":"sample%20mental%20stress%20effects_xdmg","p":70,"s":5,"h":1,"n":"Sample Mental Stress Effects"},{"id":19538,"c":24,"u":"secret%20doors_xdmg","p":64,"s":5,"h":1,"n":"Secret Doors"},{"id":19539,"c":24,"u":"sentient%20item's%20special%20purpose_xdmg","p":226,"s":5,"h":1,"n":"Sentient Item's Special Purpose"},{"id":19540,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20claims%20to%20fame_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Claims to Fame"},{"id":19541,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20current%20calamities_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Current Calamities"},{"id":19542,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20defining%20traits_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Defining Traits"},{"id":19543,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20local%20leaders_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Local Leaders"},{"id":19544,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20random%20shops_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Random Shops"},{"id":19545,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20tavern%20names_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Tavern Names"},{"id":19546,"c":24,"u":"settlements%20by%20size_xdmg","p":93,"s":5,"h":1,"n":"Settlements by Size"},{"id":19547,"c":24,"u":"shadowfell%20despair_xdmg","p":209,"s":5,"h":1,"n":"Shadowfell Despair"},{"id":19548,"c":24,"u":"special%20facilities%3b%20special%20facility%20acquisition_xdmg","p":335,"s":5,"h":1,"n":"Special Facilities; Special Facility Acquisition"},{"id":19549,"c":24,"u":"special%20facility%20descriptions%3b%20special%20facilities_xdmg","p":336,"s":5,"h":1,"n":"Special Facility Descriptions; Special Facilities"},{"id":19550,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20alignment_xdmg","p":226,"s":5,"h":1,"n":"Special Purpose; Sentient Item's Alignment"},{"id":19551,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20communication_xdmg","p":226,"s":5,"h":1,"n":"Special Purpose; Sentient Item's Communication"},{"id":19552,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20senses_xdmg","p":226,"s":5,"h":1,"n":"Special Purpose; Sentient Item's Senses"},{"id":19553,"c":24,"u":"spell%20damage_xdmg","p":59,"s":5,"h":1,"n":"Spell Damage"},{"id":19554,"c":24,"u":"stage%202_xdmg","p":124,"s":5,"h":1,"n":"Stage 2"},{"id":19555,"c":24,"u":"supernatural%20hooks_xdmg","p":111,"s":5,"h":1,"n":"Supernatural Hooks"},{"id":19556,"c":24,"u":"trade%20bars_xdmg","p":213,"s":5,"h":1,"n":"Trade Bars"},{"id":19557,"c":24,"u":"trade%20goods_xdmg","p":213,"s":5,"h":1,"n":"Trade Goods"},{"id":19558,"c":24,"u":"travel%20terrain_xdmg","p":39,"s":5,"h":1,"n":"Travel Terrain"},{"id":19559,"c":24,"u":"treasure_xdmg","p":352,"s":5,"h":1,"n":"Treasure"},{"id":19560,"c":24,"u":"treasure%20hoards%3b%20random%20treasure%20hoard_xdmg","p":120,"s":5,"h":1,"n":"Treasure Hoards; Random Treasure Hoard"},{"id":19561,"c":24,"u":"treasure%20themes_xdmg","p":213,"s":5,"h":1,"n":"Treasure Themes"},{"id":19562,"c":24,"u":"urban%20chase%20complications_xdmg","p":53,"s":5,"h":1,"n":"Urban Chase Complications"},{"id":19563,"c":24,"u":"using%20a%20published%20setting%3b%20d%26d%20settings_xdmg","p":136,"s":5,"h":1,"n":"Using a Published Setting; D&D Settings"},{"id":19564,"c":24,"u":"variant%3a%20training%20to%20gain%20levels%3b%20training%20to%20gain%20levels_xdmg","p":49,"s":5,"h":1,"n":"Variant: Training to Gain Levels; Training to Gain Levels"},{"id":19565,"c":24,"u":"visibility%20underwater%3b%20underwater%20encounter%20distance_xdmg","p":36,"s":5,"h":1,"n":"Visibility Underwater; Underwater Encounter Distance"},{"id":19566,"c":24,"u":"weather_xdmg","p":38,"s":5,"h":1,"n":"Weather"},{"id":19567,"c":24,"u":"weather%3b%202_xdmg","p":38,"s":5,"h":1,"n":"Weather; 2"},{"id":19568,"c":24,"u":"western%20flanaess%20locations_xdmg","p":170,"s":5,"h":1,"n":"Western Flanaess Locations"},{"id":19569,"c":24,"u":"wilderness%20chase%20complications_xdmg","p":53,"s":5,"h":1,"n":"Wilderness Chase Complications"},{"id":19570,"c":24,"u":"arctic%20encounters%20(levels%2011%e2%80%9416)_xge","p":92,"s":6,"h":1,"n":"Arctic Encounters (Levels 11—16)"},{"id":19571,"c":24,"u":"arctic%20encounters%20(levels%2017%e2%80%9420)_xge","p":92,"s":6,"h":1,"n":"Arctic Encounters (Levels 17—20)"},{"id":19572,"c":24,"u":"arctic%20encounters%20(levels%201%e2%80%944)_xge","p":92,"s":6,"h":1,"n":"Arctic Encounters (Levels 1—4)"},{"id":19573,"c":24,"u":"arctic%20encounters%20(levels%205%e2%80%9410)_xge","p":92,"s":6,"h":1,"n":"Arctic Encounters (Levels 5—10)"},{"id":19574,"c":24,"u":"birthplace_xge","p":62,"s":6,"h":1,"n":"Birthplace"},{"id":19575,"c":24,"u":"brewing%20potions%20of%20healing%3b%20potion%20of%20healing%20creation_xge","p":130,"s":6,"h":1,"n":"Brewing Potions of Healing; Potion of Healing Creation"},{"id":19576,"c":24,"u":"buying%20a%20magic%20item%3b%20buying%20magic%20items_xge","p":126,"s":6,"h":1,"n":"Buying a Magic Item; Buying Magic Items"},{"id":19577,"c":24,"u":"buying%20a%20magic%20item%3b%20magic%20item%20price_xge","p":126,"s":6,"h":1,"n":"Buying a Magic Item; Magic Item Price"},{"id":19578,"c":24,"u":"carousing_xge","p":127,"s":6,"h":1,"n":"Carousing"},{"id":19579,"c":24,"u":"character%20options%3b%20subclasses_xge","p":7,"s":6,"h":1,"n":"Character Options; Subclasses"},{"id":19580,"c":24,"u":"coastal%20encounters%20(levels%2011%e2%80%9416)_xge","p":93,"s":6,"h":1,"n":"Coastal Encounters (Levels 11—16)"},{"id":19581,"c":24,"u":"coastal%20encounters%20(levels%2017%e2%80%9420)_xge","p":93,"s":6,"h":1,"n":"Coastal Encounters (Levels 17—20)"},{"id":19582,"c":24,"u":"coastal%20encounters%20(levels%201%e2%80%944)_xge","p":93,"s":6,"h":1,"n":"Coastal Encounters (Levels 1—4)"},{"id":19583,"c":24,"u":"coastal%20encounters%20(levels%205%e2%80%9410)_xge","p":93,"s":6,"h":1,"n":"Coastal Encounters (Levels 5—10)"},{"id":19584,"c":24,"u":"crafting%20an%20item%3b%20resources%20and%20resolution_xge","p":128,"s":6,"h":1,"n":"Crafting an Item; Resources and Resolution"},{"id":19585,"c":24,"u":"crafting%20complications_xge","p":129,"s":6,"h":1,"n":"Crafting Complications"},{"id":19586,"c":24,"u":"crafting%20magic%20items%3b%20magic%20item%20crafting%20time%20and%20cost_xge","p":128,"s":6,"h":1,"n":"Crafting Magic Items; Magic Item Crafting Time and Cost"},{"id":19587,"c":24,"u":"crafting%20magic%20items%3b%20magic%20item%20ingredients_xge","p":128,"s":6,"h":1,"n":"Crafting Magic Items; Magic Item Ingredients"},{"id":19588,"c":24,"u":"creating%20a%20rival%3b%20rival_xge","p":124,"s":6,"h":1,"n":"Creating a Rival; Rival"},{"id":19589,"c":24,"u":"crime%20complications_xge","p":130,"s":6,"h":1,"n":"Crime Complications"},{"id":19590,"c":24,"u":"crime%3b%20loot%20value_xge","p":130,"s":6,"h":1,"n":"Crime; Loot Value"},{"id":19591,"c":24,"u":"desert%20encounters%20(levels%2011%e2%80%9416)_xge","p":95,"s":6,"h":1,"n":"Desert Encounters (Levels 11—16)"},{"id":19592,"c":24,"u":"desert%20encounters%20(levels%2017%e2%80%9420)_xge","p":95,"s":6,"h":1,"n":"Desert Encounters (Levels 17—20)"},{"id":19593,"c":24,"u":"desert%20encounters%20(levels%201%e2%80%944)_xge","p":95,"s":6,"h":1,"n":"Desert Encounters (Levels 1—4)"},{"id":19594,"c":24,"u":"desert%20encounters%20(levels%205%e2%80%9410)_xge","p":95,"s":6,"h":1,"n":"Desert Encounters (Levels 5—10)"},{"id":19595,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%2011th-15th%20level_xge","p":88,"s":6,"h":1,"n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 11th-15th Level"},{"id":19596,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%2016th-20th%20level_xge","p":88,"s":6,"h":1,"n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 16th-20th Level"},{"id":19597,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%201st-5th%20level_xge","p":88,"s":6,"h":1,"n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 1st-5th Level"},{"id":19598,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%206th-10th%20level_xge","p":88,"s":6,"h":1,"n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 6th-10th Level"},{"id":19599,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20solo%20monster%20challenge%20rating_xge","p":88,"s":6,"h":1,"n":"Determine Numbers and Challenge Ratings; Solo Monster Challenge Rating"},{"id":19600,"c":24,"u":"distribution%20by%20rarity%3b%20magic%20items%20awarded%20by%20tier_xge","p":135,"s":6,"h":1,"n":"Distribution by Rarity; Magic Items Awarded by Tier"},{"id":19601,"c":24,"u":"dragonborn%20names%20%e2%80%93%20clan_xge","p":175,"s":6,"h":1,"n":"Dragonborn Names – Clan"},{"id":19602,"c":24,"u":"dragonborn%20names%20%e2%80%93%20female_xge","p":175,"s":6,"h":1,"n":"Dragonborn Names – Female"},{"id":19603,"c":24,"u":"dragonborn%20names%20%e2%80%93%20male_xge","p":175,"s":6,"h":1,"n":"Dragonborn Names – Male"},{"id":19604,"c":24,"u":"dwarf%20names%20%e2%80%93%20clan_xge","p":176,"s":6,"h":1,"n":"Dwarf Names – Clan"},{"id":19605,"c":24,"u":"dwarf%20names%20%e2%80%93%20duergar%20clan_xge","p":176,"s":6,"h":1,"n":"Dwarf Names – Duergar Clan"},{"id":19606,"c":24,"u":"dwarf%20names%20%e2%80%93%20female_xge","p":176,"s":6,"h":1,"n":"Dwarf Names – Female"},{"id":19607,"c":24,"u":"dwarf%20names%20%e2%80%93%20male_xge","p":176,"s":6,"h":1,"n":"Dwarf Names – Male"},{"id":19608,"c":24,"u":"elf%20names%20%e2%80%93%20child_xge","p":176,"s":6,"h":1,"n":"Elf Names – Child"},{"id":19609,"c":24,"u":"elf%20names%20%e2%80%93%20family_xge","p":176,"s":6,"h":1,"n":"Elf Names – Family"},{"id":19610,"c":24,"u":"elf%20names%20%e2%80%93%20female%20adult_xge","p":176,"s":6,"h":1,"n":"Elf Names – Female Adult"},{"id":19611,"c":24,"u":"elf%20names%20%e2%80%93%20male%20adult_xge","p":176,"s":6,"h":1,"n":"Elf Names – Male Adult"},{"id":19612,"c":24,"u":"experience%20for%20complex%20traps%3b%20complex%20trap%20experience%20awards_xge","p":118,"s":6,"h":1,"n":"Experience for Complex Traps; Complex Trap Experience Awards"},{"id":19613,"c":24,"u":"forest%20encounters%20(levels%2011%e2%80%9416)_xge","p":97,"s":6,"h":1,"n":"Forest Encounters (Levels 11—16)"},{"id":19614,"c":24,"u":"forest%20encounters%20(levels%2017%e2%80%9420)_xge","p":97,"s":6,"h":1,"n":"Forest Encounters (Levels 17—20)"},{"id":19615,"c":24,"u":"forest%20encounters%20(levels%201%e2%80%944)_xge","p":97,"s":6,"h":1,"n":"Forest Encounters (Levels 1—4)"},{"id":19616,"c":24,"u":"forest%20encounters%20(levels%205%e2%80%9410)_xge","p":97,"s":6,"h":1,"n":"Forest Encounters (Levels 5—10)"},{"id":19617,"c":24,"u":"gambling%20complications_xge","p":130,"s":6,"h":1,"n":"Gambling Complications"},{"id":19618,"c":24,"u":"gambling%20results_xge","p":130,"s":6,"h":1,"n":"Gambling Results"},{"id":19619,"c":24,"u":"gnome%20names%20%e2%80%93%20clan_xge","p":178,"s":6,"h":1,"n":"Gnome Names – Clan"},{"id":19620,"c":24,"u":"gnome%20names%20%e2%80%93%20female_xge","p":178,"s":6,"h":1,"n":"Gnome Names – Female"},{"id":19621,"c":24,"u":"gnome%20names%20%e2%80%93%20male_xge","p":178,"s":6,"h":1,"n":"Gnome Names – Male"},{"id":19622,"c":24,"u":"grassland%20encounters%20(levels%2011%e2%80%9416)_xge","p":100,"s":6,"h":1,"n":"Grassland Encounters (Levels 11—16)"},{"id":19623,"c":24,"u":"grassland%20encounters%20(levels%2017%e2%80%9420)_xge","p":100,"s":6,"h":1,"n":"Grassland Encounters (Levels 17—20)"},{"id":19624,"c":24,"u":"grassland%20encounters%20(levels%201%e2%80%945)_xge","p":100,"s":6,"h":1,"n":"Grassland Encounters (Levels 1—5)"},{"id":19625,"c":24,"u":"grassland%20encounters%20(levels%206%e2%80%9410)_xge","p":100,"s":6,"h":1,"n":"Grassland Encounters (Levels 6—10)"},{"id":19626,"c":24,"u":"half-elf%20parents_xge","p":62,"s":6,"h":1,"n":"Half-Elf Parents"},{"id":19627,"c":24,"u":"half-orc%20names%20%e2%80%93%20female_xge","p":179,"s":6,"h":1,"n":"Half-Orc Names – Female"},{"id":19628,"c":24,"u":"half-orc%20names%20%e2%80%93%20male_xge","p":179,"s":6,"h":1,"n":"Half-Orc Names – Male"},{"id":19629,"c":24,"u":"half-orc%20parents_xge","p":62,"s":6,"h":1,"n":"Half-Orc Parents"},{"id":19630,"c":24,"u":"halfling%20names%20%e2%80%93%20clan_xge","p":179,"s":6,"h":1,"n":"Halfling Names – Clan"},{"id":19631,"c":24,"u":"halfling%20names%20%e2%80%93%20female_xge","p":179,"s":6,"h":1,"n":"Halfling Names – Female"},{"id":19632,"c":24,"u":"halfling%20names%20%e2%80%93%20male_xge","p":179,"s":6,"h":1,"n":"Halfling Names – Male"},{"id":19633,"c":24,"u":"hill%20encounters%20(levels%2011%e2%80%9416)_xge","p":101,"s":6,"h":1,"n":"Hill Encounters (Levels 11—16)"},{"id":19634,"c":24,"u":"hill%20encounters%20(levels%2017%e2%80%9420)_xge","p":101,"s":6,"h":1,"n":"Hill Encounters (Levels 17—20)"},{"id":19635,"c":24,"u":"hill%20encounters%20(levels%201%e2%80%944)_xge","p":101,"s":6,"h":1,"n":"Hill Encounters (Levels 1—4)"},{"id":19636,"c":24,"u":"hill%20encounters%20(levels%205%e2%80%9410)_xge","p":101,"s":6,"h":1,"n":"Hill Encounters (Levels 5—10)"},{"id":19637,"c":24,"u":"human%20names%20%e2%80%93%20arabic%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Arabic, Female"},{"id":19638,"c":24,"u":"human%20names%20%e2%80%93%20arabic%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Arabic, Male"},{"id":19639,"c":24,"u":"human%20names%20%e2%80%93%20celtic%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Celtic, Female"},{"id":19640,"c":24,"u":"human%20names%20%e2%80%93%20celtic%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Celtic, Male"},{"id":19641,"c":24,"u":"human%20names%20%e2%80%93%20chinese%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Chinese, Female"},{"id":19642,"c":24,"u":"human%20names%20%e2%80%93%20chinese%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Chinese, Male"},{"id":19643,"c":24,"u":"human%20names%20%e2%80%93%20egyptian%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Egyptian, Female"},{"id":19644,"c":24,"u":"human%20names%20%e2%80%93%20egyptian%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Egyptian, Male"},{"id":19645,"c":24,"u":"human%20names%20%e2%80%93%20english%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – English, Female"},{"id":19646,"c":24,"u":"human%20names%20%e2%80%93%20english%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – English, Male"},{"id":19647,"c":24,"u":"human%20names%20%e2%80%93%20french%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – French, Female"},{"id":19648,"c":24,"u":"human%20names%20%e2%80%93%20french%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – French, Male"},{"id":19649,"c":24,"u":"human%20names%20%e2%80%93%20german%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – German, Female"},{"id":19650,"c":24,"u":"human%20names%20%e2%80%93%20german%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – German, Male"},{"id":19651,"c":24,"u":"human%20names%20%e2%80%93%20greek%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Greek, Female"},{"id":19652,"c":24,"u":"human%20names%20%e2%80%93%20greek%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Greek, Male"},{"id":19653,"c":24,"u":"human%20names%20%e2%80%93%20indian%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Indian, Female"},{"id":19654,"c":24,"u":"human%20names%20%e2%80%93%20indian%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Indian, Male"},{"id":19655,"c":24,"u":"human%20names%20%e2%80%93%20japanese%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Japanese, Female"},{"id":19656,"c":24,"u":"human%20names%20%e2%80%93%20japanese%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Japanese, Male"},{"id":19657,"c":24,"u":"human%20names%20%e2%80%93%20mesoamerican%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Mesoamerican, Female"},{"id":19658,"c":24,"u":"human%20names%20%e2%80%93%20mesoamerican%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Mesoamerican, Male"},{"id":19659,"c":24,"u":"human%20names%20%e2%80%93%20niger-congo%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Niger-Congo, Female"},{"id":19660,"c":24,"u":"human%20names%20%e2%80%93%20niger-congo%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Niger-Congo, Male"},{"id":19661,"c":24,"u":"human%20names%20%e2%80%93%20norse%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Norse, Female"},{"id":19662,"c":24,"u":"human%20names%20%e2%80%93%20norse%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Norse, Male"},{"id":19663,"c":24,"u":"human%20names%20%e2%80%93%20polynesian%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Polynesian, Female"},{"id":19664,"c":24,"u":"human%20names%20%e2%80%93%20polynesian%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Polynesian, Male"},{"id":19665,"c":24,"u":"human%20names%20%e2%80%93%20roman%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Roman, Female"},{"id":19666,"c":24,"u":"human%20names%20%e2%80%93%20roman%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Roman, Male"},{"id":19667,"c":24,"u":"human%20names%20%e2%80%93%20slavic%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Slavic, Female"},{"id":19668,"c":24,"u":"human%20names%20%e2%80%93%20slavic%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Slavic, Male"},{"id":19669,"c":24,"u":"human%20names%20%e2%80%93%20spanish%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Spanish, Female"},{"id":19670,"c":24,"u":"human%20names%20%e2%80%93%20spanish%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Spanish, Male"},{"id":19671,"c":24,"u":"level%20and%20lethality%3b%20damage%20severity%20by%20level_xge","p":116,"s":6,"h":1,"n":"Level and Lethality; Damage Severity by Level"},{"id":19672,"c":24,"u":"level%20and%20lethality%3b%20spell%20equivalent%20by%20level_xge","p":116,"s":6,"h":1,"n":"Level and Lethality; Spell Equivalent by Level"},{"id":19673,"c":24,"u":"level%20and%20lethality%3b%20trap%20save%20dcs%20and%20attack%20bonuses_xge","p":116,"s":6,"h":1,"n":"Level and Lethality; Trap Save DCs and Attack Bonuses"},{"id":19674,"c":24,"u":"life%20events_xge","p":69,"s":6,"h":1,"n":"Life Events"},{"id":19675,"c":24,"u":"life%20events%20by%20age_xge","p":69,"s":6,"h":1,"n":"Life Events by Age"},{"id":19676,"c":24,"u":"lower-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"n":"Lower-Class Carousing Complications"},{"id":19677,"c":24,"u":"magic%20item%20purchase%20complications_xge","p":126,"s":6,"h":1,"n":"Magic Item Purchase Complications"},{"id":19678,"c":24,"u":"magic%20item%20sale%20complications_xge","p":133,"s":6,"h":1,"n":"Magic Item Sale Complications"},{"id":19679,"c":24,"u":"magic%20items%20awarded%20by%20rarity%20-%20major_xge","p":135,"s":6,"h":1,"n":"Magic Items Awarded by Rarity - Major"},{"id":19680,"c":24,"u":"magic%20items%20awarded%20by%20rarity%20-%20minor_xge","p":135,"s":6,"h":1,"n":"Magic Items Awarded by Rarity - Minor"},{"id":19681,"c":24,"u":"middle-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"n":"Middle-Class Carousing Complications"},{"id":19682,"c":24,"u":"monster%20personality_xge","p":91,"s":6,"h":1,"n":"Monster Personality"},{"id":19683,"c":24,"u":"monster%20relationships_xge","p":91,"s":6,"h":1,"n":"Monster Relationships"},{"id":19684,"c":24,"u":"mountain%20encounters%20(levels%2011%e2%80%9416)_xge","p":104,"s":6,"h":1,"n":"Mountain Encounters (Levels 11—16)"},{"id":19685,"c":24,"u":"mountain%20encounters%20(levels%2017%e2%80%9420)_xge","p":104,"s":6,"h":1,"n":"Mountain Encounters (Levels 17—20)"},{"id":19686,"c":24,"u":"mountain%20encounters%20(levels%201%e2%80%944)_xge","p":104,"s":6,"h":1,"n":"Mountain Encounters (Levels 1—4)"},{"id":19687,"c":24,"u":"mountain%20encounters%20(levels%205%e2%80%9410)_xge","p":104,"s":6,"h":1,"n":"Mountain Encounters (Levels 5—10)"},{"id":19688,"c":24,"u":"number%20of%20siblings_xge","p":62,"s":6,"h":1,"n":"Number of Siblings"},{"id":19689,"c":24,"u":"other%20details%3b%20birth%20order_xge","p":62,"s":6,"h":1,"n":"Other Details; Birth Order"},{"id":19690,"c":24,"u":"parents_xge","p":62,"s":6,"h":1,"n":"Parents"},{"id":19691,"c":24,"u":"pit%20fighting%20complications_xge","p":131,"s":6,"h":1,"n":"Pit Fighting Complications"},{"id":19692,"c":24,"u":"pit%20fighting%20results_xge","p":131,"s":6,"h":1,"n":"Pit Fighting Results"},{"id":19693,"c":24,"u":"potions%20for%20sale_xge","s":6,"h":1,"n":"Potions for Sale"},{"id":19694,"c":24,"u":"quick%20matchups_xge","p":91,"s":6,"h":1,"n":"Quick Matchups"},{"id":19695,"c":24,"u":"racial%20feats_xge","p":73,"s":6,"h":1,"n":"Racial Feats"},{"id":19696,"c":24,"u":"religious%20service_xge","p":131,"s":6,"h":1,"n":"Religious Service"},{"id":19697,"c":24,"u":"religious%20service%20complications_xge","p":132,"s":6,"h":1,"n":"Religious Service Complications"},{"id":19698,"c":24,"u":"research%20complications_xge","p":132,"s":6,"h":1,"n":"Research Complications"},{"id":19699,"c":24,"u":"research%20outcomes_xge","p":132,"s":6,"h":1,"n":"Research Outcomes"},{"id":19700,"c":24,"u":"resources%3b%20spell%20scroll%20costs_xge","p":133,"s":6,"h":1,"n":"Resources; Spell Scroll Costs"},{"id":19701,"c":24,"u":"scribe%20a%20scroll%20complications_xge","p":133,"s":6,"h":1,"n":"Scribe a Scroll Complications"},{"id":19702,"c":24,"u":"secondary%20tables%3b%20adventures_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Adventures"},{"id":19703,"c":24,"u":"secondary%20tables%3b%20arcane%20matters_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Arcane Matters"},{"id":19704,"c":24,"u":"secondary%20tables%3b%20boons_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Boons"},{"id":19705,"c":24,"u":"secondary%20tables%3b%20crime_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Crime"},{"id":19706,"c":24,"u":"secondary%20tables%3b%20punishment_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Punishment"},{"id":19707,"c":24,"u":"secondary%20tables%3b%20supernatural%20events_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Supernatural Events"},{"id":19708,"c":24,"u":"secondary%20tables%3b%20tragedies_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Tragedies"},{"id":19709,"c":24,"u":"secondary%20tables%3b%20war_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; War"},{"id":19710,"c":24,"u":"secondary%20tables%3b%20weird%20stuff_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Weird Stuff"},{"id":19711,"c":24,"u":"selling%20a%20magic%20item%3b%20magic%20item%20base%20prices_xge","p":133,"s":6,"h":1,"n":"Selling a Magic Item; Magic Item Base Prices"},{"id":19712,"c":24,"u":"selling%20a%20magic%20item%3b%20magic%20item%20offer_xge","p":133,"s":6,"h":1,"n":"Selling a Magic Item; Magic Item Offer"},{"id":19713,"c":24,"u":"spell%20scrolls%20for%20sale_xge","s":6,"h":1,"n":"Spell Scrolls for Sale"},{"id":19714,"c":24,"u":"supplemental%20tables%3b%20absent%20parent_xge","p":63,"s":6,"h":1,"n":"Supplemental Tables; Absent Parent"},{"id":19715,"c":24,"u":"supplemental%20tables%3b%20alignment_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Alignment"},{"id":19716,"c":24,"u":"supplemental%20tables%3b%20cause%20of%20death_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Cause of Death"},{"id":19717,"c":24,"u":"supplemental%20tables%3b%20childhood%20home_xge","p":63,"s":6,"h":1,"n":"Supplemental Tables; Childhood Home"},{"id":19718,"c":24,"u":"supplemental%20tables%3b%20childhood%20memories_xge","p":63,"s":6,"h":1,"n":"Supplemental Tables; Childhood Memories"},{"id":19719,"c":24,"u":"supplemental%20tables%3b%20class_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Class"},{"id":19720,"c":24,"u":"supplemental%20tables%3b%20family_xge","p":63,"s":6,"h":1,"n":"Supplemental Tables; Family"},{"id":19721,"c":24,"u":"supplemental%20tables%3b%20family%20lifestyle_xge","p":63,"s":6,"h":1,"n":"Supplemental Tables; Family Lifestyle"},{"id":19722,"c":24,"u":"supplemental%20tables%3b%20occupation_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Occupation"},{"id":19723,"c":24,"u":"supplemental%20tables%3b%20race_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Race"},{"id":19724,"c":24,"u":"supplemental%20tables%3b%20relationship_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Relationship"},{"id":19725,"c":24,"u":"supplemental%20tables%3b%20status_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Status"},{"id":19726,"c":24,"u":"swamp%20encounters%20(levels%2011%e2%80%9420)_xge","p":105,"s":6,"h":1,"n":"Swamp Encounters (Levels 11—20)"},{"id":19727,"c":24,"u":"swamp%20encounters%20(levels%201%e2%80%944)_xge","p":105,"s":6,"h":1,"n":"Swamp Encounters (Levels 1—4)"},{"id":19728,"c":24,"u":"swamp%20encounters%20(levels%205%e2%80%9410)_xge","p":105,"s":6,"h":1,"n":"Swamp Encounters (Levels 5—10)"},{"id":19729,"c":24,"u":"tiefling%20names%20%e2%80%93%20female_xge","p":180,"s":6,"h":1,"n":"Tiefling Names – Female"},{"id":19730,"c":24,"u":"tiefling%20names%20%e2%80%93%20male_xge","p":180,"s":6,"h":1,"n":"Tiefling Names – Male"},{"id":19731,"c":24,"u":"tiefling%20names%20%e2%80%93%20virtue_xge","p":180,"s":6,"h":1,"n":"Tiefling Names – Virtue"},{"id":19732,"c":24,"u":"tiefling%20parents_xge","p":62,"s":6,"h":1,"n":"Tiefling Parents"},{"id":19733,"c":24,"u":"training%20complications_xge","p":134,"s":6,"h":1,"n":"Training Complications"},{"id":19734,"c":24,"u":"underdark%20encounters%20(levels%2011%e2%80%9416)_xge","p":106,"s":6,"h":1,"n":"Underdark Encounters (Levels 11—16)"},{"id":19735,"c":24,"u":"underdark%20encounters%20(levels%2017%e2%80%9420)_xge","p":106,"s":6,"h":1,"n":"Underdark Encounters (Levels 17—20)"},{"id":19736,"c":24,"u":"underdark%20encounters%20(levels%201%e2%80%944)_xge","p":106,"s":6,"h":1,"n":"Underdark Encounters (Levels 1—4)"},{"id":19737,"c":24,"u":"underdark%20encounters%20(levels%205%e2%80%9410)_xge","p":106,"s":6,"h":1,"n":"Underdark Encounters (Levels 5—10)"},{"id":19738,"c":24,"u":"underwater%20encounters%20(levels%2011%e2%80%9420)_xge","p":109,"s":6,"h":1,"n":"Underwater Encounters (Levels 11—20)"},{"id":19739,"c":24,"u":"underwater%20encounters%20(levels%201%e2%80%944)_xge","p":109,"s":6,"h":1,"n":"Underwater Encounters (Levels 1—4)"},{"id":19740,"c":24,"u":"underwater%20encounters%20(levels%205%e2%80%9410)_xge","p":109,"s":6,"h":1,"n":"Underwater Encounters (Levels 5—10)"},{"id":19741,"c":24,"u":"upper-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"n":"Upper-Class Carousing Complications"},{"id":19742,"c":24,"u":"urban%20encounters%20(levels%2011%e2%80%9416)_xge","p":110,"s":6,"h":1,"n":"Urban Encounters (Levels 11—16)"},{"id":19743,"c":24,"u":"urban%20encounters%20(levels%2017%e2%80%9420)_xge","p":110,"s":6,"h":1,"n":"Urban Encounters (Levels 17—20)"},{"id":19744,"c":24,"u":"urban%20encounters%20(levels%201%e2%80%944)_xge","p":110,"s":6,"h":1,"n":"Urban Encounters (Levels 1—4)"},{"id":19745,"c":24,"u":"urban%20encounters%20(levels%205%e2%80%9410)_xge","p":110,"s":6,"h":1,"n":"Urban Encounters (Levels 5—10)"},{"id":19746,"c":24,"u":"work%20complications_xge","p":134,"s":6,"h":1,"n":"Work Complications"},{"id":19747,"c":24,"u":"work%3b%20wages_xge","p":134,"s":6,"h":1,"n":"Work; Wages"},{"id":19748,"c":24,"u":"ability%20modifier%3b%20ability%20check%20examples_xphb","p":10,"s":8,"h":1,"n":"Ability Modifier; Ability Check Examples"},{"id":19749,"c":24,"u":"ability%20modifier%3b%20attack%20roll%20abilities_xphb","p":12,"s":8,"h":1,"n":"Ability Modifier; Attack Roll Abilities"},{"id":19750,"c":24,"u":"ability%20modifier%3b%20saving%20throw%20examples_xphb","p":11,"s":8,"h":1,"n":"Ability Modifier; Saving Throw Examples"},{"id":19751,"c":24,"u":"ability%20modifiers_xphb","p":10,"s":8,"h":1,"n":"Ability Modifiers"},{"id":19752,"c":24,"u":"ability%20score%20point%20costs_xphb","p":38,"s":8,"h":1,"n":"Ability Score Point Costs"},{"id":19753,"c":24,"u":"ability%20scores_xphb","p":10,"s":8,"h":1,"n":"Ability Scores"},{"id":19754,"c":24,"u":"actions_xphb","p":15,"s":8,"h":1,"n":"Actions"},{"id":19755,"c":24,"u":"adjust%20hit%20points%20and%20hit%20point%20dice%3b%20fixed%20hit%20points%20by%20class_xphb","p":42,"s":8,"h":1,"n":"Adjust Hit Points and Hit Point Dice; Fixed Hit Points by Class"},{"id":19756,"c":24,"u":"adventuring%20gear_xphb","p":222,"s":8,"h":1,"n":"Adventuring Gear"},{"id":19757,"c":24,"u":"alignment%20and%20personality%3b%20personality%20traits%20by%20alignment_xphb","p":40,"s":8,"h":1,"n":"Alignment and Personality; Personality Traits by Alignment"},{"id":19758,"c":24,"u":"ammunition%20(varies)%3b%20ammunition_xphb","p":222,"s":8,"h":1,"n":"Ammunition (Varies); Ammunition"},{"id":19759,"c":24,"u":"arcane%20focus%20(varies)%3b%20arcane%20focuses_xphb","p":224,"s":8,"h":1,"n":"Arcane Focus (Varies); Arcane Focuses"},{"id":19760,"c":24,"u":"armor_xphb","p":219,"s":8,"h":1,"n":"Armor"},{"id":19761,"c":24,"u":"assign%20ability%20scores%3b%20standard%20array%20by%20class_xphb","p":38,"s":8,"h":1,"n":"Assign Ability Scores; Standard Array by Class"},{"id":19762,"c":24,"u":"choose%20a%20background%3b%20ability%20scores%20and%20backgrounds_xphb","p":36,"s":8,"h":1,"n":"Choose a Background; Ability Scores and Backgrounds"},{"id":19763,"c":24,"u":"choose%20a%20class%3b%20class%20overview_xphb","p":33,"s":8,"h":1,"n":"Choose a Class; Class Overview"},{"id":19764,"c":24,"u":"choose%20languages%3b%20rare%20languages_xphb","p":37,"s":8,"h":1,"n":"Choose Languages; Rare Languages"},{"id":19765,"c":24,"u":"choose%20languages%3b%20standard%20languages_xphb","p":37,"s":8,"h":1,"n":"Choose Languages; Standard Languages"},{"id":19766,"c":24,"u":"coins%3b%20coin%20values_xphb","p":213,"s":8,"h":1,"n":"Coins; Coin Values"},{"id":19767,"c":24,"u":"cover_xphb","p":25,"s":8,"h":1,"n":"Cover"},{"id":19768,"c":24,"u":"creature%20size%20and%20space_xphb","p":25,"s":8,"h":1,"n":"Creature Size and Space"},{"id":19769,"c":24,"u":"describe%20appearance%20and%20personality%3b%20charisma_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Charisma"},{"id":19770,"c":24,"u":"describe%20appearance%20and%20personality%3b%20constitution_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Constitution"},{"id":19771,"c":24,"u":"describe%20appearance%20and%20personality%3b%20dexterity_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Dexterity"},{"id":19772,"c":24,"u":"describe%20appearance%20and%20personality%3b%20intelligence_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Intelligence"},{"id":19773,"c":24,"u":"describe%20appearance%20and%20personality%3b%20strength_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Strength"},{"id":19774,"c":24,"u":"describe%20appearance%20and%20personality%3b%20wisdom_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Wisdom"},{"id":19775,"c":24,"u":"determine%20ability%20modifiers%3b%20ability%20scores%20and%20modifiers_xphb","p":38,"s":8,"h":1,"n":"Determine Ability Modifiers; Ability Scores and Modifiers"},{"id":19776,"c":24,"u":"druidic%20focus%20(varies)%3b%20druidic%20focuses_xphb","p":225,"s":8,"h":1,"n":"Druidic Focus (Varies); Druidic Focuses"},{"id":19777,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_xphb","p":231,"s":8,"h":1,"n":"Food, Drink, and Lodging"},{"id":19778,"c":24,"u":"glossary%20conventions_xphb","p":360,"s":8,"h":1,"n":"Glossary Conventions"},{"id":19779,"c":24,"u":"hirelings_xphb","p":232,"s":8,"h":1,"n":"Hirelings"},{"id":19780,"c":24,"u":"holy%20symbol%20(varies)%3b%20holy%20symbols_xphb","p":226,"s":8,"h":1,"n":"Holy Symbol (Varies); Holy Symbols"},{"id":19781,"c":24,"u":"large%20vehicles%3b%20airborne%20and%20waterborne%20vehicles_xphb","p":230,"s":8,"h":1,"n":"Large Vehicles; Airborne and Waterborne Vehicles"},{"id":19782,"c":24,"u":"level%201%20hit%20points%20by%20class_xphb","p":40,"s":8,"h":1,"n":"Level 1 Hit Points by Class"},{"id":19783,"c":24,"u":"level%20advancement%3b%20character%20advancement_xphb","p":41,"s":8,"h":1,"n":"Level Advancement; Character Advancement"},{"id":19784,"c":24,"u":"mounts%20and%20vehicles%3b%20mounts%20and%20other%20animals_xphb","p":229,"s":8,"h":1,"n":"Mounts and Vehicles; Mounts and Other Animals"},{"id":19785,"c":24,"u":"mounts%20and%20vehicles%3b%20tack%2c%20harness%2c%20and%20drawn%20vehicles_xphb","p":229,"s":8,"h":1,"n":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles"},{"id":19786,"c":24,"u":"preparing%20spells%3b%20spell%20preparation%20by%20class_xphb","p":235,"s":8,"h":1,"n":"Preparing Spells; Spell Preparation by Class"},{"id":19787,"c":24,"u":"proficiency%20bonus_xphb","p":13,"s":8,"h":1,"n":"Proficiency Bonus"},{"id":19788,"c":24,"u":"repeatable%3b%20feat%20list_xphb","p":199,"s":8,"h":1,"n":"Repeatable; Feat List"},{"id":19789,"c":24,"u":"school%20of%20magic%3b%20schools%20of%20magic_xphb","p":236,"s":8,"h":1,"n":"School of Magic; Schools of Magic"},{"id":19790,"c":24,"u":"scribing%20spell%20scrolls%3b%20spell%20scroll%20costs_xphb","p":233,"s":8,"h":1,"n":"Scribing Spell Scrolls; Spell Scroll Costs"},{"id":19791,"c":24,"u":"skill%20list%3b%20skills_xphb","p":14,"s":8,"h":1,"n":"Skill List; Skills"},{"id":19792,"c":24,"u":"spellcasting%20services_xphb","p":232,"s":8,"h":1,"n":"Spellcasting Services"},{"id":19793,"c":24,"u":"spellcasting%3b%20multiclass%20spellcaster%3a%20spell%20slots%20per%20spell%20level_xphb","p":44,"s":8,"h":1,"n":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level"},{"id":19794,"c":24,"u":"starting%20equipment%20at%20higher%20levels_xphb","p":43,"s":8,"h":1,"n":"Starting Equipment at Higher Levels"},{"id":19795,"c":24,"u":"the%20outer%20planes%3b%20outer%20planes_xphb","p":344,"s":8,"h":1,"n":"The Outer Planes; Outer Planes"},{"id":19796,"c":24,"u":"the%20six%20abilities%3b%20ability%20descriptions_xphb","p":10,"s":8,"h":1,"n":"The Six Abilities; Ability Descriptions"},{"id":19797,"c":24,"u":"travel_xphb","p":231,"s":8,"h":1,"n":"Travel"},{"id":19798,"c":24,"u":"travel%20pace_xphb","p":20,"s":8,"h":1,"n":"Travel Pace"},{"id":19799,"c":24,"u":"typical%20difficulty%20classes_xphb","p":11,"s":8,"h":1,"n":"Typical Difficulty Classes"},{"id":19800,"c":24,"u":"weapons_xphb","p":213,"s":8,"h":1,"n":"Weapons"},{"id":19801,"c":24,"u":"wild%20magic%20surge_xphb","p":149,"s":8,"h":1,"n":"Wild Magic Surge"},{"id":19802,"c":24,"u":"tables%3b%20actions_xscreen","s":122,"h":1,"n":"Tables; Actions"},{"id":19803,"c":24,"u":"tables%3b%20audible%20distance_xscreen","s":122,"h":1,"n":"Tables; Audible Distance"},{"id":19804,"c":24,"u":"tables%3b%20cover_xscreen","s":122,"h":1,"n":"Tables; Cover"},{"id":19805,"c":24,"u":"tables%3b%20damage%20severity%20and%20level_xscreen","s":122,"h":1,"n":"Tables; Damage Severity and Level"},{"id":19806,"c":24,"u":"tables%3b%20food%2c%20drink%2c%20and%20lodging_xscreen","s":122,"h":1,"n":"Tables; Food, Drink, and Lodging"},{"id":19807,"c":24,"u":"tables%3b%20improvising%20damage_xscreen","s":122,"h":1,"n":"Tables; Improvising Damage"},{"id":19808,"c":24,"u":"tables%3b%20light%20sources_xscreen","s":122,"h":1,"n":"Tables; Light Sources"},{"id":19809,"c":24,"u":"tables%3b%20object%20armor%20class_xscreen","s":122,"h":1,"n":"Tables; Object Armor Class"},{"id":19810,"c":24,"u":"tables%3b%20object%20hit%20points_xscreen","s":122,"h":1,"n":"Tables; Object Hit Points"},{"id":19811,"c":24,"u":"tables%3b%20obscured%20areas_xscreen","s":122,"h":1,"n":"Tables; Obscured Areas"},{"id":19812,"c":24,"u":"tables%3b%20skills_xscreen","s":122,"h":1,"n":"Tables; Skills"},{"id":19813,"c":24,"u":"tables%3b%20travel%20pace_xscreen","s":122,"h":1,"n":"Tables; Travel Pace"},{"id":19814,"c":24,"u":"tables%3b%20travel%20terrain_xscreen","s":122,"h":1,"n":"Tables; Travel Terrain"},{"id":19815,"c":24,"u":"tables%3b%20typical%20difficulty%20classes_xscreen","s":122,"h":1,"n":"Tables; Typical Difficulty Classes"},{"id":19816,"c":24,"u":"tables%3b%20visibility%20outdoors_xscreen","s":122,"h":1,"n":"Tables; Visibility Outdoors"},{"id":19817,"c":24,"u":"archdevil%20lair%20action%20list%3b%20summoned%20underlings_coa","p":214,"s":9,"h":1,"n":"Archdevil Lair Action List; Summoned Underlings"},{"id":19818,"c":24,"u":"aboleth%20bowl%20(area%20u15)%3b%20magic%20items%20at%20the%20aboleth%20bowl_mabjov","p":26,"s":11,"h":1,"n":"Aboleth Bowl (Area U15); Magic Items at the Aboleth Bowl"},{"id":19819,"c":24,"u":"adventurer's%20guild%20arcane%20secrets_mabjov","p":35,"s":11,"h":1,"n":"Adventurer's Guild Arcane Secrets"},{"id":19820,"c":24,"u":"campaign%20villains%3b%20random%20campaign%20villain_mabjov","p":6,"s":11,"h":1,"n":"Campaign Villains; Random Campaign Villain"},{"id":19821,"c":24,"u":"campaign%20villains%3b%20random%20group%20patron_mabjov","p":6,"s":11,"h":1,"n":"Campaign Villains; Random Group Patron"},{"id":19822,"c":24,"u":"campaign%20villains%3b%20random%20hometown_mabjov","p":6,"s":11,"h":1,"n":"Campaign Villains; Random Hometown"},{"id":19823,"c":24,"u":"collect%20memories%3b%20devotion%20tokens_mabjov","p":79,"s":11,"h":1,"n":"Collect Memories; Devotion Tokens"},{"id":19824,"c":24,"u":"dragon%20eggs%20from%20suldil_mabjov","p":64,"s":11,"h":1,"n":"Dragon Eggs from Suldil"},{"id":19825,"c":24,"u":"emerald%20enclave%20secret%20trails_mabjov","p":47,"s":11,"h":1,"n":"Emerald Enclave Secret Trails"},{"id":19826,"c":24,"u":"flaming%20fist%20land%20grants_mabjov","p":53,"s":11,"h":1,"n":"Flaming Fist Land Grants"},{"id":19827,"c":24,"u":"flaming%20fist%20ranks_mabjov","p":52,"s":11,"h":1,"n":"Flaming Fist Ranks"},{"id":19828,"c":24,"u":"flaming%20fist%20salaries_mabjov","p":53,"s":11,"h":1,"n":"Flaming Fist Salaries"},{"id":19829,"c":24,"u":"heist%20targets%3b%20heist%20details_mabjov","p":85,"s":11,"h":1,"n":"Heist Targets; Heist Details"},{"id":19830,"c":24,"u":"henchmen%20rates%20and%20risk-taking%20dcs_mabjov","p":29,"s":11,"h":1,"n":"Henchmen Rates and Risk-taking DCs"},{"id":19831,"c":24,"u":"high%20house%20of%20wonders%20(area%20b11)%3b%20magic%20items%20at%20the%20high%20house%20of%20wonders_mabjov","p":19,"s":11,"h":1,"n":"High House of Wonders (Area B11); Magic Items at the High House of Wonders"},{"id":19832,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20magic%20items%20at%20the%20house%20of%20the%20horn_mabjov","p":23,"s":11,"h":1,"n":"House of the Horn (Area S4); Magic Items at the House of the Horn"},{"id":19833,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20random%20curses_mabjov","p":23,"s":11,"h":1,"n":"House of the Horn (Area S4); Random Curses"},{"id":19834,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20random%20magic%20items%20at%20the%20house%20of%20the%20horn_mabjov","p":23,"s":11,"h":1,"n":"House of the Horn (Area S4); Random Magic Items at the House of the Horn"},{"id":19835,"c":24,"u":"icarus%20quests%3b%20random%20quests%20from%20the%20order%20of%20irenicus_mabjov","p":70,"s":11,"h":1,"n":"Icarus Quests; Random Quests from the Order of Irenicus"},{"id":19836,"c":24,"u":"items%20aquired%20via%20harper%20fences_mabjov","p":59,"s":11,"h":1,"n":"Items Aquired via Harper Fences"},{"id":19837,"c":24,"u":"magic%20item%20transmutation%3b%20item%20transmutation%20components%20and%20costs_mabjov","p":71,"s":11,"h":1,"n":"Magic Item Transmutation; Item Transmutation Components and Costs"},{"id":19838,"c":24,"u":"magic%20items%20at%20sorcerous%20sundries_mabjov","p":19,"s":11,"h":1,"n":"Magic Items at Sorcerous Sundries"},{"id":19839,"c":24,"u":"magical%20scrolls%20and%20books%3b%20scrolls%20and%20books_mabjov","p":70,"s":11,"h":1,"n":"Magical Scrolls and Books; Scrolls and Books"},{"id":19840,"c":24,"u":"random%20encounters%20in%20athkatla_mabjov","p":12,"s":11,"h":1,"n":"Random Encounters in Athkatla"},{"id":19841,"c":24,"u":"random%20encounters%20in%20baldur's%20gate_mabjov","p":18,"s":11,"h":1,"n":"Random Encounters in Baldur's Gate"},{"id":19842,"c":24,"u":"random%20encounters%20in%20suldanessellar_mabjov","p":21,"s":11,"h":1,"n":"Random Encounters in Suldanessellar"},{"id":19843,"c":24,"u":"random%20encounters%20in%20ust%20natha_mabjov","p":25,"s":11,"h":1,"n":"Random encounters in Ust Natha"},{"id":19844,"c":24,"u":"random%20quests%20from%20candlekeep_mabjov","p":34,"s":11,"h":1,"n":"Random Quests From Candlekeep"},{"id":19845,"c":24,"u":"random%20quests%20from%20the%20adventurer's%20guild_mabjov","p":28,"s":11,"h":1,"n":"Random Quests From the Adventurer's Guild"},{"id":19846,"c":24,"u":"random%20quests%20from%20the%20church%20of%20sune_mabjov","p":41,"s":11,"h":1,"n":"Random Quests from The Church of Sune"},{"id":19847,"c":24,"u":"random%20quests%20from%20the%20emerald%20enclave_mabjov","p":46,"s":11,"h":1,"n":"Random Quests from the Emerald Enclave"},{"id":19848,"c":24,"u":"random%20quests%20from%20the%20flaming%20fist_mabjov","p":52,"s":11,"h":1,"n":"Random Quests from The Flaming Fist"},{"id":19849,"c":24,"u":"random%20quests%20from%20the%20harpers_mabjov","p":58,"s":11,"h":1,"n":"Random Quests from the Harpers"},{"id":19850,"c":24,"u":"random%20quests%20from%20the%20knights%20of%20bahamut_mabjov","p":64,"s":11,"h":1,"n":"Random Quests from the Knights of Bahamut"},{"id":19851,"c":24,"u":"random%20quests%20from%20the%20raven%20circle_mabjov","p":78,"s":11,"h":1,"n":"Random Quests from the Raven Circle"},{"id":19852,"c":24,"u":"random%20quests%20from%20the%20shadow%20thieves_mabjov","p":84,"s":11,"h":1,"n":"Random Quests from the Shadow Thieves"},{"id":19853,"c":24,"u":"religious%20relics%20from%20the%20church%20of%20sune_mabjov","p":41,"s":11,"h":1,"n":"Religious Relics from the Church of Sune"},{"id":19854,"c":24,"u":"religious%20relics%3b%20required%20religious%20service_mabjov","p":41,"s":11,"h":1,"n":"Religious Relics; Required Religious Service"},{"id":19855,"c":24,"u":"rilsa%20rael%2c%20fence%20(area%20b21)%3b%20rilsa%20rael's%20wares_mabjov","p":19,"s":11,"h":1,"n":"Rilsa Rael, Fence (Area B21); Rilsa Rael's Wares"},{"id":19856,"c":24,"u":"sentient%20weapon%20powers_mabjov","p":79,"s":11,"h":1,"n":"Sentient Weapon Powers"},{"id":19857,"c":24,"u":"shop%20of%20the%20bizarre%20(area%20a17)%3b%20shop%20of%20the%20bizarre%20finds_mabjov","p":13,"s":11,"h":1,"n":"Shop of the Bizarre (Area A17); Shop of the Bizarre Finds"},{"id":19858,"c":24,"u":"trade%20center%20(area%20u13)%3b%20common%20items%20at%20the%20trade%20center_mabjov","p":25,"s":11,"h":1,"n":"Trade Center (Area U13); Common Items at the Trade Center"},{"id":19859,"c":24,"u":"trade%20center%20(area%20u13)%3b%20random%20rare%20magic%20items%20at%20the%20trade%20center_mabjov","p":25,"s":11,"h":1,"n":"Trade Center (Area U13); Random Rare Magic Items at the Trade Center"},{"id":19860,"c":24,"u":"waukeen's%20promenade%20(area%20a3)%3b%20random%20magical%20item%20at%20waukeen's%20promenade_mabjov","p":13,"s":11,"h":1,"n":"Waukeen's Promenade (Area A3); Random Magical Item at Waukeen's Promenade"},{"id":19861,"c":24,"u":"weapons%20of%20the%20raven%20queen%3b%20raven%20queen%20sentient%20weapon%20bonuses_mabjov","p":79,"s":11,"h":1,"n":"Weapons of the Raven Queen; Raven Queen Sentient Weapon Bonuses"},{"id":19862,"c":24,"u":"air%20envelopes%20of%20creatures_aag","p":17,"s":103,"h":1,"n":"Air Envelopes of Creatures"},{"id":19863,"c":24,"u":"astral%20campaigns%3b%20first%20adventure_aag","p":4,"s":103,"h":1,"n":"Astral Campaigns; First Adventure"},{"id":19864,"c":24,"u":"astral%20fishing%3b%20fishing_aag","p":21,"s":103,"h":1,"n":"Astral Fishing; Fishing"},{"id":19865,"c":24,"u":"ship%20cargo%3b%20cheap%20cargo_aag","s":103,"h":1,"n":"Ship Cargo; Cheap Cargo"},{"id":19866,"c":24,"u":"ship%20cargo%3b%20expensive%20cargo_aag","s":103,"h":1,"n":"Ship Cargo; Expensive Cargo"},{"id":19867,"c":24,"u":"ship%20quirks_aag","s":103,"h":1,"n":"Ship Quirks"},{"id":19868,"c":24,"u":"shipboard%20tasks_aag","s":103,"h":1,"n":"Shipboard Tasks"},{"id":19869,"c":24,"u":"spells_aag","p":22,"s":103,"h":1,"n":"Spells"},{"id":19870,"c":24,"u":"temple%20district%3b%20helpful%20spells_aag","p":61,"s":103,"h":1,"n":"Temple District; Helpful Spells"},{"id":19871,"c":24,"u":"alchemist's%20insight%3b%20where%20you%20first%20dabbled%20in%20alchemy_ai","p":29,"s":15,"h":1,"n":"Alchemist's Insight; Where You First Dabbled in Alchemy"},{"id":19872,"c":24,"u":"animals%20are%20everywhere%3b%20urban%20beast%20friends_ai","p":64,"s":15,"h":1,"n":"Animals are Everywhere; Urban Beast Friends"},{"id":19873,"c":24,"u":"ascetic%20business%20practices%3b%20commercial%20monasteries_ai","p":62,"s":15,"h":1,"n":"Ascetic Business Practices; Commercial Monasteries"},{"id":19874,"c":24,"u":"barbarian%20style_ai","p":53,"s":15,"h":1,"n":"Barbarian Style"},{"id":19875,"c":24,"u":"baseline%20costs_ai","p":17,"s":15,"h":1,"n":"Baseline Costs"},{"id":19876,"c":24,"u":"by%20the%20book%3b%20ancient%20tomes_ai","p":61,"s":15,"h":1,"n":"By the Book; Ancient Tomes"},{"id":19877,"c":24,"u":"class-based%20living%20loot%20satchel_ai","p":25,"s":15,"h":1,"n":"Class-Based Living Loot Satchel"},{"id":19878,"c":24,"u":"clerical%20routine%3b%20meditative%20rituals_ai","p":56,"s":15,"h":1,"n":"Clerical Routine; Meditative Rituals"},{"id":19879,"c":24,"u":"coin%20of%20decisionry_ai","p":22,"s":15,"h":1,"n":"Coin of Decisionry"},{"id":19880,"c":24,"u":"cutting%20wit%20and%20wicked%20barbs%3b%20insults%20to%20die%20for_ai","p":55,"s":15,"h":1,"n":"Cutting Wit and Wicked Barbs; Insults to Die For"},{"id":19881,"c":24,"u":"decisionist%3b%20the%20decisonist_ai","p":21,"s":15,"h":1,"n":"Decisionist; The Decisonist"},{"id":19882,"c":24,"u":"divine%20deals%3b%20relics%20of%20faith_ai","p":56,"s":15,"h":1,"n":"Divine Deals; Relics of Faith"},{"id":19883,"c":24,"u":"documancer%3b%20favorite%20methods%20to%20destroy%20documents_ai","p":23,"s":15,"h":1,"n":"Documancer; Favorite Methods to Destroy Documents"},{"id":19884,"c":24,"u":"eldritch%20affectations%3b%20otherworldly%20quirks_ai","p":69,"s":15,"h":1,"n":"Eldritch Affectations; Otherworldly Quirks"},{"id":19885,"c":24,"u":"fast%20franchise%20generator%3b%20franchise%20logos%20or%20livery_ai","p":7,"s":15,"h":1,"n":"Fast Franchise Generator; Franchise Logos or Livery"},{"id":19886,"c":24,"u":"fast%20franchise%20generator%3b%20headquarters%20locations_ai","p":7,"s":15,"h":1,"n":"Fast Franchise Generator; Headquarters Locations"},{"id":19887,"c":24,"u":"fast%20franchise%20generator%3b%20headquarters%20quirks_ai","p":7,"s":15,"h":1,"n":"Fast Franchise Generator; Headquarters Quirks"},{"id":19888,"c":24,"u":"fast%20franchise%20generator%3b%20memorable%20majordomos_ai","p":7,"s":15,"h":1,"n":"Fast Franchise Generator; Memorable Majordomos"},{"id":19889,"c":24,"u":"fast%20franchise%20generator%3b%20reliable%20connections_ai","p":7,"s":15,"h":1,"n":"Fast Franchise Generator; Reliable Connections"},{"id":19890,"c":24,"u":"fixer%20of%20problems%3b%20legendary%20catchphrases_ai","p":63,"s":15,"h":1,"n":"Fixer of Problems; Legendary Catchphrases"},{"id":19891,"c":24,"u":"focusing%20with%20flair%3b%20unusual%20arcane%20focuses_ai","p":67,"s":15,"h":1,"n":"Focusing with Flair; Unusual Arcane Focuses"},{"id":19892,"c":24,"u":"franchise%20advancement_ai","p":10,"s":15,"h":1,"n":"Franchise Advancement"},{"id":19893,"c":24,"u":"keeping%20them%20guessing%3b%20martial%20tricks_ai","p":59,"s":15,"h":1,"n":"Keeping them Guessing; Martial Tricks"},{"id":19894,"c":24,"u":"learning%20from%20the%20best%3b%20arcane%20masters_ai","p":71,"s":15,"h":1,"n":"Learning from the Best; Arcane Masters"},{"id":19895,"c":24,"u":"map%20of%20the%20moment%3b%20possible%20map%20mission%20landmarks_ai","p":20,"s":15,"h":1,"n":"Map of the Moment; Possible Map Mission Landmarks"},{"id":19896,"c":24,"u":"marketing%20is%20everything%3b%20cool%20mottos_ai","p":69,"s":15,"h":1,"n":"Marketing Is Everything; Cool Mottos"},{"id":19897,"c":24,"u":"nature%20in%20unlikely%20places%3b%20urban%20sanctuaries_ai","p":58,"s":15,"h":1,"n":"Nature in Unlikely Places; Urban Sanctuaries"},{"id":19898,"c":24,"u":"nightmare%20magic%3b%20lingering%20nightmares_ai","p":70,"s":15,"h":1,"n":"Nightmare Magic; Lingering Nightmares"},{"id":19899,"c":24,"u":"no%20weapons%20allowed%3b%20disguised%20weapons_ai","p":64,"s":15,"h":1,"n":"No Weapons Allowed; Disguised Weapons"},{"id":19900,"c":24,"u":"old%20business%20ties%3b%20former%20guilds_ai","p":66,"s":15,"h":1,"n":"Old Business Ties; Former Guilds"},{"id":19901,"c":24,"u":"path%20of%20the%20ancestral%20guardian_ai","p":54,"s":15,"h":1,"n":"Path of the Ancestral Guardian"},{"id":19902,"c":24,"u":"path%20of%20the%20totem%20warrior_ai","p":54,"s":15,"h":1,"n":"Path of the Totem Warrior"},{"id":19903,"c":24,"u":"personal%20magic%3b%20residual%20magic_ai","p":68,"s":15,"h":1,"n":"Personal Magic; Residual Magic"},{"id":19904,"c":24,"u":"places%20to%20go%3b%20points%20of%20interest_ai","p":65,"s":15,"h":1,"n":"Places to Go; Points of Interest"},{"id":19905,"c":24,"u":"proficiencies%20and%20starting%20equipment%3b%20coin%20of%20decisionry%20%22tails%22%20image_ai","p":22,"s":15,"h":1,"n":"Proficiencies and Starting Equipment; Coin of Decisionry \"Tails\" Image"},{"id":19906,"c":24,"u":"quirks%20of%20your%20sending%20stone_ai","p":33,"s":15,"h":1,"n":"Quirks of Your Sending Stone"},{"id":19907,"c":24,"u":"running%20wild%3b%20distinguishing%20features%20of%20wild%20shape_ai","p":58,"s":15,"h":1,"n":"Running Wild; Distinguishing Features of Wild Shape"},{"id":19908,"c":24,"u":"sending%20a%20clear%20message%3b%20signature%20items_ai","p":53,"s":15,"h":1,"n":"Sending a Clear Message; Signature Items"},{"id":19909,"c":24,"u":"sign%20of%20success%3b%20favorite%20trophies_ai","p":65,"s":15,"h":1,"n":"Sign of Success; Favorite Trophies"},{"id":19910,"c":24,"u":"stances%20for%20success%3b%20subtle%20stances_ai","p":61,"s":15,"h":1,"n":"Stances for Success; Subtle Stances"},{"id":19911,"c":24,"u":"steward%20of%20nature%3b%20creatures%20to%20care%20for_ai","p":58,"s":15,"h":1,"n":"Steward of Nature; Creatures to Care For"},{"id":19912,"c":24,"u":"the%20cartographer_ai","p":19,"s":15,"h":1,"n":"The Cartographer"},{"id":19913,"c":24,"u":"the%20documancer_ai","p":23,"s":15,"h":1,"n":"The Documancer"},{"id":19914,"c":24,"u":"the%20hoardsperson_ai","p":24,"s":15,"h":1,"n":"The Hoardsperson"},{"id":19915,"c":24,"u":"the%20loremonger_ai","p":26,"s":15,"h":1,"n":"The Loremonger"},{"id":19916,"c":24,"u":"the%20obviator_ai","p":28,"s":15,"h":1,"n":"The Obviator"},{"id":19917,"c":24,"u":"the%20occultant_ai","p":30,"s":15,"h":1,"n":"The Occultant"},{"id":19918,"c":24,"u":"the%20secretarian_ai","p":32,"s":15,"h":1,"n":"The Secretarian"},{"id":19919,"c":24,"u":"the%20ways%20of%20faith%3b%20relationship%20with%20your%20deity_ai","p":56,"s":15,"h":1,"n":"The Ways of Faith; Relationship with Your Deity"},{"id":19920,"c":24,"u":"the%20wrong%20kind%20of%20people%3b%20notable%20enemies_ai","p":55,"s":15,"h":1,"n":"The Wrong Kind of People; Notable Enemies"},{"id":19921,"c":24,"u":"things%20best%20left%20unsaid%3b%20terrible%20secrets_ai","p":63,"s":15,"h":1,"n":"Things Best Left Unsaid; Terrible Secrets"},{"id":19922,"c":24,"u":"things%20recorded%20in%20your%20whisper%20jar_ai","p":27,"s":15,"h":1,"n":"Things Recorded in Your Whisper Jar"},{"id":19923,"c":24,"u":"victory%20is%20yours%3b%20victory%20celebration_ai","p":60,"s":15,"h":1,"n":"Victory Is Yours; Victory Celebration"},{"id":19924,"c":24,"u":"ways%20to%20read%20the%20kill_ai","p":31,"s":15,"h":1,"n":"Ways to Read the Kill"},{"id":19925,"c":24,"u":"why%20be%20a%20cartographer%3f_ai","p":20,"s":15,"h":1,"n":"Why Be a Cartographer?"},{"id":19926,"c":24,"u":"why%20be%20a%20decisionist%3f_ai","p":22,"s":15,"h":1,"n":"Why Be a Decisionist?"},{"id":19927,"c":24,"u":"why%20be%20a%20documancer%3f_ai","p":24,"s":15,"h":1,"n":"Why Be a Documancer?"},{"id":19928,"c":24,"u":"why%20be%20a%20hoardsperson%3f_ai","p":26,"s":15,"h":1,"n":"Why Be a Hoardsperson?"},{"id":19929,"c":24,"u":"why%20be%20a%20loremonger%3f_ai","p":28,"s":15,"h":1,"n":"Why Be a Loremonger?"},{"id":19930,"c":24,"u":"why%20be%20a%20secretarian%3f_ai","p":34,"s":15,"h":1,"n":"Why Be a Secretarian?"},{"id":19931,"c":24,"u":"why%20be%20an%20obviator%3f_ai","p":30,"s":15,"h":1,"n":"Why Be an Obviator?"},{"id":19932,"c":24,"u":"why%20be%20an%20occultant%3f_ai","p":32,"s":15,"h":1,"n":"Why Be an Occultant?"},{"id":19933,"c":24,"u":"wielding%20the%20best%3b%20signature%20equipment_ai","p":59,"s":15,"h":1,"n":"Wielding the Best; Signature Equipment"},{"id":19934,"c":24,"u":"astral%20sea%20encounters_bam","p":6,"s":16,"h":1,"n":"Astral Sea Encounters"},{"id":19935,"c":24,"u":"initial%20attitude_bam","p":6,"s":16,"h":1,"n":"Initial Attitude"},{"id":19936,"c":24,"u":"ship%20encounters_bam","p":7,"s":16,"h":1,"n":"Ship Encounters"},{"id":19937,"c":24,"u":"using%20a%20stat%20block%3b%20stat%20blocks%20by%20challenge%20rating_bam","p":4,"s":16,"h":1,"n":"Using a Stat Block; Stat Blocks by Challenge Rating"},{"id":19938,"c":24,"u":"wildspace%20encounters_bam","p":6,"s":16,"h":1,"n":"Wildspace Encounters"},{"id":19939,"c":24,"u":"1%2c000%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"1,000 gp Gemstones"},{"id":19940,"c":24,"u":"10%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"10 gp Gemstones"},{"id":19941,"c":24,"u":"100%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"100 gp Gemstones"},{"id":19942,"c":24,"u":"2%2c500%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"n":"2,500 gp Art Objects"},{"id":19943,"c":24,"u":"25%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"n":"25 gp Art Objects"},{"id":19944,"c":24,"u":"250%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"n":"250 gp Art Objects"},{"id":19945,"c":24,"u":"5%2c000%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"5,000 gp Gemstones"},{"id":19946,"c":24,"u":"50%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"50 gp Gemstones"},{"id":19947,"c":24,"u":"500%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"500 gp Gemstones"},{"id":19948,"c":24,"u":"7%2c500%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"n":"7,500 gp Art Objects"},{"id":19949,"c":24,"u":"750%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"n":"750 gp Art Objects"},{"id":19950,"c":24,"u":"a%20sample%20pantheon%3b%20dawn%20war%20deities_dmg","p":11,"s":24,"h":1,"n":"A Sample Pantheon; Dawn War Deities"},{"id":19951,"c":24,"u":"ability%20check%20proficiency%20by%20class_dmg","p":263,"s":24,"h":1,"n":"Ability Check Proficiency by Class"},{"id":19952,"c":24,"u":"ability%20checks_dmg","p":237,"s":24,"h":1,"n":"Ability Checks"},{"id":19953,"c":24,"u":"adjudicating%20areas%20of%20effect%3b%20targets%20in%20areas%20of%20effect_dmg","p":249,"s":24,"h":1,"n":"Adjudicating Areas of Effect; Targets in Areas of Effect"},{"id":19954,"c":24,"u":"artifact%20properties%3b%20major%20beneficial%20properties_dmg","p":219,"s":24,"h":1,"n":"Artifact Properties; Major Beneficial Properties"},{"id":19955,"c":24,"u":"artifact%20properties%3b%20major%20detrimental%20properties_dmg","p":219,"s":24,"h":1,"n":"Artifact Properties; Major Detrimental Properties"},{"id":19956,"c":24,"u":"artifact%20properties%3b%20minor%20beneficial%20properties_dmg","p":219,"s":24,"h":1,"n":"Artifact Properties; Minor Beneficial Properties"},{"id":19957,"c":24,"u":"artifact%20properties%3b%20minor%20detrimental%20properties_dmg","p":219,"s":24,"h":1,"n":"Artifact Properties; Minor Detrimental Properties"},{"id":19958,"c":24,"u":"assault%20or%20invasion%3b%20invading%20forces_dmg","p":29,"s":24,"h":1,"n":"Assault or Invasion; Invading Forces"},{"id":19959,"c":24,"u":"assign%20hit%20dice%3b%20hit%20dice%20by%20size_dmg","p":276,"s":24,"h":1,"r":1,"n":"Assign Hit Dice; Hit Dice by Size"},{"id":19960,"c":24,"u":"astral%20color%20pools_dmg","p":47,"s":24,"h":1,"n":"Astral Color Pools"},{"id":19961,"c":24,"u":"at%20sea%20encounters_dmg","p":118,"s":24,"h":1,"n":"At Sea Encounters"},{"id":19962,"c":24,"u":"becoming%20lost%3b%20wilderness%20navigation_dmg","p":111,"s":24,"h":1,"n":"Becoming Lost; Wilderness Navigation"},{"id":19963,"c":24,"u":"cataclysmic%20disasters_dmg","p":28,"s":24,"h":1,"n":"Cataclysmic Disasters"},{"id":19964,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20death%20trap_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Death Trap"},{"id":19965,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20lair_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Lair"},{"id":19966,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20maze_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Maze"},{"id":19967,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20mine_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Mine"},{"id":19968,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20planar%20gate_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Planar Gate"},{"id":19969,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20stronghold_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Stronghold"},{"id":19970,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20temple%20or%20shrine_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Temple or Shrine"},{"id":19971,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20tomb_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Tomb"},{"id":19972,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20treasure%20vault_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Treasure Vault"},{"id":19973,"c":24,"u":"chamber%20purpose%3b%20general%20dungeon%20chambers_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; General Dungeon Chambers"},{"id":19974,"c":24,"u":"chambers%3b%20chamber_dmg","p":291,"s":24,"h":1,"n":"Chambers; Chamber"},{"id":19975,"c":24,"u":"chambers%3b%20chamber%20exits_dmg","p":291,"s":24,"h":1,"n":"Chambers; Chamber Exits"},{"id":19976,"c":24,"u":"chambers%3b%20exit%20location_dmg","p":291,"s":24,"h":1,"n":"Chambers; Exit Location"},{"id":19977,"c":24,"u":"chambers%3b%20exit%20type_dmg","p":291,"s":24,"h":1,"n":"Chambers; Exit Type"},{"id":19978,"c":24,"u":"combat%20encounter%20difficulty%3b%20xp%20thresholds%20by%20character%20level_dmg","p":82,"s":24,"h":1,"n":"Combat Encounter Difficulty; XP Thresholds by Character Level"},{"id":19979,"c":24,"u":"consider%20the%20ideal%20climax%3b%20adventure%20climax_dmg","p":75,"s":24,"h":1,"n":"Consider the Ideal Climax; Adventure Climax"},{"id":19980,"c":24,"u":"creating%20a%20monster%20stat%20block%3b%20monster%20features_dmg","p":275,"s":24,"h":1,"n":"Creating a Monster Stat Block; Monster Features"},{"id":19981,"c":24,"u":"creating%20npcs%20from%20scratch%3b%20npc%20features_dmg","p":282,"s":24,"h":1,"n":"Creating NPCs from Scratch; NPC Features"},{"id":19982,"c":24,"u":"creating%20quick%20monster%20stats%3b%20monster%20statistics%20by%20challenge%20rating_dmg","p":274,"s":24,"h":1,"n":"Creating Quick Monster Stats; Monster Statistics by Challenge Rating"},{"id":19983,"c":24,"u":"creature%20size%20on%20squares%20and%20hexes%3b%20creature%20size%20and%20space_dmg","p":251,"s":24,"h":1,"n":"Creature Size on Squares and Hexes; Creature Size and Space"},{"id":19984,"c":24,"u":"current%20chamber%20state_dmg","p":295,"s":24,"h":1,"n":"Current Chamber State"},{"id":19985,"c":24,"u":"damage%20vulnerabilities%2c%20resistances%2c%20and%20immunities%3b%20effective%20hit%20points%20based%20on%20resistances%20and%20immunities_dmg","p":277,"s":24,"h":1,"n":"Damage Vulnerabilities, Resistances, and Immunities; Effective Hit Points Based on Resistances and Immunities"},{"id":19986,"c":24,"u":"deep%20ethereal%3b%20ethereal%20curtains_dmg","p":48,"s":24,"h":1,"n":"Deep Ethereal; Ethereal Curtains"},{"id":19987,"c":24,"u":"determine%20the%20party's%20goals%3b%20event-based%20goals_dmg","p":76,"s":24,"h":1,"n":"Determine the Party's Goals; Event-Based Goals"},{"id":19988,"c":24,"u":"determine%20the%20villain's%20actions%3b%20event-based%20villain%20actions_dmg","p":75,"s":24,"h":1,"n":"Determine the Villain's Actions; Event-Based Villain Actions"},{"id":19989,"c":24,"u":"difficulty%20class%3b%20typical%20dcs_dmg","p":238,"s":24,"h":1,"n":"Difficulty Class; Typical DCs"},{"id":19990,"c":24,"u":"discovery%2c%20expansion%2c%20invention%3b%20discoveries_dmg","p":31,"s":24,"h":1,"n":"Discovery, Expansion, Invention; Discoveries"},{"id":19991,"c":24,"u":"doors%3b%20beyond%20a%20door_dmg","p":291,"s":24,"h":1,"n":"Doors; Beyond a Door"},{"id":19992,"c":24,"u":"doors%3b%20door%20type_dmg","p":291,"s":24,"h":1,"n":"Doors; Door Type"},{"id":19993,"c":24,"u":"dungeon%20chamber%20contents_dmg","p":296,"s":24,"h":1,"n":"Dungeon Chamber Contents"},{"id":19994,"c":24,"u":"dungeon%20creator_dmg","p":99,"s":24,"h":1,"n":"Dungeon Creator"},{"id":19995,"c":24,"u":"dungeon%20creator%3b%20cults%20and%20religions_dmg","p":99,"s":24,"h":1,"n":"Dungeon Creator; Cults and Religions"},{"id":19996,"c":24,"u":"dungeon%20creator%3b%20npc%20alignment_dmg","p":99,"s":24,"h":1,"n":"Dungeon Creator; NPC Alignment"},{"id":19997,"c":24,"u":"dungeon%20creator%3b%20npc%20class_dmg","p":99,"s":24,"h":1,"n":"Dungeon Creator; NPC Class"},{"id":19998,"c":24,"u":"dungeon%20dressing%3b%20air_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Air"},{"id":19999,"c":24,"u":"dungeon%20dressing%3b%20books%2c%20scrolls%2c%20and%20tomes_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Books, Scrolls, and Tomes"},{"id":20000,"c":24,"u":"dungeon%20dressing%3b%20container%20contents_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Container Contents"},{"id":20001,"c":24,"u":"dungeon%20dressing%3b%20general%20features_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; General Features"},{"id":20002,"c":24,"u":"dungeon%20dressing%3b%20general%20furnishings%20and%20appointments_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; General Furnishings and Appointments"},{"id":20003,"c":24,"u":"dungeon%20dressing%3b%20mage%20furnishings_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Mage Furnishings"},{"id":20004,"c":24,"u":"dungeon%20dressing%3b%20noises_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Noises"},{"id":20005,"c":24,"u":"dungeon%20dressing%3b%20odor_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Odor"},{"id":20006,"c":24,"u":"dungeon%20dressing%3b%20religious%20articles%20and%20furnishings_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Religious Articles and Furnishings"},{"id":20007,"c":24,"u":"dungeon%20dressing%3b%20utensils%20and%20personal%20items_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Utensils and Personal Items"},{"id":20008,"c":24,"u":"dungeon%20history_dmg","p":101,"s":24,"h":1,"n":"Dungeon History"},{"id":20009,"c":24,"u":"dungeon%20location_dmg","p":99,"s":24,"h":1,"n":"Dungeon Location"},{"id":20010,"c":24,"u":"dungeon%20location%3b%20exotic%20location_dmg","p":99,"s":24,"h":1,"n":"Dungeon Location; Exotic Location"},{"id":20011,"c":24,"u":"dungeon%20purpose_dmg","p":101,"s":24,"h":1,"n":"Dungeon Purpose"},{"id":20012,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_dmg","p":253,"s":24,"h":1,"n":"Ending a Chase; Escape Factors"},{"id":20013,"c":24,"u":"ether%20cyclones_dmg","p":49,"s":24,"h":1,"n":"Ether Cyclones"},{"id":20014,"c":24,"u":"examples%20of%20faction%20ranks_dmg","p":22,"s":24,"h":1,"n":"Examples of Faction Ranks"},{"id":20015,"c":24,"u":"extinction%20or%20depletion_dmg","p":30,"s":24,"h":1,"n":"Extinction or Depletion"},{"id":20016,"c":24,"u":"feywild%20time%20warp_dmg","p":50,"s":24,"h":1,"n":"Feywild Time Warp"},{"id":20017,"c":24,"u":"figuring%20out%20alien%20technology_dmg","p":268,"s":24,"h":1,"n":"Figuring Out Alien Technology"},{"id":20018,"c":24,"u":"final%20challenge%20rating%3b%20experience%20points%20by%20challenge%20rating_dmg","p":274,"s":24,"h":1,"r":1,"n":"Final Challenge Rating; Experience Points by Challenge Rating"},{"id":20019,"c":24,"u":"find%20the%20ideal%20introduction%3b%20adventure%20introduction_dmg","p":74,"s":24,"h":1,"n":"Find the Ideal Introduction; Adventure Introduction"},{"id":20020,"c":24,"u":"flaw%20or%20secret%3b%20npc%20flaws%20and%20secrets_dmg","p":91,"s":24,"h":1,"n":"Flaw or Secret; NPC Flaws and Secrets"},{"id":20021,"c":24,"u":"food%20and%20water%20needs_dmg","p":111,"s":24,"h":1,"n":"Food and Water Needs"},{"id":20022,"c":24,"u":"foraging%20dcs_dmg","p":111,"s":24,"h":1,"n":"Foraging DCs"},{"id":20023,"c":24,"u":"forms%20of%20government_dmg","p":18,"s":24,"h":1,"n":"Forms of Government"},{"id":20024,"c":24,"u":"framing%20events_dmg","p":79,"s":24,"h":1,"n":"Framing Events"},{"id":20025,"c":24,"u":"government%3b%20sample%20hierarchy%20of%20noble%20titles_dmg","p":17,"s":24,"h":1,"n":"Government; Sample Hierarchy of Noble Titles"},{"id":20026,"c":24,"u":"handling%20mobs%3b%20mob%20attacks_dmg","p":250,"s":24,"h":1,"n":"Handling Mobs; Mob Attacks"},{"id":20027,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20allies_dmg","p":74,"s":24,"h":1,"n":"Identify Important NPCs; Adventure Allies"},{"id":20028,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20patrons_dmg","p":74,"s":24,"h":1,"n":"Identify Important NPCs; Adventure Patrons"},{"id":20029,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20villains_dmg","p":74,"s":24,"h":1,"n":"Identify Important NPCs; Adventure Villains"},{"id":20030,"c":24,"u":"identify%20the%20party's%20goals%3b%20dungeon%20goals_dmg","p":72,"s":24,"h":1,"n":"Identify the Party's Goals; Dungeon Goals"},{"id":20031,"c":24,"u":"identify%20the%20party's%20goals%3b%20other%20goals_dmg","p":72,"s":24,"h":1,"n":"Identify the Party's Goals; Other Goals"},{"id":20032,"c":24,"u":"identify%20the%20party's%20goals%3b%20wilderness%20goals_dmg","p":72,"s":24,"h":1,"n":"Identify the Party's Goals; Wilderness Goals"},{"id":20033,"c":24,"u":"improvising%20damage_dmg","p":249,"s":24,"h":1,"n":"Improvising Damage"},{"id":20034,"c":24,"u":"improvising%20damage%3b%20damage%20severity%20and%20level_dmg","p":249,"s":24,"h":1,"n":"Improvising Damage; Damage Severity and Level"},{"id":20035,"c":24,"u":"indefinite%20madness_dmg","p":259,"s":24,"h":1,"r":1,"n":"Indefinite Madness"},{"id":20036,"c":24,"u":"individual%20treasure%3a%20challenge%200%e2%80%944_dmg","p":133,"s":24,"h":1,"n":"Individual Treasure: Challenge 0—4"},{"id":20037,"c":24,"u":"individual%20treasure%3a%20challenge%2011%e2%80%9416_dmg","p":133,"s":24,"h":1,"n":"Individual Treasure: Challenge 11—16"},{"id":20038,"c":24,"u":"individual%20treasure%3a%20challenge%2017%2b_dmg","p":133,"s":24,"h":1,"n":"Individual Treasure: Challenge 17+"},{"id":20039,"c":24,"u":"individual%20treasure%3a%20challenge%205%e2%80%9410_dmg","p":133,"s":24,"h":1,"n":"Individual Treasure: Challenge 5—10"},{"id":20040,"c":24,"u":"interactions%20with%20others%3b%20npc%20interaction%20traits_dmg","p":90,"s":24,"h":1,"n":"Interactions with Others; NPC Interaction Traits"},{"id":20041,"c":24,"u":"lingering%20injuries_dmg","p":272,"s":24,"h":1,"n":"Lingering Injuries"},{"id":20042,"c":24,"u":"long-term%20madness_dmg","p":259,"s":24,"h":1,"r":1,"n":"Long-Term Madness"},{"id":20043,"c":24,"u":"magic%20item%20rarity_dmg","p":135,"s":24,"h":1,"n":"Magic Item Rarity"},{"id":20044,"c":24,"u":"magic%20item%20table%20a_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table A"},{"id":20045,"c":24,"u":"magic%20item%20table%20b_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table B"},{"id":20046,"c":24,"u":"magic%20item%20table%20c_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table C"},{"id":20047,"c":24,"u":"magic%20item%20table%20d_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table D"},{"id":20048,"c":24,"u":"magic%20item%20table%20e_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table E"},{"id":20049,"c":24,"u":"magic%20item%20table%20f_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table F"},{"id":20050,"c":24,"u":"magic%20item%20table%20g_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table G"},{"id":20051,"c":24,"u":"magic%20item%20table%20h_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table H"},{"id":20052,"c":24,"u":"magic%20item%20table%20i_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table I"},{"id":20053,"c":24,"u":"massive%20damage%3b%20system%20shock_dmg","p":273,"s":24,"h":1,"n":"Massive Damage; System Shock"},{"id":20054,"c":24,"u":"modify%20total%20xp%20for%20multiple%20monsters%3b%20encounter%20multipliers_dmg","p":82,"s":24,"h":1,"n":"Modify Total XP for Multiple Monsters; Encounter Multipliers"},{"id":20055,"c":24,"u":"monsters%20and%20motivations%3b%20monster%20motivation_dmg","p":296,"s":24,"h":1,"n":"Monsters and Motivations; Monster Motivation"},{"id":20056,"c":24,"u":"monuments_dmg","p":108,"s":24,"h":1,"n":"Monuments"},{"id":20057,"c":24,"u":"moral%20quandaries_dmg","p":79,"s":24,"h":1,"n":"Moral Quandaries"},{"id":20058,"c":24,"u":"new%20organizations_dmg","p":31,"s":24,"h":1,"n":"New Organizations"},{"id":20059,"c":24,"u":"npc%20abilities_dmg","p":88,"s":24,"h":1,"n":"NPC Abilities"},{"id":20060,"c":24,"u":"npc%20appearance_dmg","p":88,"s":24,"h":1,"n":"NPC Appearance"},{"id":20061,"c":24,"u":"npc%20bonds_dmg","p":91,"s":24,"h":1,"n":"NPC Bonds"},{"id":20062,"c":24,"u":"npc%20low%20abilities_dmg","p":88,"s":24,"h":1,"n":"NPC Low Abilities"},{"id":20063,"c":24,"u":"npc%20mannerisms_dmg","p":90,"s":24,"h":1,"n":"NPC Mannerisms"},{"id":20064,"c":24,"u":"npc%20talents_dmg","p":90,"s":24,"h":1,"n":"NPC Talents"},{"id":20065,"c":24,"u":"object%20armor%20class_dmg","p":246,"s":24,"h":1,"r":1,"n":"Object Armor Class"},{"id":20066,"c":24,"u":"object%20hit%20points_dmg","p":247,"s":24,"h":1,"r":1,"n":"Object Hit Points"},{"id":20067,"c":24,"u":"optional%20rule%3a%20abyssal%20corruption%3b%20abyssal%20corruption_dmg","p":62,"s":24,"h":1,"n":"Optional Rule: Abyssal Corruption; Abyssal Corruption"},{"id":20068,"c":24,"u":"owning%20a%20ship%3b%20airborne%20and%20waterborne%20vehicles_dmg","p":119,"s":24,"h":1,"r":1,"n":"Owning a Ship; Airborne and Waterborne Vehicles"},{"id":20069,"c":24,"u":"passages%3b%20passage_dmg","p":290,"s":24,"h":1,"n":"Passages; Passage"},{"id":20070,"c":24,"u":"passages%3b%20passage%20width_dmg","p":290,"s":24,"h":1,"n":"Passages; Passage Width"},{"id":20071,"c":24,"u":"poisons_dmg","p":257,"s":24,"h":1,"r":1,"n":"Poisons"},{"id":20072,"c":24,"u":"power%20level%3b%20magic%20item%20power%20by%20rarity_dmg","p":285,"s":24,"h":1,"n":"Power Level; Magic Item Power by Rarity"},{"id":20073,"c":24,"u":"probabilities%3b%20sylvan%20forest%20encounters_dmg","p":86,"s":24,"h":1,"n":"Probabilities; Sylvan Forest Encounters"},{"id":20074,"c":24,"u":"proficiency%20dice_dmg","p":263,"s":24,"h":1,"n":"Proficiency Dice"},{"id":20075,"c":24,"u":"random%20buildings%3b%20building%20type_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Building Type"},{"id":20076,"c":24,"u":"random%20buildings%3b%20religious%20building_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Religious Building"},{"id":20077,"c":24,"u":"random%20buildings%3b%20residence_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Residence"},{"id":20078,"c":24,"u":"random%20buildings%3b%20shop_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Shop"},{"id":20079,"c":24,"u":"random%20buildings%3b%20tavern_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Tavern"},{"id":20080,"c":24,"u":"random%20buildings%3b%20tavern%20name%20generator_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Tavern Name Generator"},{"id":20081,"c":24,"u":"random%20buildings%3b%20warehouse_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Warehouse"},{"id":20082,"c":24,"u":"random%20dungeon%20hazards%3b%20dungeon%20hazards_dmg","p":296,"s":24,"h":1,"n":"Random Dungeon Hazards; Dungeon Hazards"},{"id":20083,"c":24,"u":"random%20encounters%20at%20sea_dmg","p":118,"s":24,"h":1,"n":"Random Encounters at Sea"},{"id":20084,"c":24,"u":"random%20obstacles%3b%20obstacles_dmg","p":296,"s":24,"h":1,"n":"Random Obstacles; Obstacles"},{"id":20085,"c":24,"u":"random%20settlements%3b%20current%20calamity_dmg","p":112,"s":24,"h":1,"n":"Random Settlements; Current Calamity"},{"id":20086,"c":24,"u":"random%20settlements%3b%20known%20for%20its..._dmg","p":112,"s":24,"h":1,"n":"Random Settlements; Known For Its..."},{"id":20087,"c":24,"u":"random%20settlements%3b%20notable%20traits_dmg","p":112,"s":24,"h":1,"n":"Random Settlements; Notable Traits"},{"id":20088,"c":24,"u":"random%20settlements%3b%20race%20relations_dmg","p":112,"s":24,"h":1,"n":"Random Settlements; Race Relations"},{"id":20089,"c":24,"u":"random%20settlements%3b%20ruler's%20status_dmg","p":112,"s":24,"h":1,"n":"Random Settlements; Ruler's Status"},{"id":20090,"c":24,"u":"random%20traps%3b%20trap%20damage%20severity_dmg","p":297,"s":24,"h":1,"n":"Random Traps; Trap Damage Severity"},{"id":20091,"c":24,"u":"random%20traps%3b%20trap%20effects_dmg","p":297,"s":24,"h":1,"n":"Random Traps; Trap Effects"},{"id":20092,"c":24,"u":"random%20traps%3b%20trap%20trigger_dmg","p":297,"s":24,"h":1,"n":"Random Traps; Trap Trigger"},{"id":20093,"c":24,"u":"random%20tricks%3b%20trick%20objects_dmg","p":297,"s":24,"h":1,"n":"Random Tricks; Trick Objects"},{"id":20094,"c":24,"u":"random%20tricks%3b%20tricks_dmg","p":297,"s":24,"h":1,"n":"Random Tricks; Tricks"},{"id":20095,"c":24,"u":"random%20undersea%20encounters_dmg","p":116,"s":24,"h":1,"n":"Random Undersea Encounters"},{"id":20096,"c":24,"u":"random%20urban%20encounters_dmg","p":114,"s":24,"h":1,"n":"Random Urban Encounters"},{"id":20097,"c":24,"u":"recurring%20expenses%3b%20maintenance%20costs_dmg","p":126,"s":24,"h":1,"n":"Recurring Expenses; Maintenance Costs"},{"id":20098,"c":24,"u":"rise%20or%20fall%20of%20a%20leader%20or%20an%20era%3b%20leader%20types_dmg","p":27,"s":24,"h":1,"n":"Rise or Fall of a Leader or an Era; Leader Types"},{"id":20099,"c":24,"u":"saving%20throws_dmg","p":238,"s":24,"h":1,"n":"Saving Throws"},{"id":20100,"c":24,"u":"sentient%20magic%20item%20alignment_dmg","p":216,"s":24,"h":1,"r":1,"n":"Sentient Magic Item Alignment"},{"id":20101,"c":24,"u":"sentient%20magic%20item%20communication_dmg","p":214,"s":24,"h":1,"r":1,"n":"Sentient Magic Item Communication"},{"id":20102,"c":24,"u":"sentient%20magic%20item%20senses_dmg","p":214,"s":24,"h":1,"r":1,"n":"Sentient Magic Item Senses"},{"id":20103,"c":24,"u":"sentient%20special%20purpose_dmg","p":216,"s":24,"h":1,"r":1,"n":"Sentient Special Purpose"},{"id":20104,"c":24,"u":"shadowfell%20despair_dmg","p":52,"s":24,"h":1,"n":"Shadowfell Despair"},{"id":20105,"c":24,"u":"short-term%20madness_dmg","p":259,"s":24,"h":1,"r":1,"n":"Short-Term Madness"},{"id":20106,"c":24,"u":"side%20quests_dmg","p":81,"s":24,"h":1,"n":"Side Quests"},{"id":20107,"c":24,"u":"special%20features%3b%20what%20is%20a%20detail%20from%20its%20history%3f_dmg","p":141,"s":24,"h":1,"n":"Special Features; What Is a Detail from Its History?"},{"id":20108,"c":24,"u":"special%20features%3b%20what%20minor%20property%20does%20it%20have_dmg","p":141,"s":24,"h":1,"n":"Special Features; What Minor Property Does It Have"},{"id":20109,"c":24,"u":"special%20features%3b%20what%20quirk%20does%20it%20have_dmg","p":141,"s":24,"h":1,"n":"Special Features; What Quirk Does It Have"},{"id":20110,"c":24,"u":"special%20features%3b%20who%20created%20it%20or%20was%20intended%20to%20use%20it%3f_dmg","p":141,"s":24,"h":1,"n":"Special Features; Who Created It or Was Intended to Use It?"},{"id":20111,"c":24,"u":"spell%20damage_dmg","p":283,"s":24,"h":1,"n":"Spell Damage"},{"id":20112,"c":24,"u":"spell%20scrolls%3b%20spell%20scroll_dmg","p":139,"s":24,"h":1,"r":1,"n":"Spell Scrolls; Spell Scroll"},{"id":20113,"c":24,"u":"stairs_dmg","p":291,"s":24,"h":1,"n":"Stairs"},{"id":20114,"c":24,"u":"starting%20area_dmg","p":290,"s":24,"h":1,"n":"Starting Area"},{"id":20115,"c":24,"u":"starting%20at%20higher%20level%3b%20starting%20equipment_dmg","p":38,"s":24,"h":1,"n":"Starting at Higher Level; Starting Equipment"},{"id":20116,"c":24,"u":"sylvan%20forest%20encounters_dmg","p":86,"s":24,"h":1,"n":"Sylvan Forest Encounters"},{"id":20117,"c":24,"u":"the%20adventuring%20day%3b%20adventuring%20day%20xp_dmg","p":84,"s":24,"h":1,"n":"The Adventuring Day; Adventuring Day XP"},{"id":20118,"c":24,"u":"the%20calendar%20of%20harptos_dmg","p":33,"s":24,"h":1,"n":"The Calendar of Harptos"},{"id":20119,"c":24,"u":"the%20outer%20planes_dmg","p":57,"s":24,"h":1,"n":"The Outer Planes"},{"id":20120,"c":24,"u":"the%20outlands%20and%20sigil%3b%20gate-towns%20of%20the%20outlands_dmg","p":67,"s":24,"h":1,"n":"The Outlands and Sigil; Gate-Towns of the Outlands"},{"id":20121,"c":24,"u":"tracking%20dcs_dmg","p":244,"s":24,"h":1,"n":"Tracking DCs"},{"id":20122,"c":24,"u":"trap%20effects%3b%20damage%20severity%20by%20level_dmg","p":121,"s":24,"h":1,"r":1,"n":"Trap Effects; Damage Severity by Level"},{"id":20123,"c":24,"u":"trap%20effects%3b%20trap%20save%20dcs%20and%20attack%20bonuses_dmg","p":121,"s":24,"h":1,"r":1,"n":"Trap Effects; Trap Save DCs and Attack Bonuses"},{"id":20124,"c":24,"u":"twists_dmg","p":80,"s":24,"h":1,"n":"Twists"},{"id":20125,"c":24,"u":"undersea%20encounters_dmg","p":116,"s":24,"h":1,"n":"Undersea Encounters"},{"id":20126,"c":24,"u":"underwater%20encounter%20distance_dmg","p":117,"s":24,"h":1,"n":"Underwater Encounter Distance"},{"id":20127,"c":24,"u":"urban%20chase%20complications_dmg","p":253,"s":24,"h":1,"n":"Urban Chase Complications"},{"id":20128,"c":24,"u":"urban%20encounters_dmg","p":114,"s":24,"h":1,"n":"Urban Encounters"},{"id":20129,"c":24,"u":"using%20a%20map%3b%20map%20travel%20pace_dmg","p":242,"s":24,"h":1,"n":"Using a Map; Map Travel Pace"},{"id":20130,"c":24,"u":"variant%3a%20mixing%20potions%3b%20potion%20miscibility_dmg","p":140,"s":24,"h":1,"n":"Variant: Mixing Potions; Potion Miscibility"},{"id":20131,"c":24,"u":"variant%3a%20scroll%20mishaps%3b%20scroll%20mishap_dmg","p":140,"s":24,"h":1,"n":"Variant: Scroll Mishaps; Scroll Mishap"},{"id":20132,"c":24,"u":"variant%3a%20spell%20points%3b%20spell%20point%20cost_dmg","p":288,"s":24,"h":1,"n":"Variant: Spell Points; Spell Point Cost"},{"id":20133,"c":24,"u":"variant%3a%20spell%20points%3b%20spell%20points%20by%20level_dmg","p":288,"s":24,"h":1,"n":"Variant: Spell Points; Spell Points by Level"},{"id":20134,"c":24,"u":"villain's%20secret%20weakness%3b%20villain's%20weakness_dmg","p":96,"s":24,"h":1,"n":"Villain's Secret Weakness; Villain's Weakness"},{"id":20135,"c":24,"u":"villains%3b%20villain's%20methods_dmg","p":94,"s":24,"h":1,"n":"Villains; Villain's Methods"},{"id":20136,"c":24,"u":"villains%3b%20villain's%20scheme_dmg","p":94,"s":24,"h":1,"n":"Villains; Villain's Scheme"},{"id":20137,"c":24,"u":"weather_dmg","p":109,"s":24,"h":1,"n":"Weather"},{"id":20138,"c":24,"u":"weather%3b%20precipitation_dmg","p":109,"s":24,"h":1,"r":1,"n":"Weather; Precipitation"},{"id":20139,"c":24,"u":"weather%3b%20wind_dmg","p":109,"s":24,"h":1,"n":"Weather; Wind"},{"id":20140,"c":24,"u":"weird%20locales_dmg","p":109,"s":24,"h":1,"n":"Weird Locales"},{"id":20141,"c":24,"u":"wilderness%20chase%20complications_dmg","p":253,"s":24,"h":1,"n":"Wilderness Chase Complications"},{"id":20142,"c":24,"u":"world-shaking%20events_dmg","p":27,"s":24,"h":1,"n":"World-Shaking Events"},{"id":20143,"c":24,"u":"wuxia%20weapon%20names_dmg","p":41,"s":24,"h":1,"n":"Wuxia Weapon Names"},{"id":20144,"c":24,"u":"arms%20of%20the%20betrayers%20destruction_egw","p":274,"s":28,"h":1,"dP":1,"n":"Arms of the Betrayers Destruction"},{"id":20145,"c":24,"u":"backstory%3b%20ally%20and%20rival%20identities_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Ally and Rival Identities"},{"id":20146,"c":24,"u":"backstory%3b%20ally%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Ally Relationships"},{"id":20147,"c":24,"u":"backstory%3b%20backgrounds_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Backgrounds"},{"id":20148,"c":24,"u":"backstory%3b%20eastern%20wynandir%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Eastern Wynandir Settlements"},{"id":20149,"c":24,"u":"backstory%3b%20family%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Family Relationships"},{"id":20150,"c":24,"u":"backstory%3b%20family%20size%20(city)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Family Size (City)"},{"id":20151,"c":24,"u":"backstory%3b%20family%20size%20(village)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Family Size (Village)"},{"id":20152,"c":24,"u":"backstory%3b%20fateful%20moments_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Fateful Moments"},{"id":20153,"c":24,"u":"backstory%3b%20favorite%20foods%20(eastern%20wynandir)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Favorite Foods (Eastern Wynandir)"},{"id":20154,"c":24,"u":"backstory%3b%20favorite%20foods%20(greying%20wildlands)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Favorite Foods (Greying Wildlands)"},{"id":20155,"c":24,"u":"backstory%3b%20favorite%20foods%20(menagerie%20coast)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Favorite Foods (Menagerie Coast)"},{"id":20156,"c":24,"u":"backstory%3b%20favorite%20foods%20(western%20wynandir)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Favorite Foods (Western Wynandir)"},{"id":20157,"c":24,"u":"backstory%3b%20greying%20wildlands%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Greying Wildlands Settlements"},{"id":20158,"c":24,"u":"backstory%3b%20homelands_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Homelands"},{"id":20159,"c":24,"u":"backstory%3b%20marrow%20valley%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Marrow Valley Settlements"},{"id":20160,"c":24,"u":"backstory%3b%20menagerie%20coast%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Menagerie Coast Settlements"},{"id":20161,"c":24,"u":"backstory%3b%20mysterious%20secrets_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Mysterious Secrets"},{"id":20162,"c":24,"u":"backstory%3b%20rival%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Rival Relationships"},{"id":20163,"c":24,"u":"backstory%3b%20zemni%20fields%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Zemni Fields Settlements"},{"id":20164,"c":24,"u":"betrayer%20gods_egw","p":26,"s":28,"h":1,"dP":1,"n":"Betrayer Gods"},{"id":20165,"c":24,"u":"calendar%20and%20time%3b%20exandrian%20calendar_egw","p":8,"s":28,"h":1,"dP":1,"n":"Calendar and Time; Exandrian Calendar"},{"id":20166,"c":24,"u":"eiselcross%20encounters%3a%20levels%2011%e2%80%9316_egw","p":122,"s":28,"h":1,"dP":1,"n":"Eiselcross Encounters: Levels 11–16"},{"id":20167,"c":24,"u":"eiselcross%20encounters%3a%20levels%2017%e2%80%9320_egw","p":122,"s":28,"h":1,"dP":1,"n":"Eiselcross Encounters: Levels 17–20"},{"id":20168,"c":24,"u":"eiselcross%20encounters%3a%20levels%201%e2%80%934_egw","p":122,"s":28,"h":1,"dP":1,"n":"Eiselcross Encounters: Levels 1–4"},{"id":20169,"c":24,"u":"eiselcross%20encounters%3a%20levels%205%e2%80%9310_egw","p":122,"s":28,"h":1,"dP":1,"n":"Eiselcross Encounters: Levels 5–10"},{"id":20170,"c":24,"u":"heroic%20chronicle%3b%20social%20status%20relationships_egw","p":190,"s":28,"h":1,"dP":1,"n":"Heroic Chronicle; Social Status Relationships"},{"id":20171,"c":24,"u":"lesser%20idols_egw","p":30,"s":28,"h":1,"dP":1,"n":"Lesser Idols"},{"id":20172,"c":24,"u":"mutalos%20habitats_egw","p":128,"s":28,"h":1,"dP":1,"n":"Mutalos Habitats"},{"id":20173,"c":24,"u":"prime%20deities_egw","p":20,"s":28,"h":1,"dP":1,"n":"Prime Deities"},{"id":20174,"c":24,"u":"prophecy%20inspirations_egw","p":199,"s":28,"h":1,"dP":1,"n":"Prophecy Inspirations"},{"id":20175,"c":24,"u":"uncanny%20phenomena_egw","p":151,"s":28,"h":1,"dP":1,"n":"Uncanny Phenomena"},{"id":20176,"c":24,"u":"above%20and%20below%20sharn%3a%20important%20districts_erlw","p":164,"s":29,"h":1,"n":"Above and Below Sharn: Important Districts"},{"id":20177,"c":24,"u":"above%20and%20below%20sharn%3a%20noteworthy%20locations_erlw","p":175,"s":29,"h":1,"n":"Above and Below Sharn: Noteworthy Locations"},{"id":20178,"c":24,"u":"adventurers'%20guild%20contacts%3b%20guild%20contacts_erlw","p":66,"s":29,"h":1,"n":"Adventurers' Guild Contacts; Guild Contacts"},{"id":20179,"c":24,"u":"adventures%20and%20encounters%3b%20mournland%20adventure%20hooks_erlw","p":222,"s":29,"h":1,"n":"Adventures and Encounters; Mournland Adventure Hooks"},{"id":20180,"c":24,"u":"adventures%20in%20sharn%3b%20life%20in%20the%20city_erlw","p":239,"s":29,"h":1,"n":"Adventures in Sharn; Life in the City"},{"id":20181,"c":24,"u":"arcane%20workshop%20adventures_erlw","p":190,"s":29,"h":1,"n":"Arcane Workshop Adventures"},{"id":20182,"c":24,"u":"aurum%20missions_erlw","p":188,"s":29,"h":1,"n":"Aurum Missions"},{"id":20183,"c":24,"u":"aurum%20npcs_erlw","p":187,"s":29,"h":1,"n":"Aurum NPCs"},{"id":20184,"c":24,"u":"boromar%20clan%20adventure%20hooks_erlw","p":249,"s":29,"h":1,"n":"Boromar Clan Adventure Hooks"},{"id":20185,"c":24,"u":"boromar%20clan%20campaign%20themes%3b%20boromar%20clan%20assignments_erlw","p":249,"s":29,"h":1,"n":"Boromar Clan Campaign Themes; Boromar Clan Assignments"},{"id":20186,"c":24,"u":"boromar%20villains_erlw","p":247,"s":29,"h":1,"n":"Boromar Villains"},{"id":20187,"c":24,"u":"calendar%3b%20eberron%20months_erlw","p":7,"s":29,"h":1,"n":"Calendar; Eberron Months"},{"id":20188,"c":24,"u":"central%20plateau%3a%20important%20districts_erlw","p":161,"s":29,"h":1,"n":"Central Plateau: Important Districts"},{"id":20189,"c":24,"u":"central%20plateau%3a%20noteworthy%20locations_erlw","p":165,"s":29,"h":1,"n":"Central Plateau: Noteworthy Locations"},{"id":20190,"c":24,"u":"chamber%20missions_erlw","p":195,"s":29,"h":1,"n":"Chamber Missions"},{"id":20191,"c":24,"u":"chamber%20npcs_erlw","p":195,"s":29,"h":1,"n":"Chamber NPCs"},{"id":20192,"c":24,"u":"chapter%202%3a%20khorvaire%20gazeteer%20-%20faiths%20of%20khorvaire%3b%20foundation%20of%20faith_erlw","p":140,"s":29,"h":1,"n":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Foundation of Faith"},{"id":20193,"c":24,"u":"chapter%202%3a%20khorvaire%20gazeteer%20-%20faiths%20of%20khorvaire%3b%20rejection%20of%20faith_erlw","p":140,"s":29,"h":1,"n":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Rejection of Faith"},{"id":20194,"c":24,"u":"city%20government%3b%20sharn%20councilors_erlw","p":156,"s":29,"h":1,"n":"City Government; Sharn Councilors"},{"id":20195,"c":24,"u":"clientele_erlw","p":88,"s":29,"h":1,"n":"Clientele"},{"id":20196,"c":24,"u":"cog%20hub%20adventures_erlw","p":250,"s":29,"h":1,"n":"Cog Hub Adventures"},{"id":20197,"c":24,"u":"communication%20and%20security%20services_erlw","p":10,"s":29,"h":1,"n":"Communication and Security Services"},{"id":20198,"c":24,"u":"creating%20common%20magic%20items_erlw","p":281,"s":29,"h":1,"n":"Creating Common Magic Items"},{"id":20199,"c":24,"u":"creatures%20of%20the%20mournland%3b%20monstrous%20mutations_erlw","p":219,"s":29,"h":1,"n":"Creatures of the Mournland; Monstrous Mutations"},{"id":20200,"c":24,"u":"crime%20in%20sharn%3b%20criminal%20organizations%20in%20sharn_erlw","p":245,"s":29,"h":1,"n":"Crime in Sharn; Criminal Organizations in Sharn"},{"id":20201,"c":24,"u":"crime%20in%20sharn%3b%20street%20gangs_erlw","p":245,"s":29,"h":1,"n":"Crime in Sharn; Street Gangs"},{"id":20202,"c":24,"u":"crime%20syndicate%20contacts%3b%20syndicate%20contact_erlw","p":71,"s":29,"h":1,"n":"Crime Syndicate Contacts; Syndicate Contact"},{"id":20203,"c":24,"u":"cult%20adventures%3b%20cult%20adventure%20hooks_erlw","p":189,"s":29,"h":1,"n":"Cult Adventures; Cult Adventure Hooks"},{"id":20204,"c":24,"u":"cults%20of%20the%20dragon%20below_erlw","p":188,"s":29,"h":1,"n":"Cults of the Dragon Below"},{"id":20205,"c":24,"u":"cults%20of%20the%20dragon%20below%20npcs%3b%20cult%20npcs_erlw","p":189,"s":29,"h":1,"n":"Cults of the Dragon Below NPCs; Cult NPCs"},{"id":20206,"c":24,"u":"customizing%20a%20living%20spell%3b%20living%20spell%20customization_erlw","p":283,"s":29,"h":1,"n":"Customizing a Living Spell; Living Spell Customization"},{"id":20207,"c":24,"u":"daanvi%2c%20the%20perfect%20order%3b%20daanvi%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"n":"Daanvi, the Perfect Order; Daanvi Manifest Zone Features"},{"id":20208,"c":24,"u":"daask%20adventure%20hooks_erlw","p":252,"s":29,"h":1,"n":"Daask Adventure Hooks"},{"id":20209,"c":24,"u":"daask%20assignments_erlw","p":252,"s":29,"h":1,"n":"Daask Assignments"},{"id":20210,"c":24,"u":"daask%20contacts_erlw","p":179,"s":29,"h":1,"n":"Daask Contacts"},{"id":20211,"c":24,"u":"daask%20villains_erlw","p":250,"s":29,"h":1,"n":"Daask Villains"},{"id":20212,"c":24,"u":"daelkyr%20modifications_erlw","p":284,"s":29,"h":1,"n":"Daelkyr Modifications"},{"id":20213,"c":24,"u":"defining%20mission_erlw","p":90,"s":29,"h":1,"n":"Defining Mission"},{"id":20214,"c":24,"u":"deities%20of%20eberron%3b%201_erlw","p":141,"s":29,"h":1,"n":"Deities of Eberron; 1"},{"id":20215,"c":24,"u":"deities%20of%20eberron%3b%202_erlw","p":141,"s":29,"h":1,"n":"Deities of Eberron; 2"},{"id":20216,"c":24,"u":"deities%20of%20eberron%3b%203_erlw","p":141,"s":29,"h":1,"n":"Deities of Eberron; 3"},{"id":20217,"c":24,"u":"demon%20ruin%20adventures_erlw","p":215,"s":29,"h":1,"n":"Demon Ruin Adventures"},{"id":20218,"c":24,"u":"dhakaani%20fort%20adventures_erlw","p":205,"s":29,"h":1,"n":"Dhakaani Fort Adventures"},{"id":20219,"c":24,"u":"dolurrh%2c%20the%20realm%20of%20the%20dead%3b%20dolurrh%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"n":"Dolurrh, the Realm of the Dead; Dolurrh Manifest Zone Features"},{"id":20220,"c":24,"u":"dragonmark%20appearance%3b%20dragonmark%20quirks_erlw","p":38,"s":29,"h":1,"n":"Dragonmark Appearance; Dragonmark Quirks"},{"id":20221,"c":24,"u":"dragonmarked%20house%20adventure%20hooks_erlw","p":192,"s":29,"h":1,"n":"Dragonmarked House Adventure Hooks"},{"id":20222,"c":24,"u":"dragonmarked%20house%20contacts%3b%20house%20contacts_erlw","p":73,"s":29,"h":1,"n":"Dragonmarked House Contacts; House Contacts"},{"id":20223,"c":24,"u":"dragonmarked%20npcs_erlw","p":190,"s":29,"h":1,"n":"Dragonmarked NPCs"},{"id":20224,"c":24,"u":"dragonmarks%20and%20their%20houses_erlw","p":37,"s":29,"h":1,"n":"Dragonmarks and Their Houses"},{"id":20225,"c":24,"u":"dreaming%20dark%20adventure%20hooks_erlw","p":197,"s":29,"h":1,"n":"Dreaming Dark Adventure Hooks"},{"id":20226,"c":24,"u":"dreaming%20dark%20npcs_erlw","p":197,"s":29,"h":1,"n":"Dreaming Dark NPCs"},{"id":20227,"c":24,"u":"driving%20forces%3b%20villain%20you%20don't%20understand_erlw","p":185,"s":29,"h":1,"n":"Driving Forces; Villain You Don't Understand"},{"id":20228,"c":24,"u":"droaam%20adventure%20hooks_erlw","p":201,"s":29,"h":1,"n":"Droaam Adventure Hooks"},{"id":20229,"c":24,"u":"dura%20quarter%3a%20important%20districts_erlw","p":162,"s":29,"h":1,"n":"Dura Quarter: Important Districts"},{"id":20230,"c":24,"u":"dura%20quarter%3a%20noteworthy%20locations_erlw","p":166,"s":29,"h":1,"n":"Dura Quarter: Noteworthy Locations"},{"id":20231,"c":24,"u":"dwarves%20of%20the%20mror%20holds%3b%20leaving%20the%20mror%20holds_erlw","p":19,"s":29,"h":1,"n":"Dwarves of the Mror Holds; Leaving the Mror Holds"},{"id":20232,"c":24,"u":"eberron%20crafting%20complications_erlw","p":281,"s":29,"h":1,"n":"Eberron Crafting Complications"},{"id":20233,"c":24,"u":"emerald%20claw%20adventure%20hooks_erlw","p":226,"s":29,"h":1,"n":"Emerald Claw Adventure Hooks"},{"id":20234,"c":24,"u":"encounters%20and%20trinkets%3b%20mournland%20encounters_erlw","p":222,"s":29,"h":1,"n":"Encounters and Trinkets; Mournland Encounters"},{"id":20235,"c":24,"u":"espionage%20agency%20contacts%3b%20agency%20contacts_erlw","p":78,"s":29,"h":1,"n":"Espionage Agency Contacts; Agency Contacts"},{"id":20236,"c":24,"u":"everyday%20impact_erlw","p":208,"s":29,"h":1,"n":"Everyday Impact"},{"id":20237,"c":24,"u":"everyone%20has%20regrets%3b%20regrets_erlw","p":8,"s":29,"h":1,"n":"Everyone Has Regrets; Regrets"},{"id":20238,"c":24,"u":"exotic%20languages%20of%20eberron_erlw","p":6,"s":29,"h":1,"n":"Exotic Languages of Eberron"},{"id":20239,"c":24,"u":"famous%20story_erlw","p":94,"s":29,"h":1,"n":"Famous Story"},{"id":20240,"c":24,"u":"fernia%2c%20the%20sea%20of%20fire%3b%20fernia%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"n":"Fernia, the Sea of Fire; Fernia Manifest Zone Features"},{"id":20241,"c":24,"u":"fortified%20outpost%20adventures_erlw","p":211,"s":29,"h":1,"n":"Fortified Outpost Adventures"},{"id":20242,"c":24,"u":"gatekeeper%20adventure%20hooks_erlw","p":204,"s":29,"h":1,"n":"Gatekeeper Adventure Hooks"},{"id":20243,"c":24,"u":"gatekeeper%20npcs_erlw","p":202,"s":29,"h":1,"n":"Gatekeeper NPCs"},{"id":20244,"c":24,"u":"gatekeeper%20seal%20adventures_erlw","p":202,"s":29,"h":1,"n":"Gatekeeper Seal Adventures"},{"id":20245,"c":24,"u":"general%20house%20missions_erlw","p":72,"s":29,"h":1,"n":"General House Missions"},{"id":20246,"c":24,"u":"gnomes%20of%20zilargo%3b%20zil%20schemes_erlw","p":23,"s":29,"h":1,"n":"Gnomes of Zilargo; Zil Schemes"},{"id":20247,"c":24,"u":"goblinoid%20npcs_erlw","p":205,"s":29,"h":1,"n":"Goblinoid NPCs"},{"id":20248,"c":24,"u":"group%20infamy_erlw","p":70,"s":29,"h":1,"n":"Group Infamy"},{"id":20249,"c":24,"u":"guild%20adventures_erlw","p":67,"s":29,"h":1,"n":"Guild Adventures"},{"id":20250,"c":24,"u":"head%20of%20state%20contacts%3b%20state%20contacts_erlw","p":81,"s":29,"h":1,"n":"Head of State Contacts; State Contacts"},{"id":20251,"c":24,"u":"heirs%20of%20dhakaan%20adventure%20hooks_erlw","p":206,"s":29,"h":1,"n":"Heirs of Dhakaan Adventure Hooks"},{"id":20252,"c":24,"u":"hierarchy%3b%20order%20reputation_erlw","p":97,"s":29,"h":1,"n":"Hierarchy; Order Reputation"},{"id":20253,"c":24,"u":"house%20missions_erlw","p":72,"s":29,"h":1,"n":"House Missions"},{"id":20254,"c":24,"u":"house%20status%3b%20group%20status_erlw","p":73,"s":29,"h":1,"n":"House Status; Group Status"},{"id":20255,"c":24,"u":"house%20tarkanan%20adventure%20hooks_erlw","p":254,"s":29,"h":1,"n":"House Tarkanan Adventure Hooks"},{"id":20256,"c":24,"u":"house%20tarkanan%20assignments_erlw","p":253,"s":29,"h":1,"n":"House Tarkanan Assignments"},{"id":20257,"c":24,"u":"house%20tarkanan%20villains_erlw","p":253,"s":29,"h":1,"n":"House Tarkanan Villains"},{"id":20258,"c":24,"u":"house%20tarkanan%3b%20tarkanan%20contacts_erlw","p":179,"s":29,"h":1,"n":"House Tarkanan; Tarkanan Contacts"},{"id":20259,"c":24,"u":"humans%3b%20human%20origins_erlw","p":29,"s":29,"h":1,"n":"Humans; Human Origins"},{"id":20260,"c":24,"u":"immortal%20contacts%3b%20immortal%20communication_erlw","p":84,"s":29,"h":1,"n":"Immortal Contacts; Immortal Communication"},{"id":20261,"c":24,"u":"inn%20attractions_erlw","p":239,"s":29,"h":1,"n":"Inn Attractions"},{"id":20262,"c":24,"u":"irian%2c%20the%20eternal%20dawn%3b%20irian%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"n":"Irian, the Eternal Dawn; Irian Manifest Zone Features"},{"id":20263,"c":24,"u":"keeping%20the%20action%20going%3b%20new%20development_erlw","p":186,"s":29,"h":1,"n":"Keeping the Action Going; New Development"},{"id":20264,"c":24,"u":"khoravar%20origin_erlw","p":26,"s":29,"h":1,"n":"Khoravar Origin"},{"id":20265,"c":24,"u":"kicking%20off%20the%20action%3b%20story%20kickoff_erlw","p":186,"s":29,"h":1,"n":"Kicking Off the Action; Story Kickoff"},{"id":20266,"c":24,"u":"kythri%2c%20the%20churning%20chaos%3b%20kythri%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"n":"Kythri, the Churning Chaos; Kythri Manifest Zone Features"},{"id":20267,"c":24,"u":"lamannia%2c%20the%20twilight%20forest%3b%20lamannia%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"n":"Lamannia, the Twilight Forest; Lamannia Manifest Zone Features"},{"id":20268,"c":24,"u":"library%20vault%20adventures_erlw","p":226,"s":29,"h":1,"n":"Library Vault Adventures"},{"id":20269,"c":24,"u":"lord%20of%20blades%20adventure%20hooks_erlw","p":214,"s":29,"h":1,"n":"Lord of Blades Adventure Hooks"},{"id":20270,"c":24,"u":"lord%20of%20blades%20npcs_erlw","p":214,"s":29,"h":1,"n":"Lord of Blades NPCs"},{"id":20271,"c":24,"u":"lords%20of%20dust%20adventure%20hooks_erlw","p":217,"s":29,"h":1,"n":"Lords of Dust Adventure Hooks"},{"id":20272,"c":24,"u":"lords%20of%20dust%20npcs_erlw","p":215,"s":29,"h":1,"n":"Lords of Dust NPCs"},{"id":20273,"c":24,"u":"mabar%2c%20the%20endless%20night%3b%20mabar%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"n":"Mabar, the Endless Night; Mabar Manifest Zone Features"},{"id":20274,"c":24,"u":"magical%20effects%3b%20environmental%20effects_erlw","p":220,"s":29,"h":1,"n":"Magical Effects; Environmental Effects"},{"id":20275,"c":24,"u":"medicine%3b%20healing%20services_erlw","p":10,"s":29,"h":1,"n":"Medicine; Healing Services"},{"id":20276,"c":24,"u":"memorable%20mission_erlw","p":78,"s":29,"h":1,"n":"Memorable Mission"},{"id":20277,"c":24,"u":"menthis%20plateau%3a%20important%20districts_erlw","p":162,"s":29,"h":1,"n":"Menthis Plateau: Important Districts"},{"id":20278,"c":24,"u":"menthis%20plateau%3a%20noteworthy%20locations_erlw","p":169,"s":29,"h":1,"n":"Menthis Plateau: Noteworthy Locations"},{"id":20279,"c":24,"u":"middle%20dura%3b%20bazaar%20merchants_erlw","p":167,"s":29,"h":1,"n":"Middle Dura; Bazaar Merchants"},{"id":20280,"c":24,"u":"military%20contacts%3b%20commanding%20officer_erlw","p":91,"s":29,"h":1,"n":"Military Contacts; Commanding Officer"},{"id":20281,"c":24,"u":"military%20missions_erlw","p":90,"s":29,"h":1,"n":"Military Missions"},{"id":20282,"c":24,"u":"mournland%20villains_erlw","p":222,"s":29,"h":1,"n":"Mournland Villains"},{"id":20283,"c":24,"u":"mysterious%20passengers_erlw","p":238,"s":29,"h":1,"n":"Mysterious Passengers"},{"id":20284,"c":24,"u":"national%20affairs%3b%20cyran%20affairs_erlw","p":81,"s":29,"h":1,"n":"National Affairs; Cyran Affairs"},{"id":20285,"c":24,"u":"nemesis_erlw","p":91,"s":29,"h":1,"n":"Nemesis"},{"id":20286,"c":24,"u":"newspaper%20contact_erlw","p":95,"s":29,"h":1,"n":"Newspaper Contact"},{"id":20287,"c":24,"u":"northedge%20quarter%3a%20important%20districts_erlw","p":163,"s":29,"h":1,"n":"Northedge Quarter: Important Districts"},{"id":20288,"c":24,"u":"northedge%20quarter%3a%20noteworthy%20locations_erlw","p":171,"s":29,"h":1,"n":"Northedge Quarter: Noteworthy Locations"},{"id":20289,"c":24,"u":"official%20status%3b%20state%20status_erlw","p":81,"s":29,"h":1,"n":"Official Status; State Status"},{"id":20290,"c":24,"u":"orcs%20of%20the%20shadow%20marches%3b%20leaving%20the%20shadow%20marches_erlw","p":31,"s":29,"h":1,"n":"Orcs of the Shadow Marches; Leaving the Shadow Marches"},{"id":20291,"c":24,"u":"order%20of%20the%20emerald%20claw%20npcs%3b%20emerald%20claw%20npcs_erlw","p":226,"s":29,"h":1,"n":"Order of the Emerald Claw NPCs; Emerald Claw NPCs"},{"id":20292,"c":24,"u":"other%20heads%20of%20state%3b%20heads%20of%20state_erlw","p":82,"s":29,"h":1,"n":"Other Heads of State; Heads of State"},{"id":20293,"c":24,"u":"patron%20benefits%3b%20contacts_erlw","p":86,"s":29,"h":1,"n":"Patron Benefits; Contacts"},{"id":20294,"c":24,"u":"patrons%20in%20eberron%3b%20patrons_erlw","p":65,"s":29,"h":1,"n":"Patrons in Eberron; Patrons"},{"id":20295,"c":24,"u":"personal%20impact_erlw","p":206,"s":29,"h":1,"n":"Personal Impact"},{"id":20296,"c":24,"u":"planar%20observatory%20adventures_erlw","p":193,"s":29,"h":1,"n":"Planar Observatory Adventures"},{"id":20297,"c":24,"u":"religious%20order%20contacts%3b%20order%20contact_erlw","p":97,"s":29,"h":1,"n":"Religious Order Contacts; Order Contact"},{"id":20298,"c":24,"u":"reporting%20repercussions%3b%20story%20aftermath_erlw","p":95,"s":29,"h":1,"n":"Reporting Repercussions; Story Aftermath"},{"id":20299,"c":24,"u":"risia%2c%20the%20plain%20of%20ice%3b%20risia%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"n":"Risia, the Plain of Ice; Risia Manifest Zone Features"},{"id":20300,"c":24,"u":"rival%20outfit%3b%20group%20rivals_erlw","p":70,"s":29,"h":1,"n":"Rival Outfit; Group Rivals"},{"id":20301,"c":24,"u":"ruined%20dhakaani%20fort%20adventures%3b%20ruined%20fort%20adventures_erlw","p":199,"s":29,"h":1,"n":"Ruined Dhakaani Fort Adventures; Ruined Fort Adventures"},{"id":20302,"c":24,"u":"scholarly%20missions_erlw","p":100,"s":29,"h":1,"n":"Scholarly Missions"},{"id":20303,"c":24,"u":"scholarly%20standing_erlw","p":100,"s":29,"h":1,"n":"Scholarly Standing"},{"id":20304,"c":24,"u":"secrets_erlw","p":78,"s":29,"h":1,"n":"Secrets"},{"id":20305,"c":24,"u":"serving%20an%20immortal%3b%20immortal%20missions_erlw","p":84,"s":29,"h":1,"n":"Serving an Immortal; Immortal Missions"},{"id":20306,"c":24,"u":"serving%20the%20order%3b%20religious%20service_erlw","p":97,"s":29,"h":1,"n":"Serving the Order; Religious Service"},{"id":20307,"c":24,"u":"setting%20the%20stage%3b%20story%20opening_erlw","p":186,"s":29,"h":1,"n":"Setting the Stage; Story Opening"},{"id":20308,"c":24,"u":"shades%20of%20evil%3b%20morally%20ambiguous%20villains_erlw","p":184,"s":29,"h":1,"n":"Shades of Evil; Morally Ambiguous Villains"},{"id":20309,"c":24,"u":"shady%20nightclub%20adventures_erlw","p":247,"s":29,"h":1,"n":"Shady Nightclub Adventures"},{"id":20310,"c":24,"u":"sharn%20heights%20adventures_erlw","p":244,"s":29,"h":1,"n":"Sharn Heights Adventures"},{"id":20311,"c":24,"u":"sharn%20watch%20adventure%20hooks_erlw","p":259,"s":29,"h":1,"n":"Sharn Watch Adventure Hooks"},{"id":20312,"c":24,"u":"sharn%20watch%20assignments_erlw","p":258,"s":29,"h":1,"n":"Sharn Watch Assignments"},{"id":20313,"c":24,"u":"sharn%20watch%20personalities_erlw","p":257,"s":29,"h":1,"n":"Sharn Watch Personalities"},{"id":20314,"c":24,"u":"sharn%20watch%20races_erlw","p":257,"s":29,"h":1,"n":"Sharn Watch Races"},{"id":20315,"c":24,"u":"sharn%20watch%20villains_erlw","p":258,"s":29,"h":1,"n":"Sharn Watch Villains"},{"id":20316,"c":24,"u":"shavarath%2c%20the%20battleground%3b%20shavarath%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"n":"Shavarath, the Battleground; Shavarath Manifest Zone Features"},{"id":20317,"c":24,"u":"signature%20case_erlw","p":87,"s":29,"h":1,"n":"Signature Case"},{"id":20318,"c":24,"u":"spellcasting%20services%3b%20magewright%20casting%20fees_erlw","p":153,"s":29,"h":1,"n":"Spellcasting Services; Magewright Casting Fees"},{"id":20319,"c":24,"u":"standard%20languages%20of%20eberron_erlw","p":6,"s":29,"h":1,"n":"Standard Languages of Eberron"},{"id":20320,"c":24,"u":"syrania%2c%20the%20azure%20sky%3b%20syrania%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"n":"Syrania, the Azure Sky; Syrania Manifest Zone Features"},{"id":20321,"c":24,"u":"talenta%20halflings%3b%20halfling%20quirks_erlw","p":27,"s":29,"h":1,"n":"Talenta Halflings; Halfling Quirks"},{"id":20322,"c":24,"u":"tavick's%20landing%3a%20important%20districts_erlw","p":164,"s":29,"h":1,"n":"Tavick's Landing: Important Districts"},{"id":20323,"c":24,"u":"tavick's%20landing%3a%20noteworthy%20locations_erlw","p":172,"s":29,"h":1,"n":"Tavick's Landing: Noteworthy Locations"},{"id":20324,"c":24,"u":"the%20boromar%20clan%3b%20boromar%20contacts_erlw","p":179,"s":29,"h":1,"n":"The Boromar Clan; Boromar Contacts"},{"id":20325,"c":24,"u":"the%20plot%20thickens_erlw","p":186,"s":29,"h":1,"n":"The Plot Thickens"},{"id":20326,"c":24,"u":"the%20role%20of%20dreams%3b%20dream%20adventures_erlw","p":196,"s":29,"h":1,"n":"The Role of Dreams; Dream Adventures"},{"id":20327,"c":24,"u":"the%20tyrants%3b%20tyrants%20contacts_erlw","p":180,"s":29,"h":1,"n":"The Tyrants; Tyrants Contacts"},{"id":20328,"c":24,"u":"the%20villain%20you%20know%3b%20villain%20you%20know_erlw","p":184,"s":29,"h":1,"n":"The Villain You Know; Villain You Know"},{"id":20329,"c":24,"u":"thelanis%2c%20the%20faerie%20court%3b%20thelanis%20manifest%20zone%20features_erlw","p":232,"s":29,"h":1,"n":"Thelanis, the Faerie Court; Thelanis Manifest Zone Features"},{"id":20330,"c":24,"u":"transportation%3b%20travel%20services_erlw","p":11,"s":29,"h":1,"n":"Transportation; Travel Services"},{"id":20331,"c":24,"u":"types%20of%20crime%3b%20syndicate%20crimes_erlw","p":70,"s":29,"h":1,"n":"Types of Crime; Syndicate Crimes"},{"id":20332,"c":24,"u":"types%20of%20espionage%3b%20espionage%20missions_erlw","p":78,"s":29,"h":1,"n":"Types of Espionage; Espionage Missions"},{"id":20333,"c":24,"u":"types%20of%20inquisitive%20work%3b%20investigative%20expertise_erlw","p":87,"s":29,"h":1,"n":"Types of Inquisitive Work; Investigative Expertise"},{"id":20334,"c":24,"u":"types%20of%20reporting%3b%20journalistic%20focus_erlw","p":94,"s":29,"h":1,"n":"Types of Reporting; Journalistic Focus"},{"id":20335,"c":24,"u":"tyrants%20adventure%20hooks_erlw","p":255,"s":29,"h":1,"n":"Tyrants Adventure Hooks"},{"id":20336,"c":24,"u":"tyrants%20campaign%20themes%3b%20tyrants%20assignments_erlw","p":255,"s":29,"h":1,"n":"Tyrants Campaign Themes; Tyrants Assignments"},{"id":20337,"c":24,"u":"tyrants%20villains_erlw","p":255,"s":29,"h":1,"n":"Tyrants Villains"},{"id":20338,"c":24,"u":"university%20contact_erlw","p":101,"s":29,"h":1,"n":"University Contact"},{"id":20339,"c":24,"u":"unusual%20locations_erlw","p":219,"s":29,"h":1,"n":"Unusual Locations"},{"id":20340,"c":24,"u":"war-torn%20survivor%3b%20war-torn%20villains_erlw","p":209,"s":29,"h":1,"n":"War-Torn Survivor; War-Torn Villains"},{"id":20341,"c":24,"u":"warforged%20ossuary%20adventures_erlw","p":212,"s":29,"h":1,"n":"Warforged Ossuary Adventures"},{"id":20342,"c":24,"u":"watch%20station%20adventures_erlw","p":258,"s":29,"h":1,"n":"Watch Station Adventures"},{"id":20343,"c":24,"u":"watch%20your%20step!%3b%20falling%20in%20sharn_erlw","p":152,"s":29,"h":1,"n":"Watch Your Step!; Falling in Sharn"},{"id":20344,"c":24,"u":"what%20happens%20next%3f%3b%20home%20base_erlw","p":240,"s":29,"h":1,"n":"What Happens Next?; Home Base"},{"id":20345,"c":24,"u":"what%20happens%20next%3f%3b%20lower%20sharn%20street%20events_erlw","p":240,"s":29,"h":1,"n":"What Happens Next?; Lower Sharn Street Events"},{"id":20346,"c":24,"u":"what%20happens%20next%3f%3b%20skyway%20street%20events_erlw","p":240,"s":29,"h":1,"n":"What Happens Next?; Skyway Street Events"},{"id":20347,"c":24,"u":"what%20happens%20next%3f%3b%20upper%20sharn%20street%20events_erlw","p":240,"s":29,"h":1,"n":"What Happens Next?; Upper Sharn Street Events"},{"id":20348,"c":24,"u":"what's%20on%20the%20bill%3f%3b%20shows%20in%20menthis_erlw","p":170,"s":29,"h":1,"n":"What's on the Bill?; Shows in Menthis"},{"id":20349,"c":24,"u":"why%20do%20you%20need%20200%20gold%20pieces%3f%3b%20debts_erlw","p":9,"s":29,"h":1,"n":"Why Do You Need 200 Gold Pieces?; Debts"},{"id":20350,"c":24,"u":"xoriat%2c%20the%20realm%20of%20madness%3b%20xoriat%20manifest%20zone%20features_erlw","p":232,"s":29,"h":1,"n":"Xoriat, the Realm of Madness; Xoriat Manifest Zone Features"},{"id":20351,"c":24,"u":"arrester%20station%20adventures_ggr","p":129,"s":31,"h":1,"n":"Arrester Station Adventures"},{"id":20352,"c":24,"u":"azorius%20character%20goals%3b%20azorius%20assignments_ggr","p":131,"s":31,"h":1,"n":"Azorius Character Goals; Azorius Assignments"},{"id":20353,"c":24,"u":"azorius%20creatures_ggr","p":183,"s":31,"h":1,"n":"Azorius Creatures"},{"id":20354,"c":24,"u":"azorius%20items_ggr","p":175,"s":31,"h":1,"n":"Azorius Items"},{"id":20355,"c":24,"u":"azorius%20npcs_ggr","p":226,"s":31,"h":1,"n":"Azorius NPCs"},{"id":20356,"c":24,"u":"azorius%20villains_ggr","p":129,"s":31,"h":1,"n":"Azorius Villains"},{"id":20357,"c":24,"u":"barbarian_ggr","p":23,"s":31,"h":1,"n":"Barbarian"},{"id":20358,"c":24,"u":"bard_ggr","p":23,"s":31,"h":1,"n":"Bard"},{"id":20359,"c":24,"u":"boros%20character%20goals%3b%20boros%20assignments_ggr","p":133,"s":31,"h":1,"n":"Boros Character Goals; Boros Assignments"},{"id":20360,"c":24,"u":"boros%20creatures_ggr","p":183,"s":31,"h":1,"n":"Boros Creatures"},{"id":20361,"c":24,"u":"boros%20items_ggr","p":175,"s":31,"h":1,"n":"Boros Items"},{"id":20362,"c":24,"u":"boros%20npcs_ggr","p":229,"s":31,"h":1,"n":"Boros NPCs"},{"id":20363,"c":24,"u":"boros%20villains_ggr","p":132,"s":31,"h":1,"n":"Boros Villains"},{"id":20364,"c":24,"u":"building%20a%20party%3b%20common%20cause_ggr","p":11,"s":31,"h":1,"n":"Building a Party; Common Cause"},{"id":20365,"c":24,"u":"building%20a%20party%3b%20party%20makeup_ggr","p":11,"s":31,"h":1,"n":"Building a Party; Party Makeup"},{"id":20366,"c":24,"u":"cleric_ggr","p":23,"s":31,"h":1,"n":"Cleric"},{"id":20367,"c":24,"u":"comforts%20of%20civilization%3b%20cosmopolitan%20conveniences_ggr","p":9,"s":31,"h":1,"n":"Comforts of Civilization; Cosmopolitan Conveniences"},{"id":20368,"c":24,"u":"complications%3b%20secondary%20guild%20role_ggr","p":127,"s":31,"h":1,"n":"Complications; Secondary Guild Role"},{"id":20369,"c":24,"u":"currency%3a%20zibs%20and%20zinos%3b%20ravnica%20currency_ggr","p":9,"s":31,"h":1,"n":"Currency: Zibs and Zinos; Ravnica Currency"},{"id":20370,"c":24,"u":"dimir%20character%20goals%3b%20dimir%20assignments_ggr","p":137,"s":31,"h":1,"n":"Dimir Character Goals; Dimir Assignments"},{"id":20371,"c":24,"u":"dimir%20creatures_ggr","p":184,"s":31,"h":1,"n":"Dimir Creatures"},{"id":20372,"c":24,"u":"dimir%20items_ggr","p":175,"s":31,"h":1,"n":"Dimir Items"},{"id":20373,"c":24,"u":"dimir%20npcs_ggr","p":232,"s":31,"h":1,"n":"Dimir NPCs"},{"id":20374,"c":24,"u":"dimir%20villains_ggr","p":135,"s":31,"h":1,"n":"Dimir Villains"},{"id":20375,"c":24,"u":"disaster%20guilds_ggr","p":125,"s":31,"h":1,"n":"Disaster Guilds"},{"id":20376,"c":24,"u":"druid_ggr","p":23,"s":31,"h":1,"n":"Druid"},{"id":20377,"c":24,"u":"dungeon%20delve%20guilds_ggr","p":124,"s":31,"h":1,"n":"Dungeon Delve Guilds"},{"id":20378,"c":24,"u":"experimental%20workshop%20adventures_ggr","p":144,"s":31,"h":1,"n":"Experimental Workshop Adventures"},{"id":20379,"c":24,"u":"experimental%20workshop%20map%3b%20bizarre%20magical%20effects_ggr","p":144,"s":31,"h":1,"n":"Experimental Workshop Map; Bizarre Magical Effects"},{"id":20380,"c":24,"u":"fighter_ggr","p":24,"s":31,"h":1,"n":"Fighter"},{"id":20381,"c":24,"u":"golgari%20character%20goals%3b%20golgari%20assignments_ggr","p":140,"s":31,"h":1,"n":"Golgari Character Goals; Golgari Assignments"},{"id":20382,"c":24,"u":"golgari%20creatures_ggr","p":184,"s":31,"h":1,"n":"Golgari Creatures"},{"id":20383,"c":24,"u":"golgari%20items_ggr","p":175,"s":31,"h":1,"n":"Golgari Items"},{"id":20384,"c":24,"u":"golgari%20npcs_ggr","p":234,"s":31,"h":1,"n":"Golgari NPCs"},{"id":20385,"c":24,"u":"golgari%20villains_ggr","p":138,"s":31,"h":1,"n":"Golgari Villains"},{"id":20386,"c":24,"u":"grand%20basilica%20adventures_ggr","p":147,"s":31,"h":1,"n":"Grand Basilica Adventures"},{"id":20387,"c":24,"u":"growth%20chamber%20adventures_ggr","p":156,"s":31,"h":1,"n":"Growth Chamber Adventures"},{"id":20388,"c":24,"u":"gruul%20character%20goals%3b%20gruul%20assignments_ggr","p":143,"s":31,"h":1,"n":"Gruul Character Goals; Gruul Assignments"},{"id":20389,"c":24,"u":"gruul%20creatures_ggr","p":185,"s":31,"h":1,"n":"Gruul Creatures"},{"id":20390,"c":24,"u":"gruul%20items_ggr","p":175,"s":31,"h":1,"n":"Gruul Items"},{"id":20391,"c":24,"u":"gruul%20npcs_ggr","p":237,"s":31,"h":1,"n":"Gruul NPCs"},{"id":20392,"c":24,"u":"gruul%20villains_ggr","p":141,"s":31,"h":1,"n":"Gruul Villains"},{"id":20393,"c":24,"u":"guild%20character%20objectives_ggr","p":124,"s":31,"h":1,"n":"Guild Character Objectives"},{"id":20394,"c":24,"u":"guild%20intrigue_ggr","p":127,"s":31,"h":1,"n":"Guild Intrigue"},{"id":20395,"c":24,"u":"guild%20locations%3b%20guild%20location%20goals_ggr","p":123,"s":31,"h":1,"n":"Guild Locations; Guild Location Goals"},{"id":20396,"c":24,"u":"guild%20villains_ggr","p":123,"s":31,"h":1,"n":"Guild Villains"},{"id":20397,"c":24,"u":"guilds%20and%20magic%20items%3b%20general%20items_ggr","p":174,"s":31,"h":1,"n":"Guilds and Magic Items; General Items"},{"id":20398,"c":24,"u":"involving%20the%20characters%3b%20cross%20purposes_ggr","p":126,"s":31,"h":1,"n":"Involving the Characters; Cross Purposes"},{"id":20399,"c":24,"u":"izzet%20character%20goals%3b%20izzet%20assignments_ggr","p":146,"s":31,"h":1,"n":"Izzet Character Goals; Izzet Assignments"},{"id":20400,"c":24,"u":"izzet%20creatures_ggr","p":185,"s":31,"h":1,"n":"Izzet Creatures"},{"id":20401,"c":24,"u":"izzet%20items_ggr","p":175,"s":31,"h":1,"n":"Izzet Items"},{"id":20402,"c":24,"u":"izzet%20npcs_ggr","p":240,"s":31,"h":1,"n":"Izzet NPCs"},{"id":20403,"c":24,"u":"izzet%20villains_ggr","p":144,"s":31,"h":1,"n":"Izzet Villains"},{"id":20404,"c":24,"u":"joining%20the%20gruul%20clans%3b%20gruul%20clan%20options_ggr","p":59,"s":31,"h":1,"n":"Joining the Gruul Clans; Gruul Clan Options"},{"id":20405,"c":24,"u":"legion%20garrison%20adventures_ggr","p":132,"s":31,"h":1,"n":"Legion Garrison Adventures"},{"id":20406,"c":24,"u":"linked%20locations%3b%20location%20connections_ggr","p":123,"s":31,"h":1,"n":"Linked Locations; Location Connections"},{"id":20407,"c":24,"u":"membership%20and%20independence_ggr","p":31,"s":31,"h":1,"n":"Membership and Independence"},{"id":20408,"c":24,"u":"monk_ggr","p":24,"s":31,"h":1,"n":"Monk"},{"id":20409,"c":24,"u":"mystery%20guilds_ggr","p":125,"s":31,"h":1,"n":"Mystery Guilds"},{"id":20410,"c":24,"u":"notorious%20nightclub%20adventures_ggr","p":150,"s":31,"h":1,"n":"Notorious Nightclub Adventures"},{"id":20411,"c":24,"u":"orzhov%20character%20goals%3b%20orzhov%20assignments_ggr","p":149,"s":31,"h":1,"n":"Orzhov Character Goals; Orzhov Assignments"},{"id":20412,"c":24,"u":"orzhov%20creatures_ggr","p":186,"s":31,"h":1,"n":"Orzhov Creatures"},{"id":20413,"c":24,"u":"orzhov%20items_ggr","p":176,"s":31,"h":1,"n":"Orzhov Items"},{"id":20414,"c":24,"u":"orzhov%20npcs_ggr","p":244,"s":31,"h":1,"n":"Orzhov NPCs"},{"id":20415,"c":24,"u":"orzhov%20villains_ggr","p":147,"s":31,"h":1,"n":"Orzhov Villains"},{"id":20416,"c":24,"u":"other%20adventure%20hooks%3b%20azorius%20adventure%20hooks_ggr","p":131,"s":31,"h":1,"n":"Other Adventure Hooks; Azorius Adventure Hooks"},{"id":20417,"c":24,"u":"other%20adventure%20hooks%3b%20boros%20adventure%20hooks_ggr","p":133,"s":31,"h":1,"n":"Other Adventure Hooks; Boros Adventure Hooks"},{"id":20418,"c":24,"u":"other%20adventure%20hooks%3b%20dimir%20adventure%20hooks_ggr","p":137,"s":31,"h":1,"n":"Other Adventure Hooks; Dimir Adventure Hooks"},{"id":20419,"c":24,"u":"other%20adventure%20hooks%3b%20golgari%20adventure%20hooks_ggr","p":140,"s":31,"h":1,"n":"Other Adventure Hooks; Golgari Adventure Hooks"},{"id":20420,"c":24,"u":"other%20adventure%20hooks%3b%20gruul%20adventure%20hooks_ggr","p":143,"s":31,"h":1,"n":"Other Adventure Hooks; Gruul Adventure Hooks"},{"id":20421,"c":24,"u":"other%20adventure%20hooks%3b%20izzet%20adventure%20hooks_ggr","p":146,"s":31,"h":1,"n":"Other Adventure Hooks; Izzet Adventure Hooks"},{"id":20422,"c":24,"u":"other%20adventure%20hooks%3b%20orzhov%20adventure%20hooks_ggr","p":149,"s":31,"h":1,"n":"Other Adventure Hooks; Orzhov Adventure Hooks"},{"id":20423,"c":24,"u":"other%20adventure%20hooks%3b%20rakdos%20adventure%20hooks_ggr","p":153,"s":31,"h":1,"n":"Other Adventure Hooks; Rakdos Adventure Hooks"},{"id":20424,"c":24,"u":"other%20adventure%20hooks%3b%20selesnya%20adventure%20hooks_ggr","p":156,"s":31,"h":1,"n":"Other Adventure Hooks; Selesnya Adventure Hooks"},{"id":20425,"c":24,"u":"other%20adventure%20hooks%3b%20simic%20adventure%20hooks_ggr","p":159,"s":31,"h":1,"n":"Other Adventure Hooks; Simic Adventure Hooks"},{"id":20426,"c":24,"u":"pack%20beasts_ggr","p":188,"s":31,"h":1,"n":"Pack Beasts"},{"id":20427,"c":24,"u":"paladin_ggr","p":24,"s":31,"h":1,"n":"Paladin"},{"id":20428,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20five_ggr","p":118,"s":31,"h":1,"n":"People on the Street—Precinct Five"},{"id":20429,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20four_ggr","p":114,"s":31,"h":1,"n":"People on the Street—Precinct Four"},{"id":20430,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20one_ggr","p":105,"s":31,"h":1,"n":"People on the Street—Precinct One"},{"id":20431,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20six_ggr","p":121,"s":31,"h":1,"n":"People on the Street—Precinct Six"},{"id":20432,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20three_ggr","p":111,"s":31,"h":1,"n":"People on the Street—Precinct Three"},{"id":20433,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20two_ggr","p":108,"s":31,"h":1,"n":"People on the Street—Precinct Two"},{"id":20434,"c":24,"u":"plots%20and%20intrigue%3b%20intrigue%20guilds_ggr","p":124,"s":31,"h":1,"n":"Plots and Intrigue; Intrigue Guilds"},{"id":20435,"c":24,"u":"protection%20guilds_ggr","p":125,"s":31,"h":1,"n":"Protection Guilds"},{"id":20436,"c":24,"u":"rakdos%20character%20goals%3b%20rakdos%20assignments_ggr","p":153,"s":31,"h":1,"n":"Rakdos Character Goals; Rakdos Assignments"},{"id":20437,"c":24,"u":"rakdos%20creatures_ggr","p":186,"s":31,"h":1,"n":"Rakdos Creatures"},{"id":20438,"c":24,"u":"rakdos%20items_ggr","p":176,"s":31,"h":1,"n":"Rakdos Items"},{"id":20439,"c":24,"u":"rakdos%20npcs_ggr","p":246,"s":31,"h":1,"n":"Rakdos NPCs"},{"id":20440,"c":24,"u":"rakdos%20villains_ggr","p":152,"s":31,"h":1,"n":"Rakdos Villains"},{"id":20441,"c":24,"u":"random%20guilds_ggr","p":6,"s":31,"h":1,"n":"Random Guilds"},{"id":20442,"c":24,"u":"random%20height%20and%20weight_ggr","p":12,"s":31,"h":1,"n":"Random Height and Weight"},{"id":20443,"c":24,"u":"ranger_ggr","p":24,"s":31,"h":1,"n":"Ranger"},{"id":20444,"c":24,"u":"ravnica's%20calendar_ggr","p":7,"s":31,"h":1,"n":"Ravnica's Calendar"},{"id":20445,"c":24,"u":"rogue_ggr","p":24,"s":31,"h":1,"n":"Rogue"},{"id":20446,"c":24,"u":"rubblebelt%20encampment%20adventures_ggr","p":141,"s":31,"h":1,"n":"Rubblebelt Encampment Adventures"},{"id":20447,"c":24,"u":"rumors%e2%80%94precinct%20five_ggr","p":118,"s":31,"h":1,"n":"Rumors—Precinct Five"},{"id":20448,"c":24,"u":"rumors%e2%80%94precinct%20four_ggr","p":114,"s":31,"h":1,"n":"Rumors—Precinct Four"},{"id":20449,"c":24,"u":"rumors%e2%80%94precinct%20one_ggr","p":105,"s":31,"h":1,"n":"Rumors—Precinct One"},{"id":20450,"c":24,"u":"rumors%e2%80%94precinct%20six_ggr","p":121,"s":31,"h":1,"n":"Rumors—Precinct Six"},{"id":20451,"c":24,"u":"rumors%e2%80%94precinct%20three_ggr","p":111,"s":31,"h":1,"n":"Rumors—Precinct Three"},{"id":20452,"c":24,"u":"rumors%e2%80%94precinct%20two_ggr","p":108,"s":31,"h":1,"n":"Rumors—Precinct Two"},{"id":20453,"c":24,"u":"safe%20house%20adventures_ggr","p":135,"s":31,"h":1,"n":"Safe House Adventures"},{"id":20454,"c":24,"u":"selesnya%20character%20goals%3b%20selesnya%20assignments_ggr","p":156,"s":31,"h":1,"n":"Selesnya Character Goals; Selesnya Assignments"},{"id":20455,"c":24,"u":"selesnya%20creatures_ggr","p":187,"s":31,"h":1,"n":"Selesnya Creatures"},{"id":20456,"c":24,"u":"selesnya%20items_ggr","p":176,"s":31,"h":1,"n":"Selesnya Items"},{"id":20457,"c":24,"u":"selesnya%20npcs_ggr","p":251,"s":31,"h":1,"n":"Selesnya NPCs"},{"id":20458,"c":24,"u":"selesnya%20villains_ggr","p":155,"s":31,"h":1,"n":"Selesnya Villains"},{"id":20459,"c":24,"u":"simic%20character%20goals%3b%20simic%20assignments_ggr","p":159,"s":31,"h":1,"n":"Simic Character Goals; Simic Assignments"},{"id":20460,"c":24,"u":"simic%20creatures_ggr","p":187,"s":31,"h":1,"n":"Simic Creatures"},{"id":20461,"c":24,"u":"simic%20items_ggr","p":176,"s":31,"h":1,"n":"Simic Items"},{"id":20462,"c":24,"u":"simic%20npcs_ggr","p":254,"s":31,"h":1,"n":"Simic NPCs"},{"id":20463,"c":24,"u":"simic%20villains_ggr","p":158,"s":31,"h":1,"n":"Simic Villains"},{"id":20464,"c":24,"u":"sorcerer_ggr","p":25,"s":31,"h":1,"n":"Sorcerer"},{"id":20465,"c":24,"u":"standard%20languages_ggr","p":9,"s":31,"h":1,"n":"Standard Languages"},{"id":20466,"c":24,"u":"undercity%20mansion%20adventures_ggr","p":138,"s":31,"h":1,"n":"Undercity Mansion Adventures"},{"id":20467,"c":24,"u":"vernadi%20center%20adventures_ggr","p":153,"s":31,"h":1,"n":"Vernadi Center Adventures"},{"id":20468,"c":24,"u":"warlock_ggr","p":25,"s":31,"h":1,"n":"Warlock"},{"id":20469,"c":24,"u":"wilderness%20guilds_ggr","p":124,"s":31,"h":1,"n":"Wilderness Guilds"},{"id":20470,"c":24,"u":"wizard_ggr","p":25,"s":31,"h":1,"n":"Wizard"},{"id":20471,"c":24,"u":"lizardfolk%20names%20%e2%80%93%20general_gos","p":64,"s":33,"h":1,"n":"Lizardfolk Names – General"},{"id":20472,"c":24,"u":"open%20water%20encounters%20(levels%2011%e2%80%9420)_gos","p":207,"s":33,"h":1,"n":"Open Water Encounters (Levels 11—20)"},{"id":20473,"c":24,"u":"open%20water%20encounters%20(levels%201%e2%80%944)_gos","p":207,"s":33,"h":1,"n":"Open Water Encounters (Levels 1—4)"},{"id":20474,"c":24,"u":"open%20water%20encounters%20(levels%205%e2%80%9410)_gos","p":207,"s":33,"h":1,"n":"Open Water Encounters (Levels 5—10)"},{"id":20475,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20cave%20encounters%20(level%201)_hwcs","p":215,"s":37,"h":1,"dP":1,"n":"Appendix E: Random Encounters; Cave Encounters (Level 1)"},{"id":20476,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20city%20encounters%20(levels%202-4)_hwcs","p":215,"s":37,"h":1,"dP":1,"n":"Appendix E: Random Encounters; City Encounters (Levels 2-4)"},{"id":20477,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20coast%20encounters%20(level%204)_hwcs","p":215,"s":37,"h":1,"dP":1,"n":"Appendix E: Random Encounters; Coast Encounters (Level 4)"},{"id":20478,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20forest%20encounters%20(level%201-2)_hwcs","p":215,"s":37,"h":1,"dP":1,"n":"Appendix E: Random Encounters; Forest Encounters (Level 1-2)"},{"id":20479,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20mountain%20encounters%20(levels%202-3)_hwcs","p":215,"s":37,"h":1,"dP":1,"n":"Appendix E: Random Encounters; Mountain Encounters (Levels 2-3)"},{"id":20480,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20scorched%20grove%20encounters%20(level%203)_hwcs","p":215,"s":37,"h":1,"dP":1,"n":"Appendix E: Random Encounters; Scorched Grove Encounters (Level 3)"},{"id":20481,"c":24,"u":"appendix%20e%3a%20random%20encounters%3b%20swamp%20encounters%20(level%201)_hwcs","p":215,"s":37,"h":1,"dP":1,"n":"Appendix E: Random Encounters; Swamp Encounters (Level 1)"},{"id":20482,"c":24,"u":"appendix%20f%3a%20what%20did%20they%20find%3f%3b%20what%20did%20they%20find%3f_hwcs","p":218,"s":37,"h":1,"dP":1,"n":"Appendix F: What did They Find?; What did They Find?"},{"id":20483,"c":24,"u":"languages%20of%20the%20wood%3b%20standard%20languages_hwcs","p":32,"s":37,"h":1,"dP":1,"n":"Languages of the Wood; Standard Languages"},{"id":20484,"c":24,"u":"random%20height%20and%20weight_hwcs","p":32,"s":37,"h":1,"dP":1,"n":"Random Height and Weight"},{"id":20485,"c":24,"u":"the%20amaranthine_hwcs","p":54,"s":37,"h":1,"dP":1,"n":"The Amaranthine"},{"id":20486,"c":24,"u":"experience%20points%20by%20challenge%20rating_mm","p":9,"s":45,"h":1,"n":"Experience Points by Challenge Rating"},{"id":20487,"c":24,"u":"hit%20points%3b%20hit%20dice%20by%20size_mm","p":7,"s":45,"h":1,"n":"Hit Points; Hit Dice by Size"},{"id":20488,"c":24,"u":"new%20action%3a%20breath%20weapon_mm","p":180,"s":45,"h":1,"n":"New Action: Breath Weapon"},{"id":20489,"c":24,"u":"resistances_mm","p":180,"s":45,"h":1,"n":"Resistances"},{"id":20490,"c":24,"u":"saving%20throws%3b%20proficiency%20bonus%20by%20challenge%20rating_mm","p":8,"s":45,"h":1,"n":"Saving Throws; Proficiency Bonus by Challenge Rating"},{"id":20491,"c":24,"u":"size%20categories_mm","p":6,"s":45,"h":1,"n":"Size Categories"},{"id":20492,"c":24,"u":"abandoned%20temple%20adventures_mot","p":146,"s":46,"h":1,"n":"Abandoned Temple Adventures"},{"id":20493,"c":24,"u":"abandoned%20temple%20condition_mot","p":146,"s":46,"h":1,"n":"Abandoned Temple Condition"},{"id":20494,"c":24,"u":"abandoned%20temple%20villains_mot","p":146,"s":46,"h":1,"n":"Abandoned Temple Villains"},{"id":20495,"c":24,"u":"agora%20adventures_mot","p":122,"s":46,"h":1,"n":"Agora Adventures"},{"id":20496,"c":24,"u":"agora%20villains_mot","p":122,"s":46,"h":1,"n":"Agora Villains"},{"id":20497,"c":24,"u":"amphitheater%20adventures_mot","p":166,"s":46,"h":1,"n":"Amphitheater Adventures"},{"id":20498,"c":24,"u":"amphitheater%20villains_mot","p":166,"s":46,"h":1,"n":"Amphitheater Villains"},{"id":20499,"c":24,"u":"arena%20adventures_mot","p":134,"s":46,"h":1,"n":"Arena Adventures"},{"id":20500,"c":24,"u":"arena%20villains_mot","p":134,"s":46,"h":1,"n":"Arena Villains"},{"id":20501,"c":24,"u":"artifacts%3b%20weapons%20of%20the%20gods%20adventures_mot","p":198,"s":46,"h":1,"n":"Artifacts; Weapons of the Gods Adventures"},{"id":20502,"c":24,"u":"athreos's%20divine%20schemes_mot","p":117,"s":46,"h":1,"n":"Athreos's Divine Schemes"},{"id":20503,"c":24,"u":"athreos's%20monsters_mot","p":116,"s":46,"h":1,"n":"Athreos's Monsters"},{"id":20504,"c":24,"u":"athreos's%20quests_mot","p":116,"s":46,"h":1,"n":"Athreos's Quests"},{"id":20505,"c":24,"u":"athreos's%20villains_mot","p":116,"s":46,"h":1,"n":"Athreos's Villains"},{"id":20506,"c":24,"u":"canyon%20shrine%20adventures_mot","p":154,"s":46,"h":1,"n":"Canyon Shrine Adventures"},{"id":20507,"c":24,"u":"canyon%20shrine%20villains_mot","p":154,"s":46,"h":1,"n":"Canyon Shrine Villains"},{"id":20508,"c":24,"u":"coastal%20temple%20adventures_mot","p":174,"s":46,"h":1,"n":"Coastal Temple Adventures"},{"id":20509,"c":24,"u":"coastal%20temple%20villains_mot","p":174,"s":46,"h":1,"n":"Coastal Temple Villains"},{"id":20510,"c":24,"u":"embarking%20on%20adventure%3b%20adventures%20at%20sea_mot","p":176,"s":46,"h":1,"n":"Embarking on Adventure; Adventures at Sea"},{"id":20511,"c":24,"u":"ephara's%20divine%20schemes_mot","p":121,"s":46,"h":1,"n":"Ephara's Divine Schemes"},{"id":20512,"c":24,"u":"ephara's%20monsters_mot","p":120,"s":46,"h":1,"n":"Ephara's Monsters"},{"id":20513,"c":24,"u":"ephara's%20quests_mot","p":120,"s":46,"h":1,"n":"Ephara's Quests"},{"id":20514,"c":24,"u":"ephara's%20villains_mot","p":120,"s":46,"h":1,"n":"Ephara's Villains"},{"id":20515,"c":24,"u":"erebos's%20divine%20schemes_mot","p":125,"s":46,"h":1,"n":"Erebos's Divine Schemes"},{"id":20516,"c":24,"u":"erebos's%20monsters_mot","p":124,"s":46,"h":1,"n":"Erebos's Monsters"},{"id":20517,"c":24,"u":"erebos's%20quests_mot","p":124,"s":46,"h":1,"n":"Erebos's Quests"},{"id":20518,"c":24,"u":"erebos's%20villains_mot","p":124,"s":46,"h":1,"n":"Erebos's Villains"},{"id":20519,"c":24,"u":"exotic%20languages_mot","p":9,"s":46,"h":1,"n":"Exotic Languages"},{"id":20520,"c":24,"u":"forest%20shrine%20adventures_mot","p":158,"s":46,"h":1,"n":"Forest Shrine Adventures"},{"id":20521,"c":24,"u":"forest%20shrine%20villains_mot","p":158,"s":46,"h":1,"n":"Forest Shrine Villains"},{"id":20522,"c":24,"u":"gifts%20of%20the%20gods%3b%20remarkable%20origins_mot","p":195,"s":46,"h":1,"n":"Gifts of the Gods; Remarkable Origins"},{"id":20523,"c":24,"u":"gods%20of%20theros_mot","p":35,"s":46,"h":1,"n":"Gods of Theros"},{"id":20524,"c":24,"u":"graveyard%20temple%20adventures_mot","p":126,"s":46,"h":1,"n":"Graveyard Temple Adventures"},{"id":20525,"c":24,"u":"graveyard%20temple%20villains_mot","p":126,"s":46,"h":1,"n":"Graveyard Temple Villains"},{"id":20526,"c":24,"u":"healing%20pools%20adventures_mot","p":162,"s":46,"h":1,"n":"Healing Pools Adventures"},{"id":20527,"c":24,"u":"healing%20pools%20villains_mot","p":162,"s":46,"h":1,"n":"Healing Pools Villains"},{"id":20528,"c":24,"u":"heliod's%20divine%20schemes_mot","p":129,"s":46,"h":1,"n":"Heliod's Divine Schemes"},{"id":20529,"c":24,"u":"heliod's%20monsters_mot","p":128,"s":46,"h":1,"n":"Heliod's Monsters"},{"id":20530,"c":24,"u":"heliod's%20quests_mot","p":128,"s":46,"h":1,"n":"Heliod's Quests"},{"id":20531,"c":24,"u":"heliod's%20villains_mot","p":128,"s":46,"h":1,"n":"Heliod's Villains"},{"id":20532,"c":24,"u":"iroas's%20divine%20schemes_mot","p":133,"s":46,"h":1,"n":"Iroas's Divine Schemes"},{"id":20533,"c":24,"u":"iroas's%20monsters_mot","p":132,"s":46,"h":1,"n":"Iroas's Monsters"},{"id":20534,"c":24,"u":"iroas's%20quests_mot","p":132,"s":46,"h":1,"n":"Iroas's Quests"},{"id":20535,"c":24,"u":"iroas's%20villains_mot","p":132,"s":46,"h":1,"n":"Iroas's Villains"},{"id":20536,"c":24,"u":"island%20environments_mot","p":177,"s":46,"h":1,"n":"Island Environments"},{"id":20537,"c":24,"u":"island%20inhabitants_mot","p":178,"s":46,"h":1,"n":"Island Inhabitants"},{"id":20538,"c":24,"u":"karametra's%20divine%20schemes_mot","p":137,"s":46,"h":1,"n":"Karametra's Divine Schemes"},{"id":20539,"c":24,"u":"karametra's%20monsters_mot","p":136,"s":46,"h":1,"n":"Karametra's Monsters"},{"id":20540,"c":24,"u":"karametra's%20quests_mot","p":136,"s":46,"h":1,"n":"Karametra's Quests"},{"id":20541,"c":24,"u":"karametra's%20villains_mot","p":136,"s":46,"h":1,"n":"Karametra's Villains"},{"id":20542,"c":24,"u":"keranos's%20divine%20schemes_mot","p":141,"s":46,"h":1,"n":"Keranos's Divine Schemes"},{"id":20543,"c":24,"u":"keranos's%20monsters_mot","p":140,"s":46,"h":1,"n":"Keranos's Monsters"},{"id":20544,"c":24,"u":"keranos's%20quests_mot","p":140,"s":46,"h":1,"n":"Keranos's Quests"},{"id":20545,"c":24,"u":"keranos's%20villains_mot","p":140,"s":46,"h":1,"n":"Keranos's Villains"},{"id":20546,"c":24,"u":"klothys's%20divine%20schemes_mot","p":145,"s":46,"h":1,"n":"Klothys's Divine Schemes"},{"id":20547,"c":24,"u":"klothys's%20monsters_mot","p":144,"s":46,"h":1,"n":"Klothys's Monsters"},{"id":20548,"c":24,"u":"klothys's%20quests_mot","p":144,"s":46,"h":1,"n":"Klothys's Quests"},{"id":20549,"c":24,"u":"klothys's%20villains_mot","p":144,"s":46,"h":1,"n":"Klothys's Villains"},{"id":20550,"c":24,"u":"kruphix's%20divine%20schemes_mot","p":149,"s":46,"h":1,"n":"Kruphix's Divine Schemes"},{"id":20551,"c":24,"u":"kruphix's%20monsters_mot","p":148,"s":46,"h":1,"n":"Kruphix's Monsters"},{"id":20552,"c":24,"u":"kruphix's%20quests_mot","p":148,"s":46,"h":1,"n":"Kruphix's Quests"},{"id":20553,"c":24,"u":"kruphix's%20villains_mot","p":148,"s":46,"h":1,"n":"Kruphix's Villains"},{"id":20554,"c":24,"u":"mogis's%20divine%20schemes_mot","p":153,"s":46,"h":1,"n":"Mogis's Divine Schemes"},{"id":20555,"c":24,"u":"mogis's%20monsters_mot","p":152,"s":46,"h":1,"n":"Mogis's Monsters"},{"id":20556,"c":24,"u":"mogis's%20quests_mot","p":152,"s":46,"h":1,"n":"Mogis's Quests"},{"id":20557,"c":24,"u":"mogis's%20villains_mot","p":152,"s":46,"h":1,"n":"Mogis's Villains"},{"id":20558,"c":24,"u":"nylea's%20divine%20schemes_mot","p":157,"s":46,"h":1,"n":"Nylea's Divine Schemes"},{"id":20559,"c":24,"u":"nylea's%20monsters_mot","p":157,"s":46,"h":1,"n":"Nylea's Monsters"},{"id":20560,"c":24,"u":"nylea's%20quests_mot","p":156,"s":46,"h":1,"n":"Nylea's Quests"},{"id":20561,"c":24,"u":"nylea's%20villains_mot","p":156,"s":46,"h":1,"n":"Nylea's Villains"},{"id":20562,"c":24,"u":"nyxborn%20creatures%3b%20nyxborn%20monster%20origin_mot","p":203,"s":46,"h":1,"n":"Nyxborn Creatures; Nyxborn Monster Origin"},{"id":20563,"c":24,"u":"nyxborn%20statistics%3b%20nyxborn%20traits_mot","p":203,"s":46,"h":1,"n":"Nyxborn Statistics; Nyxborn Traits"},{"id":20564,"c":24,"u":"omens%20of%20athreos_mot","p":111,"s":46,"h":1,"n":"Omens of Athreos"},{"id":20565,"c":24,"u":"omens%20of%20ephara_mot","p":111,"s":46,"h":1,"n":"Omens of Ephara"},{"id":20566,"c":24,"u":"omens%20of%20erebos_mot","p":111,"s":46,"h":1,"n":"Omens of Erebos"},{"id":20567,"c":24,"u":"omens%20of%20heliod_mot","p":111,"s":46,"h":1,"n":"Omens of Heliod"},{"id":20568,"c":24,"u":"omens%20of%20iroas_mot","p":111,"s":46,"h":1,"n":"Omens of Iroas"},{"id":20569,"c":24,"u":"omens%20of%20karametra_mot","p":111,"s":46,"h":1,"n":"Omens of Karametra"},{"id":20570,"c":24,"u":"omens%20of%20keranos_mot","p":111,"s":46,"h":1,"n":"Omens of Keranos"},{"id":20571,"c":24,"u":"omens%20of%20klothys_mot","p":111,"s":46,"h":1,"n":"Omens of Klothys"},{"id":20572,"c":24,"u":"omens%20of%20kruphix_mot","p":111,"s":46,"h":1,"n":"Omens of Kruphix"},{"id":20573,"c":24,"u":"omens%20of%20mogis_mot","p":111,"s":46,"h":1,"n":"Omens of Mogis"},{"id":20574,"c":24,"u":"omens%20of%20nylea_mot","p":111,"s":46,"h":1,"n":"Omens of Nylea"},{"id":20575,"c":24,"u":"omens%20of%20pharika_mot","p":111,"s":46,"h":1,"n":"Omens of Pharika"},{"id":20576,"c":24,"u":"omens%20of%20phenax_mot","p":111,"s":46,"h":1,"n":"Omens of Phenax"},{"id":20577,"c":24,"u":"omens%20of%20purphoros_mot","p":111,"s":46,"h":1,"n":"Omens of Purphoros"},{"id":20578,"c":24,"u":"omens%20of%20thassa_mot","p":111,"s":46,"h":1,"n":"Omens of Thassa"},{"id":20579,"c":24,"u":"oracular%20conflux%20adventures_mot","p":142,"s":46,"h":1,"n":"Oracular Conflux Adventures"},{"id":20580,"c":24,"u":"oracular%20conflux%20villains_mot","p":142,"s":46,"h":1,"n":"Oracular Conflux Villains"},{"id":20581,"c":24,"u":"pharika's%20divine%20schemes_mot","p":161,"s":46,"h":1,"n":"Pharika's Divine Schemes"},{"id":20582,"c":24,"u":"pharika's%20monsters_mot","p":160,"s":46,"h":1,"n":"Pharika's Monsters"},{"id":20583,"c":24,"u":"pharika's%20quests_mot","p":160,"s":46,"h":1,"n":"Pharika's Quests"},{"id":20584,"c":24,"u":"pharika's%20villains_mot","p":160,"s":46,"h":1,"n":"Pharika's Villains"},{"id":20585,"c":24,"u":"phenax's%20divine%20schemes_mot","p":165,"s":46,"h":1,"n":"Phenax's Divine Schemes"},{"id":20586,"c":24,"u":"phenax's%20monsters_mot","p":164,"s":46,"h":1,"n":"Phenax's Monsters"},{"id":20587,"c":24,"u":"phenax's%20quests_mot","p":164,"s":46,"h":1,"n":"Phenax's Quests"},{"id":20588,"c":24,"u":"phenax's%20villains_mot","p":164,"s":46,"h":1,"n":"Phenax's Villains"},{"id":20589,"c":24,"u":"purphoros's%20divine%20schemes_mot","p":169,"s":46,"h":1,"n":"Purphoros's Divine Schemes"},{"id":20590,"c":24,"u":"purphoros's%20monsters_mot","p":168,"s":46,"h":1,"n":"Purphoros's Monsters"},{"id":20591,"c":24,"u":"purphoros's%20quests_mot","p":168,"s":46,"h":1,"n":"Purphoros's Quests"},{"id":20592,"c":24,"u":"purphoros's%20villains_mot","p":168,"s":46,"h":1,"n":"Purphoros's Villains"},{"id":20593,"c":24,"u":"standard%20languages_mot","p":9,"s":46,"h":1,"n":"Standard Languages"},{"id":20594,"c":24,"u":"sun%20temple%20adventures_mot","p":130,"s":46,"h":1,"n":"Sun Temple Adventures"},{"id":20595,"c":24,"u":"sun%20temple%20villains_mot","p":130,"s":46,"h":1,"n":"Sun Temple Villains"},{"id":20596,"c":24,"u":"temple%20of%20mystery%20adventures_mot","p":150,"s":46,"h":1,"n":"Temple of Mystery Adventures"},{"id":20597,"c":24,"u":"temple%20of%20mystery%20villains_mot","p":150,"s":46,"h":1,"n":"Temple of Mystery Villains"},{"id":20598,"c":24,"u":"thassa's%20divine%20schemes_mot","p":173,"s":46,"h":1,"n":"Thassa's Divine Schemes"},{"id":20599,"c":24,"u":"thassa's%20monsters_mot","p":172,"s":46,"h":1,"n":"Thassa's Monsters"},{"id":20600,"c":24,"u":"thassa's%20quests_mot","p":172,"s":46,"h":1,"n":"Thassa's Quests"},{"id":20601,"c":24,"u":"thassa's%20villains_mot","p":172,"s":46,"h":1,"n":"Thassa's Villains"},{"id":20602,"c":24,"u":"the%20meletian%20calendar%3b%20meletian%20calendar_mot","p":85,"s":46,"h":1,"n":"The Meletian Calendar; Meletian Calendar"},{"id":20603,"c":24,"u":"underwater%20adventures_mot","p":179,"s":46,"h":1,"n":"Underwater Adventures"},{"id":20604,"c":24,"u":"underworld%20adventures_mot","p":183,"s":46,"h":1,"n":"Underworld Adventures"},{"id":20605,"c":24,"u":"underworld%20crossing%20adventures_mot","p":118,"s":46,"h":1,"n":"Underworld Crossing Adventures"},{"id":20606,"c":24,"u":"underworld%20crossings%20villains_mot","p":118,"s":46,"h":1,"n":"Underworld Crossings Villains"},{"id":20607,"c":24,"u":"volcano%20temple%20adventures_mot","p":170,"s":46,"h":1,"n":"Volcano Temple Adventures"},{"id":20608,"c":24,"u":"volcano%20temple%20villains_mot","p":170,"s":46,"h":1,"n":"Volcano Temple Villains"},{"id":20609,"c":24,"u":"watchtower%20adventures_mot","p":138,"s":46,"h":1,"n":"Watchtower Adventures"},{"id":20610,"c":24,"u":"watchtower%20villains_mot","p":138,"s":46,"h":1,"n":"Watchtower Villains"},{"id":20611,"c":24,"u":"chaotic%20planar%20encounters_mpp","p":63,"s":47,"h":1,"n":"Chaotic Planar Encounters"},{"id":20612,"c":24,"u":"evil%20planar%20encounters_mpp","p":63,"s":47,"h":1,"n":"Evil Planar Encounters"},{"id":20613,"c":24,"u":"faction%20agents%3b%20ascendant%20factions%20of%20sigil_mpp","p":53,"s":47,"h":1,"n":"Faction Agents; Ascendant Factions of Sigil"},{"id":20614,"c":24,"u":"good%20planar%20encounters_mpp","p":63,"s":47,"h":1,"n":"Good Planar Encounters"},{"id":20615,"c":24,"u":"lawful%20planar%20encounters_mpp","p":63,"s":47,"h":1,"n":"Lawful Planar Encounters"},{"id":20616,"c":24,"u":"meeting%20magic%20item%20prerequisites%3b%20stat%20blocks%20by%20challenge%20rating_mpp","p":4,"s":47,"h":1,"n":"Meeting Magic Item Prerequisites; Stat Blocks by Challenge Rating"},{"id":20617,"c":24,"u":"neutral%20planar%20encounters_mpp","p":63,"s":47,"h":1,"n":"Neutral Planar Encounters"},{"id":20618,"c":24,"u":"outlands%20aberrations_mpp","p":11,"s":47,"h":1,"n":"Outlands Aberrations"},{"id":20619,"c":24,"u":"outlands%20beasts_mpp","p":11,"s":47,"h":1,"n":"Outlands Beasts"},{"id":20620,"c":24,"u":"outlands%20celestials_mpp","p":11,"s":47,"h":1,"n":"Outlands Celestials"},{"id":20621,"c":24,"u":"outlands%20constructs_mpp","p":12,"s":47,"h":1,"n":"Outlands Constructs"},{"id":20622,"c":24,"u":"outlands%20dragons_mpp","p":12,"s":47,"h":1,"n":"Outlands Dragons"},{"id":20623,"c":24,"u":"outlands%20elementals_mpp","p":13,"s":47,"h":1,"n":"Outlands Elementals"},{"id":20624,"c":24,"u":"outlands%20fey_mpp","p":13,"s":47,"h":1,"n":"Outlands Fey"},{"id":20625,"c":24,"u":"outlands%20fiends_mpp","p":13,"s":47,"h":1,"n":"Outlands Fiends"},{"id":20626,"c":24,"u":"outlands%20giants_mpp","p":13,"s":47,"h":1,"n":"Outlands Giants"},{"id":20627,"c":24,"u":"outlands%20humanoids_mpp","p":14,"s":47,"h":1,"n":"Outlands Humanoids"},{"id":20628,"c":24,"u":"outlands%20monstrosities_mpp","p":14,"s":47,"h":1,"n":"Outlands Monstrosities"},{"id":20629,"c":24,"u":"outlands%20oozes_mpp","p":14,"s":47,"h":1,"n":"Outlands Oozes"},{"id":20630,"c":24,"u":"outlands%20plants_mpp","p":14,"s":47,"h":1,"n":"Outlands Plants"},{"id":20631,"c":24,"u":"outlands%20undead_mpp","p":15,"s":47,"h":1,"n":"Outlands Undead"},{"id":20632,"c":24,"u":"planar%20alignment%3b%20outer%20plane%20alignments_mpp","p":6,"s":47,"h":1,"n":"Planar Alignment; Outer Plane Alignments"},{"id":20633,"c":24,"u":"demon%20customization%20tables%3b%20demon%20bonds_mtf","p":33,"s":48,"h":1,"n":"Demon Customization Tables; Demon Bonds"},{"id":20634,"c":24,"u":"demon%20customization%20tables%3b%20demon%20flaws_mtf","p":33,"s":48,"h":1,"n":"Demon Customization Tables; Demon Flaws"},{"id":20635,"c":24,"u":"demon%20customization%20tables%3b%20demon%20ideals_mtf","p":33,"s":48,"h":1,"n":"Demon Customization Tables; Demon Ideals"},{"id":20636,"c":24,"u":"demon%20customization%20tables%3b%20demon%20personality%20traits_mtf","p":33,"s":48,"h":1,"n":"Demon Customization Tables; Demon Personality Traits"},{"id":20637,"c":24,"u":"demon%20customization%20tables%3b%20unusual%20demon%20features_mtf","p":33,"s":48,"h":1,"n":"Demon Customization Tables; Unusual Demon Features"},{"id":20638,"c":24,"u":"drow%20deities%20(the%20dark%20seldarine)_mtf","p":53,"s":48,"h":1,"n":"Drow Deities (The Dark Seldarine)"},{"id":20639,"c":24,"u":"duergar%20deities_mtf","p":79,"s":48,"h":1,"n":"Duergar Deities"},{"id":20640,"c":24,"u":"duergar%20in%20the%20clan%3b%20clan's%20notable%20trait_mtf","p":84,"s":48,"h":1,"n":"Duergar in the Clan; Clan's Notable Trait"},{"id":20641,"c":24,"u":"duergar%20in%20the%20clan%3b%20duergar%20clan%20names_mtf","p":84,"s":48,"h":1,"n":"Duergar in the Clan; Duergar Clan Names"},{"id":20642,"c":24,"u":"duergar%20in%20the%20clan%3b%20duergar%20clan's%20status_mtf","p":84,"s":48,"h":1,"n":"Duergar in the Clan; Duergar Clan's Status"},{"id":20643,"c":24,"u":"duergar%20in%20the%20world%3b%20duergar%20adventurer%20story%20hooks_mtf","p":84,"s":48,"h":1,"n":"Duergar in the World; Duergar Adventurer Story Hooks"},{"id":20644,"c":24,"u":"duergar%20in%20the%20world%3b%20duergar%20quirks_mtf","p":84,"s":48,"h":1,"n":"Duergar in the World; Duergar Quirks"},{"id":20645,"c":24,"u":"duergar%20raiding%20parties%3b%201_mtf","p":83,"s":48,"h":1,"n":"Duergar Raiding Parties; 1"},{"id":20646,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20group%20leader_mtf","p":83,"s":48,"h":1,"n":"Duergar Raiding Parties; Duergar Group Leader"},{"id":20647,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20purpose%20of%20raid_mtf","p":83,"s":48,"h":1,"n":"Duergar Raiding Parties; Duergar Purpose of Raid"},{"id":20648,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20special%20allies_mtf","p":83,"s":48,"h":1,"n":"Duergar Raiding Parties; Duergar Special Allies"},{"id":20649,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20special%20circumstances_mtf","p":83,"s":48,"h":1,"n":"Duergar Raiding Parties; Duergar Special Circumstances"},{"id":20650,"c":24,"u":"dwarven%20religion%3b%20dwarf%20deities%20(the%20mordinsamman)_mtf","p":72,"s":48,"h":1,"n":"Dwarven Religion; Dwarf Deities (The Mordinsamman)"},{"id":20651,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan%20vocations_mtf","p":82,"s":48,"h":1,"n":"Dwarves in the Clan; Clan Vocations"},{"id":20652,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan's%20notable%20trait_mtf","p":82,"s":48,"h":1,"n":"Dwarves in the Clan; Clan's Notable Trait"},{"id":20653,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan's%20status_mtf","p":82,"s":48,"h":1,"n":"Dwarves in the Clan; Clan's Status"},{"id":20654,"c":24,"u":"dwarves%20in%20the%20world%3b%20dwarf%20adventurer%20story%20hooks_mtf","p":83,"s":48,"h":1,"n":"Dwarves in the World; Dwarf Adventurer Story Hooks"},{"id":20655,"c":24,"u":"dwarves%20in%20the%20world%3b%20dwarf%20quirks_mtf","p":83,"s":48,"h":1,"n":"Dwarves in the World; Dwarf Quirks"},{"id":20656,"c":24,"u":"dwarves%20on%20the%20move%3b%20group%20leader_mtf","p":81,"s":48,"h":1,"n":"Dwarves on the Move; Group Leader"},{"id":20657,"c":24,"u":"dwarves%20on%20the%20move%3b%20purpose%20of%20travel_mtf","p":81,"s":48,"h":1,"n":"Dwarves on the Move; Purpose of Travel"},{"id":20658,"c":24,"u":"dwarves%20on%20the%20move%3b%20special%20allies_mtf","p":81,"s":48,"h":1,"n":"Dwarves on the Move; Special Allies"},{"id":20659,"c":24,"u":"dwarves%20on%20the%20move%3b%20special%20circumstances_mtf","p":81,"s":48,"h":1,"n":"Dwarves on the Move; Special Circumstances"},{"id":20660,"c":24,"u":"elf%20deities%20(the%20seldarine)_mtf","p":43,"s":48,"h":1,"n":"Elf Deities (The Seldarine)"},{"id":20661,"c":24,"u":"elf%20random%20height%20and%20weight_mtf","p":63,"s":48,"h":1,"n":"Elf Random Height and Weight"},{"id":20662,"c":24,"u":"elf%20tables%3b%20drow%20adventurer%20story%20hooks_mtf","p":64,"s":48,"h":1,"n":"Elf Tables; Drow Adventurer Story Hooks"},{"id":20663,"c":24,"u":"elf%20tables%3b%20drow%20house%20specialty_mtf","p":64,"s":48,"h":1,"n":"Elf Tables; Drow House Specialty"},{"id":20664,"c":24,"u":"elf%20tables%3b%20elf%20(non-drow)%20adventurer%20story%20hooks_mtf","p":64,"s":48,"h":1,"n":"Elf Tables; Elf (Non-drow) Adventurer Story Hooks"},{"id":20665,"c":24,"u":"fiendish%20cults%3b%20cult%20goals_mtf","p":34,"s":48,"h":1,"n":"Fiendish Cults; Cult Goals"},{"id":20666,"c":24,"u":"fiendish%20cults%3b%20cult%20hardship_mtf","p":34,"s":48,"h":1,"n":"Fiendish Cults; Cult Hardship"},{"id":20667,"c":24,"u":"fiendish%20cults%3b%20cult%20organization_mtf","p":34,"s":48,"h":1,"n":"Fiendish Cults; Cult Organization"},{"id":20668,"c":24,"u":"fiendish%20cults%3b%20cult%20resources_mtf","p":34,"s":48,"h":1,"n":"Fiendish Cults; Cult Resources"},{"id":20669,"c":24,"u":"gith%20names%20%e2%80%93%20githyanki%2c%20female_mtf","p":97,"s":48,"h":1,"n":"Gith Names – Githyanki, Female"},{"id":20670,"c":24,"u":"gith%20names%20%e2%80%93%20githyanki%2c%20male_mtf","p":97,"s":48,"h":1,"n":"Gith Names – Githyanki, Male"},{"id":20671,"c":24,"u":"gith%20names%20%e2%80%93%20githzerai%2c%20female_mtf","p":97,"s":48,"h":1,"n":"Gith Names – Githzerai, Female"},{"id":20672,"c":24,"u":"gith%20names%20%e2%80%93%20githzerai%2c%20male_mtf","p":97,"s":48,"h":1,"n":"Gith Names – Githzerai, Male"},{"id":20673,"c":24,"u":"gith%20random%20height%20and%20weight_mtf","p":96,"s":48,"h":1,"n":"Gith Random Height and Weight"},{"id":20674,"c":24,"u":"gith%20tables%3b%20githyanki%20bonds_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githyanki Bonds"},{"id":20675,"c":24,"u":"gith%20tables%3b%20githyanki%20flaws_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githyanki Flaws"},{"id":20676,"c":24,"u":"gith%20tables%3b%20githyanki%20ideals_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githyanki Ideals"},{"id":20677,"c":24,"u":"gith%20tables%3b%20githyanki%20names%2c%20female_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githyanki Names, Female"},{"id":20678,"c":24,"u":"gith%20tables%3b%20githyanki%20names%2c%20male_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githyanki Names, Male"},{"id":20679,"c":24,"u":"gith%20tables%3b%20githyanki%20personality%20traits_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githyanki Personality Traits"},{"id":20680,"c":24,"u":"gith%20tables%3b%20githzerai%20bonds_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githzerai Bonds"},{"id":20681,"c":24,"u":"gith%20tables%3b%20githzerai%20flaws_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githzerai Flaws"},{"id":20682,"c":24,"u":"gith%20tables%3b%20githzerai%20ideals_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githzerai Ideals"},{"id":20683,"c":24,"u":"gith%20tables%3b%20githzerai%20names%2c%20female_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githzerai Names, Female"},{"id":20684,"c":24,"u":"gith%20tables%3b%20githzerai%20names%2c%20male_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githzerai Names, Male"},{"id":20685,"c":24,"u":"gith%20tables%3b%20githzerai%20personality%20traits_mtf","p":97,"s":48,"h":1,"n":"Gith Tables; Githzerai Personality Traits"},{"id":20686,"c":24,"u":"githyanki%20raiding%20parties%3b%20dragon%20chance_mtf","p":98,"s":48,"h":1,"n":"Githyanki Raiding Parties; Dragon Chance"},{"id":20687,"c":24,"u":"githyanki%20raiding%20parties%3b%20githyanki%20purpose%20of%20raid_mtf","p":98,"s":48,"h":1,"n":"Githyanki Raiding Parties; Githyanki Purpose of Raid"},{"id":20688,"c":24,"u":"githyanki%20raiding%20parties%3b%20githyanki%20special%20allies_mtf","p":98,"s":48,"h":1,"n":"Githyanki Raiding Parties; Githyanki Special Allies"},{"id":20689,"c":24,"u":"githyanki%20raiding%20parties%3b%20raiding%20party%20leader_mtf","p":98,"s":48,"h":1,"n":"Githyanki Raiding Parties; Raiding Party Leader"},{"id":20690,"c":24,"u":"githyanki%20raiding%20parties%3b%20raiding%20party%20transport_mtf","p":98,"s":48,"h":1,"n":"Githyanki Raiding Parties; Raiding Party Transport"},{"id":20691,"c":24,"u":"githzerai%20groups%3b%20githzerai%20group%20leader_mtf","p":98,"s":48,"h":1,"n":"Githzerai Groups; Githzerai Group Leader"},{"id":20692,"c":24,"u":"githzerai%20groups%3b%20githzerai%20mission%20purpose_mtf","p":98,"s":48,"h":1,"n":"Githzerai Groups; Githzerai Mission Purpose"},{"id":20693,"c":24,"u":"githzerai%20groups%3b%20githzerai%20special%20allies_mtf","p":98,"s":48,"h":1,"n":"Githzerai Groups; Githzerai Special Allies"},{"id":20694,"c":24,"u":"gnome%20gods%3b%20gnome%20deities_mtf","p":110,"s":48,"h":1,"n":"Gnome Gods; Gnome Deities"},{"id":20695,"c":24,"u":"gnome%20tables%3b%20gnome%20bonds_mtf","p":114,"s":48,"h":1,"n":"Gnome Tables; Gnome Bonds"},{"id":20696,"c":24,"u":"gnome%20tables%3b%20gnome%20flaws_mtf","p":114,"s":48,"h":1,"n":"Gnome Tables; Gnome Flaws"},{"id":20697,"c":24,"u":"gnome%20tables%3b%20gnome%20ideals_mtf","p":114,"s":48,"h":1,"n":"Gnome Tables; Gnome Ideals"},{"id":20698,"c":24,"u":"gnome%20tables%3b%20gnome%20personality%20traits_mtf","p":114,"s":48,"h":1,"n":"Gnome Tables; Gnome Personality Traits"},{"id":20699,"c":24,"u":"halfling%20deities_mtf","p":102,"s":48,"h":1,"n":"Halfling Deities"},{"id":20700,"c":24,"u":"halfling%20tables%3b%20halfling%20bonds_mtf","p":105,"s":48,"h":1,"n":"Halfling Tables; Halfling Bonds"},{"id":20701,"c":24,"u":"halfling%20tables%3b%20halfling%20flaws_mtf","p":105,"s":48,"h":1,"n":"Halfling Tables; Halfling Flaws"},{"id":20702,"c":24,"u":"halfling%20tables%3b%20halfling%20ideals_mtf","p":105,"s":48,"h":1,"n":"Halfling Tables; Halfling Ideals"},{"id":20703,"c":24,"u":"halfling%20tables%3b%20halfling%20personality%20traits_mtf","p":105,"s":48,"h":1,"n":"Halfling Tables; Halfling Personality Traits"},{"id":20704,"c":24,"u":"halfling%20tables%3b%20reasons%20for%20adventuring_mtf","p":105,"s":48,"h":1,"n":"Halfling Tables; Reasons for Adventuring"},{"id":20705,"c":24,"u":"lords%20of%20the%20nine%3b%20layers%20and%20rulers%20of%20the%20nine%20hells_mtf","p":9,"s":48,"h":1,"n":"Lords of the Nine; Layers and Rulers of the Nine Hells"},{"id":20706,"c":24,"u":"ability%20checks%3b%20typical%20difficulty%20classes_phb","p":174,"s":52,"h":1,"r":1,"n":"Ability Checks; Typical Difficulty Classes"},{"id":20707,"c":24,"u":"ability%20scores%20and%20modifiers_phb","p":173,"s":52,"h":1,"r":1,"n":"Ability Scores and Modifiers"},{"id":20708,"c":24,"u":"adventuring%20gear_phb","p":148,"s":52,"h":1,"r":1,"n":"Adventuring Gear"},{"id":20709,"c":24,"u":"adventuring%20gear%3b%20container%20capacity_phb","p":148,"s":52,"h":1,"r":1,"n":"Adventuring Gear; Container Capacity"},{"id":20710,"c":24,"u":"armor%20and%20shields%3b%20armor_phb","p":144,"s":52,"h":1,"r":1,"n":"Armor and Shields; Armor"},{"id":20711,"c":24,"u":"beyond%201st%20level%3b%20character%20advancement_phb","p":15,"s":52,"h":1,"r":1,"n":"Beyond 1st Level; Character Advancement"},{"id":20712,"c":24,"u":"classes_phb","p":45,"s":52,"h":1,"n":"Classes"},{"id":20713,"c":24,"u":"coinage%3b%20standard%20exchange%20rates_phb","p":143,"s":52,"h":1,"r":1,"n":"Coinage; Standard Exchange Rates"},{"id":20714,"c":24,"u":"creature%20size%3b%20size%20categories_phb","p":191,"s":52,"h":1,"r":1,"n":"Creature Size; Size Categories"},{"id":20715,"c":24,"u":"deities%20of%20dragonlance%3a%20evil_phb","p":293,"s":52,"h":1,"n":"Deities of Dragonlance: Evil"},{"id":20716,"c":24,"u":"deities%20of%20dragonlance%3a%20good_phb","p":293,"s":52,"h":1,"n":"Deities of Dragonlance: Good"},{"id":20717,"c":24,"u":"deities%20of%20dragonlance%3a%20neutral_phb","p":293,"s":52,"h":1,"n":"Deities of Dragonlance: Neutral"},{"id":20718,"c":24,"u":"deities%20of%20greyhawk_phb","p":293,"s":52,"h":1,"n":"Deities of Greyhawk"},{"id":20719,"c":24,"u":"deities%20of%20the%20forgotten%20realms_phb","p":293,"s":52,"h":1,"n":"Deities of the Forgotten Realms"},{"id":20720,"c":24,"u":"exotic%20languages_phb","p":123,"s":52,"h":1,"r":1,"n":"Exotic Languages"},{"id":20721,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_phb","p":158,"s":52,"h":1,"r":1,"n":"Food, Drink, and Lodging"},{"id":20722,"c":24,"u":"getting%20into%20and%20out%20of%20armor%3b%20donning%20and%20doffing%20armor_phb","p":146,"s":52,"h":1,"r":1,"n":"Getting Into and Out of Armor; Donning and Doffing Armor"},{"id":20723,"c":24,"u":"lifestyle%20expenses_phb","p":157,"s":52,"h":1,"n":"Lifestyle Expenses"},{"id":20724,"c":24,"u":"mounts%20and%20vehicles%3b%20mounts%20and%20other%20animals_phb","p":155,"s":52,"h":1,"r":1,"n":"Mounts and Vehicles; Mounts and Other Animals"},{"id":20725,"c":24,"u":"mounts%20and%20vehicles%3b%20tack%2c%20harness%2c%20and%20drawn%20vehicles_phb","p":155,"s":52,"h":1,"r":1,"n":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles"},{"id":20726,"c":24,"u":"mounts%20and%20vehicles%3b%20waterborne%20vehicles_phb","p":155,"s":52,"h":1,"r":1,"n":"Mounts and Vehicles; Waterborne Vehicles"},{"id":20727,"c":24,"u":"multiclassing%20prerequisites_phb","p":163,"s":52,"h":1,"r":1,"n":"Multiclassing Prerequisites"},{"id":20728,"c":24,"u":"multiclassing%20proficiencies_phb","p":164,"s":52,"h":1,"r":1,"n":"Multiclassing Proficiencies"},{"id":20729,"c":24,"u":"nonhuman%20deities_phb","p":293,"s":52,"h":1,"n":"Nonhuman Deities"},{"id":20730,"c":24,"u":"outer%20planes_phb","p":301,"s":52,"h":1,"n":"Outer Planes"},{"id":20731,"c":24,"u":"random%20height%20and%20weight_phb","p":121,"s":52,"h":1,"n":"Random Height and Weight"},{"id":20732,"c":24,"u":"services_phb","p":159,"s":52,"h":1,"r":1,"n":"Services"},{"id":20733,"c":24,"u":"skills_phb","p":174,"s":52,"h":1,"n":"Skills"},{"id":20734,"c":24,"u":"spellcasting%3b%20multiclass%20spellcaster%3a%20spell%20slots%20per%20spell%20level_phb","p":164,"s":52,"h":1,"r":1,"n":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level"},{"id":20735,"c":24,"u":"standard%20languages_phb","p":123,"s":52,"h":1,"r":1,"n":"Standard Languages"},{"id":20736,"c":24,"u":"starting%20equipment%3b%20starting%20wealth%20by%20class_phb","p":143,"s":52,"h":1,"n":"Starting Equipment; Starting Wealth by Class"},{"id":20737,"c":24,"u":"the%20celtic%20pantheon%3b%20celtic%20deities_phb","p":297,"s":52,"h":1,"r":1,"n":"The Celtic Pantheon; Celtic Deities"},{"id":20738,"c":24,"u":"the%20egyptian%20pantheon%3b%20egyptian%20deities_phb","p":297,"s":52,"h":1,"r":1,"n":"The Egyptian Pantheon; Egyptian Deities"},{"id":20739,"c":24,"u":"the%20greek%20pantheon%3b%20greek%20deities_phb","p":297,"s":52,"h":1,"r":1,"n":"The Greek Pantheon; Greek Deities"},{"id":20740,"c":24,"u":"the%20norse%20pantheon%3b%20norse%20deities_phb","p":298,"s":52,"h":1,"r":1,"n":"The Norse Pantheon; Norse Deities"},{"id":20741,"c":24,"u":"tools_phb","p":154,"s":52,"h":1,"n":"Tools"},{"id":20742,"c":24,"u":"trade%20goods_phb","p":157,"s":52,"h":1,"r":1,"n":"Trade Goods"},{"id":20743,"c":24,"u":"travel%20pace_phb","p":181,"s":52,"h":1,"r":1,"n":"Travel Pace"},{"id":20744,"c":24,"u":"variant%3a%20customizing%20ability%20scores%3b%20ability%20score%20point%20cost_phb","p":13,"s":52,"h":1,"r":1,"n":"Variant: Customizing Ability Scores; Ability Score Point Cost"},{"id":20745,"c":24,"u":"variant%3a%20customizing%20ability%20scores%3b%20ability%20scores%20and%20modifiers_phb","p":13,"s":52,"h":1,"r":1,"n":"Variant: Customizing Ability Scores; Ability Scores and Modifiers"},{"id":20746,"c":24,"u":"weapons_phb","p":146,"s":52,"h":1,"r":1,"n":"Weapons"},{"id":20747,"c":24,"u":"wild%20magic%20surge_phb","p":103,"s":52,"h":1,"n":"Wild Magic Surge"},{"id":20748,"c":24,"u":"ability%20scores%20and%20modifiers_rmr","p":7,"s":152,"h":1,"dP":1,"n":"Ability Scores and Modifiers"},{"id":20749,"c":24,"u":"adventuring%20gear_rmr","p":41,"s":152,"h":1,"dP":1,"n":"Adventuring Gear"},{"id":20750,"c":24,"u":"critical%20hits_rmr","p":28,"s":152,"h":1,"dP":1,"n":"Critical Hits"},{"id":20751,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_rmr","p":43,"s":152,"h":1,"dP":1,"n":"Food, Drink, and Lodging"},{"id":20752,"c":24,"u":"heavy%20armor_rmr","p":37,"s":152,"h":1,"dP":1,"n":"Heavy Armor"},{"id":20753,"c":24,"u":"light%20armor_rmr","p":37,"s":152,"h":1,"dP":1,"n":"Light Armor"},{"id":20754,"c":24,"u":"marital%20emotional%20weapons_rmr","p":39,"s":152,"h":1,"dP":1,"n":"Marital Emotional Weapons"},{"id":20755,"c":24,"u":"martial%20melee%20weapons_rmr","p":39,"s":152,"h":1,"dP":1,"n":"Martial Melee Weapons"},{"id":20756,"c":24,"u":"martial%20ranged%20weapons_rmr","p":39,"s":152,"h":1,"dP":1,"n":"Martial Ranged Weapons"},{"id":20757,"c":24,"u":"medium%20armor_rmr","p":37,"s":152,"h":1,"dP":1,"n":"Medium Armor"},{"id":20758,"c":24,"u":"mounts%20and%20other%20animals_rmr","p":43,"s":152,"h":1,"dP":1,"n":"Mounts and Other Animals"},{"id":20759,"c":24,"u":"rewards_rmr","p":35,"s":152,"h":1,"dP":1,"n":"Rewards"},{"id":20760,"c":24,"u":"shields_rmr","p":37,"s":152,"h":1,"dP":1,"n":"Shields"},{"id":20761,"c":24,"u":"simple%20melee%20weapons_rmr","p":39,"s":152,"h":1,"dP":1,"n":"Simple Melee Weapons"},{"id":20762,"c":24,"u":"simple%20ranged%20weapons_rmr","p":39,"s":152,"h":1,"dP":1,"n":"Simple Ranged Weapons"},{"id":20763,"c":24,"u":"surprise_rmr","p":17,"s":152,"h":1,"dP":1,"n":"Surprise"},{"id":20764,"c":24,"u":"tack%20and%20harness_rmr","p":43,"s":152,"h":1,"dP":1,"n":"Tack and Harness"},{"id":20765,"c":24,"u":"automata%20adventures_sato","p":63,"s":104,"h":1,"n":"Automata Adventures"},{"id":20766,"c":24,"u":"bedlam%20adventures_sato","p":65,"s":104,"h":1,"n":"Bedlam Adventures"},{"id":20767,"c":24,"u":"curst%20adventures_sato","p":67,"s":104,"h":1,"n":"Curst Adventures"},{"id":20768,"c":24,"u":"ecstasy%20adventures_sato","p":69,"s":104,"h":1,"n":"Ecstasy Adventures"},{"id":20769,"c":24,"u":"excelsior%20adventures_sato","p":71,"s":104,"h":1,"n":"Excelsior Adventures"},{"id":20770,"c":24,"u":"faction%20missions_sato","p":58,"s":104,"h":1,"n":"Faction Missions"},{"id":20771,"c":24,"u":"faunel%20adventures_sato","p":73,"s":104,"h":1,"n":"Faunel Adventures"},{"id":20772,"c":24,"u":"fortitude%20adventures_sato","p":75,"s":104,"h":1,"n":"Fortitude Adventures"},{"id":20773,"c":24,"u":"glorium%20adventures_sato","p":77,"s":104,"h":1,"n":"Glorium Adventures"},{"id":20774,"c":24,"u":"hopeless%20adventures_sato","p":79,"s":104,"h":1,"n":"Hopeless Adventures"},{"id":20775,"c":24,"u":"plague-mort%20adventures_sato","p":81,"s":104,"h":1,"n":"Plague-Mort Adventures"},{"id":20776,"c":24,"u":"planar%20portals_sato","p":18,"s":104,"h":1,"n":"Planar Portals"},{"id":20777,"c":24,"u":"portal%20quirks_sato","p":18,"s":104,"h":1,"n":"Portal Quirks"},{"id":20778,"c":24,"u":"prison%20inmates_sato","p":45,"s":104,"h":1,"n":"Prison Inmates"},{"id":20779,"c":24,"u":"ribcage%20adventures_sato","p":83,"s":104,"h":1,"n":"Ribcage Adventures"},{"id":20780,"c":24,"u":"rigus%20adventures_sato","p":85,"s":104,"h":1,"n":"Rigus Adventures"},{"id":20781,"c":24,"u":"shopping%20in%20the%20bazaar%3b%20bazaar%20shops_sato","p":53,"s":104,"h":1,"n":"Shopping in the Bazaar; Bazaar Shops"},{"id":20782,"c":24,"u":"sigil%20adventure%20hooks_sato","p":58,"s":104,"h":1,"n":"Sigil Adventure Hooks"},{"id":20783,"c":24,"u":"sigil%20calamities_sato","p":58,"s":104,"h":1,"n":"Sigil Calamities"},{"id":20784,"c":24,"u":"sigil%20clerks'%20ward%20encounters_sato","p":59,"s":104,"h":1,"n":"Sigil Clerks' Ward Encounters"},{"id":20785,"c":24,"u":"sigil%20gazetteer%3b%20sigil%20wards_sato","p":29,"s":104,"h":1,"n":"Sigil Gazetteer; Sigil Wards"},{"id":20786,"c":24,"u":"sigil%20general%20encounters_sato","p":59,"s":104,"h":1,"n":"Sigil General Encounters"},{"id":20787,"c":24,"u":"sigil%20hive%20ward%20encounters_sato","p":59,"s":104,"h":1,"n":"Sigil Hive Ward Encounters"},{"id":20788,"c":24,"u":"sigil%20lady's%20ward%20encounters_sato","p":59,"s":104,"h":1,"n":"Sigil Lady's Ward Encounters"},{"id":20789,"c":24,"u":"sigil%20lower%20ward%20encounters_sato","p":59,"s":104,"h":1,"n":"Sigil Lower Ward Encounters"},{"id":20790,"c":24,"u":"sigil%20market%20ward%20encounters_sato","p":59,"s":104,"h":1,"n":"Sigil Market Ward Encounters"},{"id":20791,"c":24,"u":"sigil%20undersigil%20encounters_sato","p":59,"s":104,"h":1,"n":"Sigil Undersigil Encounters"},{"id":20792,"c":24,"u":"spells_sato","p":12,"s":104,"h":1,"n":"Spells"},{"id":20793,"c":24,"u":"spells%20for%20sale_sato","p":50,"s":104,"h":1,"n":"Spells for Sale"},{"id":20794,"c":24,"u":"sylvania%20adventures_sato","p":87,"s":104,"h":1,"n":"Sylvania Adventures"},{"id":20795,"c":24,"u":"torch%20adventures_sato","p":89,"s":104,"h":1,"n":"Torch Adventures"},{"id":20796,"c":24,"u":"tradegate%20adventures_sato","p":91,"s":104,"h":1,"n":"Tradegate Adventures"},{"id":20797,"c":24,"u":"xaos%20adventures_sato","p":93,"s":104,"h":1,"n":"Xaos Adventures"},{"id":20798,"c":24,"u":"founder%20dragons_scc","p":6,"s":57,"h":1,"n":"Founder Dragons"},{"id":20799,"c":24,"u":"friends%20and%20foes%3b%20strixhaven%20creatures_scc","p":183,"s":57,"h":1,"n":"Friends and Foes; Strixhaven Creatures"},{"id":20800,"c":24,"u":"magic%20items%20for%20sale_scc","p":38,"s":57,"h":1,"n":"Magic Items for Sale"},{"id":20801,"c":24,"u":"relationships%3b%20starting%20relationship%20points_scc","p":42,"s":57,"h":1,"n":"Relationships; Starting Relationship Points"},{"id":20802,"c":24,"u":"scholars%20of%20lorehold%3b%20lorehold%20scholars_scc","p":13,"s":57,"h":1,"n":"Scholars of Lorehold; Lorehold Scholars"},{"id":20803,"c":24,"u":"scholars%20of%20prismari%3b%20prismari%20scholars_scc","p":16,"s":57,"h":1,"n":"Scholars of Prismari; Prismari Scholars"},{"id":20804,"c":24,"u":"scholars%20of%20quandrix%3b%20quandrix%20scholars_scc","p":19,"s":57,"h":1,"n":"Scholars of Quandrix; Quandrix Scholars"},{"id":20805,"c":24,"u":"scholars%20of%20silverquill%3b%20silverquill%20scholars_scc","p":22,"s":57,"h":1,"n":"Scholars of Silverquill; Silverquill Scholars"},{"id":20806,"c":24,"u":"scholars%20of%20witherbloom%3b%20witherbloom%20scholars_scc","p":25,"s":57,"h":1,"n":"Scholars of Witherbloom; Witherbloom Scholars"},{"id":20807,"c":24,"u":"spells_scc","p":37,"s":57,"h":1,"n":"Spells"},{"id":20808,"c":24,"u":"standalone%20adventures%3b%20adventure%20levels_scc","p":41,"s":57,"h":1,"n":"Standalone Adventures; Adventure Levels"},{"id":20809,"c":24,"u":"strixhaven%20mascots_scc","p":10,"s":57,"h":1,"n":"Strixhaven Mascots"},{"id":20810,"c":24,"u":"student%20npc%20stat%20blocks_scc","p":50,"s":57,"h":1,"n":"Student NPC Stat Blocks"},{"id":20811,"c":24,"u":"welcome%20to%20strixhaven%3b%20colleges%20of%20strixhaven_scc","p":4,"s":57,"h":1,"n":"Welcome to Strixhaven; Colleges of Strixhaven"},{"id":20812,"c":24,"u":"dm%20screen%3b%20light_screen","s":153,"h":1,"n":"DM Screen; Light"},{"id":20813,"c":24,"u":"dm%20screen%3b%20npc%20bonds_screen","s":153,"h":1,"n":"DM Screen; NPC Bonds"},{"id":20814,"c":24,"u":"dm%20screen%3b%20npc%20characteristics_screen","s":153,"h":1,"n":"DM Screen; NPC Characteristics"},{"id":20815,"c":24,"u":"dm%20screen%3b%20npc%20flaws_screen","s":153,"h":1,"n":"DM Screen; NPC Flaws"},{"id":20816,"c":24,"u":"dm%20screen%3b%20npc%20ideals_screen","s":153,"h":1,"n":"DM Screen; NPC Ideals"},{"id":20817,"c":24,"u":"dm%20screen%3b%20quick%20finds_screen","s":153,"h":1,"n":"DM Screen; Quick Finds"},{"id":20818,"c":24,"u":"dm%20screen%3b%20something%20happens!_screen","s":153,"h":1,"n":"DM Screen; Something happens!"},{"id":20819,"c":24,"u":"crashing_screenspelljammer","s":154,"h":1,"n":"Crashing"},{"id":20820,"c":24,"u":"initial%20attitude_screenspelljammer","s":154,"h":1,"n":"Initial Attitude"},{"id":20821,"c":24,"u":"setting%20a%20dc_screenspelljammer","s":154,"h":1,"n":"Setting a DC"},{"id":20822,"c":24,"u":"ship%20cargo%3b%20cheap%20cargo_screenspelljammer","s":154,"h":1,"n":"Ship Cargo; Cheap Cargo"},{"id":20823,"c":24,"u":"ship%20cargo%3b%20expensive%20cargo_screenspelljammer","s":154,"h":1,"n":"Ship Cargo; Expensive Cargo"},{"id":20824,"c":24,"u":"ship%20quirks_screenspelljammer","s":154,"h":1,"n":"Ship Quirks"},{"id":20825,"c":24,"u":"ship-to-ship%20starting%20distance_screenspelljammer","s":154,"h":1,"n":"Ship-to-Ship Starting Distance"},{"id":20826,"c":24,"u":"shipboard%20tasks_screenspelljammer","s":154,"h":1,"n":"Shipboard Tasks"},{"id":20827,"c":24,"u":"skills%20and%20associated%20abilities_screenspelljammer","s":154,"h":1,"n":"Skills and Associated Abilities"},{"id":20828,"c":24,"u":"betrayer%20gods_tdcsr","p":34,"s":61,"h":1,"dP":1,"n":"Betrayer Gods"},{"id":20829,"c":24,"u":"cracksackle%20guildhall%20(middle%20slab)%3b%20cracksackle%20wares_tdcsr","p":100,"s":61,"h":1,"dP":1,"n":"Cracksackle Guildhall (Middle Slab); Cracksackle Wares"},{"id":20830,"c":24,"u":"exandrian%20calendar_tdcsr","p":9,"s":61,"h":1,"dP":1,"n":"Exandrian Calendar"},{"id":20831,"c":24,"u":"lesser%20idols_tdcsr","p":39,"s":61,"h":1,"dP":1,"n":"Lesser Idols"},{"id":20832,"c":24,"u":"prime%20deities_tdcsr","p":27,"s":61,"h":1,"dP":1,"n":"Prime Deities"},{"id":20833,"c":24,"u":"vestiges%20of%20divergence%20by%20advancement_tdcsr","p":200,"s":61,"h":1,"dP":1,"n":"Vestiges of Divergence by Advancement"},{"id":20834,"c":24,"u":"npc%20features%20table%3b%20npc%20features_tob1-2023","p":405,"s":64,"h":1,"dP":1,"n":"NPC Features Table; NPC Features"},{"id":20835,"c":24,"u":"beholder%20names_vgm","p":9,"s":67,"h":1,"n":"Beholder Names"},{"id":20836,"c":24,"u":"beholder%20pets_vgm","p":16,"s":67,"h":1,"n":"Beholder Pets"},{"id":20837,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20demonic%20influence_vgm","p":39,"s":67,"h":1,"n":"Creating a Gnoll War Band; Demonic Influence"},{"id":20838,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20composition_vgm","p":39,"s":67,"h":1,"n":"Creating a Gnoll War Band; Gnoll War Band Composition"},{"id":20839,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20name_vgm","p":39,"s":67,"h":1,"n":"Creating a Gnoll War Band; Gnoll War Band Name"},{"id":20840,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20special%20creatures_vgm","p":39,"s":67,"h":1,"n":"Creating a Gnoll War Band; Gnoll War Band Special Creatures"},{"id":20841,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20notable%20behavior%20or%20tactics_vgm","p":39,"s":67,"h":1,"n":"Creating a Gnoll War Band; Notable Behavior or Tactics"},{"id":20842,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20shared%20physical%20trait_vgm","p":39,"s":67,"h":1,"n":"Creating a Gnoll War Band; Shared Physical Trait"},{"id":20843,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20war%20band%20leadership_vgm","p":39,"s":67,"h":1,"n":"Creating a Gnoll War Band; War Band Leadership"},{"id":20844,"c":24,"u":"gnoll%20names_vgm","p":36,"s":67,"h":1,"n":"Gnoll Names"},{"id":20845,"c":24,"u":"hag%20names_vgm","p":55,"s":67,"h":1,"n":"Hag Names"},{"id":20846,"c":24,"u":"height%20and%20weight_vgm","p":120,"s":67,"h":1,"n":"Height and Weight"},{"id":20847,"c":24,"u":"kobold%20names_vgm","p":66,"s":67,"h":1,"n":"Kobold Names"},{"id":20848,"c":24,"u":"living%20the%20giant%20life%3b%20giant%20life%20spans_vgm","p":22,"s":67,"h":1,"n":"Living the Giant Life; Giant Life Spans"},{"id":20849,"c":24,"u":"mind%20flayer%20names_vgm","p":75,"s":67,"h":1,"n":"Mind Flayer Names"},{"id":20850,"c":24,"u":"monster%20lore_vgm","p":5,"s":67,"h":1,"n":"Monster Lore"},{"id":20851,"c":24,"u":"one-of-a-kind%20objects%3b%20hag%20objects_vgm","p":62,"s":67,"h":1,"n":"One-of-a-Kind Objects; Hag Objects"},{"id":20852,"c":24,"u":"orc%20names%3b%20orc%20epithets_vgm","p":88,"s":67,"h":1,"n":"Orc Names; Orc Epithets"},{"id":20853,"c":24,"u":"orc%20names%3b%20orc%20female%20names_vgm","p":88,"s":67,"h":1,"n":"Orc Names; Orc Female Names"},{"id":20854,"c":24,"u":"orc%20names%3b%20orc%20male%20names_vgm","p":88,"s":67,"h":1,"n":"Orc Names; Orc Male Names"},{"id":20855,"c":24,"u":"pets%3b%20beholder%20greater%20minions_vgm","p":16,"s":67,"h":1,"n":"Pets; Beholder Greater Minions"},{"id":20856,"c":24,"u":"pets%3b%20beholder%20lesser%20minions_vgm","p":16,"s":67,"h":1,"n":"Pets; Beholder Lesser Minions"},{"id":20857,"c":24,"u":"physical%20characteristics%3b%20beholder%20body%20diameter_vgm","p":8,"s":67,"h":1,"n":"Physical Characteristics; Beholder Body Diameter"},{"id":20858,"c":24,"u":"physical%20characteristics%3b%20beholder%20eye%20color_vgm","p":8,"s":67,"h":1,"n":"Physical Characteristics; Beholder Eye Color"},{"id":20859,"c":24,"u":"physical%20characteristics%3b%20beholder%20eye%20size_vgm","p":8,"s":67,"h":1,"n":"Physical Characteristics; Beholder Eye Size"},{"id":20860,"c":24,"u":"physical%20characteristics%3b%20beholder%20eyestalk%20shape_vgm","p":8,"s":67,"h":1,"n":"Physical Characteristics; Beholder Eyestalk Shape"},{"id":20861,"c":24,"u":"physical%20characteristics%3b%20beholder%20eyestalk%20texture_vgm","p":8,"s":67,"h":1,"n":"Physical Characteristics; Beholder Eyestalk Texture"},{"id":20862,"c":24,"u":"physical%20characteristics%3b%20beholder%20iris%20shape_vgm","p":8,"s":67,"h":1,"n":"Physical Characteristics; Beholder Iris Shape"},{"id":20863,"c":24,"u":"physical%20characteristics%3b%20beholder%20mouth%20shape%20and%20size_vgm","p":8,"s":67,"h":1,"n":"Physical Characteristics; Beholder Mouth Shape and Size"},{"id":20864,"c":24,"u":"physical%20characteristics%3b%20beholder%20skin%20color_vgm","p":8,"s":67,"h":1,"n":"Physical Characteristics; Beholder Skin Color"},{"id":20865,"c":24,"u":"physical%20characteristics%3b%20beholder%20skin%20texture_vgm","p":8,"s":67,"h":1,"n":"Physical Characteristics; Beholder Skin Texture"},{"id":20866,"c":24,"u":"physical%20characteristics%3b%20beholder%20teeth%20shape_vgm","p":8,"s":67,"h":1,"n":"Physical Characteristics; Beholder Teeth Shape"},{"id":20867,"c":24,"u":"physical%20variations%3b%20pureblood%20characteristics_vgm","p":97,"s":67,"h":1,"n":"Physical Variations; Pureblood Characteristics"},{"id":20868,"c":24,"u":"physical%20variations%3b%20scale%20color_vgm","p":66,"s":67,"h":1,"n":"Physical Variations; Scale Color"},{"id":20869,"c":24,"u":"physical%20variations%3b%20scale%20pattern_vgm","p":66,"s":67,"h":1,"n":"Physical Variations; Scale Pattern"},{"id":20870,"c":24,"u":"physical%20variations%3b%20type%202%20malison%3a%20arms_vgm","p":97,"s":67,"h":1,"n":"Physical Variations; Type 2 Malison: Arms"},{"id":20871,"c":24,"u":"physical%20variations%3b%20type%204%20malison%3a%20lower%20body_vgm","p":97,"s":67,"h":1,"n":"Physical Variations; Type 4 Malison: Lower Body"},{"id":20872,"c":24,"u":"physical%20variations%3b%20yuan-ti%20eye%20color_vgm","p":97,"s":67,"h":1,"n":"Physical Variations; Yuan-ti Eye Color"},{"id":20873,"c":24,"u":"physical%20variations%3b%20yuan-ti%20humanoid%20skin%20color_vgm","p":97,"s":67,"h":1,"n":"Physical Variations; Yuan-ti Humanoid Skin Color"},{"id":20874,"c":24,"u":"physical%20variations%3b%20yuan-ti%20scale%20color_vgm","p":97,"s":67,"h":1,"n":"Physical Variations; Yuan-ti Scale Color"},{"id":20875,"c":24,"u":"physical%20variations%3b%20yuan-ti%20scale%20pattern_vgm","p":97,"s":67,"h":1,"n":"Physical Variations; Yuan-ti Scale Pattern"},{"id":20876,"c":24,"u":"physical%20variations%3b%20yuan-ti%20snake%20body%20type_vgm","p":97,"s":67,"h":1,"n":"Physical Variations; Yuan-ti Snake Body Type"},{"id":20877,"c":24,"u":"physical%20variations%3b%20yuan-ti%20snake%20head%20shape_vgm","p":97,"s":67,"h":1,"n":"Physical Variations; Yuan-ti Snake Head Shape"},{"id":20878,"c":24,"u":"physical%20variations%3b%20yuan-ti%20tongue%20color_vgm","p":97,"s":67,"h":1,"n":"Physical Variations; Yuan-ti Tongue Color"},{"id":20879,"c":24,"u":"random%20hag%20minions%3b%20brutes_vgm","p":61,"s":67,"h":1,"n":"Random Hag Minions; Brutes"},{"id":20880,"c":24,"u":"random%20hag%20minions%3b%20servants_vgm","p":61,"s":67,"h":1,"n":"Random Hag Minions; Servants"},{"id":20881,"c":24,"u":"random%20yuan-ti%20servants%3b%20yuan-ti%20agents_vgm","p":102,"s":67,"h":1,"n":"Random Yuan-ti Servants; Yuan-ti Agents"},{"id":20882,"c":24,"u":"random%20yuan-ti%20servants%3b%20yuan-ti%20protectors_vgm","p":102,"s":67,"h":1,"n":"Random Yuan-ti Servants; Yuan-ti Protectors"},{"id":20883,"c":24,"u":"rank%2c%20status%2c%20and%20title_vgm","p":46,"s":67,"h":1,"n":"Rank, Status, and Title"},{"id":20884,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20bonds_vgm","p":8,"s":67,"h":1,"n":"Roleplaying a Beholder; Beholder Bonds"},{"id":20885,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20flaws_vgm","p":8,"s":67,"h":1,"n":"Roleplaying a Beholder; Beholder Flaws"},{"id":20886,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20ideals_vgm","p":8,"s":67,"h":1,"n":"Roleplaying a Beholder; Beholder Ideals"},{"id":20887,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20personality%20traits_vgm","p":8,"s":67,"h":1,"n":"Roleplaying a Beholder; Beholder Personality Traits"},{"id":20888,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20bonds_vgm","p":23,"s":67,"h":1,"n":"Roleplaying a Giant; Giant Bonds"},{"id":20889,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20flaws_vgm","p":23,"s":67,"h":1,"n":"Roleplaying a Giant; Giant Flaws"},{"id":20890,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20ideals_vgm","p":23,"s":67,"h":1,"n":"Roleplaying a Giant; Giant Ideals"},{"id":20891,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20personality%20traits_vgm","p":23,"s":67,"h":1,"n":"Roleplaying a Giant; Giant Personality Traits"},{"id":20892,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20bonds_vgm","p":54,"s":67,"h":1,"n":"Roleplaying a Hag; Hag Bonds"},{"id":20893,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20flaws_vgm","p":54,"s":67,"h":1,"n":"Roleplaying a Hag; Hag Flaws"},{"id":20894,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20ideals_vgm","p":54,"s":67,"h":1,"n":"Roleplaying a Hag; Hag Ideals"},{"id":20895,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20personality%20traits_vgm","p":54,"s":67,"h":1,"n":"Roleplaying a Hag; Hag Personality Traits"},{"id":20896,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20bonds_vgm","p":74,"s":67,"h":1,"n":"Roleplaying a Mind Flayer; Mind Flayer Bonds"},{"id":20897,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20flaws_vgm","p":74,"s":67,"h":1,"n":"Roleplaying a Mind Flayer; Mind Flayer Flaws"},{"id":20898,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20ideals_vgm","p":74,"s":67,"h":1,"n":"Roleplaying a Mind Flayer; Mind Flayer Ideals"},{"id":20899,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20personality%20traits_vgm","p":74,"s":67,"h":1,"n":"Roleplaying a Mind Flayer; Mind Flayer Personality Traits"},{"id":20900,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20bonds_vgm","p":98,"s":67,"h":1,"n":"Roleplaying a Yuan-ti; Yuan-ti Bonds"},{"id":20901,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20flaws_vgm","p":98,"s":67,"h":1,"n":"Roleplaying a Yuan-ti; Yuan-ti Flaws"},{"id":20902,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20ideals_vgm","p":98,"s":67,"h":1,"n":"Roleplaying a Yuan-ti; Yuan-ti Ideals"},{"id":20903,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20personality%20traits_vgm","p":98,"s":67,"h":1,"n":"Roleplaying a Yuan-ti; Yuan-ti Personality Traits"},{"id":20904,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20bonds_vgm","p":87,"s":67,"h":1,"n":"Roleplaying an Orc; Orc Bonds"},{"id":20905,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20flaws_vgm","p":87,"s":67,"h":1,"n":"Roleplaying an Orc; Orc Flaws"},{"id":20906,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20ideals_vgm","p":87,"s":67,"h":1,"n":"Roleplaying an Orc; Orc Ideals"},{"id":20907,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20personality%20traits_vgm","p":87,"s":67,"h":1,"n":"Roleplaying an Orc; Orc Personality Traits"},{"id":20908,"c":24,"u":"status%20symbols_vgm","p":42,"s":67,"h":1,"n":"Status Symbols"},{"id":20909,"c":24,"u":"treasure%3b%20orc%20trophies_vgm","p":90,"s":67,"h":1,"n":"Treasure; Orc Trophies"},{"id":20910,"c":24,"u":"yuan-ti%20names_vgm","p":99,"s":67,"h":1,"n":"Yuan-ti Names"},{"id":20911,"c":24,"u":"adventures%20in%20the%20carnival%3b%20carnival%20adventures_vrgr","p":87,"s":68,"h":1,"n":"Adventures in the Carnival; Carnival Adventures"},{"id":20912,"c":24,"u":"adventures%3b%20darklord%20connections_vrgr","p":44,"s":68,"h":1,"n":"Adventures; Darklord Connections"},{"id":20913,"c":24,"u":"adventures%3b%20darklord%20interactions_vrgr","p":44,"s":68,"h":1,"n":"Adventures; Darklord Interactions"},{"id":20914,"c":24,"u":"alien%20artifacts%3b%20aberrant%20evidence_vrgr","p":75,"s":68,"h":1,"n":"Alien Artifacts; Aberrant Evidence"},{"id":20915,"c":24,"u":"barovia%20adventures_vrgr","p":69,"s":68,"h":1,"n":"Barovia Adventures"},{"id":20916,"c":24,"u":"benefits%20of%20renown%3b%20loyalist%20benefits_vrgr","p":131,"s":68,"h":1,"n":"Benefits of Renown; Loyalist Benefits"},{"id":20917,"c":24,"u":"benefits%20of%20renown%3b%20rebel%20benefits_vrgr","p":131,"s":68,"h":1,"n":"Benefits of Renown; Rebel Benefits"},{"id":20918,"c":24,"u":"bestiary%3b%20creatures%20by%20challenge%20rating_vrgr","p":226,"s":68,"h":1,"n":"Bestiary; Creatures by Challenge Rating"},{"id":20919,"c":24,"u":"beyond%20barovia%3b%20lost%20tatyana_vrgr","p":71,"s":68,"h":1,"n":"Beyond Barovia; Lost Tatyana"},{"id":20920,"c":24,"u":"bluetspur%20adventures_vrgr","p":74,"s":68,"h":1,"n":"Bluetspur Adventures"},{"id":20921,"c":24,"u":"body%20horror%20adventure%20sites_vrgr","p":47,"s":68,"h":1,"n":"Body Horror Adventure Sites"},{"id":20922,"c":24,"u":"body%20horror%20monsters_vrgr","p":45,"s":68,"h":1,"n":"Body Horror Monsters"},{"id":20923,"c":24,"u":"body%20horror%20plots_vrgr","p":47,"s":68,"h":1,"n":"Body Horror Plots"},{"id":20924,"c":24,"u":"body%20horror%20settings_vrgr","p":47,"s":68,"h":1,"n":"Body Horror Settings"},{"id":20925,"c":24,"u":"body%20horror%20torments_vrgr","p":47,"s":68,"h":1,"n":"Body Horror Torments"},{"id":20926,"c":24,"u":"body%20horror%20villains_vrgr","p":45,"s":68,"h":1,"n":"Body Horror Villains"},{"id":20927,"c":24,"u":"borca%20adventures_vrgr","p":81,"s":68,"h":1,"n":"Borca Adventures"},{"id":20928,"c":24,"u":"concluding%20the%20siege%3b%20zombie%20siege%20climax_vrgr","p":105,"s":68,"h":1,"n":"Concluding the Siege; Zombie Siege Climax"},{"id":20929,"c":24,"u":"connection%20to%20strahd%3b%20avoiding%20strahd_vrgr","p":70,"s":68,"h":1,"n":"Connection to Strahd; Avoiding Strahd"},{"id":20930,"c":24,"u":"connection%20to%20strahd%3b%20hunting%20strahd_vrgr","p":70,"s":68,"h":1,"n":"Connection to Strahd; Hunting Strahd"},{"id":20931,"c":24,"u":"cosmic%20horror%20adventure%20sites_vrgr","p":49,"s":68,"h":1,"n":"Cosmic Horror Adventure Sites"},{"id":20932,"c":24,"u":"cosmic%20horror%20monsters_vrgr","p":48,"s":68,"h":1,"n":"Cosmic Horror Monsters"},{"id":20933,"c":24,"u":"cosmic%20horror%20plots_vrgr","p":49,"s":68,"h":1,"n":"Cosmic Horror Plots"},{"id":20934,"c":24,"u":"cosmic%20horror%20settings_vrgr","p":49,"s":68,"h":1,"n":"Cosmic Horror Settings"},{"id":20935,"c":24,"u":"cosmic%20horror%20torments_vrgr","p":49,"s":68,"h":1,"n":"Cosmic Horror Torments"},{"id":20936,"c":24,"u":"cosmic%20horror%20villains_vrgr","p":48,"s":68,"h":1,"n":"Cosmic Horror Villains"},{"id":20937,"c":24,"u":"dark%20fantasy%20adventure%20sites_vrgr","p":51,"s":68,"h":1,"n":"Dark Fantasy Adventure Sites"},{"id":20938,"c":24,"u":"dark%20fantasy%20monsters_vrgr","p":50,"s":68,"h":1,"n":"Dark Fantasy Monsters"},{"id":20939,"c":24,"u":"dark%20fantasy%20plots_vrgr","p":51,"s":68,"h":1,"n":"Dark Fantasy Plots"},{"id":20940,"c":24,"u":"dark%20fantasy%20settings_vrgr","p":51,"s":68,"h":1,"n":"Dark Fantasy Settings"},{"id":20941,"c":24,"u":"dark%20fantasy%20torments_vrgr","p":51,"s":68,"h":1,"n":"Dark Fantasy Torments"},{"id":20942,"c":24,"u":"dark%20fantasy%20villains_vrgr","p":50,"s":68,"h":1,"n":"Dark Fantasy Villains"},{"id":20943,"c":24,"u":"darkon%20adventures_vrgr","p":91,"s":68,"h":1,"n":"Darkon Adventures"},{"id":20944,"c":24,"u":"darkon%20allies_vrgr","p":92,"s":68,"h":1,"n":"Darkon Allies"},{"id":20945,"c":24,"u":"darkon%20finale_vrgr","p":93,"s":68,"h":1,"n":"Darkon Finale"},{"id":20946,"c":24,"u":"darkon%20rivals_vrgr","p":92,"s":68,"h":1,"n":"Darkon Rivals"},{"id":20947,"c":24,"u":"darkon's%20destruction_vrgr","p":92,"s":68,"h":1,"n":"Darkon's Destruction"},{"id":20948,"c":24,"u":"darkon's%20salvation_vrgr","p":92,"s":68,"h":1,"n":"Darkon's Salvation"},{"id":20949,"c":24,"u":"dementlieu%20adventures_vrgr","p":97,"s":68,"h":1,"n":"Dementlieu Adventures"},{"id":20950,"c":24,"u":"domains%20of%20ravenloft_vrgr","p":168,"s":68,"h":1,"n":"Domains of Ravenloft"},{"id":20951,"c":24,"u":"dread%20in%20darkon_vrgr","p":93,"s":68,"h":1,"n":"Dread in Darkon"},{"id":20952,"c":24,"u":"during%20the%20siege%3b%20zombie%20siege%20encounters_vrgr","p":105,"s":68,"h":1,"n":"During the Siege; Zombie Siege Encounters"},{"id":20953,"c":24,"u":"falkovnia%20adventures_vrgr","p":103,"s":68,"h":1,"n":"Falkovnia Adventures"},{"id":20954,"c":24,"u":"folk%20horror%20adventure%20sites_vrgr","p":53,"s":68,"h":1,"n":"Folk Horror Adventure Sites"},{"id":20955,"c":24,"u":"folk%20horror%20monsters_vrgr","p":52,"s":68,"h":1,"n":"Folk Horror Monsters"},{"id":20956,"c":24,"u":"folk%20horror%20plots_vrgr","p":53,"s":68,"h":1,"n":"Folk Horror Plots"},{"id":20957,"c":24,"u":"folk%20horror%20settings_vrgr","p":53,"s":68,"h":1,"n":"Folk Horror Settings"},{"id":20958,"c":24,"u":"folk%20horror%20torments_vrgr","p":53,"s":68,"h":1,"n":"Folk Horror Torments"},{"id":20959,"c":24,"u":"folk%20horror%20villains_vrgr","p":52,"s":68,"h":1,"n":"Folk Horror Villains"},{"id":20960,"c":24,"u":"ghost%20story%20adventure%20sites_vrgr","p":55,"s":68,"h":1,"n":"Ghost Story Adventure Sites"},{"id":20961,"c":24,"u":"ghost%20story%20monsters_vrgr","p":54,"s":68,"h":1,"n":"Ghost Story Monsters"},{"id":20962,"c":24,"u":"ghost%20story%20plots_vrgr","p":55,"s":68,"h":1,"n":"Ghost Story Plots"},{"id":20963,"c":24,"u":"ghost%20story%20settings_vrgr","p":55,"s":68,"h":1,"n":"Ghost Story Settings"},{"id":20964,"c":24,"u":"ghost%20story%20torments_vrgr","p":55,"s":68,"h":1,"n":"Ghost Story Torments"},{"id":20965,"c":24,"u":"ghost%20story%20villains_vrgr","p":54,"s":68,"h":1,"n":"Ghost Story Villains"},{"id":20966,"c":24,"u":"ghost's%20history_vrgr","p":148,"s":68,"h":1,"n":"Ghost's History"},{"id":20967,"c":24,"u":"gothic%20horror%20adventure%20sites_vrgr","p":57,"s":68,"h":1,"n":"Gothic Horror Adventure Sites"},{"id":20968,"c":24,"u":"gothic%20horror%20monsters_vrgr","p":56,"s":68,"h":1,"n":"Gothic Horror Monsters"},{"id":20969,"c":24,"u":"gothic%20horror%20plots_vrgr","p":57,"s":68,"h":1,"n":"Gothic Horror Plots"},{"id":20970,"c":24,"u":"gothic%20horror%20settings_vrgr","p":57,"s":68,"h":1,"n":"Gothic Horror Settings"},{"id":20971,"c":24,"u":"gothic%20horror%20torments_vrgr","p":56,"s":68,"h":1,"n":"Gothic Horror Torments"},{"id":20972,"c":24,"u":"gothic%20horror%20villains_vrgr","p":56,"s":68,"h":1,"n":"Gothic Horror Villains"},{"id":20973,"c":24,"u":"har'akir%20adventures_vrgr","p":110,"s":68,"h":1,"n":"Har'Akir Adventures"},{"id":20974,"c":24,"u":"hazlan%20adventures_vrgr","p":115,"s":68,"h":1,"n":"Hazlan Adventures"},{"id":20975,"c":24,"u":"hazlan%20wild%20magic_vrgr","p":116,"s":68,"h":1,"n":"Hazlan Wild Magic"},{"id":20976,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20bonds_vrgr","p":32,"s":68,"h":1,"n":"Horror Characteristics; Horror Character Bonds"},{"id":20977,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20flaws_vrgr","p":32,"s":68,"h":1,"n":"Horror Characteristics; Horror Character Flaws"},{"id":20978,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20ideals_vrgr","p":32,"s":68,"h":1,"n":"Horror Characteristics; Horror Character Ideals"},{"id":20979,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20personality%20traits_vrgr","p":32,"s":68,"h":1,"n":"Horror Characteristics; Horror Character Personality Traits"},{"id":20980,"c":24,"u":"i'cath%20adventures_vrgr","p":121,"s":68,"h":1,"n":"I'Cath Adventures"},{"id":20981,"c":24,"u":"ignoble%20bonds%3b%20ignoble%20request_vrgr","p":82,"s":68,"h":1,"n":"Ignoble Bonds; Ignoble Request"},{"id":20982,"c":24,"u":"kalakeri%20adventures_vrgr","p":128,"s":68,"h":1,"n":"Kalakeri Adventures"},{"id":20983,"c":24,"u":"kartakass%20adventures_vrgr","p":135,"s":68,"h":1,"n":"Kartakass Adventures"},{"id":20984,"c":24,"u":"keeper%20adventures_vrgr","p":175,"s":68,"h":1,"n":"Keeper Adventures"},{"id":20985,"c":24,"u":"lamordia%20adventures_vrgr","p":141,"s":68,"h":1,"n":"Lamordia Adventures"},{"id":20986,"c":24,"u":"lethal%20leverage_vrgr","p":82,"s":68,"h":1,"n":"Lethal Leverage"},{"id":20987,"c":24,"u":"lost%20memories%3b%20suppressed%20memories_vrgr","p":75,"s":68,"h":1,"n":"Lost Memories; Suppressed Memories"},{"id":20988,"c":24,"u":"means%20to%20save%20darkon_vrgr","p":92,"s":68,"h":1,"n":"Means to Save Darkon"},{"id":20989,"c":24,"u":"meeting%20the%20darklord%3b%20favors%20for%20harkon%20lukas_vrgr","p":136,"s":68,"h":1,"n":"Meeting the Darklord; Favors for Harkon Lukas"},{"id":20990,"c":24,"u":"misericordia%20and%20other%20noble%20estates%3b%20noble%20families%20and%20estates_vrgr","p":77,"s":68,"h":1,"n":"Misericordia and Other Noble Estates; Noble Families and Estates"},{"id":20991,"c":24,"u":"monstrous%20transformations_vrgr","p":41,"s":68,"h":1,"n":"Monstrous Transformations"},{"id":20992,"c":24,"u":"mordenheim's%20designs%3b%20serving%20dr.%20mordenheim_vrgr","p":142,"s":68,"h":1,"n":"Mordenheim's Designs; Serving Dr. Mordenheim"},{"id":20993,"c":24,"u":"mordent%20adventures_vrgr","p":147,"s":68,"h":1,"n":"Mordent Adventures"},{"id":20994,"c":24,"u":"mother's%20blessing%3b%20lorinda's%20daughter_vrgr","p":161,"s":68,"h":1,"n":"Mother's Blessing; Lorinda's Daughter"},{"id":20995,"c":24,"u":"random%20complications%3b%20grand%20masquerade%20complications_vrgr","p":99,"s":68,"h":1,"n":"Random Complications; Grand Masquerade Complications"},{"id":20996,"c":24,"u":"renown%20in%20kalakeri_vrgr","p":130,"s":68,"h":1,"n":"Renown in Kalakeri"},{"id":20997,"c":24,"u":"richemulot%20adventures_vrgr","p":153,"s":68,"h":1,"n":"Richemulot Adventures"},{"id":20998,"c":24,"u":"romance%3b%20romantic%20elements_vrgr","p":148,"s":68,"h":1,"n":"Romance; Romantic Elements"},{"id":20999,"c":24,"u":"spirit%20tales_vrgr","p":28,"s":68,"h":1,"n":"Spirit Tales"},{"id":21000,"c":24,"u":"stage%20four%3a%20pestilence%3b%20stage%20four%20encounters_vrgr","p":155,"s":68,"h":1,"n":"Stage Four: Pestilence; Stage Four Encounters"},{"id":21001,"c":24,"u":"stage%20three%3a%20illness%3b%20stage%20three%20encounters_vrgr","p":155,"s":68,"h":1,"n":"Stage Three: Illness; Stage Three Encounters"},{"id":21002,"c":24,"u":"stage%20two%3a%20outbreak%3b%20stage%20two%20encounters_vrgr","p":154,"s":68,"h":1,"n":"Stage Two: Outbreak; Stage Two Encounters"},{"id":21003,"c":24,"u":"tepest%20adventures_vrgr","p":159,"s":68,"h":1,"n":"Tepest Adventures"},{"id":21004,"c":24,"u":"the%20grand%20masquerade%3b%20grand%20masquerade%20objectives_vrgr","p":97,"s":68,"h":1,"n":"The Grand Masquerade; Grand Masquerade Objectives"},{"id":21005,"c":24,"u":"the%20hunters'%20role%3b%20hunt%20for%20the%20ka_vrgr","p":111,"s":68,"h":1,"n":"The Hunters' Role; Hunt for the Ka"},{"id":21006,"c":24,"u":"the%20pharaoh's%20return%3b%20ankhtepot%20reborn_vrgr","p":110,"s":68,"h":1,"n":"The Pharaoh's Return; Ankhtepot Reborn"},{"id":21007,"c":24,"u":"the%20secret%20of%20darkon's%20doom%3b%20azalin's%20fate_vrgr","p":92,"s":68,"h":1,"n":"The Secret of Darkon's Doom; Azalin's Fate"},{"id":21008,"c":24,"u":"the%20soul's%20shape%3b%20ankhtepot's%20soul_vrgr","p":110,"s":68,"h":1,"n":"The Soul's Shape; Ankhtepot's Soul"},{"id":21009,"c":24,"u":"tithe%20events_vrgr","p":160,"s":68,"h":1,"n":"Tithe Events"},{"id":21010,"c":24,"u":"tragedy%3b%20tragic%20elements_vrgr","p":148,"s":68,"h":1,"n":"Tragedy; Tragic Elements"},{"id":21011,"c":24,"u":"travelers%20in%20the%20mists%3b%20strangers%20in%20the%20mists_vrgr","p":174,"s":68,"h":1,"n":"Travelers in the Mists; Strangers in the Mists"},{"id":21012,"c":24,"u":"valachan%20adventures_vrgr","p":164,"s":68,"h":1,"n":"Valachan Adventures"},{"id":21013,"c":24,"u":"valachan%20hunt%20complications_vrgr","p":167,"s":68,"h":1,"n":"Valachan Hunt Complications"},{"id":21014,"c":24,"u":"wandering%20the%20mists_vrgr","p":61,"s":68,"h":1,"n":"Wandering the Mists"},{"id":21015,"c":24,"u":"welcome%20to%20viktal%3b%20sights%20in%20viktal_vrgr","p":160,"s":68,"h":1,"n":"Welcome to Viktal; Sights in Viktal"},{"id":21016,"c":24,"u":"who%20is%20tatyana%3f%3b%20tatyana's%20incarnation_vrgr","p":70,"s":68,"h":1,"n":"Who Is Tatyana?; Tatyana's Incarnation"},{"id":21017,"c":24,"u":"wicked%20personality%3b%20fatal%20flaws_vrgr","p":40,"s":68,"h":1,"n":"Wicked Personality; Fatal Flaws"},{"id":21018,"c":24,"u":"stagefright's%20lines_wbtw","p":250,"s":69,"h":1,"n":"Stagefright's Lines"},{"id":21019,"c":24,"u":"animated%20coffin%20contents_aatm","s":72,"h":1,"n":"Animated Coffin Contents"},{"id":21020,"c":24,"u":"entering%20the%20mortuary%3b%20mortuary%20portals_aatm","s":72,"h":1,"n":"Entering the Mortuary; Mortuary Portals"},{"id":21021,"c":24,"u":"exploring%20the%20mortuary%3b%20mortuary%20chambers_aatm","s":72,"h":1,"n":"Exploring the Mortuary; Mortuary Chambers"},{"id":21022,"c":24,"u":"heralds%20of%20dust%20spellcasting%20fees_aatm","s":72,"h":1,"n":"Heralds of Dust Spellcasting Fees"},{"id":21023,"c":24,"u":"mortuary%20adventures%3b%20mortuary%20adventure%20hooks_aatm","s":72,"h":1,"n":"Mortuary Adventures; Mortuary Adventure Hooks"},{"id":21024,"c":24,"u":"mortuary%20encounters%20(levels%2011%e2%80%9416)_aatm","s":72,"h":1,"n":"Mortuary Encounters (Levels 11—16)"},{"id":21025,"c":24,"u":"mortuary%20encounters%20(levels%201%e2%80%944)_aatm","s":72,"h":1,"n":"Mortuary Encounters (Levels 1—4)"},{"id":21026,"c":24,"u":"mortuary%20encounters%20(levels%205%e2%80%9410)_aatm","s":72,"h":1,"n":"Mortuary Encounters (Levels 5—10)"},{"id":21027,"c":24,"u":"faction%20advancement_al","s":156,"h":1,"n":"Faction Advancement"},{"id":21028,"c":24,"u":"faction%20training_al","s":156,"h":1,"n":"Faction Training"},{"id":21029,"c":24,"u":"receive%20your%20faction's%20insignia%3b%20faction%20insignias_al","s":156,"h":1,"n":"Receive Your Faction's Insignia; Faction Insignias"},{"id":21030,"c":24,"u":"archfey's%20personality_dod","p":13,"s":78,"h":1,"n":"Archfey's Personality"},{"id":21031,"c":24,"u":"archfey's%20presentation_dod","p":12,"s":78,"h":1,"n":"Archfey's Presentation"},{"id":21032,"c":24,"u":"breaking%20a%20contract%3b%20breaking%20a%20greater%20contract_dod","p":9,"s":78,"h":1,"n":"Breaking a Contract; Breaking a Greater Contract"},{"id":21033,"c":24,"u":"breaking%20a%20contract%3b%20breaking%20a%20lesser%20contract_dod","p":9,"s":78,"h":1,"n":"Breaking a Contract; Breaking a Lesser Contract"},{"id":21034,"c":24,"u":"coming%20and%20going%3b%20fey%20crossings_dod","p":17,"s":78,"h":1,"n":"Coming and Going; Fey Crossings"},{"id":21035,"c":24,"u":"domain%20denizens%3b%20feywild%20creatures_dod","p":20,"s":78,"h":1,"n":"Domain Denizens; Feywild Creatures"},{"id":21036,"c":24,"u":"domain%20drama_dod","p":19,"s":78,"h":1,"n":"Domain Drama"},{"id":21037,"c":24,"u":"domain%20theme_dod","p":16,"s":78,"h":1,"n":"Domain Theme"},{"id":21038,"c":24,"u":"domain%20visitors_dod","p":21,"s":78,"h":1,"n":"Domain Visitors"},{"id":21039,"c":24,"u":"fey%20abodes_dod","p":11,"s":78,"h":1,"n":"Fey Abodes"},{"id":21040,"c":24,"u":"fey%20curses_dod","p":10,"s":78,"h":1,"n":"Fey Curses"},{"id":21041,"c":24,"u":"fey%20curses%3b%20ending%20the%20curse_dod","p":10,"s":78,"h":1,"n":"Fey Curses; Ending the Curse"},{"id":21042,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20identities_dod","p":5,"s":78,"h":1,"n":"Feywild Guides; Feywild Guide Identities"},{"id":21043,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20names_dod","p":5,"s":78,"h":1,"n":"Feywild Guides; Feywild Guide Names"},{"id":21044,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20quirks_dod","p":5,"s":78,"h":1,"n":"Feywild Guides; Feywild Guide Quirks"},{"id":21045,"c":24,"u":"feywild%20weather_dod","p":5,"s":78,"h":1,"n":"Feywild Weather"},{"id":21046,"c":24,"u":"geographical%20features_dod","p":16,"s":78,"h":1,"n":"Geographical Features"},{"id":21047,"c":24,"u":"magical%20gifts_dod","p":15,"s":78,"h":1,"n":"Magical Gifts"},{"id":21048,"c":24,"u":"magical%20shortcuts%3b%20shortcut%20routines_dod","p":18,"s":78,"h":1,"n":"Magical Shortcuts; Shortcut Routines"},{"id":21049,"c":24,"u":"obsessions%3b%20archfey%20obsession_dod","p":13,"s":78,"h":1,"n":"Obsessions; Archfey Obsession"},{"id":21050,"c":24,"u":"price%20of%20a%20contract%3b%20fey%20desires%20for%20greater%20contracts_dod","p":9,"s":78,"h":1,"n":"Price of a Contract; Fey Desires for Greater Contracts"},{"id":21051,"c":24,"u":"price%20of%20a%20contract%3b%20fey%20desires%20for%20lesser%20contracts_dod","p":9,"s":78,"h":1,"n":"Price of a Contract; Fey Desires for Lesser Contracts"},{"id":21052,"c":24,"u":"signature%20magic_dod","p":14,"s":78,"h":1,"n":"Signature Magic"},{"id":21053,"c":24,"u":"weird%20magic%20effects_dod","p":19,"s":78,"h":1,"n":"Weird Magic Effects"},{"id":21054,"c":24,"u":"cavern%20encounters_llk","p":33,"s":81,"h":1,"n":"Cavern Encounters"},{"id":21055,"c":24,"u":"mountain%20encounters_llk","p":33,"s":81,"h":1,"n":"Mountain Encounters"},{"id":21056,"c":24,"u":"wilderness%20encounters_llk","p":32,"s":81,"h":1,"n":"Wilderness Encounters"},{"id":21057,"c":24,"u":"in%20this%20collection%3b%20eldraine%20creatures_mcv4ec","s":86,"h":1,"n":"In This Collection; Eldraine Creatures"},{"id":21058,"c":24,"u":"appendix%3a%20planeswalkers%20and%20the%20multiverse_psa","p":39,"s":95,"h":1,"n":"Appendix: Planeswalkers and the Multiverse"},{"id":21059,"c":24,"u":"bard%20or%20cleric%3b%20suggested%20bonds_psd","p":18,"s":96,"h":1,"n":"Bard or Cleric; Suggested Bonds"},{"id":21060,"c":24,"u":"bard%20or%20cleric%3b%20suggested%20ideals_psd","p":18,"s":96,"h":1,"n":"Bard or Cleric; Suggested Ideals"},{"id":21061,"c":24,"u":"benalish%20quests_psd","p":7,"s":96,"h":1,"n":"Benalish Quests"},{"id":21062,"c":24,"u":"benalish%20sites_psd","p":7,"s":96,"h":1,"n":"Benalish Sites"},{"id":21063,"c":24,"u":"benalish%20villains_psd","p":7,"s":96,"h":1,"n":"Benalish Villains"},{"id":21064,"c":24,"u":"cabal%20sites_psd","p":16,"s":96,"h":1,"n":"Cabal Sites"},{"id":21065,"c":24,"u":"cabal%20villains_psd","p":17,"s":96,"h":1,"n":"Cabal Villains"},{"id":21066,"c":24,"u":"fighter%20or%20ranger%3b%20suggested%20bonds_psd","p":21,"s":96,"h":1,"n":"Fighter or Ranger; Suggested Bonds"},{"id":21067,"c":24,"u":"fighter%20or%20ranger%3b%20suggested%20ideals_psd","p":21,"s":96,"h":1,"n":"Fighter or Ranger; Suggested Ideals"},{"id":21068,"c":24,"u":"heroes%20of%20benalia%3b%20suggested%20bonds_psd","p":5,"s":96,"h":1,"n":"Heroes of Benalia; Suggested Bonds"},{"id":21069,"c":24,"u":"heroes%20of%20benalia%3b%20suggested%20ideals_psd","p":5,"s":96,"h":1,"n":"Heroes of Benalia; Suggested Ideals"},{"id":21070,"c":24,"u":"heroes%20of%20serra%3b%20suggested%20bonds_psd","p":8,"s":96,"h":1,"n":"Heroes of Serra; Suggested Bonds"},{"id":21071,"c":24,"u":"heroes%20of%20serra%3b%20suggested%20ideals_psd","p":8,"s":96,"h":1,"n":"Heroes of Serra; Suggested Ideals"},{"id":21072,"c":24,"u":"heroes%20of%20tolaria%3b%20suggested%20bonds_psd","p":10,"s":96,"h":1,"n":"Heroes of Tolaria; Suggested Bonds"},{"id":21073,"c":24,"u":"heroes%20of%20tolaria%3b%20suggested%20ideals_psd","p":10,"s":96,"h":1,"n":"Heroes of Tolaria; Suggested Ideals"},{"id":21074,"c":24,"u":"keld%20quests_psd","p":20,"s":96,"h":1,"n":"Keld Quests"},{"id":21075,"c":24,"u":"keld%20sites_psd","p":20,"s":96,"h":1,"n":"Keld Sites"},{"id":21076,"c":24,"u":"keld%20villains_psd","p":20,"s":96,"h":1,"n":"Keld Villains"},{"id":21077,"c":24,"u":"llanowar%20quests_psd","p":23,"s":96,"h":1,"n":"Llanowar Quests"},{"id":21078,"c":24,"u":"llanowar%20sites_psd","p":23,"s":96,"h":1,"n":"Llanowar Sites"},{"id":21079,"c":24,"u":"llanowar%20villains_psd","p":23,"s":96,"h":1,"n":"Llanowar Villains"},{"id":21080,"c":24,"u":"serran%20quests_psd","p":9,"s":96,"h":1,"n":"Serran Quests"},{"id":21081,"c":24,"u":"serran%20sites_psd","p":9,"s":96,"h":1,"n":"Serran Sites"},{"id":21082,"c":24,"u":"serran%20villains_psd","p":9,"s":96,"h":1,"n":"Serran Villains"},{"id":21083,"c":24,"u":"tolarian%20quests_psd","p":11,"s":96,"h":1,"n":"Tolarian Quests"},{"id":21084,"c":24,"u":"tolarian%20sites_psd","p":11,"s":96,"h":1,"n":"Tolarian Sites"},{"id":21085,"c":24,"u":"tolarian%20villains_psd","p":12,"s":96,"h":1,"n":"Tolarian Villains"},{"id":21086,"c":24,"u":"vodalian%20quests_psd","p":13,"s":96,"h":1,"n":"Vodalian Quests"},{"id":21087,"c":24,"u":"vodalian%20sites_psd","p":14,"s":96,"h":1,"n":"Vodalian Sites"},{"id":21088,"c":24,"u":"vodalian%20villains_psd","p":14,"s":96,"h":1,"n":"Vodalian Villains"},{"id":21089,"c":24,"u":"automatons%20and%20vehicles_psk","p":12,"s":98,"h":1,"n":"Automatons and Vehicles"},{"id":21090,"c":24,"u":"black%20ideals_psx","p":45,"s":99,"h":1,"n":"Black Ideals"},{"id":21091,"c":24,"u":"black%20personality%20traits_psx","p":45,"s":99,"h":1,"n":"Black Personality Traits"},{"id":21092,"c":24,"u":"blue%20ideals_psx","p":44,"s":99,"h":1,"n":"Blue Ideals"},{"id":21093,"c":24,"u":"blue%20personality%20traits_psx","p":44,"s":99,"h":1,"n":"Blue Personality Traits"},{"id":21094,"c":24,"u":"brazen%20coalition%3b%20suggested%20bonds_psx","p":9,"s":99,"h":1,"n":"Brazen Coalition; Suggested Bonds"},{"id":21095,"c":24,"u":"brazen%20coalition%3b%20suggested%20ideals_psx","p":9,"s":99,"h":1,"n":"Brazen Coalition; Suggested Ideals"},{"id":21096,"c":24,"u":"four%20peoples%2c%20one%20party%3b%201_psx","p":5,"s":99,"h":1,"n":"Four Peoples, One Party; 1"},{"id":21097,"c":24,"u":"four%20peoples%2c%20one%20party%3b%20suggested%20bonds_psx","p":5,"s":99,"h":1,"n":"Four Peoples, One Party; Suggested Bonds"},{"id":21098,"c":24,"u":"four%20peoples%2c%20one%20party%3b%20suggested%20ideals_psx","p":5,"s":99,"h":1,"n":"Four Peoples, One Party; Suggested Ideals"},{"id":21099,"c":24,"u":"green%20ideals_psx","p":47,"s":99,"h":1,"n":"Green Ideals"},{"id":21100,"c":24,"u":"green%20personality%20traits_psx","p":47,"s":99,"h":1,"n":"Green Personality Traits"},{"id":21101,"c":24,"u":"legion%20of%20dusk%3b%20suggested%20bonds_psx","p":8,"s":99,"h":1,"n":"Legion of Dusk; Suggested Bonds"},{"id":21102,"c":24,"u":"legion%20of%20dusk%3b%20suggested%20ideals_psx","p":8,"s":99,"h":1,"n":"Legion of Dusk; Suggested Ideals"},{"id":21103,"c":24,"u":"red%20ideals_psx","p":46,"s":99,"h":1,"n":"Red Ideals"},{"id":21104,"c":24,"u":"red%20personality%20traits_psx","p":46,"s":99,"h":1,"n":"Red Personality Traits"},{"id":21105,"c":24,"u":"river%20heralds%3b%20suggested%20bonds_psx","p":7,"s":99,"h":1,"n":"River Heralds; Suggested Bonds"},{"id":21106,"c":24,"u":"river%20heralds%3b%20suggested%20ideals_psx","p":7,"s":99,"h":1,"n":"River Heralds; Suggested Ideals"},{"id":21107,"c":24,"u":"white%20ideals_psx","p":43,"s":99,"h":1,"n":"White Ideals"},{"id":21108,"c":24,"u":"white%20personality%20traits_psx","p":43,"s":99,"h":1,"n":"White Personality Traits"},{"id":21109,"c":24,"u":"random%20encounters%3b%20snout%20of%20omgar%20encounters_ttp","p":5,"s":102,"h":1,"n":"Random Encounters; Snout of Omgar Encounters"},{"id":21110,"c":25,"u":"dungeon%20spread%20decks_dmtcrg","p":11,"s":145,"h":1,"n":"Dungeon Spread Decks"},{"id":21111,"c":25,"u":"random%20magic%20items%20-%20arcana_xdmg","p":326,"s":5,"h":1,"n":"Random Magic Items - Arcana"},{"id":21112,"c":25,"u":"random%20magic%20items%20-%20armaments_xdmg","p":328,"s":5,"h":1,"n":"Random Magic Items - Armaments"},{"id":21113,"c":25,"u":"random%20magic%20items%20-%20implements_xdmg","p":329,"s":5,"h":1,"n":"Random Magic Items - Implements"},{"id":21114,"c":25,"u":"random%20magic%20items%20-%20relics_xdmg","p":330,"s":5,"h":1,"n":"Random Magic Items - Relics"},{"id":21115,"c":25,"u":"background%3b%20i%20became..._xge","p":64,"s":6,"h":1,"n":"Background; I became..."},{"id":21116,"c":25,"u":"class%20training%3b%20i%20became..._xge","p":66,"s":6,"h":1,"n":"Class Training; I became..."},{"id":21117,"c":25,"u":"tables%3b%20weather_xscreen","s":122,"h":1,"n":"Tables; Weather"},{"id":21118,"c":25,"u":"adventuring%20options%3b%20firearms_dmg","p":266,"s":24,"h":1,"n":"Adventuring Options; Firearms"},{"id":21119,"c":25,"u":"charisma%20check%3b%20conversation%20reaction_dmg","p":245,"s":24,"h":1,"n":"Charisma Check; Conversation Reaction"},{"id":21120,"c":25,"u":"explosives_dmg","p":267,"s":24,"h":1,"n":"Explosives"},{"id":21121,"c":25,"u":"ideals_dmg","p":90,"s":24,"h":1,"n":"Ideals"},{"id":21122,"c":25,"u":"psychic%20wind_dmg","p":47,"s":24,"h":1,"n":"Psychic Wind"},{"id":21123,"c":25,"u":"speed%20factor%20initiative%20modifiers_dmg","p":270,"s":24,"h":1,"n":"Speed Factor Initiative Modifiers"},{"id":21124,"c":25,"u":"treasure%20hoard%3a%20challenge%200%e2%80%944_dmg","p":133,"s":24,"h":1,"n":"Treasure Hoard: Challenge 0—4"},{"id":21125,"c":25,"u":"treasure%20hoard%3a%20challenge%2011%e2%80%9416_dmg","p":133,"s":24,"h":1,"n":"Treasure Hoard: Challenge 11—16"},{"id":21126,"c":25,"u":"treasure%20hoard%3a%20challenge%2017%2b_dmg","p":133,"s":24,"h":1,"n":"Treasure Hoard: Challenge 17+"},{"id":21127,"c":25,"u":"treasure%20hoard%3a%20challenge%205%e2%80%9410_dmg","p":133,"s":24,"h":1,"n":"Treasure Hoard: Challenge 5—10"},{"id":21128,"c":25,"u":"devil%20customization%20tables_mtf","p":23,"s":48,"h":1,"n":"Devil Customization Tables"},{"id":21129,"c":25,"u":"deities%20of%20eberron_phb","p":293,"s":52,"h":1,"n":"Deities of Eberron"},{"id":21130,"c":25,"u":"dm%20screen%3b%20encounter%20distance_screen","s":153,"h":1,"n":"DM Screen; Encounter Distance"},{"id":21131,"c":25,"u":"dm%20screen%3b%20name%20generator_screen","s":153,"h":1,"n":"DM Screen; Name Generator"},{"id":21132,"c":25,"u":"roleplaying%20gnolls%20and%20cultists%20of%20yeenoghu_vgm","p":36,"s":67,"h":1,"n":"Roleplaying Gnolls and Cultists of Yeenoghu"},{"id":21133,"c":53,"u":"aberration_deck%20of%20many%20more%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Aberration"},{"id":21134,"c":53,"u":"balance_deck%20of%20many%20more%20things_bmt","p":16,"s":1,"h":1,"hx":1,"n":"Balance"},{"id":21135,"c":53,"u":"balance_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Balance"},{"id":21136,"c":53,"u":"beast_deck%20of%20many%20more%20things_bmt","p":17,"s":1,"h":1,"hx":1,"n":"Beast"},{"id":21137,"c":53,"u":"beginning_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Beginning"},{"id":21138,"c":53,"u":"book_deck%20of%20many%20more%20things_bmt","p":18,"s":1,"h":1,"hx":1,"n":"Book"},{"id":21139,"c":53,"u":"bridge_deck%20of%20many%20more%20things_bmt","p":19,"s":1,"h":1,"hx":1,"n":"Bridge"},{"id":21140,"c":53,"u":"campfire_deck%20of%20many%20more%20things_bmt","p":20,"s":1,"h":1,"hx":1,"n":"Campfire"},{"id":21141,"c":53,"u":"cavern_deck%20of%20many%20more%20things_bmt","p":21,"s":1,"h":1,"hx":1,"n":"Cavern"},{"id":21142,"c":53,"u":"celestial_deck%20of%20many%20more%20things_bmt","p":22,"s":1,"h":1,"hx":1,"n":"Celestial"},{"id":21143,"c":53,"u":"champion_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Champion"},{"id":21144,"c":53,"u":"chancellor_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Chancellor"},{"id":21145,"c":53,"u":"chaos_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Chaos"},{"id":21146,"c":53,"u":"coin_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Coin"},{"id":21147,"c":53,"u":"comet_deck%20of%20many%20more%20things_bmt","p":23,"s":1,"h":1,"hx":1,"n":"Comet"},{"id":21148,"c":53,"u":"comet_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Comet"},{"id":21149,"c":53,"u":"construct_deck%20of%20many%20more%20things_bmt","p":24,"s":1,"h":1,"hx":1,"n":"Construct"},{"id":21150,"c":53,"u":"corpse_deck%20of%20many%20more%20things_bmt","p":25,"s":1,"h":1,"hx":1,"n":"Corpse"},{"id":21151,"c":53,"u":"crossroads_deck%20of%20many%20more%20things_bmt","p":26,"s":1,"h":1,"hx":1,"n":"Crossroads"},{"id":21152,"c":53,"u":"crown_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Crown"},{"id":21153,"c":53,"u":"dawn_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Dawn"},{"id":21154,"c":53,"u":"day_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Day"},{"id":21155,"c":53,"u":"destiny_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Destiny"},{"id":21156,"c":53,"u":"donjon_deck%20of%20many%20more%20things_bmt","p":27,"s":1,"h":1,"hx":1,"n":"Donjon"},{"id":21157,"c":53,"u":"donjon_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Donjon"},{"id":21158,"c":53,"u":"door_deck%20of%20many%20more%20things_bmt","p":28,"s":1,"h":1,"hx":1,"n":"Door"},{"id":21159,"c":53,"u":"dragon_deck%20of%20many%20more%20things_bmt","p":29,"s":1,"h":1,"hx":1,"n":"Dragon"},{"id":21160,"c":53,"u":"dusk_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Dusk"},{"id":21161,"c":53,"u":"elemental_deck%20of%20many%20more%20things_bmt","p":30,"s":1,"h":1,"hx":1,"n":"Elemental"},{"id":21162,"c":53,"u":"end_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"End"},{"id":21163,"c":53,"u":"euryale_deck%20of%20many%20more%20things_bmt","p":31,"s":1,"h":1,"hx":1,"n":"Euryale"},{"id":21164,"c":53,"u":"euryale_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Euryale"},{"id":21165,"c":53,"u":"expert_deck%20of%20many%20more%20things_bmt","p":32,"s":1,"h":1,"hx":1,"n":"Expert"},{"id":21166,"c":53,"u":"fates_deck%20of%20many%20more%20things_bmt","p":33,"s":1,"h":1,"hx":1,"n":"Fates"},{"id":21167,"c":53,"u":"fates_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Fates"},{"id":21168,"c":53,"u":"fey_deck%20of%20many%20more%20things_bmt","p":34,"s":1,"h":1,"hx":1,"n":"Fey"},{"id":21169,"c":53,"u":"fiend_deck%20of%20many%20more%20things_bmt","p":35,"s":1,"h":1,"hx":1,"n":"Fiend"},{"id":21170,"c":53,"u":"flames_deck%20of%20many%20more%20things_bmt","p":36,"s":1,"h":1,"hx":1,"n":"Flames"},{"id":21171,"c":53,"u":"flames_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Flames"},{"id":21172,"c":53,"u":"fool_deck%20of%20many%20more%20things_bmt","p":37,"s":1,"h":1,"hx":1,"n":"Fool"},{"id":21173,"c":53,"u":"fool_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Fool"},{"id":21174,"c":53,"u":"gem_deck%20of%20many%20more%20things_bmt","p":38,"s":1,"h":1,"hx":1,"n":"Gem"},{"id":21175,"c":53,"u":"gem_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Gem"},{"id":21176,"c":53,"u":"giant_deck%20of%20many%20more%20things_bmt","p":39,"s":1,"h":1,"hx":1,"n":"Giant"},{"id":21177,"c":53,"u":"humanoid_deck%20of%20many%20more%20things_bmt","p":40,"s":1,"h":1,"hx":1,"n":"Humanoid"},{"id":21178,"c":53,"u":"isolation_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Isolation"},{"id":21179,"c":53,"u":"jester_deck%20of%20many%20more%20things_bmt","p":41,"s":1,"h":1,"hx":1,"n":"Jester"},{"id":21180,"c":53,"u":"jester_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Jester"},{"id":21181,"c":53,"u":"justice_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Justice"},{"id":21182,"c":53,"u":"key_deck%20of%20many%20more%20things_bmt","p":42,"s":1,"h":1,"hx":1,"n":"Key"},{"id":21183,"c":53,"u":"key_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Key"},{"id":21184,"c":53,"u":"knife_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Knife"},{"id":21185,"c":53,"u":"knight_deck%20of%20many%20more%20things_bmt","p":43,"s":1,"h":1,"hx":1,"n":"Knight"},{"id":21186,"c":53,"u":"knight_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Knight"},{"id":21187,"c":53,"u":"lance_deck%20of%20many%20more%20things_bmt","p":44,"s":1,"h":1,"hx":1,"n":"Lance"},{"id":21188,"c":53,"u":"lock_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Lock"},{"id":21189,"c":53,"u":"mage_deck%20of%20many%20more%20things_bmt","p":45,"s":1,"h":1,"hx":1,"n":"Mage"},{"id":21190,"c":53,"u":"map_deck%20of%20many%20more%20things_bmt","p":46,"s":1,"h":1,"hx":1,"n":"Map"},{"id":21191,"c":53,"u":"maze_deck%20of%20many%20more%20things_bmt","p":47,"s":1,"h":1,"hx":1,"n":"Maze"},{"id":21192,"c":53,"u":"mine_deck%20of%20many%20more%20things_bmt","p":48,"s":1,"h":1,"hx":1,"n":"Mine"},{"id":21193,"c":53,"u":"mischief_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Mischief"},{"id":21194,"c":53,"u":"monster_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Monster"},{"id":21195,"c":53,"u":"monstrosity_deck%20of%20many%20more%20things_bmt","p":49,"s":1,"h":1,"hx":1,"n":"Monstrosity"},{"id":21196,"c":53,"u":"moon_deck%20of%20many%20more%20things_bmt","p":50,"s":1,"h":1,"hx":1,"n":"Moon"},{"id":21197,"c":53,"u":"moon_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Moon"},{"id":21198,"c":53,"u":"mystery_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Mystery"},{"id":21199,"c":53,"u":"night_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Night"},{"id":21200,"c":53,"u":"ooze_deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"hx":1,"n":"Ooze"},{"id":21201,"c":53,"u":"order_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Order"},{"id":21202,"c":53,"u":"path_deck%20of%20many%20more%20things_bmt","p":52,"s":1,"h":1,"hx":1,"n":"Path"},{"id":21203,"c":53,"u":"pit_deck%20of%20many%20more%20things_bmt","p":53,"s":1,"h":1,"hx":1,"n":"Pit"},{"id":21204,"c":53,"u":"plant_deck%20of%20many%20more%20things_bmt","p":54,"s":1,"h":1,"hx":1,"n":"Plant"},{"id":21205,"c":53,"u":"priest_deck%20of%20many%20more%20things_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Priest"},{"id":21206,"c":53,"u":"prisoner_deck%20of%20many%20more%20things_bmt","p":56,"s":1,"h":1,"hx":1,"n":"Prisoner"},{"id":21207,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_bmt","p":57,"s":1,"h":1,"hx":1,"n":"Puzzle"},{"id":21208,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_bmt","p":57,"s":1,"h":1,"hx":1,"n":"Idiot"},{"id":21209,"c":53,"u":"puzzle_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Puzzle"},{"id":21210,"c":53,"u":"puzzle_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Idiot"},{"id":21211,"c":53,"u":"ring_deck%20of%20many%20more%20things_bmt","p":58,"s":1,"h":1,"hx":1,"n":"Ring"},{"id":21212,"c":53,"u":"rogue_deck%20of%20many%20more%20things_bmt","p":59,"s":1,"h":1,"hx":1,"n":"Rogue"},{"id":21213,"c":53,"u":"rogue_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Rogue"},{"id":21214,"c":53,"u":"ruin_deck%20of%20many%20more%20things_bmt","p":60,"s":1,"h":1,"hx":1,"n":"Ruin"},{"id":21215,"c":53,"u":"ruin_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Ruin"},{"id":21216,"c":53,"u":"sage_deck%20of%20many%20more%20things_bmt","p":61,"s":1,"h":1,"hx":1,"n":"Sage"},{"id":21217,"c":53,"u":"sage_deck%20of%20many%20more%20things_bmt","p":61,"s":1,"h":1,"hx":1,"n":"Vizier"},{"id":21218,"c":53,"u":"sage_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Sage"},{"id":21219,"c":53,"u":"sage_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Vizier"},{"id":21220,"c":53,"u":"shield_deck%20of%20many%20more%20things_bmt","p":62,"s":1,"h":1,"hx":1,"n":"Shield"},{"id":21221,"c":53,"u":"ship_deck%20of%20many%20more%20things_bmt","p":63,"s":1,"h":1,"hx":1,"n":"Ship"},{"id":21222,"c":53,"u":"skull_deck%20of%20many%20more%20things_bmt","p":64,"s":1,"h":1,"hx":1,"n":"Skull"},{"id":21223,"c":53,"u":"skull_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Skull"},{"id":21224,"c":53,"u":"staff_deck%20of%20many%20more%20things_bmt","p":65,"s":1,"h":1,"hx":1,"n":"Staff"},{"id":21225,"c":53,"u":"stairway_deck%20of%20many%20more%20things_bmt","p":66,"s":1,"h":1,"hx":1,"n":"Stairway"},{"id":21226,"c":53,"u":"star_deck%20of%20many%20more%20things_bmt","p":67,"s":1,"h":1,"hx":1,"n":"Star"},{"id":21227,"c":53,"u":"star_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Star"},{"id":21228,"c":53,"u":"statue_deck%20of%20many%20more%20things_bmt","p":68,"s":1,"h":1,"hx":1,"n":"Statue"},{"id":21229,"c":53,"u":"student_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Student"},{"id":21230,"c":53,"u":"sun_deck%20of%20many%20more%20things_bmt","p":69,"s":1,"h":1,"hx":1,"n":"Sun"},{"id":21231,"c":53,"u":"sun_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Sun"},{"id":21232,"c":53,"u":"talons_deck%20of%20many%20more%20things_bmt","p":70,"s":1,"h":1,"hx":1,"n":"Talons"},{"id":21233,"c":53,"u":"talons_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Talons"},{"id":21234,"c":53,"u":"tavern_deck%20of%20many%20more%20things_bmt","p":71,"s":1,"h":1,"hx":1,"n":"Tavern"},{"id":21235,"c":53,"u":"temple_deck%20of%20many%20more%20things_bmt","p":72,"s":1,"h":1,"hx":1,"n":"Temple"},{"id":21236,"c":53,"u":"throne_deck%20of%20many%20more%20things_bmt","p":73,"s":1,"h":1,"hx":1,"n":"Throne"},{"id":21237,"c":53,"u":"throne_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Throne"},{"id":21238,"c":53,"u":"tomb_deck%20of%20many%20more%20things_bmt","p":74,"s":1,"h":1,"hx":1,"n":"Tomb"},{"id":21239,"c":53,"u":"tower_deck%20of%20many%20more%20things_bmt","p":75,"s":1,"h":1,"hx":1,"n":"Tower"},{"id":21240,"c":53,"u":"tree_deck%20of%20many%20more%20things_bmt","p":76,"s":1,"h":1,"hx":1,"n":"Tree"},{"id":21241,"c":53,"u":"undead_deck%20of%20many%20more%20things_bmt","p":77,"s":1,"h":1,"hx":1,"n":"Undead"},{"id":21242,"c":53,"u":"void_deck%20of%20many%20more%20things_bmt","p":78,"s":1,"h":1,"hx":1,"n":"Void"},{"id":21243,"c":53,"u":"void_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Void"},{"id":21244,"c":53,"u":"vulture_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Vulture"},{"id":21245,"c":53,"u":"warrior_deck%20of%20many%20more%20things_bmt","p":79,"s":1,"h":1,"hx":1,"n":"Warrior"},{"id":21246,"c":53,"u":"well_deck%20of%20many%20more%20things_bmt","p":80,"s":1,"h":1,"hx":1,"n":"Well"},{"id":21247,"c":53,"u":"aberration_deck%20of%20many%20more%20things_dmtcrg","p":15,"s":145,"h":1,"hx":1,"n":"Aberration"},{"id":21248,"c":53,"u":"balance_deck%20of%20many%20more%20things_dmtcrg","p":16,"s":145,"h":1,"hx":1,"n":"Balance"},{"id":21249,"c":53,"u":"beast_deck%20of%20many%20more%20things_dmtcrg","p":17,"s":145,"h":1,"hx":1,"n":"Beast"},{"id":21250,"c":53,"u":"book_deck%20of%20many%20more%20things_dmtcrg","p":18,"s":145,"h":1,"hx":1,"n":"Book"},{"id":21251,"c":53,"u":"bridge_deck%20of%20many%20more%20things_dmtcrg","p":19,"s":145,"h":1,"hx":1,"n":"Bridge"},{"id":21252,"c":53,"u":"campfire_deck%20of%20many%20more%20things_dmtcrg","p":20,"s":145,"h":1,"hx":1,"n":"Campfire"},{"id":21253,"c":53,"u":"cavern_deck%20of%20many%20more%20things_dmtcrg","p":21,"s":145,"h":1,"hx":1,"n":"Cavern"},{"id":21254,"c":53,"u":"celestial_deck%20of%20many%20more%20things_dmtcrg","p":22,"s":145,"h":1,"hx":1,"n":"Celestial"},{"id":21255,"c":53,"u":"comet_deck%20of%20many%20more%20things_dmtcrg","p":23,"s":145,"h":1,"hx":1,"n":"Comet"},{"id":21256,"c":53,"u":"construct_deck%20of%20many%20more%20things_dmtcrg","p":24,"s":145,"h":1,"hx":1,"n":"Construct"},{"id":21257,"c":53,"u":"corpse_deck%20of%20many%20more%20things_dmtcrg","p":25,"s":145,"h":1,"hx":1,"n":"Corpse"},{"id":21258,"c":53,"u":"crossroads_deck%20of%20many%20more%20things_dmtcrg","p":26,"s":145,"h":1,"hx":1,"n":"Crossroads"},{"id":21259,"c":53,"u":"donjon_deck%20of%20many%20more%20things_dmtcrg","p":27,"s":145,"h":1,"hx":1,"n":"Donjon"},{"id":21260,"c":53,"u":"door_deck%20of%20many%20more%20things_dmtcrg","p":28,"s":145,"h":1,"hx":1,"n":"Door"},{"id":21261,"c":53,"u":"dragon_deck%20of%20many%20more%20things_dmtcrg","p":29,"s":145,"h":1,"hx":1,"n":"Dragon"},{"id":21262,"c":53,"u":"elemental_deck%20of%20many%20more%20things_dmtcrg","p":30,"s":145,"h":1,"hx":1,"n":"Elemental"},{"id":21263,"c":53,"u":"euryale_deck%20of%20many%20more%20things_dmtcrg","p":31,"s":145,"h":1,"hx":1,"n":"Euryale"},{"id":21264,"c":53,"u":"expert_deck%20of%20many%20more%20things_dmtcrg","p":32,"s":145,"h":1,"hx":1,"n":"Expert"},{"id":21265,"c":53,"u":"fates_deck%20of%20many%20more%20things_dmtcrg","p":33,"s":145,"h":1,"hx":1,"n":"Fates"},{"id":21266,"c":53,"u":"fey_deck%20of%20many%20more%20things_dmtcrg","p":34,"s":145,"h":1,"hx":1,"n":"Fey"},{"id":21267,"c":53,"u":"fiend_deck%20of%20many%20more%20things_dmtcrg","p":35,"s":145,"h":1,"hx":1,"n":"Fiend"},{"id":21268,"c":53,"u":"flames_deck%20of%20many%20more%20things_dmtcrg","p":36,"s":145,"h":1,"hx":1,"n":"Flames"},{"id":21269,"c":53,"u":"fool_deck%20of%20many%20more%20things_dmtcrg","p":37,"s":145,"h":1,"hx":1,"n":"Fool"},{"id":21270,"c":53,"u":"gem_deck%20of%20many%20more%20things_dmtcrg","p":38,"s":145,"h":1,"hx":1,"n":"Gem"},{"id":21271,"c":53,"u":"giant_deck%20of%20many%20more%20things_dmtcrg","p":39,"s":145,"h":1,"hx":1,"n":"Giant"},{"id":21272,"c":53,"u":"humanoid_deck%20of%20many%20more%20things_dmtcrg","p":40,"s":145,"h":1,"hx":1,"n":"Humanoid"},{"id":21273,"c":53,"u":"jester_deck%20of%20many%20more%20things_dmtcrg","p":41,"s":145,"h":1,"hx":1,"n":"Jester"},{"id":21274,"c":53,"u":"key_deck%20of%20many%20more%20things_dmtcrg","p":42,"s":145,"h":1,"hx":1,"n":"Key"},{"id":21275,"c":53,"u":"knight_deck%20of%20many%20more%20things_dmtcrg","p":43,"s":145,"h":1,"hx":1,"n":"Knight"},{"id":21276,"c":53,"u":"lance_deck%20of%20many%20more%20things_dmtcrg","p":44,"s":145,"h":1,"hx":1,"n":"Lance"},{"id":21277,"c":53,"u":"mage_deck%20of%20many%20more%20things_dmtcrg","p":45,"s":145,"h":1,"hx":1,"n":"Mage"},{"id":21278,"c":53,"u":"map_deck%20of%20many%20more%20things_dmtcrg","p":46,"s":145,"h":1,"hx":1,"n":"Map"},{"id":21279,"c":53,"u":"maze_deck%20of%20many%20more%20things_dmtcrg","p":47,"s":145,"h":1,"hx":1,"n":"Maze"},{"id":21280,"c":53,"u":"mine_deck%20of%20many%20more%20things_dmtcrg","p":48,"s":145,"h":1,"hx":1,"n":"Mine"},{"id":21281,"c":53,"u":"monstrosity_deck%20of%20many%20more%20things_dmtcrg","p":49,"s":145,"h":1,"hx":1,"n":"Monstrosity"},{"id":21282,"c":53,"u":"moon_deck%20of%20many%20more%20things_dmtcrg","p":50,"s":145,"h":1,"hx":1,"n":"Moon"},{"id":21283,"c":53,"u":"ooze_deck%20of%20many%20more%20things_dmtcrg","p":51,"s":145,"h":1,"hx":1,"n":"Ooze"},{"id":21284,"c":53,"u":"path_deck%20of%20many%20more%20things_dmtcrg","p":52,"s":145,"h":1,"hx":1,"n":"Path"},{"id":21285,"c":53,"u":"pit_deck%20of%20many%20more%20things_dmtcrg","p":53,"s":145,"h":1,"hx":1,"n":"Pit"},{"id":21286,"c":53,"u":"plant_deck%20of%20many%20more%20things_dmtcrg","p":54,"s":145,"h":1,"hx":1,"n":"Plant"},{"id":21287,"c":53,"u":"priest_deck%20of%20many%20more%20things_dmtcrg","p":55,"s":145,"h":1,"hx":1,"n":"Priest"},{"id":21288,"c":53,"u":"prisoner_deck%20of%20many%20more%20things_dmtcrg","p":56,"s":145,"h":1,"hx":1,"n":"Prisoner"},{"id":21289,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_dmtcrg","p":57,"s":145,"h":1,"hx":1,"n":"Puzzle"},{"id":21290,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_dmtcrg","p":57,"s":145,"h":1,"hx":1,"n":"Idiot"},{"id":21291,"c":53,"u":"ring_deck%20of%20many%20more%20things_dmtcrg","p":58,"s":145,"h":1,"hx":1,"n":"Ring"},{"id":21292,"c":53,"u":"rogue_deck%20of%20many%20more%20things_dmtcrg","p":59,"s":145,"h":1,"hx":1,"n":"Rogue"},{"id":21293,"c":53,"u":"ruin_deck%20of%20many%20more%20things_dmtcrg","p":60,"s":145,"h":1,"hx":1,"n":"Ruin"},{"id":21294,"c":53,"u":"sage_deck%20of%20many%20more%20things_dmtcrg","p":61,"s":145,"h":1,"hx":1,"n":"Sage"},{"id":21295,"c":53,"u":"sage_deck%20of%20many%20more%20things_dmtcrg","p":61,"s":145,"h":1,"hx":1,"n":"Vizier"},{"id":21296,"c":53,"u":"shield_deck%20of%20many%20more%20things_dmtcrg","p":62,"s":145,"h":1,"hx":1,"n":"Shield"},{"id":21297,"c":53,"u":"ship_deck%20of%20many%20more%20things_dmtcrg","p":63,"s":145,"h":1,"hx":1,"n":"Ship"},{"id":21298,"c":53,"u":"skull_deck%20of%20many%20more%20things_dmtcrg","p":64,"s":145,"h":1,"hx":1,"n":"Skull"},{"id":21299,"c":53,"u":"staff_deck%20of%20many%20more%20things_dmtcrg","p":65,"s":145,"h":1,"hx":1,"n":"Staff"},{"id":21300,"c":53,"u":"stairway_deck%20of%20many%20more%20things_dmtcrg","p":66,"s":145,"h":1,"hx":1,"n":"Stairway"},{"id":21301,"c":53,"u":"star_deck%20of%20many%20more%20things_dmtcrg","p":67,"s":145,"h":1,"hx":1,"n":"Star"},{"id":21302,"c":53,"u":"statue_deck%20of%20many%20more%20things_dmtcrg","p":68,"s":145,"h":1,"hx":1,"n":"Statue"},{"id":21303,"c":53,"u":"sun_deck%20of%20many%20more%20things_dmtcrg","p":69,"s":145,"h":1,"hx":1,"n":"Sun"},{"id":21304,"c":53,"u":"talons_deck%20of%20many%20more%20things_dmtcrg","p":70,"s":145,"h":1,"hx":1,"n":"Talons"},{"id":21305,"c":53,"u":"tavern_deck%20of%20many%20more%20things_dmtcrg","p":71,"s":145,"h":1,"hx":1,"n":"Tavern"},{"id":21306,"c":53,"u":"temple_deck%20of%20many%20more%20things_dmtcrg","p":72,"s":145,"h":1,"hx":1,"n":"Temple"},{"id":21307,"c":53,"u":"throne_deck%20of%20many%20more%20things_dmtcrg","p":73,"s":145,"h":1,"hx":1,"n":"Throne"},{"id":21308,"c":53,"u":"tomb_deck%20of%20many%20more%20things_dmtcrg","p":74,"s":145,"h":1,"hx":1,"n":"Tomb"},{"id":21309,"c":53,"u":"tower_deck%20of%20many%20more%20things_dmtcrg","p":75,"s":145,"h":1,"hx":1,"n":"Tower"},{"id":21310,"c":53,"u":"tree_deck%20of%20many%20more%20things_dmtcrg","p":76,"s":145,"h":1,"hx":1,"n":"Tree"},{"id":21311,"c":53,"u":"undead_deck%20of%20many%20more%20things_dmtcrg","p":77,"s":145,"h":1,"hx":1,"n":"Undead"},{"id":21312,"c":53,"u":"void_deck%20of%20many%20more%20things_dmtcrg","p":78,"s":145,"h":1,"hx":1,"n":"Void"},{"id":21313,"c":53,"u":"warrior_deck%20of%20many%20more%20things_dmtcrg","p":79,"s":145,"h":1,"hx":1,"n":"Warrior"},{"id":21314,"c":53,"u":"well_deck%20of%20many%20more%20things_dmtcrg","p":80,"s":145,"h":1,"hx":1,"n":"Well"},{"id":21315,"c":53,"u":"blinded_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Blinded"},{"id":21316,"c":53,"u":"brown%20mold_hazard%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Brown Mold"},{"id":21317,"c":53,"u":"charmed_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Charmed"},{"id":21318,"c":53,"u":"deafened_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Deafened"},{"id":21319,"c":53,"u":"eight_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Eight"},{"id":21320,"c":53,"u":"eight_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Eight"},{"id":21321,"c":53,"u":"eighteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Eighteen"},{"id":21322,"c":53,"u":"eleven_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Eleven"},{"id":21323,"c":53,"u":"exhaustion_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Exhaustion"},{"id":21324,"c":53,"u":"fifteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Fifteen"},{"id":21325,"c":53,"u":"five_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Five"},{"id":21326,"c":53,"u":"five_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Five"},{"id":21327,"c":53,"u":"four_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Four"},{"id":21328,"c":53,"u":"four_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Four"},{"id":21329,"c":53,"u":"fourteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Fourteen"},{"id":21330,"c":53,"u":"frightened_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Frightened"},{"id":21331,"c":53,"u":"grappled_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Grappled"},{"id":21332,"c":53,"u":"green%20slime_hazard%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Green Slime"},{"id":21333,"c":53,"u":"incapacitated_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Incapacitated"},{"id":21334,"c":53,"u":"invisible_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Invisible"},{"id":21335,"c":53,"u":"nine_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Nine"},{"id":21336,"c":53,"u":"nine_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Nine"},{"id":21337,"c":53,"u":"nineteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Nineteen"},{"id":21338,"c":53,"u":"one_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"One"},{"id":21339,"c":53,"u":"one_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"One"},{"id":21340,"c":53,"u":"paralyzed_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Paralyzed"},{"id":21341,"c":53,"u":"petrified_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Petrified"},{"id":21342,"c":53,"u":"poisoned_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Poisoned"},{"id":21343,"c":53,"u":"prone_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Prone"},{"id":21344,"c":53,"u":"restrained_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Restrained"},{"id":21345,"c":53,"u":"seven_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Seven"},{"id":21346,"c":53,"u":"seven_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Seven"},{"id":21347,"c":53,"u":"seventeen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Seventeen"},{"id":21348,"c":53,"u":"six_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Six"},{"id":21349,"c":53,"u":"six_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Six"},{"id":21350,"c":53,"u":"sixteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Sixteen"},{"id":21351,"c":53,"u":"stunned_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Stunned"},{"id":21352,"c":53,"u":"ten_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Ten"},{"id":21353,"c":53,"u":"thirteen_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Thirteen"},{"id":21354,"c":53,"u":"thirty_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Thirty"},{"id":21355,"c":53,"u":"thirty-five_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Thirty-Five"},{"id":21356,"c":53,"u":"thirty-four_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Thirty-Four"},{"id":21357,"c":53,"u":"thirty-one_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Thirty-One"},{"id":21358,"c":53,"u":"thirty-six_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Thirty-Six"},{"id":21359,"c":53,"u":"thirty-three_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Thirty-Three"},{"id":21360,"c":53,"u":"thirty-two_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Thirty-Two"},{"id":21361,"c":53,"u":"three_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Three"},{"id":21362,"c":53,"u":"three_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Three"},{"id":21363,"c":53,"u":"twelve_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twelve"},{"id":21364,"c":53,"u":"twenty_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twenty"},{"id":21365,"c":53,"u":"twenty-eight_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twenty-Eight"},{"id":21366,"c":53,"u":"twenty-five_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twenty-Five"},{"id":21367,"c":53,"u":"twenty-four_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twenty-Four"},{"id":21368,"c":53,"u":"twenty-nine_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twenty-Nine"},{"id":21369,"c":53,"u":"twenty-one_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twenty-One"},{"id":21370,"c":53,"u":"twenty-seven_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twenty-Seven"},{"id":21371,"c":53,"u":"twenty-six_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twenty-Six"},{"id":21372,"c":53,"u":"twenty-three_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twenty-Three"},{"id":21373,"c":53,"u":"twenty-two_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Twenty-Two"},{"id":21374,"c":53,"u":"two_geomorph%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Two"},{"id":21375,"c":53,"u":"two_initiative%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Two"},{"id":21376,"c":53,"u":"unconscious_condition%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Unconscious"},{"id":21377,"c":53,"u":"yellow%20mold_hazard%20cards_screendungeonkit","s":147,"h":1,"hx":1,"n":"Yellow Mold"},{"id":21378,"c":53,"u":"adult%20red%20dragon_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Adult Red Dragon"},{"id":21379,"c":53,"u":"archmage_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Archmage"},{"id":21380,"c":53,"u":"assassin_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Assassin"},{"id":21381,"c":53,"u":"balance_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Balance"},{"id":21382,"c":53,"u":"bandit%20captain_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Bandit Captain"},{"id":21383,"c":53,"u":"beholder_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Beholder"},{"id":21384,"c":53,"u":"berserker_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Berserker"},{"id":21385,"c":53,"u":"bugbear%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Bugbear Warrior"},{"id":21386,"c":53,"u":"cloud%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Cloud Giant"},{"id":21387,"c":53,"u":"comet_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Comet"},{"id":21388,"c":53,"u":"donjon_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Donjon"},{"id":21389,"c":53,"u":"druid_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Druid"},{"id":21390,"c":53,"u":"erinyes_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Erinyes"},{"id":21391,"c":53,"u":"ettin_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Ettin"},{"id":21392,"c":53,"u":"euryale_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Euryale"},{"id":21393,"c":53,"u":"fates_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Fates"},{"id":21394,"c":53,"u":"fire%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Fire Giant"},{"id":21395,"c":53,"u":"flames_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Flames"},{"id":21396,"c":53,"u":"fool_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Fool"},{"id":21397,"c":53,"u":"frost%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Frost Giant"},{"id":21398,"c":53,"u":"gem_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Gem"},{"id":21399,"c":53,"u":"gnoll%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Gnoll Warrior"},{"id":21400,"c":53,"u":"goblin%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Goblin Warrior"},{"id":21401,"c":53,"u":"guardian%20naga_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Guardian Naga"},{"id":21402,"c":53,"u":"hill%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Hill Giant"},{"id":21403,"c":53,"u":"hobgoblin%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Hobgoblin Warrior"},{"id":21404,"c":53,"u":"incubus_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Incubus"},{"id":21405,"c":53,"u":"iron%20golem_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Iron Golem"},{"id":21406,"c":53,"u":"jester_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Jester"},{"id":21407,"c":53,"u":"key_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Key"},{"id":21408,"c":53,"u":"knight_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Knight"},{"id":21409,"c":53,"u":"knight_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Knight"},{"id":21410,"c":53,"u":"kobold%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Kobold Warrior"},{"id":21411,"c":53,"u":"lich_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Lich"},{"id":21412,"c":53,"u":"medusa_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Medusa"},{"id":21413,"c":53,"u":"moon_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Moon"},{"id":21414,"c":53,"u":"night%20hag_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Night Hag"},{"id":21415,"c":53,"u":"ogre_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Ogre"},{"id":21416,"c":53,"u":"oni_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Oni"},{"id":21417,"c":53,"u":"priest_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Priest"},{"id":21418,"c":53,"u":"puzzle_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Puzzle"},{"id":21419,"c":53,"u":"rogue_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Rogue"},{"id":21420,"c":53,"u":"ruin_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Ruin"},{"id":21421,"c":53,"u":"sage_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Sage"},{"id":21422,"c":53,"u":"skull_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Skull"},{"id":21423,"c":53,"u":"star_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Star"},{"id":21424,"c":53,"u":"succubus_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Succubus"},{"id":21425,"c":53,"u":"sun_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Sun"},{"id":21426,"c":53,"u":"talons_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Talons"},{"id":21427,"c":53,"u":"the%20card%20drawer_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"The Card Drawer"},{"id":21428,"c":53,"u":"throne_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Throne"},{"id":21429,"c":53,"u":"troll_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Troll"},{"id":21430,"c":53,"u":"void_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Void"},{"id":21431,"c":53,"u":"warrior%20veteran_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Warrior Veteran"},{"id":21432,"c":53,"u":"wyvern_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Wyvern"},{"id":21433,"c":53,"u":"abjurer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Abjurer"},{"id":21434,"c":53,"u":"anarchist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Anarchist"},{"id":21435,"c":53,"u":"artifact_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Artifact"},{"id":21436,"c":53,"u":"avenger_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Avenger"},{"id":21437,"c":53,"u":"beast_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Beast"},{"id":21438,"c":53,"u":"beggar_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Beggar"},{"id":21439,"c":53,"u":"berserker_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Berserker"},{"id":21440,"c":53,"u":"bishop_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Bishop"},{"id":21441,"c":53,"u":"broken%20one_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Broken One"},{"id":21442,"c":53,"u":"charlatan_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Charlatan"},{"id":21443,"c":53,"u":"conjurer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Conjurer"},{"id":21444,"c":53,"u":"darklord_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Darklord"},{"id":21445,"c":53,"u":"dictator_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Dictator"},{"id":21446,"c":53,"u":"diviner_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Diviner"},{"id":21447,"c":53,"u":"donjon_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Donjon"},{"id":21448,"c":53,"u":"druid_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Druid"},{"id":21449,"c":53,"u":"elementalist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Elementalist"},{"id":21450,"c":53,"u":"enchanter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Enchanter"},{"id":21451,"c":53,"u":"evoker_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Evoker"},{"id":21452,"c":53,"u":"executioner_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Executioner"},{"id":21453,"c":53,"u":"ghost_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Ghost"},{"id":21454,"c":53,"u":"guild%20member_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Guild Member"},{"id":21455,"c":53,"u":"healer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Healer"},{"id":21456,"c":53,"u":"hooded%20one_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Hooded One"},{"id":21457,"c":53,"u":"horseman_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Horseman"},{"id":21458,"c":53,"u":"illusionist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Illusionist"},{"id":21459,"c":53,"u":"innocent_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Innocent"},{"id":21460,"c":53,"u":"marionette_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Marionette"},{"id":21461,"c":53,"u":"mercenary_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Mercenary"},{"id":21462,"c":53,"u":"merchant_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Merchant"},{"id":21463,"c":53,"u":"miser_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Miser"},{"id":21464,"c":53,"u":"missionary_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Missionary"},{"id":21465,"c":53,"u":"mists_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Mists"},{"id":21466,"c":53,"u":"monk_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Monk"},{"id":21467,"c":53,"u":"myrmidon_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Myrmidon"},{"id":21468,"c":53,"u":"necromancer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Necromancer"},{"id":21469,"c":53,"u":"paladin_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Paladin"},{"id":21470,"c":53,"u":"philanthropist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Philanthropist"},{"id":21471,"c":53,"u":"priest_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Priest"},{"id":21472,"c":53,"u":"raven_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Raven"},{"id":21473,"c":53,"u":"rogue_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Rogue"},{"id":21474,"c":53,"u":"seer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Seer"},{"id":21475,"c":53,"u":"shepherd_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Shepherd"},{"id":21476,"c":53,"u":"soldier_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Soldier"},{"id":21477,"c":53,"u":"swashbuckler_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Swashbuckler"},{"id":21478,"c":53,"u":"tax%20collector_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Tax Collector"},{"id":21479,"c":53,"u":"tempter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Tempter"},{"id":21480,"c":53,"u":"thief_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Thief"},{"id":21481,"c":53,"u":"torturer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Torturer"},{"id":21482,"c":53,"u":"trader_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Trader"},{"id":21483,"c":53,"u":"traitor_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Traitor"},{"id":21484,"c":53,"u":"transmuter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Transmuter"},{"id":21485,"c":53,"u":"warrior_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Warrior"},{"id":21486,"c":53,"u":"wizard_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Wizard"},{"id":21487,"c":53,"u":"fragment%20of%20abhorrence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Abhorrence"},{"id":21488,"c":53,"u":"fragment%20of%20attachment_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Attachment"},{"id":21489,"c":53,"u":"fragment%20of%20deception_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Deception"},{"id":21490,"c":53,"u":"fragment%20of%20despondence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Despondence"},{"id":21491,"c":53,"u":"fragment%20of%20intransigence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Intransigence"},{"id":21492,"c":53,"u":"fragment%20of%20loathing_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Loathing"},{"id":21493,"c":53,"u":"fragment%20of%20melancholy_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Melancholy"},{"id":21494,"c":53,"u":"fragment%20of%20pity_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Pity"},{"id":21495,"c":53,"u":"fragment%20of%20rancor_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Rancor"},{"id":21496,"c":53,"u":"medal%20of%20muscle_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of Muscle"},{"id":21497,"c":53,"u":"medal%20of%20the%20conch_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of the Conch"},{"id":21498,"c":53,"u":"medal%20of%20the%20horizonback_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of the Horizonback"},{"id":21499,"c":53,"u":"medal%20of%20the%20maze_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of the Maze"},{"id":21500,"c":53,"u":"medal%20of%20the%20meat%20pie_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of the Meat Pie"},{"id":21501,"c":53,"u":"medal%20of%20the%20wetlands_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of the Wetlands"},{"id":21502,"c":53,"u":"medal%20of%20wit_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of Wit"},{"id":21503,"c":53,"u":"using%20the%20cards_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Using the Cards"},{"id":21504,"c":53,"u":"%2b1%20battleaxe_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"+1 Battleaxe"},{"id":21505,"c":53,"u":"%2b1%20longbow_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"+1 Longbow"},{"id":21506,"c":53,"u":"%2b1%20mace_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"+1 Mace"},{"id":21507,"c":53,"u":"%2b1%20shield_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"+1 Shield"},{"id":21508,"c":53,"u":"%2b1%20shortsword_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"+1 Shortsword"},{"id":21509,"c":53,"u":"axeholm_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Axeholm"},{"id":21510,"c":53,"u":"boots%20of%20elvenkind_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Boots of Elvenkind"},{"id":21511,"c":53,"u":"butterskull%20ranch_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Butterskull Ranch"},{"id":21512,"c":53,"u":"charm%20of%20the%20storm_magic%20charm%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Charm of the Storm"},{"id":21513,"c":53,"u":"cloak%20of%20billowing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Cloak of Billowing"},{"id":21514,"c":53,"u":"cloak%20of%20many%20fashions_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Cloak of Many Fashions"},{"id":21515,"c":53,"u":"clockwork%20amulet_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Clockwork Amulet"},{"id":21516,"c":53,"u":"donnabella%20fiasco_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Donnabella Fiasco"},{"id":21517,"c":53,"u":"dragon%20barrow_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Dragon Barrow"},{"id":21518,"c":53,"u":"dragon%20slayer_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Dragon Slayer"},{"id":21519,"c":53,"u":"dread%20helm_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Dread Helm"},{"id":21520,"c":53,"u":"dust%20of%20disappearance_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Dust of Disappearance"},{"id":21521,"c":53,"u":"dwarven%20excavation_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Dwarven Excavation"},{"id":21522,"c":53,"u":"galandro%20luna_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Galandro Luna"},{"id":21523,"c":53,"u":"gauntlets%20of%20ogre%20power_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Gauntlets of Ogre Power"},{"id":21524,"c":53,"u":"gnomengarde_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Gnomengarde"},{"id":21525,"c":53,"u":"goggles%20of%20night_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Goggles of Night"},{"id":21526,"c":53,"u":"hat%20of%20wizardry_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Hat of Wizardry"},{"id":21527,"c":53,"u":"immovable%20rod_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Immovable Rod"},{"id":21528,"c":53,"u":"inverna%20nightbreeze_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Inverna Nightbreeze"},{"id":21529,"c":53,"u":"loggers'%20camp_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Loggers' Camp"},{"id":21530,"c":53,"u":"lute%20of%20illusions_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Lute of Illusions"},{"id":21531,"c":53,"u":"mithral%20chain%20mail_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Mithral Chain Mail"},{"id":21532,"c":53,"u":"mountain's%20toe_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Mountain's Toe"},{"id":21533,"c":53,"u":"mystery%20key_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Mystery Key"},{"id":21534,"c":53,"u":"necklace%20of%20fireballs_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Necklace of Fireballs"},{"id":21535,"c":53,"u":"nib%20addlespur_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Nib Addlespur"},{"id":21536,"c":53,"u":"pickled%20pete_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Pickled Pete"},{"id":21537,"c":53,"u":"pole%20of%20collapsing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Pole of Collapsing"},{"id":21538,"c":53,"u":"potion%20of%20greater%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Potion of Greater Healing"},{"id":21539,"c":53,"u":"potion%20of%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Potion of Healing"},{"id":21540,"c":53,"u":"potion%20of%20invulnerability_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Potion of Invulnerability"},{"id":21541,"c":53,"u":"potion%20of%20superior%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Potion of Superior Healing"},{"id":21542,"c":53,"u":"potion%20of%20water%20breathing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Potion of Water Breathing"},{"id":21543,"c":53,"u":"quinn%20hightopple_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Quinn Hightopple"},{"id":21544,"c":53,"u":"ruby%20hammerwhacker_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Ruby Hammerwhacker"},{"id":21545,"c":53,"u":"sending%20stone_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Sending Stone"},{"id":21546,"c":53,"u":"shanjan%20kwan_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Shanjan Kwan"},{"id":21547,"c":53,"u":"staff%20of%20birdcalls_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Staff of Birdcalls"},{"id":21548,"c":53,"u":"talon%20thornwild_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Talon Thornwild"},{"id":21549,"c":53,"u":"umbrage%20hill_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Umbrage Hill"},{"id":21550,"c":53,"u":"wand%20of%20pyrotechnics_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Wand of Pyrotechnics"},{"id":21551,"c":53,"u":"wand%20of%20secrets_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Wand of Secrets"},{"id":21552,"c":53,"u":"woodland%20manse_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Woodland Manse"},{"id":21553,"c":53,"u":"archmage%20and%20mage%20apprentice_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Archmage and Mage Apprentice"},{"id":21554,"c":53,"u":"assassin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Assassin"},{"id":21555,"c":53,"u":"balance_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Balance"},{"id":21556,"c":53,"u":"bandit%20captain%20and%20three%20bandits_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Bandit Captain and Three Bandits"},{"id":21557,"c":53,"u":"beholder_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Beholder"},{"id":21558,"c":53,"u":"berserker_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Berserker"},{"id":21559,"c":53,"u":"bugbear_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Bugbear"},{"id":21560,"c":53,"u":"cloud%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Cloud Giant"},{"id":21561,"c":53,"u":"comet_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Comet"},{"id":21562,"c":53,"u":"donjon_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Donjon"},{"id":21563,"c":53,"u":"druid_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Druid"},{"id":21564,"c":53,"u":"erinyes_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Erinyes"},{"id":21565,"c":53,"u":"ettin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Ettin"},{"id":21566,"c":53,"u":"euryale_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Euryale"},{"id":21567,"c":53,"u":"fire%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Fire Giant"},{"id":21568,"c":53,"u":"flames_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Flames"},{"id":21569,"c":53,"u":"fool_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Fool"},{"id":21570,"c":53,"u":"frost%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Frost Giant"},{"id":21571,"c":53,"u":"gem_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Gem"},{"id":21572,"c":53,"u":"gnoll_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Gnoll"},{"id":21573,"c":53,"u":"goblin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Goblin"},{"id":21574,"c":53,"u":"hill%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Hill Giant"},{"id":21575,"c":53,"u":"hobgoblin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Hobgoblin"},{"id":21576,"c":53,"u":"idiot_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Idiot"},{"id":21577,"c":53,"u":"iron%20golem_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Iron Golem"},{"id":21578,"c":53,"u":"jester_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Jester"},{"id":21579,"c":53,"u":"key_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Key"},{"id":21580,"c":53,"u":"knight_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Knight"},{"id":21581,"c":53,"u":"knight%20and%20four%20guards_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Knight and Four Guards"},{"id":21582,"c":53,"u":"kobold_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Kobold"},{"id":21583,"c":53,"u":"lich_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Lich"},{"id":21584,"c":53,"u":"medusa_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Medusa"},{"id":21585,"c":53,"u":"moon_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Moon"},{"id":21586,"c":53,"u":"night%20hag_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Night Hag"},{"id":21587,"c":53,"u":"ogre_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Ogre"},{"id":21588,"c":53,"u":"ogre%20mage_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Ogre Mage"},{"id":21589,"c":53,"u":"orc_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Orc"},{"id":21590,"c":53,"u":"priest%20and%20two%20acolytes_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Priest and Two Acolytes"},{"id":21591,"c":53,"u":"red%20dragon_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Red Dragon"},{"id":21592,"c":53,"u":"rogue_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Rogue"},{"id":21593,"c":53,"u":"ruin_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Ruin"},{"id":21594,"c":53,"u":"skull_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Skull"},{"id":21595,"c":53,"u":"star_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Star"},{"id":21596,"c":53,"u":"succubus%2fincubus_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Succubus/Incubus"},{"id":21597,"c":53,"u":"sun_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Sun"},{"id":21598,"c":53,"u":"talons_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Talons"},{"id":21599,"c":53,"u":"the%20fates_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"The Fates"},{"id":21600,"c":53,"u":"the%20void_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"The Void"},{"id":21601,"c":53,"u":"throne_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Throne"},{"id":21602,"c":53,"u":"troll_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Troll"},{"id":21603,"c":53,"u":"veteran_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Veteran"},{"id":21604,"c":53,"u":"vizier_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Vizier"},{"id":21605,"c":53,"u":"you%20(the%20deck's%20owner)_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"You (The Deck's Owner)"},{"id":21606,"c":53,"u":"blinded_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Blinded"},{"id":21607,"c":53,"u":"charmed_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Charmed"},{"id":21608,"c":53,"u":"combat%20step%20by%20step_combat%20step%20by%20step%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Combat Step by Step"},{"id":21609,"c":53,"u":"deafened_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Deafened"},{"id":21610,"c":53,"u":"eight_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Eight"},{"id":21611,"c":53,"u":"five_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Five"},{"id":21612,"c":53,"u":"four_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Four"},{"id":21613,"c":53,"u":"frightened_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Frightened"},{"id":21614,"c":53,"u":"grappled_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Grappled"},{"id":21615,"c":53,"u":"incapacitated_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Incapacitated"},{"id":21616,"c":53,"u":"invisible_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Invisible"},{"id":21617,"c":53,"u":"nine_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Nine"},{"id":21618,"c":53,"u":"one_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"One"},{"id":21619,"c":53,"u":"paralyzed_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Paralyzed"},{"id":21620,"c":53,"u":"petrified_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Petrified"},{"id":21621,"c":53,"u":"poisoned_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Poisoned"},{"id":21622,"c":53,"u":"prone_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Prone"},{"id":21623,"c":53,"u":"restrained_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Restrained"},{"id":21624,"c":53,"u":"seven_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Seven"},{"id":21625,"c":53,"u":"six_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Six"},{"id":21626,"c":53,"u":"stunned_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Stunned"},{"id":21627,"c":53,"u":"three_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Three"},{"id":21628,"c":53,"u":"two_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Two"},{"id":21629,"c":53,"u":"unconscious_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Unconscious"},{"id":21630,"c":53,"u":"bacon-wrapped%20smoked%20mussels_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Bacon-Wrapped Smoked Mussels"},{"id":21631,"c":53,"u":"beluir%20salmon%20spread_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Beluir Salmon Spread"},{"id":21632,"c":53,"u":"black%20lotus%20root_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Black Lotus Root"},{"id":21633,"c":53,"u":"butternut%20beer_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Butternut Beer"},{"id":21634,"c":53,"u":"chultan%20zombie_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Chultan Zombie"},{"id":21635,"c":53,"u":"cloaks_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Cloaks"},{"id":21636,"c":53,"u":"cocoa%20broth_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Cocoa Broth"},{"id":21637,"c":53,"u":"delayed%20blast%20fireball_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Delayed Blast Fireball"},{"id":21638,"c":53,"u":"dwarven%20mulled%20wine_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Dwarven Mulled Wine"},{"id":21639,"c":53,"u":"elverquisst_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Elverquisst"},{"id":21640,"c":53,"u":"exploding%20cheese%20puffs_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Exploding Cheese Puffs"},{"id":21641,"c":53,"u":"feywild%20eggs_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Feywild Eggs"},{"id":21642,"c":53,"u":"fig%20cakes_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Fig Cakes"},{"id":21643,"c":53,"u":"green%20ice%20rime_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Green Ice Rime"},{"id":21644,"c":53,"u":"greenspear%20bundles%20in%20bacon_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Greenspear Bundles in Bacon"},{"id":21645,"c":53,"u":"halfling%20finger%20sandwiches_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Halfling Finger Sandwiches"},{"id":21646,"c":53,"u":"halfling%20oatmeal%20sweet%20nibbles_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Halfling Oatmeal Sweet Nibbles"},{"id":21647,"c":53,"u":"hot%20river%20crab%20bites_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Hot River Crab Bites"},{"id":21648,"c":53,"u":"hot%20spiced%20cider_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Hot Spiced Cider"},{"id":21649,"c":53,"u":"introduction_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Introduction"},{"id":21650,"c":53,"u":"irlymeyer's%20dragonfire%20punch_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Irlymeyer's Dragonfire Punch"},{"id":21651,"c":53,"u":"iron%20rations_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Iron Rations"},{"id":21652,"c":53,"u":"lluirwood%20salad_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Lluirwood Salad"},{"id":21653,"c":53,"u":"meal's%20end_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Meal's End"},{"id":21654,"c":53,"u":"moonwood%20artichoke%20spread_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Moonwood Artichoke Spread"},{"id":21655,"c":53,"u":"neverwinter%20cheese%20board_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Neverwinter Cheese Board"},{"id":21656,"c":53,"u":"neverwinter%20nectar_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Neverwinter Nectar"},{"id":21657,"c":53,"u":"night%20hag's%20delight_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Night Hag's Delight"},{"id":21658,"c":53,"u":"par-salian's%20tea_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Par-Salian's Tea"},{"id":21659,"c":53,"u":"potion%20of%20restoration_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Potion of Restoration"},{"id":21660,"c":53,"u":"purple%20grapemash%20no.%203_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Purple Grapemash No. 3"},{"id":21661,"c":53,"u":"quith-pa_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Quith-pa"},{"id":21662,"c":53,"u":"ray%20of%20frost_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Ray of Frost"},{"id":21663,"c":53,"u":"rollrum_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Rollrum"},{"id":21664,"c":53,"u":"ruby%20cordial_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Ruby Cordial"},{"id":21665,"c":53,"u":"saerloonian%20glowfire_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Saerloonian Glowfire"},{"id":21666,"c":53,"u":"salbread_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Salbread"},{"id":21667,"c":53,"u":"spicy%20brothers%20honey-glazed%20hot%20chips_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Spicy Brothers Honey-Glazed Hot Chips"},{"id":21668,"c":53,"u":"spicy%20shredded%20stirge%20sliders_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Spicy Shredded Stirge Sliders"},{"id":21669,"c":53,"u":"tamarind%20balls_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Tamarind Balls"},{"id":21670,"c":53,"u":"tavern%20crickets_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Tavern Crickets"},{"id":21671,"c":53,"u":"the%20deck%20of%20many%20morsels_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"The Deck of Many Morsels"},{"id":21672,"c":53,"u":"tika's%20honey%20mead_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Tika's Honey Mead"},{"id":21673,"c":53,"u":"trail%20mash'ums_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Trail Mash'ums"},{"id":21674,"c":53,"u":"trolltide%20candied%20apples_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Trolltide Candied Apples"},{"id":21675,"c":53,"u":"twice-baked%20cockatrice%20wings_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Twice-Baked Cockatrice Wings"},{"id":21676,"c":53,"u":"underdark%20forage%20board_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Underdark Forage Board"},{"id":21677,"c":53,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Underdark Lotus with Fire Lichen Spread"},{"id":21678,"c":53,"u":"undermountain%20alurlyath_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Undermountain Alurlyath"},{"id":21679,"c":53,"u":"waterdeep%20charcuterie_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Waterdeep Charcuterie"},{"id":21680,"c":53,"u":"wood%20elf%20forest%20salad_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Wood Elf Forest Salad"},{"id":21681,"c":53,"u":"zzar_deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"hx":1,"n":"Zzar"},{"id":21682,"c":53,"u":"ace%20of%20charisma_tarot%20deck_td","p":41,"s":155,"h":1,"hx":1,"dP":1,"n":"Ace of Charisma"},{"id":21683,"c":53,"u":"ace%20of%20intelligence_tarot%20deck_td","p":27,"s":155,"h":1,"hx":1,"dP":1,"n":"Ace of Intelligence"},{"id":21684,"c":53,"u":"ace%20of%20strength_tarot%20deck_td","p":20,"s":155,"h":1,"hx":1,"dP":1,"n":"Ace of Strength"},{"id":21685,"c":53,"u":"ace%20of%20wisdom_tarot%20deck_td","p":34,"s":155,"h":1,"hx":1,"dP":1,"n":"Ace of Wisdom"},{"id":21686,"c":53,"u":"death_tarot%20deck_td","p":15,"s":155,"h":1,"hx":1,"dP":1,"n":"Death"},{"id":21687,"c":53,"u":"eight%20of%20charisma_tarot%20deck_td","p":44,"s":155,"h":1,"hx":1,"dP":1,"n":"Eight of Charisma"},{"id":21688,"c":53,"u":"eight%20of%20intelligence_tarot%20deck_td","p":30,"s":155,"h":1,"hx":1,"dP":1,"n":"Eight of Intelligence"},{"id":21689,"c":53,"u":"eight%20of%20strength_tarot%20deck_td","p":23,"s":155,"h":1,"hx":1,"dP":1,"n":"Eight of Strength"},{"id":21690,"c":53,"u":"eight%20of%20wisdom_tarot%20deck_td","p":37,"s":155,"h":1,"hx":1,"dP":1,"n":"Eight of Wisdom"},{"id":21691,"c":53,"u":"five%20of%20charisma_tarot%20deck_td","p":43,"s":155,"h":1,"hx":1,"dP":1,"n":"Five of Charisma"},{"id":21692,"c":53,"u":"five%20of%20intelligence_tarot%20deck_td","p":29,"s":155,"h":1,"hx":1,"dP":1,"n":"Five of Intelligence"},{"id":21693,"c":53,"u":"five%20of%20strength_tarot%20deck_td","p":22,"s":155,"h":1,"hx":1,"dP":1,"n":"Five of Strength"},{"id":21694,"c":53,"u":"five%20of%20wisdom_tarot%20deck_td","p":36,"s":155,"h":1,"hx":1,"dP":1,"n":"Five of Wisdom"},{"id":21695,"c":53,"u":"four%20of%20charisma_tarot%20deck_td","p":42,"s":155,"h":1,"hx":1,"dP":1,"n":"Four of Charisma"},{"id":21696,"c":53,"u":"four%20of%20intelligence_tarot%20deck_td","p":28,"s":155,"h":1,"hx":1,"dP":1,"n":"Four of Intelligence"},{"id":21697,"c":53,"u":"four%20of%20strength_tarot%20deck_td","p":21,"s":155,"h":1,"hx":1,"dP":1,"n":"Four of Strength"},{"id":21698,"c":53,"u":"four%20of%20wisdom_tarot%20deck_td","p":35,"s":155,"h":1,"hx":1,"dP":1,"n":"Four of Wisdom"},{"id":21699,"c":53,"u":"judgement_tarot%20deck_td","p":19,"s":155,"h":1,"hx":1,"dP":1,"n":"Judgement"},{"id":21700,"c":53,"u":"justice_tarot%20deck_td","p":14,"s":155,"h":1,"hx":1,"dP":1,"n":"Justice"},{"id":21701,"c":53,"u":"king%20of%20charisma_tarot%20deck_td","p":47,"s":155,"h":1,"hx":1,"dP":1,"n":"King of Charisma"},{"id":21702,"c":53,"u":"king%20of%20intelligence_tarot%20deck_td","p":33,"s":155,"h":1,"hx":1,"dP":1,"n":"King of Intelligence"},{"id":21703,"c":53,"u":"king%20of%20strength_tarot%20deck_td","p":26,"s":155,"h":1,"hx":1,"dP":1,"n":"King of Strength"},{"id":21704,"c":53,"u":"king%20of%20wisdom_tarot%20deck_td","p":40,"s":155,"h":1,"hx":1,"dP":1,"n":"King of Wisdom"},{"id":21705,"c":53,"u":"knight%20of%20charisma_tarot%20deck_td","p":46,"s":155,"h":1,"hx":1,"dP":1,"n":"Knight of Charisma"},{"id":21706,"c":53,"u":"knight%20of%20intelligence_tarot%20deck_td","p":32,"s":155,"h":1,"hx":1,"dP":1,"n":"Knight of Intelligence"},{"id":21707,"c":53,"u":"knight%20of%20strength_tarot%20deck_td","p":25,"s":155,"h":1,"hx":1,"dP":1,"n":"Knight of Strength"},{"id":21708,"c":53,"u":"knight%20of%20wisdom_tarot%20deck_td","p":39,"s":155,"h":1,"hx":1,"dP":1,"n":"Knight of Wisdom"},{"id":21709,"c":53,"u":"nine%20of%20charisma_tarot%20deck_td","p":45,"s":155,"h":1,"hx":1,"dP":1,"n":"Nine of Charisma"},{"id":21710,"c":53,"u":"nine%20of%20intelligence_tarot%20deck_td","p":31,"s":155,"h":1,"hx":1,"dP":1,"n":"Nine of Intelligence"},{"id":21711,"c":53,"u":"nine%20of%20strength_tarot%20deck_td","p":24,"s":155,"h":1,"hx":1,"dP":1,"n":"Nine of Strength"},{"id":21712,"c":53,"u":"nine%20of%20wisdom_tarot%20deck_td","p":38,"s":155,"h":1,"hx":1,"dP":1,"n":"Nine of Wisdom"},{"id":21713,"c":53,"u":"page%20of%20charisma_tarot%20deck_td","p":46,"s":155,"h":1,"hx":1,"dP":1,"n":"Page of Charisma"},{"id":21714,"c":53,"u":"page%20of%20intelligence_tarot%20deck_td","p":32,"s":155,"h":1,"hx":1,"dP":1,"n":"Page of Intelligence"},{"id":21715,"c":53,"u":"page%20of%20strength_tarot%20deck_td","p":25,"s":155,"h":1,"hx":1,"dP":1,"n":"Page of Strength"},{"id":21716,"c":53,"u":"page%20of%20wisdom_tarot%20deck_td","p":39,"s":155,"h":1,"hx":1,"dP":1,"n":"Page of Wisdom"},{"id":21717,"c":53,"u":"queen%20of%20charisma_tarot%20deck_td","p":47,"s":155,"h":1,"hx":1,"dP":1,"n":"Queen of Charisma"},{"id":21718,"c":53,"u":"queen%20of%20intelligence_tarot%20deck_td","p":33,"s":155,"h":1,"hx":1,"dP":1,"n":"Queen of Intelligence"},{"id":21719,"c":53,"u":"queen%20of%20strength_tarot%20deck_td","p":26,"s":155,"h":1,"hx":1,"dP":1,"n":"Queen of Strength"},{"id":21720,"c":53,"u":"queen%20of%20wisdom_tarot%20deck_td","p":40,"s":155,"h":1,"hx":1,"dP":1,"n":"Queen of Wisdom"},{"id":21721,"c":53,"u":"seven%20of%20charisma_tarot%20deck_td","p":44,"s":155,"h":1,"hx":1,"dP":1,"n":"Seven of Charisma"},{"id":21722,"c":53,"u":"seven%20of%20intelligence_tarot%20deck_td","p":30,"s":155,"h":1,"hx":1,"dP":1,"n":"Seven of Intelligence"},{"id":21723,"c":53,"u":"seven%20of%20strength_tarot%20deck_td","p":23,"s":155,"h":1,"hx":1,"dP":1,"n":"Seven of Strength"},{"id":21724,"c":53,"u":"seven%20of%20wisdom_tarot%20deck_td","p":37,"s":155,"h":1,"hx":1,"dP":1,"n":"Seven of Wisdom"},{"id":21725,"c":53,"u":"six%20of%20charisma_tarot%20deck_td","p":43,"s":155,"h":1,"hx":1,"dP":1,"n":"Six of Charisma"},{"id":21726,"c":53,"u":"six%20of%20intelligence_tarot%20deck_td","p":29,"s":155,"h":1,"hx":1,"dP":1,"n":"Six of Intelligence"},{"id":21727,"c":53,"u":"six%20of%20strength_tarot%20deck_td","p":22,"s":155,"h":1,"hx":1,"dP":1,"n":"Six of Strength"},{"id":21728,"c":53,"u":"six%20of%20wisdom_tarot%20deck_td","p":36,"s":155,"h":1,"hx":1,"dP":1,"n":"Six of Wisdom"},{"id":21729,"c":53,"u":"strength_tarot%20deck_td","p":20,"s":155,"h":1,"hx":1,"dP":1,"n":"Strength"},{"id":21730,"c":53,"u":"temperance_tarot%20deck_td","p":16,"s":155,"h":1,"hx":1,"dP":1,"n":"Temperance"},{"id":21731,"c":53,"u":"ten%20of%20charisma_tarot%20deck_td","p":45,"s":155,"h":1,"hx":1,"dP":1,"n":"Ten of Charisma"},{"id":21732,"c":53,"u":"ten%20of%20intelligence_tarot%20deck_td","p":31,"s":155,"h":1,"hx":1,"dP":1,"n":"Ten of Intelligence"},{"id":21733,"c":53,"u":"ten%20of%20strength_tarot%20deck_td","p":24,"s":155,"h":1,"hx":1,"dP":1,"n":"Ten of Strength"},{"id":21734,"c":53,"u":"ten%20of%20wisdom_tarot%20deck_td","p":38,"s":155,"h":1,"hx":1,"dP":1,"n":"Ten of Wisdom"},{"id":21735,"c":53,"u":"the%20chariot_tarot%20deck_td","p":12,"s":155,"h":1,"hx":1,"dP":1,"n":"The Chariot"},{"id":21736,"c":53,"u":"the%20devil_tarot%20deck_td","p":16,"s":155,"h":1,"hx":1,"dP":1,"n":"The Devil"},{"id":21737,"c":53,"u":"the%20emperor_tarot%20deck_td","p":11,"s":155,"h":1,"hx":1,"dP":1,"n":"The Emperor"},{"id":21738,"c":53,"u":"the%20empress_tarot%20deck_td","p":10,"s":155,"h":1,"hx":1,"dP":1,"n":"The Empress"},{"id":21739,"c":53,"u":"the%20fool_tarot%20deck_td","p":9,"s":155,"h":1,"hx":1,"dP":1,"n":"The Fool"},{"id":21740,"c":53,"u":"the%20hanged%20man_tarot%20deck_td","p":15,"s":155,"h":1,"hx":1,"dP":1,"n":"The Hanged Man"},{"id":21741,"c":53,"u":"the%20hermit_tarot%20deck_td","p":13,"s":155,"h":1,"hx":1,"dP":1,"n":"The Hermit"},{"id":21742,"c":53,"u":"the%20hierophant_tarot%20deck_td","p":11,"s":155,"h":1,"hx":1,"dP":1,"n":"The Hierophant"},{"id":21743,"c":53,"u":"the%20high%20priestess_tarot%20deck_td","p":10,"s":155,"h":1,"hx":1,"dP":1,"n":"The High Priestess"},{"id":21744,"c":53,"u":"the%20lovers_tarot%20deck_td","p":12,"s":155,"h":1,"hx":1,"dP":1,"n":"The Lovers"},{"id":21745,"c":53,"u":"the%20magician_tarot%20deck_td","p":9,"s":155,"h":1,"hx":1,"dP":1,"n":"The Magician"},{"id":21746,"c":53,"u":"the%20moon_tarot%20deck_td","p":18,"s":155,"h":1,"hx":1,"dP":1,"n":"The Moon"},{"id":21747,"c":53,"u":"the%20star_tarot%20deck_td","p":17,"s":155,"h":1,"hx":1,"dP":1,"n":"The Star"},{"id":21748,"c":53,"u":"the%20sun_tarot%20deck_td","p":18,"s":155,"h":1,"hx":1,"dP":1,"n":"The Sun"},{"id":21749,"c":53,"u":"the%20tower_tarot%20deck_td","p":17,"s":155,"h":1,"hx":1,"dP":1,"n":"The Tower"},{"id":21750,"c":53,"u":"the%20wheel%20of%20fortune_tarot%20deck_td","p":14,"s":155,"h":1,"hx":1,"dP":1,"n":"The Wheel of Fortune"},{"id":21751,"c":53,"u":"the%20world_tarot%20deck_td","p":19,"s":155,"h":1,"hx":1,"dP":1,"n":"The World"},{"id":21752,"c":53,"u":"three%20of%20charisma_tarot%20deck_td","p":42,"s":155,"h":1,"hx":1,"dP":1,"n":"Three of Charisma"},{"id":21753,"c":53,"u":"three%20of%20intelligence_tarot%20deck_td","p":28,"s":155,"h":1,"hx":1,"dP":1,"n":"Three of Intelligence"},{"id":21754,"c":53,"u":"three%20of%20strength_tarot%20deck_td","p":21,"s":155,"h":1,"hx":1,"dP":1,"n":"Three of Strength"},{"id":21755,"c":53,"u":"three%20of%20wisdom_tarot%20deck_td","p":35,"s":155,"h":1,"hx":1,"dP":1,"n":"Three of Wisdom"},{"id":21756,"c":53,"u":"two%20of%20charisma_tarot%20deck_td","p":41,"s":155,"h":1,"hx":1,"dP":1,"n":"Two of Charisma"},{"id":21757,"c":53,"u":"two%20of%20intelligence_tarot%20deck_td","p":27,"s":155,"h":1,"hx":1,"dP":1,"n":"Two of Intelligence"},{"id":21758,"c":53,"u":"two%20of%20strength_tarot%20deck_td","p":20,"s":155,"h":1,"hx":1,"dP":1,"n":"Two of Strength"},{"id":21759,"c":53,"u":"two%20of%20wisdom_tarot%20deck_td","p":34,"s":155,"h":1,"hx":1,"dP":1,"n":"Two of Wisdom"},{"id":21760,"c":53,"u":"i'jin_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"n":"I'jin"},{"id":21761,"c":53,"u":"kubazan_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"n":"Kubazan"},{"id":21762,"c":53,"u":"moa_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"n":"Moa"},{"id":21763,"c":53,"u":"nangnang_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"n":"Nangnang"},{"id":21764,"c":53,"u":"obo'laka_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"n":"Obo'laka"},{"id":21765,"c":53,"u":"papazotl_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"n":"Papazotl"},{"id":21766,"c":53,"u":"shagambi_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"n":"Shagambi"},{"id":21767,"c":53,"u":"unkh_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"n":"Unkh"},{"id":21768,"c":53,"u":"wongo_trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"hx":1,"n":"Wongo"},{"id":21769,"c":53,"u":"agdon%20longscarf%20the%20harengon_roleplaying%20cards_wbtw","p":242,"s":69,"h":1,"hx":1,"n":"Agdon Longscarf the Harengon"},{"id":21770,"c":53,"u":"alagarthas%20the%20elf%20prince_roleplaying%20cards_wbtw","p":242,"s":69,"h":1,"hx":1,"n":"Alagarthas the Elf Prince"},{"id":21771,"c":53,"u":"amidor%20the%20dandelion_roleplaying%20cards_wbtw","p":242,"s":69,"h":1,"hx":1,"n":"Amidor the Dandelion"},{"id":21772,"c":53,"u":"argantle%20the%20korred%20queen_roleplaying%20cards_wbtw","p":242,"s":69,"h":1,"hx":1,"n":"Argantle the Korred Queen"},{"id":21773,"c":53,"u":"burly%20the%20bugbear_roleplaying%20cards_wbtw","p":243,"s":69,"h":1,"hx":1,"n":"Burly the Bugbear"},{"id":21774,"c":53,"u":"candlefoot%20the%20mime_roleplaying%20cards_wbtw","p":243,"s":69,"h":1,"hx":1,"n":"Candlefoot the Mime"},{"id":21775,"c":53,"u":"chucklehead%20the%20goblin_roleplaying%20cards_wbtw","p":243,"s":69,"h":1,"hx":1,"n":"Chucklehead the Goblin"},{"id":21776,"c":53,"u":"clapperclaw%20the%20scarecrow_roleplaying%20cards_wbtw","p":243,"s":69,"h":1,"hx":1,"n":"Clapperclaw the Scarecrow"},{"id":21777,"c":53,"u":"cradlefall%20the%20green%20dragon%20wyrmling_roleplaying%20cards_wbtw","p":244,"s":69,"h":1,"hx":1,"n":"Cradlefall the Green Dragon Wyrmling"},{"id":21778,"c":53,"u":"dirlagraun%20the%20displacer%20beast_roleplaying%20cards_wbtw","p":244,"s":69,"h":1,"hx":1,"n":"Dirlagraun the Displacer Beast"},{"id":21779,"c":53,"u":"gleam%20the%20elf%20acrobat_roleplaying%20cards_wbtw","p":244,"s":69,"h":1,"hx":1,"n":"Gleam the Elf Acrobat"},{"id":21780,"c":53,"u":"glister%20the%20elf%20acrobat_roleplaying%20cards_wbtw","p":244,"s":69,"h":1,"hx":1,"n":"Glister the Elf Acrobat"},{"id":21781,"c":53,"u":"hurly%20the%20bugbear_roleplaying%20cards_wbtw","p":245,"s":69,"h":1,"hx":1,"n":"Hurly the Bugbear"},{"id":21782,"c":53,"u":"jingle%20jangle%20the%20goblin_roleplaying%20cards_wbtw","p":245,"s":69,"h":1,"hx":1,"n":"Jingle Jangle the Goblin"},{"id":21783,"c":53,"u":"kettlesteam%20the%20kenku_roleplaying%20cards_wbtw","p":245,"s":69,"h":1,"hx":1,"n":"Kettlesteam the Kenku"},{"id":21784,"c":53,"u":"mister%20light_roleplaying%20cards_wbtw","p":245,"s":69,"h":1,"hx":1,"n":"Mister Light"},{"id":21785,"c":53,"u":"mister%20witch_roleplaying%20cards_wbtw","p":246,"s":69,"h":1,"hx":1,"n":"Mister Witch"},{"id":21786,"c":53,"u":"morgort%20the%20bullywug%20knight_roleplaying%20cards_wbtw","p":246,"s":69,"h":1,"hx":1,"n":"Morgort the Bullywug Knight"},{"id":21787,"c":53,"u":"nib%20the%20miser_roleplaying%20cards_wbtw","p":246,"s":69,"h":1,"hx":1,"n":"Nib the Miser"},{"id":21788,"c":53,"u":"northwind%20the%20treant%20sapling_roleplaying%20cards_wbtw","p":246,"s":69,"h":1,"hx":1,"n":"Northwind the Treant Sapling"},{"id":21789,"c":53,"u":"palasha%20the%20mermaid_roleplaying%20cards_wbtw","p":247,"s":69,"h":1,"hx":1,"n":"Palasha the Mermaid"},{"id":21790,"c":53,"u":"pincushion%20the%20living%20doll_roleplaying%20cards_wbtw","p":247,"s":69,"h":1,"hx":1,"n":"Pincushion the Living Doll"},{"id":21791,"c":53,"u":"shon%20the%20hunchback_roleplaying%20cards_wbtw","p":247,"s":69,"h":1,"hx":1,"n":"Shon the Hunchback"},{"id":21792,"c":53,"u":"sir%20talavar%20the%20faerie%20dragon_roleplaying%20cards_wbtw","p":247,"s":69,"h":1,"hx":1,"n":"Sir Talavar the Faerie Dragon"},{"id":21793,"c":53,"u":"sowpig%20the%20ghoul_roleplaying%20cards_wbtw","p":248,"s":69,"h":1,"hx":1,"n":"Sowpig the Ghoul"},{"id":21794,"c":53,"u":"squirt%20the%20oilcan_roleplaying%20cards_wbtw","p":248,"s":69,"h":1,"hx":1,"n":"Squirt the Oilcan"},{"id":21795,"c":53,"u":"stagefright%20the%20goblin_roleplaying%20cards_wbtw","p":248,"s":69,"h":1,"hx":1,"n":"Stagefright the Goblin"},{"id":21796,"c":53,"u":"thaco%20the%20clown_roleplaying%20cards_wbtw","p":248,"s":69,"h":1,"hx":1,"n":"Thaco the Clown"},{"id":21797,"c":53,"u":"thinnings%20the%20butler_roleplaying%20cards_wbtw","p":249,"s":69,"h":1,"hx":1,"n":"Thinnings the Butler"},{"id":21798,"c":53,"u":"vansel%20the%20satyr_roleplaying%20cards_wbtw","p":249,"s":69,"h":1,"hx":1,"n":"Vansel the Satyr"},{"id":21799,"c":53,"u":"will%20of%20the%20feywild_roleplaying%20cards_wbtw","p":249,"s":69,"h":1,"hx":1,"n":"Will of the Feywild"},{"id":21800,"c":53,"u":"zybilna%20of%20prismeer_roleplaying%20cards_wbtw","p":249,"s":69,"h":1,"hx":1,"n":"Zybilna of Prismeer"},{"id":21801,"c":53,"u":"anarath_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"n":"Anarath"},{"id":21802,"c":53,"u":"angras_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"n":"Angras"},{"id":21803,"c":53,"u":"arcturiadoom_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Arcturiadoom"},{"id":21804,"c":53,"u":"dark%20elf%20menace_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Dark Elf Menace"},{"id":21805,"c":53,"u":"death%20tyrant_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Death Tyrant"},{"id":21806,"c":53,"u":"dwarfcraft_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Dwarfcraft"},{"id":21807,"c":53,"u":"emerald%20blade_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Emerald Blade"},{"id":21808,"c":53,"u":"gith%20who's%20coming%20to%20dinner%3f_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Gith Who's Coming to Dinner?"},{"id":21809,"c":53,"u":"guild%20of%20many%20eyes_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Guild of Many Eyes"},{"id":21810,"c":53,"u":"halaster_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"n":"Halaster"},{"id":21811,"c":53,"u":"immortal%20insanity_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Immortal Insanity"},{"id":21812,"c":53,"u":"korombos_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"n":"Korombos"},{"id":21813,"c":53,"u":"laebos_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"n":"Laebos"},{"id":21814,"c":53,"u":"lammath_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"n":"Lammath"},{"id":21815,"c":53,"u":"mad%20house_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Mad House"},{"id":21816,"c":53,"u":"nchasme_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"n":"Nchasme"},{"id":21817,"c":53,"u":"nester's%20fate_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Nester's Fate"},{"id":21818,"c":53,"u":"savaros_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"n":"Savaros"},{"id":21819,"c":53,"u":"scavenger_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Scavenger"},{"id":21820,"c":53,"u":"school%20of%20magic_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"School of Magic"},{"id":21821,"c":53,"u":"skullport_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Skullport"},{"id":21822,"c":53,"u":"spire%20and%20snail_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Spire and Snail"},{"id":21823,"c":53,"u":"tangled%20web_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Tangled Web"},{"id":21824,"c":53,"u":"trobriand's%20army_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Trobriand's Army"},{"id":21825,"c":53,"u":"ullathar_elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"hx":1,"n":"Ullathar"},{"id":21826,"c":53,"u":"underground%20forest_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"Underground Forest"},{"id":21827,"c":53,"u":"what%20drow%20fear_secrets%20deck_wdmm","p":319,"s":71,"h":1,"hx":1,"n":"What Drow Fear"},{"id":21828,"c":53,"u":"balance_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Balance"},{"id":21829,"c":53,"u":"comet_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Comet"},{"id":21830,"c":53,"u":"donjon_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Donjon"},{"id":21831,"c":53,"u":"euryale_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Euryale"},{"id":21832,"c":53,"u":"flames_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Flames"},{"id":21833,"c":53,"u":"fool_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Fool"},{"id":21834,"c":53,"u":"gem_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Gem"},{"id":21835,"c":53,"u":"idiot_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Idiot"},{"id":21836,"c":53,"u":"jester_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Jester"},{"id":21837,"c":53,"u":"key_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Key"},{"id":21838,"c":53,"u":"knight_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Knight"},{"id":21839,"c":53,"u":"moon_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Moon"},{"id":21840,"c":53,"u":"rogue_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Rogue"},{"id":21841,"c":53,"u":"ruin_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Ruin"},{"id":21842,"c":53,"u":"skull_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Skull"},{"id":21843,"c":53,"u":"star_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Star"},{"id":21844,"c":53,"u":"sun_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Sun"},{"id":21845,"c":53,"u":"talons_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Talons"},{"id":21846,"c":53,"u":"the%20fates_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"The Fates"},{"id":21847,"c":53,"u":"the%20void_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"The Void"},{"id":21848,"c":53,"u":"throne_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Throne"},{"id":21849,"c":53,"u":"vizier_deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"hx":1,"n":"Vizier"},{"id":21850,"c":52,"u":"deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"n":"Deck of Many More Things"},{"id":21851,"c":52,"u":"deck%20of%20many%20things_bmt","p":12,"s":1,"h":1,"n":"Deck of Many Things"},{"id":21852,"c":52,"u":"deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"n":"Deck of Wonder"},{"id":21853,"c":52,"u":"deck%20of%20many%20more%20things_dmtcrg","p":14,"s":145,"h":1,"n":"Deck of Many More Things"},{"id":21854,"c":52,"u":"features%20deck_dmtcrg","p":11,"s":145,"h":1,"n":"Features Deck"},{"id":21855,"c":52,"u":"locations%20deck_dmtcrg","p":11,"s":145,"h":1,"n":"Locations Deck"},{"id":21856,"c":52,"u":"story%20deck_dmtcrg","p":11,"s":145,"h":1,"n":"Story Deck"},{"id":21857,"c":52,"u":"condition%20cards_screendungeonkit","s":147,"h":1,"n":"Condition Cards"},{"id":21858,"c":52,"u":"geomorph%20cards_screendungeonkit","s":147,"h":1,"n":"Geomorph Cards"},{"id":21859,"c":52,"u":"hazard%20cards_screendungeonkit","s":147,"h":1,"n":"Hazard Cards"},{"id":21860,"c":52,"u":"initiative%20cards_screendungeonkit","s":147,"h":1,"n":"Initiative Cards"},{"id":21861,"c":52,"u":"deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"n":"Deck of Illusions"},{"id":21862,"c":52,"u":"deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"n":"Deck of Many Things"},{"id":21863,"c":52,"u":"deck%20of%20many%20things%20(13%20cards)_xdmg","s":5,"h":1,"n":"Deck of Many Things (13 Cards)"},{"id":21864,"c":52,"u":"tarokka%20deck_cos","p":243,"s":19,"h":1,"n":"Tarokka Deck"},{"id":21865,"c":52,"u":"fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"dP":1,"n":"Fragments of Suffering"},{"id":21866,"c":52,"u":"medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"dP":1,"n":"Medals of Merit"},{"id":21867,"c":52,"u":"magic%20charm%20cards_dip","p":3,"s":22,"h":1,"n":"Magic Charm Cards"},{"id":21868,"c":52,"u":"magic%20item%20cards_dip","p":3,"s":22,"h":1,"n":"Magic Item Cards"},{"id":21869,"c":52,"u":"quest%20cards_dip","p":3,"s":22,"h":1,"n":"Quest Cards"},{"id":21870,"c":52,"u":"sidekick%20cards_dip","p":65,"s":22,"h":1,"n":"Sidekick Cards"},{"id":21871,"c":52,"u":"deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"r":1,"n":"Deck of Illusions"},{"id":21872,"c":52,"u":"deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"r":1,"n":"Deck of Many Things"},{"id":21873,"c":52,"u":"deck%20of%20many%20things%20(13%20cards)_dmg","p":162,"s":24,"h":1,"r":1,"n":"Deck of Many Things (13 Cards)"},{"id":21874,"c":52,"u":"combat%20step%20by%20step%20cards_esk","p":3,"s":30,"h":1,"n":"Combat Step by Step Cards"},{"id":21875,"c":52,"u":"condition%20cards_esk","p":3,"s":30,"h":1,"n":"Condition Cards"},{"id":21876,"c":52,"u":"initiative%20cards_esk","p":3,"s":30,"h":1,"n":"Initiative Cards"},{"id":21877,"c":52,"u":"deck%20of%20many%20morsels_hfdomm","s":157,"h":1,"n":"Deck of Many Morsels"},{"id":21878,"c":52,"u":"tarot%20deck_td","p":9,"s":155,"h":1,"dP":1,"n":"Tarot Deck"},{"id":21879,"c":52,"u":"trickster%20gods%20of%20omu_toa","p":256,"s":63,"h":1,"n":"Trickster Gods of Omu"},{"id":21880,"c":52,"u":"roleplaying%20cards_wbtw","p":242,"s":69,"h":1,"n":"Roleplaying Cards"},{"id":21881,"c":52,"u":"elder%20runes%20deck_wdmm","p":318,"s":71,"h":1,"n":"Elder Runes Deck"},{"id":21882,"c":52,"u":"secrets%20deck_wdmm","p":319,"s":71,"h":1,"n":"Secrets Deck"},{"id":21883,"c":52,"u":"deck%20of%20several%20things_llk","p":53,"s":81,"h":1,"n":"Deck of Several Things"},{"id":21884,"c":55,"u":"arcane%20study_xdmg","p":336,"s":5,"h":1,"n":"Arcane Study"},{"id":21885,"c":55,"u":"archive_xdmg","p":337,"s":5,"h":1,"n":"Archive"},{"id":21886,"c":55,"u":"armory_xdmg","p":339,"s":5,"h":1,"n":"Armory"},{"id":21887,"c":55,"u":"barrack_xdmg","p":339,"s":5,"h":1,"n":"Barrack"},{"id":21888,"c":55,"u":"bedroom_xdmg","p":335,"s":5,"h":1,"n":"Bedroom"},{"id":21889,"c":55,"u":"courtyard_xdmg","p":335,"s":5,"h":1,"n":"Courtyard"},{"id":21890,"c":55,"u":"demiplane_xdmg","p":340,"s":5,"h":1,"n":"Demiplane"},{"id":21891,"c":55,"u":"dining%20room_xdmg","p":335,"s":5,"h":1,"n":"Dining Room"},{"id":21892,"c":55,"u":"gaming%20hall_xdmg","p":340,"s":5,"h":1,"n":"Gaming Hall"},{"id":21893,"c":55,"u":"garden_xdmg","p":340,"s":5,"h":1,"n":"Garden"},{"id":21894,"c":55,"u":"greenhouse_xdmg","p":341,"s":5,"h":1,"n":"Greenhouse"},{"id":21895,"c":55,"u":"guildhall_xdmg","p":341,"s":5,"h":1,"n":"Guildhall"},{"id":21896,"c":55,"u":"kitchen_xdmg","p":335,"s":5,"h":1,"n":"Kitchen"},{"id":21897,"c":55,"u":"laboratory_xdmg","p":342,"s":5,"h":1,"n":"Laboratory"},{"id":21898,"c":55,"u":"library_xdmg","p":342,"s":5,"h":1,"n":"Library"},{"id":21899,"c":55,"u":"meditation%20chamber_xdmg","p":342,"s":5,"h":1,"n":"Meditation Chamber"},{"id":21900,"c":55,"u":"menagerie_xdmg","p":343,"s":5,"h":1,"n":"Menagerie"},{"id":21901,"c":55,"u":"observatory_xdmg","p":343,"s":5,"h":1,"n":"Observatory"},{"id":21902,"c":55,"u":"parlor_xdmg","p":335,"s":5,"h":1,"n":"Parlor"},{"id":21903,"c":55,"u":"pub_xdmg","p":344,"s":5,"h":1,"n":"Pub"},{"id":21904,"c":55,"u":"reliquary_xdmg","p":344,"s":5,"h":1,"n":"Reliquary"},{"id":21905,"c":55,"u":"sacristy_xdmg","p":344,"s":5,"h":1,"n":"Sacristy"},{"id":21906,"c":55,"u":"sanctuary_xdmg","p":345,"s":5,"h":1,"n":"Sanctuary"},{"id":21907,"c":55,"u":"sanctum_xdmg","p":346,"s":5,"h":1,"n":"Sanctum"},{"id":21908,"c":55,"u":"scriptorium_xdmg","p":346,"s":5,"h":1,"n":"Scriptorium"},{"id":21909,"c":55,"u":"smithy_xdmg","p":347,"s":5,"h":1,"n":"Smithy"},{"id":21910,"c":55,"u":"stable_xdmg","p":347,"s":5,"h":1,"n":"Stable"},{"id":21911,"c":55,"u":"storage_xdmg","p":335,"s":5,"h":1,"n":"Storage"},{"id":21912,"c":55,"u":"storehouse_xdmg","p":347,"s":5,"h":1,"n":"Storehouse"},{"id":21913,"c":55,"u":"teleportation%20circle_xdmg","p":347,"s":5,"h":1,"n":"Teleportation Circle"},{"id":21914,"c":55,"u":"theater_xdmg","p":348,"s":5,"h":1,"n":"Theater"},{"id":21915,"c":55,"u":"training%20area_xdmg","p":348,"s":5,"h":1,"n":"Training Area"},{"id":21916,"c":55,"u":"trophy%20room_xdmg","p":349,"s":5,"h":1,"n":"Trophy Room"},{"id":21917,"c":55,"u":"war%20room_xdmg","p":349,"s":5,"h":1,"n":"War Room"},{"id":21918,"c":55,"u":"workshop_xdmg","p":349,"s":5,"h":1,"n":"Workshop"},{"id":21919,"c":46,"u":"scion%20of%20grolantor_bgg","p":165,"s":0,"h":1,"hx":1,"n":"Scion of Grolantor"},{"id":21920,"c":46,"u":"scion%20of%20memnor_bgg","p":167,"s":0,"h":1,"hx":1,"n":"Scion of Memnor"},{"id":21921,"c":46,"u":"scion%20of%20skoraeus_bgg","p":169,"s":0,"h":1,"hx":1,"n":"Scion of Skoraeus"},{"id":21922,"c":46,"u":"scion%20of%20stronmaus_bgg","p":171,"s":0,"h":1,"hx":1,"n":"Scion of Stronmaus"},{"id":21923,"c":46,"u":"scion%20of%20surtur_bgg","p":173,"s":0,"h":1,"hx":1,"n":"Scion of Surtur"},{"id":21924,"c":46,"u":"scion%20of%20thrym_bgg","p":175,"s":0,"h":1,"hx":1,"n":"Scion of Thrym"},{"id":21925,"c":46,"u":"aurnozci_bmt","s":1,"h":1,"hx":1,"n":"Aurnozci"},{"id":21926,"c":46,"u":"hierophant%20medusa_bmt","s":1,"h":1,"hx":1,"n":"Hierophant Medusa"},{"id":21927,"c":46,"u":"malaxxix_bmt","s":1,"h":1,"hx":1,"n":"Malaxxix"},{"id":21928,"c":46,"u":"pazrodine_bmt","s":1,"h":1,"hx":1,"n":"Pazrodine"},{"id":21929,"c":46,"u":"villain_bmt","s":1,"h":1,"hx":1,"n":"Villain"},{"id":21930,"c":46,"u":"amethyst%20dragon_ftd","p":160,"s":2,"h":1,"hx":1,"n":"Amethyst Dragon"},{"id":21931,"c":46,"u":"ancient%20dragon%20turtle_ftd","p":191,"s":2,"h":1,"hx":1,"n":"Ancient Dragon Turtle"},{"id":21932,"c":46,"u":"crystal%20dragon_ftd","p":171,"s":2,"h":1,"hx":1,"n":"Crystal Dragon"},{"id":21933,"c":46,"u":"deep%20dragon_ftd","p":174,"s":2,"h":1,"hx":1,"n":"Deep Dragon"},{"id":21934,"c":46,"u":"emerald%20dragon_ftd","p":196,"s":2,"h":1,"hx":1,"n":"Emerald Dragon"},{"id":21935,"c":46,"u":"faerie%20dragon_ftd","p":118,"s":2,"h":1,"hx":1,"n":"Faerie Dragon"},{"id":21936,"c":46,"u":"moonstone%20dragon_ftd","p":212,"s":2,"h":1,"hx":1,"n":"Moonstone Dragon"},{"id":21937,"c":46,"u":"sapphire%20dragon_ftd","p":215,"s":2,"h":1,"hx":1,"n":"Sapphire Dragon"},{"id":21938,"c":46,"u":"shadow%20dragon_ftd","p":142,"s":2,"h":1,"hx":1,"n":"Shadow Dragon"},{"id":21939,"c":46,"u":"topaz%20dragon_ftd","p":221,"s":2,"h":1,"hx":1,"n":"Topaz Dragon"},{"id":21940,"c":46,"u":"balhannoth_mpmm","p":55,"s":3,"h":1,"hx":1,"n":"Balhannoth"},{"id":21941,"c":46,"u":"baphomet_mpmm","p":58,"s":3,"h":1,"hx":1,"n":"Baphomet"},{"id":21942,"c":46,"u":"demogorgon_mpmm","p":90,"s":3,"h":1,"hx":1,"n":"Demogorgon"},{"id":21943,"c":46,"u":"drow%20matron%20mother_mpmm","p":104,"s":3,"h":1,"hx":1,"n":"Drow Matron Mother"},{"id":21944,"c":46,"u":"elder%20brain_mpmm","p":120,"s":3,"h":1,"hx":1,"n":"Elder Brain"},{"id":21945,"c":46,"u":"fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"hx":1,"n":"Fraz-Urb'luu"},{"id":21946,"c":46,"u":"geryon_mpmm","p":136,"s":3,"h":1,"hx":1,"n":"Geryon"},{"id":21947,"c":46,"u":"githzerai%20anarch_mpmm","p":142,"s":3,"h":1,"hx":1,"n":"Githzerai Anarch"},{"id":21948,"c":46,"u":"graz'zt_mpmm","p":148,"s":3,"h":1,"hx":1,"n":"Graz'zt"},{"id":21949,"c":46,"u":"juiblex_mpmm","p":160,"s":3,"h":1,"hx":1,"n":"Juiblex"},{"id":21950,"c":46,"u":"ki-rin_mpmm","p":162,"s":3,"h":1,"hx":1,"n":"Ki-rin"},{"id":21951,"c":46,"u":"merrenoloth_mpmm","p":180,"s":3,"h":1,"hx":1,"n":"Merrenoloth"},{"id":21952,"c":46,"u":"morkoth_mpmm","p":186,"s":3,"h":1,"hx":1,"n":"Morkoth"},{"id":21953,"c":46,"u":"orcus_mpmm","p":204,"s":3,"h":1,"hx":1,"n":"Orcus"},{"id":21954,"c":46,"u":"storm%20giant%20quintessent_mpmm","p":235,"s":3,"h":1,"hx":1,"n":"Storm Giant Quintessent"},{"id":21955,"c":46,"u":"yeenoghu_mpmm","p":270,"s":3,"h":1,"hx":1,"n":"Yeenoghu"},{"id":21956,"c":46,"u":"zariel_mpmm","p":280,"s":3,"h":1,"hx":1,"n":"Zariel"},{"id":21957,"c":46,"u":"zuggtmoy_mpmm","p":281,"s":3,"h":1,"hx":1,"n":"Zuggtmoy"},{"id":21958,"c":46,"u":"archdevil_coa","p":235,"s":9,"h":1,"hx":1,"n":"Archdevil"},{"id":21959,"c":46,"u":"asmodeus_coa","p":216,"s":9,"h":1,"hx":1,"n":"Asmodeus"},{"id":21960,"c":46,"u":"baalzebul_coa","p":218,"s":9,"h":1,"hx":1,"n":"Baalzebul"},{"id":21961,"c":46,"u":"bel_coa","p":234,"s":9,"h":1,"hx":1,"n":"Bel"},{"id":21962,"c":46,"u":"belial_coa","p":220,"s":9,"h":1,"hx":1,"n":"Belial"},{"id":21963,"c":46,"u":"dispater_coa","p":222,"s":9,"h":1,"hx":1,"n":"Dispater"},{"id":21964,"c":46,"u":"fierna_coa","p":225,"s":9,"h":1,"hx":1,"n":"Fierna"},{"id":21965,"c":46,"u":"glasya_coa","p":226,"s":9,"h":1,"hx":1,"n":"Glasya"},{"id":21966,"c":46,"u":"greater%20tyrant%20shadow_coa","p":254,"s":9,"h":1,"hx":1,"n":"Greater Tyrant Shadow"},{"id":21967,"c":46,"u":"levistus_coa","p":228,"s":9,"h":1,"hx":1,"n":"Levistus"},{"id":21968,"c":46,"u":"mammon_coa","p":230,"s":9,"h":1,"hx":1,"n":"Mammon"},{"id":21969,"c":46,"u":"mephistopheles_coa","p":232,"s":9,"h":1,"hx":1,"n":"Mephistopheles"},{"id":21970,"c":46,"u":"zariel_coa","p":235,"s":9,"h":1,"hx":1,"n":"Zariel"},{"id":21971,"c":46,"u":"baalzebul_mabjov","p":91,"s":11,"h":1,"hx":1,"n":"Baalzebul"},{"id":21972,"c":46,"u":"cryonax_mabjov","p":97,"s":11,"h":1,"hx":1,"n":"Cryonax"},{"id":21973,"c":46,"u":"mephistopheles_mabjov","p":99,"s":11,"h":1,"hx":1,"n":"Mephistopheles"},{"id":21974,"c":46,"u":"pazuzu_mabjov","p":103,"s":11,"h":1,"hx":1,"n":"Pazuzu"},{"id":21975,"c":46,"u":"ssendam%2c%20lord%20of%20madness_mabjov","p":105,"s":11,"h":1,"hx":1,"n":"Ssendam, Lord of Madness"},{"id":21976,"c":46,"u":"sapphire%20dragon_sads","p":215,"s":13,"h":1,"hx":1,"n":"Sapphire Dragon"},{"id":21977,"c":46,"u":"ancient%20deep%20crow_ai","p":211,"s":15,"h":1,"hx":1,"n":"Ancient Deep Crow"},{"id":21978,"c":46,"u":"lunar%20dragon_bam","s":16,"h":1,"hx":1,"n":"Lunar Dragon"},{"id":21979,"c":46,"u":"solar%20dragon_bam","p":50,"s":16,"h":1,"hx":1,"n":"Solar Dragon"},{"id":21980,"c":46,"u":"lichen%20lich_cm","p":223,"s":18,"h":1,"hx":1,"n":"Lichen Lich"},{"id":21981,"c":46,"u":"nintra%20siotta_cm","p":197,"s":18,"h":1,"hx":1,"n":"Nintra Siotta"},{"id":21982,"c":46,"u":"valin%20sarnaster_cm","p":182,"s":18,"h":1,"hx":1,"n":"Valin Sarnaster"},{"id":21983,"c":46,"u":"zikzokrishka_cm","p":209,"s":18,"h":1,"hx":1,"n":"Zikzokrishka"},{"id":21984,"c":46,"u":"strahd%20von%20zarovich_cos","p":240,"s":19,"h":1,"hx":1,"n":"Strahd von Zarovich"},{"id":21985,"c":46,"u":"alyxian%20the%20absolved_crcotn","s":20,"h":1,"hx":1,"dP":1,"n":"Alyxian the Absolved"},{"id":21986,"c":46,"u":"alyxian%20the%20callous_crcotn","s":20,"h":1,"hx":1,"dP":1,"n":"Alyxian the Callous"},{"id":21987,"c":46,"u":"alyxian%20the%20dispossessed_crcotn","s":20,"h":1,"hx":1,"dP":1,"n":"Alyxian the Dispossessed"},{"id":21988,"c":46,"u":"alyxian%20the%20tormented_crcotn","s":20,"h":1,"hx":1,"dP":1,"n":"Alyxian the Tormented"},{"id":21989,"c":46,"u":"gravekeeper_dodk","s":25,"h":1,"hx":1,"dP":1,"n":"Gravekeeper"},{"id":21990,"c":46,"u":"sea%20fury_egw","p":299,"s":28,"h":1,"hx":1,"dP":1,"n":"Sea Fury"},{"id":21991,"c":46,"u":"belashyrra_erlw","p":286,"s":29,"h":1,"hx":1,"n":"Belashyrra"},{"id":21992,"c":46,"u":"dyrrn_erlw","p":288,"s":29,"h":1,"hx":1,"n":"Dyrrn"},{"id":21993,"c":46,"u":"blightscale%20dragon_ghloe","s":32,"h":1,"hx":1,"dP":1,"n":"Blightscale Dragon"},{"id":21994,"c":46,"u":"gegazol_ghloe","s":32,"h":1,"hx":1,"dP":1,"n":"Gegazol"},{"id":21995,"c":46,"u":"riverine_jttrc","s":39,"h":1,"hx":1,"n":"Riverine"},{"id":21996,"c":46,"u":"aboleth_mm","p":13,"s":45,"h":1,"hx":1,"n":"Aboleth"},{"id":21997,"c":46,"u":"beholder_mm","p":28,"s":45,"h":1,"hx":1,"n":"Beholder"},{"id":21998,"c":46,"u":"black%20dragon_mm","p":88,"s":45,"h":1,"hx":1,"n":"Black Dragon"},{"id":21999,"c":46,"u":"blue%20dragon_mm","p":91,"s":45,"h":1,"hx":1,"n":"Blue Dragon"},{"id":22000,"c":46,"u":"brass%20dragon_mm","p":105,"s":45,"h":1,"hx":1,"n":"Brass Dragon"},{"id":22001,"c":46,"u":"bronze%20dragon_mm","p":108,"s":45,"h":1,"hx":1,"n":"Bronze Dragon"},{"id":22002,"c":46,"u":"copper%20dragon_mm","p":112,"s":45,"h":1,"hx":1,"n":"Copper Dragon"},{"id":22003,"c":46,"u":"death%20tyrant_mm","p":29,"s":45,"h":1,"hx":1,"n":"Death Tyrant"},{"id":22004,"c":46,"u":"demilich_mm","p":48,"s":45,"h":1,"hx":1,"n":"Demilich"},{"id":22005,"c":46,"u":"gold%20dragon_mm","p":114,"s":45,"h":1,"hx":1,"n":"Gold Dragon"},{"id":22006,"c":46,"u":"green%20dragon_mm","p":94,"s":45,"h":1,"hx":1,"n":"Green Dragon"},{"id":22007,"c":46,"u":"green%20hag_mm","p":177,"s":45,"h":1,"hx":1,"n":"Green Hag"},{"id":22008,"c":46,"u":"kraken_mm","p":197,"s":45,"h":1,"hx":1,"n":"Kraken"},{"id":22009,"c":46,"u":"lich_mm","p":202,"s":45,"h":1,"hx":1,"n":"Lich"},{"id":22010,"c":46,"u":"mummy%20lord_mm","p":229,"s":45,"h":1,"hx":1,"n":"Mummy Lord"},{"id":22011,"c":46,"u":"night%20hag_mm","p":178,"s":45,"h":1,"hx":1,"n":"Night Hag"},{"id":22012,"c":46,"u":"red%20dragon_mm","p":98,"s":45,"h":1,"hx":1,"n":"Red Dragon"},{"id":22013,"c":46,"u":"sea%20hag_mm","p":179,"s":45,"h":1,"hx":1,"n":"Sea Hag"},{"id":22014,"c":46,"u":"silver%20dragon_mm","p":117,"s":45,"h":1,"hx":1,"n":"Silver Dragon"},{"id":22015,"c":46,"u":"sphinx_mm","p":281,"s":45,"h":1,"hx":1,"n":"Sphinx"},{"id":22016,"c":46,"u":"unicorn_mm","p":294,"s":45,"h":1,"hx":1,"n":"Unicorn"},{"id":22017,"c":46,"u":"vampire_mm","p":297,"s":45,"h":1,"hx":1,"n":"Vampire"},{"id":22018,"c":46,"u":"white%20dragon_mm","p":101,"s":45,"h":1,"hx":1,"n":"White Dragon"},{"id":22019,"c":46,"u":"arasta_mot","p":248,"s":46,"h":1,"hx":1,"n":"Arasta"},{"id":22020,"c":46,"u":"hythonia_mot","p":252,"s":46,"h":1,"hx":1,"n":"Hythonia"},{"id":22021,"c":46,"u":"tromokratis_mot","p":254,"s":46,"h":1,"hx":1,"n":"Tromokratis"},{"id":22022,"c":46,"u":"baernaloth_mpp","s":47,"h":1,"hx":1,"n":"Baernaloth"},{"id":22023,"c":46,"u":"darkweaver_mpp","s":47,"h":1,"hx":1,"n":"Darkweaver"},{"id":22024,"c":46,"u":"time%20dragon_mpp","s":47,"h":1,"hx":1,"n":"Time Dragon"},{"id":22025,"c":46,"u":"balhannoth_mtf","p":119,"s":48,"h":1,"hx":1,"n":"Balhannoth"},{"id":22026,"c":46,"u":"baphomet_mtf","p":143,"s":48,"h":1,"hx":1,"n":"Baphomet"},{"id":22027,"c":46,"u":"demogorgon_mtf","p":144,"s":48,"h":1,"hx":1,"n":"Demogorgon"},{"id":22028,"c":46,"u":"fraz-urb'luu_mtf","p":146,"s":48,"h":1,"hx":1,"n":"Fraz-Urb'luu"},{"id":22029,"c":46,"u":"geryon_mtf","p":173,"s":48,"h":1,"hx":1,"n":"Geryon"},{"id":22030,"c":46,"u":"githzerai%20anarch_mtf","p":207,"s":48,"h":1,"hx":1,"n":"Githzerai Anarch"},{"id":22031,"c":46,"u":"graz'zt_mtf","p":149,"s":48,"h":1,"hx":1,"n":"Graz'zt"},{"id":22032,"c":46,"u":"juiblex_mtf","p":151,"s":48,"h":1,"hx":1,"n":"Juiblex"},{"id":22033,"c":46,"u":"merrenoloth_mtf","p":250,"s":48,"h":1,"hx":1,"n":"Merrenoloth"},{"id":22034,"c":46,"u":"orcus_mtf","p":153,"s":48,"h":1,"hx":1,"n":"Orcus"},{"id":22035,"c":46,"u":"yeenoghu_mtf","p":155,"s":48,"h":1,"hx":1,"n":"Yeenoghu"},{"id":22036,"c":46,"u":"zariel_mtf","p":180,"s":48,"h":1,"hx":1,"n":"Zariel"},{"id":22037,"c":46,"u":"zuggtmoy_mtf","p":157,"s":48,"h":1,"hx":1,"n":"Zuggtmoy"},{"id":22038,"c":46,"u":"aerisi%20kalinoth_pota","p":192,"s":53,"h":1,"hx":1,"n":"Aerisi Kalinoth"},{"id":22039,"c":46,"u":"gar%20shatterkeel_pota","p":208,"s":53,"h":1,"hx":1,"n":"Gar Shatterkeel"},{"id":22040,"c":46,"u":"imix_pota","p":214,"s":53,"h":1,"hx":1,"n":"Imix"},{"id":22041,"c":46,"u":"marlos%20urnrayle_pota","p":199,"s":53,"h":1,"hx":1,"n":"Marlos Urnrayle"},{"id":22042,"c":46,"u":"ogr%c3%a9moch_pota","p":216,"s":53,"h":1,"hx":1,"n":"Ogremoch"},{"id":22043,"c":46,"u":"olhydra_pota","p":218,"s":53,"h":1,"hx":1,"n":"Olhydra"},{"id":22044,"c":46,"u":"vanifer_pota","p":203,"s":53,"h":1,"hx":1,"n":"Vanifer"},{"id":22045,"c":46,"u":"yan-c-bin_pota","p":221,"s":53,"h":1,"hx":1,"n":"Yan-C-Bin"},{"id":22046,"c":46,"u":"froghemoth%20elder_qftis","s":54,"h":1,"hx":1,"n":"Froghemoth Elder"},{"id":22047,"c":46,"u":"nafas_qftis","s":54,"h":1,"hx":1,"n":"Nafas"},{"id":22048,"c":46,"u":"the%20gardener_qftis","s":54,"h":1,"hx":1,"n":"The Gardener"},{"id":22049,"c":46,"u":"zargon%20the%20returner_qftis","s":54,"h":1,"hx":1,"n":"Zargon the Returner"},{"id":22050,"c":46,"u":"murgaxor_scc","p":180,"s":57,"h":1,"hx":1,"n":"Murgaxor"},{"id":22051,"c":46,"u":"bear%20king_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Bear King"},{"id":22052,"c":46,"u":"cave%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Cave Dragon"},{"id":22053,"c":46,"u":"demon%20lord%20mechuiti_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Demon Lord Mechuiti"},{"id":22054,"c":46,"u":"demon%20lord%20qorgeth_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Demon Lord Qorgeth"},{"id":22055,"c":46,"u":"flame%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Flame Dragon"},{"id":22056,"c":46,"u":"hraesvelgr_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Hraesvelgr"},{"id":22057,"c":46,"u":"lord%20of%20the%20hunt_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Lord of the Hunt"},{"id":22058,"c":46,"u":"mithral%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Mithral Dragon"},{"id":22059,"c":46,"u":"moonlit%20king_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Moonlit King"},{"id":22060,"c":46,"u":"nihileth%20aboleth_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Nihileth Aboleth"},{"id":22061,"c":46,"u":"pact%20vampire_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Pact Vampire"},{"id":22062,"c":46,"u":"queen%20of%20night%20and%20magic_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Queen of Night and Magic"},{"id":22063,"c":46,"u":"queen%20of%20witches_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Queen of Witches"},{"id":22064,"c":46,"u":"river%20king_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"River King"},{"id":22065,"c":46,"u":"sea%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Sea Dragon"},{"id":22066,"c":46,"u":"snow%20queen_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Snow Queen"},{"id":22067,"c":46,"u":"tosculi%20hive%20queen_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Tosculi Hive Queen"},{"id":22068,"c":46,"u":"void%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Void Dragon"},{"id":22069,"c":46,"u":"wind%20dragon_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Wind Dragon"},{"id":22070,"c":46,"u":"zmey_tob1-2023","s":64,"h":1,"hx":1,"dP":1,"n":"Zmey"},{"id":22071,"c":46,"u":"annis%20hag_vgm","p":159,"s":67,"h":1,"hx":1,"n":"Annis Hag"},{"id":22072,"c":46,"u":"bheur%20hag_vgm","p":160,"s":67,"h":1,"hx":1,"n":"Bheur Hag"},{"id":22073,"c":46,"u":"elder%20brain_vgm","p":173,"s":67,"h":1,"hx":1,"n":"Elder Brain"},{"id":22074,"c":46,"u":"hag_vgm","p":159,"s":67,"h":1,"hx":1,"n":"Hag"},{"id":22075,"c":46,"u":"illithilich_vgm","p":172,"s":67,"h":1,"hx":1,"n":"Illithilich"},{"id":22076,"c":46,"u":"ki-rin_vgm","p":163,"s":67,"h":1,"hx":1,"n":"Ki-rin"},{"id":22077,"c":46,"u":"morkoth_vgm","p":177,"s":67,"h":1,"hx":1,"n":"Morkoth"},{"id":22078,"c":46,"u":"storm%20giant%20quintessent_vgm","p":151,"s":67,"h":1,"hx":1,"n":"Storm Giant Quintessent"},{"id":22079,"c":46,"u":"captain%20n'ghathrod_wdmm","p":250,"s":71,"h":1,"hx":1,"n":"Captain N'ghathrod"},{"id":22080,"c":46,"u":"fazrian_wdmm","p":275,"s":71,"h":1,"hx":1,"n":"Fazrian"},{"id":22081,"c":46,"u":"halaster%20blackcloak_wdmm","p":310,"s":71,"h":1,"hx":1,"n":"Halaster Blackcloak"},{"id":22082,"c":46,"u":"keresta%20delvingstone_wdmm","p":232,"s":71,"h":1,"hx":1,"n":"Keresta Delvingstone"},{"id":22083,"c":46,"u":"kyrilla%2c%20accursed%20gorgon_aitfr-dn","p":12,"s":73,"h":1,"hx":1,"n":"Kyrilla, Accursed Gorgon"},{"id":22084,"c":46,"u":"thessalkraken_imr","p":87,"s":80,"h":1,"hx":1,"n":"Thessalkraken"},{"id":22085,"c":46,"u":"gar%20shatterkeel_lr","p":18,"s":82,"h":1,"hx":1,"n":"Gar Shatterkeel"},{"id":22086,"c":31,"u":"apparatus%20of%20kwalish_xdmg","p":229,"s":5,"h":1,"n":"Apparatus of Kwalish"},{"id":22087,"c":31,"u":"bombard_aag","p":26,"s":103,"h":1,"n":"Bombard"},{"id":22088,"c":31,"u":"damselfly%20ship_aag","p":26,"s":103,"h":1,"n":"Damselfly Ship"},{"id":22089,"c":31,"u":"flying%20fish%20ship_aag","p":26,"s":103,"h":1,"n":"Flying Fish Ship"},{"id":22090,"c":31,"u":"hammerhead%20ship_aag","p":32,"s":103,"h":1,"n":"Hammerhead Ship"},{"id":22091,"c":31,"u":"lamprey%20ship_aag","p":34,"s":103,"h":1,"n":"Lamprey Ship"},{"id":22092,"c":31,"u":"living%20ship_aag","p":36,"s":103,"h":1,"n":"Living Ship"},{"id":22093,"c":31,"u":"nautiloid_aag","p":38,"s":103,"h":1,"n":"Nautiloid"},{"id":22094,"c":31,"u":"nightspider_aag","p":40,"s":103,"h":1,"n":"Nightspider"},{"id":22095,"c":31,"u":"scorpion%20ship_aag","p":42,"s":103,"h":1,"n":"Scorpion Ship"},{"id":22096,"c":31,"u":"shrike%20ship_aag","p":44,"s":103,"h":1,"n":"Shrike Ship"},{"id":22097,"c":31,"u":"space%20galleon_aag","p":46,"s":103,"h":1,"n":"Space Galleon"},{"id":22098,"c":31,"u":"squid%20ship_aag","p":48,"s":103,"h":1,"n":"Squid Ship"},{"id":22099,"c":31,"u":"star%20moth_aag","p":50,"s":103,"h":1,"n":"Star Moth"},{"id":22100,"c":31,"u":"turtle%20ship_aag","p":52,"s":103,"h":1,"n":"Turtle Ship"},{"id":22101,"c":31,"u":"tyrant%20ship_aag","p":54,"s":103,"h":1,"n":"Tyrant Ship"},{"id":22102,"c":31,"u":"wasp%20ship_aag","p":56,"s":103,"h":1,"n":"Wasp Ship"},{"id":22103,"c":31,"u":"battle%20balloon_ai","p":218,"s":15,"h":1,"n":"Battle Balloon"},{"id":22104,"c":31,"u":"mechanical%20beholder_ai","p":219,"s":15,"h":1,"n":"Mechanical Beholder"},{"id":22105,"c":31,"u":"demon%20grinder_bgdia","p":219,"s":17,"h":1,"n":"Demon Grinder"},{"id":22106,"c":31,"u":"devil's%20ride_bgdia","p":218,"s":17,"h":1,"n":"Devil's Ride"},{"id":22107,"c":31,"u":"scavenger_bgdia","p":219,"s":17,"h":1,"n":"Scavenger"},{"id":22108,"c":31,"u":"tormentor_bgdia","p":218,"s":17,"h":1,"n":"Tormentor"},{"id":22109,"c":31,"u":"stahlmaster_dd","p":235,"s":123,"h":1,"dP":1,"n":"Stahlmaster"},{"id":22110,"c":31,"u":"tasha's%20creeping%20keelboat_ditlcot","p":15,"s":23,"h":1,"n":"Tasha's Creeping Keelboat"},{"id":22111,"c":31,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"n":"Apparatus of Kwalish"},{"id":22112,"c":31,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"n":"Apparatus of the Crab"},{"id":22113,"c":31,"u":"galley_gos","p":187,"s":33,"h":1,"n":"Galley"},{"id":22114,"c":31,"u":"keelboat_gos","p":188,"s":33,"h":1,"n":"Keelboat"},{"id":22115,"c":31,"u":"longship_gos","p":190,"s":33,"h":1,"n":"Longship"},{"id":22116,"c":31,"u":"rowboat_gos","p":190,"s":33,"h":1,"n":"Rowboat"},{"id":22117,"c":31,"u":"sailing%20ship_gos","p":192,"s":33,"h":1,"n":"Sailing Ship"},{"id":22118,"c":31,"u":"warship_gos","p":194,"s":33,"h":1,"n":"Warship"},{"id":22119,"c":31,"u":"astral%20brig_mtf","p":90,"s":48,"h":1,"n":"Astral Brig"},{"id":22120,"c":31,"u":"astral%20skiff_mtf","p":90,"s":48,"h":1,"n":"Astral Skiff"},{"id":22121,"c":31,"u":"planar%20raider_mtf","p":90,"s":48,"h":1,"n":"Planar Raider"},{"id":22122,"c":31,"u":"venatrix_veor","s":66,"h":1,"n":"Venatrix"},{"id":22132,"c":35,"u":"arcane%20artillery_gos","p":197,"s":33,"h":1,"n":"Arcane Artillery"},{"id":22134,"c":35,"u":"churning%20hull_gos","p":196,"s":33,"h":1,"n":"Churning Hull"},{"id":22135,"c":35,"u":"clockwork%20oars_gos","p":197,"s":33,"h":1,"n":"Clockwork Oars"},{"id":22136,"c":35,"u":"concussive%20rounds_gos","p":197,"s":33,"h":1,"n":"Concussive Rounds"},{"id":22137,"c":35,"u":"death%20vessel_gos","p":196,"s":33,"h":1,"n":"Death Vessel"},{"id":22138,"c":35,"u":"defiant%20sails_gos","p":197,"s":33,"h":1,"n":"Defiant Sails"},{"id":22139,"c":35,"u":"dragon%20sails_gos","p":197,"s":33,"h":1,"n":"Dragon Sails"},{"id":22140,"c":35,"u":"ever-full%20sails_gos","p":197,"s":33,"h":1,"n":"Ever-Full Sails"},{"id":22141,"c":35,"u":"explosive%20rounds_gos","p":197,"s":33,"h":1,"n":"Explosive Rounds"},{"id":22142,"c":35,"u":"frost-locked%20hull_gos","p":196,"s":33,"h":1,"n":"Frost-Locked Hull"},{"id":22143,"c":35,"u":"grasping%20rounds_gos","p":197,"s":33,"h":1,"n":"Grasping Rounds"},{"id":22144,"c":35,"u":"guardian%20figurehead_gos","p":198,"s":33,"h":1,"n":"Guardian Figurehead"},{"id":22145,"c":35,"u":"living%20vessel_gos","p":196,"s":33,"h":1,"n":"Living Vessel"},{"id":22146,"c":35,"u":"red%20dragon%20figurehead_gos","p":198,"s":33,"h":1,"n":"Red Dragon Figurehead"},{"id":22147,"c":35,"u":"reinforced%20hull_gos","p":197,"s":33,"h":1,"n":"Reinforced Hull"},{"id":22148,"c":35,"u":"screaming%20sails_gos","p":197,"s":33,"h":1,"n":"Screaming Sails"},{"id":22149,"c":35,"u":"scything%20oars_gos","p":197,"s":33,"h":1,"n":"Scything Oars"},{"id":22151,"c":35,"u":"storm%20giant%20figurehead_gos","p":198,"s":33,"h":1,"n":"Storm Giant Figurehead"},{"id":22153,"c":35,"u":"vigilant%20watch_gos","p":197,"s":33,"h":1,"n":"Vigilant Watch"},{"id":22154,"c":36,"u":"acidic%20bile%20sprayer_bgdia","p":221,"s":17,"h":1,"n":"Acidic Bile Sprayer"},{"id":22155,"c":36,"u":"canian%20armor_bgdia","p":221,"s":17,"h":1,"n":"Canian Armor"},{"id":22156,"c":36,"u":"flamethrower_bgdia","p":221,"s":17,"h":1,"n":"Flamethrower"},{"id":22157,"c":36,"u":"gilded%20death%20armor_bgdia","p":222,"s":17,"h":1,"n":"Gilded Death Armor"},{"id":22158,"c":36,"u":"infernal%20screamer_bgdia","p":221,"s":17,"h":1,"n":"Infernal Screamer"},{"id":22159,"c":36,"u":"necrotic%20smoke%20screen_bgdia","p":222,"s":17,"h":1,"n":"Necrotic Smoke Screen"},{"id":22160,"c":36,"u":"soul%20spike%20armor_bgdia","p":222,"s":17,"h":1,"n":"Soul Spike Armor"},{"id":22161,"c":36,"u":"styx%20sprayer_bgdia","p":221,"s":17,"h":1,"n":"Styx Sprayer"},{"id":22162,"c":36,"u":"teleporter_bgdia","p":222,"s":17,"h":1,"n":"Teleporter"},{"id":22185,"c":42,"u":"identify%20a%20spell_xge","p":85,"s":6,"h":1,"n":"Identify a Spell"},{"id":22186,"c":42,"u":"waking%20someone_xge","p":77,"s":6,"h":1,"n":"Waking Someone"},{"id":22187,"c":42,"u":"attack_xphb","p":361,"s":8,"h":1,"n":"Attack"},{"id":22188,"c":42,"u":"dash_xphb","p":365,"s":8,"h":1,"n":"Dash"},{"id":22189,"c":42,"u":"disengage_xphb","p":366,"s":8,"h":1,"n":"Disengage"},{"id":22190,"c":42,"u":"dodge_xphb","p":366,"s":8,"h":1,"n":"Dodge"},{"id":22191,"c":42,"u":"don%20or%20doff%20a%20shield_xphb","p":219,"s":8,"h":1,"n":"Don or Doff a Shield"},{"id":22192,"c":42,"u":"end%20concentration_xphb","p":363,"s":8,"h":1,"n":"End Concentration"},{"id":22193,"c":42,"u":"escape%20a%20grapple_xphb","p":367,"s":8,"h":1,"n":"Escape a Grapple"},{"id":22194,"c":42,"u":"help_xphb","p":368,"s":8,"h":1,"n":"Help"},{"id":22195,"c":42,"u":"hide_xphb","p":368,"s":8,"h":1,"n":"Hide"},{"id":22196,"c":42,"u":"improvising%20an%20action_xphb","p":15,"s":8,"h":1,"n":"Improvising an Action"},{"id":22197,"c":42,"u":"influence_xphb","p":369,"s":8,"h":1,"n":"Influence"},{"id":22198,"c":42,"u":"magic_xphb","p":371,"s":8,"h":1,"n":"Magic"},{"id":22199,"c":42,"u":"opportunity%20attack_xphb","p":371,"s":8,"h":1,"n":"Opportunity Attack"},{"id":22200,"c":42,"u":"ready_xphb","p":372,"s":8,"h":1,"n":"Ready"},{"id":22201,"c":42,"u":"search_xphb","p":373,"s":8,"h":1,"n":"Search"},{"id":22202,"c":42,"u":"study_xphb","p":375,"s":8,"h":1,"n":"Study"},{"id":22203,"c":42,"u":"two-weapon%20fighting_xphb","p":213,"s":8,"h":1,"n":"Two-Weapon Fighting"},{"id":22204,"c":42,"u":"utilize_xphb","p":377,"s":8,"h":1,"n":"Utilize"},{"id":22205,"c":42,"u":"activate%20an%20item_dmg","p":141,"s":24,"h":1,"r":1,"n":"Activate an Item"},{"id":22206,"c":42,"u":"climb%20onto%20a%20bigger%20creature_dmg","p":271,"s":24,"h":1,"n":"Climb onto a Bigger Creature"},{"id":22207,"c":42,"u":"disarm_dmg","p":271,"s":24,"h":1,"n":"Disarm"},{"id":22208,"c":42,"u":"healing%20surge_dmg","p":266,"s":24,"h":1,"n":"Healing Surge"},{"id":22209,"c":42,"u":"mark_dmg","p":271,"s":24,"h":1,"n":"Mark"},{"id":22210,"c":42,"u":"overrun_dmg","p":272,"s":24,"h":1,"n":"Overrun"},{"id":22211,"c":42,"u":"shove%20aside_dmg","p":272,"s":24,"h":1,"n":"Shove Aside"},{"id":22212,"c":42,"u":"tumble_dmg","p":272,"s":24,"h":1,"n":"Tumble"},{"id":22213,"c":42,"u":"attack_phb","p":192,"s":52,"h":1,"r":1,"n":"Attack"},{"id":22214,"c":42,"u":"cast%20a%20spell_phb","p":192,"s":52,"h":1,"r":1,"n":"Cast a Spell"},{"id":22215,"c":42,"u":"dash_phb","p":192,"s":52,"h":1,"r":1,"n":"Dash"},{"id":22216,"c":42,"u":"disengage_phb","p":192,"s":52,"h":1,"r":1,"n":"Disengage"},{"id":22217,"c":42,"u":"dodge_phb","p":192,"s":52,"h":1,"r":1,"n":"Dodge"},{"id":22218,"c":42,"u":"don%20or%20doff%20a%20shield_phb","p":146,"s":52,"h":1,"r":1,"n":"Don or Doff a Shield"},{"id":22219,"c":42,"u":"end%20concentration_phb","p":203,"s":52,"h":1,"r":1,"n":"End Concentration"},{"id":22220,"c":42,"u":"escape%20a%20grapple_phb","p":195,"s":52,"h":1,"r":1,"n":"Escape a Grapple"},{"id":22221,"c":42,"u":"grapple_phb","p":195,"s":52,"h":1,"r":1,"n":"Grapple"},{"id":22222,"c":42,"u":"help_phb","p":192,"s":52,"h":1,"r":1,"n":"Help"},{"id":22223,"c":42,"u":"hide_phb","p":192,"s":52,"h":1,"r":1,"n":"Hide"},{"id":22224,"c":42,"u":"improvising%20an%20action_phb","p":193,"s":52,"h":1,"n":"Improvising an Action"},{"id":22225,"c":42,"u":"opportunity%20attack_phb","p":195,"s":52,"h":1,"r":1,"n":"Opportunity Attack"},{"id":22226,"c":42,"u":"other%20activity_phb","p":190,"s":52,"h":1,"r":1,"n":"Other Activity"},{"id":22227,"c":42,"u":"ready_phb","p":193,"s":52,"h":1,"r":1,"n":"Ready"},{"id":22228,"c":42,"u":"search_phb","p":193,"s":52,"h":1,"r":1,"n":"Search"},{"id":22229,"c":42,"u":"shove_phb","p":195,"s":52,"h":1,"r":1,"n":"Shove"},{"id":22230,"c":42,"u":"stabilize%20a%20creature_phb","p":197,"s":52,"h":1,"r":1,"n":"Stabilize a Creature"},{"id":22231,"c":42,"u":"two-weapon%20fighting_phb","p":195,"s":52,"h":1,"r":1,"n":"Two-Weapon Fighting"},{"id":22232,"c":42,"u":"use%20an%20object_phb","p":193,"s":52,"h":1,"r":1,"n":"Use an Object"},{"id":22233,"c":43,"u":"alzhedo_scag","p":112,"s":107,"h":1,"n":"Alzhedo"},{"id":22234,"c":43,"u":"chessentan_scag","p":112,"s":107,"h":1,"n":"Chessentan"},{"id":22235,"c":43,"u":"chondathan_scag","p":112,"s":107,"h":1,"n":"Chondathan"},{"id":22236,"c":43,"u":"damaran_scag","p":112,"s":107,"h":1,"n":"Damaran"},{"id":22237,"c":43,"u":"dambrathan_scag","p":112,"s":107,"h":1,"n":"Dambrathan"},{"id":22238,"c":43,"u":"guran_scag","p":112,"s":107,"h":1,"n":"Guran"},{"id":22239,"c":43,"u":"halruaan_scag","p":112,"s":107,"h":1,"n":"Halruaan"},{"id":22240,"c":43,"u":"illuskan_scag","p":112,"s":107,"h":1,"n":"Illuskan"},{"id":22241,"c":43,"u":"midani_scag","p":112,"s":107,"h":1,"n":"Midani"},{"id":22242,"c":43,"u":"mulhorandi_scag","p":112,"s":107,"h":1,"n":"Mulhorandi"},{"id":22243,"c":43,"u":"rashemi_scag","p":112,"s":107,"h":1,"n":"Rashemi"},{"id":22244,"c":43,"u":"roushoum_scag","p":112,"s":107,"h":1,"n":"Roushoum"},{"id":22245,"c":43,"u":"shaaran_scag","p":112,"s":107,"h":1,"n":"Shaaran"},{"id":22246,"c":43,"u":"shou_scag","p":112,"s":107,"h":1,"n":"Shou"},{"id":22247,"c":43,"u":"thayan_scag","p":112,"s":107,"h":1,"n":"Thayan"},{"id":22248,"c":43,"u":"tuigan_scag","p":112,"s":107,"h":1,"n":"Tuigan"},{"id":22249,"c":43,"u":"turmic_scag","p":112,"s":107,"h":1,"n":"Turmic"},{"id":22250,"c":43,"u":"uluik_scag","p":112,"s":107,"h":1,"n":"Uluik"},{"id":22251,"c":43,"u":"untheric_scag","p":112,"s":107,"h":1,"n":"Untheric"},{"id":22252,"c":43,"u":"waelan_scag","p":112,"s":107,"h":1,"n":"Waelan"},{"id":22253,"c":43,"u":"abyssal_xphb","p":37,"s":8,"h":1,"n":"Abyssal"},{"id":22254,"c":43,"u":"celestial_xphb","p":37,"s":8,"h":1,"n":"Celestial"},{"id":22255,"c":43,"u":"common_xphb","p":37,"s":8,"h":1,"n":"Common"},{"id":22256,"c":43,"u":"common%20sign%20language_xphb","p":37,"s":8,"h":1,"n":"Common Sign Language"},{"id":22257,"c":43,"u":"deep%20speech_xphb","p":37,"s":8,"h":1,"n":"Deep Speech"},{"id":22258,"c":43,"u":"draconic_xphb","p":37,"s":8,"h":1,"n":"Draconic"},{"id":22259,"c":43,"u":"druidic_xphb","p":37,"s":8,"h":1,"n":"Druidic"},{"id":22260,"c":43,"u":"dwarvish_xphb","p":37,"s":8,"h":1,"n":"Dwarvish"},{"id":22261,"c":43,"u":"elvish_xphb","p":37,"s":8,"h":1,"n":"Elvish"},{"id":22262,"c":43,"u":"giant_xphb","p":37,"s":8,"h":1,"n":"Giant"},{"id":22263,"c":43,"u":"gnomish_xphb","p":37,"s":8,"h":1,"n":"Gnomish"},{"id":22264,"c":43,"u":"goblin_xphb","p":37,"s":8,"h":1,"n":"Goblin"},{"id":22265,"c":43,"u":"halfling_xphb","p":37,"s":8,"h":1,"n":"Halfling"},{"id":22266,"c":43,"u":"infernal_xphb","p":37,"s":8,"h":1,"n":"Infernal"},{"id":22267,"c":43,"u":"orc_xphb","p":37,"s":8,"h":1,"n":"Orc"},{"id":22268,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"n":"Primordial"},{"id":22269,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"n":"Auran"},{"id":22270,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"n":"Aquan"},{"id":22271,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"n":"Ignan"},{"id":22272,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"n":"Terran"},{"id":22273,"c":43,"u":"sylvan_xphb","p":37,"s":8,"h":1,"n":"Sylvan"},{"id":22274,"c":43,"u":"thieves'%20cant_xphb","p":37,"s":8,"h":1,"n":"Thieves' Cant"},{"id":22275,"c":43,"u":"undercommon_xphb","p":37,"s":8,"h":1,"n":"Undercommon"},{"id":22276,"c":43,"u":"deep%20crow_ai","p":210,"s":15,"h":1,"n":"Deep Crow"},{"id":22277,"c":43,"u":"abanasinian_dsotdq","p":9,"s":27,"h":1,"n":"Abanasinian"},{"id":22278,"c":43,"u":"common_dsotdq","p":9,"s":27,"h":1,"n":"Common"},{"id":22279,"c":43,"u":"draconic_dsotdq","p":9,"s":27,"h":1,"n":"Draconic"},{"id":22280,"c":43,"u":"dwarvish_dsotdq","p":9,"s":27,"h":1,"n":"Dwarvish"},{"id":22281,"c":43,"u":"elvish_dsotdq","p":9,"s":27,"h":1,"n":"Elvish"},{"id":22282,"c":43,"u":"ergot_dsotdq","p":9,"s":27,"h":1,"n":"Ergot"},{"id":22283,"c":43,"u":"gnomish_dsotdq","p":9,"s":27,"h":1,"n":"Gnomish"},{"id":22284,"c":43,"u":"goblin_dsotdq","p":9,"s":27,"h":1,"n":"Goblin"},{"id":22285,"c":43,"u":"istarian_dsotdq","p":9,"s":27,"h":1,"n":"Istarian"},{"id":22286,"c":43,"u":"kenderspeak_dsotdq","p":9,"s":27,"h":1,"n":"Kenderspeak"},{"id":22287,"c":43,"u":"kharolian_dsotdq","p":9,"s":27,"h":1,"n":"Kharolian"},{"id":22288,"c":43,"u":"khur_dsotdq","p":9,"s":27,"h":1,"n":"Khur"},{"id":22289,"c":43,"u":"kothian_dsotdq","p":9,"s":27,"h":1,"n":"Kothian"},{"id":22290,"c":43,"u":"nerakese_dsotdq","p":9,"s":27,"h":1,"n":"Nerakese"},{"id":22291,"c":43,"u":"nordmaarian_dsotdq","p":9,"s":27,"h":1,"n":"Nordmaarian"},{"id":22292,"c":43,"u":"ogre_dsotdq","p":9,"s":27,"h":1,"n":"Ogre"},{"id":22293,"c":43,"u":"primordial_dsotdq","p":9,"s":27,"h":1,"n":"Primordial"},{"id":22294,"c":43,"u":"solamnic_dsotdq","p":9,"s":27,"h":1,"n":"Solamnic"},{"id":22295,"c":43,"u":"sylvan_dsotdq","p":9,"s":27,"h":1,"n":"Sylvan"},{"id":22296,"c":43,"u":"marquesian_egw","p":9,"s":28,"h":1,"dP":1,"n":"Marquesian"},{"id":22297,"c":43,"u":"naush_egw","p":9,"s":28,"h":1,"dP":1,"n":"Naush"},{"id":22298,"c":43,"u":"zemnian_egw","p":9,"s":28,"h":1,"dP":1,"n":"Zemnian"},{"id":22299,"c":43,"u":"celestial_erlw","p":6,"s":29,"h":1,"n":"Celestial"},{"id":22300,"c":43,"u":"common_erlw","p":6,"s":29,"h":1,"n":"Common"},{"id":22301,"c":43,"u":"daelkyr_erlw","p":6,"s":29,"h":1,"n":"Daelkyr"},{"id":22302,"c":43,"u":"draconic_erlw","p":6,"s":29,"h":1,"n":"Draconic"},{"id":22303,"c":43,"u":"dwarvish_erlw","p":6,"s":29,"h":1,"n":"Dwarvish"},{"id":22304,"c":43,"u":"elvish_erlw","p":6,"s":29,"h":1,"n":"Elvish"},{"id":22305,"c":43,"u":"giant_erlw","p":6,"s":29,"h":1,"n":"Giant"},{"id":22306,"c":43,"u":"gnomish_erlw","p":6,"s":29,"h":1,"n":"Gnomish"},{"id":22307,"c":43,"u":"goblin_erlw","p":6,"s":29,"h":1,"n":"Goblin"},{"id":22308,"c":43,"u":"halfling_erlw","p":6,"s":29,"h":1,"n":"Halfling"},{"id":22309,"c":43,"u":"infernal_erlw","p":6,"s":29,"h":1,"n":"Infernal"},{"id":22310,"c":43,"u":"orc_erlw","p":6,"s":29,"h":1,"n":"Orc"},{"id":22311,"c":43,"u":"primordial_erlw","p":6,"s":29,"h":1,"n":"Primordial"},{"id":22312,"c":43,"u":"quori_erlw","p":6,"s":29,"h":1,"n":"Quori"},{"id":22313,"c":43,"u":"riedran_erlw","p":6,"s":29,"h":1,"n":"Riedran"},{"id":22314,"c":43,"u":"sylvan_erlw","p":6,"s":29,"h":1,"n":"Sylvan"},{"id":22315,"c":43,"u":"abyssal_ggr","p":9,"s":31,"h":1,"n":"Abyssal"},{"id":22316,"c":43,"u":"celestial_ggr","p":9,"s":31,"h":1,"n":"Celestial"},{"id":22317,"c":43,"u":"common_ggr","p":9,"s":31,"h":1,"n":"Common"},{"id":22318,"c":43,"u":"draconic_ggr","p":9,"s":31,"h":1,"n":"Draconic"},{"id":22319,"c":43,"u":"druidic_ggr","p":9,"s":31,"h":1,"n":"Druidic"},{"id":22320,"c":43,"u":"elvish_ggr","p":9,"s":31,"h":1,"n":"Elvish"},{"id":22321,"c":43,"u":"giant_ggr","p":9,"s":31,"h":1,"n":"Giant"},{"id":22322,"c":43,"u":"goblin_ggr","p":9,"s":31,"h":1,"n":"Goblin"},{"id":22323,"c":43,"u":"kraul_ggr","p":9,"s":31,"h":1,"n":"Kraul"},{"id":22324,"c":43,"u":"loxodon_ggr","p":9,"s":31,"h":1,"n":"Loxodon"},{"id":22325,"c":43,"u":"merfolk_ggr","p":9,"s":31,"h":1,"n":"Merfolk"},{"id":22326,"c":43,"u":"minotaur_ggr","p":9,"s":31,"h":1,"n":"Minotaur"},{"id":22327,"c":43,"u":"sphinx_ggr","p":9,"s":31,"h":1,"n":"Sphinx"},{"id":22328,"c":43,"u":"sylvan_ggr","p":9,"s":31,"h":1,"n":"Sylvan"},{"id":22329,"c":43,"u":"thieves'%20cant_ggr","p":9,"s":31,"h":1,"n":"Thieves' Cant"},{"id":22330,"c":43,"u":"vedalken_ggr","p":9,"s":31,"h":1,"n":"Vedalken"},{"id":22331,"c":43,"u":"netherese_hotdq","p":93,"s":36,"h":1,"n":"Netherese"},{"id":22332,"c":43,"u":"loross_idrotf","p":221,"s":38,"h":1,"n":"Loross"},{"id":22333,"c":43,"u":"aarakocra_mm","p":12,"s":45,"h":1,"n":"Aarakocra"},{"id":22334,"c":43,"u":"blink%20dog_mm","p":318,"s":45,"h":1,"n":"Blink Dog"},{"id":22335,"c":43,"u":"bullywug_mm","p":35,"s":45,"h":1,"n":"Bullywug"},{"id":22336,"c":43,"u":"giant%20eagle_mm","p":324,"s":45,"h":1,"n":"Giant Eagle"},{"id":22337,"c":43,"u":"giant%20elk_mm","p":325,"s":45,"h":1,"n":"Giant Elk"},{"id":22338,"c":43,"u":"giant%20owl_mm","p":327,"s":45,"h":1,"n":"Giant Owl"},{"id":22339,"c":43,"u":"gith_mm","p":160,"s":45,"h":1,"n":"Gith"},{"id":22340,"c":43,"u":"gith_mm","p":160,"s":45,"h":1,"n":"Githzerai"},{"id":22341,"c":43,"u":"gith_mm","p":160,"s":45,"h":1,"n":"Githyanki"},{"id":22342,"c":43,"u":"gnoll_mm","p":163,"s":45,"h":1,"n":"Gnoll"},{"id":22343,"c":43,"u":"grell_mm","p":172,"s":45,"h":1,"n":"Grell"},{"id":22344,"c":43,"u":"hook%20horror_mm","p":189,"s":45,"h":1,"n":"Hook Horror"},{"id":22345,"c":43,"u":"modron_mm","p":224,"s":45,"h":1,"n":"Modron"},{"id":22346,"c":43,"u":"otyugh_mm","p":248,"s":45,"h":1,"n":"Otyugh"},{"id":22347,"c":43,"u":"sahuagin_mm","p":263,"s":45,"h":1,"n":"Sahuagin"},{"id":22348,"c":43,"u":"slaad_mm","p":276,"s":45,"h":1,"n":"Slaad"},{"id":22349,"c":43,"u":"sphinx_mm","p":281,"s":45,"h":1,"n":"Sphinx"},{"id":22350,"c":43,"u":"thri-kreen_mm","p":288,"s":45,"h":1,"n":"Thri-kreen"},{"id":22351,"c":43,"u":"troglodyte_mm","p":290,"s":45,"h":1,"n":"Troglodyte"},{"id":22352,"c":43,"u":"umber%20hulk_mm","p":292,"s":45,"h":1,"n":"Umber Hulk"},{"id":22353,"c":43,"u":"winter%20wolf_mm","p":340,"s":45,"h":1,"n":"Winter Wolf"},{"id":22354,"c":43,"u":"worg_mm","p":341,"s":45,"h":1,"n":"Worg"},{"id":22355,"c":43,"u":"yeti_mm","p":305,"s":45,"h":1,"n":"Yeti"},{"id":22356,"c":43,"u":"celestial_mot","p":9,"s":46,"h":1,"n":"Celestial"},{"id":22357,"c":43,"u":"common_mot","p":9,"s":46,"h":1,"n":"Common"},{"id":22358,"c":43,"u":"draconic_mot","p":9,"s":46,"h":1,"n":"Draconic"},{"id":22359,"c":43,"u":"giant_mot","p":9,"s":46,"h":1,"n":"Giant"},{"id":22360,"c":43,"u":"leonin_mot","p":9,"s":46,"h":1,"n":"Leonin"},{"id":22361,"c":43,"u":"minotaur_mot","p":9,"s":46,"h":1,"n":"Minotaur"},{"id":22362,"c":43,"u":"primordial_mot","p":9,"s":46,"h":1,"n":"Primordial"},{"id":22363,"c":43,"u":"sphinx_mot","p":9,"s":46,"h":1,"n":"Sphinx"},{"id":22364,"c":43,"u":"sylvan_mot","p":9,"s":46,"h":1,"n":"Sylvan"},{"id":22365,"c":43,"u":"kruthik_mtf","p":211,"s":48,"h":1,"n":"Kruthik"},{"id":22366,"c":43,"u":"ixitxachitl_oota","p":225,"s":49,"h":1,"n":"Ixitxachitl"},{"id":22367,"c":43,"u":"abyssal_phb","p":123,"s":52,"h":1,"r":1,"n":"Abyssal"},{"id":22368,"c":43,"u":"celestial_phb","p":123,"s":52,"h":1,"r":1,"n":"Celestial"},{"id":22369,"c":43,"u":"common_phb","p":123,"s":52,"h":1,"r":1,"n":"Common"},{"id":22370,"c":43,"u":"deep%20speech_phb","p":123,"s":52,"h":1,"r":1,"n":"Deep Speech"},{"id":22371,"c":43,"u":"draconic_phb","p":123,"s":52,"h":1,"r":1,"n":"Draconic"},{"id":22372,"c":43,"u":"druidic_phb","p":64,"s":52,"h":1,"r":1,"n":"Druidic"},{"id":22373,"c":43,"u":"dwarvish_phb","p":123,"s":52,"h":1,"r":1,"n":"Dwarvish"},{"id":22374,"c":43,"u":"elvish_phb","p":123,"s":52,"h":1,"r":1,"n":"Elvish"},{"id":22375,"c":43,"u":"giant_phb","p":123,"s":52,"h":1,"r":1,"n":"Giant"},{"id":22376,"c":43,"u":"gnomish_phb","p":123,"s":52,"h":1,"r":1,"n":"Gnomish"},{"id":22377,"c":43,"u":"goblin_phb","p":123,"s":52,"h":1,"r":1,"n":"Goblin"},{"id":22378,"c":43,"u":"halfling_phb","p":123,"s":52,"h":1,"r":1,"n":"Halfling"},{"id":22379,"c":43,"u":"infernal_phb","p":123,"s":52,"h":1,"r":1,"n":"Infernal"},{"id":22380,"c":43,"u":"orc_phb","p":123,"s":52,"h":1,"r":1,"n":"Orc"},{"id":22381,"c":43,"u":"primordial_phb","p":123,"s":52,"h":1,"r":1,"n":"Primordial"},{"id":22382,"c":43,"u":"primordial_phb","p":123,"s":52,"h":1,"r":1,"n":"Auran"},{"id":22383,"c":43,"u":"primordial_phb","p":123,"s":52,"h":1,"r":1,"n":"Aquan"},{"id":22384,"c":43,"u":"primordial_phb","p":123,"s":52,"h":1,"r":1,"n":"Ignan"},{"id":22385,"c":43,"u":"primordial_phb","p":123,"s":52,"h":1,"r":1,"n":"Terran"},{"id":22386,"c":43,"u":"sylvan_phb","p":123,"s":52,"h":1,"r":1,"n":"Sylvan"},{"id":22387,"c":43,"u":"thieves'%20cant_phb","p":94,"s":52,"h":1,"r":1,"n":"Thieves' Cant"},{"id":22388,"c":43,"u":"undercommon_phb","p":123,"s":52,"h":1,"r":1,"n":"Undercommon"},{"id":22389,"c":43,"u":"ice%20toad_rot","p":90,"s":56,"h":1,"n":"Ice Toad"},{"id":22390,"c":43,"u":"bothii_skt","p":86,"s":59,"h":1,"n":"Bothii"},{"id":22391,"c":43,"u":"yikaria_skt","p":244,"s":59,"h":1,"n":"Yikaria"},{"id":22392,"c":43,"u":"olman_tftyp","p":238,"s":62,"h":1,"n":"Olman"},{"id":22393,"c":43,"u":"grung_vgm","p":156,"s":67,"h":1,"n":"Grung"},{"id":22394,"c":43,"u":"qualith_vgm","p":75,"s":67,"h":1,"n":"Qualith"},{"id":22395,"c":43,"u":"tlincalli_vgm","p":193,"s":67,"h":1,"n":"Tlincalli"},{"id":22396,"c":43,"u":"vegepygmy_vgm","p":196,"s":67,"h":1,"n":"Vegepygmy"},{"id":22397,"c":43,"u":"khenra_psa","p":18,"s":95,"h":1,"n":"Khenra"},{"id":22398,"c":43,"u":"naga_psa","p":18,"s":95,"h":1,"n":"Naga"},{"id":22399,"c":43,"u":"aven_psd","p":6,"s":96,"h":1,"n":"Aven"},{"id":22400,"c":43,"u":"homarid_psd","p":15,"s":96,"h":1,"n":"Homarid"},{"id":22401,"c":43,"u":"keldon_psd","p":19,"s":96,"h":1,"n":"Keldon"},{"id":22402,"c":43,"u":"common_psi","p":9,"s":97,"h":1,"n":"Common"},{"id":22403,"c":43,"u":"demonic_psi","p":9,"s":97,"h":1,"n":"Demonic"},{"id":22404,"c":43,"u":"draconic_psi","p":9,"s":97,"h":1,"n":"Draconic"},{"id":22405,"c":43,"u":"primordial_psi","p":9,"s":97,"h":1,"n":"Primordial"},{"id":22406,"c":43,"u":"coalition%20pidgin_psx","p":6,"s":99,"h":1,"n":"Coalition Pidgin"},{"id":22407,"c":43,"u":"common%20trade%20pidgin_psx","p":6,"s":99,"h":1,"n":"Common Trade Pidgin"},{"id":22408,"c":43,"u":"itzocan_psx","p":6,"s":99,"h":1,"n":"Itzocan"},{"id":22409,"c":43,"u":"merfolk_psx","p":6,"s":99,"h":1,"n":"Merfolk"},{"id":22410,"c":43,"u":"siren_psx","p":17,"s":99,"h":1,"n":"Siren"},{"id":22411,"c":43,"u":"vampire_psx","p":6,"s":99,"h":1,"n":"Vampire"},{"id":22412,"c":47,"u":"hollow%20one_egw","p":182,"s":28,"h":1,"dP":1,"n":"Hollow One"},{"id":22413,"c":47,"u":"cult%20of%20the%20dragon%20infiltrator_hotdq","p":87,"s":36,"h":1,"n":"Cult of the Dragon Infiltrator"},{"id":22414,"c":47,"u":"dragon%20scholar_hotdq","p":87,"s":36,"h":1,"n":"Dragon Scholar"},{"id":22415,"c":47,"u":"alagondar%20scion_idrotf","p":264,"s":38,"h":1,"n":"Alagondar Scion"},{"id":22416,"c":47,"u":"doppelganger_idrotf","p":264,"s":38,"h":1,"n":"Doppelganger"},{"id":22417,"c":47,"u":"drizzt%20fan_idrotf","p":264,"s":38,"h":1,"n":"Drizzt Fan"},{"id":22418,"c":47,"u":"elusive%20paramour_idrotf","p":264,"s":38,"h":1,"n":"Elusive Paramour"},{"id":22419,"c":47,"u":"escaped%20prisoner_idrotf","p":264,"s":38,"h":1,"n":"Escaped Prisoner"},{"id":22420,"c":47,"u":"littlest%20yeti_idrotf","p":264,"s":38,"h":1,"n":"Littlest Yeti"},{"id":22421,"c":47,"u":"midwinter%20child_idrotf","p":264,"s":38,"h":1,"n":"Midwinter Child"},{"id":22422,"c":47,"u":"old%20flame_idrotf","p":264,"s":38,"h":1,"n":"Old Flame"},{"id":22423,"c":47,"u":"orc%20stone_idrotf","p":264,"s":38,"h":1,"n":"Orc Stone"},{"id":22424,"c":47,"u":"owlbear%20whisperer_idrotf","p":264,"s":38,"h":1,"n":"Owlbear Whisperer"},{"id":22425,"c":47,"u":"pirate%20cannibal_idrotf","p":264,"s":38,"h":1,"n":"Pirate Cannibal"},{"id":22426,"c":47,"u":"reghed%20heir_idrotf","p":264,"s":38,"h":1,"n":"Reghed Heir"},{"id":22427,"c":47,"u":"reincarnation_idrotf","p":264,"s":38,"h":1,"n":"Reincarnation"},{"id":22428,"c":47,"u":"ring%20hunter_idrotf","p":264,"s":38,"h":1,"n":"Ring Hunter"},{"id":22429,"c":47,"u":"runaway%20author_idrotf","p":264,"s":38,"h":1,"n":"Runaway Author"},{"id":22430,"c":47,"u":"slaad%20host_idrotf","p":264,"s":38,"h":1,"n":"Slaad Host"},{"id":22431,"c":47,"u":"spy_idrotf","p":264,"s":38,"h":1,"n":"Spy"},{"id":22432,"c":47,"u":"anvilwrought_mot","p":12,"s":46,"h":1,"n":"Anvilwrought"},{"id":22433,"c":47,"u":"heroic%20destiny_mot","p":12,"s":46,"h":1,"n":"Heroic Destiny"},{"id":22434,"c":47,"u":"iconoclast_mot","p":12,"s":46,"h":1,"n":"Iconoclast"},{"id":22435,"c":47,"u":"inscrutable_mot","p":14,"s":46,"h":1,"n":"Inscrutable"},{"id":22436,"c":47,"u":"lifelong%20companion_mot","p":14,"s":46,"h":1,"n":"Lifelong Companion"},{"id":22437,"c":47,"u":"nyxborn_mot","p":14,"s":46,"h":1,"n":"Nyxborn"},{"id":22438,"c":47,"u":"oracle_mot","p":15,"s":46,"h":1,"n":"Oracle"},{"id":22439,"c":47,"u":"pious_mot","p":17,"s":46,"h":1,"n":"Pious"},{"id":22440,"c":47,"u":"unscarred_mot","p":17,"s":46,"h":1,"n":"Unscarred"},{"id":22441,"c":47,"u":"deep%20delver_oota","p":221,"s":49,"h":1,"n":"Deep Delver"},{"id":22442,"c":47,"u":"underdark%20experience_oota","p":221,"s":49,"h":1,"n":"Underdark Experience"},{"id":22443,"c":47,"u":"echoing%20soul_vrgr","p":22,"s":68,"h":1,"n":"Echoing Soul"},{"id":22444,"c":47,"u":"gathered%20whispers_vrgr","p":23,"s":68,"h":1,"n":"Gathered Whispers"},{"id":22445,"c":47,"u":"inheritor_vrgr","p":31,"s":68,"h":1,"n":"Inheritor"},{"id":22446,"c":47,"u":"living%20shadow_vrgr","p":24,"s":68,"h":1,"n":"Living Shadow"},{"id":22447,"c":47,"u":"mist%20walker_vrgr","p":24,"s":68,"h":1,"n":"Mist Walker"},{"id":22448,"c":47,"u":"mist%20wanderer_vrgr","p":31,"s":68,"h":1,"n":"Mist Wanderer"},{"id":22449,"c":47,"u":"second%20skin_vrgr","p":25,"s":68,"h":1,"n":"Second Skin"},{"id":22450,"c":47,"u":"spirit%20medium_vrgr","p":31,"s":68,"h":1,"n":"Spirit Medium"},{"id":22451,"c":47,"u":"symbiotic%20being_vrgr","p":26,"s":68,"h":1,"n":"Symbiotic Being"},{"id":22452,"c":47,"u":"touch%20of%20death_vrgr","p":26,"s":68,"h":1,"n":"Touch of Death"},{"id":22453,"c":47,"u":"trauma%20survivor_vrgr","p":32,"s":68,"h":1,"n":"Trauma Survivor"},{"id":22454,"c":47,"u":"traveler_vrgr","p":32,"s":68,"h":1,"n":"Traveler"},{"id":22455,"c":47,"u":"watchers_vrgr","p":27,"s":68,"h":1,"n":"Watchers"},{"id":22456,"c":48,"u":"%22orc%22%20bacon_hf","p":156,"s":149,"h":1,"n":"\"Orc\" Bacon"},{"id":22457,"c":48,"u":"%22orc%22%20bacon_hf","p":156,"s":149,"h":1,"n":"The Pork of Gruumsh"},{"id":22458,"c":48,"u":"amphail%20braised%20beef_hf","p":14,"s":149,"h":1,"n":"Amphail Braised Beef"},{"id":22459,"c":48,"u":"arkhan%20the%20cruel's%20flame-roasted%20halfling%20chili_hf","p":155,"s":149,"h":1,"n":"Arkhan the Cruel's Flame-Roasted Halfling Chili"},{"id":22460,"c":48,"u":"bangers%20and%20smash_hf","p":89,"s":149,"h":1,"n":"Bangers and Smash"},{"id":22461,"c":48,"u":"barovian%20butterscotch%20pudding_hf","p":171,"s":149,"h":1,"n":"Barovian Butterscotch Pudding"},{"id":22462,"c":48,"u":"black%20pudding_hf","p":109,"s":149,"h":1,"n":"Black Pudding"},{"id":22463,"c":48,"u":"braised%20lamb_hf","p":164,"s":149,"h":1,"n":"Braised Lamb"},{"id":22464,"c":48,"u":"bytopian%20shepherd's%20bread_hf","p":176,"s":149,"h":1,"n":"Bytopian Shepherd's Bread"},{"id":22465,"c":48,"u":"castle%20amber%20onion%20soup_hf","p":39,"s":149,"h":1,"n":"Castle Amber Onion Soup"},{"id":22466,"c":48,"u":"cherrybread_hf","p":68,"s":149,"h":1,"n":"Cherrybread"},{"id":22467,"c":48,"u":"chicken-something%20dumplings_hf","p":123,"s":149,"h":1,"n":"Chicken-Something Dumplings"},{"id":22468,"c":48,"u":"chultan%20zombie_hf","p":199,"s":149,"h":1,"n":"Chultan Zombie"},{"id":22469,"c":48,"u":"cocoa%20broth_hf","p":188,"s":149,"h":1,"n":"Cocoa Broth"},{"id":22470,"c":48,"u":"community%20cheeses_hf","p":119,"s":149,"h":1,"n":"Community Cheeses"},{"id":22471,"c":48,"u":"corned%20beef%20and%20cabbage_hf","p":100,"s":149,"h":1,"n":"Corned Beef and Cabbage"},{"id":22472,"c":48,"u":"dark%20molasses%20nutbread_hf","p":23,"s":149,"h":1,"n":"Dark Molasses Nutbread"},{"id":22473,"c":48,"u":"dark%20molasses%20nutbread_hf","p":23,"s":149,"h":1,"n":"Amn Blackbread"},{"id":22474,"c":48,"u":"deep%20gnome%20trillimac%20pods_hf","p":167,"s":149,"h":1,"n":"Deep Gnome Trillimac Pods"},{"id":22475,"c":48,"u":"delayed%20blast%20fireball_hf","p":192,"s":149,"h":1,"n":"Delayed Blast Fireball"},{"id":22476,"c":48,"u":"delayed%20blast%20fireball_hf","p":192,"s":149,"h":1,"n":"Firestar Wine"},{"id":22477,"c":48,"u":"delzoun%20%22tide-me-overs%22_hf","p":90,"s":149,"h":1,"n":"Delzoun \"Tide-Me-Overs\""},{"id":22478,"c":48,"u":"dragon%20salmon_hf","p":75,"s":149,"h":1,"n":"Dragon Salmon"},{"id":22479,"c":48,"u":"drow%20mushroom%20steaks_hf","p":67,"s":149,"h":1,"n":"Drow Mushroom Steaks"},{"id":22480,"c":48,"u":"dwarven%20flatbread_hf","p":103,"s":149,"h":1,"n":"Dwarven Flatbread"},{"id":22481,"c":48,"u":"dwarven%20mulled%20wine_hf","p":186,"s":149,"h":1,"n":"Dwarven Mulled Wine"},{"id":22482,"c":48,"u":"elven%20bread_hf","p":60,"s":149,"h":1,"n":"Elven Bread"},{"id":22483,"c":48,"u":"elven%20marruth_hf","p":64,"s":149,"h":1,"n":"Elven Marruth"},{"id":22484,"c":48,"u":"elven%20marruth_hf","p":64,"s":149,"h":1,"n":"Root Pies"},{"id":22485,"c":48,"u":"evermead_hf","p":185,"s":149,"h":1,"n":"Evermead"},{"id":22486,"c":48,"u":"everything%20soup_hf","p":132,"s":149,"h":1,"n":"Everything Soup"},{"id":22487,"c":48,"u":"everything%20soup_hf","p":132,"s":149,"h":1,"n":"Welcome Soup"},{"id":22488,"c":48,"u":"feywild%20eggs_hf","p":58,"s":149,"h":1,"n":"Feywild Eggs"},{"id":22489,"c":48,"u":"fire-spiced%20abyssal%20chicken%20kebabs_hf","p":159,"s":149,"h":1,"n":"Fire-Spiced Abyssal Chicken Kebabs"},{"id":22490,"c":48,"u":"fried%20fingers_hf","p":174,"s":149,"h":1,"n":"Fried Fingers"},{"id":22491,"c":48,"u":"gingerbread%20man_hf","p":43,"s":149,"h":1,"n":"Gingerbread Man"},{"id":22492,"c":48,"u":"goodberry%20blend_hf","p":191,"s":149,"h":1,"n":"Goodberry Blend"},{"id":22493,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":149,"h":1,"n":"Greenspear Bundles in Bacon"},{"id":22494,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":149,"h":1,"n":"Asparagus Bundles in Bacon"},{"id":22495,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":149,"h":1,"n":"Sparrow Grass Bundles in Bacon"},{"id":22496,"c":48,"u":"gully%20dwarf%20homestyle%20porridge_hf","p":101,"s":149,"h":1,"n":"Gully Dwarf Homestyle Porridge"},{"id":22497,"c":48,"u":"gully%20dwarf%20homestyle%20porridge_hf","p":101,"s":149,"h":1,"n":"Dirty Porridge"},{"id":22498,"c":48,"u":"gurdats_hf","p":19,"s":149,"h":1,"n":"Gurdats"},{"id":22499,"c":48,"u":"halfling%20oatmeal%20sweet%20nibbles_hf","p":128,"s":149,"h":1,"n":"Halfling Oatmeal Sweet Nibbles"},{"id":22500,"c":48,"u":"hand%20pies_hf","p":21,"s":149,"h":1,"n":"Hand Pies"},{"id":22501,"c":48,"u":"hardbuckler%20stew_hf","p":160,"s":149,"h":1,"n":"Hardbuckler Stew"},{"id":22502,"c":48,"u":"heartlands%20rose%20apple%20and%20blackberry%20pie_hf","p":139,"s":149,"h":1,"n":"Heartlands Rose Apple and Blackberry Pie"},{"id":22503,"c":48,"u":"high%20harvest%20puree_hf","p":59,"s":149,"h":1,"n":"High Harvest Puree"},{"id":22504,"c":48,"u":"hogs%20in%20bedrolls_hf","p":125,"s":149,"h":1,"n":"Hogs in Bedrolls"},{"id":22505,"c":48,"u":"hommlet%20golden%20brown%20roasted%20turkey%20with%20sausage%20stuffing%20and%20drippings_hf","p":16,"s":149,"h":1,"n":"Hommlet Golden Brown Roasted Turkey with Sausage Stuffing and Drippings"},{"id":22506,"c":48,"u":"honey-drizzled%20cream%20puffs_hf","p":141,"s":149,"h":1,"n":"Honey-Drizzled Cream Puffs"},{"id":22507,"c":48,"u":"honeyed%20ham%20with%20pineapple%20gravy_hf","p":135,"s":149,"h":1,"n":"Honeyed Ham with Pineapple Gravy"},{"id":22508,"c":48,"u":"hot%20spiced%20cider_hf","p":189,"s":149,"h":1,"n":"Hot Spiced Cider"},{"id":22509,"c":48,"u":"iron%20rations_hf","p":8,"s":149,"h":1,"n":"Iron Rations"},{"id":22510,"c":48,"u":"iron%20rations_hf","p":8,"s":149,"h":1,"n":"Journeyfood"},{"id":22511,"c":48,"u":"kara-tur%20noodles_hf","p":32,"s":149,"h":1,"n":"Kara-Tur Noodles"},{"id":22512,"c":48,"u":"lluirwood%20salad_hf","p":131,"s":149,"h":1,"n":"Lluirwood Salad"},{"id":22513,"c":48,"u":"meal's%20end_hf","p":79,"s":149,"h":1,"n":"Meal's End"},{"id":22514,"c":48,"u":"melted%20cheeses%20with%20chunky%20tomato%20broth_hf","p":127,"s":149,"h":1,"n":"Melted Cheeses with Chunky Tomato Broth"},{"id":22515,"c":48,"u":"miner's%20pie_hf","p":95,"s":149,"h":1,"n":"Miner's Pie"},{"id":22516,"c":48,"u":"miner's%20pie_hf","p":95,"s":149,"h":1,"n":"Shepherd's Pie"},{"id":22517,"c":48,"u":"moonshae%20seafood%20rice_hf","p":72,"s":149,"h":1,"n":"Moonshae Seafood Rice"},{"id":22518,"c":48,"u":"mushroom%20tea_hf","p":184,"s":149,"h":1,"n":"Mushroom Tea"},{"id":22519,"c":48,"u":"orange%20mountain%20duck_hf","p":104,"s":149,"h":1,"n":"Orange Mountain Duck"},{"id":22520,"c":48,"u":"otik's%20skillet-fried%20spiced%20potatoes_hf","p":29,"s":149,"h":1,"n":"Otik's Skillet-Fried Spiced Potatoes"},{"id":22521,"c":48,"u":"pan-fried%20knucklehead%20trout_hf","p":13,"s":149,"h":1,"n":"Pan-Fried Knucklehead Trout"},{"id":22522,"c":48,"u":"par-salian's%20tea_hf","p":183,"s":149,"h":1,"n":"Par-Salian's Tea"},{"id":22523,"c":48,"u":"plate-of-gold_hf","p":106,"s":149,"h":1,"n":"Plate-of-Gold"},{"id":22524,"c":48,"u":"potato%20leek%20soup_hf","p":97,"s":149,"h":1,"n":"Potato Leek Soup"},{"id":22525,"c":48,"u":"potion%20of%20restoration_hf","p":196,"s":149,"h":1,"n":"Potion of Restoration"},{"id":22526,"c":48,"u":"qualinesti%20vegetable%20stew_hf","p":76,"s":149,"h":1,"n":"Qualinesti Vegetable Stew"},{"id":22527,"c":48,"u":"quith-pa_hf","p":57,"s":149,"h":1,"n":"Quith-pa"},{"id":22528,"c":48,"u":"reghed%20venison%20pot%20roast_hf","p":37,"s":149,"h":1,"n":"Reghed Venison Pot Roast"},{"id":22529,"c":48,"u":"rollrum_hf","p":194,"s":149,"h":1,"n":"Rollrum"},{"id":22530,"c":48,"u":"sembian%20honey-glazed%20roth%c3%a9%20ribs_hf","p":34,"s":149,"h":1,"n":"Sembian Honey-Glazed Rothe Ribs"},{"id":22531,"c":48,"u":"smoked%20sausages%20and%20kraut%20with%20dwarven%20mustard_hf","p":99,"s":149,"h":1,"n":"Smoked Sausages and Kraut with Dwarven Mustard"},{"id":22532,"c":48,"u":"stuffed%20egg-battered%20toast_hf","p":120,"s":149,"h":1,"n":"Stuffed Egg-Battered Toast"},{"id":22533,"c":48,"u":"surrogate%20steaks_hf","p":170,"s":149,"h":1,"n":"Surrogate Steaks"},{"id":22534,"c":48,"u":"sword%20coast%20seafood%20bouillabaisse_hf","p":11,"s":149,"h":1,"n":"Sword Coast Seafood Bouillabaisse"},{"id":22535,"c":48,"u":"tavern%20%22steak%22_hf","p":40,"s":149,"h":1,"n":"Tavern \"Steak\""},{"id":22536,"c":48,"u":"the%20mindflayer_hf","p":193,"s":149,"h":1,"n":"The Mindflayer"},{"id":22537,"c":48,"u":"the%20mindflayer_hf","p":193,"s":149,"h":1,"n":"Cone of Cold"},{"id":22538,"c":48,"u":"the%20mindflayer_hf","p":193,"s":149,"h":1,"n":"Shondath Icewine"},{"id":22539,"c":48,"u":"traveler's%20stew_hf","p":7,"s":149,"h":1,"n":"Traveler's Stew"},{"id":22540,"c":48,"u":"trolltide%20candied%20apples_hf","p":24,"s":149,"h":1,"n":"Trolltide Candied Apples"},{"id":22541,"c":48,"u":"twice-baked%20cockatrice%20wings_hf","p":163,"s":149,"h":1,"n":"Twice-Baked Cockatrice Wings"},{"id":22542,"c":48,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_hf","p":93,"s":149,"h":1,"n":"Underdark Lotus with Fire Lichen Spread"},{"id":22543,"c":48,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_hf","p":93,"s":149,"h":1,"n":"Fungus Two Ways"},{"id":22544,"c":48,"u":"vedbread_hf","p":27,"s":149,"h":1,"n":"Vedbread"},{"id":22545,"c":48,"u":"wood%20elf%20forest%20salad_hf","p":63,"s":149,"h":1,"n":"Wood Elf Forest Salad"},{"id":22546,"c":48,"u":"yawning%20portal%20buttermilk%20biscuits_hf","p":31,"s":149,"h":1,"n":"Yawning Portal Buttermilk Biscuits"},{"id":22547,"c":48,"u":"zzar_hf","p":197,"s":149,"h":1,"n":"Zzar"},{"id":22548,"c":48,"u":"exploding%20cheese%20puffs_hfdomm","s":157,"h":1,"n":"Exploding Cheese Puffs"},{"id":22549,"c":48,"u":"halfling%20finger%20sandwiches_hfdomm","s":157,"h":1,"n":"Halfling Finger Sandwiches"},{"id":22550,"c":48,"u":"moonwood%20artichoke%20spread_hfdomm","s":157,"h":1,"n":"Moonwood Artichoke Spread"},{"id":22551,"c":48,"u":"neverwinter%20cheese%20board_hfdomm","s":157,"h":1,"n":"Neverwinter Cheese Board"},{"id":22552,"c":48,"u":"night%20hag's%20delight_hfdomm","s":157,"h":1,"n":"Night Hag's Delight"},{"id":22553,"c":48,"u":"spicy%20brothers%20honey-glazed%20hot%20chips_hfdomm","s":157,"h":1,"n":"Spicy Brothers Honey-Glazed Hot Chips"},{"id":22554,"c":48,"u":"spicy%20shredded%20stirge%20sliders_hfdomm","s":157,"h":1,"n":"Spicy Shredded Stirge Sliders"},{"id":22555,"c":48,"u":"trail%20mash'ums_hfdomm","s":157,"h":1,"n":"Trail Mash'ums"},{"id":22556,"c":48,"u":"underdark%20forage%20board_hfdomm","s":157,"h":1,"n":"Underdark Forage Board"},{"id":22557,"c":48,"u":"waterdeep%20charcuterie_hfdomm","s":157,"h":1,"n":"Waterdeep Charcuterie"},{"id":22558,"c":48,"u":"bacon-wrapped%20smoked%20mussels_hffotm","p":164,"s":150,"h":1,"n":"Bacon-Wrapped Smoked Mussels"},{"id":22559,"c":48,"u":"barovian%20garlic%20bread_hffotm","p":134,"s":150,"h":1,"n":"Barovian Garlic Bread"},{"id":22560,"c":48,"u":"beer%20bread_hffotm","p":163,"s":150,"h":1,"n":"Beer Bread"},{"id":22561,"c":48,"u":"beluir%20poached%20salmon_hffotm","p":100,"s":150,"h":1,"n":"Beluir Poached Salmon"},{"id":22562,"c":48,"u":"beluir%20poached%20salmon_hffotm","p":100,"s":150,"h":1,"n":"Beluir Salmon Spread"},{"id":22563,"c":48,"u":"black%20lotus%20root_hffotm","p":103,"s":150,"h":1,"n":"Black Lotus Root"},{"id":22564,"c":48,"u":"blood%20of%20vol_hffotm","p":111,"s":150,"h":1,"n":"Blood of Vol"},{"id":22565,"c":48,"u":"boar%20hock%20soup_hffotm","p":71,"s":150,"h":1,"n":"Boar Hock Soup"},{"id":22566,"c":48,"u":"brackleberry%20jam_hffotm","p":196,"s":150,"h":1,"n":"Brackleberry Jam"},{"id":22567,"c":48,"u":"breaded%20bird%20cutlets_hffotm","p":112,"s":150,"h":1,"n":"Breaded Bird Cutlets"},{"id":22568,"c":48,"u":"butternut%20beer_hffotm","p":330,"s":150,"h":1,"n":"Butternut Beer"},{"id":22569,"c":48,"u":"chickpea%20and%20spicy%20sausage%20soup_hffotm","p":167,"s":150,"h":1,"n":"Chickpea and Spicy Sausage Soup"},{"id":22570,"c":48,"u":"chirper's%20sugar%20biscuits_hffotm","p":174,"s":150,"h":1,"n":"Chirper's Sugar Biscuits"},{"id":22571,"c":48,"u":"chopforest_hffotm","p":15,"s":150,"h":1,"n":"Chopforest"},{"id":22572,"c":48,"u":"cloaks_hffotm","p":73,"s":150,"h":1,"n":"Cloaks"},{"id":22573,"c":48,"u":"duergar%20smoked%20herring_hffotm","p":51,"s":150,"h":1,"n":"Duergar Smoked Herring"},{"id":22574,"c":48,"u":"eldeen%20banquet_hffotm","p":202,"s":150,"h":1,"n":"Eldeen Banquet"},{"id":22575,"c":48,"u":"elfharrow%20baked%20goat%20cheese_hffotm","p":192,"s":150,"h":1,"n":"Elfharrow Baked Goat Cheese"},{"id":22576,"c":48,"u":"elven%20flatbread_hffotm","p":188,"s":150,"h":1,"n":"Elven Flatbread"},{"id":22577,"c":48,"u":"elverquisst_hffotm","p":205,"s":150,"h":1,"n":"Elverquisst"},{"id":22578,"c":48,"u":"emerald%20chicken_hffotm","p":171,"s":150,"h":1,"n":"Emerald Chicken"},{"id":22579,"c":48,"u":"fey%20fritters_hffotm","p":198,"s":150,"h":1,"n":"Fey Fritters"},{"id":22580,"c":48,"u":"fig%20cakes_hffotm","p":146,"s":150,"h":1,"n":"Fig Cakes"},{"id":22581,"c":48,"u":"fire-wrapped%20golden%20fish_hffotm","p":168,"s":150,"h":1,"n":"Fire-Wrapped Golden Fish"},{"id":22582,"c":48,"u":"fried%20bread%20and%20spices_hffotm","p":162,"s":150,"h":1,"n":"Fried Bread and Spices"},{"id":22583,"c":48,"u":"fried%20soy%20with%20vegetables_hffotm","p":42,"s":150,"h":1,"n":"Fried Soy with Vegetables"},{"id":22584,"c":48,"u":"goldenstars_hffotm","p":8,"s":150,"h":1,"n":"Goldenstars"},{"id":22585,"c":48,"u":"green%20dragon%20blackbread%20muffins_hffotm","p":104,"s":150,"h":1,"n":"Green Dragon Blackbread Muffins"},{"id":22586,"c":48,"u":"green%20ice%20rime_hffotm","p":59,"s":150,"h":1,"n":"Green Ice Rime"},{"id":22587,"c":48,"u":"green%20ice%20rime_hffotm","p":59,"s":150,"h":1,"n":"The Gelatinous Cube"},{"id":22588,"c":48,"u":"green%20onion%20pancakes_hffotm","p":137,"s":150,"h":1,"n":"Green Onion Pancakes"},{"id":22589,"c":48,"u":"halfling%20game%20birds_hffotm","p":115,"s":150,"h":1,"n":"Halfling Game Birds"},{"id":22590,"c":48,"u":"halfling%20iron%20rations_hffotm","p":130,"s":150,"h":1,"n":"Halfling Iron Rations"},{"id":22591,"c":48,"u":"harengon%20coffee%20carrots_hffotm","p":195,"s":150,"h":1,"n":"Harengon Coffee Carrots"},{"id":22592,"c":48,"u":"harmonious%20barracks%20meatloaf_hffotm","p":173,"s":150,"h":1,"n":"Harmonious Barracks Meatloaf"},{"id":22593,"c":48,"u":"honey%20milk_hffotm","p":149,"s":150,"h":1,"n":"Honey Milk"},{"id":22594,"c":48,"u":"hot%20river%20crab%20bites_hffotm","p":16,"s":150,"h":1,"n":"Hot River Crab Bites"},{"id":22595,"c":48,"u":"irlymeyer's%20dragonfire%20punch_hffotm","p":91,"s":150,"h":1,"n":"Irlymeyer's Dragonfire Punch"},{"id":22596,"c":48,"u":"kaeth_hffotm","p":178,"s":150,"h":1,"n":"Kaeth"},{"id":22597,"c":48,"u":"kaeth_hffotm","p":178,"s":150,"h":1,"n":"Coffee"},{"id":22598,"c":48,"u":"kender%20loaf_hffotm","p":87,"s":150,"h":1,"n":"Kender Loaf"},{"id":22599,"c":48,"u":"kender%20loaf_hffotm","p":87,"s":150,"h":1,"n":"Raston Pastry"},{"id":22600,"c":48,"u":"kender%20stumblenoodles_hffotm","p":76,"s":150,"h":1,"n":"Kender Stumblenoodles"},{"id":22601,"c":48,"u":"kendermore%20cobbler_hffotm","p":88,"s":150,"h":1,"n":"Kendermore Cobbler"},{"id":22602,"c":48,"u":"laumberry%20pie_hffotm","p":25,"s":150,"h":1,"n":"Laumberry Pie"},{"id":22603,"c":48,"u":"loaf%20pudding_hffotm","p":60,"s":150,"h":1,"n":"Loaf Pudding"},{"id":22604,"c":48,"u":"mingari-spiced%20owlbear%20milk_hffotm","p":28,"s":150,"h":1,"n":"Mingari-Spiced Owlbear Milk"},{"id":22605,"c":48,"u":"neverwinter%20nectar_hffotm","p":30,"s":150,"h":1,"n":"Neverwinter Nectar"},{"id":22606,"c":48,"u":"onion%20loaf_hffotm","p":23,"s":150,"h":1,"n":"Onion Loaf"},{"id":22607,"c":48,"u":"ornabra_hffotm","p":108,"s":150,"h":1,"n":"Ornabra"},{"id":22608,"c":48,"u":"plate%20of%20silver_hffotm","p":83,"s":150,"h":1,"n":"Plate of Silver"},{"id":22609,"c":48,"u":"purple%20grapemash%20no.%203_hffotm","p":150,"s":150,"h":1,"n":"Purple Grapemash No. 3"},{"id":22610,"c":48,"u":"quij's%20plate_hffotm","p":145,"s":150,"h":1,"n":"Quij's Plate"},{"id":22611,"c":48,"u":"ray%20of%20frost_hffotm","p":120,"s":150,"h":1,"n":"Ray of Frost"},{"id":22612,"c":48,"u":"roth%c3%a9%20steak_hffotm","p":22,"s":150,"h":1,"n":"Rothe Steak"},{"id":22613,"c":48,"u":"ruby%20cordial_hffotm","p":120,"s":150,"h":1,"n":"Ruby Cordial"},{"id":22614,"c":48,"u":"saerloonian%20glowfire_hffotm","p":205,"s":150,"h":1,"n":"Saerloonian Glowfire"},{"id":22615,"c":48,"u":"salbread_hffotm","p":75,"s":150,"h":1,"n":"Salbread"},{"id":22616,"c":48,"u":"seelie%20court%20cheese%20and%20potato%20soup_hffotm","p":191,"s":150,"h":1,"n":"Seelie Court Cheese and Potato Soup"},{"id":22617,"c":48,"u":"sensate%20palate%20cleanser_hffotm","p":160,"s":150,"h":1,"n":"Sensate Palate Cleanser"},{"id":22618,"c":48,"u":"silverfruit%20pie_hffotm","p":177,"s":150,"h":1,"n":"Silverfruit Pie"},{"id":22619,"c":48,"u":"sornstag_hffotm","p":19,"s":150,"h":1,"n":"Sornstag"},{"id":22620,"c":48,"u":"sour%20cream-walnut%20cake_hffotm","p":24,"s":150,"h":1,"n":"Sour Cream-Walnut Cake"},{"id":22621,"c":48,"u":"spiced%20pork%20and%20orange%20peppers_hffotm","p":52,"s":150,"h":1,"n":"Spiced Pork and Orange Peppers"},{"id":22622,"c":48,"u":"sprucebark%20quaff_hffotm","p":201,"s":150,"h":1,"n":"Sprucebark Quaff"},{"id":22623,"c":48,"u":"steak%20of%20the%20deep_hffotm","p":57,"s":150,"h":1,"n":"Steak of the Deep"},{"id":22624,"c":48,"u":"stuffed%20trout_hffotm","p":84,"s":150,"h":1,"n":"Stuffed Trout"},{"id":22625,"c":48,"u":"talyth_hffotm","p":12,"s":150,"h":1,"n":"Talyth"},{"id":22626,"c":48,"u":"tamarind%20balls_hffotm","p":46,"s":150,"h":1,"n":"Tamarind Balls"},{"id":22627,"c":48,"u":"tarsis-style%20shrimp_hffotm","p":80,"s":150,"h":1,"n":"Tarsis-Style Shrimp"},{"id":22628,"c":48,"u":"tavern%20crickets_hffotm","p":133,"s":150,"h":1,"n":"Tavern Crickets"},{"id":22629,"c":48,"u":"tavern%20noodles_hffotm","p":45,"s":150,"h":1,"n":"Tavern Noodles"},{"id":22630,"c":48,"u":"tears%20of%20sel%c3%bbne_hffotm","p":48,"s":150,"h":1,"n":"Tears of Selune"},{"id":22631,"c":48,"u":"thrakel-seared%20beef%20in%20red%20sauce_hffotm","p":107,"s":150,"h":1,"n":"Thrakel-Seared Beef in Red Sauce"},{"id":22632,"c":48,"u":"tika's%20honey%20mead_hffotm","p":92,"s":150,"h":1,"n":"Tika's Honey Mead"},{"id":22633,"c":48,"u":"trencher%20bread_hffotm","p":47,"s":150,"h":1,"n":"Trencher Bread"},{"id":22634,"c":48,"u":"two%20hares%20inn%20rabbit%20stew_hffotm","p":138,"s":150,"h":1,"n":"Two Hares Inn Rabbit Stew"},{"id":22635,"c":48,"u":"undermountain%20alurlyath_hffotm","p":63,"s":150,"h":1,"n":"Undermountain Alurlyath"},{"id":22636,"c":48,"u":"vada's%20vanilla%20buns_hffotm","p":116,"s":150,"h":1,"n":"Vada's Vanilla Buns"},{"id":22637,"c":48,"u":"whole%20roast%20boar_hffotm","p":141,"s":150,"h":1,"n":"Whole Roast Boar"},{"id":22638,"c":48,"u":"almond%20brandy_paf","p":113,"s":151,"h":1,"n":"Almond Brandy"},{"id":22639,"c":48,"u":"astral%20plane_paf","p":20,"s":151,"h":1,"n":"Astral Plane"},{"id":22640,"c":48,"u":"baldurian%20tonic_paf","p":176,"s":151,"h":1,"n":"Baldurian Tonic"},{"id":22641,"c":48,"u":"beauty%20mark_paf","p":146,"s":151,"h":1,"n":"Beauty Mark"},{"id":22642,"c":48,"u":"bee%20well_paf","p":162,"s":151,"h":1,"n":"Bee Well"},{"id":22643,"c":48,"u":"bitter%20black_paf","p":157,"s":151,"h":1,"n":"Bitter Black"},{"id":22644,"c":48,"u":"brandy%20cassalanter_paf","p":105,"s":151,"h":1,"n":"Brandy Cassalanter"},{"id":22645,"c":48,"u":"candlekeep%20tea_paf","p":26,"s":151,"h":1,"n":"Candlekeep Tea"},{"id":22646,"c":48,"u":"captain's%20fancy_paf","p":76,"s":151,"h":1,"n":"Captain's Fancy"},{"id":22647,"c":48,"u":"cat's%20cradle_paf","p":43,"s":151,"h":1,"n":"Cat's Cradle"},{"id":22648,"c":48,"u":"celebration%20brew_paf","p":74,"s":151,"h":1,"n":"Celebration Brew"},{"id":22649,"c":48,"u":"celebration%20brew_paf","p":74,"s":151,"h":1,"n":"Liquid Courage"},{"id":22650,"c":48,"u":"cheap%20seat_paf","p":57,"s":151,"h":1,"n":"Cheap Seat"},{"id":22651,"c":48,"u":"cherry%20mead_paf","p":160,"s":151,"h":1,"n":"Cherry Mead"},{"id":22652,"c":48,"u":"chessentan%20tea_paf","p":178,"s":151,"h":1,"n":"Chessentan Tea"},{"id":22653,"c":48,"u":"chultwater_paf","p":75,"s":151,"h":1,"n":"Chultwater"},{"id":22654,"c":48,"u":"courtesans_paf","p":147,"s":151,"h":1,"n":"Courtesans"},{"id":22655,"c":48,"u":"crakaneg_paf","p":110,"s":151,"h":1,"n":"Crakaneg"},{"id":22656,"c":48,"u":"craknoeg_paf","p":112,"s":151,"h":1,"n":"Craknoeg"},{"id":22657,"c":48,"u":"craknoeg_paf","p":112,"s":151,"h":1,"n":"Vegan Variation Craknoeg"},{"id":22658,"c":48,"u":"deadwinter%20fire_paf","p":92,"s":151,"h":1,"n":"Deadwinter Fire"},{"id":22659,"c":48,"u":"dragonberries_paf","p":47,"s":151,"h":1,"n":"Dragonberries"},{"id":22660,"c":48,"u":"eldritch%20storm_paf","p":80,"s":151,"h":1,"n":"Eldritch Storm"},{"id":22661,"c":48,"u":"elfharrow%20kiss_paf","p":126,"s":151,"h":1,"n":"Elfharrow Kiss"},{"id":22662,"c":48,"u":"emerald%20door_paf","p":25,"s":151,"h":1,"n":"Emerald Door"},{"id":22663,"c":48,"u":"endurance_paf","p":109,"s":151,"h":1,"n":"Endurance"},{"id":22664,"c":48,"u":"eye%20of%20the%20beholder_paf","p":91,"s":151,"h":1,"n":"Eye Of The Beholder"},{"id":22665,"c":48,"u":"faerie%20fire_paf","p":78,"s":151,"h":1,"n":"Faerie Fire"},{"id":22666,"c":48,"u":"feywine%20punch_paf","p":142,"s":151,"h":1,"n":"Feywine Punch"},{"id":22667,"c":48,"u":"flumphcakes_paf","p":65,"s":151,"h":1,"n":"Flumphcakes"},{"id":22668,"c":48,"u":"fol-de-rol_paf","p":64,"s":151,"h":1,"n":"Fol-De-Rol"},{"id":22669,"c":48,"u":"golden%20way_paf","p":123,"s":151,"h":1,"n":"Golden Way"},{"id":22670,"c":48,"u":"greengrass_paf","p":130,"s":151,"h":1,"n":"Greengrass"},{"id":22671,"c":48,"u":"hand%20of%20vecna_paf","p":36,"s":151,"h":1,"n":"Hand Of Vecna"},{"id":22672,"c":48,"u":"harpell's%20reserve_paf","p":45,"s":151,"h":1,"n":"Harpell's Reserve"},{"id":22673,"c":48,"u":"hellish%20rebuke_paf","p":96,"s":151,"h":1,"n":"Hellish Rebuke"},{"id":22674,"c":48,"u":"high%20sun%20florentines_paf","p":116,"s":151,"h":1,"n":"High Sun Florentines"},{"id":22675,"c":48,"u":"hordelander_paf","p":54,"s":151,"h":1,"n":"Hordelander"},{"id":22676,"c":48,"u":"illuskan%20mulled%20cider_paf","p":164,"s":151,"h":1,"n":"Illuskan Mulled Cider"},{"id":22677,"c":48,"u":"inkpot%20negroni_paf","p":18,"s":151,"h":1,"n":"Inkpot Negroni"},{"id":22678,"c":48,"u":"kinship%20shrub_paf","p":175,"s":151,"h":1,"n":"Kinship Shrub"},{"id":22679,"c":48,"u":"lady%20ophala_paf","p":140,"s":151,"h":1,"n":"Lady Ophala"},{"id":22680,"c":48,"u":"lathander's%20bounty_paf","p":172,"s":151,"h":1,"n":"Lathander's Bounty"},{"id":22681,"c":48,"u":"library%20martini_paf","p":23,"s":151,"h":1,"n":"Library Martini"},{"id":22682,"c":48,"u":"littlewinter_paf","p":114,"s":151,"h":1,"n":"Littlewinter"},{"id":22683,"c":48,"u":"loklee_paf","p":46,"s":151,"h":1,"n":"Loklee"},{"id":22684,"c":48,"u":"luiric%20rarebit_paf","p":165,"s":151,"h":1,"n":"Luiric Rarebit"},{"id":22685,"c":48,"u":"madame%20rosene's%20nightcap_paf","p":106,"s":151,"h":1,"n":"Madame Rosene's Nightcap"},{"id":22686,"c":48,"u":"magic%20jar_paf","p":28,"s":151,"h":1,"n":"Magic Jar"},{"id":22687,"c":48,"u":"malatran%20mule_paf","p":58,"s":151,"h":1,"n":"Malatran Mule"},{"id":22688,"c":48,"u":"many%20stars_paf","p":143,"s":151,"h":1,"n":"Many Stars"},{"id":22689,"c":48,"u":"mintwater_paf","p":177,"s":151,"h":1,"n":"Mintwater"},{"id":22690,"c":48,"u":"moonrise_paf","p":88,"s":151,"h":1,"n":"Moonrise"},{"id":22691,"c":48,"u":"mother_paf","p":60,"s":151,"h":1,"n":"Mother"},{"id":22692,"c":48,"u":"mourning%20cup_paf","p":182,"s":151,"h":1,"n":"Mourning Cup"},{"id":22693,"c":48,"u":"necromancer_paf","p":22,"s":151,"h":1,"n":"Necromancer"},{"id":22694,"c":48,"u":"nether%20gold_paf","p":39,"s":151,"h":1,"n":"Nether Gold"},{"id":22695,"c":48,"u":"night%20watch_paf","p":59,"s":151,"h":1,"n":"Night Watch"},{"id":22696,"c":48,"u":"noble%20pretender_paf","p":125,"s":151,"h":1,"n":"Noble Pretender"},{"id":22697,"c":48,"u":"ogretoe_paf","p":40,"s":151,"h":1,"n":"Ogretoe"},{"id":22698,"c":48,"u":"pegasus_paf","p":42,"s":151,"h":1,"n":"Pegasus"},{"id":22699,"c":48,"u":"pieglass_paf","p":156,"s":151,"h":1,"n":"Pieglass"},{"id":22700,"c":48,"u":"poetess_paf","p":95,"s":151,"h":1,"n":"Poetess"},{"id":22701,"c":48,"u":"restoration_paf","p":180,"s":151,"h":1,"n":"Restoration"},{"id":22702,"c":48,"u":"restoration_paf","p":180,"s":151,"h":1,"n":"Potion of Really Minor Restoration"},{"id":22703,"c":48,"u":"rewards_paf","p":29,"s":151,"h":1,"n":"Rewards"},{"id":22704,"c":48,"u":"rime%20of%20the%20frostmaiden_paf","p":144,"s":151,"h":1,"n":"Rime Of The Frostmaiden"},{"id":22705,"c":48,"u":"rumtack_paf","p":82,"s":151,"h":1,"n":"Rumtack"},{"id":22706,"c":48,"u":"scrap%20and%20oil_paf","p":132,"s":151,"h":1,"n":"Scrap And Oil"},{"id":22707,"c":48,"u":"scrimshaw_paf","p":72,"s":151,"h":1,"n":"Scrimshaw"},{"id":22708,"c":48,"u":"seafoam_paf","p":93,"s":151,"h":1,"n":"Seafoam"},{"id":22709,"c":48,"u":"shadowdark_paf","p":155,"s":151,"h":1,"n":"Shadowdark"},{"id":22710,"c":48,"u":"tavern%20punch_paf","p":161,"s":151,"h":1,"n":"Tavern Punch"},{"id":22711,"c":48,"u":"tearoom%20cookies_paf","p":183,"s":151,"h":1,"n":"Tearoom Cookies"},{"id":22712,"c":48,"u":"the%20bag_paf","p":124,"s":151,"h":1,"n":"The Bag"},{"id":22713,"c":48,"u":"the%20hoard_paf","p":98,"s":151,"h":1,"n":"The Hoard"},{"id":22714,"c":48,"u":"tpk%20(total%20party%20katastrophe)_paf","p":63,"s":151,"h":1,"n":"TPK (Total Party Katastrophe)"},{"id":22715,"c":48,"u":"tymora's%20coins_paf","p":129,"s":151,"h":1,"n":"Tymora's Coins"},{"id":22716,"c":48,"u":"utmost%20discretion_paf","p":139,"s":151,"h":1,"n":"Utmost Discretion"},{"id":22717,"c":50,"u":"acrobatics_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Acrobatics"},{"id":22718,"c":50,"u":"animal%20handling_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Animal Handling"},{"id":22719,"c":50,"u":"arcana_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Arcana"},{"id":22720,"c":50,"u":"athletics_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Athletics"},{"id":22721,"c":50,"u":"deception_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Deception"},{"id":22722,"c":50,"u":"history_xphb","p":14,"s":8,"h":1,"hx":1,"n":"History"},{"id":22723,"c":50,"u":"insight_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Insight"},{"id":22724,"c":50,"u":"intimidation_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Intimidation"},{"id":22725,"c":50,"u":"investigation_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Investigation"},{"id":22726,"c":50,"u":"medicine_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Medicine"},{"id":22727,"c":50,"u":"nature_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Nature"},{"id":22728,"c":50,"u":"perception_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Perception"},{"id":22729,"c":50,"u":"performance_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Performance"},{"id":22730,"c":50,"u":"persuasion_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Persuasion"},{"id":22731,"c":50,"u":"religion_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Religion"},{"id":22732,"c":50,"u":"sleight%20of%20hand_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Sleight of Hand"},{"id":22733,"c":50,"u":"stealth_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Stealth"},{"id":22734,"c":50,"u":"survival_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Survival"},{"id":22735,"c":50,"u":"acrobatics_phb","p":176,"s":52,"h":1,"hx":1,"r":1,"n":"Acrobatics"},{"id":22736,"c":50,"u":"animal%20handling_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"n":"Animal Handling"},{"id":22737,"c":50,"u":"arcana_phb","p":177,"s":52,"h":1,"hx":1,"r":1,"n":"Arcana"},{"id":22738,"c":50,"u":"athletics_phb","p":175,"s":52,"h":1,"hx":1,"r":1,"n":"Athletics"},{"id":22739,"c":50,"u":"deception_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"n":"Deception"},{"id":22740,"c":50,"u":"history_phb","p":177,"s":52,"h":1,"hx":1,"r":1,"n":"History"},{"id":22741,"c":50,"u":"insight_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"n":"Insight"},{"id":22742,"c":50,"u":"intimidation_phb","p":179,"s":52,"h":1,"hx":1,"r":1,"n":"Intimidation"},{"id":22743,"c":50,"u":"investigation_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"n":"Investigation"},{"id":22744,"c":50,"u":"medicine_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"n":"Medicine"},{"id":22745,"c":50,"u":"nature_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"n":"Nature"},{"id":22746,"c":50,"u":"perception_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"n":"Perception"},{"id":22747,"c":50,"u":"performance_phb","p":179,"s":52,"h":1,"hx":1,"r":1,"n":"Performance"},{"id":22748,"c":50,"u":"persuasion_phb","p":179,"s":52,"h":1,"hx":1,"r":1,"n":"Persuasion"},{"id":22749,"c":50,"u":"religion_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"n":"Religion"},{"id":22750,"c":50,"u":"sleight%20of%20hand_phb","p":177,"s":52,"h":1,"hx":1,"r":1,"n":"Sleight of Hand"},{"id":22751,"c":50,"u":"stealth_phb","p":177,"s":52,"h":1,"hx":1,"r":1,"n":"Stealth"},{"id":22752,"c":50,"u":"survival_phb","p":178,"s":52,"h":1,"hx":1,"r":1,"n":"Survival"},{"id":22753,"c":51,"u":"blindsight_xphb","p":361,"s":8,"h":1,"hx":1,"n":"Blindsight"},{"id":22754,"c":51,"u":"darkvision_xphb","p":365,"s":8,"h":1,"hx":1,"n":"Darkvision"},{"id":22755,"c":51,"u":"tremorsense_xphb","p":377,"s":8,"h":1,"hx":1,"n":"Tremorsense"},{"id":22756,"c":51,"u":"truesight_xphb","p":377,"s":8,"h":1,"hx":1,"n":"Truesight"},{"id":22757,"c":51,"u":"tremorsense_mm","p":9,"s":45,"h":1,"hx":1,"r":1,"n":"Tremorsense"},{"id":22758,"c":51,"u":"blindsight_phb","p":183,"s":52,"h":1,"hx":1,"r":1,"n":"Blindsight"},{"id":22759,"c":51,"u":"darkvision_phb","p":183,"s":52,"h":1,"hx":1,"r":1,"n":"Darkvision"},{"id":22760,"c":51,"u":"truesight_phb","p":183,"s":52,"h":1,"hx":1,"r":1,"n":"Truesight"},{"n":"Bestiary","c":45,"u":"bestiary.html","r":1,"id":22761},{"n":"Spells","c":45,"u":"spells.html","r":1,"id":22762},{"n":"Backgrounds","c":45,"u":"backgrounds.html","r":1,"id":22763},{"n":"Items","c":45,"u":"items.html","r":1,"id":22764},{"n":"Classes","c":45,"u":"classes.html","r":1,"id":22765},{"n":"Conditions & Diseases","c":45,"u":"conditionsdiseases.html","r":1,"id":22766},{"n":"Feats","c":45,"u":"feats.html","r":1,"id":22767},{"n":"Other Options and Features","c":45,"u":"optionalfeatures.html","r":1,"id":22768},{"n":"Psionics","c":45,"u":"psionics.html","r":1,"id":22769},{"n":"Species","c":45,"u":"races.html","r":1,"id":22770},{"n":"Supernatural Gifts & Rewards","c":45,"u":"rewards.html","r":1,"id":22771},{"n":"Rules Glossary","c":45,"u":"variantrules.html","r":1,"id":22772},{"n":"Adventures","c":45,"u":"adventures.html","r":1,"id":22773},{"n":"Books","c":45,"u":"books.html","r":1,"id":22774},{"n":"Deities","c":45,"u":"deities.html","r":1,"id":22775},{"n":"Cults & Supernatural Boons","c":45,"u":"cultsboons.html","r":1,"id":22776},{"n":"Objects","c":45,"u":"objects.html","r":1,"id":22777},{"n":"Traps & Hazards","c":45,"u":"trapshazards.html","r":1,"id":22778},{"n":"Quick Reference (2014)","c":45,"u":"quickreference.html","r":1,"id":22779},{"n":"Homebrew Manager","c":45,"u":"managebrew.html","r":1,"id":22780},{"n":"Prerelease Content Manager","c":45,"u":"manageprerelease.html","r":1,"id":22781},{"n":"Homebrew Builder","c":45,"u":"makebrew.html","r":1,"id":22782},{"n":"Renderer Demo","c":45,"u":"renderdemo.html","r":1,"id":22783},{"n":"Tables","c":45,"u":"tables.html","r":1,"id":22784},{"n":"Vehicles","c":45,"u":"vehicles.html","r":1,"id":22785},{"n":"Actions","c":45,"u":"actions.html","r":1,"id":22786},{"n":"Languages","c":45,"u":"languages.html","r":1,"id":22787},{"n":"Stat Generator","c":45,"u":"statgen.html","r":1,"id":22788},{"n":"This Is Your Life","c":45,"u":"lifegen.html","r":1,"id":22789},{"n":"Names","c":45,"u":"names.html","r":1,"id":22790},{"n":"DM Screen","c":45,"u":"dmscreen.html","r":1,"id":22791},{"n":"CR Calculator","c":45,"u":"crcalculator.html","r":1,"id":22792},{"n":"Encounter Generator","c":45,"u":"encountergen.html","r":1,"id":22793},{"n":"Loot Generator","c":45,"u":"lootgen.html","r":1,"id":22794},{"n":"Text Converter","c":45,"u":"converter.html","r":1,"id":22795},{"n":"Changelog","c":45,"u":"changelog.html","r":1,"id":22796},{"n":"Other Character Creation Options","c":45,"u":"charcreationoptions.html","r":1,"id":22797},{"n":"Recipes","c":45,"u":"recipes.html","r":1,"id":22798},{"n":"Maps","c":45,"u":"maps.html","r":1,"id":22799},{"n":"Decks","c":45,"u":"decks.html","r":1,"id":22800},{"n":"Bastions","c":45,"u":"bastions.html","r":1,"id":22801}],"m":{"s":{"BGG":0,"BMT":1,"FTD":2,"MPMM":3,"TCE":4,"XDMG":5,"XGE":6,"XMM":7,"XPHB":8,"CoA":9,"GotSF":10,"MaBJoV":11,"MFF":12,"SADS":13,"VD":14,"AI":15,"BAM":16,"BGDIA":17,"CM":18,"CoS":19,"CRCotN":20,"DC":21,"DIP":22,"DitLCoT":23,"DMG":24,"DoDk":25,"DoSI":26,"DSotDQ":27,"EGW":28,"ERLW":29,"ESK":30,"GGR":31,"GHLoE":32,"GoS":33,"HftT":34,"HoL":35,"HotDQ":36,"HWCS":37,"IDRotF":38,"JttRC":39,"KftGV":40,"KKW":41,"LMoP":42,"LoX":43,"LRDT":44,"MM":45,"MOT":46,"MPP":47,"MTF":48,"OotA":49,"OoW":50,"PaBTSO":51,"PHB":52,"PotA":53,"QftIS":54,"RMBRE":55,"RoT":56,"SCC":57,"SDW":58,"SKT":59,"SLW":60,"TDCSR":61,"TftYP":62,"ToA":63,"ToB1-2023":64,"ToFW":65,"VEoR":66,"VGM":67,"VRGR":68,"WBtW":69,"WDH":70,"WDMM":71,"AATM":72,"AitFR-DN":73,"AitFR-FCD":74,"AitFR-ISF":75,"AitFR-THP":76,"AWM":77,"DoD":78,"HAT-TG":79,"IMR":80,"LLK":81,"LR":82,"MCV1SC":83,"MCV2DC":84,"MCV3MC":85,"MCV4EC":86,"MGELFT":87,"MisMV1":88,"NRH-ASS":89,"NRH-AT":90,"NRH-AVitW":91,"NRH-AWoL":92,"NRH-CoI":93,"NRH-TCMC":94,"PSA":95,"PSD":96,"PSI":97,"PSK":98,"PSX":99,"PSZ":100,"RtG":101,"TTP":102,"AAG":103,"SatO":104,"AitFR-AVT":105,"UATheMysticClass":106,"SCAG":107,"ALCurseOfStrahd":108,"ALElementalEvil":109,"ALRageOfDemons":110,"EET":111,"RoTOS":112,"AZfyT":113,"HAT-LMI":114,"NRH-TLT":115,"OGA":116,"UtHftLH":117,"XMtS":118,"EEPC":119,"VNotEE":120,"HFStCM":121,"XScreen":122,"DD":123,"EFR":124,"FS":125,"HWAitW":126,"SCC-ARiR":127,"SCC-CK":128,"SCC-HfMT":129,"SCC-TMM":130,"TftYP-AtG":131,"TftYP-DiT":132,"TftYP-TFoF":133,"TftYP-THSoT":134,"TftYP-ToH":135,"TftYP-TSC":136,"TftYP-WPM":137,"ToR":138,"US":139,"LK":140,"PiP":141,"ScoEE":142,"SjA":143,"TLK":144,"DMTCRG":145,"SAC":146,"ScreenDungeonKit":147,"ScreenWildernessKit":148,"HF":149,"HFFotM":150,"PaF":151,"RMR":152,"Screen":153,"ScreenSpelljammer":154,"TD":155,"AL":156,"HFDoMM":157}}} \ No newline at end of file +{"x":[{"id":0,"c":1,"u":"aerosaur_bgg","p":128,"s":0,"h":1,"n":"Aerosaur"},{"id":1,"c":1,"u":"altisaur_bgg","p":129,"s":0,"h":1,"n":"Altisaur"},{"id":2,"c":1,"u":"bag%20jelly_bgg","p":120,"s":0,"h":1,"n":"Bag Jelly"},{"id":3,"c":1,"u":"barrowghast_bgg","p":121,"s":0,"h":1,"n":"Barrowghast"},{"id":4,"c":1,"u":"cairnwight_bgg","p":122,"s":0,"h":1,"n":"Cairnwight"},{"id":5,"c":1,"u":"ceratops_bgg","p":129,"s":0,"h":1,"n":"Ceratops"},{"id":6,"c":1,"u":"cinder%20hulk_bgg","p":123,"s":0,"h":1,"n":"Cinder Hulk"},{"id":7,"c":1,"u":"cloud%20giant%20destiny%20gambler_bgg","p":124,"s":0,"h":1,"n":"Cloud Giant Destiny Gambler"},{"id":8,"c":1,"u":"cloud%20giant%20of%20evil%20air_bgg","p":125,"s":0,"h":1,"n":"Cloud Giant of Evil Air"},{"id":9,"c":1,"u":"cradle%20of%20the%20cloud%20scion_bgg","p":166,"s":0,"h":1,"n":"Cradle of the Cloud Scion"},{"id":10,"c":1,"u":"cradle%20of%20the%20fire%20scion_bgg","p":172,"s":0,"h":1,"n":"Cradle of the Fire Scion"},{"id":11,"c":1,"u":"cradle%20of%20the%20frost%20scion_bgg","p":174,"s":0,"h":1,"n":"Cradle of the Frost Scion"},{"id":12,"c":1,"u":"cradle%20of%20the%20hill%20scion_bgg","p":164,"s":0,"h":1,"n":"Cradle of the Hill Scion"},{"id":13,"c":1,"u":"cradle%20of%20the%20stone%20scion_bgg","p":168,"s":0,"h":1,"n":"Cradle of the Stone Scion"},{"id":14,"c":1,"u":"cradle%20of%20the%20storm%20scion_bgg","p":170,"s":0,"h":1,"n":"Cradle of the Storm Scion"},{"id":15,"c":1,"u":"death%20giant%20reaper_bgg","p":126,"s":0,"h":1,"n":"Death Giant Reaper"},{"id":16,"c":1,"u":"death%20giant%20shrouded%20one_bgg","p":127,"s":0,"h":1,"n":"Death Giant Shrouded One"},{"id":17,"c":1,"u":"dust%20hulk_bgg","p":131,"s":0,"h":1,"n":"Dust Hulk"},{"id":18,"c":1,"u":"echo%20of%20demogorgon_bgg","p":132,"s":0,"h":1,"n":"Echo of Demogorgon"},{"id":19,"c":1,"u":"ettin%20ceremorph_bgg","p":133,"s":0,"h":1,"n":"Ettin Ceremorph"},{"id":20,"c":1,"u":"fensir%20devourer_bgg","p":135,"s":0,"h":1,"n":"Fensir Devourer"},{"id":21,"c":1,"u":"fensir%20skirmisher_bgg","p":135,"s":0,"h":1,"n":"Fensir Skirmisher"},{"id":22,"c":1,"u":"firbolg%20primeval%20warden_bgg","p":136,"s":0,"h":1,"n":"Firbolg Primeval Warden"},{"id":23,"c":1,"u":"firbolg%20wanderer_bgg","p":137,"s":0,"h":1,"n":"Firbolg Wanderer"},{"id":24,"c":1,"u":"fire%20giant%20forgecaller_bgg","p":138,"s":0,"h":1,"n":"Fire Giant Forgecaller"},{"id":25,"c":1,"u":"fire%20giant%20of%20evil%20fire_bgg","p":139,"s":0,"h":1,"n":"Fire Giant of Evil Fire"},{"id":26,"c":1,"u":"fire%20hellion_bgg","p":140,"s":0,"h":1,"n":"Fire Hellion"},{"id":27,"c":1,"u":"firegaunt_bgg","p":137,"s":0,"h":1,"n":"Firegaunt"},{"id":28,"c":1,"u":"flesh%20colossus_bgg","p":141,"s":0,"h":1,"n":"Flesh Colossus"},{"id":29,"c":1,"u":"fomorian%20deep%20crawler_bgg","p":142,"s":0,"h":1,"n":"Fomorian Deep Crawler"},{"id":30,"c":1,"u":"fomorian%20noble_bgg","p":143,"s":0,"h":1,"n":"Fomorian Noble"},{"id":31,"c":1,"u":"fomorian%20warlock%20of%20the%20dark_bgg","p":144,"s":0,"h":1,"n":"Fomorian Warlock of the Dark"},{"id":32,"c":1,"u":"frost%20giant%20ice%20shaper_bgg","p":145,"s":0,"h":1,"n":"Frost Giant Ice Shaper"},{"id":33,"c":1,"u":"frost%20giant%20of%20evil%20water_bgg","p":146,"s":0,"h":1,"n":"Frost Giant of Evil Water"},{"id":34,"c":1,"u":"frostmourn_bgg","p":147,"s":0,"h":1,"n":"Frostmourn"},{"id":35,"c":1,"u":"fury%20of%20kostchtchie_bgg","p":148,"s":0,"h":1,"n":"Fury of Kostchtchie"},{"id":36,"c":1,"u":"gargantua_bgg","p":149,"s":0,"h":1,"n":"Gargantua"},{"id":37,"c":1,"u":"giant%20child_bgg","p":34,"s":0,"h":1,"n":"Giant Child"},{"id":38,"c":1,"u":"giant%20goose_bgg","p":150,"s":0,"h":1,"n":"Giant Goose"},{"id":39,"c":1,"u":"giant%20lynx_bgg","p":151,"s":0,"h":1,"n":"Giant Lynx"},{"id":40,"c":1,"u":"giant%20ox_bgg","p":152,"s":0,"h":1,"n":"Giant Ox"},{"id":41,"c":1,"u":"giant%20ram_bgg","p":153,"s":0,"h":1,"n":"Giant Ram"},{"id":42,"c":1,"u":"giant%20tick_bgg","p":153,"s":0,"h":1,"n":"Giant Tick"},{"id":43,"c":1,"u":"gigant_bgg","p":154,"s":0,"h":1,"n":"Gigant"},{"id":44,"c":1,"u":"goliath%20giant-kin_bgg","p":155,"s":0,"h":1,"n":"Goliath Giant-Kin"},{"id":45,"c":1,"u":"grinning%20cat_bgg","p":156,"s":0,"h":1,"n":"Grinning Cat"},{"id":46,"c":1,"u":"hill%20giant%20avalancher_bgg","p":157,"s":0,"h":1,"n":"Hill Giant Avalancher"},{"id":47,"c":1,"u":"lightning%20hulk_bgg","p":158,"s":0,"h":1,"n":"Lightning Hulk"},{"id":48,"c":1,"u":"maw%20of%20yeenoghu_bgg","p":159,"s":0,"h":1,"n":"Maw of Yeenoghu"},{"id":49,"c":1,"u":"mist%20hulk_bgg","p":160,"s":0,"h":1,"n":"Mist Hulk"},{"id":50,"c":1,"u":"mud%20hulk_bgg","p":161,"s":0,"h":1,"n":"Mud Hulk"},{"id":51,"c":1,"u":"regisaur_bgg","p":130,"s":0,"h":1,"n":"Regisaur"},{"id":52,"c":1,"u":"rime%20hulk_bgg","p":162,"s":0,"h":1,"n":"Rime Hulk"},{"id":53,"c":1,"u":"runic%20colossus_bgg","p":163,"s":0,"h":1,"n":"Runic Colossus"},{"id":54,"c":1,"u":"scion%20of%20grolantor_bgg","p":165,"s":0,"h":1,"n":"Scion of Grolantor"},{"id":55,"c":1,"u":"scion%20of%20memnor_bgg","p":167,"s":0,"h":1,"n":"Scion of Memnor"},{"id":56,"c":1,"u":"scion%20of%20skoraeus_bgg","p":169,"s":0,"h":1,"n":"Scion of Skoraeus"},{"id":57,"c":1,"u":"scion%20of%20stronmaus_bgg","p":171,"s":0,"h":1,"n":"Scion of Stronmaus"},{"id":58,"c":1,"u":"scion%20of%20surtur_bgg","p":173,"s":0,"h":1,"n":"Scion of Surtur"},{"id":59,"c":1,"u":"scion%20of%20thrym_bgg","p":175,"s":0,"h":1,"n":"Scion of Thrym"},{"id":60,"c":1,"u":"spectral%20cloud_bgg","p":176,"s":0,"h":1,"n":"Spectral Cloud"},{"id":61,"c":1,"u":"spotted%20lion_bgg","p":177,"s":0,"h":1,"n":"Spotted Lion"},{"id":62,"c":1,"u":"stalker%20of%20baphomet_bgg","p":178,"s":0,"h":1,"n":"Stalker of Baphomet"},{"id":63,"c":1,"u":"stone%20giant%20of%20evil%20earth_bgg","p":179,"s":0,"h":1,"n":"Stone Giant of Evil Earth"},{"id":64,"c":1,"u":"stone%20giant%20rockspeaker_bgg","p":180,"s":0,"h":1,"n":"Stone Giant Rockspeaker"},{"id":65,"c":1,"u":"storm%20crab_bgg","p":181,"s":0,"h":1,"n":"Storm Crab"},{"id":66,"c":1,"u":"storm%20giant%20tempest%20caller_bgg","p":182,"s":0,"h":1,"n":"Storm Giant Tempest Caller"},{"id":67,"c":1,"u":"storm%20herald_bgg","p":183,"s":0,"h":1,"n":"Storm Herald"},{"id":68,"c":1,"u":"tempest%20spirit_bgg","p":184,"s":0,"h":1,"n":"Tempest Spirit"},{"id":69,"c":1,"u":"titanothere_bgg","p":185,"s":0,"h":1,"n":"Titanothere"},{"id":70,"c":1,"u":"troll%20amalgam_bgg","p":186,"s":0,"h":1,"n":"Troll Amalgam"},{"id":71,"c":1,"u":"troll%20mutate_bgg","p":187,"s":0,"h":1,"n":"Troll Mutate"},{"id":72,"c":1,"u":"advanced%20detention%20drone_bmt","p":135,"s":1,"h":1,"n":"Advanced Detention Drone"},{"id":73,"c":1,"u":"ambitious%20assassin_bmt","p":45,"s":1,"h":1,"n":"Ambitious Assassin"},{"id":74,"c":1,"u":"animated%20armor%20detention%20drone_bmt","p":135,"s":1,"h":1,"n":"Animated Armor Detention Drone"},{"id":75,"c":1,"u":"aspirant%20of%20the%20comet_bmt","p":91,"s":1,"h":1,"n":"Aspirant of the Comet"},{"id":76,"c":1,"u":"asteria_bmt","p":188,"s":1,"h":1,"n":"Asteria"},{"id":77,"c":1,"u":"aurnozci_bmt","p":167,"s":1,"h":1,"n":"Aurnozci"},{"id":78,"c":1,"u":"boss%20augustus_bmt","p":82,"s":1,"h":1,"n":"Boss Augustus"},{"id":79,"c":1,"u":"boss%20delour_bmt","p":83,"s":1,"h":1,"n":"Boss Delour"},{"id":80,"c":1,"u":"breath%20drinker_bmt","p":154,"s":1,"h":1,"n":"Breath Drinker"},{"id":81,"c":1,"u":"brusipha_bmt","p":127,"s":1,"h":1,"n":"Brusipha"},{"id":82,"c":1,"u":"deck%20defender_bmt","p":72,"s":1,"h":1,"n":"Deck Defender"},{"id":83,"c":1,"u":"enchanting%20infiltrator_bmt","p":46,"s":1,"h":1,"n":"Enchanting Infiltrator"},{"id":84,"c":1,"u":"euryale_bmt","p":189,"s":1,"h":1,"n":"Euryale"},{"id":85,"c":1,"u":"fate%20hag_bmt","p":176,"s":1,"h":1,"n":"Fate Hag"},{"id":86,"c":1,"u":"gremorly's%20ghost_bmt","p":122,"s":1,"h":1,"n":"Gremorly's Ghost"},{"id":87,"c":1,"u":"grim%20champion%20of%20bloodshed_bmt","p":161,"s":1,"h":1,"n":"Grim Champion of Bloodshed"},{"id":88,"c":1,"u":"grim%20champion%20of%20desolation_bmt","p":162,"s":1,"h":1,"n":"Grim Champion of Desolation"},{"id":89,"c":1,"u":"grim%20champion%20of%20pestilence_bmt","p":163,"s":1,"h":1,"n":"Grim Champion of Pestilence"},{"id":90,"c":1,"u":"harrow%20hawk_bmt","p":177,"s":1,"h":1,"n":"Harrow Hawk"},{"id":91,"c":1,"u":"harrow%20hound_bmt","p":164,"s":1,"h":1,"n":"Harrow Hound"},{"id":92,"c":1,"u":"helmed%20horror%20detention%20drone_bmt","p":135,"s":1,"h":1,"n":"Helmed Horror Detention Drone"},{"id":93,"c":1,"u":"hierophant%20medusa_bmt","p":179,"s":1,"h":1,"n":"Hierophant Medusa"},{"id":94,"c":1,"u":"hierophant%20of%20the%20comet_bmt","p":92,"s":1,"h":1,"n":"Hierophant of the Comet"},{"id":95,"c":1,"u":"hulgaz_bmt","p":169,"s":1,"h":1,"n":"Hulgaz"},{"id":96,"c":1,"u":"initiate%20of%20the%20comet_bmt","p":93,"s":1,"h":1,"n":"Initiate of the Comet"},{"id":97,"c":1,"u":"living%20portent_bmt","p":180,"s":1,"h":1,"n":"Living Portent"},{"id":98,"c":1,"u":"malaxxix_bmt","p":173,"s":1,"h":1,"n":"Malaxxix"},{"id":99,"c":1,"u":"minotaur%20archaeologist_bmt","p":126,"s":1,"h":1,"n":"Minotaur Archaeologist"},{"id":100,"c":1,"u":"minotaur%20infiltrator_bmt","p":127,"s":1,"h":1,"n":"Minotaur Infiltrator"},{"id":101,"c":1,"u":"oddlewin_bmt","p":111,"s":1,"h":1,"n":"Oddlewin"},{"id":102,"c":1,"u":"otherworldly%20corrupter_bmt","p":47,"s":1,"h":1,"n":"Otherworldly Corrupter"},{"id":103,"c":1,"u":"pazrodine_bmt","p":113,"s":1,"h":1,"n":"Pazrodine"},{"id":104,"c":1,"u":"quadrone%20detention%20drone_bmt","p":135,"s":1,"h":1,"n":"Quadrone Detention Drone"},{"id":105,"c":1,"u":"reaper%20spirit_bmt","p":50,"s":1,"h":1,"n":"Reaper Spirit"},{"id":106,"c":1,"u":"riffler_bmt","p":181,"s":1,"h":1,"n":"Riffler"},{"id":107,"c":1,"u":"ruin%20spider_bmt","p":182,"s":1,"h":1,"n":"Ruin Spider"},{"id":108,"c":1,"u":"sir%20jared_bmt","p":80,"s":1,"h":1,"n":"Sir Jared"},{"id":109,"c":1,"u":"solar%20bastion%20knight_bmt","p":75,"s":1,"h":1,"n":"Solar Bastion Knight"},{"id":110,"c":1,"u":"talon%20beast_bmt","p":183,"s":1,"h":1,"n":"Talon Beast"},{"id":111,"c":1,"u":"veiled%20presence_bmt","p":48,"s":1,"h":1,"n":"Veiled Presence"},{"id":112,"c":1,"u":"werevulture_bmt","p":184,"s":1,"h":1,"n":"Werevulture"},{"id":113,"c":1,"u":"adult%20amethyst%20dragon_ftd","p":161,"s":2,"h":1,"n":"Adult Amethyst Dragon"},{"id":114,"c":1,"u":"adult%20crystal%20dragon_ftd","p":171,"s":2,"h":1,"n":"Adult Crystal Dragon"},{"id":115,"c":1,"u":"adult%20deep%20dragon_ftd","p":174,"s":2,"h":1,"n":"Adult Deep Dragon"},{"id":116,"c":1,"u":"adult%20emerald%20dragon_ftd","p":196,"s":2,"h":1,"n":"Adult Emerald Dragon"},{"id":117,"c":1,"u":"adult%20moonstone%20dragon_ftd","p":212,"s":2,"h":1,"n":"Adult Moonstone Dragon"},{"id":118,"c":1,"u":"adult%20sapphire%20dragon_ftd","p":215,"s":2,"h":1,"n":"Adult Sapphire Dragon"},{"id":119,"c":1,"u":"adult%20topaz%20dragon_ftd","p":221,"s":2,"h":1,"n":"Adult Topaz Dragon"},{"id":120,"c":1,"u":"amethyst%20dragon%20wyrmling_ftd","p":162,"s":2,"h":1,"n":"Amethyst Dragon Wyrmling"},{"id":121,"c":1,"u":"amethyst%20greatwyrm_ftd","p":201,"s":2,"h":1,"n":"Amethyst Greatwyrm"},{"id":122,"c":1,"u":"ancient%20amethyst%20dragon_ftd","p":160,"s":2,"h":1,"n":"Ancient Amethyst Dragon"},{"id":123,"c":1,"u":"ancient%20crystal%20dragon_ftd","p":170,"s":2,"h":1,"n":"Ancient Crystal Dragon"},{"id":124,"c":1,"u":"ancient%20deep%20dragon_ftd","p":173,"s":2,"h":1,"n":"Ancient Deep Dragon"},{"id":125,"c":1,"u":"ancient%20dragon%20turtle_ftd","p":191,"s":2,"h":1,"n":"Ancient Dragon Turtle"},{"id":126,"c":1,"u":"ancient%20emerald%20dragon_ftd","p":195,"s":2,"h":1,"n":"Ancient Emerald Dragon"},{"id":127,"c":1,"u":"ancient%20moonstone%20dragon_ftd","p":211,"s":2,"h":1,"n":"Ancient Moonstone Dragon"},{"id":128,"c":1,"u":"ancient%20sapphire%20dragon_ftd","p":214,"s":2,"h":1,"n":"Ancient Sapphire Dragon"},{"id":129,"c":1,"u":"ancient%20sea%20serpent_ftd","p":219,"s":2,"h":1,"n":"Ancient Sea Serpent"},{"id":130,"c":1,"u":"ancient%20topaz%20dragon_ftd","p":220,"s":2,"h":1,"n":"Ancient Topaz Dragon"},{"id":131,"c":1,"u":"animated%20breath_ftd","p":163,"s":2,"h":1,"n":"Animated Breath"},{"id":132,"c":1,"u":"aspect%20of%20bahamut_ftd","p":165,"s":2,"h":1,"n":"Aspect of Bahamut"},{"id":133,"c":1,"u":"aspect%20of%20tiamat_ftd","p":166,"s":2,"h":1,"n":"Aspect of Tiamat"},{"id":134,"c":1,"u":"black%20greatwyrm_ftd","p":168,"s":2,"h":1,"n":"Black Greatwyrm"},{"id":135,"c":1,"u":"blue%20greatwyrm_ftd","p":168,"s":2,"h":1,"n":"Blue Greatwyrm"},{"id":136,"c":1,"u":"brass%20greatwyrm_ftd","p":208,"s":2,"h":1,"n":"Brass Greatwyrm"},{"id":137,"c":1,"u":"bronze%20greatwyrm_ftd","p":208,"s":2,"h":1,"n":"Bronze Greatwyrm"},{"id":138,"c":1,"u":"copper%20greatwyrm_ftd","p":208,"s":2,"h":1,"n":"Copper Greatwyrm"},{"id":139,"c":1,"u":"crystal%20dragon%20wyrmling_ftd","p":172,"s":2,"h":1,"n":"Crystal Dragon Wyrmling"},{"id":140,"c":1,"u":"crystal%20greatwyrm_ftd","p":201,"s":2,"h":1,"n":"Crystal Greatwyrm"},{"id":141,"c":1,"u":"deep%20dragon%20wyrmling_ftd","p":175,"s":2,"h":1,"n":"Deep Dragon Wyrmling"},{"id":142,"c":1,"u":"dracohydra_ftd","p":176,"s":2,"h":1,"n":"Dracohydra"},{"id":143,"c":1,"u":"draconian%20dreadnought_ftd","p":177,"s":2,"h":1,"n":"Draconian Dreadnought"},{"id":144,"c":1,"u":"draconian%20foot%20soldier_ftd","p":178,"s":2,"h":1,"n":"Draconian Foot Soldier"},{"id":145,"c":1,"u":"draconian%20infiltrator_ftd","p":178,"s":2,"h":1,"n":"Draconian Infiltrator"},{"id":146,"c":1,"u":"draconian%20mage_ftd","p":179,"s":2,"h":1,"n":"Draconian Mage"},{"id":147,"c":1,"u":"draconian%20mastermind_ftd","p":180,"s":2,"h":1,"n":"Draconian Mastermind"},{"id":148,"c":1,"u":"draconic%20shard_ftd","p":181,"s":2,"h":1,"n":"Draconic Shard"},{"id":149,"c":1,"u":"draconic%20spirit_ftd","p":21,"s":2,"h":1,"n":"Draconic Spirit"},{"id":150,"c":1,"u":"dragon%20blessed_ftd","p":188,"s":2,"h":1,"n":"Dragon Blessed"},{"id":151,"c":1,"u":"dragon%20chosen_ftd","p":189,"s":2,"h":1,"n":"Dragon Chosen"},{"id":152,"c":1,"u":"dragon%20speaker_ftd","p":189,"s":2,"h":1,"n":"Dragon Speaker"},{"id":153,"c":1,"u":"dragon%20turtle%20wyrmling_ftd","p":192,"s":2,"h":1,"n":"Dragon Turtle Wyrmling"},{"id":154,"c":1,"u":"dragonblood%20ooze_ftd","p":182,"s":2,"h":1,"n":"Dragonblood Ooze"},{"id":155,"c":1,"u":"dragonbone%20golem_ftd","p":183,"s":2,"h":1,"n":"Dragonbone Golem"},{"id":156,"c":1,"u":"dragonborn%20of%20bahamut_ftd","p":184,"s":2,"h":1,"n":"Dragonborn of Bahamut"},{"id":157,"c":1,"u":"dragonborn%20of%20sardior_ftd","p":185,"s":2,"h":1,"n":"Dragonborn of Sardior"},{"id":158,"c":1,"u":"dragonborn%20of%20tiamat_ftd","p":185,"s":2,"h":1,"n":"Dragonborn of Tiamat"},{"id":159,"c":1,"u":"dragonflesh%20abomination_ftd","p":187,"s":2,"h":1,"n":"Dragonflesh Abomination"},{"id":160,"c":1,"u":"dragonflesh%20grafter_ftd","p":186,"s":2,"h":1,"n":"Dragonflesh Grafter"},{"id":161,"c":1,"u":"dragonnel_ftd","p":190,"s":2,"h":1,"n":"Dragonnel"},{"id":162,"c":1,"u":"drake%20companion_ftd","p":15,"s":2,"h":1,"n":"Drake Companion"},{"id":163,"c":1,"u":"egg%20hunter%20adult_ftd","p":193,"s":2,"h":1,"n":"Egg Hunter Adult"},{"id":164,"c":1,"u":"egg%20hunter%20hatchling_ftd","p":193,"s":2,"h":1,"n":"Egg Hunter Hatchling"},{"id":165,"c":1,"u":"elder%20brain%20dragon_ftd","p":194,"s":2,"h":1,"n":"Elder Brain Dragon"},{"id":166,"c":1,"u":"emerald%20dragon%20wyrmling_ftd","p":197,"s":2,"h":1,"n":"Emerald Dragon Wyrmling"},{"id":167,"c":1,"u":"emerald%20greatwyrm_ftd","p":201,"s":2,"h":1,"n":"Emerald Greatwyrm"},{"id":168,"c":1,"u":"eyedrake_ftd","p":199,"s":2,"h":1,"n":"Eyedrake"},{"id":169,"c":1,"u":"gem%20stalker_ftd","p":202,"s":2,"h":1,"n":"Gem Stalker"},{"id":170,"c":1,"u":"ghost%20dragon_ftd","p":203,"s":2,"h":1,"n":"Ghost Dragon"},{"id":171,"c":1,"u":"giant%20canary_ftd","p":23,"s":2,"h":1,"n":"Giant Canary"},{"id":172,"c":1,"u":"gold%20greatwyrm_ftd","p":208,"s":2,"h":1,"n":"Gold Greatwyrm"},{"id":173,"c":1,"u":"green%20greatwyrm_ftd","p":168,"s":2,"h":1,"n":"Green Greatwyrm"},{"id":174,"c":1,"u":"hoard%20mimic_ftd","p":204,"s":2,"h":1,"n":"Hoard Mimic"},{"id":175,"c":1,"u":"hoard%20scarab_ftd","p":205,"s":2,"h":1,"n":"Hoard Scarab"},{"id":176,"c":1,"u":"hollow%20dragon_ftd","p":206,"s":2,"h":1,"n":"Hollow Dragon"},{"id":177,"c":1,"u":"liondrake_ftd","p":207,"s":2,"h":1,"n":"Liondrake"},{"id":178,"c":1,"u":"metallic%20peacekeeper_ftd","p":210,"s":2,"h":1,"n":"Metallic Peacekeeper"},{"id":179,"c":1,"u":"metallic%20warbler_ftd","p":210,"s":2,"h":1,"n":"Metallic Warbler"},{"id":180,"c":1,"u":"moonstone%20dragon%20wyrmling_ftd","p":213,"s":2,"h":1,"n":"Moonstone Dragon Wyrmling"},{"id":181,"c":1,"u":"red%20greatwyrm_ftd","p":168,"s":2,"h":1,"n":"Red Greatwyrm"},{"id":182,"c":1,"u":"sapphire%20dragon%20wyrmling_ftd","p":216,"s":2,"h":1,"n":"Sapphire Dragon Wyrmling"},{"id":183,"c":1,"u":"sapphire%20greatwyrm_ftd","p":201,"s":2,"h":1,"n":"Sapphire Greatwyrm"},{"id":184,"c":1,"u":"silver%20greatwyrm_ftd","p":208,"s":2,"h":1,"n":"Silver Greatwyrm"},{"id":185,"c":1,"u":"swarm%20of%20hoard%20scarabs_ftd","p":205,"s":2,"h":1,"n":"Swarm of Hoard Scarabs"},{"id":186,"c":1,"u":"topaz%20dragon%20wyrmling_ftd","p":223,"s":2,"h":1,"n":"Topaz Dragon Wyrmling"},{"id":187,"c":1,"u":"topaz%20greatwyrm_ftd","p":201,"s":2,"h":1,"n":"Topaz Greatwyrm"},{"id":188,"c":1,"u":"white%20greatwyrm_ftd","p":168,"s":2,"h":1,"n":"White Greatwyrm"},{"id":189,"c":1,"u":"young%20amethyst%20dragon_ftd","p":161,"s":2,"h":1,"n":"Young Amethyst Dragon"},{"id":190,"c":1,"u":"young%20crystal%20dragon_ftd","p":172,"s":2,"h":1,"n":"Young Crystal Dragon"},{"id":191,"c":1,"u":"young%20deep%20dragon_ftd","p":175,"s":2,"h":1,"n":"Young Deep Dragon"},{"id":192,"c":1,"u":"young%20dragon%20turtle_ftd","p":192,"s":2,"h":1,"n":"Young Dragon Turtle"},{"id":193,"c":1,"u":"young%20emerald%20dragon_ftd","p":197,"s":2,"h":1,"n":"Young Emerald Dragon"},{"id":194,"c":1,"u":"young%20moonstone%20dragon_ftd","p":213,"s":2,"h":1,"n":"Young Moonstone Dragon"},{"id":195,"c":1,"u":"young%20sapphire%20dragon_ftd","p":216,"s":2,"h":1,"n":"Young Sapphire Dragon"},{"id":196,"c":1,"u":"young%20sea%20serpent_ftd","p":219,"s":2,"h":1,"n":"Young Sea Serpent"},{"id":197,"c":1,"u":"young%20topaz%20dragon_ftd","p":223,"s":2,"h":1,"n":"Young Topaz Dragon"},{"id":198,"c":1,"u":"abjurer%20wizard_mpmm","p":260,"s":3,"h":1,"n":"Abjurer Wizard"},{"id":199,"c":1,"u":"adult%20kruthik_mpmm","p":169,"s":3,"h":1,"n":"Adult Kruthik"},{"id":200,"c":1,"u":"adult%20oblex_mpmm","p":198,"s":3,"h":1,"n":"Adult Oblex"},{"id":201,"c":1,"u":"air%20elemental%20myrmidon_mpmm","p":122,"s":3,"h":1,"n":"Air Elemental Myrmidon"},{"id":202,"c":1,"u":"alhoon_mpmm","p":43,"s":3,"h":1,"n":"Alhoon"},{"id":203,"c":1,"u":"alkilith_mpmm","p":44,"s":3,"h":1,"n":"Alkilith"},{"id":204,"c":1,"u":"allip_mpmm","p":45,"s":3,"h":1,"n":"Allip"},{"id":205,"c":1,"u":"amnizu_mpmm","p":46,"s":3,"h":1,"n":"Amnizu"},{"id":206,"c":1,"u":"angry%20sorrowsworn_mpmm","p":222,"s":3,"h":1,"n":"Angry Sorrowsworn"},{"id":207,"c":1,"u":"annis%20hag_mpmm","p":47,"s":3,"h":1,"n":"Annis Hag"},{"id":208,"c":1,"u":"apprentice%20wizard_mpmm","p":259,"s":3,"h":1,"n":"Apprentice Wizard"},{"id":209,"c":1,"u":"archdruid_mpmm","p":48,"s":3,"h":1,"n":"Archdruid"},{"id":210,"c":1,"u":"archer_mpmm","p":49,"s":3,"h":1,"n":"Archer"},{"id":211,"c":1,"u":"armanite_mpmm","p":50,"s":3,"h":1,"n":"Armanite"},{"id":212,"c":1,"u":"astral%20dreadnought_mpmm","p":51,"s":3,"h":1,"n":"Astral Dreadnought"},{"id":213,"c":1,"u":"aurochs_mpmm","p":71,"s":3,"h":1,"n":"Aurochs"},{"id":214,"c":1,"u":"autumn%20eladrin_mpmm","p":115,"s":3,"h":1,"n":"Autumn Eladrin"},{"id":215,"c":1,"u":"babau_mpmm","p":52,"s":3,"h":1,"n":"Babau"},{"id":216,"c":1,"u":"bael_mpmm","p":54,"s":3,"h":1,"n":"Bael"},{"id":217,"c":1,"u":"balhannoth_mpmm","p":55,"s":3,"h":1,"n":"Balhannoth"},{"id":218,"c":1,"u":"banderhobb_mpmm","p":56,"s":3,"h":1,"n":"Banderhobb"},{"id":219,"c":1,"u":"baphomet_mpmm","p":58,"s":3,"h":1,"n":"Baphomet"},{"id":220,"c":1,"u":"bard_mpmm","p":59,"s":3,"h":1,"n":"Bard"},{"id":221,"c":1,"u":"barghest_mpmm","p":60,"s":3,"h":1,"n":"Barghest"},{"id":222,"c":1,"u":"berbalang_mpmm","p":61,"s":3,"h":1,"n":"Berbalang"},{"id":223,"c":1,"u":"bheur%20hag_mpmm","p":62,"s":3,"h":1,"n":"Bheur Hag"},{"id":224,"c":1,"u":"black%20abishai_mpmm","p":38,"s":3,"h":1,"n":"Black Abishai"},{"id":225,"c":1,"u":"blackguard_mpmm","p":63,"s":3,"h":1,"n":"Blackguard"},{"id":226,"c":1,"u":"blue%20abishai_mpmm","p":39,"s":3,"h":1,"n":"Blue Abishai"},{"id":227,"c":1,"u":"bodak_mpmm","p":64,"s":3,"h":1,"n":"Bodak"},{"id":228,"c":1,"u":"boggle_mpmm","p":65,"s":3,"h":1,"n":"Boggle"},{"id":229,"c":1,"u":"boneclaw_mpmm","p":66,"s":3,"h":1,"n":"Boneclaw"},{"id":230,"c":1,"u":"brontosaurus_mpmm","p":95,"s":3,"h":1,"n":"Brontosaurus"},{"id":231,"c":1,"u":"bulezau_mpmm","p":67,"s":3,"h":1,"n":"Bulezau"},{"id":232,"c":1,"u":"cadaver%20collector_mpmm","p":68,"s":3,"h":1,"n":"Cadaver Collector"},{"id":233,"c":1,"u":"canoloth_mpmm","p":69,"s":3,"h":1,"n":"Canoloth"},{"id":234,"c":1,"u":"catoblepas_mpmm","p":70,"s":3,"h":1,"n":"Catoblepas"},{"id":235,"c":1,"u":"cave%20fisher_mpmm","p":73,"s":3,"h":1,"n":"Cave Fisher"},{"id":236,"c":1,"u":"champion_mpmm","p":74,"s":3,"h":1,"n":"Champion"},{"id":237,"c":1,"u":"chitine_mpmm","p":75,"s":3,"h":1,"n":"Chitine"},{"id":238,"c":1,"u":"choker_mpmm","p":76,"s":3,"h":1,"n":"Choker"},{"id":239,"c":1,"u":"choldrith_mpmm","p":77,"s":3,"h":1,"n":"Choldrith"},{"id":240,"c":1,"u":"clockwork%20bronze%20scout_mpmm","p":79,"s":3,"h":1,"n":"Clockwork Bronze Scout"},{"id":241,"c":1,"u":"clockwork%20iron%20cobra_mpmm","p":79,"s":3,"h":1,"n":"Clockwork Iron Cobra"},{"id":242,"c":1,"u":"clockwork%20oaken%20bolter_mpmm","p":80,"s":3,"h":1,"n":"Clockwork Oaken Bolter"},{"id":243,"c":1,"u":"clockwork%20stone%20defender_mpmm","p":80,"s":3,"h":1,"n":"Clockwork Stone Defender"},{"id":244,"c":1,"u":"cloud%20giant%20smiling%20one_mpmm","p":81,"s":3,"h":1,"n":"Cloud Giant Smiling One"},{"id":245,"c":1,"u":"conjurer%20wizard_mpmm","p":260,"s":3,"h":1,"n":"Conjurer Wizard"},{"id":246,"c":1,"u":"corpse%20flower_mpmm","p":82,"s":3,"h":1,"n":"Corpse Flower"},{"id":247,"c":1,"u":"cranium%20rat_mpmm","p":83,"s":3,"h":1,"n":"Cranium Rat"},{"id":248,"c":1,"u":"darkling_mpmm","p":84,"s":3,"h":1,"n":"Darkling"},{"id":249,"c":1,"u":"darkling%20elder_mpmm","p":84,"s":3,"h":1,"n":"Darkling Elder"},{"id":250,"c":1,"u":"death%20kiss_mpmm","p":85,"s":3,"h":1,"n":"Death Kiss"},{"id":251,"c":1,"u":"deathlock_mpmm","p":86,"s":3,"h":1,"n":"Deathlock"},{"id":252,"c":1,"u":"deathlock%20mastermind_mpmm","p":87,"s":3,"h":1,"n":"Deathlock Mastermind"},{"id":253,"c":1,"u":"deathlock%20wight_mpmm","p":87,"s":3,"h":1,"n":"Deathlock Wight"},{"id":254,"c":1,"u":"deep%20roth%c3%a9_mpmm","p":71,"s":3,"h":1,"n":"Deep Rothe"},{"id":255,"c":1,"u":"deep%20scion_mpmm","p":88,"s":3,"h":1,"n":"Deep Scion"},{"id":256,"c":1,"u":"deinonychus_mpmm","p":95,"s":3,"h":1,"n":"Deinonychus"},{"id":257,"c":1,"u":"demogorgon_mpmm","p":90,"s":3,"h":1,"n":"Demogorgon"},{"id":258,"c":1,"u":"derro_mpmm","p":91,"s":3,"h":1,"n":"Derro"},{"id":259,"c":1,"u":"derro%20savant_mpmm","p":92,"s":3,"h":1,"n":"Derro Savant"},{"id":260,"c":1,"u":"devourer_mpmm","p":93,"s":3,"h":1,"n":"Devourer"},{"id":261,"c":1,"u":"dhergoloth_mpmm","p":94,"s":3,"h":1,"n":"Dhergoloth"},{"id":262,"c":1,"u":"dimetrodon_mpmm","p":95,"s":3,"h":1,"n":"Dimetrodon"},{"id":263,"c":1,"u":"dire%20troll_mpmm","p":246,"s":3,"h":1,"n":"Dire Troll"},{"id":264,"c":1,"u":"diviner%20wizard_mpmm","p":261,"s":3,"h":1,"n":"Diviner Wizard"},{"id":265,"c":1,"u":"dolphin_mpmm","p":97,"s":3,"h":1,"n":"Dolphin"},{"id":266,"c":1,"u":"dolphin%20delighter_mpmm","p":97,"s":3,"h":1,"n":"Dolphin Delighter"},{"id":267,"c":1,"u":"draegloth_mpmm","p":98,"s":3,"h":1,"n":"Draegloth"},{"id":268,"c":1,"u":"drow%20arachnomancer_mpmm","p":99,"s":3,"h":1,"n":"Drow Arachnomancer"},{"id":269,"c":1,"u":"drow%20favored%20consort_mpmm","p":100,"s":3,"h":1,"n":"Drow Favored Consort"},{"id":270,"c":1,"u":"drow%20house%20captain_mpmm","p":101,"s":3,"h":1,"n":"Drow House Captain"},{"id":271,"c":1,"u":"drow%20inquisitor_mpmm","p":102,"s":3,"h":1,"n":"Drow Inquisitor"},{"id":272,"c":1,"u":"drow%20matron%20mother_mpmm","p":104,"s":3,"h":1,"n":"Drow Matron Mother"},{"id":273,"c":1,"u":"drow%20shadowblade_mpmm","p":105,"s":3,"h":1,"n":"Drow Shadowblade"},{"id":274,"c":1,"u":"duergar%20despot_mpmm","p":107,"s":3,"h":1,"n":"Duergar Despot"},{"id":275,"c":1,"u":"duergar%20hammerer_mpmm","p":112,"s":3,"h":1,"n":"Duergar Hammerer"},{"id":276,"c":1,"u":"duergar%20kavalrachni_mpmm","p":107,"s":3,"h":1,"n":"Duergar Kavalrachni"},{"id":277,"c":1,"u":"duergar%20mind%20master_mpmm","p":108,"s":3,"h":1,"n":"Duergar Mind Master"},{"id":278,"c":1,"u":"duergar%20screamer_mpmm","p":111,"s":3,"h":1,"n":"Duergar Screamer"},{"id":279,"c":1,"u":"duergar%20soulblade_mpmm","p":109,"s":3,"h":1,"n":"Duergar Soulblade"},{"id":280,"c":1,"u":"duergar%20stone%20guard_mpmm","p":110,"s":3,"h":1,"n":"Duergar Stone Guard"},{"id":281,"c":1,"u":"duergar%20warlord_mpmm","p":111,"s":3,"h":1,"n":"Duergar Warlord"},{"id":282,"c":1,"u":"duergar%20xarrorn_mpmm","p":111,"s":3,"h":1,"n":"Duergar Xarrorn"},{"id":283,"c":1,"u":"dybbuk_mpmm","p":113,"s":3,"h":1,"n":"Dybbuk"},{"id":284,"c":1,"u":"earth%20elemental%20myrmidon_mpmm","p":122,"s":3,"h":1,"n":"Earth Elemental Myrmidon"},{"id":285,"c":1,"u":"eidolon_mpmm","p":114,"s":3,"h":1,"n":"Eidolon"},{"id":286,"c":1,"u":"elder%20brain_mpmm","p":120,"s":3,"h":1,"n":"Elder Brain"},{"id":287,"c":1,"u":"elder%20oblex_mpmm","p":199,"s":3,"h":1,"n":"Elder Oblex"},{"id":288,"c":1,"u":"elder%20tempest_mpmm","p":121,"s":3,"h":1,"n":"Elder Tempest"},{"id":289,"c":1,"u":"enchanter%20wizard_mpmm","p":261,"s":3,"h":1,"n":"Enchanter Wizard"},{"id":290,"c":1,"u":"evoker%20wizard_mpmm","p":262,"s":3,"h":1,"n":"Evoker Wizard"},{"id":291,"c":1,"u":"female%20steeder_mpmm","p":231,"s":3,"h":1,"n":"Female Steeder"},{"id":292,"c":1,"u":"fire%20elemental%20myrmidon_mpmm","p":123,"s":3,"h":1,"n":"Fire Elemental Myrmidon"},{"id":293,"c":1,"u":"fire%20giant%20dreadnought_mpmm","p":124,"s":3,"h":1,"n":"Fire Giant Dreadnought"},{"id":294,"c":1,"u":"firenewt%20warlock%20of%20imix_mpmm","p":125,"s":3,"h":1,"n":"Firenewt Warlock of Imix"},{"id":295,"c":1,"u":"firenewt%20warrior_mpmm","p":125,"s":3,"h":1,"n":"Firenewt Warrior"},{"id":296,"c":1,"u":"flail%20snail_mpmm","p":126,"s":3,"h":1,"n":"Flail Snail"},{"id":297,"c":1,"u":"flind_mpmm","p":127,"s":3,"h":1,"n":"Flind"},{"id":298,"c":1,"u":"fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"n":"Fraz-Urb'luu"},{"id":299,"c":1,"u":"froghemoth_mpmm","p":130,"s":3,"h":1,"n":"Froghemoth"},{"id":300,"c":1,"u":"frost%20giant%20everlasting%20one_mpmm","p":131,"s":3,"h":1,"n":"Frost Giant Everlasting One"},{"id":301,"c":1,"u":"frost%20salamander_mpmm","p":132,"s":3,"h":1,"n":"Frost Salamander"},{"id":302,"c":1,"u":"gauth_mpmm","p":133,"s":3,"h":1,"n":"Gauth"},{"id":303,"c":1,"u":"gazer_mpmm","p":134,"s":3,"h":1,"n":"Gazer"},{"id":304,"c":1,"u":"geryon_mpmm","p":136,"s":3,"h":1,"n":"Geryon"},{"id":305,"c":1,"u":"giant%20strider_mpmm","p":137,"s":3,"h":1,"n":"Giant Strider"},{"id":306,"c":1,"u":"giff_mpmm","p":138,"s":3,"h":1,"n":"Giff"},{"id":307,"c":1,"u":"girallon_mpmm","p":139,"s":3,"h":1,"n":"Girallon"},{"id":308,"c":1,"u":"githyanki%20gish_mpmm","p":140,"s":3,"h":1,"n":"Githyanki Gish"},{"id":309,"c":1,"u":"githyanki%20kith'rak_mpmm","p":140,"s":3,"h":1,"n":"Githyanki Kith'rak"},{"id":310,"c":1,"u":"githyanki%20supreme%20commander_mpmm","p":141,"s":3,"h":1,"n":"Githyanki Supreme Commander"},{"id":311,"c":1,"u":"githzerai%20anarch_mpmm","p":142,"s":3,"h":1,"n":"Githzerai Anarch"},{"id":312,"c":1,"u":"githzerai%20enlightened_mpmm","p":143,"s":3,"h":1,"n":"Githzerai Enlightened"},{"id":313,"c":1,"u":"gnoll%20flesh%20gnawer_mpmm","p":144,"s":3,"h":1,"n":"Gnoll Flesh Gnawer"},{"id":314,"c":1,"u":"gnoll%20hunter_mpmm","p":144,"s":3,"h":1,"n":"Gnoll Hunter"},{"id":315,"c":1,"u":"gnoll%20witherling_mpmm","p":145,"s":3,"h":1,"n":"Gnoll Witherling"},{"id":316,"c":1,"u":"gray%20render_mpmm","p":146,"s":3,"h":1,"n":"Gray Render"},{"id":317,"c":1,"u":"graz'zt_mpmm","p":148,"s":3,"h":1,"n":"Graz'zt"},{"id":318,"c":1,"u":"green%20abishai_mpmm","p":40,"s":3,"h":1,"n":"Green Abishai"},{"id":319,"c":1,"u":"grung_mpmm","p":149,"s":3,"h":1,"n":"Grung"},{"id":320,"c":1,"u":"grung%20elite%20warrior_mpmm","p":150,"s":3,"h":1,"n":"Grung Elite Warrior"},{"id":321,"c":1,"u":"grung%20wildling_mpmm","p":150,"s":3,"h":1,"n":"Grung Wildling"},{"id":322,"c":1,"u":"guard%20drake_mpmm","p":151,"s":3,"h":1,"n":"Guard Drake"},{"id":323,"c":1,"u":"hadrosaurus_mpmm","p":96,"s":3,"h":1,"n":"Hadrosaurus"},{"id":324,"c":1,"u":"hellfire%20engine_mpmm","p":152,"s":3,"h":1,"n":"Hellfire Engine"},{"id":325,"c":1,"u":"hobgoblin%20devastator_mpmm","p":153,"s":3,"h":1,"n":"Hobgoblin Devastator"},{"id":326,"c":1,"u":"hobgoblin%20iron%20shadow_mpmm","p":154,"s":3,"h":1,"n":"Hobgoblin Iron Shadow"},{"id":327,"c":1,"u":"howler_mpmm","p":155,"s":3,"h":1,"n":"Howler"},{"id":328,"c":1,"u":"hungry%20sorrowsworn_mpmm","p":223,"s":3,"h":1,"n":"Hungry Sorrowsworn"},{"id":329,"c":1,"u":"hutijin_mpmm","p":157,"s":3,"h":1,"n":"Hutijin"},{"id":330,"c":1,"u":"hydroloth_mpmm","p":158,"s":3,"h":1,"n":"Hydroloth"},{"id":331,"c":1,"u":"illusionist%20wizard_mpmm","p":263,"s":3,"h":1,"n":"Illusionist Wizard"},{"id":332,"c":1,"u":"juiblex_mpmm","p":160,"s":3,"h":1,"n":"Juiblex"},{"id":333,"c":1,"u":"ki-rin_mpmm","p":162,"s":3,"h":1,"n":"Ki-rin"},{"id":334,"c":1,"u":"kobold%20dragonshield_mpmm","p":163,"s":3,"h":1,"n":"Kobold Dragonshield"},{"id":335,"c":1,"u":"kobold%20inventor_mpmm","p":164,"s":3,"h":1,"n":"Kobold Inventor"},{"id":336,"c":1,"u":"kobold%20scale%20sorcerer_mpmm","p":165,"s":3,"h":1,"n":"Kobold Scale Sorcerer"},{"id":337,"c":1,"u":"korred_mpmm","p":166,"s":3,"h":1,"n":"Korred"},{"id":338,"c":1,"u":"kraken%20priest_mpmm","p":167,"s":3,"h":1,"n":"Kraken Priest"},{"id":339,"c":1,"u":"kruthik%20hive%20lord_mpmm","p":169,"s":3,"h":1,"n":"Kruthik Hive Lord"},{"id":340,"c":1,"u":"leucrotta_mpmm","p":170,"s":3,"h":1,"n":"Leucrotta"},{"id":341,"c":1,"u":"leviathan_mpmm","p":171,"s":3,"h":1,"n":"Leviathan"},{"id":342,"c":1,"u":"lonely%20sorrowsworn_mpmm","p":223,"s":3,"h":1,"n":"Lonely Sorrowsworn"},{"id":343,"c":1,"u":"lost%20sorrowsworn_mpmm","p":224,"s":3,"h":1,"n":"Lost Sorrowsworn"},{"id":344,"c":1,"u":"male%20steeder_mpmm","p":231,"s":3,"h":1,"n":"Male Steeder"},{"id":345,"c":1,"u":"martial%20arts%20adept_mpmm","p":172,"s":3,"h":1,"n":"Martial Arts Adept"},{"id":346,"c":1,"u":"marut_mpmm","p":173,"s":3,"h":1,"n":"Marut"},{"id":347,"c":1,"u":"master%20thief_mpmm","p":174,"s":3,"h":1,"n":"Master Thief"},{"id":348,"c":1,"u":"maurezhi_mpmm","p":175,"s":3,"h":1,"n":"Maurezhi"},{"id":349,"c":1,"u":"maw%20demon_mpmm","p":176,"s":3,"h":1,"n":"Maw Demon"},{"id":350,"c":1,"u":"meazel_mpmm","p":177,"s":3,"h":1,"n":"Meazel"},{"id":351,"c":1,"u":"meenlock_mpmm","p":178,"s":3,"h":1,"n":"Meenlock"},{"id":352,"c":1,"u":"merregon_mpmm","p":179,"s":3,"h":1,"n":"Merregon"},{"id":353,"c":1,"u":"merrenoloth_mpmm","p":180,"s":3,"h":1,"n":"Merrenoloth"},{"id":354,"c":1,"u":"mindwitness_mpmm","p":181,"s":3,"h":1,"n":"Mindwitness"},{"id":355,"c":1,"u":"moloch_mpmm","p":183,"s":3,"h":1,"n":"Moloch"},{"id":356,"c":1,"u":"molydeus_mpmm","p":184,"s":3,"h":1,"n":"Molydeus"},{"id":357,"c":1,"u":"morkoth_mpmm","p":186,"s":3,"h":1,"n":"Morkoth"},{"id":358,"c":1,"u":"mouth%20of%20grolantor_mpmm","p":187,"s":3,"h":1,"n":"Mouth of Grolantor"},{"id":359,"c":1,"u":"nabassu_mpmm","p":188,"s":3,"h":1,"n":"Nabassu"},{"id":360,"c":1,"u":"nagpa_mpmm","p":189,"s":3,"h":1,"n":"Nagpa"},{"id":361,"c":1,"u":"narzugon_mpmm","p":190,"s":3,"h":1,"n":"Narzugon"},{"id":362,"c":1,"u":"necromancer%20wizard_mpmm","p":264,"s":3,"h":1,"n":"Necromancer Wizard"},{"id":363,"c":1,"u":"neogi_mpmm","p":192,"s":3,"h":1,"n":"Neogi"},{"id":364,"c":1,"u":"neogi%20hatchling_mpmm","p":191,"s":3,"h":1,"n":"Neogi Hatchling"},{"id":365,"c":1,"u":"neogi%20master_mpmm","p":192,"s":3,"h":1,"n":"Neogi Master"},{"id":366,"c":1,"u":"neothelid_mpmm","p":193,"s":3,"h":1,"n":"Neothelid"},{"id":367,"c":1,"u":"nightwalker_mpmm","p":194,"s":3,"h":1,"n":"Nightwalker"},{"id":368,"c":1,"u":"nilbog_mpmm","p":195,"s":3,"h":1,"n":"Nilbog"},{"id":369,"c":1,"u":"nupperibo_mpmm","p":196,"s":3,"h":1,"n":"Nupperibo"},{"id":370,"c":1,"u":"oblex%20spawn_mpmm","p":197,"s":3,"h":1,"n":"Oblex Spawn"},{"id":371,"c":1,"u":"ogre%20battering%20ram_mpmm","p":200,"s":3,"h":1,"n":"Ogre Battering Ram"},{"id":372,"c":1,"u":"ogre%20bolt%20launcher_mpmm","p":200,"s":3,"h":1,"n":"Ogre Bolt Launcher"},{"id":373,"c":1,"u":"ogre%20chain%20brute_mpmm","p":201,"s":3,"h":1,"n":"Ogre Chain Brute"},{"id":374,"c":1,"u":"ogre%20howdah_mpmm","p":201,"s":3,"h":1,"n":"Ogre Howdah"},{"id":375,"c":1,"u":"oinoloth_mpmm","p":202,"s":3,"h":1,"n":"Oinoloth"},{"id":376,"c":1,"u":"orcus_mpmm","p":204,"s":3,"h":1,"n":"Orcus"},{"id":377,"c":1,"u":"orthon_mpmm","p":205,"s":3,"h":1,"n":"Orthon"},{"id":378,"c":1,"u":"ox_mpmm","p":72,"s":3,"h":1,"n":"Ox"},{"id":379,"c":1,"u":"phoenix_mpmm","p":206,"s":3,"h":1,"n":"Phoenix"},{"id":380,"c":1,"u":"quetzalcoatlus_mpmm","p":96,"s":3,"h":1,"n":"Quetzalcoatlus"},{"id":381,"c":1,"u":"quickling_mpmm","p":207,"s":3,"h":1,"n":"Quickling"},{"id":382,"c":1,"u":"red%20abishai_mpmm","p":40,"s":3,"h":1,"n":"Red Abishai"},{"id":383,"c":1,"u":"redcap_mpmm","p":208,"s":3,"h":1,"n":"Redcap"},{"id":384,"c":1,"u":"retriever_mpmm","p":209,"s":3,"h":1,"n":"Retriever"},{"id":385,"c":1,"u":"rot%20troll_mpmm","p":247,"s":3,"h":1,"n":"Rot Troll"},{"id":386,"c":1,"u":"rutterkin_mpmm","p":210,"s":3,"h":1,"n":"Rutterkin"},{"id":387,"c":1,"u":"sacred%20statue_mpmm","p":114,"s":3,"h":1,"n":"Sacred Statue"},{"id":388,"c":1,"u":"sea%20spawn_mpmm","p":211,"s":3,"h":1,"n":"Sea Spawn"},{"id":389,"c":1,"u":"shadar-kai%20gloom%20weaver_mpmm","p":213,"s":3,"h":1,"n":"Shadar-kai Gloom Weaver"},{"id":390,"c":1,"u":"shadar-kai%20shadow%20dancer_mpmm","p":213,"s":3,"h":1,"n":"Shadar-kai Shadow Dancer"},{"id":391,"c":1,"u":"shadar-kai%20soul%20monger_mpmm","p":214,"s":3,"h":1,"n":"Shadar-kai Soul Monger"},{"id":392,"c":1,"u":"shadow%20mastiff_mpmm","p":215,"s":3,"h":1,"n":"Shadow Mastiff"},{"id":393,"c":1,"u":"shadow%20mastiff%20alpha_mpmm","p":215,"s":3,"h":1,"n":"Shadow Mastiff Alpha"},{"id":394,"c":1,"u":"shoosuva_mpmm","p":216,"s":3,"h":1,"n":"Shoosuva"},{"id":395,"c":1,"u":"sibriex_mpmm","p":217,"s":3,"h":1,"n":"Sibriex"},{"id":396,"c":1,"u":"skulk_mpmm","p":219,"s":3,"h":1,"n":"Skulk"},{"id":397,"c":1,"u":"skull%20lord_mpmm","p":220,"s":3,"h":1,"n":"Skull Lord"},{"id":398,"c":1,"u":"slithering%20tracker_mpmm","p":221,"s":3,"h":1,"n":"Slithering Tracker"},{"id":399,"c":1,"u":"spawn%20of%20kyuss_mpmm","p":225,"s":3,"h":1,"n":"Spawn of Kyuss"},{"id":400,"c":1,"u":"spirit%20troll_mpmm","p":247,"s":3,"h":1,"n":"Spirit Troll"},{"id":401,"c":1,"u":"spring%20eladrin_mpmm","p":116,"s":3,"h":1,"n":"Spring Eladrin"},{"id":402,"c":1,"u":"star%20spawn%20grue_mpmm","p":227,"s":3,"h":1,"n":"Star Spawn Grue"},{"id":403,"c":1,"u":"star%20spawn%20hulk_mpmm","p":227,"s":3,"h":1,"n":"Star Spawn Hulk"},{"id":404,"c":1,"u":"star%20spawn%20larva%20mage_mpmm","p":228,"s":3,"h":1,"n":"Star Spawn Larva Mage"},{"id":405,"c":1,"u":"star%20spawn%20mangler_mpmm","p":229,"s":3,"h":1,"n":"Star Spawn Mangler"},{"id":406,"c":1,"u":"star%20spawn%20seer_mpmm","p":230,"s":3,"h":1,"n":"Star Spawn Seer"},{"id":407,"c":1,"u":"steel%20predator_mpmm","p":232,"s":3,"h":1,"n":"Steel Predator"},{"id":408,"c":1,"u":"stegosaurus_mpmm","p":96,"s":3,"h":1,"n":"Stegosaurus"},{"id":409,"c":1,"u":"stench%20kow_mpmm","p":72,"s":3,"h":1,"n":"Stench Kow"},{"id":410,"c":1,"u":"stone%20cursed_mpmm","p":233,"s":3,"h":1,"n":"Stone Cursed"},{"id":411,"c":1,"u":"stone%20giant%20dreamwalker_mpmm","p":234,"s":3,"h":1,"n":"Stone Giant Dreamwalker"},{"id":412,"c":1,"u":"storm%20giant%20quintessent_mpmm","p":235,"s":3,"h":1,"n":"Storm Giant Quintessent"},{"id":413,"c":1,"u":"summer%20eladrin_mpmm","p":116,"s":3,"h":1,"n":"Summer Eladrin"},{"id":414,"c":1,"u":"swarm%20of%20cranium%20rats_mpmm","p":83,"s":3,"h":1,"n":"Swarm of Cranium Rats"},{"id":415,"c":1,"u":"swarm%20of%20rot%20grubs_mpmm","p":237,"s":3,"h":1,"n":"Swarm of Rot Grubs"},{"id":416,"c":1,"u":"swashbuckler_mpmm","p":238,"s":3,"h":1,"n":"Swashbuckler"},{"id":417,"c":1,"u":"sword%20wraith%20commander_mpmm","p":239,"s":3,"h":1,"n":"Sword Wraith Commander"},{"id":418,"c":1,"u":"sword%20wraith%20warrior_mpmm","p":239,"s":3,"h":1,"n":"Sword Wraith Warrior"},{"id":419,"c":1,"u":"tanarukk_mpmm","p":240,"s":3,"h":1,"n":"Tanarukk"},{"id":420,"c":1,"u":"thorny%20vegepygmy_mpmm","p":253,"s":3,"h":1,"n":"Thorny Vegepygmy"},{"id":421,"c":1,"u":"titivilus_mpmm","p":242,"s":3,"h":1,"n":"Titivilus"},{"id":422,"c":1,"u":"tlincalli_mpmm","p":242,"s":3,"h":1,"n":"Tlincalli"},{"id":423,"c":1,"u":"tortle_mpmm","p":244,"s":3,"h":1,"n":"Tortle"},{"id":424,"c":1,"u":"tortle%20druid_mpmm","p":244,"s":3,"h":1,"n":"Tortle Druid"},{"id":425,"c":1,"u":"transmuter%20wizard_mpmm","p":265,"s":3,"h":1,"n":"Transmuter Wizard"},{"id":426,"c":1,"u":"trapper_mpmm","p":245,"s":3,"h":1,"n":"Trapper"},{"id":427,"c":1,"u":"ulitharid_mpmm","p":249,"s":3,"h":1,"n":"Ulitharid"},{"id":428,"c":1,"u":"vampiric%20mist_mpmm","p":250,"s":3,"h":1,"n":"Vampiric Mist"},{"id":429,"c":1,"u":"vargouille_mpmm","p":251,"s":3,"h":1,"n":"Vargouille"},{"id":430,"c":1,"u":"vegepygmy_mpmm","p":252,"s":3,"h":1,"n":"Vegepygmy"},{"id":431,"c":1,"u":"vegepygmy%20chief_mpmm","p":253,"s":3,"h":1,"n":"Vegepygmy Chief"},{"id":432,"c":1,"u":"velociraptor_mpmm","p":96,"s":3,"h":1,"n":"Velociraptor"},{"id":433,"c":1,"u":"venom%20troll_mpmm","p":248,"s":3,"h":1,"n":"Venom Troll"},{"id":434,"c":1,"u":"war%20priest_mpmm","p":254,"s":3,"h":1,"n":"War Priest"},{"id":435,"c":1,"u":"warlock%20of%20the%20archfey_mpmm","p":255,"s":3,"h":1,"n":"Warlock of the Archfey"},{"id":436,"c":1,"u":"warlock%20of%20the%20fiend_mpmm","p":255,"s":3,"h":1,"n":"Warlock of the Fiend"},{"id":437,"c":1,"u":"warlock%20of%20the%20great%20old%20one_mpmm","p":256,"s":3,"h":1,"n":"Warlock of the Great Old One"},{"id":438,"c":1,"u":"warlord_mpmm","p":257,"s":3,"h":1,"n":"Warlord"},{"id":439,"c":1,"u":"wastrilith_mpmm","p":258,"s":3,"h":1,"n":"Wastrilith"},{"id":440,"c":1,"u":"water%20elemental%20myrmidon_mpmm","p":123,"s":3,"h":1,"n":"Water Elemental Myrmidon"},{"id":441,"c":1,"u":"white%20abishai_mpmm","p":41,"s":3,"h":1,"n":"White Abishai"},{"id":442,"c":1,"u":"winter%20eladrin_mpmm","p":117,"s":3,"h":1,"n":"Winter Eladrin"},{"id":443,"c":1,"u":"wood%20woad_mpmm","p":266,"s":3,"h":1,"n":"Wood Woad"},{"id":444,"c":1,"u":"wretched%20sorrowsworn_mpmm","p":224,"s":3,"h":1,"n":"Wretched Sorrowsworn"},{"id":445,"c":1,"u":"xvart_mpmm","p":267,"s":3,"h":1,"n":"Xvart"},{"id":446,"c":1,"u":"xvart%20warlock%20of%20raxivort_mpmm","p":267,"s":3,"h":1,"n":"Xvart Warlock of Raxivort"},{"id":447,"c":1,"u":"yagnoloth_mpmm","p":268,"s":3,"h":1,"n":"Yagnoloth"},{"id":448,"c":1,"u":"yeenoghu_mpmm","p":270,"s":3,"h":1,"n":"Yeenoghu"},{"id":449,"c":1,"u":"yeth%20hound_mpmm","p":271,"s":3,"h":1,"n":"Yeth Hound"},{"id":450,"c":1,"u":"young%20kruthik_mpmm","p":168,"s":3,"h":1,"n":"Young Kruthik"},{"id":451,"c":1,"u":"yuan-ti%20anathema_mpmm","p":272,"s":3,"h":1,"n":"Yuan-ti Anathema"},{"id":452,"c":1,"u":"yuan-ti%20broodguard_mpmm","p":273,"s":3,"h":1,"n":"Yuan-ti Broodguard"},{"id":453,"c":1,"u":"yuan-ti%20mind%20whisperer_mpmm","p":274,"s":3,"h":1,"n":"Yuan-ti Mind Whisperer"},{"id":454,"c":1,"u":"yuan-ti%20nightmare%20speaker_mpmm","p":275,"s":3,"h":1,"n":"Yuan-ti Nightmare Speaker"},{"id":455,"c":1,"u":"yuan-ti%20pit%20master_mpmm","p":276,"s":3,"h":1,"n":"Yuan-ti Pit Master"},{"id":456,"c":1,"u":"zaratan_mpmm","p":278,"s":3,"h":1,"n":"Zaratan"},{"id":457,"c":1,"u":"zariel_mpmm","p":280,"s":3,"h":1,"n":"Zariel"},{"id":458,"c":1,"u":"zuggtmoy_mpmm","p":281,"s":3,"h":1,"n":"Zuggtmoy"},{"id":459,"c":1,"u":"aberrant%20spirit_tce","p":109,"s":4,"h":1,"n":"Aberrant Spirit"},{"id":460,"c":1,"u":"adult%20red%20dracolich_tce","p":137,"s":4,"h":1,"n":"Adult Red Dracolich"},{"id":461,"c":1,"u":"beast%20of%20the%20land_tce","p":61,"s":4,"h":1,"n":"Beast of the Land"},{"id":462,"c":1,"u":"beast%20of%20the%20sea_tce","p":61,"s":4,"h":1,"n":"Beast of the Sea"},{"id":463,"c":1,"u":"beast%20of%20the%20sky_tce","p":61,"s":4,"h":1,"n":"Beast of the Sky"},{"id":464,"c":1,"u":"bestial%20spirit_tce","p":109,"s":4,"h":1,"n":"Bestial Spirit"},{"id":465,"c":1,"u":"celestial%20spirit_tce","p":110,"s":4,"h":1,"n":"Celestial Spirit"},{"id":466,"c":1,"u":"construct%20spirit_tce","p":111,"s":4,"h":1,"n":"Construct Spirit"},{"id":467,"c":1,"u":"dancing%20item_tce","p":29,"s":4,"h":1,"n":"Dancing Item"},{"id":468,"c":1,"u":"elemental%20spirit_tce","p":111,"s":4,"h":1,"n":"Elemental Spirit"},{"id":469,"c":1,"u":"fey%20spirit_tce","p":112,"s":4,"h":1,"n":"Fey Spirit"},{"id":470,"c":1,"u":"fiendish%20spirit_tce","p":112,"s":4,"h":1,"n":"Fiendish Spirit"},{"id":471,"c":1,"u":"homunculus%20servant_tce","p":22,"s":4,"h":1,"n":"Homunculus Servant"},{"id":472,"c":1,"u":"juvenile%20mimic_tce","p":167,"s":4,"h":1,"n":"Juvenile Mimic"},{"id":473,"c":1,"u":"mighty%20servant%20of%20leuk-o_tce","p":131,"s":4,"h":1,"n":"Mighty Servant of Leuk-o"},{"id":474,"c":1,"u":"reflection_tce","p":158,"s":4,"h":1,"n":"Reflection"},{"id":475,"c":1,"u":"shadow%20spirit_tce","p":114,"s":4,"h":1,"n":"Shadow Spirit"},{"id":476,"c":1,"u":"steel%20defender_tce","p":19,"s":4,"h":1,"n":"Steel Defender"},{"id":477,"c":1,"u":"undead%20spirit_tce","p":114,"s":4,"h":1,"n":"Undead Spirit"},{"id":478,"c":1,"u":"wildfire%20spirit_tce","p":40,"s":4,"h":1,"n":"Wildfire Spirit"},{"id":479,"c":1,"u":"avatar%20of%20death_xdmg","p":252,"s":5,"h":1,"n":"Avatar of Death"},{"id":480,"c":1,"u":"giant%20fly_xdmg","p":261,"s":5,"h":1,"n":"Giant Fly"},{"id":481,"c":1,"u":"hound%20of%20ill%20omen_xge","p":50,"s":6,"h":1,"n":"Hound of Ill Omen"},{"id":482,"c":1,"u":"tiny%20servant_xge","p":169,"s":6,"h":1,"n":"Tiny Servant"},{"id":483,"c":1,"u":"aarakocra%20aeromancer_xmm","p":10,"s":7,"h":1,"n":"Aarakocra Aeromancer"},{"id":484,"c":1,"u":"aarakocra%20skirmisher_xmm","p":10,"s":7,"h":1,"n":"Aarakocra Skirmisher"},{"id":485,"c":1,"u":"aberrant%20cultist_xmm","p":86,"s":7,"h":1,"n":"Aberrant Cultist"},{"id":486,"c":1,"u":"aboleth_xmm","p":12,"s":7,"h":1,"n":"Aboleth"},{"id":487,"c":1,"u":"abominable%20yeti_xmm","p":340,"s":7,"h":1,"n":"Abominable Yeti"},{"id":488,"c":1,"u":"adult%20black%20dragon_xmm","p":39,"s":7,"h":1,"n":"Adult Black Dragon"},{"id":489,"c":1,"u":"adult%20blue%20dragon_xmm","p":49,"s":7,"h":1,"n":"Adult Blue Dragon"},{"id":490,"c":1,"u":"adult%20brass%20dragon_xmm","p":55,"s":7,"h":1,"n":"Adult Brass Dragon"},{"id":491,"c":1,"u":"adult%20bronze%20dragon_xmm","p":59,"s":7,"h":1,"n":"Adult Bronze Dragon"},{"id":492,"c":1,"u":"adult%20copper%20dragon_xmm","p":79,"s":7,"h":1,"n":"Adult Copper Dragon"},{"id":493,"c":1,"u":"adult%20gold%20dragon_xmm","p":145,"s":7,"h":1,"n":"Adult Gold Dragon"},{"id":494,"c":1,"u":"adult%20green%20dragon_xmm","p":153,"s":7,"h":1,"n":"Adult Green Dragon"},{"id":495,"c":1,"u":"adult%20red%20dragon_xmm","p":255,"s":7,"h":1,"n":"Adult Red Dragon"},{"id":496,"c":1,"u":"adult%20silver%20dragon_xmm","p":279,"s":7,"h":1,"n":"Adult Silver Dragon"},{"id":497,"c":1,"u":"adult%20white%20dragon_xmm","p":329,"s":7,"h":1,"n":"Adult White Dragon"},{"id":498,"c":1,"u":"air%20elemental_xmm","p":13,"s":7,"h":1,"n":"Air Elemental"},{"id":499,"c":1,"u":"allosaurus_xmm","p":348,"s":7,"h":1,"n":"Allosaurus"},{"id":500,"c":1,"u":"ancient%20black%20dragon_xmm","p":40,"s":7,"h":1,"n":"Ancient Black Dragon"},{"id":501,"c":1,"u":"ancient%20blue%20dragon_xmm","p":50,"s":7,"h":1,"n":"Ancient Blue Dragon"},{"id":502,"c":1,"u":"ancient%20brass%20dragon_xmm","p":56,"s":7,"h":1,"n":"Ancient Brass Dragon"},{"id":503,"c":1,"u":"ancient%20bronze%20dragon_xmm","p":60,"s":7,"h":1,"n":"Ancient Bronze Dragon"},{"id":504,"c":1,"u":"ancient%20copper%20dragon_xmm","p":80,"s":7,"h":1,"n":"Ancient Copper Dragon"},{"id":505,"c":1,"u":"ancient%20gold%20dragon_xmm","p":146,"s":7,"h":1,"n":"Ancient Gold Dragon"},{"id":506,"c":1,"u":"ancient%20green%20dragon_xmm","p":154,"s":7,"h":1,"n":"Ancient Green Dragon"},{"id":507,"c":1,"u":"ancient%20red%20dragon_xmm","p":256,"s":7,"h":1,"n":"Ancient Red Dragon"},{"id":508,"c":1,"u":"ancient%20silver%20dragon_xmm","p":280,"s":7,"h":1,"n":"Ancient Silver Dragon"},{"id":509,"c":1,"u":"ancient%20white%20dragon_xmm","p":330,"s":7,"h":1,"n":"Ancient White Dragon"},{"id":510,"c":1,"u":"animal%20lord_xmm","p":15,"s":7,"h":1,"n":"Animal Lord"},{"id":511,"c":1,"u":"animated%20armor_xmm","p":16,"s":7,"h":1,"n":"Animated Armor"},{"id":512,"c":1,"u":"animated%20broom_xmm","p":16,"s":7,"h":1,"n":"Animated Broom"},{"id":513,"c":1,"u":"animated%20flying%20sword_xmm","p":17,"s":7,"h":1,"n":"Animated Flying Sword"},{"id":514,"c":1,"u":"animated%20rug%20of%20smothering_xmm","p":17,"s":7,"h":1,"n":"Animated Rug of Smothering"},{"id":515,"c":1,"u":"ankheg_xmm","p":18,"s":7,"h":1,"n":"Ankheg"},{"id":516,"c":1,"u":"ankylosaurus_xmm","p":348,"s":7,"h":1,"n":"Ankylosaurus"},{"id":517,"c":1,"u":"ape_xmm","p":348,"s":7,"h":1,"n":"Ape"},{"id":518,"c":1,"u":"arcanaloth_xmm","p":19,"s":7,"h":1,"n":"Arcanaloth"},{"id":519,"c":1,"u":"arch-hag_xmm","p":21,"s":7,"h":1,"n":"Arch-hag"},{"id":520,"c":1,"u":"archelon_xmm","p":349,"s":7,"h":1,"n":"Archelon"},{"id":521,"c":1,"u":"archmage_xmm","p":199,"s":7,"h":1,"n":"Archmage"},{"id":522,"c":1,"u":"archpriest_xmm","p":248,"s":7,"h":1,"n":"Archpriest"},{"id":523,"c":1,"u":"assassin_xmm","p":22,"s":7,"h":1,"n":"Assassin"},{"id":524,"c":1,"u":"awakened%20shrub_xmm","p":23,"s":7,"h":1,"n":"Awakened Shrub"},{"id":525,"c":1,"u":"awakened%20tree_xmm","p":23,"s":7,"h":1,"n":"Awakened Tree"},{"id":526,"c":1,"u":"axe%20beak_xmm","p":24,"s":7,"h":1,"n":"Axe Beak"},{"id":527,"c":1,"u":"azer%20pyromancer_xmm","p":25,"s":7,"h":1,"n":"Azer Pyromancer"},{"id":528,"c":1,"u":"azer%20sentinel_xmm","p":25,"s":7,"h":1,"n":"Azer Sentinel"},{"id":529,"c":1,"u":"baboon_xmm","p":349,"s":7,"h":1,"n":"Baboon"},{"id":530,"c":1,"u":"badger_xmm","p":349,"s":7,"h":1,"n":"Badger"},{"id":531,"c":1,"u":"balor_xmm","p":26,"s":7,"h":1,"n":"Balor"},{"id":532,"c":1,"u":"bandit_xmm","p":27,"s":7,"h":1,"n":"Bandit"},{"id":533,"c":1,"u":"bandit%20captain_xmm","p":27,"s":7,"h":1,"n":"Bandit Captain"},{"id":534,"c":1,"u":"bandit%20crime%20lord_xmm","p":28,"s":7,"h":1,"n":"Bandit Crime Lord"},{"id":535,"c":1,"u":"bandit%20deceiver_xmm","p":28,"s":7,"h":1,"n":"Bandit Deceiver"},{"id":536,"c":1,"u":"banshee_xmm","p":29,"s":7,"h":1,"n":"Banshee"},{"id":537,"c":1,"u":"barbed%20devil_xmm","p":30,"s":7,"h":1,"n":"Barbed Devil"},{"id":538,"c":1,"u":"barlgura_xmm","p":31,"s":7,"h":1,"n":"Barlgura"},{"id":539,"c":1,"u":"basilisk_xmm","p":32,"s":7,"h":1,"n":"Basilisk"},{"id":540,"c":1,"u":"bat_xmm","p":349,"s":7,"h":1,"n":"Bat"},{"id":541,"c":1,"u":"bearded%20devil_xmm","p":33,"s":7,"h":1,"n":"Bearded Devil"},{"id":542,"c":1,"u":"behir_xmm","p":34,"s":7,"h":1,"n":"Behir"},{"id":543,"c":1,"u":"beholder_xmm","p":36,"s":7,"h":1,"n":"Beholder"},{"id":544,"c":1,"u":"beholder%20zombie_xmm","p":347,"s":7,"h":1,"n":"Beholder Zombie"},{"id":545,"c":1,"u":"berserker_xmm","p":37,"s":7,"h":1,"n":"Berserker"},{"id":546,"c":1,"u":"berserker%20commander_xmm","p":37,"s":7,"h":1,"n":"Berserker Commander"},{"id":547,"c":1,"u":"black%20bear_xmm","p":349,"s":7,"h":1,"n":"Black Bear"},{"id":548,"c":1,"u":"black%20dragon%20wyrmling_xmm","p":38,"s":7,"h":1,"n":"Black Dragon Wyrmling"},{"id":549,"c":1,"u":"black%20pudding_xmm","p":42,"s":7,"h":1,"n":"Black Pudding"},{"id":550,"c":1,"u":"blink%20dog_xmm","p":46,"s":7,"h":1,"n":"Blink Dog"},{"id":551,"c":1,"u":"blob%20of%20annihilation_xmm","p":47,"s":7,"h":1,"n":"Blob of Annihilation"},{"id":552,"c":1,"u":"blood%20hawk_xmm","p":350,"s":7,"h":1,"n":"Blood Hawk"},{"id":553,"c":1,"u":"blue%20dragon%20wyrmling_xmm","p":48,"s":7,"h":1,"n":"Blue Dragon Wyrmling"},{"id":554,"c":1,"u":"blue%20slaad_xmm","p":285,"s":7,"h":1,"n":"Blue Slaad"},{"id":555,"c":1,"u":"boar_xmm","p":350,"s":7,"h":1,"n":"Boar"},{"id":556,"c":1,"u":"bone%20devil_xmm","p":52,"s":7,"h":1,"n":"Bone Devil"},{"id":557,"c":1,"u":"bone%20naga_xmm","p":53,"s":7,"h":1,"n":"Bone Naga"},{"id":558,"c":1,"u":"brass%20dragon%20wyrmling_xmm","p":54,"s":7,"h":1,"n":"Brass Dragon Wyrmling"},{"id":559,"c":1,"u":"brazen%20gorgon_xmm","p":149,"s":7,"h":1,"n":"Brazen Gorgon"},{"id":560,"c":1,"u":"bronze%20dragon%20wyrmling_xmm","p":58,"s":7,"h":1,"n":"Bronze Dragon Wyrmling"},{"id":561,"c":1,"u":"brown%20bear_xmm","p":350,"s":7,"h":1,"n":"Brown Bear"},{"id":562,"c":1,"u":"bugbear%20stalker_xmm","p":62,"s":7,"h":1,"n":"Bugbear Stalker"},{"id":563,"c":1,"u":"bugbear%20warrior_xmm","p":62,"s":7,"h":1,"n":"Bugbear Warrior"},{"id":564,"c":1,"u":"bulette_xmm","p":63,"s":7,"h":1,"n":"Bulette"},{"id":565,"c":1,"u":"bulette%20pup_xmm","p":63,"s":7,"h":1,"n":"Bulette Pup"},{"id":566,"c":1,"u":"bullywug%20bog%20sage_xmm","p":64,"s":7,"h":1,"n":"Bullywug Bog Sage"},{"id":567,"c":1,"u":"bullywug%20warrior_xmm","p":64,"s":7,"h":1,"n":"Bullywug Warrior"},{"id":568,"c":1,"u":"cambion_xmm","p":65,"s":7,"h":1,"n":"Cambion"},{"id":569,"c":1,"u":"camel_xmm","p":351,"s":7,"h":1,"n":"Camel"},{"id":570,"c":1,"u":"carrion%20crawler_xmm","p":66,"s":7,"h":1,"n":"Carrion Crawler"},{"id":571,"c":1,"u":"cat_xmm","p":351,"s":7,"h":1,"n":"Cat"},{"id":572,"c":1,"u":"centaur%20trooper_xmm","p":67,"s":7,"h":1,"n":"Centaur Trooper"},{"id":573,"c":1,"u":"centaur%20warden_xmm","p":67,"s":7,"h":1,"n":"Centaur Warden"},{"id":574,"c":1,"u":"chain%20devil_xmm","p":68,"s":7,"h":1,"n":"Chain Devil"},{"id":575,"c":1,"u":"chasme_xmm","p":69,"s":7,"h":1,"n":"Chasme"},{"id":576,"c":1,"u":"chimera_xmm","p":70,"s":7,"h":1,"n":"Chimera"},{"id":577,"c":1,"u":"chuul_xmm","p":71,"s":7,"h":1,"n":"Chuul"},{"id":578,"c":1,"u":"clay%20golem_xmm","p":72,"s":7,"h":1,"n":"Clay Golem"},{"id":579,"c":1,"u":"cloaker_xmm","p":73,"s":7,"h":1,"n":"Cloaker"},{"id":580,"c":1,"u":"cloud%20giant_xmm","p":74,"s":7,"h":1,"n":"Cloud Giant"},{"id":581,"c":1,"u":"cockatrice_xmm","p":75,"s":7,"h":1,"n":"Cockatrice"},{"id":582,"c":1,"u":"cockatrice%20regent_xmm","p":75,"s":7,"h":1,"n":"Cockatrice Regent"},{"id":583,"c":1,"u":"colossus_xmm","p":76,"s":7,"h":1,"n":"Colossus"},{"id":584,"c":1,"u":"commoner_xmm","p":77,"s":7,"h":1,"n":"Commoner"},{"id":585,"c":1,"u":"constrictor%20snake_xmm","p":351,"s":7,"h":1,"n":"Constrictor Snake"},{"id":586,"c":1,"u":"copper%20dragon%20wyrmling_xmm","p":78,"s":7,"h":1,"n":"Copper Dragon Wyrmling"},{"id":587,"c":1,"u":"couatl_xmm","p":82,"s":7,"h":1,"n":"Couatl"},{"id":588,"c":1,"u":"crab_xmm","p":351,"s":7,"h":1,"n":"Crab"},{"id":589,"c":1,"u":"crawling%20claw_xmm","p":83,"s":7,"h":1,"n":"Crawling Claw"},{"id":590,"c":1,"u":"crocodile_xmm","p":352,"s":7,"h":1,"n":"Crocodile"},{"id":591,"c":1,"u":"cultist_xmm","p":84,"s":7,"h":1,"n":"Cultist"},{"id":592,"c":1,"u":"cultist%20fanatic_xmm","p":85,"s":7,"h":1,"n":"Cultist Fanatic"},{"id":593,"c":1,"u":"cultist%20hierophant_xmm","p":85,"s":7,"h":1,"n":"Cultist Hierophant"},{"id":594,"c":1,"u":"cyclops%20oracle_xmm","p":88,"s":7,"h":1,"n":"Cyclops Oracle"},{"id":595,"c":1,"u":"cyclops%20sentry_xmm","p":88,"s":7,"h":1,"n":"Cyclops Sentry"},{"id":596,"c":1,"u":"dao_xmm","p":89,"s":7,"h":1,"n":"Dao"},{"id":597,"c":1,"u":"darkmantle_xmm","p":90,"s":7,"h":1,"n":"Darkmantle"},{"id":598,"c":1,"u":"death%20cultist_xmm","p":86,"s":7,"h":1,"n":"Death Cultist"},{"id":599,"c":1,"u":"death%20dog_xmm","p":91,"s":7,"h":1,"n":"Death Dog"},{"id":600,"c":1,"u":"death%20knight_xmm","p":92,"s":7,"h":1,"n":"Death Knight"},{"id":601,"c":1,"u":"death%20knight%20aspirant_xmm","p":93,"s":7,"h":1,"n":"Death Knight Aspirant"},{"id":602,"c":1,"u":"death%20slaad_xmm","p":287,"s":7,"h":1,"n":"Death Slaad"},{"id":603,"c":1,"u":"death%20tyrant_xmm","p":95,"s":7,"h":1,"n":"Death Tyrant"},{"id":604,"c":1,"u":"deer_xmm","p":352,"s":7,"h":1,"n":"Deer"},{"id":605,"c":1,"u":"demilich_xmm","p":96,"s":7,"h":1,"n":"Demilich"},{"id":606,"c":1,"u":"deva_xmm","p":97,"s":7,"h":1,"n":"Deva"},{"id":607,"c":1,"u":"dire%20wolf_xmm","p":352,"s":7,"h":1,"n":"Dire Wolf"},{"id":608,"c":1,"u":"dire%20worg_xmm","p":335,"s":7,"h":1,"n":"Dire Worg"},{"id":609,"c":1,"u":"displacer%20beast_xmm","p":98,"s":7,"h":1,"n":"Displacer Beast"},{"id":610,"c":1,"u":"djinni_xmm","p":99,"s":7,"h":1,"n":"Djinni"},{"id":611,"c":1,"u":"doppelganger_xmm","p":100,"s":7,"h":1,"n":"Doppelganger"},{"id":612,"c":1,"u":"dracolich_xmm","p":102,"s":7,"h":1,"n":"Dracolich"},{"id":613,"c":1,"u":"draft%20horse_xmm","p":352,"s":7,"h":1,"n":"Draft Horse"},{"id":614,"c":1,"u":"dragon%20turtle_xmm","p":103,"s":7,"h":1,"n":"Dragon Turtle"},{"id":615,"c":1,"u":"dretch_xmm","p":103,"s":7,"h":1,"n":"Dretch"},{"id":616,"c":1,"u":"drider_xmm","p":105,"s":7,"h":1,"n":"Drider"},{"id":617,"c":1,"u":"druid_xmm","p":106,"s":7,"h":1,"n":"Druid"},{"id":618,"c":1,"u":"dryad_xmm","p":107,"s":7,"h":1,"n":"Dryad"},{"id":619,"c":1,"u":"dust%20mephit_xmm","p":206,"s":7,"h":1,"n":"Dust Mephit"},{"id":620,"c":1,"u":"eagle_xmm","p":353,"s":7,"h":1,"n":"Eagle"},{"id":621,"c":1,"u":"earth%20elemental_xmm","p":108,"s":7,"h":1,"n":"Earth Elemental"},{"id":622,"c":1,"u":"efreeti_xmm","p":109,"s":7,"h":1,"n":"Efreeti"},{"id":623,"c":1,"u":"elemental%20cataclysm_xmm","p":111,"s":7,"h":1,"n":"Elemental Cataclysm"},{"id":624,"c":1,"u":"elemental%20cultist_xmm","p":87,"s":7,"h":1,"n":"Elemental Cultist"},{"id":625,"c":1,"u":"elephant_xmm","p":353,"s":7,"h":1,"n":"Elephant"},{"id":626,"c":1,"u":"elk_xmm","p":353,"s":7,"h":1,"n":"Elk"},{"id":627,"c":1,"u":"empyrean_xmm","p":113,"s":7,"h":1,"n":"Empyrean"},{"id":628,"c":1,"u":"empyrean%20iota_xmm","p":112,"s":7,"h":1,"n":"Empyrean Iota"},{"id":629,"c":1,"u":"erinyes_xmm","p":114,"s":7,"h":1,"n":"Erinyes"},{"id":630,"c":1,"u":"ettercap_xmm","p":115,"s":7,"h":1,"n":"Ettercap"},{"id":631,"c":1,"u":"ettin_xmm","p":116,"s":7,"h":1,"n":"Ettin"},{"id":632,"c":1,"u":"faerie%20dragon%20adult_xmm","p":117,"s":7,"h":1,"n":"Faerie Dragon Adult"},{"id":633,"c":1,"u":"faerie%20dragon%20youth_xmm","p":117,"s":7,"h":1,"n":"Faerie Dragon Youth"},{"id":634,"c":1,"u":"fiend%20cultist_xmm","p":87,"s":7,"h":1,"n":"Fiend Cultist"},{"id":635,"c":1,"u":"fire%20elemental_xmm","p":118,"s":7,"h":1,"n":"Fire Elemental"},{"id":636,"c":1,"u":"fire%20giant_xmm","p":119,"s":7,"h":1,"n":"Fire Giant"},{"id":637,"c":1,"u":"flameskull_xmm","p":120,"s":7,"h":1,"n":"Flameskull"},{"id":638,"c":1,"u":"flaming%20skeleton_xmm","p":283,"s":7,"h":1,"n":"Flaming Skeleton"},{"id":639,"c":1,"u":"flesh%20golem_xmm","p":121,"s":7,"h":1,"n":"Flesh Golem"},{"id":640,"c":1,"u":"flumph_xmm","p":122,"s":7,"h":1,"n":"Flumph"},{"id":641,"c":1,"u":"flying%20snake_xmm","p":353,"s":7,"h":1,"n":"Flying Snake"},{"id":642,"c":1,"u":"fomorian_xmm","p":123,"s":7,"h":1,"n":"Fomorian"},{"id":643,"c":1,"u":"frog_xmm","p":354,"s":7,"h":1,"n":"Frog"},{"id":644,"c":1,"u":"frost%20giant_xmm","p":124,"s":7,"h":1,"n":"Frost Giant"},{"id":645,"c":1,"u":"galeb%20duhr_xmm","p":127,"s":7,"h":1,"n":"Galeb Duhr"},{"id":646,"c":1,"u":"gargoyle_xmm","p":128,"s":7,"h":1,"n":"Gargoyle"},{"id":647,"c":1,"u":"gas%20spore%20fungus_xmm","p":125,"s":7,"h":1,"n":"Gas Spore Fungus"},{"id":648,"c":1,"u":"gelatinous%20cube_xmm","p":129,"s":7,"h":1,"n":"Gelatinous Cube"},{"id":649,"c":1,"u":"ghast_xmm","p":130,"s":7,"h":1,"n":"Ghast"},{"id":650,"c":1,"u":"ghast%20gravecaller_xmm","p":130,"s":7,"h":1,"n":"Ghast Gravecaller"},{"id":651,"c":1,"u":"ghost_xmm","p":131,"s":7,"h":1,"n":"Ghost"},{"id":652,"c":1,"u":"ghoul_xmm","p":132,"s":7,"h":1,"n":"Ghoul"},{"id":653,"c":1,"u":"giant%20ape_xmm","p":354,"s":7,"h":1,"n":"Giant Ape"},{"id":654,"c":1,"u":"giant%20axe%20beak_xmm","p":24,"s":7,"h":1,"n":"Giant Axe Beak"},{"id":655,"c":1,"u":"giant%20badger_xmm","p":354,"s":7,"h":1,"n":"Giant Badger"},{"id":656,"c":1,"u":"giant%20bat_xmm","p":355,"s":7,"h":1,"n":"Giant Bat"},{"id":657,"c":1,"u":"giant%20boar_xmm","p":355,"s":7,"h":1,"n":"Giant Boar"},{"id":658,"c":1,"u":"giant%20centipede_xmm","p":355,"s":7,"h":1,"n":"Giant Centipede"},{"id":659,"c":1,"u":"giant%20constrictor%20snake_xmm","p":355,"s":7,"h":1,"n":"Giant Constrictor Snake"},{"id":660,"c":1,"u":"giant%20crab_xmm","p":356,"s":7,"h":1,"n":"Giant Crab"},{"id":661,"c":1,"u":"giant%20crocodile_xmm","p":356,"s":7,"h":1,"n":"Giant Crocodile"},{"id":662,"c":1,"u":"giant%20eagle_xmm","p":356,"s":7,"h":1,"n":"Giant Eagle"},{"id":663,"c":1,"u":"giant%20elk_xmm","p":356,"s":7,"h":1,"n":"Giant Elk"},{"id":664,"c":1,"u":"giant%20fire%20beetle_xmm","p":357,"s":7,"h":1,"n":"Giant Fire Beetle"},{"id":665,"c":1,"u":"giant%20frog_xmm","p":357,"s":7,"h":1,"n":"Giant Frog"},{"id":666,"c":1,"u":"giant%20goat_xmm","p":357,"s":7,"h":1,"n":"Giant Goat"},{"id":667,"c":1,"u":"giant%20hyena_xmm","p":357,"s":7,"h":1,"n":"Giant Hyena"},{"id":668,"c":1,"u":"giant%20lizard_xmm","p":358,"s":7,"h":1,"n":"Giant Lizard"},{"id":669,"c":1,"u":"giant%20octopus_xmm","p":358,"s":7,"h":1,"n":"Giant Octopus"},{"id":670,"c":1,"u":"giant%20owl_xmm","p":358,"s":7,"h":1,"n":"Giant Owl"},{"id":671,"c":1,"u":"giant%20rat_xmm","p":358,"s":7,"h":1,"n":"Giant Rat"},{"id":672,"c":1,"u":"giant%20scorpion_xmm","p":359,"s":7,"h":1,"n":"Giant Scorpion"},{"id":673,"c":1,"u":"giant%20seahorse_xmm","p":359,"s":7,"h":1,"n":"Giant Seahorse"},{"id":674,"c":1,"u":"giant%20shark_xmm","p":359,"s":7,"h":1,"n":"Giant Shark"},{"id":675,"c":1,"u":"giant%20spider_xmm","p":359,"s":7,"h":1,"n":"Giant Spider"},{"id":676,"c":1,"u":"giant%20squid_xmm","p":360,"s":7,"h":1,"n":"Giant Squid"},{"id":677,"c":1,"u":"giant%20toad_xmm","p":360,"s":7,"h":1,"n":"Giant Toad"},{"id":678,"c":1,"u":"giant%20venomous%20snake_xmm","p":361,"s":7,"h":1,"n":"Giant Venomous Snake"},{"id":679,"c":1,"u":"giant%20vulture_xmm","p":361,"s":7,"h":1,"n":"Giant Vulture"},{"id":680,"c":1,"u":"giant%20wasp_xmm","p":361,"s":7,"h":1,"n":"Giant Wasp"},{"id":681,"c":1,"u":"giant%20weasel_xmm","p":361,"s":7,"h":1,"n":"Giant Weasel"},{"id":682,"c":1,"u":"giant%20wolf%20spider_xmm","p":362,"s":7,"h":1,"n":"Giant Wolf Spider"},{"id":683,"c":1,"u":"gibbering%20mouther_xmm","p":133,"s":7,"h":1,"n":"Gibbering Mouther"},{"id":684,"c":1,"u":"githyanki%20dracomancer_xmm","p":135,"s":7,"h":1,"n":"Githyanki Dracomancer"},{"id":685,"c":1,"u":"githyanki%20knight_xmm","p":135,"s":7,"h":1,"n":"Githyanki Knight"},{"id":686,"c":1,"u":"githyanki%20warrior_xmm","p":134,"s":7,"h":1,"n":"Githyanki Warrior"},{"id":687,"c":1,"u":"githzerai%20monk_xmm","p":136,"s":7,"h":1,"n":"Githzerai Monk"},{"id":688,"c":1,"u":"githzerai%20psion_xmm","p":137,"s":7,"h":1,"n":"Githzerai Psion"},{"id":689,"c":1,"u":"githzerai%20zerth_xmm","p":137,"s":7,"h":1,"n":"Githzerai Zerth"},{"id":690,"c":1,"u":"glabrezu_xmm","p":138,"s":7,"h":1,"n":"Glabrezu"},{"id":691,"c":1,"u":"gladiator_xmm","p":139,"s":7,"h":1,"n":"Gladiator"},{"id":692,"c":1,"u":"gnoll%20demoniac_xmm","p":141,"s":7,"h":1,"n":"Gnoll Demoniac"},{"id":693,"c":1,"u":"gnoll%20fang%20of%20yeenoghu_xmm","p":141,"s":7,"h":1,"n":"Gnoll Fang of Yeenoghu"},{"id":694,"c":1,"u":"gnoll%20pack%20lord_xmm","p":140,"s":7,"h":1,"n":"Gnoll Pack Lord"},{"id":695,"c":1,"u":"gnoll%20warrior_xmm","p":140,"s":7,"h":1,"n":"Gnoll Warrior"},{"id":696,"c":1,"u":"goat_xmm","p":362,"s":7,"h":1,"n":"Goat"},{"id":697,"c":1,"u":"goblin%20boss_xmm","p":143,"s":7,"h":1,"n":"Goblin Boss"},{"id":698,"c":1,"u":"goblin%20hexer_xmm","p":143,"s":7,"h":1,"n":"Goblin Hexer"},{"id":699,"c":1,"u":"goblin%20minion_xmm","p":142,"s":7,"h":1,"n":"Goblin Minion"},{"id":700,"c":1,"u":"goblin%20warrior_xmm","p":142,"s":7,"h":1,"n":"Goblin Warrior"},{"id":701,"c":1,"u":"gold%20dragon%20wyrmling_xmm","p":144,"s":7,"h":1,"n":"Gold Dragon Wyrmling"},{"id":702,"c":1,"u":"gorgon_xmm","p":148,"s":7,"h":1,"n":"Gorgon"},{"id":703,"c":1,"u":"goristro_xmm","p":150,"s":7,"h":1,"n":"Goristro"},{"id":704,"c":1,"u":"graveyard%20revenant_xmm","p":260,"s":7,"h":1,"n":"Graveyard Revenant"},{"id":705,"c":1,"u":"gray%20ooze_xmm","p":151,"s":7,"h":1,"n":"Gray Ooze"},{"id":706,"c":1,"u":"gray%20slaad_xmm","p":286,"s":7,"h":1,"n":"Gray Slaad"},{"id":707,"c":1,"u":"green%20dragon%20wyrmling_xmm","p":152,"s":7,"h":1,"n":"Green Dragon Wyrmling"},{"id":708,"c":1,"u":"green%20hag_xmm","p":156,"s":7,"h":1,"n":"Green Hag"},{"id":709,"c":1,"u":"green%20slaad_xmm","p":286,"s":7,"h":1,"n":"Green Slaad"},{"id":710,"c":1,"u":"grell_xmm","p":157,"s":7,"h":1,"n":"Grell"},{"id":711,"c":1,"u":"grick_xmm","p":158,"s":7,"h":1,"n":"Grick"},{"id":712,"c":1,"u":"grick%20ancient_xmm","p":158,"s":7,"h":1,"n":"Grick Ancient"},{"id":713,"c":1,"u":"griffon_xmm","p":159,"s":7,"h":1,"n":"Griffon"},{"id":714,"c":1,"u":"grimlock_xmm","p":160,"s":7,"h":1,"n":"Grimlock"},{"id":715,"c":1,"u":"guard_xmm","p":162,"s":7,"h":1,"n":"Guard"},{"id":716,"c":1,"u":"guard%20captain_xmm","p":162,"s":7,"h":1,"n":"Guard Captain"},{"id":717,"c":1,"u":"guardian%20naga_xmm","p":161,"s":7,"h":1,"n":"Guardian Naga"},{"id":718,"c":1,"u":"gulthias%20blight_xmm","p":45,"s":7,"h":1,"n":"Gulthias Blight"},{"id":719,"c":1,"u":"half-dragon_xmm","p":163,"s":7,"h":1,"n":"Half-Dragon"},{"id":720,"c":1,"u":"harpy_xmm","p":164,"s":7,"h":1,"n":"Harpy"},{"id":721,"c":1,"u":"haunting%20revenant_xmm","p":260,"s":7,"h":1,"n":"Haunting Revenant"},{"id":722,"c":1,"u":"hawk_xmm","p":362,"s":7,"h":1,"n":"Hawk"},{"id":723,"c":1,"u":"hell%20hound_xmm","p":165,"s":7,"h":1,"n":"Hell Hound"},{"id":724,"c":1,"u":"helmed%20horror_xmm","p":166,"s":7,"h":1,"n":"Helmed Horror"},{"id":725,"c":1,"u":"hezrou_xmm","p":167,"s":7,"h":1,"n":"Hezrou"},{"id":726,"c":1,"u":"hill%20giant_xmm","p":168,"s":7,"h":1,"n":"Hill Giant"},{"id":727,"c":1,"u":"hippogriff_xmm","p":169,"s":7,"h":1,"n":"Hippogriff"},{"id":728,"c":1,"u":"hippopotamus_xmm","p":362,"s":7,"h":1,"n":"Hippopotamus"},{"id":729,"c":1,"u":"hobgoblin%20captain_xmm","p":171,"s":7,"h":1,"n":"Hobgoblin Captain"},{"id":730,"c":1,"u":"hobgoblin%20warlord_xmm","p":171,"s":7,"h":1,"n":"Hobgoblin Warlord"},{"id":731,"c":1,"u":"hobgoblin%20warrior_xmm","p":170,"s":7,"h":1,"n":"Hobgoblin Warrior"},{"id":732,"c":1,"u":"homunculus_xmm","p":172,"s":7,"h":1,"n":"Homunculus"},{"id":733,"c":1,"u":"hook%20horror_xmm","p":173,"s":7,"h":1,"n":"Hook Horror"},{"id":734,"c":1,"u":"horned%20devil_xmm","p":174,"s":7,"h":1,"n":"Horned Devil"},{"id":735,"c":1,"u":"hunter%20shark_xmm","p":363,"s":7,"h":1,"n":"Hunter Shark"},{"id":736,"c":1,"u":"hydra_xmm","p":175,"s":7,"h":1,"n":"Hydra"},{"id":737,"c":1,"u":"hyena_xmm","p":363,"s":7,"h":1,"n":"Hyena"},{"id":738,"c":1,"u":"ice%20devil_xmm","p":176,"s":7,"h":1,"n":"Ice Devil"},{"id":739,"c":1,"u":"ice%20mephit_xmm","p":206,"s":7,"h":1,"n":"Ice Mephit"},{"id":740,"c":1,"u":"imp_xmm","p":177,"s":7,"h":1,"n":"Imp"},{"id":741,"c":1,"u":"incubus_xmm","p":178,"s":7,"h":1,"n":"Incubus"},{"id":742,"c":1,"u":"intellect%20devourer_xmm","p":179,"s":7,"h":1,"n":"Intellect Devourer"},{"id":743,"c":1,"u":"invisible%20stalker_xmm","p":180,"s":7,"h":1,"n":"Invisible Stalker"},{"id":744,"c":1,"u":"iron%20golem_xmm","p":181,"s":7,"h":1,"n":"Iron Golem"},{"id":745,"c":1,"u":"jackal_xmm","p":364,"s":7,"h":1,"n":"Jackal"},{"id":746,"c":1,"u":"jackalwere_xmm","p":182,"s":7,"h":1,"n":"Jackalwere"},{"id":747,"c":1,"u":"juvenile%20shadow%20dragon_xmm","p":275,"s":7,"h":1,"n":"Juvenile Shadow Dragon"},{"id":748,"c":1,"u":"kenku_xmm","p":183,"s":7,"h":1,"n":"Kenku"},{"id":749,"c":1,"u":"killer%20whale_xmm","p":364,"s":7,"h":1,"n":"Killer Whale"},{"id":750,"c":1,"u":"knight_xmm","p":184,"s":7,"h":1,"n":"Knight"},{"id":751,"c":1,"u":"kobold%20warrior_xmm","p":185,"s":7,"h":1,"n":"Kobold Warrior"},{"id":752,"c":1,"u":"kraken_xmm","p":187,"s":7,"h":1,"n":"Kraken"},{"id":753,"c":1,"u":"kuo-toa_xmm","p":189,"s":7,"h":1,"n":"Kuo-toa"},{"id":754,"c":1,"u":"kuo-toa%20archpriest_xmm","p":191,"s":7,"h":1,"n":"Kuo-toa Archpriest"},{"id":755,"c":1,"u":"kuo-toa%20monitor_xmm","p":190,"s":7,"h":1,"n":"Kuo-toa Monitor"},{"id":756,"c":1,"u":"kuo-toa%20whip_xmm","p":190,"s":7,"h":1,"n":"Kuo-toa Whip"},{"id":757,"c":1,"u":"lacedon%20ghoul_xmm","p":132,"s":7,"h":1,"n":"Lacedon Ghoul"},{"id":758,"c":1,"u":"lamia_xmm","p":192,"s":7,"h":1,"n":"Lamia"},{"id":759,"c":1,"u":"larva_xmm","p":193,"s":7,"h":1,"n":"Larva"},{"id":760,"c":1,"u":"lemure_xmm","p":194,"s":7,"h":1,"n":"Lemure"},{"id":761,"c":1,"u":"lich_xmm","p":196,"s":7,"h":1,"n":"Lich"},{"id":762,"c":1,"u":"lion_xmm","p":364,"s":7,"h":1,"n":"Lion"},{"id":763,"c":1,"u":"lizard_xmm","p":364,"s":7,"h":1,"n":"Lizard"},{"id":764,"c":1,"u":"lizardfolk%20geomancer_xmm","p":197,"s":7,"h":1,"n":"Lizardfolk Geomancer"},{"id":765,"c":1,"u":"lizardfolk%20sovereign_xmm","p":197,"s":7,"h":1,"n":"Lizardfolk Sovereign"},{"id":766,"c":1,"u":"mage_xmm","p":199,"s":7,"h":1,"n":"Mage"},{"id":767,"c":1,"u":"mage%20apprentice_xmm","p":198,"s":7,"h":1,"n":"Mage Apprentice"},{"id":768,"c":1,"u":"magma%20mephit_xmm","p":207,"s":7,"h":1,"n":"Magma Mephit"},{"id":769,"c":1,"u":"magmin_xmm","p":200,"s":7,"h":1,"n":"Magmin"},{"id":770,"c":1,"u":"mammoth_xmm","p":365,"s":7,"h":1,"n":"Mammoth"},{"id":771,"c":1,"u":"manes_xmm","p":201,"s":7,"h":1,"n":"Manes"},{"id":772,"c":1,"u":"manes%20vaporspawn_xmm","p":201,"s":7,"h":1,"n":"Manes Vaporspawn"},{"id":773,"c":1,"u":"manticore_xmm","p":202,"s":7,"h":1,"n":"Manticore"},{"id":774,"c":1,"u":"marid_xmm","p":203,"s":7,"h":1,"n":"Marid"},{"id":775,"c":1,"u":"marilith_xmm","p":204,"s":7,"h":1,"n":"Marilith"},{"id":776,"c":1,"u":"mastiff_xmm","p":365,"s":7,"h":1,"n":"Mastiff"},{"id":777,"c":1,"u":"medusa_xmm","p":205,"s":7,"h":1,"n":"Medusa"},{"id":778,"c":1,"u":"merfolk%20skirmisher_xmm","p":209,"s":7,"h":1,"n":"Merfolk Skirmisher"},{"id":779,"c":1,"u":"merfolk%20wavebender_xmm","p":209,"s":7,"h":1,"n":"Merfolk Wavebender"},{"id":780,"c":1,"u":"merrow_xmm","p":210,"s":7,"h":1,"n":"Merrow"},{"id":781,"c":1,"u":"mezzoloth_xmm","p":211,"s":7,"h":1,"n":"Mezzoloth"},{"id":782,"c":1,"u":"mimic_xmm","p":212,"s":7,"h":1,"n":"Mimic"},{"id":783,"c":1,"u":"mind%20flayer_xmm","p":214,"s":7,"h":1,"n":"Mind Flayer"},{"id":784,"c":1,"u":"mind%20flayer%20arcanist_xmm","p":214,"s":7,"h":1,"n":"Mind Flayer Arcanist"},{"id":785,"c":1,"u":"minotaur%20of%20baphomet_xmm","p":215,"s":7,"h":1,"n":"Minotaur of Baphomet"},{"id":786,"c":1,"u":"minotaur%20skeleton_xmm","p":283,"s":7,"h":1,"n":"Minotaur Skeleton"},{"id":787,"c":1,"u":"modron%20duodrone_xmm","p":217,"s":7,"h":1,"n":"Modron Duodrone"},{"id":788,"c":1,"u":"modron%20monodrone_xmm","p":216,"s":7,"h":1,"n":"Modron Monodrone"},{"id":789,"c":1,"u":"modron%20pentadrone_xmm","p":218,"s":7,"h":1,"n":"Modron Pentadrone"},{"id":790,"c":1,"u":"modron%20quadrone_xmm","p":218,"s":7,"h":1,"n":"Modron Quadrone"},{"id":791,"c":1,"u":"modron%20tridrone_xmm","p":217,"s":7,"h":1,"n":"Modron Tridrone"},{"id":792,"c":1,"u":"mud%20mephit_xmm","p":207,"s":7,"h":1,"n":"Mud Mephit"},{"id":793,"c":1,"u":"mule_xmm","p":365,"s":7,"h":1,"n":"Mule"},{"id":794,"c":1,"u":"mummy_xmm","p":219,"s":7,"h":1,"n":"Mummy"},{"id":795,"c":1,"u":"mummy%20lord_xmm","p":221,"s":7,"h":1,"n":"Mummy Lord"},{"id":796,"c":1,"u":"myconid%20adult_xmm","p":223,"s":7,"h":1,"n":"Myconid Adult"},{"id":797,"c":1,"u":"myconid%20sovereign_xmm","p":223,"s":7,"h":1,"n":"Myconid Sovereign"},{"id":798,"c":1,"u":"myconid%20spore%20servant_xmm","p":223,"s":7,"h":1,"n":"Myconid Spore Servant"},{"id":799,"c":1,"u":"myconid%20sprout_xmm","p":222,"s":7,"h":1,"n":"Myconid Sprout"},{"id":800,"c":1,"u":"nalfeshnee_xmm","p":224,"s":7,"h":1,"n":"Nalfeshnee"},{"id":801,"c":1,"u":"needle%20blight_xmm","p":43,"s":7,"h":1,"n":"Needle Blight"},{"id":802,"c":1,"u":"night%20hag_xmm","p":225,"s":7,"h":1,"n":"Night Hag"},{"id":803,"c":1,"u":"nightmare_xmm","p":226,"s":7,"h":1,"n":"Nightmare"},{"id":804,"c":1,"u":"noble_xmm","p":227,"s":7,"h":1,"n":"Noble"},{"id":805,"c":1,"u":"noble%20prodigy_xmm","p":227,"s":7,"h":1,"n":"Noble Prodigy"},{"id":806,"c":1,"u":"nothic_xmm","p":228,"s":7,"h":1,"n":"Nothic"},{"id":807,"c":1,"u":"nycaloth_xmm","p":229,"s":7,"h":1,"n":"Nycaloth"},{"id":808,"c":1,"u":"ochre%20jelly_xmm","p":230,"s":7,"h":1,"n":"Ochre Jelly"},{"id":809,"c":1,"u":"octopus_xmm","p":365,"s":7,"h":1,"n":"Octopus"},{"id":810,"c":1,"u":"ogre_xmm","p":231,"s":7,"h":1,"n":"Ogre"},{"id":811,"c":1,"u":"ogre%20zombie_xmm","p":346,"s":7,"h":1,"n":"Ogre Zombie"},{"id":812,"c":1,"u":"ogrillon%20ogre_xmm","p":231,"s":7,"h":1,"n":"Ogrillon Ogre"},{"id":813,"c":1,"u":"oni_xmm","p":232,"s":7,"h":1,"n":"Oni"},{"id":814,"c":1,"u":"otyugh_xmm","p":233,"s":7,"h":1,"n":"Otyugh"},{"id":815,"c":1,"u":"owl_xmm","p":366,"s":7,"h":1,"n":"Owl"},{"id":816,"c":1,"u":"owlbear_xmm","p":234,"s":7,"h":1,"n":"Owlbear"},{"id":817,"c":1,"u":"panther_xmm","p":366,"s":7,"h":1,"n":"Panther"},{"id":818,"c":1,"u":"pegasus_xmm","p":235,"s":7,"h":1,"n":"Pegasus"},{"id":819,"c":1,"u":"performer_xmm","p":236,"s":7,"h":1,"n":"Performer"},{"id":820,"c":1,"u":"performer%20legend_xmm","p":237,"s":7,"h":1,"n":"Performer Legend"},{"id":821,"c":1,"u":"performer%20maestro_xmm","p":237,"s":7,"h":1,"n":"Performer Maestro"},{"id":822,"c":1,"u":"peryton_xmm","p":238,"s":7,"h":1,"n":"Peryton"},{"id":823,"c":1,"u":"phase%20spider_xmm","p":239,"s":7,"h":1,"n":"Phase Spider"},{"id":824,"c":1,"u":"piercer_xmm","p":240,"s":7,"h":1,"n":"Piercer"},{"id":825,"c":1,"u":"piranha_xmm","p":366,"s":7,"h":1,"n":"Piranha"},{"id":826,"c":1,"u":"pirate_xmm","p":241,"s":7,"h":1,"n":"Pirate"},{"id":827,"c":1,"u":"pirate%20admiral_xmm","p":242,"s":7,"h":1,"n":"Pirate Admiral"},{"id":828,"c":1,"u":"pirate%20captain_xmm","p":242,"s":7,"h":1,"n":"Pirate Captain"},{"id":829,"c":1,"u":"pit%20fiend_xmm","p":243,"s":7,"h":1,"n":"Pit Fiend"},{"id":830,"c":1,"u":"pixie_xmm","p":244,"s":7,"h":1,"n":"Pixie"},{"id":831,"c":1,"u":"pixie%20wonderbringer_xmm","p":244,"s":7,"h":1,"n":"Pixie Wonderbringer"},{"id":832,"c":1,"u":"planetar_xmm","p":245,"s":7,"h":1,"n":"Planetar"},{"id":833,"c":1,"u":"plesiosaurus_xmm","p":366,"s":7,"h":1,"n":"Plesiosaurus"},{"id":834,"c":1,"u":"polar%20bear_xmm","p":367,"s":7,"h":1,"n":"Polar Bear"},{"id":835,"c":1,"u":"poltergeist_xmm","p":246,"s":7,"h":1,"n":"Poltergeist"},{"id":836,"c":1,"u":"pony_xmm","p":367,"s":7,"h":1,"n":"Pony"},{"id":837,"c":1,"u":"priest_xmm","p":248,"s":7,"h":1,"n":"Priest"},{"id":838,"c":1,"u":"priest%20acolyte_xmm","p":247,"s":7,"h":1,"n":"Priest Acolyte"},{"id":839,"c":1,"u":"primeval%20owlbear_xmm","p":234,"s":7,"h":1,"n":"Primeval Owlbear"},{"id":840,"c":1,"u":"pseudodragon_xmm","p":249,"s":7,"h":1,"n":"Pseudodragon"},{"id":841,"c":1,"u":"psychic%20gray%20ooze_xmm","p":151,"s":7,"h":1,"n":"Psychic Gray Ooze"},{"id":842,"c":1,"u":"pteranodon_xmm","p":367,"s":7,"h":1,"n":"Pteranodon"},{"id":843,"c":1,"u":"purple%20worm_xmm","p":250,"s":7,"h":1,"n":"Purple Worm"},{"id":844,"c":1,"u":"quaggoth_xmm","p":251,"s":7,"h":1,"n":"Quaggoth"},{"id":845,"c":1,"u":"quaggoth%20thonot_xmm","p":251,"s":7,"h":1,"n":"Quaggoth Thonot"},{"id":846,"c":1,"u":"quasit_xmm","p":252,"s":7,"h":1,"n":"Quasit"},{"id":847,"c":1,"u":"questing%20knight_xmm","p":184,"s":7,"h":1,"n":"Questing Knight"},{"id":848,"c":1,"u":"rakshasa_xmm","p":253,"s":7,"h":1,"n":"Rakshasa"},{"id":849,"c":1,"u":"rat_xmm","p":367,"s":7,"h":1,"n":"Rat"},{"id":850,"c":1,"u":"raven_xmm","p":368,"s":7,"h":1,"n":"Raven"},{"id":851,"c":1,"u":"red%20dragon%20wyrmling_xmm","p":254,"s":7,"h":1,"n":"Red Dragon Wyrmling"},{"id":852,"c":1,"u":"red%20slaad_xmm","p":285,"s":7,"h":1,"n":"Red Slaad"},{"id":853,"c":1,"u":"reef%20shark_xmm","p":368,"s":7,"h":1,"n":"Reef Shark"},{"id":854,"c":1,"u":"remorhaz_xmm","p":258,"s":7,"h":1,"n":"Remorhaz"},{"id":855,"c":1,"u":"revenant_xmm","p":259,"s":7,"h":1,"n":"Revenant"},{"id":856,"c":1,"u":"rhinoceros_xmm","p":368,"s":7,"h":1,"n":"Rhinoceros"},{"id":857,"c":1,"u":"riding%20horse_xmm","p":368,"s":7,"h":1,"n":"Riding Horse"},{"id":858,"c":1,"u":"roc_xmm","p":261,"s":7,"h":1,"n":"Roc"},{"id":859,"c":1,"u":"roper_xmm","p":262,"s":7,"h":1,"n":"Roper"},{"id":860,"c":1,"u":"rust%20monster_xmm","p":263,"s":7,"h":1,"n":"Rust Monster"},{"id":861,"c":1,"u":"saber-toothed%20tiger_xmm","p":369,"s":7,"h":1,"n":"Saber-Toothed Tiger"},{"id":862,"c":1,"u":"sahuagin%20baron_xmm","p":265,"s":7,"h":1,"n":"Sahuagin Baron"},{"id":863,"c":1,"u":"sahuagin%20priest_xmm","p":265,"s":7,"h":1,"n":"Sahuagin Priest"},{"id":864,"c":1,"u":"sahuagin%20warrior_xmm","p":264,"s":7,"h":1,"n":"Sahuagin Warrior"},{"id":865,"c":1,"u":"salamander_xmm","p":267,"s":7,"h":1,"n":"Salamander"},{"id":866,"c":1,"u":"salamander%20fire%20snake_xmm","p":266,"s":7,"h":1,"n":"Salamander Fire Snake"},{"id":867,"c":1,"u":"salamander%20inferno%20master_xmm","p":267,"s":7,"h":1,"n":"Salamander Inferno Master"},{"id":868,"c":1,"u":"satyr_xmm","p":268,"s":7,"h":1,"n":"Satyr"},{"id":869,"c":1,"u":"satyr%20revelmaster_xmm","p":268,"s":7,"h":1,"n":"Satyr Revelmaster"},{"id":870,"c":1,"u":"scarecrow_xmm","p":269,"s":7,"h":1,"n":"Scarecrow"},{"id":871,"c":1,"u":"scorpion_xmm","p":369,"s":7,"h":1,"n":"Scorpion"},{"id":872,"c":1,"u":"scout_xmm","p":270,"s":7,"h":1,"n":"Scout"},{"id":873,"c":1,"u":"scout%20captain_xmm","p":270,"s":7,"h":1,"n":"Scout Captain"},{"id":874,"c":1,"u":"sea%20hag_xmm","p":271,"s":7,"h":1,"n":"Sea Hag"},{"id":875,"c":1,"u":"seahorse_xmm","p":369,"s":7,"h":1,"n":"Seahorse"},{"id":876,"c":1,"u":"shadow_xmm","p":272,"s":7,"h":1,"n":"Shadow"},{"id":877,"c":1,"u":"shadow%20demon_xmm","p":273,"s":7,"h":1,"n":"Shadow Demon"},{"id":878,"c":1,"u":"shadow%20dragon_xmm","p":275,"s":7,"h":1,"n":"Shadow Dragon"},{"id":879,"c":1,"u":"shambling%20mound_xmm","p":276,"s":7,"h":1,"n":"Shambling Mound"},{"id":880,"c":1,"u":"shield%20guardian_xmm","p":277,"s":7,"h":1,"n":"Shield Guardian"},{"id":881,"c":1,"u":"shrieker%20fungus_xmm","p":125,"s":7,"h":1,"n":"Shrieker Fungus"},{"id":882,"c":1,"u":"silver%20dragon%20wyrmling_xmm","p":278,"s":7,"h":1,"n":"Silver Dragon Wyrmling"},{"id":883,"c":1,"u":"skeleton_xmm","p":282,"s":7,"h":1,"n":"Skeleton"},{"id":884,"c":1,"u":"slaad%20tadpole_xmm","p":284,"s":7,"h":1,"n":"Slaad Tadpole"},{"id":885,"c":1,"u":"smoke%20mephit_xmm","p":208,"s":7,"h":1,"n":"Smoke Mephit"},{"id":886,"c":1,"u":"solar_xmm","p":288,"s":7,"h":1,"n":"Solar"},{"id":887,"c":1,"u":"spectator_xmm","p":289,"s":7,"h":1,"n":"Spectator"},{"id":888,"c":1,"u":"specter_xmm","p":290,"s":7,"h":1,"n":"Specter"},{"id":889,"c":1,"u":"sphinx%20of%20lore_xmm","p":293,"s":7,"h":1,"n":"Sphinx of Lore"},{"id":890,"c":1,"u":"sphinx%20of%20secrets_xmm","p":292,"s":7,"h":1,"n":"Sphinx of Secrets"},{"id":891,"c":1,"u":"sphinx%20of%20valor_xmm","p":294,"s":7,"h":1,"n":"Sphinx of Valor"},{"id":892,"c":1,"u":"sphinx%20of%20wonder_xmm","p":291,"s":7,"h":1,"n":"Sphinx of Wonder"},{"id":893,"c":1,"u":"spider_xmm","p":369,"s":7,"h":1,"n":"Spider"},{"id":894,"c":1,"u":"spined%20devil_xmm","p":296,"s":7,"h":1,"n":"Spined Devil"},{"id":895,"c":1,"u":"spirit%20naga_xmm","p":297,"s":7,"h":1,"n":"Spirit Naga"},{"id":896,"c":1,"u":"sprite_xmm","p":298,"s":7,"h":1,"n":"Sprite"},{"id":897,"c":1,"u":"spy_xmm","p":295,"s":7,"h":1,"n":"Spy"},{"id":898,"c":1,"u":"spy%20master_xmm","p":295,"s":7,"h":1,"n":"Spy Master"},{"id":899,"c":1,"u":"steam%20mephit_xmm","p":208,"s":7,"h":1,"n":"Steam Mephit"},{"id":900,"c":1,"u":"stirge_xmm","p":299,"s":7,"h":1,"n":"Stirge"},{"id":901,"c":1,"u":"stone%20giant_xmm","p":300,"s":7,"h":1,"n":"Stone Giant"},{"id":902,"c":1,"u":"stone%20golem_xmm","p":301,"s":7,"h":1,"n":"Stone Golem"},{"id":903,"c":1,"u":"storm%20giant_xmm","p":302,"s":7,"h":1,"n":"Storm Giant"},{"id":904,"c":1,"u":"succubus_xmm","p":303,"s":7,"h":1,"n":"Succubus"},{"id":905,"c":1,"u":"swarm%20of%20bats_xmm","p":370,"s":7,"h":1,"n":"Swarm of Bats"},{"id":906,"c":1,"u":"swarm%20of%20crawling%20claws_xmm","p":83,"s":7,"h":1,"n":"Swarm of Crawling Claws"},{"id":907,"c":1,"u":"swarm%20of%20dretches_xmm","p":104,"s":7,"h":1,"n":"Swarm of Dretches"},{"id":908,"c":1,"u":"swarm%20of%20insects_xmm","p":370,"s":7,"h":1,"n":"Swarm of Insects"},{"id":909,"c":1,"u":"swarm%20of%20larvae_xmm","p":193,"s":7,"h":1,"n":"Swarm of Larvae"},{"id":910,"c":1,"u":"swarm%20of%20lemures_xmm","p":194,"s":7,"h":1,"n":"Swarm of Lemures"},{"id":911,"c":1,"u":"swarm%20of%20piranhas_xmm","p":370,"s":7,"h":1,"n":"Swarm of Piranhas"},{"id":912,"c":1,"u":"swarm%20of%20rats_xmm","p":370,"s":7,"h":1,"n":"Swarm of Rats"},{"id":913,"c":1,"u":"swarm%20of%20ravens_xmm","p":371,"s":7,"h":1,"n":"Swarm of Ravens"},{"id":914,"c":1,"u":"swarm%20of%20stirges_xmm","p":299,"s":7,"h":1,"n":"Swarm of Stirges"},{"id":915,"c":1,"u":"swarm%20of%20venomous%20snakes_xmm","p":371,"s":7,"h":1,"n":"Swarm of Venomous Snakes"},{"id":916,"c":1,"u":"tarrasque_xmm","p":305,"s":7,"h":1,"n":"Tarrasque"},{"id":917,"c":1,"u":"thri-kreen%20marauder_xmm","p":306,"s":7,"h":1,"n":"Thri-kreen Marauder"},{"id":918,"c":1,"u":"thri-kreen%20psion_xmm","p":306,"s":7,"h":1,"n":"Thri-kreen Psion"},{"id":919,"c":1,"u":"tiger_xmm","p":371,"s":7,"h":1,"n":"Tiger"},{"id":920,"c":1,"u":"tough_xmm","p":307,"s":7,"h":1,"n":"Tough"},{"id":921,"c":1,"u":"tough%20boss_xmm","p":307,"s":7,"h":1,"n":"Tough Boss"},{"id":922,"c":1,"u":"treant_xmm","p":308,"s":7,"h":1,"n":"Treant"},{"id":923,"c":1,"u":"tree%20blight_xmm","p":44,"s":7,"h":1,"n":"Tree Blight"},{"id":924,"c":1,"u":"triceratops_xmm","p":372,"s":7,"h":1,"n":"Triceratops"},{"id":925,"c":1,"u":"troglodyte_xmm","p":309,"s":7,"h":1,"n":"Troglodyte"},{"id":926,"c":1,"u":"troll_xmm","p":310,"s":7,"h":1,"n":"Troll"},{"id":927,"c":1,"u":"troll%20limb_xmm","p":310,"s":7,"h":1,"n":"Troll Limb"},{"id":928,"c":1,"u":"twig%20blight_xmm","p":43,"s":7,"h":1,"n":"Twig Blight"},{"id":929,"c":1,"u":"tyrannosaurus%20rex_xmm","p":372,"s":7,"h":1,"n":"Tyrannosaurus Rex"},{"id":930,"c":1,"u":"ultroloth_xmm","p":311,"s":7,"h":1,"n":"Ultroloth"},{"id":931,"c":1,"u":"umber%20hulk_xmm","p":312,"s":7,"h":1,"n":"Umber Hulk"},{"id":932,"c":1,"u":"unicorn_xmm","s":7,"h":1,"n":"Unicorn"},{"id":933,"c":1,"u":"vampire_xmm","p":317,"s":7,"h":1,"n":"Vampire"},{"id":934,"c":1,"u":"vampire%20familiar_xmm","p":314,"s":7,"h":1,"n":"Vampire Familiar"},{"id":935,"c":1,"u":"vampire%20nightbringer_xmm","p":316,"s":7,"h":1,"n":"Vampire Nightbringer"},{"id":936,"c":1,"u":"vampire%20spawn_xmm","p":315,"s":7,"h":1,"n":"Vampire Spawn"},{"id":937,"c":1,"u":"vampire%20umbral%20lord_xmm","p":318,"s":7,"h":1,"n":"Vampire Umbral Lord"},{"id":938,"c":1,"u":"venomous%20snake_xmm","p":372,"s":7,"h":1,"n":"Venomous Snake"},{"id":939,"c":1,"u":"vine%20blight_xmm","p":44,"s":7,"h":1,"n":"Vine Blight"},{"id":940,"c":1,"u":"violet%20fungus_xmm","p":126,"s":7,"h":1,"n":"Violet Fungus"},{"id":941,"c":1,"u":"violet%20fungus%20necrohulk_xmm","p":126,"s":7,"h":1,"n":"Violet Fungus Necrohulk"},{"id":942,"c":1,"u":"vrock_xmm","p":319,"s":7,"h":1,"n":"Vrock"},{"id":943,"c":1,"u":"vulture_xmm","p":372,"s":7,"h":1,"n":"Vulture"},{"id":944,"c":1,"u":"warhorse_xmm","p":373,"s":7,"h":1,"n":"Warhorse"},{"id":945,"c":1,"u":"warhorse%20skeleton_xmm","p":282,"s":7,"h":1,"n":"Warhorse Skeleton"},{"id":946,"c":1,"u":"warrior%20commander_xmm","p":321,"s":7,"h":1,"n":"Warrior Commander"},{"id":947,"c":1,"u":"warrior%20infantry_xmm","p":320,"s":7,"h":1,"n":"Warrior Infantry"},{"id":948,"c":1,"u":"warrior%20veteran_xmm","p":320,"s":7,"h":1,"n":"Warrior Veteran"},{"id":949,"c":1,"u":"water%20elemental_xmm","p":322,"s":7,"h":1,"n":"Water Elemental"},{"id":950,"c":1,"u":"water%20weird_xmm","p":323,"s":7,"h":1,"n":"Water Weird"},{"id":951,"c":1,"u":"weasel_xmm","p":372,"s":7,"h":1,"n":"Weasel"},{"id":952,"c":1,"u":"werebear_xmm","p":324,"s":7,"h":1,"n":"Werebear"},{"id":953,"c":1,"u":"wereboar_xmm","p":325,"s":7,"h":1,"n":"Wereboar"},{"id":954,"c":1,"u":"wererat_xmm","p":325,"s":7,"h":1,"n":"Wererat"},{"id":955,"c":1,"u":"weretiger_xmm","p":326,"s":7,"h":1,"n":"Weretiger"},{"id":956,"c":1,"u":"werewolf_xmm","p":327,"s":7,"h":1,"n":"Werewolf"},{"id":957,"c":1,"u":"white%20dragon%20wyrmling_xmm","p":328,"s":7,"h":1,"n":"White Dragon Wyrmling"},{"id":958,"c":1,"u":"wight_xmm","p":332,"s":7,"h":1,"n":"Wight"},{"id":959,"c":1,"u":"will-o'-wisp_xmm","p":333,"s":7,"h":1,"n":"Will-o'-Wisp"},{"id":960,"c":1,"u":"winged%20kobold_xmm","p":185,"s":7,"h":1,"n":"Winged Kobold"},{"id":961,"c":1,"u":"winter%20wolf_xmm","p":334,"s":7,"h":1,"n":"Winter Wolf"},{"id":962,"c":1,"u":"wolf_xmm","p":373,"s":7,"h":1,"n":"Wolf"},{"id":963,"c":1,"u":"worg_xmm","p":335,"s":7,"h":1,"n":"Worg"},{"id":964,"c":1,"u":"wraith_xmm","p":336,"s":7,"h":1,"n":"Wraith"},{"id":965,"c":1,"u":"wyvern_xmm","p":337,"s":7,"h":1,"n":"Wyvern"},{"id":966,"c":1,"u":"xorn_xmm","p":338,"s":7,"h":1,"n":"Xorn"},{"id":967,"c":1,"u":"yeti_xmm","p":339,"s":7,"h":1,"n":"Yeti"},{"id":968,"c":1,"u":"yochlol_xmm","p":341,"s":7,"h":1,"n":"Yochlol"},{"id":969,"c":1,"u":"young%20black%20dragon_xmm","p":38,"s":7,"h":1,"n":"Young Black Dragon"},{"id":970,"c":1,"u":"young%20blue%20dragon_xmm","p":48,"s":7,"h":1,"n":"Young Blue Dragon"},{"id":971,"c":1,"u":"young%20brass%20dragon_xmm","p":54,"s":7,"h":1,"n":"Young Brass Dragon"},{"id":972,"c":1,"u":"young%20bronze%20dragon_xmm","p":58,"s":7,"h":1,"n":"Young Bronze Dragon"},{"id":973,"c":1,"u":"young%20copper%20dragon_xmm","p":78,"s":7,"h":1,"n":"Young Copper Dragon"},{"id":974,"c":1,"u":"young%20gold%20dragon_xmm","p":144,"s":7,"h":1,"n":"Young Gold Dragon"},{"id":975,"c":1,"u":"young%20green%20dragon_xmm","p":152,"s":7,"h":1,"n":"Young Green Dragon"},{"id":976,"c":1,"u":"young%20red%20dragon_xmm","p":254,"s":7,"h":1,"n":"Young Red Dragon"},{"id":977,"c":1,"u":"young%20remorhaz_xmm","p":258,"s":7,"h":1,"n":"Young Remorhaz"},{"id":978,"c":1,"u":"young%20silver%20dragon_xmm","p":278,"s":7,"h":1,"n":"Young Silver Dragon"},{"id":979,"c":1,"u":"young%20white%20dragon_xmm","p":328,"s":7,"h":1,"n":"Young White Dragon"},{"id":980,"c":1,"u":"yuan-ti%20abomination_xmm","p":345,"s":7,"h":1,"n":"Yuan-ti Abomination"},{"id":981,"c":1,"u":"yuan-ti%20infiltrator_xmm","p":342,"s":7,"h":1,"n":"Yuan-ti Infiltrator"},{"id":982,"c":1,"u":"yuan-ti%20malison%20(type%201)_xmm","p":343,"s":7,"h":1,"n":"Yuan-ti Malison (Type 1)"},{"id":983,"c":1,"u":"yuan-ti%20malison%20(type%202)_xmm","p":343,"s":7,"h":1,"n":"Yuan-ti Malison (Type 2)"},{"id":984,"c":1,"u":"yuan-ti%20malison%20(type%203)_xmm","p":344,"s":7,"h":1,"n":"Yuan-ti Malison (Type 3)"},{"id":985,"c":1,"u":"zombie_xmm","p":346,"s":7,"h":1,"n":"Zombie"},{"id":986,"c":1,"u":"aberrant%20spirit_xphb","p":322,"s":8,"h":1,"n":"Aberrant Spirit"},{"id":987,"c":1,"u":"animated%20object_xphb","p":240,"s":8,"h":1,"n":"Animated Object"},{"id":988,"c":1,"u":"beast%20of%20the%20land_xphb","p":123,"s":8,"h":1,"n":"Beast of the Land"},{"id":989,"c":1,"u":"beast%20of%20the%20sea_xphb","p":124,"s":8,"h":1,"n":"Beast of the Sea"},{"id":990,"c":1,"u":"beast%20of%20the%20sky_xphb","p":124,"s":8,"h":1,"n":"Beast of the Sky"},{"id":991,"c":1,"u":"bestial%20spirit_xphb","p":323,"s":8,"h":1,"n":"Bestial Spirit"},{"id":992,"c":1,"u":"celestial%20spirit_xphb","p":323,"s":8,"h":1,"n":"Celestial Spirit"},{"id":993,"c":1,"u":"construct%20spirit_xphb","p":324,"s":8,"h":1,"n":"Construct Spirit"},{"id":994,"c":1,"u":"draconic%20spirit_xphb","p":325,"s":8,"h":1,"n":"Draconic Spirit"},{"id":995,"c":1,"u":"elemental%20spirit_xphb","p":325,"s":8,"h":1,"n":"Elemental Spirit"},{"id":996,"c":1,"u":"fey%20spirit_xphb","p":326,"s":8,"h":1,"n":"Fey Spirit"},{"id":997,"c":1,"u":"fiendish%20spirit_xphb","p":327,"s":8,"h":1,"n":"Fiendish Spirit"},{"id":998,"c":1,"u":"giant%20insect_xphb","p":279,"s":8,"h":1,"n":"Giant Insect"},{"id":999,"c":1,"u":"otherworldly%20steed_xphb","p":273,"s":8,"h":1,"n":"Otherworldly Steed"},{"id":1000,"c":1,"u":"undead%20spirit_xphb","p":328,"s":8,"h":1,"n":"Undead Spirit"},{"id":1001,"c":1,"u":"abigor_coa","p":193,"s":9,"h":1,"n":"Abigor"},{"id":1002,"c":1,"u":"aeshma_coa","p":261,"s":9,"h":1,"n":"Aeshma"},{"id":1003,"c":1,"u":"affliction%20devil%20(kocrachon)_coa","p":236,"s":9,"h":1,"n":"Affliction Devil (Kocrachon)"},{"id":1004,"c":1,"u":"anacreda_coa","p":146,"s":9,"h":1,"n":"Anacreda"},{"id":1005,"c":1,"u":"anagwendol_coa","p":262,"s":9,"h":1,"n":"Anagwendol"},{"id":1006,"c":1,"u":"animated%20furniture_coa","p":170,"s":9,"h":1,"n":"Animated Furniture"},{"id":1007,"c":1,"u":"asmodeus_coa","p":217,"s":9,"h":1,"n":"Asmodeus"},{"id":1008,"c":1,"u":"avatar%20of%20baalzebul_coa","p":38,"s":9,"h":1,"n":"Avatar of Baalzebul"},{"id":1009,"c":1,"u":"awful%20fisher_coa","p":133,"s":9,"h":1,"n":"Awful Fisher"},{"id":1010,"c":1,"u":"ayperobo%20swarm_coa","p":238,"s":9,"h":1,"n":"Ayperobo Swarm"},{"id":1011,"c":1,"u":"baalzebul_coa","p":219,"s":9,"h":1,"n":"Baalzebul"},{"id":1012,"c":1,"u":"barachiel_coa","p":263,"s":9,"h":1,"n":"Barachiel"},{"id":1013,"c":1,"u":"bel_coa","p":234,"s":9,"h":1,"n":"Bel"},{"id":1014,"c":1,"u":"belial_coa","p":221,"s":9,"h":1,"n":"Belial"},{"id":1015,"c":1,"u":"brother%20adramalech_coa","p":185,"s":9,"h":1,"n":"Brother Adramalech"},{"id":1016,"c":1,"u":"brother%20morax_coa","p":186,"s":9,"h":1,"n":"Brother Morax"},{"id":1017,"c":1,"u":"buer_coa","p":211,"s":9,"h":1,"n":"Buer"},{"id":1018,"c":1,"u":"corruption%20devil%20(paeliryon)_coa","p":239,"s":9,"h":1,"n":"Corruption Devil (Paeliryon)"},{"id":1019,"c":1,"u":"demon%20ichor_coa","p":78,"s":9,"h":1,"n":"Demon Ichor"},{"id":1020,"c":1,"u":"devorastus_coa","p":198,"s":9,"h":1,"n":"Devorastus"},{"id":1021,"c":1,"u":"dispater_coa","p":222,"s":9,"h":1,"n":"Dispater"},{"id":1022,"c":1,"u":"displacer%20fiend_coa","p":240,"s":9,"h":1,"n":"Displacer Fiend"},{"id":1023,"c":1,"u":"ekengarik_coa","p":141,"s":9,"h":1,"n":"Ekengarik"},{"id":1024,"c":1,"u":"eriflamme_coa","p":121,"s":9,"h":1,"n":"Eriflamme"},{"id":1025,"c":1,"u":"fiendish%20formian_coa","p":144,"s":9,"h":1,"n":"Fiendish Formian"},{"id":1026,"c":1,"u":"fierna_coa","p":225,"s":9,"h":1,"n":"Fierna"},{"id":1027,"c":1,"u":"fire%20kraken_coa","p":120,"s":9,"h":1,"n":"Fire Kraken"},{"id":1028,"c":1,"u":"frozen%20golem_coa","p":132,"s":9,"h":1,"n":"Frozen Golem"},{"id":1029,"c":1,"u":"glasya_coa","p":226,"s":9,"h":1,"n":"Glasya"},{"id":1030,"c":1,"u":"greater%20tyrant%20shadow_coa","p":256,"s":9,"h":1,"n":"Greater Tyrant Shadow"},{"id":1031,"c":1,"u":"grotesque%20tentacle_coa","p":78,"s":9,"h":1,"n":"Grotesque Tentacle"},{"id":1032,"c":1,"u":"halog_coa","p":242,"s":9,"h":1,"n":"Halog"},{"id":1033,"c":1,"u":"hellcat%20(bezekira)_coa","p":244,"s":9,"h":1,"n":"Hellcat (Bezekira)"},{"id":1034,"c":1,"u":"icy%20simulacrum_coa","p":176,"s":9,"h":1,"n":"Icy Simulacrum"},{"id":1035,"c":1,"u":"jenevere_coa","p":264,"s":9,"h":1,"n":"Jenevere"},{"id":1036,"c":1,"u":"koh%20tam_coa","p":265,"s":9,"h":1,"n":"Koh Tam"},{"id":1037,"c":1,"u":"kuo-toa%20heretic_coa","p":129,"s":9,"h":1,"n":"Kuo-toa Heretic"},{"id":1038,"c":1,"u":"lesser%20tyrant%20shadow_coa","p":255,"s":9,"h":1,"n":"Lesser Tyrant Shadow"},{"id":1039,"c":1,"u":"levistus_coa","p":229,"s":9,"h":1,"n":"Levistus"},{"id":1040,"c":1,"u":"maelephant%20nomad_coa","p":245,"s":9,"h":1,"n":"Maelephant Nomad"},{"id":1041,"c":1,"u":"mammon_coa","p":230,"s":9,"h":1,"n":"Mammon"},{"id":1042,"c":1,"u":"mephistopheles_coa","p":223,"s":9,"h":1,"n":"Mephistopheles"},{"id":1043,"c":1,"u":"miasmorne_coa","p":246,"s":9,"h":1,"n":"Miasmorne"},{"id":1044,"c":1,"u":"oneirovore_coa","p":248,"s":9,"h":1,"n":"Oneirovore"},{"id":1045,"c":1,"u":"pain%20devil%20(excruciarch)_coa","p":249,"s":9,"h":1,"n":"Pain Devil (Excruciarch)"},{"id":1046,"c":1,"u":"ramius_coa","p":24,"s":9,"h":1,"n":"Ramius"},{"id":1047,"c":1,"u":"regular%20orthoclath_coa","p":171,"s":9,"h":1,"n":"Regular Orthoclath"},{"id":1048,"c":1,"u":"rimmon_coa","p":209,"s":9,"h":1,"n":"Rimmon"},{"id":1049,"c":1,"u":"roth%c3%a9_coa","p":48,"s":9,"h":1,"n":"Rothe"},{"id":1050,"c":1,"u":"sarevok_coa","p":48,"s":9,"h":1,"n":"Sarevok"},{"id":1051,"c":1,"u":"shredwing_coa","p":250,"s":9,"h":1,"n":"Shredwing"},{"id":1052,"c":1,"u":"slayer_coa","p":30,"s":9,"h":1,"n":"Slayer"},{"id":1053,"c":1,"u":"styx%20dragon_coa","p":252,"s":9,"h":1,"n":"Styx Dragon"},{"id":1054,"c":1,"u":"tiax_coa","p":266,"s":9,"h":1,"n":"Tiax"},{"id":1055,"c":1,"u":"tyrant%20shadow_coa","p":255,"s":9,"h":1,"n":"Tyrant Shadow"},{"id":1056,"c":1,"u":"vorvolaka_coa","p":258,"s":9,"h":1,"n":"Vorvolaka"},{"id":1057,"c":1,"u":"waeloquay_coa","p":175,"s":9,"h":1,"n":"Waeloquay"},{"id":1058,"c":1,"u":"war%20devil_coa","p":260,"s":9,"h":1,"n":"War Devil"},{"id":1059,"c":1,"u":"zagum_coa","p":210,"s":9,"h":1,"n":"Zagum"},{"id":1060,"c":1,"u":"zariel_coa","p":235,"s":9,"h":1,"n":"Zariel"},{"id":1061,"c":1,"u":"zythan_coa","p":26,"s":9,"h":1,"n":"Zythan"},{"id":1062,"c":1,"u":"acidic%20mist%20apparition_gotsf","p":6,"s":10,"h":1,"n":"Acidic Mist Apparition"},{"id":1063,"c":1,"u":"achaierai_mabjov","p":131,"s":11,"h":1,"n":"Achaierai"},{"id":1064,"c":1,"u":"aribeth%20de%20tylmarande_mabjov","p":108,"s":11,"h":1,"n":"Aribeth de Tylmarande"},{"id":1065,"c":1,"u":"baalzebul_mabjov","p":92,"s":11,"h":1,"n":"Baalzebul"},{"id":1066,"c":1,"u":"bebilith_mabjov","p":133,"s":11,"h":1,"n":"Bebilith"},{"id":1067,"c":1,"u":"bhaal%2c%20ravager_mabjov","p":95,"s":11,"h":1,"n":"Bhaal, Ravager"},{"id":1068,"c":1,"u":"bhaal%2c%20slayer_mabjov","p":93,"s":11,"h":1,"n":"Bhaal, Slayer"},{"id":1069,"c":1,"u":"bodhi%20irenicus_mabjov","p":77,"s":11,"h":1,"n":"Bodhi Irenicus"},{"id":1070,"c":1,"u":"borivik%20windheim_mabjov","p":56,"s":11,"h":1,"n":"Borivik Windheim"},{"id":1071,"c":1,"u":"cornelius%20watson_mabjov","p":30,"s":11,"h":1,"n":"Cornelius Watson"},{"id":1072,"c":1,"u":"cryonax_mabjov","p":98,"s":11,"h":1,"n":"Cryonax"},{"id":1073,"c":1,"u":"dagryn_mabjov","p":110,"s":11,"h":1,"n":"Dagryn"},{"id":1074,"c":1,"u":"darien_mabjov","p":112,"s":11,"h":1,"n":"Darien"},{"id":1075,"c":1,"u":"deep%20spider_mabjov","p":151,"s":11,"h":1,"n":"Deep Spider"},{"id":1076,"c":1,"u":"dread%20doppelganger_mabjov","p":139,"s":11,"h":1,"n":"Dread Doppelganger"},{"id":1077,"c":1,"u":"edwin%20odesseiron_mabjov","p":114,"s":11,"h":1,"n":"Edwin Odesseiron"},{"id":1078,"c":1,"u":"eo%20ashmajiir_mabjov","p":116,"s":11,"h":1,"n":"Eo Ashmajiir"},{"id":1079,"c":1,"u":"faldorn_mabjov","p":50,"s":11,"h":1,"n":"Faldorn"},{"id":1080,"c":1,"u":"farastu%20stalker_mabjov","p":135,"s":11,"h":1,"n":"Farastu Stalker"},{"id":1081,"c":1,"u":"farastu%20stalker_mabjov","p":135,"s":11,"h":1,"n":"Demodand"},{"id":1082,"c":1,"u":"flimp%20shagglecran_mabjov","p":32,"s":11,"h":1,"n":"Flimp Shagglecran"},{"id":1083,"c":1,"u":"gibberling_mabjov","p":141,"s":11,"h":1,"n":"Gibberling"},{"id":1084,"c":1,"u":"hamadryad_mabjov","p":143,"s":11,"h":1,"n":"Hamadryad"},{"id":1085,"c":1,"u":"imoen_mabjov","p":88,"s":11,"h":1,"n":"Imoen"},{"id":1086,"c":1,"u":"jaheira_mabjov","p":60,"s":11,"h":1,"n":"Jaheira"},{"id":1087,"c":1,"u":"jon%20irenicus_mabjov","p":73,"s":11,"h":1,"n":"Jon Irenicus"},{"id":1088,"c":1,"u":"kagain_mabjov","p":118,"s":11,"h":1,"n":"Kagain"},{"id":1089,"c":1,"u":"kelubar%20consul_mabjov","p":136,"s":11,"h":1,"n":"Kelubar Consul"},{"id":1090,"c":1,"u":"kelubar%20consul_mabjov","p":136,"s":11,"h":1,"n":"Demodand"},{"id":1091,"c":1,"u":"kivan_mabjov","p":48,"s":11,"h":1,"n":"Kivan"},{"id":1092,"c":1,"u":"lothar_mabjov","p":80,"s":11,"h":1,"n":"Lothar"},{"id":1093,"c":1,"u":"mephistopheles_mabjov","p":101,"s":11,"h":1,"n":"Mephistopheles"},{"id":1094,"c":1,"u":"minsc%20and%20boo!_mabjov","p":68,"s":11,"h":1,"n":"Minsc and Boo!"},{"id":1095,"c":1,"u":"montaron%20and%20the%20laughing%20skull_mabjov","p":86,"s":11,"h":1,"n":"Montaron and the Laughing Skull"},{"id":1096,"c":1,"u":"naes%20inuus_mabjov","p":42,"s":11,"h":1,"n":"Naes Inuus"},{"id":1097,"c":1,"u":"nauk_mabjov","p":54,"s":11,"h":1,"n":"Nauk"},{"id":1098,"c":1,"u":"pazuzu_mabjov","p":104,"s":11,"h":1,"n":"Pazuzu"},{"id":1099,"c":1,"u":"pelyious%20avhoste_mabjov","p":120,"s":11,"h":1,"n":"Pelyious Avhoste"},{"id":1100,"c":1,"u":"phaerimm_mabjov","p":145,"s":11,"h":1,"n":"Phaerimm"},{"id":1101,"c":1,"u":"saemon%20havarian_mabjov","p":122,"s":11,"h":1,"n":"Saemon Havarian"},{"id":1102,"c":1,"u":"sarevok_mabjov","p":124,"s":11,"h":1,"n":"Sarevok"},{"id":1103,"c":1,"u":"shator%20warden_mabjov","p":137,"s":11,"h":1,"n":"Shator Warden"},{"id":1104,"c":1,"u":"shator%20warden_mabjov","p":137,"s":11,"h":1,"n":"Demodand"},{"id":1105,"c":1,"u":"sirene_mabjov","p":147,"s":11,"h":1,"n":"Sirene"},{"id":1106,"c":1,"u":"skeleton%20lord_mabjov","p":148,"s":11,"h":1,"n":"Skeleton Lord"},{"id":1107,"c":1,"u":"skeleton%20warrior_mabjov","p":149,"s":11,"h":1,"n":"Skeleton Warrior"},{"id":1108,"c":1,"u":"ssendam%2c%20lord%20of%20madness_mabjov","p":107,"s":11,"h":1,"n":"Ssendam, Lord of Madness"},{"id":1109,"c":1,"u":"suldil%20baldoriel_mabjov","p":66,"s":11,"h":1,"n":"Suldil Baldoriel"},{"id":1110,"c":1,"u":"sword%20spider_mabjov","p":151,"s":11,"h":1,"n":"Sword Spider"},{"id":1111,"c":1,"u":"tasloi_mabjov","p":153,"s":11,"h":1,"n":"Tasloi"},{"id":1112,"c":1,"u":"tasloi%20sniper_mabjov","p":153,"s":11,"h":1,"n":"Tasloi Sniper"},{"id":1113,"c":1,"u":"tiberius%20inuus_mabjov","p":44,"s":11,"h":1,"n":"Tiberius Inuus"},{"id":1114,"c":1,"u":"valygar_mabjov","p":36,"s":11,"h":1,"n":"Valygar"},{"id":1115,"c":1,"u":"vellin%20farstride_mabjov","p":62,"s":11,"h":1,"n":"Vellin Farstride"},{"id":1116,"c":1,"u":"viconia%20devir_mabjov","p":126,"s":11,"h":1,"n":"Viconia DeVir"},{"id":1117,"c":1,"u":"viktor_mabjov","p":82,"s":11,"h":1,"n":"Viktor"},{"id":1118,"c":1,"u":"wolfwere_mabjov","p":155,"s":11,"h":1,"n":"Wolfwere"},{"id":1119,"c":1,"u":"wolfwere%20alpha_mabjov","p":154,"s":11,"h":1,"n":"Wolfwere Alpha"},{"id":1120,"c":1,"u":"xan%20moonblade_mabjov","p":38,"s":11,"h":1,"n":"Xan Moonblade"},{"id":1121,"c":1,"u":"xzar%20the%20chaos%20clone_mabjov","p":128,"s":11,"h":1,"n":"Xzar the Chaos Clone"},{"id":1122,"c":1,"u":"assassin%20bug_mff","p":4,"s":12,"h":1,"n":"Assassin Bug"},{"id":1123,"c":1,"u":"blindheim_mff","p":5,"s":12,"h":1,"n":"Blindheim"},{"id":1124,"c":1,"u":"crab%20folk_mff","p":6,"s":12,"h":1,"n":"Crab Folk"},{"id":1125,"c":1,"u":"dire%20corby_mff","p":7,"s":12,"h":1,"n":"Dire Corby"},{"id":1126,"c":1,"u":"eye%20of%20fear%20and%20flame_mff","p":8,"s":12,"h":1,"n":"Eye of Fear and Flame"},{"id":1127,"c":1,"u":"fog%20giant_mff","p":10,"s":12,"h":1,"n":"Fog Giant"},{"id":1128,"c":1,"u":"forlarren_mff","p":9,"s":12,"h":1,"n":"Forlarren"},{"id":1129,"c":1,"u":"jermlaine_mff","p":11,"s":12,"h":1,"n":"Jermlaine"},{"id":1130,"c":1,"u":"khargra_mff","p":12,"s":12,"h":1,"n":"Khargra"},{"id":1131,"c":1,"u":"killmoulis_mff","p":13,"s":12,"h":1,"n":"Killmoulis"},{"id":1132,"c":1,"u":"mite_mff","p":14,"s":12,"h":1,"n":"Mite"},{"id":1133,"c":1,"u":"needle%20lord_mff","p":16,"s":12,"h":1,"n":"Needle Lord"},{"id":1134,"c":1,"u":"needle%20spawn_mff","p":16,"s":12,"h":1,"n":"Needle Spawn"},{"id":1135,"c":1,"u":"norker_mff","p":17,"s":12,"h":1,"n":"Norker"},{"id":1136,"c":1,"u":"norker%20war%20leader_mff","p":17,"s":12,"h":1,"n":"Norker War Leader"},{"id":1137,"c":1,"u":"screaming%20devilkin_mff","p":19,"s":12,"h":1,"n":"Screaming Devilkin"},{"id":1138,"c":1,"u":"xill_mff","p":21,"s":12,"h":1,"n":"Xill"},{"id":1139,"c":1,"u":"ygorl%2c%20lord%20of%20entropy_mff","p":20,"s":12,"h":1,"n":"Ygorl, Lord of Entropy"},{"id":1140,"c":1,"u":"adult%20sapphire%20dragon_sads","p":1,"s":13,"h":1,"n":"Adult Sapphire Dragon"},{"id":1141,"c":1,"u":"vecna%20the%20archlich_vd","s":14,"h":1,"n":"Vecna the Archlich"},{"id":1142,"c":1,"u":"ancient%20deep%20crow_ai","p":211,"s":15,"h":1,"n":"Ancient Deep Crow"},{"id":1143,"c":1,"u":"auspicia%20dran_ai","p":208,"s":15,"h":1,"n":"Auspicia Dran"},{"id":1144,"c":1,"u":"brahma%20lutier_ai","p":205,"s":15,"h":1,"n":"Brahma Lutier"},{"id":1145,"c":1,"u":"chaos%20quadrapod_ai","p":209,"s":15,"h":1,"n":"Chaos Quadrapod"},{"id":1146,"c":1,"u":"clockwork%20dragon_ai","p":209,"s":15,"h":1,"n":"Clockwork Dragon"},{"id":1147,"c":1,"u":"deep%20crow_ai","p":210,"s":15,"h":1,"n":"Deep Crow"},{"id":1148,"c":1,"u":"donaar%20blit'zen_ai","p":201,"s":15,"h":1,"n":"Donaar Blit'zen"},{"id":1149,"c":1,"u":"flabbergast_ai","p":200,"s":15,"h":1,"n":"Flabbergast"},{"id":1150,"c":1,"u":"jim%20darkmagic_ai","p":197,"s":15,"h":1,"n":"Jim Darkmagic"},{"id":1151,"c":1,"u":"k'thriss%20drow'b_ai","p":202,"s":15,"h":1,"n":"K'thriss Drow'b"},{"id":1152,"c":1,"u":"keg%20robot_ai","p":212,"s":15,"h":1,"n":"Keg Robot"},{"id":1153,"c":1,"u":"m%c3%b4rg%c3%a6n_ai","p":199,"s":15,"h":1,"n":"Morgaen"},{"id":1154,"c":1,"u":"oak%20truestrike_ai","p":205,"s":15,"h":1,"n":"Oak Truestrike"},{"id":1155,"c":1,"u":"omin%20dran_ai","p":196,"s":15,"h":1,"n":"Omin Dran"},{"id":1156,"c":1,"u":"pendragon%20beestinger_ai","p":206,"s":15,"h":1,"n":"Pendragon Beestinger"},{"id":1157,"c":1,"u":"phoenix%20anvil_ai","p":206,"s":15,"h":1,"n":"Phoenix Anvil"},{"id":1158,"c":1,"u":"portentia%20dran_ai","p":208,"s":15,"h":1,"n":"Portentia Dran"},{"id":1159,"c":1,"u":"prophetess%20dran_ai","p":208,"s":15,"h":1,"n":"Prophetess Dran"},{"id":1160,"c":1,"u":"rosie%20beestinger_ai","p":203,"s":15,"h":1,"n":"Rosie Beestinger"},{"id":1161,"c":1,"u":"splugoth%20the%20returned_ai","p":213,"s":15,"h":1,"n":"Splugoth the Returned"},{"id":1162,"c":1,"u":"viari_ai","p":198,"s":15,"h":1,"n":"Viari"},{"id":1163,"c":1,"u":"walnut%20dankgrass_ai","p":204,"s":15,"h":1,"n":"Walnut Dankgrass"},{"id":1164,"c":1,"u":"aartuk%20elder_bam","p":8,"s":16,"h":1,"n":"Aartuk Elder"},{"id":1165,"c":1,"u":"aartuk%20starhorror_bam","p":9,"s":16,"h":1,"n":"Aartuk Starhorror"},{"id":1166,"c":1,"u":"aartuk%20weedling_bam","p":9,"s":16,"h":1,"n":"Aartuk Weedling"},{"id":1167,"c":1,"u":"adult%20lunar%20dragon_bam","p":34,"s":16,"h":1,"n":"Adult Lunar Dragon"},{"id":1168,"c":1,"u":"adult%20solar%20dragon_bam","p":52,"s":16,"h":1,"n":"Adult Solar Dragon"},{"id":1169,"c":1,"u":"ancient%20lunar%20dragon_bam","p":32,"s":16,"h":1,"n":"Ancient Lunar Dragon"},{"id":1170,"c":1,"u":"ancient%20solar%20dragon_bam","p":50,"s":16,"h":1,"n":"Ancient Solar Dragon"},{"id":1171,"c":1,"u":"astral%20elf%20aristocrat_bam","p":11,"s":16,"h":1,"n":"Astral Elf Aristocrat"},{"id":1172,"c":1,"u":"astral%20elf%20commander_bam","p":12,"s":16,"h":1,"n":"Astral Elf Commander"},{"id":1173,"c":1,"u":"astral%20elf%20honor%20guard_bam","p":12,"s":16,"h":1,"n":"Astral Elf Honor Guard"},{"id":1174,"c":1,"u":"astral%20elf%20star%20priest_bam","p":13,"s":16,"h":1,"n":"Astral Elf Star Priest"},{"id":1175,"c":1,"u":"astral%20elf%20warrior_bam","p":13,"s":16,"h":1,"n":"Astral Elf Warrior"},{"id":1176,"c":1,"u":"autognome_bam","p":13,"s":16,"h":1,"n":"Autognome"},{"id":1177,"c":1,"u":"b'rohg_bam","p":16,"s":16,"h":1,"n":"B'rohg"},{"id":1178,"c":1,"u":"braxat_bam","p":15,"s":16,"h":1,"n":"Braxat"},{"id":1179,"c":1,"u":"brown%20scavver_bam","p":49,"s":16,"h":1,"n":"Brown Scavver"},{"id":1180,"c":1,"u":"chwinga%20astronaut_bam","p":17,"s":16,"h":1,"n":"Chwinga Astronaut"},{"id":1181,"c":1,"u":"cosmic%20horror_bam","p":18,"s":16,"h":1,"n":"Cosmic Horror"},{"id":1182,"c":1,"u":"dohwar_bam","p":19,"s":16,"h":1,"n":"Dohwar"},{"id":1183,"c":1,"u":"esthetic_bam","p":20,"s":16,"h":1,"n":"Esthetic"},{"id":1184,"c":1,"u":"eye%20monger_bam","p":21,"s":16,"h":1,"n":"Eye Monger"},{"id":1185,"c":1,"u":"feyr_bam","p":22,"s":16,"h":1,"n":"Feyr"},{"id":1186,"c":1,"u":"gaj_bam","p":23,"s":16,"h":1,"n":"Gaj"},{"id":1187,"c":1,"u":"giant%20space%20hamster_bam","p":56,"s":16,"h":1,"n":"Giant Space Hamster"},{"id":1188,"c":1,"u":"giff%20shipmate_bam","p":24,"s":16,"h":1,"n":"Giff Shipmate"},{"id":1189,"c":1,"u":"giff%20shock%20trooper_bam","p":25,"s":16,"h":1,"n":"Giff Shock Trooper"},{"id":1190,"c":1,"u":"giff%20warlord_bam","p":25,"s":16,"h":1,"n":"Giff Warlord"},{"id":1191,"c":1,"u":"githyanki%20buccaneer_bam","p":27,"s":16,"h":1,"n":"Githyanki Buccaneer"},{"id":1192,"c":1,"u":"githyanki%20star%20seer_bam","p":27,"s":16,"h":1,"n":"Githyanki Star Seer"},{"id":1193,"c":1,"u":"githyanki%20xenomancer_bam","p":27,"s":16,"h":1,"n":"Githyanki Xenomancer"},{"id":1194,"c":1,"u":"gray%20scavver_bam","p":49,"s":16,"h":1,"n":"Gray Scavver"},{"id":1195,"c":1,"u":"hadozee%20explorer_bam","p":28,"s":16,"h":1,"n":"Hadozee Explorer"},{"id":1196,"c":1,"u":"hadozee%20shipmate_bam","p":29,"s":16,"h":1,"n":"Hadozee Shipmate"},{"id":1197,"c":1,"u":"hadozee%20warrior_bam","p":29,"s":16,"h":1,"n":"Hadozee Warrior"},{"id":1198,"c":1,"u":"jammer%20leech_bam","p":30,"s":16,"h":1,"n":"Jammer Leech"},{"id":1199,"c":1,"u":"kindori_bam","p":31,"s":16,"h":1,"n":"Kindori"},{"id":1200,"c":1,"u":"lunar%20dragon%20wyrmling_bam","p":35,"s":16,"h":1,"n":"Lunar Dragon Wyrmling"},{"id":1201,"c":1,"u":"megapede_bam","p":36,"s":16,"h":1,"n":"Megapede"},{"id":1202,"c":1,"u":"mercane_bam","p":37,"s":16,"h":1,"n":"Mercane"},{"id":1203,"c":1,"u":"murder%20comet_bam","p":38,"s":16,"h":1,"n":"Murder Comet"},{"id":1204,"c":1,"u":"neh-thalggu_bam","p":39,"s":16,"h":1,"n":"Neh-thalggu"},{"id":1205,"c":1,"u":"neogi%20hatchling%20swarm_bam","p":40,"s":16,"h":1,"n":"Neogi Hatchling Swarm"},{"id":1206,"c":1,"u":"neogi%20pirate_bam","p":41,"s":16,"h":1,"n":"Neogi Pirate"},{"id":1207,"c":1,"u":"neogi%20void%20hunter_bam","p":41,"s":16,"h":1,"n":"Neogi Void Hunter"},{"id":1208,"c":1,"u":"night%20scavver_bam","p":49,"s":16,"h":1,"n":"Night Scavver"},{"id":1209,"c":1,"u":"plasmoid%20boss_bam","p":42,"s":16,"h":1,"n":"Plasmoid Boss"},{"id":1210,"c":1,"u":"plasmoid%20explorer_bam","p":43,"s":16,"h":1,"n":"Plasmoid Explorer"},{"id":1211,"c":1,"u":"plasmoid%20warrior_bam","p":43,"s":16,"h":1,"n":"Plasmoid Warrior"},{"id":1212,"c":1,"u":"psurlon_bam","p":44,"s":16,"h":1,"n":"Psurlon"},{"id":1213,"c":1,"u":"psurlon%20leader_bam","p":45,"s":16,"h":1,"n":"Psurlon Leader"},{"id":1214,"c":1,"u":"psurlon%20ringer_bam","p":45,"s":16,"h":1,"n":"Psurlon Ringer"},{"id":1215,"c":1,"u":"reigar_bam","p":47,"s":16,"h":1,"n":"Reigar"},{"id":1216,"c":1,"u":"solar%20dragon%20wyrmling_bam","p":53,"s":16,"h":1,"n":"Solar Dragon Wyrmling"},{"id":1217,"c":1,"u":"space%20clown_bam","p":54,"s":16,"h":1,"n":"Space Clown"},{"id":1218,"c":1,"u":"space%20eel_bam","p":55,"s":16,"h":1,"n":"Space Eel"},{"id":1219,"c":1,"u":"space%20guppy_bam","p":55,"s":16,"h":1,"n":"Space Guppy"},{"id":1220,"c":1,"u":"space%20hamster_bam","p":56,"s":16,"h":1,"n":"Space Hamster"},{"id":1221,"c":1,"u":"space%20mollymawk_bam","p":57,"s":16,"h":1,"n":"Space Mollymawk"},{"id":1222,"c":1,"u":"space%20swine_bam","p":57,"s":16,"h":1,"n":"Space Swine"},{"id":1223,"c":1,"u":"ssurran%20defiler_bam","p":58,"s":16,"h":1,"n":"Ssurran Defiler"},{"id":1224,"c":1,"u":"ssurran%20poisoner_bam","p":58,"s":16,"h":1,"n":"Ssurran Poisoner"},{"id":1225,"c":1,"u":"starlight%20apparition_bam","p":59,"s":16,"h":1,"n":"Starlight Apparition"},{"id":1226,"c":1,"u":"thri-kreen%20gladiator_bam","p":60,"s":16,"h":1,"n":"Thri-kreen Gladiator"},{"id":1227,"c":1,"u":"thri-kreen%20hunter_bam","p":61,"s":16,"h":1,"n":"Thri-kreen Hunter"},{"id":1228,"c":1,"u":"thri-kreen%20mystic_bam","p":61,"s":16,"h":1,"n":"Thri-kreen Mystic"},{"id":1229,"c":1,"u":"vampirate_bam","p":62,"s":16,"h":1,"n":"Vampirate"},{"id":1230,"c":1,"u":"vampirate%20captain_bam","p":63,"s":16,"h":1,"n":"Vampirate Captain"},{"id":1231,"c":1,"u":"vampirate%20mage_bam","p":63,"s":16,"h":1,"n":"Vampirate Mage"},{"id":1232,"c":1,"u":"void%20scavver_bam","p":49,"s":16,"h":1,"n":"Void Scavver"},{"id":1233,"c":1,"u":"young%20lunar%20dragon_bam","p":35,"s":16,"h":1,"n":"Young Lunar Dragon"},{"id":1234,"c":1,"u":"young%20solar%20dragon_bam","p":53,"s":16,"h":1,"n":"Young Solar Dragon"},{"id":1235,"c":1,"u":"zodar_bam","p":64,"s":16,"h":1,"n":"Zodar"},{"id":1236,"c":1,"u":"abyssal%20chicken_bgdia","p":97,"s":17,"h":1,"n":"Abyssal Chicken"},{"id":1237,"c":1,"u":"amrik%20vanthampur_bgdia","p":30,"s":17,"h":1,"n":"Amrik Vanthampur"},{"id":1238,"c":1,"u":"archduke%20zariel%20of%20avernus_bgdia","p":243,"s":17,"h":1,"n":"Archduke Zariel of Avernus"},{"id":1239,"c":1,"u":"arkhan%20the%20cruel_bgdia","p":111,"s":17,"h":1,"n":"Arkhan the Cruel"},{"id":1240,"c":1,"u":"bel_bgdia","p":115,"s":17,"h":1,"n":"Bel"},{"id":1241,"c":1,"u":"bitter%20breath_bgdia","p":90,"s":17,"h":1,"n":"Bitter Breath"},{"id":1242,"c":1,"u":"black%20gauntlet%20of%20bane_bgdia","p":235,"s":17,"h":1,"n":"Black Gauntlet of Bane"},{"id":1243,"c":1,"u":"bone%20whelk_bgdia","p":119,"s":17,"h":1,"n":"Bone Whelk"},{"id":1244,"c":1,"u":"burney%20the%20barber_bgdia","p":129,"s":17,"h":1,"n":"Burney the Barber"},{"id":1245,"c":1,"u":"chukka_bgdia","p":83,"s":17,"h":1,"n":"Chukka"},{"id":1246,"c":1,"u":"clonk_bgdia","p":83,"s":17,"h":1,"n":"Clonk"},{"id":1247,"c":1,"u":"crokek'toeck_bgdia","p":231,"s":17,"h":1,"n":"Crokek'toeck"},{"id":1248,"c":1,"u":"death's%20head%20of%20bhaal_bgdia","p":233,"s":17,"h":1,"n":"Death's Head of Bhaal"},{"id":1249,"c":1,"u":"dryad%20spirit_bgdia","p":108,"s":17,"h":1,"n":"Dryad Spirit"},{"id":1250,"c":1,"u":"duke%20thalamra%20vanthampur_bgdia","p":38,"s":17,"h":1,"n":"Duke Thalamra Vanthampur"},{"id":1251,"c":1,"u":"elliach_bgdia","p":130,"s":17,"h":1,"n":"Elliach"},{"id":1252,"c":1,"u":"feonor_bgdia","p":130,"s":17,"h":1,"n":"Feonor"},{"id":1253,"c":1,"u":"fiendish%20flesh%20golem_bgdia","p":236,"s":17,"h":1,"n":"Fiendish Flesh Golem"},{"id":1254,"c":1,"u":"fist%20of%20bane_bgdia","p":232,"s":17,"h":1,"n":"Fist of Bane"},{"id":1255,"c":1,"u":"flying%20dagger_bgdia","p":30,"s":17,"h":1,"n":"Flying Dagger"},{"id":1256,"c":1,"u":"gideon%20lightward_bgdia","p":65,"s":17,"h":1,"n":"Gideon Lightward"},{"id":1257,"c":1,"u":"harkina%20hunt_bgdia","p":53,"s":17,"h":1,"n":"Harkina Hunt"},{"id":1258,"c":1,"u":"hellwasp_bgdia","p":236,"s":17,"h":1,"n":"Hellwasp"},{"id":1259,"c":1,"u":"hellwasp%20grub_bgdia","p":95,"s":17,"h":1,"n":"Hellwasp Grub"},{"id":1260,"c":1,"u":"hollyphant_bgdia","p":237,"s":17,"h":1,"n":"Hollyphant"},{"id":1261,"c":1,"u":"iron%20consul_bgdia","p":232,"s":17,"h":1,"n":"Iron Consul"},{"id":1262,"c":1,"u":"kostchtchie_bgdia","p":105,"s":17,"h":1,"n":"Kostchtchie"},{"id":1263,"c":1,"u":"krull_bgdia","p":110,"s":17,"h":1,"n":"Krull"},{"id":1264,"c":1,"u":"lulu_bgdia","p":5,"s":17,"h":1,"n":"Lulu"},{"id":1265,"c":1,"u":"mad%20maggie_bgdia","p":74,"s":17,"h":1,"n":"Mad Maggie"},{"id":1266,"c":1,"u":"mahadi%20the%20rakshasa_bgdia","p":127,"s":17,"h":1,"n":"Mahadi the Rakshasa"},{"id":1267,"c":1,"u":"master%20of%20souls_bgdia","p":234,"s":17,"h":1,"n":"Master of Souls"},{"id":1268,"c":1,"u":"mortlock%20vanthampur_bgdia","p":26,"s":17,"h":1,"n":"Mortlock Vanthampur"},{"id":1269,"c":1,"u":"necromite%20of%20myrkul_bgdia","p":234,"s":17,"h":1,"n":"Necromite of Myrkul"},{"id":1270,"c":1,"u":"necrotic%20centipede_bgdia","p":119,"s":17,"h":1,"n":"Necrotic Centipede"},{"id":1271,"c":1,"u":"night%20blade_bgdia","p":233,"s":17,"h":1,"n":"Night Blade"},{"id":1272,"c":1,"u":"nine-fingers%20keene_bgdia","p":170,"s":17,"h":1,"n":"Nine-Fingers Keene"},{"id":1273,"c":1,"u":"peacock_bgdia","p":195,"s":17,"h":1,"n":"Peacock"},{"id":1274,"c":1,"u":"princeps%20kovik_bgdia","p":91,"s":17,"h":1,"n":"Princeps Kovik"},{"id":1275,"c":1,"u":"raggadragga_bgdia","p":87,"s":17,"h":1,"n":"Raggadragga"},{"id":1276,"c":1,"u":"reaper%20of%20bhaal_bgdia","p":233,"s":17,"h":1,"n":"Reaper of Bhaal"},{"id":1277,"c":1,"u":"rilsa%20rael_bgdia","p":199,"s":17,"h":1,"n":"Rilsa Rael"},{"id":1278,"c":1,"u":"skeletal%20rats_bgdia","p":23,"s":17,"h":1,"n":"Skeletal Rats"},{"id":1279,"c":1,"u":"skull%20lasher%20of%20myrkul_bgdia","p":234,"s":17,"h":1,"n":"Skull Lasher of Myrkul"},{"id":1280,"c":1,"u":"smiler%20the%20defiler_bgdia","p":133,"s":17,"h":1,"n":"Smiler the Defiler"},{"id":1281,"c":1,"u":"sylvira%20savikas_bgdia","p":46,"s":17,"h":1,"n":"Sylvira Savikas"},{"id":1282,"c":1,"u":"thavius%20kreeg_bgdia","p":42,"s":17,"h":1,"n":"Thavius Kreeg"},{"id":1283,"c":1,"u":"thurstwell%20vanthampur_bgdia","p":34,"s":17,"h":1,"n":"Thurstwell Vanthampur"},{"id":1284,"c":1,"u":"torogar%20steelfist_bgdia","p":112,"s":17,"h":1,"n":"Torogar Steelfist"},{"id":1285,"c":1,"u":"traxigor_bgdia","p":50,"s":17,"h":1,"n":"Traxigor"},{"id":1286,"c":1,"u":"tressym_bgdia","p":241,"s":17,"h":1,"n":"Tressym"},{"id":1287,"c":1,"u":"ulder%20ravengard_bgdia","p":70,"s":17,"h":1,"n":"Ulder Ravengard"},{"id":1288,"c":1,"u":"undead%20tree_bgdia","p":109,"s":17,"h":1,"n":"Undead Tree"},{"id":1289,"c":1,"u":"animated%20broom_cm","p":20,"s":18,"h":1,"n":"Animated Broom"},{"id":1290,"c":1,"u":"animated%20chained%20library_cm","p":24,"s":18,"h":1,"n":"Animated Chained Library"},{"id":1291,"c":1,"u":"arrant%20quill_cm","p":157,"s":18,"h":1,"n":"Arrant Quill"},{"id":1292,"c":1,"u":"bak%20mei_cm","p":168,"s":18,"h":1,"n":"Bak Mei"},{"id":1293,"c":1,"u":"canopic%20golem_cm","p":179,"s":18,"h":1,"n":"Canopic Golem"},{"id":1294,"c":1,"u":"chwinga_cm","p":212,"s":18,"h":1,"n":"Chwinga"},{"id":1295,"c":1,"u":"cloud%20giant%20ghost_cm","p":146,"s":18,"h":1,"n":"Cloud Giant Ghost"},{"id":1296,"c":1,"u":"constructed%20commoner_cm","p":149,"s":18,"h":1,"n":"Constructed Commoner"},{"id":1297,"c":1,"u":"corrupted%20avatar%20of%20lurue_cm","p":123,"s":18,"h":1,"n":"Corrupted Avatar of Lurue"},{"id":1298,"c":1,"u":"dragon%20tortoise_cm","p":205,"s":18,"h":1,"n":"Dragon Tortoise"},{"id":1299,"c":1,"u":"faerl_cm","p":104,"s":18,"h":1,"n":"Faerl"},{"id":1300,"c":1,"u":"fungal%20servant_cm","p":217,"s":18,"h":1,"n":"Fungal Servant"},{"id":1301,"c":1,"u":"gingwatzim_cm","p":27,"s":18,"h":1,"n":"Gingwatzim"},{"id":1302,"c":1,"u":"grippli%20warrior_cm","p":99,"s":18,"h":1,"n":"Grippli Warrior"},{"id":1303,"c":1,"u":"hag%20of%20the%20fetid%20gaze_cm","p":76,"s":18,"h":1,"n":"Hag of the Fetid Gaze"},{"id":1304,"c":1,"u":"immortal%20lotus%20monk_cm","p":165,"s":18,"h":1,"n":"Immortal Lotus Monk"},{"id":1305,"c":1,"u":"jade%20tigress_cm","p":166,"s":18,"h":1,"n":"Jade Tigress"},{"id":1306,"c":1,"u":"k'tulah_cm","p":64,"s":18,"h":1,"n":"K'Tulah"},{"id":1307,"c":1,"u":"kiddywidget_cm","p":136,"s":18,"h":1,"n":"Kiddywidget"},{"id":1308,"c":1,"u":"lichen%20lich_cm","p":223,"s":18,"h":1,"n":"Lichen Lich"},{"id":1309,"c":1,"u":"lightning%20golem_cm","p":129,"s":18,"h":1,"n":"Lightning Golem"},{"id":1310,"c":1,"u":"master%20sage_cm","p":9,"s":18,"h":1,"n":"Master Sage"},{"id":1311,"c":1,"u":"miirym_cm","p":16,"s":18,"h":1,"n":"Miirym"},{"id":1312,"c":1,"u":"mimic%20chair_cm","p":22,"s":18,"h":1,"n":"Mimic Chair"},{"id":1313,"c":1,"u":"naiad_cm","p":84,"s":18,"h":1,"n":"Naiad"},{"id":1314,"c":1,"u":"nintra%20siotta_cm","p":197,"s":18,"h":1,"n":"Nintra Siotta"},{"id":1315,"c":1,"u":"parasite-infested%20behir_cm","p":220,"s":18,"h":1,"n":"Parasite-infested Behir"},{"id":1316,"c":1,"u":"ram%20sugar_cm","p":132,"s":18,"h":1,"n":"Ram Sugar"},{"id":1317,"c":1,"u":"sage_cm","p":9,"s":18,"h":1,"n":"Sage"},{"id":1318,"c":1,"u":"sapphire%20sentinel_cm","p":201,"s":18,"h":1,"n":"Sapphire Sentinel"},{"id":1319,"c":1,"u":"shemshime_cm","p":69,"s":18,"h":1,"n":"Shemshime"},{"id":1320,"c":1,"u":"skitterwidget_cm","p":136,"s":18,"h":1,"n":"Skitterwidget"},{"id":1321,"c":1,"u":"steel%20crane_cm","p":164,"s":18,"h":1,"n":"Steel Crane"},{"id":1322,"c":1,"u":"storm%20giant%20skeleton_cm","p":208,"s":18,"h":1,"n":"Storm Giant Skeleton"},{"id":1323,"c":1,"u":"swarm%20of%20animated%20books_cm","p":19,"s":18,"h":1,"n":"Swarm of Animated Books"},{"id":1324,"c":1,"u":"valin%20sarnaster_cm","p":182,"s":18,"h":1,"n":"Valin Sarnaster"},{"id":1325,"c":1,"u":"varnyr_cm","p":63,"s":18,"h":1,"n":"Varnyr"},{"id":1326,"c":1,"u":"wood%20elf%20wizard_cm","p":187,"s":18,"h":1,"n":"Wood Elf Wizard"},{"id":1327,"c":1,"u":"zikran_cm","p":145,"s":18,"h":1,"n":"Zikran"},{"id":1328,"c":1,"u":"zikzokrishka_cm","p":209,"s":18,"h":1,"n":"Zikzokrishka"},{"id":1329,"c":1,"u":"amber%20golem_cos","p":186,"s":19,"h":1,"n":"Amber Golem"},{"id":1330,"c":1,"u":"anastrasya%20karelova_cos","p":93,"s":19,"h":1,"n":"Anastrasya Karelova"},{"id":1331,"c":1,"u":"animated%20halberd_cos","p":59,"s":19,"h":1,"n":"Animated Halberd"},{"id":1332,"c":1,"u":"arabelle_cos","p":38,"s":19,"h":1,"n":"Arabelle"},{"id":1333,"c":1,"u":"armored%20saber-toothed%20tiger_cos","p":115,"s":19,"h":1,"n":"Armored Saber-Toothed Tiger"},{"id":1334,"c":1,"u":"arrigal_cos","p":121,"s":19,"h":1,"n":"Arrigal"},{"id":1335,"c":1,"u":"baba%20lysaga_cos","p":228,"s":19,"h":1,"n":"Baba Lysaga"},{"id":1336,"c":1,"u":"baba%20lysaga's%20creeping%20hut_cos","p":226,"s":19,"h":1,"n":"Baba Lysaga's Creeping Hut"},{"id":1337,"c":1,"u":"baron%20vargas%20vallakovich_cos","p":105,"s":19,"h":1,"n":"Baron Vargas Vallakovich"},{"id":1338,"c":1,"u":"barovian%20commoner_cos","p":29,"s":19,"h":1,"n":"Barovian Commoner"},{"id":1339,"c":1,"u":"barovian%20scout_cos","p":29,"s":19,"h":1,"n":"Barovian Scout"},{"id":1340,"c":1,"u":"barovian%20witch_cos","p":229,"s":19,"h":1,"n":"Barovian Witch"},{"id":1341,"c":1,"u":"beucephalus_cos","p":93,"s":19,"h":1,"n":"Beucephalus"},{"id":1342,"c":1,"u":"bluto%20krogarov_cos","p":38,"s":19,"h":1,"n":"Bluto Krogarov"},{"id":1343,"c":1,"u":"bray%20martikov_cos","p":98,"s":19,"h":1,"n":"Bray Martikov"},{"id":1344,"c":1,"u":"brom%20martikov_cos","p":98,"s":19,"h":1,"n":"Brom Martikov"},{"id":1345,"c":1,"u":"broom%20of%20animated%20attack_cos","p":226,"s":19,"h":1,"n":"Broom of Animated Attack"},{"id":1346,"c":1,"u":"clovin%20belview_cos","p":147,"s":19,"h":1,"n":"Clovin Belview"},{"id":1347,"c":1,"u":"cyrus%20belview_cos","p":77,"s":19,"h":1,"n":"Cyrus Belview"},{"id":1348,"c":1,"u":"danika%20dorakova_cos","p":98,"s":19,"h":1,"n":"Danika Dorakova"},{"id":1349,"c":1,"u":"davian%20martikov_cos","p":173,"s":19,"h":1,"n":"Davian Martikov"},{"id":1350,"c":1,"u":"distended%20corpse_cos","p":165,"s":19,"h":1,"n":"Distended Corpse"},{"id":1351,"c":1,"u":"donavich_cos","p":46,"s":19,"h":1,"n":"Donavich"},{"id":1352,"c":1,"u":"doru_cos","p":47,"s":19,"h":1,"n":"Doru"},{"id":1353,"c":1,"u":"emil%20toranescu_cos","p":81,"s":19,"h":1,"n":"Emil Toranescu"},{"id":1354,"c":1,"u":"escher_cos","p":70,"s":19,"h":1,"n":"Escher"},{"id":1355,"c":1,"u":"exethanter_cos","p":189,"s":19,"h":1,"n":"Exethanter"},{"id":1356,"c":1,"u":"ezmerelda%20d'avenir_cos","p":231,"s":19,"h":1,"n":"Ezmerelda d'Avenir"},{"id":1357,"c":1,"u":"gadof%20blinsky_cos","p":118,"s":19,"h":1,"n":"Gadof Blinsky"},{"id":1358,"c":1,"u":"gertruda_cos","p":68,"s":19,"h":1,"n":"Gertruda"},{"id":1359,"c":1,"u":"guardian%20portrait_cos","p":227,"s":19,"h":1,"n":"Guardian Portrait"},{"id":1360,"c":1,"u":"helga%20ruvak_cos","p":64,"s":19,"h":1,"n":"Helga Ruvak"},{"id":1361,"c":1,"u":"henrik%20van%20der%20voort_cos","p":116,"s":19,"h":1,"n":"Henrik van der Voort"},{"id":1362,"c":1,"u":"ireena%20kolyana_cos","p":44,"s":19,"h":1,"n":"Ireena Kolyana"},{"id":1363,"c":1,"u":"ismark%20kolyanovich_cos","p":43,"s":19,"h":1,"n":"Ismark Kolyanovich"},{"id":1364,"c":1,"u":"izek%20strazni_cos","p":232,"s":19,"h":1,"n":"Izek Strazni"},{"id":1365,"c":1,"u":"kasimir%20velikov_cos","p":233,"s":19,"h":1,"n":"Kasimir Velikov"},{"id":1366,"c":1,"u":"kiril%20stoyanovich_cos","p":203,"s":19,"h":1,"n":"Kiril Stoyanovich"},{"id":1367,"c":1,"u":"knight%20of%20the%20order_cos","p":139,"s":19,"h":1,"n":"Knight of the Order"},{"id":1368,"c":1,"u":"lady%20fiona%20wachter_cos","p":110,"s":19,"h":1,"n":"Lady Fiona Wachter"},{"id":1369,"c":1,"u":"lady%20lydia%20petrovna_cos","p":105,"s":19,"h":1,"n":"Lady Lydia Petrovna"},{"id":1370,"c":1,"u":"lief%20lipsiege_cos","p":62,"s":19,"h":1,"n":"Lief Lipsiege"},{"id":1371,"c":1,"u":"ludmilla%20vilisevic_cos","p":93,"s":19,"h":1,"n":"Ludmilla Vilisevic"},{"id":1372,"c":1,"u":"luvash_cos","p":121,"s":19,"h":1,"n":"Luvash"},{"id":1373,"c":1,"u":"mad%20mary_cos","p":44,"s":19,"h":1,"n":"Mad Mary"},{"id":1374,"c":1,"u":"madam%20eva_cos","p":233,"s":19,"h":1,"n":"Madam Eva"},{"id":1375,"c":1,"u":"majesto_cos","p":115,"s":19,"h":1,"n":"Majesto"},{"id":1376,"c":1,"u":"marzena%20belview_cos","p":150,"s":19,"h":1,"n":"Marzena Belview"},{"id":1377,"c":1,"u":"milivoj_cos","p":97,"s":19,"h":1,"n":"Milivoj"},{"id":1378,"c":1,"u":"mishka%20belview_cos","p":150,"s":19,"h":1,"n":"Mishka Belview"},{"id":1379,"c":1,"u":"mongrelfolk_cos","p":234,"s":19,"h":1,"n":"Mongrelfolk"},{"id":1380,"c":1,"u":"morgantha_cos","p":48,"s":19,"h":1,"n":"Morgantha"},{"id":1381,"c":1,"u":"nikolai%20wachter_cos","p":110,"s":19,"h":1,"n":"Nikolai Wachter"},{"id":1382,"c":1,"u":"otto%20belview_cos","p":147,"s":19,"h":1,"n":"Otto Belview"},{"id":1383,"c":1,"u":"parriwimple_cos","p":43,"s":19,"h":1,"n":"Parriwimple"},{"id":1384,"c":1,"u":"patrina%20velikovna_cos","p":89,"s":19,"h":1,"n":"Patrina Velikovna"},{"id":1385,"c":1,"u":"phantom%20warrior_cos","p":235,"s":19,"h":1,"n":"Phantom Warrior"},{"id":1386,"c":1,"u":"phantom%20warrior%20(archer)_cos","p":142,"s":19,"h":1,"n":"Phantom Warrior (Archer)"},{"id":1387,"c":1,"u":"piccolo_cos","p":118,"s":19,"h":1,"n":"Piccolo"},{"id":1388,"c":1,"u":"pidlwick%20ii_cos","p":236,"s":19,"h":1,"n":"Pidlwick II"},{"id":1389,"c":1,"u":"rahadin_cos","p":237,"s":19,"h":1,"n":"Rahadin"},{"id":1390,"c":1,"u":"rictavio_cos","p":238,"s":19,"h":1,"n":"Rictavio"},{"id":1391,"c":1,"u":"rictavio_cos","p":238,"s":19,"h":1,"n":"Rudolph van Richten"},{"id":1392,"c":1,"u":"rosavalda%20%22rose%22%20durst_cos","p":217,"s":19,"h":1,"n":"Rosavalda \"Rose\" Durst"},{"id":1393,"c":1,"u":"sangzor_cos","p":160,"s":19,"h":1,"n":"Sangzor"},{"id":1394,"c":1,"u":"savid_cos","p":133,"s":19,"h":1,"n":"Savid"},{"id":1395,"c":1,"u":"sir%20godfrey%20gwilym_cos","p":139,"s":19,"h":1,"n":"Sir Godfrey Gwilym"},{"id":1396,"c":1,"u":"snow%20maiden_cos","p":159,"s":19,"h":1,"n":"Snow Maiden"},{"id":1397,"c":1,"u":"stanimir_cos","p":20,"s":19,"h":1,"n":"Stanimir"},{"id":1398,"c":1,"u":"stella%20wachter_cos","p":113,"s":19,"h":1,"n":"Stella Wachter"},{"id":1399,"c":1,"u":"strahd%20von%20zarovich_cos","p":240,"s":19,"h":1,"n":"Strahd von Zarovich"},{"id":1400,"c":1,"u":"strahd%20zombie_cos","p":241,"s":19,"h":1,"n":"Strahd Zombie"},{"id":1401,"c":1,"u":"strahd's%20animated%20armor_cos","p":227,"s":19,"h":1,"n":"Strahd's Animated Armor"},{"id":1402,"c":1,"u":"szoldar%20szoldarovich_cos","p":100,"s":19,"h":1,"n":"Szoldar Szoldarovich"},{"id":1403,"c":1,"u":"the%20abbot_cos","p":151,"s":19,"h":1,"n":"The Abbot"},{"id":1404,"c":1,"u":"the%20mad%20mage%20of%20mount%20baratok_cos","p":39,"s":19,"h":1,"n":"The Mad Mage of Mount Baratok"},{"id":1405,"c":1,"u":"thornboldt%20%22thorn%22%20durst_cos","p":217,"s":19,"h":1,"n":"Thornboldt \"Thorn\" Durst"},{"id":1406,"c":1,"u":"tree%20blight_cos","p":230,"s":19,"h":1,"n":"Tree Blight"},{"id":1407,"c":1,"u":"urwin%20martikov_cos","p":98,"s":19,"h":1,"n":"Urwin Martikov"},{"id":1408,"c":1,"u":"vasilka_cos","p":151,"s":19,"h":1,"n":"Vasilka"},{"id":1409,"c":1,"u":"victor%20vallakovich_cos","p":105,"s":19,"h":1,"n":"Victor Vallakovich"},{"id":1410,"c":1,"u":"vilnius_cos","p":185,"s":19,"h":1,"n":"Vilnius"},{"id":1411,"c":1,"u":"vistana%20assassin_cos","p":28,"s":19,"h":1,"n":"Vistana Assassin"},{"id":1412,"c":1,"u":"vistana%20bandit_cos","p":28,"s":19,"h":1,"n":"Vistana Bandit"},{"id":1413,"c":1,"u":"vistana%20bandit%20captain_cos","p":28,"s":19,"h":1,"n":"Vistana Bandit Captain"},{"id":1414,"c":1,"u":"vistana%20commoner_cos","p":28,"s":19,"h":1,"n":"Vistana Commoner"},{"id":1415,"c":1,"u":"vistana%20guard_cos","p":28,"s":19,"h":1,"n":"Vistana Guard"},{"id":1416,"c":1,"u":"vistana%20spy_cos","p":28,"s":19,"h":1,"n":"Vistana Spy"},{"id":1417,"c":1,"u":"vistana%20thug_cos","p":28,"s":19,"h":1,"n":"Vistana Thug"},{"id":1418,"c":1,"u":"vladimir%20horngaard_cos","p":241,"s":19,"h":1,"n":"Vladimir Horngaard"},{"id":1419,"c":1,"u":"volenta%20popofsky_cos","p":93,"s":19,"h":1,"n":"Volenta Popofsky"},{"id":1420,"c":1,"u":"walking%20corpse_cos","p":165,"s":19,"h":1,"n":"Walking Corpse"},{"id":1421,"c":1,"u":"yevgeni%20krushkin_cos","p":100,"s":19,"h":1,"n":"Yevgeni Krushkin"},{"id":1422,"c":1,"u":"young%20wereraven_cos","p":98,"s":19,"h":1,"n":"Young Wereraven"},{"id":1423,"c":1,"u":"zuleika%20toranescu_cos","p":204,"s":19,"h":1,"n":"Zuleika Toranescu"},{"id":1424,"c":1,"u":"zygfrek%20belview_cos","p":148,"s":19,"h":1,"n":"Zygfrek Belview"},{"id":1425,"c":1,"u":"aboleth%20spawn_crcotn","p":135,"s":20,"h":1,"dP":1,"n":"Aboleth Spawn"},{"id":1426,"c":1,"u":"agathe%20silverspoon_crcotn","p":21,"s":20,"h":1,"dP":1,"n":"Agathe Silverspoon"},{"id":1427,"c":1,"u":"aloysia%20telfan_crcotn","p":61,"s":20,"h":1,"dP":1,"n":"Aloysia Telfan"},{"id":1428,"c":1,"u":"alyxian%20aboleth_crcotn","p":195,"s":20,"h":1,"dP":1,"n":"Alyxian Aboleth"},{"id":1429,"c":1,"u":"alyxian%20the%20absolved_crcotn","p":182,"s":20,"h":1,"dP":1,"n":"Alyxian the Absolved"},{"id":1430,"c":1,"u":"alyxian%20the%20callous_crcotn","p":179,"s":20,"h":1,"dP":1,"n":"Alyxian the Callous"},{"id":1431,"c":1,"u":"alyxian%20the%20dispossessed_crcotn","p":180,"s":20,"h":1,"dP":1,"n":"Alyxian the Dispossessed"},{"id":1432,"c":1,"u":"alyxian%20the%20hunter_crcotn","p":160,"s":20,"h":1,"dP":1,"n":"Alyxian the Hunter"},{"id":1433,"c":1,"u":"alyxian%20the%20tormented_crcotn","p":178,"s":20,"h":1,"dP":1,"n":"Alyxian the Tormented"},{"id":1434,"c":1,"u":"animated%20glass%20statue_crcotn","p":109,"s":20,"h":1,"dP":1,"n":"Animated Glass Statue"},{"id":1435,"c":1,"u":"aradrine%20the%20owl_crcotn","p":82,"s":20,"h":1,"dP":1,"n":"Aradrine the Owl"},{"id":1436,"c":1,"u":"ashann_crcotn","p":115,"s":20,"h":1,"dP":1,"n":"Ashann"},{"id":1437,"c":1,"u":"ayo%20jabe%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"n":"Ayo Jabe (Tier 1)"},{"id":1438,"c":1,"u":"ayo%20jabe%20(tier%202)_crcotn","p":190,"s":20,"h":1,"dP":1,"n":"Ayo Jabe (Tier 2)"},{"id":1439,"c":1,"u":"ayo%20jabe%20(tier%203)_crcotn","p":192,"s":20,"h":1,"dP":1,"n":"Ayo Jabe (Tier 3)"},{"id":1440,"c":1,"u":"celeste_crcotn","p":150,"s":20,"h":1,"dP":1,"n":"Celeste"},{"id":1441,"c":1,"u":"corrupted%20giant%20shark_crcotn","p":196,"s":20,"h":1,"dP":1,"n":"Corrupted Giant Shark"},{"id":1442,"c":1,"u":"dancing%20flame_crcotn","p":68,"s":20,"h":1,"dP":1,"n":"Dancing Flame"},{"id":1443,"c":1,"u":"death%20embrace_crcotn","p":197,"s":20,"h":1,"dP":1,"n":"Death Embrace"},{"id":1444,"c":1,"u":"dermot%20wurder%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"n":"Dermot Wurder (Tier 1)"},{"id":1445,"c":1,"u":"dermot%20wurder%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"n":"Dermot Wurder (Tier 2)"},{"id":1446,"c":1,"u":"dermot%20wurder%20(tier%203)_crcotn","p":193,"s":20,"h":1,"dP":1,"n":"Dermot Wurder (Tier 3)"},{"id":1447,"c":1,"u":"fiendish%20orc_crcotn","p":71,"s":20,"h":1,"dP":1,"n":"Fiendish Orc"},{"id":1448,"c":1,"u":"foghome_crcotn","p":58,"s":20,"h":1,"dP":1,"n":"Foghome"},{"id":1449,"c":1,"u":"galeokaerda_crcotn","p":130,"s":20,"h":1,"dP":1,"n":"Galeokaerda"},{"id":1450,"c":1,"u":"galsariad%20ardyth%20(tier%201)_crcotn","p":188,"s":20,"h":1,"dP":1,"n":"Galsariad Ardyth (Tier 1)"},{"id":1451,"c":1,"u":"galsariad%20ardyth%20(tier%202)_crcotn","p":190,"s":20,"h":1,"dP":1,"n":"Galsariad Ardyth (Tier 2)"},{"id":1452,"c":1,"u":"galsariad%20ardyth%20(tier%203)_crcotn","p":193,"s":20,"h":1,"dP":1,"n":"Galsariad Ardyth (Tier 3)"},{"id":1453,"c":1,"u":"gryz%20alakritos_crcotn","p":81,"s":20,"h":1,"dP":1,"n":"Gryz Alakritos"},{"id":1454,"c":1,"u":"insight%20acuere_crcotn","p":126,"s":20,"h":1,"dP":1,"n":"Insight Acuere"},{"id":1455,"c":1,"u":"irvan%20wastewalker%20(tier%201)_crcotn","p":189,"s":20,"h":1,"dP":1,"n":"Irvan Wastewalker (Tier 1)"},{"id":1456,"c":1,"u":"irvan%20wastewalker%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"n":"Irvan Wastewalker (Tier 2)"},{"id":1457,"c":1,"u":"irvan%20wastewalker%20(tier%203)_crcotn","p":194,"s":20,"h":1,"dP":1,"n":"Irvan Wastewalker (Tier 3)"},{"id":1458,"c":1,"u":"james%20cryon_crcotn","p":81,"s":20,"h":1,"dP":1,"n":"James Cryon"},{"id":1459,"c":1,"u":"jamil%20a'alithiya_crcotn","p":83,"s":20,"h":1,"dP":1,"n":"Jamil A'alithiya"},{"id":1460,"c":1,"u":"koris_crcotn","p":106,"s":20,"h":1,"dP":1,"n":"Koris"},{"id":1461,"c":1,"u":"laurin%20ophidas_crcotn","p":112,"s":20,"h":1,"dP":1,"n":"Laurin Ophidas"},{"id":1462,"c":1,"u":"light%20devourer_crcotn","p":200,"s":20,"h":1,"dP":1,"n":"Light Devourer"},{"id":1463,"c":1,"u":"maggie%20keeneyes%20(tier%201)_crcotn","p":189,"s":20,"h":1,"dP":1,"n":"Maggie Keeneyes (Tier 1)"},{"id":1464,"c":1,"u":"maggie%20keeneyes%20(tier%202)_crcotn","p":191,"s":20,"h":1,"dP":1,"n":"Maggie Keeneyes (Tier 2)"},{"id":1465,"c":1,"u":"maggie%20keeneyes%20(tier%203)_crcotn","p":194,"s":20,"h":1,"dP":1,"n":"Maggie Keeneyes (Tier 3)"},{"id":1466,"c":1,"u":"marisa_crcotn","p":150,"s":20,"h":1,"dP":1,"n":"Marisa"},{"id":1467,"c":1,"u":"meri_crcotn","p":150,"s":20,"h":1,"dP":1,"n":"Meri"},{"id":1468,"c":1,"u":"monastic%20high%20curator_crcotn","p":201,"s":20,"h":1,"dP":1,"n":"Monastic High Curator"},{"id":1469,"c":1,"u":"monastic%20infiltrator_crcotn","p":202,"s":20,"h":1,"dP":1,"n":"Monastic Infiltrator"},{"id":1470,"c":1,"u":"monastic%20operative_crcotn","p":202,"s":20,"h":1,"dP":1,"n":"Monastic Operative"},{"id":1471,"c":1,"u":"moonshark_crcotn","p":33,"s":20,"h":1,"dP":1,"n":"Moonshark"},{"id":1472,"c":1,"u":"occult%20extollant_crcotn","p":204,"s":20,"h":1,"dP":1,"n":"Occult Extollant"},{"id":1473,"c":1,"u":"occult%20initiate_crcotn","p":205,"s":20,"h":1,"dP":1,"n":"Occult Initiate"},{"id":1474,"c":1,"u":"occult%20silvertongue_crcotn","p":205,"s":20,"h":1,"dP":1,"n":"Occult Silvertongue"},{"id":1475,"c":1,"u":"olara_crcotn","p":129,"s":20,"h":1,"dP":1,"n":"Olara"},{"id":1476,"c":1,"u":"perigee_crcotn","p":168,"s":20,"h":1,"dP":1,"n":"Perigee"},{"id":1477,"c":1,"u":"prolix%20yusaf_crcotn","p":54,"s":20,"h":1,"dP":1,"n":"Prolix Yusaf"},{"id":1478,"c":1,"u":"ruidium%20elephant_crcotn","p":95,"s":20,"h":1,"dP":1,"n":"Ruidium Elephant"},{"id":1479,"c":1,"u":"scholarly%20agent_crcotn","p":206,"s":20,"h":1,"dP":1,"n":"Scholarly Agent"},{"id":1480,"c":1,"u":"scholarly%20excavator_crcotn","p":206,"s":20,"h":1,"dP":1,"n":"Scholarly Excavator"},{"id":1481,"c":1,"u":"scholarly%20mastermind_crcotn","p":207,"s":20,"h":1,"dP":1,"n":"Scholarly Mastermind"},{"id":1482,"c":1,"u":"scribble_crcotn","p":126,"s":20,"h":1,"dP":1,"n":"Scribble"},{"id":1483,"c":1,"u":"scuttling%20serpentmaw_crcotn","p":208,"s":20,"h":1,"dP":1,"n":"Scuttling Serpentmaw"},{"id":1484,"c":1,"u":"shira_crcotn","p":105,"s":20,"h":1,"dP":1,"n":"Shira"},{"id":1485,"c":1,"u":"skeletal%20bloodfin_crcotn","p":159,"s":20,"h":1,"dP":1,"n":"Skeletal Bloodfin"},{"id":1486,"c":1,"u":"slithering%20bloodfin_crcotn","p":209,"s":20,"h":1,"dP":1,"n":"Slithering Bloodfin"},{"id":1487,"c":1,"u":"sorrowfish_crcotn","p":210,"s":20,"h":1,"dP":1,"n":"Sorrowfish"},{"id":1488,"c":1,"u":"swarm%20of%20sorrowfish_crcotn","p":210,"s":20,"h":1,"dP":1,"n":"Swarm of Sorrowfish"},{"id":1489,"c":1,"u":"verin%20thelyss_crcotn","p":51,"s":20,"h":1,"dP":1,"n":"Verin Thelyss"},{"id":1490,"c":1,"u":"xot_crcotn","p":126,"s":20,"h":1,"dP":1,"n":"Xot"},{"id":1491,"c":1,"u":"young%20horizonback%20tortoise_crcotn","p":26,"s":20,"h":1,"dP":1,"n":"Young Horizonback Tortoise"},{"id":1492,"c":1,"u":"ebondeath_dc","s":21,"h":1,"n":"Ebondeath"},{"id":1493,"c":1,"u":"expert_dc","s":21,"h":1,"n":"Expert"},{"id":1494,"c":1,"u":"spellcaster%20(healer)_dc","s":21,"h":1,"n":"Spellcaster (Healer)"},{"id":1495,"c":1,"u":"spellcaster%20(mage)_dc","s":21,"h":1,"n":"Spellcaster (Mage)"},{"id":1496,"c":1,"u":"warrior_dc","s":21,"h":1,"n":"Warrior"},{"id":1497,"c":1,"u":"anchorite%20of%20talos_dip","p":51,"s":22,"h":1,"n":"Anchorite of Talos"},{"id":1498,"c":1,"u":"don-jon%20raskin_dip","p":56,"s":22,"h":1,"n":"Don-Jon Raskin"},{"id":1499,"c":1,"u":"falcon%20the%20hunter_dip","p":56,"s":22,"h":1,"n":"Falcon the Hunter"},{"id":1500,"c":1,"u":"gorthok%20the%20thunder%20boar_dip","p":58,"s":22,"h":1,"n":"Gorthok the Thunder Boar"},{"id":1501,"c":1,"u":"rock%20gnome%20recluse_dip","p":62,"s":22,"h":1,"n":"Rock Gnome Recluse"},{"id":1502,"c":1,"u":"skeletal%20riding%20horse_dip","p":21,"s":22,"h":1,"n":"Skeletal Riding Horse"},{"id":1503,"c":1,"u":"pech_ditlcot","p":16,"s":23,"h":1,"n":"Pech"},{"id":1504,"c":1,"u":"avatar%20of%20death_dmg","p":164,"s":24,"h":1,"r":1,"n":"Avatar of Death"},{"id":1505,"c":1,"u":"giant%20fly_dmg","p":169,"s":24,"h":1,"n":"Giant Fly"},{"id":1506,"c":1,"u":"larva_dmg","p":63,"s":24,"h":1,"n":"Larva"},{"id":1507,"c":1,"u":"amalgamation_dodk","p":206,"s":25,"h":1,"dP":1,"n":"Amalgamation"},{"id":1508,"c":1,"u":"animated%20delerium%20sludge_dodk","p":203,"s":25,"h":1,"dP":1,"n":"Animated Delerium Sludge"},{"id":1509,"c":1,"u":"arcane%20wraith_dodk","p":197,"s":25,"h":1,"dP":1,"n":"Arcane Wraith"},{"id":1510,"c":1,"u":"big%20linda_dodk","p":163,"s":25,"h":1,"dP":1,"n":"Big Linda"},{"id":1511,"c":1,"u":"cavalier_dodk","p":218,"s":25,"h":1,"dP":1,"n":"Cavalier"},{"id":1512,"c":1,"u":"chaplain_dodk","p":218,"s":25,"h":1,"dP":1,"n":"Chaplain"},{"id":1513,"c":1,"u":"crater%20wurm_dodk","p":197,"s":25,"h":1,"dP":1,"n":"Crater Wurm"},{"id":1514,"c":1,"u":"crimson%20countess_dodk","p":208,"s":25,"h":1,"dP":1,"n":"Crimson Countess"},{"id":1515,"c":1,"u":"delerium%20dreg_dodk","p":199,"s":25,"h":1,"dP":1,"n":"Delerium Dreg"},{"id":1516,"c":1,"u":"eldrick%20runeweaver_dodk","p":215,"s":25,"h":1,"dP":1,"n":"Eldrick Runeweaver"},{"id":1517,"c":1,"u":"entropic%20flame_dodk","p":204,"s":25,"h":1,"dP":1,"n":"Entropic Flame"},{"id":1518,"c":1,"u":"eoghan%20ghostweaver_dodk","p":105,"s":25,"h":1,"dP":1,"n":"Eoghan Ghostweaver"},{"id":1519,"c":1,"u":"executioner_dodk","p":209,"s":25,"h":1,"dP":1,"n":"Executioner"},{"id":1520,"c":1,"u":"garmyr_dodk","p":197,"s":25,"h":1,"dP":1,"n":"Garmyr"},{"id":1521,"c":1,"u":"gravekeeper_dodk","p":210,"s":25,"h":1,"dP":1,"n":"Gravekeeper"},{"id":1522,"c":1,"u":"grotesque%20gargant_dodk","p":197,"s":25,"h":1,"dP":1,"n":"Grotesque Gargant"},{"id":1523,"c":1,"u":"haze%20hulk_dodk","p":200,"s":25,"h":1,"dP":1,"n":"Haze Hulk"},{"id":1524,"c":1,"u":"haze%20husk_dodk","p":197,"s":25,"h":1,"dP":1,"n":"Haze Husk"},{"id":1525,"c":1,"u":"haze%20wight_dodk","p":198,"s":25,"h":1,"dP":1,"n":"Haze Wight"},{"id":1526,"c":1,"u":"hedge%20mage_dodk","p":219,"s":25,"h":1,"dP":1,"n":"Hedge Mage"},{"id":1527,"c":1,"u":"hypnotic%20eldritch%20blossom_dodk","p":205,"s":25,"h":1,"dP":1,"n":"Hypnotic Eldritch Blossom"},{"id":1528,"c":1,"u":"knight-captain%20theodore%20marshal_dodk","p":215,"s":25,"h":1,"dP":1,"n":"Knight-Captain Theodore Marshal"},{"id":1529,"c":1,"u":"lenore%20von%20kessel_dodk","p":134,"s":25,"h":1,"dP":1,"n":"Lenore von Kessel"},{"id":1530,"c":1,"u":"living%20deep%20haze_dodk","p":204,"s":25,"h":1,"dP":1,"n":"Living Deep Haze"},{"id":1531,"c":1,"u":"lord%20commander%20elias%20drexel_dodk","p":214,"s":25,"h":1,"dP":1,"n":"Lord Commander Elias Drexel"},{"id":1532,"c":1,"u":"lord%20of%20the%20feast_dodk","p":211,"s":25,"h":1,"dP":1,"n":"Lord of the Feast"},{"id":1533,"c":1,"u":"lucretia%20mathias_dodk","p":216,"s":25,"h":1,"dP":1,"n":"Lucretia Mathias"},{"id":1534,"c":1,"u":"minazorond_dodk","p":183,"s":25,"h":1,"dP":1,"n":"Minazorond"},{"id":1535,"c":1,"u":"oscar%20yoren_dodk","p":99,"s":25,"h":1,"dP":1,"n":"Oscar Yoren"},{"id":1536,"c":1,"u":"pale%20man_dodk","p":212,"s":25,"h":1,"dP":1,"n":"Pale Man"},{"id":1537,"c":1,"u":"protean%20abomination_dodk","p":201,"s":25,"h":1,"dP":1,"n":"Protean Abomination"},{"id":1538,"c":1,"u":"queen%20of%20thieves_dodk","p":217,"s":25,"h":1,"dP":1,"n":"Queen of Thieves"},{"id":1539,"c":1,"u":"rat%20prince_dodk","p":213,"s":25,"h":1,"dP":1,"n":"Rat Prince"},{"id":1540,"c":1,"u":"ratling_dodk","p":202,"s":25,"h":1,"dP":1,"n":"Ratling"},{"id":1541,"c":1,"u":"saint%20gresha_dodk","p":124,"s":25,"h":1,"dP":1,"n":"Saint Gresha"},{"id":1542,"c":1,"u":"scoundrel_dodk","p":219,"s":25,"h":1,"dP":1,"n":"Scoundrel"},{"id":1543,"c":1,"u":"tower%20dragon_dodk","p":198,"s":25,"h":1,"dP":1,"n":"Tower Dragon"},{"id":1544,"c":1,"u":"urban%20ranger_dodk","p":220,"s":25,"h":1,"dP":1,"n":"Urban Ranger"},{"id":1545,"c":1,"u":"walking%20delerium%20geode_dodk","p":205,"s":25,"h":1,"dP":1,"n":"Walking Delerium Geode"},{"id":1546,"c":1,"u":"wall%20gargoyle_dodk","p":198,"s":25,"h":1,"dP":1,"n":"Wall Gargoyle"},{"id":1547,"c":1,"u":"warlock%20of%20the%20rat%20god_dodk","p":202,"s":25,"h":1,"dP":1,"n":"Warlock of the Rat God"},{"id":1548,"c":1,"u":"warp%20witch_dodk","p":198,"s":25,"h":1,"dP":1,"n":"Warp Witch"},{"id":1549,"c":1,"u":"fume%20drake_dosi","p":41,"s":26,"h":1,"n":"Fume Drake"},{"id":1550,"c":1,"u":"kobold%20tinkerer_dosi","p":43,"s":26,"h":1,"n":"Kobold Tinkerer"},{"id":1551,"c":1,"u":"merrow%20extortionist_dosi","p":0,"s":26,"h":1,"n":"Merrow Extortionist"},{"id":1552,"c":1,"u":"myla_dosi","p":9,"s":26,"h":1,"n":"Myla"},{"id":1553,"c":1,"u":"runara_dosi","p":40,"s":26,"h":1,"n":"Runara"},{"id":1554,"c":1,"u":"sinensa_dosi","p":45,"s":26,"h":1,"n":"Sinensa"},{"id":1555,"c":1,"u":"spore%20servant%20octopus_dosi","p":46,"s":26,"h":1,"n":"Spore Servant Octopus"},{"id":1556,"c":1,"u":"tarak_dosi","p":47,"s":26,"h":1,"n":"Tarak"},{"id":1557,"c":1,"u":"varnoth_dosi","p":47,"s":26,"h":1,"n":"Varnoth"},{"id":1558,"c":1,"u":"violet%20fungus_dosi","p":48,"s":26,"h":1,"n":"Violet Fungus"},{"id":1559,"c":1,"u":"amelia%20ghallen_dsotdq","p":180,"s":27,"h":1,"n":"Amelia Ghallen"},{"id":1560,"c":1,"u":"andir%20valmakos_dsotdq","p":210,"s":27,"h":1,"n":"Andir Valmakos"},{"id":1561,"c":1,"u":"anhkolox_dsotdq","p":192,"s":27,"h":1,"n":"Anhkolox"},{"id":1562,"c":1,"u":"aurak%20draconian_dsotdq","p":196,"s":27,"h":1,"n":"Aurak Draconian"},{"id":1563,"c":1,"u":"ayik%20ur_dsotdq","p":211,"s":27,"h":1,"n":"Ayik Ur"},{"id":1564,"c":1,"u":"baaz%20draconian_dsotdq","p":197,"s":27,"h":1,"n":"Baaz Draconian"},{"id":1565,"c":1,"u":"bakaris%20the%20younger_dsotdq","p":57,"s":27,"h":1,"n":"Bakaris the Younger"},{"id":1566,"c":1,"u":"bakaris%20uth%20estide_dsotdq","p":54,"s":27,"h":1,"n":"Bakaris Uth Estide"},{"id":1567,"c":1,"u":"becklin%20uth%20viharin_dsotdq","p":55,"s":27,"h":1,"n":"Becklin Uth Viharin"},{"id":1568,"c":1,"u":"belephaion_dsotdq","p":157,"s":27,"h":1,"n":"Belephaion"},{"id":1569,"c":1,"u":"bozak%20draconian_dsotdq","p":198,"s":27,"h":1,"n":"Bozak Draconian"},{"id":1570,"c":1,"u":"captain%20hask_dsotdq","p":148,"s":27,"h":1,"n":"Captain Hask"},{"id":1571,"c":1,"u":"caradoc_dsotdq","p":193,"s":27,"h":1,"n":"Caradoc"},{"id":1572,"c":1,"u":"clystran_dsotdq","p":126,"s":27,"h":1,"n":"Clystran"},{"id":1573,"c":1,"u":"cudgel%20ironsmile_dsotdq","p":58,"s":27,"h":1,"n":"Cudgel Ironsmile"},{"id":1574,"c":1,"u":"dalamar_dsotdq","p":111,"s":27,"h":1,"n":"Dalamar"},{"id":1575,"c":1,"u":"darrett%20highwater_dsotdq","p":59,"s":27,"h":1,"n":"Darrett Highwater"},{"id":1576,"c":1,"u":"demelin_dsotdq","p":139,"s":27,"h":1,"n":"Demelin"},{"id":1577,"c":1,"u":"dracophage%20subject_dsotdq","p":118,"s":27,"h":1,"n":"Dracophage Subject"},{"id":1578,"c":1,"u":"dragon%20army%20dragonnel_dsotdq","p":201,"s":27,"h":1,"n":"Dragon Army Dragonnel"},{"id":1579,"c":1,"u":"dragon%20army%20officer_dsotdq","p":200,"s":27,"h":1,"n":"Dragon Army Officer"},{"id":1580,"c":1,"u":"dragon%20army%20soldier_dsotdq","p":200,"s":27,"h":1,"n":"Dragon Army Soldier"},{"id":1581,"c":1,"u":"durstan%20rial_dsotdq","p":97,"s":27,"h":1,"n":"Durstan Rial"},{"id":1582,"c":1,"u":"duskwalker_dsotdq","p":150,"s":27,"h":1,"n":"Duskwalker"},{"id":1583,"c":1,"u":"fewmaster%20gholcag_dsotdq","p":74,"s":27,"h":1,"n":"Fewmaster Gholcag"},{"id":1584,"c":1,"u":"greater%20death%20dragon_dsotdq","p":195,"s":27,"h":1,"n":"Greater Death Dragon"},{"id":1585,"c":1,"u":"hrigg%20roundrook_dsotdq","p":211,"s":27,"h":1,"n":"Hrigg Roundrook"},{"id":1586,"c":1,"u":"hulking%20shadow_dsotdq","p":174,"s":27,"h":1,"n":"Hulking Shadow"},{"id":1587,"c":1,"u":"ignia_dsotdq","p":184,"s":27,"h":1,"n":"Ignia"},{"id":1588,"c":1,"u":"incomplete%20dragon%20skeleton_dsotdq","p":138,"s":27,"h":1,"n":"Incomplete Dragon Skeleton"},{"id":1589,"c":1,"u":"iriad_dsotdq","p":212,"s":27,"h":1,"n":"Iriad"},{"id":1590,"c":1,"u":"ishvern_dsotdq","p":114,"s":27,"h":1,"n":"Ishvern"},{"id":1591,"c":1,"u":"istarian%20drone_dsotdq","p":202,"s":27,"h":1,"n":"Istarian Drone"},{"id":1592,"c":1,"u":"jeyev%20veldrews_dsotdq","p":75,"s":27,"h":1,"n":"Jeyev Veldrews"},{"id":1593,"c":1,"u":"kalaman%20soldier_dsotdq","p":202,"s":27,"h":1,"n":"Kalaman Soldier"},{"id":1594,"c":1,"u":"kansaldi%20fire-eyes_dsotdq","p":203,"s":27,"h":1,"n":"Kansaldi Fire-Eyes"},{"id":1595,"c":1,"u":"kapak%20draconian_dsotdq","p":198,"s":27,"h":1,"n":"Kapak Draconian"},{"id":1596,"c":1,"u":"karavarix_dsotdq","p":183,"s":27,"h":1,"n":"Karavarix"},{"id":1597,"c":1,"u":"kender%20skirmisher_dsotdq","p":204,"s":27,"h":1,"n":"Kender Skirmisher"},{"id":1598,"c":1,"u":"leedara_dsotdq","p":58,"s":27,"h":1,"n":"Leedara"},{"id":1599,"c":1,"u":"lesser%20death%20dragon_dsotdq","p":195,"s":27,"h":1,"n":"Lesser Death Dragon"},{"id":1600,"c":1,"u":"levna%20drakehorn_dsotdq","p":213,"s":27,"h":1,"n":"Levna Drakehorn"},{"id":1601,"c":1,"u":"lohezet_dsotdq","p":205,"s":27,"h":1,"n":"Lohezet"},{"id":1602,"c":1,"u":"lord%20soth_dsotdq","p":206,"s":27,"h":1,"n":"Lord Soth"},{"id":1603,"c":1,"u":"lorry%20wanwillow_dsotdq","p":177,"s":27,"h":1,"n":"Lorry Wanwillow"},{"id":1604,"c":1,"u":"raven%20uth%20vogler_dsotdq","p":53,"s":27,"h":1,"n":"Raven Uth Vogler"},{"id":1605,"c":1,"u":"red%20ruin_dsotdq","p":208,"s":27,"h":1,"n":"Red Ruin"},{"id":1606,"c":1,"u":"sarlamir_dsotdq","p":102,"s":27,"h":1,"n":"Sarlamir"},{"id":1607,"c":1,"u":"sea%20elf%20scout_dsotdq","p":114,"s":27,"h":1,"n":"Sea Elf Scout"},{"id":1608,"c":1,"u":"sivak%20draconian_dsotdq","p":199,"s":27,"h":1,"n":"Sivak Draconian"},{"id":1609,"c":1,"u":"skeletal%20knight_dsotdq","p":208,"s":27,"h":1,"n":"Skeletal Knight"},{"id":1610,"c":1,"u":"tatina%20rookledust_dsotdq","p":87,"s":27,"h":1,"n":"Tatina Rookledust"},{"id":1611,"c":1,"u":"tem%20temble_dsotdq","p":213,"s":27,"h":1,"n":"Tem Temble"},{"id":1612,"c":1,"u":"undead%20soldier_dsotdq","p":96,"s":27,"h":1,"n":"Undead Soldier"},{"id":1613,"c":1,"u":"virruza_dsotdq","p":119,"s":27,"h":1,"n":"Virruza"},{"id":1614,"c":1,"u":"wasteland%20dragonnel_dsotdq","p":201,"s":27,"h":1,"n":"Wasteland Dragonnel"},{"id":1615,"c":1,"u":"wersten%20kern_dsotdq","p":209,"s":27,"h":1,"n":"Wersten Kern"},{"id":1616,"c":1,"u":"wyhan_dsotdq","p":79,"s":27,"h":1,"n":"Wyhan"},{"id":1617,"c":1,"u":"aeorian%20absorber_egw","p":283,"s":28,"h":1,"dP":1,"n":"Aeorian Absorber"},{"id":1618,"c":1,"u":"aeorian%20nullifier_egw","p":283,"s":28,"h":1,"dP":1,"n":"Aeorian Nullifier"},{"id":1619,"c":1,"u":"aeorian%20reverser_egw","p":284,"s":28,"h":1,"dP":1,"n":"Aeorian Reverser"},{"id":1620,"c":1,"u":"allowak%20abominable%20yeti_egw","p":126,"s":28,"h":1,"dP":1,"n":"Allowak Abominable Yeti"},{"id":1621,"c":1,"u":"allowak%20yeti_egw","p":126,"s":28,"h":1,"dP":1,"n":"Allowak Yeti"},{"id":1622,"c":1,"u":"animated%20knife_egw","p":248,"s":28,"h":1,"dP":1,"n":"Animated Knife"},{"id":1623,"c":1,"u":"animated%20tree_egw","p":130,"s":28,"h":1,"dP":1,"n":"Animated Tree"},{"id":1624,"c":1,"u":"blood%20hunter_egw","p":284,"s":28,"h":1,"dP":1,"n":"Blood Hunter"},{"id":1625,"c":1,"u":"bol'bara_egw","p":261,"s":28,"h":1,"dP":1,"n":"Bol'bara"},{"id":1626,"c":1,"u":"bristled%20moorbounder_egw","p":295,"s":28,"h":1,"dP":1,"n":"Bristled Moorbounder"},{"id":1627,"c":1,"u":"core%20spawn%20crawler_egw","p":286,"s":28,"h":1,"dP":1,"n":"Core Spawn Crawler"},{"id":1628,"c":1,"u":"core%20spawn%20emissary_egw","p":286,"s":28,"h":1,"dP":1,"n":"Core Spawn Emissary"},{"id":1629,"c":1,"u":"core%20spawn%20seer_egw","p":286,"s":28,"h":1,"dP":1,"n":"Core Spawn Seer"},{"id":1630,"c":1,"u":"core%20spawn%20worm_egw","p":287,"s":28,"h":1,"dP":1,"n":"Core Spawn Worm"},{"id":1631,"c":1,"u":"damaged%20flesh%20golem_egw","p":248,"s":28,"h":1,"dP":1,"n":"Damaged Flesh Golem"},{"id":1632,"c":1,"u":"ferol%20sal_egw","p":249,"s":28,"h":1,"dP":1,"n":"Ferol Sal"},{"id":1633,"c":1,"u":"frost%20giant%20zombie_egw","p":288,"s":28,"h":1,"dP":1,"n":"Frost Giant Zombie"},{"id":1634,"c":1,"u":"frost%20worm_egw","p":289,"s":28,"h":1,"dP":1,"n":"Frost Worm"},{"id":1635,"c":1,"u":"gearkeeper%20construct_egw","p":290,"s":28,"h":1,"dP":1,"n":"Gearkeeper Construct"},{"id":1636,"c":1,"u":"gloomstalker_egw","p":291,"s":28,"h":1,"dP":1,"n":"Gloomstalker"},{"id":1637,"c":1,"u":"guardian%20wolf_egw","p":272,"s":28,"h":1,"dP":1,"n":"Guardian Wolf"},{"id":1638,"c":1,"u":"horizonback%20tortoise_egw","p":292,"s":28,"h":1,"dP":1,"n":"Horizonback Tortoise"},{"id":1639,"c":1,"u":"hulil%20lutan_egw","p":240,"s":28,"h":1,"dP":1,"n":"Hulil Lutan"},{"id":1640,"c":1,"u":"husk%20zombie_egw","p":293,"s":28,"h":1,"dP":1,"n":"Husk Zombie"},{"id":1641,"c":1,"u":"ishel_egw","p":231,"s":28,"h":1,"dP":1,"n":"Ishel"},{"id":1642,"c":1,"u":"karkethzerethzerus%2c%20the%20sable%20despoiler_egw","p":158,"s":28,"h":1,"dP":1,"n":"Karkethzerethzerus, the Sable Despoiler"},{"id":1643,"c":1,"u":"kobold%20underling_egw","p":221,"s":28,"h":1,"dP":1,"n":"Kobold Underling"},{"id":1644,"c":1,"u":"merrow%20shallowpriest_egw","p":294,"s":28,"h":1,"dP":1,"n":"Merrow Shallowpriest"},{"id":1645,"c":1,"u":"moorbounder_egw","p":295,"s":28,"h":1,"dP":1,"n":"Moorbounder"},{"id":1646,"c":1,"u":"mossback%20steward_egw","p":256,"s":28,"h":1,"dP":1,"n":"Mossback Steward"},{"id":1647,"c":1,"u":"nergaliid_egw","p":296,"s":28,"h":1,"dP":1,"n":"Nergaliid"},{"id":1648,"c":1,"u":"ogre%20lord%20buhfal%20ii_egw","p":251,"s":28,"h":1,"dP":1,"n":"Ogre Lord Buhfal II"},{"id":1649,"c":1,"u":"old%20croaker_egw","p":240,"s":28,"h":1,"dP":1,"n":"Old Croaker"},{"id":1650,"c":1,"u":"oracs%20the%20enduring_egw","p":154,"s":28,"h":1,"dP":1,"n":"Oracs the Enduring"},{"id":1651,"c":1,"u":"parson%20pellinost_egw","p":261,"s":28,"h":1,"dP":1,"n":"Parson Pellinost"},{"id":1652,"c":1,"u":"raegrin%20mau_egw","p":240,"s":28,"h":1,"dP":1,"n":"Raegrin Mau"},{"id":1653,"c":1,"u":"sahuagin%20warlock%20of%20uk'otoa_egw","p":297,"s":28,"h":1,"dP":1,"n":"Sahuagin Warlock of Uk'otoa"},{"id":1654,"c":1,"u":"sea%20fury_egw","p":299,"s":28,"h":1,"dP":1,"n":"Sea Fury"},{"id":1655,"c":1,"u":"shadowghast_egw","p":299,"s":28,"h":1,"dP":1,"n":"Shadowghast"},{"id":1656,"c":1,"u":"sharkbody%20abomination_egw","p":215,"s":28,"h":1,"dP":1,"n":"Sharkbody Abomination"},{"id":1657,"c":1,"u":"sken%20zabriss_egw","p":221,"s":28,"h":1,"dP":1,"n":"Sken Zabriss"},{"id":1658,"c":1,"u":"skr'a%20s'orsk_egw","p":254,"s":28,"h":1,"dP":1,"n":"Skr'a S'orsk"},{"id":1659,"c":1,"u":"swarm%20of%20undead%20snakes_egw","p":247,"s":28,"h":1,"dP":1,"n":"Swarm of Undead Snakes"},{"id":1660,"c":1,"u":"swavain%20basilisk_egw","p":300,"s":28,"h":1,"dP":1,"n":"Swavain Basilisk"},{"id":1661,"c":1,"u":"three%20earrings_egw","p":211,"s":28,"h":1,"dP":1,"n":"Three Earrings"},{"id":1662,"c":1,"u":"udaak_egw","p":301,"s":28,"h":1,"dP":1,"n":"Udaak"},{"id":1663,"c":1,"u":"vox%20seeker_egw","p":270,"s":28,"h":1,"dP":1,"n":"Vox Seeker"},{"id":1664,"c":1,"u":"yinra%20emberwind_egw","p":223,"s":28,"h":1,"dP":1,"n":"Yinra Emberwind"},{"id":1665,"c":1,"u":"belashyrra_erlw","p":286,"s":29,"h":1,"n":"Belashyrra"},{"id":1666,"c":1,"u":"bone%20knight_erlw","p":316,"s":29,"h":1,"n":"Bone Knight"},{"id":1667,"c":1,"u":"changeling_erlw","p":317,"s":29,"h":1,"n":"Changeling"},{"id":1668,"c":1,"u":"clawfoot_erlw","p":289,"s":29,"h":1,"n":"Clawfoot"},{"id":1669,"c":1,"u":"corrin%20delmaco_erlw","p":271,"s":29,"h":1,"n":"Corrin Delmaco"},{"id":1670,"c":1,"u":"dolgaunt_erlw","p":290,"s":29,"h":1,"n":"Dolgaunt"},{"id":1671,"c":1,"u":"dolgrim_erlw","p":291,"s":29,"h":1,"n":"Dolgrim"},{"id":1672,"c":1,"u":"dusk%20hag_erlw","p":292,"s":29,"h":1,"n":"Dusk Hag"},{"id":1673,"c":1,"u":"dyrrn_erlw","p":288,"s":29,"h":1,"n":"Dyrrn"},{"id":1674,"c":1,"u":"expeditious%20messenger_erlw","p":293,"s":29,"h":1,"n":"Expeditious Messenger"},{"id":1675,"c":1,"u":"fastieth_erlw","p":289,"s":29,"h":1,"n":"Fastieth"},{"id":1676,"c":1,"u":"garra_erlw","p":272,"s":29,"h":1,"n":"Garra"},{"id":1677,"c":1,"u":"hashalaq%20quori_erlw","p":305,"s":29,"h":1,"n":"Hashalaq Quori"},{"id":1678,"c":1,"u":"inspired_erlw","p":294,"s":29,"h":1,"n":"Inspired"},{"id":1679,"c":1,"u":"iron%20defender_erlw","p":293,"s":29,"h":1,"n":"Iron Defender"},{"id":1680,"c":1,"u":"kalaraq%20quori_erlw","p":306,"s":29,"h":1,"n":"Kalaraq Quori"},{"id":1681,"c":1,"u":"kalashtar_erlw","p":317,"s":29,"h":1,"n":"Kalashtar"},{"id":1682,"c":1,"u":"karrnathi%20undead%20soldier_erlw","p":295,"s":29,"h":1,"n":"Karrnathi Undead Soldier"},{"id":1683,"c":1,"u":"lady%20illmarrow_erlw","p":296,"s":29,"h":1,"n":"Lady Illmarrow"},{"id":1684,"c":1,"u":"living%20burning%20hands_erlw","p":298,"s":29,"h":1,"n":"Living Burning Hands"},{"id":1685,"c":1,"u":"living%20cloudkill_erlw","p":299,"s":29,"h":1,"n":"Living Cloudkill"},{"id":1686,"c":1,"u":"living%20lightning%20bolt_erlw","p":299,"s":29,"h":1,"n":"Living Lightning Bolt"},{"id":1687,"c":1,"u":"magewright_erlw","p":318,"s":29,"h":1,"n":"Magewright"},{"id":1688,"c":1,"u":"mordakhesh_erlw","p":301,"s":29,"h":1,"n":"Mordakhesh"},{"id":1689,"c":1,"u":"radiant%20idol_erlw","p":308,"s":29,"h":1,"n":"Radiant Idol"},{"id":1690,"c":1,"u":"rak%20tulkhesh_erlw","p":303,"s":29,"h":1,"n":"Rak Tulkhesh"},{"id":1691,"c":1,"u":"sergeant_erlw","p":197,"s":29,"h":1,"n":"Sergeant"},{"id":1692,"c":1,"u":"shifter_erlw","p":319,"s":29,"h":1,"n":"Shifter"},{"id":1693,"c":1,"u":"sul%20khatesh_erlw","p":304,"s":29,"h":1,"n":"Sul Khatesh"},{"id":1694,"c":1,"u":"tarkanan%20assassin_erlw","p":320,"s":29,"h":1,"n":"Tarkanan Assassin"},{"id":1695,"c":1,"u":"the%20lord%20of%20blades_erlw","p":300,"s":29,"h":1,"n":"The Lord of Blades"},{"id":1696,"c":1,"u":"tsucora%20quori_erlw","p":307,"s":29,"h":1,"n":"Tsucora Quori"},{"id":1697,"c":1,"u":"undying%20councilor_erlw","p":311,"s":29,"h":1,"n":"Undying Councilor"},{"id":1698,"c":1,"u":"undying%20soldier_erlw","p":311,"s":29,"h":1,"n":"Undying Soldier"},{"id":1699,"c":1,"u":"valenar%20hawk_erlw","p":312,"s":29,"h":1,"n":"Valenar Hawk"},{"id":1700,"c":1,"u":"valenar%20hound_erlw","p":312,"s":29,"h":1,"n":"Valenar Hound"},{"id":1701,"c":1,"u":"valenar%20steed_erlw","p":313,"s":29,"h":1,"n":"Valenar Steed"},{"id":1702,"c":1,"u":"warforged%20colossus_erlw","p":314,"s":29,"h":1,"n":"Warforged Colossus"},{"id":1703,"c":1,"u":"warforged%20soldier_erlw","p":320,"s":29,"h":1,"n":"Warforged Soldier"},{"id":1704,"c":1,"u":"warforged%20titan_erlw","p":315,"s":29,"h":1,"n":"Warforged Titan"},{"id":1705,"c":1,"u":"zakya%20rakshasa_erlw","p":309,"s":29,"h":1,"n":"Zakya Rakshasa"},{"id":1706,"c":1,"u":"expert_esk","p":63,"s":30,"h":1,"n":"Expert"},{"id":1707,"c":1,"u":"spellcaster_esk","p":63,"s":30,"h":1,"n":"Spellcaster"},{"id":1708,"c":1,"u":"warrior_esk","p":63,"s":30,"h":1,"n":"Warrior"},{"id":1709,"c":1,"u":"anarch_ggr","p":239,"s":31,"h":1,"n":"Anarch"},{"id":1710,"c":1,"u":"archon%20of%20the%20triumvirate_ggr","p":192,"s":31,"h":1,"n":"Archon of the Triumvirate"},{"id":1711,"c":1,"u":"arclight%20phoenix_ggr","p":193,"s":31,"h":1,"n":"Arclight Phoenix"},{"id":1712,"c":1,"u":"aurelia_ggr","p":230,"s":31,"h":1,"n":"Aurelia"},{"id":1713,"c":1,"u":"battleforce%20angel_ggr","p":189,"s":31,"h":1,"n":"Battleforce Angel"},{"id":1714,"c":1,"u":"biomancer_ggr","p":256,"s":31,"h":1,"n":"Biomancer"},{"id":1715,"c":1,"u":"blistercoil%20weird_ggr","p":207,"s":31,"h":1,"n":"Blistercoil Weird"},{"id":1716,"c":1,"u":"blood%20drinker%20vampire_ggr","p":223,"s":31,"h":1,"n":"Blood Drinker Vampire"},{"id":1717,"c":1,"u":"blood%20witch_ggr","p":248,"s":31,"h":1,"n":"Blood Witch"},{"id":1718,"c":1,"u":"bloodfray%20giant_ggr","p":200,"s":31,"h":1,"n":"Bloodfray Giant"},{"id":1719,"c":1,"u":"borborygmos_ggr","p":238,"s":31,"h":1,"n":"Borborygmos"},{"id":1720,"c":1,"u":"cackler_ggr","p":195,"s":31,"h":1,"n":"Cackler"},{"id":1721,"c":1,"u":"category%201%20krasis_ggr","p":210,"s":31,"h":1,"n":"Category 1 Krasis"},{"id":1722,"c":1,"u":"category%202%20krasis_ggr","p":211,"s":31,"h":1,"n":"Category 2 Krasis"},{"id":1723,"c":1,"u":"category%203%20krasis_ggr","p":212,"s":31,"h":1,"n":"Category 3 Krasis"},{"id":1724,"c":1,"u":"conclave%20dryad_ggr","p":194,"s":31,"h":1,"n":"Conclave Dryad"},{"id":1725,"c":1,"u":"cosmotronic%20blastseeker_ggr","p":242,"s":31,"h":1,"n":"Cosmotronic Blastseeker"},{"id":1726,"c":1,"u":"counterflux%20blastseeker_ggr","p":242,"s":31,"h":1,"n":"Counterflux Blastseeker"},{"id":1727,"c":1,"u":"deathpact%20angel_ggr","p":192,"s":31,"h":1,"n":"Deathpact Angel"},{"id":1728,"c":1,"u":"devkarin%20lich_ggr","p":198,"s":31,"h":1,"n":"Devkarin Lich"},{"id":1729,"c":1,"u":"druid%20of%20the%20old%20ways_ggr","p":239,"s":31,"h":1,"n":"Druid of the Old Ways"},{"id":1730,"c":1,"u":"felidar_ggr","p":199,"s":31,"h":1,"n":"Felidar"},{"id":1731,"c":1,"u":"firefist_ggr","p":231,"s":31,"h":1,"n":"Firefist"},{"id":1732,"c":1,"u":"firemane%20angel_ggr","p":190,"s":31,"h":1,"n":"Firemane Angel"},{"id":1733,"c":1,"u":"flux%20blastseeker_ggr","p":242,"s":31,"h":1,"n":"Flux Blastseeker"},{"id":1734,"c":1,"u":"fluxcharger_ggr","p":208,"s":31,"h":1,"n":"Fluxcharger"},{"id":1735,"c":1,"u":"flying%20horror_ggr","p":203,"s":31,"h":1,"n":"Flying Horror"},{"id":1736,"c":1,"u":"frontline%20medic_ggr","p":231,"s":31,"h":1,"n":"Frontline Medic"},{"id":1737,"c":1,"u":"galvanic%20blastseeker_ggr","p":243,"s":31,"h":1,"n":"Galvanic Blastseeker"},{"id":1738,"c":1,"u":"galvanice%20weird_ggr","p":209,"s":31,"h":1,"n":"Galvanice Weird"},{"id":1739,"c":1,"u":"gloamwing_ggr","p":215,"s":31,"h":1,"n":"Gloamwing"},{"id":1740,"c":1,"u":"golgari%20shaman_ggr","p":236,"s":31,"h":1,"n":"Golgari Shaman"},{"id":1741,"c":1,"u":"guardian%20giant_ggr","p":201,"s":31,"h":1,"n":"Guardian Giant"},{"id":1742,"c":1,"u":"horncaller_ggr","p":253,"s":31,"h":1,"n":"Horncaller"},{"id":1743,"c":1,"u":"hybrid%20brute_ggr","p":217,"s":31,"h":1,"n":"Hybrid Brute"},{"id":1744,"c":1,"u":"hybrid%20flier_ggr","p":217,"s":31,"h":1,"n":"Hybrid Flier"},{"id":1745,"c":1,"u":"hybrid%20poisoner_ggr","p":217,"s":31,"h":1,"n":"Hybrid Poisoner"},{"id":1746,"c":1,"u":"hybrid%20shocker_ggr","p":218,"s":31,"h":1,"n":"Hybrid Shocker"},{"id":1747,"c":1,"u":"hybrid%20spy_ggr","p":218,"s":31,"h":1,"n":"Hybrid Spy"},{"id":1748,"c":1,"u":"indentured%20spirit_ggr","p":206,"s":31,"h":1,"n":"Indentured Spirit"},{"id":1749,"c":1,"u":"isperia_ggr","p":227,"s":31,"h":1,"n":"Isperia"},{"id":1750,"c":1,"u":"jarad%20vod%20savo_ggr","p":235,"s":31,"h":1,"n":"Jarad Vod Savo"},{"id":1751,"c":1,"u":"kraul%20death%20priest_ggr","p":214,"s":31,"h":1,"n":"Kraul Death Priest"},{"id":1752,"c":1,"u":"kraul%20warrior_ggr","p":213,"s":31,"h":1,"n":"Kraul Warrior"},{"id":1753,"c":1,"u":"lawmage_ggr","p":228,"s":31,"h":1,"n":"Lawmage"},{"id":1754,"c":1,"u":"lazav_ggr","p":232,"s":31,"h":1,"n":"Lazav"},{"id":1755,"c":1,"u":"master%20of%20cruelties_ggr","p":196,"s":31,"h":1,"n":"Master of Cruelties"},{"id":1756,"c":1,"u":"mind%20drinker%20vampire_ggr","p":224,"s":31,"h":1,"n":"Mind Drinker Vampire"},{"id":1757,"c":1,"u":"mind%20mage_ggr","p":233,"s":31,"h":1,"n":"Mind Mage"},{"id":1758,"c":1,"u":"nightveil%20specter_ggr","p":215,"s":31,"h":1,"n":"Nightveil Specter"},{"id":1759,"c":1,"u":"niv-mizzet_ggr","p":241,"s":31,"h":1,"n":"Niv-Mizzet"},{"id":1760,"c":1,"u":"nivix%20cyclops_ggr","p":216,"s":31,"h":1,"n":"Nivix Cyclops"},{"id":1761,"c":1,"u":"obzedat%20ghost_ggr","p":245,"s":31,"h":1,"n":"Obzedat Ghost"},{"id":1762,"c":1,"u":"orzhov%20giant_ggr","p":202,"s":31,"h":1,"n":"Orzhov Giant"},{"id":1763,"c":1,"u":"precognitive%20mage_ggr","p":228,"s":31,"h":1,"n":"Precognitive Mage"},{"id":1764,"c":1,"u":"rakdos_ggr","p":247,"s":31,"h":1,"n":"Rakdos"},{"id":1765,"c":1,"u":"rakdos%20lampooner_ggr","p":248,"s":31,"h":1,"n":"Rakdos Lampooner"},{"id":1766,"c":1,"u":"rakdos%20performer%2c%20blade%20juggler_ggr","p":249,"s":31,"h":1,"n":"Rakdos Performer, Blade Juggler"},{"id":1767,"c":1,"u":"rakdos%20performer%2c%20fire%20eater_ggr","p":249,"s":31,"h":1,"n":"Rakdos Performer, Fire Eater"},{"id":1768,"c":1,"u":"rakdos%20performer%2c%20high-wire%20acrobat_ggr","p":249,"s":31,"h":1,"n":"Rakdos Performer, High-Wire Acrobat"},{"id":1769,"c":1,"u":"reckoner_ggr","p":231,"s":31,"h":1,"n":"Reckoner"},{"id":1770,"c":1,"u":"rubblebelt%20stalker_ggr","p":239,"s":31,"h":1,"n":"Rubblebelt Stalker"},{"id":1771,"c":1,"u":"scorchbringer%20guard_ggr","p":243,"s":31,"h":1,"n":"Scorchbringer Guard"},{"id":1772,"c":1,"u":"servitor%20thrull_ggr","p":221,"s":31,"h":1,"n":"Servitor Thrull"},{"id":1773,"c":1,"u":"shadow%20horror_ggr","p":205,"s":31,"h":1,"n":"Shadow Horror"},{"id":1774,"c":1,"u":"simic%20merfolk_ggr","p":187,"s":31,"h":1,"n":"Simic Merfolk"},{"id":1775,"c":1,"u":"sire%20of%20insanity_ggr","p":197,"s":31,"h":1,"n":"Sire of Insanity"},{"id":1776,"c":1,"u":"skittering%20horror_ggr","p":205,"s":31,"h":1,"n":"Skittering Horror"},{"id":1777,"c":1,"u":"skyjek%20roc_ggr","p":219,"s":31,"h":1,"n":"Skyjek Roc"},{"id":1778,"c":1,"u":"skyswimmer_ggr","p":220,"s":31,"h":1,"n":"Skyswimmer"},{"id":1779,"c":1,"u":"soldier_ggr","p":226,"s":31,"h":1,"n":"Soldier"},{"id":1780,"c":1,"u":"sphinx%20of%20judgment_ggr","p":183,"s":31,"h":1,"n":"Sphinx of Judgment"},{"id":1781,"c":1,"u":"sunder%20shaman_ggr","p":202,"s":31,"h":1,"n":"Sunder Shaman"},{"id":1782,"c":1,"u":"thought%20spy_ggr","p":233,"s":31,"h":1,"n":"Thought Spy"},{"id":1783,"c":1,"u":"trostani_ggr","p":252,"s":31,"h":1,"n":"Trostani"},{"id":1784,"c":1,"u":"undercity%20medusa_ggr","p":222,"s":31,"h":1,"n":"Undercity Medusa"},{"id":1785,"c":1,"u":"winged%20thrull_ggr","p":221,"s":31,"h":1,"n":"Winged Thrull"},{"id":1786,"c":1,"u":"wurm_ggr","p":225,"s":31,"h":1,"n":"Wurm"},{"id":1787,"c":1,"u":"zegana_ggr","p":255,"s":31,"h":1,"n":"Zegana"},{"id":1788,"c":1,"u":"ancient%20corpse%20walker_ghloe","p":104,"s":32,"h":1,"dP":1,"n":"Ancient Corpse Walker"},{"id":1789,"c":1,"u":"angel%20of%20empyreus_ghloe","p":104,"s":32,"h":1,"dP":1,"n":"Angel of Empyreus"},{"id":1790,"c":1,"u":"avarice%20seraph_ghloe","p":93,"s":32,"h":1,"dP":1,"n":"Avarice Seraph"},{"id":1791,"c":1,"u":"awakened%20chapped%20brute_ghloe","p":68,"s":32,"h":1,"dP":1,"n":"Awakened Chapped Brute"},{"id":1792,"c":1,"u":"beast%20gnoll_ghloe","p":60,"s":32,"h":1,"dP":1,"n":"Beast Gnoll"},{"id":1793,"c":1,"u":"bloodbonded_ghloe","p":39,"s":32,"h":1,"dP":1,"n":"Bloodbonded"},{"id":1794,"c":1,"u":"bone%20trader_ghloe","p":13,"s":32,"h":1,"dP":1,"n":"Bone Trader"},{"id":1795,"c":1,"u":"candlelight%20daemon_ghloe","p":25,"s":32,"h":1,"dP":1,"n":"Candlelight Daemon"},{"id":1796,"c":1,"u":"caprathorn_ghloe","p":91,"s":32,"h":1,"dP":1,"n":"Caprathorn"},{"id":1797,"c":1,"u":"chapped%20brute_ghloe","p":67,"s":32,"h":1,"dP":1,"n":"Chapped Brute"},{"id":1798,"c":1,"u":"chapped%20brute%20abomination_ghloe","p":68,"s":32,"h":1,"dP":1,"n":"Chapped Brute Abomination"},{"id":1799,"c":1,"u":"corpse%20walker_ghloe","p":103,"s":32,"h":1,"dP":1,"n":"Corpse Walker"},{"id":1800,"c":1,"u":"corpsejaw_ghloe","p":92,"s":32,"h":1,"dP":1,"n":"Corpsejaw"},{"id":1801,"c":1,"u":"dawndrinker_ghloe","p":49,"s":32,"h":1,"dP":1,"n":"Dawndrinker"},{"id":1802,"c":1,"u":"doomcaller_ghloe","p":47,"s":32,"h":1,"dP":1,"n":"Doomcaller"},{"id":1803,"c":1,"u":"downcast%20apostate_ghloe","p":49,"s":32,"h":1,"dP":1,"n":"Downcast Apostate"},{"id":1804,"c":1,"u":"downcast%20mercenary_ghloe","p":49,"s":32,"h":1,"dP":1,"n":"Downcast Mercenary"},{"id":1805,"c":1,"u":"eldritch%20herald_ghloe","p":41,"s":32,"h":1,"dP":1,"n":"Eldritch Herald"},{"id":1806,"c":1,"u":"eldritch%20priest_ghloe","p":41,"s":32,"h":1,"dP":1,"n":"Eldritch Priest"},{"id":1807,"c":1,"u":"elf%20vampire%20(ancient)_ghloe","p":106,"s":32,"h":1,"dP":1,"n":"Elf Vampire (Ancient)"},{"id":1808,"c":1,"u":"empyrean%20brazen%20bull_ghloe","p":100,"s":32,"h":1,"dP":1,"n":"Empyrean Brazen Bull"},{"id":1809,"c":1,"u":"eye%20crawler_ghloe","p":82,"s":32,"h":1,"dP":1,"n":"Eye Crawler"},{"id":1810,"c":1,"u":"eye%20crow_ghloe","p":58,"s":32,"h":1,"dP":1,"n":"Eye Crow"},{"id":1811,"c":1,"u":"faevlin_ghloe","p":9,"s":32,"h":1,"dP":1,"n":"Faevlin"},{"id":1812,"c":1,"u":"fzeg_ghloe","p":80,"s":32,"h":1,"dP":1,"n":"Fzeg"},{"id":1813,"c":1,"u":"fzeglaich_ghloe","p":79,"s":32,"h":1,"dP":1,"n":"Fzeglaich"},{"id":1814,"c":1,"u":"gegazol_ghloe","p":117,"s":32,"h":1,"dP":1,"n":"Gegazol"},{"id":1815,"c":1,"u":"gluttony%20seraph_ghloe","p":95,"s":32,"h":1,"dP":1,"n":"Gluttony Seraph"},{"id":1816,"c":1,"u":"gnoll%20brute_ghloe","p":60,"s":32,"h":1,"dP":1,"n":"Gnoll Brute"},{"id":1817,"c":1,"u":"harvester%20of%20lies_ghloe","p":13,"s":32,"h":1,"dP":1,"n":"Harvester of Lies"},{"id":1818,"c":1,"u":"horror%20flit%20hunter_ghloe","p":50,"s":32,"h":1,"dP":1,"n":"Horror Flit Hunter"},{"id":1819,"c":1,"u":"hourglass%20widow_ghloe","p":81,"s":32,"h":1,"dP":1,"n":"Hourglass Widow"},{"id":1820,"c":1,"u":"hraptnon_ghloe","p":72,"s":32,"h":1,"dP":1,"n":"Hraptnon"},{"id":1821,"c":1,"u":"infernal%20tormentor_ghloe","p":50,"s":32,"h":1,"dP":1,"n":"Infernal Tormentor"},{"id":1822,"c":1,"u":"ithjar_ghloe","p":94,"s":32,"h":1,"dP":1,"n":"Ithjar"},{"id":1823,"c":1,"u":"knifewing_ghloe","p":15,"s":32,"h":1,"dP":1,"n":"Knifewing"},{"id":1824,"c":1,"u":"lenchtahg_ghloe","p":51,"s":32,"h":1,"dP":1,"n":"Lenchtahg"},{"id":1825,"c":1,"u":"lesser%20avarice%20seraph_ghloe","p":94,"s":32,"h":1,"dP":1,"n":"Lesser Avarice Seraph"},{"id":1826,"c":1,"u":"lesser%20gluttony%20seraph_ghloe","p":94,"s":32,"h":1,"dP":1,"n":"Lesser Gluttony Seraph"},{"id":1827,"c":1,"u":"lich%20troll_ghloe","p":121,"s":32,"h":1,"dP":1,"n":"Lich Troll"},{"id":1828,"c":1,"u":"lindwyrm_ghloe","p":58,"s":32,"h":1,"dP":1,"n":"Lindwyrm"},{"id":1829,"c":1,"u":"lupilisk_ghloe","p":61,"s":32,"h":1,"dP":1,"n":"Lupilisk"},{"id":1830,"c":1,"u":"lupilisk%20elder_ghloe","p":62,"s":32,"h":1,"dP":1,"n":"Lupilisk Elder"},{"id":1831,"c":1,"u":"lupilisk%20whelp_ghloe","p":62,"s":32,"h":1,"dP":1,"n":"Lupilisk Whelp"},{"id":1832,"c":1,"u":"malikirian%20imp_ghloe","p":109,"s":32,"h":1,"dP":1,"n":"Malikirian Imp"},{"id":1833,"c":1,"u":"mjork_ghloe","p":69,"s":32,"h":1,"dP":1,"n":"Mjork"},{"id":1834,"c":1,"u":"mjork%20asher_ghloe","p":71,"s":32,"h":1,"dP":1,"n":"Mjork Asher"},{"id":1835,"c":1,"u":"mjork%20burner_ghloe","p":71,"s":32,"h":1,"dP":1,"n":"Mjork Burner"},{"id":1836,"c":1,"u":"mjork%20charger_ghloe","p":70,"s":32,"h":1,"dP":1,"n":"Mjork Charger"},{"id":1837,"c":1,"u":"mjork%20sootling_ghloe","p":72,"s":32,"h":1,"dP":1,"n":"Mjork Sootling"},{"id":1838,"c":1,"u":"mjork%20sootling%20swarm_ghloe","p":72,"s":32,"h":1,"dP":1,"n":"Mjork Sootling Swarm"},{"id":1839,"c":1,"u":"mold%20spider_ghloe","p":83,"s":32,"h":1,"dP":1,"n":"Mold Spider"},{"id":1840,"c":1,"u":"morbus%20kobold_ghloe","p":29,"s":32,"h":1,"dP":1,"n":"Morbus Kobold"},{"id":1841,"c":1,"u":"oblivion%20brute_ghloe","p":28,"s":32,"h":1,"dP":1,"n":"Oblivion Brute"},{"id":1842,"c":1,"u":"oblivion%20juggernaut_ghloe","p":28,"s":32,"h":1,"dP":1,"n":"Oblivion Juggernaut"},{"id":1843,"c":1,"u":"oblivion%20leaper_ghloe","p":27,"s":32,"h":1,"dP":1,"n":"Oblivion Leaper"},{"id":1844,"c":1,"u":"oblivion%20whistler_ghloe","p":27,"s":32,"h":1,"dP":1,"n":"Oblivion Whistler"},{"id":1845,"c":1,"u":"oozing%20vulture_ghloe","p":38,"s":32,"h":1,"dP":1,"n":"Oozing Vulture"},{"id":1846,"c":1,"u":"ordeal%20tree_ghloe","p":39,"s":32,"h":1,"dP":1,"n":"Ordeal Tree"},{"id":1847,"c":1,"u":"panjaian%20ilharan_ghloe","p":96,"s":32,"h":1,"dP":1,"n":"Panjaian Ilharan"},{"id":1848,"c":1,"u":"psychic%20fragment_ghloe","p":15,"s":32,"h":1,"dP":1,"n":"Psychic Fragment"},{"id":1849,"c":1,"u":"psychic%20fragment%20swarm_ghloe","p":15,"s":32,"h":1,"dP":1,"n":"Psychic Fragment Swarm"},{"id":1850,"c":1,"u":"scream%20thief_ghloe","p":14,"s":32,"h":1,"dP":1,"n":"Scream Thief"},{"id":1851,"c":1,"u":"sea%20drake_ghloe","p":51,"s":32,"h":1,"dP":1,"n":"Sea Drake"},{"id":1852,"c":1,"u":"shadowsteel%20ghast_ghloe","p":84,"s":32,"h":1,"dP":1,"n":"Shadowsteel Ghast"},{"id":1853,"c":1,"u":"shadowsteel%20ghoul_ghloe","p":84,"s":32,"h":1,"dP":1,"n":"Shadowsteel Ghoul"},{"id":1854,"c":1,"u":"shatter%20corpse_ghloe","p":16,"s":32,"h":1,"dP":1,"n":"Shatter Corpse"},{"id":1855,"c":1,"u":"shieldhead_ghloe","p":97,"s":32,"h":1,"dP":1,"n":"Shieldhead"},{"id":1856,"c":1,"u":"sitri%20cat_ghloe","p":85,"s":32,"h":1,"dP":1,"n":"Sitri Cat"},{"id":1857,"c":1,"u":"skeleton%20cannoneer_ghloe","p":87,"s":32,"h":1,"dP":1,"n":"Skeleton Cannoneer"},{"id":1858,"c":1,"u":"skeleton%20commander_ghloe","p":87,"s":32,"h":1,"dP":1,"n":"Skeleton Commander"},{"id":1859,"c":1,"u":"skeleton%20rifler_ghloe","p":86,"s":32,"h":1,"dP":1,"n":"Skeleton Rifler"},{"id":1860,"c":1,"u":"skinweaver_ghloe","p":30,"s":32,"h":1,"dP":1,"n":"Skinweaver"},{"id":1861,"c":1,"u":"sky%20drake_ghloe","p":63,"s":32,"h":1,"dP":1,"n":"Sky Drake"},{"id":1862,"c":1,"u":"sloth%20galloper_ghloe","p":97,"s":32,"h":1,"dP":1,"n":"Sloth Galloper"},{"id":1863,"c":1,"u":"snapjaw_ghloe","p":36,"s":32,"h":1,"dP":1,"n":"Snapjaw"},{"id":1864,"c":1,"u":"spythronar%20sac_ghloe","p":31,"s":32,"h":1,"dP":1,"n":"Spythronar Sac"},{"id":1865,"c":1,"u":"spythronar%20swarm_ghloe","p":32,"s":32,"h":1,"dP":1,"n":"Spythronar Swarm"},{"id":1866,"c":1,"u":"spythronar%20web_ghloe","p":32,"s":32,"h":1,"dP":1,"n":"Spythronar Web"},{"id":1867,"c":1,"u":"stormborn%20ithjar_ghloe","p":94,"s":32,"h":1,"dP":1,"n":"Stormborn Ithjar"},{"id":1868,"c":1,"u":"thornlamm_ghloe","p":90,"s":32,"h":1,"dP":1,"n":"Thornlamm"},{"id":1869,"c":1,"u":"torcheater_ghloe","p":73,"s":32,"h":1,"dP":1,"n":"Torcheater"},{"id":1870,"c":1,"u":"venomous%20gnoll_ghloe","p":60,"s":32,"h":1,"dP":1,"n":"Venomous Gnoll"},{"id":1871,"c":1,"u":"vitebriate_ghloe","p":21,"s":32,"h":1,"dP":1,"n":"Vitebriate"},{"id":1872,"c":1,"u":"werebear%20ascetic_ghloe","p":37,"s":32,"h":1,"dP":1,"n":"Werebear Ascetic"},{"id":1873,"c":1,"u":"werewolf%20ravager_ghloe","p":83,"s":32,"h":1,"dP":1,"n":"Werewolf Ravager"},{"id":1874,"c":1,"u":"xakalonus_ghloe","p":73,"s":32,"h":1,"dP":1,"n":"Xakalonus"},{"id":1875,"c":1,"u":"young%20blightscale%20dragon_ghloe","p":82,"s":32,"h":1,"dP":1,"n":"Young Blightscale Dragon"},{"id":1876,"c":1,"u":"zombie%20troll_ghloe","p":121,"s":32,"h":1,"dP":1,"n":"Zombie Troll"},{"id":1877,"c":1,"u":"amphisbaena_gos","p":230,"s":33,"h":1,"n":"Amphisbaena"},{"id":1878,"c":1,"u":"barnacle%20bess_gos","p":220,"s":33,"h":1,"n":"Barnacle Bess"},{"id":1879,"c":1,"u":"bullywug%20croaker_gos","p":232,"s":33,"h":1,"n":"Bullywug Croaker"},{"id":1880,"c":1,"u":"bullywug%20royal_gos","p":232,"s":33,"h":1,"n":"Bullywug Royal"},{"id":1881,"c":1,"u":"captain%20xendros_gos","p":14,"s":33,"h":1,"n":"Captain Xendros"},{"id":1882,"c":1,"u":"drowned%20ascetic_gos","p":233,"s":33,"h":1,"n":"Drowned Ascetic"},{"id":1883,"c":1,"u":"drowned%20assassin_gos","p":234,"s":33,"h":1,"n":"Drowned Assassin"},{"id":1884,"c":1,"u":"drowned%20blade_gos","p":235,"s":33,"h":1,"n":"Drowned Blade"},{"id":1885,"c":1,"u":"drowned%20master_gos","p":235,"s":33,"h":1,"n":"Drowned Master"},{"id":1886,"c":1,"u":"fish_gos","p":224,"s":33,"h":1,"n":"Fish"},{"id":1887,"c":1,"u":"giant%20coral%20snake_gos","p":236,"s":33,"h":1,"n":"Giant Coral Snake"},{"id":1888,"c":1,"u":"giant%20sea%20eel_gos","p":237,"s":33,"h":1,"n":"Giant Sea Eel"},{"id":1889,"c":1,"u":"giant%20white%20moray%20eel_gos","p":216,"s":33,"h":1,"n":"Giant White Moray Eel"},{"id":1890,"c":1,"u":"harpy%20matriarch_gos","p":237,"s":33,"h":1,"n":"Harpy Matriarch"},{"id":1891,"c":1,"u":"juvenile%20kraken_gos","p":238,"s":33,"h":1,"n":"Juvenile Kraken"},{"id":1892,"c":1,"u":"koalinth_gos","p":239,"s":33,"h":1,"n":"Koalinth"},{"id":1893,"c":1,"u":"koalinth%20sergeant_gos","p":239,"s":33,"h":1,"n":"Koalinth Sergeant"},{"id":1894,"c":1,"u":"krell%20grohlg_gos","p":92,"s":33,"h":1,"n":"Krell Grohlg"},{"id":1895,"c":1,"u":"kysh_gos","p":240,"s":33,"h":1,"n":"Kysh"},{"id":1896,"c":1,"u":"living%20iron%20statue_gos","p":241,"s":33,"h":1,"n":"Living Iron Statue"},{"id":1897,"c":1,"u":"lizardfolk%20commoner_gos","p":241,"s":33,"h":1,"n":"Lizardfolk Commoner"},{"id":1898,"c":1,"u":"lizardfolk%20render_gos","p":241,"s":33,"h":1,"n":"Lizardfolk Render"},{"id":1899,"c":1,"u":"lizardfolk%20scaleshield_gos","p":242,"s":33,"h":1,"n":"Lizardfolk Scaleshield"},{"id":1900,"c":1,"u":"lizardfolk%20subchief_gos","p":242,"s":33,"h":1,"n":"Lizardfolk Subchief"},{"id":1901,"c":1,"u":"locathah_gos","p":243,"s":33,"h":1,"n":"Locathah"},{"id":1902,"c":1,"u":"locathah%20hunter_gos","p":243,"s":33,"h":1,"n":"Locathah Hunter"},{"id":1903,"c":1,"u":"master%20refrum_gos","p":165,"s":33,"h":1,"n":"Master Refrum"},{"id":1904,"c":1,"u":"maw%20of%20sekolah_gos","p":244,"s":33,"h":1,"n":"Maw of Sekolah"},{"id":1905,"c":1,"u":"merfolk%20salvager_gos","p":244,"s":33,"h":1,"n":"Merfolk Salvager"},{"id":1906,"c":1,"u":"merfolk%20scout_gos","p":216,"s":33,"h":1,"n":"Merfolk Scout"},{"id":1907,"c":1,"u":"minotaur%20living%20crystal%20statue_gos","p":245,"s":33,"h":1,"n":"Minotaur Living Crystal Statue"},{"id":1908,"c":1,"u":"monstrous%20peryton_gos","p":245,"s":33,"h":1,"n":"Monstrous Peryton"},{"id":1909,"c":1,"u":"mr.%20dory_gos","p":246,"s":33,"h":1,"n":"Mr. Dory"},{"id":1910,"c":1,"u":"oceanus_gos","p":246,"s":33,"h":1,"n":"Oceanus"},{"id":1911,"c":1,"u":"othokent_gos","p":81,"s":33,"h":1,"n":"Othokent"},{"id":1912,"c":1,"u":"pirate%20bosun_gos","p":247,"s":33,"h":1,"n":"Pirate Bosun"},{"id":1913,"c":1,"u":"pirate%20captain_gos","p":247,"s":33,"h":1,"n":"Pirate Captain"},{"id":1914,"c":1,"u":"pirate%20deck%20wizard_gos","p":248,"s":33,"h":1,"n":"Pirate Deck Wizard"},{"id":1915,"c":1,"u":"pirate%20first%20mate_gos","p":248,"s":33,"h":1,"n":"Pirate First Mate"},{"id":1916,"c":1,"u":"rip%20tide%20priest_gos","p":248,"s":33,"h":1,"n":"Rip Tide Priest"},{"id":1917,"c":1,"u":"sahuagin%20blademaster_gos","p":249,"s":33,"h":1,"n":"Sahuagin Blademaster"},{"id":1918,"c":1,"u":"sahuagin%20champion_gos","p":249,"s":33,"h":1,"n":"Sahuagin Champion"},{"id":1919,"c":1,"u":"sahuagin%20coral%20smasher_gos","p":249,"s":33,"h":1,"n":"Sahuagin Coral Smasher"},{"id":1920,"c":1,"u":"sahuagin%20deep%20diver_gos","p":250,"s":33,"h":1,"n":"Sahuagin Deep Diver"},{"id":1921,"c":1,"u":"sahuagin%20hatchling%20swarm_gos","p":250,"s":33,"h":1,"n":"Sahuagin Hatchling Swarm"},{"id":1922,"c":1,"u":"sahuagin%20high%20priestess_gos","p":251,"s":33,"h":1,"n":"Sahuagin High Priestess"},{"id":1923,"c":1,"u":"sahuagin%20wave%20shaper_gos","p":251,"s":33,"h":1,"n":"Sahuagin Wave Shaper"},{"id":1924,"c":1,"u":"sanbalet_gos","p":252,"s":33,"h":1,"n":"Sanbalet"},{"id":1925,"c":1,"u":"sauriv_gos","p":79,"s":33,"h":1,"n":"Sauriv"},{"id":1926,"c":1,"u":"shell%20shark_gos","p":252,"s":33,"h":1,"n":"Shell Shark"},{"id":1927,"c":1,"u":"skeletal%20alchemist_gos","p":253,"s":33,"h":1,"n":"Skeletal Alchemist"},{"id":1928,"c":1,"u":"skeletal%20juggernaut_gos","p":253,"s":33,"h":1,"n":"Skeletal Juggernaut"},{"id":1929,"c":1,"u":"skeletal%20swarm_gos","p":254,"s":33,"h":1,"n":"Skeletal Swarm"},{"id":1930,"c":1,"u":"skum_gos","p":254,"s":33,"h":1,"n":"Skum"},{"id":1931,"c":1,"u":"thousand%20teeth_gos","p":256,"s":33,"h":1,"n":"Thousand Teeth"},{"id":1932,"c":1,"u":"vampiric%20jade%20statue_gos","p":256,"s":33,"h":1,"n":"Vampiric Jade Statue"},{"id":1933,"c":1,"u":"yalaga%20maladwyn_gos","p":226,"s":33,"h":1,"n":"Yalaga Maladwyn"},{"id":1934,"c":1,"u":"demogorgon_hftt","p":36,"s":34,"h":1,"dP":1,"n":"Demogorgon"},{"id":1935,"c":1,"u":"evil%20mage_hftt","p":42,"s":34,"h":1,"dP":1,"n":"Evil Mage"},{"id":1936,"c":1,"u":"thessalhydra_hftt","p":41,"s":34,"h":1,"dP":1,"n":"Thessalhydra"},{"id":1937,"c":1,"u":"apprentice_hol","p":201,"s":35,"h":1,"n":"Apprentice"},{"id":1938,"c":1,"u":"disciple_hol","p":201,"s":35,"h":1,"n":"Disciple"},{"id":1939,"c":1,"u":"sneak_hol","p":201,"s":35,"h":1,"n":"Sneak"},{"id":1940,"c":1,"u":"squire_hol","p":201,"s":35,"h":1,"n":"Squire"},{"id":1941,"c":1,"u":"ambush%20drake_hotdq","p":88,"s":36,"h":1,"n":"Ambush Drake"},{"id":1942,"c":1,"u":"azbara%20jos_hotdq","p":88,"s":36,"h":1,"n":"Azbara Jos"},{"id":1943,"c":1,"u":"blagothkus_hotdq","p":89,"s":36,"h":1,"n":"Blagothkus"},{"id":1944,"c":1,"u":"captain%20othelstan_hotdq","p":89,"s":36,"h":1,"n":"Captain Othelstan"},{"id":1945,"c":1,"u":"dragonclaw_hotdq","p":89,"s":36,"h":1,"n":"Dragonclaw"},{"id":1946,"c":1,"u":"dragonwing_hotdq","p":90,"s":36,"h":1,"n":"Dragonwing"},{"id":1947,"c":1,"u":"dralmorrer%20borngray_hotdq","p":90,"s":36,"h":1,"n":"Dralmorrer Borngray"},{"id":1948,"c":1,"u":"four-armed%20troll_hotdq","p":65,"s":36,"h":1,"n":"Four-Armed Troll"},{"id":1949,"c":1,"u":"frulam%20mondath_hotdq","p":90,"s":36,"h":1,"n":"Frulam Mondath"},{"id":1950,"c":1,"u":"golden%20stag_hotdq","p":35,"s":36,"h":1,"n":"Golden Stag"},{"id":1951,"c":1,"u":"guard%20drake_hotdq","p":91,"s":36,"h":1,"n":"Guard Drake"},{"id":1952,"c":1,"u":"jamna%20gleamsilver_hotdq","p":91,"s":36,"h":1,"n":"Jamna Gleamsilver"},{"id":1953,"c":1,"u":"langdedrosa%20cyanwrath_hotdq","p":91,"s":36,"h":1,"n":"Langdedrosa Cyanwrath"},{"id":1954,"c":1,"u":"leosin%20erlanthar_hotdq","p":87,"s":36,"h":1,"n":"Leosin Erlanthar"},{"id":1955,"c":1,"u":"linan%20swift_hotdq","p":8,"s":36,"h":1,"n":"Linan Swift"},{"id":1956,"c":1,"u":"ontharr%20frume_hotdq","p":28,"s":36,"h":1,"n":"Ontharr Frume"},{"id":1957,"c":1,"u":"pharblex%20spattergoo_hotdq","p":91,"s":36,"h":1,"n":"Pharblex Spattergoo"},{"id":1958,"c":1,"u":"raggnar%20redtooth_hotdq","p":74,"s":36,"h":1,"n":"Raggnar Redtooth"},{"id":1959,"c":1,"u":"rath%20modar_hotdq","p":92,"s":36,"h":1,"n":"Rath Modar"},{"id":1960,"c":1,"u":"rezmir_hotdq","p":93,"s":36,"h":1,"n":"Rezmir"},{"id":1961,"c":1,"u":"sandesyl%20morgia_hotdq","p":81,"s":36,"h":1,"n":"Sandesyl Morgia"},{"id":1962,"c":1,"u":"talis%20the%20white_hotdq","p":93,"s":36,"h":1,"n":"Talis the White"},{"id":1963,"c":1,"u":"trepsin_hotdq","p":63,"s":36,"h":1,"n":"Trepsin"},{"id":1964,"c":1,"u":"aruk%20thundercaller%20thuunlakalaga_idrotf","p":169,"s":37,"h":1,"n":"Aruk Thundercaller Thuunlakalaga"},{"id":1965,"c":1,"u":"auril%20(first%20form)_idrotf","p":275,"s":37,"h":1,"n":"Auril (First Form)"},{"id":1966,"c":1,"u":"auril%20(second%20form)_idrotf","p":277,"s":37,"h":1,"n":"Auril (Second Form)"},{"id":1967,"c":1,"u":"auril%20(third%20form)_idrotf","p":278,"s":37,"h":1,"n":"Auril (Third Form)"},{"id":1968,"c":1,"u":"avarice_idrotf","p":269,"s":37,"h":1,"n":"Avarice"},{"id":1969,"c":1,"u":"awakened%20white%20moose_idrotf","p":82,"s":37,"h":1,"n":"Awakened White Moose"},{"id":1970,"c":1,"u":"battlehammer%20dwarf_idrotf","p":107,"s":37,"h":1,"n":"Battlehammer Dwarf"},{"id":1971,"c":1,"u":"bjornhild%20solvigsdottir_idrotf","p":306,"s":37,"h":1,"n":"Bjornhild Solvigsdottir"},{"id":1972,"c":1,"u":"chardalyn%20berserker_idrotf","p":280,"s":37,"h":1,"n":"Chardalyn Berserker"},{"id":1973,"c":1,"u":"chardalyn%20dragon_idrotf","p":281,"s":37,"h":1,"n":"Chardalyn Dragon"},{"id":1974,"c":1,"u":"chimeric%20baboon_idrotf","p":246,"s":37,"h":1,"n":"Chimeric Baboon"},{"id":1975,"c":1,"u":"chimeric%20cat_idrotf","p":246,"s":37,"h":1,"n":"Chimeric Cat"},{"id":1976,"c":1,"u":"chimeric%20fox_idrotf","p":246,"s":37,"h":1,"n":"Chimeric Fox"},{"id":1977,"c":1,"u":"chimeric%20hare_idrotf","p":246,"s":37,"h":1,"n":"Chimeric Hare"},{"id":1978,"c":1,"u":"chimeric%20rat_idrotf","p":246,"s":37,"h":1,"n":"Chimeric Rat"},{"id":1979,"c":1,"u":"chimeric%20weasel_idrotf","p":246,"s":37,"h":1,"n":"Chimeric Weasel"},{"id":1980,"c":1,"u":"chwinga_idrotf","p":282,"s":37,"h":1,"n":"Chwinga"},{"id":1981,"c":1,"u":"coldlight%20walker_idrotf","p":284,"s":37,"h":1,"n":"Coldlight Walker"},{"id":1982,"c":1,"u":"demos%20magen_idrotf","p":300,"s":37,"h":1,"n":"Demos Magen"},{"id":1983,"c":1,"u":"dzaan_idrotf","p":271,"s":37,"h":1,"n":"Dzaan"},{"id":1984,"c":1,"u":"dzaan's%20simulacrum_idrotf","p":270,"s":37,"h":1,"n":"Dzaan's Simulacrum"},{"id":1985,"c":1,"u":"f'yorl_idrotf","p":183,"s":37,"h":1,"n":"F'yorl"},{"id":1986,"c":1,"u":"fox_idrotf","p":288,"s":37,"h":1,"n":"Fox"},{"id":1987,"c":1,"u":"frost%20druid_idrotf","p":288,"s":37,"h":1,"n":"Frost Druid"},{"id":1988,"c":1,"u":"frost%20giant%20skeleton_idrotf","p":288,"s":37,"h":1,"n":"Frost Giant Skeleton"},{"id":1989,"c":1,"u":"galvan%20magen_idrotf","p":301,"s":37,"h":1,"n":"Galvan Magen"},{"id":1990,"c":1,"u":"giant%20walrus_idrotf","p":312,"s":37,"h":1,"n":"Giant Walrus"},{"id":1991,"c":1,"u":"gnoll%20vampire_idrotf","p":290,"s":37,"h":1,"n":"Gnoll Vampire"},{"id":1992,"c":1,"u":"gnome%20ceremorph_idrotf","p":303,"s":37,"h":1,"n":"Gnome Ceremorph"},{"id":1993,"c":1,"u":"gnome%20squidling_idrotf","p":303,"s":37,"h":1,"n":"Gnome Squidling"},{"id":1994,"c":1,"u":"goliath%20warrior_idrotf","p":292,"s":37,"h":1,"n":"Goliath Warrior"},{"id":1995,"c":1,"u":"goliath%20werebear_idrotf","p":293,"s":37,"h":1,"n":"Goliath Werebear"},{"id":1996,"c":1,"u":"grandolpha%20muzgardt_idrotf","p":176,"s":37,"h":1,"n":"Grandolpha Muzgardt"},{"id":1997,"c":1,"u":"gunvald%20halraggson_idrotf","p":305,"s":37,"h":1,"n":"Gunvald Halraggson"},{"id":1998,"c":1,"u":"hare_idrotf","p":294,"s":37,"h":1,"n":"Hare"},{"id":1999,"c":1,"u":"headless%20iron%20golem_idrotf","p":244,"s":37,"h":1,"n":"Headless Iron Golem"},{"id":2000,"c":1,"u":"hengar%20aesnvaard_idrotf","p":215,"s":37,"h":1,"n":"Hengar Aesnvaard"},{"id":2001,"c":1,"u":"hypnos%20magen_idrotf","p":301,"s":37,"h":1,"n":"Hypnos Magen"},{"id":2002,"c":1,"u":"ice%20piercer_idrotf","p":226,"s":37,"h":1,"n":"Ice Piercer"},{"id":2003,"c":1,"u":"ice%20troll_idrotf","p":295,"s":37,"h":1,"n":"Ice Troll"},{"id":2004,"c":1,"u":"icewind%20kobold_idrotf","p":296,"s":37,"h":1,"n":"Icewind Kobold"},{"id":2005,"c":1,"u":"icewind%20kobold%20zombie_idrotf","p":297,"s":37,"h":1,"n":"Icewind Kobold Zombie"},{"id":2006,"c":1,"u":"isarr%20kronenstrom_idrotf","p":307,"s":37,"h":1,"n":"Isarr Kronenstrom"},{"id":2007,"c":1,"u":"jarund%20elkhardt_idrotf","p":305,"s":37,"h":1,"n":"Jarund Elkhardt"},{"id":2008,"c":1,"u":"kadroth_idrotf","p":42,"s":37,"h":1,"n":"Kadroth"},{"id":2009,"c":1,"u":"kingsport_idrotf","p":243,"s":37,"h":1,"n":"Kingsport"},{"id":2010,"c":1,"u":"knight%20of%20the%20black%20sword_idrotf","p":259,"s":37,"h":1,"n":"Knight of the Black Sword"},{"id":2011,"c":1,"u":"knucklehead%20trout_idrotf","p":295,"s":37,"h":1,"n":"Knucklehead Trout"},{"id":2012,"c":1,"u":"kobold%20vampire%20spawn_idrotf","p":297,"s":37,"h":1,"n":"Kobold Vampire Spawn"},{"id":2013,"c":1,"u":"living%20bigby's%20hand_idrotf","p":298,"s":37,"h":1,"n":"Living Bigby's Hand"},{"id":2014,"c":1,"u":"living%20blade%20of%20disaster_idrotf","p":299,"s":37,"h":1,"n":"Living Blade of Disaster"},{"id":2015,"c":1,"u":"living%20demiplane_idrotf","p":299,"s":37,"h":1,"n":"Living Demiplane"},{"id":2016,"c":1,"u":"lonelywood%20banshee_idrotf","p":81,"s":37,"h":1,"n":"Lonelywood Banshee"},{"id":2017,"c":1,"u":"mjenir_idrotf","p":215,"s":37,"h":1,"n":"Mjenir"},{"id":2018,"c":1,"u":"mountain%20goat_idrotf","p":304,"s":37,"h":1,"n":"Mountain Goat"},{"id":2019,"c":1,"u":"nass%20lantomir's%20ghost_idrotf","p":272,"s":37,"h":1,"n":"Nass Lantomir's Ghost"},{"id":2020,"c":1,"u":"prisoner%20237_idrotf","p":160,"s":37,"h":1,"n":"Prisoner 237"},{"id":2021,"c":1,"u":"reghed%20chieftain_idrotf","p":152,"s":37,"h":1,"n":"Reghed Chieftain"},{"id":2022,"c":1,"u":"reghed%20great%20warrior_idrotf","p":152,"s":37,"h":1,"n":"Reghed Great Warrior"},{"id":2023,"c":1,"u":"reghed%20shaman_idrotf","p":152,"s":37,"h":1,"n":"Reghed Shaman"},{"id":2024,"c":1,"u":"reghed%20warrior_idrotf","p":152,"s":37,"h":1,"n":"Reghed Warrior"},{"id":2025,"c":1,"u":"reindeer_idrotf","p":107,"s":37,"h":1,"n":"Reindeer"},{"id":2026,"c":1,"u":"seal_idrotf","p":308,"s":37,"h":1,"n":"Seal"},{"id":2027,"c":1,"u":"sephek%20kaltro_idrotf","p":23,"s":37,"h":1,"n":"Sephek Kaltro"},{"id":2028,"c":1,"u":"snow%20golem_idrotf","p":308,"s":37,"h":1,"n":"Snow Golem"},{"id":2029,"c":1,"u":"snowy%20owlbear_idrotf","p":309,"s":37,"h":1,"n":"Snowy Owlbear"},{"id":2030,"c":1,"u":"spellix%20romwod_idrotf","p":144,"s":37,"h":1,"n":"Spellix Romwod"},{"id":2031,"c":1,"u":"sperm%20whale_idrotf","p":309,"s":37,"h":1,"n":"Sperm Whale"},{"id":2032,"c":1,"u":"spitting%20mimic_idrotf","p":302,"s":37,"h":1,"n":"Spitting Mimic"},{"id":2033,"c":1,"u":"telepathic%20pentacle_idrotf","p":244,"s":37,"h":1,"n":"Telepathic Pentacle"},{"id":2034,"c":1,"u":"tomb%20tapper_idrotf","p":310,"s":37,"h":1,"n":"Tomb Tapper"},{"id":2035,"c":1,"u":"tribal%20warrior%20spore%20servant_idrotf","p":52,"s":37,"h":1,"n":"Tribal Warrior Spore Servant"},{"id":2036,"c":1,"u":"vellynne%20harpell_idrotf","p":273,"s":37,"h":1,"n":"Vellynne Harpell"},{"id":2037,"c":1,"u":"verbeeg%20longstrider_idrotf","p":311,"s":37,"h":1,"n":"Verbeeg Longstrider"},{"id":2038,"c":1,"u":"verbeeg%20marauder_idrotf","p":311,"s":37,"h":1,"n":"Verbeeg Marauder"},{"id":2039,"c":1,"u":"walrus_idrotf","p":312,"s":37,"h":1,"n":"Walrus"},{"id":2040,"c":1,"u":"xardorok%20sunblight_idrotf","p":287,"s":37,"h":1,"n":"Xardorok Sunblight"},{"id":2041,"c":1,"u":"yeti%20tyke_idrotf","p":313,"s":37,"h":1,"n":"Yeti Tyke"},{"id":2042,"c":1,"u":"young%20griffon%20(medium)_idrotf","p":163,"s":37,"h":1,"n":"Young Griffon (Medium)"},{"id":2043,"c":1,"u":"young%20griffon%20(small)_idrotf","p":163,"s":37,"h":1,"n":"Young Griffon (Small)"},{"id":2044,"c":1,"u":"young%20griffon%20(tiny)_idrotf","p":163,"s":37,"h":1,"n":"Young Griffon (Tiny)"},{"id":2045,"c":1,"u":"afsoun%20ghorbani_jttrc","p":162,"s":38,"h":1,"n":"Afsoun Ghorbani"},{"id":2046,"c":1,"u":"amanisha%20manivarshi_jttrc","p":127,"s":38,"h":1,"n":"Amanisha Manivarshi"},{"id":2047,"c":1,"u":"ameyali_jttrc","p":108,"s":38,"h":1,"n":"Ameyali"},{"id":2048,"c":1,"u":"ashen%20heir%20anarchist_jttrc","p":150,"s":38,"h":1,"n":"Ashen Heir Anarchist"},{"id":2049,"c":1,"u":"ashen%20heir%20assassin_jttrc","p":158,"s":38,"h":1,"n":"Ashen Heir Assassin"},{"id":2050,"c":1,"u":"ashen%20heir%20mage_jttrc","p":158,"s":38,"h":1,"n":"Ashen Heir Mage"},{"id":2051,"c":1,"u":"ashen%20heir%20veteran_jttrc","p":158,"s":38,"h":1,"n":"Ashen Heir Veteran"},{"id":2052,"c":1,"u":"atash_jttrc","p":166,"s":38,"h":1,"n":"Atash"},{"id":2053,"c":1,"u":"atiba-pa_jttrc","p":171,"s":38,"h":1,"n":"Atiba-Pa"},{"id":2054,"c":1,"u":"aunt%20dellie_jttrc","p":36,"s":38,"h":1,"n":"Aunt Dellie"},{"id":2055,"c":1,"u":"aurumvorax_jttrc","p":105,"s":38,"h":1,"n":"Aurumvorax"},{"id":2056,"c":1,"u":"aurumvorax%20den%20leader_jttrc","p":105,"s":38,"h":1,"n":"Aurumvorax Den Leader"},{"id":2057,"c":1,"u":"awa_jttrc","p":95,"s":38,"h":1,"n":"Awa"},{"id":2058,"c":1,"u":"azra%20nir_jttrc","p":74,"s":38,"h":1,"n":"Azra Nir"},{"id":2059,"c":1,"u":"bakunawa_jttrc","p":147,"s":38,"h":1,"n":"Bakunawa"},{"id":2060,"c":1,"u":"brother%20broumane_jttrc","p":178,"s":38,"h":1,"n":"Brother Broumane"},{"id":2061,"c":1,"u":"dinosaur%20skeleton_jttrc","p":57,"s":38,"h":1,"n":"Dinosaur Skeleton"},{"id":2062,"c":1,"u":"diva_jttrc","p":72,"s":38,"h":1,"n":"Diva"},{"id":2063,"c":1,"u":"diva%20luma_jttrc","p":71,"s":38,"h":1,"n":"Diva Luma"},{"id":2064,"c":1,"u":"djeneba_jttrc","p":173,"s":38,"h":1,"n":"Djeneba"},{"id":2065,"c":1,"u":"dragon%20hunter_jttrc","p":138,"s":38,"h":1,"n":"Dragon Hunter"},{"id":2066,"c":1,"u":"dukha%20bhatiyali_jttrc","p":124,"s":38,"h":1,"n":"Dukha Bhatiyali"},{"id":2067,"c":1,"u":"farmer_jttrc","p":36,"s":38,"h":1,"n":"Farmer"},{"id":2068,"c":1,"u":"gammon%20xungoon_jttrc","p":20,"s":38,"h":1,"n":"Gammon Xungoon"},{"id":2069,"c":1,"u":"haint_jttrc","p":185,"s":38,"h":1,"n":"Haint"},{"id":2070,"c":1,"u":"jade%20statue_jttrc","p":195,"s":38,"h":1,"n":"Jade Statue"},{"id":2071,"c":1,"u":"jijibisha%20manivarshi_jttrc","p":128,"s":38,"h":1,"n":"Jijibisha Manivarshi"},{"id":2072,"c":1,"u":"kala%20mabarin_jttrc","p":70,"s":38,"h":1,"n":"Kala Mabarin"},{"id":2073,"c":1,"u":"kasem%20aroon_jttrc","p":21,"s":38,"h":1,"n":"Kasem Aroon"},{"id":2074,"c":1,"u":"kedjou%20kamal_jttrc","p":96,"s":38,"h":1,"n":"Kedjou Kamal"},{"id":2075,"c":1,"u":"kianna_jttrc","p":42,"s":38,"h":1,"n":"Kianna"},{"id":2076,"c":1,"u":"koi%20prawn_jttrc","p":26,"s":38,"h":1,"n":"Koi Prawn"},{"id":2077,"c":1,"u":"kun%20ahn-jun_jttrc","p":81,"s":38,"h":1,"n":"Kun Ahn-Jun"},{"id":2078,"c":1,"u":"kusa%20xungoon_jttrc","p":20,"s":38,"h":1,"n":"Kusa Xungoon"},{"id":2079,"c":1,"u":"lady%20dre_jttrc","p":37,"s":38,"h":1,"n":"Lady Dre"},{"id":2080,"c":1,"u":"laleh%20ghorbani_jttrc","p":156,"s":38,"h":1,"n":"Laleh Ghorbani"},{"id":2081,"c":1,"u":"lamai%20tyenmo_jttrc","p":20,"s":38,"h":1,"n":"Lamai Tyenmo"},{"id":2082,"c":1,"u":"lu%20zhong%20yin_jttrc","p":189,"s":38,"h":1,"n":"Lu Zhong Yin"},{"id":2083,"c":1,"u":"lungtian_jttrc","p":136,"s":38,"h":1,"n":"Lungtian"},{"id":2084,"c":1,"u":"madam%20kulp_jttrc","p":27,"s":38,"h":1,"n":"Madam Kulp"},{"id":2085,"c":1,"u":"myx%20nargis%20ruba_jttrc","p":71,"s":38,"h":1,"n":"Myx Nargis Ruba"},{"id":2086,"c":1,"u":"navid_jttrc","p":159,"s":38,"h":1,"n":"Navid"},{"id":2087,"c":1,"u":"nene_jttrc","p":205,"s":38,"h":1,"n":"Nene"},{"id":2088,"c":1,"u":"nightsea%20chil-liren_jttrc","p":177,"s":38,"h":1,"n":"Nightsea chil-liren"},{"id":2089,"c":1,"u":"nimuel_jttrc","p":136,"s":38,"h":1,"n":"Nimuel"},{"id":2090,"c":1,"u":"ollin_jttrc","p":109,"s":38,"h":1,"n":"Ollin"},{"id":2091,"c":1,"u":"paloma_jttrc","p":52,"s":38,"h":1,"n":"Paloma"},{"id":2092,"c":1,"u":"paolo%20maykapal_jttrc","p":138,"s":38,"h":1,"n":"Paolo Maykapal"},{"id":2093,"c":1,"u":"pari_jttrc","p":167,"s":38,"h":1,"n":"Pari"},{"id":2094,"c":1,"u":"prince%20kirina_jttrc","p":94,"s":38,"h":1,"n":"Prince Kirina"},{"id":2095,"c":1,"u":"prince%20simbon_jttrc","p":94,"s":38,"h":1,"n":"Prince Simbon"},{"id":2096,"c":1,"u":"riverine_jttrc","p":133,"s":38,"h":1,"n":"Riverine"},{"id":2097,"c":1,"u":"rooster_jttrc","p":206,"s":38,"h":1,"n":"Rooster"},{"id":2098,"c":1,"u":"samira%20arah_jttrc","p":68,"s":38,"h":1,"n":"Samira Arah"},{"id":2099,"c":1,"u":"serapio_jttrc","p":61,"s":38,"h":1,"n":"Serapio"},{"id":2100,"c":1,"u":"sholeh_jttrc","p":14,"s":38,"h":1,"n":"Sholeh"},{"id":2101,"c":1,"u":"soul%20shaker_jttrc","p":47,"s":38,"h":1,"n":"Soul Shaker"},{"id":2102,"c":1,"u":"tlacatecolo_jttrc","p":65,"s":38,"h":1,"n":"Tlacatecolo"},{"id":2103,"c":1,"u":"tlexolotl_jttrc","p":119,"s":38,"h":1,"n":"Tlexolotl"},{"id":2104,"c":1,"u":"tonalli_jttrc","p":110,"s":38,"h":1,"n":"Tonalli"},{"id":2105,"c":1,"u":"tungsten%20ward_jttrc","p":38,"s":38,"h":1,"n":"Tungsten Ward"},{"id":2106,"c":1,"u":"uzoma%20baten_jttrc","p":94,"s":38,"h":1,"n":"Uzoma Baten"},{"id":2107,"c":1,"u":"vi%20aroon_jttrc","p":28,"s":38,"h":1,"n":"Vi Aroon"},{"id":2108,"c":1,"u":"wei%20feng%20ying_jttrc","p":188,"s":38,"h":1,"n":"Wei Feng Ying"},{"id":2109,"c":1,"u":"whistler_jttrc","p":221,"s":38,"h":1,"n":"Whistler"},{"id":2110,"c":1,"u":"white%20jade%20emperor_jttrc","p":197,"s":38,"h":1,"n":"White Jade Emperor"},{"id":2111,"c":1,"u":"wynling_jttrc","p":33,"s":38,"h":1,"n":"Wynling"},{"id":2112,"c":1,"u":"xocopol_jttrc","p":112,"s":38,"h":1,"n":"Xocopol"},{"id":2113,"c":1,"u":"yarana_jttrc","p":204,"s":38,"h":1,"n":"Yarana"},{"id":2114,"c":1,"u":"young-gi_jttrc","p":85,"s":38,"h":1,"n":"Young-Gi"},{"id":2115,"c":1,"u":"zisatta_jttrc","p":177,"s":38,"h":1,"n":"Zisatta"},{"id":2116,"c":1,"u":"animatronic%20allosaurus_kftgv","p":22,"s":39,"h":1,"n":"Animatronic Allosaurus"},{"id":2117,"c":1,"u":"arlo%20kettletoe%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"n":"Arlo Kettletoe (Levels 1-4)"},{"id":2118,"c":1,"u":"arlo%20kettletoe%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"n":"Arlo Kettletoe (Levels 5-8)"},{"id":2119,"c":1,"u":"arlo%20kettletoe%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"n":"Arlo Kettletoe (Levels 9-11)"},{"id":2120,"c":1,"u":"ashen%20animated%20armor_kftgv","p":157,"s":39,"h":1,"n":"Ashen Animated Armor"},{"id":2121,"c":1,"u":"ashen%20flying%20sword_kftgv","p":157,"s":39,"h":1,"n":"Ashen Flying Sword"},{"id":2122,"c":1,"u":"ashen%20knight_kftgv","p":158,"s":39,"h":1,"n":"Ashen Knight"},{"id":2123,"c":1,"u":"ashen%20shambling%20mound_kftgv","p":158,"s":39,"h":1,"n":"Ashen Shambling Mound"},{"id":2124,"c":1,"u":"ashen%20veteran_kftgv","p":154,"s":39,"h":1,"n":"Ashen Veteran"},{"id":2125,"c":1,"u":"ashen%20warhorse_kftgv","p":158,"s":39,"h":1,"n":"Ashen Warhorse"},{"id":2126,"c":1,"u":"charmayne%20daymore_kftgv","p":159,"s":39,"h":1,"n":"Charmayne Daymore"},{"id":2127,"c":1,"u":"clockwork%20defender_kftgv","p":85,"s":39,"h":1,"n":"Clockwork Defender"},{"id":2128,"c":1,"u":"clockwork%20observer_kftgv","p":85,"s":39,"h":1,"n":"Clockwork Observer"},{"id":2129,"c":1,"u":"conservatory%20student_kftgv","p":110,"s":39,"h":1,"n":"Conservatory Student"},{"id":2130,"c":1,"u":"crimson%20helmed%20horror_kftgv","p":152,"s":39,"h":1,"n":"Crimson Helmed Horror"},{"id":2131,"c":1,"u":"dr.%20cassee%20dannell_kftgv","p":12,"s":39,"h":1,"n":"Dr. Cassee Dannell"},{"id":2132,"c":1,"u":"eldritch%20horror%20hatchling_kftgv","p":24,"s":39,"h":1,"n":"Eldritch Horror Hatchling"},{"id":2133,"c":1,"u":"eliphas%20adulare_kftgv","p":188,"s":39,"h":1,"n":"Eliphas Adulare"},{"id":2134,"c":1,"u":"enna%20galakiir%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"n":"Enna Galakiir (Levels 1-4)"},{"id":2135,"c":1,"u":"enna%20galakiir%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"n":"Enna Galakiir (Levels 5-8)"},{"id":2136,"c":1,"u":"enna%20galakiir%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"n":"Enna Galakiir (Levels 9-11)"},{"id":2137,"c":1,"u":"fragment%20of%20krokulmar_kftgv","p":53,"s":39,"h":1,"n":"Fragment of Krokulmar"},{"id":2138,"c":1,"u":"frody%20dartwild_kftgv","p":105,"s":39,"h":1,"n":"Frody Dartwild"},{"id":2139,"c":1,"u":"gregir%20fendelsohn%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"n":"Gregir Fendelsohn (Levels 1-4)"},{"id":2140,"c":1,"u":"gregir%20fendelsohn%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"n":"Gregir Fendelsohn (Levels 5-8)"},{"id":2141,"c":1,"u":"gregir%20fendelsohn%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"n":"Gregir Fendelsohn (Levels 9-11)"},{"id":2142,"c":1,"u":"headless%20body_kftgv","p":51,"s":39,"h":1,"n":"Headless Body"},{"id":2143,"c":1,"u":"ignatius%20inkblot_kftgv","p":169,"s":39,"h":1,"n":"Ignatius Inkblot"},{"id":2144,"c":1,"u":"jalynvyr%20nir'thinn_kftgv","p":155,"s":39,"h":1,"n":"Jalynvyr Nir'Thinn"},{"id":2145,"c":1,"u":"jarazoun_kftgv","p":200,"s":39,"h":1,"n":"Jarazoun"},{"id":2146,"c":1,"u":"joster%20mareet_kftgv","p":107,"s":39,"h":1,"n":"Joster Mareet"},{"id":2147,"c":1,"u":"juvenile%20eldritch%20horror_kftgv","p":24,"s":39,"h":1,"n":"Juvenile Eldritch Horror"},{"id":2148,"c":1,"u":"kavoda_kftgv","p":78,"s":39,"h":1,"n":"Kavoda"},{"id":2149,"c":1,"u":"king%20jhaeros_kftgv","p":158,"s":39,"h":1,"n":"King Jhaeros"},{"id":2150,"c":1,"u":"markos%20delphi_kftgv","p":53,"s":39,"h":1,"n":"Markos Delphi"},{"id":2151,"c":1,"u":"meera%20raheer_kftgv","p":7,"s":39,"h":1,"n":"Meera Raheer"},{"id":2152,"c":1,"u":"naevys%20tharesso_kftgv","p":150,"s":39,"h":1,"n":"Naevys Tharesso"},{"id":2153,"c":1,"u":"nixylanna%20vidorant_kftgv","p":130,"s":39,"h":1,"n":"Nixylanna Vidorant"},{"id":2154,"c":1,"u":"prisoner%2013_kftgv","p":68,"s":39,"h":1,"n":"Prisoner 13"},{"id":2155,"c":1,"u":"rilago_kftgv","p":147,"s":39,"h":1,"n":"Rilago"},{"id":2156,"c":1,"u":"sabrina%20kilgore%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"n":"Sabrina Kilgore (Levels 1-4)"},{"id":2157,"c":1,"u":"sabrina%20kilgore%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"n":"Sabrina Kilgore (Levels 5-8)"},{"id":2158,"c":1,"u":"sabrina%20kilgore%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"n":"Sabrina Kilgore (Levels 9-11)"},{"id":2159,"c":1,"u":"sythian%20skalderang_kftgv","p":117,"s":39,"h":1,"n":"Sythian Skalderang"},{"id":2160,"c":1,"u":"the%20stranger_kftgv","p":173,"s":39,"h":1,"n":"The Stranger"},{"id":2161,"c":1,"u":"tiefling%20acrobat_kftgv","p":37,"s":39,"h":1,"n":"Tiefling Acrobat"},{"id":2162,"c":1,"u":"tixie%20tockworth_kftgv","p":85,"s":39,"h":1,"n":"Tixie Tockworth"},{"id":2163,"c":1,"u":"tixie's%20shield%20guardian_kftgv","p":80,"s":39,"h":1,"n":"Tixie's Shield Guardian"},{"id":2164,"c":1,"u":"torgja%20stonecrusher%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"n":"Torgja Stonecrusher (Levels 1-4)"},{"id":2165,"c":1,"u":"torgja%20stonecrusher%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"n":"Torgja Stonecrusher (Levels 5-8)"},{"id":2166,"c":1,"u":"torgja%20stonecrusher%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"n":"Torgja Stonecrusher (Levels 9-11)"},{"id":2167,"c":1,"u":"tosh%20starling%20(levels%201-4)_kftgv","p":8,"s":39,"h":1,"n":"Tosh Starling (Levels 1-4)"},{"id":2168,"c":1,"u":"tosh%20starling%20(levels%205-8)_kftgv","p":8,"s":39,"h":1,"n":"Tosh Starling (Levels 5-8)"},{"id":2169,"c":1,"u":"tosh%20starling%20(levels%209-11)_kftgv","p":8,"s":39,"h":1,"n":"Tosh Starling (Levels 9-11)"},{"id":2170,"c":1,"u":"zala%20morphus_kftgv","p":47,"s":39,"h":1,"n":"Zala Morphus"},{"id":2171,"c":1,"u":"zorhanna%20adulare_kftgv","p":184,"s":39,"h":1,"n":"Zorhanna Adulare"},{"id":2172,"c":1,"u":"zorhanna's%20simulacrum_kftgv","p":184,"s":39,"h":1,"n":"Zorhanna's Simulacrum"},{"id":2173,"c":1,"u":"goblin%20gang%20member_kkw","p":167,"s":40,"h":1,"n":"Goblin Gang Member"},{"id":2174,"c":1,"u":"krenko_kkw","p":168,"s":40,"h":1,"n":"Krenko"},{"id":2175,"c":1,"u":"loading%20rig_kkw","p":170,"s":40,"h":1,"n":"Loading Rig"},{"id":2176,"c":1,"u":"ash%20zombie_lmop","p":31,"s":41,"h":1,"n":"Ash Zombie"},{"id":2177,"c":1,"u":"evil%20mage_lmop","p":57,"s":41,"h":1,"n":"Evil Mage"},{"id":2178,"c":1,"u":"gundren%20rockseeker_lmop","p":41,"s":41,"h":1,"n":"Gundren Rockseeker"},{"id":2179,"c":1,"u":"mormesk%20the%20wraith_lmop","p":59,"s":41,"h":1,"n":"Mormesk the Wraith"},{"id":2180,"c":1,"u":"nezznar%20the%20black%20spider_lmop","p":59,"s":41,"h":1,"n":"Nezznar the Black Spider"},{"id":2181,"c":1,"u":"nundro%20rockseeker_lmop","p":50,"s":41,"h":1,"n":"Nundro Rockseeker"},{"id":2182,"c":1,"u":"redbrand%20ruffian_lmop","p":61,"s":41,"h":1,"n":"Redbrand Ruffian"},{"id":2183,"c":1,"u":"sildar%20hallwinter_lmop","p":61,"s":41,"h":1,"n":"Sildar Hallwinter"},{"id":2184,"c":1,"u":"venomfang_lmop","p":63,"s":41,"h":1,"n":"Venomfang"},{"id":2185,"c":1,"u":"aarakocra%20spelljammer_lox","p":43,"s":42,"h":1,"n":"Aarakocra Spelljammer"},{"id":2186,"c":1,"u":"agony_lox","p":34,"s":42,"h":1,"n":"Agony"},{"id":2187,"c":1,"u":"astral%20blight_lox","p":10,"s":42,"h":1,"n":"Astral Blight"},{"id":2188,"c":1,"u":"big%20momma_lox","p":29,"s":42,"h":1,"n":"Big Momma"},{"id":2189,"c":1,"u":"commodore%20krux_lox","p":22,"s":42,"h":1,"n":"Commodore Krux"},{"id":2190,"c":1,"u":"elaina%20sartell_lox","p":11,"s":42,"h":1,"n":"Elaina Sartell"},{"id":2191,"c":1,"u":"fel%20ardra_lox","p":23,"s":42,"h":1,"n":"Fel Ardra"},{"id":2192,"c":1,"u":"flapjack_lox","p":13,"s":42,"h":1,"n":"Flapjack"},{"id":2193,"c":1,"u":"grimzod%20gargenhale_lox","p":32,"s":42,"h":1,"n":"Grimzod Gargenhale"},{"id":2194,"c":1,"u":"hastain_lox","p":25,"s":42,"h":1,"n":"Hastain"},{"id":2195,"c":1,"u":"prince%20xeleth_lox","p":48,"s":42,"h":1,"n":"Prince Xeleth"},{"id":2196,"c":1,"u":"princess%20xedalli_lox","p":60,"s":42,"h":1,"n":"Princess Xedalli"},{"id":2197,"c":1,"u":"topolah_lox","p":27,"s":42,"h":1,"n":"Topolah"},{"id":2198,"c":1,"u":"vocath_lox","p":42,"s":42,"h":1,"n":"Vocath"},{"id":2199,"c":1,"u":"warwyck%20blastimoff_lox","p":39,"s":42,"h":1,"n":"Warwyck Blastimoff"},{"id":2200,"c":1,"u":"alax%20jadescales_lrdt","p":11,"s":43,"h":1,"dP":1,"n":"Alax Jadescales"},{"id":2201,"c":1,"u":"ervan%20soulfallen_lrdt","p":11,"s":43,"h":1,"dP":1,"n":"Ervan Soulfallen"},{"id":2202,"c":1,"u":"aarakocra_mm","p":12,"s":44,"h":1,"n":"Aarakocra"},{"id":2203,"c":1,"u":"aboleth_mm","p":13,"s":44,"h":1,"r":1,"n":"Aboleth"},{"id":2204,"c":1,"u":"abominable%20yeti_mm","p":306,"s":44,"h":1,"n":"Abominable Yeti"},{"id":2205,"c":1,"u":"acolyte_mm","p":342,"s":44,"h":1,"r":1,"n":"Acolyte"},{"id":2206,"c":1,"u":"adult%20black%20dragon_mm","p":88,"s":44,"h":1,"r":1,"n":"Adult Black Dragon"},{"id":2207,"c":1,"u":"adult%20blue%20dracolich_mm","p":84,"s":44,"h":1,"n":"Adult Blue Dracolich"},{"id":2208,"c":1,"u":"adult%20blue%20dragon_mm","p":91,"s":44,"h":1,"r":1,"n":"Adult Blue Dragon"},{"id":2209,"c":1,"u":"adult%20brass%20dragon_mm","p":105,"s":44,"h":1,"r":1,"n":"Adult Brass Dragon"},{"id":2210,"c":1,"u":"adult%20bronze%20dragon_mm","p":108,"s":44,"h":1,"r":1,"n":"Adult Bronze Dragon"},{"id":2211,"c":1,"u":"adult%20copper%20dragon_mm","p":112,"s":44,"h":1,"r":1,"n":"Adult Copper Dragon"},{"id":2212,"c":1,"u":"adult%20gold%20dragon_mm","p":114,"s":44,"h":1,"r":1,"n":"Adult Gold Dragon"},{"id":2213,"c":1,"u":"adult%20green%20dragon_mm","p":94,"s":44,"h":1,"r":1,"n":"Adult Green Dragon"},{"id":2214,"c":1,"u":"adult%20red%20dragon_mm","p":98,"s":44,"h":1,"r":1,"n":"Adult Red Dragon"},{"id":2215,"c":1,"u":"adult%20silver%20dragon_mm","p":117,"s":44,"h":1,"r":1,"n":"Adult Silver Dragon"},{"id":2216,"c":1,"u":"adult%20white%20dragon_mm","p":101,"s":44,"h":1,"r":1,"n":"Adult White Dragon"},{"id":2217,"c":1,"u":"air%20elemental_mm","p":124,"s":44,"h":1,"r":1,"n":"Air Elemental"},{"id":2218,"c":1,"u":"allosaurus_mm","p":79,"s":44,"h":1,"n":"Allosaurus"},{"id":2219,"c":1,"u":"ancient%20black%20dragon_mm","p":87,"s":44,"h":1,"r":1,"n":"Ancient Black Dragon"},{"id":2220,"c":1,"u":"ancient%20blue%20dragon_mm","p":90,"s":44,"h":1,"r":1,"n":"Ancient Blue Dragon"},{"id":2221,"c":1,"u":"ancient%20brass%20dragon_mm","p":104,"s":44,"h":1,"r":1,"n":"Ancient Brass Dragon"},{"id":2222,"c":1,"u":"ancient%20bronze%20dragon_mm","p":107,"s":44,"h":1,"r":1,"n":"Ancient Bronze Dragon"},{"id":2223,"c":1,"u":"ancient%20copper%20dragon_mm","p":110,"s":44,"h":1,"r":1,"n":"Ancient Copper Dragon"},{"id":2224,"c":1,"u":"ancient%20gold%20dragon_mm","p":113,"s":44,"h":1,"r":1,"n":"Ancient Gold Dragon"},{"id":2225,"c":1,"u":"ancient%20green%20dragon_mm","p":93,"s":44,"h":1,"r":1,"n":"Ancient Green Dragon"},{"id":2226,"c":1,"u":"ancient%20red%20dragon_mm","p":97,"s":44,"h":1,"r":1,"n":"Ancient Red Dragon"},{"id":2227,"c":1,"u":"ancient%20silver%20dragon_mm","p":116,"s":44,"h":1,"r":1,"n":"Ancient Silver Dragon"},{"id":2228,"c":1,"u":"ancient%20white%20dragon_mm","p":100,"s":44,"h":1,"r":1,"n":"Ancient White Dragon"},{"id":2229,"c":1,"u":"androsphinx_mm","p":281,"s":44,"h":1,"r":1,"n":"Androsphinx"},{"id":2230,"c":1,"u":"animated%20armor_mm","p":19,"s":44,"h":1,"r":1,"n":"Animated Armor"},{"id":2231,"c":1,"u":"ankheg_mm","p":21,"s":44,"h":1,"r":1,"n":"Ankheg"},{"id":2232,"c":1,"u":"ankylosaurus_mm","p":79,"s":44,"h":1,"n":"Ankylosaurus"},{"id":2233,"c":1,"u":"ape_mm","p":317,"s":44,"h":1,"r":1,"n":"Ape"},{"id":2234,"c":1,"u":"arcanaloth_mm","p":313,"s":44,"h":1,"n":"Arcanaloth"},{"id":2235,"c":1,"u":"archmage_mm","p":342,"s":44,"h":1,"r":1,"n":"Archmage"},{"id":2236,"c":1,"u":"assassin_mm","p":343,"s":44,"h":1,"r":1,"n":"Assassin"},{"id":2237,"c":1,"u":"awakened%20shrub_mm","p":317,"s":44,"h":1,"r":1,"n":"Awakened Shrub"},{"id":2238,"c":1,"u":"awakened%20tree_mm","p":317,"s":44,"h":1,"r":1,"n":"Awakened Tree"},{"id":2239,"c":1,"u":"axe%20beak_mm","p":317,"s":44,"h":1,"r":1,"n":"Axe Beak"},{"id":2240,"c":1,"u":"azer_mm","p":22,"s":44,"h":1,"r":1,"n":"Azer"},{"id":2241,"c":1,"u":"baboon_mm","p":318,"s":44,"h":1,"r":1,"n":"Baboon"},{"id":2242,"c":1,"u":"badger_mm","p":318,"s":44,"h":1,"r":1,"n":"Badger"},{"id":2243,"c":1,"u":"balor_mm","p":55,"s":44,"h":1,"r":1,"n":"Balor"},{"id":2244,"c":1,"u":"bandit_mm","p":343,"s":44,"h":1,"r":1,"n":"Bandit"},{"id":2245,"c":1,"u":"bandit%20captain_mm","p":344,"s":44,"h":1,"r":1,"n":"Bandit Captain"},{"id":2246,"c":1,"u":"banshee_mm","p":23,"s":44,"h":1,"n":"Banshee"},{"id":2247,"c":1,"u":"barbed%20devil_mm","p":70,"s":44,"h":1,"r":1,"n":"Barbed Devil"},{"id":2248,"c":1,"u":"barlgura_mm","p":56,"s":44,"h":1,"n":"Barlgura"},{"id":2249,"c":1,"u":"basilisk_mm","p":24,"s":44,"h":1,"r":1,"n":"Basilisk"},{"id":2250,"c":1,"u":"bat_mm","p":318,"s":44,"h":1,"r":1,"n":"Bat"},{"id":2251,"c":1,"u":"bearded%20devil_mm","p":70,"s":44,"h":1,"r":1,"n":"Bearded Devil"},{"id":2252,"c":1,"u":"behir_mm","p":25,"s":44,"h":1,"r":1,"n":"Behir"},{"id":2253,"c":1,"u":"beholder_mm","p":28,"s":44,"h":1,"n":"Beholder"},{"id":2254,"c":1,"u":"beholder%20zombie_mm","p":316,"s":44,"h":1,"n":"Beholder Zombie"},{"id":2255,"c":1,"u":"berserker_mm","p":344,"s":44,"h":1,"r":1,"n":"Berserker"},{"id":2256,"c":1,"u":"black%20bear_mm","p":318,"s":44,"h":1,"r":1,"n":"Black Bear"},{"id":2257,"c":1,"u":"black%20dragon%20wyrmling_mm","p":88,"s":44,"h":1,"r":1,"n":"Black Dragon Wyrmling"},{"id":2258,"c":1,"u":"black%20pudding_mm","p":241,"s":44,"h":1,"r":1,"n":"Black Pudding"},{"id":2259,"c":1,"u":"blink%20dog_mm","p":318,"s":44,"h":1,"r":1,"n":"Blink Dog"},{"id":2260,"c":1,"u":"blood%20hawk_mm","p":319,"s":44,"h":1,"r":1,"n":"Blood Hawk"},{"id":2261,"c":1,"u":"blue%20dragon%20wyrmling_mm","p":91,"s":44,"h":1,"r":1,"n":"Blue Dragon Wyrmling"},{"id":2262,"c":1,"u":"blue%20slaad_mm","p":276,"s":44,"h":1,"n":"Blue Slaad"},{"id":2263,"c":1,"u":"boar_mm","p":319,"s":44,"h":1,"r":1,"n":"Boar"},{"id":2264,"c":1,"u":"bone%20devil_mm","p":71,"s":44,"h":1,"r":1,"n":"Bone Devil"},{"id":2265,"c":1,"u":"bone%20naga%20(guardian)_mm","p":233,"s":44,"h":1,"n":"Bone Naga (Guardian)"},{"id":2266,"c":1,"u":"bone%20naga%20(spirit)_mm","p":233,"s":44,"h":1,"n":"Bone Naga (Spirit)"},{"id":2267,"c":1,"u":"brass%20dragon%20wyrmling_mm","p":106,"s":44,"h":1,"r":1,"n":"Brass Dragon Wyrmling"},{"id":2268,"c":1,"u":"bronze%20dragon%20wyrmling_mm","p":109,"s":44,"h":1,"r":1,"n":"Bronze Dragon Wyrmling"},{"id":2269,"c":1,"u":"brown%20bear_mm","p":319,"s":44,"h":1,"r":1,"n":"Brown Bear"},{"id":2270,"c":1,"u":"bugbear_mm","p":33,"s":44,"h":1,"r":1,"n":"Bugbear"},{"id":2271,"c":1,"u":"bugbear%20chief_mm","p":33,"s":44,"h":1,"n":"Bugbear Chief"},{"id":2272,"c":1,"u":"bulette_mm","p":34,"s":44,"h":1,"r":1,"n":"Bulette"},{"id":2273,"c":1,"u":"bullywug_mm","p":35,"s":44,"h":1,"n":"Bullywug"},{"id":2274,"c":1,"u":"cambion_mm","p":36,"s":44,"h":1,"n":"Cambion"},{"id":2275,"c":1,"u":"camel_mm","p":320,"s":44,"h":1,"r":1,"n":"Camel"},{"id":2276,"c":1,"u":"carrion%20crawler_mm","p":37,"s":44,"h":1,"n":"Carrion Crawler"},{"id":2277,"c":1,"u":"cat_mm","p":320,"s":44,"h":1,"r":1,"n":"Cat"},{"id":2278,"c":1,"u":"cave%20bear_mm","p":334,"s":44,"h":1,"n":"Cave Bear"},{"id":2279,"c":1,"u":"centaur_mm","p":38,"s":44,"h":1,"r":1,"n":"Centaur"},{"id":2280,"c":1,"u":"chain%20devil_mm","p":72,"s":44,"h":1,"r":1,"n":"Chain Devil"},{"id":2281,"c":1,"u":"chasme_mm","p":57,"s":44,"h":1,"n":"Chasme"},{"id":2282,"c":1,"u":"chimera_mm","p":39,"s":44,"h":1,"r":1,"n":"Chimera"},{"id":2283,"c":1,"u":"chuul_mm","p":40,"s":44,"h":1,"r":1,"n":"Chuul"},{"id":2284,"c":1,"u":"clay%20golem_mm","p":168,"s":44,"h":1,"r":1,"n":"Clay Golem"},{"id":2285,"c":1,"u":"cloaker_mm","p":41,"s":44,"h":1,"r":1,"n":"Cloaker"},{"id":2286,"c":1,"u":"cloud%20giant_mm","p":154,"s":44,"h":1,"r":1,"n":"Cloud Giant"},{"id":2287,"c":1,"u":"cockatrice_mm","p":42,"s":44,"h":1,"r":1,"n":"Cockatrice"},{"id":2288,"c":1,"u":"commoner_mm","p":345,"s":44,"h":1,"r":1,"n":"Commoner"},{"id":2289,"c":1,"u":"constrictor%20snake_mm","p":320,"s":44,"h":1,"r":1,"n":"Constrictor Snake"},{"id":2290,"c":1,"u":"copper%20dragon%20wyrmling_mm","p":111,"s":44,"h":1,"r":1,"n":"Copper Dragon Wyrmling"},{"id":2291,"c":1,"u":"couatl_mm","p":43,"s":44,"h":1,"r":1,"n":"Couatl"},{"id":2292,"c":1,"u":"crab_mm","p":320,"s":44,"h":1,"r":1,"n":"Crab"},{"id":2293,"c":1,"u":"crawling%20claw_mm","p":44,"s":44,"h":1,"n":"Crawling Claw"},{"id":2294,"c":1,"u":"crocodile_mm","p":320,"s":44,"h":1,"r":1,"n":"Crocodile"},{"id":2295,"c":1,"u":"cult%20fanatic_mm","p":345,"s":44,"h":1,"r":1,"n":"Cult Fanatic"},{"id":2296,"c":1,"u":"cultist_mm","p":345,"s":44,"h":1,"r":1,"n":"Cultist"},{"id":2297,"c":1,"u":"cyclops_mm","p":45,"s":44,"h":1,"n":"Cyclops"},{"id":2298,"c":1,"u":"dao_mm","p":143,"s":44,"h":1,"n":"Dao"},{"id":2299,"c":1,"u":"darkmantle_mm","p":46,"s":44,"h":1,"r":1,"n":"Darkmantle"},{"id":2300,"c":1,"u":"death%20dog_mm","p":321,"s":44,"h":1,"r":1,"n":"Death Dog"},{"id":2301,"c":1,"u":"death%20knight_mm","p":47,"s":44,"h":1,"n":"Death Knight"},{"id":2302,"c":1,"u":"death%20slaad_mm","p":278,"s":44,"h":1,"n":"Death Slaad"},{"id":2303,"c":1,"u":"death%20tyrant_mm","p":29,"s":44,"h":1,"n":"Death Tyrant"},{"id":2304,"c":1,"u":"deep%20gnome%20(svirfneblin)_mm","p":164,"s":44,"h":1,"r":1,"n":"Deep Gnome (Svirfneblin)"},{"id":2305,"c":1,"u":"deer_mm","p":321,"s":44,"h":1,"r":1,"n":"Deer"},{"id":2306,"c":1,"u":"demilich_mm","p":48,"s":44,"h":1,"n":"Demilich"},{"id":2307,"c":1,"u":"deva_mm","p":16,"s":44,"h":1,"r":1,"n":"Deva"},{"id":2308,"c":1,"u":"dire%20wolf_mm","p":321,"s":44,"h":1,"r":1,"n":"Dire Wolf"},{"id":2309,"c":1,"u":"displacer%20beast_mm","p":81,"s":44,"h":1,"n":"Displacer Beast"},{"id":2310,"c":1,"u":"djinni_mm","p":144,"s":44,"h":1,"r":1,"n":"Djinni"},{"id":2311,"c":1,"u":"doppelganger_mm","p":82,"s":44,"h":1,"r":1,"n":"Doppelganger"},{"id":2312,"c":1,"u":"draft%20horse_mm","p":321,"s":44,"h":1,"r":1,"n":"Draft Horse"},{"id":2313,"c":1,"u":"dragon%20turtle_mm","p":119,"s":44,"h":1,"r":1,"n":"Dragon Turtle"},{"id":2314,"c":1,"u":"dretch_mm","p":57,"s":44,"h":1,"r":1,"n":"Dretch"},{"id":2315,"c":1,"u":"drider_mm","p":120,"s":44,"h":1,"r":1,"n":"Drider"},{"id":2316,"c":1,"u":"drow_mm","p":128,"s":44,"h":1,"r":1,"n":"Drow"},{"id":2317,"c":1,"u":"drow%20elite%20warrior_mm","p":128,"s":44,"h":1,"n":"Drow Elite Warrior"},{"id":2318,"c":1,"u":"drow%20mage_mm","p":129,"s":44,"h":1,"n":"Drow Mage"},{"id":2319,"c":1,"u":"drow%20priestess%20of%20lolth_mm","p":129,"s":44,"h":1,"n":"Drow Priestess of Lolth"},{"id":2320,"c":1,"u":"druid_mm","p":346,"s":44,"h":1,"r":1,"n":"Druid"},{"id":2321,"c":1,"u":"dryad_mm","p":121,"s":44,"h":1,"r":1,"n":"Dryad"},{"id":2322,"c":1,"u":"duergar_mm","p":122,"s":44,"h":1,"r":1,"n":"Duergar"},{"id":2323,"c":1,"u":"duodrone_mm","p":225,"s":44,"h":1,"n":"Duodrone"},{"id":2324,"c":1,"u":"dust%20mephit_mm","p":215,"s":44,"h":1,"r":1,"n":"Dust Mephit"},{"id":2325,"c":1,"u":"eagle_mm","p":322,"s":44,"h":1,"r":1,"n":"Eagle"},{"id":2326,"c":1,"u":"earth%20elemental_mm","p":124,"s":44,"h":1,"r":1,"n":"Earth Elemental"},{"id":2327,"c":1,"u":"efreeti_mm","p":145,"s":44,"h":1,"r":1,"n":"Efreeti"},{"id":2328,"c":1,"u":"elephant_mm","p":322,"s":44,"h":1,"r":1,"n":"Elephant"},{"id":2329,"c":1,"u":"elk_mm","p":322,"s":44,"h":1,"r":1,"n":"Elk"},{"id":2330,"c":1,"u":"empyrean_mm","p":130,"s":44,"h":1,"n":"Empyrean"},{"id":2331,"c":1,"u":"erinyes_mm","p":73,"s":44,"h":1,"r":1,"n":"Erinyes"},{"id":2332,"c":1,"u":"ettercap_mm","p":131,"s":44,"h":1,"r":1,"n":"Ettercap"},{"id":2333,"c":1,"u":"ettin_mm","p":132,"s":44,"h":1,"r":1,"n":"Ettin"},{"id":2334,"c":1,"u":"faerie%20dragon%20(blue)_mm","p":133,"s":44,"h":1,"n":"Faerie Dragon (Blue)"},{"id":2335,"c":1,"u":"faerie%20dragon%20(green)_mm","p":133,"s":44,"h":1,"n":"Faerie Dragon (Green)"},{"id":2336,"c":1,"u":"faerie%20dragon%20(indigo)_mm","p":133,"s":44,"h":1,"n":"Faerie Dragon (Indigo)"},{"id":2337,"c":1,"u":"faerie%20dragon%20(orange)_mm","p":133,"s":44,"h":1,"n":"Faerie Dragon (Orange)"},{"id":2338,"c":1,"u":"faerie%20dragon%20(red)_mm","p":133,"s":44,"h":1,"n":"Faerie Dragon (Red)"},{"id":2339,"c":1,"u":"faerie%20dragon%20(violet)_mm","p":133,"s":44,"h":1,"n":"Faerie Dragon (Violet)"},{"id":2340,"c":1,"u":"faerie%20dragon%20(yellow)_mm","p":133,"s":44,"h":1,"n":"Faerie Dragon (Yellow)"},{"id":2341,"c":1,"u":"fire%20elemental_mm","p":125,"s":44,"h":1,"r":1,"n":"Fire Elemental"},{"id":2342,"c":1,"u":"fire%20giant_mm","p":154,"s":44,"h":1,"r":1,"n":"Fire Giant"},{"id":2343,"c":1,"u":"fire%20snake_mm","p":265,"s":44,"h":1,"n":"Fire Snake"},{"id":2344,"c":1,"u":"flameskull_mm","p":134,"s":44,"h":1,"n":"Flameskull"},{"id":2345,"c":1,"u":"flesh%20golem_mm","p":169,"s":44,"h":1,"r":1,"n":"Flesh Golem"},{"id":2346,"c":1,"u":"flumph_mm","p":135,"s":44,"h":1,"n":"Flumph"},{"id":2347,"c":1,"u":"flying%20snake_mm","p":322,"s":44,"h":1,"r":1,"n":"Flying Snake"},{"id":2348,"c":1,"u":"flying%20sword_mm","p":20,"s":44,"h":1,"r":1,"n":"Flying Sword"},{"id":2349,"c":1,"u":"fomorian_mm","p":136,"s":44,"h":1,"n":"Fomorian"},{"id":2350,"c":1,"u":"frog_mm","p":322,"s":44,"h":1,"r":1,"n":"Frog"},{"id":2351,"c":1,"u":"frost%20giant_mm","p":155,"s":44,"h":1,"r":1,"n":"Frost Giant"},{"id":2352,"c":1,"u":"galeb%20duhr_mm","p":139,"s":44,"h":1,"n":"Galeb Duhr"},{"id":2353,"c":1,"u":"gargoyle_mm","p":140,"s":44,"h":1,"r":1,"n":"Gargoyle"},{"id":2354,"c":1,"u":"gas%20spore_mm","p":138,"s":44,"h":1,"n":"Gas Spore"},{"id":2355,"c":1,"u":"gelatinous%20cube_mm","p":242,"s":44,"h":1,"r":1,"n":"Gelatinous Cube"},{"id":2356,"c":1,"u":"ghast_mm","p":148,"s":44,"h":1,"r":1,"n":"Ghast"},{"id":2357,"c":1,"u":"ghost_mm","p":147,"s":44,"h":1,"r":1,"n":"Ghost"},{"id":2358,"c":1,"u":"ghoul_mm","p":148,"s":44,"h":1,"r":1,"n":"Ghoul"},{"id":2359,"c":1,"u":"giant%20ape_mm","p":323,"s":44,"h":1,"r":1,"n":"Giant Ape"},{"id":2360,"c":1,"u":"giant%20badger_mm","p":323,"s":44,"h":1,"r":1,"n":"Giant Badger"},{"id":2361,"c":1,"u":"giant%20bat_mm","p":323,"s":44,"h":1,"r":1,"n":"Giant Bat"},{"id":2362,"c":1,"u":"giant%20boar_mm","p":323,"s":44,"h":1,"r":1,"n":"Giant Boar"},{"id":2363,"c":1,"u":"giant%20centipede_mm","p":323,"s":44,"h":1,"r":1,"n":"Giant Centipede"},{"id":2364,"c":1,"u":"giant%20constrictor%20snake_mm","p":324,"s":44,"h":1,"r":1,"n":"Giant Constrictor Snake"},{"id":2365,"c":1,"u":"giant%20crab_mm","p":324,"s":44,"h":1,"r":1,"n":"Giant Crab"},{"id":2366,"c":1,"u":"giant%20crocodile_mm","p":324,"s":44,"h":1,"r":1,"n":"Giant Crocodile"},{"id":2367,"c":1,"u":"giant%20eagle_mm","p":324,"s":44,"h":1,"r":1,"n":"Giant Eagle"},{"id":2368,"c":1,"u":"giant%20elk_mm","p":325,"s":44,"h":1,"r":1,"n":"Giant Elk"},{"id":2369,"c":1,"u":"giant%20fire%20beetle_mm","p":325,"s":44,"h":1,"r":1,"n":"Giant Fire Beetle"},{"id":2370,"c":1,"u":"giant%20frog_mm","p":325,"s":44,"h":1,"r":1,"n":"Giant Frog"},{"id":2371,"c":1,"u":"giant%20goat_mm","p":326,"s":44,"h":1,"r":1,"n":"Giant Goat"},{"id":2372,"c":1,"u":"giant%20hyena_mm","p":326,"s":44,"h":1,"r":1,"n":"Giant Hyena"},{"id":2373,"c":1,"u":"giant%20lizard_mm","p":326,"s":44,"h":1,"r":1,"n":"Giant Lizard"},{"id":2374,"c":1,"u":"giant%20octopus_mm","p":326,"s":44,"h":1,"r":1,"n":"Giant Octopus"},{"id":2375,"c":1,"u":"giant%20owl_mm","p":327,"s":44,"h":1,"r":1,"n":"Giant Owl"},{"id":2376,"c":1,"u":"giant%20poisonous%20snake_mm","p":327,"s":44,"h":1,"r":1,"n":"Giant Poisonous Snake"},{"id":2377,"c":1,"u":"giant%20rat_mm","p":327,"s":44,"h":1,"r":1,"n":"Giant Rat"},{"id":2378,"c":1,"u":"giant%20scorpion_mm","p":327,"s":44,"h":1,"r":1,"n":"Giant Scorpion"},{"id":2379,"c":1,"u":"giant%20sea%20horse_mm","p":328,"s":44,"h":1,"r":1,"n":"Giant Sea Horse"},{"id":2380,"c":1,"u":"giant%20shark_mm","p":328,"s":44,"h":1,"r":1,"n":"Giant Shark"},{"id":2381,"c":1,"u":"giant%20spider_mm","p":328,"s":44,"h":1,"r":1,"n":"Giant Spider"},{"id":2382,"c":1,"u":"giant%20toad_mm","p":329,"s":44,"h":1,"r":1,"n":"Giant Toad"},{"id":2383,"c":1,"u":"giant%20vulture_mm","p":329,"s":44,"h":1,"r":1,"n":"Giant Vulture"},{"id":2384,"c":1,"u":"giant%20wasp_mm","p":329,"s":44,"h":1,"r":1,"n":"Giant Wasp"},{"id":2385,"c":1,"u":"giant%20weasel_mm","p":329,"s":44,"h":1,"r":1,"n":"Giant Weasel"},{"id":2386,"c":1,"u":"giant%20wolf%20spider_mm","p":330,"s":44,"h":1,"r":1,"n":"Giant Wolf Spider"},{"id":2387,"c":1,"u":"gibbering%20mouther_mm","p":157,"s":44,"h":1,"r":1,"n":"Gibbering Mouther"},{"id":2388,"c":1,"u":"githyanki%20knight_mm","p":160,"s":44,"h":1,"n":"Githyanki Knight"},{"id":2389,"c":1,"u":"githyanki%20warrior_mm","p":160,"s":44,"h":1,"n":"Githyanki Warrior"},{"id":2390,"c":1,"u":"githzerai%20monk_mm","p":161,"s":44,"h":1,"n":"Githzerai Monk"},{"id":2391,"c":1,"u":"githzerai%20zerth_mm","p":161,"s":44,"h":1,"n":"Githzerai Zerth"},{"id":2392,"c":1,"u":"glabrezu_mm","p":58,"s":44,"h":1,"r":1,"n":"Glabrezu"},{"id":2393,"c":1,"u":"gladiator_mm","p":346,"s":44,"h":1,"r":1,"n":"Gladiator"},{"id":2394,"c":1,"u":"gnoll_mm","p":163,"s":44,"h":1,"r":1,"n":"Gnoll"},{"id":2395,"c":1,"u":"gnoll%20fang%20of%20yeenoghu_mm","p":163,"s":44,"h":1,"n":"Gnoll Fang of Yeenoghu"},{"id":2396,"c":1,"u":"gnoll%20pack%20lord_mm","p":163,"s":44,"h":1,"n":"Gnoll Pack Lord"},{"id":2397,"c":1,"u":"goat_mm","p":330,"s":44,"h":1,"r":1,"n":"Goat"},{"id":2398,"c":1,"u":"goblin_mm","p":166,"s":44,"h":1,"r":1,"n":"Goblin"},{"id":2399,"c":1,"u":"goblin%20boss_mm","p":166,"s":44,"h":1,"n":"Goblin Boss"},{"id":2400,"c":1,"u":"gold%20dragon%20wyrmling_mm","p":115,"s":44,"h":1,"r":1,"n":"Gold Dragon Wyrmling"},{"id":2401,"c":1,"u":"gorgon_mm","p":171,"s":44,"h":1,"r":1,"n":"Gorgon"},{"id":2402,"c":1,"u":"goristro_mm","p":59,"s":44,"h":1,"n":"Goristro"},{"id":2403,"c":1,"u":"gray%20ooze_mm","p":243,"s":44,"h":1,"r":1,"n":"Gray Ooze"},{"id":2404,"c":1,"u":"gray%20slaad_mm","p":277,"s":44,"h":1,"n":"Gray Slaad"},{"id":2405,"c":1,"u":"green%20dragon%20wyrmling_mm","p":95,"s":44,"h":1,"r":1,"n":"Green Dragon Wyrmling"},{"id":2406,"c":1,"u":"green%20hag_mm","p":177,"s":44,"h":1,"r":1,"n":"Green Hag"},{"id":2407,"c":1,"u":"green%20slaad_mm","p":277,"s":44,"h":1,"n":"Green Slaad"},{"id":2408,"c":1,"u":"grell_mm","p":172,"s":44,"h":1,"n":"Grell"},{"id":2409,"c":1,"u":"grick_mm","p":173,"s":44,"h":1,"r":1,"n":"Grick"},{"id":2410,"c":1,"u":"grick%20alpha_mm","p":173,"s":44,"h":1,"n":"Grick Alpha"},{"id":2411,"c":1,"u":"griffon_mm","p":174,"s":44,"h":1,"r":1,"n":"Griffon"},{"id":2412,"c":1,"u":"grimlock_mm","p":175,"s":44,"h":1,"r":1,"n":"Grimlock"},{"id":2413,"c":1,"u":"guard_mm","p":347,"s":44,"h":1,"r":1,"n":"Guard"},{"id":2414,"c":1,"u":"guardian%20naga_mm","p":234,"s":44,"h":1,"r":1,"n":"Guardian Naga"},{"id":2415,"c":1,"u":"gynosphinx_mm","p":282,"s":44,"h":1,"r":1,"n":"Gynosphinx"},{"id":2416,"c":1,"u":"half-ogre%20(ogrillon)_mm","p":238,"s":44,"h":1,"n":"Half-Ogre (Ogrillon)"},{"id":2417,"c":1,"u":"half-red%20dragon%20veteran_mm","p":180,"s":44,"h":1,"r":1,"n":"Half-Red Dragon Veteran"},{"id":2418,"c":1,"u":"harpy_mm","p":181,"s":44,"h":1,"r":1,"n":"Harpy"},{"id":2419,"c":1,"u":"hawk_mm","p":330,"s":44,"h":1,"r":1,"n":"Hawk"},{"id":2420,"c":1,"u":"hell%20hound_mm","p":182,"s":44,"h":1,"r":1,"n":"Hell Hound"},{"id":2421,"c":1,"u":"helmed%20horror_mm","p":183,"s":44,"h":1,"n":"Helmed Horror"},{"id":2422,"c":1,"u":"hezrou_mm","p":60,"s":44,"h":1,"r":1,"n":"Hezrou"},{"id":2423,"c":1,"u":"hill%20giant_mm","p":155,"s":44,"h":1,"r":1,"n":"Hill Giant"},{"id":2424,"c":1,"u":"hippogriff_mm","p":184,"s":44,"h":1,"r":1,"n":"Hippogriff"},{"id":2425,"c":1,"u":"hobgoblin_mm","p":186,"s":44,"h":1,"r":1,"n":"Hobgoblin"},{"id":2426,"c":1,"u":"hobgoblin%20captain_mm","p":186,"s":44,"h":1,"n":"Hobgoblin Captain"},{"id":2427,"c":1,"u":"hobgoblin%20warlord_mm","p":187,"s":44,"h":1,"n":"Hobgoblin Warlord"},{"id":2428,"c":1,"u":"homunculus_mm","p":188,"s":44,"h":1,"r":1,"n":"Homunculus"},{"id":2429,"c":1,"u":"hook%20horror_mm","p":189,"s":44,"h":1,"n":"Hook Horror"},{"id":2430,"c":1,"u":"horned%20devil_mm","p":74,"s":44,"h":1,"r":1,"n":"Horned Devil"},{"id":2431,"c":1,"u":"hunter%20shark_mm","p":330,"s":44,"h":1,"r":1,"n":"Hunter Shark"},{"id":2432,"c":1,"u":"hydra_mm","p":190,"s":44,"h":1,"r":1,"n":"Hydra"},{"id":2433,"c":1,"u":"hyena_mm","p":331,"s":44,"h":1,"r":1,"n":"Hyena"},{"id":2434,"c":1,"u":"ice%20devil_mm","p":75,"s":44,"h":1,"r":1,"n":"Ice Devil"},{"id":2435,"c":1,"u":"ice%20mephit_mm","p":215,"s":44,"h":1,"r":1,"n":"Ice Mephit"},{"id":2436,"c":1,"u":"imp_mm","p":76,"s":44,"h":1,"r":1,"n":"Imp"},{"id":2437,"c":1,"u":"incubus_mm","p":285,"s":44,"h":1,"r":1,"n":"Incubus"},{"id":2438,"c":1,"u":"intellect%20devourer_mm","p":191,"s":44,"h":1,"n":"Intellect Devourer"},{"id":2439,"c":1,"u":"invisible%20stalker_mm","p":192,"s":44,"h":1,"r":1,"n":"Invisible Stalker"},{"id":2440,"c":1,"u":"iron%20golem_mm","p":170,"s":44,"h":1,"r":1,"n":"Iron Golem"},{"id":2441,"c":1,"u":"jackal_mm","p":331,"s":44,"h":1,"r":1,"n":"Jackal"},{"id":2442,"c":1,"u":"jackalwere_mm","p":193,"s":44,"h":1,"n":"Jackalwere"},{"id":2443,"c":1,"u":"kenku_mm","p":194,"s":44,"h":1,"n":"Kenku"},{"id":2444,"c":1,"u":"killer%20whale_mm","p":331,"s":44,"h":1,"r":1,"n":"Killer Whale"},{"id":2445,"c":1,"u":"knight_mm","p":347,"s":44,"h":1,"r":1,"n":"Knight"},{"id":2446,"c":1,"u":"kobold_mm","p":195,"s":44,"h":1,"r":1,"n":"Kobold"},{"id":2447,"c":1,"u":"kraken_mm","p":197,"s":44,"h":1,"r":1,"n":"Kraken"},{"id":2448,"c":1,"u":"kuo-toa_mm","p":199,"s":44,"h":1,"n":"Kuo-toa"},{"id":2449,"c":1,"u":"kuo-toa%20archpriest_mm","p":200,"s":44,"h":1,"n":"Kuo-toa Archpriest"},{"id":2450,"c":1,"u":"kuo-toa%20monitor_mm","p":198,"s":44,"h":1,"n":"Kuo-toa Monitor"},{"id":2451,"c":1,"u":"kuo-toa%20whip_mm","p":200,"s":44,"h":1,"n":"Kuo-toa Whip"},{"id":2452,"c":1,"u":"lamia_mm","p":201,"s":44,"h":1,"r":1,"n":"Lamia"},{"id":2453,"c":1,"u":"lemure_mm","p":76,"s":44,"h":1,"r":1,"n":"Lemure"},{"id":2454,"c":1,"u":"lich_mm","p":202,"s":44,"h":1,"r":1,"n":"Lich"},{"id":2455,"c":1,"u":"lion_mm","p":331,"s":44,"h":1,"r":1,"n":"Lion"},{"id":2456,"c":1,"u":"lizard_mm","p":332,"s":44,"h":1,"r":1,"n":"Lizard"},{"id":2457,"c":1,"u":"lizard%20king_mm","p":205,"s":44,"h":1,"n":"Lizard King"},{"id":2458,"c":1,"u":"lizard%20queen_mm","p":205,"s":44,"h":1,"n":"Lizard Queen"},{"id":2459,"c":1,"u":"lizardfolk_mm","p":204,"s":44,"h":1,"r":1,"n":"Lizardfolk"},{"id":2460,"c":1,"u":"lizardfolk%20shaman_mm","p":205,"s":44,"h":1,"n":"Lizardfolk Shaman"},{"id":2461,"c":1,"u":"mage_mm","p":347,"s":44,"h":1,"r":1,"n":"Mage"},{"id":2462,"c":1,"u":"magma%20mephit_mm","p":216,"s":44,"h":1,"r":1,"n":"Magma Mephit"},{"id":2463,"c":1,"u":"magmin_mm","p":212,"s":44,"h":1,"r":1,"n":"Magmin"},{"id":2464,"c":1,"u":"mammoth_mm","p":332,"s":44,"h":1,"r":1,"n":"Mammoth"},{"id":2465,"c":1,"u":"manes_mm","p":60,"s":44,"h":1,"n":"Manes"},{"id":2466,"c":1,"u":"manticore_mm","p":213,"s":44,"h":1,"r":1,"n":"Manticore"},{"id":2467,"c":1,"u":"marid_mm","p":146,"s":44,"h":1,"n":"Marid"},{"id":2468,"c":1,"u":"marilith_mm","p":61,"s":44,"h":1,"r":1,"n":"Marilith"},{"id":2469,"c":1,"u":"mastiff_mm","p":332,"s":44,"h":1,"r":1,"n":"Mastiff"},{"id":2470,"c":1,"u":"medusa_mm","p":214,"s":44,"h":1,"r":1,"n":"Medusa"},{"id":2471,"c":1,"u":"merfolk_mm","p":218,"s":44,"h":1,"r":1,"n":"Merfolk"},{"id":2472,"c":1,"u":"merrow_mm","p":219,"s":44,"h":1,"r":1,"n":"Merrow"},{"id":2473,"c":1,"u":"mezzoloth_mm","p":313,"s":44,"h":1,"n":"Mezzoloth"},{"id":2474,"c":1,"u":"mimic_mm","p":220,"s":44,"h":1,"r":1,"n":"Mimic"},{"id":2475,"c":1,"u":"mind%20flayer_mm","p":222,"s":44,"h":1,"n":"Mind Flayer"},{"id":2476,"c":1,"u":"mind%20flayer_mm","p":222,"s":44,"h":1,"n":"Illithid"},{"id":2477,"c":1,"u":"mind%20flayer%20arcanist_mm","p":222,"s":44,"h":1,"n":"Mind Flayer Arcanist"},{"id":2478,"c":1,"u":"mind%20flayer%20arcanist_mm","p":222,"s":44,"h":1,"n":"Illithid Arcanist"},{"id":2479,"c":1,"u":"minotaur_mm","p":223,"s":44,"h":1,"r":1,"n":"Minotaur"},{"id":2480,"c":1,"u":"minotaur%20skeleton_mm","p":273,"s":44,"h":1,"r":1,"n":"Minotaur Skeleton"},{"id":2481,"c":1,"u":"monodrone_mm","p":224,"s":44,"h":1,"n":"Monodrone"},{"id":2482,"c":1,"u":"mud%20mephit_mm","p":216,"s":44,"h":1,"n":"Mud Mephit"},{"id":2483,"c":1,"u":"mule_mm","p":333,"s":44,"h":1,"r":1,"n":"Mule"},{"id":2484,"c":1,"u":"mummy_mm","p":228,"s":44,"h":1,"r":1,"n":"Mummy"},{"id":2485,"c":1,"u":"mummy%20lord_mm","p":229,"s":44,"h":1,"r":1,"n":"Mummy Lord"},{"id":2486,"c":1,"u":"myconid%20adult_mm","p":232,"s":44,"h":1,"n":"Myconid Adult"},{"id":2487,"c":1,"u":"myconid%20sovereign_mm","p":232,"s":44,"h":1,"n":"Myconid Sovereign"},{"id":2488,"c":1,"u":"myconid%20sprout_mm","p":230,"s":44,"h":1,"n":"Myconid Sprout"},{"id":2489,"c":1,"u":"nalfeshnee_mm","p":62,"s":44,"h":1,"r":1,"n":"Nalfeshnee"},{"id":2490,"c":1,"u":"needle%20blight_mm","p":32,"s":44,"h":1,"n":"Needle Blight"},{"id":2491,"c":1,"u":"night%20hag_mm","p":178,"s":44,"h":1,"r":1,"n":"Night Hag"},{"id":2492,"c":1,"u":"nightmare_mm","p":235,"s":44,"h":1,"r":1,"n":"Nightmare"},{"id":2493,"c":1,"u":"noble_mm","p":348,"s":44,"h":1,"r":1,"n":"Noble"},{"id":2494,"c":1,"u":"nothic_mm","p":236,"s":44,"h":1,"n":"Nothic"},{"id":2495,"c":1,"u":"nycaloth_mm","p":314,"s":44,"h":1,"n":"Nycaloth"},{"id":2496,"c":1,"u":"ochre%20jelly_mm","p":243,"s":44,"h":1,"r":1,"n":"Ochre Jelly"},{"id":2497,"c":1,"u":"octopus_mm","p":333,"s":44,"h":1,"r":1,"n":"Octopus"},{"id":2498,"c":1,"u":"ogre_mm","p":237,"s":44,"h":1,"r":1,"n":"Ogre"},{"id":2499,"c":1,"u":"ogre%20zombie_mm","p":316,"s":44,"h":1,"r":1,"n":"Ogre Zombie"},{"id":2500,"c":1,"u":"oni_mm","p":239,"s":44,"h":1,"r":1,"n":"Oni"},{"id":2501,"c":1,"u":"orc_mm","p":246,"s":44,"h":1,"r":1,"n":"Orc"},{"id":2502,"c":1,"u":"orc%20eye%20of%20gruumsh_mm","p":247,"s":44,"h":1,"n":"Orc Eye of Gruumsh"},{"id":2503,"c":1,"u":"orc%20war%20chief_mm","p":246,"s":44,"h":1,"n":"Orc War Chief"},{"id":2504,"c":1,"u":"orog_mm","p":247,"s":44,"h":1,"n":"Orog"},{"id":2505,"c":1,"u":"otyugh_mm","p":248,"s":44,"h":1,"r":1,"n":"Otyugh"},{"id":2506,"c":1,"u":"owl_mm","p":333,"s":44,"h":1,"r":1,"n":"Owl"},{"id":2507,"c":1,"u":"owlbear_mm","p":249,"s":44,"h":1,"r":1,"n":"Owlbear"},{"id":2508,"c":1,"u":"panther_mm","p":333,"s":44,"h":1,"r":1,"n":"Panther"},{"id":2509,"c":1,"u":"pegasus_mm","p":250,"s":44,"h":1,"r":1,"n":"Pegasus"},{"id":2510,"c":1,"u":"pentadrone_mm","p":226,"s":44,"h":1,"n":"Pentadrone"},{"id":2511,"c":1,"u":"peryton_mm","p":251,"s":44,"h":1,"n":"Peryton"},{"id":2512,"c":1,"u":"phase%20spider_mm","p":334,"s":44,"h":1,"r":1,"n":"Phase Spider"},{"id":2513,"c":1,"u":"piercer_mm","p":252,"s":44,"h":1,"n":"Piercer"},{"id":2514,"c":1,"u":"pit%20fiend_mm","p":77,"s":44,"h":1,"r":1,"n":"Pit Fiend"},{"id":2515,"c":1,"u":"pixie_mm","p":253,"s":44,"h":1,"n":"Pixie"},{"id":2516,"c":1,"u":"planetar_mm","p":17,"s":44,"h":1,"r":1,"n":"Planetar"},{"id":2517,"c":1,"u":"plesiosaurus_mm","p":80,"s":44,"h":1,"r":1,"n":"Plesiosaurus"},{"id":2518,"c":1,"u":"poisonous%20snake_mm","p":334,"s":44,"h":1,"r":1,"n":"Poisonous Snake"},{"id":2519,"c":1,"u":"polar%20bear_mm","p":334,"s":44,"h":1,"r":1,"n":"Polar Bear"},{"id":2520,"c":1,"u":"poltergeist_mm","p":279,"s":44,"h":1,"n":"Poltergeist"},{"id":2521,"c":1,"u":"pony_mm","p":335,"s":44,"h":1,"r":1,"n":"Pony"},{"id":2522,"c":1,"u":"priest_mm","p":348,"s":44,"h":1,"r":1,"n":"Priest"},{"id":2523,"c":1,"u":"pseudodragon_mm","p":254,"s":44,"h":1,"r":1,"n":"Pseudodragon"},{"id":2524,"c":1,"u":"pteranodon_mm","p":80,"s":44,"h":1,"n":"Pteranodon"},{"id":2525,"c":1,"u":"purple%20worm_mm","p":255,"s":44,"h":1,"r":1,"n":"Purple Worm"},{"id":2526,"c":1,"u":"quadrone_mm","p":226,"s":44,"h":1,"n":"Quadrone"},{"id":2527,"c":1,"u":"quaggoth_mm","p":256,"s":44,"h":1,"n":"Quaggoth"},{"id":2528,"c":1,"u":"quaggoth%20spore%20servant_mm","p":230,"s":44,"h":1,"n":"Quaggoth Spore Servant"},{"id":2529,"c":1,"u":"quaggoth%20thonot_mm","p":256,"s":44,"h":1,"n":"Quaggoth Thonot"},{"id":2530,"c":1,"u":"quasit_mm","p":63,"s":44,"h":1,"r":1,"n":"Quasit"},{"id":2531,"c":1,"u":"quipper_mm","p":335,"s":44,"h":1,"r":1,"n":"Quipper"},{"id":2532,"c":1,"u":"rakshasa_mm","p":257,"s":44,"h":1,"r":1,"n":"Rakshasa"},{"id":2533,"c":1,"u":"rat_mm","p":335,"s":44,"h":1,"r":1,"n":"Rat"},{"id":2534,"c":1,"u":"raven_mm","p":335,"s":44,"h":1,"r":1,"n":"Raven"},{"id":2535,"c":1,"u":"red%20dragon%20wyrmling_mm","p":98,"s":44,"h":1,"r":1,"n":"Red Dragon Wyrmling"},{"id":2536,"c":1,"u":"red%20slaad_mm","p":276,"s":44,"h":1,"n":"Red Slaad"},{"id":2537,"c":1,"u":"reef%20shark_mm","p":336,"s":44,"h":1,"r":1,"n":"Reef Shark"},{"id":2538,"c":1,"u":"remorhaz_mm","p":258,"s":44,"h":1,"r":1,"n":"Remorhaz"},{"id":2539,"c":1,"u":"revenant_mm","p":259,"s":44,"h":1,"n":"Revenant"},{"id":2540,"c":1,"u":"rhinoceros_mm","p":336,"s":44,"h":1,"r":1,"n":"Rhinoceros"},{"id":2541,"c":1,"u":"riding%20horse_mm","p":336,"s":44,"h":1,"r":1,"n":"Riding Horse"},{"id":2542,"c":1,"u":"roc_mm","p":260,"s":44,"h":1,"r":1,"n":"Roc"},{"id":2543,"c":1,"u":"roper_mm","p":261,"s":44,"h":1,"r":1,"n":"Roper"},{"id":2544,"c":1,"u":"rug%20of%20smothering_mm","p":20,"s":44,"h":1,"r":1,"n":"Rug of Smothering"},{"id":2545,"c":1,"u":"rust%20monster_mm","p":262,"s":44,"h":1,"r":1,"n":"Rust Monster"},{"id":2546,"c":1,"u":"saber-toothed%20tiger_mm","p":336,"s":44,"h":1,"r":1,"n":"Saber-Toothed Tiger"},{"id":2547,"c":1,"u":"sahuagin_mm","p":263,"s":44,"h":1,"r":1,"n":"Sahuagin"},{"id":2548,"c":1,"u":"sahuagin%20baron_mm","p":264,"s":44,"h":1,"n":"Sahuagin Baron"},{"id":2549,"c":1,"u":"sahuagin%20priestess_mm","p":264,"s":44,"h":1,"n":"Sahuagin Priestess"},{"id":2550,"c":1,"u":"salamander_mm","p":266,"s":44,"h":1,"r":1,"n":"Salamander"},{"id":2551,"c":1,"u":"satyr_mm","p":267,"s":44,"h":1,"r":1,"n":"Satyr"},{"id":2552,"c":1,"u":"scarecrow_mm","p":268,"s":44,"h":1,"n":"Scarecrow"},{"id":2553,"c":1,"u":"scorpion_mm","p":337,"s":44,"h":1,"r":1,"n":"Scorpion"},{"id":2554,"c":1,"u":"scout_mm","p":349,"s":44,"h":1,"r":1,"n":"Scout"},{"id":2555,"c":1,"u":"sea%20hag_mm","p":179,"s":44,"h":1,"r":1,"n":"Sea Hag"},{"id":2556,"c":1,"u":"sea%20horse_mm","p":337,"s":44,"h":1,"r":1,"n":"Sea Horse"},{"id":2557,"c":1,"u":"shadow_mm","p":269,"s":44,"h":1,"r":1,"n":"Shadow"},{"id":2558,"c":1,"u":"shadow%20demon_mm","p":64,"s":44,"h":1,"n":"Shadow Demon"},{"id":2559,"c":1,"u":"shambling%20mound_mm","p":270,"s":44,"h":1,"r":1,"n":"Shambling Mound"},{"id":2560,"c":1,"u":"shield%20guardian_mm","p":271,"s":44,"h":1,"r":1,"n":"Shield Guardian"},{"id":2561,"c":1,"u":"shield%20guardian_mm","p":271,"s":44,"h":1,"r":1,"n":"Shield Golem"},{"id":2562,"c":1,"u":"shrieker_mm","p":138,"s":44,"h":1,"r":1,"n":"Shrieker"},{"id":2563,"c":1,"u":"silver%20dragon%20wyrmling_mm","p":118,"s":44,"h":1,"r":1,"n":"Silver Dragon Wyrmling"},{"id":2564,"c":1,"u":"skeleton_mm","p":272,"s":44,"h":1,"r":1,"n":"Skeleton"},{"id":2565,"c":1,"u":"slaad%20tadpole_mm","p":276,"s":44,"h":1,"n":"Slaad Tadpole"},{"id":2566,"c":1,"u":"smoke%20mephit_mm","p":217,"s":44,"h":1,"n":"Smoke Mephit"},{"id":2567,"c":1,"u":"solar_mm","p":18,"s":44,"h":1,"r":1,"n":"Solar"},{"id":2568,"c":1,"u":"spectator_mm","p":30,"s":44,"h":1,"n":"Spectator"},{"id":2569,"c":1,"u":"specter_mm","p":279,"s":44,"h":1,"r":1,"n":"Specter"},{"id":2570,"c":1,"u":"spider_mm","p":337,"s":44,"h":1,"r":1,"n":"Spider"},{"id":2571,"c":1,"u":"spined%20devil_mm","p":78,"s":44,"h":1,"n":"Spined Devil"},{"id":2572,"c":1,"u":"spirit%20naga_mm","p":234,"s":44,"h":1,"r":1,"n":"Spirit Naga"},{"id":2573,"c":1,"u":"sprite_mm","p":283,"s":44,"h":1,"r":1,"n":"Sprite"},{"id":2574,"c":1,"u":"spy_mm","p":349,"s":44,"h":1,"r":1,"n":"Spy"},{"id":2575,"c":1,"u":"steam%20mephit_mm","p":217,"s":44,"h":1,"r":1,"n":"Steam Mephit"},{"id":2576,"c":1,"u":"stirge_mm","p":284,"s":44,"h":1,"r":1,"n":"Stirge"},{"id":2577,"c":1,"u":"stone%20giant_mm","p":156,"s":44,"h":1,"r":1,"n":"Stone Giant"},{"id":2578,"c":1,"u":"stone%20golem_mm","p":170,"s":44,"h":1,"r":1,"n":"Stone Golem"},{"id":2579,"c":1,"u":"storm%20giant_mm","p":156,"s":44,"h":1,"r":1,"n":"Storm Giant"},{"id":2580,"c":1,"u":"succubus_mm","p":285,"s":44,"h":1,"r":1,"n":"Succubus"},{"id":2581,"c":1,"u":"swarm%20of%20bats_mm","p":337,"s":44,"h":1,"r":1,"n":"Swarm of Bats"},{"id":2582,"c":1,"u":"swarm%20of%20beetles_mm","p":338,"s":44,"h":1,"r":1,"n":"Swarm of Beetles"},{"id":2583,"c":1,"u":"swarm%20of%20centipedes_mm","p":338,"s":44,"h":1,"r":1,"n":"Swarm of Centipedes"},{"id":2584,"c":1,"u":"swarm%20of%20insects_mm","p":338,"s":44,"h":1,"r":1,"n":"Swarm of Insects"},{"id":2585,"c":1,"u":"swarm%20of%20poisonous%20snakes_mm","p":338,"s":44,"h":1,"r":1,"n":"Swarm of Poisonous Snakes"},{"id":2586,"c":1,"u":"swarm%20of%20quippers_mm","p":338,"s":44,"h":1,"r":1,"n":"Swarm of Quippers"},{"id":2587,"c":1,"u":"swarm%20of%20rats_mm","p":339,"s":44,"h":1,"r":1,"n":"Swarm of Rats"},{"id":2588,"c":1,"u":"swarm%20of%20ravens_mm","p":339,"s":44,"h":1,"r":1,"n":"Swarm of Ravens"},{"id":2589,"c":1,"u":"swarm%20of%20spiders_mm","p":338,"s":44,"h":1,"r":1,"n":"Swarm of Spiders"},{"id":2590,"c":1,"u":"swarm%20of%20wasps_mm","p":338,"s":44,"h":1,"r":1,"n":"Swarm of Wasps"},{"id":2591,"c":1,"u":"tarrasque_mm","p":286,"s":44,"h":1,"r":1,"n":"Tarrasque"},{"id":2592,"c":1,"u":"thri-kreen_mm","p":288,"s":44,"h":1,"n":"Thri-kreen"},{"id":2593,"c":1,"u":"thug_mm","p":350,"s":44,"h":1,"r":1,"n":"Thug"},{"id":2594,"c":1,"u":"tiger_mm","p":339,"s":44,"h":1,"r":1,"n":"Tiger"},{"id":2595,"c":1,"u":"treant_mm","p":289,"s":44,"h":1,"r":1,"n":"Treant"},{"id":2596,"c":1,"u":"tribal%20warrior_mm","p":350,"s":44,"h":1,"r":1,"n":"Tribal Warrior"},{"id":2597,"c":1,"u":"triceratops_mm","p":80,"s":44,"h":1,"r":1,"n":"Triceratops"},{"id":2598,"c":1,"u":"tridrone_mm","p":225,"s":44,"h":1,"n":"Tridrone"},{"id":2599,"c":1,"u":"troglodyte_mm","p":290,"s":44,"h":1,"n":"Troglodyte"},{"id":2600,"c":1,"u":"troll_mm","p":291,"s":44,"h":1,"r":1,"n":"Troll"},{"id":2601,"c":1,"u":"twig%20blight_mm","p":32,"s":44,"h":1,"n":"Twig Blight"},{"id":2602,"c":1,"u":"tyrannosaurus%20rex_mm","p":80,"s":44,"h":1,"r":1,"n":"Tyrannosaurus Rex"},{"id":2603,"c":1,"u":"ultroloth_mm","p":314,"s":44,"h":1,"n":"Ultroloth"},{"id":2604,"c":1,"u":"umber%20hulk_mm","p":292,"s":44,"h":1,"n":"Umber Hulk"},{"id":2605,"c":1,"u":"unicorn_mm","p":294,"s":44,"h":1,"r":1,"n":"Unicorn"},{"id":2606,"c":1,"u":"vampire_mm","p":297,"s":44,"h":1,"r":1,"n":"Vampire"},{"id":2607,"c":1,"u":"vampire%20spawn_mm","p":298,"s":44,"h":1,"r":1,"n":"Vampire Spawn"},{"id":2608,"c":1,"u":"vampire%20spellcaster_mm","p":298,"s":44,"h":1,"n":"Vampire Spellcaster"},{"id":2609,"c":1,"u":"vampire%20warrior_mm","p":298,"s":44,"h":1,"n":"Vampire Warrior"},{"id":2610,"c":1,"u":"veteran_mm","p":350,"s":44,"h":1,"r":1,"n":"Veteran"},{"id":2611,"c":1,"u":"vine%20blight_mm","p":32,"s":44,"h":1,"n":"Vine Blight"},{"id":2612,"c":1,"u":"violet%20fungus_mm","p":138,"s":44,"h":1,"r":1,"n":"Violet Fungus"},{"id":2613,"c":1,"u":"vrock_mm","p":64,"s":44,"h":1,"r":1,"n":"Vrock"},{"id":2614,"c":1,"u":"vulture_mm","p":339,"s":44,"h":1,"r":1,"n":"Vulture"},{"id":2615,"c":1,"u":"warhorse_mm","p":340,"s":44,"h":1,"r":1,"n":"Warhorse"},{"id":2616,"c":1,"u":"warhorse%20skeleton_mm","p":273,"s":44,"h":1,"r":1,"n":"Warhorse Skeleton"},{"id":2617,"c":1,"u":"water%20elemental_mm","p":125,"s":44,"h":1,"r":1,"n":"Water Elemental"},{"id":2618,"c":1,"u":"water%20weird_mm","p":299,"s":44,"h":1,"n":"Water Weird"},{"id":2619,"c":1,"u":"weasel_mm","p":340,"s":44,"h":1,"r":1,"n":"Weasel"},{"id":2620,"c":1,"u":"werebear_mm","p":208,"s":44,"h":1,"r":1,"n":"Werebear"},{"id":2621,"c":1,"u":"wereboar_mm","p":209,"s":44,"h":1,"r":1,"n":"Wereboar"},{"id":2622,"c":1,"u":"wererat_mm","p":209,"s":44,"h":1,"r":1,"n":"Wererat"},{"id":2623,"c":1,"u":"weretiger_mm","p":210,"s":44,"h":1,"r":1,"n":"Weretiger"},{"id":2624,"c":1,"u":"werewolf_mm","p":211,"s":44,"h":1,"r":1,"n":"Werewolf"},{"id":2625,"c":1,"u":"white%20dragon%20wyrmling_mm","p":102,"s":44,"h":1,"r":1,"n":"White Dragon Wyrmling"},{"id":2626,"c":1,"u":"wight_mm","p":300,"s":44,"h":1,"r":1,"n":"Wight"},{"id":2627,"c":1,"u":"will-o'-wisp_mm","p":301,"s":44,"h":1,"r":1,"n":"Will-o'-Wisp"},{"id":2628,"c":1,"u":"winged%20kobold_mm","p":195,"s":44,"h":1,"n":"Winged Kobold"},{"id":2629,"c":1,"u":"winter%20wolf_mm","p":340,"s":44,"h":1,"r":1,"n":"Winter Wolf"},{"id":2630,"c":1,"u":"wolf_mm","p":341,"s":44,"h":1,"r":1,"n":"Wolf"},{"id":2631,"c":1,"u":"worg_mm","p":341,"s":44,"h":1,"r":1,"n":"Worg"},{"id":2632,"c":1,"u":"wraith_mm","p":302,"s":44,"h":1,"r":1,"n":"Wraith"},{"id":2633,"c":1,"u":"wyvern_mm","p":303,"s":44,"h":1,"r":1,"n":"Wyvern"},{"id":2634,"c":1,"u":"xorn_mm","p":304,"s":44,"h":1,"r":1,"n":"Xorn"},{"id":2635,"c":1,"u":"yeti_mm","p":305,"s":44,"h":1,"n":"Yeti"},{"id":2636,"c":1,"u":"yochlol_mm","p":65,"s":44,"h":1,"n":"Yochlol"},{"id":2637,"c":1,"u":"young%20black%20dragon_mm","p":88,"s":44,"h":1,"r":1,"n":"Young Black Dragon"},{"id":2638,"c":1,"u":"young%20blue%20dragon_mm","p":91,"s":44,"h":1,"r":1,"n":"Young Blue Dragon"},{"id":2639,"c":1,"u":"young%20brass%20dragon_mm","p":105,"s":44,"h":1,"r":1,"n":"Young Brass Dragon"},{"id":2640,"c":1,"u":"young%20bronze%20dragon_mm","p":108,"s":44,"h":1,"r":1,"n":"Young Bronze Dragon"},{"id":2641,"c":1,"u":"young%20copper%20dragon_mm","p":112,"s":44,"h":1,"r":1,"n":"Young Copper Dragon"},{"id":2642,"c":1,"u":"young%20gold%20dragon_mm","p":115,"s":44,"h":1,"r":1,"n":"Young Gold Dragon"},{"id":2643,"c":1,"u":"young%20green%20dragon_mm","p":94,"s":44,"h":1,"r":1,"n":"Young Green Dragon"},{"id":2644,"c":1,"u":"young%20red%20dragon_mm","p":98,"s":44,"h":1,"r":1,"n":"Young Red Dragon"},{"id":2645,"c":1,"u":"young%20red%20shadow%20dragon_mm","p":85,"s":44,"h":1,"n":"Young Red Shadow Dragon"},{"id":2646,"c":1,"u":"young%20remorhaz_mm","p":258,"s":44,"h":1,"n":"Young Remorhaz"},{"id":2647,"c":1,"u":"young%20silver%20dragon_mm","p":118,"s":44,"h":1,"r":1,"n":"Young Silver Dragon"},{"id":2648,"c":1,"u":"young%20white%20dragon_mm","p":101,"s":44,"h":1,"r":1,"n":"Young White Dragon"},{"id":2649,"c":1,"u":"yuan-ti%20abomination_mm","p":308,"s":44,"h":1,"n":"Yuan-ti Abomination"},{"id":2650,"c":1,"u":"yuan-ti%20malison%20(type%201)_mm","p":309,"s":44,"h":1,"n":"Yuan-ti Malison (Type 1)"},{"id":2651,"c":1,"u":"yuan-ti%20malison%20(type%202)_mm","p":309,"s":44,"h":1,"n":"Yuan-ti Malison (Type 2)"},{"id":2652,"c":1,"u":"yuan-ti%20malison%20(type%203)_mm","p":309,"s":44,"h":1,"n":"Yuan-ti Malison (Type 3)"},{"id":2653,"c":1,"u":"yuan-ti%20pureblood_mm","p":310,"s":44,"h":1,"n":"Yuan-ti Pureblood"},{"id":2654,"c":1,"u":"zombie_mm","p":316,"s":44,"h":1,"r":1,"n":"Zombie"},{"id":2655,"c":1,"u":"abhorrent%20overlord_mot","p":219,"s":45,"h":1,"n":"Abhorrent Overlord"},{"id":2656,"c":1,"u":"akroan%20hoplite_mot","p":228,"s":45,"h":1,"n":"Akroan Hoplite"},{"id":2657,"c":1,"u":"alseid_mot","p":235,"s":45,"h":1,"n":"Alseid"},{"id":2658,"c":1,"u":"anvilwrought%20raptor_mot","p":209,"s":45,"h":1,"n":"Anvilwrought Raptor"},{"id":2659,"c":1,"u":"aphemia_mot","p":226,"s":45,"h":1,"n":"Aphemia"},{"id":2660,"c":1,"u":"arasta_mot","p":248,"s":45,"h":1,"n":"Arasta"},{"id":2661,"c":1,"u":"archon%20of%20falling%20stars_mot","p":212,"s":45,"h":1,"n":"Archon of Falling Stars"},{"id":2662,"c":1,"u":"ashen%20rider_mot","p":213,"s":45,"h":1,"n":"Ashen Rider"},{"id":2663,"c":1,"u":"blood-toll%20harpy_mot","p":227,"s":45,"h":1,"n":"Blood-Toll Harpy"},{"id":2664,"c":1,"u":"broken%20king%20antigonos_mot","p":189,"s":45,"h":1,"n":"Broken King Antigonos"},{"id":2665,"c":1,"u":"bronze%20sable_mot","p":210,"s":45,"h":1,"n":"Bronze Sable"},{"id":2666,"c":1,"u":"burnished%20hart_mot","p":211,"s":45,"h":1,"n":"Burnished Hart"},{"id":2667,"c":1,"u":"colossus%20of%20akros_mot","p":218,"s":45,"h":1,"n":"Colossus of Akros"},{"id":2668,"c":1,"u":"doomwake%20giant_mot","p":224,"s":45,"h":1,"n":"Doomwake Giant"},{"id":2669,"c":1,"u":"eater%20of%20hope_mot","p":220,"s":45,"h":1,"n":"Eater of Hope"},{"id":2670,"c":1,"u":"fleecemane%20lion_mot","p":223,"s":45,"h":1,"n":"Fleecemane Lion"},{"id":2671,"c":1,"u":"flitterstep%20eidolon_mot","p":222,"s":45,"h":1,"n":"Flitterstep Eidolon"},{"id":2672,"c":1,"u":"ghostblade%20eidolon_mot","p":222,"s":45,"h":1,"n":"Ghostblade Eidolon"},{"id":2673,"c":1,"u":"gold-forged%20sentinel_mot","p":211,"s":45,"h":1,"n":"Gold-Forged Sentinel"},{"id":2674,"c":1,"u":"hippocamp_mot","p":227,"s":45,"h":1,"n":"Hippocamp"},{"id":2675,"c":1,"u":"hundred-handed%20one_mot","p":225,"s":45,"h":1,"n":"Hundred-Handed One"},{"id":2676,"c":1,"u":"hythonia_mot","p":252,"s":45,"h":1,"n":"Hythonia"},{"id":2677,"c":1,"u":"ironscale%20hydra_mot","p":231,"s":45,"h":1,"n":"Ironscale Hydra"},{"id":2678,"c":1,"u":"lampad_mot","p":235,"s":45,"h":1,"n":"Lampad"},{"id":2679,"c":1,"u":"leonin%20iconoclast_mot","p":232,"s":45,"h":1,"n":"Leonin Iconoclast"},{"id":2680,"c":1,"u":"medusa_mot","p":206,"s":45,"h":1,"n":"Medusa"},{"id":2681,"c":1,"u":"meletian%20hoplite_mot","p":229,"s":45,"h":1,"n":"Meletian Hoplite"},{"id":2682,"c":1,"u":"naiad_mot","p":236,"s":45,"h":1,"n":"Naiad"},{"id":2683,"c":1,"u":"nightmare%20shepherd_mot","p":221,"s":45,"h":1,"n":"Nightmare Shepherd"},{"id":2684,"c":1,"u":"nyx-fleece%20ram_mot","p":233,"s":45,"h":1,"n":"Nyx-Fleece Ram"},{"id":2685,"c":1,"u":"oracle_mot","p":238,"s":45,"h":1,"n":"Oracle"},{"id":2686,"c":1,"u":"oread_mot","p":237,"s":45,"h":1,"n":"Oread"},{"id":2687,"c":1,"u":"phylaskia_mot","p":239,"s":45,"h":1,"n":"Phylaskia"},{"id":2688,"c":1,"u":"polukranos_mot","p":231,"s":45,"h":1,"n":"Polukranos"},{"id":2689,"c":1,"u":"returned%20drifter_mot","p":240,"s":45,"h":1,"n":"Returned Drifter"},{"id":2690,"c":1,"u":"returned%20kakomantis_mot","p":240,"s":45,"h":1,"n":"Returned Kakomantis"},{"id":2691,"c":1,"u":"returned%20palamnite_mot","p":241,"s":45,"h":1,"n":"Returned Palamnite"},{"id":2692,"c":1,"u":"returned%20sentry_mot","p":241,"s":45,"h":1,"n":"Returned Sentry"},{"id":2693,"c":1,"u":"satyr%20reveler_mot","p":242,"s":45,"h":1,"n":"Satyr Reveler"},{"id":2694,"c":1,"u":"satyr%20thornbearer_mot","p":243,"s":45,"h":1,"n":"Satyr Thornbearer"},{"id":2695,"c":1,"u":"setessan%20hoplite_mot","p":229,"s":45,"h":1,"n":"Setessan Hoplite"},{"id":2696,"c":1,"u":"theran%20chimera_mot","p":216,"s":45,"h":1,"n":"Theran Chimera"},{"id":2697,"c":1,"u":"triton%20master%20of%20waves_mot","p":245,"s":45,"h":1,"n":"Triton Master of Waves"},{"id":2698,"c":1,"u":"triton%20shorestalker_mot","p":244,"s":45,"h":1,"n":"Triton Shorestalker"},{"id":2699,"c":1,"u":"tromokratis_mot","p":254,"s":45,"h":1,"n":"Tromokratis"},{"id":2700,"c":1,"u":"two-headed%20cerberus_mot","p":215,"s":45,"h":1,"n":"Two-Headed Cerberus"},{"id":2701,"c":1,"u":"typhon_mot","p":246,"s":45,"h":1,"n":"Typhon"},{"id":2702,"c":1,"u":"underworld%20cerberus_mot","p":215,"s":45,"h":1,"n":"Underworld Cerberus"},{"id":2703,"c":1,"u":"winged%20bull_mot","p":214,"s":45,"h":1,"n":"Winged Bull"},{"id":2704,"c":1,"u":"winged%20lion_mot","p":214,"s":45,"h":1,"n":"Winged Lion"},{"id":2705,"c":1,"u":"woe%20strider_mot","p":247,"s":45,"h":1,"n":"Woe Strider"},{"id":2706,"c":1,"u":"adult%20time%20dragon_mpp","p":50,"s":46,"h":1,"n":"Adult Time Dragon"},{"id":2707,"c":1,"u":"ancient%20time%20dragon_mpp","p":48,"s":46,"h":1,"n":"Ancient Time Dragon"},{"id":2708,"c":1,"u":"athar%20null_mpp","p":53,"s":46,"h":1,"n":"Athar Null"},{"id":2709,"c":1,"u":"aurumach%20rilmani_mpp","p":43,"s":46,"h":1,"n":"Aurumach Rilmani"},{"id":2710,"c":1,"u":"avoral%20guardinal_mpp","p":32,"s":46,"h":1,"n":"Avoral Guardinal"},{"id":2711,"c":1,"u":"baernaloth_mpp","p":20,"s":46,"h":1,"n":"Baernaloth"},{"id":2712,"c":1,"u":"bariaur%20wanderer_mpp","p":21,"s":46,"h":1,"n":"Bariaur Wanderer"},{"id":2713,"c":1,"u":"bleak%20cabal%20void%20soother_mpp","p":54,"s":46,"h":1,"n":"Bleak Cabal Void Soother"},{"id":2714,"c":1,"u":"cranium%20rat%20squeaker_mpp","p":22,"s":46,"h":1,"n":"Cranium Rat Squeaker"},{"id":2715,"c":1,"u":"cranium%20rat%20squeaker%20swarm_mpp","p":22,"s":46,"h":1,"n":"Cranium Rat Squeaker Swarm"},{"id":2716,"c":1,"u":"cuprilach%20rilmani_mpp","p":44,"s":46,"h":1,"n":"Cuprilach Rilmani"},{"id":2717,"c":1,"u":"dabus_mpp","p":23,"s":46,"h":1,"n":"Dabus"},{"id":2718,"c":1,"u":"darkweaver_mpp","p":25,"s":46,"h":1,"n":"Darkweaver"},{"id":2719,"c":1,"u":"decaton%20modron_mpp","p":36,"s":46,"h":1,"n":"Decaton Modron"},{"id":2720,"c":1,"u":"doomguard%20doom%20lord_mpp","p":54,"s":46,"h":1,"n":"Doomguard Doom Lord"},{"id":2721,"c":1,"u":"doomguard%20rot%20blade_mpp","p":56,"s":46,"h":1,"n":"Doomguard Rot Blade"},{"id":2722,"c":1,"u":"eater%20of%20knowledge_mpp","p":29,"s":46,"h":1,"n":"Eater of Knowledge"},{"id":2723,"c":1,"u":"equinal%20guardinal_mpp","p":33,"s":46,"h":1,"n":"Equinal Guardinal"},{"id":2724,"c":1,"u":"farastu%20demodand_mpp","p":26,"s":46,"h":1,"n":"Farastu Demodand"},{"id":2725,"c":1,"u":"fated%20shaker_mpp","p":56,"s":46,"h":1,"n":"Fated Shaker"},{"id":2726,"c":1,"u":"ferrumach%20rilmani_mpp","p":44,"s":46,"h":1,"n":"Ferrumach Rilmani"},{"id":2727,"c":1,"u":"fraternity%20of%20order%20law%20bender_mpp","p":57,"s":46,"h":1,"n":"Fraternity of Order Law Bender"},{"id":2728,"c":1,"u":"githzerai%20futurist_mpp","p":30,"s":46,"h":1,"n":"Githzerai Futurist"},{"id":2729,"c":1,"u":"githzerai%20traveler_mpp","p":31,"s":46,"h":1,"n":"Githzerai Traveler"},{"id":2730,"c":1,"u":"githzerai%20uniter_mpp","p":31,"s":46,"h":1,"n":"Githzerai Uniter"},{"id":2731,"c":1,"u":"hands%20of%20havoc%20fire%20starter_mpp","p":58,"s":46,"h":1,"n":"Hands of Havoc Fire Starter"},{"id":2732,"c":1,"u":"harmonium%20captain_mpp","p":58,"s":46,"h":1,"n":"Harmonium Captain"},{"id":2733,"c":1,"u":"harmonium%20peacekeeper_mpp","p":59,"s":46,"h":1,"n":"Harmonium Peacekeeper"},{"id":2734,"c":1,"u":"heralds%20of%20dust%20remnant_mpp","p":59,"s":46,"h":1,"n":"Heralds of Dust Remnant"},{"id":2735,"c":1,"u":"hexton%20modron_mpp","p":37,"s":46,"h":1,"n":"Hexton Modron"},{"id":2736,"c":1,"u":"hound%20archon_mpp","p":16,"s":46,"h":1,"n":"Hound Archon"},{"id":2737,"c":1,"u":"kelubar%20demodand_mpp","p":27,"s":46,"h":1,"n":"Kelubar Demodand"},{"id":2738,"c":1,"u":"kolyarut_mpp","p":34,"s":46,"h":1,"n":"Kolyarut"},{"id":2739,"c":1,"u":"lantern%20archon_mpp","p":17,"s":46,"h":1,"n":"Lantern Archon"},{"id":2740,"c":1,"u":"maelephant_mpp","p":35,"s":46,"h":1,"n":"Maelephant"},{"id":2741,"c":1,"u":"mercykiller%20bloodhound_mpp","p":60,"s":46,"h":1,"n":"Mercykiller Bloodhound"},{"id":2742,"c":1,"u":"mind's%20eye%20matter%20smith_mpp","p":60,"s":46,"h":1,"n":"Mind's Eye Matter Smith"},{"id":2743,"c":1,"u":"musteval%20guardinal_mpp","p":33,"s":46,"h":1,"n":"Musteval Guardinal"},{"id":2744,"c":1,"u":"nonaton%20modron_mpp","p":38,"s":46,"h":1,"n":"Nonaton Modron"},{"id":2745,"c":1,"u":"octon%20modron_mpp","p":40,"s":46,"h":1,"n":"Octon Modron"},{"id":2746,"c":1,"u":"planar%20incarnate_mpp","p":41,"s":46,"h":1,"n":"Planar Incarnate"},{"id":2747,"c":1,"u":"razorvine%20blight_mpp","p":42,"s":46,"h":1,"n":"Razorvine Blight"},{"id":2748,"c":1,"u":"septon%20modron_mpp","p":40,"s":46,"h":1,"n":"Septon Modron"},{"id":2749,"c":1,"u":"shator%20demodand_mpp","p":28,"s":46,"h":1,"n":"Shator Demodand"},{"id":2750,"c":1,"u":"shemeshka_mpp","p":46,"s":46,"h":1,"n":"Shemeshka"},{"id":2751,"c":1,"u":"society%20of%20sensation%20muse_mpp","p":61,"s":46,"h":1,"n":"Society of Sensation Muse"},{"id":2752,"c":1,"u":"sunfly_mpp","p":47,"s":46,"h":1,"n":"Sunfly"},{"id":2753,"c":1,"u":"swarm%20of%20sunflies_mpp","p":47,"s":46,"h":1,"n":"Swarm of Sunflies"},{"id":2754,"c":1,"u":"time%20dragon%20wyrmling_mpp","p":51,"s":46,"h":1,"n":"Time Dragon Wyrmling"},{"id":2755,"c":1,"u":"transcendent%20order%20conduit_mpp","p":62,"s":46,"h":1,"n":"Transcendent Order Conduit"},{"id":2756,"c":1,"u":"transcendent%20order%20instinct_mpp","p":62,"s":46,"h":1,"n":"Transcendent Order Instinct"},{"id":2757,"c":1,"u":"vargouille%20reflection_mpp","p":52,"s":46,"h":1,"n":"Vargouille Reflection"},{"id":2758,"c":1,"u":"warden%20archon_mpp","p":18,"s":46,"h":1,"n":"Warden Archon"},{"id":2759,"c":1,"u":"young%20time%20dragon_mpp","p":51,"s":46,"h":1,"n":"Young Time Dragon"},{"id":2760,"c":1,"u":"abyssal%20wretch_mtf","p":136,"s":47,"h":1,"n":"Abyssal Wretch"},{"id":2761,"c":1,"u":"adult%20kruthik_mtf","p":212,"s":47,"h":1,"n":"Adult Kruthik"},{"id":2762,"c":1,"u":"adult%20oblex_mtf","p":218,"s":47,"h":1,"n":"Adult Oblex"},{"id":2763,"c":1,"u":"air%20elemental%20myrmidon_mtf","p":202,"s":47,"h":1,"n":"Air Elemental Myrmidon"},{"id":2764,"c":1,"u":"alkilith_mtf","p":130,"s":47,"h":1,"n":"Alkilith"},{"id":2765,"c":1,"u":"allip_mtf","p":116,"s":47,"h":1,"n":"Allip"},{"id":2766,"c":1,"u":"amnizu_mtf","p":164,"s":47,"h":1,"n":"Amnizu"},{"id":2767,"c":1,"u":"armanite_mtf","p":131,"s":47,"h":1,"n":"Armanite"},{"id":2768,"c":1,"u":"astral%20dreadnought_mtf","p":117,"s":47,"h":1,"n":"Astral Dreadnought"},{"id":2769,"c":1,"u":"autumn%20eladrin_mtf","p":195,"s":47,"h":1,"n":"Autumn Eladrin"},{"id":2770,"c":1,"u":"bael_mtf","p":170,"s":47,"h":1,"n":"Bael"},{"id":2771,"c":1,"u":"balhannoth_mtf","p":119,"s":47,"h":1,"n":"Balhannoth"},{"id":2772,"c":1,"u":"baphomet_mtf","p":143,"s":47,"h":1,"n":"Baphomet"},{"id":2773,"c":1,"u":"berbalang_mtf","p":120,"s":47,"h":1,"n":"Berbalang"},{"id":2774,"c":1,"u":"black%20abishai_mtf","p":160,"s":47,"h":1,"n":"Black Abishai"},{"id":2775,"c":1,"u":"blue%20abishai_mtf","p":161,"s":47,"h":1,"n":"Blue Abishai"},{"id":2776,"c":1,"u":"boneclaw_mtf","p":121,"s":47,"h":1,"n":"Boneclaw"},{"id":2777,"c":1,"u":"bronze%20scout_mtf","p":125,"s":47,"h":1,"n":"Bronze Scout"},{"id":2778,"c":1,"u":"bulezau_mtf","p":131,"s":47,"h":1,"n":"Bulezau"},{"id":2779,"c":1,"u":"cadaver%20collector_mtf","p":122,"s":47,"h":1,"n":"Cadaver Collector"},{"id":2780,"c":1,"u":"canoloth_mtf","p":247,"s":47,"h":1,"n":"Canoloth"},{"id":2781,"c":1,"u":"choker_mtf","p":123,"s":47,"h":1,"n":"Choker"},{"id":2782,"c":1,"u":"corpse%20flower_mtf","p":127,"s":47,"h":1,"n":"Corpse Flower"},{"id":2783,"c":1,"u":"deathlock_mtf","p":128,"s":47,"h":1,"n":"Deathlock"},{"id":2784,"c":1,"u":"deathlock%20mastermind_mtf","p":129,"s":47,"h":1,"n":"Deathlock Mastermind"},{"id":2785,"c":1,"u":"deathlock%20wight_mtf","p":129,"s":47,"h":1,"n":"Deathlock Wight"},{"id":2786,"c":1,"u":"demogorgon_mtf","p":144,"s":47,"h":1,"n":"Demogorgon"},{"id":2787,"c":1,"u":"derro_mtf","p":158,"s":47,"h":1,"n":"Derro"},{"id":2788,"c":1,"u":"derro%20savant_mtf","p":159,"s":47,"h":1,"n":"Derro Savant"},{"id":2789,"c":1,"u":"dhergoloth_mtf","p":248,"s":47,"h":1,"n":"Dhergoloth"},{"id":2790,"c":1,"u":"dire%20troll_mtf","p":243,"s":47,"h":1,"n":"Dire Troll"},{"id":2791,"c":1,"u":"drow%20arachnomancer_mtf","p":182,"s":47,"h":1,"n":"Drow Arachnomancer"},{"id":2792,"c":1,"u":"drow%20favored%20consort_mtf","p":183,"s":47,"h":1,"n":"Drow Favored Consort"},{"id":2793,"c":1,"u":"drow%20house%20captain_mtf","p":184,"s":47,"h":1,"n":"Drow House Captain"},{"id":2794,"c":1,"u":"drow%20inquisitor_mtf","p":184,"s":47,"h":1,"n":"Drow Inquisitor"},{"id":2795,"c":1,"u":"drow%20matron%20mother_mtf","p":186,"s":47,"h":1,"n":"Drow Matron Mother"},{"id":2796,"c":1,"u":"drow%20shadowblade_mtf","p":187,"s":47,"h":1,"n":"Drow Shadowblade"},{"id":2797,"c":1,"u":"duergar%20despot_mtf","p":188,"s":47,"h":1,"n":"Duergar Despot"},{"id":2798,"c":1,"u":"duergar%20hammerer_mtf","p":188,"s":47,"h":1,"n":"Duergar Hammerer"},{"id":2799,"c":1,"u":"duergar%20kavalrachni_mtf","p":189,"s":47,"h":1,"n":"Duergar Kavalrachni"},{"id":2800,"c":1,"u":"duergar%20mind%20master_mtf","p":189,"s":47,"h":1,"n":"Duergar Mind Master"},{"id":2801,"c":1,"u":"duergar%20screamer_mtf","p":190,"s":47,"h":1,"n":"Duergar Screamer"},{"id":2802,"c":1,"u":"duergar%20soulblade_mtf","p":190,"s":47,"h":1,"n":"Duergar Soulblade"},{"id":2803,"c":1,"u":"duergar%20stone%20guard_mtf","p":191,"s":47,"h":1,"n":"Duergar Stone Guard"},{"id":2804,"c":1,"u":"duergar%20warlord_mtf","p":192,"s":47,"h":1,"n":"Duergar Warlord"},{"id":2805,"c":1,"u":"duergar%20xarrorn_mtf","p":193,"s":47,"h":1,"n":"Duergar Xarrorn"},{"id":2806,"c":1,"u":"dybbuk_mtf","p":132,"s":47,"h":1,"n":"Dybbuk"},{"id":2807,"c":1,"u":"earth%20elemental%20myrmidon_mtf","p":202,"s":47,"h":1,"n":"Earth Elemental Myrmidon"},{"id":2808,"c":1,"u":"eidolon_mtf","p":194,"s":47,"h":1,"n":"Eidolon"},{"id":2809,"c":1,"u":"elder%20oblex_mtf","p":219,"s":47,"h":1,"n":"Elder Oblex"},{"id":2810,"c":1,"u":"elder%20tempest_mtf","p":200,"s":47,"h":1,"n":"Elder Tempest"},{"id":2811,"c":1,"u":"female%20steeder_mtf","p":238,"s":47,"h":1,"n":"Female Steeder"},{"id":2812,"c":1,"u":"fire%20elemental%20myrmidon_mtf","p":203,"s":47,"h":1,"n":"Fire Elemental Myrmidon"},{"id":2813,"c":1,"u":"fraz-urb'luu_mtf","p":146,"s":47,"h":1,"n":"Fraz-Urb'luu"},{"id":2814,"c":1,"u":"frost%20salamander_mtf","p":223,"s":47,"h":1,"n":"Frost Salamander"},{"id":2815,"c":1,"u":"geryon_mtf","p":173,"s":47,"h":1,"n":"Geryon"},{"id":2816,"c":1,"u":"giff_mtf","p":204,"s":47,"h":1,"n":"Giff"},{"id":2817,"c":1,"u":"githyanki%20gish_mtf","p":205,"s":47,"h":1,"n":"Githyanki Gish"},{"id":2818,"c":1,"u":"githyanki%20kith'rak_mtf","p":205,"s":47,"h":1,"n":"Githyanki Kith'rak"},{"id":2819,"c":1,"u":"githyanki%20supreme%20commander_mtf","p":206,"s":47,"h":1,"n":"Githyanki Supreme Commander"},{"id":2820,"c":1,"u":"githzerai%20anarch_mtf","p":207,"s":47,"h":1,"n":"Githzerai Anarch"},{"id":2821,"c":1,"u":"githzerai%20enlightened_mtf","p":208,"s":47,"h":1,"n":"Githzerai Enlightened"},{"id":2822,"c":1,"u":"gloom%20weaver_mtf","p":224,"s":47,"h":1,"n":"Gloom Weaver"},{"id":2823,"c":1,"u":"gray%20render_mtf","p":209,"s":47,"h":1,"n":"Gray Render"},{"id":2824,"c":1,"u":"graz'zt_mtf","p":149,"s":47,"h":1,"n":"Graz'zt"},{"id":2825,"c":1,"u":"green%20abishai_mtf","p":162,"s":47,"h":1,"n":"Green Abishai"},{"id":2826,"c":1,"u":"hellfire%20engine_mtf","p":165,"s":47,"h":1,"n":"Hellfire Engine"},{"id":2827,"c":1,"u":"howler_mtf","p":210,"s":47,"h":1,"n":"Howler"},{"id":2828,"c":1,"u":"hutijin_mtf","p":175,"s":47,"h":1,"n":"Hutijin"},{"id":2829,"c":1,"u":"hydroloth_mtf","p":249,"s":47,"h":1,"n":"Hydroloth"},{"id":2830,"c":1,"u":"iron%20cobra_mtf","p":125,"s":47,"h":1,"n":"Iron Cobra"},{"id":2831,"c":1,"u":"juiblex_mtf","p":151,"s":47,"h":1,"n":"Juiblex"},{"id":2832,"c":1,"u":"kruthik%20hive%20lord_mtf","p":212,"s":47,"h":1,"n":"Kruthik Hive Lord"},{"id":2833,"c":1,"u":"leviathan_mtf","p":198,"s":47,"h":1,"n":"Leviathan"},{"id":2834,"c":1,"u":"male%20steeder_mtf","p":238,"s":47,"h":1,"n":"Male Steeder"},{"id":2835,"c":1,"u":"marut_mtf","p":213,"s":47,"h":1,"n":"Marut"},{"id":2836,"c":1,"u":"maurezhi_mtf","p":133,"s":47,"h":1,"n":"Maurezhi"},{"id":2837,"c":1,"u":"meazel_mtf","p":214,"s":47,"h":1,"n":"Meazel"},{"id":2838,"c":1,"u":"merregon_mtf","p":166,"s":47,"h":1,"n":"Merregon"},{"id":2839,"c":1,"u":"merrenoloth_mtf","p":250,"s":47,"h":1,"n":"Merrenoloth"},{"id":2840,"c":1,"u":"moloch_mtf","p":177,"s":47,"h":1,"n":"Moloch"},{"id":2841,"c":1,"u":"molydeus_mtf","p":134,"s":47,"h":1,"n":"Molydeus"},{"id":2842,"c":1,"u":"nabassu_mtf","p":135,"s":47,"h":1,"n":"Nabassu"},{"id":2843,"c":1,"u":"nagpa_mtf","p":215,"s":47,"h":1,"n":"Nagpa"},{"id":2844,"c":1,"u":"narzugon_mtf","p":167,"s":47,"h":1,"n":"Narzugon"},{"id":2845,"c":1,"u":"nightwalker_mtf","p":216,"s":47,"h":1,"n":"Nightwalker"},{"id":2846,"c":1,"u":"nupperibo_mtf","p":168,"s":47,"h":1,"n":"Nupperibo"},{"id":2847,"c":1,"u":"oaken%20bolter_mtf","p":126,"s":47,"h":1,"n":"Oaken Bolter"},{"id":2848,"c":1,"u":"oblex%20spawn_mtf","p":217,"s":47,"h":1,"n":"Oblex Spawn"},{"id":2849,"c":1,"u":"ogre%20battering%20ram_mtf","p":220,"s":47,"h":1,"n":"Ogre Battering Ram"},{"id":2850,"c":1,"u":"ogre%20bolt%20launcher_mtf","p":220,"s":47,"h":1,"n":"Ogre Bolt Launcher"},{"id":2851,"c":1,"u":"ogre%20chain%20brute_mtf","p":221,"s":47,"h":1,"n":"Ogre Chain Brute"},{"id":2852,"c":1,"u":"ogre%20howdah_mtf","p":221,"s":47,"h":1,"n":"Ogre Howdah"},{"id":2853,"c":1,"u":"oinoloth_mtf","p":251,"s":47,"h":1,"n":"Oinoloth"},{"id":2854,"c":1,"u":"orcus_mtf","p":153,"s":47,"h":1,"n":"Orcus"},{"id":2855,"c":1,"u":"orthon_mtf","p":169,"s":47,"h":1,"n":"Orthon"},{"id":2856,"c":1,"u":"phoenix_mtf","p":199,"s":47,"h":1,"n":"Phoenix"},{"id":2857,"c":1,"u":"red%20abishai_mtf","p":160,"s":47,"h":1,"n":"Red Abishai"},{"id":2858,"c":1,"u":"retriever_mtf","p":222,"s":47,"h":1,"n":"Retriever"},{"id":2859,"c":1,"u":"rot%20troll_mtf","p":244,"s":47,"h":1,"n":"Rot Troll"},{"id":2860,"c":1,"u":"rutterkin_mtf","p":136,"s":47,"h":1,"n":"Rutterkin"},{"id":2861,"c":1,"u":"sacred%20statue_mtf","p":194,"s":47,"h":1,"n":"Sacred Statue"},{"id":2862,"c":1,"u":"shadow%20dancer_mtf","p":225,"s":47,"h":1,"n":"Shadow Dancer"},{"id":2863,"c":1,"u":"sibriex_mtf","p":137,"s":47,"h":1,"n":"Sibriex"},{"id":2864,"c":1,"u":"skulk_mtf","p":227,"s":47,"h":1,"n":"Skulk"},{"id":2865,"c":1,"u":"skull%20lord_mtf","p":230,"s":47,"h":1,"n":"Skull Lord"},{"id":2866,"c":1,"u":"soul%20monger_mtf","p":226,"s":47,"h":1,"n":"Soul Monger"},{"id":2867,"c":1,"u":"spirit%20troll_mtf","p":244,"s":47,"h":1,"n":"Spirit Troll"},{"id":2868,"c":1,"u":"spring%20eladrin_mtf","p":196,"s":47,"h":1,"n":"Spring Eladrin"},{"id":2869,"c":1,"u":"star%20spawn%20grue_mtf","p":234,"s":47,"h":1,"n":"Star Spawn Grue"},{"id":2870,"c":1,"u":"star%20spawn%20hulk_mtf","p":234,"s":47,"h":1,"n":"Star Spawn Hulk"},{"id":2871,"c":1,"u":"star%20spawn%20larva%20mage_mtf","p":235,"s":47,"h":1,"n":"Star Spawn Larva Mage"},{"id":2872,"c":1,"u":"star%20spawn%20mangler_mtf","p":236,"s":47,"h":1,"n":"Star Spawn Mangler"},{"id":2873,"c":1,"u":"star%20spawn%20seer_mtf","p":236,"s":47,"h":1,"n":"Star Spawn Seer"},{"id":2874,"c":1,"u":"steel%20predator_mtf","p":239,"s":47,"h":1,"n":"Steel Predator"},{"id":2875,"c":1,"u":"stone%20cursed_mtf","p":240,"s":47,"h":1,"n":"Stone Cursed"},{"id":2876,"c":1,"u":"stone%20defender_mtf","p":126,"s":47,"h":1,"n":"Stone Defender"},{"id":2877,"c":1,"u":"summer%20eladrin_mtf","p":196,"s":47,"h":1,"n":"Summer Eladrin"},{"id":2878,"c":1,"u":"sword%20wraith%20commander_mtf","p":241,"s":47,"h":1,"n":"Sword Wraith Commander"},{"id":2879,"c":1,"u":"sword%20wraith%20warrior_mtf","p":241,"s":47,"h":1,"n":"Sword Wraith Warrior"},{"id":2880,"c":1,"u":"the%20angry_mtf","p":231,"s":47,"h":1,"n":"The Angry"},{"id":2881,"c":1,"u":"the%20hungry_mtf","p":232,"s":47,"h":1,"n":"The Hungry"},{"id":2882,"c":1,"u":"the%20lonely_mtf","p":232,"s":47,"h":1,"n":"The Lonely"},{"id":2883,"c":1,"u":"the%20lost_mtf","p":233,"s":47,"h":1,"n":"The Lost"},{"id":2884,"c":1,"u":"the%20wretched_mtf","p":233,"s":47,"h":1,"n":"The Wretched"},{"id":2885,"c":1,"u":"titivilus_mtf","p":179,"s":47,"h":1,"n":"Titivilus"},{"id":2886,"c":1,"u":"tortle_mtf","p":242,"s":47,"h":1,"n":"Tortle"},{"id":2887,"c":1,"u":"tortle%20druid_mtf","p":242,"s":47,"h":1,"n":"Tortle Druid"},{"id":2888,"c":1,"u":"vampiric%20mist_mtf","p":246,"s":47,"h":1,"n":"Vampiric Mist"},{"id":2889,"c":1,"u":"venom%20troll_mtf","p":245,"s":47,"h":1,"n":"Venom Troll"},{"id":2890,"c":1,"u":"wastrilith_mtf","p":139,"s":47,"h":1,"n":"Wastrilith"},{"id":2891,"c":1,"u":"water%20elemental%20myrmidon_mtf","p":203,"s":47,"h":1,"n":"Water Elemental Myrmidon"},{"id":2892,"c":1,"u":"white%20abishai_mtf","p":163,"s":47,"h":1,"n":"White Abishai"},{"id":2893,"c":1,"u":"winter%20eladrin_mtf","p":197,"s":47,"h":1,"n":"Winter Eladrin"},{"id":2894,"c":1,"u":"yagnoloth_mtf","p":252,"s":47,"h":1,"n":"Yagnoloth"},{"id":2895,"c":1,"u":"yeenoghu_mtf","p":155,"s":47,"h":1,"n":"Yeenoghu"},{"id":2896,"c":1,"u":"young%20kruthik_mtf","p":211,"s":47,"h":1,"n":"Young Kruthik"},{"id":2897,"c":1,"u":"zaratan_mtf","p":201,"s":47,"h":1,"n":"Zaratan"},{"id":2898,"c":1,"u":"zariel_mtf","p":180,"s":47,"h":1,"n":"Zariel"},{"id":2899,"c":1,"u":"zuggtmoy_mtf","p":157,"s":47,"h":1,"n":"Zuggtmoy"},{"id":2900,"c":1,"u":"aljanor%20keenblade_oota","p":149,"s":48,"h":1,"n":"Aljanor Keenblade"},{"id":2901,"c":1,"u":"amarith%20coppervein_oota","p":142,"s":48,"h":1,"n":"Amarith Coppervein"},{"id":2902,"c":1,"u":"animated%20drow%20statue_oota","p":96,"s":48,"h":1,"n":"Animated Drow Statue"},{"id":2903,"c":1,"u":"asha%20vandree_oota","p":9,"s":48,"h":1,"n":"Asha Vandree"},{"id":2904,"c":1,"u":"awakened%20zurkhwood_oota","p":230,"s":48,"h":1,"n":"Awakened Zurkhwood"},{"id":2905,"c":1,"u":"blurg_oota","p":29,"s":48,"h":1,"n":"Blurg"},{"id":2906,"c":1,"u":"bridesmaid%20of%20zuggtmoy_oota","p":230,"s":48,"h":1,"n":"Bridesmaid of Zuggtmoy"},{"id":2907,"c":1,"u":"buppido_oota","p":6,"s":48,"h":1,"n":"Buppido"},{"id":2908,"c":1,"u":"cave%20badger_oota","p":96,"s":48,"h":1,"n":"Cave Badger"},{"id":2909,"c":1,"u":"chamberlain%20of%20zuggtmoy_oota","p":230,"s":48,"h":1,"n":"Chamberlain of Zuggtmoy"},{"id":2910,"c":1,"u":"chuul%20spore%20servant_oota","p":228,"s":48,"h":1,"n":"Chuul Spore Servant"},{"id":2911,"c":1,"u":"deepking%20horgar%20steelshadow%20v_oota","p":82,"s":48,"h":1,"n":"Deepking Horgar Steelshadow V"},{"id":2912,"c":1,"u":"derro_oota","p":224,"s":48,"h":1,"n":"Derro"},{"id":2913,"c":1,"u":"derro%20savant_oota","p":224,"s":48,"h":1,"n":"Derro Savant"},{"id":2914,"c":1,"u":"droki_oota","p":231,"s":48,"h":1,"n":"Droki"},{"id":2915,"c":1,"u":"drow%20acolyte_oota","p":201,"s":48,"h":1,"n":"Drow Acolyte"},{"id":2916,"c":1,"u":"drow%20bandit_oota","p":194,"s":48,"h":1,"n":"Drow Bandit"},{"id":2917,"c":1,"u":"drow%20commoner_oota","p":194,"s":48,"h":1,"n":"Drow Commoner"},{"id":2918,"c":1,"u":"drow%20cultist_oota","p":196,"s":48,"h":1,"n":"Drow Cultist"},{"id":2919,"c":1,"u":"drow%20guard_oota","p":195,"s":48,"h":1,"n":"Drow Guard"},{"id":2920,"c":1,"u":"drow%20noble_oota","p":196,"s":48,"h":1,"n":"Drow Noble"},{"id":2921,"c":1,"u":"drow%20scout_oota","p":191,"s":48,"h":1,"n":"Drow Scout"},{"id":2922,"c":1,"u":"drow%20spore%20servant_oota","p":229,"s":48,"h":1,"n":"Drow Spore Servant"},{"id":2923,"c":1,"u":"drow%20spy_oota","p":195,"s":48,"h":1,"n":"Drow Spy"},{"id":2924,"c":1,"u":"duergar%20alchemist_oota","p":76,"s":48,"h":1,"n":"Duergar Alchemist"},{"id":2925,"c":1,"u":"duergar%20darkhaft_oota","p":226,"s":48,"h":1,"n":"Duergar Darkhaft"},{"id":2926,"c":1,"u":"duergar%20keeper%20of%20the%20flame_oota","p":226,"s":48,"h":1,"n":"Duergar Keeper of the Flame"},{"id":2927,"c":1,"u":"duergar%20spore%20servant_oota","p":229,"s":48,"h":1,"n":"Duergar Spore Servant"},{"id":2928,"c":1,"u":"eldeth%20feldrun_oota","p":6,"s":48,"h":1,"n":"Eldeth Feldrun"},{"id":2929,"c":1,"u":"emerald%20enclave%20scout_oota","p":130,"s":48,"h":1,"n":"Emerald Enclave Scout"},{"id":2930,"c":1,"u":"fiendish%20giant%20spider_oota","p":97,"s":48,"h":1,"n":"Fiendish Giant Spider"},{"id":2931,"c":1,"u":"four-armed%20statue_oota","p":206,"s":48,"h":1,"n":"Four-Armed Statue"},{"id":2932,"c":1,"u":"gash_oota","p":181,"s":48,"h":1,"n":"Gash"},{"id":2933,"c":1,"u":"ghazrim%20duloc_oota","p":141,"s":48,"h":1,"n":"Ghazrim DuLoc"},{"id":2934,"c":1,"u":"giant%20riding%20lizard_oota","p":131,"s":48,"h":1,"n":"Giant Riding Lizard"},{"id":2935,"c":1,"u":"giant%20rocktopus_oota","p":28,"s":48,"h":1,"n":"Giant Rocktopus"},{"id":2936,"c":1,"u":"glabbagool_oota","p":35,"s":48,"h":1,"n":"Glabbagool"},{"id":2937,"c":1,"u":"grazilaxx_oota","p":29,"s":48,"h":1,"n":"Grazilaxx"},{"id":2938,"c":1,"u":"grisha_oota","p":232,"s":48,"h":1,"n":"Grisha"},{"id":2939,"c":1,"u":"hanne%20hallen_oota","p":171,"s":48,"h":1,"n":"Hanne Hallen"},{"id":2940,"c":1,"u":"hook%20horror%20spore%20servant_oota","p":68,"s":48,"h":1,"n":"Hook Horror Spore Servant"},{"id":2941,"c":1,"u":"ilvara%20mizzrym_oota","p":9,"s":48,"h":1,"n":"Ilvara Mizzrym"},{"id":2942,"c":1,"u":"infant%20basilisk_oota","p":100,"s":48,"h":1,"n":"Infant Basilisk"},{"id":2943,"c":1,"u":"infant%20hook%20horror_oota","p":34,"s":48,"h":1,"n":"Infant Hook Horror"},{"id":2944,"c":1,"u":"ixitxachitl_oota","p":225,"s":48,"h":1,"n":"Ixitxachitl"},{"id":2945,"c":1,"u":"ixitxachitl%20cleric_oota","p":225,"s":48,"h":1,"n":"Ixitxachitl Cleric"},{"id":2946,"c":1,"u":"jade%20giant%20spider_oota","p":201,"s":48,"h":1,"n":"Jade Giant Spider"},{"id":2947,"c":1,"u":"jimjar_oota","p":6,"s":48,"h":1,"n":"Jimjar"},{"id":2948,"c":1,"u":"juvenile%20hook%20horror_oota","p":34,"s":48,"h":1,"n":"Juvenile Hook Horror"},{"id":2949,"c":1,"u":"khalessa%20draga_oota","p":149,"s":48,"h":1,"n":"Khalessa Draga"},{"id":2950,"c":1,"u":"kinyel%20druu'giir_oota","p":134,"s":48,"h":1,"n":"Kinyel Druu'giir"},{"id":2951,"c":1,"u":"kurr_oota","p":179,"s":48,"h":1,"n":"Kurr"},{"id":2952,"c":1,"u":"lords'%20alliance%20guard_oota","p":131,"s":48,"h":1,"n":"Lords' Alliance Guard"},{"id":2953,"c":1,"u":"lords'%20alliance%20spy_oota","p":131,"s":48,"h":1,"n":"Lords' Alliance Spy"},{"id":2954,"c":1,"u":"lorthuun_oota","p":141,"s":48,"h":1,"n":"Lorthuun"},{"id":2955,"c":1,"u":"mev%20flintknapper_oota","p":103,"s":48,"h":1,"n":"Mev Flintknapper"},{"id":2956,"c":1,"u":"narrak_oota","p":232,"s":48,"h":1,"n":"Narrak"},{"id":2957,"c":1,"u":"ougalop_oota","p":142,"s":48,"h":1,"n":"Ougalop"},{"id":2958,"c":1,"u":"peebles_oota","p":134,"s":48,"h":1,"n":"Peebles"},{"id":2959,"c":1,"u":"prince%20derendil_oota","p":6,"s":48,"h":1,"n":"Prince Derendil"},{"id":2960,"c":1,"u":"princess%20ebonmire_oota","p":111,"s":48,"h":1,"n":"Princess Ebonmire"},{"id":2961,"c":1,"u":"quenthel%20baenre_oota","p":204,"s":48,"h":1,"n":"Quenthel Baenre"},{"id":2962,"c":1,"u":"regenerating%20black%20pudding_oota","p":211,"s":48,"h":1,"n":"Regenerating Black Pudding"},{"id":2963,"c":1,"u":"ront_oota","p":7,"s":48,"h":1,"n":"Ront"},{"id":2964,"c":1,"u":"rumpadump_oota","p":72,"s":48,"h":1,"n":"Rumpadump"},{"id":2965,"c":1,"u":"rystia%20zav_oota","p":135,"s":48,"h":1,"n":"Rystia Zav"},{"id":2966,"c":1,"u":"sarith%20kzekarit_oota","p":7,"s":48,"h":1,"n":"Sarith Kzekarit"},{"id":2967,"c":1,"u":"shedrak%20of%20the%20eyes_oota","p":176,"s":48,"h":1,"n":"Shedrak of the Eyes"},{"id":2968,"c":1,"u":"shuushar%20the%20awakened_oota","p":7,"s":48,"h":1,"n":"Shuushar the Awakened"},{"id":2969,"c":1,"u":"skriss_oota","p":29,"s":48,"h":1,"n":"Skriss"},{"id":2970,"c":1,"u":"sladis%20vadir_oota","p":135,"s":48,"h":1,"n":"Sladis Vadir"},{"id":2971,"c":1,"u":"sloopidoop_oota","p":29,"s":48,"h":1,"n":"Sloopidoop"},{"id":2972,"c":1,"u":"sovereign%20basidia_oota","p":88,"s":48,"h":1,"n":"Sovereign Basidia"},{"id":2973,"c":1,"u":"spider%20king_oota","p":74,"s":48,"h":1,"n":"Spider King"},{"id":2974,"c":1,"u":"spiderbait_oota","p":31,"s":48,"h":1,"n":"Spiderbait"},{"id":2975,"c":1,"u":"stool_oota","p":7,"s":48,"h":1,"n":"Stool"},{"id":2976,"c":1,"u":"svirfneblin%20wererat_oota","p":97,"s":48,"h":1,"n":"Svirfneblin Wererat"},{"id":2977,"c":1,"u":"the%20pudding%20king_oota","p":233,"s":48,"h":1,"n":"The Pudding King"},{"id":2978,"c":1,"u":"themberchaud_oota","p":53,"s":48,"h":1,"n":"Themberchaud"},{"id":2979,"c":1,"u":"topsy_oota","p":8,"s":48,"h":1,"n":"Topsy"},{"id":2980,"c":1,"u":"troglodyte%20champion%20of%20laogzed_oota","p":229,"s":48,"h":1,"n":"Troglodyte Champion of Laogzed"},{"id":2981,"c":1,"u":"turvy_oota","p":8,"s":48,"h":1,"n":"Turvy"},{"id":2982,"c":1,"u":"vampiric%20ixitxachitl_oota","p":226,"s":48,"h":1,"n":"Vampiric Ixitxachitl"},{"id":2983,"c":1,"u":"vampiric%20ixitxachitl%20cleric_oota","p":226,"s":48,"h":1,"n":"Vampiric Ixitxachitl Cleric"},{"id":2984,"c":1,"u":"veldyskar_oota","p":151,"s":48,"h":1,"n":"Veldyskar"},{"id":2985,"c":1,"u":"veteran%20of%20the%20gauntlet_oota","p":130,"s":48,"h":1,"n":"Veteran of the Gauntlet"},{"id":2986,"c":1,"u":"viln%20tirin_oota","p":202,"s":48,"h":1,"n":"Viln Tirin"},{"id":2987,"c":1,"u":"vizeran%20devir_oota","p":155,"s":48,"h":1,"n":"Vizeran DeVir"},{"id":2988,"c":1,"u":"xazax%20the%20eyemonger_oota","p":142,"s":48,"h":1,"n":"Xazax the Eyemonger"},{"id":2989,"c":1,"u":"y_oota","p":29,"s":48,"h":1,"n":"Y"},{"id":2990,"c":1,"u":"yestabrod_oota","p":233,"s":48,"h":1,"n":"Yestabrod"},{"id":2991,"c":1,"u":"young%20basilisk_oota","p":100,"s":48,"h":1,"n":"Young Basilisk"},{"id":2992,"c":1,"u":"young%20hook%20horror_oota","p":34,"s":48,"h":1,"n":"Young Hook Horror"},{"id":2993,"c":1,"u":"yuk%20yuk_oota","p":31,"s":48,"h":1,"n":"Yuk Yuk"},{"id":2994,"c":1,"u":"zhentarim%20thug_oota","p":131,"s":48,"h":1,"n":"Zhentarim Thug"},{"id":2995,"c":1,"u":"zilchyn%20q'leptin_oota","p":137,"s":48,"h":1,"n":"Zilchyn Q'Leptin"},{"id":2996,"c":1,"u":"clockwork%20behir_oow","p":173,"s":49,"h":1,"n":"Clockwork Behir"},{"id":2997,"c":1,"u":"dagdra%20deepforge_oow","p":145,"s":49,"h":1,"n":"Dagdra Deepforge"},{"id":2998,"c":1,"u":"devil%20dog_oow","p":85,"s":49,"h":1,"n":"Devil Dog"},{"id":2999,"c":1,"u":"enormous%20tentacle_oow","p":94,"s":49,"h":1,"n":"Enormous Tentacle"},{"id":3000,"c":1,"u":"gildha%20duhn_oow","p":110,"s":49,"h":1,"n":"Gildha Duhn"},{"id":3001,"c":1,"u":"grunka_oow","p":115,"s":49,"h":1,"n":"Grunka"},{"id":3002,"c":1,"u":"jelayne_oow","p":84,"s":49,"h":1,"n":"Jelayne"},{"id":3003,"c":1,"u":"mechachimera_oow","p":134,"s":49,"h":1,"n":"Mechachimera"},{"id":3004,"c":1,"u":"onyx_oow","p":186,"s":49,"h":1,"n":"Onyx"},{"id":3005,"c":1,"u":"replica%20duodrone_oow","p":132,"s":49,"h":1,"n":"Replica Duodrone"},{"id":3006,"c":1,"u":"replica%20monodrone_oow","p":132,"s":49,"h":1,"n":"Replica Monodrone"},{"id":3007,"c":1,"u":"replica%20pentadrone_oow","p":132,"s":49,"h":1,"n":"Replica Pentadrone"},{"id":3008,"c":1,"u":"replica%20quadrone_oow","p":132,"s":49,"h":1,"n":"Replica Quadrone"},{"id":3009,"c":1,"u":"replica%20tridrone_oow","p":132,"s":49,"h":1,"n":"Replica Tridrone"},{"id":3010,"c":1,"u":"stomping%20foot_oow","p":92,"s":49,"h":1,"n":"Stomping Foot"},{"id":3011,"c":1,"u":"two%20dry%20cloaks_oow","p":162,"s":49,"h":1,"n":"Two Dry Cloaks"},{"id":3012,"c":1,"u":"undead%20cockatrice_oow","p":114,"s":49,"h":1,"n":"Undead Cockatrice"},{"id":3013,"c":1,"u":"aberrant%20zealot_pabtso","p":203,"s":50,"h":1,"n":"Aberrant Zealot"},{"id":3014,"c":1,"u":"aberrant%20zealot%20(tentacled)_pabtso","p":181,"s":50,"h":1,"n":"Aberrant Zealot (Tentacled)"},{"id":3015,"c":1,"u":"ash%20zombie_pabtso","p":52,"s":50,"h":1,"n":"Ash Zombie"},{"id":3016,"c":1,"u":"brain%20breaker_pabtso","p":199,"s":50,"h":1,"n":"Brain Breaker"},{"id":3017,"c":1,"u":"chishinix_pabtso","p":194,"s":50,"h":1,"n":"Chishinix"},{"id":3018,"c":1,"u":"chishinix'%20head_pabtso","p":194,"s":50,"h":1,"n":"Chishinix' Head"},{"id":3019,"c":1,"u":"cloaker%20mutate_pabtso","p":212,"s":50,"h":1,"n":"Cloaker Mutate"},{"id":3020,"c":1,"u":"dwarf%20skeleton_pabtso","p":123,"s":50,"h":1,"n":"Dwarf Skeleton"},{"id":3021,"c":1,"u":"encephalon%20cluster_pabtso","p":205,"s":50,"h":1,"n":"Encephalon Cluster"},{"id":3022,"c":1,"u":"encephalon%20gemmule_pabtso","p":206,"s":50,"h":1,"n":"Encephalon Gemmule"},{"id":3023,"c":1,"u":"feral%20ashenwight_pabtso","p":204,"s":50,"h":1,"n":"Feral Ashenwight"},{"id":3024,"c":1,"u":"fiendish%20auger_pabtso","p":206,"s":50,"h":1,"n":"Fiendish Auger"},{"id":3025,"c":1,"u":"flesh%20meld_pabtso","p":207,"s":50,"h":1,"n":"Flesh Meld"},{"id":3026,"c":1,"u":"goblin%20boss%20archer_pabtso","p":60,"s":50,"h":1,"n":"Goblin Boss Archer"},{"id":3027,"c":1,"u":"goblin%20psi%20brawler_pabtso","p":215,"s":50,"h":1,"n":"Goblin Psi Brawler"},{"id":3028,"c":1,"u":"goblin%20psi%20commander_pabtso","p":216,"s":50,"h":1,"n":"Goblin Psi Commander"},{"id":3029,"c":1,"u":"grandlejaw_pabtso","p":121,"s":50,"h":1,"n":"Grandlejaw"},{"id":3030,"c":1,"u":"grell%20psychic_pabtso","p":145,"s":50,"h":1,"n":"Grell Psychic"},{"id":3031,"c":1,"u":"gundren%20rockseeker_pabtso","p":10,"s":50,"h":1,"n":"Gundren Rockseeker"},{"id":3032,"c":1,"u":"gwyn%20oresong_pabtso","p":8,"s":50,"h":1,"n":"Gwyn Oresong"},{"id":3033,"c":1,"u":"hashutu_pabtso","p":194,"s":50,"h":1,"n":"Hashutu"},{"id":3034,"c":1,"u":"hjoldak%20hollowhelm_pabtso","p":93,"s":50,"h":1,"n":"Hjoldak Hollowhelm"},{"id":3035,"c":1,"u":"honna_pabtso","p":110,"s":50,"h":1,"n":"Honna"},{"id":3036,"c":1,"u":"humanoid%20mutate_pabtso","p":212,"s":50,"h":1,"n":"Humanoid Mutate"},{"id":3037,"c":1,"u":"iarno%20%22glasstaff%22%20albrek_pabtso","p":43,"s":50,"h":1,"n":"Iarno \"Glasstaff\" Albrek"},{"id":3038,"c":1,"u":"infected%20elder%20brain_pabtso","p":159,"s":50,"h":1,"n":"Infected Elder Brain"},{"id":3039,"c":1,"u":"infected%20townsperson_pabtso","p":139,"s":50,"h":1,"n":"Infected Townsperson"},{"id":3040,"c":1,"u":"intellect%20snare_pabtso","p":208,"s":50,"h":1,"n":"Intellect Snare"},{"id":3041,"c":1,"u":"kellikilli_pabtso","p":121,"s":50,"h":1,"n":"Kellikilli"},{"id":3042,"c":1,"u":"lowarnizel_pabtso","p":181,"s":50,"h":1,"n":"Lowarnizel"},{"id":3043,"c":1,"u":"malinia_pabtso","p":115,"s":50,"h":1,"n":"Malinia"},{"id":3044,"c":1,"u":"mind%20flayer%20clairvoyant_pabtso","p":209,"s":50,"h":1,"n":"Mind Flayer Clairvoyant"},{"id":3045,"c":1,"u":"mind%20flayer%20nothic_pabtso","p":155,"s":50,"h":1,"n":"Mind Flayer Nothic"},{"id":3046,"c":1,"u":"mind%20flayer%20prophet_pabtso","p":210,"s":50,"h":1,"n":"Mind Flayer Prophet"},{"id":3047,"c":1,"u":"mormesk%20the%20wraith_pabtso","p":70,"s":50,"h":1,"n":"Mormesk the Wraith"},{"id":3048,"c":1,"u":"nellik_pabtso","p":193,"s":50,"h":1,"n":"Nellik"},{"id":3049,"c":1,"u":"nezznar%20the%20spider_pabtso","p":74,"s":50,"h":1,"n":"Nezznar the Spider"},{"id":3050,"c":1,"u":"nundro%20rockseeker_pabtso","p":73,"s":50,"h":1,"n":"Nundro Rockseeker"},{"id":3051,"c":1,"u":"nythalyn%20henlifel_pabtso","p":114,"s":50,"h":1,"n":"Nythalyn Henlifel"},{"id":3052,"c":1,"u":"oculorb_pabtso","p":214,"s":50,"h":1,"n":"Oculorb"},{"id":3053,"c":1,"u":"ontharyx_pabtso","p":115,"s":50,"h":1,"n":"Ontharyx"},{"id":3054,"c":1,"u":"oshundo%20the%20alhoon_pabtso","p":153,"s":50,"h":1,"n":"Oshundo the Alhoon"},{"id":3055,"c":1,"u":"otyugh%20mutate_pabtso","p":213,"s":50,"h":1,"n":"Otyugh Mutate"},{"id":3056,"c":1,"u":"psionic%20ashenwight_pabtso","p":204,"s":50,"h":1,"n":"Psionic Ashenwight"},{"id":3057,"c":1,"u":"psionic%20shambling%20mound_pabtso","p":108,"s":50,"h":1,"n":"Psionic Shambling Mound"},{"id":3058,"c":1,"u":"qunbraxel_pabtso","p":135,"s":50,"h":1,"n":"Qunbraxel"},{"id":3059,"c":1,"u":"redbrand%20ruffian_pabtso","p":216,"s":50,"h":1,"n":"Redbrand Ruffian"},{"id":3060,"c":1,"u":"refraction%20of%20ilvaash_pabtso","p":197,"s":50,"h":1,"n":"Refraction of Ilvaash"},{"id":3061,"c":1,"u":"rivibiddel_pabtso","p":122,"s":50,"h":1,"n":"Rivibiddel"},{"id":3062,"c":1,"u":"ruxithid%20the%20chosen_pabtso","p":99,"s":50,"h":1,"n":"Ruxithid the Chosen"},{"id":3063,"c":1,"u":"shalfi%20lewin_pabtso","p":174,"s":50,"h":1,"n":"Shalfi Lewin"},{"id":3064,"c":1,"u":"sildar%20hallwinter_pabtso","p":22,"s":50,"h":1,"n":"Sildar Hallwinter"},{"id":3065,"c":1,"u":"varakkta_pabtso","p":174,"s":50,"h":1,"n":"Varakkta"},{"id":3066,"c":1,"u":"voalsh_pabtso","p":194,"s":50,"h":1,"n":"Voalsh"},{"id":3067,"c":1,"u":"yanthdel%20henlifel_pabtso","p":114,"s":50,"h":1,"n":"Yanthdel Henlifel"},{"id":3068,"c":1,"u":"zeond_pabtso","p":43,"s":50,"h":1,"n":"Zeond"},{"id":3069,"c":1,"u":"animated%20object%20(huge)_phb","p":213,"s":51,"h":1,"n":"Animated Object (Huge)"},{"id":3070,"c":1,"u":"animated%20object%20(large)_phb","p":213,"s":51,"h":1,"n":"Animated Object (Large)"},{"id":3071,"c":1,"u":"animated%20object%20(medium)_phb","p":213,"s":51,"h":1,"n":"Animated Object (Medium)"},{"id":3072,"c":1,"u":"animated%20object%20(small)_phb","p":213,"s":51,"h":1,"n":"Animated Object (Small)"},{"id":3073,"c":1,"u":"animated%20object%20(tiny)_phb","p":213,"s":51,"h":1,"n":"Animated Object (Tiny)"},{"id":3074,"c":1,"u":"aerisi%20kalinoth_pota","p":192,"s":52,"h":1,"n":"Aerisi Kalinoth"},{"id":3075,"c":1,"u":"aquatic%20ghoul_pota","p":87,"s":52,"h":1,"n":"Aquatic Ghoul"},{"id":3076,"c":1,"u":"bastian%20thermandar_pota","p":201,"s":52,"h":1,"n":"Bastian Thermandar"},{"id":3077,"c":1,"u":"black%20earth%20guard_pota","p":195,"s":52,"h":1,"n":"Black Earth Guard"},{"id":3078,"c":1,"u":"black%20earth%20priest_pota","p":195,"s":52,"h":1,"n":"Black Earth Priest"},{"id":3079,"c":1,"u":"braelen%20hatherhand_pota","p":156,"s":52,"h":1,"n":"Braelen Hatherhand"},{"id":3080,"c":1,"u":"bronzefume_pota","p":92,"s":52,"h":1,"n":"Bronzefume"},{"id":3081,"c":1,"u":"burrowshark_pota","p":196,"s":52,"h":1,"n":"Burrowshark"},{"id":3082,"c":1,"u":"cavil%20zaltobar_pota","p":182,"s":52,"h":1,"n":"Cavil Zaltobar"},{"id":3083,"c":1,"u":"crushing%20wave%20priest_pota","p":205,"s":52,"h":1,"n":"Crushing Wave Priest"},{"id":3084,"c":1,"u":"crushing%20wave%20reaver_pota","p":205,"s":52,"h":1,"n":"Crushing Wave Reaver"},{"id":3085,"c":1,"u":"darathra%20shendrel_pota","p":37,"s":52,"h":1,"n":"Darathra Shendrel"},{"id":3086,"c":1,"u":"dark%20tide%20knight_pota","p":205,"s":52,"h":1,"n":"Dark Tide Knight"},{"id":3087,"c":1,"u":"deseyna%20majarra_pota","p":126,"s":52,"h":1,"n":"Deseyna Majarra"},{"id":3088,"c":1,"u":"drannin%20splithelm_pota","p":210,"s":52,"h":1,"n":"Drannin Splithelm"},{"id":3089,"c":1,"u":"elizar%20dryflagon_pota","p":202,"s":52,"h":1,"n":"Elizar Dryflagon"},{"id":3090,"c":1,"u":"emberhorn%20minotaur_pota","p":120,"s":52,"h":1,"n":"Emberhorn Minotaur"},{"id":3091,"c":1,"u":"eternal%20flame%20guardian_pota","p":200,"s":52,"h":1,"n":"Eternal Flame Guardian"},{"id":3092,"c":1,"u":"eternal%20flame%20priest_pota","p":200,"s":52,"h":1,"n":"Eternal Flame Priest"},{"id":3093,"c":1,"u":"fathomer_pota","p":207,"s":52,"h":1,"n":"Fathomer"},{"id":3094,"c":1,"u":"feathergale%20knight_pota","p":189,"s":52,"h":1,"n":"Feathergale Knight"},{"id":3095,"c":1,"u":"fennor_pota","p":170,"s":52,"h":1,"n":"Fennor"},{"id":3096,"c":1,"u":"flamewrath_pota","p":201,"s":52,"h":1,"n":"Flamewrath"},{"id":3097,"c":1,"u":"gar%20shatterkeel_pota","p":208,"s":52,"h":1,"n":"Gar Shatterkeel"},{"id":3098,"c":1,"u":"ghald_pota","p":210,"s":52,"h":1,"n":"Ghald"},{"id":3099,"c":1,"u":"grumink%20the%20renegade_pota","p":210,"s":52,"h":1,"n":"Grumink the Renegade"},{"id":3100,"c":1,"u":"hellenrae_pota","p":198,"s":52,"h":1,"n":"Hellenrae"},{"id":3101,"c":1,"u":"howling%20hatred%20initiate_pota","p":190,"s":52,"h":1,"n":"Howling Hatred Initiate"},{"id":3102,"c":1,"u":"howling%20hatred%20priest_pota","p":190,"s":52,"h":1,"n":"Howling Hatred Priest"},{"id":3103,"c":1,"u":"hurricane_pota","p":191,"s":52,"h":1,"n":"Hurricane"},{"id":3104,"c":1,"u":"imix_pota","p":214,"s":52,"h":1,"n":"Imix"},{"id":3105,"c":1,"u":"lyzandra%20%22lyzzie%22%20calderos_pota","p":110,"s":52,"h":1,"n":"Lyzandra \"Lyzzie\" Calderos"},{"id":3106,"c":1,"u":"maegla%20tarnlar_pota","p":25,"s":52,"h":1,"n":"Maegla Tarnlar"},{"id":3107,"c":1,"u":"marlos%20urnrayle_pota","p":199,"s":52,"h":1,"n":"Marlos Urnrayle"},{"id":3108,"c":1,"u":"miraj%20vizann_pota","p":198,"s":52,"h":1,"n":"Miraj Vizann"},{"id":3109,"c":1,"u":"molten%20magma%20roper_pota","p":143,"s":52,"h":1,"n":"Molten Magma Roper"},{"id":3110,"c":1,"u":"nurvureem%2c%20the%20dark%20lady_pota","p":180,"s":52,"h":1,"n":"Nurvureem, The Dark Lady"},{"id":3111,"c":1,"u":"ogr%c3%a9moch_pota","p":216,"s":52,"h":1,"n":"Ogremoch"},{"id":3112,"c":1,"u":"olhydra_pota","p":218,"s":52,"h":1,"n":"Olhydra"},{"id":3113,"c":1,"u":"one-eyed%20shiver_pota","p":207,"s":52,"h":1,"n":"One-Eyed Shiver"},{"id":3114,"c":1,"u":"oreioth_pota","p":212,"s":52,"h":1,"n":"Oreioth"},{"id":3115,"c":1,"u":"padraich_pota","p":170,"s":52,"h":1,"n":"Padraich"},{"id":3116,"c":1,"u":"razerblast_pota","p":201,"s":52,"h":1,"n":"Razerblast"},{"id":3117,"c":1,"u":"renwick_pota","p":66,"s":52,"h":1,"n":"Renwick"},{"id":3118,"c":1,"u":"rhundorth_pota","p":140,"s":52,"h":1,"n":"Rhundorth"},{"id":3119,"c":1,"u":"sacred%20stone%20monk_pota","p":196,"s":52,"h":1,"n":"Sacred Stone Monk"},{"id":3120,"c":1,"u":"shoalar%20quanderil_pota","p":208,"s":52,"h":1,"n":"Shoalar Quanderil"},{"id":3121,"c":1,"u":"skyweaver_pota","p":191,"s":52,"h":1,"n":"Skyweaver"},{"id":3122,"c":1,"u":"stone%20warrior_pota","p":97,"s":52,"h":1,"n":"Stone Warrior"},{"id":3123,"c":1,"u":"stonemelder_pota","p":197,"s":52,"h":1,"n":"Stonemelder"},{"id":3124,"c":1,"u":"thurl%20merosska_pota","p":192,"s":52,"h":1,"n":"Thurl Merosska"},{"id":3125,"c":1,"u":"tornscale_pota","p":90,"s":52,"h":1,"n":"Tornscale"},{"id":3126,"c":1,"u":"vanifer_pota","p":203,"s":52,"h":1,"n":"Vanifer"},{"id":3127,"c":1,"u":"wiggan%20nettlebee_pota","p":212,"s":52,"h":1,"n":"Wiggan Nettlebee"},{"id":3128,"c":1,"u":"windharrow_pota","p":192,"s":52,"h":1,"n":"Windharrow"},{"id":3129,"c":1,"u":"yan-c-bin_pota","p":221,"s":52,"h":1,"n":"Yan-C-Bin"},{"id":3130,"c":1,"u":"young%20bulette_pota","p":139,"s":52,"h":1,"n":"Young Bulette"},{"id":3131,"c":1,"u":"young%20purple%20worm_pota","p":113,"s":52,"h":1,"n":"Young Purple Worm"},{"id":3132,"c":1,"u":"zegdar_pota","p":120,"s":52,"h":1,"n":"Zegdar"},{"id":3133,"c":1,"u":"amun%20sa_qftis","p":106,"s":53,"h":1,"n":"Amun Sa"},{"id":3134,"c":1,"u":"android_qftis","p":194,"s":53,"h":1,"n":"Android"},{"id":3135,"c":1,"u":"barkburr_qftis","p":195,"s":53,"h":1,"n":"Barkburr"},{"id":3136,"c":1,"u":"champion%20of%20gorm_qftis","p":203,"s":53,"h":1,"n":"Champion of Gorm"},{"id":3137,"c":1,"u":"champion%20of%20madarua_qftis","p":220,"s":53,"h":1,"n":"Champion of Madarua"},{"id":3138,"c":1,"u":"champion%20of%20usamigaras_qftis","p":206,"s":53,"h":1,"n":"Champion of Usamigaras"},{"id":3139,"c":1,"u":"cipolla_qftis","p":66,"s":53,"h":1,"n":"Cipolla"},{"id":3140,"c":1,"u":"combat%20robot_qftis","p":214,"s":53,"h":1,"n":"Combat Robot"},{"id":3141,"c":1,"u":"derro%20apprentice_qftis","p":196,"s":53,"h":1,"n":"Derro Apprentice"},{"id":3142,"c":1,"u":"derro%20raider_qftis","p":196,"s":53,"h":1,"n":"Derro Raider"},{"id":3143,"c":1,"u":"derwyth_qftis","p":52,"s":53,"h":1,"n":"Derwyth"},{"id":3144,"c":1,"u":"drelnza_qftis","p":197,"s":53,"h":1,"n":"Drelnza"},{"id":3145,"c":1,"u":"froghemoth%20elder_qftis","p":198,"s":53,"h":1,"n":"Froghemoth Elder"},{"id":3146,"c":1,"u":"gibberling_qftis","p":202,"s":53,"h":1,"n":"Gibberling"},{"id":3147,"c":1,"u":"grisdelfawr_qftis","p":70,"s":53,"h":1,"n":"Grisdelfawr"},{"id":3148,"c":1,"u":"guardian%20of%20gorm_qftis","p":203,"s":53,"h":1,"n":"Guardian of Gorm"},{"id":3149,"c":1,"u":"horrid%20plant_qftis","p":204,"s":53,"h":1,"n":"Horrid Plant"},{"id":3150,"c":1,"u":"iaseda_qftis","p":108,"s":53,"h":1,"n":"Iaseda"},{"id":3151,"c":1,"u":"isabela%20folcarae_qftis","p":79,"s":53,"h":1,"n":"Isabela Folcarae"},{"id":3152,"c":1,"u":"juliana_qftis","p":98,"s":53,"h":1,"n":"Juliana"},{"id":3153,"c":1,"u":"leprechaun_qftis","p":205,"s":53,"h":1,"n":"Leprechaun"},{"id":3154,"c":1,"u":"mage%20of%20usamigaras_qftis","p":206,"s":53,"h":1,"n":"Mage of Usamigaras"},{"id":3155,"c":1,"u":"maschin-i-bozorg_qftis","p":207,"s":53,"h":1,"n":"Maschin-i-Bozorg"},{"id":3156,"c":1,"u":"memory%20web_qftis","p":208,"s":53,"h":1,"n":"Memory Web"},{"id":3157,"c":1,"u":"nafas_qftis","p":210,"s":53,"h":1,"n":"Nafas"},{"id":3158,"c":1,"u":"nafik_qftis","p":212,"s":53,"h":1,"n":"Nafik"},{"id":3159,"c":1,"u":"orlando_qftis","p":98,"s":53,"h":1,"n":"Orlando"},{"id":3160,"c":1,"u":"pech_qftis","p":213,"s":53,"h":1,"n":"Pech"},{"id":3161,"c":1,"u":"piyarz_qftis","p":67,"s":53,"h":1,"n":"Piyarz"},{"id":3162,"c":1,"u":"porro_qftis","p":66,"s":53,"h":1,"n":"Porro"},{"id":3163,"c":1,"u":"queen%20zanobis_qftis","p":34,"s":53,"h":1,"n":"Queen Zanobis"},{"id":3164,"c":1,"u":"shalfey_qftis","p":68,"s":53,"h":1,"n":"Shalfey"},{"id":3165,"c":1,"u":"silverlily_qftis","p":92,"s":53,"h":1,"n":"Silverlily"},{"id":3166,"c":1,"u":"sion_qftis","p":216,"s":53,"h":1,"n":"Sion"},{"id":3167,"c":1,"u":"spirit%20of%20hunger_qftis","p":144,"s":53,"h":1,"n":"Spirit of Hunger"},{"id":3168,"c":1,"u":"stargleam_qftis","p":92,"s":53,"h":1,"n":"Stargleam"},{"id":3169,"c":1,"u":"swarm%20of%20gibberlings_qftis","p":202,"s":53,"h":1,"n":"Swarm of Gibberlings"},{"id":3170,"c":1,"u":"the%20gardener_qftis","p":200,"s":53,"h":1,"n":"The Gardener"},{"id":3171,"c":1,"u":"tower%20hand_qftis","p":217,"s":53,"h":1,"n":"Tower Hand"},{"id":3172,"c":1,"u":"tower%20sage_qftis","p":217,"s":53,"h":1,"n":"Tower Sage"},{"id":3173,"c":1,"u":"uma_qftis","p":120,"s":53,"h":1,"n":"Uma"},{"id":3174,"c":1,"u":"vegepygmy%20moldmaker_qftis","p":218,"s":53,"h":1,"n":"Vegepygmy Moldmaker"},{"id":3175,"c":1,"u":"vegepygmy%20scavenger_qftis","p":218,"s":53,"h":1,"n":"Vegepygmy Scavenger"},{"id":3176,"c":1,"u":"vegepygmy%20thorny%20hunter_qftis","p":219,"s":53,"h":1,"n":"Vegepygmy Thorny Hunter"},{"id":3177,"c":1,"u":"vuuthramis_qftis","p":88,"s":53,"h":1,"n":"Vuuthramis"},{"id":3178,"c":1,"u":"warrior%20of%20madarua_qftis","p":220,"s":53,"h":1,"n":"Warrior of Madarua"},{"id":3179,"c":1,"u":"wolf-in-sheep's-clothing_qftis","p":221,"s":53,"h":1,"n":"Wolf-in-Sheep's-Clothing"},{"id":3180,"c":1,"u":"worker%20robot_qftis","p":215,"s":53,"h":1,"n":"Worker Robot"},{"id":3181,"c":1,"u":"zargon%20the%20returner_qftis","p":223,"s":53,"h":1,"n":"Zargon the Returner"},{"id":3182,"c":1,"u":"billy%20beaver_rmbre","p":27,"s":54,"h":1,"dP":1,"n":"Billy Beaver"},{"id":3183,"c":1,"u":"buster%20the%20bear_rmbre","p":27,"s":54,"h":1,"dP":1,"n":"Buster the Bear"},{"id":3184,"c":1,"u":"large%20mimic_rmbre","p":24,"s":54,"h":1,"dP":1,"n":"Large Mimic"},{"id":3185,"c":1,"u":"layla%20the%20lizard_rmbre","p":28,"s":54,"h":1,"dP":1,"n":"Layla the Lizard"},{"id":3186,"c":1,"u":"lycanthropickle_rmbre","p":11,"s":54,"h":1,"dP":1,"n":"Lycanthropickle"},{"id":3187,"c":1,"u":"meeseeks_rmbre","p":16,"s":54,"h":1,"dP":1,"n":"Meeseeks"},{"id":3188,"c":1,"u":"piggy%20wiggle%20butt_rmbre","p":28,"s":54,"h":1,"dP":1,"n":"Piggy Wiggle Butt"},{"id":3189,"c":1,"u":"thomas%20t.%20toad_rmbre","p":28,"s":54,"h":1,"dP":1,"n":"Thomas T. Toad"},{"id":3190,"c":1,"u":"tommy%20two-butts_rmbre","p":18,"s":54,"h":1,"dP":1,"n":"Tommy Two-Butts"},{"id":3191,"c":1,"u":"animated%20tile%20chimera_rot","p":42,"s":55,"h":1,"n":"Animated Tile Chimera"},{"id":3192,"c":1,"u":"aquatic%20troll_rot","p":36,"s":55,"h":1,"n":"Aquatic Troll"},{"id":3193,"c":1,"u":"carnivorous%20flower_rot","p":67,"s":55,"h":1,"n":"Carnivorous Flower"},{"id":3194,"c":1,"u":"diderius_rot","p":40,"s":55,"h":1,"n":"Diderius"},{"id":3195,"c":1,"u":"dragonfang_rot","p":89,"s":55,"h":1,"n":"Dragonfang"},{"id":3196,"c":1,"u":"dragonsoul_rot","p":89,"s":55,"h":1,"n":"Dragonsoul"},{"id":3197,"c":1,"u":"galvan_rot","p":9,"s":55,"h":1,"n":"Galvan"},{"id":3198,"c":1,"u":"half-blue%20dragon%20gladiator_rot","p":55,"s":55,"h":1,"n":"Half-Blue Dragon Gladiator"},{"id":3199,"c":1,"u":"half-green%20dragon%20assassin_rot","p":56,"s":55,"h":1,"n":"Half-Green Dragon Assassin"},{"id":3200,"c":1,"u":"half-red%20dragon%20gladiator_rot","p":56,"s":55,"h":1,"n":"Half-Red Dragon Gladiator"},{"id":3201,"c":1,"u":"ice%20toad_rot","p":90,"s":55,"h":1,"n":"Ice Toad"},{"id":3202,"c":1,"u":"ice%20troll_rot","p":30,"s":55,"h":1,"n":"Ice Troll"},{"id":3203,"c":1,"u":"iskander_rot","p":62,"s":55,"h":1,"n":"Iskander"},{"id":3204,"c":1,"u":"maccath%20the%20crimson_rot","p":33,"s":55,"h":1,"n":"Maccath the Crimson"},{"id":3205,"c":1,"u":"marfulb_rot","p":35,"s":55,"h":1,"n":"Marfulb"},{"id":3206,"c":1,"u":"mend-nets_rot","p":32,"s":55,"h":1,"n":"Mend-nets"},{"id":3207,"c":1,"u":"naergoth%20bladelord_rot","p":90,"s":55,"h":1,"n":"Naergoth Bladelord"},{"id":3208,"c":1,"u":"neronvain_rot","p":91,"s":55,"h":1,"n":"Neronvain"},{"id":3209,"c":1,"u":"paper%20whirlwind_rot","p":72,"s":55,"h":1,"n":"Paper Whirlwind"},{"id":3210,"c":1,"u":"red%20wizard_rot","p":76,"s":55,"h":1,"n":"Red Wizard"},{"id":3211,"c":1,"u":"severin_rot","p":92,"s":55,"h":1,"n":"Severin"},{"id":3212,"c":1,"u":"sled%20dog_rot","p":27,"s":55,"h":1,"n":"Sled Dog"},{"id":3213,"c":1,"u":"snake%20horror_rot","p":46,"s":55,"h":1,"n":"Snake Horror"},{"id":3214,"c":1,"u":"tiamat_rot","p":92,"s":55,"h":1,"n":"Tiamat"},{"id":3215,"c":1,"u":"varram_rot","p":9,"s":55,"h":1,"n":"Varram"},{"id":3216,"c":1,"u":"archaic_scc","p":184,"s":56,"h":1,"n":"Archaic"},{"id":3217,"c":1,"u":"art%20elemental%20mascot_scc","p":185,"s":56,"h":1,"n":"Art Elemental Mascot"},{"id":3218,"c":1,"u":"beledros%20witherbloom_scc","p":186,"s":56,"h":1,"n":"Beledros Witherbloom"},{"id":3219,"c":1,"u":"brackish%20trudge_scc","p":187,"s":56,"h":1,"n":"Brackish Trudge"},{"id":3220,"c":1,"u":"cogwork%20archivist_scc","p":188,"s":56,"h":1,"n":"Cogwork Archivist"},{"id":3221,"c":1,"u":"daemogoth_scc","p":189,"s":56,"h":1,"n":"Daemogoth"},{"id":3222,"c":1,"u":"daemogoth%20titan_scc","p":190,"s":56,"h":1,"n":"Daemogoth Titan"},{"id":3223,"c":1,"u":"first-year%20student_scc","p":191,"s":56,"h":1,"n":"First-Year Student"},{"id":3224,"c":1,"u":"fractal%20mascot_scc","p":192,"s":56,"h":1,"n":"Fractal Mascot"},{"id":3225,"c":1,"u":"galazeth%20prismari_scc","p":193,"s":56,"h":1,"n":"Galazeth Prismari"},{"id":3226,"c":1,"u":"groff_scc","p":194,"s":56,"h":1,"n":"Groff"},{"id":3227,"c":1,"u":"inkling%20mascot_scc","p":195,"s":56,"h":1,"n":"Inkling Mascot"},{"id":3228,"c":1,"u":"lorehold%20apprentice_scc","p":197,"s":56,"h":1,"n":"Lorehold Apprentice"},{"id":3229,"c":1,"u":"lorehold%20pledgemage_scc","p":197,"s":56,"h":1,"n":"Lorehold Pledgemage"},{"id":3230,"c":1,"u":"lorehold%20professor%20of%20chaos_scc","p":198,"s":56,"h":1,"n":"Lorehold Professor of Chaos"},{"id":3231,"c":1,"u":"lorehold%20professor%20of%20order_scc","p":198,"s":56,"h":1,"n":"Lorehold Professor of Order"},{"id":3232,"c":1,"u":"mage%20hunter_scc","p":199,"s":56,"h":1,"n":"Mage Hunter"},{"id":3233,"c":1,"u":"murgaxor_scc","p":180,"s":56,"h":1,"n":"Murgaxor"},{"id":3234,"c":1,"u":"oracle%20of%20strixhaven_scc","p":200,"s":56,"h":1,"n":"Oracle of Strixhaven"},{"id":3235,"c":1,"u":"oriq%20blood%20mage_scc","p":201,"s":56,"h":1,"n":"Oriq Blood Mage"},{"id":3236,"c":1,"u":"oriq%20recruiter_scc","p":202,"s":56,"h":1,"n":"Oriq Recruiter"},{"id":3237,"c":1,"u":"pest%20mascot_scc","p":203,"s":56,"h":1,"n":"Pest Mascot"},{"id":3238,"c":1,"u":"prismari%20apprentice_scc","p":205,"s":56,"h":1,"n":"Prismari Apprentice"},{"id":3239,"c":1,"u":"prismari%20pledgemage_scc","p":205,"s":56,"h":1,"n":"Prismari Pledgemage"},{"id":3240,"c":1,"u":"prismari%20professor%20of%20expression_scc","p":206,"s":56,"h":1,"n":"Prismari Professor of Expression"},{"id":3241,"c":1,"u":"prismari%20professor%20of%20perfection_scc","p":206,"s":56,"h":1,"n":"Prismari Professor of Perfection"},{"id":3242,"c":1,"u":"quandrix%20apprentice_scc","p":208,"s":56,"h":1,"n":"Quandrix Apprentice"},{"id":3243,"c":1,"u":"quandrix%20pledgemage_scc","p":208,"s":56,"h":1,"n":"Quandrix Pledgemage"},{"id":3244,"c":1,"u":"quandrix%20professor%20of%20substance_scc","p":209,"s":56,"h":1,"n":"Quandrix Professor of Substance"},{"id":3245,"c":1,"u":"quandrix%20professor%20of%20theory_scc","p":209,"s":56,"h":1,"n":"Quandrix Professor of Theory"},{"id":3246,"c":1,"u":"relic%20sloth_scc","p":210,"s":56,"h":1,"n":"Relic Sloth"},{"id":3247,"c":1,"u":"ruin%20grinder_scc","p":211,"s":56,"h":1,"n":"Ruin Grinder"},{"id":3248,"c":1,"u":"scufflecup%20teacup_scc","p":159,"s":56,"h":1,"n":"Scufflecup Teacup"},{"id":3249,"c":1,"u":"shadrix%20silverquill_scc","p":212,"s":56,"h":1,"n":"Shadrix Silverquill"},{"id":3250,"c":1,"u":"silverquill%20apprentice_scc","p":214,"s":56,"h":1,"n":"Silverquill Apprentice"},{"id":3251,"c":1,"u":"silverquill%20pledgemage_scc","p":214,"s":56,"h":1,"n":"Silverquill Pledgemage"},{"id":3252,"c":1,"u":"silverquill%20professor%20of%20radiance_scc","p":215,"s":56,"h":1,"n":"Silverquill Professor of Radiance"},{"id":3253,"c":1,"u":"silverquill%20professor%20of%20shadow_scc","p":215,"s":56,"h":1,"n":"Silverquill Professor of Shadow"},{"id":3254,"c":1,"u":"spirit%20statue%20mascot_scc","p":216,"s":56,"h":1,"n":"Spirit Statue Mascot"},{"id":3255,"c":1,"u":"strixhaven%20campus%20guide_scc","p":217,"s":56,"h":1,"n":"Strixhaven Campus Guide"},{"id":3256,"c":1,"u":"tanazir%20quandrix_scc","p":218,"s":56,"h":1,"n":"Tanazir Quandrix"},{"id":3257,"c":1,"u":"velomachus%20lorehold_scc","p":219,"s":56,"h":1,"n":"Velomachus Lorehold"},{"id":3258,"c":1,"u":"witherbloom%20apprentice_scc","p":221,"s":56,"h":1,"n":"Witherbloom Apprentice"},{"id":3259,"c":1,"u":"witherbloom%20pledgemage_scc","p":222,"s":56,"h":1,"n":"Witherbloom Pledgemage"},{"id":3260,"c":1,"u":"witherbloom%20professor%20of%20decay_scc","p":223,"s":56,"h":1,"n":"Witherbloom Professor of Decay"},{"id":3261,"c":1,"u":"witherbloom%20professor%20of%20growth_scc","p":223,"s":56,"h":1,"n":"Witherbloom Professor of Growth"},{"id":3262,"c":1,"u":"y'demi_scc","p":172,"s":56,"h":1,"n":"Y'demi"},{"id":3263,"c":1,"u":"expert_sdw","s":57,"h":1,"n":"Expert"},{"id":3264,"c":1,"u":"giant%20shark%20skeleton_sdw","s":57,"h":1,"n":"Giant Shark Skeleton"},{"id":3265,"c":1,"u":"lhammaruntosz_sdw","s":57,"h":1,"n":"Lhammaruntosz"},{"id":3266,"c":1,"u":"spellcaster%20(healer)_sdw","s":57,"h":1,"n":"Spellcaster (Healer)"},{"id":3267,"c":1,"u":"spellcaster%20(mage)_sdw","s":57,"h":1,"n":"Spellcaster (Mage)"},{"id":3268,"c":1,"u":"warrior_sdw","s":57,"h":1,"n":"Warrior"},{"id":3269,"c":1,"u":"aarakocra%20simulacrum_skt","p":188,"s":58,"h":1,"n":"Aarakocra Simulacrum"},{"id":3270,"c":1,"u":"alastrah_skt","p":197,"s":58,"h":1,"n":"Alastrah"},{"id":3271,"c":1,"u":"augrek%20brighthelm_skt","p":247,"s":58,"h":1,"n":"Augrek Brighthelm"},{"id":3272,"c":1,"u":"axe%20of%20mirabar%20soldier_skt","p":98,"s":58,"h":1,"n":"Axe of Mirabar Soldier"},{"id":3273,"c":1,"u":"beldora_skt","p":249,"s":58,"h":1,"n":"Beldora"},{"id":3274,"c":1,"u":"braxow_skt","p":207,"s":58,"h":1,"n":"Braxow"},{"id":3275,"c":1,"u":"chief%20guh_skt","p":140,"s":58,"h":1,"n":"Chief Guh"},{"id":3276,"c":1,"u":"chief%20kartha-kaya_skt","p":173,"s":58,"h":1,"n":"Chief Kartha-Kaya"},{"id":3277,"c":1,"u":"cinderhild_skt","p":182,"s":58,"h":1,"n":"Cinderhild"},{"id":3278,"c":1,"u":"claugiyliamatar_skt","p":96,"s":58,"h":1,"n":"Claugiyliamatar"},{"id":3279,"c":1,"u":"clockwork%20mule_skt","p":162,"s":58,"h":1,"n":"Clockwork Mule"},{"id":3280,"c":1,"u":"cog_skt","p":209,"s":58,"h":1,"n":"Cog"},{"id":3281,"c":1,"u":"count%20thullen_skt","p":198,"s":58,"h":1,"n":"Count Thullen"},{"id":3282,"c":1,"u":"countess%20sansuri_skt","p":192,"s":58,"h":1,"n":"Countess Sansuri"},{"id":3283,"c":1,"u":"crag%20cat_skt","p":240,"s":58,"h":1,"n":"Crag Cat"},{"id":3284,"c":1,"u":"cressaro_skt","p":193,"s":58,"h":1,"n":"Cressaro"},{"id":3285,"c":1,"u":"cryovain_skt","p":165,"s":58,"h":1,"n":"Cryovain"},{"id":3286,"c":1,"u":"darathra%20shendrel_skt","p":253,"s":58,"h":1,"n":"Darathra Shendrel"},{"id":3287,"c":1,"u":"darz%20helgar_skt","p":253,"s":58,"h":1,"n":"Darz Helgar"},{"id":3288,"c":1,"u":"deadstone%20cleft%20stone%20giant_skt","p":146,"s":58,"h":1,"n":"Deadstone Cleft Stone Giant"},{"id":3289,"c":1,"u":"duchess%20brimskarda_skt","p":185,"s":58,"h":1,"n":"Duchess Brimskarda"},{"id":3290,"c":1,"u":"duke%20zalto_skt","p":184,"s":58,"h":1,"n":"Duke Zalto"},{"id":3291,"c":1,"u":"duvessa%20shane_skt","p":248,"s":58,"h":1,"n":"Duvessa Shane"},{"id":3292,"c":1,"u":"eigeron's%20ghost_skt","p":129,"s":58,"h":1,"n":"Eigeron's Ghost"},{"id":3293,"c":1,"u":"elister_skt","p":154,"s":58,"h":1,"n":"Elister"},{"id":3294,"c":1,"u":"felbarren%20dwarf_skt","p":79,"s":58,"h":1,"n":"Felbarren Dwarf"},{"id":3295,"c":1,"u":"felgolos_skt","p":192,"s":58,"h":1,"n":"Felgolos"},{"id":3296,"c":1,"u":"ghelryn%20foehammer_skt","p":255,"s":58,"h":1,"n":"Ghelryn Foehammer"},{"id":3297,"c":1,"u":"giant%20raven_skt","p":66,"s":58,"h":1,"n":"Giant Raven"},{"id":3298,"c":1,"u":"great%20chief%20halric%20bonesnapper_skt","p":89,"s":58,"h":1,"n":"Great Chief Halric Bonesnapper"},{"id":3299,"c":1,"u":"harshnag_skt","p":120,"s":58,"h":1,"n":"Harshnag"},{"id":3300,"c":1,"u":"hellenhild_skt","p":207,"s":58,"h":1,"n":"Hellenhild"},{"id":3301,"c":1,"u":"huge%20stone%20golem_skt","p":153,"s":58,"h":1,"n":"Huge Stone Golem"},{"id":3302,"c":1,"u":"hulking%20crab_skt","p":240,"s":58,"h":1,"n":"Hulking Crab"},{"id":3303,"c":1,"u":"hydia%20moonmusk_skt","p":148,"s":58,"h":1,"n":"Hydia Moonmusk"},{"id":3304,"c":1,"u":"ice%20spider_skt","p":127,"s":58,"h":1,"n":"Ice Spider"},{"id":3305,"c":1,"u":"ice%20spider%20queen_skt","p":128,"s":58,"h":1,"n":"Ice Spider Queen"},{"id":3306,"c":1,"u":"imperator%20uthor_skt","p":209,"s":58,"h":1,"n":"Imperator Uthor"},{"id":3307,"c":1,"u":"isendraug_skt","p":164,"s":58,"h":1,"n":"Isendraug"},{"id":3308,"c":1,"u":"iymrith_skt","p":241,"s":58,"h":1,"n":"Iymrith"},{"id":3309,"c":1,"u":"jarl%20storvald_skt","p":165,"s":58,"h":1,"n":"Jarl Storvald"},{"id":3310,"c":1,"u":"jasper%20dimmerchasm_skt","p":184,"s":58,"h":1,"n":"Jasper Dimmerchasm"},{"id":3311,"c":1,"u":"kaaltar_skt","p":197,"s":58,"h":1,"n":"Kaaltar"},{"id":3312,"c":1,"u":"kella%20darkhope_skt","p":25,"s":58,"h":1,"n":"Kella Darkhope"},{"id":3313,"c":1,"u":"khaspere%20drylund_skt","p":216,"s":58,"h":1,"n":"Khaspere Drylund"},{"id":3314,"c":1,"u":"king%20hekaton_skt","p":222,"s":58,"h":1,"n":"King Hekaton"},{"id":3315,"c":1,"u":"klauth_skt","p":95,"s":58,"h":1,"n":"Klauth"},{"id":3316,"c":1,"u":"knight%20of%20the%20mithral%20shield_skt","p":79,"s":58,"h":1,"n":"Knight of the Mithral Shield"},{"id":3317,"c":1,"u":"lifferlas_skt","p":250,"s":58,"h":1,"n":"Lifferlas"},{"id":3318,"c":1,"u":"maegera%20the%20dawn%20titan_skt","p":241,"s":58,"h":1,"n":"Maegera the Dawn Titan"},{"id":3319,"c":1,"u":"markham%20southwell_skt","p":248,"s":58,"h":1,"n":"Markham Southwell"},{"id":3320,"c":1,"u":"miros%20xelbrin_skt","p":251,"s":58,"h":1,"n":"Miros Xelbrin"},{"id":3321,"c":1,"u":"mirran_skt","p":207,"s":58,"h":1,"n":"Mirran"},{"id":3322,"c":1,"u":"morak%20ur'gray_skt","p":31,"s":58,"h":1,"n":"Morak Ur'gray"},{"id":3323,"c":1,"u":"narbeck%20horn_skt","p":114,"s":58,"h":1,"n":"Narbeck Horn"},{"id":3324,"c":1,"u":"narth%20tezrin_skt","p":254,"s":58,"h":1,"n":"Narth Tezrin"},{"id":3325,"c":1,"u":"naxene%20drathkala_skt","p":252,"s":58,"h":1,"n":"Naxene Drathkala"},{"id":3326,"c":1,"u":"nimir_skt","p":256,"s":58,"h":1,"n":"Nimir"},{"id":3327,"c":1,"u":"noori_skt","p":127,"s":58,"h":1,"n":"Noori"},{"id":3328,"c":1,"u":"nym_skt","p":207,"s":58,"h":1,"n":"Nym"},{"id":3329,"c":1,"u":"ogre%20goblin%20hucker_skt","p":50,"s":58,"h":1,"n":"Ogre Goblin Hucker"},{"id":3330,"c":1,"u":"oren%20yogilvy_skt","p":252,"s":58,"h":1,"n":"Oren Yogilvy"},{"id":3331,"c":1,"u":"orlekto_skt","p":256,"s":58,"h":1,"n":"Orlekto"},{"id":3332,"c":1,"u":"orok_skt","p":115,"s":58,"h":1,"n":"Orok"},{"id":3333,"c":1,"u":"othovir_skt","p":255,"s":58,"h":1,"n":"Othovir"},{"id":3334,"c":1,"u":"pig_skt","p":143,"s":58,"h":1,"n":"Pig"},{"id":3335,"c":1,"u":"pow%20ming_skt","p":216,"s":58,"h":1,"n":"Pow Ming"},{"id":3336,"c":1,"u":"princess%20serissa_skt","p":209,"s":58,"h":1,"n":"Princess Serissa"},{"id":3337,"c":1,"u":"purple%20wormling_skt","p":242,"s":58,"h":1,"n":"Purple Wormling"},{"id":3338,"c":1,"u":"rool_skt","p":221,"s":58,"h":1,"n":"Rool"},{"id":3339,"c":1,"u":"sea%20elf_skt","p":70,"s":58,"h":1,"n":"Sea Elf"},{"id":3340,"c":1,"u":"shaldoor_skt","p":256,"s":58,"h":1,"n":"Shaldoor"},{"id":3341,"c":1,"u":"shalvus%20martholio_skt","p":250,"s":58,"h":1,"n":"Shalvus Martholio"},{"id":3342,"c":1,"u":"sharda_skt","p":103,"s":58,"h":1,"n":"Sharda"},{"id":3343,"c":1,"u":"sheep_skt","p":142,"s":58,"h":1,"n":"Sheep"},{"id":3344,"c":1,"u":"shield%20dwarf%20guard_skt","p":78,"s":58,"h":1,"n":"Shield Dwarf Guard"},{"id":3345,"c":1,"u":"shield%20dwarf%20noble_skt","p":78,"s":58,"h":1,"n":"Shield Dwarf Noble"},{"id":3346,"c":1,"u":"sir%20baric%20nylef_skt","p":249,"s":58,"h":1,"n":"Sir Baric Nylef"},{"id":3347,"c":1,"u":"sirac%20of%20suzail_skt","p":247,"s":58,"h":1,"n":"Sirac of Suzail"},{"id":3348,"c":1,"u":"slarkrethel_skt","p":224,"s":58,"h":1,"n":"Slarkrethel"},{"id":3349,"c":1,"u":"stone%20giant%20statue_skt","p":127,"s":58,"h":1,"n":"Stone Giant Statue"},{"id":3350,"c":1,"u":"tartha_skt","p":207,"s":58,"h":1,"n":"Tartha"},{"id":3351,"c":1,"u":"tau_skt","p":103,"s":58,"h":1,"n":"Tau"},{"id":3352,"c":1,"u":"thane%20kayalithica_skt","p":153,"s":58,"h":1,"n":"Thane Kayalithica"},{"id":3353,"c":1,"u":"the%20weevil_skt","p":114,"s":58,"h":1,"n":"The Weevil"},{"id":3354,"c":1,"u":"tholtz%20daggerdark_skt","p":221,"s":58,"h":1,"n":"Tholtz Daggerdark"},{"id":3355,"c":1,"u":"thunderbeast%20skeleton_skt","p":99,"s":58,"h":1,"n":"Thunderbeast Skeleton"},{"id":3356,"c":1,"u":"tressym_skt","p":242,"s":58,"h":1,"n":"Tressym"},{"id":3357,"c":1,"u":"tug_skt","p":209,"s":58,"h":1,"n":"Tug"},{"id":3358,"c":1,"u":"turlang_skt","p":107,"s":58,"h":1,"n":"Turlang"},{"id":3359,"c":1,"u":"urgala%20meltimer_skt","p":254,"s":58,"h":1,"n":"Urgala Meltimer"},{"id":3360,"c":1,"u":"uthgardt%20barbarian%20leader_skt","p":86,"s":58,"h":1,"n":"Uthgardt Barbarian Leader"},{"id":3361,"c":1,"u":"uthgardt%20shaman_skt","p":243,"s":58,"h":1,"n":"Uthgardt Shaman"},{"id":3362,"c":1,"u":"vaal_skt","p":207,"s":58,"h":1,"n":"Vaal"},{"id":3363,"c":1,"u":"vaasha_skt","p":256,"s":58,"h":1,"n":"Vaasha"},{"id":3364,"c":1,"u":"wiri%20fleagol_skt","p":176,"s":58,"h":1,"n":"Wiri Fleagol"},{"id":3365,"c":1,"u":"wood%20elf_skt","p":28,"s":58,"h":1,"n":"Wood Elf"},{"id":3366,"c":1,"u":"xolkin%20alassandar_skt","p":27,"s":58,"h":1,"n":"Xolkin Alassandar"},{"id":3367,"c":1,"u":"yak_skt","p":172,"s":58,"h":1,"n":"Yak"},{"id":3368,"c":1,"u":"yakfolk%20priest_skt","p":245,"s":58,"h":1,"n":"Yakfolk Priest"},{"id":3369,"c":1,"u":"yakfolk%20warrior_skt","p":244,"s":58,"h":1,"n":"Yakfolk Warrior"},{"id":3370,"c":1,"u":"young%20cloud%20giant_skt","p":112,"s":58,"h":1,"n":"Young Cloud Giant"},{"id":3371,"c":1,"u":"zaltember_skt","p":180,"s":58,"h":1,"n":"Zaltember"},{"id":3372,"c":1,"u":"zephyros_skt","p":33,"s":58,"h":1,"n":"Zephyros"},{"id":3373,"c":1,"u":"zi%20liang_skt","p":251,"s":58,"h":1,"n":"Zi Liang"},{"id":3374,"c":1,"u":"expert_slw","s":59,"h":1,"n":"Expert"},{"id":3375,"c":1,"u":"skull%20flier_slw","s":59,"h":1,"n":"Skull Flier"},{"id":3376,"c":1,"u":"spellcaster%20(healer)_slw","s":59,"h":1,"n":"Spellcaster (Healer)"},{"id":3377,"c":1,"u":"spellcaster%20(mage)_slw","s":59,"h":1,"n":"Spellcaster (Mage)"},{"id":3378,"c":1,"u":"statue%20of%20talos_slw","s":59,"h":1,"n":"Statue of Talos"},{"id":3379,"c":1,"u":"tooth-n-claw_slw","s":59,"h":1,"n":"Tooth-N-Claw"},{"id":3380,"c":1,"u":"warrior_slw","s":59,"h":1,"n":"Warrior"},{"id":3381,"c":1,"u":"adranach_tdcsr","p":224,"s":60,"h":1,"dP":1,"n":"Adranach"},{"id":3382,"c":1,"u":"ashari%20firetamer_tdcsr","p":226,"s":60,"h":1,"dP":1,"n":"Ashari Firetamer"},{"id":3383,"c":1,"u":"ashari%20skydancer_tdcsr","p":227,"s":60,"h":1,"dP":1,"n":"Ashari Skydancer"},{"id":3384,"c":1,"u":"ashari%20stoneguard_tdcsr","p":229,"s":60,"h":1,"dP":1,"n":"Ashari Stoneguard"},{"id":3385,"c":1,"u":"ashari%20waverider_tdcsr","p":230,"s":60,"h":1,"dP":1,"n":"Ashari Waverider"},{"id":3386,"c":1,"u":"black%20king_tdcsr","p":92,"s":60,"h":1,"dP":1,"n":"Black King"},{"id":3387,"c":1,"u":"blighted%20sapling_tdcsr","p":172,"s":60,"h":1,"dP":1,"n":"Blighted Sapling"},{"id":3388,"c":1,"u":"centaur%20skeleton_tdcsr","p":256,"s":60,"h":1,"dP":1,"n":"Centaur Skeleton"},{"id":3389,"c":1,"u":"champion%20of%20ravens_tdcsr","p":275,"s":60,"h":1,"dP":1,"n":"Champion of Ravens"},{"id":3390,"c":1,"u":"champion%20of%20ravens_tdcsr","p":275,"s":60,"h":1,"dP":1,"n":"Vax'ildan"},{"id":3391,"c":1,"u":"cinderslag%20elemental_tdcsr","p":231,"s":60,"h":1,"dP":1,"n":"Cinderslag Elemental"},{"id":3392,"c":1,"u":"clasp%20cutthroat_tdcsr","p":232,"s":60,"h":1,"dP":1,"n":"Clasp Cutthroat"},{"id":3393,"c":1,"u":"clasp%20enforcer_tdcsr","p":233,"s":60,"h":1,"dP":1,"n":"Clasp Enforcer"},{"id":3394,"c":1,"u":"cobalt%20golem_tdcsr","p":240,"s":60,"h":1,"dP":1,"n":"Cobalt Golem"},{"id":3395,"c":1,"u":"cold%20snap%20spirit_tdcsr","p":234,"s":60,"h":1,"dP":1,"n":"Cold Snap Spirit"},{"id":3396,"c":1,"u":"cyclops%20stormcaller_tdcsr","p":235,"s":60,"h":1,"dP":1,"n":"Cyclops Stormcaller"},{"id":3397,"c":1,"u":"demonfeed%20spider_tdcsr","p":237,"s":60,"h":1,"dP":1,"n":"Demonfeed Spider"},{"id":3398,"c":1,"u":"demonfeed%20spiderling_tdcsr","p":237,"s":60,"h":1,"dP":1,"n":"Demonfeed Spiderling"},{"id":3399,"c":1,"u":"diseased%20grick_tdcsr","p":122,"s":60,"h":1,"dP":1,"n":"Diseased Grick"},{"id":3400,"c":1,"u":"doty%20x_tdcsr","p":272,"s":60,"h":1,"dP":1,"n":"Doty X"},{"id":3401,"c":1,"u":"drynna%20hydra_tdcsr","p":66,"s":60,"h":1,"dP":1,"n":"Drynna Hydra"},{"id":3402,"c":1,"u":"ember%20roc_tdcsr","p":238,"s":60,"h":1,"dP":1,"n":"Ember Roc"},{"id":3403,"c":1,"u":"flaming%20skeleton_tdcsr","p":256,"s":60,"h":1,"dP":1,"n":"Flaming Skeleton"},{"id":3404,"c":1,"u":"forge%20guardian_tdcsr","p":241,"s":60,"h":1,"dP":1,"n":"Forge Guardian"},{"id":3405,"c":1,"u":"goat-knight%20steed_tdcsr","p":246,"s":60,"h":1,"dP":1,"n":"Goat-Knight Steed"},{"id":3406,"c":1,"u":"grog%20strongjaw_tdcsr","p":261,"s":60,"h":1,"dP":1,"n":"Grog Strongjaw"},{"id":3407,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":60,"h":1,"dP":1,"n":"Jourrael, the Caedogeist"},{"id":3408,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":60,"h":1,"dP":1,"n":"The Inevitable End"},{"id":3409,"c":1,"u":"jourrael%2c%20the%20caedogeist_tdcsr","p":245,"s":60,"h":1,"dP":1,"n":"Caedogeist"},{"id":3410,"c":1,"u":"keyleth%2c%20voice%20of%20the%20tempest_tdcsr","p":263,"s":60,"h":1,"dP":1,"n":"Keyleth, Voice of the Tempest"},{"id":3411,"c":1,"u":"kraghammer%20goat-knight_tdcsr","p":246,"s":60,"h":1,"dP":1,"n":"Kraghammer Goat-Knight"},{"id":3412,"c":1,"u":"mage%20hunter%20golem_tdcsr","p":242,"s":60,"h":1,"dP":1,"n":"Mage Hunter Golem"},{"id":3413,"c":1,"u":"magma%20landshark_tdcsr","p":247,"s":60,"h":1,"dP":1,"n":"Magma Landshark"},{"id":3414,"c":1,"u":"master%20adranach_tdcsr","p":245,"s":60,"h":1,"dP":1,"n":"Master Adranach"},{"id":3415,"c":1,"u":"percival%20de%20rolo_tdcsr","p":266,"s":60,"h":1,"dP":1,"n":"Percival de Rolo"},{"id":3416,"c":1,"u":"percival%20de%20rolo_tdcsr","p":266,"s":60,"h":1,"dP":1,"n":"Lord Percival Fredrickstein von Musel Klossowski de Rolo III"},{"id":3417,"c":1,"u":"pike%20trickfoot_tdcsr","p":269,"s":60,"h":1,"dP":1,"n":"Pike Trickfoot"},{"id":3418,"c":1,"u":"pike%20trickfoot_tdcsr","p":269,"s":60,"h":1,"dP":1,"n":"Champion of Sarenrae"},{"id":3419,"c":1,"u":"plainscow_tdcsr","p":248,"s":60,"h":1,"dP":1,"n":"Plainscow"},{"id":3420,"c":1,"u":"platinum%20golem_tdcsr","p":243,"s":60,"h":1,"dP":1,"n":"Platinum Golem"},{"id":3421,"c":1,"u":"ravager%20slaughter%20lord_tdcsr","p":250,"s":60,"h":1,"dP":1,"n":"Ravager Slaughter Lord"},{"id":3422,"c":1,"u":"ravager%20stabby-stabber_tdcsr","p":250,"s":60,"h":1,"dP":1,"n":"Ravager Stabby-Stabber"},{"id":3423,"c":1,"u":"remnant%20chosen_tdcsr","p":251,"s":60,"h":1,"dP":1,"n":"Remnant Chosen"},{"id":3424,"c":1,"u":"remnant%20cultist_tdcsr","p":252,"s":60,"h":1,"dP":1,"n":"Remnant Cultist"},{"id":3425,"c":1,"u":"rivermaw%20brawler_tdcsr","p":254,"s":60,"h":1,"dP":1,"n":"Rivermaw Brawler"},{"id":3426,"c":1,"u":"rivermaw%20stormborn_tdcsr","p":254,"s":60,"h":1,"dP":1,"n":"Rivermaw Stormborn"},{"id":3427,"c":1,"u":"sagacitous%20erusaire_tdcsr","p":122,"s":60,"h":1,"dP":1,"n":"Sagacitous Erusaire"},{"id":3428,"c":1,"u":"scanlan%20shorthalt_tdcsr","p":271,"s":60,"h":1,"dP":1,"n":"Scanlan Shorthalt"},{"id":3429,"c":1,"u":"taryon%20darrington_tdcsr","p":273,"s":60,"h":1,"dP":1,"n":"Taryon Darrington"},{"id":3430,"c":1,"u":"trinket_tdcsr","p":266,"s":60,"h":1,"dP":1,"n":"Trinket"},{"id":3431,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"n":"Vex'ahlia"},{"id":3432,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"n":"Baroness of the First House of Whitestone"},{"id":3433,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"n":"Grand Mistress of the Grey Hunt"},{"id":3434,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"n":"Champion of Pelor"},{"id":3435,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"n":"Coinmistress of the Tal'Dorei Council"},{"id":3436,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"n":"Stubby"},{"id":3437,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"n":"Vex'ahlia Vessar"},{"id":3438,"c":1,"u":"vex'ahlia_tdcsr","p":267,"s":60,"h":1,"dP":1,"n":"Vex'ahlia de Rolo"},{"id":3439,"c":1,"u":"vos'skyriss%20serpentfolk_tdcsr","p":258,"s":60,"h":1,"dP":1,"n":"Vos'skyriss Serpentfolk"},{"id":3440,"c":1,"u":"vos'skyriss%20serpentfolk%20ghost_tdcsr","p":258,"s":60,"h":1,"dP":1,"n":"Vos'skyriss Serpentfolk Ghost"},{"id":3441,"c":1,"u":"wraithroot%20tree_tdcsr","p":259,"s":60,"h":1,"dP":1,"n":"Wraithroot Tree"},{"id":3442,"c":1,"u":"young%20magma%20landshark_tdcsr","p":248,"s":60,"h":1,"dP":1,"n":"Young Magma Landshark"},{"id":3443,"c":1,"u":"amphisbaena_tftyp","p":84,"s":61,"h":1,"n":"Amphisbaena"},{"id":3444,"c":1,"u":"animated%20table_tftyp","p":230,"s":61,"h":1,"n":"Animated Table"},{"id":3445,"c":1,"u":"ashdra_tftyp","p":158,"s":61,"h":1,"n":"Ashdra"},{"id":3446,"c":1,"u":"bandagh_tftyp","p":159,"s":61,"h":1,"n":"Bandagh"},{"id":3447,"c":1,"u":"belak%20the%20outcast_tftyp","p":9,"s":61,"h":1,"n":"Belak the Outcast"},{"id":3448,"c":1,"u":"bugbear%20gardener_tftyp","p":29,"s":61,"h":1,"n":"Bugbear Gardener"},{"id":3449,"c":1,"u":"bugbear%20lieutenant_tftyp","p":173,"s":61,"h":1,"n":"Bugbear Lieutenant"},{"id":3450,"c":1,"u":"calcryx_tftyp","p":23,"s":61,"h":1,"n":"Calcryx"},{"id":3451,"c":1,"u":"centaur%20mummy_tftyp","p":231,"s":61,"h":1,"n":"Centaur Mummy"},{"id":3452,"c":1,"u":"chief%20nosnra_tftyp","p":170,"s":61,"h":1,"n":"Chief Nosnra"},{"id":3453,"c":1,"u":"cloud%20giant%20noble_tftyp","p":206,"s":61,"h":1,"n":"Cloud Giant Noble"},{"id":3454,"c":1,"u":"curran%20corvalin_tftyp","p":158,"s":61,"h":1,"n":"Curran Corvalin"},{"id":3455,"c":1,"u":"dragonpriest_tftyp","p":16,"s":61,"h":1,"n":"Dragonpriest"},{"id":3456,"c":1,"u":"dread%20warrior_tftyp","p":233,"s":61,"h":1,"n":"Dread Warrior"},{"id":3457,"c":1,"u":"drevin_tftyp","p":126,"s":61,"h":1,"n":"Drevin"},{"id":3458,"c":1,"u":"drow%20commander_tftyp","p":209,"s":61,"h":1,"n":"Drow Commander"},{"id":3459,"c":1,"u":"duergar%20spy_tftyp","p":234,"s":61,"h":1,"n":"Duergar Spy"},{"id":3460,"c":1,"u":"durnn_tftyp","p":25,"s":61,"h":1,"n":"Durnn"},{"id":3461,"c":1,"u":"eira_tftyp","p":159,"s":61,"h":1,"n":"Eira"},{"id":3462,"c":1,"u":"elder%20black%20pudding_tftyp","p":143,"s":61,"h":1,"n":"Elder Black Pudding"},{"id":3463,"c":1,"u":"elder%20giant%20lizard_tftyp","p":176,"s":61,"h":1,"n":"Elder Giant Lizard"},{"id":3464,"c":1,"u":"erky%20timbers_tftyp","p":22,"s":61,"h":1,"n":"Erky Timbers"},{"id":3465,"c":1,"u":"estia_tftyp","p":189,"s":61,"h":1,"n":"Estia"},{"id":3466,"c":1,"u":"fire%20giant%20royal%20headsman_tftyp","p":201,"s":61,"h":1,"n":"Fire Giant Royal Headsman"},{"id":3467,"c":1,"u":"fire%20giant%20servant_tftyp","p":171,"s":61,"h":1,"n":"Fire Giant Servant"},{"id":3468,"c":1,"u":"flying%20shield_tftyp","p":224,"s":61,"h":1,"n":"Flying Shield"},{"id":3469,"c":1,"u":"four-armed%20gargoyle_tftyp","p":129,"s":61,"h":1,"n":"Four-Armed Gargoyle"},{"id":3470,"c":1,"u":"frost%20giant%20servant_tftyp","p":187,"s":61,"h":1,"n":"Frost Giant Servant"},{"id":3471,"c":1,"u":"gargantuan%20rug%20of%20smothering_tftyp","p":56,"s":61,"h":1,"n":"Gargantuan Rug of Smothering"},{"id":3472,"c":1,"u":"giant%20crayfish_tftyp","p":235,"s":61,"h":1,"n":"Giant Crayfish"},{"id":3473,"c":1,"u":"giant%20ice%20toad_tftyp","p":235,"s":61,"h":1,"n":"Giant Ice Toad"},{"id":3474,"c":1,"u":"giant%20lightning%20eel_tftyp","p":236,"s":61,"h":1,"n":"Giant Lightning Eel"},{"id":3475,"c":1,"u":"giant%20skeleton_tftyp","p":236,"s":61,"h":1,"n":"Giant Skeleton"},{"id":3476,"c":1,"u":"giant%20subterranean%20lizard_tftyp","p":236,"s":61,"h":1,"n":"Giant Subterranean Lizard"},{"id":3477,"c":1,"u":"goblin%20commoner_tftyp","p":24,"s":61,"h":1,"n":"Goblin Commoner"},{"id":3478,"c":1,"u":"gorvan%20ironheart_tftyp","p":151,"s":61,"h":1,"n":"Gorvan Ironheart"},{"id":3479,"c":1,"u":"great%20ulfe_tftyp","p":42,"s":61,"h":1,"n":"Great Ulfe"},{"id":3480,"c":1,"u":"greater%20zombie_tftyp","p":237,"s":61,"h":1,"n":"Greater Zombie"},{"id":3481,"c":1,"u":"grenl_tftyp","p":25,"s":61,"h":1,"n":"Grenl"},{"id":3482,"c":1,"u":"grutha_tftyp","p":170,"s":61,"h":1,"n":"Grutha"},{"id":3483,"c":1,"u":"guthash_tftyp","p":21,"s":61,"h":1,"n":"Guthash"},{"id":3484,"c":1,"u":"hedrun%20arnsfirth_tftyp","p":160,"s":61,"h":1,"n":"Hedrun Arnsfirth"},{"id":3485,"c":1,"u":"hill%20giant%20sergeant_tftyp","p":170,"s":61,"h":1,"n":"Hill Giant Sergeant"},{"id":3486,"c":1,"u":"hill%20giant%20servant_tftyp","p":170,"s":61,"h":1,"n":"Hill Giant Servant"},{"id":3487,"c":1,"u":"hill%20giant%20subchief_tftyp","p":170,"s":61,"h":1,"n":"Hill Giant Subchief"},{"id":3488,"c":1,"u":"huge%20giant%20crab_tftyp","p":103,"s":61,"h":1,"n":"Huge Giant Crab"},{"id":3489,"c":1,"u":"huge%20ochre%20jelly_tftyp","p":225,"s":61,"h":1,"n":"Huge Ochre Jelly"},{"id":3490,"c":1,"u":"huge%20polar%20bear_tftyp","p":187,"s":61,"h":1,"n":"Huge Polar Bear"},{"id":3491,"c":1,"u":"irisoth_tftyp","p":157,"s":61,"h":1,"n":"Irisoth"},{"id":3492,"c":1,"u":"jarl%20grugnur_tftyp","p":189,"s":61,"h":1,"n":"Jarl Grugnur"},{"id":3493,"c":1,"u":"jot_tftyp","p":15,"s":61,"h":1,"n":"Jot"},{"id":3494,"c":1,"u":"kaarghaz_tftyp","p":45,"s":61,"h":1,"n":"Kaarghaz"},{"id":3495,"c":1,"u":"kalka-kylla_tftyp","p":238,"s":61,"h":1,"n":"Kalka-Kylla"},{"id":3496,"c":1,"u":"kelpie_tftyp","p":238,"s":61,"h":1,"n":"Kelpie"},{"id":3497,"c":1,"u":"kelson%20darktreader_tftyp","p":132,"s":61,"h":1,"n":"Kelson Darktreader"},{"id":3498,"c":1,"u":"kieren_tftyp","p":157,"s":61,"h":1,"n":"Kieren"},{"id":3499,"c":1,"u":"king%20snurre_tftyp","p":193,"s":61,"h":1,"n":"King Snurre"},{"id":3500,"c":1,"u":"kobold%20commoner_tftyp","p":18,"s":61,"h":1,"n":"Kobold Commoner"},{"id":3501,"c":1,"u":"kobold%20elite_tftyp","p":18,"s":61,"h":1,"n":"Kobold Elite"},{"id":3502,"c":1,"u":"lacedon_tftyp","p":147,"s":61,"h":1,"n":"Lacedon"},{"id":3503,"c":1,"u":"lahnis_tftyp","p":131,"s":61,"h":1,"n":"Lahnis"},{"id":3504,"c":1,"u":"lesser%20mummy%20lord_tftyp","p":224,"s":61,"h":1,"n":"Lesser Mummy Lord"},{"id":3505,"c":1,"u":"lumalia_tftyp","p":153,"s":61,"h":1,"n":"Lumalia"},{"id":3506,"c":1,"u":"malformed%20kraken_tftyp","p":239,"s":61,"h":1,"n":"Malformed Kraken"},{"id":3507,"c":1,"u":"mennek%20ariz_tftyp","p":157,"s":61,"h":1,"n":"Mennek Ariz"},{"id":3508,"c":1,"u":"nahual_tftyp","p":91,"s":61,"h":1,"n":"Nahual"},{"id":3509,"c":1,"u":"nedylene_tftyp","p":209,"s":61,"h":1,"n":"Nedylene"},{"id":3510,"c":1,"u":"nereid_tftyp","p":240,"s":61,"h":1,"n":"Nereid"},{"id":3511,"c":1,"u":"nimira_tftyp","p":54,"s":61,"h":1,"n":"Nimira"},{"id":3512,"c":1,"u":"obmi_tftyp","p":196,"s":61,"h":1,"n":"Obmi"},{"id":3513,"c":1,"u":"ogre%20skeleton_tftyp","p":54,"s":61,"h":1,"n":"Ogre Skeleton"},{"id":3514,"c":1,"u":"ooze%20master_tftyp","p":241,"s":61,"h":1,"n":"Ooze Master"},{"id":3515,"c":1,"u":"orc%20commoner_tftyp","p":167,"s":61,"h":1,"n":"Orc Commoner"},{"id":3516,"c":1,"u":"oussa_tftyp","p":157,"s":61,"h":1,"n":"Oussa"},{"id":3517,"c":1,"u":"phaia_tftyp","p":132,"s":61,"h":1,"n":"Phaia"},{"id":3518,"c":1,"u":"reduced-threat%20aboleth_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Aboleth"},{"id":3519,"c":1,"u":"reduced-threat%20basilisk_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Basilisk"},{"id":3520,"c":1,"u":"reduced-threat%20behir_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Behir"},{"id":3521,"c":1,"u":"reduced-threat%20beholder_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Beholder"},{"id":3522,"c":1,"u":"reduced-threat%20black%20pudding_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Black Pudding"},{"id":3523,"c":1,"u":"reduced-threat%20carrion%20crawler_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Carrion Crawler"},{"id":3524,"c":1,"u":"reduced-threat%20clay%20golem_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Clay Golem"},{"id":3525,"c":1,"u":"reduced-threat%20darkmantle_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Darkmantle"},{"id":3526,"c":1,"u":"reduced-threat%20displacer%20beast_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Displacer Beast"},{"id":3527,"c":1,"u":"reduced-threat%20dragon%20turtle_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Dragon Turtle"},{"id":3528,"c":1,"u":"reduced-threat%20ettercap_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Ettercap"},{"id":3529,"c":1,"u":"reduced-threat%20flesh%20golem_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Flesh Golem"},{"id":3530,"c":1,"u":"reduced-threat%20glabrezu_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Glabrezu"},{"id":3531,"c":1,"u":"reduced-threat%20gray%20ooze_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Gray Ooze"},{"id":3532,"c":1,"u":"reduced-threat%20helmed%20horror_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Helmed Horror"},{"id":3533,"c":1,"u":"reduced-threat%20hezrou_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Hezrou"},{"id":3534,"c":1,"u":"reduced-threat%20hook%20horror_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Hook Horror"},{"id":3535,"c":1,"u":"reduced-threat%20ochre%20jelly_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Ochre Jelly"},{"id":3536,"c":1,"u":"reduced-threat%20otyugh_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Otyugh"},{"id":3537,"c":1,"u":"reduced-threat%20owlbear_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Owlbear"},{"id":3538,"c":1,"u":"reduced-threat%20peryton_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Peryton"},{"id":3539,"c":1,"u":"reduced-threat%20remorhaz_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Remorhaz"},{"id":3540,"c":1,"u":"reduced-threat%20stone%20golem_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Stone Golem"},{"id":3541,"c":1,"u":"reduced-threat%20vrock_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Vrock"},{"id":3542,"c":1,"u":"reduced-threat%20wight_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Wight"},{"id":3543,"c":1,"u":"reduced-threat%20wyvern_tftyp","p":113,"s":61,"h":1,"n":"Reduced-Threat Wyvern"},{"id":3544,"c":1,"u":"scrag_tftyp","p":147,"s":61,"h":1,"n":"Scrag"},{"id":3545,"c":1,"u":"sea%20lion_tftyp","p":242,"s":61,"h":1,"n":"Sea Lion"},{"id":3546,"c":1,"u":"sentient%20gray%20ooze_tftyp","p":158,"s":61,"h":1,"n":"Sentient Gray Ooze"},{"id":3547,"c":1,"u":"sentient%20ochre%20jelly_tftyp","p":158,"s":61,"h":1,"n":"Sentient Ochre Jelly"},{"id":3548,"c":1,"u":"shalendra%20floshin_tftyp","p":119,"s":61,"h":1,"n":"Shalendra Floshin"},{"id":3549,"c":1,"u":"sharwyn%20hucrele_tftyp","p":242,"s":61,"h":1,"n":"Sharwyn Hucrele"},{"id":3550,"c":1,"u":"sir%20braford_tftyp","p":243,"s":61,"h":1,"n":"Sir Braford"},{"id":3551,"c":1,"u":"siren_tftyp","p":243,"s":61,"h":1,"n":"Siren"},{"id":3552,"c":1,"u":"snarla_tftyp","p":102,"s":61,"h":1,"n":"Snarla"},{"id":3553,"c":1,"u":"snow%20leopard_tftyp","p":183,"s":61,"h":1,"n":"Snow Leopard"},{"id":3554,"c":1,"u":"snurrevin_tftyp","p":53,"s":61,"h":1,"n":"Snurrevin"},{"id":3555,"c":1,"u":"stone%20dragon%20statue_tftyp","p":85,"s":61,"h":1,"n":"Stone Dragon Statue"},{"id":3556,"c":1,"u":"tarul%20var_tftyp","p":244,"s":61,"h":1,"n":"Tarul Var"},{"id":3557,"c":1,"u":"tecuziztecatl_tftyp","p":245,"s":61,"h":1,"n":"Tecuziztecatl"},{"id":3558,"c":1,"u":"thayan%20apprentice_tftyp","p":245,"s":61,"h":1,"n":"Thayan Apprentice"},{"id":3559,"c":1,"u":"thayan%20warrior_tftyp","p":246,"s":61,"h":1,"n":"Thayan Warrior"},{"id":3560,"c":1,"u":"the%20keeper_tftyp","p":173,"s":61,"h":1,"n":"The Keeper"},{"id":3561,"c":1,"u":"therzt_tftyp","p":158,"s":61,"h":1,"n":"Therzt"},{"id":3562,"c":1,"u":"thorn%20slinger_tftyp","p":246,"s":61,"h":1,"n":"Thorn Slinger"},{"id":3563,"c":1,"u":"tloques-popolocas_tftyp","p":68,"s":61,"h":1,"n":"Tloques-Popolocas"},{"id":3564,"c":1,"u":"torlin%20silvershield_tftyp","p":159,"s":61,"h":1,"n":"Torlin Silvershield"},{"id":3565,"c":1,"u":"werejaguar_tftyp","p":79,"s":61,"h":1,"n":"Werejaguar"},{"id":3566,"c":1,"u":"white%20maw_tftyp","p":248,"s":61,"h":1,"n":"White Maw"},{"id":3567,"c":1,"u":"xilonen_tftyp","p":83,"s":61,"h":1,"n":"Xilonen"},{"id":3568,"c":1,"u":"yeti%20leader_tftyp","p":183,"s":61,"h":1,"n":"Yeti Leader"},{"id":3569,"c":1,"u":"young%20fire%20giant_tftyp","p":192,"s":61,"h":1,"n":"Young Fire Giant"},{"id":3570,"c":1,"u":"young%20frost%20giant_tftyp","p":187,"s":61,"h":1,"n":"Young Frost Giant"},{"id":3571,"c":1,"u":"young%20hill%20giant_tftyp","p":167,"s":61,"h":1,"n":"Young Hill Giant"},{"id":3572,"c":1,"u":"young%20ogre%20servant_tftyp","p":171,"s":61,"h":1,"n":"Young Ogre Servant"},{"id":3573,"c":1,"u":"young%20troglodyte_tftyp","p":176,"s":61,"h":1,"n":"Young Troglodyte"},{"id":3574,"c":1,"u":"young%20winter%20wolf_tftyp","p":181,"s":61,"h":1,"n":"Young Winter Wolf"},{"id":3575,"c":1,"u":"yusdrayl_tftyp","p":248,"s":61,"h":1,"n":"Yusdrayl"},{"id":3576,"c":1,"u":"acererak_toa","p":209,"s":62,"h":1,"n":"Acererak"},{"id":3577,"c":1,"u":"albino%20dwarf%20spirit%20warrior_toa","p":210,"s":62,"h":1,"n":"Albino Dwarf Spirit Warrior"},{"id":3578,"c":1,"u":"albino%20dwarf%20warrior_toa","p":210,"s":62,"h":1,"n":"Albino Dwarf Warrior"},{"id":3579,"c":1,"u":"aldani%20(lobsterfolk)_toa","p":210,"s":62,"h":1,"n":"Aldani (Lobsterfolk)"},{"id":3580,"c":1,"u":"almiraj_toa","p":211,"s":62,"h":1,"n":"Almiraj"},{"id":3581,"c":1,"u":"ankylosaurus%20zombie_toa","p":240,"s":62,"h":1,"n":"Ankylosaurus Zombie"},{"id":3582,"c":1,"u":"artus%20cimber_toa","p":212,"s":62,"h":1,"n":"Artus Cimber"},{"id":3583,"c":1,"u":"asharra_toa","p":69,"s":62,"h":1,"n":"Asharra"},{"id":3584,"c":1,"u":"assassin%20vine_toa","p":213,"s":62,"h":1,"n":"Assassin Vine"},{"id":3585,"c":1,"u":"atropal_toa","p":214,"s":62,"h":1,"n":"Atropal"},{"id":3586,"c":1,"u":"azaka%20stormfang_toa","p":33,"s":62,"h":1,"n":"Azaka Stormfang"},{"id":3587,"c":1,"u":"bag%20of%20nails_toa","p":102,"s":62,"h":1,"n":"Bag of Nails"},{"id":3588,"c":1,"u":"blind%20artist_toa","p":164,"s":62,"h":1,"n":"Blind Artist"},{"id":3589,"c":1,"u":"bosco%20daggerhand_toa","p":68,"s":62,"h":1,"n":"Bosco Daggerhand"},{"id":3590,"c":1,"u":"chwinga_toa","p":216,"s":62,"h":1,"n":"Chwinga"},{"id":3591,"c":1,"u":"clay%20gladiator_toa","p":100,"s":62,"h":1,"n":"Clay Gladiator"},{"id":3592,"c":1,"u":"dragonbait_toa","p":218,"s":62,"h":1,"n":"Dragonbait"},{"id":3593,"c":1,"u":"drufi_toa","p":64,"s":62,"h":1,"n":"Drufi"},{"id":3594,"c":1,"u":"eblis_toa","p":219,"s":62,"h":1,"n":"Eblis"},{"id":3595,"c":1,"u":"ekene-afa_toa","p":25,"s":62,"h":1,"n":"Ekene-Afa"},{"id":3596,"c":1,"u":"eku_toa","p":34,"s":62,"h":1,"n":"Eku"},{"id":3597,"c":1,"u":"elok%20jaharwon_toa","p":67,"s":62,"h":1,"n":"Elok Jaharwon"},{"id":3598,"c":1,"u":"faroul_toa","p":34,"s":62,"h":1,"n":"Faroul"},{"id":3599,"c":1,"u":"fenthaza_toa","p":113,"s":62,"h":1,"n":"Fenthaza"},{"id":3600,"c":1,"u":"flask%20of%20wine_toa","p":35,"s":62,"h":1,"n":"Flask of Wine"},{"id":3601,"c":1,"u":"flying%20monkey_toa","p":220,"s":62,"h":1,"n":"Flying Monkey"},{"id":3602,"c":1,"u":"giant%20four-armed%20gargoyle_toa","p":221,"s":62,"h":1,"n":"Giant Four-Armed Gargoyle"},{"id":3603,"c":1,"u":"giant%20snapping%20turtle_toa","p":222,"s":62,"h":1,"n":"Giant Snapping Turtle"},{"id":3604,"c":1,"u":"girallon%20zombie_toa","p":240,"s":62,"h":1,"n":"Girallon Zombie"},{"id":3605,"c":1,"u":"gondolo_toa","p":34,"s":62,"h":1,"n":"Gondolo"},{"id":3606,"c":1,"u":"grabstab_toa","p":89,"s":62,"h":1,"n":"Grabstab"},{"id":3607,"c":1,"u":"grandfather%20zitembe_toa","p":20,"s":62,"h":1,"n":"Grandfather Zitembe"},{"id":3608,"c":1,"u":"hew%20hackinstone_toa","p":33,"s":62,"h":1,"n":"Hew Hackinstone"},{"id":3609,"c":1,"u":"ifan%20talro'a_toa","p":25,"s":62,"h":1,"n":"Ifan Talro'a"},{"id":3610,"c":1,"u":"jaculi_toa","p":225,"s":62,"h":1,"n":"Jaculi"},{"id":3611,"c":1,"u":"jessamine_toa","p":26,"s":62,"h":1,"n":"Jessamine"},{"id":3612,"c":1,"u":"jobal_toa","p":26,"s":62,"h":1,"n":"Jobal"},{"id":3613,"c":1,"u":"kamadan_toa","p":225,"s":62,"h":1,"n":"Kamadan"},{"id":3614,"c":1,"u":"king%20of%20feathers_toa","p":106,"s":62,"h":1,"n":"King of Feathers"},{"id":3615,"c":1,"u":"kupalu%c3%a9_toa","p":35,"s":62,"h":1,"n":"Kupalue"},{"id":3616,"c":1,"u":"kwayoth%c3%a9_toa","p":26,"s":62,"h":1,"n":"Kwayothe"},{"id":3617,"c":1,"u":"laskilar_toa","p":67,"s":62,"h":1,"n":"Laskilar"},{"id":3618,"c":1,"u":"liara%20portyr_toa","p":227,"s":62,"h":1,"n":"Liara Portyr"},{"id":3619,"c":1,"u":"mantrap_toa","p":227,"s":62,"h":1,"n":"Mantrap"},{"id":3620,"c":1,"u":"mister%20threadneedle_toa","p":183,"s":62,"h":1,"n":"Mister Threadneedle"},{"id":3621,"c":1,"u":"musharib_toa","p":34,"s":62,"h":1,"n":"Musharib"},{"id":3622,"c":1,"u":"mwaxanar%c3%a9_toa","p":228,"s":62,"h":1,"n":"Mwaxanare"},{"id":3623,"c":1,"u":"na_toa","p":228,"s":62,"h":1,"n":"Na"},{"id":3624,"c":1,"u":"nanny%20pu'pu_toa","p":72,"s":62,"h":1,"n":"Nanny Pu'pu"},{"id":3625,"c":1,"u":"nepartak_toa","p":137,"s":62,"h":1,"n":"Nepartak"},{"id":3626,"c":1,"u":"niles%20breakbone_toa","p":47,"s":62,"h":1,"n":"Niles Breakbone"},{"id":3627,"c":1,"u":"ortimay%20swift%20and%20dark_toa","p":21,"s":62,"h":1,"n":"Ortimay Swift and Dark"},{"id":3628,"c":1,"u":"orvex%20ocrammas_toa","p":96,"s":62,"h":1,"n":"Orvex Ocrammas"},{"id":3629,"c":1,"u":"pterafolk_toa","p":229,"s":62,"h":1,"n":"Pterafolk"},{"id":3630,"c":1,"u":"qawasha_toa","p":35,"s":62,"h":1,"n":"Qawasha"},{"id":3631,"c":1,"u":"ras%20nsi_toa","p":230,"s":62,"h":1,"n":"Ras Nsi"},{"id":3632,"c":1,"u":"river%20mist_toa","p":35,"s":62,"h":1,"n":"River Mist"},{"id":3633,"c":1,"u":"salida_toa","p":35,"s":62,"h":1,"n":"Salida"},{"id":3634,"c":1,"u":"sekelok_toa","p":120,"s":62,"h":1,"n":"Sekelok"},{"id":3635,"c":1,"u":"shago_toa","p":35,"s":62,"h":1,"n":"Shago"},{"id":3636,"c":1,"u":"skeleton%20key_toa","p":126,"s":62,"h":1,"n":"Skeleton Key"},{"id":3637,"c":1,"u":"spiked%20tomb%20guardian_toa","p":154,"s":62,"h":1,"n":"Spiked Tomb Guardian"},{"id":3638,"c":1,"u":"stone%20juggernaut_toa","p":231,"s":62,"h":1,"n":"Stone Juggernaut"},{"id":3639,"c":1,"u":"su-monster_toa","p":232,"s":62,"h":1,"n":"Su-monster"},{"id":3640,"c":1,"u":"syndra%20silvane_toa","p":8,"s":62,"h":1,"n":"Syndra Silvane"},{"id":3641,"c":1,"u":"tabaxi%20hunter_toa","p":232,"s":62,"h":1,"n":"Tabaxi Hunter"},{"id":3642,"c":1,"u":"tabaxi%20minstrel_toa","p":233,"s":62,"h":1,"n":"Tabaxi Minstrel"},{"id":3643,"c":1,"u":"terracotta%20warrior_toa","p":161,"s":62,"h":1,"n":"Terracotta Warrior"},{"id":3644,"c":1,"u":"tomb%20dwarf_toa","p":135,"s":62,"h":1,"n":"Tomb Dwarf"},{"id":3645,"c":1,"u":"tomb%20guardian_toa","p":127,"s":62,"h":1,"n":"Tomb Guardian"},{"id":3646,"c":1,"u":"tri-flower%20frond_toa","p":234,"s":62,"h":1,"n":"Tri-flower Frond"},{"id":3647,"c":1,"u":"tyrannosaurus%20zombie_toa","p":241,"s":62,"h":1,"n":"Tyrannosaurus Zombie"},{"id":3648,"c":1,"u":"valindra%20shadowmantle_toa","p":58,"s":62,"h":1,"n":"Valindra Shadowmantle"},{"id":3649,"c":1,"u":"volothamp%20%22volo%22%20geddarm_toa","p":235,"s":62,"h":1,"n":"Volothamp \"Volo\" Geddarm"},{"id":3650,"c":1,"u":"wakanga%20o'tamu_toa","p":27,"s":62,"h":1,"n":"Wakanga O'tamu"},{"id":3651,"c":1,"u":"wild%20dog_toa","p":96,"s":62,"h":1,"n":"Wild Dog"},{"id":3652,"c":1,"u":"wine%20weird_toa","p":141,"s":62,"h":1,"n":"Wine Weird"},{"id":3653,"c":1,"u":"withers_toa","p":145,"s":62,"h":1,"n":"Withers"},{"id":3654,"c":1,"u":"xandala_toa","p":236,"s":62,"h":1,"n":"Xandala"},{"id":3655,"c":1,"u":"yellow%20musk%20creeper_toa","p":237,"s":62,"h":1,"n":"Yellow Musk Creeper"},{"id":3656,"c":1,"u":"yellow%20musk%20zombie_toa","p":237,"s":62,"h":1,"n":"Yellow Musk Zombie"},{"id":3657,"c":1,"u":"yorb_toa","p":108,"s":62,"h":1,"n":"Yorb"},{"id":3658,"c":1,"u":"yuan-ti%20priest_toa","p":118,"s":62,"h":1,"n":"Yuan-ti Priest"},{"id":3659,"c":1,"u":"zalkor%c3%a9_toa","p":79,"s":62,"h":1,"n":"Zalkore"},{"id":3660,"c":1,"u":"zaroum%20al-saryak_toa","p":67,"s":62,"h":1,"n":"Zaroum Al-Saryak"},{"id":3661,"c":1,"u":"zebra_toa","p":106,"s":62,"h":1,"n":"Zebra"},{"id":3662,"c":1,"u":"zhanthi_toa","p":27,"s":62,"h":1,"n":"Zhanthi"},{"id":3663,"c":1,"u":"zindar_toa","p":239,"s":62,"h":1,"n":"Zindar"},{"id":3664,"c":1,"u":"zorbo_toa","p":241,"s":62,"h":1,"n":"Zorbo"},{"id":3665,"c":1,"u":"abominable%20beauty_tob1-2023","p":11,"s":63,"h":1,"dP":1,"n":"Abominable Beauty"},{"id":3666,"c":1,"u":"accursed%20defiler_tob1-2023","p":12,"s":63,"h":1,"dP":1,"n":"Accursed Defiler"},{"id":3667,"c":1,"u":"adult%20cave%20dragon_tob1-2023","p":114,"s":63,"h":1,"dP":1,"n":"Adult Cave Dragon"},{"id":3668,"c":1,"u":"adult%20flame%20dragon_tob1-2023","p":118,"s":63,"h":1,"dP":1,"n":"Adult Flame Dragon"},{"id":3669,"c":1,"u":"adult%20mithral%20dragon_tob1-2023","p":122,"s":63,"h":1,"dP":1,"n":"Adult Mithral Dragon"},{"id":3670,"c":1,"u":"adult%20sea%20dragon_tob1-2023","p":126,"s":63,"h":1,"dP":1,"n":"Adult Sea Dragon"},{"id":3671,"c":1,"u":"adult%20void%20dragon_tob1-2023","p":129,"s":63,"h":1,"dP":1,"n":"Adult Void Dragon"},{"id":3672,"c":1,"u":"adult%20wind%20dragon_tob1-2023","p":134,"s":63,"h":1,"dP":1,"n":"Adult Wind Dragon"},{"id":3673,"c":1,"u":"al-aeshma%20genie_tob1-2023","p":197,"s":63,"h":1,"dP":1,"n":"Al-Aeshma Genie"},{"id":3674,"c":1,"u":"ala_tob1-2023","p":13,"s":63,"h":1,"dP":1,"n":"Ala"},{"id":3675,"c":1,"u":"alehouse%20drake_tob1-2023","p":138,"s":63,"h":1,"dP":1,"n":"Alehouse Drake"},{"id":3676,"c":1,"u":"algorith_tob1-2023","p":14,"s":63,"h":1,"dP":1,"n":"Algorith"},{"id":3677,"c":1,"u":"alseid_tob1-2023","p":15,"s":63,"h":1,"dP":1,"n":"Alseid"},{"id":3678,"c":1,"u":"amphiptere_tob1-2023","p":16,"s":63,"h":1,"dP":1,"n":"Amphiptere"},{"id":3679,"c":1,"u":"ancient%20cave%20dragon_tob1-2023","p":113,"s":63,"h":1,"dP":1,"n":"Ancient Cave Dragon"},{"id":3680,"c":1,"u":"ancient%20flame%20dragon_tob1-2023","p":117,"s":63,"h":1,"dP":1,"n":"Ancient Flame Dragon"},{"id":3681,"c":1,"u":"ancient%20mithral%20dragon_tob1-2023","p":120,"s":63,"h":1,"dP":1,"n":"Ancient Mithral Dragon"},{"id":3682,"c":1,"u":"ancient%20sea%20dragon_tob1-2023","p":125,"s":63,"h":1,"dP":1,"n":"Ancient Sea Dragon"},{"id":3683,"c":1,"u":"ancient%20titan_tob1-2023","p":361,"s":63,"h":1,"dP":1,"n":"Ancient Titan"},{"id":3684,"c":1,"u":"ancient%20void%20dragon_tob1-2023","p":128,"s":63,"h":1,"dP":1,"n":"Ancient Void Dragon"},{"id":3685,"c":1,"u":"ancient%20wind%20dragon_tob1-2023","p":133,"s":63,"h":1,"dP":1,"n":"Ancient Wind Dragon"},{"id":3686,"c":1,"u":"angatra_tob1-2023","p":17,"s":63,"h":1,"dP":1,"n":"Angatra"},{"id":3687,"c":1,"u":"angler%20worm_tob1-2023","p":20,"s":63,"h":1,"dP":1,"n":"Angler Worm"},{"id":3688,"c":1,"u":"annelidast_tob1-2023","p":21,"s":63,"h":1,"dP":1,"n":"Annelidast"},{"id":3689,"c":1,"u":"anubian_tob1-2023","p":23,"s":63,"h":1,"dP":1,"n":"Anubian"},{"id":3690,"c":1,"u":"apau%20perape%20demon_tob1-2023","p":82,"s":63,"h":1,"dP":1,"n":"Apau Perape Demon"},{"id":3691,"c":1,"u":"arboreal%20grappler_tob1-2023","p":24,"s":63,"h":1,"dP":1,"n":"Arboreal Grappler"},{"id":3692,"c":1,"u":"arcane%20guardian_tob1-2023","p":338,"s":63,"h":1,"dP":1,"n":"Arcane Guardian"},{"id":3693,"c":1,"u":"arch-devil%20ia'affrat_tob1-2023","p":90,"s":63,"h":1,"dP":1,"n":"Arch-Devil Ia'Affrat"},{"id":3694,"c":1,"u":"aridni_tob1-2023","p":25,"s":63,"h":1,"dP":1,"n":"Aridni"},{"id":3695,"c":1,"u":"arx_tob1-2023","p":26,"s":63,"h":1,"dP":1,"n":"Arx"},{"id":3696,"c":1,"u":"asanbosam_tob1-2023","p":27,"s":63,"h":1,"dP":1,"n":"Asanbosam"},{"id":3697,"c":1,"u":"ash%20drake_tob1-2023","p":139,"s":63,"h":1,"dP":1,"n":"Ash Drake"},{"id":3698,"c":1,"u":"ashwalker_tob1-2023","p":28,"s":63,"h":1,"dP":1,"n":"Ashwalker"},{"id":3699,"c":1,"u":"automata%20devil_tob1-2023","p":92,"s":63,"h":1,"dP":1,"n":"Automata Devil"},{"id":3700,"c":1,"u":"azza%20gremlin_tob1-2023","p":222,"s":63,"h":1,"dP":1,"n":"Azza Gremlin"},{"id":3701,"c":1,"u":"baba%20yaga's%20horsemen_tob1-2023","p":30,"s":63,"h":1,"dP":1,"n":"Baba Yaga's Horsemen"},{"id":3702,"c":1,"u":"bagiennik_tob1-2023","p":31,"s":63,"h":1,"dP":1,"n":"Bagiennik"},{"id":3703,"c":1,"u":"bandit%20lord_tob1-2023","p":406,"s":63,"h":1,"dP":1,"n":"Bandit Lord"},{"id":3704,"c":1,"u":"bastet%20temple%20cat_tob1-2023","p":32,"s":63,"h":1,"dP":1,"n":"Bastet Temple Cat"},{"id":3705,"c":1,"u":"bear%20king_tob1-2023","p":172,"s":63,"h":1,"dP":1,"n":"Bear King"},{"id":3706,"c":1,"u":"bearfolk_tob1-2023","p":33,"s":63,"h":1,"dP":1,"n":"Bearfolk"},{"id":3707,"c":1,"u":"beggar%20ghoul_tob1-2023","p":200,"s":63,"h":1,"dP":1,"n":"Beggar Ghoul"},{"id":3708,"c":1,"u":"beheaded%20vengeful%20spirit_tob1-2023","p":384,"s":63,"h":1,"dP":1,"n":"Beheaded Vengeful Spirit"},{"id":3709,"c":1,"u":"behtu_tob1-2023","p":34,"s":63,"h":1,"dP":1,"n":"Behtu"},{"id":3710,"c":1,"u":"beli_tob1-2023","p":35,"s":63,"h":1,"dP":1,"n":"Beli"},{"id":3711,"c":1,"u":"bereginyas_tob1-2023","p":36,"s":63,"h":1,"dP":1,"n":"Bereginyas"},{"id":3712,"c":1,"u":"berstuc%20demon_tob1-2023","p":83,"s":63,"h":1,"dP":1,"n":"Berstuc Demon"},{"id":3713,"c":1,"u":"black%20knight%20commander_tob1-2023","p":406,"s":63,"h":1,"dP":1,"n":"Black Knight Commander"},{"id":3714,"c":1,"u":"blemmyes_tob1-2023","p":37,"s":63,"h":1,"dP":1,"n":"Blemmyes"},{"id":3715,"c":1,"u":"blood%20hag_tob1-2023","p":226,"s":63,"h":1,"dP":1,"n":"Blood Hag"},{"id":3716,"c":1,"u":"boloti_tob1-2023","p":38,"s":63,"h":1,"dP":1,"n":"Boloti"},{"id":3717,"c":1,"u":"bone%20collective_tob1-2023","p":39,"s":63,"h":1,"dP":1,"n":"Bone Collective"},{"id":3718,"c":1,"u":"bone%20crab_tob1-2023","p":40,"s":63,"h":1,"dP":1,"n":"Bone Crab"},{"id":3719,"c":1,"u":"bone%20swarm_tob1-2023","p":41,"s":63,"h":1,"dP":1,"n":"Bone Swarm"},{"id":3720,"c":1,"u":"bonepowder%20ghoul_tob1-2023","p":201,"s":63,"h":1,"dP":1,"n":"Bonepowder Ghoul"},{"id":3721,"c":1,"u":"bouda_tob1-2023","p":42,"s":63,"h":1,"dP":1,"n":"Bouda"},{"id":3722,"c":1,"u":"broodiken_tob1-2023","p":43,"s":63,"h":1,"dP":1,"n":"Broodiken"},{"id":3723,"c":1,"u":"bucca_tob1-2023","p":44,"s":63,"h":1,"dP":1,"n":"Bucca"},{"id":3724,"c":1,"u":"bukavac_tob1-2023","p":45,"s":63,"h":1,"dP":1,"n":"Bukavac"},{"id":3725,"c":1,"u":"buraq_tob1-2023","p":46,"s":63,"h":1,"dP":1,"n":"Buraq"},{"id":3726,"c":1,"u":"burrowling_tob1-2023","p":47,"s":63,"h":1,"dP":1,"n":"Burrowling"},{"id":3727,"c":1,"u":"cactid_tob1-2023","p":48,"s":63,"h":1,"dP":1,"n":"Cactid"},{"id":3728,"c":1,"u":"cambium_tob1-2023","p":49,"s":63,"h":1,"dP":1,"n":"Cambium"},{"id":3729,"c":1,"u":"carrion%20beetle_tob1-2023","p":50,"s":63,"h":1,"dP":1,"n":"Carrion Beetle"},{"id":3730,"c":1,"u":"caustic%20charger_tob1-2023","p":51,"s":63,"h":1,"dP":1,"n":"Caustic Charger"},{"id":3731,"c":1,"u":"cave%20dragon%20wyrmling_tob1-2023","p":115,"s":63,"h":1,"dP":1,"n":"Cave Dragon Wyrmling"},{"id":3732,"c":1,"u":"cavelight%20moss_tob1-2023","p":52,"s":63,"h":1,"dP":1,"n":"Cavelight Moss"},{"id":3733,"c":1,"u":"chained%20angel_tob1-2023","p":18,"s":63,"h":1,"dP":1,"n":"Chained Angel"},{"id":3734,"c":1,"u":"chelicerae_tob1-2023","p":53,"s":63,"h":1,"dP":1,"n":"Chelicerae"},{"id":3735,"c":1,"u":"chernomoi_tob1-2023","p":54,"s":63,"h":1,"dP":1,"n":"Chernomoi"},{"id":3736,"c":1,"u":"child%20of%20the%20briar_tob1-2023","p":55,"s":63,"h":1,"dP":1,"n":"Child of the Briar"},{"id":3737,"c":1,"u":"chort%20devil_tob1-2023","p":93,"s":63,"h":1,"dP":1,"n":"Chort Devil"},{"id":3738,"c":1,"u":"chronalmental_tob1-2023","p":56,"s":63,"h":1,"dP":1,"n":"Chronalmental"},{"id":3739,"c":1,"u":"cikavak_tob1-2023","p":57,"s":63,"h":1,"dP":1,"n":"Cikavak"},{"id":3740,"c":1,"u":"citrullus_tob1-2023","p":58,"s":63,"h":1,"dP":1,"n":"Citrullus"},{"id":3741,"c":1,"u":"city%20watch%20captain_tob1-2023","p":407,"s":63,"h":1,"dP":1,"n":"City Watch Captain"},{"id":3742,"c":1,"u":"clockwork%20abomination_tob1-2023","p":59,"s":63,"h":1,"dP":1,"n":"Clockwork Abomination"},{"id":3743,"c":1,"u":"clockwork%20beetle_tob1-2023","p":60,"s":63,"h":1,"dP":1,"n":"Clockwork Beetle"},{"id":3744,"c":1,"u":"clockwork%20beetle%20swarm_tob1-2023","p":60,"s":63,"h":1,"dP":1,"n":"Clockwork Beetle Swarm"},{"id":3745,"c":1,"u":"clockwork%20hound_tob1-2023","p":61,"s":63,"h":1,"dP":1,"n":"Clockwork Hound"},{"id":3746,"c":1,"u":"clockwork%20huntsman_tob1-2023","p":62,"s":63,"h":1,"dP":1,"n":"Clockwork Huntsman"},{"id":3747,"c":1,"u":"clockwork%20myrmidon_tob1-2023","p":63,"s":63,"h":1,"dP":1,"n":"Clockwork Myrmidon"},{"id":3748,"c":1,"u":"clockwork%20watchman_tob1-2023","p":64,"s":63,"h":1,"dP":1,"n":"Clockwork Watchman"},{"id":3749,"c":1,"u":"clockwork%20weaving%20spider_tob1-2023","p":65,"s":63,"h":1,"dP":1,"n":"Clockwork Weaving Spider"},{"id":3750,"c":1,"u":"clurichaun_tob1-2023","p":66,"s":63,"h":1,"dP":1,"n":"Clurichaun"},{"id":3751,"c":1,"u":"cobbleswarm_tob1-2023","p":67,"s":63,"h":1,"dP":1,"n":"Cobbleswarm"},{"id":3752,"c":1,"u":"coral%20drake_tob1-2023","p":140,"s":63,"h":1,"dP":1,"n":"Coral Drake"},{"id":3753,"c":1,"u":"corpse%20mound_tob1-2023","p":67,"s":63,"h":1,"dP":1,"n":"Corpse Mound"},{"id":3754,"c":1,"u":"corrupted%20ushabti_tob1-2023","p":375,"s":63,"h":1,"dP":1,"n":"Corrupted Ushabti"},{"id":3755,"c":1,"u":"corrupting%20ooze_tob1-2023","p":291,"s":63,"h":1,"dP":1,"n":"Corrupting Ooze"},{"id":3756,"c":1,"u":"crimson%20drake_tob1-2023","p":141,"s":63,"h":1,"dP":1,"n":"Crimson Drake"},{"id":3757,"c":1,"u":"crystalline%20devil_tob1-2023","p":94,"s":63,"h":1,"dP":1,"n":"Crystalline Devil"},{"id":3758,"c":1,"u":"darakhul_tob1-2023","p":202,"s":63,"h":1,"dP":1,"n":"Darakhul"},{"id":3759,"c":1,"u":"dau_tob1-2023","p":69,"s":63,"h":1,"dP":1,"n":"Dau"},{"id":3760,"c":1,"u":"death%20butterfly%20swarm_tob1-2023","p":70,"s":63,"h":1,"dP":1,"n":"Death Butterfly Swarm"},{"id":3761,"c":1,"u":"deathcap%20myconid_tob1-2023","p":280,"s":63,"h":1,"dP":1,"n":"Deathcap Myconid"},{"id":3762,"c":1,"u":"deathwisp_tob1-2023","p":71,"s":63,"h":1,"dP":1,"n":"Deathwisp"},{"id":3763,"c":1,"u":"deep%20drake_tob1-2023","p":142,"s":63,"h":1,"dP":1,"n":"Deep Drake"},{"id":3764,"c":1,"u":"deep%20one_tob1-2023","p":72,"s":63,"h":1,"dP":1,"n":"Deep One"},{"id":3765,"c":1,"u":"deep%20one%20archimandrite_tob1-2023","p":73,"s":63,"h":1,"dP":1,"n":"Deep One Archimandrite"},{"id":3766,"c":1,"u":"deep%20one%20priest_tob1-2023","p":72,"s":63,"h":1,"dP":1,"n":"Deep One Priest"},{"id":3767,"c":1,"u":"degenerate%20titan_tob1-2023","p":362,"s":63,"h":1,"dP":1,"n":"Degenerate Titan"},{"id":3768,"c":1,"u":"demon%20lord%20akyishigal_tob1-2023","p":74,"s":63,"h":1,"dP":1,"n":"Demon Lord Akyishigal"},{"id":3769,"c":1,"u":"demon%20lord%20camazotz_tob1-2023","p":76,"s":63,"h":1,"dP":1,"n":"Demon Lord Camazotz"},{"id":3770,"c":1,"u":"demon%20lord%20mechuiti_tob1-2023","p":78,"s":63,"h":1,"dP":1,"n":"Demon Lord Mechuiti"},{"id":3771,"c":1,"u":"demon%20lord%20qorgeth_tob1-2023","p":80,"s":63,"h":1,"dP":1,"n":"Demon Lord Qorgeth"},{"id":3772,"c":1,"u":"derro%20fetal%20savant_tob1-2023","p":88,"s":63,"h":1,"dP":1,"n":"Derro Fetal Savant"},{"id":3773,"c":1,"u":"derro%20shadow%20antipaladin_tob1-2023","p":89,"s":63,"h":1,"dP":1,"n":"Derro Shadow Antipaladin"},{"id":3774,"c":1,"u":"desert%20giant_tob1-2023","p":205,"s":63,"h":1,"dP":1,"n":"Desert Giant"},{"id":3775,"c":1,"u":"devilbound%20gnome_tob1-2023","p":408,"s":63,"h":1,"dP":1,"n":"Devilbound Gnome"},{"id":3776,"c":1,"u":"dipsa_tob1-2023","p":105,"s":63,"h":1,"dP":1,"n":"Dipsa"},{"id":3777,"c":1,"u":"dissimortuum_tob1-2023","p":106,"s":63,"h":1,"dP":1,"n":"Dissimortuum"},{"id":3778,"c":1,"u":"dogmole_tob1-2023","p":107,"s":63,"h":1,"dP":1,"n":"Dogmole"},{"id":3779,"c":1,"u":"dogmole%20juggernaut_tob1-2023","p":107,"s":63,"h":1,"dP":1,"n":"Dogmole Juggernaut"},{"id":3780,"c":1,"u":"domovoi_tob1-2023","p":108,"s":63,"h":1,"dP":1,"n":"Domovoi"},{"id":3781,"c":1,"u":"doppelrat_tob1-2023","p":109,"s":63,"h":1,"dP":1,"n":"Doppelrat"},{"id":3782,"c":1,"u":"dorreq_tob1-2023","p":110,"s":63,"h":1,"dP":1,"n":"Dorreq"},{"id":3783,"c":1,"u":"dragon%20eel_tob1-2023","p":111,"s":63,"h":1,"dP":1,"n":"Dragon Eel"},{"id":3784,"c":1,"u":"dragonleaf%20tree_tob1-2023","p":137,"s":63,"h":1,"dP":1,"n":"Dragonleaf Tree"},{"id":3785,"c":1,"u":"drakon_tob1-2023","p":147,"s":63,"h":1,"dP":1,"n":"Drakon"},{"id":3786,"c":1,"u":"dream%20eater_tob1-2023","p":148,"s":63,"h":1,"dP":1,"n":"Dream Eater"},{"id":3787,"c":1,"u":"drowned%20maiden_tob1-2023","p":149,"s":63,"h":1,"dP":1,"n":"Drowned Maiden"},{"id":3788,"c":1,"u":"dullahan_tob1-2023","p":151,"s":63,"h":1,"dP":1,"n":"Dullahan"},{"id":3789,"c":1,"u":"dune%20mimic_tob1-2023","p":268,"s":63,"h":1,"dP":1,"n":"Dune Mimic"},{"id":3790,"c":1,"u":"duskthorn%20dryad_tob1-2023","p":150,"s":63,"h":1,"dP":1,"n":"Duskthorn Dryad"},{"id":3791,"c":1,"u":"dust%20goblin_tob1-2023","p":215,"s":63,"h":1,"dP":1,"n":"Dust Goblin"},{"id":3792,"c":1,"u":"dwarven%20ringmage_tob1-2023","p":409,"s":63,"h":1,"dP":1,"n":"Dwarven Ringmage"},{"id":3793,"c":1,"u":"eala_tob1-2023","p":152,"s":63,"h":1,"dP":1,"n":"Eala"},{"id":3794,"c":1,"u":"eater%20of%20dust_tob1-2023","p":153,"s":63,"h":1,"dP":1,"n":"Eater of Dust"},{"id":3795,"c":1,"u":"edimmu_tob1-2023","p":154,"s":63,"h":1,"dP":1,"n":"Edimmu"},{"id":3796,"c":1,"u":"eel%20hound_tob1-2023","p":155,"s":63,"h":1,"dP":1,"n":"Eel Hound"},{"id":3797,"c":1,"u":"einherjar_tob1-2023","p":156,"s":63,"h":1,"dP":1,"n":"Einherjar"},{"id":3798,"c":1,"u":"elder%20shadow%20drake_tob1-2023","p":143,"s":63,"h":1,"dP":1,"n":"Elder Shadow Drake"},{"id":3799,"c":1,"u":"elemental%20locus_tob1-2023","p":157,"s":63,"h":1,"dP":1,"n":"Elemental Locus"},{"id":3800,"c":1,"u":"elvish%20veteran%20archer_tob1-2023","p":410,"s":63,"h":1,"dP":1,"n":"Elvish Veteran Archer"},{"id":3801,"c":1,"u":"emerald%20eye_tob1-2023","p":163,"s":63,"h":1,"dP":1,"n":"Emerald Eye"},{"id":3802,"c":1,"u":"emerald%20order%20cult%20leader_tob1-2023","p":410,"s":63,"h":1,"dP":1,"n":"Emerald Order Cult Leader"},{"id":3803,"c":1,"u":"empty%20cloak_tob1-2023","p":164,"s":63,"h":1,"dP":1,"n":"Empty Cloak"},{"id":3804,"c":1,"u":"eonic%20drifter_tob1-2023","p":165,"s":63,"h":1,"dP":1,"n":"Eonic Drifter"},{"id":3805,"c":1,"u":"erina_tob1-2023","p":166,"s":63,"h":1,"dP":1,"n":"Erina"},{"id":3806,"c":1,"u":"erina%20defender_tob1-2023","p":166,"s":63,"h":1,"dP":1,"n":"Erina Defender"},{"id":3807,"c":1,"u":"eye%20golem_tob1-2023","p":216,"s":63,"h":1,"dP":1,"n":"Eye Golem"},{"id":3808,"c":1,"u":"far%20darrig_tob1-2023","p":167,"s":63,"h":1,"dP":1,"n":"Far Darrig"},{"id":3809,"c":1,"u":"fate%20eater_tob1-2023","p":168,"s":63,"h":1,"dP":1,"n":"Fate Eater"},{"id":3810,"c":1,"u":"fear%20smith_tob1-2023","p":169,"s":63,"h":1,"dP":1,"n":"Fear Smith"},{"id":3811,"c":1,"u":"fellforged_tob1-2023","p":170,"s":63,"h":1,"dP":1,"n":"Fellforged"},{"id":3812,"c":1,"u":"fext_tob1-2023","p":171,"s":63,"h":1,"dP":1,"n":"Fext"},{"id":3813,"c":1,"u":"feyward%20tree_tob1-2023","p":186,"s":63,"h":1,"dP":1,"n":"Feyward Tree"},{"id":3814,"c":1,"u":"fidele%20angel_tob1-2023","p":19,"s":63,"h":1,"dP":1,"n":"Fidele Angel"},{"id":3815,"c":1,"u":"firebird_tob1-2023","p":187,"s":63,"h":1,"dP":1,"n":"Firebird"},{"id":3816,"c":1,"u":"firegeist_tob1-2023","p":188,"s":63,"h":1,"dP":1,"n":"Firegeist"},{"id":3817,"c":1,"u":"flab%20giant_tob1-2023","p":206,"s":63,"h":1,"dP":1,"n":"Flab Giant"},{"id":3818,"c":1,"u":"flame%20dragon%20wyrmling_tob1-2023","p":119,"s":63,"h":1,"dP":1,"n":"Flame Dragon Wyrmling"},{"id":3819,"c":1,"u":"flutterflesh_tob1-2023","p":189,"s":63,"h":1,"dP":1,"n":"Flutterflesh"},{"id":3820,"c":1,"u":"folk%20of%20leng_tob1-2023","p":190,"s":63,"h":1,"dP":1,"n":"Folk of Leng"},{"id":3821,"c":1,"u":"forest%20marauder_tob1-2023","p":191,"s":63,"h":1,"dP":1,"n":"Forest Marauder"},{"id":3822,"c":1,"u":"fraughashar_tob1-2023","p":192,"s":63,"h":1,"dP":1,"n":"Fraughashar"},{"id":3823,"c":1,"u":"frostveil_tob1-2023","p":193,"s":63,"h":1,"dP":1,"n":"Frostveil"},{"id":3824,"c":1,"u":"garroter%20crab_tob1-2023","p":194,"s":63,"h":1,"dP":1,"n":"Garroter Crab"},{"id":3825,"c":1,"u":"gbahali_tob1-2023","p":195,"s":63,"h":1,"dP":1,"n":"Gbahali"},{"id":3826,"c":1,"u":"gearforged%20templar_tob1-2023","p":196,"s":63,"h":1,"dP":1,"n":"Gearforged Templar"},{"id":3827,"c":1,"u":"gerridae_tob1-2023","p":198,"s":63,"h":1,"dP":1,"n":"Gerridae"},{"id":3828,"c":1,"u":"ghost%20knight_tob1-2023","p":199,"s":63,"h":1,"dP":1,"n":"Ghost Knight"},{"id":3829,"c":1,"u":"ghostwalk%20spider_tob1-2023","p":343,"s":63,"h":1,"dP":1,"n":"Ghostwalk Spider"},{"id":3830,"c":1,"u":"giant%20ant_tob1-2023","p":22,"s":63,"h":1,"dP":1,"n":"Giant Ant"},{"id":3831,"c":1,"u":"giant%20ant%20queen_tob1-2023","p":22,"s":63,"h":1,"dP":1,"n":"Giant Ant Queen"},{"id":3832,"c":1,"u":"gilded%20devil_tob1-2023","p":95,"s":63,"h":1,"dP":1,"n":"Gilded Devil"},{"id":3833,"c":1,"u":"glass%20gator_tob1-2023","p":211,"s":63,"h":1,"dP":1,"n":"Glass Gator"},{"id":3834,"c":1,"u":"gnarljak_tob1-2023","p":212,"s":63,"h":1,"dP":1,"n":"Gnarljak"},{"id":3835,"c":1,"u":"gnoll%20havoc%20runner_tob1-2023","p":212,"s":63,"h":1,"dP":1,"n":"Gnoll Havoc Runner"},{"id":3836,"c":1,"u":"goat-man_tob1-2023","p":214,"s":63,"h":1,"dP":1,"n":"Goat-Man"},{"id":3837,"c":1,"u":"gray%20thirster_tob1-2023","p":221,"s":63,"h":1,"dP":1,"n":"Gray Thirster"},{"id":3838,"c":1,"u":"greater%20death%20butterfly%20swarm_tob1-2023","p":70,"s":63,"h":1,"dP":1,"n":"Greater Death Butterfly Swarm"},{"id":3839,"c":1,"u":"greyfur_tob1-2023","p":250,"s":63,"h":1,"dP":1,"n":"Greyfur"},{"id":3840,"c":1,"u":"grim%20jester_tob1-2023","p":224,"s":63,"h":1,"dP":1,"n":"Grim Jester"},{"id":3841,"c":1,"u":"gug_tob1-2023","p":225,"s":63,"h":1,"dP":1,"n":"Gug"},{"id":3842,"c":1,"u":"gypsosphinx_tob1-2023","p":340,"s":63,"h":1,"dP":1,"n":"Gypsosphinx"},{"id":3843,"c":1,"u":"haugbui_tob1-2023","p":231,"s":63,"h":1,"dP":1,"n":"Haugbui"},{"id":3844,"c":1,"u":"herald%20of%20blood_tob1-2023","p":232,"s":63,"h":1,"dP":1,"n":"Herald of Blood"},{"id":3845,"c":1,"u":"herald%20of%20darkness_tob1-2023","p":233,"s":63,"h":1,"dP":1,"n":"Herald of Darkness"},{"id":3846,"c":1,"u":"hoard%20golem_tob1-2023","p":217,"s":63,"h":1,"dP":1,"n":"Hoard Golem"},{"id":3847,"c":1,"u":"horakh_tob1-2023","p":234,"s":63,"h":1,"dP":1,"n":"Horakh"},{"id":3848,"c":1,"u":"hound%20of%20the%20night_tob1-2023","p":235,"s":63,"h":1,"dP":1,"n":"Hound of the Night"},{"id":3849,"c":1,"u":"hraesvelgr_tob1-2023","p":207,"s":63,"h":1,"dP":1,"n":"Hraesvelgr"},{"id":3850,"c":1,"u":"hulking%20whelp_tob1-2023","p":236,"s":63,"h":1,"dP":1,"n":"Hulking Whelp"},{"id":3851,"c":1,"u":"hundun_tob1-2023","p":237,"s":63,"h":1,"dP":1,"n":"Hundun"},{"id":3852,"c":1,"u":"ice%20maiden_tob1-2023","p":238,"s":63,"h":1,"dP":1,"n":"Ice Maiden"},{"id":3853,"c":1,"u":"idolic%20deity_tob1-2023","p":239,"s":63,"h":1,"dP":1,"n":"Idolic Deity"},{"id":3854,"c":1,"u":"imperial%20ghoul_tob1-2023","p":203,"s":63,"h":1,"dP":1,"n":"Imperial Ghoul"},{"id":3855,"c":1,"u":"ink%20devil_tob1-2023","p":96,"s":63,"h":1,"dP":1,"n":"Ink Devil"},{"id":3856,"c":1,"u":"iron%20ghoul_tob1-2023","p":204,"s":63,"h":1,"dP":1,"n":"Iron Ghoul"},{"id":3857,"c":1,"u":"isonade_tob1-2023","p":240,"s":63,"h":1,"dP":1,"n":"Isonade"},{"id":3858,"c":1,"u":"j'ba%20fofi%20spider_tob1-2023","p":344,"s":63,"h":1,"dP":1,"n":"J'ba Fofi Spider"},{"id":3859,"c":1,"u":"jaculus_tob1-2023","p":241,"s":63,"h":1,"dP":1,"n":"Jaculus"},{"id":3860,"c":1,"u":"jotun_tob1-2023","p":209,"s":63,"h":1,"dP":1,"n":"Jotun"},{"id":3861,"c":1,"u":"kalke_tob1-2023","p":242,"s":63,"h":1,"dP":1,"n":"Kalke"},{"id":3862,"c":1,"u":"kikimora_tob1-2023","p":243,"s":63,"h":1,"dP":1,"n":"Kikimora"},{"id":3863,"c":1,"u":"kishi%20demon_tob1-2023","p":84,"s":63,"h":1,"dP":1,"n":"Kishi Demon"},{"id":3864,"c":1,"u":"kobold%20alchemist_tob1-2023","p":244,"s":63,"h":1,"dP":1,"n":"Kobold Alchemist"},{"id":3865,"c":1,"u":"kobold%20chieftain_tob1-2023","p":245,"s":63,"h":1,"dP":1,"n":"Kobold Chieftain"},{"id":3866,"c":1,"u":"kobold%20trapsmith_tob1-2023","p":246,"s":63,"h":1,"dP":1,"n":"Kobold Trapsmith"},{"id":3867,"c":1,"u":"kongamato_tob1-2023","p":247,"s":63,"h":1,"dP":1,"n":"Kongamato"},{"id":3868,"c":1,"u":"koralk%20devil_tob1-2023","p":97,"s":63,"h":1,"dP":1,"n":"Koralk Devil"},{"id":3869,"c":1,"u":"kot%20bayun_tob1-2023","p":248,"s":63,"h":1,"dP":1,"n":"Kot Bayun"},{"id":3870,"c":1,"u":"krake%20spawn_tob1-2023","p":249,"s":63,"h":1,"dP":1,"n":"Krake Spawn"},{"id":3871,"c":1,"u":"lake%20troll_tob1-2023","p":370,"s":63,"h":1,"dP":1,"n":"Lake Troll"},{"id":3872,"c":1,"u":"lantern%20dragonette_tob1-2023","p":136,"s":63,"h":1,"dP":1,"n":"Lantern Dragonette"},{"id":3873,"c":1,"u":"lemurfolk_tob1-2023","p":250,"s":63,"h":1,"dP":1,"n":"Lemurfolk"},{"id":3874,"c":1,"u":"leshy_tob1-2023","p":251,"s":63,"h":1,"dP":1,"n":"Leshy"},{"id":3875,"c":1,"u":"library%20automaton_tob1-2023","p":252,"s":63,"h":1,"dP":1,"n":"Library Automaton"},{"id":3876,"c":1,"u":"lich%20hound_tob1-2023","p":253,"s":63,"h":1,"dP":1,"n":"Lich Hound"},{"id":3877,"c":1,"u":"likho_tob1-2023","p":254,"s":63,"h":1,"dP":1,"n":"Likho"},{"id":3878,"c":1,"u":"lindwurm_tob1-2023","p":255,"s":63,"h":1,"dP":1,"n":"Lindwurm"},{"id":3879,"c":1,"u":"liosalfar_tob1-2023","p":256,"s":63,"h":1,"dP":1,"n":"Liosalfar"},{"id":3880,"c":1,"u":"living%20wick_tob1-2023","p":257,"s":63,"h":1,"dP":1,"n":"Living Wick"},{"id":3881,"c":1,"u":"lord%20of%20the%20hunt_tob1-2023","p":174,"s":63,"h":1,"dP":1,"n":"Lord of the Hunt"},{"id":3882,"c":1,"u":"lorelei_tob1-2023","p":258,"s":63,"h":1,"dP":1,"n":"Lorelei"},{"id":3883,"c":1,"u":"loxoda_tob1-2023","p":259,"s":63,"h":1,"dP":1,"n":"Loxoda"},{"id":3884,"c":1,"u":"lunar%20devil_tob1-2023","p":98,"s":63,"h":1,"dP":1,"n":"Lunar Devil"},{"id":3885,"c":1,"u":"mahoru_tob1-2023","p":260,"s":63,"h":1,"dP":1,"n":"Mahoru"},{"id":3886,"c":1,"u":"malakbel%20demon_tob1-2023","p":85,"s":63,"h":1,"dP":1,"n":"Malakbel Demon"},{"id":3887,"c":1,"u":"mallqui_tob1-2023","p":261,"s":63,"h":1,"dP":1,"n":"Mallqui"},{"id":3888,"c":1,"u":"malphas_tob1-2023","p":262,"s":63,"h":1,"dP":1,"n":"Malphas"},{"id":3889,"c":1,"u":"mamura_tob1-2023","p":263,"s":63,"h":1,"dP":1,"n":"Mamura"},{"id":3890,"c":1,"u":"map%20mimic_tob1-2023","p":269,"s":63,"h":1,"dP":1,"n":"Map Mimic"},{"id":3891,"c":1,"u":"mask%20wight_tob1-2023","p":264,"s":63,"h":1,"dP":1,"n":"Mask Wight"},{"id":3892,"c":1,"u":"mavka_tob1-2023","p":265,"s":63,"h":1,"dP":1,"n":"Mavka"},{"id":3893,"c":1,"u":"mbielu%20dinosaur_tob1-2023","p":101,"s":63,"h":1,"dP":1,"n":"Mbielu Dinosaur"},{"id":3894,"c":1,"u":"mi-go_tob1-2023","p":266,"s":63,"h":1,"dP":1,"n":"Mi-go"},{"id":3895,"c":1,"u":"millitaur_tob1-2023","p":267,"s":63,"h":1,"dP":1,"n":"Millitaur"},{"id":3896,"c":1,"u":"mindrot%20thrall_tob1-2023","p":270,"s":63,"h":1,"dP":1,"n":"Mindrot Thrall"},{"id":3897,"c":1,"u":"mirager_tob1-2023","p":271,"s":63,"h":1,"dP":1,"n":"Mirager"},{"id":3898,"c":1,"u":"miremal_tob1-2023","p":272,"s":63,"h":1,"dP":1,"n":"Miremal"},{"id":3899,"c":1,"u":"mirror%20hag_tob1-2023","p":227,"s":63,"h":1,"dP":1,"n":"Mirror Hag"},{"id":3900,"c":1,"u":"mithral%20dragon%20wyrmling_tob1-2023","p":123,"s":63,"h":1,"dP":1,"n":"Mithral Dragon Wyrmling"},{"id":3901,"c":1,"u":"mngwa_tob1-2023","p":273,"s":63,"h":1,"dP":1,"n":"Mngwa"},{"id":3902,"c":1,"u":"monolith%20champion_tob1-2023","p":274,"s":63,"h":1,"dP":1,"n":"Monolith Champion"},{"id":3903,"c":1,"u":"monolith%20footman_tob1-2023","p":275,"s":63,"h":1,"dP":1,"n":"Monolith Footman"},{"id":3904,"c":1,"u":"moonlit%20king_tob1-2023","p":176,"s":63,"h":1,"dP":1,"n":"Moonlit King"},{"id":3905,"c":1,"u":"mordant%20snare_tob1-2023","p":276,"s":63,"h":1,"dP":1,"n":"Mordant Snare"},{"id":3906,"c":1,"u":"morphoi_tob1-2023","p":277,"s":63,"h":1,"dP":1,"n":"Morphoi"},{"id":3907,"c":1,"u":"moss%20lurker_tob1-2023","p":278,"s":63,"h":1,"dP":1,"n":"Moss Lurker"},{"id":3908,"c":1,"u":"myling_tob1-2023","p":281,"s":63,"h":1,"dP":1,"n":"Myling"},{"id":3909,"c":1,"u":"naina_tob1-2023","p":282,"s":63,"h":1,"dP":1,"n":"Naina"},{"id":3910,"c":1,"u":"necrohydra_tob1-2023","p":283,"s":63,"h":1,"dP":1,"n":"Necrohydra"},{"id":3911,"c":1,"u":"ngobou%20dinosaur_tob1-2023","p":102,"s":63,"h":1,"dP":1,"n":"Ngobou Dinosaur"},{"id":3912,"c":1,"u":"nichny_tob1-2023","p":284,"s":63,"h":1,"dP":1,"n":"Nichny"},{"id":3913,"c":1,"u":"night%20scorpion_tob1-2023","p":320,"s":63,"h":1,"dP":1,"n":"Night Scorpion"},{"id":3914,"c":1,"u":"nightgarm_tob1-2023","p":285,"s":63,"h":1,"dP":1,"n":"Nightgarm"},{"id":3915,"c":1,"u":"nihileth%20aboleth_tob1-2023","p":9,"s":63,"h":1,"dP":1,"n":"Nihileth Aboleth"},{"id":3916,"c":1,"u":"nihilethic%20dominator_tob1-2023","p":10,"s":63,"h":1,"dP":1,"n":"Nihilethic Dominator"},{"id":3917,"c":1,"u":"nihilethic%20zombie_tob1-2023","p":9,"s":63,"h":1,"dP":1,"n":"Nihilethic Zombie"},{"id":3918,"c":1,"u":"nkosi_tob1-2023","p":286,"s":63,"h":1,"dP":1,"n":"Nkosi"},{"id":3919,"c":1,"u":"nkosi%20pridelord_tob1-2023","p":286,"s":63,"h":1,"dP":1,"n":"Nkosi Pridelord"},{"id":3920,"c":1,"u":"noctiny_tob1-2023","p":287,"s":63,"h":1,"dP":1,"n":"Noctiny"},{"id":3921,"c":1,"u":"oculo%20swarm_tob1-2023","p":288,"s":63,"h":1,"dP":1,"n":"Oculo Swarm"},{"id":3922,"c":1,"u":"ogre%20corrupted%20chieftain_tob1-2023","p":289,"s":63,"h":1,"dP":1,"n":"Ogre Corrupted Chieftain"},{"id":3923,"c":1,"u":"oozasis_tob1-2023","p":290,"s":63,"h":1,"dP":1,"n":"Oozasis"},{"id":3924,"c":1,"u":"orobas%20devil_tob1-2023","p":99,"s":63,"h":1,"dP":1,"n":"Orobas Devil"},{"id":3925,"c":1,"u":"ostinato_tob1-2023","p":292,"s":63,"h":1,"dP":1,"n":"Ostinato"},{"id":3926,"c":1,"u":"owl%20harpy_tob1-2023","p":230,"s":63,"h":1,"dP":1,"n":"Owl Harpy"},{"id":3927,"c":1,"u":"pact%20vampire_tob1-2023","p":380,"s":63,"h":1,"dP":1,"n":"Pact Vampire"},{"id":3928,"c":1,"u":"paper%20drake_tob1-2023","p":144,"s":63,"h":1,"dP":1,"n":"Paper Drake"},{"id":3929,"c":1,"u":"planewatcher_tob1-2023","p":293,"s":63,"h":1,"dP":1,"n":"Planewatcher"},{"id":3930,"c":1,"u":"pombero_tob1-2023","p":294,"s":63,"h":1,"dP":1,"n":"Pombero"},{"id":3931,"c":1,"u":"possessed%20pillar_tob1-2023","p":295,"s":63,"h":1,"dP":1,"n":"Possessed Pillar"},{"id":3932,"c":1,"u":"psoglav%20demon_tob1-2023","p":86,"s":63,"h":1,"dP":1,"n":"Psoglav Demon"},{"id":3933,"c":1,"u":"putrid%20haunt_tob1-2023","p":296,"s":63,"h":1,"dP":1,"n":"Putrid Haunt"},{"id":3934,"c":1,"u":"queen%20of%20night%20and%20magic_tob1-2023","p":178,"s":63,"h":1,"dP":1,"n":"Queen of Night and Magic"},{"id":3935,"c":1,"u":"queen%20of%20witches_tob1-2023","p":180,"s":63,"h":1,"dP":1,"n":"Queen of Witches"},{"id":3936,"c":1,"u":"quicksilver%20siege%20orb_tob1-2023","p":297,"s":63,"h":1,"dP":1,"n":"Quicksilver Siege Orb"},{"id":3937,"c":1,"u":"qwyllion_tob1-2023","p":298,"s":63,"h":1,"dP":1,"n":"Qwyllion"},{"id":3938,"c":1,"u":"ramag_tob1-2023","p":299,"s":63,"h":1,"dP":1,"n":"Ramag"},{"id":3939,"c":1,"u":"rat%20king_tob1-2023","p":300,"s":63,"h":1,"dP":1,"n":"Rat King"},{"id":3940,"c":1,"u":"ratatosk_tob1-2023","p":301,"s":63,"h":1,"dP":1,"n":"Ratatosk"},{"id":3941,"c":1,"u":"ratfolk_tob1-2023","p":302,"s":63,"h":1,"dP":1,"n":"Ratfolk"},{"id":3942,"c":1,"u":"ratfolk%20rogue_tob1-2023","p":302,"s":63,"h":1,"dP":1,"n":"Ratfolk Rogue"},{"id":3943,"c":1,"u":"ravenala_tob1-2023","p":303,"s":63,"h":1,"dP":1,"n":"Ravenala"},{"id":3944,"c":1,"u":"ravenfolk%20doom%20croaker_tob1-2023","p":305,"s":63,"h":1,"dP":1,"n":"Ravenfolk Doom Croaker"},{"id":3945,"c":1,"u":"ravenfolk%20scout_tob1-2023","p":304,"s":63,"h":1,"dP":1,"n":"Ravenfolk Scout"},{"id":3946,"c":1,"u":"ravenfolk%20warrior_tob1-2023","p":304,"s":63,"h":1,"dP":1,"n":"Ravenfolk Warrior"},{"id":3947,"c":1,"u":"red%20hag_tob1-2023","p":228,"s":63,"h":1,"dP":1,"n":"Red Hag"},{"id":3948,"c":1,"u":"red-banded%20line%20spider_tob1-2023","p":345,"s":63,"h":1,"dP":1,"n":"Red-Banded Line Spider"},{"id":3949,"c":1,"u":"redcap_tob1-2023","p":306,"s":63,"h":1,"dP":1,"n":"Redcap"},{"id":3950,"c":1,"u":"rift%20swine_tob1-2023","p":307,"s":63,"h":1,"dP":1,"n":"Rift Swine"},{"id":3951,"c":1,"u":"rime%20worm_tob1-2023","p":308,"s":63,"h":1,"dP":1,"n":"Rime Worm"},{"id":3952,"c":1,"u":"rime%20worm%20grub_tob1-2023","p":308,"s":63,"h":1,"dP":1,"n":"Rime Worm Grub"},{"id":3953,"c":1,"u":"risen%20reaver_tob1-2023","p":309,"s":63,"h":1,"dP":1,"n":"Risen Reaver"},{"id":3954,"c":1,"u":"river%20king_tob1-2023","p":182,"s":63,"h":1,"dP":1,"n":"River King"},{"id":3955,"c":1,"u":"roachling%20lord_tob1-2023","p":310,"s":63,"h":1,"dP":1,"n":"Roachling Lord"},{"id":3956,"c":1,"u":"roachling%20skirmisher_tob1-2023","p":310,"s":63,"h":1,"dP":1,"n":"Roachling Skirmisher"},{"id":3957,"c":1,"u":"rotting%20wind_tob1-2023","p":311,"s":63,"h":1,"dP":1,"n":"Rotting Wind"},{"id":3958,"c":1,"u":"rubezahl%20demon_tob1-2023","p":87,"s":63,"h":1,"dP":1,"n":"Rubezahl Demon"},{"id":3959,"c":1,"u":"rum%20gremlin_tob1-2023","p":223,"s":63,"h":1,"dP":1,"n":"Rum Gremlin"},{"id":3960,"c":1,"u":"rust%20drake_tob1-2023","p":145,"s":63,"h":1,"dP":1,"n":"Rust Drake"},{"id":3961,"c":1,"u":"salt%20devil_tob1-2023","p":100,"s":63,"h":1,"dP":1,"n":"Salt Devil"},{"id":3962,"c":1,"u":"salt%20golem_tob1-2023","p":218,"s":63,"h":1,"dP":1,"n":"Salt Golem"},{"id":3963,"c":1,"u":"sand%20hag_tob1-2023","p":229,"s":63,"h":1,"dP":1,"n":"Sand Hag"},{"id":3964,"c":1,"u":"sand%20silhouette_tob1-2023","p":312,"s":63,"h":1,"dP":1,"n":"Sand Silhouette"},{"id":3965,"c":1,"u":"sand%20spider_tob1-2023","p":346,"s":63,"h":1,"dP":1,"n":"Sand Spider"},{"id":3966,"c":1,"u":"sandman_tob1-2023","p":313,"s":63,"h":1,"dP":1,"n":"Sandman"},{"id":3967,"c":1,"u":"sandwyrm_tob1-2023","p":314,"s":63,"h":1,"dP":1,"n":"Sandwyrm"},{"id":3968,"c":1,"u":"sap%20demon_tob1-2023","p":315,"s":63,"h":1,"dP":1,"n":"Sap Demon"},{"id":3969,"c":1,"u":"sarcophagus%20slime_tob1-2023","p":316,"s":63,"h":1,"dP":1,"n":"Sarcophagus Slime"},{"id":3970,"c":1,"u":"sathaq%20worm_tob1-2023","p":317,"s":63,"h":1,"dP":1,"n":"Sathaq Worm"},{"id":3971,"c":1,"u":"savager_tob1-2023","p":318,"s":63,"h":1,"dP":1,"n":"Savager"},{"id":3972,"c":1,"u":"scheznyki_tob1-2023","p":319,"s":63,"h":1,"dP":1,"n":"Scheznyki"},{"id":3973,"c":1,"u":"scorpion%20cultist_tob1-2023","p":411,"s":63,"h":1,"dP":1,"n":"Scorpion Cultist"},{"id":3974,"c":1,"u":"sea%20dragon%20wyrmling_tob1-2023","p":127,"s":63,"h":1,"dP":1,"n":"Sea Dragon Wyrmling"},{"id":3975,"c":1,"u":"selang_tob1-2023","p":321,"s":63,"h":1,"dP":1,"n":"Selang"},{"id":3976,"c":1,"u":"serpopard_tob1-2023","p":322,"s":63,"h":1,"dP":1,"n":"Serpopard"},{"id":3977,"c":1,"u":"shadhavar_tob1-2023","p":323,"s":63,"h":1,"dP":1,"n":"Shadhavar"},{"id":3978,"c":1,"u":"shadow%20beast_tob1-2023","p":324,"s":63,"h":1,"dP":1,"n":"Shadow Beast"},{"id":3979,"c":1,"u":"shadow%20fey_tob1-2023","p":158,"s":63,"h":1,"dP":1,"n":"Shadow Fey"},{"id":3980,"c":1,"u":"shadow%20fey%20duelist_tob1-2023","p":159,"s":63,"h":1,"dP":1,"n":"Shadow Fey Duelist"},{"id":3981,"c":1,"u":"shadow%20fey%20enchantress_tob1-2023","p":160,"s":63,"h":1,"dP":1,"n":"Shadow Fey Enchantress"},{"id":3982,"c":1,"u":"shadow%20fey%20forest%20hunter_tob1-2023","p":161,"s":63,"h":1,"dP":1,"n":"Shadow Fey Forest Hunter"},{"id":3983,"c":1,"u":"shadow%20fey%20guardian_tob1-2023","p":162,"s":63,"h":1,"dP":1,"n":"Shadow Fey Guardian"},{"id":3984,"c":1,"u":"sharkjaw%20skeleton_tob1-2023","p":329,"s":63,"h":1,"dP":1,"n":"Sharkjaw Skeleton"},{"id":3985,"c":1,"u":"shellycoat_tob1-2023","p":325,"s":63,"h":1,"dP":1,"n":"Shellycoat"},{"id":3986,"c":1,"u":"shoggoth_tob1-2023","p":326,"s":63,"h":1,"dP":1,"n":"Shoggoth"},{"id":3987,"c":1,"u":"shroud_tob1-2023","p":327,"s":63,"h":1,"dP":1,"n":"Shroud"},{"id":3988,"c":1,"u":"skein%20witch_tob1-2023","p":328,"s":63,"h":1,"dP":1,"n":"Skein Witch"},{"id":3989,"c":1,"u":"skin%20bat_tob1-2023","p":331,"s":63,"h":1,"dP":1,"n":"Skin Bat"},{"id":3990,"c":1,"u":"skitterhaunt_tob1-2023","p":332,"s":63,"h":1,"dP":1,"n":"Skitterhaunt"},{"id":3991,"c":1,"u":"slow%20storm_tob1-2023","p":333,"s":63,"h":1,"dP":1,"n":"Slow Storm"},{"id":3992,"c":1,"u":"smaragdine%20golem_tob1-2023","p":219,"s":63,"h":1,"dP":1,"n":"Smaragdine Golem"},{"id":3993,"c":1,"u":"snow%20queen_tob1-2023","p":184,"s":63,"h":1,"dP":1,"n":"Snow Queen"},{"id":3994,"c":1,"u":"son%20of%20fenris_tob1-2023","p":335,"s":63,"h":1,"dP":1,"n":"Son of Fenris"},{"id":3995,"c":1,"u":"soul%20eater_tob1-2023","p":336,"s":63,"h":1,"dP":1,"n":"Soul Eater"},{"id":3996,"c":1,"u":"spark_tob1-2023","p":337,"s":63,"h":1,"dP":1,"n":"Spark"},{"id":3997,"c":1,"u":"spawn%20of%20akyishigal_tob1-2023","p":75,"s":63,"h":1,"dP":1,"n":"Spawn of Akyishigal"},{"id":3998,"c":1,"u":"spawn%20of%20arbeyach_tob1-2023","p":91,"s":63,"h":1,"dP":1,"n":"Spawn of Arbeyach"},{"id":3999,"c":1,"u":"spectral%20guardian_tob1-2023","p":338,"s":63,"h":1,"dP":1,"n":"Spectral Guardian"},{"id":4000,"c":1,"u":"spider%20of%20leng_tob1-2023","p":341,"s":63,"h":1,"dP":1,"n":"Spider of Leng"},{"id":4001,"c":1,"u":"spider%20thief_tob1-2023","p":342,"s":63,"h":1,"dP":1,"n":"Spider Thief"},{"id":4002,"c":1,"u":"spinosaurus%20dinosaur_tob1-2023","p":103,"s":63,"h":1,"dP":1,"n":"Spinosaurus Dinosaur"},{"id":4003,"c":1,"u":"spire%20walker_tob1-2023","p":347,"s":63,"h":1,"dP":1,"n":"Spire Walker"},{"id":4004,"c":1,"u":"star%20drake_tob1-2023","p":146,"s":63,"h":1,"dP":1,"n":"Star Drake"},{"id":4005,"c":1,"u":"star-spawn%20of%20cthulhu_tob1-2023","p":348,"s":63,"h":1,"dP":1,"n":"Star-Spawn of Cthulhu"},{"id":4006,"c":1,"u":"steam%20golem_tob1-2023","p":220,"s":63,"h":1,"dP":1,"n":"Steam Golem"},{"id":4007,"c":1,"u":"strife_tob1-2023","p":349,"s":63,"h":1,"dP":1,"n":"Strife"},{"id":4008,"c":1,"u":"stryx_tob1-2023","p":350,"s":63,"h":1,"dP":1,"n":"Stryx"},{"id":4009,"c":1,"u":"stuhac_tob1-2023","p":351,"s":63,"h":1,"dP":1,"n":"Stuhac"},{"id":4010,"c":1,"u":"stygian%20fat-tailed%20scorpion_tob1-2023","p":320,"s":63,"h":1,"dP":1,"n":"Stygian Fat-Tailed Scorpion"},{"id":4011,"c":1,"u":"subek_tob1-2023","p":352,"s":63,"h":1,"dP":1,"n":"Subek"},{"id":4012,"c":1,"u":"suturefly_tob1-2023","p":353,"s":63,"h":1,"dP":1,"n":"Suturefly"},{"id":4013,"c":1,"u":"swamp%20adder_tob1-2023","p":334,"s":63,"h":1,"dP":1,"n":"Swamp Adder"},{"id":4014,"c":1,"u":"swarm%20of%20fire%20dancers_tob1-2023","p":354,"s":63,"h":1,"dP":1,"n":"Swarm of Fire Dancers"},{"id":4015,"c":1,"u":"swarm%20of%20manabane%20scarabs_tob1-2023","p":355,"s":63,"h":1,"dP":1,"n":"Swarm of Manabane Scarabs"},{"id":4016,"c":1,"u":"swarm%20of%20prismatic%20beetles_tob1-2023","p":356,"s":63,"h":1,"dP":1,"n":"Swarm of Prismatic Beetles"},{"id":4017,"c":1,"u":"swarm%20of%20sluaghs_tob1-2023","p":357,"s":63,"h":1,"dP":1,"n":"Swarm of Sluaghs"},{"id":4018,"c":1,"u":"swarm%20of%20wharflings_tob1-2023","p":395,"s":63,"h":1,"dP":1,"n":"Swarm of Wharflings"},{"id":4019,"c":1,"u":"swarm%20of%20wolf%20spirits_tob1-2023","p":358,"s":63,"h":1,"dP":1,"n":"Swarm of Wolf Spirits"},{"id":4020,"c":1,"u":"temple%20dog_tob1-2023","p":359,"s":63,"h":1,"dP":1,"n":"Temple Dog"},{"id":4021,"c":1,"u":"tendril%20puppet_tob1-2023","p":389,"s":63,"h":1,"dP":1,"n":"Tendril Puppet"},{"id":4022,"c":1,"u":"thuellai_tob1-2023","p":360,"s":63,"h":1,"dP":1,"n":"Thuellai"},{"id":4023,"c":1,"u":"thursir_tob1-2023","p":210,"s":63,"h":1,"dP":1,"n":"Thursir"},{"id":4024,"c":1,"u":"titanoboa_tob1-2023","p":363,"s":63,"h":1,"dP":1,"n":"Titanoboa"},{"id":4025,"c":1,"u":"tophet_tob1-2023","p":364,"s":63,"h":1,"dP":1,"n":"Tophet"},{"id":4026,"c":1,"u":"tosculi%20drone_tob1-2023","p":367,"s":63,"h":1,"dP":1,"n":"Tosculi Drone"},{"id":4027,"c":1,"u":"tosculi%20elite%20bow%20raider_tob1-2023","p":366,"s":63,"h":1,"dP":1,"n":"Tosculi Elite Bow Raider"},{"id":4028,"c":1,"u":"tosculi%20hive%20queen_tob1-2023","p":366,"s":63,"h":1,"dP":1,"n":"Tosculi Hive Queen"},{"id":4029,"c":1,"u":"tosculi%20warrior_tob1-2023","p":367,"s":63,"h":1,"dP":1,"n":"Tosculi Warrior"},{"id":4030,"c":1,"u":"treacle_tob1-2023","p":368,"s":63,"h":1,"dP":1,"n":"Treacle"},{"id":4031,"c":1,"u":"trollkin%20reaver_tob1-2023","p":371,"s":63,"h":1,"dP":1,"n":"Trollkin Reaver"},{"id":4032,"c":1,"u":"tusked%20skyfish_tob1-2023","p":372,"s":63,"h":1,"dP":1,"n":"Tusked Skyfish"},{"id":4033,"c":1,"u":"umbral%20vampire_tob1-2023","p":382,"s":63,"h":1,"dP":1,"n":"Umbral Vampire"},{"id":4034,"c":1,"u":"uraeus_tob1-2023","p":373,"s":63,"h":1,"dP":1,"n":"Uraeus"},{"id":4035,"c":1,"u":"urochar_tob1-2023","p":374,"s":63,"h":1,"dP":1,"n":"Urochar"},{"id":4036,"c":1,"u":"ushabti_tob1-2023","p":376,"s":63,"h":1,"dP":1,"n":"Ushabti"},{"id":4037,"c":1,"u":"ushabti%20royal%20guard_tob1-2023","p":377,"s":63,"h":1,"dP":1,"n":"Ushabti Royal Guard"},{"id":4038,"c":1,"u":"valkyrie_tob1-2023","p":379,"s":63,"h":1,"dP":1,"n":"Valkyrie"},{"id":4039,"c":1,"u":"vapor%20lynx_tob1-2023","p":383,"s":63,"h":1,"dP":1,"n":"Vapor Lynx"},{"id":4040,"c":1,"u":"venomous%20mummy_tob1-2023","p":279,"s":63,"h":1,"dP":1,"n":"Venomous Mummy"},{"id":4041,"c":1,"u":"vesiculosa_tob1-2023","p":385,"s":63,"h":1,"dP":1,"n":"Vesiculosa"},{"id":4042,"c":1,"u":"vila_tob1-2023","p":386,"s":63,"h":1,"dP":1,"n":"Vila"},{"id":4043,"c":1,"u":"vile%20barber_tob1-2023","p":387,"s":63,"h":1,"dP":1,"n":"Vile Barber"},{"id":4044,"c":1,"u":"vine%20lord_tob1-2023","p":388,"s":63,"h":1,"dP":1,"n":"Vine Lord"},{"id":4045,"c":1,"u":"vine%20troll%20skeleton_tob1-2023","p":330,"s":63,"h":1,"dP":1,"n":"Vine Troll Skeleton"},{"id":4046,"c":1,"u":"void%20dragon%20wyrmling_tob1-2023","p":131,"s":63,"h":1,"dP":1,"n":"Void Dragon Wyrmling"},{"id":4047,"c":1,"u":"voidling_tob1-2023","p":390,"s":63,"h":1,"dP":1,"n":"Voidling"},{"id":4048,"c":1,"u":"volguloth_tob1-2023","p":391,"s":63,"h":1,"dP":1,"n":"Volguloth"},{"id":4049,"c":1,"u":"v%c3%a6ttir_tob1-2023","p":378,"s":63,"h":1,"dP":1,"n":"Vaettir"},{"id":4050,"c":1,"u":"wampus%20cat_tob1-2023","p":392,"s":63,"h":1,"dP":1,"n":"Wampus Cat"},{"id":4051,"c":1,"u":"war%20ostrich_tob1-2023","p":393,"s":63,"h":1,"dP":1,"n":"War Ostrich"},{"id":4052,"c":1,"u":"water%20leaper_tob1-2023","p":394,"s":63,"h":1,"dP":1,"n":"Water Leaper"},{"id":4053,"c":1,"u":"weeping%20treant_tob1-2023","p":369,"s":63,"h":1,"dP":1,"n":"Weeping Treant"},{"id":4054,"c":1,"u":"wharfling_tob1-2023","p":395,"s":63,"h":1,"dP":1,"n":"Wharfling"},{"id":4055,"c":1,"u":"white%20ape_tob1-2023","p":396,"s":63,"h":1,"dP":1,"n":"White Ape"},{"id":4056,"c":1,"u":"wind%20dragon%20wyrmling_tob1-2023","p":135,"s":63,"h":1,"dP":1,"n":"Wind Dragon Wyrmling"},{"id":4057,"c":1,"u":"witchlight_tob1-2023","p":397,"s":63,"h":1,"dP":1,"n":"Witchlight"},{"id":4058,"c":1,"u":"wolf%20reaver%20dwarf_tob1-2023","p":412,"s":63,"h":1,"dP":1,"n":"Wolf Reaver Dwarf"},{"id":4059,"c":1,"u":"wormhearted%20suffragan_tob1-2023","p":398,"s":63,"h":1,"dP":1,"n":"Wormhearted Suffragan"},{"id":4060,"c":1,"u":"xanka_tob1-2023","p":399,"s":63,"h":1,"dP":1,"n":"Xanka"},{"id":4061,"c":1,"u":"xhkarsh_tob1-2023","p":400,"s":63,"h":1,"dP":1,"n":"Xhkarsh"},{"id":4062,"c":1,"u":"ychen%20bannog_tob1-2023","p":401,"s":63,"h":1,"dP":1,"n":"Ychen Bannog"},{"id":4063,"c":1,"u":"young%20cave%20dragon_tob1-2023","p":115,"s":63,"h":1,"dP":1,"n":"Young Cave Dragon"},{"id":4064,"c":1,"u":"young%20flame%20dragon_tob1-2023","p":119,"s":63,"h":1,"dP":1,"n":"Young Flame Dragon"},{"id":4065,"c":1,"u":"young%20mithral%20dragon_tob1-2023","p":123,"s":63,"h":1,"dP":1,"n":"Young Mithral Dragon"},{"id":4066,"c":1,"u":"young%20sea%20dragon_tob1-2023","p":127,"s":63,"h":1,"dP":1,"n":"Young Sea Dragon"},{"id":4067,"c":1,"u":"young%20spinosaurus%20dinosaur_tob1-2023","p":104,"s":63,"h":1,"dP":1,"n":"Young Spinosaurus Dinosaur"},{"id":4068,"c":1,"u":"young%20void%20dragon_tob1-2023","p":130,"s":63,"h":1,"dP":1,"n":"Young Void Dragon"},{"id":4069,"c":1,"u":"young%20wind%20dragon_tob1-2023","p":135,"s":63,"h":1,"dP":1,"n":"Young Wind Dragon"},{"id":4070,"c":1,"u":"zanskaran%20viper_tob1-2023","p":334,"s":63,"h":1,"dP":1,"n":"Zanskaran Viper"},{"id":4071,"c":1,"u":"zimwi_tob1-2023","p":402,"s":63,"h":1,"dP":1,"n":"Zimwi"},{"id":4072,"c":1,"u":"zmey_tob1-2023","p":403,"s":63,"h":1,"dP":1,"n":"Zmey"},{"id":4073,"c":1,"u":"zmey%20headling_tob1-2023","p":404,"s":63,"h":1,"dP":1,"n":"Zmey Headling"},{"id":4074,"c":1,"u":"aza%20dowling_tofw","p":17,"s":64,"h":1,"n":"Aza Dowling"},{"id":4075,"c":1,"u":"ebonclaw_tofw","p":50,"s":64,"h":1,"n":"Ebonclaw"},{"id":4076,"c":1,"u":"eyestalk%20of%20gzemnid_tofw","p":88,"s":64,"h":1,"n":"Eyestalk of Gzemnid"},{"id":4077,"c":1,"u":"farrow_tofw","p":17,"s":64,"h":1,"n":"Farrow"},{"id":4078,"c":1,"u":"gertrube_tofw","p":18,"s":64,"h":1,"n":"Gertrube"},{"id":4079,"c":1,"u":"giant%20whirlwyrm_tofw","p":55,"s":64,"h":1,"n":"Giant Whirlwyrm"},{"id":4080,"c":1,"u":"josbert%20plum_tofw","p":17,"s":64,"h":1,"n":"Josbert Plum"},{"id":4081,"c":1,"u":"kal%20the%20crisp_tofw","p":17,"s":64,"h":1,"n":"Kal the Crisp"},{"id":4082,"c":1,"u":"kopoha_tofw","p":61,"s":64,"h":1,"n":"Kopoha"},{"id":4083,"c":1,"u":"modron%20planar%20incarnate_tofw","p":92,"s":64,"h":1,"n":"Modron Planar Incarnate"},{"id":4084,"c":1,"u":"morte_tofw","p":10,"s":64,"h":1,"n":"Morte"},{"id":4085,"c":1,"u":"ophelia_tofw","p":49,"s":64,"h":1,"n":"Ophelia"},{"id":4086,"c":1,"u":"parvaz_tofw","p":50,"s":64,"h":1,"n":"Parvaz"},{"id":4087,"c":1,"u":"r04m_tofw","p":75,"s":64,"h":1,"n":"R04M"},{"id":4088,"c":1,"u":"shariel_tofw","p":65,"s":64,"h":1,"n":"Shariel"},{"id":4089,"c":1,"u":"vecna%20impersonator_tofw","p":26,"s":64,"h":1,"n":"Vecna Impersonator"},{"id":4090,"c":1,"u":"whirlwyrm_tofw","p":52,"s":64,"h":1,"n":"Whirlwyrm"},{"id":4091,"c":1,"u":"x01_tofw","p":91,"s":64,"h":1,"n":"X01"},{"id":4092,"c":1,"u":"zaythir_tofw","p":32,"s":64,"h":1,"n":"Zaythir"},{"id":4093,"c":1,"u":"alustriel%20silverhand_veor","p":242,"s":65,"h":1,"n":"Alustriel Silverhand"},{"id":4094,"c":1,"u":"argentia%20skywright_veor","s":65,"h":1,"n":"Argentia Skywright"},{"id":4095,"c":1,"u":"black%20rose%20bearer_veor","p":208,"s":65,"h":1,"n":"Black Rose Bearer"},{"id":4096,"c":1,"u":"blade%20lieutenant_veor","p":209,"s":65,"h":1,"n":"Blade Lieutenant"},{"id":4097,"c":1,"u":"blade%20scout_veor","p":209,"s":65,"h":1,"n":"Blade Scout"},{"id":4098,"c":1,"u":"blazebear_veor","p":210,"s":65,"h":1,"n":"Blazebear"},{"id":4099,"c":1,"u":"bone%20roc_veor","p":211,"s":65,"h":1,"n":"Bone Roc"},{"id":4100,"c":1,"u":"borthak_veor","p":212,"s":65,"h":1,"n":"Borthak"},{"id":4101,"c":1,"u":"camlash_veor","p":181,"s":65,"h":1,"n":"Camlash"},{"id":4102,"c":1,"u":"citadel%20spider_veor","p":214,"s":65,"h":1,"n":"Citadel Spider"},{"id":4103,"c":1,"u":"crunch_veor","s":65,"h":1,"n":"Crunch"},{"id":4104,"c":1,"u":"deadbark%20dryad_veor","p":216,"s":65,"h":1,"n":"Deadbark Dryad"},{"id":4105,"c":1,"u":"deathwolf_veor","p":217,"s":65,"h":1,"n":"Deathwolf"},{"id":4106,"c":1,"u":"degloth_veor","p":218,"s":65,"h":1,"n":"Degloth"},{"id":4107,"c":1,"u":"eldon%20keyward_veor","s":65,"h":1,"n":"Eldon Keyward"},{"id":4108,"c":1,"u":"false%20lich_veor","p":220,"s":65,"h":1,"n":"False Lich"},{"id":4109,"c":1,"u":"fernitha_veor","s":65,"h":1,"n":"Fernitha"},{"id":4110,"c":1,"u":"figaro_veor","s":65,"h":1,"n":"Figaro"},{"id":4111,"c":1,"u":"glaive_veor","p":81,"s":65,"h":1,"n":"Glaive"},{"id":4112,"c":1,"u":"granite%20juggernaut_veor","p":221,"s":65,"h":1,"n":"Granite Juggernaut"},{"id":4113,"c":1,"u":"grottenelle%20stonecutter_veor","s":65,"h":1,"n":"Grottenelle Stonecutter"},{"id":4114,"c":1,"u":"hazvongel_veor","p":222,"s":65,"h":1,"n":"Hazvongel"},{"id":4115,"c":1,"u":"hertilod_veor","p":223,"s":65,"h":1,"n":"Hertilod"},{"id":4116,"c":1,"u":"inda_veor","s":65,"h":1,"n":"Inda"},{"id":4117,"c":1,"u":"indrina%20lamsensettle_veor","s":65,"h":1,"n":"Indrina Lamsensettle"},{"id":4118,"c":1,"u":"jerot%20galgin_veor","s":65,"h":1,"n":"Jerot Galgin"},{"id":4119,"c":1,"u":"kakkuu%20spyder-fiend_veor","p":234,"s":65,"h":1,"n":"Kakkuu Spyder-Fiend"},{"id":4120,"c":1,"u":"kas%20the%20betrayer_veor","p":244,"s":65,"h":1,"n":"Kas the Betrayer"},{"id":4121,"c":1,"u":"kaylan%20renaudon_veor","s":65,"h":1,"n":"Kaylan Renaudon"},{"id":4122,"c":1,"u":"ker-arach_veor","s":65,"h":1,"n":"Ker-arach"},{"id":4123,"c":1,"u":"kevetta%20dolindar_veor","s":65,"h":1,"n":"Kevetta Dolindar"},{"id":4124,"c":1,"u":"khai%20kiroth_veor","s":65,"h":1,"n":"Khai Kiroth"},{"id":4125,"c":1,"u":"laysa%20matulin_veor","s":65,"h":1,"n":"Laysa Matulin"},{"id":4126,"c":1,"u":"lysan_veor","s":65,"h":1,"n":"Lysan"},{"id":4127,"c":1,"u":"malaina%20van%20talstiv_veor","s":65,"h":1,"n":"Malaina van Talstiv"},{"id":4128,"c":1,"u":"mirror%20shade_veor","p":226,"s":65,"h":1,"n":"Mirror Shade"},{"id":4129,"c":1,"u":"miska%20the%20wolf-spider_veor","p":247,"s":65,"h":1,"n":"Miska the Wolf-Spider"},{"id":4130,"c":1,"u":"moonlight%20guardian_veor","p":227,"s":65,"h":1,"n":"Moonlight Guardian"},{"id":4131,"c":1,"u":"naxa_veor","s":65,"h":1,"n":"Naxa"},{"id":4132,"c":1,"u":"nyssa%20otellion_veor","s":65,"h":1,"n":"Nyssa Otellion"},{"id":4133,"c":1,"u":"orinix_veor","s":65,"h":1,"n":"Orinix"},{"id":4134,"c":1,"u":"phisarazu%20spyder-fiend_veor","p":235,"s":65,"h":1,"n":"Phisarazu Spyder-Fiend"},{"id":4135,"c":1,"u":"quavilithku%20spyder-fiend_veor","p":236,"s":65,"h":1,"n":"Quavilithku Spyder-Fiend"},{"id":4136,"c":1,"u":"rack_veor","s":65,"h":1,"n":"Rack"},{"id":4137,"c":1,"u":"raklupis%20spyder-fiend_veor","p":236,"s":65,"h":1,"n":"Raklupis Spyder-Fiend"},{"id":4138,"c":1,"u":"redbud_veor","s":65,"h":1,"n":"Redbud"},{"id":4139,"c":1,"u":"relentless%20impaler_veor","p":231,"s":65,"h":1,"n":"Relentless Impaler"},{"id":4140,"c":1,"u":"rerak_veor","s":65,"h":1,"n":"Rerak"},{"id":4141,"c":1,"u":"rezran%20%22snake%20eyes%22%20agrodro_veor","s":65,"h":1,"n":"Rezran \"Snake Eyes\" Agrodro"},{"id":4142,"c":1,"u":"riffel_veor","s":65,"h":1,"n":"Riffel"},{"id":4143,"c":1,"u":"sangora_veor","s":65,"h":1,"n":"Sangora"},{"id":4144,"c":1,"u":"sarcelle%20malinosh_veor","s":65,"h":1,"n":"Sarcelle Malinosh"},{"id":4145,"c":1,"u":"sarusanda%20allester_veor","s":65,"h":1,"n":"Sarusanda Allester"},{"id":4146,"c":1,"u":"shanzezim_veor","s":65,"h":1,"n":"Shanzezim"},{"id":4147,"c":1,"u":"spiderdragon_veor","p":233,"s":65,"h":1,"n":"Spiderdragon"},{"id":4148,"c":1,"u":"star%20angler_veor","p":237,"s":65,"h":1,"n":"Star Angler"},{"id":4149,"c":1,"u":"strahd%2c%20master%20of%20death%20house_veor","p":251,"s":65,"h":1,"n":"Strahd, Master of Death House"},{"id":4150,"c":1,"u":"tasha%20the%20witch_veor","p":252,"s":65,"h":1,"n":"Tasha the Witch"},{"id":4151,"c":1,"u":"teremini%20nightsedge_veor","s":65,"h":1,"n":"Teremini Nightsedge"},{"id":4152,"c":1,"u":"umberto%20noblin_veor","s":65,"h":1,"n":"Umberto Noblin"},{"id":4153,"c":1,"u":"uvashar_veor","s":65,"h":1,"n":"Uvashar"},{"id":4154,"c":1,"u":"vaeve_veor","s":65,"h":1,"n":"Vaeve"},{"id":4155,"c":1,"u":"valendar_veor","s":65,"h":1,"n":"Valendar"},{"id":4156,"c":1,"u":"vecna%20the%20archlich_veor","p":254,"s":65,"h":1,"n":"Vecna the Archlich"},{"id":4157,"c":1,"u":"vlazok_veor","p":238,"s":65,"h":1,"n":"Vlazok"},{"id":4158,"c":1,"u":"warforged%20warrior_veor","p":238,"s":65,"h":1,"n":"Warforged Warrior"},{"id":4159,"c":1,"u":"whirling%20chandelier_veor","p":239,"s":65,"h":1,"n":"Whirling Chandelier"},{"id":4160,"c":1,"u":"windfall_veor","p":153,"s":65,"h":1,"n":"Windfall"},{"id":4161,"c":1,"u":"zastra_veor","s":65,"h":1,"n":"Zastra"},{"id":4162,"c":1,"u":"abjurer_vgm","p":209,"s":66,"h":1,"n":"Abjurer"},{"id":4163,"c":1,"u":"alhoon_vgm","p":172,"s":66,"h":1,"n":"Alhoon"},{"id":4164,"c":1,"u":"annis%20hag_vgm","p":159,"s":66,"h":1,"n":"Annis Hag"},{"id":4165,"c":1,"u":"apprentice%20wizard_vgm","p":209,"s":66,"h":1,"n":"Apprentice Wizard"},{"id":4166,"c":1,"u":"archdruid_vgm","p":210,"s":66,"h":1,"n":"Archdruid"},{"id":4167,"c":1,"u":"archer_vgm","p":210,"s":66,"h":1,"n":"Archer"},{"id":4168,"c":1,"u":"aurochs_vgm","p":207,"s":66,"h":1,"n":"Aurochs"},{"id":4169,"c":1,"u":"babau_vgm","p":136,"s":66,"h":1,"n":"Babau"},{"id":4170,"c":1,"u":"banderhobb_vgm","p":122,"s":66,"h":1,"n":"Banderhobb"},{"id":4171,"c":1,"u":"bard_vgm","p":211,"s":66,"h":1,"n":"Bard"},{"id":4172,"c":1,"u":"barghest_vgm","p":123,"s":66,"h":1,"n":"Barghest"},{"id":4173,"c":1,"u":"bheur%20hag_vgm","p":160,"s":66,"h":1,"n":"Bheur Hag"},{"id":4174,"c":1,"u":"black%20guard%20drake_vgm","p":158,"s":66,"h":1,"n":"Black Guard Drake"},{"id":4175,"c":1,"u":"blackguard_vgm","p":211,"s":66,"h":1,"n":"Blackguard"},{"id":4176,"c":1,"u":"blue%20guard%20drake_vgm","p":158,"s":66,"h":1,"n":"Blue Guard Drake"},{"id":4177,"c":1,"u":"bodak_vgm","p":127,"s":66,"h":1,"n":"Bodak"},{"id":4178,"c":1,"u":"boggle_vgm","p":128,"s":66,"h":1,"n":"Boggle"},{"id":4179,"c":1,"u":"booyahg%20booyahg%20booyahg_vgm","p":43,"s":66,"h":1,"n":"Booyahg Booyahg Booyahg"},{"id":4180,"c":1,"u":"booyahg%20caster_vgm","p":42,"s":66,"h":1,"n":"Booyahg Caster"},{"id":4181,"c":1,"u":"booyahg%20slave%20of%20the%20archfey_vgm","p":42,"s":66,"h":1,"n":"Booyahg Slave of the Archfey"},{"id":4182,"c":1,"u":"booyahg%20slave%20of%20the%20fiend_vgm","p":42,"s":66,"h":1,"n":"Booyahg Slave of the Fiend"},{"id":4183,"c":1,"u":"booyahg%20slave%20of%20the%20great%20old%20one_vgm","p":42,"s":66,"h":1,"n":"Booyahg Slave of the Great Old One"},{"id":4184,"c":1,"u":"booyahg%20whip_vgm","p":42,"s":66,"h":1,"n":"Booyahg Whip"},{"id":4185,"c":1,"u":"booyahg%20wielder_vgm","p":42,"s":66,"h":1,"n":"Booyahg Wielder"},{"id":4186,"c":1,"u":"brontosaurus_vgm","p":139,"s":66,"h":1,"n":"Brontosaurus"},{"id":4187,"c":1,"u":"catoblepas_vgm","p":129,"s":66,"h":1,"n":"Catoblepas"},{"id":4188,"c":1,"u":"cave%20fisher_vgm","p":130,"s":66,"h":1,"n":"Cave Fisher"},{"id":4189,"c":1,"u":"champion_vgm","p":212,"s":66,"h":1,"n":"Champion"},{"id":4190,"c":1,"u":"chitine_vgm","p":131,"s":66,"h":1,"n":"Chitine"},{"id":4191,"c":1,"u":"choldrith_vgm","p":132,"s":66,"h":1,"n":"Choldrith"},{"id":4192,"c":1,"u":"cloud%20giant%20smiling%20one_vgm","p":146,"s":66,"h":1,"n":"Cloud Giant Smiling One"},{"id":4193,"c":1,"u":"conjurer_vgm","p":212,"s":66,"h":1,"n":"Conjurer"},{"id":4194,"c":1,"u":"cow_vgm","p":207,"s":66,"h":1,"n":"Cow"},{"id":4195,"c":1,"u":"cranium%20rat_vgm","p":133,"s":66,"h":1,"n":"Cranium Rat"},{"id":4196,"c":1,"u":"darkling_vgm","p":134,"s":66,"h":1,"n":"Darkling"},{"id":4197,"c":1,"u":"darkling%20elder_vgm","p":134,"s":66,"h":1,"n":"Darkling Elder"},{"id":4198,"c":1,"u":"death%20kiss_vgm","p":124,"s":66,"h":1,"n":"Death Kiss"},{"id":4199,"c":1,"u":"deep%20roth%c3%a9_vgm","p":208,"s":66,"h":1,"n":"Deep Rothe"},{"id":4200,"c":1,"u":"deep%20scion_vgm","p":135,"s":66,"h":1,"n":"Deep Scion"},{"id":4201,"c":1,"u":"deinonychus_vgm","p":139,"s":66,"h":1,"n":"Deinonychus"},{"id":4202,"c":1,"u":"devourer_vgm","p":138,"s":66,"h":1,"n":"Devourer"},{"id":4203,"c":1,"u":"dimetrodon_vgm","p":139,"s":66,"h":1,"n":"Dimetrodon"},{"id":4204,"c":1,"u":"diviner_vgm","p":213,"s":66,"h":1,"n":"Diviner"},{"id":4205,"c":1,"u":"dolphin_vgm","p":208,"s":66,"h":1,"n":"Dolphin"},{"id":4206,"c":1,"u":"draegloth_vgm","p":141,"s":66,"h":1,"n":"Draegloth"},{"id":4207,"c":1,"u":"elder%20brain_vgm","p":173,"s":66,"h":1,"n":"Elder Brain"},{"id":4208,"c":1,"u":"enchanter_vgm","p":213,"s":66,"h":1,"n":"Enchanter"},{"id":4209,"c":1,"u":"evoker_vgm","p":214,"s":66,"h":1,"n":"Evoker"},{"id":4210,"c":1,"u":"fire%20giant%20dreadnought_vgm","p":147,"s":66,"h":1,"n":"Fire Giant Dreadnought"},{"id":4211,"c":1,"u":"firenewt%20warlock%20of%20imix_vgm","p":143,"s":66,"h":1,"n":"Firenewt Warlock of Imix"},{"id":4212,"c":1,"u":"firenewt%20warrior_vgm","p":142,"s":66,"h":1,"n":"Firenewt Warrior"},{"id":4213,"c":1,"u":"flail%20snail_vgm","p":144,"s":66,"h":1,"n":"Flail Snail"},{"id":4214,"c":1,"u":"flind_vgm","p":153,"s":66,"h":1,"n":"Flind"},{"id":4215,"c":1,"u":"froghemoth_vgm","p":145,"s":66,"h":1,"n":"Froghemoth"},{"id":4216,"c":1,"u":"frost%20giant%20everlasting%20one_vgm","p":148,"s":66,"h":1,"n":"Frost Giant Everlasting One"},{"id":4217,"c":1,"u":"gauth_vgm","p":125,"s":66,"h":1,"n":"Gauth"},{"id":4218,"c":1,"u":"gazer_vgm","p":126,"s":66,"h":1,"n":"Gazer"},{"id":4219,"c":1,"u":"giant%20strider_vgm","p":143,"s":66,"h":1,"n":"Giant Strider"},{"id":4220,"c":1,"u":"girallon_vgm","p":152,"s":66,"h":1,"n":"Girallon"},{"id":4221,"c":1,"u":"gnoll%20flesh%20gnawer_vgm","p":154,"s":66,"h":1,"n":"Gnoll Flesh Gnawer"},{"id":4222,"c":1,"u":"gnoll%20hunter_vgm","p":154,"s":66,"h":1,"n":"Gnoll Hunter"},{"id":4223,"c":1,"u":"gnoll%20witherling_vgm","p":155,"s":66,"h":1,"n":"Gnoll Witherling"},{"id":4224,"c":1,"u":"green%20guard%20drake_vgm","p":158,"s":66,"h":1,"n":"Green Guard Drake"},{"id":4225,"c":1,"u":"grung_vgm","p":156,"s":66,"h":1,"n":"Grung"},{"id":4226,"c":1,"u":"grung%20elite%20warrior_vgm","p":157,"s":66,"h":1,"n":"Grung Elite Warrior"},{"id":4227,"c":1,"u":"grung%20wildling_vgm","p":157,"s":66,"h":1,"n":"Grung Wildling"},{"id":4228,"c":1,"u":"hadrosaurus_vgm","p":140,"s":66,"h":1,"n":"Hadrosaurus"},{"id":4229,"c":1,"u":"hobgoblin%20devastator_vgm","p":161,"s":66,"h":1,"n":"Hobgoblin Devastator"},{"id":4230,"c":1,"u":"hobgoblin%20iron%20shadow_vgm","p":162,"s":66,"h":1,"n":"Hobgoblin Iron Shadow"},{"id":4231,"c":1,"u":"illithilich_vgm","p":172,"s":66,"h":1,"n":"Illithilich"},{"id":4232,"c":1,"u":"illithilich_vgm","p":172,"s":66,"h":1,"n":"Mind Flayer Lich"},{"id":4233,"c":1,"u":"illusionist_vgm","p":214,"s":66,"h":1,"n":"Illusionist"},{"id":4234,"c":1,"u":"ki-rin_vgm","p":163,"s":66,"h":1,"n":"Ki-rin"},{"id":4235,"c":1,"u":"kobold%20dragonshield_vgm","p":165,"s":66,"h":1,"n":"Kobold Dragonshield"},{"id":4236,"c":1,"u":"kobold%20inventor_vgm","p":166,"s":66,"h":1,"n":"Kobold Inventor"},{"id":4237,"c":1,"u":"kobold%20scale%20sorcerer_vgm","p":167,"s":66,"h":1,"n":"Kobold Scale Sorcerer"},{"id":4238,"c":1,"u":"korred_vgm","p":168,"s":66,"h":1,"n":"Korred"},{"id":4239,"c":1,"u":"kraken%20priest_vgm","p":215,"s":66,"h":1,"n":"Kraken Priest"},{"id":4240,"c":1,"u":"leucrotta_vgm","p":169,"s":66,"h":1,"n":"Leucrotta"},{"id":4241,"c":1,"u":"martial%20arts%20adept_vgm","p":216,"s":66,"h":1,"n":"Martial Arts Adept"},{"id":4242,"c":1,"u":"master%20thief_vgm","p":216,"s":66,"h":1,"n":"Master Thief"},{"id":4243,"c":1,"u":"maw%20demon_vgm","p":137,"s":66,"h":1,"n":"Maw Demon"},{"id":4244,"c":1,"u":"meenlock_vgm","p":170,"s":66,"h":1,"n":"Meenlock"},{"id":4245,"c":1,"u":"mind%20flayer%20psion_vgm","p":71,"s":66,"h":1,"n":"Mind Flayer Psion"},{"id":4246,"c":1,"u":"mind%20flayer%20psion_vgm","p":71,"s":66,"h":1,"n":"Illithid Psion"},{"id":4247,"c":1,"u":"mindwitness_vgm","p":176,"s":66,"h":1,"n":"Mindwitness"},{"id":4248,"c":1,"u":"morkoth_vgm","p":177,"s":66,"h":1,"n":"Morkoth"},{"id":4249,"c":1,"u":"mouth%20of%20grolantor_vgm","p":149,"s":66,"h":1,"n":"Mouth of Grolantor"},{"id":4250,"c":1,"u":"necromancer_vgm","p":217,"s":66,"h":1,"n":"Necromancer"},{"id":4251,"c":1,"u":"neogi_vgm","p":180,"s":66,"h":1,"n":"Neogi"},{"id":4252,"c":1,"u":"neogi%20hatchling_vgm","p":179,"s":66,"h":1,"n":"Neogi Hatchling"},{"id":4253,"c":1,"u":"neogi%20master_vgm","p":180,"s":66,"h":1,"n":"Neogi Master"},{"id":4254,"c":1,"u":"neothelid_vgm","p":181,"s":66,"h":1,"n":"Neothelid"},{"id":4255,"c":1,"u":"nilbog_vgm","p":182,"s":66,"h":1,"n":"Nilbog"},{"id":4256,"c":1,"u":"orc%20blade%20of%20ilneval_vgm","p":183,"s":66,"h":1,"n":"Orc Blade of Ilneval"},{"id":4257,"c":1,"u":"orc%20claw%20of%20luthic_vgm","p":183,"s":66,"h":1,"n":"Orc Claw of Luthic"},{"id":4258,"c":1,"u":"orc%20hand%20of%20yurtrus_vgm","p":184,"s":66,"h":1,"n":"Orc Hand of Yurtrus"},{"id":4259,"c":1,"u":"orc%20nurtured%20one%20of%20yurtrus_vgm","p":184,"s":66,"h":1,"n":"Orc Nurtured One of Yurtrus"},{"id":4260,"c":1,"u":"orc%20red%20fang%20of%20shargaas_vgm","p":185,"s":66,"h":1,"n":"Orc Red Fang of Shargaas"},{"id":4261,"c":1,"u":"ox_vgm","p":208,"s":66,"h":1,"n":"Ox"},{"id":4262,"c":1,"u":"quetzalcoatlus_vgm","p":140,"s":66,"h":1,"n":"Quetzalcoatlus"},{"id":4263,"c":1,"u":"quickling_vgm","p":187,"s":66,"h":1,"n":"Quickling"},{"id":4264,"c":1,"u":"red%20guard%20drake_vgm","p":158,"s":66,"h":1,"n":"Red Guard Drake"},{"id":4265,"c":1,"u":"redcap_vgm","p":188,"s":66,"h":1,"n":"Redcap"},{"id":4266,"c":1,"u":"roth%c3%a9_vgm","p":208,"s":66,"h":1,"n":"Rothe"},{"id":4267,"c":1,"u":"sea%20spawn_vgm","p":189,"s":66,"h":1,"n":"Sea Spawn"},{"id":4268,"c":1,"u":"shadow%20mastiff_vgm","p":190,"s":66,"h":1,"n":"Shadow Mastiff"},{"id":4269,"c":1,"u":"shoosuva_vgm","p":137,"s":66,"h":1,"n":"Shoosuva"},{"id":4270,"c":1,"u":"slithering%20tracker_vgm","p":191,"s":66,"h":1,"n":"Slithering Tracker"},{"id":4271,"c":1,"u":"spawn%20of%20kyuss_vgm","p":192,"s":66,"h":1,"n":"Spawn of Kyuss"},{"id":4272,"c":1,"u":"stegosaurus_vgm","p":140,"s":66,"h":1,"n":"Stegosaurus"},{"id":4273,"c":1,"u":"stench%20kow_vgm","p":208,"s":66,"h":1,"n":"Stench Kow"},{"id":4274,"c":1,"u":"stone%20giant%20dreamwalker_vgm","p":150,"s":66,"h":1,"n":"Stone Giant Dreamwalker"},{"id":4275,"c":1,"u":"storm%20giant%20quintessent_vgm","p":151,"s":66,"h":1,"n":"Storm Giant Quintessent"},{"id":4276,"c":1,"u":"swarm%20of%20cranium%20rats_vgm","p":133,"s":66,"h":1,"n":"Swarm of Cranium Rats"},{"id":4277,"c":1,"u":"swarm%20of%20rot%20grubs_vgm","p":208,"s":66,"h":1,"n":"Swarm of Rot Grubs"},{"id":4278,"c":1,"u":"swashbuckler_vgm","p":217,"s":66,"h":1,"n":"Swashbuckler"},{"id":4279,"c":1,"u":"tanarukk_vgm","p":186,"s":66,"h":1,"n":"Tanarukk"},{"id":4280,"c":1,"u":"thorny_vgm","p":197,"s":66,"h":1,"n":"Thorny"},{"id":4281,"c":1,"u":"tlincalli_vgm","p":193,"s":66,"h":1,"n":"Tlincalli"},{"id":4282,"c":1,"u":"transmuter_vgm","p":218,"s":66,"h":1,"n":"Transmuter"},{"id":4283,"c":1,"u":"trapper_vgm","p":194,"s":66,"h":1,"n":"Trapper"},{"id":4284,"c":1,"u":"ulitharid_vgm","p":175,"s":66,"h":1,"n":"Ulitharid"},{"id":4285,"c":1,"u":"vargouille_vgm","p":195,"s":66,"h":1,"n":"Vargouille"},{"id":4286,"c":1,"u":"vegepygmy_vgm","p":196,"s":66,"h":1,"n":"Vegepygmy"},{"id":4287,"c":1,"u":"vegepygmy%20chief_vgm","p":197,"s":66,"h":1,"n":"Vegepygmy Chief"},{"id":4288,"c":1,"u":"velociraptor_vgm","p":140,"s":66,"h":1,"n":"Velociraptor"},{"id":4289,"c":1,"u":"war%20priest_vgm","p":218,"s":66,"h":1,"n":"War Priest"},{"id":4290,"c":1,"u":"warlock%20of%20the%20archfey_vgm","p":219,"s":66,"h":1,"n":"Warlock of the Archfey"},{"id":4291,"c":1,"u":"warlock%20of%20the%20fiend_vgm","p":219,"s":66,"h":1,"n":"Warlock of the Fiend"},{"id":4292,"c":1,"u":"warlock%20of%20the%20great%20old%20one_vgm","p":220,"s":66,"h":1,"n":"Warlock of the Great Old One"},{"id":4293,"c":1,"u":"warlord_vgm","p":220,"s":66,"h":1,"n":"Warlord"},{"id":4294,"c":1,"u":"white%20guard%20drake_vgm","p":158,"s":66,"h":1,"n":"White Guard Drake"},{"id":4295,"c":1,"u":"wood%20woad_vgm","p":198,"s":66,"h":1,"n":"Wood Woad"},{"id":4296,"c":1,"u":"xvart_vgm","p":200,"s":66,"h":1,"n":"Xvart"},{"id":4297,"c":1,"u":"xvart%20speaker_vgm","p":200,"s":66,"h":1,"n":"Xvart Speaker"},{"id":4298,"c":1,"u":"xvart%20warlock%20of%20raxivort_vgm","p":200,"s":66,"h":1,"n":"Xvart Warlock of Raxivort"},{"id":4299,"c":1,"u":"yeth%20hound_vgm","p":201,"s":66,"h":1,"n":"Yeth Hound"},{"id":4300,"c":1,"u":"yuan-ti%20anathema_vgm","p":202,"s":66,"h":1,"n":"Yuan-ti Anathema"},{"id":4301,"c":1,"u":"yuan-ti%20broodguard_vgm","p":203,"s":66,"h":1,"n":"Yuan-ti Broodguard"},{"id":4302,"c":1,"u":"yuan-ti%20malison%20(type%204)_vgm","p":96,"s":66,"h":1,"n":"Yuan-ti Malison (Type 4)"},{"id":4303,"c":1,"u":"yuan-ti%20malison%20(type%205)_vgm","p":96,"s":66,"h":1,"n":"Yuan-ti Malison (Type 5)"},{"id":4304,"c":1,"u":"yuan-ti%20mind%20whisperer_vgm","p":204,"s":66,"h":1,"n":"Yuan-ti Mind Whisperer"},{"id":4305,"c":1,"u":"yuan-ti%20nightmare%20speaker_vgm","p":205,"s":66,"h":1,"n":"Yuan-ti Nightmare Speaker"},{"id":4306,"c":1,"u":"yuan-ti%20pit%20master_vgm","p":206,"s":66,"h":1,"n":"Yuan-ti Pit Master"},{"id":4307,"c":1,"u":"bodytaker%20plant_vrgr","p":226,"s":67,"h":1,"n":"Bodytaker Plant"},{"id":4308,"c":1,"u":"boneless_vrgr","p":228,"s":67,"h":1,"n":"Boneless"},{"id":4309,"c":1,"u":"brain%20in%20a%20jar_vrgr","p":278,"s":67,"h":1,"n":"Brain in a Jar"},{"id":4310,"c":1,"u":"carrion%20stalker_vrgr","p":230,"s":67,"h":1,"n":"Carrion Stalker"},{"id":4311,"c":1,"u":"carrionette_vrgr","p":231,"s":67,"h":1,"n":"Carrionette"},{"id":4312,"c":1,"u":"death's%20head_vrgr","p":232,"s":67,"h":1,"n":"Death's Head"},{"id":4313,"c":1,"u":"dullahan_vrgr","p":233,"s":67,"h":1,"n":"Dullahan"},{"id":4314,"c":1,"u":"elise_vrgr","p":143,"s":67,"h":1,"n":"Elise"},{"id":4315,"c":1,"u":"gallows%20speaker_vrgr","p":234,"s":67,"h":1,"n":"Gallows Speaker"},{"id":4316,"c":1,"u":"greater%20star%20spawn%20emissary_vrgr","p":245,"s":67,"h":1,"n":"Greater Star Spawn Emissary"},{"id":4317,"c":1,"u":"gremishka_vrgr","p":235,"s":67,"h":1,"n":"Gremishka"},{"id":4318,"c":1,"u":"inquisitor%20of%20the%20mind%20fire_vrgr","p":248,"s":67,"h":1,"n":"Inquisitor of the Mind Fire"},{"id":4319,"c":1,"u":"inquisitor%20of%20the%20sword_vrgr","p":249,"s":67,"h":1,"n":"Inquisitor of the Sword"},{"id":4320,"c":1,"u":"inquisitor%20of%20the%20tome_vrgr","p":249,"s":67,"h":1,"n":"Inquisitor of the Tome"},{"id":4321,"c":1,"u":"isolde_vrgr","p":86,"s":67,"h":1,"n":"Isolde"},{"id":4322,"c":1,"u":"jiangshi_vrgr","p":236,"s":67,"h":1,"n":"Jiangshi"},{"id":4323,"c":1,"u":"lesser%20star%20spawn%20emissary_vrgr","p":245,"s":67,"h":1,"n":"Lesser Star Spawn Emissary"},{"id":4324,"c":1,"u":"loup%20garou_vrgr","p":237,"s":67,"h":1,"n":"Loup Garou"},{"id":4325,"c":1,"u":"necrichor_vrgr","p":238,"s":67,"h":1,"n":"Necrichor"},{"id":4326,"c":1,"u":"nosferatu_vrgr","p":239,"s":67,"h":1,"n":"Nosferatu"},{"id":4327,"c":1,"u":"podling_vrgr","p":227,"s":67,"h":1,"n":"Podling"},{"id":4328,"c":1,"u":"priest%20of%20osybus_vrgr","p":241,"s":67,"h":1,"n":"Priest of Osybus"},{"id":4329,"c":1,"u":"relentless%20juggernaut_vrgr","p":243,"s":67,"h":1,"n":"Relentless Juggernaut"},{"id":4330,"c":1,"u":"relentless%20slasher_vrgr","p":242,"s":67,"h":1,"n":"Relentless Slasher"},{"id":4331,"c":1,"u":"strigoi_vrgr","p":246,"s":67,"h":1,"n":"Strigoi"},{"id":4332,"c":1,"u":"swarm%20of%20gremishkas_vrgr","p":235,"s":67,"h":1,"n":"Swarm of Gremishkas"},{"id":4333,"c":1,"u":"swarm%20of%20maggots_vrgr","p":247,"s":67,"h":1,"n":"Swarm of Maggots"},{"id":4334,"c":1,"u":"swarm%20of%20scarabs_vrgr","p":247,"s":67,"h":1,"n":"Swarm of Scarabs"},{"id":4335,"c":1,"u":"swarm%20of%20zombie%20limbs_vrgr","p":254,"s":67,"h":1,"n":"Swarm of Zombie Limbs"},{"id":4336,"c":1,"u":"the%20bagman_vrgr","p":225,"s":67,"h":1,"n":"The Bagman"},{"id":4337,"c":1,"u":"unspeakable%20horror_vrgr","p":250,"s":67,"h":1,"n":"Unspeakable Horror"},{"id":4338,"c":1,"u":"vampiric%20mind%20flayer_vrgr","p":252,"s":67,"h":1,"n":"Vampiric Mind Flayer"},{"id":4339,"c":1,"u":"wereraven_vrgr","p":253,"s":67,"h":1,"n":"Wereraven"},{"id":4340,"c":1,"u":"zombie%20clot_vrgr","p":255,"s":67,"h":1,"n":"Zombie Clot"},{"id":4341,"c":1,"u":"zombie%20plague%20spreader_vrgr","p":255,"s":67,"h":1,"n":"Zombie Plague Spreader"},{"id":4342,"c":1,"u":"agdon%20longscarf_wbtw","p":73,"s":68,"h":1,"n":"Agdon Longscarf"},{"id":4343,"c":1,"u":"alagarthas_wbtw","p":144,"s":68,"h":1,"n":"Alagarthas"},{"id":4344,"c":1,"u":"amidor%20the%20dandelion_wbtw","p":135,"s":68,"h":1,"n":"Amidor the Dandelion"},{"id":4345,"c":1,"u":"bavlorna%20blightstraw_wbtw","p":216,"s":68,"h":1,"n":"Bavlorna Blightstraw"},{"id":4346,"c":1,"u":"brigganock_wbtw","p":230,"s":68,"h":1,"n":"Brigganock"},{"id":4347,"c":1,"u":"bullywug%20knight_wbtw","p":231,"s":68,"h":1,"n":"Bullywug Knight"},{"id":4348,"c":1,"u":"campestri_wbtw","p":232,"s":68,"h":1,"n":"Campestri"},{"id":4349,"c":1,"u":"clapperclaw%20the%20scarecrow_wbtw","p":78,"s":68,"h":1,"n":"Clapperclaw the Scarecrow"},{"id":4350,"c":1,"u":"detached%20shadow_wbtw","p":213,"s":68,"h":1,"n":"Detached Shadow"},{"id":4351,"c":1,"u":"displacer%20beast%20kitten_wbtw","p":108,"s":68,"h":1,"n":"Displacer Beast Kitten"},{"id":4352,"c":1,"u":"elkhorn_wbtw","p":224,"s":68,"h":1,"n":"Elkhorn"},{"id":4353,"c":1,"u":"endelyn%20moongrave_wbtw","p":217,"s":68,"h":1,"n":"Endelyn Moongrave"},{"id":4354,"c":1,"u":"envy_wbtw","p":178,"s":68,"h":1,"n":"Envy"},{"id":4355,"c":1,"u":"flying%20rocking%20horse_wbtw","p":121,"s":68,"h":1,"n":"Flying Rocking Horse"},{"id":4356,"c":1,"u":"giant%20dragonfly_wbtw","p":234,"s":68,"h":1,"n":"Giant Dragonfly"},{"id":4357,"c":1,"u":"giant%20snail_wbtw","p":234,"s":68,"h":1,"n":"Giant Snail"},{"id":4358,"c":1,"u":"giant%20swan_wbtw","p":38,"s":68,"h":1,"n":"Giant Swan"},{"id":4359,"c":1,"u":"glass%20pegasus_wbtw","p":181,"s":68,"h":1,"n":"Glass Pegasus"},{"id":4360,"c":1,"u":"glasswork%20golem_wbtw","p":193,"s":68,"h":1,"n":"Glasswork Golem"},{"id":4361,"c":1,"u":"gloam_wbtw","p":93,"s":68,"h":1,"n":"Gloam"},{"id":4362,"c":1,"u":"harengon%20brigand_wbtw","p":235,"s":68,"h":1,"n":"Harengon Brigand"},{"id":4363,"c":1,"u":"harengon%20sniper_wbtw","p":235,"s":68,"h":1,"n":"Harengon Sniper"},{"id":4364,"c":1,"u":"iggwilv%20the%20witch%20queen_wbtw","p":205,"s":68,"h":1,"n":"Iggwilv the Witch Queen"},{"id":4365,"c":1,"u":"jabberwock_wbtw","p":236,"s":68,"h":1,"n":"Jabberwock"},{"id":4366,"c":1,"u":"jingle%20jangle_wbtw","p":70,"s":68,"h":1,"n":"Jingle Jangle"},{"id":4367,"c":1,"u":"kelek_wbtw","p":219,"s":68,"h":1,"n":"Kelek"},{"id":4368,"c":1,"u":"kettlesteam%20the%20kenku_wbtw","p":52,"s":68,"h":1,"n":"Kettlesteam the Kenku"},{"id":4369,"c":1,"u":"living%20doll_wbtw","p":238,"s":68,"h":1,"n":"Living Doll"},{"id":4370,"c":1,"u":"mercion_wbtw","p":224,"s":68,"h":1,"n":"Mercion"},{"id":4371,"c":1,"u":"mister%20light_wbtw","p":26,"s":68,"h":1,"n":"Mister Light"},{"id":4372,"c":1,"u":"mister%20witch_wbtw","p":25,"s":68,"h":1,"n":"Mister Witch"},{"id":4373,"c":1,"u":"molliver_wbtw","p":226,"s":68,"h":1,"n":"Molliver"},{"id":4374,"c":1,"u":"paper%20bird_wbtw","p":166,"s":68,"h":1,"n":"Paper Bird"},{"id":4375,"c":1,"u":"pollenella%20the%20honeybee_wbtw","p":135,"s":68,"h":1,"n":"Pollenella the Honeybee"},{"id":4376,"c":1,"u":"raezil_wbtw","p":193,"s":68,"h":1,"n":"Raezil"},{"id":4377,"c":1,"u":"ringlerun_wbtw","p":227,"s":68,"h":1,"n":"Ringlerun"},{"id":4378,"c":1,"u":"selenelion%20twin_wbtw","p":241,"s":68,"h":1,"n":"Selenelion Twin"},{"id":4379,"c":1,"u":"sir%20talavar_wbtw","p":69,"s":68,"h":1,"n":"Sir Talavar"},{"id":4380,"c":1,"u":"skabatha%20nightshade_wbtw","p":218,"s":68,"h":1,"n":"Skabatha Nightshade"},{"id":4381,"c":1,"u":"skylla_wbtw","p":220,"s":68,"h":1,"n":"Skylla"},{"id":4382,"c":1,"u":"squirt%20the%20oilcan_wbtw","p":110,"s":68,"h":1,"n":"Squirt the Oilcan"},{"id":4383,"c":1,"u":"strongheart_wbtw","p":228,"s":68,"h":1,"n":"Strongheart"},{"id":4384,"c":1,"u":"swarm%20of%20campestris_wbtw","p":232,"s":68,"h":1,"n":"Swarm of Campestris"},{"id":4385,"c":1,"u":"thinnings_wbtw","p":15,"s":68,"h":1,"n":"Thinnings"},{"id":4386,"c":1,"u":"tin%20soldier_wbtw","p":115,"s":68,"h":1,"n":"Tin Soldier"},{"id":4387,"c":1,"u":"treant%20sapling_wbtw","p":36,"s":68,"h":1,"n":"Treant Sapling"},{"id":4388,"c":1,"u":"warduke_wbtw","p":221,"s":68,"h":1,"n":"Warduke"},{"id":4389,"c":1,"u":"will-o'-wells_wbtw","p":61,"s":68,"h":1,"n":"Will-o'-Wells"},{"id":4390,"c":1,"u":"witchlight%20hand%20(medium)_wbtw","p":27,"s":68,"h":1,"n":"Witchlight Hand (Medium)"},{"id":4391,"c":1,"u":"witchlight%20hand%20(small)_wbtw","s":68,"h":1,"n":"Witchlight Hand (Small)"},{"id":4392,"c":1,"u":"zarak_wbtw","p":222,"s":68,"h":1,"n":"Zarak"},{"id":4393,"c":1,"u":"zargash_wbtw","p":223,"s":68,"h":1,"n":"Zargash"},{"id":4394,"c":1,"u":"ahmaergo_wdh","p":193,"s":69,"h":1,"n":"Ahmaergo"},{"id":4395,"c":1,"u":"ammalia%20cassalanter_wdh","p":193,"s":69,"h":1,"n":"Ammalia Cassalanter"},{"id":4396,"c":1,"u":"aurinax_wdh","p":194,"s":69,"h":1,"n":"Aurinax"},{"id":4397,"c":1,"u":"avi_wdh","p":32,"s":69,"h":1,"n":"Avi"},{"id":4398,"c":1,"u":"awakened%20rat_wdh","p":102,"s":69,"h":1,"n":"Awakened Rat"},{"id":4399,"c":1,"u":"barnibus%20blastwind_wdh","p":195,"s":69,"h":1,"n":"Barnibus Blastwind"},{"id":4400,"c":1,"u":"bepis%20honeymaker_wdh","p":112,"s":69,"h":1,"n":"Bepis Honeymaker"},{"id":4401,"c":1,"u":"black%20viper_wdh","p":196,"s":69,"h":1,"n":"Black Viper"},{"id":4402,"c":1,"u":"blinded%20troll_wdh","p":114,"s":69,"h":1,"n":"Blinded Troll"},{"id":4403,"c":1,"u":"bonnie_wdh","p":20,"s":69,"h":1,"n":"Bonnie"},{"id":4404,"c":1,"u":"davil%20starsong_wdh","p":199,"s":69,"h":1,"n":"Davil Starsong"},{"id":4405,"c":1,"u":"diatryma_wdh","p":191,"s":69,"h":1,"n":"Diatryma"},{"id":4406,"c":1,"u":"dining%20table%20mimic_wdh","p":122,"s":69,"h":1,"n":"Dining Table Mimic"},{"id":4407,"c":1,"u":"drow%20gunslinger_wdh","p":201,"s":69,"h":1,"n":"Drow Gunslinger"},{"id":4408,"c":1,"u":"durnan_wdh","p":203,"s":69,"h":1,"n":"Durnan"},{"id":4409,"c":1,"u":"elzerina%20cassalanter_wdh","p":115,"s":69,"h":1,"n":"Elzerina Cassalanter"},{"id":4410,"c":1,"u":"embric_wdh","p":32,"s":69,"h":1,"n":"Embric"},{"id":4411,"c":1,"u":"emmek%20frewn_wdh","p":42,"s":69,"h":1,"n":"Emmek Frewn"},{"id":4412,"c":1,"u":"engineer_wdh","p":141,"s":69,"h":1,"n":"Engineer"},{"id":4413,"c":1,"u":"fala%20lefaliir_wdh","p":32,"s":69,"h":1,"n":"Fala Lefaliir"},{"id":4414,"c":1,"u":"falcon_wdh","p":53,"s":69,"h":1,"n":"Falcon"},{"id":4415,"c":1,"u":"fel'rekt%20lafeen_wdh","p":67,"s":69,"h":1,"n":"Fel'rekt Lafeen"},{"id":4416,"c":1,"u":"floon%20blagmaar_wdh","p":202,"s":69,"h":1,"n":"Floon Blagmaar"},{"id":4417,"c":1,"u":"flying%20staff_wdh","p":152,"s":69,"h":1,"n":"Flying Staff"},{"id":4418,"c":1,"u":"griffon%20cavalry%20rider_wdh","p":197,"s":69,"h":1,"n":"Griffon Cavalry Rider"},{"id":4419,"c":1,"u":"grinda%20garloth_wdh","p":65,"s":69,"h":1,"n":"Grinda Garloth"},{"id":4420,"c":1,"u":"grum'shar_wdh","p":29,"s":69,"h":1,"n":"Grum'shar"},{"id":4421,"c":1,"u":"hester%20barch_wdh","p":83,"s":69,"h":1,"n":"Hester Barch"},{"id":4422,"c":1,"u":"hlam_wdh","p":204,"s":69,"h":1,"n":"Hlam"},{"id":4423,"c":1,"u":"hrabbaz_wdh","p":205,"s":69,"h":1,"n":"Hrabbaz"},{"id":4424,"c":1,"u":"istrid%20horn_wdh","p":199,"s":69,"h":1,"n":"Istrid Horn"},{"id":4425,"c":1,"u":"jalester%20silvermane_wdh","p":205,"s":69,"h":1,"n":"Jalester Silvermane"},{"id":4426,"c":1,"u":"jandar%20chergoba_wdh","p":116,"s":69,"h":1,"n":"Jandar Chergoba"},{"id":4427,"c":1,"u":"jarlaxle%20baenre_wdh","p":206,"s":69,"h":1,"n":"Jarlaxle Baenre"},{"id":4428,"c":1,"u":"jenks_wdh","p":63,"s":69,"h":1,"n":"Jenks"},{"id":4429,"c":1,"u":"kaevja%20cynavern_wdh","p":158,"s":69,"h":1,"n":"Kaevja Cynavern"},{"id":4430,"c":1,"u":"kalain_wdh","p":89,"s":69,"h":1,"n":"Kalain"},{"id":4431,"c":1,"u":"krebbyg%20masq'il'yr_wdh","p":67,"s":69,"h":1,"n":"Krebbyg Masq'il'yr"},{"id":4432,"c":1,"u":"lady%20gondafrey_wdh","p":152,"s":69,"h":1,"n":"Lady Gondafrey"},{"id":4433,"c":1,"u":"laeral%20silverhand_wdh","p":207,"s":69,"h":1,"n":"Laeral Silverhand"},{"id":4434,"c":1,"u":"laiba%20%22nana%22%20rosse_wdh","p":116,"s":69,"h":1,"n":"Laiba \"Nana\" Rosse"},{"id":4435,"c":1,"u":"losser%20mirklav_wdh","p":85,"s":69,"h":1,"n":"Losser Mirklav"},{"id":4436,"c":1,"u":"magister%20umbero%20zastro_wdh","p":82,"s":69,"h":1,"n":"Magister Umbero Zastro"},{"id":4437,"c":1,"u":"manafret%20cherryport_wdh","p":149,"s":69,"h":1,"n":"Manafret Cherryport"},{"id":4438,"c":1,"u":"manshoon_wdh","p":209,"s":69,"h":1,"n":"Manshoon"},{"id":4439,"c":1,"u":"manshoon%20simulacrum_wdh","p":208,"s":69,"h":1,"n":"Manshoon Simulacrum"},{"id":4440,"c":1,"u":"mattrim%20%22threestrings%22%20mereg_wdh","p":20,"s":69,"h":1,"n":"Mattrim \"Threestrings\" Mereg"},{"id":4441,"c":1,"u":"maxeene_wdh","p":37,"s":69,"h":1,"n":"Maxeene"},{"id":4442,"c":1,"u":"mechanical%20bird_wdh","p":46,"s":69,"h":1,"n":"Mechanical Bird"},{"id":4443,"c":1,"u":"melannor%20fellbranch_wdh","p":36,"s":69,"h":1,"n":"Melannor Fellbranch"},{"id":4444,"c":1,"u":"meloon%20wardragon_wdh","p":210,"s":69,"h":1,"n":"Meloon Wardragon"},{"id":4445,"c":1,"u":"mirt_wdh","p":211,"s":69,"h":1,"n":"Mirt"},{"id":4446,"c":1,"u":"nar'l%20xibrindas_wdh","p":211,"s":69,"h":1,"n":"Nar'l Xibrindas"},{"id":4447,"c":1,"u":"nat_wdh","p":63,"s":69,"h":1,"n":"Nat"},{"id":4448,"c":1,"u":"nihiloor_wdh","p":212,"s":69,"h":1,"n":"Nihiloor"},{"id":4449,"c":1,"u":"nimblewright_wdh","p":212,"s":69,"h":1,"n":"Nimblewright"},{"id":4450,"c":1,"u":"noska%20ur'gray_wdh","p":213,"s":69,"h":1,"n":"Noska Ur'gray"},{"id":4451,"c":1,"u":"obaya%20uday_wdh","p":20,"s":69,"h":1,"n":"Obaya Uday"},{"id":4452,"c":1,"u":"obliteros_wdh","p":66,"s":69,"h":1,"n":"Obliteros"},{"id":4453,"c":1,"u":"orond%20gralhund_wdh","p":213,"s":69,"h":1,"n":"Orond Gralhund"},{"id":4454,"c":1,"u":"osvaldo%20cassalanter_wdh","p":124,"s":69,"h":1,"n":"Osvaldo Cassalanter"},{"id":4455,"c":1,"u":"ott%20steeltoes_wdh","p":214,"s":69,"h":1,"n":"Ott Steeltoes"},{"id":4456,"c":1,"u":"panopticus%20wizard_wdh","p":106,"s":69,"h":1,"n":"Panopticus Wizard"},{"id":4457,"c":1,"u":"remallia%20haventree_wdh","p":214,"s":69,"h":1,"n":"Remallia Haventree"},{"id":4458,"c":1,"u":"renaer%20neverember_wdh","p":215,"s":69,"h":1,"n":"Renaer Neverember"},{"id":4459,"c":1,"u":"rishaal%20the%20page-turner_wdh","p":33,"s":69,"h":1,"n":"Rishaal the Page-Turner"},{"id":4460,"c":1,"u":"saeth%20cromley_wdh","p":216,"s":69,"h":1,"n":"Saeth Cromley"},{"id":4461,"c":1,"u":"samara%20strongbones_wdh","p":104,"s":69,"h":1,"n":"Samara Strongbones"},{"id":4462,"c":1,"u":"sergeant_wdh","p":197,"s":69,"h":1,"n":"Sergeant"},{"id":4463,"c":1,"u":"shard%20shunner_wdh","p":42,"s":69,"h":1,"n":"Shard Shunner"},{"id":4464,"c":1,"u":"skeemo%20weirdbottle_wdh","p":200,"s":69,"h":1,"n":"Skeemo Weirdbottle"},{"id":4465,"c":1,"u":"soluun%20xibrindas_wdh","p":202,"s":69,"h":1,"n":"Soluun Xibrindas"},{"id":4466,"c":1,"u":"squiddly_wdh","p":63,"s":69,"h":1,"n":"Squiddly"},{"id":4467,"c":1,"u":"swarm%20of%20books_wdh","p":156,"s":69,"h":1,"n":"Swarm of Books"},{"id":4468,"c":1,"u":"swarm%20of%20mechanical%20spiders_wdh","p":143,"s":69,"h":1,"n":"Swarm of Mechanical Spiders"},{"id":4469,"c":1,"u":"sylgar_wdh","p":220,"s":69,"h":1,"n":"Sylgar"},{"id":4470,"c":1,"u":"talisolvanar%20%22tally%22%20fellbranch_wdh","p":32,"s":69,"h":1,"n":"Talisolvanar \"Tally\" Fellbranch"},{"id":4471,"c":1,"u":"tashlyn%20yafeera_wdh","p":200,"s":69,"h":1,"n":"Tashlyn Yafeera"},{"id":4472,"c":1,"u":"terenzio%20cassalanter_wdh","p":115,"s":69,"h":1,"n":"Terenzio Cassalanter"},{"id":4473,"c":1,"u":"thorvin%20twinbeard_wdh","p":216,"s":69,"h":1,"n":"Thorvin Twinbeard"},{"id":4474,"c":1,"u":"thrakkus_wdh","p":89,"s":69,"h":1,"n":"Thrakkus"},{"id":4475,"c":1,"u":"tissina%20khyret_wdh","p":116,"s":69,"h":1,"n":"Tissina Khyret"},{"id":4476,"c":1,"u":"urstul%20floxin_wdh","p":216,"s":69,"h":1,"n":"Urstul Floxin"},{"id":4477,"c":1,"u":"vajra%20safahr_wdh","p":217,"s":69,"h":1,"n":"Vajra Safahr"},{"id":4478,"c":1,"u":"valetta_wdh","p":47,"s":69,"h":1,"n":"Valetta"},{"id":4479,"c":1,"u":"victoro%20cassalanter_wdh","p":218,"s":69,"h":1,"n":"Victoro Cassalanter"},{"id":4480,"c":1,"u":"vincent%20trench_wdh","p":32,"s":69,"h":1,"n":"Vincent Trench"},{"id":4481,"c":1,"u":"walking%20statue%20of%20waterdeep_wdh","p":219,"s":69,"h":1,"n":"Walking Statue of Waterdeep"},{"id":4482,"c":1,"u":"willifort%20crowelle_wdh","p":62,"s":69,"h":1,"n":"Willifort Crowelle"},{"id":4483,"c":1,"u":"xanathar_wdh","p":220,"s":69,"h":1,"n":"Xanathar"},{"id":4484,"c":1,"u":"yagra%20stonefist_wdh","p":20,"s":69,"h":1,"n":"Yagra Stonefist"},{"id":4485,"c":1,"u":"yalah%20gralhund_wdh","p":220,"s":69,"h":1,"n":"Yalah Gralhund"},{"id":4486,"c":1,"u":"yorn_wdh","p":150,"s":69,"h":1,"n":"Yorn"},{"id":4487,"c":1,"u":"zhent%20martial%20arts%20adept_wdh","p":160,"s":69,"h":1,"n":"Zhent Martial Arts Adept"},{"id":4488,"c":1,"u":"ziraj%20the%20hunter_wdh","p":201,"s":69,"h":1,"n":"Ziraj the Hunter"},{"id":4489,"c":1,"u":"al'chaia_wdmm","p":218,"s":70,"h":1,"n":"Al'chaia"},{"id":4490,"c":1,"u":"animated%20ballista_wdmm","p":39,"s":70,"h":1,"n":"Animated Ballista"},{"id":4491,"c":1,"u":"animated%20jade%20serpent_wdmm","p":92,"s":70,"h":1,"n":"Animated Jade Serpent"},{"id":4492,"c":1,"u":"animated%20staff_wdmm","p":262,"s":70,"h":1,"n":"Animated Staff"},{"id":4493,"c":1,"u":"animated%20statue%20of%20lolth_wdmm","p":142,"s":70,"h":1,"n":"Animated Statue of Lolth"},{"id":4494,"c":1,"u":"animated%20stove_wdmm","p":186,"s":70,"h":1,"n":"Animated Stove"},{"id":4495,"c":1,"u":"animated%20wand_wdmm","p":299,"s":70,"h":1,"n":"Animated Wand"},{"id":4496,"c":1,"u":"arcturia_wdmm","p":296,"s":70,"h":1,"n":"Arcturia"},{"id":4497,"c":1,"u":"ashtyrranthor_wdmm","p":210,"s":70,"h":1,"n":"Ashtyrranthor"},{"id":4498,"c":1,"u":"awakened%20brown%20bear_wdmm","p":72,"s":70,"h":1,"n":"Awakened Brown Bear"},{"id":4499,"c":1,"u":"awakened%20elk_wdmm","p":72,"s":70,"h":1,"n":"Awakened Elk"},{"id":4500,"c":1,"u":"awakened%20giant%20wasp_wdmm","p":72,"s":70,"h":1,"n":"Awakened Giant Wasp"},{"id":4501,"c":1,"u":"berlain%20shadowdusk_wdmm","p":283,"s":70,"h":1,"n":"Berlain Shadowdusk"},{"id":4502,"c":1,"u":"big%20xorn_wdmm","p":51,"s":70,"h":1,"n":"Big Xorn"},{"id":4503,"c":1,"u":"bore%20worm_wdmm","p":171,"s":70,"h":1,"n":"Bore Worm"},{"id":4504,"c":1,"u":"captain%20n'ghathrod_wdmm","p":250,"s":70,"h":1,"n":"Captain N'ghathrod"},{"id":4505,"c":1,"u":"carrion%20ogre_wdmm","p":189,"s":70,"h":1,"n":"Carrion Ogre"},{"id":4506,"c":1,"u":"cassiok%20shadowdusk_wdmm","p":287,"s":70,"h":1,"n":"Cassiok Shadowdusk"},{"id":4507,"c":1,"u":"copper%20stormforge_wdmm","p":30,"s":70,"h":1,"n":"Copper Stormforge"},{"id":4508,"c":1,"u":"crow_wdmm","p":302,"s":70,"h":1,"n":"Crow"},{"id":4509,"c":1,"u":"crystal%20battleaxe_wdmm","p":89,"s":70,"h":1,"n":"Crystal Battleaxe"},{"id":4510,"c":1,"u":"crystal%20golem_wdmm","p":210,"s":70,"h":1,"n":"Crystal Golem"},{"id":4511,"c":1,"u":"deformed%20duergar_wdmm","p":180,"s":70,"h":1,"n":"Deformed Duergar"},{"id":4512,"c":1,"u":"dezmyr%20shadowdusk_wdmm","p":287,"s":70,"h":1,"n":"Dezmyr Shadowdusk"},{"id":4513,"c":1,"u":"drivvin%20freth_wdmm","p":169,"s":70,"h":1,"n":"Drivvin Freth"},{"id":4514,"c":1,"u":"emberosa_wdmm","p":185,"s":70,"h":1,"n":"Emberosa"},{"id":4515,"c":1,"u":"ezzat_wdmm","p":262,"s":70,"h":1,"n":"Ezzat"},{"id":4516,"c":1,"u":"fazrian_wdmm","p":275,"s":70,"h":1,"n":"Fazrian"},{"id":4517,"c":1,"u":"fidelio_wdmm","p":197,"s":70,"h":1,"n":"Fidelio"},{"id":4518,"c":1,"u":"five-armed%20troll_wdmm","p":154,"s":70,"h":1,"n":"Five-Armed Troll"},{"id":4519,"c":1,"u":"flying%20trident_wdmm","p":106,"s":70,"h":1,"n":"Flying Trident"},{"id":4520,"c":1,"u":"giant%20flying%20spider_wdmm","p":150,"s":70,"h":1,"n":"Giant Flying Spider"},{"id":4521,"c":1,"u":"giant%20mutated%20drow_wdmm","p":143,"s":70,"h":1,"n":"Giant Mutated Drow"},{"id":4522,"c":1,"u":"glyster_wdmm","p":241,"s":70,"h":1,"n":"Glyster"},{"id":4523,"c":1,"u":"gorka%20tharn_wdmm","p":257,"s":70,"h":1,"n":"Gorka Tharn"},{"id":4524,"c":1,"u":"gorzil's%20gang%20troglodyte_wdmm","p":150,"s":70,"h":1,"n":"Gorzil's Gang Troglodyte"},{"id":4525,"c":1,"u":"halaster%20blackcloak_wdmm","p":310,"s":70,"h":1,"n":"Halaster Blackcloak"},{"id":4526,"c":1,"u":"halaster%20horror_wdmm","p":129,"s":70,"h":1,"n":"Halaster Horror"},{"id":4527,"c":1,"u":"halaster%20puppet_wdmm","p":31,"s":70,"h":1,"n":"Halaster Puppet"},{"id":4528,"c":1,"u":"haungharassk_wdmm","p":258,"s":70,"h":1,"n":"Haungharassk"},{"id":4529,"c":1,"u":"horned%20sister_wdmm","p":118,"s":70,"h":1,"n":"Horned Sister"},{"id":4530,"c":1,"u":"huge%20gray%20ooze_wdmm","p":243,"s":70,"h":1,"n":"Huge Gray Ooze"},{"id":4531,"c":1,"u":"intelligent%20black%20pudding_wdmm","p":244,"s":70,"h":1,"n":"Intelligent Black Pudding"},{"id":4532,"c":1,"u":"iron%20spider_wdmm","p":165,"s":70,"h":1,"n":"Iron Spider"},{"id":4533,"c":1,"u":"junior%20drow%20priestess%20of%20lolth_wdmm","p":149,"s":70,"h":1,"n":"Junior Drow Priestess of Lolth"},{"id":4534,"c":1,"u":"kavil_wdmm","p":205,"s":70,"h":1,"n":"Kavil"},{"id":4535,"c":1,"u":"keresta%20delvingstone_wdmm","p":232,"s":70,"h":1,"n":"Keresta Delvingstone"},{"id":4536,"c":1,"u":"kol'daan_wdmm","p":155,"s":70,"h":1,"n":"Kol'daan"},{"id":4537,"c":1,"u":"large%20mimic_wdmm","p":76,"s":70,"h":1,"n":"Large Mimic"},{"id":4538,"c":1,"u":"lava%20child_wdmm","p":313,"s":70,"h":1,"n":"Lava Child"},{"id":4539,"c":1,"u":"left%20hand%20of%20manshoon_wdmm","p":119,"s":70,"h":1,"n":"Left Hand of Manshoon"},{"id":4540,"c":1,"u":"living%20unseen%20servant_wdmm","p":313,"s":70,"h":1,"n":"Living Unseen Servant"},{"id":4541,"c":1,"u":"mad%20golem_wdmm","p":254,"s":70,"h":1,"n":"Mad Golem"},{"id":4542,"c":1,"u":"maddgoth's%20homunculus_wdmm","p":96,"s":70,"h":1,"n":"Maddgoth's Homunculus"},{"id":4543,"c":1,"u":"marta%20moonshadow_wdmm","p":46,"s":70,"h":1,"n":"Marta Moonshadow"},{"id":4544,"c":1,"u":"melissara%20shadowdusk_wdmm","p":281,"s":70,"h":1,"n":"Melissara Shadowdusk"},{"id":4545,"c":1,"u":"metal%20wasp_wdmm","p":174,"s":70,"h":1,"n":"Metal Wasp"},{"id":4546,"c":1,"u":"mobar_wdmm","p":77,"s":70,"h":1,"n":"Mobar"},{"id":4547,"c":1,"u":"muiral_wdmm","p":314,"s":70,"h":1,"n":"Muiral"},{"id":4548,"c":1,"u":"nerozar%20the%20defeated_wdmm","p":52,"s":70,"h":1,"n":"Nerozar the Defeated"},{"id":4549,"c":1,"u":"nester_wdmm","p":131,"s":70,"h":1,"n":"Nester"},{"id":4550,"c":1,"u":"old%20troglodyte_wdmm","p":155,"s":70,"h":1,"n":"Old Troglodyte"},{"id":4551,"c":1,"u":"otto_wdmm","p":96,"s":70,"h":1,"n":"Otto"},{"id":4552,"c":1,"u":"play-by-play%20generator_wdmm","p":205,"s":70,"h":1,"n":"Play-by-Play Generator"},{"id":4553,"c":1,"u":"poison%20weird_wdmm","p":127,"s":70,"h":1,"n":"Poison Weird"},{"id":4554,"c":1,"u":"portia%20dzuth_wdmm","p":239,"s":70,"h":1,"n":"Portia Dzuth"},{"id":4555,"c":1,"u":"preeta%20kreepa_wdmm","p":56,"s":70,"h":1,"n":"Preeta Kreepa"},{"id":4556,"c":1,"u":"rabbithead_wdmm","p":295,"s":70,"h":1,"n":"Rabbithead"},{"id":4557,"c":1,"u":"rowboat%20mimic_wdmm","p":76,"s":70,"h":1,"n":"Rowboat Mimic"},{"id":4558,"c":1,"u":"runed%20behir_wdmm","p":158,"s":70,"h":1,"n":"Runed Behir"},{"id":4559,"c":1,"u":"scaladar_wdmm","p":315,"s":70,"h":1,"n":"Scaladar"},{"id":4560,"c":1,"u":"shadow%20assassin_wdmm","p":316,"s":70,"h":1,"n":"Shadow Assassin"},{"id":4561,"c":1,"u":"shapechanged%20roper_wdmm","p":106,"s":70,"h":1,"n":"Shapechanged Roper"},{"id":4562,"c":1,"u":"shockerstomper_wdmm","p":174,"s":70,"h":1,"n":"Shockerstomper"},{"id":4563,"c":1,"u":"shunn%20shurreth_wdmm","p":33,"s":70,"h":1,"n":"Shunn Shurreth"},{"id":4564,"c":1,"u":"sing-along_wdmm","p":148,"s":70,"h":1,"n":"Sing-Along"},{"id":4565,"c":1,"u":"space%20hamster_wdmm","p":251,"s":70,"h":1,"n":"Space Hamster"},{"id":4566,"c":1,"u":"stalagma%20steelshadow_wdmm","p":273,"s":70,"h":1,"n":"Stalagma Steelshadow"},{"id":4567,"c":1,"u":"statue%20of%20vergadain_wdmm","p":202,"s":70,"h":1,"n":"Statue of Vergadain"},{"id":4568,"c":1,"u":"stonecloak_wdmm","p":253,"s":70,"h":1,"n":"Stonecloak"},{"id":4569,"c":1,"u":"sundeth_wdmm","p":304,"s":70,"h":1,"n":"Sundeth"},{"id":4570,"c":1,"u":"thwad%20underbrew_wdmm","p":204,"s":70,"h":1,"n":"Thwad Underbrew"},{"id":4571,"c":1,"u":"torbit_wdmm","p":115,"s":70,"h":1,"n":"Torbit"},{"id":4572,"c":1,"u":"trenzia_wdmm","p":32,"s":70,"h":1,"n":"Trenzia"},{"id":4573,"c":1,"u":"trobriand_wdmm","p":294,"s":70,"h":1,"n":"Trobriand"},{"id":4574,"c":1,"u":"umbraxakar_wdmm","p":241,"s":70,"h":1,"n":"Umbraxakar"},{"id":4575,"c":1,"u":"undead%20bulette_wdmm","p":90,"s":70,"h":1,"n":"Undead Bulette"},{"id":4576,"c":1,"u":"undead%20shambling%20mound_wdmm","p":142,"s":70,"h":1,"n":"Undead Shambling Mound"},{"id":4577,"c":1,"u":"valtagar%20steelshadow_wdmm","p":271,"s":70,"h":1,"n":"Valtagar Steelshadow"},{"id":4578,"c":1,"u":"vertrand%20shadowdusk_wdmm","p":282,"s":70,"h":1,"n":"Vertrand Shadowdusk"},{"id":4579,"c":1,"u":"werebat_wdmm","p":317,"s":70,"h":1,"n":"Werebat"},{"id":4580,"c":1,"u":"wooden%20donkey_wdmm","p":84,"s":70,"h":1,"n":"Wooden Donkey"},{"id":4581,"c":1,"u":"wyllow_wdmm","p":70,"s":70,"h":1,"n":"Wyllow"},{"id":4582,"c":1,"u":"zalthar%20shadowdusk_wdmm","p":286,"s":70,"h":1,"n":"Zalthar Shadowdusk"},{"id":4583,"c":1,"u":"zorak%20lightdrinker_wdmm","p":204,"s":70,"h":1,"n":"Zorak Lightdrinker"},{"id":4584,"c":1,"u":"zox%20clammersham_wdmm","p":176,"s":70,"h":1,"n":"Zox Clammersham"},{"id":4585,"c":1,"u":"zress%20orlezziir_wdmm","p":136,"s":70,"h":1,"n":"Zress Orlezziir"},{"id":4586,"c":1,"u":"animated%20coffin_aatm","s":71,"h":1,"n":"Animated Coffin"},{"id":4587,"c":1,"u":"factol%20skall_aatm","s":71,"h":1,"n":"Factol Skall"},{"id":4588,"c":1,"u":"heralds%20of%20dust%20exorcist_aatm","s":71,"h":1,"n":"Heralds of Dust Exorcist"},{"id":4589,"c":1,"u":"giant%20zombie%20constrictor%20snake_aitfr-dn","p":11,"s":72,"h":1,"n":"Giant Zombie Constrictor Snake"},{"id":4590,"c":1,"u":"hamish%20hewland_aitfr-dn","p":11,"s":72,"h":1,"n":"Hamish Hewland"},{"id":4591,"c":1,"u":"kyrilla%2c%20accursed%20gorgon_aitfr-dn","p":12,"s":72,"h":1,"n":"Kyrilla, Accursed Gorgon"},{"id":4592,"c":1,"u":"skeletal%20horror_aitfr-dn","p":13,"s":72,"h":1,"n":"Skeletal Horror"},{"id":4593,"c":1,"u":"mercenary%20envoy_aitfr-fcd","p":10,"s":73,"h":1,"n":"Mercenary Envoy"},{"id":4594,"c":1,"u":"tyreus%2c%20illusionist_aitfr-fcd","p":11,"s":73,"h":1,"n":"Tyreus, Illusionist"},{"id":4595,"c":1,"u":"exul_aitfr-isf","p":12,"s":74,"h":1,"n":"Exul"},{"id":4596,"c":1,"u":"malivar_aitfr-isf","p":12,"s":74,"h":1,"n":"Malivar"},{"id":4597,"c":1,"u":"greater%20shadow%20horror_aitfr-thp","p":12,"s":75,"h":1,"n":"Greater Shadow Horror"},{"id":4598,"c":1,"u":"morwena%20veilmist_aitfr-thp","p":13,"s":75,"h":1,"n":"Morwena Veilmist"},{"id":4599,"c":1,"u":"usagt_aitfr-thp","p":14,"s":75,"h":1,"n":"Usagt"},{"id":4600,"c":1,"u":"big%20water%20slurpent_awm","p":29,"s":76,"h":1,"n":"Big Water Slurpent"},{"id":4601,"c":1,"u":"birdsquirrel_awm","p":30,"s":76,"h":1,"n":"Birdsquirrel"},{"id":4602,"c":1,"u":"boontu%20monkey_awm","p":30,"s":76,"h":1,"n":"Boontu Monkey"},{"id":4603,"c":1,"u":"crystal%20cave%20merfolk_awm","p":31,"s":76,"h":1,"n":"Crystal Cave Merfolk"},{"id":4604,"c":1,"u":"dankwood%20hag_awm","p":31,"s":76,"h":1,"n":"Dankwood Hag"},{"id":4605,"c":1,"u":"dum-dum%20goblin_awm","p":32,"s":76,"h":1,"n":"Dum-Dum Goblin"},{"id":4606,"c":1,"u":"dwarf_awm","p":32,"s":76,"h":1,"n":"Dwarf"},{"id":4607,"c":1,"u":"great%20kroom%2c%20purple%20worm_awm","p":33,"s":76,"h":1,"n":"Great Kroom, Purple Worm"},{"id":4608,"c":1,"u":"hangry%20otyugh_awm","p":33,"s":76,"h":1,"n":"Hangry Otyugh"},{"id":4609,"c":1,"u":"hill%20giant%2c%20blorbo_awm","p":34,"s":76,"h":1,"n":"Hill Giant, Blorbo"},{"id":4610,"c":1,"u":"saleeth%20the%20couatl_awm","p":34,"s":76,"h":1,"n":"Saleeth the Couatl"},{"id":4611,"c":1,"u":"yarnspinner_dod","p":22,"s":77,"h":1,"n":"Yarnspinner"},{"id":4612,"c":1,"u":"doric_hat-tg","s":78,"h":1,"n":"Doric"},{"id":4613,"c":1,"u":"edgin%20darvis_hat-tg","s":78,"h":1,"n":"Edgin Darvis"},{"id":4614,"c":1,"u":"forge%20fitzwilliam_hat-tg","s":78,"h":1,"n":"Forge Fitzwilliam"},{"id":4615,"c":1,"u":"holga%20kilgore_hat-tg","s":78,"h":1,"n":"Holga Kilgore"},{"id":4616,"c":1,"u":"simon%20aumar_hat-tg","s":78,"h":1,"n":"Simon Aumar"},{"id":4617,"c":1,"u":"sofina_hat-tg","s":78,"h":1,"n":"Sofina"},{"id":4618,"c":1,"u":"xenk%20yendar_hat-tg","s":78,"h":1,"n":"Xenk Yendar"},{"id":4619,"c":1,"u":"%22the%20demogorgon%22_imr","p":53,"s":79,"h":1,"n":"\"The Demogorgon\""},{"id":4620,"c":1,"u":"andras_imr","p":31,"s":79,"h":1,"n":"Andras"},{"id":4621,"c":1,"u":"banrion_imr","p":91,"s":79,"h":1,"n":"Banrion"},{"id":4622,"c":1,"u":"barbatos_imr","p":52,"s":79,"h":1,"n":"Barbatos"},{"id":4623,"c":1,"u":"brain%20in%20iron_imr","p":48,"s":79,"h":1,"n":"Brain in Iron"},{"id":4624,"c":1,"u":"dwarven%20worker_imr","p":15,"s":79,"h":1,"n":"Dwarven Worker"},{"id":4625,"c":1,"u":"enhanced%20medusa_imr","p":47,"s":79,"h":1,"n":"Enhanced Medusa"},{"id":4626,"c":1,"u":"enhanced%20medusa_imr","p":47,"s":79,"h":1,"n":"Daoud's Living Lanthor"},{"id":4627,"c":1,"u":"grandfather%20oak_imr","p":5,"s":79,"h":1,"n":"Grandfather Oak"},{"id":4628,"c":1,"u":"lynx%20creatlach_imr","p":54,"s":79,"h":1,"n":"Lynx Creatlach"},{"id":4629,"c":1,"u":"moghadam_imr","p":55,"s":79,"h":1,"n":"Moghadam"},{"id":4630,"c":1,"u":"neo-otyugh_imr","p":75,"s":79,"h":1,"n":"Neo-Otyugh"},{"id":4631,"c":1,"u":"seodra_imr","p":41,"s":79,"h":1,"n":"Seodra"},{"id":4632,"c":1,"u":"sir%20ursas_imr","p":56,"s":79,"h":1,"n":"Sir Ursas"},{"id":4633,"c":1,"u":"skeletal%20giant%20owl_imr","p":33,"s":79,"h":1,"n":"Skeletal Giant Owl"},{"id":4634,"c":1,"u":"skeletal%20owlbear_imr","p":36,"s":79,"h":1,"n":"Skeletal Owlbear"},{"id":4635,"c":1,"u":"skeletal%20polar%20bear_imr","p":34,"s":79,"h":1,"n":"Skeletal Polar Bear"},{"id":4636,"c":1,"u":"skeletal%20two-headed%20owlbear_imr","p":36,"s":79,"h":1,"n":"Skeletal Two-Headed Owlbear"},{"id":4637,"c":1,"u":"stolos_imr","p":33,"s":79,"h":1,"n":"Stolos"},{"id":4638,"c":1,"u":"tarnhem_imr","p":19,"s":79,"h":1,"n":"Tarnhem"},{"id":4639,"c":1,"u":"thessalar_imr","p":57,"s":79,"h":1,"n":"Thessalar"},{"id":4640,"c":1,"u":"thessalar's%20homunculus_imr","p":35,"s":79,"h":1,"n":"Thessalar's Homunculus"},{"id":4641,"c":1,"u":"thessalheart%20construct_imr","p":86,"s":79,"h":1,"n":"Thessalheart Construct"},{"id":4642,"c":1,"u":"thessalkraken_imr","p":87,"s":79,"h":1,"n":"Thessalkraken"},{"id":4643,"c":1,"u":"tiefling%20muralist_imr","p":17,"s":79,"h":1,"n":"Tiefling Muralist"},{"id":4644,"c":1,"u":"two-headed%20crocodile_imr","p":89,"s":79,"h":1,"n":"Two-Headed Crocodile"},{"id":4645,"c":1,"u":"two-headed%20owlbear_imr","p":90,"s":79,"h":1,"n":"Two-Headed Owlbear"},{"id":4646,"c":1,"u":"brain%20in%20a%20jar_llk","p":38,"s":80,"h":1,"n":"Brain in a Jar"},{"id":4647,"c":1,"u":"clockwork%20kraken_llk","p":38,"s":80,"h":1,"n":"Clockwork Kraken"},{"id":4648,"c":1,"u":"ctenmiir%20the%20vampire_llk","p":4,"s":80,"h":1,"n":"Ctenmiir the Vampire"},{"id":4649,"c":1,"u":"east%20wind_llk","p":14,"s":80,"h":1,"n":"East Wind"},{"id":4650,"c":1,"u":"elder%20monastery%20of%20the%20distressed%20body%20monk_llk","p":12,"s":80,"h":1,"n":"Elder Monastery of the Distressed Body Monk"},{"id":4651,"c":1,"u":"garret%20levistusson_llk","p":41,"s":80,"h":1,"n":"Garret Levistusson"},{"id":4652,"c":1,"u":"gearbox_llk","p":5,"s":80,"h":1,"n":"Gearbox"},{"id":4653,"c":1,"u":"gloine%20nathair-nathair_llk","p":23,"s":80,"h":1,"n":"Gloine Nathair-Nathair"},{"id":4654,"c":1,"u":"mary%20greymalkin_llk","p":41,"s":80,"h":1,"n":"Mary Greymalkin"},{"id":4655,"c":1,"u":"monastery%20of%20the%20distressed%20body%20grand%20master_llk","p":14,"s":80,"h":1,"n":"Monastery of the Distressed Body Grand Master"},{"id":4656,"c":1,"u":"monastery%20of%20the%20distressed%20body%20monk_llk","p":12,"s":80,"h":1,"n":"Monastery of the Distressed Body Monk"},{"id":4657,"c":1,"u":"ooze-folk_llk","p":46,"s":80,"h":1,"n":"Ooze-Folk"},{"id":4658,"c":1,"u":"west%20wind_llk","p":14,"s":80,"h":1,"n":"West Wind"},{"id":4659,"c":1,"u":"amble_lr","p":15,"s":81,"h":1,"n":"Amble"},{"id":4660,"c":1,"u":"fhenimore_lr","p":20,"s":81,"h":1,"n":"Fhenimore"},{"id":4661,"c":1,"u":"gar%20shatterkeel_lr","p":18,"s":81,"h":1,"n":"Gar Shatterkeel"},{"id":4662,"c":1,"u":"shoalar%20quanderil_lr","p":23,"s":81,"h":1,"n":"Shoalar Quanderil"},{"id":4663,"c":1,"u":"whymsee_lr","p":20,"s":81,"h":1,"n":"Whymsee"},{"id":4664,"c":1,"u":"young%20kraken_lr","p":21,"s":81,"h":1,"n":"Young Kraken"},{"id":4665,"c":1,"u":"asteroid%20spider_mcv1sc","p":3,"s":82,"h":1,"n":"Asteroid Spider"},{"id":4666,"c":1,"u":"clockwork%20horror_mcv1sc","p":4,"s":82,"h":1,"n":"Clockwork Horror"},{"id":4667,"c":1,"u":"eldritch%20lich_mcv1sc","p":6,"s":82,"h":1,"n":"Eldritch Lich"},{"id":4668,"c":1,"u":"fractine_mcv1sc","p":7,"s":82,"h":1,"n":"Fractine"},{"id":4669,"c":1,"u":"gadabout_mcv1sc","p":8,"s":82,"h":1,"n":"Gadabout"},{"id":4670,"c":1,"u":"goon%20balloon_mcv1sc","p":9,"s":82,"h":1,"n":"Goon Balloon"},{"id":4671,"c":1,"u":"nightmare%20beast_mcv1sc","p":10,"s":82,"h":1,"n":"Nightmare Beast"},{"id":4672,"c":1,"u":"puppeteer%20parasite_mcv1sc","p":11,"s":82,"h":1,"n":"Puppeteer Parasite"},{"id":4673,"c":1,"u":"star%20lancer_mcv1sc","p":12,"s":82,"h":1,"n":"Star Lancer"},{"id":4674,"c":1,"u":"yggdrasti_mcv1sc","p":13,"s":82,"h":1,"n":"Yggdrasti"},{"id":4675,"c":1,"u":"dream%20eater_mcv2dc","p":3,"s":83,"h":1,"n":"Dream Eater"},{"id":4676,"c":1,"u":"ember_mcv2dc","p":5,"s":83,"h":1,"n":"Ember"},{"id":4677,"c":1,"u":"forest%20master_mcv2dc","p":6,"s":83,"h":1,"n":"Forest Master"},{"id":4678,"c":1,"u":"foresworn_mcv2dc","p":7,"s":83,"h":1,"n":"Foresworn"},{"id":4679,"c":1,"u":"irda%20seeker_mcv2dc","p":8,"s":83,"h":1,"n":"Irda Seeker"},{"id":4680,"c":1,"u":"irda%20veil%20keeper_mcv2dc","p":9,"s":83,"h":1,"n":"Irda Veil Keeper"},{"id":4681,"c":1,"u":"nevermind%20gnome%20inventor_mcv2dc","p":10,"s":83,"h":1,"n":"Nevermind Gnome Inventor"},{"id":4682,"c":1,"u":"nevermind%20gnome%20mastermind_mcv2dc","p":11,"s":83,"h":1,"n":"Nevermind Gnome Mastermind"},{"id":4683,"c":1,"u":"thanoi%20hunter_mcv2dc","p":12,"s":83,"h":1,"n":"Thanoi Hunter"},{"id":4684,"c":1,"u":"traag%20draconian_mcv2dc","p":13,"s":83,"h":1,"n":"Traag Draconian"},{"id":4685,"c":1,"u":"verminaard_mcv2dc","p":15,"s":83,"h":1,"n":"Verminaard"},{"id":4686,"c":1,"u":"blaze_mcv3mc","p":3,"s":84,"h":1,"n":"Blaze"},{"id":4687,"c":1,"u":"creeper_mcv3mc","p":4,"s":84,"h":1,"n":"Creeper"},{"id":4688,"c":1,"u":"ender%20dragon_mcv3mc","p":5,"s":84,"h":1,"n":"Ender Dragon"},{"id":4689,"c":1,"u":"enderman_mcv3mc","p":6,"s":84,"h":1,"n":"Enderman"},{"id":4690,"c":1,"u":"wolf%20of%20the%20overworld_mcv3mc","p":7,"s":84,"h":1,"n":"Wolf of the Overworld"},{"id":4691,"c":1,"u":"archon%20of%20boundaries_mcv4ec","s":85,"h":1,"n":"Archon of Boundaries"},{"id":4692,"c":1,"u":"beanstalk%20wurm_mcv4ec","s":85,"h":1,"n":"Beanstalk Wurm"},{"id":4693,"c":1,"u":"deathless%20rider_mcv4ec","s":85,"h":1,"n":"Deathless Rider"},{"id":4694,"c":1,"u":"dunbarrow%20witch_mcv4ec","s":85,"h":1,"n":"Dunbarrow Witch"},{"id":4695,"c":1,"u":"faerie%20borrower_mcv4ec","s":85,"h":1,"n":"Faerie Borrower"},{"id":4696,"c":1,"u":"faerie%20pathlighter_mcv4ec","s":85,"h":1,"n":"Faerie Pathlighter"},{"id":4697,"c":1,"u":"faerie%20pest_mcv4ec","s":85,"h":1,"n":"Faerie Pest"},{"id":4698,"c":1,"u":"gingerbrute_mcv4ec","s":85,"h":1,"n":"Gingerbrute"},{"id":4699,"c":1,"u":"goose%20mother_mcv4ec","s":85,"h":1,"n":"Goose Mother"},{"id":4700,"c":1,"u":"high%20fae%20impostor_mcv4ec","s":85,"h":1,"n":"High Fae Impostor"},{"id":4701,"c":1,"u":"high%20fae%20kindguard_mcv4ec","s":85,"h":1,"n":"High Fae Kindguard"},{"id":4702,"c":1,"u":"high%20fae%20mage_mcv4ec","s":85,"h":1,"n":"High Fae Mage"},{"id":4703,"c":1,"u":"high%20fae%20noble_mcv4ec","s":85,"h":1,"n":"High Fae Noble"},{"id":4704,"c":1,"u":"knight%20of%20eldraine_mcv4ec","s":85,"h":1,"n":"Knight of Eldraine"},{"id":4705,"c":1,"u":"nightmare%20haunt_mcv4ec","s":85,"h":1,"n":"Nightmare Haunt"},{"id":4706,"c":1,"u":"ogre%20chitterlord_mcv4ec","s":85,"h":1,"n":"Ogre Chitterlord"},{"id":4707,"c":1,"u":"redtooth%20werefox_mcv4ec","s":85,"h":1,"n":"Redtooth Werefox"},{"id":4708,"c":1,"u":"sewer%20king_mcv4ec","s":85,"h":1,"n":"Sewer King"},{"id":4709,"c":1,"u":"snapping%20hydra_mcv4ec","s":85,"h":1,"n":"Snapping Hydra"},{"id":4710,"c":1,"u":"specter%20of%20night_mcv4ec","s":85,"h":1,"n":"Specter of Night"},{"id":4711,"c":1,"u":"sweettooth%20horror_mcv4ec","s":85,"h":1,"n":"Sweettooth Horror"},{"id":4712,"c":1,"u":"tempest%20hart_mcv4ec","s":85,"h":1,"n":"Tempest Hart"},{"id":4713,"c":1,"u":"treefolk_mcv4ec","s":85,"h":1,"n":"Treefolk"},{"id":4714,"c":1,"u":"witchkite_mcv4ec","s":85,"h":1,"n":"Witchkite"},{"id":4715,"c":1,"u":"witchstalker_mcv4ec","s":85,"h":1,"n":"Witchstalker"},{"id":4716,"c":1,"u":"dankwood%20duergar_mgelft","p":32,"s":86,"h":1,"n":"Dankwood Duergar"},{"id":4717,"c":1,"u":"dankwood%20grung_mgelft","p":31,"s":86,"h":1,"n":"Dankwood Grung"},{"id":4718,"c":1,"u":"king%20robbit%20the%20slimy_mgelft","p":32,"s":86,"h":1,"n":"King Robbit the Slimy"},{"id":4719,"c":1,"u":"sludge%20hag_mgelft","p":33,"s":86,"h":1,"n":"Sludge Hag"},{"id":4720,"c":1,"u":"spiderfrog_mgelft","p":33,"s":86,"h":1,"n":"Spiderfrog"},{"id":4721,"c":1,"u":"yeti%20tyke_mgelft","p":34,"s":86,"h":1,"n":"Yeti Tyke"},{"id":4722,"c":1,"u":"coral_mismv1","p":4,"s":87,"h":1,"n":"Coral"},{"id":4723,"c":1,"u":"dandylion_mismv1","p":6,"s":87,"h":1,"n":"Dandylion"},{"id":4724,"c":1,"u":"rain_mismv1","p":8,"s":87,"h":1,"n":"Rain"},{"id":4725,"c":1,"u":"scrapper_mismv1","p":10,"s":87,"h":1,"n":"Scrapper"},{"id":4726,"c":1,"u":"seth%20the%20shapeshifting%20dragon_mismv1","p":12,"s":87,"h":1,"n":"Seth the Shapeshifting Dragon"},{"id":4727,"c":1,"u":"sheldon%20the%20blueberry%20dragon_mismv1","p":14,"s":87,"h":1,"n":"Sheldon the Blueberry Dragon"},{"id":4728,"c":1,"u":"goon_nrh-ass","p":7,"s":88,"h":1,"n":"Goon"},{"id":4729,"c":1,"u":"emo_nrh-at","p":9,"s":89,"h":1,"n":"Emo"},{"id":4730,"c":1,"u":"maude_nrh-at","p":12,"s":89,"h":1,"n":"Maude"},{"id":4731,"c":1,"u":"mr.%20greystone_nrh-at","p":13,"s":89,"h":1,"n":"Mr. Greystone"},{"id":4732,"c":1,"u":"chimeric%20fox_nrh-avitw","p":8,"s":90,"h":1,"n":"Chimeric Fox"},{"id":4733,"c":1,"u":"scarlet%20sentinel_nrh-avitw","p":10,"s":90,"h":1,"n":"Scarlet Sentinel"},{"id":4734,"c":1,"u":"szikzith_nrh-awol","p":6,"s":91,"h":1,"n":"Szikzith"},{"id":4735,"c":1,"u":"clown_nrh-coi","p":7,"s":92,"h":1,"n":"Clown"},{"id":4736,"c":1,"u":"imelda_nrh-coi","p":11,"s":92,"h":1,"n":"Imelda"},{"id":4737,"c":1,"u":"magnifico_nrh-coi","p":9,"s":92,"h":1,"n":"Magnifico"},{"id":4738,"c":1,"u":"mr.%20honeycutt_nrh-tcmc","p":10,"s":93,"h":1,"n":"Mr. Honeycutt"},{"id":4739,"c":1,"u":"slurmy_nrh-tcmc","p":10,"s":93,"h":1,"n":"Slurmy"},{"id":4740,"c":1,"u":"adult%20amonkhet%20dragon_psa","p":33,"s":94,"h":1,"n":"Adult Amonkhet Dragon"},{"id":4741,"c":1,"u":"ammit_psa","p":30,"s":94,"h":1,"n":"Ammit"},{"id":4742,"c":1,"u":"amonkhet%20dragon%20wyrmling_psa","p":33,"s":94,"h":1,"n":"Amonkhet Dragon Wyrmling"},{"id":4743,"c":1,"u":"amonkhet%20hydra_psa","p":35,"s":94,"h":1,"n":"Amonkhet Hydra"},{"id":4744,"c":1,"u":"amonkhet%20mummy_psa","p":34,"s":94,"h":1,"n":"Amonkhet Mummy"},{"id":4745,"c":1,"u":"amonkhet%20mummy%20lord_psa","p":34,"s":94,"h":1,"n":"Amonkhet Mummy Lord"},{"id":4746,"c":1,"u":"amonkhet%20sphinx_psa","p":31,"s":94,"h":1,"n":"Amonkhet Sphinx"},{"id":4747,"c":1,"u":"ancient%20amonkhet%20dragon_psa","p":33,"s":94,"h":1,"n":"Ancient Amonkhet Dragon"},{"id":4748,"c":1,"u":"angel%20of%20amonkhet_psa","p":30,"s":94,"h":1,"n":"Angel of Amonkhet"},{"id":4749,"c":1,"u":"anointed_psa","p":34,"s":94,"h":1,"n":"Anointed"},{"id":4750,"c":1,"u":"archfiend%20of%20ifnir_psa","p":30,"s":94,"h":1,"n":"Archfiend of Ifnir"},{"id":4751,"c":1,"u":"cerodon_psa","p":37,"s":94,"h":1,"n":"Cerodon"},{"id":4752,"c":1,"u":"criosphinx_psa","p":32,"s":94,"h":1,"n":"Criosphinx"},{"id":4753,"c":1,"u":"eternal_psa","p":34,"s":94,"h":1,"n":"Eternal"},{"id":4754,"c":1,"u":"giant%20river%20serpent_psa","p":38,"s":94,"h":1,"n":"Giant River Serpent"},{"id":4755,"c":1,"u":"hippopotamus_psa","p":38,"s":94,"h":1,"n":"Hippopotamus"},{"id":4756,"c":1,"u":"large%20drake_psa","p":33,"s":94,"h":1,"n":"Large Drake"},{"id":4757,"c":1,"u":"manticore%2c%20heart-piercer_psa","p":36,"s":94,"h":1,"n":"Manticore, Heart-Piercer"},{"id":4758,"c":1,"u":"river%20serpent_psa","p":38,"s":94,"h":1,"n":"River Serpent"},{"id":4759,"c":1,"u":"sandwurm_psa","p":35,"s":94,"h":1,"n":"Sandwurm"},{"id":4760,"c":1,"u":"serpopard_psa","p":37,"s":94,"h":1,"n":"Serpopard"},{"id":4761,"c":1,"u":"small%20drake_psa","p":33,"s":94,"h":1,"n":"Small Drake"},{"id":4762,"c":1,"u":"soulstinger%20demon_psa","p":30,"s":94,"h":1,"n":"Soulstinger Demon"},{"id":4763,"c":1,"u":"young%20amonkhet%20dragon_psa","p":33,"s":94,"h":1,"n":"Young Amonkhet Dragon"},{"id":4764,"c":1,"u":"homarid_psd","p":15,"s":95,"h":1,"n":"Homarid"},{"id":4765,"c":1,"u":"kavu%20predator_psd","p":24,"s":95,"h":1,"n":"Kavu Predator"},{"id":4766,"c":1,"u":"lyra_psd","p":9,"s":95,"h":1,"n":"Lyra"},{"id":4767,"c":1,"u":"lyra_psd","p":9,"s":95,"h":1,"n":"Perfidious Muderator"},{"id":4768,"c":1,"u":"serra%20angel_psd","p":9,"s":95,"h":1,"n":"Serra Angel"},{"id":4769,"c":1,"u":"shalai_psd","p":9,"s":95,"h":1,"n":"Shalai"},{"id":4770,"c":1,"u":"steel%20leaf%20kavu_psd","p":24,"s":95,"h":1,"n":"Steel Leaf Kavu"},{"id":4771,"c":1,"u":"zombie%20horse_psd","p":17,"s":95,"h":1,"n":"Zombie Horse"},{"id":4772,"c":1,"u":"avacyn_psi","p":26,"s":96,"h":1,"n":"Avacyn"},{"id":4773,"c":1,"u":"bruna_psi","p":26,"s":96,"h":1,"n":"Bruna"},{"id":4774,"c":1,"u":"bruna_psi","p":26,"s":96,"h":1,"n":"Light of Alabaster"},{"id":4775,"c":1,"u":"creepy%20doll_psi","p":25,"s":96,"h":1,"n":"Creepy Doll"},{"id":4776,"c":1,"u":"demonlord%20of%20ashmouth_psi","p":37,"s":96,"h":1,"n":"Demonlord of Ashmouth"},{"id":4777,"c":1,"u":"flight%20alabaster%20angel_psi","p":26,"s":96,"h":1,"n":"Flight Alabaster Angel"},{"id":4778,"c":1,"u":"flight%20goldnight%20angel_psi","p":26,"s":96,"h":1,"n":"Flight Goldnight Angel"},{"id":4779,"c":1,"u":"flight%20of%20moonsilver%20angel_psi","p":26,"s":96,"h":1,"n":"Flight of Moonsilver Angel"},{"id":4780,"c":1,"u":"geist_psi","p":19,"s":96,"h":1,"n":"Geist"},{"id":4781,"c":1,"u":"gisela_psi","p":26,"s":96,"h":1,"n":"Gisela"},{"id":4782,"c":1,"u":"gisela_psi","p":26,"s":96,"h":1,"n":"Blade of Goldnight"},{"id":4783,"c":1,"u":"gisela_psi","p":26,"s":96,"h":1,"n":"Blade of the Church"},{"id":4784,"c":1,"u":"host%20of%20herons%20angel_psi","p":26,"s":96,"h":1,"n":"Host of Herons Angel"},{"id":4785,"c":1,"u":"keeper%20of%20the%20feather_psi","p":40,"s":96,"h":1,"n":"Keeper of the Feather"},{"id":4786,"c":1,"u":"necro-alchemist_psi","p":20,"s":96,"h":1,"n":"Necro-Alchemist"},{"id":4787,"c":1,"u":"necro-alchemist_psi","p":20,"s":96,"h":1,"n":"Geistmage"},{"id":4788,"c":1,"u":"sigarda_psi","p":26,"s":96,"h":1,"n":"Sigarda"},{"id":4789,"c":1,"u":"skaab_psi","p":20,"s":96,"h":1,"n":"Skaab"},{"id":4790,"c":1,"u":"strefan%20maurer_psi","p":33,"s":96,"h":1,"n":"Strefan Maurer"},{"id":4791,"c":1,"u":"vampire%20neonate_psi","p":17,"s":96,"h":1,"n":"Vampire Neonate"},{"id":4792,"c":1,"u":"werewolf%20(krallenhorde)_psi","p":15,"s":96,"h":1,"n":"Werewolf (Krallenhorde)"},{"id":4793,"c":1,"u":"zombie%20cat_psi","p":17,"s":96,"h":1,"n":"Zombie Cat"},{"id":4794,"c":1,"u":"zombie%20rat_psi","p":17,"s":96,"h":1,"n":"Zombie Rat"},{"id":4795,"c":1,"u":"zombie%20snake_psi","p":17,"s":96,"h":1,"n":"Zombie Snake"},{"id":4796,"c":1,"u":"angel_psk","p":27,"s":97,"h":1,"n":"Angel"},{"id":4797,"c":1,"u":"construct%20(animated%20armor)_psk","p":32,"s":97,"h":1,"n":"Construct (Animated Armor)"},{"id":4798,"c":1,"u":"construct%20(helmed%20horror)_psk","p":32,"s":97,"h":1,"n":"Construct (Helmed Horror)"},{"id":4799,"c":1,"u":"construct%20(modron)_psk","p":32,"s":97,"h":1,"n":"Construct (Modron)"},{"id":4800,"c":1,"u":"construct%20(shield%20guardian)_psk","p":32,"s":97,"h":1,"n":"Construct (Shield Guardian)"},{"id":4801,"c":1,"u":"demon_psk","p":27,"s":97,"h":1,"n":"Demon"},{"id":4802,"c":1,"u":"dragon_psk","p":29,"s":97,"h":1,"n":"Dragon"},{"id":4803,"c":1,"u":"drake%20(large)_psk","p":29,"s":97,"h":1,"n":"Drake (Large)"},{"id":4804,"c":1,"u":"drake%20(small)_psk","p":29,"s":97,"h":1,"n":"Drake (Small)"},{"id":4805,"c":1,"u":"giant_psk","p":30,"s":97,"h":1,"n":"Giant"},{"id":4806,"c":1,"u":"gremlin_psk","p":26,"s":97,"h":1,"n":"Gremlin"},{"id":4807,"c":1,"u":"hellion%20(huge)_psk","p":31,"s":97,"h":1,"n":"Hellion (Huge)"},{"id":4808,"c":1,"u":"hellion%20(large)_psk","p":31,"s":97,"h":1,"n":"Hellion (Large)"},{"id":4809,"c":1,"u":"hydra_psk","p":30,"s":97,"h":1,"n":"Hydra"},{"id":4810,"c":1,"u":"lifecraft%20elephant_psk","p":33,"s":97,"h":1,"n":"Lifecraft Elephant"},{"id":4811,"c":1,"u":"servo_psk","p":32,"s":97,"h":1,"n":"Servo"},{"id":4812,"c":1,"u":"sky%20leviathan_psk","p":28,"s":97,"h":1,"n":"Sky Leviathan"},{"id":4813,"c":1,"u":"sky%20whale_psk","p":28,"s":97,"h":1,"n":"Sky Whale"},{"id":4814,"c":1,"u":"thopter%20(bat)_psk","p":33,"s":97,"h":1,"n":"Thopter (Bat)"},{"id":4815,"c":1,"u":"thopter%20(blood%20hawk)_psk","p":33,"s":97,"h":1,"n":"Thopter (Blood Hawk)"},{"id":4816,"c":1,"u":"thopter%20(eagle)_psk","p":33,"s":97,"h":1,"n":"Thopter (Eagle)"},{"id":4817,"c":1,"u":"thopter%20(hawk)_psk","p":33,"s":97,"h":1,"n":"Thopter (Hawk)"},{"id":4818,"c":1,"u":"thopter%20(owl)_psk","p":33,"s":97,"h":1,"n":"Thopter (Owl)"},{"id":4819,"c":1,"u":"thopter%20(pseudodragon)_psk","p":33,"s":97,"h":1,"n":"Thopter (Pseudodragon)"},{"id":4820,"c":1,"u":"thopter%20(raven)_psk","p":33,"s":97,"h":1,"n":"Thopter (Raven)"},{"id":4821,"c":1,"u":"thopter%20(vulture)_psk","p":33,"s":97,"h":1,"n":"Thopter (Vulture)"},{"id":4822,"c":1,"u":"wurm_psk","p":31,"s":97,"h":1,"n":"Wurm"},{"id":4823,"c":1,"u":"aegisaur_psx","p":28,"s":98,"h":1,"n":"Aegisaur"},{"id":4824,"c":1,"u":"aerosaur%20(large)_psx","p":29,"s":98,"h":1,"n":"Aerosaur (Large)"},{"id":4825,"c":1,"u":"aerosaur%20(small)_psx","p":29,"s":98,"h":1,"n":"Aerosaur (Small)"},{"id":4826,"c":1,"u":"air%20totem%20elemental_psx","p":38,"s":98,"h":1,"n":"Air Totem Elemental"},{"id":4827,"c":1,"u":"altisaur_psx","p":27,"s":98,"h":1,"n":"Altisaur"},{"id":4828,"c":1,"u":"armasaur_psx","p":28,"s":98,"h":1,"n":"Armasaur"},{"id":4829,"c":1,"u":"awakened%20shrub%20totem%20elemental_psx","p":38,"s":98,"h":1,"n":"Awakened Shrub Totem Elemental"},{"id":4830,"c":1,"u":"blight%20totem%20elemental_psx","p":38,"s":98,"h":1,"n":"Blight Totem Elemental"},{"id":4831,"c":1,"u":"brontodon_psx","p":27,"s":98,"h":1,"n":"Brontodon"},{"id":4832,"c":1,"u":"ceratops_psx","p":28,"s":98,"h":1,"n":"Ceratops"},{"id":4833,"c":1,"u":"chupacabra_psx","p":9,"s":98,"h":1,"n":"Chupacabra"},{"id":4834,"c":1,"u":"coatl_psx","p":35,"s":98,"h":1,"n":"Coatl"},{"id":4835,"c":1,"u":"demon_psx","p":36,"s":98,"h":1,"n":"Demon"},{"id":4836,"c":1,"u":"dryad_psx","p":38,"s":98,"h":1,"n":"Dryad"},{"id":4837,"c":1,"u":"earth%20totem%20elemental_psx","p":38,"s":98,"h":1,"n":"Earth Totem Elemental"},{"id":4838,"c":1,"u":"elder%20dinosaur_psx","p":33,"s":98,"h":1,"n":"Elder Dinosaur"},{"id":4839,"c":1,"u":"elder%20dinosaur%20(etali%2c%20primal%20storm)_psx","p":34,"s":98,"h":1,"n":"Elder Dinosaur (Etali, Primal Storm)"},{"id":4840,"c":1,"u":"elder%20dinosaur%20(ghalta%2c%20primal%20hunger)_psx","p":34,"s":98,"h":1,"n":"Elder Dinosaur (Ghalta, Primal Hunger)"},{"id":4841,"c":1,"u":"elder%20dinosaur%20(nezahal%2c%20primal%20tide)_psx","p":34,"s":98,"h":1,"n":"Elder Dinosaur (Nezahal, Primal Tide)"},{"id":4842,"c":1,"u":"elder%20dinosaur%20(tetzimoc%2c%20primal%20death)_psx","p":34,"s":98,"h":1,"n":"Elder Dinosaur (Tetzimoc, Primal Death)"},{"id":4843,"c":1,"u":"elder%20dinosaur%20(zacama%2c%20primal%20calamity)_psx","p":34,"s":98,"h":1,"n":"Elder Dinosaur (Zacama, Primal Calamity)"},{"id":4844,"c":1,"u":"elder%20dinosaur%20(zetalpa%2c%20primal%20dawn)_psx","p":34,"s":98,"h":1,"n":"Elder Dinosaur (Zetalpa, Primal Dawn)"},{"id":4845,"c":1,"u":"ferocidon_psx","p":30,"s":98,"h":1,"n":"Ferocidon"},{"id":4846,"c":1,"u":"fire%20guardian_psx","p":38,"s":98,"h":1,"n":"Fire Guardian"},{"id":4847,"c":1,"u":"frilled%20deathspitter_psx","p":30,"s":98,"h":1,"n":"Frilled Deathspitter"},{"id":4848,"c":1,"u":"gishath%2c%20sun's%20avatar_psx","p":32,"s":98,"h":1,"n":"Gishath, Sun's Avatar"},{"id":4849,"c":1,"u":"griffin_psx","p":39,"s":98,"h":1,"n":"Griffin"},{"id":4850,"c":1,"u":"hadrosaur_psx","p":29,"s":98,"h":1,"n":"Hadrosaur"},{"id":4851,"c":1,"u":"hammerskull_psx","p":29,"s":98,"h":1,"n":"Hammerskull"},{"id":4852,"c":1,"u":"harpy_psx","p":36,"s":98,"h":1,"n":"Harpy"},{"id":4853,"c":1,"u":"horned%20frog_psx","p":39,"s":98,"h":1,"n":"Horned Frog"},{"id":4854,"c":1,"u":"macaw_psx","p":39,"s":98,"h":1,"n":"Macaw"},{"id":4855,"c":1,"u":"parrot_psx","p":39,"s":98,"h":1,"n":"Parrot"},{"id":4856,"c":1,"u":"piranha_psx","p":40,"s":98,"h":1,"n":"Piranha"},{"id":4857,"c":1,"u":"sailback_psx","p":30,"s":98,"h":1,"n":"Sailback"},{"id":4858,"c":1,"u":"shambling%20mound%20totem%20elemental_psx","p":38,"s":98,"h":1,"n":"Shambling Mound Totem Elemental"},{"id":4859,"c":1,"u":"stone%20guardian%20(animated%20armor)_psx","p":40,"s":98,"h":1,"n":"Stone Guardian (Animated Armor)"},{"id":4860,"c":1,"u":"stone%20guardian%20(helmed%20horror)_psx","p":40,"s":98,"h":1,"n":"Stone Guardian (Helmed Horror)"},{"id":4861,"c":1,"u":"stone%20guardian%20(shield%20guardian)_psx","p":40,"s":98,"h":1,"n":"Stone Guardian (Shield Guardian)"},{"id":4862,"c":1,"u":"stone%20guardian%20(stone%20golem)_psx","p":40,"s":98,"h":1,"n":"Stone Guardian (Stone Golem)"},{"id":4863,"c":1,"u":"sunbird_psx","p":32,"s":98,"h":1,"n":"Sunbird"},{"id":4864,"c":1,"u":"swarm%20of%20piranhas_psx","p":40,"s":98,"h":1,"n":"Swarm of Piranhas"},{"id":4865,"c":1,"u":"treant%20totem%20elemental_psx","p":38,"s":98,"h":1,"n":"Treant Totem Elemental"},{"id":4866,"c":1,"u":"trilobite_psx","p":40,"s":98,"h":1,"n":"Trilobite"},{"id":4867,"c":1,"u":"trilobite%20(giant)_psx","p":40,"s":98,"h":1,"n":"Trilobite (Giant)"},{"id":4868,"c":1,"u":"tyrant_psx","p":31,"s":98,"h":1,"n":"Tyrant"},{"id":4869,"c":1,"u":"tyrant_psx","p":31,"s":98,"h":1,"n":"Monstrosaur"},{"id":4870,"c":1,"u":"tyrant_psx","p":31,"s":98,"h":1,"n":"Dreadmaw"},{"id":4871,"c":1,"u":"tyrant_psx","p":31,"s":98,"h":1,"n":"Swordtooth"},{"id":4872,"c":1,"u":"tyrant_psx","p":31,"s":98,"h":1,"n":"Regisaur"},{"id":4873,"c":1,"u":"water%20totem%20elemental_psx","p":38,"s":98,"h":1,"n":"Water Totem Elemental"},{"id":4874,"c":1,"u":"angel_psz","p":21,"s":99,"h":1,"n":"Angel"},{"id":4875,"c":1,"u":"archon%20of%20redemption_psz","p":22,"s":99,"h":1,"n":"Archon of Redemption"},{"id":4876,"c":1,"u":"baloth_psz","p":33,"s":99,"h":1,"n":"Baloth"},{"id":4877,"c":1,"u":"boulderfoot%20giant_psz","p":30,"s":99,"h":1,"n":"Boulderfoot Giant"},{"id":4878,"c":1,"u":"caustic%20crawler_psz","p":27,"s":99,"h":1,"n":"Caustic Crawler"},{"id":4879,"c":1,"u":"drake%20(large)_psz","p":24,"s":99,"h":1,"n":"Drake (Large)"},{"id":4880,"c":1,"u":"drake%20(small)_psz","p":24,"s":99,"h":1,"n":"Drake (Small)"},{"id":4881,"c":1,"u":"emrakul_psz","p":38,"s":99,"h":1,"n":"Emrakul"},{"id":4882,"c":1,"u":"felidar_psz","p":23,"s":99,"h":1,"n":"Felidar"},{"id":4883,"c":1,"u":"gnarlid_psz","p":34,"s":99,"h":1,"n":"Gnarlid"},{"id":4884,"c":1,"u":"gomazoa_psz","p":26,"s":99,"h":1,"n":"Gomazoa"},{"id":4885,"c":1,"u":"great%20cat_psz","p":34,"s":99,"h":1,"n":"Great Cat"},{"id":4886,"c":1,"u":"griffin%20(type%201)_psz","p":22,"s":99,"h":1,"n":"Griffin (Type 1)"},{"id":4887,"c":1,"u":"griffin%20(type%202)_psz","p":22,"s":99,"h":1,"n":"Griffin (Type 2)"},{"id":4888,"c":1,"u":"heartstabber%20mosquito_psz","p":27,"s":99,"h":1,"n":"Heartstabber Mosquito"},{"id":4889,"c":1,"u":"hellion_psz","p":32,"s":99,"h":1,"n":"Hellion"},{"id":4890,"c":1,"u":"hurda_psz","p":30,"s":99,"h":1,"n":"Hurda"},{"id":4891,"c":1,"u":"iona_psz","p":21,"s":99,"h":1,"n":"Iona"},{"id":4892,"c":1,"u":"kozilek_psz","p":38,"s":99,"h":1,"n":"Kozilek"},{"id":4893,"c":1,"u":"kraken_psz","p":25,"s":99,"h":1,"n":"Kraken"},{"id":4894,"c":1,"u":"linvala_psz","p":21,"s":99,"h":1,"n":"Linvala"},{"id":4895,"c":1,"u":"ogre%20channeler_psz","p":31,"s":99,"h":1,"n":"Ogre Channeler"},{"id":4896,"c":1,"u":"oxen_psz","p":34,"s":99,"h":1,"n":"Oxen"},{"id":4897,"c":1,"u":"pestilence%20demon_psz","p":27,"s":99,"h":1,"n":"Pestilence Demon"},{"id":4898,"c":1,"u":"shade_psz","p":28,"s":99,"h":1,"n":"Shade"},{"id":4899,"c":1,"u":"shatterskull%20giant_psz","p":30,"s":99,"h":1,"n":"Shatterskull Giant"},{"id":4900,"c":1,"u":"shoal%20serpent_psz","p":26,"s":99,"h":1,"n":"Shoal Serpent"},{"id":4901,"c":1,"u":"sphinx%20(type%201)_psz","p":24,"s":99,"h":1,"n":"Sphinx (Type 1)"},{"id":4902,"c":1,"u":"sphinx%20(type%202)_psz","p":24,"s":99,"h":1,"n":"Sphinx (Type 2)"},{"id":4903,"c":1,"u":"spirit_psz","p":28,"s":99,"h":1,"n":"Spirit"},{"id":4904,"c":1,"u":"surrakar_psz","p":26,"s":99,"h":1,"n":"Surrakar"},{"id":4905,"c":1,"u":"terastodon_psz","p":34,"s":99,"h":1,"n":"Terastodon"},{"id":4906,"c":1,"u":"terra%20stomper_psz","p":34,"s":99,"h":1,"n":"Terra Stomper"},{"id":4907,"c":1,"u":"timbermaw_psz","p":34,"s":99,"h":1,"n":"Timbermaw"},{"id":4908,"c":1,"u":"trench%20giant_psz","p":30,"s":99,"h":1,"n":"Trench Giant"},{"id":4909,"c":1,"u":"turntimber%20giant_psz","p":30,"s":99,"h":1,"n":"Turntimber Giant"},{"id":4910,"c":1,"u":"ulamog_psz","p":38,"s":99,"h":1,"n":"Ulamog"},{"id":4911,"c":1,"u":"vampire%20null_psz","p":28,"s":99,"h":1,"n":"Vampire Null"},{"id":4912,"c":1,"u":"woodcrasher%20baloth_psz","p":33,"s":99,"h":1,"n":"Woodcrasher Baloth"},{"id":4913,"c":1,"u":"wraith_psz","p":28,"s":99,"h":1,"n":"Wraith"},{"id":4914,"c":1,"u":"wurm_psz","p":32,"s":99,"h":1,"n":"Wurm"},{"id":4915,"c":1,"u":"zendikar%20dragon_psz","p":29,"s":99,"h":1,"n":"Zendikar Dragon"},{"id":4916,"c":1,"u":"zendikar%20golem_psz","p":36,"s":99,"h":1,"n":"Zendikar Golem"},{"id":4917,"c":1,"u":"dirt-under-nails_rtg","p":32,"s":100,"h":1,"n":"Dirt-Under-Nails"},{"id":4918,"c":1,"u":"rotter_rtg","p":34,"s":100,"h":1,"n":"Rotter"},{"id":4919,"c":1,"u":"decapus_ttp","p":21,"s":101,"h":1,"n":"Decapus"},{"id":4920,"c":1,"u":"geonid_ttp","p":22,"s":101,"h":1,"n":"Geonid"},{"id":4921,"c":1,"u":"giant%20slug_ttp","p":18,"s":101,"h":1,"n":"Giant Slug"},{"id":4922,"c":1,"u":"topi_ttp","p":22,"s":101,"h":1,"n":"Topi"},{"id":4923,"c":1,"u":"two-headed%20plesiosaurus_ttp","p":18,"s":101,"h":1,"n":"Two-Headed Plesiosaurus"},{"id":4924,"c":2,"u":"antagonize_bmt","p":50,"s":1,"h":1,"n":"Antagonize"},{"id":4925,"c":2,"u":"spirit%20of%20death_bmt","p":50,"s":1,"h":1,"n":"Spirit of Death"},{"id":4926,"c":2,"u":"spray%20of%20cards_bmt","p":50,"s":1,"h":1,"n":"Spray of Cards"},{"id":4927,"c":2,"u":"ashardalon's%20stride_ftd","p":19,"s":2,"h":1,"n":"Ashardalon's Stride"},{"id":4928,"c":2,"u":"draconic%20transformation_ftd","p":19,"s":2,"h":1,"n":"Draconic Transformation"},{"id":4929,"c":2,"u":"fizban's%20platinum%20shield_ftd","p":20,"s":2,"h":1,"n":"Fizban's Platinum Shield"},{"id":4930,"c":2,"u":"nathair's%20mischief_ftd","p":20,"s":2,"h":1,"n":"Nathair's Mischief"},{"id":4931,"c":2,"u":"raulothim's%20psychic%20lance_ftd","p":21,"s":2,"h":1,"n":"Raulothim's Psychic Lance"},{"id":4932,"c":2,"u":"rime's%20binding%20ice_ftd","p":21,"s":2,"h":1,"n":"Rime's Binding Ice"},{"id":4933,"c":2,"u":"summon%20draconic%20spirit_ftd","p":21,"s":2,"h":1,"n":"Summon Draconic Spirit"},{"id":4934,"c":2,"u":"blade%20of%20disaster_tce","p":106,"s":4,"h":1,"n":"Blade of Disaster"},{"id":4935,"c":2,"u":"booming%20blade_tce","p":106,"s":4,"h":1,"n":"Booming Blade"},{"id":4936,"c":2,"u":"dream%20of%20the%20blue%20veil_tce","p":106,"s":4,"h":1,"n":"Dream of the Blue Veil"},{"id":4937,"c":2,"u":"green-flame%20blade_tce","p":107,"s":4,"h":1,"n":"Green-Flame Blade"},{"id":4938,"c":2,"u":"intellect%20fortress_tce","p":107,"s":4,"h":1,"n":"Intellect Fortress"},{"id":4939,"c":2,"u":"lightning%20lure_tce","p":107,"s":4,"h":1,"n":"Lightning Lure"},{"id":4940,"c":2,"u":"mind%20sliver_tce","p":108,"s":4,"h":1,"n":"Mind Sliver"},{"id":4941,"c":2,"u":"spirit%20shroud_tce","p":108,"s":4,"h":1,"n":"Spirit Shroud"},{"id":4942,"c":2,"u":"summon%20aberration_tce","p":109,"s":4,"h":1,"n":"Summon Aberration"},{"id":4943,"c":2,"u":"summon%20beast_tce","p":109,"s":4,"h":1,"n":"Summon Beast"},{"id":4944,"c":2,"u":"summon%20celestial_tce","p":110,"s":4,"h":1,"n":"Summon Celestial"},{"id":4945,"c":2,"u":"summon%20construct_tce","p":111,"s":4,"h":1,"n":"Summon Construct"},{"id":4946,"c":2,"u":"summon%20elemental_tce","p":111,"s":4,"h":1,"n":"Summon Elemental"},{"id":4947,"c":2,"u":"summon%20fey_tce","p":112,"s":4,"h":1,"n":"Summon Fey"},{"id":4948,"c":2,"u":"summon%20fiend_tce","p":112,"s":4,"h":1,"n":"Summon Fiend"},{"id":4949,"c":2,"u":"summon%20shadowspawn_tce","p":113,"s":4,"h":1,"n":"Summon Shadowspawn"},{"id":4950,"c":2,"u":"summon%20undead_tce","p":114,"s":4,"h":1,"n":"Summon Undead"},{"id":4951,"c":2,"u":"sword%20burst_tce","p":115,"s":4,"h":1,"n":"Sword Burst"},{"id":4952,"c":2,"u":"tasha's%20caustic%20brew_tce","p":115,"s":4,"h":1,"n":"Tasha's Caustic Brew"},{"id":4953,"c":2,"u":"tasha's%20mind%20whip_tce","p":115,"s":4,"h":1,"n":"Tasha's Mind Whip"},{"id":4954,"c":2,"u":"tasha's%20otherworldly%20guise_tce","p":116,"s":4,"h":1,"n":"Tasha's Otherworldly Guise"},{"id":4955,"c":2,"u":"abi-dalzim's%20horrid%20wilting_xge","p":150,"s":6,"h":1,"n":"Abi-Dalzim's Horrid Wilting"},{"id":4956,"c":2,"u":"absorb%20elements_xge","p":150,"s":6,"h":1,"n":"Absorb Elements"},{"id":4957,"c":2,"u":"aganazzar's%20scorcher_xge","p":150,"s":6,"h":1,"n":"Aganazzar's Scorcher"},{"id":4958,"c":2,"u":"beast%20bond_xge","p":150,"s":6,"h":1,"n":"Beast Bond"},{"id":4959,"c":2,"u":"bones%20of%20the%20earth_xge","p":150,"s":6,"h":1,"n":"Bones of the Earth"},{"id":4960,"c":2,"u":"catapult_xge","p":150,"s":6,"h":1,"n":"Catapult"},{"id":4961,"c":2,"u":"catnap_xge","p":151,"s":6,"h":1,"n":"Catnap"},{"id":4962,"c":2,"u":"cause%20fear_xge","p":151,"s":6,"h":1,"n":"Cause Fear"},{"id":4963,"c":2,"u":"ceremony_xge","p":151,"s":6,"h":1,"n":"Ceremony"},{"id":4964,"c":2,"u":"chaos%20bolt_xge","p":151,"s":6,"h":1,"n":"Chaos Bolt"},{"id":4965,"c":2,"u":"charm%20monster_xge","p":151,"s":6,"h":1,"n":"Charm Monster"},{"id":4966,"c":2,"u":"control%20flames_xge","p":152,"s":6,"h":1,"n":"Control Flames"},{"id":4967,"c":2,"u":"control%20winds_xge","p":152,"s":6,"h":1,"n":"Control Winds"},{"id":4968,"c":2,"u":"create%20bonfire_xge","p":152,"s":6,"h":1,"n":"Create Bonfire"},{"id":4969,"c":2,"u":"create%20homunculus_xge","p":152,"s":6,"h":1,"n":"Create Homunculus"},{"id":4970,"c":2,"u":"crown%20of%20stars_xge","p":152,"s":6,"h":1,"n":"Crown of Stars"},{"id":4971,"c":2,"u":"danse%20macabre_xge","p":153,"s":6,"h":1,"n":"Danse Macabre"},{"id":4972,"c":2,"u":"dawn_xge","p":153,"s":6,"h":1,"n":"Dawn"},{"id":4973,"c":2,"u":"dragon's%20breath_xge","p":154,"s":6,"h":1,"n":"Dragon's Breath"},{"id":4974,"c":2,"u":"druid%20grove_xge","p":154,"s":6,"h":1,"n":"Druid Grove"},{"id":4975,"c":2,"u":"dust%20devil_xge","p":154,"s":6,"h":1,"n":"Dust Devil"},{"id":4976,"c":2,"u":"earth%20tremor_xge","p":155,"s":6,"h":1,"n":"Earth Tremor"},{"id":4977,"c":2,"u":"earthbind_xge","p":154,"s":6,"h":1,"n":"Earthbind"},{"id":4978,"c":2,"u":"elemental%20bane_xge","p":155,"s":6,"h":1,"n":"Elemental Bane"},{"id":4979,"c":2,"u":"enemies%20abound_xge","p":155,"s":6,"h":1,"n":"Enemies Abound"},{"id":4980,"c":2,"u":"enervation_xge","p":155,"s":6,"h":1,"n":"Enervation"},{"id":4981,"c":2,"u":"erupting%20earth_xge","p":155,"s":6,"h":1,"n":"Erupting Earth"},{"id":4982,"c":2,"u":"far%20step_xge","p":155,"s":6,"h":1,"n":"Far Step"},{"id":4983,"c":2,"u":"find%20greater%20steed_xge","p":156,"s":6,"h":1,"n":"Find Greater Steed"},{"id":4984,"c":2,"u":"flame%20arrows_xge","p":156,"s":6,"h":1,"n":"Flame Arrows"},{"id":4985,"c":2,"u":"frostbite_xge","p":156,"s":6,"h":1,"n":"Frostbite"},{"id":4986,"c":2,"u":"guardian%20of%20nature_xge","p":157,"s":6,"h":1,"n":"Guardian of Nature"},{"id":4987,"c":2,"u":"gust_xge","p":157,"s":6,"h":1,"n":"Gust"},{"id":4988,"c":2,"u":"healing%20spirit_xge","p":157,"s":6,"h":1,"n":"Healing Spirit"},{"id":4989,"c":2,"u":"holy%20weapon_xge","p":157,"s":6,"h":1,"n":"Holy Weapon"},{"id":4990,"c":2,"u":"ice%20knife_xge","p":157,"s":6,"h":1,"n":"Ice Knife"},{"id":4991,"c":2,"u":"illusory%20dragon_xge","p":157,"s":6,"h":1,"n":"Illusory Dragon"},{"id":4992,"c":2,"u":"immolation_xge","p":158,"s":6,"h":1,"n":"Immolation"},{"id":4993,"c":2,"u":"infernal%20calling_xge","p":158,"s":6,"h":1,"n":"Infernal Calling"},{"id":4994,"c":2,"u":"infestation_xge","p":158,"s":6,"h":1,"n":"Infestation"},{"id":4995,"c":2,"u":"investiture%20of%20flame_xge","p":159,"s":6,"h":1,"n":"Investiture of Flame"},{"id":4996,"c":2,"u":"investiture%20of%20ice_xge","p":159,"s":6,"h":1,"n":"Investiture of Ice"},{"id":4997,"c":2,"u":"investiture%20of%20stone_xge","p":159,"s":6,"h":1,"n":"Investiture of Stone"},{"id":4998,"c":2,"u":"investiture%20of%20wind_xge","p":160,"s":6,"h":1,"n":"Investiture of Wind"},{"id":4999,"c":2,"u":"invulnerability_xge","p":160,"s":6,"h":1,"n":"Invulnerability"},{"id":5000,"c":2,"u":"life%20transference_xge","p":160,"s":6,"h":1,"n":"Life Transference"},{"id":5001,"c":2,"u":"maddening%20darkness_xge","p":160,"s":6,"h":1,"n":"Maddening Darkness"},{"id":5002,"c":2,"u":"maelstrom_xge","p":160,"s":6,"h":1,"n":"Maelstrom"},{"id":5003,"c":2,"u":"magic%20stone_xge","p":160,"s":6,"h":1,"n":"Magic Stone"},{"id":5004,"c":2,"u":"mass%20polymorph_xge","p":160,"s":6,"h":1,"n":"Mass Polymorph"},{"id":5005,"c":2,"u":"maximilian's%20earthen%20grasp_xge","p":161,"s":6,"h":1,"n":"Maximilian's Earthen Grasp"},{"id":5006,"c":2,"u":"melf's%20minute%20meteors_xge","p":161,"s":6,"h":1,"n":"Melf's Minute Meteors"},{"id":5007,"c":2,"u":"mental%20prison_xge","p":161,"s":6,"h":1,"n":"Mental Prison"},{"id":5008,"c":2,"u":"mighty%20fortress_xge","p":161,"s":6,"h":1,"n":"Mighty Fortress"},{"id":5009,"c":2,"u":"mind%20spike_xge","p":162,"s":6,"h":1,"n":"Mind Spike"},{"id":5010,"c":2,"u":"mold%20earth_xge","p":162,"s":6,"h":1,"n":"Mold Earth"},{"id":5011,"c":2,"u":"negative%20energy%20flood_xge","p":163,"s":6,"h":1,"n":"Negative Energy Flood"},{"id":5012,"c":2,"u":"power%20word%20pain_xge","p":163,"s":6,"h":1,"n":"Power Word Pain"},{"id":5013,"c":2,"u":"primal%20savagery_xge","p":163,"s":6,"h":1,"n":"Primal Savagery"},{"id":5014,"c":2,"u":"primordial%20ward_xge","p":163,"s":6,"h":1,"n":"Primordial Ward"},{"id":5015,"c":2,"u":"psychic%20scream_xge","p":163,"s":6,"h":1,"n":"Psychic Scream"},{"id":5016,"c":2,"u":"pyrotechnics_xge","p":163,"s":6,"h":1,"n":"Pyrotechnics"},{"id":5017,"c":2,"u":"scatter_xge","p":164,"s":6,"h":1,"n":"Scatter"},{"id":5018,"c":2,"u":"shadow%20blade_xge","p":164,"s":6,"h":1,"n":"Shadow Blade"},{"id":5019,"c":2,"u":"shadow%20of%20moil_xge","p":164,"s":6,"h":1,"n":"Shadow of Moil"},{"id":5020,"c":2,"u":"shape%20water_xge","p":164,"s":6,"h":1,"n":"Shape Water"},{"id":5021,"c":2,"u":"sickening%20radiance_xge","p":164,"s":6,"h":1,"n":"Sickening Radiance"},{"id":5022,"c":2,"u":"skill%20empowerment_xge","p":165,"s":6,"h":1,"n":"Skill Empowerment"},{"id":5023,"c":2,"u":"skywrite_xge","p":165,"s":6,"h":1,"n":"Skywrite"},{"id":5024,"c":2,"u":"snare_xge","p":165,"s":6,"h":1,"n":"Snare"},{"id":5025,"c":2,"u":"snilloc's%20snowball%20swarm_xge","p":165,"s":6,"h":1,"n":"Snilloc's Snowball Swarm"},{"id":5026,"c":2,"u":"soul%20cage_xge","p":165,"s":6,"h":1,"n":"Soul Cage"},{"id":5027,"c":2,"u":"steel%20wind%20strike_xge","p":166,"s":6,"h":1,"n":"Steel Wind Strike"},{"id":5028,"c":2,"u":"storm%20sphere_xge","p":166,"s":6,"h":1,"n":"Storm Sphere"},{"id":5029,"c":2,"u":"summon%20greater%20demon_xge","p":166,"s":6,"h":1,"n":"Summon Greater Demon"},{"id":5030,"c":2,"u":"summon%20lesser%20demons_xge","p":167,"s":6,"h":1,"n":"Summon Lesser Demons"},{"id":5031,"c":2,"u":"synaptic%20static_xge","p":167,"s":6,"h":1,"n":"Synaptic Static"},{"id":5032,"c":2,"u":"temple%20of%20the%20gods_xge","p":167,"s":6,"h":1,"n":"Temple of the Gods"},{"id":5033,"c":2,"u":"tenser's%20transformation_xge","p":168,"s":6,"h":1,"n":"Tenser's Transformation"},{"id":5034,"c":2,"u":"thunder%20step_xge","p":168,"s":6,"h":1,"n":"Thunder Step"},{"id":5035,"c":2,"u":"thunderclap_xge","p":168,"s":6,"h":1,"n":"Thunderclap"},{"id":5036,"c":2,"u":"tidal%20wave_xge","p":168,"s":6,"h":1,"n":"Tidal Wave"},{"id":5037,"c":2,"u":"tiny%20servant_xge","p":168,"s":6,"h":1,"n":"Tiny Servant"},{"id":5038,"c":2,"u":"toll%20the%20dead_xge","p":169,"s":6,"h":1,"n":"Toll the Dead"},{"id":5039,"c":2,"u":"transmute%20rock_xge","p":169,"s":6,"h":1,"n":"Transmute Rock"},{"id":5040,"c":2,"u":"vitriolic%20sphere_xge","p":170,"s":6,"h":1,"n":"Vitriolic Sphere"},{"id":5041,"c":2,"u":"wall%20of%20light_xge","p":170,"s":6,"h":1,"n":"Wall of Light"},{"id":5042,"c":2,"u":"wall%20of%20sand_xge","p":170,"s":6,"h":1,"n":"Wall of Sand"},{"id":5043,"c":2,"u":"wall%20of%20water_xge","p":170,"s":6,"h":1,"n":"Wall of Water"},{"id":5044,"c":2,"u":"warding%20wind_xge","p":170,"s":6,"h":1,"n":"Warding Wind"},{"id":5045,"c":2,"u":"watery%20sphere_xge","p":170,"s":6,"h":1,"n":"Watery Sphere"},{"id":5046,"c":2,"u":"whirlwind_xge","p":171,"s":6,"h":1,"n":"Whirlwind"},{"id":5047,"c":2,"u":"word%20of%20radiance_xge","p":171,"s":6,"h":1,"n":"Word of Radiance"},{"id":5048,"c":2,"u":"wrath%20of%20nature_xge","p":171,"s":6,"h":1,"n":"Wrath of Nature"},{"id":5049,"c":2,"u":"zephyr%20strike_xge","p":171,"s":6,"h":1,"n":"Zephyr Strike"},{"id":5050,"c":2,"u":"acid%20splash_xphb","p":239,"s":8,"h":1,"n":"Acid Splash"},{"id":5051,"c":2,"u":"aid_xphb","p":239,"s":8,"h":1,"n":"Aid"},{"id":5052,"c":2,"u":"alarm_xphb","p":239,"s":8,"h":1,"n":"Alarm"},{"id":5053,"c":2,"u":"alter%20self_xphb","p":239,"s":8,"h":1,"n":"Alter Self"},{"id":5054,"c":2,"u":"animal%20friendship_xphb","p":239,"s":8,"h":1,"n":"Animal Friendship"},{"id":5055,"c":2,"u":"animal%20messenger_xphb","p":240,"s":8,"h":1,"n":"Animal Messenger"},{"id":5056,"c":2,"u":"animal%20shapes_xphb","p":240,"s":8,"h":1,"n":"Animal Shapes"},{"id":5057,"c":2,"u":"animate%20dead_xphb","p":240,"s":8,"h":1,"n":"Animate Dead"},{"id":5058,"c":2,"u":"animate%20objects_xphb","p":240,"s":8,"h":1,"n":"Animate Objects"},{"id":5059,"c":2,"u":"antilife%20shell_xphb","p":241,"s":8,"h":1,"n":"Antilife Shell"},{"id":5060,"c":2,"u":"antimagic%20field_xphb","p":241,"s":8,"h":1,"n":"Antimagic Field"},{"id":5061,"c":2,"u":"antipathy%2fsympathy_xphb","p":242,"s":8,"h":1,"n":"Antipathy/Sympathy"},{"id":5062,"c":2,"u":"arcane%20eye_xphb","p":242,"s":8,"h":1,"n":"Arcane Eye"},{"id":5063,"c":2,"u":"arcane%20gate_xphb","p":242,"s":8,"h":1,"n":"Arcane Gate"},{"id":5064,"c":2,"u":"arcane%20lock_xphb","p":242,"s":8,"h":1,"n":"Arcane Lock"},{"id":5065,"c":2,"u":"arcane%20vigor_xphb","p":242,"s":8,"h":1,"n":"Arcane Vigor"},{"id":5066,"c":2,"u":"armor%20of%20agathys_xphb","p":243,"s":8,"h":1,"n":"Armor of Agathys"},{"id":5067,"c":2,"u":"arms%20of%20hadar_xphb","p":243,"s":8,"h":1,"n":"Arms of Hadar"},{"id":5068,"c":2,"u":"astral%20projection_xphb","p":243,"s":8,"h":1,"n":"Astral Projection"},{"id":5069,"c":2,"u":"augury_xphb","p":244,"s":8,"h":1,"n":"Augury"},{"id":5070,"c":2,"u":"aura%20of%20life_xphb","p":244,"s":8,"h":1,"n":"Aura of Life"},{"id":5071,"c":2,"u":"aura%20of%20purity_xphb","p":244,"s":8,"h":1,"n":"Aura of Purity"},{"id":5072,"c":2,"u":"aura%20of%20vitality_xphb","p":244,"s":8,"h":1,"n":"Aura of Vitality"},{"id":5073,"c":2,"u":"awaken_xphb","p":245,"s":8,"h":1,"n":"Awaken"},{"id":5074,"c":2,"u":"bane_xphb","p":245,"s":8,"h":1,"n":"Bane"},{"id":5075,"c":2,"u":"banishing%20smite_xphb","p":245,"s":8,"h":1,"n":"Banishing Smite"},{"id":5076,"c":2,"u":"banishment_xphb","p":245,"s":8,"h":1,"n":"Banishment"},{"id":5077,"c":2,"u":"barkskin_xphb","p":245,"s":8,"h":1,"n":"Barkskin"},{"id":5078,"c":2,"u":"beacon%20of%20hope_xphb","p":245,"s":8,"h":1,"n":"Beacon of Hope"},{"id":5079,"c":2,"u":"beast%20sense_xphb","p":245,"s":8,"h":1,"n":"Beast Sense"},{"id":5080,"c":2,"u":"befuddlement_xphb","p":245,"s":8,"h":1,"n":"Befuddlement"},{"id":5081,"c":2,"u":"bestow%20curse_xphb","p":246,"s":8,"h":1,"n":"Bestow Curse"},{"id":5082,"c":2,"u":"bigby's%20hand_xphb","p":245,"s":8,"h":1,"n":"Bigby's Hand"},{"id":5083,"c":2,"u":"blade%20barrier_xphb","p":247,"s":8,"h":1,"n":"Blade Barrier"},{"id":5084,"c":2,"u":"blade%20ward_xphb","p":247,"s":8,"h":1,"n":"Blade Ward"},{"id":5085,"c":2,"u":"bless_xphb","p":247,"s":8,"h":1,"n":"Bless"},{"id":5086,"c":2,"u":"blight_xphb","p":247,"s":8,"h":1,"n":"Blight"},{"id":5087,"c":2,"u":"blinding%20smite_xphb","p":247,"s":8,"h":1,"n":"Blinding Smite"},{"id":5088,"c":2,"u":"blindness%2fdeafness_xphb","p":248,"s":8,"h":1,"n":"Blindness/Deafness"},{"id":5089,"c":2,"u":"blink_xphb","p":248,"s":8,"h":1,"n":"Blink"},{"id":5090,"c":2,"u":"blur_xphb","p":248,"s":8,"h":1,"n":"Blur"},{"id":5091,"c":2,"u":"burning%20hands_xphb","p":248,"s":8,"h":1,"n":"Burning Hands"},{"id":5092,"c":2,"u":"call%20lightning_xphb","p":248,"s":8,"h":1,"n":"Call Lightning"},{"id":5093,"c":2,"u":"calm%20emotions_xphb","p":249,"s":8,"h":1,"n":"Calm Emotions"},{"id":5094,"c":2,"u":"chain%20lightning_xphb","p":249,"s":8,"h":1,"n":"Chain Lightning"},{"id":5095,"c":2,"u":"charm%20monster_xphb","p":249,"s":8,"h":1,"n":"Charm Monster"},{"id":5096,"c":2,"u":"charm%20person_xphb","p":249,"s":8,"h":1,"n":"Charm Person"},{"id":5097,"c":2,"u":"chill%20touch_xphb","p":249,"s":8,"h":1,"n":"Chill Touch"},{"id":5098,"c":2,"u":"chromatic%20orb_xphb","p":249,"s":8,"h":1,"n":"Chromatic Orb"},{"id":5099,"c":2,"u":"circle%20of%20death_xphb","p":250,"s":8,"h":1,"n":"Circle of Death"},{"id":5100,"c":2,"u":"circle%20of%20power_xphb","p":250,"s":8,"h":1,"n":"Circle of Power"},{"id":5101,"c":2,"u":"clairvoyance_xphb","p":250,"s":8,"h":1,"n":"Clairvoyance"},{"id":5102,"c":2,"u":"clone_xphb","p":251,"s":8,"h":1,"n":"Clone"},{"id":5103,"c":2,"u":"cloud%20of%20daggers_xphb","p":251,"s":8,"h":1,"n":"Cloud of Daggers"},{"id":5104,"c":2,"u":"cloudkill_xphb","p":251,"s":8,"h":1,"n":"Cloudkill"},{"id":5105,"c":2,"u":"color%20spray_xphb","p":251,"s":8,"h":1,"n":"Color Spray"},{"id":5106,"c":2,"u":"command_xphb","p":251,"s":8,"h":1,"n":"Command"},{"id":5107,"c":2,"u":"commune_xphb","p":252,"s":8,"h":1,"n":"Commune"},{"id":5108,"c":2,"u":"commune%20with%20nature_xphb","p":252,"s":8,"h":1,"n":"Commune with Nature"},{"id":5109,"c":2,"u":"compelled%20duel_xphb","p":252,"s":8,"h":1,"n":"Compelled Duel"},{"id":5110,"c":2,"u":"comprehend%20languages_xphb","p":252,"s":8,"h":1,"n":"Comprehend Languages"},{"id":5111,"c":2,"u":"compulsion_xphb","p":252,"s":8,"h":1,"n":"Compulsion"},{"id":5112,"c":2,"u":"cone%20of%20cold_xphb","p":253,"s":8,"h":1,"n":"Cone of Cold"},{"id":5113,"c":2,"u":"confusion_xphb","p":253,"s":8,"h":1,"n":"Confusion"},{"id":5114,"c":2,"u":"conjure%20animals_xphb","p":254,"s":8,"h":1,"n":"Conjure Animals"},{"id":5115,"c":2,"u":"conjure%20barrage_xphb","p":254,"s":8,"h":1,"n":"Conjure Barrage"},{"id":5116,"c":2,"u":"conjure%20celestial_xphb","p":254,"s":8,"h":1,"n":"Conjure Celestial"},{"id":5117,"c":2,"u":"conjure%20elemental_xphb","p":254,"s":8,"h":1,"n":"Conjure Elemental"},{"id":5118,"c":2,"u":"conjure%20fey_xphb","p":255,"s":8,"h":1,"n":"Conjure Fey"},{"id":5119,"c":2,"u":"conjure%20minor%20elementals_xphb","p":255,"s":8,"h":1,"n":"Conjure Minor Elementals"},{"id":5120,"c":2,"u":"conjure%20volley_xphb","p":255,"s":8,"h":1,"n":"Conjure Volley"},{"id":5121,"c":2,"u":"conjure%20woodland%20beings_xphb","p":255,"s":8,"h":1,"n":"Conjure Woodland Beings"},{"id":5122,"c":2,"u":"contact%20other%20plane_xphb","p":255,"s":8,"h":1,"n":"Contact Other Plane"},{"id":5123,"c":2,"u":"contagion_xphb","p":256,"s":8,"h":1,"n":"Contagion"},{"id":5124,"c":2,"u":"contingency_xphb","p":256,"s":8,"h":1,"n":"Contingency"},{"id":5125,"c":2,"u":"continual%20flame_xphb","p":256,"s":8,"h":1,"n":"Continual Flame"},{"id":5126,"c":2,"u":"control%20water_xphb","p":256,"s":8,"h":1,"n":"Control Water"},{"id":5127,"c":2,"u":"control%20weather_xphb","p":257,"s":8,"h":1,"n":"Control Weather"},{"id":5128,"c":2,"u":"cordon%20of%20arrows_xphb","p":258,"s":8,"h":1,"n":"Cordon of Arrows"},{"id":5129,"c":2,"u":"counterspell_xphb","p":258,"s":8,"h":1,"n":"Counterspell"},{"id":5130,"c":2,"u":"create%20food%20and%20water_xphb","p":258,"s":8,"h":1,"n":"Create Food and Water"},{"id":5131,"c":2,"u":"create%20or%20destroy%20water_xphb","p":258,"s":8,"h":1,"n":"Create or Destroy Water"},{"id":5132,"c":2,"u":"create%20undead_xphb","p":258,"s":8,"h":1,"n":"Create Undead"},{"id":5133,"c":2,"u":"creation_xphb","p":259,"s":8,"h":1,"n":"Creation"},{"id":5134,"c":2,"u":"crown%20of%20madness_xphb","p":259,"s":8,"h":1,"n":"Crown of Madness"},{"id":5135,"c":2,"u":"crusader's%20mantle_xphb","p":259,"s":8,"h":1,"n":"Crusader's Mantle"},{"id":5136,"c":2,"u":"cure%20wounds_xphb","p":259,"s":8,"h":1,"n":"Cure Wounds"},{"id":5137,"c":2,"u":"dancing%20lights_xphb","p":259,"s":8,"h":1,"n":"Dancing Lights"},{"id":5138,"c":2,"u":"darkness_xphb","p":260,"s":8,"h":1,"n":"Darkness"},{"id":5139,"c":2,"u":"darkvision_xphb","p":260,"s":8,"h":1,"n":"Darkvision"},{"id":5140,"c":2,"u":"daylight_xphb","p":260,"s":8,"h":1,"n":"Daylight"},{"id":5141,"c":2,"u":"death%20ward_xphb","p":261,"s":8,"h":1,"n":"Death Ward"},{"id":5142,"c":2,"u":"delayed%20blast%20fireball_xphb","p":261,"s":8,"h":1,"n":"Delayed Blast Fireball"},{"id":5143,"c":2,"u":"demiplane_xphb","p":261,"s":8,"h":1,"n":"Demiplane"},{"id":5144,"c":2,"u":"destructive%20wave_xphb","p":261,"s":8,"h":1,"n":"Destructive Wave"},{"id":5145,"c":2,"u":"detect%20evil%20and%20good_xphb","p":261,"s":8,"h":1,"n":"Detect Evil and Good"},{"id":5146,"c":2,"u":"detect%20magic_xphb","p":262,"s":8,"h":1,"n":"Detect Magic"},{"id":5147,"c":2,"u":"detect%20poison%20and%20disease_xphb","p":262,"s":8,"h":1,"n":"Detect Poison and Disease"},{"id":5148,"c":2,"u":"detect%20thoughts_xphb","p":262,"s":8,"h":1,"n":"Detect Thoughts"},{"id":5149,"c":2,"u":"dimension%20door_xphb","p":262,"s":8,"h":1,"n":"Dimension Door"},{"id":5150,"c":2,"u":"disguise%20self_xphb","p":262,"s":8,"h":1,"n":"Disguise Self"},{"id":5151,"c":2,"u":"disintegrate_xphb","p":263,"s":8,"h":1,"n":"Disintegrate"},{"id":5152,"c":2,"u":"dispel%20evil%20and%20good_xphb","p":263,"s":8,"h":1,"n":"Dispel Evil and Good"},{"id":5153,"c":2,"u":"dispel%20magic_xphb","p":265,"s":8,"h":1,"n":"Dispel Magic"},{"id":5154,"c":2,"u":"dissonant%20whispers_xphb","p":264,"s":8,"h":1,"n":"Dissonant Whispers"},{"id":5155,"c":2,"u":"divination_xphb","p":264,"s":8,"h":1,"n":"Divination"},{"id":5156,"c":2,"u":"divine%20favor_xphb","p":265,"s":8,"h":1,"n":"Divine Favor"},{"id":5157,"c":2,"u":"divine%20smite_xphb","p":265,"s":8,"h":1,"n":"Divine Smite"},{"id":5158,"c":2,"u":"divine%20word_xphb","p":265,"s":8,"h":1,"n":"Divine Word"},{"id":5159,"c":2,"u":"dominate%20beast_xphb","p":265,"s":8,"h":1,"n":"Dominate Beast"},{"id":5160,"c":2,"u":"dominate%20monster_xphb","p":265,"s":8,"h":1,"n":"Dominate Monster"},{"id":5161,"c":2,"u":"dominate%20person_xphb","p":266,"s":8,"h":1,"n":"Dominate Person"},{"id":5162,"c":2,"u":"dragon's%20breath_xphb","p":266,"s":8,"h":1,"n":"Dragon's Breath"},{"id":5163,"c":2,"u":"drawmij's%20instant%20summons_xphb","p":266,"s":8,"h":1,"n":"Drawmij's Instant Summons"},{"id":5164,"c":2,"u":"dream_xphb","p":266,"s":8,"h":1,"n":"Dream"},{"id":5165,"c":2,"u":"druidcraft_xphb","p":266,"s":8,"h":1,"n":"Druidcraft"},{"id":5166,"c":2,"u":"earthquake_xphb","p":267,"s":8,"h":1,"n":"Earthquake"},{"id":5167,"c":2,"u":"eldritch%20blast_xphb","p":267,"s":8,"h":1,"n":"Eldritch Blast"},{"id":5168,"c":2,"u":"elemental%20weapon_xphb","p":268,"s":8,"h":1,"n":"Elemental Weapon"},{"id":5169,"c":2,"u":"elementalism_xphb","p":267,"s":8,"h":1,"n":"Elementalism"},{"id":5170,"c":2,"u":"enhance%20ability_xphb","p":268,"s":8,"h":1,"n":"Enhance Ability"},{"id":5171,"c":2,"u":"enlarge%2freduce_xphb","p":268,"s":8,"h":1,"n":"Enlarge/Reduce"},{"id":5172,"c":2,"u":"ensnaring%20strike_xphb","p":268,"s":8,"h":1,"n":"Ensnaring Strike"},{"id":5173,"c":2,"u":"entangle_xphb","p":268,"s":8,"h":1,"n":"Entangle"},{"id":5174,"c":2,"u":"enthrall_xphb","p":269,"s":8,"h":1,"n":"Enthrall"},{"id":5175,"c":2,"u":"etherealness_xphb","p":269,"s":8,"h":1,"n":"Etherealness"},{"id":5176,"c":2,"u":"evard's%20black%20tentacles_xphb","p":270,"s":8,"h":1,"n":"Evard's Black Tentacles"},{"id":5177,"c":2,"u":"expeditious%20retreat_xphb","p":270,"s":8,"h":1,"n":"Expeditious Retreat"},{"id":5178,"c":2,"u":"eyebite_xphb","p":270,"s":8,"h":1,"n":"Eyebite"},{"id":5179,"c":2,"u":"fabricate_xphb","p":271,"s":8,"h":1,"n":"Fabricate"},{"id":5180,"c":2,"u":"faerie%20fire_xphb","p":271,"s":8,"h":1,"n":"Faerie Fire"},{"id":5181,"c":2,"u":"false%20life_xphb","p":271,"s":8,"h":1,"n":"False Life"},{"id":5182,"c":2,"u":"fear_xphb","p":271,"s":8,"h":1,"n":"Fear"},{"id":5183,"c":2,"u":"feather%20fall_xphb","p":271,"s":8,"h":1,"n":"Feather Fall"},{"id":5184,"c":2,"u":"feign%20death_xphb","p":271,"s":8,"h":1,"n":"Feign Death"},{"id":5185,"c":2,"u":"find%20familiar_xphb","p":272,"s":8,"h":1,"n":"Find Familiar"},{"id":5186,"c":2,"u":"find%20steed_xphb","p":272,"s":8,"h":1,"n":"Find Steed"},{"id":5187,"c":2,"u":"find%20the%20path_xphb","p":273,"s":8,"h":1,"n":"Find the Path"},{"id":5188,"c":2,"u":"find%20traps_xphb","p":273,"s":8,"h":1,"n":"Find Traps"},{"id":5189,"c":2,"u":"finger%20of%20death_xphb","p":273,"s":8,"h":1,"n":"Finger of Death"},{"id":5190,"c":2,"u":"fire%20bolt_xphb","p":274,"s":8,"h":1,"n":"Fire Bolt"},{"id":5191,"c":2,"u":"fire%20shield_xphb","p":274,"s":8,"h":1,"n":"Fire Shield"},{"id":5192,"c":2,"u":"fire%20storm_xphb","p":275,"s":8,"h":1,"n":"Fire Storm"},{"id":5193,"c":2,"u":"fireball_xphb","p":274,"s":8,"h":1,"n":"Fireball"},{"id":5194,"c":2,"u":"flame%20blade_xphb","p":275,"s":8,"h":1,"n":"Flame Blade"},{"id":5195,"c":2,"u":"flame%20strike_xphb","p":275,"s":8,"h":1,"n":"Flame Strike"},{"id":5196,"c":2,"u":"flaming%20sphere_xphb","p":275,"s":8,"h":1,"n":"Flaming Sphere"},{"id":5197,"c":2,"u":"flesh%20to%20stone_xphb","p":275,"s":8,"h":1,"n":"Flesh to Stone"},{"id":5198,"c":2,"u":"fly_xphb","p":276,"s":8,"h":1,"n":"Fly"},{"id":5199,"c":2,"u":"fog%20cloud_xphb","p":276,"s":8,"h":1,"n":"Fog Cloud"},{"id":5200,"c":2,"u":"forbiddance_xphb","p":276,"s":8,"h":1,"n":"Forbiddance"},{"id":5201,"c":2,"u":"forcecage_xphb","p":276,"s":8,"h":1,"n":"Forcecage"},{"id":5202,"c":2,"u":"foresight_xphb","p":276,"s":8,"h":1,"n":"Foresight"},{"id":5203,"c":2,"u":"fount%20of%20moonlight_xphb","p":277,"s":8,"h":1,"n":"Fount of Moonlight"},{"id":5204,"c":2,"u":"freedom%20of%20movement_xphb","p":277,"s":8,"h":1,"n":"Freedom of Movement"},{"id":5205,"c":2,"u":"friends_xphb","p":277,"s":8,"h":1,"n":"Friends"},{"id":5206,"c":2,"u":"gaseous%20form_xphb","p":277,"s":8,"h":1,"n":"Gaseous Form"},{"id":5207,"c":2,"u":"gate_xphb","p":277,"s":8,"h":1,"n":"Gate"},{"id":5208,"c":2,"u":"geas_xphb","p":278,"s":8,"h":1,"n":"Geas"},{"id":5209,"c":2,"u":"gentle%20repose_xphb","p":278,"s":8,"h":1,"n":"Gentle Repose"},{"id":5210,"c":2,"u":"giant%20insect_xphb","p":279,"s":8,"h":1,"n":"Giant Insect"},{"id":5211,"c":2,"u":"glibness_xphb","p":279,"s":8,"h":1,"n":"Glibness"},{"id":5212,"c":2,"u":"globe%20of%20invulnerability_xphb","p":279,"s":8,"h":1,"n":"Globe of Invulnerability"},{"id":5213,"c":2,"u":"glyph%20of%20warding_xphb","p":279,"s":8,"h":1,"n":"Glyph of Warding"},{"id":5214,"c":2,"u":"goodberry_xphb","p":280,"s":8,"h":1,"n":"Goodberry"},{"id":5215,"c":2,"u":"grasping%20vine_xphb","p":280,"s":8,"h":1,"n":"Grasping Vine"},{"id":5216,"c":2,"u":"grease_xphb","p":280,"s":8,"h":1,"n":"Grease"},{"id":5217,"c":2,"u":"greater%20invisibility_xphb","p":281,"s":8,"h":1,"n":"Greater Invisibility"},{"id":5218,"c":2,"u":"greater%20restoration_xphb","p":281,"s":8,"h":1,"n":"Greater Restoration"},{"id":5219,"c":2,"u":"guardian%20of%20faith_xphb","p":281,"s":8,"h":1,"n":"Guardian of Faith"},{"id":5220,"c":2,"u":"guards%20and%20wards_xphb","p":282,"s":8,"h":1,"n":"Guards and Wards"},{"id":5221,"c":2,"u":"guidance_xphb","p":282,"s":8,"h":1,"n":"Guidance"},{"id":5222,"c":2,"u":"guiding%20bolt_xphb","p":282,"s":8,"h":1,"n":"Guiding Bolt"},{"id":5223,"c":2,"u":"gust%20of%20wind_xphb","p":282,"s":8,"h":1,"n":"Gust of Wind"},{"id":5224,"c":2,"u":"hail%20of%20thorns_xphb","p":283,"s":8,"h":1,"n":"Hail of Thorns"},{"id":5225,"c":2,"u":"hallow_xphb","p":283,"s":8,"h":1,"n":"Hallow"},{"id":5226,"c":2,"u":"hallucinatory%20terrain_xphb","p":283,"s":8,"h":1,"n":"Hallucinatory Terrain"},{"id":5227,"c":2,"u":"harm_xphb","p":283,"s":8,"h":1,"n":"Harm"},{"id":5228,"c":2,"u":"haste_xphb","p":284,"s":8,"h":1,"n":"Haste"},{"id":5229,"c":2,"u":"heal_xphb","p":284,"s":8,"h":1,"n":"Heal"},{"id":5230,"c":2,"u":"healing%20word_xphb","p":284,"s":8,"h":1,"n":"Healing Word"},{"id":5231,"c":2,"u":"heat%20metal_xphb","p":284,"s":8,"h":1,"n":"Heat Metal"},{"id":5232,"c":2,"u":"hellish%20rebuke_xphb","p":284,"s":8,"h":1,"n":"Hellish Rebuke"},{"id":5233,"c":2,"u":"heroes'%20feast_xphb","p":284,"s":8,"h":1,"n":"Heroes' Feast"},{"id":5234,"c":2,"u":"heroism_xphb","p":285,"s":8,"h":1,"n":"Heroism"},{"id":5235,"c":2,"u":"hex_xphb","p":285,"s":8,"h":1,"n":"Hex"},{"id":5236,"c":2,"u":"hold%20monster_xphb","p":285,"s":8,"h":1,"n":"Hold Monster"},{"id":5237,"c":2,"u":"hold%20person_xphb","p":286,"s":8,"h":1,"n":"Hold Person"},{"id":5238,"c":2,"u":"holy%20aura_xphb","p":286,"s":8,"h":1,"n":"Holy Aura"},{"id":5239,"c":2,"u":"hunger%20of%20hadar_xphb","p":286,"s":8,"h":1,"n":"Hunger of Hadar"},{"id":5240,"c":2,"u":"hunter's%20mark_xphb","p":287,"s":8,"h":1,"n":"Hunter's Mark"},{"id":5241,"c":2,"u":"hypnotic%20pattern_xphb","p":287,"s":8,"h":1,"n":"Hypnotic Pattern"},{"id":5242,"c":2,"u":"ice%20knife_xphb","p":287,"s":8,"h":1,"n":"Ice Knife"},{"id":5243,"c":2,"u":"ice%20storm_xphb","p":287,"s":8,"h":1,"n":"Ice Storm"},{"id":5244,"c":2,"u":"identify_xphb","p":287,"s":8,"h":1,"n":"Identify"},{"id":5245,"c":2,"u":"illusory%20script_xphb","p":288,"s":8,"h":1,"n":"Illusory Script"},{"id":5246,"c":2,"u":"imprisonment_xphb","p":288,"s":8,"h":1,"n":"Imprisonment"},{"id":5247,"c":2,"u":"incendiary%20cloud_xphb","p":288,"s":8,"h":1,"n":"Incendiary Cloud"},{"id":5248,"c":2,"u":"inflict%20wounds_xphb","p":288,"s":8,"h":1,"n":"Inflict Wounds"},{"id":5249,"c":2,"u":"insect%20plague_xphb","p":289,"s":8,"h":1,"n":"Insect Plague"},{"id":5250,"c":2,"u":"invisibility_xphb","p":289,"s":8,"h":1,"n":"Invisibility"},{"id":5251,"c":2,"u":"jallarzi's%20storm%20of%20radiance_xphb","p":289,"s":8,"h":1,"n":"Jallarzi's Storm of Radiance"},{"id":5252,"c":2,"u":"jump_xphb","p":290,"s":8,"h":1,"n":"Jump"},{"id":5253,"c":2,"u":"knock_xphb","p":290,"s":8,"h":1,"n":"Knock"},{"id":5254,"c":2,"u":"legend%20lore_xphb","p":290,"s":8,"h":1,"n":"Legend Lore"},{"id":5255,"c":2,"u":"leomund's%20secret%20chest_xphb","p":290,"s":8,"h":1,"n":"Leomund's Secret Chest"},{"id":5256,"c":2,"u":"leomund's%20tiny%20hut_xphb","p":291,"s":8,"h":1,"n":"Leomund's Tiny Hut"},{"id":5257,"c":2,"u":"lesser%20restoration_xphb","p":291,"s":8,"h":1,"n":"Lesser Restoration"},{"id":5258,"c":2,"u":"levitate_xphb","p":291,"s":8,"h":1,"n":"Levitate"},{"id":5259,"c":2,"u":"light_xphb","p":292,"s":8,"h":1,"n":"Light"},{"id":5260,"c":2,"u":"lightning%20arrow_xphb","p":292,"s":8,"h":1,"n":"Lightning Arrow"},{"id":5261,"c":2,"u":"lightning%20bolt_xphb","p":292,"s":8,"h":1,"n":"Lightning Bolt"},{"id":5262,"c":2,"u":"locate%20animals%20or%20plants_xphb","p":292,"s":8,"h":1,"n":"Locate Animals or Plants"},{"id":5263,"c":2,"u":"locate%20creature_xphb","p":292,"s":8,"h":1,"n":"Locate Creature"},{"id":5264,"c":2,"u":"locate%20object_xphb","p":293,"s":8,"h":1,"n":"Locate Object"},{"id":5265,"c":2,"u":"longstrider_xphb","p":293,"s":8,"h":1,"n":"Longstrider"},{"id":5266,"c":2,"u":"mage%20armor_xphb","p":293,"s":8,"h":1,"n":"Mage Armor"},{"id":5267,"c":2,"u":"mage%20hand_xphb","p":293,"s":8,"h":1,"n":"Mage Hand"},{"id":5268,"c":2,"u":"magic%20circle_xphb","p":293,"s":8,"h":1,"n":"Magic Circle"},{"id":5269,"c":2,"u":"magic%20jar_xphb","p":294,"s":8,"h":1,"n":"Magic Jar"},{"id":5270,"c":2,"u":"magic%20missile_xphb","p":295,"s":8,"h":1,"n":"Magic Missile"},{"id":5271,"c":2,"u":"magic%20mouth_xphb","p":295,"s":8,"h":1,"n":"Magic Mouth"},{"id":5272,"c":2,"u":"magic%20weapon_xphb","p":295,"s":8,"h":1,"n":"Magic Weapon"},{"id":5273,"c":2,"u":"major%20image_xphb","p":295,"s":8,"h":1,"n":"Major Image"},{"id":5274,"c":2,"u":"mass%20cure%20wounds_xphb","p":296,"s":8,"h":1,"n":"Mass Cure Wounds"},{"id":5275,"c":2,"u":"mass%20heal_xphb","p":296,"s":8,"h":1,"n":"Mass Heal"},{"id":5276,"c":2,"u":"mass%20healing%20word_xphb","p":296,"s":8,"h":1,"n":"Mass Healing Word"},{"id":5277,"c":2,"u":"mass%20suggestion_xphb","p":296,"s":8,"h":1,"n":"Mass Suggestion"},{"id":5278,"c":2,"u":"maze_xphb","p":296,"s":8,"h":1,"n":"Maze"},{"id":5279,"c":2,"u":"meld%20into%20stone_xphb","p":296,"s":8,"h":1,"n":"Meld into Stone"},{"id":5280,"c":2,"u":"melf's%20acid%20arrow_xphb","p":297,"s":8,"h":1,"n":"Melf's Acid Arrow"},{"id":5281,"c":2,"u":"mending_xphb","p":297,"s":8,"h":1,"n":"Mending"},{"id":5282,"c":2,"u":"message_xphb","p":298,"s":8,"h":1,"n":"Message"},{"id":5283,"c":2,"u":"meteor%20swarm_xphb","p":298,"s":8,"h":1,"n":"Meteor Swarm"},{"id":5284,"c":2,"u":"mind%20blank_xphb","p":298,"s":8,"h":1,"n":"Mind Blank"},{"id":5285,"c":2,"u":"mind%20sliver_xphb","p":298,"s":8,"h":1,"n":"Mind Sliver"},{"id":5286,"c":2,"u":"mind%20spike_xphb","p":298,"s":8,"h":1,"n":"Mind Spike"},{"id":5287,"c":2,"u":"minor%20illusion_xphb","p":298,"s":8,"h":1,"n":"Minor Illusion"},{"id":5288,"c":2,"u":"mirage%20arcane_xphb","p":299,"s":8,"h":1,"n":"Mirage Arcane"},{"id":5289,"c":2,"u":"mirror%20image_xphb","p":299,"s":8,"h":1,"n":"Mirror Image"},{"id":5290,"c":2,"u":"mislead_xphb","p":299,"s":8,"h":1,"n":"Mislead"},{"id":5291,"c":2,"u":"misty%20step_xphb","p":299,"s":8,"h":1,"n":"Misty Step"},{"id":5292,"c":2,"u":"modify%20memory_xphb","p":299,"s":8,"h":1,"n":"Modify Memory"},{"id":5293,"c":2,"u":"moonbeam_xphb","p":300,"s":8,"h":1,"n":"Moonbeam"},{"id":5294,"c":2,"u":"mordenkainen's%20faithful%20hound_xphb","p":300,"s":8,"h":1,"n":"Mordenkainen's Faithful Hound"},{"id":5295,"c":2,"u":"mordenkainen's%20magnificent%20mansion_xphb","p":300,"s":8,"h":1,"n":"Mordenkainen's Magnificent Mansion"},{"id":5296,"c":2,"u":"mordenkainen's%20private%20sanctum_xphb","p":301,"s":8,"h":1,"n":"Mordenkainen's Private Sanctum"},{"id":5297,"c":2,"u":"mordenkainen's%20sword_xphb","p":302,"s":8,"h":1,"n":"Mordenkainen's Sword"},{"id":5298,"c":2,"u":"move%20earth_xphb","p":302,"s":8,"h":1,"n":"Move Earth"},{"id":5299,"c":2,"u":"nondetection_xphb","p":302,"s":8,"h":1,"n":"Nondetection"},{"id":5300,"c":2,"u":"nystul's%20magic%20aura_xphb","p":302,"s":8,"h":1,"n":"Nystul's Magic Aura"},{"id":5301,"c":2,"u":"otiluke's%20freezing%20sphere_xphb","p":302,"s":8,"h":1,"n":"Otiluke's Freezing Sphere"},{"id":5302,"c":2,"u":"otiluke's%20resilient%20sphere_xphb","p":303,"s":8,"h":1,"n":"Otiluke's Resilient Sphere"},{"id":5303,"c":2,"u":"otto's%20irresistible%20dance_xphb","p":303,"s":8,"h":1,"n":"Otto's Irresistible Dance"},{"id":5304,"c":2,"u":"pass%20without%20trace_xphb","p":303,"s":8,"h":1,"n":"Pass without Trace"},{"id":5305,"c":2,"u":"passwall_xphb","p":303,"s":8,"h":1,"n":"Passwall"},{"id":5306,"c":2,"u":"phantasmal%20force_xphb","p":304,"s":8,"h":1,"n":"Phantasmal Force"},{"id":5307,"c":2,"u":"phantasmal%20killer_xphb","p":304,"s":8,"h":1,"n":"Phantasmal Killer"},{"id":5308,"c":2,"u":"phantom%20steed_xphb","p":304,"s":8,"h":1,"n":"Phantom Steed"},{"id":5309,"c":2,"u":"planar%20ally_xphb","p":304,"s":8,"h":1,"n":"Planar Ally"},{"id":5310,"c":2,"u":"planar%20binding_xphb","p":305,"s":8,"h":1,"n":"Planar Binding"},{"id":5311,"c":2,"u":"plane%20shift_xphb","p":305,"s":8,"h":1,"n":"Plane Shift"},{"id":5312,"c":2,"u":"plant%20growth_xphb","p":305,"s":8,"h":1,"n":"Plant Growth"},{"id":5313,"c":2,"u":"poison%20spray_xphb","p":306,"s":8,"h":1,"n":"Poison Spray"},{"id":5314,"c":2,"u":"polymorph_xphb","p":306,"s":8,"h":1,"n":"Polymorph"},{"id":5315,"c":2,"u":"power%20word%20fortify_xphb","p":306,"s":8,"h":1,"n":"Power Word Fortify"},{"id":5316,"c":2,"u":"power%20word%20heal_xphb","p":306,"s":8,"h":1,"n":"Power Word Heal"},{"id":5317,"c":2,"u":"power%20word%20kill_xphb","p":306,"s":8,"h":1,"n":"Power Word Kill"},{"id":5318,"c":2,"u":"power%20word%20stun_xphb","p":306,"s":8,"h":1,"n":"Power Word Stun"},{"id":5319,"c":2,"u":"prayer%20of%20healing_xphb","p":307,"s":8,"h":1,"n":"Prayer of Healing"},{"id":5320,"c":2,"u":"prestidigitation_xphb","p":307,"s":8,"h":1,"n":"Prestidigitation"},{"id":5321,"c":2,"u":"prismatic%20spray_xphb","p":307,"s":8,"h":1,"n":"Prismatic Spray"},{"id":5322,"c":2,"u":"prismatic%20wall_xphb","p":308,"s":8,"h":1,"n":"Prismatic Wall"},{"id":5323,"c":2,"u":"produce%20flame_xphb","p":308,"s":8,"h":1,"n":"Produce Flame"},{"id":5324,"c":2,"u":"programmed%20illusion_xphb","p":309,"s":8,"h":1,"n":"Programmed Illusion"},{"id":5325,"c":2,"u":"project%20image_xphb","p":309,"s":8,"h":1,"n":"Project Image"},{"id":5326,"c":2,"u":"protection%20from%20energy_xphb","p":309,"s":8,"h":1,"n":"Protection from Energy"},{"id":5327,"c":2,"u":"protection%20from%20evil%20and%20good_xphb","p":309,"s":8,"h":1,"n":"Protection from Evil and Good"},{"id":5328,"c":2,"u":"protection%20from%20poison_xphb","p":310,"s":8,"h":1,"n":"Protection from Poison"},{"id":5329,"c":2,"u":"purify%20food%20and%20drink_xphb","p":310,"s":8,"h":1,"n":"Purify Food and Drink"},{"id":5330,"c":2,"u":"raise%20dead_xphb","p":310,"s":8,"h":1,"n":"Raise Dead"},{"id":5331,"c":2,"u":"rary's%20telepathic%20bond_xphb","p":311,"s":8,"h":1,"n":"Rary's Telepathic Bond"},{"id":5332,"c":2,"u":"ray%20of%20enfeeblement_xphb","p":311,"s":8,"h":1,"n":"Ray of Enfeeblement"},{"id":5333,"c":2,"u":"ray%20of%20frost_xphb","p":311,"s":8,"h":1,"n":"Ray of Frost"},{"id":5334,"c":2,"u":"ray%20of%20sickness_xphb","p":311,"s":8,"h":1,"n":"Ray of Sickness"},{"id":5335,"c":2,"u":"regenerate_xphb","p":311,"s":8,"h":1,"n":"Regenerate"},{"id":5336,"c":2,"u":"reincarnate_xphb","p":311,"s":8,"h":1,"n":"Reincarnate"},{"id":5337,"c":2,"u":"remove%20curse_xphb","p":312,"s":8,"h":1,"n":"Remove Curse"},{"id":5338,"c":2,"u":"resistance_xphb","p":312,"s":8,"h":1,"n":"Resistance"},{"id":5339,"c":2,"u":"resurrection_xphb","p":312,"s":8,"h":1,"n":"Resurrection"},{"id":5340,"c":2,"u":"reverse%20gravity_xphb","p":312,"s":8,"h":1,"n":"Reverse Gravity"},{"id":5341,"c":2,"u":"revivify_xphb","p":312,"s":8,"h":1,"n":"Revivify"},{"id":5342,"c":2,"u":"rope%20trick_xphb","p":312,"s":8,"h":1,"n":"Rope Trick"},{"id":5343,"c":2,"u":"sacred%20flame_xphb","p":313,"s":8,"h":1,"n":"Sacred Flame"},{"id":5344,"c":2,"u":"sanctuary_xphb","p":313,"s":8,"h":1,"n":"Sanctuary"},{"id":5345,"c":2,"u":"scorching%20ray_xphb","p":314,"s":8,"h":1,"n":"Scorching Ray"},{"id":5346,"c":2,"u":"scrying_xphb","p":314,"s":8,"h":1,"n":"Scrying"},{"id":5347,"c":2,"u":"searing%20smite_xphb","p":314,"s":8,"h":1,"n":"Searing Smite"},{"id":5348,"c":2,"u":"see%20invisibility_xphb","p":314,"s":8,"h":1,"n":"See Invisibility"},{"id":5349,"c":2,"u":"seeming_xphb","p":314,"s":8,"h":1,"n":"Seeming"},{"id":5350,"c":2,"u":"sending_xphb","p":314,"s":8,"h":1,"n":"Sending"},{"id":5351,"c":2,"u":"sequester_xphb","p":315,"s":8,"h":1,"n":"Sequester"},{"id":5352,"c":2,"u":"shapechange_xphb","p":315,"s":8,"h":1,"n":"Shapechange"},{"id":5353,"c":2,"u":"shatter_xphb","p":316,"s":8,"h":1,"n":"Shatter"},{"id":5354,"c":2,"u":"shield_xphb","p":316,"s":8,"h":1,"n":"Shield"},{"id":5355,"c":2,"u":"shield%20of%20faith_xphb","p":316,"s":8,"h":1,"n":"Shield of Faith"},{"id":5356,"c":2,"u":"shillelagh_xphb","p":316,"s":8,"h":1,"n":"Shillelagh"},{"id":5357,"c":2,"u":"shining%20smite_xphb","p":316,"s":8,"h":1,"n":"Shining Smite"},{"id":5358,"c":2,"u":"shocking%20grasp_xphb","p":316,"s":8,"h":1,"n":"Shocking Grasp"},{"id":5359,"c":2,"u":"silence_xphb","p":316,"s":8,"h":1,"n":"Silence"},{"id":5360,"c":2,"u":"silent%20image_xphb","p":317,"s":8,"h":1,"n":"Silent Image"},{"id":5361,"c":2,"u":"simulacrum_xphb","p":317,"s":8,"h":1,"n":"Simulacrum"},{"id":5362,"c":2,"u":"sleep_xphb","p":317,"s":8,"h":1,"n":"Sleep"},{"id":5363,"c":2,"u":"sleet%20storm_xphb","p":317,"s":8,"h":1,"n":"Sleet Storm"},{"id":5364,"c":2,"u":"slow_xphb","p":318,"s":8,"h":1,"n":"Slow"},{"id":5365,"c":2,"u":"sorcerous%20burst_xphb","p":318,"s":8,"h":1,"n":"Sorcerous Burst"},{"id":5366,"c":2,"u":"spare%20the%20dying_xphb","p":318,"s":8,"h":1,"n":"Spare the Dying"},{"id":5367,"c":2,"u":"speak%20with%20animals_xphb","p":318,"s":8,"h":1,"n":"Speak with Animals"},{"id":5368,"c":2,"u":"speak%20with%20dead_xphb","p":318,"s":8,"h":1,"n":"Speak with Dead"},{"id":5369,"c":2,"u":"speak%20with%20plants_xphb","p":318,"s":8,"h":1,"n":"Speak with Plants"},{"id":5370,"c":2,"u":"spider%20climb_xphb","p":318,"s":8,"h":1,"n":"Spider Climb"},{"id":5371,"c":2,"u":"spike%20growth_xphb","p":318,"s":8,"h":1,"n":"Spike Growth"},{"id":5372,"c":2,"u":"spirit%20guardians_xphb","p":318,"s":8,"h":1,"n":"Spirit Guardians"},{"id":5373,"c":2,"u":"spiritual%20weapon_xphb","p":318,"s":8,"h":1,"n":"Spiritual Weapon"},{"id":5374,"c":2,"u":"staggering%20smite_xphb","p":319,"s":8,"h":1,"n":"Staggering Smite"},{"id":5375,"c":2,"u":"starry%20wisp_xphb","p":320,"s":8,"h":1,"n":"Starry Wisp"},{"id":5376,"c":2,"u":"steel%20wind%20strike_xphb","p":319,"s":8,"h":1,"n":"Steel Wind Strike"},{"id":5377,"c":2,"u":"stinking%20cloud_xphb","p":320,"s":8,"h":1,"n":"Stinking Cloud"},{"id":5378,"c":2,"u":"stone%20shape_xphb","p":320,"s":8,"h":1,"n":"Stone Shape"},{"id":5379,"c":2,"u":"stoneskin_xphb","p":320,"s":8,"h":1,"n":"Stoneskin"},{"id":5380,"c":2,"u":"storm%20of%20vengeance_xphb","p":320,"s":8,"h":1,"n":"Storm of Vengeance"},{"id":5381,"c":2,"u":"suggestion_xphb","p":320,"s":8,"h":1,"n":"Suggestion"},{"id":5382,"c":2,"u":"summon%20aberration_xphb","p":322,"s":8,"h":1,"n":"Summon Aberration"},{"id":5383,"c":2,"u":"summon%20beast_xphb","p":322,"s":8,"h":1,"n":"Summon Beast"},{"id":5384,"c":2,"u":"summon%20celestial_xphb","p":323,"s":8,"h":1,"n":"Summon Celestial"},{"id":5385,"c":2,"u":"summon%20construct_xphb","p":324,"s":8,"h":1,"n":"Summon Construct"},{"id":5386,"c":2,"u":"summon%20dragon_xphb","p":324,"s":8,"h":1,"n":"Summon Dragon"},{"id":5387,"c":2,"u":"summon%20elemental_xphb","p":325,"s":8,"h":1,"n":"Summon Elemental"},{"id":5388,"c":2,"u":"summon%20fey_xphb","p":326,"s":8,"h":1,"n":"Summon Fey"},{"id":5389,"c":2,"u":"summon%20fiend_xphb","p":326,"s":8,"h":1,"n":"Summon Fiend"},{"id":5390,"c":2,"u":"summon%20undead_xphb","p":328,"s":8,"h":1,"n":"Summon Undead"},{"id":5391,"c":2,"u":"sunbeam_xphb","p":329,"s":8,"h":1,"n":"Sunbeam"},{"id":5392,"c":2,"u":"sunburst_xphb","p":329,"s":8,"h":1,"n":"Sunburst"},{"id":5393,"c":2,"u":"swift%20quiver_xphb","p":329,"s":8,"h":1,"n":"Swift Quiver"},{"id":5394,"c":2,"u":"symbol_xphb","p":329,"s":8,"h":1,"n":"Symbol"},{"id":5395,"c":2,"u":"synaptic%20static_xphb","p":330,"s":8,"h":1,"n":"Synaptic Static"},{"id":5396,"c":2,"u":"tasha's%20bubbling%20cauldron_xphb","p":330,"s":8,"h":1,"n":"Tasha's Bubbling Cauldron"},{"id":5397,"c":2,"u":"tasha's%20hideous%20laughter_xphb","p":331,"s":8,"h":1,"n":"Tasha's Hideous Laughter"},{"id":5398,"c":2,"u":"telekinesis_xphb","p":331,"s":8,"h":1,"n":"Telekinesis"},{"id":5399,"c":2,"u":"telepathy_xphb","p":331,"s":8,"h":1,"n":"Telepathy"},{"id":5400,"c":2,"u":"teleport_xphb","p":331,"s":8,"h":1,"n":"Teleport"},{"id":5401,"c":2,"u":"teleportation%20circle_xphb","p":332,"s":8,"h":1,"n":"Teleportation Circle"},{"id":5402,"c":2,"u":"tenser's%20floating%20disk_xphb","p":332,"s":8,"h":1,"n":"Tenser's Floating Disk"},{"id":5403,"c":2,"u":"thaumaturgy_xphb","p":333,"s":8,"h":1,"n":"Thaumaturgy"},{"id":5404,"c":2,"u":"thorn%20whip_xphb","p":333,"s":8,"h":1,"n":"Thorn Whip"},{"id":5405,"c":2,"u":"thunderclap_xphb","p":333,"s":8,"h":1,"n":"Thunderclap"},{"id":5406,"c":2,"u":"thunderous%20smite_xphb","p":334,"s":8,"h":1,"n":"Thunderous Smite"},{"id":5407,"c":2,"u":"thunderwave_xphb","p":334,"s":8,"h":1,"n":"Thunderwave"},{"id":5408,"c":2,"u":"time%20stop_xphb","p":334,"s":8,"h":1,"n":"Time Stop"},{"id":5409,"c":2,"u":"toll%20the%20dead_xphb","p":334,"s":8,"h":1,"n":"Toll the Dead"},{"id":5410,"c":2,"u":"tongues_xphb","p":334,"s":8,"h":1,"n":"Tongues"},{"id":5411,"c":2,"u":"transport%20via%20plants_xphb","p":334,"s":8,"h":1,"n":"Transport via Plants"},{"id":5412,"c":2,"u":"tree%20stride_xphb","p":335,"s":8,"h":1,"n":"Tree Stride"},{"id":5413,"c":2,"u":"true%20polymorph_xphb","p":335,"s":8,"h":1,"n":"True Polymorph"},{"id":5414,"c":2,"u":"true%20resurrection_xphb","p":336,"s":8,"h":1,"n":"True Resurrection"},{"id":5415,"c":2,"u":"true%20seeing_xphb","p":336,"s":8,"h":1,"n":"True Seeing"},{"id":5416,"c":2,"u":"true%20strike_xphb","p":336,"s":8,"h":1,"n":"True Strike"},{"id":5417,"c":2,"u":"tsunami_xphb","p":336,"s":8,"h":1,"n":"Tsunami"},{"id":5418,"c":2,"u":"unseen%20servant_xphb","p":336,"s":8,"h":1,"n":"Unseen Servant"},{"id":5419,"c":2,"u":"vampiric%20touch_xphb","p":337,"s":8,"h":1,"n":"Vampiric Touch"},{"id":5420,"c":2,"u":"vicious%20mockery_xphb","p":337,"s":8,"h":1,"n":"Vicious Mockery"},{"id":5421,"c":2,"u":"vitriolic%20sphere_xphb","p":337,"s":8,"h":1,"n":"Vitriolic Sphere"},{"id":5422,"c":2,"u":"wall%20of%20fire_xphb","p":338,"s":8,"h":1,"n":"Wall of Fire"},{"id":5423,"c":2,"u":"wall%20of%20force_xphb","p":338,"s":8,"h":1,"n":"Wall of Force"},{"id":5424,"c":2,"u":"wall%20of%20ice_xphb","p":339,"s":8,"h":1,"n":"Wall of Ice"},{"id":5425,"c":2,"u":"wall%20of%20stone_xphb","p":339,"s":8,"h":1,"n":"Wall of Stone"},{"id":5426,"c":2,"u":"wall%20of%20thorns_xphb","p":339,"s":8,"h":1,"n":"Wall of Thorns"},{"id":5427,"c":2,"u":"warding%20bond_xphb","p":340,"s":8,"h":1,"n":"Warding Bond"},{"id":5428,"c":2,"u":"water%20breathing_xphb","p":340,"s":8,"h":1,"n":"Water Breathing"},{"id":5429,"c":2,"u":"water%20walk_xphb","p":340,"s":8,"h":1,"n":"Water Walk"},{"id":5430,"c":2,"u":"web_xphb","p":340,"s":8,"h":1,"n":"Web"},{"id":5431,"c":2,"u":"weird_xphb","p":341,"s":8,"h":1,"n":"Weird"},{"id":5432,"c":2,"u":"wind%20walk_xphb","p":341,"s":8,"h":1,"n":"Wind Walk"},{"id":5433,"c":2,"u":"wind%20wall_xphb","p":341,"s":8,"h":1,"n":"Wind Wall"},{"id":5434,"c":2,"u":"wish_xphb","p":341,"s":8,"h":1,"n":"Wish"},{"id":5435,"c":2,"u":"witch%20bolt_xphb","p":343,"s":8,"h":1,"n":"Witch Bolt"},{"id":5436,"c":2,"u":"word%20of%20radiance_xphb","p":343,"s":8,"h":1,"n":"Word of Radiance"},{"id":5437,"c":2,"u":"word%20of%20recall_xphb","p":343,"s":8,"h":1,"n":"Word of Recall"},{"id":5438,"c":2,"u":"wrathful%20smite_xphb","p":343,"s":8,"h":1,"n":"Wrathful Smite"},{"id":5439,"c":2,"u":"yolande's%20regal%20presence_xphb","p":343,"s":8,"h":1,"n":"Yolande's Regal Presence"},{"id":5440,"c":2,"u":"zone%20of%20truth_xphb","p":343,"s":8,"h":1,"n":"Zone of Truth"},{"id":5441,"c":2,"u":"air%20bubble_aag","p":22,"s":102,"h":1,"n":"Air Bubble"},{"id":5442,"c":2,"u":"create%20spelljamming%20helm_aag","p":22,"s":102,"h":1,"n":"Create Spelljamming Helm"},{"id":5443,"c":2,"u":"distort%20value_ai","p":75,"s":15,"h":1,"n":"Distort Value"},{"id":5444,"c":2,"u":"fast%20friends_ai","p":75,"s":15,"h":1,"n":"Fast Friends"},{"id":5445,"c":2,"u":"gift%20of%20gab_ai","p":76,"s":15,"h":1,"n":"Gift of Gab"},{"id":5446,"c":2,"u":"incite%20greed_ai","p":76,"s":15,"h":1,"n":"Incite Greed"},{"id":5447,"c":2,"u":"jim's%20glowing%20coin_ai","p":76,"s":15,"h":1,"n":"Jim's Glowing Coin"},{"id":5448,"c":2,"u":"jim's%20magic%20missile_ai","p":76,"s":15,"h":1,"n":"Jim's Magic Missile"},{"id":5449,"c":2,"u":"motivational%20speech_ai","p":77,"s":15,"h":1,"n":"Motivational Speech"},{"id":5450,"c":2,"u":"conjure%20the%20deep%20haze_dodk","p":226,"s":25,"h":1,"dP":1,"n":"Conjure the Deep Haze"},{"id":5451,"c":2,"u":"contaminated%20power_dodk","p":226,"s":25,"h":1,"dP":1,"n":"Contaminated Power"},{"id":5452,"c":2,"u":"contamination%20immunity_dodk","p":226,"s":25,"h":1,"dP":1,"n":"Contamination Immunity"},{"id":5453,"c":2,"u":"delerium%20blast_dodk","p":227,"s":25,"h":1,"dP":1,"n":"Delerium Blast"},{"id":5454,"c":2,"u":"delerium%20orb_dodk","p":227,"s":25,"h":1,"dP":1,"n":"Delerium Orb"},{"id":5455,"c":2,"u":"forced%20evolution_dodk","p":227,"s":25,"h":1,"dP":1,"n":"Forced Evolution"},{"id":5456,"c":2,"u":"neutralizing%20field_dodk","p":228,"s":25,"h":1,"dP":1,"n":"Neutralizing Field"},{"id":5457,"c":2,"u":"octarine%20spray_dodk","p":228,"s":25,"h":1,"dP":1,"n":"Octarine Spray"},{"id":5458,"c":2,"u":"purge%20contamination_dodk","p":228,"s":25,"h":1,"dP":1,"n":"Purge Contamination"},{"id":5459,"c":2,"u":"ray%20of%20contamination_dodk","p":229,"s":25,"h":1,"dP":1,"n":"Ray of Contamination"},{"id":5460,"c":2,"u":"ride%20the%20rifts_dodk","p":228,"s":25,"h":1,"dP":1,"n":"Ride the Rifts"},{"id":5461,"c":2,"u":"sacrament%20of%20the%20falling%20fire_dodk","p":229,"s":25,"h":1,"dP":1,"n":"Sacrament of the Falling Fire"},{"id":5462,"c":2,"u":"siphon%20contamination_dodk","p":229,"s":25,"h":1,"dP":1,"n":"Siphon Contamination"},{"id":5463,"c":2,"u":"warp%20bolt_dodk","p":229,"s":25,"h":1,"dP":1,"n":"Warp Bolt"},{"id":5464,"c":2,"u":"dark%20star_egw","p":186,"s":28,"h":1,"dP":1,"n":"Dark Star"},{"id":5465,"c":2,"u":"fortune's%20favor_egw","p":186,"s":28,"h":1,"dP":1,"n":"Fortune's Favor"},{"id":5466,"c":2,"u":"gift%20of%20alacrity_egw","p":186,"s":28,"h":1,"dP":1,"n":"Gift of Alacrity"},{"id":5467,"c":2,"u":"gravity%20fissure_egw","p":187,"s":28,"h":1,"dP":1,"n":"Gravity Fissure"},{"id":5468,"c":2,"u":"gravity%20sinkhole_egw","p":187,"s":28,"h":1,"dP":1,"n":"Gravity Sinkhole"},{"id":5469,"c":2,"u":"immovable%20object_egw","p":187,"s":28,"h":1,"dP":1,"n":"Immovable Object"},{"id":5470,"c":2,"u":"magnify%20gravity_egw","p":188,"s":28,"h":1,"dP":1,"n":"Magnify Gravity"},{"id":5471,"c":2,"u":"pulse%20wave_egw","p":188,"s":28,"h":1,"dP":1,"n":"Pulse Wave"},{"id":5472,"c":2,"u":"ravenous%20void_egw","p":188,"s":28,"h":1,"dP":1,"n":"Ravenous Void"},{"id":5473,"c":2,"u":"reality%20break_egw","p":189,"s":28,"h":1,"dP":1,"n":"Reality Break"},{"id":5474,"c":2,"u":"sapping%20sting_egw","p":189,"s":28,"h":1,"dP":1,"n":"Sapping Sting"},{"id":5475,"c":2,"u":"temporal%20shunt_egw","p":189,"s":28,"h":1,"dP":1,"n":"Temporal Shunt"},{"id":5476,"c":2,"u":"tether%20essence_egw","p":189,"s":28,"h":1,"dP":1,"n":"Tether Essence"},{"id":5477,"c":2,"u":"time%20ravage_egw","p":189,"s":28,"h":1,"dP":1,"n":"Time Ravage"},{"id":5478,"c":2,"u":"wristpocket_egw","p":190,"s":28,"h":1,"dP":1,"n":"Wristpocket"},{"id":5479,"c":2,"u":"encode%20thoughts_ggr","p":47,"s":31,"h":1,"n":"Encode Thoughts"},{"id":5480,"c":2,"u":"arboreal%20curse_ghloe","s":32,"h":1,"dP":1,"n":"Arboreal Curse"},{"id":5481,"c":2,"u":"consume%20mind_ghloe","s":32,"h":1,"dP":1,"n":"Consume Mind"},{"id":5482,"c":2,"u":"heartseeker_ghloe","s":32,"h":1,"dP":1,"n":"Heartseeker"},{"id":5483,"c":2,"u":"hunter%20sense_ghloe","s":32,"h":1,"dP":1,"n":"Hunter Sense"},{"id":5484,"c":2,"u":"magic%20mirror_ghloe","s":32,"h":1,"dP":1,"n":"Magic Mirror"},{"id":5485,"c":2,"u":"suffocate_ghloe","s":32,"h":1,"dP":1,"n":"Suffocate"},{"id":5486,"c":2,"u":"wrack_ghloe","s":32,"h":1,"dP":1,"n":"Wrack"},{"id":5487,"c":2,"u":"create%20magen_idrotf","p":318,"s":37,"h":1,"n":"Create Magen"},{"id":5488,"c":2,"u":"frost%20fingers_idrotf","p":318,"s":37,"h":1,"n":"Frost Fingers"},{"id":5489,"c":2,"u":"acid%20splash_phb","p":211,"s":51,"h":1,"r":1,"n":"Acid Splash"},{"id":5490,"c":2,"u":"aid_phb","p":211,"s":51,"h":1,"r":1,"n":"Aid"},{"id":5491,"c":2,"u":"alarm_phb","p":211,"s":51,"h":1,"r":1,"n":"Alarm"},{"id":5492,"c":2,"u":"alter%20self_phb","p":211,"s":51,"h":1,"r":1,"n":"Alter Self"},{"id":5493,"c":2,"u":"animal%20friendship_phb","p":212,"s":51,"h":1,"r":1,"n":"Animal Friendship"},{"id":5494,"c":2,"u":"animal%20messenger_phb","p":212,"s":51,"h":1,"r":1,"n":"Animal Messenger"},{"id":5495,"c":2,"u":"animal%20shapes_phb","p":212,"s":51,"h":1,"r":1,"n":"Animal Shapes"},{"id":5496,"c":2,"u":"animate%20dead_phb","p":212,"s":51,"h":1,"r":1,"n":"Animate Dead"},{"id":5497,"c":2,"u":"animate%20objects_phb","p":213,"s":51,"h":1,"r":1,"n":"Animate Objects"},{"id":5498,"c":2,"u":"antilife%20shell_phb","p":213,"s":51,"h":1,"r":1,"n":"Antilife Shell"},{"id":5499,"c":2,"u":"antimagic%20field_phb","p":213,"s":51,"h":1,"r":1,"n":"Antimagic Field"},{"id":5500,"c":2,"u":"antipathy%2fsympathy_phb","p":214,"s":51,"h":1,"r":1,"n":"Antipathy/Sympathy"},{"id":5501,"c":2,"u":"arcane%20eye_phb","p":214,"s":51,"h":1,"r":1,"n":"Arcane Eye"},{"id":5502,"c":2,"u":"arcane%20gate_phb","p":214,"s":51,"h":1,"n":"Arcane Gate"},{"id":5503,"c":2,"u":"arcane%20lock_phb","p":215,"s":51,"h":1,"r":1,"n":"Arcane Lock"},{"id":5504,"c":2,"u":"armor%20of%20agathys_phb","p":215,"s":51,"h":1,"n":"Armor of Agathys"},{"id":5505,"c":2,"u":"arms%20of%20hadar_phb","p":215,"s":51,"h":1,"n":"Arms of Hadar"},{"id":5506,"c":2,"u":"astral%20projection_phb","p":215,"s":51,"h":1,"r":1,"n":"Astral Projection"},{"id":5507,"c":2,"u":"augury_phb","p":215,"s":51,"h":1,"r":1,"n":"Augury"},{"id":5508,"c":2,"u":"aura%20of%20life_phb","p":216,"s":51,"h":1,"n":"Aura of Life"},{"id":5509,"c":2,"u":"aura%20of%20purity_phb","p":216,"s":51,"h":1,"n":"Aura of Purity"},{"id":5510,"c":2,"u":"aura%20of%20vitality_phb","p":216,"s":51,"h":1,"n":"Aura of Vitality"},{"id":5511,"c":2,"u":"awaken_phb","p":216,"s":51,"h":1,"r":1,"n":"Awaken"},{"id":5512,"c":2,"u":"bane_phb","p":216,"s":51,"h":1,"r":1,"n":"Bane"},{"id":5513,"c":2,"u":"banishing%20smite_phb","p":216,"s":51,"h":1,"n":"Banishing Smite"},{"id":5514,"c":2,"u":"banishment_phb","p":217,"s":51,"h":1,"r":1,"n":"Banishment"},{"id":5515,"c":2,"u":"barkskin_phb","p":217,"s":51,"h":1,"r":1,"n":"Barkskin"},{"id":5516,"c":2,"u":"beacon%20of%20hope_phb","p":217,"s":51,"h":1,"r":1,"n":"Beacon of Hope"},{"id":5517,"c":2,"u":"beast%20sense_phb","p":217,"s":51,"h":1,"n":"Beast Sense"},{"id":5518,"c":2,"u":"bestow%20curse_phb","p":218,"s":51,"h":1,"r":1,"n":"Bestow Curse"},{"id":5519,"c":2,"u":"bigby's%20hand_phb","p":218,"s":51,"h":1,"r":1,"n":"Bigby's Hand"},{"id":5520,"c":2,"u":"bigby's%20hand_phb","p":218,"s":51,"h":1,"r":1,"n":"Arcane Hand"},{"id":5521,"c":2,"u":"blade%20barrier_phb","p":218,"s":51,"h":1,"r":1,"n":"Blade Barrier"},{"id":5522,"c":2,"u":"blade%20ward_phb","p":218,"s":51,"h":1,"n":"Blade Ward"},{"id":5523,"c":2,"u":"bless_phb","p":219,"s":51,"h":1,"r":1,"n":"Bless"},{"id":5524,"c":2,"u":"blight_phb","p":219,"s":51,"h":1,"r":1,"n":"Blight"},{"id":5525,"c":2,"u":"blinding%20smite_phb","p":219,"s":51,"h":1,"n":"Blinding Smite"},{"id":5526,"c":2,"u":"blindness%2fdeafness_phb","p":219,"s":51,"h":1,"r":1,"n":"Blindness/Deafness"},{"id":5527,"c":2,"u":"blink_phb","p":219,"s":51,"h":1,"r":1,"n":"Blink"},{"id":5528,"c":2,"u":"blur_phb","p":219,"s":51,"h":1,"r":1,"n":"Blur"},{"id":5529,"c":2,"u":"branding%20smite_phb","p":219,"s":51,"h":1,"r":1,"n":"Branding Smite"},{"id":5530,"c":2,"u":"burning%20hands_phb","p":220,"s":51,"h":1,"r":1,"n":"Burning Hands"},{"id":5531,"c":2,"u":"call%20lightning_phb","p":220,"s":51,"h":1,"r":1,"n":"Call Lightning"},{"id":5532,"c":2,"u":"calm%20emotions_phb","p":221,"s":51,"h":1,"r":1,"n":"Calm Emotions"},{"id":5533,"c":2,"u":"chain%20lightning_phb","p":221,"s":51,"h":1,"r":1,"n":"Chain Lightning"},{"id":5534,"c":2,"u":"charm%20person_phb","p":221,"s":51,"h":1,"r":1,"n":"Charm Person"},{"id":5535,"c":2,"u":"chill%20touch_phb","p":221,"s":51,"h":1,"r":1,"n":"Chill Touch"},{"id":5536,"c":2,"u":"chromatic%20orb_phb","p":221,"s":51,"h":1,"n":"Chromatic Orb"},{"id":5537,"c":2,"u":"circle%20of%20death_phb","p":221,"s":51,"h":1,"r":1,"n":"Circle of Death"},{"id":5538,"c":2,"u":"circle%20of%20power_phb","p":221,"s":51,"h":1,"n":"Circle of Power"},{"id":5539,"c":2,"u":"clairvoyance_phb","p":222,"s":51,"h":1,"r":1,"n":"Clairvoyance"},{"id":5540,"c":2,"u":"clone_phb","p":222,"s":51,"h":1,"r":1,"n":"Clone"},{"id":5541,"c":2,"u":"cloud%20of%20daggers_phb","p":222,"s":51,"h":1,"n":"Cloud of Daggers"},{"id":5542,"c":2,"u":"cloudkill_phb","p":222,"s":51,"h":1,"r":1,"n":"Cloudkill"},{"id":5543,"c":2,"u":"color%20spray_phb","p":222,"s":51,"h":1,"r":1,"n":"Color Spray"},{"id":5544,"c":2,"u":"command_phb","p":223,"s":51,"h":1,"r":1,"n":"Command"},{"id":5545,"c":2,"u":"commune_phb","p":223,"s":51,"h":1,"r":1,"n":"Commune"},{"id":5546,"c":2,"u":"commune%20with%20nature_phb","p":224,"s":51,"h":1,"r":1,"n":"Commune with Nature"},{"id":5547,"c":2,"u":"compelled%20duel_phb","p":224,"s":51,"h":1,"n":"Compelled Duel"},{"id":5548,"c":2,"u":"comprehend%20languages_phb","p":224,"s":51,"h":1,"r":1,"n":"Comprehend Languages"},{"id":5549,"c":2,"u":"compulsion_phb","p":224,"s":51,"h":1,"r":1,"n":"Compulsion"},{"id":5550,"c":2,"u":"cone%20of%20cold_phb","p":224,"s":51,"h":1,"r":1,"n":"Cone of Cold"},{"id":5551,"c":2,"u":"confusion_phb","p":224,"s":51,"h":1,"r":1,"n":"Confusion"},{"id":5552,"c":2,"u":"conjure%20animals_phb","p":225,"s":51,"h":1,"r":1,"n":"Conjure Animals"},{"id":5553,"c":2,"u":"conjure%20barrage_phb","p":225,"s":51,"h":1,"n":"Conjure Barrage"},{"id":5554,"c":2,"u":"conjure%20celestial_phb","p":225,"s":51,"h":1,"r":1,"n":"Conjure Celestial"},{"id":5555,"c":2,"u":"conjure%20elemental_phb","p":225,"s":51,"h":1,"r":1,"n":"Conjure Elemental"},{"id":5556,"c":2,"u":"conjure%20fey_phb","p":226,"s":51,"h":1,"r":1,"n":"Conjure Fey"},{"id":5557,"c":2,"u":"conjure%20minor%20elementals_phb","p":226,"s":51,"h":1,"r":1,"n":"Conjure Minor Elementals"},{"id":5558,"c":2,"u":"conjure%20volley_phb","p":226,"s":51,"h":1,"n":"Conjure Volley"},{"id":5559,"c":2,"u":"conjure%20woodland%20beings_phb","p":226,"s":51,"h":1,"r":1,"n":"Conjure Woodland Beings"},{"id":5560,"c":2,"u":"contact%20other%20plane_phb","p":226,"s":51,"h":1,"r":1,"n":"Contact Other Plane"},{"id":5561,"c":2,"u":"contagion_phb","p":227,"s":51,"h":1,"r":1,"n":"Contagion"},{"id":5562,"c":2,"u":"contingency_phb","p":227,"s":51,"h":1,"r":1,"n":"Contingency"},{"id":5563,"c":2,"u":"continual%20flame_phb","p":227,"s":51,"h":1,"r":1,"n":"Continual Flame"},{"id":5564,"c":2,"u":"control%20water_phb","p":227,"s":51,"h":1,"r":1,"n":"Control Water"},{"id":5565,"c":2,"u":"control%20weather_phb","p":228,"s":51,"h":1,"r":1,"n":"Control Weather"},{"id":5566,"c":2,"u":"cordon%20of%20arrows_phb","p":228,"s":51,"h":1,"n":"Cordon of Arrows"},{"id":5567,"c":2,"u":"counterspell_phb","p":228,"s":51,"h":1,"r":1,"n":"Counterspell"},{"id":5568,"c":2,"u":"create%20food%20and%20water_phb","p":229,"s":51,"h":1,"r":1,"n":"Create Food and Water"},{"id":5569,"c":2,"u":"create%20or%20destroy%20water_phb","p":229,"s":51,"h":1,"r":1,"n":"Create or Destroy Water"},{"id":5570,"c":2,"u":"create%20undead_phb","p":229,"s":51,"h":1,"r":1,"n":"Create Undead"},{"id":5571,"c":2,"u":"creation_phb","p":229,"s":51,"h":1,"r":1,"n":"Creation"},{"id":5572,"c":2,"u":"crown%20of%20madness_phb","p":229,"s":51,"h":1,"n":"Crown of Madness"},{"id":5573,"c":2,"u":"crusader's%20mantle_phb","p":230,"s":51,"h":1,"n":"Crusader's Mantle"},{"id":5574,"c":2,"u":"cure%20wounds_phb","p":230,"s":51,"h":1,"r":1,"n":"Cure Wounds"},{"id":5575,"c":2,"u":"dancing%20lights_phb","p":230,"s":51,"h":1,"r":1,"n":"Dancing Lights"},{"id":5576,"c":2,"u":"darkness_phb","p":230,"s":51,"h":1,"r":1,"n":"Darkness"},{"id":5577,"c":2,"u":"darkvision_phb","p":230,"s":51,"h":1,"r":1,"n":"Darkvision"},{"id":5578,"c":2,"u":"daylight_phb","p":230,"s":51,"h":1,"r":1,"n":"Daylight"},{"id":5579,"c":2,"u":"death%20ward_phb","p":230,"s":51,"h":1,"r":1,"n":"Death Ward"},{"id":5580,"c":2,"u":"delayed%20blast%20fireball_phb","p":230,"s":51,"h":1,"r":1,"n":"Delayed Blast Fireball"},{"id":5581,"c":2,"u":"demiplane_phb","p":231,"s":51,"h":1,"r":1,"n":"Demiplane"},{"id":5582,"c":2,"u":"destructive%20wave_phb","p":231,"s":51,"h":1,"n":"Destructive Wave"},{"id":5583,"c":2,"u":"detect%20evil%20and%20good_phb","p":231,"s":51,"h":1,"r":1,"n":"Detect Evil and Good"},{"id":5584,"c":2,"u":"detect%20magic_phb","p":231,"s":51,"h":1,"r":1,"n":"Detect Magic"},{"id":5585,"c":2,"u":"detect%20poison%20and%20disease_phb","p":231,"s":51,"h":1,"r":1,"n":"Detect Poison and Disease"},{"id":5586,"c":2,"u":"detect%20thoughts_phb","p":231,"s":51,"h":1,"r":1,"n":"Detect Thoughts"},{"id":5587,"c":2,"u":"dimension%20door_phb","p":233,"s":51,"h":1,"r":1,"n":"Dimension Door"},{"id":5588,"c":2,"u":"disguise%20self_phb","p":233,"s":51,"h":1,"r":1,"n":"Disguise Self"},{"id":5589,"c":2,"u":"disintegrate_phb","p":233,"s":51,"h":1,"r":1,"n":"Disintegrate"},{"id":5590,"c":2,"u":"dispel%20evil%20and%20good_phb","p":233,"s":51,"h":1,"r":1,"n":"Dispel Evil and Good"},{"id":5591,"c":2,"u":"dispel%20magic_phb","p":234,"s":51,"h":1,"r":1,"n":"Dispel Magic"},{"id":5592,"c":2,"u":"dissonant%20whispers_phb","p":234,"s":51,"h":1,"n":"Dissonant Whispers"},{"id":5593,"c":2,"u":"divination_phb","p":234,"s":51,"h":1,"r":1,"n":"Divination"},{"id":5594,"c":2,"u":"divine%20favor_phb","p":234,"s":51,"h":1,"r":1,"n":"Divine Favor"},{"id":5595,"c":2,"u":"divine%20word_phb","p":234,"s":51,"h":1,"r":1,"n":"Divine Word"},{"id":5596,"c":2,"u":"dominate%20beast_phb","p":234,"s":51,"h":1,"r":1,"n":"Dominate Beast"},{"id":5597,"c":2,"u":"dominate%20monster_phb","p":235,"s":51,"h":1,"r":1,"n":"Dominate Monster"},{"id":5598,"c":2,"u":"dominate%20person_phb","p":235,"s":51,"h":1,"r":1,"n":"Dominate Person"},{"id":5599,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":51,"h":1,"r":1,"n":"Drawmij's Instant Summons"},{"id":5600,"c":2,"u":"drawmij's%20instant%20summons_phb","p":235,"s":51,"h":1,"r":1,"n":"Instant Summons"},{"id":5601,"c":2,"u":"dream_phb","p":236,"s":51,"h":1,"r":1,"n":"Dream"},{"id":5602,"c":2,"u":"druidcraft_phb","p":236,"s":51,"h":1,"r":1,"n":"Druidcraft"},{"id":5603,"c":2,"u":"earthquake_phb","p":236,"s":51,"h":1,"r":1,"n":"Earthquake"},{"id":5604,"c":2,"u":"eldritch%20blast_phb","p":237,"s":51,"h":1,"r":1,"n":"Eldritch Blast"},{"id":5605,"c":2,"u":"elemental%20weapon_phb","p":237,"s":51,"h":1,"n":"Elemental Weapon"},{"id":5606,"c":2,"u":"enhance%20ability_phb","p":237,"s":51,"h":1,"r":1,"n":"Enhance Ability"},{"id":5607,"c":2,"u":"enlarge%2freduce_phb","p":237,"s":51,"h":1,"r":1,"n":"Enlarge/Reduce"},{"id":5608,"c":2,"u":"ensnaring%20strike_phb","p":237,"s":51,"h":1,"n":"Ensnaring Strike"},{"id":5609,"c":2,"u":"entangle_phb","p":238,"s":51,"h":1,"r":1,"n":"Entangle"},{"id":5610,"c":2,"u":"enthrall_phb","p":238,"s":51,"h":1,"r":1,"n":"Enthrall"},{"id":5611,"c":2,"u":"etherealness_phb","p":238,"s":51,"h":1,"r":1,"n":"Etherealness"},{"id":5612,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":51,"h":1,"r":1,"n":"Evard's Black Tentacles"},{"id":5613,"c":2,"u":"evard's%20black%20tentacles_phb","p":238,"s":51,"h":1,"r":1,"n":"Black Tentacles"},{"id":5614,"c":2,"u":"expeditious%20retreat_phb","p":238,"s":51,"h":1,"r":1,"n":"Expeditious Retreat"},{"id":5615,"c":2,"u":"eyebite_phb","p":238,"s":51,"h":1,"r":1,"n":"Eyebite"},{"id":5616,"c":2,"u":"fabricate_phb","p":239,"s":51,"h":1,"r":1,"n":"Fabricate"},{"id":5617,"c":2,"u":"faerie%20fire_phb","p":239,"s":51,"h":1,"r":1,"n":"Faerie Fire"},{"id":5618,"c":2,"u":"false%20life_phb","p":239,"s":51,"h":1,"r":1,"n":"False Life"},{"id":5619,"c":2,"u":"fear_phb","p":239,"s":51,"h":1,"r":1,"n":"Fear"},{"id":5620,"c":2,"u":"feather%20fall_phb","p":239,"s":51,"h":1,"r":1,"n":"Feather Fall"},{"id":5621,"c":2,"u":"feeblemind_phb","p":239,"s":51,"h":1,"r":1,"n":"Feeblemind"},{"id":5622,"c":2,"u":"feign%20death_phb","p":240,"s":51,"h":1,"n":"Feign Death"},{"id":5623,"c":2,"u":"find%20familiar_phb","p":240,"s":51,"h":1,"r":1,"n":"Find Familiar"},{"id":5624,"c":2,"u":"find%20steed_phb","p":240,"s":51,"h":1,"r":1,"n":"Find Steed"},{"id":5625,"c":2,"u":"find%20the%20path_phb","p":240,"s":51,"h":1,"r":1,"n":"Find the Path"},{"id":5626,"c":2,"u":"find%20traps_phb","p":241,"s":51,"h":1,"r":1,"n":"Find Traps"},{"id":5627,"c":2,"u":"finger%20of%20death_phb","p":241,"s":51,"h":1,"r":1,"n":"Finger of Death"},{"id":5628,"c":2,"u":"fire%20bolt_phb","p":242,"s":51,"h":1,"r":1,"n":"Fire Bolt"},{"id":5629,"c":2,"u":"fire%20shield_phb","p":242,"s":51,"h":1,"r":1,"n":"Fire Shield"},{"id":5630,"c":2,"u":"fire%20storm_phb","p":242,"s":51,"h":1,"r":1,"n":"Fire Storm"},{"id":5631,"c":2,"u":"fireball_phb","p":241,"s":51,"h":1,"r":1,"n":"Fireball"},{"id":5632,"c":2,"u":"flame%20blade_phb","p":242,"s":51,"h":1,"r":1,"n":"Flame Blade"},{"id":5633,"c":2,"u":"flame%20strike_phb","p":242,"s":51,"h":1,"r":1,"n":"Flame Strike"},{"id":5634,"c":2,"u":"flaming%20sphere_phb","p":242,"s":51,"h":1,"r":1,"n":"Flaming Sphere"},{"id":5635,"c":2,"u":"flesh%20to%20stone_phb","p":243,"s":51,"h":1,"r":1,"n":"Flesh to Stone"},{"id":5636,"c":2,"u":"fly_phb","p":243,"s":51,"h":1,"r":1,"n":"Fly"},{"id":5637,"c":2,"u":"fog%20cloud_phb","p":243,"s":51,"h":1,"r":1,"n":"Fog Cloud"},{"id":5638,"c":2,"u":"forbiddance_phb","p":243,"s":51,"h":1,"r":1,"n":"Forbiddance"},{"id":5639,"c":2,"u":"forcecage_phb","p":243,"s":51,"h":1,"r":1,"n":"Forcecage"},{"id":5640,"c":2,"u":"foresight_phb","p":244,"s":51,"h":1,"r":1,"n":"Foresight"},{"id":5641,"c":2,"u":"freedom%20of%20movement_phb","p":244,"s":51,"h":1,"r":1,"n":"Freedom of Movement"},{"id":5642,"c":2,"u":"friends_phb","p":244,"s":51,"h":1,"n":"Friends"},{"id":5643,"c":2,"u":"gaseous%20form_phb","p":244,"s":51,"h":1,"r":1,"n":"Gaseous Form"},{"id":5644,"c":2,"u":"gate_phb","p":244,"s":51,"h":1,"r":1,"n":"Gate"},{"id":5645,"c":2,"u":"geas_phb","p":244,"s":51,"h":1,"r":1,"n":"Geas"},{"id":5646,"c":2,"u":"gentle%20repose_phb","p":245,"s":51,"h":1,"r":1,"n":"Gentle Repose"},{"id":5647,"c":2,"u":"giant%20insect_phb","p":245,"s":51,"h":1,"r":1,"n":"Giant Insect"},{"id":5648,"c":2,"u":"glibness_phb","p":245,"s":51,"h":1,"r":1,"n":"Glibness"},{"id":5649,"c":2,"u":"globe%20of%20invulnerability_phb","p":245,"s":51,"h":1,"r":1,"n":"Globe of Invulnerability"},{"id":5650,"c":2,"u":"glyph%20of%20warding_phb","p":245,"s":51,"h":1,"r":1,"n":"Glyph of Warding"},{"id":5651,"c":2,"u":"goodberry_phb","p":246,"s":51,"h":1,"r":1,"n":"Goodberry"},{"id":5652,"c":2,"u":"grasping%20vine_phb","p":246,"s":51,"h":1,"n":"Grasping Vine"},{"id":5653,"c":2,"u":"grease_phb","p":246,"s":51,"h":1,"r":1,"n":"Grease"},{"id":5654,"c":2,"u":"greater%20invisibility_phb","p":246,"s":51,"h":1,"r":1,"n":"Greater Invisibility"},{"id":5655,"c":2,"u":"greater%20restoration_phb","p":246,"s":51,"h":1,"r":1,"n":"Greater Restoration"},{"id":5656,"c":2,"u":"guardian%20of%20faith_phb","p":246,"s":51,"h":1,"r":1,"n":"Guardian of Faith"},{"id":5657,"c":2,"u":"guards%20and%20wards_phb","p":248,"s":51,"h":1,"r":1,"n":"Guards and Wards"},{"id":5658,"c":2,"u":"guidance_phb","p":248,"s":51,"h":1,"r":1,"n":"Guidance"},{"id":5659,"c":2,"u":"guiding%20bolt_phb","p":248,"s":51,"h":1,"r":1,"n":"Guiding Bolt"},{"id":5660,"c":2,"u":"gust%20of%20wind_phb","p":248,"s":51,"h":1,"r":1,"n":"Gust of Wind"},{"id":5661,"c":2,"u":"hail%20of%20thorns_phb","p":249,"s":51,"h":1,"n":"Hail of Thorns"},{"id":5662,"c":2,"u":"hallow_phb","p":249,"s":51,"h":1,"r":1,"n":"Hallow"},{"id":5663,"c":2,"u":"hallucinatory%20terrain_phb","p":249,"s":51,"h":1,"r":1,"n":"Hallucinatory Terrain"},{"id":5664,"c":2,"u":"harm_phb","p":249,"s":51,"h":1,"r":1,"n":"Harm"},{"id":5665,"c":2,"u":"haste_phb","p":250,"s":51,"h":1,"r":1,"n":"Haste"},{"id":5666,"c":2,"u":"heal_phb","p":250,"s":51,"h":1,"r":1,"n":"Heal"},{"id":5667,"c":2,"u":"healing%20word_phb","p":250,"s":51,"h":1,"r":1,"n":"Healing Word"},{"id":5668,"c":2,"u":"heat%20metal_phb","p":250,"s":51,"h":1,"r":1,"n":"Heat Metal"},{"id":5669,"c":2,"u":"hellish%20rebuke_phb","p":250,"s":51,"h":1,"r":1,"n":"Hellish Rebuke"},{"id":5670,"c":2,"u":"heroes'%20feast_phb","p":250,"s":51,"h":1,"r":1,"n":"Heroes' Feast"},{"id":5671,"c":2,"u":"heroism_phb","p":250,"s":51,"h":1,"r":1,"n":"Heroism"},{"id":5672,"c":2,"u":"hex_phb","p":251,"s":51,"h":1,"n":"Hex"},{"id":5673,"c":2,"u":"hold%20monster_phb","p":251,"s":51,"h":1,"r":1,"n":"Hold Monster"},{"id":5674,"c":2,"u":"hold%20person_phb","p":251,"s":51,"h":1,"r":1,"n":"Hold Person"},{"id":5675,"c":2,"u":"holy%20aura_phb","p":251,"s":51,"h":1,"r":1,"n":"Holy Aura"},{"id":5676,"c":2,"u":"hunger%20of%20hadar_phb","p":251,"s":51,"h":1,"n":"Hunger of Hadar"},{"id":5677,"c":2,"u":"hunter's%20mark_phb","p":251,"s":51,"h":1,"r":1,"n":"Hunter's Mark"},{"id":5678,"c":2,"u":"hypnotic%20pattern_phb","p":252,"s":51,"h":1,"r":1,"n":"Hypnotic Pattern"},{"id":5679,"c":2,"u":"ice%20storm_phb","p":252,"s":51,"h":1,"r":1,"n":"Ice Storm"},{"id":5680,"c":2,"u":"identify_phb","p":252,"s":51,"h":1,"r":1,"n":"Identify"},{"id":5681,"c":2,"u":"illusory%20script_phb","p":252,"s":51,"h":1,"r":1,"n":"Illusory Script"},{"id":5682,"c":2,"u":"imprisonment_phb","p":252,"s":51,"h":1,"r":1,"n":"Imprisonment"},{"id":5683,"c":2,"u":"incendiary%20cloud_phb","p":253,"s":51,"h":1,"r":1,"n":"Incendiary Cloud"},{"id":5684,"c":2,"u":"inflict%20wounds_phb","p":253,"s":51,"h":1,"r":1,"n":"Inflict Wounds"},{"id":5685,"c":2,"u":"insect%20plague_phb","p":254,"s":51,"h":1,"r":1,"n":"Insect Plague"},{"id":5686,"c":2,"u":"invisibility_phb","p":254,"s":51,"h":1,"r":1,"n":"Invisibility"},{"id":5687,"c":2,"u":"jump_phb","p":254,"s":51,"h":1,"r":1,"n":"Jump"},{"id":5688,"c":2,"u":"knock_phb","p":254,"s":51,"h":1,"r":1,"n":"Knock"},{"id":5689,"c":2,"u":"legend%20lore_phb","p":254,"s":51,"h":1,"r":1,"n":"Legend Lore"},{"id":5690,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":51,"h":1,"r":1,"n":"Leomund's Secret Chest"},{"id":5691,"c":2,"u":"leomund's%20secret%20chest_phb","p":254,"s":51,"h":1,"r":1,"n":"Secret Chest"},{"id":5692,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":51,"h":1,"r":1,"n":"Leomund's Tiny Hut"},{"id":5693,"c":2,"u":"leomund's%20tiny%20hut_phb","p":255,"s":51,"h":1,"r":1,"n":"Tiny Hut"},{"id":5694,"c":2,"u":"lesser%20restoration_phb","p":255,"s":51,"h":1,"r":1,"n":"Lesser Restoration"},{"id":5695,"c":2,"u":"levitate_phb","p":255,"s":51,"h":1,"r":1,"n":"Levitate"},{"id":5696,"c":2,"u":"light_phb","p":255,"s":51,"h":1,"r":1,"n":"Light"},{"id":5697,"c":2,"u":"lightning%20arrow_phb","p":255,"s":51,"h":1,"n":"Lightning Arrow"},{"id":5698,"c":2,"u":"lightning%20bolt_phb","p":255,"s":51,"h":1,"r":1,"n":"Lightning Bolt"},{"id":5699,"c":2,"u":"locate%20animals%20or%20plants_phb","p":256,"s":51,"h":1,"r":1,"n":"Locate Animals or Plants"},{"id":5700,"c":2,"u":"locate%20creature_phb","p":256,"s":51,"h":1,"r":1,"n":"Locate Creature"},{"id":5701,"c":2,"u":"locate%20object_phb","p":256,"s":51,"h":1,"r":1,"n":"Locate Object"},{"id":5702,"c":2,"u":"longstrider_phb","p":256,"s":51,"h":1,"r":1,"n":"Longstrider"},{"id":5703,"c":2,"u":"mage%20armor_phb","p":256,"s":51,"h":1,"r":1,"n":"Mage Armor"},{"id":5704,"c":2,"u":"mage%20hand_phb","p":256,"s":51,"h":1,"r":1,"n":"Mage Hand"},{"id":5705,"c":2,"u":"magic%20circle_phb","p":256,"s":51,"h":1,"r":1,"n":"Magic Circle"},{"id":5706,"c":2,"u":"magic%20jar_phb","p":257,"s":51,"h":1,"r":1,"n":"Magic Jar"},{"id":5707,"c":2,"u":"magic%20missile_phb","p":257,"s":51,"h":1,"r":1,"n":"Magic Missile"},{"id":5708,"c":2,"u":"magic%20mouth_phb","p":257,"s":51,"h":1,"r":1,"n":"Magic Mouth"},{"id":5709,"c":2,"u":"magic%20weapon_phb","p":257,"s":51,"h":1,"r":1,"n":"Magic Weapon"},{"id":5710,"c":2,"u":"major%20image_phb","p":258,"s":51,"h":1,"r":1,"n":"Major Image"},{"id":5711,"c":2,"u":"mass%20cure%20wounds_phb","p":258,"s":51,"h":1,"r":1,"n":"Mass Cure Wounds"},{"id":5712,"c":2,"u":"mass%20heal_phb","p":258,"s":51,"h":1,"r":1,"n":"Mass Heal"},{"id":5713,"c":2,"u":"mass%20healing%20word_phb","p":258,"s":51,"h":1,"r":1,"n":"Mass Healing Word"},{"id":5714,"c":2,"u":"mass%20suggestion_phb","p":258,"s":51,"h":1,"r":1,"n":"Mass Suggestion"},{"id":5715,"c":2,"u":"maze_phb","p":258,"s":51,"h":1,"r":1,"n":"Maze"},{"id":5716,"c":2,"u":"meld%20into%20stone_phb","p":259,"s":51,"h":1,"r":1,"n":"Meld into Stone"},{"id":5717,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":51,"h":1,"r":1,"n":"Melf's Acid Arrow"},{"id":5718,"c":2,"u":"melf's%20acid%20arrow_phb","p":259,"s":51,"h":1,"r":1,"n":"Acid Arrow"},{"id":5719,"c":2,"u":"mending_phb","p":259,"s":51,"h":1,"r":1,"n":"Mending"},{"id":5720,"c":2,"u":"message_phb","p":259,"s":51,"h":1,"r":1,"n":"Message"},{"id":5721,"c":2,"u":"meteor%20swarm_phb","p":259,"s":51,"h":1,"r":1,"n":"Meteor Swarm"},{"id":5722,"c":2,"u":"mind%20blank_phb","p":259,"s":51,"h":1,"r":1,"n":"Mind Blank"},{"id":5723,"c":2,"u":"minor%20illusion_phb","p":260,"s":51,"h":1,"r":1,"n":"Minor Illusion"},{"id":5724,"c":2,"u":"mirage%20arcane_phb","p":260,"s":51,"h":1,"r":1,"n":"Mirage Arcane"},{"id":5725,"c":2,"u":"mirror%20image_phb","p":260,"s":51,"h":1,"r":1,"n":"Mirror Image"},{"id":5726,"c":2,"u":"mislead_phb","p":260,"s":51,"h":1,"r":1,"n":"Mislead"},{"id":5727,"c":2,"u":"misty%20step_phb","p":260,"s":51,"h":1,"r":1,"n":"Misty Step"},{"id":5728,"c":2,"u":"modify%20memory_phb","p":261,"s":51,"h":1,"r":1,"n":"Modify Memory"},{"id":5729,"c":2,"u":"moonbeam_phb","p":261,"s":51,"h":1,"r":1,"n":"Moonbeam"},{"id":5730,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":51,"h":1,"r":1,"n":"Mordenkainen's Faithful Hound"},{"id":5731,"c":2,"u":"mordenkainen's%20faithful%20hound_phb","p":261,"s":51,"h":1,"r":1,"n":"Faithful Hound"},{"id":5732,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":51,"h":1,"r":1,"n":"Mordenkainen's Magnificent Mansion"},{"id":5733,"c":2,"u":"mordenkainen's%20magnificent%20mansion_phb","p":261,"s":51,"h":1,"r":1,"n":"Magnificent Mansion"},{"id":5734,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":51,"h":1,"r":1,"n":"Mordenkainen's Private Sanctum"},{"id":5735,"c":2,"u":"mordenkainen's%20private%20sanctum_phb","p":262,"s":51,"h":1,"r":1,"n":"Private Sanctum"},{"id":5736,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":51,"h":1,"r":1,"n":"Mordenkainen's Sword"},{"id":5737,"c":2,"u":"mordenkainen's%20sword_phb","p":262,"s":51,"h":1,"r":1,"n":"Arcane Sword"},{"id":5738,"c":2,"u":"move%20earth_phb","p":263,"s":51,"h":1,"r":1,"n":"Move Earth"},{"id":5739,"c":2,"u":"nondetection_phb","p":263,"s":51,"h":1,"r":1,"n":"Nondetection"},{"id":5740,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":51,"h":1,"r":1,"n":"Nystul's Magic Aura"},{"id":5741,"c":2,"u":"nystul's%20magic%20aura_phb","p":263,"s":51,"h":1,"r":1,"n":"Arcanist's Magic Aura"},{"id":5742,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":51,"h":1,"r":1,"n":"Otiluke's Freezing Sphere"},{"id":5743,"c":2,"u":"otiluke's%20freezing%20sphere_phb","p":263,"s":51,"h":1,"r":1,"n":"Freezing Sphere"},{"id":5744,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":51,"h":1,"r":1,"n":"Otiluke's Resilient Sphere"},{"id":5745,"c":2,"u":"otiluke's%20resilient%20sphere_phb","p":264,"s":51,"h":1,"r":1,"n":"Resilient Sphere"},{"id":5746,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":51,"h":1,"r":1,"n":"Otto's Irresistible Dance"},{"id":5747,"c":2,"u":"otto's%20irresistible%20dance_phb","p":264,"s":51,"h":1,"r":1,"n":"Irresistible Dance"},{"id":5748,"c":2,"u":"pass%20without%20trace_phb","p":264,"s":51,"h":1,"r":1,"n":"Pass without Trace"},{"id":5749,"c":2,"u":"passwall_phb","p":264,"s":51,"h":1,"r":1,"n":"Passwall"},{"id":5750,"c":2,"u":"phantasmal%20force_phb","p":264,"s":51,"h":1,"n":"Phantasmal Force"},{"id":5751,"c":2,"u":"phantasmal%20killer_phb","p":265,"s":51,"h":1,"r":1,"n":"Phantasmal Killer"},{"id":5752,"c":2,"u":"phantom%20steed_phb","p":265,"s":51,"h":1,"r":1,"n":"Phantom Steed"},{"id":5753,"c":2,"u":"planar%20ally_phb","p":265,"s":51,"h":1,"r":1,"n":"Planar Ally"},{"id":5754,"c":2,"u":"planar%20binding_phb","p":265,"s":51,"h":1,"r":1,"n":"Planar Binding"},{"id":5755,"c":2,"u":"plane%20shift_phb","p":266,"s":51,"h":1,"r":1,"n":"Plane Shift"},{"id":5756,"c":2,"u":"plant%20growth_phb","p":266,"s":51,"h":1,"r":1,"n":"Plant Growth"},{"id":5757,"c":2,"u":"poison%20spray_phb","p":266,"s":51,"h":1,"r":1,"n":"Poison Spray"},{"id":5758,"c":2,"u":"polymorph_phb","p":266,"s":51,"h":1,"r":1,"n":"Polymorph"},{"id":5759,"c":2,"u":"power%20word%20heal_phb","p":266,"s":51,"h":1,"n":"Power Word Heal"},{"id":5760,"c":2,"u":"power%20word%20kill_phb","p":266,"s":51,"h":1,"r":1,"n":"Power Word Kill"},{"id":5761,"c":2,"u":"power%20word%20stun_phb","p":267,"s":51,"h":1,"r":1,"n":"Power Word Stun"},{"id":5762,"c":2,"u":"prayer%20of%20healing_phb","p":267,"s":51,"h":1,"r":1,"n":"Prayer of Healing"},{"id":5763,"c":2,"u":"prestidigitation_phb","p":267,"s":51,"h":1,"r":1,"n":"Prestidigitation"},{"id":5764,"c":2,"u":"prismatic%20spray_phb","p":267,"s":51,"h":1,"r":1,"n":"Prismatic Spray"},{"id":5765,"c":2,"u":"prismatic%20wall_phb","p":267,"s":51,"h":1,"r":1,"n":"Prismatic Wall"},{"id":5766,"c":2,"u":"produce%20flame_phb","p":269,"s":51,"h":1,"r":1,"n":"Produce Flame"},{"id":5767,"c":2,"u":"programmed%20illusion_phb","p":269,"s":51,"h":1,"r":1,"n":"Programmed Illusion"},{"id":5768,"c":2,"u":"project%20image_phb","p":270,"s":51,"h":1,"r":1,"n":"Project Image"},{"id":5769,"c":2,"u":"protection%20from%20energy_phb","p":270,"s":51,"h":1,"r":1,"n":"Protection from Energy"},{"id":5770,"c":2,"u":"protection%20from%20evil%20and%20good_phb","p":270,"s":51,"h":1,"r":1,"n":"Protection from Evil and Good"},{"id":5771,"c":2,"u":"protection%20from%20poison_phb","p":270,"s":51,"h":1,"r":1,"n":"Protection from Poison"},{"id":5772,"c":2,"u":"purify%20food%20and%20drink_phb","p":270,"s":51,"h":1,"r":1,"n":"Purify Food and Drink"},{"id":5773,"c":2,"u":"raise%20dead_phb","p":270,"s":51,"h":1,"r":1,"n":"Raise Dead"},{"id":5774,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":51,"h":1,"r":1,"n":"Rary's Telepathic Bond"},{"id":5775,"c":2,"u":"rary's%20telepathic%20bond_phb","p":270,"s":51,"h":1,"r":1,"n":"Telepathic Bond"},{"id":5776,"c":2,"u":"ray%20of%20enfeeblement_phb","p":271,"s":51,"h":1,"r":1,"n":"Ray of Enfeeblement"},{"id":5777,"c":2,"u":"ray%20of%20frost_phb","p":271,"s":51,"h":1,"r":1,"n":"Ray of Frost"},{"id":5778,"c":2,"u":"ray%20of%20sickness_phb","p":271,"s":51,"h":1,"n":"Ray of Sickness"},{"id":5779,"c":2,"u":"regenerate_phb","p":271,"s":51,"h":1,"r":1,"n":"Regenerate"},{"id":5780,"c":2,"u":"reincarnate_phb","p":271,"s":51,"h":1,"r":1,"n":"Reincarnate"},{"id":5781,"c":2,"u":"remove%20curse_phb","p":271,"s":51,"h":1,"r":1,"n":"Remove Curse"},{"id":5782,"c":2,"u":"resistance_phb","p":272,"s":51,"h":1,"r":1,"n":"Resistance"},{"id":5783,"c":2,"u":"resurrection_phb","p":272,"s":51,"h":1,"r":1,"n":"Resurrection"},{"id":5784,"c":2,"u":"reverse%20gravity_phb","p":272,"s":51,"h":1,"r":1,"n":"Reverse Gravity"},{"id":5785,"c":2,"u":"revivify_phb","p":272,"s":51,"h":1,"r":1,"n":"Revivify"},{"id":5786,"c":2,"u":"rope%20trick_phb","p":272,"s":51,"h":1,"r":1,"n":"Rope Trick"},{"id":5787,"c":2,"u":"sacred%20flame_phb","p":272,"s":51,"h":1,"r":1,"n":"Sacred Flame"},{"id":5788,"c":2,"u":"sanctuary_phb","p":272,"s":51,"h":1,"r":1,"n":"Sanctuary"},{"id":5789,"c":2,"u":"scorching%20ray_phb","p":273,"s":51,"h":1,"r":1,"n":"Scorching Ray"},{"id":5790,"c":2,"u":"scrying_phb","p":273,"s":51,"h":1,"r":1,"n":"Scrying"},{"id":5791,"c":2,"u":"searing%20smite_phb","p":274,"s":51,"h":1,"n":"Searing Smite"},{"id":5792,"c":2,"u":"see%20invisibility_phb","p":274,"s":51,"h":1,"r":1,"n":"See Invisibility"},{"id":5793,"c":2,"u":"seeming_phb","p":274,"s":51,"h":1,"r":1,"n":"Seeming"},{"id":5794,"c":2,"u":"sending_phb","p":274,"s":51,"h":1,"r":1,"n":"Sending"},{"id":5795,"c":2,"u":"sequester_phb","p":274,"s":51,"h":1,"r":1,"n":"Sequester"},{"id":5796,"c":2,"u":"shapechange_phb","p":274,"s":51,"h":1,"r":1,"n":"Shapechange"},{"id":5797,"c":2,"u":"shatter_phb","p":275,"s":51,"h":1,"r":1,"n":"Shatter"},{"id":5798,"c":2,"u":"shield_phb","p":275,"s":51,"h":1,"r":1,"n":"Shield"},{"id":5799,"c":2,"u":"shield%20of%20faith_phb","p":275,"s":51,"h":1,"r":1,"n":"Shield of Faith"},{"id":5800,"c":2,"u":"shillelagh_phb","p":275,"s":51,"h":1,"r":1,"n":"Shillelagh"},{"id":5801,"c":2,"u":"shocking%20grasp_phb","p":275,"s":51,"h":1,"r":1,"n":"Shocking Grasp"},{"id":5802,"c":2,"u":"silence_phb","p":275,"s":51,"h":1,"r":1,"n":"Silence"},{"id":5803,"c":2,"u":"silent%20image_phb","p":276,"s":51,"h":1,"r":1,"n":"Silent Image"},{"id":5804,"c":2,"u":"simulacrum_phb","p":276,"s":51,"h":1,"r":1,"n":"Simulacrum"},{"id":5805,"c":2,"u":"sleep_phb","p":276,"s":51,"h":1,"r":1,"n":"Sleep"},{"id":5806,"c":2,"u":"sleet%20storm_phb","p":276,"s":51,"h":1,"r":1,"n":"Sleet Storm"},{"id":5807,"c":2,"u":"slow_phb","p":277,"s":51,"h":1,"r":1,"n":"Slow"},{"id":5808,"c":2,"u":"spare%20the%20dying_phb","p":277,"s":51,"h":1,"r":1,"n":"Spare the Dying"},{"id":5809,"c":2,"u":"speak%20with%20animals_phb","p":277,"s":51,"h":1,"r":1,"n":"Speak with Animals"},{"id":5810,"c":2,"u":"speak%20with%20dead_phb","p":277,"s":51,"h":1,"r":1,"n":"Speak with Dead"},{"id":5811,"c":2,"u":"speak%20with%20plants_phb","p":277,"s":51,"h":1,"r":1,"n":"Speak with Plants"},{"id":5812,"c":2,"u":"spider%20climb_phb","p":277,"s":51,"h":1,"r":1,"n":"Spider Climb"},{"id":5813,"c":2,"u":"spike%20growth_phb","p":277,"s":51,"h":1,"r":1,"n":"Spike Growth"},{"id":5814,"c":2,"u":"spirit%20guardians_phb","p":278,"s":51,"h":1,"r":1,"n":"Spirit Guardians"},{"id":5815,"c":2,"u":"spiritual%20weapon_phb","p":278,"s":51,"h":1,"r":1,"n":"Spiritual Weapon"},{"id":5816,"c":2,"u":"staggering%20smite_phb","p":278,"s":51,"h":1,"n":"Staggering Smite"},{"id":5817,"c":2,"u":"stinking%20cloud_phb","p":278,"s":51,"h":1,"r":1,"n":"Stinking Cloud"},{"id":5818,"c":2,"u":"stone%20shape_phb","p":278,"s":51,"h":1,"r":1,"n":"Stone Shape"},{"id":5819,"c":2,"u":"stoneskin_phb","p":278,"s":51,"h":1,"r":1,"n":"Stoneskin"},{"id":5820,"c":2,"u":"storm%20of%20vengeance_phb","p":279,"s":51,"h":1,"r":1,"n":"Storm of Vengeance"},{"id":5821,"c":2,"u":"suggestion_phb","p":279,"s":51,"h":1,"r":1,"n":"Suggestion"},{"id":5822,"c":2,"u":"sunbeam_phb","p":279,"s":51,"h":1,"r":1,"n":"Sunbeam"},{"id":5823,"c":2,"u":"sunburst_phb","p":279,"s":51,"h":1,"r":1,"n":"Sunburst"},{"id":5824,"c":2,"u":"swift%20quiver_phb","p":279,"s":51,"h":1,"n":"Swift Quiver"},{"id":5825,"c":2,"u":"symbol_phb","p":280,"s":51,"h":1,"r":1,"n":"Symbol"},{"id":5826,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":51,"h":1,"r":1,"n":"Tasha's Hideous Laughter"},{"id":5827,"c":2,"u":"tasha's%20hideous%20laughter_phb","p":280,"s":51,"h":1,"r":1,"n":"Hideous Laughter"},{"id":5828,"c":2,"u":"telekinesis_phb","p":280,"s":51,"h":1,"r":1,"n":"Telekinesis"},{"id":5829,"c":2,"u":"telepathy_phb","p":281,"s":51,"h":1,"n":"Telepathy"},{"id":5830,"c":2,"u":"teleport_phb","p":281,"s":51,"h":1,"r":1,"n":"Teleport"},{"id":5831,"c":2,"u":"teleportation%20circle_phb","p":282,"s":51,"h":1,"r":1,"n":"Teleportation Circle"},{"id":5832,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":51,"h":1,"r":1,"n":"Tenser's Floating Disk"},{"id":5833,"c":2,"u":"tenser's%20floating%20disk_phb","p":282,"s":51,"h":1,"r":1,"n":"Floating Disk"},{"id":5834,"c":2,"u":"thaumaturgy_phb","p":282,"s":51,"h":1,"r":1,"n":"Thaumaturgy"},{"id":5835,"c":2,"u":"thorn%20whip_phb","p":282,"s":51,"h":1,"n":"Thorn Whip"},{"id":5836,"c":2,"u":"thunderous%20smite_phb","p":282,"s":51,"h":1,"n":"Thunderous Smite"},{"id":5837,"c":2,"u":"thunderwave_phb","p":282,"s":51,"h":1,"r":1,"n":"Thunderwave"},{"id":5838,"c":2,"u":"time%20stop_phb","p":283,"s":51,"h":1,"r":1,"n":"Time Stop"},{"id":5839,"c":2,"u":"tongues_phb","p":283,"s":51,"h":1,"r":1,"n":"Tongues"},{"id":5840,"c":2,"u":"transport%20via%20plants_phb","p":283,"s":51,"h":1,"r":1,"n":"Transport via Plants"},{"id":5841,"c":2,"u":"tree%20stride_phb","p":283,"s":51,"h":1,"r":1,"n":"Tree Stride"},{"id":5842,"c":2,"u":"true%20polymorph_phb","p":283,"s":51,"h":1,"r":1,"n":"True Polymorph"},{"id":5843,"c":2,"u":"true%20resurrection_phb","p":284,"s":51,"h":1,"r":1,"n":"True Resurrection"},{"id":5844,"c":2,"u":"true%20seeing_phb","p":284,"s":51,"h":1,"r":1,"n":"True Seeing"},{"id":5845,"c":2,"u":"true%20strike_phb","p":284,"s":51,"h":1,"r":1,"n":"True Strike"},{"id":5846,"c":2,"u":"tsunami_phb","p":284,"s":51,"h":1,"n":"Tsunami"},{"id":5847,"c":2,"u":"unseen%20servant_phb","p":284,"s":51,"h":1,"r":1,"n":"Unseen Servant"},{"id":5848,"c":2,"u":"vampiric%20touch_phb","p":285,"s":51,"h":1,"r":1,"n":"Vampiric Touch"},{"id":5849,"c":2,"u":"vicious%20mockery_phb","p":285,"s":51,"h":1,"r":1,"n":"Vicious Mockery"},{"id":5850,"c":2,"u":"wall%20of%20fire_phb","p":285,"s":51,"h":1,"r":1,"n":"Wall of Fire"},{"id":5851,"c":2,"u":"wall%20of%20force_phb","p":285,"s":51,"h":1,"r":1,"n":"Wall of Force"},{"id":5852,"c":2,"u":"wall%20of%20ice_phb","p":285,"s":51,"h":1,"r":1,"n":"Wall of Ice"},{"id":5853,"c":2,"u":"wall%20of%20stone_phb","p":287,"s":51,"h":1,"r":1,"n":"Wall of Stone"},{"id":5854,"c":2,"u":"wall%20of%20thorns_phb","p":287,"s":51,"h":1,"r":1,"n":"Wall of Thorns"},{"id":5855,"c":2,"u":"warding%20bond_phb","p":287,"s":51,"h":1,"r":1,"n":"Warding Bond"},{"id":5856,"c":2,"u":"water%20breathing_phb","p":287,"s":51,"h":1,"r":1,"n":"Water Breathing"},{"id":5857,"c":2,"u":"water%20walk_phb","p":287,"s":51,"h":1,"r":1,"n":"Water Walk"},{"id":5858,"c":2,"u":"web_phb","p":287,"s":51,"h":1,"r":1,"n":"Web"},{"id":5859,"c":2,"u":"weird_phb","p":288,"s":51,"h":1,"r":1,"n":"Weird"},{"id":5860,"c":2,"u":"wind%20walk_phb","p":288,"s":51,"h":1,"r":1,"n":"Wind Walk"},{"id":5861,"c":2,"u":"wind%20wall_phb","p":288,"s":51,"h":1,"r":1,"n":"Wind Wall"},{"id":5862,"c":2,"u":"wish_phb","p":288,"s":51,"h":1,"r":1,"n":"Wish"},{"id":5863,"c":2,"u":"witch%20bolt_phb","p":289,"s":51,"h":1,"n":"Witch Bolt"},{"id":5864,"c":2,"u":"word%20of%20recall_phb","p":289,"s":51,"h":1,"r":1,"n":"Word of Recall"},{"id":5865,"c":2,"u":"wrathful%20smite_phb","p":289,"s":51,"h":1,"n":"Wrathful Smite"},{"id":5866,"c":2,"u":"zone%20of%20truth_phb","p":289,"s":51,"h":1,"r":1,"n":"Zone of Truth"},{"id":5867,"c":2,"u":"gate%20seal_sato","p":12,"s":103,"h":1,"n":"Gate Seal"},{"id":5868,"c":2,"u":"warp%20sense_sato","p":12,"s":103,"h":1,"n":"Warp Sense"},{"id":5869,"c":2,"u":"borrowed%20knowledge_scc","p":37,"s":56,"h":1,"n":"Borrowed Knowledge"},{"id":5870,"c":2,"u":"kinetic%20jaunt_scc","p":37,"s":56,"h":1,"n":"Kinetic Jaunt"},{"id":5871,"c":2,"u":"silvery%20barbs_scc","p":38,"s":56,"h":1,"n":"Silvery Barbs"},{"id":5872,"c":2,"u":"vortex%20warp_scc","p":38,"s":56,"h":1,"n":"Vortex Warp"},{"id":5873,"c":2,"u":"wither%20and%20bloom_scc","p":38,"s":56,"h":1,"n":"Wither and Bloom"},{"id":5874,"c":2,"u":"freedom%20of%20the%20waves_tdcsr","p":176,"s":60,"h":1,"dP":1,"n":"Freedom of the Waves"},{"id":5875,"c":2,"u":"freedom%20of%20the%20winds_tdcsr","p":176,"s":60,"h":1,"dP":1,"n":"Freedom of the Winds"},{"id":5876,"c":2,"u":"linked%20glyphs_aitfr-avt","p":9,"s":104,"h":1,"n":"Linked Glyphs"},{"id":5877,"c":2,"u":"flock%20of%20familiars_llk","p":57,"s":80,"h":1,"n":"Flock of Familiars"},{"id":5878,"c":2,"u":"galder's%20speedy%20courier_llk","p":57,"s":80,"h":1,"n":"Galder's Speedy Courier"},{"id":5879,"c":2,"u":"galder's%20tower_llk","p":57,"s":80,"h":1,"n":"Galder's Tower"},{"id":5880,"c":5,"u":"artificer_tce","p":9,"s":4,"h":1,"n":"Artificer"},{"id":5881,"c":5,"u":"barbarian_phb","p":46,"s":51,"h":1,"r":1,"n":"Barbarian"},{"id":5882,"c":5,"u":"barbarian_xphb","p":50,"s":8,"h":1,"n":"Barbarian"},{"id":5883,"c":5,"u":"bard_phb","p":51,"s":51,"h":1,"r":1,"n":"Bard"},{"id":5884,"c":5,"u":"bard_xphb","p":58,"s":8,"h":1,"n":"Bard"},{"id":5885,"c":5,"u":"cleric_phb","p":56,"s":51,"h":1,"r":1,"n":"Cleric"},{"id":5886,"c":5,"u":"cleric_xphb","p":68,"s":8,"h":1,"n":"Cleric"},{"id":5887,"c":5,"u":"druid_phb","p":64,"s":51,"h":1,"r":1,"n":"Druid"},{"id":5888,"c":5,"u":"druid_xphb","p":78,"s":8,"h":1,"n":"Druid"},{"id":5889,"c":5,"u":"fighter_phb","p":70,"s":51,"h":1,"r":1,"n":"Fighter"},{"id":5890,"c":5,"u":"fighter_xphb","p":90,"s":8,"h":1,"n":"Fighter"},{"id":5891,"c":5,"u":"monk_phb","p":76,"s":51,"h":1,"r":1,"n":"Monk"},{"id":5892,"c":5,"u":"monk_xphb","p":100,"s":8,"h":1,"n":"Monk"},{"id":5893,"c":5,"u":"mystic_uathemysticclass","p":1,"s":105,"h":1,"n":"Mystic"},{"id":5894,"c":5,"u":"paladin_phb","p":82,"s":51,"h":1,"r":1,"n":"Paladin"},{"id":5895,"c":5,"u":"paladin_xphb","p":108,"s":8,"h":1,"n":"Paladin"},{"id":5896,"c":5,"u":"ranger_phb","p":89,"s":51,"h":1,"r":1,"n":"Ranger"},{"id":5897,"c":5,"u":"ranger_xphb","p":118,"s":8,"h":1,"n":"Ranger"},{"id":5898,"c":5,"u":"rogue_phb","p":94,"s":51,"h":1,"r":1,"n":"Rogue"},{"id":5899,"c":5,"u":"rogue_xphb","p":128,"s":8,"h":1,"n":"Rogue"},{"id":5900,"c":5,"u":"expert%20sidekick_tce","p":142,"s":4,"h":1,"n":"Expert Sidekick"},{"id":5901,"c":5,"u":"spellcaster%20sidekick_tce","p":144,"s":4,"h":1,"n":"Spellcaster Sidekick"},{"id":5902,"c":5,"u":"warrior%20sidekick_tce","p":146,"s":4,"h":1,"n":"Warrior Sidekick"},{"id":5903,"c":5,"u":"sorcerer_phb","p":99,"s":51,"h":1,"r":1,"n":"Sorcerer"},{"id":5904,"c":5,"u":"sorcerer_xphb","p":138,"s":8,"h":1,"n":"Sorcerer"},{"id":5905,"c":5,"u":"warlock_phb","p":105,"s":51,"h":1,"r":1,"n":"Warlock"},{"id":5906,"c":5,"u":"warlock_xphb","p":152,"s":8,"h":1,"n":"Warlock"},{"id":5907,"c":5,"u":"wizard_phb","p":112,"s":51,"h":1,"r":1,"n":"Wizard"},{"id":5908,"c":5,"u":"wizard_xphb","p":164,"s":8,"h":1,"n":"Wizard"},{"id":5910,"c":40,"u":"artificer_tce,state:sub-alchemist-tce=b1","p":14,"s":4,"h":1,"b":"Alchemist","n":"Alchemist (Artificer)"},{"id":5912,"c":40,"u":"artificer_tce,state:sub-armorer-tce=b1","p":15,"s":4,"h":1,"b":"Armorer","n":"Armorer (Artificer)"},{"id":5914,"c":40,"u":"artificer_tce,state:sub-artillerist-tce=b1","p":17,"s":4,"h":1,"b":"Artillerist","n":"Artillerist (Artificer)"},{"id":5916,"c":40,"u":"artificer_tce,state:sub-battle-smith-tce=b1","p":18,"s":4,"h":1,"b":"Battle Smith","n":"Battle Smith (Artificer)"},{"id":5918,"c":40,"u":"barbarian_phb,state:sub-berserker-phb=b1","p":49,"s":51,"h":1,"r":1,"b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5920,"c":40,"u":"barbarian_xphb,state:sub-berserker-phb=b1","s":51,"h":1,"b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5922,"c":40,"u":"barbarian_phb,state:sub-totem-warrior-phb=b1","p":50,"s":51,"h":1,"b":"Path of the Totem Warrior","n":"Path of the Totem Warrior (Barbarian)"},{"id":5924,"c":40,"u":"barbarian_xphb,state:sub-totem-warrior-phb=b1","s":51,"h":1,"b":"Path of the Totem Warrior","n":"Path of the Totem Warrior (Barbarian)"},{"id":5926,"c":40,"u":"barbarian_phb,state:sub-battlerager-scag=b1","p":121,"s":106,"h":1,"b":"Path of the Battlerager","n":"Path of the Battlerager (Barbarian)"},{"id":5928,"c":40,"u":"barbarian_xphb,state:sub-battlerager-scag=b1","s":106,"h":1,"b":"Path of the Battlerager","n":"Path of the Battlerager (Barbarian)"},{"id":5930,"c":40,"u":"barbarian_phb,state:sub-ancestral-guardian-xge=b1","p":9,"s":6,"h":1,"b":"Path of the Ancestral Guardian","n":"Path of the Ancestral Guardian (Barbarian)"},{"id":5932,"c":40,"u":"barbarian_xphb,state:sub-ancestral-guardian-xge=b1","s":6,"h":1,"b":"Path of the Ancestral Guardian","n":"Path of the Ancestral Guardian (Barbarian)"},{"id":5934,"c":40,"u":"barbarian_phb,state:sub-storm-herald-xge=b1","p":10,"s":6,"h":1,"b":"Path of the Storm Herald","n":"Path of the Storm Herald (Barbarian)"},{"id":5936,"c":40,"u":"barbarian_xphb,state:sub-storm-herald-xge=b1","s":6,"h":1,"b":"Path of the Storm Herald","n":"Path of the Storm Herald (Barbarian)"},{"id":5938,"c":40,"u":"barbarian_phb,state:sub-zealot-xge=b1","p":11,"s":6,"h":1,"b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5940,"c":40,"u":"barbarian_xphb,state:sub-zealot-xge=b1","s":6,"h":1,"b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5942,"c":40,"u":"barbarian_phb,state:sub-beast-tce=b1","p":24,"s":4,"h":1,"b":"Path of the Beast","n":"Path of the Beast (Barbarian)"},{"id":5944,"c":40,"u":"barbarian_xphb,state:sub-beast-tce=b1","s":4,"h":1,"b":"Path of the Beast","n":"Path of the Beast (Barbarian)"},{"id":5946,"c":40,"u":"barbarian_phb,state:sub-wild-magic-tce=b1","p":25,"s":4,"h":1,"b":"Path of Wild Magic","n":"Path of Wild Magic (Barbarian)"},{"id":5948,"c":40,"u":"barbarian_xphb,state:sub-wild-magic-tce=b1","s":4,"h":1,"b":"Path of Wild Magic","n":"Path of Wild Magic (Barbarian)"},{"id":5950,"c":40,"u":"barbarian_phb,state:sub-juggernaut-tdcsr=b1","p":165,"s":60,"h":1,"dP":1,"b":"Path of the Juggernaut","n":"Path of the Juggernaut (Barbarian)"},{"id":5952,"c":40,"u":"barbarian_xphb,state:sub-juggernaut-tdcsr=b1","s":60,"h":1,"dP":1,"b":"Path of the Juggernaut","n":"Path of the Juggernaut (Barbarian)"},{"id":5954,"c":40,"u":"barbarian_phb,state:sub-giant-bgg=b1","p":11,"s":0,"h":1,"b":"Path of the Giant","n":"Path of the Giant (Barbarian)"},{"id":5956,"c":40,"u":"barbarian_xphb,state:sub-giant-bgg=b1","s":0,"h":1,"b":"Path of the Giant","n":"Path of the Giant (Barbarian)"},{"id":5958,"c":40,"u":"barbarian_xphb,state:sub-berserker-xphb=b1","p":54,"s":8,"h":1,"b":"Path of the Berserker","n":"Path of the Berserker (Barbarian)"},{"id":5960,"c":40,"u":"barbarian_xphb,state:sub-wild-heart-xphb=b1","p":55,"s":8,"h":1,"b":"Path of the Wild Heart","n":"Path of the Wild Heart (Barbarian)"},{"id":5962,"c":40,"u":"barbarian_xphb,state:sub-world-tree-xphb=b1","p":56,"s":8,"h":1,"b":"Path of the World Tree","n":"Path of the World Tree (Barbarian)"},{"id":5964,"c":40,"u":"barbarian_xphb,state:sub-zealot-xphb=b1","p":57,"s":8,"h":1,"b":"Path of the Zealot","n":"Path of the Zealot (Barbarian)"},{"id":5966,"c":40,"u":"bard_phb,state:sub-lore-phb=b1","p":54,"s":51,"h":1,"r":1,"b":"College of Lore","n":"College of Lore (Bard)"},{"id":5968,"c":40,"u":"bard_xphb,state:sub-lore-phb=b1","s":51,"h":1,"b":"College of Lore","n":"College of Lore (Bard)"},{"id":5970,"c":40,"u":"bard_phb,state:sub-valor-phb=b1","p":55,"s":51,"h":1,"b":"College of Valor","n":"College of Valor (Bard)"},{"id":5972,"c":40,"u":"bard_xphb,state:sub-valor-phb=b1","s":51,"h":1,"b":"College of Valor","n":"College of Valor (Bard)"},{"id":5974,"c":40,"u":"bard_phb,state:sub-glamour-xge=b1","p":14,"s":6,"h":1,"b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":5976,"c":40,"u":"bard_xphb,state:sub-glamour-xge=b1","s":6,"h":1,"b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":5978,"c":40,"u":"bard_phb,state:sub-swords-xge=b1","p":15,"s":6,"h":1,"b":"College of Swords","n":"College of Swords (Bard)"},{"id":5980,"c":40,"u":"bard_xphb,state:sub-swords-xge=b1","s":6,"h":1,"b":"College of Swords","n":"College of Swords (Bard)"},{"id":5982,"c":40,"u":"bard_phb,state:sub-whispers-xge=b1","p":16,"s":6,"h":1,"b":"College of Whispers","n":"College of Whispers (Bard)"},{"id":5984,"c":40,"u":"bard_xphb,state:sub-whispers-xge=b1","s":6,"h":1,"b":"College of Whispers","n":"College of Whispers (Bard)"},{"id":5986,"c":40,"u":"bard_phb,state:sub-creation-tce=b1","p":28,"s":4,"h":1,"b":"College of Creation","n":"College of Creation (Bard)"},{"id":5988,"c":40,"u":"bard_xphb,state:sub-creation-tce=b1","s":4,"h":1,"b":"College of Creation","n":"College of Creation (Bard)"},{"id":5990,"c":40,"u":"bard_phb,state:sub-eloquence-tce=b1","p":29,"s":4,"h":1,"b":"College of Eloquence","n":"College of Eloquence (Bard)"},{"id":5992,"c":40,"u":"bard_xphb,state:sub-eloquence-tce=b1","s":4,"h":1,"b":"College of Eloquence","n":"College of Eloquence (Bard)"},{"id":5994,"c":40,"u":"bard_phb,state:sub-spirits-vrgr=b1","p":28,"s":67,"h":1,"b":"College of Spirits","n":"College of Spirits (Bard)"},{"id":5996,"c":40,"u":"bard_xphb,state:sub-spirits-vrgr=b1","s":67,"h":1,"b":"College of Spirits","n":"College of Spirits (Bard)"},{"id":5998,"c":40,"u":"bard_phb,state:sub-tragedy-tdcsr=b1","p":167,"s":60,"h":1,"dP":1,"b":"College of Tragedy","n":"College of Tragedy (Bard)"},{"id":6000,"c":40,"u":"bard_xphb,state:sub-tragedy-tdcsr=b1","s":60,"h":1,"dP":1,"b":"College of Tragedy","n":"College of Tragedy (Bard)"},{"id":6002,"c":40,"u":"bard_xphb,state:sub-dance-xphb=b1","p":64,"s":8,"h":1,"b":"College of Dance","n":"College of Dance (Bard)"},{"id":6004,"c":40,"u":"bard_xphb,state:sub-glamour-xphb=b1","p":65,"s":8,"h":1,"b":"College of Glamour","n":"College of Glamour (Bard)"},{"id":6006,"c":40,"u":"bard_xphb,state:sub-lore-xphb=b1","p":66,"s":8,"h":1,"b":"College of Lore","n":"College of Lore (Bard)"},{"id":6008,"c":40,"u":"bard_xphb,state:sub-valor-xphb=b1","p":67,"s":8,"h":1,"b":"College of Valor","n":"College of Valor (Bard)"},{"id":6010,"c":40,"u":"cleric_phb,state:sub-knowledge-phb=b1","p":59,"s":51,"h":1,"b":"Knowledge Domain","n":"Knowledge Domain (Cleric)"},{"id":6012,"c":40,"u":"cleric_xphb,state:sub-knowledge-phb=b1","s":51,"h":1,"b":"Knowledge Domain","n":"Knowledge Domain (Cleric)"},{"id":6014,"c":40,"u":"cleric_phb,state:sub-life-phb=b1","p":60,"s":51,"h":1,"r":1,"b":"Life Domain","n":"Life Domain (Cleric)"},{"id":6016,"c":40,"u":"cleric_xphb,state:sub-life-phb=b1","s":51,"h":1,"b":"Life Domain","n":"Life Domain (Cleric)"},{"id":6018,"c":40,"u":"cleric_phb,state:sub-light-phb=b1","p":60,"s":51,"h":1,"b":"Light Domain","n":"Light Domain (Cleric)"},{"id":6020,"c":40,"u":"cleric_xphb,state:sub-light-phb=b1","s":51,"h":1,"b":"Light Domain","n":"Light Domain (Cleric)"},{"id":6022,"c":40,"u":"cleric_phb,state:sub-nature-phb=b1","p":61,"s":51,"h":1,"b":"Nature Domain","n":"Nature Domain (Cleric)"},{"id":6024,"c":40,"u":"cleric_xphb,state:sub-nature-phb=b1","s":51,"h":1,"b":"Nature Domain","n":"Nature Domain (Cleric)"},{"id":6026,"c":40,"u":"cleric_phb,state:sub-tempest-phb=b1","p":62,"s":51,"h":1,"b":"Tempest Domain","n":"Tempest Domain (Cleric)"},{"id":6028,"c":40,"u":"cleric_xphb,state:sub-tempest-phb=b1","s":51,"h":1,"b":"Tempest Domain","n":"Tempest Domain (Cleric)"},{"id":6030,"c":40,"u":"cleric_phb,state:sub-trickery-phb=b1","p":62,"s":51,"h":1,"b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":6032,"c":40,"u":"cleric_xphb,state:sub-trickery-phb=b1","s":51,"h":1,"b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":6034,"c":40,"u":"cleric_phb,state:sub-war-phb=b1","p":63,"s":51,"h":1,"b":"War Domain","n":"War Domain (Cleric)"},{"id":6036,"c":40,"u":"cleric_xphb,state:sub-war-phb=b1","s":51,"h":1,"b":"War Domain","n":"War Domain (Cleric)"},{"id":6038,"c":40,"u":"cleric_phb,state:sub-death-dmg=b1","p":96,"s":24,"h":1,"b":"Death Domain","n":"Death Domain (Cleric)"},{"id":6040,"c":40,"u":"cleric_xphb,state:sub-death-dmg=b1","s":24,"h":1,"b":"Death Domain","n":"Death Domain (Cleric)"},{"id":6042,"c":40,"u":"cleric_phb,state:sub-arcana-scag=b1","p":125,"s":106,"h":1,"b":"Arcana Domain","n":"Arcana Domain (Cleric)"},{"id":6044,"c":40,"u":"cleric_xphb,state:sub-arcana-scag=b1","s":106,"h":1,"b":"Arcana Domain","n":"Arcana Domain (Cleric)"},{"id":6046,"c":40,"u":"cleric_phb,state:sub-ambition-psa-psa=b1","p":27,"s":94,"h":1,"b":"Ambition Domain (PSA)","n":"Ambition Domain (PSA) (Cleric)"},{"id":6048,"c":40,"u":"cleric_xphb,state:sub-ambition-psa-psa=b1","s":94,"h":1,"b":"Ambition Domain (PSA)","n":"Ambition Domain (PSA) (Cleric)"},{"id":6050,"c":40,"u":"cleric_phb,state:sub-knowledge-psa-psa=b1","p":25,"s":94,"h":1,"b":"Knowledge Domain (PSA)","n":"Knowledge Domain (PSA) (Cleric)"},{"id":6052,"c":40,"u":"cleric_xphb,state:sub-knowledge-psa-psa=b1","s":94,"h":1,"b":"Knowledge Domain (PSA)","n":"Knowledge Domain (PSA) (Cleric)"},{"id":6054,"c":40,"u":"cleric_phb,state:sub-solidarity-psa-psa=b1","p":24,"s":94,"h":1,"b":"Solidarity Domain (PSA)","n":"Solidarity Domain (PSA) (Cleric)"},{"id":6056,"c":40,"u":"cleric_xphb,state:sub-solidarity-psa-psa=b1","s":94,"h":1,"b":"Solidarity Domain (PSA)","n":"Solidarity Domain (PSA) (Cleric)"},{"id":6058,"c":40,"u":"cleric_phb,state:sub-strength-psa-psa=b1","p":26,"s":94,"h":1,"b":"Strength Domain (PSA)","n":"Strength Domain (PSA) (Cleric)"},{"id":6060,"c":40,"u":"cleric_xphb,state:sub-strength-psa-psa=b1","s":94,"h":1,"b":"Strength Domain (PSA)","n":"Strength Domain (PSA) (Cleric)"},{"id":6062,"c":40,"u":"cleric_phb,state:sub-zeal-psa-psa=b1","p":28,"s":94,"h":1,"b":"Zeal Domain (PSA)","n":"Zeal Domain (PSA) (Cleric)"},{"id":6064,"c":40,"u":"cleric_xphb,state:sub-zeal-psa-psa=b1","s":94,"h":1,"b":"Zeal Domain (PSA)","n":"Zeal Domain (PSA) (Cleric)"},{"id":6066,"c":40,"u":"cleric_phb,state:sub-forge-xge=b1","p":18,"s":6,"h":1,"b":"Forge Domain","n":"Forge Domain (Cleric)"},{"id":6068,"c":40,"u":"cleric_xphb,state:sub-forge-xge=b1","s":6,"h":1,"b":"Forge Domain","n":"Forge Domain (Cleric)"},{"id":6070,"c":40,"u":"cleric_phb,state:sub-grave-xge=b1","p":19,"s":6,"h":1,"b":"Grave Domain","n":"Grave Domain (Cleric)"},{"id":6072,"c":40,"u":"cleric_xphb,state:sub-grave-xge=b1","s":6,"h":1,"b":"Grave Domain","n":"Grave Domain (Cleric)"},{"id":6074,"c":40,"u":"cleric_phb,state:sub-order-tce=b1","p":31,"s":4,"h":1,"b":"Order Domain","n":"Order Domain (Cleric)"},{"id":6076,"c":40,"u":"cleric_xphb,state:sub-order-tce=b1","s":4,"h":1,"b":"Order Domain","n":"Order Domain (Cleric)"},{"id":6078,"c":40,"u":"cleric_phb,state:sub-peace-tce=b1","p":32,"s":4,"h":1,"b":"Peace Domain","n":"Peace Domain (Cleric)"},{"id":6080,"c":40,"u":"cleric_xphb,state:sub-peace-tce=b1","s":4,"h":1,"b":"Peace Domain","n":"Peace Domain (Cleric)"},{"id":6082,"c":40,"u":"cleric_phb,state:sub-twilight-tce=b1","p":34,"s":4,"h":1,"b":"Twilight Domain","n":"Twilight Domain (Cleric)"},{"id":6084,"c":40,"u":"cleric_xphb,state:sub-twilight-tce=b1","s":4,"h":1,"b":"Twilight Domain","n":"Twilight Domain (Cleric)"},{"id":6086,"c":40,"u":"cleric_phb,state:sub-blood-tdcsr=b1","p":168,"s":60,"h":1,"dP":1,"b":"Blood Domain","n":"Blood Domain (Cleric)"},{"id":6088,"c":40,"u":"cleric_xphb,state:sub-blood-tdcsr=b1","s":60,"h":1,"dP":1,"b":"Blood Domain","n":"Blood Domain (Cleric)"},{"id":6090,"c":40,"u":"cleric_phb,state:sub-moon-tdcsr=b1","p":169,"s":60,"h":1,"dP":1,"b":"Moon Domain","n":"Moon Domain (Cleric)"},{"id":6092,"c":40,"u":"cleric_xphb,state:sub-moon-tdcsr=b1","s":60,"h":1,"dP":1,"b":"Moon Domain","n":"Moon Domain (Cleric)"},{"id":6094,"c":40,"u":"cleric_xphb,state:sub-life-xphb=b1","p":73,"s":8,"h":1,"b":"Life Domain","n":"Life Domain (Cleric)"},{"id":6096,"c":40,"u":"cleric_xphb,state:sub-light-xphb=b1","p":74,"s":8,"h":1,"b":"Light Domain","n":"Light Domain (Cleric)"},{"id":6098,"c":40,"u":"cleric_xphb,state:sub-trickery-xphb=b1","p":75,"s":8,"h":1,"b":"Trickery Domain","n":"Trickery Domain (Cleric)"},{"id":6100,"c":40,"u":"cleric_xphb,state:sub-war-xphb=b1","p":76,"s":8,"h":1,"b":"War Domain","n":"War Domain (Cleric)"},{"id":6102,"c":40,"u":"druid_phb,state:sub-land-phb=b1","p":68,"s":51,"h":1,"r":1,"b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":6104,"c":40,"u":"druid_xphb,state:sub-land-phb=b1","s":51,"h":1,"b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":6106,"c":40,"u":"druid_phb,state:sub-moon-phb=b1","p":69,"s":51,"h":1,"b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":6108,"c":40,"u":"druid_xphb,state:sub-moon-phb=b1","s":51,"h":1,"b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":6110,"c":40,"u":"druid_phb,state:sub-dreams-xge=b1","p":22,"s":6,"h":1,"b":"Circle of Dreams","n":"Circle of Dreams (Druid)"},{"id":6112,"c":40,"u":"druid_xphb,state:sub-dreams-xge=b1","s":6,"h":1,"b":"Circle of Dreams","n":"Circle of Dreams (Druid)"},{"id":6114,"c":40,"u":"druid_phb,state:sub-shepherd-xge=b1","p":23,"s":6,"h":1,"b":"Circle of the Shepherd","n":"Circle of the Shepherd (Druid)"},{"id":6116,"c":40,"u":"druid_xphb,state:sub-shepherd-xge=b1","s":6,"h":1,"b":"Circle of the Shepherd","n":"Circle of the Shepherd (Druid)"},{"id":6118,"c":40,"u":"druid_phb,state:sub-spores-tce=b1","p":36,"s":4,"h":1,"b":"Circle of Spores","n":"Circle of Spores (Druid)"},{"id":6120,"c":40,"u":"druid_xphb,state:sub-spores-tce=b1","s":4,"h":1,"b":"Circle of Spores","n":"Circle of Spores (Druid)"},{"id":6122,"c":40,"u":"druid_phb,state:sub-stars-tce=b1","p":38,"s":4,"h":1,"b":"Circle of Stars","n":"Circle of Stars (Druid)"},{"id":6124,"c":40,"u":"druid_xphb,state:sub-stars-tce=b1","s":4,"h":1,"b":"Circle of Stars","n":"Circle of Stars (Druid)"},{"id":6126,"c":40,"u":"druid_phb,state:sub-wildfire-tce=b1","p":39,"s":4,"h":1,"b":"Circle of Wildfire","n":"Circle of Wildfire (Druid)"},{"id":6128,"c":40,"u":"druid_xphb,state:sub-wildfire-tce=b1","s":4,"h":1,"b":"Circle of Wildfire","n":"Circle of Wildfire (Druid)"},{"id":6130,"c":40,"u":"druid_phb,state:sub-blighted-tdcsr=b1","p":171,"s":60,"h":1,"dP":1,"b":"Circle of the Blighted","n":"Circle of the Blighted (Druid)"},{"id":6132,"c":40,"u":"druid_xphb,state:sub-blighted-tdcsr=b1","s":60,"h":1,"dP":1,"b":"Circle of the Blighted","n":"Circle of the Blighted (Druid)"},{"id":6134,"c":40,"u":"druid_xphb,state:sub-land-xphb=b1","p":84,"s":8,"h":1,"b":"Circle of the Land","n":"Circle of the Land (Druid)"},{"id":6136,"c":40,"u":"druid_xphb,state:sub-moon-xphb=b1","p":86,"s":8,"h":1,"b":"Circle of the Moon","n":"Circle of the Moon (Druid)"},{"id":6138,"c":40,"u":"druid_xphb,state:sub-sea-xphb=b1","p":87,"s":8,"h":1,"b":"Circle of the Sea","n":"Circle of the Sea (Druid)"},{"id":6140,"c":40,"u":"druid_xphb,state:sub-stars-xphb=b1","p":88,"s":8,"h":1,"b":"Circle of the Stars","n":"Circle of the Stars (Druid)"},{"id":6142,"c":40,"u":"fighter_phb,state:sub-battle-master-phb=b1","p":73,"s":51,"h":1,"b":"Battle Master","n":"Battle Master (Fighter)"},{"id":6144,"c":40,"u":"fighter_xphb,state:sub-battle-master-phb=b1","s":51,"h":1,"b":"Battle Master","n":"Battle Master (Fighter)"},{"id":6146,"c":40,"u":"fighter_phb,state:sub-champion-phb=b1","p":72,"s":51,"h":1,"r":1,"b":"Champion","n":"Champion (Fighter)"},{"id":6148,"c":40,"u":"fighter_xphb,state:sub-champion-phb=b1","s":51,"h":1,"b":"Champion","n":"Champion (Fighter)"},{"id":6150,"c":40,"u":"fighter_phb,state:sub-eldritch-knight-phb=b1","p":74,"s":51,"h":1,"b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":6152,"c":40,"u":"fighter_xphb,state:sub-eldritch-knight-phb=b1","s":51,"h":1,"b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":6154,"c":40,"u":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1","p":128,"s":106,"h":1,"b":"Purple Dragon Knight (Banneret)","n":"Purple Dragon Knight (Banneret) (Fighter)"},{"id":6156,"c":40,"u":"fighter_xphb,state:sub-purple-dragon-knight-banneret-scag=b1","s":106,"h":1,"b":"Purple Dragon Knight (Banneret)","n":"Purple Dragon Knight (Banneret) (Fighter)"},{"id":6158,"c":40,"u":"fighter_phb,state:sub-arcane-archer-xge=b1","p":28,"s":6,"h":1,"b":"Arcane Archer","n":"Arcane Archer (Fighter)"},{"id":6160,"c":40,"u":"fighter_xphb,state:sub-arcane-archer-xge=b1","s":6,"h":1,"b":"Arcane Archer","n":"Arcane Archer (Fighter)"},{"id":6162,"c":40,"u":"fighter_phb,state:sub-cavalier-xge=b1","p":30,"s":6,"h":1,"b":"Cavalier","n":"Cavalier (Fighter)"},{"id":6164,"c":40,"u":"fighter_xphb,state:sub-cavalier-xge=b1","s":6,"h":1,"b":"Cavalier","n":"Cavalier (Fighter)"},{"id":6166,"c":40,"u":"fighter_phb,state:sub-samurai-xge=b1","p":31,"s":6,"h":1,"b":"Samurai","n":"Samurai (Fighter)"},{"id":6168,"c":40,"u":"fighter_xphb,state:sub-samurai-xge=b1","s":6,"h":1,"b":"Samurai","n":"Samurai (Fighter)"},{"id":6170,"c":40,"u":"fighter_phb,state:sub-echo-knight-egw=b1","p":183,"s":28,"h":1,"dP":1,"b":"Echo Knight","n":"Echo Knight (Fighter)"},{"id":6172,"c":40,"u":"fighter_xphb,state:sub-echo-knight-egw=b1","s":28,"h":1,"dP":1,"b":"Echo Knight","n":"Echo Knight (Fighter)"},{"id":6174,"c":40,"u":"fighter_phb,state:sub-psi-warrior-tce=b1","p":42,"s":4,"h":1,"b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":6176,"c":40,"u":"fighter_xphb,state:sub-psi-warrior-tce=b1","s":4,"h":1,"b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":6178,"c":40,"u":"fighter_phb,state:sub-rune-knight-tce=b1","p":44,"s":4,"h":1,"b":"Rune Knight","n":"Rune Knight (Fighter)"},{"id":6180,"c":40,"u":"fighter_xphb,state:sub-rune-knight-tce=b1","s":4,"h":1,"b":"Rune Knight","n":"Rune Knight (Fighter)"},{"id":6182,"c":40,"u":"fighter_xphb,state:sub-battle-master-xphb=b1","p":93,"s":8,"h":1,"b":"Battle Master","n":"Battle Master (Fighter)"},{"id":6184,"c":40,"u":"fighter_xphb,state:sub-champion-xphb=b1","p":96,"s":8,"h":1,"b":"Champion","n":"Champion (Fighter)"},{"id":6186,"c":40,"u":"fighter_xphb,state:sub-eldritch-knight-xphb=b1","p":96,"s":8,"h":1,"b":"Eldritch Knight","n":"Eldritch Knight (Fighter)"},{"id":6188,"c":40,"u":"fighter_xphb,state:sub-psi-warrior-xphb=b1","p":98,"s":8,"h":1,"b":"Psi Warrior","n":"Psi Warrior (Fighter)"},{"id":6190,"c":40,"u":"monk_phb,state:sub-shadow-phb=b1","p":80,"s":51,"h":1,"b":"Way of Shadow","n":"Way of Shadow (Monk)"},{"id":6192,"c":40,"u":"monk_xphb,state:sub-shadow-phb=b1","s":51,"h":1,"b":"Way of Shadow","n":"Way of Shadow (Monk)"},{"id":6194,"c":40,"u":"monk_phb,state:sub-four-elements-phb=b1","p":80,"s":51,"h":1,"b":"Way of the Four Elements","n":"Way of the Four Elements (Monk)"},{"id":6196,"c":40,"u":"monk_xphb,state:sub-four-elements-phb=b1","s":51,"h":1,"b":"Way of the Four Elements","n":"Way of the Four Elements (Monk)"},{"id":6198,"c":40,"u":"monk_phb,state:sub-open-hand-phb=b1","p":79,"s":51,"h":1,"r":1,"b":"Way of the Open Hand","n":"Way of the Open Hand (Monk)"},{"id":6200,"c":40,"u":"monk_xphb,state:sub-open-hand-phb=b1","s":51,"h":1,"b":"Way of the Open Hand","n":"Way of the Open Hand (Monk)"},{"id":6202,"c":40,"u":"monk_phb,state:sub-long-death-scag=b1","p":130,"s":106,"h":1,"b":"Way of the Long Death","n":"Way of the Long Death (Monk)"},{"id":6204,"c":40,"u":"monk_xphb,state:sub-long-death-scag=b1","s":106,"h":1,"b":"Way of the Long Death","n":"Way of the Long Death (Monk)"},{"id":6206,"c":40,"u":"monk_phb,state:sub-drunken-master-xge=b1","p":33,"s":6,"h":1,"b":"Way of the Drunken Master","n":"Way of the Drunken Master (Monk)"},{"id":6208,"c":40,"u":"monk_xphb,state:sub-drunken-master-xge=b1","s":6,"h":1,"b":"Way of the Drunken Master","n":"Way of the Drunken Master (Monk)"},{"id":6210,"c":40,"u":"monk_phb,state:sub-kensei-xge=b1","p":34,"s":6,"h":1,"b":"Way of the Kensei","n":"Way of the Kensei (Monk)"},{"id":6212,"c":40,"u":"monk_xphb,state:sub-kensei-xge=b1","s":6,"h":1,"b":"Way of the Kensei","n":"Way of the Kensei (Monk)"},{"id":6214,"c":40,"u":"monk_phb,state:sub-sun-soul-xge=b1","p":35,"s":6,"h":1,"b":"Way of the Sun Soul","n":"Way of the Sun Soul (Monk)"},{"id":6216,"c":40,"u":"monk_xphb,state:sub-sun-soul-xge=b1","s":6,"h":1,"b":"Way of the Sun Soul","n":"Way of the Sun Soul (Monk)"},{"id":6218,"c":40,"u":"monk_phb,state:sub-mercy-tce=b1","p":49,"s":4,"h":1,"b":"Way of Mercy","n":"Way of Mercy (Monk)"},{"id":6220,"c":40,"u":"monk_xphb,state:sub-mercy-tce=b1","s":4,"h":1,"b":"Way of Mercy","n":"Way of Mercy (Monk)"},{"id":6222,"c":40,"u":"monk_phb,state:sub-astral-self-tce=b1","p":50,"s":4,"h":1,"b":"Way of the Astral Self","n":"Way of the Astral Self (Monk)"},{"id":6224,"c":40,"u":"monk_xphb,state:sub-astral-self-tce=b1","s":4,"h":1,"b":"Way of the Astral Self","n":"Way of the Astral Self (Monk)"},{"id":6226,"c":40,"u":"monk_phb,state:sub-ascendant-dragon-ftd=b1","p":13,"s":2,"h":1,"b":"Way of the Ascendant Dragon","n":"Way of the Ascendant Dragon (Monk)"},{"id":6228,"c":40,"u":"monk_xphb,state:sub-ascendant-dragon-ftd=b1","s":2,"h":1,"b":"Way of the Ascendant Dragon","n":"Way of the Ascendant Dragon (Monk)"},{"id":6230,"c":40,"u":"monk_phb,state:sub-cobalt-soul-tdcsr=b1","p":173,"s":60,"h":1,"dP":1,"b":"Way of the Cobalt Soul","n":"Way of the Cobalt Soul (Monk)"},{"id":6232,"c":40,"u":"monk_xphb,state:sub-cobalt-soul-tdcsr=b1","s":60,"h":1,"dP":1,"b":"Way of the Cobalt Soul","n":"Way of the Cobalt Soul (Monk)"},{"id":6234,"c":40,"u":"monk_xphb,state:sub-mercy-xphb=b1","p":104,"s":8,"h":1,"b":"Warrior of Mercy","n":"Warrior of Mercy (Monk)"},{"id":6236,"c":40,"u":"monk_xphb,state:sub-shadow-xphb=b1","p":105,"s":8,"h":1,"b":"Warrior of Shadow","n":"Warrior of Shadow (Monk)"},{"id":6238,"c":40,"u":"monk_xphb,state:sub-elements-xphb=b1","p":106,"s":8,"h":1,"b":"Warrior of the Elements","n":"Warrior of the Elements (Monk)"},{"id":6240,"c":40,"u":"monk_xphb,state:sub-open-hand-xphb=b1","p":107,"s":8,"h":1,"b":"Warrior of the Open Hand","n":"Warrior of the Open Hand (Monk)"},{"id":6242,"c":40,"u":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1","p":5,"s":105,"h":1,"b":"Order of the Avatar","n":"Order of the Avatar (Mystic)"},{"id":6244,"c":40,"u":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1","p":6,"s":105,"h":1,"b":"Order of the Awakened","n":"Order of the Awakened (Mystic)"},{"id":6246,"c":40,"u":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1","p":6,"s":105,"h":1,"b":"Order of the Immortal","n":"Order of the Immortal (Mystic)"},{"id":6248,"c":40,"u":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1","p":7,"s":105,"h":1,"b":"Order of the Nomad","n":"Order of the Nomad (Mystic)"},{"id":6250,"c":40,"u":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1","p":7,"s":105,"h":1,"b":"Order of the Soul Knife","n":"Order of the Soul Knife (Mystic)"},{"id":6252,"c":40,"u":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1","p":8,"s":105,"h":1,"b":"Order of the Wu Jen","n":"Order of the Wu Jen (Mystic)"},{"id":6254,"c":40,"u":"paladin_phb,state:sub-devotion-phb=b1","p":85,"s":51,"h":1,"r":1,"b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6256,"c":40,"u":"paladin_xphb,state:sub-devotion-phb=b1","s":51,"h":1,"b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6258,"c":40,"u":"paladin_phb,state:sub-ancients-phb=b1","p":86,"s":51,"h":1,"b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6260,"c":40,"u":"paladin_xphb,state:sub-ancients-phb=b1","s":51,"h":1,"b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6262,"c":40,"u":"paladin_phb,state:sub-vengeance-phb=b1","p":87,"s":51,"h":1,"b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6264,"c":40,"u":"paladin_xphb,state:sub-vengeance-phb=b1","s":51,"h":1,"b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6266,"c":40,"u":"paladin_phb,state:sub-oathbreaker-dmg=b1","p":97,"s":24,"h":1,"b":"Oathbreaker","n":"Oathbreaker (Paladin)"},{"id":6268,"c":40,"u":"paladin_xphb,state:sub-oathbreaker-dmg=b1","s":24,"h":1,"b":"Oathbreaker","n":"Oathbreaker (Paladin)"},{"id":6270,"c":40,"u":"paladin_phb,state:sub-crown-scag=b1","p":132,"s":106,"h":1,"b":"Oath of the Crown","n":"Oath of the Crown (Paladin)"},{"id":6272,"c":40,"u":"paladin_xphb,state:sub-crown-scag=b1","s":106,"h":1,"b":"Oath of the Crown","n":"Oath of the Crown (Paladin)"},{"id":6274,"c":40,"u":"paladin_phb,state:sub-conquest-xge=b1","p":37,"s":6,"h":1,"b":"Oath of Conquest","n":"Oath of Conquest (Paladin)"},{"id":6276,"c":40,"u":"paladin_xphb,state:sub-conquest-xge=b1","s":6,"h":1,"b":"Oath of Conquest","n":"Oath of Conquest (Paladin)"},{"id":6278,"c":40,"u":"paladin_phb,state:sub-redemption-xge=b1","p":38,"s":6,"h":1,"b":"Oath of Redemption","n":"Oath of Redemption (Paladin)"},{"id":6280,"c":40,"u":"paladin_xphb,state:sub-redemption-xge=b1","s":6,"h":1,"b":"Oath of Redemption","n":"Oath of Redemption (Paladin)"},{"id":6282,"c":40,"u":"paladin_phb,state:sub-glory-tce=b1","p":53,"s":4,"h":1,"b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6284,"c":40,"u":"paladin_xphb,state:sub-glory-tce=b1","s":4,"h":1,"b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6286,"c":40,"u":"paladin_phb,state:sub-watchers-tce=b1","p":54,"s":4,"h":1,"b":"Oath of the Watchers","n":"Oath of the Watchers (Paladin)"},{"id":6288,"c":40,"u":"paladin_xphb,state:sub-watchers-tce=b1","s":4,"h":1,"b":"Oath of the Watchers","n":"Oath of the Watchers (Paladin)"},{"id":6290,"c":40,"u":"paladin_phb,state:sub-open-sea-tdcsr=b1","p":174,"s":60,"h":1,"dP":1,"b":"Oath of the Open Sea","n":"Oath of the Open Sea (Paladin)"},{"id":6292,"c":40,"u":"paladin_xphb,state:sub-open-sea-tdcsr=b1","s":60,"h":1,"dP":1,"b":"Oath of the Open Sea","n":"Oath of the Open Sea (Paladin)"},{"id":6294,"c":40,"u":"paladin_xphb,state:sub-devotion-xphb=b1","p":113,"s":8,"h":1,"b":"Oath of Devotion","n":"Oath of Devotion (Paladin)"},{"id":6296,"c":40,"u":"paladin_xphb,state:sub-glory-xphb=b1","p":114,"s":8,"h":1,"b":"Oath of Glory","n":"Oath of Glory (Paladin)"},{"id":6298,"c":40,"u":"paladin_xphb,state:sub-ancients-xphb=b1","p":115,"s":8,"h":1,"b":"Oath of the Ancients","n":"Oath of the Ancients (Paladin)"},{"id":6300,"c":40,"u":"paladin_xphb,state:sub-vengeance-xphb=b1","p":116,"s":8,"h":1,"b":"Oath of Vengeance","n":"Oath of Vengeance (Paladin)"},{"id":6302,"c":40,"u":"ranger_phb,state:sub-beast-master-phb=b1","p":93,"s":51,"h":1,"b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6304,"c":40,"u":"ranger_xphb,state:sub-beast-master-phb=b1","s":51,"h":1,"b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6306,"c":40,"u":"ranger_phb,state:sub-hunter-phb=b1","p":93,"s":51,"h":1,"r":1,"b":"Hunter","n":"Hunter (Ranger)"},{"id":6308,"c":40,"u":"ranger_xphb,state:sub-hunter-phb=b1","s":51,"h":1,"b":"Hunter","n":"Hunter (Ranger)"},{"id":6310,"c":40,"u":"ranger_phb,state:sub-gloom-stalker-xge=b1","p":41,"s":6,"h":1,"b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6312,"c":40,"u":"ranger_xphb,state:sub-gloom-stalker-xge=b1","s":6,"h":1,"b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6314,"c":40,"u":"ranger_phb,state:sub-horizon-walker-xge=b1","p":42,"s":6,"h":1,"b":"Horizon Walker","n":"Horizon Walker (Ranger)"},{"id":6316,"c":40,"u":"ranger_xphb,state:sub-horizon-walker-xge=b1","s":6,"h":1,"b":"Horizon Walker","n":"Horizon Walker (Ranger)"},{"id":6318,"c":40,"u":"ranger_phb,state:sub-monster-slayer-xge=b1","p":43,"s":6,"h":1,"b":"Monster Slayer","n":"Monster Slayer (Ranger)"},{"id":6320,"c":40,"u":"ranger_xphb,state:sub-monster-slayer-xge=b1","s":6,"h":1,"b":"Monster Slayer","n":"Monster Slayer (Ranger)"},{"id":6322,"c":40,"u":"ranger_phb,state:sub-fey-wanderer-tce=b1","p":58,"s":4,"h":1,"b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6324,"c":40,"u":"ranger_xphb,state:sub-fey-wanderer-tce=b1","s":4,"h":1,"b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6326,"c":40,"u":"ranger_phb,state:sub-swarmkeeper-tce=b1","p":59,"s":4,"h":1,"b":"Swarmkeeper","n":"Swarmkeeper (Ranger)"},{"id":6328,"c":40,"u":"ranger_xphb,state:sub-swarmkeeper-tce=b1","s":4,"h":1,"b":"Swarmkeeper","n":"Swarmkeeper (Ranger)"},{"id":6330,"c":40,"u":"ranger_phb,state:sub-drakewarden-ftd=b1","p":15,"s":2,"h":1,"b":"Drakewarden","n":"Drakewarden (Ranger)"},{"id":6332,"c":40,"u":"ranger_xphb,state:sub-drakewarden-ftd=b1","s":2,"h":1,"b":"Drakewarden","n":"Drakewarden (Ranger)"},{"id":6334,"c":40,"u":"ranger_xphb,state:sub-beast-master-xphb=b1","p":123,"s":8,"h":1,"b":"Beast Master","n":"Beast Master (Ranger)"},{"id":6336,"c":40,"u":"ranger_xphb,state:sub-fey-wanderer-xphb=b1","p":124,"s":8,"h":1,"b":"Fey Wanderer","n":"Fey Wanderer (Ranger)"},{"id":6338,"c":40,"u":"ranger_xphb,state:sub-gloom-stalker-xphb=b1","p":125,"s":8,"h":1,"b":"Gloom Stalker","n":"Gloom Stalker (Ranger)"},{"id":6340,"c":40,"u":"ranger_xphb,state:sub-hunter-xphb=b1","p":127,"s":8,"h":1,"b":"Hunter","n":"Hunter (Ranger)"},{"id":6342,"c":40,"u":"rogue_phb,state:sub-arcane-trickster-phb=b1","p":97,"s":51,"h":1,"b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6344,"c":40,"u":"rogue_xphb,state:sub-arcane-trickster-phb=b1","s":51,"h":1,"b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6346,"c":40,"u":"rogue_phb,state:sub-assassin-phb=b1","p":97,"s":51,"h":1,"b":"Assassin","n":"Assassin (Rogue)"},{"id":6348,"c":40,"u":"rogue_xphb,state:sub-assassin-phb=b1","s":51,"h":1,"b":"Assassin","n":"Assassin (Rogue)"},{"id":6350,"c":40,"u":"rogue_phb,state:sub-thief-phb=b1","p":97,"s":51,"h":1,"r":1,"b":"Thief","n":"Thief (Rogue)"},{"id":6352,"c":40,"u":"rogue_xphb,state:sub-thief-phb=b1","s":51,"h":1,"b":"Thief","n":"Thief (Rogue)"},{"id":6354,"c":40,"u":"rogue_phb,state:sub-inquisitive-xge=b1","p":45,"s":6,"h":1,"b":"Inquisitive","n":"Inquisitive (Rogue)"},{"id":6356,"c":40,"u":"rogue_xphb,state:sub-inquisitive-xge=b1","s":6,"h":1,"b":"Inquisitive","n":"Inquisitive (Rogue)"},{"id":6358,"c":40,"u":"rogue_phb,state:sub-mastermind-xge=b1","p":46,"s":6,"h":1,"b":"Mastermind","n":"Mastermind (Rogue)"},{"id":6360,"c":40,"u":"rogue_xphb,state:sub-mastermind-xge=b1","s":6,"h":1,"b":"Mastermind","n":"Mastermind (Rogue)"},{"id":6362,"c":40,"u":"rogue_phb,state:sub-scout-xge=b1","p":47,"s":6,"h":1,"b":"Scout","n":"Scout (Rogue)"},{"id":6364,"c":40,"u":"rogue_xphb,state:sub-scout-xge=b1","s":6,"h":1,"b":"Scout","n":"Scout (Rogue)"},{"id":6366,"c":40,"u":"rogue_phb,state:sub-swashbuckler-xge=b1","p":48,"s":6,"h":1,"b":"Swashbuckler","n":"Swashbuckler (Rogue)"},{"id":6368,"c":40,"u":"rogue_xphb,state:sub-swashbuckler-xge=b1","s":6,"h":1,"b":"Swashbuckler","n":"Swashbuckler (Rogue)"},{"id":6370,"c":40,"u":"rogue_phb,state:sub-phantom-tce=b1","p":62,"s":4,"h":1,"b":"Phantom","n":"Phantom (Rogue)"},{"id":6372,"c":40,"u":"rogue_xphb,state:sub-phantom-tce=b1","s":4,"h":1,"b":"Phantom","n":"Phantom (Rogue)"},{"id":6374,"c":40,"u":"rogue_phb,state:sub-soulknife-tce=b1","p":63,"s":4,"h":1,"b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6376,"c":40,"u":"rogue_xphb,state:sub-soulknife-tce=b1","s":4,"h":1,"b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6378,"c":40,"u":"rogue_xphb,state:sub-arcane-trickster-xphb=b1","p":132,"s":8,"h":1,"b":"Arcane Trickster","n":"Arcane Trickster (Rogue)"},{"id":6380,"c":40,"u":"rogue_xphb,state:sub-assassin-xphb=b1","p":134,"s":8,"h":1,"b":"Assassin","n":"Assassin (Rogue)"},{"id":6382,"c":40,"u":"rogue_xphb,state:sub-soulknife-xphb=b1","p":135,"s":8,"h":1,"b":"Soulknife","n":"Soulknife (Rogue)"},{"id":6384,"c":40,"u":"rogue_xphb,state:sub-thief-xphb=b1","p":137,"s":8,"h":1,"b":"Thief","n":"Thief (Rogue)"},{"id":6386,"c":40,"u":"sorcerer_phb,state:sub-draconic-phb=b1","p":102,"s":51,"h":1,"r":1,"b":"Draconic Bloodline","n":"Draconic Bloodline (Sorcerer)"},{"id":6388,"c":40,"u":"sorcerer_xphb,state:sub-draconic-phb=b1","s":51,"h":1,"b":"Draconic Bloodline","n":"Draconic Bloodline (Sorcerer)"},{"id":6390,"c":40,"u":"sorcerer_phb,state:sub-wild-phb=b1","p":103,"s":51,"h":1,"b":"Wild Magic","n":"Wild Magic (Sorcerer)"},{"id":6392,"c":40,"u":"sorcerer_xphb,state:sub-wild-phb=b1","s":51,"h":1,"b":"Wild Magic","n":"Wild Magic (Sorcerer)"},{"id":6394,"c":40,"u":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1","p":9,"s":97,"h":1,"b":"Pyromancer (PSK)","n":"Pyromancer (PSK) (Sorcerer)"},{"id":6396,"c":40,"u":"sorcerer_xphb,state:sub-pyromancer-psk-psk=b1","s":97,"h":1,"b":"Pyromancer (PSK)","n":"Pyromancer (PSK) (Sorcerer)"},{"id":6398,"c":40,"u":"sorcerer_phb,state:sub-divine-soul-xge=b1","p":50,"s":6,"h":1,"b":"Divine Soul","n":"Divine Soul (Sorcerer)"},{"id":6400,"c":40,"u":"sorcerer_xphb,state:sub-divine-soul-xge=b1","s":6,"h":1,"b":"Divine Soul","n":"Divine Soul (Sorcerer)"},{"id":6402,"c":40,"u":"sorcerer_phb,state:sub-shadow-xge=b1","p":50,"s":6,"h":1,"b":"Shadow Magic","n":"Shadow Magic (Sorcerer)"},{"id":6404,"c":40,"u":"sorcerer_xphb,state:sub-shadow-xge=b1","s":6,"h":1,"b":"Shadow Magic","n":"Shadow Magic (Sorcerer)"},{"id":6406,"c":40,"u":"sorcerer_phb,state:sub-storm-xge=b1","p":51,"s":6,"h":1,"b":"Storm Sorcery","n":"Storm Sorcery (Sorcerer)"},{"id":6408,"c":40,"u":"sorcerer_xphb,state:sub-storm-xge=b1","s":6,"h":1,"b":"Storm Sorcery","n":"Storm Sorcery (Sorcerer)"},{"id":6410,"c":40,"u":"sorcerer_phb,state:sub-aberrant-mind-tce=b1","p":66,"s":4,"h":1,"b":"Aberrant Mind","n":"Aberrant Mind (Sorcerer)"},{"id":6412,"c":40,"u":"sorcerer_xphb,state:sub-aberrant-mind-tce=b1","s":4,"h":1,"b":"Aberrant Mind","n":"Aberrant Mind (Sorcerer)"},{"id":6414,"c":40,"u":"sorcerer_phb,state:sub-clockwork-soul-tce=b1","p":68,"s":4,"h":1,"b":"Clockwork Soul","n":"Clockwork Soul (Sorcerer)"},{"id":6416,"c":40,"u":"sorcerer_xphb,state:sub-clockwork-soul-tce=b1","s":4,"h":1,"b":"Clockwork Soul","n":"Clockwork Soul (Sorcerer)"},{"id":6418,"c":40,"u":"sorcerer_phb,state:sub-runechild-tdcsr=b1","p":176,"s":60,"h":1,"dP":1,"b":"Runechild","n":"Runechild (Sorcerer)"},{"id":6420,"c":40,"u":"sorcerer_xphb,state:sub-runechild-tdcsr=b1","s":60,"h":1,"dP":1,"b":"Runechild","n":"Runechild (Sorcerer)"},{"id":6422,"c":40,"u":"sorcerer_phb,state:sub-lunar-dsotdq=b1","p":34,"s":27,"h":1,"b":"Lunar Sorcery","n":"Lunar Sorcery (Sorcerer)"},{"id":6424,"c":40,"u":"sorcerer_xphb,state:sub-lunar-dsotdq=b1","s":27,"h":1,"b":"Lunar Sorcery","n":"Lunar Sorcery (Sorcerer)"},{"id":6426,"c":40,"u":"sorcerer_xphb,state:sub-aberrant-xphb=b1","p":145,"s":8,"h":1,"b":"Aberrant Sorcery","n":"Aberrant Sorcery (Sorcerer)"},{"id":6428,"c":40,"u":"sorcerer_xphb,state:sub-clockwork-xphb=b1","p":146,"s":8,"h":1,"b":"Clockwork Sorcery","n":"Clockwork Sorcery (Sorcerer)"},{"id":6430,"c":40,"u":"sorcerer_xphb,state:sub-draconic-xphb=b1","p":148,"s":8,"h":1,"b":"Draconic Sorcery","n":"Draconic Sorcery (Sorcerer)"},{"id":6432,"c":40,"u":"sorcerer_xphb,state:sub-wild-magic-xphb=b1","p":149,"s":8,"h":1,"b":"Wild Magic Sorcery","n":"Wild Magic Sorcery (Sorcerer)"},{"id":6434,"c":40,"u":"warlock_phb,state:sub-archfey-phb=b1","p":108,"s":51,"h":1,"b":"The Archfey","n":"The Archfey (Warlock)"},{"id":6436,"c":40,"u":"warlock_xphb,state:sub-archfey-phb=b1","s":51,"h":1,"b":"The Archfey","n":"The Archfey (Warlock)"},{"id":6438,"c":40,"u":"warlock_phb,state:sub-fiend-phb=b1","p":109,"s":51,"h":1,"r":1,"b":"The Fiend","n":"The Fiend (Warlock)"},{"id":6440,"c":40,"u":"warlock_xphb,state:sub-fiend-phb=b1","s":51,"h":1,"b":"The Fiend","n":"The Fiend (Warlock)"},{"id":6442,"c":40,"u":"warlock_phb,state:sub-great-old-one-phb=b1","p":109,"s":51,"h":1,"b":"The Great Old One","n":"The Great Old One (Warlock)"},{"id":6444,"c":40,"u":"warlock_xphb,state:sub-great-old-one-phb=b1","s":51,"h":1,"b":"The Great Old One","n":"The Great Old One (Warlock)"},{"id":6446,"c":40,"u":"warlock_phb,state:sub-undying-scag=b1","p":139,"s":106,"h":1,"b":"The Undying","n":"The Undying (Warlock)"},{"id":6448,"c":40,"u":"warlock_xphb,state:sub-undying-scag=b1","s":106,"h":1,"b":"The Undying","n":"The Undying (Warlock)"},{"id":6450,"c":40,"u":"warlock_phb,state:sub-celestial-xge=b1","p":54,"s":6,"h":1,"b":"The Celestial","n":"The Celestial (Warlock)"},{"id":6452,"c":40,"u":"warlock_xphb,state:sub-celestial-xge=b1","s":6,"h":1,"b":"The Celestial","n":"The Celestial (Warlock)"},{"id":6454,"c":40,"u":"warlock_phb,state:sub-hexblade-xge=b1","p":55,"s":6,"h":1,"b":"The Hexblade","n":"The Hexblade (Warlock)"},{"id":6456,"c":40,"u":"warlock_xphb,state:sub-hexblade-xge=b1","s":6,"h":1,"b":"The Hexblade","n":"The Hexblade (Warlock)"},{"id":6458,"c":40,"u":"warlock_phb,state:sub-fathomless-tce=b1","p":72,"s":4,"h":1,"b":"The Fathomless","n":"The Fathomless (Warlock)"},{"id":6460,"c":40,"u":"warlock_xphb,state:sub-fathomless-tce=b1","s":4,"h":1,"b":"The Fathomless","n":"The Fathomless (Warlock)"},{"id":6462,"c":40,"u":"warlock_phb,state:sub-genie-tce=b1","p":73,"s":4,"h":1,"b":"The Genie","n":"The Genie (Warlock)"},{"id":6464,"c":40,"u":"warlock_xphb,state:sub-genie-tce=b1","s":4,"h":1,"b":"The Genie","n":"The Genie (Warlock)"},{"id":6466,"c":40,"u":"warlock_phb,state:sub-undead-vrgr=b1","p":30,"s":67,"h":1,"b":"The Undead","n":"The Undead (Warlock)"},{"id":6468,"c":40,"u":"warlock_xphb,state:sub-undead-vrgr=b1","s":67,"h":1,"b":"The Undead","n":"The Undead (Warlock)"},{"id":6470,"c":40,"u":"warlock_xphb,state:sub-archfey-xphb=b1","p":159,"s":8,"h":1,"b":"Archfey Patron","n":"Archfey Patron (Warlock)"},{"id":6472,"c":40,"u":"warlock_xphb,state:sub-celestial-xphb=b1","p":160,"s":8,"h":1,"b":"Celestial Patron","n":"Celestial Patron (Warlock)"},{"id":6474,"c":40,"u":"warlock_xphb,state:sub-fiend-xphb=b1","p":161,"s":8,"h":1,"b":"Fiend Patron","n":"Fiend Patron (Warlock)"},{"id":6476,"c":40,"u":"warlock_xphb,state:sub-great-old-one-xphb=b1","p":162,"s":8,"h":1,"b":"Great Old One Patron","n":"Great Old One Patron (Warlock)"},{"id":6478,"c":40,"u":"wizard_phb,state:sub-abjuration-phb=b1","p":115,"s":51,"h":1,"b":"School of Abjuration","n":"School of Abjuration (Wizard)"},{"id":6480,"c":40,"u":"wizard_xphb,state:sub-abjuration-phb=b1","s":51,"h":1,"b":"School of Abjuration","n":"School of Abjuration (Wizard)"},{"id":6482,"c":40,"u":"wizard_phb,state:sub-conjuration-phb=b1","p":116,"s":51,"h":1,"b":"School of Conjuration","n":"School of Conjuration (Wizard)"},{"id":6484,"c":40,"u":"wizard_xphb,state:sub-conjuration-phb=b1","s":51,"h":1,"b":"School of Conjuration","n":"School of Conjuration (Wizard)"},{"id":6486,"c":40,"u":"wizard_phb,state:sub-divination-phb=b1","p":116,"s":51,"h":1,"b":"School of Divination","n":"School of Divination (Wizard)"},{"id":6488,"c":40,"u":"wizard_xphb,state:sub-divination-phb=b1","s":51,"h":1,"b":"School of Divination","n":"School of Divination (Wizard)"},{"id":6490,"c":40,"u":"wizard_phb,state:sub-enchantment-phb=b1","p":117,"s":51,"h":1,"b":"School of Enchantment","n":"School of Enchantment (Wizard)"},{"id":6492,"c":40,"u":"wizard_xphb,state:sub-enchantment-phb=b1","s":51,"h":1,"b":"School of Enchantment","n":"School of Enchantment (Wizard)"},{"id":6494,"c":40,"u":"wizard_phb,state:sub-evocation-phb=b1","p":117,"s":51,"h":1,"r":1,"b":"School of Evocation","n":"School of Evocation (Wizard)"},{"id":6496,"c":40,"u":"wizard_xphb,state:sub-evocation-phb=b1","s":51,"h":1,"b":"School of Evocation","n":"School of Evocation (Wizard)"},{"id":6498,"c":40,"u":"wizard_phb,state:sub-illusion-phb=b1","p":118,"s":51,"h":1,"b":"School of Illusion","n":"School of Illusion (Wizard)"},{"id":6500,"c":40,"u":"wizard_xphb,state:sub-illusion-phb=b1","s":51,"h":1,"b":"School of Illusion","n":"School of Illusion (Wizard)"},{"id":6502,"c":40,"u":"wizard_phb,state:sub-necromancy-phb=b1","p":118,"s":51,"h":1,"b":"School of Necromancy","n":"School of Necromancy (Wizard)"},{"id":6504,"c":40,"u":"wizard_xphb,state:sub-necromancy-phb=b1","s":51,"h":1,"b":"School of Necromancy","n":"School of Necromancy (Wizard)"},{"id":6506,"c":40,"u":"wizard_phb,state:sub-transmutation-phb=b1","p":119,"s":51,"h":1,"b":"School of Transmutation","n":"School of Transmutation (Wizard)"},{"id":6508,"c":40,"u":"wizard_xphb,state:sub-transmutation-phb=b1","s":51,"h":1,"b":"School of Transmutation","n":"School of Transmutation (Wizard)"},{"id":6510,"c":40,"u":"wizard_phb,state:sub-war-xge=b1","p":59,"s":6,"h":1,"b":"War Magic","n":"War Magic (Wizard)"},{"id":6512,"c":40,"u":"wizard_xphb,state:sub-war-xge=b1","s":6,"h":1,"b":"War Magic","n":"War Magic (Wizard)"},{"id":6514,"c":40,"u":"wizard_phb,state:sub-chronurgy-egw=b1","p":184,"s":28,"h":1,"dP":1,"b":"Chronurgy Magic","n":"Chronurgy Magic (Wizard)"},{"id":6516,"c":40,"u":"wizard_xphb,state:sub-chronurgy-egw=b1","s":28,"h":1,"dP":1,"b":"Chronurgy Magic","n":"Chronurgy Magic (Wizard)"},{"id":6518,"c":40,"u":"wizard_phb,state:sub-graviturgy-egw=b1","p":185,"s":28,"h":1,"dP":1,"b":"Graviturgy Magic","n":"Graviturgy Magic (Wizard)"},{"id":6520,"c":40,"u":"wizard_xphb,state:sub-graviturgy-egw=b1","s":28,"h":1,"dP":1,"b":"Graviturgy Magic","n":"Graviturgy Magic (Wizard)"},{"id":6522,"c":40,"u":"wizard_phb,state:sub-bladesinging-tce=b1","p":76,"s":4,"h":1,"b":"Bladesinging","n":"Bladesinging (Wizard)"},{"id":6524,"c":40,"u":"wizard_xphb,state:sub-bladesinging-tce=b1","s":4,"h":1,"b":"Bladesinging","n":"Bladesinging (Wizard)"},{"id":6526,"c":40,"u":"wizard_phb,state:sub-scribes-tce=b1","p":77,"s":4,"h":1,"b":"Order of Scribes","n":"Order of Scribes (Wizard)"},{"id":6528,"c":40,"u":"wizard_xphb,state:sub-scribes-tce=b1","s":4,"h":1,"b":"Order of Scribes","n":"Order of Scribes (Wizard)"},{"id":6530,"c":40,"u":"wizard_phb,state:sub-blood-magic-tdcsr=b1","p":178,"s":60,"h":1,"dP":1,"b":"Blood Magic","n":"Blood Magic (Wizard)"},{"id":6532,"c":40,"u":"wizard_xphb,state:sub-blood-magic-tdcsr=b1","s":60,"h":1,"dP":1,"b":"Blood Magic","n":"Blood Magic (Wizard)"},{"id":6534,"c":40,"u":"wizard_xphb,state:sub-abjurer-xphb=b1","p":172,"s":8,"h":1,"b":"Abjurer","n":"Abjurer (Wizard)"},{"id":6536,"c":40,"u":"wizard_xphb,state:sub-diviner-xphb=b1","p":173,"s":8,"h":1,"b":"Diviner","n":"Diviner (Wizard)"},{"id":6538,"c":40,"u":"wizard_xphb,state:sub-evoker-xphb=b1","p":174,"s":8,"h":1,"b":"Evoker","n":"Evoker (Wizard)"},{"id":6540,"c":40,"u":"wizard_xphb,state:sub-illusionist-xphb=b1","p":175,"s":8,"h":1,"b":"Illusionist","n":"Illusionist (Wizard)"},{"id":6542,"c":30,"u":"magical%20tinkering_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"n":"Artificer 1; Magical Tinkering","uh":"artificer_tce,state:feature=s0-0"},{"id":6544,"c":30,"u":"optional%20rule%3a%20firearm%20proficiency_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"n":"Artificer 1; Optional Rule: Firearm Proficiency","uh":"artificer_tce,state:feature=s0-0"},{"id":6546,"c":30,"u":"spellcasting_artificer_tce_1_tce","p":9,"s":"TCE","h":1,"n":"Artificer 1; Spellcasting","uh":"artificer_tce,state:feature=s0-0"},{"id":6548,"c":30,"u":"infuse%20item_artificer_tce_2_tce","p":9,"s":"TCE","h":1,"n":"Artificer 2; Infuse Item","uh":"artificer_tce,state:feature=s1-0"},{"id":6550,"c":30,"u":"infusions%20known_artificer_tce_2_tce","p":9,"s":"TCE","h":1,"n":"Artificer 2; Infusions Known","uh":"artificer_tce,state:feature=s1-0"},{"id":6552,"c":30,"u":"artificer%20specialist_artificer_tce_3_tce","p":9,"s":"TCE","h":1,"n":"Artificer 3; Artificer Specialist","uh":"artificer_tce,state:feature=s2-0"},{"id":6554,"c":30,"u":"the%20right%20tool%20for%20the%20job_artificer_tce_3_tce","p":9,"s":"TCE","h":1,"n":"Artificer 3; The Right Tool for the Job","uh":"artificer_tce,state:feature=s2-0"},{"id":6556,"c":30,"u":"ability%20score%20improvement_artificer_tce_4_tce","p":9,"s":"TCE","h":1,"n":"Artificer 4; Ability Score Improvement","uh":"artificer_tce,state:feature=s3-0"},{"id":6558,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_5_tce","p":9,"s":"TCE","h":1,"n":"Artificer 5; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s4-0"},{"id":6560,"c":30,"u":"tool%20expertise_artificer_tce_6_tce","p":9,"s":"TCE","h":1,"n":"Artificer 6; Tool Expertise","uh":"artificer_tce,state:feature=s5-0"},{"id":6562,"c":30,"u":"flash%20of%20genius_artificer_tce_7_tce","p":9,"s":"TCE","h":1,"n":"Artificer 7; Flash of Genius","uh":"artificer_tce,state:feature=s6-0"},{"id":6564,"c":30,"u":"ability%20score%20improvement_artificer_tce_8_tce","p":9,"s":"TCE","h":1,"n":"Artificer 8; Ability Score Improvement","uh":"artificer_tce,state:feature=s7-0"},{"id":6566,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_9_tce","p":9,"s":"TCE","h":1,"n":"Artificer 9; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s8-0"},{"id":6568,"c":30,"u":"magic%20item%20adept_artificer_tce_10_tce","p":9,"s":"TCE","h":1,"n":"Artificer 10; Magic Item Adept","uh":"artificer_tce,state:feature=s9-0"},{"id":6570,"c":30,"u":"spell-storing%20item_artificer_tce_11_tce","p":9,"s":"TCE","h":1,"n":"Artificer 11; Spell-Storing Item","uh":"artificer_tce,state:feature=s10-0"},{"id":6572,"c":30,"u":"ability%20score%20improvement_artificer_tce_12_tce","p":9,"s":"TCE","h":1,"n":"Artificer 12; Ability Score Improvement","uh":"artificer_tce,state:feature=s11-0"},{"id":6574,"c":30,"u":"magic%20item%20savant_artificer_tce_14_tce","p":9,"s":"TCE","h":1,"n":"Artificer 14; Magic Item Savant","uh":"artificer_tce,state:feature=s13-0"},{"id":6576,"c":30,"u":"artificer%20specialist%20feature_artificer_tce_15_tce","p":9,"s":"TCE","h":1,"n":"Artificer 15; Artificer Specialist Feature","uh":"artificer_tce,state:feature=s14-0"},{"id":6578,"c":30,"u":"ability%20score%20improvement_artificer_tce_16_tce","p":9,"s":"TCE","h":1,"n":"Artificer 16; Ability Score Improvement","uh":"artificer_tce,state:feature=s15-0"},{"id":6580,"c":30,"u":"magic%20item%20master_artificer_tce_18_tce","p":9,"s":"TCE","h":1,"n":"Artificer 18; Magic Item Master","uh":"artificer_tce,state:feature=s17-0"},{"id":6582,"c":30,"u":"ability%20score%20improvement_artificer_tce_19_tce","p":9,"s":"TCE","h":1,"n":"Artificer 19; Ability Score Improvement","uh":"artificer_tce,state:feature=s18-0"},{"id":6584,"c":30,"u":"soul%20of%20artifice_artificer_tce_20_tce","p":9,"s":"TCE","h":1,"n":"Artificer 20; Soul of Artifice","uh":"artificer_tce,state:feature=s19-0"},{"id":6586,"c":30,"u":"rage_barbarian_phb_1_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 1; Rage","uh":"barbarian_phb,state:feature=s0-0"},{"id":6588,"c":30,"u":"unarmored%20defense_barbarian_phb_1_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 1; Unarmored Defense","uh":"barbarian_phb,state:feature=s0-0"},{"id":6590,"c":30,"u":"danger%20sense_barbarian_phb_2_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 2; Danger Sense","uh":"barbarian_phb,state:feature=s1-0"},{"id":6592,"c":30,"u":"reckless%20attack_barbarian_phb_2_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 2; Reckless Attack","uh":"barbarian_phb,state:feature=s1-0"},{"id":6594,"c":30,"u":"primal%20knowledge_barbarian_phb_3_tce","p":24,"s":"TCE","h":1,"n":"Barbarian 3; Primal Knowledge","uh":"barbarian_phb,state:feature=s2-0"},{"id":6596,"c":30,"u":"primal%20path_barbarian_phb_3_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 3; Primal Path","uh":"barbarian_phb,state:feature=s2-0"},{"id":6598,"c":30,"u":"ability%20score%20improvement_barbarian_phb_4_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 4; Ability Score Improvement","uh":"barbarian_phb,state:feature=s3-0"},{"id":6600,"c":30,"u":"extra%20attack_barbarian_phb_5_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 5; Extra Attack","uh":"barbarian_phb,state:feature=s4-0"},{"id":6602,"c":30,"u":"fast%20movement_barbarian_phb_5_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 5; Fast Movement","uh":"barbarian_phb,state:feature=s4-0"},{"id":6604,"c":30,"u":"path%20feature_barbarian_phb_6_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 6; Path Feature","uh":"barbarian_phb,state:feature=s5-0"},{"id":6606,"c":30,"u":"feral%20instinct_barbarian_phb_7_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 7; Feral Instinct","uh":"barbarian_phb,state:feature=s6-0"},{"id":6608,"c":30,"u":"instinctive%20pounce_barbarian_phb_7_tce","p":24,"s":"TCE","h":1,"n":"Barbarian 7; Instinctive Pounce","uh":"barbarian_phb,state:feature=s6-0"},{"id":6610,"c":30,"u":"ability%20score%20improvement_barbarian_phb_8_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 8; Ability Score Improvement","uh":"barbarian_phb,state:feature=s7-0"},{"id":6612,"c":30,"u":"brutal%20critical%20(1%20die)_barbarian_phb_9_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 9; Brutal Critical (1 die)","uh":"barbarian_phb,state:feature=s8-0"},{"id":6614,"c":30,"u":"path%20feature_barbarian_phb_10_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 10; Path feature","uh":"barbarian_phb,state:feature=s9-0"},{"id":6616,"c":30,"u":"relentless%20rage_barbarian_phb_11_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 11; Relentless Rage","uh":"barbarian_phb,state:feature=s10-0"},{"id":6618,"c":30,"u":"ability%20score%20improvement_barbarian_phb_12_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 12; Ability Score Improvement","uh":"barbarian_phb,state:feature=s11-0"},{"id":6620,"c":30,"u":"brutal%20critical%20(2%20dice)_barbarian_phb_13_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 13; Brutal Critical (2 dice)","uh":"barbarian_phb,state:feature=s12-0"},{"id":6622,"c":30,"u":"path%20feature_barbarian_phb_14_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 14; Path feature","uh":"barbarian_phb,state:feature=s13-0"},{"id":6624,"c":30,"u":"persistent%20rage_barbarian_phb_15_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 15; Persistent Rage","uh":"barbarian_phb,state:feature=s14-0"},{"id":6626,"c":30,"u":"ability%20score%20improvement_barbarian_phb_16_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 16; Ability Score Improvement","uh":"barbarian_phb,state:feature=s15-0"},{"id":6628,"c":30,"u":"brutal%20critical%20(3%20dice)_barbarian_phb_17_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 17; Brutal Critical (3 dice)","uh":"barbarian_phb,state:feature=s16-0"},{"id":6630,"c":30,"u":"indomitable%20might_barbarian_phb_18_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 18; Indomitable Might","uh":"barbarian_phb,state:feature=s17-0"},{"id":6632,"c":30,"u":"ability%20score%20improvement_barbarian_phb_19_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 19; Ability Score Improvement","uh":"barbarian_phb,state:feature=s18-0"},{"id":6634,"c":30,"u":"primal%20champion_barbarian_phb_20_phb","p":46,"s":"PHB","h":1,"r":1,"n":"Barbarian 20; Primal Champion","uh":"barbarian_phb,state:feature=s19-0"},{"id":6636,"c":30,"u":"rage_barbarian_xphb_1_xphb","p":51,"s":"XPHB","h":1,"n":"Barbarian 1; Rage","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6638,"c":30,"u":"unarmored%20defense_barbarian_xphb_1_xphb","p":51,"s":"XPHB","h":1,"n":"Barbarian 1; Unarmored Defense","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6640,"c":30,"u":"weapon%20mastery_barbarian_xphb_1_xphb","p":52,"s":"XPHB","h":1,"n":"Barbarian 1; Weapon Mastery","uh":"barbarian_xphb,state:feature=s0-0"},{"id":6642,"c":30,"u":"danger%20sense_barbarian_xphb_2_xphb","p":52,"s":"XPHB","h":1,"n":"Barbarian 2; Danger Sense","uh":"barbarian_xphb,state:feature=s1-0"},{"id":6644,"c":30,"u":"reckless%20attack_barbarian_xphb_2_xphb","p":52,"s":"XPHB","h":1,"n":"Barbarian 2; Reckless Attack","uh":"barbarian_xphb,state:feature=s1-0"},{"id":6646,"c":30,"u":"barbarian%20subclass_barbarian_xphb_3_xphb","p":52,"s":"XPHB","h":1,"n":"Barbarian 3; Barbarian Subclass","uh":"barbarian_xphb,state:feature=s2-0"},{"id":6648,"c":30,"u":"primal%20knowledge_barbarian_xphb_3_xphb","p":52,"s":"XPHB","h":1,"n":"Barbarian 3; Primal Knowledge","uh":"barbarian_xphb,state:feature=s2-0"},{"id":6650,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_4_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 4; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s3-0"},{"id":6652,"c":30,"u":"extra%20attack_barbarian_xphb_5_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 5; Extra Attack","uh":"barbarian_xphb,state:feature=s4-0"},{"id":6654,"c":30,"u":"fast%20movement_barbarian_xphb_5_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 5; Fast Movement","uh":"barbarian_xphb,state:feature=s4-0"},{"id":6656,"c":30,"u":"subclass%20feature_barbarian_xphb_6_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 6; Subclass Feature","uh":"barbarian_xphb,state:feature=s5-0"},{"id":6658,"c":30,"u":"feral%20instinct_barbarian_xphb_7_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 7; Feral Instinct","uh":"barbarian_xphb,state:feature=s6-0"},{"id":6660,"c":30,"u":"instinctive%20pounce_barbarian_xphb_7_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 7; Instinctive Pounce","uh":"barbarian_xphb,state:feature=s6-0"},{"id":6662,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_8_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 8; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s7-0"},{"id":6664,"c":30,"u":"brutal%20strike_barbarian_xphb_9_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 9; Brutal Strike","uh":"barbarian_xphb,state:feature=s8-0"},{"id":6666,"c":30,"u":"subclass%20feature_barbarian_xphb_10_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 10; Subclass Feature","uh":"barbarian_xphb,state:feature=s9-0"},{"id":6668,"c":30,"u":"relentless%20rage_barbarian_xphb_11_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 11; Relentless Rage","uh":"barbarian_xphb,state:feature=s10-0"},{"id":6670,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_12_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 12; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s11-0"},{"id":6672,"c":30,"u":"improved%20brutal%20strike_barbarian_xphb_13_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 13; Improved Brutal Strike","uh":"barbarian_xphb,state:feature=s12-0"},{"id":6674,"c":30,"u":"subclass%20feature_barbarian_xphb_14_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 14; Subclass Feature","uh":"barbarian_xphb,state:feature=s13-0"},{"id":6676,"c":30,"u":"persistent%20rage_barbarian_xphb_15_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 15; Persistent Rage","uh":"barbarian_xphb,state:feature=s14-0"},{"id":6678,"c":30,"u":"ability%20score%20improvement_barbarian_xphb_16_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 16; Ability Score Improvement","uh":"barbarian_xphb,state:feature=s15-0"},{"id":6680,"c":30,"u":"improved%20brutal%20strike_barbarian_xphb_17_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 17; Improved Brutal Strike","uh":"barbarian_xphb,state:feature=s16-0"},{"id":6682,"c":30,"u":"indomitable%20might_barbarian_xphb_18_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 18; Indomitable Might","uh":"barbarian_xphb,state:feature=s17-0"},{"id":6684,"c":30,"u":"epic%20boon_barbarian_xphb_19_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 19; Epic Boon","uh":"barbarian_xphb,state:feature=s18-0"},{"id":6686,"c":30,"u":"primal%20champion_barbarian_xphb_20_xphb","p":53,"s":"XPHB","h":1,"n":"Barbarian 20; Primal Champion","uh":"barbarian_xphb,state:feature=s19-0"},{"id":6688,"c":30,"u":"bardic%20inspiration_bard_phb_1_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 1; Bardic Inspiration","uh":"bard_phb,state:feature=s0-0"},{"id":6690,"c":30,"u":"spellcasting_bard_phb_1_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 1; Spellcasting","uh":"bard_phb,state:feature=s0-0"},{"id":6692,"c":30,"u":"jack%20of%20all%20trades_bard_phb_2_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 2; Jack of All Trades","uh":"bard_phb,state:feature=s1-0"},{"id":6694,"c":30,"u":"magical%20inspiration_bard_phb_2_tce","p":27,"s":"TCE","h":1,"n":"Bard 2; Magical Inspiration","uh":"bard_phb,state:feature=s1-0"},{"id":6696,"c":30,"u":"song%20of%20rest%20(d6)_bard_phb_2_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 2; Song of Rest (d6)","uh":"bard_phb,state:feature=s1-0"},{"id":6698,"c":30,"u":"bard%20college_bard_phb_3_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 3; Bard College","uh":"bard_phb,state:feature=s2-0"},{"id":6700,"c":30,"u":"expertise_bard_phb_3_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 3; Expertise","uh":"bard_phb,state:feature=s2-0"},{"id":6702,"c":30,"u":"ability%20score%20improvement_bard_phb_4_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 4; Ability Score Improvement","uh":"bard_phb,state:feature=s3-0"},{"id":6704,"c":30,"u":"bardic%20versatility_bard_phb_4_tce","p":27,"s":"TCE","h":1,"n":"Bard 4; Bardic Versatility","uh":"bard_phb,state:feature=s3-0"},{"id":6706,"c":30,"u":"bardic%20inspiration%20(d8)_bard_phb_5_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 5; Bardic Inspiration (d8)","uh":"bard_phb,state:feature=s4-0"},{"id":6708,"c":30,"u":"font%20of%20inspiration_bard_phb_5_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 5; Font of Inspiration","uh":"bard_phb,state:feature=s4-0"},{"id":6710,"c":30,"u":"bard%20college%20feature_bard_phb_6_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 6; Bard College feature","uh":"bard_phb,state:feature=s5-0"},{"id":6712,"c":30,"u":"countercharm_bard_phb_6_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 6; Countercharm","uh":"bard_phb,state:feature=s5-0"},{"id":6714,"c":30,"u":"ability%20score%20improvement_bard_phb_8_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 8; Ability Score Improvement","uh":"bard_phb,state:feature=s7-0"},{"id":6716,"c":30,"u":"song%20of%20rest%20(d8)_bard_phb_9_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 9; Song of Rest (d8)","uh":"bard_phb,state:feature=s8-0"},{"id":6718,"c":30,"u":"bardic%20inspiration%20(d10)_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 10; Bardic Inspiration (d10)","uh":"bard_phb,state:feature=s9-0"},{"id":6720,"c":30,"u":"expertise_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 10; Expertise","uh":"bard_phb,state:feature=s9-0"},{"id":6722,"c":30,"u":"magical%20secrets_bard_phb_10_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 10; Magical Secrets","uh":"bard_phb,state:feature=s9-0"},{"id":6724,"c":30,"u":"ability%20score%20improvement_bard_phb_12_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 12; Ability Score Improvement","uh":"bard_phb,state:feature=s11-0"},{"id":6726,"c":30,"u":"song%20of%20rest%20(d10)_bard_phb_13_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 13; Song of Rest (d10)","uh":"bard_phb,state:feature=s12-0"},{"id":6728,"c":30,"u":"bard%20college%20feature_bard_phb_14_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 14; Bard College feature","uh":"bard_phb,state:feature=s13-0"},{"id":6730,"c":30,"u":"magical%20secrets_bard_phb_14_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 14; Magical Secrets","uh":"bard_phb,state:feature=s13-0"},{"id":6732,"c":30,"u":"bardic%20inspiration%20(d12)_bard_phb_15_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 15; Bardic Inspiration (d12)","uh":"bard_phb,state:feature=s14-0"},{"id":6734,"c":30,"u":"ability%20score%20improvement_bard_phb_16_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 16; Ability Score Improvement","uh":"bard_phb,state:feature=s15-0"},{"id":6736,"c":30,"u":"song%20of%20rest%20(d12)_bard_phb_17_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 17; Song of Rest (d12)","uh":"bard_phb,state:feature=s16-0"},{"id":6738,"c":30,"u":"magical%20secrets_bard_phb_18_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 18; Magical Secrets","uh":"bard_phb,state:feature=s17-0"},{"id":6740,"c":30,"u":"ability%20score%20improvement_bard_phb_19_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 19; Ability Score Improvement","uh":"bard_phb,state:feature=s18-0"},{"id":6742,"c":30,"u":"superior%20inspiration_bard_phb_20_phb","p":51,"s":"PHB","h":1,"r":1,"n":"Bard 20; Superior Inspiration","uh":"bard_phb,state:feature=s19-0"},{"id":6744,"c":30,"u":"bardic%20inspiration_bard_xphb_1_xphb","p":59,"s":"XPHB","h":1,"n":"Bard 1; Bardic Inspiration","uh":"bard_xphb,state:feature=s0-0"},{"id":6746,"c":30,"u":"spellcasting_bard_xphb_1_xphb","p":59,"s":"XPHB","h":1,"n":"Bard 1; Spellcasting","uh":"bard_xphb,state:feature=s0-0"},{"id":6748,"c":30,"u":"expertise_bard_xphb_2_xphb","p":60,"s":"XPHB","h":1,"n":"Bard 2; Expertise","uh":"bard_xphb,state:feature=s1-0"},{"id":6750,"c":30,"u":"jack%20of%20all%20trades_bard_xphb_2_xphb","p":60,"s":"XPHB","h":1,"n":"Bard 2; Jack of All Trades","uh":"bard_xphb,state:feature=s1-0"},{"id":6752,"c":30,"u":"bard%20subclass_bard_xphb_3_xphb","p":60,"s":"XPHB","h":1,"n":"Bard 3; Bard Subclass","uh":"bard_xphb,state:feature=s2-0"},{"id":6754,"c":30,"u":"ability%20score%20improvement_bard_xphb_4_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 4; Ability Score Improvement","uh":"bard_xphb,state:feature=s3-0"},{"id":6756,"c":30,"u":"font%20of%20inspiration_bard_xphb_5_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 5; Font of Inspiration","uh":"bard_xphb,state:feature=s4-0"},{"id":6758,"c":30,"u":"subclass%20feature_bard_xphb_6_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 6; Subclass Feature","uh":"bard_xphb,state:feature=s5-0"},{"id":6760,"c":30,"u":"countercharm_bard_xphb_7_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 7; Countercharm","uh":"bard_xphb,state:feature=s6-0"},{"id":6762,"c":30,"u":"ability%20score%20improvement_bard_xphb_8_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 8; Ability Score Improvement","uh":"bard_xphb,state:feature=s7-0"},{"id":6764,"c":30,"u":"expertise_bard_xphb_9_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 9; Expertise","uh":"bard_xphb,state:feature=s8-0"},{"id":6766,"c":30,"u":"magical%20secrets_bard_xphb_10_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 10; Magical Secrets","uh":"bard_xphb,state:feature=s9-0"},{"id":6768,"c":30,"u":"ability%20score%20improvement_bard_xphb_12_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 12; Ability Score Improvement","uh":"bard_xphb,state:feature=s11-0"},{"id":6770,"c":30,"u":"subclass%20feature_bard_xphb_14_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 14; Subclass Feature","uh":"bard_xphb,state:feature=s13-0"},{"id":6772,"c":30,"u":"ability%20score%20improvement_bard_xphb_16_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 16; Ability Score Improvement","uh":"bard_xphb,state:feature=s15-0"},{"id":6774,"c":30,"u":"superior%20inspiration_bard_xphb_18_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 18; Superior Inspiration","uh":"bard_xphb,state:feature=s17-0"},{"id":6776,"c":30,"u":"epic%20boon_bard_xphb_19_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 19; Epic Boon","uh":"bard_xphb,state:feature=s18-0"},{"id":6778,"c":30,"u":"words%20of%20creation_bard_xphb_20_xphb","p":61,"s":"XPHB","h":1,"n":"Bard 20; Words of Creation","uh":"bard_xphb,state:feature=s19-0"},{"id":6780,"c":30,"u":"divine%20domain_cleric_phb_1_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 1; Divine Domain","uh":"cleric_phb,state:feature=s0-0"},{"id":6782,"c":30,"u":"spellcasting_cleric_phb_1_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 1; Spellcasting","uh":"cleric_phb,state:feature=s0-0"},{"id":6784,"c":30,"u":"channel%20divinity_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 2; Channel Divinity","uh":"cleric_phb,state:feature=s1-0"},{"id":6786,"c":30,"u":"channel%20divinity%3a%20harness%20divine%20power_cleric_phb_2_tce","p":30,"s":"TCE","h":1,"n":"Cleric 2; Channel Divinity: Harness Divine Power","uh":"cleric_phb,state:feature=s1-0"},{"id":6788,"c":30,"u":"channel%20divinity%3a%20turn%20undead_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 2; Channel Divinity: Turn Undead","uh":"cleric_phb,state:feature=s1-0"},{"id":6790,"c":30,"u":"divine%20domain%20feature_cleric_phb_2_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 2; Divine Domain feature","uh":"cleric_phb,state:feature=s1-0"},{"id":6792,"c":30,"u":"ability%20score%20improvement_cleric_phb_4_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 4; Ability Score Improvement","uh":"cleric_phb,state:feature=s3-0"},{"id":6794,"c":30,"u":"cantrip%20versatility_cleric_phb_4_tce","p":30,"s":"TCE","h":1,"n":"Cleric 4; Cantrip Versatility","uh":"cleric_phb,state:feature=s3-0"},{"id":6796,"c":30,"u":"destroy%20undead%20(cr%201%2f2)_cleric_phb_5_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 5; Destroy Undead (CR 1/2)","uh":"cleric_phb,state:feature=s4-0"},{"id":6798,"c":30,"u":"channel%20divinity_cleric_phb_6_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 6; Channel Divinity","uh":"cleric_phb,state:feature=s5-0"},{"id":6800,"c":30,"u":"divine%20domain%20feature_cleric_phb_6_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 6; Divine Domain feature","uh":"cleric_phb,state:feature=s5-0"},{"id":6802,"c":30,"u":"ability%20score%20improvement_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 8; Ability Score Improvement","uh":"cleric_phb,state:feature=s7-0"},{"id":6804,"c":30,"u":"destroy%20undead%20(cr%201)_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 8; Destroy Undead (CR 1)","uh":"cleric_phb,state:feature=s7-0"},{"id":6806,"c":30,"u":"divine%20domain%20feature_cleric_phb_8_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 8; Divine Domain feature","uh":"cleric_phb,state:feature=s7-0"},{"id":6808,"c":30,"u":"divine%20intervention_cleric_phb_10_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 10; Divine Intervention","uh":"cleric_phb,state:feature=s9-0"},{"id":6810,"c":30,"u":"destroy%20undead%20(cr%202)_cleric_phb_11_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 11; Destroy Undead (CR 2)","uh":"cleric_phb,state:feature=s10-0"},{"id":6812,"c":30,"u":"ability%20score%20improvement_cleric_phb_12_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 12; Ability Score Improvement","uh":"cleric_phb,state:feature=s11-0"},{"id":6814,"c":30,"u":"destroy%20undead%20(cr%203)_cleric_phb_14_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 14; Destroy Undead (CR 3)","uh":"cleric_phb,state:feature=s13-0"},{"id":6816,"c":30,"u":"ability%20score%20improvement_cleric_phb_16_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 16; Ability Score Improvement","uh":"cleric_phb,state:feature=s15-0"},{"id":6818,"c":30,"u":"destroy%20undead%20(cr%204)_cleric_phb_17_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 17; Destroy Undead (CR 4)","uh":"cleric_phb,state:feature=s16-0"},{"id":6820,"c":30,"u":"divine%20domain%20feature_cleric_phb_17_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 17; Divine Domain feature","uh":"cleric_phb,state:feature=s16-0"},{"id":6822,"c":30,"u":"channel%20divinity_cleric_phb_18_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 18; Channel Divinity","uh":"cleric_phb,state:feature=s17-0"},{"id":6824,"c":30,"u":"ability%20score%20improvement_cleric_phb_19_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 19; Ability Score Improvement","uh":"cleric_phb,state:feature=s18-0"},{"id":6826,"c":30,"u":"divine%20intervention%20improvement_cleric_phb_20_phb","p":56,"s":"PHB","h":1,"r":1,"n":"Cleric 20; Divine Intervention Improvement","uh":"cleric_phb,state:feature=s19-0"},{"id":6828,"c":30,"u":"divine%20order_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 1; Divine Order","uh":"cleric_xphb,state:feature=s0-0"},{"id":6830,"c":30,"u":"protector_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 1; Protector","uh":"cleric_xphb,state:feature=s0-0"},{"id":6832,"c":30,"u":"spellcasting_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 1; Spellcasting","uh":"cleric_xphb,state:feature=s0-0"},{"id":6834,"c":30,"u":"thaumaturge_cleric_xphb_1_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 1; Thaumaturge","uh":"cleric_xphb,state:feature=s0-0"},{"id":6836,"c":30,"u":"channel%20divinity_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 2; Channel Divinity","uh":"cleric_xphb,state:feature=s1-0"},{"id":6838,"c":30,"u":"divine%20spark_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 2; Divine Spark","uh":"cleric_xphb,state:feature=s1-0"},{"id":6840,"c":30,"u":"turn%20undead_cleric_xphb_2_xphb","p":70,"s":"XPHB","h":1,"n":"Cleric 2; Turn Undead","uh":"cleric_xphb,state:feature=s1-0"},{"id":6842,"c":30,"u":"cleric%20subclass_cleric_xphb_3_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 3; Cleric Subclass","uh":"cleric_xphb,state:feature=s2-0"},{"id":6844,"c":30,"u":"ability%20score%20improvement_cleric_xphb_4_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 4; Ability Score Improvement","uh":"cleric_xphb,state:feature=s3-0"},{"id":6846,"c":30,"u":"sear%20undead_cleric_xphb_5_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 5; Sear Undead","uh":"cleric_xphb,state:feature=s4-0"},{"id":6848,"c":30,"u":"subclass%20feature_cleric_xphb_6_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 6; Subclass Feature","uh":"cleric_xphb,state:feature=s5-0"},{"id":6850,"c":30,"u":"blessed%20strikes_cleric_xphb_7_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 7; Blessed Strikes","uh":"cleric_xphb,state:feature=s6-0"},{"id":6852,"c":30,"u":"ability%20score%20improvement_cleric_xphb_8_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 8; Ability Score Improvement","uh":"cleric_xphb,state:feature=s7-0"},{"id":6854,"c":30,"u":"divine%20intervention_cleric_xphb_10_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 10; Divine Intervention","uh":"cleric_xphb,state:feature=s9-0"},{"id":6856,"c":30,"u":"ability%20score%20improvement_cleric_xphb_12_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 12; Ability Score Improvement","uh":"cleric_xphb,state:feature=s11-0"},{"id":6858,"c":30,"u":"improved%20blessed%20strikes_cleric_xphb_14_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 14; Improved Blessed Strikes","uh":"cleric_xphb,state:feature=s13-0"},{"id":6860,"c":30,"u":"ability%20score%20improvement_cleric_xphb_16_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 16; Ability Score Improvement","uh":"cleric_xphb,state:feature=s15-0"},{"id":6862,"c":30,"u":"subclass%20feature_cleric_xphb_17_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 17; Subclass Feature","uh":"cleric_xphb,state:feature=s16-0"},{"id":6864,"c":30,"u":"epic%20boon_cleric_xphb_19_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 19; Epic Boon","uh":"cleric_xphb,state:feature=s18-0"},{"id":6866,"c":30,"u":"greater%20divine%20intervention_cleric_xphb_20_xphb","p":71,"s":"XPHB","h":1,"n":"Cleric 20; Greater Divine Intervention","uh":"cleric_xphb,state:feature=s19-0"},{"id":6868,"c":30,"u":"druidic_druid_phb_1_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 1; Druidic","uh":"druid_phb,state:feature=s0-0"},{"id":6870,"c":30,"u":"spellcasting_druid_phb_1_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 1; Spellcasting","uh":"druid_phb,state:feature=s0-0"},{"id":6872,"c":30,"u":"druid%20circle_druid_phb_2_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 2; Druid Circle","uh":"druid_phb,state:feature=s1-0"},{"id":6874,"c":30,"u":"wild%20companion_druid_phb_2_tce","p":35,"s":"TCE","h":1,"n":"Druid 2; Wild Companion","uh":"druid_phb,state:feature=s1-0"},{"id":6876,"c":30,"u":"wild%20shape_druid_phb_2_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 2; Wild Shape","uh":"druid_phb,state:feature=s1-0"},{"id":6878,"c":30,"u":"ability%20score%20improvement_druid_phb_4_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 4; Ability Score Improvement","uh":"druid_phb,state:feature=s3-0"},{"id":6880,"c":30,"u":"cantrip%20versatility_druid_phb_4_tce","p":35,"s":"TCE","h":1,"n":"Druid 4; Cantrip Versatility","uh":"druid_phb,state:feature=s3-0"},{"id":6882,"c":30,"u":"wild%20shape%20improvement_druid_phb_4_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 4; Wild Shape Improvement","uh":"druid_phb,state:feature=s3-0"},{"id":6884,"c":30,"u":"druid%20circle%20feature_druid_phb_6_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 6; Druid Circle feature","uh":"druid_phb,state:feature=s5-0"},{"id":6886,"c":30,"u":"ability%20score%20improvement_druid_phb_8_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 8; Ability Score Improvement","uh":"druid_phb,state:feature=s7-0"},{"id":6888,"c":30,"u":"wild%20shape%20improvement_druid_phb_8_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 8; Wild Shape Improvement","uh":"druid_phb,state:feature=s7-0"},{"id":6890,"c":30,"u":"druid%20circle%20feature_druid_phb_10_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 10; Druid Circle feature","uh":"druid_phb,state:feature=s9-0"},{"id":6892,"c":30,"u":"ability%20score%20improvement_druid_phb_12_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 12; Ability Score Improvement","uh":"druid_phb,state:feature=s11-0"},{"id":6894,"c":30,"u":"druid%20circle%20feature_druid_phb_14_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 14; Druid Circle feature","uh":"druid_phb,state:feature=s13-0"},{"id":6896,"c":30,"u":"ability%20score%20improvement_druid_phb_16_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 16; Ability Score Improvement","uh":"druid_phb,state:feature=s15-0"},{"id":6898,"c":30,"u":"beast%20spells_druid_phb_18_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 18; Beast Spells","uh":"druid_phb,state:feature=s17-0"},{"id":6900,"c":30,"u":"timeless%20body_druid_phb_18_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 18; Timeless Body","uh":"druid_phb,state:feature=s17-0"},{"id":6902,"c":30,"u":"ability%20score%20improvement_druid_phb_19_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 19; Ability Score Improvement","uh":"druid_phb,state:feature=s18-0"},{"id":6904,"c":30,"u":"archdruid_druid_phb_20_phb","p":64,"s":"PHB","h":1,"r":1,"n":"Druid 20; Archdruid","uh":"druid_phb,state:feature=s19-0"},{"id":6906,"c":30,"u":"druidic_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"n":"Druid 1; Druidic","uh":"druid_xphb,state:feature=s0-0"},{"id":6908,"c":30,"u":"magician_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"n":"Druid 1; Magician","uh":"druid_xphb,state:feature=s0-0"},{"id":6910,"c":30,"u":"primal%20order_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"n":"Druid 1; Primal Order","uh":"druid_xphb,state:feature=s0-0"},{"id":6912,"c":30,"u":"spellcasting_druid_xphb_1_xphb","p":79,"s":"XPHB","h":1,"n":"Druid 1; Spellcasting","uh":"druid_xphb,state:feature=s0-0"},{"id":6914,"c":30,"u":"warden_druid_xphb_1_xphb","p":80,"s":"XPHB","h":1,"n":"Druid 1; Warden","uh":"druid_xphb,state:feature=s0-0"},{"id":6916,"c":30,"u":"wild%20companion_druid_xphb_2_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 2; Wild Companion","uh":"druid_xphb,state:feature=s1-0"},{"id":6918,"c":30,"u":"wild%20shape_druid_xphb_2_xphb","p":80,"s":"XPHB","h":1,"n":"Druid 2; Wild Shape","uh":"druid_xphb,state:feature=s1-0"},{"id":6920,"c":30,"u":"druid%20subclass_druid_xphb_3_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 3; Druid Subclass","uh":"druid_xphb,state:feature=s2-0"},{"id":6922,"c":30,"u":"ability%20score%20improvement_druid_xphb_4_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 4; Ability Score Improvement","uh":"druid_xphb,state:feature=s3-0"},{"id":6924,"c":30,"u":"wild%20resurgence_druid_xphb_5_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 5; Wild Resurgence","uh":"druid_xphb,state:feature=s4-0"},{"id":6926,"c":30,"u":"subclass%20feature_druid_xphb_6_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 6; Subclass Feature","uh":"druid_xphb,state:feature=s5-0"},{"id":6928,"c":30,"u":"elemental%20fury_druid_xphb_7_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 7; Elemental Fury","uh":"druid_xphb,state:feature=s6-0"},{"id":6930,"c":30,"u":"ability%20score%20improvement_druid_xphb_8_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 8; Ability Score Improvement","uh":"druid_xphb,state:feature=s7-0"},{"id":6932,"c":30,"u":"subclass%20feature_druid_xphb_10_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 10; Subclass Feature","uh":"druid_xphb,state:feature=s9-0"},{"id":6934,"c":30,"u":"ability%20score%20improvement_druid_xphb_12_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 12; Ability Score Improvement","uh":"druid_xphb,state:feature=s11-0"},{"id":6936,"c":30,"u":"subclass%20feature_druid_xphb_14_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 14; Subclass Feature","uh":"druid_xphb,state:feature=s13-0"},{"id":6938,"c":30,"u":"improved%20elemental%20fury_druid_xphb_15_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 15; Improved Elemental Fury","uh":"druid_xphb,state:feature=s14-0"},{"id":6940,"c":30,"u":"ability%20score%20improvement_druid_xphb_16_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 16; Ability Score Improvement","uh":"druid_xphb,state:feature=s15-0"},{"id":6942,"c":30,"u":"beast%20spells_druid_xphb_18_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 18; Beast Spells","uh":"druid_xphb,state:feature=s17-0"},{"id":6944,"c":30,"u":"epic%20boon_druid_xphb_19_xphb","p":81,"s":"XPHB","h":1,"n":"Druid 19; Epic Boon","uh":"druid_xphb,state:feature=s18-0"},{"id":6946,"c":30,"u":"archdruid_druid_xphb_20_xphb","p":82,"s":"XPHB","h":1,"n":"Druid 20; Archdruid","uh":"druid_xphb,state:feature=s19-0"},{"id":6948,"c":30,"u":"fighting%20style_fighter_phb_1_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 1; Fighting Style","uh":"fighter_phb,state:feature=s0-0"},{"id":6950,"c":30,"u":"second%20wind_fighter_phb_1_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 1; Second Wind","uh":"fighter_phb,state:feature=s0-0"},{"id":6952,"c":30,"u":"action%20surge_fighter_phb_2_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 2; Action Surge","uh":"fighter_phb,state:feature=s1-0"},{"id":6954,"c":30,"u":"martial%20archetype_fighter_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 3; Martial Archetype","uh":"fighter_phb,state:feature=s2-0"},{"id":6956,"c":30,"u":"ability%20score%20improvement_fighter_phb_4_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 4; Ability Score Improvement","uh":"fighter_phb,state:feature=s3-0"},{"id":6958,"c":30,"u":"martial%20versatility_fighter_phb_4_tce","p":41,"s":"TCE","h":1,"n":"Fighter 4; Martial Versatility","uh":"fighter_phb,state:feature=s3-0"},{"id":6960,"c":30,"u":"extra%20attack_fighter_phb_5_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 5; Extra Attack","uh":"fighter_phb,state:feature=s4-0"},{"id":6962,"c":30,"u":"ability%20score%20improvement_fighter_phb_6_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 6; Ability Score Improvement","uh":"fighter_phb,state:feature=s5-0"},{"id":6964,"c":30,"u":"martial%20archetype%20feature_fighter_phb_7_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 7; Martial Archetype feature","uh":"fighter_phb,state:feature=s6-0"},{"id":6966,"c":30,"u":"ability%20score%20improvement_fighter_phb_8_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 8; Ability Score Improvement","uh":"fighter_phb,state:feature=s7-0"},{"id":6968,"c":30,"u":"indomitable_fighter_phb_9_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 9; Indomitable","uh":"fighter_phb,state:feature=s8-0"},{"id":6970,"c":30,"u":"martial%20archetype%20feature_fighter_phb_10_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 10; Martial Archetype feature","uh":"fighter_phb,state:feature=s9-0"},{"id":6972,"c":30,"u":"extra%20attack%20(2)_fighter_phb_11_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 11; Extra Attack (2)","uh":"fighter_phb,state:feature=s10-0"},{"id":6974,"c":30,"u":"ability%20score%20improvement_fighter_phb_12_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 12; Ability Score Improvement","uh":"fighter_phb,state:feature=s11-0"},{"id":6976,"c":30,"u":"indomitable%20(two%20uses)_fighter_phb_13_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 13; Indomitable (two uses)","uh":"fighter_phb,state:feature=s12-0"},{"id":6978,"c":30,"u":"ability%20score%20improvement_fighter_phb_14_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 14; Ability Score Improvement","uh":"fighter_phb,state:feature=s13-0"},{"id":6980,"c":30,"u":"martial%20archetype%20feature_fighter_phb_15_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 15; Martial Archetype feature","uh":"fighter_phb,state:feature=s14-0"},{"id":6982,"c":30,"u":"ability%20score%20improvement_fighter_phb_16_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 16; Ability Score Improvement","uh":"fighter_phb,state:feature=s15-0"},{"id":6984,"c":30,"u":"action%20surge%20(two%20uses)_fighter_phb_17_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 17; Action Surge (two uses)","uh":"fighter_phb,state:feature=s16-0"},{"id":6986,"c":30,"u":"indomitable%20(three%20uses)_fighter_phb_17_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 17; Indomitable (three uses)","uh":"fighter_phb,state:feature=s16-0"},{"id":6988,"c":30,"u":"martial%20archetype%20feature_fighter_phb_18_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 18; Martial Archetype feature","uh":"fighter_phb,state:feature=s17-0"},{"id":6990,"c":30,"u":"ability%20score%20improvement_fighter_phb_19_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 19; Ability Score Improvement","uh":"fighter_phb,state:feature=s18-0"},{"id":6992,"c":30,"u":"extra%20attack%20(3)_fighter_phb_20_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Fighter 20; Extra Attack (3)","uh":"fighter_phb,state:feature=s19-0"},{"id":6994,"c":30,"u":"fighting%20style_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 1; Fighting Style","uh":"fighter_xphb,state:feature=s0-0"},{"id":6996,"c":30,"u":"second%20wind_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 1; Second Wind","uh":"fighter_xphb,state:feature=s0-0"},{"id":6998,"c":30,"u":"weapon%20mastery_fighter_xphb_1_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 1; Weapon Mastery","uh":"fighter_xphb,state:feature=s0-0"},{"id":7000,"c":30,"u":"action%20surge_fighter_xphb_2_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 2; Action Surge","uh":"fighter_xphb,state:feature=s1-0"},{"id":7002,"c":30,"u":"tactical%20mind_fighter_xphb_2_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 2; Tactical Mind","uh":"fighter_xphb,state:feature=s1-0"},{"id":7004,"c":30,"u":"fighter%20subclass_fighter_xphb_3_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 3; Fighter Subclass","uh":"fighter_xphb,state:feature=s2-0"},{"id":7006,"c":30,"u":"ability%20score%20improvement_fighter_xphb_4_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 4; Ability Score Improvement","uh":"fighter_xphb,state:feature=s3-0"},{"id":7008,"c":30,"u":"extra%20attack_fighter_xphb_5_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 5; Extra Attack","uh":"fighter_xphb,state:feature=s4-0"},{"id":7010,"c":30,"u":"tactical%20shift_fighter_xphb_5_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 5; Tactical Shift","uh":"fighter_xphb,state:feature=s4-0"},{"id":7012,"c":30,"u":"ability%20score%20improvement_fighter_xphb_6_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 6; Ability Score Improvement","uh":"fighter_xphb,state:feature=s5-0"},{"id":7014,"c":30,"u":"subclass%20feature_fighter_xphb_7_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 7; Subclass Feature","uh":"fighter_xphb,state:feature=s6-0"},{"id":7016,"c":30,"u":"ability%20score%20improvement_fighter_xphb_8_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 8; Ability Score Improvement","uh":"fighter_xphb,state:feature=s7-0"},{"id":7018,"c":30,"u":"indomitable_fighter_xphb_9_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 9; Indomitable","uh":"fighter_xphb,state:feature=s8-0"},{"id":7020,"c":30,"u":"tactical%20master_fighter_xphb_9_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 9; Tactical Master","uh":"fighter_xphb,state:feature=s8-0"},{"id":7022,"c":30,"u":"subclass%20feature_fighter_xphb_10_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 10; Subclass Feature","uh":"fighter_xphb,state:feature=s9-0"},{"id":7024,"c":30,"u":"two%20extra%20attacks_fighter_xphb_11_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 11; Two Extra Attacks","uh":"fighter_xphb,state:feature=s10-0"},{"id":7026,"c":30,"u":"ability%20score%20improvement_fighter_xphb_12_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 12; Ability Score Improvement","uh":"fighter_xphb,state:feature=s11-0"},{"id":7028,"c":30,"u":"indomitable_fighter_xphb_13_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 13; Indomitable","uh":"fighter_xphb,state:feature=s12-0"},{"id":7030,"c":30,"u":"studied%20attacks_fighter_xphb_13_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 13; Studied Attacks","uh":"fighter_xphb,state:feature=s12-0"},{"id":7032,"c":30,"u":"ability%20score%20improvement_fighter_xphb_14_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 14; Ability Score Improvement","uh":"fighter_xphb,state:feature=s13-0"},{"id":7034,"c":30,"u":"subclass%20feature_fighter_xphb_15_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 15; Subclass Feature","uh":"fighter_xphb,state:feature=s14-0"},{"id":7036,"c":30,"u":"ability%20score%20improvement_fighter_xphb_16_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 16; Ability Score Improvement","uh":"fighter_xphb,state:feature=s15-0"},{"id":7038,"c":30,"u":"action%20surge_fighter_xphb_17_xphb","p":91,"s":"XPHB","h":1,"n":"Fighter 17; Action Surge","uh":"fighter_xphb,state:feature=s16-0"},{"id":7040,"c":30,"u":"indomitable_fighter_xphb_17_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 17; Indomitable","uh":"fighter_xphb,state:feature=s16-0"},{"id":7042,"c":30,"u":"subclass%20feature_fighter_xphb_18_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 18; Subclass Feature","uh":"fighter_xphb,state:feature=s17-0"},{"id":7044,"c":30,"u":"epic%20boon_fighter_xphb_19_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 19; Epic Boon","uh":"fighter_xphb,state:feature=s18-0"},{"id":7046,"c":30,"u":"three%20extra%20attacks_fighter_xphb_20_xphb","p":92,"s":"XPHB","h":1,"n":"Fighter 20; Three Extra Attacks","uh":"fighter_xphb,state:feature=s19-0"},{"id":7048,"c":30,"u":"martial%20arts_monk_phb_1_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 1; Martial Arts","uh":"monk_phb,state:feature=s0-0"},{"id":7050,"c":30,"u":"unarmored%20defense_monk_phb_1_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 1; Unarmored Defense","uh":"monk_phb,state:feature=s0-0"},{"id":7052,"c":30,"u":"dedicated%20weapon_monk_phb_2_tce","p":48,"s":"TCE","h":1,"n":"Monk 2; Dedicated Weapon","uh":"monk_phb,state:feature=s1-0"},{"id":7054,"c":30,"u":"flurry%20of%20blows_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 2; Flurry of Blows","uh":"monk_phb,state:feature=s1-0"},{"id":7056,"c":30,"u":"ki_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 2; Ki","uh":"monk_phb,state:feature=s1-0"},{"id":7058,"c":30,"u":"patient%20defense_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 2; Patient Defense","uh":"monk_phb,state:feature=s1-0"},{"id":7060,"c":30,"u":"step%20of%20the%20wind_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 2; Step of the Wind","uh":"monk_phb,state:feature=s1-0"},{"id":7062,"c":30,"u":"unarmored%20movement_monk_phb_2_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 2; Unarmored Movement","uh":"monk_phb,state:feature=s1-0"},{"id":7064,"c":30,"u":"deflect%20missiles_monk_phb_3_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 3; Deflect Missiles","uh":"monk_phb,state:feature=s2-0"},{"id":7066,"c":30,"u":"ki-fueled%20attack_monk_phb_3_tce","p":48,"s":"TCE","h":1,"n":"Monk 3; Ki-Fueled Attack","uh":"monk_phb,state:feature=s2-0"},{"id":7068,"c":30,"u":"monastic%20tradition_monk_phb_3_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 3; Monastic Tradition","uh":"monk_phb,state:feature=s2-0"},{"id":7070,"c":30,"u":"ability%20score%20improvement_monk_phb_4_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 4; Ability Score Improvement","uh":"monk_phb,state:feature=s3-0"},{"id":7072,"c":30,"u":"quickened%20healing_monk_phb_4_tce","p":48,"s":"TCE","h":1,"n":"Monk 4; Quickened Healing","uh":"monk_phb,state:feature=s3-0"},{"id":7074,"c":30,"u":"slow%20fall_monk_phb_4_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 4; Slow Fall","uh":"monk_phb,state:feature=s3-0"},{"id":7076,"c":30,"u":"extra%20attack_monk_phb_5_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 5; Extra Attack","uh":"monk_phb,state:feature=s4-0"},{"id":7078,"c":30,"u":"focused%20aim_monk_phb_5_tce","p":48,"s":"TCE","h":1,"n":"Monk 5; Focused Aim","uh":"monk_phb,state:feature=s4-0"},{"id":7080,"c":30,"u":"stunning%20strike_monk_phb_5_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 5; Stunning Strike","uh":"monk_phb,state:feature=s4-0"},{"id":7082,"c":30,"u":"ki-empowered%20strikes_monk_phb_6_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 6; Ki-Empowered Strikes","uh":"monk_phb,state:feature=s5-0"},{"id":7084,"c":30,"u":"monastic%20tradition%20feature_monk_phb_6_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 6; Monastic Tradition feature","uh":"monk_phb,state:feature=s5-0"},{"id":7086,"c":30,"u":"evasion_monk_phb_7_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 7; Evasion","uh":"monk_phb,state:feature=s6-0"},{"id":7088,"c":30,"u":"stillness%20of%20mind_monk_phb_7_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 7; Stillness of Mind","uh":"monk_phb,state:feature=s6-0"},{"id":7090,"c":30,"u":"ability%20score%20improvement_monk_phb_8_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 8; Ability Score Improvement","uh":"monk_phb,state:feature=s7-0"},{"id":7092,"c":30,"u":"unarmored%20movement%20improvement_monk_phb_9_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 9; Unarmored Movement improvement","uh":"monk_phb,state:feature=s8-0"},{"id":7094,"c":30,"u":"purity%20of%20body_monk_phb_10_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 10; Purity of Body","uh":"monk_phb,state:feature=s9-0"},{"id":7096,"c":30,"u":"monastic%20tradition%20feature_monk_phb_11_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 11; Monastic Tradition feature","uh":"monk_phb,state:feature=s10-0"},{"id":7098,"c":30,"u":"ability%20score%20improvement_monk_phb_12_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 12; Ability Score Improvement","uh":"monk_phb,state:feature=s11-0"},{"id":7100,"c":30,"u":"tongue%20of%20the%20sun%20and%20moon_monk_phb_13_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 13; Tongue of the Sun and Moon","uh":"monk_phb,state:feature=s12-0"},{"id":7102,"c":30,"u":"diamond%20soul_monk_phb_14_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 14; Diamond Soul","uh":"monk_phb,state:feature=s13-0"},{"id":7104,"c":30,"u":"timeless%20body_monk_phb_15_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 15; Timeless Body","uh":"monk_phb,state:feature=s14-0"},{"id":7106,"c":30,"u":"ability%20score%20improvement_monk_phb_16_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 16; Ability Score Improvement","uh":"monk_phb,state:feature=s15-0"},{"id":7108,"c":30,"u":"monastic%20tradition%20feature_monk_phb_17_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 17; Monastic Tradition feature","uh":"monk_phb,state:feature=s16-0"},{"id":7110,"c":30,"u":"empty%20body_monk_phb_18_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 18; Empty Body","uh":"monk_phb,state:feature=s17-0"},{"id":7112,"c":30,"u":"ability%20score%20improvement_monk_phb_19_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 19; Ability Score Improvement","uh":"monk_phb,state:feature=s18-0"},{"id":7114,"c":30,"u":"perfect%20self_monk_phb_20_phb","p":76,"s":"PHB","h":1,"r":1,"n":"Monk 20; Perfect Self","uh":"monk_phb,state:feature=s19-0"},{"id":7116,"c":30,"u":"bonus%20unarmed%20strike_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 1; Bonus Unarmed Strike","uh":"monk_xphb,state:feature=s0-0"},{"id":7118,"c":30,"u":"dexterous%20attacks_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 1; Dexterous Attacks","uh":"monk_xphb,state:feature=s0-0"},{"id":7120,"c":30,"u":"martial%20arts_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 1; Martial Arts","uh":"monk_xphb,state:feature=s0-0"},{"id":7122,"c":30,"u":"martial%20arts%20die_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 1; Martial Arts Die","uh":"monk_xphb,state:feature=s0-0"},{"id":7124,"c":30,"u":"unarmored%20defense_monk_xphb_1_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 1; Unarmored Defense","uh":"monk_xphb,state:feature=s0-0"},{"id":7126,"c":30,"u":"flurry%20of%20blows_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 2; Flurry of Blows","uh":"monk_xphb,state:feature=s1-0"},{"id":7128,"c":30,"u":"monk's%20focus_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 2; Monk's Focus","uh":"monk_xphb,state:feature=s1-0"},{"id":7130,"c":30,"u":"patient%20defense_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 2; Patient Defense","uh":"monk_xphb,state:feature=s1-0"},{"id":7132,"c":30,"u":"step%20of%20the%20wind_monk_xphb_2_xphb","p":101,"s":"XPHB","h":1,"n":"Monk 2; Step of the Wind","uh":"monk_xphb,state:feature=s1-0"},{"id":7134,"c":30,"u":"unarmored%20movement_monk_xphb_2_xphb","p":102,"s":"XPHB","h":1,"n":"Monk 2; Unarmored Movement","uh":"monk_xphb,state:feature=s1-0"},{"id":7136,"c":30,"u":"uncanny%20metabolism_monk_xphb_2_xphb","p":102,"s":"XPHB","h":1,"n":"Monk 2; Uncanny Metabolism","uh":"monk_xphb,state:feature=s1-0"},{"id":7138,"c":30,"u":"deflect%20attacks_monk_xphb_3_xphb","p":102,"s":"XPHB","h":1,"n":"Monk 3; Deflect Attacks","uh":"monk_xphb,state:feature=s2-0"},{"id":7140,"c":30,"u":"monk%20subclass_monk_xphb_3_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 3; Monk Subclass","uh":"monk_xphb,state:feature=s2-0"},{"id":7142,"c":30,"u":"ability%20score%20improvement_monk_xphb_4_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 4; Ability Score Improvement","uh":"monk_xphb,state:feature=s3-0"},{"id":7144,"c":30,"u":"slow%20fall_monk_xphb_4_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 4; Slow Fall","uh":"monk_xphb,state:feature=s3-0"},{"id":7146,"c":30,"u":"extra%20attack_monk_xphb_5_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 5; Extra Attack","uh":"monk_xphb,state:feature=s4-0"},{"id":7148,"c":30,"u":"stunning%20strike_monk_xphb_5_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 5; Stunning Strike","uh":"monk_xphb,state:feature=s4-0"},{"id":7150,"c":30,"u":"empowered%20strikes_monk_xphb_6_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 6; Empowered Strikes","uh":"monk_xphb,state:feature=s5-0"},{"id":7152,"c":30,"u":"subclass%20feature_monk_xphb_6_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 6; Subclass Feature","uh":"monk_xphb,state:feature=s5-0"},{"id":7154,"c":30,"u":"evasion_monk_xphb_7_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 7; Evasion","uh":"monk_xphb,state:feature=s6-0"},{"id":7156,"c":30,"u":"ability%20score%20improvement_monk_xphb_8_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 8; Ability Score Improvement","uh":"monk_xphb,state:feature=s7-0"},{"id":7158,"c":30,"u":"acrobatic%20movement_monk_xphb_9_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 9; Acrobatic Movement","uh":"monk_xphb,state:feature=s8-0"},{"id":7160,"c":30,"u":"heightened%20focus_monk_xphb_10_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 10; Heightened Focus","uh":"monk_xphb,state:feature=s9-0"},{"id":7162,"c":30,"u":"self-restoration_monk_xphb_10_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 10; Self-Restoration","uh":"monk_xphb,state:feature=s9-0"},{"id":7164,"c":30,"u":"subclass%20feature_monk_xphb_11_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 11; Subclass Feature","uh":"monk_xphb,state:feature=s10-0"},{"id":7166,"c":30,"u":"ability%20score%20improvement_monk_xphb_12_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 12; Ability Score Improvement","uh":"monk_xphb,state:feature=s11-0"},{"id":7168,"c":30,"u":"deflect%20energy_monk_xphb_13_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 13; Deflect Energy","uh":"monk_xphb,state:feature=s12-0"},{"id":7170,"c":30,"u":"disciplined%20survivor_monk_xphb_14_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 14; Disciplined Survivor","uh":"monk_xphb,state:feature=s13-0"},{"id":7172,"c":30,"u":"perfect%20focus_monk_xphb_15_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 15; Perfect Focus","uh":"monk_xphb,state:feature=s14-0"},{"id":7174,"c":30,"u":"ability%20score%20improvement_monk_xphb_16_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 16; Ability Score Improvement","uh":"monk_xphb,state:feature=s15-0"},{"id":7176,"c":30,"u":"subclass%20feature_monk_xphb_17_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 17; Subclass Feature","uh":"monk_xphb,state:feature=s16-0"},{"id":7178,"c":30,"u":"superior%20defense_monk_xphb_18_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 18; Superior Defense","uh":"monk_xphb,state:feature=s17-0"},{"id":7180,"c":30,"u":"epic%20boon_monk_xphb_19_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 19; Epic Boon","uh":"monk_xphb,state:feature=s18-0"},{"id":7182,"c":30,"u":"body%20and%20mind_monk_xphb_20_xphb","p":103,"s":"XPHB","h":1,"n":"Monk 20; Body and Mind","uh":"monk_xphb,state:feature=s19-0"},{"id":7184,"c":30,"u":"mystic%20order_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 1; Mystic Order","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7186,"c":30,"u":"psionic%20disciplines%20and%20talents_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 1; Psionic Disciplines and Talents","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7188,"c":30,"u":"psionics_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 1; Psionics","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7190,"c":30,"u":"using%20a%20discipline_mystic_uathemysticclass_1_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 1; Using a Discipline","uh":"mystic_uathemysticclass,state:feature=s0-0"},{"id":7192,"c":30,"u":"mystical%20recovery_mystic_uathemysticclass_2_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 2; Mystical Recovery","uh":"mystic_uathemysticclass,state:feature=s1-0"},{"id":7194,"c":30,"u":"telepathy_mystic_uathemysticclass_2_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 2; Telepathy","uh":"mystic_uathemysticclass,state:feature=s1-0"},{"id":7196,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_3_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 3; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s2-0"},{"id":7198,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_4_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 4; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s3-0"},{"id":7200,"c":30,"u":"strength%20of%20mind_mystic_uathemysticclass_4_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 4; Strength of Mind","uh":"mystic_uathemysticclass,state:feature=s3-0"},{"id":7202,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_6_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 6; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s5-0"},{"id":7204,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_8_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 8; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s7-0"},{"id":7206,"c":30,"u":"potent%20psionics%20(1d8)_mystic_uathemysticclass_8_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 8; Potent Psionics (1d8)","uh":"mystic_uathemysticclass,state:feature=s7-0"},{"id":7208,"c":30,"u":"consumptive%20power_mystic_uathemysticclass_10_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 10; Consumptive Power","uh":"mystic_uathemysticclass,state:feature=s9-0"},{"id":7210,"c":30,"u":"psionic%20mastery%20(1%2fday)_mystic_uathemysticclass_11_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 11; Psionic Mastery (1/Day)","uh":"mystic_uathemysticclass,state:feature=s10-0"},{"id":7212,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_12_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 12; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s11-0"},{"id":7214,"c":30,"u":"psionic%20mastery%20(2%2fday)_mystic_uathemysticclass_13_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 13; Psionic Mastery (2/Day)","uh":"mystic_uathemysticclass,state:feature=s12-0"},{"id":7216,"c":30,"u":"mystic%20order%20feature_mystic_uathemysticclass_14_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 14; Mystic Order feature","uh":"mystic_uathemysticclass,state:feature=s13-0"},{"id":7218,"c":30,"u":"potent%20psionics%20(2d8)_mystic_uathemysticclass_14_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 14; Potent Psionics (2d8)","uh":"mystic_uathemysticclass,state:feature=s13-0"},{"id":7220,"c":30,"u":"psionic%20mastery%20(3%2fday)_mystic_uathemysticclass_15_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 15; Psionic Mastery (3/Day)","uh":"mystic_uathemysticclass,state:feature=s14-0"},{"id":7222,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_16_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 16; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s15-0"},{"id":7224,"c":30,"u":"psionic%20mastery%20(4%2fday)_mystic_uathemysticclass_17_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 17; Psionic Mastery (4/Day)","uh":"mystic_uathemysticclass,state:feature=s16-0"},{"id":7226,"c":30,"u":"ability%20score%20improvement_mystic_uathemysticclass_19_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 19; Ability Score Improvement","uh":"mystic_uathemysticclass,state:feature=s18-0"},{"id":7228,"c":30,"u":"psionic%20body_mystic_uathemysticclass_20_uathemysticclass","p":1,"s":"UATheMysticClass","h":1,"n":"Mystic 20; Psionic Body","uh":"mystic_uathemysticclass,state:feature=s19-0"},{"id":7230,"c":30,"u":"divine%20sense_paladin_phb_1_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 1; Divine Sense","uh":"paladin_phb,state:feature=s0-0"},{"id":7232,"c":30,"u":"lay%20on%20hands_paladin_phb_1_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 1; Lay on Hands","uh":"paladin_phb,state:feature=s0-0"},{"id":7234,"c":30,"u":"divine%20smite_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 2; Divine Smite","uh":"paladin_phb,state:feature=s1-0"},{"id":7236,"c":30,"u":"fighting%20style_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 2; Fighting Style","uh":"paladin_phb,state:feature=s1-0"},{"id":7238,"c":30,"u":"spellcasting_paladin_phb_2_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 2; Spellcasting","uh":"paladin_phb,state:feature=s1-0"},{"id":7240,"c":30,"u":"channel%20divinity_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 3; Channel Divinity","uh":"paladin_phb,state:feature=s2-0"},{"id":7242,"c":30,"u":"channel%20divinity%3a%20harness%20divine%20power_paladin_phb_3_tce","p":52,"s":"TCE","h":1,"n":"Paladin 3; Channel Divinity: Harness Divine Power","uh":"paladin_phb,state:feature=s2-0"},{"id":7244,"c":30,"u":"divine%20health_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 3; Divine Health","uh":"paladin_phb,state:feature=s2-0"},{"id":7246,"c":30,"u":"sacred%20oath_paladin_phb_3_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 3; Sacred Oath","uh":"paladin_phb,state:feature=s2-0"},{"id":7248,"c":30,"u":"ability%20score%20improvement_paladin_phb_4_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 4; Ability Score Improvement","uh":"paladin_phb,state:feature=s3-0"},{"id":7250,"c":30,"u":"martial%20versatility_paladin_phb_4_tce","p":52,"s":"TCE","h":1,"n":"Paladin 4; Martial Versatility","uh":"paladin_phb,state:feature=s3-0"},{"id":7252,"c":30,"u":"extra%20attack_paladin_phb_5_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 5; Extra Attack","uh":"paladin_phb,state:feature=s4-0"},{"id":7254,"c":30,"u":"aura%20of%20protection_paladin_phb_6_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 6; Aura of Protection","uh":"paladin_phb,state:feature=s5-0"},{"id":7256,"c":30,"u":"sacred%20oath%20feature_paladin_phb_7_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 7; Sacred Oath feature","uh":"paladin_phb,state:feature=s6-0"},{"id":7258,"c":30,"u":"ability%20score%20improvement_paladin_phb_8_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 8; Ability Score Improvement","uh":"paladin_phb,state:feature=s7-0"},{"id":7260,"c":30,"u":"aura%20of%20courage_paladin_phb_10_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 10; Aura of Courage","uh":"paladin_phb,state:feature=s9-0"},{"id":7262,"c":30,"u":"improved%20divine%20smite_paladin_phb_11_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 11; Improved Divine Smite","uh":"paladin_phb,state:feature=s10-0"},{"id":7264,"c":30,"u":"ability%20score%20improvement_paladin_phb_12_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 12; Ability Score Improvement","uh":"paladin_phb,state:feature=s11-0"},{"id":7266,"c":30,"u":"cleansing%20touch_paladin_phb_14_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 14; Cleansing Touch","uh":"paladin_phb,state:feature=s13-0"},{"id":7268,"c":30,"u":"sacred%20oath%20feature_paladin_phb_15_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 15; Sacred Oath feature","uh":"paladin_phb,state:feature=s14-0"},{"id":7270,"c":30,"u":"ability%20score%20improvement_paladin_phb_16_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 16; Ability Score Improvement","uh":"paladin_phb,state:feature=s15-0"},{"id":7272,"c":30,"u":"aura%20improvements_paladin_phb_18_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 18; Aura improvements","uh":"paladin_phb,state:feature=s17-0"},{"id":7274,"c":30,"u":"ability%20score%20improvement_paladin_phb_19_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 19; Ability Score Improvement","uh":"paladin_phb,state:feature=s18-0"},{"id":7276,"c":30,"u":"sacred%20oath%20feature_paladin_phb_20_phb","p":82,"s":"PHB","h":1,"r":1,"n":"Paladin 20; Sacred Oath feature","uh":"paladin_phb,state:feature=s19-0"},{"id":7278,"c":30,"u":"lay%20on%20hands_paladin_xphb_1_xphb","p":109,"s":"XPHB","h":1,"n":"Paladin 1; Lay on Hands","uh":"paladin_xphb,state:feature=s0-0"},{"id":7280,"c":30,"u":"spellcasting_paladin_xphb_1_xphb","p":109,"s":"XPHB","h":1,"n":"Paladin 1; Spellcasting","uh":"paladin_xphb,state:feature=s0-0"},{"id":7282,"c":30,"u":"weapon%20mastery_paladin_xphb_1_xphb","p":110,"s":"XPHB","h":1,"n":"Paladin 1; Weapon Mastery","uh":"paladin_xphb,state:feature=s0-0"},{"id":7284,"c":30,"u":"fighting%20style_paladin_xphb_2_xphb","p":110,"s":"XPHB","h":1,"n":"Paladin 2; Fighting Style","uh":"paladin_xphb,state:feature=s1-0"},{"id":7286,"c":30,"u":"paladin's%20smite_paladin_xphb_2_xphb","p":110,"s":"XPHB","h":1,"n":"Paladin 2; Paladin's Smite","uh":"paladin_xphb,state:feature=s1-0"},{"id":7288,"c":30,"u":"channel%20divinity_paladin_xphb_3_xphb","p":110,"s":"XPHB","h":1,"n":"Paladin 3; Channel Divinity","uh":"paladin_xphb,state:feature=s2-0"},{"id":7290,"c":30,"u":"divine%20sense_paladin_xphb_3_xphb","p":110,"s":"XPHB","h":1,"n":"Paladin 3; Divine Sense","uh":"paladin_xphb,state:feature=s2-0"},{"id":7292,"c":30,"u":"paladin%20subclass_paladin_xphb_3_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 3; Paladin Subclass","uh":"paladin_xphb,state:feature=s2-0"},{"id":7294,"c":30,"u":"ability%20score%20improvement_paladin_xphb_4_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 4; Ability Score Improvement","uh":"paladin_xphb,state:feature=s3-0"},{"id":7296,"c":30,"u":"extra%20attack_paladin_xphb_5_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 5; Extra Attack","uh":"paladin_xphb,state:feature=s4-0"},{"id":7298,"c":30,"u":"faithful%20steed_paladin_xphb_5_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 5; Faithful Steed","uh":"paladin_xphb,state:feature=s4-0"},{"id":7300,"c":30,"u":"aura%20of%20protection_paladin_xphb_6_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 6; Aura of Protection","uh":"paladin_xphb,state:feature=s5-0"},{"id":7302,"c":30,"u":"subclass%20feature_paladin_xphb_7_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 7; Subclass Feature","uh":"paladin_xphb,state:feature=s6-0"},{"id":7304,"c":30,"u":"ability%20score%20improvement_paladin_xphb_8_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 8; Ability Score Improvement","uh":"paladin_xphb,state:feature=s7-0"},{"id":7306,"c":30,"u":"abjure%20foes_paladin_xphb_9_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 9; Abjure Foes","uh":"paladin_xphb,state:feature=s8-0"},{"id":7308,"c":30,"u":"aura%20of%20courage_paladin_xphb_10_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 10; Aura of Courage","uh":"paladin_xphb,state:feature=s9-0"},{"id":7310,"c":30,"u":"radiant%20strikes_paladin_xphb_11_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 11; Radiant Strikes","uh":"paladin_xphb,state:feature=s10-0"},{"id":7312,"c":30,"u":"ability%20score%20improvement_paladin_xphb_12_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 12; Ability Score Improvement","uh":"paladin_xphb,state:feature=s11-0"},{"id":7314,"c":30,"u":"restoring%20touch_paladin_xphb_14_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 14; Restoring Touch","uh":"paladin_xphb,state:feature=s13-0"},{"id":7316,"c":30,"u":"subclass%20feature_paladin_xphb_15_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 15; Subclass Feature","uh":"paladin_xphb,state:feature=s14-0"},{"id":7318,"c":30,"u":"ability%20score%20improvement_paladin_xphb_16_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 16; Ability Score Improvement","uh":"paladin_xphb,state:feature=s15-0"},{"id":7320,"c":30,"u":"aura%20expansion_paladin_xphb_18_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 18; Aura Expansion","uh":"paladin_xphb,state:feature=s17-0"},{"id":7322,"c":30,"u":"epic%20boon_paladin_xphb_19_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 19; Epic Boon","uh":"paladin_xphb,state:feature=s18-0"},{"id":7324,"c":30,"u":"subclass%20feature_paladin_xphb_20_xphb","p":111,"s":"XPHB","h":1,"n":"Paladin 20; Subclass Feature","uh":"paladin_xphb,state:feature=s19-0"},{"id":7326,"c":30,"u":"deft%20explorer_ranger_phb_1_tce","p":56,"s":"TCE","h":1,"n":"Ranger 1; Deft Explorer","uh":"ranger_phb,state:feature=s0-0"},{"id":7328,"c":30,"u":"favored%20enemy_ranger_phb_1_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 1; Favored Enemy","uh":"ranger_phb,state:feature=s0-0"},{"id":7330,"c":30,"u":"favored%20foe_ranger_phb_1_tce","p":56,"s":"TCE","h":1,"n":"Ranger 1; Favored Foe","uh":"ranger_phb,state:feature=s0-0"},{"id":7332,"c":30,"u":"natural%20explorer_ranger_phb_1_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 1; Natural Explorer","uh":"ranger_phb,state:feature=s0-0"},{"id":7334,"c":30,"u":"fighting%20style_ranger_phb_2_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 2; Fighting Style","uh":"ranger_phb,state:feature=s1-0"},{"id":7336,"c":30,"u":"spellcasting_ranger_phb_2_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 2; Spellcasting","uh":"ranger_phb,state:feature=s1-0"},{"id":7338,"c":30,"u":"spellcasting%20focus_ranger_phb_2_tce","p":56,"s":"TCE","h":1,"n":"Ranger 2; Spellcasting Focus","uh":"ranger_phb,state:feature=s1-0"},{"id":7340,"c":30,"u":"primal%20awareness_ranger_phb_3_tce","p":56,"s":"TCE","h":1,"n":"Ranger 3; Primal Awareness","uh":"ranger_phb,state:feature=s2-0"},{"id":7342,"c":30,"u":"primeval%20awareness_ranger_phb_3_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 3; Primeval Awareness","uh":"ranger_phb,state:feature=s2-0"},{"id":7344,"c":30,"u":"ranger%20archetype_ranger_phb_3_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 3; Ranger Archetype","uh":"ranger_phb,state:feature=s2-0"},{"id":7346,"c":30,"u":"ability%20score%20improvement_ranger_phb_4_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 4; Ability Score Improvement","uh":"ranger_phb,state:feature=s3-0"},{"id":7348,"c":30,"u":"martial%20versatility_ranger_phb_4_tce","p":56,"s":"TCE","h":1,"n":"Ranger 4; Martial Versatility","uh":"ranger_phb,state:feature=s3-0"},{"id":7350,"c":30,"u":"extra%20attack_ranger_phb_5_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 5; Extra Attack","uh":"ranger_phb,state:feature=s4-0"},{"id":7352,"c":30,"u":"deft%20explorer%20improvement_ranger_phb_6_tce","p":56,"s":"TCE","h":1,"n":"Ranger 6; Deft Explorer Improvement","uh":"ranger_phb,state:feature=s5-0"},{"id":7354,"c":30,"u":"favored%20enemy%20and%20natural%20explorer%20improvements_ranger_phb_6_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 6; Favored Enemy and Natural Explorer improvements","uh":"ranger_phb,state:feature=s5-0"},{"id":7356,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_7_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 7; Ranger Archetype feature","uh":"ranger_phb,state:feature=s6-0"},{"id":7358,"c":30,"u":"ability%20score%20improvement_ranger_phb_8_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 8; Ability Score Improvement","uh":"ranger_phb,state:feature=s7-0"},{"id":7360,"c":30,"u":"land's%20stride_ranger_phb_8_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 8; Land's Stride","uh":"ranger_phb,state:feature=s7-0"},{"id":7362,"c":30,"u":"deft%20explorer%20improvement_ranger_phb_10_tce","p":56,"s":"TCE","h":1,"n":"Ranger 10; Deft Explorer Improvement","uh":"ranger_phb,state:feature=s9-0"},{"id":7364,"c":30,"u":"hide%20in%20plain%20sight_ranger_phb_10_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 10; Hide in Plain Sight","uh":"ranger_phb,state:feature=s9-0"},{"id":7366,"c":30,"u":"natural%20explorer%20improvement_ranger_phb_10_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 10; Natural Explorer improvement","uh":"ranger_phb,state:feature=s9-0"},{"id":7368,"c":30,"u":"nature's%20veil_ranger_phb_10_tce","p":56,"s":"TCE","h":1,"n":"Ranger 10; Nature's Veil","uh":"ranger_phb,state:feature=s9-0"},{"id":7370,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_11_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 11; Ranger Archetype feature","uh":"ranger_phb,state:feature=s10-0"},{"id":7372,"c":30,"u":"ability%20score%20improvement_ranger_phb_12_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 12; Ability Score Improvement","uh":"ranger_phb,state:feature=s11-0"},{"id":7374,"c":30,"u":"favored%20enemy%20improvement_ranger_phb_14_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 14; Favored Enemy improvement","uh":"ranger_phb,state:feature=s13-0"},{"id":7376,"c":30,"u":"vanish_ranger_phb_14_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 14; Vanish","uh":"ranger_phb,state:feature=s13-0"},{"id":7378,"c":30,"u":"ranger%20archetype%20feature_ranger_phb_15_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 15; Ranger Archetype feature","uh":"ranger_phb,state:feature=s14-0"},{"id":7380,"c":30,"u":"ability%20score%20improvement_ranger_phb_16_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 16; Ability Score Improvement","uh":"ranger_phb,state:feature=s15-0"},{"id":7382,"c":30,"u":"feral%20senses_ranger_phb_18_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 18; Feral Senses","uh":"ranger_phb,state:feature=s17-0"},{"id":7384,"c":30,"u":"ability%20score%20improvement_ranger_phb_19_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 19; Ability Score Improvement","uh":"ranger_phb,state:feature=s18-0"},{"id":7386,"c":30,"u":"foe%20slayer_ranger_phb_20_phb","p":89,"s":"PHB","h":1,"r":1,"n":"Ranger 20; Foe Slayer","uh":"ranger_phb,state:feature=s19-0"},{"id":7388,"c":30,"u":"favored%20enemy_ranger_xphb_1_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 1; Favored Enemy","uh":"ranger_xphb,state:feature=s0-0"},{"id":7390,"c":30,"u":"spellcasting_ranger_xphb_1_xphb","p":119,"s":"XPHB","h":1,"n":"Ranger 1; Spellcasting","uh":"ranger_xphb,state:feature=s0-0"},{"id":7392,"c":30,"u":"weapon%20mastery_ranger_xphb_1_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 1; Weapon Mastery","uh":"ranger_xphb,state:feature=s0-0"},{"id":7394,"c":30,"u":"deft%20explorer_ranger_xphb_2_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 2; Deft Explorer","uh":"ranger_xphb,state:feature=s1-0"},{"id":7396,"c":30,"u":"fighting%20style_ranger_xphb_2_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 2; Fighting Style","uh":"ranger_xphb,state:feature=s1-0"},{"id":7398,"c":30,"u":"ranger%20subclass_ranger_xphb_3_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 3; Ranger Subclass","uh":"ranger_xphb,state:feature=s2-0"},{"id":7400,"c":30,"u":"ability%20score%20improvement_ranger_xphb_4_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 4; Ability Score Improvement","uh":"ranger_xphb,state:feature=s3-0"},{"id":7402,"c":30,"u":"extra%20attack_ranger_xphb_5_xphb","p":120,"s":"XPHB","h":1,"n":"Ranger 5; Extra Attack","uh":"ranger_xphb,state:feature=s4-0"},{"id":7404,"c":30,"u":"roving_ranger_xphb_6_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 6; Roving","uh":"ranger_xphb,state:feature=s5-0"},{"id":7406,"c":30,"u":"subclass%20feature_ranger_xphb_7_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 7; Subclass Feature","uh":"ranger_xphb,state:feature=s6-0"},{"id":7408,"c":30,"u":"ability%20score%20improvement_ranger_xphb_8_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 8; Ability Score Improvement","uh":"ranger_xphb,state:feature=s7-0"},{"id":7410,"c":30,"u":"expertise_ranger_xphb_9_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 9; Expertise","uh":"ranger_xphb,state:feature=s8-0"},{"id":7412,"c":30,"u":"tireless_ranger_xphb_10_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 10; Tireless","uh":"ranger_xphb,state:feature=s9-0"},{"id":7414,"c":30,"u":"subclass%20feature_ranger_xphb_11_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 11; Subclass Feature","uh":"ranger_xphb,state:feature=s10-0"},{"id":7416,"c":30,"u":"ability%20score%20improvement_ranger_xphb_12_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 12; Ability Score Improvement","uh":"ranger_xphb,state:feature=s11-0"},{"id":7418,"c":30,"u":"relentless%20hunter_ranger_xphb_13_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 13; Relentless Hunter","uh":"ranger_xphb,state:feature=s12-0"},{"id":7420,"c":30,"u":"nature's%20veil_ranger_xphb_14_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 14; Nature's Veil","uh":"ranger_xphb,state:feature=s13-0"},{"id":7422,"c":30,"u":"subclass%20feature_ranger_xphb_15_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 15; Subclass Feature","uh":"ranger_xphb,state:feature=s14-0"},{"id":7424,"c":30,"u":"ability%20score%20improvement_ranger_xphb_16_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 16; Ability Score Improvement","uh":"ranger_xphb,state:feature=s15-0"},{"id":7426,"c":30,"u":"precise%20hunter_ranger_xphb_17_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 17; Precise Hunter","uh":"ranger_xphb,state:feature=s16-0"},{"id":7428,"c":30,"u":"feral%20senses_ranger_xphb_18_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 18; Feral Senses","uh":"ranger_xphb,state:feature=s17-0"},{"id":7430,"c":30,"u":"epic%20boon_ranger_xphb_19_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 19; Epic Boon","uh":"ranger_xphb,state:feature=s18-0"},{"id":7432,"c":30,"u":"foe%20slayer_ranger_xphb_20_xphb","p":121,"s":"XPHB","h":1,"n":"Ranger 20; Foe Slayer","uh":"ranger_xphb,state:feature=s19-0"},{"id":7434,"c":30,"u":"expertise_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 1; Expertise","uh":"rogue_phb,state:feature=s0-0"},{"id":7436,"c":30,"u":"sneak%20attack_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 1; Sneak Attack","uh":"rogue_phb,state:feature=s0-0"},{"id":7438,"c":30,"u":"thieves'%20cant_rogue_phb_1_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 1; Thieves' Cant","uh":"rogue_phb,state:feature=s0-0"},{"id":7440,"c":30,"u":"cunning%20action_rogue_phb_2_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 2; Cunning Action","uh":"rogue_phb,state:feature=s1-0"},{"id":7442,"c":30,"u":"roguish%20archetype_rogue_phb_3_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 3; Roguish Archetype","uh":"rogue_phb,state:feature=s2-0"},{"id":7444,"c":30,"u":"steady%20aim_rogue_phb_3_tce","p":62,"s":"TCE","h":1,"n":"Rogue 3; Steady Aim","uh":"rogue_phb,state:feature=s2-0"},{"id":7446,"c":30,"u":"ability%20score%20improvement_rogue_phb_4_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 4; Ability Score Improvement","uh":"rogue_phb,state:feature=s3-0"},{"id":7448,"c":30,"u":"uncanny%20dodge_rogue_phb_5_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 5; Uncanny Dodge","uh":"rogue_phb,state:feature=s4-0"},{"id":7450,"c":30,"u":"expertise_rogue_phb_6_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 6; Expertise","uh":"rogue_phb,state:feature=s5-0"},{"id":7452,"c":30,"u":"evasion_rogue_phb_7_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 7; Evasion","uh":"rogue_phb,state:feature=s6-0"},{"id":7454,"c":30,"u":"ability%20score%20improvement_rogue_phb_8_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 8; Ability Score Improvement","uh":"rogue_phb,state:feature=s7-0"},{"id":7456,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_9_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 9; Roguish Archetype feature","uh":"rogue_phb,state:feature=s8-0"},{"id":7458,"c":30,"u":"ability%20score%20improvement_rogue_phb_10_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 10; Ability Score Improvement","uh":"rogue_phb,state:feature=s9-0"},{"id":7460,"c":30,"u":"reliable%20talent_rogue_phb_11_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 11; Reliable Talent","uh":"rogue_phb,state:feature=s10-0"},{"id":7462,"c":30,"u":"ability%20score%20improvement_rogue_phb_12_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 12; Ability Score Improvement","uh":"rogue_phb,state:feature=s11-0"},{"id":7464,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_13_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 13; Roguish Archetype feature","uh":"rogue_phb,state:feature=s12-0"},{"id":7466,"c":30,"u":"blindsense_rogue_phb_14_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 14; Blindsense","uh":"rogue_phb,state:feature=s13-0"},{"id":7468,"c":30,"u":"slippery%20mind_rogue_phb_15_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 15; Slippery Mind","uh":"rogue_phb,state:feature=s14-0"},{"id":7470,"c":30,"u":"ability%20score%20improvement_rogue_phb_16_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 16; Ability Score Improvement","uh":"rogue_phb,state:feature=s15-0"},{"id":7472,"c":30,"u":"roguish%20archetype%20feature_rogue_phb_17_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 17; Roguish Archetype feature","uh":"rogue_phb,state:feature=s16-0"},{"id":7474,"c":30,"u":"elusive_rogue_phb_18_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 18; Elusive","uh":"rogue_phb,state:feature=s17-0"},{"id":7476,"c":30,"u":"ability%20score%20improvement_rogue_phb_19_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 19; Ability Score Improvement","uh":"rogue_phb,state:feature=s18-0"},{"id":7478,"c":30,"u":"stroke%20of%20luck_rogue_phb_20_phb","p":94,"s":"PHB","h":1,"r":1,"n":"Rogue 20; Stroke of Luck","uh":"rogue_phb,state:feature=s19-0"},{"id":7480,"c":30,"u":"expertise_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"n":"Rogue 1; Expertise","uh":"rogue_xphb,state:feature=s0-0"},{"id":7482,"c":30,"u":"sneak%20attack_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"n":"Rogue 1; Sneak Attack","uh":"rogue_xphb,state:feature=s0-0"},{"id":7484,"c":30,"u":"thieves'%20cant_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"n":"Rogue 1; Thieves' Cant","uh":"rogue_xphb,state:feature=s0-0"},{"id":7486,"c":30,"u":"weapon%20mastery_rogue_xphb_1_xphb","p":128,"s":"XPHB","h":1,"n":"Rogue 1; Weapon Mastery","uh":"rogue_xphb,state:feature=s0-0"},{"id":7488,"c":30,"u":"cunning%20action_rogue_xphb_2_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 2; Cunning Action","uh":"rogue_xphb,state:feature=s1-0"},{"id":7490,"c":30,"u":"rogue%20subclass_rogue_xphb_3_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 3; Rogue Subclass","uh":"rogue_xphb,state:feature=s2-0"},{"id":7492,"c":30,"u":"steady%20aim_rogue_xphb_3_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 3; Steady Aim","uh":"rogue_xphb,state:feature=s2-0"},{"id":7494,"c":30,"u":"ability%20score%20improvement_rogue_xphb_4_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 4; Ability Score Improvement","uh":"rogue_xphb,state:feature=s3-0"},{"id":7496,"c":30,"u":"cunning%20strike_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 5; Cunning Strike","uh":"rogue_xphb,state:feature=s4-0"},{"id":7498,"c":30,"u":"poison%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 5; Poison (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7500,"c":30,"u":"trip%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 5; Trip (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7502,"c":30,"u":"uncanny%20dodge_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 5; Uncanny Dodge","uh":"rogue_xphb,state:feature=s4-0"},{"id":7504,"c":30,"u":"withdraw%20(cost%3a%201d6)_rogue_xphb_5_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 5; Withdraw (Cost: 1d6)","uh":"rogue_xphb,state:feature=s4-0"},{"id":7506,"c":30,"u":"expertise_rogue_xphb_6_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 6; Expertise","uh":"rogue_xphb,state:feature=s5-0"},{"id":7508,"c":30,"u":"evasion_rogue_xphb_7_xphb","p":129,"s":"XPHB","h":1,"n":"Rogue 7; Evasion","uh":"rogue_xphb,state:feature=s6-0"},{"id":7510,"c":30,"u":"reliable%20talent_rogue_xphb_7_xphb","p":130,"s":"XPHB","h":1,"n":"Rogue 7; Reliable Talent","uh":"rogue_xphb,state:feature=s6-0"},{"id":7512,"c":30,"u":"ability%20score%20improvement_rogue_xphb_8_xphb","p":130,"s":"XPHB","h":1,"n":"Rogue 8; Ability Score Improvement","uh":"rogue_xphb,state:feature=s7-0"},{"id":7514,"c":30,"u":"subclass%20feature_rogue_xphb_9_xphb","p":130,"s":"XPHB","h":1,"n":"Rogue 9; Subclass Feature","uh":"rogue_xphb,state:feature=s8-0"},{"id":7516,"c":30,"u":"ability%20score%20improvement_rogue_xphb_10_xphb","p":130,"s":"XPHB","h":1,"n":"Rogue 10; Ability Score Improvement","uh":"rogue_xphb,state:feature=s9-0"},{"id":7518,"c":30,"u":"improved%20cunning%20strike_rogue_xphb_11_xphb","p":130,"s":"XPHB","h":1,"n":"Rogue 11; Improved Cunning Strike","uh":"rogue_xphb,state:feature=s10-0"},{"id":7520,"c":30,"u":"ability%20score%20improvement_rogue_xphb_12_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 12; Ability Score Improvement","uh":"rogue_xphb,state:feature=s11-0"},{"id":7522,"c":30,"u":"subclass%20feature_rogue_xphb_13_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 13; Subclass Feature","uh":"rogue_xphb,state:feature=s12-0"},{"id":7524,"c":30,"u":"daze%20(cost%3a%202d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 14; Daze (Cost: 2d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7526,"c":30,"u":"devious%20strikes_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 14; Devious Strikes","uh":"rogue_xphb,state:feature=s13-0"},{"id":7528,"c":30,"u":"knock%20out%20(cost%3a%206d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 14; Knock Out (Cost: 6d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7530,"c":30,"u":"obscure%20(cost%3a%203d6)_rogue_xphb_14_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 14; Obscure (Cost: 3d6)","uh":"rogue_xphb,state:feature=s13-0"},{"id":7532,"c":30,"u":"slippery%20mind_rogue_xphb_15_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 15; Slippery Mind","uh":"rogue_xphb,state:feature=s14-0"},{"id":7534,"c":30,"u":"ability%20score%20improvement_rogue_xphb_16_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 16; Ability Score Improvement","uh":"rogue_xphb,state:feature=s15-0"},{"id":7536,"c":30,"u":"subclass%20feature_rogue_xphb_17_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 17; Subclass Feature","uh":"rogue_xphb,state:feature=s16-0"},{"id":7538,"c":30,"u":"elusive_rogue_xphb_18_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 18; Elusive","uh":"rogue_xphb,state:feature=s17-0"},{"id":7540,"c":30,"u":"epic%20boon_rogue_xphb_19_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 19; Epic Boon","uh":"rogue_xphb,state:feature=s18-0"},{"id":7542,"c":30,"u":"stroke%20of%20luck_rogue_xphb_20_xphb","p":131,"s":"XPHB","h":1,"n":"Rogue 20; Stroke of Luck","uh":"rogue_xphb,state:feature=s19-0"},{"id":7544,"c":30,"u":"bonus%20proficiencies_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 1; Bonus Proficiencies","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7546,"c":30,"u":"helpful_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 1; Helpful","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7548,"c":30,"u":"sidekick%20class_expert%20sidekick_tce_1_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 1; Sidekick Class","uh":"expert%20sidekick_tce,state:feature=s0-0"},{"id":7550,"c":30,"u":"cunning%20action_expert%20sidekick_tce_2_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 2; Cunning Action","uh":"expert%20sidekick_tce,state:feature=s1-0"},{"id":7552,"c":30,"u":"expertise_expert%20sidekick_tce_3_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 3; Expertise","uh":"expert%20sidekick_tce,state:feature=s2-0"},{"id":7554,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_4_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 4; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s3-0"},{"id":7556,"c":30,"u":"coordinated%20strike_expert%20sidekick_tce_6_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 6; Coordinated Strike","uh":"expert%20sidekick_tce,state:feature=s5-0"},{"id":7558,"c":30,"u":"evasion_expert%20sidekick_tce_7_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 7; Evasion","uh":"expert%20sidekick_tce,state:feature=s6-0"},{"id":7560,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_8_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 8; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s7-0"},{"id":7562,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_10_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 10; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s9-0"},{"id":7564,"c":30,"u":"inspiring%20help_expert%20sidekick_tce_11_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 11; Inspiring Help","uh":"expert%20sidekick_tce,state:feature=s10-0"},{"id":7566,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_12_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 12; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s11-0"},{"id":7568,"c":30,"u":"reliable%20talent_expert%20sidekick_tce_14_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 14; Reliable Talent","uh":"expert%20sidekick_tce,state:feature=s13-0"},{"id":7570,"c":30,"u":"expertise_expert%20sidekick_tce_15_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 15; Expertise","uh":"expert%20sidekick_tce,state:feature=s14-0"},{"id":7572,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_16_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 16; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s15-0"},{"id":7574,"c":30,"u":"sharp%20mind_expert%20sidekick_tce_18_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 18; Sharp Mind","uh":"expert%20sidekick_tce,state:feature=s17-0"},{"id":7576,"c":30,"u":"ability%20score%20improvement_expert%20sidekick_tce_19_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 19; Ability Score Improvement","uh":"expert%20sidekick_tce,state:feature=s18-0"},{"id":7578,"c":30,"u":"inspiring%20help%20improvement_expert%20sidekick_tce_20_tce","p":142,"s":"TCE","h":1,"n":"Expert Sidekick 20; Inspiring Help Improvement","uh":"expert%20sidekick_tce,state:feature=s19-0"},{"id":7580,"c":30,"u":"bonus%20proficiencies_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 1; Bonus Proficiencies","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7582,"c":30,"u":"sidekick%20class_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 1; Sidekick Class","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7584,"c":30,"u":"spellcasting_spellcaster%20sidekick_tce_1_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 1; Spellcasting","uh":"spellcaster%20sidekick_tce,state:feature=s0-0"},{"id":7586,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_4_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 4; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s3-0"},{"id":7588,"c":30,"u":"potent%20cantrips_spellcaster%20sidekick_tce_6_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 6; Potent Cantrips","uh":"spellcaster%20sidekick_tce,state:feature=s5-0"},{"id":7590,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_8_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 8; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s7-0"},{"id":7592,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_12_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 12; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s11-0"},{"id":7594,"c":30,"u":"empowered%20spells_spellcaster%20sidekick_tce_14_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 14; Empowered Spells","uh":"spellcaster%20sidekick_tce,state:feature=s13-0"},{"id":7596,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_16_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 16; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s15-0"},{"id":7598,"c":30,"u":"ability%20score%20improvement_spellcaster%20sidekick_tce_18_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 18; Ability Score Improvement","uh":"spellcaster%20sidekick_tce,state:feature=s17-0"},{"id":7600,"c":30,"u":"focused%20casting_spellcaster%20sidekick_tce_20_tce","p":144,"s":"TCE","h":1,"n":"Spellcaster Sidekick 20; Focused Casting","uh":"spellcaster%20sidekick_tce,state:feature=s19-0"},{"id":7602,"c":30,"u":"bonus%20proficiencies_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 1; Bonus Proficiencies","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7604,"c":30,"u":"martial%20role_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 1; Martial Role","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7606,"c":30,"u":"sidekick%20class_warrior%20sidekick_tce_1_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 1; Sidekick Class","uh":"warrior%20sidekick_tce,state:feature=s0-0"},{"id":7608,"c":30,"u":"second%20wind_warrior%20sidekick_tce_2_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 2; Second Wind","uh":"warrior%20sidekick_tce,state:feature=s1-0"},{"id":7610,"c":30,"u":"improved%20critical_warrior%20sidekick_tce_3_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 3; Improved Critical","uh":"warrior%20sidekick_tce,state:feature=s2-0"},{"id":7612,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_4_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 4; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s3-0"},{"id":7614,"c":30,"u":"extra%20attack_warrior%20sidekick_tce_6_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 6; Extra Attack","uh":"warrior%20sidekick_tce,state:feature=s5-0"},{"id":7616,"c":30,"u":"battle%20readiness_warrior%20sidekick_tce_7_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 7; Battle Readiness","uh":"warrior%20sidekick_tce,state:feature=s6-0"},{"id":7618,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_8_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 8; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s7-0"},{"id":7620,"c":30,"u":"improved%20defense_warrior%20sidekick_tce_10_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 10; Improved Defense","uh":"warrior%20sidekick_tce,state:feature=s9-0"},{"id":7622,"c":30,"u":"indomitable_warrior%20sidekick_tce_11_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 11; Indomitable","uh":"warrior%20sidekick_tce,state:feature=s10-0"},{"id":7624,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_12_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 12; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s11-0"},{"id":7626,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_14_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 14; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s13-0"},{"id":7628,"c":30,"u":"extra%20attack%20improvement_warrior%20sidekick_tce_15_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 15; Extra Attack Improvement","uh":"warrior%20sidekick_tce,state:feature=s14-0"},{"id":7630,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_16_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 16; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s15-0"},{"id":7632,"c":30,"u":"indomitable%20improvement_warrior%20sidekick_tce_18_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 18; Indomitable Improvement","uh":"warrior%20sidekick_tce,state:feature=s17-0"},{"id":7634,"c":30,"u":"ability%20score%20improvement_warrior%20sidekick_tce_19_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 19; Ability Score Improvement","uh":"warrior%20sidekick_tce,state:feature=s18-0"},{"id":7636,"c":30,"u":"second%20wind%20improvement_warrior%20sidekick_tce_20_tce","p":146,"s":"TCE","h":1,"n":"Warrior Sidekick 20; Second Wind Improvement","uh":"warrior%20sidekick_tce,state:feature=s19-0"},{"id":7638,"c":30,"u":"sorcerous%20origin_sorcerer_phb_1_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 1; Sorcerous Origin","uh":"sorcerer_phb,state:feature=s0-0"},{"id":7640,"c":30,"u":"spellcasting_sorcerer_phb_1_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 1; Spellcasting","uh":"sorcerer_phb,state:feature=s0-0"},{"id":7642,"c":30,"u":"flexible%20casting_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 2; Flexible Casting","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7644,"c":30,"u":"font%20of%20magic_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 2; Font of Magic","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7646,"c":30,"u":"sorcery%20points_sorcerer_phb_2_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 2; Sorcery Points","uh":"sorcerer_phb,state:feature=s1-0"},{"id":7648,"c":30,"u":"metamagic_sorcerer_phb_3_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 3; Metamagic","uh":"sorcerer_phb,state:feature=s2-0"},{"id":7650,"c":30,"u":"metamagic%20options_sorcerer_phb_3_tce","p":65,"s":"TCE","h":1,"n":"Sorcerer 3; Metamagic Options","uh":"sorcerer_phb,state:feature=s2-0"},{"id":7652,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_4_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 4; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s3-0"},{"id":7654,"c":30,"u":"sorcerous%20versatility_sorcerer_phb_4_tce","p":65,"s":"TCE","h":1,"n":"Sorcerer 4; Sorcerous Versatility","uh":"sorcerer_phb,state:feature=s3-0"},{"id":7656,"c":30,"u":"magical%20guidance_sorcerer_phb_5_tce","p":65,"s":"TCE","h":1,"n":"Sorcerer 5; Magical Guidance","uh":"sorcerer_phb,state:feature=s4-0"},{"id":7658,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_6_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 6; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s5-0"},{"id":7660,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_8_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 8; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s7-0"},{"id":7662,"c":30,"u":"metamagic_sorcerer_phb_10_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 10; Metamagic","uh":"sorcerer_phb,state:feature=s9-0"},{"id":7664,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_12_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 12; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s11-0"},{"id":7666,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_14_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 14; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s13-0"},{"id":7668,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_16_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 16; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s15-0"},{"id":7670,"c":30,"u":"metamagic_sorcerer_phb_17_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 17; Metamagic","uh":"sorcerer_phb,state:feature=s16-0"},{"id":7672,"c":30,"u":"sorcerous%20origin%20feature_sorcerer_phb_18_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 18; Sorcerous Origin feature","uh":"sorcerer_phb,state:feature=s17-0"},{"id":7674,"c":30,"u":"ability%20score%20improvement_sorcerer_phb_19_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 19; Ability Score Improvement","uh":"sorcerer_phb,state:feature=s18-0"},{"id":7676,"c":30,"u":"sorcerous%20restoration_sorcerer_phb_20_phb","p":99,"s":"PHB","h":1,"r":1,"n":"Sorcerer 20; Sorcerous Restoration","uh":"sorcerer_phb,state:feature=s19-0"},{"id":7678,"c":30,"u":"innate%20sorcery_sorcerer_xphb_1_xphb","p":140,"s":"XPHB","h":1,"n":"Sorcerer 1; Innate Sorcery","uh":"sorcerer_xphb,state:feature=s0-0"},{"id":7680,"c":30,"u":"spellcasting_sorcerer_xphb_1_xphb","p":139,"s":"XPHB","h":1,"n":"Sorcerer 1; Spellcasting","uh":"sorcerer_xphb,state:feature=s0-0"},{"id":7682,"c":30,"u":"font%20of%20magic_sorcerer_xphb_2_xphb","p":140,"s":"XPHB","h":1,"n":"Sorcerer 2; Font of Magic","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7684,"c":30,"u":"metamagic_sorcerer_xphb_2_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 2; Metamagic","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7686,"c":30,"u":"metamagic%20options_sorcerer_xphb_2_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 2; Metamagic Options","uh":"sorcerer_xphb,state:feature=s1-0"},{"id":7688,"c":30,"u":"sorcerer%20subclass_sorcerer_xphb_3_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 3; Sorcerer Subclass","uh":"sorcerer_xphb,state:feature=s2-0"},{"id":7690,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_4_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 4; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s3-0"},{"id":7692,"c":30,"u":"sorcerous%20restoration_sorcerer_xphb_5_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 5; Sorcerous Restoration","uh":"sorcerer_xphb,state:feature=s4-0"},{"id":7694,"c":30,"u":"subclass%20feature_sorcerer_xphb_6_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 6; Subclass Feature","uh":"sorcerer_xphb,state:feature=s5-0"},{"id":7696,"c":30,"u":"sorcery%20incarnate_sorcerer_xphb_7_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 7; Sorcery Incarnate","uh":"sorcerer_xphb,state:feature=s6-0"},{"id":7698,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_8_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 8; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s7-0"},{"id":7700,"c":30,"u":"metamagic_sorcerer_xphb_10_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 10; Metamagic","uh":"sorcerer_xphb,state:feature=s9-0"},{"id":7702,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_12_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 12; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s11-0"},{"id":7704,"c":30,"u":"subclass%20feature_sorcerer_xphb_14_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 14; Subclass Feature","uh":"sorcerer_xphb,state:feature=s13-0"},{"id":7706,"c":30,"u":"ability%20score%20improvement_sorcerer_xphb_16_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 16; Ability Score Improvement","uh":"sorcerer_xphb,state:feature=s15-0"},{"id":7708,"c":30,"u":"metamagic_sorcerer_xphb_17_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 17; Metamagic","uh":"sorcerer_xphb,state:feature=s16-0"},{"id":7710,"c":30,"u":"subclass%20feature_sorcerer_xphb_18_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 18; Subclass Feature","uh":"sorcerer_xphb,state:feature=s17-0"},{"id":7712,"c":30,"u":"epic%20boon_sorcerer_xphb_19_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 19; Epic Boon","uh":"sorcerer_xphb,state:feature=s18-0"},{"id":7714,"c":30,"u":"arcane%20apotheosis_sorcerer_xphb_20_xphb","p":141,"s":"XPHB","h":1,"n":"Sorcerer 20; Arcane Apotheosis","uh":"sorcerer_xphb,state:feature=s19-0"},{"id":7716,"c":30,"u":"otherworldly%20patron_warlock_phb_1_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 1; Otherworldly Patron","uh":"warlock_phb,state:feature=s0-0"},{"id":7718,"c":30,"u":"pact%20magic_warlock_phb_1_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 1; Pact Magic","uh":"warlock_phb,state:feature=s0-0"},{"id":7720,"c":30,"u":"eldritch%20invocations_warlock_phb_2_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 2; Eldritch Invocations","uh":"warlock_phb,state:feature=s1-0"},{"id":7722,"c":30,"u":"pact%20boon_warlock_phb_3_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 3; Pact Boon","uh":"warlock_phb,state:feature=s2-0"},{"id":7724,"c":30,"u":"ability%20score%20improvement_warlock_phb_4_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 4; Ability Score Improvement","uh":"warlock_phb,state:feature=s3-0"},{"id":7726,"c":30,"u":"eldritch%20versatility_warlock_phb_4_tce","p":70,"s":"TCE","h":1,"n":"Warlock 4; Eldritch Versatility","uh":"warlock_phb,state:feature=s3-0"},{"id":7728,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_6_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 6; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s5-0"},{"id":7730,"c":30,"u":"ability%20score%20improvement_warlock_phb_8_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 8; Ability Score Improvement","uh":"warlock_phb,state:feature=s7-0"},{"id":7732,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_10_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 10; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s9-0"},{"id":7734,"c":30,"u":"mystic%20arcanum%20(6th%20level)_warlock_phb_11_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 11; Mystic Arcanum (6th level)","uh":"warlock_phb,state:feature=s10-0"},{"id":7736,"c":30,"u":"ability%20score%20improvement_warlock_phb_12_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 12; Ability Score Improvement","uh":"warlock_phb,state:feature=s11-0"},{"id":7738,"c":30,"u":"mystic%20arcanum%20(7th%20level)_warlock_phb_13_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 13; Mystic Arcanum (7th level)","uh":"warlock_phb,state:feature=s12-0"},{"id":7740,"c":30,"u":"otherworldly%20patron%20feature_warlock_phb_14_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 14; Otherworldly Patron feature","uh":"warlock_phb,state:feature=s13-0"},{"id":7742,"c":30,"u":"mystic%20arcanum%20(8th%20level)_warlock_phb_15_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 15; Mystic Arcanum (8th level)","uh":"warlock_phb,state:feature=s14-0"},{"id":7744,"c":30,"u":"ability%20score%20improvement_warlock_phb_16_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 16; Ability Score Improvement","uh":"warlock_phb,state:feature=s15-0"},{"id":7746,"c":30,"u":"mystic%20arcanum%20(9th%20level)_warlock_phb_17_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 17; Mystic Arcanum (9th level)","uh":"warlock_phb,state:feature=s16-0"},{"id":7748,"c":30,"u":"ability%20score%20improvement_warlock_phb_19_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 19; Ability Score Improvement","uh":"warlock_phb,state:feature=s18-0"},{"id":7750,"c":30,"u":"eldritch%20master_warlock_phb_20_phb","p":105,"s":"PHB","h":1,"r":1,"n":"Warlock 20; Eldritch Master","uh":"warlock_phb,state:feature=s19-0"},{"id":7752,"c":30,"u":"eldritch%20invocation%20options_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"n":"Warlock 1; Eldritch Invocation Options","uh":"warlock_xphb,state:feature=s0-0"},{"id":7754,"c":30,"u":"eldritch%20invocations_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"n":"Warlock 1; Eldritch Invocations","uh":"warlock_xphb,state:feature=s0-0"},{"id":7756,"c":30,"u":"pact%20magic_warlock_xphb_1_xphb","p":153,"s":"XPHB","h":1,"n":"Warlock 1; Pact Magic","uh":"warlock_xphb,state:feature=s0-0"},{"id":7758,"c":30,"u":"magical%20cunning_warlock_xphb_2_xphb","p":154,"s":"XPHB","h":1,"n":"Warlock 2; Magical Cunning","uh":"warlock_xphb,state:feature=s1-0"},{"id":7760,"c":30,"u":"warlock%20subclass_warlock_xphb_3_xphb","p":154,"s":"XPHB","h":1,"n":"Warlock 3; Warlock Subclass","uh":"warlock_xphb,state:feature=s2-0"},{"id":7762,"c":30,"u":"ability%20score%20improvement_warlock_xphb_4_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 4; Ability Score Improvement","uh":"warlock_xphb,state:feature=s3-0"},{"id":7764,"c":30,"u":"subclass%20feature_warlock_xphb_6_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 6; Subclass Feature","uh":"warlock_xphb,state:feature=s5-0"},{"id":7766,"c":30,"u":"ability%20score%20improvement_warlock_xphb_8_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 8; Ability Score Improvement","uh":"warlock_xphb,state:feature=s7-0"},{"id":7768,"c":30,"u":"contact%20patron_warlock_xphb_9_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 9; Contact Patron","uh":"warlock_xphb,state:feature=s8-0"},{"id":7770,"c":30,"u":"subclass%20feature_warlock_xphb_10_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 10; Subclass Feature","uh":"warlock_xphb,state:feature=s9-0"},{"id":7772,"c":30,"u":"mystic%20arcanum_warlock_xphb_11_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 11; Mystic Arcanum","uh":"warlock_xphb,state:feature=s10-0"},{"id":7774,"c":30,"u":"ability%20score%20improvement_warlock_xphb_12_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 12; Ability Score Improvement","uh":"warlock_xphb,state:feature=s11-0"},{"id":7776,"c":30,"u":"mystic%20arcanum_warlock_xphb_13_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 13; Mystic Arcanum","uh":"warlock_xphb,state:feature=s12-0"},{"id":7778,"c":30,"u":"subclass%20feature_warlock_xphb_14_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 14; Subclass Feature","uh":"warlock_xphb,state:feature=s13-0"},{"id":7780,"c":30,"u":"mystic%20arcanum_warlock_xphb_15_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 15; Mystic Arcanum","uh":"warlock_xphb,state:feature=s14-0"},{"id":7782,"c":30,"u":"ability%20score%20improvement_warlock_xphb_16_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 16; Ability Score Improvement","uh":"warlock_xphb,state:feature=s15-0"},{"id":7784,"c":30,"u":"mystic%20arcanum_warlock_xphb_17_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 17; Mystic Arcanum","uh":"warlock_xphb,state:feature=s16-0"},{"id":7786,"c":30,"u":"epic%20boon_warlock_xphb_19_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 19; Epic Boon","uh":"warlock_xphb,state:feature=s18-0"},{"id":7788,"c":30,"u":"eldritch%20master_warlock_xphb_20_xphb","p":155,"s":"XPHB","h":1,"n":"Warlock 20; Eldritch Master","uh":"warlock_xphb,state:feature=s19-0"},{"id":7790,"c":30,"u":"arcane%20recovery_wizard_phb_1_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 1; Arcane Recovery","uh":"wizard_phb,state:feature=s0-0"},{"id":7792,"c":30,"u":"spellcasting_wizard_phb_1_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 1; Spellcasting","uh":"wizard_phb,state:feature=s0-0"},{"id":7794,"c":30,"u":"arcane%20tradition_wizard_phb_2_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 2; Arcane Tradition","uh":"wizard_phb,state:feature=s1-0"},{"id":7796,"c":30,"u":"cantrip%20formulas_wizard_phb_3_tce","p":75,"s":"TCE","h":1,"n":"Wizard 3; Cantrip Formulas","uh":"wizard_phb,state:feature=s2-0"},{"id":7798,"c":30,"u":"ability%20score%20improvement_wizard_phb_4_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 4; Ability Score Improvement","uh":"wizard_phb,state:feature=s3-0"},{"id":7800,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_6_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 6; Arcane Tradition feature","uh":"wizard_phb,state:feature=s5-0"},{"id":7802,"c":30,"u":"ability%20score%20improvement_wizard_phb_8_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 8; Ability Score Improvement","uh":"wizard_phb,state:feature=s7-0"},{"id":7804,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_10_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 10; Arcane Tradition feature","uh":"wizard_phb,state:feature=s9-0"},{"id":7806,"c":30,"u":"ability%20score%20improvement_wizard_phb_12_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 12; Ability Score Improvement","uh":"wizard_phb,state:feature=s11-0"},{"id":7808,"c":30,"u":"arcane%20tradition%20feature_wizard_phb_14_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 14; Arcane Tradition feature","uh":"wizard_phb,state:feature=s13-0"},{"id":7810,"c":30,"u":"ability%20score%20improvement_wizard_phb_16_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 16; Ability Score Improvement","uh":"wizard_phb,state:feature=s15-0"},{"id":7812,"c":30,"u":"spell%20mastery_wizard_phb_18_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 18; Spell Mastery","uh":"wizard_phb,state:feature=s17-0"},{"id":7814,"c":30,"u":"ability%20score%20improvement_wizard_phb_19_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 19; Ability Score Improvement","uh":"wizard_phb,state:feature=s18-0"},{"id":7816,"c":30,"u":"signature%20spells_wizard_phb_20_phb","p":112,"s":"PHB","h":1,"r":1,"n":"Wizard 20; Signature Spells","uh":"wizard_phb,state:feature=s19-0"},{"id":7818,"c":30,"u":"arcane%20recovery_wizard_xphb_1_xphb","p":155,"s":"XPHB","h":1,"n":"Wizard 1; Arcane Recovery","uh":"wizard_xphb,state:feature=s0-0"},{"id":7820,"c":30,"u":"ritual%20adept_wizard_xphb_1_xphb","p":155,"s":"XPHB","h":1,"n":"Wizard 1; Ritual Adept","uh":"wizard_xphb,state:feature=s0-0"},{"id":7822,"c":30,"u":"spellcasting_wizard_xphb_1_xphb","p":165,"s":"XPHB","h":1,"n":"Wizard 1; Spellcasting","uh":"wizard_xphb,state:feature=s0-0"},{"id":7824,"c":30,"u":"scholar_wizard_xphb_2_xphb","p":166,"s":"XPHB","h":1,"n":"Wizard 2; Scholar","uh":"wizard_xphb,state:feature=s1-0"},{"id":7826,"c":30,"u":"wizard%20subclass_wizard_xphb_3_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 3; Wizard Subclass","uh":"wizard_xphb,state:feature=s2-0"},{"id":7828,"c":30,"u":"ability%20score%20improvement_wizard_xphb_4_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 4; Ability Score Improvement","uh":"wizard_xphb,state:feature=s3-0"},{"id":7830,"c":30,"u":"memorize%20spell_wizard_xphb_5_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 5; Memorize Spell","uh":"wizard_xphb,state:feature=s4-0"},{"id":7832,"c":30,"u":"subclass%20feature_wizard_xphb_6_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 6; Subclass Feature","uh":"wizard_xphb,state:feature=s5-0"},{"id":7834,"c":30,"u":"ability%20score%20improvement_wizard_xphb_8_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 8; Ability Score Improvement","uh":"wizard_xphb,state:feature=s7-0"},{"id":7836,"c":30,"u":"subclass%20feature_wizard_xphb_10_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 10; Subclass Feature","uh":"wizard_xphb,state:feature=s9-0"},{"id":7838,"c":30,"u":"ability%20score%20improvement_wizard_xphb_12_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 12; Ability Score Improvement","uh":"wizard_xphb,state:feature=s11-0"},{"id":7840,"c":30,"u":"subclass%20feature_wizard_xphb_14_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 14; Subclass Feature","uh":"wizard_xphb,state:feature=s13-0"},{"id":7842,"c":30,"u":"ability%20score%20improvement_wizard_xphb_16_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 16; Ability Score Improvement","uh":"wizard_xphb,state:feature=s15-0"},{"id":7844,"c":30,"u":"spell%20mastery_wizard_xphb_18_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 18; Spell Mastery","uh":"wizard_xphb,state:feature=s17-0"},{"id":7846,"c":30,"u":"epic%20boon_wizard_xphb_19_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 19; Epic Boon","uh":"wizard_xphb,state:feature=s18-0"},{"id":7848,"c":30,"u":"signature%20spells_wizard_xphb_20_xphb","p":167,"s":"XPHB","h":1,"n":"Wizard 20; Signature Spells","uh":"wizard_xphb,state:feature=s19-0"},{"id":7850,"c":41,"u":"alchemist_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 3; Alchemist","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7852,"c":41,"u":"alchemist%20spells_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 3; Alchemist Spells","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7854,"c":41,"u":"experimental%20elixir_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 3; Experimental Elixir","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7856,"c":41,"u":"tool%20proficiency_artificer_tce_alchemist_tce_3_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s2-0"},{"id":7858,"c":41,"u":"alchemical%20savant_artificer_tce_alchemist_tce_5_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 5; Alchemical Savant","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s4-0"},{"id":7860,"c":41,"u":"restorative%20reagents_artificer_tce_alchemist_tce_9_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 9; Restorative Reagents","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s8-0"},{"id":7862,"c":41,"u":"chemical%20mastery_artificer_tce_alchemist_tce_15_tce","p":14,"s":"TCE","h":1,"n":"Alchemist Artificer 15; Chemical Mastery","uh":"artificer_tce,state:sub-alchemist-tce=b1~feature=s14-0"},{"id":7864,"c":41,"u":"armorer_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Armorer","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7866,"c":41,"u":"dampening%20field_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Dampening Field","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7868,"c":41,"u":"defensive%20field_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Defensive Field","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7870,"c":41,"u":"lightning%20launcher_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Lightning Launcher","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7872,"c":41,"u":"powered%20steps_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Powered Steps","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7874,"c":41,"u":"thunder%20gauntlets_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Thunder Gauntlets","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7876,"c":41,"u":"arcane%20armor_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Arcane Armor","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7878,"c":41,"u":"armor%20model_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Armor Model","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7880,"c":41,"u":"armorer%20spells_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Armorer Spells","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7882,"c":41,"u":"tools%20of%20the%20trade_artificer_tce_armorer_tce_3_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 3; Tools of the Trade","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s2-0"},{"id":7884,"c":41,"u":"extra%20attack_artificer_tce_armorer_tce_5_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 5; Extra Attack","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s4-0"},{"id":7886,"c":41,"u":"armor%20modifications_artificer_tce_armorer_tce_9_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 9; Armor Modifications","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s8-0"},{"id":7888,"c":41,"u":"guardian_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 15; Guardian","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7890,"c":41,"u":"infiltrator_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 15; Infiltrator","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7892,"c":41,"u":"perfected%20armor_artificer_tce_armorer_tce_15_tce","p":15,"s":"TCE","h":1,"n":"Armorer Artificer 15; Perfected Armor","uh":"artificer_tce,state:sub-armorer-tce=b1~feature=s14-0"},{"id":7894,"c":41,"u":"artillerist_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 3; Artillerist","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7896,"c":41,"u":"artillerist%20spells_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 3; Artillerist Spells","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7898,"c":41,"u":"eldritch%20cannon_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 3; Eldritch Cannon","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7900,"c":41,"u":"tool%20proficiency_artificer_tce_artillerist_tce_3_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s2-0"},{"id":7902,"c":41,"u":"arcane%20firearm_artificer_tce_artillerist_tce_5_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 5; Arcane Firearm","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s4-0"},{"id":7904,"c":41,"u":"explosive%20cannon_artificer_tce_artillerist_tce_9_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 9; Explosive Cannon","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s8-0"},{"id":7906,"c":41,"u":"fortified%20position_artificer_tce_artillerist_tce_15_tce","p":17,"s":"TCE","h":1,"n":"Artillerist Artificer 15; Fortified Position","uh":"artificer_tce,state:sub-artillerist-tce=b1~feature=s14-0"},{"id":7908,"c":41,"u":"battle%20smith_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 3; Battle Smith","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7910,"c":41,"u":"battle%20ready_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 3; Battle Ready","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7912,"c":41,"u":"battle%20smith%20spells_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 3; Battle Smith Spells","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7914,"c":41,"u":"steel%20defender_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 3; Steel Defender","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7916,"c":41,"u":"tool%20proficiency_artificer_tce_battle%20smith_tce_3_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 3; Tool Proficiency","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s2-0"},{"id":7918,"c":41,"u":"extra%20attack_artificer_tce_battle%20smith_tce_5_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 5; Extra Attack","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s4-0"},{"id":7920,"c":41,"u":"arcane%20jolt_artificer_tce_battle%20smith_tce_9_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 9; Arcane Jolt","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s8-0"},{"id":7922,"c":41,"u":"improved%20defender_artificer_tce_battle%20smith_tce_15_tce","p":18,"s":"TCE","h":1,"n":"Battle Smith Artificer 15; Improved Defender","uh":"artificer_tce,state:sub-battle-smith-tce=b1~feature=s14-0"},{"id":7924,"c":41,"u":"giant%20power_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"n":"Giant Barbarian 3; Giant Power","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7926,"c":41,"u":"giant's%20havoc_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"n":"Giant Barbarian 3; Giant's Havoc","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7928,"c":41,"u":"path%20of%20the%20giant_barbarian_phb_giant_bgg_3_bgg","p":11,"s":"BGG","h":1,"n":"Giant Barbarian 3; Path of the Giant","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s2-0"},{"id":7930,"c":41,"u":"elemental%20cleaver_barbarian_phb_giant_bgg_6_bgg","p":11,"s":"BGG","h":1,"n":"Giant Barbarian 6; Elemental Cleaver","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s5-0"},{"id":7932,"c":41,"u":"mighty%20impel_barbarian_phb_giant_bgg_10_bgg","p":12,"s":"BGG","h":1,"n":"Giant Barbarian 10; Mighty Impel","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s9-0"},{"id":7934,"c":41,"u":"demiurgic%20colossus_barbarian_phb_giant_bgg_14_bgg","p":12,"s":"BGG","h":1,"n":"Giant Barbarian 14; Demiurgic Colossus","uh":"barbarian_phb,state:sub-giant-bgg=b1~feature=s13-0"},{"id":7936,"c":41,"u":"path%20of%20the%20berserker_barbarian_phb_berserker_phb_3_phb","p":49,"s":"PHB","h":1,"r":1,"n":"Berserker Barbarian 3; Path of the Berserker","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s2-0"},{"id":7938,"c":41,"u":"frenzy_barbarian_phb_berserker_phb_3_phb","p":49,"s":"PHB","h":1,"r":1,"n":"Berserker Barbarian 3; Frenzy","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s2-0"},{"id":7940,"c":41,"u":"mindless%20rage_barbarian_phb_berserker_phb_6_phb","p":49,"s":"PHB","h":1,"r":1,"n":"Berserker Barbarian 6; Mindless Rage","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s5-0"},{"id":7942,"c":41,"u":"intimidating%20presence_barbarian_phb_berserker_phb_10_phb","p":49,"s":"PHB","h":1,"r":1,"n":"Berserker Barbarian 10; Intimidating Presence","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s9-0"},{"id":7944,"c":41,"u":"retaliation_barbarian_phb_berserker_phb_14_phb","p":49,"s":"PHB","h":1,"r":1,"n":"Berserker Barbarian 14; Retaliation","uh":"barbarian_phb,state:sub-berserker-phb=b1~feature=s13-0"},{"id":7946,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7948,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7950,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_3_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 3; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s2-0"},{"id":7952,"c":41,"u":"path%20of%20the%20totem%20warrior_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Path of the Totem Warrior","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7954,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_3_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 3; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s2-0"},{"id":7956,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7958,"c":41,"u":"spirit%20seeker_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Spirit Seeker","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7960,"c":41,"u":"totem%20spirit_barbarian_phb_totem%20warrior_phb_3_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 3; Totem Spirit","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s2-0"},{"id":7962,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 6; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7964,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 6; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7966,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_6_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 6; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s5-0"},{"id":7968,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_6_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 6; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s5-0"},{"id":7970,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 6; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7972,"c":41,"u":"aspect%20of%20the%20beast_barbarian_phb_totem%20warrior_phb_6_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 6; Aspect of the Beast","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s5-0"},{"id":7974,"c":41,"u":"spirit%20walker_barbarian_phb_totem%20warrior_phb_10_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 10; Spirit Walker","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s9-0"},{"id":7976,"c":41,"u":"bear_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 14; Bear","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7978,"c":41,"u":"eagle_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 14; Eagle","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7980,"c":41,"u":"elk_barbarian_phb_totem%20warrior_phb_14_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 14; Elk","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s13-0"},{"id":7982,"c":41,"u":"tiger_barbarian_phb_totem%20warrior_phb_14_scag","p":122,"s":"SCAG","h":1,"n":"Totem Warrior Barbarian 14; Tiger","uh":"barbarian_phb,state:sub-totem-warrior-scag=b1~feature=s13-0"},{"id":7984,"c":41,"u":"wolf_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 14; Wolf","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7986,"c":41,"u":"totemic%20attunement_barbarian_phb_totem%20warrior_phb_14_phb","p":50,"s":"PHB","h":1,"n":"Totem Warrior Barbarian 14; Totemic Attunement","uh":"barbarian_phb,state:sub-totem-warrior-phb=b1~feature=s13-0"},{"id":7988,"c":41,"u":"path%20of%20the%20battlerager_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 3; Path of the Battlerager","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7990,"c":41,"u":"battlerager%20armor_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 3; Battlerager Armor","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7992,"c":41,"u":"restriction%e2%80%94dwarves%20only_barbarian_phb_battlerager_scag_3_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 3; Restriction—Dwarves Only","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s2-0"},{"id":7994,"c":41,"u":"reckless%20abandon_barbarian_phb_battlerager_scag_6_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 6; Reckless Abandon","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s5-0"},{"id":7996,"c":41,"u":"battlerager%20charge_barbarian_phb_battlerager_scag_10_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 10; Battlerager Charge","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s9-0"},{"id":7998,"c":41,"u":"spiked%20retribution_barbarian_phb_battlerager_scag_14_scag","p":121,"s":"SCAG","h":1,"n":"Battlerager Barbarian 14; Spiked Retribution","uh":"barbarian_phb,state:sub-battlerager-scag=b1~feature=s13-0"},{"id":8000,"c":41,"u":"path%20of%20the%20beast_barbarian_phb_beast_tce_3_tce","p":24,"s":"TCE","h":1,"n":"Beast Barbarian 3; Path of the Beast","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s2-0"},{"id":8002,"c":41,"u":"form%20of%20the%20beast_barbarian_phb_beast_tce_3_tce","p":24,"s":"TCE","h":1,"n":"Beast Barbarian 3; Form of the Beast","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s2-0"},{"id":8004,"c":41,"u":"bestial%20soul_barbarian_phb_beast_tce_6_tce","p":24,"s":"TCE","h":1,"n":"Beast Barbarian 6; Bestial Soul","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s5-0"},{"id":8006,"c":41,"u":"infectious%20fury_barbarian_phb_beast_tce_10_tce","p":24,"s":"TCE","h":1,"n":"Beast Barbarian 10; Infectious Fury","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s9-0"},{"id":8008,"c":41,"u":"call%20the%20hunt_barbarian_phb_beast_tce_14_tce","p":24,"s":"TCE","h":1,"n":"Beast Barbarian 14; Call the Hunt","uh":"barbarian_phb,state:sub-beast-tce=b1~feature=s13-0"},{"id":8010,"c":41,"u":"path%20of%20wild%20magic_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 3; Path of Wild Magic","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":8012,"c":41,"u":"magic%20awareness_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 3; Magic Awareness","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":8014,"c":41,"u":"wild%20surge_barbarian_phb_wild%20magic_tce_3_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 3; Wild Surge","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s2-0"},{"id":8016,"c":41,"u":"bolstering%20magic_barbarian_phb_wild%20magic_tce_6_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 6; Bolstering Magic","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s5-0"},{"id":8018,"c":41,"u":"unstable%20backlash_barbarian_phb_wild%20magic_tce_10_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 10; Unstable Backlash","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s9-0"},{"id":8020,"c":41,"u":"controlled%20surge_barbarian_phb_wild%20magic_tce_14_tce","p":25,"s":"TCE","h":1,"n":"Wild Magic Barbarian 14; Controlled Surge","uh":"barbarian_phb,state:sub-wild-magic-tce=b1~feature=s13-0"},{"id":8022,"c":41,"u":"path%20of%20the%20juggernaut_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 3; Path of the Juggernaut","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":8024,"c":41,"u":"spirit%20of%20the%20mountain_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 3; Spirit of the Mountain","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":8026,"c":41,"u":"thunderous%20blows_barbarian_phb_juggernaut_tdcsr_3_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 3; Thunderous Blows","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s2-0"},{"id":8028,"c":41,"u":"demolishing%20might_barbarian_phb_juggernaut_tdcsr_6_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 6; Demolishing Might","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s5-0"},{"id":8030,"c":41,"u":"resolute%20stance_barbarian_phb_juggernaut_tdcsr_6_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 6; Resolute Stance","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s5-0"},{"id":8032,"c":41,"u":"hurricane%20strike_barbarian_phb_juggernaut_tdcsr_10_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 10; Hurricane Strike","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s9-0"},{"id":8034,"c":41,"u":"thunderous%20blows%20(10th%20level)_barbarian_phb_juggernaut_tdcsr_10_tdcsr","p":165,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 10; Thunderous Blows (10th Level)","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s9-0"},{"id":8036,"c":41,"u":"unstoppable_barbarian_phb_juggernaut_tdcsr_14_tdcsr","p":166,"s":"TDCSR","h":1,"dP":1,"n":"Juggernaut Barbarian 14; Unstoppable","uh":"barbarian_phb,state:sub-juggernaut-tdcsr=b1~feature=s13-0"},{"id":8038,"c":41,"u":"path%20of%20the%20ancestral%20guardian_barbarian_phb_ancestral%20guardian_xge_3_xge","p":9,"s":"XGE","h":1,"n":"Ancestral Guardian Barbarian 3; Path of the Ancestral Guardian","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s2-0"},{"id":8040,"c":41,"u":"ancestral%20protectors_barbarian_phb_ancestral%20guardian_xge_3_xge","p":9,"s":"XGE","h":1,"n":"Ancestral Guardian Barbarian 3; Ancestral Protectors","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s2-0"},{"id":8042,"c":41,"u":"spirit%20shield_barbarian_phb_ancestral%20guardian_xge_6_xge","p":9,"s":"XGE","h":1,"n":"Ancestral Guardian Barbarian 6; Spirit Shield","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s5-0"},{"id":8044,"c":41,"u":"consult%20the%20spirits_barbarian_phb_ancestral%20guardian_xge_10_xge","p":9,"s":"XGE","h":1,"n":"Ancestral Guardian Barbarian 10; Consult the Spirits","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s9-0"},{"id":8046,"c":41,"u":"vengeful%20ancestors_barbarian_phb_ancestral%20guardian_xge_14_xge","p":9,"s":"XGE","h":1,"n":"Ancestral Guardian Barbarian 14; Vengeful Ancestors","uh":"barbarian_phb,state:sub-ancestral-guardian-xge=b1~feature=s13-0"},{"id":8048,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 3; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":8050,"c":41,"u":"path%20of%20the%20storm%20herald_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 3; Path of the Storm Herald","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":8052,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 3; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":8054,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 3; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":8056,"c":41,"u":"storm%20aura_barbarian_phb_storm%20herald_xge_3_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 3; Storm Aura","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s2-0"},{"id":8058,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 6; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":8060,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 6; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":8062,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 6; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":8064,"c":41,"u":"storm%20soul_barbarian_phb_storm%20herald_xge_6_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 6; Storm Soul","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s5-0"},{"id":8066,"c":41,"u":"shielding%20storm_barbarian_phb_storm%20herald_xge_10_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 10; Shielding Storm","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s9-0"},{"id":8068,"c":41,"u":"desert_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 14; Desert","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":8070,"c":41,"u":"sea_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 14; Sea","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":8072,"c":41,"u":"tundra_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 14; Tundra","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":8074,"c":41,"u":"raging%20storm_barbarian_phb_storm%20herald_xge_14_xge","p":10,"s":"XGE","h":1,"n":"Storm Herald Barbarian 14; Raging Storm","uh":"barbarian_phb,state:sub-storm-herald-xge=b1~feature=s13-0"},{"id":8076,"c":41,"u":"path%20of%20the%20zealot_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 3; Path of the Zealot","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":8078,"c":41,"u":"divine%20fury_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 3; Divine Fury","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":8080,"c":41,"u":"warrior%20of%20the%20gods_barbarian_phb_zealot_xge_3_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 3; Warrior of the Gods","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s2-0"},{"id":8082,"c":41,"u":"fanatical%20focus_barbarian_phb_zealot_xge_6_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 6; Fanatical Focus","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s5-0"},{"id":8084,"c":41,"u":"zealous%20presence_barbarian_phb_zealot_xge_10_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 10; Zealous Presence","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s9-0"},{"id":8086,"c":41,"u":"rage%20beyond%20death_barbarian_phb_zealot_xge_14_xge","p":11,"s":"XGE","h":1,"n":"Zealot Barbarian 14; Rage beyond Death","uh":"barbarian_phb,state:sub-zealot-xge=b1~feature=s13-0"},{"id":8088,"c":41,"u":"path%20of%20the%20berserker_barbarian_xphb_berserker_xphb_3_xphb","p":54,"s":"XPHB","h":1,"n":"Berserker Barbarian 3; Path of the Berserker","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s2-0"},{"id":8090,"c":41,"u":"frenzy_barbarian_xphb_berserker_xphb_3_xphb","p":54,"s":"XPHB","h":1,"n":"Berserker Barbarian 3; Frenzy","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s2-0"},{"id":8092,"c":41,"u":"mindless%20rage_barbarian_xphb_berserker_xphb_6_xphb","p":54,"s":"XPHB","h":1,"n":"Berserker Barbarian 6; Mindless Rage","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s5-0"},{"id":8094,"c":41,"u":"retaliation_barbarian_xphb_berserker_xphb_10_xphb","p":54,"s":"XPHB","h":1,"n":"Berserker Barbarian 10; Retaliation","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s9-0"},{"id":8096,"c":41,"u":"intimidating%20presence_barbarian_xphb_berserker_xphb_14_xphb","p":54,"s":"XPHB","h":1,"n":"Berserker Barbarian 14; Intimidating Presence","uh":"barbarian_xphb,state:sub-berserker-xphb=b1~feature=s13-0"},{"id":8098,"c":41,"u":"path%20of%20the%20wild%20heart_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 3; Path of the Wild Heart","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":8100,"c":41,"u":"animal%20speaker_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 3; Animal Speaker","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":8102,"c":41,"u":"rage%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_3_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 3; Rage of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s2-0"},{"id":8104,"c":41,"u":"aspect%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_6_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 6; Aspect of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s5-0"},{"id":8106,"c":41,"u":"nature%20speaker_barbarian_xphb_wild%20heart_xphb_10_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 10; Nature Speaker","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s9-0"},{"id":8108,"c":41,"u":"power%20of%20the%20wilds_barbarian_xphb_wild%20heart_xphb_14_xphb","p":55,"s":"XPHB","h":1,"n":"Wild Heart Barbarian 14; Power of the Wilds","uh":"barbarian_xphb,state:sub-wild-heart-xphb=b1~feature=s13-0"},{"id":8110,"c":41,"u":"path%20of%20the%20world%20tree_barbarian_xphb_world%20tree_xphb_3_xphb","p":56,"s":"XPHB","h":1,"n":"World Tree Barbarian 3; Path of the World Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s2-0"},{"id":8112,"c":41,"u":"vitality%20of%20the%20tree_barbarian_xphb_world%20tree_xphb_3_xphb","p":56,"s":"XPHB","h":1,"n":"World Tree Barbarian 3; Vitality of the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s2-0"},{"id":8114,"c":41,"u":"branches%20of%20the%20tree_barbarian_xphb_world%20tree_xphb_6_xphb","p":56,"s":"XPHB","h":1,"n":"World Tree Barbarian 6; Branches of the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s5-0"},{"id":8116,"c":41,"u":"battering%20roots_barbarian_xphb_world%20tree_xphb_10_xphb","p":56,"s":"XPHB","h":1,"n":"World Tree Barbarian 10; Battering Roots","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s9-0"},{"id":8118,"c":41,"u":"travel%20along%20the%20tree_barbarian_xphb_world%20tree_xphb_14_xphb","p":56,"s":"XPHB","h":1,"n":"World Tree Barbarian 14; Travel Along the Tree","uh":"barbarian_xphb,state:sub-world-tree-xphb=b1~feature=s13-0"},{"id":8120,"c":41,"u":"path%20of%20the%20zealot_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 3; Path of the Zealot","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":8122,"c":41,"u":"divine%20fury_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 3; Divine Fury","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":8124,"c":41,"u":"warrior%20of%20the%20gods_barbarian_xphb_zealot_xphb_3_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 3; Warrior of the Gods","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s2-0"},{"id":8126,"c":41,"u":"fanatical%20focus_barbarian_xphb_zealot_xphb_6_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 6; Fanatical Focus","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s5-0"},{"id":8128,"c":41,"u":"zealous%20presence_barbarian_xphb_zealot_xphb_10_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 10; Zealous Presence","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s9-0"},{"id":8130,"c":41,"u":"rage%20of%20the%20gods_barbarian_xphb_zealot_xphb_14_xphb","p":57,"s":"XPHB","h":1,"n":"Zealot Barbarian 14; Rage of the Gods","uh":"barbarian_xphb,state:sub-zealot-xphb=b1~feature=s13-0"},{"id":8132,"c":41,"u":"college%20of%20lore_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"n":"Lore Bard 3; College of Lore","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":8134,"c":41,"u":"bonus%20proficiencies_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"n":"Lore Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":8136,"c":41,"u":"cutting%20words_bard_phb_lore_phb_3_phb","p":54,"s":"PHB","h":1,"r":1,"n":"Lore Bard 3; Cutting Words","uh":"bard_phb,state:sub-lore-phb=b1~feature=s2-0"},{"id":8138,"c":41,"u":"additional%20magical%20secrets_bard_phb_lore_phb_6_phb","p":54,"s":"PHB","h":1,"r":1,"n":"Lore Bard 6; Additional Magical Secrets","uh":"bard_phb,state:sub-lore-phb=b1~feature=s5-0"},{"id":8140,"c":41,"u":"peerless%20skill_bard_phb_lore_phb_14_phb","p":54,"s":"PHB","h":1,"r":1,"n":"Lore Bard 14; Peerless Skill","uh":"bard_phb,state:sub-lore-phb=b1~feature=s13-0"},{"id":8142,"c":41,"u":"college%20of%20valor_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"n":"Valor Bard 3; College of Valor","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":8144,"c":41,"u":"bonus%20proficiencies_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"n":"Valor Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":8146,"c":41,"u":"combat%20inspiration_bard_phb_valor_phb_3_phb","p":55,"s":"PHB","h":1,"n":"Valor Bard 3; Combat Inspiration","uh":"bard_phb,state:sub-valor-phb=b1~feature=s2-0"},{"id":8148,"c":41,"u":"extra%20attack_bard_phb_valor_phb_6_phb","p":55,"s":"PHB","h":1,"n":"Valor Bard 6; Extra Attack","uh":"bard_phb,state:sub-valor-phb=b1~feature=s5-0"},{"id":8150,"c":41,"u":"battle%20magic_bard_phb_valor_phb_14_phb","p":55,"s":"PHB","h":1,"n":"Valor Bard 14; Battle Magic","uh":"bard_phb,state:sub-valor-phb=b1~feature=s13-0"},{"id":8152,"c":41,"u":"college%20of%20creation_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"n":"Creation Bard 3; College of Creation","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":8154,"c":41,"u":"mote%20of%20potential_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"n":"Creation Bard 3; Mote of Potential","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":8156,"c":41,"u":"performance%20of%20creation_bard_phb_creation_tce_3_tce","p":27,"s":"TCE","h":1,"n":"Creation Bard 3; Performance of Creation","uh":"bard_phb,state:sub-creation-tce=b1~feature=s2-0"},{"id":8158,"c":41,"u":"animating%20performance_bard_phb_creation_tce_6_tce","p":27,"s":"TCE","h":1,"n":"Creation Bard 6; Animating Performance","uh":"bard_phb,state:sub-creation-tce=b1~feature=s5-0"},{"id":8160,"c":41,"u":"creative%20crescendo_bard_phb_creation_tce_14_tce","p":27,"s":"TCE","h":1,"n":"Creation Bard 14; Creative Crescendo","uh":"bard_phb,state:sub-creation-tce=b1~feature=s13-0"},{"id":8162,"c":41,"u":"college%20of%20eloquence_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 3; College of Eloquence","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":8164,"c":41,"u":"silver%20tongue_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 3; Silver Tongue","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":8166,"c":41,"u":"unsettling%20words_bard_phb_eloquence_tce_3_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 3; Unsettling Words","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s2-0"},{"id":8168,"c":41,"u":"unfailing%20inspiration_bard_phb_eloquence_tce_6_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 6; Unfailing Inspiration","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s5-0"},{"id":8170,"c":41,"u":"universal%20speech_bard_phb_eloquence_tce_6_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 6; Universal Speech","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s5-0"},{"id":8172,"c":41,"u":"infectious%20inspiration_bard_phb_eloquence_tce_14_tce","p":29,"s":"TCE","h":1,"n":"Eloquence Bard 14; Infectious Inspiration","uh":"bard_phb,state:sub-eloquence-tce=b1~feature=s13-0"},{"id":8174,"c":41,"u":"college%20of%20tragedy_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 3; College of Tragedy","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8176,"c":41,"u":"poetry%20in%20misery_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 3; Poetry in Misery","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8178,"c":41,"u":"sorrowful%20fate_bard_phb_tragedy_tdcsr_3_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 3; Sorrowful Fate","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s2-0"},{"id":8180,"c":41,"u":"impending%20misfortune_bard_phb_tragedy_tdcsr_6_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 6; Impending Misfortune","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s5-0"},{"id":8182,"c":41,"u":"tale%20of%20hubris_bard_phb_tragedy_tdcsr_6_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 6; Tale of Hubris","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s5-0"},{"id":8184,"c":41,"u":"nimbus%20of%20pathos_bard_phb_tragedy_tdcsr_14_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 14; Nimbus of Pathos","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s13-0"},{"id":8186,"c":41,"u":"tale%20of%20hubris%20(14th%20level)_bard_phb_tragedy_tdcsr_14_tdcsr","p":167,"s":"TDCSR","h":1,"dP":1,"n":"Tragedy Bard 14; Tale of Hubris (14th Level)","uh":"bard_phb,state:sub-tragedy-tdcsr=b1~feature=s13-0"},{"id":8188,"c":41,"u":"college%20of%20spirits_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 3; College of Spirits","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8190,"c":41,"u":"guiding%20whispers_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 3; Guiding Whispers","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8192,"c":41,"u":"spiritual%20focus_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 3; Spiritual Focus","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8194,"c":41,"u":"tales%20from%20beyond_bard_phb_spirits_vrgr_3_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 3; Tales from Beyond","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s2-0"},{"id":8196,"c":41,"u":"spirit%20session_bard_phb_spirits_vrgr_6_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 6; Spirit Session","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s5-0"},{"id":8198,"c":41,"u":"mystical%20connection_bard_phb_spirits_vrgr_14_vrgr","p":28,"s":"VRGR","h":1,"n":"Spirits Bard 14; Mystical Connection","uh":"bard_phb,state:sub-spirits-vrgr=b1~feature=s13-0"},{"id":8200,"c":41,"u":"college%20of%20glamour_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"n":"Glamour Bard 3; College of Glamour","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8202,"c":41,"u":"enthralling%20performance_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"n":"Glamour Bard 3; Enthralling Performance","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8204,"c":41,"u":"mantle%20of%20inspiration_bard_phb_glamour_xge_3_xge","p":14,"s":"XGE","h":1,"n":"Glamour Bard 3; Mantle of Inspiration","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s2-0"},{"id":8206,"c":41,"u":"mantle%20of%20majesty_bard_phb_glamour_xge_6_xge","p":14,"s":"XGE","h":1,"n":"Glamour Bard 6; Mantle of Majesty","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s5-0"},{"id":8208,"c":41,"u":"unbreakable%20majesty_bard_phb_glamour_xge_14_xge","p":14,"s":"XGE","h":1,"n":"Glamour Bard 14; Unbreakable Majesty","uh":"bard_phb,state:sub-glamour-xge=b1~feature=s13-0"},{"id":8210,"c":41,"u":"college%20of%20swords_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; College of Swords","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8212,"c":41,"u":"defensive%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Defensive Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8214,"c":41,"u":"mobile%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Mobile Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8216,"c":41,"u":"slashing%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Slashing Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8218,"c":41,"u":"blade%20flourish_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Blade Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8220,"c":41,"u":"bonus%20proficiencies_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Bonus Proficiencies","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8222,"c":41,"u":"fighting%20style_bard_phb_swords_xge_3_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 3; Fighting Style","uh":"bard_phb,state:sub-swords-xge=b1~feature=s2-0"},{"id":8224,"c":41,"u":"extra%20attack_bard_phb_swords_xge_6_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 6; Extra Attack","uh":"bard_phb,state:sub-swords-xge=b1~feature=s5-0"},{"id":8226,"c":41,"u":"master's%20flourish_bard_phb_swords_xge_14_xge","p":15,"s":"XGE","h":1,"n":"Swords Bard 14; Master's Flourish","uh":"bard_phb,state:sub-swords-xge=b1~feature=s13-0"},{"id":8228,"c":41,"u":"college%20of%20whispers_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"n":"Whispers Bard 3; College of Whispers","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8230,"c":41,"u":"psychic%20blades_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"n":"Whispers Bard 3; Psychic Blades","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8232,"c":41,"u":"words%20of%20terror_bard_phb_whispers_xge_3_xge","p":16,"s":"XGE","h":1,"n":"Whispers Bard 3; Words of Terror","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s2-0"},{"id":8234,"c":41,"u":"mantle%20of%20whispers_bard_phb_whispers_xge_6_xge","p":16,"s":"XGE","h":1,"n":"Whispers Bard 6; Mantle of Whispers","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s5-0"},{"id":8236,"c":41,"u":"shadow%20lore_bard_phb_whispers_xge_14_xge","p":16,"s":"XGE","h":1,"n":"Whispers Bard 14; Shadow Lore","uh":"bard_phb,state:sub-whispers-xge=b1~feature=s13-0"},{"id":8238,"c":41,"u":"college%20of%20dance_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; College of Dance","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8240,"c":41,"u":"agile%20strikes_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; Agile Strikes","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8242,"c":41,"u":"bardic%20damage_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; Bardic Damage","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8244,"c":41,"u":"dance%20virtuoso_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; Dance Virtuoso","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8246,"c":41,"u":"dazzling%20footwork_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; Dazzling Footwork","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8248,"c":41,"u":"unarmored%20defense_bard_xphb_dance_xphb_3_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 3; Unarmored Defense","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s2-0"},{"id":8250,"c":41,"u":"inspiring%20movement_bard_xphb_dance_xphb_6_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 6; Inspiring Movement","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s5-0"},{"id":8252,"c":41,"u":"tandem%20footwork_bard_xphb_dance_xphb_6_xphb","p":64,"s":"XPHB","h":1,"n":"Dance Bard 6; Tandem Footwork","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s5-0"},{"id":8254,"c":41,"u":"leading%20evasion_bard_xphb_dance_xphb_14_xphb","p":65,"s":"XPHB","h":1,"n":"Dance Bard 14; Leading Evasion","uh":"bard_xphb,state:sub-dance-xphb=b1~feature=s13-0"},{"id":8256,"c":41,"u":"college%20of%20glamour_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"n":"Glamour Bard 3; College of Glamour","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8258,"c":41,"u":"beguiling%20magic_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"n":"Glamour Bard 3; Beguiling Magic","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8260,"c":41,"u":"mantle%20of%20inspiration_bard_xphb_glamour_xphb_3_xphb","p":65,"s":"XPHB","h":1,"n":"Glamour Bard 3; Mantle of Inspiration","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s2-0"},{"id":8262,"c":41,"u":"mantle%20of%20majesty_bard_xphb_glamour_xphb_6_xphb","p":65,"s":"XPHB","h":1,"n":"Glamour Bard 6; Mantle of Majesty","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s5-0"},{"id":8264,"c":41,"u":"unbreakable%20majesty_bard_xphb_glamour_xphb_14_xphb","p":66,"s":"XPHB","h":1,"n":"Glamour Bard 14; Unbreakable Majesty","uh":"bard_xphb,state:sub-glamour-xphb=b1~feature=s13-0"},{"id":8266,"c":41,"u":"college%20of%20lore_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"n":"Lore Bard 3; College of Lore","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8268,"c":41,"u":"bonus%20proficiencies_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"n":"Lore Bard 3; Bonus Proficiencies","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8270,"c":41,"u":"cutting%20words_bard_xphb_lore_xphb_3_xphb","p":66,"s":"XPHB","h":1,"n":"Lore Bard 3; Cutting Words","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s2-0"},{"id":8272,"c":41,"u":"magical%20discoveries_bard_xphb_lore_xphb_6_xphb","p":66,"s":"XPHB","h":1,"n":"Lore Bard 6; Magical Discoveries","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s5-0"},{"id":8274,"c":41,"u":"peerless%20skill_bard_xphb_lore_xphb_14_xphb","p":67,"s":"XPHB","h":1,"n":"Lore Bard 14; Peerless Skill","uh":"bard_xphb,state:sub-lore-xphb=b1~feature=s13-0"},{"id":8276,"c":41,"u":"college%20of%20valor_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"n":"Valor Bard 3; College of Valor","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8278,"c":41,"u":"combat%20inspiration_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"n":"Valor Bard 3; Combat Inspiration","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8280,"c":41,"u":"martial%20training_bard_xphb_valor_xphb_3_xphb","p":67,"s":"XPHB","h":1,"n":"Valor Bard 3; Martial Training","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s2-0"},{"id":8282,"c":41,"u":"extra%20attack_bard_xphb_valor_xphb_6_xphb","p":67,"s":"XPHB","h":1,"n":"Valor Bard 6; Extra Attack","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s5-0"},{"id":8284,"c":41,"u":"battle%20magic_bard_xphb_valor_xphb_14_xphb","p":67,"s":"XPHB","h":1,"n":"Valor Bard 14; Battle Magic","uh":"bard_xphb,state:sub-valor-xphb=b1~feature=s13-0"},{"id":8286,"c":41,"u":"death%20domain_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 1; Death Domain","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8288,"c":41,"u":"bonus%20proficiency_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8290,"c":41,"u":"reaper_cleric_phb_death_dmg_1_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 1; Reaper","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s0-0"},{"id":8292,"c":41,"u":"channel%20divinity%3a%20touch%20of%20death_cleric_phb_death_dmg_2_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 2; Channel Divinity: Touch of Death","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s1-0"},{"id":8294,"c":41,"u":"inescapable%20destruction_cleric_phb_death_dmg_6_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 6; Inescapable Destruction","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s5-0"},{"id":8296,"c":41,"u":"blessed%20strikes_cleric_phb_death_dmg_8_tce","p":30,"s":"TCE","h":1,"n":"Death Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-death-tce=b1~feature=s7-0"},{"id":8298,"c":41,"u":"divine%20strike_cleric_phb_death_dmg_8_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s7-0"},{"id":8300,"c":41,"u":"improved%20reaper_cleric_phb_death_dmg_17_dmg","p":96,"s":"DMG","h":1,"n":"Death Cleric 17; Improved Reaper","uh":"cleric_phb,state:sub-death-dmg=b1~feature=s16-0"},{"id":8302,"c":41,"u":"knowledge%20domain_cleric_phb_knowledge_phb_1_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 1; Knowledge Domain","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s0-0"},{"id":8304,"c":41,"u":"blessings%20of%20knowledge_cleric_phb_knowledge_phb_1_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 1; Blessings of Knowledge","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s0-0"},{"id":8306,"c":41,"u":"channel%20divinity%3a%20knowledge%20of%20the%20ages_cleric_phb_knowledge_phb_2_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 2; Channel Divinity: Knowledge of the Ages","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s1-0"},{"id":8308,"c":41,"u":"channel%20divinity%3a%20read%20thoughts_cleric_phb_knowledge_phb_6_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 6; Channel Divinity: Read Thoughts","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s5-0"},{"id":8310,"c":41,"u":"blessed%20strikes_cleric_phb_knowledge_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Knowledge Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-knowledge-tce=b1~feature=s7-0"},{"id":8312,"c":41,"u":"potent%20spellcasting_cleric_phb_knowledge_phb_8_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s7-0"},{"id":8314,"c":41,"u":"visions%20of%20the%20past_cleric_phb_knowledge_phb_17_phb","p":59,"s":"PHB","h":1,"n":"Knowledge Cleric 17; Visions of the Past","uh":"cleric_phb,state:sub-knowledge-phb=b1~feature=s16-0"},{"id":8316,"c":41,"u":"life%20domain_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 1; Life Domain","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8318,"c":41,"u":"bonus%20proficiency_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8320,"c":41,"u":"disciple%20of%20life_cleric_phb_life_phb_1_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 1; Disciple of Life","uh":"cleric_phb,state:sub-life-phb=b1~feature=s0-0"},{"id":8322,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_phb_life_phb_2_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 2; Channel Divinity: Preserve Life","uh":"cleric_phb,state:sub-life-phb=b1~feature=s1-0"},{"id":8324,"c":41,"u":"blessed%20healer_cleric_phb_life_phb_6_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 6; Blessed Healer","uh":"cleric_phb,state:sub-life-phb=b1~feature=s5-0"},{"id":8326,"c":41,"u":"blessed%20strikes_cleric_phb_life_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Life Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-life-tce=b1~feature=s7-0"},{"id":8328,"c":41,"u":"divine%20strike_cleric_phb_life_phb_8_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-life-phb=b1~feature=s7-0"},{"id":8330,"c":41,"u":"supreme%20healing_cleric_phb_life_phb_17_phb","p":60,"s":"PHB","h":1,"r":1,"n":"Life Cleric 17; Supreme Healing","uh":"cleric_phb,state:sub-life-phb=b1~feature=s16-0"},{"id":8332,"c":41,"u":"light%20domain_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 1; Light Domain","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8334,"c":41,"u":"bonus%20cantrip_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 1; Bonus Cantrip","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8336,"c":41,"u":"warding%20flare_cleric_phb_light_phb_1_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 1; Warding Flare","uh":"cleric_phb,state:sub-light-phb=b1~feature=s0-0"},{"id":8338,"c":41,"u":"channel%20divinity%3a%20radiance%20of%20the%20dawn_cleric_phb_light_phb_2_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 2; Channel Divinity: Radiance of the Dawn","uh":"cleric_phb,state:sub-light-phb=b1~feature=s1-0"},{"id":8340,"c":41,"u":"improved%20flare_cleric_phb_light_phb_6_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 6; Improved Flare","uh":"cleric_phb,state:sub-light-phb=b1~feature=s5-0"},{"id":8342,"c":41,"u":"blessed%20strikes_cleric_phb_light_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Light Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-light-tce=b1~feature=s7-0"},{"id":8344,"c":41,"u":"potent%20spellcasting_cleric_phb_light_phb_8_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-light-phb=b1~feature=s7-0"},{"id":8346,"c":41,"u":"corona%20of%20light_cleric_phb_light_phb_17_phb","p":60,"s":"PHB","h":1,"n":"Light Cleric 17; Corona of Light","uh":"cleric_phb,state:sub-light-phb=b1~feature=s16-0"},{"id":8348,"c":41,"u":"nature%20domain_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 1; Nature Domain","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8350,"c":41,"u":"acolyte%20of%20nature_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 1; Acolyte of Nature","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8352,"c":41,"u":"bonus%20proficiency_cleric_phb_nature_phb_1_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s0-0"},{"id":8354,"c":41,"u":"channel%20divinity%3a%20charm%20animals%20and%20plants_cleric_phb_nature_phb_2_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 2; Channel Divinity: Charm Animals and Plants","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s1-0"},{"id":8356,"c":41,"u":"dampen%20elements_cleric_phb_nature_phb_6_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 6; Dampen Elements","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s5-0"},{"id":8358,"c":41,"u":"blessed%20strikes_cleric_phb_nature_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Nature Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-nature-tce=b1~feature=s7-0"},{"id":8360,"c":41,"u":"divine%20strike_cleric_phb_nature_phb_8_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s7-0"},{"id":8362,"c":41,"u":"master%20of%20nature_cleric_phb_nature_phb_17_phb","p":61,"s":"PHB","h":1,"n":"Nature Cleric 17; Master of Nature","uh":"cleric_phb,state:sub-nature-phb=b1~feature=s16-0"},{"id":8364,"c":41,"u":"tempest%20domain_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 1; Tempest Domain","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8366,"c":41,"u":"bonus%20proficiencies_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8368,"c":41,"u":"wrath%20of%20the%20storm_cleric_phb_tempest_phb_1_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 1; Wrath of the Storm","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s0-0"},{"id":8370,"c":41,"u":"channel%20divinity%3a%20destructive%20wrath_cleric_phb_tempest_phb_2_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 2; Channel Divinity: Destructive Wrath","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s1-0"},{"id":8372,"c":41,"u":"thunderbolt%20strike_cleric_phb_tempest_phb_6_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 6; Thunderbolt Strike","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s5-0"},{"id":8374,"c":41,"u":"blessed%20strikes_cleric_phb_tempest_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Tempest Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-tempest-tce=b1~feature=s7-0"},{"id":8376,"c":41,"u":"divine%20strike_cleric_phb_tempest_phb_8_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s7-0"},{"id":8378,"c":41,"u":"stormborn_cleric_phb_tempest_phb_17_phb","p":62,"s":"PHB","h":1,"n":"Tempest Cleric 17; Stormborn","uh":"cleric_phb,state:sub-tempest-phb=b1~feature=s16-0"},{"id":8380,"c":41,"u":"trickery%20domain_cleric_phb_trickery_phb_1_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 1; Trickery Domain","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s0-0"},{"id":8382,"c":41,"u":"blessing%20of%20the%20trickster_cleric_phb_trickery_phb_1_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 1; Blessing of the Trickster","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s0-0"},{"id":8384,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_phb_trickery_phb_2_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 2; Channel Divinity: Invoke Duplicity","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s1-0"},{"id":8386,"c":41,"u":"channel%20divinity%3a%20cloak%20of%20shadows_cleric_phb_trickery_phb_6_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 6; Channel Divinity: Cloak of Shadows","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s5-0"},{"id":8388,"c":41,"u":"blessed%20strikes_cleric_phb_trickery_phb_8_tce","p":30,"s":"TCE","h":1,"n":"Trickery Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-trickery-tce=b1~feature=s7-0"},{"id":8390,"c":41,"u":"divine%20strike_cleric_phb_trickery_phb_8_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s7-0"},{"id":8392,"c":41,"u":"improved%20duplicity_cleric_phb_trickery_phb_17_phb","p":62,"s":"PHB","h":1,"n":"Trickery Cleric 17; Improved Duplicity","uh":"cleric_phb,state:sub-trickery-phb=b1~feature=s16-0"},{"id":8394,"c":41,"u":"war%20domain_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 1; War Domain","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8396,"c":41,"u":"bonus%20proficiencies_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8398,"c":41,"u":"war%20priest_cleric_phb_war_phb_1_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 1; War Priest","uh":"cleric_phb,state:sub-war-phb=b1~feature=s0-0"},{"id":8400,"c":41,"u":"channel%20divinity%3a%20guided%20strike_cleric_phb_war_phb_2_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 2; Channel Divinity: Guided Strike","uh":"cleric_phb,state:sub-war-phb=b1~feature=s1-0"},{"id":8402,"c":41,"u":"channel%20divinity%3a%20war%20god's%20blessing_cleric_phb_war_phb_6_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 6; Channel Divinity: War God's Blessing","uh":"cleric_phb,state:sub-war-phb=b1~feature=s5-0"},{"id":8404,"c":41,"u":"blessed%20strikes_cleric_phb_war_phb_8_tce","p":30,"s":"TCE","h":1,"n":"War Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-war-tce=b1~feature=s7-0"},{"id":8406,"c":41,"u":"divine%20strike_cleric_phb_war_phb_8_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-war-phb=b1~feature=s7-0"},{"id":8408,"c":41,"u":"avatar%20of%20battle_cleric_phb_war_phb_17_phb","p":63,"s":"PHB","h":1,"n":"War Cleric 17; Avatar of Battle","uh":"cleric_phb,state:sub-war-phb=b1~feature=s16-0"},{"id":8410,"c":41,"u":"ambition%20domain%20(psa)_cleric_phb_ambition%20(psa)_psa_1_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 1; Ambition Domain (PSA)","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s0-0"},{"id":8412,"c":41,"u":"warding%20flare_cleric_phb_ambition%20(psa)_psa_1_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 1; Warding Flare","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s0-0"},{"id":8414,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_phb_ambition%20(psa)_psa_2_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 2; Channel Divinity: Invoke Duplicity","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s1-0"},{"id":8416,"c":41,"u":"channel%20divinity%3a%20cloak%20of%20shadows_cleric_phb_ambition%20(psa)_psa_6_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 6; Channel Divinity: Cloak of Shadows","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s5-0"},{"id":8418,"c":41,"u":"blessed%20strikes_cleric_phb_ambition%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"n":"Ambition (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-ambition-psa-tce=b1~feature=s7-0"},{"id":8420,"c":41,"u":"potent%20spellcasting_cleric_phb_ambition%20(psa)_psa_8_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s7-0"},{"id":8422,"c":41,"u":"improved%20duplicity_cleric_phb_ambition%20(psa)_psa_17_psa","p":27,"s":"PSA","h":1,"n":"Ambition (PSA) Cleric 17; Improved Duplicity","uh":"cleric_phb,state:sub-ambition-psa-psa=b1~feature=s16-0"},{"id":8424,"c":41,"u":"knowledge%20domain%20(psa)_cleric_phb_knowledge%20(psa)_psa_1_psa","p":25,"s":"PSA","h":1,"n":"Knowledge (PSA) Cleric 1; Knowledge Domain (PSA)","uh":"cleric_phb,state:sub-knowledge-psa-psa=b1~feature=s0-0"},{"id":8426,"c":41,"u":"solidarity%20domain%20(psa)_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 1; Solidarity Domain (PSA)","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8428,"c":41,"u":"bonus%20proficiency_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8430,"c":41,"u":"solidarity's%20action_cleric_phb_solidarity%20(psa)_psa_1_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 1; Solidarity's Action","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s0-0"},{"id":8432,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_phb_solidarity%20(psa)_psa_2_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 2; Channel Divinity: Preserve Life","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s1-0"},{"id":8434,"c":41,"u":"oketra's%20blessing_cleric_phb_solidarity%20(psa)_psa_6_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 6; Oketra's Blessing","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s5-0"},{"id":8436,"c":41,"u":"blessed%20strikes_cleric_phb_solidarity%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"n":"Solidarity (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-solidarity-psa-tce=b1~feature=s7-0"},{"id":8438,"c":41,"u":"divine%20strike_cleric_phb_solidarity%20(psa)_psa_8_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s7-0"},{"id":8440,"c":41,"u":"supreme%20healing_cleric_phb_solidarity%20(psa)_psa_17_psa","p":24,"s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 17; Supreme Healing","uh":"cleric_phb,state:sub-solidarity-psa-psa=b1~feature=s16-0"},{"id":8442,"c":41,"u":"strength%20domain%20(psa)_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 1; Strength Domain (PSA)","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8444,"c":41,"u":"acolyte%20of%20strength_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 1; Acolyte of Strength","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8446,"c":41,"u":"bonus%20proficiency_cleric_phb_strength%20(psa)_psa_1_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s0-0"},{"id":8448,"c":41,"u":"channel%20divinity%3a%20feat%20of%20strength_cleric_phb_strength%20(psa)_psa_2_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 2; Channel Divinity: Feat of Strength","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s1-0"},{"id":8450,"c":41,"u":"rhonas's%20blessing_cleric_phb_strength%20(psa)_psa_6_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 6; Rhonas's Blessing","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s5-0"},{"id":8452,"c":41,"u":"blessed%20strikes_cleric_phb_strength%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"n":"Strength (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-strength-psa-tce=b1~feature=s7-0"},{"id":8454,"c":41,"u":"divine%20strike_cleric_phb_strength%20(psa)_psa_8_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s7-0"},{"id":8456,"c":41,"u":"avatar%20of%20battle_cleric_phb_strength%20(psa)_psa_17_psa","p":26,"s":"PSA","h":1,"n":"Strength (PSA) Cleric 17; Avatar of Battle","uh":"cleric_phb,state:sub-strength-psa-psa=b1~feature=s16-0"},{"id":8458,"c":41,"u":"zeal%20domain%20(psa)_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 1; Zeal Domain (PSA)","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8460,"c":41,"u":"bonus%20proficiencies_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8462,"c":41,"u":"priest%20of%20zeal_cleric_phb_zeal%20(psa)_psa_1_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 1; Priest of Zeal","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s0-0"},{"id":8464,"c":41,"u":"channel%20divinity%3a%20consuming%20fervor_cleric_phb_zeal%20(psa)_psa_2_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 2; Channel Divinity: Consuming Fervor","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s1-0"},{"id":8466,"c":41,"u":"resounding%20strike_cleric_phb_zeal%20(psa)_psa_6_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 6; Resounding Strike","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s5-0"},{"id":8468,"c":41,"u":"blessed%20strikes_cleric_phb_zeal%20(psa)_psa_8_tce","p":30,"s":"TCE","h":1,"n":"Zeal (PSA) Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-zeal-psa-tce=b1~feature=s7-0"},{"id":8470,"c":41,"u":"divine%20strike_cleric_phb_zeal%20(psa)_psa_8_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s7-0"},{"id":8472,"c":41,"u":"blaze%20of%20glory_cleric_phb_zeal%20(psa)_psa_17_psa","p":28,"s":"PSA","h":1,"n":"Zeal (PSA) Cleric 17; Blaze of Glory","uh":"cleric_phb,state:sub-zeal-psa-psa=b1~feature=s16-0"},{"id":8474,"c":41,"u":"arcana%20domain_cleric_phb_arcana_scag_1_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 1; Arcana Domain","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s0-0"},{"id":8476,"c":41,"u":"arcane%20initiate_cleric_phb_arcana_scag_1_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 1; Arcane Initiate","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s0-0"},{"id":8478,"c":41,"u":"channel%20divinity%3a%20arcane%20abjuration_cleric_phb_arcana_scag_2_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 2; Channel Divinity: Arcane Abjuration","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s1-0"},{"id":8480,"c":41,"u":"spell%20breaker_cleric_phb_arcana_scag_6_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 6; Spell Breaker","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s5-0"},{"id":8482,"c":41,"u":"blessed%20strikes_cleric_phb_arcana_scag_8_tce","p":30,"s":"TCE","h":1,"n":"Arcana Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-arcana-tce=b1~feature=s7-0"},{"id":8484,"c":41,"u":"potent%20spellcasting_cleric_phb_arcana_scag_8_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s7-0"},{"id":8486,"c":41,"u":"arcane%20mastery_cleric_phb_arcana_scag_17_scag","p":125,"s":"SCAG","h":1,"n":"Arcana Cleric 17; Arcane Mastery","uh":"cleric_phb,state:sub-arcana-scag=b1~feature=s16-0"},{"id":8488,"c":41,"u":"order%20domain_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 1; Order Domain","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8490,"c":41,"u":"bonus%20proficiencies_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8492,"c":41,"u":"voice%20of%20authority_cleric_phb_order_tce_1_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 1; Voice of Authority","uh":"cleric_phb,state:sub-order-tce=b1~feature=s0-0"},{"id":8494,"c":41,"u":"channel%20divinity%3a%20order's%20demand_cleric_phb_order_tce_2_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 2; Channel Divinity: Order's Demand","uh":"cleric_phb,state:sub-order-tce=b1~feature=s1-0"},{"id":8496,"c":41,"u":"embodiment%20of%20the%20law_cleric_phb_order_tce_6_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 6; Embodiment of the Law","uh":"cleric_phb,state:sub-order-tce=b1~feature=s5-0"},{"id":8498,"c":41,"u":"blessed%20strikes_cleric_phb_order_tce_8_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-order-tce=b1~feature=s7-0"},{"id":8500,"c":41,"u":"divine%20strike_cleric_phb_order_tce_8_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-order-tce=b1~feature=s7-0"},{"id":8502,"c":41,"u":"order's%20wrath_cleric_phb_order_tce_17_tce","p":31,"s":"TCE","h":1,"n":"Order Cleric 17; Order's Wrath","uh":"cleric_phb,state:sub-order-tce=b1~feature=s16-0"},{"id":8504,"c":41,"u":"peace%20domain_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 1; Peace Domain","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8506,"c":41,"u":"emboldening%20bond_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 1; Emboldening Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8508,"c":41,"u":"implement%20of%20peace_cleric_phb_peace_tce_1_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 1; Implement of Peace","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s0-0"},{"id":8510,"c":41,"u":"channel%20divinity%3a%20balm%20of%20peace_cleric_phb_peace_tce_2_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 2; Channel Divinity: Balm of Peace","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s1-0"},{"id":8512,"c":41,"u":"protective%20bond_cleric_phb_peace_tce_6_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 6; Protective Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s5-0"},{"id":8514,"c":41,"u":"blessed%20strikes_cleric_phb_peace_tce_8_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s7-0"},{"id":8516,"c":41,"u":"potent%20spellcasting_cleric_phb_peace_tce_8_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s7-0"},{"id":8518,"c":41,"u":"expansive%20bond_cleric_phb_peace_tce_17_tce","p":32,"s":"TCE","h":1,"n":"Peace Cleric 17; Expansive Bond","uh":"cleric_phb,state:sub-peace-tce=b1~feature=s16-0"},{"id":8520,"c":41,"u":"twilight%20domain_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 1; Twilight Domain","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8522,"c":41,"u":"bonus%20proficiencies_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8524,"c":41,"u":"eyes%20of%20night_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 1; Eyes of Night","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8526,"c":41,"u":"vigilant%20blessing_cleric_phb_twilight_tce_1_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 1; Vigilant Blessing","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s0-0"},{"id":8528,"c":41,"u":"channel%20divinity%3a%20twilight%20sanctuary_cleric_phb_twilight_tce_2_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 2; Channel Divinity: Twilight Sanctuary","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s1-0"},{"id":8530,"c":41,"u":"steps%20of%20night_cleric_phb_twilight_tce_6_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 6; Steps of Night","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s5-0"},{"id":8532,"c":41,"u":"blessed%20strikes_cleric_phb_twilight_tce_8_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s7-0"},{"id":8534,"c":41,"u":"divine%20strike_cleric_phb_twilight_tce_8_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s7-0"},{"id":8536,"c":41,"u":"twilight%20shroud_cleric_phb_twilight_tce_17_tce","p":34,"s":"TCE","h":1,"n":"Twilight Cleric 17; Twilight Shroud","uh":"cleric_phb,state:sub-twilight-tce=b1~feature=s16-0"},{"id":8538,"c":41,"u":"blood%20domain_cleric_phb_blood_tdcsr_1_tdcsr","p":168,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 1; Blood Domain","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8540,"c":41,"u":"bloodletting%20focus_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 1; Bloodletting Focus","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8542,"c":41,"u":"bonus%20proficiencies_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 1; Bonus Proficiencies","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8544,"c":41,"u":"domain%20spells_cleric_phb_blood_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 1; Domain Spells","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s0-0"},{"id":8546,"c":41,"u":"channel%20divinity%3a%20crimson%20bond_cleric_phb_blood_tdcsr_2_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 2; Channel Divinity: Crimson Bond","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s1-0"},{"id":8548,"c":41,"u":"channel%20divinity%3a%20blood%20puppet_cleric_phb_blood_tdcsr_6_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 6; Channel Divinity: Blood Puppet","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s5-0"},{"id":8550,"c":41,"u":"sanguine%20recall_cleric_phb_blood_tdcsr_6_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 6; Sanguine Recall","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s5-0"},{"id":8552,"c":41,"u":"divine%20strike_cleric_phb_blood_tdcsr_8_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s7-0"},{"id":8554,"c":41,"u":"divine%20strike%20(14th%20level)_cleric_phb_blood_tdcsr_14_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 14; Divine Strike (14th Level)","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s13-0"},{"id":8556,"c":41,"u":"channel%20divinity%3a%20blood%20puppet%20(17th%20level)_cleric_phb_blood_tdcsr_17_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 17; Channel Divinity: Blood Puppet (17th Level)","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s16-0"},{"id":8558,"c":41,"u":"vascular%20corruption%20aura_cleric_phb_blood_tdcsr_17_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 17; Vascular Corruption Aura","uh":"cleric_phb,state:sub-blood-tdcsr=b1~feature=s16-0"},{"id":8560,"c":41,"u":"moon%20domain_cleric_phb_moon_tdcsr_1_tdcsr","p":169,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 1; Moon Domain","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8562,"c":41,"u":"clarity%20of%20catha_cleric_phb_moon_tdcsr_1_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 1; Clarity of Catha","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8564,"c":41,"u":"domain%20spells_cleric_phb_moon_tdcsr_1_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 1; Domain Spells","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s0-0"},{"id":8566,"c":41,"u":"channel%20divinity%3a%20blessing%20of%20the%20full%20moon_cleric_phb_moon_tdcsr_2_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 2; Channel Divinity: Blessing of the Full Moon","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s1-0"},{"id":8568,"c":41,"u":"channel%20divinity%3a%20mind%20of%20two%20moons_cleric_phb_moon_tdcsr_6_tdcsr","p":170,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 6; Channel Divinity: Mind of Two Moons","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s5-0"},{"id":8570,"c":41,"u":"empowered%20cantrips_cleric_phb_moon_tdcsr_8_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 8; Empowered Cantrips","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s7-0"},{"id":8572,"c":41,"u":"eclipse%20of%20ill%20omen_cleric_phb_moon_tdcsr_17_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 17; Eclipse of Ill Omen","uh":"cleric_phb,state:sub-moon-tdcsr=b1~feature=s16-0"},{"id":8574,"c":41,"u":"forge%20domain_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 1; Forge Domain","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8576,"c":41,"u":"blessing%20of%20the%20forge_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 1; Blessing of the Forge","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8578,"c":41,"u":"bonus%20proficiency_cleric_phb_forge_xge_1_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 1; Bonus Proficiency","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s0-0"},{"id":8580,"c":41,"u":"channel%20divinity%3a%20artisan's%20blessing_cleric_phb_forge_xge_2_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 2; Channel Divinity: Artisan's Blessing","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s1-0"},{"id":8582,"c":41,"u":"soul%20of%20the%20forge_cleric_phb_forge_xge_6_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 6; Soul of the Forge","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s5-0"},{"id":8584,"c":41,"u":"blessed%20strikes_cleric_phb_forge_xge_8_tce","p":30,"s":"TCE","h":1,"n":"Forge Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-forge-tce=b1~feature=s7-0"},{"id":8586,"c":41,"u":"divine%20strike_cleric_phb_forge_xge_8_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 8; Divine Strike","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s7-0"},{"id":8588,"c":41,"u":"saint%20of%20forge%20and%20fire_cleric_phb_forge_xge_17_xge","p":18,"s":"XGE","h":1,"n":"Forge Cleric 17; Saint of Forge and Fire","uh":"cleric_phb,state:sub-forge-xge=b1~feature=s16-0"},{"id":8590,"c":41,"u":"grave%20domain_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 1; Grave Domain","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8592,"c":41,"u":"circle%20of%20mortality_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 1; Circle of Mortality","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8594,"c":41,"u":"eyes%20of%20the%20grave_cleric_phb_grave_xge_1_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 1; Eyes of the Grave","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s0-0"},{"id":8596,"c":41,"u":"channel%20divinity%3a%20path%20to%20the%20grave_cleric_phb_grave_xge_2_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 2; Channel Divinity: Path to the Grave","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s1-0"},{"id":8598,"c":41,"u":"sentinel%20at%20death's%20door_cleric_phb_grave_xge_6_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 6; Sentinel at Death's Door","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s5-0"},{"id":8600,"c":41,"u":"blessed%20strikes_cleric_phb_grave_xge_8_tce","p":30,"s":"TCE","h":1,"n":"Grave Cleric 8; Blessed Strikes","uh":"cleric_phb,state:sub-grave-tce=b1~feature=s7-0"},{"id":8602,"c":41,"u":"potent%20spellcasting_cleric_phb_grave_xge_8_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 8; Potent Spellcasting","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s7-0"},{"id":8604,"c":41,"u":"keeper%20of%20souls_cleric_phb_grave_xge_17_xge","p":19,"s":"XGE","h":1,"n":"Grave Cleric 17; Keeper of Souls","uh":"cleric_phb,state:sub-grave-xge=b1~feature=s16-0"},{"id":8606,"c":41,"u":"channel%20divinity%3a%20touch%20of%20death_cleric_xphb_death_dmg_3_dmg","s":"DMG","h":1,"n":"Death Cleric 3; Channel Divinity: Touch of Death","uh":"cleric_xphb,state:sub-death-dmg=b1~feature=s2-0"},{"id":8608,"c":41,"u":"death%20domain_cleric_xphb_death_dmg_3_dmg","s":"DMG","h":1,"n":"Death Cleric 3; Death Domain","uh":"cleric_xphb,state:sub-death-dmg=b1~feature=s2-0"},{"id":8610,"c":41,"u":"channel%20divinity%3a%20knowledge%20of%20the%20ages_cleric_xphb_knowledge_phb_3_phb","s":"PHB","h":1,"n":"Knowledge Cleric 3; Channel Divinity: Knowledge of the Ages","uh":"cleric_xphb,state:sub-knowledge-phb=b1~feature=s2-0"},{"id":8612,"c":41,"u":"knowledge%20domain_cleric_xphb_knowledge_phb_3_phb","s":"PHB","h":1,"n":"Knowledge Cleric 3; Knowledge Domain","uh":"cleric_xphb,state:sub-knowledge-phb=b1~feature=s2-0"},{"id":8614,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_xphb_life_phb_3_phb","s":"PHB","h":1,"n":"Life Cleric 3; Channel Divinity: Preserve Life","uh":"cleric_xphb,state:sub-life-phb=b1~feature=s2-0"},{"id":8616,"c":41,"u":"life%20domain_cleric_xphb_life_phb_3_phb","s":"PHB","h":1,"n":"Life Cleric 3; Life Domain","uh":"cleric_xphb,state:sub-life-phb=b1~feature=s2-0"},{"id":8618,"c":41,"u":"channel%20divinity%3a%20radiance%20of%20the%20dawn_cleric_xphb_light_phb_3_phb","s":"PHB","h":1,"n":"Light Cleric 3; Channel Divinity: Radiance of the Dawn","uh":"cleric_xphb,state:sub-light-phb=b1~feature=s2-0"},{"id":8620,"c":41,"u":"light%20domain_cleric_xphb_light_phb_3_phb","s":"PHB","h":1,"n":"Light Cleric 3; Light Domain","uh":"cleric_xphb,state:sub-light-phb=b1~feature=s2-0"},{"id":8622,"c":41,"u":"channel%20divinity%3a%20charm%20animals%20and%20plants_cleric_xphb_nature_phb_3_phb","s":"PHB","h":1,"n":"Nature Cleric 3; Channel Divinity: Charm Animals and Plants","uh":"cleric_xphb,state:sub-nature-phb=b1~feature=s2-0"},{"id":8624,"c":41,"u":"nature%20domain_cleric_xphb_nature_phb_3_phb","s":"PHB","h":1,"n":"Nature Cleric 3; Nature Domain","uh":"cleric_xphb,state:sub-nature-phb=b1~feature=s2-0"},{"id":8626,"c":41,"u":"channel%20divinity%3a%20destructive%20wrath_cleric_xphb_tempest_phb_3_phb","s":"PHB","h":1,"n":"Tempest Cleric 3; Channel Divinity: Destructive Wrath","uh":"cleric_xphb,state:sub-tempest-phb=b1~feature=s2-0"},{"id":8628,"c":41,"u":"tempest%20domain_cleric_xphb_tempest_phb_3_phb","s":"PHB","h":1,"n":"Tempest Cleric 3; Tempest Domain","uh":"cleric_xphb,state:sub-tempest-phb=b1~feature=s2-0"},{"id":8630,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_xphb_trickery_phb_3_phb","s":"PHB","h":1,"n":"Trickery Cleric 3; Channel Divinity: Invoke Duplicity","uh":"cleric_xphb,state:sub-trickery-phb=b1~feature=s2-0"},{"id":8632,"c":41,"u":"trickery%20domain_cleric_xphb_trickery_phb_3_phb","s":"PHB","h":1,"n":"Trickery Cleric 3; Trickery Domain","uh":"cleric_xphb,state:sub-trickery-phb=b1~feature=s2-0"},{"id":8634,"c":41,"u":"channel%20divinity%3a%20guided%20strike_cleric_xphb_war_phb_3_phb","s":"PHB","h":1,"n":"War Cleric 3; Channel Divinity: Guided Strike","uh":"cleric_xphb,state:sub-war-phb=b1~feature=s2-0"},{"id":8636,"c":41,"u":"war%20domain_cleric_xphb_war_phb_3_phb","s":"PHB","h":1,"n":"War Cleric 3; War Domain","uh":"cleric_xphb,state:sub-war-phb=b1~feature=s2-0"},{"id":8638,"c":41,"u":"ambition%20domain%20(psa)_cleric_xphb_ambition%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Ambition (PSA) Cleric 3; Ambition Domain (PSA)","uh":"cleric_xphb,state:sub-ambition-psa-psa=b1~feature=s2-0"},{"id":8640,"c":41,"u":"channel%20divinity%3a%20invoke%20duplicity_cleric_xphb_ambition%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Ambition (PSA) Cleric 3; Channel Divinity: Invoke Duplicity","uh":"cleric_xphb,state:sub-ambition-psa-psa=b1~feature=s2-0"},{"id":8642,"c":41,"u":"knowledge%20domain%20(psa)_cleric_xphb_knowledge%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Knowledge (PSA) Cleric 3; Knowledge Domain (PSA)","uh":"cleric_xphb,state:sub-knowledge-psa-psa=b1~feature=s2-0"},{"id":8644,"c":41,"u":"channel%20divinity%3a%20preserve%20life_cleric_xphb_solidarity%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 3; Channel Divinity: Preserve Life","uh":"cleric_xphb,state:sub-solidarity-psa-psa=b1~feature=s2-0"},{"id":8646,"c":41,"u":"solidarity%20domain%20(psa)_cleric_xphb_solidarity%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Solidarity (PSA) Cleric 3; Solidarity Domain (PSA)","uh":"cleric_xphb,state:sub-solidarity-psa-psa=b1~feature=s2-0"},{"id":8648,"c":41,"u":"channel%20divinity%3a%20feat%20of%20strength_cleric_xphb_strength%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Strength (PSA) Cleric 3; Channel Divinity: Feat of Strength","uh":"cleric_xphb,state:sub-strength-psa-psa=b1~feature=s2-0"},{"id":8650,"c":41,"u":"strength%20domain%20(psa)_cleric_xphb_strength%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Strength (PSA) Cleric 3; Strength Domain (PSA)","uh":"cleric_xphb,state:sub-strength-psa-psa=b1~feature=s2-0"},{"id":8652,"c":41,"u":"channel%20divinity%3a%20consuming%20fervor_cleric_xphb_zeal%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Zeal (PSA) Cleric 3; Channel Divinity: Consuming Fervor","uh":"cleric_xphb,state:sub-zeal-psa-psa=b1~feature=s2-0"},{"id":8654,"c":41,"u":"zeal%20domain%20(psa)_cleric_xphb_zeal%20(psa)_psa_3_psa","s":"PSA","h":1,"n":"Zeal (PSA) Cleric 3; Zeal Domain (PSA)","uh":"cleric_xphb,state:sub-zeal-psa-psa=b1~feature=s2-0"},{"id":8656,"c":41,"u":"arcana%20domain_cleric_xphb_arcana_scag_3_scag","s":"SCAG","h":1,"n":"Arcana Cleric 3; Arcana Domain","uh":"cleric_xphb,state:sub-arcana-scag=b1~feature=s2-0"},{"id":8658,"c":41,"u":"channel%20divinity%3a%20arcane%20abjuration_cleric_xphb_arcana_scag_3_scag","s":"SCAG","h":1,"n":"Arcana Cleric 3; Channel Divinity: Arcane Abjuration","uh":"cleric_xphb,state:sub-arcana-scag=b1~feature=s2-0"},{"id":8660,"c":41,"u":"channel%20divinity%3a%20order's%20demand_cleric_xphb_order_tce_3_tce","s":"TCE","h":1,"n":"Order Cleric 3; Channel Divinity: Order's Demand","uh":"cleric_xphb,state:sub-order-tce=b1~feature=s2-0"},{"id":8662,"c":41,"u":"order%20domain_cleric_xphb_order_tce_3_tce","s":"TCE","h":1,"n":"Order Cleric 3; Order Domain","uh":"cleric_xphb,state:sub-order-tce=b1~feature=s2-0"},{"id":8664,"c":41,"u":"channel%20divinity%3a%20balm%20of%20peace_cleric_xphb_peace_tce_3_tce","s":"TCE","h":1,"n":"Peace Cleric 3; Channel Divinity: Balm of Peace","uh":"cleric_xphb,state:sub-peace-tce=b1~feature=s2-0"},{"id":8666,"c":41,"u":"peace%20domain_cleric_xphb_peace_tce_3_tce","s":"TCE","h":1,"n":"Peace Cleric 3; Peace Domain","uh":"cleric_xphb,state:sub-peace-tce=b1~feature=s2-0"},{"id":8668,"c":41,"u":"channel%20divinity%3a%20twilight%20sanctuary_cleric_xphb_twilight_tce_3_tce","s":"TCE","h":1,"n":"Twilight Cleric 3; Channel Divinity: Twilight Sanctuary","uh":"cleric_xphb,state:sub-twilight-tce=b1~feature=s2-0"},{"id":8670,"c":41,"u":"twilight%20domain_cleric_xphb_twilight_tce_3_tce","s":"TCE","h":1,"n":"Twilight Cleric 3; Twilight Domain","uh":"cleric_xphb,state:sub-twilight-tce=b1~feature=s2-0"},{"id":8672,"c":41,"u":"blood%20domain_cleric_xphb_blood_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 3; Blood Domain","uh":"cleric_xphb,state:sub-blood-tdcsr=b1~feature=s2-0"},{"id":8674,"c":41,"u":"channel%20divinity%3a%20crimson%20bond_cleric_xphb_blood_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Blood Cleric 3; Channel Divinity: Crimson Bond","uh":"cleric_xphb,state:sub-blood-tdcsr=b1~feature=s2-0"},{"id":8676,"c":41,"u":"channel%20divinity%3a%20blessing%20of%20the%20full%20moon_cleric_xphb_moon_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 3; Channel Divinity: Blessing of the Full Moon","uh":"cleric_xphb,state:sub-moon-tdcsr=b1~feature=s2-0"},{"id":8678,"c":41,"u":"moon%20domain_cleric_xphb_moon_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Moon Cleric 3; Moon Domain","uh":"cleric_xphb,state:sub-moon-tdcsr=b1~feature=s2-0"},{"id":8680,"c":41,"u":"channel%20divinity%3a%20artisan's%20blessing_cleric_xphb_forge_xge_3_xge","s":"XGE","h":1,"n":"Forge Cleric 3; Channel Divinity: Artisan's Blessing","uh":"cleric_xphb,state:sub-forge-xge=b1~feature=s2-0"},{"id":8682,"c":41,"u":"forge%20domain_cleric_xphb_forge_xge_3_xge","s":"XGE","h":1,"n":"Forge Cleric 3; Forge Domain","uh":"cleric_xphb,state:sub-forge-xge=b1~feature=s2-0"},{"id":8684,"c":41,"u":"channel%20divinity%3a%20path%20to%20the%20grave_cleric_xphb_grave_xge_3_xge","s":"XGE","h":1,"n":"Grave Cleric 3; Channel Divinity: Path to the Grave","uh":"cleric_xphb,state:sub-grave-xge=b1~feature=s2-0"},{"id":8686,"c":41,"u":"grave%20domain_cleric_xphb_grave_xge_3_xge","s":"XGE","h":1,"n":"Grave Cleric 3; Grave Domain","uh":"cleric_xphb,state:sub-grave-xge=b1~feature=s2-0"},{"id":8688,"c":41,"u":"life%20domain_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"n":"Life Cleric 3; Life Domain","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8690,"c":41,"u":"disciple%20of%20life_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"n":"Life Cleric 3; Disciple of Life","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8692,"c":41,"u":"life%20domain%20spells_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"n":"Life Cleric 3; Life Domain Spells","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8694,"c":41,"u":"preserve%20life_cleric_xphb_life_xphb_3_xphb","p":73,"s":"XPHB","h":1,"n":"Life Cleric 3; Preserve Life","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s2-0"},{"id":8696,"c":41,"u":"blessed%20healer_cleric_xphb_life_xphb_6_xphb","p":74,"s":"XPHB","h":1,"n":"Life Cleric 6; Blessed Healer","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s5-0"},{"id":8698,"c":41,"u":"supreme%20healing_cleric_xphb_life_xphb_17_xphb","p":74,"s":"XPHB","h":1,"n":"Life Cleric 17; Supreme Healing","uh":"cleric_xphb,state:sub-life-xphb=b1~feature=s16-0"},{"id":8700,"c":41,"u":"light%20domain_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"n":"Light Cleric 3; Light Domain","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8702,"c":41,"u":"light%20domain%20spells_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"n":"Light Cleric 3; Light Domain Spells","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8704,"c":41,"u":"radiance%20of%20the%20dawn_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"n":"Light Cleric 3; Radiance of the Dawn","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8706,"c":41,"u":"warding%20flare_cleric_xphb_light_xphb_3_xphb","p":74,"s":"XPHB","h":1,"n":"Light Cleric 3; Warding Flare","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s2-0"},{"id":8708,"c":41,"u":"improved%20warding%20flare_cleric_xphb_light_xphb_6_xphb","p":75,"s":"XPHB","h":1,"n":"Light Cleric 6; Improved Warding Flare","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s5-0"},{"id":8710,"c":41,"u":"corona%20of%20light_cleric_xphb_light_xphb_17_xphb","p":75,"s":"XPHB","h":1,"n":"Light Cleric 17; Corona of Light","uh":"cleric_xphb,state:sub-light-xphb=b1~feature=s16-0"},{"id":8712,"c":41,"u":"trickery%20domain_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"n":"Trickery Cleric 3; Trickery Domain","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8714,"c":41,"u":"blessing%20of%20the%20trickster_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"n":"Trickery Cleric 3; Blessing of the Trickster","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8716,"c":41,"u":"domain%20spells_cleric_xphb_trickery_xphb_3_xphb","p":76,"s":"XPHB","h":1,"n":"Trickery Cleric 3; Domain Spells","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8718,"c":41,"u":"invoke%20duplicity_cleric_xphb_trickery_xphb_3_xphb","p":75,"s":"XPHB","h":1,"n":"Trickery Cleric 3; Invoke Duplicity","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s2-0"},{"id":8720,"c":41,"u":"trickster's%20transposition_cleric_xphb_trickery_xphb_6_xphb","p":76,"s":"XPHB","h":1,"n":"Trickery Cleric 6; Trickster's Transposition","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s5-0"},{"id":8722,"c":41,"u":"improved%20duplicity_cleric_xphb_trickery_xphb_17_xphb","p":76,"s":"XPHB","h":1,"n":"Trickery Cleric 17; Improved Duplicity","uh":"cleric_xphb,state:sub-trickery-xphb=b1~feature=s16-0"},{"id":8724,"c":41,"u":"war%20domain_cleric_xphb_war_xphb_3_xphb","p":76,"s":"XPHB","h":1,"n":"War Cleric 3; War Domain","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8726,"c":41,"u":"domain%20spells_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"n":"War Cleric 3; Domain Spells","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8728,"c":41,"u":"guided%20strike_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"n":"War Cleric 3; Guided Strike","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8730,"c":41,"u":"war%20priest_cleric_xphb_war_xphb_3_xphb","p":77,"s":"XPHB","h":1,"n":"War Cleric 3; War Priest","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s2-0"},{"id":8732,"c":41,"u":"war%20god's%20blessing_cleric_xphb_war_xphb_6_xphb","p":77,"s":"XPHB","h":1,"n":"War Cleric 6; War God's Blessing","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s5-0"},{"id":8734,"c":41,"u":"avatar%20of%20battle_cleric_xphb_war_xphb_17_xphb","p":77,"s":"XPHB","h":1,"n":"War Cleric 17; Avatar of Battle","uh":"cleric_xphb,state:sub-war-xphb=b1~feature=s16-0"},{"id":8736,"c":41,"u":"circle%20of%20the%20land_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 2; Circle of the Land","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8738,"c":41,"u":"bonus%20cantrip_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 2; Bonus Cantrip","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8740,"c":41,"u":"circle%20spells_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 2; Circle Spells","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8742,"c":41,"u":"natural%20recovery_druid_phb_land_phb_2_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 2; Natural Recovery","uh":"druid_phb,state:sub-land-phb=b1~feature=s1-0"},{"id":8744,"c":41,"u":"land's%20stride_druid_phb_land_phb_6_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 6; Land's Stride","uh":"druid_phb,state:sub-land-phb=b1~feature=s5-0"},{"id":8746,"c":41,"u":"nature's%20ward_druid_phb_land_phb_10_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 10; Nature's Ward","uh":"druid_phb,state:sub-land-phb=b1~feature=s9-0"},{"id":8748,"c":41,"u":"nature's%20sanctuary_druid_phb_land_phb_14_phb","p":68,"s":"PHB","h":1,"r":1,"n":"Land Druid 14; Nature's Sanctuary","uh":"druid_phb,state:sub-land-phb=b1~feature=s13-0"},{"id":8750,"c":41,"u":"circle%20of%20the%20moon_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 2; Circle of the Moon","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8752,"c":41,"u":"circle%20forms_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 2; Circle Forms","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8754,"c":41,"u":"combat%20wild%20shape_druid_phb_moon_phb_2_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 2; Combat Wild Shape","uh":"druid_phb,state:sub-moon-phb=b1~feature=s1-0"},{"id":8756,"c":41,"u":"primal%20strike_druid_phb_moon_phb_6_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 6; Primal Strike","uh":"druid_phb,state:sub-moon-phb=b1~feature=s5-0"},{"id":8758,"c":41,"u":"elemental%20wild%20shape_druid_phb_moon_phb_10_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 10; Elemental Wild Shape","uh":"druid_phb,state:sub-moon-phb=b1~feature=s9-0"},{"id":8760,"c":41,"u":"thousand%20forms_druid_phb_moon_phb_14_phb","p":69,"s":"PHB","h":1,"n":"Moon Druid 14; Thousand Forms","uh":"druid_phb,state:sub-moon-phb=b1~feature=s13-0"},{"id":8762,"c":41,"u":"circle%20of%20spores_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 2; Circle of Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8764,"c":41,"u":"circle%20spells_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 2; Circle Spells","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8766,"c":41,"u":"halo%20of%20spores_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 2; Halo of Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8768,"c":41,"u":"symbiotic%20entity_druid_phb_spores_tce_2_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 2; Symbiotic Entity","uh":"druid_phb,state:sub-spores-tce=b1~feature=s1-0"},{"id":8770,"c":41,"u":"fungal%20infestation_druid_phb_spores_tce_6_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 6; Fungal Infestation","uh":"druid_phb,state:sub-spores-tce=b1~feature=s5-0"},{"id":8772,"c":41,"u":"spreading%20spores_druid_phb_spores_tce_10_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 10; Spreading Spores","uh":"druid_phb,state:sub-spores-tce=b1~feature=s9-0"},{"id":8774,"c":41,"u":"fungal%20body_druid_phb_spores_tce_14_tce","p":36,"s":"TCE","h":1,"n":"Spores Druid 14; Fungal Body","uh":"druid_phb,state:sub-spores-tce=b1~feature=s13-0"},{"id":8776,"c":41,"u":"circle%20of%20stars_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Circle of Stars","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8778,"c":41,"u":"star%20map_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Star Map","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8780,"c":41,"u":"starry%20form_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Starry Form","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8782,"c":41,"u":"archer_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Archer","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8784,"c":41,"u":"chalice_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Chalice","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8786,"c":41,"u":"dragon_druid_phb_stars_tce_2_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 2; Dragon","uh":"druid_phb,state:sub-stars-tce=b1~feature=s1-0"},{"id":8788,"c":41,"u":"cosmic%20omen_druid_phb_stars_tce_6_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 6; Cosmic Omen","uh":"druid_phb,state:sub-stars-tce=b1~feature=s5-0"},{"id":8790,"c":41,"u":"twinkling%20constellations_druid_phb_stars_tce_10_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 10; Twinkling Constellations","uh":"druid_phb,state:sub-stars-tce=b1~feature=s9-0"},{"id":8792,"c":41,"u":"full%20of%20stars_druid_phb_stars_tce_14_tce","p":38,"s":"TCE","h":1,"n":"Stars Druid 14; Full of Stars","uh":"druid_phb,state:sub-stars-tce=b1~feature=s13-0"},{"id":8794,"c":41,"u":"circle%20of%20wildfire_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 2; Circle of Wildfire","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8796,"c":41,"u":"circle%20spells_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 2; Circle Spells","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8798,"c":41,"u":"summon%20wildfire%20spirit_druid_phb_wildfire_tce_2_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 2; Summon Wildfire Spirit","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s1-0"},{"id":8800,"c":41,"u":"enhanced%20bond_druid_phb_wildfire_tce_6_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 6; Enhanced Bond","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s5-0"},{"id":8802,"c":41,"u":"cauterizing%20flames_druid_phb_wildfire_tce_10_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 10; Cauterizing Flames","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s9-0"},{"id":8804,"c":41,"u":"blazing%20revival_druid_phb_wildfire_tce_14_tce","p":39,"s":"TCE","h":1,"n":"Wildfire Druid 14; Blazing Revival","uh":"druid_phb,state:sub-wildfire-tce=b1~feature=s13-0"},{"id":8806,"c":41,"u":"circle%20of%20the%20blighted_druid_phb_blighted_tdcsr_2_tdcsr","p":171,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 2; Circle of the Blighted","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8808,"c":41,"u":"blighted%20shape_druid_phb_blighted_tdcsr_2_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 2; Blighted Shape","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8810,"c":41,"u":"defile%20ground_druid_phb_blighted_tdcsr_2_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 2; Defile Ground","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s1-0"},{"id":8812,"c":41,"u":"call%20of%20the%20shadowseeds_druid_phb_blighted_tdcsr_6_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 6; Call of the Shadowseeds","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s5-0"},{"id":8814,"c":41,"u":"defile%20ground%20(10th%20level)_druid_phb_blighted_tdcsr_10_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 10; Defile Ground (10th Level)","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s9-0"},{"id":8816,"c":41,"u":"foul%20conjuration_druid_phb_blighted_tdcsr_10_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 10; Foul Conjuration","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s9-0"},{"id":8818,"c":41,"u":"defile%20ground%20(14th%20level)_druid_phb_blighted_tdcsr_14_tdcsr","p":172,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 14; Defile Ground (14th Level)","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s13-0"},{"id":8820,"c":41,"u":"incarnation%20of%20corruption_druid_phb_blighted_tdcsr_14_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 14; Incarnation of Corruption","uh":"druid_phb,state:sub-blighted-tdcsr=b1~feature=s13-0"},{"id":8822,"c":41,"u":"circle%20of%20dreams_druid_phb_dreams_xge_2_xge","p":22,"s":"XGE","h":1,"n":"Dreams Druid 2; Circle of Dreams","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s1-0"},{"id":8824,"c":41,"u":"balm%20of%20the%20summer%20court_druid_phb_dreams_xge_2_xge","p":22,"s":"XGE","h":1,"n":"Dreams Druid 2; Balm of the Summer Court","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s1-0"},{"id":8826,"c":41,"u":"hearth%20of%20moonlight%20and%20shadow_druid_phb_dreams_xge_6_xge","p":22,"s":"XGE","h":1,"n":"Dreams Druid 6; Hearth of Moonlight and Shadow","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s5-0"},{"id":8828,"c":41,"u":"hidden%20paths_druid_phb_dreams_xge_10_xge","p":22,"s":"XGE","h":1,"n":"Dreams Druid 10; Hidden Paths","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s9-0"},{"id":8830,"c":41,"u":"walker%20in%20dreams_druid_phb_dreams_xge_14_xge","p":22,"s":"XGE","h":1,"n":"Dreams Druid 14; Walker in Dreams","uh":"druid_phb,state:sub-dreams-xge=b1~feature=s13-0"},{"id":8832,"c":41,"u":"circle%20of%20the%20shepherd_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 2; Circle of the Shepherd","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8834,"c":41,"u":"speech%20of%20the%20woods_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 2; Speech of the Woods","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8836,"c":41,"u":"spirit%20totem_druid_phb_shepherd_xge_2_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 2; Spirit Totem","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s1-0"},{"id":8838,"c":41,"u":"mighty%20summoner_druid_phb_shepherd_xge_6_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 6; Mighty Summoner","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s5-0"},{"id":8840,"c":41,"u":"guardian%20spirit_druid_phb_shepherd_xge_10_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 10; Guardian Spirit","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s9-0"},{"id":8842,"c":41,"u":"faithful%20summons_druid_phb_shepherd_xge_14_xge","p":23,"s":"XGE","h":1,"n":"Shepherd Druid 14; Faithful Summons","uh":"druid_phb,state:sub-shepherd-xge=b1~feature=s13-0"},{"id":8844,"c":41,"u":"circle%20of%20the%20land_druid_xphb_land_phb_3_phb","s":"PHB","h":1,"n":"Land Druid 3; Circle of the Land","uh":"druid_xphb,state:sub-land-phb=b1~feature=s2-0"},{"id":8846,"c":41,"u":"circle%20of%20the%20moon_druid_xphb_moon_phb_3_phb","s":"PHB","h":1,"n":"Moon Druid 3; Circle of the Moon","uh":"druid_xphb,state:sub-moon-phb=b1~feature=s2-0"},{"id":8848,"c":41,"u":"circle%20of%20spores_druid_xphb_spores_tce_3_tce","s":"TCE","h":1,"n":"Spores Druid 3; Circle of Spores","uh":"druid_xphb,state:sub-spores-tce=b1~feature=s2-0"},{"id":8850,"c":41,"u":"circle%20of%20stars_druid_xphb_stars_tce_3_tce","s":"TCE","h":1,"n":"Stars Druid 3; Circle of Stars","uh":"druid_xphb,state:sub-stars-tce=b1~feature=s2-0"},{"id":8852,"c":41,"u":"circle%20of%20wildfire_druid_xphb_wildfire_tce_3_tce","s":"TCE","h":1,"n":"Wildfire Druid 3; Circle of Wildfire","uh":"druid_xphb,state:sub-wildfire-tce=b1~feature=s2-0"},{"id":8854,"c":41,"u":"circle%20of%20the%20blighted_druid_xphb_blighted_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Blighted Druid 3; Circle of the Blighted","uh":"druid_xphb,state:sub-blighted-tdcsr=b1~feature=s2-0"},{"id":8856,"c":41,"u":"circle%20of%20dreams_druid_xphb_dreams_xge_3_xge","s":"XGE","h":1,"n":"Dreams Druid 3; Circle of Dreams","uh":"druid_xphb,state:sub-dreams-xge=b1~feature=s2-0"},{"id":8858,"c":41,"u":"circle%20of%20the%20shepherd_druid_xphb_shepherd_xge_3_xge","s":"XGE","h":1,"n":"Shepherd Druid 3; Circle of the Shepherd","uh":"druid_xphb,state:sub-shepherd-xge=b1~feature=s2-0"},{"id":8860,"c":41,"u":"circle%20of%20the%20land_druid_xphb_land_xphb_3_xphb","p":84,"s":"XPHB","h":1,"n":"Land Druid 3; Circle of the Land","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8862,"c":41,"u":"circle%20of%20the%20land%20spells_druid_xphb_land_xphb_3_xphb","p":84,"s":"XPHB","h":1,"n":"Land Druid 3; Circle of the Land Spells","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8864,"c":41,"u":"land's%20aid_druid_xphb_land_xphb_3_xphb","p":85,"s":"XPHB","h":1,"n":"Land Druid 3; Land's Aid","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s2-0"},{"id":8866,"c":41,"u":"natural%20recovery_druid_xphb_land_xphb_6_xphb","p":85,"s":"XPHB","h":1,"n":"Land Druid 6; Natural Recovery","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s5-0"},{"id":8868,"c":41,"u":"nature's%20ward_druid_xphb_land_xphb_10_xphb","p":85,"s":"XPHB","h":1,"n":"Land Druid 10; Nature's Ward","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s9-0"},{"id":8870,"c":41,"u":"nature's%20sanctuary_druid_xphb_land_xphb_14_xphb","p":86,"s":"XPHB","h":1,"n":"Land Druid 14; Nature's Sanctuary","uh":"druid_xphb,state:sub-land-xphb=b1~feature=s13-0"},{"id":8872,"c":41,"u":"circle%20forms_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"n":"Moon Druid 3; Circle Forms","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8874,"c":41,"u":"circle%20of%20the%20moon_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"n":"Moon Druid 3; Circle of the Moon","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8876,"c":41,"u":"circle%20of%20the%20moon%20spells_druid_xphb_moon_xphb_3_xphb","p":86,"s":"XPHB","h":1,"n":"Moon Druid 3; Circle of the Moon Spells","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s2-0"},{"id":8878,"c":41,"u":"improved%20circle%20forms_druid_xphb_moon_xphb_6_xphb","p":87,"s":"XPHB","h":1,"n":"Moon Druid 6; Improved Circle Forms","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s5-0"},{"id":8880,"c":41,"u":"moonlight%20step_druid_xphb_moon_xphb_10_xphb","p":87,"s":"XPHB","h":1,"n":"Moon Druid 10; Moonlight Step","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s9-0"},{"id":8882,"c":41,"u":"lunar%20form_druid_xphb_moon_xphb_14_xphb","p":87,"s":"XPHB","h":1,"n":"Moon Druid 14; Lunar Form","uh":"druid_xphb,state:sub-moon-xphb=b1~feature=s13-0"},{"id":8884,"c":41,"u":"circle%20of%20the%20sea_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"n":"Sea Druid 3; Circle of the Sea","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8886,"c":41,"u":"circle%20of%20the%20sea%20spells_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"n":"Sea Druid 3; Circle of the Sea Spells","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8888,"c":41,"u":"wrath%20of%20the%20sea_druid_xphb_sea_xphb_3_xphb","p":87,"s":"XPHB","h":1,"n":"Sea Druid 3; Wrath of the Sea","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s2-0"},{"id":8890,"c":41,"u":"aquatic%20affinity_druid_xphb_sea_xphb_6_xphb","p":87,"s":"XPHB","h":1,"n":"Sea Druid 6; Aquatic Affinity","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s5-0"},{"id":8892,"c":41,"u":"stormborn_druid_xphb_sea_xphb_10_xphb","p":87,"s":"XPHB","h":1,"n":"Sea Druid 10; Stormborn","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s9-0"},{"id":8894,"c":41,"u":"oceanic%20gift_druid_xphb_sea_xphb_14_xphb","p":88,"s":"XPHB","h":1,"n":"Sea Druid 14; Oceanic Gift","uh":"druid_xphb,state:sub-sea-xphb=b1~feature=s13-0"},{"id":8896,"c":41,"u":"circle%20of%20the%20stars_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Circle of the Stars","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8898,"c":41,"u":"star%20map_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Star Map","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8900,"c":41,"u":"starry%20form_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Starry Form","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8902,"c":41,"u":"archer_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Archer","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8904,"c":41,"u":"chalice_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Chalice","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8906,"c":41,"u":"dragon_druid_xphb_stars_xphb_3_xphb","p":88,"s":"XPHB","h":1,"n":"Stars Druid 3; Dragon","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s2-0"},{"id":8908,"c":41,"u":"cosmic%20omen_druid_xphb_stars_xphb_6_xphb","p":89,"s":"XPHB","h":1,"n":"Stars Druid 6; Cosmic Omen","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s5-0"},{"id":8910,"c":41,"u":"twinkling%20constellations_druid_xphb_stars_xphb_10_xphb","p":89,"s":"XPHB","h":1,"n":"Stars Druid 10; Twinkling Constellations","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s9-0"},{"id":8912,"c":41,"u":"full%20of%20stars_druid_xphb_stars_xphb_14_xphb","p":89,"s":"XPHB","h":1,"n":"Stars Druid 14; Full of Stars","uh":"druid_xphb,state:sub-stars-xphb=b1~feature=s13-0"},{"id":8914,"c":41,"u":"echo%20knight_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 3; Echo Knight","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8916,"c":41,"u":"manifest%20echo_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 3; Manifest Echo","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8918,"c":41,"u":"unleash%20incarnation_fighter_phb_echo%20knight_egw_3_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 3; Unleash Incarnation","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s2-0"},{"id":8920,"c":41,"u":"echo%20avatar_fighter_phb_echo%20knight_egw_7_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 7; Echo Avatar","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s6-0"},{"id":8922,"c":41,"u":"shadow%20martyr_fighter_phb_echo%20knight_egw_10_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 10; Shadow Martyr","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s9-0"},{"id":8924,"c":41,"u":"reclaim%20potential_fighter_phb_echo%20knight_egw_15_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 15; Reclaim Potential","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s14-0"},{"id":8926,"c":41,"u":"legion%20of%20one_fighter_phb_echo%20knight_egw_18_egw","p":183,"s":"EGW","h":1,"dP":1,"n":"Echo Knight Fighter 18; Legion of One","uh":"fighter_phb,state:sub-echo-knight-egw=b1~feature=s17-0"},{"id":8928,"c":41,"u":"battle%20master_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 3; Battle Master","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8930,"c":41,"u":"combat%20superiority_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 3; Combat Superiority","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8932,"c":41,"u":"maneuver%20options_fighter_phb_battle%20master_phb_3_tce","p":41,"s":"TCE","h":1,"n":"Battle Master Fighter 3; Maneuver Options","uh":"fighter_phb,state:sub-battle-master-tce=b1~feature=s2-0"},{"id":8934,"c":41,"u":"maneuvers_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 3; Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8936,"c":41,"u":"student%20of%20war_fighter_phb_battle%20master_phb_3_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 3; Student of War","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s2-0"},{"id":8938,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 7; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8940,"c":41,"u":"additional%20superiority%20die_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 7; Additional Superiority Die","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8942,"c":41,"u":"know%20your%20enemy_fighter_phb_battle%20master_phb_7_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 7; Know Your Enemy","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s6-0"},{"id":8944,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_10_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 10; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s9-0"},{"id":8946,"c":41,"u":"improved%20combat%20superiority%20(d10)_fighter_phb_battle%20master_phb_10_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 10; Improved Combat Superiority (d10)","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s9-0"},{"id":8948,"c":41,"u":"additional%20maneuvers_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 15; Additional Maneuvers","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8950,"c":41,"u":"additional%20superiority%20die_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 15; Additional Superiority Die","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8952,"c":41,"u":"relentless_fighter_phb_battle%20master_phb_15_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 15; Relentless","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s14-0"},{"id":8954,"c":41,"u":"improved%20combat%20superiority%20(d12)_fighter_phb_battle%20master_phb_18_phb","p":73,"s":"PHB","h":1,"n":"Battle Master Fighter 18; Improved Combat Superiority (d12)","uh":"fighter_phb,state:sub-battle-master-phb=b1~feature=s17-0"},{"id":8956,"c":41,"u":"champion_fighter_phb_champion_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 3; Champion","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s2-0"},{"id":8958,"c":41,"u":"improved%20critical_fighter_phb_champion_phb_3_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 3; Improved Critical","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s2-0"},{"id":8960,"c":41,"u":"remarkable%20athlete_fighter_phb_champion_phb_7_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 7; Remarkable Athlete","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s6-0"},{"id":8962,"c":41,"u":"additional%20fighting%20style_fighter_phb_champion_phb_10_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 10; Additional Fighting Style","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s9-0"},{"id":8964,"c":41,"u":"superior%20critical_fighter_phb_champion_phb_15_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 15; Superior Critical","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s14-0"},{"id":8966,"c":41,"u":"survivor_fighter_phb_champion_phb_18_phb","p":72,"s":"PHB","h":1,"r":1,"n":"Champion Fighter 18; Survivor","uh":"fighter_phb,state:sub-champion-phb=b1~feature=s17-0"},{"id":8968,"c":41,"u":"eldritch%20knight_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 3; Eldritch Knight","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8970,"c":41,"u":"spellcasting_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 3; Spellcasting","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8972,"c":41,"u":"weapon%20bond_fighter_phb_eldritch%20knight_phb_3_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 3; Weapon Bond","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s2-0"},{"id":8974,"c":41,"u":"war%20magic_fighter_phb_eldritch%20knight_phb_7_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 7; War Magic","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s6-0"},{"id":8976,"c":41,"u":"eldritch%20strike_fighter_phb_eldritch%20knight_phb_10_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 10; Eldritch Strike","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s9-0"},{"id":8978,"c":41,"u":"arcane%20charge_fighter_phb_eldritch%20knight_phb_15_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 15; Arcane Charge","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s14-0"},{"id":8980,"c":41,"u":"improved%20war%20magic_fighter_phb_eldritch%20knight_phb_18_phb","p":74,"s":"PHB","h":1,"n":"Eldritch Knight Fighter 18; Improved War Magic","uh":"fighter_phb,state:sub-eldritch-knight-phb=b1~feature=s17-0"},{"id":8982,"c":41,"u":"purple%20dragon%20knight%20(banneret)_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 3; Purple Dragon Knight (Banneret)","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8984,"c":41,"u":"rallying%20cry_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 3; Rallying Cry","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8986,"c":41,"u":"restriction%3a%20knighthood_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_3_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 3; Restriction: Knighthood","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s2-0"},{"id":8988,"c":41,"u":"royal%20envoy_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_7_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 7; Royal Envoy","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s6-0"},{"id":8990,"c":41,"u":"inspiring%20surge_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_10_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 10; Inspiring Surge","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s9-0"},{"id":8992,"c":41,"u":"bulwark_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_15_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 15; Bulwark","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s14-0"},{"id":8994,"c":41,"u":"inspiring%20surge_fighter_phb_purple%20dragon%20knight%20(banneret)_scag_18_scag","p":128,"s":"SCAG","h":1,"n":"Purple Dragon Knight (Banneret) Fighter 18; Inspiring Surge","uh":"fighter_phb,state:sub-purple-dragon-knight-banneret-scag=b1~feature=s17-0"},{"id":8996,"c":41,"u":"protective%20field_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 3; Protective Field","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":8998,"c":41,"u":"psi%20warrior_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 3; Psi Warrior","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":9000,"c":41,"u":"psionic%20strike_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 3; Psionic Strike","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":9002,"c":41,"u":"telekinetic%20movement_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 3; Telekinetic Movement","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":9004,"c":41,"u":"psionic%20power_fighter_phb_psi%20warrior_tce_3_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 3; Psionic Power","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s2-0"},{"id":9006,"c":41,"u":"psi-powered%20leap_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 7; Psi-Powered Leap","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":9008,"c":41,"u":"telekinetic%20thrust_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 7; Telekinetic Thrust","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":9010,"c":41,"u":"telekinetic%20adept_fighter_phb_psi%20warrior_tce_7_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 7; Telekinetic Adept","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s6-0"},{"id":9012,"c":41,"u":"guarded%20mind_fighter_phb_psi%20warrior_tce_10_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 10; Guarded Mind","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s9-0"},{"id":9014,"c":41,"u":"bulwark%20of%20force_fighter_phb_psi%20warrior_tce_15_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 15; Bulwark of Force","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s14-0"},{"id":9016,"c":41,"u":"telekinetic%20master_fighter_phb_psi%20warrior_tce_18_tce","p":42,"s":"TCE","h":1,"n":"Psi Warrior Fighter 18; Telekinetic Master","uh":"fighter_phb,state:sub-psi-warrior-tce=b1~feature=s17-0"},{"id":9018,"c":41,"u":"rune%20knight_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 3; Rune Knight","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":9020,"c":41,"u":"bonus%20proficiencies_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 3; Bonus Proficiencies","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":9022,"c":41,"u":"giant's%20might_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 3; Giant's Might","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":9024,"c":41,"u":"rune%20carver_fighter_phb_rune%20knight_tce_3_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 3; Rune Carver","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s2-0"},{"id":9026,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_7_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 7; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s6-0"},{"id":9028,"c":41,"u":"runic%20shield_fighter_phb_rune%20knight_tce_7_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 7; Runic Shield","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s6-0"},{"id":9030,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_10_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 10; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s9-0"},{"id":9032,"c":41,"u":"great%20stature_fighter_phb_rune%20knight_tce_10_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 10; Great Stature","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s9-0"},{"id":9034,"c":41,"u":"additional%20rune%20known_fighter_phb_rune%20knight_tce_15_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 15; Additional Rune Known","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s14-0"},{"id":9036,"c":41,"u":"master%20of%20runes_fighter_phb_rune%20knight_tce_15_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 15; Master of Runes","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s14-0"},{"id":9038,"c":41,"u":"runic%20juggernaut_fighter_phb_rune%20knight_tce_18_tce","p":44,"s":"TCE","h":1,"n":"Rune Knight Fighter 18; Runic Juggernaut","uh":"fighter_phb,state:sub-rune-knight-tce=b1~feature=s17-0"},{"id":9040,"c":41,"u":"arcane%20archer_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 3; Arcane Archer","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":9042,"c":41,"u":"arcane%20archer%20lore_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 3; Arcane Archer Lore","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":9044,"c":41,"u":"arcane%20shot_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 3; Arcane Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":9046,"c":41,"u":"arcane%20shot%20options_fighter_phb_arcane%20archer_xge_3_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 3; Arcane Shot Options","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s2-0"},{"id":9048,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 7; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":9050,"c":41,"u":"curving%20shot_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 7; Curving Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":9052,"c":41,"u":"magic%20arrow_fighter_phb_arcane%20archer_xge_7_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 7; Magic Arrow","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s6-0"},{"id":9054,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_10_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 10; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s9-0"},{"id":9056,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_15_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 15; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s14-0"},{"id":9058,"c":41,"u":"ever-ready%20shot_fighter_phb_arcane%20archer_xge_15_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 15; Ever-Ready Shot","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s14-0"},{"id":9060,"c":41,"u":"additional%20arcane%20shot%20option_fighter_phb_arcane%20archer_xge_18_xge","p":28,"s":"XGE","h":1,"n":"Arcane Archer Fighter 18; Additional Arcane Shot Option","uh":"fighter_phb,state:sub-arcane-archer-xge=b1~feature=s17-0"},{"id":9062,"c":41,"u":"cavalier_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 3; Cavalier","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":9064,"c":41,"u":"bonus%20proficiency_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":9066,"c":41,"u":"born%20to%20the%20saddle_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 3; Born to the Saddle","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":9068,"c":41,"u":"unwavering%20mark_fighter_phb_cavalier_xge_3_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 3; Unwavering Mark","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s2-0"},{"id":9070,"c":41,"u":"warding%20maneuver_fighter_phb_cavalier_xge_7_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 7; Warding Maneuver","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s6-0"},{"id":9072,"c":41,"u":"hold%20the%20line_fighter_phb_cavalier_xge_10_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 10; Hold the Line","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s9-0"},{"id":9074,"c":41,"u":"ferocious%20charger_fighter_phb_cavalier_xge_15_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 15; Ferocious Charger","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s14-0"},{"id":9076,"c":41,"u":"vigilant%20defender_fighter_phb_cavalier_xge_18_xge","p":30,"s":"XGE","h":1,"n":"Cavalier Fighter 18; Vigilant Defender","uh":"fighter_phb,state:sub-cavalier-xge=b1~feature=s17-0"},{"id":9078,"c":41,"u":"samurai_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 3; Samurai","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":9080,"c":41,"u":"bonus%20proficiency_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 3; Bonus Proficiency","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":9082,"c":41,"u":"fighting%20spirit_fighter_phb_samurai_xge_3_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 3; Fighting Spirit","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s2-0"},{"id":9084,"c":41,"u":"elegant%20courtier_fighter_phb_samurai_xge_7_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 7; Elegant Courtier","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s6-0"},{"id":9086,"c":41,"u":"tireless%20spirit_fighter_phb_samurai_xge_10_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 10; Tireless Spirit","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s9-0"},{"id":9088,"c":41,"u":"rapid%20strike_fighter_phb_samurai_xge_15_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 15; Rapid Strike","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s14-0"},{"id":9090,"c":41,"u":"strength%20before%20death_fighter_phb_samurai_xge_18_xge","p":31,"s":"XGE","h":1,"n":"Samurai Fighter 18; Strength before Death","uh":"fighter_phb,state:sub-samurai-xge=b1~feature=s17-0"},{"id":9092,"c":41,"u":"battle%20master_fighter_xphb_battle%20master_xphb_3_xphb","p":93,"s":"XPHB","h":1,"n":"Battle Master Fighter 3; Battle Master","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":9094,"c":41,"u":"combat%20superiority_fighter_xphb_battle%20master_xphb_3_xphb","p":93,"s":"XPHB","h":1,"n":"Battle Master Fighter 3; Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":9096,"c":41,"u":"maneuver%20options_fighter_xphb_battle%20master_xphb_3_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 3; Maneuver Options","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":9098,"c":41,"u":"student%20of%20war_fighter_xphb_battle%20master_xphb_3_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 3; Student of War","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s2-0"},{"id":9100,"c":41,"u":"know%20your%20enemy_fighter_xphb_battle%20master_xphb_7_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 7; Know Your Enemy","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s6-0"},{"id":9102,"c":41,"u":"improved%20combat%20superiority_fighter_xphb_battle%20master_xphb_10_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 10; Improved Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s9-0"},{"id":9104,"c":41,"u":"relentless_fighter_xphb_battle%20master_xphb_15_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 15; Relentless","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s14-0"},{"id":9106,"c":41,"u":"ultimate%20combat%20superiority_fighter_xphb_battle%20master_xphb_18_xphb","p":94,"s":"XPHB","h":1,"n":"Battle Master Fighter 18; Ultimate Combat Superiority","uh":"fighter_xphb,state:sub-battle-master-xphb=b1~feature=s17-0"},{"id":9108,"c":41,"u":"champion_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 3; Champion","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":9110,"c":41,"u":"improved%20critical_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 3; Improved Critical","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":9112,"c":41,"u":"remarkable%20athlete_fighter_xphb_champion_xphb_3_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 3; Remarkable Athlete","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s2-0"},{"id":9114,"c":41,"u":"additional%20fighting%20style_fighter_xphb_champion_xphb_7_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 7; Additional Fighting Style","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s6-0"},{"id":9116,"c":41,"u":"heroic%20warrior_fighter_xphb_champion_xphb_10_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 10; Heroic Warrior","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s9-0"},{"id":9118,"c":41,"u":"superior%20critical_fighter_xphb_champion_xphb_15_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 15; Superior Critical","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s14-0"},{"id":9120,"c":41,"u":"survivor_fighter_xphb_champion_xphb_18_xphb","p":96,"s":"XPHB","h":1,"n":"Champion Fighter 18; Survivor","uh":"fighter_xphb,state:sub-champion-xphb=b1~feature=s17-0"},{"id":9122,"c":41,"u":"eldritch%20knight_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":96,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 3; Eldritch Knight","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9124,"c":41,"u":"spellcasting_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":96,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 3; Spellcasting","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9126,"c":41,"u":"weapon%20bond_fighter_xphb_eldritch%20knight_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 3; Weapon Bond","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s2-0"},{"id":9128,"c":41,"u":"war%20magic_fighter_xphb_eldritch%20knight_xphb_7_xphb","p":98,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 7; War Magic","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s6-0"},{"id":9130,"c":41,"u":"eldritch%20strike_fighter_xphb_eldritch%20knight_xphb_10_xphb","p":98,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 10; Eldritch Strike","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s9-0"},{"id":9132,"c":41,"u":"arcane%20charge_fighter_xphb_eldritch%20knight_xphb_15_xphb","p":98,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 15; Arcane Charge","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s14-0"},{"id":9134,"c":41,"u":"improved%20war%20magic_fighter_xphb_eldritch%20knight_xphb_18_xphb","p":98,"s":"XPHB","h":1,"n":"Eldritch Knight Fighter 18; Improved War Magic","uh":"fighter_xphb,state:sub-eldritch-knight-xphb=b1~feature=s17-0"},{"id":9136,"c":41,"u":"psi%20warrior_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 3; Psi Warrior","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9138,"c":41,"u":"psionic%20power_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 3; Psionic Power","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9140,"c":41,"u":"protective%20field_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 3; Protective Field","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9142,"c":41,"u":"psionic%20strike_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 3; Psionic Strike","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9144,"c":41,"u":"telekinetic%20movement_fighter_xphb_psi%20warrior_xphb_3_xphb","p":98,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 3; Telekinetic Movement","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s2-0"},{"id":9146,"c":41,"u":"psi-powered%20leap_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 7; Psi-Powered Leap","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9148,"c":41,"u":"telekinetic%20adept_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 7; Telekinetic Adept","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9150,"c":41,"u":"telekinetic%20thrust_fighter_xphb_psi%20warrior_xphb_7_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 7; Telekinetic Thrust","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s6-0"},{"id":9152,"c":41,"u":"guarded%20mind_fighter_xphb_psi%20warrior_xphb_10_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 10; Guarded Mind","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s9-0"},{"id":9154,"c":41,"u":"bulwark%20of%20force_fighter_xphb_psi%20warrior_xphb_15_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 15; Bulwark of Force","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s14-0"},{"id":9156,"c":41,"u":"telekinetic%20master_fighter_xphb_psi%20warrior_xphb_18_xphb","p":99,"s":"XPHB","h":1,"n":"Psi Warrior Fighter 18; Telekinetic Master","uh":"fighter_xphb,state:sub-psi-warrior-xphb=b1~feature=s17-0"},{"id":9158,"c":41,"u":"way%20of%20the%20ascendant%20dragon_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 3; Way of the Ascendant Dragon","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9160,"c":41,"u":"breath%20of%20the%20dragon_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 3; Breath of the Dragon","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9162,"c":41,"u":"draconic%20disciple_monk_phb_ascendant%20dragon_ftd_3_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 3; Draconic Disciple","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s2-0"},{"id":9164,"c":41,"u":"wings%20unfurled_monk_phb_ascendant%20dragon_ftd_6_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 6; Wings Unfurled","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s5-0"},{"id":9166,"c":41,"u":"aspect%20of%20the%20wyrm_monk_phb_ascendant%20dragon_ftd_11_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 11; Aspect of the Wyrm","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s10-0"},{"id":9168,"c":41,"u":"ascendant%20aspect_monk_phb_ascendant%20dragon_ftd_17_ftd","p":13,"s":"FTD","h":1,"n":"Ascendant Dragon Monk 17; Ascendant Aspect","uh":"monk_phb,state:sub-ascendant-dragon-ftd=b1~feature=s16-0"},{"id":9170,"c":41,"u":"way%20of%20the%20four%20elements_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 3; Way of the Four Elements","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9172,"c":41,"u":"disciple%20of%20the%20elements_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 3; Disciple of the Elements","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9174,"c":41,"u":"elemental%20disciplines_monk_phb_four%20elements_phb_3_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 3; Elemental Disciplines","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s2-0"},{"id":9176,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_6_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 6; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s5-0"},{"id":9178,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_11_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 11; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s10-0"},{"id":9180,"c":41,"u":"extra%20elemental%20discipline_monk_phb_four%20elements_phb_17_phb","p":80,"s":"PHB","h":1,"n":"Four Elements Monk 17; Extra Elemental Discipline","uh":"monk_phb,state:sub-four-elements-phb=b1~feature=s16-0"},{"id":9182,"c":41,"u":"way%20of%20the%20open%20hand_monk_phb_open%20hand_phb_3_phb","p":79,"s":"PHB","h":1,"r":1,"n":"Open Hand Monk 3; Way of the Open Hand","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s2-0"},{"id":9184,"c":41,"u":"open%20hand%20technique_monk_phb_open%20hand_phb_3_phb","p":79,"s":"PHB","h":1,"r":1,"n":"Open Hand Monk 3; Open Hand Technique","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s2-0"},{"id":9186,"c":41,"u":"wholeness%20of%20body_monk_phb_open%20hand_phb_6_phb","p":79,"s":"PHB","h":1,"r":1,"n":"Open Hand Monk 6; Wholeness of Body","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s5-0"},{"id":9188,"c":41,"u":"tranquility_monk_phb_open%20hand_phb_11_phb","p":79,"s":"PHB","h":1,"r":1,"n":"Open Hand Monk 11; Tranquility","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s10-0"},{"id":9190,"c":41,"u":"quivering%20palm_monk_phb_open%20hand_phb_17_phb","p":79,"s":"PHB","h":1,"r":1,"n":"Open Hand Monk 17; Quivering Palm","uh":"monk_phb,state:sub-open-hand-phb=b1~feature=s16-0"},{"id":9192,"c":41,"u":"way%20of%20shadow_monk_phb_shadow_phb_3_phb","p":80,"s":"PHB","h":1,"n":"Shadow Monk 3; Way of Shadow","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s2-0"},{"id":9194,"c":41,"u":"shadow%20arts_monk_phb_shadow_phb_3_phb","p":80,"s":"PHB","h":1,"n":"Shadow Monk 3; Shadow Arts","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s2-0"},{"id":9196,"c":41,"u":"shadow%20step_monk_phb_shadow_phb_6_phb","p":80,"s":"PHB","h":1,"n":"Shadow Monk 6; Shadow Step","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s5-0"},{"id":9198,"c":41,"u":"cloak%20of%20shadows_monk_phb_shadow_phb_11_phb","p":80,"s":"PHB","h":1,"n":"Shadow Monk 11; Cloak of Shadows","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s10-0"},{"id":9200,"c":41,"u":"opportunist_monk_phb_shadow_phb_17_phb","p":80,"s":"PHB","h":1,"n":"Shadow Monk 17; Opportunist","uh":"monk_phb,state:sub-shadow-phb=b1~feature=s16-0"},{"id":9202,"c":41,"u":"way%20of%20the%20long%20death_monk_phb_long%20death_scag_3_scag","p":130,"s":"SCAG","h":1,"n":"Long Death Monk 3; Way of the Long Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s2-0"},{"id":9204,"c":41,"u":"touch%20of%20death_monk_phb_long%20death_scag_3_scag","p":130,"s":"SCAG","h":1,"n":"Long Death Monk 3; Touch of Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s2-0"},{"id":9206,"c":41,"u":"hour%20of%20reaping_monk_phb_long%20death_scag_6_scag","p":130,"s":"SCAG","h":1,"n":"Long Death Monk 6; Hour of Reaping","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s5-0"},{"id":9208,"c":41,"u":"mastery%20of%20death_monk_phb_long%20death_scag_11_scag","p":130,"s":"SCAG","h":1,"n":"Long Death Monk 11; Mastery of Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s10-0"},{"id":9210,"c":41,"u":"touch%20of%20the%20long%20death_monk_phb_long%20death_scag_17_scag","p":130,"s":"SCAG","h":1,"n":"Long Death Monk 17; Touch of the Long Death","uh":"monk_phb,state:sub-long-death-scag=b1~feature=s16-0"},{"id":9212,"c":41,"u":"way%20of%20the%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 3; Way of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9214,"c":41,"u":"arms%20of%20the%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 3; Arms of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9216,"c":41,"u":"forms%20of%20your%20astral%20self_monk_phb_astral%20self_tce_3_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 3; Forms of Your Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s2-0"},{"id":9218,"c":41,"u":"visage%20of%20the%20astral%20self_monk_phb_astral%20self_tce_6_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 6; Visage of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s5-0"},{"id":9220,"c":41,"u":"body%20of%20the%20astral%20self_monk_phb_astral%20self_tce_11_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 11; Body of the Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s10-0"},{"id":9222,"c":41,"u":"awakened%20astral%20self_monk_phb_astral%20self_tce_17_tce","p":50,"s":"TCE","h":1,"n":"Astral Self Monk 17; Awakened Astral Self","uh":"monk_phb,state:sub-astral-self-tce=b1~feature=s16-0"},{"id":9224,"c":41,"u":"way%20of%20mercy_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 3; Way of Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9226,"c":41,"u":"hand%20of%20harm_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 3; Hand of Harm","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9228,"c":41,"u":"hand%20of%20healing_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 3; Hand of Healing","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9230,"c":41,"u":"implements%20of%20mercy_monk_phb_mercy_tce_3_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 3; Implements of Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s2-0"},{"id":9232,"c":41,"u":"physician's%20touch_monk_phb_mercy_tce_6_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 6; Physician's Touch","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s5-0"},{"id":9234,"c":41,"u":"flurry%20of%20healing%20and%20harm_monk_phb_mercy_tce_11_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 11; Flurry of Healing and Harm","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s10-0"},{"id":9236,"c":41,"u":"hand%20of%20ultimate%20mercy_monk_phb_mercy_tce_17_tce","p":49,"s":"TCE","h":1,"n":"Mercy Monk 17; Hand of Ultimate Mercy","uh":"monk_phb,state:sub-mercy-tce=b1~feature=s16-0"},{"id":9238,"c":41,"u":"way%20of%20the%20cobalt%20soul_monk_phb_cobalt%20soul_tdcsr_3_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 3; Way of the Cobalt Soul","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s2-0"},{"id":9240,"c":41,"u":"extract%20aspects_monk_phb_cobalt%20soul_tdcsr_3_tdcsr","p":173,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 3; Extract Aspects","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s2-0"},{"id":9242,"c":41,"u":"extort%20truth_monk_phb_cobalt%20soul_tdcsr_6_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 6; Extort Truth","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s5-0"},{"id":9244,"c":41,"u":"mystical%20erudition_monk_phb_cobalt%20soul_tdcsr_6_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 6; Mystical Erudition","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s5-0"},{"id":9246,"c":41,"u":"mind%20of%20mercury_monk_phb_cobalt%20soul_tdcsr_11_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 11; Mind of Mercury","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s10-0"},{"id":9248,"c":41,"u":"mystical%20erudition%20(11th%20level)_monk_phb_cobalt%20soul_tdcsr_11_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 11; Mystical Erudition (11th Level)","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s10-0"},{"id":9250,"c":41,"u":"debilitating%20barrage_monk_phb_cobalt%20soul_tdcsr_17_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 17; Debilitating Barrage","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s16-0"},{"id":9252,"c":41,"u":"mystical%20erudition%20(17th%20level)_monk_phb_cobalt%20soul_tdcsr_17_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Cobalt Soul Monk 17; Mystical Erudition (17th Level)","uh":"monk_phb,state:sub-cobalt-soul-tdcsr=b1~feature=s16-0"},{"id":9254,"c":41,"u":"way%20of%20the%20drunken%20master_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 3; Way of the Drunken Master","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9256,"c":41,"u":"bonus%20proficiencies_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 3; Bonus Proficiencies","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9258,"c":41,"u":"drunken%20technique_monk_phb_drunken%20master_xge_3_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 3; Drunken Technique","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s2-0"},{"id":9260,"c":41,"u":"leap%20to%20your%20feet_monk_phb_drunken%20master_xge_6_xge","p":34,"s":"XGE","h":1,"n":"Drunken Master Monk 6; Leap to Your Feet","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9262,"c":41,"u":"redirect%20attack_monk_phb_drunken%20master_xge_6_xge","p":34,"s":"XGE","h":1,"n":"Drunken Master Monk 6; Redirect Attack","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9264,"c":41,"u":"tipsy%20sway_monk_phb_drunken%20master_xge_6_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 6; Tipsy Sway","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s5-0"},{"id":9266,"c":41,"u":"drunkard's%20luck_monk_phb_drunken%20master_xge_11_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 11; Drunkard's Luck","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s10-0"},{"id":9268,"c":41,"u":"intoxicated%20frenzy_monk_phb_drunken%20master_xge_17_xge","p":33,"s":"XGE","h":1,"n":"Drunken Master Monk 17; Intoxicated Frenzy","uh":"monk_phb,state:sub-drunken-master-xge=b1~feature=s16-0"},{"id":9270,"c":41,"u":"agile%20parry_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 3; Agile Parry","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9272,"c":41,"u":"kensei's%20shot_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 3; Kensei's Shot","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9274,"c":41,"u":"way%20of%20the%20kensei_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 3; Way of the Kensei","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9276,"c":41,"u":"path%20of%20the%20kensei_monk_phb_kensei_xge_3_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 3; Path of the Kensei","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s2-0"},{"id":9278,"c":41,"u":"one%20with%20the%20blade_monk_phb_kensei_xge_6_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 6; One with the Blade","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s5-0"},{"id":9280,"c":41,"u":"sharpen%20the%20blade_monk_phb_kensei_xge_11_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 11; Sharpen the Blade","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s10-0"},{"id":9282,"c":41,"u":"unerring%20accuracy_monk_phb_kensei_xge_17_xge","p":34,"s":"XGE","h":1,"n":"Kensei Monk 17; Unerring Accuracy","uh":"monk_phb,state:sub-kensei-xge=b1~feature=s16-0"},{"id":9284,"c":41,"u":"way%20of%20the%20sun%20soul_monk_phb_sun%20soul_xge_3_xge","p":35,"s":"XGE","h":1,"n":"Sun Soul Monk 3; Way of the Sun Soul","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s2-0"},{"id":9286,"c":41,"u":"radiant%20sun%20bolt_monk_phb_sun%20soul_xge_3_xge","p":35,"s":"XGE","h":1,"n":"Sun Soul Monk 3; Radiant Sun Bolt","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s2-0"},{"id":9288,"c":41,"u":"searing%20arc%20strike_monk_phb_sun%20soul_xge_6_xge","p":35,"s":"XGE","h":1,"n":"Sun Soul Monk 6; Searing Arc Strike","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s5-0"},{"id":9290,"c":41,"u":"searing%20sunburst_monk_phb_sun%20soul_xge_11_xge","p":35,"s":"XGE","h":1,"n":"Sun Soul Monk 11; Searing Sunburst","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s10-0"},{"id":9292,"c":41,"u":"sun%20shield_monk_phb_sun%20soul_xge_17_xge","p":35,"s":"XGE","h":1,"n":"Sun Soul Monk 17; Sun Shield","uh":"monk_phb,state:sub-sun-soul-xge=b1~feature=s16-0"},{"id":9294,"c":41,"u":"elemental%20attunement_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 3; Elemental Attunement","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9296,"c":41,"u":"manipulate%20elements_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 3; Manipulate Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9298,"c":41,"u":"warrior%20of%20the%20elements_monk_xphb_elements_xphb_3_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 3; Warrior of the Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s2-0"},{"id":9300,"c":41,"u":"elemental%20burst_monk_xphb_elements_xphb_6_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 6; Elemental Burst","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s5-0"},{"id":9302,"c":41,"u":"stride%20of%20the%20elements_monk_xphb_elements_xphb_11_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 11; Stride of the Elements","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s10-0"},{"id":9304,"c":41,"u":"elemental%20epitome_monk_xphb_elements_xphb_17_xphb","p":106,"s":"XPHB","h":1,"n":"Elements Monk 17; Elemental Epitome","uh":"monk_xphb,state:sub-elements-xphb=b1~feature=s16-0"},{"id":9306,"c":41,"u":"warrior%20of%20mercy_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 3; Warrior of Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9308,"c":41,"u":"hand%20of%20harm_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 3; Hand of Harm","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9310,"c":41,"u":"hand%20of%20healing_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 3; Hand of Healing","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9312,"c":41,"u":"implements%20of%20mercy_monk_xphb_mercy_xphb_3_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 3; Implements of Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s2-0"},{"id":9314,"c":41,"u":"physician's%20touch_monk_xphb_mercy_xphb_6_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 6; Physician's Touch","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s5-0"},{"id":9316,"c":41,"u":"flurry%20of%20healing%20and%20harm_monk_xphb_mercy_xphb_11_xphb","p":104,"s":"XPHB","h":1,"n":"Mercy Monk 11; Flurry of Healing and Harm","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s10-0"},{"id":9318,"c":41,"u":"hand%20of%20ultimate%20mercy_monk_xphb_mercy_xphb_17_xphb","p":105,"s":"XPHB","h":1,"n":"Mercy Monk 17; Hand of Ultimate Mercy","uh":"monk_xphb,state:sub-mercy-xphb=b1~feature=s16-0"},{"id":9320,"c":41,"u":"open%20hand%20technique_monk_xphb_open%20hand_xphb_3_xphb","p":107,"s":"XPHB","h":1,"n":"Open Hand Monk 3; Open Hand Technique","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s2-0"},{"id":9322,"c":41,"u":"warrior%20of%20the%20open%20hand_monk_xphb_open%20hand_xphb_3_xphb","p":107,"s":"XPHB","h":1,"n":"Open Hand Monk 3; Warrior of the Open Hand","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s2-0"},{"id":9324,"c":41,"u":"wholeness%20of%20body_monk_xphb_open%20hand_xphb_6_xphb","p":107,"s":"XPHB","h":1,"n":"Open Hand Monk 6; Wholeness of Body","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s5-0"},{"id":9326,"c":41,"u":"fleet%20step_monk_xphb_open%20hand_xphb_11_xphb","p":107,"s":"XPHB","h":1,"n":"Open Hand Monk 11; Fleet Step","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s10-0"},{"id":9328,"c":41,"u":"quivering%20palm_monk_xphb_open%20hand_xphb_17_xphb","p":107,"s":"XPHB","h":1,"n":"Open Hand Monk 17; Quivering Palm","uh":"monk_xphb,state:sub-open-hand-xphb=b1~feature=s16-0"},{"id":9330,"c":41,"u":"shadow%20arts_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 3; Shadow Arts","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9332,"c":41,"u":"warrior%20of%20shadow_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 3; Warrior of Shadow","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9334,"c":41,"u":"darkness_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 3; Darkness","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9336,"c":41,"u":"darkvision_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 3; Darkvision","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9338,"c":41,"u":"shadowy%20figments_monk_xphb_shadow_xphb_3_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 3; Shadowy Figments","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s2-0"},{"id":9340,"c":41,"u":"shadow%20step_monk_xphb_shadow_xphb_6_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 6; Shadow Step","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s5-0"},{"id":9342,"c":41,"u":"improved%20shadow%20step_monk_xphb_shadow_xphb_11_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 11; Improved Shadow Step","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s10-0"},{"id":9344,"c":41,"u":"cloak%20of%20shadows_monk_xphb_shadow_xphb_17_xphb","p":105,"s":"XPHB","h":1,"n":"Shadow Monk 17; Cloak of Shadows","uh":"monk_xphb,state:sub-shadow-xphb=b1~feature=s16-0"},{"id":9346,"c":41,"u":"order%20of%20the%20avatar_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 1; Order of the Avatar","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9348,"c":41,"u":"armor%20training_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 1; Armor Training","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9350,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_avatar_uathemysticclass_1_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s0-0"},{"id":9352,"c":41,"u":"avatar%20of%20battle_mystic_uathemysticclass_avatar_uathemysticclass_3_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 3; Avatar of Battle","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s2-0"},{"id":9354,"c":41,"u":"avatar%20of%20healing_mystic_uathemysticclass_avatar_uathemysticclass_6_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 6; Avatar of Healing","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s5-0"},{"id":9356,"c":41,"u":"avatar%20of%20speed_mystic_uathemysticclass_avatar_uathemysticclass_14_uathemysticclass","p":5,"s":"UATheMysticClass","h":1,"n":"Avatar Mystic 14; Avatar of Speed","uh":"mystic_uathemysticclass,state:sub-avatar-uathemysticclass=b1~feature=s13-0"},{"id":9358,"c":41,"u":"order%20of%20the%20awakened_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 1; Order of the Awakened","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9360,"c":41,"u":"awakened%20talent_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 1; Awakened Talent","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9362,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_awakened_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s0-0"},{"id":9364,"c":41,"u":"psionic%20investigation_mystic_uathemysticclass_awakened_uathemysticclass_3_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 3; Psionic Investigation","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s2-0"},{"id":9366,"c":41,"u":"psionic%20surge_mystic_uathemysticclass_awakened_uathemysticclass_6_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 6; Psionic Surge","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s5-0"},{"id":9368,"c":41,"u":"spectral%20form_mystic_uathemysticclass_awakened_uathemysticclass_14_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Awakened Mystic 14; Spectral Form","uh":"mystic_uathemysticclass,state:sub-awakened-uathemysticclass=b1~feature=s13-0"},{"id":9370,"c":41,"u":"order%20of%20the%20immortal_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 1; Order of the Immortal","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9372,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9374,"c":41,"u":"immortal%20durability_mystic_uathemysticclass_immortal_uathemysticclass_1_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 1; Immortal Durability","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s0-0"},{"id":9376,"c":41,"u":"psionic%20resilience_mystic_uathemysticclass_immortal_uathemysticclass_3_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 3; Psionic Resilience","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s2-0"},{"id":9378,"c":41,"u":"surge%20of%20health_mystic_uathemysticclass_immortal_uathemysticclass_6_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 6; Surge of Health","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s5-0"},{"id":9380,"c":41,"u":"immortal%20will_mystic_uathemysticclass_immortal_uathemysticclass_14_uathemysticclass","p":6,"s":"UATheMysticClass","h":1,"n":"Immortal Mystic 14; Immortal Will","uh":"mystic_uathemysticclass,state:sub-immortal-uathemysticclass=b1~feature=s13-0"},{"id":9382,"c":41,"u":"order%20of%20the%20nomad_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 1; Order of the Nomad","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9384,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9386,"c":41,"u":"breadth%20of%20knowledge_mystic_uathemysticclass_nomad_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 1; Breadth of Knowledge","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s0-0"},{"id":9388,"c":41,"u":"memory%20of%20one%20thousand%20steps_mystic_uathemysticclass_nomad_uathemysticclass_3_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 3; Memory of One Thousand Steps","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s2-0"},{"id":9390,"c":41,"u":"superior%20teleportation_mystic_uathemysticclass_nomad_uathemysticclass_6_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 6; Superior Teleportation","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s5-0"},{"id":9392,"c":41,"u":"effortless%20journey_mystic_uathemysticclass_nomad_uathemysticclass_14_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Nomad Mystic 14; Effortless Journey","uh":"mystic_uathemysticclass,state:sub-nomad-uathemysticclass=b1~feature=s13-0"},{"id":9394,"c":41,"u":"order%20of%20the%20soul%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 1; Order of the Soul Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9396,"c":41,"u":"martial%20training_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 1; Martial Training","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9398,"c":41,"u":"soul%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_1_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 1; Soul Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s0-0"},{"id":9400,"c":41,"u":"hone%20the%20blade_mystic_uathemysticclass_soul%20knife_uathemysticclass_3_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 3; Hone the Blade","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s2-0"},{"id":9402,"c":41,"u":"consumptive%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_6_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 6; Consumptive Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s5-0"},{"id":9404,"c":41,"u":"phantom%20knife_mystic_uathemysticclass_soul%20knife_uathemysticclass_14_uathemysticclass","p":7,"s":"UATheMysticClass","h":1,"n":"Soul Knife Mystic 14; Phantom Knife","uh":"mystic_uathemysticclass,state:sub-soul-knife-uathemysticclass=b1~feature=s13-0"},{"id":9406,"c":41,"u":"order%20of%20the%20wu%20jen_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 1; Order of the Wu Jen","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9408,"c":41,"u":"bonus%20disciplines_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 1; Bonus Disciplines","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9410,"c":41,"u":"hermit's%20study_mystic_uathemysticclass_wu%20jen_uathemysticclass_1_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 1; Hermit's Study","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s0-0"},{"id":9412,"c":41,"u":"elemental%20attunement_mystic_uathemysticclass_wu%20jen_uathemysticclass_3_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 3; Elemental Attunement","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s2-0"},{"id":9414,"c":41,"u":"arcane%20dabbler_mystic_uathemysticclass_wu%20jen_uathemysticclass_6_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 6; Arcane Dabbler","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s5-0"},{"id":9416,"c":41,"u":"elemental%20mastery_mystic_uathemysticclass_wu%20jen_uathemysticclass_14_uathemysticclass","p":8,"s":"UATheMysticClass","h":1,"n":"Wu Jen Mystic 14; Elemental Mastery","uh":"mystic_uathemysticclass,state:sub-wu-jen-uathemysticclass=b1~feature=s13-0"},{"id":9418,"c":41,"u":"oathbreaker_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 3; Oathbreaker","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9420,"c":41,"u":"channel%20divinity_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9422,"c":41,"u":"control%20undead_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 3; Control Undead","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9424,"c":41,"u":"dreadful%20aspect_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 3; Dreadful Aspect","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9426,"c":41,"u":"oathbreaker%20spells_paladin_phb_oathbreaker_dmg_3_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 3; Oathbreaker Spells","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s2-0"},{"id":9428,"c":41,"u":"aura%20of%20hate_paladin_phb_oathbreaker_dmg_7_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 7; Aura of Hate","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s6-0"},{"id":9430,"c":41,"u":"supernatural%20resistance_paladin_phb_oathbreaker_dmg_15_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 15; Supernatural Resistance","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s14-0"},{"id":9432,"c":41,"u":"dread%20lord_paladin_phb_oathbreaker_dmg_20_dmg","p":97,"s":"DMG","h":1,"n":"Oathbreaker Paladin 20; Dread Lord","uh":"paladin_phb,state:sub-oathbreaker-dmg=b1~feature=s19-0"},{"id":9434,"c":41,"u":"oath%20of%20the%20ancients_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Oath of the Ancients","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9436,"c":41,"u":"channel%20divinity_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9438,"c":41,"u":"nature's%20wrath_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Nature's Wrath","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9440,"c":41,"u":"oath%20spells_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9442,"c":41,"u":"tenets%20of%20the%20ancients_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Tenets of the Ancients","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9444,"c":41,"u":"turn%20the%20faithless_paladin_phb_ancients_phb_3_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 3; Turn the Faithless","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s2-0"},{"id":9446,"c":41,"u":"aura%20of%20warding_paladin_phb_ancients_phb_7_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 7; Aura of Warding","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s6-0"},{"id":9448,"c":41,"u":"undying%20sentinel_paladin_phb_ancients_phb_15_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 15; Undying Sentinel","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s14-0"},{"id":9450,"c":41,"u":"elder%20champion_paladin_phb_ancients_phb_20_phb","p":86,"s":"PHB","h":1,"n":"Ancients Paladin 20; Elder Champion","uh":"paladin_phb,state:sub-ancients-phb=b1~feature=s19-0"},{"id":9452,"c":41,"u":"oath%20of%20devotion_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Oath of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9454,"c":41,"u":"channel%20divinity_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9456,"c":41,"u":"oath%20spells_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9458,"c":41,"u":"sacred%20weapon_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Sacred Weapon","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9460,"c":41,"u":"tenets%20of%20devotion_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Tenets of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9462,"c":41,"u":"turn%20the%20unholy_paladin_phb_devotion_phb_3_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 3; Turn the Unholy","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s2-0"},{"id":9464,"c":41,"u":"aura%20of%20devotion_paladin_phb_devotion_phb_7_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 7; Aura of Devotion","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s6-0"},{"id":9466,"c":41,"u":"purity%20of%20spirit_paladin_phb_devotion_phb_15_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 15; Purity of Spirit","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s14-0"},{"id":9468,"c":41,"u":"holy%20nimbus_paladin_phb_devotion_phb_20_phb","p":85,"s":"PHB","h":1,"r":1,"n":"Devotion Paladin 20; Holy Nimbus","uh":"paladin_phb,state:sub-devotion-phb=b1~feature=s19-0"},{"id":9470,"c":41,"u":"oath%20of%20vengeance_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Oath of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9472,"c":41,"u":"abjure%20enemy_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Abjure Enemy","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9474,"c":41,"u":"channel%20divinity_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9476,"c":41,"u":"oath%20spells_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9478,"c":41,"u":"tenets%20of%20vengeance_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Tenets of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9480,"c":41,"u":"vow%20of%20enmity_paladin_phb_vengeance_phb_3_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 3; Vow of Enmity","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s2-0"},{"id":9482,"c":41,"u":"relentless%20avenger_paladin_phb_vengeance_phb_7_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 7; Relentless Avenger","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s6-0"},{"id":9484,"c":41,"u":"soul%20of%20vengeance_paladin_phb_vengeance_phb_15_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 15; Soul of Vengeance","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s14-0"},{"id":9486,"c":41,"u":"avenging%20angel_paladin_phb_vengeance_phb_20_phb","p":87,"s":"PHB","h":1,"n":"Vengeance Paladin 20; Avenging Angel","uh":"paladin_phb,state:sub-vengeance-phb=b1~feature=s19-0"},{"id":9488,"c":41,"u":"oath%20of%20the%20crown_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Oath of the Crown","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9490,"c":41,"u":"champion%20challenge_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Champion Challenge","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9492,"c":41,"u":"channel%20divinity_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9494,"c":41,"u":"oath%20spells_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9496,"c":41,"u":"tenets%20of%20the%20crown_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Tenets of the Crown","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9498,"c":41,"u":"turn%20the%20tide_paladin_phb_crown_scag_3_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 3; Turn the Tide","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s2-0"},{"id":9500,"c":41,"u":"divine%20allegiance_paladin_phb_crown_scag_7_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 7; Divine Allegiance","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s6-0"},{"id":9502,"c":41,"u":"unyielding%20spirit_paladin_phb_crown_scag_15_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 15; Unyielding Spirit","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s14-0"},{"id":9504,"c":41,"u":"exalted%20champion_paladin_phb_crown_scag_20_scag","p":132,"s":"SCAG","h":1,"n":"Crown Paladin 20; Exalted Champion","uh":"paladin_phb,state:sub-crown-scag=b1~feature=s19-0"},{"id":9506,"c":41,"u":"oath%20of%20glory_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Oath of Glory","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9508,"c":41,"u":"channel%20divinity_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9510,"c":41,"u":"oath%20spells_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9512,"c":41,"u":"tenets%20of%20glory_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Tenets of Glory","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9514,"c":41,"u":"inspiring%20smite_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Inspiring Smite","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9516,"c":41,"u":"peerless%20athlete_paladin_phb_glory_tce_3_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 3; Peerless Athlete","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s2-0"},{"id":9518,"c":41,"u":"aura%20of%20alacrity_paladin_phb_glory_tce_7_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 7; Aura of Alacrity","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s6-0"},{"id":9520,"c":41,"u":"glorious%20defense_paladin_phb_glory_tce_15_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 15; Glorious Defense","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s14-0"},{"id":9522,"c":41,"u":"living%20legend_paladin_phb_glory_tce_20_tce","p":53,"s":"TCE","h":1,"n":"Glory Paladin 20; Living Legend","uh":"paladin_phb,state:sub-glory-tce=b1~feature=s19-0"},{"id":9524,"c":41,"u":"oath%20of%20the%20watchers_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Oath of the Watchers","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9526,"c":41,"u":"channel%20divinity_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9528,"c":41,"u":"oath%20spells_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9530,"c":41,"u":"tenets%20of%20the%20watchers_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Tenets of the Watchers","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9532,"c":41,"u":"abjure%20the%20extraplanar_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Abjure the Extraplanar","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9534,"c":41,"u":"watcher's%20will_paladin_phb_watchers_tce_3_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 3; Watcher's Will","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s2-0"},{"id":9536,"c":41,"u":"aura%20of%20the%20sentinel_paladin_phb_watchers_tce_7_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 7; Aura of the Sentinel","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s6-0"},{"id":9538,"c":41,"u":"vigilant%20rebuke_paladin_phb_watchers_tce_15_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 15; Vigilant Rebuke","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s14-0"},{"id":9540,"c":41,"u":"mortal%20bulwark_paladin_phb_watchers_tce_20_tce","p":54,"s":"TCE","h":1,"n":"Watchers Paladin 20; Mortal Bulwark","uh":"paladin_phb,state:sub-watchers-tce=b1~feature=s19-0"},{"id":9542,"c":41,"u":"oath%20of%20the%20open%20sea_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Oath of the Open Sea","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9544,"c":41,"u":"channel%20divinity_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9546,"c":41,"u":"fury%20of%20the%20tides_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Fury of the Tides","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9548,"c":41,"u":"marine%20layer_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Marine Layer","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9550,"c":41,"u":"oath%20spells_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9552,"c":41,"u":"tenets%20of%20the%20open%20sea_paladin_phb_open%20sea_tdcsr_3_tdcsr","p":174,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 3; Tenets of the Open Sea","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s2-0"},{"id":9554,"c":41,"u":"aura%20of%20liberation_paladin_phb_open%20sea_tdcsr_7_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 7; Aura of Liberation","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s6-0"},{"id":9556,"c":41,"u":"stormy%20waters_paladin_phb_open%20sea_tdcsr_15_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 15; Stormy Waters","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s14-0"},{"id":9558,"c":41,"u":"aura%20of%20liberation%20(18th%20level)_paladin_phb_open%20sea_tdcsr_18_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 18; Aura of Liberation (18th Level)","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s17-0"},{"id":9560,"c":41,"u":"mythic%20swashbuckler_paladin_phb_open%20sea_tdcsr_20_tdcsr","p":175,"s":"TDCSR","h":1,"dP":1,"n":"Open Sea Paladin 20; Mythic Swashbuckler","uh":"paladin_phb,state:sub-open-sea-tdcsr=b1~feature=s19-0"},{"id":9562,"c":41,"u":"oath%20of%20conquest_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Oath of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9564,"c":41,"u":"channel%20divinity_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9566,"c":41,"u":"conquering%20presence_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Conquering Presence","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9568,"c":41,"u":"guided%20strike_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Guided Strike","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9570,"c":41,"u":"oath%20spells_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9572,"c":41,"u":"tenets%20of%20conquest_paladin_phb_conquest_xge_3_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 3; Tenets of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s2-0"},{"id":9574,"c":41,"u":"aura%20of%20conquest_paladin_phb_conquest_xge_7_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 7; Aura of Conquest","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s6-0"},{"id":9576,"c":41,"u":"scornful%20rebuke_paladin_phb_conquest_xge_15_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 15; Scornful Rebuke","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s14-0"},{"id":9578,"c":41,"u":"invincible%20conqueror_paladin_phb_conquest_xge_20_xge","p":37,"s":"XGE","h":1,"n":"Conquest Paladin 20; Invincible Conqueror","uh":"paladin_phb,state:sub-conquest-xge=b1~feature=s19-0"},{"id":9580,"c":41,"u":"oath%20of%20redemption_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Oath of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9582,"c":41,"u":"channel%20divinity_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Channel Divinity","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9584,"c":41,"u":"emissary%20of%20peace_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Emissary of Peace","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9586,"c":41,"u":"oath%20spells_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Oath Spells","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9588,"c":41,"u":"rebuke%20the%20violent_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Rebuke the Violent","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9590,"c":41,"u":"tenets%20of%20redemption_paladin_phb_redemption_xge_3_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 3; Tenets of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s2-0"},{"id":9592,"c":41,"u":"aura%20of%20the%20guardian_paladin_phb_redemption_xge_7_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 7; Aura of the Guardian","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s6-0"},{"id":9594,"c":41,"u":"protective%20spirit_paladin_phb_redemption_xge_15_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 15; Protective Spirit","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s14-0"},{"id":9596,"c":41,"u":"emissary%20of%20redemption_paladin_phb_redemption_xge_20_xge","p":38,"s":"XGE","h":1,"n":"Redemption Paladin 20; Emissary of Redemption","uh":"paladin_phb,state:sub-redemption-xge=b1~feature=s19-0"},{"id":9598,"c":41,"u":"nature's%20wrath_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Ancients Paladin 3; Nature's Wrath","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9600,"c":41,"u":"oath%20of%20the%20ancients_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Ancients Paladin 3; Oath of the Ancients","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9602,"c":41,"u":"oath%20of%20the%20ancients%20spells_paladin_xphb_ancients_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Ancients Paladin 3; Oath of the Ancients Spells","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s2-0"},{"id":9604,"c":41,"u":"aura%20of%20warding_paladin_xphb_ancients_xphb_7_xphb","p":116,"s":"XPHB","h":1,"n":"Ancients Paladin 7; Aura of Warding","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s6-0"},{"id":9606,"c":41,"u":"undying%20sentinel_paladin_xphb_ancients_xphb_15_xphb","p":116,"s":"XPHB","h":1,"n":"Ancients Paladin 15; Undying Sentinel","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s14-0"},{"id":9608,"c":41,"u":"elder%20champion_paladin_xphb_ancients_xphb_20_xphb","p":116,"s":"XPHB","h":1,"n":"Ancients Paladin 20; Elder Champion","uh":"paladin_xphb,state:sub-ancients-xphb=b1~feature=s19-0"},{"id":9610,"c":41,"u":"oath%20of%20devotion_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"n":"Devotion Paladin 3; Oath of Devotion","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9612,"c":41,"u":"oath%20of%20devotion%20spells_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"n":"Devotion Paladin 3; Oath of Devotion Spells","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9614,"c":41,"u":"sacred%20weapon_paladin_xphb_devotion_xphb_3_xphb","p":113,"s":"XPHB","h":1,"n":"Devotion Paladin 3; Sacred Weapon","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s2-0"},{"id":9616,"c":41,"u":"aura%20of%20devotion_paladin_xphb_devotion_xphb_7_xphb","p":114,"s":"XPHB","h":1,"n":"Devotion Paladin 7; Aura of Devotion","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s6-0"},{"id":9618,"c":41,"u":"smite%20of%20protection_paladin_xphb_devotion_xphb_15_xphb","p":114,"s":"XPHB","h":1,"n":"Devotion Paladin 15; Smite of Protection","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s14-0"},{"id":9620,"c":41,"u":"holy%20nimbus_paladin_xphb_devotion_xphb_20_xphb","p":114,"s":"XPHB","h":1,"n":"Devotion Paladin 20; Holy Nimbus","uh":"paladin_xphb,state:sub-devotion-xphb=b1~feature=s19-0"},{"id":9622,"c":41,"u":"inspiring%20smite_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 3; Inspiring Smite","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9624,"c":41,"u":"oath%20of%20glory_paladin_xphb_glory_xphb_3_xphb","p":114,"s":"XPHB","h":1,"n":"Glory Paladin 3; Oath of Glory","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9626,"c":41,"u":"oath%20of%20glory%20spells_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 3; Oath of Glory Spells","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9628,"c":41,"u":"peerless%20athlete_paladin_xphb_glory_xphb_3_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 3; Peerless Athlete","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s2-0"},{"id":9630,"c":41,"u":"aura%20of%20alacricity_paladin_xphb_glory_xphb_7_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 7; Aura of Alacricity","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s6-0"},{"id":9632,"c":41,"u":"glorious%20defense_paladin_xphb_glory_xphb_15_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 15; Glorious Defense","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s14-0"},{"id":9634,"c":41,"u":"living%20legend_paladin_xphb_glory_xphb_20_xphb","p":115,"s":"XPHB","h":1,"n":"Glory Paladin 20; Living Legend","uh":"paladin_xphb,state:sub-glory-xphb=b1~feature=s19-0"},{"id":9636,"c":41,"u":"oath%20of%20vengeance_paladin_xphb_vengeance_xphb_3_xphb","p":116,"s":"XPHB","h":1,"n":"Vengeance Paladin 3; Oath of Vengeance","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9638,"c":41,"u":"oath%20of%20vengeance%20spells_paladin_xphb_vengeance_xphb_3_xphb","p":116,"s":"XPHB","h":1,"n":"Vengeance Paladin 3; Oath of Vengeance Spells","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9640,"c":41,"u":"vow%20of%20enmity_paladin_xphb_vengeance_xphb_3_xphb","p":117,"s":"XPHB","h":1,"n":"Vengeance Paladin 3; Vow of Enmity","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s2-0"},{"id":9642,"c":41,"u":"relentless%20avenger_paladin_xphb_vengeance_xphb_7_xphb","p":117,"s":"XPHB","h":1,"n":"Vengeance Paladin 7; Relentless Avenger","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s6-0"},{"id":9644,"c":41,"u":"soul%20of%20vengeance_paladin_xphb_vengeance_xphb_15_xphb","p":117,"s":"XPHB","h":1,"n":"Vengeance Paladin 15; Soul of Vengeance","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s14-0"},{"id":9646,"c":41,"u":"avenging%20angel_paladin_xphb_vengeance_xphb_20_xphb","p":117,"s":"XPHB","h":1,"n":"Vengeance Paladin 20; Avenging Angel","uh":"paladin_xphb,state:sub-vengeance-xphb=b1~feature=s19-0"},{"id":9648,"c":41,"u":"drakewarden_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 3; Drakewarden","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9650,"c":41,"u":"draconic%20gift_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 3; Draconic Gift","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9652,"c":41,"u":"drake%20companion_ranger_phb_drakewarden_ftd_3_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 3; Drake Companion","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s2-0"},{"id":9654,"c":41,"u":"bond%20of%20fang%20and%20scale_ranger_phb_drakewarden_ftd_7_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 7; Bond of Fang and Scale","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s6-0"},{"id":9656,"c":41,"u":"drake's%20breath_ranger_phb_drakewarden_ftd_11_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 11; Drake's Breath","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s10-0"},{"id":9658,"c":41,"u":"perfected%20bond_ranger_phb_drakewarden_ftd_15_ftd","p":15,"s":"FTD","h":1,"n":"Drakewarden Ranger 15; Perfected Bond","uh":"ranger_phb,state:sub-drakewarden-ftd=b1~feature=s14-0"},{"id":9660,"c":41,"u":"beast%20master_ranger_phb_beast%20master_phb_3_phb","p":93,"s":"PHB","h":1,"n":"Beast Master Ranger 3; Beast Master","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s2-0"},{"id":9662,"c":41,"u":"primal%20companion_ranger_phb_beast%20master_phb_3_tce","p":61,"s":"TCE","h":1,"n":"Beast Master Ranger 3; Primal Companion","uh":"ranger_phb,state:sub-beast-master-tce=b1~feature=s2-0"},{"id":9664,"c":41,"u":"ranger's%20companion_ranger_phb_beast%20master_phb_3_phb","p":93,"s":"PHB","h":1,"n":"Beast Master Ranger 3; Ranger's Companion","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s2-0"},{"id":9666,"c":41,"u":"exceptional%20training_ranger_phb_beast%20master_phb_7_phb","p":93,"s":"PHB","h":1,"n":"Beast Master Ranger 7; Exceptional Training","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s6-0"},{"id":9668,"c":41,"u":"bestial%20fury_ranger_phb_beast%20master_phb_11_phb","p":93,"s":"PHB","h":1,"n":"Beast Master Ranger 11; Bestial Fury","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s10-0"},{"id":9670,"c":41,"u":"share%20spells_ranger_phb_beast%20master_phb_15_phb","p":93,"s":"PHB","h":1,"n":"Beast Master Ranger 15; Share Spells","uh":"ranger_phb,state:sub-beast-master-phb=b1~feature=s14-0"},{"id":9672,"c":41,"u":"hunter_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 3; Hunter","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9674,"c":41,"u":"horde%20breaker_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 3; Horde Breaker","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9676,"c":41,"u":"hunter's%20prey_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 3; Hunter's Prey","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9678,"c":41,"u":"colossus%20slayer_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 3; Colossus Slayer","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9680,"c":41,"u":"giant%20killer_ranger_phb_hunter_phb_3_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 3; Giant Killer","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s2-0"},{"id":9682,"c":41,"u":"defensive%20tactics_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 7; Defensive Tactics","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9684,"c":41,"u":"escape%20the%20horde_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 7; Escape the Horde","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9686,"c":41,"u":"multiattack%20defense_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 7; Multiattack Defense","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9688,"c":41,"u":"steel%20will_ranger_phb_hunter_phb_7_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 7; Steel Will","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s6-0"},{"id":9690,"c":41,"u":"multiattack_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 11; Multiattack","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9692,"c":41,"u":"volley_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 11; Volley","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9694,"c":41,"u":"whirlwind%20attack_ranger_phb_hunter_phb_11_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 11; Whirlwind Attack","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s10-0"},{"id":9696,"c":41,"u":"evasion_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 15; Evasion","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9698,"c":41,"u":"stand%20against%20the%20tide_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 15; Stand Against the Tide","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9700,"c":41,"u":"superior%20hunter's%20defense_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 15; Superior Hunter's Defense","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9702,"c":41,"u":"uncanny%20dodge_ranger_phb_hunter_phb_15_phb","p":93,"s":"PHB","h":1,"r":1,"n":"Hunter Ranger 15; Uncanny Dodge","uh":"ranger_phb,state:sub-hunter-phb=b1~feature=s14-0"},{"id":9704,"c":41,"u":"fey%20wanderer_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 3; Fey Wanderer","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9706,"c":41,"u":"dreadful%20strikes_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 3; Dreadful Strikes","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9708,"c":41,"u":"fey%20wanderer%20magic_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 3; Fey Wanderer Magic","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9710,"c":41,"u":"otherworldly%20glamour_ranger_phb_fey%20wanderer_tce_3_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 3; Otherworldly Glamour","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s2-0"},{"id":9712,"c":41,"u":"beguiling%20twist_ranger_phb_fey%20wanderer_tce_7_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 7; Beguiling Twist","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s6-0"},{"id":9714,"c":41,"u":"fey%20reinforcements_ranger_phb_fey%20wanderer_tce_11_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 11; Fey Reinforcements","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s10-0"},{"id":9716,"c":41,"u":"misty%20wanderer_ranger_phb_fey%20wanderer_tce_15_tce","p":58,"s":"TCE","h":1,"n":"Fey Wanderer Ranger 15; Misty Wanderer","uh":"ranger_phb,state:sub-fey-wanderer-tce=b1~feature=s14-0"},{"id":9718,"c":41,"u":"swarmkeeper_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 3; Swarmkeeper","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9720,"c":41,"u":"gathered%20swarm_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 3; Gathered Swarm","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9722,"c":41,"u":"swarmkeeper%20magic_ranger_phb_swarmkeeper_tce_3_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 3; Swarmkeeper Magic","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s2-0"},{"id":9724,"c":41,"u":"writhing%20tide_ranger_phb_swarmkeeper_tce_7_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 7; Writhing Tide","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s6-0"},{"id":9726,"c":41,"u":"mighty%20swarm_ranger_phb_swarmkeeper_tce_11_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 11; Mighty Swarm","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s10-0"},{"id":9728,"c":41,"u":"swarming%20dispersal_ranger_phb_swarmkeeper_tce_15_tce","p":59,"s":"TCE","h":1,"n":"Swarmkeeper Ranger 15; Swarming Dispersal","uh":"ranger_phb,state:sub-swarmkeeper-tce=b1~feature=s14-0"},{"id":9730,"c":41,"u":"gloom%20stalker_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 3; Gloom Stalker","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9732,"c":41,"u":"dread%20ambusher_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 3; Dread Ambusher","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9734,"c":41,"u":"gloom%20stalker%20magic_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 3; Gloom Stalker Magic","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9736,"c":41,"u":"umbral%20sight_ranger_phb_gloom%20stalker_xge_3_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 3; Umbral Sight","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s2-0"},{"id":9738,"c":41,"u":"iron%20mind_ranger_phb_gloom%20stalker_xge_7_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 7; Iron Mind","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s6-0"},{"id":9740,"c":41,"u":"stalker's%20flurry_ranger_phb_gloom%20stalker_xge_11_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 11; Stalker's Flurry","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s10-0"},{"id":9742,"c":41,"u":"shadowy%20dodge_ranger_phb_gloom%20stalker_xge_15_xge","p":41,"s":"XGE","h":1,"n":"Gloom Stalker Ranger 15; Shadowy Dodge","uh":"ranger_phb,state:sub-gloom-stalker-xge=b1~feature=s14-0"},{"id":9744,"c":41,"u":"horizon%20walker_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 3; Horizon Walker","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9746,"c":41,"u":"detect%20portal_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 3; Detect Portal","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9748,"c":41,"u":"horizon%20walker%20magic_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 3; Horizon Walker Magic","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9750,"c":41,"u":"planar%20warrior_ranger_phb_horizon%20walker_xge_3_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 3; Planar Warrior","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s2-0"},{"id":9752,"c":41,"u":"ethereal%20step_ranger_phb_horizon%20walker_xge_7_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 7; Ethereal Step","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s6-0"},{"id":9754,"c":41,"u":"distant%20strike_ranger_phb_horizon%20walker_xge_11_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 11; Distant Strike","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s10-0"},{"id":9756,"c":41,"u":"spectral%20defense_ranger_phb_horizon%20walker_xge_15_xge","p":42,"s":"XGE","h":1,"n":"Horizon Walker Ranger 15; Spectral Defense","uh":"ranger_phb,state:sub-horizon-walker-xge=b1~feature=s14-0"},{"id":9758,"c":41,"u":"monster%20slayer_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 3; Monster Slayer","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9760,"c":41,"u":"hunter's%20sense_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 3; Hunter's Sense","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9762,"c":41,"u":"monster%20slayer%20magic_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 3; Monster Slayer Magic","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9764,"c":41,"u":"slayer's%20prey_ranger_phb_monster%20slayer_xge_3_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 3; Slayer's Prey","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s2-0"},{"id":9766,"c":41,"u":"supernatural%20defense_ranger_phb_monster%20slayer_xge_7_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 7; Supernatural Defense","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s6-0"},{"id":9768,"c":41,"u":"magic-user's%20nemesis_ranger_phb_monster%20slayer_xge_11_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 11; Magic-User's Nemesis","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s10-0"},{"id":9770,"c":41,"u":"slayer's%20counter_ranger_phb_monster%20slayer_xge_15_xge","p":43,"s":"XGE","h":1,"n":"Monster Slayer Ranger 15; Slayer's Counter","uh":"ranger_phb,state:sub-monster-slayer-xge=b1~feature=s14-0"},{"id":9772,"c":41,"u":"beast%20master_ranger_xphb_beast%20master_xphb_3_xphb","p":123,"s":"XPHB","h":1,"n":"Beast Master Ranger 3; Beast Master","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s2-0"},{"id":9774,"c":41,"u":"primal%20companion_ranger_xphb_beast%20master_xphb_3_xphb","p":123,"s":"XPHB","h":1,"n":"Beast Master Ranger 3; Primal Companion","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s2-0"},{"id":9776,"c":41,"u":"exceptional%20training_ranger_xphb_beast%20master_xphb_7_xphb","p":124,"s":"XPHB","h":1,"n":"Beast Master Ranger 7; Exceptional Training","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s6-0"},{"id":9778,"c":41,"u":"bestial%20fury_ranger_xphb_beast%20master_xphb_11_xphb","p":124,"s":"XPHB","h":1,"n":"Beast Master Ranger 11; Bestial Fury","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s10-0"},{"id":9780,"c":41,"u":"share%20spells_ranger_xphb_beast%20master_xphb_15_xphb","p":124,"s":"XPHB","h":1,"n":"Beast Master Ranger 15; Share Spells","uh":"ranger_xphb,state:sub-beast-master-xphb=b1~feature=s14-0"},{"id":9782,"c":41,"u":"fey%20wanderer_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 3; Fey Wanderer","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9784,"c":41,"u":"dreadful%20strikes_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 3; Dreadful Strikes","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9786,"c":41,"u":"fey%20wanderer%20spells_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 3; Fey Wanderer Spells","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9788,"c":41,"u":"otherworldly%20glamour_ranger_xphb_fey%20wanderer_xphb_3_xphb","p":124,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 3; Otherworldly Glamour","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s2-0"},{"id":9790,"c":41,"u":"beguiling%20twist_ranger_xphb_fey%20wanderer_xphb_7_xphb","p":125,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 7; Beguiling Twist","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s6-0"},{"id":9792,"c":41,"u":"fey%20reinforcements_ranger_xphb_fey%20wanderer_xphb_11_xphb","p":125,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 11; Fey Reinforcements","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s10-0"},{"id":9794,"c":41,"u":"misty%20wanderer_ranger_xphb_fey%20wanderer_xphb_15_xphb","p":125,"s":"XPHB","h":1,"n":"Fey Wanderer Ranger 15; Misty Wanderer","uh":"ranger_xphb,state:sub-fey-wanderer-xphb=b1~feature=s14-0"},{"id":9796,"c":41,"u":"dread%20ambusher_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":125,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 3; Dread Ambusher","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9798,"c":41,"u":"gloom%20stalker_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":125,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 3; Gloom Stalker","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9800,"c":41,"u":"gloom%20stalker%20spells_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":126,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 3; Gloom Stalker Spells","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9802,"c":41,"u":"umbral%20sight_ranger_xphb_gloom%20stalker_xphb_3_xphb","p":126,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 3; Umbral Sight","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s2-0"},{"id":9804,"c":41,"u":"iron%20mind_ranger_xphb_gloom%20stalker_xphb_7_xphb","p":126,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 7; Iron Mind","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s6-0"},{"id":9806,"c":41,"u":"stalker's%20flurry_ranger_xphb_gloom%20stalker_xphb_11_xphb","p":126,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 11; Stalker's Flurry","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s10-0"},{"id":9808,"c":41,"u":"shadowy%20dodge_ranger_xphb_gloom%20stalker_xphb_15_xphb","p":126,"s":"XPHB","h":1,"n":"Gloom Stalker Ranger 15; Shadowy Dodge","uh":"ranger_xphb,state:sub-gloom-stalker-xphb=b1~feature=s14-0"},{"id":9810,"c":41,"u":"hunter_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 3; Hunter","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9812,"c":41,"u":"hunter's%20lore_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 3; Hunter's Lore","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9814,"c":41,"u":"hunter's%20prey_ranger_xphb_hunter_xphb_3_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 3; Hunter's Prey","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s2-0"},{"id":9816,"c":41,"u":"defensive%20tactics_ranger_xphb_hunter_xphb_7_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 7; Defensive Tactics","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s6-0"},{"id":9818,"c":41,"u":"superior%20hunter's%20prey_ranger_xphb_hunter_xphb_11_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 11; Superior Hunter's Prey","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s10-0"},{"id":9820,"c":41,"u":"superior%20hunter's%20defense_ranger_xphb_hunter_xphb_15_xphb","p":127,"s":"XPHB","h":1,"n":"Hunter Ranger 15; Superior Hunter's Defense","uh":"ranger_xphb,state:sub-hunter-xphb=b1~feature=s14-0"},{"id":9822,"c":41,"u":"arcane%20trickster_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 3; Arcane Trickster","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9824,"c":41,"u":"mage%20hand%20legerdemain_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 3; Mage Hand Legerdemain","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9826,"c":41,"u":"spellcasting_rogue_phb_arcane%20trickster_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 3; Spellcasting","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s2-0"},{"id":9828,"c":41,"u":"magical%20ambush_rogue_phb_arcane%20trickster_phb_9_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 9; Magical Ambush","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s8-0"},{"id":9830,"c":41,"u":"versatile%20trickster_rogue_phb_arcane%20trickster_phb_13_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 13; Versatile Trickster","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s12-0"},{"id":9832,"c":41,"u":"spell%20thief_rogue_phb_arcane%20trickster_phb_17_phb","p":97,"s":"PHB","h":1,"n":"Arcane Trickster Rogue 17; Spell Thief","uh":"rogue_phb,state:sub-arcane-trickster-phb=b1~feature=s16-0"},{"id":9834,"c":41,"u":"assassin_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 3; Assassin","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9836,"c":41,"u":"assassinate_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 3; Assassinate","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9838,"c":41,"u":"bonus%20proficiencies_rogue_phb_assassin_phb_3_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 3; Bonus Proficiencies","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s2-0"},{"id":9840,"c":41,"u":"infiltration%20expertise_rogue_phb_assassin_phb_9_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 9; Infiltration Expertise","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s8-0"},{"id":9842,"c":41,"u":"impostor_rogue_phb_assassin_phb_13_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 13; Impostor","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s12-0"},{"id":9844,"c":41,"u":"death%20strike_rogue_phb_assassin_phb_17_phb","p":97,"s":"PHB","h":1,"n":"Assassin Rogue 17; Death Strike","uh":"rogue_phb,state:sub-assassin-phb=b1~feature=s16-0"},{"id":9846,"c":41,"u":"thief_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 3; Thief","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9848,"c":41,"u":"fast%20hands_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 3; Fast Hands","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9850,"c":41,"u":"second-story%20work_rogue_phb_thief_phb_3_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 3; Second-Story Work","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s2-0"},{"id":9852,"c":41,"u":"supreme%20sneak_rogue_phb_thief_phb_9_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 9; Supreme Sneak","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s8-0"},{"id":9854,"c":41,"u":"use%20magic%20device_rogue_phb_thief_phb_13_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 13; Use Magic Device","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s12-0"},{"id":9856,"c":41,"u":"thief's%20reflexes_rogue_phb_thief_phb_17_phb","p":97,"s":"PHB","h":1,"r":1,"n":"Thief Rogue 17; Thief's Reflexes","uh":"rogue_phb,state:sub-thief-phb=b1~feature=s16-0"},{"id":9858,"c":41,"u":"phantom_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 3; Phantom","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9860,"c":41,"u":"wails%20from%20the%20grave_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 3; Wails from the Grave","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9862,"c":41,"u":"whispers%20of%20the%20dead_rogue_phb_phantom_tce_3_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 3; Whispers of the Dead","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s2-0"},{"id":9864,"c":41,"u":"tokens%20of%20the%20departed_rogue_phb_phantom_tce_9_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 9; Tokens of the Departed","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s8-0"},{"id":9866,"c":41,"u":"ghost%20walk_rogue_phb_phantom_tce_13_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 13; Ghost Walk","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s12-0"},{"id":9868,"c":41,"u":"death's%20friend_rogue_phb_phantom_tce_17_tce","p":62,"s":"TCE","h":1,"n":"Phantom Rogue 17; Death's Friend","uh":"rogue_phb,state:sub-phantom-tce=b1~feature=s16-0"},{"id":9870,"c":41,"u":"psi-bolstered%20knack_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 3; Psi-Bolstered Knack","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9872,"c":41,"u":"psychic%20whispers_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 3; Psychic Whispers","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9874,"c":41,"u":"soulknife_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 3; Soulknife","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9876,"c":41,"u":"psionic%20power_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 3; Psionic Power","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9878,"c":41,"u":"psychic%20blades_rogue_phb_soulknife_tce_3_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 3; Psychic Blades","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s2-0"},{"id":9880,"c":41,"u":"homing%20strikes_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 9; Homing Strikes","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9882,"c":41,"u":"psychic%20teleportation_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 9; Psychic Teleportation","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9884,"c":41,"u":"soul%20blades_rogue_phb_soulknife_tce_9_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 9; Soul Blades","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s8-0"},{"id":9886,"c":41,"u":"psychic%20veil_rogue_phb_soulknife_tce_13_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 13; Psychic Veil","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s12-0"},{"id":9888,"c":41,"u":"rend%20mind_rogue_phb_soulknife_tce_17_tce","p":63,"s":"TCE","h":1,"n":"Soulknife Rogue 17; Rend Mind","uh":"rogue_phb,state:sub-soulknife-tce=b1~feature=s16-0"},{"id":9890,"c":41,"u":"inquisitive_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 3; Inquisitive","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9892,"c":41,"u":"ear%20for%20deceit_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 3; Ear for Deceit","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9894,"c":41,"u":"eye%20for%20detail_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 3; Eye for Detail","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9896,"c":41,"u":"insightful%20fighting_rogue_phb_inquisitive_xge_3_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 3; Insightful Fighting","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s2-0"},{"id":9898,"c":41,"u":"steady%20eye_rogue_phb_inquisitive_xge_9_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 9; Steady Eye","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s8-0"},{"id":9900,"c":41,"u":"unerring%20eye_rogue_phb_inquisitive_xge_13_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 13; Unerring Eye","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s12-0"},{"id":9902,"c":41,"u":"eye%20for%20weakness_rogue_phb_inquisitive_xge_17_xge","p":45,"s":"XGE","h":1,"n":"Inquisitive Rogue 17; Eye for Weakness","uh":"rogue_phb,state:sub-inquisitive-xge=b1~feature=s16-0"},{"id":9904,"c":41,"u":"mastermind_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 3; Mastermind","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9906,"c":41,"u":"master%20of%20intrigue_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 3; Master of Intrigue","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9908,"c":41,"u":"master%20of%20tactics_rogue_phb_mastermind_xge_3_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 3; Master of Tactics","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s2-0"},{"id":9910,"c":41,"u":"insightful%20manipulator_rogue_phb_mastermind_xge_9_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 9; Insightful Manipulator","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s8-0"},{"id":9912,"c":41,"u":"misdirection_rogue_phb_mastermind_xge_13_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 13; Misdirection","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s12-0"},{"id":9914,"c":41,"u":"soul%20of%20deceit_rogue_phb_mastermind_xge_17_xge","p":46,"s":"XGE","h":1,"n":"Mastermind Rogue 17; Soul of Deceit","uh":"rogue_phb,state:sub-mastermind-xge=b1~feature=s16-0"},{"id":9916,"c":41,"u":"scout_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 3; Scout","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9918,"c":41,"u":"skirmisher_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 3; Skirmisher","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9920,"c":41,"u":"survivalist_rogue_phb_scout_xge_3_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 3; Survivalist","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s2-0"},{"id":9922,"c":41,"u":"superior%20mobility_rogue_phb_scout_xge_9_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 9; Superior Mobility","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s8-0"},{"id":9924,"c":41,"u":"ambush%20master_rogue_phb_scout_xge_13_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 13; Ambush Master","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s12-0"},{"id":9926,"c":41,"u":"sudden%20strike_rogue_phb_scout_xge_17_xge","p":47,"s":"XGE","h":1,"n":"Scout Rogue 17; Sudden Strike","uh":"rogue_phb,state:sub-scout-xge=b1~feature=s16-0"},{"id":9928,"c":41,"u":"swashbuckler_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 3; Swashbuckler","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9930,"c":41,"u":"fancy%20footwork_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 3; Fancy Footwork","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9932,"c":41,"u":"rakish%20audacity_rogue_phb_swashbuckler_xge_3_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 3; Rakish Audacity","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s2-0"},{"id":9934,"c":41,"u":"panache_rogue_phb_swashbuckler_xge_9_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 9; Panache","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s8-0"},{"id":9936,"c":41,"u":"elegant%20maneuver_rogue_phb_swashbuckler_xge_13_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 13; Elegant Maneuver","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s12-0"},{"id":9938,"c":41,"u":"master%20duelist_rogue_phb_swashbuckler_xge_17_xge","p":48,"s":"XGE","h":1,"n":"Swashbuckler Rogue 17; Master Duelist","uh":"rogue_phb,state:sub-swashbuckler-xge=b1~feature=s16-0"},{"id":9940,"c":41,"u":"arcane%20trickster_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":132,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 3; Arcane Trickster","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9942,"c":41,"u":"mage%20hand%20legerdemain_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":133,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 3; Mage Hand Legerdemain","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9944,"c":41,"u":"spellcasting_rogue_xphb_arcane%20trickster_xphb_3_xphb","p":132,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 3; Spellcasting","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s2-0"},{"id":9946,"c":41,"u":"magical%20ambush_rogue_xphb_arcane%20trickster_xphb_9_xphb","p":133,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 9; Magical Ambush","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s8-0"},{"id":9948,"c":41,"u":"versatile%20trickster_rogue_xphb_arcane%20trickster_xphb_13_xphb","p":133,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 13; Versatile Trickster","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s12-0"},{"id":9950,"c":41,"u":"spell%20thief_rogue_xphb_arcane%20trickster_xphb_17_xphb","p":133,"s":"XPHB","h":1,"n":"Arcane Trickster Rogue 17; Spell Thief","uh":"rogue_xphb,state:sub-arcane-trickster-xphb=b1~feature=s16-0"},{"id":9952,"c":41,"u":"assassin_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 3; Assassin","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9954,"c":41,"u":"assassin's%20tools_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 3; Assassin's Tools","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9956,"c":41,"u":"assassinate_rogue_xphb_assassin_xphb_3_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 3; Assassinate","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s2-0"},{"id":9958,"c":41,"u":"infiltration%20expertise_rogue_xphb_assassin_xphb_9_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 9; Infiltration Expertise","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s8-0"},{"id":9960,"c":41,"u":"envenom%20weapons_rogue_xphb_assassin_xphb_13_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 13; Envenom Weapons","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s12-0"},{"id":9962,"c":41,"u":"death%20strike_rogue_xphb_assassin_xphb_17_xphb","p":134,"s":"XPHB","h":1,"n":"Assassin Rogue 17; Death Strike","uh":"rogue_xphb,state:sub-assassin-xphb=b1~feature=s16-0"},{"id":9964,"c":41,"u":"soulknife_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"n":"Soulknife Rogue 3; Soulknife","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9966,"c":41,"u":"psionic%20power_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"n":"Soulknife Rogue 3; Psionic Power","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9968,"c":41,"u":"psychic%20blades_rogue_xphb_soulknife_xphb_3_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 3; Psychic Blades","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9970,"c":41,"u":"psi-bolstered%20knack_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"n":"Soulknife Rogue 3; Psi-Bolstered Knack","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9972,"c":41,"u":"psychic%20whispers_rogue_xphb_soulknife_xphb_3_xphb","p":135,"s":"XPHB","h":1,"n":"Soulknife Rogue 3; Psychic Whispers","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s2-0"},{"id":9974,"c":41,"u":"homing%20strikes_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 9; Homing Strikes","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9976,"c":41,"u":"psychic%20teleportation_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 9; Psychic Teleportation","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9978,"c":41,"u":"soul%20blades_rogue_xphb_soulknife_xphb_9_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 9; Soul Blades","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s8-0"},{"id":9980,"c":41,"u":"psychic%20veil_rogue_xphb_soulknife_xphb_13_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 13; Psychic Veil","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s12-0"},{"id":9982,"c":41,"u":"rend%20mind_rogue_xphb_soulknife_xphb_17_xphb","p":136,"s":"XPHB","h":1,"n":"Soulknife Rogue 17; Rend Mind","uh":"rogue_xphb,state:sub-soulknife-xphb=b1~feature=s16-0"},{"id":9984,"c":41,"u":"fast%20hands_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 3; Fast Hands","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9986,"c":41,"u":"second-story%20work_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 3; Second-Story Work","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9988,"c":41,"u":"thief_rogue_xphb_thief_xphb_3_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 3; Thief","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s2-0"},{"id":9990,"c":41,"u":"supreme%20sneak_rogue_xphb_thief_xphb_9_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 9; Supreme Sneak","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s8-0"},{"id":9992,"c":41,"u":"use%20magic%20device_rogue_xphb_thief_xphb_13_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 13; Use Magic Device","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s12-0"},{"id":9994,"c":41,"u":"thief's%20reflexes_rogue_xphb_thief_xphb_17_xphb","p":137,"s":"XPHB","h":1,"n":"Thief Rogue 17; Thief's Reflexes","uh":"rogue_xphb,state:sub-thief-xphb=b1~feature=s16-0"},{"id":9996,"c":41,"u":"lunar%20sorcery_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 1; Lunar Sorcery","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":9998,"c":41,"u":"lunar%20embodiment_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 1; Lunar Embodiment","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":10000,"c":41,"u":"moon%20fire_sorcerer_phb_lunar_dsotdq_1_dsotdq","p":34,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 1; Moon Fire","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s0-0"},{"id":10002,"c":41,"u":"lunar%20boons_sorcerer_phb_lunar_dsotdq_6_dsotdq","p":34,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 6; Lunar Boons","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s5-0"},{"id":10004,"c":41,"u":"waxing%20and%20waning_sorcerer_phb_lunar_dsotdq_6_dsotdq","p":35,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 6; Waxing and Waning","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s5-0"},{"id":10006,"c":41,"u":"lunar%20empowerment_sorcerer_phb_lunar_dsotdq_14_dsotdq","p":35,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 14; Lunar Empowerment","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s13-0"},{"id":10008,"c":41,"u":"lunar%20phenomenon_sorcerer_phb_lunar_dsotdq_18_dsotdq","p":35,"s":"DSotDQ","h":1,"n":"Lunar Sorcerer 18; Lunar Phenomenon","uh":"sorcerer_phb,state:sub-lunar-dsotdq=b1~feature=s17-0"},{"id":10010,"c":41,"u":"draconic%20bloodline_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 1; Draconic Bloodline","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":10012,"c":41,"u":"draconic%20resilience_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 1; Draconic Resilience","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":10014,"c":41,"u":"dragon%20ancestor_sorcerer_phb_draconic_phb_1_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 1; Dragon Ancestor","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s0-0"},{"id":10016,"c":41,"u":"elemental%20affinity_sorcerer_phb_draconic_phb_6_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 6; Elemental Affinity","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s5-0"},{"id":10018,"c":41,"u":"dragon%20wings_sorcerer_phb_draconic_phb_14_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 14; Dragon Wings","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s13-0"},{"id":10020,"c":41,"u":"draconic%20presence_sorcerer_phb_draconic_phb_18_phb","p":102,"s":"PHB","h":1,"r":1,"n":"Draconic Sorcerer 18; Draconic Presence","uh":"sorcerer_phb,state:sub-draconic-phb=b1~feature=s17-0"},{"id":10022,"c":41,"u":"wild%20magic_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 1; Wild Magic","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":10024,"c":41,"u":"tides%20of%20chaos_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 1; Tides of Chaos","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":10026,"c":41,"u":"wild%20magic%20surge_sorcerer_phb_wild_phb_1_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 1; Wild Magic Surge","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s0-0"},{"id":10028,"c":41,"u":"bend%20luck_sorcerer_phb_wild_phb_6_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 6; Bend Luck","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s5-0"},{"id":10030,"c":41,"u":"controlled%20chaos_sorcerer_phb_wild_phb_14_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 14; Controlled Chaos","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s13-0"},{"id":10032,"c":41,"u":"spell%20bombardment_sorcerer_phb_wild_phb_18_phb","p":103,"s":"PHB","h":1,"n":"Wild Sorcerer 18; Spell Bombardment","uh":"sorcerer_phb,state:sub-wild-phb=b1~feature=s17-0"},{"id":10034,"c":41,"u":"pyromancer%20(psk)_sorcerer_phb_pyromancer%20(psk)_psk_1_psk","p":9,"s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 1; Pyromancer (PSK)","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s0-0"},{"id":10036,"c":41,"u":"heart%20of%20fire_sorcerer_phb_pyromancer%20(psk)_psk_1_psk","p":9,"s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 1; Heart of Fire","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s0-0"},{"id":10038,"c":41,"u":"fire%20in%20the%20veins_sorcerer_phb_pyromancer%20(psk)_psk_6_psk","p":9,"s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 6; Fire in the Veins","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s5-0"},{"id":10040,"c":41,"u":"pyromancer's%20fury_sorcerer_phb_pyromancer%20(psk)_psk_14_psk","p":9,"s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 14; Pyromancer's Fury","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s13-0"},{"id":10042,"c":41,"u":"fiery%20soul_sorcerer_phb_pyromancer%20(psk)_psk_18_psk","p":9,"s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 18; Fiery Soul","uh":"sorcerer_phb,state:sub-pyromancer-psk-psk=b1~feature=s17-0"},{"id":10044,"c":41,"u":"aberrant%20mind_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 1; Aberrant Mind","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":10046,"c":41,"u":"psionic%20spells_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 1; Psionic Spells","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":10048,"c":41,"u":"telepathic%20speech_sorcerer_phb_aberrant%20mind_tce_1_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 1; Telepathic Speech","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s0-0"},{"id":10050,"c":41,"u":"psionic%20sorcery_sorcerer_phb_aberrant%20mind_tce_6_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 6; Psionic Sorcery","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s5-0"},{"id":10052,"c":41,"u":"psychic%20defenses_sorcerer_phb_aberrant%20mind_tce_6_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 6; Psychic Defenses","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s5-0"},{"id":10054,"c":41,"u":"revelation%20in%20flesh_sorcerer_phb_aberrant%20mind_tce_14_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 14; Revelation in Flesh","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s13-0"},{"id":10056,"c":41,"u":"warping%20implosion_sorcerer_phb_aberrant%20mind_tce_18_tce","p":66,"s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 18; Warping Implosion","uh":"sorcerer_phb,state:sub-aberrant-mind-tce=b1~feature=s17-0"},{"id":10058,"c":41,"u":"clockwork%20soul_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 1; Clockwork Soul","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":10060,"c":41,"u":"clockwork%20magic_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 1; Clockwork Magic","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":10062,"c":41,"u":"restore%20balance_sorcerer_phb_clockwork%20soul_tce_1_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 1; Restore Balance","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s0-0"},{"id":10064,"c":41,"u":"bastion%20of%20law_sorcerer_phb_clockwork%20soul_tce_6_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 6; Bastion of Law","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s5-0"},{"id":10066,"c":41,"u":"trance%20of%20order_sorcerer_phb_clockwork%20soul_tce_14_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 14; Trance of Order","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s13-0"},{"id":10068,"c":41,"u":"clockwork%20cavalcade_sorcerer_phb_clockwork%20soul_tce_18_tce","p":68,"s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 18; Clockwork Cavalcade","uh":"sorcerer_phb,state:sub-clockwork-soul-tce=b1~feature=s17-0"},{"id":10070,"c":41,"u":"runechild_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":176,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 1; Runechild","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":10072,"c":41,"u":"essence%20runes_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 1; Essence Runes","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":10074,"c":41,"u":"glyph%20of%20aegis_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 1; Glyph of Aegis","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":10076,"c":41,"u":"runic%20magic_sorcerer_phb_runechild_tdcsr_1_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 1; Runic Magic","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s0-0"},{"id":10078,"c":41,"u":"glyph%20of%20aegis%20(6th%20level)_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 6; Glyph of Aegis (6th Level)","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":10080,"c":41,"u":"manifest%20inscriptions_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 6; Manifest Inscriptions","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":10082,"c":41,"u":"sigilic%20augmentation_sorcerer_phb_runechild_tdcsr_6_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 6; Sigilic Augmentation","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s5-0"},{"id":10084,"c":41,"u":"glyph%20of%20aegis%20(14th%20level)_sorcerer_phb_runechild_tdcsr_14_tdcsr","p":177,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 14; Glyph of Aegis (14th Level)","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s13-0"},{"id":10086,"c":41,"u":"runic%20torrent_sorcerer_phb_runechild_tdcsr_14_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 14; Runic Torrent","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s13-0"},{"id":10088,"c":41,"u":"arcane%20exemplar_sorcerer_phb_runechild_tdcsr_18_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 18; Arcane Exemplar","uh":"sorcerer_phb,state:sub-runechild-tdcsr=b1~feature=s17-0"},{"id":10090,"c":41,"u":"divine%20soul_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 1; Divine Soul","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":10092,"c":41,"u":"divine%20magic_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 1; Divine Magic","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":10094,"c":41,"u":"favored%20by%20the%20gods_sorcerer_phb_divine%20soul_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 1; Favored by the Gods","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s0-0"},{"id":10096,"c":41,"u":"empowered%20healing_sorcerer_phb_divine%20soul_xge_6_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 6; Empowered Healing","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s5-0"},{"id":10098,"c":41,"u":"otherworldly%20wings_sorcerer_phb_divine%20soul_xge_14_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 14; Otherworldly Wings","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s13-0"},{"id":10100,"c":41,"u":"unearthly%20recovery_sorcerer_phb_divine%20soul_xge_18_xge","p":50,"s":"XGE","h":1,"n":"Divine Soul Sorcerer 18; Unearthly Recovery","uh":"sorcerer_phb,state:sub-divine-soul-xge=b1~feature=s17-0"},{"id":10102,"c":41,"u":"shadow%20magic_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 1; Shadow Magic","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":10104,"c":41,"u":"eyes%20of%20the%20dark_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 1; Eyes of the Dark","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":10106,"c":41,"u":"strength%20of%20the%20grave_sorcerer_phb_shadow_xge_1_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 1; Strength of the Grave","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s0-0"},{"id":10108,"c":41,"u":"hound%20of%20ill%20omen_sorcerer_phb_shadow_xge_6_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 6; Hound of Ill Omen","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s5-0"},{"id":10110,"c":41,"u":"shadow%20walk_sorcerer_phb_shadow_xge_14_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 14; Shadow Walk","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s13-0"},{"id":10112,"c":41,"u":"umbral%20form_sorcerer_phb_shadow_xge_18_xge","p":50,"s":"XGE","h":1,"n":"Shadow Sorcerer 18; Umbral Form","uh":"sorcerer_phb,state:sub-shadow-xge=b1~feature=s17-0"},{"id":10114,"c":41,"u":"storm%20sorcery_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 1; Storm Sorcery","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":10116,"c":41,"u":"tempestuous%20magic_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 1; Tempestuous Magic","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":10118,"c":41,"u":"wind%20speaker_sorcerer_phb_storm_xge_1_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 1; Wind Speaker","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s0-0"},{"id":10120,"c":41,"u":"heart%20of%20the%20storm_sorcerer_phb_storm_xge_6_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 6; Heart of the Storm","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s5-0"},{"id":10122,"c":41,"u":"storm%20guide_sorcerer_phb_storm_xge_6_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 6; Storm Guide","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s5-0"},{"id":10124,"c":41,"u":"storm's%20fury_sorcerer_phb_storm_xge_14_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 14; Storm's Fury","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s13-0"},{"id":10126,"c":41,"u":"wind%20soul_sorcerer_phb_storm_xge_18_xge","p":51,"s":"XGE","h":1,"n":"Storm Sorcerer 18; Wind Soul","uh":"sorcerer_phb,state:sub-storm-xge=b1~feature=s17-0"},{"id":10128,"c":41,"u":"lunar%20sorcery_sorcerer_xphb_lunar_dsotdq_3_dsotdq","s":"DSotDQ","h":1,"n":"Lunar Sorcerer 3; Lunar Sorcery","uh":"sorcerer_xphb,state:sub-lunar-dsotdq=b1~feature=s2-0"},{"id":10130,"c":41,"u":"draconic%20bloodline_sorcerer_xphb_draconic_phb_3_phb","s":"PHB","h":1,"n":"Draconic Sorcerer 3; Draconic Bloodline","uh":"sorcerer_xphb,state:sub-draconic-phb=b1~feature=s2-0"},{"id":10132,"c":41,"u":"wild%20magic_sorcerer_xphb_wild_phb_3_phb","s":"PHB","h":1,"n":"Wild Sorcerer 3; Wild Magic","uh":"sorcerer_xphb,state:sub-wild-phb=b1~feature=s2-0"},{"id":10134,"c":41,"u":"pyromancer%20(psk)_sorcerer_xphb_pyromancer%20(psk)_psk_3_psk","s":"PSK","h":1,"n":"Pyromancer (PSK) Sorcerer 3; Pyromancer (PSK)","uh":"sorcerer_xphb,state:sub-pyromancer-psk-psk=b1~feature=s2-0"},{"id":10136,"c":41,"u":"aberrant%20mind_sorcerer_xphb_aberrant%20mind_tce_3_tce","s":"TCE","h":1,"n":"Aberrant Mind Sorcerer 3; Aberrant Mind","uh":"sorcerer_xphb,state:sub-aberrant-mind-tce=b1~feature=s2-0"},{"id":10138,"c":41,"u":"clockwork%20soul_sorcerer_xphb_clockwork%20soul_tce_3_tce","s":"TCE","h":1,"n":"Clockwork Soul Sorcerer 3; Clockwork Soul","uh":"sorcerer_xphb,state:sub-clockwork-soul-tce=b1~feature=s2-0"},{"id":10140,"c":41,"u":"runechild_sorcerer_xphb_runechild_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Runechild Sorcerer 3; Runechild","uh":"sorcerer_xphb,state:sub-runechild-tdcsr=b1~feature=s2-0"},{"id":10142,"c":41,"u":"divine%20soul_sorcerer_xphb_divine%20soul_xge_3_xge","s":"XGE","h":1,"n":"Divine Soul Sorcerer 3; Divine Soul","uh":"sorcerer_xphb,state:sub-divine-soul-xge=b1~feature=s2-0"},{"id":10144,"c":41,"u":"shadow%20magic_sorcerer_xphb_shadow_xge_3_xge","s":"XGE","h":1,"n":"Shadow Sorcerer 3; Shadow Magic","uh":"sorcerer_xphb,state:sub-shadow-xge=b1~feature=s2-0"},{"id":10146,"c":41,"u":"storm%20sorcery_sorcerer_xphb_storm_xge_3_xge","s":"XGE","h":1,"n":"Storm Sorcerer 3; Storm Sorcery","uh":"sorcerer_xphb,state:sub-storm-xge=b1~feature=s2-0"},{"id":10148,"c":41,"u":"aberrant%20sorcery_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 3; Aberrant Sorcery","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10150,"c":41,"u":"psionic%20spells_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 3; Psionic Spells","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10152,"c":41,"u":"telepathic%20speech_sorcerer_xphb_aberrant_xphb_3_xphb","p":145,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 3; Telepathic Speech","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s2-0"},{"id":10154,"c":41,"u":"psionic%20sorcery_sorcerer_xphb_aberrant_xphb_6_xphb","p":146,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 6; Psionic Sorcery","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s5-0"},{"id":10156,"c":41,"u":"psychic%20defenses_sorcerer_xphb_aberrant_xphb_6_xphb","p":146,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 6; Psychic Defenses","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s5-0"},{"id":10158,"c":41,"u":"revelation%20in%20flesh_sorcerer_xphb_aberrant_xphb_14_xphb","p":146,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 14; Revelation in Flesh","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s13-0"},{"id":10160,"c":41,"u":"warping%20implosion_sorcerer_xphb_aberrant_xphb_18_xphb","p":146,"s":"XPHB","h":1,"n":"Aberrant Sorcerer 18; Warping Implosion","uh":"sorcerer_xphb,state:sub-aberrant-xphb=b1~feature=s17-0"},{"id":10162,"c":41,"u":"clockwork%20sorcery_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 3; Clockwork Sorcery","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10164,"c":41,"u":"clockwork%20spells_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 3; Clockwork Spells","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10166,"c":41,"u":"restore%20balance_sorcerer_xphb_clockwork_xphb_3_xphb","p":146,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 3; Restore Balance","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s2-0"},{"id":10168,"c":41,"u":"bastion%20of%20law_sorcerer_xphb_clockwork_xphb_6_xphb","p":147,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 6; Bastion of Law","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s5-0"},{"id":10170,"c":41,"u":"trance%20of%20order_sorcerer_xphb_clockwork_xphb_14_xphb","p":147,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 14; Trance of Order","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s13-0"},{"id":10172,"c":41,"u":"clockwork%20cavalcade_sorcerer_xphb_clockwork_xphb_18_xphb","p":147,"s":"XPHB","h":1,"n":"Clockwork Sorcerer 18; Clockwork Cavalcade","uh":"sorcerer_xphb,state:sub-clockwork-xphb=b1~feature=s17-0"},{"id":10174,"c":41,"u":"draconic%20sorcery_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 3; Draconic Sorcery","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10176,"c":41,"u":"draconic%20spells_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 3; Draconic Spells","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10178,"c":41,"u":"draconic%20resilience_sorcerer_xphb_draconic_xphb_3_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 3; Draconic Resilience","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s2-0"},{"id":10180,"c":41,"u":"elemental%20affinity_sorcerer_xphb_draconic_xphb_6_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 6; Elemental Affinity","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s5-0"},{"id":10182,"c":41,"u":"dragon%20wings_sorcerer_xphb_draconic_xphb_14_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 14; Dragon Wings","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s13-0"},{"id":10184,"c":41,"u":"dragon%20companion_sorcerer_xphb_draconic_xphb_18_xphb","p":148,"s":"XPHB","h":1,"n":"Draconic Sorcerer 18; Dragon Companion","uh":"sorcerer_xphb,state:sub-draconic-xphb=b1~feature=s17-0"},{"id":10186,"c":41,"u":"wild%20magic%20sorcery_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 3; Wild Magic Sorcery","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10188,"c":41,"u":"tides%20of%20chaos_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 3; Tides of Chaos","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10190,"c":41,"u":"wild%20magic%20surge_sorcerer_xphb_wild%20magic_xphb_3_xphb","p":149,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 3; Wild Magic Surge","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s2-0"},{"id":10192,"c":41,"u":"bend%20luck_sorcerer_xphb_wild%20magic_xphb_6_xphb","p":149,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 6; Bend Luck","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s5-0"},{"id":10194,"c":41,"u":"controlled%20chaos_sorcerer_xphb_wild%20magic_xphb_14_xphb","p":149,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 14; Controlled Chaos","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s13-0"},{"id":10196,"c":41,"u":"tamed%20surge_sorcerer_xphb_wild%20magic_xphb_18_xphb","p":150,"s":"XPHB","h":1,"n":"Wild Magic Sorcerer 18; Tamed Surge","uh":"sorcerer_xphb,state:sub-wild-magic-xphb=b1~feature=s17-0"},{"id":10198,"c":41,"u":"the%20archfey_warlock_phb_archfey_phb_1_phb","p":108,"s":"PHB","h":1,"n":"Archfey Warlock 1; The Archfey","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s0-0"},{"id":10200,"c":41,"u":"fey%20presence_warlock_phb_archfey_phb_1_phb","p":108,"s":"PHB","h":1,"n":"Archfey Warlock 1; Fey Presence","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s0-0"},{"id":10202,"c":41,"u":"misty%20escape_warlock_phb_archfey_phb_6_phb","p":108,"s":"PHB","h":1,"n":"Archfey Warlock 6; Misty Escape","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s5-0"},{"id":10204,"c":41,"u":"beguiling%20defenses_warlock_phb_archfey_phb_10_phb","p":108,"s":"PHB","h":1,"n":"Archfey Warlock 10; Beguiling Defenses","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s9-0"},{"id":10206,"c":41,"u":"dark%20delirium_warlock_phb_archfey_phb_14_phb","p":108,"s":"PHB","h":1,"n":"Archfey Warlock 14; Dark Delirium","uh":"warlock_phb,state:sub-archfey-phb=b1~feature=s13-0"},{"id":10208,"c":41,"u":"the%20fiend_warlock_phb_fiend_phb_1_phb","p":109,"s":"PHB","h":1,"r":1,"n":"Fiend Warlock 1; The Fiend","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s0-0"},{"id":10210,"c":41,"u":"dark%20one's%20blessing_warlock_phb_fiend_phb_1_phb","p":109,"s":"PHB","h":1,"r":1,"n":"Fiend Warlock 1; Dark One's Blessing","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s0-0"},{"id":10212,"c":41,"u":"dark%20one's%20own%20luck_warlock_phb_fiend_phb_6_phb","p":109,"s":"PHB","h":1,"r":1,"n":"Fiend Warlock 6; Dark One's Own Luck","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s5-0"},{"id":10214,"c":41,"u":"fiendish%20resilience_warlock_phb_fiend_phb_10_phb","p":109,"s":"PHB","h":1,"r":1,"n":"Fiend Warlock 10; Fiendish Resilience","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s9-0"},{"id":10216,"c":41,"u":"hurl%20through%20hell_warlock_phb_fiend_phb_14_phb","p":109,"s":"PHB","h":1,"r":1,"n":"Fiend Warlock 14; Hurl Through Hell","uh":"warlock_phb,state:sub-fiend-phb=b1~feature=s13-0"},{"id":10218,"c":41,"u":"the%20great%20old%20one_warlock_phb_great%20old%20one_phb_1_phb","p":109,"s":"PHB","h":1,"n":"Great Old One Warlock 1; The Great Old One","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s0-0"},{"id":10220,"c":41,"u":"awakened%20mind_warlock_phb_great%20old%20one_phb_1_phb","p":109,"s":"PHB","h":1,"n":"Great Old One Warlock 1; Awakened Mind","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s0-0"},{"id":10222,"c":41,"u":"entropic%20ward_warlock_phb_great%20old%20one_phb_6_phb","p":109,"s":"PHB","h":1,"n":"Great Old One Warlock 6; Entropic Ward","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s5-0"},{"id":10224,"c":41,"u":"thought%20shield_warlock_phb_great%20old%20one_phb_10_phb","p":109,"s":"PHB","h":1,"n":"Great Old One Warlock 10; Thought Shield","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s9-0"},{"id":10226,"c":41,"u":"create%20thrall_warlock_phb_great%20old%20one_phb_14_phb","p":109,"s":"PHB","h":1,"n":"Great Old One Warlock 14; Create Thrall","uh":"warlock_phb,state:sub-great-old-one-phb=b1~feature=s13-0"},{"id":10228,"c":41,"u":"the%20undying_warlock_phb_undying_scag_1_scag","p":139,"s":"SCAG","h":1,"n":"Undying Warlock 1; The Undying","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s0-0"},{"id":10230,"c":41,"u":"among%20the%20dead_warlock_phb_undying_scag_1_scag","p":139,"s":"SCAG","h":1,"n":"Undying Warlock 1; Among the Dead","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s0-0"},{"id":10232,"c":41,"u":"defy%20death_warlock_phb_undying_scag_6_scag","p":139,"s":"SCAG","h":1,"n":"Undying Warlock 6; Defy Death","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s5-0"},{"id":10234,"c":41,"u":"undying%20nature_warlock_phb_undying_scag_10_scag","p":139,"s":"SCAG","h":1,"n":"Undying Warlock 10; Undying Nature","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s9-0"},{"id":10236,"c":41,"u":"indestructible%20life_warlock_phb_undying_scag_14_scag","p":139,"s":"SCAG","h":1,"n":"Undying Warlock 14; Indestructible Life","uh":"warlock_phb,state:sub-undying-scag=b1~feature=s13-0"},{"id":10238,"c":41,"u":"the%20fathomless_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 1; The Fathomless","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10240,"c":41,"u":"gift%20of%20the%20sea_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 1; Gift of the Sea","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10242,"c":41,"u":"tentacle%20of%20the%20deeps_warlock_phb_fathomless_tce_1_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 1; Tentacle of the Deeps","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s0-0"},{"id":10244,"c":41,"u":"guardian%20coil_warlock_phb_fathomless_tce_6_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 6; Guardian Coil","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s5-0"},{"id":10246,"c":41,"u":"oceanic%20soul_warlock_phb_fathomless_tce_6_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 6; Oceanic Soul","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s5-0"},{"id":10248,"c":41,"u":"grasping%20tentacles_warlock_phb_fathomless_tce_10_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 10; Grasping Tentacles","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s9-0"},{"id":10250,"c":41,"u":"fathomless%20plunge_warlock_phb_fathomless_tce_14_tce","p":72,"s":"TCE","h":1,"n":"Fathomless Warlock 14; Fathomless Plunge","uh":"warlock_phb,state:sub-fathomless-tce=b1~feature=s13-0"},{"id":10252,"c":41,"u":"bottled%20respite_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 1; Bottled Respite","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10254,"c":41,"u":"genie's%20wrath_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 1; Genie's Wrath","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10256,"c":41,"u":"the%20genie_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 1; The Genie","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10258,"c":41,"u":"genie's%20vessel_warlock_phb_genie_tce_1_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 1; Genie's Vessel","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s0-0"},{"id":10260,"c":41,"u":"elemental%20gift_warlock_phb_genie_tce_6_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 6; Elemental Gift","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s5-0"},{"id":10262,"c":41,"u":"sanctuary%20vessel_warlock_phb_genie_tce_10_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 10; Sanctuary Vessel","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s9-0"},{"id":10264,"c":41,"u":"limited%20wish_warlock_phb_genie_tce_14_tce","p":73,"s":"TCE","h":1,"n":"Genie Warlock 14; Limited Wish","uh":"warlock_phb,state:sub-genie-tce=b1~feature=s13-0"},{"id":10266,"c":41,"u":"the%20undead_warlock_phb_undead_vrgr_1_vrgr","p":30,"s":"VRGR","h":1,"n":"Undead Warlock 1; The Undead","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s0-0"},{"id":10268,"c":41,"u":"form%20of%20dread_warlock_phb_undead_vrgr_1_vrgr","p":30,"s":"VRGR","h":1,"n":"Undead Warlock 1; Form of Dread","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s0-0"},{"id":10270,"c":41,"u":"grave%20touched_warlock_phb_undead_vrgr_6_vrgr","p":30,"s":"VRGR","h":1,"n":"Undead Warlock 6; Grave Touched","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s5-0"},{"id":10272,"c":41,"u":"necrotic%20husk_warlock_phb_undead_vrgr_10_vrgr","p":30,"s":"VRGR","h":1,"n":"Undead Warlock 10; Necrotic Husk","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s9-0"},{"id":10274,"c":41,"u":"spirit%20projection_warlock_phb_undead_vrgr_14_vrgr","p":30,"s":"VRGR","h":1,"n":"Undead Warlock 14; Spirit Projection","uh":"warlock_phb,state:sub-undead-vrgr=b1~feature=s13-0"},{"id":10276,"c":41,"u":"the%20celestial_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 1; The Celestial","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10278,"c":41,"u":"bonus%20cantrips_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 1; Bonus Cantrips","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10280,"c":41,"u":"healing%20light_warlock_phb_celestial_xge_1_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 1; Healing Light","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s0-0"},{"id":10282,"c":41,"u":"radiant%20soul_warlock_phb_celestial_xge_6_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 6; Radiant Soul","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s5-0"},{"id":10284,"c":41,"u":"celestial%20resilience_warlock_phb_celestial_xge_10_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 10; Celestial Resilience","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s9-0"},{"id":10286,"c":41,"u":"searing%20vengeance_warlock_phb_celestial_xge_14_xge","p":54,"s":"XGE","h":1,"n":"Celestial Warlock 14; Searing Vengeance","uh":"warlock_phb,state:sub-celestial-xge=b1~feature=s13-0"},{"id":10288,"c":41,"u":"the%20hexblade_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 1; The Hexblade","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10290,"c":41,"u":"hex%20warrior_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 1; Hex Warrior","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10292,"c":41,"u":"hexblade's%20curse_warlock_phb_hexblade_xge_1_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 1; Hexblade's Curse","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s0-0"},{"id":10294,"c":41,"u":"accursed%20specter_warlock_phb_hexblade_xge_6_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 6; Accursed Specter","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s5-0"},{"id":10296,"c":41,"u":"armor%20of%20hexes_warlock_phb_hexblade_xge_10_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 10; Armor of Hexes","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s9-0"},{"id":10298,"c":41,"u":"master%20of%20hexes_warlock_phb_hexblade_xge_14_xge","p":55,"s":"XGE","h":1,"n":"Hexblade Warlock 14; Master of Hexes","uh":"warlock_phb,state:sub-hexblade-xge=b1~feature=s13-0"},{"id":10300,"c":41,"u":"the%20archfey_warlock_xphb_archfey_phb_3_phb","s":"PHB","h":1,"n":"Archfey Warlock 3; The Archfey","uh":"warlock_xphb,state:sub-archfey-phb=b1~feature=s2-0"},{"id":10302,"c":41,"u":"the%20fiend_warlock_xphb_fiend_phb_3_phb","s":"PHB","h":1,"n":"Fiend Warlock 3; The Fiend","uh":"warlock_xphb,state:sub-fiend-phb=b1~feature=s2-0"},{"id":10304,"c":41,"u":"the%20great%20old%20one_warlock_xphb_great%20old%20one_phb_3_phb","s":"PHB","h":1,"n":"Great Old One Warlock 3; The Great Old One","uh":"warlock_xphb,state:sub-great-old-one-phb=b1~feature=s2-0"},{"id":10306,"c":41,"u":"the%20undying_warlock_xphb_undying_scag_3_scag","s":"SCAG","h":1,"n":"Undying Warlock 3; The Undying","uh":"warlock_xphb,state:sub-undying-scag=b1~feature=s2-0"},{"id":10308,"c":41,"u":"the%20fathomless_warlock_xphb_fathomless_tce_3_tce","s":"TCE","h":1,"n":"Fathomless Warlock 3; The Fathomless","uh":"warlock_xphb,state:sub-fathomless-tce=b1~feature=s2-0"},{"id":10310,"c":41,"u":"the%20genie_warlock_xphb_genie_tce_3_tce","s":"TCE","h":1,"n":"Genie Warlock 3; The Genie","uh":"warlock_xphb,state:sub-genie-tce=b1~feature=s2-0"},{"id":10312,"c":41,"u":"the%20undead_warlock_xphb_undead_vrgr_3_vrgr","s":"VRGR","h":1,"n":"Undead Warlock 3; The Undead","uh":"warlock_xphb,state:sub-undead-vrgr=b1~feature=s2-0"},{"id":10314,"c":41,"u":"the%20celestial_warlock_xphb_celestial_xge_3_xge","s":"XGE","h":1,"n":"Celestial Warlock 3; The Celestial","uh":"warlock_xphb,state:sub-celestial-xge=b1~feature=s2-0"},{"id":10316,"c":41,"u":"the%20hexblade_warlock_xphb_hexblade_xge_3_xge","s":"XGE","h":1,"n":"Hexblade Warlock 3; The Hexblade","uh":"warlock_xphb,state:sub-hexblade-xge=b1~feature=s2-0"},{"id":10318,"c":41,"u":"archfey%20patron_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"n":"Archfey Warlock 3; Archfey Patron","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10320,"c":41,"u":"archfey%20spells_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"n":"Archfey Warlock 3; Archfey Spells","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10322,"c":41,"u":"steps%20of%20the%20fey_warlock_xphb_archfey_xphb_3_xphb","p":159,"s":"XPHB","h":1,"n":"Archfey Warlock 3; Steps of the Fey","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s2-0"},{"id":10324,"c":41,"u":"misty%20escape_warlock_xphb_archfey_xphb_6_xphb","p":159,"s":"XPHB","h":1,"n":"Archfey Warlock 6; Misty Escape","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s5-0"},{"id":10326,"c":41,"u":"beguiling%20defenses_warlock_xphb_archfey_xphb_10_xphb","p":159,"s":"XPHB","h":1,"n":"Archfey Warlock 10; Beguiling Defenses","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s9-0"},{"id":10328,"c":41,"u":"bewitching%20magic_warlock_xphb_archfey_xphb_14_xphb","p":160,"s":"XPHB","h":1,"n":"Archfey Warlock 14; Bewitching Magic","uh":"warlock_xphb,state:sub-archfey-xphb=b1~feature=s13-0"},{"id":10330,"c":41,"u":"celestial%20patron_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"n":"Celestial Warlock 3; Celestial Patron","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10332,"c":41,"u":"celestial%20spells_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"n":"Celestial Warlock 3; Celestial Spells","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10334,"c":41,"u":"healing%20light_warlock_xphb_celestial_xphb_3_xphb","p":160,"s":"XPHB","h":1,"n":"Celestial Warlock 3; Healing Light","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s2-0"},{"id":10336,"c":41,"u":"radiant%20soul_warlock_xphb_celestial_xphb_6_xphb","p":160,"s":"XPHB","h":1,"n":"Celestial Warlock 6; Radiant Soul","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s5-0"},{"id":10338,"c":41,"u":"celestial%20resilience_warlock_xphb_celestial_xphb_10_xphb","p":161,"s":"XPHB","h":1,"n":"Celestial Warlock 10; Celestial Resilience","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s9-0"},{"id":10340,"c":41,"u":"searing%20vengeance_warlock_xphb_celestial_xphb_14_xphb","p":161,"s":"XPHB","h":1,"n":"Celestial Warlock 14; Searing Vengeance","uh":"warlock_xphb,state:sub-celestial-xphb=b1~feature=s13-0"},{"id":10342,"c":41,"u":"fiend%20patron_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"n":"Fiend Warlock 3; Fiend Patron","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10344,"c":41,"u":"dark%20one's%20blessing_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"n":"Fiend Warlock 3; Dark One's Blessing","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10346,"c":41,"u":"fiend%20spells_warlock_xphb_fiend_xphb_3_xphb","p":161,"s":"XPHB","h":1,"n":"Fiend Warlock 3; Fiend Spells","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s2-0"},{"id":10348,"c":41,"u":"dark%20one's%20own%20luck_warlock_xphb_fiend_xphb_6_xphb","p":162,"s":"XPHB","h":1,"n":"Fiend Warlock 6; Dark One's Own Luck","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s5-0"},{"id":10350,"c":41,"u":"fiendish%20resilience_warlock_xphb_fiend_xphb_10_xphb","p":162,"s":"XPHB","h":1,"n":"Fiend Warlock 10; Fiendish Resilience","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s9-0"},{"id":10352,"c":41,"u":"hurl%20through%20hell_warlock_xphb_fiend_xphb_14_xphb","p":162,"s":"XPHB","h":1,"n":"Fiend Warlock 14; Hurl Through Hell","uh":"warlock_xphb,state:sub-fiend-xphb=b1~feature=s13-0"},{"id":10354,"c":41,"u":"great%20old%20one%20patron_warlock_xphb_great%20old%20one_xphb_3_xphb","p":162,"s":"XPHB","h":1,"n":"Great Old One Warlock 3; Great Old One Patron","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10356,"c":41,"u":"awakened%20mind_warlock_xphb_great%20old%20one_xphb_3_xphb","p":162,"s":"XPHB","h":1,"n":"Great Old One Warlock 3; Awakened Mind","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10358,"c":41,"u":"great%20old%20one%20spells_warlock_xphb_great%20old%20one_xphb_3_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 3; Great Old One Spells","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10360,"c":41,"u":"psychic%20spells_warlock_xphb_great%20old%20one_xphb_3_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 3; Psychic Spells","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s2-0"},{"id":10362,"c":41,"u":"clairvoyant%20combatant_warlock_xphb_great%20old%20one_xphb_6_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 6; Clairvoyant Combatant","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s5-0"},{"id":10364,"c":41,"u":"eldritch%20hex_warlock_xphb_great%20old%20one_xphb_10_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 10; Eldritch Hex","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s9-0"},{"id":10366,"c":41,"u":"thought%20shield_warlock_xphb_great%20old%20one_xphb_10_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 10; Thought Shield","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s9-0"},{"id":10368,"c":41,"u":"create%20thrall_warlock_xphb_great%20old%20one_xphb_14_xphb","p":163,"s":"XPHB","h":1,"n":"Great Old One Warlock 14; Create Thrall","uh":"warlock_xphb,state:sub-great-old-one-xphb=b1~feature=s13-0"},{"id":10370,"c":41,"u":"chronurgy%20magic_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 2; Chronurgy Magic","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10372,"c":41,"u":"chronal%20shift_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 2; Chronal Shift","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10374,"c":41,"u":"temporal%20awareness_wizard_phb_chronurgy_egw_2_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 2; Temporal Awareness","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s1-0"},{"id":10376,"c":41,"u":"momentary%20stasis_wizard_phb_chronurgy_egw_6_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 6; Momentary Stasis","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s5-0"},{"id":10378,"c":41,"u":"arcane%20abeyance_wizard_phb_chronurgy_egw_10_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 10; Arcane Abeyance","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s9-0"},{"id":10380,"c":41,"u":"convergent%20future_wizard_phb_chronurgy_egw_14_egw","p":184,"s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 14; Convergent Future","uh":"wizard_phb,state:sub-chronurgy-egw=b1~feature=s13-0"},{"id":10382,"c":41,"u":"graviturgy%20magic_wizard_phb_graviturgy_egw_2_egw","p":185,"s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 2; Graviturgy Magic","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s1-0"},{"id":10384,"c":41,"u":"adjust%20density_wizard_phb_graviturgy_egw_2_egw","p":185,"s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 2; Adjust Density","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s1-0"},{"id":10386,"c":41,"u":"gravity%20well_wizard_phb_graviturgy_egw_6_egw","p":185,"s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 6; Gravity Well","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s5-0"},{"id":10388,"c":41,"u":"violent%20attraction_wizard_phb_graviturgy_egw_10_egw","p":185,"s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 10; Violent Attraction","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s9-0"},{"id":10390,"c":41,"u":"event%20horizon_wizard_phb_graviturgy_egw_14_egw","p":185,"s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 14; Event Horizon","uh":"wizard_phb,state:sub-graviturgy-egw=b1~feature=s13-0"},{"id":10392,"c":41,"u":"school%20of%20abjuration_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 2; School of Abjuration","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10394,"c":41,"u":"abjuration%20savant_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 2; Abjuration Savant","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10396,"c":41,"u":"arcane%20ward_wizard_phb_abjuration_phb_2_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 2; Arcane Ward","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s1-0"},{"id":10398,"c":41,"u":"projected%20ward_wizard_phb_abjuration_phb_6_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 6; Projected Ward","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s5-0"},{"id":10400,"c":41,"u":"improved%20abjuration_wizard_phb_abjuration_phb_10_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 10; Improved Abjuration","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s9-0"},{"id":10402,"c":41,"u":"spell%20resistance_wizard_phb_abjuration_phb_14_phb","p":115,"s":"PHB","h":1,"n":"Abjuration Wizard 14; Spell Resistance","uh":"wizard_phb,state:sub-abjuration-phb=b1~feature=s13-0"},{"id":10404,"c":41,"u":"school%20of%20conjuration_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 2; School of Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10406,"c":41,"u":"conjuration%20savant_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 2; Conjuration Savant","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10408,"c":41,"u":"minor%20conjuration_wizard_phb_conjuration_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 2; Minor Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s1-0"},{"id":10410,"c":41,"u":"benign%20transposition_wizard_phb_conjuration_phb_6_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 6; Benign Transposition","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s5-0"},{"id":10412,"c":41,"u":"focused%20conjuration_wizard_phb_conjuration_phb_10_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 10; Focused Conjuration","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s9-0"},{"id":10414,"c":41,"u":"durable%20summons_wizard_phb_conjuration_phb_14_phb","p":116,"s":"PHB","h":1,"n":"Conjuration Wizard 14; Durable Summons","uh":"wizard_phb,state:sub-conjuration-phb=b1~feature=s13-0"},{"id":10416,"c":41,"u":"school%20of%20divination_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 2; School of Divination","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10418,"c":41,"u":"divination%20savant_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 2; Divination Savant","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10420,"c":41,"u":"portent_wizard_phb_divination_phb_2_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 2; Portent","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s1-0"},{"id":10422,"c":41,"u":"expert%20divination_wizard_phb_divination_phb_6_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 6; Expert Divination","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s5-0"},{"id":10424,"c":41,"u":"the%20third%20eye_wizard_phb_divination_phb_10_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 10; The Third Eye","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s9-0"},{"id":10426,"c":41,"u":"greater%20portent_wizard_phb_divination_phb_14_phb","p":116,"s":"PHB","h":1,"n":"Divination Wizard 14; Greater Portent","uh":"wizard_phb,state:sub-divination-phb=b1~feature=s13-0"},{"id":10428,"c":41,"u":"school%20of%20enchantment_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 2; School of Enchantment","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10430,"c":41,"u":"enchantment%20savant_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 2; Enchantment Savant","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10432,"c":41,"u":"hypnotic%20gaze_wizard_phb_enchantment_phb_2_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 2; Hypnotic Gaze","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s1-0"},{"id":10434,"c":41,"u":"instinctive%20charm_wizard_phb_enchantment_phb_6_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 6; Instinctive Charm","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s5-0"},{"id":10436,"c":41,"u":"split%20enchantment_wizard_phb_enchantment_phb_10_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 10; Split Enchantment","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s9-0"},{"id":10438,"c":41,"u":"alter%20memories_wizard_phb_enchantment_phb_14_phb","p":117,"s":"PHB","h":1,"n":"Enchantment Wizard 14; Alter Memories","uh":"wizard_phb,state:sub-enchantment-phb=b1~feature=s13-0"},{"id":10440,"c":41,"u":"school%20of%20evocation_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 2; School of Evocation","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10442,"c":41,"u":"evocation%20savant_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 2; Evocation Savant","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10444,"c":41,"u":"sculpt%20spells_wizard_phb_evocation_phb_2_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 2; Sculpt Spells","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s1-0"},{"id":10446,"c":41,"u":"potent%20cantrip_wizard_phb_evocation_phb_6_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 6; Potent Cantrip","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s5-0"},{"id":10448,"c":41,"u":"empowered%20evocation_wizard_phb_evocation_phb_10_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 10; Empowered Evocation","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s9-0"},{"id":10450,"c":41,"u":"overchannel_wizard_phb_evocation_phb_14_phb","p":117,"s":"PHB","h":1,"r":1,"n":"Evocation Wizard 14; Overchannel","uh":"wizard_phb,state:sub-evocation-phb=b1~feature=s13-0"},{"id":10452,"c":41,"u":"school%20of%20illusion_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 2; School of Illusion","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10454,"c":41,"u":"illusion%20savant_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 2; Illusion Savant","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10456,"c":41,"u":"improved%20minor%20illusion_wizard_phb_illusion_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 2; Improved Minor Illusion","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s1-0"},{"id":10458,"c":41,"u":"malleable%20illusions_wizard_phb_illusion_phb_6_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 6; Malleable Illusions","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s5-0"},{"id":10460,"c":41,"u":"illusory%20self_wizard_phb_illusion_phb_10_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 10; Illusory Self","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s9-0"},{"id":10462,"c":41,"u":"illusory%20reality_wizard_phb_illusion_phb_14_phb","p":118,"s":"PHB","h":1,"n":"Illusion Wizard 14; Illusory Reality","uh":"wizard_phb,state:sub-illusion-phb=b1~feature=s13-0"},{"id":10464,"c":41,"u":"school%20of%20necromancy_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 2; School of Necromancy","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10466,"c":41,"u":"grim%20harvest_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 2; Grim Harvest","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10468,"c":41,"u":"necromancy%20savant_wizard_phb_necromancy_phb_2_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 2; Necromancy Savant","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s1-0"},{"id":10470,"c":41,"u":"undead%20thralls_wizard_phb_necromancy_phb_6_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 6; Undead Thralls","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s5-0"},{"id":10472,"c":41,"u":"inured%20to%20undeath_wizard_phb_necromancy_phb_10_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 10; Inured to Undeath","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s9-0"},{"id":10474,"c":41,"u":"command%20undead_wizard_phb_necromancy_phb_14_phb","p":118,"s":"PHB","h":1,"n":"Necromancy Wizard 14; Command Undead","uh":"wizard_phb,state:sub-necromancy-phb=b1~feature=s13-0"},{"id":10476,"c":41,"u":"school%20of%20transmutation_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 2; School of Transmutation","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10478,"c":41,"u":"minor%20alchemy_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 2; Minor Alchemy","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10480,"c":41,"u":"transmutation%20savant_wizard_phb_transmutation_phb_2_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 2; Transmutation Savant","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s1-0"},{"id":10482,"c":41,"u":"transmuter's%20stone_wizard_phb_transmutation_phb_6_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 6; Transmuter's Stone","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s5-0"},{"id":10484,"c":41,"u":"shapechanger_wizard_phb_transmutation_phb_10_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 10; Shapechanger","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s9-0"},{"id":10486,"c":41,"u":"master%20transmuter_wizard_phb_transmutation_phb_14_phb","p":119,"s":"PHB","h":1,"n":"Transmutation Wizard 14; Master Transmuter","uh":"wizard_phb,state:sub-transmutation-phb=b1~feature=s13-0"},{"id":10488,"c":41,"u":"bladesinging_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 2; Bladesinging","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10490,"c":41,"u":"bladesinger%20styles_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 2; Bladesinger Styles","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10492,"c":41,"u":"bladesong_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 2; Bladesong","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10494,"c":41,"u":"training%20in%20war%20and%20song%20(bladesinging)_wizard_phb_bladesinging_tce_2_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 2; Training in War and Song (Bladesinging)","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s1-0"},{"id":10496,"c":41,"u":"extra%20attack_wizard_phb_bladesinging_tce_6_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 6; Extra Attack","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s5-0"},{"id":10498,"c":41,"u":"song%20of%20defense_wizard_phb_bladesinging_tce_10_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 10; Song of Defense","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s9-0"},{"id":10500,"c":41,"u":"song%20of%20victory_wizard_phb_bladesinging_tce_14_tce","p":76,"s":"TCE","h":1,"n":"Bladesinging Wizard 14; Song of Victory","uh":"wizard_phb,state:sub-bladesinging-tce=b1~feature=s13-0"},{"id":10502,"c":41,"u":"order%20of%20scribes_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"n":"Scribes Wizard 2; Order of Scribes","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10504,"c":41,"u":"awakened%20spellbook_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"n":"Scribes Wizard 2; Awakened Spellbook","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10506,"c":41,"u":"wizardly%20quill_wizard_phb_scribes_tce_2_tce","p":77,"s":"TCE","h":1,"n":"Scribes Wizard 2; Wizardly Quill","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s1-0"},{"id":10508,"c":41,"u":"manifest%20mind_wizard_phb_scribes_tce_6_tce","p":78,"s":"TCE","h":1,"n":"Scribes Wizard 6; Manifest Mind","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s5-0"},{"id":10510,"c":41,"u":"master%20scrivener_wizard_phb_scribes_tce_10_tce","p":78,"s":"TCE","h":1,"n":"Scribes Wizard 10; Master Scrivener","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s9-0"},{"id":10512,"c":41,"u":"one%20with%20the%20word_wizard_phb_scribes_tce_14_tce","p":78,"s":"TCE","h":1,"n":"Scribes Wizard 14; One with the Word","uh":"wizard_phb,state:sub-scribes-tce=b1~feature=s13-0"},{"id":10514,"c":41,"u":"blood%20magic_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 2; Blood Magic","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10516,"c":41,"u":"blood%20channeling_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":178,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 2; Blood Channeling","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10518,"c":41,"u":"sanguine%20burst_wizard_phb_blood%20magic_tdcsr_2_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 2; Sanguine Burst","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s1-0"},{"id":10520,"c":41,"u":"bond%20of%20mutual%20suffering_wizard_phb_blood%20magic_tdcsr_6_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 6; Bond of Mutual Suffering","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s5-0"},{"id":10522,"c":41,"u":"glyph%20of%20hemorrhaging_wizard_phb_blood%20magic_tdcsr_10_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 10; Glyph of Hemorrhaging","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s9-0"},{"id":10524,"c":41,"u":"bond%20of%20mutual%20suffering%20(14th%20level)_wizard_phb_blood%20magic_tdcsr_14_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 14; Bond of Mutual Suffering (14th Level)","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s13-0"},{"id":10526,"c":41,"u":"thicker%20than%20water_wizard_phb_blood%20magic_tdcsr_14_tdcsr","p":179,"s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 14; Thicker than Water","uh":"wizard_phb,state:sub-blood-magic-tdcsr=b1~feature=s13-0"},{"id":10528,"c":41,"u":"war%20magic_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 2; War Magic","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10530,"c":41,"u":"arcane%20deflection_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 2; Arcane Deflection","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10532,"c":41,"u":"tactical%20wit_wizard_phb_war_xge_2_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 2; Tactical Wit","uh":"wizard_phb,state:sub-war-xge=b1~feature=s1-0"},{"id":10534,"c":41,"u":"power%20surge_wizard_phb_war_xge_6_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 6; Power Surge","uh":"wizard_phb,state:sub-war-xge=b1~feature=s5-0"},{"id":10536,"c":41,"u":"durable%20magic_wizard_phb_war_xge_10_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 10; Durable Magic","uh":"wizard_phb,state:sub-war-xge=b1~feature=s9-0"},{"id":10538,"c":41,"u":"deflecting%20shroud_wizard_phb_war_xge_14_xge","p":59,"s":"XGE","h":1,"n":"War Wizard 14; Deflecting Shroud","uh":"wizard_phb,state:sub-war-xge=b1~feature=s13-0"},{"id":10540,"c":41,"u":"chronurgy%20magic_wizard_xphb_chronurgy_egw_3_egw","s":"EGW","h":1,"dP":1,"n":"Chronurgy Wizard 3; Chronurgy Magic","uh":"wizard_xphb,state:sub-chronurgy-egw=b1~feature=s2-0"},{"id":10542,"c":41,"u":"graviturgy%20magic_wizard_xphb_graviturgy_egw_3_egw","s":"EGW","h":1,"dP":1,"n":"Graviturgy Wizard 3; Graviturgy Magic","uh":"wizard_xphb,state:sub-graviturgy-egw=b1~feature=s2-0"},{"id":10544,"c":41,"u":"school%20of%20abjuration_wizard_xphb_abjuration_phb_3_phb","s":"PHB","h":1,"n":"Abjuration Wizard 3; School of Abjuration","uh":"wizard_xphb,state:sub-abjuration-phb=b1~feature=s2-0"},{"id":10546,"c":41,"u":"school%20of%20conjuration_wizard_xphb_conjuration_phb_3_phb","s":"PHB","h":1,"n":"Conjuration Wizard 3; School of Conjuration","uh":"wizard_xphb,state:sub-conjuration-phb=b1~feature=s2-0"},{"id":10548,"c":41,"u":"school%20of%20divination_wizard_xphb_divination_phb_3_phb","s":"PHB","h":1,"n":"Divination Wizard 3; School of Divination","uh":"wizard_xphb,state:sub-divination-phb=b1~feature=s2-0"},{"id":10550,"c":41,"u":"school%20of%20enchantment_wizard_xphb_enchantment_phb_3_phb","s":"PHB","h":1,"n":"Enchantment Wizard 3; School of Enchantment","uh":"wizard_xphb,state:sub-enchantment-phb=b1~feature=s2-0"},{"id":10552,"c":41,"u":"school%20of%20evocation_wizard_xphb_evocation_phb_3_phb","s":"PHB","h":1,"n":"Evocation Wizard 3; School of Evocation","uh":"wizard_xphb,state:sub-evocation-phb=b1~feature=s2-0"},{"id":10554,"c":41,"u":"school%20of%20illusion_wizard_xphb_illusion_phb_3_phb","s":"PHB","h":1,"n":"Illusion Wizard 3; School of Illusion","uh":"wizard_xphb,state:sub-illusion-phb=b1~feature=s2-0"},{"id":10556,"c":41,"u":"school%20of%20necromancy_wizard_xphb_necromancy_phb_3_phb","s":"PHB","h":1,"n":"Necromancy Wizard 3; School of Necromancy","uh":"wizard_xphb,state:sub-necromancy-phb=b1~feature=s2-0"},{"id":10558,"c":41,"u":"school%20of%20transmutation_wizard_xphb_transmutation_phb_3_phb","s":"PHB","h":1,"n":"Transmutation Wizard 3; School of Transmutation","uh":"wizard_xphb,state:sub-transmutation-phb=b1~feature=s2-0"},{"id":10560,"c":41,"u":"bladesinging_wizard_xphb_bladesinging_tce_3_tce","s":"TCE","h":1,"n":"Bladesinging Wizard 3; Bladesinging","uh":"wizard_xphb,state:sub-bladesinging-tce=b1~feature=s2-0"},{"id":10562,"c":41,"u":"order%20of%20scribes_wizard_xphb_scribes_tce_3_tce","s":"TCE","h":1,"n":"Scribes Wizard 3; Order of Scribes","uh":"wizard_xphb,state:sub-scribes-tce=b1~feature=s2-0"},{"id":10564,"c":41,"u":"blood%20magic_wizard_xphb_blood%20magic_tdcsr_3_tdcsr","s":"TDCSR","h":1,"dP":1,"n":"Blood Magic Wizard 3; Blood Magic","uh":"wizard_xphb,state:sub-blood-magic-tdcsr=b1~feature=s2-0"},{"id":10566,"c":41,"u":"war%20magic_wizard_xphb_war_xge_3_xge","s":"XGE","h":1,"n":"War Wizard 3; War Magic","uh":"wizard_xphb,state:sub-war-xge=b1~feature=s2-0"},{"id":10568,"c":41,"u":"abjurer_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"n":"Abjurer Wizard 3; Abjurer","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10570,"c":41,"u":"abjuration%20savant_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"n":"Abjurer Wizard 3; Abjuration Savant","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10572,"c":41,"u":"arcane%20ward_wizard_xphb_abjurer_xphb_3_xphb","p":172,"s":"XPHB","h":1,"n":"Abjurer Wizard 3; Arcane Ward","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s2-0"},{"id":10574,"c":41,"u":"projected%20ward_wizard_xphb_abjurer_xphb_6_xphb","p":172,"s":"XPHB","h":1,"n":"Abjurer Wizard 6; Projected Ward","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s5-0"},{"id":10576,"c":41,"u":"spell%20breaker_wizard_xphb_abjurer_xphb_10_xphb","p":173,"s":"XPHB","h":1,"n":"Abjurer Wizard 10; Spell Breaker","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s9-0"},{"id":10578,"c":41,"u":"spell%20resistance_wizard_xphb_abjurer_xphb_14_xphb","p":173,"s":"XPHB","h":1,"n":"Abjurer Wizard 14; Spell Resistance","uh":"wizard_xphb,state:sub-abjurer-xphb=b1~feature=s13-0"},{"id":10580,"c":41,"u":"diviner_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 3; Diviner","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10582,"c":41,"u":"divination%20savant_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 3; Divination Savant","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10584,"c":41,"u":"portent_wizard_xphb_diviner_xphb_3_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 3; Portent","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s2-0"},{"id":10586,"c":41,"u":"expert%20divination_wizard_xphb_diviner_xphb_6_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 6; Expert Divination","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s5-0"},{"id":10588,"c":41,"u":"the%20third%20eye_wizard_xphb_diviner_xphb_10_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 10; The Third Eye","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s9-0"},{"id":10590,"c":41,"u":"greater%20portent_wizard_xphb_diviner_xphb_14_xphb","p":173,"s":"XPHB","h":1,"n":"Diviner Wizard 14; Greater Portent","uh":"wizard_xphb,state:sub-diviner-xphb=b1~feature=s13-0"},{"id":10592,"c":41,"u":"evoker_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 3; Evoker","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10594,"c":41,"u":"evocation%20savant_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 3; Evocation Savant","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10596,"c":41,"u":"potent%20cantrip_wizard_xphb_evoker_xphb_3_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 3; Potent Cantrip","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s2-0"},{"id":10598,"c":41,"u":"sculpt%20spells_wizard_xphb_evoker_xphb_6_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 6; Sculpt Spells","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s5-0"},{"id":10600,"c":41,"u":"empowered%20evocation_wizard_xphb_evoker_xphb_10_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 10; Empowered Evocation","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s9-0"},{"id":10602,"c":41,"u":"overchannel_wizard_xphb_evoker_xphb_14_xphb","p":174,"s":"XPHB","h":1,"n":"Evoker Wizard 14; Overchannel","uh":"wizard_xphb,state:sub-evoker-xphb=b1~feature=s13-0"},{"id":10604,"c":41,"u":"illusionist_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 3; Illusionist","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10606,"c":41,"u":"illusion%20savant_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 3; Illusion Savant","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10608,"c":41,"u":"improved%20illusions_wizard_xphb_illusionist_xphb_3_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 3; Improved Illusions","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s2-0"},{"id":10610,"c":41,"u":"phantasmal%20creatures_wizard_xphb_illusionist_xphb_6_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 6; Phantasmal Creatures","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s5-0"},{"id":10612,"c":41,"u":"illusory%20self_wizard_xphb_illusionist_xphb_10_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 10; Illusory Self","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s9-0"},{"id":10614,"c":41,"u":"illusory%20reality_wizard_xphb_illusionist_xphb_14_xphb","p":175,"s":"XPHB","h":1,"n":"Illusionist Wizard 14; Illusory Reality","uh":"wizard_xphb,state:sub-illusionist-xphb=b1~feature=s13-0"},{"id":10615,"c":3,"u":"giant%20foundling_bgg","p":6,"s":0,"h":1,"n":"Giant Foundling"},{"id":10616,"c":3,"u":"rune%20carver_bgg","p":12,"s":0,"h":1,"n":"Rune Carver"},{"id":10617,"c":3,"u":"rewarded_bmt","p":57,"s":1,"h":1,"n":"Rewarded"},{"id":10618,"c":3,"u":"ruined_bmt","p":58,"s":1,"h":1,"n":"Ruined"},{"id":10619,"c":3,"u":"city%20watch_scag","p":145,"s":106,"h":1,"n":"City Watch"},{"id":10620,"c":3,"u":"clan%20crafter_scag","p":145,"s":106,"h":1,"n":"Clan Crafter"},{"id":10621,"c":3,"u":"cloistered%20scholar_scag","p":146,"s":106,"h":1,"n":"Cloistered Scholar"},{"id":10622,"c":3,"u":"courtier_scag","p":146,"s":106,"h":1,"n":"Courtier"},{"id":10623,"c":3,"u":"faction%20agent_scag","p":147,"s":106,"h":1,"n":"Faction Agent"},{"id":10624,"c":3,"u":"far%20traveler_scag","p":148,"s":106,"h":1,"n":"Far Traveler"},{"id":10625,"c":3,"u":"inheritor_scag","p":150,"s":106,"h":1,"n":"Inheritor"},{"id":10626,"c":3,"u":"knight%20of%20the%20order_scag","p":151,"s":106,"h":1,"n":"Knight of the Order"},{"id":10627,"c":3,"u":"mercenary%20veteran_scag","p":152,"s":106,"h":1,"n":"Mercenary Veteran"},{"id":10628,"c":3,"u":"urban%20bounty%20hunter_scag","p":153,"s":106,"h":1,"n":"Urban Bounty Hunter"},{"id":10629,"c":3,"u":"uthgardt%20tribe%20member_scag","p":153,"s":106,"h":1,"n":"Uthgardt Tribe Member"},{"id":10630,"c":3,"u":"variant%20city%20watch%20(investigator)_scag","p":145,"s":106,"h":1,"n":"Variant City Watch (Investigator)"},{"id":10631,"c":3,"u":"waterdhavian%20noble_scag","p":154,"s":106,"h":1,"n":"Waterdhavian Noble"},{"id":10632,"c":3,"u":"acolyte_xphb","p":178,"s":8,"h":1,"n":"Acolyte"},{"id":10633,"c":3,"u":"artisan_xphb","p":179,"s":8,"h":1,"n":"Artisan"},{"id":10634,"c":3,"u":"charlatan_xphb","p":180,"s":8,"h":1,"n":"Charlatan"},{"id":10635,"c":3,"u":"criminal_xphb","p":180,"s":8,"h":1,"n":"Criminal"},{"id":10636,"c":3,"u":"entertainer_xphb","p":180,"s":8,"h":1,"n":"Entertainer"},{"id":10637,"c":3,"u":"farmer_xphb","p":180,"s":8,"h":1,"n":"Farmer"},{"id":10638,"c":3,"u":"guard_xphb","p":181,"s":8,"h":1,"n":"Guard"},{"id":10639,"c":3,"u":"guide_xphb","p":181,"s":8,"h":1,"n":"Guide"},{"id":10640,"c":3,"u":"hermit_xphb","p":182,"s":8,"h":1,"n":"Hermit"},{"id":10641,"c":3,"u":"merchant_xphb","p":182,"s":8,"h":1,"n":"Merchant"},{"id":10642,"c":3,"u":"noble_xphb","p":183,"s":8,"h":1,"n":"Noble"},{"id":10643,"c":3,"u":"sage_xphb","p":183,"s":8,"h":1,"n":"Sage"},{"id":10644,"c":3,"u":"sailor_xphb","p":184,"s":8,"h":1,"n":"Sailor"},{"id":10645,"c":3,"u":"scribe_xphb","p":184,"s":8,"h":1,"n":"Scribe"},{"id":10646,"c":3,"u":"soldier_xphb","p":185,"s":8,"h":1,"n":"Soldier"},{"id":10647,"c":3,"u":"wayfarer_xphb","p":185,"s":8,"h":1,"n":"Wayfarer"},{"id":10648,"c":3,"u":"astral%20drifter_aag","p":7,"s":102,"h":1,"n":"Astral Drifter"},{"id":10649,"c":3,"u":"wildspacer_aag","p":8,"s":102,"h":1,"n":"Wildspacer"},{"id":10650,"c":3,"u":"celebrity%20adventurer's%20scion_ai","p":48,"s":15,"h":1,"n":"Celebrity Adventurer's Scion"},{"id":10651,"c":3,"u":"failed%20merchant_ai","p":49,"s":15,"h":1,"n":"Failed Merchant"},{"id":10652,"c":3,"u":"gambler_ai","p":49,"s":15,"h":1,"n":"Gambler"},{"id":10653,"c":3,"u":"plaintiff_ai","p":50,"s":15,"h":1,"n":"Plaintiff"},{"id":10654,"c":3,"u":"rival%20intern_ai","p":51,"s":15,"h":1,"n":"Rival Intern"},{"id":10655,"c":3,"u":"baldur's%20gate%20acolyte_bgdia","p":202,"s":17,"h":1,"n":"Baldur's Gate Acolyte"},{"id":10656,"c":3,"u":"baldur's%20gate%20charlatan_bgdia","p":202,"s":17,"h":1,"n":"Baldur's Gate Charlatan"},{"id":10657,"c":3,"u":"baldur's%20gate%20criminal_bgdia","p":202,"s":17,"h":1,"n":"Baldur's Gate Criminal"},{"id":10658,"c":3,"u":"baldur's%20gate%20entertainer_bgdia","p":202,"s":17,"h":1,"n":"Baldur's Gate Entertainer"},{"id":10659,"c":3,"u":"baldur's%20gate%20folk%20hero_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Folk Hero"},{"id":10660,"c":3,"u":"baldur's%20gate%20guild%20artisan_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Guild Artisan"},{"id":10661,"c":3,"u":"baldur's%20gate%20hermit_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Hermit"},{"id":10662,"c":3,"u":"baldur's%20gate%20noble_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Noble"},{"id":10663,"c":3,"u":"baldur's%20gate%20outlander_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Outlander"},{"id":10664,"c":3,"u":"baldur's%20gate%20sage_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Sage"},{"id":10665,"c":3,"u":"baldur's%20gate%20sailor_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Sailor"},{"id":10666,"c":3,"u":"baldur's%20gate%20soldier_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Soldier"},{"id":10667,"c":3,"u":"baldur's%20gate%20urchin_bgdia","p":204,"s":17,"h":1,"n":"Baldur's Gate Urchin"},{"id":10668,"c":3,"u":"faceless_bgdia","p":203,"s":17,"h":1,"n":"Faceless"},{"id":10669,"c":3,"u":"continental%20nobility_dodk","p":244,"s":25,"h":1,"dP":1,"n":"Continental Nobility"},{"id":10670,"c":3,"u":"devoted%20missionary_dodk","p":246,"s":25,"h":1,"dP":1,"n":"Devoted Missionary"},{"id":10671,"c":3,"u":"mageborn_dodk","p":245,"s":25,"h":1,"dP":1,"n":"Mageborn"},{"id":10672,"c":3,"u":"survivor_dodk","p":247,"s":25,"h":1,"dP":1,"n":"Survivor"},{"id":10673,"c":3,"u":"treasure%20seeker_dodk","p":248,"s":25,"h":1,"dP":1,"n":"Treasure Seeker"},{"id":10674,"c":3,"u":"variant%20continental%20nobility%20(last%20of%20the%20line)_dodk","p":245,"s":25,"h":1,"dP":1,"n":"Variant Continental Nobility (Last of the Line)"},{"id":10675,"c":3,"u":"variant%20devoted%20missionary%20(stargazer)_dodk","p":247,"s":25,"h":1,"dP":1,"n":"Variant Devoted Missionary (Stargazer)"},{"id":10676,"c":3,"u":"variant%20mageborn%20(malfeasant%20mage)_dodk","p":246,"s":25,"h":1,"dP":1,"n":"Variant Mageborn (Malfeasant Mage)"},{"id":10677,"c":3,"u":"variant%20survivor%20(veteran%20of%20the%20civil%20war)_dodk","p":248,"s":25,"h":1,"dP":1,"n":"Variant Survivor (Veteran of the Civil War)"},{"id":10678,"c":3,"u":"variant%20treasure%20seeker%20(soldier%20of%20fortune)_dodk","p":249,"s":25,"h":1,"dP":1,"n":"Variant Treasure Seeker (Soldier of Fortune)"},{"id":10679,"c":3,"u":"knight%20of%20solamnia_dsotdq","p":30,"s":27,"h":1,"n":"Knight of Solamnia"},{"id":10680,"c":3,"u":"mage%20of%20high%20sorcery_dsotdq","p":30,"s":27,"h":1,"n":"Mage of High Sorcery"},{"id":10681,"c":3,"u":"augen%20trust%20(spy)_egw","p":203,"s":28,"h":1,"dP":1,"n":"Augen Trust (Spy)"},{"id":10682,"c":3,"u":"cobalt%20scholar%20(sage)_egw","p":203,"s":28,"h":1,"dP":1,"n":"Cobalt Scholar (Sage)"},{"id":10683,"c":3,"u":"grinner_egw","p":200,"s":28,"h":1,"dP":1,"n":"Grinner"},{"id":10684,"c":3,"u":"luxonborn%20(acolyte)_egw","p":203,"s":28,"h":1,"dP":1,"n":"Luxonborn (Acolyte)"},{"id":10685,"c":3,"u":"myriad%20operative%20(criminal)_egw","p":203,"s":28,"h":1,"dP":1,"n":"Myriad Operative (Criminal)"},{"id":10686,"c":3,"u":"revelry%20pirate%20(sailor)_egw","p":203,"s":28,"h":1,"dP":1,"n":"Revelry Pirate (Sailor)"},{"id":10687,"c":3,"u":"volstrucker%20agent_egw","p":202,"s":28,"h":1,"dP":1,"n":"Volstrucker Agent"},{"id":10688,"c":3,"u":"house%20agent_erlw","p":53,"s":29,"h":1,"n":"House Agent"},{"id":10689,"c":3,"u":"azorius%20functionary_ggr","p":33,"s":31,"h":1,"n":"Azorius Functionary"},{"id":10690,"c":3,"u":"boros%20legionnaire_ggr","p":40,"s":31,"h":1,"n":"Boros Legionnaire"},{"id":10691,"c":3,"u":"dimir%20operative_ggr","p":46,"s":31,"h":1,"n":"Dimir Operative"},{"id":10692,"c":3,"u":"golgari%20agent_ggr","p":53,"s":31,"h":1,"n":"Golgari Agent"},{"id":10693,"c":3,"u":"gruul%20anarch_ggr","p":60,"s":31,"h":1,"n":"Gruul Anarch"},{"id":10694,"c":3,"u":"izzet%20engineer_ggr","p":66,"s":31,"h":1,"n":"Izzet Engineer"},{"id":10695,"c":3,"u":"orzhov%20representative_ggr","p":72,"s":31,"h":1,"n":"Orzhov Representative"},{"id":10696,"c":3,"u":"rakdos%20cultist_ggr","p":79,"s":31,"h":1,"n":"Rakdos Cultist"},{"id":10697,"c":3,"u":"selesnya%20initiate_ggr","p":86,"s":31,"h":1,"n":"Selesnya Initiate"},{"id":10698,"c":3,"u":"simic%20scientist_ggr","p":93,"s":31,"h":1,"n":"Simic Scientist"},{"id":10699,"c":3,"u":"fisher_gos","p":29,"s":33,"h":1,"n":"Fisher"},{"id":10700,"c":3,"u":"marine_gos","p":31,"s":33,"h":1,"n":"Marine"},{"id":10701,"c":3,"u":"shipwright_gos","p":33,"s":33,"h":1,"n":"Shipwright"},{"id":10702,"c":3,"u":"smuggler_gos","p":34,"s":33,"h":1,"n":"Smuggler"},{"id":10703,"c":3,"u":"athlete_mot","p":31,"s":45,"h":1,"n":"Athlete"},{"id":10704,"c":3,"u":"acolyte_phb","p":127,"s":51,"h":1,"r":1,"n":"Acolyte"},{"id":10705,"c":3,"u":"charlatan_phb","p":128,"s":51,"h":1,"n":"Charlatan"},{"id":10706,"c":3,"u":"criminal_phb","p":129,"s":51,"h":1,"n":"Criminal"},{"id":10707,"c":3,"u":"custom%20background_phb","p":126,"s":51,"h":1,"n":"Custom Background"},{"id":10708,"c":3,"u":"entertainer_phb","p":130,"s":51,"h":1,"n":"Entertainer"},{"id":10709,"c":3,"u":"folk%20hero_phb","p":131,"s":51,"h":1,"n":"Folk Hero"},{"id":10710,"c":3,"u":"guild%20artisan_phb","p":132,"s":51,"h":1,"n":"Guild Artisan"},{"id":10711,"c":3,"u":"hermit_phb","p":134,"s":51,"h":1,"n":"Hermit"},{"id":10712,"c":3,"u":"noble_phb","p":135,"s":51,"h":1,"n":"Noble"},{"id":10713,"c":3,"u":"outlander_phb","p":136,"s":51,"h":1,"n":"Outlander"},{"id":10714,"c":3,"u":"sage_phb","p":137,"s":51,"h":1,"n":"Sage"},{"id":10715,"c":3,"u":"sailor_phb","p":139,"s":51,"h":1,"n":"Sailor"},{"id":10716,"c":3,"u":"soldier_phb","p":140,"s":51,"h":1,"n":"Soldier"},{"id":10717,"c":3,"u":"urchin_phb","p":141,"s":51,"h":1,"n":"Urchin"},{"id":10718,"c":3,"u":"variant%20criminal%20(spy)_phb","p":130,"s":51,"h":1,"n":"Variant Criminal (Spy)"},{"id":10719,"c":3,"u":"variant%20entertainer%20(gladiator)_phb","p":131,"s":51,"h":1,"n":"Variant Entertainer (Gladiator)"},{"id":10720,"c":3,"u":"variant%20guild%20artisan%20(guild%20merchant)_phb","p":133,"s":51,"h":1,"n":"Variant Guild Artisan (Guild Merchant)"},{"id":10721,"c":3,"u":"variant%20noble%20(knight)_phb","p":136,"s":51,"h":1,"n":"Variant Noble (Knight)"},{"id":10722,"c":3,"u":"variant%20noble%20(retainers)_phb","p":136,"s":51,"h":1,"n":"Variant Noble (Retainers)"},{"id":10723,"c":3,"u":"variant%20sailor%20(pirate)_phb","p":139,"s":51,"h":1,"n":"Variant Sailor (Pirate)"},{"id":10724,"c":3,"u":"gate%20warden_sato","p":7,"s":103,"h":1,"n":"Gate Warden"},{"id":10725,"c":3,"u":"planar%20philosopher_sato","p":8,"s":103,"h":1,"n":"Planar Philosopher"},{"id":10726,"c":3,"u":"lorehold%20student_scc","p":31,"s":56,"h":1,"n":"Lorehold Student"},{"id":10727,"c":3,"u":"prismari%20student_scc","p":32,"s":56,"h":1,"n":"Prismari Student"},{"id":10728,"c":3,"u":"quandrix%20student_scc","p":33,"s":56,"h":1,"n":"Quandrix Student"},{"id":10729,"c":3,"u":"silverquill%20student_scc","p":35,"s":56,"h":1,"n":"Silverquill Student"},{"id":10730,"c":3,"u":"witherbloom%20student_scc","p":36,"s":56,"h":1,"n":"Witherbloom Student"},{"id":10731,"c":3,"u":"ashari_tdcsr","p":180,"s":60,"h":1,"dP":1,"n":"Ashari"},{"id":10732,"c":3,"u":"clasp%20member_tdcsr","p":181,"s":60,"h":1,"dP":1,"n":"Clasp Member"},{"id":10733,"c":3,"u":"lyceum%20scholar_tdcsr","p":183,"s":60,"h":1,"dP":1,"n":"Lyceum Scholar"},{"id":10734,"c":3,"u":"reformed%20cultist_tdcsr","p":185,"s":60,"h":1,"dP":1,"n":"Reformed Cultist"},{"id":10735,"c":3,"u":"variant%20clasp%20member%20(myriad%20operative)_tdcsr","p":182,"s":60,"h":1,"dP":1,"n":"Variant Clasp Member (Myriad Operative)"},{"id":10736,"c":3,"u":"variant%20whitestone%20rifle%20corps%20(grey%20hunter)_tdcsr","p":182,"s":60,"h":1,"dP":1,"n":"Variant Whitestone Rifle Corps (Grey Hunter)"},{"id":10737,"c":3,"u":"whitestone%20rifle%20corps_tdcsr","p":187,"s":60,"h":1,"dP":1,"n":"Whitestone Rifle Corps"},{"id":10738,"c":3,"u":"anthropologist_toa","p":191,"s":62,"h":1,"n":"Anthropologist"},{"id":10739,"c":3,"u":"archaeologist_toa","p":192,"s":62,"h":1,"n":"Archaeologist"},{"id":10740,"c":3,"u":"haunted%20one_vrgr","p":34,"s":67,"h":1,"n":"Haunted One"},{"id":10741,"c":3,"u":"investigator_vrgr","p":35,"s":67,"h":1,"n":"Investigator"},{"id":10742,"c":3,"u":"feylost_wbtw","p":9,"s":68,"h":1,"n":"Feylost"},{"id":10743,"c":3,"u":"witchlight%20hand_wbtw","p":11,"s":68,"h":1,"n":"Witchlight Hand"},{"id":10744,"c":3,"u":"black%20fist%20double%20agent_alcurseofstrahd","p":2,"s":107,"h":1,"n":"Black Fist Double Agent"},{"id":10745,"c":3,"u":"dragon%20casualty_alcurseofstrahd","p":3,"s":107,"h":1,"n":"Dragon Casualty"},{"id":10746,"c":3,"u":"iron%20route%20bandit_alcurseofstrahd","p":5,"s":107,"h":1,"n":"Iron Route Bandit"},{"id":10747,"c":3,"u":"phlan%20insurgent_alcurseofstrahd","p":6,"s":107,"h":1,"n":"Phlan Insurgent"},{"id":10748,"c":3,"u":"stojanow%20prisoner_alcurseofstrahd","p":8,"s":107,"h":1,"n":"Stojanow Prisoner"},{"id":10749,"c":3,"u":"ticklebelly%20nomad_alcurseofstrahd","p":9,"s":107,"h":1,"n":"Ticklebelly Nomad"},{"id":10750,"c":3,"u":"caravan%20specialist_alelementalevil","p":2,"s":108,"h":1,"n":"Caravan Specialist"},{"id":10751,"c":3,"u":"earthspur%20miner_alelementalevil","p":3,"s":108,"h":1,"n":"Earthspur Miner"},{"id":10752,"c":3,"u":"harborfolk_alelementalevil","p":4,"s":108,"h":1,"n":"Harborfolk"},{"id":10753,"c":3,"u":"mulmaster%20aristocrat_alelementalevil","p":5,"s":108,"h":1,"n":"Mulmaster Aristocrat"},{"id":10754,"c":3,"u":"phlan%20refugee_alelementalevil","p":6,"s":108,"h":1,"n":"Phlan Refugee"},{"id":10755,"c":3,"u":"cormanthor%20refugee_alrageofdemons","p":5,"s":109,"h":1,"n":"Cormanthor Refugee"},{"id":10756,"c":3,"u":"gate%20urchin_alrageofdemons","p":6,"s":109,"h":1,"n":"Gate Urchin"},{"id":10757,"c":3,"u":"hillsfar%20merchant_alrageofdemons","p":7,"s":109,"h":1,"n":"Hillsfar Merchant"},{"id":10758,"c":3,"u":"hillsfar%20smuggler_alrageofdemons","p":8,"s":109,"h":1,"n":"Hillsfar Smuggler"},{"id":10759,"c":3,"u":"secret%20identity_alrageofdemons","p":9,"s":109,"h":1,"n":"Secret Identity"},{"id":10760,"c":3,"u":"shade%20fanatic_alrageofdemons","p":10,"s":109,"h":1,"n":"Shade Fanatic"},{"id":10761,"c":3,"u":"trade%20sheriff_alrageofdemons","p":11,"s":109,"h":1,"n":"Trade Sheriff"},{"id":10762,"c":3,"u":"initiate_psa","p":8,"s":94,"h":1,"n":"Initiate"},{"id":10763,"c":3,"u":"initiate%20(dissenter)_psa","p":11,"s":94,"h":1,"n":"Initiate (Dissenter)"},{"id":10764,"c":3,"u":"vizier_psa","p":10,"s":94,"h":1,"n":"Vizier"},{"id":10765,"c":3,"u":"vizier%20(dissenter)_psa","p":11,"s":94,"h":1,"n":"Vizier (Dissenter)"},{"id":10766,"c":3,"u":"inquisitor_psi","p":12,"s":96,"h":1,"n":"Inquisitor"},{"id":10767,"c":6,"u":"blinded_xphb","p":361,"s":8,"h":1,"n":"Blinded"},{"id":10768,"c":6,"u":"charmed_xphb","p":361,"s":8,"h":1,"n":"Charmed"},{"id":10769,"c":6,"u":"deafened_xphb","p":365,"s":8,"h":1,"n":"Deafened"},{"id":10770,"c":6,"u":"exhaustion_xphb","p":365,"s":8,"h":1,"n":"Exhaustion"},{"id":10771,"c":6,"u":"frightened_xphb","p":367,"s":8,"h":1,"n":"Frightened"},{"id":10772,"c":6,"u":"grappled_xphb","p":367,"s":8,"h":1,"n":"Grappled"},{"id":10773,"c":6,"u":"incapacitated_xphb","p":369,"s":8,"h":1,"n":"Incapacitated"},{"id":10774,"c":6,"u":"invisible_xphb","p":370,"s":8,"h":1,"n":"Invisible"},{"id":10775,"c":6,"u":"paralyzed_xphb","p":371,"s":8,"h":1,"n":"Paralyzed"},{"id":10776,"c":6,"u":"petrified_xphb","p":372,"s":8,"h":1,"n":"Petrified"},{"id":10777,"c":6,"u":"poisoned_xphb","p":372,"s":8,"h":1,"n":"Poisoned"},{"id":10778,"c":6,"u":"prone_xphb","p":372,"s":8,"h":1,"n":"Prone"},{"id":10779,"c":6,"u":"restrained_xphb","p":373,"s":8,"h":1,"n":"Restrained"},{"id":10780,"c":6,"u":"stunned_xphb","p":376,"s":8,"h":1,"n":"Stunned"},{"id":10781,"c":6,"u":"unconscious_xphb","p":376,"s":8,"h":1,"n":"Unconscious"},{"id":10782,"c":6,"u":"blinded_phb","p":290,"s":51,"h":1,"r":1,"n":"Blinded"},{"id":10783,"c":6,"u":"charmed_phb","p":290,"s":51,"h":1,"r":1,"n":"Charmed"},{"id":10784,"c":6,"u":"deafened_phb","p":290,"s":51,"h":1,"r":1,"n":"Deafened"},{"id":10785,"c":6,"u":"exhaustion_phb","p":291,"s":51,"h":1,"r":1,"n":"Exhaustion"},{"id":10786,"c":6,"u":"frightened_phb","p":290,"s":51,"h":1,"r":1,"n":"Frightened"},{"id":10787,"c":6,"u":"grappled_phb","p":290,"s":51,"h":1,"r":1,"n":"Grappled"},{"id":10788,"c":6,"u":"incapacitated_phb","p":290,"s":51,"h":1,"r":1,"n":"Incapacitated"},{"id":10789,"c":6,"u":"invisible_phb","p":291,"s":51,"h":1,"r":1,"n":"Invisible"},{"id":10790,"c":6,"u":"paralyzed_phb","p":291,"s":51,"h":1,"r":1,"n":"Paralyzed"},{"id":10791,"c":6,"u":"petrified_phb","p":291,"s":51,"h":1,"r":1,"n":"Petrified"},{"id":10792,"c":6,"u":"poisoned_phb","p":292,"s":51,"h":1,"r":1,"n":"Poisoned"},{"id":10793,"c":6,"u":"prone_phb","p":292,"s":51,"h":1,"r":1,"n":"Prone"},{"id":10794,"c":6,"u":"restrained_phb","p":292,"s":51,"h":1,"r":1,"n":"Restrained"},{"id":10795,"c":6,"u":"stunned_phb","p":292,"s":51,"h":1,"r":1,"n":"Stunned"},{"id":10796,"c":6,"u":"unconscious_phb","p":292,"s":51,"h":1,"r":1,"n":"Unconscious"},{"id":10797,"c":21,"u":"cackle%20fever_xdmg","p":61,"s":5,"h":1,"n":"Cackle Fever"},{"id":10798,"c":21,"u":"sewer%20plague_xdmg","p":61,"s":5,"h":1,"n":"Sewer Plague"},{"id":10799,"c":21,"u":"sight%20rot_xdmg","p":61,"s":5,"h":1,"n":"Sight Rot"},{"id":10800,"c":21,"u":"saprophytic%20plague_cm","p":253,"s":18,"h":1,"n":"Saprophytic Plague"},{"id":10801,"c":21,"u":"cackle%20fever_dmg","p":257,"s":24,"h":1,"r":1,"n":"Cackle Fever"},{"id":10802,"c":21,"u":"sewer%20plague_dmg","p":257,"s":24,"h":1,"r":1,"n":"Sewer Plague"},{"id":10803,"c":21,"u":"sight%20rot_dmg","p":257,"s":24,"h":1,"r":1,"n":"Sight Rot"},{"id":10804,"c":21,"u":"frigid%20woe_egw","p":125,"s":28,"h":1,"dP":1,"n":"Frigid Woe"},{"id":10805,"c":21,"u":"bluerot_gos","p":234,"s":33,"h":1,"n":"Bluerot"},{"id":10806,"c":21,"u":"redface_gos","p":168,"s":33,"h":1,"n":"Redface"},{"id":10807,"c":21,"u":"arcane%20blight_idrotf","p":233,"s":37,"h":1,"n":"Arcane Blight"},{"id":10808,"c":21,"u":"grackle-lung_oota","p":54,"s":48,"h":1,"n":"Grackle-Lung"},{"id":10809,"c":21,"u":"ghoul%20gut_oow","p":111,"s":49,"h":1,"n":"Ghoul Gut"},{"id":10810,"c":21,"u":"blinding%20sickness_phb","p":227,"s":51,"h":1,"n":"Blinding Sickness"},{"id":10811,"c":21,"u":"filth%20fever_phb","p":227,"s":51,"h":1,"n":"Filth Fever"},{"id":10812,"c":21,"u":"flesh%20rot_phb","p":227,"s":51,"h":1,"n":"Flesh Rot"},{"id":10813,"c":21,"u":"mindfire_phb","p":227,"s":51,"h":1,"n":"Mindfire"},{"id":10814,"c":21,"u":"seizure_phb","p":227,"s":51,"h":1,"n":"Seizure"},{"id":10815,"c":21,"u":"slimy%20doom_phb","p":227,"s":51,"h":1,"n":"Slimy Doom"},{"id":10816,"c":21,"u":"super-tetanus_tftyp","p":104,"s":61,"h":1,"n":"Super-Tetanus"},{"id":10817,"c":21,"u":"blue%20mist%20fever_toa","p":40,"s":62,"h":1,"n":"Blue Mist Fever"},{"id":10818,"c":21,"u":"shivering%20sickness_toa","p":40,"s":62,"h":1,"n":"Shivering Sickness"},{"id":10819,"c":21,"u":"throat%20leeches_toa","p":40,"s":62,"h":1,"n":"Throat Leeches"},{"id":10820,"c":21,"u":"the%20gnawing%20plague_vrgr","p":153,"s":67,"h":1,"n":"The Gnawing Plague"},{"id":10821,"c":21,"u":"spider%20eggs_wdmm","p":47,"s":70,"h":1,"n":"Spider Eggs"},{"id":10822,"c":49,"u":"concentration_xphb","p":363,"s":8,"h":1,"n":"Concentration"},{"id":10823,"c":49,"u":"surprised_xphb","p":376,"s":8,"h":1,"n":"Surprised"},{"id":10824,"c":49,"u":"concentration_phb","p":203,"s":51,"h":1,"r":1,"n":"Concentration"},{"id":10825,"c":49,"u":"surprised_phb","p":189,"s":51,"h":1,"r":1,"n":"Surprised"},{"id":10826,"c":7,"u":"ember%20of%20the%20fire%20giant_bgg","p":17,"s":0,"h":1,"n":"Ember of the Fire Giant"},{"id":10827,"c":7,"u":"fury%20of%20the%20frost%20giant_bgg","p":17,"s":0,"h":1,"n":"Fury of the Frost Giant"},{"id":10828,"c":7,"u":"guile%20of%20the%20cloud%20giant_bgg","p":18,"s":0,"h":1,"n":"Guile of the Cloud Giant"},{"id":10829,"c":7,"u":"keenness%20of%20the%20stone%20giant_bgg","p":18,"s":0,"h":1,"n":"Keenness of the Stone Giant"},{"id":10830,"c":7,"u":"rune%20shaper_bgg","p":18,"s":0,"h":1,"n":"Rune Shaper"},{"id":10831,"c":7,"u":"soul%20of%20the%20storm%20giant_bgg","p":19,"s":0,"h":1,"n":"Soul of the Storm Giant"},{"id":10832,"c":7,"u":"strike%20of%20the%20giants_bgg","p":19,"s":0,"h":1,"n":"Strike of the Giants"},{"id":10833,"c":7,"u":"vigor%20of%20the%20hill%20giant_bgg","p":19,"s":0,"h":1,"n":"Vigor of the Hill Giant"},{"id":10834,"c":7,"u":"cartomancer_bmt","p":49,"s":1,"h":1,"n":"Cartomancer"},{"id":10835,"c":7,"u":"gift%20of%20the%20chromatic%20dragon_ftd","p":17,"s":2,"h":1,"n":"Gift of the Chromatic Dragon"},{"id":10836,"c":7,"u":"gift%20of%20the%20gem%20dragon_ftd","p":17,"s":2,"h":1,"n":"Gift of the Gem Dragon"},{"id":10837,"c":7,"u":"gift%20of%20the%20metallic%20dragon_ftd","p":17,"s":2,"h":1,"n":"Gift of the Metallic Dragon"},{"id":10838,"c":7,"u":"artificer%20initiate_tce","p":79,"s":4,"h":1,"n":"Artificer Initiate"},{"id":10839,"c":7,"u":"chef_tce","p":79,"s":4,"h":1,"n":"Chef"},{"id":10840,"c":7,"u":"crusher_tce","p":79,"s":4,"h":1,"n":"Crusher"},{"id":10841,"c":7,"u":"eldritch%20adept_tce","p":79,"s":4,"h":1,"n":"Eldritch Adept"},{"id":10842,"c":7,"u":"fey%20touched_tce","p":79,"s":4,"h":1,"n":"Fey Touched"},{"id":10843,"c":7,"u":"fighting%20initiate_tce","p":80,"s":4,"h":1,"n":"Fighting Initiate"},{"id":10844,"c":7,"u":"gunner_tce","p":80,"s":4,"h":1,"n":"Gunner"},{"id":10845,"c":7,"u":"metamagic%20adept_tce","p":80,"s":4,"h":1,"n":"Metamagic Adept"},{"id":10846,"c":7,"u":"piercer_tce","p":80,"s":4,"h":1,"n":"Piercer"},{"id":10847,"c":7,"u":"poisoner_tce","p":80,"s":4,"h":1,"n":"Poisoner"},{"id":10848,"c":7,"u":"shadow%20touched_tce","p":80,"s":4,"h":1,"n":"Shadow Touched"},{"id":10849,"c":7,"u":"skill%20expert_tce","p":80,"s":4,"h":1,"n":"Skill Expert"},{"id":10850,"c":7,"u":"slasher_tce","p":81,"s":4,"h":1,"n":"Slasher"},{"id":10851,"c":7,"u":"telekinetic_tce","p":81,"s":4,"h":1,"n":"Telekinetic"},{"id":10852,"c":7,"u":"telepathic_tce","p":81,"s":4,"h":1,"n":"Telepathic"},{"id":10853,"c":7,"u":"bountiful%20luck_xge","p":73,"s":6,"h":1,"n":"Bountiful Luck"},{"id":10854,"c":7,"u":"dragon%20fear_xge","p":74,"s":6,"h":1,"n":"Dragon Fear"},{"id":10855,"c":7,"u":"dragon%20hide_xge","p":74,"s":6,"h":1,"n":"Dragon Hide"},{"id":10856,"c":7,"u":"drow%20high%20magic_xge","p":74,"s":6,"h":1,"n":"Drow High Magic"},{"id":10857,"c":7,"u":"dwarven%20fortitude_xge","p":74,"s":6,"h":1,"n":"Dwarven Fortitude"},{"id":10858,"c":7,"u":"elven%20accuracy_xge","p":74,"s":6,"h":1,"n":"Elven Accuracy"},{"id":10859,"c":7,"u":"fade%20away_xge","p":74,"s":6,"h":1,"n":"Fade Away"},{"id":10860,"c":7,"u":"fey%20teleportation_xge","p":74,"s":6,"h":1,"n":"Fey Teleportation"},{"id":10861,"c":7,"u":"flames%20of%20phlegethos_xge","p":74,"s":6,"h":1,"n":"Flames of Phlegethos"},{"id":10862,"c":7,"u":"infernal%20constitution_xge","p":75,"s":6,"h":1,"n":"Infernal Constitution"},{"id":10863,"c":7,"u":"orcish%20fury_xge","p":75,"s":6,"h":1,"n":"Orcish Fury"},{"id":10864,"c":7,"u":"prodigy_xge","p":75,"s":6,"h":1,"n":"Prodigy"},{"id":10865,"c":7,"u":"second%20chance_xge","p":75,"s":6,"h":1,"n":"Second Chance"},{"id":10866,"c":7,"u":"squat%20nimbleness_xge","p":75,"s":6,"h":1,"n":"Squat Nimbleness"},{"id":10867,"c":7,"u":"wood%20elf%20magic_xge","p":75,"s":6,"h":1,"n":"Wood Elf Magic"},{"id":10868,"c":7,"u":"ability%20score%20improvement_xphb","p":202,"s":8,"h":1,"n":"Ability Score Improvement"},{"id":10869,"c":7,"u":"actor_xphb","p":202,"s":8,"h":1,"n":"Actor"},{"id":10870,"c":7,"u":"alert_xphb","p":200,"s":8,"h":1,"n":"Alert"},{"id":10871,"c":7,"u":"archery_xphb","p":209,"s":8,"h":1,"n":"Archery"},{"id":10872,"c":7,"u":"athlete_xphb","p":202,"s":8,"h":1,"n":"Athlete"},{"id":10873,"c":7,"u":"blessed%20warrior_xphb","p":110,"s":8,"h":1,"n":"Blessed Warrior"},{"id":10874,"c":7,"u":"blind%20fighting_xphb","p":209,"s":8,"h":1,"n":"Blind Fighting"},{"id":10875,"c":7,"u":"boon%20of%20combat%20prowess_xphb","p":210,"s":8,"h":1,"n":"Boon of Combat Prowess"},{"id":10876,"c":7,"u":"boon%20of%20dimensional%20travel_xphb","p":210,"s":8,"h":1,"n":"Boon of Dimensional Travel"},{"id":10877,"c":7,"u":"boon%20of%20energy%20resistance_xphb","p":210,"s":8,"h":1,"n":"Boon of Energy Resistance"},{"id":10878,"c":7,"u":"boon%20of%20fate_xphb","p":210,"s":8,"h":1,"n":"Boon of Fate"},{"id":10879,"c":7,"u":"boon%20of%20fortitude_xphb","p":210,"s":8,"h":1,"n":"Boon of Fortitude"},{"id":10880,"c":7,"u":"boon%20of%20irresistible%20offense_xphb","p":211,"s":8,"h":1,"n":"Boon of Irresistible Offense"},{"id":10881,"c":7,"u":"boon%20of%20recovery_xphb","p":211,"s":8,"h":1,"n":"Boon of Recovery"},{"id":10882,"c":7,"u":"boon%20of%20skill_xphb","p":211,"s":8,"h":1,"n":"Boon of Skill"},{"id":10883,"c":7,"u":"boon%20of%20speed_xphb","p":211,"s":8,"h":1,"n":"Boon of Speed"},{"id":10884,"c":7,"u":"boon%20of%20spell%20recall_xphb","p":211,"s":8,"h":1,"n":"Boon of Spell Recall"},{"id":10885,"c":7,"u":"boon%20of%20the%20night%20spirit_xphb","p":211,"s":8,"h":1,"n":"Boon of the Night Spirit"},{"id":10886,"c":7,"u":"boon%20of%20truesight_xphb","p":211,"s":8,"h":1,"n":"Boon of Truesight"},{"id":10887,"c":7,"u":"charger_xphb","p":202,"s":8,"h":1,"n":"Charger"},{"id":10888,"c":7,"u":"chef_xphb","p":202,"s":8,"h":1,"n":"Chef"},{"id":10889,"c":7,"u":"crafter_xphb","p":200,"s":8,"h":1,"n":"Crafter"},{"id":10890,"c":7,"u":"crossbow%20expert_xphb","p":203,"s":8,"h":1,"n":"Crossbow Expert"},{"id":10891,"c":7,"u":"crusher_xphb","p":203,"s":8,"h":1,"n":"Crusher"},{"id":10892,"c":7,"u":"defense_xphb","p":209,"s":8,"h":1,"n":"Defense"},{"id":10893,"c":7,"u":"defensive%20duelist_xphb","p":203,"s":8,"h":1,"n":"Defensive Duelist"},{"id":10894,"c":7,"u":"druidic%20warrior_xphb","p":120,"s":8,"h":1,"n":"Druidic Warrior"},{"id":10895,"c":7,"u":"dual%20wielder_xphb","p":203,"s":8,"h":1,"n":"Dual Wielder"},{"id":10896,"c":7,"u":"dueling_xphb","p":209,"s":8,"h":1,"n":"Dueling"},{"id":10897,"c":7,"u":"durable_xphb","p":203,"s":8,"h":1,"n":"Durable"},{"id":10898,"c":7,"u":"elemental%20adept_xphb","p":203,"s":8,"h":1,"n":"Elemental Adept"},{"id":10899,"c":7,"u":"fey-touched_xphb","p":204,"s":8,"h":1,"n":"Fey-Touched"},{"id":10900,"c":7,"u":"grappler_xphb","p":204,"s":8,"h":1,"n":"Grappler"},{"id":10901,"c":7,"u":"great%20weapon%20fighting_xphb","p":209,"s":8,"h":1,"n":"Great Weapon Fighting"},{"id":10902,"c":7,"u":"great%20weapon%20master_xphb","p":204,"s":8,"h":1,"n":"Great Weapon Master"},{"id":10903,"c":7,"u":"healer_xphb","p":201,"s":8,"h":1,"n":"Healer"},{"id":10904,"c":7,"u":"heavily%20armored_xphb","p":204,"s":8,"h":1,"n":"Heavily Armored"},{"id":10905,"c":7,"u":"heavy%20armor%20master_xphb","p":204,"s":8,"h":1,"n":"Heavy Armor Master"},{"id":10906,"c":7,"u":"inspiring%20leader_xphb","p":204,"s":8,"h":1,"n":"Inspiring Leader"},{"id":10907,"c":7,"u":"interception_xphb","p":209,"s":8,"h":1,"n":"Interception"},{"id":10908,"c":7,"u":"keen%20mind_xphb","p":205,"s":8,"h":1,"n":"Keen Mind"},{"id":10909,"c":7,"u":"lightly%20armored_xphb","p":205,"s":8,"h":1,"n":"Lightly Armored"},{"id":10910,"c":7,"u":"lucky_xphb","p":201,"s":8,"h":1,"n":"Lucky"},{"id":10911,"c":7,"u":"mage%20slayer_xphb","p":205,"s":8,"h":1,"n":"Mage Slayer"},{"id":10912,"c":7,"u":"magic%20initiate_xphb","p":201,"s":8,"h":1,"n":"Magic Initiate"},{"id":10913,"c":7,"u":"martial%20weapon%20training_xphb","p":205,"s":8,"h":1,"n":"Martial Weapon Training"},{"id":10914,"c":7,"u":"medium%20armor%20master_xphb","p":205,"s":8,"h":1,"n":"Medium Armor Master"},{"id":10915,"c":7,"u":"moderately%20armored_xphb","p":205,"s":8,"h":1,"n":"Moderately Armored"},{"id":10916,"c":7,"u":"mounted%20combatant_xphb","p":205,"s":8,"h":1,"n":"Mounted Combatant"},{"id":10917,"c":7,"u":"musician_xphb","p":201,"s":8,"h":1,"n":"Musician"},{"id":10918,"c":7,"u":"observant_xphb","p":205,"s":8,"h":1,"n":"Observant"},{"id":10919,"c":7,"u":"piercer_xphb","p":206,"s":8,"h":1,"n":"Piercer"},{"id":10920,"c":7,"u":"poisoner_xphb","p":206,"s":8,"h":1,"n":"Poisoner"},{"id":10921,"c":7,"u":"polearm%20master_xphb","p":206,"s":8,"h":1,"n":"Polearm Master"},{"id":10922,"c":7,"u":"protection_xphb","p":209,"s":8,"h":1,"n":"Protection"},{"id":10923,"c":7,"u":"resilient_xphb","p":206,"s":8,"h":1,"n":"Resilient"},{"id":10924,"c":7,"u":"ritual%20caster_xphb","p":206,"s":8,"h":1,"n":"Ritual Caster"},{"id":10925,"c":7,"u":"savage%20attacker_xphb","p":201,"s":8,"h":1,"n":"Savage Attacker"},{"id":10926,"c":7,"u":"sentinel_xphb","p":207,"s":8,"h":1,"n":"Sentinel"},{"id":10927,"c":7,"u":"shadow-touched_xphb","p":207,"s":8,"h":1,"n":"Shadow-Touched"},{"id":10928,"c":7,"u":"sharpshooter_xphb","p":207,"s":8,"h":1,"n":"Sharpshooter"},{"id":10929,"c":7,"u":"shield%20master_xphb","p":207,"s":8,"h":1,"n":"Shield Master"},{"id":10930,"c":7,"u":"skill%20expert_xphb","p":207,"s":8,"h":1,"n":"Skill Expert"},{"id":10931,"c":7,"u":"skilled_xphb","p":201,"s":8,"h":1,"n":"Skilled"},{"id":10932,"c":7,"u":"skulker_xphb","p":208,"s":8,"h":1,"n":"Skulker"},{"id":10933,"c":7,"u":"slasher_xphb","p":208,"s":8,"h":1,"n":"Slasher"},{"id":10934,"c":7,"u":"speedy_xphb","p":208,"s":8,"h":1,"n":"Speedy"},{"id":10935,"c":7,"u":"spell%20sniper_xphb","p":208,"s":8,"h":1,"n":"Spell Sniper"},{"id":10936,"c":7,"u":"tavern%20brawler_xphb","p":202,"s":8,"h":1,"n":"Tavern Brawler"},{"id":10937,"c":7,"u":"telekinetic_xphb","p":208,"s":8,"h":1,"n":"Telekinetic"},{"id":10938,"c":7,"u":"telepathic_xphb","p":208,"s":8,"h":1,"n":"Telepathic"},{"id":10939,"c":7,"u":"thrown%20weapon%20fighting_xphb","p":210,"s":8,"h":1,"n":"Thrown Weapon Fighting"},{"id":10940,"c":7,"u":"tough_xphb","p":202,"s":8,"h":1,"n":"Tough"},{"id":10941,"c":7,"u":"two-weapon%20fighting_xphb","p":210,"s":8,"h":1,"n":"Two-Weapon Fighting"},{"id":10942,"c":7,"u":"unarmed%20fighting_xphb","p":210,"s":8,"h":1,"n":"Unarmed Fighting"},{"id":10943,"c":7,"u":"war%20caster_xphb","p":209,"s":8,"h":1,"n":"War Caster"},{"id":10944,"c":7,"u":"weapon%20master_xphb","p":209,"s":8,"h":1,"n":"Weapon Master"},{"id":10945,"c":7,"u":"adept%20of%20the%20black%20robes_dsotdq","p":31,"s":27,"h":1,"n":"Adept of the Black Robes"},{"id":10946,"c":7,"u":"adept%20of%20the%20red%20robes_dsotdq","p":32,"s":27,"h":1,"n":"Adept of the Red Robes"},{"id":10947,"c":7,"u":"adept%20of%20the%20white%20robes_dsotdq","p":32,"s":27,"h":1,"n":"Adept of the White Robes"},{"id":10948,"c":7,"u":"divinely%20favored_dsotdq","p":32,"s":27,"h":1,"n":"Divinely Favored"},{"id":10949,"c":7,"u":"initiate%20of%20high%20sorcery_dsotdq","p":32,"s":27,"h":1,"n":"Initiate of High Sorcery"},{"id":10950,"c":7,"u":"knight%20of%20the%20crown_dsotdq","p":32,"s":27,"h":1,"n":"Knight of the Crown"},{"id":10951,"c":7,"u":"knight%20of%20the%20rose_dsotdq","p":33,"s":27,"h":1,"n":"Knight of the Rose"},{"id":10952,"c":7,"u":"knight%20of%20the%20sword_dsotdq","p":33,"s":27,"h":1,"n":"Knight of the Sword"},{"id":10953,"c":7,"u":"squire%20of%20solamnia_dsotdq","p":34,"s":27,"h":1,"n":"Squire of Solamnia"},{"id":10954,"c":7,"u":"aberrant%20dragonmark_erlw","p":52,"s":29,"h":1,"n":"Aberrant Dragonmark"},{"id":10955,"c":7,"u":"revenant%20blade_erlw","p":22,"s":29,"h":1,"n":"Revenant Blade"},{"id":10956,"c":7,"u":"adroit%20crafter_ghloe","s":32,"h":1,"dP":1,"n":"Adroit Crafter"},{"id":10957,"c":7,"u":"careful%20crafter_ghloe","s":32,"h":1,"dP":1,"n":"Careful Crafter"},{"id":10958,"c":7,"u":"svirfneblin%20magic_mtf","p":114,"s":47,"h":1,"n":"Svirfneblin Magic"},{"id":10959,"c":7,"u":"actor_phb","p":165,"s":51,"h":1,"n":"Actor"},{"id":10960,"c":7,"u":"alert_phb","p":165,"s":51,"h":1,"n":"Alert"},{"id":10961,"c":7,"u":"athlete_phb","p":165,"s":51,"h":1,"n":"Athlete"},{"id":10962,"c":7,"u":"charger_phb","p":165,"s":51,"h":1,"n":"Charger"},{"id":10963,"c":7,"u":"crossbow%20expert_phb","p":165,"s":51,"h":1,"n":"Crossbow Expert"},{"id":10964,"c":7,"u":"defensive%20duelist_phb","p":165,"s":51,"h":1,"n":"Defensive Duelist"},{"id":10965,"c":7,"u":"dual%20wielder_phb","p":165,"s":51,"h":1,"n":"Dual Wielder"},{"id":10966,"c":7,"u":"dungeon%20delver_phb","p":166,"s":51,"h":1,"n":"Dungeon Delver"},{"id":10967,"c":7,"u":"durable_phb","p":166,"s":51,"h":1,"n":"Durable"},{"id":10968,"c":7,"u":"elemental%20adept_phb","p":166,"s":51,"h":1,"n":"Elemental Adept"},{"id":10969,"c":7,"u":"grappler_phb","p":167,"s":51,"h":1,"r":1,"n":"Grappler"},{"id":10970,"c":7,"u":"great%20weapon%20master_phb","p":167,"s":51,"h":1,"n":"Great Weapon Master"},{"id":10971,"c":7,"u":"healer_phb","p":167,"s":51,"h":1,"n":"Healer"},{"id":10972,"c":7,"u":"heavily%20armored_phb","p":167,"s":51,"h":1,"n":"Heavily Armored"},{"id":10973,"c":7,"u":"heavy%20armor%20master_phb","p":167,"s":51,"h":1,"n":"Heavy Armor Master"},{"id":10974,"c":7,"u":"inspiring%20leader_phb","p":167,"s":51,"h":1,"n":"Inspiring Leader"},{"id":10975,"c":7,"u":"keen%20mind_phb","p":167,"s":51,"h":1,"n":"Keen Mind"},{"id":10976,"c":7,"u":"lightly%20armored_phb","p":167,"s":51,"h":1,"n":"Lightly Armored"},{"id":10977,"c":7,"u":"linguist_phb","p":167,"s":51,"h":1,"n":"Linguist"},{"id":10978,"c":7,"u":"lucky_phb","p":167,"s":51,"h":1,"n":"Lucky"},{"id":10979,"c":7,"u":"mage%20slayer_phb","p":168,"s":51,"h":1,"n":"Mage Slayer"},{"id":10980,"c":7,"u":"magic%20initiate_phb","p":168,"s":51,"h":1,"n":"Magic Initiate"},{"id":10981,"c":7,"u":"martial%20adept_phb","p":168,"s":51,"h":1,"n":"Martial Adept"},{"id":10982,"c":7,"u":"medium%20armor%20master_phb","p":168,"s":51,"h":1,"n":"Medium Armor Master"},{"id":10983,"c":7,"u":"mobile_phb","p":168,"s":51,"h":1,"n":"Mobile"},{"id":10984,"c":7,"u":"moderately%20armored_phb","p":168,"s":51,"h":1,"n":"Moderately Armored"},{"id":10985,"c":7,"u":"mounted%20combatant_phb","p":168,"s":51,"h":1,"n":"Mounted Combatant"},{"id":10986,"c":7,"u":"observant_phb","p":168,"s":51,"h":1,"n":"Observant"},{"id":10987,"c":7,"u":"polearm%20master_phb","p":168,"s":51,"h":1,"n":"Polearm Master"},{"id":10988,"c":7,"u":"resilient_phb","p":168,"s":51,"h":1,"n":"Resilient"},{"id":10989,"c":7,"u":"ritual%20caster_phb","p":169,"s":51,"h":1,"n":"Ritual Caster"},{"id":10990,"c":7,"u":"savage%20attacker_phb","p":169,"s":51,"h":1,"n":"Savage Attacker"},{"id":10991,"c":7,"u":"sentinel_phb","p":169,"s":51,"h":1,"n":"Sentinel"},{"id":10992,"c":7,"u":"sharpshooter_phb","p":170,"s":51,"h":1,"n":"Sharpshooter"},{"id":10993,"c":7,"u":"shield%20master_phb","p":170,"s":51,"h":1,"n":"Shield Master"},{"id":10994,"c":7,"u":"skilled_phb","p":170,"s":51,"h":1,"n":"Skilled"},{"id":10995,"c":7,"u":"skulker_phb","p":170,"s":51,"h":1,"n":"Skulker"},{"id":10996,"c":7,"u":"spell%20sniper_phb","p":170,"s":51,"h":1,"n":"Spell Sniper"},{"id":10997,"c":7,"u":"tavern%20brawler_phb","p":170,"s":51,"h":1,"n":"Tavern Brawler"},{"id":10998,"c":7,"u":"tough_phb","p":170,"s":51,"h":1,"n":"Tough"},{"id":10999,"c":7,"u":"war%20caster_phb","p":170,"s":51,"h":1,"n":"War Caster"},{"id":11000,"c":7,"u":"weapon%20master_phb","p":170,"s":51,"h":1,"n":"Weapon Master"},{"id":11001,"c":7,"u":"agent%20of%20order_sato","p":10,"s":103,"h":1,"n":"Agent of Order"},{"id":11002,"c":7,"u":"baleful%20scion_sato","p":10,"s":103,"h":1,"n":"Baleful Scion"},{"id":11003,"c":7,"u":"cohort%20of%20chaos_sato","p":10,"s":103,"h":1,"n":"Cohort of Chaos"},{"id":11004,"c":7,"u":"outlands%20envoy_sato","p":10,"s":103,"h":1,"n":"Outlands Envoy"},{"id":11005,"c":7,"u":"planar%20wanderer_sato","p":11,"s":103,"h":1,"n":"Planar Wanderer"},{"id":11006,"c":7,"u":"righteous%20heritor_sato","p":11,"s":103,"h":1,"n":"Righteous Heritor"},{"id":11007,"c":7,"u":"scion%20of%20the%20outer%20planes_sato","p":12,"s":103,"h":1,"n":"Scion of the Outer Planes"},{"id":11008,"c":7,"u":"strixhaven%20initiate_scc","p":36,"s":56,"h":1,"n":"Strixhaven Initiate"},{"id":11009,"c":7,"u":"strixhaven%20mascot_scc","p":37,"s":56,"h":1,"n":"Strixhaven Mascot"},{"id":11010,"c":7,"u":"cruel_tdcsr","p":190,"s":60,"h":1,"dP":1,"n":"Cruel"},{"id":11011,"c":7,"u":"flash%20recall_tdcsr","p":190,"s":60,"h":1,"dP":1,"n":"Flash Recall"},{"id":11012,"c":7,"u":"mystic%20conflux_tdcsr","p":190,"s":60,"h":1,"dP":1,"n":"Mystic Conflux"},{"id":11013,"c":7,"u":"remarkable%20recovery_tdcsr","p":190,"s":60,"h":1,"dP":1,"n":"Remarkable Recovery"},{"id":11014,"c":7,"u":"spelldriver_tdcsr","p":190,"s":60,"h":1,"dP":1,"n":"Spelldriver"},{"id":11015,"c":7,"u":"thrown%20arms%20master_tdcsr","p":191,"s":60,"h":1,"dP":1,"n":"Thrown Arms Master"},{"id":11016,"c":7,"u":"vital%20sacrifice_tdcsr","p":191,"s":60,"h":1,"dP":1,"n":"Vital Sacrifice"},{"id":11017,"c":7,"u":"quicksmithing_psk","p":13,"s":97,"h":1,"n":"Quicksmithing"},{"id":11018,"c":7,"u":"servo%20crafting_psk","p":13,"s":97,"h":1,"n":"Servo Crafting"},{"id":11019,"c":7,"u":"vampiric%20exultation_psx","p":14,"s":98,"h":1,"n":"Vampiric Exultation"},{"id":11026,"c":8,"u":"bond%20of%20the%20talisman_tce","p":70,"s":4,"h":1,"n":"Bond of the Talisman"},{"id":11032,"c":8,"u":"eldritch%20mind_tce","p":71,"s":4,"h":1,"n":"Eldritch Mind"},{"id":11036,"c":8,"u":"far%20scribe_tce","p":71,"s":4,"h":1,"n":"Far Scribe"},{"id":11039,"c":8,"u":"gift%20of%20the%20protectors_tce","p":71,"s":4,"h":1,"n":"Gift of the Protectors"},{"id":11045,"c":8,"u":"investment%20of%20the%20chain%20master_tce","p":71,"s":4,"h":1,"n":"Investment of the Chain Master"},{"id":11048,"c":8,"u":"protection%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"n":"Protection of the Talisman"},{"id":11051,"c":8,"u":"rebuke%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"n":"Rebuke of the Talisman"},{"id":11066,"c":8,"u":"undying%20servitude_tce","p":71,"s":4,"h":1,"n":"Undying Servitude"},{"id":11067,"c":8,"u":"aspect%20of%20the%20moon_xge","p":56,"s":6,"h":1,"n":"Aspect of the Moon"},{"id":11071,"c":8,"u":"cloak%20of%20flies_xge","p":56,"s":6,"h":1,"n":"Cloak of Flies"},{"id":11072,"c":8,"u":"eldritch%20smite_xge","p":56,"s":6,"h":1,"n":"Eldritch Smite"},{"id":11074,"c":8,"u":"ghostly%20gaze_xge","p":56,"s":6,"h":1,"n":"Ghostly Gaze"},{"id":11075,"c":8,"u":"gift%20of%20the%20depths_xge","p":57,"s":6,"h":1,"n":"Gift of the Depths"},{"id":11076,"c":8,"u":"gift%20of%20the%20ever-living%20ones_xge","p":57,"s":6,"h":1,"n":"Gift of the Ever-Living Ones"},{"id":11077,"c":8,"u":"grasp%20of%20hadar_xge","p":57,"s":6,"h":1,"n":"Grasp of Hadar"},{"id":11079,"c":8,"u":"improved%20pact%20weapon_xge","p":57,"s":6,"h":1,"n":"Improved Pact Weapon"},{"id":11080,"c":8,"u":"lance%20of%20lethargy_xge","p":57,"s":6,"h":1,"n":"Lance of Lethargy"},{"id":11081,"c":8,"u":"maddening%20hex_xge","p":57,"s":6,"h":1,"n":"Maddening Hex"},{"id":11083,"c":8,"u":"relentless%20hex_xge","p":57,"s":6,"h":1,"n":"Relentless Hex"},{"id":11086,"c":8,"u":"shroud%20of%20shadow_xge","p":57,"s":6,"h":1,"n":"Shroud of Shadow"},{"id":11087,"c":8,"u":"tomb%20of%20levistus_xge","p":57,"s":6,"h":1,"n":"Tomb of Levistus"},{"id":11088,"c":8,"u":"trickster's%20escape_xge","p":57,"s":6,"h":1,"n":"Trickster's Escape"},{"id":11089,"c":8,"u":"agonizing%20blast_xphb","p":155,"s":8,"h":1,"n":"Agonizing Blast"},{"id":11091,"c":8,"u":"armor%20of%20shadows_xphb","p":155,"s":8,"h":1,"n":"Armor of Shadows"},{"id":11092,"c":8,"u":"ascendant%20step_xphb","p":155,"s":8,"h":1,"n":"Ascendant Step"},{"id":11097,"c":8,"u":"devil's%20sight_xphb","p":155,"s":8,"h":1,"n":"Devil's Sight"},{"id":11098,"c":8,"u":"devouring%20blade_xphb","p":155,"s":8,"h":1,"n":"Devouring Blade"},{"id":11102,"c":8,"u":"eldritch%20mind_xphb","p":155,"s":8,"h":1,"n":"Eldritch Mind"},{"id":11103,"c":8,"u":"eldritch%20smite_xphb","p":155,"s":8,"h":1,"n":"Eldritch Smite"},{"id":11104,"c":8,"u":"eldritch%20spear_xphb","p":155,"s":8,"h":1,"n":"Eldritch Spear"},{"id":11109,"c":8,"u":"fiendish%20vigor_xphb","p":155,"s":8,"h":1,"n":"Fiendish Vigor"},{"id":11110,"c":8,"u":"gaze%20of%20two%20minds_xphb","p":156,"s":8,"h":1,"n":"Gaze of Two Minds"},{"id":11111,"c":8,"u":"gift%20of%20the%20depths_xphb","p":156,"s":8,"h":1,"n":"Gift of the Depths"},{"id":11112,"c":8,"u":"gift%20of%20the%20protectors_xphb","p":156,"s":8,"h":1,"n":"Gift of the Protectors"},{"id":11115,"c":8,"u":"investment%20of%20the%20chain%20master_xphb","p":156,"s":8,"h":1,"n":"Investment of the Chain Master"},{"id":11116,"c":8,"u":"lessons%20of%20the%20first%20ones_xphb","p":156,"s":8,"h":1,"n":"Lessons of the First Ones"},{"id":11117,"c":8,"u":"lifedrinker_xphb","p":156,"s":8,"h":1,"n":"Lifedrinker"},{"id":11120,"c":8,"u":"mask%20of%20many%20faces_xphb","p":156,"s":8,"h":1,"n":"Mask of Many Faces"},{"id":11121,"c":8,"u":"master%20of%20myriad%20forms_xphb","p":156,"s":8,"h":1,"n":"Master of Myriad Forms"},{"id":11123,"c":8,"u":"misty%20visions_xphb","p":156,"s":8,"h":1,"n":"Misty Visions"},{"id":11124,"c":8,"u":"one%20with%20shadows_xphb","p":156,"s":8,"h":1,"n":"One with Shadows"},{"id":11125,"c":8,"u":"otherworldly%20leap_xphb","p":156,"s":8,"h":1,"n":"Otherworldly Leap"},{"id":11126,"c":8,"u":"pact%20of%20the%20blade_xphb","p":156,"s":8,"h":1,"n":"Pact of the Blade"},{"id":11127,"c":8,"u":"pact%20of%20the%20chain_xphb","p":157,"s":8,"h":1,"n":"Pact of the Chain"},{"id":11128,"c":8,"u":"pact%20of%20the%20tome_xphb","p":157,"s":8,"h":1,"n":"Pact of the Tome"},{"id":11134,"c":8,"u":"repelling%20blast_xphb","p":157,"s":8,"h":1,"n":"Repelling Blast"},{"id":11140,"c":8,"u":"thirsting%20blade_xphb","p":157,"s":8,"h":1,"n":"Thirsting Blade"},{"id":11144,"c":8,"u":"visions%20of%20distant%20realms_xphb","p":157,"s":8,"h":1,"n":"Visions of Distant Realms"},{"id":11145,"c":8,"u":"whispers%20of%20the%20grave_xphb","p":157,"s":8,"h":1,"n":"Whispers of the Grave"},{"id":11146,"c":8,"u":"witch%20sight_xphb","p":157,"s":8,"h":1,"n":"Witch Sight"},{"id":11147,"c":8,"u":"agonizing%20blast_phb","p":110,"s":51,"h":1,"r":1,"n":"Agonizing Blast"},{"id":11149,"c":8,"u":"armor%20of%20shadows_phb","p":110,"s":51,"h":1,"r":1,"n":"Armor of Shadows"},{"id":11150,"c":8,"u":"ascendant%20step_phb","p":110,"s":51,"h":1,"r":1,"n":"Ascendant Step"},{"id":11151,"c":8,"u":"beast%20speech_phb","p":110,"s":51,"h":1,"r":1,"n":"Beast Speech"},{"id":11152,"c":8,"u":"beguiling%20influence_phb","p":110,"s":51,"h":1,"r":1,"n":"Beguiling Influence"},{"id":11153,"c":8,"u":"bewitching%20whispers_phb","p":110,"s":51,"h":1,"r":1,"n":"Bewitching Whispers"},{"id":11154,"c":8,"u":"book%20of%20ancient%20secrets_phb","p":110,"s":51,"h":1,"r":1,"n":"Book of Ancient Secrets"},{"id":11157,"c":8,"u":"chains%20of%20carceri_phb","p":110,"s":51,"h":1,"r":1,"n":"Chains of Carceri"},{"id":11161,"c":8,"u":"devil's%20sight_phb","p":110,"s":51,"h":1,"r":1,"n":"Devil's Sight"},{"id":11165,"c":8,"u":"dreadful%20word_phb","p":110,"s":51,"h":1,"r":1,"n":"Dreadful Word"},{"id":11167,"c":8,"u":"eldritch%20sight_phb","p":110,"s":51,"h":1,"r":1,"n":"Eldritch Sight"},{"id":11168,"c":8,"u":"eldritch%20spear_phb","p":111,"s":51,"h":1,"r":1,"n":"Eldritch Spear"},{"id":11174,"c":8,"u":"eyes%20of%20the%20rune%20keeper_phb","p":111,"s":51,"h":1,"r":1,"n":"Eyes of the Rune Keeper"},{"id":11177,"c":8,"u":"fiendish%20vigor_phb","p":111,"s":51,"h":1,"r":1,"n":"Fiendish Vigor"},{"id":11180,"c":8,"u":"gaze%20of%20two%20minds_phb","p":111,"s":51,"h":1,"r":1,"n":"Gaze of Two Minds"},{"id":11185,"c":8,"u":"lifedrinker_phb","p":111,"s":51,"h":1,"r":1,"n":"Lifedrinker"},{"id":11188,"c":8,"u":"mask%20of%20many%20faces_phb","p":111,"s":51,"h":1,"r":1,"n":"Mask of Many Faces"},{"id":11189,"c":8,"u":"master%20of%20myriad%20forms_phb","p":111,"s":51,"h":1,"r":1,"n":"Master of Myriad Forms"},{"id":11191,"c":8,"u":"minions%20of%20chaos_phb","p":111,"s":51,"h":1,"r":1,"n":"Minions of Chaos"},{"id":11192,"c":8,"u":"mire%20the%20mind_phb","p":111,"s":51,"h":1,"r":1,"n":"Mire the Mind"},{"id":11194,"c":8,"u":"misty%20visions_phb","p":111,"s":51,"h":1,"r":1,"n":"Misty Visions"},{"id":11195,"c":8,"u":"one%20with%20shadows_phb","p":111,"s":51,"h":1,"r":1,"n":"One with Shadows"},{"id":11196,"c":8,"u":"otherworldly%20leap_phb","p":111,"s":51,"h":1,"r":1,"n":"Otherworldly Leap"},{"id":11206,"c":8,"u":"repelling%20blast_phb","p":111,"s":51,"h":1,"r":1,"n":"Repelling Blast"},{"id":11211,"c":8,"u":"sculptor%20of%20flesh_phb","p":111,"s":51,"h":1,"r":1,"n":"Sculptor of Flesh"},{"id":11213,"c":8,"u":"sign%20of%20ill%20omen_phb","p":111,"s":51,"h":1,"r":1,"n":"Sign of Ill Omen"},{"id":11217,"c":8,"u":"thief%20of%20five%20fates_phb","p":111,"s":51,"h":1,"r":1,"n":"Thief of Five Fates"},{"id":11218,"c":8,"u":"thirsting%20blade_phb","p":111,"s":51,"h":1,"r":1,"n":"Thirsting Blade"},{"id":11223,"c":8,"u":"visions%20of%20distant%20realms_phb","p":111,"s":51,"h":1,"r":1,"n":"Visions of Distant Realms"},{"id":11224,"c":8,"u":"voice%20of%20the%20chain%20master_phb","p":111,"s":51,"h":1,"r":1,"n":"Voice of the Chain Master"},{"id":11227,"c":8,"u":"whispers%20of%20the%20grave_phb","p":111,"s":51,"h":1,"r":1,"n":"Whispers of the Grave"},{"id":11228,"c":8,"u":"witch%20sight_phb","p":111,"s":51,"h":1,"r":1,"n":"Witch Sight"},{"id":11266,"c":22,"u":"seeking%20spell_tce","p":66,"s":4,"h":1,"n":"Seeking Spell"},{"id":11273,"c":22,"u":"transmuted%20spell_tce","p":66,"s":4,"h":1,"n":"Transmuted Spell"},{"id":11303,"c":22,"u":"careful%20spell_xphb","p":141,"s":8,"h":1,"n":"Careful Spell"},{"id":11309,"c":22,"u":"distant%20spell_xphb","p":141,"s":8,"h":1,"n":"Distant Spell"},{"id":11314,"c":22,"u":"empowered%20spell_xphb","p":142,"s":8,"h":1,"n":"Empowered Spell"},{"id":11316,"c":22,"u":"extended%20spell_xphb","p":142,"s":8,"h":1,"n":"Extended Spell"},{"id":11323,"c":22,"u":"heightened%20spell_xphb","p":142,"s":8,"h":1,"n":"Heightened Spell"},{"id":11341,"c":22,"u":"quickened%20spell_xphb","p":142,"s":8,"h":1,"n":"Quickened Spell"},{"id":11345,"c":22,"u":"seeking%20spell_xphb","p":142,"s":8,"h":1,"n":"Seeking Spell"},{"id":11346,"c":22,"u":"subtle%20spell_xphb","p":142,"s":8,"h":1,"n":"Subtle Spell"},{"id":11350,"c":22,"u":"transmuted%20spell_xphb","p":142,"s":8,"h":1,"n":"Transmuted Spell"},{"id":11352,"c":22,"u":"twinned%20spell_xphb","p":142,"s":8,"h":1,"n":"Twinned Spell"},{"id":11365,"c":22,"u":"careful%20spell_phb","p":102,"s":51,"h":1,"r":1,"n":"Careful Spell"},{"id":11372,"c":22,"u":"distant%20spell_phb","p":102,"s":51,"h":1,"r":1,"n":"Distant Spell"},{"id":11379,"c":22,"u":"empowered%20spell_phb","p":102,"s":51,"h":1,"r":1,"n":"Empowered Spell"},{"id":11382,"c":22,"u":"extended%20spell_phb","p":102,"s":51,"h":1,"r":1,"n":"Extended Spell"},{"id":11393,"c":22,"u":"heightened%20spell_phb","p":102,"s":51,"h":1,"r":1,"n":"Heightened Spell"},{"id":11413,"c":22,"u":"quickened%20spell_phb","p":102,"s":51,"h":1,"r":1,"n":"Quickened Spell"},{"id":11423,"c":22,"u":"subtle%20spell_phb","p":102,"s":51,"h":1,"r":1,"n":"Subtle Spell"},{"id":11429,"c":22,"u":"twinned%20spell_phb","p":102,"s":51,"h":1,"r":1,"n":"Twinned Spell"},{"id":11438,"c":23,"u":"ambush_tce","p":42,"s":4,"h":1,"n":"Ambush"},{"id":11441,"c":23,"u":"bait%20and%20switch_tce","p":42,"s":4,"h":1,"n":"Bait and Switch"},{"id":11446,"c":23,"u":"brace_tce","p":42,"s":4,"h":1,"n":"Brace"},{"id":11448,"c":23,"u":"commanding%20presence_tce","p":42,"s":4,"h":1,"n":"Commanding Presence"},{"id":11458,"c":23,"u":"grappling%20strike_tce","p":42,"s":4,"h":1,"n":"Grappling Strike"},{"id":11467,"c":23,"u":"quick%20toss_tce","p":42,"s":4,"h":1,"n":"Quick Toss"},{"id":11480,"c":23,"u":"tactical%20assessment_tce","p":42,"s":4,"h":1,"n":"Tactical Assessment"},{"id":11508,"c":23,"u":"ambush_xphb","p":94,"s":8,"h":1,"n":"Ambush"},{"id":11511,"c":23,"u":"bait%20and%20switch_xphb","p":94,"s":8,"h":1,"n":"Bait and Switch"},{"id":11513,"c":23,"u":"commander's%20strike_xphb","p":94,"s":8,"h":1,"n":"Commander's Strike"},{"id":11514,"c":23,"u":"commanding%20presence_xphb","p":95,"s":8,"h":1,"n":"Commanding Presence"},{"id":11517,"c":23,"u":"disarming%20attack_xphb","p":95,"s":8,"h":1,"n":"Disarming Attack"},{"id":11519,"c":23,"u":"distracting%20strike_xphb","p":95,"s":8,"h":1,"n":"Distracting Strike"},{"id":11524,"c":23,"u":"evasive%20footwork_xphb","p":95,"s":8,"h":1,"n":"Evasive Footwork"},{"id":11526,"c":23,"u":"feinting%20attack_xphb","p":95,"s":8,"h":1,"n":"Feinting Attack"},{"id":11531,"c":23,"u":"goading%20attack_xphb","p":95,"s":8,"h":1,"n":"Goading Attack"},{"id":11536,"c":23,"u":"lunging%20attack_xphb","p":95,"s":8,"h":1,"n":"Lunging Attack"},{"id":11537,"c":23,"u":"maneuvering%20attack_xphb","p":95,"s":8,"h":1,"n":"Maneuvering Attack"},{"id":11540,"c":23,"u":"menacing%20attack_xphb","p":95,"s":8,"h":1,"n":"Menacing Attack"},{"id":11547,"c":23,"u":"parry_xphb","p":95,"s":8,"h":1,"n":"Parry"},{"id":11548,"c":23,"u":"precision%20attack_xphb","p":95,"s":8,"h":1,"n":"Precision Attack"},{"id":11549,"c":23,"u":"pushing%20attack_xphb","p":95,"s":8,"h":1,"n":"Pushing Attack"},{"id":11551,"c":23,"u":"rally_xphb","p":95,"s":8,"h":1,"n":"Rally"},{"id":11553,"c":23,"u":"riposte_xphb","p":95,"s":8,"h":1,"n":"Riposte"},{"id":11556,"c":23,"u":"sweeping%20attack_xphb","p":95,"s":8,"h":1,"n":"Sweeping Attack"},{"id":11557,"c":23,"u":"tactical%20assessment_xphb","p":95,"s":8,"h":1,"n":"Tactical Assessment"},{"id":11560,"c":23,"u":"trip%20attack_xphb","p":95,"s":8,"h":1,"n":"Trip Attack"},{"id":11577,"c":23,"u":"commander's%20strike_phb","p":74,"s":51,"h":1,"n":"Commander's Strike"},{"id":11580,"c":23,"u":"disarming%20attack_phb","p":74,"s":51,"h":1,"n":"Disarming Attack"},{"id":11582,"c":23,"u":"distracting%20strike_phb","p":74,"s":51,"h":1,"n":"Distracting Strike"},{"id":11590,"c":23,"u":"evasive%20footwork_phb","p":74,"s":51,"h":1,"n":"Evasive Footwork"},{"id":11594,"c":23,"u":"feinting%20attack_phb","p":74,"s":51,"h":1,"n":"Feinting Attack"},{"id":11599,"c":23,"u":"goading%20attack_phb","p":74,"s":51,"h":1,"n":"Goading Attack"},{"id":11604,"c":23,"u":"lunging%20attack_phb","p":74,"s":51,"h":1,"n":"Lunging Attack"},{"id":11605,"c":23,"u":"maneuvering%20attack_phb","p":74,"s":51,"h":1,"n":"Maneuvering Attack"},{"id":11608,"c":23,"u":"menacing%20attack_phb","p":74,"s":51,"h":1,"n":"Menacing Attack"},{"id":11618,"c":23,"u":"parry_phb","p":74,"s":51,"h":1,"n":"Parry"},{"id":11619,"c":23,"u":"precision%20attack_phb","p":74,"s":51,"h":1,"n":"Precision Attack"},{"id":11621,"c":23,"u":"pushing%20attack_phb","p":74,"s":51,"h":1,"n":"Pushing Attack"},{"id":11623,"c":23,"u":"rally_phb","p":74,"s":51,"h":1,"n":"Rally"},{"id":11626,"c":23,"u":"riposte_phb","p":74,"s":51,"h":1,"n":"Riposte"},{"id":11633,"c":23,"u":"sweeping%20attack_phb","p":74,"s":51,"h":1,"n":"Sweeping Attack"},{"id":11637,"c":23,"u":"trip%20attack_phb","p":74,"s":51,"h":1,"n":"Trip Attack"},{"id":11904,"c":27,"u":"banishing%20arrow_xge","p":29,"s":6,"h":1,"n":"Banishing Arrow"},{"id":11905,"c":27,"u":"beguiling%20arrow_xge","p":29,"s":6,"h":1,"n":"Beguiling Arrow"},{"id":11906,"c":27,"u":"bursting%20arrow_xge","p":29,"s":6,"h":1,"n":"Bursting Arrow"},{"id":11909,"c":27,"u":"enfeebling%20arrow_xge","p":29,"s":6,"h":1,"n":"Enfeebling Arrow"},{"id":11914,"c":27,"u":"grasping%20arrow_xge","p":29,"s":6,"h":1,"n":"Grasping Arrow"},{"id":11918,"c":27,"u":"piercing%20arrow_xge","p":29,"s":6,"h":1,"n":"Piercing Arrow"},{"id":11920,"c":27,"u":"seeking%20arrow_xge","p":30,"s":6,"h":1,"n":"Seeking Arrow"},{"id":11921,"c":27,"u":"shadow%20arrow_xge","p":30,"s":6,"h":1,"n":"Shadow Arrow"},{"id":12278,"c":29,"u":"blessed%20warrior_tce","p":52,"s":4,"h":1,"n":"Blessed Warrior"},{"id":12279,"c":29,"u":"blind%20fighting_tce","p":41,"s":4,"h":1,"n":"Blind Fighting"},{"id":12285,"c":29,"u":"druidic%20warrior_tce","p":57,"s":4,"h":1,"n":"Druidic Warrior"},{"id":12298,"c":29,"u":"interception_tce","p":41,"s":4,"h":1,"n":"Interception"},{"id":12315,"c":29,"u":"superior%20technique_tce","p":41,"s":4,"h":1,"n":"Superior Technique"},{"id":12317,"c":29,"u":"thrown%20weapon%20fighting_tce","p":42,"s":4,"h":1,"n":"Thrown Weapon Fighting"},{"id":12319,"c":29,"u":"unarmed%20fighting_tce","p":42,"s":4,"h":1,"n":"Unarmed Fighting"},{"id":12402,"c":29,"u":"archery_phb","p":72,"s":51,"h":1,"r":1,"n":"Archery"},{"id":12414,"c":29,"u":"defense_phb","p":72,"s":51,"h":1,"r":1,"n":"Defense"},{"id":12420,"c":29,"u":"dueling_phb","p":72,"s":51,"h":1,"r":1,"n":"Dueling"},{"id":12437,"c":29,"u":"great%20weapon%20fighting_phb","p":72,"s":51,"h":1,"r":1,"n":"Great Weapon Fighting"},{"id":12456,"c":29,"u":"protection_phb","p":72,"s":51,"h":1,"r":1,"n":"Protection"},{"id":12475,"c":29,"u":"two-weapon%20fighting_phb","p":72,"s":51,"h":1,"r":1,"n":"Two-Weapon Fighting"},{"id":12510,"c":32,"u":"pact%20of%20the%20talisman_tce","p":71,"s":4,"h":1,"n":"Pact of the Talisman"},{"id":12660,"c":32,"u":"pact%20of%20the%20blade_phb","p":107,"s":51,"h":1,"r":1,"n":"Pact of the Blade"},{"id":12661,"c":32,"u":"pact%20of%20the%20chain_phb","p":107,"s":51,"h":1,"r":1,"n":"Pact of the Chain"},{"id":12662,"c":32,"u":"pact%20of%20the%20tome_phb","p":108,"s":51,"h":1,"r":1,"n":"Pact of the Tome"},{"id":12827,"c":33,"u":"breath%20of%20winter_phb","p":81,"s":51,"h":1,"n":"Breath of Winter"},{"id":12830,"c":33,"u":"clench%20of%20the%20north%20wind_phb","p":81,"s":51,"h":1,"n":"Clench of the North Wind"},{"id":12841,"c":33,"u":"elemental%20attunement_phb","p":81,"s":51,"h":1,"n":"Elemental Attunement"},{"id":12843,"c":33,"u":"eternal%20mountain%20defense_phb","p":81,"s":51,"h":1,"n":"Eternal Mountain Defense"},{"id":12847,"c":33,"u":"fangs%20of%20the%20fire%20snake_phb","p":81,"s":51,"h":1,"n":"Fangs of the Fire Snake"},{"id":12850,"c":33,"u":"fist%20of%20four%20thunders_phb","p":81,"s":51,"h":1,"n":"Fist of Four Thunders"},{"id":12851,"c":33,"u":"flames%20of%20the%20phoenix_phb","p":81,"s":51,"h":1,"n":"Flames of the Phoenix"},{"id":12854,"c":33,"u":"gong%20of%20the%20summit_phb","p":81,"s":51,"h":1,"n":"Gong of the Summit"},{"id":12865,"c":33,"u":"mist%20stance_phb","p":81,"s":51,"h":1,"n":"Mist Stance"},{"id":12879,"c":33,"u":"ride%20the%20wind_phb","p":81,"s":51,"h":1,"n":"Ride the Wind"},{"id":12881,"c":33,"u":"river%20of%20hungry%20flame_phb","p":81,"s":51,"h":1,"n":"River of Hungry Flame"},{"id":12882,"c":33,"u":"rush%20of%20the%20gale%20spirits_phb","p":81,"s":51,"h":1,"n":"Rush of the Gale Spirits"},{"id":12884,"c":33,"u":"shape%20the%20flowing%20river_phb","p":81,"s":51,"h":1,"n":"Shape the Flowing River"},{"id":12888,"c":33,"u":"sweeping%20cinder%20strike_phb","p":81,"s":51,"h":1,"n":"Sweeping Cinder Strike"},{"id":12894,"c":33,"u":"unbroken%20air_phb","p":81,"s":51,"h":1,"n":"Unbroken Air"},{"id":12897,"c":33,"u":"water%20whip_phb","p":81,"s":51,"h":1,"n":"Water Whip"},{"id":12898,"c":33,"u":"wave%20of%20rolling%20earth_phb","p":81,"s":51,"h":1,"n":"Wave of Rolling Earth"},{"id":12902,"c":34,"u":"arcane%20propulsion%20armor_tce","p":20,"s":4,"h":1,"n":"Arcane Propulsion Armor"},{"id":12903,"c":34,"u":"armor%20of%20magical%20strength_tce","p":20,"s":4,"h":1,"n":"Armor of Magical Strength"},{"id":12908,"c":34,"u":"boots%20of%20the%20winding%20path_tce","p":21,"s":4,"h":1,"n":"Boots of the Winding Path"},{"id":12914,"c":34,"u":"enhanced%20arcane%20focus_tce","p":21,"s":4,"h":1,"n":"Enhanced Arcane Focus"},{"id":12915,"c":34,"u":"enhanced%20defense_tce","p":21,"s":4,"h":1,"n":"Enhanced Defense"},{"id":12916,"c":34,"u":"enhanced%20weapon_tce","p":21,"s":4,"h":1,"n":"Enhanced Weapon"},{"id":12922,"c":34,"u":"helm%20of%20awareness_tce","p":21,"s":4,"h":1,"n":"Helm of Awareness"},{"id":12924,"c":34,"u":"homunculus%20servant_tce","p":21,"s":4,"h":1,"n":"Homunculus Servant"},{"id":12927,"c":34,"u":"mind%20sharpener_tce","p":22,"s":4,"h":1,"n":"Mind Sharpener"},{"id":12931,"c":34,"u":"radiant%20weapon_tce","p":22,"s":4,"h":1,"n":"Radiant Weapon"},{"id":12933,"c":34,"u":"repeating%20shot_tce","p":22,"s":4,"h":1,"n":"Repeating Shot"},{"id":12934,"c":34,"u":"replicate%20magic%20item_tce","p":22,"s":4,"h":1,"n":"Replicate Magic Item"},{"id":12935,"c":34,"u":"repulsion%20shield_tce","p":23,"s":4,"h":1,"n":"Repulsion Shield"},{"id":12936,"c":34,"u":"resistant%20armor_tce","p":23,"s":4,"h":1,"n":"Resistant Armor"},{"id":12937,"c":34,"u":"returning%20weapon_tce","p":23,"s":4,"h":1,"n":"Returning Weapon"},{"id":12939,"c":34,"u":"spell-refueling%20ring_tce","p":23,"s":4,"h":1,"n":"Spell-Refueling Ring"},{"id":13328,"c":37,"u":"cloud%20rune_tce","p":44,"s":4,"h":1,"n":"Cloud Rune"},{"id":13336,"c":37,"u":"fire%20rune_tce","p":44,"s":4,"h":1,"n":"Fire Rune"},{"id":13337,"c":37,"u":"frost%20rune_tce","p":45,"s":4,"h":1,"n":"Frost Rune"},{"id":13341,"c":37,"u":"hill%20rune_tce","p":45,"s":4,"h":1,"n":"Hill Rune"},{"id":13358,"c":37,"u":"stone%20rune_tce","p":45,"s":4,"h":1,"n":"Stone Rune"},{"id":13359,"c":37,"u":"storm%20rune_tce","p":45,"s":4,"h":1,"n":"Storm Rune"},{"id":13946,"c":4,"u":"birdpipes_scag","p":124,"s":106,"h":1,"n":"Birdpipes"},{"id":13947,"c":4,"u":"glaur_scag","p":124,"s":106,"h":1,"n":"Glaur"},{"id":13948,"c":4,"u":"hand%20drum_scag","p":124,"s":106,"h":1,"n":"Hand Drum"},{"id":13949,"c":4,"u":"longhorn_scag","p":124,"s":106,"h":1,"n":"Longhorn"},{"id":13950,"c":4,"u":"shawm_scag","p":124,"s":106,"h":1,"n":"Shawm"},{"id":13951,"c":4,"u":"songhorn_scag","p":124,"s":106,"h":1,"n":"Songhorn"},{"id":13952,"c":4,"u":"spiked%20armor_scag","p":121,"s":106,"h":1,"n":"Spiked Armor"},{"id":13953,"c":4,"u":"tantan_scag","p":124,"s":106,"h":1,"n":"Tantan"},{"id":13954,"c":4,"u":"thelarr_scag","p":124,"s":106,"h":1,"n":"Thelarr"},{"id":13955,"c":4,"u":"tocken_scag","p":124,"s":106,"h":1,"n":"Tocken"},{"id":13956,"c":4,"u":"wargong_scag","p":124,"s":106,"h":1,"n":"Wargong"},{"id":13957,"c":4,"u":"yarting_scag","p":124,"s":106,"h":1,"n":"Yarting"},{"id":13958,"c":4,"u":"zulkoon_scag","p":124,"s":106,"h":1,"n":"Zulkoon"},{"id":13959,"c":4,"u":"antimatter%20rifle_xdmg","p":73,"s":5,"h":1,"n":"Antimatter Rifle"},{"id":13960,"c":4,"u":"automatic%20rifle_xdmg","p":73,"s":5,"h":1,"n":"Automatic Rifle"},{"id":13961,"c":4,"u":"energy%20cell_xdmg","p":72,"s":5,"h":1,"n":"Energy Cell"},{"id":13962,"c":4,"u":"hunting%20rifle_xdmg","p":73,"s":5,"h":1,"n":"Hunting Rifle"},{"id":13963,"c":4,"u":"laser%20pistol_xdmg","p":73,"s":5,"h":1,"n":"Laser Pistol"},{"id":13964,"c":4,"u":"laser%20rifle_xdmg","p":73,"s":5,"h":1,"n":"Laser Rifle"},{"id":13965,"c":4,"u":"revolver_xdmg","p":73,"s":5,"h":1,"n":"Revolver"},{"id":13966,"c":4,"u":"semiautomatic%20pistol_xdmg","p":73,"s":5,"h":1,"n":"Semiautomatic Pistol"},{"id":13967,"c":4,"u":"shotgun_xdmg","p":73,"s":5,"h":1,"n":"Shotgun"},{"id":13968,"c":4,"u":"arrow_xphb","p":222,"s":8,"h":1,"n":"Arrow"},{"id":13969,"c":4,"u":"arrows%20(20)_xphb","p":222,"s":8,"h":1,"n":"Arrows (20)"},{"id":13970,"c":4,"u":"bagpipes_xphb","p":221,"s":8,"h":1,"n":"Bagpipes"},{"id":13971,"c":4,"u":"battleaxe_xphb","p":215,"s":8,"h":1,"n":"Battleaxe"},{"id":13972,"c":4,"u":"blowgun_xphb","p":215,"s":8,"h":1,"n":"Blowgun"},{"id":13973,"c":4,"u":"bolt_xphb","p":222,"s":8,"h":1,"n":"Bolt"},{"id":13974,"c":4,"u":"bolts%20(20)_xphb","p":222,"s":8,"h":1,"n":"Bolts (20)"},{"id":13975,"c":4,"u":"breastplate_xphb","p":219,"s":8,"h":1,"n":"Breastplate"},{"id":13976,"c":4,"u":"chain%20mail_xphb","p":219,"s":8,"h":1,"n":"Chain Mail"},{"id":13977,"c":4,"u":"chain%20shirt_xphb","p":219,"s":8,"h":1,"n":"Chain Shirt"},{"id":13978,"c":4,"u":"club_xphb","p":215,"s":8,"h":1,"n":"Club"},{"id":13979,"c":4,"u":"crystal_xphb","p":224,"s":8,"h":1,"n":"Crystal"},{"id":13980,"c":4,"u":"dagger_xphb","p":215,"s":8,"h":1,"n":"Dagger"},{"id":13981,"c":4,"u":"dart_xphb","p":215,"s":8,"h":1,"n":"Dart"},{"id":13982,"c":4,"u":"drum_xphb","p":221,"s":8,"h":1,"n":"Drum"},{"id":13983,"c":4,"u":"dulcimer_xphb","p":221,"s":8,"h":1,"n":"Dulcimer"},{"id":13984,"c":4,"u":"firearm%20bullet_xphb","p":222,"s":8,"h":1,"n":"Firearm Bullet"},{"id":13985,"c":4,"u":"firearm%20bullets%20(10)_xphb","p":222,"s":8,"h":1,"n":"Firearm Bullets (10)"},{"id":13986,"c":4,"u":"flail_xphb","p":215,"s":8,"h":1,"n":"Flail"},{"id":13987,"c":4,"u":"flute_xphb","p":221,"s":8,"h":1,"n":"Flute"},{"id":13988,"c":4,"u":"glaive_xphb","p":215,"s":8,"h":1,"n":"Glaive"},{"id":13989,"c":4,"u":"greataxe_xphb","p":215,"s":8,"h":1,"n":"Greataxe"},{"id":13990,"c":4,"u":"greatclub_xphb","p":215,"s":8,"h":1,"n":"Greatclub"},{"id":13991,"c":4,"u":"greatsword_xphb","p":215,"s":8,"h":1,"n":"Greatsword"},{"id":13992,"c":4,"u":"halberd_xphb","p":215,"s":8,"h":1,"n":"Halberd"},{"id":13993,"c":4,"u":"half%20plate%20armor_xphb","p":219,"s":8,"h":1,"n":"Half Plate Armor"},{"id":13994,"c":4,"u":"hand%20crossbow_xphb","p":215,"s":8,"h":1,"n":"Hand Crossbow"},{"id":13995,"c":4,"u":"handaxe_xphb","p":215,"s":8,"h":1,"n":"Handaxe"},{"id":13996,"c":4,"u":"heavy%20crossbow_xphb","p":215,"s":8,"h":1,"n":"Heavy Crossbow"},{"id":13997,"c":4,"u":"hide%20armor_xphb","p":219,"s":8,"h":1,"n":"Hide Armor"},{"id":13998,"c":4,"u":"horn_xphb","p":221,"s":8,"h":1,"n":"Horn"},{"id":13999,"c":4,"u":"javelin_xphb","p":215,"s":8,"h":1,"n":"Javelin"},{"id":14000,"c":4,"u":"lance_xphb","p":215,"s":8,"h":1,"n":"Lance"},{"id":14001,"c":4,"u":"leather%20armor_xphb","p":219,"s":8,"h":1,"n":"Leather Armor"},{"id":14002,"c":4,"u":"light%20crossbow_xphb","p":215,"s":8,"h":1,"n":"Light Crossbow"},{"id":14003,"c":4,"u":"light%20hammer_xphb","p":215,"s":8,"h":1,"n":"Light Hammer"},{"id":14004,"c":4,"u":"longbow_xphb","p":215,"s":8,"h":1,"n":"Longbow"},{"id":14005,"c":4,"u":"longsword_xphb","p":215,"s":8,"h":1,"n":"Longsword"},{"id":14006,"c":4,"u":"lute_xphb","p":221,"s":8,"h":1,"n":"Lute"},{"id":14007,"c":4,"u":"lyre_xphb","p":221,"s":8,"h":1,"n":"Lyre"},{"id":14008,"c":4,"u":"mace_xphb","p":215,"s":8,"h":1,"n":"Mace"},{"id":14009,"c":4,"u":"maul_xphb","p":215,"s":8,"h":1,"n":"Maul"},{"id":14010,"c":4,"u":"morningstar_xphb","p":215,"s":8,"h":1,"n":"Morningstar"},{"id":14011,"c":4,"u":"musket_xphb","p":215,"s":8,"h":1,"n":"Musket"},{"id":14012,"c":4,"u":"needle_xphb","p":222,"s":8,"h":1,"n":"Needle"},{"id":14013,"c":4,"u":"needles%20(50)_xphb","p":222,"s":8,"h":1,"n":"Needles (50)"},{"id":14014,"c":4,"u":"orb_xphb","p":224,"s":8,"h":1,"n":"Orb"},{"id":14015,"c":4,"u":"padded%20armor_xphb","p":219,"s":8,"h":1,"n":"Padded Armor"},{"id":14016,"c":4,"u":"pan%20flute_xphb","p":221,"s":8,"h":1,"n":"Pan Flute"},{"id":14017,"c":4,"u":"pike_xphb","p":215,"s":8,"h":1,"n":"Pike"},{"id":14018,"c":4,"u":"pistol_xphb","p":215,"s":8,"h":1,"n":"Pistol"},{"id":14019,"c":4,"u":"plate%20armor_xphb","p":219,"s":8,"h":1,"n":"Plate Armor"},{"id":14020,"c":4,"u":"quarterstaff_xphb","p":215,"s":8,"h":1,"n":"Quarterstaff"},{"id":14021,"c":4,"u":"rapier_xphb","p":215,"s":8,"h":1,"n":"Rapier"},{"id":14022,"c":4,"u":"ring%20mail_xphb","p":219,"s":8,"h":1,"n":"Ring Mail"},{"id":14023,"c":4,"u":"rod_xphb","p":224,"s":8,"h":1,"n":"Rod"},{"id":14024,"c":4,"u":"scale%20mail_xphb","p":219,"s":8,"h":1,"n":"Scale Mail"},{"id":14025,"c":4,"u":"scimitar_xphb","p":215,"s":8,"h":1,"n":"Scimitar"},{"id":14026,"c":4,"u":"shawm_xphb","p":221,"s":8,"h":1,"n":"Shawm"},{"id":14027,"c":4,"u":"shield_xphb","p":219,"s":8,"h":1,"n":"Shield"},{"id":14028,"c":4,"u":"shortbow_xphb","p":215,"s":8,"h":1,"n":"Shortbow"},{"id":14029,"c":4,"u":"shortsword_xphb","p":215,"s":8,"h":1,"n":"Shortsword"},{"id":14030,"c":4,"u":"sickle_xphb","p":215,"s":8,"h":1,"n":"Sickle"},{"id":14031,"c":4,"u":"sling_xphb","p":215,"s":8,"h":1,"n":"Sling"},{"id":14032,"c":4,"u":"sling%20bullet_xphb","p":222,"s":8,"h":1,"n":"Sling Bullet"},{"id":14033,"c":4,"u":"sling%20bullets%20(20)_xphb","p":222,"s":8,"h":1,"n":"Sling Bullets (20)"},{"id":14034,"c":4,"u":"spear_xphb","p":215,"s":8,"h":1,"n":"Spear"},{"id":14035,"c":4,"u":"splint%20armor_xphb","p":219,"s":8,"h":1,"n":"Splint Armor"},{"id":14036,"c":4,"u":"staff_xphb","p":224,"s":8,"h":1,"n":"Staff"},{"id":14037,"c":4,"u":"studded%20leather%20armor_xphb","p":219,"s":8,"h":1,"n":"Studded Leather Armor"},{"id":14038,"c":4,"u":"trident_xphb","p":215,"s":8,"h":1,"n":"Trident"},{"id":14039,"c":4,"u":"viol_xphb","p":221,"s":8,"h":1,"n":"Viol"},{"id":14040,"c":4,"u":"wand_xphb","p":224,"s":8,"h":1,"n":"Wand"},{"id":14041,"c":4,"u":"war%20pick_xphb","p":215,"s":8,"h":1,"n":"War Pick"},{"id":14042,"c":4,"u":"warhammer_xphb","p":215,"s":8,"h":1,"n":"Warhammer"},{"id":14043,"c":4,"u":"whip_xphb","p":215,"s":8,"h":1,"n":"Whip"},{"id":14044,"c":4,"u":"wooden%20staff_xphb","p":225,"s":8,"h":1,"n":"Wooden Staff"},{"id":14045,"c":4,"u":"antimatter%20rifle_dmg","p":268,"s":24,"h":1,"n":"Antimatter Rifle"},{"id":14046,"c":4,"u":"automatic%20pistol_dmg","p":268,"s":24,"h":1,"n":"Automatic Pistol"},{"id":14047,"c":4,"u":"automatic%20rifle_dmg","p":268,"s":24,"h":1,"n":"Automatic Rifle"},{"id":14048,"c":4,"u":"energy%20cell_dmg","p":268,"s":24,"h":1,"n":"Energy Cell"},{"id":14049,"c":4,"u":"hunting%20rifle_dmg","p":268,"s":24,"h":1,"n":"Hunting Rifle"},{"id":14050,"c":4,"u":"laser%20pistol_dmg","p":268,"s":24,"h":1,"n":"Laser Pistol"},{"id":14051,"c":4,"u":"laser%20rifle_dmg","p":268,"s":24,"h":1,"n":"Laser Rifle"},{"id":14052,"c":4,"u":"modern%20bullet_dmg","p":268,"s":24,"h":1,"n":"Modern Bullet"},{"id":14053,"c":4,"u":"modern%20bullets%20(10)_dmg","p":268,"s":24,"h":1,"n":"Modern Bullets (10)"},{"id":14054,"c":4,"u":"musket_dmg","p":268,"s":24,"h":1,"n":"Musket"},{"id":14055,"c":4,"u":"pistol_dmg","p":268,"s":24,"h":1,"n":"Pistol"},{"id":14056,"c":4,"u":"renaissance%20bullet_dmg","p":268,"s":24,"h":1,"n":"Renaissance Bullet"},{"id":14057,"c":4,"u":"renaissance%20bullets%20(10)_dmg","p":268,"s":24,"h":1,"n":"Renaissance Bullets (10)"},{"id":14058,"c":4,"u":"revolver_dmg","p":268,"s":24,"h":1,"n":"Revolver"},{"id":14059,"c":4,"u":"shotgun_dmg","p":268,"s":24,"h":1,"n":"Shotgun"},{"id":14060,"c":4,"u":"hoopak_dsotdq","p":188,"s":27,"h":1,"n":"Hoopak"},{"id":14061,"c":4,"u":"double-bladed%20scimitar_erlw","p":21,"s":29,"h":1,"n":"Double-Bladed Scimitar"},{"id":14062,"c":4,"u":"hooked%20shortspear_oota","p":224,"s":48,"h":1,"n":"Hooked Shortspear"},{"id":14063,"c":4,"u":"light%20repeating%20crossbow_oota","p":224,"s":48,"h":1,"n":"Light Repeating Crossbow"},{"id":14064,"c":4,"u":"arrow_phb","p":150,"s":51,"h":1,"r":1,"n":"Arrow"},{"id":14065,"c":4,"u":"arrows%20(20)_phb","p":150,"s":51,"h":1,"r":1,"n":"Arrows (20)"},{"id":14066,"c":4,"u":"bagpipes_phb","p":154,"s":51,"h":1,"r":1,"n":"Bagpipes"},{"id":14067,"c":4,"u":"battleaxe_phb","p":149,"s":51,"h":1,"r":1,"n":"Battleaxe"},{"id":14068,"c":4,"u":"blowgun_phb","p":149,"s":51,"h":1,"r":1,"n":"Blowgun"},{"id":14069,"c":4,"u":"blowgun%20needle_phb","p":150,"s":51,"h":1,"r":1,"n":"Blowgun Needle"},{"id":14070,"c":4,"u":"blowgun%20needles%20(50)_phb","p":150,"s":51,"h":1,"r":1,"n":"Blowgun Needles (50)"},{"id":14071,"c":4,"u":"breastplate_phb","p":145,"s":51,"h":1,"r":1,"n":"Breastplate"},{"id":14072,"c":4,"u":"chain%20mail_phb","p":145,"s":51,"h":1,"r":1,"n":"Chain Mail"},{"id":14073,"c":4,"u":"chain%20shirt_phb","p":144,"s":51,"h":1,"r":1,"n":"Chain Shirt"},{"id":14074,"c":4,"u":"club_phb","p":149,"s":51,"h":1,"r":1,"n":"Club"},{"id":14075,"c":4,"u":"crossbow%20bolt_phb","p":150,"s":51,"h":1,"r":1,"n":"Crossbow Bolt"},{"id":14076,"c":4,"u":"crossbow%20bolts%20(20)_phb","p":150,"s":51,"h":1,"r":1,"n":"Crossbow Bolts (20)"},{"id":14077,"c":4,"u":"crystal_phb","p":151,"s":51,"h":1,"r":1,"n":"Crystal"},{"id":14078,"c":4,"u":"dagger_phb","p":149,"s":51,"h":1,"r":1,"n":"Dagger"},{"id":14079,"c":4,"u":"dart_phb","p":149,"s":51,"h":1,"r":1,"n":"Dart"},{"id":14080,"c":4,"u":"drum_phb","p":154,"s":51,"h":1,"r":1,"n":"Drum"},{"id":14081,"c":4,"u":"dulcimer_phb","p":154,"s":51,"h":1,"r":1,"n":"Dulcimer"},{"id":14082,"c":4,"u":"flail_phb","p":149,"s":51,"h":1,"r":1,"n":"Flail"},{"id":14083,"c":4,"u":"flute_phb","p":154,"s":51,"h":1,"r":1,"n":"Flute"},{"id":14084,"c":4,"u":"glaive_phb","p":149,"s":51,"h":1,"r":1,"n":"Glaive"},{"id":14085,"c":4,"u":"greataxe_phb","p":149,"s":51,"h":1,"r":1,"n":"Greataxe"},{"id":14086,"c":4,"u":"greatclub_phb","p":149,"s":51,"h":1,"r":1,"n":"Greatclub"},{"id":14087,"c":4,"u":"greatsword_phb","p":149,"s":51,"h":1,"r":1,"n":"Greatsword"},{"id":14088,"c":4,"u":"halberd_phb","p":149,"s":51,"h":1,"r":1,"n":"Halberd"},{"id":14089,"c":4,"u":"half%20plate%20armor_phb","p":145,"s":51,"h":1,"r":1,"n":"Half Plate Armor"},{"id":14090,"c":4,"u":"hand%20crossbow_phb","p":149,"s":51,"h":1,"r":1,"n":"Hand Crossbow"},{"id":14091,"c":4,"u":"handaxe_phb","p":149,"s":51,"h":1,"r":1,"n":"Handaxe"},{"id":14092,"c":4,"u":"heavy%20crossbow_phb","p":149,"s":51,"h":1,"r":1,"n":"Heavy Crossbow"},{"id":14093,"c":4,"u":"hide%20armor_phb","p":144,"s":51,"h":1,"r":1,"n":"Hide Armor"},{"id":14094,"c":4,"u":"horn_phb","p":154,"s":51,"h":1,"r":1,"n":"Horn"},{"id":14095,"c":4,"u":"javelin_phb","p":149,"s":51,"h":1,"r":1,"n":"Javelin"},{"id":14096,"c":4,"u":"lance_phb","p":149,"s":51,"h":1,"r":1,"n":"Lance"},{"id":14097,"c":4,"u":"leather%20armor_phb","p":144,"s":51,"h":1,"r":1,"n":"Leather Armor"},{"id":14098,"c":4,"u":"light%20crossbow_phb","p":149,"s":51,"h":1,"r":1,"n":"Light Crossbow"},{"id":14099,"c":4,"u":"light%20hammer_phb","p":149,"s":51,"h":1,"r":1,"n":"Light Hammer"},{"id":14100,"c":4,"u":"longbow_phb","p":149,"s":51,"h":1,"r":1,"n":"Longbow"},{"id":14101,"c":4,"u":"longsword_phb","p":149,"s":51,"h":1,"r":1,"n":"Longsword"},{"id":14102,"c":4,"u":"lute_phb","p":154,"s":51,"h":1,"r":1,"n":"Lute"},{"id":14103,"c":4,"u":"lyre_phb","p":154,"s":51,"h":1,"r":1,"n":"Lyre"},{"id":14104,"c":4,"u":"mace_phb","p":149,"s":51,"h":1,"r":1,"n":"Mace"},{"id":14105,"c":4,"u":"maul_phb","p":149,"s":51,"h":1,"r":1,"n":"Maul"},{"id":14106,"c":4,"u":"morningstar_phb","p":149,"s":51,"h":1,"r":1,"n":"Morningstar"},{"id":14107,"c":4,"u":"net_phb","p":149,"s":51,"h":1,"r":1,"n":"Net"},{"id":14108,"c":4,"u":"orb_phb","p":151,"s":51,"h":1,"r":1,"n":"Orb"},{"id":14109,"c":4,"u":"padded%20armor_phb","p":144,"s":51,"h":1,"r":1,"n":"Padded Armor"},{"id":14110,"c":4,"u":"pan%20flute_phb","p":154,"s":51,"h":1,"r":1,"n":"Pan Flute"},{"id":14111,"c":4,"u":"pike_phb","p":149,"s":51,"h":1,"r":1,"n":"Pike"},{"id":14112,"c":4,"u":"plate%20armor_phb","p":145,"s":51,"h":1,"r":1,"n":"Plate Armor"},{"id":14113,"c":4,"u":"quarterstaff_phb","p":149,"s":51,"h":1,"r":1,"n":"Quarterstaff"},{"id":14114,"c":4,"u":"rapier_phb","p":149,"s":51,"h":1,"r":1,"n":"Rapier"},{"id":14115,"c":4,"u":"ring%20mail_phb","p":145,"s":51,"h":1,"r":1,"n":"Ring Mail"},{"id":14116,"c":4,"u":"rod_phb","p":151,"s":51,"h":1,"r":1,"n":"Rod"},{"id":14117,"c":4,"u":"scale%20mail_phb","p":144,"s":51,"h":1,"r":1,"n":"Scale Mail"},{"id":14118,"c":4,"u":"scimitar_phb","p":149,"s":51,"h":1,"r":1,"n":"Scimitar"},{"id":14119,"c":4,"u":"shawm_phb","p":154,"s":51,"h":1,"r":1,"n":"Shawm"},{"id":14120,"c":4,"u":"shield_phb","p":144,"s":51,"h":1,"r":1,"n":"Shield"},{"id":14121,"c":4,"u":"shortbow_phb","p":149,"s":51,"h":1,"r":1,"n":"Shortbow"},{"id":14122,"c":4,"u":"shortsword_phb","p":149,"s":51,"h":1,"r":1,"n":"Shortsword"},{"id":14123,"c":4,"u":"sickle_phb","p":149,"s":51,"h":1,"r":1,"n":"Sickle"},{"id":14124,"c":4,"u":"sling_phb","p":149,"s":51,"h":1,"r":1,"n":"Sling"},{"id":14125,"c":4,"u":"sling%20bullet_phb","p":150,"s":51,"h":1,"r":1,"n":"Sling Bullet"},{"id":14126,"c":4,"u":"sling%20bullets%20(20)_phb","p":150,"s":51,"h":1,"r":1,"n":"Sling Bullets (20)"},{"id":14127,"c":4,"u":"spear_phb","p":149,"s":51,"h":1,"r":1,"n":"Spear"},{"id":14128,"c":4,"u":"splint%20armor_phb","p":145,"s":51,"h":1,"r":1,"n":"Splint Armor"},{"id":14129,"c":4,"u":"staff_phb","p":151,"s":51,"h":1,"r":1,"n":"Staff"},{"id":14130,"c":4,"u":"studded%20leather%20armor_phb","p":144,"s":51,"h":1,"r":1,"n":"Studded Leather Armor"},{"id":14131,"c":4,"u":"trident_phb","p":149,"s":51,"h":1,"r":1,"n":"Trident"},{"id":14132,"c":4,"u":"viol_phb","p":154,"s":51,"h":1,"r":1,"n":"Viol"},{"id":14133,"c":4,"u":"wand_phb","p":151,"s":51,"h":1,"r":1,"n":"Wand"},{"id":14134,"c":4,"u":"war%20pick_phb","p":149,"s":51,"h":1,"r":1,"n":"War Pick"},{"id":14135,"c":4,"u":"warhammer_phb","p":149,"s":51,"h":1,"r":1,"n":"Warhammer"},{"id":14136,"c":4,"u":"whip_phb","p":149,"s":51,"h":1,"r":1,"n":"Whip"},{"id":14137,"c":4,"u":"wooden%20staff_phb","p":151,"s":51,"h":1,"r":1,"n":"Wooden Staff"},{"id":14138,"c":4,"u":"yklwa_toa","p":32,"s":62,"h":1,"n":"Yklwa"},{"id":14139,"c":54,"u":"cleave_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Cleave"},{"id":14140,"c":54,"u":"graze_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Graze"},{"id":14141,"c":54,"u":"nick_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Nick"},{"id":14142,"c":54,"u":"push_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Push"},{"id":14143,"c":54,"u":"sap_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Sap"},{"id":14144,"c":54,"u":"slow_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Slow"},{"id":14145,"c":54,"u":"topple_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Topple"},{"id":14146,"c":54,"u":"vex_xphb","p":214,"s":8,"h":1,"hx":1,"n":"Vex"},{"id":14147,"c":4,"u":"adze%20of%20annam_bgg","p":110,"s":0,"h":1,"n":"Adze of Annam"},{"id":14148,"c":4,"u":"bigby's%20beneficent%20bracelet_bgg","p":111,"s":0,"h":1,"n":"Bigby's Beneficent Bracelet"},{"id":14149,"c":4,"u":"crown%20of%20the%20wrath%20bringer_bgg","p":111,"s":0,"h":1,"n":"Crown of the Wrath Bringer"},{"id":14150,"c":4,"u":"delver's%20claws_bgg","p":112,"s":0,"h":1,"n":"Delver's Claws"},{"id":14151,"c":4,"u":"elven%20thrower_bgg","p":64,"s":0,"h":1,"n":"Elven Thrower"},{"id":14152,"c":4,"u":"giant%20trinket_bgg","p":16,"s":0,"h":1,"n":"Giant Trinket"},{"id":14153,"c":4,"u":"glowrune%20pigment_bgg","p":112,"s":0,"h":1,"n":"Glowrune Pigment"},{"id":14154,"c":4,"u":"goose%20egg%20trinket_bgg","p":150,"s":0,"h":1,"n":"Goose Egg Trinket"},{"id":14155,"c":4,"u":"harp%20of%20gilded%20plenty_bgg","p":112,"s":0,"h":1,"n":"Harp of Gilded Plenty"},{"id":14156,"c":4,"u":"helm%20of%20perfect%20potential_bgg","p":112,"s":0,"h":1,"n":"Helm of Perfect Potential"},{"id":14157,"c":4,"u":"horizon%20puzzle%20cube_bgg","p":86,"s":0,"h":1,"n":"Horizon Puzzle Cube"},{"id":14158,"c":4,"u":"lash%20of%20immolation_bgg","p":113,"s":0,"h":1,"n":"Lash of Immolation"},{"id":14159,"c":4,"u":"longbow%20of%20the%20healing%20hearth_bgg","p":113,"s":0,"h":1,"n":"Longbow of the Healing Hearth"},{"id":14160,"c":4,"u":"lucent%20destroyer_bgg","p":113,"s":0,"h":1,"n":"Lucent Destroyer"},{"id":14161,"c":4,"u":"mistral%20mantle_bgg","p":114,"s":0,"h":1,"n":"Mistral Mantle"},{"id":14162,"c":4,"u":"nimbus%20coronet_bgg","p":114,"s":0,"h":1,"n":"Nimbus Coronet"},{"id":14163,"c":4,"u":"orb%20of%20skoraeus_bgg","p":114,"s":0,"h":1,"n":"Orb of Skoraeus"},{"id":14164,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20carnelian%20triceratops_bgg","p":114,"s":0,"h":1,"n":"Prehistoric Figurine of Wondrous Power, Carnelian Triceratops"},{"id":14165,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20jasper%20tyrannosaurus%20rex_bgg","p":114,"s":0,"h":1,"n":"Prehistoric Figurine of Wondrous Power, Jasper Tyrannosaurus Rex"},{"id":14166,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20kyanite%20pteranodon_bgg","p":114,"s":0,"h":1,"n":"Prehistoric Figurine of Wondrous Power, Kyanite Pteranodon"},{"id":14167,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power%2c%20pyrite%20plesiosaurus_bgg","p":114,"s":0,"h":1,"n":"Prehistoric Figurine of Wondrous Power, Pyrite Plesiosaurus"},{"id":14168,"c":4,"u":"reaper's%20scream_bgg","p":115,"s":0,"h":1,"n":"Reaper's Scream"},{"id":14169,"c":4,"u":"ring%20of%20amity_bgg","p":115,"s":0,"h":1,"n":"Ring of Amity"},{"id":14170,"c":4,"u":"sanctum%20amulet_bgg","p":116,"s":0,"h":1,"n":"Sanctum Amulet"},{"id":14171,"c":4,"u":"shield%20of%20the%20blazing%20dreadnought_bgg","p":116,"s":0,"h":1,"n":"Shield of the Blazing Dreadnought"},{"id":14172,"c":4,"u":"staff%20of%20the%20rooted%20hills_bgg","p":116,"s":0,"h":1,"n":"Staff of the Rooted Hills"},{"id":14173,"c":4,"u":"stonebreaker's%20breastplate_bgg","p":116,"s":0,"h":1,"n":"Stonebreaker's Breastplate"},{"id":14174,"c":4,"u":"thunderbuss_bgg","p":116,"s":0,"h":1,"n":"Thunderbuss"},{"id":14175,"c":4,"u":"war%20horn%20of%20valor_bgg","p":117,"s":0,"h":1,"n":"War Horn of Valor"},{"id":14176,"c":4,"u":"wayfarer's%20boots_bgg","p":117,"s":0,"h":1,"n":"Wayfarer's Boots"},{"id":14177,"c":4,"u":"wyrmreaver%20gauntlets_bgg","p":117,"s":0,"h":1,"n":"Wyrmreaver Gauntlets"},{"id":14178,"c":4,"u":"%2b1%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"n":"+1 Fate Dealer's Deck"},{"id":14179,"c":4,"u":"%2b1%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"n":"+1 Wraps of Unarmed Prowess"},{"id":14180,"c":4,"u":"%2b2%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"n":"+2 Fate Dealer's Deck"},{"id":14181,"c":4,"u":"%2b2%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"n":"+2 Wraps of Unarmed Prowess"},{"id":14182,"c":4,"u":"%2b3%20fate%20dealer's%20deck_bmt","p":61,"s":1,"h":1,"n":"+3 Fate Dealer's Deck"},{"id":14183,"c":4,"u":"%2b3%20wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"n":"+3 Wraps of Unarmed Prowess"},{"id":14184,"c":4,"u":"balance%20card_bmt","p":13,"s":1,"h":1,"n":"Balance Card"},{"id":14185,"c":4,"u":"baleful%20talon_bmt","p":34,"s":1,"h":1,"n":"Baleful Talon"},{"id":14186,"c":4,"u":"blasted%20goggles_bmt","p":174,"s":1,"h":1,"n":"Blasted Goggles"},{"id":14187,"c":4,"u":"bloodrage%20greataxe_bmt","p":66,"s":1,"h":1,"n":"Bloodrage Greataxe"},{"id":14188,"c":4,"u":"boomerang%20shield_bmt","p":66,"s":1,"h":1,"n":"Boomerang Shield"},{"id":14189,"c":4,"u":"breastplate%20of%20balance_bmt","p":34,"s":1,"h":1,"n":"Breastplate of Balance"},{"id":14190,"c":4,"u":"card%20sharp's%20deck_bmt","p":40,"s":1,"h":1,"n":"Card Sharp's Deck"},{"id":14191,"c":4,"u":"comet%20card_bmt","p":13,"s":1,"h":1,"n":"Comet Card"},{"id":14192,"c":4,"u":"crown%20of%20whirling%20comets_bmt","p":35,"s":1,"h":1,"n":"Crown of Whirling Comets"},{"id":14193,"c":4,"u":"deck%20of%20dimensions_bmt","p":40,"s":1,"h":1,"n":"Deck of Dimensions"},{"id":14194,"c":4,"u":"deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"n":"Deck of Many More Things"},{"id":14195,"c":4,"u":"deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"n":"Deck of Many Things"},{"id":14196,"c":4,"u":"deck%20of%20miscellany_bmt","p":41,"s":1,"h":1,"n":"Deck of Miscellany"},{"id":14197,"c":4,"u":"deck%20of%20oracles_bmt","p":61,"s":1,"h":1,"n":"Deck of Oracles"},{"id":14198,"c":4,"u":"deck%20of%20wild%20cards_bmt","p":41,"s":1,"h":1,"n":"Deck of Wild Cards"},{"id":14199,"c":4,"u":"deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"n":"Deck of Wonder"},{"id":14200,"c":4,"u":"donjon%20card_bmt","p":13,"s":1,"h":1,"n":"Donjon Card"},{"id":14201,"c":4,"u":"donjon's%20sundering%20sphere_bmt","p":35,"s":1,"h":1,"n":"Donjon's Sundering Sphere"},{"id":14202,"c":4,"u":"euryale%20card_bmt","p":13,"s":1,"h":1,"n":"Euryale Card"},{"id":14203,"c":4,"u":"euryale's%20aegis_bmt","p":35,"s":1,"h":1,"n":"Euryale's Aegis"},{"id":14204,"c":4,"u":"fabulist%20gem_bmt","p":36,"s":1,"h":1,"n":"Fabulist Gem"},{"id":14205,"c":4,"u":"fate%20cutter%20shears_bmt","p":61,"s":1,"h":1,"n":"Fate Cutter Shears"},{"id":14206,"c":4,"u":"fates%20card_bmt","p":13,"s":1,"h":1,"n":"Fates Card"},{"id":14207,"c":4,"u":"flames%20card_bmt","p":13,"s":1,"h":1,"n":"Flames Card"},{"id":14208,"c":4,"u":"fool%20card_bmt","p":13,"s":1,"h":1,"n":"Fool Card"},{"id":14209,"c":4,"u":"gem%20card_bmt","p":14,"s":1,"h":1,"n":"Gem Card"},{"id":14210,"c":4,"u":"grasping%20whip_bmt","p":67,"s":1,"h":1,"n":"Grasping Whip"},{"id":14211,"c":4,"u":"hammer%20of%20runic%20focus_bmt","p":67,"s":1,"h":1,"n":"Hammer of Runic Focus"},{"id":14212,"c":4,"u":"house%20of%20cards_bmt","p":61,"s":1,"h":1,"n":"House of Cards"},{"id":14213,"c":4,"u":"jester%20card_bmt","p":14,"s":1,"h":1,"n":"Jester Card"},{"id":14214,"c":4,"u":"jester's%20mask_bmt","p":36,"s":1,"h":1,"n":"Jester's Mask"},{"id":14215,"c":4,"u":"key%20card_bmt","p":14,"s":1,"h":1,"n":"Key Card"},{"id":14216,"c":4,"u":"knight%20card_bmt","p":14,"s":1,"h":1,"n":"Knight Card"},{"id":14217,"c":4,"u":"moon%20card_bmt","p":14,"s":1,"h":1,"n":"Moon Card"},{"id":14218,"c":4,"u":"plate%20of%20knight's%20fellowship_bmt","p":37,"s":1,"h":1,"n":"Plate of Knight's Fellowship"},{"id":14219,"c":4,"u":"puzzle%20card_bmt","p":14,"s":1,"h":1,"n":"Puzzle Card"},{"id":14220,"c":4,"u":"ring%20of%20puzzler's%20wit_bmt","p":37,"s":1,"h":1,"n":"Ring of Puzzler's Wit"},{"id":14221,"c":4,"u":"rod%20of%20hellish%20flames_bmt","p":37,"s":1,"h":1,"n":"Rod of Hellish Flames"},{"id":14222,"c":4,"u":"rogue%20card_bmt","p":14,"s":1,"h":1,"n":"Rogue Card"},{"id":14223,"c":4,"u":"rogue's%20mantle_bmt","p":37,"s":1,"h":1,"n":"Rogue's Mantle"},{"id":14224,"c":4,"u":"ruin%20card_bmt","p":15,"s":1,"h":1,"n":"Ruin Card"},{"id":14225,"c":4,"u":"ruinous%20flail_bmt","p":37,"s":1,"h":1,"n":"Ruinous Flail"},{"id":14226,"c":4,"u":"sage%20card_bmt","p":15,"s":1,"h":1,"n":"Sage Card"},{"id":14227,"c":4,"u":"sage's%20signet%20(bear)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Bear)"},{"id":14228,"c":4,"u":"sage's%20signet%20(hart)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Hart)"},{"id":14229,"c":4,"u":"sage's%20signet%20(lion)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Lion)"},{"id":14230,"c":4,"u":"sage's%20signet%20(serpent)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Serpent)"},{"id":14231,"c":4,"u":"sage's%20signet%20(songbird)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Songbird)"},{"id":14232,"c":4,"u":"sage's%20signet%20(wolf)_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet (Wolf)"},{"id":14233,"c":4,"u":"secondhand%20steal%20trinket_bmt","p":108,"s":1,"h":1,"n":"Secondhand Steal Trinket"},{"id":14234,"c":4,"u":"shield%20of%20the%20tortoise_bmt","p":67,"s":1,"h":1,"n":"Shield of the Tortoise"},{"id":14235,"c":4,"u":"shrieking%20greaves_bmt","p":174,"s":1,"h":1,"n":"Shrieking Greaves"},{"id":14236,"c":4,"u":"skull%20card_bmt","p":15,"s":1,"h":1,"n":"Skull Card"},{"id":14237,"c":4,"u":"skull%20helm_bmt","p":38,"s":1,"h":1,"n":"Skull Helm"},{"id":14238,"c":4,"u":"sling%20of%20giant%20felling_bmt","p":68,"s":1,"h":1,"n":"Sling of Giant Felling"},{"id":14239,"c":4,"u":"spindle%20of%20fate_bmt","p":38,"s":1,"h":1,"n":"Spindle of Fate"},{"id":14240,"c":4,"u":"star%20card_bmt","p":15,"s":1,"h":1,"n":"Star Card"},{"id":14241,"c":4,"u":"stonemaker%20war%20pick_bmt","p":68,"s":1,"h":1,"n":"Stonemaker War Pick"},{"id":14242,"c":4,"u":"sun%20card_bmt","p":15,"s":1,"h":1,"n":"Sun Card"},{"id":14243,"c":4,"u":"sun%20staff_bmt","p":39,"s":1,"h":1,"n":"Sun Staff"},{"id":14244,"c":4,"u":"talons%20card_bmt","p":15,"s":1,"h":1,"n":"Talons Card"},{"id":14245,"c":4,"u":"telescopic%20transporter_bmt","p":105,"s":1,"h":1,"n":"Telescopic Transporter"},{"id":14246,"c":4,"u":"throne%20card_bmt","p":15,"s":1,"h":1,"n":"Throne Card"},{"id":14247,"c":4,"u":"tidecaller%20trident_bmt","p":69,"s":1,"h":1,"n":"Tidecaller Trident"},{"id":14248,"c":4,"u":"void%20card_bmt","p":15,"s":1,"h":1,"n":"Void Card"},{"id":14249,"c":4,"u":"voidwalker%20armor_bmt","p":39,"s":1,"h":1,"n":"Voidwalker Armor"},{"id":14250,"c":4,"u":"warrior's%20passkey_bmt","p":39,"s":1,"h":1,"n":"Warrior's Passkey"},{"id":14251,"c":4,"u":"%2b1%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"n":"+1 Dragonhide Belt"},{"id":14252,"c":4,"u":"%2b2%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"n":"+2 Dragonhide Belt"},{"id":14253,"c":4,"u":"%2b3%20dragonhide%20belt_ftd","p":23,"s":2,"h":1,"n":"+3 Dragonhide Belt"},{"id":14254,"c":4,"u":"amethyst%20lodestone_ftd","p":22,"s":2,"h":1,"n":"Amethyst Lodestone"},{"id":14255,"c":4,"u":"ascendant%20dragon%20vessel_ftd","s":2,"h":1,"n":"Ascendant Dragon Vessel"},{"id":14256,"c":4,"u":"ascendant%20dragon-touched%20focus_ftd","s":2,"h":1,"n":"Ascendant Dragon-Touched Focus"},{"id":14257,"c":4,"u":"ascendant%20scaled%20ornament_ftd","s":2,"h":1,"n":"Ascendant Scaled Ornament"},{"id":14258,"c":4,"u":"emerald%20pen_ftd","p":23,"s":2,"h":1,"n":"Emerald Pen"},{"id":14259,"c":4,"u":"flail%20of%20tiamat_ftd","p":23,"s":2,"h":1,"n":"Flail of Tiamat"},{"id":14260,"c":4,"u":"gold%20canary%20figurine%20of%20wondrous%20power_ftd","p":23,"s":2,"h":1,"n":"Gold Canary Figurine of Wondrous Power"},{"id":14261,"c":4,"u":"platinum%20scarf_ftd","p":24,"s":2,"h":1,"n":"Platinum Scarf"},{"id":14262,"c":4,"u":"potion%20of%20dragon's%20majesty_ftd","p":24,"s":2,"h":1,"n":"Potion of Dragon's Majesty"},{"id":14263,"c":4,"u":"ruby%20weave%20gem_ftd","p":24,"s":2,"h":1,"n":"Ruby Weave Gem"},{"id":14264,"c":4,"u":"sapphire%20buckler_ftd","p":24,"s":2,"h":1,"n":"Sapphire Buckler"},{"id":14265,"c":4,"u":"slumbering%20dragon%20vessel_ftd","p":27,"s":2,"h":1,"n":"Slumbering Dragon Vessel"},{"id":14266,"c":4,"u":"slumbering%20dragon-touched%20focus_ftd","p":26,"s":2,"h":1,"n":"Slumbering Dragon-Touched Focus"},{"id":14267,"c":4,"u":"slumbering%20scaled%20ornament_ftd","p":27,"s":2,"h":1,"n":"Slumbering Scaled Ornament"},{"id":14268,"c":4,"u":"stirring%20dragon%20vessel_ftd","s":2,"h":1,"n":"Stirring Dragon Vessel"},{"id":14269,"c":4,"u":"stirring%20dragon-touched%20focus_ftd","s":2,"h":1,"n":"Stirring Dragon-Touched Focus"},{"id":14270,"c":4,"u":"stirring%20scaled%20ornament_ftd","s":2,"h":1,"n":"Stirring Scaled Ornament"},{"id":14271,"c":4,"u":"topaz%20annihilator_ftd","p":24,"s":2,"h":1,"n":"Topaz Annihilator"},{"id":14272,"c":4,"u":"wakened%20dragon%20vessel_ftd","s":2,"h":1,"n":"Wakened Dragon Vessel"},{"id":14273,"c":4,"u":"wakened%20dragon-touched%20focus_ftd","s":2,"h":1,"n":"Wakened Dragon-Touched Focus"},{"id":14274,"c":4,"u":"wakened%20scaled%20ornament_ftd","s":2,"h":1,"n":"Wakened Scaled Ornament"},{"id":14275,"c":4,"u":"%2b1%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"n":"+1 All-Purpose Tool"},{"id":14276,"c":4,"u":"%2b1%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"n":"+1 Amulet of the Devout"},{"id":14277,"c":4,"u":"%2b1%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"n":"+1 Arcane Grimoire"},{"id":14278,"c":4,"u":"%2b1%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"n":"+1 Bloodwell Vial"},{"id":14279,"c":4,"u":"%2b1%20moon%20sickle_tce","p":133,"s":4,"h":1,"n":"+1 Moon Sickle"},{"id":14280,"c":4,"u":"%2b1%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"n":"+1 Rhythm-Maker's Drum"},{"id":14281,"c":4,"u":"%2b2%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"n":"+2 All-Purpose Tool"},{"id":14282,"c":4,"u":"%2b2%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"n":"+2 Amulet of the Devout"},{"id":14283,"c":4,"u":"%2b2%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"n":"+2 Arcane Grimoire"},{"id":14284,"c":4,"u":"%2b2%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"n":"+2 Bloodwell Vial"},{"id":14285,"c":4,"u":"%2b2%20moon%20sickle_tce","p":133,"s":4,"h":1,"n":"+2 Moon Sickle"},{"id":14286,"c":4,"u":"%2b2%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"n":"+2 Rhythm-Maker's Drum"},{"id":14287,"c":4,"u":"%2b3%20all-purpose%20tool_tce","p":119,"s":4,"h":1,"n":"+3 All-Purpose Tool"},{"id":14288,"c":4,"u":"%2b3%20amulet%20of%20the%20devout_tce","p":119,"s":4,"h":1,"n":"+3 Amulet of the Devout"},{"id":14289,"c":4,"u":"%2b3%20arcane%20grimoire_tce","p":120,"s":4,"h":1,"n":"+3 Arcane Grimoire"},{"id":14290,"c":4,"u":"%2b3%20bloodwell%20vial_tce","p":122,"s":4,"h":1,"n":"+3 Bloodwell Vial"},{"id":14291,"c":4,"u":"%2b3%20moon%20sickle_tce","p":133,"s":4,"h":1,"n":"+3 Moon Sickle"},{"id":14292,"c":4,"u":"%2b3%20rhythm-maker's%20drum_tce","p":134,"s":4,"h":1,"n":"+3 Rhythm-Maker's Drum"},{"id":14293,"c":4,"u":"acid%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Acid Absorbing Tattoo"},{"id":14294,"c":4,"u":"alchemical%20compendium_tce","p":119,"s":4,"h":1,"n":"Alchemical Compendium"},{"id":14295,"c":4,"u":"astral%20shard_tce","p":120,"s":4,"h":1,"n":"Astral Shard"},{"id":14296,"c":4,"u":"astromancy%20archive_tce","p":120,"s":4,"h":1,"n":"Astromancy Archive"},{"id":14297,"c":4,"u":"atlas%20of%20endless%20horizons_tce","p":120,"s":4,"h":1,"n":"Atlas of Endless Horizons"},{"id":14298,"c":4,"u":"baba%20yaga's%20mortar%20and%20pestle_tce","p":121,"s":4,"h":1,"n":"Baba Yaga's Mortar and Pestle"},{"id":14299,"c":4,"u":"baba%20yaga's%20pestle_tce","p":121,"s":4,"h":1,"n":"Baba Yaga's Pestle"},{"id":14300,"c":4,"u":"barrier%20tattoo%20(large)_tce","p":122,"s":4,"h":1,"n":"Barrier Tattoo (Large)"},{"id":14301,"c":4,"u":"barrier%20tattoo%20(medium)_tce","p":122,"s":4,"h":1,"n":"Barrier Tattoo (Medium)"},{"id":14302,"c":4,"u":"barrier%20tattoo%20(small)_tce","p":122,"s":4,"h":1,"n":"Barrier Tattoo (Small)"},{"id":14303,"c":4,"u":"bell%20branch_tce","p":122,"s":4,"h":1,"n":"Bell Branch"},{"id":14304,"c":4,"u":"blood%20fury%20tattoo_tce","p":122,"s":4,"h":1,"n":"Blood Fury Tattoo"},{"id":14305,"c":4,"u":"cauldron%20of%20rebirth_tce","p":122,"s":4,"h":1,"n":"Cauldron of Rebirth"},{"id":14306,"c":4,"u":"coiling%20grasp%20tattoo_tce","p":123,"s":4,"h":1,"n":"Coiling Grasp Tattoo"},{"id":14307,"c":4,"u":"cold%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Cold Absorbing Tattoo"},{"id":14308,"c":4,"u":"crook%20of%20rao_tce","p":123,"s":4,"h":1,"n":"Crook of Rao"},{"id":14309,"c":4,"u":"crystalline%20chronicle_tce","p":124,"s":4,"h":1,"n":"Crystalline Chronicle"},{"id":14310,"c":4,"u":"demonomicon%20of%20iggwilv_tce","p":125,"s":4,"h":1,"n":"Demonomicon of Iggwilv"},{"id":14311,"c":4,"u":"devotee's%20censer_tce","p":126,"s":4,"h":1,"n":"Devotee's Censer"},{"id":14312,"c":4,"u":"duplicitous%20manuscript_tce","p":126,"s":4,"h":1,"n":"Duplicitous Manuscript"},{"id":14313,"c":4,"u":"eldritch%20claw%20tattoo_tce","p":126,"s":4,"h":1,"n":"Eldritch Claw Tattoo"},{"id":14314,"c":4,"u":"elemental%20essence%20shard_tce","p":127,"s":4,"h":1,"n":"Elemental Essence Shard"},{"id":14315,"c":4,"u":"elemental%20essence%20shard%20(air)_tce","p":127,"s":4,"h":1,"n":"Elemental Essence Shard (Air)"},{"id":14316,"c":4,"u":"elemental%20essence%20shard%20(earth)_tce","p":127,"s":4,"h":1,"n":"Elemental Essence Shard (Earth)"},{"id":14317,"c":4,"u":"elemental%20essence%20shard%20(fire)_tce","p":127,"s":4,"h":1,"n":"Elemental Essence Shard (Fire)"},{"id":14318,"c":4,"u":"elemental%20essence%20shard%20(water)_tce","p":127,"s":4,"h":1,"n":"Elemental Essence Shard (Water)"},{"id":14319,"c":4,"u":"far%20realm%20shard_tce","p":127,"s":4,"h":1,"n":"Far Realm Shard"},{"id":14320,"c":4,"u":"feywild%20shard_tce","p":127,"s":4,"h":1,"n":"Feywild Shard"},{"id":14321,"c":4,"u":"fire%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Fire Absorbing Tattoo"},{"id":14322,"c":4,"u":"force%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Force Absorbing Tattoo"},{"id":14323,"c":4,"u":"fulminating%20treatise_tce","p":128,"s":4,"h":1,"n":"Fulminating Treatise"},{"id":14324,"c":4,"u":"ghost%20step%20tattoo_tce","p":128,"s":4,"h":1,"n":"Ghost Step Tattoo"},{"id":14325,"c":4,"u":"guardian%20emblem_tce","p":128,"s":4,"h":1,"n":"Guardian Emblem"},{"id":14326,"c":4,"u":"heart%20weaver's%20primer_tce","p":128,"s":4,"h":1,"n":"Heart Weaver's Primer"},{"id":14327,"c":4,"u":"illuminator's%20tattoo_tce","p":129,"s":4,"h":1,"n":"Illuminator's Tattoo"},{"id":14328,"c":4,"u":"libram%20of%20souls%20and%20flesh_tce","p":129,"s":4,"h":1,"n":"Libram of Souls and Flesh"},{"id":14329,"c":4,"u":"lifewell%20tattoo_tce","p":129,"s":4,"h":1,"n":"Lifewell Tattoo"},{"id":14330,"c":4,"u":"lightning%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Lightning Absorbing Tattoo"},{"id":14331,"c":4,"u":"luba's%20tarokka%20of%20souls_tce","p":129,"s":4,"h":1,"n":"Luba's Tarokka of Souls"},{"id":14332,"c":4,"u":"lyre%20of%20building_tce","p":131,"s":4,"h":1,"n":"Lyre of Building"},{"id":14333,"c":4,"u":"masquerade%20tattoo_tce","p":131,"s":4,"h":1,"n":"Masquerade Tattoo"},{"id":14334,"c":4,"u":"mighty%20servant%20of%20leuk-o_tce","p":131,"s":4,"h":1,"n":"Mighty Servant of Leuk-o"},{"id":14335,"c":4,"u":"nature's%20mantle_tce","p":133,"s":4,"h":1,"n":"Nature's Mantle"},{"id":14336,"c":4,"u":"necrotic%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Necrotic Absorbing Tattoo"},{"id":14337,"c":4,"u":"outer%20essence%20shard_tce","p":133,"s":4,"h":1,"n":"Outer Essence Shard"},{"id":14338,"c":4,"u":"outer%20essence%20shard%20(chaotic)_tce","p":133,"s":4,"h":1,"n":"Outer Essence Shard (Chaotic)"},{"id":14339,"c":4,"u":"outer%20essence%20shard%20(evil)_tce","p":133,"s":4,"h":1,"n":"Outer Essence Shard (Evil)"},{"id":14340,"c":4,"u":"outer%20essence%20shard%20(good)_tce","p":133,"s":4,"h":1,"n":"Outer Essence Shard (Good)"},{"id":14341,"c":4,"u":"outer%20essence%20shard%20(lawful)_tce","p":133,"s":4,"h":1,"n":"Outer Essence Shard (Lawful)"},{"id":14342,"c":4,"u":"planecaller's%20codex_tce","p":134,"s":4,"h":1,"n":"Planecaller's Codex"},{"id":14343,"c":4,"u":"poison%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Poison Absorbing Tattoo"},{"id":14344,"c":4,"u":"prosthetic%20limb_tce","p":134,"s":4,"h":1,"n":"Prosthetic Limb"},{"id":14345,"c":4,"u":"protective%20verses_tce","p":134,"s":4,"h":1,"n":"Protective Verses"},{"id":14346,"c":4,"u":"psychic%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Psychic Absorbing Tattoo"},{"id":14347,"c":4,"u":"radiant%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Radiant Absorbing Tattoo"},{"id":14348,"c":4,"u":"reveler's%20concertina_tce","p":134,"s":4,"h":1,"n":"Reveler's Concertina"},{"id":14349,"c":4,"u":"shadowfell%20brand%20tattoo_tce","p":134,"s":4,"h":1,"n":"Shadowfell Brand Tattoo"},{"id":14350,"c":4,"u":"shadowfell%20shard_tce","p":135,"s":4,"h":1,"n":"Shadowfell Shard"},{"id":14351,"c":4,"u":"spellwrought%20tattoo%20(1st%20level)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (1st Level)"},{"id":14352,"c":4,"u":"spellwrought%20tattoo%20(2nd%20level)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (2nd Level)"},{"id":14353,"c":4,"u":"spellwrought%20tattoo%20(3rd%20level)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (3rd Level)"},{"id":14354,"c":4,"u":"spellwrought%20tattoo%20(4th%20level)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (4th Level)"},{"id":14355,"c":4,"u":"spellwrought%20tattoo%20(5th%20level)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (5th Level)"},{"id":14356,"c":4,"u":"spellwrought%20tattoo%20(cantrip)_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo (Cantrip)"},{"id":14357,"c":4,"u":"teeth%20of%20dahlver-nar_tce","p":135,"s":4,"h":1,"n":"Teeth of Dahlver-Nar"},{"id":14358,"c":4,"u":"thunder%20absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Thunder Absorbing Tattoo"},{"id":14359,"c":4,"u":"%2b1%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"n":"+1 Rod of the Pact Keeper"},{"id":14360,"c":4,"u":"%2b1%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"n":"+1 Wand of the War Mage"},{"id":14361,"c":4,"u":"%2b1%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"n":"+1 Wraps of Unarmed Power"},{"id":14362,"c":4,"u":"%2b2%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"n":"+2 Rod of the Pact Keeper"},{"id":14363,"c":4,"u":"%2b2%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"n":"+2 Wand of the War Mage"},{"id":14364,"c":4,"u":"%2b2%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"n":"+2 Wraps of Unarmed Power"},{"id":14365,"c":4,"u":"%2b3%20rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"n":"+3 Rod of the Pact Keeper"},{"id":14366,"c":4,"u":"%2b3%20wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"n":"+3 Wand of the War Mage"},{"id":14367,"c":4,"u":"%2b3%20wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"n":"+3 Wraps of Unarmed Power"},{"id":14368,"c":4,"u":"alchemy%20jug_xdmg","p":227,"s":5,"h":1,"n":"Alchemy Jug"},{"id":14369,"c":4,"u":"alexandrite_xdmg","p":214,"s":5,"h":1,"n":"Alexandrite"},{"id":14370,"c":4,"u":"amber_xdmg","p":214,"s":5,"h":1,"n":"Amber"},{"id":14371,"c":4,"u":"amethyst_xdmg","p":214,"s":5,"h":1,"n":"Amethyst"},{"id":14372,"c":4,"u":"amulet%20of%20health_xdmg","p":228,"s":5,"h":1,"n":"Amulet of Health"},{"id":14373,"c":4,"u":"amulet%20of%20proof%20against%20detection%20and%20location_xdmg","p":228,"s":5,"h":1,"n":"Amulet of Proof against Detection and Location"},{"id":14374,"c":4,"u":"amulet%20of%20the%20planes_xdmg","p":150,"s":5,"h":1,"n":"Amulet of the Planes"},{"id":14375,"c":4,"u":"animated%20shield_xdmg","p":229,"s":5,"h":1,"n":"Animated Shield"},{"id":14376,"c":4,"u":"apparatus%20of%20kwalish_xdmg","p":229,"s":5,"h":1,"n":"Apparatus of Kwalish"},{"id":14377,"c":4,"u":"aquamarine_xdmg","p":214,"s":5,"h":1,"n":"Aquamarine"},{"id":14378,"c":4,"u":"armor%20of%20invulnerability_xdmg","p":152,"s":5,"h":1,"n":"Armor of Invulnerability"},{"id":14379,"c":4,"u":"arrow-catching%20shield_xdmg","p":231,"s":5,"h":1,"n":"Arrow-Catching Shield"},{"id":14380,"c":4,"u":"assassin's%20blood_xdmg","p":90,"s":5,"h":1,"n":"Assassin's Blood"},{"id":14381,"c":4,"u":"axe%20of%20the%20dwarvish%20lords_xdmg","p":231,"s":5,"h":1,"n":"Axe of the Dwarvish Lords"},{"id":14382,"c":4,"u":"azurite_xdmg","p":214,"s":5,"h":1,"n":"Azurite"},{"id":14383,"c":4,"u":"baba%20yaga's%20dancing%20broom_xdmg","p":232,"s":5,"h":1,"n":"Baba Yaga's Dancing Broom"},{"id":14384,"c":4,"u":"bag%20of%20beans_xdmg","p":233,"s":5,"h":1,"n":"Bag of Beans"},{"id":14385,"c":4,"u":"bag%20of%20devouring_xdmg","p":234,"s":5,"h":1,"n":"Bag of Devouring"},{"id":14386,"c":4,"u":"bag%20of%20holding_xdmg","p":234,"s":5,"h":1,"n":"Bag of Holding"},{"id":14387,"c":4,"u":"bag%20of%20tricks%2c%20gray_xdmg","p":234,"s":5,"h":1,"n":"Bag of Tricks, Gray"},{"id":14388,"c":4,"u":"bag%20of%20tricks%2c%20rust_xdmg","p":234,"s":5,"h":1,"n":"Bag of Tricks, Rust"},{"id":14389,"c":4,"u":"bag%20of%20tricks%2c%20tan_xdmg","p":234,"s":5,"h":1,"n":"Bag of Tricks, Tan"},{"id":14390,"c":4,"u":"banded%20agate_xdmg","p":214,"s":5,"h":1,"n":"Banded Agate"},{"id":14391,"c":4,"u":"bead%20of%20force_xdmg","p":234,"s":5,"h":1,"n":"Bead of Force"},{"id":14392,"c":4,"u":"bead%20of%20nourishment_xdmg","p":235,"s":5,"h":1,"n":"Bead of Nourishment"},{"id":14393,"c":4,"u":"bead%20of%20refreshment_xdmg","p":235,"s":5,"h":1,"n":"Bead of Refreshment"},{"id":14394,"c":4,"u":"bejeweled%20gold%20bracelet_xdmg","p":215,"s":5,"h":1,"n":"Bejeweled gold bracelet"},{"id":14395,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_xdmg","p":215,"s":5,"h":1,"n":"Bejeweled ivory drinking horn with gold filigree"},{"id":14396,"c":4,"u":"belt%20of%20cloud%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Cloud Giant Strength"},{"id":14397,"c":4,"u":"belt%20of%20dwarvenkind_xdmg","p":235,"s":5,"h":1,"n":"Belt of Dwarvenkind"},{"id":14398,"c":4,"u":"belt%20of%20fire%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Fire Giant Strength"},{"id":14399,"c":4,"u":"belt%20of%20frost%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Frost Giant Strength"},{"id":14400,"c":4,"u":"belt%20of%20hill%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Hill Giant Strength"},{"id":14401,"c":4,"u":"belt%20of%20stone%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Stone Giant Strength"},{"id":14402,"c":4,"u":"belt%20of%20storm%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Storm Giant Strength"},{"id":14403,"c":4,"u":"black%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Black Dragon Scale Mail"},{"id":14404,"c":4,"u":"black%20opal_xdmg","p":214,"s":5,"h":1,"n":"Black Opal"},{"id":14405,"c":4,"u":"black%20pearl_xdmg","p":214,"s":5,"h":1,"n":"Black Pearl"},{"id":14406,"c":4,"u":"black%20sapphire_xdmg","p":214,"s":5,"h":1,"n":"Black Sapphire"},{"id":14407,"c":4,"u":"black%20velvet%20mask%20stitched%20with%20silver%20thread_xdmg","p":215,"s":5,"h":1,"n":"Black velvet mask stitched with silver thread"},{"id":14408,"c":4,"u":"blackrazor_xdmg","p":236,"s":5,"h":1,"n":"Blackrazor"},{"id":14409,"c":4,"u":"bloodstone_xdmg","p":214,"s":5,"h":1,"n":"Bloodstone"},{"id":14410,"c":4,"u":"blue%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Blue Dragon Scale Mail"},{"id":14411,"c":4,"u":"blue%20quartz_xdmg","p":214,"s":5,"h":1,"n":"Blue Quartz"},{"id":14412,"c":4,"u":"blue%20sapphire_xdmg","p":214,"s":5,"h":1,"n":"Blue Sapphire"},{"id":14413,"c":4,"u":"blue%20spinel_xdmg","p":214,"s":5,"h":1,"n":"Blue Spinel"},{"id":14414,"c":4,"u":"bomb_xdmg","p":73,"s":5,"h":1,"n":"Bomb"},{"id":14415,"c":4,"u":"book%20of%20exalted%20deeds_xdmg","p":237,"s":5,"h":1,"n":"Book of Exalted Deeds"},{"id":14416,"c":4,"u":"book%20of%20vile%20darkness_xdmg","p":238,"s":5,"h":1,"n":"Book of Vile Darkness"},{"id":14417,"c":4,"u":"boots%20of%20elvenkind_xdmg","p":239,"s":5,"h":1,"n":"Boots of Elvenkind"},{"id":14418,"c":4,"u":"boots%20of%20false%20tracks_xdmg","p":239,"s":5,"h":1,"n":"Boots of False Tracks"},{"id":14419,"c":4,"u":"boots%20of%20levitation_xdmg","p":239,"s":5,"h":1,"n":"Boots of Levitation"},{"id":14420,"c":4,"u":"boots%20of%20speed_xdmg","p":240,"s":5,"h":1,"n":"Boots of Speed"},{"id":14421,"c":4,"u":"boots%20of%20striding%20and%20springing_xdmg","p":240,"s":5,"h":1,"n":"Boots of Striding and Springing"},{"id":14422,"c":4,"u":"boots%20of%20the%20winterlands_xdmg","p":240,"s":5,"h":1,"n":"Boots of the Winterlands"},{"id":14423,"c":4,"u":"bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_xdmg","p":215,"s":5,"h":1,"n":"Bottle stopper cork embossed with gold leaf and set with amethysts"},{"id":14424,"c":4,"u":"bowl%20of%20commanding%20water%20elementals_xdmg","p":240,"s":5,"h":1,"n":"Bowl of Commanding Water Elementals"},{"id":14425,"c":4,"u":"box%20of%20turquoise%20animal%20figurines_xdmg","p":215,"s":5,"h":1,"n":"Box of turquoise animal figurines"},{"id":14426,"c":4,"u":"bracers%20of%20archery_xdmg","p":240,"s":5,"h":1,"n":"Bracers of Archery"},{"id":14427,"c":4,"u":"bracers%20of%20defense_xdmg","p":241,"s":5,"h":1,"n":"Bracers of Defense"},{"id":14428,"c":4,"u":"brass%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Brass Dragon Scale Mail"},{"id":14429,"c":4,"u":"brass%20mug%20with%20jade%20inlay_xdmg","p":215,"s":5,"h":1,"n":"Brass mug with jade inlay"},{"id":14430,"c":4,"u":"brazier%20of%20commanding%20fire%20elementals_xdmg","p":241,"s":5,"h":1,"n":"Brazier of Commanding Fire Elementals"},{"id":14431,"c":4,"u":"bronze%20crown_xdmg","p":215,"s":5,"h":1,"n":"Bronze crown"},{"id":14432,"c":4,"u":"bronze%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Bronze Dragon Scale Mail"},{"id":14433,"c":4,"u":"brooch%20of%20shielding_xdmg","p":241,"s":5,"h":1,"n":"Brooch of Shielding"},{"id":14434,"c":4,"u":"broom%20of%20flying_xdmg","p":241,"s":5,"h":1,"n":"Broom of Flying"},{"id":14435,"c":4,"u":"bundle%20of%20sheet%20music%20representing%20the%20lost%20dirges%20of%20a%20famous%20composer_xdmg","p":215,"s":5,"h":1,"n":"Bundle of sheet music representing the lost dirges of a famous composer"},{"id":14436,"c":4,"u":"burnt%20othur%20fumes_xdmg","p":90,"s":5,"h":1,"n":"Burnt Othur Fumes"},{"id":14437,"c":4,"u":"candle%20of%20invocation_xdmg","p":241,"s":5,"h":1,"n":"Candle of Invocation"},{"id":14438,"c":4,"u":"candle%20of%20the%20deep_xdmg","p":242,"s":5,"h":1,"n":"Candle of the Deep"},{"id":14439,"c":4,"u":"canvas%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"n":"Canvas (1 sq. yd.)"},{"id":14440,"c":4,"u":"cap%20of%20water%20breathing_xdmg","p":242,"s":5,"h":1,"n":"Cap of Water Breathing"},{"id":14441,"c":4,"u":"cape%20of%20the%20mountebank_xdmg","p":242,"s":5,"h":1,"n":"Cape of the Mountebank"},{"id":14442,"c":4,"u":"carnelian_xdmg","p":214,"s":5,"h":1,"n":"Carnelian"},{"id":14443,"c":4,"u":"carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._xdmg","p":242,"s":5,"h":1,"n":"Carpet of Flying, 3 ft. × 5 ft."},{"id":14444,"c":4,"u":"carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._xdmg","p":242,"s":5,"h":1,"n":"Carpet of Flying, 4 ft. × 6 ft."},{"id":14445,"c":4,"u":"carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._xdmg","p":242,"s":5,"h":1,"n":"Carpet of Flying, 5 ft. × 7 ft."},{"id":14446,"c":4,"u":"carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._xdmg","p":242,"s":5,"h":1,"n":"Carpet of Flying, 6 ft. × 9 ft."},{"id":14447,"c":4,"u":"carrion%20crawler%20mucus_xdmg","p":90,"s":5,"h":1,"n":"Carrion Crawler Mucus"},{"id":14448,"c":4,"u":"carved%20bone%20statuette_xdmg","p":215,"s":5,"h":1,"n":"Carved bone statuette"},{"id":14449,"c":4,"u":"carved%20ivory%20statuette_xdmg","p":215,"s":5,"h":1,"n":"Carved ivory statuette"},{"id":14450,"c":4,"u":"carved%20wooden%20harp%20with%20ivory%20inlay%20and%20zircon%20gems_xdmg","p":215,"s":5,"h":1,"n":"Carved wooden harp with ivory inlay and zircon gems"},{"id":14451,"c":4,"u":"cauldron%20of%20rebirth_xdmg","p":243,"s":5,"h":1,"n":"Cauldron of Rebirth"},{"id":14452,"c":4,"u":"censer%20of%20controlling%20air%20elementals_xdmg","p":243,"s":5,"h":1,"n":"Censer of Controlling Air Elementals"},{"id":14453,"c":4,"u":"ceremonial%20gold%20armor%20with%20black%20pearls_xdmg","p":215,"s":5,"h":1,"n":"Ceremonial gold armor with black pearls"},{"id":14454,"c":4,"u":"chalcedony_xdmg","p":214,"s":5,"h":1,"n":"Chalcedony"},{"id":14455,"c":4,"u":"charlatan's%20die_xdmg","p":243,"s":5,"h":1,"n":"Charlatan's Die"},{"id":14456,"c":4,"u":"chicken_xdmg","p":213,"s":5,"h":1,"n":"Chicken"},{"id":14457,"c":4,"u":"chime%20of%20opening_xdmg","p":244,"s":5,"h":1,"n":"Chime of Opening"},{"id":14458,"c":4,"u":"chrysoberyl_xdmg","p":214,"s":5,"h":1,"n":"Chrysoberyl"},{"id":14459,"c":4,"u":"chrysoprase_xdmg","p":214,"s":5,"h":1,"n":"Chrysoprase"},{"id":14460,"c":4,"u":"cinnamon_xdmg","p":213,"s":5,"h":1,"n":"Cinnamon"},{"id":14461,"c":4,"u":"circlet%20of%20blasting_xdmg","p":244,"s":5,"h":1,"n":"Circlet of Blasting"},{"id":14462,"c":4,"u":"citrine_xdmg","p":214,"s":5,"h":1,"n":"Citrine"},{"id":14463,"c":4,"u":"cloak%20of%20arachnida_xdmg","p":244,"s":5,"h":1,"n":"Cloak of Arachnida"},{"id":14464,"c":4,"u":"cloak%20of%20billowing_xdmg","p":244,"s":5,"h":1,"n":"Cloak of Billowing"},{"id":14465,"c":4,"u":"cloak%20of%20displacement_xdmg","p":244,"s":5,"h":1,"n":"Cloak of Displacement"},{"id":14466,"c":4,"u":"cloak%20of%20elvenkind_xdmg","p":244,"s":5,"h":1,"n":"Cloak of Elvenkind"},{"id":14467,"c":4,"u":"cloak%20of%20invisibility_xdmg","p":244,"s":5,"h":1,"n":"Cloak of Invisibility"},{"id":14468,"c":4,"u":"cloak%20of%20many%20fashions_xdmg","p":245,"s":5,"h":1,"n":"Cloak of Many Fashions"},{"id":14469,"c":4,"u":"cloak%20of%20protection_xdmg","p":245,"s":5,"h":1,"n":"Cloak of Protection"},{"id":14470,"c":4,"u":"cloak%20of%20the%20bat_xdmg","p":245,"s":5,"h":1,"n":"Cloak of the Bat"},{"id":14471,"c":4,"u":"cloak%20of%20the%20manta%20ray_xdmg","p":245,"s":5,"h":1,"n":"Cloak of the Manta Ray"},{"id":14472,"c":4,"u":"clockwork%20amulet_xdmg","p":245,"s":5,"h":1,"n":"Clockwork Amulet"},{"id":14473,"c":4,"u":"cloth-of-gold%20vestments_xdmg","p":215,"s":5,"h":1,"n":"Cloth-of-gold vestments"},{"id":14474,"c":4,"u":"clothes%20of%20mending_xdmg","p":245,"s":5,"h":1,"n":"Clothes of Mending"},{"id":14475,"c":4,"u":"cloves_xdmg","p":213,"s":5,"h":1,"n":"Cloves"},{"id":14476,"c":4,"u":"copper_xdmg","p":213,"s":5,"h":1,"n":"Copper"},{"id":14477,"c":4,"u":"copper%20chalice%20with%20silver%20filigree_xdmg","p":215,"s":5,"h":1,"n":"Copper chalice with silver filigree"},{"id":14478,"c":4,"u":"copper%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Copper Dragon Scale Mail"},{"id":14479,"c":4,"u":"coral_xdmg","p":214,"s":5,"h":1,"n":"Coral"},{"id":14480,"c":4,"u":"cotton%20cloth%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"n":"Cotton Cloth (1 sq. yd.)"},{"id":14481,"c":4,"u":"cow_xdmg","p":213,"s":5,"h":1,"n":"Cow"},{"id":14482,"c":4,"u":"crystal%20ball_xdmg","p":245,"s":5,"h":1,"n":"Crystal Ball"},{"id":14483,"c":4,"u":"crystal%20ball%20of%20mind%20reading_xdmg","p":159,"s":5,"h":1,"n":"Crystal Ball of Mind Reading"},{"id":14484,"c":4,"u":"crystal%20ball%20of%20telepathy_xdmg","p":159,"s":5,"h":1,"n":"Crystal Ball of Telepathy"},{"id":14485,"c":4,"u":"crystal%20ball%20of%20true%20seeing_xdmg","p":159,"s":5,"h":1,"n":"Crystal Ball of True Seeing"},{"id":14486,"c":4,"u":"cube%20of%20force_xdmg","p":246,"s":5,"h":1,"n":"Cube of Force"},{"id":14487,"c":4,"u":"cube%20of%20summoning_xdmg","p":247,"s":5,"h":1,"n":"Cube of Summoning"},{"id":14488,"c":4,"u":"cubic%20gate_xdmg","p":247,"s":5,"h":1,"n":"Cubic Gate"},{"id":14489,"c":4,"u":"daern's%20instant%20fortress_xdmg","p":247,"s":5,"h":1,"n":"Daern's Instant Fortress"},{"id":14490,"c":4,"u":"dagger%20of%20venom_xdmg","p":248,"s":5,"h":1,"n":"Dagger of Venom"},{"id":14491,"c":4,"u":"dark%20shard%20amulet_xdmg","p":248,"s":5,"h":1,"n":"Dark Shard Amulet"},{"id":14492,"c":4,"u":"decanter%20of%20endless%20water_xdmg","p":249,"s":5,"h":1,"n":"Decanter of Endless Water"},{"id":14493,"c":4,"u":"deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"n":"Deck of Illusions"},{"id":14494,"c":4,"u":"deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"n":"Deck of Many Things"},{"id":14495,"c":4,"u":"demonomicon%20of%20iggwilv_xdmg","p":252,"s":5,"h":1,"n":"Demonomicon of Iggwilv"},{"id":14496,"c":4,"u":"detailed%2c%20life-sized%20dragonborn%20skull%20cast%20in%20electrum_xdmg","p":215,"s":5,"h":1,"n":"Detailed, life-sized dragonborn skull cast in electrum"},{"id":14497,"c":4,"u":"diamond_xdmg","p":214,"s":5,"h":1,"n":"Diamond"},{"id":14498,"c":4,"u":"dimensional%20shackles_xdmg","p":254,"s":5,"h":1,"n":"Dimensional Shackles"},{"id":14499,"c":4,"u":"dread%20helm_xdmg","p":254,"s":5,"h":1,"n":"Dread Helm"},{"id":14500,"c":4,"u":"driftglobe_xdmg","p":254,"s":5,"h":1,"n":"Driftglobe"},{"id":14501,"c":4,"u":"dust%20of%20disappearance_xdmg","p":255,"s":5,"h":1,"n":"Dust of Disappearance"},{"id":14502,"c":4,"u":"dust%20of%20dryness_xdmg","p":255,"s":5,"h":1,"n":"Dust of Dryness"},{"id":14503,"c":4,"u":"dust%20of%20sneezing%20and%20choking_xdmg","p":255,"s":5,"h":1,"n":"Dust of Sneezing and Choking"},{"id":14504,"c":4,"u":"dwarven%20thrower_xdmg","p":256,"s":5,"h":1,"n":"Dwarven Thrower"},{"id":14505,"c":4,"u":"dynamite%20stick_xdmg","p":73,"s":5,"h":1,"n":"Dynamite Stick"},{"id":14506,"c":4,"u":"ear%20horn%20of%20hearing_xdmg","p":256,"s":5,"h":1,"n":"Ear Horn of Hearing"},{"id":14507,"c":4,"u":"efreeti%20bottle_xdmg","p":256,"s":5,"h":1,"n":"Efreeti Bottle"},{"id":14508,"c":4,"u":"elemental%20gem%2c%20blue%20sapphire_xdmg","p":257,"s":5,"h":1,"n":"Elemental Gem, Blue Sapphire"},{"id":14509,"c":4,"u":"elemental%20gem%2c%20emerald_xdmg","p":257,"s":5,"h":1,"n":"Elemental Gem, Emerald"},{"id":14510,"c":4,"u":"elemental%20gem%2c%20red%20corundum_xdmg","p":257,"s":5,"h":1,"n":"Elemental Gem, Red Corundum"},{"id":14511,"c":4,"u":"elemental%20gem%2c%20yellow%20diamond_xdmg","p":257,"s":5,"h":1,"n":"Elemental Gem, Yellow Diamond"},{"id":14512,"c":4,"u":"elixir%20of%20health_xdmg","p":257,"s":5,"h":1,"n":"Elixir of Health"},{"id":14513,"c":4,"u":"embroidered%20glove%20set%20with%20jewel%20chips_xdmg","p":215,"s":5,"h":1,"n":"Embroidered glove set with jewel chips"},{"id":14514,"c":4,"u":"embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_xdmg","p":215,"s":5,"h":1,"n":"Embroidered silk and velvet mantle set with numerous moonstones"},{"id":14515,"c":4,"u":"embroidered%20silk%20handkerchief_xdmg","p":215,"s":5,"h":1,"n":"Embroidered silk handkerchief"},{"id":14516,"c":4,"u":"emerald_xdmg","p":214,"s":5,"h":1,"n":"Emerald"},{"id":14517,"c":4,"u":"enduring%20spellbook_xdmg","p":257,"s":5,"h":1,"n":"Enduring Spellbook"},{"id":14518,"c":4,"u":"enspelled%20staff%20(cantrip)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Cantrip)"},{"id":14519,"c":4,"u":"enspelled%20staff%20(level%201)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 1)"},{"id":14520,"c":4,"u":"enspelled%20staff%20(level%202)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 2)"},{"id":14521,"c":4,"u":"enspelled%20staff%20(level%203)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 3)"},{"id":14522,"c":4,"u":"enspelled%20staff%20(level%204)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 4)"},{"id":14523,"c":4,"u":"enspelled%20staff%20(level%205)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 5)"},{"id":14524,"c":4,"u":"enspelled%20staff%20(level%206)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 6)"},{"id":14525,"c":4,"u":"enspelled%20staff%20(level%207)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 7)"},{"id":14526,"c":4,"u":"enspelled%20staff%20(level%208)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff (Level 8)"},{"id":14527,"c":4,"u":"ersatz%20eye_xdmg","p":259,"s":5,"h":1,"n":"Ersatz Eye"},{"id":14528,"c":4,"u":"essence%20of%20ether_xdmg","p":90,"s":5,"h":1,"n":"Essence of Ether"},{"id":14529,"c":4,"u":"eversmoking%20bottle_xdmg","p":259,"s":5,"h":1,"n":"Eversmoking Bottle"},{"id":14530,"c":4,"u":"eye%20agate_xdmg","p":214,"s":5,"h":1,"n":"Eye Agate"},{"id":14531,"c":4,"u":"eye%20of%20vecna_xdmg","p":259,"s":5,"h":1,"n":"Eye of Vecna"},{"id":14532,"c":4,"u":"eye%20patch%20decorated%20with%20tiny%20blue%20sapphires%20and%20moonstones_xdmg","p":215,"s":5,"h":1,"n":"Eye patch decorated with tiny blue sapphires and moonstones"},{"id":14533,"c":4,"u":"eyes%20of%20charming_xdmg","p":261,"s":5,"h":1,"n":"Eyes of Charming"},{"id":14534,"c":4,"u":"eyes%20of%20minute%20seeing_xdmg","p":261,"s":5,"h":1,"n":"Eyes of Minute Seeing"},{"id":14535,"c":4,"u":"eyes%20of%20the%20eagle_xdmg","p":261,"s":5,"h":1,"n":"Eyes of the Eagle"},{"id":14536,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20bronze%20griffon_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Bronze Griffon"},{"id":14537,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ebony%20fly_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Ebony Fly"},{"id":14538,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20golden%20lions_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Golden Lions"},{"id":14539,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ivory%20goats_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Ivory Goats"},{"id":14540,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20marble%20elephant_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Marble Elephant"},{"id":14541,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20obsidian%20steed_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Obsidian Steed"},{"id":14542,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20onyx%20dog_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Onyx Dog"},{"id":14543,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20serpentine%20owl_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Serpentine Owl"},{"id":14544,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20silver%20raven_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power, Silver Raven"},{"id":14545,"c":4,"u":"fine%20gold%20chain%20set%20with%20a%20fire%20opal_xdmg","p":215,"s":5,"h":1,"n":"Fine gold chain set with a fire opal"},{"id":14546,"c":4,"u":"fire%20opal_xdmg","p":214,"s":5,"h":1,"n":"Fire Opal"},{"id":14547,"c":4,"u":"flour_xdmg","p":213,"s":5,"h":1,"n":"Flour"},{"id":14548,"c":4,"u":"folding%20boat_xdmg","p":263,"s":5,"h":1,"n":"Folding Boat"},{"id":14549,"c":4,"u":"fragmentation%20grenade_xdmg","p":73,"s":5,"h":1,"n":"Fragmentation Grenade"},{"id":14550,"c":4,"u":"garnet_xdmg","p":214,"s":5,"h":1,"n":"Garnet"},{"id":14551,"c":4,"u":"gauntlets%20of%20ogre%20power_xdmg","p":264,"s":5,"h":1,"n":"Gauntlets of Ogre Power"},{"id":14552,"c":4,"u":"gem%20of%20brightness_xdmg","p":264,"s":5,"h":1,"n":"Gem of Brightness"},{"id":14553,"c":4,"u":"gem%20of%20seeing_xdmg","p":264,"s":5,"h":1,"n":"Gem of Seeing"},{"id":14554,"c":4,"u":"gilded%20royal%20coach%20or%20funeral%20barge_xdmg","p":215,"s":5,"h":1,"n":"Gilded royal coach or funeral barge"},{"id":14555,"c":4,"u":"ginger_xdmg","p":213,"s":5,"h":1,"n":"Ginger"},{"id":14556,"c":4,"u":"glamoured%20studded%20leather_xdmg","p":264,"s":5,"h":1,"n":"Glamoured Studded Leather"},{"id":14557,"c":4,"u":"gloves%20of%20missile%20snaring_xdmg","p":265,"s":5,"h":1,"n":"Gloves of Missile Snaring"},{"id":14558,"c":4,"u":"gloves%20of%20swimming%20and%20climbing_xdmg","p":265,"s":5,"h":1,"n":"Gloves of Swimming and Climbing"},{"id":14559,"c":4,"u":"gloves%20of%20thievery_xdmg","p":265,"s":5,"h":1,"n":"Gloves of Thievery"},{"id":14560,"c":4,"u":"goat_xdmg","p":213,"s":5,"h":1,"n":"Goat"},{"id":14561,"c":4,"u":"goggles%20of%20night_xdmg","p":265,"s":5,"h":1,"n":"Goggles of Night"},{"id":14562,"c":4,"u":"gold_xdmg","p":213,"s":5,"h":1,"n":"Gold"},{"id":14563,"c":4,"u":"gold%20bar%20(5-pound)_xdmg","p":213,"s":5,"h":1,"n":"Gold Bar (5-pound)"},{"id":14564,"c":4,"u":"gold%20birdcage%20with%20electrum%20filigree_xdmg","p":215,"s":5,"h":1,"n":"Gold birdcage with electrum filigree"},{"id":14565,"c":4,"u":"gold%20bracelet_xdmg","p":215,"s":5,"h":1,"n":"Gold bracelet"},{"id":14566,"c":4,"u":"gold%20circlet%20set%20with%20four%20aquamarines_xdmg","p":215,"s":5,"h":1,"n":"Gold circlet set with four aquamarines"},{"id":14567,"c":4,"u":"gold%20comb%20shaped%20like%20a%20dragon%20with%20red%20garnets%20as%20eyes_xdmg","p":215,"s":5,"h":1,"n":"Gold comb shaped like a dragon with red garnets as eyes"},{"id":14568,"c":4,"u":"gold%20cup%20set%20with%20emeralds_xdmg","p":215,"s":5,"h":1,"n":"Gold cup set with emeralds"},{"id":14569,"c":4,"u":"gold%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Gold Dragon Scale Mail"},{"id":14570,"c":4,"u":"gold%20idol_xdmg","p":215,"s":5,"h":1,"n":"Gold idol"},{"id":14571,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree_xdmg","p":215,"s":5,"h":1,"n":"Gold jewelry box with platinum filigree"},{"id":14572,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside_xdmg","p":215,"s":5,"h":1,"n":"Gold locket with a painted portrait inside"},{"id":14573,"c":4,"u":"gold%20music%20box_xdmg","p":215,"s":5,"h":1,"n":"Gold music box"},{"id":14574,"c":4,"u":"gold%20ring%20set%20with%20bloodstones_xdmg","p":215,"s":5,"h":1,"n":"Gold ring set with bloodstones"},{"id":14575,"c":4,"u":"gold%20statuette%20set%20with%20rubies_xdmg","p":215,"s":5,"h":1,"n":"Gold statuette set with rubies"},{"id":14576,"c":4,"u":"green%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Green Dragon Scale Mail"},{"id":14577,"c":4,"u":"grenade%20launcher_xdmg","p":73,"s":5,"h":1,"n":"Grenade Launcher"},{"id":14578,"c":4,"u":"gunpowder%20(keg)_xdmg","p":73,"s":5,"h":1,"n":"Gunpowder (keg)"},{"id":14579,"c":4,"u":"gunpowder%20(powder%20horn)_xdmg","p":73,"s":5,"h":1,"n":"Gunpowder (powder horn)"},{"id":14580,"c":4,"u":"hag%20eye_xdmg","p":265,"s":5,"h":1,"n":"Hag Eye"},{"id":14581,"c":4,"u":"hand%20of%20vecna_xdmg","p":259,"s":5,"h":1,"n":"Hand of Vecna"},{"id":14582,"c":4,"u":"handheld%20mirror%20set%20in%20a%20painted%20wooden%20frame_xdmg","p":215,"s":5,"h":1,"n":"Handheld mirror set in a painted wooden frame"},{"id":14583,"c":4,"u":"hat%20of%20disguise_xdmg","p":266,"s":5,"h":1,"n":"Hat of Disguise"},{"id":14584,"c":4,"u":"hat%20of%20many%20spells_xdmg","p":266,"s":5,"h":1,"n":"Hat of Many Spells"},{"id":14585,"c":4,"u":"hat%20of%20vermin_xdmg","p":267,"s":5,"h":1,"n":"Hat of Vermin"},{"id":14586,"c":4,"u":"hat%20of%20wizardry_xdmg","p":267,"s":5,"h":1,"n":"Hat of Wizardry"},{"id":14587,"c":4,"u":"headband%20of%20intellect_xdmg","p":268,"s":5,"h":1,"n":"Headband of Intellect"},{"id":14588,"c":4,"u":"helm%20of%20brilliance_xdmg","p":268,"s":5,"h":1,"n":"Helm of Brilliance"},{"id":14589,"c":4,"u":"helm%20of%20comprehending%20languages_xdmg","p":268,"s":5,"h":1,"n":"Helm of Comprehending Languages"},{"id":14590,"c":4,"u":"helm%20of%20telepathy_xdmg","p":268,"s":5,"h":1,"n":"Helm of Telepathy"},{"id":14591,"c":4,"u":"helm%20of%20teleportation_xdmg","p":268,"s":5,"h":1,"n":"Helm of Teleportation"},{"id":14592,"c":4,"u":"hematite_xdmg","p":214,"s":5,"h":1,"n":"Hematite"},{"id":14593,"c":4,"u":"heward's%20handy%20haversack_xdmg","p":269,"s":5,"h":1,"n":"Heward's Handy Haversack"},{"id":14594,"c":4,"u":"heward's%20handy%20spice%20pouch_xdmg","p":269,"s":5,"h":1,"n":"Heward's Handy Spice Pouch"},{"id":14595,"c":4,"u":"horn%20of%20blasting_xdmg","p":270,"s":5,"h":1,"n":"Horn of Blasting"},{"id":14596,"c":4,"u":"horn%20of%20silent%20alarm_xdmg","p":270,"s":5,"h":1,"n":"Horn of Silent Alarm"},{"id":14597,"c":4,"u":"horn%20of%20valhalla%2c%20brass_xdmg","p":270,"s":5,"h":1,"n":"Horn of Valhalla, Brass"},{"id":14598,"c":4,"u":"horn%20of%20valhalla%2c%20bronze_xdmg","p":270,"s":5,"h":1,"n":"Horn of Valhalla, Bronze"},{"id":14599,"c":4,"u":"horn%20of%20valhalla%2c%20iron_xdmg","p":270,"s":5,"h":1,"n":"Horn of Valhalla, Iron"},{"id":14600,"c":4,"u":"horn%20of%20valhalla%2c%20silver_xdmg","p":270,"s":5,"h":1,"n":"Horn of Valhalla, Silver"},{"id":14601,"c":4,"u":"horseshoes%20of%20a%20zephyr_xdmg","p":270,"s":5,"h":1,"n":"Horseshoes of a Zephyr"},{"id":14602,"c":4,"u":"horseshoes%20of%20speed_xdmg","p":270,"s":5,"h":1,"n":"Horseshoes of Speed"},{"id":14603,"c":4,"u":"immovable%20rod_xdmg","p":270,"s":5,"h":1,"n":"Immovable Rod"},{"id":14604,"c":4,"u":"instrument%20of%20illusions_xdmg","p":271,"s":5,"h":1,"n":"Instrument of Illusions"},{"id":14605,"c":4,"u":"instrument%20of%20scribing_xdmg","p":271,"s":5,"h":1,"n":"Instrument of Scribing"},{"id":14606,"c":4,"u":"instrument%20of%20the%20bards%2c%20anstruth%20harp_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Anstruth Harp"},{"id":14607,"c":4,"u":"instrument%20of%20the%20bards%2c%20canaith%20mandolin_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Canaith Mandolin"},{"id":14608,"c":4,"u":"instrument%20of%20the%20bards%2c%20cli%20lyre_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Cli Lyre"},{"id":14609,"c":4,"u":"instrument%20of%20the%20bards%2c%20doss%20lute_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Doss Lute"},{"id":14610,"c":4,"u":"instrument%20of%20the%20bards%2c%20fochlucan%20bandore_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Fochlucan Bandore"},{"id":14611,"c":4,"u":"instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Mac-Fuirmidh Cittern"},{"id":14612,"c":4,"u":"instrument%20of%20the%20bards%2c%20ollamh%20harp_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards, Ollamh Harp"},{"id":14613,"c":4,"u":"ioun%20stone%2c%20absorption_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Absorption"},{"id":14614,"c":4,"u":"ioun%20stone%2c%20agility_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Agility"},{"id":14615,"c":4,"u":"ioun%20stone%2c%20awareness_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Awareness"},{"id":14616,"c":4,"u":"ioun%20stone%2c%20fortitude_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Fortitude"},{"id":14617,"c":4,"u":"ioun%20stone%2c%20greater%20absorption_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Greater Absorption"},{"id":14618,"c":4,"u":"ioun%20stone%2c%20insight_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Insight"},{"id":14619,"c":4,"u":"ioun%20stone%2c%20intellect_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Intellect"},{"id":14620,"c":4,"u":"ioun%20stone%2c%20leadership_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Leadership"},{"id":14621,"c":4,"u":"ioun%20stone%2c%20mastery_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Mastery"},{"id":14622,"c":4,"u":"ioun%20stone%2c%20protection_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Protection"},{"id":14623,"c":4,"u":"ioun%20stone%2c%20regeneration_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Regeneration"},{"id":14624,"c":4,"u":"ioun%20stone%2c%20reserve_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Reserve"},{"id":14625,"c":4,"u":"ioun%20stone%2c%20strength_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Strength"},{"id":14626,"c":4,"u":"ioun%20stone%2c%20sustenance_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone, Sustenance"},{"id":14627,"c":4,"u":"iron_xdmg","p":213,"s":5,"h":1,"n":"Iron"},{"id":14628,"c":4,"u":"iron%20bands%20of%20bilarro_xdmg","p":274,"s":5,"h":1,"n":"Iron Bands of Bilarro"},{"id":14629,"c":4,"u":"iron%20flask_xdmg","p":274,"s":5,"h":1,"n":"Iron Flask"},{"id":14630,"c":4,"u":"jacinth_xdmg","p":214,"s":5,"h":1,"n":"Jacinth"},{"id":14631,"c":4,"u":"jade_xdmg","p":214,"s":5,"h":1,"n":"Jade"},{"id":14632,"c":4,"u":"jade%20game%20board%20with%20gold%20playing%20pieces_xdmg","p":215,"s":5,"h":1,"n":"Jade game board with gold playing pieces"},{"id":14633,"c":4,"u":"jasper_xdmg","p":214,"s":5,"h":1,"n":"Jasper"},{"id":14634,"c":4,"u":"javelin%20of%20lightning_xdmg","p":275,"s":5,"h":1,"n":"Javelin of Lightning"},{"id":14635,"c":4,"u":"jet_xdmg","p":214,"s":5,"h":1,"n":"Jet"},{"id":14636,"c":4,"u":"jeweled%20anklet_xdmg","p":215,"s":5,"h":1,"n":"Jeweled anklet"},{"id":14637,"c":4,"u":"jeweled%20gold%20crown_xdmg","p":215,"s":5,"h":1,"n":"Jeweled gold crown"},{"id":14638,"c":4,"u":"jeweled%20platinum%20ring_xdmg","p":215,"s":5,"h":1,"n":"Jeweled platinum ring"},{"id":14639,"c":4,"u":"keoghtom's%20ointment_xdmg","p":275,"s":5,"h":1,"n":"Keoghtom's Ointment"},{"id":14640,"c":4,"u":"lantern%20of%20revealing_xdmg","p":275,"s":5,"h":1,"n":"Lantern of Revealing"},{"id":14641,"c":4,"u":"lapis%20lazuli_xdmg","p":214,"s":5,"h":1,"n":"Lapis Lazuli"},{"id":14642,"c":4,"u":"linen%20(1%20sq.%20yd.)_xdmg","p":213,"s":5,"h":1,"n":"Linen (1 sq. yd.)"},{"id":14643,"c":4,"u":"lock%20of%20trickery_xdmg","p":275,"s":5,"h":1,"n":"Lock of Trickery"},{"id":14644,"c":4,"u":"lolth's%20sting_xdmg","p":91,"s":5,"h":1,"n":"Lolth's Sting"},{"id":14645,"c":4,"u":"lute%20of%20thunderous%20thumping_xdmg","p":275,"s":5,"h":1,"n":"Lute of Thunderous Thumping"},{"id":14646,"c":4,"u":"mace%20of%20disruption_xdmg","p":276,"s":5,"h":1,"n":"Mace of Disruption"},{"id":14647,"c":4,"u":"mace%20of%20smiting_xdmg","p":276,"s":5,"h":1,"n":"Mace of Smiting"},{"id":14648,"c":4,"u":"mace%20of%20terror_xdmg","p":276,"s":5,"h":1,"n":"Mace of Terror"},{"id":14649,"c":4,"u":"malachite_xdmg","p":214,"s":5,"h":1,"n":"Malachite"},{"id":14650,"c":4,"u":"malice_xdmg","p":91,"s":5,"h":1,"n":"Malice"},{"id":14651,"c":4,"u":"mantle%20of%20spell%20resistance_xdmg","p":276,"s":5,"h":1,"n":"Mantle of Spell Resistance"},{"id":14652,"c":4,"u":"manual%20of%20bodily%20health_xdmg","p":277,"s":5,"h":1,"n":"Manual of Bodily Health"},{"id":14653,"c":4,"u":"manual%20of%20clay%20golems_xdmg","p":277,"s":5,"h":1,"n":"Manual of Clay Golems"},{"id":14654,"c":4,"u":"manual%20of%20flesh%20golems_xdmg","p":277,"s":5,"h":1,"n":"Manual of Flesh Golems"},{"id":14655,"c":4,"u":"manual%20of%20gainful%20exercise_xdmg","p":277,"s":5,"h":1,"n":"Manual of Gainful Exercise"},{"id":14656,"c":4,"u":"manual%20of%20iron%20golems_xdmg","p":277,"s":5,"h":1,"n":"Manual of Iron Golems"},{"id":14657,"c":4,"u":"manual%20of%20quickness%20of%20action_xdmg","p":278,"s":5,"h":1,"n":"Manual of Quickness of Action"},{"id":14658,"c":4,"u":"manual%20of%20stone%20golems_xdmg","p":277,"s":5,"h":1,"n":"Manual of Stone Golems"},{"id":14659,"c":4,"u":"medallion%20of%20thoughts_xdmg","p":278,"s":5,"h":1,"n":"Medallion of Thoughts"},{"id":14660,"c":4,"u":"midnight%20tears_xdmg","p":91,"s":5,"h":1,"n":"Midnight Tears"},{"id":14661,"c":4,"u":"mirror%20of%20life%20trapping_xdmg","p":278,"s":5,"h":1,"n":"Mirror of Life Trapping"},{"id":14662,"c":4,"u":"moonstone_xdmg","p":214,"s":5,"h":1,"n":"Moonstone"},{"id":14663,"c":4,"u":"moss%20agate_xdmg","p":214,"s":5,"h":1,"n":"Moss Agate"},{"id":14664,"c":4,"u":"mystery%20key_xdmg","p":280,"s":5,"h":1,"n":"Mystery Key"},{"id":14665,"c":4,"u":"nature's%20mantle_xdmg","p":280,"s":5,"h":1,"n":"Nature's Mantle"},{"id":14666,"c":4,"u":"necklace%20of%20adaptation_xdmg","p":280,"s":5,"h":1,"n":"Necklace of Adaptation"},{"id":14667,"c":4,"u":"necklace%20of%20fireballs_xdmg","p":280,"s":5,"h":1,"n":"Necklace of Fireballs"},{"id":14668,"c":4,"u":"necklace%20of%20prayer%20beads_xdmg","p":281,"s":5,"h":1,"n":"Necklace of Prayer Beads"},{"id":14669,"c":4,"u":"necklace%20string%20of%20small%20pink%20pearls_xdmg","p":215,"s":5,"h":1,"n":"Necklace string of small pink pearls"},{"id":14670,"c":4,"u":"nolzur's%20marvelous%20pigments_xdmg","p":281,"s":5,"h":1,"n":"Nolzur's Marvelous Pigments"},{"id":14671,"c":4,"u":"obsidian_xdmg","p":214,"s":5,"h":1,"n":"Obsidian"},{"id":14672,"c":4,"u":"obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_xdmg","p":215,"s":5,"h":1,"n":"Obsidian statuette with gold fittings and inlay"},{"id":14673,"c":4,"u":"oil%20of%20etherealness_xdmg","p":282,"s":5,"h":1,"n":"Oil of Etherealness"},{"id":14674,"c":4,"u":"oil%20of%20sharpness_xdmg","p":282,"s":5,"h":1,"n":"Oil of Sharpness"},{"id":14675,"c":4,"u":"oil%20of%20slipperiness_xdmg","p":283,"s":5,"h":1,"n":"Oil of Slipperiness"},{"id":14676,"c":4,"u":"oil%20of%20taggit_xdmg","p":91,"s":5,"h":1,"n":"Oil of Taggit"},{"id":14677,"c":4,"u":"old%20masterpiece%20painting_xdmg","p":215,"s":5,"h":1,"n":"Old masterpiece painting"},{"id":14678,"c":4,"u":"onyx_xdmg","p":214,"s":5,"h":1,"n":"Onyx"},{"id":14679,"c":4,"u":"opal_xdmg","p":214,"s":5,"h":1,"n":"Opal"},{"id":14680,"c":4,"u":"orb%20of%20direction_xdmg","p":283,"s":5,"h":1,"n":"Orb of Direction"},{"id":14681,"c":4,"u":"orb%20of%20dragonkind_xdmg","p":283,"s":5,"h":1,"n":"Orb of Dragonkind"},{"id":14682,"c":4,"u":"orb%20of%20time_xdmg","p":284,"s":5,"h":1,"n":"Orb of Time"},{"id":14683,"c":4,"u":"ox_xdmg","p":213,"s":5,"h":1,"n":"Ox"},{"id":14684,"c":4,"u":"painted%20gold%20war%20mask_xdmg","p":215,"s":5,"h":1,"n":"Painted gold war mask"},{"id":14685,"c":4,"u":"pair%20of%20engraved%20bone%20dice_xdmg","p":215,"s":5,"h":1,"n":"Pair of engraved bone dice"},{"id":14686,"c":4,"u":"pale%20tincture_xdmg","p":91,"s":5,"h":1,"n":"Pale Tincture"},{"id":14687,"c":4,"u":"pearl_xdmg","p":214,"s":5,"h":1,"n":"Pearl"},{"id":14688,"c":4,"u":"pearl%20of%20power_xdmg","p":284,"s":5,"h":1,"n":"Pearl of Power"},{"id":14689,"c":4,"u":"pepper_xdmg","p":213,"s":5,"h":1,"n":"Pepper"},{"id":14690,"c":4,"u":"perfume%20of%20bewitching_xdmg","p":284,"s":5,"h":1,"n":"Perfume of Bewitching"},{"id":14691,"c":4,"u":"periapt%20of%20health_xdmg","p":284,"s":5,"h":1,"n":"Periapt of Health"},{"id":14692,"c":4,"u":"periapt%20of%20proof%20against%20poison_xdmg","p":284,"s":5,"h":1,"n":"Periapt of Proof against Poison"},{"id":14693,"c":4,"u":"periapt%20of%20wound%20closure_xdmg","p":284,"s":5,"h":1,"n":"Periapt of Wound Closure"},{"id":14694,"c":4,"u":"peridot_xdmg","p":214,"s":5,"h":1,"n":"Peridot"},{"id":14695,"c":4,"u":"philter%20of%20love_xdmg","p":285,"s":5,"h":1,"n":"Philter of Love"},{"id":14696,"c":4,"u":"pig_xdmg","p":213,"s":5,"h":1,"n":"Pig"},{"id":14697,"c":4,"u":"pipe%20of%20smoke%20monsters_xdmg","p":285,"s":5,"h":1,"n":"Pipe of Smoke Monsters"},{"id":14698,"c":4,"u":"pipes%20of%20haunting_xdmg","p":285,"s":5,"h":1,"n":"Pipes of Haunting"},{"id":14699,"c":4,"u":"pipes%20of%20the%20sewers_xdmg","p":285,"s":5,"h":1,"n":"Pipes of the Sewers"},{"id":14700,"c":4,"u":"platinum_xdmg","p":213,"s":5,"h":1,"n":"Platinum"},{"id":14701,"c":4,"u":"platinum%20bracelet%20set%20with%20an%20emerald_xdmg","p":215,"s":5,"h":1,"n":"Platinum bracelet set with an emerald"},{"id":14702,"c":4,"u":"pole%20of%20angling_xdmg","p":286,"s":5,"h":1,"n":"Pole of Angling"},{"id":14703,"c":4,"u":"pole%20of%20collapsing_xdmg","p":286,"s":5,"h":1,"n":"Pole of Collapsing"},{"id":14704,"c":4,"u":"portable%20hole_xdmg","p":286,"s":5,"h":1,"n":"Portable Hole"},{"id":14705,"c":4,"u":"pot%20of%20awakening_xdmg","p":289,"s":5,"h":1,"n":"Pot of Awakening"},{"id":14706,"c":4,"u":"potion%20of%20acid%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Acid Resistance"},{"id":14707,"c":4,"u":"potion%20of%20animal%20friendship_xdmg","p":287,"s":5,"h":1,"n":"Potion of Animal Friendship"},{"id":14708,"c":4,"u":"potion%20of%20clairvoyance_xdmg","p":287,"s":5,"h":1,"n":"Potion of Clairvoyance"},{"id":14709,"c":4,"u":"potion%20of%20climbing_xdmg","p":287,"s":5,"h":1,"n":"Potion of Climbing"},{"id":14710,"c":4,"u":"potion%20of%20cloud%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Cloud Giant Strength"},{"id":14711,"c":4,"u":"potion%20of%20cold%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Cold Resistance"},{"id":14712,"c":4,"u":"potion%20of%20comprehension_xdmg","p":287,"s":5,"h":1,"n":"Potion of Comprehension"},{"id":14713,"c":4,"u":"potion%20of%20diminution_xdmg","p":287,"s":5,"h":1,"n":"Potion of Diminution"},{"id":14714,"c":4,"u":"potion%20of%20fire%20breath_xdmg","p":187,"s":5,"h":1,"n":"Potion of Fire Breath"},{"id":14715,"c":4,"u":"potion%20of%20fire%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Fire Giant Strength"},{"id":14716,"c":4,"u":"potion%20of%20fire%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Fire Resistance"},{"id":14717,"c":4,"u":"potion%20of%20flying_xdmg","p":287,"s":5,"h":1,"n":"Potion of Flying"},{"id":14718,"c":4,"u":"potion%20of%20force%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Force Resistance"},{"id":14719,"c":4,"u":"potion%20of%20frost%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Frost Giant Strength"},{"id":14720,"c":4,"u":"potion%20of%20gaseous%20form_xdmg","p":287,"s":5,"h":1,"n":"Potion of Gaseous Form"},{"id":14721,"c":4,"u":"potion%20of%20greater%20healing_xdmg","p":288,"s":5,"h":1,"n":"Potion of Greater Healing"},{"id":14722,"c":4,"u":"potion%20of%20greater%20invisibility_xdmg","p":288,"s":5,"h":1,"n":"Potion of Greater Invisibility"},{"id":14723,"c":4,"u":"potion%20of%20growth_xdmg","p":288,"s":5,"h":1,"n":"Potion of Growth"},{"id":14724,"c":4,"u":"potion%20of%20healing_xdmg","p":288,"s":5,"h":1,"n":"Potion of Healing"},{"id":14725,"c":4,"u":"potion%20of%20heroism_xdmg","p":288,"s":5,"h":1,"n":"Potion of Heroism"},{"id":14726,"c":4,"u":"potion%20of%20hill%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Hill Giant Strength"},{"id":14727,"c":4,"u":"potion%20of%20invisibility_xdmg","p":288,"s":5,"h":1,"n":"Potion of Invisibility"},{"id":14728,"c":4,"u":"potion%20of%20invulnerability_xdmg","p":288,"s":5,"h":1,"n":"Potion of Invulnerability"},{"id":14729,"c":4,"u":"potion%20of%20lightning%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Lightning Resistance"},{"id":14730,"c":4,"u":"potion%20of%20longevity_xdmg","p":288,"s":5,"h":1,"n":"Potion of Longevity"},{"id":14731,"c":4,"u":"potion%20of%20mind%20reading_xdmg","p":288,"s":5,"h":1,"n":"Potion of Mind Reading"},{"id":14732,"c":4,"u":"potion%20of%20necrotic%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Necrotic Resistance"},{"id":14733,"c":4,"u":"potion%20of%20poison_xdmg","p":288,"s":5,"h":1,"n":"Potion of Poison"},{"id":14734,"c":4,"u":"potion%20of%20poison%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Poison Resistance"},{"id":14735,"c":4,"u":"potion%20of%20psychic%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Psychic Resistance"},{"id":14736,"c":4,"u":"potion%20of%20pugilism_xdmg","p":289,"s":5,"h":1,"n":"Potion of Pugilism"},{"id":14737,"c":4,"u":"potion%20of%20radiant%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Radiant Resistance"},{"id":14738,"c":4,"u":"potion%20of%20speed_xdmg","p":289,"s":5,"h":1,"n":"Potion of Speed"},{"id":14739,"c":4,"u":"potion%20of%20stone%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Stone Giant Strength"},{"id":14740,"c":4,"u":"potion%20of%20storm%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Storm Giant Strength"},{"id":14741,"c":4,"u":"potion%20of%20superior%20healing_xdmg","p":288,"s":5,"h":1,"n":"Potion of Superior Healing"},{"id":14742,"c":4,"u":"potion%20of%20supreme%20healing_xdmg","p":288,"s":5,"h":1,"n":"Potion of Supreme Healing"},{"id":14743,"c":4,"u":"potion%20of%20thunder%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Thunder Resistance"},{"id":14744,"c":4,"u":"potion%20of%20vitality_xdmg","p":289,"s":5,"h":1,"n":"Potion of Vitality"},{"id":14745,"c":4,"u":"potion%20of%20water%20breathing_xdmg","p":289,"s":5,"h":1,"n":"Potion of Water Breathing"},{"id":14746,"c":4,"u":"prosthetic%20limb_xdmg","p":290,"s":5,"h":1,"n":"Prosthetic Limb"},{"id":14747,"c":4,"u":"purple%20worm%20poison_xdmg","p":91,"s":5,"h":1,"n":"Purple Worm Poison"},{"id":14748,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Anchor"},{"id":14749,"c":4,"u":"quaal's%20feather%20token%2c%20bird_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Bird"},{"id":14750,"c":4,"u":"quaal's%20feather%20token%2c%20fan_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Fan"},{"id":14751,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Swan Boat"},{"id":14752,"c":4,"u":"quaal's%20feather%20token%2c%20tree_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Tree"},{"id":14753,"c":4,"u":"quaal's%20feather%20token%2c%20whip_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token, Whip"},{"id":14754,"c":4,"u":"quarterstaff%20of%20the%20acrobat_xdmg","p":291,"s":5,"h":1,"n":"Quarterstaff of the Acrobat"},{"id":14755,"c":4,"u":"quartz_xdmg","p":214,"s":5,"h":1,"n":"Quartz"},{"id":14756,"c":4,"u":"quiver%20of%20ehlonna_xdmg","p":189,"s":5,"h":1,"n":"Quiver of Ehlonna"},{"id":14757,"c":4,"u":"red%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Red Dragon Scale Mail"},{"id":14758,"c":4,"u":"rhodochrosite_xdmg","p":214,"s":5,"h":1,"n":"Rhodochrosite"},{"id":14759,"c":4,"u":"ring%20of%20acid%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Acid Resistance"},{"id":14760,"c":4,"u":"ring%20of%20animal%20influence_xdmg","p":292,"s":5,"h":1,"n":"Ring of Animal Influence"},{"id":14761,"c":4,"u":"ring%20of%20cold%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Cold Resistance"},{"id":14762,"c":4,"u":"ring%20of%20djinni%20summoning_xdmg","p":292,"s":5,"h":1,"n":"Ring of Djinni Summoning"},{"id":14763,"c":4,"u":"ring%20of%20elemental%20command%20(air)_xdmg","p":292,"s":5,"h":1,"n":"Ring of Elemental Command (Air)"},{"id":14764,"c":4,"u":"ring%20of%20elemental%20command%20(earth)_xdmg","p":292,"s":5,"h":1,"n":"Ring of Elemental Command (Earth)"},{"id":14765,"c":4,"u":"ring%20of%20elemental%20command%20(fire)_xdmg","p":292,"s":5,"h":1,"n":"Ring of Elemental Command (Fire)"},{"id":14766,"c":4,"u":"ring%20of%20elemental%20command%20(water)_xdmg","p":292,"s":5,"h":1,"n":"Ring of Elemental Command (Water)"},{"id":14767,"c":4,"u":"ring%20of%20evasion_xdmg","p":293,"s":5,"h":1,"n":"Ring of Evasion"},{"id":14768,"c":4,"u":"ring%20of%20feather%20falling_xdmg","p":293,"s":5,"h":1,"n":"Ring of Feather Falling"},{"id":14769,"c":4,"u":"ring%20of%20fire%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Fire Resistance"},{"id":14770,"c":4,"u":"ring%20of%20force%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Force Resistance"},{"id":14771,"c":4,"u":"ring%20of%20free%20action_xdmg","p":293,"s":5,"h":1,"n":"Ring of Free Action"},{"id":14772,"c":4,"u":"ring%20of%20invisibility_xdmg","p":293,"s":5,"h":1,"n":"Ring of Invisibility"},{"id":14773,"c":4,"u":"ring%20of%20jumping_xdmg","p":293,"s":5,"h":1,"n":"Ring of Jumping"},{"id":14774,"c":4,"u":"ring%20of%20lightning%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Lightning Resistance"},{"id":14775,"c":4,"u":"ring%20of%20mind%20shielding_xdmg","p":293,"s":5,"h":1,"n":"Ring of Mind Shielding"},{"id":14776,"c":4,"u":"ring%20of%20necrotic%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Necrotic Resistance"},{"id":14777,"c":4,"u":"ring%20of%20poison%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Poison Resistance"},{"id":14778,"c":4,"u":"ring%20of%20protection_xdmg","p":294,"s":5,"h":1,"n":"Ring of Protection"},{"id":14779,"c":4,"u":"ring%20of%20psychic%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Psychic Resistance"},{"id":14780,"c":4,"u":"ring%20of%20radiant%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Radiant Resistance"},{"id":14781,"c":4,"u":"ring%20of%20regeneration_xdmg","p":294,"s":5,"h":1,"n":"Ring of Regeneration"},{"id":14782,"c":4,"u":"ring%20of%20shooting%20stars_xdmg","p":294,"s":5,"h":1,"n":"Ring of Shooting Stars"},{"id":14783,"c":4,"u":"ring%20of%20spell%20storing_xdmg","p":295,"s":5,"h":1,"n":"Ring of Spell Storing"},{"id":14784,"c":4,"u":"ring%20of%20spell%20turning_xdmg","p":295,"s":5,"h":1,"n":"Ring of Spell Turning"},{"id":14785,"c":4,"u":"ring%20of%20swimming_xdmg","p":295,"s":5,"h":1,"n":"Ring of Swimming"},{"id":14786,"c":4,"u":"ring%20of%20telekinesis_xdmg","p":295,"s":5,"h":1,"n":"Ring of Telekinesis"},{"id":14787,"c":4,"u":"ring%20of%20the%20ram_xdmg","p":296,"s":5,"h":1,"n":"Ring of the Ram"},{"id":14788,"c":4,"u":"ring%20of%20three%20wishes_xdmg","p":296,"s":5,"h":1,"n":"Ring of Three Wishes"},{"id":14789,"c":4,"u":"ring%20of%20thunder%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Thunder Resistance"},{"id":14790,"c":4,"u":"ring%20of%20warmth_xdmg","p":296,"s":5,"h":1,"n":"Ring of Warmth"},{"id":14791,"c":4,"u":"ring%20of%20water%20walking_xdmg","p":296,"s":5,"h":1,"n":"Ring of Water Walking"},{"id":14792,"c":4,"u":"ring%20of%20x-ray%20vision_xdmg","p":296,"s":5,"h":1,"n":"Ring of X-ray Vision"},{"id":14793,"c":4,"u":"rival%20coin_xdmg","p":296,"s":5,"h":1,"n":"Rival Coin"},{"id":14794,"c":4,"u":"robe%20of%20eyes_xdmg","p":297,"s":5,"h":1,"n":"Robe of Eyes"},{"id":14795,"c":4,"u":"robe%20of%20scintillating%20colors_xdmg","p":297,"s":5,"h":1,"n":"Robe of Scintillating Colors"},{"id":14796,"c":4,"u":"robe%20of%20stars_xdmg","p":297,"s":5,"h":1,"n":"Robe of Stars"},{"id":14797,"c":4,"u":"robe%20of%20the%20archmagi_xdmg","p":298,"s":5,"h":1,"n":"Robe of the Archmagi"},{"id":14798,"c":4,"u":"robe%20of%20useful%20items_xdmg","p":298,"s":5,"h":1,"n":"Robe of Useful Items"},{"id":14799,"c":4,"u":"rod%20of%20absorption_xdmg","p":299,"s":5,"h":1,"n":"Rod of Absorption"},{"id":14800,"c":4,"u":"rod%20of%20alertness_xdmg","p":299,"s":5,"h":1,"n":"Rod of Alertness"},{"id":14801,"c":4,"u":"rod%20of%20lordly%20might_xdmg","p":300,"s":5,"h":1,"n":"Rod of Lordly Might"},{"id":14802,"c":4,"u":"rod%20of%20resurrection_xdmg","p":301,"s":5,"h":1,"n":"Rod of Resurrection"},{"id":14803,"c":4,"u":"rod%20of%20rulership_xdmg","p":301,"s":5,"h":1,"n":"Rod of Rulership"},{"id":14804,"c":4,"u":"rod%20of%20security_xdmg","p":301,"s":5,"h":1,"n":"Rod of Security"},{"id":14805,"c":4,"u":"rope%20of%20climbing_xdmg","p":301,"s":5,"h":1,"n":"Rope of Climbing"},{"id":14806,"c":4,"u":"rope%20of%20entanglement_xdmg","p":301,"s":5,"h":1,"n":"Rope of Entanglement"},{"id":14807,"c":4,"u":"rope%20of%20mending_xdmg","p":302,"s":5,"h":1,"n":"Rope of Mending"},{"id":14808,"c":4,"u":"ruby_xdmg","p":214,"s":5,"h":1,"n":"Ruby"},{"id":14809,"c":4,"u":"ruby%20of%20the%20war%20mage_xdmg","p":302,"s":5,"h":1,"n":"Ruby of the War Mage"},{"id":14810,"c":4,"u":"saddle%20of%20the%20cavalier_xdmg","p":199,"s":5,"h":1,"n":"Saddle of the Cavalier"},{"id":14811,"c":4,"u":"saffron_xdmg","p":213,"s":5,"h":1,"n":"Saffron"},{"id":14812,"c":4,"u":"salt_xdmg","p":213,"s":5,"h":1,"n":"Salt"},{"id":14813,"c":4,"u":"sardonyx_xdmg","p":214,"s":5,"h":1,"n":"Sardonyx"},{"id":14814,"c":4,"u":"scarab%20of%20protection_xdmg","p":302,"s":5,"h":1,"n":"Scarab of Protection"},{"id":14815,"c":4,"u":"scimitar%20of%20speed_xdmg","p":302,"s":5,"h":1,"n":"Scimitar of Speed"},{"id":14816,"c":4,"u":"scroll%20of%20protection%20(aberrations)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Aberrations)"},{"id":14817,"c":4,"u":"scroll%20of%20protection%20(beasts)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Beasts)"},{"id":14818,"c":4,"u":"scroll%20of%20protection%20(celestials)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Celestials)"},{"id":14819,"c":4,"u":"scroll%20of%20protection%20(constructs)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Constructs)"},{"id":14820,"c":4,"u":"scroll%20of%20protection%20(dragons)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Dragons)"},{"id":14821,"c":4,"u":"scroll%20of%20protection%20(elementals)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Elementals)"},{"id":14822,"c":4,"u":"scroll%20of%20protection%20(fey)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Fey)"},{"id":14823,"c":4,"u":"scroll%20of%20protection%20(fiends)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Fiends)"},{"id":14824,"c":4,"u":"scroll%20of%20protection%20(giants)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Giants)"},{"id":14825,"c":4,"u":"scroll%20of%20protection%20(humanoids)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Humanoids)"},{"id":14826,"c":4,"u":"scroll%20of%20protection%20(monstrosities)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Monstrosities)"},{"id":14827,"c":4,"u":"scroll%20of%20protection%20(oozes)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Oozes)"},{"id":14828,"c":4,"u":"scroll%20of%20protection%20(plants)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Plants)"},{"id":14829,"c":4,"u":"scroll%20of%20protection%20(undead)_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection (Undead)"},{"id":14830,"c":4,"u":"scroll%20of%20titan%20summoning%20(animal%20lord)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Animal Lord)"},{"id":14831,"c":4,"u":"scroll%20of%20titan%20summoning%20(blob%20of%20annihilation)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Blob of Annihilation)"},{"id":14832,"c":4,"u":"scroll%20of%20titan%20summoning%20(colossus)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Colossus)"},{"id":14833,"c":4,"u":"scroll%20of%20titan%20summoning%20(elemental%20cataclysm)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Elemental Cataclysm)"},{"id":14834,"c":4,"u":"scroll%20of%20titan%20summoning%20(empyrean)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Empyrean)"},{"id":14835,"c":4,"u":"scroll%20of%20titan%20summoning%20(kraken)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Kraken)"},{"id":14836,"c":4,"u":"scroll%20of%20titan%20summoning%20(tarrasque)_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning (Tarrasque)"},{"id":14837,"c":4,"u":"sending%20stones_xdmg","p":303,"s":5,"h":1,"n":"Sending Stones"},{"id":14838,"c":4,"u":"sentinel%20shield_xdmg","p":303,"s":5,"h":1,"n":"Sentinel Shield"},{"id":14839,"c":4,"u":"serpent%20venom_xdmg","p":91,"s":5,"h":1,"n":"Serpent Venom"},{"id":14840,"c":4,"u":"set%20of%20gold%20nesting%20dolls_xdmg","p":215,"s":5,"h":1,"n":"Set of gold nesting dolls"},{"id":14841,"c":4,"u":"sheep_xdmg","p":213,"s":5,"h":1,"n":"Sheep"},{"id":14842,"c":4,"u":"shield%20of%20expression_xdmg","p":303,"s":5,"h":1,"n":"Shield of Expression"},{"id":14843,"c":4,"u":"shield%20of%20missile%20attraction_xdmg","p":304,"s":5,"h":1,"n":"Shield of Missile Attraction"},{"id":14844,"c":4,"u":"shield%20of%20the%20cavalier_xdmg","p":304,"s":5,"h":1,"n":"Shield of the Cavalier"},{"id":14845,"c":4,"u":"silk_xdmg","p":213,"s":5,"h":1,"n":"Silk"},{"id":14846,"c":4,"u":"silk%20vestments%20with%20gold%20embroidery_xdmg","p":215,"s":5,"h":1,"n":"Silk vestments with gold embroidery"},{"id":14847,"c":4,"u":"silver_xdmg","p":213,"s":5,"h":1,"n":"Silver"},{"id":14848,"c":4,"u":"silver%20and%20gold%20brooch_xdmg","p":215,"s":5,"h":1,"n":"Silver and gold brooch"},{"id":14849,"c":4,"u":"silver%20bar%20(2-pound)_xdmg","p":213,"s":5,"h":1,"n":"Silver Bar (2-pound)"},{"id":14850,"c":4,"u":"silver%20bar%20(5-pound)_xdmg","p":213,"s":5,"h":1,"n":"Silver Bar (5-pound)"},{"id":14851,"c":4,"u":"silver%20chalice%20set%20with%20moonstones_xdmg","p":215,"s":5,"h":1,"n":"Silver chalice set with moonstones"},{"id":14852,"c":4,"u":"silver%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Silver Dragon Scale Mail"},{"id":14853,"c":4,"u":"silver%20ewer_xdmg","p":215,"s":5,"h":1,"n":"Silver ewer"},{"id":14854,"c":4,"u":"silver%20necklace%20with%20a%20gemstone%20pendant_xdmg","p":215,"s":5,"h":1,"n":"Silver necklace with a gemstone pendant"},{"id":14855,"c":4,"u":"slippers%20of%20spider%20climbing_xdmg","p":304,"s":5,"h":1,"n":"Slippers of Spider Climbing"},{"id":14856,"c":4,"u":"smoke%20grenade_xdmg","p":73,"s":5,"h":1,"n":"Smoke Grenade"},{"id":14857,"c":4,"u":"sovereign%20glue_xdmg","p":305,"s":5,"h":1,"n":"Sovereign Glue"},{"id":14858,"c":4,"u":"spell%20scroll%20(cantrip)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Cantrip)"},{"id":14859,"c":4,"u":"spell%20scroll%20(level%201)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 1)"},{"id":14860,"c":4,"u":"spell%20scroll%20(level%202)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 2)"},{"id":14861,"c":4,"u":"spell%20scroll%20(level%203)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 3)"},{"id":14862,"c":4,"u":"spell%20scroll%20(level%204)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 4)"},{"id":14863,"c":4,"u":"spell%20scroll%20(level%205)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 5)"},{"id":14864,"c":4,"u":"spell%20scroll%20(level%206)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 6)"},{"id":14865,"c":4,"u":"spell%20scroll%20(level%207)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 7)"},{"id":14866,"c":4,"u":"spell%20scroll%20(level%208)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 8)"},{"id":14867,"c":4,"u":"spell%20scroll%20(level%209)_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll (Level 9)"},{"id":14868,"c":4,"u":"spellguard%20shield_xdmg","p":305,"s":5,"h":1,"n":"Spellguard Shield"},{"id":14869,"c":4,"u":"sphere%20of%20annihilation_xdmg","p":306,"s":5,"h":1,"n":"Sphere of Annihilation"},{"id":14870,"c":4,"u":"spinel_xdmg","p":214,"s":5,"h":1,"n":"Spinel"},{"id":14871,"c":4,"u":"spirit%20board_xdmg","p":306,"s":5,"h":1,"n":"Spirit Board"},{"id":14872,"c":4,"u":"staff%20of%20adornment_xdmg","p":306,"s":5,"h":1,"n":"Staff of Adornment"},{"id":14873,"c":4,"u":"staff%20of%20birdcalls_xdmg","p":307,"s":5,"h":1,"n":"Staff of Birdcalls"},{"id":14874,"c":4,"u":"staff%20of%20charming_xdmg","p":307,"s":5,"h":1,"n":"Staff of Charming"},{"id":14875,"c":4,"u":"staff%20of%20fire_xdmg","p":307,"s":5,"h":1,"n":"Staff of Fire"},{"id":14876,"c":4,"u":"staff%20of%20flowers_xdmg","p":308,"s":5,"h":1,"n":"Staff of Flowers"},{"id":14877,"c":4,"u":"staff%20of%20frost_xdmg","p":308,"s":5,"h":1,"n":"Staff of Frost"},{"id":14878,"c":4,"u":"staff%20of%20healing_xdmg","p":308,"s":5,"h":1,"n":"Staff of Healing"},{"id":14879,"c":4,"u":"staff%20of%20power_xdmg","p":308,"s":5,"h":1,"n":"Staff of Power"},{"id":14880,"c":4,"u":"staff%20of%20striking_xdmg","p":309,"s":5,"h":1,"n":"Staff of Striking"},{"id":14881,"c":4,"u":"staff%20of%20swarming%20insects_xdmg","p":309,"s":5,"h":1,"n":"Staff of Swarming Insects"},{"id":14882,"c":4,"u":"staff%20of%20the%20adder_xdmg","p":310,"s":5,"h":1,"n":"Staff of the Adder"},{"id":14883,"c":4,"u":"staff%20of%20the%20magi_xdmg","p":310,"s":5,"h":1,"n":"Staff of the Magi"},{"id":14884,"c":4,"u":"staff%20of%20the%20python_xdmg","p":311,"s":5,"h":1,"n":"Staff of the Python"},{"id":14885,"c":4,"u":"staff%20of%20the%20woodlands_xdmg","p":311,"s":5,"h":1,"n":"Staff of the Woodlands"},{"id":14886,"c":4,"u":"staff%20of%20thunder%20and%20lightning_xdmg","p":311,"s":5,"h":1,"n":"Staff of Thunder and Lightning"},{"id":14887,"c":4,"u":"staff%20of%20withering_xdmg","p":312,"s":5,"h":1,"n":"Staff of Withering"},{"id":14888,"c":4,"u":"star%20rose%20quartz_xdmg","p":214,"s":5,"h":1,"n":"Star rose quartz"},{"id":14889,"c":4,"u":"star%20ruby_xdmg","p":214,"s":5,"h":1,"n":"Star Ruby"},{"id":14890,"c":4,"u":"star%20sapphire_xdmg","p":214,"s":5,"h":1,"n":"Star Sapphire"},{"id":14891,"c":4,"u":"stone%20of%20controlling%20earth%20elementals_xdmg","p":312,"s":5,"h":1,"n":"Stone of Controlling Earth Elementals"},{"id":14892,"c":4,"u":"stone%20of%20good%20luck_xdmg","p":312,"s":5,"h":1,"n":"Stone of Good Luck"},{"id":14893,"c":4,"u":"stone%20of%20good%20luck_xdmg","p":312,"s":5,"h":1,"n":"Luckstone"},{"id":14894,"c":4,"u":"sun%20blade_xdmg","p":312,"s":5,"h":1,"n":"Sun Blade"},{"id":14895,"c":4,"u":"sword%20of%20answering_xdmg","p":313,"s":5,"h":1,"n":"Sword of Answering"},{"id":14896,"c":4,"u":"sword%20of%20kas_xdmg","p":313,"s":5,"h":1,"n":"Sword of Kas"},{"id":14897,"c":4,"u":"talisman%20of%20pure%20good_xdmg","p":314,"s":5,"h":1,"n":"Talisman of Pure Good"},{"id":14898,"c":4,"u":"talisman%20of%20the%20sphere_xdmg","p":315,"s":5,"h":1,"n":"Talisman of the Sphere"},{"id":14899,"c":4,"u":"talisman%20of%20ultimate%20evil_xdmg","p":315,"s":5,"h":1,"n":"Talisman of Ultimate Evil"},{"id":14900,"c":4,"u":"talking%20doll_xdmg","p":315,"s":5,"h":1,"n":"Talking Doll"},{"id":14901,"c":4,"u":"tankard%20of%20sobriety_xdmg","p":315,"s":5,"h":1,"n":"Tankard of Sobriety"},{"id":14902,"c":4,"u":"tentacle%20rod_xdmg","p":316,"s":5,"h":1,"n":"Tentacle Rod"},{"id":14903,"c":4,"u":"thunderous%20greatclub_xdmg","p":316,"s":5,"h":1,"n":"Thunderous Greatclub"},{"id":14904,"c":4,"u":"tiger%20eye_xdmg","p":214,"s":5,"h":1,"n":"Tiger Eye"},{"id":14905,"c":4,"u":"tome%20of%20clear%20thought_xdmg","p":317,"s":5,"h":1,"n":"Tome of Clear Thought"},{"id":14906,"c":4,"u":"tome%20of%20leadership%20and%20influence_xdmg","p":317,"s":5,"h":1,"n":"Tome of Leadership and Influence"},{"id":14907,"c":4,"u":"tome%20of%20the%20stilled%20tongue_xdmg","p":208,"s":5,"h":1,"n":"Tome of the Stilled Tongue"},{"id":14908,"c":4,"u":"tome%20of%20understanding_xdmg","p":317,"s":5,"h":1,"n":"Tome of Understanding"},{"id":14909,"c":4,"u":"topaz_xdmg","p":214,"s":5,"h":1,"n":"Topaz"},{"id":14910,"c":4,"u":"torpor_xdmg","p":91,"s":5,"h":1,"n":"Torpor"},{"id":14911,"c":4,"u":"tourmaline_xdmg","p":214,"s":5,"h":1,"n":"Tourmaline"},{"id":14912,"c":4,"u":"trident%20of%20fish%20command_xdmg","p":317,"s":5,"h":1,"n":"Trident of Fish Command"},{"id":14913,"c":4,"u":"truth%20serum_xdmg","p":91,"s":5,"h":1,"n":"Truth Serum"},{"id":14914,"c":4,"u":"turquoise_xdmg","p":214,"s":5,"h":1,"n":"Turquoise"},{"id":14915,"c":4,"u":"universal%20solvent_xdmg","p":318,"s":5,"h":1,"n":"Universal Solvent"},{"id":14916,"c":4,"u":"veteran's%20cane_xdmg","p":318,"s":5,"h":1,"n":"Veteran's Cane"},{"id":14917,"c":4,"u":"wand%20of%20binding_xdmg","p":318,"s":5,"h":1,"n":"Wand of Binding"},{"id":14918,"c":4,"u":"wand%20of%20conducting_xdmg","p":319,"s":5,"h":1,"n":"Wand of Conducting"},{"id":14919,"c":4,"u":"wand%20of%20enemy%20detection_xdmg","p":319,"s":5,"h":1,"n":"Wand of Enemy Detection"},{"id":14920,"c":4,"u":"wand%20of%20fear_xdmg","p":319,"s":5,"h":1,"n":"Wand of Fear"},{"id":14921,"c":4,"u":"wand%20of%20fireballs_xdmg","p":319,"s":5,"h":1,"n":"Wand of Fireballs"},{"id":14922,"c":4,"u":"wand%20of%20lightning%20bolts_xdmg","p":320,"s":5,"h":1,"n":"Wand of Lightning Bolts"},{"id":14923,"c":4,"u":"wand%20of%20magic%20detection_xdmg","p":320,"s":5,"h":1,"n":"Wand of Magic Detection"},{"id":14924,"c":4,"u":"wand%20of%20magic%20missiles_xdmg","p":320,"s":5,"h":1,"n":"Wand of Magic Missiles"},{"id":14925,"c":4,"u":"wand%20of%20orcus_xdmg","p":320,"s":5,"h":1,"n":"Wand of Orcus"},{"id":14926,"c":4,"u":"wand%20of%20paralysis_xdmg","p":321,"s":5,"h":1,"n":"Wand of Paralysis"},{"id":14927,"c":4,"u":"wand%20of%20polymorph_xdmg","p":321,"s":5,"h":1,"n":"Wand of Polymorph"},{"id":14928,"c":4,"u":"wand%20of%20pyrotechnics_xdmg","p":321,"s":5,"h":1,"n":"Wand of Pyrotechnics"},{"id":14929,"c":4,"u":"wand%20of%20secrets_xdmg","p":322,"s":5,"h":1,"n":"Wand of Secrets"},{"id":14930,"c":4,"u":"wand%20of%20web_xdmg","p":322,"s":5,"h":1,"n":"Wand of Web"},{"id":14931,"c":4,"u":"wand%20of%20wonder_xdmg","p":322,"s":5,"h":1,"n":"Wand of Wonder"},{"id":14932,"c":4,"u":"wave_xdmg","p":323,"s":5,"h":1,"n":"Wave"},{"id":14933,"c":4,"u":"well%20of%20many%20worlds_xdmg","p":324,"s":5,"h":1,"n":"Well of Many Worlds"},{"id":14934,"c":4,"u":"well-made%20tapestry%20that%20is%2010%20feet%20by%2010%20feet_xdmg","p":215,"s":5,"h":1,"n":"Well-made tapestry that is 10 feet by 10 feet"},{"id":14935,"c":4,"u":"wheat_xdmg","p":213,"s":5,"h":1,"n":"Wheat"},{"id":14936,"c":4,"u":"whelm_xdmg","p":324,"s":5,"h":1,"n":"Whelm"},{"id":14937,"c":4,"u":"white%20dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"White Dragon Scale Mail"},{"id":14938,"c":4,"u":"wind%20fan_xdmg","p":213,"s":5,"h":1,"n":"Wind Fan"},{"id":14939,"c":4,"u":"winged%20boots_xdmg","p":325,"s":5,"h":1,"n":"Winged Boots"},{"id":14940,"c":4,"u":"wings%20of%20flying_xdmg","p":324,"s":5,"h":1,"n":"Wings of Flying"},{"id":14941,"c":4,"u":"wyvern%20poison_xdmg","p":91,"s":5,"h":1,"n":"Wyvern Poison"},{"id":14942,"c":4,"u":"yellow%20sapphire_xdmg","p":214,"s":5,"h":1,"n":"Yellow Sapphire"},{"id":14943,"c":4,"u":"zircon_xdmg","p":214,"s":5,"h":1,"n":"Zircon"},{"id":14944,"c":4,"u":"bead%20of%20nourishment_xge","p":136,"s":6,"h":1,"n":"Bead of Nourishment"},{"id":14945,"c":4,"u":"bead%20of%20refreshment_xge","p":136,"s":6,"h":1,"n":"Bead of Refreshment"},{"id":14946,"c":4,"u":"boots%20of%20false%20tracks_xge","p":136,"s":6,"h":1,"n":"Boots of False Tracks"},{"id":14947,"c":4,"u":"candle%20of%20the%20deep_xge","p":136,"s":6,"h":1,"n":"Candle of the Deep"},{"id":14948,"c":4,"u":"charlatan's%20die_xge","p":136,"s":6,"h":1,"n":"Charlatan's Die"},{"id":14949,"c":4,"u":"cloak%20of%20billowing_xge","p":136,"s":6,"h":1,"n":"Cloak of Billowing"},{"id":14950,"c":4,"u":"cloak%20of%20many%20fashions_xge","p":136,"s":6,"h":1,"n":"Cloak of Many Fashions"},{"id":14951,"c":4,"u":"clockwork%20amulet_xge","p":137,"s":6,"h":1,"n":"Clockwork Amulet"},{"id":14952,"c":4,"u":"clothes%20of%20mending_xge","p":137,"s":6,"h":1,"n":"Clothes of Mending"},{"id":14953,"c":4,"u":"dark%20shard%20amulet_xge","p":137,"s":6,"h":1,"n":"Dark Shard Amulet"},{"id":14954,"c":4,"u":"dread%20helm_xge","p":137,"s":6,"h":1,"n":"Dread Helm"},{"id":14955,"c":4,"u":"ear%20horn%20of%20hearing_xge","p":137,"s":6,"h":1,"n":"Ear Horn of Hearing"},{"id":14956,"c":4,"u":"enduring%20spellbook_xge","p":137,"s":6,"h":1,"n":"Enduring Spellbook"},{"id":14957,"c":4,"u":"ersatz%20eye_xge","p":137,"s":6,"h":1,"n":"Ersatz Eye"},{"id":14958,"c":4,"u":"hat%20of%20vermin_xge","p":137,"s":6,"h":1,"n":"Hat of Vermin"},{"id":14959,"c":4,"u":"hat%20of%20wizardry_xge","p":137,"s":6,"h":1,"n":"Hat of Wizardry"},{"id":14960,"c":4,"u":"heward's%20handy%20spice%20pouch_xge","p":137,"s":6,"h":1,"n":"Heward's Handy Spice Pouch"},{"id":14961,"c":4,"u":"horn%20of%20silent%20alarm_xge","p":137,"s":6,"h":1,"n":"Horn of Silent Alarm"},{"id":14962,"c":4,"u":"instrument%20of%20illusions_xge","p":137,"s":6,"h":1,"n":"Instrument of Illusions"},{"id":14963,"c":4,"u":"instrument%20of%20scribing_xge","p":138,"s":6,"h":1,"n":"Instrument of Scribing"},{"id":14964,"c":4,"u":"lock%20of%20trickery_xge","p":138,"s":6,"h":1,"n":"Lock of Trickery"},{"id":14965,"c":4,"u":"mystery%20key_xge","p":138,"s":6,"h":1,"n":"Mystery Key"},{"id":14966,"c":4,"u":"orb%20of%20direction_xge","p":138,"s":6,"h":1,"n":"Orb of Direction"},{"id":14967,"c":4,"u":"orb%20of%20time_xge","p":138,"s":6,"h":1,"n":"Orb of Time"},{"id":14968,"c":4,"u":"perfume%20of%20bewitching_xge","p":138,"s":6,"h":1,"n":"Perfume of Bewitching"},{"id":14969,"c":4,"u":"pipe%20of%20smoke%20monsters_xge","p":138,"s":6,"h":1,"n":"Pipe of Smoke Monsters"},{"id":14970,"c":4,"u":"pole%20of%20angling_xge","p":138,"s":6,"h":1,"n":"Pole of Angling"},{"id":14971,"c":4,"u":"pole%20of%20collapsing_xge","p":138,"s":6,"h":1,"n":"Pole of Collapsing"},{"id":14972,"c":4,"u":"pot%20of%20awakening_xge","p":138,"s":6,"h":1,"n":"Pot of Awakening"},{"id":14973,"c":4,"u":"rope%20of%20mending_xge","p":138,"s":6,"h":1,"n":"Rope of Mending"},{"id":14974,"c":4,"u":"ruby%20of%20the%20war%20mage_xge","p":138,"s":6,"h":1,"n":"Ruby of the War Mage"},{"id":14975,"c":4,"u":"shield%20of%20expression_xge","p":139,"s":6,"h":1,"n":"Shield of Expression"},{"id":14976,"c":4,"u":"staff%20of%20adornment_xge","p":139,"s":6,"h":1,"n":"Staff of Adornment"},{"id":14977,"c":4,"u":"staff%20of%20birdcalls_xge","p":139,"s":6,"h":1,"n":"Staff of Birdcalls"},{"id":14978,"c":4,"u":"staff%20of%20flowers_xge","p":139,"s":6,"h":1,"n":"Staff of Flowers"},{"id":14979,"c":4,"u":"talking%20doll_xge","p":139,"s":6,"h":1,"n":"Talking Doll"},{"id":14980,"c":4,"u":"tankard%20of%20sobriety_xge","p":139,"s":6,"h":1,"n":"Tankard of Sobriety"},{"id":14981,"c":4,"u":"unbreakable%20arrow_xge","p":139,"s":6,"h":1,"n":"Unbreakable Arrow"},{"id":14982,"c":4,"u":"veteran's%20cane_xge","p":139,"s":6,"h":1,"n":"Veteran's Cane"},{"id":14983,"c":4,"u":"wand%20of%20conducting_xge","p":140,"s":6,"h":1,"n":"Wand of Conducting"},{"id":14984,"c":4,"u":"wand%20of%20pyrotechnics_xge","p":140,"s":6,"h":1,"n":"Wand of Pyrotechnics"},{"id":14985,"c":4,"u":"wand%20of%20scowls_xge","p":140,"s":6,"h":1,"n":"Wand of Scowls"},{"id":14986,"c":4,"u":"wand%20of%20smiles_xge","p":140,"s":6,"h":1,"n":"Wand of Smiles"},{"id":14987,"c":4,"u":"command%20amulet_xmm","p":277,"s":7,"h":1,"n":"Command Amulet"},{"id":14988,"c":4,"u":"acid_xphb","p":222,"s":8,"h":1,"n":"Acid"},{"id":14989,"c":4,"u":"airship_xphb","p":230,"s":8,"h":1,"n":"Airship"},{"id":14990,"c":4,"u":"alchemist's%20fire_xphb","p":222,"s":8,"h":1,"n":"Alchemist's Fire"},{"id":14991,"c":4,"u":"alchemist's%20supplies_xphb","p":220,"s":8,"h":1,"n":"Alchemist's Supplies"},{"id":14992,"c":4,"u":"ale%20(mug)_xphb","p":231,"s":8,"h":1,"n":"Ale (mug)"},{"id":14993,"c":4,"u":"amulet_xphb","p":226,"s":8,"h":1,"n":"Amulet"},{"id":14994,"c":4,"u":"antitoxin_xphb","p":222,"s":8,"h":1,"n":"Antitoxin"},{"id":14995,"c":4,"u":"backpack_xphb","p":224,"s":8,"h":1,"n":"Backpack"},{"id":14996,"c":4,"u":"ball%20bearings_xphb","p":224,"s":8,"h":1,"n":"Ball Bearings"},{"id":14997,"c":4,"u":"barrel_xphb","p":224,"s":8,"h":1,"n":"Barrel"},{"id":14998,"c":4,"u":"basic%20poison_xphb","p":227,"s":8,"h":1,"n":"Basic Poison"},{"id":14999,"c":4,"u":"basket_xphb","p":224,"s":8,"h":1,"n":"Basket"},{"id":15000,"c":4,"u":"bedroll_xphb","p":224,"s":8,"h":1,"n":"Bedroll"},{"id":15001,"c":4,"u":"bell_xphb","p":224,"s":8,"h":1,"n":"Bell"},{"id":15002,"c":4,"u":"blanket_xphb","p":224,"s":8,"h":1,"n":"Blanket"},{"id":15003,"c":4,"u":"block%20and%20tackle_xphb","p":224,"s":8,"h":1,"n":"Block and Tackle"},{"id":15004,"c":4,"u":"book_xphb","p":224,"s":8,"h":1,"n":"Book"},{"id":15005,"c":4,"u":"bread%20(loaf)_xphb","p":231,"s":8,"h":1,"n":"Bread (loaf)"},{"id":15006,"c":4,"u":"brewer's%20supplies_xphb","p":220,"s":8,"h":1,"n":"Brewer's Supplies"},{"id":15007,"c":4,"u":"bucket_xphb","p":224,"s":8,"h":1,"n":"Bucket"},{"id":15008,"c":4,"u":"bullseye%20lantern_xphb","p":226,"s":8,"h":1,"n":"Bullseye Lantern"},{"id":15009,"c":4,"u":"burglar's%20pack_xphb","p":224,"s":8,"h":1,"n":"Burglar's Pack"},{"id":15010,"c":4,"u":"calligrapher's%20supplies_xphb","p":220,"s":8,"h":1,"n":"Calligrapher's Supplies"},{"id":15011,"c":4,"u":"caltrops_xphb","p":224,"s":8,"h":1,"n":"Caltrops"},{"id":15012,"c":4,"u":"camel_xphb","p":229,"s":8,"h":1,"n":"Camel"},{"id":15013,"c":4,"u":"candle_xphb","p":224,"s":8,"h":1,"n":"Candle"},{"id":15014,"c":4,"u":"carpenter's%20tools_xphb","p":220,"s":8,"h":1,"n":"Carpenter's Tools"},{"id":15015,"c":4,"u":"carriage_xphb","p":230,"s":8,"h":1,"n":"Carriage"},{"id":15016,"c":4,"u":"cart_xphb","p":230,"s":8,"h":1,"n":"Cart"},{"id":15017,"c":4,"u":"cartographer's%20tools_xphb","p":220,"s":8,"h":1,"n":"Cartographer's Tools"},{"id":15018,"c":4,"u":"chain_xphb","p":224,"s":8,"h":1,"n":"Chain"},{"id":15019,"c":4,"u":"chariot_xphb","p":230,"s":8,"h":1,"n":"Chariot"},{"id":15020,"c":4,"u":"cheese%20(wedge)_xphb","p":231,"s":8,"h":1,"n":"Cheese (wedge)"},{"id":15021,"c":4,"u":"chest_xphb","p":225,"s":8,"h":1,"n":"Chest"},{"id":15022,"c":4,"u":"climber's%20kit_xphb","p":225,"s":8,"h":1,"n":"Climber's Kit"},{"id":15023,"c":4,"u":"cobbler's%20tools_xphb","p":220,"s":8,"h":1,"n":"Cobbler's Tools"},{"id":15024,"c":4,"u":"common%20wine%20(bottle)_xphb","p":231,"s":8,"h":1,"n":"Common Wine (bottle)"},{"id":15025,"c":4,"u":"component%20pouch_xphb","p":225,"s":8,"h":1,"n":"Component Pouch"},{"id":15026,"c":4,"u":"cook's%20utensils_xphb","p":220,"s":8,"h":1,"n":"Cook's Utensils"},{"id":15027,"c":4,"u":"costume_xphb","p":225,"s":8,"h":1,"n":"Costume"},{"id":15028,"c":4,"u":"crossbow%20bolt%20case_xphb","p":224,"s":8,"h":1,"n":"Crossbow Bolt Case"},{"id":15029,"c":4,"u":"crowbar_xphb","p":225,"s":8,"h":1,"n":"Crowbar"},{"id":15030,"c":4,"u":"dice%20set_xphb","p":221,"s":8,"h":1,"n":"Dice Set"},{"id":15031,"c":4,"u":"diplomat's%20pack_xphb","p":225,"s":8,"h":1,"n":"Diplomat's Pack"},{"id":15032,"c":4,"u":"disguise%20kit_xphb","p":221,"s":8,"h":1,"n":"Disguise Kit"},{"id":15033,"c":4,"u":"draft%20horse_xphb","p":229,"s":8,"h":1,"n":"Draft Horse"},{"id":15034,"c":4,"u":"dragonchess%20set_xphb","p":221,"s":8,"h":1,"n":"Dragonchess Set"},{"id":15035,"c":4,"u":"dungeoneer's%20pack_xphb","p":225,"s":8,"h":1,"n":"Dungeoneer's Pack"},{"id":15036,"c":4,"u":"elephant_xphb","p":229,"s":8,"h":1,"n":"Elephant"},{"id":15037,"c":4,"u":"emblem_xphb","p":226,"s":8,"h":1,"n":"Emblem"},{"id":15038,"c":4,"u":"entertainer's%20pack_xphb","p":225,"s":8,"h":1,"n":"Entertainer's Pack"},{"id":15039,"c":4,"u":"exotic%20saddle_xphb","p":230,"s":8,"h":1,"n":"Exotic Saddle"},{"id":15040,"c":4,"u":"explorer's%20pack_xphb","p":225,"s":8,"h":1,"n":"Explorer's Pack"},{"id":15041,"c":4,"u":"feed%20(per%20day)_xphb","p":230,"s":8,"h":1,"n":"Feed (per day)"},{"id":15042,"c":4,"u":"fine%20clothes_xphb","p":225,"s":8,"h":1,"n":"Fine Clothes"},{"id":15043,"c":4,"u":"fine%20wine%20(bottle)_xphb","p":231,"s":8,"h":1,"n":"Fine Wine (bottle)"},{"id":15044,"c":4,"u":"flask_xphb","p":225,"s":8,"h":1,"n":"Flask"},{"id":15045,"c":4,"u":"forgery%20kit_xphb","p":221,"s":8,"h":1,"n":"Forgery Kit"},{"id":15046,"c":4,"u":"galley_xphb","p":230,"s":8,"h":1,"n":"Galley"},{"id":15047,"c":4,"u":"glass%20bottle_xphb","p":224,"s":8,"h":1,"n":"Glass Bottle"},{"id":15048,"c":4,"u":"glassblower's%20tools_xphb","p":220,"s":8,"h":1,"n":"Glassblower's Tools"},{"id":15049,"c":4,"u":"grappling%20hook_xphb","p":225,"s":8,"h":1,"n":"Grappling Hook"},{"id":15050,"c":4,"u":"healer's%20kit_xphb","p":225,"s":8,"h":1,"n":"Healer's Kit"},{"id":15051,"c":4,"u":"herbalism%20kit_xphb","p":221,"s":8,"h":1,"n":"Herbalism Kit"},{"id":15052,"c":4,"u":"holy%20water_xphb","p":226,"s":8,"h":1,"n":"Holy Water"},{"id":15053,"c":4,"u":"hooded%20lantern_xphb","p":226,"s":8,"h":1,"n":"Hooded Lantern"},{"id":15054,"c":4,"u":"hunting%20trap_xphb","p":226,"s":8,"h":1,"n":"Hunting Trap"},{"id":15055,"c":4,"u":"ink_xphb","p":226,"s":8,"h":1,"n":"Ink"},{"id":15056,"c":4,"u":"ink%20pen_xphb","p":226,"s":8,"h":1,"n":"Ink Pen"},{"id":15057,"c":4,"u":"iron%20pot_xphb","p":228,"s":8,"h":1,"n":"Iron Pot"},{"id":15058,"c":4,"u":"iron%20spike_xphb","p":228,"s":8,"h":1,"n":"Iron Spike"},{"id":15059,"c":4,"u":"iron%20spikes_xphb","p":228,"s":8,"h":1,"n":"Iron Spikes"},{"id":15060,"c":4,"u":"jeweler's%20tools_xphb","p":220,"s":8,"h":1,"n":"Jeweler's Tools"},{"id":15061,"c":4,"u":"jug_xphb","p":226,"s":8,"h":1,"n":"Jug"},{"id":15062,"c":4,"u":"keelboat_xphb","p":230,"s":8,"h":1,"n":"Keelboat"},{"id":15063,"c":4,"u":"ladder_xphb","p":226,"s":8,"h":1,"n":"Ladder"},{"id":15064,"c":4,"u":"lamp_xphb","p":226,"s":8,"h":1,"n":"Lamp"},{"id":15065,"c":4,"u":"leatherworker's%20tools_xphb","p":221,"s":8,"h":1,"n":"Leatherworker's Tools"},{"id":15066,"c":4,"u":"lock_xphb","p":226,"s":8,"h":1,"n":"Lock"},{"id":15067,"c":4,"u":"longship_xphb","p":230,"s":8,"h":1,"n":"Longship"},{"id":15068,"c":4,"u":"magnifying%20glass_xphb","p":226,"s":8,"h":1,"n":"Magnifying Glass"},{"id":15069,"c":4,"u":"manacles_xphb","p":226,"s":8,"h":1,"n":"Manacles"},{"id":15070,"c":4,"u":"map_xphb","p":227,"s":8,"h":1,"n":"Map"},{"id":15071,"c":4,"u":"map%20or%20scroll%20case_xphb","p":224,"s":8,"h":1,"n":"Map or Scroll Case"},{"id":15072,"c":4,"u":"mason's%20tools_xphb","p":221,"s":8,"h":1,"n":"Mason's Tools"},{"id":15073,"c":4,"u":"mastiff_xphb","p":229,"s":8,"h":1,"n":"Mastiff"},{"id":15074,"c":4,"u":"military%20saddle_xphb","p":230,"s":8,"h":1,"n":"Military Saddle"},{"id":15075,"c":4,"u":"mirror_xphb","p":227,"s":8,"h":1,"n":"Mirror"},{"id":15076,"c":4,"u":"mule_xphb","p":229,"s":8,"h":1,"n":"Mule"},{"id":15077,"c":4,"u":"navigator's%20tools_xphb","p":221,"s":8,"h":1,"n":"Navigator's Tools"},{"id":15078,"c":4,"u":"net_xphb","p":227,"s":8,"h":1,"n":"Net"},{"id":15079,"c":4,"u":"oil_xphb","p":227,"s":8,"h":1,"n":"Oil"},{"id":15080,"c":4,"u":"painter's%20supplies_xphb","p":221,"s":8,"h":1,"n":"Painter's Supplies"},{"id":15081,"c":4,"u":"paper_xphb","p":227,"s":8,"h":1,"n":"Paper"},{"id":15082,"c":4,"u":"parchment_xphb","p":227,"s":8,"h":1,"n":"Parchment"},{"id":15083,"c":4,"u":"perfume_xphb","p":227,"s":8,"h":1,"n":"Perfume"},{"id":15084,"c":4,"u":"playing%20cards_xphb","p":221,"s":8,"h":1,"n":"Playing Cards"},{"id":15085,"c":4,"u":"poisoner's%20kit_xphb","p":221,"s":8,"h":1,"n":"Poisoner's Kit"},{"id":15086,"c":4,"u":"pole_xphb","p":228,"s":8,"h":1,"n":"Pole"},{"id":15087,"c":4,"u":"pony_xphb","p":229,"s":8,"h":1,"n":"Pony"},{"id":15088,"c":4,"u":"portable%20ram_xphb","p":228,"s":8,"h":1,"n":"Portable Ram"},{"id":15089,"c":4,"u":"potter's%20tools_xphb","p":221,"s":8,"h":1,"n":"Potter's Tools"},{"id":15090,"c":4,"u":"pouch_xphb","p":228,"s":8,"h":1,"n":"Pouch"},{"id":15091,"c":4,"u":"priest's%20pack_xphb","p":228,"s":8,"h":1,"n":"Priest's Pack"},{"id":15092,"c":4,"u":"psychic%20blade_xphb","p":136,"s":8,"h":1,"n":"Psychic Blade"},{"id":15093,"c":4,"u":"quiver_xphb","p":228,"s":8,"h":1,"n":"Quiver"},{"id":15094,"c":4,"u":"rations_xphb","p":228,"s":8,"h":1,"n":"Rations"},{"id":15095,"c":4,"u":"reliquary_xphb","p":226,"s":8,"h":1,"n":"Reliquary"},{"id":15096,"c":4,"u":"riding%20horse_xphb","p":229,"s":8,"h":1,"n":"Riding Horse"},{"id":15097,"c":4,"u":"riding%20saddle_xphb","p":230,"s":8,"h":1,"n":"Riding Saddle"},{"id":15098,"c":4,"u":"robe_xphb","p":228,"s":8,"h":1,"n":"Robe"},{"id":15099,"c":4,"u":"rope_xphb","p":228,"s":8,"h":1,"n":"Rope"},{"id":15100,"c":4,"u":"rowboat_xphb","p":230,"s":8,"h":1,"n":"Rowboat"},{"id":15101,"c":4,"u":"sack_xphb","p":228,"s":8,"h":1,"n":"Sack"},{"id":15102,"c":4,"u":"sailing%20ship_xphb","p":230,"s":8,"h":1,"n":"Sailing Ship"},{"id":15103,"c":4,"u":"scholar's%20pack_xphb","p":228,"s":8,"h":1,"n":"Scholar's Pack"},{"id":15104,"c":4,"u":"shovel_xphb","p":228,"s":8,"h":1,"n":"Shovel"},{"id":15105,"c":4,"u":"signal%20whistle_xphb","p":228,"s":8,"h":1,"n":"Signal Whistle"},{"id":15106,"c":4,"u":"sled_xphb","p":230,"s":8,"h":1,"n":"Sled"},{"id":15107,"c":4,"u":"smith's%20tools_xphb","p":221,"s":8,"h":1,"n":"Smith's Tools"},{"id":15108,"c":4,"u":"sprig%20of%20mistletoe_xphb","p":225,"s":8,"h":1,"n":"Sprig of Mistletoe"},{"id":15109,"c":4,"u":"spyglass_xphb","p":229,"s":8,"h":1,"n":"Spyglass"},{"id":15110,"c":4,"u":"stabling%20(per%20day)_xphb","p":230,"s":8,"h":1,"n":"Stabling (per day)"},{"id":15111,"c":4,"u":"string_xphb","p":229,"s":8,"h":1,"n":"String"},{"id":15112,"c":4,"u":"tent_xphb","p":229,"s":8,"h":1,"n":"Tent"},{"id":15113,"c":4,"u":"thieves'%20tools_xphb","p":221,"s":8,"h":1,"n":"Thieves' Tools"},{"id":15114,"c":4,"u":"three-dragon%20ante%20set_xphb","p":221,"s":8,"h":1,"n":"Three-Dragon Ante Set"},{"id":15115,"c":4,"u":"tinderbox_xphb","p":229,"s":8,"h":1,"n":"Tinderbox"},{"id":15116,"c":4,"u":"tinker's%20tools_xphb","p":221,"s":8,"h":1,"n":"Tinker's Tools"},{"id":15117,"c":4,"u":"torch_xphb","p":229,"s":8,"h":1,"n":"Torch"},{"id":15118,"c":4,"u":"traveler's%20clothes_xphb","p":225,"s":8,"h":1,"n":"Traveler's Clothes"},{"id":15119,"c":4,"u":"trinket_xphb","p":47,"s":8,"h":1,"n":"Trinket"},{"id":15120,"c":4,"u":"vial_xphb","p":229,"s":8,"h":1,"n":"Vial"},{"id":15121,"c":4,"u":"wagon_xphb","p":230,"s":8,"h":1,"n":"Wagon"},{"id":15122,"c":4,"u":"warhorse_xphb","p":229,"s":8,"h":1,"n":"Warhorse"},{"id":15123,"c":4,"u":"warship_xphb","p":230,"s":8,"h":1,"n":"Warship"},{"id":15124,"c":4,"u":"waterskin_xphb","p":229,"s":8,"h":1,"n":"Waterskin"},{"id":15125,"c":4,"u":"weaver's%20tools_xphb","p":221,"s":8,"h":1,"n":"Weaver's Tools"},{"id":15126,"c":4,"u":"woodcarver's%20tools_xphb","p":221,"s":8,"h":1,"n":"Woodcarver's Tools"},{"id":15127,"c":4,"u":"yew%20wand_xphb","p":225,"s":8,"h":1,"n":"Yew Wand"},{"id":15128,"c":4,"u":"accounting%20and%20valuation%20of%20all%20things_coa","p":272,"s":9,"h":1,"n":"Accounting and Valuation of All Things"},{"id":15129,"c":4,"u":"amulet%20of%20appearance_coa","p":267,"s":9,"h":1,"n":"Amulet of Appearance"},{"id":15130,"c":4,"u":"amulet%20of%20betrayal_coa","p":267,"s":9,"h":1,"n":"Amulet of Betrayal"},{"id":15131,"c":4,"u":"amulet%20of%20duplicity_coa","p":267,"s":9,"h":1,"n":"Amulet of Duplicity"},{"id":15132,"c":4,"u":"amulet%20of%20the%20inferno_coa","p":273,"s":9,"h":1,"n":"Amulet of the Inferno"},{"id":15133,"c":4,"u":"bracers%20of%20asmodeus_coa","p":267,"s":9,"h":1,"n":"Bracers of Asmodeus"},{"id":15134,"c":4,"u":"canian%20fork_coa","p":267,"s":9,"h":1,"n":"Canian Fork"},{"id":15135,"c":4,"u":"condensed%20order_coa","p":267,"s":9,"h":1,"n":"Condensed Order"},{"id":15136,"c":4,"u":"gauntlets%20of%20rage_coa","p":268,"s":9,"h":1,"n":"Gauntlets of Rage"},{"id":15137,"c":4,"u":"infernal%20amulet_coa","p":268,"s":9,"h":1,"n":"Infernal Amulet"},{"id":15138,"c":4,"u":"infernal%20plate%20armor_coa","p":268,"s":9,"h":1,"n":"Infernal Plate Armor"},{"id":15139,"c":4,"u":"knife%20of%20stolen%20resistance_coa","p":268,"s":9,"h":1,"n":"Knife of Stolen Resistance"},{"id":15140,"c":4,"u":"ranseur%20of%20torture_coa","p":273,"s":9,"h":1,"n":"Ranseur of Torture"},{"id":15141,"c":4,"u":"ring%20of%20collecting_coa","p":268,"s":9,"h":1,"n":"Ring of Collecting"},{"id":15142,"c":4,"u":"ring%20of%20the%20copycat_coa","p":268,"s":9,"h":1,"n":"Ring of the Copycat"},{"id":15143,"c":4,"u":"ring%20of%20treachery_coa","p":269,"s":9,"h":1,"n":"Ring of Treachery"},{"id":15144,"c":4,"u":"ruby%20rod%20of%20asmodeus_coa","p":274,"s":9,"h":1,"n":"Ruby Rod of Asmodeus"},{"id":15145,"c":4,"u":"sage's%20mirror_coa","p":269,"s":9,"h":1,"n":"Sage's Mirror"},{"id":15146,"c":4,"u":"scourge%20of%20shadow_coa","p":275,"s":9,"h":1,"n":"Scourge of Shadow"},{"id":15147,"c":4,"u":"skull%20of%20selfish%20knowledge_coa","p":269,"s":9,"h":1,"n":"Skull of Selfish Knowledge"},{"id":15148,"c":4,"u":"soul%20coin_coa","p":269,"s":9,"h":1,"n":"Soul Coin"},{"id":15149,"c":4,"u":"true-ice%20shards%20(dagger)_coa","p":275,"s":9,"h":1,"n":"True-Ice Shards (Dagger)"},{"id":15150,"c":4,"u":"true-ice%20shards%20(rapier)_coa","p":275,"s":9,"h":1,"n":"True-Ice Shards (Rapier)"},{"id":15151,"c":4,"u":"vial%20of%20greed_coa","p":270,"s":9,"h":1,"n":"Vial of Greed"},{"id":15152,"c":4,"u":"wrought-iron%20tower_coa","p":276,"s":9,"h":1,"n":"Wrought-Iron Tower"},{"id":15153,"c":4,"u":"basic%20fishing%20equipment_aag","p":21,"s":102,"h":1,"n":"Basic Fishing Equipment"},{"id":15154,"c":4,"u":"bombard_aag","p":26,"s":102,"h":1,"n":"Bombard"},{"id":15155,"c":4,"u":"damselfly%20ship_aag","p":28,"s":102,"h":1,"n":"Damselfly Ship"},{"id":15156,"c":4,"u":"fish%20suit_aag","p":22,"s":102,"h":1,"n":"Fish Suit"},{"id":15157,"c":4,"u":"flying%20fish%20ship_aag","p":30,"s":102,"h":1,"n":"Flying Fish Ship"},{"id":15158,"c":4,"u":"hammerhead%20ship_aag","p":32,"s":102,"h":1,"n":"Hammerhead Ship"},{"id":15159,"c":4,"u":"lamprey%20ship_aag","p":34,"s":102,"h":1,"n":"Lamprey Ship"},{"id":15160,"c":4,"u":"living%20ship_aag","p":36,"s":102,"h":1,"n":"Living Ship"},{"id":15161,"c":4,"u":"nautiloid_aag","p":38,"s":102,"h":1,"n":"Nautiloid"},{"id":15162,"c":4,"u":"nightspider_aag","p":40,"s":102,"h":1,"n":"Nightspider"},{"id":15163,"c":4,"u":"scorpion%20ship_aag","p":42,"s":102,"h":1,"n":"Scorpion Ship"},{"id":15164,"c":4,"u":"shrike%20ship_aag","p":44,"s":102,"h":1,"n":"Shrike Ship"},{"id":15165,"c":4,"u":"space%20galleon_aag","p":46,"s":102,"h":1,"n":"Space Galleon"},{"id":15166,"c":4,"u":"spelljamming%20helm_aag","p":23,"s":102,"h":1,"n":"Spelljamming Helm"},{"id":15167,"c":4,"u":"squid%20ship_aag","p":48,"s":102,"h":1,"n":"Squid Ship"},{"id":15168,"c":4,"u":"star%20moth_aag","p":50,"s":102,"h":1,"n":"Star Moth"},{"id":15169,"c":4,"u":"turtle%20ship_aag","p":52,"s":102,"h":1,"n":"Turtle Ship"},{"id":15170,"c":4,"u":"tyrant%20ship_aag","p":54,"s":102,"h":1,"n":"Tyrant Ship"},{"id":15171,"c":4,"u":"wasp%20ship_aag","p":56,"s":102,"h":1,"n":"Wasp Ship"},{"id":15172,"c":4,"u":"wildspace%20orrery_aag","p":23,"s":102,"h":1,"n":"Wildspace Orrery"},{"id":15173,"c":4,"u":"cartographer's%20map%20case_ai","p":20,"s":15,"h":1,"n":"Cartographer's Map Case"},{"id":15174,"c":4,"u":"chronolometer_ai","p":220,"s":15,"h":1,"n":"Chronolometer"},{"id":15175,"c":4,"u":"coin%20of%20decisionry_ai","p":22,"s":15,"h":1,"n":"Coin of Decisionry"},{"id":15176,"c":4,"u":"dimensional%20loop_ai","p":220,"s":15,"h":1,"n":"Dimensional Loop"},{"id":15177,"c":4,"u":"documancy%20satchel_ai","p":24,"s":15,"h":1,"n":"Documancy Satchel"},{"id":15178,"c":4,"u":"elder%20cartographer's%20glossography_ai","p":20,"s":15,"h":1,"n":"Elder Cartographer's Glossography"},{"id":15179,"c":4,"u":"failed%20experiment%20wand_ai","p":162,"s":15,"h":1,"n":"Failed Experiment Wand"},{"id":15180,"c":4,"u":"far%20gear_ai","p":221,"s":15,"h":1,"n":"Far Gear"},{"id":15181,"c":4,"u":"living%20loot%20satchel_ai","p":25,"s":15,"h":1,"n":"Living Loot Satchel"},{"id":15182,"c":4,"u":"obviator's%20lenses_ai","p":30,"s":15,"h":1,"n":"Obviator's Lenses"},{"id":15183,"c":4,"u":"occultant%20abacus_ai","p":31,"s":15,"h":1,"n":"Occultant Abacus"},{"id":15184,"c":4,"u":"orrery%20of%20the%20wanderer_ai","p":220,"s":15,"h":1,"n":"Orrery of the Wanderer"},{"id":15185,"c":4,"u":"piercer_ai","p":121,"s":15,"h":1,"n":"Piercer"},{"id":15186,"c":4,"u":"portfolio%20keeper_ai","p":33,"s":15,"h":1,"n":"Portfolio Keeper"},{"id":15187,"c":4,"u":"rotor%20of%20return_ai","p":221,"s":15,"h":1,"n":"Rotor of Return"},{"id":15188,"c":4,"u":"sending%20stone_ai","p":33,"s":15,"h":1,"n":"Sending Stone"},{"id":15189,"c":4,"u":"spyglass%20of%20clairvoyance_ai","p":19,"s":15,"h":1,"n":"Spyglass of Clairvoyance"},{"id":15190,"c":4,"u":"timepiece%20of%20travel_ai","p":221,"s":15,"h":1,"n":"Timepiece of Travel"},{"id":15191,"c":4,"u":"travel%20alchemical%20kit_ai","p":30,"s":15,"h":1,"n":"Travel Alchemical Kit"},{"id":15192,"c":4,"u":"trinket_ai","p":222,"s":15,"h":1,"n":"Trinket"},{"id":15193,"c":4,"u":"voting%20kit_ai","p":22,"s":15,"h":1,"n":"Voting Kit"},{"id":15194,"c":4,"u":"wheel%20of%20stars_ai","p":222,"s":15,"h":1,"n":"Wheel of Stars"},{"id":15195,"c":4,"u":"whisper%20jar_ai","p":27,"s":15,"h":1,"n":"Whisper Jar"},{"id":15196,"c":4,"u":"talarith_bam","p":47,"s":16,"h":1,"n":"Talarith"},{"id":15197,"c":4,"u":"battle%20standard%20of%20infernal%20power_bgdia","p":223,"s":17,"h":1,"n":"Battle Standard of Infernal Power"},{"id":15198,"c":4,"u":"blade%20of%20avernus_bgdia","p":150,"s":17,"h":1,"n":"Blade of Avernus"},{"id":15199,"c":4,"u":"candle%20mace_bgdia","p":39,"s":17,"h":1,"n":"Candle Mace"},{"id":15200,"c":4,"u":"fane-eater_bgdia","p":223,"s":17,"h":1,"n":"Fane-Eater"},{"id":15201,"c":4,"u":"gauntlets%20of%20flaming%20fury_bgdia","p":223,"s":17,"h":1,"n":"Gauntlets of Flaming Fury"},{"id":15202,"c":4,"u":"helm%20of%20devil%20command_bgdia","p":223,"s":17,"h":1,"n":"Helm of Devil Command"},{"id":15203,"c":4,"u":"infernal%20puzzle%20box_bgdia","p":224,"s":17,"h":1,"n":"Infernal Puzzle Box"},{"id":15204,"c":4,"u":"matalotok_bgdia","p":224,"s":17,"h":1,"n":"Matalotok"},{"id":15205,"c":4,"u":"obsidian%20flint%20dragon%20plate_bgdia","p":224,"s":17,"h":1,"n":"Obsidian Flint Dragon Plate"},{"id":15206,"c":4,"u":"shatterstick_bgdia","p":99,"s":17,"h":1,"n":"Shatterstick"},{"id":15207,"c":4,"u":"shield%20of%20the%20hidden%20lord_bgdia","p":225,"s":17,"h":1,"n":"Shield of the Hidden Lord"},{"id":15208,"c":4,"u":"soul%20coin_bgdia","p":225,"s":17,"h":1,"n":"Soul Coin"},{"id":15209,"c":4,"u":"sword%20of%20zariel_bgdia","p":226,"s":17,"h":1,"n":"Sword of Zariel"},{"id":15210,"c":4,"u":"alchemy%20jug%20(blue)_cm","p":144,"s":18,"h":1,"n":"Alchemy Jug (Blue)"},{"id":15211,"c":4,"u":"alchemy%20jug%20(orange)_cm","p":144,"s":18,"h":1,"n":"Alchemy Jug (Orange)"},{"id":15212,"c":4,"u":"cracked%20driftglobe_cm","p":110,"s":18,"h":1,"n":"Cracked Driftglobe"},{"id":15213,"c":4,"u":"gloves%20of%20soul%20catching_cm","p":169,"s":18,"h":1,"n":"Gloves of Soul Catching"},{"id":15214,"c":4,"u":"nether%20scroll%20of%20azumar_cm","p":210,"s":18,"h":1,"n":"Nether Scroll of Azumar"},{"id":15215,"c":4,"u":"orcus%20figurine_cm","p":44,"s":18,"h":1,"n":"Orcus Figurine"},{"id":15216,"c":4,"u":"radiance_cm","p":87,"s":18,"h":1,"n":"Radiance"},{"id":15217,"c":4,"u":"serpent%20scale%20armor_cm","p":98,"s":18,"h":1,"n":"Serpent Scale Armor"},{"id":15218,"c":4,"u":"serpent's%20fang_cm","p":98,"s":18,"h":1,"n":"Serpent's Fang"},{"id":15219,"c":4,"u":"staff%20of%20fate_cm","p":183,"s":18,"h":1,"n":"Staff of Fate"},{"id":15220,"c":4,"u":"stonky's%20ring_cm","p":132,"s":18,"h":1,"n":"Stonky's ring"},{"id":15221,"c":4,"u":"watchful%20helm_cm","p":183,"s":18,"h":1,"n":"Watchful Helm"},{"id":15222,"c":4,"u":"blood%20spear_cos","p":221,"s":19,"h":1,"n":"Blood Spear"},{"id":15223,"c":4,"u":"crusader's%20shortsword_cos","p":81,"s":19,"h":1,"n":"Crusader's Shortsword"},{"id":15224,"c":4,"u":"crusader's%20shortsword_cos","p":81,"s":19,"h":1,"n":"Lost Sword"},{"id":15225,"c":4,"u":"green%20copper%20ewer_cos","p":188,"s":19,"h":1,"n":"Green Copper Ewer"},{"id":15226,"c":4,"u":"gulthias%20staff_cos","p":221,"s":19,"h":1,"n":"Gulthias Staff"},{"id":15227,"c":4,"u":"holy%20symbol%20of%20ravenkind_cos","p":222,"s":19,"h":1,"n":"Holy Symbol of Ravenkind"},{"id":15228,"c":4,"u":"icon%20of%20ravenloft_cos","p":222,"s":19,"h":1,"n":"Icon of Ravenloft"},{"id":15229,"c":4,"u":"jakarion's%20staff%20of%20frost_cos","p":187,"s":19,"h":1,"n":"Jakarion's Staff of Frost"},{"id":15230,"c":4,"u":"saint%20markovia's%20thighbone_cos","p":222,"s":19,"h":1,"n":"Saint Markovia's Thighbone"},{"id":15231,"c":4,"u":"shield%20of%20the%20silver%20dragon_cos","p":68,"s":19,"h":1,"n":"Shield of the Silver Dragon"},{"id":15232,"c":4,"u":"shield%20of%20the%20silver%20dragon_cos","p":68,"s":19,"h":1,"n":"Order of the Silver Dragon +2 Shield"},{"id":15233,"c":4,"u":"statuette%20of%20saint%20markovia_cos","p":152,"s":19,"h":1,"n":"Statuette of Saint Markovia"},{"id":15234,"c":4,"u":"sunsword_cos","p":223,"s":19,"h":1,"n":"Sunsword"},{"id":15235,"c":4,"u":"tome%20of%20strahd_cos","p":221,"s":19,"h":1,"n":"Tome of Strahd"},{"id":15236,"c":4,"u":"trinket_cos","p":2,"s":19,"h":1,"n":"Trinket"},{"id":15237,"c":4,"u":"yester%20hill%20axe_cos","p":198,"s":19,"h":1,"n":"Yester Hill Axe"},{"id":15238,"c":4,"u":"yester%20hill%20axe_cos","p":198,"s":19,"h":1,"n":"Treebane"},{"id":15239,"c":4,"u":"earring%20of%20message_crcotn","p":212,"s":20,"h":1,"dP":1,"n":"Earring of Message"},{"id":15240,"c":4,"u":"jewel%20of%20three%20prayers%20(awakened)_crcotn","s":20,"h":1,"dP":1,"n":"Jewel of Three Prayers (Awakened)"},{"id":15241,"c":4,"u":"jewel%20of%20three%20prayers%20(dormant)_crcotn","p":213,"s":20,"h":1,"dP":1,"n":"Jewel of Three Prayers (Dormant)"},{"id":15242,"c":4,"u":"jewel%20of%20three%20prayers%20(exalted)_crcotn","s":20,"h":1,"dP":1,"n":"Jewel of Three Prayers (Exalted)"},{"id":15243,"c":4,"u":"medal%20of%20muscle_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of Muscle"},{"id":15244,"c":4,"u":"medal%20of%20the%20conch_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of the Conch"},{"id":15245,"c":4,"u":"medal%20of%20the%20horizonback_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of the Horizonback"},{"id":15246,"c":4,"u":"medal%20of%20the%20maze_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of the Maze"},{"id":15247,"c":4,"u":"medal%20of%20the%20meat%20pie_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of the Meat Pie"},{"id":15248,"c":4,"u":"medal%20of%20the%20wetlands_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of the Wetlands"},{"id":15249,"c":4,"u":"medal%20of%20wit_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Medal of Wit"},{"id":15250,"c":4,"u":"ring%20of%20red%20fury_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Ring of Red Fury"},{"id":15251,"c":4,"u":"ruidium%20shield_crcotn","p":215,"s":20,"h":1,"dP":1,"n":"Ruidium Shield"},{"id":15252,"c":4,"u":"teleportation%20tablet_crcotn","p":216,"s":20,"h":1,"dP":1,"n":"Teleportation Tablet"},{"id":15253,"c":4,"u":"gnomengarde%20grenade_dc","s":21,"h":1,"n":"Gnomengarde Grenade"},{"id":15254,"c":4,"u":"ruinstone_dc","s":21,"h":1,"n":"Ruinstone"},{"id":15255,"c":4,"u":"iggwilv's%20horn_ditlcot","p":14,"s":23,"h":1,"n":"Iggwilv's Horn"},{"id":15256,"c":4,"u":"potion%20of%20polychromy_ditlcot","p":15,"s":23,"h":1,"n":"Potion of Polychromy"},{"id":15257,"c":4,"u":"tasha's%20creeping%20keelboat_ditlcot","p":15,"s":23,"h":1,"n":"Tasha's Creeping Keelboat"},{"id":15258,"c":4,"u":"%2b1%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"n":"+1 Rod of the Pact Keeper"},{"id":15259,"c":4,"u":"%2b1%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"n":"+1 Wand of the War Mage"},{"id":15260,"c":4,"u":"%2b2%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"n":"+2 Rod of the Pact Keeper"},{"id":15261,"c":4,"u":"%2b2%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"n":"+2 Wand of the War Mage"},{"id":15262,"c":4,"u":"%2b3%20rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"n":"+3 Rod of the Pact Keeper"},{"id":15263,"c":4,"u":"%2b3%20wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"n":"+3 Wand of the War Mage"},{"id":15264,"c":4,"u":"airship_dmg","p":119,"s":24,"h":1,"n":"Airship"},{"id":15265,"c":4,"u":"alchemy%20jug_dmg","p":150,"s":24,"h":1,"n":"Alchemy Jug"},{"id":15266,"c":4,"u":"alexandrite_dmg","p":134,"s":24,"h":1,"n":"Alexandrite"},{"id":15267,"c":4,"u":"amber_dmg","p":134,"s":24,"h":1,"n":"Amber"},{"id":15268,"c":4,"u":"amethyst_dmg","p":134,"s":24,"h":1,"n":"Amethyst"},{"id":15269,"c":4,"u":"amulet%20of%20health_dmg","p":150,"s":24,"h":1,"r":1,"n":"Amulet of Health"},{"id":15270,"c":4,"u":"amulet%20of%20proof%20against%20detection%20and%20location_dmg","p":150,"s":24,"h":1,"r":1,"n":"Amulet of Proof against Detection and Location"},{"id":15271,"c":4,"u":"amulet%20of%20the%20planes_dmg","p":150,"s":24,"h":1,"r":1,"n":"Amulet of the Planes"},{"id":15272,"c":4,"u":"animated%20shield_dmg","p":151,"s":24,"h":1,"r":1,"n":"Animated Shield"},{"id":15273,"c":4,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"n":"Apparatus of Kwalish"},{"id":15274,"c":4,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"n":"Apparatus of the Crab"},{"id":15275,"c":4,"u":"aquamarine_dmg","p":134,"s":24,"h":1,"n":"Aquamarine"},{"id":15276,"c":4,"u":"armor%20of%20invulnerability_dmg","p":152,"s":24,"h":1,"r":1,"n":"Armor of Invulnerability"},{"id":15277,"c":4,"u":"armor%20of%20vulnerability%20(bludgeoning)_dmg","p":152,"s":24,"h":1,"r":1,"n":"Armor of Vulnerability (Bludgeoning)"},{"id":15278,"c":4,"u":"armor%20of%20vulnerability%20(piercing)_dmg","p":152,"s":24,"h":1,"r":1,"n":"Armor of Vulnerability (Piercing)"},{"id":15279,"c":4,"u":"armor%20of%20vulnerability%20(slashing)_dmg","p":152,"s":24,"h":1,"r":1,"n":"Armor of Vulnerability (Slashing)"},{"id":15280,"c":4,"u":"arrow-catching%20shield_dmg","p":152,"s":24,"h":1,"r":1,"n":"Arrow-Catching Shield"},{"id":15281,"c":4,"u":"assassin's%20blood_dmg","p":258,"s":24,"h":1,"r":1,"n":"Assassin's Blood"},{"id":15282,"c":4,"u":"axe%20of%20the%20dwarvish%20lords_dmg","p":221,"s":24,"h":1,"n":"Axe of the Dwarvish Lords"},{"id":15283,"c":4,"u":"azurite_dmg","p":134,"s":24,"h":1,"n":"Azurite"},{"id":15284,"c":4,"u":"bag%20of%20beans_dmg","p":152,"s":24,"h":1,"r":1,"n":"Bag of Beans"},{"id":15285,"c":4,"u":"bag%20of%20devouring_dmg","p":153,"s":24,"h":1,"r":1,"n":"Bag of Devouring"},{"id":15286,"c":4,"u":"bag%20of%20holding_dmg","p":153,"s":24,"h":1,"r":1,"n":"Bag of Holding"},{"id":15287,"c":4,"u":"bag%20of%20tricks%2c%20gray_dmg","p":154,"s":24,"h":1,"r":1,"n":"Bag of Tricks, Gray"},{"id":15288,"c":4,"u":"bag%20of%20tricks%2c%20rust_dmg","p":154,"s":24,"h":1,"r":1,"n":"Bag of Tricks, Rust"},{"id":15289,"c":4,"u":"bag%20of%20tricks%2c%20tan_dmg","p":154,"s":24,"h":1,"r":1,"n":"Bag of Tricks, Tan"},{"id":15290,"c":4,"u":"banded%20agate_dmg","p":134,"s":24,"h":1,"n":"Banded Agate"},{"id":15291,"c":4,"u":"bead%20of%20force_dmg","p":154,"s":24,"h":1,"r":1,"n":"Bead of Force"},{"id":15292,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20filigree_dmg","p":135,"s":24,"h":1,"n":"Bejeweled ivory drinking horn with gold filigree"},{"id":15293,"c":4,"u":"belt%20of%20cloud%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Cloud Giant Strength"},{"id":15294,"c":4,"u":"belt%20of%20dwarvenkind_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Dwarvenkind"},{"id":15295,"c":4,"u":"belt%20of%20fire%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Fire Giant Strength"},{"id":15296,"c":4,"u":"belt%20of%20frost%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Frost Giant Strength"},{"id":15297,"c":4,"u":"belt%20of%20hill%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Hill Giant Strength"},{"id":15298,"c":4,"u":"belt%20of%20stone%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Stone Giant Strength"},{"id":15299,"c":4,"u":"belt%20of%20storm%20giant%20strength_dmg","p":155,"s":24,"h":1,"r":1,"n":"Belt of Storm Giant Strength"},{"id":15300,"c":4,"u":"black%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Black Dragon Scale Mail"},{"id":15301,"c":4,"u":"black%20opal_dmg","p":134,"s":24,"h":1,"n":"Black Opal"},{"id":15302,"c":4,"u":"black%20pearl_dmg","p":134,"s":24,"h":1,"n":"Black Pearl"},{"id":15303,"c":4,"u":"black%20sapphire_dmg","p":134,"s":24,"h":1,"n":"Black Sapphire"},{"id":15304,"c":4,"u":"black%20velvet%20mask%20stitched%20with%20silver%20thread_dmg","p":134,"s":24,"h":1,"n":"Black velvet mask stitched with silver thread"},{"id":15305,"c":4,"u":"blackrazor_dmg","p":216,"s":24,"h":1,"n":"Blackrazor"},{"id":15306,"c":4,"u":"bloodstone_dmg","p":134,"s":24,"h":1,"n":"Bloodstone"},{"id":15307,"c":4,"u":"blue%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Blue Dragon Scale Mail"},{"id":15308,"c":4,"u":"blue%20quartz_dmg","p":134,"s":24,"h":1,"n":"Blue Quartz"},{"id":15309,"c":4,"u":"blue%20sapphire_dmg","p":134,"s":24,"h":1,"n":"Blue Sapphire"},{"id":15310,"c":4,"u":"blue%20spinel_dmg","p":134,"s":24,"h":1,"n":"Blue Spinel"},{"id":15311,"c":4,"u":"bomb_dmg","p":268,"s":24,"h":1,"n":"Bomb"},{"id":15312,"c":4,"u":"book%20of%20exalted%20deeds_dmg","p":222,"s":24,"h":1,"n":"Book of Exalted Deeds"},{"id":15313,"c":4,"u":"book%20of%20vile%20darkness_dmg","p":222,"s":24,"h":1,"n":"Book of Vile Darkness"},{"id":15314,"c":4,"u":"boots%20of%20elvenkind_dmg","p":155,"s":24,"h":1,"r":1,"n":"Boots of Elvenkind"},{"id":15315,"c":4,"u":"boots%20of%20levitation_dmg","p":155,"s":24,"h":1,"r":1,"n":"Boots of Levitation"},{"id":15316,"c":4,"u":"boots%20of%20speed_dmg","p":155,"s":24,"h":1,"r":1,"n":"Boots of Speed"},{"id":15317,"c":4,"u":"boots%20of%20striding%20and%20springing_dmg","p":156,"s":24,"h":1,"r":1,"n":"Boots of Striding and Springing"},{"id":15318,"c":4,"u":"boots%20of%20the%20winterlands_dmg","p":156,"s":24,"h":1,"r":1,"n":"Boots of the Winterlands"},{"id":15319,"c":4,"u":"bottle%20stopper%20cork%20embossed%20with%20gold%20leaf%20and%20set%20with%20amethysts_dmg","p":135,"s":24,"h":1,"n":"Bottle stopper cork embossed with gold leaf and set with amethysts"},{"id":15320,"c":4,"u":"bowl%20of%20commanding%20water%20elementals_dmg","p":156,"s":24,"h":1,"r":1,"n":"Bowl of Commanding Water Elementals"},{"id":15321,"c":4,"u":"box%20of%20turquoise%20animal%20figurines_dmg","p":135,"s":24,"h":1,"n":"Box of turquoise animal figurines"},{"id":15322,"c":4,"u":"bracers%20of%20archery_dmg","p":156,"s":24,"h":1,"r":1,"n":"Bracers of Archery"},{"id":15323,"c":4,"u":"bracers%20of%20defense_dmg","p":156,"s":24,"h":1,"r":1,"n":"Bracers of Defense"},{"id":15324,"c":4,"u":"brass%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Brass Dragon Scale Mail"},{"id":15325,"c":4,"u":"brass%20mug%20with%20jade%20inlay_dmg","p":135,"s":24,"h":1,"n":"Brass mug with jade inlay"},{"id":15326,"c":4,"u":"brazier%20of%20commanding%20fire%20elementals_dmg","p":156,"s":24,"h":1,"r":1,"n":"Brazier of Commanding Fire Elementals"},{"id":15327,"c":4,"u":"bronze%20crown_dmg","p":135,"s":24,"h":1,"n":"Bronze crown"},{"id":15328,"c":4,"u":"bronze%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Bronze Dragon Scale Mail"},{"id":15329,"c":4,"u":"brooch%20of%20shielding_dmg","p":156,"s":24,"h":1,"r":1,"n":"Brooch of Shielding"},{"id":15330,"c":4,"u":"broom%20of%20flying_dmg","p":156,"s":24,"h":1,"r":1,"n":"Broom of Flying"},{"id":15331,"c":4,"u":"burnt%20othur%20fumes_dmg","p":258,"s":24,"h":1,"r":1,"n":"Burnt Othur Fumes"},{"id":15332,"c":4,"u":"candle%20of%20invocation_dmg","p":157,"s":24,"h":1,"r":1,"n":"Candle of Invocation"},{"id":15333,"c":4,"u":"cap%20of%20water%20breathing_dmg","p":157,"s":24,"h":1,"n":"Cap of Water Breathing"},{"id":15334,"c":4,"u":"cape%20of%20the%20mountebank_dmg","p":157,"s":24,"h":1,"r":1,"n":"Cape of the Mountebank"},{"id":15335,"c":4,"u":"carnelian_dmg","p":134,"s":24,"h":1,"n":"Carnelian"},{"id":15336,"c":4,"u":"carpet%20of%20flying%2c%203%20ft.%20%c3%97%205%20ft._dmg","p":157,"s":24,"h":1,"r":1,"n":"Carpet of Flying, 3 ft. × 5 ft."},{"id":15337,"c":4,"u":"carpet%20of%20flying%2c%204%20ft.%20%c3%97%206%20ft._dmg","p":157,"s":24,"h":1,"r":1,"n":"Carpet of Flying, 4 ft. × 6 ft."},{"id":15338,"c":4,"u":"carpet%20of%20flying%2c%205%20ft.%20%c3%97%207%20ft._dmg","p":157,"s":24,"h":1,"r":1,"n":"Carpet of Flying, 5 ft. × 7 ft."},{"id":15339,"c":4,"u":"carpet%20of%20flying%2c%206%20ft.%20%c3%97%209%20ft._dmg","p":157,"s":24,"h":1,"r":1,"n":"Carpet of Flying, 6 ft. × 9 ft."},{"id":15340,"c":4,"u":"carrion%20crawler%20mucus_dmg","p":258,"s":24,"h":1,"r":1,"n":"Carrion Crawler Mucus"},{"id":15341,"c":4,"u":"carrion%20crawler%20mucus_dmg","p":258,"s":24,"h":1,"r":1,"n":"Crawler Mucus (Contact)"},{"id":15342,"c":4,"u":"carved%20bone%20statuette_dmg","p":134,"s":24,"h":1,"n":"Carved bone statuette"},{"id":15343,"c":4,"u":"carved%20harp%20of%20exotic%20wood%20with%20ivory%20inlay%20and%20zircon%20gems_dmg","p":135,"s":24,"h":1,"n":"Carved harp of exotic wood with ivory inlay and zircon gems"},{"id":15344,"c":4,"u":"carved%20ivory%20statuette_dmg","p":135,"s":24,"h":1,"n":"Carved ivory statuette"},{"id":15345,"c":4,"u":"censer%20of%20controlling%20air%20elementals_dmg","p":158,"s":24,"h":1,"r":1,"n":"Censer of Controlling Air Elementals"},{"id":15346,"c":4,"u":"ceremonial%20electrum%20dagger%20with%20a%20black%20pearl%20in%20the%20pommel_dmg","p":135,"s":24,"h":1,"n":"Ceremonial electrum dagger with a black pearl in the pommel"},{"id":15347,"c":4,"u":"chalcedony_dmg","p":134,"s":24,"h":1,"n":"Chalcedony"},{"id":15348,"c":4,"u":"chime%20of%20opening_dmg","p":158,"s":24,"h":1,"r":1,"n":"Chime of Opening"},{"id":15349,"c":4,"u":"chrysoberyl_dmg","p":134,"s":24,"h":1,"n":"Chrysoberyl"},{"id":15350,"c":4,"u":"chrysoprase_dmg","p":134,"s":24,"h":1,"n":"Chrysoprase"},{"id":15351,"c":4,"u":"circlet%20of%20blasting_dmg","p":158,"s":24,"h":1,"r":1,"n":"Circlet of Blasting"},{"id":15352,"c":4,"u":"citrine_dmg","p":134,"s":24,"h":1,"n":"Citrine"},{"id":15353,"c":4,"u":"cloak%20of%20arachnida_dmg","p":158,"s":24,"h":1,"r":1,"n":"Cloak of Arachnida"},{"id":15354,"c":4,"u":"cloak%20of%20displacement_dmg","p":158,"s":24,"h":1,"r":1,"n":"Cloak of Displacement"},{"id":15355,"c":4,"u":"cloak%20of%20elvenkind_dmg","p":158,"s":24,"h":1,"r":1,"n":"Cloak of Elvenkind"},{"id":15356,"c":4,"u":"cloak%20of%20invisibility_dmg","p":158,"s":24,"h":1,"n":"Cloak of Invisibility"},{"id":15357,"c":4,"u":"cloak%20of%20protection_dmg","p":159,"s":24,"h":1,"r":1,"n":"Cloak of Protection"},{"id":15358,"c":4,"u":"cloak%20of%20the%20bat_dmg","p":159,"s":24,"h":1,"r":1,"n":"Cloak of the Bat"},{"id":15359,"c":4,"u":"cloak%20of%20the%20manta%20ray_dmg","p":159,"s":24,"h":1,"r":1,"n":"Cloak of the Manta Ray"},{"id":15360,"c":4,"u":"cloth-of-gold%20vestments_dmg","p":134,"s":24,"h":1,"n":"Cloth-of-gold vestments"},{"id":15361,"c":4,"u":"copper%20chalice%20with%20silver%20filigree_dmg","p":134,"s":24,"h":1,"n":"Copper chalice with silver filigree"},{"id":15362,"c":4,"u":"copper%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Copper Dragon Scale Mail"},{"id":15363,"c":4,"u":"coral_dmg","p":134,"s":24,"h":1,"n":"Coral"},{"id":15364,"c":4,"u":"crystal%20ball_dmg","p":159,"s":24,"h":1,"r":1,"n":"Crystal Ball"},{"id":15365,"c":4,"u":"crystal%20ball%20of%20mind%20reading_dmg","p":159,"s":24,"h":1,"n":"Crystal Ball of Mind Reading"},{"id":15366,"c":4,"u":"crystal%20ball%20of%20telepathy_dmg","p":159,"s":24,"h":1,"n":"Crystal Ball of Telepathy"},{"id":15367,"c":4,"u":"crystal%20ball%20of%20true%20seeing_dmg","p":159,"s":24,"h":1,"n":"Crystal Ball of True Seeing"},{"id":15368,"c":4,"u":"cube%20of%20force_dmg","p":159,"s":24,"h":1,"r":1,"n":"Cube of Force"},{"id":15369,"c":4,"u":"cubic%20gate_dmg","p":160,"s":24,"h":1,"r":1,"n":"Cubic Gate"},{"id":15370,"c":4,"u":"daern's%20instant%20fortress_dmg","p":160,"s":24,"h":1,"r":1,"n":"Daern's Instant Fortress"},{"id":15371,"c":4,"u":"daern's%20instant%20fortress_dmg","p":160,"s":24,"h":1,"r":1,"n":"Instant Fortress"},{"id":15372,"c":4,"u":"dagger%20of%20venom_dmg","p":161,"s":24,"h":1,"r":1,"n":"Dagger of Venom"},{"id":15373,"c":4,"u":"decanter%20of%20endless%20water_dmg","p":161,"s":24,"h":1,"r":1,"n":"Decanter of Endless Water"},{"id":15374,"c":4,"u":"deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"r":1,"n":"Deck of Illusions"},{"id":15375,"c":4,"u":"deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"r":1,"n":"Deck of Many Things"},{"id":15376,"c":4,"u":"demon%20armor_dmg","p":165,"s":24,"h":1,"r":1,"n":"Demon Armor"},{"id":15377,"c":4,"u":"diamond_dmg","p":134,"s":24,"h":1,"n":"Diamond"},{"id":15378,"c":4,"u":"dimensional%20shackles_dmg","p":165,"s":24,"h":1,"r":1,"n":"Dimensional Shackles"},{"id":15379,"c":4,"u":"driftglobe_dmg","p":166,"s":24,"h":1,"n":"Driftglobe"},{"id":15380,"c":4,"u":"drow%20poison_dmg","p":258,"s":24,"h":1,"r":1,"n":"Drow Poison"},{"id":15381,"c":4,"u":"dust%20of%20disappearance_dmg","p":166,"s":24,"h":1,"r":1,"n":"Dust of Disappearance"},{"id":15382,"c":4,"u":"dust%20of%20dryness_dmg","p":166,"s":24,"h":1,"r":1,"n":"Dust of Dryness"},{"id":15383,"c":4,"u":"dust%20of%20sneezing%20and%20choking_dmg","p":166,"s":24,"h":1,"r":1,"n":"Dust of Sneezing and Choking"},{"id":15384,"c":4,"u":"dwarven%20plate_dmg","p":167,"s":24,"h":1,"r":1,"n":"Dwarven Plate"},{"id":15385,"c":4,"u":"dwarven%20thrower_dmg","p":167,"s":24,"h":1,"r":1,"n":"Dwarven Thrower"},{"id":15386,"c":4,"u":"dynamite%20(stick)_dmg","p":268,"s":24,"h":1,"n":"Dynamite (stick)"},{"id":15387,"c":4,"u":"efreeti%20bottle_dmg","p":167,"s":24,"h":1,"r":1,"n":"Efreeti Bottle"},{"id":15388,"c":4,"u":"efreeti%20chain_dmg","p":167,"s":24,"h":1,"n":"Efreeti Chain"},{"id":15389,"c":4,"u":"elemental%20gem%2c%20blue%20sapphire_dmg","p":167,"s":24,"h":1,"r":1,"n":"Elemental Gem, Blue Sapphire"},{"id":15390,"c":4,"u":"elemental%20gem%2c%20emerald_dmg","p":167,"s":24,"h":1,"r":1,"n":"Elemental Gem, Emerald"},{"id":15391,"c":4,"u":"elemental%20gem%2c%20red%20corundum_dmg","p":167,"s":24,"h":1,"r":1,"n":"Elemental Gem, Red Corundum"},{"id":15392,"c":4,"u":"elemental%20gem%2c%20yellow%20diamond_dmg","p":167,"s":24,"h":1,"r":1,"n":"Elemental Gem, Yellow Diamond"},{"id":15393,"c":4,"u":"elixir%20of%20health_dmg","p":168,"s":24,"h":1,"n":"Elixir of Health"},{"id":15394,"c":4,"u":"elven%20chain_dmg","p":168,"s":24,"h":1,"r":1,"n":"Elven Chain"},{"id":15395,"c":4,"u":"embroidered%20glove%20set%20with%20jewel%20chips_dmg","p":135,"s":24,"h":1,"n":"Embroidered glove set with jewel chips"},{"id":15396,"c":4,"u":"embroidered%20silk%20and%20velvet%20mantle%20set%20with%20numerous%20moonstones_dmg","p":135,"s":24,"h":1,"n":"Embroidered silk and velvet mantle set with numerous moonstones"},{"id":15397,"c":4,"u":"embroidered%20silk%20handkerchief_dmg","p":134,"s":24,"h":1,"n":"Embroidered silk handkerchief"},{"id":15398,"c":4,"u":"emerald_dmg","p":134,"s":24,"h":1,"n":"Emerald"},{"id":15399,"c":4,"u":"essence%20of%20ether_dmg","p":258,"s":24,"h":1,"r":1,"n":"Essence of Ether"},{"id":15400,"c":4,"u":"eversmoking%20bottle_dmg","p":168,"s":24,"h":1,"r":1,"n":"Eversmoking Bottle"},{"id":15401,"c":4,"u":"eye%20agate_dmg","p":134,"s":24,"h":1,"n":"Eye Agate"},{"id":15402,"c":4,"u":"eye%20of%20vecna_dmg","p":224,"s":24,"h":1,"n":"Eye of Vecna"},{"id":15403,"c":4,"u":"eye%20patch%20with%20a%20mock%20eye%20set%20in%20blue%20sapphire%20and%20moonstone_dmg","p":135,"s":24,"h":1,"n":"Eye patch with a mock eye set in blue sapphire and moonstone"},{"id":15404,"c":4,"u":"eyes%20of%20charming_dmg","p":168,"s":24,"h":1,"r":1,"n":"Eyes of Charming"},{"id":15405,"c":4,"u":"eyes%20of%20minute%20seeing_dmg","p":168,"s":24,"h":1,"r":1,"n":"Eyes of Minute Seeing"},{"id":15406,"c":4,"u":"eyes%20of%20the%20eagle_dmg","p":168,"s":24,"h":1,"r":1,"n":"Eyes of the Eagle"},{"id":15407,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20bronze%20griffon_dmg","p":169,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Bronze Griffon"},{"id":15408,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ebony%20fly_dmg","p":169,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Ebony Fly"},{"id":15409,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20golden%20lions_dmg","p":169,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Golden Lions"},{"id":15410,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20ivory%20goats_dmg","p":169,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Ivory Goats"},{"id":15411,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20marble%20elephant_dmg","p":170,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Marble Elephant"},{"id":15412,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20obsidian%20steed_dmg","p":170,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Obsidian Steed"},{"id":15413,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20onyx%20dog_dmg","p":170,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Onyx Dog"},{"id":15414,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20serpentine%20owl_dmg","p":170,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Serpentine Owl"},{"id":15415,"c":4,"u":"figurine%20of%20wondrous%20power%2c%20silver%20raven_dmg","p":170,"s":24,"h":1,"r":1,"n":"Figurine of Wondrous Power, Silver Raven"},{"id":15416,"c":4,"u":"fine%20gold%20chain%20set%20with%20a%20fire%20opal_dmg","p":135,"s":24,"h":1,"n":"Fine gold chain set with a fire opal"},{"id":15417,"c":4,"u":"fire%20opal_dmg","p":134,"s":24,"h":1,"n":"Fire Opal"},{"id":15418,"c":4,"u":"folding%20boat_dmg","p":170,"s":24,"h":1,"r":1,"n":"Folding Boat"},{"id":15419,"c":4,"u":"fragmentation%20grenade_dmg","p":268,"s":24,"h":1,"n":"Fragmentation Grenade"},{"id":15420,"c":4,"u":"galley_dmg","p":119,"s":24,"h":1,"r":1,"n":"Galley"},{"id":15421,"c":4,"u":"garnet_dmg","p":134,"s":24,"h":1,"n":"Garnet"},{"id":15422,"c":4,"u":"gauntlets%20of%20ogre%20power_dmg","p":171,"s":24,"h":1,"r":1,"n":"Gauntlets of Ogre Power"},{"id":15423,"c":4,"u":"gem%20of%20brightness_dmg","p":171,"s":24,"h":1,"r":1,"n":"Gem of Brightness"},{"id":15424,"c":4,"u":"gem%20of%20seeing_dmg","p":172,"s":24,"h":1,"r":1,"n":"Gem of Seeing"},{"id":15425,"c":4,"u":"glamoured%20studded%20leather_dmg","p":172,"s":24,"h":1,"r":1,"n":"Glamoured Studded Leather"},{"id":15426,"c":4,"u":"gloves%20of%20missile%20snaring_dmg","p":172,"s":24,"h":1,"r":1,"n":"Gloves of Missile Snaring"},{"id":15427,"c":4,"u":"gloves%20of%20swimming%20and%20climbing_dmg","p":172,"s":24,"h":1,"r":1,"n":"Gloves of Swimming and Climbing"},{"id":15428,"c":4,"u":"gloves%20of%20thievery_dmg","p":172,"s":24,"h":1,"n":"Gloves of Thievery"},{"id":15429,"c":4,"u":"goggles%20of%20night_dmg","p":172,"s":24,"h":1,"r":1,"n":"Goggles of Night"},{"id":15430,"c":4,"u":"gold%20bird%20cage%20with%20electrum%20filigree_dmg","p":135,"s":24,"h":1,"n":"Gold bird cage with electrum filigree"},{"id":15431,"c":4,"u":"gold%20circlet%20set%20with%20four%20aquamarines_dmg","p":135,"s":24,"h":1,"n":"Gold circlet set with four aquamarines"},{"id":15432,"c":4,"u":"gold%20cup%20set%20with%20emeralds_dmg","p":135,"s":24,"h":1,"n":"Gold cup set with emeralds"},{"id":15433,"c":4,"u":"gold%20dragon%20comb%20set%20with%20red%20garnets%20as%20eyes_dmg","p":135,"s":24,"h":1,"n":"Gold dragon comb set with red garnets as eyes"},{"id":15434,"c":4,"u":"gold%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Gold Dragon Scale Mail"},{"id":15435,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree_dmg","p":135,"s":24,"h":1,"n":"Gold jewelry box with platinum filigree"},{"id":15436,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside_dmg","p":134,"s":24,"h":1,"n":"Gold locket with a painted portrait inside"},{"id":15437,"c":4,"u":"gold%20music%20box_dmg","p":135,"s":24,"h":1,"n":"Gold music box"},{"id":15438,"c":4,"u":"gold%20ring%20set%20with%20bloodstones_dmg","p":135,"s":24,"h":1,"n":"Gold ring set with bloodstones"},{"id":15439,"c":4,"u":"green%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Green Dragon Scale Mail"},{"id":15440,"c":4,"u":"grenade%20launcher_dmg","p":268,"s":24,"h":1,"n":"Grenade Launcher"},{"id":15441,"c":4,"u":"gunpowder%20horn_dmg","p":268,"s":24,"h":1,"n":"Gunpowder Horn"},{"id":15442,"c":4,"u":"gunpowder%20keg_dmg","p":268,"s":24,"h":1,"n":"Gunpowder Keg"},{"id":15443,"c":4,"u":"hammer%20of%20thunderbolts_dmg","p":173,"s":24,"h":1,"r":1,"n":"Hammer of Thunderbolts"},{"id":15444,"c":4,"u":"hand%20of%20vecna_dmg","p":224,"s":24,"h":1,"n":"Hand of Vecna"},{"id":15445,"c":4,"u":"hat%20of%20disguise_dmg","p":173,"s":24,"h":1,"r":1,"n":"Hat of Disguise"},{"id":15446,"c":4,"u":"headband%20of%20intellect_dmg","p":173,"s":24,"h":1,"r":1,"n":"Headband of Intellect"},{"id":15447,"c":4,"u":"helm%20of%20brilliance_dmg","p":173,"s":24,"h":1,"r":1,"n":"Helm of Brilliance"},{"id":15448,"c":4,"u":"helm%20of%20comprehending%20languages_dmg","p":173,"s":24,"h":1,"r":1,"n":"Helm of Comprehending Languages"},{"id":15449,"c":4,"u":"helm%20of%20telepathy_dmg","p":174,"s":24,"h":1,"r":1,"n":"Helm of Telepathy"},{"id":15450,"c":4,"u":"helm%20of%20teleportation_dmg","p":174,"s":24,"h":1,"r":1,"n":"Helm of Teleportation"},{"id":15451,"c":4,"u":"hematite_dmg","p":134,"s":24,"h":1,"n":"Hematite"},{"id":15452,"c":4,"u":"heward's%20handy%20haversack_dmg","p":174,"s":24,"h":1,"r":1,"n":"Heward's Handy Haversack"},{"id":15453,"c":4,"u":"heward's%20handy%20haversack_dmg","p":174,"s":24,"h":1,"r":1,"n":"Handy Haversack"},{"id":15454,"c":4,"u":"horn%20of%20blasting_dmg","p":174,"s":24,"h":1,"r":1,"n":"Horn of Blasting"},{"id":15455,"c":4,"u":"horn%20of%20valhalla%2c%20brass_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horn of Valhalla, Brass"},{"id":15456,"c":4,"u":"horn%20of%20valhalla%2c%20bronze_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horn of Valhalla, Bronze"},{"id":15457,"c":4,"u":"horn%20of%20valhalla%2c%20iron_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horn of Valhalla, Iron"},{"id":15458,"c":4,"u":"horn%20of%20valhalla%2c%20silver_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horn of Valhalla, Silver"},{"id":15459,"c":4,"u":"horseshoes%20of%20a%20zephyr_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horseshoes of a Zephyr"},{"id":15460,"c":4,"u":"horseshoes%20of%20speed_dmg","p":175,"s":24,"h":1,"r":1,"n":"Horseshoes of Speed"},{"id":15461,"c":4,"u":"immovable%20rod_dmg","p":175,"s":24,"h":1,"r":1,"n":"Immovable Rod"},{"id":15462,"c":4,"u":"instrument%20of%20the%20bards%2c%20anstruth%20harp_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Anstruth Harp"},{"id":15463,"c":4,"u":"instrument%20of%20the%20bards%2c%20canaith%20mandolin_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Canaith Mandolin"},{"id":15464,"c":4,"u":"instrument%20of%20the%20bards%2c%20cli%20lyre_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Cli Lyre"},{"id":15465,"c":4,"u":"instrument%20of%20the%20bards%2c%20doss%20lute_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Doss Lute"},{"id":15466,"c":4,"u":"instrument%20of%20the%20bards%2c%20fochlucan%20bandore_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Fochlucan Bandore"},{"id":15467,"c":4,"u":"instrument%20of%20the%20bards%2c%20mac-fuirmidh%20cittern_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Mac-Fuirmidh Cittern"},{"id":15468,"c":4,"u":"instrument%20of%20the%20bards%2c%20ollamh%20harp_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards, Ollamh Harp"},{"id":15469,"c":4,"u":"ioun%20stone%2c%20absorption_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Absorption"},{"id":15470,"c":4,"u":"ioun%20stone%2c%20agility_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Agility"},{"id":15471,"c":4,"u":"ioun%20stone%2c%20awareness_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Awareness"},{"id":15472,"c":4,"u":"ioun%20stone%2c%20fortitude_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Fortitude"},{"id":15473,"c":4,"u":"ioun%20stone%2c%20greater%20absorption_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Greater Absorption"},{"id":15474,"c":4,"u":"ioun%20stone%2c%20insight_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Insight"},{"id":15475,"c":4,"u":"ioun%20stone%2c%20intellect_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Intellect"},{"id":15476,"c":4,"u":"ioun%20stone%2c%20leadership_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Leadership"},{"id":15477,"c":4,"u":"ioun%20stone%2c%20mastery_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Mastery"},{"id":15478,"c":4,"u":"ioun%20stone%2c%20protection_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Protection"},{"id":15479,"c":4,"u":"ioun%20stone%2c%20regeneration_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Regeneration"},{"id":15480,"c":4,"u":"ioun%20stone%2c%20reserve_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Reserve"},{"id":15481,"c":4,"u":"ioun%20stone%2c%20strength_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Strength"},{"id":15482,"c":4,"u":"ioun%20stone%2c%20sustenance_dmg","p":176,"s":24,"h":1,"r":1,"n":"Ioun Stone, Sustenance"},{"id":15483,"c":4,"u":"iron%20bands%20of%20bilarro_dmg","p":177,"s":24,"h":1,"r":1,"n":"Iron Bands of Bilarro"},{"id":15484,"c":4,"u":"iron%20bands%20of%20bilarro_dmg","p":177,"s":24,"h":1,"r":1,"n":"Iron Bands of Binding"},{"id":15485,"c":4,"u":"iron%20flask_dmg","p":178,"s":24,"h":1,"r":1,"n":"Iron Flask"},{"id":15486,"c":4,"u":"jacinth_dmg","p":134,"s":24,"h":1,"n":"Jacinth"},{"id":15487,"c":4,"u":"jade_dmg","p":134,"s":24,"h":1,"n":"Jade"},{"id":15488,"c":4,"u":"jade%20game%20board%20with%20solid%20gold%20playing%20pieces_dmg","p":135,"s":24,"h":1,"n":"Jade game board with solid gold playing pieces"},{"id":15489,"c":4,"u":"jasper_dmg","p":134,"s":24,"h":1,"n":"Jasper"},{"id":15490,"c":4,"u":"javelin%20of%20lightning_dmg","p":178,"s":24,"h":1,"r":1,"n":"Javelin of Lightning"},{"id":15491,"c":4,"u":"jet_dmg","p":134,"s":24,"h":1,"n":"Jet"},{"id":15492,"c":4,"u":"jeweled%20anklet_dmg","p":135,"s":24,"h":1,"n":"Jeweled anklet"},{"id":15493,"c":4,"u":"jeweled%20gold%20crown_dmg","p":135,"s":24,"h":1,"n":"Jeweled gold crown"},{"id":15494,"c":4,"u":"jeweled%20platinum%20ring_dmg","p":135,"s":24,"h":1,"n":"Jeweled platinum ring"},{"id":15495,"c":4,"u":"keelboat_dmg","p":119,"s":24,"h":1,"r":1,"n":"Keelboat"},{"id":15496,"c":4,"u":"keoghtom's%20ointment_dmg","p":179,"s":24,"h":1,"r":1,"n":"Keoghtom's Ointment"},{"id":15497,"c":4,"u":"keoghtom's%20ointment_dmg","p":179,"s":24,"h":1,"r":1,"n":"Restorative Ointment"},{"id":15498,"c":4,"u":"lantern%20of%20revealing_dmg","p":179,"s":24,"h":1,"r":1,"n":"Lantern of Revealing"},{"id":15499,"c":4,"u":"lapis%20lazuli_dmg","p":134,"s":24,"h":1,"n":"Lapis Lazuli"},{"id":15500,"c":4,"u":"large%20gold%20bracelet_dmg","p":135,"s":24,"h":1,"n":"Large gold bracelet"},{"id":15501,"c":4,"u":"large%20well-made%20tapestry_dmg","p":135,"s":24,"h":1,"n":"Large well-made tapestry"},{"id":15502,"c":4,"u":"longship_dmg","p":119,"s":24,"h":1,"r":1,"n":"Longship"},{"id":15503,"c":4,"u":"mace%20of%20disruption_dmg","p":179,"s":24,"h":1,"r":1,"n":"Mace of Disruption"},{"id":15504,"c":4,"u":"mace%20of%20smiting_dmg","p":179,"s":24,"h":1,"r":1,"n":"Mace of Smiting"},{"id":15505,"c":4,"u":"mace%20of%20terror_dmg","p":180,"s":24,"h":1,"r":1,"n":"Mace of Terror"},{"id":15506,"c":4,"u":"malachite_dmg","p":134,"s":24,"h":1,"n":"Malachite"},{"id":15507,"c":4,"u":"malice_dmg","p":258,"s":24,"h":1,"r":1,"n":"Malice"},{"id":15508,"c":4,"u":"mantle%20of%20spell%20resistance_dmg","p":180,"s":24,"h":1,"r":1,"n":"Mantle of Spell Resistance"},{"id":15509,"c":4,"u":"manual%20of%20bodily%20health_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Bodily Health"},{"id":15510,"c":4,"u":"manual%20of%20clay%20golems_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Clay Golems"},{"id":15511,"c":4,"u":"manual%20of%20flesh%20golems_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Flesh Golems"},{"id":15512,"c":4,"u":"manual%20of%20gainful%20exercise_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Gainful Exercise"},{"id":15513,"c":4,"u":"manual%20of%20iron%20golems_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Iron Golems"},{"id":15514,"c":4,"u":"manual%20of%20quickness%20of%20action_dmg","p":181,"s":24,"h":1,"r":1,"n":"Manual of Quickness of Action"},{"id":15515,"c":4,"u":"manual%20of%20stone%20golems_dmg","p":180,"s":24,"h":1,"r":1,"n":"Manual of Stone Golems"},{"id":15516,"c":4,"u":"medallion%20of%20thoughts_dmg","p":181,"s":24,"h":1,"r":1,"n":"Medallion of Thoughts"},{"id":15517,"c":4,"u":"midnight%20tears_dmg","p":258,"s":24,"h":1,"r":1,"n":"Midnight Tears"},{"id":15518,"c":4,"u":"mirror%20of%20life%20trapping_dmg","p":181,"s":24,"h":1,"r":1,"n":"Mirror of Life Trapping"},{"id":15519,"c":4,"u":"moonblade_dmg","p":217,"s":24,"h":1,"n":"Moonblade"},{"id":15520,"c":4,"u":"moonstone_dmg","p":134,"s":24,"h":1,"n":"Moonstone"},{"id":15521,"c":4,"u":"moss%20agate_dmg","p":134,"s":24,"h":1,"n":"Moss Agate"},{"id":15522,"c":4,"u":"necklace%20of%20adaptation_dmg","p":182,"s":24,"h":1,"r":1,"n":"Necklace of Adaptation"},{"id":15523,"c":4,"u":"necklace%20of%20fireballs_dmg","p":182,"s":24,"h":1,"r":1,"n":"Necklace of Fireballs"},{"id":15524,"c":4,"u":"necklace%20of%20prayer%20beads_dmg","p":182,"s":24,"h":1,"r":1,"n":"Necklace of Prayer Beads"},{"id":15525,"c":4,"u":"necklace%20string%20of%20small%20pink%20pearls_dmg","p":135,"s":24,"h":1,"n":"Necklace string of small pink pearls"},{"id":15526,"c":4,"u":"nolzur's%20marvelous%20pigments_dmg","p":183,"s":24,"h":1,"r":1,"n":"Nolzur's Marvelous Pigments"},{"id":15527,"c":4,"u":"nolzur's%20marvelous%20pigments_dmg","p":183,"s":24,"h":1,"r":1,"n":"Marvelous Pigments"},{"id":15528,"c":4,"u":"oathbow_dmg","p":183,"s":24,"h":1,"r":1,"n":"Oathbow"},{"id":15529,"c":4,"u":"obsidian_dmg","p":134,"s":24,"h":1,"n":"Obsidian"},{"id":15530,"c":4,"u":"obsidian%20statuette%20with%20gold%20fittings%20and%20inlay_dmg","p":135,"s":24,"h":1,"n":"Obsidian statuette with gold fittings and inlay"},{"id":15531,"c":4,"u":"oil%20of%20etherealness_dmg","p":183,"s":24,"h":1,"r":1,"n":"Oil of Etherealness"},{"id":15532,"c":4,"u":"oil%20of%20sharpness_dmg","p":184,"s":24,"h":1,"r":1,"n":"Oil of Sharpness"},{"id":15533,"c":4,"u":"oil%20of%20slipperiness_dmg","p":184,"s":24,"h":1,"r":1,"n":"Oil of Slipperiness"},{"id":15534,"c":4,"u":"oil%20of%20taggit_dmg","p":258,"s":24,"h":1,"r":1,"n":"Oil of Taggit"},{"id":15535,"c":4,"u":"old%20masterpiece%20painting_dmg","p":135,"s":24,"h":1,"n":"Old masterpiece painting"},{"id":15536,"c":4,"u":"onyx_dmg","p":134,"s":24,"h":1,"n":"Onyx"},{"id":15537,"c":4,"u":"opal_dmg","p":134,"s":24,"h":1,"n":"Opal"},{"id":15538,"c":4,"u":"orb%20of%20dragonkind_dmg","p":225,"s":24,"h":1,"r":1,"n":"Orb of Dragonkind"},{"id":15539,"c":4,"u":"painted%20gold%20child's%20sarcophagus_dmg","p":135,"s":24,"h":1,"n":"Painted gold child's sarcophagus"},{"id":15540,"c":4,"u":"painted%20gold%20war%20mask_dmg","p":135,"s":24,"h":1,"n":"Painted gold war mask"},{"id":15541,"c":4,"u":"pair%20of%20engraved%20bone%20dice_dmg","p":134,"s":24,"h":1,"n":"Pair of engraved bone dice"},{"id":15542,"c":4,"u":"pale%20tincture_dmg","p":258,"s":24,"h":1,"r":1,"n":"Pale Tincture"},{"id":15543,"c":4,"u":"pearl_dmg","p":134,"s":24,"h":1,"n":"Pearl"},{"id":15544,"c":4,"u":"pearl%20of%20power_dmg","p":184,"s":24,"h":1,"r":1,"n":"Pearl of Power"},{"id":15545,"c":4,"u":"periapt%20of%20health_dmg","p":184,"s":24,"h":1,"r":1,"n":"Periapt of Health"},{"id":15546,"c":4,"u":"periapt%20of%20proof%20against%20poison_dmg","p":184,"s":24,"h":1,"r":1,"n":"Periapt of Proof against Poison"},{"id":15547,"c":4,"u":"periapt%20of%20wound%20closure_dmg","p":184,"s":24,"h":1,"r":1,"n":"Periapt of Wound Closure"},{"id":15548,"c":4,"u":"peridot_dmg","p":134,"s":24,"h":1,"n":"Peridot"},{"id":15549,"c":4,"u":"philter%20of%20love_dmg","p":184,"s":24,"h":1,"r":1,"n":"Philter of Love"},{"id":15550,"c":4,"u":"pipes%20of%20haunting_dmg","p":185,"s":24,"h":1,"r":1,"n":"Pipes of Haunting"},{"id":15551,"c":4,"u":"pipes%20of%20the%20sewers_dmg","p":185,"s":24,"h":1,"r":1,"n":"Pipes of the Sewers"},{"id":15552,"c":4,"u":"plate%20armor%20of%20etherealness_dmg","p":185,"s":24,"h":1,"r":1,"n":"Plate Armor of Etherealness"},{"id":15553,"c":4,"u":"platinum%20bracelet%20set%20with%20a%20sapphire_dmg","p":135,"s":24,"h":1,"n":"Platinum bracelet set with a sapphire"},{"id":15554,"c":4,"u":"portable%20hole_dmg","p":185,"s":24,"h":1,"r":1,"n":"Portable Hole"},{"id":15555,"c":4,"u":"potion%20of%20acid%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Acid Resistance"},{"id":15556,"c":4,"u":"potion%20of%20animal%20friendship_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Animal Friendship"},{"id":15557,"c":4,"u":"potion%20of%20clairvoyance_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Clairvoyance"},{"id":15558,"c":4,"u":"potion%20of%20climbing_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Climbing"},{"id":15559,"c":4,"u":"potion%20of%20cloud%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Cloud Giant Strength"},{"id":15560,"c":4,"u":"potion%20of%20cold%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Cold Resistance"},{"id":15561,"c":4,"u":"potion%20of%20diminution_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Diminution"},{"id":15562,"c":4,"u":"potion%20of%20fire%20breath_dmg","p":187,"s":24,"h":1,"n":"Potion of Fire Breath"},{"id":15563,"c":4,"u":"potion%20of%20fire%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Fire Giant Strength"},{"id":15564,"c":4,"u":"potion%20of%20fire%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Fire Resistance"},{"id":15565,"c":4,"u":"potion%20of%20flying_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Flying"},{"id":15566,"c":4,"u":"potion%20of%20force%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Force Resistance"},{"id":15567,"c":4,"u":"potion%20of%20frost%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Frost Giant Strength"},{"id":15568,"c":4,"u":"potion%20of%20gaseous%20form_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Gaseous Form"},{"id":15569,"c":4,"u":"potion%20of%20greater%20healing_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Greater Healing"},{"id":15570,"c":4,"u":"potion%20of%20growth_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Growth"},{"id":15571,"c":4,"u":"potion%20of%20healing_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Healing"},{"id":15572,"c":4,"u":"potion%20of%20heroism_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Heroism"},{"id":15573,"c":4,"u":"potion%20of%20hill%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Hill Giant Strength"},{"id":15574,"c":4,"u":"potion%20of%20invisibility_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Invisibility"},{"id":15575,"c":4,"u":"potion%20of%20invulnerability_dmg","p":188,"s":24,"h":1,"n":"Potion of Invulnerability"},{"id":15576,"c":4,"u":"potion%20of%20lightning%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Lightning Resistance"},{"id":15577,"c":4,"u":"potion%20of%20longevity_dmg","p":188,"s":24,"h":1,"n":"Potion of Longevity"},{"id":15578,"c":4,"u":"potion%20of%20mind%20reading_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Mind Reading"},{"id":15579,"c":4,"u":"potion%20of%20necrotic%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Necrotic Resistance"},{"id":15580,"c":4,"u":"potion%20of%20poison_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Poison"},{"id":15581,"c":4,"u":"potion%20of%20poison%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Poison Resistance"},{"id":15582,"c":4,"u":"potion%20of%20psychic%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Psychic Resistance"},{"id":15583,"c":4,"u":"potion%20of%20radiant%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Radiant Resistance"},{"id":15584,"c":4,"u":"potion%20of%20speed_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Speed"},{"id":15585,"c":4,"u":"potion%20of%20stone%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Stone Giant Strength"},{"id":15586,"c":4,"u":"potion%20of%20storm%20giant%20strength_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Storm Giant Strength"},{"id":15587,"c":4,"u":"potion%20of%20superior%20healing_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Superior Healing"},{"id":15588,"c":4,"u":"potion%20of%20supreme%20healing_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Supreme Healing"},{"id":15589,"c":4,"u":"potion%20of%20thunder%20resistance_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Thunder Resistance"},{"id":15590,"c":4,"u":"potion%20of%20vitality_dmg","p":188,"s":24,"h":1,"n":"Potion of Vitality"},{"id":15591,"c":4,"u":"potion%20of%20water%20breathing_dmg","p":188,"s":24,"h":1,"r":1,"n":"Potion of Water Breathing"},{"id":15592,"c":4,"u":"purple%20worm%20poison_dmg","p":258,"s":24,"h":1,"r":1,"n":"Purple Worm Poison"},{"id":15593,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Anchor"},{"id":15594,"c":4,"u":"quaal's%20feather%20token%2c%20anchor_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Anchor"},{"id":15595,"c":4,"u":"quaal's%20feather%20token%2c%20bird_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Bird"},{"id":15596,"c":4,"u":"quaal's%20feather%20token%2c%20bird_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Bird"},{"id":15597,"c":4,"u":"quaal's%20feather%20token%2c%20fan_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Fan"},{"id":15598,"c":4,"u":"quaal's%20feather%20token%2c%20fan_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Fan"},{"id":15599,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Swan Boat"},{"id":15600,"c":4,"u":"quaal's%20feather%20token%2c%20swan%20boat_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Swan Boat"},{"id":15601,"c":4,"u":"quaal's%20feather%20token%2c%20tree_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Tree"},{"id":15602,"c":4,"u":"quaal's%20feather%20token%2c%20tree_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Tree"},{"id":15603,"c":4,"u":"quaal's%20feather%20token%2c%20whip_dmg","p":188,"s":24,"h":1,"r":1,"n":"Quaal's Feather Token, Whip"},{"id":15604,"c":4,"u":"quaal's%20feather%20token%2c%20whip_dmg","p":188,"s":24,"h":1,"r":1,"n":"Feather Token, Whip"},{"id":15605,"c":4,"u":"quartz_dmg","p":134,"s":24,"h":1,"n":"Quartz"},{"id":15606,"c":4,"u":"quiver%20of%20ehlonna_dmg","p":189,"s":24,"h":1,"r":1,"n":"Quiver of Ehlonna"},{"id":15607,"c":4,"u":"quiver%20of%20ehlonna_dmg","p":189,"s":24,"h":1,"r":1,"n":"Efficient Quiver"},{"id":15608,"c":4,"u":"red%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Red Dragon Scale Mail"},{"id":15609,"c":4,"u":"rhodochrosite_dmg","p":134,"s":24,"h":1,"n":"Rhodochrosite"},{"id":15610,"c":4,"u":"ring%20of%20acid%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Acid Resistance"},{"id":15611,"c":4,"u":"ring%20of%20air%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"n":"Ring of Air Elemental Command"},{"id":15612,"c":4,"u":"ring%20of%20animal%20influence_dmg","p":189,"s":24,"h":1,"r":1,"n":"Ring of Animal Influence"},{"id":15613,"c":4,"u":"ring%20of%20cold%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Cold Resistance"},{"id":15614,"c":4,"u":"ring%20of%20djinni%20summoning_dmg","p":190,"s":24,"h":1,"r":1,"n":"Ring of Djinni Summoning"},{"id":15615,"c":4,"u":"ring%20of%20earth%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"n":"Ring of Earth Elemental Command"},{"id":15616,"c":4,"u":"ring%20of%20evasion_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Evasion"},{"id":15617,"c":4,"u":"ring%20of%20feather%20falling_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Feather Falling"},{"id":15618,"c":4,"u":"ring%20of%20fire%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"n":"Ring of Fire Elemental Command"},{"id":15619,"c":4,"u":"ring%20of%20fire%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Fire Resistance"},{"id":15620,"c":4,"u":"ring%20of%20force%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Force Resistance"},{"id":15621,"c":4,"u":"ring%20of%20free%20action_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Free Action"},{"id":15622,"c":4,"u":"ring%20of%20invisibility_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Invisibility"},{"id":15623,"c":4,"u":"ring%20of%20jumping_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Jumping"},{"id":15624,"c":4,"u":"ring%20of%20lightning%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Lightning Resistance"},{"id":15625,"c":4,"u":"ring%20of%20mind%20shielding_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Mind Shielding"},{"id":15626,"c":4,"u":"ring%20of%20necrotic%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Necrotic Resistance"},{"id":15627,"c":4,"u":"ring%20of%20poison%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Poison Resistance"},{"id":15628,"c":4,"u":"ring%20of%20protection_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Protection"},{"id":15629,"c":4,"u":"ring%20of%20psychic%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Psychic Resistance"},{"id":15630,"c":4,"u":"ring%20of%20radiant%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Radiant Resistance"},{"id":15631,"c":4,"u":"ring%20of%20regeneration_dmg","p":191,"s":24,"h":1,"r":1,"n":"Ring of Regeneration"},{"id":15632,"c":4,"u":"ring%20of%20shooting%20stars_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Shooting Stars"},{"id":15633,"c":4,"u":"ring%20of%20spell%20storing_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Spell Storing"},{"id":15634,"c":4,"u":"ring%20of%20spell%20turning_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Spell Turning"},{"id":15635,"c":4,"u":"ring%20of%20swimming_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Swimming"},{"id":15636,"c":4,"u":"ring%20of%20telekinesis_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Telekinesis"},{"id":15637,"c":4,"u":"ring%20of%20the%20ram_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of the Ram"},{"id":15638,"c":4,"u":"ring%20of%20three%20wishes_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Three Wishes"},{"id":15639,"c":4,"u":"ring%20of%20thunder%20resistance_dmg","p":192,"s":24,"h":1,"r":1,"n":"Ring of Thunder Resistance"},{"id":15640,"c":4,"u":"ring%20of%20warmth_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Warmth"},{"id":15641,"c":4,"u":"ring%20of%20water%20elemental%20command_dmg","p":190,"s":24,"h":1,"r":1,"n":"Ring of Water Elemental Command"},{"id":15642,"c":4,"u":"ring%20of%20water%20walking_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of Water Walking"},{"id":15643,"c":4,"u":"ring%20of%20x-ray%20vision_dmg","p":193,"s":24,"h":1,"r":1,"n":"Ring of X-ray Vision"},{"id":15644,"c":4,"u":"robe%20of%20eyes_dmg","p":193,"s":24,"h":1,"r":1,"n":"Robe of Eyes"},{"id":15645,"c":4,"u":"robe%20of%20scintillating%20colors_dmg","p":194,"s":24,"h":1,"r":1,"n":"Robe of Scintillating Colors"},{"id":15646,"c":4,"u":"robe%20of%20stars_dmg","p":194,"s":24,"h":1,"r":1,"n":"Robe of Stars"},{"id":15647,"c":4,"u":"robe%20of%20the%20archmagi_dmg","p":194,"s":24,"h":1,"r":1,"n":"Robe of the Archmagi"},{"id":15648,"c":4,"u":"robe%20of%20useful%20items_dmg","p":195,"s":24,"h":1,"r":1,"n":"Robe of Useful Items"},{"id":15649,"c":4,"u":"rod%20of%20absorption_dmg","p":195,"s":24,"h":1,"r":1,"n":"Rod of Absorption"},{"id":15650,"c":4,"u":"rod%20of%20alertness_dmg","p":196,"s":24,"h":1,"r":1,"n":"Rod of Alertness"},{"id":15651,"c":4,"u":"rod%20of%20lordly%20might_dmg","p":196,"s":24,"h":1,"r":1,"n":"Rod of Lordly Might"},{"id":15652,"c":4,"u":"rod%20of%20resurrection_dmg","p":197,"s":24,"h":1,"n":"Rod of Resurrection"},{"id":15653,"c":4,"u":"rod%20of%20rulership_dmg","p":197,"s":24,"h":1,"r":1,"n":"Rod of Rulership"},{"id":15654,"c":4,"u":"rod%20of%20security_dmg","p":197,"s":24,"h":1,"r":1,"n":"Rod of Security"},{"id":15655,"c":4,"u":"rope%20of%20climbing_dmg","p":197,"s":24,"h":1,"r":1,"n":"Rope of Climbing"},{"id":15656,"c":4,"u":"rope%20of%20entanglement_dmg","p":197,"s":24,"h":1,"r":1,"n":"Rope of Entanglement"},{"id":15657,"c":4,"u":"rowboat_dmg","p":119,"s":24,"h":1,"r":1,"n":"Rowboat"},{"id":15658,"c":4,"u":"ruby_dmg","p":134,"s":24,"h":1,"n":"Ruby"},{"id":15659,"c":4,"u":"saddle%20of%20the%20cavalier_dmg","p":199,"s":24,"h":1,"n":"Saddle of the Cavalier"},{"id":15660,"c":4,"u":"sailing%20ship_dmg","p":119,"s":24,"h":1,"r":1,"n":"Sailing Ship"},{"id":15661,"c":4,"u":"sardonyx_dmg","p":134,"s":24,"h":1,"n":"Sardonyx"},{"id":15662,"c":4,"u":"scarab%20of%20protection_dmg","p":199,"s":24,"h":1,"r":1,"n":"Scarab of Protection"},{"id":15663,"c":4,"u":"scimitar%20of%20speed_dmg","p":199,"s":24,"h":1,"r":1,"n":"Scimitar of Speed"},{"id":15664,"c":4,"u":"scroll%20of%20protection%20from%20aberrations_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Aberrations"},{"id":15665,"c":4,"u":"scroll%20of%20protection%20from%20beasts_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Beasts"},{"id":15666,"c":4,"u":"scroll%20of%20protection%20from%20celestials_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Celestials"},{"id":15667,"c":4,"u":"scroll%20of%20protection%20from%20elementals_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Elementals"},{"id":15668,"c":4,"u":"scroll%20of%20protection%20from%20fey_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Fey"},{"id":15669,"c":4,"u":"scroll%20of%20protection%20from%20fiends_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Fiends"},{"id":15670,"c":4,"u":"scroll%20of%20protection%20from%20plants_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Plants"},{"id":15671,"c":4,"u":"scroll%20of%20protection%20from%20undead_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection from Undead"},{"id":15672,"c":4,"u":"sending%20stones_dmg","p":199,"s":24,"h":1,"n":"Sending Stones"},{"id":15673,"c":4,"u":"sentinel%20shield_dmg","p":199,"s":24,"h":1,"n":"Sentinel Shield"},{"id":15674,"c":4,"u":"serpent%20venom_dmg","p":258,"s":24,"h":1,"r":1,"n":"Serpent Venom"},{"id":15675,"c":4,"u":"shield%20of%20missile%20attraction_dmg","p":200,"s":24,"h":1,"r":1,"n":"Shield of Missile Attraction"},{"id":15676,"c":4,"u":"silk%20robe%20with%20gold%20embroidery_dmg","p":135,"s":24,"h":1,"n":"Silk robe with gold embroidery"},{"id":15677,"c":4,"u":"silver%20and%20gold%20brooch_dmg","p":135,"s":24,"h":1,"n":"Silver and gold brooch"},{"id":15678,"c":4,"u":"silver%20chalice%20set%20with%20moonstones_dmg","p":135,"s":24,"h":1,"n":"Silver chalice set with moonstones"},{"id":15679,"c":4,"u":"silver%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Silver Dragon Scale Mail"},{"id":15680,"c":4,"u":"silver%20ewer_dmg","p":134,"s":24,"h":1,"n":"Silver ewer"},{"id":15681,"c":4,"u":"silver%20necklace%20with%20a%20gemstone%20pendant_dmg","p":135,"s":24,"h":1,"n":"Silver necklace with a gemstone pendant"},{"id":15682,"c":4,"u":"silver-plated%20steel%20longsword%20with%20jet%20set%20in%20hilt_dmg","p":135,"s":24,"h":1,"n":"Silver-plated steel longsword with jet set in hilt"},{"id":15683,"c":4,"u":"slippers%20of%20spider%20climbing_dmg","p":200,"s":24,"h":1,"r":1,"n":"Slippers of Spider Climbing"},{"id":15684,"c":4,"u":"small%20gold%20bracelet_dmg","p":134,"s":24,"h":1,"n":"Small gold bracelet"},{"id":15685,"c":4,"u":"small%20gold%20idol_dmg","p":135,"s":24,"h":1,"n":"Small gold idol"},{"id":15686,"c":4,"u":"small%20gold%20statuette%20set%20with%20rubies_dmg","p":135,"s":24,"h":1,"n":"Small gold statuette set with rubies"},{"id":15687,"c":4,"u":"small%20mirror%20set%20in%20a%20painted%20wooden%20frame_dmg","p":134,"s":24,"h":1,"n":"Small mirror set in a painted wooden frame"},{"id":15688,"c":4,"u":"smoke%20grenade_dmg","p":268,"s":24,"h":1,"n":"Smoke Grenade"},{"id":15689,"c":4,"u":"sovereign%20glue_dmg","p":200,"s":24,"h":1,"r":1,"n":"Sovereign Glue"},{"id":15690,"c":4,"u":"spell%20scroll%20(1st%20level)_dmg","p":200,"s":24,"h":1,"r":1,"n":"Spell Scroll (1st Level)"},{"id":15691,"c":4,"u":"spell%20scroll%20(2nd%20level)_dmg","p":201,"s":24,"h":1,"r":1,"n":"Spell Scroll (2nd Level)"},{"id":15692,"c":4,"u":"spell%20scroll%20(3rd%20level)_dmg","p":202,"s":24,"h":1,"r":1,"n":"Spell Scroll (3rd Level)"},{"id":15693,"c":4,"u":"spell%20scroll%20(4th%20level)_dmg","p":203,"s":24,"h":1,"r":1,"n":"Spell Scroll (4th Level)"},{"id":15694,"c":4,"u":"spell%20scroll%20(5th%20level)_dmg","p":204,"s":24,"h":1,"r":1,"n":"Spell Scroll (5th Level)"},{"id":15695,"c":4,"u":"spell%20scroll%20(6th%20level)_dmg","p":205,"s":24,"h":1,"r":1,"n":"Spell Scroll (6th Level)"},{"id":15696,"c":4,"u":"spell%20scroll%20(7th%20level)_dmg","p":206,"s":24,"h":1,"r":1,"n":"Spell Scroll (7th Level)"},{"id":15697,"c":4,"u":"spell%20scroll%20(8th%20level)_dmg","p":207,"s":24,"h":1,"r":1,"n":"Spell Scroll (8th Level)"},{"id":15698,"c":4,"u":"spell%20scroll%20(9th%20level)_dmg","p":208,"s":24,"h":1,"r":1,"n":"Spell Scroll (9th Level)"},{"id":15699,"c":4,"u":"spell%20scroll%20(cantrip)_dmg","p":199,"s":24,"h":1,"r":1,"n":"Spell Scroll (Cantrip)"},{"id":15700,"c":4,"u":"spellguard%20shield_dmg","p":201,"s":24,"h":1,"r":1,"n":"Spellguard Shield"},{"id":15701,"c":4,"u":"sphere%20of%20annihilation_dmg","p":201,"s":24,"h":1,"r":1,"n":"Sphere of Annihilation"},{"id":15702,"c":4,"u":"spinel_dmg","p":134,"s":24,"h":1,"n":"Spinel"},{"id":15703,"c":4,"u":"staff%20of%20charming_dmg","p":201,"s":24,"h":1,"r":1,"n":"Staff of Charming"},{"id":15704,"c":4,"u":"staff%20of%20fire_dmg","p":201,"s":24,"h":1,"r":1,"n":"Staff of Fire"},{"id":15705,"c":4,"u":"staff%20of%20frost_dmg","p":202,"s":24,"h":1,"r":1,"n":"Staff of Frost"},{"id":15706,"c":4,"u":"staff%20of%20healing_dmg","p":202,"s":24,"h":1,"r":1,"n":"Staff of Healing"},{"id":15707,"c":4,"u":"staff%20of%20power_dmg","p":202,"s":24,"h":1,"r":1,"n":"Staff of Power"},{"id":15708,"c":4,"u":"staff%20of%20striking_dmg","p":203,"s":24,"h":1,"r":1,"n":"Staff of Striking"},{"id":15709,"c":4,"u":"staff%20of%20swarming%20insects_dmg","p":203,"s":24,"h":1,"r":1,"n":"Staff of Swarming Insects"},{"id":15710,"c":4,"u":"staff%20of%20the%20adder_dmg","p":203,"s":24,"h":1,"n":"Staff of the Adder"},{"id":15711,"c":4,"u":"staff%20of%20the%20magi_dmg","p":203,"s":24,"h":1,"r":1,"n":"Staff of the Magi"},{"id":15712,"c":4,"u":"staff%20of%20the%20python_dmg","p":204,"s":24,"h":1,"r":1,"n":"Staff of the Python"},{"id":15713,"c":4,"u":"staff%20of%20the%20woodlands_dmg","p":204,"s":24,"h":1,"r":1,"n":"Staff of the Woodlands"},{"id":15714,"c":4,"u":"staff%20of%20thunder%20and%20lightning_dmg","p":204,"s":24,"h":1,"r":1,"n":"Staff of Thunder and Lightning"},{"id":15715,"c":4,"u":"staff%20of%20withering_dmg","p":205,"s":24,"h":1,"r":1,"n":"Staff of Withering"},{"id":15716,"c":4,"u":"star%20rose%20quartz_dmg","p":134,"s":24,"h":1,"n":"Star rose quartz"},{"id":15717,"c":4,"u":"star%20ruby_dmg","p":134,"s":24,"h":1,"n":"Star Ruby"},{"id":15718,"c":4,"u":"star%20sapphire_dmg","p":134,"s":24,"h":1,"n":"Star Sapphire"},{"id":15719,"c":4,"u":"stone%20of%20controlling%20earth%20elementals_dmg","p":205,"s":24,"h":1,"r":1,"n":"Stone of Controlling Earth Elementals"},{"id":15720,"c":4,"u":"stone%20of%20good%20luck_dmg","p":205,"s":24,"h":1,"r":1,"n":"Stone of Good Luck"},{"id":15721,"c":4,"u":"stone%20of%20good%20luck_dmg","p":205,"s":24,"h":1,"r":1,"n":"Luckstone"},{"id":15722,"c":4,"u":"sun%20blade_dmg","p":205,"s":24,"h":1,"r":1,"n":"Sun Blade"},{"id":15723,"c":4,"u":"sword%20of%20answering%20(answerer)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Answerer)"},{"id":15724,"c":4,"u":"sword%20of%20answering%20(back%20talker)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Back Talker)"},{"id":15725,"c":4,"u":"sword%20of%20answering%20(concluder)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Concluder)"},{"id":15726,"c":4,"u":"sword%20of%20answering%20(last%20quip)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Last Quip)"},{"id":15727,"c":4,"u":"sword%20of%20answering%20(rebutter)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Rebutter)"},{"id":15728,"c":4,"u":"sword%20of%20answering%20(replier)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Replier)"},{"id":15729,"c":4,"u":"sword%20of%20answering%20(retorter)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Retorter)"},{"id":15730,"c":4,"u":"sword%20of%20answering%20(scather)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Scather)"},{"id":15731,"c":4,"u":"sword%20of%20answering%20(squelcher)_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering (Squelcher)"},{"id":15732,"c":4,"u":"sword%20of%20kas_dmg","p":226,"s":24,"h":1,"n":"Sword of Kas"},{"id":15733,"c":4,"u":"talisman%20of%20pure%20good_dmg","p":207,"s":24,"h":1,"r":1,"n":"Talisman of Pure Good"},{"id":15734,"c":4,"u":"talisman%20of%20the%20sphere_dmg","p":207,"s":24,"h":1,"r":1,"n":"Talisman of the Sphere"},{"id":15735,"c":4,"u":"talisman%20of%20ultimate%20evil_dmg","p":207,"s":24,"h":1,"r":1,"n":"Talisman of Ultimate Evil"},{"id":15736,"c":4,"u":"tentacle%20rod_dmg","p":208,"s":24,"h":1,"n":"Tentacle Rod"},{"id":15737,"c":4,"u":"tiger%20eye_dmg","p":134,"s":24,"h":1,"n":"Tiger Eye"},{"id":15738,"c":4,"u":"tome%20of%20clear%20thought_dmg","p":208,"s":24,"h":1,"r":1,"n":"Tome of Clear Thought"},{"id":15739,"c":4,"u":"tome%20of%20leadership%20and%20influence_dmg","p":208,"s":24,"h":1,"r":1,"n":"Tome of Leadership and Influence"},{"id":15740,"c":4,"u":"tome%20of%20the%20stilled%20tongue_dmg","p":208,"s":24,"h":1,"n":"Tome of the Stilled Tongue"},{"id":15741,"c":4,"u":"tome%20of%20understanding_dmg","p":209,"s":24,"h":1,"r":1,"n":"Tome of Understanding"},{"id":15742,"c":4,"u":"topaz_dmg","p":134,"s":24,"h":1,"n":"Topaz"},{"id":15743,"c":4,"u":"torpor_dmg","p":258,"s":24,"h":1,"r":1,"n":"Torpor"},{"id":15744,"c":4,"u":"tourmaline_dmg","p":134,"s":24,"h":1,"n":"Tourmaline"},{"id":15745,"c":4,"u":"trident%20of%20fish%20command_dmg","p":209,"s":24,"h":1,"r":1,"n":"Trident of Fish Command"},{"id":15746,"c":4,"u":"truth%20serum_dmg","p":258,"s":24,"h":1,"r":1,"n":"Truth Serum"},{"id":15747,"c":4,"u":"turquoise_dmg","p":134,"s":24,"h":1,"n":"Turquoise"},{"id":15748,"c":4,"u":"universal%20solvent_dmg","p":209,"s":24,"h":1,"r":1,"n":"Universal Solvent"},{"id":15749,"c":4,"u":"wand%20of%20binding_dmg","p":209,"s":24,"h":1,"r":1,"n":"Wand of Binding"},{"id":15750,"c":4,"u":"wand%20of%20enemy%20detection_dmg","p":210,"s":24,"h":1,"r":1,"n":"Wand of Enemy Detection"},{"id":15751,"c":4,"u":"wand%20of%20fear_dmg","p":210,"s":24,"h":1,"r":1,"n":"Wand of Fear"},{"id":15752,"c":4,"u":"wand%20of%20fireballs_dmg","p":210,"s":24,"h":1,"r":1,"n":"Wand of Fireballs"},{"id":15753,"c":4,"u":"wand%20of%20lightning%20bolts_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Lightning Bolts"},{"id":15754,"c":4,"u":"wand%20of%20magic%20detection_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Magic Detection"},{"id":15755,"c":4,"u":"wand%20of%20magic%20missiles_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Magic Missiles"},{"id":15756,"c":4,"u":"wand%20of%20orcus_dmg","p":227,"s":24,"h":1,"n":"Wand of Orcus"},{"id":15757,"c":4,"u":"wand%20of%20paralysis_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Paralysis"},{"id":15758,"c":4,"u":"wand%20of%20polymorph_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Polymorph"},{"id":15759,"c":4,"u":"wand%20of%20secrets_dmg","p":211,"s":24,"h":1,"r":1,"n":"Wand of Secrets"},{"id":15760,"c":4,"u":"wand%20of%20web_dmg","p":212,"s":24,"h":1,"r":1,"n":"Wand of Web"},{"id":15761,"c":4,"u":"wand%20of%20wonder_dmg","p":212,"s":24,"h":1,"r":1,"n":"Wand of Wonder"},{"id":15762,"c":4,"u":"warship_dmg","p":119,"s":24,"h":1,"r":1,"n":"Warship"},{"id":15763,"c":4,"u":"wave_dmg","p":218,"s":24,"h":1,"n":"Wave"},{"id":15764,"c":4,"u":"well%20of%20many%20worlds_dmg","p":213,"s":24,"h":1,"r":1,"n":"Well of Many Worlds"},{"id":15765,"c":4,"u":"whelm_dmg","p":218,"s":24,"h":1,"n":"Whelm"},{"id":15766,"c":4,"u":"white%20dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"White Dragon Scale Mail"},{"id":15767,"c":4,"u":"wind%20fan_dmg","p":213,"s":24,"h":1,"r":1,"n":"Wind Fan"},{"id":15768,"c":4,"u":"winged%20boots_dmg","p":214,"s":24,"h":1,"r":1,"n":"Winged Boots"},{"id":15769,"c":4,"u":"wings%20of%20flying_dmg","p":214,"s":24,"h":1,"r":1,"n":"Wings of Flying"},{"id":15770,"c":4,"u":"wyvern%20poison_dmg","p":258,"s":24,"h":1,"r":1,"n":"Wyvern Poison"},{"id":15771,"c":4,"u":"yellow%20sapphire_dmg","p":134,"s":24,"h":1,"n":"Yellow Sapphire"},{"id":15772,"c":4,"u":"zircon_dmg","p":134,"s":24,"h":1,"n":"Zircon"},{"id":15773,"c":4,"u":"aqua%20delerium_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Aqua Delerium"},{"id":15774,"c":4,"u":"aqua%20expurgo_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Aqua Expurgo"},{"id":15775,"c":4,"u":"bottled%20comet_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Bottled Comet"},{"id":15776,"c":4,"u":"chancellor's%20crest_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Chancellor's Crest"},{"id":15777,"c":4,"u":"crown%20of%20westem%c3%a4r_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Crown of Westemar"},{"id":15778,"c":4,"u":"delerium%20crystal%20focus_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Delerium Crystal Focus"},{"id":15779,"c":4,"u":"flame%20lance_dodk","p":231,"s":25,"h":1,"dP":1,"n":"Flame Lance"},{"id":15780,"c":4,"u":"hazewalker%20plate_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Hazewalker Plate"},{"id":15781,"c":4,"u":"helm%20of%20patron%20saints_dodk","p":234,"s":25,"h":1,"dP":1,"n":"Helm of Patron Saints"},{"id":15782,"c":4,"u":"ignacious%2c%20the%20sword%20of%20burning%20truth_dodk","p":234,"s":25,"h":1,"dP":1,"n":"Ignacious, the Sword of Burning Truth"},{"id":15783,"c":4,"u":"inscrutable%20staff_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Inscrutable Staff"},{"id":15784,"c":4,"u":"lord%20commander's%20badge_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Lord Commander's Badge"},{"id":15785,"c":4,"u":"purging%20rod_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Purging Rod"},{"id":15786,"c":4,"u":"refined%20delerium%20dust_dodk","p":231,"s":25,"h":1,"dP":1,"n":"Refined Delerium Dust"},{"id":15787,"c":4,"u":"saint%20vitruvio's%20phylactery_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Saint Vitruvio's Phylactery"},{"id":15788,"c":4,"u":"sceptre%20of%20saint%20vitruvio_dodk","p":234,"s":25,"h":1,"dP":1,"n":"Sceptre of Saint Vitruvio"},{"id":15789,"c":4,"u":"skymetal%20shield_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Skymetal Shield"},{"id":15790,"c":4,"u":"skymetal%20staff_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Skymetal Staff"},{"id":15791,"c":4,"u":"spellpiercing%20wand_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Spellpiercing Wand"},{"id":15792,"c":4,"u":"spymaster's%20signet_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Spymaster's Signet"},{"id":15793,"c":4,"u":"staff%20of%20contaminated%20power_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Staff of Contaminated Power"},{"id":15794,"c":4,"u":"steward's%20seal_dodk","p":233,"s":25,"h":1,"dP":1,"n":"Steward's Seal"},{"id":15795,"c":4,"u":"the%20shield%20of%20sacred%20flame_dodk","p":234,"s":25,"h":1,"dP":1,"n":"The Shield of Sacred Flame"},{"id":15796,"c":4,"u":"fargab_dsotdq","p":188,"s":27,"h":1,"n":"Fargab"},{"id":15797,"c":4,"u":"flying%20citadel%20helm_dsotdq","p":190,"s":27,"h":1,"n":"Flying Citadel Helm"},{"id":15798,"c":4,"u":"kagonesti%20forest%20shroud_dsotdq","p":190,"s":27,"h":1,"n":"Kagonesti Forest Shroud"},{"id":15799,"c":4,"u":"mirror%20of%20reflected%20pasts_dsotdq","p":190,"s":27,"h":1,"n":"Mirror of Reflected Pasts"},{"id":15800,"c":4,"u":"narycrash_dsotdq","p":188,"s":27,"h":1,"n":"Narycrash"},{"id":15801,"c":4,"u":"trinket_eet","p":1,"s":110,"h":1,"n":"Trinket"},{"id":15802,"c":4,"u":"amulet%20of%20the%20drunkard_egw","p":265,"s":28,"h":1,"dP":1,"n":"Amulet of the Drunkard"},{"id":15803,"c":4,"u":"arcane%20cannon_egw","p":265,"s":28,"h":1,"dP":1,"n":"Arcane Cannon"},{"id":15804,"c":4,"u":"battering%20shield_egw","p":266,"s":28,"h":1,"dP":1,"n":"Battering Shield"},{"id":15805,"c":4,"u":"black%20sap_egw","p":152,"s":28,"h":1,"dP":1,"n":"Black Sap"},{"id":15806,"c":4,"u":"blade%20of%20broken%20mirrors%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Blade of Broken Mirrors (Awakened)"},{"id":15807,"c":4,"u":"blade%20of%20broken%20mirrors%20(dormant)_egw","p":275,"s":28,"h":1,"dP":1,"n":"Blade of Broken Mirrors (Dormant)"},{"id":15808,"c":4,"u":"blade%20of%20broken%20mirrors%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Blade of Broken Mirrors (Exalted)"},{"id":15809,"c":4,"u":"blasting%20powder_egw","p":225,"s":28,"h":1,"dP":1,"n":"Blasting Powder"},{"id":15810,"c":4,"u":"blight%20ichor_egw","p":152,"s":28,"h":1,"dP":1,"n":"Blight Ichor"},{"id":15811,"c":4,"u":"bloodaxe_egw","p":266,"s":28,"h":1,"dP":1,"n":"Bloodaxe"},{"id":15812,"c":4,"u":"breathing%20bubble_egw","p":266,"s":28,"h":1,"dP":1,"n":"Breathing Bubble"},{"id":15813,"c":4,"u":"brooch%20of%20living%20essence_egw","p":266,"s":28,"h":1,"dP":1,"n":"Brooch of Living Essence"},{"id":15814,"c":4,"u":"butcher's%20bib_egw","p":266,"s":28,"h":1,"dP":1,"n":"Butcher's Bib"},{"id":15815,"c":4,"u":"coin%20of%20delving_egw","p":266,"s":28,"h":1,"dP":1,"n":"Coin of Delving"},{"id":15816,"c":4,"u":"danoth's%20visor%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Danoth's Visor (Awakened)"},{"id":15817,"c":4,"u":"danoth's%20visor%20(dormant)_egw","p":270,"s":28,"h":1,"dP":1,"n":"Danoth's Visor (Dormant)"},{"id":15818,"c":4,"u":"danoth's%20visor%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Danoth's Visor (Exalted)"},{"id":15819,"c":4,"u":"dispelling%20stone_egw","p":266,"s":28,"h":1,"dP":1,"n":"Dispelling Stone"},{"id":15820,"c":4,"u":"duskcrusher_egw","p":266,"s":28,"h":1,"dP":1,"n":"Duskcrusher"},{"id":15821,"c":4,"u":"dust%20of%20deliciousness_egw","p":267,"s":28,"h":1,"dP":1,"n":"Dust of Deliciousness"},{"id":15822,"c":4,"u":"explosive%20seed_egw","p":225,"s":28,"h":1,"dP":1,"n":"Explosive Seed"},{"id":15823,"c":4,"u":"goggles%20of%20object%20reading_egw","p":267,"s":28,"h":1,"dP":1,"n":"Goggles of Object Reading"},{"id":15824,"c":4,"u":"grimoire%20infinitus%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Grimoire Infinitus (Awakened)"},{"id":15825,"c":4,"u":"grimoire%20infinitus%20(dormant)_egw","p":271,"s":28,"h":1,"dP":1,"n":"Grimoire Infinitus (Dormant)"},{"id":15826,"c":4,"u":"grimoire%20infinitus%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Grimoire Infinitus (Exalted)"},{"id":15827,"c":4,"u":"grovelthrash%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Grovelthrash (Awakened)"},{"id":15828,"c":4,"u":"grovelthrash%20(dormant)_egw","p":275,"s":28,"h":1,"dP":1,"n":"Grovelthrash (Dormant)"},{"id":15829,"c":4,"u":"grovelthrash%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Grovelthrash (Exalted)"},{"id":15830,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Hide of the Feral Guardian (Awakened)"},{"id":15831,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(dormant)_egw","p":271,"s":28,"h":1,"dP":1,"n":"Hide of the Feral Guardian (Dormant)"},{"id":15832,"c":4,"u":"hide%20of%20the%20feral%20guardian%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Hide of the Feral Guardian (Exalted)"},{"id":15833,"c":4,"u":"hunter's%20coat_egw","p":267,"s":28,"h":1,"dP":1,"n":"Hunter's Coat"},{"id":15834,"c":4,"u":"infiltrator's%20key%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Infiltrator's Key (Awakened)"},{"id":15835,"c":4,"u":"infiltrator's%20key%20(dormant)_egw","p":272,"s":28,"h":1,"dP":1,"n":"Infiltrator's Key (Dormant)"},{"id":15836,"c":4,"u":"infiltrator's%20key%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Infiltrator's Key (Exalted)"},{"id":15837,"c":4,"u":"lash%20of%20shadows%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Lash of Shadows (Awakened)"},{"id":15838,"c":4,"u":"lash%20of%20shadows%20(dormant)_egw","p":276,"s":28,"h":1,"dP":1,"n":"Lash of Shadows (Dormant)"},{"id":15839,"c":4,"u":"lash%20of%20shadows%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Lash of Shadows (Exalted)"},{"id":15840,"c":4,"u":"luxon%20beacon_egw","p":268,"s":28,"h":1,"dP":1,"n":"Luxon Beacon"},{"id":15841,"c":4,"u":"mace%20of%20the%20black%20crown%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Mace of the Black Crown (Awakened)"},{"id":15842,"c":4,"u":"mace%20of%20the%20black%20crown%20(dormant)_egw","p":276,"s":28,"h":1,"dP":1,"n":"Mace of the Black Crown (Dormant)"},{"id":15843,"c":4,"u":"mace%20of%20the%20black%20crown%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Mace of the Black Crown (Exalted)"},{"id":15844,"c":4,"u":"moorbounder_egw","p":132,"s":28,"h":1,"dP":1,"n":"Moorbounder"},{"id":15845,"c":4,"u":"muroosa%20balm_egw","p":70,"s":28,"h":1,"dP":1,"n":"Muroosa Balm"},{"id":15846,"c":4,"u":"needle%20of%20mending_egw","p":268,"s":28,"h":1,"dP":1,"n":"Needle of Mending"},{"id":15847,"c":4,"u":"nightfall%20pearl_egw","p":268,"s":28,"h":1,"dP":1,"n":"Nightfall Pearl"},{"id":15848,"c":4,"u":"olisuba%20leaf_egw","p":70,"s":28,"h":1,"dP":1,"n":"Olisuba Leaf"},{"id":15849,"c":4,"u":"orb%20of%20the%20veil_egw","p":268,"s":28,"h":1,"dP":1,"n":"Orb of the Veil"},{"id":15850,"c":4,"u":"potion%20of%20maximum%20power_egw","p":268,"s":28,"h":1,"dP":1,"n":"Potion of Maximum Power"},{"id":15851,"c":4,"u":"potion%20of%20possibility_egw","p":268,"s":28,"h":1,"dP":1,"n":"Potion of Possibility"},{"id":15852,"c":4,"u":"pride%20silk_egw","p":103,"s":28,"h":1,"dP":1,"n":"Pride Silk"},{"id":15853,"c":4,"u":"pride%20silk%20outfit_egw","p":103,"s":28,"h":1,"dP":1,"n":"Pride Silk Outfit"},{"id":15854,"c":4,"u":"reincarnation%20dust_egw","p":268,"s":28,"h":1,"dP":1,"n":"Reincarnation Dust"},{"id":15855,"c":4,"u":"ring%20of%20obscuring_egw","p":269,"s":28,"h":1,"dP":1,"n":"Ring of Obscuring"},{"id":15856,"c":4,"u":"ring%20of%20temporal%20salvation_egw","p":269,"s":28,"h":1,"dP":1,"n":"Ring of Temporal Salvation"},{"id":15857,"c":4,"u":"rod%20of%20retribution_egw","p":269,"s":28,"h":1,"dP":1,"n":"Rod of Retribution"},{"id":15858,"c":4,"u":"ruin's%20wake%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Ruin's Wake (Awakened)"},{"id":15859,"c":4,"u":"ruin's%20wake%20(dormant)_egw","p":277,"s":28,"h":1,"dP":1,"n":"Ruin's Wake (Dormant)"},{"id":15860,"c":4,"u":"ruin's%20wake%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Ruin's Wake (Exalted)"},{"id":15861,"c":4,"u":"silken%20spite%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Silken Spite (Awakened)"},{"id":15862,"c":4,"u":"silken%20spite%20(dormant)_egw","p":277,"s":28,"h":1,"dP":1,"n":"Silken Spite (Dormant)"},{"id":15863,"c":4,"u":"silken%20spite%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Silken Spite (Exalted)"},{"id":15864,"c":4,"u":"skyship_egw","p":72,"s":28,"h":1,"dP":1,"n":"Skyship"},{"id":15865,"c":4,"u":"soothsalts_egw","p":152,"s":28,"h":1,"dP":1,"n":"Soothsalts"},{"id":15866,"c":4,"u":"spell%20bottle_egw","p":269,"s":28,"h":1,"dP":1,"n":"Spell Bottle"},{"id":15867,"c":4,"u":"staff%20of%20dunamancy_egw","p":270,"s":28,"h":1,"dP":1,"n":"Staff of Dunamancy"},{"id":15868,"c":4,"u":"staff%20of%20the%20ivory%20claw_egw","p":270,"s":28,"h":1,"dP":1,"n":"Staff of the Ivory Claw"},{"id":15869,"c":4,"u":"stormgirdle%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Stormgirdle (Awakened)"},{"id":15870,"c":4,"u":"stormgirdle%20(dormant)_egw","p":273,"s":28,"h":1,"dP":1,"n":"Stormgirdle (Dormant)"},{"id":15871,"c":4,"u":"stormgirdle%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Stormgirdle (Exalted)"},{"id":15872,"c":4,"u":"the%20bloody%20end%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"The Bloody End (Awakened)"},{"id":15873,"c":4,"u":"the%20bloody%20end%20(dormant)_egw","p":278,"s":28,"h":1,"dP":1,"n":"The Bloody End (Dormant)"},{"id":15874,"c":4,"u":"the%20bloody%20end%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"The Bloody End (Exalted)"},{"id":15875,"c":4,"u":"theki%20root_egw","p":70,"s":28,"h":1,"dP":1,"n":"Theki Root"},{"id":15876,"c":4,"u":"verminshroud%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Verminshroud (Awakened)"},{"id":15877,"c":4,"u":"verminshroud%20(dormant)_egw","p":273,"s":28,"h":1,"dP":1,"n":"Verminshroud (Dormant)"},{"id":15878,"c":4,"u":"verminshroud%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Verminshroud (Exalted)"},{"id":15879,"c":4,"u":"vox%20seeker_egw","p":270,"s":28,"h":1,"dP":1,"n":"Vox Seeker"},{"id":15880,"c":4,"u":"will%20of%20the%20talon%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Will of the Talon (Awakened)"},{"id":15881,"c":4,"u":"will%20of%20the%20talon%20(dormant)_egw","p":279,"s":28,"h":1,"dP":1,"n":"Will of the Talon (Dormant)"},{"id":15882,"c":4,"u":"will%20of%20the%20talon%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Will of the Talon (Exalted)"},{"id":15883,"c":4,"u":"willowshade%20oil_egw","p":70,"s":28,"h":1,"dP":1,"n":"Willowshade Oil"},{"id":15884,"c":4,"u":"wreath%20of%20the%20prism%20(awakened)_egw","s":28,"h":1,"dP":1,"n":"Wreath of the Prism (Awakened)"},{"id":15885,"c":4,"u":"wreath%20of%20the%20prism%20(dormant)_egw","p":274,"s":28,"h":1,"dP":1,"n":"Wreath of the Prism (Dormant)"},{"id":15886,"c":4,"u":"wreath%20of%20the%20prism%20(exalted)_egw","s":28,"h":1,"dP":1,"n":"Wreath of the Prism (Exalted)"},{"id":15887,"c":4,"u":"aerenal%20trinket_erlw","p":134,"s":29,"h":1,"n":"Aerenal Trinket"},{"id":15888,"c":4,"u":"arcane%20propulsion%20arm_erlw","p":276,"s":29,"h":1,"n":"Arcane Propulsion Arm"},{"id":15889,"c":4,"u":"argonnessen%20trinket_erlw","p":134,"s":29,"h":1,"n":"Argonnessen Trinket"},{"id":15890,"c":4,"u":"belashyrra's%20beholder%20crown_erlw","p":276,"s":29,"h":1,"n":"Belashyrra's Beholder Crown"},{"id":15891,"c":4,"u":"cleansing%20stone_erlw","p":276,"s":29,"h":1,"n":"Cleansing Stone"},{"id":15892,"c":4,"u":"common%20glamerweave_erlw","p":277,"s":29,"h":1,"n":"Common Glamerweave"},{"id":15893,"c":4,"u":"docent_erlw","p":276,"s":29,"h":1,"n":"Docent"},{"id":15894,"c":4,"u":"dragon's%20blood_erlw","p":244,"s":29,"h":1,"n":"Dragon's Blood"},{"id":15895,"c":4,"u":"dreamlily_erlw","p":244,"s":29,"h":1,"n":"Dreamlily"},{"id":15896,"c":4,"u":"dyrrn's%20tentacle%20whip_erlw","p":276,"s":29,"h":1,"n":"Dyrrn's Tentacle Whip"},{"id":15897,"c":4,"u":"earworm_erlw","p":277,"s":29,"h":1,"n":"Earworm"},{"id":15898,"c":4,"u":"everbright%20lantern_erlw","p":277,"s":29,"h":1,"n":"Everbright Lantern"},{"id":15899,"c":4,"u":"feather%20token_erlw","p":277,"s":29,"h":1,"n":"Feather Token"},{"id":15900,"c":4,"u":"finder's%20goggles_erlw","p":277,"s":29,"h":1,"n":"Finder's Goggles"},{"id":15901,"c":4,"u":"frostfell%20and%20everice%20trinket_erlw","p":136,"s":29,"h":1,"n":"Frostfell and Everice Trinket"},{"id":15902,"c":4,"u":"keycharm_erlw","p":277,"s":29,"h":1,"n":"Keycharm"},{"id":15903,"c":4,"u":"khyber%20trinket_erlw","p":135,"s":29,"h":1,"n":"Khyber Trinket"},{"id":15904,"c":4,"u":"kyrzin's%20ooze_erlw","p":278,"s":29,"h":1,"n":"Kyrzin's Ooze"},{"id":15905,"c":4,"u":"living%20gloves_erlw","p":278,"s":29,"h":1,"n":"Living Gloves"},{"id":15906,"c":4,"u":"mournland%20trinket_erlw","p":222,"s":29,"h":1,"n":"Mournland Trinket"},{"id":15907,"c":4,"u":"sarlona%20trinket_erlw","p":138,"s":29,"h":1,"n":"Sarlona Trinket"},{"id":15908,"c":4,"u":"scribe's%20pen_erlw","p":278,"s":29,"h":1,"n":"Scribe's Pen"},{"id":15909,"c":4,"u":"shiftweave_erlw","p":279,"s":29,"h":1,"n":"Shiftweave"},{"id":15910,"c":4,"u":"speaking%20stone_erlw","p":279,"s":29,"h":1,"n":"Speaking Stone"},{"id":15911,"c":4,"u":"spellshard_erlw","p":279,"s":29,"h":1,"n":"Spellshard"},{"id":15912,"c":4,"u":"uncommon%20glamerweave_erlw","p":277,"s":29,"h":1,"n":"Uncommon Glamerweave"},{"id":15913,"c":4,"u":"ventilating%20lungs_erlw","p":279,"s":29,"h":1,"n":"Ventilating Lungs"},{"id":15914,"c":4,"u":"wand%20sheath_erlw","p":279,"s":29,"h":1,"n":"Wand Sheath"},{"id":15915,"c":4,"u":"wheel%20of%20wind%20and%20water_erlw","p":280,"s":29,"h":1,"n":"Wheel of Wind and Water"},{"id":15916,"c":4,"u":"xen'drik%20trinket_erlw","p":140,"s":29,"h":1,"n":"Xen'drik Trinket"},{"id":15917,"c":4,"u":"azorius%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Azorius Guild Signet"},{"id":15918,"c":4,"u":"azorius%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Azorius Keyrune"},{"id":15919,"c":4,"u":"boros%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Boros Guild Signet"},{"id":15920,"c":4,"u":"boros%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Boros Keyrune"},{"id":15921,"c":4,"u":"copper%20alms-coin_ggr","p":9,"s":31,"h":1,"n":"Copper Alms-Coin"},{"id":15922,"c":4,"u":"copper%20zib_ggr","p":9,"s":31,"h":1,"n":"Copper Zib"},{"id":15923,"c":4,"u":"dimir%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Dimir Guild Signet"},{"id":15924,"c":4,"u":"dimir%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Dimir Keyrune"},{"id":15925,"c":4,"u":"electrum%2050-zib%20coin_ggr","p":9,"s":31,"h":1,"n":"Electrum 50-Zib Coin"},{"id":15926,"c":4,"u":"gold%205-zino%20coin_ggr","p":9,"s":31,"h":1,"n":"Gold 5-Zino Coin"},{"id":15927,"c":4,"u":"gold%20zino_ggr","p":9,"s":31,"h":1,"n":"Gold Zino"},{"id":15928,"c":4,"u":"golgari%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Golgari Guild Signet"},{"id":15929,"c":4,"u":"golgari%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Golgari Keyrune"},{"id":15930,"c":4,"u":"gruul%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Gruul Guild Signet"},{"id":15931,"c":4,"u":"gruul%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Gruul Keyrune"},{"id":15932,"c":4,"u":"illusionist's%20bracers_ggr","p":178,"s":31,"h":1,"n":"Illusionist's Bracers"},{"id":15933,"c":4,"u":"izzet%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Izzet Guild Signet"},{"id":15934,"c":4,"u":"izzet%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Izzet Keyrune"},{"id":15935,"c":4,"u":"mizzium%20apparatus_ggr","p":179,"s":31,"h":1,"n":"Mizzium Apparatus"},{"id":15936,"c":4,"u":"mizzium%20mortar_ggr","p":179,"s":31,"h":1,"n":"Mizzium Mortar"},{"id":15937,"c":4,"u":"moodmark%20paint_ggr","p":180,"s":31,"h":1,"n":"Moodmark Paint"},{"id":15938,"c":4,"u":"orzhov%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Orzhov Guild Signet"},{"id":15939,"c":4,"u":"orzhov%20keyrune_ggr","p":178,"s":31,"h":1,"n":"Orzhov Keyrune"},{"id":15940,"c":4,"u":"pariah's%20shield_ggr","p":180,"s":31,"h":1,"n":"Pariah's Shield"},{"id":15941,"c":4,"u":"peregrine%20mask_ggr","p":180,"s":31,"h":1,"n":"Peregrine Mask"},{"id":15942,"c":4,"u":"platinum%2010-zino%20coin_ggr","p":9,"s":31,"h":1,"n":"Platinum 10-Zino Coin"},{"id":15943,"c":4,"u":"platinum%20100-zino%20coin_ggr","p":9,"s":31,"h":1,"n":"Platinum 100-Zino Coin"},{"id":15944,"c":4,"u":"pyroconverger_ggr","p":180,"s":31,"h":1,"n":"Pyroconverger"},{"id":15945,"c":4,"u":"rakdos%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Rakdos Guild Signet"},{"id":15946,"c":4,"u":"rakdos%20keyrune_ggr","p":178,"s":31,"h":1,"n":"Rakdos Keyrune"},{"id":15947,"c":4,"u":"rakdos%20riteknife_ggr","p":180,"s":31,"h":1,"n":"Rakdos Riteknife"},{"id":15948,"c":4,"u":"selesnya%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Selesnya Guild Signet"},{"id":15949,"c":4,"u":"selesnya%20keyrune_ggr","p":178,"s":31,"h":1,"n":"Selesnya Keyrune"},{"id":15950,"c":4,"u":"silver%2025-zib%20coin_ggr","p":9,"s":31,"h":1,"n":"Silver 25-Zib Coin"},{"id":15951,"c":4,"u":"simic%20guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Simic Guild Signet"},{"id":15952,"c":4,"u":"simic%20keyrune_ggr","p":178,"s":31,"h":1,"n":"Simic Keyrune"},{"id":15953,"c":4,"u":"skyblinder%20staff_ggr","p":181,"s":31,"h":1,"n":"Skyblinder Staff"},{"id":15954,"c":4,"u":"spies'%20murmur_ggr","p":181,"s":31,"h":1,"n":"Spies' Murmur"},{"id":15955,"c":4,"u":"sunforger_ggr","p":181,"s":31,"h":1,"n":"Sunforger"},{"id":15956,"c":4,"u":"sword%20of%20the%20paruns_ggr","p":181,"s":31,"h":1,"n":"Sword of the Paruns"},{"id":15957,"c":4,"u":"voyager%20staff_ggr","p":181,"s":31,"h":1,"n":"Voyager Staff"},{"id":15958,"c":4,"u":"arcane%20oil_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Arcane Oil"},{"id":15959,"c":4,"u":"brazen%20armor_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Brazen Armor"},{"id":15960,"c":4,"u":"coat%20of%20lies_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Coat of Lies"},{"id":15961,"c":4,"u":"glass-studded%20armor_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Glass-Studded Armor"},{"id":15962,"c":4,"u":"knifewing%20cape_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Knifewing Cape"},{"id":15963,"c":4,"u":"lindwyrm%20venom_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Lindwyrm Venom"},{"id":15964,"c":4,"u":"lycanthropy%20antidote_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Lycanthropy Antidote"},{"id":15965,"c":4,"u":"ready%20gunk_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Ready Gunk"},{"id":15966,"c":4,"u":"wand%20of%20silence_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Wand of Silence"},{"id":15967,"c":4,"u":"charm%20of%20plant%20command_gos","p":229,"s":33,"h":1,"n":"Charm of Plant Command"},{"id":15968,"c":4,"u":"cursed%20luckstone_gos","p":229,"s":33,"h":1,"n":"Cursed Luckstone"},{"id":15969,"c":4,"u":"helm%20of%20underwater%20action_gos","p":229,"s":33,"h":1,"n":"Helm of Underwater Action"},{"id":15970,"c":4,"u":"pipe%20of%20remembrance_gos","p":229,"s":33,"h":1,"n":"Pipe of Remembrance"},{"id":15971,"c":4,"u":"pressure%20capsule_gos","p":229,"s":33,"h":1,"n":"Pressure Capsule"},{"id":15972,"c":4,"u":"sekolahian%20worshiping%20statuette_gos","p":229,"s":33,"h":1,"n":"Sekolahian Worshiping Statuette"},{"id":15973,"c":4,"u":"winter's%20dark%20bite_hftt","p":4,"s":34,"h":1,"dP":1,"n":"Winter's Dark Bite"},{"id":15974,"c":4,"u":"black%20dragon%20mask_hotdq","p":94,"s":36,"h":1,"n":"Black Dragon Mask"},{"id":15975,"c":4,"u":"dragongleam_hotdq","p":84,"s":36,"h":1,"n":"Dragongleam"},{"id":15976,"c":4,"u":"hazirawn_hotdq","p":94,"s":36,"h":1,"n":"Hazirawn"},{"id":15977,"c":4,"u":"insignia%20of%20claws_hotdq","p":94,"s":36,"h":1,"n":"Insignia of Claws"},{"id":15978,"c":4,"u":"tankard%20of%20plenty_hotdq","p":74,"s":36,"h":1,"n":"Tankard of Plenty"},{"id":15979,"c":4,"u":"wand%20of%20winter_hotdq","p":94,"s":36,"h":1,"n":"Wand of Winter"},{"id":15980,"c":4,"u":"abracadabrus_idrotf","p":314,"s":37,"h":1,"n":"Abracadabrus"},{"id":15981,"c":4,"u":"axe%20beak_idrotf","p":20,"s":37,"h":1,"n":"Axe Beak"},{"id":15982,"c":4,"u":"cauldron%20of%20plenty_idrotf","p":314,"s":37,"h":1,"n":"Cauldron of Plenty"},{"id":15983,"c":4,"u":"clothing%2c%20cold%20weather_idrotf","p":20,"s":37,"h":1,"n":"Clothing, cold weather"},{"id":15984,"c":4,"u":"crampons_idrotf","p":20,"s":37,"h":1,"n":"Crampons"},{"id":15985,"c":4,"u":"dogsled_idrotf","p":20,"s":37,"h":1,"n":"Dogsled"},{"id":15986,"c":4,"u":"hook%20of%20fisher's%20delight_idrotf","p":314,"s":37,"h":1,"n":"Hook of Fisher's Delight"},{"id":15987,"c":4,"u":"icewind%20dale%20trinket_idrotf","p":263,"s":37,"h":1,"n":"Icewind Dale Trinket"},{"id":15988,"c":4,"u":"iron%20ball_idrotf","p":238,"s":37,"h":1,"n":"Iron Ball"},{"id":15989,"c":4,"u":"lantern%20of%20tracking_idrotf","p":314,"s":37,"h":1,"n":"Lantern of Tracking"},{"id":15990,"c":4,"u":"orc%20stone_idrotf","p":264,"s":37,"h":1,"n":"Orc Stone"},{"id":15991,"c":4,"u":"professor%20skant_idrotf","p":315,"s":37,"h":1,"n":"Professor Skant"},{"id":15992,"c":4,"u":"psi%20crystal_idrotf","p":315,"s":37,"h":1,"n":"Psi Crystal"},{"id":15993,"c":4,"u":"scroll%20of%20tarrasque%20summoning_idrotf","p":315,"s":37,"h":1,"n":"Scroll of Tarrasque Summoning"},{"id":15994,"c":4,"u":"scroll%20of%20the%20comet_idrotf","p":315,"s":37,"h":1,"n":"Scroll of the Comet"},{"id":15995,"c":4,"u":"shield%20guardian%20amulet_idrotf","p":149,"s":37,"h":1,"n":"Shield Guardian Amulet"},{"id":15996,"c":4,"u":"sled%20dog_idrotf","p":20,"s":37,"h":1,"n":"Sled Dog"},{"id":15997,"c":4,"u":"snowshoes_idrotf","p":20,"s":37,"h":1,"n":"Snowshoes"},{"id":15998,"c":4,"u":"the%20codicil%20of%20white_idrotf","p":317,"s":37,"h":1,"n":"The Codicil of White"},{"id":15999,"c":4,"u":"the%20incantations%20of%20iriolarthas_idrotf","p":317,"s":37,"h":1,"n":"The Incantations of Iriolarthas"},{"id":16000,"c":4,"u":"thermal%20cube_idrotf","p":316,"s":37,"h":1,"n":"Thermal Cube"},{"id":16001,"c":4,"u":"ythryn%20mythallar_idrotf","p":316,"s":37,"h":1,"n":"Ythryn Mythallar"},{"id":16002,"c":4,"u":"biza's%20breath_jttrc","p":70,"s":38,"h":1,"n":"Biza's Breath"},{"id":16003,"c":4,"u":"black%20ghost%20orchid%20seed_jttrc","p":212,"s":38,"h":1,"n":"Black Ghost Orchid Seed"},{"id":16004,"c":4,"u":"hammock%20of%20worlds_jttrc","p":214,"s":38,"h":1,"n":"Hammock of Worlds"},{"id":16005,"c":4,"u":"lesser%20hammock%20of%20worlds_jttrc","p":214,"s":38,"h":1,"n":"Lesser Hammock of Worlds"},{"id":16006,"c":4,"u":"white%20ghost%20orchid%20seed_jttrc","p":212,"s":38,"h":1,"n":"White Ghost Orchid Seed"},{"id":16007,"c":4,"u":"book%20of%20vile%20darkness%20(variant)_kftgv","p":207,"s":39,"h":1,"n":"Book of Vile Darkness (Variant)"},{"id":16008,"c":4,"u":"constantori's%20portrait_kftgv","p":101,"s":39,"h":1,"n":"Constantori's Portrait"},{"id":16009,"c":4,"u":"shard%20of%20xeluan_kftgv","p":134,"s":39,"h":1,"n":"Shard of Xeluan"},{"id":16010,"c":4,"u":"shard%20solitaire%20(black%20sapphire)_kftgv","p":193,"s":39,"h":1,"n":"Shard Solitaire (Black Sapphire)"},{"id":16011,"c":4,"u":"shard%20solitaire%20(diamond)_kftgv","p":193,"s":39,"h":1,"n":"Shard Solitaire (Diamond)"},{"id":16012,"c":4,"u":"shard%20solitaire%20(jacinth)_kftgv","p":193,"s":39,"h":1,"n":"Shard Solitaire (Jacinth)"},{"id":16013,"c":4,"u":"shard%20solitaire%20(rainbow%20pearl)_kftgv","p":193,"s":39,"h":1,"n":"Shard Solitaire (Rainbow Pearl)"},{"id":16014,"c":4,"u":"shard%20solitaire%20(ruby)_kftgv","p":193,"s":39,"h":1,"n":"Shard Solitaire (Ruby)"},{"id":16015,"c":4,"u":"dragonguard_lmop","p":48,"s":41,"h":1,"n":"Dragonguard"},{"id":16016,"c":4,"u":"hew_lmop","p":33,"s":41,"h":1,"n":"Hew"},{"id":16017,"c":4,"u":"lightbringer_lmop","p":48,"s":41,"h":1,"n":"Lightbringer"},{"id":16018,"c":4,"u":"spider%20staff_lmop","p":53,"s":41,"h":1,"n":"Spider Staff"},{"id":16019,"c":4,"u":"staff%20of%20defense_lmop","p":53,"s":41,"h":1,"n":"Staff of Defense"},{"id":16020,"c":4,"u":"keg%20of%20alchemist's%20fire_lox","p":35,"s":42,"h":1,"n":"Keg of Alchemist's Fire"},{"id":16021,"c":4,"u":"hag%20eye_mm","p":177,"s":44,"h":1,"n":"Hag Eye"},{"id":16022,"c":4,"u":"heartstone_mm","p":179,"s":44,"h":1,"n":"Heartstone"},{"id":16023,"c":4,"u":"master's%20amulet_mm","p":271,"s":44,"h":1,"n":"Master's Amulet"},{"id":16024,"c":4,"u":"soul%20bag_mm","p":179,"s":44,"h":1,"n":"Soul Bag"},{"id":16025,"c":4,"u":"akmon%2c%20hammer%20of%20purphoros_mot","p":198,"s":45,"h":1,"n":"Akmon, Hammer of Purphoros"},{"id":16026,"c":4,"u":"dekella%2c%20bident%20of%20thassa_mot","p":199,"s":45,"h":1,"n":"Dekella, Bident of Thassa"},{"id":16027,"c":4,"u":"ephixis%2c%20bow%20of%20nylea_mot","p":200,"s":45,"h":1,"n":"Ephixis, Bow of Nylea"},{"id":16028,"c":4,"u":"flying%20chariot_mot","p":196,"s":45,"h":1,"n":"Flying Chariot"},{"id":16029,"c":4,"u":"helm%20of%20the%20gods_mot","p":196,"s":45,"h":1,"n":"Helm of the Gods"},{"id":16030,"c":4,"u":"khrusor%2c%20spear%20of%20heliod_mot","p":200,"s":45,"h":1,"n":"Khrusor, Spear of Heliod"},{"id":16031,"c":4,"u":"mastix%2c%20whip%20of%20erebos_mot","p":201,"s":45,"h":1,"n":"Mastix, Whip of Erebos"},{"id":16032,"c":4,"u":"potion%20of%20aqueous%20form_mot","p":197,"s":45,"h":1,"n":"Potion of Aqueous Form"},{"id":16033,"c":4,"u":"pyxis%20of%20pandemonium_mot","p":197,"s":45,"h":1,"n":"Pyxis of Pandemonium"},{"id":16034,"c":4,"u":"siren%20song%20lyre_mot","p":198,"s":45,"h":1,"n":"Siren Song Lyre"},{"id":16035,"c":4,"u":"sling%20bullets%20of%20althemone_mot","p":198,"s":45,"h":1,"n":"Sling Bullets of Althemone"},{"id":16036,"c":4,"u":"two-birds%20sling_mot","p":198,"s":45,"h":1,"n":"Two-Birds Sling"},{"id":16037,"c":4,"u":"elven%20trinket_mtf","p":64,"s":47,"h":1,"n":"Elven Trinket"},{"id":16038,"c":4,"u":"greater%20silver%20sword_mtf","p":89,"s":47,"h":1,"n":"Greater Silver Sword"},{"id":16039,"c":4,"u":"infernal%20tack_mtf","p":167,"s":47,"h":1,"n":"Infernal Tack"},{"id":16040,"c":4,"u":"silver%20sword_mtf","p":89,"s":47,"h":1,"n":"Silver Sword"},{"id":16041,"c":4,"u":"dawnbringer_oota","p":222,"s":48,"h":1,"n":"Dawnbringer"},{"id":16042,"c":4,"u":"gravenhollow%20compass%20ring_oota","p":141,"s":48,"h":1,"n":"Gravenhollow Compass Ring"},{"id":16043,"c":4,"u":"piwafwi%20(cloak%20of%20elvenkind)_oota","p":222,"s":48,"h":1,"n":"Piwafwi (Cloak of Elvenkind)"},{"id":16044,"c":4,"u":"piwafwi%20of%20fire%20resistance_oota","p":222,"s":48,"h":1,"n":"Piwafwi of Fire Resistance"},{"id":16045,"c":4,"u":"spell%20gem%20(amber)_oota","p":223,"s":48,"h":1,"n":"Spell Gem (Amber)"},{"id":16046,"c":4,"u":"spell%20gem%20(bloodstone)_oota","p":223,"s":48,"h":1,"n":"Spell Gem (Bloodstone)"},{"id":16047,"c":4,"u":"spell%20gem%20(diamond)_oota","p":223,"s":48,"h":1,"n":"Spell Gem (Diamond)"},{"id":16048,"c":4,"u":"spell%20gem%20(jade)_oota","p":223,"s":48,"h":1,"n":"Spell Gem (Jade)"},{"id":16049,"c":4,"u":"spell%20gem%20(lapis%20lazuli)_oota","p":223,"s":48,"h":1,"n":"Spell Gem (Lapis lazuli)"},{"id":16050,"c":4,"u":"spell%20gem%20(obsidian)_oota","p":223,"s":48,"h":1,"n":"Spell Gem (Obsidian)"},{"id":16051,"c":4,"u":"spell%20gem%20(quartz)_oota","p":223,"s":48,"h":1,"n":"Spell Gem (Quartz)"},{"id":16052,"c":4,"u":"spell%20gem%20(ruby)_oota","p":223,"s":48,"h":1,"n":"Spell Gem (Ruby)"},{"id":16053,"c":4,"u":"spell%20gem%20(star%20ruby)_oota","p":223,"s":48,"h":1,"n":"Spell Gem (Star ruby)"},{"id":16054,"c":4,"u":"spell%20gem%20(topaz)_oota","p":223,"s":48,"h":1,"n":"Spell Gem (Topaz)"},{"id":16055,"c":4,"u":"stonespeaker%20crystal_oota","p":223,"s":48,"h":1,"n":"Stonespeaker Crystal"},{"id":16056,"c":4,"u":"wand%20of%20viscid%20globs_oota","p":223,"s":48,"h":1,"n":"Wand of Viscid Globs"},{"id":16057,"c":4,"u":"bracers%20of%20celerity_pabtso","p":217,"s":50,"h":1,"n":"Bracers of Celerity"},{"id":16058,"c":4,"u":"cape%20of%20enlargement_pabtso","p":217,"s":50,"h":1,"n":"Cape of Enlargement"},{"id":16059,"c":4,"u":"dragonguard_pabtso","p":72,"s":50,"h":1,"n":"Dragonguard"},{"id":16060,"c":4,"u":"flayer%20slayer_pabtso","p":217,"s":50,"h":1,"n":"Flayer Slayer"},{"id":16061,"c":4,"u":"hew_pabtso","p":54,"s":50,"h":1,"n":"Hew"},{"id":16062,"c":4,"u":"lightbringer_pabtso","p":72,"s":50,"h":1,"n":"Lightbringer"},{"id":16063,"c":4,"u":"luminous%20war%20pick_pabtso","p":217,"s":50,"h":1,"n":"Luminous War Pick"},{"id":16064,"c":4,"u":"mind%20crystal%20(careful)_pabtso","p":218,"s":50,"h":1,"n":"Mind Crystal (Careful)"},{"id":16065,"c":4,"u":"mind%20crystal%20(distant)_pabtso","p":218,"s":50,"h":1,"n":"Mind Crystal (Distant)"},{"id":16066,"c":4,"u":"mind%20crystal%20(empowered)_pabtso","p":218,"s":50,"h":1,"n":"Mind Crystal (Empowered)"},{"id":16067,"c":4,"u":"mind%20crystal%20(extended)_pabtso","p":218,"s":50,"h":1,"n":"Mind Crystal (Extended)"},{"id":16068,"c":4,"u":"mind%20crystal%20(heightened)_pabtso","p":218,"s":50,"h":1,"n":"Mind Crystal (Heightened)"},{"id":16069,"c":4,"u":"mind%20crystal%20(quickened)_pabtso","p":218,"s":50,"h":1,"n":"Mind Crystal (Quickened)"},{"id":16070,"c":4,"u":"mind%20crystal%20(subtle)_pabtso","p":218,"s":50,"h":1,"n":"Mind Crystal (Subtle)"},{"id":16071,"c":4,"u":"mindblasting%20cap_pabtso","p":218,"s":50,"h":1,"n":"Mindblasting Cap"},{"id":16072,"c":4,"u":"mindguard%20crown_pabtso","p":218,"s":50,"h":1,"n":"Mindguard Crown"},{"id":16073,"c":4,"u":"mudslick%20tower_pabtso","p":219,"s":50,"h":1,"n":"Mudslick Tower"},{"id":16074,"c":4,"u":"netherese%20ring%20of%20protection_pabtso","p":50,"s":50,"h":1,"n":"Netherese Ring of Protection"},{"id":16075,"c":4,"u":"potion%20of%20psionic%20fortitude_pabtso","p":219,"s":50,"h":1,"n":"Potion of Psionic Fortitude"},{"id":16076,"c":4,"u":"ring%20of%20the%20orator_pabtso","p":219,"s":50,"h":1,"n":"Ring of the Orator"},{"id":16077,"c":4,"u":"spider%20staff_pabtso","p":220,"s":50,"h":1,"n":"Spider Staff"},{"id":16078,"c":4,"u":"staff%20of%20defense_pabtso","p":220,"s":50,"h":1,"n":"Staff of Defense"},{"id":16079,"c":4,"u":"statuette%20of%20augury_pabtso","p":62,"s":50,"h":1,"n":"Statuette of Augury"},{"id":16080,"c":4,"u":"abacus_phb","p":150,"s":51,"h":1,"r":1,"n":"Abacus"},{"id":16081,"c":4,"u":"acid%20(vial)_phb","p":148,"s":51,"h":1,"r":1,"n":"Acid (vial)"},{"id":16082,"c":4,"u":"alchemist's%20fire%20(flask)_phb","p":148,"s":51,"h":1,"r":1,"n":"Alchemist's Fire (flask)"},{"id":16083,"c":4,"u":"alchemist's%20supplies_phb","p":154,"s":51,"h":1,"r":1,"n":"Alchemist's Supplies"},{"id":16084,"c":4,"u":"ale%20(gallon)_phb","p":158,"s":51,"h":1,"r":1,"n":"Ale (gallon)"},{"id":16085,"c":4,"u":"ale%20(mug)_phb","p":158,"s":51,"h":1,"r":1,"n":"Ale (mug)"},{"id":16086,"c":4,"u":"amulet_phb","p":151,"s":51,"h":1,"r":1,"n":"Amulet"},{"id":16087,"c":4,"u":"antitoxin%20(vial)_phb","p":151,"s":51,"h":1,"r":1,"n":"Antitoxin (vial)"},{"id":16088,"c":4,"u":"backpack_phb","p":153,"s":51,"h":1,"r":1,"n":"Backpack"},{"id":16089,"c":4,"u":"ball%20bearing_phb","p":151,"s":51,"h":1,"r":1,"n":"Ball Bearing"},{"id":16090,"c":4,"u":"ball%20bearings%20(bag%20of%201%2c000)_phb","p":151,"s":51,"h":1,"r":1,"n":"Ball Bearings (bag of 1,000)"},{"id":16091,"c":4,"u":"barrel_phb","p":153,"s":51,"h":1,"r":1,"n":"Barrel"},{"id":16092,"c":4,"u":"basic%20poison%20(vial)_phb","p":153,"s":51,"h":1,"r":1,"n":"Basic Poison (vial)"},{"id":16093,"c":4,"u":"basket_phb","p":153,"s":51,"h":1,"r":1,"n":"Basket"},{"id":16094,"c":4,"u":"bedroll_phb","p":150,"s":51,"h":1,"r":1,"n":"Bedroll"},{"id":16095,"c":4,"u":"bell_phb","p":150,"s":51,"h":1,"r":1,"n":"Bell"},{"id":16096,"c":4,"u":"bit%20and%20bridle_phb","p":157,"s":51,"h":1,"r":1,"n":"Bit and bridle"},{"id":16097,"c":4,"u":"blanket_phb","p":150,"s":51,"h":1,"r":1,"n":"Blanket"},{"id":16098,"c":4,"u":"block%20and%20tackle_phb","p":151,"s":51,"h":1,"r":1,"n":"Block and Tackle"},{"id":16099,"c":4,"u":"book_phb","p":151,"s":51,"h":1,"r":1,"n":"Book"},{"id":16100,"c":4,"u":"brewer's%20supplies_phb","p":154,"s":51,"h":1,"r":1,"n":"Brewer's Supplies"},{"id":16101,"c":4,"u":"bucket_phb","p":153,"s":51,"h":1,"r":1,"n":"Bucket"},{"id":16102,"c":4,"u":"bullseye%20lantern_phb","p":152,"s":51,"h":1,"r":1,"n":"Bullseye Lantern"},{"id":16103,"c":4,"u":"burglar's%20pack_phb","p":151,"s":51,"h":1,"r":1,"n":"Burglar's Pack"},{"id":16104,"c":4,"u":"calligrapher's%20supplies_phb","p":154,"s":51,"h":1,"r":1,"n":"Calligrapher's Supplies"},{"id":16105,"c":4,"u":"caltrop_phb","p":151,"s":51,"h":1,"r":1,"n":"Caltrop"},{"id":16106,"c":4,"u":"caltrops%20(bag%20of%2020)_phb","p":151,"s":51,"h":1,"r":1,"n":"Caltrops (bag of 20)"},{"id":16107,"c":4,"u":"camel_phb","p":157,"s":51,"h":1,"r":1,"n":"Camel"},{"id":16108,"c":4,"u":"candle_phb","p":151,"s":51,"h":1,"r":1,"n":"Candle"},{"id":16109,"c":4,"u":"canvas%20(1%20sq.%20yd.)_phb","p":157,"s":51,"h":1,"r":1,"n":"Canvas (1 sq. yd.)"},{"id":16110,"c":4,"u":"carpenter's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Carpenter's Tools"},{"id":16111,"c":4,"u":"carriage_phb","p":157,"s":51,"h":1,"r":1,"n":"Carriage"},{"id":16112,"c":4,"u":"cart_phb","p":157,"s":51,"h":1,"r":1,"n":"Cart"},{"id":16113,"c":4,"u":"cartographer's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Cartographer's Tools"},{"id":16114,"c":4,"u":"chain%20(10%20feet)_phb","p":151,"s":51,"h":1,"r":1,"n":"Chain (10 feet)"},{"id":16115,"c":4,"u":"chalk%20(1%20piece)_phb","p":150,"s":51,"h":1,"r":1,"n":"Chalk (1 piece)"},{"id":16116,"c":4,"u":"chariot_phb","p":157,"s":51,"h":1,"r":1,"n":"Chariot"},{"id":16117,"c":4,"u":"chest_phb","p":153,"s":51,"h":1,"r":1,"n":"Chest"},{"id":16118,"c":4,"u":"chicken_phb","p":157,"s":51,"h":1,"r":1,"n":"Chicken"},{"id":16119,"c":4,"u":"chunk%20of%20meat_phb","p":158,"s":51,"h":1,"r":1,"n":"Chunk of Meat"},{"id":16120,"c":4,"u":"cinnamon_phb","p":157,"s":51,"h":1,"r":1,"n":"Cinnamon"},{"id":16121,"c":4,"u":"climber's%20kit_phb","p":151,"s":51,"h":1,"r":1,"n":"Climber's Kit"},{"id":16122,"c":4,"u":"cloves_phb","p":157,"s":51,"h":1,"r":1,"n":"Cloves"},{"id":16123,"c":4,"u":"cobbler's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Cobbler's Tools"},{"id":16124,"c":4,"u":"common%20clothes_phb","p":150,"s":51,"h":1,"r":1,"n":"Common Clothes"},{"id":16125,"c":4,"u":"common%20wine%20(pitcher)_phb","p":158,"s":51,"h":1,"r":1,"n":"Common Wine (pitcher)"},{"id":16126,"c":4,"u":"component%20pouch_phb","p":151,"s":51,"h":1,"r":1,"n":"Component Pouch"},{"id":16127,"c":4,"u":"cook's%20utensils_phb","p":154,"s":51,"h":1,"r":1,"n":"Cook's Utensils"},{"id":16128,"c":4,"u":"copper_phb","p":157,"s":51,"h":1,"r":1,"n":"Copper"},{"id":16129,"c":4,"u":"copper%20(cp)_phb","p":143,"s":51,"h":1,"n":"Copper (cp)"},{"id":16130,"c":4,"u":"costume%20clothes_phb","p":150,"s":51,"h":1,"r":1,"n":"Costume Clothes"},{"id":16131,"c":4,"u":"cotton%20cloth%20(1%20sq.%20yd.)_phb","p":157,"s":51,"h":1,"r":1,"n":"Cotton Cloth (1 sq. yd.)"},{"id":16132,"c":4,"u":"cow_phb","p":157,"s":51,"h":1,"r":1,"n":"Cow"},{"id":16133,"c":4,"u":"crossbow%20bolt%20case_phb","p":151,"s":51,"h":1,"r":1,"n":"Crossbow Bolt Case"},{"id":16134,"c":4,"u":"crowbar_phb","p":151,"s":51,"h":1,"r":1,"n":"Crowbar"},{"id":16135,"c":4,"u":"dice%20set_phb","p":154,"s":51,"h":1,"r":1,"n":"Dice Set"},{"id":16136,"c":4,"u":"diplomat's%20pack_phb","p":151,"s":51,"h":1,"r":1,"n":"Diplomat's Pack"},{"id":16137,"c":4,"u":"disguise%20kit_phb","p":154,"s":51,"h":1,"r":1,"n":"Disguise Kit"},{"id":16138,"c":4,"u":"donkey_phb","p":157,"s":51,"h":1,"r":1,"n":"Donkey"},{"id":16139,"c":4,"u":"draft%20horse_phb","p":157,"s":51,"h":1,"r":1,"n":"Draft Horse"},{"id":16140,"c":4,"u":"dragonchess%20set_phb","p":154,"s":51,"h":1,"n":"Dragonchess Set"},{"id":16141,"c":4,"u":"dungeoneer's%20pack_phb","p":151,"s":51,"h":1,"r":1,"n":"Dungeoneer's Pack"},{"id":16142,"c":4,"u":"electrum%20(ep)_phb","p":143,"s":51,"h":1,"n":"Electrum (ep)"},{"id":16143,"c":4,"u":"elephant_phb","p":157,"s":51,"h":1,"r":1,"n":"Elephant"},{"id":16144,"c":4,"u":"emblem_phb","p":151,"s":51,"h":1,"r":1,"n":"Emblem"},{"id":16145,"c":4,"u":"entertainer's%20pack_phb","p":151,"s":51,"h":1,"r":1,"n":"Entertainer's Pack"},{"id":16146,"c":4,"u":"exotic%20saddle_phb","p":157,"s":51,"h":1,"r":1,"n":"Exotic Saddle"},{"id":16147,"c":4,"u":"explorer's%20pack_phb","p":151,"s":51,"h":1,"r":1,"n":"Explorer's Pack"},{"id":16148,"c":4,"u":"feed%20(per%20day)_phb","p":157,"s":51,"h":1,"r":1,"n":"Feed (per day)"},{"id":16149,"c":4,"u":"fine%20clothes_phb","p":150,"s":51,"h":1,"r":1,"n":"Fine Clothes"},{"id":16150,"c":4,"u":"fine%20wine%20(bottle)_phb","p":158,"s":51,"h":1,"r":1,"n":"Fine Wine (bottle)"},{"id":16151,"c":4,"u":"fishing%20tackle_phb","p":151,"s":51,"h":1,"r":1,"n":"Fishing Tackle"},{"id":16152,"c":4,"u":"flask_phb","p":153,"s":51,"h":1,"r":1,"n":"Flask"},{"id":16153,"c":4,"u":"flour_phb","p":157,"s":51,"h":1,"r":1,"n":"Flour"},{"id":16154,"c":4,"u":"forgery%20kit_phb","p":154,"s":51,"h":1,"r":1,"n":"Forgery Kit"},{"id":16155,"c":4,"u":"ginger_phb","p":157,"s":51,"h":1,"r":1,"n":"Ginger"},{"id":16156,"c":4,"u":"glass%20bottle_phb","p":153,"s":51,"h":1,"r":1,"n":"Glass Bottle"},{"id":16157,"c":4,"u":"glassblower's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Glassblower's Tools"},{"id":16158,"c":4,"u":"goat_phb","p":157,"s":51,"h":1,"r":1,"n":"Goat"},{"id":16159,"c":4,"u":"gold_phb","p":157,"s":51,"h":1,"r":1,"n":"Gold"},{"id":16160,"c":4,"u":"gold%20(gp)_phb","p":143,"s":51,"h":1,"n":"Gold (gp)"},{"id":16161,"c":4,"u":"grappling%20hook_phb","p":150,"s":51,"h":1,"r":1,"n":"Grappling Hook"},{"id":16162,"c":4,"u":"hammer_phb","p":150,"s":51,"h":1,"r":1,"n":"Hammer"},{"id":16163,"c":4,"u":"healer's%20kit_phb","p":151,"s":51,"h":1,"r":1,"n":"Healer's Kit"},{"id":16164,"c":4,"u":"hempen%20rope%20(50%20feet)_phb","p":153,"s":51,"h":1,"r":1,"n":"Hempen Rope (50 feet)"},{"id":16165,"c":4,"u":"herbalism%20kit_phb","p":154,"s":51,"h":1,"r":1,"n":"Herbalism Kit"},{"id":16166,"c":4,"u":"holy%20water%20(flask)_phb","p":151,"s":51,"h":1,"r":1,"n":"Holy Water (flask)"},{"id":16167,"c":4,"u":"hooded%20lantern_phb","p":152,"s":51,"h":1,"r":1,"n":"Hooded Lantern"},{"id":16168,"c":4,"u":"hourglass_phb","p":150,"s":51,"h":1,"r":1,"n":"Hourglass"},{"id":16169,"c":4,"u":"hunk%20of%20cheese_phb","p":158,"s":51,"h":1,"r":1,"n":"Hunk of Cheese"},{"id":16170,"c":4,"u":"hunting%20trap_phb","p":152,"s":51,"h":1,"r":1,"n":"Hunting Trap"},{"id":16171,"c":4,"u":"ink%20(1-ounce%20bottle)_phb","p":150,"s":51,"h":1,"r":1,"n":"Ink (1-ounce bottle)"},{"id":16172,"c":4,"u":"ink%20pen_phb","p":150,"s":51,"h":1,"r":1,"n":"Ink Pen"},{"id":16173,"c":4,"u":"iron_phb","p":157,"s":51,"h":1,"r":1,"n":"Iron"},{"id":16174,"c":4,"u":"iron%20pot_phb","p":153,"s":51,"h":1,"r":1,"n":"Iron Pot"},{"id":16175,"c":4,"u":"iron%20spike_phb","p":150,"s":51,"h":1,"r":1,"n":"Iron Spike"},{"id":16176,"c":4,"u":"iron%20spikes%20(10)_phb","p":150,"s":51,"h":1,"r":1,"n":"Iron Spikes (10)"},{"id":16177,"c":4,"u":"jeweler's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Jeweler's Tools"},{"id":16178,"c":4,"u":"jug_phb","p":153,"s":51,"h":1,"r":1,"n":"Jug"},{"id":16179,"c":4,"u":"ladder%20(10-foot)_phb","p":150,"s":51,"h":1,"r":1,"n":"Ladder (10-foot)"},{"id":16180,"c":4,"u":"lamp_phb","p":152,"s":51,"h":1,"r":1,"n":"Lamp"},{"id":16181,"c":4,"u":"leatherworker's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Leatherworker's Tools"},{"id":16182,"c":4,"u":"linen%20(1%20sq.%20yd.)_phb","p":157,"s":51,"h":1,"r":1,"n":"Linen (1 sq. yd.)"},{"id":16183,"c":4,"u":"loaf%20of%20bread_phb","p":158,"s":51,"h":1,"r":1,"n":"Loaf of Bread"},{"id":16184,"c":4,"u":"lock_phb","p":152,"s":51,"h":1,"r":1,"n":"Lock"},{"id":16185,"c":4,"u":"magnifying%20glass_phb","p":152,"s":51,"h":1,"r":1,"n":"Magnifying Glass"},{"id":16186,"c":4,"u":"manacles_phb","p":152,"s":51,"h":1,"r":1,"n":"Manacles"},{"id":16187,"c":4,"u":"map%20or%20scroll%20case_phb","p":151,"s":51,"h":1,"r":1,"n":"Map or Scroll Case"},{"id":16188,"c":4,"u":"mason's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Mason's Tools"},{"id":16189,"c":4,"u":"mastiff_phb","p":157,"s":51,"h":1,"r":1,"n":"Mastiff"},{"id":16190,"c":4,"u":"merchant's%20scale_phb","p":153,"s":51,"h":1,"r":1,"n":"Merchant's Scale"},{"id":16191,"c":4,"u":"mess%20kit_phb","p":152,"s":51,"h":1,"r":1,"n":"Mess Kit"},{"id":16192,"c":4,"u":"military%20saddle_phb","p":157,"s":51,"h":1,"r":1,"n":"Military Saddle"},{"id":16193,"c":4,"u":"miner's%20pick_phb","p":150,"s":51,"h":1,"r":1,"n":"Miner's Pick"},{"id":16194,"c":4,"u":"mule_phb","p":157,"s":51,"h":1,"r":1,"n":"Mule"},{"id":16195,"c":4,"u":"navigator's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Navigator's Tools"},{"id":16196,"c":4,"u":"oil%20(flask)_phb","p":152,"s":51,"h":1,"r":1,"n":"Oil (flask)"},{"id":16197,"c":4,"u":"ox_phb","p":157,"s":51,"h":1,"r":1,"n":"Ox"},{"id":16198,"c":4,"u":"pack%20saddle_phb","p":157,"s":51,"h":1,"r":1,"n":"Pack Saddle"},{"id":16199,"c":4,"u":"painter's%20supplies_phb","p":154,"s":51,"h":1,"r":1,"n":"Painter's Supplies"},{"id":16200,"c":4,"u":"paper%20(one%20sheet)_phb","p":150,"s":51,"h":1,"r":1,"n":"Paper (one sheet)"},{"id":16201,"c":4,"u":"parchment%20(one%20sheet)_phb","p":150,"s":51,"h":1,"r":1,"n":"Parchment (one sheet)"},{"id":16202,"c":4,"u":"pepper_phb","p":157,"s":51,"h":1,"r":1,"n":"Pepper"},{"id":16203,"c":4,"u":"perfume%20(vial)_phb","p":150,"s":51,"h":1,"r":1,"n":"Perfume (vial)"},{"id":16204,"c":4,"u":"pig_phb","p":157,"s":51,"h":1,"r":1,"n":"Pig"},{"id":16205,"c":4,"u":"pitcher_phb","p":153,"s":51,"h":1,"r":1,"n":"Pitcher"},{"id":16206,"c":4,"u":"piton_phb","p":150,"s":51,"h":1,"r":1,"n":"Piton"},{"id":16207,"c":4,"u":"platinum_phb","p":157,"s":51,"h":1,"r":1,"n":"Platinum"},{"id":16208,"c":4,"u":"platinum%20(pp)_phb","p":143,"s":51,"h":1,"n":"Platinum (pp)"},{"id":16209,"c":4,"u":"playing%20card%20set_phb","p":154,"s":51,"h":1,"r":1,"n":"Playing Card Set"},{"id":16210,"c":4,"u":"poisoner's%20kit_phb","p":154,"s":51,"h":1,"r":1,"n":"Poisoner's Kit"},{"id":16211,"c":4,"u":"pole%20(10-foot)_phb","p":150,"s":51,"h":1,"r":1,"n":"Pole (10-foot)"},{"id":16212,"c":4,"u":"pony_phb","p":157,"s":51,"h":1,"r":1,"n":"Pony"},{"id":16213,"c":4,"u":"portable%20ram_phb","p":153,"s":51,"h":1,"r":1,"n":"Portable Ram"},{"id":16214,"c":4,"u":"potter's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Potter's Tools"},{"id":16215,"c":4,"u":"pouch_phb","p":153,"s":51,"h":1,"r":1,"n":"Pouch"},{"id":16216,"c":4,"u":"priest's%20pack_phb","p":151,"s":51,"h":1,"r":1,"n":"Priest's Pack"},{"id":16217,"c":4,"u":"quiver_phb","p":153,"s":51,"h":1,"r":1,"n":"Quiver"},{"id":16218,"c":4,"u":"rations%20(1%20day)_phb","p":153,"s":51,"h":1,"r":1,"n":"Rations (1 day)"},{"id":16219,"c":4,"u":"reliquary_phb","p":151,"s":51,"h":1,"r":1,"n":"Reliquary"},{"id":16220,"c":4,"u":"riding%20horse_phb","p":157,"s":51,"h":1,"r":1,"n":"Riding Horse"},{"id":16221,"c":4,"u":"riding%20saddle_phb","p":157,"s":51,"h":1,"r":1,"n":"Riding Saddle"},{"id":16222,"c":4,"u":"robes_phb","p":150,"s":51,"h":1,"r":1,"n":"Robes"},{"id":16223,"c":4,"u":"sack_phb","p":153,"s":51,"h":1,"r":1,"n":"Sack"},{"id":16224,"c":4,"u":"saddlebags_phb","p":157,"s":51,"h":1,"r":1,"n":"Saddlebags"},{"id":16225,"c":4,"u":"saffron_phb","p":157,"s":51,"h":1,"r":1,"n":"Saffron"},{"id":16226,"c":4,"u":"salt_phb","p":157,"s":51,"h":1,"r":1,"n":"Salt"},{"id":16227,"c":4,"u":"scholar's%20pack_phb","p":151,"s":51,"h":1,"r":1,"n":"Scholar's Pack"},{"id":16228,"c":4,"u":"sealing%20wax_phb","p":150,"s":51,"h":1,"r":1,"n":"Sealing Wax"},{"id":16229,"c":4,"u":"sheep_phb","p":157,"s":51,"h":1,"r":1,"n":"Sheep"},{"id":16230,"c":4,"u":"shovel_phb","p":150,"s":51,"h":1,"r":1,"n":"Shovel"},{"id":16231,"c":4,"u":"signal%20whistle_phb","p":150,"s":51,"h":1,"r":1,"n":"Signal Whistle"},{"id":16232,"c":4,"u":"signet%20ring_phb","p":150,"s":51,"h":1,"r":1,"n":"Signet Ring"},{"id":16233,"c":4,"u":"silk%20(1%20sq.%20yd.)_phb","p":157,"s":51,"h":1,"r":1,"n":"Silk (1 sq. yd.)"},{"id":16234,"c":4,"u":"silk%20rope%20(50%20feet)_phb","p":153,"s":51,"h":1,"r":1,"n":"Silk Rope (50 feet)"},{"id":16235,"c":4,"u":"silver_phb","p":157,"s":51,"h":1,"r":1,"n":"Silver"},{"id":16236,"c":4,"u":"silver%20(sp)_phb","p":143,"s":51,"h":1,"n":"Silver (sp)"},{"id":16237,"c":4,"u":"sled_phb","p":157,"s":51,"h":1,"r":1,"n":"Sled"},{"id":16238,"c":4,"u":"sledgehammer_phb","p":150,"s":51,"h":1,"r":1,"n":"Sledgehammer"},{"id":16239,"c":4,"u":"smith's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Smith's Tools"},{"id":16240,"c":4,"u":"soap_phb","p":150,"s":51,"h":1,"r":1,"n":"Soap"},{"id":16241,"c":4,"u":"spellbook_phb","p":153,"s":51,"h":1,"r":1,"n":"Spellbook"},{"id":16242,"c":4,"u":"sprig%20of%20mistletoe_phb","p":151,"s":51,"h":1,"r":1,"n":"Sprig of Mistletoe"},{"id":16243,"c":4,"u":"spyglass_phb","p":153,"s":51,"h":1,"r":1,"n":"Spyglass"},{"id":16244,"c":4,"u":"stabling%20(per%20day)_phb","p":157,"s":51,"h":1,"r":1,"n":"Stabling (per day)"},{"id":16245,"c":4,"u":"steel%20mirror_phb","p":150,"s":51,"h":1,"r":1,"n":"Steel Mirror"},{"id":16246,"c":4,"u":"tankard_phb","p":153,"s":51,"h":1,"r":1,"n":"Tankard"},{"id":16247,"c":4,"u":"thieves'%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Thieves' Tools"},{"id":16248,"c":4,"u":"three-dragon%20ante%20set_phb","p":154,"s":51,"h":1,"n":"Three-Dragon Ante Set"},{"id":16249,"c":4,"u":"tinderbox_phb","p":153,"s":51,"h":1,"r":1,"n":"Tinderbox"},{"id":16250,"c":4,"u":"tinker's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Tinker's Tools"},{"id":16251,"c":4,"u":"torch_phb","p":153,"s":51,"h":1,"r":1,"n":"Torch"},{"id":16252,"c":4,"u":"totem_phb","p":151,"s":51,"h":1,"r":1,"n":"Totem"},{"id":16253,"c":4,"u":"traveler's%20clothes_phb","p":150,"s":51,"h":1,"r":1,"n":"Traveler's Clothes"},{"id":16254,"c":4,"u":"trinket_phb","p":159,"s":51,"h":1,"n":"Trinket"},{"id":16255,"c":4,"u":"two-person%20tent_phb","p":153,"s":51,"h":1,"r":1,"n":"Two-Person Tent"},{"id":16256,"c":4,"u":"vial_phb","p":153,"s":51,"h":1,"r":1,"n":"Vial"},{"id":16257,"c":4,"u":"wagon_phb","p":157,"s":51,"h":1,"r":1,"n":"Wagon"},{"id":16258,"c":4,"u":"warhorse_phb","p":157,"s":51,"h":1,"r":1,"n":"Warhorse"},{"id":16259,"c":4,"u":"waterskin_phb","p":153,"s":51,"h":1,"r":1,"n":"Waterskin"},{"id":16260,"c":4,"u":"weaver's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Weaver's Tools"},{"id":16261,"c":4,"u":"wheat_phb","p":157,"s":51,"h":1,"r":1,"n":"Wheat"},{"id":16262,"c":4,"u":"whetstone_phb","p":150,"s":51,"h":1,"r":1,"n":"Whetstone"},{"id":16263,"c":4,"u":"woodcarver's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Woodcarver's Tools"},{"id":16264,"c":4,"u":"yew%20wand_phb","p":151,"s":51,"h":1,"r":1,"n":"Yew Wand"},{"id":16265,"c":4,"u":"balloon%20pack_pota","p":222,"s":52,"h":1,"n":"Balloon Pack"},{"id":16266,"c":4,"u":"bottled%20breath_pota","p":222,"s":52,"h":1,"n":"Bottled Breath"},{"id":16267,"c":4,"u":"claws%20of%20the%20umber%20hulk_pota","p":222,"s":52,"h":1,"n":"Claws of the Umber Hulk"},{"id":16268,"c":4,"u":"devastation%20orb%20of%20air_pota","p":222,"s":52,"h":1,"n":"Devastation Orb of Air"},{"id":16269,"c":4,"u":"devastation%20orb%20of%20earth_pota","p":222,"s":52,"h":1,"n":"Devastation Orb of Earth"},{"id":16270,"c":4,"u":"devastation%20orb%20of%20fire_pota","p":222,"s":52,"h":1,"n":"Devastation Orb of Fire"},{"id":16271,"c":4,"u":"devastation%20orb%20of%20water_pota","p":222,"s":52,"h":1,"n":"Devastation Orb of Water"},{"id":16272,"c":4,"u":"dragon%20sensing%20longsword_pota","p":90,"s":52,"h":1,"n":"Dragon Sensing Longsword"},{"id":16273,"c":4,"u":"drown_pota","p":224,"s":52,"h":1,"n":"Drown"},{"id":16274,"c":4,"u":"ironfang_pota","p":224,"s":52,"h":1,"n":"Ironfang"},{"id":16275,"c":4,"u":"lost%20crown%20of%20besilmer_pota","p":223,"s":52,"h":1,"n":"Lost Crown of Besilmer"},{"id":16276,"c":4,"u":"orcsplitter_pota","p":224,"s":52,"h":1,"n":"Orcsplitter"},{"id":16277,"c":4,"u":"pathfinder's%20greataxe_pota","p":175,"s":52,"h":1,"n":"Pathfinder's Greataxe"},{"id":16278,"c":4,"u":"reszur_pota","p":157,"s":52,"h":1,"n":"Reszur"},{"id":16279,"c":4,"u":"seeker%20dart_pota","p":223,"s":52,"h":1,"n":"Seeker Dart"},{"id":16280,"c":4,"u":"storm%20boomerang_pota","p":223,"s":52,"h":1,"n":"Storm Boomerang"},{"id":16281,"c":4,"u":"tinderstrike_pota","p":224,"s":52,"h":1,"n":"Tinderstrike"},{"id":16282,"c":4,"u":"weird%20tank_pota","p":223,"s":52,"h":1,"n":"Weird Tank"},{"id":16283,"c":4,"u":"windvane_pota","p":224,"s":52,"h":1,"n":"Windvane"},{"id":16284,"c":4,"u":"wingwear_pota","p":223,"s":52,"h":1,"n":"Wingwear"},{"id":16285,"c":4,"u":"antigravity%20belt_qftis","p":192,"s":53,"h":1,"n":"Antigravity Belt"},{"id":16286,"c":4,"u":"concussion%20grenade_qftis","p":192,"s":53,"h":1,"n":"Concussion Grenade"},{"id":16287,"c":4,"u":"daoud's%20wondrous%20lanthorn_qftis","p":190,"s":53,"h":1,"n":"Daoud's Wondrous Lanthorn"},{"id":16288,"c":4,"u":"heretic_qftis","p":191,"s":53,"h":1,"n":"Heretic"},{"id":16289,"c":4,"u":"needler%20pistol_qftis","p":192,"s":53,"h":1,"n":"Needler Pistol"},{"id":16290,"c":4,"u":"paralysis%20pistol_qftis","p":192,"s":53,"h":1,"n":"Paralysis Pistol"},{"id":16291,"c":4,"u":"powered%20armor_qftis","p":192,"s":53,"h":1,"n":"Powered Armor"},{"id":16292,"c":4,"u":"robot%20controller_qftis","p":193,"s":53,"h":1,"n":"Robot Controller"},{"id":16293,"c":4,"u":"sleep%20grenade_qftis","p":192,"s":53,"h":1,"n":"Sleep Grenade"},{"id":16294,"c":4,"u":"spaceship%20trinket_qftis","p":161,"s":53,"h":1,"n":"Spaceship Trinket"},{"id":16295,"c":4,"u":"staff%20of%20ruling_qftis","p":191,"s":53,"h":1,"n":"Staff of Ruling"},{"id":16296,"c":4,"u":"concertina_rmbre","p":26,"s":54,"h":1,"dP":1,"n":"Concertina"},{"id":16297,"c":4,"u":"draakhorn_rot","p":93,"s":55,"h":1,"n":"Draakhorn"},{"id":16298,"c":4,"u":"dragontooth%20dagger_rot","p":94,"s":55,"h":1,"n":"Dragontooth Dagger"},{"id":16299,"c":4,"u":"mask%20of%20the%20dragon%20queen_rot","p":94,"s":55,"h":1,"n":"Mask of the Dragon Queen"},{"id":16300,"c":4,"u":"blue%20dragon%20mask_rotos","p":4,"s":111,"h":1,"n":"Blue Dragon Mask"},{"id":16301,"c":4,"u":"green%20dragon%20mask_rotos","p":4,"s":111,"h":1,"n":"Green Dragon Mask"},{"id":16302,"c":4,"u":"red%20dragon%20mask_rotos","p":4,"s":111,"h":1,"n":"Red Dragon Mask"},{"id":16303,"c":4,"u":"white%20dragon%20mask_rotos","p":4,"s":111,"h":1,"n":"White Dragon Mask"},{"id":16304,"c":4,"u":"gate%20warden%20trinket_sato","p":7,"s":103,"h":1,"n":"Gate Warden Trinket"},{"id":16305,"c":4,"u":"mimir_sato","p":13,"s":103,"h":1,"n":"Mimir"},{"id":16306,"c":4,"u":"planar%20philosopher%20trinket_sato","p":8,"s":103,"h":1,"n":"Planar Philosopher Trinket"},{"id":16307,"c":4,"u":"portal%20compass_sato","p":13,"s":103,"h":1,"n":"Portal Compass"},{"id":16308,"c":4,"u":"sensory%20stone_sato","p":13,"s":103,"h":1,"n":"Sensory Stone"},{"id":16309,"c":4,"u":"alchemist's%20doom_scc","p":179,"s":56,"h":1,"n":"Alchemist's Doom"},{"id":16310,"c":4,"u":"bottle%20of%20boundless%20coffee_scc","p":38,"s":56,"h":1,"n":"Bottle of Boundless Coffee"},{"id":16311,"c":4,"u":"catapult%20munition_scc","p":174,"s":56,"h":1,"n":"Catapult Munition"},{"id":16312,"c":4,"u":"cuddly%20strixhaven%20mascot_scc","p":38,"s":56,"h":1,"n":"Cuddly Strixhaven Mascot"},{"id":16313,"c":4,"u":"lorehold%20primer_scc","p":39,"s":56,"h":1,"n":"Lorehold Primer"},{"id":16314,"c":4,"u":"lorehold%20trinket_scc","p":31,"s":56,"h":1,"n":"Lorehold Trinket"},{"id":16315,"c":4,"u":"masque%20charm_scc","p":127,"s":56,"h":1,"n":"Masque Charm"},{"id":16316,"c":4,"u":"murgaxor's%20elixir%20of%20life_scc","p":179,"s":56,"h":1,"n":"Murgaxor's Elixir of Life"},{"id":16317,"c":4,"u":"murgaxor's%20orb_scc","p":126,"s":56,"h":1,"n":"Murgaxor's Orb"},{"id":16318,"c":4,"u":"prismari%20primer_scc","p":39,"s":56,"h":1,"n":"Prismari Primer"},{"id":16319,"c":4,"u":"prismari%20trinket_scc","p":32,"s":56,"h":1,"n":"Prismari Trinket"},{"id":16320,"c":4,"u":"quandrix%20primer_scc","p":39,"s":56,"h":1,"n":"Quandrix Primer"},{"id":16321,"c":4,"u":"quandrix%20trinket_scc","p":33,"s":56,"h":1,"n":"Quandrix Trinket"},{"id":16322,"c":4,"u":"silverquill%20primer_scc","p":39,"s":56,"h":1,"n":"Silverquill Primer"},{"id":16323,"c":4,"u":"silverquill%20trinket_scc","p":35,"s":56,"h":1,"n":"Silverquill Trinket"},{"id":16324,"c":4,"u":"strixhaven%20pennant_scc","p":39,"s":56,"h":1,"n":"Strixhaven Pennant"},{"id":16325,"c":4,"u":"witherbloom%20primer_scc","p":39,"s":56,"h":1,"n":"Witherbloom Primer"},{"id":16326,"c":4,"u":"witherbloom%20trinket_scc","p":36,"s":56,"h":1,"n":"Witherbloom Trinket"},{"id":16327,"c":4,"u":"bonecounter_sdw","s":57,"h":1,"n":"Bonecounter"},{"id":16328,"c":4,"u":"banner%20of%20the%20krig%20rune_skt","p":233,"s":58,"h":1,"n":"Banner of the Krig Rune"},{"id":16329,"c":4,"u":"blod%20stone_skt","p":233,"s":58,"h":1,"n":"Blod Stone"},{"id":16330,"c":4,"u":"claw%20of%20the%20wyrm%20rune_skt","p":233,"s":58,"h":1,"n":"Claw of the Wyrm Rune"},{"id":16331,"c":4,"u":"clockwork%20dog_skt","p":44,"s":58,"h":1,"n":"Clockwork Dog"},{"id":16332,"c":4,"u":"conch%20of%20teleportation_skt","p":234,"s":58,"h":1,"n":"Conch of Teleportation"},{"id":16333,"c":4,"u":"dragon%20thighbone%20club_skt","p":105,"s":58,"h":1,"n":"Dragon Thighbone Club"},{"id":16334,"c":4,"u":"faerie%20dust_skt","p":35,"s":58,"h":1,"n":"Faerie Dust"},{"id":16335,"c":4,"u":"gavel%20of%20the%20venn%20rune_skt","p":234,"s":58,"h":1,"n":"Gavel of the Venn Rune"},{"id":16336,"c":4,"u":"gurt's%20greataxe_skt","p":234,"s":58,"h":1,"n":"Gurt's Greataxe"},{"id":16337,"c":4,"u":"ingot%20of%20the%20skold%20rune_skt","p":234,"s":58,"h":1,"n":"Ingot of the Skold Rune"},{"id":16338,"c":4,"u":"korolnor%20scepter_skt","p":234,"s":58,"h":1,"n":"Korolnor Scepter"},{"id":16339,"c":4,"u":"navigation%20orb_skt","p":235,"s":58,"h":1,"n":"Navigation Orb"},{"id":16340,"c":4,"u":"opal%20of%20the%20ild%20rune_skt","p":235,"s":58,"h":1,"n":"Opal of the Ild Rune"},{"id":16341,"c":4,"u":"orb%20of%20the%20stein%20rune_skt","p":235,"s":58,"h":1,"n":"Orb of the Stein Rune"},{"id":16342,"c":4,"u":"pennant%20of%20the%20vind%20rune_skt","p":235,"s":58,"h":1,"n":"Pennant of the Vind Rune"},{"id":16343,"c":4,"u":"potion%20of%20giant%20size_skt","p":236,"s":58,"h":1,"n":"Potion of Giant Size"},{"id":16344,"c":4,"u":"robe%20of%20serpents_skt","p":236,"s":58,"h":1,"n":"Robe of Serpents"},{"id":16345,"c":4,"u":"rod%20of%20the%20vonindod_skt","p":236,"s":58,"h":1,"n":"Rod of the Vonindod"},{"id":16346,"c":4,"u":"shard%20of%20the%20ise%20rune_skt","p":236,"s":58,"h":1,"n":"Shard of the Ise Rune"},{"id":16347,"c":4,"u":"wyrmskull%20throne_skt","p":237,"s":58,"h":1,"n":"Wyrmskull Throne"},{"id":16348,"c":4,"u":"%2b2%20ring%20of%20protection_tdcsr","p":263,"s":60,"h":1,"dP":1,"n":"+2 Ring of Protection"},{"id":16349,"c":4,"u":"%2b2%20studded%20leather%20armor%20of%20acid%20resistance_tdcsr","p":271,"s":60,"h":1,"dP":1,"n":"+2 Studded Leather Armor of Acid Resistance"},{"id":16350,"c":4,"u":"%2b2%20studded%20white%20dragon%20leather%20armor%20of%20cold%20resistance_tdcsr","p":267,"s":60,"h":1,"dP":1,"n":"+2 Studded White Dragon Leather Armor of Cold Resistance"},{"id":16351,"c":4,"u":"agony%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Agony (Awakened)"},{"id":16352,"c":4,"u":"agony%20(dormant)_tdcsr","p":202,"s":60,"h":1,"dP":1,"n":"Agony (Dormant)"},{"id":16353,"c":4,"u":"agony%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Agony (Exalted)"},{"id":16354,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Armor of the Valiant Soul (Awakened)"},{"id":16355,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(dormant)_tdcsr","p":202,"s":60,"h":1,"dP":1,"n":"Armor of the Valiant Soul (Dormant)"},{"id":16356,"c":4,"u":"armor%20of%20the%20valiant%20soul%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Armor of the Valiant Soul (Exalted)"},{"id":16357,"c":4,"u":"azuremite_tdcsr","p":141,"s":60,"h":1,"dP":1,"n":"Azuremite"},{"id":16358,"c":4,"u":"boots%20of%20haste_tdcsr","p":194,"s":60,"h":1,"dP":1,"n":"Boots of Haste"},{"id":16359,"c":4,"u":"boots%20of%20the%20vigilant_tdcsr","p":194,"s":60,"h":1,"dP":1,"n":"Boots of the Vigilant"},{"id":16360,"c":4,"u":"cabal's%20ruin%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Cabal's Ruin (Awakened)"},{"id":16361,"c":4,"u":"cabal's%20ruin%20(dormant)_tdcsr","p":203,"s":60,"h":1,"dP":1,"n":"Cabal's Ruin (Dormant)"},{"id":16362,"c":4,"u":"cabal's%20ruin%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Cabal's Ruin (Exalted)"},{"id":16363,"c":4,"u":"cataclysm%20bolts_tdcsr","p":194,"s":60,"h":1,"dP":1,"n":"Cataclysm Bolts"},{"id":16364,"c":4,"u":"circlet%20of%20barbed%20vision%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Circlet of Barbed Vision (Awakened)"},{"id":16365,"c":4,"u":"circlet%20of%20barbed%20vision%20(dormant)_tdcsr","p":203,"s":60,"h":1,"dP":1,"n":"Circlet of Barbed Vision (Dormant)"},{"id":16366,"c":4,"u":"circlet%20of%20barbed%20vision%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Circlet of Barbed Vision (Exalted)"},{"id":16367,"c":4,"u":"circlet%20of%20wisdom_tdcsr","p":263,"s":60,"h":1,"dP":1,"n":"Circlet of Wisdom"},{"id":16368,"c":4,"u":"coat%20of%20the%20crest_tdcsr","p":194,"s":60,"h":1,"dP":1,"n":"Coat of the Crest"},{"id":16369,"c":4,"u":"condemner%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Condemner (Awakened)"},{"id":16370,"c":4,"u":"condemner%20(dormant)_tdcsr","p":204,"s":60,"h":1,"dP":1,"n":"Condemner (Dormant)"},{"id":16371,"c":4,"u":"condemner%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Condemner (Exalted)"},{"id":16372,"c":4,"u":"corecut%20dagger_tdcsr","p":195,"s":60,"h":1,"dP":1,"n":"Corecut Dagger"},{"id":16373,"c":4,"u":"dagger%20of%20denial_tdcsr","p":195,"s":60,"h":1,"dP":1,"n":"Dagger of Denial"},{"id":16374,"c":4,"u":"deathwalker's%20ward%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Deathwalker's Ward (Awakened)"},{"id":16375,"c":4,"u":"deathwalker's%20ward%20(dormant)_tdcsr","p":204,"s":60,"h":1,"dP":1,"n":"Deathwalker's Ward (Dormant)"},{"id":16376,"c":4,"u":"deathwalker's%20ward%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Deathwalker's Ward (Exalted)"},{"id":16377,"c":4,"u":"doublet%20of%20dramatic%20demise_tdcsr","p":195,"s":60,"h":1,"dP":1,"n":"Doublet of Dramatic Demise"},{"id":16378,"c":4,"u":"dynamite_tdcsr","p":100,"s":60,"h":1,"dP":1,"n":"Dynamite"},{"id":16379,"c":4,"u":"earthboard_tdcsr","p":198,"s":60,"h":1,"dP":1,"n":"Earthboard"},{"id":16380,"c":4,"u":"echo%20stone_tdcsr","p":195,"s":60,"h":1,"dP":1,"n":"Echo Stone"},{"id":16381,"c":4,"u":"fenthras%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Fenthras (Awakened)"},{"id":16382,"c":4,"u":"fenthras%20(dormant)_tdcsr","p":205,"s":60,"h":1,"dP":1,"n":"Fenthras (Dormant)"},{"id":16383,"c":4,"u":"fenthras%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Fenthras (Exalted)"},{"id":16384,"c":4,"u":"flamefriend%20lantern_tdcsr","p":198,"s":60,"h":1,"dP":1,"n":"Flamefriend Lantern"},{"id":16385,"c":4,"u":"gluebomb_tdcsr","p":100,"s":60,"h":1,"dP":1,"n":"Gluebomb"},{"id":16386,"c":4,"u":"graz'tchar%2c%20the%20decadent%20end_tdcsr","p":195,"s":60,"h":1,"dP":1,"n":"Graz'tchar, the Decadent End"},{"id":16387,"c":4,"u":"honor's%20last%20stand%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Honor's Last Stand (Awakened)"},{"id":16388,"c":4,"u":"honor's%20last%20stand%20(dormant)_tdcsr","p":206,"s":60,"h":1,"dP":1,"n":"Honor's Last Stand (Dormant)"},{"id":16389,"c":4,"u":"honor's%20last%20stand%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Honor's Last Stand (Exalted)"},{"id":16390,"c":4,"u":"inescapable%20lash_tdcsr","p":195,"s":60,"h":1,"dP":1,"n":"Inescapable Lash"},{"id":16391,"c":4,"u":"kiss%20of%20the%20changebringer%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Kiss of the Changebringer (Awakened)"},{"id":16392,"c":4,"u":"kiss%20of%20the%20changebringer%20(dormant)_tdcsr","p":206,"s":60,"h":1,"dP":1,"n":"Kiss of the Changebringer (Dormant)"},{"id":16393,"c":4,"u":"kiss%20of%20the%20changebringer%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Kiss of the Changebringer (Exalted)"},{"id":16394,"c":4,"u":"magician's%20judge_tdcsr","p":196,"s":60,"h":1,"dP":1,"n":"Magician's Judge"},{"id":16395,"c":4,"u":"mirror%20of%20infinite%20transpondence_tdcsr","p":196,"s":60,"h":1,"dP":1,"n":"Mirror of Infinite Transpondence"},{"id":16396,"c":4,"u":"mythcarver%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Mythcarver (Awakened)"},{"id":16397,"c":4,"u":"mythcarver%20(dormant)_tdcsr","p":207,"s":60,"h":1,"dP":1,"n":"Mythcarver (Dormant)"},{"id":16398,"c":4,"u":"mythcarver%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Mythcarver (Exalted)"},{"id":16399,"c":4,"u":"oloore%20root%20teabag_tdcsr","p":85,"s":60,"h":1,"dP":1,"n":"Oloore Root Teabag"},{"id":16400,"c":4,"u":"plainscow_tdcsr","p":248,"s":60,"h":1,"dP":1,"n":"Plainscow"},{"id":16401,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Plate of the Dawnmartyr (Awakened)"},{"id":16402,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(dormant)_tdcsr","p":208,"s":60,"h":1,"dP":1,"n":"Plate of the Dawnmartyr (Dormant)"},{"id":16403,"c":4,"u":"plate%20of%20the%20dawnmartyr%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Plate of the Dawnmartyr (Exalted)"},{"id":16404,"c":4,"u":"pyremaul%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Pyremaul (Awakened)"},{"id":16405,"c":4,"u":"pyremaul%20(dormant)_tdcsr","p":208,"s":60,"h":1,"dP":1,"n":"Pyremaul (Dormant)"},{"id":16406,"c":4,"u":"pyremaul%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Pyremaul (Exalted)"},{"id":16407,"c":4,"u":"raven's%20slumber_tdcsr","p":197,"s":60,"h":1,"dP":1,"n":"Raven's Slumber"},{"id":16408,"c":4,"u":"residuum_tdcsr","p":75,"s":60,"h":1,"dP":1,"n":"Residuum"},{"id":16409,"c":4,"u":"residuum%20enchanting%20slate_tdcsr","p":75,"s":60,"h":1,"dP":1,"n":"Residuum Enchanting Slate"},{"id":16410,"c":4,"u":"rod%20of%20mercurial%20form_tdcsr","p":197,"s":60,"h":1,"dP":1,"n":"Rod of Mercurial Form"},{"id":16411,"c":4,"u":"skysail_tdcsr","p":199,"s":60,"h":1,"dP":1,"n":"Skysail"},{"id":16412,"c":4,"u":"skyship_tdcsr","p":137,"s":60,"h":1,"dP":1,"n":"Skyship"},{"id":16413,"c":4,"u":"spire%20of%20conflux%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Spire of Conflux (Awakened)"},{"id":16414,"c":4,"u":"spire%20of%20conflux%20(dormant)_tdcsr","p":209,"s":60,"h":1,"r":1,"dP":1,"n":"Spire of Conflux (Dormant)"},{"id":16415,"c":4,"u":"spire%20of%20conflux%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Spire of Conflux (Exalted)"},{"id":16416,"c":4,"u":"star%20razor%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Star Razor (Awakened)"},{"id":16417,"c":4,"u":"star%20razor%20(dormant)_tdcsr","p":210,"s":60,"h":1,"dP":1,"n":"Star Razor (Dormant)"},{"id":16418,"c":4,"u":"star%20razor%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Star Razor (Exalted)"},{"id":16419,"c":4,"u":"stink%20bomb_tdcsr","p":100,"s":60,"h":1,"dP":1,"n":"Stink Bomb"},{"id":16420,"c":4,"u":"stormrider%20boots_tdcsr","p":197,"s":60,"h":1,"dP":1,"n":"Stormrider Boots"},{"id":16421,"c":4,"u":"summer's%20dance_tdcsr","p":197,"s":60,"h":1,"dP":1,"n":"Summer's Dance"},{"id":16422,"c":4,"u":"sunbeam%20compass_tdcsr","p":143,"s":60,"h":1,"dP":1,"n":"Sunbeam Compass"},{"id":16423,"c":4,"u":"suude%20(blue)_tdcsr","p":85,"s":60,"h":1,"dP":1,"n":"Suude (Blue)"},{"id":16424,"c":4,"u":"suude%20(brown)_tdcsr","p":85,"s":60,"h":1,"dP":1,"n":"Suude (Brown)"},{"id":16425,"c":4,"u":"suude%20(red)_tdcsr","p":85,"s":60,"h":1,"dP":1,"n":"Suude (Red)"},{"id":16426,"c":4,"u":"tinkertop%20boltblaster%201000_tdcsr","p":197,"s":60,"h":1,"dP":1,"n":"Tinkertop Boltblaster 1000"},{"id":16427,"c":4,"u":"titanstone%20knuckles%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Titanstone Knuckles (Awakened)"},{"id":16428,"c":4,"u":"titanstone%20knuckles%20(dormant)_tdcsr","p":211,"s":60,"h":1,"dP":1,"n":"Titanstone Knuckles (Dormant)"},{"id":16429,"c":4,"u":"titanstone%20knuckles%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Titanstone Knuckles (Exalted)"},{"id":16430,"c":4,"u":"whisper%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Whisper (Awakened)"},{"id":16431,"c":4,"u":"whisper%20(dormant)_tdcsr","p":211,"s":60,"h":1,"dP":1,"n":"Whisper (Dormant)"},{"id":16432,"c":4,"u":"whisper%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Whisper (Exalted)"},{"id":16433,"c":4,"u":"whitestone_tdcsr","p":75,"s":60,"h":1,"dP":1,"n":"Whitestone"},{"id":16434,"c":4,"u":"wraps%20of%20dyamak%20(awakened)_tdcsr","s":60,"h":1,"dP":1,"n":"Wraps of Dyamak (Awakened)"},{"id":16435,"c":4,"u":"wraps%20of%20dyamak%20(dormant)_tdcsr","p":212,"s":60,"h":1,"dP":1,"n":"Wraps of Dyamak (Dormant)"},{"id":16436,"c":4,"u":"wraps%20of%20dyamak%20(exalted)_tdcsr","s":60,"h":1,"dP":1,"n":"Wraps of Dyamak (Exalted)"},{"id":16437,"c":4,"u":"writing%20kit_tdcsr","p":183,"s":60,"h":1,"dP":1,"n":"Writing Kit"},{"id":16438,"c":4,"u":"zeal_tdcsr","p":85,"s":60,"h":1,"dP":1,"n":"Zeal"},{"id":16439,"c":4,"u":"amulet%20of%20protection%20from%20turning_tftyp","p":228,"s":61,"h":1,"n":"Amulet of Protection from Turning"},{"id":16440,"c":4,"u":"balance%20of%20harmony_tftyp","p":228,"s":61,"h":1,"n":"Balance of Harmony"},{"id":16441,"c":4,"u":"bracelet%20of%20rock%20magic_tftyp","p":228,"s":61,"h":1,"n":"Bracelet of Rock Magic"},{"id":16442,"c":4,"u":"eagle%20whistle_tftyp","p":228,"s":61,"h":1,"n":"Eagle Whistle"},{"id":16443,"c":4,"u":"flame%20tongue%20shortsword%20of%20greed_tftyp","p":179,"s":61,"h":1,"n":"Flame Tongue Shortsword of Greed"},{"id":16444,"c":4,"u":"hell%20hound%20cloak_tftyp","p":228,"s":61,"h":1,"n":"Hell Hound Cloak"},{"id":16445,"c":4,"u":"javelin%20of%20backbiting_tftyp","p":229,"s":61,"h":1,"n":"Javelin of Backbiting"},{"id":16446,"c":4,"u":"junky%20%2b1%20dagger_tftyp","p":77,"s":61,"h":1,"n":"Junky +1 Dagger"},{"id":16447,"c":4,"u":"loadstone_tftyp","p":228,"s":61,"h":1,"n":"Loadstone"},{"id":16448,"c":4,"u":"macuahuitl_tftyp","p":70,"s":61,"h":1,"n":"Macuahuitl"},{"id":16449,"c":4,"u":"mirror%20of%20the%20past_tftyp","p":228,"s":61,"h":1,"n":"Mirror of the Past"},{"id":16450,"c":4,"u":"night%20caller_tftyp","p":228,"s":61,"h":1,"n":"Night Caller"},{"id":16451,"c":4,"u":"potion%20of%20mind%20control%20(beast)_tftyp","p":229,"s":61,"h":1,"n":"Potion of Mind Control (beast)"},{"id":16452,"c":4,"u":"potion%20of%20mind%20control%20(humanoid)_tftyp","p":229,"s":61,"h":1,"n":"Potion of Mind Control (humanoid)"},{"id":16453,"c":4,"u":"potion%20of%20mind%20control%20(monster)_tftyp","p":229,"s":61,"h":1,"n":"Potion of Mind Control (monster)"},{"id":16454,"c":4,"u":"robe%20of%20summer_tftyp","p":229,"s":61,"h":1,"n":"Robe of Summer"},{"id":16455,"c":4,"u":"shatterspike_tftyp","p":229,"s":61,"h":1,"n":"Shatterspike"},{"id":16456,"c":4,"u":"spear%20of%20backbiting_tftyp","p":229,"s":61,"h":1,"n":"Spear of Backbiting"},{"id":16457,"c":4,"u":"stone%20of%20ill%20luck_tftyp","p":229,"s":61,"h":1,"n":"Stone of Ill Luck"},{"id":16458,"c":4,"u":"wand%20of%20entangle_tftyp","p":229,"s":61,"h":1,"n":"Wand of Entangle"},{"id":16459,"c":4,"u":"waythe_tftyp","p":229,"s":61,"h":1,"n":"Waythe"},{"id":16460,"c":4,"u":"white%20dragon%20cape_tftyp","p":193,"s":61,"h":1,"n":"White Dragon Cape"},{"id":16461,"c":4,"u":"amulet%20of%20the%20black%20skull_toa","p":206,"s":62,"h":1,"n":"Amulet of the Black Skull"},{"id":16462,"c":4,"u":"arcanaloth's%20music%20box_toa","p":188,"s":62,"h":1,"n":"Arcanaloth's Music Box"},{"id":16463,"c":4,"u":"bob_toa","p":89,"s":62,"h":1,"n":"Bob"},{"id":16464,"c":4,"u":"bookmark_toa","p":206,"s":62,"h":1,"n":"Bookmark"},{"id":16465,"c":4,"u":"canoe_toa","p":31,"s":62,"h":1,"n":"Canoe"},{"id":16466,"c":4,"u":"dancing%20monkey%20fruit_toa","p":205,"s":62,"h":1,"n":"Dancing Monkey Fruit"},{"id":16467,"c":4,"u":"devlin's%20staff%20of%20striking_toa","p":141,"s":62,"h":1,"n":"Devlin's Staff of Striking"},{"id":16468,"c":4,"u":"draconic%20longsword_toa","p":173,"s":62,"h":1,"n":"Draconic Longsword"},{"id":16469,"c":4,"u":"ghost%20lantern_toa","p":206,"s":62,"h":1,"n":"Ghost Lantern"},{"id":16470,"c":4,"u":"insect%20repellent%20(block%20of%20incense)_toa","p":32,"s":62,"h":1,"n":"Insect Repellent (block of incense)"},{"id":16471,"c":4,"u":"insect%20repellent%20(greasy%20salve)_toa","p":32,"s":62,"h":1,"n":"Insect Repellent (greasy salve)"},{"id":16472,"c":4,"u":"mask%20of%20the%20beast_toa","p":207,"s":62,"h":1,"n":"Mask of the Beast"},{"id":16473,"c":4,"u":"menga%20leaves%20(1%20ounce)_toa","p":205,"s":62,"h":1,"n":"Menga leaves (1 ounce)"},{"id":16474,"c":4,"u":"petrified%20grung%20egg_toa","p":144,"s":62,"h":1,"n":"Petrified Grung Egg"},{"id":16475,"c":4,"u":"rain%20catcher_toa","p":32,"s":62,"h":1,"n":"Rain Catcher"},{"id":16476,"c":4,"u":"ring%20of%20winter_toa","p":207,"s":62,"h":1,"n":"Ring of Winter"},{"id":16477,"c":4,"u":"ryath%20root_toa","p":205,"s":62,"h":1,"n":"Ryath Root"},{"id":16478,"c":4,"u":"scorpion%20armor_toa","p":208,"s":62,"h":1,"n":"Scorpion Armor"},{"id":16479,"c":4,"u":"shield%20of%20shouting_toa","p":116,"s":62,"h":1,"n":"Shield of Shouting"},{"id":16480,"c":4,"u":"sinda%20berries%20(10)_toa","p":205,"s":62,"h":1,"n":"Sinda berries (10)"},{"id":16481,"c":4,"u":"staff%20of%20the%20forgotten%20one_toa","p":208,"s":62,"h":1,"n":"Staff of the Forgotten One"},{"id":16482,"c":4,"u":"tej_toa","p":32,"s":62,"h":1,"n":"Tej"},{"id":16483,"c":4,"u":"wildroot_toa","p":205,"s":62,"h":1,"n":"Wildroot"},{"id":16484,"c":4,"u":"wukka%20nut_toa","p":205,"s":62,"h":1,"n":"Wukka Nut"},{"id":16485,"c":4,"u":"yahcha_toa","p":205,"s":62,"h":1,"n":"Yahcha"},{"id":16486,"c":4,"u":"zabou_toa","p":205,"s":62,"h":1,"n":"Zabou"},{"id":16487,"c":4,"u":"dissimortuum's%20cursed%20mask_tob1-2023","p":106,"s":63,"h":1,"dP":1,"n":"Dissimortuum's Cursed Mask"},{"id":16488,"c":4,"u":"spinosaurus_tob1-2023","p":103,"s":63,"h":1,"dP":1,"n":"Spinosaurus"},{"id":16489,"c":4,"u":"vanisher%20hat_tob1-2023","p":319,"s":63,"h":1,"dP":1,"n":"Vanisher Hat"},{"id":16490,"c":4,"u":"chime%20of%20exile_veor","p":46,"s":65,"h":1,"n":"Chime of Exile"},{"id":16491,"c":4,"u":"crown%20of%20lies_veor","p":6,"s":65,"h":1,"n":"Crown of Lies"},{"id":16492,"c":4,"u":"rod%20of%20seven%20parts_veor","p":8,"s":65,"h":1,"n":"Rod of Seven Parts"},{"id":16493,"c":4,"u":"flensing%20claws%20(huge)_vgm","p":81,"s":66,"h":1,"n":"Flensing Claws (Huge)"},{"id":16494,"c":4,"u":"flensing%20claws%20(large)_vgm","p":81,"s":66,"h":1,"n":"Flensing Claws (Large)"},{"id":16495,"c":4,"u":"flensing%20claws%20(medium)_vgm","p":81,"s":66,"h":1,"n":"Flensing Claws (Medium)"},{"id":16496,"c":4,"u":"flensing%20claws%20(small)_vgm","p":81,"s":66,"h":1,"n":"Flensing Claws (Small)"},{"id":16497,"c":4,"u":"mind%20lash_vgm","p":81,"s":66,"h":1,"n":"Mind Lash"},{"id":16498,"c":4,"u":"shield%20of%20far%20sight_vgm","p":81,"s":66,"h":1,"n":"Shield of Far Sight"},{"id":16499,"c":4,"u":"survival%20mantle_vgm","p":81,"s":66,"h":1,"n":"Survival Mantle"},{"id":16500,"c":4,"u":"harkon's%20bite_vrgr","p":137,"s":67,"h":1,"n":"Harkon's Bite"},{"id":16501,"c":4,"u":"horror%20trinket_vrgr","p":36,"s":67,"h":1,"n":"Horror Trinket"},{"id":16502,"c":4,"u":"ivana's%20whisper_vrgr","p":83,"s":67,"h":1,"n":"Ivana's Whisper"},{"id":16503,"c":4,"u":"monster%20hunter's%20pack_vrgr","p":34,"s":67,"h":1,"n":"Monster Hunter's Pack"},{"id":16504,"c":4,"u":"nepenthe_vrgr","p":86,"s":67,"h":1,"n":"Nepenthe"},{"id":16505,"c":4,"u":"black%20chromatic%20rose_wbtw","p":208,"s":68,"h":1,"n":"Black Chromatic Rose"},{"id":16506,"c":4,"u":"blue%20chromatic%20rose_wbtw","p":208,"s":68,"h":1,"n":"Blue Chromatic Rose"},{"id":16507,"c":4,"u":"bobbing%20lily%20pad_wbtw","p":208,"s":68,"h":1,"n":"Bobbing Lily Pad"},{"id":16508,"c":4,"u":"dust%20of%20corrosion_wbtw","p":209,"s":68,"h":1,"n":"Dust of Corrosion"},{"id":16509,"c":4,"u":"eldritch%20staff_wbtw","p":209,"s":68,"h":1,"n":"Eldritch Staff"},{"id":16510,"c":4,"u":"feywild%20trinket_wbtw","p":7,"s":68,"h":1,"n":"Feywild Trinket"},{"id":16511,"c":4,"u":"green%20chromatic%20rose_wbtw","p":208,"s":68,"h":1,"n":"Green Chromatic Rose"},{"id":16512,"c":4,"u":"iggwilv's%20cauldron_wbtw","p":209,"s":68,"h":1,"n":"Iggwilv's Cauldron"},{"id":16513,"c":4,"u":"ornithopter%20of%20flying_wbtw","p":212,"s":68,"h":1,"n":"Ornithopter of Flying"},{"id":16514,"c":4,"u":"pixie%20dust_wbtw","p":212,"s":68,"h":1,"n":"Pixie Dust"},{"id":16515,"c":4,"u":"potion%20of%20advantage_wbtw","p":212,"s":68,"h":1,"n":"Potion of Advantage"},{"id":16516,"c":4,"u":"red%20chromatic%20rose_wbtw","p":208,"s":68,"h":1,"n":"Red Chromatic Rose"},{"id":16517,"c":4,"u":"scissors%20of%20shadow%20snipping_wbtw","p":213,"s":68,"h":1,"n":"Scissors of Shadow Snipping"},{"id":16518,"c":4,"u":"snicker-snack_wbtw","p":213,"s":68,"h":1,"n":"Snicker-Snack"},{"id":16519,"c":4,"u":"steel_wbtw","p":214,"s":68,"h":1,"n":"Steel"},{"id":16520,"c":4,"u":"white%20chromatic%20rose_wbtw","p":208,"s":68,"h":1,"n":"White Chromatic Rose"},{"id":16521,"c":4,"u":"witchlight%20vane_wbtw","p":27,"s":68,"h":1,"n":"Witchlight Vane"},{"id":16522,"c":4,"u":"witchlight%20watch_wbtw","p":25,"s":68,"h":1,"n":"Witchlight Watch"},{"id":16523,"c":4,"u":"woodcutter's%20axe_wbtw","p":214,"s":68,"h":1,"n":"Woodcutter's Axe"},{"id":16524,"c":4,"u":"adamantine%20bar_wdh","p":90,"s":69,"h":1,"n":"Adamantine Bar"},{"id":16525,"c":4,"u":"adjustable%20stilts_wdh","p":47,"s":69,"h":1,"n":"Adjustable Stilts"},{"id":16526,"c":4,"u":"azuredge_wdh","p":189,"s":69,"h":1,"n":"Azuredge"},{"id":16527,"c":4,"u":"backpack%20parachute_wdh","p":47,"s":69,"h":1,"n":"Backpack Parachute"},{"id":16528,"c":4,"u":"badge%20of%20the%20watch_wdh","p":189,"s":69,"h":1,"n":"Badge of the Watch"},{"id":16529,"c":4,"u":"barking%20box_wdh","p":47,"s":69,"h":1,"n":"Barking Box"},{"id":16530,"c":4,"u":"blackstaff_wdh","p":190,"s":69,"h":1,"n":"Blackstaff"},{"id":16531,"c":4,"u":"bracer%20of%20flying%20daggers_wdh","p":190,"s":69,"h":1,"n":"Bracer of Flying Daggers"},{"id":16532,"c":4,"u":"charred%20wand%20of%20magic%20missiles_wdh","p":77,"s":69,"h":1,"n":"Charred Wand of Magic Missiles"},{"id":16533,"c":4,"u":"dragon_wdh","p":169,"s":69,"h":1,"n":"Dragon"},{"id":16534,"c":4,"u":"dragonstaff%20of%20ahghairon_wdh","p":191,"s":69,"h":1,"n":"Dragonstaff of Ahghairon"},{"id":16535,"c":4,"u":"feather%20of%20diatryma%20summoning_wdh","p":191,"s":69,"h":1,"n":"Feather of Diatryma Summoning"},{"id":16536,"c":4,"u":"harbor%20moon_wdh","p":169,"s":69,"h":1,"n":"Harbor Moon"},{"id":16537,"c":4,"u":"knave's%20eye%20patch_wdh","p":191,"s":69,"h":1,"n":"Knave's Eye Patch"},{"id":16538,"c":4,"u":"lord's%20ensemble_wdh","p":191,"s":69,"h":1,"n":"Lord's Ensemble"},{"id":16539,"c":4,"u":"matchless%20pipe_wdh","p":47,"s":69,"h":1,"n":"Matchless Pipe"},{"id":16540,"c":4,"u":"nib_wdh","p":169,"s":69,"h":1,"n":"Nib"},{"id":16541,"c":4,"u":"nimblewright%20detector_wdh","p":47,"s":69,"h":1,"n":"Nimblewright Detector"},{"id":16542,"c":4,"u":"oversized%20longbow_wdh","p":201,"s":69,"h":1,"n":"Oversized Longbow"},{"id":16543,"c":4,"u":"paper%20bird_wdh","p":191,"s":69,"h":1,"n":"Paper Bird"},{"id":16544,"c":4,"u":"ring%20of%20truth%20telling_wdh","p":192,"s":69,"h":1,"n":"Ring of Truth Telling"},{"id":16545,"c":4,"u":"shard_wdh","p":169,"s":69,"h":1,"n":"Shard"},{"id":16546,"c":4,"u":"smokepowder_wdh","p":192,"s":69,"h":1,"n":"Smokepowder"},{"id":16547,"c":4,"u":"stone%20of%20golorr_wdh","p":192,"s":69,"h":1,"n":"Stone of Golorr"},{"id":16548,"c":4,"u":"sun_wdh","p":169,"s":69,"h":1,"n":"Sun"},{"id":16549,"c":4,"u":"taol_wdh","p":169,"s":69,"h":1,"n":"Taol"},{"id":16550,"c":4,"u":"teleporter%20ring_wdh","p":157,"s":69,"h":1,"n":"Teleporter Ring"},{"id":16551,"c":4,"u":"black%20crystal%20tablet_wdmm","p":284,"s":70,"h":1,"n":"Black Crystal Tablet"},{"id":16552,"c":4,"u":"blast%20scepter_wdmm","p":310,"s":70,"h":1,"n":"Blast Scepter"},{"id":16553,"c":4,"u":"chest%20of%20preserving_wdmm","p":139,"s":70,"h":1,"n":"Chest of Preserving"},{"id":16554,"c":4,"u":"circlet%20of%20human%20perfection_wdmm","p":30,"s":70,"h":1,"n":"Circlet of Human Perfection"},{"id":16555,"c":4,"u":"dagger%20of%20blindsight_wdmm","p":86,"s":70,"h":1,"n":"Dagger of Blindsight"},{"id":16556,"c":4,"u":"dagger%20of%20guitar%20solos_wdmm","p":228,"s":70,"h":1,"n":"Dagger of Guitar Solos"},{"id":16557,"c":4,"u":"dodecahedron%20of%20doom_wdmm","p":284,"s":70,"h":1,"n":"Dodecahedron of Doom"},{"id":16558,"c":4,"u":"falkir's%20helm%20of%20pigheadedness_wdmm","p":141,"s":70,"h":1,"n":"Falkir's Helm of Pigheadedness"},{"id":16559,"c":4,"u":"helm%20of%20the%20scavenger_wdmm","p":297,"s":70,"h":1,"n":"Helm of the Scavenger"},{"id":16560,"c":4,"u":"horn%20of%20the%20endless%20maze_wdmm","p":163,"s":70,"h":1,"n":"Horn of the Endless Maze"},{"id":16561,"c":4,"u":"horned%20ring_wdmm","p":108,"s":70,"h":1,"n":"Horned Ring"},{"id":16562,"c":4,"u":"jade%20serpent%20staff_wdmm","p":92,"s":70,"h":1,"n":"Jade Serpent Staff"},{"id":16563,"c":4,"u":"maddgoth's%20helm_wdmm","p":103,"s":70,"h":1,"n":"Maddgoth's Helm"},{"id":16564,"c":4,"u":"mind%20flayer%20skull_wdmm","p":197,"s":70,"h":1,"n":"Mind Flayer Skull"},{"id":16565,"c":4,"u":"orb%20of%20gonging_wdmm","p":174,"s":70,"h":1,"n":"Orb of Gonging"},{"id":16566,"c":4,"u":"pearl%20of%20undead%20detection_wdmm","p":76,"s":70,"h":1,"n":"Pearl of Undead Detection"},{"id":16567,"c":4,"u":"potion%20of%20comprehension_wdmm","p":62,"s":70,"h":1,"n":"Potion of Comprehension"},{"id":16568,"c":4,"u":"potion%20of%20watchful%20rest_wdmm","p":62,"s":70,"h":1,"n":"Potion of Watchful Rest"},{"id":16569,"c":4,"u":"professor%20orb_wdmm","p":284,"s":70,"h":1,"n":"Professor Orb"},{"id":16570,"c":4,"u":"propeller%20helm_wdmm","p":251,"s":70,"h":1,"n":"Propeller Helm"},{"id":16571,"c":4,"u":"shield%20of%20the%20uven%20rune_wdmm","p":299,"s":70,"h":1,"n":"Shield of the Uven Rune"},{"id":16572,"c":4,"u":"tangler%20grenade_wdmm","p":244,"s":70,"h":1,"n":"Tangler Grenade"},{"id":16573,"c":4,"u":"tearulai_wdmm","p":70,"s":70,"h":1,"n":"Tearulai"},{"id":16574,"c":4,"u":"vanrak's%20mithral%20shirt_wdmm","p":237,"s":70,"h":1,"n":"Vanrak's Mithral Shirt"},{"id":16575,"c":4,"u":"vial%20of%20stardust_wdmm","p":251,"s":70,"h":1,"n":"Vial of Stardust"},{"id":16576,"c":4,"u":"wyllow's%20staff%20of%20flowers_wdmm","p":75,"s":70,"h":1,"n":"Wyllow's Staff of Flowers"},{"id":16577,"c":4,"u":"chip%20of%20creation_aitfr-avt","p":11,"s":104,"h":1,"n":"Chip of Creation"},{"id":16578,"c":4,"u":"keystone%20of%20creation_aitfr-avt","p":12,"s":104,"h":1,"n":"Keystone of Creation"},{"id":16579,"c":4,"u":"stone%20of%20creation_aitfr-avt","p":10,"s":104,"h":1,"n":"Stone of Creation"},{"id":16580,"c":4,"u":"planar%20key_aitfr-thp","p":13,"s":75,"h":1,"n":"Planar Key"},{"id":16581,"c":4,"u":"vial%20of%20thought%20capture_azfyt","p":4,"s":112,"h":1,"n":"Vial of Thought Capture"},{"id":16582,"c":4,"u":"helm%20of%20disjunction_hat-lmi","s":113,"h":1,"n":"Helm of Disjunction"},{"id":16583,"c":4,"u":"hither-thither%20staff_hat-lmi","s":113,"h":1,"n":"Hither-Thither Staff"},{"id":16584,"c":4,"u":"horn%20of%20beckoning%20death_hat-lmi","s":113,"h":1,"n":"Horn of Beckoning Death"},{"id":16585,"c":4,"u":"red%20wizard%20blade_hat-lmi","s":113,"h":1,"n":"Red Wizard Blade"},{"id":16586,"c":4,"u":"tablet%20of%20reawakening_hat-lmi","s":113,"h":1,"n":"Tablet of Reawakening"},{"id":16587,"c":4,"u":"blood%20of%20the%20lycanthrope_imr","p":93,"s":79,"h":1,"n":"Blood of the Lycanthrope"},{"id":16588,"c":4,"u":"blood%20of%20the%20lycanthrope%20antidote_imr","p":94,"s":79,"h":1,"n":"Blood of the Lycanthrope Antidote"},{"id":16589,"c":4,"u":"bridle%20of%20capturing_imr","p":94,"s":79,"h":1,"n":"Bridle of Capturing"},{"id":16590,"c":4,"u":"crown%20of%20the%20forest_imr","p":7,"s":79,"h":1,"n":"Crown of the Forest"},{"id":16591,"c":4,"u":"dust%20of%20the%20mummy_imr","p":93,"s":79,"h":1,"n":"Dust of the Mummy"},{"id":16592,"c":4,"u":"ioun%20stone%20of%20vitality_imr","p":94,"s":79,"h":1,"n":"Ioun Stone of Vitality"},{"id":16593,"c":4,"u":"mummy%20rot%20antidote_imr","p":94,"s":79,"h":1,"n":"Mummy Rot Antidote"},{"id":16594,"c":4,"u":"ruinblade_imr","p":95,"s":79,"h":1,"n":"Ruinblade"},{"id":16595,"c":4,"u":"the%20infernal%20machine%20of%20lum%20the%20mad_imr","p":96,"s":79,"h":1,"n":"The Infernal Machine of Lum the Mad"},{"id":16596,"c":4,"u":"thessaltoxin_imr","p":93,"s":79,"h":1,"n":"Thessaltoxin"},{"id":16597,"c":4,"u":"thessaltoxin%20antidote_imr","p":95,"s":79,"h":1,"n":"Thessaltoxin Antidote"},{"id":16598,"c":4,"u":"barrier%20peaks%20trinket_llk","p":7,"s":80,"h":1,"n":"Barrier Peaks Trinket"},{"id":16599,"c":4,"u":"deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"n":"Deck of Several Things"},{"id":16600,"c":4,"u":"enchanted%20three-dragon%20ante%20set_llk","p":15,"s":80,"h":1,"n":"Enchanted Three-Dragon Ante Set"},{"id":16601,"c":4,"u":"galder's%20bubble%20pipe_llk","p":55,"s":80,"h":1,"n":"Galder's Bubble Pipe"},{"id":16602,"c":4,"u":"heward's%20hireling%20armor_llk","p":55,"s":80,"h":1,"n":"Heward's Hireling Armor"},{"id":16603,"c":4,"u":"ioun%20stone%2c%20historical%20knowledge_llk","p":55,"s":80,"h":1,"n":"Ioun Stone, Historical Knowledge"},{"id":16604,"c":4,"u":"ioun%20stone%2c%20language%20knowledge_llk","p":55,"s":80,"h":1,"n":"Ioun Stone, Language Knowledge"},{"id":16605,"c":4,"u":"ioun%20stone%2c%20natural%20knowledge_llk","p":55,"s":80,"h":1,"n":"Ioun Stone, Natural Knowledge"},{"id":16606,"c":4,"u":"ioun%20stone%2c%20religious%20knowledge_llk","p":55,"s":80,"h":1,"n":"Ioun Stone, Religious Knowledge"},{"id":16607,"c":4,"u":"ioun%20stone%2c%20self-preservation_llk","p":55,"s":80,"h":1,"n":"Ioun Stone, Self-Preservation"},{"id":16608,"c":4,"u":"ioun%20stone%2c%20supreme%20intellect_llk","p":55,"s":80,"h":1,"n":"Ioun Stone, Supreme Intellect"},{"id":16609,"c":4,"u":"leather%20golem%20armor_llk","p":55,"s":80,"h":1,"n":"Leather Golem Armor"},{"id":16610,"c":4,"u":"powered%20armor_llk","p":56,"s":80,"h":1,"n":"Powered Armor"},{"id":16611,"c":4,"u":"nightbringer_mcv2dc","p":14,"s":83,"h":1,"n":"Nightbringer"},{"id":16612,"c":4,"u":"amulet%20of%20harmony_nrh-at","p":8,"s":89,"h":1,"n":"Amulet of Harmony"},{"id":16613,"c":4,"u":"prismatic%20well_nrh-at","p":8,"s":89,"h":1,"n":"Prismatic Well"},{"id":16614,"c":4,"u":"amber%20runestone_nrh-tlt","p":6,"s":114,"h":1,"n":"Amber Runestone"},{"id":16615,"c":4,"u":"whistle-stick_oga","p":4,"s":115,"h":1,"n":"Whistle-Stick"},{"id":16616,"c":4,"u":"amulet%20of%20dinosaur%20feathers%20(sun%20empire)_psx","p":24,"s":98,"h":1,"n":"Amulet of dinosaur feathers (Sun Empire)"},{"id":16617,"c":4,"u":"bejeweled%20ivory%20drinking%20horn%20with%20gold%20inlay%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"n":"Bejeweled ivory drinking horn with gold inlay (Brazen Coalition)"},{"id":16618,"c":4,"u":"bronze%20spyglass%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"n":"Bronze spyglass (Brazen Coalition)"},{"id":16619,"c":4,"u":"carved%20jade%20statuette%20(river%20heralds)_psx","p":24,"s":98,"h":1,"n":"Carved jade statuette (River Heralds)"},{"id":16620,"c":4,"u":"ceremonial%20silver%20dagger%20with%20gold%20pommel%20and%20black%20pearl%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"n":"Ceremonial silver dagger with gold pommel and black pearl (Legion of Dusk)"},{"id":16621,"c":4,"u":"cloth-of-gold%20vestments%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"n":"Cloth-of-gold vestments (Legion of Dusk)"},{"id":16622,"c":4,"u":"copper%20stein%20with%20silver%20filigree%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"n":"Copper stein with silver filigree (Brazen Coalition)"},{"id":16623,"c":4,"u":"eye%20patch%20with%20a%20mock%20eye%20set%20in%20blue%20sapphire%20and%20moonstone%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"n":"Eye patch with a mock eye set in blue sapphire and moonstone (Brazen Coalition)"},{"id":16624,"c":4,"u":"feathered%20mantle%20with%20emerald%20clasp%20(sun%20empire)_psx","p":25,"s":98,"h":1,"n":"Feathered mantle with emerald clasp (Sun Empire)"},{"id":16625,"c":4,"u":"fine%20gold%20chain%20with%20fire%20opals%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"n":"Fine gold chain with fire opals (Legion of Dusk)"},{"id":16626,"c":4,"u":"fine%20robe%20with%20dinosaur%20feathers%20and%20silver%20embroidery%20(sun%20empire)_psx","p":24,"s":98,"h":1,"n":"Fine robe with dinosaur feathers and silver embroidery (Sun Empire)"},{"id":16627,"c":4,"u":"fine%20steel%20rapier%20with%20gold%20filigree%20hilt%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"n":"Fine steel rapier with gold filigree hilt (Legion of Dusk)"},{"id":16628,"c":4,"u":"finely%20articulated%20jade%20glove%20(river%20heralds)_psx","p":25,"s":98,"h":1,"n":"Finely articulated jade glove (River Heralds)"},{"id":16629,"c":4,"u":"gold%20basin%20with%20rubies%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"n":"Gold basin with rubies (Legion of Dusk)"},{"id":16630,"c":4,"u":"gold%20chalice%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"n":"Gold chalice (Legion of Dusk)"},{"id":16631,"c":4,"u":"gold%20chalice%20set%20with%20emeralds%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"n":"Gold chalice set with emeralds (Legion of Dusk)"},{"id":16632,"c":4,"u":"gold%20jewelry%20box%20with%20platinum%20filigree%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"n":"Gold jewelry box with platinum filigree (Brazen Coalition)"},{"id":16633,"c":4,"u":"gold%20locket%20with%20a%20painted%20portrait%20inside%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"n":"Gold locket with a painted portrait inside (Legion of Dusk)"},{"id":16634,"c":4,"u":"gold%20music%20box%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"n":"Gold music box (Brazen Coalition)"},{"id":16635,"c":4,"u":"gold%20pendant%20with%20black%20onyx%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"n":"Gold pendant with black onyx (Legion of Dusk)"},{"id":16636,"c":4,"u":"gold%20ring%20with%20turquoise%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"n":"Gold ring with turquoise (Legion of Dusk)"},{"id":16637,"c":4,"u":"gold-plated%20ceremonial%20helmet%20and%20pauldrons%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"n":"Gold-plated ceremonial helmet and pauldrons (Legion of Dusk)"},{"id":16638,"c":4,"u":"gold-plated%20sextant%20with%20topaz%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"n":"Gold-plated sextant with topaz (Brazen Coalition)"},{"id":16639,"c":4,"u":"jade%20bowl%20(river%20heralds)_psx","p":24,"s":98,"h":1,"n":"Jade bowl (River Heralds)"},{"id":16640,"c":4,"u":"jade%20breastplate%20(river%20heralds)_psx","p":25,"s":98,"h":1,"n":"Jade breastplate (River Heralds)"},{"id":16641,"c":4,"u":"jade%20headpiece%20(river%20heralds)_psx","p":24,"s":98,"h":1,"n":"Jade headpiece (River Heralds)"},{"id":16642,"c":4,"u":"jade%20sword%20with%20amber%20(river%20heralds)_psx","p":24,"s":98,"h":1,"n":"Jade sword with amber (River Heralds)"},{"id":16643,"c":4,"u":"jade%20totem%20with%20diamond%20eyes%20(river%20heralds)_psx","p":25,"s":98,"h":1,"n":"Jade totem with diamond eyes (River Heralds)"},{"id":16644,"c":4,"u":"jeweled%20anklet%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"n":"Jeweled anklet (Brazen Coalition)"},{"id":16645,"c":4,"u":"large%20gold%20bracelet%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"n":"Large gold bracelet (Legion of Dusk)"},{"id":16646,"c":4,"u":"large%20jade%20totem%20(river%20heralds)_psx","p":24,"s":98,"h":1,"n":"Large jade totem (River Heralds)"},{"id":16647,"c":4,"u":"large%20well-made%20tapestry%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"n":"Large well-made tapestry (Legion of Dusk)"},{"id":16648,"c":4,"u":"lute%20crafted%20of%20exotic%20wood%20with%20mother-of-pearl%20inlay%20and%20zircon%20gems%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"n":"Lute crafted of exotic wood with mother-of-pearl inlay and zircon gems (Brazen Coalition)"},{"id":16649,"c":4,"u":"marble%20font%20with%20gold%20inlay%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"n":"Marble font with gold inlay (Legion of Dusk)"},{"id":16650,"c":4,"u":"masterpiece%20painting%20in%20mahogany%20frame%20with%20gold%20inlay%20(legion%20of%20dusk)_psx","p":25,"s":98,"h":1,"n":"Masterpiece painting in mahogany frame with gold inlay (Legion of Dusk)"},{"id":16651,"c":4,"u":"necklace%20of%20electrum%20medallions%20with%20red%20and%20blue%20tournalines%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"n":"Necklace of electrum medallions with red and blue tournalines (Brazen Coalition)"},{"id":16652,"c":4,"u":"necklace%20of%20jade%20and%20pink%20pearls%20(river%20heralds)_psx","p":25,"s":98,"h":1,"n":"Necklace of jade and pink pearls (River Heralds)"},{"id":16653,"c":4,"u":"pair%20of%20engraved%20bone%20dice%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"n":"Pair of engraved bone dice (Brazen Coalition)"},{"id":16654,"c":4,"u":"pewter%20mug%20with%20green%20spinels%20(brazen%20coalition)_psx","p":24,"s":98,"h":1,"n":"Pewter mug with green spinels (Brazen Coalition)"},{"id":16655,"c":4,"u":"platinum%20headdress%20with%20topaz%20sun%20symbol%20(sun%20empire)_psx","p":25,"s":98,"h":1,"n":"Platinum headdress with topaz sun symbol (Sun Empire)"},{"id":16656,"c":4,"u":"platinum%20ring%20with%20yellow%20sapphire%20(sun%20empire)_psx","p":25,"s":98,"h":1,"n":"Platinum ring with yellow sapphire (Sun Empire)"},{"id":16657,"c":4,"u":"platinum%20staff%20topped%20with%20amber%20(sun%20empire)_psx","p":25,"s":98,"h":1,"n":"Platinum staff topped with amber (Sun Empire)"},{"id":16658,"c":4,"u":"silver%20headdress%20with%20amber%20and%20red-coral%20feathers%20(sun%20empire)_psx","p":24,"s":98,"h":1,"n":"Silver headdress with amber and red-coral feathers (Sun Empire)"},{"id":16659,"c":4,"u":"silver%20medallion%20(sun%20empire)_psx","p":24,"s":98,"h":1,"n":"Silver medallion (Sun Empire)"},{"id":16660,"c":4,"u":"silver%20necklace%20with%20an%20amber%20pendant%20(sun%20empire)_psx","p":24,"s":98,"h":1,"n":"Silver necklace with an amber pendant (Sun Empire)"},{"id":16661,"c":4,"u":"silver%20shoulder%20piece%20with%20amber%20and%20garnet%20(sun%20empire)_psx","p":24,"s":98,"h":1,"n":"Silver shoulder piece with amber and garnet (Sun Empire)"},{"id":16662,"c":4,"u":"sun%20amulet%20on%20a%20beaded%20chain%20(sun%20empire)_psx","p":24,"s":98,"h":1,"n":"Sun amulet on a beaded chain (Sun Empire)"},{"id":16663,"c":4,"u":"tiny%20jade%20figurine%20(river%20heralds)_psx","p":24,"s":98,"h":1,"n":"Tiny jade figurine (River Heralds)"},{"id":16664,"c":4,"u":"treasure%20chest%20crafted%20of%20exotic%20wood%20with%20gold%20fittings%20and%20opals%20(brazen%20coalition)_psx","p":25,"s":98,"h":1,"n":"Treasure chest crafted of exotic wood with gold fittings and opals (Brazen Coalition)"},{"id":16665,"c":4,"u":"velvet%20doublet%20with%20gold%20buttons%20(legion%20of%20dusk)_psx","p":24,"s":98,"h":1,"n":"Velvet doublet with gold buttons (Legion of Dusk)"},{"id":16666,"c":4,"u":"conch%20of%20safe%20rest_ttp","p":17,"s":101,"h":1,"n":"Conch of Safe Rest"},{"id":16667,"c":4,"u":"niko's%20mace_uthftlh","s":116,"h":1,"n":"Niko's Mace"},{"id":16668,"c":4,"u":"dowsing%20dagger_xmts","p":19,"s":117,"h":1,"n":"Dowsing Dagger"},{"id":16669,"c":4,"u":"pirate's%20cutlass_xmts","p":19,"s":117,"h":1,"n":"Pirate's Cutlass"},{"id":16670,"c":4,"u":"primal%20amulet_xmts","p":19,"s":117,"h":1,"n":"Primal Amulet"},{"id":16671,"c":4,"u":"prying%20blade_xmts","p":19,"s":117,"h":1,"n":"Prying Blade"},{"id":16672,"c":4,"u":"sorcerous%20spyglass_xmts","p":19,"s":117,"h":1,"n":"Sorcerous Spyglass"},{"id":16673,"c":4,"u":"vanquisher's%20banner_xmts","p":19,"s":117,"h":1,"n":"Vanquisher's Banner"},{"id":16674,"c":4,"u":"prehistoric%20figurine%20of%20wondrous%20power_bgg","p":114,"s":0,"h":1,"n":"Prehistoric Figurine of Wondrous Power"},{"id":16675,"c":4,"u":"sage's%20signet_bmt","p":37,"s":1,"h":1,"n":"Sage's Signet"},{"id":16676,"c":4,"u":"wraps%20of%20unarmed%20prowess_bmt","p":69,"s":1,"h":1,"n":"Wraps of Unarmed Prowess"},{"id":16677,"c":4,"u":"dragon%20vessel_ftd","p":27,"s":2,"h":1,"n":"Dragon Vessel"},{"id":16678,"c":4,"u":"dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"n":"Dragon's Wrath Weapon"},{"id":16679,"c":4,"u":"dragon-touched%20focus_ftd","p":26,"s":2,"h":1,"n":"Dragon-Touched Focus"},{"id":16680,"c":4,"u":"scaled%20ornament_ftd","p":27,"s":2,"h":1,"n":"Scaled Ornament"},{"id":16681,"c":4,"u":"musical%20instrument_scag","p":124,"s":106,"h":1,"n":"Musical Instrument"},{"id":16682,"c":4,"u":"absorbing%20tattoo_tce","p":119,"s":4,"h":1,"n":"Absorbing Tattoo"},{"id":16683,"c":4,"u":"spellwrought%20tattoo_tce","p":135,"s":4,"h":1,"n":"Spellwrought Tattoo"},{"id":16684,"c":4,"u":"armor%20of%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Resistance"},{"id":16685,"c":4,"u":"armor%20of%20vulnerability_xdmg","p":231,"s":5,"h":1,"n":"Armor of Vulnerability"},{"id":16686,"c":4,"u":"bag%20of%20tricks_xdmg","p":234,"s":5,"h":1,"n":"Bag of Tricks"},{"id":16687,"c":4,"u":"belt%20of%20giant%20strength_xdmg","p":236,"s":5,"h":1,"n":"Belt of Giant Strength"},{"id":16688,"c":4,"u":"carpet%20of%20flying_xdmg","p":242,"s":5,"h":1,"n":"Carpet of Flying"},{"id":16689,"c":4,"u":"dragon%20scale%20mail_xdmg","p":254,"s":5,"h":1,"n":"Dragon Scale Mail"},{"id":16690,"c":4,"u":"elemental%20gem_xdmg","p":257,"s":5,"h":1,"n":"Elemental Gem"},{"id":16691,"c":4,"u":"enspelled%20armor_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor"},{"id":16692,"c":4,"u":"enspelled%20staff_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Staff"},{"id":16693,"c":4,"u":"enspelled%20weapon_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon"},{"id":16694,"c":4,"u":"eye%20and%20hand%20of%20vecna_xdmg","p":259,"s":5,"h":1,"n":"Eye and Hand of Vecna"},{"id":16695,"c":4,"u":"figurine%20of%20wondrous%20power_xdmg","p":261,"s":5,"h":1,"n":"Figurine of Wondrous Power"},{"id":16696,"c":4,"u":"horn%20of%20valhalla_xdmg","p":270,"s":5,"h":1,"n":"Horn of Valhalla"},{"id":16697,"c":4,"u":"instrument%20of%20the%20bards_xdmg","p":272,"s":5,"h":1,"n":"Instrument of the Bards"},{"id":16698,"c":4,"u":"ioun%20stone_xdmg","p":273,"s":5,"h":1,"n":"Ioun Stone"},{"id":16699,"c":4,"u":"manual%20of%20golems_xdmg","p":277,"s":5,"h":1,"n":"Manual of Golems"},{"id":16700,"c":4,"u":"potion%20of%20giant%20strength_xdmg","p":288,"s":5,"h":1,"n":"Potion of Giant Strength"},{"id":16701,"c":4,"u":"potion%20of%20resistance_xdmg","p":289,"s":5,"h":1,"n":"Potion of Resistance"},{"id":16702,"c":4,"u":"potions%20of%20healing_xdmg","p":288,"s":5,"h":1,"n":"Potions of Healing"},{"id":16703,"c":4,"u":"quaal's%20feather%20token_xdmg","p":290,"s":5,"h":1,"n":"Quaal's Feather Token"},{"id":16704,"c":4,"u":"ring%20of%20elemental%20command_xdmg","p":292,"s":5,"h":1,"n":"Ring of Elemental Command"},{"id":16705,"c":4,"u":"ring%20of%20resistance_xdmg","p":294,"s":5,"h":1,"n":"Ring of Resistance"},{"id":16706,"c":4,"u":"rod%20of%20the%20pact%20keeper_xdmg","p":301,"s":5,"h":1,"n":"Rod of the Pact Keeper"},{"id":16707,"c":4,"u":"scroll%20of%20protection_xdmg","p":302,"s":5,"h":1,"n":"Scroll of Protection"},{"id":16708,"c":4,"u":"scroll%20of%20titan%20summoning_xdmg","p":303,"s":5,"h":1,"n":"Scroll of Titan Summoning"},{"id":16709,"c":4,"u":"spell%20scroll_xdmg","p":305,"s":5,"h":1,"n":"Spell Scroll"},{"id":16710,"c":4,"u":"wand%20of%20the%20war%20mage_xdmg","p":322,"s":5,"h":1,"n":"Wand of the War Mage"},{"id":16711,"c":4,"u":"wraps%20of%20unarmed%20power_xdmg","p":325,"s":5,"h":1,"n":"Wraps of Unarmed Power"},{"id":16712,"c":4,"u":"arcane%20focus_xphb","p":224,"s":8,"h":1,"n":"Arcane Focus"},{"id":16713,"c":4,"u":"artisan's%20tools_xphb","p":220,"s":8,"h":1,"n":"Artisan's Tools"},{"id":16714,"c":4,"u":"druidic%20focus_xphb","p":225,"s":8,"h":1,"n":"Druidic Focus"},{"id":16715,"c":4,"u":"gaming%20set_xphb","p":221,"s":8,"h":1,"n":"Gaming Set"},{"id":16716,"c":4,"u":"holy%20symbol_xphb","p":226,"s":8,"h":1,"n":"Holy Symbol"},{"id":16717,"c":4,"u":"musical%20instrument_xphb","p":221,"s":8,"h":1,"n":"Musical Instrument"},{"id":16718,"c":4,"u":"true-ice%20shards_coa","p":275,"s":9,"h":1,"n":"True-Ice Shards"},{"id":16719,"c":4,"u":"jewel%20of%20three%20prayers_crcotn","p":213,"s":20,"h":1,"dP":1,"n":"Jewel of Three Prayers"},{"id":16720,"c":4,"u":"armor%20of%20resistance_dmg","p":162,"s":24,"h":1,"n":"Armor of Resistance"},{"id":16721,"c":4,"u":"armor%20of%20vulnerability_dmg","p":152,"s":24,"h":1,"n":"Armor of Vulnerability"},{"id":16722,"c":4,"u":"bag%20of%20tricks_dmg","p":154,"s":24,"h":1,"n":"Bag of Tricks"},{"id":16723,"c":4,"u":"belt%20of%20giant%20strength_dmg","p":155,"s":24,"h":1,"n":"Belt of Giant Strength"},{"id":16724,"c":4,"u":"carpet%20of%20flying_dmg","p":157,"s":24,"h":1,"n":"Carpet of Flying"},{"id":16725,"c":4,"u":"crystal%20ball%20(legendary%20version)_dmg","p":159,"s":24,"h":1,"n":"Crystal Ball (Legendary Version)"},{"id":16726,"c":4,"u":"dragon%20scale%20mail_dmg","p":165,"s":24,"h":1,"r":1,"n":"Dragon Scale Mail"},{"id":16727,"c":4,"u":"elemental%20gem_dmg","p":167,"s":24,"h":1,"n":"Elemental Gem"},{"id":16728,"c":4,"u":"eye%20and%20hand%20of%20vecna_dmg","p":224,"s":24,"h":1,"n":"Eye and Hand of Vecna"},{"id":16729,"c":4,"u":"figurine%20of%20wondrous%20power_dmg","p":169,"s":24,"h":1,"n":"Figurine of Wondrous Power"},{"id":16730,"c":4,"u":"horn%20of%20valhalla_dmg","p":175,"s":24,"h":1,"n":"Horn of Valhalla"},{"id":16731,"c":4,"u":"instrument%20of%20the%20bards_dmg","p":176,"s":24,"h":1,"n":"Instrument of the Bards"},{"id":16732,"c":4,"u":"ioun%20stone_dmg","p":176,"s":24,"h":1,"n":"Ioun Stone"},{"id":16733,"c":4,"u":"manual%20of%20golems_dmg","p":180,"s":24,"h":1,"n":"Manual of Golems"},{"id":16734,"c":4,"u":"potion%20of%20giant%20strength_dmg","p":187,"s":24,"h":1,"n":"Potion of Giant Strength"},{"id":16735,"c":4,"u":"potion%20of%20healing%20(*)_dmg","p":187,"s":24,"h":1,"r":1,"n":"Potion of Healing (*)"},{"id":16736,"c":4,"u":"potion%20of%20resistance_dmg","p":188,"s":24,"h":1,"n":"Potion of Resistance"},{"id":16737,"c":4,"u":"potions%20of%20healing_dmg","p":187,"s":24,"h":1,"n":"Potions of Healing"},{"id":16738,"c":4,"u":"quaal's%20feather%20token_dmg","p":188,"s":24,"h":1,"n":"Quaal's Feather Token"},{"id":16739,"c":4,"u":"ring%20of%20elemental%20command_dmg","p":190,"s":24,"h":1,"n":"Ring of Elemental Command"},{"id":16740,"c":4,"u":"ring%20of%20resistance_dmg","p":192,"s":24,"h":1,"n":"Ring of Resistance"},{"id":16741,"c":4,"u":"rod%20of%20the%20pact%20keeper_dmg","p":197,"s":24,"h":1,"n":"Rod of the Pact Keeper"},{"id":16742,"c":4,"u":"scroll%20of%20protection_dmg","p":199,"s":24,"h":1,"n":"Scroll of Protection"},{"id":16743,"c":4,"u":"spell%20scroll_dmg","p":200,"s":24,"h":1,"n":"Spell Scroll"},{"id":16744,"c":4,"u":"sword%20of%20answering_dmg","p":206,"s":24,"h":1,"n":"Sword of Answering"},{"id":16745,"c":4,"u":"wand%20of%20the%20war%20mage_dmg","p":212,"s":24,"h":1,"r":1,"n":"Wand of the War Mage"},{"id":16746,"c":4,"u":"blade%20of%20broken%20mirrors_egw","p":275,"s":28,"h":1,"dP":1,"n":"Blade of Broken Mirrors"},{"id":16747,"c":4,"u":"danoth's%20visor_egw","p":270,"s":28,"h":1,"dP":1,"n":"Danoth's Visor"},{"id":16748,"c":4,"u":"grimoire%20infinitus_egw","p":271,"s":28,"h":1,"dP":1,"n":"Grimoire Infinitus"},{"id":16749,"c":4,"u":"grovelthrash_egw","p":275,"s":28,"h":1,"dP":1,"n":"Grovelthrash"},{"id":16750,"c":4,"u":"hide%20of%20the%20feral%20guardian_egw","p":271,"s":28,"h":1,"dP":1,"n":"Hide of the Feral Guardian"},{"id":16751,"c":4,"u":"infiltrator's%20key_egw","p":272,"s":28,"h":1,"dP":1,"n":"Infiltrator's Key"},{"id":16752,"c":4,"u":"lash%20of%20shadows_egw","p":276,"s":28,"h":1,"dP":1,"n":"Lash of Shadows"},{"id":16753,"c":4,"u":"mace%20of%20the%20black%20crown_egw","p":276,"s":28,"h":1,"dP":1,"n":"Mace of the Black Crown"},{"id":16754,"c":4,"u":"ruin's%20wake_egw","p":277,"s":28,"h":1,"dP":1,"n":"Ruin's Wake"},{"id":16755,"c":4,"u":"silken%20spite_egw","p":277,"s":28,"h":1,"dP":1,"n":"Silken Spite"},{"id":16756,"c":4,"u":"stormgirdle_egw","p":273,"s":28,"h":1,"dP":1,"n":"Stormgirdle"},{"id":16757,"c":4,"u":"the%20bloody%20end_egw","p":278,"s":28,"h":1,"dP":1,"n":"The Bloody End"},{"id":16758,"c":4,"u":"verminshroud_egw","p":273,"s":28,"h":1,"dP":1,"n":"Verminshroud"},{"id":16759,"c":4,"u":"will%20of%20the%20talon_egw","p":279,"s":28,"h":1,"dP":1,"n":"Will of the Talon"},{"id":16760,"c":4,"u":"wreath%20of%20the%20prism_egw","p":274,"s":28,"h":1,"dP":1,"n":"Wreath of the Prism"},{"id":16761,"c":4,"u":"glamerweave_erlw","p":277,"s":29,"h":1,"n":"Glamerweave"},{"id":16762,"c":4,"u":"imbued%20wood%20focus_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood Focus"},{"id":16763,"c":4,"u":"orb%20of%20shielding_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding"},{"id":16764,"c":4,"u":"guild%20keyrune_ggr","p":177,"s":31,"h":1,"n":"Guild Keyrune"},{"id":16765,"c":4,"u":"guild%20signet_ggr","p":178,"s":31,"h":1,"n":"Guild Signet"},{"id":16766,"c":4,"u":"shard%20solitaire_kftgv","p":193,"s":39,"h":1,"n":"Shard Solitaire"},{"id":16767,"c":4,"u":"spell%20gem_oota","p":223,"s":48,"h":1,"n":"Spell Gem"},{"id":16768,"c":4,"u":"mind%20crystal_pabtso","p":218,"s":50,"h":1,"n":"Mind Crystal"},{"id":16769,"c":4,"u":"arcane%20focus_phb","p":151,"s":51,"h":1,"n":"Arcane Focus"},{"id":16770,"c":4,"u":"artisan's%20tools_phb","p":154,"s":51,"h":1,"r":1,"n":"Artisan's Tools"},{"id":16771,"c":4,"u":"druidic%20focus_phb","p":151,"s":51,"h":1,"n":"Druidic Focus"},{"id":16772,"c":4,"u":"gaming%20set_phb","p":154,"s":51,"h":1,"r":1,"n":"Gaming Set"},{"id":16773,"c":4,"u":"holy%20symbol_phb","p":151,"s":51,"h":1,"n":"Holy Symbol"},{"id":16774,"c":4,"u":"musical%20instrument_phb","p":154,"s":51,"h":1,"r":1,"n":"Musical Instrument"},{"id":16775,"c":4,"u":"devastation%20orb_pota","p":222,"s":52,"h":1,"n":"Devastation Orb"},{"id":16776,"c":4,"u":"agony_tdcsr","p":202,"s":60,"h":1,"dP":1,"n":"Agony"},{"id":16777,"c":4,"u":"armor%20of%20the%20valiant%20soul_tdcsr","p":202,"s":60,"h":1,"dP":1,"n":"Armor of the Valiant Soul"},{"id":16778,"c":4,"u":"cabal's%20ruin_tdcsr","p":203,"s":60,"h":1,"dP":1,"n":"Cabal's Ruin"},{"id":16779,"c":4,"u":"circlet%20of%20barbed%20vision_tdcsr","p":203,"s":60,"h":1,"dP":1,"n":"Circlet of Barbed Vision"},{"id":16780,"c":4,"u":"condemner_tdcsr","p":204,"s":60,"h":1,"dP":1,"n":"Condemner"},{"id":16781,"c":4,"u":"deathwalker's%20ward_tdcsr","p":204,"s":60,"h":1,"dP":1,"n":"Deathwalker's Ward"},{"id":16782,"c":4,"u":"fenthras_tdcsr","p":205,"s":60,"h":1,"dP":1,"n":"Fenthras"},{"id":16783,"c":4,"u":"honor's%20last%20stand_tdcsr","p":206,"s":60,"h":1,"dP":1,"n":"Honor's Last Stand"},{"id":16784,"c":4,"u":"kiss%20of%20the%20changebringer_tdcsr","p":206,"s":60,"h":1,"dP":1,"n":"Kiss of the Changebringer"},{"id":16785,"c":4,"u":"mythcarver_tdcsr","p":207,"s":60,"h":1,"dP":1,"n":"Mythcarver"},{"id":16786,"c":4,"u":"plate%20of%20the%20dawnmartyr_tdcsr","p":208,"s":60,"h":1,"dP":1,"n":"Plate of the Dawnmartyr"},{"id":16787,"c":4,"u":"pyremaul_tdcsr","p":208,"s":60,"h":1,"dP":1,"n":"Pyremaul"},{"id":16788,"c":4,"u":"spire%20of%20conflux_tdcsr","p":209,"s":60,"h":1,"r":1,"dP":1,"n":"Spire of Conflux"},{"id":16789,"c":4,"u":"star%20razor_tdcsr","p":210,"s":60,"h":1,"dP":1,"n":"Star Razor"},{"id":16790,"c":4,"u":"suude_tdcsr","p":85,"s":60,"h":1,"dP":1,"n":"Suude"},{"id":16791,"c":4,"u":"titanstone%20knuckles_tdcsr","p":211,"s":60,"h":1,"dP":1,"n":"Titanstone Knuckles"},{"id":16792,"c":4,"u":"whisper_tdcsr","p":211,"s":60,"h":1,"dP":1,"n":"Whisper"},{"id":16793,"c":4,"u":"wraps%20of%20dyamak_tdcsr","p":212,"s":60,"h":1,"dP":1,"n":"Wraps of Dyamak"},{"id":16794,"c":4,"u":"potion%20of%20mind%20control_tftyp","p":229,"s":61,"h":1,"n":"Potion of Mind Control"},{"id":16795,"c":4,"u":"flensing%20claws_vgm","p":81,"s":66,"h":1,"n":"Flensing Claws"},{"id":16796,"c":4,"u":"chromatic%20rose_wbtw","p":208,"s":68,"h":1,"n":"Chromatic Rose"},{"id":16797,"c":4,"u":"ioun%20stone_llk","p":55,"s":80,"h":1,"n":"Ioun Stone"},{"id":16798,"c":4,"u":"armor%20of%20safeguarding_bgg","p":111,"s":0,"h":1,"n":"Armor of Safeguarding"},{"id":16799,"c":4,"u":"bloodshed%20blade_bgg","p":111,"s":0,"h":1,"n":"Bloodshed Blade"},{"id":16800,"c":4,"u":"zephyr%20armor_bgg","p":117,"s":0,"h":1,"n":"Zephyr Armor"},{"id":16801,"c":4,"u":"antimagic%20armor_bmt","p":65,"s":1,"h":1,"n":"Antimagic Armor"},{"id":16802,"c":4,"u":"armor%20of%20fungal%20spores_bmt","p":65,"s":1,"h":1,"n":"Armor of Fungal Spores"},{"id":16803,"c":4,"u":"armor%20of%20the%20fallen_bmt","p":65,"s":1,"h":1,"n":"Armor of the Fallen"},{"id":16804,"c":4,"u":"armor%20of%20weightlessness_bmt","p":65,"s":1,"h":1,"n":"Armor of Weightlessness"},{"id":16805,"c":4,"u":"bloodseeker%20ammunition_bmt","p":66,"s":1,"h":1,"n":"Bloodseeker Ammunition"},{"id":16806,"c":4,"u":"bow%20of%20conflagration_bmt","p":66,"s":1,"h":1,"n":"Bow of Conflagration"},{"id":16807,"c":4,"u":"bow%20of%20melodies_bmt","p":66,"s":1,"h":1,"n":"Bow of Melodies"},{"id":16808,"c":4,"u":"clockwork%20armor_bmt","p":67,"s":1,"h":1,"n":"Clockwork Armor"},{"id":16809,"c":4,"u":"dried%20leech_bmt","p":67,"s":1,"h":1,"n":"Dried Leech"},{"id":16810,"c":4,"u":"feywrought%20armor_bmt","p":67,"s":1,"h":1,"n":"Feywrought Armor"},{"id":16811,"c":4,"u":"fool's%20blade_bmt","p":36,"s":1,"h":1,"n":"Fool's Blade"},{"id":16812,"c":4,"u":"forcebreaker%20weapon_bmt","p":67,"s":1,"h":1,"n":"Forcebreaker Weapon"},{"id":16813,"c":4,"u":"glimmering%20moonbow_bmt","p":36,"s":1,"h":1,"n":"Glimmering Moonbow"},{"id":16814,"c":4,"u":"gloomwrought%20armor_bmt","p":67,"s":1,"h":1,"n":"Gloomwrought Armor"},{"id":16815,"c":4,"u":"starshot%20crossbow_bmt","p":38,"s":1,"h":1,"n":"Starshot Crossbow"},{"id":16816,"c":4,"u":"sword%20of%20the%20planes_bmt","p":68,"s":1,"h":1,"n":"Sword of the Planes"},{"id":16817,"c":4,"u":"weapon%20of%20throne's%20command_bmt","p":39,"s":1,"h":1,"n":"Weapon of Throne's Command"},{"id":16818,"c":4,"u":"winged%20ammunition_bmt","p":69,"s":1,"h":1,"n":"Winged Ammunition"},{"id":16819,"c":4,"u":"ascendant%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"n":"Ascendant Dragon's Wrath Weapon"},{"id":16820,"c":4,"u":"crystal%20blade_ftd","p":22,"s":2,"h":1,"n":"Crystal Blade"},{"id":16821,"c":4,"u":"dragon%20wing%20bow_ftd","p":23,"s":2,"h":1,"n":"Dragon Wing Bow"},{"id":16822,"c":4,"u":"dragonlance_ftd","p":23,"s":2,"h":1,"n":"Dragonlance"},{"id":16823,"c":4,"u":"slumbering%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"n":"Slumbering Dragon's Wrath Weapon"},{"id":16824,"c":4,"u":"stirring%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"n":"Stirring Dragon's Wrath Weapon"},{"id":16825,"c":4,"u":"wakened%20dragon's%20wrath%20weapon_ftd","p":25,"s":2,"h":1,"n":"Wakened Dragon's Wrath Weapon"},{"id":16826,"c":4,"u":"%2b1%20ammunition_xdmg","p":228,"s":5,"h":1,"n":"+1 Ammunition"},{"id":16827,"c":4,"u":"%2b1%20armor_xdmg","p":230,"s":5,"h":1,"n":"+1 Armor"},{"id":16828,"c":4,"u":"%2b1%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"n":"+1 Shield (*)"},{"id":16829,"c":4,"u":"%2b1%20weapon_xdmg","p":324,"s":5,"h":1,"n":"+1 Weapon"},{"id":16830,"c":4,"u":"%2b2%20ammunition_xdmg","p":228,"s":5,"h":1,"n":"+2 Ammunition"},{"id":16831,"c":4,"u":"%2b2%20armor_xdmg","p":230,"s":5,"h":1,"n":"+2 Armor"},{"id":16832,"c":4,"u":"%2b2%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"n":"+2 Shield (*)"},{"id":16833,"c":4,"u":"%2b2%20weapon_xdmg","p":324,"s":5,"h":1,"n":"+2 Weapon"},{"id":16834,"c":4,"u":"%2b3%20ammunition_xdmg","p":228,"s":5,"h":1,"n":"+3 Ammunition"},{"id":16835,"c":4,"u":"%2b3%20armor_xdmg","p":230,"s":5,"h":1,"n":"+3 Armor"},{"id":16836,"c":4,"u":"%2b3%20shield%20(*)_xdmg","p":303,"s":5,"h":1,"n":"+3 Shield (*)"},{"id":16837,"c":4,"u":"%2b3%20weapon_xdmg","p":324,"s":5,"h":1,"n":"+3 Weapon"},{"id":16838,"c":4,"u":"adamantine%20armor_xdmg","p":227,"s":5,"h":1,"n":"Adamantine Armor"},{"id":16839,"c":4,"u":"adamantine%20weapon_xdmg","p":227,"s":5,"h":1,"n":"Adamantine Weapon"},{"id":16840,"c":4,"u":"ammunition%20of%20slaying_xdmg","p":228,"s":5,"h":1,"n":"Ammunition of Slaying"},{"id":16841,"c":4,"u":"armor%20of%20acid%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Acid Resistance"},{"id":16842,"c":4,"u":"armor%20of%20cold%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Cold Resistance"},{"id":16843,"c":4,"u":"armor%20of%20fire%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Fire Resistance"},{"id":16844,"c":4,"u":"armor%20of%20force%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Force Resistance"},{"id":16845,"c":4,"u":"armor%20of%20gleaming_xdmg","p":230,"s":5,"h":1,"n":"Armor of Gleaming"},{"id":16846,"c":4,"u":"armor%20of%20lightning%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Lightning Resistance"},{"id":16847,"c":4,"u":"armor%20of%20necrotic%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Necrotic Resistance"},{"id":16848,"c":4,"u":"armor%20of%20poison%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Poison Resistance"},{"id":16849,"c":4,"u":"armor%20of%20psychic%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Psychic Resistance"},{"id":16850,"c":4,"u":"armor%20of%20radiant%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Radiant Resistance"},{"id":16851,"c":4,"u":"armor%20of%20thunder%20resistance_xdmg","p":231,"s":5,"h":1,"n":"Armor of Thunder Resistance"},{"id":16852,"c":4,"u":"armor%20of%20vulnerability%20(bludgeoning)_xdmg","p":231,"s":5,"h":1,"n":"Armor of Vulnerability (Bludgeoning)"},{"id":16853,"c":4,"u":"armor%20of%20vulnerability%20(piercing)_xdmg","p":231,"s":5,"h":1,"n":"Armor of Vulnerability (Piercing)"},{"id":16854,"c":4,"u":"armor%20of%20vulnerability%20(slashing)_xdmg","p":231,"s":5,"h":1,"n":"Armor of Vulnerability (Slashing)"},{"id":16855,"c":4,"u":"berserker%20axe_xdmg","p":236,"s":5,"h":1,"n":"Berserker Axe"},{"id":16856,"c":4,"u":"cast-off%20armor_xdmg","p":243,"s":5,"h":1,"n":"Cast-Off Armor"},{"id":16857,"c":4,"u":"dancing%20sword_xdmg","p":248,"s":5,"h":1,"n":"Dancing Sword"},{"id":16858,"c":4,"u":"defender_xdmg","p":252,"s":5,"h":1,"n":"Defender"},{"id":16859,"c":4,"u":"demon%20armor_xdmg","p":252,"s":5,"h":1,"n":"Demon Armor"},{"id":16860,"c":4,"u":"dragon%20slayer_xdmg","p":254,"s":5,"h":1,"n":"Dragon Slayer"},{"id":16861,"c":4,"u":"dwarven%20plate_xdmg","p":255,"s":5,"h":1,"n":"Dwarven Plate"},{"id":16862,"c":4,"u":"efreeti%20chain_xdmg","p":257,"s":5,"h":1,"n":"Efreeti Chain"},{"id":16863,"c":4,"u":"elven%20chain_xdmg","p":257,"s":5,"h":1,"n":"Elven Chain"},{"id":16864,"c":4,"u":"energy%20bow_xdmg","p":257,"s":5,"h":1,"n":"Energy Bow"},{"id":16865,"c":4,"u":"enspelled%20armor%20(cantrip)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Cantrip)"},{"id":16866,"c":4,"u":"enspelled%20armor%20(level%201)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 1)"},{"id":16867,"c":4,"u":"enspelled%20armor%20(level%202)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 2)"},{"id":16868,"c":4,"u":"enspelled%20armor%20(level%203)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 3)"},{"id":16869,"c":4,"u":"enspelled%20armor%20(level%204)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 4)"},{"id":16870,"c":4,"u":"enspelled%20armor%20(level%205)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 5)"},{"id":16871,"c":4,"u":"enspelled%20armor%20(level%206)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 6)"},{"id":16872,"c":4,"u":"enspelled%20armor%20(level%207)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 7)"},{"id":16873,"c":4,"u":"enspelled%20armor%20(level%208)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Armor (Level 8)"},{"id":16874,"c":4,"u":"enspelled%20weapon%20(cantrip)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Cantrip)"},{"id":16875,"c":4,"u":"enspelled%20weapon%20(level%201)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 1)"},{"id":16876,"c":4,"u":"enspelled%20weapon%20(level%202)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 2)"},{"id":16877,"c":4,"u":"enspelled%20weapon%20(level%203)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 3)"},{"id":16878,"c":4,"u":"enspelled%20weapon%20(level%204)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 4)"},{"id":16879,"c":4,"u":"enspelled%20weapon%20(level%205)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 5)"},{"id":16880,"c":4,"u":"enspelled%20weapon%20(level%206)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 6)"},{"id":16881,"c":4,"u":"enspelled%20weapon%20(level%207)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 7)"},{"id":16882,"c":4,"u":"enspelled%20weapon%20(level%208)_xdmg","p":258,"s":5,"h":1,"n":"Enspelled Weapon (Level 8)"},{"id":16883,"c":4,"u":"executioner's%20axe_xdmg","p":259,"s":5,"h":1,"n":"Executioner's Axe"},{"id":16884,"c":4,"u":"flame%20tongue_xdmg","p":263,"s":5,"h":1,"n":"Flame Tongue"},{"id":16885,"c":4,"u":"frost%20brand_xdmg","p":263,"s":5,"h":1,"n":"Frost Brand"},{"id":16886,"c":4,"u":"giant%20slayer_xdmg","p":264,"s":5,"h":1,"n":"Giant Slayer"},{"id":16887,"c":4,"u":"hammer%20of%20thunderbolts_xdmg","p":265,"s":5,"h":1,"n":"Hammer of Thunderbolts"},{"id":16888,"c":4,"u":"holy%20avenger_xdmg","p":269,"s":5,"h":1,"n":"Holy Avenger"},{"id":16889,"c":4,"u":"luck%20blade_xdmg","p":275,"s":5,"h":1,"n":"Luck Blade"},{"id":16890,"c":4,"u":"mariner's%20armor_xdmg","p":278,"s":5,"h":1,"n":"Mariner's Armor"},{"id":16891,"c":4,"u":"mithral%20armor_xdmg","p":279,"s":5,"h":1,"n":"Mithral Armor"},{"id":16892,"c":4,"u":"moon-touched%20sword_xdmg","p":280,"s":5,"h":1,"n":"Moon-Touched Sword"},{"id":16893,"c":4,"u":"moonblade_xdmg","p":279,"s":5,"h":1,"n":"Moonblade"},{"id":16894,"c":4,"u":"nine%20lives%20stealer_xdmg","p":281,"s":5,"h":1,"n":"Nine Lives Stealer"},{"id":16895,"c":4,"u":"oathbow_xdmg","p":282,"s":5,"h":1,"n":"Oathbow"},{"id":16896,"c":4,"u":"plate%20armor%20of%20etherealness%20(*)_xdmg","p":286,"s":5,"h":1,"n":"Plate Armor of Etherealness (*)"},{"id":16897,"c":4,"u":"silvered%20weapon_xdmg","p":304,"s":5,"h":1,"n":"Silvered Weapon"},{"id":16898,"c":4,"u":"smoldering%20armor_xdmg","p":305,"s":5,"h":1,"n":"Smoldering Armor"},{"id":16899,"c":4,"u":"sword%20of%20life%20stealing_xdmg","p":314,"s":5,"h":1,"n":"Sword of Life Stealing"},{"id":16900,"c":4,"u":"sword%20of%20sharpness_xdmg","p":314,"s":5,"h":1,"n":"Sword of Sharpness"},{"id":16901,"c":4,"u":"sword%20of%20vengeance_xdmg","p":206,"s":5,"h":1,"n":"Sword of Vengeance"},{"id":16902,"c":4,"u":"sword%20of%20wounding_xdmg","p":314,"s":5,"h":1,"n":"Sword of Wounding"},{"id":16903,"c":4,"u":"sylvan%20talon_xdmg","p":314,"s":5,"h":1,"n":"Sylvan Talon"},{"id":16904,"c":4,"u":"vicious%20weapon_xdmg","p":318,"s":5,"h":1,"n":"Vicious Weapon"},{"id":16905,"c":4,"u":"vorpal%20sword_xdmg","p":318,"s":5,"h":1,"n":"Vorpal Sword"},{"id":16906,"c":4,"u":"walloping%20ammunition_xdmg","p":318,"s":5,"h":1,"n":"Walloping Ammunition"},{"id":16907,"c":4,"u":"weapon%20of%20warning_xdmg","p":324,"s":5,"h":1,"n":"Weapon of Warning"},{"id":16908,"c":4,"u":"adamantine%20ammunition_xge","p":78,"s":6,"h":1,"n":"Adamantine Ammunition"},{"id":16909,"c":4,"u":"adamantine%20weapon_xge","p":78,"s":6,"h":1,"n":"Adamantine Weapon"},{"id":16910,"c":4,"u":"armor%20of%20gleaming_xge","p":136,"s":6,"h":1,"n":"Armor of Gleaming"},{"id":16911,"c":4,"u":"cast-off%20armor_xge","p":136,"s":6,"h":1,"n":"Cast-Off Armor"},{"id":16912,"c":4,"u":"moon-touched%20sword_xge","p":138,"s":6,"h":1,"n":"Moon-Touched Sword"},{"id":16913,"c":4,"u":"smoldering%20armor_xge","p":139,"s":6,"h":1,"n":"Smoldering Armor"},{"id":16914,"c":4,"u":"walloping%20ammunition_xge","p":139,"s":6,"h":1,"n":"Walloping Ammunition"},{"id":16915,"c":4,"u":"demonbone%20polearm_coa","p":268,"s":9,"h":1,"n":"Demonbone Polearm"},{"id":16916,"c":4,"u":"stygian%20spear_coa","p":270,"s":9,"h":1,"n":"Stygian Spear"},{"id":16917,"c":4,"u":"sword%20of%20retribution_coa","p":270,"s":9,"h":1,"n":"Sword of Retribution"},{"id":16918,"c":4,"u":"weapon%20of%20agonizing%20paralysis_coa","p":271,"s":9,"h":1,"n":"Weapon of Agonizing Paralysis"},{"id":16919,"c":4,"u":"mithral%20%2b1%20armor_ai","p":156,"s":15,"h":1,"n":"Mithral +1 Armor"},{"id":16920,"c":4,"u":"vicious%20%2b1%20weapon_ai","p":149,"s":15,"h":1,"n":"Vicious +1 Weapon"},{"id":16921,"c":4,"u":"hellfire%20weapon_bgdia","p":223,"s":17,"h":1,"n":"Hellfire Weapon"},{"id":16922,"c":4,"u":"ruidium%20armor_crcotn","p":215,"s":20,"h":1,"dP":1,"n":"Ruidium Armor"},{"id":16923,"c":4,"u":"ruidium%20weapon_crcotn","p":216,"s":20,"h":1,"dP":1,"n":"Ruidium Weapon"},{"id":16924,"c":4,"u":"demon%20skin_ditlcot","p":14,"s":23,"h":1,"n":"Demon Skin"},{"id":16925,"c":4,"u":"%2b1%20ammunition_dmg","p":150,"s":24,"h":1,"n":"+1 Ammunition"},{"id":16926,"c":4,"u":"%2b1%20armor_dmg","p":152,"s":24,"h":1,"n":"+1 Armor"},{"id":16927,"c":4,"u":"%2b1%20shield%20(*)_dmg","p":200,"s":24,"h":1,"n":"+1 Shield (*)"},{"id":16928,"c":4,"u":"%2b1%20weapon_dmg","p":213,"s":24,"h":1,"n":"+1 Weapon"},{"id":16929,"c":4,"u":"%2b1%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"n":"+1 Weapon (no damage)"},{"id":16930,"c":4,"u":"%2b2%20ammunition_dmg","p":150,"s":24,"h":1,"n":"+2 Ammunition"},{"id":16931,"c":4,"u":"%2b2%20armor_dmg","p":152,"s":24,"h":1,"n":"+2 Armor"},{"id":16932,"c":4,"u":"%2b2%20shield%20(*)_dmg","p":200,"s":24,"h":1,"n":"+2 Shield (*)"},{"id":16933,"c":4,"u":"%2b2%20weapon_dmg","p":213,"s":24,"h":1,"n":"+2 Weapon"},{"id":16934,"c":4,"u":"%2b2%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"n":"+2 Weapon (no damage)"},{"id":16935,"c":4,"u":"%2b3%20ammunition_dmg","p":150,"s":24,"h":1,"n":"+3 Ammunition"},{"id":16936,"c":4,"u":"%2b3%20armor_dmg","p":152,"s":24,"h":1,"n":"+3 Armor"},{"id":16937,"c":4,"u":"%2b3%20shield%20(*)_dmg","p":200,"s":24,"h":1,"n":"+3 Shield (*)"},{"id":16938,"c":4,"u":"%2b3%20weapon_dmg","p":213,"s":24,"h":1,"n":"+3 Weapon"},{"id":16939,"c":4,"u":"%2b3%20weapon%20(no%20damage)_dmg","p":213,"s":24,"h":1,"n":"+3 Weapon (no damage)"},{"id":16940,"c":4,"u":"adamantine%20armor_dmg","p":150,"s":24,"h":1,"n":"Adamantine Armor"},{"id":16941,"c":4,"u":"armor%20of%20acid%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Acid Resistance"},{"id":16942,"c":4,"u":"armor%20of%20cold%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Cold Resistance"},{"id":16943,"c":4,"u":"armor%20of%20fire%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Fire Resistance"},{"id":16944,"c":4,"u":"armor%20of%20force%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Force Resistance"},{"id":16945,"c":4,"u":"armor%20of%20lightning%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Lightning Resistance"},{"id":16946,"c":4,"u":"armor%20of%20necrotic%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Necrotic Resistance"},{"id":16947,"c":4,"u":"armor%20of%20poison%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Poison Resistance"},{"id":16948,"c":4,"u":"armor%20of%20psychic%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Psychic Resistance"},{"id":16949,"c":4,"u":"armor%20of%20radiant%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Radiant Resistance"},{"id":16950,"c":4,"u":"armor%20of%20thunder%20resistance_dmg","p":152,"s":24,"h":1,"n":"Armor of Thunder Resistance"},{"id":16951,"c":4,"u":"arrow%20of%20slaying%20(*)_dmg","p":152,"s":24,"h":1,"n":"Arrow of Slaying (*)"},{"id":16952,"c":4,"u":"berserker%20axe_dmg","p":155,"s":24,"h":1,"n":"Berserker Axe"},{"id":16953,"c":4,"u":"dancing%20sword_dmg","p":161,"s":24,"h":1,"n":"Dancing Sword"},{"id":16954,"c":4,"u":"defender_dmg","p":164,"s":24,"h":1,"n":"Defender"},{"id":16955,"c":4,"u":"dragon%20slayer_dmg","p":166,"s":24,"h":1,"n":"Dragon Slayer"},{"id":16956,"c":4,"u":"flame%20tongue_dmg","p":170,"s":24,"h":1,"n":"Flame Tongue"},{"id":16957,"c":4,"u":"frost%20brand_dmg","p":171,"s":24,"h":1,"n":"Frost Brand"},{"id":16958,"c":4,"u":"giant%20slayer_dmg","p":172,"s":24,"h":1,"n":"Giant Slayer"},{"id":16959,"c":4,"u":"holy%20avenger_dmg","p":174,"s":24,"h":1,"n":"Holy Avenger"},{"id":16960,"c":4,"u":"luck%20blade_dmg","p":179,"s":24,"h":1,"n":"Luck Blade"},{"id":16961,"c":4,"u":"mariner's%20armor_dmg","p":181,"s":24,"h":1,"n":"Mariner's Armor"},{"id":16962,"c":4,"u":"mithral%20armor_dmg","p":182,"s":24,"h":1,"n":"Mithral Armor"},{"id":16963,"c":4,"u":"nine%20lives%20stealer_dmg","p":183,"s":24,"h":1,"n":"Nine Lives Stealer"},{"id":16964,"c":4,"u":"sword%20of%20life%20stealing_dmg","p":206,"s":24,"h":1,"n":"Sword of Life Stealing"},{"id":16965,"c":4,"u":"sword%20of%20sharpness_dmg","p":206,"s":24,"h":1,"n":"Sword of Sharpness"},{"id":16966,"c":4,"u":"sword%20of%20vengeance_dmg","p":206,"s":24,"h":1,"n":"Sword of Vengeance"},{"id":16967,"c":4,"u":"sword%20of%20wounding_dmg","p":207,"s":24,"h":1,"n":"Sword of Wounding"},{"id":16968,"c":4,"u":"vicious%20weapon_dmg","p":209,"s":24,"h":1,"n":"Vicious Weapon"},{"id":16969,"c":4,"u":"vorpal%20sword_dmg","p":209,"s":24,"h":1,"n":"Vorpal Sword"},{"id":16970,"c":4,"u":"weapon%20of%20warning_dmg","p":213,"s":24,"h":1,"n":"Weapon of Warning"},{"id":16971,"c":4,"u":"comet%20smasher_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Comet Smasher"},{"id":16972,"c":4,"u":"delerium-forged%20blade_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Delerium-Forged Blade"},{"id":16973,"c":4,"u":"hardened%20delerium-tipped%20arrows_dodk","p":230,"s":25,"h":1,"dP":1,"n":"Hardened Delerium-tipped Arrows"},{"id":16974,"c":4,"u":"starcrossed%20bow_dodk","p":232,"s":25,"h":1,"dP":1,"n":"Starcrossed Bow"},{"id":16975,"c":4,"u":"acheron%20blade_egw","p":265,"s":28,"h":1,"dP":1,"n":"Acheron Blade"},{"id":16976,"c":4,"u":"corpse%20slayer_egw","p":266,"s":28,"h":1,"dP":1,"n":"Corpse Slayer"},{"id":16977,"c":4,"u":"last%20stand%20armor_egw","p":267,"s":28,"h":1,"dP":1,"n":"Last Stand Armor"},{"id":16978,"c":4,"u":"weapon%20of%20certain%20death_egw","p":270,"s":28,"h":1,"dP":1,"n":"Weapon of Certain Death"},{"id":16979,"c":4,"u":"armblade_erlw","p":276,"s":29,"h":1,"n":"Armblade"},{"id":16980,"c":4,"u":"imbued%20wood%20(fernian%20ash)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Fernian Ash)"},{"id":16981,"c":4,"u":"imbued%20wood%20(irian%20rosewood)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Irian Rosewood)"},{"id":16982,"c":4,"u":"imbued%20wood%20(kythrian%20manchineel)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Kythrian Manchineel)"},{"id":16983,"c":4,"u":"imbued%20wood%20(lamannian%20oak)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Lamannian Oak)"},{"id":16984,"c":4,"u":"imbued%20wood%20(mabaran%20ebony)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Mabaran Ebony)"},{"id":16985,"c":4,"u":"imbued%20wood%20(risian%20pine)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Risian Pine)"},{"id":16986,"c":4,"u":"imbued%20wood%20(shavarran%20birch)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Shavarran Birch)"},{"id":16987,"c":4,"u":"imbued%20wood%20(xorian%20wenge)_erlw","p":277,"s":29,"h":1,"n":"Imbued Wood (Xorian Wenge)"},{"id":16988,"c":4,"u":"living%20armor_erlw","p":278,"s":29,"h":1,"n":"Living Armor"},{"id":16989,"c":4,"u":"orb%20of%20shielding%20(fernian%20basalt)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Fernian Basalt)"},{"id":16990,"c":4,"u":"orb%20of%20shielding%20(irian%20quartz)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Irian Quartz)"},{"id":16991,"c":4,"u":"orb%20of%20shielding%20(kythrian%20skarn)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Kythrian Skarn)"},{"id":16992,"c":4,"u":"orb%20of%20shielding%20(lamannian%20flint)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Lamannian Flint)"},{"id":16993,"c":4,"u":"orb%20of%20shielding%20(mabaran%20obsidian)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Mabaran Obsidian)"},{"id":16994,"c":4,"u":"orb%20of%20shielding%20(risian%20shale)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Risian Shale)"},{"id":16995,"c":4,"u":"orb%20of%20shielding%20(shavarran%20chert)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Shavarran Chert)"},{"id":16996,"c":4,"u":"orb%20of%20shielding%20(xorian%20marble)_erlw","p":278,"s":29,"h":1,"n":"Orb of Shielding (Xorian Marble)"},{"id":16997,"c":4,"u":"mizzium%20armor_ggr","p":179,"s":31,"h":1,"n":"Mizzium Armor"},{"id":16998,"c":4,"u":"lycan%20weapon_ghloe","p":111,"s":32,"h":1,"dP":1,"n":"Lycan Weapon"},{"id":16999,"c":4,"u":"drow%20%2b1%20armor_mm","p":126,"s":44,"h":1,"n":"Drow +1 Armor"},{"id":17000,"c":4,"u":"drow%20%2b1%20weapon_mm","p":126,"s":44,"h":1,"n":"Drow +1 Weapon"},{"id":17001,"c":4,"u":"drow%20%2b2%20armor_mm","p":126,"s":44,"h":1,"n":"Drow +2 Armor"},{"id":17002,"c":4,"u":"drow%20%2b2%20weapon_mm","p":126,"s":44,"h":1,"n":"Drow +2 Weapon"},{"id":17003,"c":4,"u":"drow%20%2b3%20armor_mm","p":126,"s":44,"h":1,"n":"Drow +3 Armor"},{"id":17004,"c":4,"u":"drow%20%2b3%20weapon_mm","p":126,"s":44,"h":1,"n":"Drow +3 Weapon"},{"id":17005,"c":4,"u":"molten%20bronze%20skin_mot","p":197,"s":45,"h":1,"n":"Molten Bronze Skin"},{"id":17006,"c":4,"u":"barding_phb","p":157,"s":51,"h":1,"n":"Barding"},{"id":17007,"c":4,"u":"silvered%20ammunition_phb","p":148,"s":51,"h":1,"n":"Silvered Ammunition"},{"id":17008,"c":4,"u":"silvered%20weapon_phb","p":148,"s":51,"h":1,"n":"Silvered Weapon"},{"id":17009,"c":4,"u":"oceanic%20weapon_tdcsr","p":199,"s":60,"h":1,"dP":1,"n":"Oceanic Weapon"},{"id":17010,"c":4,"u":"mind%20blade_vgm","p":81,"s":66,"h":1,"n":"Mind Blade"},{"id":17011,"c":4,"u":"mind%20carapace%20armor_vgm","p":81,"s":66,"h":1,"n":"Mind Carapace Armor"},{"id":17012,"c":4,"u":"blade%20of%20the%20medusa_llk","p":53,"s":80,"h":1,"n":"Blade of the Medusa"},{"id":17013,"c":4,"u":"gambler's%20blade_llk","p":55,"s":80,"h":1,"n":"Gambler's Blade"},{"id":17014,"c":4,"u":"polymorph%20blade_llk","p":56,"s":80,"h":1,"n":"Polymorph Blade"},{"id":17015,"c":4,"u":"energy%20bow_uthftlh","s":116,"h":1,"n":"Energy Bow"},{"id":17016,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":105,"h":1,"n":"Adaptive Body"},{"id":17017,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":105,"h":1,"d":1,"n":"Adaptive Body; Environmental Adaptation"},{"id":17018,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":105,"h":1,"d":1,"n":"Adaptive Body; Adaptive Shield"},{"id":17019,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":105,"h":1,"d":1,"n":"Adaptive Body; Energy Adaptation"},{"id":17020,"c":9,"u":"adaptive%20body_uathemysticclass","p":10,"s":105,"h":1,"d":1,"n":"Adaptive Body; Energy Immunity"},{"id":17021,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":105,"h":1,"n":"Aura Sight"},{"id":17022,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":105,"h":1,"d":1,"n":"Aura Sight; Assess Foe"},{"id":17023,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":105,"h":1,"d":1,"n":"Aura Sight; Read Moods"},{"id":17024,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":105,"h":1,"d":1,"n":"Aura Sight; View Aura"},{"id":17025,"c":9,"u":"aura%20sight_uathemysticclass","p":10,"s":105,"h":1,"d":1,"n":"Aura Sight; Perceive the Unseen"},{"id":17026,"c":9,"u":"beacon_uathemysticclass","p":27,"s":105,"h":1,"n":"Beacon"},{"id":17027,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":105,"h":1,"n":"Bestial Form"},{"id":17028,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":105,"h":1,"d":1,"n":"Bestial Form; Bestial Claws"},{"id":17029,"c":9,"u":"bestial%20form_uathemysticclass","p":11,"s":105,"h":1,"d":1,"n":"Bestial Form; Bestial Transformation"},{"id":17030,"c":9,"u":"blade%20meld_uathemysticclass","p":27,"s":105,"h":1,"n":"Blade Meld"},{"id":17031,"c":9,"u":"blind%20spot_uathemysticclass","p":27,"s":105,"h":1,"n":"Blind Spot"},{"id":17032,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":105,"h":1,"n":"Brute Force"},{"id":17033,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":105,"h":1,"d":1,"n":"Brute Force; Brute Strike"},{"id":17034,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":105,"h":1,"d":1,"n":"Brute Force; Knock Back"},{"id":17035,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":105,"h":1,"d":1,"n":"Brute Force; Mighty Leap"},{"id":17036,"c":9,"u":"brute%20force_uathemysticclass","p":11,"s":105,"h":1,"d":1,"n":"Brute Force; Feat of Strength"},{"id":17037,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"n":"Celerity"},{"id":17038,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Celerity; Rapid Step"},{"id":17039,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Celerity; Agile Defense"},{"id":17040,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Celerity; Blur of Motion"},{"id":17041,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Celerity; Surge of Speed"},{"id":17042,"c":9,"u":"celerity_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Celerity; Surge of Action"},{"id":17043,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"n":"Corrosive Metabolism"},{"id":17044,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Corrosive Metabolism; Corrosive Touch"},{"id":17045,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Corrosive Metabolism; Venom Strike"},{"id":17046,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Corrosive Metabolism; Acid Spray"},{"id":17047,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Corrosive Metabolism; Breath of the Black Dragon"},{"id":17048,"c":9,"u":"corrosive%20metabolism_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Corrosive Metabolism; Breath of the Green Dragon"},{"id":17049,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":105,"h":1,"n":"Crown of Despair"},{"id":17050,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Crown of Despair; Crowned in Sorrow"},{"id":17051,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Crown of Despair; Call to Inaction"},{"id":17052,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Crown of Despair; Visions of Despair"},{"id":17053,"c":9,"u":"crown%20of%20despair_uathemysticclass","p":12,"s":105,"h":1,"d":1,"n":"Crown of Despair; Dolorous Mind"},{"id":17054,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":105,"h":1,"n":"Crown of Disgust"},{"id":17055,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":105,"h":1,"d":1,"n":"Crown of Disgust; Eye of Horror"},{"id":17056,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":105,"h":1,"d":1,"n":"Crown of Disgust; Wall of Repulsion"},{"id":17057,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":105,"h":1,"d":1,"n":"Crown of Disgust; Visions of Disgust"},{"id":17058,"c":9,"u":"crown%20of%20disgust_uathemysticclass","p":13,"s":105,"h":1,"d":1,"n":"Crown of Disgust; World of Horror"},{"id":17059,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":105,"h":1,"n":"Crown of Rage"},{"id":17060,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":105,"h":1,"d":1,"n":"Crown of Rage; Primal Fury"},{"id":17061,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":105,"h":1,"d":1,"n":"Crown of Rage; Fighting Words"},{"id":17062,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":105,"h":1,"d":1,"n":"Crown of Rage; Mindless Courage"},{"id":17063,"c":9,"u":"crown%20of%20rage_uathemysticclass","p":13,"s":105,"h":1,"d":1,"n":"Crown of Rage; Punishing Fury"},{"id":17064,"c":9,"u":"delusion_uathemysticclass","p":27,"s":105,"h":1,"n":"Delusion"},{"id":17065,"c":9,"u":"diminution_uathemysticclass","p":14,"s":105,"h":1,"n":"Diminution"},{"id":17066,"c":9,"u":"diminution_uathemysticclass","p":14,"s":105,"h":1,"d":1,"n":"Diminution; Miniature Form"},{"id":17067,"c":9,"u":"diminution_uathemysticclass","p":14,"s":105,"h":1,"d":1,"n":"Diminution; Toppling Shift"},{"id":17068,"c":9,"u":"diminution_uathemysticclass","p":14,"s":105,"h":1,"d":1,"n":"Diminution; Sudden Shift"},{"id":17069,"c":9,"u":"diminution_uathemysticclass","p":14,"s":105,"h":1,"d":1,"n":"Diminution; Microscopic Form"},{"id":17070,"c":9,"u":"energy%20beam_uathemysticclass","p":27,"s":105,"h":1,"n":"Energy Beam"},{"id":17071,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":105,"h":1,"n":"Giant Growth"},{"id":17072,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":105,"h":1,"d":1,"n":"Giant Growth; Ogre Form"},{"id":17073,"c":9,"u":"giant%20growth_uathemysticclass","p":14,"s":105,"h":1,"d":1,"n":"Giant Growth; Giant Form"},{"id":17074,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":105,"h":1,"n":"Intellect Fortress"},{"id":17075,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":105,"h":1,"d":1,"n":"Intellect Fortress; Psychic Backlash"},{"id":17076,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":105,"h":1,"d":1,"n":"Intellect Fortress; Psychic Parry"},{"id":17077,"c":9,"u":"intellect%20fortress_uathemysticclass","p":14,"s":105,"h":1,"d":1,"n":"Intellect Fortress; Psychic Redoubt"},{"id":17078,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":105,"h":1,"n":"Iron Durability"},{"id":17079,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Iron Durability; Iron Hide"},{"id":17080,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Iron Durability; Steel Hide"},{"id":17081,"c":9,"u":"iron%20durability_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Iron Durability; Iron Resistance"},{"id":17082,"c":9,"u":"light%20step_uathemysticclass","p":27,"s":105,"h":1,"n":"Light Step"},{"id":17083,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":105,"h":1,"n":"Mantle of Awe"},{"id":17084,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Mantle of Awe; Charming Presence"},{"id":17085,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Mantle of Awe; Center of Attention"},{"id":17086,"c":9,"u":"mantle%20of%20awe_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Mantle of Awe; Invoke Awe"},{"id":17087,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"n":"Mantle of Command"},{"id":17088,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Mantle of Command; Coordinated Movement"},{"id":17089,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Mantle of Command; Commander's Sight"},{"id":17090,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Mantle of Command; Command to Strike"},{"id":17091,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Mantle of Command; Strategic Mind"},{"id":17092,"c":9,"u":"mantle%20of%20command_uathemysticclass","p":15,"s":105,"h":1,"d":1,"n":"Mantle of Command; Overwhelming Attack"},{"id":17093,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":105,"h":1,"n":"Mantle of Courage"},{"id":17094,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":105,"h":1,"d":1,"n":"Mantle of Courage; Incite Courage"},{"id":17095,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":105,"h":1,"d":1,"n":"Mantle of Courage; Aura of Victory"},{"id":17096,"c":9,"u":"mantle%20of%20courage_uathemysticclass","p":16,"s":105,"h":1,"d":1,"n":"Mantle of Courage; Pillar of Confidence"},{"id":17097,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":105,"h":1,"n":"Mantle of Fear"},{"id":17098,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":105,"h":1,"d":1,"n":"Mantle of Fear; Incite Fear"},{"id":17099,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":105,"h":1,"d":1,"n":"Mantle of Fear; Unsettling Aura"},{"id":17100,"c":9,"u":"mantle%20of%20fear_uathemysticclass","p":16,"s":105,"h":1,"d":1,"n":"Mantle of Fear; Incite Panic"},{"id":17101,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":105,"h":1,"n":"Mantle of Fury"},{"id":17102,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":105,"h":1,"d":1,"n":"Mantle of Fury; Incite Fury"},{"id":17103,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":105,"h":1,"d":1,"n":"Mantle of Fury; Mindless Charge"},{"id":17104,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":105,"h":1,"d":1,"n":"Mantle of Fury; Aura of Bloodletting"},{"id":17105,"c":9,"u":"mantle%20of%20fury_uathemysticclass","p":16,"s":105,"h":1,"d":1,"n":"Mantle of Fury; Overwhelming Fury"},{"id":17106,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":105,"h":1,"n":"Mantle of Joy"},{"id":17107,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mantle of Joy; Soothing Presence"},{"id":17108,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mantle of Joy; Comforting Aura"},{"id":17109,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mantle of Joy; Aura of Jubilation"},{"id":17110,"c":9,"u":"mantle%20of%20joy_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mantle of Joy; Beacon of Recovery"},{"id":17111,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"n":"Mastery of Air"},{"id":17112,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Air; Wind Step"},{"id":17113,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Air; Wind Stream"},{"id":17114,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Air; Cloak of Air"},{"id":17115,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Air; Wind Form"},{"id":17116,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Air; Misty Form"},{"id":17117,"c":9,"u":"mastery%20of%20air_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Air; Animate Air"},{"id":17118,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"n":"Mastery of Fire"},{"id":17119,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Fire; Combustion"},{"id":17120,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Fire; Rolling Flame"},{"id":17121,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Fire; Detonation"},{"id":17122,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Fire; Fire Form"},{"id":17123,"c":9,"u":"mastery%20of%20fire_uathemysticclass","p":17,"s":105,"h":1,"d":1,"n":"Mastery of Fire; Animate Fire"},{"id":17124,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"n":"Mastery of Force"},{"id":17125,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"d":1,"n":"Mastery of Force; Push"},{"id":17126,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"d":1,"n":"Mastery of Force; Move"},{"id":17127,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"d":1,"n":"Mastery of Force; Inertial Armor"},{"id":17128,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"d":1,"n":"Mastery of Force; Telekinetic Barrier"},{"id":17129,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"d":1,"n":"Mastery of Force; Grasp"},{"id":17130,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"d":1,"n":"Mastery of Force; Crush"},{"id":17131,"c":9,"u":"mastery%20of%20force_uathemysticclass","p":18,"s":105,"h":1,"d":1,"n":"Mastery of Force; Move"},{"id":17132,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"n":"Mastery of Ice"},{"id":17133,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Ice; Ice Spike"},{"id":17134,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Ice; Ice Sheet"},{"id":17135,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Ice; Frozen Sanctuary"},{"id":17136,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Ice; Frozen Rain"},{"id":17137,"c":9,"u":"mastery%20of%20ice_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Ice; Ice Barrier"},{"id":17138,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":105,"h":1,"n":"Mastery of Light and Darkness"},{"id":17139,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Light and Darkness; Darkness"},{"id":17140,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Light and Darkness; Light"},{"id":17141,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Light and Darkness; Shadow Beasts"},{"id":17142,"c":9,"u":"mastery%20of%20light%20and%20darkness_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Light and Darkness; Radiant Beam"},{"id":17143,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"n":"Mastery of Water"},{"id":17144,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Water; Desiccate"},{"id":17145,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Water; Watery Grasp"},{"id":17146,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Water; Water Whip"},{"id":17147,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Water; Water Breathing"},{"id":17148,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Water; Water Sphere"},{"id":17149,"c":9,"u":"mastery%20of%20water_uathemysticclass","p":19,"s":105,"h":1,"d":1,"n":"Mastery of Water; Animate Water"},{"id":17150,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"n":"Mastery of Weather"},{"id":17151,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"d":1,"n":"Mastery of Weather; Cloud Steps"},{"id":17152,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"d":1,"n":"Mastery of Weather; Hungry Lightning"},{"id":17153,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"d":1,"n":"Mastery of Weather; Wall of Clouds"},{"id":17154,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"d":1,"n":"Mastery of Weather; Whirlwind"},{"id":17155,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"d":1,"n":"Mastery of Weather; Lightning Leap"},{"id":17156,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"d":1,"n":"Mastery of Weather; Wall of Thunder"},{"id":17157,"c":9,"u":"mastery%20of%20weather_uathemysticclass","p":20,"s":105,"h":1,"d":1,"n":"Mastery of Weather; Thunder Clap"},{"id":17158,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"n":"Mastery of Wood and Earth"},{"id":17159,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"d":1,"n":"Mastery of Wood and Earth; Animate Weapon"},{"id":17160,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"d":1,"n":"Mastery of Wood and Earth; Warp Weapon"},{"id":17161,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"d":1,"n":"Mastery of Wood and Earth; Warp Armor"},{"id":17162,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"d":1,"n":"Mastery of Wood and Earth; Wall of Wood"},{"id":17163,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"d":1,"n":"Mastery of Wood and Earth; Armored Form"},{"id":17164,"c":9,"u":"mastery%20of%20wood%20and%20earth_uathemysticclass","p":21,"s":105,"h":1,"d":1,"n":"Mastery of Wood and Earth; Animate Earth"},{"id":17165,"c":9,"u":"mind%20meld_uathemysticclass","p":27,"s":105,"h":1,"n":"Mind Meld"},{"id":17166,"c":9,"u":"mind%20slam_uathemysticclass","p":28,"s":105,"h":1,"n":"Mind Slam"},{"id":17167,"c":9,"u":"mind%20thrust_uathemysticclass","p":28,"s":105,"h":1,"n":"Mind Thrust"},{"id":17168,"c":9,"u":"mystic%20charm_uathemysticclass","p":28,"s":105,"h":1,"n":"Mystic Charm"},{"id":17169,"c":9,"u":"mystic%20hand_uathemysticclass","p":28,"s":105,"h":1,"n":"Mystic Hand"},{"id":17170,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":105,"h":1,"n":"Nomadic Arrow"},{"id":17171,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":105,"h":1,"d":1,"n":"Nomadic Arrow; Speed Dart"},{"id":17172,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":105,"h":1,"d":1,"n":"Nomadic Arrow; Seeking Missile"},{"id":17173,"c":9,"u":"nomadic%20arrow_uathemysticclass","p":21,"s":105,"h":1,"d":1,"n":"Nomadic Arrow; Faithful Archer"},{"id":17174,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":105,"h":1,"n":"Nomadic Chameleon"},{"id":17175,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Chameleon; Chameleon"},{"id":17176,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Chameleon; Step from Sight"},{"id":17177,"c":9,"u":"nomadic%20chameleon_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Chameleon; Enduring Invisibility"},{"id":17178,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"n":"Nomadic Mind"},{"id":17179,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Mind; Wandering Mind"},{"id":17180,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Mind; Find Creature"},{"id":17181,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Mind; Item Lore"},{"id":17182,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Mind; Psychic Speech"},{"id":17183,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Mind; Wandering Eye"},{"id":17184,"c":9,"u":"nomadic%20mind_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Mind; Phasing Eye"},{"id":17185,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"n":"Nomadic Step"},{"id":17186,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Step; Step of a Dozen Paces"},{"id":17187,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Step; Nomadic Anchor"},{"id":17188,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Step; Defensive Step"},{"id":17189,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Step; There and Back Again"},{"id":17190,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Step; Transposition"},{"id":17191,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Step; Baleful Transposition"},{"id":17192,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Step; Phantom Caravan"},{"id":17193,"c":9,"u":"nomadic%20step_uathemysticclass","p":22,"s":105,"h":1,"d":1,"n":"Nomadic Step; Nomad's Gate"},{"id":17194,"c":9,"u":"precognition_uathemysticclass","p":23,"s":105,"h":1,"n":"Precognition"},{"id":17195,"c":9,"u":"precognition_uathemysticclass","p":23,"s":105,"h":1,"d":1,"n":"Precognition; Precognitive Hunch"},{"id":17196,"c":9,"u":"precognition_uathemysticclass","p":23,"s":105,"h":1,"d":1,"n":"Precognition; All-Around Sight"},{"id":17197,"c":9,"u":"precognition_uathemysticclass","p":23,"s":105,"h":1,"d":1,"n":"Precognition; Danger Sense"},{"id":17198,"c":9,"u":"precognition_uathemysticclass","p":23,"s":105,"h":1,"d":1,"n":"Precognition; Victory Before Battle"},{"id":17199,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":105,"h":1,"n":"Psionic Restoration"},{"id":17200,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":105,"h":1,"d":1,"n":"Psionic Restoration; Mend Wounds"},{"id":17201,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":105,"h":1,"d":1,"n":"Psionic Restoration; Restore Health"},{"id":17202,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":105,"h":1,"d":1,"n":"Psionic Restoration; Restore Life"},{"id":17203,"c":9,"u":"psionic%20restoration_uathemysticclass","p":23,"s":105,"h":1,"d":1,"n":"Psionic Restoration; Restore Vigor"},{"id":17204,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":105,"h":1,"n":"Psionic Weapon"},{"id":17205,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psionic Weapon; Ethereal Weapon"},{"id":17206,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psionic Weapon; Lethal Strike"},{"id":17207,"c":9,"u":"psionic%20weapon_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psionic Weapon; Augmented Weapon"},{"id":17208,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"n":"Psychic Assault"},{"id":17209,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psychic Assault; Psionic Blast"},{"id":17210,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psychic Assault; Ego Whip"},{"id":17211,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psychic Assault; Id Insinuation"},{"id":17212,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psychic Assault; Psychic Blast"},{"id":17213,"c":9,"u":"psychic%20assault_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psychic Assault; Psychic Crush"},{"id":17214,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":105,"h":1,"n":"Psychic Disruption"},{"id":17215,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psychic Disruption; Distracting Haze"},{"id":17216,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psychic Disruption; Daze"},{"id":17217,"c":9,"u":"psychic%20disruption_uathemysticclass","p":24,"s":105,"h":1,"d":1,"n":"Psychic Disruption; Mind Storm"},{"id":17218,"c":9,"u":"psychic%20hammer_uathemysticclass","p":28,"s":105,"h":1,"n":"Psychic Hammer"},{"id":17219,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":105,"h":1,"n":"Psychic Inquisition"},{"id":17220,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":105,"h":1,"d":1,"n":"Psychic Inquisition; Hammer of Inquisition"},{"id":17221,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":105,"h":1,"d":1,"n":"Psychic Inquisition; Forceful Query"},{"id":17222,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":105,"h":1,"d":1,"n":"Psychic Inquisition; Ransack Mind"},{"id":17223,"c":9,"u":"psychic%20inquisition_uathemysticclass","p":25,"s":105,"h":1,"d":1,"n":"Psychic Inquisition; Phantom Idea"},{"id":17224,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":105,"h":1,"n":"Psychic Phantoms"},{"id":17225,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":105,"h":1,"d":1,"n":"Psychic Phantoms; Distracting Figment"},{"id":17226,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":105,"h":1,"d":1,"n":"Psychic Phantoms; Phantom Foe"},{"id":17227,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":105,"h":1,"d":1,"n":"Psychic Phantoms; Phantom Betrayal"},{"id":17228,"c":9,"u":"psychic%20phantoms_uathemysticclass","p":25,"s":105,"h":1,"d":1,"n":"Psychic Phantoms; Phantom Riches"},{"id":17229,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"n":"Telepathic Contact"},{"id":17230,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"d":1,"n":"Telepathic Contact; Exacting Query"},{"id":17231,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"d":1,"n":"Telepathic Contact; Occluded Mind"},{"id":17232,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"d":1,"n":"Telepathic Contact; Broken Will"},{"id":17233,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"d":1,"n":"Telepathic Contact; Psychic Grip"},{"id":17234,"c":9,"u":"telepathic%20contact_uathemysticclass","p":26,"s":105,"h":1,"d":1,"n":"Telepathic Contact; Psychic Domination"},{"id":17235,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":105,"h":1,"n":"Third Eye"},{"id":17236,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":105,"h":1,"d":1,"n":"Third Eye; Tremorsense"},{"id":17237,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":105,"h":1,"d":1,"n":"Third Eye; Unwavering Eye"},{"id":17238,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":105,"h":1,"d":1,"n":"Third Eye; Piercing Sight"},{"id":17239,"c":9,"u":"third%20eye_uathemysticclass","p":26,"s":105,"h":1,"d":1,"n":"Third Eye; Truesight"},{"id":17240,"c":10,"u":"dragonborn%20(chromatic)_ftd","p":10,"s":2,"h":1,"n":"Dragonborn (Chromatic)"},{"id":17241,"c":10,"u":"dragonborn%20(gem)_ftd","p":11,"s":2,"h":1,"n":"Dragonborn (Gem)"},{"id":17242,"c":10,"u":"dragonborn%20(metallic)_ftd","p":12,"s":2,"h":1,"n":"Dragonborn (Metallic)"},{"id":17243,"c":10,"u":"aarakocra_mpmm","p":5,"s":3,"h":1,"n":"Aarakocra"},{"id":17244,"c":10,"u":"aasimar_mpmm","p":7,"s":3,"h":1,"n":"Aasimar"},{"id":17245,"c":10,"u":"bugbear_mpmm","p":8,"s":3,"h":1,"n":"Bugbear"},{"id":17246,"c":10,"u":"centaur_mpmm","p":9,"s":3,"h":1,"n":"Centaur"},{"id":17247,"c":10,"u":"changeling_mpmm","p":10,"s":3,"h":1,"n":"Changeling"},{"id":17248,"c":10,"u":"deep%20gnome_mpmm","p":11,"s":3,"h":1,"n":"Deep Gnome"},{"id":17249,"c":10,"u":"duergar_mpmm","p":12,"s":3,"h":1,"n":"Duergar"},{"id":17250,"c":10,"u":"eladrin_mpmm","p":13,"s":3,"h":1,"n":"Eladrin"},{"id":17251,"c":10,"u":"fairy_mpmm","p":14,"s":3,"h":1,"n":"Fairy"},{"id":17252,"c":10,"u":"firbolg_mpmm","p":15,"s":3,"h":1,"n":"Firbolg"},{"id":17253,"c":10,"u":"genasi_mpmm","p":16,"s":3,"h":1,"n":"Genasi"},{"id":17254,"c":10,"u":"genasi%20(air)_mpmm","p":16,"s":3,"h":1,"n":"Genasi (Air)"},{"id":17255,"c":10,"u":"genasi%20(earth)_mpmm","p":17,"s":3,"h":1,"n":"Genasi (Earth)"},{"id":17256,"c":10,"u":"genasi%20(fire)_mpmm","p":17,"s":3,"h":1,"n":"Genasi (Fire)"},{"id":17257,"c":10,"u":"genasi%20(water)_mpmm","p":17,"s":3,"h":1,"n":"Genasi (Water)"},{"id":17258,"c":10,"u":"githyanki_mpmm","p":18,"s":3,"h":1,"n":"Githyanki"},{"id":17259,"c":10,"u":"githzerai_mpmm","p":19,"s":3,"h":1,"n":"Githzerai"},{"id":17260,"c":10,"u":"goblin_mpmm","p":20,"s":3,"h":1,"n":"Goblin"},{"id":17261,"c":10,"u":"goliath_mpmm","p":21,"s":3,"h":1,"n":"Goliath"},{"id":17262,"c":10,"u":"harengon_mpmm","p":22,"s":3,"h":1,"n":"Harengon"},{"id":17263,"c":10,"u":"hobgoblin_mpmm","p":23,"s":3,"h":1,"n":"Hobgoblin"},{"id":17264,"c":10,"u":"kenku_mpmm","p":24,"s":3,"h":1,"n":"Kenku"},{"id":17265,"c":10,"u":"kobold_mpmm","p":25,"s":3,"h":1,"n":"Kobold"},{"id":17266,"c":10,"u":"lizardfolk_mpmm","p":26,"s":3,"h":1,"n":"Lizardfolk"},{"id":17267,"c":10,"u":"minotaur_mpmm","p":27,"s":3,"h":1,"n":"Minotaur"},{"id":17268,"c":10,"u":"orc_mpmm","p":28,"s":3,"h":1,"n":"Orc"},{"id":17269,"c":10,"u":"satyr_mpmm","p":29,"s":3,"h":1,"n":"Satyr"},{"id":17270,"c":10,"u":"sea%20elf_mpmm","p":30,"s":3,"h":1,"n":"Sea Elf"},{"id":17271,"c":10,"u":"shadar-kai_mpmm","p":31,"s":3,"h":1,"n":"Shadar-Kai"},{"id":17272,"c":10,"u":"shifter_mpmm","p":32,"s":3,"h":1,"n":"Shifter"},{"id":17273,"c":10,"u":"tabaxi_mpmm","p":33,"s":3,"h":1,"n":"Tabaxi"},{"id":17274,"c":10,"u":"tortle_mpmm","p":34,"s":3,"h":1,"n":"Tortle"},{"id":17275,"c":10,"u":"triton_mpmm","p":35,"s":3,"h":1,"n":"Triton"},{"id":17276,"c":10,"u":"yuan-ti_mpmm","p":36,"s":3,"h":1,"n":"Yuan-Ti"},{"id":17277,"c":10,"u":"custom%20lineage_tce","p":8,"s":4,"h":1,"n":"Custom Lineage"},{"id":17278,"c":10,"u":"aasimar_xphb","p":186,"s":8,"h":1,"n":"Aasimar"},{"id":17279,"c":10,"u":"dragonborn_xphb","p":187,"s":8,"h":1,"n":"Dragonborn"},{"id":17280,"c":10,"u":"dwarf_xphb","p":188,"s":8,"h":1,"n":"Dwarf"},{"id":17281,"c":10,"u":"elf_xphb","p":189,"s":8,"h":1,"n":"Elf"},{"id":17282,"c":10,"u":"gnome_xphb","p":191,"s":8,"h":1,"n":"Gnome"},{"id":17283,"c":10,"u":"goliath_xphb","p":192,"s":8,"h":1,"n":"Goliath"},{"id":17284,"c":10,"u":"halfling_xphb","p":193,"s":8,"h":1,"n":"Halfling"},{"id":17285,"c":10,"u":"human_xphb","p":194,"s":8,"h":1,"n":"Human"},{"id":17286,"c":10,"u":"orc_xphb","p":195,"s":8,"h":1,"n":"Orc"},{"id":17287,"c":10,"u":"tiefling_xphb","p":197,"s":8,"h":1,"n":"Tiefling"},{"id":17288,"c":10,"u":"astral%20elf_aag","p":10,"s":102,"h":1,"n":"Astral Elf"},{"id":17289,"c":10,"u":"autognome_aag","p":11,"s":102,"h":1,"n":"Autognome"},{"id":17290,"c":10,"u":"giff_aag","p":12,"s":102,"h":1,"n":"Giff"},{"id":17291,"c":10,"u":"hadozee_aag","p":13,"s":102,"h":1,"n":"Hadozee"},{"id":17292,"c":10,"u":"plasmoid_aag","p":14,"s":102,"h":1,"n":"Plasmoid"},{"id":17293,"c":10,"u":"thri-kreen_aag","p":15,"s":102,"h":1,"n":"Thri-kreen"},{"id":17294,"c":10,"u":"verdan_ai","p":72,"s":15,"h":1,"n":"Verdan"},{"id":17295,"c":10,"u":"aarakocra_dmg","p":282,"s":24,"h":1,"n":"Aarakocra"},{"id":17296,"c":10,"u":"aasimar_dmg","p":286,"s":24,"h":1,"n":"Aasimar"},{"id":17297,"c":10,"u":"bullywug_dmg","p":282,"s":24,"h":1,"n":"Bullywug"},{"id":17298,"c":10,"u":"gnoll_dmg","p":282,"s":24,"h":1,"n":"Gnoll"},{"id":17299,"c":10,"u":"gnome%20(deep)_dmg","p":282,"s":24,"h":1,"n":"Gnome (Deep)"},{"id":17300,"c":10,"u":"goblin_dmg","p":282,"s":24,"h":1,"n":"Goblin"},{"id":17301,"c":10,"u":"grimlock_dmg","p":282,"s":24,"h":1,"n":"Grimlock"},{"id":17302,"c":10,"u":"hobgoblin_dmg","p":282,"s":24,"h":1,"n":"Hobgoblin"},{"id":17303,"c":10,"u":"kenku_dmg","p":282,"s":24,"h":1,"n":"Kenku"},{"id":17304,"c":10,"u":"kobold_dmg","p":282,"s":24,"h":1,"n":"Kobold"},{"id":17305,"c":10,"u":"kuo-toa_dmg","p":282,"s":24,"h":1,"n":"Kuo-Toa"},{"id":17306,"c":10,"u":"lizardfolk_dmg","p":282,"s":24,"h":1,"n":"Lizardfolk"},{"id":17307,"c":10,"u":"merfolk_dmg","p":282,"s":24,"h":1,"n":"Merfolk"},{"id":17308,"c":10,"u":"orc_dmg","p":282,"s":24,"h":1,"n":"Orc"},{"id":17309,"c":10,"u":"skeleton_dmg","p":282,"s":24,"h":1,"n":"Skeleton"},{"id":17310,"c":10,"u":"troglodyte_dmg","p":282,"s":24,"h":1,"n":"Troglodyte"},{"id":17311,"c":10,"u":"zombie_dmg","p":282,"s":24,"h":1,"n":"Zombie"},{"id":17312,"c":10,"u":"kender_dsotdq","p":27,"s":27,"h":1,"n":"Kender"},{"id":17313,"c":10,"u":"aarakocra_eepc","p":5,"s":118,"h":1,"n":"Aarakocra"},{"id":17314,"c":10,"u":"genasi_eepc","p":9,"s":118,"h":1,"n":"Genasi"},{"id":17315,"c":10,"u":"genasi%20(air)_eepc","p":9,"s":118,"h":1,"n":"Genasi (Air)"},{"id":17316,"c":10,"u":"genasi%20(earth)_eepc","p":9,"s":118,"h":1,"n":"Genasi (Earth)"},{"id":17317,"c":10,"u":"genasi%20(fire)_eepc","p":9,"s":118,"h":1,"n":"Genasi (Fire)"},{"id":17318,"c":10,"u":"genasi%20(water)_eepc","p":10,"s":118,"h":1,"n":"Genasi (Water)"},{"id":17319,"c":10,"u":"orc_egw","p":178,"s":28,"h":1,"dP":1,"n":"Orc"},{"id":17320,"c":10,"u":"bugbear_erlw","p":25,"s":29,"h":1,"n":"Bugbear"},{"id":17321,"c":10,"u":"changeling_erlw","p":17,"s":29,"h":1,"n":"Changeling"},{"id":17322,"c":10,"u":"goblin_erlw","p":26,"s":29,"h":1,"n":"Goblin"},{"id":17323,"c":10,"u":"hobgoblin_erlw","p":26,"s":29,"h":1,"n":"Hobgoblin"},{"id":17324,"c":10,"u":"kalashtar_erlw","p":29,"s":29,"h":1,"n":"Kalashtar"},{"id":17325,"c":10,"u":"orc_erlw","p":31,"s":29,"h":1,"n":"Orc"},{"id":17326,"c":10,"u":"shifter_erlw","p":33,"s":29,"h":1,"n":"Shifter"},{"id":17327,"c":10,"u":"shifter%20(beasthide)_erlw","p":34,"s":29,"h":1,"n":"Shifter (Beasthide)"},{"id":17328,"c":10,"u":"shifter%20(longtooth)_erlw","p":34,"s":29,"h":1,"n":"Shifter (Longtooth)"},{"id":17329,"c":10,"u":"shifter%20(swiftstride)_erlw","p":34,"s":29,"h":1,"n":"Shifter (Swiftstride)"},{"id":17330,"c":10,"u":"shifter%20(wildhunt)_erlw","p":34,"s":29,"h":1,"n":"Shifter (Wildhunt)"},{"id":17331,"c":10,"u":"warforged_erlw","p":35,"s":29,"h":1,"n":"Warforged"},{"id":17332,"c":10,"u":"centaur_ggr","p":15,"s":31,"h":1,"n":"Centaur"},{"id":17333,"c":10,"u":"goblin_ggr","p":16,"s":31,"h":1,"n":"Goblin"},{"id":17334,"c":10,"u":"loxodon_ggr","p":17,"s":31,"h":1,"n":"Loxodon"},{"id":17335,"c":10,"u":"minotaur_ggr","p":18,"s":31,"h":1,"n":"Minotaur"},{"id":17336,"c":10,"u":"simic%20hybrid_ggr","p":20,"s":31,"h":1,"n":"Simic Hybrid"},{"id":17337,"c":10,"u":"vedalken_ggr","p":21,"s":31,"h":1,"n":"Vedalken"},{"id":17338,"c":10,"u":"centaur_mot","p":18,"s":45,"h":1,"n":"Centaur"},{"id":17339,"c":10,"u":"leonin_mot","p":20,"s":45,"h":1,"n":"Leonin"},{"id":17340,"c":10,"u":"minotaur_mot","p":22,"s":45,"h":1,"n":"Minotaur"},{"id":17341,"c":10,"u":"satyr_mot","p":24,"s":45,"h":1,"n":"Satyr"},{"id":17342,"c":10,"u":"triton_mot","p":26,"s":45,"h":1,"n":"Triton"},{"id":17343,"c":10,"u":"gith_mtf","p":96,"s":47,"h":1,"n":"Gith"},{"id":17344,"c":10,"u":"gith%20(githyanki)_mtf","p":96,"s":47,"h":1,"n":"Gith (Githyanki)"},{"id":17345,"c":10,"u":"gith%20(githzerai)_mtf","p":96,"s":47,"h":1,"n":"Gith (Githzerai)"},{"id":17346,"c":10,"u":"dragonborn%20(base)_phb","p":32,"s":51,"h":1,"r":1,"n":"Dragonborn (Base)"},{"id":17347,"c":10,"u":"dragonborn_phb","p":32,"s":51,"h":1,"r":1,"n":"Dragonborn"},{"id":17348,"c":10,"u":"dragonborn%20(draconblood)_egw","p":168,"s":28,"h":1,"dP":1,"n":"Dragonborn (Draconblood)"},{"id":17349,"c":10,"u":"dragonborn%20(ravenite)_egw","p":168,"s":28,"h":1,"dP":1,"n":"Dragonborn (Ravenite)"},{"id":17350,"c":10,"u":"dwarf_phb","p":18,"s":51,"h":1,"r":1,"n":"Dwarf"},{"id":17351,"c":10,"u":"dwarf%20(duergar)_mtf","p":81,"s":47,"h":1,"n":"Dwarf (Duergar)"},{"id":17352,"c":10,"u":"dwarf%20(hill)_phb","p":20,"s":51,"h":1,"r":1,"n":"Dwarf (Hill)"},{"id":17353,"c":10,"u":"dwarf%20(mark%20of%20warding)_erlw","p":51,"s":29,"h":1,"n":"Dwarf (Mark of Warding)"},{"id":17354,"c":10,"u":"dwarf%20(mountain)_phb","p":20,"s":51,"h":1,"n":"Dwarf (Mountain)"},{"id":17355,"c":10,"u":"elf_phb","p":21,"s":51,"h":1,"r":1,"n":"Elf"},{"id":17356,"c":10,"u":"elf%20(drow)_phb","p":24,"s":51,"h":1,"n":"Elf (Drow)"},{"id":17357,"c":10,"u":"elf%20(drow)_phb","p":24,"s":51,"h":1,"n":"Elf (Dark)"},{"id":17358,"c":10,"u":"elf%20(eladrin)_dmg","p":286,"s":24,"h":1,"n":"Elf (Eladrin)"},{"id":17359,"c":10,"u":"elf%20(eladrin)_mtf","p":61,"s":47,"h":1,"n":"Elf (Eladrin)"},{"id":17360,"c":10,"u":"elf%20(high)_phb","p":23,"s":51,"h":1,"r":1,"n":"Elf (High)"},{"id":17361,"c":10,"u":"elf%20(mark%20of%20shadow)_erlw","p":49,"s":29,"h":1,"n":"Elf (Mark of Shadow)"},{"id":17362,"c":10,"u":"elf%20(pallid)_egw","p":21,"s":28,"h":1,"dP":1,"n":"Elf (Pallid)"},{"id":17363,"c":10,"u":"elf%20(sea)_mtf","p":62,"s":47,"h":1,"n":"Elf (Sea)"},{"id":17364,"c":10,"u":"elf%20(shadar-kai)_mtf","p":62,"s":47,"h":1,"n":"Elf (Shadar-kai)"},{"id":17365,"c":10,"u":"elf%20(wood)_phb","p":24,"s":51,"h":1,"n":"Elf (Wood)"},{"id":17366,"c":10,"u":"gnome_phb","p":35,"s":51,"h":1,"r":1,"n":"Gnome"},{"id":17367,"c":10,"u":"gnome%20(deep)_mtf","p":113,"s":47,"h":1,"n":"Gnome (Deep)"},{"id":17368,"c":10,"u":"gnome%20(deep%2fsvirfneblin)_scag","p":115,"s":106,"h":1,"n":"Gnome (Deep/Svirfneblin)"},{"id":17369,"c":10,"u":"gnome%20(forest)_phb","p":37,"s":51,"h":1,"n":"Gnome (Forest)"},{"id":17370,"c":10,"u":"gnome%20(mark%20of%20scribing)_erlw","p":47,"s":29,"h":1,"n":"Gnome (Mark of Scribing)"},{"id":17371,"c":10,"u":"gnome%20(rock)_phb","p":37,"s":51,"h":1,"r":1,"n":"Gnome (Rock)"},{"id":17372,"c":10,"u":"half-elf%20(base)_phb","p":38,"s":51,"h":1,"r":1,"n":"Half-Elf (Base)"},{"id":17373,"c":10,"u":"half-elf_phb","p":38,"s":51,"h":1,"r":1,"n":"Half-Elf"},{"id":17374,"c":10,"u":"half-elf%20(variant%3b%20aquatic%20elf%20descent)_scag","p":116,"s":106,"h":1,"n":"Half-Elf (Variant; Aquatic Elf Descent)"},{"id":17375,"c":10,"u":"half-elf%20(variant%3b%20drow%20descent)_scag","p":116,"s":106,"h":1,"n":"Half-Elf (Variant; Drow Descent)"},{"id":17376,"c":10,"u":"half-elf%20(variant%3b%20mark%20of%20detection)_erlw","p":40,"s":29,"h":1,"n":"Half-Elf (Variant; Mark of Detection)"},{"id":17377,"c":10,"u":"half-elf%20(variant%3b%20mark%20of%20storm)_erlw","p":50,"s":29,"h":1,"n":"Half-Elf (Variant; Mark of Storm)"},{"id":17378,"c":10,"u":"half-elf%20(variant%3b%20moon%20elf%20or%20sun%20elf%20descent)_scag","p":116,"s":106,"h":1,"n":"Half-Elf (Variant; Moon Elf or Sun Elf Descent)"},{"id":17379,"c":10,"u":"half-elf%20(variant%3b%20wood%20elf%20descent)_scag","p":116,"s":106,"h":1,"n":"Half-Elf (Variant; Wood Elf Descent)"},{"id":17380,"c":10,"u":"half-orc%20(base)_phb","p":40,"s":51,"h":1,"r":1,"n":"Half-Orc (Base)"},{"id":17381,"c":10,"u":"half-orc_phb","p":40,"s":51,"h":1,"r":1,"n":"Half-Orc"},{"id":17382,"c":10,"u":"half-orc%20(variant%3b%20mark%20of%20finding)_erlw","p":41,"s":29,"h":1,"n":"Half-Orc (Variant; Mark of Finding)"},{"id":17383,"c":10,"u":"halfling_phb","p":26,"s":51,"h":1,"r":1,"n":"Halfling"},{"id":17384,"c":10,"u":"halfling%20(ghostwise)_scag","p":110,"s":106,"h":1,"n":"Halfling (Ghostwise)"},{"id":17385,"c":10,"u":"halfling%20(lightfoot)_phb","p":28,"s":51,"h":1,"r":1,"n":"Halfling (Lightfoot)"},{"id":17386,"c":10,"u":"halfling%20(lotusden)_egw","p":164,"s":28,"h":1,"dP":1,"n":"Halfling (Lotusden)"},{"id":17387,"c":10,"u":"halfling%20(mark%20of%20healing)_erlw","p":43,"s":29,"h":1,"n":"Halfling (Mark of Healing)"},{"id":17388,"c":10,"u":"halfling%20(mark%20of%20hospitality)_erlw","p":44,"s":29,"h":1,"n":"Halfling (Mark of Hospitality)"},{"id":17389,"c":10,"u":"halfling%20(stout)_phb","p":28,"s":51,"h":1,"n":"Halfling (Stout)"},{"id":17390,"c":10,"u":"human%20(base)_phb","p":29,"s":51,"h":1,"r":1,"n":"Human (Base)"},{"id":17391,"c":10,"u":"human_phb","p":29,"s":51,"h":1,"r":1,"n":"Human"},{"id":17392,"c":10,"u":"human%20(keldon)_psd","p":19,"s":95,"h":1,"n":"Human (Keldon)"},{"id":17393,"c":10,"u":"human%20(mark%20of%20handling)_erlw","p":42,"s":29,"h":1,"n":"Human (Mark of Handling)"},{"id":17394,"c":10,"u":"human%20(mark%20of%20making)_erlw","p":45,"s":29,"h":1,"n":"Human (Mark of Making)"},{"id":17395,"c":10,"u":"human%20(mark%20of%20passage)_erlw","p":46,"s":29,"h":1,"n":"Human (Mark of Passage)"},{"id":17396,"c":10,"u":"human%20(mark%20of%20sentinel)_erlw","p":48,"s":29,"h":1,"n":"Human (Mark of Sentinel)"},{"id":17397,"c":10,"u":"human%20(variant)_phb","p":31,"s":51,"h":1,"n":"Human (Variant)"},{"id":17398,"c":10,"u":"human%20(variant%3b%20mark%20of%20finding)_erlw","p":41,"s":29,"h":1,"n":"Human (Variant; Mark of Finding)"},{"id":17399,"c":10,"u":"tiefling%20(base)_phb","p":42,"s":51,"h":1,"r":1,"n":"Tiefling (Base)"},{"id":17400,"c":10,"u":"tiefling_phb","p":42,"s":51,"h":1,"r":1,"n":"Tiefling"},{"id":17401,"c":10,"u":"tiefling%20(asmodeus)_mtf","p":21,"s":47,"h":1,"n":"Tiefling (Asmodeus)"},{"id":17402,"c":10,"u":"tiefling%20(baalzebul)_mtf","p":21,"s":47,"h":1,"n":"Tiefling (Baalzebul)"},{"id":17403,"c":10,"u":"tiefling%20(dispater)_mtf","p":21,"s":47,"h":1,"n":"Tiefling (Dispater)"},{"id":17404,"c":10,"u":"tiefling%20(fierna)_mtf","p":21,"s":47,"h":1,"n":"Tiefling (Fierna)"},{"id":17405,"c":10,"u":"tiefling%20(glasya)_mtf","p":22,"s":47,"h":1,"n":"Tiefling (Glasya)"},{"id":17406,"c":10,"u":"tiefling%20(levistus)_mtf","p":22,"s":47,"h":1,"n":"Tiefling (Levistus)"},{"id":17407,"c":10,"u":"tiefling%20(mammon)_mtf","p":22,"s":47,"h":1,"n":"Tiefling (Mammon)"},{"id":17408,"c":10,"u":"tiefling%20(mephistopheles)_mtf","p":23,"s":47,"h":1,"n":"Tiefling (Mephistopheles)"},{"id":17409,"c":10,"u":"tiefling%20(variant%3b%20devil's%20tongue)_scag","p":118,"s":106,"h":1,"n":"Tiefling (Variant; Devil's Tongue)"},{"id":17410,"c":10,"u":"tiefling%20(variant%3b%20hellfire)_scag","p":118,"s":106,"h":1,"n":"Tiefling (Variant; Hellfire)"},{"id":17411,"c":10,"u":"tiefling%20(variant%3b%20infernal%20legacy)_scag","p":118,"s":106,"h":1,"n":"Tiefling (Variant; Infernal Legacy)"},{"id":17412,"c":10,"u":"tiefling%20(variant%3b%20winged)_scag","p":118,"s":106,"h":1,"n":"Tiefling (Variant; Winged)"},{"id":17413,"c":10,"u":"tiefling%20(zariel)_mtf","p":23,"s":47,"h":1,"n":"Tiefling (Zariel)"},{"id":17414,"c":10,"u":"owlin_scc","p":29,"s":56,"h":1,"n":"Owlin"},{"id":17415,"c":10,"u":"aasimar_vgm","p":104,"s":66,"h":1,"n":"Aasimar"},{"id":17416,"c":10,"u":"aasimar%20(fallen)_vgm","p":105,"s":66,"h":1,"n":"Aasimar (Fallen)"},{"id":17417,"c":10,"u":"aasimar%20(protector)_vgm","p":105,"s":66,"h":1,"n":"Aasimar (Protector)"},{"id":17418,"c":10,"u":"aasimar%20(scourge)_vgm","p":105,"s":66,"h":1,"n":"Aasimar (Scourge)"},{"id":17419,"c":10,"u":"bugbear_vgm","p":119,"s":66,"h":1,"n":"Bugbear"},{"id":17420,"c":10,"u":"firbolg_vgm","p":107,"s":66,"h":1,"n":"Firbolg"},{"id":17421,"c":10,"u":"goblin_vgm","p":119,"s":66,"h":1,"n":"Goblin"},{"id":17422,"c":10,"u":"goliath_vgm","p":108,"s":66,"h":1,"n":"Goliath"},{"id":17423,"c":10,"u":"hobgoblin_vgm","p":119,"s":66,"h":1,"n":"Hobgoblin"},{"id":17424,"c":10,"u":"kenku_vgm","p":109,"s":66,"h":1,"n":"Kenku"},{"id":17425,"c":10,"u":"kobold_vgm","p":119,"s":66,"h":1,"n":"Kobold"},{"id":17426,"c":10,"u":"lizardfolk_vgm","p":111,"s":66,"h":1,"n":"Lizardfolk"},{"id":17427,"c":10,"u":"orc_vgm","p":120,"s":66,"h":1,"n":"Orc"},{"id":17428,"c":10,"u":"tabaxi_vgm","p":113,"s":66,"h":1,"n":"Tabaxi"},{"id":17429,"c":10,"u":"triton_vgm","p":115,"s":66,"h":1,"n":"Triton"},{"id":17430,"c":10,"u":"yuan-ti%20pureblood_vgm","p":120,"s":66,"h":1,"n":"Yuan-ti Pureblood"},{"id":17431,"c":10,"u":"dhampir_vrgr","p":16,"s":67,"h":1,"n":"Dhampir"},{"id":17432,"c":10,"u":"hexblood_vrgr","p":18,"s":67,"h":1,"n":"Hexblood"},{"id":17433,"c":10,"u":"reborn_vrgr","p":20,"s":67,"h":1,"n":"Reborn"},{"id":17434,"c":10,"u":"fairy_wbtw","p":12,"s":68,"h":1,"n":"Fairy"},{"id":17435,"c":10,"u":"harengon_wbtw","p":13,"s":68,"h":1,"n":"Harengon"},{"id":17436,"c":10,"u":"goblin%20(dankwood)_awm","p":35,"s":76,"h":1,"n":"Goblin (Dankwood)"},{"id":17437,"c":10,"u":"locathah_lr","p":24,"s":81,"h":1,"n":"Locathah"},{"id":17438,"c":10,"u":"grung_oga","p":4,"s":115,"h":1,"n":"Grung"},{"id":17439,"c":10,"u":"aven_psa","p":15,"s":94,"h":1,"n":"Aven"},{"id":17440,"c":10,"u":"aven%20(hawk-headed)_psa","p":16,"s":94,"h":1,"n":"Aven (Hawk-Headed)"},{"id":17441,"c":10,"u":"aven%20(ibis-headed)_psa","p":16,"s":94,"h":1,"n":"Aven (Ibis-Headed)"},{"id":17442,"c":10,"u":"human%20(amonkhet)_psa","p":14,"s":94,"h":1,"n":"Human (Amonkhet)"},{"id":17443,"c":10,"u":"khenra_psa","p":17,"s":94,"h":1,"n":"Khenra"},{"id":17444,"c":10,"u":"minotaur%20(amonkhet)_psa","p":19,"s":94,"h":1,"n":"Minotaur (Amonkhet)"},{"id":17445,"c":10,"u":"naga_psa","p":21,"s":94,"h":1,"n":"Naga"},{"id":17446,"c":10,"u":"aven_psd","p":6,"s":95,"h":1,"n":"Aven"},{"id":17447,"c":10,"u":"human%20(innistrad)_psi","p":8,"s":96,"h":1,"n":"Human (Innistrad)"},{"id":17448,"c":10,"u":"human%20(innistrad%3b%20gavony)_psi","p":8,"s":96,"h":1,"n":"Human (Innistrad; Gavony)"},{"id":17449,"c":10,"u":"human%20(innistrad%3b%20kessig)_psi","p":8,"s":96,"h":1,"n":"Human (Innistrad; Kessig)"},{"id":17450,"c":10,"u":"human%20(innistrad%3b%20nephalia)_psi","p":8,"s":96,"h":1,"n":"Human (Innistrad; Nephalia)"},{"id":17451,"c":10,"u":"human%20(innistrad%3b%20stensia)_psi","p":8,"s":96,"h":1,"n":"Human (Innistrad; Stensia)"},{"id":17452,"c":10,"u":"aetherborn_psk","p":17,"s":97,"h":1,"n":"Aetherborn"},{"id":17453,"c":10,"u":"dwarf%20(kaladesh)_psk","p":19,"s":97,"h":1,"n":"Dwarf (Kaladesh)"},{"id":17454,"c":10,"u":"elf%20(kaladesh)_psk","p":20,"s":97,"h":1,"n":"Elf (Kaladesh)"},{"id":17455,"c":10,"u":"elf%20(kaladesh%3b%20bishatar%20and%20tirahar)_psk","p":21,"s":97,"h":1,"n":"Elf (Kaladesh; Bishatar and Tirahar)"},{"id":17456,"c":10,"u":"elf%20(kaladesh%3b%20vahadar)_psk","p":21,"s":97,"h":1,"n":"Elf (Kaladesh; Vahadar)"},{"id":17457,"c":10,"u":"human%20(kaladesh)_psk","p":22,"s":97,"h":1,"n":"Human (Kaladesh)"},{"id":17458,"c":10,"u":"vedalken_psk","p":23,"s":97,"h":1,"n":"Vedalken"},{"id":17459,"c":10,"u":"human%20(ixalan)_psx","p":11,"s":98,"h":1,"n":"Human (Ixalan)"},{"id":17460,"c":10,"u":"orc%20(ixalan)_psx","p":15,"s":98,"h":1,"n":"Orc (Ixalan)"},{"id":17461,"c":10,"u":"siren_psx","p":17,"s":98,"h":1,"n":"Siren"},{"id":17462,"c":10,"u":"elf%20(zendikar)_psz","p":18,"s":99,"h":1,"n":"Elf (Zendikar)"},{"id":17463,"c":10,"u":"elf%20(zendikar%3b%20joraga%20nation)_psz","p":19,"s":99,"h":1,"n":"Elf (Zendikar; Joraga Nation)"},{"id":17464,"c":10,"u":"elf%20(zendikar%3b%20mul%20daya%20nation)_psz","p":19,"s":99,"h":1,"n":"Elf (Zendikar; Mul Daya Nation)"},{"id":17465,"c":10,"u":"elf%20(zendikar%3b%20tajuru%20nation)_psz","p":18,"s":99,"h":1,"n":"Elf (Zendikar; Tajuru Nation)"},{"id":17466,"c":10,"u":"goblin_psz","p":16,"s":99,"h":1,"n":"Goblin"},{"id":17467,"c":10,"u":"goblin%20(ixalan)_psx","p":16,"s":98,"h":1,"n":"Goblin (Ixalan)"},{"id":17468,"c":10,"u":"goblin%20(zendikar%3b%20grotag%20tribe)_psz","p":17,"s":99,"h":1,"n":"Goblin (Zendikar; Grotag Tribe)"},{"id":17469,"c":10,"u":"goblin%20(zendikar%3b%20lavastep%20tribe)_psz","p":17,"s":99,"h":1,"n":"Goblin (Zendikar; Lavastep Tribe)"},{"id":17470,"c":10,"u":"goblin%20(zendikar%3b%20tuktuk%20tribe)_psz","p":17,"s":99,"h":1,"n":"Goblin (Zendikar; Tuktuk Tribe)"},{"id":17471,"c":10,"u":"human%20(zendikar)_psz","p":9,"s":99,"h":1,"n":"Human (Zendikar)"},{"id":17472,"c":10,"u":"kor_psz","p":10,"s":99,"h":1,"n":"Kor"},{"id":17473,"c":10,"u":"merfolk_psz","p":13,"s":99,"h":1,"n":"Merfolk"},{"id":17474,"c":10,"u":"merfolk%20(ixalan%3b%20blue)_psx","p":12,"s":98,"h":1,"n":"Merfolk (Ixalan; Blue)"},{"id":17475,"c":10,"u":"merfolk%20(ixalan%3b%20green)_psx","p":12,"s":98,"h":1,"n":"Merfolk (Ixalan; Green)"},{"id":17476,"c":10,"u":"merfolk%20(zendikar%3b%20cosi%20creed)_psz","p":13,"s":99,"h":1,"n":"Merfolk (Zendikar; Cosi Creed)"},{"id":17477,"c":10,"u":"merfolk%20(zendikar%3b%20emeria%20creed)_psz","p":13,"s":99,"h":1,"n":"Merfolk (Zendikar; Emeria Creed)"},{"id":17478,"c":10,"u":"merfolk%20(zendikar%3b%20ula%20creed)_psz","p":13,"s":99,"h":1,"n":"Merfolk (Zendikar; Ula Creed)"},{"id":17479,"c":10,"u":"vampire_psz","p":14,"s":99,"h":1,"n":"Vampire"},{"id":17480,"c":10,"u":"vampire%20(ixalan)_psx","p":14,"s":98,"h":1,"n":"Vampire (Ixalan)"},{"id":17481,"c":10,"u":"vampire%20(zendikar)_psz","p":14,"s":99,"h":1,"n":"Vampire (Zendikar)"},{"id":17482,"c":10,"u":"tortle_ttp","p":3,"s":101,"h":1,"n":"Tortle"},{"id":17483,"c":11,"u":"blessing%20of%20bloody%20might_bmt","p":171,"s":1,"h":1,"n":"Blessing of Bloody Might"},{"id":17484,"c":11,"u":"blessing%20of%20lonely%20genius_bmt","p":171,"s":1,"h":1,"n":"Blessing of Lonely Genius"},{"id":17485,"c":11,"u":"blessing%20of%20unearned%20riches_bmt","p":171,"s":1,"h":1,"n":"Blessing of Unearned Riches"},{"id":17486,"c":11,"u":"charm%20of%20balance_bmt","p":62,"s":1,"h":1,"n":"Charm of Balance"},{"id":17487,"c":11,"u":"charm%20of%20euryale_bmt","p":62,"s":1,"h":1,"n":"Charm of Euryale"},{"id":17488,"c":11,"u":"charm%20of%20many%20things_bmt","p":62,"s":1,"h":1,"n":"Charm of Many Things"},{"id":17489,"c":11,"u":"charm%20of%20ruin_bmt","p":62,"s":1,"h":1,"n":"Charm of Ruin"},{"id":17490,"c":11,"u":"charm%20of%20the%20comet_bmt","p":62,"s":1,"h":1,"n":"Charm of the Comet"},{"id":17491,"c":11,"u":"charm%20of%20the%20donjon_bmt","p":62,"s":1,"h":1,"n":"Charm of the Donjon"},{"id":17492,"c":11,"u":"charm%20of%20the%20fates_bmt","p":62,"s":1,"h":1,"n":"Charm of the Fates"},{"id":17493,"c":11,"u":"charm%20of%20the%20flames_bmt","p":62,"s":1,"h":1,"n":"Charm of the Flames"},{"id":17494,"c":11,"u":"charm%20of%20the%20fool_bmt","p":62,"s":1,"h":1,"n":"Charm of the Fool"},{"id":17495,"c":11,"u":"charm%20of%20the%20gem_bmt","p":62,"s":1,"h":1,"n":"Charm of the Gem"},{"id":17496,"c":11,"u":"charm%20of%20the%20jester_bmt","p":62,"s":1,"h":1,"n":"Charm of the Jester"},{"id":17497,"c":11,"u":"charm%20of%20the%20key_bmt","p":62,"s":1,"h":1,"n":"Charm of the Key"},{"id":17498,"c":11,"u":"charm%20of%20the%20knight_bmt","p":62,"s":1,"h":1,"n":"Charm of the Knight"},{"id":17499,"c":11,"u":"charm%20of%20the%20moon_bmt","p":62,"s":1,"h":1,"n":"Charm of the Moon"},{"id":17500,"c":11,"u":"charm%20of%20the%20puzzle_bmt","p":62,"s":1,"h":1,"n":"Charm of the Puzzle"},{"id":17501,"c":11,"u":"charm%20of%20the%20rogue_bmt","p":62,"s":1,"h":1,"n":"Charm of the Rogue"},{"id":17502,"c":11,"u":"charm%20of%20the%20sage_bmt","p":62,"s":1,"h":1,"n":"Charm of the Sage"},{"id":17503,"c":11,"u":"charm%20of%20the%20skull_bmt","p":62,"s":1,"h":1,"n":"Charm of the Skull"},{"id":17504,"c":11,"u":"charm%20of%20the%20star_bmt","p":62,"s":1,"h":1,"n":"Charm of the Star"},{"id":17505,"c":11,"u":"charm%20of%20the%20sun_bmt","p":62,"s":1,"h":1,"n":"Charm of the Sun"},{"id":17506,"c":11,"u":"charm%20of%20the%20talons_bmt","p":62,"s":1,"h":1,"n":"Charm of the Talons"},{"id":17507,"c":11,"u":"charm%20of%20the%20throne_bmt","p":62,"s":1,"h":1,"n":"Charm of the Throne"},{"id":17508,"c":11,"u":"charm%20of%20the%20void_bmt","p":62,"s":1,"h":1,"n":"Charm of the Void"},{"id":17509,"c":11,"u":"draconic%20familiar_ftd","p":28,"s":2,"h":1,"n":"Draconic Familiar"},{"id":17510,"c":11,"u":"draconic%20rebirth_ftd","p":28,"s":2,"h":1,"n":"Draconic Rebirth"},{"id":17511,"c":11,"u":"draconic%20senses_ftd","p":28,"s":2,"h":1,"n":"Draconic Senses"},{"id":17512,"c":11,"u":"echo%20of%20dragonsight_ftd","p":28,"s":2,"h":1,"n":"Echo of Dragonsight"},{"id":17513,"c":11,"u":"frightful%20presence_ftd","p":28,"s":2,"h":1,"n":"Frightful Presence"},{"id":17514,"c":11,"u":"psionic%20reach_ftd","p":28,"s":2,"h":1,"n":"Psionic Reach"},{"id":17515,"c":11,"u":"scaled%20toughness_ftd","p":28,"s":2,"h":1,"n":"Scaled Toughness"},{"id":17516,"c":11,"u":"tongue%20of%20the%20dragon_ftd","p":28,"s":2,"h":1,"n":"Tongue of the Dragon"},{"id":17517,"c":11,"u":"arcane%20study%20charm_xdmg","p":336,"s":5,"h":1,"n":"Arcane Study Charm"},{"id":17518,"c":11,"u":"blessing%20of%20health_xdmg","p":98,"s":5,"h":1,"n":"Blessing of Health"},{"id":17519,"c":11,"u":"blessing%20of%20magic%20resistance_xdmg","p":98,"s":5,"h":1,"n":"Blessing of Magic Resistance"},{"id":17520,"c":11,"u":"blessing%20of%20protection_xdmg","p":99,"s":5,"h":1,"n":"Blessing of Protection"},{"id":17521,"c":11,"u":"blessing%20of%20understanding_xdmg","p":99,"s":5,"h":1,"n":"Blessing of Understanding"},{"id":17522,"c":11,"u":"blessing%20of%20valhalla_xdmg","p":99,"s":5,"h":1,"n":"Blessing of Valhalla"},{"id":17523,"c":11,"u":"blessing%20of%20weapon%20enhancement_xdmg","p":99,"s":5,"h":1,"n":"Blessing of Weapon Enhancement"},{"id":17524,"c":11,"u":"blessing%20of%20wound%20closure_xdmg","p":99,"s":5,"h":1,"n":"Blessing of Wound Closure"},{"id":17525,"c":11,"u":"charm%20of%20animal%20conjuring_xdmg","p":99,"s":5,"h":1,"n":"Charm of Animal Conjuring"},{"id":17526,"c":11,"u":"charm%20of%20darkvision_xdmg","p":99,"s":5,"h":1,"n":"Charm of Darkvision"},{"id":17527,"c":11,"u":"charm%20of%20feather%20falling_xdmg","p":99,"s":5,"h":1,"n":"Charm of Feather Falling"},{"id":17528,"c":11,"u":"charm%20of%20heroism_xdmg","p":99,"s":5,"h":1,"n":"Charm of Heroism"},{"id":17529,"c":11,"u":"charm%20of%20restoration_xdmg","p":99,"s":5,"h":1,"n":"Charm of Restoration"},{"id":17530,"c":11,"u":"charm%20of%20the%20slayer_xdmg","p":99,"s":5,"h":1,"n":"Charm of the Slayer"},{"id":17531,"c":11,"u":"charm%20of%20vitality_xdmg","p":99,"s":5,"h":1,"n":"Charm of Vitality"},{"id":17532,"c":11,"u":"observatory%20charm_xdmg","p":343,"s":5,"h":1,"n":"Observatory Charm"},{"id":17533,"c":11,"u":"reliquary%20charm_xdmg","p":344,"s":5,"h":1,"n":"Reliquary Charm"},{"id":17534,"c":11,"u":"sanctuary%20charm_xdmg","p":345,"s":5,"h":1,"n":"Sanctuary Charm"},{"id":17535,"c":11,"u":"sanctum%20charm_xdmg","p":346,"s":5,"h":1,"n":"Sanctum Charm"},{"id":17536,"c":11,"u":"charm%20of%20air%20bubbles_bam","p":17,"s":16,"h":1,"n":"Charm of Air Bubbles"},{"id":17537,"c":11,"u":"charm%20of%20instant%20tools_bam","p":17,"s":16,"h":1,"n":"Charm of Instant Tools"},{"id":17538,"c":11,"u":"charm%20of%20agelessness_bgdia","p":215,"s":17,"h":1,"n":"Charm of Agelessness"},{"id":17539,"c":11,"u":"charm%20of%20diabolical%20inspiration_bgdia","p":215,"s":17,"h":1,"n":"Charm of Diabolical Inspiration"},{"id":17540,"c":11,"u":"charm%20of%20greater%20conscription_bgdia","p":215,"s":17,"h":1,"n":"Charm of Greater Conscription"},{"id":17541,"c":11,"u":"charm%20of%20hellish%20rebuke_bgdia","p":215,"s":17,"h":1,"n":"Charm of Hellish Rebuke"},{"id":17542,"c":11,"u":"charm%20of%20lesser%20conscription_bgdia","p":215,"s":17,"h":1,"n":"Charm of Lesser Conscription"},{"id":17543,"c":11,"u":"charm%20of%20many%20tongues_bgdia","p":215,"s":17,"h":1,"n":"Charm of Many Tongues"},{"id":17544,"c":11,"u":"charm%20of%20the%20adamant_bgdia","p":215,"s":17,"h":1,"n":"Charm of the Adamant"},{"id":17545,"c":11,"u":"charm%20of%20the%20mirage_cm","p":212,"s":18,"h":1,"n":"Charm of the Mirage"},{"id":17546,"c":11,"u":"charm%20of%20the%20water%20bearer_cm","p":212,"s":18,"h":1,"n":"Charm of the Water Bearer"},{"id":17547,"c":11,"u":"dark%20gift%20of%20dahlver-nar%2c%20he%20of%20the%20many%20teeth_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Dahlver-Nar, He of the Many Teeth"},{"id":17548,"c":11,"u":"dark%20gift%20of%20delban%2c%20the%20star%20of%20ice%20and%20hate_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Delban, the Star of Ice and Hate"},{"id":17549,"c":11,"u":"dark%20gift%20of%20drizlash%2c%20the%20nine-eyed%20spider_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Drizlash, the Nine-Eyed Spider"},{"id":17550,"c":11,"u":"dark%20gift%20of%20fekre%2c%20queen%20of%20poxes_cos","p":191,"s":19,"h":1,"n":"Dark Gift of Fekre, Queen of Poxes"},{"id":17551,"c":11,"u":"dark%20gift%20of%20great%20taar%20haak%2c%20the%20five-headed%20destroyer_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Great Taar Haak, the Five-Headed Destroyer"},{"id":17552,"c":11,"u":"dark%20gift%20of%20khirad%2c%20the%20star%20of%20secrets_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Khirad, the Star of Secrets"},{"id":17553,"c":11,"u":"dark%20gift%20of%20norganas%2c%20the%20finger%20of%20oblivion_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Norganas, the Finger of Oblivion"},{"id":17554,"c":11,"u":"dark%20gift%20of%20savnok%20the%20inscrutible_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Savnok the Inscrutible"},{"id":17555,"c":11,"u":"dark%20gift%20of%20seriach%2c%20the%20hell%20hound%20whisperer_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Seriach, the Hell Hound Whisperer"},{"id":17556,"c":11,"u":"dark%20gift%20of%20shami-amourae%2c%20the%20lady%20of%20delights_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Shami-Amourae, the Lady of Delights"},{"id":17557,"c":11,"u":"dark%20gift%20of%20sykane%2c%20the%20soul%20hungerer_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Sykane, the Soul Hungerer"},{"id":17558,"c":11,"u":"dark%20gift%20of%20tarakamedes%2c%20the%20grave%20wyrm_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Tarakamedes, the Grave Wyrm"},{"id":17559,"c":11,"u":"dark%20gift%20of%20vaund%20the%20evasive_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Vaund the Evasive"},{"id":17560,"c":11,"u":"dark%20gift%20of%20yog%20the%20invincible_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Yog the Invincible"},{"id":17561,"c":11,"u":"dark%20gift%20of%20yrrga%2c%20the%20eye%20of%20shadows_cos","p":193,"s":19,"h":1,"n":"Dark Gift of Yrrga, the Eye of Shadows"},{"id":17562,"c":11,"u":"dark%20gift%20of%20zantras%2c%20the%20kingmaker_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Zantras, the Kingmaker"},{"id":17563,"c":11,"u":"dark%20gift%20of%20zrin-hala%2c%20the%20howling%20storm_cos","p":192,"s":19,"h":1,"n":"Dark Gift of Zrin-Hala, the Howling Storm"},{"id":17564,"c":11,"u":"fragment%20of%20abhorrence_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Abhorrence"},{"id":17565,"c":11,"u":"fragment%20of%20attachment_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Attachment"},{"id":17566,"c":11,"u":"fragment%20of%20deception_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Deception"},{"id":17567,"c":11,"u":"fragment%20of%20despondence_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Despondence"},{"id":17568,"c":11,"u":"fragment%20of%20intransigence_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Intransigence"},{"id":17569,"c":11,"u":"fragment%20of%20loathing_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Loathing"},{"id":17570,"c":11,"u":"fragment%20of%20melancholy_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Melancholy"},{"id":17571,"c":11,"u":"fragment%20of%20pity_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Pity"},{"id":17572,"c":11,"u":"fragment%20of%20rancor_crcotn","p":214,"s":20,"h":1,"dP":1,"n":"Fragment of Rancor"},{"id":17573,"c":11,"u":"charm%20of%20the%20storm_dip","p":41,"s":22,"h":1,"n":"Charm of the Storm"},{"id":17574,"c":11,"u":"blessing%20of%20health_dmg","p":228,"s":24,"h":1,"n":"Blessing of Health"},{"id":17575,"c":11,"u":"blessing%20of%20magic%20resistance_dmg","p":228,"s":24,"h":1,"n":"Blessing of Magic Resistance"},{"id":17576,"c":11,"u":"blessing%20of%20protection_dmg","p":228,"s":24,"h":1,"n":"Blessing of Protection"},{"id":17577,"c":11,"u":"blessing%20of%20understanding_dmg","p":228,"s":24,"h":1,"n":"Blessing of Understanding"},{"id":17578,"c":11,"u":"blessing%20of%20valhalla_dmg","p":228,"s":24,"h":1,"n":"Blessing of Valhalla"},{"id":17579,"c":11,"u":"blessing%20of%20weapon%20enhancement_dmg","p":228,"s":24,"h":1,"n":"Blessing of Weapon Enhancement"},{"id":17580,"c":11,"u":"blessing%20of%20wound%20closure_dmg","p":228,"s":24,"h":1,"n":"Blessing of Wound Closure"},{"id":17581,"c":11,"u":"boon%20of%20combat%20prowess_dmg","p":232,"s":24,"h":1,"n":"Boon of Combat Prowess"},{"id":17582,"c":11,"u":"boon%20of%20dimensional%20travel_dmg","p":232,"s":24,"h":1,"n":"Boon of Dimensional Travel"},{"id":17583,"c":11,"u":"boon%20of%20fate_dmg","p":232,"s":24,"h":1,"n":"Boon of Fate"},{"id":17584,"c":11,"u":"boon%20of%20fortitude_dmg","p":232,"s":24,"h":1,"n":"Boon of Fortitude"},{"id":17585,"c":11,"u":"boon%20of%20high%20magic_dmg","p":232,"s":24,"h":1,"n":"Boon of High Magic"},{"id":17586,"c":11,"u":"boon%20of%20immortality_dmg","p":232,"s":24,"h":1,"n":"Boon of Immortality"},{"id":17587,"c":11,"u":"boon%20of%20invincibility_dmg","p":232,"s":24,"h":1,"n":"Boon of Invincibility"},{"id":17588,"c":11,"u":"boon%20of%20irresistible%20offense_dmg","p":232,"s":24,"h":1,"n":"Boon of Irresistible Offense"},{"id":17589,"c":11,"u":"boon%20of%20luck_dmg","p":232,"s":24,"h":1,"n":"Boon of Luck"},{"id":17590,"c":11,"u":"boon%20of%20magic%20resistance_dmg","p":232,"s":24,"h":1,"n":"Boon of Magic Resistance"},{"id":17591,"c":11,"u":"boon%20of%20peerless%20aim_dmg","p":232,"s":24,"h":1,"n":"Boon of Peerless Aim"},{"id":17592,"c":11,"u":"boon%20of%20perfect%20health_dmg","p":232,"s":24,"h":1,"n":"Boon of Perfect Health"},{"id":17593,"c":11,"u":"boon%20of%20planar%20travel_dmg","p":232,"s":24,"h":1,"n":"Boon of Planar Travel"},{"id":17594,"c":11,"u":"boon%20of%20quick%20casting_dmg","p":232,"s":24,"h":1,"n":"Boon of Quick Casting"},{"id":17595,"c":11,"u":"boon%20of%20recovery_dmg","p":232,"s":24,"h":1,"n":"Boon of Recovery"},{"id":17596,"c":11,"u":"boon%20of%20resilience_dmg","p":232,"s":24,"h":1,"n":"Boon of Resilience"},{"id":17597,"c":11,"u":"boon%20of%20skill%20proficiency_dmg","p":232,"s":24,"h":1,"n":"Boon of Skill Proficiency"},{"id":17598,"c":11,"u":"boon%20of%20speed_dmg","p":232,"s":24,"h":1,"n":"Boon of Speed"},{"id":17599,"c":11,"u":"boon%20of%20spell%20mastery_dmg","p":232,"s":24,"h":1,"n":"Boon of Spell Mastery"},{"id":17600,"c":11,"u":"boon%20of%20spell%20recall_dmg","p":232,"s":24,"h":1,"n":"Boon of Spell Recall"},{"id":17601,"c":11,"u":"boon%20of%20the%20fire%20soul_dmg","p":232,"s":24,"h":1,"n":"Boon of the Fire Soul"},{"id":17602,"c":11,"u":"boon%20of%20the%20night%20spirit_dmg","p":232,"s":24,"h":1,"n":"Boon of the Night Spirit"},{"id":17603,"c":11,"u":"boon%20of%20the%20stormborn_dmg","p":232,"s":24,"h":1,"n":"Boon of the Stormborn"},{"id":17604,"c":11,"u":"boon%20of%20the%20unfettered_dmg","p":232,"s":24,"h":1,"n":"Boon of the Unfettered"},{"id":17605,"c":11,"u":"boon%20of%20truesight_dmg","p":232,"s":24,"h":1,"n":"Boon of Truesight"},{"id":17606,"c":11,"u":"boon%20of%20undetectability_dmg","p":232,"s":24,"h":1,"n":"Boon of Undetectability"},{"id":17607,"c":11,"u":"charm%20of%20animal%20conjuring_dmg","p":228,"s":24,"h":1,"n":"Charm of Animal Conjuring"},{"id":17608,"c":11,"u":"charm%20of%20darkvision_dmg","p":228,"s":24,"h":1,"n":"Charm of Darkvision"},{"id":17609,"c":11,"u":"charm%20of%20feather%20falling_dmg","p":228,"s":24,"h":1,"n":"Charm of Feather Falling"},{"id":17610,"c":11,"u":"charm%20of%20heroism_dmg","p":228,"s":24,"h":1,"n":"Charm of Heroism"},{"id":17611,"c":11,"u":"charm%20of%20restoration_dmg","p":228,"s":24,"h":1,"n":"Charm of Restoration"},{"id":17612,"c":11,"u":"charm%20of%20the%20slayer_dmg","p":228,"s":24,"h":1,"n":"Charm of the Slayer"},{"id":17613,"c":11,"u":"charm%20of%20vitality_dmg","p":228,"s":24,"h":1,"n":"Charm of Vitality"},{"id":17614,"c":11,"u":"dragon%20queen's%20will_dsotdq","p":178,"s":27,"h":1,"n":"Dragon Queen's Will"},{"id":17615,"c":11,"u":"favor%20of%20the%20heroic%20steed_dsotdq","p":101,"s":27,"h":1,"n":"Favor of the Heroic Steed"},{"id":17616,"c":11,"u":"habbakuk's%20blessing_dsotdq","p":116,"s":27,"h":1,"n":"Habbakuk's Blessing"},{"id":17617,"c":11,"u":"azorius%20charm_ggr","p":173,"s":31,"h":1,"n":"Azorius Charm"},{"id":17618,"c":11,"u":"boros%20charm_ggr","p":173,"s":31,"h":1,"n":"Boros Charm"},{"id":17619,"c":11,"u":"dimir%20charm_ggr","p":173,"s":31,"h":1,"n":"Dimir Charm"},{"id":17620,"c":11,"u":"golgari%20charm_ggr","p":173,"s":31,"h":1,"n":"Golgari Charm"},{"id":17621,"c":11,"u":"gruul%20charm_ggr","p":173,"s":31,"h":1,"n":"Gruul Charm"},{"id":17622,"c":11,"u":"izzet%20charm_ggr","p":174,"s":31,"h":1,"n":"Izzet Charm"},{"id":17623,"c":11,"u":"orzhov%20charm_ggr","p":174,"s":31,"h":1,"n":"Orzhov Charm"},{"id":17624,"c":11,"u":"rakdos%20charm_ggr","p":174,"s":31,"h":1,"n":"Rakdos Charm"},{"id":17625,"c":11,"u":"selesnya%20charm_ggr","p":174,"s":31,"h":1,"n":"Selesnya Charm"},{"id":17626,"c":11,"u":"simic%20charm_ggr","p":174,"s":31,"h":1,"n":"Simic Charm"},{"id":17627,"c":11,"u":"blessing%20of%20the%20frostmaiden_idrotf","p":213,"s":37,"h":1,"n":"Blessing of the Frostmaiden"},{"id":17628,"c":11,"u":"blessing%20of%20the%20morninglord_idrotf","p":119,"s":37,"h":1,"n":"Blessing of the Morninglord"},{"id":17629,"c":11,"u":"charm%20of%20biting%20cold_idrotf","p":283,"s":37,"h":1,"n":"Charm of Biting Cold"},{"id":17630,"c":11,"u":"charm%20of%20bounty_idrotf","p":283,"s":37,"h":1,"n":"Charm of Bounty"},{"id":17631,"c":11,"u":"charm%20of%20cold%20resistance_idrotf","p":283,"s":37,"h":1,"n":"Charm of Cold Resistance"},{"id":17632,"c":11,"u":"charm%20of%20snowball%20strike_idrotf","p":283,"s":37,"h":1,"n":"Charm of Snowball Strike"},{"id":17633,"c":11,"u":"charm%20of%20the%20ice%20troll_idrotf","p":283,"s":37,"h":1,"n":"Charm of the Ice Troll"},{"id":17634,"c":11,"u":"charm%20of%20the%20snow%20walker_idrotf","p":283,"s":37,"h":1,"n":"Charm of the Snow Walker"},{"id":17635,"c":11,"u":"charm%20of%20the%20traveler's%20haven_idrotf","p":283,"s":37,"h":1,"n":"Charm of the Traveler's Haven"},{"id":17636,"c":11,"u":"vlagomir's%20spark_idrotf","p":227,"s":37,"h":1,"n":"Vlagomir's Spark"},{"id":17637,"c":11,"u":"athreos's%20devotee_mot","p":37,"s":45,"h":1,"n":"Athreos's Devotee"},{"id":17638,"c":11,"u":"athreos's%20disciple_mot","p":37,"s":45,"h":1,"n":"Athreos's Disciple"},{"id":17639,"c":11,"u":"athreos's%20votary_mot","p":37,"s":45,"h":1,"n":"Athreos's Votary"},{"id":17640,"c":11,"u":"champion%20of%20affliction_mot","p":70,"s":45,"h":1,"n":"Champion of Affliction"},{"id":17641,"c":11,"u":"champion%20of%20deception_mot","p":73,"s":45,"h":1,"n":"Champion of Deception"},{"id":17642,"c":11,"u":"champion%20of%20destiny_mot","p":58,"s":45,"h":1,"n":"Champion of Destiny"},{"id":17643,"c":11,"u":"champion%20of%20harvests_mot","p":52,"s":45,"h":1,"n":"Champion of Harvests"},{"id":17644,"c":11,"u":"champion%20of%20horizons_mot","p":61,"s":45,"h":1,"n":"Champion of Horizons"},{"id":17645,"c":11,"u":"champion%20of%20slaughter_mot","p":64,"s":45,"h":1,"n":"Champion of Slaughter"},{"id":17646,"c":11,"u":"champion%20of%20storms_mot","p":55,"s":45,"h":1,"n":"Champion of Storms"},{"id":17647,"c":11,"u":"champion%20of%20the%20dead_mot","p":43,"s":45,"h":1,"n":"Champion of the Dead"},{"id":17648,"c":11,"u":"champion%20of%20the%20forge_mot","p":76,"s":45,"h":1,"n":"Champion of the Forge"},{"id":17649,"c":11,"u":"champion%20of%20the%20hunt_mot","p":67,"s":45,"h":1,"n":"Champion of the Hunt"},{"id":17650,"c":11,"u":"champion%20of%20the%20passage_mot","p":37,"s":45,"h":1,"n":"Champion of the Passage"},{"id":17651,"c":11,"u":"champion%20of%20the%20polis_mot","p":40,"s":45,"h":1,"n":"Champion of the Polis"},{"id":17652,"c":11,"u":"champion%20of%20the%20sea_mot","p":79,"s":45,"h":1,"n":"Champion of the Sea"},{"id":17653,"c":11,"u":"champion%20of%20the%20sun_mot","p":46,"s":45,"h":1,"n":"Champion of the Sun"},{"id":17654,"c":11,"u":"champion%20of%20victory_mot","p":49,"s":45,"h":1,"n":"Champion of Victory"},{"id":17655,"c":11,"u":"ephara's%20devotee_mot","p":40,"s":45,"h":1,"n":"Ephara's Devotee"},{"id":17656,"c":11,"u":"ephara's%20disciple_mot","p":40,"s":45,"h":1,"n":"Ephara's Disciple"},{"id":17657,"c":11,"u":"ephara's%20votary_mot","p":40,"s":45,"h":1,"n":"Ephara's Votary"},{"id":17658,"c":11,"u":"erebos's%20devotee_mot","p":43,"s":45,"h":1,"n":"Erebos's Devotee"},{"id":17659,"c":11,"u":"erebos's%20disciple_mot","p":43,"s":45,"h":1,"n":"Erebos's Disciple"},{"id":17660,"c":11,"u":"erebos's%20votary_mot","p":43,"s":45,"h":1,"n":"Erebos's Votary"},{"id":17661,"c":11,"u":"heliod's%20devotee_mot","p":46,"s":45,"h":1,"n":"Heliod's Devotee"},{"id":17662,"c":11,"u":"heliod's%20disciple_mot","p":46,"s":45,"h":1,"n":"Heliod's Disciple"},{"id":17663,"c":11,"u":"heliod's%20votary_mot","p":46,"s":45,"h":1,"n":"Heliod's Votary"},{"id":17664,"c":11,"u":"iroas's%20devotee_mot","p":49,"s":45,"h":1,"n":"Iroas's Devotee"},{"id":17665,"c":11,"u":"iroas's%20disciple_mot","p":49,"s":45,"h":1,"n":"Iroas's Disciple"},{"id":17666,"c":11,"u":"iroas's%20votary_mot","p":49,"s":45,"h":1,"n":"Iroas's Votary"},{"id":17667,"c":11,"u":"karametra's%20devotee_mot","p":52,"s":45,"h":1,"n":"Karametra's Devotee"},{"id":17668,"c":11,"u":"karametra's%20disciple_mot","p":52,"s":45,"h":1,"n":"Karametra's Disciple"},{"id":17669,"c":11,"u":"karametra's%20votary_mot","p":52,"s":45,"h":1,"n":"Karametra's Votary"},{"id":17670,"c":11,"u":"keranos's%20devotee_mot","p":55,"s":45,"h":1,"n":"Keranos's Devotee"},{"id":17671,"c":11,"u":"keranos's%20disciple_mot","p":55,"s":45,"h":1,"n":"Keranos's Disciple"},{"id":17672,"c":11,"u":"keranos's%20votary_mot","p":55,"s":45,"h":1,"n":"Keranos's Votary"},{"id":17673,"c":11,"u":"klothys's%20devotee_mot","p":58,"s":45,"h":1,"n":"Klothys's Devotee"},{"id":17674,"c":11,"u":"klothys's%20disciple_mot","p":58,"s":45,"h":1,"n":"Klothys's Disciple"},{"id":17675,"c":11,"u":"klothys's%20votary_mot","p":58,"s":45,"h":1,"n":"Klothys's Votary"},{"id":17676,"c":11,"u":"kruphix's%20devotee_mot","p":61,"s":45,"h":1,"n":"Kruphix's Devotee"},{"id":17677,"c":11,"u":"kruphix's%20disciple_mot","p":61,"s":45,"h":1,"n":"Kruphix's Disciple"},{"id":17678,"c":11,"u":"kruphix's%20votary_mot","p":61,"s":45,"h":1,"n":"Kruphix's Votary"},{"id":17679,"c":11,"u":"mogis's%20devotee_mot","p":64,"s":45,"h":1,"n":"Mogis's Devotee"},{"id":17680,"c":11,"u":"mogis's%20disciple_mot","p":64,"s":45,"h":1,"n":"Mogis's Disciple"},{"id":17681,"c":11,"u":"mogis's%20votary_mot","p":64,"s":45,"h":1,"n":"Mogis's Votary"},{"id":17682,"c":11,"u":"nylea's%20devotee_mot","p":67,"s":45,"h":1,"n":"Nylea's Devotee"},{"id":17683,"c":11,"u":"nylea's%20disciple_mot","p":67,"s":45,"h":1,"n":"Nylea's Disciple"},{"id":17684,"c":11,"u":"nylea's%20votary_mot","p":67,"s":45,"h":1,"n":"Nylea's Votary"},{"id":17685,"c":11,"u":"pharika's%20devotee_mot","p":70,"s":45,"h":1,"n":"Pharika's Devotee"},{"id":17686,"c":11,"u":"pharika's%20disciple_mot","p":70,"s":45,"h":1,"n":"Pharika's Disciple"},{"id":17687,"c":11,"u":"pharika's%20votary_mot","p":70,"s":45,"h":1,"n":"Pharika's Votary"},{"id":17688,"c":11,"u":"phenax's%20devotee_mot","p":73,"s":45,"h":1,"n":"Phenax's Devotee"},{"id":17689,"c":11,"u":"phenax's%20disciple_mot","p":73,"s":45,"h":1,"n":"Phenax's Disciple"},{"id":17690,"c":11,"u":"phenax's%20votary_mot","p":73,"s":45,"h":1,"n":"Phenax's Votary"},{"id":17691,"c":11,"u":"purphoros's%20devotee_mot","p":76,"s":45,"h":1,"n":"Purphoros's Devotee"},{"id":17692,"c":11,"u":"purphoros's%20disciple_mot","p":76,"s":45,"h":1,"n":"Purphoros's Disciple"},{"id":17693,"c":11,"u":"purphoros's%20votary_mot","p":76,"s":45,"h":1,"n":"Purphoros's Votary"},{"id":17694,"c":11,"u":"thassa's%20devotee_mot","p":79,"s":45,"h":1,"n":"Thassa's Devotee"},{"id":17695,"c":11,"u":"thassa's%20disciple_mot","p":79,"s":45,"h":1,"n":"Thassa's Disciple"},{"id":17696,"c":11,"u":"thassa's%20votary_mot","p":79,"s":45,"h":1,"n":"Thassa's Votary"},{"id":17697,"c":11,"u":"the%20blessed%20of%20corellon_mtf","p":45,"s":47,"h":1,"n":"The Blessed of Corellon"},{"id":17698,"c":11,"u":"blessing%20of%20dumathoin_pabtso","p":118,"s":50,"h":1,"n":"Blessing of Dumathoin"},{"id":17699,"c":11,"u":"blessing%20of%20the%20solipsistic%20mind_pabtso","p":177,"s":50,"h":1,"n":"Blessing of the Solipsistic Mind"},{"id":17700,"c":11,"u":"curse%20of%20ruin_tdcsr","p":39,"s":60,"h":1,"dP":1,"n":"Curse of Ruin"},{"id":17701,"c":11,"u":"curse%20of%20strife_tdcsr","p":39,"s":60,"h":1,"dP":1,"n":"Curse of Strife"},{"id":17702,"c":11,"u":"fortune's%20grace_tdcsr","p":190,"s":60,"h":1,"dP":1,"n":"Fortune's Grace"},{"id":17703,"c":11,"u":"charm%20of%20nine%20lives_toa","p":167,"s":62,"h":1,"n":"Charm of Nine Lives"},{"id":17704,"c":11,"u":"charm%20of%20the%20crystal%20heart_toa","p":167,"s":62,"h":1,"n":"Charm of the Crystal Heart"},{"id":17705,"c":11,"u":"charm%20of%20the%20ghoul_toa","p":167,"s":62,"h":1,"n":"Charm of the Ghoul"},{"id":17706,"c":11,"u":"charm%20of%20the%20maimed_toa","p":167,"s":62,"h":1,"n":"Charm of the Maimed"},{"id":17707,"c":11,"u":"charm%20of%20the%20swollen%20hag_toa","p":167,"s":62,"h":1,"n":"Charm of the Swollen Hag"},{"id":17708,"c":11,"u":"charm%20of%20treasure%20sense_toa","p":167,"s":62,"h":1,"n":"Charm of Treasure Sense"},{"id":17709,"c":11,"u":"clay%20no-face's%20charm_toa","p":179,"s":62,"h":1,"n":"Clay No-Face's Charm"},{"id":17710,"c":11,"u":"i'jin_toa","p":129,"s":62,"h":1,"n":"I'jin"},{"id":17711,"c":11,"u":"joho's%20charm_toa","p":179,"s":62,"h":1,"n":"Joho's Charm"},{"id":17712,"c":11,"u":"kubazan_toa","p":129,"s":62,"h":1,"n":"Kubazan"},{"id":17713,"c":11,"u":"moa_toa","p":129,"s":62,"h":1,"n":"Moa"},{"id":17714,"c":11,"u":"nangnang_toa","p":129,"s":62,"h":1,"n":"Nangnang"},{"id":17715,"c":11,"u":"obo'laka_toa","p":129,"s":62,"h":1,"n":"Obo'laka"},{"id":17716,"c":11,"u":"papazotl_toa","p":129,"s":62,"h":1,"n":"Papazotl"},{"id":17717,"c":11,"u":"shagambi_toa","p":129,"s":62,"h":1,"n":"Shagambi"},{"id":17718,"c":11,"u":"strawbundle's%20charm_toa","p":179,"s":62,"h":1,"n":"Strawbundle's Charm"},{"id":17719,"c":11,"u":"unkh_toa","p":129,"s":62,"h":1,"n":"Unkh"},{"id":17720,"c":11,"u":"wongo_toa","p":129,"s":62,"h":1,"n":"Wongo"},{"id":17721,"c":11,"u":"yuan-ti%20pureblood%20transformation_toa","p":119,"s":62,"h":1,"n":"Yuan-Ti Pureblood Transformation"},{"id":17722,"c":11,"u":"eyes%20of%20the%20impossible_tofw","p":74,"s":64,"h":1,"n":"Eyes of the Impossible"},{"id":17723,"c":11,"u":"time%20of%20the%20dragon_tofw","p":68,"s":64,"h":1,"n":"Time of the Dragon"},{"id":17724,"c":11,"u":"charm%20of%20the%20creeping%20hand_vnotee","s":119,"h":1,"n":"Charm of the Creeping Hand"},{"id":17725,"c":11,"u":"charm%20of%20the%20eldritch%20eye_vnotee","s":119,"h":1,"n":"Charm of the Eldritch Eye"},{"id":17726,"c":11,"u":"charm%20of%20the%20stumblenoodle_hfstcm","s":120,"h":1,"n":"Charm of the Stumblenoodle"},{"id":17727,"c":12,"u":"human%20languages_scag","p":112,"s":106,"h":1,"n":"Human Languages"},{"id":17728,"c":12,"u":"customizing%20your%20origin_tce","p":8,"s":4,"h":1,"n":"Customizing Your Origin"},{"id":17729,"c":12,"u":"optional%20class%20features_tce","p":24,"s":4,"h":1,"n":"Optional Class Features"},{"id":17730,"c":12,"u":"sidekicks_tce","p":142,"s":4,"h":1,"n":"Sidekicks"},{"id":17731,"c":12,"u":"adamantine%20weapons_xge","p":78,"s":6,"h":1,"n":"Adamantine Weapons"},{"id":17732,"c":12,"u":"downtime%20activity%3a%20buying%20a%20magic%20item_xge","p":126,"s":6,"h":1,"n":"Downtime Activity: Buying a Magic Item"},{"id":17733,"c":12,"u":"downtime%20activity%3a%20carousing_xge","p":127,"s":6,"h":1,"n":"Downtime Activity: Carousing"},{"id":17734,"c":12,"u":"downtime%20activity%3a%20crafting%20an%20item_xge","p":128,"s":6,"h":1,"n":"Downtime Activity: Crafting an Item"},{"id":17735,"c":12,"u":"downtime%20activity%3a%20crime_xge","p":130,"s":6,"h":1,"n":"Downtime Activity: Crime"},{"id":17736,"c":12,"u":"downtime%20activity%3a%20gambling_xge","p":130,"s":6,"h":1,"n":"Downtime Activity: Gambling"},{"id":17737,"c":12,"u":"downtime%20activity%3a%20pit%20fighting_xge","p":131,"s":6,"h":1,"n":"Downtime Activity: Pit Fighting"},{"id":17738,"c":12,"u":"downtime%20activity%3a%20relaxation_xge","p":131,"s":6,"h":1,"n":"Downtime Activity: Relaxation"},{"id":17739,"c":12,"u":"downtime%20activity%3a%20religious%20service_xge","p":131,"s":6,"h":1,"n":"Downtime Activity: Religious Service"},{"id":17740,"c":12,"u":"downtime%20activity%3a%20research_xge","p":132,"s":6,"h":1,"n":"Downtime Activity: Research"},{"id":17741,"c":12,"u":"downtime%20activity%3a%20scribing%20a%20spell%20scroll_xge","p":133,"s":6,"h":1,"n":"Downtime Activity: Scribing a Spell Scroll"},{"id":17742,"c":12,"u":"downtime%20activity%3a%20selling%20a%20magic%20item_xge","p":133,"s":6,"h":1,"n":"Downtime Activity: Selling a Magic Item"},{"id":17743,"c":12,"u":"downtime%20activity%3a%20training_xge","p":134,"s":6,"h":1,"n":"Downtime Activity: Training"},{"id":17744,"c":12,"u":"downtime%20activity%3a%20work_xge","p":134,"s":6,"h":1,"n":"Downtime Activity: Work"},{"id":17745,"c":12,"u":"downtime%20revisited_xge","p":123,"s":6,"h":1,"n":"Downtime Revisited"},{"id":17746,"c":12,"u":"falling_xge","p":77,"s":6,"h":1,"n":"Falling"},{"id":17747,"c":12,"u":"shared%20campaign%20variant%20rules_xge","p":173,"s":6,"h":1,"n":"Shared Campaign Variant Rules"},{"id":17748,"c":12,"u":"simultaneous%20effects_xge","p":77,"s":6,"h":1,"n":"Simultaneous Effects"},{"id":17749,"c":12,"u":"sleep_xge","p":77,"s":6,"h":1,"n":"Sleep"},{"id":17750,"c":12,"u":"spellcasting_xge","p":85,"s":6,"h":1,"n":"Spellcasting"},{"id":17751,"c":12,"u":"tool%20proficiencies_xge","p":78,"s":6,"h":1,"n":"Tool Proficiencies"},{"id":17752,"c":12,"u":"tying%20knots_xge","p":78,"s":6,"h":1,"n":"Tying Knots"},{"id":17753,"c":12,"u":"ability%20check_xphb","p":360,"s":8,"h":1,"n":"Ability Check"},{"id":17754,"c":12,"u":"ability%20score%20and%20modifier_xphb","p":360,"s":8,"h":1,"n":"Ability Score and Modifier"},{"id":17755,"c":12,"u":"action_xphb","p":360,"s":8,"h":1,"n":"Action"},{"id":17756,"c":12,"u":"advantage_xphb","p":360,"s":8,"h":1,"n":"Advantage"},{"id":17757,"c":12,"u":"adventure_xphb","p":360,"s":8,"h":1,"n":"Adventure"},{"id":17758,"c":12,"u":"alignment_xphb","p":360,"s":8,"h":1,"n":"Alignment"},{"id":17759,"c":12,"u":"ally_xphb","p":361,"s":8,"h":1,"n":"Ally"},{"id":17760,"c":12,"u":"area%20of%20effect_xphb","p":361,"s":8,"h":1,"n":"Area of Effect"},{"id":17761,"c":12,"u":"armor%20class_xphb","p":361,"s":8,"h":1,"n":"Armor Class"},{"id":17762,"c":12,"u":"armor%20training_xphb","p":361,"s":8,"h":1,"n":"Armor Training"},{"id":17763,"c":12,"u":"attack%20roll_xphb","p":361,"s":8,"h":1,"n":"Attack Roll"},{"id":17764,"c":12,"u":"attitude_xphb","p":361,"s":8,"h":1,"n":"Attitude"},{"id":17765,"c":12,"u":"attunement_xphb","p":361,"s":8,"h":1,"n":"Attunement"},{"id":17766,"c":12,"u":"bloodied_xphb","p":362,"s":8,"h":1,"n":"Bloodied"},{"id":17767,"c":12,"u":"bonus%20action_xphb","p":362,"s":8,"h":1,"n":"Bonus Action"},{"id":17768,"c":12,"u":"breaking%20objects_xphb","p":362,"s":8,"h":1,"n":"Breaking Objects"},{"id":17769,"c":12,"u":"bright%20light_xphb","p":362,"s":8,"h":1,"n":"Bright Light"},{"id":17770,"c":12,"u":"burrow%20speed_xphb","p":362,"s":8,"h":1,"n":"Burrow Speed"},{"id":17771,"c":12,"u":"campaign_xphb","p":362,"s":8,"h":1,"n":"Campaign"},{"id":17772,"c":12,"u":"cantrip_xphb","p":362,"s":8,"h":1,"n":"Cantrip"},{"id":17773,"c":12,"u":"carrying%20capacity_xphb","p":362,"s":8,"h":1,"n":"Carrying Capacity"},{"id":17774,"c":12,"u":"challenge%20rating_xphb","p":363,"s":8,"h":1,"n":"Challenge Rating"},{"id":17775,"c":12,"u":"character%20sheet_xphb","p":363,"s":8,"h":1,"n":"Character Sheet"},{"id":17776,"c":12,"u":"climb%20speed_xphb","p":363,"s":8,"h":1,"n":"Climb Speed"},{"id":17777,"c":12,"u":"climbing_xphb","p":363,"s":8,"h":1,"n":"Climbing"},{"id":17778,"c":12,"u":"condition_xphb","p":363,"s":8,"h":1,"n":"Condition"},{"id":17779,"c":12,"u":"cone%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"n":"Cone [Area of Effect]"},{"id":17780,"c":12,"u":"cover_xphb","p":364,"s":8,"h":1,"n":"Cover"},{"id":17781,"c":12,"u":"crawling_xphb","p":364,"s":8,"h":1,"n":"Crawling"},{"id":17782,"c":12,"u":"creature_xphb","p":364,"s":8,"h":1,"n":"Creature"},{"id":17783,"c":12,"u":"creature%20type_xphb","p":364,"s":8,"h":1,"n":"Creature Type"},{"id":17784,"c":12,"u":"critical%20hit_xphb","p":364,"s":8,"h":1,"n":"Critical Hit"},{"id":17785,"c":12,"u":"cube%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"n":"Cube [Area of Effect]"},{"id":17786,"c":12,"u":"curses_xphb","p":364,"s":8,"h":1,"n":"Curses"},{"id":17787,"c":12,"u":"cylinder%20%5barea%20of%20effect%5d_xphb","p":364,"s":8,"h":1,"n":"Cylinder [Area of Effect]"},{"id":17788,"c":12,"u":"d20%20test_xphb","p":364,"s":8,"h":1,"n":"D20 Test"},{"id":17789,"c":12,"u":"damage_xphb","p":364,"s":8,"h":1,"n":"Damage"},{"id":17790,"c":12,"u":"damage%20roll_xphb","p":364,"s":8,"h":1,"n":"Damage Roll"},{"id":17791,"c":12,"u":"damage%20threshold_xphb","p":364,"s":8,"h":1,"n":"Damage Threshold"},{"id":17792,"c":12,"u":"damage%20types_xphb","p":365,"s":8,"h":1,"n":"Damage Types"},{"id":17793,"c":12,"u":"darkness_xphb","p":365,"s":8,"h":1,"n":"Darkness"},{"id":17794,"c":12,"u":"dead_xphb","p":365,"s":8,"h":1,"n":"Dead"},{"id":17795,"c":12,"u":"death%20saving%20throw_xphb","p":365,"s":8,"h":1,"n":"Death Saving Throw"},{"id":17796,"c":12,"u":"difficult%20terrain_xphb","p":366,"s":8,"h":1,"n":"Difficult Terrain"},{"id":17797,"c":12,"u":"difficulty%20class_xphb","p":366,"s":8,"h":1,"n":"Difficulty Class"},{"id":17798,"c":12,"u":"dim%20light_xphb","p":366,"s":8,"h":1,"n":"Dim Light"},{"id":17799,"c":12,"u":"disadvantage_xphb","p":366,"s":8,"h":1,"n":"Disadvantage"},{"id":17800,"c":12,"u":"emanation%20%5barea%20of%20effect%5d_xphb","p":366,"s":8,"h":1,"n":"Emanation [Area of Effect]"},{"id":17801,"c":12,"u":"encounter_xphb","p":366,"s":8,"h":1,"n":"Encounter"},{"id":17802,"c":12,"u":"enemy_xphb","p":366,"s":8,"h":1,"n":"Enemy"},{"id":17803,"c":12,"u":"experience%20points_xphb","p":366,"s":8,"h":1,"n":"Experience Points"},{"id":17804,"c":12,"u":"expertise_xphb","p":367,"s":8,"h":1,"n":"Expertise"},{"id":17805,"c":12,"u":"fly%20speed_xphb","p":367,"s":8,"h":1,"n":"Fly Speed"},{"id":17806,"c":12,"u":"flying_xphb","p":367,"s":8,"h":1,"n":"Flying"},{"id":17807,"c":12,"u":"friendly%20%5battitude%5d_xphb","p":367,"s":8,"h":1,"n":"Friendly [Attitude]"},{"id":17808,"c":12,"u":"grappling_xphb","p":367,"s":8,"h":1,"n":"Grappling"},{"id":17809,"c":12,"u":"hazard_xphb","p":368,"s":8,"h":1,"n":"Hazard"},{"id":17810,"c":12,"u":"healing_xphb","p":368,"s":8,"h":1,"n":"Healing"},{"id":17811,"c":12,"u":"heavily%20obscured_xphb","p":368,"s":8,"h":1,"n":"Heavily Obscured"},{"id":17812,"c":12,"u":"heroic%20inspiration_xphb","p":368,"s":8,"h":1,"n":"Heroic Inspiration"},{"id":17813,"c":12,"u":"high%20jump_xphb","p":368,"s":8,"h":1,"n":"High Jump"},{"id":17814,"c":12,"u":"hit%20point%20dice_xphb","p":368,"s":8,"h":1,"n":"Hit Point Dice"},{"id":17815,"c":12,"u":"hit%20points_xphb","p":368,"s":8,"h":1,"n":"Hit Points"},{"id":17816,"c":12,"u":"hostile%20%5battitude%5d_xphb","p":368,"s":8,"h":1,"n":"Hostile [Attitude]"},{"id":17817,"c":12,"u":"hover_xphb","p":368,"s":8,"h":1,"n":"Hover"},{"id":17818,"c":12,"u":"illusions_xphb","p":369,"s":8,"h":1,"n":"Illusions"},{"id":17819,"c":12,"u":"immunity_xphb","p":369,"s":8,"h":1,"n":"Immunity"},{"id":17820,"c":12,"u":"improvised%20weapons_xphb","p":369,"s":8,"h":1,"n":"Improvised Weapons"},{"id":17821,"c":12,"u":"indifferent%20%5battitude%5d_xphb","p":369,"s":8,"h":1,"n":"Indifferent [Attitude]"},{"id":17822,"c":12,"u":"initiative_xphb","p":369,"s":8,"h":1,"n":"Initiative"},{"id":17823,"c":12,"u":"jumping_xphb","p":370,"s":8,"h":1,"n":"Jumping"},{"id":17824,"c":12,"u":"knocking%20out%20a%20creature_xphb","p":370,"s":8,"h":1,"n":"Knocking Out a Creature"},{"id":17825,"c":12,"u":"lightly%20obscured_xphb","p":370,"s":8,"h":1,"n":"Lightly Obscured"},{"id":17826,"c":12,"u":"line%20%5barea%20of%20effect%5d_xphb","p":370,"s":8,"h":1,"n":"Line [Area of Effect]"},{"id":17827,"c":12,"u":"long%20jump_xphb","p":370,"s":8,"h":1,"n":"Long Jump"},{"id":17828,"c":12,"u":"long%20rest_xphb","p":370,"s":8,"h":1,"n":"Long Rest"},{"id":17829,"c":12,"u":"magical%20effect_xphb","p":371,"s":8,"h":1,"n":"Magical Effect"},{"id":17830,"c":12,"u":"monster_xphb","p":371,"s":8,"h":1,"n":"Monster"},{"id":17831,"c":12,"u":"nonplayer%20character_xphb","p":371,"s":8,"h":1,"n":"Nonplayer Character"},{"id":17832,"c":12,"u":"object_xphb","p":371,"s":8,"h":1,"n":"Object"},{"id":17833,"c":12,"u":"occupied%20space_xphb","p":371,"s":8,"h":1,"n":"Occupied Space"},{"id":17834,"c":12,"u":"passive%20perception_xphb","p":372,"s":8,"h":1,"n":"Passive Perception"},{"id":17835,"c":12,"u":"per%20day_xphb","p":372,"s":8,"h":1,"n":"Per Day"},{"id":17836,"c":12,"u":"player%20character_xphb","p":372,"s":8,"h":1,"n":"Player Character"},{"id":17837,"c":12,"u":"possession_xphb","p":372,"s":8,"h":1,"n":"Possession"},{"id":17838,"c":12,"u":"proficiency_xphb","p":372,"s":8,"h":1,"n":"Proficiency"},{"id":17839,"c":12,"u":"reaction_xphb","p":372,"s":8,"h":1,"n":"Reaction"},{"id":17840,"c":12,"u":"resistance_xphb","p":373,"s":8,"h":1,"n":"Resistance"},{"id":17841,"c":12,"u":"ritual_xphb","p":373,"s":8,"h":1,"n":"Ritual"},{"id":17842,"c":12,"u":"round%20down_xphb","p":373,"s":8,"h":1,"n":"Round Down"},{"id":17843,"c":12,"u":"save_xphb","p":373,"s":8,"h":1,"n":"Save"},{"id":17844,"c":12,"u":"saving%20throw_xphb","p":373,"s":8,"h":1,"n":"Saving Throw"},{"id":17845,"c":12,"u":"shape-shifting_xphb","p":373,"s":8,"h":1,"n":"Shape-Shifting"},{"id":17846,"c":12,"u":"short%20rest_xphb","p":373,"s":8,"h":1,"n":"Short Rest"},{"id":17847,"c":12,"u":"simultaneous%20effects_xphb","p":374,"s":8,"h":1,"n":"Simultaneous Effects"},{"id":17848,"c":12,"u":"size_xphb","p":374,"s":8,"h":1,"n":"Size"},{"id":17849,"c":12,"u":"skill_xphb","p":374,"s":8,"h":1,"n":"Skill"},{"id":17850,"c":12,"u":"speed_xphb","p":374,"s":8,"h":1,"n":"Speed"},{"id":17851,"c":12,"u":"spell_xphb","p":374,"s":8,"h":1,"n":"Spell"},{"id":17852,"c":12,"u":"spell%20attack_xphb","p":374,"s":8,"h":1,"n":"Spell Attack"},{"id":17853,"c":12,"u":"spellcasting%20focus_xphb","p":374,"s":8,"h":1,"n":"Spellcasting Focus"},{"id":17854,"c":12,"u":"sphere%20%5barea%20of%20effect%5d_xphb","p":374,"s":8,"h":1,"n":"Sphere [Area of Effect]"},{"id":17855,"c":12,"u":"stable_xphb","p":374,"s":8,"h":1,"n":"Stable"},{"id":17856,"c":12,"u":"stat%20block_xphb","p":374,"s":8,"h":1,"n":"Stat Block"},{"id":17857,"c":12,"u":"swim%20speed_xphb","p":376,"s":8,"h":1,"n":"Swim Speed"},{"id":17858,"c":12,"u":"swimming_xphb","p":376,"s":8,"h":1,"n":"Swimming"},{"id":17859,"c":12,"u":"target_xphb","p":376,"s":8,"h":1,"n":"Target"},{"id":17860,"c":12,"u":"telepathy_xphb","p":376,"s":8,"h":1,"n":"Telepathy"},{"id":17861,"c":12,"u":"teleportation_xphb","p":376,"s":8,"h":1,"n":"Teleportation"},{"id":17862,"c":12,"u":"temporary%20hit%20points_xphb","p":376,"s":8,"h":1,"n":"Temporary Hit Points"},{"id":17863,"c":12,"u":"unarmed%20strike_xphb","p":377,"s":8,"h":1,"n":"Unarmed Strike"},{"id":17864,"c":12,"u":"unoccupied%20space_xphb","p":377,"s":8,"h":1,"n":"Unoccupied Space"},{"id":17865,"c":12,"u":"vulnerability_xphb","p":377,"s":8,"h":1,"n":"Vulnerability"},{"id":17866,"c":12,"u":"weapon_xphb","p":377,"s":8,"h":1,"n":"Weapon"},{"id":17867,"c":12,"u":"weapon%20attack_xphb","p":377,"s":8,"h":1,"n":"Weapon Attack"},{"id":17868,"c":12,"u":"crashing_aag","p":25,"s":102,"h":1,"n":"Crashing"},{"id":17869,"c":12,"u":"crew_aag","p":24,"s":102,"h":1,"n":"Crew"},{"id":17870,"c":12,"u":"ship%20repairs_aag","p":25,"s":102,"h":1,"n":"Ship Repairs"},{"id":17871,"c":12,"u":"ship-to-ship%20combat_aag","p":24,"s":102,"h":1,"n":"Ship-to-Ship Combat"},{"id":17872,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20explore%20territory_ai","p":37,"s":15,"h":1,"n":"Downtime and Franchise Activity: Explore Territory"},{"id":17873,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20franchise%20restructuring_ai","p":38,"s":15,"h":1,"n":"Downtime and Franchise Activity: Franchise Restructuring"},{"id":17874,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20headquarters%20modification_ai","p":39,"s":15,"h":1,"n":"Downtime and Franchise Activity: Headquarters Modification"},{"id":17875,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20marketeering_ai","p":40,"s":15,"h":1,"n":"Downtime and Franchise Activity: Marketeering"},{"id":17876,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20philanthropic%20enterprise_ai","p":41,"s":15,"h":1,"n":"Downtime and Franchise Activity: Philanthropic Enterprise"},{"id":17877,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20running%20a%20franchise_ai","p":42,"s":15,"h":1,"n":"Downtime and Franchise Activity: Running a Franchise"},{"id":17878,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20schmoozing_ai","p":45,"s":15,"h":1,"n":"Downtime and Franchise Activity: Schmoozing"},{"id":17879,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20scrutineering_ai","p":43,"s":15,"h":1,"n":"Downtime and Franchise Activity: Scrutineering"},{"id":17880,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20shady%20business%20practice_ai","p":43,"s":15,"h":1,"n":"Downtime and Franchise Activity: Shady Business Practice"},{"id":17881,"c":12,"u":"downtime%20and%20franchise%20activity%3a%20team%20building_ai","p":45,"s":15,"h":1,"n":"Downtime and Franchise Activity: Team Building"},{"id":17882,"c":12,"u":"action%20options_dmg","p":271,"s":24,"h":1,"n":"Action Options"},{"id":17883,"c":12,"u":"alien%20technology_dmg","p":268,"s":24,"h":1,"n":"Alien Technology"},{"id":17884,"c":12,"u":"alternatives%20to%20epic%20boons_dmg","p":230,"s":24,"h":1,"n":"Alternatives to Epic Boons"},{"id":17885,"c":12,"u":"automatic%20success_dmg","p":239,"s":24,"h":1,"n":"Automatic Success"},{"id":17886,"c":12,"u":"cleaving%20through%20creatures_dmg","p":272,"s":24,"h":1,"n":"Cleaving Through Creatures"},{"id":17887,"c":12,"u":"diagonals_dmg","p":252,"s":24,"h":1,"n":"Diagonals"},{"id":17888,"c":12,"u":"downtime%20activity%3a%20building%20a%20stronghold_dmg","p":128,"s":24,"h":1,"n":"Downtime Activity: Building a Stronghold"},{"id":17889,"c":12,"u":"downtime%20activity%3a%20carousing_dmg","p":128,"s":24,"h":1,"n":"Downtime Activity: Carousing"},{"id":17890,"c":12,"u":"downtime%20activity%3a%20crafting%20a%20magic%20item_dmg","p":128,"s":24,"h":1,"n":"Downtime Activity: Crafting a Magic Item"},{"id":17891,"c":12,"u":"downtime%20activity%3a%20gaining%20renown_dmg","p":129,"s":24,"h":1,"n":"Downtime Activity: Gaining Renown"},{"id":17892,"c":12,"u":"downtime%20activity%3a%20performing%20sacred%20rites_dmg","p":129,"s":24,"h":1,"n":"Downtime Activity: Performing Sacred Rites"},{"id":17893,"c":12,"u":"downtime%20activity%3a%20running%20a%20business_dmg","p":129,"s":24,"h":1,"n":"Downtime Activity: Running a Business"},{"id":17894,"c":12,"u":"downtime%20activity%3a%20selling%20magic%20items_dmg","p":129,"s":24,"h":1,"n":"Downtime Activity: Selling Magic Items"},{"id":17895,"c":12,"u":"downtime%20activity%3a%20sowing%20rumors_dmg","p":131,"s":24,"h":1,"n":"Downtime Activity: Sowing Rumors"},{"id":17896,"c":12,"u":"downtime%20activity%3a%20training%20to%20gain%20levels_dmg","p":131,"s":24,"h":1,"n":"Downtime Activity: Training to Gain Levels"},{"id":17897,"c":12,"u":"explosives_dmg","p":267,"s":24,"h":1,"n":"Explosives"},{"id":17898,"c":12,"u":"facing_dmg","p":252,"s":24,"h":1,"n":"Facing"},{"id":17899,"c":12,"u":"fear%20and%20horror_dmg","p":266,"s":24,"h":1,"n":"Fear and Horror"},{"id":17900,"c":12,"u":"firearms_dmg","p":267,"s":24,"h":1,"n":"Firearms"},{"id":17901,"c":12,"u":"flanking_dmg","p":251,"s":24,"h":1,"n":"Flanking"},{"id":17902,"c":12,"u":"healing_dmg","p":266,"s":24,"h":1,"n":"Healing"},{"id":17903,"c":12,"u":"hero%20points_dmg","p":264,"s":24,"h":1,"n":"Hero Points"},{"id":17904,"c":12,"u":"hitting%20cover_dmg","p":272,"s":24,"h":1,"n":"Hitting Cover"},{"id":17905,"c":12,"u":"initiative%20variants_dmg","p":270,"s":24,"h":1,"n":"Initiative Variants"},{"id":17906,"c":12,"u":"injuries_dmg","p":272,"s":24,"h":1,"n":"Injuries"},{"id":17907,"c":12,"u":"inspiration_dmg","p":240,"s":24,"h":1,"n":"Inspiration"},{"id":17908,"c":12,"u":"level%20advancement%20without%20xp_dmg","p":261,"s":24,"h":1,"n":"Level Advancement without XP"},{"id":17909,"c":12,"u":"loyalty_dmg","p":93,"s":24,"h":1,"n":"Loyalty"},{"id":17910,"c":12,"u":"madness_dmg","p":258,"s":24,"h":1,"r":1,"n":"Madness"},{"id":17911,"c":12,"u":"massive%20damage_dmg","p":273,"s":24,"h":1,"n":"Massive Damage"},{"id":17912,"c":12,"u":"milestones_dmg","p":261,"s":24,"h":1,"n":"Milestones"},{"id":17913,"c":12,"u":"mixing%20potions_dmg","p":140,"s":24,"h":1,"n":"Mixing Potions"},{"id":17914,"c":12,"u":"morale_dmg","p":273,"s":24,"h":1,"n":"Morale"},{"id":17915,"c":12,"u":"more%20difficult%20identification_dmg","p":136,"s":24,"h":1,"n":"More Difficult Identification"},{"id":17916,"c":12,"u":"new%20ability%20scores%3a%20honor%20and%20sanity_dmg","p":264,"s":24,"h":1,"n":"New Ability Scores: Honor and Sanity"},{"id":17917,"c":12,"u":"planar%20effects_dmg","p":50,"s":24,"h":1,"n":"Planar Effects"},{"id":17918,"c":12,"u":"plot%20points_dmg","p":269,"s":24,"h":1,"n":"Plot Points"},{"id":17919,"c":12,"u":"proficiency%20dice_dmg","p":263,"s":24,"h":1,"n":"Proficiency Dice"},{"id":17920,"c":12,"u":"renown_dmg","p":22,"s":24,"h":1,"n":"Renown"},{"id":17921,"c":12,"u":"rest%20variants_dmg","p":267,"s":24,"h":1,"n":"Rest Variants"},{"id":17922,"c":12,"u":"scroll%20mishaps_dmg","p":140,"s":24,"h":1,"n":"Scroll Mishaps"},{"id":17923,"c":12,"u":"skill%20variants_dmg","p":263,"s":24,"h":1,"n":"Skill Variants"},{"id":17924,"c":12,"u":"spell%20points_dmg","p":288,"s":24,"h":1,"n":"Spell Points"},{"id":17925,"c":12,"u":"wands%20that%20don't%20recharge_dmg","p":141,"s":24,"h":1,"n":"Wands That Don't Recharge"},{"id":17926,"c":12,"u":"sidekicks_esk","p":63,"s":30,"h":1,"n":"Sidekicks"},{"id":17927,"c":12,"u":"encounters%20at%20sea_gos","p":207,"s":33,"h":1,"n":"Encounters at Sea"},{"id":17928,"c":12,"u":"mysterious%20islands_gos","p":211,"s":33,"h":1,"n":"Mysterious Islands"},{"id":17929,"c":12,"u":"ocean%20environs_gos","p":202,"s":33,"h":1,"n":"Ocean Environs"},{"id":17930,"c":12,"u":"officers%20and%20crew_gos","p":194,"s":33,"h":1,"n":"Officers and Crew"},{"id":17931,"c":12,"u":"random%20ships_gos","p":208,"s":33,"h":1,"n":"Random Ships"},{"id":17932,"c":12,"u":"ship%20stat%20blocks_gos","p":186,"s":33,"h":1,"n":"Ship Stat Blocks"},{"id":17933,"c":12,"u":"ships%20in%20combat_gos","p":198,"s":33,"h":1,"n":"Ships in Combat"},{"id":17934,"c":12,"u":"superior%20ship%20upgrades_gos","p":196,"s":33,"h":1,"n":"Superior Ship Upgrades"},{"id":17935,"c":12,"u":"travel%20at%20sea_gos","p":199,"s":33,"h":1,"n":"Travel at Sea"},{"id":17936,"c":12,"u":"familiars_mm","p":347,"s":44,"h":1,"n":"Familiars"},{"id":17937,"c":12,"u":"player%20characters%20as%20lycanthropes_mm","p":207,"s":44,"h":1,"n":"Player Characters as Lycanthropes"},{"id":17938,"c":12,"u":"player%20characters%20as%20vampires_mm","p":295,"s":44,"h":1,"n":"Player Characters as Vampires"},{"id":17939,"c":12,"u":"customizing%20ability%20scores_phb","p":13,"s":51,"h":1,"n":"Customizing Ability Scores"},{"id":17940,"c":12,"u":"downtime%20activity%3a%20crafting_phb","p":187,"s":51,"h":1,"n":"Downtime Activity: Crafting"},{"id":17941,"c":12,"u":"downtime%20activity%3a%20practicing%20a%20profession_phb","p":187,"s":51,"h":1,"n":"Downtime Activity: Practicing a Profession"},{"id":17942,"c":12,"u":"downtime%20activity%3a%20recuperating_phb","p":187,"s":51,"h":1,"n":"Downtime Activity: Recuperating"},{"id":17943,"c":12,"u":"downtime%20activity%3a%20researching_phb","p":187,"s":51,"h":1,"n":"Downtime Activity: Researching"},{"id":17944,"c":12,"u":"downtime%20activity%3a%20training_phb","p":187,"s":51,"h":1,"n":"Downtime Activity: Training"},{"id":17945,"c":12,"u":"encumbrance_phb","p":176,"s":51,"h":1,"n":"Encumbrance"},{"id":17946,"c":12,"u":"equipment%20sizes_phb","p":145,"s":51,"h":1,"n":"Equipment Sizes"},{"id":17947,"c":12,"u":"feats_phb","p":165,"s":51,"h":1,"n":"Feats"},{"id":17948,"c":12,"u":"inspiration_phb","p":125,"s":51,"h":1,"n":"Inspiration"},{"id":17949,"c":12,"u":"multiclassing_phb","p":163,"s":51,"h":1,"n":"Multiclassing"},{"id":17950,"c":12,"u":"playing%20on%20a%20grid_phb","p":192,"s":51,"h":1,"n":"Playing on a Grid"},{"id":17951,"c":12,"u":"skills%20with%20different%20abilities_phb","p":175,"s":51,"h":1,"n":"Skills with Different Abilities"},{"id":17952,"c":12,"u":"accelerated%20rests_tdcsr","p":213,"s":60,"h":1,"dP":1,"n":"Accelerated Rests"},{"id":17953,"c":12,"u":"alternative%20resurrection%20rules%3a%20fading%20spirits_tdcsr","p":215,"s":60,"h":1,"dP":1,"n":"Alternative Resurrection Rules: Fading Spirits"},{"id":17954,"c":12,"u":"alternative%20resurrection%20rules%3a%20harrowing%20return_tdcsr","p":213,"s":60,"h":1,"dP":1,"n":"Alternative Resurrection Rules: Harrowing Return"},{"id":17955,"c":12,"u":"alternative%20resurrection%20rules%3a%20taxing%20return_tdcsr","p":215,"s":60,"h":1,"dP":1,"n":"Alternative Resurrection Rules: Taxing Return"},{"id":17956,"c":12,"u":"hemocraft_tdcsr","p":165,"s":60,"h":1,"dP":1,"n":"Hemocraft"},{"id":17957,"c":12,"u":"illegal%20drugs_tdcsr","p":85,"s":60,"h":1,"dP":1,"n":"Illegal Drugs"},{"id":17958,"c":12,"u":"mixed%20ancestry%20statistics_tdcsr","p":164,"s":60,"h":1,"dP":1,"n":"Mixed Ancestry Statistics"},{"id":17959,"c":12,"u":"rapid%20quaffing_tdcsr","p":215,"s":60,"h":1,"dP":1,"n":"Rapid Quaffing"},{"id":17960,"c":12,"u":"skyships_tdcsr","p":137,"s":60,"h":1,"dP":1,"n":"Skyships"},{"id":17961,"c":12,"u":"familiars_vgm","p":213,"s":66,"h":1,"n":"Familiars"},{"id":17962,"c":12,"u":"fear%20and%20stress_vrgr","p":195,"s":67,"h":1,"n":"Fear and Stress"},{"id":17963,"c":12,"u":"haunted%20traps_vrgr","p":196,"s":67,"h":1,"n":"Haunted Traps"},{"id":17964,"c":12,"u":"survivors_vrgr","p":198,"s":67,"h":1,"n":"Survivors"},{"id":17965,"c":12,"u":"emrakul's%20madness_psi","p":30,"s":96,"h":1,"n":"Emrakul's Madness"},{"id":17966,"c":12,"u":"parleying%20with%20monsters_tce","p":148,"s":4,"h":1,"n":"Parleying with Monsters"},{"id":17967,"c":12,"u":"multiclassing_xphb","p":44,"s":8,"h":1,"n":"Multiclassing"},{"id":17968,"c":12,"u":"weapon%20mastery%20properties_xphb","p":214,"s":8,"h":1,"n":"Weapon Mastery Properties"},{"id":17969,"c":12,"u":"death%20saving%20throws_xscreen","s":121,"h":1,"n":"Death Saving Throws"},{"id":17970,"c":13,"u":"coa","s":9,"n":"Chains of Asmodeus"},{"id":17971,"c":13,"u":"gotsf","s":10,"n":"Giants of the Star Forge"},{"id":17972,"c":13,"u":"bgdia","s":17,"n":"Baldur's Gate: Descent Into Avernus"},{"id":17973,"c":13,"u":"cm","s":18,"n":"Candlekeep Mysteries"},{"id":17974,"c":13,"u":"cos","s":19,"n":"Curse of Strahd"},{"id":17975,"c":13,"u":"crcotn","s":20,"dP":1,"n":"Critical Role: Call of the Netherdeep"},{"id":17976,"c":13,"u":"dc","s":21,"n":"Essentials Kit: Divine Contention"},{"id":17977,"c":13,"u":"dd","s":122,"dP":1,"n":"Wildemount: Dangerous Designs"},{"id":17978,"c":13,"u":"dip","s":22,"n":"Essentials Kit: Dragon of Icespire Peak"},{"id":17979,"c":13,"u":"ditlcot","s":23,"n":"Descent into the Lost Caverns of Tsojcanth"},{"id":17980,"c":13,"u":"dodk","s":25,"dP":1,"n":"Dungeons of Drakkenheim"},{"id":17981,"c":13,"u":"dosi","s":26,"n":"Dragons of Stormwreck Isle"},{"id":17982,"c":13,"u":"dsotdq","s":27,"n":"Dragonlance: Shadow of the Dragon Queen"},{"id":17983,"c":13,"u":"efr","s":123,"n":"Eberron: Forgotten Relics"},{"id":17984,"c":13,"u":"fs","s":124,"dP":1,"n":"Wildemount: Frozen Sick"},{"id":17985,"c":13,"u":"ghloe","s":32,"dP":1,"n":"Grim Hollow: Lairs of Etharis"},{"id":17986,"c":13,"u":"gos","s":33,"n":"Ghosts of Saltmarsh"},{"id":17987,"c":13,"u":"hftt","s":34,"dP":1,"n":"Hunt for the Thessalhydra"},{"id":17988,"c":13,"u":"hol","s":35,"n":"Ravenloft: The House of Lament"},{"id":17989,"c":13,"u":"hotdq","s":36,"n":"Hoard of the Dragon Queen"},{"id":17990,"c":13,"u":"idrotf","s":37,"n":"Icewind Dale: Rime of the Frostmaiden"},{"id":17991,"c":13,"u":"jttrc","s":38,"n":"Journeys through the Radiant Citadel"},{"id":17992,"c":13,"u":"kftgv","s":39,"n":"Keys from the Golden Vault"},{"id":17993,"c":13,"u":"kkw","s":40,"n":"Krenko's Way"},{"id":17994,"c":13,"u":"lmop","s":41,"n":"Lost Mine of Phandelver"},{"id":17995,"c":13,"u":"lox","s":42,"n":"Light of Xaryxis"},{"id":17996,"c":13,"u":"lox","s":42,"n":"Spelljammer: Light of Xaryxis"},{"id":17997,"c":13,"u":"lrdt","s":43,"dP":1,"n":"Red Dragon's Tale: A LEGO Adventure"},{"id":17998,"c":13,"u":"mot-nss","s":45,"n":"Theros: No Silent Secret"},{"id":17999,"c":13,"u":"oota","s":48,"n":"Out of the Abyss"},{"id":18000,"c":13,"u":"oow","s":49,"n":"The Orrery of the Wanderer"},{"id":18001,"c":13,"u":"pabtso","s":50,"n":"Phandelver and Below: The Shattered Obelisk"},{"id":18002,"c":13,"u":"pota","s":52,"n":"Princes of the Apocalypse"},{"id":18003,"c":13,"u":"qftis","s":53,"n":"Quests from the Infinite Staircase"},{"id":18004,"c":13,"u":"rmbre","s":54,"dP":1,"n":"The Lost Dungeon of Rickedness: Big Rick Energy"},{"id":18005,"c":13,"u":"rot","s":55,"n":"Rise of Tiamat"},{"id":18006,"c":13,"u":"scc-arir","s":125,"n":"Strixhaven: A Reckoning in Ruins"},{"id":18007,"c":13,"u":"scc-ck","s":126,"n":"Strixhaven: Campus Kerfuffle"},{"id":18008,"c":13,"u":"scc-hfmt","s":127,"n":"Strixhaven: Hunt for Mage Tower"},{"id":18009,"c":13,"u":"scc-tmm","s":128,"n":"Strixhaven: The Magister's Masquerade"},{"id":18010,"c":13,"u":"sdw","s":57,"n":"Essentials Kit: Sleeping Dragon's Wake"},{"id":18011,"c":13,"u":"skt","s":58,"n":"Storm King's Thunder"},{"id":18012,"c":13,"u":"slw","s":59,"n":"Essentials Kit: Storm Lord's Wrath"},{"id":18013,"c":13,"u":"tftyp-atg","s":129,"n":"Tales from the Yawning Portal: Against the Giants"},{"id":18014,"c":13,"u":"tftyp-dit","s":130,"n":"Tales from the Yawning Portal: Dead in Thay"},{"id":18015,"c":13,"u":"tftyp-tfof","s":131,"n":"Tales from the Yawning Portal: The Forge of Fury"},{"id":18016,"c":13,"u":"tftyp-thsot","s":132,"n":"Tales from the Yawning Portal: The Hidden Shrine of Tamoachan"},{"id":18017,"c":13,"u":"tftyp-toh","s":133,"n":"Tales from the Yawning Portal: Tomb of Horrors"},{"id":18018,"c":13,"u":"tftyp-tsc","s":134,"n":"Tales from the Yawning Portal: The Sunless Citadel"},{"id":18019,"c":13,"u":"tftyp-wpm","s":135,"n":"Tales from the Yawning Portal: White Plume Mountain"},{"id":18020,"c":13,"u":"toa","s":62,"n":"Tomb of Annihilation"},{"id":18021,"c":13,"u":"tofw","s":64,"n":"Turn of Fortune's Wheel"},{"id":18022,"c":13,"u":"tor","s":136,"dP":1,"n":"Wildemount: Tide of Retribution"},{"id":18023,"c":13,"u":"us","s":137,"dP":1,"n":"Wildemount: Unwelcome Spirits"},{"id":18024,"c":13,"u":"veor","s":65,"n":"Vecna: Eve of Ruin"},{"id":18025,"c":13,"u":"vnotee","s":119,"n":"Vecna: Nest of the Eldritch Eye"},{"id":18026,"c":13,"u":"wbtw","s":68,"n":"The Wild Beyond the Witchlight"},{"id":18027,"c":13,"u":"wdh","s":69,"n":"Waterdeep: Dragon Heist"},{"id":18028,"c":13,"u":"wdmm","s":70,"n":"Waterdeep: Dungeon of the Mad Mage"},{"id":18029,"c":13,"u":"aitfr-avt","s":104,"n":"Adventures in the Forgotten Realms: A Verdant Tomb"},{"id":18030,"c":13,"u":"aitfr-dn","s":72,"n":"Adventures in the Forgotten Realms: Deepest Night"},{"id":18031,"c":13,"u":"aitfr-fcd","s":73,"n":"Adventures in the Forgotten Realms: From Cyan Depths"},{"id":18032,"c":13,"u":"aitfr-isf","s":74,"n":"Adventures in the Forgotten Realms: In Scarlet Flames"},{"id":18033,"c":13,"u":"aitfr-thp","s":75,"n":"Adventures in the Forgotten Realms: The Hidden Page"},{"id":18034,"c":13,"u":"azfyt","s":112,"n":"A Zib for Your Thoughts"},{"id":18035,"c":13,"u":"hfstcm","s":120,"n":"Heroes' Feast: Saving the Childrens Menu"},{"id":18036,"c":13,"u":"imr","s":79,"n":"Infernal Machine Rebuild"},{"id":18037,"c":13,"u":"lk","s":138,"n":"Lightning Keep"},{"id":18038,"c":13,"u":"llk","s":80,"n":"Lost Laboratory of Kwalish"},{"id":18039,"c":13,"u":"lr","s":81,"n":"Locathah Rising"},{"id":18040,"c":13,"u":"nrh-ass","s":88,"n":"NERDS Restoring Harmony: A Sticky Situation"},{"id":18041,"c":13,"u":"nrh-at","s":89,"n":"NERDS Restoring Harmony: Adventure Together"},{"id":18042,"c":13,"u":"nrh-avitw","s":90,"n":"NERDS Restoring Harmony: A Voice in the Wilderness"},{"id":18043,"c":13,"u":"nrh-awol","s":91,"n":"NERDS Restoring Harmony: A Web of Lies"},{"id":18044,"c":13,"u":"nrh-coi","s":92,"n":"NERDS Restoring Harmony: Circus of Illusion"},{"id":18045,"c":13,"u":"nrh-tcmc","s":93,"n":"NERDS Restoring Harmony: The Candy Mountain Caper"},{"id":18046,"c":13,"u":"nrh-tlt","s":114,"n":"NERDS Restoring Harmony: The Lost Tomb"},{"id":18047,"c":13,"u":"pip","s":139,"n":"Peril in Pinebrook"},{"id":18048,"c":13,"u":"rtg","s":100,"n":"Return to the Glory"},{"id":18049,"c":13,"u":"scoee","s":140,"n":"Scions of Elemental Evil"},{"id":18050,"c":13,"u":"sja","s":141,"n":"Spelljammer Academy"},{"id":18051,"c":13,"u":"tlk","s":142,"n":"The Lost Kenku"},{"id":18052,"c":13,"u":"ttp","s":101,"n":"The Tortle Package"},{"id":18053,"c":13,"u":"uthftlh","s":116,"n":"Uni and the Hunt for the Lost Horn"},{"id":18054,"c":13,"u":"xmts","s":117,"n":"X Marks the Spot"},{"id":18055,"c":44,"u":"bgg","s":0,"n":"Bigby Presents: Glory of the Giants"},{"id":18056,"c":44,"u":"bmt","s":1,"n":"The Book of Many Things"},{"id":18057,"c":44,"u":"dmtcrg","s":143,"n":"The Deck of Many Things: Card Reference Guide"},{"id":18058,"c":44,"u":"ftd","s":2,"n":"Fizban's Treasury of Dragons"},{"id":18059,"c":44,"u":"mpmm","s":3,"n":"Mordenkainen Presents: Monsters of the Multiverse"},{"id":18060,"c":44,"u":"sac","s":144,"n":"Sage Advice Compendium"},{"id":18061,"c":44,"u":"scag","s":106,"n":"Sword Coast Adventurer's Guide"},{"id":18062,"c":44,"u":"screendungeonkit","s":145,"n":"Dungeon Master's Screen: Dungeon Kit"},{"id":18063,"c":44,"u":"screenwildernesskit","s":146,"n":"Dungeon Master's Screen: Wilderness Kit"},{"id":18064,"c":44,"u":"tce","s":4,"n":"Tasha's Cauldron of Everything"},{"id":18065,"c":44,"u":"xdmg","s":5,"n":"Dungeon Master's Guide (2024)"},{"id":18066,"c":44,"u":"xge","s":6,"n":"Xanathar's Guide to Everything"},{"id":18067,"c":44,"u":"xmm","s":7,"n":"Monster Manual (2025)"},{"id":18068,"c":44,"u":"xphb","s":8,"n":"Player's Handbook (2024)"},{"id":18069,"c":44,"u":"xscreen","s":121,"n":"Dungeon Master's Screen (2024)"},{"id":18070,"c":44,"u":"mabjov","s":11,"n":"Minsc and Boo's Journal of Villainy"},{"id":18071,"c":44,"u":"aag","s":102,"n":"Astral Adventurer's Guide"},{"id":18072,"c":44,"u":"aag","s":102,"n":"Spelljammer: Astral Adventurer's Guide"},{"id":18073,"c":44,"u":"ai","s":15,"n":"Acquisitions Incorporated"},{"id":18074,"c":44,"u":"bam","s":16,"n":"Boo's Astral Menagerie"},{"id":18075,"c":44,"u":"bam","s":16,"n":"Spelljammer: Boo's Astral Menagerie"},{"id":18076,"c":44,"u":"dmg","s":24,"n":"Dungeon Master's Guide (2014)"},{"id":18077,"c":44,"u":"egw","s":28,"dP":1,"n":"Explorer's Guide to Wildemount"},{"id":18078,"c":44,"u":"erlw","s":29,"n":"Eberron: Rising from the Last War"},{"id":18079,"c":44,"u":"ggr","s":31,"n":"Guildmasters' Guide to Ravnica"},{"id":18080,"c":44,"u":"hf","s":147,"n":"Heroes' Feast"},{"id":18081,"c":44,"u":"hffotm","s":148,"n":"Heroes' Feast Flavors of the Multiverse"},{"id":18082,"c":44,"u":"mm","s":44,"n":"Monster Manual (2014)"},{"id":18083,"c":44,"u":"mot","s":45,"n":"Mythic Odysseys of Theros"},{"id":18084,"c":44,"u":"mpp","s":46,"n":"Morte's Planar Parade"},{"id":18085,"c":44,"u":"mpp","s":46,"n":"Planescape: Adventures in the Multiverse"},{"id":18086,"c":44,"u":"mtf","s":47,"n":"Mordenkainen's Tome of Foes"},{"id":18087,"c":44,"u":"paf","s":149,"n":"Puncheons and Flagons"},{"id":18088,"c":44,"u":"phb","s":51,"n":"Player's Handbook (2014)"},{"id":18089,"c":44,"u":"rmr","s":150,"dP":1,"n":"Dungeons & Dragons vs. Rick and Morty: Basic Rules"},{"id":18090,"c":44,"u":"sato","s":103,"n":"Sigil and the Outlands"},{"id":18091,"c":44,"u":"sato","s":103,"n":"Planescape: Adventures in the Multiverse"},{"id":18092,"c":44,"u":"scc","s":56,"n":"Strixhaven: A Curriculum of Chaos"},{"id":18093,"c":44,"u":"screen","s":151,"n":"Dungeon Master's Screen"},{"id":18094,"c":44,"u":"screenspelljammer","s":152,"n":"Dungeon Master's Screen: Spelljammer"},{"id":18095,"c":44,"u":"td","s":153,"dP":1,"n":"Tarot Deck"},{"id":18096,"c":44,"u":"tdcsr","s":60,"dP":1,"n":"Tal'Dorei Campaign Setting Reborn"},{"id":18097,"c":44,"u":"tob1-2023","s":63,"dP":1,"n":"Tome of Beasts 1 (2023 Edition)"},{"id":18098,"c":44,"u":"vgm","s":66,"n":"Volo's Guide to Monsters"},{"id":18099,"c":44,"u":"vrgr","s":67,"n":"Van Richten's Guide to Ravenloft"},{"id":18100,"c":44,"u":"aatm","s":71,"n":"Adventure Atlas: The Mortuary"},{"id":18101,"c":44,"u":"al","s":154,"n":"Adventurers League"},{"id":18102,"c":44,"u":"dod","s":77,"n":"Domains of Delight"},{"id":18103,"c":44,"u":"hat-tg","s":78,"n":"Thieves' Gallery"},{"id":18104,"c":44,"u":"mcv4ec","s":85,"n":"Monstrous Compendium Volume 4: Eldraine Creatures"},{"id":18105,"c":44,"u":"oga","s":115,"n":"One Grung Above"},{"id":18106,"c":44,"u":"ps-a","s":94,"n":"Plane Shift: Amonkhet"},{"id":18107,"c":44,"u":"ps-d","s":95,"n":"Plane Shift: Dominaria"},{"id":18108,"c":44,"u":"ps-i","s":96,"n":"Plane Shift: Innistrad"},{"id":18109,"c":44,"u":"ps-k","s":97,"n":"Plane Shift: Kaladesh"},{"id":18110,"c":44,"u":"ps-x","s":98,"n":"Plane Shift: Ixalan"},{"id":18111,"c":44,"u":"ps-z","s":99,"n":"Plane Shift: Zendikar"},{"id":18113,"c":18,"u":"bookref-quick,0,beyond%201st%20level","p":15,"h":1,"n":"Beyond 1st Level","s":51},{"id":18114,"c":18,"u":"bookref-quick,0,languages","p":123,"h":1,"n":"Languages","s":51},{"id":18115,"c":18,"u":"bookref-quick,0,multiclassing","p":163,"h":1,"n":"Multiclassing","s":51},{"id":18116,"c":18,"u":"bookref-quick,0,step-by-step%20characters","p":11,"h":1,"n":"Step-by-Step Characters","s":51},{"id":18118,"c":18,"u":"bookref-quick,1,adventuring%20gear","p":148,"h":1,"n":"Adventuring Gear","s":51},{"id":18119,"c":18,"u":"bookref-quick,1,armor%20and%20shields","p":144,"h":1,"n":"Armor and Shields","s":51},{"id":18120,"c":18,"u":"bookref-quick,1,attunement","p":136,"h":1,"n":"Attunement","s":24},{"id":18121,"c":18,"u":"bookref-quick,1,expenses","p":157,"h":1,"n":"Expenses","s":51},{"id":18122,"c":18,"u":"bookref-quick,1,spellcasting%20services","p":159,"h":1,"n":"Spellcasting Services","s":51},{"id":18123,"c":18,"u":"bookref-quick,1,mounts%20and%20vehicles","p":155,"h":1,"n":"Mounts and Vehicles","s":51},{"id":18124,"c":18,"u":"bookref-quick,1,starting%20equipment","p":143,"h":1,"n":"Starting Equipment","s":51},{"id":18125,"c":18,"u":"bookref-quick,1,tools","p":154,"h":1,"n":"Tools","s":51},{"id":18126,"c":18,"u":"bookref-quick,1,trade%20goods","p":157,"h":1,"n":"Trade Goods","s":51},{"id":18127,"c":18,"u":"bookref-quick,1,wealth","p":143,"h":1,"n":"Wealth","s":51},{"id":18128,"c":18,"u":"bookref-quick,1,selling%20treasure","p":144,"h":1,"n":"Selling Treasure","s":51},{"id":18129,"c":18,"u":"bookref-quick,1,weapons","p":146,"h":1,"n":"Weapons","s":51},{"id":18130,"c":18,"u":"bookref-quick,1,weapon%20proficiency","p":146,"h":1,"n":"Weapon Proficiency","s":51},{"id":18131,"c":18,"u":"bookref-quick,1,improvised%20weapons","p":147,"h":1,"n":"Improvised Weapons","s":51},{"id":18132,"c":18,"u":"bookref-quick,1,silvered%20weapons","p":148,"h":1,"n":"Silvered Weapons","s":51},{"id":18134,"c":18,"u":"bookref-quick,2,ability%20checks","p":174,"h":1,"n":"Ability Checks","s":51},{"id":18135,"c":18,"u":"bookref-quick,2,contests","p":174,"h":1,"n":"Contests","s":51},{"id":18136,"c":18,"u":"bookref-quick,2,passive%20checks","p":175,"h":1,"n":"Passive Checks","s":51},{"id":18137,"c":18,"u":"bookref-quick,2,group%20checks","p":175,"h":1,"n":"Group Checks","s":51},{"id":18138,"c":18,"u":"bookref-quick,2,ability%20scores%20and%20modifiers","p":173,"h":1,"n":"Ability Scores and Modifiers","s":51},{"id":18139,"c":18,"u":"bookref-quick,2,advantage%20and%20disadvantage","p":173,"h":1,"n":"Advantage and Disadvantage","s":51},{"id":18140,"c":18,"u":"bookref-quick,2,casting%20a%20spell","p":202,"h":1,"n":"Casting a Spell","s":51},{"id":18141,"c":18,"u":"bookref-quick,2,areas%20of%20effect","p":204,"h":1,"n":"Areas of Effect","s":51},{"id":18142,"c":18,"u":"bookref-quick,2,conditions","p":289,"h":1,"n":"Conditions","s":51},{"id":18143,"c":18,"u":"bookref-quick,2,falling","p":77,"h":1,"n":"Falling","s":6},{"id":18144,"c":18,"u":"bookref-quick,2,food%20and%20water","p":185,"h":1,"n":"Food and Water","s":51},{"id":18145,"c":18,"u":"bookref-quick,2,hiding","p":177,"h":1,"n":"Hiding","s":51},{"id":18146,"c":18,"u":"bookref-quick,2,how%20to%20play","p":6,"h":1,"n":"How to Play","s":51},{"id":18147,"c":18,"u":"bookref-quick,2,interacting%20with%20objects","p":185,"h":1,"n":"Interacting with Objects","s":51},{"id":18148,"c":18,"u":"bookref-quick,2,proficiency%20bonus","p":173,"h":1,"n":"Proficiency Bonus","s":51},{"id":18149,"c":18,"u":"bookref-quick,2,resting","p":186,"h":1,"n":"Resting","s":51},{"id":18150,"c":18,"u":"bookref-quick,2,saving%20throws","p":179,"h":1,"n":"Saving Throws","s":51},{"id":18151,"c":18,"u":"bookref-quick,2,simultaneous%20effects","p":77,"h":1,"n":"Simultaneous Effects","s":6},{"id":18152,"c":18,"u":"bookref-quick,2,skills","p":174,"h":1,"n":"Skills","s":51},{"id":18153,"c":18,"u":"bookref-quick,2,sleep","p":77,"h":1,"n":"Sleep","s":6},{"id":18154,"c":18,"u":"bookref-quick,2,suffocating","p":183,"h":1,"n":"Suffocating","s":51},{"id":18155,"c":18,"u":"bookref-quick,2,tying%20knots","p":78,"h":1,"n":"Tying Knots","s":6},{"id":18156,"c":18,"u":"bookref-quick,2,using%20each%20ability","p":175,"h":1,"n":"Using Each Ability","s":51},{"id":18157,"c":18,"u":"bookref-quick,2,lifting%20and%20carrying","p":176,"h":1,"n":"Lifting and Carrying","s":51},{"id":18158,"c":18,"u":"bookref-quick,2,vision%20and%20light","p":183,"h":1,"n":"Vision and Light","s":51},{"id":18160,"c":18,"u":"bookref-quick,3,actions%20in%20combat","p":192,"h":1,"n":"Actions in Combat","s":51},{"id":18161,"c":18,"u":"bookref-quick,3,cover","p":196,"h":1,"n":"Cover","s":51},{"id":18162,"c":18,"u":"bookref-quick,3,damage%20and%20healing","p":196,"h":1,"n":"Damage and Healing","s":51},{"id":18163,"c":18,"u":"bookref-quick,3,knocking%20a%20creature%20out","p":198,"h":1,"n":"Knocking a Creature Out","s":51},{"id":18164,"c":18,"u":"bookref-quick,3,temporary%20hit%20points","p":198,"h":1,"n":"Temporary Hit Points","s":51},{"id":18165,"c":18,"u":"bookref-quick,3,making%20an%20attack","p":193,"h":1,"n":"Making an Attack","s":51},{"id":18166,"c":18,"u":"bookref-quick,3,ranged%20attacks","p":195,"h":1,"n":"Ranged Attacks","s":51},{"id":18167,"c":18,"u":"bookref-quick,3,two-weapon%20fighting","p":195,"h":1,"n":"Two-Weapon Fighting","s":51},{"id":18168,"c":18,"u":"bookref-quick,3,mounted%20combat","p":198,"h":1,"n":"Mounted Combat","s":51},{"id":18169,"c":18,"u":"bookref-quick,3,movement%20and%20position","p":190,"h":1,"n":"Movement and Position","s":51},{"id":18170,"c":18,"u":"bookref-quick,3,breaking%20up%20your%20move","p":190,"h":1,"n":"Breaking Up Your Move","s":51},{"id":18171,"c":18,"u":"bookref-quick,3,difficult%20terrain","p":190,"h":1,"n":"Difficult Terrain","s":51},{"id":18172,"c":18,"u":"bookref-quick,3,flying%20movement","p":191,"h":1,"n":"Flying Movement","s":51},{"id":18173,"c":18,"u":"bookref-quick,3,the%20order%20of%20combat","p":189,"h":1,"n":"The Order of Combat","s":51},{"id":18174,"c":18,"u":"bookref-quick,3,surprise","p":189,"h":1,"n":"Surprise","s":51},{"id":18175,"c":18,"u":"bookref-quick,3,underwater%20combat","p":198,"h":1,"n":"Underwater Combat","s":51},{"id":18177,"c":18,"u":"bookref-quick,4,climbing%2c%20swimming%2c%20and%20crawling","p":182,"h":1,"n":"Climbing, Swimming, and Crawling","s":51},{"id":18178,"c":18,"u":"bookref-quick,4,difficult%20terrain","p":182,"h":1,"n":"Difficult Terrain","s":51},{"id":18179,"c":18,"u":"bookref-quick,4,jumping","p":182,"h":1,"n":"Jumping","s":51},{"id":18180,"c":18,"u":"bookref-quick,4,travel%20pace","p":181,"h":1,"n":"Travel Pace","s":51},{"id":18181,"c":14,"u":"abbathor_dwarven_scag","p":22,"s":106,"h":1,"n":"Abbathor"},{"id":18182,"c":14,"u":"aerdrie%20faenya_elven_scag","p":23,"s":106,"h":1,"n":"Aerdrie Faenya"},{"id":18183,"c":14,"u":"akadi_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Akadi"},{"id":18184,"c":14,"u":"amaunator_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Amaunator"},{"id":18185,"c":14,"u":"angharradh_elven_scag","p":23,"s":106,"h":1,"n":"Angharradh"},{"id":18186,"c":14,"u":"arvoreen_halfling_scag","p":23,"s":106,"h":1,"n":"Arvoreen"},{"id":18187,"c":14,"u":"asmodeus_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Asmodeus"},{"id":18188,"c":14,"u":"auril_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Auril"},{"id":18189,"c":14,"u":"azuth_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Azuth"},{"id":18190,"c":14,"u":"baervan%20wildwanderer_gnomish_scag","p":24,"s":106,"h":1,"n":"Baervan Wildwanderer"},{"id":18191,"c":14,"u":"bahgtru_orc_scag","p":24,"s":106,"h":1,"n":"Bahgtru"},{"id":18192,"c":14,"u":"bane_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Bane"},{"id":18193,"c":14,"u":"baravar%20cloakshadow_gnomish_scag","p":24,"s":106,"h":1,"n":"Baravar Cloakshadow"},{"id":18194,"c":14,"u":"berronar%20truesilver_dwarven_scag","p":22,"s":106,"h":1,"n":"Berronar Truesilver"},{"id":18195,"c":14,"u":"beshaba_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Beshaba"},{"id":18196,"c":14,"u":"bhaal_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Bhaal"},{"id":18197,"c":14,"u":"brandobaris_halfling_scag","p":23,"s":106,"h":1,"n":"Brandobaris"},{"id":18198,"c":14,"u":"callarduran%20smoothhands_gnomish_scag","p":24,"s":106,"h":1,"n":"Callarduran Smoothhands"},{"id":18199,"c":14,"u":"chauntea_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Chauntea"},{"id":18200,"c":14,"u":"clangeddin%20silverbeard_dwarven_scag","p":22,"s":106,"h":1,"n":"Clangeddin Silverbeard"},{"id":18201,"c":14,"u":"corellon%20larethian_elven_scag","p":23,"s":106,"h":1,"n":"Corellon Larethian"},{"id":18202,"c":14,"u":"cyric_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Cyric"},{"id":18203,"c":14,"u":"cyrrollalee_halfling_scag","p":23,"s":106,"h":1,"n":"Cyrrollalee"},{"id":18204,"c":14,"u":"deep%20duerra_dwarven_scag","p":22,"s":106,"h":1,"n":"Deep Duerra"},{"id":18205,"c":14,"u":"deep%20sashelas_elven_scag","p":23,"s":106,"h":1,"n":"Deep Sashelas"},{"id":18206,"c":14,"u":"deneir_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Deneir"},{"id":18207,"c":14,"u":"dugmaren%20brightmantle_dwarven_scag","p":22,"s":106,"h":1,"n":"Dugmaren Brightmantle"},{"id":18208,"c":14,"u":"dumathoin_dwarven_scag","p":22,"s":106,"h":1,"n":"Dumathoin"},{"id":18209,"c":14,"u":"eilistraee_drow_scag","p":23,"s":106,"h":1,"n":"Eilistraee"},{"id":18210,"c":14,"u":"eldath_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Eldath"},{"id":18211,"c":14,"u":"erevan%20ilesere_elven_scag","p":23,"s":106,"h":1,"n":"Erevan Ilesere"},{"id":18212,"c":14,"u":"fenmarel%20mestarine_elven_scag","p":23,"s":106,"h":1,"n":"Fenmarel Mestarine"},{"id":18213,"c":14,"u":"flandal%20steelskin_gnomish_scag","p":24,"s":106,"h":1,"n":"Flandal Steelskin"},{"id":18214,"c":14,"u":"gaerdal%20ironhand_gnomish_scag","p":24,"s":106,"h":1,"n":"Gaerdal Ironhand"},{"id":18215,"c":14,"u":"garl%20glittergold_gnomish_scag","p":24,"s":106,"h":1,"n":"Garl Glittergold"},{"id":18216,"c":14,"u":"gond_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Gond"},{"id":18217,"c":14,"u":"gorm%20gulthyn_dwarven_scag","p":22,"s":106,"h":1,"n":"Gorm Gulthyn"},{"id":18218,"c":14,"u":"grumbar_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Grumbar"},{"id":18219,"c":14,"u":"gruumsh_orc_scag","p":24,"s":106,"h":1,"n":"Gruumsh"},{"id":18220,"c":14,"u":"gwaeron%20windstrom_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Gwaeron Windstrom"},{"id":18221,"c":14,"u":"haela%20brightaxe_dwarven_scag","p":22,"s":106,"h":1,"n":"Haela Brightaxe"},{"id":18222,"c":14,"u":"hanali%20celanil_elven_scag","p":23,"s":106,"h":1,"n":"Hanali Celanil"},{"id":18223,"c":14,"u":"helm_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Helm"},{"id":18224,"c":14,"u":"hoar_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Hoar"},{"id":18225,"c":14,"u":"ilmater_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Ilmater"},{"id":18226,"c":14,"u":"ilneval_orc_scag","p":24,"s":106,"h":1,"n":"Ilneval"},{"id":18227,"c":14,"u":"istishia_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Istishia"},{"id":18228,"c":14,"u":"jergal_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Jergal"},{"id":18229,"c":14,"u":"kelemvor_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Kelemvor"},{"id":18230,"c":14,"u":"kiaransalee_drow_scag","p":23,"s":106,"h":1,"n":"Kiaransalee"},{"id":18231,"c":14,"u":"kossuth_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Kossuth"},{"id":18232,"c":14,"u":"labelas%20enoreth_elven_scag","p":23,"s":106,"h":1,"n":"Labelas Enoreth"},{"id":18233,"c":14,"u":"laduguer_dwarven_scag","p":22,"s":106,"h":1,"n":"Laduguer"},{"id":18234,"c":14,"u":"lathander_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Lathander"},{"id":18235,"c":14,"u":"leira_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Leira"},{"id":18236,"c":14,"u":"lliira_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Lliira"},{"id":18237,"c":14,"u":"lolth_drow_scag","p":23,"s":106,"h":1,"n":"Lolth"},{"id":18238,"c":14,"u":"loviatar_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Loviatar"},{"id":18239,"c":14,"u":"luthic_orc_scag","p":24,"s":106,"h":1,"n":"Luthic"},{"id":18240,"c":14,"u":"malar_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Malar"},{"id":18241,"c":14,"u":"marthammor%20duin_dwarven_scag","p":22,"s":106,"h":1,"n":"Marthammor Duin"},{"id":18242,"c":14,"u":"mask_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Mask"},{"id":18243,"c":14,"u":"mielikki_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Mielikki"},{"id":18244,"c":14,"u":"milil_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Milil"},{"id":18245,"c":14,"u":"moradin_dwarven_scag","p":22,"s":106,"h":1,"n":"Moradin"},{"id":18246,"c":14,"u":"myrkul_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Myrkul"},{"id":18247,"c":14,"u":"mystra_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Mystra"},{"id":18248,"c":14,"u":"nebelun_gnomish_scag","p":24,"s":106,"h":1,"n":"Nebelun"},{"id":18249,"c":14,"u":"oghma_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Oghma"},{"id":18250,"c":14,"u":"rillifane%20rallathil_elven_scag","p":23,"s":106,"h":1,"n":"Rillifane Rallathil"},{"id":18251,"c":14,"u":"savras_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Savras"},{"id":18252,"c":14,"u":"segojan%20earthcaller_gnomish_scag","p":24,"s":106,"h":1,"n":"Segojan Earthcaller"},{"id":18253,"c":14,"u":"sehanine%20moonbow_elven_scag","p":23,"s":106,"h":1,"n":"Sehanine Moonbow"},{"id":18254,"c":14,"u":"selvetarm_drow_scag","p":23,"s":106,"h":1,"n":"Selvetarm"},{"id":18255,"c":14,"u":"sel%c3%bbne_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Selune"},{"id":18256,"c":14,"u":"shar_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Shar"},{"id":18257,"c":14,"u":"shargaas_orc_scag","p":24,"s":106,"h":1,"n":"Shargaas"},{"id":18258,"c":14,"u":"sharindlar_dwarven_scag","p":22,"s":106,"h":1,"n":"Sharindlar"},{"id":18259,"c":14,"u":"sheela%20peryroyl_halfling_scag","p":23,"s":106,"h":1,"n":"Sheela Peryroyl"},{"id":18260,"c":14,"u":"shevarash_elven_scag","p":23,"s":106,"h":1,"n":"Shevarash"},{"id":18261,"c":14,"u":"silvanus_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Silvanus"},{"id":18262,"c":14,"u":"solonor%20thelandira_elven_scag","p":23,"s":106,"h":1,"n":"Solonor Thelandira"},{"id":18263,"c":14,"u":"sune_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Sune"},{"id":18264,"c":14,"u":"talona_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Talona"},{"id":18265,"c":14,"u":"talos_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Talos"},{"id":18266,"c":14,"u":"tempus_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Tempus"},{"id":18267,"c":14,"u":"the%20red%20knight_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"The Red Knight"},{"id":18268,"c":14,"u":"torm_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Torm"},{"id":18269,"c":14,"u":"tymora_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Tymora"},{"id":18270,"c":14,"u":"tyr_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Tyr"},{"id":18271,"c":14,"u":"umberlee_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Umberlee"},{"id":18272,"c":14,"u":"urdlen_gnomish_scag","p":24,"s":106,"h":1,"n":"Urdlen"},{"id":18273,"c":14,"u":"urogalan_halfling_scag","p":23,"s":106,"h":1,"n":"Urogalan"},{"id":18274,"c":14,"u":"valkur_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Valkur"},{"id":18275,"c":14,"u":"vergadain_dwarven_scag","p":22,"s":106,"h":1,"n":"Vergadain"},{"id":18276,"c":14,"u":"vhaeraun_drow_scag","p":23,"s":106,"h":1,"n":"Vhaeraun"},{"id":18277,"c":14,"u":"waukeen_faer%c3%bbnian_scag","p":21,"s":106,"h":1,"n":"Waukeen"},{"id":18278,"c":14,"u":"yondalla_halfling_scag","p":23,"s":106,"h":1,"n":"Yondalla"},{"id":18279,"c":14,"u":"yurtrus_orc_scag","p":24,"s":106,"h":1,"n":"Yurtrus"},{"id":18280,"c":14,"u":"beory_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Beory"},{"id":18281,"c":14,"u":"berei_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Berei"},{"id":18282,"c":14,"u":"boccob_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Boccob"},{"id":18283,"c":14,"u":"celestian_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Celestian"},{"id":18284,"c":14,"u":"cuthbert_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Cuthbert"},{"id":18285,"c":14,"u":"ehlonna_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Ehlonna"},{"id":18286,"c":14,"u":"erythnul_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Erythnul"},{"id":18287,"c":14,"u":"fharlanghn_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Fharlanghn"},{"id":18288,"c":14,"u":"heironeous_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Heironeous"},{"id":18289,"c":14,"u":"hextor_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Hextor"},{"id":18290,"c":14,"u":"incabulos_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Incabulos"},{"id":18291,"c":14,"u":"istus_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Istus"},{"id":18292,"c":14,"u":"iuz_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Iuz"},{"id":18293,"c":14,"u":"kord_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Kord"},{"id":18294,"c":14,"u":"nerull_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Nerull"},{"id":18295,"c":14,"u":"obad-hai_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Obad-Hai"},{"id":18296,"c":14,"u":"olidammara_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Olidammara"},{"id":18297,"c":14,"u":"pelor_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Pelor"},{"id":18298,"c":14,"u":"pholtus_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Pholtus"},{"id":18299,"c":14,"u":"ralishaz_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Ralishaz"},{"id":18300,"c":14,"u":"rao_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Rao"},{"id":18301,"c":14,"u":"syrul_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Syrul"},{"id":18302,"c":14,"u":"tharizdun_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Tharizdun"},{"id":18303,"c":14,"u":"trithereon_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Trithereon"},{"id":18304,"c":14,"u":"ulaa_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Ulaa"},{"id":18305,"c":14,"u":"vecna_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Vecna"},{"id":18306,"c":14,"u":"wee%20jas_greyhawk_xdmg","p":148,"s":5,"h":1,"n":"Wee Jas"},{"id":18307,"c":14,"u":"asmodeus_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Asmodeus"},{"id":18308,"c":14,"u":"avandra_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Avandra"},{"id":18309,"c":14,"u":"bahamut_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Bahamut"},{"id":18310,"c":14,"u":"bane_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Bane"},{"id":18311,"c":14,"u":"corellon_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Corellon"},{"id":18312,"c":14,"u":"erathis_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Erathis"},{"id":18313,"c":14,"u":"gruumsh_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Gruumsh"},{"id":18314,"c":14,"u":"ioun_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Ioun"},{"id":18315,"c":14,"u":"kord_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Kord"},{"id":18316,"c":14,"u":"lolth_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Lolth"},{"id":18317,"c":14,"u":"melora_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Melora"},{"id":18318,"c":14,"u":"moradin_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Moradin"},{"id":18319,"c":14,"u":"pelor_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Pelor"},{"id":18320,"c":14,"u":"raven%20queen_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Raven Queen"},{"id":18321,"c":14,"u":"sehanine_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Sehanine"},{"id":18322,"c":14,"u":"tharizdun_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Tharizdun"},{"id":18323,"c":14,"u":"tiamat_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Tiamat"},{"id":18324,"c":14,"u":"torog_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Torog"},{"id":18325,"c":14,"u":"vecna_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Vecna"},{"id":18326,"c":14,"u":"zehir_dawn%20war_dmg","p":10,"s":24,"h":1,"n":"Zehir"},{"id":18327,"c":14,"u":"branchala_dragonlance_dsotdq","p":14,"s":27,"h":1,"n":"Branchala"},{"id":18328,"c":14,"u":"chemosh_dragonlance_dsotdq","p":18,"s":27,"h":1,"n":"Chemosh"},{"id":18329,"c":14,"u":"chislev_dragonlance_dsotdq","p":16,"s":27,"h":1,"n":"Chislev"},{"id":18330,"c":14,"u":"gilean_dragonlance_dsotdq","p":16,"s":27,"h":1,"n":"Gilean"},{"id":18331,"c":14,"u":"habbakuk_dragonlance_dsotdq","p":14,"s":27,"h":1,"n":"Habbakuk"},{"id":18332,"c":14,"u":"hiddukel_dragonlance_dsotdq","p":18,"s":27,"h":1,"n":"Hiddukel"},{"id":18333,"c":14,"u":"kiri-jolith_dragonlance_dsotdq","p":14,"s":27,"h":1,"n":"Kiri-Jolith"},{"id":18334,"c":14,"u":"lunitari_dragonlance_dsotdq","p":16,"s":27,"h":1,"n":"Lunitari"},{"id":18335,"c":14,"u":"majere_dragonlance_dsotdq","p":15,"s":27,"h":1,"n":"Majere"},{"id":18336,"c":14,"u":"mishakal_dragonlance_dsotdq","p":15,"s":27,"h":1,"n":"Mishakal"},{"id":18337,"c":14,"u":"morgion_dragonlance_dsotdq","p":18,"s":27,"h":1,"n":"Morgion"},{"id":18338,"c":14,"u":"nuitari_dragonlance_dsotdq","p":19,"s":27,"h":1,"n":"Nuitari"},{"id":18339,"c":14,"u":"paladine_dragonlance_dsotdq","p":14,"s":27,"h":1,"n":"Paladine"},{"id":18340,"c":14,"u":"reorx_dragonlance_dsotdq","p":16,"s":27,"h":1,"n":"Reorx"},{"id":18341,"c":14,"u":"sargonnas_dragonlance_dsotdq","p":19,"s":27,"h":1,"n":"Sargonnas"},{"id":18342,"c":14,"u":"shinare_dragonlance_dsotdq","p":17,"s":27,"h":1,"n":"Shinare"},{"id":18343,"c":14,"u":"sirrion_dragonlance_dsotdq","p":17,"s":27,"h":1,"n":"Sirrion"},{"id":18344,"c":14,"u":"solinari_dragonlance_dsotdq","p":15,"s":27,"h":1,"n":"Solinari"},{"id":18345,"c":14,"u":"takhisis_dragonlance_dsotdq","p":18,"s":27,"h":1,"n":"Takhisis"},{"id":18346,"c":14,"u":"zeboim_dragonlance_dsotdq","p":19,"s":27,"h":1,"n":"Zeboim"},{"id":18347,"c":14,"u":"zivilyn_dragonlance_dsotdq","p":17,"s":27,"h":1,"n":"Zivilyn"},{"id":18348,"c":14,"u":"arms%20of%20the%20betrayers_exandria_egw","p":30,"s":28,"h":1,"dP":1,"n":"Arms of the Betrayers"},{"id":18349,"c":14,"u":"asmodeus_exandria_egw","p":26,"s":28,"h":1,"dP":1,"n":"Asmodeus"},{"id":18350,"c":14,"u":"avandra_exandria_egw","p":20,"s":28,"h":1,"dP":1,"n":"Avandra"},{"id":18351,"c":14,"u":"bahamut_exandria_egw","p":21,"s":28,"h":1,"dP":1,"n":"Bahamut"},{"id":18352,"c":14,"u":"bane_exandria_egw","p":26,"s":28,"h":1,"dP":1,"n":"Bane"},{"id":18353,"c":14,"u":"ceratos_exandria_egw","p":31,"s":28,"h":1,"dP":1,"n":"Ceratos"},{"id":18354,"c":14,"u":"corellon_exandria_egw","p":22,"s":28,"h":1,"dP":1,"n":"Corellon"},{"id":18355,"c":14,"u":"desirat_exandria_egw","p":31,"s":28,"h":1,"dP":1,"n":"Desirat"},{"id":18356,"c":14,"u":"erathis_exandria_egw","p":22,"s":28,"h":1,"dP":1,"n":"Erathis"},{"id":18357,"c":14,"u":"gruumsh_exandria_egw","p":27,"s":28,"h":1,"dP":1,"n":"Gruumsh"},{"id":18358,"c":14,"u":"ioun_exandria_egw","p":23,"s":28,"h":1,"dP":1,"n":"Ioun"},{"id":18359,"c":14,"u":"kord_exandria_egw","p":23,"s":28,"h":1,"dP":1,"n":"Kord"},{"id":18360,"c":14,"u":"lolth_exandria_egw","p":27,"s":28,"h":1,"dP":1,"n":"Lolth"},{"id":18361,"c":14,"u":"melora_exandria_egw","p":23,"s":28,"h":1,"dP":1,"n":"Melora"},{"id":18362,"c":14,"u":"moradin_exandria_egw","p":24,"s":28,"h":1,"dP":1,"n":"Moradin"},{"id":18363,"c":14,"u":"naviask_exandria_egw","p":32,"s":28,"h":1,"dP":1,"n":"Naviask"},{"id":18364,"c":14,"u":"pelor_exandria_egw","p":24,"s":28,"h":1,"dP":1,"n":"Pelor"},{"id":18365,"c":14,"u":"quajath_exandria_egw","p":32,"s":28,"h":1,"dP":1,"n":"Quajath"},{"id":18366,"c":14,"u":"raei_exandria_egw","p":24,"s":28,"h":1,"dP":1,"n":"Raei"},{"id":18367,"c":14,"u":"sehanine_exandria_egw","p":25,"s":28,"h":1,"dP":1,"n":"Sehanine"},{"id":18368,"c":14,"u":"tharizdun_exandria_egw","p":28,"s":28,"h":1,"dP":1,"n":"Tharizdun"},{"id":18369,"c":14,"u":"the%20hag%20mother_exandria_egw","p":32,"s":28,"h":1,"dP":1,"n":"The Hag Mother"},{"id":18370,"c":14,"u":"the%20luxon_exandria_egw","p":32,"s":28,"h":1,"dP":1,"n":"The Luxon"},{"id":18371,"c":14,"u":"the%20raven%20queen_exandria_egw","p":24,"s":28,"h":1,"dP":1,"n":"The Raven Queen"},{"id":18372,"c":14,"u":"the%20traveler_exandria_egw","p":32,"s":28,"h":1,"dP":1,"n":"The Traveler"},{"id":18373,"c":14,"u":"tiamat_exandria_egw","p":28,"s":28,"h":1,"dP":1,"n":"Tiamat"},{"id":18374,"c":14,"u":"torog_exandria_egw","p":28,"s":28,"h":1,"dP":1,"n":"Torog"},{"id":18375,"c":14,"u":"uk'otoa_exandria_egw","p":33,"s":28,"h":1,"dP":1,"n":"Uk'otoa"},{"id":18376,"c":14,"u":"vecna_exandria_egw","p":29,"s":28,"h":1,"dP":1,"n":"Vecna"},{"id":18377,"c":14,"u":"vesh_exandria_egw","p":33,"s":28,"h":1,"dP":1,"n":"Vesh"},{"id":18378,"c":14,"u":"xalicas_exandria_egw","p":33,"s":28,"h":1,"dP":1,"n":"Xalicas"},{"id":18379,"c":14,"u":"zehir_exandria_egw","p":29,"s":28,"h":1,"dP":1,"n":"Zehir"},{"id":18380,"c":14,"u":"arawai_eberron_erlw","p":141,"s":29,"h":1,"n":"Arawai"},{"id":18381,"c":14,"u":"aureon_eberron_erlw","p":141,"s":29,"h":1,"n":"Aureon"},{"id":18382,"c":14,"u":"balinor_eberron_erlw","p":141,"s":29,"h":1,"n":"Balinor"},{"id":18383,"c":14,"u":"boldrei_eberron_erlw","p":141,"s":29,"h":1,"n":"Boldrei"},{"id":18384,"c":14,"u":"cults%20of%20the%20dragon%20below_eberron_erlw","p":141,"s":29,"h":1,"n":"Cults of the Dragon Below"},{"id":18385,"c":14,"u":"dol%20arrah_eberron_erlw","p":141,"s":29,"h":1,"n":"Dol Arrah"},{"id":18386,"c":14,"u":"dol%20dorn_eberron_erlw","p":141,"s":29,"h":1,"n":"Dol Dorn"},{"id":18387,"c":14,"u":"kol%20korran_eberron_erlw","p":141,"s":29,"h":1,"n":"Kol Korran"},{"id":18388,"c":14,"u":"olladra_eberron_erlw","p":141,"s":29,"h":1,"n":"Olladra"},{"id":18389,"c":14,"u":"onatar_eberron_erlw","p":141,"s":29,"h":1,"n":"Onatar"},{"id":18390,"c":14,"u":"the%20blood%20of%20vol_eberron_erlw","p":141,"s":29,"h":1,"n":"The Blood of Vol"},{"id":18391,"c":14,"u":"the%20devourer_eberron_erlw","p":141,"s":29,"h":1,"n":"The Devourer"},{"id":18392,"c":14,"u":"the%20fury_eberron_erlw","p":141,"s":29,"h":1,"n":"The Fury"},{"id":18393,"c":14,"u":"the%20keeper_eberron_erlw","p":141,"s":29,"h":1,"n":"The Keeper"},{"id":18394,"c":14,"u":"the%20mockery_eberron_erlw","p":141,"s":29,"h":1,"n":"The Mockery"},{"id":18395,"c":14,"u":"the%20path%20of%20light_eberron_erlw","p":141,"s":29,"h":1,"n":"The Path of Light"},{"id":18396,"c":14,"u":"the%20shadow_eberron_erlw","p":141,"s":29,"h":1,"n":"The Shadow"},{"id":18397,"c":14,"u":"the%20silver%20flame_eberron_erlw","p":141,"s":29,"h":1,"n":"The Silver Flame"},{"id":18398,"c":14,"u":"the%20spirits%20of%20the%20past_eberron_erlw","p":141,"s":29,"h":1,"n":"The Spirits of the Past"},{"id":18399,"c":14,"u":"the%20traveler_eberron_erlw","p":141,"s":29,"h":1,"n":"The Traveler"},{"id":18400,"c":14,"u":"the%20undying%20court_eberron_erlw","p":141,"s":29,"h":1,"n":"The Undying Court"},{"id":18401,"c":14,"u":"procan_unknown_gos","p":18,"s":33,"h":1,"n":"Procan"},{"id":18402,"c":14,"u":"athreos_theros_mot","p":37,"s":45,"h":1,"n":"Athreos"},{"id":18403,"c":14,"u":"ephara_theros_mot","p":40,"s":45,"h":1,"n":"Ephara"},{"id":18404,"c":14,"u":"erebos_theros_mot","p":43,"s":45,"h":1,"n":"Erebos"},{"id":18405,"c":14,"u":"heliod_theros_mot","p":46,"s":45,"h":1,"n":"Heliod"},{"id":18406,"c":14,"u":"iroas_theros_mot","p":49,"s":45,"h":1,"n":"Iroas"},{"id":18407,"c":14,"u":"karametra_theros_mot","p":52,"s":45,"h":1,"n":"Karametra"},{"id":18408,"c":14,"u":"keranos_theros_mot","p":55,"s":45,"h":1,"n":"Keranos"},{"id":18409,"c":14,"u":"klothys_theros_mot","p":58,"s":45,"h":1,"n":"Klothys"},{"id":18410,"c":14,"u":"kruphix_theros_mot","p":61,"s":45,"h":1,"n":"Kruphix"},{"id":18411,"c":14,"u":"mogis_theros_mot","p":64,"s":45,"h":1,"n":"Mogis"},{"id":18412,"c":14,"u":"nylea_theros_mot","p":67,"s":45,"h":1,"n":"Nylea"},{"id":18413,"c":14,"u":"pharika_theros_mot","p":70,"s":45,"h":1,"n":"Pharika"},{"id":18414,"c":14,"u":"phenax_theros_mot","p":73,"s":45,"h":1,"n":"Phenax"},{"id":18415,"c":14,"u":"purphoros_theros_mot","p":76,"s":45,"h":1,"n":"Purphoros"},{"id":18416,"c":14,"u":"thassa_theros_mot","p":79,"s":45,"h":1,"n":"Thassa"},{"id":18417,"c":14,"u":"abbathor_dwarven_mtf","p":73,"s":47,"h":1,"n":"Abbathor"},{"id":18418,"c":14,"u":"aerdrie%20faenya_elven_mtf","p":43,"s":47,"h":1,"n":"Aerdrie Faenya"},{"id":18419,"c":14,"u":"alathrien%20druanna_elven_mtf","p":43,"s":47,"h":1,"n":"Alathrien Druanna"},{"id":18420,"c":14,"u":"alobal%20lorfiril_elven_mtf","p":43,"s":47,"h":1,"n":"Alobal Lorfiril"},{"id":18421,"c":14,"u":"angharradh_elven_mtf","p":43,"s":47,"h":1,"n":"Angharradh"},{"id":18422,"c":14,"u":"araleth%20letheranil_elven_mtf","p":43,"s":47,"h":1,"n":"Araleth Letheranil"},{"id":18423,"c":14,"u":"arvoreen_halfling_mtf","p":103,"s":47,"h":1,"n":"Arvoreen"},{"id":18424,"c":14,"u":"baervan%20wildwanderer_gnome_mtf","p":111,"s":47,"h":1,"n":"Baervan Wildwanderer"},{"id":18425,"c":14,"u":"baravar%20cloakshadow_gnome_mtf","p":111,"s":47,"h":1,"n":"Baravar Cloakshadow"},{"id":18426,"c":14,"u":"berronar%20truesilver_dwarven_mtf","p":73,"s":47,"h":1,"n":"Berronar Truesilver"},{"id":18427,"c":14,"u":"bleredd_gnome_mtf","p":110,"s":47,"h":1,"n":"Bleredd"},{"id":18428,"c":14,"u":"brandobaris_halfling_mtf","p":104,"s":47,"h":1,"n":"Brandobaris"},{"id":18429,"c":14,"u":"callarduran%20smoothhands_gnome_mtf","p":111,"s":47,"h":1,"n":"Callarduran Smoothhands"},{"id":18430,"c":14,"u":"charmalaine_halfling_mtf","p":103,"s":47,"h":1,"n":"Charmalaine"},{"id":18431,"c":14,"u":"clangeddin%20silverbeard_dwarven_mtf","p":73,"s":47,"h":1,"n":"Clangeddin Silverbeard"},{"id":18432,"c":14,"u":"corellon%20larethian_elven_mtf","p":43,"s":47,"h":1,"n":"Corellon Larethian"},{"id":18433,"c":14,"u":"cyrrollalee_halfling_mtf","p":104,"s":47,"h":1,"n":"Cyrrollalee"},{"id":18434,"c":14,"u":"darahl%20tilvenar_elven_mtf","p":43,"s":47,"h":1,"n":"Darahl Tilvenar"},{"id":18435,"c":14,"u":"deep%20duerra_duergar_mtf","p":79,"s":47,"h":1,"n":"Deep Duerra"},{"id":18436,"c":14,"u":"deep%20sashelas_elven_mtf","p":48,"s":47,"h":1,"n":"Deep Sashelas"},{"id":18437,"c":14,"u":"dugmaren%20brightmantle_dwarven_mtf","p":73,"s":47,"h":1,"n":"Dugmaren Brightmantle"},{"id":18438,"c":14,"u":"dumathoin_dwarven_mtf","p":73,"s":47,"h":1,"n":"Dumathoin"},{"id":18439,"c":14,"u":"eilistraee_drow_mtf","p":56,"s":47,"h":1,"n":"Eilistraee"},{"id":18440,"c":14,"u":"elebrin%20liothiel_elven_mtf","p":43,"s":47,"h":1,"n":"Elebrin liothiel"},{"id":18441,"c":14,"u":"erevan%20ilesere_elven_mtf","p":43,"s":47,"h":1,"n":"Erevan Ilesere"},{"id":18442,"c":14,"u":"fenmarel%20mestarine_elven_mtf","p":43,"s":47,"h":1,"n":"Fenmarel Mestarine"},{"id":18443,"c":14,"u":"flandal%20steelskin_gnome_mtf","p":111,"s":47,"h":1,"n":"Flandal Steelskin"},{"id":18444,"c":14,"u":"gadhelyn_elven_mtf","p":43,"s":47,"h":1,"n":"Gadhelyn"},{"id":18445,"c":14,"u":"gaerdal%20ironhand_gnome_mtf","p":112,"s":47,"h":1,"n":"Gaerdal Ironhand"},{"id":18446,"c":14,"u":"garl%20glittergold_gnome_mtf","p":111,"s":47,"h":1,"n":"Garl Glittergold"},{"id":18447,"c":14,"u":"gelf%20darkhearth_gnome_mtf","p":110,"s":47,"h":1,"n":"Gelf Darkhearth"},{"id":18448,"c":14,"u":"ghaunadaur_drow_mtf","p":53,"s":47,"h":1,"n":"Ghaunadaur"},{"id":18449,"c":14,"u":"gorm%20gulthyn_dwarven_mtf","p":73,"s":47,"h":1,"n":"Gorm Gulthyn"},{"id":18450,"c":14,"u":"haela%20brightaxe_dwarven_mtf","p":73,"s":47,"h":1,"n":"Haela Brightaxe"},{"id":18451,"c":14,"u":"hanali%20celanil_elven_mtf","p":45,"s":47,"h":1,"n":"Hanali Celanil"},{"id":18452,"c":14,"u":"hanseath_dwarven_mtf","p":73,"s":47,"h":1,"n":"Hanseath"},{"id":18453,"c":14,"u":"keptolo_drow_mtf","p":54,"s":47,"h":1,"n":"Keptolo"},{"id":18454,"c":14,"u":"kiaransalee_drow_mtf","p":54,"s":47,"h":1,"n":"Kiaransalee"},{"id":18455,"c":14,"u":"kirith%20sotheril_elven_mtf","p":43,"s":47,"h":1,"n":"Kirith Sotheril"},{"id":18456,"c":14,"u":"labelas%20enoreth_elven_mtf","p":45,"s":47,"h":1,"n":"Labelas Enoreth"},{"id":18457,"c":14,"u":"laduguer_duergar_mtf","p":79,"s":47,"h":1,"n":"Laduguer"},{"id":18458,"c":14,"u":"lolth_drow_mtf","p":53,"s":47,"h":1,"n":"Lolth"},{"id":18459,"c":14,"u":"malyk_drow_mtf","p":54,"s":47,"h":1,"n":"Malyk"},{"id":18460,"c":14,"u":"marthammor%20duin_dwarven_mtf","p":73,"s":47,"h":1,"n":"Marthammor Duin"},{"id":18461,"c":14,"u":"melira%20taralen_elven_mtf","p":43,"s":47,"h":1,"n":"Melira Taralen"},{"id":18462,"c":14,"u":"moradin_dwarven_mtf","p":72,"s":47,"h":1,"n":"Moradin"},{"id":18463,"c":14,"u":"muamman%20duathal_dwarven_mtf","p":73,"s":47,"h":1,"n":"Muamman Duathal"},{"id":18464,"c":14,"u":"mya_dwarven_mtf","p":73,"s":47,"h":1,"n":"Mya"},{"id":18465,"c":14,"u":"mythrien%20sarath_elven_mtf","p":43,"s":47,"h":1,"n":"Mythrien Sarath"},{"id":18466,"c":14,"u":"naralis%20analor_elven_mtf","p":43,"s":47,"h":1,"n":"Naralis Analor"},{"id":18467,"c":14,"u":"nebelun_gnome_mtf","p":112,"s":47,"h":1,"n":"Nebelun"},{"id":18468,"c":14,"u":"rellavar%20danuvien_elven_mtf","p":43,"s":47,"h":1,"n":"Rellavar Danuvien"},{"id":18469,"c":14,"u":"rill%20cleverthrush_gnome_mtf","p":110,"s":47,"h":1,"n":"Rill Cleverthrush"},{"id":18470,"c":14,"u":"rillifane%20rallathil_elven_mtf","p":46,"s":47,"h":1,"n":"Rillifane Rallathil"},{"id":18471,"c":14,"u":"roknar_dwarven_mtf","p":73,"s":47,"h":1,"n":"Roknar"},{"id":18472,"c":14,"u":"sarula%20iliene_elven_mtf","p":43,"s":47,"h":1,"n":"Sarula Iliene"},{"id":18473,"c":14,"u":"segojan%20earthcaller_gnome_mtf","p":112,"s":47,"h":1,"n":"Segojan Earthcaller"},{"id":18474,"c":14,"u":"sehanine%20moonbow_elven_mtf","p":46,"s":47,"h":1,"n":"Sehanine Moonbow"},{"id":18475,"c":14,"u":"selvetarm_drow_mtf","p":54,"s":47,"h":1,"n":"Selvetarm"},{"id":18476,"c":14,"u":"sharindlar_dwarven_mtf","p":73,"s":47,"h":1,"n":"Sharindlar"},{"id":18477,"c":14,"u":"sheela%20peryroyl_halfling_mtf","p":103,"s":47,"h":1,"n":"Sheela Peryroyl"},{"id":18478,"c":14,"u":"shevarash_elven_mtf","p":43,"s":47,"h":1,"n":"Shevarash"},{"id":18479,"c":14,"u":"sheyanna%20flaxenstrand_gnome_mtf","p":110,"s":47,"h":1,"n":"Sheyanna Flaxenstrand"},{"id":18480,"c":14,"u":"solonor%20thelandira_elven_mtf","p":43,"s":47,"h":1,"n":"Solonor Thelandira"},{"id":18481,"c":14,"u":"tarsellis%20meunniduin_elven_mtf","p":43,"s":47,"h":1,"n":"Tarsellis Meunniduin"},{"id":18482,"c":14,"u":"tethrin%20verald%c3%a9_elven_mtf","p":43,"s":47,"h":1,"n":"Tethrin Veralde"},{"id":18483,"c":14,"u":"thard%20harr_dwarven_mtf","p":73,"s":47,"h":1,"n":"Thard Harr"},{"id":18484,"c":14,"u":"tharmekh%c3%bbl_dwarven_mtf","p":73,"s":47,"h":1,"n":"Tharmekhul"},{"id":18485,"c":14,"u":"thautam_dwarven_mtf","p":73,"s":47,"h":1,"n":"Thautam"},{"id":18486,"c":14,"u":"ulaa_dwarven_mtf","p":73,"s":47,"h":1,"n":"Ulaa"},{"id":18487,"c":14,"u":"urdlen_gnome_mtf","p":112,"s":47,"h":1,"n":"Urdlen"},{"id":18488,"c":14,"u":"urogalan_halfling_mtf","p":104,"s":47,"h":1,"n":"Urogalan"},{"id":18489,"c":14,"u":"valkauna_dwarven_mtf","p":73,"s":47,"h":1,"n":"Valkauna"},{"id":18490,"c":14,"u":"vandria%20gilmadrith_elven_mtf","p":43,"s":47,"h":1,"n":"Vandria Gilmadrith"},{"id":18491,"c":14,"u":"vergadain_dwarven_mtf","p":73,"s":47,"h":1,"n":"Vergadain"},{"id":18492,"c":14,"u":"vhaeraun_drow_mtf","p":55,"s":47,"h":1,"n":"Vhaeraun"},{"id":18493,"c":14,"u":"ye'cind_elven_mtf","p":43,"s":47,"h":1,"n":"Ye'Cind"},{"id":18494,"c":14,"u":"yondalla_halfling_mtf","p":102,"s":47,"h":1,"n":"Yondalla"},{"id":18495,"c":14,"u":"zandilar_elven_mtf","p":43,"s":47,"h":1,"n":"Zandilar"},{"id":18496,"c":14,"u":"zinzerena_drow_mtf","p":56,"s":47,"h":1,"n":"Zinzerena"},{"id":18497,"c":14,"u":"aegir_norse_phb","p":299,"s":51,"h":1,"n":"Aegir"},{"id":18498,"c":14,"u":"anubis_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Anubis"},{"id":18499,"c":14,"u":"apep_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Apep"},{"id":18500,"c":14,"u":"aphrodite_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Aphrodite"},{"id":18501,"c":14,"u":"apollo_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Apollo"},{"id":18502,"c":14,"u":"arawai_eberron_phb","p":296,"s":51,"h":1,"n":"Arawai"},{"id":18503,"c":14,"u":"arawn_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Arawn"},{"id":18504,"c":14,"u":"ares_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Ares"},{"id":18505,"c":14,"u":"artemis_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Artemis"},{"id":18506,"c":14,"u":"athena_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Athena"},{"id":18507,"c":14,"u":"aureon_eberron_phb","p":296,"s":51,"h":1,"n":"Aureon"},{"id":18508,"c":14,"u":"auril_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Auril"},{"id":18509,"c":14,"u":"azuth_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Azuth"},{"id":18510,"c":14,"u":"bahamut_nonhuman_phb","p":296,"s":51,"h":1,"n":"Bahamut"},{"id":18511,"c":14,"u":"balder_norse_phb","p":299,"s":51,"h":1,"n":"Balder"},{"id":18512,"c":14,"u":"balinor_eberron_phb","p":296,"s":51,"h":1,"n":"Balinor"},{"id":18513,"c":14,"u":"bane_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Bane"},{"id":18514,"c":14,"u":"bast_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Bast"},{"id":18515,"c":14,"u":"belenus_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Belenus"},{"id":18516,"c":14,"u":"beory_greyhawk_phb","p":295,"s":51,"h":1,"n":"Beory"},{"id":18517,"c":14,"u":"bes_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Bes"},{"id":18518,"c":14,"u":"beshaba_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Beshaba"},{"id":18519,"c":14,"u":"bhaal_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Bhaal"},{"id":18520,"c":14,"u":"blibdoolpoolp_nonhuman_phb","p":296,"s":51,"h":1,"n":"Blibdoolpoolp"},{"id":18521,"c":14,"u":"boccob_greyhawk_phb","p":295,"s":51,"h":1,"n":"Boccob"},{"id":18522,"c":14,"u":"boldrei_eberron_phb","p":296,"s":51,"h":1,"n":"Boldrei"},{"id":18523,"c":14,"u":"branchala_dragonlance_phb","p":295,"s":51,"h":1,"n":"Branchala"},{"id":18524,"c":14,"u":"brigantia_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Brigantia"},{"id":18525,"c":14,"u":"celestian_greyhawk_phb","p":295,"s":51,"h":1,"n":"Celestian"},{"id":18526,"c":14,"u":"chauntea_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Chauntea"},{"id":18527,"c":14,"u":"chemosh_dragonlance_phb","p":295,"s":51,"h":1,"n":"Chemosh"},{"id":18528,"c":14,"u":"chislev_dragonlance_phb","p":295,"s":51,"h":1,"n":"Chislev"},{"id":18529,"c":14,"u":"corellon%20larethian_nonhuman_phb","p":296,"s":51,"h":1,"n":"Corellon Larethian"},{"id":18530,"c":14,"u":"cults%20of%20the%20dragon%20below_eberron_phb","p":296,"s":51,"h":1,"n":"Cults of the Dragon Below"},{"id":18531,"c":14,"u":"cyric_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Cyric"},{"id":18532,"c":14,"u":"deep%20sashelas_nonhuman_phb","p":296,"s":51,"h":1,"n":"Deep Sashelas"},{"id":18533,"c":14,"u":"demeter_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Demeter"},{"id":18534,"c":14,"u":"deneir_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Deneir"},{"id":18535,"c":14,"u":"diancecht_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Diancecht"},{"id":18536,"c":14,"u":"dionysus_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Dionysus"},{"id":18537,"c":14,"u":"dol%20arrah_eberron_phb","p":296,"s":51,"h":1,"n":"Dol Arrah"},{"id":18538,"c":14,"u":"dol%20dorn_eberron_phb","p":296,"s":51,"h":1,"n":"Dol Dorn"},{"id":18539,"c":14,"u":"dunatis_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Dunatis"},{"id":18540,"c":14,"u":"eadro_nonhuman_phb","p":296,"s":51,"h":1,"n":"Eadro"},{"id":18541,"c":14,"u":"ehlonna_greyhawk_phb","p":295,"s":51,"h":1,"n":"Ehlonna"},{"id":18542,"c":14,"u":"eldath_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Eldath"},{"id":18543,"c":14,"u":"erythnul_greyhawk_phb","p":295,"s":51,"h":1,"n":"Erythnul"},{"id":18544,"c":14,"u":"fharlanghn_greyhawk_phb","p":295,"s":51,"h":1,"n":"Fharlanghn"},{"id":18545,"c":14,"u":"forseti_norse_phb","p":299,"s":51,"h":1,"n":"Forseti"},{"id":18546,"c":14,"u":"frey_norse_phb","p":299,"s":51,"h":1,"n":"Frey"},{"id":18547,"c":14,"u":"freya_norse_phb","p":299,"s":51,"h":1,"n":"Freya"},{"id":18548,"c":14,"u":"frigga_norse_phb","p":299,"s":51,"h":1,"n":"Frigga"},{"id":18549,"c":14,"u":"garl%20glittergold_nonhuman_phb","p":296,"s":51,"h":1,"n":"Garl Glittergold"},{"id":18550,"c":14,"u":"gilean_dragonlance_phb","p":295,"s":51,"h":1,"n":"Gilean"},{"id":18551,"c":14,"u":"goibhniu_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Goibhniu"},{"id":18552,"c":14,"u":"gond_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Gond"},{"id":18553,"c":14,"u":"grolantor_nonhuman_phb","p":296,"s":51,"h":1,"n":"Grolantor"},{"id":18554,"c":14,"u":"gruumsh_nonhuman_phb","p":296,"s":51,"h":1,"n":"Gruumsh"},{"id":18555,"c":14,"u":"habbakuk_dragonlance_phb","p":295,"s":51,"h":1,"n":"Habbakuk"},{"id":18556,"c":14,"u":"hades_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Hades"},{"id":18557,"c":14,"u":"hathor_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Hathor"},{"id":18558,"c":14,"u":"hecate_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Hecate"},{"id":18559,"c":14,"u":"heimdall_norse_phb","p":299,"s":51,"h":1,"n":"Heimdall"},{"id":18560,"c":14,"u":"heironeous_greyhawk_phb","p":295,"s":51,"h":1,"n":"Heironeous"},{"id":18561,"c":14,"u":"hel_norse_phb","p":299,"s":51,"h":1,"n":"Hel"},{"id":18562,"c":14,"u":"helm_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Helm"},{"id":18563,"c":14,"u":"hephaestus_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Hephaestus"},{"id":18564,"c":14,"u":"hera_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Hera"},{"id":18565,"c":14,"u":"hercules_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Hercules"},{"id":18566,"c":14,"u":"hermes_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Hermes"},{"id":18567,"c":14,"u":"hermod_norse_phb","p":299,"s":51,"h":1,"n":"Hermod"},{"id":18568,"c":14,"u":"hestia_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Hestia"},{"id":18569,"c":14,"u":"hextor_greyhawk_phb","p":295,"s":51,"h":1,"n":"Hextor"},{"id":18570,"c":14,"u":"hiddukel_dragonlance_phb","p":295,"s":51,"h":1,"n":"Hiddukel"},{"id":18571,"c":14,"u":"hruggek_nonhuman_phb","p":296,"s":51,"h":1,"n":"Hruggek"},{"id":18572,"c":14,"u":"ilmater_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Ilmater"},{"id":18573,"c":14,"u":"imhotep_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Imhotep"},{"id":18574,"c":14,"u":"incabulos_greyhawk_phb","p":295,"s":51,"h":1,"n":"Incabulos"},{"id":18575,"c":14,"u":"isis_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Isis"},{"id":18576,"c":14,"u":"istus_greyhawk_phb","p":295,"s":51,"h":1,"n":"Istus"},{"id":18577,"c":14,"u":"iuz_greyhawk_phb","p":295,"s":51,"h":1,"n":"Iuz"},{"id":18578,"c":14,"u":"kelemvor_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Kelemvor"},{"id":18579,"c":14,"u":"kiri-jolith_dragonlance_phb","p":295,"s":51,"h":1,"n":"Kiri-Jolith"},{"id":18580,"c":14,"u":"kol%20korran_eberron_phb","p":296,"s":51,"h":1,"n":"Kol Korran"},{"id":18581,"c":14,"u":"kord_greyhawk_phb","p":295,"s":51,"h":1,"n":"Kord"},{"id":18582,"c":14,"u":"kurtulmak_nonhuman_phb","p":296,"s":51,"h":1,"n":"Kurtulmak"},{"id":18583,"c":14,"u":"laogzed_nonhuman_phb","p":296,"s":51,"h":1,"n":"Laogzed"},{"id":18584,"c":14,"u":"lathander_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Lathander"},{"id":18585,"c":14,"u":"leira_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Leira"},{"id":18586,"c":14,"u":"lliira_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Lliira"},{"id":18587,"c":14,"u":"loki_norse_phb","p":299,"s":51,"h":1,"n":"Loki"},{"id":18588,"c":14,"u":"lolth_nonhuman_phb","p":296,"s":51,"h":1,"n":"Lolth"},{"id":18589,"c":14,"u":"loviatar_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Loviatar"},{"id":18590,"c":14,"u":"lugh_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Lugh"},{"id":18591,"c":14,"u":"lunitari_dragonlance_phb","p":295,"s":51,"h":1,"n":"Lunitari"},{"id":18592,"c":14,"u":"maglubiyet_nonhuman_phb","p":296,"s":51,"h":1,"n":"Maglubiyet"},{"id":18593,"c":14,"u":"majere_dragonlance_phb","p":295,"s":51,"h":1,"n":"Majere"},{"id":18594,"c":14,"u":"malar_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Malar"},{"id":18595,"c":14,"u":"manannan%20mac%20lir_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Manannan mac Lir"},{"id":18596,"c":14,"u":"mask_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Mask"},{"id":18597,"c":14,"u":"math%20mathonwy_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Math Mathonwy"},{"id":18598,"c":14,"u":"mielikki_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Mielikki"},{"id":18599,"c":14,"u":"milil_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Milil"},{"id":18600,"c":14,"u":"mishakal_dragonlance_phb","p":295,"s":51,"h":1,"n":"Mishakal"},{"id":18601,"c":14,"u":"moradin_nonhuman_phb","p":296,"s":51,"h":1,"n":"Moradin"},{"id":18602,"c":14,"u":"morgion_dragonlance_phb","p":295,"s":51,"h":1,"n":"Morgion"},{"id":18603,"c":14,"u":"morrigan_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Morrigan"},{"id":18604,"c":14,"u":"myrkul_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Myrkul"},{"id":18605,"c":14,"u":"mystra_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Mystra"},{"id":18606,"c":14,"u":"nephthys_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Nephthys"},{"id":18607,"c":14,"u":"nerull_greyhawk_phb","p":295,"s":51,"h":1,"n":"Nerull"},{"id":18608,"c":14,"u":"nike_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Nike"},{"id":18609,"c":14,"u":"njord_norse_phb","p":299,"s":51,"h":1,"n":"Njord"},{"id":18610,"c":14,"u":"nuada_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Nuada"},{"id":18611,"c":14,"u":"nuitari_dragonlance_phb","p":295,"s":51,"h":1,"n":"Nuitari"},{"id":18612,"c":14,"u":"obad-hai_greyhawk_phb","p":295,"s":51,"h":1,"n":"Obad-Hai"},{"id":18613,"c":14,"u":"odin_norse_phb","p":299,"s":51,"h":1,"n":"Odin"},{"id":18614,"c":14,"u":"odur_norse_phb","p":299,"s":51,"h":1,"n":"Odur"},{"id":18615,"c":14,"u":"oghma_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Oghma"},{"id":18616,"c":14,"u":"oghma_forgotten%20realms_phb","p":294,"s":51,"h":1,"r":1,"n":"Oghma"},{"id":18617,"c":14,"u":"olidammara_greyhawk_phb","p":295,"s":51,"h":1,"n":"Olidammara"},{"id":18618,"c":14,"u":"olladra_eberron_phb","p":296,"s":51,"h":1,"n":"Olladra"},{"id":18619,"c":14,"u":"onatar_eberron_phb","p":296,"s":51,"h":1,"n":"Onatar"},{"id":18620,"c":14,"u":"osiris_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Osiris"},{"id":18621,"c":14,"u":"paladine_dragonlance_phb","p":295,"s":51,"h":1,"n":"Paladine"},{"id":18622,"c":14,"u":"pan_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Pan"},{"id":18623,"c":14,"u":"pelor_greyhawk_phb","p":295,"s":51,"h":1,"n":"Pelor"},{"id":18624,"c":14,"u":"pholtus_greyhawk_phb","p":295,"s":51,"h":1,"n":"Pholtus"},{"id":18625,"c":14,"u":"poseidon_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Poseidon"},{"id":18626,"c":14,"u":"ptah_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Ptah"},{"id":18627,"c":14,"u":"ralishaz_greyhawk_phb","p":295,"s":51,"h":1,"n":"Ralishaz"},{"id":18628,"c":14,"u":"rao_greyhawk_phb","p":295,"s":51,"h":1,"n":"Rao"},{"id":18629,"c":14,"u":"re-horakhty_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Re-Horakhty"},{"id":18630,"c":14,"u":"reorx_dragonlance_phb","p":295,"s":51,"h":1,"n":"Reorx"},{"id":18631,"c":14,"u":"rillifane%20rallathil_nonhuman_phb","p":296,"s":51,"h":1,"n":"Rillifane Rallathil"},{"id":18632,"c":14,"u":"sargonnas_dragonlance_phb","p":295,"s":51,"h":1,"n":"Sargonnas"},{"id":18633,"c":14,"u":"savras_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Savras"},{"id":18634,"c":14,"u":"sehanine%20moonbow_nonhuman_phb","p":296,"s":51,"h":1,"n":"Sehanine Moonbow"},{"id":18635,"c":14,"u":"sekolah_nonhuman_phb","p":296,"s":51,"h":1,"n":"Sekolah"},{"id":18636,"c":14,"u":"sel%c3%bbne_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Selune"},{"id":18637,"c":14,"u":"semuanya_nonhuman_phb","p":296,"s":51,"h":1,"n":"Semuanya"},{"id":18638,"c":14,"u":"set_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Set"},{"id":18639,"c":14,"u":"shar_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Shar"},{"id":18640,"c":14,"u":"shinare_dragonlance_phb","p":295,"s":51,"h":1,"n":"Shinare"},{"id":18641,"c":14,"u":"sif_norse_phb","p":299,"s":51,"h":1,"n":"Sif"},{"id":18642,"c":14,"u":"silvanus_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"Silvanus"},{"id":18643,"c":14,"u":"silvanus_forgotten%20realms_phb","p":294,"s":51,"h":1,"r":1,"n":"Silvanus"},{"id":18644,"c":14,"u":"sirrion_dragonlance_phb","p":295,"s":51,"h":1,"n":"Sirrion"},{"id":18645,"c":14,"u":"skadi_norse_phb","p":299,"s":51,"h":1,"n":"Skadi"},{"id":18646,"c":14,"u":"skerrit_nonhuman_phb","p":296,"s":51,"h":1,"n":"Skerrit"},{"id":18647,"c":14,"u":"skoraeus%20stonebones_nonhuman_phb","p":296,"s":51,"h":1,"n":"Skoraeus Stonebones"},{"id":18648,"c":14,"u":"sobek_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Sobek"},{"id":18649,"c":14,"u":"solinari_dragonlance_phb","p":295,"s":51,"h":1,"n":"Solinari"},{"id":18650,"c":14,"u":"st.%20cuthbert_greyhawk_phb","p":295,"s":51,"h":1,"n":"St. Cuthbert"},{"id":18651,"c":14,"u":"sune_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Sune"},{"id":18652,"c":14,"u":"surtur_nonhuman_phb","p":296,"s":51,"h":1,"n":"Surtur"},{"id":18653,"c":14,"u":"surtur_norse_phb","p":299,"s":51,"h":1,"n":"Surtur"},{"id":18654,"c":14,"u":"takhisis_dragonlance_phb","p":295,"s":51,"h":1,"n":"Takhisis"},{"id":18655,"c":14,"u":"talona_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Talona"},{"id":18656,"c":14,"u":"talos_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Talos"},{"id":18657,"c":14,"u":"tempus_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Tempus"},{"id":18658,"c":14,"u":"tharizdun_greyhawk_phb","p":295,"s":51,"h":1,"n":"Tharizdun"},{"id":18659,"c":14,"u":"the%20blood%20of%20vol_eberron_phb","p":296,"s":51,"h":1,"n":"The Blood of Vol"},{"id":18660,"c":14,"u":"the%20daghdha_celtic_phb","p":298,"s":51,"h":1,"r":1,"n":"The Daghdha"},{"id":18661,"c":14,"u":"the%20devourer_eberron_phb","p":296,"s":51,"h":1,"n":"The Devourer"},{"id":18662,"c":14,"u":"the%20fury_eberron_phb","p":296,"s":51,"h":1,"n":"The Fury"},{"id":18663,"c":14,"u":"the%20keeper_eberron_phb","p":296,"s":51,"h":1,"n":"The Keeper"},{"id":18664,"c":14,"u":"the%20mockery_eberron_phb","p":296,"s":51,"h":1,"n":"The Mockery"},{"id":18665,"c":14,"u":"the%20path%20of%20light_eberron_phb","p":296,"s":51,"h":1,"n":"The Path of Light"},{"id":18666,"c":14,"u":"the%20shadow_eberron_phb","p":296,"s":51,"h":1,"n":"The Shadow"},{"id":18667,"c":14,"u":"the%20silver%20flame_eberron_phb","p":296,"s":51,"h":1,"n":"The Silver Flame"},{"id":18668,"c":14,"u":"the%20spirits%20of%20the%20past_eberron_phb","p":296,"s":51,"h":1,"n":"The Spirits of the Past"},{"id":18669,"c":14,"u":"the%20traveler_eberron_phb","p":296,"s":51,"h":1,"n":"The Traveler"},{"id":18670,"c":14,"u":"the%20undying%20court_eberron_phb","p":296,"s":51,"h":1,"n":"The Undying Court"},{"id":18671,"c":14,"u":"thor_norse_phb","p":299,"s":51,"h":1,"n":"Thor"},{"id":18672,"c":14,"u":"thoth_egyptian_phb","p":299,"s":51,"h":1,"r":1,"n":"Thoth"},{"id":18673,"c":14,"u":"thrym_nonhuman_phb","p":296,"s":51,"h":1,"n":"Thrym"},{"id":18674,"c":14,"u":"thrym_norse_phb","p":299,"s":51,"h":1,"n":"Thrym"},{"id":18675,"c":14,"u":"tiamat_nonhuman_phb","p":296,"s":51,"h":1,"n":"Tiamat"},{"id":18676,"c":14,"u":"torm_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Torm"},{"id":18677,"c":14,"u":"trithereon_greyhawk_phb","p":295,"s":51,"h":1,"n":"Trithereon"},{"id":18678,"c":14,"u":"tyche_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Tyche"},{"id":18679,"c":14,"u":"tymora_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Tymora"},{"id":18680,"c":14,"u":"tyr_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Tyr"},{"id":18681,"c":14,"u":"tyr_norse_phb","p":299,"s":51,"h":1,"n":"Tyr"},{"id":18682,"c":14,"u":"ulaa_greyhawk_phb","p":295,"s":51,"h":1,"n":"Ulaa"},{"id":18683,"c":14,"u":"uller_norse_phb","p":299,"s":51,"h":1,"n":"Uller"},{"id":18684,"c":14,"u":"umberlee_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Umberlee"},{"id":18685,"c":14,"u":"vecna_greyhawk_phb","p":295,"s":51,"h":1,"n":"Vecna"},{"id":18686,"c":14,"u":"waukeen_forgotten%20realms_phb","p":294,"s":51,"h":1,"n":"Waukeen"},{"id":18687,"c":14,"u":"wee%20jas_greyhawk_phb","p":295,"s":51,"h":1,"n":"Wee Jas"},{"id":18688,"c":14,"u":"yondalla_nonhuman_phb","p":296,"s":51,"h":1,"n":"Yondalla"},{"id":18689,"c":14,"u":"zeboim_dragonlance_phb","p":295,"s":51,"h":1,"n":"Zeboim"},{"id":18690,"c":14,"u":"zeus_greek_phb","p":298,"s":51,"h":1,"r":1,"n":"Zeus"},{"id":18691,"c":14,"u":"zivilyn_dragonlance_phb","p":295,"s":51,"h":1,"n":"Zivilyn"},{"id":18692,"c":14,"u":"azgrah_exandria_tdcsr","p":40,"s":60,"h":1,"dP":1,"n":"Azgrah"},{"id":18693,"c":14,"u":"galdric_exandria_tdcsr","p":40,"s":60,"h":1,"dP":1,"n":"Galdric"},{"id":18694,"c":14,"u":"graz'tchar_exandria_tdcsr","p":40,"s":60,"h":1,"dP":1,"n":"Graz'tchar"},{"id":18695,"c":14,"u":"khedive%20xundi_exandria_tdcsr","p":40,"s":60,"h":1,"dP":1,"n":"Khedive Xundi"},{"id":18696,"c":14,"u":"the%20all-hammer_exandria_tdcsr","p":31,"s":60,"h":1,"dP":1,"n":"The All-Hammer"},{"id":18697,"c":14,"u":"the%20arch%20heart_exandria_tdcsr","p":29,"s":60,"h":1,"dP":1,"n":"The Arch Heart"},{"id":18698,"c":14,"u":"the%20chained%20oblivion_exandria_tdcsr","p":36,"s":60,"h":1,"dP":1,"n":"The Chained Oblivion"},{"id":18699,"c":14,"u":"the%20changebringer_exandria_tdcsr","p":28,"s":60,"h":1,"dP":1,"n":"The Changebringer"},{"id":18700,"c":14,"u":"the%20cloaked%20serpent_exandria_tdcsr","p":38,"s":60,"h":1,"dP":1,"n":"The Cloaked Serpent"},{"id":18701,"c":14,"u":"the%20crawling%20king_exandria_tdcsr","p":37,"s":60,"h":1,"dP":1,"n":"The Crawling King"},{"id":18702,"c":14,"u":"the%20dawnfather_exandria_tdcsr","p":32,"s":60,"h":1,"dP":1,"n":"The Dawnfather"},{"id":18703,"c":14,"u":"the%20everlight_exandria_tdcsr","p":32,"s":60,"h":1,"dP":1,"n":"The Everlight"},{"id":18704,"c":14,"u":"the%20knowing%20mentor_exandria_tdcsr","p":30,"s":60,"h":1,"dP":1,"n":"The Knowing Mentor"},{"id":18705,"c":14,"u":"the%20lawbearer_exandria_tdcsr","p":29,"s":60,"h":1,"dP":1,"n":"The Lawbearer"},{"id":18706,"c":14,"u":"the%20lord%20of%20the%20hells_exandria_tdcsr","p":34,"s":60,"h":1,"dP":1,"n":"The Lord of the Hells"},{"id":18707,"c":14,"u":"the%20lost%20beacon%20of%20unknown%20light_exandria_tdcsr","p":41,"s":60,"h":1,"dP":1,"n":"The Lost Beacon of Unknown Light"},{"id":18708,"c":14,"u":"the%20matron%20of%20ravens_exandria_tdcsr","p":32,"s":60,"h":1,"dP":1,"n":"The Matron of Ravens"},{"id":18709,"c":14,"u":"the%20moonweaver_exandria_tdcsr","p":33,"s":60,"h":1,"dP":1,"n":"The Moonweaver"},{"id":18710,"c":14,"u":"the%20observer_exandria_tdcsr","p":41,"s":60,"h":1,"dP":1,"n":"The Observer"},{"id":18711,"c":14,"u":"the%20platinum%20dragon_exandria_tdcsr","p":28,"s":60,"h":1,"dP":1,"n":"The Platinum Dragon"},{"id":18712,"c":14,"u":"the%20ruiner_exandria_tdcsr","p":35,"s":60,"h":1,"dP":1,"n":"The Ruiner"},{"id":18713,"c":14,"u":"the%20scaled%20tyrant_exandria_tdcsr","p":37,"s":60,"h":1,"dP":1,"n":"The Scaled Tyrant"},{"id":18714,"c":14,"u":"the%20sightless_exandria_tdcsr","p":41,"s":60,"h":1,"dP":1,"n":"The Sightless"},{"id":18715,"c":14,"u":"the%20spider%20queen_exandria_tdcsr","p":35,"s":60,"h":1,"dP":1,"n":"The Spider Queen"},{"id":18716,"c":14,"u":"the%20stormlord_exandria_tdcsr","p":30,"s":60,"h":1,"dP":1,"n":"The Stormlord"},{"id":18717,"c":14,"u":"the%20strife%20emperor_exandria_tdcsr","p":34,"s":60,"h":1,"dP":1,"n":"The Strife Emperor"},{"id":18718,"c":14,"u":"the%20traveler_exandria_tdcsr","p":42,"s":60,"h":1,"dP":1,"n":"The Traveler"},{"id":18719,"c":14,"u":"the%20whispered%20one_exandria_tdcsr","p":38,"s":60,"h":1,"dP":1,"n":"The Whispered One"},{"id":18720,"c":14,"u":"the%20wildmother_exandria_tdcsr","p":31,"s":60,"h":1,"dP":1,"n":"The Wildmother"},{"id":18721,"c":14,"u":"vesh_exandria_tdcsr","p":42,"s":60,"h":1,"dP":1,"n":"Vesh"},{"id":18722,"c":14,"u":"bahgtru_orc_vgm","p":83,"s":66,"h":1,"n":"Bahgtru"},{"id":18723,"c":14,"u":"dendar_yuan-ti_vgm","p":93,"s":66,"h":1,"n":"Dendar"},{"id":18724,"c":14,"u":"gruumsh_orc_vgm","p":82,"s":66,"h":1,"n":"Gruumsh"},{"id":18725,"c":14,"u":"ilneval_orc_vgm","p":83,"s":66,"h":1,"n":"Ilneval"},{"id":18726,"c":14,"u":"luthic_orc_vgm","p":84,"s":66,"h":1,"n":"Luthic"},{"id":18727,"c":14,"u":"merrshaulk_yuan-ti_vgm","p":94,"s":66,"h":1,"n":"Merrshaulk"},{"id":18728,"c":14,"u":"shargaas_orc_vgm","p":84,"s":66,"h":1,"n":"Shargaas"},{"id":18729,"c":14,"u":"sseth_yuan-ti_vgm","p":94,"s":66,"h":1,"n":"Sseth"},{"id":18730,"c":14,"u":"yurtrus_orc_vgm","p":84,"s":66,"h":1,"n":"Yurtrus"},{"id":18731,"c":14,"u":"ezra_unknown_vrgr","p":64,"s":67,"h":1,"n":"Ezra"},{"id":18732,"c":15,"u":"unborn%20palanquin_bmt","p":173,"s":1,"h":1,"n":"Unborn Palanquin"},{"id":18733,"c":15,"u":"eldritch%20cannon%2c%20flamethrower_tce","p":17,"s":4,"h":1,"n":"Eldritch Cannon, Flamethrower"},{"id":18734,"c":15,"u":"eldritch%20cannon%2c%20force%20ballista_tce","p":17,"s":4,"h":1,"n":"Eldritch Cannon, Force Ballista"},{"id":18735,"c":15,"u":"eldritch%20cannon%2c%20protector_tce","p":17,"s":4,"h":1,"n":"Eldritch Cannon, Protector"},{"id":18736,"c":15,"u":"ballista_xdmg","p":96,"s":5,"h":1,"n":"Ballista"},{"id":18737,"c":15,"u":"cannon_xdmg","p":96,"s":5,"h":1,"n":"Cannon"},{"id":18738,"c":15,"u":"flamethrower%20coach_xdmg","p":96,"s":5,"h":1,"n":"Flamethrower Coach"},{"id":18739,"c":15,"u":"keg%20launcher_xdmg","p":96,"s":5,"h":1,"n":"Keg Launcher"},{"id":18740,"c":15,"u":"lightning%20cannon_xdmg","p":96,"s":5,"h":1,"n":"Lightning Cannon"},{"id":18741,"c":15,"u":"mangonel_xdmg","p":97,"s":5,"h":1,"n":"Mangonel"},{"id":18742,"c":15,"u":"ram_xdmg","p":97,"s":5,"h":1,"n":"Ram"},{"id":18743,"c":15,"u":"siege%20tower_xdmg","p":97,"s":5,"h":1,"n":"Siege Tower"},{"id":18744,"c":15,"u":"suspended%20cauldron_xdmg","p":97,"s":5,"h":1,"n":"Suspended Cauldron"},{"id":18745,"c":15,"u":"trebuchet_xdmg","p":97,"s":5,"h":1,"n":"Trebuchet"},{"id":18746,"c":15,"u":"ballista_dmg","p":255,"s":24,"h":1,"n":"Ballista"},{"id":18747,"c":15,"u":"cannon_dmg","p":255,"s":24,"h":1,"n":"Cannon"},{"id":18748,"c":15,"u":"generic%20object_dmg","p":246,"s":24,"h":1,"r":1,"n":"Generic Object"},{"id":18749,"c":15,"u":"mangonel_dmg","p":255,"s":24,"h":1,"n":"Mangonel"},{"id":18750,"c":15,"u":"ram_dmg","p":255,"s":24,"h":1,"n":"Ram"},{"id":18751,"c":15,"u":"siege%20tower_dmg","p":256,"s":24,"h":1,"n":"Siege Tower"},{"id":18752,"c":15,"u":"suspended%20cauldron_dmg","p":255,"s":24,"h":1,"n":"Suspended Cauldron"},{"id":18753,"c":15,"u":"trebuchet_dmg","p":256,"s":24,"h":1,"n":"Trebuchet"},{"id":18754,"c":15,"u":"boilerdrak_dsotdq","p":189,"s":27,"h":1,"n":"Boilerdrak"},{"id":18755,"c":15,"u":"gnomeflinger_dsotdq","p":189,"s":27,"h":1,"n":"Gnomeflinger"},{"id":18756,"c":15,"u":"ice%20troll%20heart_idrotf","p":294,"s":37,"h":1,"n":"Ice Troll Heart"},{"id":18757,"c":15,"u":"spirit%20blister_jttrc","p":142,"s":38,"h":1,"n":"Spirit Blister"},{"id":18758,"c":15,"u":"captain%20a-hole_rmbre","p":21,"s":54,"h":1,"dP":1,"n":"Captain A-Hole"},{"id":18759,"c":15,"u":"the%20head_rmbre","p":25,"s":54,"h":1,"dP":1,"n":"The Head"},{"id":18760,"c":15,"u":"gulthias%20tree_tftyp","p":31,"s":61,"h":1,"n":"Gulthias Tree"},{"id":18761,"c":16,"u":"balance%20and%20ruin_bmt","p":29,"s":1,"h":1,"n":"Balance and Ruin"},{"id":18762,"c":16,"u":"surface%20of%20the%20sun_bmt","p":30,"s":1,"h":1,"n":"Surface of the Sun"},{"id":18763,"c":16,"u":"test%20of%20the%20empty%20moon_bmt","p":31,"s":1,"h":1,"n":"Test of the Empty Moon"},{"id":18764,"c":16,"u":"collapsing%20roof_xdmg","p":100,"s":5,"h":1,"n":"Collapsing Roof"},{"id":18765,"c":16,"u":"falling%20net_xdmg","p":100,"s":5,"h":1,"n":"Falling Net"},{"id":18766,"c":16,"u":"fire-casting%20statue_xdmg","p":102,"s":5,"h":1,"n":"Fire-Casting Statue"},{"id":18767,"c":16,"u":"hidden%20pit_xdmg","p":102,"s":5,"h":1,"n":"Hidden Pit"},{"id":18768,"c":16,"u":"poisoned%20darts_xdmg","p":101,"s":5,"h":1,"n":"Poisoned Darts"},{"id":18769,"c":16,"u":"poisoned%20needle_xdmg","p":102,"s":5,"h":1,"n":"Poisoned Needle"},{"id":18770,"c":16,"u":"rolling%20stone_xdmg","p":102,"s":5,"h":1,"n":"Rolling Stone"},{"id":18771,"c":16,"u":"spiked%20pit_xdmg","p":103,"s":5,"h":1,"n":"Spiked Pit"},{"id":18772,"c":16,"u":"bear%20trap_xge","p":113,"s":6,"h":1,"n":"Bear Trap"},{"id":18773,"c":16,"u":"crossbow%20trap_xge","p":113,"s":6,"h":1,"n":"Crossbow Trap"},{"id":18774,"c":16,"u":"falling%20portcullis_xge","p":113,"s":6,"h":1,"n":"Falling Portcullis"},{"id":18775,"c":16,"u":"fiery%20blast%20trap_xge","p":113,"s":6,"h":1,"n":"Fiery Blast Trap"},{"id":18776,"c":16,"u":"net%20trap_xge","p":113,"s":6,"h":1,"n":"Net Trap"},{"id":18777,"c":16,"u":"path%20of%20blades_xge","p":118,"s":6,"h":1,"n":"Path of Blades"},{"id":18778,"c":16,"u":"pit%20trap_xge","p":114,"s":6,"h":1,"n":"Pit Trap"},{"id":18779,"c":16,"u":"poison%20needle%20trap_xge","p":114,"s":6,"h":1,"n":"Poison Needle Trap"},{"id":18780,"c":16,"u":"poisoned%20tempest_xge","p":120,"s":6,"h":1,"n":"Poisoned Tempest"},{"id":18781,"c":16,"u":"scything%20blade%20trap_xge","p":114,"s":6,"h":1,"n":"Scything Blade Trap"},{"id":18782,"c":16,"u":"sleep%20of%20ages%20trap_xge","p":114,"s":6,"h":1,"n":"Sleep of Ages Trap"},{"id":18783,"c":16,"u":"sphere%20of%20crushing%20doom_xge","p":119,"s":6,"h":1,"n":"Sphere of Crushing Doom"},{"id":18784,"c":16,"u":"collapsing%20roof_dmg","p":122,"s":24,"h":1,"r":1,"n":"Collapsing Roof"},{"id":18785,"c":16,"u":"falling%20net_dmg","p":122,"s":24,"h":1,"r":1,"n":"Falling Net"},{"id":18786,"c":16,"u":"fire-breathing%20statue_dmg","p":122,"s":24,"h":1,"r":1,"n":"Fire-Breathing Statue"},{"id":18787,"c":16,"u":"pits_dmg","p":122,"s":24,"h":1,"r":1,"n":"Pits"},{"id":18788,"c":16,"u":"poison%20darts_dmg","p":123,"s":24,"h":1,"r":1,"n":"Poison Darts"},{"id":18789,"c":16,"u":"poison%20needle_dmg","p":123,"s":24,"h":1,"r":1,"n":"Poison Needle"},{"id":18790,"c":16,"u":"rolling%20sphere_dmg","p":123,"s":24,"h":1,"r":1,"n":"Rolling Sphere"},{"id":18791,"c":16,"u":"sphere%20of%20annihilation_dmg","p":123,"s":24,"h":1,"r":1,"n":"Sphere of Annihilation"},{"id":18792,"c":16,"u":"danse%20macabre_vrgr","p":197,"s":67,"h":1,"n":"Danse Macabre"},{"id":18793,"c":16,"u":"faceless%20malice_vrgr","p":197,"s":67,"h":1,"n":"Faceless Malice"},{"id":18794,"c":16,"u":"icon%20of%20the%20lower%20aerial%20kingdoms_vrgr","p":197,"s":67,"h":1,"n":"Icon of the Lower Aerial Kingdoms"},{"id":18795,"c":16,"u":"morbid%20memory_vrgr","p":198,"s":67,"h":1,"n":"Morbid Memory"},{"id":18796,"c":16,"u":"malfunctioning%20phase%20transference%20emitter_azfyt","p":9,"s":112,"h":1,"n":"Malfunctioning Phase Transference Emitter"},{"id":18797,"c":16,"u":"death%20fog%20trap_rtg","p":19,"s":100,"h":1,"n":"Death Fog Trap"},{"id":18798,"c":17,"u":"avalanche_tce","p":169,"s":4,"h":1,"n":"Avalanche"},{"id":18799,"c":17,"u":"falling%20into%20water_tce","p":170,"s":4,"h":1,"n":"Falling into Water"},{"id":18800,"c":17,"u":"falling%20onto%20a%20creature_tce","p":170,"s":4,"h":1,"n":"Falling onto a Creature"},{"id":18801,"c":17,"u":"flame%20storm_tce","p":163,"s":4,"h":1,"n":"Flame Storm"},{"id":18802,"c":17,"u":"flaywind_tce","p":163,"s":4,"h":1,"n":"Flaywind"},{"id":18803,"c":17,"u":"necrotic%20tempest_tce","p":163,"s":4,"h":1,"n":"Necrotic Tempest"},{"id":18804,"c":17,"u":"thrym's%20howl_tce","p":163,"s":4,"h":1,"n":"Thrym's Howl"},{"id":18805,"c":17,"u":"brown%20mold_xdmg","p":76,"s":5,"h":1,"n":"Brown Mold"},{"id":18806,"c":17,"u":"dead%20magic%20zone_xdmg","p":68,"s":5,"h":1,"n":"Dead Magic Zone"},{"id":18807,"c":17,"u":"deep%20water_xdmg","p":68,"s":5,"h":1,"n":"Deep Water"},{"id":18808,"c":17,"u":"extreme%20cold_xdmg","p":68,"s":5,"h":1,"n":"Extreme Cold"},{"id":18809,"c":17,"u":"extreme%20heat_xdmg","p":68,"s":5,"h":1,"n":"Extreme Heat"},{"id":18810,"c":17,"u":"fireball%20fungus_xdmg","p":76,"s":5,"h":1,"n":"Fireball Fungus"},{"id":18811,"c":17,"u":"frigid%20water_xdmg","p":68,"s":5,"h":1,"n":"Frigid Water"},{"id":18812,"c":17,"u":"green%20slime_xdmg","p":76,"s":5,"h":1,"n":"Green Slime"},{"id":18813,"c":17,"u":"heavy%20precipitation_xdmg","p":69,"s":5,"h":1,"n":"Heavy Precipitation"},{"id":18814,"c":17,"u":"high%20altitude_xdmg","p":69,"s":5,"h":1,"n":"High Altitude"},{"id":18815,"c":17,"u":"improvised%20damage_xdmg","p":30,"s":5,"h":1,"n":"Improvised Damage"},{"id":18816,"c":17,"u":"inferno_xdmg","p":76,"s":5,"h":1,"n":"Inferno"},{"id":18817,"c":17,"u":"planar%20effects_xdmg","p":69,"s":5,"h":1,"n":"Planar Effects"},{"id":18818,"c":17,"u":"poisonous%20gas_xdmg","p":77,"s":5,"h":1,"n":"Poisonous Gas"},{"id":18819,"c":17,"u":"quicksand%20pit_xdmg","p":77,"s":5,"h":1,"n":"Quicksand Pit"},{"id":18820,"c":17,"u":"razorvine_xdmg","p":78,"s":5,"h":1,"n":"Razorvine"},{"id":18821,"c":17,"u":"river%20styx_xdmg","p":78,"s":5,"h":1,"n":"River Styx"},{"id":18822,"c":17,"u":"rockslide_xdmg","p":78,"s":5,"h":1,"n":"Rockslide"},{"id":18823,"c":17,"u":"slippery%20ice_xdmg","p":69,"s":5,"h":1,"n":"Slippery Ice"},{"id":18824,"c":17,"u":"strong%20wind_xdmg","p":69,"s":5,"h":1,"n":"Strong Wind"},{"id":18825,"c":17,"u":"thin%20ice_xdmg","p":69,"s":5,"h":1,"n":"Thin Ice"},{"id":18826,"c":17,"u":"vicious%20vine_xdmg","p":78,"s":5,"h":1,"n":"Vicious Vine"},{"id":18827,"c":17,"u":"webs_xdmg","p":79,"s":5,"h":1,"n":"Webs"},{"id":18828,"c":17,"u":"wild%20magic%20zone_xdmg","p":69,"s":5,"h":1,"n":"Wild Magic Zone"},{"id":18829,"c":17,"u":"yellow%20mold_xdmg","p":79,"s":5,"h":1,"n":"Yellow Mold"},{"id":18830,"c":17,"u":"burning_xphb","p":362,"s":8,"h":1,"n":"Burning"},{"id":18831,"c":17,"u":"dehydration_xphb","p":365,"s":8,"h":1,"n":"Dehydration"},{"id":18832,"c":17,"u":"falling_xphb","p":367,"s":8,"h":1,"n":"Falling"},{"id":18833,"c":17,"u":"malnutrition_xphb","p":371,"s":8,"h":1,"n":"Malnutrition"},{"id":18834,"c":17,"u":"suffocation_xphb","p":376,"s":8,"h":1,"n":"Suffocation"},{"id":18835,"c":17,"u":"demon%20ichor_bgdia","p":78,"s":17,"h":1,"n":"Demon Ichor"},{"id":18836,"c":17,"u":"brown%20mold_dmg","p":105,"s":24,"h":1,"n":"Brown Mold"},{"id":18837,"c":17,"u":"desecrated%20ground_dmg","p":110,"s":24,"h":1,"n":"Desecrated Ground"},{"id":18838,"c":17,"u":"extreme%20cold_dmg","p":110,"s":24,"h":1,"n":"Extreme Cold"},{"id":18839,"c":17,"u":"extreme%20heat_dmg","p":110,"s":24,"h":1,"n":"Extreme Heat"},{"id":18840,"c":17,"u":"frigid%20water_dmg","p":110,"s":24,"h":1,"n":"Frigid Water"},{"id":18841,"c":17,"u":"green%20slime_dmg","p":105,"s":24,"h":1,"n":"Green Slime"},{"id":18842,"c":17,"u":"heavy%20precipitation_dmg","p":110,"s":24,"h":1,"n":"Heavy Precipitation"},{"id":18843,"c":17,"u":"high%20altitude_dmg","p":110,"s":24,"h":1,"n":"High Altitude"},{"id":18844,"c":17,"u":"improvised%20damage_dmg","p":249,"s":24,"h":1,"n":"Improvised Damage"},{"id":18845,"c":17,"u":"quicksand_dmg","p":110,"s":24,"h":1,"n":"Quicksand"},{"id":18846,"c":17,"u":"razorvine_dmg","p":110,"s":24,"h":1,"n":"Razorvine"},{"id":18847,"c":17,"u":"slippery%20ice_dmg","p":110,"s":24,"h":1,"n":"Slippery Ice"},{"id":18848,"c":17,"u":"strong%20wind_dmg","p":110,"s":24,"h":1,"n":"Strong Wind"},{"id":18849,"c":17,"u":"thin%20ice_dmg","p":111,"s":24,"h":1,"n":"Thin Ice"},{"id":18850,"c":17,"u":"webs_dmg","p":105,"s":24,"h":1,"n":"Webs"},{"id":18851,"c":17,"u":"yellow%20mold_dmg","p":105,"s":24,"h":1,"n":"Yellow Mold"},{"id":18852,"c":17,"u":"avalanche_idrotf","p":10,"s":37,"h":1,"n":"Avalanche"},{"id":18853,"c":17,"u":"blizzard_idrotf","p":10,"s":37,"h":1,"n":"Blizzard"},{"id":18854,"c":17,"u":"rot%20grub_vgm","p":208,"s":66,"h":1,"n":"Rot Grub"},{"id":18855,"c":17,"u":"russet%20mold_vgm","p":196,"s":66,"h":1,"n":"Russet Mold"},{"id":18856,"c":19,"u":"cult%20of%20baphomet_mpmm","p":58,"s":3,"h":1,"n":"Cult of Baphomet"},{"id":18857,"c":19,"u":"cult%20of%20demogorgon_mpmm","p":90,"s":3,"h":1,"n":"Cult of Demogorgon"},{"id":18858,"c":19,"u":"cult%20of%20fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"n":"Cult of Fraz-Urb'luu"},{"id":18859,"c":19,"u":"cult%20of%20geryon_mpmm","p":136,"s":3,"h":1,"n":"Cult of Geryon"},{"id":18860,"c":19,"u":"cult%20of%20graz'zt_mpmm","p":148,"s":3,"h":1,"n":"Cult of Graz'zt"},{"id":18861,"c":19,"u":"cult%20of%20juiblex_mpmm","p":160,"s":3,"h":1,"n":"Cult of Juiblex"},{"id":18862,"c":19,"u":"cult%20of%20orcus_mpmm","p":204,"s":3,"h":1,"n":"Cult of Orcus"},{"id":18863,"c":19,"u":"cult%20of%20yeenoghu_mpmm","p":270,"s":3,"h":1,"n":"Cult of Yeenoghu"},{"id":18864,"c":19,"u":"cult%20of%20zariel_mpmm","p":280,"s":3,"h":1,"n":"Cult of Zariel"},{"id":18865,"c":19,"u":"cult%20of%20zuggtmoy_mpmm","p":281,"s":3,"h":1,"n":"Cult of Zuggtmoy"},{"id":18866,"c":19,"u":"cult%20of%20asmodeus_mtf","p":21,"s":47,"h":1,"n":"Cult of Asmodeus"},{"id":18867,"c":19,"u":"cult%20of%20atropus%2c%20the%20world%20born%20dead_mtf","p":237,"s":47,"h":1,"n":"Cult of Atropus, the World Born Dead"},{"id":18868,"c":19,"u":"cult%20of%20baalzebul_mtf","p":21,"s":47,"h":1,"n":"Cult of Baalzebul"},{"id":18869,"c":19,"u":"cult%20of%20borem%2c%20of%20the%20lake%20of%20boiling%20mud_mtf","p":237,"s":47,"h":1,"n":"Cult of Borem, of the Lake of Boiling Mud"},{"id":18870,"c":19,"u":"cult%20of%20dispater_mtf","p":21,"s":47,"h":1,"n":"Cult of Dispater"},{"id":18871,"c":19,"u":"cult%20of%20fierna_mtf","p":21,"s":47,"h":1,"n":"Cult of Fierna"},{"id":18872,"c":19,"u":"cult%20of%20geryon_mtf","p":21,"s":47,"h":1,"n":"Cult of Geryon"},{"id":18873,"c":19,"u":"cult%20of%20glasya_mtf","p":21,"s":47,"h":1,"n":"Cult of Glasya"},{"id":18874,"c":19,"u":"cult%20of%20haask%2c%20the%20voice%20of%20hargut_mtf","p":237,"s":47,"h":1,"n":"Cult of Haask, the Voice of Hargut"},{"id":18875,"c":19,"u":"cult%20of%20levistus_mtf","p":21,"s":47,"h":1,"n":"Cult of Levistus"},{"id":18876,"c":19,"u":"cult%20of%20mammon_mtf","p":21,"s":47,"h":1,"n":"Cult of Mammon"},{"id":18877,"c":19,"u":"cult%20of%20mephistopheles_mtf","p":21,"s":47,"h":1,"n":"Cult of Mephistopheles"},{"id":18878,"c":19,"u":"cult%20of%20tharizdun%2c%20the%20chained%20god_mtf","p":237,"s":47,"h":1,"n":"Cult of Tharizdun, the Chained God"},{"id":18879,"c":19,"u":"cult%20of%20tyranthraxus%2c%20the%20flamed%20one_mtf","p":237,"s":47,"h":1,"n":"Cult of Tyranthraxus, the Flamed One"},{"id":18880,"c":19,"u":"cult%20of%20zariel_mtf","p":21,"s":47,"h":1,"n":"Cult of Zariel"},{"id":18881,"c":19,"u":"cult%20of%20the%20black%20earth_pota","p":8,"s":52,"h":1,"n":"Cult of the Black Earth"},{"id":18882,"c":19,"u":"cult%20of%20the%20crushing%20wave_pota","p":9,"s":52,"h":1,"n":"Cult of the Crushing Wave"},{"id":18883,"c":19,"u":"cult%20of%20the%20eternal%20flame_pota","p":10,"s":52,"h":1,"n":"Cult of the Eternal Flame"},{"id":18884,"c":19,"u":"cult%20of%20the%20howling%20hatred_pota","p":11,"s":52,"h":1,"n":"Cult of the Howling Hatred"},{"id":18885,"c":19,"u":"cult%20of%20belzenlok_psd","p":17,"s":95,"h":1,"n":"Cult of Belzenlok"},{"id":18886,"c":20,"u":"demonic%20boon%20of%20balor_mtf","p":32,"s":47,"h":1,"n":"Demonic Boon of Balor"},{"id":18887,"c":20,"u":"demonic%20boon%20of%20baphomet_mtf","p":30,"s":47,"h":1,"n":"Demonic Boon of Baphomet"},{"id":18888,"c":20,"u":"demonic%20boon%20of%20demogorgon_mtf","p":30,"s":47,"h":1,"n":"Demonic Boon of Demogorgon"},{"id":18889,"c":20,"u":"demonic%20boon%20of%20fraz-urb'luu_mtf","p":30,"s":47,"h":1,"n":"Demonic Boon of Fraz-Urb'luu"},{"id":18890,"c":20,"u":"demonic%20boon%20of%20goristro_mtf","p":32,"s":47,"h":1,"n":"Demonic Boon of Goristro"},{"id":18891,"c":20,"u":"demonic%20boon%20of%20graz'zt_mtf","p":30,"s":47,"h":1,"n":"Demonic Boon of Graz'zt"},{"id":18892,"c":20,"u":"demonic%20boon%20of%20juiblex_mtf","p":30,"s":47,"h":1,"n":"Demonic Boon of Juiblex"},{"id":18893,"c":20,"u":"demonic%20boon%20of%20marilith_mtf","p":32,"s":47,"h":1,"n":"Demonic Boon of Marilith"},{"id":18894,"c":20,"u":"demonic%20boon%20of%20nalfeshnee_mtf","p":32,"s":47,"h":1,"n":"Demonic Boon of Nalfeshnee"},{"id":18895,"c":20,"u":"demonic%20boon%20of%20orcus_mtf","p":31,"s":47,"h":1,"n":"Demonic Boon of Orcus"},{"id":18896,"c":20,"u":"demonic%20boon%20of%20yeenoghu_mtf","p":31,"s":47,"h":1,"n":"Demonic Boon of Yeenoghu"},{"id":18897,"c":20,"u":"demonic%20boon%20of%20zuggtmoy_mtf","p":31,"s":47,"h":1,"n":"Demonic Boon of Zuggtmoy"},{"id":18898,"c":24,"u":"major%20adaptations_ggr","p":210,"s":31,"h":1,"n":"Major Adaptations"},{"id":18899,"c":24,"u":"minor%20adaptations_ggr","p":212,"s":31,"h":1,"n":"Minor Adaptations"},{"id":18900,"c":24,"u":"whirlpools%3b%20whirlpool%20rank_gos","p":206,"s":33,"h":1,"n":"Whirlpools; Whirlpool Rank"},{"id":18901,"c":24,"u":"derro%20madness_mtf","p":159,"s":47,"h":1,"n":"Derro Madness"},{"id":18902,"c":24,"u":"damage%20types_phb","p":196,"s":51,"h":1,"r":1,"n":"Damage Types"},{"id":18903,"c":24,"u":"harrowing%20return_tdcsr","p":214,"s":60,"h":1,"dP":1,"n":"Harrowing Return"},{"id":18904,"c":24,"u":"beneficial%20manifestations_aitfr-avt","p":12,"s":104,"h":1,"n":"Beneficial Manifestations"},{"id":18905,"c":24,"u":"detrimental%20manifestations_aitfr-avt","p":12,"s":104,"h":1,"n":"Detrimental Manifestations"},{"id":18906,"c":24,"u":"2%2c500%20gp%20art%20objects_psx","p":26,"s":98,"h":1,"n":"2,500 gp Art Objects"},{"id":18907,"c":24,"u":"25%20gp%20art%20objects_psx","p":24,"s":98,"h":1,"n":"25 gp Art Objects"},{"id":18908,"c":24,"u":"250%20gp%20art%20objects_psx","p":24,"s":98,"h":1,"n":"250 gp Art Objects"},{"id":18909,"c":24,"u":"7%2c500%20gp%20art%20objects_psx","p":25,"s":98,"h":1,"n":"7,500 gp Art Objects"},{"id":18910,"c":24,"u":"750%20gp%20art%20objects_psx","p":24,"s":98,"h":1,"n":"750 gp Art Objects"},{"id":18911,"c":24,"u":"who%20created%20it%20or%20was%20intended%20to%20use%20it%3f_psx","p":26,"s":98,"h":1,"n":"Who Created It or Was Intended to Use It?"},{"id":18912,"c":24,"u":"25%20gp%20art%20objects_bgg","p":109,"s":0,"h":1,"n":"25 gp Art Objects"},{"id":18913,"c":24,"u":"250%20gp%20art%20objects_bgg","p":109,"s":0,"h":1,"n":"250 gp Art Objects"},{"id":18914,"c":24,"u":"against%20the%20giants_bgg","p":55,"s":0,"h":1,"n":"Against the Giants"},{"id":18915,"c":24,"u":"age%3b%20ancient%20behaviors_bgg","p":22,"s":0,"h":1,"n":"Age; Ancient Behaviors"},{"id":18916,"c":24,"u":"age%3b%20life%20spans_bgg","p":22,"s":0,"h":1,"n":"Age; Life Spans"},{"id":18917,"c":24,"u":"appendix%20b%3a%20adventure%20hooks%3b%20adventure%20hooks_bgg","p":192,"s":0,"h":1,"n":"Appendix B: Adventure Hooks; Adventure Hooks"},{"id":18918,"c":24,"u":"bands_bgg","p":36,"s":0,"h":1,"n":"Bands"},{"id":18919,"c":24,"u":"boss%20assignments_bgg","p":59,"s":0,"h":1,"n":"Boss Assignments"},{"id":18920,"c":24,"u":"campaign%20events%3b%20world-shaking%20events_bgg","p":62,"s":0,"h":1,"n":"Campaign Events; World-Shaking Events"},{"id":18921,"c":24,"u":"challenge%20ratings%3b%20creatures%20by%20challenge%20rating_bgg","p":188,"s":0,"h":1,"n":"Challenge Ratings; Creatures by Challenge Rating"},{"id":18922,"c":24,"u":"clash%20of%20titans_bgg","p":56,"s":0,"h":1,"n":"Clash of Titans"},{"id":18923,"c":24,"u":"cloud%20giant%20bag%20contents%3b%20cloud%20giant%20bag%20items_bgg","p":105,"s":0,"h":1,"n":"Cloud Giant Bag Contents; Cloud Giant Bag Items"},{"id":18924,"c":24,"u":"cloud%20giant%20encounters_bgg","p":44,"s":0,"h":1,"n":"Cloud Giant Encounters"},{"id":18925,"c":24,"u":"death%20giant%20encounters_bgg","p":45,"s":0,"h":1,"n":"Death Giant Encounters"},{"id":18926,"c":24,"u":"delve%20into%20the%20past_bgg","p":57,"s":0,"h":1,"n":"Delve into the Past"},{"id":18927,"c":24,"u":"dinosaur%20world%20encounters_bgg","p":49,"s":0,"h":1,"n":"Dinosaur World Encounters"},{"id":18928,"c":24,"u":"elemental%20air%20encounters_bgg","p":49,"s":0,"h":1,"n":"Elemental Air Encounters"},{"id":18929,"c":24,"u":"elemental%20earth%20encounters_bgg","p":50,"s":0,"h":1,"n":"Elemental Earth Encounters"},{"id":18930,"c":24,"u":"elemental%20fire%20encounters_bgg","p":51,"s":0,"h":1,"n":"Elemental Fire Encounters"},{"id":18931,"c":24,"u":"elemental%20marks_bgg","p":16,"s":0,"h":1,"n":"Elemental Marks"},{"id":18932,"c":24,"u":"elemental%20water%20encounters_bgg","p":51,"s":0,"h":1,"n":"Elemental Water Encounters"},{"id":18933,"c":24,"u":"eternal%20throne%20adventures_bgg","p":40,"s":0,"h":1,"n":"Eternal Throne Adventures"},{"id":18934,"c":24,"u":"exiles_bgg","p":35,"s":0,"h":1,"n":"Exiles"},{"id":18935,"c":24,"u":"family%3b%20families_bgg","p":37,"s":0,"h":1,"n":"Family; Families"},{"id":18936,"c":24,"u":"fiendish%20incursion%20encounters_bgg","p":52,"s":0,"h":1,"n":"Fiendish Incursion Encounters"},{"id":18937,"c":24,"u":"financier%20assignments_bgg","p":59,"s":0,"h":1,"n":"Financier Assignments"},{"id":18938,"c":24,"u":"fire%20giant%20bag%20contents%3b%20fire%20giant%20bag%20items_bgg","p":106,"s":0,"h":1,"n":"Fire Giant Bag Contents; Fire Giant Bag Items"},{"id":18939,"c":24,"u":"fire%20giant%20encounters_bgg","p":46,"s":0,"h":1,"n":"Fire Giant Encounters"},{"id":18940,"c":24,"u":"fomorian%20encounters_bgg","p":46,"s":0,"h":1,"n":"Fomorian Encounters"},{"id":18941,"c":24,"u":"frost%20giant%20bag%20contents%3b%20frost%20giant%20bag%20items_bgg","p":106,"s":0,"h":1,"n":"Frost Giant Bag Contents; Frost Giant Bag Items"},{"id":18942,"c":24,"u":"frost%20giant%20encounters_bgg","p":46,"s":0,"h":1,"n":"Frost Giant Encounters"},{"id":18943,"c":24,"u":"giant%20construct%20encounters_bgg","p":53,"s":0,"h":1,"n":"Giant Construct Encounters"},{"id":18944,"c":24,"u":"giant%20kin%20encounters_bgg","p":53,"s":0,"h":1,"n":"Giant Kin Encounters"},{"id":18945,"c":24,"u":"giant%20necropolis%20encounters_bgg","p":54,"s":0,"h":1,"n":"Giant Necropolis Encounters"},{"id":18946,"c":24,"u":"giant%20patrons_bgg","p":59,"s":0,"h":1,"n":"Giant Patrons"},{"id":18947,"c":24,"u":"giant-sized%20schemes_bgg","p":57,"s":0,"h":1,"n":"Giant-Sized Schemes"},{"id":18948,"c":24,"u":"giantkind%20encounters_bgg","p":44,"s":0,"h":1,"n":"Giantkind Encounters"},{"id":18949,"c":24,"u":"giants%20and%20the%20ordning_bgg","p":24,"s":0,"h":1,"n":"Giants and the Ordning"},{"id":18950,"c":24,"u":"giants%20by%20kind%3b%20cloud%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Cloud Giants"},{"id":18951,"c":24,"u":"giants%20by%20kind%3b%20fire%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Fire Giants"},{"id":18952,"c":24,"u":"giants%20by%20kind%3b%20frost%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Frost Giants"},{"id":18953,"c":24,"u":"giants%20by%20kind%3b%20hill%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Hill Giants"},{"id":18954,"c":24,"u":"giants%20by%20kind%3b%20other%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Other Giants"},{"id":18955,"c":24,"u":"giants%20by%20kind%3b%20stone%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Stone Giants"},{"id":18956,"c":24,"u":"giants%20by%20kind%3b%20storm%20giants_bgg","p":188,"s":0,"h":1,"n":"Giants by Kind; Storm Giants"},{"id":18957,"c":24,"u":"giants'%20names_bgg","p":23,"s":0,"h":1,"n":"Giants' Names"},{"id":18958,"c":24,"u":"gods%20and%20adventures%3b%20annam's%20children%20adventures_bgg","p":33,"s":0,"h":1,"n":"Gods and Adventures; Annam's Children Adventures"},{"id":18959,"c":24,"u":"gods%20and%20adventures%3b%20interloper%20gods%20adventures_bgg","p":33,"s":0,"h":1,"n":"Gods and Adventures; Interloper Gods Adventures"},{"id":18960,"c":24,"u":"gods%20and%20religion%3b%20gods%20of%20the%20ordning_bgg","p":27,"s":0,"h":1,"n":"Gods and Religion; Gods of the Ordning"},{"id":18961,"c":24,"u":"hidden%20rune%20adventures_bgg","p":39,"s":0,"h":1,"n":"Hidden Rune Adventures"},{"id":18962,"c":24,"u":"hill%20giant%20bag%20contents%3b%20hill%20giant%20bag%20items_bgg","p":107,"s":0,"h":1,"n":"Hill Giant Bag Contents; Hill Giant Bag Items"},{"id":18963,"c":24,"u":"hill%20giant%20encounters_bgg","p":47,"s":0,"h":1,"n":"Hill Giant Encounters"},{"id":18964,"c":24,"u":"howling%20iceberg%20tunnels_bgg","p":88,"s":0,"h":1,"n":"Howling Iceberg Tunnels"},{"id":18965,"c":24,"u":"initial%20attitudes_bgg","p":44,"s":0,"h":1,"n":"Initial Attitudes"},{"id":18966,"c":24,"u":"into%20the%20giant%20realms_bgg","p":58,"s":0,"h":1,"n":"Into the Giant Realms"},{"id":18967,"c":24,"u":"megafauna%20world%20encounters_bgg","p":54,"s":0,"h":1,"n":"Megafauna World Encounters"},{"id":18968,"c":24,"u":"pride%3b%20proud%20behaviors_bgg","p":22,"s":0,"h":1,"n":"Pride; Proud Behaviors"},{"id":18969,"c":24,"u":"recluses_bgg","p":35,"s":0,"h":1,"n":"Recluses"},{"id":18970,"c":24,"u":"rejecting%20the%20ordning_bgg","p":26,"s":0,"h":1,"n":"Rejecting the Ordning"},{"id":18971,"c":24,"u":"seer%20assignments_bgg","p":60,"s":0,"h":1,"n":"Seer Assignments"},{"id":18972,"c":24,"u":"settlements_bgg","p":38,"s":0,"h":1,"n":"Settlements"},{"id":18973,"c":24,"u":"size%3b%20huge%20behaviors_bgg","p":21,"s":0,"h":1,"n":"Size; Huge Behaviors"},{"id":18974,"c":24,"u":"sovereign%20assignments_bgg","p":60,"s":0,"h":1,"n":"Sovereign Assignments"},{"id":18975,"c":24,"u":"star%20forge%20item%20creation_bgg","p":98,"s":0,"h":1,"n":"Star Forge Item Creation"},{"id":18976,"c":24,"u":"steadings_bgg","p":37,"s":0,"h":1,"n":"Steadings"},{"id":18977,"c":24,"u":"stone%20giant%20bag%20contents%3b%20stone%20giant%20bag%20items_bgg","p":107,"s":0,"h":1,"n":"Stone Giant Bag Contents; Stone Giant Bag Items"},{"id":18978,"c":24,"u":"stone%20giant%20encounters_bgg","p":48,"s":0,"h":1,"n":"Stone Giant Encounters"},{"id":18979,"c":24,"u":"storm%20giant%20bag%20contents%3b%20storm%20giant%20bag%20items_bgg","p":108,"s":0,"h":1,"n":"Storm Giant Bag Contents; Storm Giant Bag Items"},{"id":18980,"c":24,"u":"storm%20giant%20encounters_bgg","p":48,"s":0,"h":1,"n":"Storm Giant Encounters"},{"id":18981,"c":24,"u":"tall%20tales_bgg","p":17,"s":0,"h":1,"n":"Tall Tales"},{"id":18982,"c":24,"u":"the%20ordning%3b%20cloud%20giant%20wealth_bgg","p":24,"s":0,"h":1,"n":"The Ordning; Cloud Giant Wealth"},{"id":18983,"c":24,"u":"the%20ordning%3b%20fire%20giant%20skill_bgg","p":24,"s":0,"h":1,"n":"The Ordning; Fire Giant Skill"},{"id":18984,"c":24,"u":"the%20ordning%3b%20frost%20giant%20might_bgg","p":24,"s":0,"h":1,"n":"The Ordning; Frost Giant Might"},{"id":18985,"c":24,"u":"the%20ordning%3b%20stone%20giant%20artistry_bgg","p":24,"s":0,"h":1,"n":"The Ordning; Stone Giant Artistry"},{"id":18986,"c":24,"u":"tutor%20assignments_bgg","p":60,"s":0,"h":1,"n":"Tutor Assignments"},{"id":18987,"c":24,"u":"underground%20quirks_bgg","p":16,"s":0,"h":1,"n":"Underground Quirks"},{"id":18988,"c":24,"u":"volume%3b%20loud%20behaviors_bgg","p":22,"s":0,"h":1,"n":"Volume; Loud Behaviors"},{"id":18989,"c":24,"u":"warleader%20assignments_bgg","p":61,"s":0,"h":1,"n":"Warleader Assignments"},{"id":18990,"c":24,"u":"worldroot%20circle%20adventures_bgg","p":41,"s":0,"h":1,"n":"Worldroot Circle Adventures"},{"id":18991,"c":24,"u":"apocalyptic%20calamities_bmt","p":97,"s":1,"h":1,"n":"Apocalyptic Calamities"},{"id":18992,"c":24,"u":"apocalyptic%20warnings_bmt","p":96,"s":1,"h":1,"n":"Apocalyptic Warnings"},{"id":18993,"c":24,"u":"cair%20ophidian%20flowers_bmt","p":190,"s":1,"h":1,"n":"Cair Ophidian Flowers"},{"id":18994,"c":24,"u":"common%20zodiac%20associations_bmt","p":101,"s":1,"h":1,"n":"Common Zodiac Associations"},{"id":18995,"c":24,"u":"corrupted%20lands%20encounter%20deck_bmt","p":23,"s":1,"h":1,"n":"Corrupted Lands Encounter Deck"},{"id":18996,"c":24,"u":"drone%20patrols_bmt","p":135,"s":1,"h":1,"n":"Drone Patrols"},{"id":18997,"c":24,"u":"feygrove%3b%20visions%20of%20ioun_bmt","p":126,"s":1,"h":1,"n":"Feygrove; Visions of Ioun"},{"id":18998,"c":24,"u":"forest%20encounter%20deck_bmt","p":23,"s":1,"h":1,"n":"Forest Encounter Deck"},{"id":18999,"c":24,"u":"fortune-telling%3b%20fortunes_bmt","p":110,"s":1,"h":1,"n":"Fortune-Telling; Fortunes"},{"id":19000,"c":24,"u":"fruit%20stalls%3b%20fey%20fruit%20effects_bmt","p":107,"s":1,"h":1,"n":"Fruit Stalls; Fey Fruit Effects"},{"id":19001,"c":24,"u":"gem%20shards_bmt","p":147,"s":1,"h":1,"n":"Gem Shards"},{"id":19002,"c":24,"u":"heroes%20of%20destiny%3b%20fated%20destinies_bmt","p":58,"s":1,"h":1,"n":"Heroes of Destiny; Fated Destinies"},{"id":19003,"c":24,"u":"heroes%20of%20destiny%3b%20knight%20destinies_bmt","p":69,"s":1,"h":1,"n":"Heroes of Destiny; Knight Destinies"},{"id":19004,"c":24,"u":"heroes%20of%20destiny%3b%20rogue%20destinies_bmt","p":42,"s":1,"h":1,"n":"Heroes of Destiny; Rogue Destinies"},{"id":19005,"c":24,"u":"heroes%20of%20destiny%3b%20sage%20destinies_bmt","p":47,"s":1,"h":1,"n":"Heroes of Destiny; Sage Destinies"},{"id":19006,"c":24,"u":"inspiration%20hand%3b%20inspiration%20cards_bmt","p":18,"s":1,"h":1,"n":"Inspiration Hand; Inspiration Cards"},{"id":19007,"c":24,"u":"lavender's%20spell%20scrolls_bmt","p":109,"s":1,"h":1,"n":"Lavender's Spell Scrolls"},{"id":19008,"c":24,"u":"magic%20items%20in%20this%20book%3b%20magic%20items%20by%20name_bmt","p":32,"s":1,"h":1,"n":"Magic Items in This Book; Magic Items by Name"},{"id":19009,"c":24,"u":"mark%20of%20the%20donjon%3b%20marks%20of%20the%20donjon_bmt","p":134,"s":1,"h":1,"n":"Mark of the Donjon; Marks of the Donjon"},{"id":19010,"c":24,"u":"monsters%20in%20this%20book%3b%20stat%20blocks%20by%20challenge%20rating_bmt","p":175,"s":1,"h":1,"n":"Monsters in This Book; Stat Blocks by Challenge Rating"},{"id":19011,"c":24,"u":"random%20encounters%3b%20ruin%20encounters_bmt","p":124,"s":1,"h":1,"n":"Random Encounters; Ruin Encounters"},{"id":19012,"c":24,"u":"seelie%20market%20introductions_bmt","p":106,"s":1,"h":1,"n":"Seelie Market Introductions"},{"id":19013,"c":24,"u":"solar%20bastion%20contact_bmt","p":79,"s":1,"h":1,"n":"Solar Bastion Contact"},{"id":19014,"c":24,"u":"solar%20bastion%20quests_bmt","p":79,"s":1,"h":1,"n":"Solar Bastion Quests"},{"id":19015,"c":24,"u":"solar%20bastion%20specialists%3b%20solar%20bastion%20member%20roles_bmt","p":79,"s":1,"h":1,"n":"Solar Bastion Specialists; Solar Bastion Member Roles"},{"id":19016,"c":24,"u":"spells_bmt","p":49,"s":1,"h":1,"n":"Spells"},{"id":19017,"c":24,"u":"sudden%20riches%3b%20gem%20stories_bmt","p":33,"s":1,"h":1,"n":"Sudden Riches; Gem Stories"},{"id":19018,"c":24,"u":"telescope%20travel%20mishaps_bmt","p":105,"s":1,"h":1,"n":"Telescope Travel Mishaps"},{"id":19019,"c":24,"u":"the%20rogue's%20motivation%3b%20villainous%20motivations_bmt","p":43,"s":1,"h":1,"n":"The Rogue's Motivation; Villainous Motivations"},{"id":19020,"c":24,"u":"zodiac%20phenomena_bmt","p":102,"s":1,"h":1,"n":"Zodiac Phenomena"},{"id":19021,"c":24,"u":"using%20an%20adventure%20spread%20during%20play%3b%20fortune%20tellers_dmtcrg","p":13,"s":143,"h":1,"n":"Using an Adventure Spread During Play; Fortune Tellers"},{"id":19022,"c":24,"u":"a%20dragon's%20curse%3b%20breaking%20a%20hoard%20curse_ftd","p":68,"s":2,"h":1,"n":"A Dragon's Curse; Breaking a Hoard Curse"},{"id":19023,"c":24,"u":"a%20dragon's%20curse%3b%20hoard%20curse%20effects_ftd","p":68,"s":2,"h":1,"n":"A Dragon's Curse; Hoard Curse Effects"},{"id":19024,"c":24,"u":"adult%20dragons%3b%20adult%20dragon%20goals_ftd","p":36,"s":2,"h":1,"n":"Adult Dragons; Adult Dragon Goals"},{"id":19025,"c":24,"u":"amethyst%20dragon%20adventures%3b%20amethyst%20dragon%20adventure%20hooks_ftd","p":76,"s":2,"h":1,"n":"Amethyst Dragon Adventures; Amethyst Dragon Adventure Hooks"},{"id":19026,"c":24,"u":"amethyst%20dragon%20treasures%3b%20amethyst%20dragon%20art%20objects_ftd","p":79,"s":2,"h":1,"n":"Amethyst Dragon Treasures; Amethyst Dragon Art Objects"},{"id":19027,"c":24,"u":"black%20dragon%20adventures%3b%20black%20dragon%20adventure%20hooks_ftd","p":80,"s":2,"h":1,"n":"Black Dragon Adventures; Black Dragon Adventure Hooks"},{"id":19028,"c":24,"u":"black%20dragon%20treasures%3b%20black%20dragon%20art%20objects_ftd","p":84,"s":2,"h":1,"n":"Black Dragon Treasures; Black Dragon Art Objects"},{"id":19029,"c":24,"u":"blue%20dragon%20adventures%3b%20blue%20dragon%20adventure%20hooks_ftd","p":85,"s":2,"h":1,"n":"Blue Dragon Adventures; Blue Dragon Adventure Hooks"},{"id":19030,"c":24,"u":"blue%20dragon%20treasures%3b%20blue%20dragon%20art%20objects_ftd","p":88,"s":2,"h":1,"n":"Blue Dragon Treasures; Blue Dragon Art Objects"},{"id":19031,"c":24,"u":"brass%20dragon%20adventures%3b%20brass%20dragon%20adventure%20hooks_ftd","p":90,"s":2,"h":1,"n":"Brass Dragon Adventures; Brass Dragon Adventure Hooks"},{"id":19032,"c":24,"u":"brass%20dragon%20treasures%3b%20brass%20dragon%20art%20objects_ftd","p":94,"s":2,"h":1,"n":"Brass Dragon Treasures; Brass Dragon Art Objects"},{"id":19033,"c":24,"u":"bronze%20dragon%20adventures%3b%20bronze%20dragon%20adventure%20hooks_ftd","p":95,"s":2,"h":1,"n":"Bronze Dragon Adventures; Bronze Dragon Adventure Hooks"},{"id":19034,"c":24,"u":"bronze%20dragon%20treasures%3b%20bronze%20dragon%20art%20objects_ftd","p":98,"s":2,"h":1,"n":"Bronze Dragon Treasures; Bronze Dragon Art Objects"},{"id":19035,"c":24,"u":"challenge%20ratings%3b%20creatures%20by%20challenge%20rating_ftd","p":224,"s":2,"h":1,"n":"Challenge Ratings; Creatures by Challenge Rating"},{"id":19036,"c":24,"u":"chamber%20adventure%20hooks_ftd","p":46,"s":2,"h":1,"n":"Chamber Adventure Hooks"},{"id":19037,"c":24,"u":"coins%3b%20coin%20origins_ftd","p":70,"s":2,"h":1,"n":"Coins; Coin Origins"},{"id":19038,"c":24,"u":"common%20purpose%3b%20lauth%20goals_ftd","p":47,"s":2,"h":1,"n":"Common Purpose; Lauth Goals"},{"id":19039,"c":24,"u":"competition%20for%20a%20hoard%3b%20hoard%20magic_ftd","p":69,"s":2,"h":1,"n":"Competition for a Hoard; Hoard Magic"},{"id":19040,"c":24,"u":"connected%20creatures%3b%20adult%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"n":"Connected Creatures; Adult Amethyst Dragon Connections"},{"id":19041,"c":24,"u":"connected%20creatures%3b%20adult%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"n":"Connected Creatures; Adult Black Dragon Connections"},{"id":19042,"c":24,"u":"connected%20creatures%3b%20adult%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"n":"Connected Creatures; Adult Blue Dragon Connections"},{"id":19043,"c":24,"u":"connected%20creatures%3b%20adult%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"n":"Connected Creatures; Adult Brass Dragon Connections"},{"id":19044,"c":24,"u":"connected%20creatures%3b%20adult%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"n":"Connected Creatures; Adult Bronze Dragon Connections"},{"id":19045,"c":24,"u":"connected%20creatures%3b%20adult%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"n":"Connected Creatures; Adult Copper Dragon Connections"},{"id":19046,"c":24,"u":"connected%20creatures%3b%20adult%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"n":"Connected Creatures; Adult Crystal Dragon Connections"},{"id":19047,"c":24,"u":"connected%20creatures%3b%20adult%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"n":"Connected Creatures; Adult Deep Dragon Connections"},{"id":19048,"c":24,"u":"connected%20creatures%3b%20adult%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"n":"Connected Creatures; Adult Dragon Turtle Connections"},{"id":19049,"c":24,"u":"connected%20creatures%3b%20adult%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"n":"Connected Creatures; Adult Emerald Dragon Connections"},{"id":19050,"c":24,"u":"connected%20creatures%3b%20adult%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"n":"Connected Creatures; Adult Gold Dragon Connections"},{"id":19051,"c":24,"u":"connected%20creatures%3b%20adult%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"n":"Connected Creatures; Adult Green Dragon Connections"},{"id":19052,"c":24,"u":"connected%20creatures%3b%20adult%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"n":"Connected Creatures; Adult Moonstone Dragon Connections"},{"id":19053,"c":24,"u":"connected%20creatures%3b%20adult%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"n":"Connected Creatures; Adult Red Dragon Connections"},{"id":19054,"c":24,"u":"connected%20creatures%3b%20adult%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"n":"Connected Creatures; Adult Sapphire Dragon Connections"},{"id":19055,"c":24,"u":"connected%20creatures%3b%20adult%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"n":"Connected Creatures; Adult Shadow Dragon Connections"},{"id":19056,"c":24,"u":"connected%20creatures%3b%20adult%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"n":"Connected Creatures; Adult Silver Dragon Connections"},{"id":19057,"c":24,"u":"connected%20creatures%3b%20adult%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"n":"Connected Creatures; Adult Topaz Dragon Connections"},{"id":19058,"c":24,"u":"connected%20creatures%3b%20adult%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"n":"Connected Creatures; Adult White Dragon Connections"},{"id":19059,"c":24,"u":"connected%20creatures%3b%20amethyst%20dragon%20wyrmling%20connections_ftd","p":77,"s":2,"h":1,"n":"Connected Creatures; Amethyst Dragon Wyrmling Connections"},{"id":19060,"c":24,"u":"connected%20creatures%3b%20ancient%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"n":"Connected Creatures; Ancient Amethyst Dragon Connections"},{"id":19061,"c":24,"u":"connected%20creatures%3b%20ancient%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"n":"Connected Creatures; Ancient Black Dragon Connections"},{"id":19062,"c":24,"u":"connected%20creatures%3b%20ancient%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"n":"Connected Creatures; Ancient Blue Dragon Connections"},{"id":19063,"c":24,"u":"connected%20creatures%3b%20ancient%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"n":"Connected Creatures; Ancient Brass Dragon Connections"},{"id":19064,"c":24,"u":"connected%20creatures%3b%20ancient%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"n":"Connected Creatures; Ancient Bronze Dragon Connections"},{"id":19065,"c":24,"u":"connected%20creatures%3b%20ancient%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"n":"Connected Creatures; Ancient Copper Dragon Connections"},{"id":19066,"c":24,"u":"connected%20creatures%3b%20ancient%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"n":"Connected Creatures; Ancient Crystal Dragon Connections"},{"id":19067,"c":24,"u":"connected%20creatures%3b%20ancient%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"n":"Connected Creatures; Ancient Deep Dragon Connections"},{"id":19068,"c":24,"u":"connected%20creatures%3b%20ancient%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"n":"Connected Creatures; Ancient Dragon Turtle Connections"},{"id":19069,"c":24,"u":"connected%20creatures%3b%20ancient%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"n":"Connected Creatures; Ancient Emerald Dragon Connections"},{"id":19070,"c":24,"u":"connected%20creatures%3b%20ancient%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"n":"Connected Creatures; Ancient Gold Dragon Connections"},{"id":19071,"c":24,"u":"connected%20creatures%3b%20ancient%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"n":"Connected Creatures; Ancient Green Dragon Connections"},{"id":19072,"c":24,"u":"connected%20creatures%3b%20ancient%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"n":"Connected Creatures; Ancient Moonstone Dragon Connections"},{"id":19073,"c":24,"u":"connected%20creatures%3b%20ancient%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"n":"Connected Creatures; Ancient Red Dragon Connections"},{"id":19074,"c":24,"u":"connected%20creatures%3b%20ancient%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"n":"Connected Creatures; Ancient Sapphire Dragon Connections"},{"id":19075,"c":24,"u":"connected%20creatures%3b%20ancient%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"n":"Connected Creatures; Ancient Shadow Dragon Connections"},{"id":19076,"c":24,"u":"connected%20creatures%3b%20ancient%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"n":"Connected Creatures; Ancient Silver Dragon Connections"},{"id":19077,"c":24,"u":"connected%20creatures%3b%20ancient%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"n":"Connected Creatures; Ancient Topaz Dragon Connections"},{"id":19078,"c":24,"u":"connected%20creatures%3b%20ancient%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"n":"Connected Creatures; Ancient White Dragon Connections"},{"id":19079,"c":24,"u":"connected%20creatures%3b%20black%20dragon%20wyrmling%20connections_ftd","p":81,"s":2,"h":1,"n":"Connected Creatures; Black Dragon Wyrmling Connections"},{"id":19080,"c":24,"u":"connected%20creatures%3b%20blue%20dragon%20wyrmling%20connections_ftd","p":86,"s":2,"h":1,"n":"Connected Creatures; Blue Dragon Wyrmling Connections"},{"id":19081,"c":24,"u":"connected%20creatures%3b%20brass%20dragon%20wyrmling%20connections_ftd","p":91,"s":2,"h":1,"n":"Connected Creatures; Brass Dragon Wyrmling Connections"},{"id":19082,"c":24,"u":"connected%20creatures%3b%20bronze%20dragon%20wyrmling%20connections_ftd","p":95,"s":2,"h":1,"n":"Connected Creatures; Bronze Dragon Wyrmling Connections"},{"id":19083,"c":24,"u":"connected%20creatures%3b%20copper%20dragon%20wyrmling%20connections_ftd","p":100,"s":2,"h":1,"n":"Connected Creatures; Copper Dragon Wyrmling Connections"},{"id":19084,"c":24,"u":"connected%20creatures%3b%20crystal%20dragon%20wyrmling%20connections_ftd","p":104,"s":2,"h":1,"n":"Connected Creatures; Crystal Dragon Wyrmling Connections"},{"id":19085,"c":24,"u":"connected%20creatures%3b%20deep%20dragon%20wyrmling%20connections_ftd","p":108,"s":2,"h":1,"n":"Connected Creatures; Deep Dragon Wyrmling Connections"},{"id":19086,"c":24,"u":"connected%20creatures%3b%20dragon%20turtle%20wyrmling%20connections_ftd","p":111,"s":2,"h":1,"n":"Connected Creatures; Dragon Turtle Wyrmling Connections"},{"id":19087,"c":24,"u":"connected%20creatures%3b%20emerald%20dragon%20wyrmling%20connections_ftd","p":114,"s":2,"h":1,"n":"Connected Creatures; Emerald Dragon Wyrmling Connections"},{"id":19088,"c":24,"u":"connected%20creatures%3b%20faerie%20dragon%20connections_ftd","p":118,"s":2,"h":1,"n":"Connected Creatures; Faerie Dragon Connections"},{"id":19089,"c":24,"u":"connected%20creatures%3b%20gold%20dragon%20wyrmling%20connections_ftd","p":122,"s":2,"h":1,"n":"Connected Creatures; Gold Dragon Wyrmling Connections"},{"id":19090,"c":24,"u":"connected%20creatures%3b%20green%20dragon%20wyrmling%20connections_ftd","p":127,"s":2,"h":1,"n":"Connected Creatures; Green Dragon Wyrmling Connections"},{"id":19091,"c":24,"u":"connected%20creatures%3b%20moonstone%20dragon%20wyrmling%20connections_ftd","p":131,"s":2,"h":1,"n":"Connected Creatures; Moonstone Dragon Wyrmling Connections"},{"id":19092,"c":24,"u":"connected%20creatures%3b%20red%20dragon%20wyrmling%20connections_ftd","p":134,"s":2,"h":1,"n":"Connected Creatures; Red Dragon Wyrmling Connections"},{"id":19093,"c":24,"u":"connected%20creatures%3b%20sapphire%20dragon%20wyrmling%20connections_ftd","p":139,"s":2,"h":1,"n":"Connected Creatures; Sapphire Dragon Wyrmling Connections"},{"id":19094,"c":24,"u":"connected%20creatures%3b%20shadow%20dragon%20wyrmling%20connections_ftd","p":143,"s":2,"h":1,"n":"Connected Creatures; Shadow Dragon Wyrmling Connections"},{"id":19095,"c":24,"u":"connected%20creatures%3b%20silver%20dragon%20wyrmling%20connections_ftd","p":146,"s":2,"h":1,"n":"Connected Creatures; Silver Dragon Wyrmling Connections"},{"id":19096,"c":24,"u":"connected%20creatures%3b%20topaz%20dragon%20wyrmling%20connections_ftd","p":149,"s":2,"h":1,"n":"Connected Creatures; Topaz Dragon Wyrmling Connections"},{"id":19097,"c":24,"u":"connected%20creatures%3b%20white%20dragon%20wyrmling%20connections_ftd","p":154,"s":2,"h":1,"n":"Connected Creatures; White Dragon Wyrmling Connections"},{"id":19098,"c":24,"u":"connected%20creatures%3b%20young%20amethyst%20dragon%20connections_ftd","p":77,"s":2,"h":1,"n":"Connected Creatures; Young Amethyst Dragon Connections"},{"id":19099,"c":24,"u":"connected%20creatures%3b%20young%20black%20dragon%20connections_ftd","p":81,"s":2,"h":1,"n":"Connected Creatures; Young Black Dragon Connections"},{"id":19100,"c":24,"u":"connected%20creatures%3b%20young%20blue%20dragon%20connections_ftd","p":86,"s":2,"h":1,"n":"Connected Creatures; Young Blue Dragon Connections"},{"id":19101,"c":24,"u":"connected%20creatures%3b%20young%20brass%20dragon%20connections_ftd","p":91,"s":2,"h":1,"n":"Connected Creatures; Young Brass Dragon Connections"},{"id":19102,"c":24,"u":"connected%20creatures%3b%20young%20bronze%20dragon%20connections_ftd","p":95,"s":2,"h":1,"n":"Connected Creatures; Young Bronze Dragon Connections"},{"id":19103,"c":24,"u":"connected%20creatures%3b%20young%20copper%20dragon%20connections_ftd","p":100,"s":2,"h":1,"n":"Connected Creatures; Young Copper Dragon Connections"},{"id":19104,"c":24,"u":"connected%20creatures%3b%20young%20crystal%20dragon%20connections_ftd","p":104,"s":2,"h":1,"n":"Connected Creatures; Young Crystal Dragon Connections"},{"id":19105,"c":24,"u":"connected%20creatures%3b%20young%20deep%20dragon%20connections_ftd","p":108,"s":2,"h":1,"n":"Connected Creatures; Young Deep Dragon Connections"},{"id":19106,"c":24,"u":"connected%20creatures%3b%20young%20dragon%20turtle%20connections_ftd","p":111,"s":2,"h":1,"n":"Connected Creatures; Young Dragon Turtle Connections"},{"id":19107,"c":24,"u":"connected%20creatures%3b%20young%20emerald%20dragon%20connections_ftd","p":114,"s":2,"h":1,"n":"Connected Creatures; Young Emerald Dragon Connections"},{"id":19108,"c":24,"u":"connected%20creatures%3b%20young%20gold%20dragon%20connections_ftd","p":122,"s":2,"h":1,"n":"Connected Creatures; Young Gold Dragon Connections"},{"id":19109,"c":24,"u":"connected%20creatures%3b%20young%20green%20dragon%20connections_ftd","p":127,"s":2,"h":1,"n":"Connected Creatures; Young Green Dragon Connections"},{"id":19110,"c":24,"u":"connected%20creatures%3b%20young%20moonstone%20dragon%20connections_ftd","p":131,"s":2,"h":1,"n":"Connected Creatures; Young Moonstone Dragon Connections"},{"id":19111,"c":24,"u":"connected%20creatures%3b%20young%20red%20dragon%20connections_ftd","p":134,"s":2,"h":1,"n":"Connected Creatures; Young Red Dragon Connections"},{"id":19112,"c":24,"u":"connected%20creatures%3b%20young%20sapphire%20dragon%20connections_ftd","p":139,"s":2,"h":1,"n":"Connected Creatures; Young Sapphire Dragon Connections"},{"id":19113,"c":24,"u":"connected%20creatures%3b%20young%20shadow%20dragon%20connections_ftd","p":143,"s":2,"h":1,"n":"Connected Creatures; Young Shadow Dragon Connections"},{"id":19114,"c":24,"u":"connected%20creatures%3b%20young%20silver%20dragon%20connections_ftd","p":146,"s":2,"h":1,"n":"Connected Creatures; Young Silver Dragon Connections"},{"id":19115,"c":24,"u":"connected%20creatures%3b%20young%20topaz%20dragon%20connections_ftd","p":149,"s":2,"h":1,"n":"Connected Creatures; Young Topaz Dragon Connections"},{"id":19116,"c":24,"u":"connected%20creatures%3b%20young%20white%20dragon%20connections_ftd","p":154,"s":2,"h":1,"n":"Connected Creatures; Young White Dragon Connections"},{"id":19117,"c":24,"u":"copper%20dragon%20adventures%3b%20copper%20dragon%20adventure%20hooks_ftd","p":99,"s":2,"h":1,"n":"Copper Dragon Adventures; Copper Dragon Adventure Hooks"},{"id":19118,"c":24,"u":"copper%20dragon%20treasures%3b%20copper%20dragon%20art%20objects_ftd","p":102,"s":2,"h":1,"n":"Copper Dragon Treasures; Copper Dragon Art Objects"},{"id":19119,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20ideals_ftd","p":80,"s":2,"h":1,"n":"Creating a Black Dragon; Black Dragon Ideals"},{"id":19120,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20personality%20traits_ftd","p":80,"s":2,"h":1,"n":"Creating a Black Dragon; Black Dragon Personality Traits"},{"id":19121,"c":24,"u":"creating%20a%20black%20dragon%3b%20black%20dragon%20spellcasting_ftd","p":80,"s":2,"h":1,"n":"Creating a Black Dragon; Black Dragon Spellcasting"},{"id":19122,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20ideals_ftd","p":85,"s":2,"h":1,"n":"Creating a Blue Dragon; Blue Dragon Ideals"},{"id":19123,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20personality%20traits_ftd","p":85,"s":2,"h":1,"n":"Creating a Blue Dragon; Blue Dragon Personality Traits"},{"id":19124,"c":24,"u":"creating%20a%20blue%20dragon%3b%20blue%20dragon%20spellcasting_ftd","p":85,"s":2,"h":1,"n":"Creating a Blue Dragon; Blue Dragon Spellcasting"},{"id":19125,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20ideals_ftd","p":90,"s":2,"h":1,"n":"Creating a Brass Dragon; Brass Dragon Ideals"},{"id":19126,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20personality%20traits_ftd","p":90,"s":2,"h":1,"n":"Creating a Brass Dragon; Brass Dragon Personality Traits"},{"id":19127,"c":24,"u":"creating%20a%20brass%20dragon%3b%20brass%20dragon%20spellcasting_ftd","p":90,"s":2,"h":1,"n":"Creating a Brass Dragon; Brass Dragon Spellcasting"},{"id":19128,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20ideals_ftd","p":94,"s":2,"h":1,"n":"Creating a Bronze Dragon; Bronze Dragon Ideals"},{"id":19129,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20personality%20traits_ftd","p":94,"s":2,"h":1,"n":"Creating a Bronze Dragon; Bronze Dragon Personality Traits"},{"id":19130,"c":24,"u":"creating%20a%20bronze%20dragon%3b%20bronze%20dragon%20spellcasting_ftd","p":94,"s":2,"h":1,"n":"Creating a Bronze Dragon; Bronze Dragon Spellcasting"},{"id":19131,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20ideals_ftd","p":99,"s":2,"h":1,"n":"Creating a Copper Dragon; Copper Dragon Ideals"},{"id":19132,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20personality%20traits_ftd","p":99,"s":2,"h":1,"n":"Creating a Copper Dragon; Copper Dragon Personality Traits"},{"id":19133,"c":24,"u":"creating%20a%20copper%20dragon%3b%20copper%20dragon%20spellcasting_ftd","p":99,"s":2,"h":1,"n":"Creating a Copper Dragon; Copper Dragon Spellcasting"},{"id":19134,"c":24,"u":"creating%20a%20crystal%20dragon%3b%20crystal%20dragon%20ideals_ftd","p":103,"s":2,"h":1,"n":"Creating a Crystal Dragon; Crystal Dragon Ideals"},{"id":19135,"c":24,"u":"creating%20a%20crystal%20dragon%3b%20crystal%20dragon%20personality%20traits_ftd","p":103,"s":2,"h":1,"n":"Creating a Crystal Dragon; Crystal Dragon Personality Traits"},{"id":19136,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20ideals_ftd","p":107,"s":2,"h":1,"n":"Creating a Deep Dragon; Deep Dragon Ideals"},{"id":19137,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20personality%20traits_ftd","p":107,"s":2,"h":1,"n":"Creating a Deep Dragon; Deep Dragon Personality Traits"},{"id":19138,"c":24,"u":"creating%20a%20deep%20dragon%3b%20deep%20dragon%20spellcasting_ftd","p":107,"s":2,"h":1,"n":"Creating a Deep Dragon; Deep Dragon Spellcasting"},{"id":19139,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20ideals_ftd","p":110,"s":2,"h":1,"n":"Creating a Dragon Turtle; Dragon Turtle Ideals"},{"id":19140,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20personality%20traits_ftd","p":110,"s":2,"h":1,"n":"Creating a Dragon Turtle; Dragon Turtle Personality Traits"},{"id":19141,"c":24,"u":"creating%20a%20dragon%20turtle%3b%20dragon%20turtle%20spellcasting_ftd","p":110,"s":2,"h":1,"n":"Creating a Dragon Turtle; Dragon Turtle Spellcasting"},{"id":19142,"c":24,"u":"creating%20a%20faerie%20dragon%3b%20faerie%20dragon%20ideals_ftd","p":118,"s":2,"h":1,"n":"Creating a Faerie Dragon; Faerie Dragon Ideals"},{"id":19143,"c":24,"u":"creating%20a%20faerie%20dragon%3b%20faerie%20dragon%20personality%20traits_ftd","p":118,"s":2,"h":1,"n":"Creating a Faerie Dragon; Faerie Dragon Personality Traits"},{"id":19144,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20ideals_ftd","p":121,"s":2,"h":1,"n":"Creating a Gold Dragon; Gold Dragon Ideals"},{"id":19145,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20personality%20traits_ftd","p":121,"s":2,"h":1,"n":"Creating a Gold Dragon; Gold Dragon Personality Traits"},{"id":19146,"c":24,"u":"creating%20a%20gold%20dragon%3b%20gold%20dragon%20spellcasting_ftd","p":121,"s":2,"h":1,"n":"Creating a Gold Dragon; Gold Dragon Spellcasting"},{"id":19147,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20ideals_ftd","p":126,"s":2,"h":1,"n":"Creating a Green Dragon; Green Dragon Ideals"},{"id":19148,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20personality%20traits_ftd","p":126,"s":2,"h":1,"n":"Creating a Green Dragon; Green Dragon Personality Traits"},{"id":19149,"c":24,"u":"creating%20a%20green%20dragon%3b%20green%20dragon%20spellcasting_ftd","p":126,"s":2,"h":1,"n":"Creating a Green Dragon; Green Dragon Spellcasting"},{"id":19150,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20art%20objects_ftd","p":72,"s":2,"h":1,"n":"Creating a Hoard; Hoard Art Objects"},{"id":19151,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20gems_ftd","p":72,"s":2,"h":1,"n":"Creating a Hoard; Hoard Gems"},{"id":19152,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20magic%20items_ftd","p":72,"s":2,"h":1,"n":"Creating a Hoard; Hoard Magic Items"},{"id":19153,"c":24,"u":"creating%20a%20hoard%3b%20hoard%20mundane%20items_ftd","p":72,"s":2,"h":1,"n":"Creating a Hoard; Hoard Mundane Items"},{"id":19154,"c":24,"u":"creating%20a%20moonstone%20dragon%3b%20moonstone%20dragon%20ideals_ftd","p":130,"s":2,"h":1,"n":"Creating a Moonstone Dragon; Moonstone Dragon Ideals"},{"id":19155,"c":24,"u":"creating%20a%20moonstone%20dragon%3b%20moonstone%20dragon%20personality%20traits_ftd","p":130,"s":2,"h":1,"n":"Creating a Moonstone Dragon; Moonstone Dragon Personality Traits"},{"id":19156,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20ideals_ftd","p":133,"s":2,"h":1,"n":"Creating a Red Dragon; Red Dragon Ideals"},{"id":19157,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20personality%20traits_ftd","p":133,"s":2,"h":1,"n":"Creating a Red Dragon; Red Dragon Personality Traits"},{"id":19158,"c":24,"u":"creating%20a%20red%20dragon%3b%20red%20dragon%20spellcasting_ftd","p":133,"s":2,"h":1,"n":"Creating a Red Dragon; Red Dragon Spellcasting"},{"id":19159,"c":24,"u":"creating%20a%20sapphire%20dragon%3b%20sapphire%20dragon%20ideals_ftd","p":138,"s":2,"h":1,"n":"Creating a Sapphire Dragon; Sapphire Dragon Ideals"},{"id":19160,"c":24,"u":"creating%20a%20sapphire%20dragon%3b%20sapphire%20dragon%20personality%20traits_ftd","p":138,"s":2,"h":1,"n":"Creating a Sapphire Dragon; Sapphire Dragon Personality Traits"},{"id":19161,"c":24,"u":"creating%20a%20shadow%20dragon%3b%20shadow%20dragon%20ideals_ftd","p":142,"s":2,"h":1,"n":"Creating a Shadow Dragon; Shadow Dragon Ideals"},{"id":19162,"c":24,"u":"creating%20a%20shadow%20dragon%3b%20shadow%20dragon%20personality%20traits_ftd","p":142,"s":2,"h":1,"n":"Creating a Shadow Dragon; Shadow Dragon Personality Traits"},{"id":19163,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20ideals_ftd","p":145,"s":2,"h":1,"n":"Creating a Silver Dragon; Silver Dragon Ideals"},{"id":19164,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20personality%20traits_ftd","p":145,"s":2,"h":1,"n":"Creating a Silver Dragon; Silver Dragon Personality Traits"},{"id":19165,"c":24,"u":"creating%20a%20silver%20dragon%3b%20silver%20dragon%20spellcasting_ftd","p":145,"s":2,"h":1,"n":"Creating a Silver Dragon; Silver Dragon Spellcasting"},{"id":19166,"c":24,"u":"creating%20a%20topaz%20dragon%3b%20topaz%20dragon%20ideals_ftd","p":149,"s":2,"h":1,"n":"Creating a Topaz Dragon; Topaz Dragon Ideals"},{"id":19167,"c":24,"u":"creating%20a%20topaz%20dragon%3b%20topaz%20dragon%20personality%20traits_ftd","p":149,"s":2,"h":1,"n":"Creating a Topaz Dragon; Topaz Dragon Personality Traits"},{"id":19168,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20ideals_ftd","p":153,"s":2,"h":1,"n":"Creating a White Dragon; White Dragon Ideals"},{"id":19169,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20personality%20traits_ftd","p":153,"s":2,"h":1,"n":"Creating a White Dragon; White Dragon Personality Traits"},{"id":19170,"c":24,"u":"creating%20a%20white%20dragon%3b%20white%20dragon%20spellcasting_ftd","p":153,"s":2,"h":1,"n":"Creating a White Dragon; White Dragon Spellcasting"},{"id":19171,"c":24,"u":"creating%20an%20amethyst%20dragon%3b%20amethyst%20dragon%20ideals_ftd","p":76,"s":2,"h":1,"n":"Creating an Amethyst Dragon; Amethyst Dragon Ideals"},{"id":19172,"c":24,"u":"creating%20an%20amethyst%20dragon%3b%20amethyst%20dragon%20personality%20traits_ftd","p":76,"s":2,"h":1,"n":"Creating an Amethyst Dragon; Amethyst Dragon Personality Traits"},{"id":19173,"c":24,"u":"creating%20an%20emerald%20dragon%3b%20emerald%20dragon%20ideals_ftd","p":114,"s":2,"h":1,"n":"Creating an Emerald Dragon; Emerald Dragon Ideals"},{"id":19174,"c":24,"u":"creating%20an%20emerald%20dragon%3b%20emerald%20dragon%20personality%20traits_ftd","p":114,"s":2,"h":1,"n":"Creating an Emerald Dragon; Emerald Dragon Personality Traits"},{"id":19175,"c":24,"u":"crystal%20dragon%20adventures%3b%20crystal%20dragon%20adventure%20hooks_ftd","p":103,"s":2,"h":1,"n":"Crystal Dragon Adventures; Crystal Dragon Adventure Hooks"},{"id":19176,"c":24,"u":"crystal%20dragon%20treasures%3b%20crystal%20dragon%20art%20objects_ftd","p":106,"s":2,"h":1,"n":"Crystal Dragon Treasures; Crystal Dragon Art Objects"},{"id":19177,"c":24,"u":"cult%20of%20the%20dragon%20adventure%20hooks_ftd","p":45,"s":2,"h":1,"n":"Cult of the Dragon Adventure Hooks"},{"id":19178,"c":24,"u":"death%20of%20a%20dragon%3b%20dragon%20death%20throes_ftd","p":40,"s":2,"h":1,"n":"Death of a Dragon; Dragon Death Throes"},{"id":19179,"c":24,"u":"deep%20dragon%20adventures%3b%20deep%20dragon%20adventure%20hooks_ftd","p":107,"s":2,"h":1,"n":"Deep Dragon Adventures; Deep Dragon Adventure Hooks"},{"id":19180,"c":24,"u":"deep%20dragon%20treasures%3b%20deep%20dragon%20art%20objects_ftd","p":109,"s":2,"h":1,"n":"Deep Dragon Treasures; Deep Dragon Art Objects"},{"id":19181,"c":24,"u":"draconic%20gift%20descriptions%3b%20draconic%20gift%20rarity_ftd","p":28,"s":2,"h":1,"n":"Draconic Gift Descriptions; Draconic Gift Rarity"},{"id":19182,"c":24,"u":"draconic%20gifts%3b%20draconic%20marks_ftd","p":27,"s":2,"h":1,"n":"Draconic Gifts; Draconic Marks"},{"id":19183,"c":24,"u":"dragon%20as%20schemer%3b%20cross-purposes_ftd","p":56,"s":2,"h":1,"n":"Dragon as Schemer; Cross-Purposes"},{"id":19184,"c":24,"u":"dragon%20characters%3b%20dragon%20appearance_ftd","p":31,"s":2,"h":1,"n":"Dragon Characters; Dragon Appearance"},{"id":19185,"c":24,"u":"dragon%20characters%3b%20dragon%20bonds_ftd","p":31,"s":2,"h":1,"n":"Dragon Characters; Dragon Bonds"},{"id":19186,"c":24,"u":"dragon%20characters%3b%20dragon%20flaws%20and%20secrets_ftd","p":31,"s":2,"h":1,"n":"Dragon Characters; Dragon Flaws and Secrets"},{"id":19187,"c":24,"u":"dragon%20characters%3b%20dragon%20mannerisms_ftd","p":31,"s":2,"h":1,"n":"Dragon Characters; Dragon Mannerisms"},{"id":19188,"c":24,"u":"dragon%20encounters%3b%20dragon%20encounter%20complications_ftd","p":53,"s":2,"h":1,"n":"Dragon Encounters; Dragon Encounter Complications"},{"id":19189,"c":24,"u":"dragon%20lairs%3b%20lair%20location_ftd","p":63,"s":2,"h":1,"n":"Dragon Lairs; Lair Location"},{"id":19190,"c":24,"u":"dragon%20turtle%20adventures%3b%20dragon%20turtle%20adventure%20hooks_ftd","p":110,"s":2,"h":1,"n":"Dragon Turtle Adventures; Dragon Turtle Adventure Hooks"},{"id":19191,"c":24,"u":"dragon%20turtle%20treasures%3b%20dragon%20turtle%20art%20objects_ftd","p":113,"s":2,"h":1,"n":"Dragon Turtle Treasures; Dragon Turtle Art Objects"},{"id":19192,"c":24,"u":"echoes%20across%20the%20worlds%3b%20dragon%20echo%20characteristics_ftd","p":42,"s":2,"h":1,"n":"Echoes across the Worlds; Dragon Echo Characteristics"},{"id":19193,"c":24,"u":"emerald%20dragon%20adventures%3b%20emerald%20dragon%20adventure%20hooks_ftd","p":114,"s":2,"h":1,"n":"Emerald Dragon Adventures; Emerald Dragon Adventure Hooks"},{"id":19194,"c":24,"u":"emerald%20dragon%20treasures%3b%20emerald%20dragon%20art%20objects_ftd","p":117,"s":2,"h":1,"n":"Emerald Dragon Treasures; Emerald Dragon Art Objects"},{"id":19195,"c":24,"u":"engraved%20wards%3b%20hidecarved%20wards_ftd","p":47,"s":2,"h":1,"n":"Engraved Wards; Hidecarved Wards"},{"id":19196,"c":24,"u":"faerie%20dragon%20adventures%3b%20faerie%20dragon%20adventure%20hooks_ftd","p":118,"s":2,"h":1,"n":"Faerie Dragon Adventures; Faerie Dragon Adventure Hooks"},{"id":19197,"c":24,"u":"faerie%20dragon%20treasures%3b%20faerie%20dragon%20art%20objects_ftd","p":120,"s":2,"h":1,"n":"Faerie Dragon Treasures; Faerie Dragon Art Objects"},{"id":19198,"c":24,"u":"gold%20dragon%20adventures%3b%20gold%20dragon%20adventure%20hooks_ftd","p":121,"s":2,"h":1,"n":"Gold Dragon Adventures; Gold Dragon Adventure Hooks"},{"id":19199,"c":24,"u":"gold%20dragon%20treasures%3b%20gold%20dragon%20art%20objects_ftd","p":124,"s":2,"h":1,"n":"Gold Dragon Treasures; Gold Dragon Art Objects"},{"id":19200,"c":24,"u":"greatwyrms%3b%20ancient%20dragon%20goals_ftd","p":37,"s":2,"h":1,"n":"Greatwyrms; Ancient Dragon Goals"},{"id":19201,"c":24,"u":"green%20dragon%20adventures%3b%20green%20dragon%20adventure%20hooks_ftd","p":126,"s":2,"h":1,"n":"Green Dragon Adventures; Green Dragon Adventure Hooks"},{"id":19202,"c":24,"u":"green%20dragon%20treasures%3b%20green%20dragon%20art%20objects_ftd","p":129,"s":2,"h":1,"n":"Green Dragon Treasures; Green Dragon Art Objects"},{"id":19203,"c":24,"u":"half-dragons%3b%20half-dragon%20origin_ftd","p":39,"s":2,"h":1,"n":"Half-Dragons; Half-Dragon Origin"},{"id":19204,"c":24,"u":"haunted%20hoards%3b%20unfinished%20business_ftd","p":68,"s":2,"h":1,"n":"Haunted Hoards; Unfinished Business"},{"id":19205,"c":24,"u":"heroes%20of%20the%20dragon%3b%20draconic%20character%20ties_ftd","p":16,"s":2,"h":1,"n":"Heroes of the Dragon; Draconic Character Ties"},{"id":19206,"c":24,"u":"hidecarved%20dragons%20adventure%20hooks_ftd","p":48,"s":2,"h":1,"n":"Hidecarved Dragons Adventure Hooks"},{"id":19207,"c":24,"u":"hoard%20item%20quirks%3b%20draconic%20quirks_ftd","p":25,"s":2,"h":1,"n":"Hoard Item Quirks; Draconic Quirks"},{"id":19208,"c":24,"u":"hoard%20magic%20items%3b%20hoard%20item%20states_ftd","p":25,"s":2,"h":1,"n":"Hoard Magic Items; Hoard Item States"},{"id":19209,"c":24,"u":"how%20to%20name%20your%20dragon%3b%20dragon%20name%20elements_ftd","p":33,"s":2,"h":1,"n":"How to Name Your Dragon; Dragon Name Elements"},{"id":19210,"c":24,"u":"inheritors%20of%20the%20first%20world%20adventure%20hooks_ftd","p":49,"s":2,"h":1,"n":"Inheritors of the First World Adventure Hooks"},{"id":19211,"c":24,"u":"linking%20hoards%3b%20hoard%20linking%20items_ftd","p":67,"s":2,"h":1,"n":"Linking Hoards; Hoard Linking Items"},{"id":19212,"c":24,"u":"moonstone%20dragon%20adventures%3b%20moonstone%20dragon%20adventure%20hooks_ftd","p":131,"s":2,"h":1,"n":"Moonstone Dragon Adventures; Moonstone Dragon Adventure Hooks"},{"id":19213,"c":24,"u":"moonstone%20dragon%20treasures%3b%20moonstone%20dragon%20art%20objects_ftd","p":132,"s":2,"h":1,"n":"Moonstone Dragon Treasures; Moonstone Dragon Art Objects"},{"id":19214,"c":24,"u":"red%20dragon%20adventures%3b%20red%20dragon%20adventure%20hooks_ftd","p":134,"s":2,"h":1,"n":"Red Dragon Adventures; Red Dragon Adventure Hooks"},{"id":19215,"c":24,"u":"red%20dragon%20treasures%3b%20red%20dragon%20art%20objects_ftd","p":137,"s":2,"h":1,"n":"Red Dragon Treasures; Red Dragon Art Objects"},{"id":19216,"c":24,"u":"reproduction%3b%20origin%20of%20dragon%20eggs_ftd","p":38,"s":2,"h":1,"n":"Reproduction; Origin of Dragon Eggs"},{"id":19217,"c":24,"u":"sapphire%20dragon%20adventures%3b%20sapphire%20dragon%20adventure%20hooks_ftd","p":138,"s":2,"h":1,"n":"Sapphire Dragon Adventures; Sapphire Dragon Adventure Hooks"},{"id":19218,"c":24,"u":"sapphire%20dragon%20treasures%3b%20sapphire%20dragon%20art%20objects_ftd","p":140,"s":2,"h":1,"n":"Sapphire Dragon Treasures; Sapphire Dragon Art Objects"},{"id":19219,"c":24,"u":"shadow%20dragon%20adventures%3b%20shadow%20dragon%20adventure%20hooks_ftd","p":142,"s":2,"h":1,"n":"Shadow Dragon Adventures; Shadow Dragon Adventure Hooks"},{"id":19220,"c":24,"u":"shadow%20dragon%20treasures%3b%20shadow%20dragon%20art%20objects_ftd","p":144,"s":2,"h":1,"n":"Shadow Dragon Treasures; Shadow Dragon Art Objects"},{"id":19221,"c":24,"u":"silver%20dragon%20adventures%3b%20silver%20dragon%20adventure%20hooks_ftd","p":145,"s":2,"h":1,"n":"Silver Dragon Adventures; Silver Dragon Adventure Hooks"},{"id":19222,"c":24,"u":"silver%20dragon%20treasures%3b%20silver%20dragon%20art%20objects_ftd","p":148,"s":2,"h":1,"n":"Silver Dragon Treasures; Silver Dragon Art Objects"},{"id":19223,"c":24,"u":"spells_ftd","p":19,"s":2,"h":1,"n":"Spells"},{"id":19224,"c":24,"u":"topaz%20dragon%20adventures%3b%20topaz%20dragon%20adventure%20hooks_ftd","p":149,"s":2,"h":1,"n":"Topaz Dragon Adventures; Topaz Dragon Adventure Hooks"},{"id":19225,"c":24,"u":"topaz%20dragon%20treasures%3b%20topaz%20dragon%20art%20objects_ftd","p":152,"s":2,"h":1,"n":"Topaz Dragon Treasures; Topaz Dragon Art Objects"},{"id":19226,"c":24,"u":"undeath%3b%20undead%20dragon%20adventure%20hooks_ftd","p":41,"s":2,"h":1,"n":"Undeath; Undead Dragon Adventure Hooks"},{"id":19227,"c":24,"u":"warlord%3b%20relationships%20and%20adventures_ftd","p":51,"s":2,"h":1,"n":"Warlord; Relationships and Adventures"},{"id":19228,"c":24,"u":"white%20dragon%20adventures%3b%20white%20dragon%20adventure%20hooks_ftd","p":153,"s":2,"h":1,"n":"White Dragon Adventures; White Dragon Adventure Hooks"},{"id":19229,"c":24,"u":"white%20dragon%20treasures%3b%20white%20dragon%20art%20objects_ftd","p":157,"s":2,"h":1,"n":"White Dragon Treasures; White Dragon Art Objects"},{"id":19230,"c":24,"u":"wyrmlings%3b%20wyrmling%20goals_ftd","p":35,"s":2,"h":1,"n":"Wyrmlings; Wyrmling Goals"},{"id":19231,"c":24,"u":"young%20dragons%3b%20young%20dragon%20goals_ftd","p":36,"s":2,"h":1,"n":"Young Dragons; Young Dragon Goals"},{"id":19232,"c":24,"u":"how%20do%20i%20know%20which%20ability%20modifier%20to%20use%20with%20an%20attack%20roll%20and%20its%20damage%20roll%3f_sac","s":144,"h":1,"n":"How do I know which ability modifier to use with an attack roll and its damage roll?"},{"id":19233,"c":24,"u":"the%20drow%20pantheon_scag","p":23,"s":106,"h":1,"n":"The Drow Pantheon"},{"id":19234,"c":24,"u":"the%20dwarven%20pantheon_scag","p":22,"s":106,"h":1,"n":"The Dwarven Pantheon"},{"id":19235,"c":24,"u":"the%20elven%20pantheon_scag","p":23,"s":106,"h":1,"n":"The Elven Pantheon"},{"id":19236,"c":24,"u":"the%20faer%c3%bbnian%20pantheon_scag","p":21,"s":106,"h":1,"n":"The Faerunian Pantheon"},{"id":19237,"c":24,"u":"the%20gnomish%20pantheon_scag","p":24,"s":106,"h":1,"n":"The Gnomish Pantheon"},{"id":19238,"c":24,"u":"the%20halfling%20pantheon_scag","p":23,"s":106,"h":1,"n":"The Halfling Pantheon"},{"id":19239,"c":24,"u":"the%20orc%20pantheon_scag","p":24,"s":106,"h":1,"n":"The Orc Pantheon"},{"id":19240,"c":24,"u":"the%20shifting%20of%20the%20seasons%3b%20the%20calendar%20of%20harptos_scag","p":15,"s":106,"h":1,"n":"The Shifting of the Seasons; The Calendar of Harptos"},{"id":19241,"c":24,"u":"uthgardt%20totems_scag","p":121,"s":106,"h":1,"n":"Uthgardt Totems"},{"id":19242,"c":24,"u":"dungeon%20chambers_screendungeonkit","s":145,"h":1,"n":"Dungeon Chambers"},{"id":19243,"c":24,"u":"dungeon%20encounters_screendungeonkit","s":145,"h":1,"n":"Dungeon Encounters"},{"id":19244,"c":24,"u":"exhaustion_screendungeonkit","s":145,"h":1,"n":"Exhaustion"},{"id":19245,"c":24,"u":"screen%3b%20audible%20distance_screendungeonkit","s":145,"h":1,"n":"Screen; Audible Distance"},{"id":19246,"c":24,"u":"screen%3b%20cover_screendungeonkit","s":145,"h":1,"n":"Screen; Cover"},{"id":19247,"c":24,"u":"screen%3b%20damage%20by%20level%20and%20severity_screendungeonkit","s":145,"h":1,"n":"Screen; Damage by Level and Severity"},{"id":19248,"c":24,"u":"screen%3b%20food%2c%20drink%2c%20and%20lodging_screendungeonkit","s":145,"h":1,"n":"Screen; Food, Drink, and Lodging"},{"id":19249,"c":24,"u":"screen%3b%20foraging%20dcs_screendungeonkit","s":145,"h":1,"n":"Screen; Foraging DCs"},{"id":19250,"c":24,"u":"screen%3b%20improvising%20damage_screendungeonkit","s":145,"h":1,"n":"Screen; Improvising Damage"},{"id":19251,"c":24,"u":"screen%3b%20light_screendungeonkit","s":145,"h":1,"n":"Screen; Light"},{"id":19252,"c":24,"u":"screen%3b%20monster%20motivation_screendungeonkit","s":145,"h":1,"n":"Screen; Monster Motivation"},{"id":19253,"c":24,"u":"screen%3b%20object%20armor%20class_screendungeonkit","s":145,"h":1,"n":"Screen; Object Armor Class"},{"id":19254,"c":24,"u":"screen%3b%20object%20hit%20points_screendungeonkit","s":145,"h":1,"n":"Screen; Object Hit Points"},{"id":19255,"c":24,"u":"screen%3b%20obscured%20areas_screendungeonkit","s":145,"h":1,"n":"Screen; Obscured Areas"},{"id":19256,"c":24,"u":"screen%3b%20setting%20a%20dc_screendungeonkit","s":145,"h":1,"n":"Screen; Setting a DC"},{"id":19257,"c":24,"u":"screen%3b%20skills%20and%20associated%20abilities_screendungeonkit","s":145,"h":1,"n":"Screen; Skills and Associated Abilities"},{"id":19258,"c":24,"u":"screen%3b%20tracking%20dcs_screendungeonkit","s":145,"h":1,"n":"Screen; Tracking DCs"},{"id":19259,"c":24,"u":"screen%3b%20travel%20pace_screendungeonkit","s":145,"h":1,"n":"Screen; Travel Pace"},{"id":19260,"c":24,"u":"screen%3b%20visibility%20outdoors_screendungeonkit","s":145,"h":1,"n":"Screen; Visibility Outdoors"},{"id":19261,"c":24,"u":"state%20of%20ruin_screendungeonkit","s":145,"h":1,"n":"State of Ruin"},{"id":19262,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_screenwildernesskit","s":146,"h":1,"n":"Ending a Chase; Escape Factors"},{"id":19263,"c":24,"u":"food%20and%20water%20needs_screenwildernesskit","s":146,"h":1,"n":"Food and Water Needs"},{"id":19264,"c":24,"u":"playing%20a%20chase%3b%20wilderness%20chase%20complications_screenwildernesskit","s":146,"h":1,"n":"Playing a Chase; Wilderness Chase Complications"},{"id":19265,"c":24,"u":"random%20encounter%3b%20wilderness%20encounter_screenwildernesskit","s":146,"h":1,"n":"Random Encounter; Wilderness Encounter"},{"id":19266,"c":24,"u":"wilderness%20journeys%3b%20monuments_screenwildernesskit","s":146,"h":1,"n":"Wilderness Journeys; Monuments"},{"id":19267,"c":24,"u":"wilderness%20journeys%3b%20weird%20locales_screenwildernesskit","s":146,"h":1,"n":"Wilderness Journeys; Weird Locales"},{"id":19268,"c":24,"u":"academy%20contact_tce","p":85,"s":4,"h":1,"n":"Academy Contact"},{"id":19269,"c":24,"u":"academy%20factotum%20roles_tce","p":85,"s":4,"h":1,"n":"Academy Factotum Roles"},{"id":19270,"c":24,"u":"academy%20quests_tce","p":86,"s":4,"h":1,"n":"Academy Quests"},{"id":19271,"c":24,"u":"academy%20type_tce","p":84,"s":4,"h":1,"n":"Academy Type"},{"id":19272,"c":24,"u":"ancient%20being_tce","p":86,"s":4,"h":1,"n":"Ancient Being"},{"id":19273,"c":24,"u":"ancient%20being%20contact_tce","p":87,"s":4,"h":1,"n":"Ancient Being Contact"},{"id":19274,"c":24,"u":"ancient%20being%20operative%20roles_tce","p":88,"s":4,"h":1,"n":"Ancient Being Operative Roles"},{"id":19275,"c":24,"u":"ancient%20being%20quests_tce","p":88,"s":4,"h":1,"n":"Ancient Being Quests"},{"id":19276,"c":24,"u":"aristocrat%20contact_tce","p":90,"s":4,"h":1,"n":"Aristocrat Contact"},{"id":19277,"c":24,"u":"aristocrat%20quests_tce","p":90,"s":4,"h":1,"n":"Aristocrat Quests"},{"id":19278,"c":24,"u":"aristocrat%20retainer%20roles_tce","p":90,"s":4,"h":1,"n":"Aristocrat Retainer Roles"},{"id":19279,"c":24,"u":"aristocrat%20types_tce","p":89,"s":4,"h":1,"n":"Aristocrat Types"},{"id":19280,"c":24,"u":"blessed%20radiance%20effects_tce","p":150,"s":4,"h":1,"n":"Blessed Radiance Effects"},{"id":19281,"c":24,"u":"creature%20paintings_tce","p":172,"s":4,"h":1,"n":"Creature Paintings"},{"id":19282,"c":24,"u":"criminal%20syndicate%20contact%3b%20syndicate%20contact_tce","p":92,"s":4,"h":1,"n":"Criminal Syndicate Contact; Syndicate Contact"},{"id":19283,"c":24,"u":"criminal%20syndicate%20member%20roles_tce","p":92,"s":4,"h":1,"n":"Criminal Syndicate Member Roles"},{"id":19284,"c":24,"u":"criminal%20syndicate%20quests_tce","p":93,"s":4,"h":1,"n":"Criminal Syndicate Quests"},{"id":19285,"c":24,"u":"enchanted%20springs%3b%20enchanted%20spring%20effects_tce","p":165,"s":4,"h":1,"n":"Enchanted Springs; Enchanted Spring Effects"},{"id":19286,"c":24,"u":"far%20realm%20effects_tce","p":152,"s":4,"h":1,"n":"Far Realm Effects"},{"id":19287,"c":24,"u":"guild%20contact_tce","p":94,"s":4,"h":1,"n":"Guild Contact"},{"id":19288,"c":24,"u":"guild%20quests_tce","p":95,"s":4,"h":1,"n":"Guild Quests"},{"id":19289,"c":24,"u":"guild%20representative%20roles_tce","p":95,"s":4,"h":1,"n":"Guild Representative Roles"},{"id":19290,"c":24,"u":"guild%20types_tce","p":93,"s":4,"h":1,"n":"Guild Types"},{"id":19291,"c":24,"u":"haunted%20effects_tce","p":154,"s":4,"h":1,"n":"Haunted Effects"},{"id":19292,"c":24,"u":"infested%20effects_tce","p":156,"s":4,"h":1,"n":"Infested Effects"},{"id":19293,"c":24,"u":"magic%20items_tce","p":117,"s":4,"h":1,"n":"Magic Items"},{"id":19294,"c":24,"u":"magic%20mushrooms%3b%20magic%20mushroom%20effects_tce","p":166,"s":4,"h":1,"n":"Magic Mushrooms; Magic Mushroom Effects"},{"id":19295,"c":24,"u":"magic%20tattoos%3b%20magic%20tattoo%20coverage_tce","p":118,"s":4,"h":1,"n":"Magic Tattoos; Magic Tattoo Coverage"},{"id":19296,"c":24,"u":"menu%20items_tce","p":187,"s":4,"h":1,"n":"Menu Items"},{"id":19297,"c":24,"u":"military%20force%20contact%3b%20commanding%20officer_tce","p":97,"s":4,"h":1,"n":"Military Force Contact; Commanding Officer"},{"id":19298,"c":24,"u":"military%20force%20envoy%20roles_tce","p":97,"s":4,"h":1,"n":"Military Force Envoy Roles"},{"id":19299,"c":24,"u":"military%20force%20types_tce","p":96,"s":4,"h":1,"n":"Military Force Types"},{"id":19300,"c":24,"u":"military%20quests_tce","p":98,"s":4,"h":1,"n":"Military Quests"},{"id":19301,"c":24,"u":"mirror%20zone%20effects_tce","p":157,"s":4,"h":1,"n":"Mirror Zone Effects"},{"id":19302,"c":24,"u":"monster%20research_tce","p":148,"s":4,"h":1,"n":"Monster Research"},{"id":19303,"c":24,"u":"monsters'%20desires%3b%20aberrations_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Aberrations"},{"id":19304,"c":24,"u":"monsters'%20desires%3b%20beasts_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Beasts"},{"id":19305,"c":24,"u":"monsters'%20desires%3b%20celestials_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Celestials"},{"id":19306,"c":24,"u":"monsters'%20desires%3b%20constructs_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Constructs"},{"id":19307,"c":24,"u":"monsters'%20desires%3b%20dragons_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Dragons"},{"id":19308,"c":24,"u":"monsters'%20desires%3b%20elementals_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Elementals"},{"id":19309,"c":24,"u":"monsters'%20desires%3b%20fey_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Fey"},{"id":19310,"c":24,"u":"monsters'%20desires%3b%20fiends_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Fiends"},{"id":19311,"c":24,"u":"monsters'%20desires%3b%20giants_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Giants"},{"id":19312,"c":24,"u":"monsters'%20desires%3b%20humanoids_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Humanoids"},{"id":19313,"c":24,"u":"monsters'%20desires%3b%20monstrosities_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Monstrosities"},{"id":19314,"c":24,"u":"monsters'%20desires%3b%20oozes_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Oozes"},{"id":19315,"c":24,"u":"monsters'%20desires%3b%20plants_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Plants"},{"id":19316,"c":24,"u":"monsters'%20desires%3b%20undead_tce","p":148,"s":4,"h":1,"n":"Monsters' Desires; Undead"},{"id":19317,"c":24,"u":"party%20formation%3b%20party%20origin_tce","p":139,"s":4,"h":1,"n":"Party Formation; Party Origin"},{"id":19318,"c":24,"u":"personalizing%20spells%3b%20magic%20themes_tce","p":116,"s":4,"h":1,"n":"Personalizing Spells; Magic Themes"},{"id":19319,"c":24,"u":"primal%20fruit%20effects_tce","p":168,"s":4,"h":1,"n":"Primal Fruit Effects"},{"id":19320,"c":24,"u":"psychic%20resonance%20effects_tce","p":160,"s":4,"h":1,"n":"Psychic Resonance Effects"},{"id":19321,"c":24,"u":"religious%20order%20contact_tce","p":99,"s":4,"h":1,"n":"Religious Order Contact"},{"id":19322,"c":24,"u":"religious%20order%20member%20roles_tce","p":99,"s":4,"h":1,"n":"Religious Order Member Roles"},{"id":19323,"c":24,"u":"religious%20order%20quests_tce","p":100,"s":4,"h":1,"n":"Religious Order Quests"},{"id":19324,"c":24,"u":"religious%20order%20types_tce","p":98,"s":4,"h":1,"n":"Religious Order Types"},{"id":19325,"c":24,"u":"skeleton%20keys%20solution_tce","p":175,"s":4,"h":1,"n":"Skeleton Keys Solution"},{"id":19326,"c":24,"u":"solution%3b%20gem%20inventory_tce","p":176,"s":4,"h":1,"n":"Solution; Gem Inventory"},{"id":19327,"c":24,"u":"solution%3b%20potential%20passwords_tce","p":183,"s":4,"h":1,"n":"Solution; Potential Passwords"},{"id":19328,"c":24,"u":"solution%3b%20remembered%20names_tce","p":187,"s":4,"h":1,"n":"Solution; Remembered Names"},{"id":19329,"c":24,"u":"sovereign%20contact_tce","p":102,"s":4,"h":1,"n":"Sovereign Contact"},{"id":19330,"c":24,"u":"sovereign%20proxy%20roles_tce","p":102,"s":4,"h":1,"n":"Sovereign Proxy Roles"},{"id":19331,"c":24,"u":"sovereign%20quests_tce","p":102,"s":4,"h":1,"n":"Sovereign Quests"},{"id":19332,"c":24,"u":"sovereign%20types_tce","p":100,"s":4,"h":1,"n":"Sovereign Types"},{"id":19333,"c":24,"u":"spells_tce","p":105,"s":4,"h":1,"n":"Spells"},{"id":19334,"c":24,"u":"spells%20as%20natural%20hazards_tce","p":170,"s":4,"h":1,"n":"Spells as Natural Hazards"},{"id":19335,"c":24,"u":"types%20of%20criminal%20syndicates%3b%20syndicate%20types_tce","p":91,"s":4,"h":1,"n":"Types of Criminal Syndicates; Syndicate Types"},{"id":19336,"c":24,"u":"unearthly%20roads%3b%20unearthly%20road%20keys_tce","p":169,"s":4,"h":1,"n":"Unearthly Roads; Unearthly Road Keys"},{"id":19337,"c":24,"u":"unraveling%20magic%20effects_tce","p":161,"s":4,"h":1,"n":"Unraveling Magic Effects"},{"id":19338,"c":24,"u":"what's%20on%20the%20menu%20solution_tce","p":188,"s":4,"h":1,"n":"What's on the Menu Solution"},{"id":19339,"c":24,"u":"wild%20magic_tce","p":25,"s":4,"h":1,"n":"Wild Magic"},{"id":19340,"c":24,"u":"1%2c000%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"1,000 GP Gemstones"},{"id":19341,"c":24,"u":"10%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"10 GP Gemstones"},{"id":19342,"c":24,"u":"100%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"100 GP Gemstones"},{"id":19343,"c":24,"u":"1%3a%20common%20names_xdmg","p":84,"s":5,"h":1,"n":"1: Common Names"},{"id":19344,"c":24,"u":"2%2c500%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"n":"2,500 GP Art Objects"},{"id":19345,"c":24,"u":"25%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"n":"25 GP Art Objects"},{"id":19346,"c":24,"u":"250%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"n":"250 GP Art Objects"},{"id":19347,"c":24,"u":"2%3a%20guttural%20names_xdmg","p":84,"s":5,"h":1,"n":"2: Guttural Names"},{"id":19348,"c":24,"u":"3%3a%20lyrical%20names_xdmg","p":84,"s":5,"h":1,"n":"3: Lyrical Names"},{"id":19349,"c":24,"u":"4%3a%20monosyllabic%20names_xdmg","p":84,"s":5,"h":1,"n":"4: Monosyllabic Names"},{"id":19350,"c":24,"u":"5%2c000%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"5,000 GP Gemstones"},{"id":19351,"c":24,"u":"50%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"50 GP Gemstones"},{"id":19352,"c":24,"u":"500%20gp%20gemstones_xdmg","p":214,"s":5,"h":1,"n":"500 GP Gemstones"},{"id":19353,"c":24,"u":"5%3a%20sinister%20names_xdmg","p":84,"s":5,"h":1,"n":"5: Sinister Names"},{"id":19354,"c":24,"u":"6%3a%20whimsical%20names_xdmg","p":84,"s":5,"h":1,"n":"6: Whimsical Names"},{"id":19355,"c":24,"u":"7%2c500%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"n":"7,500 GP Art Objects"},{"id":19356,"c":24,"u":"750%20gp%20art%20objects_xdmg","p":215,"s":5,"h":1,"n":"750 GP Art Objects"},{"id":19357,"c":24,"u":"actions%20in%20combat%3b%20describing%20actions_xdmg","p":46,"s":5,"h":1,"n":"Actions in Combat; Describing Actions"},{"id":19358,"c":24,"u":"adding%20basic%20facilities_xdmg","p":335,"s":5,"h":1,"n":"Adding Basic Facilities"},{"id":19359,"c":24,"u":"adjudicating%20areas%20of%20effect%3b%20targets%20in%20area%20of%20effect_xdmg","p":82,"s":5,"h":1,"n":"Adjudicating Areas of Effect; Targets in Area of Effect"},{"id":19360,"c":24,"u":"adventure%20patrons%3b%20patron%20hooks_xdmg","p":110,"s":5,"h":1,"n":"Adventure Patrons; Patron Hooks"},{"id":19361,"c":24,"u":"all%20is%20well_xdmg","p":350,"s":5,"h":1,"n":"All Is Well"},{"id":19362,"c":24,"u":"ammunition%3b%202_xdmg","p":72,"s":5,"h":1,"n":"Ammunition; 2"},{"id":19363,"c":24,"u":"arcana%20-%20common_xdmg","p":326,"s":5,"h":1,"n":"Arcana - Common"},{"id":19364,"c":24,"u":"arcana%20-%20legendary_xdmg","p":326,"s":5,"h":1,"n":"Arcana - Legendary"},{"id":19365,"c":24,"u":"arcana%20-%20rare_xdmg","p":326,"s":5,"h":1,"n":"Arcana - Rare"},{"id":19366,"c":24,"u":"arcana%20-%20uncommon_xdmg","p":326,"s":5,"h":1,"n":"Arcana - Uncommon"},{"id":19367,"c":24,"u":"arcana%20-%20very%20rare_xdmg","p":326,"s":5,"h":1,"n":"Arcana - Very Rare"},{"id":19368,"c":24,"u":"armaments%20-%20common_xdmg","p":328,"s":5,"h":1,"n":"Armaments - Common"},{"id":19369,"c":24,"u":"armaments%20-%20legendary_xdmg","p":328,"s":5,"h":1,"n":"Armaments - Legendary"},{"id":19370,"c":24,"u":"armaments%20-%20rare_xdmg","p":328,"s":5,"h":1,"n":"Armaments - Rare"},{"id":19371,"c":24,"u":"armaments%20-%20uncommon_xdmg","p":328,"s":5,"h":1,"n":"Armaments - Uncommon"},{"id":19372,"c":24,"u":"armaments%20-%20very%20rare_xdmg","p":328,"s":5,"h":1,"n":"Armaments - Very Rare"},{"id":19373,"c":24,"u":"artifact%20properties%3b%20major%20beneficial%20properties_xdmg","p":224,"s":5,"h":1,"n":"Artifact Properties; Major Beneficial Properties"},{"id":19374,"c":24,"u":"artifact%20properties%3b%20major%20detrimental%20properties_xdmg","p":224,"s":5,"h":1,"n":"Artifact Properties; Major Detrimental Properties"},{"id":19375,"c":24,"u":"artifact%20properties%3b%20minor%20beneficial%20properties_xdmg","p":224,"s":5,"h":1,"n":"Artifact Properties; Minor Beneficial Properties"},{"id":19376,"c":24,"u":"artifact%20properties%3b%20minor%20detrimental%20properties_xdmg","p":224,"s":5,"h":1,"n":"Artifact Properties; Minor Detrimental Properties"},{"id":19377,"c":24,"u":"astral%20color%20pools_xdmg","p":184,"s":5,"h":1,"n":"Astral Color Pools"},{"id":19378,"c":24,"u":"average%20results%3b%20mob%20results_xdmg","p":82,"s":5,"h":1,"n":"Average Results; Mob Results"},{"id":19379,"c":24,"u":"bastion%20events_xdmg","p":350,"s":5,"h":1,"n":"Bastion Events"},{"id":19380,"c":24,"u":"bring%20it%20to%20an%20end%3b%20adventure%20climax_xdmg","p":120,"s":5,"h":1,"n":"Bring It to an End; Adventure Climax"},{"id":19381,"c":24,"u":"building%20your%20own%20traps%3b%20building%20a%20trap_xdmg","p":103,"s":5,"h":1,"n":"Building Your Own Traps; Building a Trap"},{"id":19382,"c":24,"u":"central%20flanaess%20locations_xdmg","p":162,"s":5,"h":1,"n":"Central Flanaess Locations"},{"id":19383,"c":24,"u":"creature%20size%20and%20space_xdmg","p":44,"s":5,"h":1,"n":"Creature Size and Space"},{"id":19384,"c":24,"u":"deep%20ethereal%3b%20ethereal%20curtains_xdmg","p":192,"s":5,"h":1,"n":"Deep Ethereal; Ethereal Curtains"},{"id":19385,"c":24,"u":"determine%20your%20xp%20budget%3b%20xp%20budget%20per%20character_xdmg","p":114,"s":5,"h":1,"n":"Determine Your XP Budget; XP Budget per Character"},{"id":19386,"c":24,"u":"difficulty%20class%3b%20typical%20dcs_xdmg","p":29,"s":5,"h":1,"n":"Difficulty Class; Typical DCs"},{"id":19387,"c":24,"u":"doors_xdmg","p":64,"s":5,"h":1,"n":"Doors"},{"id":19388,"c":24,"u":"dungeon%20decay%3b%20states%20of%20ruin_xdmg","p":67,"s":5,"h":1,"n":"Dungeon Decay; States of Ruin"},{"id":19389,"c":24,"u":"dungeons%3b%20dungeon%20quirks_xdmg","p":65,"s":5,"h":1,"n":"Dungeons; Dungeon Quirks"},{"id":19390,"c":24,"u":"eastern%20flanaess%20locations_xdmg","p":164,"s":5,"h":1,"n":"Eastern Flanaess Locations"},{"id":19391,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_xdmg","p":53,"s":5,"h":1,"n":"Ending a Chase; Escape Factors"},{"id":19392,"c":24,"u":"enlarging%20basic%20facilities_xdmg","p":335,"s":5,"h":1,"n":"Enlarging Basic Facilities"},{"id":19393,"c":24,"u":"ether%20cyclones%3b%20ether%20cyclone_xdmg","p":193,"s":5,"h":1,"n":"Ether Cyclones; Ether Cyclone"},{"id":19394,"c":24,"u":"exploring%20the%20mine_xdmg","p":123,"s":5,"h":1,"n":"Exploring the Mine"},{"id":19395,"c":24,"u":"explosives_xdmg","p":72,"s":5,"h":1,"n":"Explosives"},{"id":19396,"c":24,"u":"facility%20space_xdmg","p":335,"s":5,"h":1,"n":"Facility Space"},{"id":19397,"c":24,"u":"fear%20effects%3b%20sample%20fear%20dcs_xdmg","p":70,"s":5,"h":1,"n":"Fear Effects; Sample Fear DCs"},{"id":19398,"c":24,"u":"feywild%20time%20warp_xdmg","p":196,"s":5,"h":1,"n":"Feywild Time Warp"},{"id":19399,"c":24,"u":"firearms_xdmg","p":72,"s":5,"h":1,"n":"Firearms"},{"id":19400,"c":24,"u":"fortifications%3b%20maintenance%20costs_xdmg","p":80,"s":5,"h":1,"n":"Fortifications; Maintenance Costs"},{"id":19401,"c":24,"u":"gate-towns%20of%20the%20outlands_xdmg","p":205,"s":5,"h":1,"n":"Gate-Towns of the Outlands"},{"id":19402,"c":24,"u":"gods%20of%20greyhawk_xdmg","p":149,"s":5,"h":1,"n":"Gods of Greyhawk"},{"id":19403,"c":24,"u":"guest_xdmg","p":352,"s":5,"h":1,"n":"Guest"},{"id":19404,"c":24,"u":"happenstance%20hooks_xdmg","p":111,"s":5,"h":1,"n":"Happenstance Hooks"},{"id":19405,"c":24,"u":"implements%20-%20common_xdmg","p":329,"s":5,"h":1,"n":"Implements - Common"},{"id":19406,"c":24,"u":"implements%20-%20legendary_xdmg","p":329,"s":5,"h":1,"n":"Implements - Legendary"},{"id":19407,"c":24,"u":"implements%20-%20rare_xdmg","p":329,"s":5,"h":1,"n":"Implements - Rare"},{"id":19408,"c":24,"u":"implements%20-%20uncommon_xdmg","p":329,"s":5,"h":1,"n":"Implements - Uncommon"},{"id":19409,"c":24,"u":"implements%20-%20very%20rare_xdmg","p":329,"s":5,"h":1,"n":"Implements - Very Rare"},{"id":19410,"c":24,"u":"improvising%20damage_xdmg","p":30,"s":5,"h":1,"n":"Improvising Damage"},{"id":19411,"c":24,"u":"improvising%20damage%3b%20damage%20severity%20and%20level_xdmg","p":30,"s":5,"h":1,"n":"Improvising Damage; Damage Severity and Level"},{"id":19412,"c":24,"u":"initial%20attitudes%3b%20initial%20attitude_xdmg","p":116,"s":5,"h":1,"n":"Initial Attitudes; Initial Attitude"},{"id":19413,"c":24,"u":"layers%20of%20acheron_xdmg","p":182,"s":5,"h":1,"n":"Layers of Acheron"},{"id":19414,"c":24,"u":"layers%20of%20arborea_xdmg","p":183,"s":5,"h":1,"n":"Layers of Arborea"},{"id":19415,"c":24,"u":"layers%20of%20arcadia_xdmg","p":183,"s":5,"h":1,"n":"Layers of Arcadia"},{"id":19416,"c":24,"u":"layers%20of%20bytopia_xdmg","p":186,"s":5,"h":1,"n":"Layers of Bytopia"},{"id":19417,"c":24,"u":"layers%20of%20carceri_xdmg","p":187,"s":5,"h":1,"n":"Layers of Carceri"},{"id":19418,"c":24,"u":"layers%20of%20elysium_xdmg","p":191,"s":5,"h":1,"n":"Layers of Elysium"},{"id":19419,"c":24,"u":"layers%20of%20gehenna_xdmg","p":197,"s":5,"h":1,"n":"Layers of Gehenna"},{"id":19420,"c":24,"u":"layers%20of%20hades_xdmg","p":197,"s":5,"h":1,"n":"Layers of Hades"},{"id":19421,"c":24,"u":"layers%20of%20mount%20celestia_xdmg","p":200,"s":5,"h":1,"n":"Layers of Mount Celestia"},{"id":19422,"c":24,"u":"layers%20of%20pandemonium_xdmg","p":206,"s":5,"h":1,"n":"Layers of Pandemonium"},{"id":19423,"c":24,"u":"layers%20of%20the%20abyss_xdmg","p":180,"s":5,"h":1,"n":"Layers of the Abyss"},{"id":19424,"c":24,"u":"layers%20of%20the%20beastlands_xdmg","p":186,"s":5,"h":1,"n":"Layers of the Beastlands"},{"id":19425,"c":24,"u":"layers%20of%20the%20nine%20hells_xdmg","p":202,"s":5,"h":1,"n":"Layers of the Nine Hells"},{"id":19426,"c":24,"u":"layers%20of%20ysgard_xdmg","p":210,"s":5,"h":1,"n":"Layers of Ysgard"},{"id":19427,"c":24,"u":"level-based%20renown_xdmg","p":92,"s":5,"h":1,"n":"Level-Based Renown"},{"id":19428,"c":24,"u":"levels%2011%e2%80%9316%3a%20masters%20of%20the%20realm%3b%20levels%2011%e2%80%9316%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"n":"Levels 11–16: Masters of the Realm; Levels 11–16 Adventure Situations"},{"id":19429,"c":24,"u":"levels%2017%e2%80%9320%3a%20masters%20of%20the%20world%3b%20levels%2017%e2%80%9320%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"n":"Levels 17–20: Masters of the World; Levels 17–20 Adventure Situations"},{"id":19430,"c":24,"u":"levels%201%e2%80%934%3a%20local%20heroes%3b%20levels%201%e2%80%934%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"n":"Levels 1–4: Local Heroes; Levels 1–4 Adventure Situations"},{"id":19431,"c":24,"u":"levels%205%e2%80%9310%3a%20heroes%20of%20the%20realm%3b%20levels%205%e2%80%9310%20adventure%20situations_xdmg","p":106,"s":5,"h":1,"n":"Levels 5–10: Heroes of the Realm; Levels 5–10 Adventure Situations"},{"id":19432,"c":24,"u":"linking%20adventures%3b%20adventure%20connections_xdmg","p":139,"s":5,"h":1,"n":"Linking Adventures; Adventure Connections"},{"id":19433,"c":24,"u":"locked%20door%3b%20lock%20complexity_xdmg","p":64,"s":5,"h":1,"n":"Locked Door; Lock Complexity"},{"id":19434,"c":24,"u":"locked%20door%3b%20lock%20quality_xdmg","p":64,"s":5,"h":1,"n":"Locked Door; Lock Quality"},{"id":19435,"c":24,"u":"magic%20item%20categories_xdmg","p":216,"s":5,"h":1,"n":"Magic Item Categories"},{"id":19436,"c":24,"u":"magic%20item%20crafting%20time%20and%20cost_xdmg","p":221,"s":5,"h":1,"n":"Magic Item Crafting Time and Cost"},{"id":19437,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20creator%20or%20intended%20user_xdmg","p":222,"s":5,"h":1,"n":"Magic Item Special Features; Magic Item's Creator or Intended User"},{"id":19438,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20history_xdmg","p":222,"s":5,"h":1,"n":"Magic Item Special Features; Magic Item's History"},{"id":19439,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20minor%20property_xdmg","p":222,"s":5,"h":1,"n":"Magic Item Special Features; Magic Item's Minor Property"},{"id":19440,"c":24,"u":"magic%20item%20special%20features%3b%20magic%20item's%20quirk_xdmg","p":222,"s":5,"h":1,"n":"Magic Item Special Features; Magic Item's Quirk"},{"id":19441,"c":24,"u":"magic%20item%20tools_xdmg","p":220,"s":5,"h":1,"n":"Magic Item Tools"},{"id":19442,"c":24,"u":"magic%20item%20values%20by%20rarity%3b%20magic%20item%20rarities%20and%20values_xdmg","p":217,"s":5,"h":1,"n":"Magic Item Values by Rarity; Magic Item Rarities and Values"},{"id":19443,"c":24,"u":"magic%20items%20awarded%20by%20level_xdmg","p":218,"s":5,"h":1,"n":"Magic Items Awarded by Level"},{"id":19444,"c":24,"u":"mixing%20potions%3b%20potion%20miscibility_xdmg","p":216,"s":5,"h":1,"n":"Mixing Potions; Potion Miscibility"},{"id":19445,"c":24,"u":"monster%20personality_xdmg","p":116,"s":5,"h":1,"n":"Monster Personality"},{"id":19446,"c":24,"u":"monster%20relationships_xdmg","p":117,"s":5,"h":1,"n":"Monster Relationships"},{"id":19447,"c":24,"u":"months%20and%20festivals%3b%20days%20of%20the%20week_xdmg","p":146,"s":5,"h":1,"n":"Months and Festivals; Days of the Week"},{"id":19448,"c":24,"u":"northern%20flanaess%20locations_xdmg","p":165,"s":5,"h":1,"n":"Northern Flanaess Locations"},{"id":19449,"c":24,"u":"npc%20appearance_xdmg","p":86,"s":5,"h":1,"n":"NPC Appearance"},{"id":19450,"c":24,"u":"npc%20secrets_xdmg","p":86,"s":5,"h":1,"n":"NPC Secrets"},{"id":19451,"c":24,"u":"old%20keoland%20locations_xdmg","p":169,"s":5,"h":1,"n":"Old Keoland Locations"},{"id":19452,"c":24,"u":"outer%20planes_xdmg","p":174,"s":5,"h":1,"n":"Outer Planes"},{"id":19453,"c":24,"u":"perception%20and%20encounters%3b%20audible%20distance_xdmg","p":34,"s":5,"h":1,"n":"Perception and Encounters; Audible Distance"},{"id":19454,"c":24,"u":"planar%20adventure%20situations_xdmg","p":178,"s":5,"h":1,"n":"Planar Adventure Situations"},{"id":19455,"c":24,"u":"portcullises_xdmg","p":64,"s":5,"h":1,"n":"Portcullises"},{"id":19456,"c":24,"u":"power%20level%3b%20magic%20item%20power%20by%20rarity_xdmg","p":58,"s":5,"h":1,"n":"Power Level; Magic Item Power by Rarity"},{"id":19457,"c":24,"u":"psychic%20wind%20location%20effects_xdmg","p":185,"s":5,"h":1,"n":"Psychic Wind Location Effects"},{"id":19458,"c":24,"u":"psychic%20wind%20psychic%20effects_xdmg","p":185,"s":5,"h":1,"n":"Psychic Wind Psychic Effects"},{"id":19459,"c":24,"u":"random%20individual%20treasure_xdmg","p":120,"s":5,"h":1,"n":"Random Individual Treasure"},{"id":19460,"c":24,"u":"random%20magic%20item%20rarity%3b%20magic%20item%20rarities_xdmg","p":218,"s":5,"h":1,"n":"Random Magic Item Rarity; Magic Item Rarities"},{"id":19461,"c":24,"u":"relics%20-%20common_xdmg","p":330,"s":5,"h":1,"n":"Relics - Common"},{"id":19462,"c":24,"u":"relics%20-%20legendary_xdmg","p":330,"s":5,"h":1,"n":"Relics - Legendary"},{"id":19463,"c":24,"u":"relics%20-%20rare_xdmg","p":330,"s":5,"h":1,"n":"Relics - Rare"},{"id":19464,"c":24,"u":"relics%20-%20uncommon_xdmg","p":330,"s":5,"h":1,"n":"Relics - Uncommon"},{"id":19465,"c":24,"u":"relics%20-%20very%20rare_xdmg","p":330,"s":5,"h":1,"n":"Relics - Very Rare"},{"id":19466,"c":24,"u":"resolving%20outcomes%3b%20abilities%2c%20ability%20checks%2c%20and%20saving%20throws_xdmg","p":27,"s":5,"h":1,"n":"Resolving Outcomes; Abilities, Ability Checks, and Saving Throws"},{"id":19467,"c":24,"u":"sample%20mental%20stress%20effects_xdmg","p":70,"s":5,"h":1,"n":"Sample Mental Stress Effects"},{"id":19468,"c":24,"u":"secret%20doors_xdmg","p":64,"s":5,"h":1,"n":"Secret Doors"},{"id":19469,"c":24,"u":"sentient%20item's%20special%20purpose_xdmg","p":226,"s":5,"h":1,"n":"Sentient Item's Special Purpose"},{"id":19470,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20claims%20to%20fame_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Claims to Fame"},{"id":19471,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20current%20calamities_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Current Calamities"},{"id":19472,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20defining%20traits_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Defining Traits"},{"id":19473,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20local%20leaders_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Local Leaders"},{"id":19474,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20random%20shops_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Random Shops"},{"id":19475,"c":24,"u":"settlement%20tables%20and%20tracker%3b%20tavern%20names_xdmg","p":93,"s":5,"h":1,"n":"Settlement Tables and Tracker; Tavern Names"},{"id":19476,"c":24,"u":"settlements%20by%20size_xdmg","p":93,"s":5,"h":1,"n":"Settlements by Size"},{"id":19477,"c":24,"u":"shadowfell%20despair_xdmg","p":209,"s":5,"h":1,"n":"Shadowfell Despair"},{"id":19478,"c":24,"u":"special%20facilities%3b%20special%20facility%20acquisition_xdmg","p":335,"s":5,"h":1,"n":"Special Facilities; Special Facility Acquisition"},{"id":19479,"c":24,"u":"special%20facility%20descriptions%3b%20special%20facilities_xdmg","p":336,"s":5,"h":1,"n":"Special Facility Descriptions; Special Facilities"},{"id":19480,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20alignment_xdmg","p":226,"s":5,"h":1,"n":"Special Purpose; Sentient Item's Alignment"},{"id":19481,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20communication_xdmg","p":226,"s":5,"h":1,"n":"Special Purpose; Sentient Item's Communication"},{"id":19482,"c":24,"u":"special%20purpose%3b%20sentient%20item's%20senses_xdmg","p":226,"s":5,"h":1,"n":"Special Purpose; Sentient Item's Senses"},{"id":19483,"c":24,"u":"spell%20damage_xdmg","p":59,"s":5,"h":1,"n":"Spell Damage"},{"id":19484,"c":24,"u":"stage%202_xdmg","p":124,"s":5,"h":1,"n":"Stage 2"},{"id":19485,"c":24,"u":"supernatural%20hooks_xdmg","p":111,"s":5,"h":1,"n":"Supernatural Hooks"},{"id":19486,"c":24,"u":"trade%20bars_xdmg","p":213,"s":5,"h":1,"n":"Trade Bars"},{"id":19487,"c":24,"u":"trade%20goods_xdmg","p":213,"s":5,"h":1,"n":"Trade Goods"},{"id":19488,"c":24,"u":"travel%20terrain_xdmg","p":39,"s":5,"h":1,"n":"Travel Terrain"},{"id":19489,"c":24,"u":"treasure_xdmg","p":352,"s":5,"h":1,"n":"Treasure"},{"id":19490,"c":24,"u":"treasure%20hoards%3b%20random%20treasure%20hoard_xdmg","p":120,"s":5,"h":1,"n":"Treasure Hoards; Random Treasure Hoard"},{"id":19491,"c":24,"u":"treasure%20themes_xdmg","p":213,"s":5,"h":1,"n":"Treasure Themes"},{"id":19492,"c":24,"u":"urban%20chase%20complications_xdmg","p":53,"s":5,"h":1,"n":"Urban Chase Complications"},{"id":19493,"c":24,"u":"using%20a%20published%20setting%3b%20d%26d%20settings_xdmg","p":136,"s":5,"h":1,"n":"Using a Published Setting; D&D Settings"},{"id":19494,"c":24,"u":"variant%3a%20training%20to%20gain%20levels%3b%20training%20to%20gain%20levels_xdmg","p":49,"s":5,"h":1,"n":"Variant: Training to Gain Levels; Training to Gain Levels"},{"id":19495,"c":24,"u":"visibility%20underwater%3b%20underwater%20encounter%20distance_xdmg","p":36,"s":5,"h":1,"n":"Visibility Underwater; Underwater Encounter Distance"},{"id":19496,"c":24,"u":"weather_xdmg","p":38,"s":5,"h":1,"n":"Weather"},{"id":19497,"c":24,"u":"weather%3b%202_xdmg","p":38,"s":5,"h":1,"n":"Weather; 2"},{"id":19498,"c":24,"u":"western%20flanaess%20locations_xdmg","p":170,"s":5,"h":1,"n":"Western Flanaess Locations"},{"id":19499,"c":24,"u":"wilderness%20chase%20complications_xdmg","p":53,"s":5,"h":1,"n":"Wilderness Chase Complications"},{"id":19500,"c":24,"u":"arctic%20encounters%20(levels%2011%e2%80%9416)_xge","p":92,"s":6,"h":1,"n":"Arctic Encounters (Levels 11—16)"},{"id":19501,"c":24,"u":"arctic%20encounters%20(levels%2017%e2%80%9420)_xge","p":92,"s":6,"h":1,"n":"Arctic Encounters (Levels 17—20)"},{"id":19502,"c":24,"u":"arctic%20encounters%20(levels%201%e2%80%944)_xge","p":92,"s":6,"h":1,"n":"Arctic Encounters (Levels 1—4)"},{"id":19503,"c":24,"u":"arctic%20encounters%20(levels%205%e2%80%9410)_xge","p":92,"s":6,"h":1,"n":"Arctic Encounters (Levels 5—10)"},{"id":19504,"c":24,"u":"birthplace_xge","p":62,"s":6,"h":1,"n":"Birthplace"},{"id":19505,"c":24,"u":"brewing%20potions%20of%20healing%3b%20potion%20of%20healing%20creation_xge","p":130,"s":6,"h":1,"n":"Brewing Potions of Healing; Potion of Healing Creation"},{"id":19506,"c":24,"u":"buying%20a%20magic%20item%3b%20buying%20magic%20items_xge","p":126,"s":6,"h":1,"n":"Buying a Magic Item; Buying Magic Items"},{"id":19507,"c":24,"u":"buying%20a%20magic%20item%3b%20magic%20item%20price_xge","p":126,"s":6,"h":1,"n":"Buying a Magic Item; Magic Item Price"},{"id":19508,"c":24,"u":"carousing_xge","p":127,"s":6,"h":1,"n":"Carousing"},{"id":19509,"c":24,"u":"character%20options%3b%20subclasses_xge","p":7,"s":6,"h":1,"n":"Character Options; Subclasses"},{"id":19510,"c":24,"u":"coastal%20encounters%20(levels%2011%e2%80%9416)_xge","p":93,"s":6,"h":1,"n":"Coastal Encounters (Levels 11—16)"},{"id":19511,"c":24,"u":"coastal%20encounters%20(levels%2017%e2%80%9420)_xge","p":93,"s":6,"h":1,"n":"Coastal Encounters (Levels 17—20)"},{"id":19512,"c":24,"u":"coastal%20encounters%20(levels%201%e2%80%944)_xge","p":93,"s":6,"h":1,"n":"Coastal Encounters (Levels 1—4)"},{"id":19513,"c":24,"u":"coastal%20encounters%20(levels%205%e2%80%9410)_xge","p":93,"s":6,"h":1,"n":"Coastal Encounters (Levels 5—10)"},{"id":19514,"c":24,"u":"crafting%20an%20item%3b%20resources%20and%20resolution_xge","p":128,"s":6,"h":1,"n":"Crafting an Item; Resources and Resolution"},{"id":19515,"c":24,"u":"crafting%20complications_xge","p":129,"s":6,"h":1,"n":"Crafting Complications"},{"id":19516,"c":24,"u":"crafting%20magic%20items%3b%20magic%20item%20crafting%20time%20and%20cost_xge","p":128,"s":6,"h":1,"n":"Crafting Magic Items; Magic Item Crafting Time and Cost"},{"id":19517,"c":24,"u":"crafting%20magic%20items%3b%20magic%20item%20ingredients_xge","p":128,"s":6,"h":1,"n":"Crafting Magic Items; Magic Item Ingredients"},{"id":19518,"c":24,"u":"creating%20a%20rival%3b%20rival_xge","p":124,"s":6,"h":1,"n":"Creating a Rival; Rival"},{"id":19519,"c":24,"u":"crime%20complications_xge","p":130,"s":6,"h":1,"n":"Crime Complications"},{"id":19520,"c":24,"u":"crime%3b%20loot%20value_xge","p":130,"s":6,"h":1,"n":"Crime; Loot Value"},{"id":19521,"c":24,"u":"desert%20encounters%20(levels%2011%e2%80%9416)_xge","p":95,"s":6,"h":1,"n":"Desert Encounters (Levels 11—16)"},{"id":19522,"c":24,"u":"desert%20encounters%20(levels%2017%e2%80%9420)_xge","p":95,"s":6,"h":1,"n":"Desert Encounters (Levels 17—20)"},{"id":19523,"c":24,"u":"desert%20encounters%20(levels%201%e2%80%944)_xge","p":95,"s":6,"h":1,"n":"Desert Encounters (Levels 1—4)"},{"id":19524,"c":24,"u":"desert%20encounters%20(levels%205%e2%80%9410)_xge","p":95,"s":6,"h":1,"n":"Desert Encounters (Levels 5—10)"},{"id":19525,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%2011th-15th%20level_xge","p":88,"s":6,"h":1,"n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 11th-15th Level"},{"id":19526,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%2016th-20th%20level_xge","p":88,"s":6,"h":1,"n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 16th-20th Level"},{"id":19527,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%201st-5th%20level_xge","p":88,"s":6,"h":1,"n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 1st-5th Level"},{"id":19528,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20multiple%20monsters%3a%206th-10th%20level_xge","p":88,"s":6,"h":1,"n":"Determine Numbers and Challenge Ratings; Multiple Monsters: 6th-10th Level"},{"id":19529,"c":24,"u":"determine%20numbers%20and%20challenge%20ratings%3b%20solo%20monster%20challenge%20rating_xge","p":88,"s":6,"h":1,"n":"Determine Numbers and Challenge Ratings; Solo Monster Challenge Rating"},{"id":19530,"c":24,"u":"distribution%20by%20rarity%3b%20magic%20items%20awarded%20by%20tier_xge","p":135,"s":6,"h":1,"n":"Distribution by Rarity; Magic Items Awarded by Tier"},{"id":19531,"c":24,"u":"dragonborn%20names%20%e2%80%93%20clan_xge","p":175,"s":6,"h":1,"n":"Dragonborn Names – Clan"},{"id":19532,"c":24,"u":"dragonborn%20names%20%e2%80%93%20female_xge","p":175,"s":6,"h":1,"n":"Dragonborn Names – Female"},{"id":19533,"c":24,"u":"dragonborn%20names%20%e2%80%93%20male_xge","p":175,"s":6,"h":1,"n":"Dragonborn Names – Male"},{"id":19534,"c":24,"u":"dwarf%20names%20%e2%80%93%20clan_xge","p":176,"s":6,"h":1,"n":"Dwarf Names – Clan"},{"id":19535,"c":24,"u":"dwarf%20names%20%e2%80%93%20duergar%20clan_xge","p":176,"s":6,"h":1,"n":"Dwarf Names – Duergar Clan"},{"id":19536,"c":24,"u":"dwarf%20names%20%e2%80%93%20female_xge","p":176,"s":6,"h":1,"n":"Dwarf Names – Female"},{"id":19537,"c":24,"u":"dwarf%20names%20%e2%80%93%20male_xge","p":176,"s":6,"h":1,"n":"Dwarf Names – Male"},{"id":19538,"c":24,"u":"elf%20names%20%e2%80%93%20child_xge","p":176,"s":6,"h":1,"n":"Elf Names – Child"},{"id":19539,"c":24,"u":"elf%20names%20%e2%80%93%20family_xge","p":176,"s":6,"h":1,"n":"Elf Names – Family"},{"id":19540,"c":24,"u":"elf%20names%20%e2%80%93%20female%20adult_xge","p":176,"s":6,"h":1,"n":"Elf Names – Female Adult"},{"id":19541,"c":24,"u":"elf%20names%20%e2%80%93%20male%20adult_xge","p":176,"s":6,"h":1,"n":"Elf Names – Male Adult"},{"id":19542,"c":24,"u":"experience%20for%20complex%20traps%3b%20complex%20trap%20experience%20awards_xge","p":118,"s":6,"h":1,"n":"Experience for Complex Traps; Complex Trap Experience Awards"},{"id":19543,"c":24,"u":"forest%20encounters%20(levels%2011%e2%80%9416)_xge","p":97,"s":6,"h":1,"n":"Forest Encounters (Levels 11—16)"},{"id":19544,"c":24,"u":"forest%20encounters%20(levels%2017%e2%80%9420)_xge","p":97,"s":6,"h":1,"n":"Forest Encounters (Levels 17—20)"},{"id":19545,"c":24,"u":"forest%20encounters%20(levels%201%e2%80%944)_xge","p":97,"s":6,"h":1,"n":"Forest Encounters (Levels 1—4)"},{"id":19546,"c":24,"u":"forest%20encounters%20(levels%205%e2%80%9410)_xge","p":97,"s":6,"h":1,"n":"Forest Encounters (Levels 5—10)"},{"id":19547,"c":24,"u":"gambling%20complications_xge","p":130,"s":6,"h":1,"n":"Gambling Complications"},{"id":19548,"c":24,"u":"gambling%20results_xge","p":130,"s":6,"h":1,"n":"Gambling Results"},{"id":19549,"c":24,"u":"gnome%20names%20%e2%80%93%20clan_xge","p":178,"s":6,"h":1,"n":"Gnome Names – Clan"},{"id":19550,"c":24,"u":"gnome%20names%20%e2%80%93%20female_xge","p":178,"s":6,"h":1,"n":"Gnome Names – Female"},{"id":19551,"c":24,"u":"gnome%20names%20%e2%80%93%20male_xge","p":178,"s":6,"h":1,"n":"Gnome Names – Male"},{"id":19552,"c":24,"u":"grassland%20encounters%20(levels%2011%e2%80%9416)_xge","p":100,"s":6,"h":1,"n":"Grassland Encounters (Levels 11—16)"},{"id":19553,"c":24,"u":"grassland%20encounters%20(levels%2017%e2%80%9420)_xge","p":100,"s":6,"h":1,"n":"Grassland Encounters (Levels 17—20)"},{"id":19554,"c":24,"u":"grassland%20encounters%20(levels%201%e2%80%945)_xge","p":100,"s":6,"h":1,"n":"Grassland Encounters (Levels 1—5)"},{"id":19555,"c":24,"u":"grassland%20encounters%20(levels%206%e2%80%9410)_xge","p":100,"s":6,"h":1,"n":"Grassland Encounters (Levels 6—10)"},{"id":19556,"c":24,"u":"half-elf%20parents_xge","p":62,"s":6,"h":1,"n":"Half-Elf Parents"},{"id":19557,"c":24,"u":"half-orc%20names%20%e2%80%93%20female_xge","p":179,"s":6,"h":1,"n":"Half-Orc Names – Female"},{"id":19558,"c":24,"u":"half-orc%20names%20%e2%80%93%20male_xge","p":179,"s":6,"h":1,"n":"Half-Orc Names – Male"},{"id":19559,"c":24,"u":"half-orc%20parents_xge","p":62,"s":6,"h":1,"n":"Half-Orc Parents"},{"id":19560,"c":24,"u":"halfling%20names%20%e2%80%93%20clan_xge","p":179,"s":6,"h":1,"n":"Halfling Names – Clan"},{"id":19561,"c":24,"u":"halfling%20names%20%e2%80%93%20female_xge","p":179,"s":6,"h":1,"n":"Halfling Names – Female"},{"id":19562,"c":24,"u":"halfling%20names%20%e2%80%93%20male_xge","p":179,"s":6,"h":1,"n":"Halfling Names – Male"},{"id":19563,"c":24,"u":"hill%20encounters%20(levels%2011%e2%80%9416)_xge","p":101,"s":6,"h":1,"n":"Hill Encounters (Levels 11—16)"},{"id":19564,"c":24,"u":"hill%20encounters%20(levels%2017%e2%80%9420)_xge","p":101,"s":6,"h":1,"n":"Hill Encounters (Levels 17—20)"},{"id":19565,"c":24,"u":"hill%20encounters%20(levels%201%e2%80%944)_xge","p":101,"s":6,"h":1,"n":"Hill Encounters (Levels 1—4)"},{"id":19566,"c":24,"u":"hill%20encounters%20(levels%205%e2%80%9410)_xge","p":101,"s":6,"h":1,"n":"Hill Encounters (Levels 5—10)"},{"id":19567,"c":24,"u":"human%20names%20%e2%80%93%20arabic%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Arabic, Female"},{"id":19568,"c":24,"u":"human%20names%20%e2%80%93%20arabic%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Arabic, Male"},{"id":19569,"c":24,"u":"human%20names%20%e2%80%93%20celtic%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Celtic, Female"},{"id":19570,"c":24,"u":"human%20names%20%e2%80%93%20celtic%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Celtic, Male"},{"id":19571,"c":24,"u":"human%20names%20%e2%80%93%20chinese%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Chinese, Female"},{"id":19572,"c":24,"u":"human%20names%20%e2%80%93%20chinese%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Chinese, Male"},{"id":19573,"c":24,"u":"human%20names%20%e2%80%93%20egyptian%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Egyptian, Female"},{"id":19574,"c":24,"u":"human%20names%20%e2%80%93%20egyptian%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Egyptian, Male"},{"id":19575,"c":24,"u":"human%20names%20%e2%80%93%20english%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – English, Female"},{"id":19576,"c":24,"u":"human%20names%20%e2%80%93%20english%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – English, Male"},{"id":19577,"c":24,"u":"human%20names%20%e2%80%93%20french%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – French, Female"},{"id":19578,"c":24,"u":"human%20names%20%e2%80%93%20french%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – French, Male"},{"id":19579,"c":24,"u":"human%20names%20%e2%80%93%20german%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – German, Female"},{"id":19580,"c":24,"u":"human%20names%20%e2%80%93%20german%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – German, Male"},{"id":19581,"c":24,"u":"human%20names%20%e2%80%93%20greek%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Greek, Female"},{"id":19582,"c":24,"u":"human%20names%20%e2%80%93%20greek%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Greek, Male"},{"id":19583,"c":24,"u":"human%20names%20%e2%80%93%20indian%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Indian, Female"},{"id":19584,"c":24,"u":"human%20names%20%e2%80%93%20indian%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Indian, Male"},{"id":19585,"c":24,"u":"human%20names%20%e2%80%93%20japanese%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Japanese, Female"},{"id":19586,"c":24,"u":"human%20names%20%e2%80%93%20japanese%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Japanese, Male"},{"id":19587,"c":24,"u":"human%20names%20%e2%80%93%20mesoamerican%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Mesoamerican, Female"},{"id":19588,"c":24,"u":"human%20names%20%e2%80%93%20mesoamerican%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Mesoamerican, Male"},{"id":19589,"c":24,"u":"human%20names%20%e2%80%93%20niger-congo%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Niger-Congo, Female"},{"id":19590,"c":24,"u":"human%20names%20%e2%80%93%20niger-congo%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Niger-Congo, Male"},{"id":19591,"c":24,"u":"human%20names%20%e2%80%93%20norse%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Norse, Female"},{"id":19592,"c":24,"u":"human%20names%20%e2%80%93%20norse%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Norse, Male"},{"id":19593,"c":24,"u":"human%20names%20%e2%80%93%20polynesian%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Polynesian, Female"},{"id":19594,"c":24,"u":"human%20names%20%e2%80%93%20polynesian%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Polynesian, Male"},{"id":19595,"c":24,"u":"human%20names%20%e2%80%93%20roman%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Roman, Female"},{"id":19596,"c":24,"u":"human%20names%20%e2%80%93%20roman%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Roman, Male"},{"id":19597,"c":24,"u":"human%20names%20%e2%80%93%20slavic%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Slavic, Female"},{"id":19598,"c":24,"u":"human%20names%20%e2%80%93%20slavic%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Slavic, Male"},{"id":19599,"c":24,"u":"human%20names%20%e2%80%93%20spanish%2c%20female_xge","p":181,"s":6,"h":1,"n":"Human Names – Spanish, Female"},{"id":19600,"c":24,"u":"human%20names%20%e2%80%93%20spanish%2c%20male_xge","p":181,"s":6,"h":1,"n":"Human Names – Spanish, Male"},{"id":19601,"c":24,"u":"level%20and%20lethality%3b%20damage%20severity%20by%20level_xge","p":116,"s":6,"h":1,"n":"Level and Lethality; Damage Severity by Level"},{"id":19602,"c":24,"u":"level%20and%20lethality%3b%20spell%20equivalent%20by%20level_xge","p":116,"s":6,"h":1,"n":"Level and Lethality; Spell Equivalent by Level"},{"id":19603,"c":24,"u":"level%20and%20lethality%3b%20trap%20save%20dcs%20and%20attack%20bonuses_xge","p":116,"s":6,"h":1,"n":"Level and Lethality; Trap Save DCs and Attack Bonuses"},{"id":19604,"c":24,"u":"life%20events_xge","p":69,"s":6,"h":1,"n":"Life Events"},{"id":19605,"c":24,"u":"life%20events%20by%20age_xge","p":69,"s":6,"h":1,"n":"Life Events by Age"},{"id":19606,"c":24,"u":"lower-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"n":"Lower-Class Carousing Complications"},{"id":19607,"c":24,"u":"magic%20item%20purchase%20complications_xge","p":126,"s":6,"h":1,"n":"Magic Item Purchase Complications"},{"id":19608,"c":24,"u":"magic%20item%20sale%20complications_xge","p":133,"s":6,"h":1,"n":"Magic Item Sale Complications"},{"id":19609,"c":24,"u":"magic%20items%20awarded%20by%20rarity%20-%20major_xge","p":135,"s":6,"h":1,"n":"Magic Items Awarded by Rarity - Major"},{"id":19610,"c":24,"u":"magic%20items%20awarded%20by%20rarity%20-%20minor_xge","p":135,"s":6,"h":1,"n":"Magic Items Awarded by Rarity - Minor"},{"id":19611,"c":24,"u":"middle-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"n":"Middle-Class Carousing Complications"},{"id":19612,"c":24,"u":"monster%20personality_xge","p":91,"s":6,"h":1,"n":"Monster Personality"},{"id":19613,"c":24,"u":"monster%20relationships_xge","p":91,"s":6,"h":1,"n":"Monster Relationships"},{"id":19614,"c":24,"u":"mountain%20encounters%20(levels%2011%e2%80%9416)_xge","p":104,"s":6,"h":1,"n":"Mountain Encounters (Levels 11—16)"},{"id":19615,"c":24,"u":"mountain%20encounters%20(levels%2017%e2%80%9420)_xge","p":104,"s":6,"h":1,"n":"Mountain Encounters (Levels 17—20)"},{"id":19616,"c":24,"u":"mountain%20encounters%20(levels%201%e2%80%944)_xge","p":104,"s":6,"h":1,"n":"Mountain Encounters (Levels 1—4)"},{"id":19617,"c":24,"u":"mountain%20encounters%20(levels%205%e2%80%9410)_xge","p":104,"s":6,"h":1,"n":"Mountain Encounters (Levels 5—10)"},{"id":19618,"c":24,"u":"number%20of%20siblings_xge","p":62,"s":6,"h":1,"n":"Number of Siblings"},{"id":19619,"c":24,"u":"other%20details%3b%20birth%20order_xge","p":62,"s":6,"h":1,"n":"Other Details; Birth Order"},{"id":19620,"c":24,"u":"parents_xge","p":62,"s":6,"h":1,"n":"Parents"},{"id":19621,"c":24,"u":"pit%20fighting%20complications_xge","p":131,"s":6,"h":1,"n":"Pit Fighting Complications"},{"id":19622,"c":24,"u":"pit%20fighting%20results_xge","p":131,"s":6,"h":1,"n":"Pit Fighting Results"},{"id":19623,"c":24,"u":"potions%20for%20sale_xge","s":6,"h":1,"n":"Potions for Sale"},{"id":19624,"c":24,"u":"quick%20matchups_xge","p":91,"s":6,"h":1,"n":"Quick Matchups"},{"id":19625,"c":24,"u":"racial%20feats_xge","p":73,"s":6,"h":1,"n":"Racial Feats"},{"id":19626,"c":24,"u":"religious%20service_xge","p":131,"s":6,"h":1,"n":"Religious Service"},{"id":19627,"c":24,"u":"religious%20service%20complications_xge","p":132,"s":6,"h":1,"n":"Religious Service Complications"},{"id":19628,"c":24,"u":"research%20complications_xge","p":132,"s":6,"h":1,"n":"Research Complications"},{"id":19629,"c":24,"u":"research%20outcomes_xge","p":132,"s":6,"h":1,"n":"Research Outcomes"},{"id":19630,"c":24,"u":"resources%3b%20spell%20scroll%20costs_xge","p":133,"s":6,"h":1,"n":"Resources; Spell Scroll Costs"},{"id":19631,"c":24,"u":"scribe%20a%20scroll%20complications_xge","p":133,"s":6,"h":1,"n":"Scribe a Scroll Complications"},{"id":19632,"c":24,"u":"secondary%20tables%3b%20adventures_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Adventures"},{"id":19633,"c":24,"u":"secondary%20tables%3b%20arcane%20matters_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Arcane Matters"},{"id":19634,"c":24,"u":"secondary%20tables%3b%20boons_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Boons"},{"id":19635,"c":24,"u":"secondary%20tables%3b%20crime_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Crime"},{"id":19636,"c":24,"u":"secondary%20tables%3b%20punishment_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Punishment"},{"id":19637,"c":24,"u":"secondary%20tables%3b%20supernatural%20events_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Supernatural Events"},{"id":19638,"c":24,"u":"secondary%20tables%3b%20tragedies_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Tragedies"},{"id":19639,"c":24,"u":"secondary%20tables%3b%20war_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; War"},{"id":19640,"c":24,"u":"secondary%20tables%3b%20weird%20stuff_xge","p":70,"s":6,"h":1,"n":"Secondary Tables; Weird Stuff"},{"id":19641,"c":24,"u":"selling%20a%20magic%20item%3b%20magic%20item%20base%20prices_xge","p":133,"s":6,"h":1,"n":"Selling a Magic Item; Magic Item Base Prices"},{"id":19642,"c":24,"u":"selling%20a%20magic%20item%3b%20magic%20item%20offer_xge","p":133,"s":6,"h":1,"n":"Selling a Magic Item; Magic Item Offer"},{"id":19643,"c":24,"u":"spell%20scrolls%20for%20sale_xge","s":6,"h":1,"n":"Spell Scrolls for Sale"},{"id":19644,"c":24,"u":"supplemental%20tables%3b%20absent%20parent_xge","p":63,"s":6,"h":1,"n":"Supplemental Tables; Absent Parent"},{"id":19645,"c":24,"u":"supplemental%20tables%3b%20alignment_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Alignment"},{"id":19646,"c":24,"u":"supplemental%20tables%3b%20cause%20of%20death_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Cause of Death"},{"id":19647,"c":24,"u":"supplemental%20tables%3b%20childhood%20home_xge","p":63,"s":6,"h":1,"n":"Supplemental Tables; Childhood Home"},{"id":19648,"c":24,"u":"supplemental%20tables%3b%20childhood%20memories_xge","p":63,"s":6,"h":1,"n":"Supplemental Tables; Childhood Memories"},{"id":19649,"c":24,"u":"supplemental%20tables%3b%20class_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Class"},{"id":19650,"c":24,"u":"supplemental%20tables%3b%20family_xge","p":63,"s":6,"h":1,"n":"Supplemental Tables; Family"},{"id":19651,"c":24,"u":"supplemental%20tables%3b%20family%20lifestyle_xge","p":63,"s":6,"h":1,"n":"Supplemental Tables; Family Lifestyle"},{"id":19652,"c":24,"u":"supplemental%20tables%3b%20occupation_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Occupation"},{"id":19653,"c":24,"u":"supplemental%20tables%3b%20race_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Race"},{"id":19654,"c":24,"u":"supplemental%20tables%3b%20relationship_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Relationship"},{"id":19655,"c":24,"u":"supplemental%20tables%3b%20status_xge","p":72,"s":6,"h":1,"n":"Supplemental Tables; Status"},{"id":19656,"c":24,"u":"swamp%20encounters%20(levels%2011%e2%80%9420)_xge","p":105,"s":6,"h":1,"n":"Swamp Encounters (Levels 11—20)"},{"id":19657,"c":24,"u":"swamp%20encounters%20(levels%201%e2%80%944)_xge","p":105,"s":6,"h":1,"n":"Swamp Encounters (Levels 1—4)"},{"id":19658,"c":24,"u":"swamp%20encounters%20(levels%205%e2%80%9410)_xge","p":105,"s":6,"h":1,"n":"Swamp Encounters (Levels 5—10)"},{"id":19659,"c":24,"u":"tiefling%20names%20%e2%80%93%20female_xge","p":180,"s":6,"h":1,"n":"Tiefling Names – Female"},{"id":19660,"c":24,"u":"tiefling%20names%20%e2%80%93%20male_xge","p":180,"s":6,"h":1,"n":"Tiefling Names – Male"},{"id":19661,"c":24,"u":"tiefling%20names%20%e2%80%93%20virtue_xge","p":180,"s":6,"h":1,"n":"Tiefling Names – Virtue"},{"id":19662,"c":24,"u":"tiefling%20parents_xge","p":62,"s":6,"h":1,"n":"Tiefling Parents"},{"id":19663,"c":24,"u":"training%20complications_xge","p":134,"s":6,"h":1,"n":"Training Complications"},{"id":19664,"c":24,"u":"underdark%20encounters%20(levels%2011%e2%80%9416)_xge","p":106,"s":6,"h":1,"n":"Underdark Encounters (Levels 11—16)"},{"id":19665,"c":24,"u":"underdark%20encounters%20(levels%2017%e2%80%9420)_xge","p":106,"s":6,"h":1,"n":"Underdark Encounters (Levels 17—20)"},{"id":19666,"c":24,"u":"underdark%20encounters%20(levels%201%e2%80%944)_xge","p":106,"s":6,"h":1,"n":"Underdark Encounters (Levels 1—4)"},{"id":19667,"c":24,"u":"underdark%20encounters%20(levels%205%e2%80%9410)_xge","p":106,"s":6,"h":1,"n":"Underdark Encounters (Levels 5—10)"},{"id":19668,"c":24,"u":"underwater%20encounters%20(levels%2011%e2%80%9420)_xge","p":109,"s":6,"h":1,"n":"Underwater Encounters (Levels 11—20)"},{"id":19669,"c":24,"u":"underwater%20encounters%20(levels%201%e2%80%944)_xge","p":109,"s":6,"h":1,"n":"Underwater Encounters (Levels 1—4)"},{"id":19670,"c":24,"u":"underwater%20encounters%20(levels%205%e2%80%9410)_xge","p":109,"s":6,"h":1,"n":"Underwater Encounters (Levels 5—10)"},{"id":19671,"c":24,"u":"upper-class%20carousing%20complications_xge","p":128,"s":6,"h":1,"n":"Upper-Class Carousing Complications"},{"id":19672,"c":24,"u":"urban%20encounters%20(levels%2011%e2%80%9416)_xge","p":110,"s":6,"h":1,"n":"Urban Encounters (Levels 11—16)"},{"id":19673,"c":24,"u":"urban%20encounters%20(levels%2017%e2%80%9420)_xge","p":110,"s":6,"h":1,"n":"Urban Encounters (Levels 17—20)"},{"id":19674,"c":24,"u":"urban%20encounters%20(levels%201%e2%80%944)_xge","p":110,"s":6,"h":1,"n":"Urban Encounters (Levels 1—4)"},{"id":19675,"c":24,"u":"urban%20encounters%20(levels%205%e2%80%9410)_xge","p":110,"s":6,"h":1,"n":"Urban Encounters (Levels 5—10)"},{"id":19676,"c":24,"u":"work%20complications_xge","p":134,"s":6,"h":1,"n":"Work Complications"},{"id":19677,"c":24,"u":"work%3b%20wages_xge","p":134,"s":6,"h":1,"n":"Work; Wages"},{"id":19678,"c":24,"u":"experience%20points%20by%20challenge%20rating_xmm","p":8,"s":7,"h":1,"n":"Experience Points by Challenge Rating"},{"id":19679,"c":24,"u":"monster%20conversions%3b%20stat%20block%20conversions_xmm","p":374,"s":7,"h":1,"n":"Monster Conversions; Stat Block Conversions"},{"id":19680,"c":24,"u":"monsters%20by%20habitat%3b%20any%20habitat%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Any Habitat Monsters"},{"id":19681,"c":24,"u":"monsters%20by%20habitat%3b%20arctic%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Arctic Monsters"},{"id":19682,"c":24,"u":"monsters%20by%20habitat%3b%20coastal%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Coastal Monsters"},{"id":19683,"c":24,"u":"monsters%20by%20habitat%3b%20desert%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Desert Monsters"},{"id":19684,"c":24,"u":"monsters%20by%20habitat%3b%20forest%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Forest Monsters"},{"id":19685,"c":24,"u":"monsters%20by%20habitat%3b%20grassland%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Grassland Monsters"},{"id":19686,"c":24,"u":"monsters%20by%20habitat%3b%20hill%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Hill Monsters"},{"id":19687,"c":24,"u":"monsters%20by%20habitat%3b%20mountain%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Mountain Monsters"},{"id":19688,"c":24,"u":"monsters%20by%20habitat%3b%20swamp%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Swamp Monsters"},{"id":19689,"c":24,"u":"monsters%20by%20habitat%3b%20underdark%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Underdark Monsters"},{"id":19690,"c":24,"u":"monsters%20by%20habitat%3b%20underwater%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Underwater Monsters"},{"id":19691,"c":24,"u":"monsters%20by%20habitat%3b%20urban%20monsters_xmm","p":375,"s":7,"h":1,"n":"Monsters by Habitat; Urban Monsters"},{"id":19692,"c":24,"u":"parts%20of%20a%20stat%20block%3b%20hit%20dice%20by%20size_xmm","p":6,"s":7,"h":1,"n":"Parts of a Stat Block; Hit Dice by Size"},{"id":19693,"c":24,"u":"proficiency%20bonus%20by%20challenge%20rating_xmm","p":8,"s":7,"h":1,"n":"Proficiency Bonus by Challenge Rating"},{"id":19694,"c":24,"u":"ability%20modifier%3b%20ability%20check%20examples_xphb","p":10,"s":8,"h":1,"n":"Ability Modifier; Ability Check Examples"},{"id":19695,"c":24,"u":"ability%20modifier%3b%20attack%20roll%20abilities_xphb","p":12,"s":8,"h":1,"n":"Ability Modifier; Attack Roll Abilities"},{"id":19696,"c":24,"u":"ability%20modifier%3b%20saving%20throw%20examples_xphb","p":11,"s":8,"h":1,"n":"Ability Modifier; Saving Throw Examples"},{"id":19697,"c":24,"u":"ability%20modifiers_xphb","p":10,"s":8,"h":1,"n":"Ability Modifiers"},{"id":19698,"c":24,"u":"ability%20score%20point%20costs_xphb","p":38,"s":8,"h":1,"n":"Ability Score Point Costs"},{"id":19699,"c":24,"u":"ability%20scores_xphb","p":10,"s":8,"h":1,"n":"Ability Scores"},{"id":19700,"c":24,"u":"actions_xphb","p":15,"s":8,"h":1,"n":"Actions"},{"id":19701,"c":24,"u":"adjust%20hit%20points%20and%20hit%20point%20dice%3b%20fixed%20hit%20points%20by%20class_xphb","p":42,"s":8,"h":1,"n":"Adjust Hit Points and Hit Point Dice; Fixed Hit Points by Class"},{"id":19702,"c":24,"u":"adventuring%20gear_xphb","p":222,"s":8,"h":1,"n":"Adventuring Gear"},{"id":19703,"c":24,"u":"alignment%20and%20personality%3b%20personality%20traits%20by%20alignment_xphb","p":40,"s":8,"h":1,"n":"Alignment and Personality; Personality Traits by Alignment"},{"id":19704,"c":24,"u":"ammunition%20(varies)%3b%20ammunition_xphb","p":222,"s":8,"h":1,"n":"Ammunition (Varies); Ammunition"},{"id":19705,"c":24,"u":"arcane%20focus%20(varies)%3b%20arcane%20focuses_xphb","p":224,"s":8,"h":1,"n":"Arcane Focus (Varies); Arcane Focuses"},{"id":19706,"c":24,"u":"armor_xphb","p":219,"s":8,"h":1,"n":"Armor"},{"id":19707,"c":24,"u":"assign%20ability%20scores%3b%20standard%20array%20by%20class_xphb","p":38,"s":8,"h":1,"n":"Assign Ability Scores; Standard Array by Class"},{"id":19708,"c":24,"u":"choose%20a%20background%3b%20ability%20scores%20and%20backgrounds_xphb","p":36,"s":8,"h":1,"n":"Choose a Background; Ability Scores and Backgrounds"},{"id":19709,"c":24,"u":"choose%20a%20class%3b%20class%20overview_xphb","p":33,"s":8,"h":1,"n":"Choose a Class; Class Overview"},{"id":19710,"c":24,"u":"choose%20languages%3b%20rare%20languages_xphb","p":37,"s":8,"h":1,"n":"Choose Languages; Rare Languages"},{"id":19711,"c":24,"u":"choose%20languages%3b%20standard%20languages_xphb","p":37,"s":8,"h":1,"n":"Choose Languages; Standard Languages"},{"id":19712,"c":24,"u":"coins%3b%20coin%20values_xphb","p":213,"s":8,"h":1,"n":"Coins; Coin Values"},{"id":19713,"c":24,"u":"cover_xphb","p":25,"s":8,"h":1,"n":"Cover"},{"id":19714,"c":24,"u":"creature%20size%20and%20space_xphb","p":25,"s":8,"h":1,"n":"Creature Size and Space"},{"id":19715,"c":24,"u":"describe%20appearance%20and%20personality%3b%20charisma_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Charisma"},{"id":19716,"c":24,"u":"describe%20appearance%20and%20personality%3b%20constitution_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Constitution"},{"id":19717,"c":24,"u":"describe%20appearance%20and%20personality%3b%20dexterity_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Dexterity"},{"id":19718,"c":24,"u":"describe%20appearance%20and%20personality%3b%20intelligence_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Intelligence"},{"id":19719,"c":24,"u":"describe%20appearance%20and%20personality%3b%20strength_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Strength"},{"id":19720,"c":24,"u":"describe%20appearance%20and%20personality%3b%20wisdom_xphb","p":38,"s":8,"h":1,"n":"Describe Appearance and Personality; Wisdom"},{"id":19721,"c":24,"u":"determine%20ability%20modifiers%3b%20ability%20scores%20and%20modifiers_xphb","p":38,"s":8,"h":1,"n":"Determine Ability Modifiers; Ability Scores and Modifiers"},{"id":19722,"c":24,"u":"druidic%20focus%20(varies)%3b%20druidic%20focuses_xphb","p":225,"s":8,"h":1,"n":"Druidic Focus (Varies); Druidic Focuses"},{"id":19723,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_xphb","p":231,"s":8,"h":1,"n":"Food, Drink, and Lodging"},{"id":19724,"c":24,"u":"glossary%20conventions_xphb","p":360,"s":8,"h":1,"n":"Glossary Conventions"},{"id":19725,"c":24,"u":"hirelings_xphb","p":232,"s":8,"h":1,"n":"Hirelings"},{"id":19726,"c":24,"u":"holy%20symbol%20(varies)%3b%20holy%20symbols_xphb","p":226,"s":8,"h":1,"n":"Holy Symbol (Varies); Holy Symbols"},{"id":19727,"c":24,"u":"large%20vehicles%3b%20airborne%20and%20waterborne%20vehicles_xphb","p":230,"s":8,"h":1,"n":"Large Vehicles; Airborne and Waterborne Vehicles"},{"id":19728,"c":24,"u":"level%201%20hit%20points%20by%20class_xphb","p":40,"s":8,"h":1,"n":"Level 1 Hit Points by Class"},{"id":19729,"c":24,"u":"level%20advancement%3b%20character%20advancement_xphb","p":41,"s":8,"h":1,"n":"Level Advancement; Character Advancement"},{"id":19730,"c":24,"u":"mounts%20and%20vehicles%3b%20mounts%20and%20other%20animals_xphb","p":229,"s":8,"h":1,"n":"Mounts and Vehicles; Mounts and Other Animals"},{"id":19731,"c":24,"u":"mounts%20and%20vehicles%3b%20tack%2c%20harness%2c%20and%20drawn%20vehicles_xphb","p":229,"s":8,"h":1,"n":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles"},{"id":19732,"c":24,"u":"preparing%20spells%3b%20spell%20preparation%20by%20class_xphb","p":235,"s":8,"h":1,"n":"Preparing Spells; Spell Preparation by Class"},{"id":19733,"c":24,"u":"proficiency%20bonus_xphb","p":13,"s":8,"h":1,"n":"Proficiency Bonus"},{"id":19734,"c":24,"u":"repeatable%3b%20feat%20list_xphb","p":199,"s":8,"h":1,"n":"Repeatable; Feat List"},{"id":19735,"c":24,"u":"school%20of%20magic%3b%20schools%20of%20magic_xphb","p":236,"s":8,"h":1,"n":"School of Magic; Schools of Magic"},{"id":19736,"c":24,"u":"scribing%20spell%20scrolls%3b%20spell%20scroll%20costs_xphb","p":233,"s":8,"h":1,"n":"Scribing Spell Scrolls; Spell Scroll Costs"},{"id":19737,"c":24,"u":"skill%20list%3b%20skills_xphb","p":14,"s":8,"h":1,"n":"Skill List; Skills"},{"id":19738,"c":24,"u":"spellcasting%20services_xphb","p":232,"s":8,"h":1,"n":"Spellcasting Services"},{"id":19739,"c":24,"u":"spellcasting%3b%20multiclass%20spellcaster%3a%20spell%20slots%20per%20spell%20level_xphb","p":44,"s":8,"h":1,"n":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level"},{"id":19740,"c":24,"u":"starting%20equipment%20at%20higher%20levels_xphb","p":43,"s":8,"h":1,"n":"Starting Equipment at Higher Levels"},{"id":19741,"c":24,"u":"the%20outer%20planes%3b%20outer%20planes_xphb","p":344,"s":8,"h":1,"n":"The Outer Planes; Outer Planes"},{"id":19742,"c":24,"u":"the%20six%20abilities%3b%20ability%20descriptions_xphb","p":10,"s":8,"h":1,"n":"The Six Abilities; Ability Descriptions"},{"id":19743,"c":24,"u":"travel_xphb","p":231,"s":8,"h":1,"n":"Travel"},{"id":19744,"c":24,"u":"travel%20pace_xphb","p":20,"s":8,"h":1,"n":"Travel Pace"},{"id":19745,"c":24,"u":"typical%20difficulty%20classes_xphb","p":11,"s":8,"h":1,"n":"Typical Difficulty Classes"},{"id":19746,"c":24,"u":"weapons_xphb","p":213,"s":8,"h":1,"n":"Weapons"},{"id":19747,"c":24,"u":"wild%20magic%20surge_xphb","p":149,"s":8,"h":1,"n":"Wild Magic Surge"},{"id":19748,"c":24,"u":"tables%3b%20actions_xscreen","s":121,"h":1,"n":"Tables; Actions"},{"id":19749,"c":24,"u":"tables%3b%20audible%20distance_xscreen","s":121,"h":1,"n":"Tables; Audible Distance"},{"id":19750,"c":24,"u":"tables%3b%20cover_xscreen","s":121,"h":1,"n":"Tables; Cover"},{"id":19751,"c":24,"u":"tables%3b%20damage%20severity%20and%20level_xscreen","s":121,"h":1,"n":"Tables; Damage Severity and Level"},{"id":19752,"c":24,"u":"tables%3b%20food%2c%20drink%2c%20and%20lodging_xscreen","s":121,"h":1,"n":"Tables; Food, Drink, and Lodging"},{"id":19753,"c":24,"u":"tables%3b%20improvising%20damage_xscreen","s":121,"h":1,"n":"Tables; Improvising Damage"},{"id":19754,"c":24,"u":"tables%3b%20light%20sources_xscreen","s":121,"h":1,"n":"Tables; Light Sources"},{"id":19755,"c":24,"u":"tables%3b%20object%20armor%20class_xscreen","s":121,"h":1,"n":"Tables; Object Armor Class"},{"id":19756,"c":24,"u":"tables%3b%20object%20hit%20points_xscreen","s":121,"h":1,"n":"Tables; Object Hit Points"},{"id":19757,"c":24,"u":"tables%3b%20obscured%20areas_xscreen","s":121,"h":1,"n":"Tables; Obscured Areas"},{"id":19758,"c":24,"u":"tables%3b%20skills_xscreen","s":121,"h":1,"n":"Tables; Skills"},{"id":19759,"c":24,"u":"tables%3b%20travel%20pace_xscreen","s":121,"h":1,"n":"Tables; Travel Pace"},{"id":19760,"c":24,"u":"tables%3b%20travel%20terrain_xscreen","s":121,"h":1,"n":"Tables; Travel Terrain"},{"id":19761,"c":24,"u":"tables%3b%20typical%20difficulty%20classes_xscreen","s":121,"h":1,"n":"Tables; Typical Difficulty Classes"},{"id":19762,"c":24,"u":"tables%3b%20visibility%20outdoors_xscreen","s":121,"h":1,"n":"Tables; Visibility Outdoors"},{"id":19763,"c":24,"u":"archdevil%20lair%20action%20list%3b%20summoned%20underlings_coa","p":214,"s":9,"h":1,"n":"Archdevil Lair Action List; Summoned Underlings"},{"id":19764,"c":24,"u":"aboleth%20bowl%20(area%20u15)%3b%20magic%20items%20at%20the%20aboleth%20bowl_mabjov","p":26,"s":11,"h":1,"n":"Aboleth Bowl (Area U15); Magic Items at the Aboleth Bowl"},{"id":19765,"c":24,"u":"adventurer's%20guild%20arcane%20secrets_mabjov","p":35,"s":11,"h":1,"n":"Adventurer's Guild Arcane Secrets"},{"id":19766,"c":24,"u":"campaign%20villains%3b%20random%20campaign%20villain_mabjov","p":6,"s":11,"h":1,"n":"Campaign Villains; Random Campaign Villain"},{"id":19767,"c":24,"u":"campaign%20villains%3b%20random%20group%20patron_mabjov","p":6,"s":11,"h":1,"n":"Campaign Villains; Random Group Patron"},{"id":19768,"c":24,"u":"campaign%20villains%3b%20random%20hometown_mabjov","p":6,"s":11,"h":1,"n":"Campaign Villains; Random Hometown"},{"id":19769,"c":24,"u":"collect%20memories%3b%20devotion%20tokens_mabjov","p":79,"s":11,"h":1,"n":"Collect Memories; Devotion Tokens"},{"id":19770,"c":24,"u":"dragon%20eggs%20from%20suldil_mabjov","p":64,"s":11,"h":1,"n":"Dragon Eggs from Suldil"},{"id":19771,"c":24,"u":"emerald%20enclave%20secret%20trails_mabjov","p":47,"s":11,"h":1,"n":"Emerald Enclave Secret Trails"},{"id":19772,"c":24,"u":"flaming%20fist%20land%20grants_mabjov","p":53,"s":11,"h":1,"n":"Flaming Fist Land Grants"},{"id":19773,"c":24,"u":"flaming%20fist%20ranks_mabjov","p":52,"s":11,"h":1,"n":"Flaming Fist Ranks"},{"id":19774,"c":24,"u":"flaming%20fist%20salaries_mabjov","p":53,"s":11,"h":1,"n":"Flaming Fist Salaries"},{"id":19775,"c":24,"u":"heist%20targets%3b%20heist%20details_mabjov","p":85,"s":11,"h":1,"n":"Heist Targets; Heist Details"},{"id":19776,"c":24,"u":"henchmen%20rates%20and%20risk-taking%20dcs_mabjov","p":29,"s":11,"h":1,"n":"Henchmen Rates and Risk-taking DCs"},{"id":19777,"c":24,"u":"high%20house%20of%20wonders%20(area%20b11)%3b%20magic%20items%20at%20the%20high%20house%20of%20wonders_mabjov","p":19,"s":11,"h":1,"n":"High House of Wonders (Area B11); Magic Items at the High House of Wonders"},{"id":19778,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20magic%20items%20at%20the%20house%20of%20the%20horn_mabjov","p":23,"s":11,"h":1,"n":"House of the Horn (Area S4); Magic Items at the House of the Horn"},{"id":19779,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20random%20curses_mabjov","p":23,"s":11,"h":1,"n":"House of the Horn (Area S4); Random Curses"},{"id":19780,"c":24,"u":"house%20of%20the%20horn%20(area%20s4)%3b%20random%20magic%20items%20at%20the%20house%20of%20the%20horn_mabjov","p":23,"s":11,"h":1,"n":"House of the Horn (Area S4); Random Magic Items at the House of the Horn"},{"id":19781,"c":24,"u":"icarus%20quests%3b%20random%20quests%20from%20the%20order%20of%20irenicus_mabjov","p":70,"s":11,"h":1,"n":"Icarus Quests; Random Quests from the Order of Irenicus"},{"id":19782,"c":24,"u":"items%20aquired%20via%20harper%20fences_mabjov","p":59,"s":11,"h":1,"n":"Items Aquired via Harper Fences"},{"id":19783,"c":24,"u":"magic%20item%20transmutation%3b%20item%20transmutation%20components%20and%20costs_mabjov","p":71,"s":11,"h":1,"n":"Magic Item Transmutation; Item Transmutation Components and Costs"},{"id":19784,"c":24,"u":"magic%20items%20at%20sorcerous%20sundries_mabjov","p":19,"s":11,"h":1,"n":"Magic Items at Sorcerous Sundries"},{"id":19785,"c":24,"u":"magical%20scrolls%20and%20books%3b%20scrolls%20and%20books_mabjov","p":70,"s":11,"h":1,"n":"Magical Scrolls and Books; Scrolls and Books"},{"id":19786,"c":24,"u":"random%20encounters%20in%20athkatla_mabjov","p":12,"s":11,"h":1,"n":"Random Encounters in Athkatla"},{"id":19787,"c":24,"u":"random%20encounters%20in%20baldur's%20gate_mabjov","p":18,"s":11,"h":1,"n":"Random Encounters in Baldur's Gate"},{"id":19788,"c":24,"u":"random%20encounters%20in%20suldanessellar_mabjov","p":21,"s":11,"h":1,"n":"Random Encounters in Suldanessellar"},{"id":19789,"c":24,"u":"random%20encounters%20in%20ust%20natha_mabjov","p":25,"s":11,"h":1,"n":"Random encounters in Ust Natha"},{"id":19790,"c":24,"u":"random%20quests%20from%20candlekeep_mabjov","p":34,"s":11,"h":1,"n":"Random Quests From Candlekeep"},{"id":19791,"c":24,"u":"random%20quests%20from%20the%20adventurer's%20guild_mabjov","p":28,"s":11,"h":1,"n":"Random Quests From the Adventurer's Guild"},{"id":19792,"c":24,"u":"random%20quests%20from%20the%20church%20of%20sune_mabjov","p":41,"s":11,"h":1,"n":"Random Quests from The Church of Sune"},{"id":19793,"c":24,"u":"random%20quests%20from%20the%20emerald%20enclave_mabjov","p":46,"s":11,"h":1,"n":"Random Quests from the Emerald Enclave"},{"id":19794,"c":24,"u":"random%20quests%20from%20the%20flaming%20fist_mabjov","p":52,"s":11,"h":1,"n":"Random Quests from The Flaming Fist"},{"id":19795,"c":24,"u":"random%20quests%20from%20the%20harpers_mabjov","p":58,"s":11,"h":1,"n":"Random Quests from the Harpers"},{"id":19796,"c":24,"u":"random%20quests%20from%20the%20knights%20of%20bahamut_mabjov","p":64,"s":11,"h":1,"n":"Random Quests from the Knights of Bahamut"},{"id":19797,"c":24,"u":"random%20quests%20from%20the%20raven%20circle_mabjov","p":78,"s":11,"h":1,"n":"Random Quests from the Raven Circle"},{"id":19798,"c":24,"u":"random%20quests%20from%20the%20shadow%20thieves_mabjov","p":84,"s":11,"h":1,"n":"Random Quests from the Shadow Thieves"},{"id":19799,"c":24,"u":"religious%20relics%20from%20the%20church%20of%20sune_mabjov","p":41,"s":11,"h":1,"n":"Religious Relics from the Church of Sune"},{"id":19800,"c":24,"u":"religious%20relics%3b%20required%20religious%20service_mabjov","p":41,"s":11,"h":1,"n":"Religious Relics; Required Religious Service"},{"id":19801,"c":24,"u":"rilsa%20rael%2c%20fence%20(area%20b21)%3b%20rilsa%20rael's%20wares_mabjov","p":19,"s":11,"h":1,"n":"Rilsa Rael, Fence (Area B21); Rilsa Rael's Wares"},{"id":19802,"c":24,"u":"sentient%20weapon%20powers_mabjov","p":79,"s":11,"h":1,"n":"Sentient Weapon Powers"},{"id":19803,"c":24,"u":"shop%20of%20the%20bizarre%20(area%20a17)%3b%20shop%20of%20the%20bizarre%20finds_mabjov","p":13,"s":11,"h":1,"n":"Shop of the Bizarre (Area A17); Shop of the Bizarre Finds"},{"id":19804,"c":24,"u":"trade%20center%20(area%20u13)%3b%20common%20items%20at%20the%20trade%20center_mabjov","p":25,"s":11,"h":1,"n":"Trade Center (Area U13); Common Items at the Trade Center"},{"id":19805,"c":24,"u":"trade%20center%20(area%20u13)%3b%20random%20rare%20magic%20items%20at%20the%20trade%20center_mabjov","p":25,"s":11,"h":1,"n":"Trade Center (Area U13); Random Rare Magic Items at the Trade Center"},{"id":19806,"c":24,"u":"waukeen's%20promenade%20(area%20a3)%3b%20random%20magical%20item%20at%20waukeen's%20promenade_mabjov","p":13,"s":11,"h":1,"n":"Waukeen's Promenade (Area A3); Random Magical Item at Waukeen's Promenade"},{"id":19807,"c":24,"u":"weapons%20of%20the%20raven%20queen%3b%20raven%20queen%20sentient%20weapon%20bonuses_mabjov","p":79,"s":11,"h":1,"n":"Weapons of the Raven Queen; Raven Queen Sentient Weapon Bonuses"},{"id":19808,"c":24,"u":"air%20envelopes%20of%20creatures_aag","p":17,"s":102,"h":1,"n":"Air Envelopes of Creatures"},{"id":19809,"c":24,"u":"astral%20campaigns%3b%20first%20adventure_aag","p":4,"s":102,"h":1,"n":"Astral Campaigns; First Adventure"},{"id":19810,"c":24,"u":"astral%20fishing%3b%20fishing_aag","p":21,"s":102,"h":1,"n":"Astral Fishing; Fishing"},{"id":19811,"c":24,"u":"ship%20cargo%3b%20cheap%20cargo_aag","s":102,"h":1,"n":"Ship Cargo; Cheap Cargo"},{"id":19812,"c":24,"u":"ship%20cargo%3b%20expensive%20cargo_aag","s":102,"h":1,"n":"Ship Cargo; Expensive Cargo"},{"id":19813,"c":24,"u":"ship%20quirks_aag","s":102,"h":1,"n":"Ship Quirks"},{"id":19814,"c":24,"u":"shipboard%20tasks_aag","s":102,"h":1,"n":"Shipboard Tasks"},{"id":19815,"c":24,"u":"spells_aag","p":22,"s":102,"h":1,"n":"Spells"},{"id":19816,"c":24,"u":"temple%20district%3b%20helpful%20spells_aag","p":61,"s":102,"h":1,"n":"Temple District; Helpful Spells"},{"id":19817,"c":24,"u":"alchemist's%20insight%3b%20where%20you%20first%20dabbled%20in%20alchemy_ai","p":29,"s":15,"h":1,"n":"Alchemist's Insight; Where You First Dabbled in Alchemy"},{"id":19818,"c":24,"u":"animals%20are%20everywhere%3b%20urban%20beast%20friends_ai","p":64,"s":15,"h":1,"n":"Animals are Everywhere; Urban Beast Friends"},{"id":19819,"c":24,"u":"ascetic%20business%20practices%3b%20commercial%20monasteries_ai","p":62,"s":15,"h":1,"n":"Ascetic Business Practices; Commercial Monasteries"},{"id":19820,"c":24,"u":"barbarian%20style_ai","p":53,"s":15,"h":1,"n":"Barbarian Style"},{"id":19821,"c":24,"u":"baseline%20costs_ai","p":17,"s":15,"h":1,"n":"Baseline Costs"},{"id":19822,"c":24,"u":"by%20the%20book%3b%20ancient%20tomes_ai","p":61,"s":15,"h":1,"n":"By the Book; Ancient Tomes"},{"id":19823,"c":24,"u":"class-based%20living%20loot%20satchel_ai","p":25,"s":15,"h":1,"n":"Class-Based Living Loot Satchel"},{"id":19824,"c":24,"u":"clerical%20routine%3b%20meditative%20rituals_ai","p":56,"s":15,"h":1,"n":"Clerical Routine; Meditative Rituals"},{"id":19825,"c":24,"u":"coin%20of%20decisionry_ai","p":22,"s":15,"h":1,"n":"Coin of Decisionry"},{"id":19826,"c":24,"u":"cutting%20wit%20and%20wicked%20barbs%3b%20insults%20to%20die%20for_ai","p":55,"s":15,"h":1,"n":"Cutting Wit and Wicked Barbs; Insults to Die For"},{"id":19827,"c":24,"u":"decisionist%3b%20the%20decisonist_ai","p":21,"s":15,"h":1,"n":"Decisionist; The Decisonist"},{"id":19828,"c":24,"u":"divine%20deals%3b%20relics%20of%20faith_ai","p":56,"s":15,"h":1,"n":"Divine Deals; Relics of Faith"},{"id":19829,"c":24,"u":"documancer%3b%20favorite%20methods%20to%20destroy%20documents_ai","p":23,"s":15,"h":1,"n":"Documancer; Favorite Methods to Destroy Documents"},{"id":19830,"c":24,"u":"eldritch%20affectations%3b%20otherworldly%20quirks_ai","p":69,"s":15,"h":1,"n":"Eldritch Affectations; Otherworldly Quirks"},{"id":19831,"c":24,"u":"fast%20franchise%20generator%3b%20franchise%20logos%20or%20livery_ai","p":7,"s":15,"h":1,"n":"Fast Franchise Generator; Franchise Logos or Livery"},{"id":19832,"c":24,"u":"fast%20franchise%20generator%3b%20headquarters%20locations_ai","p":7,"s":15,"h":1,"n":"Fast Franchise Generator; Headquarters Locations"},{"id":19833,"c":24,"u":"fast%20franchise%20generator%3b%20headquarters%20quirks_ai","p":7,"s":15,"h":1,"n":"Fast Franchise Generator; Headquarters Quirks"},{"id":19834,"c":24,"u":"fast%20franchise%20generator%3b%20memorable%20majordomos_ai","p":7,"s":15,"h":1,"n":"Fast Franchise Generator; Memorable Majordomos"},{"id":19835,"c":24,"u":"fast%20franchise%20generator%3b%20reliable%20connections_ai","p":7,"s":15,"h":1,"n":"Fast Franchise Generator; Reliable Connections"},{"id":19836,"c":24,"u":"fixer%20of%20problems%3b%20legendary%20catchphrases_ai","p":63,"s":15,"h":1,"n":"Fixer of Problems; Legendary Catchphrases"},{"id":19837,"c":24,"u":"focusing%20with%20flair%3b%20unusual%20arcane%20focuses_ai","p":67,"s":15,"h":1,"n":"Focusing with Flair; Unusual Arcane Focuses"},{"id":19838,"c":24,"u":"franchise%20advancement_ai","p":10,"s":15,"h":1,"n":"Franchise Advancement"},{"id":19839,"c":24,"u":"keeping%20them%20guessing%3b%20martial%20tricks_ai","p":59,"s":15,"h":1,"n":"Keeping them Guessing; Martial Tricks"},{"id":19840,"c":24,"u":"learning%20from%20the%20best%3b%20arcane%20masters_ai","p":71,"s":15,"h":1,"n":"Learning from the Best; Arcane Masters"},{"id":19841,"c":24,"u":"map%20of%20the%20moment%3b%20possible%20map%20mission%20landmarks_ai","p":20,"s":15,"h":1,"n":"Map of the Moment; Possible Map Mission Landmarks"},{"id":19842,"c":24,"u":"marketing%20is%20everything%3b%20cool%20mottos_ai","p":69,"s":15,"h":1,"n":"Marketing Is Everything; Cool Mottos"},{"id":19843,"c":24,"u":"nature%20in%20unlikely%20places%3b%20urban%20sanctuaries_ai","p":58,"s":15,"h":1,"n":"Nature in Unlikely Places; Urban Sanctuaries"},{"id":19844,"c":24,"u":"nightmare%20magic%3b%20lingering%20nightmares_ai","p":70,"s":15,"h":1,"n":"Nightmare Magic; Lingering Nightmares"},{"id":19845,"c":24,"u":"no%20weapons%20allowed%3b%20disguised%20weapons_ai","p":64,"s":15,"h":1,"n":"No Weapons Allowed; Disguised Weapons"},{"id":19846,"c":24,"u":"old%20business%20ties%3b%20former%20guilds_ai","p":66,"s":15,"h":1,"n":"Old Business Ties; Former Guilds"},{"id":19847,"c":24,"u":"path%20of%20the%20ancestral%20guardian_ai","p":54,"s":15,"h":1,"n":"Path of the Ancestral Guardian"},{"id":19848,"c":24,"u":"path%20of%20the%20totem%20warrior_ai","p":54,"s":15,"h":1,"n":"Path of the Totem Warrior"},{"id":19849,"c":24,"u":"personal%20magic%3b%20residual%20magic_ai","p":68,"s":15,"h":1,"n":"Personal Magic; Residual Magic"},{"id":19850,"c":24,"u":"places%20to%20go%3b%20points%20of%20interest_ai","p":65,"s":15,"h":1,"n":"Places to Go; Points of Interest"},{"id":19851,"c":24,"u":"proficiencies%20and%20starting%20equipment%3b%20coin%20of%20decisionry%20%22tails%22%20image_ai","p":22,"s":15,"h":1,"n":"Proficiencies and Starting Equipment; Coin of Decisionry \"Tails\" Image"},{"id":19852,"c":24,"u":"quirks%20of%20your%20sending%20stone_ai","p":33,"s":15,"h":1,"n":"Quirks of Your Sending Stone"},{"id":19853,"c":24,"u":"running%20wild%3b%20distinguishing%20features%20of%20wild%20shape_ai","p":58,"s":15,"h":1,"n":"Running Wild; Distinguishing Features of Wild Shape"},{"id":19854,"c":24,"u":"sending%20a%20clear%20message%3b%20signature%20items_ai","p":53,"s":15,"h":1,"n":"Sending a Clear Message; Signature Items"},{"id":19855,"c":24,"u":"sign%20of%20success%3b%20favorite%20trophies_ai","p":65,"s":15,"h":1,"n":"Sign of Success; Favorite Trophies"},{"id":19856,"c":24,"u":"stances%20for%20success%3b%20subtle%20stances_ai","p":61,"s":15,"h":1,"n":"Stances for Success; Subtle Stances"},{"id":19857,"c":24,"u":"steward%20of%20nature%3b%20creatures%20to%20care%20for_ai","p":58,"s":15,"h":1,"n":"Steward of Nature; Creatures to Care For"},{"id":19858,"c":24,"u":"the%20cartographer_ai","p":19,"s":15,"h":1,"n":"The Cartographer"},{"id":19859,"c":24,"u":"the%20documancer_ai","p":23,"s":15,"h":1,"n":"The Documancer"},{"id":19860,"c":24,"u":"the%20hoardsperson_ai","p":24,"s":15,"h":1,"n":"The Hoardsperson"},{"id":19861,"c":24,"u":"the%20loremonger_ai","p":26,"s":15,"h":1,"n":"The Loremonger"},{"id":19862,"c":24,"u":"the%20obviator_ai","p":28,"s":15,"h":1,"n":"The Obviator"},{"id":19863,"c":24,"u":"the%20occultant_ai","p":30,"s":15,"h":1,"n":"The Occultant"},{"id":19864,"c":24,"u":"the%20secretarian_ai","p":32,"s":15,"h":1,"n":"The Secretarian"},{"id":19865,"c":24,"u":"the%20ways%20of%20faith%3b%20relationship%20with%20your%20deity_ai","p":56,"s":15,"h":1,"n":"The Ways of Faith; Relationship with Your Deity"},{"id":19866,"c":24,"u":"the%20wrong%20kind%20of%20people%3b%20notable%20enemies_ai","p":55,"s":15,"h":1,"n":"The Wrong Kind of People; Notable Enemies"},{"id":19867,"c":24,"u":"things%20best%20left%20unsaid%3b%20terrible%20secrets_ai","p":63,"s":15,"h":1,"n":"Things Best Left Unsaid; Terrible Secrets"},{"id":19868,"c":24,"u":"things%20recorded%20in%20your%20whisper%20jar_ai","p":27,"s":15,"h":1,"n":"Things Recorded in Your Whisper Jar"},{"id":19869,"c":24,"u":"victory%20is%20yours%3b%20victory%20celebration_ai","p":60,"s":15,"h":1,"n":"Victory Is Yours; Victory Celebration"},{"id":19870,"c":24,"u":"ways%20to%20read%20the%20kill_ai","p":31,"s":15,"h":1,"n":"Ways to Read the Kill"},{"id":19871,"c":24,"u":"why%20be%20a%20cartographer%3f_ai","p":20,"s":15,"h":1,"n":"Why Be a Cartographer?"},{"id":19872,"c":24,"u":"why%20be%20a%20decisionist%3f_ai","p":22,"s":15,"h":1,"n":"Why Be a Decisionist?"},{"id":19873,"c":24,"u":"why%20be%20a%20documancer%3f_ai","p":24,"s":15,"h":1,"n":"Why Be a Documancer?"},{"id":19874,"c":24,"u":"why%20be%20a%20hoardsperson%3f_ai","p":26,"s":15,"h":1,"n":"Why Be a Hoardsperson?"},{"id":19875,"c":24,"u":"why%20be%20a%20loremonger%3f_ai","p":28,"s":15,"h":1,"n":"Why Be a Loremonger?"},{"id":19876,"c":24,"u":"why%20be%20a%20secretarian%3f_ai","p":34,"s":15,"h":1,"n":"Why Be a Secretarian?"},{"id":19877,"c":24,"u":"why%20be%20an%20obviator%3f_ai","p":30,"s":15,"h":1,"n":"Why Be an Obviator?"},{"id":19878,"c":24,"u":"why%20be%20an%20occultant%3f_ai","p":32,"s":15,"h":1,"n":"Why Be an Occultant?"},{"id":19879,"c":24,"u":"wielding%20the%20best%3b%20signature%20equipment_ai","p":59,"s":15,"h":1,"n":"Wielding the Best; Signature Equipment"},{"id":19880,"c":24,"u":"astral%20sea%20encounters_bam","p":6,"s":16,"h":1,"n":"Astral Sea Encounters"},{"id":19881,"c":24,"u":"initial%20attitude_bam","p":6,"s":16,"h":1,"n":"Initial Attitude"},{"id":19882,"c":24,"u":"ship%20encounters_bam","p":7,"s":16,"h":1,"n":"Ship Encounters"},{"id":19883,"c":24,"u":"using%20a%20stat%20block%3b%20stat%20blocks%20by%20challenge%20rating_bam","p":4,"s":16,"h":1,"n":"Using a Stat Block; Stat Blocks by Challenge Rating"},{"id":19884,"c":24,"u":"wildspace%20encounters_bam","p":6,"s":16,"h":1,"n":"Wildspace Encounters"},{"id":19885,"c":24,"u":"1%2c000%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"1,000 gp Gemstones"},{"id":19886,"c":24,"u":"10%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"10 gp Gemstones"},{"id":19887,"c":24,"u":"100%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"100 gp Gemstones"},{"id":19888,"c":24,"u":"2%2c500%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"n":"2,500 gp Art Objects"},{"id":19889,"c":24,"u":"25%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"n":"25 gp Art Objects"},{"id":19890,"c":24,"u":"250%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"n":"250 gp Art Objects"},{"id":19891,"c":24,"u":"5%2c000%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"5,000 gp Gemstones"},{"id":19892,"c":24,"u":"50%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"50 gp Gemstones"},{"id":19893,"c":24,"u":"500%20gp%20gemstones_dmg","p":134,"s":24,"h":1,"n":"500 gp Gemstones"},{"id":19894,"c":24,"u":"7%2c500%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"n":"7,500 gp Art Objects"},{"id":19895,"c":24,"u":"750%20gp%20art%20objects_dmg","p":134,"s":24,"h":1,"n":"750 gp Art Objects"},{"id":19896,"c":24,"u":"a%20sample%20pantheon%3b%20dawn%20war%20deities_dmg","p":11,"s":24,"h":1,"n":"A Sample Pantheon; Dawn War Deities"},{"id":19897,"c":24,"u":"ability%20check%20proficiency%20by%20class_dmg","p":263,"s":24,"h":1,"n":"Ability Check Proficiency by Class"},{"id":19898,"c":24,"u":"ability%20checks_dmg","p":237,"s":24,"h":1,"n":"Ability Checks"},{"id":19899,"c":24,"u":"adjudicating%20areas%20of%20effect%3b%20targets%20in%20areas%20of%20effect_dmg","p":249,"s":24,"h":1,"n":"Adjudicating Areas of Effect; Targets in Areas of Effect"},{"id":19900,"c":24,"u":"artifact%20properties%3b%20major%20beneficial%20properties_dmg","p":219,"s":24,"h":1,"n":"Artifact Properties; Major Beneficial Properties"},{"id":19901,"c":24,"u":"artifact%20properties%3b%20major%20detrimental%20properties_dmg","p":219,"s":24,"h":1,"n":"Artifact Properties; Major Detrimental Properties"},{"id":19902,"c":24,"u":"artifact%20properties%3b%20minor%20beneficial%20properties_dmg","p":219,"s":24,"h":1,"n":"Artifact Properties; Minor Beneficial Properties"},{"id":19903,"c":24,"u":"artifact%20properties%3b%20minor%20detrimental%20properties_dmg","p":219,"s":24,"h":1,"n":"Artifact Properties; Minor Detrimental Properties"},{"id":19904,"c":24,"u":"assault%20or%20invasion%3b%20invading%20forces_dmg","p":29,"s":24,"h":1,"n":"Assault or Invasion; Invading Forces"},{"id":19905,"c":24,"u":"assign%20hit%20dice%3b%20hit%20dice%20by%20size_dmg","p":276,"s":24,"h":1,"r":1,"n":"Assign Hit Dice; Hit Dice by Size"},{"id":19906,"c":24,"u":"astral%20color%20pools_dmg","p":47,"s":24,"h":1,"n":"Astral Color Pools"},{"id":19907,"c":24,"u":"at%20sea%20encounters_dmg","p":118,"s":24,"h":1,"n":"At Sea Encounters"},{"id":19908,"c":24,"u":"becoming%20lost%3b%20wilderness%20navigation_dmg","p":111,"s":24,"h":1,"n":"Becoming Lost; Wilderness Navigation"},{"id":19909,"c":24,"u":"cataclysmic%20disasters_dmg","p":28,"s":24,"h":1,"n":"Cataclysmic Disasters"},{"id":19910,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20death%20trap_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Death Trap"},{"id":19911,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20lair_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Lair"},{"id":19912,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20maze_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Maze"},{"id":19913,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20mine_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Mine"},{"id":19914,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20planar%20gate_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Planar Gate"},{"id":19915,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20stronghold_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Stronghold"},{"id":19916,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20temple%20or%20shrine_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Temple or Shrine"},{"id":19917,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20tomb_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Tomb"},{"id":19918,"c":24,"u":"chamber%20purpose%3b%20dungeon%3a%20treasure%20vault_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; Dungeon: Treasure Vault"},{"id":19919,"c":24,"u":"chamber%20purpose%3b%20general%20dungeon%20chambers_dmg","p":292,"s":24,"h":1,"n":"Chamber Purpose; General Dungeon Chambers"},{"id":19920,"c":24,"u":"chambers%3b%20chamber_dmg","p":291,"s":24,"h":1,"n":"Chambers; Chamber"},{"id":19921,"c":24,"u":"chambers%3b%20chamber%20exits_dmg","p":291,"s":24,"h":1,"n":"Chambers; Chamber Exits"},{"id":19922,"c":24,"u":"chambers%3b%20exit%20location_dmg","p":291,"s":24,"h":1,"n":"Chambers; Exit Location"},{"id":19923,"c":24,"u":"chambers%3b%20exit%20type_dmg","p":291,"s":24,"h":1,"n":"Chambers; Exit Type"},{"id":19924,"c":24,"u":"combat%20encounter%20difficulty%3b%20xp%20thresholds%20by%20character%20level_dmg","p":82,"s":24,"h":1,"n":"Combat Encounter Difficulty; XP Thresholds by Character Level"},{"id":19925,"c":24,"u":"consider%20the%20ideal%20climax%3b%20adventure%20climax_dmg","p":75,"s":24,"h":1,"n":"Consider the Ideal Climax; Adventure Climax"},{"id":19926,"c":24,"u":"creating%20a%20monster%20stat%20block%3b%20monster%20features_dmg","p":275,"s":24,"h":1,"n":"Creating a Monster Stat Block; Monster Features"},{"id":19927,"c":24,"u":"creating%20npcs%20from%20scratch%3b%20npc%20features_dmg","p":282,"s":24,"h":1,"n":"Creating NPCs from Scratch; NPC Features"},{"id":19928,"c":24,"u":"creating%20quick%20monster%20stats%3b%20monster%20statistics%20by%20challenge%20rating_dmg","p":274,"s":24,"h":1,"n":"Creating Quick Monster Stats; Monster Statistics by Challenge Rating"},{"id":19929,"c":24,"u":"creature%20size%20on%20squares%20and%20hexes%3b%20creature%20size%20and%20space_dmg","p":251,"s":24,"h":1,"n":"Creature Size on Squares and Hexes; Creature Size and Space"},{"id":19930,"c":24,"u":"current%20chamber%20state_dmg","p":295,"s":24,"h":1,"n":"Current Chamber State"},{"id":19931,"c":24,"u":"damage%20vulnerabilities%2c%20resistances%2c%20and%20immunities%3b%20effective%20hit%20points%20based%20on%20resistances%20and%20immunities_dmg","p":277,"s":24,"h":1,"n":"Damage Vulnerabilities, Resistances, and Immunities; Effective Hit Points Based on Resistances and Immunities"},{"id":19932,"c":24,"u":"deep%20ethereal%3b%20ethereal%20curtains_dmg","p":48,"s":24,"h":1,"n":"Deep Ethereal; Ethereal Curtains"},{"id":19933,"c":24,"u":"determine%20the%20party's%20goals%3b%20event-based%20goals_dmg","p":76,"s":24,"h":1,"n":"Determine the Party's Goals; Event-Based Goals"},{"id":19934,"c":24,"u":"determine%20the%20villain's%20actions%3b%20event-based%20villain%20actions_dmg","p":75,"s":24,"h":1,"n":"Determine the Villain's Actions; Event-Based Villain Actions"},{"id":19935,"c":24,"u":"difficulty%20class%3b%20typical%20dcs_dmg","p":238,"s":24,"h":1,"n":"Difficulty Class; Typical DCs"},{"id":19936,"c":24,"u":"discovery%2c%20expansion%2c%20invention%3b%20discoveries_dmg","p":31,"s":24,"h":1,"n":"Discovery, Expansion, Invention; Discoveries"},{"id":19937,"c":24,"u":"doors%3b%20beyond%20a%20door_dmg","p":291,"s":24,"h":1,"n":"Doors; Beyond a Door"},{"id":19938,"c":24,"u":"doors%3b%20door%20type_dmg","p":291,"s":24,"h":1,"n":"Doors; Door Type"},{"id":19939,"c":24,"u":"dungeon%20chamber%20contents_dmg","p":296,"s":24,"h":1,"n":"Dungeon Chamber Contents"},{"id":19940,"c":24,"u":"dungeon%20creator_dmg","p":99,"s":24,"h":1,"n":"Dungeon Creator"},{"id":19941,"c":24,"u":"dungeon%20creator%3b%20cults%20and%20religions_dmg","p":99,"s":24,"h":1,"n":"Dungeon Creator; Cults and Religions"},{"id":19942,"c":24,"u":"dungeon%20creator%3b%20npc%20alignment_dmg","p":99,"s":24,"h":1,"n":"Dungeon Creator; NPC Alignment"},{"id":19943,"c":24,"u":"dungeon%20creator%3b%20npc%20class_dmg","p":99,"s":24,"h":1,"n":"Dungeon Creator; NPC Class"},{"id":19944,"c":24,"u":"dungeon%20dressing%3b%20air_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Air"},{"id":19945,"c":24,"u":"dungeon%20dressing%3b%20books%2c%20scrolls%2c%20and%20tomes_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Books, Scrolls, and Tomes"},{"id":19946,"c":24,"u":"dungeon%20dressing%3b%20container%20contents_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Container Contents"},{"id":19947,"c":24,"u":"dungeon%20dressing%3b%20general%20features_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; General Features"},{"id":19948,"c":24,"u":"dungeon%20dressing%3b%20general%20furnishings%20and%20appointments_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; General Furnishings and Appointments"},{"id":19949,"c":24,"u":"dungeon%20dressing%3b%20mage%20furnishings_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Mage Furnishings"},{"id":19950,"c":24,"u":"dungeon%20dressing%3b%20noises_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Noises"},{"id":19951,"c":24,"u":"dungeon%20dressing%3b%20odor_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Odor"},{"id":19952,"c":24,"u":"dungeon%20dressing%3b%20religious%20articles%20and%20furnishings_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Religious Articles and Furnishings"},{"id":19953,"c":24,"u":"dungeon%20dressing%3b%20utensils%20and%20personal%20items_dmg","p":298,"s":24,"h":1,"n":"Dungeon Dressing; Utensils and Personal Items"},{"id":19954,"c":24,"u":"dungeon%20history_dmg","p":101,"s":24,"h":1,"n":"Dungeon History"},{"id":19955,"c":24,"u":"dungeon%20location_dmg","p":99,"s":24,"h":1,"n":"Dungeon Location"},{"id":19956,"c":24,"u":"dungeon%20location%3b%20exotic%20location_dmg","p":99,"s":24,"h":1,"n":"Dungeon Location; Exotic Location"},{"id":19957,"c":24,"u":"dungeon%20purpose_dmg","p":101,"s":24,"h":1,"n":"Dungeon Purpose"},{"id":19958,"c":24,"u":"ending%20a%20chase%3b%20escape%20factors_dmg","p":253,"s":24,"h":1,"n":"Ending a Chase; Escape Factors"},{"id":19959,"c":24,"u":"ether%20cyclones_dmg","p":49,"s":24,"h":1,"n":"Ether Cyclones"},{"id":19960,"c":24,"u":"examples%20of%20faction%20ranks_dmg","p":22,"s":24,"h":1,"n":"Examples of Faction Ranks"},{"id":19961,"c":24,"u":"extinction%20or%20depletion_dmg","p":30,"s":24,"h":1,"n":"Extinction or Depletion"},{"id":19962,"c":24,"u":"feywild%20time%20warp_dmg","p":50,"s":24,"h":1,"n":"Feywild Time Warp"},{"id":19963,"c":24,"u":"figuring%20out%20alien%20technology_dmg","p":268,"s":24,"h":1,"n":"Figuring Out Alien Technology"},{"id":19964,"c":24,"u":"final%20challenge%20rating%3b%20experience%20points%20by%20challenge%20rating_dmg","p":274,"s":24,"h":1,"r":1,"n":"Final Challenge Rating; Experience Points by Challenge Rating"},{"id":19965,"c":24,"u":"find%20the%20ideal%20introduction%3b%20adventure%20introduction_dmg","p":74,"s":24,"h":1,"n":"Find the Ideal Introduction; Adventure Introduction"},{"id":19966,"c":24,"u":"flaw%20or%20secret%3b%20npc%20flaws%20and%20secrets_dmg","p":91,"s":24,"h":1,"n":"Flaw or Secret; NPC Flaws and Secrets"},{"id":19967,"c":24,"u":"food%20and%20water%20needs_dmg","p":111,"s":24,"h":1,"n":"Food and Water Needs"},{"id":19968,"c":24,"u":"foraging%20dcs_dmg","p":111,"s":24,"h":1,"n":"Foraging DCs"},{"id":19969,"c":24,"u":"forms%20of%20government_dmg","p":18,"s":24,"h":1,"n":"Forms of Government"},{"id":19970,"c":24,"u":"framing%20events_dmg","p":79,"s":24,"h":1,"n":"Framing Events"},{"id":19971,"c":24,"u":"government%3b%20sample%20hierarchy%20of%20noble%20titles_dmg","p":17,"s":24,"h":1,"n":"Government; Sample Hierarchy of Noble Titles"},{"id":19972,"c":24,"u":"handling%20mobs%3b%20mob%20attacks_dmg","p":250,"s":24,"h":1,"n":"Handling Mobs; Mob Attacks"},{"id":19973,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20allies_dmg","p":74,"s":24,"h":1,"n":"Identify Important NPCs; Adventure Allies"},{"id":19974,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20patrons_dmg","p":74,"s":24,"h":1,"n":"Identify Important NPCs; Adventure Patrons"},{"id":19975,"c":24,"u":"identify%20important%20npcs%3b%20adventure%20villains_dmg","p":74,"s":24,"h":1,"n":"Identify Important NPCs; Adventure Villains"},{"id":19976,"c":24,"u":"identify%20the%20party's%20goals%3b%20dungeon%20goals_dmg","p":72,"s":24,"h":1,"n":"Identify the Party's Goals; Dungeon Goals"},{"id":19977,"c":24,"u":"identify%20the%20party's%20goals%3b%20other%20goals_dmg","p":72,"s":24,"h":1,"n":"Identify the Party's Goals; Other Goals"},{"id":19978,"c":24,"u":"identify%20the%20party's%20goals%3b%20wilderness%20goals_dmg","p":72,"s":24,"h":1,"n":"Identify the Party's Goals; Wilderness Goals"},{"id":19979,"c":24,"u":"improvising%20damage_dmg","p":249,"s":24,"h":1,"n":"Improvising Damage"},{"id":19980,"c":24,"u":"improvising%20damage%3b%20damage%20severity%20and%20level_dmg","p":249,"s":24,"h":1,"n":"Improvising Damage; Damage Severity and Level"},{"id":19981,"c":24,"u":"indefinite%20madness_dmg","p":259,"s":24,"h":1,"r":1,"n":"Indefinite Madness"},{"id":19982,"c":24,"u":"individual%20treasure%3a%20challenge%200%e2%80%944_dmg","p":133,"s":24,"h":1,"n":"Individual Treasure: Challenge 0—4"},{"id":19983,"c":24,"u":"individual%20treasure%3a%20challenge%2011%e2%80%9416_dmg","p":133,"s":24,"h":1,"n":"Individual Treasure: Challenge 11—16"},{"id":19984,"c":24,"u":"individual%20treasure%3a%20challenge%2017%2b_dmg","p":133,"s":24,"h":1,"n":"Individual Treasure: Challenge 17+"},{"id":19985,"c":24,"u":"individual%20treasure%3a%20challenge%205%e2%80%9410_dmg","p":133,"s":24,"h":1,"n":"Individual Treasure: Challenge 5—10"},{"id":19986,"c":24,"u":"interactions%20with%20others%3b%20npc%20interaction%20traits_dmg","p":90,"s":24,"h":1,"n":"Interactions with Others; NPC Interaction Traits"},{"id":19987,"c":24,"u":"lingering%20injuries_dmg","p":272,"s":24,"h":1,"n":"Lingering Injuries"},{"id":19988,"c":24,"u":"long-term%20madness_dmg","p":259,"s":24,"h":1,"r":1,"n":"Long-Term Madness"},{"id":19989,"c":24,"u":"magic%20item%20rarity_dmg","p":135,"s":24,"h":1,"n":"Magic Item Rarity"},{"id":19990,"c":24,"u":"magic%20item%20table%20a_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table A"},{"id":19991,"c":24,"u":"magic%20item%20table%20b_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table B"},{"id":19992,"c":24,"u":"magic%20item%20table%20c_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table C"},{"id":19993,"c":24,"u":"magic%20item%20table%20d_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table D"},{"id":19994,"c":24,"u":"magic%20item%20table%20e_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table E"},{"id":19995,"c":24,"u":"magic%20item%20table%20f_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table F"},{"id":19996,"c":24,"u":"magic%20item%20table%20g_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table G"},{"id":19997,"c":24,"u":"magic%20item%20table%20h_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table H"},{"id":19998,"c":24,"u":"magic%20item%20table%20i_dmg","p":144,"s":24,"h":1,"n":"Magic Item Table I"},{"id":19999,"c":24,"u":"massive%20damage%3b%20system%20shock_dmg","p":273,"s":24,"h":1,"n":"Massive Damage; System Shock"},{"id":20000,"c":24,"u":"modify%20total%20xp%20for%20multiple%20monsters%3b%20encounter%20multipliers_dmg","p":82,"s":24,"h":1,"n":"Modify Total XP for Multiple Monsters; Encounter Multipliers"},{"id":20001,"c":24,"u":"monsters%20and%20motivations%3b%20monster%20motivation_dmg","p":296,"s":24,"h":1,"n":"Monsters and Motivations; Monster Motivation"},{"id":20002,"c":24,"u":"monuments_dmg","p":108,"s":24,"h":1,"n":"Monuments"},{"id":20003,"c":24,"u":"moral%20quandaries_dmg","p":79,"s":24,"h":1,"n":"Moral Quandaries"},{"id":20004,"c":24,"u":"new%20organizations_dmg","p":31,"s":24,"h":1,"n":"New Organizations"},{"id":20005,"c":24,"u":"npc%20abilities_dmg","p":88,"s":24,"h":1,"n":"NPC Abilities"},{"id":20006,"c":24,"u":"npc%20appearance_dmg","p":88,"s":24,"h":1,"n":"NPC Appearance"},{"id":20007,"c":24,"u":"npc%20bonds_dmg","p":91,"s":24,"h":1,"n":"NPC Bonds"},{"id":20008,"c":24,"u":"npc%20low%20abilities_dmg","p":88,"s":24,"h":1,"n":"NPC Low Abilities"},{"id":20009,"c":24,"u":"npc%20mannerisms_dmg","p":90,"s":24,"h":1,"n":"NPC Mannerisms"},{"id":20010,"c":24,"u":"npc%20talents_dmg","p":90,"s":24,"h":1,"n":"NPC Talents"},{"id":20011,"c":24,"u":"object%20armor%20class_dmg","p":246,"s":24,"h":1,"r":1,"n":"Object Armor Class"},{"id":20012,"c":24,"u":"object%20hit%20points_dmg","p":247,"s":24,"h":1,"r":1,"n":"Object Hit Points"},{"id":20013,"c":24,"u":"optional%20rule%3a%20abyssal%20corruption%3b%20abyssal%20corruption_dmg","p":62,"s":24,"h":1,"n":"Optional Rule: Abyssal Corruption; Abyssal Corruption"},{"id":20014,"c":24,"u":"owning%20a%20ship%3b%20airborne%20and%20waterborne%20vehicles_dmg","p":119,"s":24,"h":1,"r":1,"n":"Owning a Ship; Airborne and Waterborne Vehicles"},{"id":20015,"c":24,"u":"passages%3b%20passage_dmg","p":290,"s":24,"h":1,"n":"Passages; Passage"},{"id":20016,"c":24,"u":"passages%3b%20passage%20width_dmg","p":290,"s":24,"h":1,"n":"Passages; Passage Width"},{"id":20017,"c":24,"u":"poisons_dmg","p":257,"s":24,"h":1,"r":1,"n":"Poisons"},{"id":20018,"c":24,"u":"power%20level%3b%20magic%20item%20power%20by%20rarity_dmg","p":285,"s":24,"h":1,"n":"Power Level; Magic Item Power by Rarity"},{"id":20019,"c":24,"u":"probabilities%3b%20sylvan%20forest%20encounters_dmg","p":86,"s":24,"h":1,"n":"Probabilities; Sylvan Forest Encounters"},{"id":20020,"c":24,"u":"proficiency%20dice_dmg","p":263,"s":24,"h":1,"n":"Proficiency Dice"},{"id":20021,"c":24,"u":"random%20buildings%3b%20building%20type_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Building Type"},{"id":20022,"c":24,"u":"random%20buildings%3b%20religious%20building_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Religious Building"},{"id":20023,"c":24,"u":"random%20buildings%3b%20residence_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Residence"},{"id":20024,"c":24,"u":"random%20buildings%3b%20shop_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Shop"},{"id":20025,"c":24,"u":"random%20buildings%3b%20tavern_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Tavern"},{"id":20026,"c":24,"u":"random%20buildings%3b%20tavern%20name%20generator_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Tavern Name Generator"},{"id":20027,"c":24,"u":"random%20buildings%3b%20warehouse_dmg","p":113,"s":24,"h":1,"n":"Random Buildings; Warehouse"},{"id":20028,"c":24,"u":"random%20dungeon%20hazards%3b%20dungeon%20hazards_dmg","p":296,"s":24,"h":1,"n":"Random Dungeon Hazards; Dungeon Hazards"},{"id":20029,"c":24,"u":"random%20encounters%20at%20sea_dmg","p":118,"s":24,"h":1,"n":"Random Encounters at Sea"},{"id":20030,"c":24,"u":"random%20obstacles%3b%20obstacles_dmg","p":296,"s":24,"h":1,"n":"Random Obstacles; Obstacles"},{"id":20031,"c":24,"u":"random%20settlements%3b%20current%20calamity_dmg","p":112,"s":24,"h":1,"n":"Random Settlements; Current Calamity"},{"id":20032,"c":24,"u":"random%20settlements%3b%20known%20for%20its..._dmg","p":112,"s":24,"h":1,"n":"Random Settlements; Known For Its..."},{"id":20033,"c":24,"u":"random%20settlements%3b%20notable%20traits_dmg","p":112,"s":24,"h":1,"n":"Random Settlements; Notable Traits"},{"id":20034,"c":24,"u":"random%20settlements%3b%20race%20relations_dmg","p":112,"s":24,"h":1,"n":"Random Settlements; Race Relations"},{"id":20035,"c":24,"u":"random%20settlements%3b%20ruler's%20status_dmg","p":112,"s":24,"h":1,"n":"Random Settlements; Ruler's Status"},{"id":20036,"c":24,"u":"random%20traps%3b%20trap%20damage%20severity_dmg","p":297,"s":24,"h":1,"n":"Random Traps; Trap Damage Severity"},{"id":20037,"c":24,"u":"random%20traps%3b%20trap%20effects_dmg","p":297,"s":24,"h":1,"n":"Random Traps; Trap Effects"},{"id":20038,"c":24,"u":"random%20traps%3b%20trap%20trigger_dmg","p":297,"s":24,"h":1,"n":"Random Traps; Trap Trigger"},{"id":20039,"c":24,"u":"random%20tricks%3b%20trick%20objects_dmg","p":297,"s":24,"h":1,"n":"Random Tricks; Trick Objects"},{"id":20040,"c":24,"u":"random%20tricks%3b%20tricks_dmg","p":297,"s":24,"h":1,"n":"Random Tricks; Tricks"},{"id":20041,"c":24,"u":"random%20undersea%20encounters_dmg","p":116,"s":24,"h":1,"n":"Random Undersea Encounters"},{"id":20042,"c":24,"u":"random%20urban%20encounters_dmg","p":114,"s":24,"h":1,"n":"Random Urban Encounters"},{"id":20043,"c":24,"u":"recurring%20expenses%3b%20maintenance%20costs_dmg","p":126,"s":24,"h":1,"n":"Recurring Expenses; Maintenance Costs"},{"id":20044,"c":24,"u":"rise%20or%20fall%20of%20a%20leader%20or%20an%20era%3b%20leader%20types_dmg","p":27,"s":24,"h":1,"n":"Rise or Fall of a Leader or an Era; Leader Types"},{"id":20045,"c":24,"u":"saving%20throws_dmg","p":238,"s":24,"h":1,"n":"Saving Throws"},{"id":20046,"c":24,"u":"sentient%20magic%20item%20alignment_dmg","p":216,"s":24,"h":1,"r":1,"n":"Sentient Magic Item Alignment"},{"id":20047,"c":24,"u":"sentient%20magic%20item%20communication_dmg","p":214,"s":24,"h":1,"r":1,"n":"Sentient Magic Item Communication"},{"id":20048,"c":24,"u":"sentient%20magic%20item%20senses_dmg","p":214,"s":24,"h":1,"r":1,"n":"Sentient Magic Item Senses"},{"id":20049,"c":24,"u":"sentient%20special%20purpose_dmg","p":216,"s":24,"h":1,"r":1,"n":"Sentient Special Purpose"},{"id":20050,"c":24,"u":"shadowfell%20despair_dmg","p":52,"s":24,"h":1,"n":"Shadowfell Despair"},{"id":20051,"c":24,"u":"short-term%20madness_dmg","p":259,"s":24,"h":1,"r":1,"n":"Short-Term Madness"},{"id":20052,"c":24,"u":"side%20quests_dmg","p":81,"s":24,"h":1,"n":"Side Quests"},{"id":20053,"c":24,"u":"special%20features%3b%20what%20is%20a%20detail%20from%20its%20history%3f_dmg","p":141,"s":24,"h":1,"n":"Special Features; What Is a Detail from Its History?"},{"id":20054,"c":24,"u":"special%20features%3b%20what%20minor%20property%20does%20it%20have_dmg","p":141,"s":24,"h":1,"n":"Special Features; What Minor Property Does It Have"},{"id":20055,"c":24,"u":"special%20features%3b%20what%20quirk%20does%20it%20have_dmg","p":141,"s":24,"h":1,"n":"Special Features; What Quirk Does It Have"},{"id":20056,"c":24,"u":"special%20features%3b%20who%20created%20it%20or%20was%20intended%20to%20use%20it%3f_dmg","p":141,"s":24,"h":1,"n":"Special Features; Who Created It or Was Intended to Use It?"},{"id":20057,"c":24,"u":"spell%20damage_dmg","p":283,"s":24,"h":1,"n":"Spell Damage"},{"id":20058,"c":24,"u":"spell%20scrolls%3b%20spell%20scroll_dmg","p":139,"s":24,"h":1,"r":1,"n":"Spell Scrolls; Spell Scroll"},{"id":20059,"c":24,"u":"stairs_dmg","p":291,"s":24,"h":1,"n":"Stairs"},{"id":20060,"c":24,"u":"starting%20area_dmg","p":290,"s":24,"h":1,"n":"Starting Area"},{"id":20061,"c":24,"u":"starting%20at%20higher%20level%3b%20starting%20equipment_dmg","p":38,"s":24,"h":1,"n":"Starting at Higher Level; Starting Equipment"},{"id":20062,"c":24,"u":"sylvan%20forest%20encounters_dmg","p":86,"s":24,"h":1,"n":"Sylvan Forest Encounters"},{"id":20063,"c":24,"u":"the%20adventuring%20day%3b%20adventuring%20day%20xp_dmg","p":84,"s":24,"h":1,"n":"The Adventuring Day; Adventuring Day XP"},{"id":20064,"c":24,"u":"the%20calendar%20of%20harptos_dmg","p":33,"s":24,"h":1,"n":"The Calendar of Harptos"},{"id":20065,"c":24,"u":"the%20outer%20planes_dmg","p":57,"s":24,"h":1,"n":"The Outer Planes"},{"id":20066,"c":24,"u":"the%20outlands%20and%20sigil%3b%20gate-towns%20of%20the%20outlands_dmg","p":67,"s":24,"h":1,"n":"The Outlands and Sigil; Gate-Towns of the Outlands"},{"id":20067,"c":24,"u":"tracking%20dcs_dmg","p":244,"s":24,"h":1,"n":"Tracking DCs"},{"id":20068,"c":24,"u":"trap%20effects%3b%20damage%20severity%20by%20level_dmg","p":121,"s":24,"h":1,"r":1,"n":"Trap Effects; Damage Severity by Level"},{"id":20069,"c":24,"u":"trap%20effects%3b%20trap%20save%20dcs%20and%20attack%20bonuses_dmg","p":121,"s":24,"h":1,"r":1,"n":"Trap Effects; Trap Save DCs and Attack Bonuses"},{"id":20070,"c":24,"u":"twists_dmg","p":80,"s":24,"h":1,"n":"Twists"},{"id":20071,"c":24,"u":"undersea%20encounters_dmg","p":116,"s":24,"h":1,"n":"Undersea Encounters"},{"id":20072,"c":24,"u":"underwater%20encounter%20distance_dmg","p":117,"s":24,"h":1,"n":"Underwater Encounter Distance"},{"id":20073,"c":24,"u":"urban%20chase%20complications_dmg","p":253,"s":24,"h":1,"n":"Urban Chase Complications"},{"id":20074,"c":24,"u":"urban%20encounters_dmg","p":114,"s":24,"h":1,"n":"Urban Encounters"},{"id":20075,"c":24,"u":"using%20a%20map%3b%20map%20travel%20pace_dmg","p":242,"s":24,"h":1,"n":"Using a Map; Map Travel Pace"},{"id":20076,"c":24,"u":"variant%3a%20mixing%20potions%3b%20potion%20miscibility_dmg","p":140,"s":24,"h":1,"n":"Variant: Mixing Potions; Potion Miscibility"},{"id":20077,"c":24,"u":"variant%3a%20scroll%20mishaps%3b%20scroll%20mishap_dmg","p":140,"s":24,"h":1,"n":"Variant: Scroll Mishaps; Scroll Mishap"},{"id":20078,"c":24,"u":"variant%3a%20spell%20points%3b%20spell%20point%20cost_dmg","p":288,"s":24,"h":1,"n":"Variant: Spell Points; Spell Point Cost"},{"id":20079,"c":24,"u":"variant%3a%20spell%20points%3b%20spell%20points%20by%20level_dmg","p":288,"s":24,"h":1,"n":"Variant: Spell Points; Spell Points by Level"},{"id":20080,"c":24,"u":"villain's%20secret%20weakness%3b%20villain's%20weakness_dmg","p":96,"s":24,"h":1,"n":"Villain's Secret Weakness; Villain's Weakness"},{"id":20081,"c":24,"u":"villains%3b%20villain's%20methods_dmg","p":94,"s":24,"h":1,"n":"Villains; Villain's Methods"},{"id":20082,"c":24,"u":"villains%3b%20villain's%20scheme_dmg","p":94,"s":24,"h":1,"n":"Villains; Villain's Scheme"},{"id":20083,"c":24,"u":"weather_dmg","p":109,"s":24,"h":1,"n":"Weather"},{"id":20084,"c":24,"u":"weather%3b%20precipitation_dmg","p":109,"s":24,"h":1,"r":1,"n":"Weather; Precipitation"},{"id":20085,"c":24,"u":"weather%3b%20wind_dmg","p":109,"s":24,"h":1,"n":"Weather; Wind"},{"id":20086,"c":24,"u":"weird%20locales_dmg","p":109,"s":24,"h":1,"n":"Weird Locales"},{"id":20087,"c":24,"u":"wilderness%20chase%20complications_dmg","p":253,"s":24,"h":1,"n":"Wilderness Chase Complications"},{"id":20088,"c":24,"u":"world-shaking%20events_dmg","p":27,"s":24,"h":1,"n":"World-Shaking Events"},{"id":20089,"c":24,"u":"wuxia%20weapon%20names_dmg","p":41,"s":24,"h":1,"n":"Wuxia Weapon Names"},{"id":20090,"c":24,"u":"arms%20of%20the%20betrayers%20destruction_egw","p":274,"s":28,"h":1,"dP":1,"n":"Arms of the Betrayers Destruction"},{"id":20091,"c":24,"u":"backstory%3b%20ally%20and%20rival%20identities_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Ally and Rival Identities"},{"id":20092,"c":24,"u":"backstory%3b%20ally%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Ally Relationships"},{"id":20093,"c":24,"u":"backstory%3b%20backgrounds_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Backgrounds"},{"id":20094,"c":24,"u":"backstory%3b%20eastern%20wynandir%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Eastern Wynandir Settlements"},{"id":20095,"c":24,"u":"backstory%3b%20family%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Family Relationships"},{"id":20096,"c":24,"u":"backstory%3b%20family%20size%20(city)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Family Size (City)"},{"id":20097,"c":24,"u":"backstory%3b%20family%20size%20(village)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Family Size (Village)"},{"id":20098,"c":24,"u":"backstory%3b%20fateful%20moments_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Fateful Moments"},{"id":20099,"c":24,"u":"backstory%3b%20favorite%20foods%20(eastern%20wynandir)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Favorite Foods (Eastern Wynandir)"},{"id":20100,"c":24,"u":"backstory%3b%20favorite%20foods%20(greying%20wildlands)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Favorite Foods (Greying Wildlands)"},{"id":20101,"c":24,"u":"backstory%3b%20favorite%20foods%20(menagerie%20coast)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Favorite Foods (Menagerie Coast)"},{"id":20102,"c":24,"u":"backstory%3b%20favorite%20foods%20(western%20wynandir)_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Favorite Foods (Western Wynandir)"},{"id":20103,"c":24,"u":"backstory%3b%20greying%20wildlands%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Greying Wildlands Settlements"},{"id":20104,"c":24,"u":"backstory%3b%20homelands_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Homelands"},{"id":20105,"c":24,"u":"backstory%3b%20marrow%20valley%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Marrow Valley Settlements"},{"id":20106,"c":24,"u":"backstory%3b%20menagerie%20coast%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Menagerie Coast Settlements"},{"id":20107,"c":24,"u":"backstory%3b%20mysterious%20secrets_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Mysterious Secrets"},{"id":20108,"c":24,"u":"backstory%3b%20rival%20relationships_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Rival Relationships"},{"id":20109,"c":24,"u":"backstory%3b%20zemni%20fields%20settlements_egw","p":191,"s":28,"h":1,"dP":1,"n":"Backstory; Zemni Fields Settlements"},{"id":20110,"c":24,"u":"betrayer%20gods_egw","p":26,"s":28,"h":1,"dP":1,"n":"Betrayer Gods"},{"id":20111,"c":24,"u":"calendar%20and%20time%3b%20exandrian%20calendar_egw","p":8,"s":28,"h":1,"dP":1,"n":"Calendar and Time; Exandrian Calendar"},{"id":20112,"c":24,"u":"eiselcross%20encounters%3a%20levels%2011%e2%80%9316_egw","p":122,"s":28,"h":1,"dP":1,"n":"Eiselcross Encounters: Levels 11–16"},{"id":20113,"c":24,"u":"eiselcross%20encounters%3a%20levels%2017%e2%80%9320_egw","p":122,"s":28,"h":1,"dP":1,"n":"Eiselcross Encounters: Levels 17–20"},{"id":20114,"c":24,"u":"eiselcross%20encounters%3a%20levels%201%e2%80%934_egw","p":122,"s":28,"h":1,"dP":1,"n":"Eiselcross Encounters: Levels 1–4"},{"id":20115,"c":24,"u":"eiselcross%20encounters%3a%20levels%205%e2%80%9310_egw","p":122,"s":28,"h":1,"dP":1,"n":"Eiselcross Encounters: Levels 5–10"},{"id":20116,"c":24,"u":"heroic%20chronicle%3b%20social%20status%20relationships_egw","p":190,"s":28,"h":1,"dP":1,"n":"Heroic Chronicle; Social Status Relationships"},{"id":20117,"c":24,"u":"lesser%20idols_egw","p":30,"s":28,"h":1,"dP":1,"n":"Lesser Idols"},{"id":20118,"c":24,"u":"mutalos%20habitats_egw","p":128,"s":28,"h":1,"dP":1,"n":"Mutalos Habitats"},{"id":20119,"c":24,"u":"prime%20deities_egw","p":20,"s":28,"h":1,"dP":1,"n":"Prime Deities"},{"id":20120,"c":24,"u":"prophecy%20inspirations_egw","p":199,"s":28,"h":1,"dP":1,"n":"Prophecy Inspirations"},{"id":20121,"c":24,"u":"uncanny%20phenomena_egw","p":151,"s":28,"h":1,"dP":1,"n":"Uncanny Phenomena"},{"id":20122,"c":24,"u":"above%20and%20below%20sharn%3a%20important%20districts_erlw","p":164,"s":29,"h":1,"n":"Above and Below Sharn: Important Districts"},{"id":20123,"c":24,"u":"above%20and%20below%20sharn%3a%20noteworthy%20locations_erlw","p":175,"s":29,"h":1,"n":"Above and Below Sharn: Noteworthy Locations"},{"id":20124,"c":24,"u":"adventurers'%20guild%20contacts%3b%20guild%20contacts_erlw","p":66,"s":29,"h":1,"n":"Adventurers' Guild Contacts; Guild Contacts"},{"id":20125,"c":24,"u":"adventures%20and%20encounters%3b%20mournland%20adventure%20hooks_erlw","p":222,"s":29,"h":1,"n":"Adventures and Encounters; Mournland Adventure Hooks"},{"id":20126,"c":24,"u":"adventures%20in%20sharn%3b%20life%20in%20the%20city_erlw","p":239,"s":29,"h":1,"n":"Adventures in Sharn; Life in the City"},{"id":20127,"c":24,"u":"arcane%20workshop%20adventures_erlw","p":190,"s":29,"h":1,"n":"Arcane Workshop Adventures"},{"id":20128,"c":24,"u":"aurum%20missions_erlw","p":188,"s":29,"h":1,"n":"Aurum Missions"},{"id":20129,"c":24,"u":"aurum%20npcs_erlw","p":187,"s":29,"h":1,"n":"Aurum NPCs"},{"id":20130,"c":24,"u":"boromar%20clan%20adventure%20hooks_erlw","p":249,"s":29,"h":1,"n":"Boromar Clan Adventure Hooks"},{"id":20131,"c":24,"u":"boromar%20clan%20campaign%20themes%3b%20boromar%20clan%20assignments_erlw","p":249,"s":29,"h":1,"n":"Boromar Clan Campaign Themes; Boromar Clan Assignments"},{"id":20132,"c":24,"u":"boromar%20villains_erlw","p":247,"s":29,"h":1,"n":"Boromar Villains"},{"id":20133,"c":24,"u":"calendar%3b%20eberron%20months_erlw","p":7,"s":29,"h":1,"n":"Calendar; Eberron Months"},{"id":20134,"c":24,"u":"central%20plateau%3a%20important%20districts_erlw","p":161,"s":29,"h":1,"n":"Central Plateau: Important Districts"},{"id":20135,"c":24,"u":"central%20plateau%3a%20noteworthy%20locations_erlw","p":165,"s":29,"h":1,"n":"Central Plateau: Noteworthy Locations"},{"id":20136,"c":24,"u":"chamber%20missions_erlw","p":195,"s":29,"h":1,"n":"Chamber Missions"},{"id":20137,"c":24,"u":"chamber%20npcs_erlw","p":195,"s":29,"h":1,"n":"Chamber NPCs"},{"id":20138,"c":24,"u":"chapter%202%3a%20khorvaire%20gazeteer%20-%20faiths%20of%20khorvaire%3b%20foundation%20of%20faith_erlw","p":140,"s":29,"h":1,"n":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Foundation of Faith"},{"id":20139,"c":24,"u":"chapter%202%3a%20khorvaire%20gazeteer%20-%20faiths%20of%20khorvaire%3b%20rejection%20of%20faith_erlw","p":140,"s":29,"h":1,"n":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Rejection of Faith"},{"id":20140,"c":24,"u":"city%20government%3b%20sharn%20councilors_erlw","p":156,"s":29,"h":1,"n":"City Government; Sharn Councilors"},{"id":20141,"c":24,"u":"clientele_erlw","p":88,"s":29,"h":1,"n":"Clientele"},{"id":20142,"c":24,"u":"cog%20hub%20adventures_erlw","p":250,"s":29,"h":1,"n":"Cog Hub Adventures"},{"id":20143,"c":24,"u":"communication%20and%20security%20services_erlw","p":10,"s":29,"h":1,"n":"Communication and Security Services"},{"id":20144,"c":24,"u":"creating%20common%20magic%20items_erlw","p":281,"s":29,"h":1,"n":"Creating Common Magic Items"},{"id":20145,"c":24,"u":"creatures%20of%20the%20mournland%3b%20monstrous%20mutations_erlw","p":219,"s":29,"h":1,"n":"Creatures of the Mournland; Monstrous Mutations"},{"id":20146,"c":24,"u":"crime%20in%20sharn%3b%20criminal%20organizations%20in%20sharn_erlw","p":245,"s":29,"h":1,"n":"Crime in Sharn; Criminal Organizations in Sharn"},{"id":20147,"c":24,"u":"crime%20in%20sharn%3b%20street%20gangs_erlw","p":245,"s":29,"h":1,"n":"Crime in Sharn; Street Gangs"},{"id":20148,"c":24,"u":"crime%20syndicate%20contacts%3b%20syndicate%20contact_erlw","p":71,"s":29,"h":1,"n":"Crime Syndicate Contacts; Syndicate Contact"},{"id":20149,"c":24,"u":"cult%20adventures%3b%20cult%20adventure%20hooks_erlw","p":189,"s":29,"h":1,"n":"Cult Adventures; Cult Adventure Hooks"},{"id":20150,"c":24,"u":"cults%20of%20the%20dragon%20below_erlw","p":188,"s":29,"h":1,"n":"Cults of the Dragon Below"},{"id":20151,"c":24,"u":"cults%20of%20the%20dragon%20below%20npcs%3b%20cult%20npcs_erlw","p":189,"s":29,"h":1,"n":"Cults of the Dragon Below NPCs; Cult NPCs"},{"id":20152,"c":24,"u":"customizing%20a%20living%20spell%3b%20living%20spell%20customization_erlw","p":283,"s":29,"h":1,"n":"Customizing a Living Spell; Living Spell Customization"},{"id":20153,"c":24,"u":"daanvi%2c%20the%20perfect%20order%3b%20daanvi%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"n":"Daanvi, the Perfect Order; Daanvi Manifest Zone Features"},{"id":20154,"c":24,"u":"daask%20adventure%20hooks_erlw","p":252,"s":29,"h":1,"n":"Daask Adventure Hooks"},{"id":20155,"c":24,"u":"daask%20assignments_erlw","p":252,"s":29,"h":1,"n":"Daask Assignments"},{"id":20156,"c":24,"u":"daask%20contacts_erlw","p":179,"s":29,"h":1,"n":"Daask Contacts"},{"id":20157,"c":24,"u":"daask%20villains_erlw","p":250,"s":29,"h":1,"n":"Daask Villains"},{"id":20158,"c":24,"u":"daelkyr%20modifications_erlw","p":284,"s":29,"h":1,"n":"Daelkyr Modifications"},{"id":20159,"c":24,"u":"defining%20mission_erlw","p":90,"s":29,"h":1,"n":"Defining Mission"},{"id":20160,"c":24,"u":"deities%20of%20eberron%3b%201_erlw","p":141,"s":29,"h":1,"n":"Deities of Eberron; 1"},{"id":20161,"c":24,"u":"deities%20of%20eberron%3b%202_erlw","p":141,"s":29,"h":1,"n":"Deities of Eberron; 2"},{"id":20162,"c":24,"u":"deities%20of%20eberron%3b%203_erlw","p":141,"s":29,"h":1,"n":"Deities of Eberron; 3"},{"id":20163,"c":24,"u":"demon%20ruin%20adventures_erlw","p":215,"s":29,"h":1,"n":"Demon Ruin Adventures"},{"id":20164,"c":24,"u":"dhakaani%20fort%20adventures_erlw","p":205,"s":29,"h":1,"n":"Dhakaani Fort Adventures"},{"id":20165,"c":24,"u":"dolurrh%2c%20the%20realm%20of%20the%20dead%3b%20dolurrh%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"n":"Dolurrh, the Realm of the Dead; Dolurrh Manifest Zone Features"},{"id":20166,"c":24,"u":"dragonmark%20appearance%3b%20dragonmark%20quirks_erlw","p":38,"s":29,"h":1,"n":"Dragonmark Appearance; Dragonmark Quirks"},{"id":20167,"c":24,"u":"dragonmarked%20house%20adventure%20hooks_erlw","p":192,"s":29,"h":1,"n":"Dragonmarked House Adventure Hooks"},{"id":20168,"c":24,"u":"dragonmarked%20house%20contacts%3b%20house%20contacts_erlw","p":73,"s":29,"h":1,"n":"Dragonmarked House Contacts; House Contacts"},{"id":20169,"c":24,"u":"dragonmarked%20npcs_erlw","p":190,"s":29,"h":1,"n":"Dragonmarked NPCs"},{"id":20170,"c":24,"u":"dragonmarks%20and%20their%20houses_erlw","p":37,"s":29,"h":1,"n":"Dragonmarks and Their Houses"},{"id":20171,"c":24,"u":"dreaming%20dark%20adventure%20hooks_erlw","p":197,"s":29,"h":1,"n":"Dreaming Dark Adventure Hooks"},{"id":20172,"c":24,"u":"dreaming%20dark%20npcs_erlw","p":197,"s":29,"h":1,"n":"Dreaming Dark NPCs"},{"id":20173,"c":24,"u":"driving%20forces%3b%20villain%20you%20don't%20understand_erlw","p":185,"s":29,"h":1,"n":"Driving Forces; Villain You Don't Understand"},{"id":20174,"c":24,"u":"droaam%20adventure%20hooks_erlw","p":201,"s":29,"h":1,"n":"Droaam Adventure Hooks"},{"id":20175,"c":24,"u":"dura%20quarter%3a%20important%20districts_erlw","p":162,"s":29,"h":1,"n":"Dura Quarter: Important Districts"},{"id":20176,"c":24,"u":"dura%20quarter%3a%20noteworthy%20locations_erlw","p":166,"s":29,"h":1,"n":"Dura Quarter: Noteworthy Locations"},{"id":20177,"c":24,"u":"dwarves%20of%20the%20mror%20holds%3b%20leaving%20the%20mror%20holds_erlw","p":19,"s":29,"h":1,"n":"Dwarves of the Mror Holds; Leaving the Mror Holds"},{"id":20178,"c":24,"u":"eberron%20crafting%20complications_erlw","p":281,"s":29,"h":1,"n":"Eberron Crafting Complications"},{"id":20179,"c":24,"u":"emerald%20claw%20adventure%20hooks_erlw","p":226,"s":29,"h":1,"n":"Emerald Claw Adventure Hooks"},{"id":20180,"c":24,"u":"encounters%20and%20trinkets%3b%20mournland%20encounters_erlw","p":222,"s":29,"h":1,"n":"Encounters and Trinkets; Mournland Encounters"},{"id":20181,"c":24,"u":"espionage%20agency%20contacts%3b%20agency%20contacts_erlw","p":78,"s":29,"h":1,"n":"Espionage Agency Contacts; Agency Contacts"},{"id":20182,"c":24,"u":"everyday%20impact_erlw","p":208,"s":29,"h":1,"n":"Everyday Impact"},{"id":20183,"c":24,"u":"everyone%20has%20regrets%3b%20regrets_erlw","p":8,"s":29,"h":1,"n":"Everyone Has Regrets; Regrets"},{"id":20184,"c":24,"u":"exotic%20languages%20of%20eberron_erlw","p":6,"s":29,"h":1,"n":"Exotic Languages of Eberron"},{"id":20185,"c":24,"u":"famous%20story_erlw","p":94,"s":29,"h":1,"n":"Famous Story"},{"id":20186,"c":24,"u":"fernia%2c%20the%20sea%20of%20fire%3b%20fernia%20manifest%20zone%20features_erlw","p":229,"s":29,"h":1,"n":"Fernia, the Sea of Fire; Fernia Manifest Zone Features"},{"id":20187,"c":24,"u":"fortified%20outpost%20adventures_erlw","p":211,"s":29,"h":1,"n":"Fortified Outpost Adventures"},{"id":20188,"c":24,"u":"gatekeeper%20adventure%20hooks_erlw","p":204,"s":29,"h":1,"n":"Gatekeeper Adventure Hooks"},{"id":20189,"c":24,"u":"gatekeeper%20npcs_erlw","p":202,"s":29,"h":1,"n":"Gatekeeper NPCs"},{"id":20190,"c":24,"u":"gatekeeper%20seal%20adventures_erlw","p":202,"s":29,"h":1,"n":"Gatekeeper Seal Adventures"},{"id":20191,"c":24,"u":"general%20house%20missions_erlw","p":72,"s":29,"h":1,"n":"General House Missions"},{"id":20192,"c":24,"u":"gnomes%20of%20zilargo%3b%20zil%20schemes_erlw","p":23,"s":29,"h":1,"n":"Gnomes of Zilargo; Zil Schemes"},{"id":20193,"c":24,"u":"goblinoid%20npcs_erlw","p":205,"s":29,"h":1,"n":"Goblinoid NPCs"},{"id":20194,"c":24,"u":"group%20infamy_erlw","p":70,"s":29,"h":1,"n":"Group Infamy"},{"id":20195,"c":24,"u":"guild%20adventures_erlw","p":67,"s":29,"h":1,"n":"Guild Adventures"},{"id":20196,"c":24,"u":"head%20of%20state%20contacts%3b%20state%20contacts_erlw","p":81,"s":29,"h":1,"n":"Head of State Contacts; State Contacts"},{"id":20197,"c":24,"u":"heirs%20of%20dhakaan%20adventure%20hooks_erlw","p":206,"s":29,"h":1,"n":"Heirs of Dhakaan Adventure Hooks"},{"id":20198,"c":24,"u":"hierarchy%3b%20order%20reputation_erlw","p":97,"s":29,"h":1,"n":"Hierarchy; Order Reputation"},{"id":20199,"c":24,"u":"house%20missions_erlw","p":72,"s":29,"h":1,"n":"House Missions"},{"id":20200,"c":24,"u":"house%20status%3b%20group%20status_erlw","p":73,"s":29,"h":1,"n":"House Status; Group Status"},{"id":20201,"c":24,"u":"house%20tarkanan%20adventure%20hooks_erlw","p":254,"s":29,"h":1,"n":"House Tarkanan Adventure Hooks"},{"id":20202,"c":24,"u":"house%20tarkanan%20assignments_erlw","p":253,"s":29,"h":1,"n":"House Tarkanan Assignments"},{"id":20203,"c":24,"u":"house%20tarkanan%20villains_erlw","p":253,"s":29,"h":1,"n":"House Tarkanan Villains"},{"id":20204,"c":24,"u":"house%20tarkanan%3b%20tarkanan%20contacts_erlw","p":179,"s":29,"h":1,"n":"House Tarkanan; Tarkanan Contacts"},{"id":20205,"c":24,"u":"humans%3b%20human%20origins_erlw","p":29,"s":29,"h":1,"n":"Humans; Human Origins"},{"id":20206,"c":24,"u":"immortal%20contacts%3b%20immortal%20communication_erlw","p":84,"s":29,"h":1,"n":"Immortal Contacts; Immortal Communication"},{"id":20207,"c":24,"u":"inn%20attractions_erlw","p":239,"s":29,"h":1,"n":"Inn Attractions"},{"id":20208,"c":24,"u":"irian%2c%20the%20eternal%20dawn%3b%20irian%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"n":"Irian, the Eternal Dawn; Irian Manifest Zone Features"},{"id":20209,"c":24,"u":"keeping%20the%20action%20going%3b%20new%20development_erlw","p":186,"s":29,"h":1,"n":"Keeping the Action Going; New Development"},{"id":20210,"c":24,"u":"khoravar%20origin_erlw","p":26,"s":29,"h":1,"n":"Khoravar Origin"},{"id":20211,"c":24,"u":"kicking%20off%20the%20action%3b%20story%20kickoff_erlw","p":186,"s":29,"h":1,"n":"Kicking Off the Action; Story Kickoff"},{"id":20212,"c":24,"u":"kythri%2c%20the%20churning%20chaos%3b%20kythri%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"n":"Kythri, the Churning Chaos; Kythri Manifest Zone Features"},{"id":20213,"c":24,"u":"lamannia%2c%20the%20twilight%20forest%3b%20lamannia%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"n":"Lamannia, the Twilight Forest; Lamannia Manifest Zone Features"},{"id":20214,"c":24,"u":"library%20vault%20adventures_erlw","p":226,"s":29,"h":1,"n":"Library Vault Adventures"},{"id":20215,"c":24,"u":"lord%20of%20blades%20adventure%20hooks_erlw","p":214,"s":29,"h":1,"n":"Lord of Blades Adventure Hooks"},{"id":20216,"c":24,"u":"lord%20of%20blades%20npcs_erlw","p":214,"s":29,"h":1,"n":"Lord of Blades NPCs"},{"id":20217,"c":24,"u":"lords%20of%20dust%20adventure%20hooks_erlw","p":217,"s":29,"h":1,"n":"Lords of Dust Adventure Hooks"},{"id":20218,"c":24,"u":"lords%20of%20dust%20npcs_erlw","p":215,"s":29,"h":1,"n":"Lords of Dust NPCs"},{"id":20219,"c":24,"u":"mabar%2c%20the%20endless%20night%3b%20mabar%20manifest%20zone%20features_erlw","p":230,"s":29,"h":1,"n":"Mabar, the Endless Night; Mabar Manifest Zone Features"},{"id":20220,"c":24,"u":"magical%20effects%3b%20environmental%20effects_erlw","p":220,"s":29,"h":1,"n":"Magical Effects; Environmental Effects"},{"id":20221,"c":24,"u":"medicine%3b%20healing%20services_erlw","p":10,"s":29,"h":1,"n":"Medicine; Healing Services"},{"id":20222,"c":24,"u":"memorable%20mission_erlw","p":78,"s":29,"h":1,"n":"Memorable Mission"},{"id":20223,"c":24,"u":"menthis%20plateau%3a%20important%20districts_erlw","p":162,"s":29,"h":1,"n":"Menthis Plateau: Important Districts"},{"id":20224,"c":24,"u":"menthis%20plateau%3a%20noteworthy%20locations_erlw","p":169,"s":29,"h":1,"n":"Menthis Plateau: Noteworthy Locations"},{"id":20225,"c":24,"u":"middle%20dura%3b%20bazaar%20merchants_erlw","p":167,"s":29,"h":1,"n":"Middle Dura; Bazaar Merchants"},{"id":20226,"c":24,"u":"military%20contacts%3b%20commanding%20officer_erlw","p":91,"s":29,"h":1,"n":"Military Contacts; Commanding Officer"},{"id":20227,"c":24,"u":"military%20missions_erlw","p":90,"s":29,"h":1,"n":"Military Missions"},{"id":20228,"c":24,"u":"mournland%20villains_erlw","p":222,"s":29,"h":1,"n":"Mournland Villains"},{"id":20229,"c":24,"u":"mysterious%20passengers_erlw","p":238,"s":29,"h":1,"n":"Mysterious Passengers"},{"id":20230,"c":24,"u":"national%20affairs%3b%20cyran%20affairs_erlw","p":81,"s":29,"h":1,"n":"National Affairs; Cyran Affairs"},{"id":20231,"c":24,"u":"nemesis_erlw","p":91,"s":29,"h":1,"n":"Nemesis"},{"id":20232,"c":24,"u":"newspaper%20contact_erlw","p":95,"s":29,"h":1,"n":"Newspaper Contact"},{"id":20233,"c":24,"u":"northedge%20quarter%3a%20important%20districts_erlw","p":163,"s":29,"h":1,"n":"Northedge Quarter: Important Districts"},{"id":20234,"c":24,"u":"northedge%20quarter%3a%20noteworthy%20locations_erlw","p":171,"s":29,"h":1,"n":"Northedge Quarter: Noteworthy Locations"},{"id":20235,"c":24,"u":"official%20status%3b%20state%20status_erlw","p":81,"s":29,"h":1,"n":"Official Status; State Status"},{"id":20236,"c":24,"u":"orcs%20of%20the%20shadow%20marches%3b%20leaving%20the%20shadow%20marches_erlw","p":31,"s":29,"h":1,"n":"Orcs of the Shadow Marches; Leaving the Shadow Marches"},{"id":20237,"c":24,"u":"order%20of%20the%20emerald%20claw%20npcs%3b%20emerald%20claw%20npcs_erlw","p":226,"s":29,"h":1,"n":"Order of the Emerald Claw NPCs; Emerald Claw NPCs"},{"id":20238,"c":24,"u":"other%20heads%20of%20state%3b%20heads%20of%20state_erlw","p":82,"s":29,"h":1,"n":"Other Heads of State; Heads of State"},{"id":20239,"c":24,"u":"patron%20benefits%3b%20contacts_erlw","p":86,"s":29,"h":1,"n":"Patron Benefits; Contacts"},{"id":20240,"c":24,"u":"patrons%20in%20eberron%3b%20patrons_erlw","p":65,"s":29,"h":1,"n":"Patrons in Eberron; Patrons"},{"id":20241,"c":24,"u":"personal%20impact_erlw","p":206,"s":29,"h":1,"n":"Personal Impact"},{"id":20242,"c":24,"u":"planar%20observatory%20adventures_erlw","p":193,"s":29,"h":1,"n":"Planar Observatory Adventures"},{"id":20243,"c":24,"u":"religious%20order%20contacts%3b%20order%20contact_erlw","p":97,"s":29,"h":1,"n":"Religious Order Contacts; Order Contact"},{"id":20244,"c":24,"u":"reporting%20repercussions%3b%20story%20aftermath_erlw","p":95,"s":29,"h":1,"n":"Reporting Repercussions; Story Aftermath"},{"id":20245,"c":24,"u":"risia%2c%20the%20plain%20of%20ice%3b%20risia%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"n":"Risia, the Plain of Ice; Risia Manifest Zone Features"},{"id":20246,"c":24,"u":"rival%20outfit%3b%20group%20rivals_erlw","p":70,"s":29,"h":1,"n":"Rival Outfit; Group Rivals"},{"id":20247,"c":24,"u":"ruined%20dhakaani%20fort%20adventures%3b%20ruined%20fort%20adventures_erlw","p":199,"s":29,"h":1,"n":"Ruined Dhakaani Fort Adventures; Ruined Fort Adventures"},{"id":20248,"c":24,"u":"scholarly%20missions_erlw","p":100,"s":29,"h":1,"n":"Scholarly Missions"},{"id":20249,"c":24,"u":"scholarly%20standing_erlw","p":100,"s":29,"h":1,"n":"Scholarly Standing"},{"id":20250,"c":24,"u":"secrets_erlw","p":78,"s":29,"h":1,"n":"Secrets"},{"id":20251,"c":24,"u":"serving%20an%20immortal%3b%20immortal%20missions_erlw","p":84,"s":29,"h":1,"n":"Serving an Immortal; Immortal Missions"},{"id":20252,"c":24,"u":"serving%20the%20order%3b%20religious%20service_erlw","p":97,"s":29,"h":1,"n":"Serving the Order; Religious Service"},{"id":20253,"c":24,"u":"setting%20the%20stage%3b%20story%20opening_erlw","p":186,"s":29,"h":1,"n":"Setting the Stage; Story Opening"},{"id":20254,"c":24,"u":"shades%20of%20evil%3b%20morally%20ambiguous%20villains_erlw","p":184,"s":29,"h":1,"n":"Shades of Evil; Morally Ambiguous Villains"},{"id":20255,"c":24,"u":"shady%20nightclub%20adventures_erlw","p":247,"s":29,"h":1,"n":"Shady Nightclub Adventures"},{"id":20256,"c":24,"u":"sharn%20heights%20adventures_erlw","p":244,"s":29,"h":1,"n":"Sharn Heights Adventures"},{"id":20257,"c":24,"u":"sharn%20watch%20adventure%20hooks_erlw","p":259,"s":29,"h":1,"n":"Sharn Watch Adventure Hooks"},{"id":20258,"c":24,"u":"sharn%20watch%20assignments_erlw","p":258,"s":29,"h":1,"n":"Sharn Watch Assignments"},{"id":20259,"c":24,"u":"sharn%20watch%20personalities_erlw","p":257,"s":29,"h":1,"n":"Sharn Watch Personalities"},{"id":20260,"c":24,"u":"sharn%20watch%20races_erlw","p":257,"s":29,"h":1,"n":"Sharn Watch Races"},{"id":20261,"c":24,"u":"sharn%20watch%20villains_erlw","p":258,"s":29,"h":1,"n":"Sharn Watch Villains"},{"id":20262,"c":24,"u":"shavarath%2c%20the%20battleground%3b%20shavarath%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"n":"Shavarath, the Battleground; Shavarath Manifest Zone Features"},{"id":20263,"c":24,"u":"signature%20case_erlw","p":87,"s":29,"h":1,"n":"Signature Case"},{"id":20264,"c":24,"u":"spellcasting%20services%3b%20magewright%20casting%20fees_erlw","p":153,"s":29,"h":1,"n":"Spellcasting Services; Magewright Casting Fees"},{"id":20265,"c":24,"u":"standard%20languages%20of%20eberron_erlw","p":6,"s":29,"h":1,"n":"Standard Languages of Eberron"},{"id":20266,"c":24,"u":"syrania%2c%20the%20azure%20sky%3b%20syrania%20manifest%20zone%20features_erlw","p":231,"s":29,"h":1,"n":"Syrania, the Azure Sky; Syrania Manifest Zone Features"},{"id":20267,"c":24,"u":"talenta%20halflings%3b%20halfling%20quirks_erlw","p":27,"s":29,"h":1,"n":"Talenta Halflings; Halfling Quirks"},{"id":20268,"c":24,"u":"tavick's%20landing%3a%20important%20districts_erlw","p":164,"s":29,"h":1,"n":"Tavick's Landing: Important Districts"},{"id":20269,"c":24,"u":"tavick's%20landing%3a%20noteworthy%20locations_erlw","p":172,"s":29,"h":1,"n":"Tavick's Landing: Noteworthy Locations"},{"id":20270,"c":24,"u":"the%20boromar%20clan%3b%20boromar%20contacts_erlw","p":179,"s":29,"h":1,"n":"The Boromar Clan; Boromar Contacts"},{"id":20271,"c":24,"u":"the%20plot%20thickens_erlw","p":186,"s":29,"h":1,"n":"The Plot Thickens"},{"id":20272,"c":24,"u":"the%20role%20of%20dreams%3b%20dream%20adventures_erlw","p":196,"s":29,"h":1,"n":"The Role of Dreams; Dream Adventures"},{"id":20273,"c":24,"u":"the%20tyrants%3b%20tyrants%20contacts_erlw","p":180,"s":29,"h":1,"n":"The Tyrants; Tyrants Contacts"},{"id":20274,"c":24,"u":"the%20villain%20you%20know%3b%20villain%20you%20know_erlw","p":184,"s":29,"h":1,"n":"The Villain You Know; Villain You Know"},{"id":20275,"c":24,"u":"thelanis%2c%20the%20faerie%20court%3b%20thelanis%20manifest%20zone%20features_erlw","p":232,"s":29,"h":1,"n":"Thelanis, the Faerie Court; Thelanis Manifest Zone Features"},{"id":20276,"c":24,"u":"transportation%3b%20travel%20services_erlw","p":11,"s":29,"h":1,"n":"Transportation; Travel Services"},{"id":20277,"c":24,"u":"types%20of%20crime%3b%20syndicate%20crimes_erlw","p":70,"s":29,"h":1,"n":"Types of Crime; Syndicate Crimes"},{"id":20278,"c":24,"u":"types%20of%20espionage%3b%20espionage%20missions_erlw","p":78,"s":29,"h":1,"n":"Types of Espionage; Espionage Missions"},{"id":20279,"c":24,"u":"types%20of%20inquisitive%20work%3b%20investigative%20expertise_erlw","p":87,"s":29,"h":1,"n":"Types of Inquisitive Work; Investigative Expertise"},{"id":20280,"c":24,"u":"types%20of%20reporting%3b%20journalistic%20focus_erlw","p":94,"s":29,"h":1,"n":"Types of Reporting; Journalistic Focus"},{"id":20281,"c":24,"u":"tyrants%20adventure%20hooks_erlw","p":255,"s":29,"h":1,"n":"Tyrants Adventure Hooks"},{"id":20282,"c":24,"u":"tyrants%20campaign%20themes%3b%20tyrants%20assignments_erlw","p":255,"s":29,"h":1,"n":"Tyrants Campaign Themes; Tyrants Assignments"},{"id":20283,"c":24,"u":"tyrants%20villains_erlw","p":255,"s":29,"h":1,"n":"Tyrants Villains"},{"id":20284,"c":24,"u":"university%20contact_erlw","p":101,"s":29,"h":1,"n":"University Contact"},{"id":20285,"c":24,"u":"unusual%20locations_erlw","p":219,"s":29,"h":1,"n":"Unusual Locations"},{"id":20286,"c":24,"u":"war-torn%20survivor%3b%20war-torn%20villains_erlw","p":209,"s":29,"h":1,"n":"War-Torn Survivor; War-Torn Villains"},{"id":20287,"c":24,"u":"warforged%20ossuary%20adventures_erlw","p":212,"s":29,"h":1,"n":"Warforged Ossuary Adventures"},{"id":20288,"c":24,"u":"watch%20station%20adventures_erlw","p":258,"s":29,"h":1,"n":"Watch Station Adventures"},{"id":20289,"c":24,"u":"watch%20your%20step!%3b%20falling%20in%20sharn_erlw","p":152,"s":29,"h":1,"n":"Watch Your Step!; Falling in Sharn"},{"id":20290,"c":24,"u":"what%20happens%20next%3f%3b%20home%20base_erlw","p":240,"s":29,"h":1,"n":"What Happens Next?; Home Base"},{"id":20291,"c":24,"u":"what%20happens%20next%3f%3b%20lower%20sharn%20street%20events_erlw","p":240,"s":29,"h":1,"n":"What Happens Next?; Lower Sharn Street Events"},{"id":20292,"c":24,"u":"what%20happens%20next%3f%3b%20skyway%20street%20events_erlw","p":240,"s":29,"h":1,"n":"What Happens Next?; Skyway Street Events"},{"id":20293,"c":24,"u":"what%20happens%20next%3f%3b%20upper%20sharn%20street%20events_erlw","p":240,"s":29,"h":1,"n":"What Happens Next?; Upper Sharn Street Events"},{"id":20294,"c":24,"u":"what's%20on%20the%20bill%3f%3b%20shows%20in%20menthis_erlw","p":170,"s":29,"h":1,"n":"What's on the Bill?; Shows in Menthis"},{"id":20295,"c":24,"u":"why%20do%20you%20need%20200%20gold%20pieces%3f%3b%20debts_erlw","p":9,"s":29,"h":1,"n":"Why Do You Need 200 Gold Pieces?; Debts"},{"id":20296,"c":24,"u":"xoriat%2c%20the%20realm%20of%20madness%3b%20xoriat%20manifest%20zone%20features_erlw","p":232,"s":29,"h":1,"n":"Xoriat, the Realm of Madness; Xoriat Manifest Zone Features"},{"id":20297,"c":24,"u":"arrester%20station%20adventures_ggr","p":129,"s":31,"h":1,"n":"Arrester Station Adventures"},{"id":20298,"c":24,"u":"azorius%20character%20goals%3b%20azorius%20assignments_ggr","p":131,"s":31,"h":1,"n":"Azorius Character Goals; Azorius Assignments"},{"id":20299,"c":24,"u":"azorius%20creatures_ggr","p":183,"s":31,"h":1,"n":"Azorius Creatures"},{"id":20300,"c":24,"u":"azorius%20items_ggr","p":175,"s":31,"h":1,"n":"Azorius Items"},{"id":20301,"c":24,"u":"azorius%20npcs_ggr","p":226,"s":31,"h":1,"n":"Azorius NPCs"},{"id":20302,"c":24,"u":"azorius%20villains_ggr","p":129,"s":31,"h":1,"n":"Azorius Villains"},{"id":20303,"c":24,"u":"barbarian_ggr","p":23,"s":31,"h":1,"n":"Barbarian"},{"id":20304,"c":24,"u":"bard_ggr","p":23,"s":31,"h":1,"n":"Bard"},{"id":20305,"c":24,"u":"boros%20character%20goals%3b%20boros%20assignments_ggr","p":133,"s":31,"h":1,"n":"Boros Character Goals; Boros Assignments"},{"id":20306,"c":24,"u":"boros%20creatures_ggr","p":183,"s":31,"h":1,"n":"Boros Creatures"},{"id":20307,"c":24,"u":"boros%20items_ggr","p":175,"s":31,"h":1,"n":"Boros Items"},{"id":20308,"c":24,"u":"boros%20npcs_ggr","p":229,"s":31,"h":1,"n":"Boros NPCs"},{"id":20309,"c":24,"u":"boros%20villains_ggr","p":132,"s":31,"h":1,"n":"Boros Villains"},{"id":20310,"c":24,"u":"building%20a%20party%3b%20common%20cause_ggr","p":11,"s":31,"h":1,"n":"Building a Party; Common Cause"},{"id":20311,"c":24,"u":"building%20a%20party%3b%20party%20makeup_ggr","p":11,"s":31,"h":1,"n":"Building a Party; Party Makeup"},{"id":20312,"c":24,"u":"cleric_ggr","p":23,"s":31,"h":1,"n":"Cleric"},{"id":20313,"c":24,"u":"comforts%20of%20civilization%3b%20cosmopolitan%20conveniences_ggr","p":9,"s":31,"h":1,"n":"Comforts of Civilization; Cosmopolitan Conveniences"},{"id":20314,"c":24,"u":"complications%3b%20secondary%20guild%20role_ggr","p":127,"s":31,"h":1,"n":"Complications; Secondary Guild Role"},{"id":20315,"c":24,"u":"currency%3a%20zibs%20and%20zinos%3b%20ravnica%20currency_ggr","p":9,"s":31,"h":1,"n":"Currency: Zibs and Zinos; Ravnica Currency"},{"id":20316,"c":24,"u":"dimir%20character%20goals%3b%20dimir%20assignments_ggr","p":137,"s":31,"h":1,"n":"Dimir Character Goals; Dimir Assignments"},{"id":20317,"c":24,"u":"dimir%20creatures_ggr","p":184,"s":31,"h":1,"n":"Dimir Creatures"},{"id":20318,"c":24,"u":"dimir%20items_ggr","p":175,"s":31,"h":1,"n":"Dimir Items"},{"id":20319,"c":24,"u":"dimir%20npcs_ggr","p":232,"s":31,"h":1,"n":"Dimir NPCs"},{"id":20320,"c":24,"u":"dimir%20villains_ggr","p":135,"s":31,"h":1,"n":"Dimir Villains"},{"id":20321,"c":24,"u":"disaster%20guilds_ggr","p":125,"s":31,"h":1,"n":"Disaster Guilds"},{"id":20322,"c":24,"u":"druid_ggr","p":23,"s":31,"h":1,"n":"Druid"},{"id":20323,"c":24,"u":"dungeon%20delve%20guilds_ggr","p":124,"s":31,"h":1,"n":"Dungeon Delve Guilds"},{"id":20324,"c":24,"u":"experimental%20workshop%20adventures_ggr","p":144,"s":31,"h":1,"n":"Experimental Workshop Adventures"},{"id":20325,"c":24,"u":"experimental%20workshop%20map%3b%20bizarre%20magical%20effects_ggr","p":144,"s":31,"h":1,"n":"Experimental Workshop Map; Bizarre Magical Effects"},{"id":20326,"c":24,"u":"fighter_ggr","p":24,"s":31,"h":1,"n":"Fighter"},{"id":20327,"c":24,"u":"golgari%20character%20goals%3b%20golgari%20assignments_ggr","p":140,"s":31,"h":1,"n":"Golgari Character Goals; Golgari Assignments"},{"id":20328,"c":24,"u":"golgari%20creatures_ggr","p":184,"s":31,"h":1,"n":"Golgari Creatures"},{"id":20329,"c":24,"u":"golgari%20items_ggr","p":175,"s":31,"h":1,"n":"Golgari Items"},{"id":20330,"c":24,"u":"golgari%20npcs_ggr","p":234,"s":31,"h":1,"n":"Golgari NPCs"},{"id":20331,"c":24,"u":"golgari%20villains_ggr","p":138,"s":31,"h":1,"n":"Golgari Villains"},{"id":20332,"c":24,"u":"grand%20basilica%20adventures_ggr","p":147,"s":31,"h":1,"n":"Grand Basilica Adventures"},{"id":20333,"c":24,"u":"growth%20chamber%20adventures_ggr","p":156,"s":31,"h":1,"n":"Growth Chamber Adventures"},{"id":20334,"c":24,"u":"gruul%20character%20goals%3b%20gruul%20assignments_ggr","p":143,"s":31,"h":1,"n":"Gruul Character Goals; Gruul Assignments"},{"id":20335,"c":24,"u":"gruul%20creatures_ggr","p":185,"s":31,"h":1,"n":"Gruul Creatures"},{"id":20336,"c":24,"u":"gruul%20items_ggr","p":175,"s":31,"h":1,"n":"Gruul Items"},{"id":20337,"c":24,"u":"gruul%20npcs_ggr","p":237,"s":31,"h":1,"n":"Gruul NPCs"},{"id":20338,"c":24,"u":"gruul%20villains_ggr","p":141,"s":31,"h":1,"n":"Gruul Villains"},{"id":20339,"c":24,"u":"guild%20character%20objectives_ggr","p":124,"s":31,"h":1,"n":"Guild Character Objectives"},{"id":20340,"c":24,"u":"guild%20intrigue_ggr","p":127,"s":31,"h":1,"n":"Guild Intrigue"},{"id":20341,"c":24,"u":"guild%20locations%3b%20guild%20location%20goals_ggr","p":123,"s":31,"h":1,"n":"Guild Locations; Guild Location Goals"},{"id":20342,"c":24,"u":"guild%20villains_ggr","p":123,"s":31,"h":1,"n":"Guild Villains"},{"id":20343,"c":24,"u":"guilds%20and%20magic%20items%3b%20general%20items_ggr","p":174,"s":31,"h":1,"n":"Guilds and Magic Items; General Items"},{"id":20344,"c":24,"u":"involving%20the%20characters%3b%20cross%20purposes_ggr","p":126,"s":31,"h":1,"n":"Involving the Characters; Cross Purposes"},{"id":20345,"c":24,"u":"izzet%20character%20goals%3b%20izzet%20assignments_ggr","p":146,"s":31,"h":1,"n":"Izzet Character Goals; Izzet Assignments"},{"id":20346,"c":24,"u":"izzet%20creatures_ggr","p":185,"s":31,"h":1,"n":"Izzet Creatures"},{"id":20347,"c":24,"u":"izzet%20items_ggr","p":175,"s":31,"h":1,"n":"Izzet Items"},{"id":20348,"c":24,"u":"izzet%20npcs_ggr","p":240,"s":31,"h":1,"n":"Izzet NPCs"},{"id":20349,"c":24,"u":"izzet%20villains_ggr","p":144,"s":31,"h":1,"n":"Izzet Villains"},{"id":20350,"c":24,"u":"joining%20the%20gruul%20clans%3b%20gruul%20clan%20options_ggr","p":59,"s":31,"h":1,"n":"Joining the Gruul Clans; Gruul Clan Options"},{"id":20351,"c":24,"u":"legion%20garrison%20adventures_ggr","p":132,"s":31,"h":1,"n":"Legion Garrison Adventures"},{"id":20352,"c":24,"u":"linked%20locations%3b%20location%20connections_ggr","p":123,"s":31,"h":1,"n":"Linked Locations; Location Connections"},{"id":20353,"c":24,"u":"membership%20and%20independence_ggr","p":31,"s":31,"h":1,"n":"Membership and Independence"},{"id":20354,"c":24,"u":"monk_ggr","p":24,"s":31,"h":1,"n":"Monk"},{"id":20355,"c":24,"u":"mystery%20guilds_ggr","p":125,"s":31,"h":1,"n":"Mystery Guilds"},{"id":20356,"c":24,"u":"notorious%20nightclub%20adventures_ggr","p":150,"s":31,"h":1,"n":"Notorious Nightclub Adventures"},{"id":20357,"c":24,"u":"orzhov%20character%20goals%3b%20orzhov%20assignments_ggr","p":149,"s":31,"h":1,"n":"Orzhov Character Goals; Orzhov Assignments"},{"id":20358,"c":24,"u":"orzhov%20creatures_ggr","p":186,"s":31,"h":1,"n":"Orzhov Creatures"},{"id":20359,"c":24,"u":"orzhov%20items_ggr","p":176,"s":31,"h":1,"n":"Orzhov Items"},{"id":20360,"c":24,"u":"orzhov%20npcs_ggr","p":244,"s":31,"h":1,"n":"Orzhov NPCs"},{"id":20361,"c":24,"u":"orzhov%20villains_ggr","p":147,"s":31,"h":1,"n":"Orzhov Villains"},{"id":20362,"c":24,"u":"other%20adventure%20hooks%3b%20azorius%20adventure%20hooks_ggr","p":131,"s":31,"h":1,"n":"Other Adventure Hooks; Azorius Adventure Hooks"},{"id":20363,"c":24,"u":"other%20adventure%20hooks%3b%20boros%20adventure%20hooks_ggr","p":133,"s":31,"h":1,"n":"Other Adventure Hooks; Boros Adventure Hooks"},{"id":20364,"c":24,"u":"other%20adventure%20hooks%3b%20dimir%20adventure%20hooks_ggr","p":137,"s":31,"h":1,"n":"Other Adventure Hooks; Dimir Adventure Hooks"},{"id":20365,"c":24,"u":"other%20adventure%20hooks%3b%20golgari%20adventure%20hooks_ggr","p":140,"s":31,"h":1,"n":"Other Adventure Hooks; Golgari Adventure Hooks"},{"id":20366,"c":24,"u":"other%20adventure%20hooks%3b%20gruul%20adventure%20hooks_ggr","p":143,"s":31,"h":1,"n":"Other Adventure Hooks; Gruul Adventure Hooks"},{"id":20367,"c":24,"u":"other%20adventure%20hooks%3b%20izzet%20adventure%20hooks_ggr","p":146,"s":31,"h":1,"n":"Other Adventure Hooks; Izzet Adventure Hooks"},{"id":20368,"c":24,"u":"other%20adventure%20hooks%3b%20orzhov%20adventure%20hooks_ggr","p":149,"s":31,"h":1,"n":"Other Adventure Hooks; Orzhov Adventure Hooks"},{"id":20369,"c":24,"u":"other%20adventure%20hooks%3b%20rakdos%20adventure%20hooks_ggr","p":153,"s":31,"h":1,"n":"Other Adventure Hooks; Rakdos Adventure Hooks"},{"id":20370,"c":24,"u":"other%20adventure%20hooks%3b%20selesnya%20adventure%20hooks_ggr","p":156,"s":31,"h":1,"n":"Other Adventure Hooks; Selesnya Adventure Hooks"},{"id":20371,"c":24,"u":"other%20adventure%20hooks%3b%20simic%20adventure%20hooks_ggr","p":159,"s":31,"h":1,"n":"Other Adventure Hooks; Simic Adventure Hooks"},{"id":20372,"c":24,"u":"pack%20beasts_ggr","p":188,"s":31,"h":1,"n":"Pack Beasts"},{"id":20373,"c":24,"u":"paladin_ggr","p":24,"s":31,"h":1,"n":"Paladin"},{"id":20374,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20five_ggr","p":118,"s":31,"h":1,"n":"People on the Street—Precinct Five"},{"id":20375,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20four_ggr","p":114,"s":31,"h":1,"n":"People on the Street—Precinct Four"},{"id":20376,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20one_ggr","p":105,"s":31,"h":1,"n":"People on the Street—Precinct One"},{"id":20377,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20six_ggr","p":121,"s":31,"h":1,"n":"People on the Street—Precinct Six"},{"id":20378,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20three_ggr","p":111,"s":31,"h":1,"n":"People on the Street—Precinct Three"},{"id":20379,"c":24,"u":"people%20on%20the%20street%e2%80%94precinct%20two_ggr","p":108,"s":31,"h":1,"n":"People on the Street—Precinct Two"},{"id":20380,"c":24,"u":"plots%20and%20intrigue%3b%20intrigue%20guilds_ggr","p":124,"s":31,"h":1,"n":"Plots and Intrigue; Intrigue Guilds"},{"id":20381,"c":24,"u":"protection%20guilds_ggr","p":125,"s":31,"h":1,"n":"Protection Guilds"},{"id":20382,"c":24,"u":"rakdos%20character%20goals%3b%20rakdos%20assignments_ggr","p":153,"s":31,"h":1,"n":"Rakdos Character Goals; Rakdos Assignments"},{"id":20383,"c":24,"u":"rakdos%20creatures_ggr","p":186,"s":31,"h":1,"n":"Rakdos Creatures"},{"id":20384,"c":24,"u":"rakdos%20items_ggr","p":176,"s":31,"h":1,"n":"Rakdos Items"},{"id":20385,"c":24,"u":"rakdos%20npcs_ggr","p":246,"s":31,"h":1,"n":"Rakdos NPCs"},{"id":20386,"c":24,"u":"rakdos%20villains_ggr","p":152,"s":31,"h":1,"n":"Rakdos Villains"},{"id":20387,"c":24,"u":"random%20guilds_ggr","p":6,"s":31,"h":1,"n":"Random Guilds"},{"id":20388,"c":24,"u":"random%20height%20and%20weight_ggr","p":12,"s":31,"h":1,"n":"Random Height and Weight"},{"id":20389,"c":24,"u":"ranger_ggr","p":24,"s":31,"h":1,"n":"Ranger"},{"id":20390,"c":24,"u":"ravnica's%20calendar_ggr","p":7,"s":31,"h":1,"n":"Ravnica's Calendar"},{"id":20391,"c":24,"u":"rogue_ggr","p":24,"s":31,"h":1,"n":"Rogue"},{"id":20392,"c":24,"u":"rubblebelt%20encampment%20adventures_ggr","p":141,"s":31,"h":1,"n":"Rubblebelt Encampment Adventures"},{"id":20393,"c":24,"u":"rumors%e2%80%94precinct%20five_ggr","p":118,"s":31,"h":1,"n":"Rumors—Precinct Five"},{"id":20394,"c":24,"u":"rumors%e2%80%94precinct%20four_ggr","p":114,"s":31,"h":1,"n":"Rumors—Precinct Four"},{"id":20395,"c":24,"u":"rumors%e2%80%94precinct%20one_ggr","p":105,"s":31,"h":1,"n":"Rumors—Precinct One"},{"id":20396,"c":24,"u":"rumors%e2%80%94precinct%20six_ggr","p":121,"s":31,"h":1,"n":"Rumors—Precinct Six"},{"id":20397,"c":24,"u":"rumors%e2%80%94precinct%20three_ggr","p":111,"s":31,"h":1,"n":"Rumors—Precinct Three"},{"id":20398,"c":24,"u":"rumors%e2%80%94precinct%20two_ggr","p":108,"s":31,"h":1,"n":"Rumors—Precinct Two"},{"id":20399,"c":24,"u":"safe%20house%20adventures_ggr","p":135,"s":31,"h":1,"n":"Safe House Adventures"},{"id":20400,"c":24,"u":"selesnya%20character%20goals%3b%20selesnya%20assignments_ggr","p":156,"s":31,"h":1,"n":"Selesnya Character Goals; Selesnya Assignments"},{"id":20401,"c":24,"u":"selesnya%20creatures_ggr","p":187,"s":31,"h":1,"n":"Selesnya Creatures"},{"id":20402,"c":24,"u":"selesnya%20items_ggr","p":176,"s":31,"h":1,"n":"Selesnya Items"},{"id":20403,"c":24,"u":"selesnya%20npcs_ggr","p":251,"s":31,"h":1,"n":"Selesnya NPCs"},{"id":20404,"c":24,"u":"selesnya%20villains_ggr","p":155,"s":31,"h":1,"n":"Selesnya Villains"},{"id":20405,"c":24,"u":"simic%20character%20goals%3b%20simic%20assignments_ggr","p":159,"s":31,"h":1,"n":"Simic Character Goals; Simic Assignments"},{"id":20406,"c":24,"u":"simic%20creatures_ggr","p":187,"s":31,"h":1,"n":"Simic Creatures"},{"id":20407,"c":24,"u":"simic%20items_ggr","p":176,"s":31,"h":1,"n":"Simic Items"},{"id":20408,"c":24,"u":"simic%20npcs_ggr","p":254,"s":31,"h":1,"n":"Simic NPCs"},{"id":20409,"c":24,"u":"simic%20villains_ggr","p":158,"s":31,"h":1,"n":"Simic Villains"},{"id":20410,"c":24,"u":"sorcerer_ggr","p":25,"s":31,"h":1,"n":"Sorcerer"},{"id":20411,"c":24,"u":"standard%20languages_ggr","p":9,"s":31,"h":1,"n":"Standard Languages"},{"id":20412,"c":24,"u":"undercity%20mansion%20adventures_ggr","p":138,"s":31,"h":1,"n":"Undercity Mansion Adventures"},{"id":20413,"c":24,"u":"vernadi%20center%20adventures_ggr","p":153,"s":31,"h":1,"n":"Vernadi Center Adventures"},{"id":20414,"c":24,"u":"warlock_ggr","p":25,"s":31,"h":1,"n":"Warlock"},{"id":20415,"c":24,"u":"wilderness%20guilds_ggr","p":124,"s":31,"h":1,"n":"Wilderness Guilds"},{"id":20416,"c":24,"u":"wizard_ggr","p":25,"s":31,"h":1,"n":"Wizard"},{"id":20417,"c":24,"u":"lizardfolk%20names%20%e2%80%93%20general_gos","p":64,"s":33,"h":1,"n":"Lizardfolk Names – General"},{"id":20418,"c":24,"u":"open%20water%20encounters%20(levels%2011%e2%80%9420)_gos","p":207,"s":33,"h":1,"n":"Open Water Encounters (Levels 11—20)"},{"id":20419,"c":24,"u":"open%20water%20encounters%20(levels%201%e2%80%944)_gos","p":207,"s":33,"h":1,"n":"Open Water Encounters (Levels 1—4)"},{"id":20420,"c":24,"u":"open%20water%20encounters%20(levels%205%e2%80%9410)_gos","p":207,"s":33,"h":1,"n":"Open Water Encounters (Levels 5—10)"},{"id":20421,"c":24,"u":"experience%20points%20by%20challenge%20rating_mm","p":9,"s":44,"h":1,"n":"Experience Points by Challenge Rating"},{"id":20422,"c":24,"u":"hit%20points%3b%20hit%20dice%20by%20size_mm","p":7,"s":44,"h":1,"n":"Hit Points; Hit Dice by Size"},{"id":20423,"c":24,"u":"new%20action%3a%20breath%20weapon_mm","p":180,"s":44,"h":1,"n":"New Action: Breath Weapon"},{"id":20424,"c":24,"u":"resistances_mm","p":180,"s":44,"h":1,"n":"Resistances"},{"id":20425,"c":24,"u":"saving%20throws%3b%20proficiency%20bonus%20by%20challenge%20rating_mm","p":8,"s":44,"h":1,"n":"Saving Throws; Proficiency Bonus by Challenge Rating"},{"id":20426,"c":24,"u":"size%20categories_mm","p":6,"s":44,"h":1,"n":"Size Categories"},{"id":20427,"c":24,"u":"abandoned%20temple%20adventures_mot","p":146,"s":45,"h":1,"n":"Abandoned Temple Adventures"},{"id":20428,"c":24,"u":"abandoned%20temple%20condition_mot","p":146,"s":45,"h":1,"n":"Abandoned Temple Condition"},{"id":20429,"c":24,"u":"abandoned%20temple%20villains_mot","p":146,"s":45,"h":1,"n":"Abandoned Temple Villains"},{"id":20430,"c":24,"u":"agora%20adventures_mot","p":122,"s":45,"h":1,"n":"Agora Adventures"},{"id":20431,"c":24,"u":"agora%20villains_mot","p":122,"s":45,"h":1,"n":"Agora Villains"},{"id":20432,"c":24,"u":"amphitheater%20adventures_mot","p":166,"s":45,"h":1,"n":"Amphitheater Adventures"},{"id":20433,"c":24,"u":"amphitheater%20villains_mot","p":166,"s":45,"h":1,"n":"Amphitheater Villains"},{"id":20434,"c":24,"u":"arena%20adventures_mot","p":134,"s":45,"h":1,"n":"Arena Adventures"},{"id":20435,"c":24,"u":"arena%20villains_mot","p":134,"s":45,"h":1,"n":"Arena Villains"},{"id":20436,"c":24,"u":"artifacts%3b%20weapons%20of%20the%20gods%20adventures_mot","p":198,"s":45,"h":1,"n":"Artifacts; Weapons of the Gods Adventures"},{"id":20437,"c":24,"u":"athreos's%20divine%20schemes_mot","p":117,"s":45,"h":1,"n":"Athreos's Divine Schemes"},{"id":20438,"c":24,"u":"athreos's%20monsters_mot","p":116,"s":45,"h":1,"n":"Athreos's Monsters"},{"id":20439,"c":24,"u":"athreos's%20quests_mot","p":116,"s":45,"h":1,"n":"Athreos's Quests"},{"id":20440,"c":24,"u":"athreos's%20villains_mot","p":116,"s":45,"h":1,"n":"Athreos's Villains"},{"id":20441,"c":24,"u":"canyon%20shrine%20adventures_mot","p":154,"s":45,"h":1,"n":"Canyon Shrine Adventures"},{"id":20442,"c":24,"u":"canyon%20shrine%20villains_mot","p":154,"s":45,"h":1,"n":"Canyon Shrine Villains"},{"id":20443,"c":24,"u":"coastal%20temple%20adventures_mot","p":174,"s":45,"h":1,"n":"Coastal Temple Adventures"},{"id":20444,"c":24,"u":"coastal%20temple%20villains_mot","p":174,"s":45,"h":1,"n":"Coastal Temple Villains"},{"id":20445,"c":24,"u":"embarking%20on%20adventure%3b%20adventures%20at%20sea_mot","p":176,"s":45,"h":1,"n":"Embarking on Adventure; Adventures at Sea"},{"id":20446,"c":24,"u":"ephara's%20divine%20schemes_mot","p":121,"s":45,"h":1,"n":"Ephara's Divine Schemes"},{"id":20447,"c":24,"u":"ephara's%20monsters_mot","p":120,"s":45,"h":1,"n":"Ephara's Monsters"},{"id":20448,"c":24,"u":"ephara's%20quests_mot","p":120,"s":45,"h":1,"n":"Ephara's Quests"},{"id":20449,"c":24,"u":"ephara's%20villains_mot","p":120,"s":45,"h":1,"n":"Ephara's Villains"},{"id":20450,"c":24,"u":"erebos's%20divine%20schemes_mot","p":125,"s":45,"h":1,"n":"Erebos's Divine Schemes"},{"id":20451,"c":24,"u":"erebos's%20monsters_mot","p":124,"s":45,"h":1,"n":"Erebos's Monsters"},{"id":20452,"c":24,"u":"erebos's%20quests_mot","p":124,"s":45,"h":1,"n":"Erebos's Quests"},{"id":20453,"c":24,"u":"erebos's%20villains_mot","p":124,"s":45,"h":1,"n":"Erebos's Villains"},{"id":20454,"c":24,"u":"exotic%20languages_mot","p":9,"s":45,"h":1,"n":"Exotic Languages"},{"id":20455,"c":24,"u":"forest%20shrine%20adventures_mot","p":158,"s":45,"h":1,"n":"Forest Shrine Adventures"},{"id":20456,"c":24,"u":"forest%20shrine%20villains_mot","p":158,"s":45,"h":1,"n":"Forest Shrine Villains"},{"id":20457,"c":24,"u":"gifts%20of%20the%20gods%3b%20remarkable%20origins_mot","p":195,"s":45,"h":1,"n":"Gifts of the Gods; Remarkable Origins"},{"id":20458,"c":24,"u":"gods%20of%20theros_mot","p":35,"s":45,"h":1,"n":"Gods of Theros"},{"id":20459,"c":24,"u":"graveyard%20temple%20adventures_mot","p":126,"s":45,"h":1,"n":"Graveyard Temple Adventures"},{"id":20460,"c":24,"u":"graveyard%20temple%20villains_mot","p":126,"s":45,"h":1,"n":"Graveyard Temple Villains"},{"id":20461,"c":24,"u":"healing%20pools%20adventures_mot","p":162,"s":45,"h":1,"n":"Healing Pools Adventures"},{"id":20462,"c":24,"u":"healing%20pools%20villains_mot","p":162,"s":45,"h":1,"n":"Healing Pools Villains"},{"id":20463,"c":24,"u":"heliod's%20divine%20schemes_mot","p":129,"s":45,"h":1,"n":"Heliod's Divine Schemes"},{"id":20464,"c":24,"u":"heliod's%20monsters_mot","p":128,"s":45,"h":1,"n":"Heliod's Monsters"},{"id":20465,"c":24,"u":"heliod's%20quests_mot","p":128,"s":45,"h":1,"n":"Heliod's Quests"},{"id":20466,"c":24,"u":"heliod's%20villains_mot","p":128,"s":45,"h":1,"n":"Heliod's Villains"},{"id":20467,"c":24,"u":"iroas's%20divine%20schemes_mot","p":133,"s":45,"h":1,"n":"Iroas's Divine Schemes"},{"id":20468,"c":24,"u":"iroas's%20monsters_mot","p":132,"s":45,"h":1,"n":"Iroas's Monsters"},{"id":20469,"c":24,"u":"iroas's%20quests_mot","p":132,"s":45,"h":1,"n":"Iroas's Quests"},{"id":20470,"c":24,"u":"iroas's%20villains_mot","p":132,"s":45,"h":1,"n":"Iroas's Villains"},{"id":20471,"c":24,"u":"island%20environments_mot","p":177,"s":45,"h":1,"n":"Island Environments"},{"id":20472,"c":24,"u":"island%20inhabitants_mot","p":178,"s":45,"h":1,"n":"Island Inhabitants"},{"id":20473,"c":24,"u":"karametra's%20divine%20schemes_mot","p":137,"s":45,"h":1,"n":"Karametra's Divine Schemes"},{"id":20474,"c":24,"u":"karametra's%20monsters_mot","p":136,"s":45,"h":1,"n":"Karametra's Monsters"},{"id":20475,"c":24,"u":"karametra's%20quests_mot","p":136,"s":45,"h":1,"n":"Karametra's Quests"},{"id":20476,"c":24,"u":"karametra's%20villains_mot","p":136,"s":45,"h":1,"n":"Karametra's Villains"},{"id":20477,"c":24,"u":"keranos's%20divine%20schemes_mot","p":141,"s":45,"h":1,"n":"Keranos's Divine Schemes"},{"id":20478,"c":24,"u":"keranos's%20monsters_mot","p":140,"s":45,"h":1,"n":"Keranos's Monsters"},{"id":20479,"c":24,"u":"keranos's%20quests_mot","p":140,"s":45,"h":1,"n":"Keranos's Quests"},{"id":20480,"c":24,"u":"keranos's%20villains_mot","p":140,"s":45,"h":1,"n":"Keranos's Villains"},{"id":20481,"c":24,"u":"klothys's%20divine%20schemes_mot","p":145,"s":45,"h":1,"n":"Klothys's Divine Schemes"},{"id":20482,"c":24,"u":"klothys's%20monsters_mot","p":144,"s":45,"h":1,"n":"Klothys's Monsters"},{"id":20483,"c":24,"u":"klothys's%20quests_mot","p":144,"s":45,"h":1,"n":"Klothys's Quests"},{"id":20484,"c":24,"u":"klothys's%20villains_mot","p":144,"s":45,"h":1,"n":"Klothys's Villains"},{"id":20485,"c":24,"u":"kruphix's%20divine%20schemes_mot","p":149,"s":45,"h":1,"n":"Kruphix's Divine Schemes"},{"id":20486,"c":24,"u":"kruphix's%20monsters_mot","p":148,"s":45,"h":1,"n":"Kruphix's Monsters"},{"id":20487,"c":24,"u":"kruphix's%20quests_mot","p":148,"s":45,"h":1,"n":"Kruphix's Quests"},{"id":20488,"c":24,"u":"kruphix's%20villains_mot","p":148,"s":45,"h":1,"n":"Kruphix's Villains"},{"id":20489,"c":24,"u":"mogis's%20divine%20schemes_mot","p":153,"s":45,"h":1,"n":"Mogis's Divine Schemes"},{"id":20490,"c":24,"u":"mogis's%20monsters_mot","p":152,"s":45,"h":1,"n":"Mogis's Monsters"},{"id":20491,"c":24,"u":"mogis's%20quests_mot","p":152,"s":45,"h":1,"n":"Mogis's Quests"},{"id":20492,"c":24,"u":"mogis's%20villains_mot","p":152,"s":45,"h":1,"n":"Mogis's Villains"},{"id":20493,"c":24,"u":"nylea's%20divine%20schemes_mot","p":157,"s":45,"h":1,"n":"Nylea's Divine Schemes"},{"id":20494,"c":24,"u":"nylea's%20monsters_mot","p":157,"s":45,"h":1,"n":"Nylea's Monsters"},{"id":20495,"c":24,"u":"nylea's%20quests_mot","p":156,"s":45,"h":1,"n":"Nylea's Quests"},{"id":20496,"c":24,"u":"nylea's%20villains_mot","p":156,"s":45,"h":1,"n":"Nylea's Villains"},{"id":20497,"c":24,"u":"nyxborn%20creatures%3b%20nyxborn%20monster%20origin_mot","p":203,"s":45,"h":1,"n":"Nyxborn Creatures; Nyxborn Monster Origin"},{"id":20498,"c":24,"u":"nyxborn%20statistics%3b%20nyxborn%20traits_mot","p":203,"s":45,"h":1,"n":"Nyxborn Statistics; Nyxborn Traits"},{"id":20499,"c":24,"u":"omens%20of%20athreos_mot","p":111,"s":45,"h":1,"n":"Omens of Athreos"},{"id":20500,"c":24,"u":"omens%20of%20ephara_mot","p":111,"s":45,"h":1,"n":"Omens of Ephara"},{"id":20501,"c":24,"u":"omens%20of%20erebos_mot","p":111,"s":45,"h":1,"n":"Omens of Erebos"},{"id":20502,"c":24,"u":"omens%20of%20heliod_mot","p":111,"s":45,"h":1,"n":"Omens of Heliod"},{"id":20503,"c":24,"u":"omens%20of%20iroas_mot","p":111,"s":45,"h":1,"n":"Omens of Iroas"},{"id":20504,"c":24,"u":"omens%20of%20karametra_mot","p":111,"s":45,"h":1,"n":"Omens of Karametra"},{"id":20505,"c":24,"u":"omens%20of%20keranos_mot","p":111,"s":45,"h":1,"n":"Omens of Keranos"},{"id":20506,"c":24,"u":"omens%20of%20klothys_mot","p":111,"s":45,"h":1,"n":"Omens of Klothys"},{"id":20507,"c":24,"u":"omens%20of%20kruphix_mot","p":111,"s":45,"h":1,"n":"Omens of Kruphix"},{"id":20508,"c":24,"u":"omens%20of%20mogis_mot","p":111,"s":45,"h":1,"n":"Omens of Mogis"},{"id":20509,"c":24,"u":"omens%20of%20nylea_mot","p":111,"s":45,"h":1,"n":"Omens of Nylea"},{"id":20510,"c":24,"u":"omens%20of%20pharika_mot","p":111,"s":45,"h":1,"n":"Omens of Pharika"},{"id":20511,"c":24,"u":"omens%20of%20phenax_mot","p":111,"s":45,"h":1,"n":"Omens of Phenax"},{"id":20512,"c":24,"u":"omens%20of%20purphoros_mot","p":111,"s":45,"h":1,"n":"Omens of Purphoros"},{"id":20513,"c":24,"u":"omens%20of%20thassa_mot","p":111,"s":45,"h":1,"n":"Omens of Thassa"},{"id":20514,"c":24,"u":"oracular%20conflux%20adventures_mot","p":142,"s":45,"h":1,"n":"Oracular Conflux Adventures"},{"id":20515,"c":24,"u":"oracular%20conflux%20villains_mot","p":142,"s":45,"h":1,"n":"Oracular Conflux Villains"},{"id":20516,"c":24,"u":"pharika's%20divine%20schemes_mot","p":161,"s":45,"h":1,"n":"Pharika's Divine Schemes"},{"id":20517,"c":24,"u":"pharika's%20monsters_mot","p":160,"s":45,"h":1,"n":"Pharika's Monsters"},{"id":20518,"c":24,"u":"pharika's%20quests_mot","p":160,"s":45,"h":1,"n":"Pharika's Quests"},{"id":20519,"c":24,"u":"pharika's%20villains_mot","p":160,"s":45,"h":1,"n":"Pharika's Villains"},{"id":20520,"c":24,"u":"phenax's%20divine%20schemes_mot","p":165,"s":45,"h":1,"n":"Phenax's Divine Schemes"},{"id":20521,"c":24,"u":"phenax's%20monsters_mot","p":164,"s":45,"h":1,"n":"Phenax's Monsters"},{"id":20522,"c":24,"u":"phenax's%20quests_mot","p":164,"s":45,"h":1,"n":"Phenax's Quests"},{"id":20523,"c":24,"u":"phenax's%20villains_mot","p":164,"s":45,"h":1,"n":"Phenax's Villains"},{"id":20524,"c":24,"u":"purphoros's%20divine%20schemes_mot","p":169,"s":45,"h":1,"n":"Purphoros's Divine Schemes"},{"id":20525,"c":24,"u":"purphoros's%20monsters_mot","p":168,"s":45,"h":1,"n":"Purphoros's Monsters"},{"id":20526,"c":24,"u":"purphoros's%20quests_mot","p":168,"s":45,"h":1,"n":"Purphoros's Quests"},{"id":20527,"c":24,"u":"purphoros's%20villains_mot","p":168,"s":45,"h":1,"n":"Purphoros's Villains"},{"id":20528,"c":24,"u":"standard%20languages_mot","p":9,"s":45,"h":1,"n":"Standard Languages"},{"id":20529,"c":24,"u":"sun%20temple%20adventures_mot","p":130,"s":45,"h":1,"n":"Sun Temple Adventures"},{"id":20530,"c":24,"u":"sun%20temple%20villains_mot","p":130,"s":45,"h":1,"n":"Sun Temple Villains"},{"id":20531,"c":24,"u":"temple%20of%20mystery%20adventures_mot","p":150,"s":45,"h":1,"n":"Temple of Mystery Adventures"},{"id":20532,"c":24,"u":"temple%20of%20mystery%20villains_mot","p":150,"s":45,"h":1,"n":"Temple of Mystery Villains"},{"id":20533,"c":24,"u":"thassa's%20divine%20schemes_mot","p":173,"s":45,"h":1,"n":"Thassa's Divine Schemes"},{"id":20534,"c":24,"u":"thassa's%20monsters_mot","p":172,"s":45,"h":1,"n":"Thassa's Monsters"},{"id":20535,"c":24,"u":"thassa's%20quests_mot","p":172,"s":45,"h":1,"n":"Thassa's Quests"},{"id":20536,"c":24,"u":"thassa's%20villains_mot","p":172,"s":45,"h":1,"n":"Thassa's Villains"},{"id":20537,"c":24,"u":"the%20meletian%20calendar%3b%20meletian%20calendar_mot","p":85,"s":45,"h":1,"n":"The Meletian Calendar; Meletian Calendar"},{"id":20538,"c":24,"u":"underwater%20adventures_mot","p":179,"s":45,"h":1,"n":"Underwater Adventures"},{"id":20539,"c":24,"u":"underworld%20adventures_mot","p":183,"s":45,"h":1,"n":"Underworld Adventures"},{"id":20540,"c":24,"u":"underworld%20crossing%20adventures_mot","p":118,"s":45,"h":1,"n":"Underworld Crossing Adventures"},{"id":20541,"c":24,"u":"underworld%20crossings%20villains_mot","p":118,"s":45,"h":1,"n":"Underworld Crossings Villains"},{"id":20542,"c":24,"u":"volcano%20temple%20adventures_mot","p":170,"s":45,"h":1,"n":"Volcano Temple Adventures"},{"id":20543,"c":24,"u":"volcano%20temple%20villains_mot","p":170,"s":45,"h":1,"n":"Volcano Temple Villains"},{"id":20544,"c":24,"u":"watchtower%20adventures_mot","p":138,"s":45,"h":1,"n":"Watchtower Adventures"},{"id":20545,"c":24,"u":"watchtower%20villains_mot","p":138,"s":45,"h":1,"n":"Watchtower Villains"},{"id":20546,"c":24,"u":"chaotic%20planar%20encounters_mpp","p":63,"s":46,"h":1,"n":"Chaotic Planar Encounters"},{"id":20547,"c":24,"u":"evil%20planar%20encounters_mpp","p":63,"s":46,"h":1,"n":"Evil Planar Encounters"},{"id":20548,"c":24,"u":"faction%20agents%3b%20ascendant%20factions%20of%20sigil_mpp","p":53,"s":46,"h":1,"n":"Faction Agents; Ascendant Factions of Sigil"},{"id":20549,"c":24,"u":"good%20planar%20encounters_mpp","p":63,"s":46,"h":1,"n":"Good Planar Encounters"},{"id":20550,"c":24,"u":"lawful%20planar%20encounters_mpp","p":63,"s":46,"h":1,"n":"Lawful Planar Encounters"},{"id":20551,"c":24,"u":"meeting%20magic%20item%20prerequisites%3b%20stat%20blocks%20by%20challenge%20rating_mpp","p":4,"s":46,"h":1,"n":"Meeting Magic Item Prerequisites; Stat Blocks by Challenge Rating"},{"id":20552,"c":24,"u":"neutral%20planar%20encounters_mpp","p":63,"s":46,"h":1,"n":"Neutral Planar Encounters"},{"id":20553,"c":24,"u":"outlands%20aberrations_mpp","p":11,"s":46,"h":1,"n":"Outlands Aberrations"},{"id":20554,"c":24,"u":"outlands%20beasts_mpp","p":11,"s":46,"h":1,"n":"Outlands Beasts"},{"id":20555,"c":24,"u":"outlands%20celestials_mpp","p":11,"s":46,"h":1,"n":"Outlands Celestials"},{"id":20556,"c":24,"u":"outlands%20constructs_mpp","p":12,"s":46,"h":1,"n":"Outlands Constructs"},{"id":20557,"c":24,"u":"outlands%20dragons_mpp","p":12,"s":46,"h":1,"n":"Outlands Dragons"},{"id":20558,"c":24,"u":"outlands%20elementals_mpp","p":13,"s":46,"h":1,"n":"Outlands Elementals"},{"id":20559,"c":24,"u":"outlands%20fey_mpp","p":13,"s":46,"h":1,"n":"Outlands Fey"},{"id":20560,"c":24,"u":"outlands%20fiends_mpp","p":13,"s":46,"h":1,"n":"Outlands Fiends"},{"id":20561,"c":24,"u":"outlands%20giants_mpp","p":13,"s":46,"h":1,"n":"Outlands Giants"},{"id":20562,"c":24,"u":"outlands%20humanoids_mpp","p":14,"s":46,"h":1,"n":"Outlands Humanoids"},{"id":20563,"c":24,"u":"outlands%20monstrosities_mpp","p":14,"s":46,"h":1,"n":"Outlands Monstrosities"},{"id":20564,"c":24,"u":"outlands%20oozes_mpp","p":14,"s":46,"h":1,"n":"Outlands Oozes"},{"id":20565,"c":24,"u":"outlands%20plants_mpp","p":14,"s":46,"h":1,"n":"Outlands Plants"},{"id":20566,"c":24,"u":"outlands%20undead_mpp","p":15,"s":46,"h":1,"n":"Outlands Undead"},{"id":20567,"c":24,"u":"planar%20alignment%3b%20outer%20plane%20alignments_mpp","p":6,"s":46,"h":1,"n":"Planar Alignment; Outer Plane Alignments"},{"id":20568,"c":24,"u":"demon%20customization%20tables%3b%20demon%20bonds_mtf","p":33,"s":47,"h":1,"n":"Demon Customization Tables; Demon Bonds"},{"id":20569,"c":24,"u":"demon%20customization%20tables%3b%20demon%20flaws_mtf","p":33,"s":47,"h":1,"n":"Demon Customization Tables; Demon Flaws"},{"id":20570,"c":24,"u":"demon%20customization%20tables%3b%20demon%20ideals_mtf","p":33,"s":47,"h":1,"n":"Demon Customization Tables; Demon Ideals"},{"id":20571,"c":24,"u":"demon%20customization%20tables%3b%20demon%20personality%20traits_mtf","p":33,"s":47,"h":1,"n":"Demon Customization Tables; Demon Personality Traits"},{"id":20572,"c":24,"u":"demon%20customization%20tables%3b%20unusual%20demon%20features_mtf","p":33,"s":47,"h":1,"n":"Demon Customization Tables; Unusual Demon Features"},{"id":20573,"c":24,"u":"drow%20deities%20(the%20dark%20seldarine)_mtf","p":53,"s":47,"h":1,"n":"Drow Deities (The Dark Seldarine)"},{"id":20574,"c":24,"u":"duergar%20deities_mtf","p":79,"s":47,"h":1,"n":"Duergar Deities"},{"id":20575,"c":24,"u":"duergar%20in%20the%20clan%3b%20clan's%20notable%20trait_mtf","p":84,"s":47,"h":1,"n":"Duergar in the Clan; Clan's Notable Trait"},{"id":20576,"c":24,"u":"duergar%20in%20the%20clan%3b%20duergar%20clan%20names_mtf","p":84,"s":47,"h":1,"n":"Duergar in the Clan; Duergar Clan Names"},{"id":20577,"c":24,"u":"duergar%20in%20the%20clan%3b%20duergar%20clan's%20status_mtf","p":84,"s":47,"h":1,"n":"Duergar in the Clan; Duergar Clan's Status"},{"id":20578,"c":24,"u":"duergar%20in%20the%20world%3b%20duergar%20adventurer%20story%20hooks_mtf","p":84,"s":47,"h":1,"n":"Duergar in the World; Duergar Adventurer Story Hooks"},{"id":20579,"c":24,"u":"duergar%20in%20the%20world%3b%20duergar%20quirks_mtf","p":84,"s":47,"h":1,"n":"Duergar in the World; Duergar Quirks"},{"id":20580,"c":24,"u":"duergar%20raiding%20parties%3b%201_mtf","p":83,"s":47,"h":1,"n":"Duergar Raiding Parties; 1"},{"id":20581,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20group%20leader_mtf","p":83,"s":47,"h":1,"n":"Duergar Raiding Parties; Duergar Group Leader"},{"id":20582,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20purpose%20of%20raid_mtf","p":83,"s":47,"h":1,"n":"Duergar Raiding Parties; Duergar Purpose of Raid"},{"id":20583,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20special%20allies_mtf","p":83,"s":47,"h":1,"n":"Duergar Raiding Parties; Duergar Special Allies"},{"id":20584,"c":24,"u":"duergar%20raiding%20parties%3b%20duergar%20special%20circumstances_mtf","p":83,"s":47,"h":1,"n":"Duergar Raiding Parties; Duergar Special Circumstances"},{"id":20585,"c":24,"u":"dwarven%20religion%3b%20dwarf%20deities%20(the%20mordinsamman)_mtf","p":72,"s":47,"h":1,"n":"Dwarven Religion; Dwarf Deities (The Mordinsamman)"},{"id":20586,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan%20vocations_mtf","p":82,"s":47,"h":1,"n":"Dwarves in the Clan; Clan Vocations"},{"id":20587,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan's%20notable%20trait_mtf","p":82,"s":47,"h":1,"n":"Dwarves in the Clan; Clan's Notable Trait"},{"id":20588,"c":24,"u":"dwarves%20in%20the%20clan%3b%20clan's%20status_mtf","p":82,"s":47,"h":1,"n":"Dwarves in the Clan; Clan's Status"},{"id":20589,"c":24,"u":"dwarves%20in%20the%20world%3b%20dwarf%20adventurer%20story%20hooks_mtf","p":83,"s":47,"h":1,"n":"Dwarves in the World; Dwarf Adventurer Story Hooks"},{"id":20590,"c":24,"u":"dwarves%20in%20the%20world%3b%20dwarf%20quirks_mtf","p":83,"s":47,"h":1,"n":"Dwarves in the World; Dwarf Quirks"},{"id":20591,"c":24,"u":"dwarves%20on%20the%20move%3b%20group%20leader_mtf","p":81,"s":47,"h":1,"n":"Dwarves on the Move; Group Leader"},{"id":20592,"c":24,"u":"dwarves%20on%20the%20move%3b%20purpose%20of%20travel_mtf","p":81,"s":47,"h":1,"n":"Dwarves on the Move; Purpose of Travel"},{"id":20593,"c":24,"u":"dwarves%20on%20the%20move%3b%20special%20allies_mtf","p":81,"s":47,"h":1,"n":"Dwarves on the Move; Special Allies"},{"id":20594,"c":24,"u":"dwarves%20on%20the%20move%3b%20special%20circumstances_mtf","p":81,"s":47,"h":1,"n":"Dwarves on the Move; Special Circumstances"},{"id":20595,"c":24,"u":"elf%20deities%20(the%20seldarine)_mtf","p":43,"s":47,"h":1,"n":"Elf Deities (The Seldarine)"},{"id":20596,"c":24,"u":"elf%20random%20height%20and%20weight_mtf","p":63,"s":47,"h":1,"n":"Elf Random Height and Weight"},{"id":20597,"c":24,"u":"elf%20tables%3b%20drow%20adventurer%20story%20hooks_mtf","p":64,"s":47,"h":1,"n":"Elf Tables; Drow Adventurer Story Hooks"},{"id":20598,"c":24,"u":"elf%20tables%3b%20drow%20house%20specialty_mtf","p":64,"s":47,"h":1,"n":"Elf Tables; Drow House Specialty"},{"id":20599,"c":24,"u":"elf%20tables%3b%20elf%20(non-drow)%20adventurer%20story%20hooks_mtf","p":64,"s":47,"h":1,"n":"Elf Tables; Elf (Non-drow) Adventurer Story Hooks"},{"id":20600,"c":24,"u":"fiendish%20cults%3b%20cult%20goals_mtf","p":34,"s":47,"h":1,"n":"Fiendish Cults; Cult Goals"},{"id":20601,"c":24,"u":"fiendish%20cults%3b%20cult%20hardship_mtf","p":34,"s":47,"h":1,"n":"Fiendish Cults; Cult Hardship"},{"id":20602,"c":24,"u":"fiendish%20cults%3b%20cult%20organization_mtf","p":34,"s":47,"h":1,"n":"Fiendish Cults; Cult Organization"},{"id":20603,"c":24,"u":"fiendish%20cults%3b%20cult%20resources_mtf","p":34,"s":47,"h":1,"n":"Fiendish Cults; Cult Resources"},{"id":20604,"c":24,"u":"gith%20names%20%e2%80%93%20githyanki%2c%20female_mtf","p":97,"s":47,"h":1,"n":"Gith Names – Githyanki, Female"},{"id":20605,"c":24,"u":"gith%20names%20%e2%80%93%20githyanki%2c%20male_mtf","p":97,"s":47,"h":1,"n":"Gith Names – Githyanki, Male"},{"id":20606,"c":24,"u":"gith%20names%20%e2%80%93%20githzerai%2c%20female_mtf","p":97,"s":47,"h":1,"n":"Gith Names – Githzerai, Female"},{"id":20607,"c":24,"u":"gith%20names%20%e2%80%93%20githzerai%2c%20male_mtf","p":97,"s":47,"h":1,"n":"Gith Names – Githzerai, Male"},{"id":20608,"c":24,"u":"gith%20random%20height%20and%20weight_mtf","p":96,"s":47,"h":1,"n":"Gith Random Height and Weight"},{"id":20609,"c":24,"u":"gith%20tables%3b%20githyanki%20bonds_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githyanki Bonds"},{"id":20610,"c":24,"u":"gith%20tables%3b%20githyanki%20flaws_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githyanki Flaws"},{"id":20611,"c":24,"u":"gith%20tables%3b%20githyanki%20ideals_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githyanki Ideals"},{"id":20612,"c":24,"u":"gith%20tables%3b%20githyanki%20names%2c%20female_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githyanki Names, Female"},{"id":20613,"c":24,"u":"gith%20tables%3b%20githyanki%20names%2c%20male_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githyanki Names, Male"},{"id":20614,"c":24,"u":"gith%20tables%3b%20githyanki%20personality%20traits_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githyanki Personality Traits"},{"id":20615,"c":24,"u":"gith%20tables%3b%20githzerai%20bonds_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githzerai Bonds"},{"id":20616,"c":24,"u":"gith%20tables%3b%20githzerai%20flaws_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githzerai Flaws"},{"id":20617,"c":24,"u":"gith%20tables%3b%20githzerai%20ideals_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githzerai Ideals"},{"id":20618,"c":24,"u":"gith%20tables%3b%20githzerai%20names%2c%20female_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githzerai Names, Female"},{"id":20619,"c":24,"u":"gith%20tables%3b%20githzerai%20names%2c%20male_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githzerai Names, Male"},{"id":20620,"c":24,"u":"gith%20tables%3b%20githzerai%20personality%20traits_mtf","p":97,"s":47,"h":1,"n":"Gith Tables; Githzerai Personality Traits"},{"id":20621,"c":24,"u":"githyanki%20raiding%20parties%3b%20dragon%20chance_mtf","p":98,"s":47,"h":1,"n":"Githyanki Raiding Parties; Dragon Chance"},{"id":20622,"c":24,"u":"githyanki%20raiding%20parties%3b%20githyanki%20purpose%20of%20raid_mtf","p":98,"s":47,"h":1,"n":"Githyanki Raiding Parties; Githyanki Purpose of Raid"},{"id":20623,"c":24,"u":"githyanki%20raiding%20parties%3b%20githyanki%20special%20allies_mtf","p":98,"s":47,"h":1,"n":"Githyanki Raiding Parties; Githyanki Special Allies"},{"id":20624,"c":24,"u":"githyanki%20raiding%20parties%3b%20raiding%20party%20leader_mtf","p":98,"s":47,"h":1,"n":"Githyanki Raiding Parties; Raiding Party Leader"},{"id":20625,"c":24,"u":"githyanki%20raiding%20parties%3b%20raiding%20party%20transport_mtf","p":98,"s":47,"h":1,"n":"Githyanki Raiding Parties; Raiding Party Transport"},{"id":20626,"c":24,"u":"githzerai%20groups%3b%20githzerai%20group%20leader_mtf","p":98,"s":47,"h":1,"n":"Githzerai Groups; Githzerai Group Leader"},{"id":20627,"c":24,"u":"githzerai%20groups%3b%20githzerai%20mission%20purpose_mtf","p":98,"s":47,"h":1,"n":"Githzerai Groups; Githzerai Mission Purpose"},{"id":20628,"c":24,"u":"githzerai%20groups%3b%20githzerai%20special%20allies_mtf","p":98,"s":47,"h":1,"n":"Githzerai Groups; Githzerai Special Allies"},{"id":20629,"c":24,"u":"gnome%20gods%3b%20gnome%20deities_mtf","p":110,"s":47,"h":1,"n":"Gnome Gods; Gnome Deities"},{"id":20630,"c":24,"u":"gnome%20tables%3b%20gnome%20bonds_mtf","p":114,"s":47,"h":1,"n":"Gnome Tables; Gnome Bonds"},{"id":20631,"c":24,"u":"gnome%20tables%3b%20gnome%20flaws_mtf","p":114,"s":47,"h":1,"n":"Gnome Tables; Gnome Flaws"},{"id":20632,"c":24,"u":"gnome%20tables%3b%20gnome%20ideals_mtf","p":114,"s":47,"h":1,"n":"Gnome Tables; Gnome Ideals"},{"id":20633,"c":24,"u":"gnome%20tables%3b%20gnome%20personality%20traits_mtf","p":114,"s":47,"h":1,"n":"Gnome Tables; Gnome Personality Traits"},{"id":20634,"c":24,"u":"halfling%20deities_mtf","p":102,"s":47,"h":1,"n":"Halfling Deities"},{"id":20635,"c":24,"u":"halfling%20tables%3b%20halfling%20bonds_mtf","p":105,"s":47,"h":1,"n":"Halfling Tables; Halfling Bonds"},{"id":20636,"c":24,"u":"halfling%20tables%3b%20halfling%20flaws_mtf","p":105,"s":47,"h":1,"n":"Halfling Tables; Halfling Flaws"},{"id":20637,"c":24,"u":"halfling%20tables%3b%20halfling%20ideals_mtf","p":105,"s":47,"h":1,"n":"Halfling Tables; Halfling Ideals"},{"id":20638,"c":24,"u":"halfling%20tables%3b%20halfling%20personality%20traits_mtf","p":105,"s":47,"h":1,"n":"Halfling Tables; Halfling Personality Traits"},{"id":20639,"c":24,"u":"halfling%20tables%3b%20reasons%20for%20adventuring_mtf","p":105,"s":47,"h":1,"n":"Halfling Tables; Reasons for Adventuring"},{"id":20640,"c":24,"u":"lords%20of%20the%20nine%3b%20layers%20and%20rulers%20of%20the%20nine%20hells_mtf","p":9,"s":47,"h":1,"n":"Lords of the Nine; Layers and Rulers of the Nine Hells"},{"id":20641,"c":24,"u":"ability%20checks%3b%20typical%20difficulty%20classes_phb","p":174,"s":51,"h":1,"r":1,"n":"Ability Checks; Typical Difficulty Classes"},{"id":20642,"c":24,"u":"ability%20scores%20and%20modifiers_phb","p":173,"s":51,"h":1,"r":1,"n":"Ability Scores and Modifiers"},{"id":20643,"c":24,"u":"adventuring%20gear_phb","p":148,"s":51,"h":1,"r":1,"n":"Adventuring Gear"},{"id":20644,"c":24,"u":"adventuring%20gear%3b%20container%20capacity_phb","p":148,"s":51,"h":1,"r":1,"n":"Adventuring Gear; Container Capacity"},{"id":20645,"c":24,"u":"armor%20and%20shields%3b%20armor_phb","p":144,"s":51,"h":1,"r":1,"n":"Armor and Shields; Armor"},{"id":20646,"c":24,"u":"beyond%201st%20level%3b%20character%20advancement_phb","p":15,"s":51,"h":1,"r":1,"n":"Beyond 1st Level; Character Advancement"},{"id":20647,"c":24,"u":"classes_phb","p":45,"s":51,"h":1,"n":"Classes"},{"id":20648,"c":24,"u":"coinage%3b%20standard%20exchange%20rates_phb","p":143,"s":51,"h":1,"r":1,"n":"Coinage; Standard Exchange Rates"},{"id":20649,"c":24,"u":"creature%20size%3b%20size%20categories_phb","p":191,"s":51,"h":1,"r":1,"n":"Creature Size; Size Categories"},{"id":20650,"c":24,"u":"deities%20of%20dragonlance%3a%20evil_phb","p":293,"s":51,"h":1,"n":"Deities of Dragonlance: Evil"},{"id":20651,"c":24,"u":"deities%20of%20dragonlance%3a%20good_phb","p":293,"s":51,"h":1,"n":"Deities of Dragonlance: Good"},{"id":20652,"c":24,"u":"deities%20of%20dragonlance%3a%20neutral_phb","p":293,"s":51,"h":1,"n":"Deities of Dragonlance: Neutral"},{"id":20653,"c":24,"u":"deities%20of%20greyhawk_phb","p":293,"s":51,"h":1,"n":"Deities of Greyhawk"},{"id":20654,"c":24,"u":"deities%20of%20the%20forgotten%20realms_phb","p":293,"s":51,"h":1,"n":"Deities of the Forgotten Realms"},{"id":20655,"c":24,"u":"exotic%20languages_phb","p":123,"s":51,"h":1,"r":1,"n":"Exotic Languages"},{"id":20656,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_phb","p":158,"s":51,"h":1,"r":1,"n":"Food, Drink, and Lodging"},{"id":20657,"c":24,"u":"getting%20into%20and%20out%20of%20armor%3b%20donning%20and%20doffing%20armor_phb","p":146,"s":51,"h":1,"r":1,"n":"Getting Into and Out of Armor; Donning and Doffing Armor"},{"id":20658,"c":24,"u":"lifestyle%20expenses_phb","p":157,"s":51,"h":1,"n":"Lifestyle Expenses"},{"id":20659,"c":24,"u":"mounts%20and%20vehicles%3b%20mounts%20and%20other%20animals_phb","p":155,"s":51,"h":1,"r":1,"n":"Mounts and Vehicles; Mounts and Other Animals"},{"id":20660,"c":24,"u":"mounts%20and%20vehicles%3b%20tack%2c%20harness%2c%20and%20drawn%20vehicles_phb","p":155,"s":51,"h":1,"r":1,"n":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles"},{"id":20661,"c":24,"u":"mounts%20and%20vehicles%3b%20waterborne%20vehicles_phb","p":155,"s":51,"h":1,"r":1,"n":"Mounts and Vehicles; Waterborne Vehicles"},{"id":20662,"c":24,"u":"multiclassing%20prerequisites_phb","p":163,"s":51,"h":1,"r":1,"n":"Multiclassing Prerequisites"},{"id":20663,"c":24,"u":"multiclassing%20proficiencies_phb","p":164,"s":51,"h":1,"r":1,"n":"Multiclassing Proficiencies"},{"id":20664,"c":24,"u":"nonhuman%20deities_phb","p":293,"s":51,"h":1,"n":"Nonhuman Deities"},{"id":20665,"c":24,"u":"outer%20planes_phb","p":301,"s":51,"h":1,"n":"Outer Planes"},{"id":20666,"c":24,"u":"random%20height%20and%20weight_phb","p":121,"s":51,"h":1,"n":"Random Height and Weight"},{"id":20667,"c":24,"u":"services_phb","p":159,"s":51,"h":1,"r":1,"n":"Services"},{"id":20668,"c":24,"u":"skills_phb","p":174,"s":51,"h":1,"n":"Skills"},{"id":20669,"c":24,"u":"spellcasting%3b%20multiclass%20spellcaster%3a%20spell%20slots%20per%20spell%20level_phb","p":164,"s":51,"h":1,"r":1,"n":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level"},{"id":20670,"c":24,"u":"standard%20languages_phb","p":123,"s":51,"h":1,"r":1,"n":"Standard Languages"},{"id":20671,"c":24,"u":"starting%20equipment%3b%20starting%20wealth%20by%20class_phb","p":143,"s":51,"h":1,"n":"Starting Equipment; Starting Wealth by Class"},{"id":20672,"c":24,"u":"the%20celtic%20pantheon%3b%20celtic%20deities_phb","p":297,"s":51,"h":1,"r":1,"n":"The Celtic Pantheon; Celtic Deities"},{"id":20673,"c":24,"u":"the%20egyptian%20pantheon%3b%20egyptian%20deities_phb","p":297,"s":51,"h":1,"r":1,"n":"The Egyptian Pantheon; Egyptian Deities"},{"id":20674,"c":24,"u":"the%20greek%20pantheon%3b%20greek%20deities_phb","p":297,"s":51,"h":1,"r":1,"n":"The Greek Pantheon; Greek Deities"},{"id":20675,"c":24,"u":"the%20norse%20pantheon%3b%20norse%20deities_phb","p":298,"s":51,"h":1,"r":1,"n":"The Norse Pantheon; Norse Deities"},{"id":20676,"c":24,"u":"tools_phb","p":154,"s":51,"h":1,"n":"Tools"},{"id":20677,"c":24,"u":"trade%20goods_phb","p":157,"s":51,"h":1,"r":1,"n":"Trade Goods"},{"id":20678,"c":24,"u":"travel%20pace_phb","p":181,"s":51,"h":1,"r":1,"n":"Travel Pace"},{"id":20679,"c":24,"u":"variant%3a%20customizing%20ability%20scores%3b%20ability%20score%20point%20cost_phb","p":13,"s":51,"h":1,"r":1,"n":"Variant: Customizing Ability Scores; Ability Score Point Cost"},{"id":20680,"c":24,"u":"variant%3a%20customizing%20ability%20scores%3b%20ability%20scores%20and%20modifiers_phb","p":13,"s":51,"h":1,"r":1,"n":"Variant: Customizing Ability Scores; Ability Scores and Modifiers"},{"id":20681,"c":24,"u":"weapons_phb","p":146,"s":51,"h":1,"r":1,"n":"Weapons"},{"id":20682,"c":24,"u":"wild%20magic%20surge_phb","p":103,"s":51,"h":1,"n":"Wild Magic Surge"},{"id":20683,"c":24,"u":"ability%20scores%20and%20modifiers_rmr","p":7,"s":150,"h":1,"dP":1,"n":"Ability Scores and Modifiers"},{"id":20684,"c":24,"u":"adventuring%20gear_rmr","p":41,"s":150,"h":1,"dP":1,"n":"Adventuring Gear"},{"id":20685,"c":24,"u":"critical%20hits_rmr","p":28,"s":150,"h":1,"dP":1,"n":"Critical Hits"},{"id":20686,"c":24,"u":"food%2c%20drink%2c%20and%20lodging_rmr","p":43,"s":150,"h":1,"dP":1,"n":"Food, Drink, and Lodging"},{"id":20687,"c":24,"u":"heavy%20armor_rmr","p":37,"s":150,"h":1,"dP":1,"n":"Heavy Armor"},{"id":20688,"c":24,"u":"light%20armor_rmr","p":37,"s":150,"h":1,"dP":1,"n":"Light Armor"},{"id":20689,"c":24,"u":"marital%20emotional%20weapons_rmr","p":39,"s":150,"h":1,"dP":1,"n":"Marital Emotional Weapons"},{"id":20690,"c":24,"u":"martial%20melee%20weapons_rmr","p":39,"s":150,"h":1,"dP":1,"n":"Martial Melee Weapons"},{"id":20691,"c":24,"u":"martial%20ranged%20weapons_rmr","p":39,"s":150,"h":1,"dP":1,"n":"Martial Ranged Weapons"},{"id":20692,"c":24,"u":"medium%20armor_rmr","p":37,"s":150,"h":1,"dP":1,"n":"Medium Armor"},{"id":20693,"c":24,"u":"mounts%20and%20other%20animals_rmr","p":43,"s":150,"h":1,"dP":1,"n":"Mounts and Other Animals"},{"id":20694,"c":24,"u":"rewards_rmr","p":35,"s":150,"h":1,"dP":1,"n":"Rewards"},{"id":20695,"c":24,"u":"shields_rmr","p":37,"s":150,"h":1,"dP":1,"n":"Shields"},{"id":20696,"c":24,"u":"simple%20melee%20weapons_rmr","p":39,"s":150,"h":1,"dP":1,"n":"Simple Melee Weapons"},{"id":20697,"c":24,"u":"simple%20ranged%20weapons_rmr","p":39,"s":150,"h":1,"dP":1,"n":"Simple Ranged Weapons"},{"id":20698,"c":24,"u":"surprise_rmr","p":17,"s":150,"h":1,"dP":1,"n":"Surprise"},{"id":20699,"c":24,"u":"tack%20and%20harness_rmr","p":43,"s":150,"h":1,"dP":1,"n":"Tack and Harness"},{"id":20700,"c":24,"u":"automata%20adventures_sato","p":63,"s":103,"h":1,"n":"Automata Adventures"},{"id":20701,"c":24,"u":"bedlam%20adventures_sato","p":65,"s":103,"h":1,"n":"Bedlam Adventures"},{"id":20702,"c":24,"u":"curst%20adventures_sato","p":67,"s":103,"h":1,"n":"Curst Adventures"},{"id":20703,"c":24,"u":"ecstasy%20adventures_sato","p":69,"s":103,"h":1,"n":"Ecstasy Adventures"},{"id":20704,"c":24,"u":"excelsior%20adventures_sato","p":71,"s":103,"h":1,"n":"Excelsior Adventures"},{"id":20705,"c":24,"u":"faction%20missions_sato","p":58,"s":103,"h":1,"n":"Faction Missions"},{"id":20706,"c":24,"u":"faunel%20adventures_sato","p":73,"s":103,"h":1,"n":"Faunel Adventures"},{"id":20707,"c":24,"u":"fortitude%20adventures_sato","p":75,"s":103,"h":1,"n":"Fortitude Adventures"},{"id":20708,"c":24,"u":"glorium%20adventures_sato","p":77,"s":103,"h":1,"n":"Glorium Adventures"},{"id":20709,"c":24,"u":"hopeless%20adventures_sato","p":79,"s":103,"h":1,"n":"Hopeless Adventures"},{"id":20710,"c":24,"u":"plague-mort%20adventures_sato","p":81,"s":103,"h":1,"n":"Plague-Mort Adventures"},{"id":20711,"c":24,"u":"planar%20portals_sato","p":18,"s":103,"h":1,"n":"Planar Portals"},{"id":20712,"c":24,"u":"portal%20quirks_sato","p":18,"s":103,"h":1,"n":"Portal Quirks"},{"id":20713,"c":24,"u":"prison%20inmates_sato","p":45,"s":103,"h":1,"n":"Prison Inmates"},{"id":20714,"c":24,"u":"ribcage%20adventures_sato","p":83,"s":103,"h":1,"n":"Ribcage Adventures"},{"id":20715,"c":24,"u":"rigus%20adventures_sato","p":85,"s":103,"h":1,"n":"Rigus Adventures"},{"id":20716,"c":24,"u":"shopping%20in%20the%20bazaar%3b%20bazaar%20shops_sato","p":53,"s":103,"h":1,"n":"Shopping in the Bazaar; Bazaar Shops"},{"id":20717,"c":24,"u":"sigil%20adventure%20hooks_sato","p":58,"s":103,"h":1,"n":"Sigil Adventure Hooks"},{"id":20718,"c":24,"u":"sigil%20calamities_sato","p":58,"s":103,"h":1,"n":"Sigil Calamities"},{"id":20719,"c":24,"u":"sigil%20clerks'%20ward%20encounters_sato","p":59,"s":103,"h":1,"n":"Sigil Clerks' Ward Encounters"},{"id":20720,"c":24,"u":"sigil%20gazetteer%3b%20sigil%20wards_sato","p":29,"s":103,"h":1,"n":"Sigil Gazetteer; Sigil Wards"},{"id":20721,"c":24,"u":"sigil%20general%20encounters_sato","p":59,"s":103,"h":1,"n":"Sigil General Encounters"},{"id":20722,"c":24,"u":"sigil%20hive%20ward%20encounters_sato","p":59,"s":103,"h":1,"n":"Sigil Hive Ward Encounters"},{"id":20723,"c":24,"u":"sigil%20lady's%20ward%20encounters_sato","p":59,"s":103,"h":1,"n":"Sigil Lady's Ward Encounters"},{"id":20724,"c":24,"u":"sigil%20lower%20ward%20encounters_sato","p":59,"s":103,"h":1,"n":"Sigil Lower Ward Encounters"},{"id":20725,"c":24,"u":"sigil%20market%20ward%20encounters_sato","p":59,"s":103,"h":1,"n":"Sigil Market Ward Encounters"},{"id":20726,"c":24,"u":"sigil%20undersigil%20encounters_sato","p":59,"s":103,"h":1,"n":"Sigil Undersigil Encounters"},{"id":20727,"c":24,"u":"spells_sato","p":12,"s":103,"h":1,"n":"Spells"},{"id":20728,"c":24,"u":"spells%20for%20sale_sato","p":50,"s":103,"h":1,"n":"Spells for Sale"},{"id":20729,"c":24,"u":"sylvania%20adventures_sato","p":87,"s":103,"h":1,"n":"Sylvania Adventures"},{"id":20730,"c":24,"u":"torch%20adventures_sato","p":89,"s":103,"h":1,"n":"Torch Adventures"},{"id":20731,"c":24,"u":"tradegate%20adventures_sato","p":91,"s":103,"h":1,"n":"Tradegate Adventures"},{"id":20732,"c":24,"u":"xaos%20adventures_sato","p":93,"s":103,"h":1,"n":"Xaos Adventures"},{"id":20733,"c":24,"u":"founder%20dragons_scc","p":6,"s":56,"h":1,"n":"Founder Dragons"},{"id":20734,"c":24,"u":"friends%20and%20foes%3b%20strixhaven%20creatures_scc","p":183,"s":56,"h":1,"n":"Friends and Foes; Strixhaven Creatures"},{"id":20735,"c":24,"u":"magic%20items%20for%20sale_scc","p":38,"s":56,"h":1,"n":"Magic Items for Sale"},{"id":20736,"c":24,"u":"relationships%3b%20starting%20relationship%20points_scc","p":42,"s":56,"h":1,"n":"Relationships; Starting Relationship Points"},{"id":20737,"c":24,"u":"scholars%20of%20lorehold%3b%20lorehold%20scholars_scc","p":13,"s":56,"h":1,"n":"Scholars of Lorehold; Lorehold Scholars"},{"id":20738,"c":24,"u":"scholars%20of%20prismari%3b%20prismari%20scholars_scc","p":16,"s":56,"h":1,"n":"Scholars of Prismari; Prismari Scholars"},{"id":20739,"c":24,"u":"scholars%20of%20quandrix%3b%20quandrix%20scholars_scc","p":19,"s":56,"h":1,"n":"Scholars of Quandrix; Quandrix Scholars"},{"id":20740,"c":24,"u":"scholars%20of%20silverquill%3b%20silverquill%20scholars_scc","p":22,"s":56,"h":1,"n":"Scholars of Silverquill; Silverquill Scholars"},{"id":20741,"c":24,"u":"scholars%20of%20witherbloom%3b%20witherbloom%20scholars_scc","p":25,"s":56,"h":1,"n":"Scholars of Witherbloom; Witherbloom Scholars"},{"id":20742,"c":24,"u":"spells_scc","p":37,"s":56,"h":1,"n":"Spells"},{"id":20743,"c":24,"u":"standalone%20adventures%3b%20adventure%20levels_scc","p":41,"s":56,"h":1,"n":"Standalone Adventures; Adventure Levels"},{"id":20744,"c":24,"u":"strixhaven%20mascots_scc","p":10,"s":56,"h":1,"n":"Strixhaven Mascots"},{"id":20745,"c":24,"u":"student%20npc%20stat%20blocks_scc","p":50,"s":56,"h":1,"n":"Student NPC Stat Blocks"},{"id":20746,"c":24,"u":"welcome%20to%20strixhaven%3b%20colleges%20of%20strixhaven_scc","p":4,"s":56,"h":1,"n":"Welcome to Strixhaven; Colleges of Strixhaven"},{"id":20747,"c":24,"u":"dm%20screen%3b%20light_screen","s":151,"h":1,"n":"DM Screen; Light"},{"id":20748,"c":24,"u":"dm%20screen%3b%20npc%20bonds_screen","s":151,"h":1,"n":"DM Screen; NPC Bonds"},{"id":20749,"c":24,"u":"dm%20screen%3b%20npc%20characteristics_screen","s":151,"h":1,"n":"DM Screen; NPC Characteristics"},{"id":20750,"c":24,"u":"dm%20screen%3b%20npc%20flaws_screen","s":151,"h":1,"n":"DM Screen; NPC Flaws"},{"id":20751,"c":24,"u":"dm%20screen%3b%20npc%20ideals_screen","s":151,"h":1,"n":"DM Screen; NPC Ideals"},{"id":20752,"c":24,"u":"dm%20screen%3b%20quick%20finds_screen","s":151,"h":1,"n":"DM Screen; Quick Finds"},{"id":20753,"c":24,"u":"dm%20screen%3b%20something%20happens!_screen","s":151,"h":1,"n":"DM Screen; Something happens!"},{"id":20754,"c":24,"u":"crashing_screenspelljammer","s":152,"h":1,"n":"Crashing"},{"id":20755,"c":24,"u":"initial%20attitude_screenspelljammer","s":152,"h":1,"n":"Initial Attitude"},{"id":20756,"c":24,"u":"setting%20a%20dc_screenspelljammer","s":152,"h":1,"n":"Setting a DC"},{"id":20757,"c":24,"u":"ship%20cargo%3b%20cheap%20cargo_screenspelljammer","s":152,"h":1,"n":"Ship Cargo; Cheap Cargo"},{"id":20758,"c":24,"u":"ship%20cargo%3b%20expensive%20cargo_screenspelljammer","s":152,"h":1,"n":"Ship Cargo; Expensive Cargo"},{"id":20759,"c":24,"u":"ship%20quirks_screenspelljammer","s":152,"h":1,"n":"Ship Quirks"},{"id":20760,"c":24,"u":"ship-to-ship%20starting%20distance_screenspelljammer","s":152,"h":1,"n":"Ship-to-Ship Starting Distance"},{"id":20761,"c":24,"u":"shipboard%20tasks_screenspelljammer","s":152,"h":1,"n":"Shipboard Tasks"},{"id":20762,"c":24,"u":"skills%20and%20associated%20abilities_screenspelljammer","s":152,"h":1,"n":"Skills and Associated Abilities"},{"id":20763,"c":24,"u":"betrayer%20gods_tdcsr","p":34,"s":60,"h":1,"dP":1,"n":"Betrayer Gods"},{"id":20764,"c":24,"u":"cracksackle%20guildhall%20(middle%20slab)%3b%20cracksackle%20wares_tdcsr","p":100,"s":60,"h":1,"dP":1,"n":"Cracksackle Guildhall (Middle Slab); Cracksackle Wares"},{"id":20765,"c":24,"u":"exandrian%20calendar_tdcsr","p":9,"s":60,"h":1,"dP":1,"n":"Exandrian Calendar"},{"id":20766,"c":24,"u":"lesser%20idols_tdcsr","p":39,"s":60,"h":1,"dP":1,"n":"Lesser Idols"},{"id":20767,"c":24,"u":"prime%20deities_tdcsr","p":27,"s":60,"h":1,"dP":1,"n":"Prime Deities"},{"id":20768,"c":24,"u":"vestiges%20of%20divergence%20by%20advancement_tdcsr","p":200,"s":60,"h":1,"dP":1,"n":"Vestiges of Divergence by Advancement"},{"id":20769,"c":24,"u":"npc%20features%20table%3b%20npc%20features_tob1-2023","p":405,"s":63,"h":1,"dP":1,"n":"NPC Features Table; NPC Features"},{"id":20770,"c":24,"u":"beholder%20names_vgm","p":9,"s":66,"h":1,"n":"Beholder Names"},{"id":20771,"c":24,"u":"beholder%20pets_vgm","p":16,"s":66,"h":1,"n":"Beholder Pets"},{"id":20772,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20demonic%20influence_vgm","p":39,"s":66,"h":1,"n":"Creating a Gnoll War Band; Demonic Influence"},{"id":20773,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20composition_vgm","p":39,"s":66,"h":1,"n":"Creating a Gnoll War Band; Gnoll War Band Composition"},{"id":20774,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20name_vgm","p":39,"s":66,"h":1,"n":"Creating a Gnoll War Band; Gnoll War Band Name"},{"id":20775,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20gnoll%20war%20band%20special%20creatures_vgm","p":39,"s":66,"h":1,"n":"Creating a Gnoll War Band; Gnoll War Band Special Creatures"},{"id":20776,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20notable%20behavior%20or%20tactics_vgm","p":39,"s":66,"h":1,"n":"Creating a Gnoll War Band; Notable Behavior or Tactics"},{"id":20777,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20shared%20physical%20trait_vgm","p":39,"s":66,"h":1,"n":"Creating a Gnoll War Band; Shared Physical Trait"},{"id":20778,"c":24,"u":"creating%20a%20gnoll%20war%20band%3b%20war%20band%20leadership_vgm","p":39,"s":66,"h":1,"n":"Creating a Gnoll War Band; War Band Leadership"},{"id":20779,"c":24,"u":"gnoll%20names_vgm","p":36,"s":66,"h":1,"n":"Gnoll Names"},{"id":20780,"c":24,"u":"hag%20names_vgm","p":55,"s":66,"h":1,"n":"Hag Names"},{"id":20781,"c":24,"u":"height%20and%20weight_vgm","p":120,"s":66,"h":1,"n":"Height and Weight"},{"id":20782,"c":24,"u":"kobold%20names_vgm","p":66,"s":66,"h":1,"n":"Kobold Names"},{"id":20783,"c":24,"u":"living%20the%20giant%20life%3b%20giant%20life%20spans_vgm","p":22,"s":66,"h":1,"n":"Living the Giant Life; Giant Life Spans"},{"id":20784,"c":24,"u":"mind%20flayer%20names_vgm","p":75,"s":66,"h":1,"n":"Mind Flayer Names"},{"id":20785,"c":24,"u":"monster%20lore_vgm","p":5,"s":66,"h":1,"n":"Monster Lore"},{"id":20786,"c":24,"u":"one-of-a-kind%20objects%3b%20hag%20objects_vgm","p":62,"s":66,"h":1,"n":"One-of-a-Kind Objects; Hag Objects"},{"id":20787,"c":24,"u":"orc%20names%3b%20orc%20epithets_vgm","p":88,"s":66,"h":1,"n":"Orc Names; Orc Epithets"},{"id":20788,"c":24,"u":"orc%20names%3b%20orc%20female%20names_vgm","p":88,"s":66,"h":1,"n":"Orc Names; Orc Female Names"},{"id":20789,"c":24,"u":"orc%20names%3b%20orc%20male%20names_vgm","p":88,"s":66,"h":1,"n":"Orc Names; Orc Male Names"},{"id":20790,"c":24,"u":"pets%3b%20beholder%20greater%20minions_vgm","p":16,"s":66,"h":1,"n":"Pets; Beholder Greater Minions"},{"id":20791,"c":24,"u":"pets%3b%20beholder%20lesser%20minions_vgm","p":16,"s":66,"h":1,"n":"Pets; Beholder Lesser Minions"},{"id":20792,"c":24,"u":"physical%20characteristics%3b%20beholder%20body%20diameter_vgm","p":8,"s":66,"h":1,"n":"Physical Characteristics; Beholder Body Diameter"},{"id":20793,"c":24,"u":"physical%20characteristics%3b%20beholder%20eye%20color_vgm","p":8,"s":66,"h":1,"n":"Physical Characteristics; Beholder Eye Color"},{"id":20794,"c":24,"u":"physical%20characteristics%3b%20beholder%20eye%20size_vgm","p":8,"s":66,"h":1,"n":"Physical Characteristics; Beholder Eye Size"},{"id":20795,"c":24,"u":"physical%20characteristics%3b%20beholder%20eyestalk%20shape_vgm","p":8,"s":66,"h":1,"n":"Physical Characteristics; Beholder Eyestalk Shape"},{"id":20796,"c":24,"u":"physical%20characteristics%3b%20beholder%20eyestalk%20texture_vgm","p":8,"s":66,"h":1,"n":"Physical Characteristics; Beholder Eyestalk Texture"},{"id":20797,"c":24,"u":"physical%20characteristics%3b%20beholder%20iris%20shape_vgm","p":8,"s":66,"h":1,"n":"Physical Characteristics; Beholder Iris Shape"},{"id":20798,"c":24,"u":"physical%20characteristics%3b%20beholder%20mouth%20shape%20and%20size_vgm","p":8,"s":66,"h":1,"n":"Physical Characteristics; Beholder Mouth Shape and Size"},{"id":20799,"c":24,"u":"physical%20characteristics%3b%20beholder%20skin%20color_vgm","p":8,"s":66,"h":1,"n":"Physical Characteristics; Beholder Skin Color"},{"id":20800,"c":24,"u":"physical%20characteristics%3b%20beholder%20skin%20texture_vgm","p":8,"s":66,"h":1,"n":"Physical Characteristics; Beholder Skin Texture"},{"id":20801,"c":24,"u":"physical%20characteristics%3b%20beholder%20teeth%20shape_vgm","p":8,"s":66,"h":1,"n":"Physical Characteristics; Beholder Teeth Shape"},{"id":20802,"c":24,"u":"physical%20variations%3b%20pureblood%20characteristics_vgm","p":97,"s":66,"h":1,"n":"Physical Variations; Pureblood Characteristics"},{"id":20803,"c":24,"u":"physical%20variations%3b%20scale%20color_vgm","p":66,"s":66,"h":1,"n":"Physical Variations; Scale Color"},{"id":20804,"c":24,"u":"physical%20variations%3b%20scale%20pattern_vgm","p":66,"s":66,"h":1,"n":"Physical Variations; Scale Pattern"},{"id":20805,"c":24,"u":"physical%20variations%3b%20type%202%20malison%3a%20arms_vgm","p":97,"s":66,"h":1,"n":"Physical Variations; Type 2 Malison: Arms"},{"id":20806,"c":24,"u":"physical%20variations%3b%20type%204%20malison%3a%20lower%20body_vgm","p":97,"s":66,"h":1,"n":"Physical Variations; Type 4 Malison: Lower Body"},{"id":20807,"c":24,"u":"physical%20variations%3b%20yuan-ti%20eye%20color_vgm","p":97,"s":66,"h":1,"n":"Physical Variations; Yuan-ti Eye Color"},{"id":20808,"c":24,"u":"physical%20variations%3b%20yuan-ti%20humanoid%20skin%20color_vgm","p":97,"s":66,"h":1,"n":"Physical Variations; Yuan-ti Humanoid Skin Color"},{"id":20809,"c":24,"u":"physical%20variations%3b%20yuan-ti%20scale%20color_vgm","p":97,"s":66,"h":1,"n":"Physical Variations; Yuan-ti Scale Color"},{"id":20810,"c":24,"u":"physical%20variations%3b%20yuan-ti%20scale%20pattern_vgm","p":97,"s":66,"h":1,"n":"Physical Variations; Yuan-ti Scale Pattern"},{"id":20811,"c":24,"u":"physical%20variations%3b%20yuan-ti%20snake%20body%20type_vgm","p":97,"s":66,"h":1,"n":"Physical Variations; Yuan-ti Snake Body Type"},{"id":20812,"c":24,"u":"physical%20variations%3b%20yuan-ti%20snake%20head%20shape_vgm","p":97,"s":66,"h":1,"n":"Physical Variations; Yuan-ti Snake Head Shape"},{"id":20813,"c":24,"u":"physical%20variations%3b%20yuan-ti%20tongue%20color_vgm","p":97,"s":66,"h":1,"n":"Physical Variations; Yuan-ti Tongue Color"},{"id":20814,"c":24,"u":"random%20hag%20minions%3b%20brutes_vgm","p":61,"s":66,"h":1,"n":"Random Hag Minions; Brutes"},{"id":20815,"c":24,"u":"random%20hag%20minions%3b%20servants_vgm","p":61,"s":66,"h":1,"n":"Random Hag Minions; Servants"},{"id":20816,"c":24,"u":"random%20yuan-ti%20servants%3b%20yuan-ti%20agents_vgm","p":102,"s":66,"h":1,"n":"Random Yuan-ti Servants; Yuan-ti Agents"},{"id":20817,"c":24,"u":"random%20yuan-ti%20servants%3b%20yuan-ti%20protectors_vgm","p":102,"s":66,"h":1,"n":"Random Yuan-ti Servants; Yuan-ti Protectors"},{"id":20818,"c":24,"u":"rank%2c%20status%2c%20and%20title_vgm","p":46,"s":66,"h":1,"n":"Rank, Status, and Title"},{"id":20819,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20bonds_vgm","p":8,"s":66,"h":1,"n":"Roleplaying a Beholder; Beholder Bonds"},{"id":20820,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20flaws_vgm","p":8,"s":66,"h":1,"n":"Roleplaying a Beholder; Beholder Flaws"},{"id":20821,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20ideals_vgm","p":8,"s":66,"h":1,"n":"Roleplaying a Beholder; Beholder Ideals"},{"id":20822,"c":24,"u":"roleplaying%20a%20beholder%3b%20beholder%20personality%20traits_vgm","p":8,"s":66,"h":1,"n":"Roleplaying a Beholder; Beholder Personality Traits"},{"id":20823,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20bonds_vgm","p":23,"s":66,"h":1,"n":"Roleplaying a Giant; Giant Bonds"},{"id":20824,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20flaws_vgm","p":23,"s":66,"h":1,"n":"Roleplaying a Giant; Giant Flaws"},{"id":20825,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20ideals_vgm","p":23,"s":66,"h":1,"n":"Roleplaying a Giant; Giant Ideals"},{"id":20826,"c":24,"u":"roleplaying%20a%20giant%3b%20giant%20personality%20traits_vgm","p":23,"s":66,"h":1,"n":"Roleplaying a Giant; Giant Personality Traits"},{"id":20827,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20bonds_vgm","p":54,"s":66,"h":1,"n":"Roleplaying a Hag; Hag Bonds"},{"id":20828,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20flaws_vgm","p":54,"s":66,"h":1,"n":"Roleplaying a Hag; Hag Flaws"},{"id":20829,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20ideals_vgm","p":54,"s":66,"h":1,"n":"Roleplaying a Hag; Hag Ideals"},{"id":20830,"c":24,"u":"roleplaying%20a%20hag%3b%20hag%20personality%20traits_vgm","p":54,"s":66,"h":1,"n":"Roleplaying a Hag; Hag Personality Traits"},{"id":20831,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20bonds_vgm","p":74,"s":66,"h":1,"n":"Roleplaying a Mind Flayer; Mind Flayer Bonds"},{"id":20832,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20flaws_vgm","p":74,"s":66,"h":1,"n":"Roleplaying a Mind Flayer; Mind Flayer Flaws"},{"id":20833,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20ideals_vgm","p":74,"s":66,"h":1,"n":"Roleplaying a Mind Flayer; Mind Flayer Ideals"},{"id":20834,"c":24,"u":"roleplaying%20a%20mind%20flayer%3b%20mind%20flayer%20personality%20traits_vgm","p":74,"s":66,"h":1,"n":"Roleplaying a Mind Flayer; Mind Flayer Personality Traits"},{"id":20835,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20bonds_vgm","p":98,"s":66,"h":1,"n":"Roleplaying a Yuan-ti; Yuan-ti Bonds"},{"id":20836,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20flaws_vgm","p":98,"s":66,"h":1,"n":"Roleplaying a Yuan-ti; Yuan-ti Flaws"},{"id":20837,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20ideals_vgm","p":98,"s":66,"h":1,"n":"Roleplaying a Yuan-ti; Yuan-ti Ideals"},{"id":20838,"c":24,"u":"roleplaying%20a%20yuan-ti%3b%20yuan-ti%20personality%20traits_vgm","p":98,"s":66,"h":1,"n":"Roleplaying a Yuan-ti; Yuan-ti Personality Traits"},{"id":20839,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20bonds_vgm","p":87,"s":66,"h":1,"n":"Roleplaying an Orc; Orc Bonds"},{"id":20840,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20flaws_vgm","p":87,"s":66,"h":1,"n":"Roleplaying an Orc; Orc Flaws"},{"id":20841,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20ideals_vgm","p":87,"s":66,"h":1,"n":"Roleplaying an Orc; Orc Ideals"},{"id":20842,"c":24,"u":"roleplaying%20an%20orc%3b%20orc%20personality%20traits_vgm","p":87,"s":66,"h":1,"n":"Roleplaying an Orc; Orc Personality Traits"},{"id":20843,"c":24,"u":"status%20symbols_vgm","p":42,"s":66,"h":1,"n":"Status Symbols"},{"id":20844,"c":24,"u":"treasure%3b%20orc%20trophies_vgm","p":90,"s":66,"h":1,"n":"Treasure; Orc Trophies"},{"id":20845,"c":24,"u":"yuan-ti%20names_vgm","p":99,"s":66,"h":1,"n":"Yuan-ti Names"},{"id":20846,"c":24,"u":"adventures%20in%20the%20carnival%3b%20carnival%20adventures_vrgr","p":87,"s":67,"h":1,"n":"Adventures in the Carnival; Carnival Adventures"},{"id":20847,"c":24,"u":"adventures%3b%20darklord%20connections_vrgr","p":44,"s":67,"h":1,"n":"Adventures; Darklord Connections"},{"id":20848,"c":24,"u":"adventures%3b%20darklord%20interactions_vrgr","p":44,"s":67,"h":1,"n":"Adventures; Darklord Interactions"},{"id":20849,"c":24,"u":"alien%20artifacts%3b%20aberrant%20evidence_vrgr","p":75,"s":67,"h":1,"n":"Alien Artifacts; Aberrant Evidence"},{"id":20850,"c":24,"u":"barovia%20adventures_vrgr","p":69,"s":67,"h":1,"n":"Barovia Adventures"},{"id":20851,"c":24,"u":"benefits%20of%20renown%3b%20loyalist%20benefits_vrgr","p":131,"s":67,"h":1,"n":"Benefits of Renown; Loyalist Benefits"},{"id":20852,"c":24,"u":"benefits%20of%20renown%3b%20rebel%20benefits_vrgr","p":131,"s":67,"h":1,"n":"Benefits of Renown; Rebel Benefits"},{"id":20853,"c":24,"u":"bestiary%3b%20creatures%20by%20challenge%20rating_vrgr","p":226,"s":67,"h":1,"n":"Bestiary; Creatures by Challenge Rating"},{"id":20854,"c":24,"u":"beyond%20barovia%3b%20lost%20tatyana_vrgr","p":71,"s":67,"h":1,"n":"Beyond Barovia; Lost Tatyana"},{"id":20855,"c":24,"u":"bluetspur%20adventures_vrgr","p":74,"s":67,"h":1,"n":"Bluetspur Adventures"},{"id":20856,"c":24,"u":"body%20horror%20adventure%20sites_vrgr","p":47,"s":67,"h":1,"n":"Body Horror Adventure Sites"},{"id":20857,"c":24,"u":"body%20horror%20monsters_vrgr","p":45,"s":67,"h":1,"n":"Body Horror Monsters"},{"id":20858,"c":24,"u":"body%20horror%20plots_vrgr","p":47,"s":67,"h":1,"n":"Body Horror Plots"},{"id":20859,"c":24,"u":"body%20horror%20settings_vrgr","p":47,"s":67,"h":1,"n":"Body Horror Settings"},{"id":20860,"c":24,"u":"body%20horror%20torments_vrgr","p":47,"s":67,"h":1,"n":"Body Horror Torments"},{"id":20861,"c":24,"u":"body%20horror%20villains_vrgr","p":45,"s":67,"h":1,"n":"Body Horror Villains"},{"id":20862,"c":24,"u":"borca%20adventures_vrgr","p":81,"s":67,"h":1,"n":"Borca Adventures"},{"id":20863,"c":24,"u":"concluding%20the%20siege%3b%20zombie%20siege%20climax_vrgr","p":105,"s":67,"h":1,"n":"Concluding the Siege; Zombie Siege Climax"},{"id":20864,"c":24,"u":"connection%20to%20strahd%3b%20avoiding%20strahd_vrgr","p":70,"s":67,"h":1,"n":"Connection to Strahd; Avoiding Strahd"},{"id":20865,"c":24,"u":"connection%20to%20strahd%3b%20hunting%20strahd_vrgr","p":70,"s":67,"h":1,"n":"Connection to Strahd; Hunting Strahd"},{"id":20866,"c":24,"u":"cosmic%20horror%20adventure%20sites_vrgr","p":49,"s":67,"h":1,"n":"Cosmic Horror Adventure Sites"},{"id":20867,"c":24,"u":"cosmic%20horror%20monsters_vrgr","p":48,"s":67,"h":1,"n":"Cosmic Horror Monsters"},{"id":20868,"c":24,"u":"cosmic%20horror%20plots_vrgr","p":49,"s":67,"h":1,"n":"Cosmic Horror Plots"},{"id":20869,"c":24,"u":"cosmic%20horror%20settings_vrgr","p":49,"s":67,"h":1,"n":"Cosmic Horror Settings"},{"id":20870,"c":24,"u":"cosmic%20horror%20torments_vrgr","p":49,"s":67,"h":1,"n":"Cosmic Horror Torments"},{"id":20871,"c":24,"u":"cosmic%20horror%20villains_vrgr","p":48,"s":67,"h":1,"n":"Cosmic Horror Villains"},{"id":20872,"c":24,"u":"dark%20fantasy%20adventure%20sites_vrgr","p":51,"s":67,"h":1,"n":"Dark Fantasy Adventure Sites"},{"id":20873,"c":24,"u":"dark%20fantasy%20monsters_vrgr","p":50,"s":67,"h":1,"n":"Dark Fantasy Monsters"},{"id":20874,"c":24,"u":"dark%20fantasy%20plots_vrgr","p":51,"s":67,"h":1,"n":"Dark Fantasy Plots"},{"id":20875,"c":24,"u":"dark%20fantasy%20settings_vrgr","p":51,"s":67,"h":1,"n":"Dark Fantasy Settings"},{"id":20876,"c":24,"u":"dark%20fantasy%20torments_vrgr","p":51,"s":67,"h":1,"n":"Dark Fantasy Torments"},{"id":20877,"c":24,"u":"dark%20fantasy%20villains_vrgr","p":50,"s":67,"h":1,"n":"Dark Fantasy Villains"},{"id":20878,"c":24,"u":"darkon%20adventures_vrgr","p":91,"s":67,"h":1,"n":"Darkon Adventures"},{"id":20879,"c":24,"u":"darkon%20allies_vrgr","p":92,"s":67,"h":1,"n":"Darkon Allies"},{"id":20880,"c":24,"u":"darkon%20finale_vrgr","p":93,"s":67,"h":1,"n":"Darkon Finale"},{"id":20881,"c":24,"u":"darkon%20rivals_vrgr","p":92,"s":67,"h":1,"n":"Darkon Rivals"},{"id":20882,"c":24,"u":"darkon's%20destruction_vrgr","p":92,"s":67,"h":1,"n":"Darkon's Destruction"},{"id":20883,"c":24,"u":"darkon's%20salvation_vrgr","p":92,"s":67,"h":1,"n":"Darkon's Salvation"},{"id":20884,"c":24,"u":"dementlieu%20adventures_vrgr","p":97,"s":67,"h":1,"n":"Dementlieu Adventures"},{"id":20885,"c":24,"u":"domains%20of%20ravenloft_vrgr","p":168,"s":67,"h":1,"n":"Domains of Ravenloft"},{"id":20886,"c":24,"u":"dread%20in%20darkon_vrgr","p":93,"s":67,"h":1,"n":"Dread in Darkon"},{"id":20887,"c":24,"u":"during%20the%20siege%3b%20zombie%20siege%20encounters_vrgr","p":105,"s":67,"h":1,"n":"During the Siege; Zombie Siege Encounters"},{"id":20888,"c":24,"u":"falkovnia%20adventures_vrgr","p":103,"s":67,"h":1,"n":"Falkovnia Adventures"},{"id":20889,"c":24,"u":"folk%20horror%20adventure%20sites_vrgr","p":53,"s":67,"h":1,"n":"Folk Horror Adventure Sites"},{"id":20890,"c":24,"u":"folk%20horror%20monsters_vrgr","p":52,"s":67,"h":1,"n":"Folk Horror Monsters"},{"id":20891,"c":24,"u":"folk%20horror%20plots_vrgr","p":53,"s":67,"h":1,"n":"Folk Horror Plots"},{"id":20892,"c":24,"u":"folk%20horror%20settings_vrgr","p":53,"s":67,"h":1,"n":"Folk Horror Settings"},{"id":20893,"c":24,"u":"folk%20horror%20torments_vrgr","p":53,"s":67,"h":1,"n":"Folk Horror Torments"},{"id":20894,"c":24,"u":"folk%20horror%20villains_vrgr","p":52,"s":67,"h":1,"n":"Folk Horror Villains"},{"id":20895,"c":24,"u":"ghost%20story%20adventure%20sites_vrgr","p":55,"s":67,"h":1,"n":"Ghost Story Adventure Sites"},{"id":20896,"c":24,"u":"ghost%20story%20monsters_vrgr","p":54,"s":67,"h":1,"n":"Ghost Story Monsters"},{"id":20897,"c":24,"u":"ghost%20story%20plots_vrgr","p":55,"s":67,"h":1,"n":"Ghost Story Plots"},{"id":20898,"c":24,"u":"ghost%20story%20settings_vrgr","p":55,"s":67,"h":1,"n":"Ghost Story Settings"},{"id":20899,"c":24,"u":"ghost%20story%20torments_vrgr","p":55,"s":67,"h":1,"n":"Ghost Story Torments"},{"id":20900,"c":24,"u":"ghost%20story%20villains_vrgr","p":54,"s":67,"h":1,"n":"Ghost Story Villains"},{"id":20901,"c":24,"u":"ghost's%20history_vrgr","p":148,"s":67,"h":1,"n":"Ghost's History"},{"id":20902,"c":24,"u":"gothic%20horror%20adventure%20sites_vrgr","p":57,"s":67,"h":1,"n":"Gothic Horror Adventure Sites"},{"id":20903,"c":24,"u":"gothic%20horror%20monsters_vrgr","p":56,"s":67,"h":1,"n":"Gothic Horror Monsters"},{"id":20904,"c":24,"u":"gothic%20horror%20plots_vrgr","p":57,"s":67,"h":1,"n":"Gothic Horror Plots"},{"id":20905,"c":24,"u":"gothic%20horror%20settings_vrgr","p":57,"s":67,"h":1,"n":"Gothic Horror Settings"},{"id":20906,"c":24,"u":"gothic%20horror%20torments_vrgr","p":56,"s":67,"h":1,"n":"Gothic Horror Torments"},{"id":20907,"c":24,"u":"gothic%20horror%20villains_vrgr","p":56,"s":67,"h":1,"n":"Gothic Horror Villains"},{"id":20908,"c":24,"u":"har'akir%20adventures_vrgr","p":110,"s":67,"h":1,"n":"Har'Akir Adventures"},{"id":20909,"c":24,"u":"hazlan%20adventures_vrgr","p":115,"s":67,"h":1,"n":"Hazlan Adventures"},{"id":20910,"c":24,"u":"hazlan%20wild%20magic_vrgr","p":116,"s":67,"h":1,"n":"Hazlan Wild Magic"},{"id":20911,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20bonds_vrgr","p":32,"s":67,"h":1,"n":"Horror Characteristics; Horror Character Bonds"},{"id":20912,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20flaws_vrgr","p":32,"s":67,"h":1,"n":"Horror Characteristics; Horror Character Flaws"},{"id":20913,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20ideals_vrgr","p":32,"s":67,"h":1,"n":"Horror Characteristics; Horror Character Ideals"},{"id":20914,"c":24,"u":"horror%20characteristics%3b%20horror%20character%20personality%20traits_vrgr","p":32,"s":67,"h":1,"n":"Horror Characteristics; Horror Character Personality Traits"},{"id":20915,"c":24,"u":"i'cath%20adventures_vrgr","p":121,"s":67,"h":1,"n":"I'Cath Adventures"},{"id":20916,"c":24,"u":"ignoble%20bonds%3b%20ignoble%20request_vrgr","p":82,"s":67,"h":1,"n":"Ignoble Bonds; Ignoble Request"},{"id":20917,"c":24,"u":"kalakeri%20adventures_vrgr","p":128,"s":67,"h":1,"n":"Kalakeri Adventures"},{"id":20918,"c":24,"u":"kartakass%20adventures_vrgr","p":135,"s":67,"h":1,"n":"Kartakass Adventures"},{"id":20919,"c":24,"u":"keeper%20adventures_vrgr","p":175,"s":67,"h":1,"n":"Keeper Adventures"},{"id":20920,"c":24,"u":"lamordia%20adventures_vrgr","p":141,"s":67,"h":1,"n":"Lamordia Adventures"},{"id":20921,"c":24,"u":"lethal%20leverage_vrgr","p":82,"s":67,"h":1,"n":"Lethal Leverage"},{"id":20922,"c":24,"u":"lost%20memories%3b%20suppressed%20memories_vrgr","p":75,"s":67,"h":1,"n":"Lost Memories; Suppressed Memories"},{"id":20923,"c":24,"u":"means%20to%20save%20darkon_vrgr","p":92,"s":67,"h":1,"n":"Means to Save Darkon"},{"id":20924,"c":24,"u":"meeting%20the%20darklord%3b%20favors%20for%20harkon%20lukas_vrgr","p":136,"s":67,"h":1,"n":"Meeting the Darklord; Favors for Harkon Lukas"},{"id":20925,"c":24,"u":"misericordia%20and%20other%20noble%20estates%3b%20noble%20families%20and%20estates_vrgr","p":77,"s":67,"h":1,"n":"Misericordia and Other Noble Estates; Noble Families and Estates"},{"id":20926,"c":24,"u":"monstrous%20transformations_vrgr","p":41,"s":67,"h":1,"n":"Monstrous Transformations"},{"id":20927,"c":24,"u":"mordenheim's%20designs%3b%20serving%20dr.%20mordenheim_vrgr","p":142,"s":67,"h":1,"n":"Mordenheim's Designs; Serving Dr. Mordenheim"},{"id":20928,"c":24,"u":"mordent%20adventures_vrgr","p":147,"s":67,"h":1,"n":"Mordent Adventures"},{"id":20929,"c":24,"u":"mother's%20blessing%3b%20lorinda's%20daughter_vrgr","p":161,"s":67,"h":1,"n":"Mother's Blessing; Lorinda's Daughter"},{"id":20930,"c":24,"u":"random%20complications%3b%20grand%20masquerade%20complications_vrgr","p":99,"s":67,"h":1,"n":"Random Complications; Grand Masquerade Complications"},{"id":20931,"c":24,"u":"renown%20in%20kalakeri_vrgr","p":130,"s":67,"h":1,"n":"Renown in Kalakeri"},{"id":20932,"c":24,"u":"richemulot%20adventures_vrgr","p":153,"s":67,"h":1,"n":"Richemulot Adventures"},{"id":20933,"c":24,"u":"romance%3b%20romantic%20elements_vrgr","p":148,"s":67,"h":1,"n":"Romance; Romantic Elements"},{"id":20934,"c":24,"u":"spirit%20tales_vrgr","p":28,"s":67,"h":1,"n":"Spirit Tales"},{"id":20935,"c":24,"u":"stage%20four%3a%20pestilence%3b%20stage%20four%20encounters_vrgr","p":155,"s":67,"h":1,"n":"Stage Four: Pestilence; Stage Four Encounters"},{"id":20936,"c":24,"u":"stage%20three%3a%20illness%3b%20stage%20three%20encounters_vrgr","p":155,"s":67,"h":1,"n":"Stage Three: Illness; Stage Three Encounters"},{"id":20937,"c":24,"u":"stage%20two%3a%20outbreak%3b%20stage%20two%20encounters_vrgr","p":154,"s":67,"h":1,"n":"Stage Two: Outbreak; Stage Two Encounters"},{"id":20938,"c":24,"u":"tepest%20adventures_vrgr","p":159,"s":67,"h":1,"n":"Tepest Adventures"},{"id":20939,"c":24,"u":"the%20grand%20masquerade%3b%20grand%20masquerade%20objectives_vrgr","p":97,"s":67,"h":1,"n":"The Grand Masquerade; Grand Masquerade Objectives"},{"id":20940,"c":24,"u":"the%20hunters'%20role%3b%20hunt%20for%20the%20ka_vrgr","p":111,"s":67,"h":1,"n":"The Hunters' Role; Hunt for the Ka"},{"id":20941,"c":24,"u":"the%20pharaoh's%20return%3b%20ankhtepot%20reborn_vrgr","p":110,"s":67,"h":1,"n":"The Pharaoh's Return; Ankhtepot Reborn"},{"id":20942,"c":24,"u":"the%20secret%20of%20darkon's%20doom%3b%20azalin's%20fate_vrgr","p":92,"s":67,"h":1,"n":"The Secret of Darkon's Doom; Azalin's Fate"},{"id":20943,"c":24,"u":"the%20soul's%20shape%3b%20ankhtepot's%20soul_vrgr","p":110,"s":67,"h":1,"n":"The Soul's Shape; Ankhtepot's Soul"},{"id":20944,"c":24,"u":"tithe%20events_vrgr","p":160,"s":67,"h":1,"n":"Tithe Events"},{"id":20945,"c":24,"u":"tragedy%3b%20tragic%20elements_vrgr","p":148,"s":67,"h":1,"n":"Tragedy; Tragic Elements"},{"id":20946,"c":24,"u":"travelers%20in%20the%20mists%3b%20strangers%20in%20the%20mists_vrgr","p":174,"s":67,"h":1,"n":"Travelers in the Mists; Strangers in the Mists"},{"id":20947,"c":24,"u":"valachan%20adventures_vrgr","p":164,"s":67,"h":1,"n":"Valachan Adventures"},{"id":20948,"c":24,"u":"valachan%20hunt%20complications_vrgr","p":167,"s":67,"h":1,"n":"Valachan Hunt Complications"},{"id":20949,"c":24,"u":"wandering%20the%20mists_vrgr","p":61,"s":67,"h":1,"n":"Wandering the Mists"},{"id":20950,"c":24,"u":"welcome%20to%20viktal%3b%20sights%20in%20viktal_vrgr","p":160,"s":67,"h":1,"n":"Welcome to Viktal; Sights in Viktal"},{"id":20951,"c":24,"u":"who%20is%20tatyana%3f%3b%20tatyana's%20incarnation_vrgr","p":70,"s":67,"h":1,"n":"Who Is Tatyana?; Tatyana's Incarnation"},{"id":20952,"c":24,"u":"wicked%20personality%3b%20fatal%20flaws_vrgr","p":40,"s":67,"h":1,"n":"Wicked Personality; Fatal Flaws"},{"id":20953,"c":24,"u":"stagefright's%20lines_wbtw","p":250,"s":68,"h":1,"n":"Stagefright's Lines"},{"id":20954,"c":24,"u":"animated%20coffin%20contents_aatm","s":71,"h":1,"n":"Animated Coffin Contents"},{"id":20955,"c":24,"u":"entering%20the%20mortuary%3b%20mortuary%20portals_aatm","s":71,"h":1,"n":"Entering the Mortuary; Mortuary Portals"},{"id":20956,"c":24,"u":"exploring%20the%20mortuary%3b%20mortuary%20chambers_aatm","s":71,"h":1,"n":"Exploring the Mortuary; Mortuary Chambers"},{"id":20957,"c":24,"u":"heralds%20of%20dust%20spellcasting%20fees_aatm","s":71,"h":1,"n":"Heralds of Dust Spellcasting Fees"},{"id":20958,"c":24,"u":"mortuary%20adventures%3b%20mortuary%20adventure%20hooks_aatm","s":71,"h":1,"n":"Mortuary Adventures; Mortuary Adventure Hooks"},{"id":20959,"c":24,"u":"mortuary%20encounters%20(levels%2011%e2%80%9416)_aatm","s":71,"h":1,"n":"Mortuary Encounters (Levels 11—16)"},{"id":20960,"c":24,"u":"mortuary%20encounters%20(levels%201%e2%80%944)_aatm","s":71,"h":1,"n":"Mortuary Encounters (Levels 1—4)"},{"id":20961,"c":24,"u":"mortuary%20encounters%20(levels%205%e2%80%9410)_aatm","s":71,"h":1,"n":"Mortuary Encounters (Levels 5—10)"},{"id":20962,"c":24,"u":"faction%20advancement_al","s":154,"h":1,"n":"Faction Advancement"},{"id":20963,"c":24,"u":"faction%20training_al","s":154,"h":1,"n":"Faction Training"},{"id":20964,"c":24,"u":"receive%20your%20faction's%20insignia%3b%20faction%20insignias_al","s":154,"h":1,"n":"Receive Your Faction's Insignia; Faction Insignias"},{"id":20965,"c":24,"u":"archfey's%20personality_dod","p":13,"s":77,"h":1,"n":"Archfey's Personality"},{"id":20966,"c":24,"u":"archfey's%20presentation_dod","p":12,"s":77,"h":1,"n":"Archfey's Presentation"},{"id":20967,"c":24,"u":"breaking%20a%20contract%3b%20breaking%20a%20greater%20contract_dod","p":9,"s":77,"h":1,"n":"Breaking a Contract; Breaking a Greater Contract"},{"id":20968,"c":24,"u":"breaking%20a%20contract%3b%20breaking%20a%20lesser%20contract_dod","p":9,"s":77,"h":1,"n":"Breaking a Contract; Breaking a Lesser Contract"},{"id":20969,"c":24,"u":"coming%20and%20going%3b%20fey%20crossings_dod","p":17,"s":77,"h":1,"n":"Coming and Going; Fey Crossings"},{"id":20970,"c":24,"u":"domain%20denizens%3b%20feywild%20creatures_dod","p":20,"s":77,"h":1,"n":"Domain Denizens; Feywild Creatures"},{"id":20971,"c":24,"u":"domain%20drama_dod","p":19,"s":77,"h":1,"n":"Domain Drama"},{"id":20972,"c":24,"u":"domain%20theme_dod","p":16,"s":77,"h":1,"n":"Domain Theme"},{"id":20973,"c":24,"u":"domain%20visitors_dod","p":21,"s":77,"h":1,"n":"Domain Visitors"},{"id":20974,"c":24,"u":"fey%20abodes_dod","p":11,"s":77,"h":1,"n":"Fey Abodes"},{"id":20975,"c":24,"u":"fey%20curses_dod","p":10,"s":77,"h":1,"n":"Fey Curses"},{"id":20976,"c":24,"u":"fey%20curses%3b%20ending%20the%20curse_dod","p":10,"s":77,"h":1,"n":"Fey Curses; Ending the Curse"},{"id":20977,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20identities_dod","p":5,"s":77,"h":1,"n":"Feywild Guides; Feywild Guide Identities"},{"id":20978,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20names_dod","p":5,"s":77,"h":1,"n":"Feywild Guides; Feywild Guide Names"},{"id":20979,"c":24,"u":"feywild%20guides%3b%20feywild%20guide%20quirks_dod","p":5,"s":77,"h":1,"n":"Feywild Guides; Feywild Guide Quirks"},{"id":20980,"c":24,"u":"feywild%20weather_dod","p":5,"s":77,"h":1,"n":"Feywild Weather"},{"id":20981,"c":24,"u":"geographical%20features_dod","p":16,"s":77,"h":1,"n":"Geographical Features"},{"id":20982,"c":24,"u":"magical%20gifts_dod","p":15,"s":77,"h":1,"n":"Magical Gifts"},{"id":20983,"c":24,"u":"magical%20shortcuts%3b%20shortcut%20routines_dod","p":18,"s":77,"h":1,"n":"Magical Shortcuts; Shortcut Routines"},{"id":20984,"c":24,"u":"obsessions%3b%20archfey%20obsession_dod","p":13,"s":77,"h":1,"n":"Obsessions; Archfey Obsession"},{"id":20985,"c":24,"u":"price%20of%20a%20contract%3b%20fey%20desires%20for%20greater%20contracts_dod","p":9,"s":77,"h":1,"n":"Price of a Contract; Fey Desires for Greater Contracts"},{"id":20986,"c":24,"u":"price%20of%20a%20contract%3b%20fey%20desires%20for%20lesser%20contracts_dod","p":9,"s":77,"h":1,"n":"Price of a Contract; Fey Desires for Lesser Contracts"},{"id":20987,"c":24,"u":"signature%20magic_dod","p":14,"s":77,"h":1,"n":"Signature Magic"},{"id":20988,"c":24,"u":"weird%20magic%20effects_dod","p":19,"s":77,"h":1,"n":"Weird Magic Effects"},{"id":20989,"c":24,"u":"cavern%20encounters_llk","p":33,"s":80,"h":1,"n":"Cavern Encounters"},{"id":20990,"c":24,"u":"mountain%20encounters_llk","p":33,"s":80,"h":1,"n":"Mountain Encounters"},{"id":20991,"c":24,"u":"wilderness%20encounters_llk","p":32,"s":80,"h":1,"n":"Wilderness Encounters"},{"id":20992,"c":24,"u":"in%20this%20collection%3b%20eldraine%20creatures_mcv4ec","s":85,"h":1,"n":"In This Collection; Eldraine Creatures"},{"id":20993,"c":24,"u":"appendix%3a%20planeswalkers%20and%20the%20multiverse_psa","p":39,"s":94,"h":1,"n":"Appendix: Planeswalkers and the Multiverse"},{"id":20994,"c":24,"u":"bard%20or%20cleric%3b%20suggested%20bonds_psd","p":18,"s":95,"h":1,"n":"Bard or Cleric; Suggested Bonds"},{"id":20995,"c":24,"u":"bard%20or%20cleric%3b%20suggested%20ideals_psd","p":18,"s":95,"h":1,"n":"Bard or Cleric; Suggested Ideals"},{"id":20996,"c":24,"u":"benalish%20quests_psd","p":7,"s":95,"h":1,"n":"Benalish Quests"},{"id":20997,"c":24,"u":"benalish%20sites_psd","p":7,"s":95,"h":1,"n":"Benalish Sites"},{"id":20998,"c":24,"u":"benalish%20villains_psd","p":7,"s":95,"h":1,"n":"Benalish Villains"},{"id":20999,"c":24,"u":"cabal%20sites_psd","p":16,"s":95,"h":1,"n":"Cabal Sites"},{"id":21000,"c":24,"u":"cabal%20villains_psd","p":17,"s":95,"h":1,"n":"Cabal Villains"},{"id":21001,"c":24,"u":"fighter%20or%20ranger%3b%20suggested%20bonds_psd","p":21,"s":95,"h":1,"n":"Fighter or Ranger; Suggested Bonds"},{"id":21002,"c":24,"u":"fighter%20or%20ranger%3b%20suggested%20ideals_psd","p":21,"s":95,"h":1,"n":"Fighter or Ranger; Suggested Ideals"},{"id":21003,"c":24,"u":"heroes%20of%20benalia%3b%20suggested%20bonds_psd","p":5,"s":95,"h":1,"n":"Heroes of Benalia; Suggested Bonds"},{"id":21004,"c":24,"u":"heroes%20of%20benalia%3b%20suggested%20ideals_psd","p":5,"s":95,"h":1,"n":"Heroes of Benalia; Suggested Ideals"},{"id":21005,"c":24,"u":"heroes%20of%20serra%3b%20suggested%20bonds_psd","p":8,"s":95,"h":1,"n":"Heroes of Serra; Suggested Bonds"},{"id":21006,"c":24,"u":"heroes%20of%20serra%3b%20suggested%20ideals_psd","p":8,"s":95,"h":1,"n":"Heroes of Serra; Suggested Ideals"},{"id":21007,"c":24,"u":"heroes%20of%20tolaria%3b%20suggested%20bonds_psd","p":10,"s":95,"h":1,"n":"Heroes of Tolaria; Suggested Bonds"},{"id":21008,"c":24,"u":"heroes%20of%20tolaria%3b%20suggested%20ideals_psd","p":10,"s":95,"h":1,"n":"Heroes of Tolaria; Suggested Ideals"},{"id":21009,"c":24,"u":"keld%20quests_psd","p":20,"s":95,"h":1,"n":"Keld Quests"},{"id":21010,"c":24,"u":"keld%20sites_psd","p":20,"s":95,"h":1,"n":"Keld Sites"},{"id":21011,"c":24,"u":"keld%20villains_psd","p":20,"s":95,"h":1,"n":"Keld Villains"},{"id":21012,"c":24,"u":"llanowar%20quests_psd","p":23,"s":95,"h":1,"n":"Llanowar Quests"},{"id":21013,"c":24,"u":"llanowar%20sites_psd","p":23,"s":95,"h":1,"n":"Llanowar Sites"},{"id":21014,"c":24,"u":"llanowar%20villains_psd","p":23,"s":95,"h":1,"n":"Llanowar Villains"},{"id":21015,"c":24,"u":"serran%20quests_psd","p":9,"s":95,"h":1,"n":"Serran Quests"},{"id":21016,"c":24,"u":"serran%20sites_psd","p":9,"s":95,"h":1,"n":"Serran Sites"},{"id":21017,"c":24,"u":"serran%20villains_psd","p":9,"s":95,"h":1,"n":"Serran Villains"},{"id":21018,"c":24,"u":"tolarian%20quests_psd","p":11,"s":95,"h":1,"n":"Tolarian Quests"},{"id":21019,"c":24,"u":"tolarian%20sites_psd","p":11,"s":95,"h":1,"n":"Tolarian Sites"},{"id":21020,"c":24,"u":"tolarian%20villains_psd","p":12,"s":95,"h":1,"n":"Tolarian Villains"},{"id":21021,"c":24,"u":"vodalian%20quests_psd","p":13,"s":95,"h":1,"n":"Vodalian Quests"},{"id":21022,"c":24,"u":"vodalian%20sites_psd","p":14,"s":95,"h":1,"n":"Vodalian Sites"},{"id":21023,"c":24,"u":"vodalian%20villains_psd","p":14,"s":95,"h":1,"n":"Vodalian Villains"},{"id":21024,"c":24,"u":"automatons%20and%20vehicles_psk","p":12,"s":97,"h":1,"n":"Automatons and Vehicles"},{"id":21025,"c":24,"u":"black%20ideals_psx","p":45,"s":98,"h":1,"n":"Black Ideals"},{"id":21026,"c":24,"u":"black%20personality%20traits_psx","p":45,"s":98,"h":1,"n":"Black Personality Traits"},{"id":21027,"c":24,"u":"blue%20ideals_psx","p":44,"s":98,"h":1,"n":"Blue Ideals"},{"id":21028,"c":24,"u":"blue%20personality%20traits_psx","p":44,"s":98,"h":1,"n":"Blue Personality Traits"},{"id":21029,"c":24,"u":"brazen%20coalition%3b%20suggested%20bonds_psx","p":9,"s":98,"h":1,"n":"Brazen Coalition; Suggested Bonds"},{"id":21030,"c":24,"u":"brazen%20coalition%3b%20suggested%20ideals_psx","p":9,"s":98,"h":1,"n":"Brazen Coalition; Suggested Ideals"},{"id":21031,"c":24,"u":"four%20peoples%2c%20one%20party%3b%201_psx","p":5,"s":98,"h":1,"n":"Four Peoples, One Party; 1"},{"id":21032,"c":24,"u":"four%20peoples%2c%20one%20party%3b%20suggested%20bonds_psx","p":5,"s":98,"h":1,"n":"Four Peoples, One Party; Suggested Bonds"},{"id":21033,"c":24,"u":"four%20peoples%2c%20one%20party%3b%20suggested%20ideals_psx","p":5,"s":98,"h":1,"n":"Four Peoples, One Party; Suggested Ideals"},{"id":21034,"c":24,"u":"green%20ideals_psx","p":47,"s":98,"h":1,"n":"Green Ideals"},{"id":21035,"c":24,"u":"green%20personality%20traits_psx","p":47,"s":98,"h":1,"n":"Green Personality Traits"},{"id":21036,"c":24,"u":"legion%20of%20dusk%3b%20suggested%20bonds_psx","p":8,"s":98,"h":1,"n":"Legion of Dusk; Suggested Bonds"},{"id":21037,"c":24,"u":"legion%20of%20dusk%3b%20suggested%20ideals_psx","p":8,"s":98,"h":1,"n":"Legion of Dusk; Suggested Ideals"},{"id":21038,"c":24,"u":"red%20ideals_psx","p":46,"s":98,"h":1,"n":"Red Ideals"},{"id":21039,"c":24,"u":"red%20personality%20traits_psx","p":46,"s":98,"h":1,"n":"Red Personality Traits"},{"id":21040,"c":24,"u":"river%20heralds%3b%20suggested%20bonds_psx","p":7,"s":98,"h":1,"n":"River Heralds; Suggested Bonds"},{"id":21041,"c":24,"u":"river%20heralds%3b%20suggested%20ideals_psx","p":7,"s":98,"h":1,"n":"River Heralds; Suggested Ideals"},{"id":21042,"c":24,"u":"white%20ideals_psx","p":43,"s":98,"h":1,"n":"White Ideals"},{"id":21043,"c":24,"u":"white%20personality%20traits_psx","p":43,"s":98,"h":1,"n":"White Personality Traits"},{"id":21044,"c":24,"u":"random%20encounters%3b%20snout%20of%20omgar%20encounters_ttp","p":5,"s":101,"h":1,"n":"Random Encounters; Snout of Omgar Encounters"},{"id":21045,"c":25,"u":"dungeon%20spread%20decks_dmtcrg","p":11,"s":143,"h":1,"n":"Dungeon Spread Decks"},{"id":21046,"c":25,"u":"random%20magic%20items%20-%20arcana_xdmg","p":326,"s":5,"h":1,"n":"Random Magic Items - Arcana"},{"id":21047,"c":25,"u":"random%20magic%20items%20-%20armaments_xdmg","p":328,"s":5,"h":1,"n":"Random Magic Items - Armaments"},{"id":21048,"c":25,"u":"random%20magic%20items%20-%20implements_xdmg","p":329,"s":5,"h":1,"n":"Random Magic Items - Implements"},{"id":21049,"c":25,"u":"random%20magic%20items%20-%20relics_xdmg","p":330,"s":5,"h":1,"n":"Random Magic Items - Relics"},{"id":21050,"c":25,"u":"background%3b%20i%20became..._xge","p":64,"s":6,"h":1,"n":"Background; I became..."},{"id":21051,"c":25,"u":"class%20training%3b%20i%20became..._xge","p":66,"s":6,"h":1,"n":"Class Training; I became..."},{"id":21052,"c":25,"u":"tables%3b%20weather_xscreen","s":121,"h":1,"n":"Tables; Weather"},{"id":21053,"c":25,"u":"adventuring%20options%3b%20firearms_dmg","p":266,"s":24,"h":1,"n":"Adventuring Options; Firearms"},{"id":21054,"c":25,"u":"charisma%20check%3b%20conversation%20reaction_dmg","p":245,"s":24,"h":1,"n":"Charisma Check; Conversation Reaction"},{"id":21055,"c":25,"u":"explosives_dmg","p":267,"s":24,"h":1,"n":"Explosives"},{"id":21056,"c":25,"u":"ideals_dmg","p":90,"s":24,"h":1,"n":"Ideals"},{"id":21057,"c":25,"u":"psychic%20wind_dmg","p":47,"s":24,"h":1,"n":"Psychic Wind"},{"id":21058,"c":25,"u":"speed%20factor%20initiative%20modifiers_dmg","p":270,"s":24,"h":1,"n":"Speed Factor Initiative Modifiers"},{"id":21059,"c":25,"u":"treasure%20hoard%3a%20challenge%200%e2%80%944_dmg","p":133,"s":24,"h":1,"n":"Treasure Hoard: Challenge 0—4"},{"id":21060,"c":25,"u":"treasure%20hoard%3a%20challenge%2011%e2%80%9416_dmg","p":133,"s":24,"h":1,"n":"Treasure Hoard: Challenge 11—16"},{"id":21061,"c":25,"u":"treasure%20hoard%3a%20challenge%2017%2b_dmg","p":133,"s":24,"h":1,"n":"Treasure Hoard: Challenge 17+"},{"id":21062,"c":25,"u":"treasure%20hoard%3a%20challenge%205%e2%80%9410_dmg","p":133,"s":24,"h":1,"n":"Treasure Hoard: Challenge 5—10"},{"id":21063,"c":25,"u":"devil%20customization%20tables_mtf","p":23,"s":47,"h":1,"n":"Devil Customization Tables"},{"id":21064,"c":25,"u":"deities%20of%20eberron_phb","p":293,"s":51,"h":1,"n":"Deities of Eberron"},{"id":21065,"c":25,"u":"dm%20screen%3b%20encounter%20distance_screen","s":151,"h":1,"n":"DM Screen; Encounter Distance"},{"id":21066,"c":25,"u":"dm%20screen%3b%20name%20generator_screen","s":151,"h":1,"n":"DM Screen; Name Generator"},{"id":21067,"c":25,"u":"roleplaying%20gnolls%20and%20cultists%20of%20yeenoghu_vgm","p":36,"s":66,"h":1,"n":"Roleplaying Gnolls and Cultists of Yeenoghu"},{"id":21068,"c":53,"u":"aberration_deck%20of%20many%20more%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Aberration"},{"id":21069,"c":53,"u":"balance_deck%20of%20many%20more%20things_bmt","p":16,"s":1,"h":1,"hx":1,"n":"Balance"},{"id":21070,"c":53,"u":"balance_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Balance"},{"id":21071,"c":53,"u":"beast_deck%20of%20many%20more%20things_bmt","p":17,"s":1,"h":1,"hx":1,"n":"Beast"},{"id":21072,"c":53,"u":"beginning_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Beginning"},{"id":21073,"c":53,"u":"book_deck%20of%20many%20more%20things_bmt","p":18,"s":1,"h":1,"hx":1,"n":"Book"},{"id":21074,"c":53,"u":"bridge_deck%20of%20many%20more%20things_bmt","p":19,"s":1,"h":1,"hx":1,"n":"Bridge"},{"id":21075,"c":53,"u":"campfire_deck%20of%20many%20more%20things_bmt","p":20,"s":1,"h":1,"hx":1,"n":"Campfire"},{"id":21076,"c":53,"u":"cavern_deck%20of%20many%20more%20things_bmt","p":21,"s":1,"h":1,"hx":1,"n":"Cavern"},{"id":21077,"c":53,"u":"celestial_deck%20of%20many%20more%20things_bmt","p":22,"s":1,"h":1,"hx":1,"n":"Celestial"},{"id":21078,"c":53,"u":"champion_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Champion"},{"id":21079,"c":53,"u":"chancellor_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Chancellor"},{"id":21080,"c":53,"u":"chaos_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Chaos"},{"id":21081,"c":53,"u":"coin_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Coin"},{"id":21082,"c":53,"u":"comet_deck%20of%20many%20more%20things_bmt","p":23,"s":1,"h":1,"hx":1,"n":"Comet"},{"id":21083,"c":53,"u":"comet_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Comet"},{"id":21084,"c":53,"u":"construct_deck%20of%20many%20more%20things_bmt","p":24,"s":1,"h":1,"hx":1,"n":"Construct"},{"id":21085,"c":53,"u":"corpse_deck%20of%20many%20more%20things_bmt","p":25,"s":1,"h":1,"hx":1,"n":"Corpse"},{"id":21086,"c":53,"u":"crossroads_deck%20of%20many%20more%20things_bmt","p":26,"s":1,"h":1,"hx":1,"n":"Crossroads"},{"id":21087,"c":53,"u":"crown_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Crown"},{"id":21088,"c":53,"u":"dawn_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Dawn"},{"id":21089,"c":53,"u":"day_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Day"},{"id":21090,"c":53,"u":"destiny_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Destiny"},{"id":21091,"c":53,"u":"donjon_deck%20of%20many%20more%20things_bmt","p":27,"s":1,"h":1,"hx":1,"n":"Donjon"},{"id":21092,"c":53,"u":"donjon_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Donjon"},{"id":21093,"c":53,"u":"door_deck%20of%20many%20more%20things_bmt","p":28,"s":1,"h":1,"hx":1,"n":"Door"},{"id":21094,"c":53,"u":"dragon_deck%20of%20many%20more%20things_bmt","p":29,"s":1,"h":1,"hx":1,"n":"Dragon"},{"id":21095,"c":53,"u":"dusk_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Dusk"},{"id":21096,"c":53,"u":"elemental_deck%20of%20many%20more%20things_bmt","p":30,"s":1,"h":1,"hx":1,"n":"Elemental"},{"id":21097,"c":53,"u":"end_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"End"},{"id":21098,"c":53,"u":"euryale_deck%20of%20many%20more%20things_bmt","p":31,"s":1,"h":1,"hx":1,"n":"Euryale"},{"id":21099,"c":53,"u":"euryale_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Euryale"},{"id":21100,"c":53,"u":"expert_deck%20of%20many%20more%20things_bmt","p":32,"s":1,"h":1,"hx":1,"n":"Expert"},{"id":21101,"c":53,"u":"fates_deck%20of%20many%20more%20things_bmt","p":33,"s":1,"h":1,"hx":1,"n":"Fates"},{"id":21102,"c":53,"u":"fates_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Fates"},{"id":21103,"c":53,"u":"fey_deck%20of%20many%20more%20things_bmt","p":34,"s":1,"h":1,"hx":1,"n":"Fey"},{"id":21104,"c":53,"u":"fiend_deck%20of%20many%20more%20things_bmt","p":35,"s":1,"h":1,"hx":1,"n":"Fiend"},{"id":21105,"c":53,"u":"flames_deck%20of%20many%20more%20things_bmt","p":36,"s":1,"h":1,"hx":1,"n":"Flames"},{"id":21106,"c":53,"u":"flames_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Flames"},{"id":21107,"c":53,"u":"fool_deck%20of%20many%20more%20things_bmt","p":37,"s":1,"h":1,"hx":1,"n":"Fool"},{"id":21108,"c":53,"u":"fool_deck%20of%20many%20things_bmt","p":13,"s":1,"h":1,"hx":1,"n":"Fool"},{"id":21109,"c":53,"u":"gem_deck%20of%20many%20more%20things_bmt","p":38,"s":1,"h":1,"hx":1,"n":"Gem"},{"id":21110,"c":53,"u":"gem_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Gem"},{"id":21111,"c":53,"u":"giant_deck%20of%20many%20more%20things_bmt","p":39,"s":1,"h":1,"hx":1,"n":"Giant"},{"id":21112,"c":53,"u":"humanoid_deck%20of%20many%20more%20things_bmt","p":40,"s":1,"h":1,"hx":1,"n":"Humanoid"},{"id":21113,"c":53,"u":"isolation_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Isolation"},{"id":21114,"c":53,"u":"jester_deck%20of%20many%20more%20things_bmt","p":41,"s":1,"h":1,"hx":1,"n":"Jester"},{"id":21115,"c":53,"u":"jester_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Jester"},{"id":21116,"c":53,"u":"justice_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Justice"},{"id":21117,"c":53,"u":"key_deck%20of%20many%20more%20things_bmt","p":42,"s":1,"h":1,"hx":1,"n":"Key"},{"id":21118,"c":53,"u":"key_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Key"},{"id":21119,"c":53,"u":"knife_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Knife"},{"id":21120,"c":53,"u":"knight_deck%20of%20many%20more%20things_bmt","p":43,"s":1,"h":1,"hx":1,"n":"Knight"},{"id":21121,"c":53,"u":"knight_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Knight"},{"id":21122,"c":53,"u":"lance_deck%20of%20many%20more%20things_bmt","p":44,"s":1,"h":1,"hx":1,"n":"Lance"},{"id":21123,"c":53,"u":"lock_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Lock"},{"id":21124,"c":53,"u":"mage_deck%20of%20many%20more%20things_bmt","p":45,"s":1,"h":1,"hx":1,"n":"Mage"},{"id":21125,"c":53,"u":"map_deck%20of%20many%20more%20things_bmt","p":46,"s":1,"h":1,"hx":1,"n":"Map"},{"id":21126,"c":53,"u":"maze_deck%20of%20many%20more%20things_bmt","p":47,"s":1,"h":1,"hx":1,"n":"Maze"},{"id":21127,"c":53,"u":"mine_deck%20of%20many%20more%20things_bmt","p":48,"s":1,"h":1,"hx":1,"n":"Mine"},{"id":21128,"c":53,"u":"mischief_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Mischief"},{"id":21129,"c":53,"u":"monster_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Monster"},{"id":21130,"c":53,"u":"monstrosity_deck%20of%20many%20more%20things_bmt","p":49,"s":1,"h":1,"hx":1,"n":"Monstrosity"},{"id":21131,"c":53,"u":"moon_deck%20of%20many%20more%20things_bmt","p":50,"s":1,"h":1,"hx":1,"n":"Moon"},{"id":21132,"c":53,"u":"moon_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Moon"},{"id":21133,"c":53,"u":"mystery_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Mystery"},{"id":21134,"c":53,"u":"night_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Night"},{"id":21135,"c":53,"u":"ooze_deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"hx":1,"n":"Ooze"},{"id":21136,"c":53,"u":"order_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Order"},{"id":21137,"c":53,"u":"path_deck%20of%20many%20more%20things_bmt","p":52,"s":1,"h":1,"hx":1,"n":"Path"},{"id":21138,"c":53,"u":"pit_deck%20of%20many%20more%20things_bmt","p":53,"s":1,"h":1,"hx":1,"n":"Pit"},{"id":21139,"c":53,"u":"plant_deck%20of%20many%20more%20things_bmt","p":54,"s":1,"h":1,"hx":1,"n":"Plant"},{"id":21140,"c":53,"u":"priest_deck%20of%20many%20more%20things_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Priest"},{"id":21141,"c":53,"u":"prisoner_deck%20of%20many%20more%20things_bmt","p":56,"s":1,"h":1,"hx":1,"n":"Prisoner"},{"id":21142,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_bmt","p":57,"s":1,"h":1,"hx":1,"n":"Puzzle"},{"id":21143,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_bmt","p":57,"s":1,"h":1,"hx":1,"n":"Idiot"},{"id":21144,"c":53,"u":"puzzle_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Puzzle"},{"id":21145,"c":53,"u":"puzzle_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Idiot"},{"id":21146,"c":53,"u":"ring_deck%20of%20many%20more%20things_bmt","p":58,"s":1,"h":1,"hx":1,"n":"Ring"},{"id":21147,"c":53,"u":"rogue_deck%20of%20many%20more%20things_bmt","p":59,"s":1,"h":1,"hx":1,"n":"Rogue"},{"id":21148,"c":53,"u":"rogue_deck%20of%20many%20things_bmt","p":14,"s":1,"h":1,"hx":1,"n":"Rogue"},{"id":21149,"c":53,"u":"ruin_deck%20of%20many%20more%20things_bmt","p":60,"s":1,"h":1,"hx":1,"n":"Ruin"},{"id":21150,"c":53,"u":"ruin_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Ruin"},{"id":21151,"c":53,"u":"sage_deck%20of%20many%20more%20things_bmt","p":61,"s":1,"h":1,"hx":1,"n":"Sage"},{"id":21152,"c":53,"u":"sage_deck%20of%20many%20more%20things_bmt","p":61,"s":1,"h":1,"hx":1,"n":"Vizier"},{"id":21153,"c":53,"u":"sage_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Sage"},{"id":21154,"c":53,"u":"sage_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Vizier"},{"id":21155,"c":53,"u":"shield_deck%20of%20many%20more%20things_bmt","p":62,"s":1,"h":1,"hx":1,"n":"Shield"},{"id":21156,"c":53,"u":"ship_deck%20of%20many%20more%20things_bmt","p":63,"s":1,"h":1,"hx":1,"n":"Ship"},{"id":21157,"c":53,"u":"skull_deck%20of%20many%20more%20things_bmt","p":64,"s":1,"h":1,"hx":1,"n":"Skull"},{"id":21158,"c":53,"u":"skull_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Skull"},{"id":21159,"c":53,"u":"staff_deck%20of%20many%20more%20things_bmt","p":65,"s":1,"h":1,"hx":1,"n":"Staff"},{"id":21160,"c":53,"u":"stairway_deck%20of%20many%20more%20things_bmt","p":66,"s":1,"h":1,"hx":1,"n":"Stairway"},{"id":21161,"c":53,"u":"star_deck%20of%20many%20more%20things_bmt","p":67,"s":1,"h":1,"hx":1,"n":"Star"},{"id":21162,"c":53,"u":"star_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Star"},{"id":21163,"c":53,"u":"statue_deck%20of%20many%20more%20things_bmt","p":68,"s":1,"h":1,"hx":1,"n":"Statue"},{"id":21164,"c":53,"u":"student_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Student"},{"id":21165,"c":53,"u":"sun_deck%20of%20many%20more%20things_bmt","p":69,"s":1,"h":1,"hx":1,"n":"Sun"},{"id":21166,"c":53,"u":"sun_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Sun"},{"id":21167,"c":53,"u":"talons_deck%20of%20many%20more%20things_bmt","p":70,"s":1,"h":1,"hx":1,"n":"Talons"},{"id":21168,"c":53,"u":"talons_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Talons"},{"id":21169,"c":53,"u":"tavern_deck%20of%20many%20more%20things_bmt","p":71,"s":1,"h":1,"hx":1,"n":"Tavern"},{"id":21170,"c":53,"u":"temple_deck%20of%20many%20more%20things_bmt","p":72,"s":1,"h":1,"hx":1,"n":"Temple"},{"id":21171,"c":53,"u":"throne_deck%20of%20many%20more%20things_bmt","p":73,"s":1,"h":1,"hx":1,"n":"Throne"},{"id":21172,"c":53,"u":"throne_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Throne"},{"id":21173,"c":53,"u":"tomb_deck%20of%20many%20more%20things_bmt","p":74,"s":1,"h":1,"hx":1,"n":"Tomb"},{"id":21174,"c":53,"u":"tower_deck%20of%20many%20more%20things_bmt","p":75,"s":1,"h":1,"hx":1,"n":"Tower"},{"id":21175,"c":53,"u":"tree_deck%20of%20many%20more%20things_bmt","p":76,"s":1,"h":1,"hx":1,"n":"Tree"},{"id":21176,"c":53,"u":"undead_deck%20of%20many%20more%20things_bmt","p":77,"s":1,"h":1,"hx":1,"n":"Undead"},{"id":21177,"c":53,"u":"void_deck%20of%20many%20more%20things_bmt","p":78,"s":1,"h":1,"hx":1,"n":"Void"},{"id":21178,"c":53,"u":"void_deck%20of%20many%20things_bmt","p":15,"s":1,"h":1,"hx":1,"n":"Void"},{"id":21179,"c":53,"u":"vulture_deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"hx":1,"n":"Vulture"},{"id":21180,"c":53,"u":"warrior_deck%20of%20many%20more%20things_bmt","p":79,"s":1,"h":1,"hx":1,"n":"Warrior"},{"id":21181,"c":53,"u":"well_deck%20of%20many%20more%20things_bmt","p":80,"s":1,"h":1,"hx":1,"n":"Well"},{"id":21182,"c":53,"u":"aberration_deck%20of%20many%20more%20things_dmtcrg","p":15,"s":143,"h":1,"hx":1,"n":"Aberration"},{"id":21183,"c":53,"u":"balance_deck%20of%20many%20more%20things_dmtcrg","p":16,"s":143,"h":1,"hx":1,"n":"Balance"},{"id":21184,"c":53,"u":"beast_deck%20of%20many%20more%20things_dmtcrg","p":17,"s":143,"h":1,"hx":1,"n":"Beast"},{"id":21185,"c":53,"u":"book_deck%20of%20many%20more%20things_dmtcrg","p":18,"s":143,"h":1,"hx":1,"n":"Book"},{"id":21186,"c":53,"u":"bridge_deck%20of%20many%20more%20things_dmtcrg","p":19,"s":143,"h":1,"hx":1,"n":"Bridge"},{"id":21187,"c":53,"u":"campfire_deck%20of%20many%20more%20things_dmtcrg","p":20,"s":143,"h":1,"hx":1,"n":"Campfire"},{"id":21188,"c":53,"u":"cavern_deck%20of%20many%20more%20things_dmtcrg","p":21,"s":143,"h":1,"hx":1,"n":"Cavern"},{"id":21189,"c":53,"u":"celestial_deck%20of%20many%20more%20things_dmtcrg","p":22,"s":143,"h":1,"hx":1,"n":"Celestial"},{"id":21190,"c":53,"u":"comet_deck%20of%20many%20more%20things_dmtcrg","p":23,"s":143,"h":1,"hx":1,"n":"Comet"},{"id":21191,"c":53,"u":"construct_deck%20of%20many%20more%20things_dmtcrg","p":24,"s":143,"h":1,"hx":1,"n":"Construct"},{"id":21192,"c":53,"u":"corpse_deck%20of%20many%20more%20things_dmtcrg","p":25,"s":143,"h":1,"hx":1,"n":"Corpse"},{"id":21193,"c":53,"u":"crossroads_deck%20of%20many%20more%20things_dmtcrg","p":26,"s":143,"h":1,"hx":1,"n":"Crossroads"},{"id":21194,"c":53,"u":"donjon_deck%20of%20many%20more%20things_dmtcrg","p":27,"s":143,"h":1,"hx":1,"n":"Donjon"},{"id":21195,"c":53,"u":"door_deck%20of%20many%20more%20things_dmtcrg","p":28,"s":143,"h":1,"hx":1,"n":"Door"},{"id":21196,"c":53,"u":"dragon_deck%20of%20many%20more%20things_dmtcrg","p":29,"s":143,"h":1,"hx":1,"n":"Dragon"},{"id":21197,"c":53,"u":"elemental_deck%20of%20many%20more%20things_dmtcrg","p":30,"s":143,"h":1,"hx":1,"n":"Elemental"},{"id":21198,"c":53,"u":"euryale_deck%20of%20many%20more%20things_dmtcrg","p":31,"s":143,"h":1,"hx":1,"n":"Euryale"},{"id":21199,"c":53,"u":"expert_deck%20of%20many%20more%20things_dmtcrg","p":32,"s":143,"h":1,"hx":1,"n":"Expert"},{"id":21200,"c":53,"u":"fates_deck%20of%20many%20more%20things_dmtcrg","p":33,"s":143,"h":1,"hx":1,"n":"Fates"},{"id":21201,"c":53,"u":"fey_deck%20of%20many%20more%20things_dmtcrg","p":34,"s":143,"h":1,"hx":1,"n":"Fey"},{"id":21202,"c":53,"u":"fiend_deck%20of%20many%20more%20things_dmtcrg","p":35,"s":143,"h":1,"hx":1,"n":"Fiend"},{"id":21203,"c":53,"u":"flames_deck%20of%20many%20more%20things_dmtcrg","p":36,"s":143,"h":1,"hx":1,"n":"Flames"},{"id":21204,"c":53,"u":"fool_deck%20of%20many%20more%20things_dmtcrg","p":37,"s":143,"h":1,"hx":1,"n":"Fool"},{"id":21205,"c":53,"u":"gem_deck%20of%20many%20more%20things_dmtcrg","p":38,"s":143,"h":1,"hx":1,"n":"Gem"},{"id":21206,"c":53,"u":"giant_deck%20of%20many%20more%20things_dmtcrg","p":39,"s":143,"h":1,"hx":1,"n":"Giant"},{"id":21207,"c":53,"u":"humanoid_deck%20of%20many%20more%20things_dmtcrg","p":40,"s":143,"h":1,"hx":1,"n":"Humanoid"},{"id":21208,"c":53,"u":"jester_deck%20of%20many%20more%20things_dmtcrg","p":41,"s":143,"h":1,"hx":1,"n":"Jester"},{"id":21209,"c":53,"u":"key_deck%20of%20many%20more%20things_dmtcrg","p":42,"s":143,"h":1,"hx":1,"n":"Key"},{"id":21210,"c":53,"u":"knight_deck%20of%20many%20more%20things_dmtcrg","p":43,"s":143,"h":1,"hx":1,"n":"Knight"},{"id":21211,"c":53,"u":"lance_deck%20of%20many%20more%20things_dmtcrg","p":44,"s":143,"h":1,"hx":1,"n":"Lance"},{"id":21212,"c":53,"u":"mage_deck%20of%20many%20more%20things_dmtcrg","p":45,"s":143,"h":1,"hx":1,"n":"Mage"},{"id":21213,"c":53,"u":"map_deck%20of%20many%20more%20things_dmtcrg","p":46,"s":143,"h":1,"hx":1,"n":"Map"},{"id":21214,"c":53,"u":"maze_deck%20of%20many%20more%20things_dmtcrg","p":47,"s":143,"h":1,"hx":1,"n":"Maze"},{"id":21215,"c":53,"u":"mine_deck%20of%20many%20more%20things_dmtcrg","p":48,"s":143,"h":1,"hx":1,"n":"Mine"},{"id":21216,"c":53,"u":"monstrosity_deck%20of%20many%20more%20things_dmtcrg","p":49,"s":143,"h":1,"hx":1,"n":"Monstrosity"},{"id":21217,"c":53,"u":"moon_deck%20of%20many%20more%20things_dmtcrg","p":50,"s":143,"h":1,"hx":1,"n":"Moon"},{"id":21218,"c":53,"u":"ooze_deck%20of%20many%20more%20things_dmtcrg","p":51,"s":143,"h":1,"hx":1,"n":"Ooze"},{"id":21219,"c":53,"u":"path_deck%20of%20many%20more%20things_dmtcrg","p":52,"s":143,"h":1,"hx":1,"n":"Path"},{"id":21220,"c":53,"u":"pit_deck%20of%20many%20more%20things_dmtcrg","p":53,"s":143,"h":1,"hx":1,"n":"Pit"},{"id":21221,"c":53,"u":"plant_deck%20of%20many%20more%20things_dmtcrg","p":54,"s":143,"h":1,"hx":1,"n":"Plant"},{"id":21222,"c":53,"u":"priest_deck%20of%20many%20more%20things_dmtcrg","p":55,"s":143,"h":1,"hx":1,"n":"Priest"},{"id":21223,"c":53,"u":"prisoner_deck%20of%20many%20more%20things_dmtcrg","p":56,"s":143,"h":1,"hx":1,"n":"Prisoner"},{"id":21224,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_dmtcrg","p":57,"s":143,"h":1,"hx":1,"n":"Puzzle"},{"id":21225,"c":53,"u":"puzzle_deck%20of%20many%20more%20things_dmtcrg","p":57,"s":143,"h":1,"hx":1,"n":"Idiot"},{"id":21226,"c":53,"u":"ring_deck%20of%20many%20more%20things_dmtcrg","p":58,"s":143,"h":1,"hx":1,"n":"Ring"},{"id":21227,"c":53,"u":"rogue_deck%20of%20many%20more%20things_dmtcrg","p":59,"s":143,"h":1,"hx":1,"n":"Rogue"},{"id":21228,"c":53,"u":"ruin_deck%20of%20many%20more%20things_dmtcrg","p":60,"s":143,"h":1,"hx":1,"n":"Ruin"},{"id":21229,"c":53,"u":"sage_deck%20of%20many%20more%20things_dmtcrg","p":61,"s":143,"h":1,"hx":1,"n":"Sage"},{"id":21230,"c":53,"u":"sage_deck%20of%20many%20more%20things_dmtcrg","p":61,"s":143,"h":1,"hx":1,"n":"Vizier"},{"id":21231,"c":53,"u":"shield_deck%20of%20many%20more%20things_dmtcrg","p":62,"s":143,"h":1,"hx":1,"n":"Shield"},{"id":21232,"c":53,"u":"ship_deck%20of%20many%20more%20things_dmtcrg","p":63,"s":143,"h":1,"hx":1,"n":"Ship"},{"id":21233,"c":53,"u":"skull_deck%20of%20many%20more%20things_dmtcrg","p":64,"s":143,"h":1,"hx":1,"n":"Skull"},{"id":21234,"c":53,"u":"staff_deck%20of%20many%20more%20things_dmtcrg","p":65,"s":143,"h":1,"hx":1,"n":"Staff"},{"id":21235,"c":53,"u":"stairway_deck%20of%20many%20more%20things_dmtcrg","p":66,"s":143,"h":1,"hx":1,"n":"Stairway"},{"id":21236,"c":53,"u":"star_deck%20of%20many%20more%20things_dmtcrg","p":67,"s":143,"h":1,"hx":1,"n":"Star"},{"id":21237,"c":53,"u":"statue_deck%20of%20many%20more%20things_dmtcrg","p":68,"s":143,"h":1,"hx":1,"n":"Statue"},{"id":21238,"c":53,"u":"sun_deck%20of%20many%20more%20things_dmtcrg","p":69,"s":143,"h":1,"hx":1,"n":"Sun"},{"id":21239,"c":53,"u":"talons_deck%20of%20many%20more%20things_dmtcrg","p":70,"s":143,"h":1,"hx":1,"n":"Talons"},{"id":21240,"c":53,"u":"tavern_deck%20of%20many%20more%20things_dmtcrg","p":71,"s":143,"h":1,"hx":1,"n":"Tavern"},{"id":21241,"c":53,"u":"temple_deck%20of%20many%20more%20things_dmtcrg","p":72,"s":143,"h":1,"hx":1,"n":"Temple"},{"id":21242,"c":53,"u":"throne_deck%20of%20many%20more%20things_dmtcrg","p":73,"s":143,"h":1,"hx":1,"n":"Throne"},{"id":21243,"c":53,"u":"tomb_deck%20of%20many%20more%20things_dmtcrg","p":74,"s":143,"h":1,"hx":1,"n":"Tomb"},{"id":21244,"c":53,"u":"tower_deck%20of%20many%20more%20things_dmtcrg","p":75,"s":143,"h":1,"hx":1,"n":"Tower"},{"id":21245,"c":53,"u":"tree_deck%20of%20many%20more%20things_dmtcrg","p":76,"s":143,"h":1,"hx":1,"n":"Tree"},{"id":21246,"c":53,"u":"undead_deck%20of%20many%20more%20things_dmtcrg","p":77,"s":143,"h":1,"hx":1,"n":"Undead"},{"id":21247,"c":53,"u":"void_deck%20of%20many%20more%20things_dmtcrg","p":78,"s":143,"h":1,"hx":1,"n":"Void"},{"id":21248,"c":53,"u":"warrior_deck%20of%20many%20more%20things_dmtcrg","p":79,"s":143,"h":1,"hx":1,"n":"Warrior"},{"id":21249,"c":53,"u":"well_deck%20of%20many%20more%20things_dmtcrg","p":80,"s":143,"h":1,"hx":1,"n":"Well"},{"id":21250,"c":53,"u":"blinded_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Blinded"},{"id":21251,"c":53,"u":"brown%20mold_hazard%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Brown Mold"},{"id":21252,"c":53,"u":"charmed_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Charmed"},{"id":21253,"c":53,"u":"deafened_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Deafened"},{"id":21254,"c":53,"u":"eight_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Eight"},{"id":21255,"c":53,"u":"eight_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Eight"},{"id":21256,"c":53,"u":"eighteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Eighteen"},{"id":21257,"c":53,"u":"eleven_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Eleven"},{"id":21258,"c":53,"u":"exhaustion_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Exhaustion"},{"id":21259,"c":53,"u":"fifteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Fifteen"},{"id":21260,"c":53,"u":"five_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Five"},{"id":21261,"c":53,"u":"five_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Five"},{"id":21262,"c":53,"u":"four_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Four"},{"id":21263,"c":53,"u":"four_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Four"},{"id":21264,"c":53,"u":"fourteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Fourteen"},{"id":21265,"c":53,"u":"frightened_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Frightened"},{"id":21266,"c":53,"u":"grappled_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Grappled"},{"id":21267,"c":53,"u":"green%20slime_hazard%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Green Slime"},{"id":21268,"c":53,"u":"incapacitated_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Incapacitated"},{"id":21269,"c":53,"u":"invisible_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Invisible"},{"id":21270,"c":53,"u":"nine_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Nine"},{"id":21271,"c":53,"u":"nine_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Nine"},{"id":21272,"c":53,"u":"nineteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Nineteen"},{"id":21273,"c":53,"u":"one_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"One"},{"id":21274,"c":53,"u":"one_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"One"},{"id":21275,"c":53,"u":"paralyzed_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Paralyzed"},{"id":21276,"c":53,"u":"petrified_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Petrified"},{"id":21277,"c":53,"u":"poisoned_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Poisoned"},{"id":21278,"c":53,"u":"prone_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Prone"},{"id":21279,"c":53,"u":"restrained_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Restrained"},{"id":21280,"c":53,"u":"seven_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Seven"},{"id":21281,"c":53,"u":"seven_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Seven"},{"id":21282,"c":53,"u":"seventeen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Seventeen"},{"id":21283,"c":53,"u":"six_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Six"},{"id":21284,"c":53,"u":"six_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Six"},{"id":21285,"c":53,"u":"sixteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Sixteen"},{"id":21286,"c":53,"u":"stunned_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Stunned"},{"id":21287,"c":53,"u":"ten_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Ten"},{"id":21288,"c":53,"u":"thirteen_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Thirteen"},{"id":21289,"c":53,"u":"thirty_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Thirty"},{"id":21290,"c":53,"u":"thirty-five_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Thirty-Five"},{"id":21291,"c":53,"u":"thirty-four_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Thirty-Four"},{"id":21292,"c":53,"u":"thirty-one_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Thirty-One"},{"id":21293,"c":53,"u":"thirty-six_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Thirty-Six"},{"id":21294,"c":53,"u":"thirty-three_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Thirty-Three"},{"id":21295,"c":53,"u":"thirty-two_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Thirty-Two"},{"id":21296,"c":53,"u":"three_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Three"},{"id":21297,"c":53,"u":"three_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Three"},{"id":21298,"c":53,"u":"twelve_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twelve"},{"id":21299,"c":53,"u":"twenty_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twenty"},{"id":21300,"c":53,"u":"twenty-eight_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twenty-Eight"},{"id":21301,"c":53,"u":"twenty-five_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twenty-Five"},{"id":21302,"c":53,"u":"twenty-four_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twenty-Four"},{"id":21303,"c":53,"u":"twenty-nine_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twenty-Nine"},{"id":21304,"c":53,"u":"twenty-one_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twenty-One"},{"id":21305,"c":53,"u":"twenty-seven_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twenty-Seven"},{"id":21306,"c":53,"u":"twenty-six_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twenty-Six"},{"id":21307,"c":53,"u":"twenty-three_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twenty-Three"},{"id":21308,"c":53,"u":"twenty-two_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Twenty-Two"},{"id":21309,"c":53,"u":"two_geomorph%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Two"},{"id":21310,"c":53,"u":"two_initiative%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Two"},{"id":21311,"c":53,"u":"unconscious_condition%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Unconscious"},{"id":21312,"c":53,"u":"yellow%20mold_hazard%20cards_screendungeonkit","s":145,"h":1,"hx":1,"n":"Yellow Mold"},{"id":21313,"c":53,"u":"adult%20red%20dragon_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Adult Red Dragon"},{"id":21314,"c":53,"u":"archmage_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Archmage"},{"id":21315,"c":53,"u":"assassin_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Assassin"},{"id":21316,"c":53,"u":"balance_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Balance"},{"id":21317,"c":53,"u":"bandit%20captain_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Bandit Captain"},{"id":21318,"c":53,"u":"beholder_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Beholder"},{"id":21319,"c":53,"u":"berserker_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Berserker"},{"id":21320,"c":53,"u":"bugbear%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Bugbear Warrior"},{"id":21321,"c":53,"u":"cloud%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Cloud Giant"},{"id":21322,"c":53,"u":"comet_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Comet"},{"id":21323,"c":53,"u":"donjon_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Donjon"},{"id":21324,"c":53,"u":"druid_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Druid"},{"id":21325,"c":53,"u":"erinyes_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Erinyes"},{"id":21326,"c":53,"u":"ettin_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Ettin"},{"id":21327,"c":53,"u":"euryale_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Euryale"},{"id":21328,"c":53,"u":"fates_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Fates"},{"id":21329,"c":53,"u":"fire%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Fire Giant"},{"id":21330,"c":53,"u":"flames_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Flames"},{"id":21331,"c":53,"u":"fool_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Fool"},{"id":21332,"c":53,"u":"frost%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Frost Giant"},{"id":21333,"c":53,"u":"gem_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Gem"},{"id":21334,"c":53,"u":"gnoll%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Gnoll Warrior"},{"id":21335,"c":53,"u":"goblin%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Goblin Warrior"},{"id":21336,"c":53,"u":"guardian%20naga_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Guardian Naga"},{"id":21337,"c":53,"u":"hill%20giant_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Hill Giant"},{"id":21338,"c":53,"u":"hobgoblin%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Hobgoblin Warrior"},{"id":21339,"c":53,"u":"incubus_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Incubus"},{"id":21340,"c":53,"u":"iron%20golem_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Iron Golem"},{"id":21341,"c":53,"u":"jester_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Jester"},{"id":21342,"c":53,"u":"key_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Key"},{"id":21343,"c":53,"u":"knight_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Knight"},{"id":21344,"c":53,"u":"knight_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Knight"},{"id":21345,"c":53,"u":"kobold%20warrior_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Kobold Warrior"},{"id":21346,"c":53,"u":"lich_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Lich"},{"id":21347,"c":53,"u":"medusa_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Medusa"},{"id":21348,"c":53,"u":"moon_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Moon"},{"id":21349,"c":53,"u":"night%20hag_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Night Hag"},{"id":21350,"c":53,"u":"ogre_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Ogre"},{"id":21351,"c":53,"u":"oni_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Oni"},{"id":21352,"c":53,"u":"priest_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Priest"},{"id":21353,"c":53,"u":"puzzle_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Puzzle"},{"id":21354,"c":53,"u":"rogue_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Rogue"},{"id":21355,"c":53,"u":"ruin_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Ruin"},{"id":21356,"c":53,"u":"sage_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Sage"},{"id":21357,"c":53,"u":"skull_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Skull"},{"id":21358,"c":53,"u":"star_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Star"},{"id":21359,"c":53,"u":"succubus_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Succubus"},{"id":21360,"c":53,"u":"sun_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Sun"},{"id":21361,"c":53,"u":"talons_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Talons"},{"id":21362,"c":53,"u":"the%20card%20drawer_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"The Card Drawer"},{"id":21363,"c":53,"u":"throne_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Throne"},{"id":21364,"c":53,"u":"troll_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Troll"},{"id":21365,"c":53,"u":"void_deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"hx":1,"n":"Void"},{"id":21366,"c":53,"u":"warrior%20veteran_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Warrior Veteran"},{"id":21367,"c":53,"u":"wyvern_deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"hx":1,"n":"Wyvern"},{"id":21368,"c":53,"u":"abjurer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Abjurer"},{"id":21369,"c":53,"u":"anarchist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Anarchist"},{"id":21370,"c":53,"u":"artifact_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Artifact"},{"id":21371,"c":53,"u":"avenger_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Avenger"},{"id":21372,"c":53,"u":"beast_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Beast"},{"id":21373,"c":53,"u":"beggar_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Beggar"},{"id":21374,"c":53,"u":"berserker_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Berserker"},{"id":21375,"c":53,"u":"bishop_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Bishop"},{"id":21376,"c":53,"u":"broken%20one_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Broken One"},{"id":21377,"c":53,"u":"charlatan_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Charlatan"},{"id":21378,"c":53,"u":"conjurer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Conjurer"},{"id":21379,"c":53,"u":"darklord_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Darklord"},{"id":21380,"c":53,"u":"dictator_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Dictator"},{"id":21381,"c":53,"u":"diviner_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Diviner"},{"id":21382,"c":53,"u":"donjon_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Donjon"},{"id":21383,"c":53,"u":"druid_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Druid"},{"id":21384,"c":53,"u":"elementalist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Elementalist"},{"id":21385,"c":53,"u":"enchanter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Enchanter"},{"id":21386,"c":53,"u":"evoker_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Evoker"},{"id":21387,"c":53,"u":"executioner_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Executioner"},{"id":21388,"c":53,"u":"ghost_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Ghost"},{"id":21389,"c":53,"u":"guild%20member_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Guild Member"},{"id":21390,"c":53,"u":"healer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Healer"},{"id":21391,"c":53,"u":"hooded%20one_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Hooded One"},{"id":21392,"c":53,"u":"horseman_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Horseman"},{"id":21393,"c":53,"u":"illusionist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Illusionist"},{"id":21394,"c":53,"u":"innocent_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Innocent"},{"id":21395,"c":53,"u":"marionette_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Marionette"},{"id":21396,"c":53,"u":"mercenary_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Mercenary"},{"id":21397,"c":53,"u":"merchant_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Merchant"},{"id":21398,"c":53,"u":"miser_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Miser"},{"id":21399,"c":53,"u":"missionary_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Missionary"},{"id":21400,"c":53,"u":"mists_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Mists"},{"id":21401,"c":53,"u":"monk_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Monk"},{"id":21402,"c":53,"u":"myrmidon_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Myrmidon"},{"id":21403,"c":53,"u":"necromancer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Necromancer"},{"id":21404,"c":53,"u":"paladin_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Paladin"},{"id":21405,"c":53,"u":"philanthropist_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Philanthropist"},{"id":21406,"c":53,"u":"priest_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Priest"},{"id":21407,"c":53,"u":"raven_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Raven"},{"id":21408,"c":53,"u":"rogue_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Rogue"},{"id":21409,"c":53,"u":"seer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Seer"},{"id":21410,"c":53,"u":"shepherd_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Shepherd"},{"id":21411,"c":53,"u":"soldier_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Soldier"},{"id":21412,"c":53,"u":"swashbuckler_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Swashbuckler"},{"id":21413,"c":53,"u":"tax%20collector_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Tax Collector"},{"id":21414,"c":53,"u":"tempter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Tempter"},{"id":21415,"c":53,"u":"thief_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Thief"},{"id":21416,"c":53,"u":"torturer_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Torturer"},{"id":21417,"c":53,"u":"trader_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Trader"},{"id":21418,"c":53,"u":"traitor_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Traitor"},{"id":21419,"c":53,"u":"transmuter_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Transmuter"},{"id":21420,"c":53,"u":"warrior_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Warrior"},{"id":21421,"c":53,"u":"wizard_tarokka%20deck_cos","p":243,"s":19,"h":1,"hx":1,"n":"Wizard"},{"id":21422,"c":53,"u":"fragment%20of%20abhorrence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Abhorrence"},{"id":21423,"c":53,"u":"fragment%20of%20attachment_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Attachment"},{"id":21424,"c":53,"u":"fragment%20of%20deception_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Deception"},{"id":21425,"c":53,"u":"fragment%20of%20despondence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Despondence"},{"id":21426,"c":53,"u":"fragment%20of%20intransigence_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Intransigence"},{"id":21427,"c":53,"u":"fragment%20of%20loathing_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Loathing"},{"id":21428,"c":53,"u":"fragment%20of%20melancholy_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Melancholy"},{"id":21429,"c":53,"u":"fragment%20of%20pity_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Pity"},{"id":21430,"c":53,"u":"fragment%20of%20rancor_fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"hx":1,"dP":1,"n":"Fragment of Rancor"},{"id":21431,"c":53,"u":"medal%20of%20muscle_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of Muscle"},{"id":21432,"c":53,"u":"medal%20of%20the%20conch_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of the Conch"},{"id":21433,"c":53,"u":"medal%20of%20the%20horizonback_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of the Horizonback"},{"id":21434,"c":53,"u":"medal%20of%20the%20maze_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of the Maze"},{"id":21435,"c":53,"u":"medal%20of%20the%20meat%20pie_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of the Meat Pie"},{"id":21436,"c":53,"u":"medal%20of%20the%20wetlands_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of the Wetlands"},{"id":21437,"c":53,"u":"medal%20of%20wit_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Medal of Wit"},{"id":21438,"c":53,"u":"using%20the%20cards_medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"hx":1,"dP":1,"n":"Using the Cards"},{"id":21439,"c":53,"u":"%2b1%20battleaxe_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"+1 Battleaxe"},{"id":21440,"c":53,"u":"%2b1%20longbow_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"+1 Longbow"},{"id":21441,"c":53,"u":"%2b1%20mace_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"+1 Mace"},{"id":21442,"c":53,"u":"%2b1%20shield_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"+1 Shield"},{"id":21443,"c":53,"u":"%2b1%20shortsword_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"+1 Shortsword"},{"id":21444,"c":53,"u":"axeholm_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Axeholm"},{"id":21445,"c":53,"u":"boots%20of%20elvenkind_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Boots of Elvenkind"},{"id":21446,"c":53,"u":"butterskull%20ranch_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Butterskull Ranch"},{"id":21447,"c":53,"u":"charm%20of%20the%20storm_magic%20charm%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Charm of the Storm"},{"id":21448,"c":53,"u":"cloak%20of%20billowing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Cloak of Billowing"},{"id":21449,"c":53,"u":"cloak%20of%20many%20fashions_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Cloak of Many Fashions"},{"id":21450,"c":53,"u":"clockwork%20amulet_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Clockwork Amulet"},{"id":21451,"c":53,"u":"donnabella%20fiasco_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Donnabella Fiasco"},{"id":21452,"c":53,"u":"dragon%20barrow_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Dragon Barrow"},{"id":21453,"c":53,"u":"dragon%20slayer_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Dragon Slayer"},{"id":21454,"c":53,"u":"dread%20helm_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Dread Helm"},{"id":21455,"c":53,"u":"dust%20of%20disappearance_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Dust of Disappearance"},{"id":21456,"c":53,"u":"dwarven%20excavation_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Dwarven Excavation"},{"id":21457,"c":53,"u":"galandro%20luna_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Galandro Luna"},{"id":21458,"c":53,"u":"gauntlets%20of%20ogre%20power_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Gauntlets of Ogre Power"},{"id":21459,"c":53,"u":"gnomengarde_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Gnomengarde"},{"id":21460,"c":53,"u":"goggles%20of%20night_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Goggles of Night"},{"id":21461,"c":53,"u":"hat%20of%20wizardry_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Hat of Wizardry"},{"id":21462,"c":53,"u":"immovable%20rod_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Immovable Rod"},{"id":21463,"c":53,"u":"inverna%20nightbreeze_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Inverna Nightbreeze"},{"id":21464,"c":53,"u":"loggers'%20camp_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Loggers' Camp"},{"id":21465,"c":53,"u":"lute%20of%20illusions_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Lute of Illusions"},{"id":21466,"c":53,"u":"mithral%20chain%20mail_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Mithral Chain Mail"},{"id":21467,"c":53,"u":"mountain's%20toe_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Mountain's Toe"},{"id":21468,"c":53,"u":"mystery%20key_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Mystery Key"},{"id":21469,"c":53,"u":"necklace%20of%20fireballs_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Necklace of Fireballs"},{"id":21470,"c":53,"u":"nib%20addlespur_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Nib Addlespur"},{"id":21471,"c":53,"u":"pickled%20pete_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Pickled Pete"},{"id":21472,"c":53,"u":"pole%20of%20collapsing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Pole of Collapsing"},{"id":21473,"c":53,"u":"potion%20of%20greater%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Potion of Greater Healing"},{"id":21474,"c":53,"u":"potion%20of%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Potion of Healing"},{"id":21475,"c":53,"u":"potion%20of%20invulnerability_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Potion of Invulnerability"},{"id":21476,"c":53,"u":"potion%20of%20superior%20healing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Potion of Superior Healing"},{"id":21477,"c":53,"u":"potion%20of%20water%20breathing_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Potion of Water Breathing"},{"id":21478,"c":53,"u":"quinn%20hightopple_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Quinn Hightopple"},{"id":21479,"c":53,"u":"ruby%20hammerwhacker_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Ruby Hammerwhacker"},{"id":21480,"c":53,"u":"sending%20stone_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Sending Stone"},{"id":21481,"c":53,"u":"shanjan%20kwan_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Shanjan Kwan"},{"id":21482,"c":53,"u":"staff%20of%20birdcalls_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Staff of Birdcalls"},{"id":21483,"c":53,"u":"talon%20thornwild_sidekick%20cards_dip","p":66,"s":22,"h":1,"hx":1,"n":"Talon Thornwild"},{"id":21484,"c":53,"u":"umbrage%20hill_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Umbrage Hill"},{"id":21485,"c":53,"u":"wand%20of%20pyrotechnics_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Wand of Pyrotechnics"},{"id":21486,"c":53,"u":"wand%20of%20secrets_magic%20item%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Wand of Secrets"},{"id":21487,"c":53,"u":"woodland%20manse_quest%20cards_dip","p":3,"s":22,"h":1,"hx":1,"n":"Woodland Manse"},{"id":21488,"c":53,"u":"archmage%20and%20mage%20apprentice_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Archmage and Mage Apprentice"},{"id":21489,"c":53,"u":"assassin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Assassin"},{"id":21490,"c":53,"u":"balance_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Balance"},{"id":21491,"c":53,"u":"bandit%20captain%20and%20three%20bandits_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Bandit Captain and Three Bandits"},{"id":21492,"c":53,"u":"beholder_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Beholder"},{"id":21493,"c":53,"u":"berserker_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Berserker"},{"id":21494,"c":53,"u":"bugbear_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Bugbear"},{"id":21495,"c":53,"u":"cloud%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Cloud Giant"},{"id":21496,"c":53,"u":"comet_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Comet"},{"id":21497,"c":53,"u":"donjon_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Donjon"},{"id":21498,"c":53,"u":"druid_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Druid"},{"id":21499,"c":53,"u":"erinyes_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Erinyes"},{"id":21500,"c":53,"u":"ettin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Ettin"},{"id":21501,"c":53,"u":"euryale_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Euryale"},{"id":21502,"c":53,"u":"fire%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Fire Giant"},{"id":21503,"c":53,"u":"flames_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Flames"},{"id":21504,"c":53,"u":"fool_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Fool"},{"id":21505,"c":53,"u":"frost%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Frost Giant"},{"id":21506,"c":53,"u":"gem_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Gem"},{"id":21507,"c":53,"u":"gnoll_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Gnoll"},{"id":21508,"c":53,"u":"goblin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Goblin"},{"id":21509,"c":53,"u":"hill%20giant_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Hill Giant"},{"id":21510,"c":53,"u":"hobgoblin_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Hobgoblin"},{"id":21511,"c":53,"u":"idiot_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Idiot"},{"id":21512,"c":53,"u":"iron%20golem_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Iron Golem"},{"id":21513,"c":53,"u":"jester_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Jester"},{"id":21514,"c":53,"u":"key_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Key"},{"id":21515,"c":53,"u":"knight_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Knight"},{"id":21516,"c":53,"u":"knight%20and%20four%20guards_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Knight and Four Guards"},{"id":21517,"c":53,"u":"kobold_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Kobold"},{"id":21518,"c":53,"u":"lich_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Lich"},{"id":21519,"c":53,"u":"medusa_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Medusa"},{"id":21520,"c":53,"u":"moon_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Moon"},{"id":21521,"c":53,"u":"night%20hag_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Night Hag"},{"id":21522,"c":53,"u":"ogre_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Ogre"},{"id":21523,"c":53,"u":"ogre%20mage_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Ogre Mage"},{"id":21524,"c":53,"u":"orc_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Orc"},{"id":21525,"c":53,"u":"priest%20and%20two%20acolytes_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Priest and Two Acolytes"},{"id":21526,"c":53,"u":"red%20dragon_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Red Dragon"},{"id":21527,"c":53,"u":"rogue_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Rogue"},{"id":21528,"c":53,"u":"ruin_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Ruin"},{"id":21529,"c":53,"u":"skull_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Skull"},{"id":21530,"c":53,"u":"star_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Star"},{"id":21531,"c":53,"u":"succubus%2fincubus_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Succubus/Incubus"},{"id":21532,"c":53,"u":"sun_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Sun"},{"id":21533,"c":53,"u":"talons_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Talons"},{"id":21534,"c":53,"u":"the%20fates_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"The Fates"},{"id":21535,"c":53,"u":"the%20void_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"The Void"},{"id":21536,"c":53,"u":"throne_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Throne"},{"id":21537,"c":53,"u":"troll_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Troll"},{"id":21538,"c":53,"u":"veteran_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"Veteran"},{"id":21539,"c":53,"u":"vizier_deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"hx":1,"r":1,"n":"Vizier"},{"id":21540,"c":53,"u":"you%20(the%20deck's%20owner)_deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"hx":1,"r":1,"n":"You (The Deck's Owner)"},{"id":21541,"c":53,"u":"blinded_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Blinded"},{"id":21542,"c":53,"u":"charmed_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Charmed"},{"id":21543,"c":53,"u":"combat%20step%20by%20step_combat%20step%20by%20step%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Combat Step by Step"},{"id":21544,"c":53,"u":"deafened_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Deafened"},{"id":21545,"c":53,"u":"eight_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Eight"},{"id":21546,"c":53,"u":"five_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Five"},{"id":21547,"c":53,"u":"four_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Four"},{"id":21548,"c":53,"u":"frightened_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Frightened"},{"id":21549,"c":53,"u":"grappled_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Grappled"},{"id":21550,"c":53,"u":"incapacitated_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Incapacitated"},{"id":21551,"c":53,"u":"invisible_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Invisible"},{"id":21552,"c":53,"u":"nine_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Nine"},{"id":21553,"c":53,"u":"one_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"One"},{"id":21554,"c":53,"u":"paralyzed_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Paralyzed"},{"id":21555,"c":53,"u":"petrified_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Petrified"},{"id":21556,"c":53,"u":"poisoned_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Poisoned"},{"id":21557,"c":53,"u":"prone_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Prone"},{"id":21558,"c":53,"u":"restrained_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Restrained"},{"id":21559,"c":53,"u":"seven_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Seven"},{"id":21560,"c":53,"u":"six_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Six"},{"id":21561,"c":53,"u":"stunned_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Stunned"},{"id":21562,"c":53,"u":"three_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Three"},{"id":21563,"c":53,"u":"two_initiative%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Two"},{"id":21564,"c":53,"u":"unconscious_condition%20cards_esk","p":3,"s":30,"h":1,"hx":1,"n":"Unconscious"},{"id":21565,"c":53,"u":"bacon-wrapped%20smoked%20mussels_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Bacon-Wrapped Smoked Mussels"},{"id":21566,"c":53,"u":"beluir%20salmon%20spread_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Beluir Salmon Spread"},{"id":21567,"c":53,"u":"black%20lotus%20root_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Black Lotus Root"},{"id":21568,"c":53,"u":"butternut%20beer_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Butternut Beer"},{"id":21569,"c":53,"u":"chultan%20zombie_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Chultan Zombie"},{"id":21570,"c":53,"u":"cloaks_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Cloaks"},{"id":21571,"c":53,"u":"cocoa%20broth_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Cocoa Broth"},{"id":21572,"c":53,"u":"delayed%20blast%20fireball_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Delayed Blast Fireball"},{"id":21573,"c":53,"u":"dwarven%20mulled%20wine_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Dwarven Mulled Wine"},{"id":21574,"c":53,"u":"elverquisst_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Elverquisst"},{"id":21575,"c":53,"u":"exploding%20cheese%20puffs_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Exploding Cheese Puffs"},{"id":21576,"c":53,"u":"feywild%20eggs_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Feywild Eggs"},{"id":21577,"c":53,"u":"fig%20cakes_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Fig Cakes"},{"id":21578,"c":53,"u":"green%20ice%20rime_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Green Ice Rime"},{"id":21579,"c":53,"u":"greenspear%20bundles%20in%20bacon_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Greenspear Bundles in Bacon"},{"id":21580,"c":53,"u":"halfling%20finger%20sandwiches_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Halfling Finger Sandwiches"},{"id":21581,"c":53,"u":"halfling%20oatmeal%20sweet%20nibbles_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Halfling Oatmeal Sweet Nibbles"},{"id":21582,"c":53,"u":"hot%20river%20crab%20bites_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Hot River Crab Bites"},{"id":21583,"c":53,"u":"hot%20spiced%20cider_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Hot Spiced Cider"},{"id":21584,"c":53,"u":"introduction_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Introduction"},{"id":21585,"c":53,"u":"irlymeyer's%20dragonfire%20punch_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Irlymeyer's Dragonfire Punch"},{"id":21586,"c":53,"u":"iron%20rations_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Iron Rations"},{"id":21587,"c":53,"u":"lluirwood%20salad_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Lluirwood Salad"},{"id":21588,"c":53,"u":"meal's%20end_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Meal's End"},{"id":21589,"c":53,"u":"moonwood%20artichoke%20spread_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Moonwood Artichoke Spread"},{"id":21590,"c":53,"u":"neverwinter%20cheese%20board_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Neverwinter Cheese Board"},{"id":21591,"c":53,"u":"neverwinter%20nectar_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Neverwinter Nectar"},{"id":21592,"c":53,"u":"night%20hag's%20delight_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Night Hag's Delight"},{"id":21593,"c":53,"u":"par-salian's%20tea_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Par-Salian's Tea"},{"id":21594,"c":53,"u":"potion%20of%20restoration_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Potion of Restoration"},{"id":21595,"c":53,"u":"purple%20grapemash%20no.%203_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Purple Grapemash No. 3"},{"id":21596,"c":53,"u":"quith-pa_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Quith-pa"},{"id":21597,"c":53,"u":"ray%20of%20frost_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Ray of Frost"},{"id":21598,"c":53,"u":"rollrum_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Rollrum"},{"id":21599,"c":53,"u":"ruby%20cordial_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Ruby Cordial"},{"id":21600,"c":53,"u":"saerloonian%20glowfire_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Saerloonian Glowfire"},{"id":21601,"c":53,"u":"salbread_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Salbread"},{"id":21602,"c":53,"u":"spicy%20brothers%20honey-glazed%20hot%20chips_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Spicy Brothers Honey-Glazed Hot Chips"},{"id":21603,"c":53,"u":"spicy%20shredded%20stirge%20sliders_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Spicy Shredded Stirge Sliders"},{"id":21604,"c":53,"u":"tamarind%20balls_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Tamarind Balls"},{"id":21605,"c":53,"u":"tavern%20crickets_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Tavern Crickets"},{"id":21606,"c":53,"u":"the%20deck%20of%20many%20morsels_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"The Deck of Many Morsels"},{"id":21607,"c":53,"u":"tika's%20honey%20mead_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Tika's Honey Mead"},{"id":21608,"c":53,"u":"trail%20mash'ums_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Trail Mash'ums"},{"id":21609,"c":53,"u":"trolltide%20candied%20apples_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Trolltide Candied Apples"},{"id":21610,"c":53,"u":"twice-baked%20cockatrice%20wings_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Twice-Baked Cockatrice Wings"},{"id":21611,"c":53,"u":"underdark%20forage%20board_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Underdark Forage Board"},{"id":21612,"c":53,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Underdark Lotus with Fire Lichen Spread"},{"id":21613,"c":53,"u":"undermountain%20alurlyath_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Undermountain Alurlyath"},{"id":21614,"c":53,"u":"waterdeep%20charcuterie_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Waterdeep Charcuterie"},{"id":21615,"c":53,"u":"wood%20elf%20forest%20salad_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Wood Elf Forest Salad"},{"id":21616,"c":53,"u":"zzar_deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"hx":1,"n":"Zzar"},{"id":21617,"c":53,"u":"ace%20of%20charisma_tarot%20deck_td","p":41,"s":153,"h":1,"hx":1,"dP":1,"n":"Ace of Charisma"},{"id":21618,"c":53,"u":"ace%20of%20intelligence_tarot%20deck_td","p":27,"s":153,"h":1,"hx":1,"dP":1,"n":"Ace of Intelligence"},{"id":21619,"c":53,"u":"ace%20of%20strength_tarot%20deck_td","p":20,"s":153,"h":1,"hx":1,"dP":1,"n":"Ace of Strength"},{"id":21620,"c":53,"u":"ace%20of%20wisdom_tarot%20deck_td","p":34,"s":153,"h":1,"hx":1,"dP":1,"n":"Ace of Wisdom"},{"id":21621,"c":53,"u":"death_tarot%20deck_td","p":15,"s":153,"h":1,"hx":1,"dP":1,"n":"Death"},{"id":21622,"c":53,"u":"eight%20of%20charisma_tarot%20deck_td","p":44,"s":153,"h":1,"hx":1,"dP":1,"n":"Eight of Charisma"},{"id":21623,"c":53,"u":"eight%20of%20intelligence_tarot%20deck_td","p":30,"s":153,"h":1,"hx":1,"dP":1,"n":"Eight of Intelligence"},{"id":21624,"c":53,"u":"eight%20of%20strength_tarot%20deck_td","p":23,"s":153,"h":1,"hx":1,"dP":1,"n":"Eight of Strength"},{"id":21625,"c":53,"u":"eight%20of%20wisdom_tarot%20deck_td","p":37,"s":153,"h":1,"hx":1,"dP":1,"n":"Eight of Wisdom"},{"id":21626,"c":53,"u":"five%20of%20charisma_tarot%20deck_td","p":43,"s":153,"h":1,"hx":1,"dP":1,"n":"Five of Charisma"},{"id":21627,"c":53,"u":"five%20of%20intelligence_tarot%20deck_td","p":29,"s":153,"h":1,"hx":1,"dP":1,"n":"Five of Intelligence"},{"id":21628,"c":53,"u":"five%20of%20strength_tarot%20deck_td","p":22,"s":153,"h":1,"hx":1,"dP":1,"n":"Five of Strength"},{"id":21629,"c":53,"u":"five%20of%20wisdom_tarot%20deck_td","p":36,"s":153,"h":1,"hx":1,"dP":1,"n":"Five of Wisdom"},{"id":21630,"c":53,"u":"four%20of%20charisma_tarot%20deck_td","p":42,"s":153,"h":1,"hx":1,"dP":1,"n":"Four of Charisma"},{"id":21631,"c":53,"u":"four%20of%20intelligence_tarot%20deck_td","p":28,"s":153,"h":1,"hx":1,"dP":1,"n":"Four of Intelligence"},{"id":21632,"c":53,"u":"four%20of%20strength_tarot%20deck_td","p":21,"s":153,"h":1,"hx":1,"dP":1,"n":"Four of Strength"},{"id":21633,"c":53,"u":"four%20of%20wisdom_tarot%20deck_td","p":35,"s":153,"h":1,"hx":1,"dP":1,"n":"Four of Wisdom"},{"id":21634,"c":53,"u":"judgement_tarot%20deck_td","p":19,"s":153,"h":1,"hx":1,"dP":1,"n":"Judgement"},{"id":21635,"c":53,"u":"justice_tarot%20deck_td","p":14,"s":153,"h":1,"hx":1,"dP":1,"n":"Justice"},{"id":21636,"c":53,"u":"king%20of%20charisma_tarot%20deck_td","p":47,"s":153,"h":1,"hx":1,"dP":1,"n":"King of Charisma"},{"id":21637,"c":53,"u":"king%20of%20intelligence_tarot%20deck_td","p":33,"s":153,"h":1,"hx":1,"dP":1,"n":"King of Intelligence"},{"id":21638,"c":53,"u":"king%20of%20strength_tarot%20deck_td","p":26,"s":153,"h":1,"hx":1,"dP":1,"n":"King of Strength"},{"id":21639,"c":53,"u":"king%20of%20wisdom_tarot%20deck_td","p":40,"s":153,"h":1,"hx":1,"dP":1,"n":"King of Wisdom"},{"id":21640,"c":53,"u":"knight%20of%20charisma_tarot%20deck_td","p":46,"s":153,"h":1,"hx":1,"dP":1,"n":"Knight of Charisma"},{"id":21641,"c":53,"u":"knight%20of%20intelligence_tarot%20deck_td","p":32,"s":153,"h":1,"hx":1,"dP":1,"n":"Knight of Intelligence"},{"id":21642,"c":53,"u":"knight%20of%20strength_tarot%20deck_td","p":25,"s":153,"h":1,"hx":1,"dP":1,"n":"Knight of Strength"},{"id":21643,"c":53,"u":"knight%20of%20wisdom_tarot%20deck_td","p":39,"s":153,"h":1,"hx":1,"dP":1,"n":"Knight of Wisdom"},{"id":21644,"c":53,"u":"nine%20of%20charisma_tarot%20deck_td","p":45,"s":153,"h":1,"hx":1,"dP":1,"n":"Nine of Charisma"},{"id":21645,"c":53,"u":"nine%20of%20intelligence_tarot%20deck_td","p":31,"s":153,"h":1,"hx":1,"dP":1,"n":"Nine of Intelligence"},{"id":21646,"c":53,"u":"nine%20of%20strength_tarot%20deck_td","p":24,"s":153,"h":1,"hx":1,"dP":1,"n":"Nine of Strength"},{"id":21647,"c":53,"u":"nine%20of%20wisdom_tarot%20deck_td","p":38,"s":153,"h":1,"hx":1,"dP":1,"n":"Nine of Wisdom"},{"id":21648,"c":53,"u":"page%20of%20charisma_tarot%20deck_td","p":46,"s":153,"h":1,"hx":1,"dP":1,"n":"Page of Charisma"},{"id":21649,"c":53,"u":"page%20of%20intelligence_tarot%20deck_td","p":32,"s":153,"h":1,"hx":1,"dP":1,"n":"Page of Intelligence"},{"id":21650,"c":53,"u":"page%20of%20strength_tarot%20deck_td","p":25,"s":153,"h":1,"hx":1,"dP":1,"n":"Page of Strength"},{"id":21651,"c":53,"u":"page%20of%20wisdom_tarot%20deck_td","p":39,"s":153,"h":1,"hx":1,"dP":1,"n":"Page of Wisdom"},{"id":21652,"c":53,"u":"queen%20of%20charisma_tarot%20deck_td","p":47,"s":153,"h":1,"hx":1,"dP":1,"n":"Queen of Charisma"},{"id":21653,"c":53,"u":"queen%20of%20intelligence_tarot%20deck_td","p":33,"s":153,"h":1,"hx":1,"dP":1,"n":"Queen of Intelligence"},{"id":21654,"c":53,"u":"queen%20of%20strength_tarot%20deck_td","p":26,"s":153,"h":1,"hx":1,"dP":1,"n":"Queen of Strength"},{"id":21655,"c":53,"u":"queen%20of%20wisdom_tarot%20deck_td","p":40,"s":153,"h":1,"hx":1,"dP":1,"n":"Queen of Wisdom"},{"id":21656,"c":53,"u":"seven%20of%20charisma_tarot%20deck_td","p":44,"s":153,"h":1,"hx":1,"dP":1,"n":"Seven of Charisma"},{"id":21657,"c":53,"u":"seven%20of%20intelligence_tarot%20deck_td","p":30,"s":153,"h":1,"hx":1,"dP":1,"n":"Seven of Intelligence"},{"id":21658,"c":53,"u":"seven%20of%20strength_tarot%20deck_td","p":23,"s":153,"h":1,"hx":1,"dP":1,"n":"Seven of Strength"},{"id":21659,"c":53,"u":"seven%20of%20wisdom_tarot%20deck_td","p":37,"s":153,"h":1,"hx":1,"dP":1,"n":"Seven of Wisdom"},{"id":21660,"c":53,"u":"six%20of%20charisma_tarot%20deck_td","p":43,"s":153,"h":1,"hx":1,"dP":1,"n":"Six of Charisma"},{"id":21661,"c":53,"u":"six%20of%20intelligence_tarot%20deck_td","p":29,"s":153,"h":1,"hx":1,"dP":1,"n":"Six of Intelligence"},{"id":21662,"c":53,"u":"six%20of%20strength_tarot%20deck_td","p":22,"s":153,"h":1,"hx":1,"dP":1,"n":"Six of Strength"},{"id":21663,"c":53,"u":"six%20of%20wisdom_tarot%20deck_td","p":36,"s":153,"h":1,"hx":1,"dP":1,"n":"Six of Wisdom"},{"id":21664,"c":53,"u":"strength_tarot%20deck_td","p":20,"s":153,"h":1,"hx":1,"dP":1,"n":"Strength"},{"id":21665,"c":53,"u":"temperance_tarot%20deck_td","p":16,"s":153,"h":1,"hx":1,"dP":1,"n":"Temperance"},{"id":21666,"c":53,"u":"ten%20of%20charisma_tarot%20deck_td","p":45,"s":153,"h":1,"hx":1,"dP":1,"n":"Ten of Charisma"},{"id":21667,"c":53,"u":"ten%20of%20intelligence_tarot%20deck_td","p":31,"s":153,"h":1,"hx":1,"dP":1,"n":"Ten of Intelligence"},{"id":21668,"c":53,"u":"ten%20of%20strength_tarot%20deck_td","p":24,"s":153,"h":1,"hx":1,"dP":1,"n":"Ten of Strength"},{"id":21669,"c":53,"u":"ten%20of%20wisdom_tarot%20deck_td","p":38,"s":153,"h":1,"hx":1,"dP":1,"n":"Ten of Wisdom"},{"id":21670,"c":53,"u":"the%20chariot_tarot%20deck_td","p":12,"s":153,"h":1,"hx":1,"dP":1,"n":"The Chariot"},{"id":21671,"c":53,"u":"the%20devil_tarot%20deck_td","p":16,"s":153,"h":1,"hx":1,"dP":1,"n":"The Devil"},{"id":21672,"c":53,"u":"the%20emperor_tarot%20deck_td","p":11,"s":153,"h":1,"hx":1,"dP":1,"n":"The Emperor"},{"id":21673,"c":53,"u":"the%20empress_tarot%20deck_td","p":10,"s":153,"h":1,"hx":1,"dP":1,"n":"The Empress"},{"id":21674,"c":53,"u":"the%20fool_tarot%20deck_td","p":9,"s":153,"h":1,"hx":1,"dP":1,"n":"The Fool"},{"id":21675,"c":53,"u":"the%20hanged%20man_tarot%20deck_td","p":15,"s":153,"h":1,"hx":1,"dP":1,"n":"The Hanged Man"},{"id":21676,"c":53,"u":"the%20hermit_tarot%20deck_td","p":13,"s":153,"h":1,"hx":1,"dP":1,"n":"The Hermit"},{"id":21677,"c":53,"u":"the%20hierophant_tarot%20deck_td","p":11,"s":153,"h":1,"hx":1,"dP":1,"n":"The Hierophant"},{"id":21678,"c":53,"u":"the%20high%20priestess_tarot%20deck_td","p":10,"s":153,"h":1,"hx":1,"dP":1,"n":"The High Priestess"},{"id":21679,"c":53,"u":"the%20lovers_tarot%20deck_td","p":12,"s":153,"h":1,"hx":1,"dP":1,"n":"The Lovers"},{"id":21680,"c":53,"u":"the%20magician_tarot%20deck_td","p":9,"s":153,"h":1,"hx":1,"dP":1,"n":"The Magician"},{"id":21681,"c":53,"u":"the%20moon_tarot%20deck_td","p":18,"s":153,"h":1,"hx":1,"dP":1,"n":"The Moon"},{"id":21682,"c":53,"u":"the%20star_tarot%20deck_td","p":17,"s":153,"h":1,"hx":1,"dP":1,"n":"The Star"},{"id":21683,"c":53,"u":"the%20sun_tarot%20deck_td","p":18,"s":153,"h":1,"hx":1,"dP":1,"n":"The Sun"},{"id":21684,"c":53,"u":"the%20tower_tarot%20deck_td","p":17,"s":153,"h":1,"hx":1,"dP":1,"n":"The Tower"},{"id":21685,"c":53,"u":"the%20wheel%20of%20fortune_tarot%20deck_td","p":14,"s":153,"h":1,"hx":1,"dP":1,"n":"The Wheel of Fortune"},{"id":21686,"c":53,"u":"the%20world_tarot%20deck_td","p":19,"s":153,"h":1,"hx":1,"dP":1,"n":"The World"},{"id":21687,"c":53,"u":"three%20of%20charisma_tarot%20deck_td","p":42,"s":153,"h":1,"hx":1,"dP":1,"n":"Three of Charisma"},{"id":21688,"c":53,"u":"three%20of%20intelligence_tarot%20deck_td","p":28,"s":153,"h":1,"hx":1,"dP":1,"n":"Three of Intelligence"},{"id":21689,"c":53,"u":"three%20of%20strength_tarot%20deck_td","p":21,"s":153,"h":1,"hx":1,"dP":1,"n":"Three of Strength"},{"id":21690,"c":53,"u":"three%20of%20wisdom_tarot%20deck_td","p":35,"s":153,"h":1,"hx":1,"dP":1,"n":"Three of Wisdom"},{"id":21691,"c":53,"u":"two%20of%20charisma_tarot%20deck_td","p":41,"s":153,"h":1,"hx":1,"dP":1,"n":"Two of Charisma"},{"id":21692,"c":53,"u":"two%20of%20intelligence_tarot%20deck_td","p":27,"s":153,"h":1,"hx":1,"dP":1,"n":"Two of Intelligence"},{"id":21693,"c":53,"u":"two%20of%20strength_tarot%20deck_td","p":20,"s":153,"h":1,"hx":1,"dP":1,"n":"Two of Strength"},{"id":21694,"c":53,"u":"two%20of%20wisdom_tarot%20deck_td","p":34,"s":153,"h":1,"hx":1,"dP":1,"n":"Two of Wisdom"},{"id":21695,"c":53,"u":"i'jin_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"n":"I'jin"},{"id":21696,"c":53,"u":"kubazan_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"n":"Kubazan"},{"id":21697,"c":53,"u":"moa_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"n":"Moa"},{"id":21698,"c":53,"u":"nangnang_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"n":"Nangnang"},{"id":21699,"c":53,"u":"obo'laka_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"n":"Obo'laka"},{"id":21700,"c":53,"u":"papazotl_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"n":"Papazotl"},{"id":21701,"c":53,"u":"shagambi_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"n":"Shagambi"},{"id":21702,"c":53,"u":"unkh_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"n":"Unkh"},{"id":21703,"c":53,"u":"wongo_trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"hx":1,"n":"Wongo"},{"id":21704,"c":53,"u":"agdon%20longscarf%20the%20harengon_roleplaying%20cards_wbtw","p":242,"s":68,"h":1,"hx":1,"n":"Agdon Longscarf the Harengon"},{"id":21705,"c":53,"u":"alagarthas%20the%20elf%20prince_roleplaying%20cards_wbtw","p":242,"s":68,"h":1,"hx":1,"n":"Alagarthas the Elf Prince"},{"id":21706,"c":53,"u":"amidor%20the%20dandelion_roleplaying%20cards_wbtw","p":242,"s":68,"h":1,"hx":1,"n":"Amidor the Dandelion"},{"id":21707,"c":53,"u":"argantle%20the%20korred%20queen_roleplaying%20cards_wbtw","p":242,"s":68,"h":1,"hx":1,"n":"Argantle the Korred Queen"},{"id":21708,"c":53,"u":"burly%20the%20bugbear_roleplaying%20cards_wbtw","p":243,"s":68,"h":1,"hx":1,"n":"Burly the Bugbear"},{"id":21709,"c":53,"u":"candlefoot%20the%20mime_roleplaying%20cards_wbtw","p":243,"s":68,"h":1,"hx":1,"n":"Candlefoot the Mime"},{"id":21710,"c":53,"u":"chucklehead%20the%20goblin_roleplaying%20cards_wbtw","p":243,"s":68,"h":1,"hx":1,"n":"Chucklehead the Goblin"},{"id":21711,"c":53,"u":"clapperclaw%20the%20scarecrow_roleplaying%20cards_wbtw","p":243,"s":68,"h":1,"hx":1,"n":"Clapperclaw the Scarecrow"},{"id":21712,"c":53,"u":"cradlefall%20the%20green%20dragon%20wyrmling_roleplaying%20cards_wbtw","p":244,"s":68,"h":1,"hx":1,"n":"Cradlefall the Green Dragon Wyrmling"},{"id":21713,"c":53,"u":"dirlagraun%20the%20displacer%20beast_roleplaying%20cards_wbtw","p":244,"s":68,"h":1,"hx":1,"n":"Dirlagraun the Displacer Beast"},{"id":21714,"c":53,"u":"gleam%20the%20elf%20acrobat_roleplaying%20cards_wbtw","p":244,"s":68,"h":1,"hx":1,"n":"Gleam the Elf Acrobat"},{"id":21715,"c":53,"u":"glister%20the%20elf%20acrobat_roleplaying%20cards_wbtw","p":244,"s":68,"h":1,"hx":1,"n":"Glister the Elf Acrobat"},{"id":21716,"c":53,"u":"hurly%20the%20bugbear_roleplaying%20cards_wbtw","p":245,"s":68,"h":1,"hx":1,"n":"Hurly the Bugbear"},{"id":21717,"c":53,"u":"jingle%20jangle%20the%20goblin_roleplaying%20cards_wbtw","p":245,"s":68,"h":1,"hx":1,"n":"Jingle Jangle the Goblin"},{"id":21718,"c":53,"u":"kettlesteam%20the%20kenku_roleplaying%20cards_wbtw","p":245,"s":68,"h":1,"hx":1,"n":"Kettlesteam the Kenku"},{"id":21719,"c":53,"u":"mister%20light_roleplaying%20cards_wbtw","p":245,"s":68,"h":1,"hx":1,"n":"Mister Light"},{"id":21720,"c":53,"u":"mister%20witch_roleplaying%20cards_wbtw","p":246,"s":68,"h":1,"hx":1,"n":"Mister Witch"},{"id":21721,"c":53,"u":"morgort%20the%20bullywug%20knight_roleplaying%20cards_wbtw","p":246,"s":68,"h":1,"hx":1,"n":"Morgort the Bullywug Knight"},{"id":21722,"c":53,"u":"nib%20the%20miser_roleplaying%20cards_wbtw","p":246,"s":68,"h":1,"hx":1,"n":"Nib the Miser"},{"id":21723,"c":53,"u":"northwind%20the%20treant%20sapling_roleplaying%20cards_wbtw","p":246,"s":68,"h":1,"hx":1,"n":"Northwind the Treant Sapling"},{"id":21724,"c":53,"u":"palasha%20the%20mermaid_roleplaying%20cards_wbtw","p":247,"s":68,"h":1,"hx":1,"n":"Palasha the Mermaid"},{"id":21725,"c":53,"u":"pincushion%20the%20living%20doll_roleplaying%20cards_wbtw","p":247,"s":68,"h":1,"hx":1,"n":"Pincushion the Living Doll"},{"id":21726,"c":53,"u":"shon%20the%20hunchback_roleplaying%20cards_wbtw","p":247,"s":68,"h":1,"hx":1,"n":"Shon the Hunchback"},{"id":21727,"c":53,"u":"sir%20talavar%20the%20faerie%20dragon_roleplaying%20cards_wbtw","p":247,"s":68,"h":1,"hx":1,"n":"Sir Talavar the Faerie Dragon"},{"id":21728,"c":53,"u":"sowpig%20the%20ghoul_roleplaying%20cards_wbtw","p":248,"s":68,"h":1,"hx":1,"n":"Sowpig the Ghoul"},{"id":21729,"c":53,"u":"squirt%20the%20oilcan_roleplaying%20cards_wbtw","p":248,"s":68,"h":1,"hx":1,"n":"Squirt the Oilcan"},{"id":21730,"c":53,"u":"stagefright%20the%20goblin_roleplaying%20cards_wbtw","p":248,"s":68,"h":1,"hx":1,"n":"Stagefright the Goblin"},{"id":21731,"c":53,"u":"thaco%20the%20clown_roleplaying%20cards_wbtw","p":248,"s":68,"h":1,"hx":1,"n":"Thaco the Clown"},{"id":21732,"c":53,"u":"thinnings%20the%20butler_roleplaying%20cards_wbtw","p":249,"s":68,"h":1,"hx":1,"n":"Thinnings the Butler"},{"id":21733,"c":53,"u":"vansel%20the%20satyr_roleplaying%20cards_wbtw","p":249,"s":68,"h":1,"hx":1,"n":"Vansel the Satyr"},{"id":21734,"c":53,"u":"will%20of%20the%20feywild_roleplaying%20cards_wbtw","p":249,"s":68,"h":1,"hx":1,"n":"Will of the Feywild"},{"id":21735,"c":53,"u":"zybilna%20of%20prismeer_roleplaying%20cards_wbtw","p":249,"s":68,"h":1,"hx":1,"n":"Zybilna of Prismeer"},{"id":21736,"c":53,"u":"anarath_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"n":"Anarath"},{"id":21737,"c":53,"u":"angras_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"n":"Angras"},{"id":21738,"c":53,"u":"arcturiadoom_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Arcturiadoom"},{"id":21739,"c":53,"u":"dark%20elf%20menace_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Dark Elf Menace"},{"id":21740,"c":53,"u":"death%20tyrant_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Death Tyrant"},{"id":21741,"c":53,"u":"dwarfcraft_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Dwarfcraft"},{"id":21742,"c":53,"u":"emerald%20blade_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Emerald Blade"},{"id":21743,"c":53,"u":"gith%20who's%20coming%20to%20dinner%3f_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Gith Who's Coming to Dinner?"},{"id":21744,"c":53,"u":"guild%20of%20many%20eyes_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Guild of Many Eyes"},{"id":21745,"c":53,"u":"halaster_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"n":"Halaster"},{"id":21746,"c":53,"u":"immortal%20insanity_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Immortal Insanity"},{"id":21747,"c":53,"u":"korombos_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"n":"Korombos"},{"id":21748,"c":53,"u":"laebos_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"n":"Laebos"},{"id":21749,"c":53,"u":"lammath_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"n":"Lammath"},{"id":21750,"c":53,"u":"mad%20house_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Mad House"},{"id":21751,"c":53,"u":"nchasme_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"n":"Nchasme"},{"id":21752,"c":53,"u":"nester's%20fate_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Nester's Fate"},{"id":21753,"c":53,"u":"savaros_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"n":"Savaros"},{"id":21754,"c":53,"u":"scavenger_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Scavenger"},{"id":21755,"c":53,"u":"school%20of%20magic_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"School of Magic"},{"id":21756,"c":53,"u":"skullport_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Skullport"},{"id":21757,"c":53,"u":"spire%20and%20snail_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Spire and Snail"},{"id":21758,"c":53,"u":"tangled%20web_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Tangled Web"},{"id":21759,"c":53,"u":"trobriand's%20army_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Trobriand's Army"},{"id":21760,"c":53,"u":"ullathar_elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"hx":1,"n":"Ullathar"},{"id":21761,"c":53,"u":"underground%20forest_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"Underground Forest"},{"id":21762,"c":53,"u":"what%20drow%20fear_secrets%20deck_wdmm","p":319,"s":70,"h":1,"hx":1,"n":"What Drow Fear"},{"id":21763,"c":53,"u":"balance_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Balance"},{"id":21764,"c":53,"u":"comet_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Comet"},{"id":21765,"c":53,"u":"donjon_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Donjon"},{"id":21766,"c":53,"u":"euryale_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Euryale"},{"id":21767,"c":53,"u":"flames_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Flames"},{"id":21768,"c":53,"u":"fool_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Fool"},{"id":21769,"c":53,"u":"gem_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Gem"},{"id":21770,"c":53,"u":"idiot_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Idiot"},{"id":21771,"c":53,"u":"jester_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Jester"},{"id":21772,"c":53,"u":"key_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Key"},{"id":21773,"c":53,"u":"knight_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Knight"},{"id":21774,"c":53,"u":"moon_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Moon"},{"id":21775,"c":53,"u":"rogue_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Rogue"},{"id":21776,"c":53,"u":"ruin_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Ruin"},{"id":21777,"c":53,"u":"skull_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Skull"},{"id":21778,"c":53,"u":"star_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Star"},{"id":21779,"c":53,"u":"sun_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Sun"},{"id":21780,"c":53,"u":"talons_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Talons"},{"id":21781,"c":53,"u":"the%20fates_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"The Fates"},{"id":21782,"c":53,"u":"the%20void_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"The Void"},{"id":21783,"c":53,"u":"throne_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Throne"},{"id":21784,"c":53,"u":"vizier_deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"hx":1,"n":"Vizier"},{"id":21785,"c":52,"u":"deck%20of%20many%20more%20things_bmt","p":51,"s":1,"h":1,"n":"Deck of Many More Things"},{"id":21786,"c":52,"u":"deck%20of%20many%20things_bmt","p":12,"s":1,"h":1,"n":"Deck of Many Things"},{"id":21787,"c":52,"u":"deck%20of%20wonder_bmt","p":55,"s":1,"h":1,"n":"Deck of Wonder"},{"id":21788,"c":52,"u":"deck%20of%20many%20more%20things_dmtcrg","p":14,"s":143,"h":1,"n":"Deck of Many More Things"},{"id":21789,"c":52,"u":"features%20deck_dmtcrg","p":11,"s":143,"h":1,"n":"Features Deck"},{"id":21790,"c":52,"u":"locations%20deck_dmtcrg","p":11,"s":143,"h":1,"n":"Locations Deck"},{"id":21791,"c":52,"u":"story%20deck_dmtcrg","p":11,"s":143,"h":1,"n":"Story Deck"},{"id":21792,"c":52,"u":"condition%20cards_screendungeonkit","s":145,"h":1,"n":"Condition Cards"},{"id":21793,"c":52,"u":"geomorph%20cards_screendungeonkit","s":145,"h":1,"n":"Geomorph Cards"},{"id":21794,"c":52,"u":"hazard%20cards_screendungeonkit","s":145,"h":1,"n":"Hazard Cards"},{"id":21795,"c":52,"u":"initiative%20cards_screendungeonkit","s":145,"h":1,"n":"Initiative Cards"},{"id":21796,"c":52,"u":"deck%20of%20illusions_xdmg","p":249,"s":5,"h":1,"n":"Deck of Illusions"},{"id":21797,"c":52,"u":"deck%20of%20many%20things_xdmg","p":250,"s":5,"h":1,"n":"Deck of Many Things"},{"id":21798,"c":52,"u":"deck%20of%20many%20things%20(13%20cards)_xdmg","s":5,"h":1,"n":"Deck of Many Things (13 Cards)"},{"id":21799,"c":52,"u":"tarokka%20deck_cos","p":243,"s":19,"h":1,"n":"Tarokka Deck"},{"id":21800,"c":52,"u":"fragments%20of%20suffering_crcotn","p":218,"s":20,"h":1,"dP":1,"n":"Fragments of Suffering"},{"id":21801,"c":52,"u":"medals%20of%20merit_crcotn","p":217,"s":20,"h":1,"dP":1,"n":"Medals of Merit"},{"id":21802,"c":52,"u":"magic%20charm%20cards_dip","p":3,"s":22,"h":1,"n":"Magic Charm Cards"},{"id":21803,"c":52,"u":"magic%20item%20cards_dip","p":3,"s":22,"h":1,"n":"Magic Item Cards"},{"id":21804,"c":52,"u":"quest%20cards_dip","p":3,"s":22,"h":1,"n":"Quest Cards"},{"id":21805,"c":52,"u":"sidekick%20cards_dip","p":65,"s":22,"h":1,"n":"Sidekick Cards"},{"id":21806,"c":52,"u":"deck%20of%20illusions_dmg","p":161,"s":24,"h":1,"r":1,"n":"Deck of Illusions"},{"id":21807,"c":52,"u":"deck%20of%20many%20things_dmg","p":162,"s":24,"h":1,"r":1,"n":"Deck of Many Things"},{"id":21808,"c":52,"u":"deck%20of%20many%20things%20(13%20cards)_dmg","p":162,"s":24,"h":1,"r":1,"n":"Deck of Many Things (13 Cards)"},{"id":21809,"c":52,"u":"combat%20step%20by%20step%20cards_esk","p":3,"s":30,"h":1,"n":"Combat Step by Step Cards"},{"id":21810,"c":52,"u":"condition%20cards_esk","p":3,"s":30,"h":1,"n":"Condition Cards"},{"id":21811,"c":52,"u":"initiative%20cards_esk","p":3,"s":30,"h":1,"n":"Initiative Cards"},{"id":21812,"c":52,"u":"deck%20of%20many%20morsels_hfdomm","s":155,"h":1,"n":"Deck of Many Morsels"},{"id":21813,"c":52,"u":"tarot%20deck_td","p":9,"s":153,"h":1,"dP":1,"n":"Tarot Deck"},{"id":21814,"c":52,"u":"trickster%20gods%20of%20omu_toa","p":256,"s":62,"h":1,"n":"Trickster Gods of Omu"},{"id":21815,"c":52,"u":"roleplaying%20cards_wbtw","p":242,"s":68,"h":1,"n":"Roleplaying Cards"},{"id":21816,"c":52,"u":"elder%20runes%20deck_wdmm","p":318,"s":70,"h":1,"n":"Elder Runes Deck"},{"id":21817,"c":52,"u":"secrets%20deck_wdmm","p":319,"s":70,"h":1,"n":"Secrets Deck"},{"id":21818,"c":52,"u":"deck%20of%20several%20things_llk","p":53,"s":80,"h":1,"n":"Deck of Several Things"},{"id":21819,"c":55,"u":"arcane%20study_xdmg","p":336,"s":5,"h":1,"n":"Arcane Study"},{"id":21820,"c":55,"u":"archive_xdmg","p":337,"s":5,"h":1,"n":"Archive"},{"id":21821,"c":55,"u":"armory_xdmg","p":339,"s":5,"h":1,"n":"Armory"},{"id":21822,"c":55,"u":"barrack_xdmg","p":339,"s":5,"h":1,"n":"Barrack"},{"id":21823,"c":55,"u":"bedroom_xdmg","p":335,"s":5,"h":1,"n":"Bedroom"},{"id":21824,"c":55,"u":"courtyard_xdmg","p":335,"s":5,"h":1,"n":"Courtyard"},{"id":21825,"c":55,"u":"demiplane_xdmg","p":340,"s":5,"h":1,"n":"Demiplane"},{"id":21826,"c":55,"u":"dining%20room_xdmg","p":335,"s":5,"h":1,"n":"Dining Room"},{"id":21827,"c":55,"u":"gaming%20hall_xdmg","p":340,"s":5,"h":1,"n":"Gaming Hall"},{"id":21828,"c":55,"u":"garden_xdmg","p":340,"s":5,"h":1,"n":"Garden"},{"id":21829,"c":55,"u":"greenhouse_xdmg","p":341,"s":5,"h":1,"n":"Greenhouse"},{"id":21830,"c":55,"u":"guildhall_xdmg","p":341,"s":5,"h":1,"n":"Guildhall"},{"id":21831,"c":55,"u":"kitchen_xdmg","p":335,"s":5,"h":1,"n":"Kitchen"},{"id":21832,"c":55,"u":"laboratory_xdmg","p":342,"s":5,"h":1,"n":"Laboratory"},{"id":21833,"c":55,"u":"library_xdmg","p":342,"s":5,"h":1,"n":"Library"},{"id":21834,"c":55,"u":"meditation%20chamber_xdmg","p":342,"s":5,"h":1,"n":"Meditation Chamber"},{"id":21835,"c":55,"u":"menagerie_xdmg","p":343,"s":5,"h":1,"n":"Menagerie"},{"id":21836,"c":55,"u":"observatory_xdmg","p":343,"s":5,"h":1,"n":"Observatory"},{"id":21837,"c":55,"u":"parlor_xdmg","p":335,"s":5,"h":1,"n":"Parlor"},{"id":21838,"c":55,"u":"pub_xdmg","p":344,"s":5,"h":1,"n":"Pub"},{"id":21839,"c":55,"u":"reliquary_xdmg","p":344,"s":5,"h":1,"n":"Reliquary"},{"id":21840,"c":55,"u":"sacristy_xdmg","p":344,"s":5,"h":1,"n":"Sacristy"},{"id":21841,"c":55,"u":"sanctuary_xdmg","p":345,"s":5,"h":1,"n":"Sanctuary"},{"id":21842,"c":55,"u":"sanctum_xdmg","p":346,"s":5,"h":1,"n":"Sanctum"},{"id":21843,"c":55,"u":"scriptorium_xdmg","p":346,"s":5,"h":1,"n":"Scriptorium"},{"id":21844,"c":55,"u":"smithy_xdmg","p":347,"s":5,"h":1,"n":"Smithy"},{"id":21845,"c":55,"u":"stable_xdmg","p":347,"s":5,"h":1,"n":"Stable"},{"id":21846,"c":55,"u":"storage_xdmg","p":335,"s":5,"h":1,"n":"Storage"},{"id":21847,"c":55,"u":"storehouse_xdmg","p":347,"s":5,"h":1,"n":"Storehouse"},{"id":21848,"c":55,"u":"teleportation%20circle_xdmg","p":347,"s":5,"h":1,"n":"Teleportation Circle"},{"id":21849,"c":55,"u":"theater_xdmg","p":348,"s":5,"h":1,"n":"Theater"},{"id":21850,"c":55,"u":"training%20area_xdmg","p":348,"s":5,"h":1,"n":"Training Area"},{"id":21851,"c":55,"u":"trophy%20room_xdmg","p":349,"s":5,"h":1,"n":"Trophy Room"},{"id":21852,"c":55,"u":"war%20room_xdmg","p":349,"s":5,"h":1,"n":"War Room"},{"id":21853,"c":55,"u":"workshop_xdmg","p":349,"s":5,"h":1,"n":"Workshop"},{"id":21854,"c":46,"u":"scion%20of%20grolantor_bgg","p":165,"s":0,"h":1,"hx":1,"n":"Scion of Grolantor"},{"id":21855,"c":46,"u":"scion%20of%20memnor_bgg","p":167,"s":0,"h":1,"hx":1,"n":"Scion of Memnor"},{"id":21856,"c":46,"u":"scion%20of%20skoraeus_bgg","p":169,"s":0,"h":1,"hx":1,"n":"Scion of Skoraeus"},{"id":21857,"c":46,"u":"scion%20of%20stronmaus_bgg","p":171,"s":0,"h":1,"hx":1,"n":"Scion of Stronmaus"},{"id":21858,"c":46,"u":"scion%20of%20surtur_bgg","p":173,"s":0,"h":1,"hx":1,"n":"Scion of Surtur"},{"id":21859,"c":46,"u":"scion%20of%20thrym_bgg","p":175,"s":0,"h":1,"hx":1,"n":"Scion of Thrym"},{"id":21860,"c":46,"u":"aurnozci_bmt","s":1,"h":1,"hx":1,"n":"Aurnozci"},{"id":21861,"c":46,"u":"hierophant%20medusa_bmt","s":1,"h":1,"hx":1,"n":"Hierophant Medusa"},{"id":21862,"c":46,"u":"malaxxix_bmt","s":1,"h":1,"hx":1,"n":"Malaxxix"},{"id":21863,"c":46,"u":"pazrodine_bmt","s":1,"h":1,"hx":1,"n":"Pazrodine"},{"id":21864,"c":46,"u":"villain_bmt","s":1,"h":1,"hx":1,"n":"Villain"},{"id":21865,"c":46,"u":"amethyst%20dragon_ftd","p":160,"s":2,"h":1,"hx":1,"n":"Amethyst Dragon"},{"id":21866,"c":46,"u":"ancient%20dragon%20turtle_ftd","p":191,"s":2,"h":1,"hx":1,"n":"Ancient Dragon Turtle"},{"id":21867,"c":46,"u":"crystal%20dragon_ftd","p":171,"s":2,"h":1,"hx":1,"n":"Crystal Dragon"},{"id":21868,"c":46,"u":"deep%20dragon_ftd","p":174,"s":2,"h":1,"hx":1,"n":"Deep Dragon"},{"id":21869,"c":46,"u":"emerald%20dragon_ftd","p":196,"s":2,"h":1,"hx":1,"n":"Emerald Dragon"},{"id":21870,"c":46,"u":"faerie%20dragon_ftd","p":118,"s":2,"h":1,"hx":1,"n":"Faerie Dragon"},{"id":21871,"c":46,"u":"moonstone%20dragon_ftd","p":212,"s":2,"h":1,"hx":1,"n":"Moonstone Dragon"},{"id":21872,"c":46,"u":"sapphire%20dragon_ftd","p":215,"s":2,"h":1,"hx":1,"n":"Sapphire Dragon"},{"id":21873,"c":46,"u":"shadow%20dragon_ftd","p":142,"s":2,"h":1,"hx":1,"n":"Shadow Dragon"},{"id":21874,"c":46,"u":"topaz%20dragon_ftd","p":221,"s":2,"h":1,"hx":1,"n":"Topaz Dragon"},{"id":21875,"c":46,"u":"balhannoth_mpmm","p":55,"s":3,"h":1,"hx":1,"n":"Balhannoth"},{"id":21876,"c":46,"u":"baphomet_mpmm","p":58,"s":3,"h":1,"hx":1,"n":"Baphomet"},{"id":21877,"c":46,"u":"demogorgon_mpmm","p":90,"s":3,"h":1,"hx":1,"n":"Demogorgon"},{"id":21878,"c":46,"u":"drow%20matron%20mother_mpmm","p":104,"s":3,"h":1,"hx":1,"n":"Drow Matron Mother"},{"id":21879,"c":46,"u":"elder%20brain_mpmm","p":120,"s":3,"h":1,"hx":1,"n":"Elder Brain"},{"id":21880,"c":46,"u":"fraz-urb'luu_mpmm","p":129,"s":3,"h":1,"hx":1,"n":"Fraz-Urb'luu"},{"id":21881,"c":46,"u":"geryon_mpmm","p":136,"s":3,"h":1,"hx":1,"n":"Geryon"},{"id":21882,"c":46,"u":"githzerai%20anarch_mpmm","p":142,"s":3,"h":1,"hx":1,"n":"Githzerai Anarch"},{"id":21883,"c":46,"u":"graz'zt_mpmm","p":148,"s":3,"h":1,"hx":1,"n":"Graz'zt"},{"id":21884,"c":46,"u":"juiblex_mpmm","p":160,"s":3,"h":1,"hx":1,"n":"Juiblex"},{"id":21885,"c":46,"u":"ki-rin_mpmm","p":162,"s":3,"h":1,"hx":1,"n":"Ki-rin"},{"id":21886,"c":46,"u":"merrenoloth_mpmm","p":180,"s":3,"h":1,"hx":1,"n":"Merrenoloth"},{"id":21887,"c":46,"u":"morkoth_mpmm","p":186,"s":3,"h":1,"hx":1,"n":"Morkoth"},{"id":21888,"c":46,"u":"orcus_mpmm","p":204,"s":3,"h":1,"hx":1,"n":"Orcus"},{"id":21889,"c":46,"u":"storm%20giant%20quintessent_mpmm","p":235,"s":3,"h":1,"hx":1,"n":"Storm Giant Quintessent"},{"id":21890,"c":46,"u":"yeenoghu_mpmm","p":270,"s":3,"h":1,"hx":1,"n":"Yeenoghu"},{"id":21891,"c":46,"u":"zariel_mpmm","p":280,"s":3,"h":1,"hx":1,"n":"Zariel"},{"id":21892,"c":46,"u":"zuggtmoy_mpmm","p":281,"s":3,"h":1,"hx":1,"n":"Zuggtmoy"},{"id":21893,"c":46,"u":"aboleth_xmm","p":12,"s":7,"h":1,"hx":1,"n":"Aboleth"},{"id":21894,"c":46,"u":"arch-hag_xmm","p":20,"s":7,"h":1,"hx":1,"n":"Arch-hag"},{"id":21895,"c":46,"u":"beholder_xmm","p":35,"s":7,"h":1,"hx":1,"n":"Beholder"},{"id":21896,"c":46,"u":"black%20dragon_xmm","p":40,"s":7,"h":1,"hx":1,"n":"Black Dragon"},{"id":21897,"c":46,"u":"blue%20dragon_xmm","p":50,"s":7,"h":1,"hx":1,"n":"Blue Dragon"},{"id":21898,"c":46,"u":"brass%20dragon_xmm","p":56,"s":7,"h":1,"hx":1,"n":"Brass Dragon"},{"id":21899,"c":46,"u":"bronze%20dragon_xmm","p":60,"s":7,"h":1,"hx":1,"n":"Bronze Dragon"},{"id":21900,"c":46,"u":"copper%20dragon_xmm","p":80,"s":7,"h":1,"hx":1,"n":"Copper Dragon"},{"id":21901,"c":46,"u":"death%20tyrant_xmm","p":94,"s":7,"h":1,"hx":1,"n":"Death Tyrant"},{"id":21902,"c":46,"u":"demilich_xmm","p":96,"s":7,"h":1,"hx":1,"n":"Demilich"},{"id":21903,"c":46,"u":"dracolich_xmm","p":102,"s":7,"h":1,"hx":1,"n":"Dracolich"},{"id":21904,"c":46,"u":"gold%20dragon_xmm","p":146,"s":7,"h":1,"hx":1,"n":"Gold Dragon"},{"id":21905,"c":46,"u":"green%20dragon_xmm","p":154,"s":7,"h":1,"hx":1,"n":"Green Dragon"},{"id":21906,"c":46,"u":"kraken_xmm","p":187,"s":7,"h":1,"hx":1,"n":"Kraken"},{"id":21907,"c":46,"u":"lich_xmm","p":196,"s":7,"h":1,"hx":1,"n":"Lich"},{"id":21908,"c":46,"u":"mummy%20lord_xmm","p":221,"s":7,"h":1,"hx":1,"n":"Mummy Lord"},{"id":21909,"c":46,"u":"red%20dragon_xmm","p":256,"s":7,"h":1,"hx":1,"n":"Red Dragon"},{"id":21910,"c":46,"u":"shadow%20dragon_xmm","p":274,"s":7,"h":1,"hx":1,"n":"Shadow Dragon"},{"id":21911,"c":46,"u":"silver%20dragon_xmm","p":280,"s":7,"h":1,"hx":1,"n":"Silver Dragon"},{"id":21912,"c":46,"u":"sphinx_xmm","p":294,"s":7,"h":1,"hx":1,"n":"Sphinx"},{"id":21913,"c":46,"u":"unicorn_xmm","p":313,"s":7,"h":1,"hx":1,"n":"Unicorn"},{"id":21914,"c":46,"u":"vampire_xmm","p":316,"s":7,"h":1,"hx":1,"n":"Vampire"},{"id":21915,"c":46,"u":"white%20dragon_xmm","p":330,"s":7,"h":1,"hx":1,"n":"White Dragon"},{"id":21916,"c":46,"u":"archdevil_coa","p":235,"s":9,"h":1,"hx":1,"n":"Archdevil"},{"id":21917,"c":46,"u":"asmodeus_coa","p":216,"s":9,"h":1,"hx":1,"n":"Asmodeus"},{"id":21918,"c":46,"u":"baalzebul_coa","p":218,"s":9,"h":1,"hx":1,"n":"Baalzebul"},{"id":21919,"c":46,"u":"bel_coa","p":234,"s":9,"h":1,"hx":1,"n":"Bel"},{"id":21920,"c":46,"u":"belial_coa","p":220,"s":9,"h":1,"hx":1,"n":"Belial"},{"id":21921,"c":46,"u":"dispater_coa","p":222,"s":9,"h":1,"hx":1,"n":"Dispater"},{"id":21922,"c":46,"u":"fierna_coa","p":225,"s":9,"h":1,"hx":1,"n":"Fierna"},{"id":21923,"c":46,"u":"glasya_coa","p":226,"s":9,"h":1,"hx":1,"n":"Glasya"},{"id":21924,"c":46,"u":"greater%20tyrant%20shadow_coa","p":254,"s":9,"h":1,"hx":1,"n":"Greater Tyrant Shadow"},{"id":21925,"c":46,"u":"levistus_coa","p":228,"s":9,"h":1,"hx":1,"n":"Levistus"},{"id":21926,"c":46,"u":"mammon_coa","p":230,"s":9,"h":1,"hx":1,"n":"Mammon"},{"id":21927,"c":46,"u":"mephistopheles_coa","p":232,"s":9,"h":1,"hx":1,"n":"Mephistopheles"},{"id":21928,"c":46,"u":"zariel_coa","p":235,"s":9,"h":1,"hx":1,"n":"Zariel"},{"id":21929,"c":46,"u":"baalzebul_mabjov","p":91,"s":11,"h":1,"hx":1,"n":"Baalzebul"},{"id":21930,"c":46,"u":"cryonax_mabjov","p":97,"s":11,"h":1,"hx":1,"n":"Cryonax"},{"id":21931,"c":46,"u":"mephistopheles_mabjov","p":99,"s":11,"h":1,"hx":1,"n":"Mephistopheles"},{"id":21932,"c":46,"u":"pazuzu_mabjov","p":103,"s":11,"h":1,"hx":1,"n":"Pazuzu"},{"id":21933,"c":46,"u":"ssendam%2c%20lord%20of%20madness_mabjov","p":105,"s":11,"h":1,"hx":1,"n":"Ssendam, Lord of Madness"},{"id":21934,"c":46,"u":"sapphire%20dragon_sads","p":215,"s":13,"h":1,"hx":1,"n":"Sapphire Dragon"},{"id":21935,"c":46,"u":"ancient%20deep%20crow_ai","p":211,"s":15,"h":1,"hx":1,"n":"Ancient Deep Crow"},{"id":21936,"c":46,"u":"lunar%20dragon_bam","s":16,"h":1,"hx":1,"n":"Lunar Dragon"},{"id":21937,"c":46,"u":"solar%20dragon_bam","p":50,"s":16,"h":1,"hx":1,"n":"Solar Dragon"},{"id":21938,"c":46,"u":"lichen%20lich_cm","p":223,"s":18,"h":1,"hx":1,"n":"Lichen Lich"},{"id":21939,"c":46,"u":"nintra%20siotta_cm","p":197,"s":18,"h":1,"hx":1,"n":"Nintra Siotta"},{"id":21940,"c":46,"u":"valin%20sarnaster_cm","p":182,"s":18,"h":1,"hx":1,"n":"Valin Sarnaster"},{"id":21941,"c":46,"u":"zikzokrishka_cm","p":209,"s":18,"h":1,"hx":1,"n":"Zikzokrishka"},{"id":21942,"c":46,"u":"strahd%20von%20zarovich_cos","p":240,"s":19,"h":1,"hx":1,"n":"Strahd von Zarovich"},{"id":21943,"c":46,"u":"alyxian%20the%20absolved_crcotn","s":20,"h":1,"hx":1,"dP":1,"n":"Alyxian the Absolved"},{"id":21944,"c":46,"u":"alyxian%20the%20callous_crcotn","s":20,"h":1,"hx":1,"dP":1,"n":"Alyxian the Callous"},{"id":21945,"c":46,"u":"alyxian%20the%20dispossessed_crcotn","s":20,"h":1,"hx":1,"dP":1,"n":"Alyxian the Dispossessed"},{"id":21946,"c":46,"u":"alyxian%20the%20tormented_crcotn","s":20,"h":1,"hx":1,"dP":1,"n":"Alyxian the Tormented"},{"id":21947,"c":46,"u":"gravekeeper_dodk","s":25,"h":1,"hx":1,"dP":1,"n":"Gravekeeper"},{"id":21948,"c":46,"u":"sea%20fury_egw","p":299,"s":28,"h":1,"hx":1,"dP":1,"n":"Sea Fury"},{"id":21949,"c":46,"u":"belashyrra_erlw","p":286,"s":29,"h":1,"hx":1,"n":"Belashyrra"},{"id":21950,"c":46,"u":"dyrrn_erlw","p":288,"s":29,"h":1,"hx":1,"n":"Dyrrn"},{"id":21951,"c":46,"u":"blightscale%20dragon_ghloe","s":32,"h":1,"hx":1,"dP":1,"n":"Blightscale Dragon"},{"id":21952,"c":46,"u":"gegazol_ghloe","s":32,"h":1,"hx":1,"dP":1,"n":"Gegazol"},{"id":21953,"c":46,"u":"riverine_jttrc","s":38,"h":1,"hx":1,"n":"Riverine"},{"id":21954,"c":46,"u":"aboleth_mm","p":13,"s":44,"h":1,"hx":1,"n":"Aboleth"},{"id":21955,"c":46,"u":"beholder_mm","p":28,"s":44,"h":1,"hx":1,"n":"Beholder"},{"id":21956,"c":46,"u":"black%20dragon_mm","p":88,"s":44,"h":1,"hx":1,"n":"Black Dragon"},{"id":21957,"c":46,"u":"blue%20dragon_mm","p":91,"s":44,"h":1,"hx":1,"n":"Blue Dragon"},{"id":21958,"c":46,"u":"brass%20dragon_mm","p":105,"s":44,"h":1,"hx":1,"n":"Brass Dragon"},{"id":21959,"c":46,"u":"bronze%20dragon_mm","p":108,"s":44,"h":1,"hx":1,"n":"Bronze Dragon"},{"id":21960,"c":46,"u":"copper%20dragon_mm","p":112,"s":44,"h":1,"hx":1,"n":"Copper Dragon"},{"id":21961,"c":46,"u":"death%20tyrant_mm","p":29,"s":44,"h":1,"hx":1,"n":"Death Tyrant"},{"id":21962,"c":46,"u":"demilich_mm","p":48,"s":44,"h":1,"hx":1,"n":"Demilich"},{"id":21963,"c":46,"u":"gold%20dragon_mm","p":114,"s":44,"h":1,"hx":1,"n":"Gold Dragon"},{"id":21964,"c":46,"u":"green%20dragon_mm","p":94,"s":44,"h":1,"hx":1,"n":"Green Dragon"},{"id":21965,"c":46,"u":"green%20hag_mm","p":177,"s":44,"h":1,"hx":1,"n":"Green Hag"},{"id":21966,"c":46,"u":"kraken_mm","p":197,"s":44,"h":1,"hx":1,"n":"Kraken"},{"id":21967,"c":46,"u":"lich_mm","p":202,"s":44,"h":1,"hx":1,"n":"Lich"},{"id":21968,"c":46,"u":"mummy%20lord_mm","p":229,"s":44,"h":1,"hx":1,"n":"Mummy Lord"},{"id":21969,"c":46,"u":"night%20hag_mm","p":178,"s":44,"h":1,"hx":1,"n":"Night Hag"},{"id":21970,"c":46,"u":"red%20dragon_mm","p":98,"s":44,"h":1,"hx":1,"n":"Red Dragon"},{"id":21971,"c":46,"u":"sea%20hag_mm","p":179,"s":44,"h":1,"hx":1,"n":"Sea Hag"},{"id":21972,"c":46,"u":"silver%20dragon_mm","p":117,"s":44,"h":1,"hx":1,"n":"Silver Dragon"},{"id":21973,"c":46,"u":"sphinx_mm","p":281,"s":44,"h":1,"hx":1,"n":"Sphinx"},{"id":21974,"c":46,"u":"unicorn_mm","p":294,"s":44,"h":1,"hx":1,"n":"Unicorn"},{"id":21975,"c":46,"u":"vampire_mm","p":297,"s":44,"h":1,"hx":1,"n":"Vampire"},{"id":21976,"c":46,"u":"white%20dragon_mm","p":101,"s":44,"h":1,"hx":1,"n":"White Dragon"},{"id":21977,"c":46,"u":"arasta_mot","p":248,"s":45,"h":1,"hx":1,"n":"Arasta"},{"id":21978,"c":46,"u":"hythonia_mot","p":252,"s":45,"h":1,"hx":1,"n":"Hythonia"},{"id":21979,"c":46,"u":"tromokratis_mot","p":254,"s":45,"h":1,"hx":1,"n":"Tromokratis"},{"id":21980,"c":46,"u":"baernaloth_mpp","s":46,"h":1,"hx":1,"n":"Baernaloth"},{"id":21981,"c":46,"u":"darkweaver_mpp","s":46,"h":1,"hx":1,"n":"Darkweaver"},{"id":21982,"c":46,"u":"time%20dragon_mpp","s":46,"h":1,"hx":1,"n":"Time Dragon"},{"id":21983,"c":46,"u":"balhannoth_mtf","p":119,"s":47,"h":1,"hx":1,"n":"Balhannoth"},{"id":21984,"c":46,"u":"baphomet_mtf","p":143,"s":47,"h":1,"hx":1,"n":"Baphomet"},{"id":21985,"c":46,"u":"demogorgon_mtf","p":144,"s":47,"h":1,"hx":1,"n":"Demogorgon"},{"id":21986,"c":46,"u":"fraz-urb'luu_mtf","p":146,"s":47,"h":1,"hx":1,"n":"Fraz-Urb'luu"},{"id":21987,"c":46,"u":"geryon_mtf","p":173,"s":47,"h":1,"hx":1,"n":"Geryon"},{"id":21988,"c":46,"u":"githzerai%20anarch_mtf","p":207,"s":47,"h":1,"hx":1,"n":"Githzerai Anarch"},{"id":21989,"c":46,"u":"graz'zt_mtf","p":149,"s":47,"h":1,"hx":1,"n":"Graz'zt"},{"id":21990,"c":46,"u":"juiblex_mtf","p":151,"s":47,"h":1,"hx":1,"n":"Juiblex"},{"id":21991,"c":46,"u":"merrenoloth_mtf","p":250,"s":47,"h":1,"hx":1,"n":"Merrenoloth"},{"id":21992,"c":46,"u":"orcus_mtf","p":153,"s":47,"h":1,"hx":1,"n":"Orcus"},{"id":21993,"c":46,"u":"yeenoghu_mtf","p":155,"s":47,"h":1,"hx":1,"n":"Yeenoghu"},{"id":21994,"c":46,"u":"zariel_mtf","p":180,"s":47,"h":1,"hx":1,"n":"Zariel"},{"id":21995,"c":46,"u":"zuggtmoy_mtf","p":157,"s":47,"h":1,"hx":1,"n":"Zuggtmoy"},{"id":21996,"c":46,"u":"aerisi%20kalinoth_pota","p":192,"s":52,"h":1,"hx":1,"n":"Aerisi Kalinoth"},{"id":21997,"c":46,"u":"gar%20shatterkeel_pota","p":208,"s":52,"h":1,"hx":1,"n":"Gar Shatterkeel"},{"id":21998,"c":46,"u":"imix_pota","p":214,"s":52,"h":1,"hx":1,"n":"Imix"},{"id":21999,"c":46,"u":"marlos%20urnrayle_pota","p":199,"s":52,"h":1,"hx":1,"n":"Marlos Urnrayle"},{"id":22000,"c":46,"u":"ogr%c3%a9moch_pota","p":216,"s":52,"h":1,"hx":1,"n":"Ogremoch"},{"id":22001,"c":46,"u":"olhydra_pota","p":218,"s":52,"h":1,"hx":1,"n":"Olhydra"},{"id":22002,"c":46,"u":"vanifer_pota","p":203,"s":52,"h":1,"hx":1,"n":"Vanifer"},{"id":22003,"c":46,"u":"yan-c-bin_pota","p":221,"s":52,"h":1,"hx":1,"n":"Yan-C-Bin"},{"id":22004,"c":46,"u":"froghemoth%20elder_qftis","s":53,"h":1,"hx":1,"n":"Froghemoth Elder"},{"id":22005,"c":46,"u":"nafas_qftis","s":53,"h":1,"hx":1,"n":"Nafas"},{"id":22006,"c":46,"u":"the%20gardener_qftis","s":53,"h":1,"hx":1,"n":"The Gardener"},{"id":22007,"c":46,"u":"zargon%20the%20returner_qftis","s":53,"h":1,"hx":1,"n":"Zargon the Returner"},{"id":22008,"c":46,"u":"murgaxor_scc","p":180,"s":56,"h":1,"hx":1,"n":"Murgaxor"},{"id":22009,"c":46,"u":"bear%20king_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Bear King"},{"id":22010,"c":46,"u":"cave%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Cave Dragon"},{"id":22011,"c":46,"u":"demon%20lord%20mechuiti_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Demon Lord Mechuiti"},{"id":22012,"c":46,"u":"demon%20lord%20qorgeth_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Demon Lord Qorgeth"},{"id":22013,"c":46,"u":"flame%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Flame Dragon"},{"id":22014,"c":46,"u":"hraesvelgr_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Hraesvelgr"},{"id":22015,"c":46,"u":"lord%20of%20the%20hunt_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Lord of the Hunt"},{"id":22016,"c":46,"u":"mithral%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Mithral Dragon"},{"id":22017,"c":46,"u":"moonlit%20king_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Moonlit King"},{"id":22018,"c":46,"u":"nihileth%20aboleth_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Nihileth Aboleth"},{"id":22019,"c":46,"u":"pact%20vampire_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Pact Vampire"},{"id":22020,"c":46,"u":"queen%20of%20night%20and%20magic_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Queen of Night and Magic"},{"id":22021,"c":46,"u":"queen%20of%20witches_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Queen of Witches"},{"id":22022,"c":46,"u":"river%20king_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"River King"},{"id":22023,"c":46,"u":"sea%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Sea Dragon"},{"id":22024,"c":46,"u":"snow%20queen_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Snow Queen"},{"id":22025,"c":46,"u":"tosculi%20hive%20queen_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Tosculi Hive Queen"},{"id":22026,"c":46,"u":"void%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Void Dragon"},{"id":22027,"c":46,"u":"wind%20dragon_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Wind Dragon"},{"id":22028,"c":46,"u":"zmey_tob1-2023","s":63,"h":1,"hx":1,"dP":1,"n":"Zmey"},{"id":22029,"c":46,"u":"annis%20hag_vgm","p":159,"s":66,"h":1,"hx":1,"n":"Annis Hag"},{"id":22030,"c":46,"u":"bheur%20hag_vgm","p":160,"s":66,"h":1,"hx":1,"n":"Bheur Hag"},{"id":22031,"c":46,"u":"elder%20brain_vgm","p":173,"s":66,"h":1,"hx":1,"n":"Elder Brain"},{"id":22032,"c":46,"u":"hag_vgm","p":159,"s":66,"h":1,"hx":1,"n":"Hag"},{"id":22033,"c":46,"u":"illithilich_vgm","p":172,"s":66,"h":1,"hx":1,"n":"Illithilich"},{"id":22034,"c":46,"u":"ki-rin_vgm","p":163,"s":66,"h":1,"hx":1,"n":"Ki-rin"},{"id":22035,"c":46,"u":"morkoth_vgm","p":177,"s":66,"h":1,"hx":1,"n":"Morkoth"},{"id":22036,"c":46,"u":"storm%20giant%20quintessent_vgm","p":151,"s":66,"h":1,"hx":1,"n":"Storm Giant Quintessent"},{"id":22037,"c":46,"u":"captain%20n'ghathrod_wdmm","p":250,"s":70,"h":1,"hx":1,"n":"Captain N'ghathrod"},{"id":22038,"c":46,"u":"fazrian_wdmm","p":275,"s":70,"h":1,"hx":1,"n":"Fazrian"},{"id":22039,"c":46,"u":"halaster%20blackcloak_wdmm","p":310,"s":70,"h":1,"hx":1,"n":"Halaster Blackcloak"},{"id":22040,"c":46,"u":"keresta%20delvingstone_wdmm","p":232,"s":70,"h":1,"hx":1,"n":"Keresta Delvingstone"},{"id":22041,"c":46,"u":"kyrilla%2c%20accursed%20gorgon_aitfr-dn","p":12,"s":72,"h":1,"hx":1,"n":"Kyrilla, Accursed Gorgon"},{"id":22042,"c":46,"u":"thessalkraken_imr","p":87,"s":79,"h":1,"hx":1,"n":"Thessalkraken"},{"id":22043,"c":46,"u":"gar%20shatterkeel_lr","p":18,"s":81,"h":1,"hx":1,"n":"Gar Shatterkeel"},{"id":22044,"c":31,"u":"apparatus%20of%20kwalish_xdmg","p":229,"s":5,"h":1,"n":"Apparatus of Kwalish"},{"id":22045,"c":31,"u":"bombard_aag","p":26,"s":102,"h":1,"n":"Bombard"},{"id":22046,"c":31,"u":"damselfly%20ship_aag","p":26,"s":102,"h":1,"n":"Damselfly Ship"},{"id":22047,"c":31,"u":"flying%20fish%20ship_aag","p":26,"s":102,"h":1,"n":"Flying Fish Ship"},{"id":22048,"c":31,"u":"hammerhead%20ship_aag","p":32,"s":102,"h":1,"n":"Hammerhead Ship"},{"id":22049,"c":31,"u":"lamprey%20ship_aag","p":34,"s":102,"h":1,"n":"Lamprey Ship"},{"id":22050,"c":31,"u":"living%20ship_aag","p":36,"s":102,"h":1,"n":"Living Ship"},{"id":22051,"c":31,"u":"nautiloid_aag","p":38,"s":102,"h":1,"n":"Nautiloid"},{"id":22052,"c":31,"u":"nightspider_aag","p":40,"s":102,"h":1,"n":"Nightspider"},{"id":22053,"c":31,"u":"scorpion%20ship_aag","p":42,"s":102,"h":1,"n":"Scorpion Ship"},{"id":22054,"c":31,"u":"shrike%20ship_aag","p":44,"s":102,"h":1,"n":"Shrike Ship"},{"id":22055,"c":31,"u":"space%20galleon_aag","p":46,"s":102,"h":1,"n":"Space Galleon"},{"id":22056,"c":31,"u":"squid%20ship_aag","p":48,"s":102,"h":1,"n":"Squid Ship"},{"id":22057,"c":31,"u":"star%20moth_aag","p":50,"s":102,"h":1,"n":"Star Moth"},{"id":22058,"c":31,"u":"turtle%20ship_aag","p":52,"s":102,"h":1,"n":"Turtle Ship"},{"id":22059,"c":31,"u":"tyrant%20ship_aag","p":54,"s":102,"h":1,"n":"Tyrant Ship"},{"id":22060,"c":31,"u":"wasp%20ship_aag","p":56,"s":102,"h":1,"n":"Wasp Ship"},{"id":22061,"c":31,"u":"battle%20balloon_ai","p":218,"s":15,"h":1,"n":"Battle Balloon"},{"id":22062,"c":31,"u":"mechanical%20beholder_ai","p":219,"s":15,"h":1,"n":"Mechanical Beholder"},{"id":22063,"c":31,"u":"demon%20grinder_bgdia","p":219,"s":17,"h":1,"n":"Demon Grinder"},{"id":22064,"c":31,"u":"devil's%20ride_bgdia","p":218,"s":17,"h":1,"n":"Devil's Ride"},{"id":22065,"c":31,"u":"scavenger_bgdia","p":219,"s":17,"h":1,"n":"Scavenger"},{"id":22066,"c":31,"u":"tormentor_bgdia","p":218,"s":17,"h":1,"n":"Tormentor"},{"id":22067,"c":31,"u":"stahlmaster_dd","p":235,"s":122,"h":1,"dP":1,"n":"Stahlmaster"},{"id":22068,"c":31,"u":"tasha's%20creeping%20keelboat_ditlcot","p":15,"s":23,"h":1,"n":"Tasha's Creeping Keelboat"},{"id":22069,"c":31,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"n":"Apparatus of Kwalish"},{"id":22070,"c":31,"u":"apparatus%20of%20kwalish_dmg","p":151,"s":24,"h":1,"r":1,"n":"Apparatus of the Crab"},{"id":22071,"c":31,"u":"galley_gos","p":187,"s":33,"h":1,"n":"Galley"},{"id":22072,"c":31,"u":"keelboat_gos","p":188,"s":33,"h":1,"n":"Keelboat"},{"id":22073,"c":31,"u":"longship_gos","p":190,"s":33,"h":1,"n":"Longship"},{"id":22074,"c":31,"u":"rowboat_gos","p":190,"s":33,"h":1,"n":"Rowboat"},{"id":22075,"c":31,"u":"sailing%20ship_gos","p":192,"s":33,"h":1,"n":"Sailing Ship"},{"id":22076,"c":31,"u":"warship_gos","p":194,"s":33,"h":1,"n":"Warship"},{"id":22077,"c":31,"u":"astral%20brig_mtf","p":90,"s":47,"h":1,"n":"Astral Brig"},{"id":22078,"c":31,"u":"astral%20skiff_mtf","p":90,"s":47,"h":1,"n":"Astral Skiff"},{"id":22079,"c":31,"u":"planar%20raider_mtf","p":90,"s":47,"h":1,"n":"Planar Raider"},{"id":22080,"c":31,"u":"venatrix_veor","s":65,"h":1,"n":"Venatrix"},{"id":22090,"c":35,"u":"arcane%20artillery_gos","p":197,"s":33,"h":1,"n":"Arcane Artillery"},{"id":22092,"c":35,"u":"churning%20hull_gos","p":196,"s":33,"h":1,"n":"Churning Hull"},{"id":22093,"c":35,"u":"clockwork%20oars_gos","p":197,"s":33,"h":1,"n":"Clockwork Oars"},{"id":22094,"c":35,"u":"concussive%20rounds_gos","p":197,"s":33,"h":1,"n":"Concussive Rounds"},{"id":22095,"c":35,"u":"death%20vessel_gos","p":196,"s":33,"h":1,"n":"Death Vessel"},{"id":22096,"c":35,"u":"defiant%20sails_gos","p":197,"s":33,"h":1,"n":"Defiant Sails"},{"id":22097,"c":35,"u":"dragon%20sails_gos","p":197,"s":33,"h":1,"n":"Dragon Sails"},{"id":22098,"c":35,"u":"ever-full%20sails_gos","p":197,"s":33,"h":1,"n":"Ever-Full Sails"},{"id":22099,"c":35,"u":"explosive%20rounds_gos","p":197,"s":33,"h":1,"n":"Explosive Rounds"},{"id":22100,"c":35,"u":"frost-locked%20hull_gos","p":196,"s":33,"h":1,"n":"Frost-Locked Hull"},{"id":22101,"c":35,"u":"grasping%20rounds_gos","p":197,"s":33,"h":1,"n":"Grasping Rounds"},{"id":22102,"c":35,"u":"guardian%20figurehead_gos","p":198,"s":33,"h":1,"n":"Guardian Figurehead"},{"id":22103,"c":35,"u":"living%20vessel_gos","p":196,"s":33,"h":1,"n":"Living Vessel"},{"id":22104,"c":35,"u":"red%20dragon%20figurehead_gos","p":198,"s":33,"h":1,"n":"Red Dragon Figurehead"},{"id":22105,"c":35,"u":"reinforced%20hull_gos","p":197,"s":33,"h":1,"n":"Reinforced Hull"},{"id":22106,"c":35,"u":"screaming%20sails_gos","p":197,"s":33,"h":1,"n":"Screaming Sails"},{"id":22107,"c":35,"u":"scything%20oars_gos","p":197,"s":33,"h":1,"n":"Scything Oars"},{"id":22109,"c":35,"u":"storm%20giant%20figurehead_gos","p":198,"s":33,"h":1,"n":"Storm Giant Figurehead"},{"id":22111,"c":35,"u":"vigilant%20watch_gos","p":197,"s":33,"h":1,"n":"Vigilant Watch"},{"id":22112,"c":36,"u":"acidic%20bile%20sprayer_bgdia","p":221,"s":17,"h":1,"n":"Acidic Bile Sprayer"},{"id":22113,"c":36,"u":"canian%20armor_bgdia","p":221,"s":17,"h":1,"n":"Canian Armor"},{"id":22114,"c":36,"u":"flamethrower_bgdia","p":221,"s":17,"h":1,"n":"Flamethrower"},{"id":22115,"c":36,"u":"gilded%20death%20armor_bgdia","p":222,"s":17,"h":1,"n":"Gilded Death Armor"},{"id":22116,"c":36,"u":"infernal%20screamer_bgdia","p":221,"s":17,"h":1,"n":"Infernal Screamer"},{"id":22117,"c":36,"u":"necrotic%20smoke%20screen_bgdia","p":222,"s":17,"h":1,"n":"Necrotic Smoke Screen"},{"id":22118,"c":36,"u":"soul%20spike%20armor_bgdia","p":222,"s":17,"h":1,"n":"Soul Spike Armor"},{"id":22119,"c":36,"u":"styx%20sprayer_bgdia","p":221,"s":17,"h":1,"n":"Styx Sprayer"},{"id":22120,"c":36,"u":"teleporter_bgdia","p":222,"s":17,"h":1,"n":"Teleporter"},{"id":22143,"c":42,"u":"identify%20a%20spell_xge","p":85,"s":6,"h":1,"n":"Identify a Spell"},{"id":22144,"c":42,"u":"waking%20someone_xge","p":77,"s":6,"h":1,"n":"Waking Someone"},{"id":22145,"c":42,"u":"attack_xphb","p":361,"s":8,"h":1,"n":"Attack"},{"id":22146,"c":42,"u":"dash_xphb","p":365,"s":8,"h":1,"n":"Dash"},{"id":22147,"c":42,"u":"disengage_xphb","p":366,"s":8,"h":1,"n":"Disengage"},{"id":22148,"c":42,"u":"dodge_xphb","p":366,"s":8,"h":1,"n":"Dodge"},{"id":22149,"c":42,"u":"don%20or%20doff%20a%20shield_xphb","p":219,"s":8,"h":1,"n":"Don or Doff a Shield"},{"id":22150,"c":42,"u":"end%20concentration_xphb","p":363,"s":8,"h":1,"n":"End Concentration"},{"id":22151,"c":42,"u":"escape%20a%20grapple_xphb","p":367,"s":8,"h":1,"n":"Escape a Grapple"},{"id":22152,"c":42,"u":"help_xphb","p":368,"s":8,"h":1,"n":"Help"},{"id":22153,"c":42,"u":"hide_xphb","p":368,"s":8,"h":1,"n":"Hide"},{"id":22154,"c":42,"u":"improvising%20an%20action_xphb","p":15,"s":8,"h":1,"n":"Improvising an Action"},{"id":22155,"c":42,"u":"influence_xphb","p":369,"s":8,"h":1,"n":"Influence"},{"id":22156,"c":42,"u":"magic_xphb","p":371,"s":8,"h":1,"n":"Magic"},{"id":22157,"c":42,"u":"opportunity%20attack_xphb","p":371,"s":8,"h":1,"n":"Opportunity Attack"},{"id":22158,"c":42,"u":"ready_xphb","p":372,"s":8,"h":1,"n":"Ready"},{"id":22159,"c":42,"u":"search_xphb","p":373,"s":8,"h":1,"n":"Search"},{"id":22160,"c":42,"u":"study_xphb","p":375,"s":8,"h":1,"n":"Study"},{"id":22161,"c":42,"u":"two-weapon%20fighting_xphb","p":213,"s":8,"h":1,"n":"Two-Weapon Fighting"},{"id":22162,"c":42,"u":"utilize_xphb","p":377,"s":8,"h":1,"n":"Utilize"},{"id":22163,"c":42,"u":"activate%20an%20item_dmg","p":141,"s":24,"h":1,"r":1,"n":"Activate an Item"},{"id":22164,"c":42,"u":"climb%20onto%20a%20bigger%20creature_dmg","p":271,"s":24,"h":1,"n":"Climb onto a Bigger Creature"},{"id":22165,"c":42,"u":"disarm_dmg","p":271,"s":24,"h":1,"n":"Disarm"},{"id":22166,"c":42,"u":"healing%20surge_dmg","p":266,"s":24,"h":1,"n":"Healing Surge"},{"id":22167,"c":42,"u":"mark_dmg","p":271,"s":24,"h":1,"n":"Mark"},{"id":22168,"c":42,"u":"overrun_dmg","p":272,"s":24,"h":1,"n":"Overrun"},{"id":22169,"c":42,"u":"shove%20aside_dmg","p":272,"s":24,"h":1,"n":"Shove Aside"},{"id":22170,"c":42,"u":"tumble_dmg","p":272,"s":24,"h":1,"n":"Tumble"},{"id":22171,"c":42,"u":"attack_phb","p":192,"s":51,"h":1,"r":1,"n":"Attack"},{"id":22172,"c":42,"u":"cast%20a%20spell_phb","p":192,"s":51,"h":1,"r":1,"n":"Cast a Spell"},{"id":22173,"c":42,"u":"dash_phb","p":192,"s":51,"h":1,"r":1,"n":"Dash"},{"id":22174,"c":42,"u":"disengage_phb","p":192,"s":51,"h":1,"r":1,"n":"Disengage"},{"id":22175,"c":42,"u":"dodge_phb","p":192,"s":51,"h":1,"r":1,"n":"Dodge"},{"id":22176,"c":42,"u":"don%20or%20doff%20a%20shield_phb","p":146,"s":51,"h":1,"r":1,"n":"Don or Doff a Shield"},{"id":22177,"c":42,"u":"end%20concentration_phb","p":203,"s":51,"h":1,"r":1,"n":"End Concentration"},{"id":22178,"c":42,"u":"escape%20a%20grapple_phb","p":195,"s":51,"h":1,"r":1,"n":"Escape a Grapple"},{"id":22179,"c":42,"u":"grapple_phb","p":195,"s":51,"h":1,"r":1,"n":"Grapple"},{"id":22180,"c":42,"u":"help_phb","p":192,"s":51,"h":1,"r":1,"n":"Help"},{"id":22181,"c":42,"u":"hide_phb","p":192,"s":51,"h":1,"r":1,"n":"Hide"},{"id":22182,"c":42,"u":"improvising%20an%20action_phb","p":193,"s":51,"h":1,"n":"Improvising an Action"},{"id":22183,"c":42,"u":"opportunity%20attack_phb","p":195,"s":51,"h":1,"r":1,"n":"Opportunity Attack"},{"id":22184,"c":42,"u":"other%20activity_phb","p":190,"s":51,"h":1,"r":1,"n":"Other Activity"},{"id":22185,"c":42,"u":"ready_phb","p":193,"s":51,"h":1,"r":1,"n":"Ready"},{"id":22186,"c":42,"u":"search_phb","p":193,"s":51,"h":1,"r":1,"n":"Search"},{"id":22187,"c":42,"u":"shove_phb","p":195,"s":51,"h":1,"r":1,"n":"Shove"},{"id":22188,"c":42,"u":"stabilize%20a%20creature_phb","p":197,"s":51,"h":1,"r":1,"n":"Stabilize a Creature"},{"id":22189,"c":42,"u":"two-weapon%20fighting_phb","p":195,"s":51,"h":1,"r":1,"n":"Two-Weapon Fighting"},{"id":22190,"c":42,"u":"use%20an%20object_phb","p":193,"s":51,"h":1,"r":1,"n":"Use an Object"},{"id":22191,"c":43,"u":"alzhedo_scag","p":112,"s":106,"h":1,"n":"Alzhedo"},{"id":22192,"c":43,"u":"chessentan_scag","p":112,"s":106,"h":1,"n":"Chessentan"},{"id":22193,"c":43,"u":"chondathan_scag","p":112,"s":106,"h":1,"n":"Chondathan"},{"id":22194,"c":43,"u":"damaran_scag","p":112,"s":106,"h":1,"n":"Damaran"},{"id":22195,"c":43,"u":"dambrathan_scag","p":112,"s":106,"h":1,"n":"Dambrathan"},{"id":22196,"c":43,"u":"guran_scag","p":112,"s":106,"h":1,"n":"Guran"},{"id":22197,"c":43,"u":"halruaan_scag","p":112,"s":106,"h":1,"n":"Halruaan"},{"id":22198,"c":43,"u":"illuskan_scag","p":112,"s":106,"h":1,"n":"Illuskan"},{"id":22199,"c":43,"u":"midani_scag","p":112,"s":106,"h":1,"n":"Midani"},{"id":22200,"c":43,"u":"mulhorandi_scag","p":112,"s":106,"h":1,"n":"Mulhorandi"},{"id":22201,"c":43,"u":"rashemi_scag","p":112,"s":106,"h":1,"n":"Rashemi"},{"id":22202,"c":43,"u":"roushoum_scag","p":112,"s":106,"h":1,"n":"Roushoum"},{"id":22203,"c":43,"u":"shaaran_scag","p":112,"s":106,"h":1,"n":"Shaaran"},{"id":22204,"c":43,"u":"shou_scag","p":112,"s":106,"h":1,"n":"Shou"},{"id":22205,"c":43,"u":"thayan_scag","p":112,"s":106,"h":1,"n":"Thayan"},{"id":22206,"c":43,"u":"tuigan_scag","p":112,"s":106,"h":1,"n":"Tuigan"},{"id":22207,"c":43,"u":"turmic_scag","p":112,"s":106,"h":1,"n":"Turmic"},{"id":22208,"c":43,"u":"uluik_scag","p":112,"s":106,"h":1,"n":"Uluik"},{"id":22209,"c":43,"u":"untheric_scag","p":112,"s":106,"h":1,"n":"Untheric"},{"id":22210,"c":43,"u":"waelan_scag","p":112,"s":106,"h":1,"n":"Waelan"},{"id":22211,"c":43,"u":"abyssal_xphb","p":37,"s":8,"h":1,"n":"Abyssal"},{"id":22212,"c":43,"u":"celestial_xphb","p":37,"s":8,"h":1,"n":"Celestial"},{"id":22213,"c":43,"u":"common_xphb","p":37,"s":8,"h":1,"n":"Common"},{"id":22214,"c":43,"u":"common%20sign%20language_xphb","p":37,"s":8,"h":1,"n":"Common Sign Language"},{"id":22215,"c":43,"u":"deep%20speech_xphb","p":37,"s":8,"h":1,"n":"Deep Speech"},{"id":22216,"c":43,"u":"draconic_xphb","p":37,"s":8,"h":1,"n":"Draconic"},{"id":22217,"c":43,"u":"druidic_xphb","p":37,"s":8,"h":1,"n":"Druidic"},{"id":22218,"c":43,"u":"dwarvish_xphb","p":37,"s":8,"h":1,"n":"Dwarvish"},{"id":22219,"c":43,"u":"elvish_xphb","p":37,"s":8,"h":1,"n":"Elvish"},{"id":22220,"c":43,"u":"giant_xphb","p":37,"s":8,"h":1,"n":"Giant"},{"id":22221,"c":43,"u":"gnomish_xphb","p":37,"s":8,"h":1,"n":"Gnomish"},{"id":22222,"c":43,"u":"goblin_xphb","p":37,"s":8,"h":1,"n":"Goblin"},{"id":22223,"c":43,"u":"halfling_xphb","p":37,"s":8,"h":1,"n":"Halfling"},{"id":22224,"c":43,"u":"infernal_xphb","p":37,"s":8,"h":1,"n":"Infernal"},{"id":22225,"c":43,"u":"orc_xphb","p":37,"s":8,"h":1,"n":"Orc"},{"id":22226,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"n":"Primordial"},{"id":22227,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"n":"Auran"},{"id":22228,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"n":"Aquan"},{"id":22229,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"n":"Ignan"},{"id":22230,"c":43,"u":"primordial_xphb","p":37,"s":8,"h":1,"n":"Terran"},{"id":22231,"c":43,"u":"sylvan_xphb","p":37,"s":8,"h":1,"n":"Sylvan"},{"id":22232,"c":43,"u":"thieves'%20cant_xphb","p":37,"s":8,"h":1,"n":"Thieves' Cant"},{"id":22233,"c":43,"u":"undercommon_xphb","p":37,"s":8,"h":1,"n":"Undercommon"},{"id":22234,"c":43,"u":"deep%20crow_ai","p":210,"s":15,"h":1,"n":"Deep Crow"},{"id":22235,"c":43,"u":"abanasinian_dsotdq","p":9,"s":27,"h":1,"n":"Abanasinian"},{"id":22236,"c":43,"u":"common_dsotdq","p":9,"s":27,"h":1,"n":"Common"},{"id":22237,"c":43,"u":"draconic_dsotdq","p":9,"s":27,"h":1,"n":"Draconic"},{"id":22238,"c":43,"u":"dwarvish_dsotdq","p":9,"s":27,"h":1,"n":"Dwarvish"},{"id":22239,"c":43,"u":"elvish_dsotdq","p":9,"s":27,"h":1,"n":"Elvish"},{"id":22240,"c":43,"u":"ergot_dsotdq","p":9,"s":27,"h":1,"n":"Ergot"},{"id":22241,"c":43,"u":"gnomish_dsotdq","p":9,"s":27,"h":1,"n":"Gnomish"},{"id":22242,"c":43,"u":"goblin_dsotdq","p":9,"s":27,"h":1,"n":"Goblin"},{"id":22243,"c":43,"u":"istarian_dsotdq","p":9,"s":27,"h":1,"n":"Istarian"},{"id":22244,"c":43,"u":"kenderspeak_dsotdq","p":9,"s":27,"h":1,"n":"Kenderspeak"},{"id":22245,"c":43,"u":"kharolian_dsotdq","p":9,"s":27,"h":1,"n":"Kharolian"},{"id":22246,"c":43,"u":"khur_dsotdq","p":9,"s":27,"h":1,"n":"Khur"},{"id":22247,"c":43,"u":"kothian_dsotdq","p":9,"s":27,"h":1,"n":"Kothian"},{"id":22248,"c":43,"u":"nerakese_dsotdq","p":9,"s":27,"h":1,"n":"Nerakese"},{"id":22249,"c":43,"u":"nordmaarian_dsotdq","p":9,"s":27,"h":1,"n":"Nordmaarian"},{"id":22250,"c":43,"u":"ogre_dsotdq","p":9,"s":27,"h":1,"n":"Ogre"},{"id":22251,"c":43,"u":"primordial_dsotdq","p":9,"s":27,"h":1,"n":"Primordial"},{"id":22252,"c":43,"u":"solamnic_dsotdq","p":9,"s":27,"h":1,"n":"Solamnic"},{"id":22253,"c":43,"u":"sylvan_dsotdq","p":9,"s":27,"h":1,"n":"Sylvan"},{"id":22254,"c":43,"u":"marquesian_egw","p":9,"s":28,"h":1,"dP":1,"n":"Marquesian"},{"id":22255,"c":43,"u":"naush_egw","p":9,"s":28,"h":1,"dP":1,"n":"Naush"},{"id":22256,"c":43,"u":"zemnian_egw","p":9,"s":28,"h":1,"dP":1,"n":"Zemnian"},{"id":22257,"c":43,"u":"celestial_erlw","p":6,"s":29,"h":1,"n":"Celestial"},{"id":22258,"c":43,"u":"common_erlw","p":6,"s":29,"h":1,"n":"Common"},{"id":22259,"c":43,"u":"daelkyr_erlw","p":6,"s":29,"h":1,"n":"Daelkyr"},{"id":22260,"c":43,"u":"draconic_erlw","p":6,"s":29,"h":1,"n":"Draconic"},{"id":22261,"c":43,"u":"dwarvish_erlw","p":6,"s":29,"h":1,"n":"Dwarvish"},{"id":22262,"c":43,"u":"elvish_erlw","p":6,"s":29,"h":1,"n":"Elvish"},{"id":22263,"c":43,"u":"giant_erlw","p":6,"s":29,"h":1,"n":"Giant"},{"id":22264,"c":43,"u":"gnomish_erlw","p":6,"s":29,"h":1,"n":"Gnomish"},{"id":22265,"c":43,"u":"goblin_erlw","p":6,"s":29,"h":1,"n":"Goblin"},{"id":22266,"c":43,"u":"halfling_erlw","p":6,"s":29,"h":1,"n":"Halfling"},{"id":22267,"c":43,"u":"infernal_erlw","p":6,"s":29,"h":1,"n":"Infernal"},{"id":22268,"c":43,"u":"orc_erlw","p":6,"s":29,"h":1,"n":"Orc"},{"id":22269,"c":43,"u":"primordial_erlw","p":6,"s":29,"h":1,"n":"Primordial"},{"id":22270,"c":43,"u":"quori_erlw","p":6,"s":29,"h":1,"n":"Quori"},{"id":22271,"c":43,"u":"riedran_erlw","p":6,"s":29,"h":1,"n":"Riedran"},{"id":22272,"c":43,"u":"sylvan_erlw","p":6,"s":29,"h":1,"n":"Sylvan"},{"id":22273,"c":43,"u":"abyssal_ggr","p":9,"s":31,"h":1,"n":"Abyssal"},{"id":22274,"c":43,"u":"celestial_ggr","p":9,"s":31,"h":1,"n":"Celestial"},{"id":22275,"c":43,"u":"common_ggr","p":9,"s":31,"h":1,"n":"Common"},{"id":22276,"c":43,"u":"draconic_ggr","p":9,"s":31,"h":1,"n":"Draconic"},{"id":22277,"c":43,"u":"druidic_ggr","p":9,"s":31,"h":1,"n":"Druidic"},{"id":22278,"c":43,"u":"elvish_ggr","p":9,"s":31,"h":1,"n":"Elvish"},{"id":22279,"c":43,"u":"giant_ggr","p":9,"s":31,"h":1,"n":"Giant"},{"id":22280,"c":43,"u":"goblin_ggr","p":9,"s":31,"h":1,"n":"Goblin"},{"id":22281,"c":43,"u":"kraul_ggr","p":9,"s":31,"h":1,"n":"Kraul"},{"id":22282,"c":43,"u":"loxodon_ggr","p":9,"s":31,"h":1,"n":"Loxodon"},{"id":22283,"c":43,"u":"merfolk_ggr","p":9,"s":31,"h":1,"n":"Merfolk"},{"id":22284,"c":43,"u":"minotaur_ggr","p":9,"s":31,"h":1,"n":"Minotaur"},{"id":22285,"c":43,"u":"sphinx_ggr","p":9,"s":31,"h":1,"n":"Sphinx"},{"id":22286,"c":43,"u":"sylvan_ggr","p":9,"s":31,"h":1,"n":"Sylvan"},{"id":22287,"c":43,"u":"thieves'%20cant_ggr","p":9,"s":31,"h":1,"n":"Thieves' Cant"},{"id":22288,"c":43,"u":"vedalken_ggr","p":9,"s":31,"h":1,"n":"Vedalken"},{"id":22289,"c":43,"u":"netherese_hotdq","p":93,"s":36,"h":1,"n":"Netherese"},{"id":22290,"c":43,"u":"loross_idrotf","p":221,"s":37,"h":1,"n":"Loross"},{"id":22291,"c":43,"u":"aarakocra_mm","p":12,"s":44,"h":1,"n":"Aarakocra"},{"id":22292,"c":43,"u":"blink%20dog_mm","p":318,"s":44,"h":1,"n":"Blink Dog"},{"id":22293,"c":43,"u":"bullywug_mm","p":35,"s":44,"h":1,"n":"Bullywug"},{"id":22294,"c":43,"u":"giant%20eagle_mm","p":324,"s":44,"h":1,"n":"Giant Eagle"},{"id":22295,"c":43,"u":"giant%20elk_mm","p":325,"s":44,"h":1,"n":"Giant Elk"},{"id":22296,"c":43,"u":"giant%20owl_mm","p":327,"s":44,"h":1,"n":"Giant Owl"},{"id":22297,"c":43,"u":"gith_mm","p":160,"s":44,"h":1,"n":"Gith"},{"id":22298,"c":43,"u":"gith_mm","p":160,"s":44,"h":1,"n":"Githzerai"},{"id":22299,"c":43,"u":"gith_mm","p":160,"s":44,"h":1,"n":"Githyanki"},{"id":22300,"c":43,"u":"gnoll_mm","p":163,"s":44,"h":1,"n":"Gnoll"},{"id":22301,"c":43,"u":"grell_mm","p":172,"s":44,"h":1,"n":"Grell"},{"id":22302,"c":43,"u":"hook%20horror_mm","p":189,"s":44,"h":1,"n":"Hook Horror"},{"id":22303,"c":43,"u":"modron_mm","p":224,"s":44,"h":1,"n":"Modron"},{"id":22304,"c":43,"u":"otyugh_mm","p":248,"s":44,"h":1,"n":"Otyugh"},{"id":22305,"c":43,"u":"sahuagin_mm","p":263,"s":44,"h":1,"n":"Sahuagin"},{"id":22306,"c":43,"u":"slaad_mm","p":276,"s":44,"h":1,"n":"Slaad"},{"id":22307,"c":43,"u":"sphinx_mm","p":281,"s":44,"h":1,"n":"Sphinx"},{"id":22308,"c":43,"u":"thri-kreen_mm","p":288,"s":44,"h":1,"n":"Thri-kreen"},{"id":22309,"c":43,"u":"troglodyte_mm","p":290,"s":44,"h":1,"n":"Troglodyte"},{"id":22310,"c":43,"u":"umber%20hulk_mm","p":292,"s":44,"h":1,"n":"Umber Hulk"},{"id":22311,"c":43,"u":"winter%20wolf_mm","p":340,"s":44,"h":1,"n":"Winter Wolf"},{"id":22312,"c":43,"u":"worg_mm","p":341,"s":44,"h":1,"n":"Worg"},{"id":22313,"c":43,"u":"yeti_mm","p":305,"s":44,"h":1,"n":"Yeti"},{"id":22314,"c":43,"u":"celestial_mot","p":9,"s":45,"h":1,"n":"Celestial"},{"id":22315,"c":43,"u":"common_mot","p":9,"s":45,"h":1,"n":"Common"},{"id":22316,"c":43,"u":"draconic_mot","p":9,"s":45,"h":1,"n":"Draconic"},{"id":22317,"c":43,"u":"giant_mot","p":9,"s":45,"h":1,"n":"Giant"},{"id":22318,"c":43,"u":"leonin_mot","p":9,"s":45,"h":1,"n":"Leonin"},{"id":22319,"c":43,"u":"minotaur_mot","p":9,"s":45,"h":1,"n":"Minotaur"},{"id":22320,"c":43,"u":"primordial_mot","p":9,"s":45,"h":1,"n":"Primordial"},{"id":22321,"c":43,"u":"sphinx_mot","p":9,"s":45,"h":1,"n":"Sphinx"},{"id":22322,"c":43,"u":"sylvan_mot","p":9,"s":45,"h":1,"n":"Sylvan"},{"id":22323,"c":43,"u":"kruthik_mtf","p":211,"s":47,"h":1,"n":"Kruthik"},{"id":22324,"c":43,"u":"ixitxachitl_oota","p":225,"s":48,"h":1,"n":"Ixitxachitl"},{"id":22325,"c":43,"u":"abyssal_phb","p":123,"s":51,"h":1,"r":1,"n":"Abyssal"},{"id":22326,"c":43,"u":"celestial_phb","p":123,"s":51,"h":1,"r":1,"n":"Celestial"},{"id":22327,"c":43,"u":"common_phb","p":123,"s":51,"h":1,"r":1,"n":"Common"},{"id":22328,"c":43,"u":"deep%20speech_phb","p":123,"s":51,"h":1,"r":1,"n":"Deep Speech"},{"id":22329,"c":43,"u":"draconic_phb","p":123,"s":51,"h":1,"r":1,"n":"Draconic"},{"id":22330,"c":43,"u":"druidic_phb","p":64,"s":51,"h":1,"r":1,"n":"Druidic"},{"id":22331,"c":43,"u":"dwarvish_phb","p":123,"s":51,"h":1,"r":1,"n":"Dwarvish"},{"id":22332,"c":43,"u":"elvish_phb","p":123,"s":51,"h":1,"r":1,"n":"Elvish"},{"id":22333,"c":43,"u":"giant_phb","p":123,"s":51,"h":1,"r":1,"n":"Giant"},{"id":22334,"c":43,"u":"gnomish_phb","p":123,"s":51,"h":1,"r":1,"n":"Gnomish"},{"id":22335,"c":43,"u":"goblin_phb","p":123,"s":51,"h":1,"r":1,"n":"Goblin"},{"id":22336,"c":43,"u":"halfling_phb","p":123,"s":51,"h":1,"r":1,"n":"Halfling"},{"id":22337,"c":43,"u":"infernal_phb","p":123,"s":51,"h":1,"r":1,"n":"Infernal"},{"id":22338,"c":43,"u":"orc_phb","p":123,"s":51,"h":1,"r":1,"n":"Orc"},{"id":22339,"c":43,"u":"primordial_phb","p":123,"s":51,"h":1,"r":1,"n":"Primordial"},{"id":22340,"c":43,"u":"primordial_phb","p":123,"s":51,"h":1,"r":1,"n":"Auran"},{"id":22341,"c":43,"u":"primordial_phb","p":123,"s":51,"h":1,"r":1,"n":"Aquan"},{"id":22342,"c":43,"u":"primordial_phb","p":123,"s":51,"h":1,"r":1,"n":"Ignan"},{"id":22343,"c":43,"u":"primordial_phb","p":123,"s":51,"h":1,"r":1,"n":"Terran"},{"id":22344,"c":43,"u":"sylvan_phb","p":123,"s":51,"h":1,"r":1,"n":"Sylvan"},{"id":22345,"c":43,"u":"thieves'%20cant_phb","p":94,"s":51,"h":1,"r":1,"n":"Thieves' Cant"},{"id":22346,"c":43,"u":"undercommon_phb","p":123,"s":51,"h":1,"r":1,"n":"Undercommon"},{"id":22347,"c":43,"u":"ice%20toad_rot","p":90,"s":55,"h":1,"n":"Ice Toad"},{"id":22348,"c":43,"u":"bothii_skt","p":86,"s":58,"h":1,"n":"Bothii"},{"id":22349,"c":43,"u":"yikaria_skt","p":244,"s":58,"h":1,"n":"Yikaria"},{"id":22350,"c":43,"u":"olman_tftyp","p":238,"s":61,"h":1,"n":"Olman"},{"id":22351,"c":43,"u":"grung_vgm","p":156,"s":66,"h":1,"n":"Grung"},{"id":22352,"c":43,"u":"qualith_vgm","p":75,"s":66,"h":1,"n":"Qualith"},{"id":22353,"c":43,"u":"tlincalli_vgm","p":193,"s":66,"h":1,"n":"Tlincalli"},{"id":22354,"c":43,"u":"vegepygmy_vgm","p":196,"s":66,"h":1,"n":"Vegepygmy"},{"id":22355,"c":43,"u":"khenra_psa","p":18,"s":94,"h":1,"n":"Khenra"},{"id":22356,"c":43,"u":"naga_psa","p":18,"s":94,"h":1,"n":"Naga"},{"id":22357,"c":43,"u":"aven_psd","p":6,"s":95,"h":1,"n":"Aven"},{"id":22358,"c":43,"u":"homarid_psd","p":15,"s":95,"h":1,"n":"Homarid"},{"id":22359,"c":43,"u":"keldon_psd","p":19,"s":95,"h":1,"n":"Keldon"},{"id":22360,"c":43,"u":"common_psi","p":9,"s":96,"h":1,"n":"Common"},{"id":22361,"c":43,"u":"demonic_psi","p":9,"s":96,"h":1,"n":"Demonic"},{"id":22362,"c":43,"u":"draconic_psi","p":9,"s":96,"h":1,"n":"Draconic"},{"id":22363,"c":43,"u":"primordial_psi","p":9,"s":96,"h":1,"n":"Primordial"},{"id":22364,"c":43,"u":"coalition%20pidgin_psx","p":6,"s":98,"h":1,"n":"Coalition Pidgin"},{"id":22365,"c":43,"u":"common%20trade%20pidgin_psx","p":6,"s":98,"h":1,"n":"Common Trade Pidgin"},{"id":22366,"c":43,"u":"itzocan_psx","p":6,"s":98,"h":1,"n":"Itzocan"},{"id":22367,"c":43,"u":"merfolk_psx","p":6,"s":98,"h":1,"n":"Merfolk"},{"id":22368,"c":43,"u":"siren_psx","p":17,"s":98,"h":1,"n":"Siren"},{"id":22369,"c":43,"u":"vampire_psx","p":6,"s":98,"h":1,"n":"Vampire"},{"id":22370,"c":47,"u":"hollow%20one_egw","p":182,"s":28,"h":1,"dP":1,"n":"Hollow One"},{"id":22371,"c":47,"u":"cult%20of%20the%20dragon%20infiltrator_hotdq","p":87,"s":36,"h":1,"n":"Cult of the Dragon Infiltrator"},{"id":22372,"c":47,"u":"dragon%20scholar_hotdq","p":87,"s":36,"h":1,"n":"Dragon Scholar"},{"id":22373,"c":47,"u":"alagondar%20scion_idrotf","p":264,"s":37,"h":1,"n":"Alagondar Scion"},{"id":22374,"c":47,"u":"doppelganger_idrotf","p":264,"s":37,"h":1,"n":"Doppelganger"},{"id":22375,"c":47,"u":"drizzt%20fan_idrotf","p":264,"s":37,"h":1,"n":"Drizzt Fan"},{"id":22376,"c":47,"u":"elusive%20paramour_idrotf","p":264,"s":37,"h":1,"n":"Elusive Paramour"},{"id":22377,"c":47,"u":"escaped%20prisoner_idrotf","p":264,"s":37,"h":1,"n":"Escaped Prisoner"},{"id":22378,"c":47,"u":"littlest%20yeti_idrotf","p":264,"s":37,"h":1,"n":"Littlest Yeti"},{"id":22379,"c":47,"u":"midwinter%20child_idrotf","p":264,"s":37,"h":1,"n":"Midwinter Child"},{"id":22380,"c":47,"u":"old%20flame_idrotf","p":264,"s":37,"h":1,"n":"Old Flame"},{"id":22381,"c":47,"u":"orc%20stone_idrotf","p":264,"s":37,"h":1,"n":"Orc Stone"},{"id":22382,"c":47,"u":"owlbear%20whisperer_idrotf","p":264,"s":37,"h":1,"n":"Owlbear Whisperer"},{"id":22383,"c":47,"u":"pirate%20cannibal_idrotf","p":264,"s":37,"h":1,"n":"Pirate Cannibal"},{"id":22384,"c":47,"u":"reghed%20heir_idrotf","p":264,"s":37,"h":1,"n":"Reghed Heir"},{"id":22385,"c":47,"u":"reincarnation_idrotf","p":264,"s":37,"h":1,"n":"Reincarnation"},{"id":22386,"c":47,"u":"ring%20hunter_idrotf","p":264,"s":37,"h":1,"n":"Ring Hunter"},{"id":22387,"c":47,"u":"runaway%20author_idrotf","p":264,"s":37,"h":1,"n":"Runaway Author"},{"id":22388,"c":47,"u":"slaad%20host_idrotf","p":264,"s":37,"h":1,"n":"Slaad Host"},{"id":22389,"c":47,"u":"spy_idrotf","p":264,"s":37,"h":1,"n":"Spy"},{"id":22390,"c":47,"u":"anvilwrought_mot","p":12,"s":45,"h":1,"n":"Anvilwrought"},{"id":22391,"c":47,"u":"heroic%20destiny_mot","p":12,"s":45,"h":1,"n":"Heroic Destiny"},{"id":22392,"c":47,"u":"iconoclast_mot","p":12,"s":45,"h":1,"n":"Iconoclast"},{"id":22393,"c":47,"u":"inscrutable_mot","p":14,"s":45,"h":1,"n":"Inscrutable"},{"id":22394,"c":47,"u":"lifelong%20companion_mot","p":14,"s":45,"h":1,"n":"Lifelong Companion"},{"id":22395,"c":47,"u":"nyxborn_mot","p":14,"s":45,"h":1,"n":"Nyxborn"},{"id":22396,"c":47,"u":"oracle_mot","p":15,"s":45,"h":1,"n":"Oracle"},{"id":22397,"c":47,"u":"pious_mot","p":17,"s":45,"h":1,"n":"Pious"},{"id":22398,"c":47,"u":"unscarred_mot","p":17,"s":45,"h":1,"n":"Unscarred"},{"id":22399,"c":47,"u":"deep%20delver_oota","p":221,"s":48,"h":1,"n":"Deep Delver"},{"id":22400,"c":47,"u":"underdark%20experience_oota","p":221,"s":48,"h":1,"n":"Underdark Experience"},{"id":22401,"c":47,"u":"echoing%20soul_vrgr","p":22,"s":67,"h":1,"n":"Echoing Soul"},{"id":22402,"c":47,"u":"gathered%20whispers_vrgr","p":23,"s":67,"h":1,"n":"Gathered Whispers"},{"id":22403,"c":47,"u":"inheritor_vrgr","p":31,"s":67,"h":1,"n":"Inheritor"},{"id":22404,"c":47,"u":"living%20shadow_vrgr","p":24,"s":67,"h":1,"n":"Living Shadow"},{"id":22405,"c":47,"u":"mist%20walker_vrgr","p":24,"s":67,"h":1,"n":"Mist Walker"},{"id":22406,"c":47,"u":"mist%20wanderer_vrgr","p":31,"s":67,"h":1,"n":"Mist Wanderer"},{"id":22407,"c":47,"u":"second%20skin_vrgr","p":25,"s":67,"h":1,"n":"Second Skin"},{"id":22408,"c":47,"u":"spirit%20medium_vrgr","p":31,"s":67,"h":1,"n":"Spirit Medium"},{"id":22409,"c":47,"u":"symbiotic%20being_vrgr","p":26,"s":67,"h":1,"n":"Symbiotic Being"},{"id":22410,"c":47,"u":"touch%20of%20death_vrgr","p":26,"s":67,"h":1,"n":"Touch of Death"},{"id":22411,"c":47,"u":"trauma%20survivor_vrgr","p":32,"s":67,"h":1,"n":"Trauma Survivor"},{"id":22412,"c":47,"u":"traveler_vrgr","p":32,"s":67,"h":1,"n":"Traveler"},{"id":22413,"c":47,"u":"watchers_vrgr","p":27,"s":67,"h":1,"n":"Watchers"},{"id":22414,"c":48,"u":"%22orc%22%20bacon_hf","p":156,"s":147,"h":1,"n":"\"Orc\" Bacon"},{"id":22415,"c":48,"u":"%22orc%22%20bacon_hf","p":156,"s":147,"h":1,"n":"The Pork of Gruumsh"},{"id":22416,"c":48,"u":"amphail%20braised%20beef_hf","p":14,"s":147,"h":1,"n":"Amphail Braised Beef"},{"id":22417,"c":48,"u":"arkhan%20the%20cruel's%20flame-roasted%20halfling%20chili_hf","p":155,"s":147,"h":1,"n":"Arkhan the Cruel's Flame-Roasted Halfling Chili"},{"id":22418,"c":48,"u":"bangers%20and%20smash_hf","p":89,"s":147,"h":1,"n":"Bangers and Smash"},{"id":22419,"c":48,"u":"barovian%20butterscotch%20pudding_hf","p":171,"s":147,"h":1,"n":"Barovian Butterscotch Pudding"},{"id":22420,"c":48,"u":"black%20pudding_hf","p":109,"s":147,"h":1,"n":"Black Pudding"},{"id":22421,"c":48,"u":"braised%20lamb_hf","p":164,"s":147,"h":1,"n":"Braised Lamb"},{"id":22422,"c":48,"u":"bytopian%20shepherd's%20bread_hf","p":176,"s":147,"h":1,"n":"Bytopian Shepherd's Bread"},{"id":22423,"c":48,"u":"castle%20amber%20onion%20soup_hf","p":39,"s":147,"h":1,"n":"Castle Amber Onion Soup"},{"id":22424,"c":48,"u":"cherrybread_hf","p":68,"s":147,"h":1,"n":"Cherrybread"},{"id":22425,"c":48,"u":"chicken-something%20dumplings_hf","p":123,"s":147,"h":1,"n":"Chicken-Something Dumplings"},{"id":22426,"c":48,"u":"chultan%20zombie_hf","p":199,"s":147,"h":1,"n":"Chultan Zombie"},{"id":22427,"c":48,"u":"cocoa%20broth_hf","p":188,"s":147,"h":1,"n":"Cocoa Broth"},{"id":22428,"c":48,"u":"community%20cheeses_hf","p":119,"s":147,"h":1,"n":"Community Cheeses"},{"id":22429,"c":48,"u":"corned%20beef%20and%20cabbage_hf","p":100,"s":147,"h":1,"n":"Corned Beef and Cabbage"},{"id":22430,"c":48,"u":"dark%20molasses%20nutbread_hf","p":23,"s":147,"h":1,"n":"Dark Molasses Nutbread"},{"id":22431,"c":48,"u":"dark%20molasses%20nutbread_hf","p":23,"s":147,"h":1,"n":"Amn Blackbread"},{"id":22432,"c":48,"u":"deep%20gnome%20trillimac%20pods_hf","p":167,"s":147,"h":1,"n":"Deep Gnome Trillimac Pods"},{"id":22433,"c":48,"u":"delayed%20blast%20fireball_hf","p":192,"s":147,"h":1,"n":"Delayed Blast Fireball"},{"id":22434,"c":48,"u":"delayed%20blast%20fireball_hf","p":192,"s":147,"h":1,"n":"Firestar Wine"},{"id":22435,"c":48,"u":"delzoun%20%22tide-me-overs%22_hf","p":90,"s":147,"h":1,"n":"Delzoun \"Tide-Me-Overs\""},{"id":22436,"c":48,"u":"dragon%20salmon_hf","p":75,"s":147,"h":1,"n":"Dragon Salmon"},{"id":22437,"c":48,"u":"drow%20mushroom%20steaks_hf","p":67,"s":147,"h":1,"n":"Drow Mushroom Steaks"},{"id":22438,"c":48,"u":"dwarven%20flatbread_hf","p":103,"s":147,"h":1,"n":"Dwarven Flatbread"},{"id":22439,"c":48,"u":"dwarven%20mulled%20wine_hf","p":186,"s":147,"h":1,"n":"Dwarven Mulled Wine"},{"id":22440,"c":48,"u":"elven%20bread_hf","p":60,"s":147,"h":1,"n":"Elven Bread"},{"id":22441,"c":48,"u":"elven%20marruth_hf","p":64,"s":147,"h":1,"n":"Elven Marruth"},{"id":22442,"c":48,"u":"elven%20marruth_hf","p":64,"s":147,"h":1,"n":"Root Pies"},{"id":22443,"c":48,"u":"evermead_hf","p":185,"s":147,"h":1,"n":"Evermead"},{"id":22444,"c":48,"u":"everything%20soup_hf","p":132,"s":147,"h":1,"n":"Everything Soup"},{"id":22445,"c":48,"u":"everything%20soup_hf","p":132,"s":147,"h":1,"n":"Welcome Soup"},{"id":22446,"c":48,"u":"feywild%20eggs_hf","p":58,"s":147,"h":1,"n":"Feywild Eggs"},{"id":22447,"c":48,"u":"fire-spiced%20abyssal%20chicken%20kebabs_hf","p":159,"s":147,"h":1,"n":"Fire-Spiced Abyssal Chicken Kebabs"},{"id":22448,"c":48,"u":"fried%20fingers_hf","p":174,"s":147,"h":1,"n":"Fried Fingers"},{"id":22449,"c":48,"u":"gingerbread%20man_hf","p":43,"s":147,"h":1,"n":"Gingerbread Man"},{"id":22450,"c":48,"u":"goodberry%20blend_hf","p":191,"s":147,"h":1,"n":"Goodberry Blend"},{"id":22451,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":147,"h":1,"n":"Greenspear Bundles in Bacon"},{"id":22452,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":147,"h":1,"n":"Asparagus Bundles in Bacon"},{"id":22453,"c":48,"u":"greenspear%20bundles%20in%20bacon_hf","p":71,"s":147,"h":1,"n":"Sparrow Grass Bundles in Bacon"},{"id":22454,"c":48,"u":"gully%20dwarf%20homestyle%20porridge_hf","p":101,"s":147,"h":1,"n":"Gully Dwarf Homestyle Porridge"},{"id":22455,"c":48,"u":"gully%20dwarf%20homestyle%20porridge_hf","p":101,"s":147,"h":1,"n":"Dirty Porridge"},{"id":22456,"c":48,"u":"gurdats_hf","p":19,"s":147,"h":1,"n":"Gurdats"},{"id":22457,"c":48,"u":"halfling%20oatmeal%20sweet%20nibbles_hf","p":128,"s":147,"h":1,"n":"Halfling Oatmeal Sweet Nibbles"},{"id":22458,"c":48,"u":"hand%20pies_hf","p":21,"s":147,"h":1,"n":"Hand Pies"},{"id":22459,"c":48,"u":"hardbuckler%20stew_hf","p":160,"s":147,"h":1,"n":"Hardbuckler Stew"},{"id":22460,"c":48,"u":"heartlands%20rose%20apple%20and%20blackberry%20pie_hf","p":139,"s":147,"h":1,"n":"Heartlands Rose Apple and Blackberry Pie"},{"id":22461,"c":48,"u":"high%20harvest%20puree_hf","p":59,"s":147,"h":1,"n":"High Harvest Puree"},{"id":22462,"c":48,"u":"hogs%20in%20bedrolls_hf","p":125,"s":147,"h":1,"n":"Hogs in Bedrolls"},{"id":22463,"c":48,"u":"hommlet%20golden%20brown%20roasted%20turkey%20with%20sausage%20stuffing%20and%20drippings_hf","p":16,"s":147,"h":1,"n":"Hommlet Golden Brown Roasted Turkey with Sausage Stuffing and Drippings"},{"id":22464,"c":48,"u":"honey-drizzled%20cream%20puffs_hf","p":141,"s":147,"h":1,"n":"Honey-Drizzled Cream Puffs"},{"id":22465,"c":48,"u":"honeyed%20ham%20with%20pineapple%20gravy_hf","p":135,"s":147,"h":1,"n":"Honeyed Ham with Pineapple Gravy"},{"id":22466,"c":48,"u":"hot%20spiced%20cider_hf","p":189,"s":147,"h":1,"n":"Hot Spiced Cider"},{"id":22467,"c":48,"u":"iron%20rations_hf","p":8,"s":147,"h":1,"n":"Iron Rations"},{"id":22468,"c":48,"u":"iron%20rations_hf","p":8,"s":147,"h":1,"n":"Journeyfood"},{"id":22469,"c":48,"u":"kara-tur%20noodles_hf","p":32,"s":147,"h":1,"n":"Kara-Tur Noodles"},{"id":22470,"c":48,"u":"lluirwood%20salad_hf","p":131,"s":147,"h":1,"n":"Lluirwood Salad"},{"id":22471,"c":48,"u":"meal's%20end_hf","p":79,"s":147,"h":1,"n":"Meal's End"},{"id":22472,"c":48,"u":"melted%20cheeses%20with%20chunky%20tomato%20broth_hf","p":127,"s":147,"h":1,"n":"Melted Cheeses with Chunky Tomato Broth"},{"id":22473,"c":48,"u":"miner's%20pie_hf","p":95,"s":147,"h":1,"n":"Miner's Pie"},{"id":22474,"c":48,"u":"miner's%20pie_hf","p":95,"s":147,"h":1,"n":"Shepherd's Pie"},{"id":22475,"c":48,"u":"moonshae%20seafood%20rice_hf","p":72,"s":147,"h":1,"n":"Moonshae Seafood Rice"},{"id":22476,"c":48,"u":"mushroom%20tea_hf","p":184,"s":147,"h":1,"n":"Mushroom Tea"},{"id":22477,"c":48,"u":"orange%20mountain%20duck_hf","p":104,"s":147,"h":1,"n":"Orange Mountain Duck"},{"id":22478,"c":48,"u":"otik's%20skillet-fried%20spiced%20potatoes_hf","p":29,"s":147,"h":1,"n":"Otik's Skillet-Fried Spiced Potatoes"},{"id":22479,"c":48,"u":"pan-fried%20knucklehead%20trout_hf","p":13,"s":147,"h":1,"n":"Pan-Fried Knucklehead Trout"},{"id":22480,"c":48,"u":"par-salian's%20tea_hf","p":183,"s":147,"h":1,"n":"Par-Salian's Tea"},{"id":22481,"c":48,"u":"plate-of-gold_hf","p":106,"s":147,"h":1,"n":"Plate-of-Gold"},{"id":22482,"c":48,"u":"potato%20leek%20soup_hf","p":97,"s":147,"h":1,"n":"Potato Leek Soup"},{"id":22483,"c":48,"u":"potion%20of%20restoration_hf","p":196,"s":147,"h":1,"n":"Potion of Restoration"},{"id":22484,"c":48,"u":"qualinesti%20vegetable%20stew_hf","p":76,"s":147,"h":1,"n":"Qualinesti Vegetable Stew"},{"id":22485,"c":48,"u":"quith-pa_hf","p":57,"s":147,"h":1,"n":"Quith-pa"},{"id":22486,"c":48,"u":"reghed%20venison%20pot%20roast_hf","p":37,"s":147,"h":1,"n":"Reghed Venison Pot Roast"},{"id":22487,"c":48,"u":"rollrum_hf","p":194,"s":147,"h":1,"n":"Rollrum"},{"id":22488,"c":48,"u":"sembian%20honey-glazed%20roth%c3%a9%20ribs_hf","p":34,"s":147,"h":1,"n":"Sembian Honey-Glazed Rothe Ribs"},{"id":22489,"c":48,"u":"smoked%20sausages%20and%20kraut%20with%20dwarven%20mustard_hf","p":99,"s":147,"h":1,"n":"Smoked Sausages and Kraut with Dwarven Mustard"},{"id":22490,"c":48,"u":"stuffed%20egg-battered%20toast_hf","p":120,"s":147,"h":1,"n":"Stuffed Egg-Battered Toast"},{"id":22491,"c":48,"u":"surrogate%20steaks_hf","p":170,"s":147,"h":1,"n":"Surrogate Steaks"},{"id":22492,"c":48,"u":"sword%20coast%20seafood%20bouillabaisse_hf","p":11,"s":147,"h":1,"n":"Sword Coast Seafood Bouillabaisse"},{"id":22493,"c":48,"u":"tavern%20%22steak%22_hf","p":40,"s":147,"h":1,"n":"Tavern \"Steak\""},{"id":22494,"c":48,"u":"the%20mindflayer_hf","p":193,"s":147,"h":1,"n":"The Mindflayer"},{"id":22495,"c":48,"u":"the%20mindflayer_hf","p":193,"s":147,"h":1,"n":"Cone of Cold"},{"id":22496,"c":48,"u":"the%20mindflayer_hf","p":193,"s":147,"h":1,"n":"Shondath Icewine"},{"id":22497,"c":48,"u":"traveler's%20stew_hf","p":7,"s":147,"h":1,"n":"Traveler's Stew"},{"id":22498,"c":48,"u":"trolltide%20candied%20apples_hf","p":24,"s":147,"h":1,"n":"Trolltide Candied Apples"},{"id":22499,"c":48,"u":"twice-baked%20cockatrice%20wings_hf","p":163,"s":147,"h":1,"n":"Twice-Baked Cockatrice Wings"},{"id":22500,"c":48,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_hf","p":93,"s":147,"h":1,"n":"Underdark Lotus with Fire Lichen Spread"},{"id":22501,"c":48,"u":"underdark%20lotus%20with%20fire%20lichen%20spread_hf","p":93,"s":147,"h":1,"n":"Fungus Two Ways"},{"id":22502,"c":48,"u":"vedbread_hf","p":27,"s":147,"h":1,"n":"Vedbread"},{"id":22503,"c":48,"u":"wood%20elf%20forest%20salad_hf","p":63,"s":147,"h":1,"n":"Wood Elf Forest Salad"},{"id":22504,"c":48,"u":"yawning%20portal%20buttermilk%20biscuits_hf","p":31,"s":147,"h":1,"n":"Yawning Portal Buttermilk Biscuits"},{"id":22505,"c":48,"u":"zzar_hf","p":197,"s":147,"h":1,"n":"Zzar"},{"id":22506,"c":48,"u":"exploding%20cheese%20puffs_hfdomm","s":155,"h":1,"n":"Exploding Cheese Puffs"},{"id":22507,"c":48,"u":"halfling%20finger%20sandwiches_hfdomm","s":155,"h":1,"n":"Halfling Finger Sandwiches"},{"id":22508,"c":48,"u":"moonwood%20artichoke%20spread_hfdomm","s":155,"h":1,"n":"Moonwood Artichoke Spread"},{"id":22509,"c":48,"u":"neverwinter%20cheese%20board_hfdomm","s":155,"h":1,"n":"Neverwinter Cheese Board"},{"id":22510,"c":48,"u":"night%20hag's%20delight_hfdomm","s":155,"h":1,"n":"Night Hag's Delight"},{"id":22511,"c":48,"u":"spicy%20brothers%20honey-glazed%20hot%20chips_hfdomm","s":155,"h":1,"n":"Spicy Brothers Honey-Glazed Hot Chips"},{"id":22512,"c":48,"u":"spicy%20shredded%20stirge%20sliders_hfdomm","s":155,"h":1,"n":"Spicy Shredded Stirge Sliders"},{"id":22513,"c":48,"u":"trail%20mash'ums_hfdomm","s":155,"h":1,"n":"Trail Mash'ums"},{"id":22514,"c":48,"u":"underdark%20forage%20board_hfdomm","s":155,"h":1,"n":"Underdark Forage Board"},{"id":22515,"c":48,"u":"waterdeep%20charcuterie_hfdomm","s":155,"h":1,"n":"Waterdeep Charcuterie"},{"id":22516,"c":48,"u":"bacon-wrapped%20smoked%20mussels_hffotm","p":164,"s":148,"h":1,"n":"Bacon-Wrapped Smoked Mussels"},{"id":22517,"c":48,"u":"barovian%20garlic%20bread_hffotm","p":134,"s":148,"h":1,"n":"Barovian Garlic Bread"},{"id":22518,"c":48,"u":"beer%20bread_hffotm","p":163,"s":148,"h":1,"n":"Beer Bread"},{"id":22519,"c":48,"u":"beluir%20poached%20salmon_hffotm","p":100,"s":148,"h":1,"n":"Beluir Poached Salmon"},{"id":22520,"c":48,"u":"beluir%20poached%20salmon_hffotm","p":100,"s":148,"h":1,"n":"Beluir Salmon Spread"},{"id":22521,"c":48,"u":"black%20lotus%20root_hffotm","p":103,"s":148,"h":1,"n":"Black Lotus Root"},{"id":22522,"c":48,"u":"blood%20of%20vol_hffotm","p":111,"s":148,"h":1,"n":"Blood of Vol"},{"id":22523,"c":48,"u":"boar%20hock%20soup_hffotm","p":71,"s":148,"h":1,"n":"Boar Hock Soup"},{"id":22524,"c":48,"u":"brackleberry%20jam_hffotm","p":196,"s":148,"h":1,"n":"Brackleberry Jam"},{"id":22525,"c":48,"u":"breaded%20bird%20cutlets_hffotm","p":112,"s":148,"h":1,"n":"Breaded Bird Cutlets"},{"id":22526,"c":48,"u":"butternut%20beer_hffotm","p":330,"s":148,"h":1,"n":"Butternut Beer"},{"id":22527,"c":48,"u":"chickpea%20and%20spicy%20sausage%20soup_hffotm","p":167,"s":148,"h":1,"n":"Chickpea and Spicy Sausage Soup"},{"id":22528,"c":48,"u":"chirper's%20sugar%20biscuits_hffotm","p":174,"s":148,"h":1,"n":"Chirper's Sugar Biscuits"},{"id":22529,"c":48,"u":"chopforest_hffotm","p":15,"s":148,"h":1,"n":"Chopforest"},{"id":22530,"c":48,"u":"cloaks_hffotm","p":73,"s":148,"h":1,"n":"Cloaks"},{"id":22531,"c":48,"u":"duergar%20smoked%20herring_hffotm","p":51,"s":148,"h":1,"n":"Duergar Smoked Herring"},{"id":22532,"c":48,"u":"eldeen%20banquet_hffotm","p":202,"s":148,"h":1,"n":"Eldeen Banquet"},{"id":22533,"c":48,"u":"elfharrow%20baked%20goat%20cheese_hffotm","p":192,"s":148,"h":1,"n":"Elfharrow Baked Goat Cheese"},{"id":22534,"c":48,"u":"elven%20flatbread_hffotm","p":188,"s":148,"h":1,"n":"Elven Flatbread"},{"id":22535,"c":48,"u":"elverquisst_hffotm","p":205,"s":148,"h":1,"n":"Elverquisst"},{"id":22536,"c":48,"u":"emerald%20chicken_hffotm","p":171,"s":148,"h":1,"n":"Emerald Chicken"},{"id":22537,"c":48,"u":"fey%20fritters_hffotm","p":198,"s":148,"h":1,"n":"Fey Fritters"},{"id":22538,"c":48,"u":"fig%20cakes_hffotm","p":146,"s":148,"h":1,"n":"Fig Cakes"},{"id":22539,"c":48,"u":"fire-wrapped%20golden%20fish_hffotm","p":168,"s":148,"h":1,"n":"Fire-Wrapped Golden Fish"},{"id":22540,"c":48,"u":"fried%20bread%20and%20spices_hffotm","p":162,"s":148,"h":1,"n":"Fried Bread and Spices"},{"id":22541,"c":48,"u":"fried%20soy%20with%20vegetables_hffotm","p":42,"s":148,"h":1,"n":"Fried Soy with Vegetables"},{"id":22542,"c":48,"u":"goldenstars_hffotm","p":8,"s":148,"h":1,"n":"Goldenstars"},{"id":22543,"c":48,"u":"green%20dragon%20blackbread%20muffins_hffotm","p":104,"s":148,"h":1,"n":"Green Dragon Blackbread Muffins"},{"id":22544,"c":48,"u":"green%20ice%20rime_hffotm","p":59,"s":148,"h":1,"n":"Green Ice Rime"},{"id":22545,"c":48,"u":"green%20ice%20rime_hffotm","p":59,"s":148,"h":1,"n":"The Gelatinous Cube"},{"id":22546,"c":48,"u":"green%20onion%20pancakes_hffotm","p":137,"s":148,"h":1,"n":"Green Onion Pancakes"},{"id":22547,"c":48,"u":"halfling%20game%20birds_hffotm","p":115,"s":148,"h":1,"n":"Halfling Game Birds"},{"id":22548,"c":48,"u":"halfling%20iron%20rations_hffotm","p":130,"s":148,"h":1,"n":"Halfling Iron Rations"},{"id":22549,"c":48,"u":"harengon%20coffee%20carrots_hffotm","p":195,"s":148,"h":1,"n":"Harengon Coffee Carrots"},{"id":22550,"c":48,"u":"harmonious%20barracks%20meatloaf_hffotm","p":173,"s":148,"h":1,"n":"Harmonious Barracks Meatloaf"},{"id":22551,"c":48,"u":"honey%20milk_hffotm","p":149,"s":148,"h":1,"n":"Honey Milk"},{"id":22552,"c":48,"u":"hot%20river%20crab%20bites_hffotm","p":16,"s":148,"h":1,"n":"Hot River Crab Bites"},{"id":22553,"c":48,"u":"irlymeyer's%20dragonfire%20punch_hffotm","p":91,"s":148,"h":1,"n":"Irlymeyer's Dragonfire Punch"},{"id":22554,"c":48,"u":"kaeth_hffotm","p":178,"s":148,"h":1,"n":"Kaeth"},{"id":22555,"c":48,"u":"kaeth_hffotm","p":178,"s":148,"h":1,"n":"Coffee"},{"id":22556,"c":48,"u":"kender%20loaf_hffotm","p":87,"s":148,"h":1,"n":"Kender Loaf"},{"id":22557,"c":48,"u":"kender%20loaf_hffotm","p":87,"s":148,"h":1,"n":"Raston Pastry"},{"id":22558,"c":48,"u":"kender%20stumblenoodles_hffotm","p":76,"s":148,"h":1,"n":"Kender Stumblenoodles"},{"id":22559,"c":48,"u":"kendermore%20cobbler_hffotm","p":88,"s":148,"h":1,"n":"Kendermore Cobbler"},{"id":22560,"c":48,"u":"laumberry%20pie_hffotm","p":25,"s":148,"h":1,"n":"Laumberry Pie"},{"id":22561,"c":48,"u":"loaf%20pudding_hffotm","p":60,"s":148,"h":1,"n":"Loaf Pudding"},{"id":22562,"c":48,"u":"mingari-spiced%20owlbear%20milk_hffotm","p":28,"s":148,"h":1,"n":"Mingari-Spiced Owlbear Milk"},{"id":22563,"c":48,"u":"neverwinter%20nectar_hffotm","p":30,"s":148,"h":1,"n":"Neverwinter Nectar"},{"id":22564,"c":48,"u":"onion%20loaf_hffotm","p":23,"s":148,"h":1,"n":"Onion Loaf"},{"id":22565,"c":48,"u":"ornabra_hffotm","p":108,"s":148,"h":1,"n":"Ornabra"},{"id":22566,"c":48,"u":"plate%20of%20silver_hffotm","p":83,"s":148,"h":1,"n":"Plate of Silver"},{"id":22567,"c":48,"u":"purple%20grapemash%20no.%203_hffotm","p":150,"s":148,"h":1,"n":"Purple Grapemash No. 3"},{"id":22568,"c":48,"u":"quij's%20plate_hffotm","p":145,"s":148,"h":1,"n":"Quij's Plate"},{"id":22569,"c":48,"u":"ray%20of%20frost_hffotm","p":120,"s":148,"h":1,"n":"Ray of Frost"},{"id":22570,"c":48,"u":"roth%c3%a9%20steak_hffotm","p":22,"s":148,"h":1,"n":"Rothe Steak"},{"id":22571,"c":48,"u":"ruby%20cordial_hffotm","p":120,"s":148,"h":1,"n":"Ruby Cordial"},{"id":22572,"c":48,"u":"saerloonian%20glowfire_hffotm","p":205,"s":148,"h":1,"n":"Saerloonian Glowfire"},{"id":22573,"c":48,"u":"salbread_hffotm","p":75,"s":148,"h":1,"n":"Salbread"},{"id":22574,"c":48,"u":"seelie%20court%20cheese%20and%20potato%20soup_hffotm","p":191,"s":148,"h":1,"n":"Seelie Court Cheese and Potato Soup"},{"id":22575,"c":48,"u":"sensate%20palate%20cleanser_hffotm","p":160,"s":148,"h":1,"n":"Sensate Palate Cleanser"},{"id":22576,"c":48,"u":"silverfruit%20pie_hffotm","p":177,"s":148,"h":1,"n":"Silverfruit Pie"},{"id":22577,"c":48,"u":"sornstag_hffotm","p":19,"s":148,"h":1,"n":"Sornstag"},{"id":22578,"c":48,"u":"sour%20cream-walnut%20cake_hffotm","p":24,"s":148,"h":1,"n":"Sour Cream-Walnut Cake"},{"id":22579,"c":48,"u":"spiced%20pork%20and%20orange%20peppers_hffotm","p":52,"s":148,"h":1,"n":"Spiced Pork and Orange Peppers"},{"id":22580,"c":48,"u":"sprucebark%20quaff_hffotm","p":201,"s":148,"h":1,"n":"Sprucebark Quaff"},{"id":22581,"c":48,"u":"steak%20of%20the%20deep_hffotm","p":57,"s":148,"h":1,"n":"Steak of the Deep"},{"id":22582,"c":48,"u":"stuffed%20trout_hffotm","p":84,"s":148,"h":1,"n":"Stuffed Trout"},{"id":22583,"c":48,"u":"talyth_hffotm","p":12,"s":148,"h":1,"n":"Talyth"},{"id":22584,"c":48,"u":"tamarind%20balls_hffotm","p":46,"s":148,"h":1,"n":"Tamarind Balls"},{"id":22585,"c":48,"u":"tarsis-style%20shrimp_hffotm","p":80,"s":148,"h":1,"n":"Tarsis-Style Shrimp"},{"id":22586,"c":48,"u":"tavern%20crickets_hffotm","p":133,"s":148,"h":1,"n":"Tavern Crickets"},{"id":22587,"c":48,"u":"tavern%20noodles_hffotm","p":45,"s":148,"h":1,"n":"Tavern Noodles"},{"id":22588,"c":48,"u":"tears%20of%20sel%c3%bbne_hffotm","p":48,"s":148,"h":1,"n":"Tears of Selune"},{"id":22589,"c":48,"u":"thrakel-seared%20beef%20in%20red%20sauce_hffotm","p":107,"s":148,"h":1,"n":"Thrakel-Seared Beef in Red Sauce"},{"id":22590,"c":48,"u":"tika's%20honey%20mead_hffotm","p":92,"s":148,"h":1,"n":"Tika's Honey Mead"},{"id":22591,"c":48,"u":"trencher%20bread_hffotm","p":47,"s":148,"h":1,"n":"Trencher Bread"},{"id":22592,"c":48,"u":"two%20hares%20inn%20rabbit%20stew_hffotm","p":138,"s":148,"h":1,"n":"Two Hares Inn Rabbit Stew"},{"id":22593,"c":48,"u":"undermountain%20alurlyath_hffotm","p":63,"s":148,"h":1,"n":"Undermountain Alurlyath"},{"id":22594,"c":48,"u":"vada's%20vanilla%20buns_hffotm","p":116,"s":148,"h":1,"n":"Vada's Vanilla Buns"},{"id":22595,"c":48,"u":"whole%20roast%20boar_hffotm","p":141,"s":148,"h":1,"n":"Whole Roast Boar"},{"id":22596,"c":48,"u":"almond%20brandy_paf","p":113,"s":149,"h":1,"n":"Almond Brandy"},{"id":22597,"c":48,"u":"astral%20plane_paf","p":20,"s":149,"h":1,"n":"Astral Plane"},{"id":22598,"c":48,"u":"baldurian%20tonic_paf","p":176,"s":149,"h":1,"n":"Baldurian Tonic"},{"id":22599,"c":48,"u":"beauty%20mark_paf","p":146,"s":149,"h":1,"n":"Beauty Mark"},{"id":22600,"c":48,"u":"bee%20well_paf","p":162,"s":149,"h":1,"n":"Bee Well"},{"id":22601,"c":48,"u":"bitter%20black_paf","p":157,"s":149,"h":1,"n":"Bitter Black"},{"id":22602,"c":48,"u":"brandy%20cassalanter_paf","p":105,"s":149,"h":1,"n":"Brandy Cassalanter"},{"id":22603,"c":48,"u":"candlekeep%20tea_paf","p":26,"s":149,"h":1,"n":"Candlekeep Tea"},{"id":22604,"c":48,"u":"captain's%20fancy_paf","p":76,"s":149,"h":1,"n":"Captain's Fancy"},{"id":22605,"c":48,"u":"cat's%20cradle_paf","p":43,"s":149,"h":1,"n":"Cat's Cradle"},{"id":22606,"c":48,"u":"celebration%20brew_paf","p":74,"s":149,"h":1,"n":"Celebration Brew"},{"id":22607,"c":48,"u":"celebration%20brew_paf","p":74,"s":149,"h":1,"n":"Liquid Courage"},{"id":22608,"c":48,"u":"cheap%20seat_paf","p":57,"s":149,"h":1,"n":"Cheap Seat"},{"id":22609,"c":48,"u":"cherry%20mead_paf","p":160,"s":149,"h":1,"n":"Cherry Mead"},{"id":22610,"c":48,"u":"chessentan%20tea_paf","p":178,"s":149,"h":1,"n":"Chessentan Tea"},{"id":22611,"c":48,"u":"chultwater_paf","p":75,"s":149,"h":1,"n":"Chultwater"},{"id":22612,"c":48,"u":"courtesans_paf","p":147,"s":149,"h":1,"n":"Courtesans"},{"id":22613,"c":48,"u":"crakaneg_paf","p":110,"s":149,"h":1,"n":"Crakaneg"},{"id":22614,"c":48,"u":"craknoeg_paf","p":112,"s":149,"h":1,"n":"Craknoeg"},{"id":22615,"c":48,"u":"craknoeg_paf","p":112,"s":149,"h":1,"n":"Vegan Variation Craknoeg"},{"id":22616,"c":48,"u":"deadwinter%20fire_paf","p":92,"s":149,"h":1,"n":"Deadwinter Fire"},{"id":22617,"c":48,"u":"dragonberries_paf","p":47,"s":149,"h":1,"n":"Dragonberries"},{"id":22618,"c":48,"u":"eldritch%20storm_paf","p":80,"s":149,"h":1,"n":"Eldritch Storm"},{"id":22619,"c":48,"u":"elfharrow%20kiss_paf","p":126,"s":149,"h":1,"n":"Elfharrow Kiss"},{"id":22620,"c":48,"u":"emerald%20door_paf","p":25,"s":149,"h":1,"n":"Emerald Door"},{"id":22621,"c":48,"u":"endurance_paf","p":109,"s":149,"h":1,"n":"Endurance"},{"id":22622,"c":48,"u":"eye%20of%20the%20beholder_paf","p":91,"s":149,"h":1,"n":"Eye Of The Beholder"},{"id":22623,"c":48,"u":"faerie%20fire_paf","p":78,"s":149,"h":1,"n":"Faerie Fire"},{"id":22624,"c":48,"u":"feywine%20punch_paf","p":142,"s":149,"h":1,"n":"Feywine Punch"},{"id":22625,"c":48,"u":"flumphcakes_paf","p":65,"s":149,"h":1,"n":"Flumphcakes"},{"id":22626,"c":48,"u":"fol-de-rol_paf","p":64,"s":149,"h":1,"n":"Fol-De-Rol"},{"id":22627,"c":48,"u":"golden%20way_paf","p":123,"s":149,"h":1,"n":"Golden Way"},{"id":22628,"c":48,"u":"greengrass_paf","p":130,"s":149,"h":1,"n":"Greengrass"},{"id":22629,"c":48,"u":"hand%20of%20vecna_paf","p":36,"s":149,"h":1,"n":"Hand Of Vecna"},{"id":22630,"c":48,"u":"harpell's%20reserve_paf","p":45,"s":149,"h":1,"n":"Harpell's Reserve"},{"id":22631,"c":48,"u":"hellish%20rebuke_paf","p":96,"s":149,"h":1,"n":"Hellish Rebuke"},{"id":22632,"c":48,"u":"high%20sun%20florentines_paf","p":116,"s":149,"h":1,"n":"High Sun Florentines"},{"id":22633,"c":48,"u":"hordelander_paf","p":54,"s":149,"h":1,"n":"Hordelander"},{"id":22634,"c":48,"u":"illuskan%20mulled%20cider_paf","p":164,"s":149,"h":1,"n":"Illuskan Mulled Cider"},{"id":22635,"c":48,"u":"inkpot%20negroni_paf","p":18,"s":149,"h":1,"n":"Inkpot Negroni"},{"id":22636,"c":48,"u":"kinship%20shrub_paf","p":175,"s":149,"h":1,"n":"Kinship Shrub"},{"id":22637,"c":48,"u":"lady%20ophala_paf","p":140,"s":149,"h":1,"n":"Lady Ophala"},{"id":22638,"c":48,"u":"lathander's%20bounty_paf","p":172,"s":149,"h":1,"n":"Lathander's Bounty"},{"id":22639,"c":48,"u":"library%20martini_paf","p":23,"s":149,"h":1,"n":"Library Martini"},{"id":22640,"c":48,"u":"littlewinter_paf","p":114,"s":149,"h":1,"n":"Littlewinter"},{"id":22641,"c":48,"u":"loklee_paf","p":46,"s":149,"h":1,"n":"Loklee"},{"id":22642,"c":48,"u":"luiric%20rarebit_paf","p":165,"s":149,"h":1,"n":"Luiric Rarebit"},{"id":22643,"c":48,"u":"madame%20rosene's%20nightcap_paf","p":106,"s":149,"h":1,"n":"Madame Rosene's Nightcap"},{"id":22644,"c":48,"u":"magic%20jar_paf","p":28,"s":149,"h":1,"n":"Magic Jar"},{"id":22645,"c":48,"u":"malatran%20mule_paf","p":58,"s":149,"h":1,"n":"Malatran Mule"},{"id":22646,"c":48,"u":"many%20stars_paf","p":143,"s":149,"h":1,"n":"Many Stars"},{"id":22647,"c":48,"u":"mintwater_paf","p":177,"s":149,"h":1,"n":"Mintwater"},{"id":22648,"c":48,"u":"moonrise_paf","p":88,"s":149,"h":1,"n":"Moonrise"},{"id":22649,"c":48,"u":"mother_paf","p":60,"s":149,"h":1,"n":"Mother"},{"id":22650,"c":48,"u":"mourning%20cup_paf","p":182,"s":149,"h":1,"n":"Mourning Cup"},{"id":22651,"c":48,"u":"necromancer_paf","p":22,"s":149,"h":1,"n":"Necromancer"},{"id":22652,"c":48,"u":"nether%20gold_paf","p":39,"s":149,"h":1,"n":"Nether Gold"},{"id":22653,"c":48,"u":"night%20watch_paf","p":59,"s":149,"h":1,"n":"Night Watch"},{"id":22654,"c":48,"u":"noble%20pretender_paf","p":125,"s":149,"h":1,"n":"Noble Pretender"},{"id":22655,"c":48,"u":"ogretoe_paf","p":40,"s":149,"h":1,"n":"Ogretoe"},{"id":22656,"c":48,"u":"pegasus_paf","p":42,"s":149,"h":1,"n":"Pegasus"},{"id":22657,"c":48,"u":"pieglass_paf","p":156,"s":149,"h":1,"n":"Pieglass"},{"id":22658,"c":48,"u":"poetess_paf","p":95,"s":149,"h":1,"n":"Poetess"},{"id":22659,"c":48,"u":"restoration_paf","p":180,"s":149,"h":1,"n":"Restoration"},{"id":22660,"c":48,"u":"restoration_paf","p":180,"s":149,"h":1,"n":"Potion of Really Minor Restoration"},{"id":22661,"c":48,"u":"rewards_paf","p":29,"s":149,"h":1,"n":"Rewards"},{"id":22662,"c":48,"u":"rime%20of%20the%20frostmaiden_paf","p":144,"s":149,"h":1,"n":"Rime Of The Frostmaiden"},{"id":22663,"c":48,"u":"rumtack_paf","p":82,"s":149,"h":1,"n":"Rumtack"},{"id":22664,"c":48,"u":"scrap%20and%20oil_paf","p":132,"s":149,"h":1,"n":"Scrap And Oil"},{"id":22665,"c":48,"u":"scrimshaw_paf","p":72,"s":149,"h":1,"n":"Scrimshaw"},{"id":22666,"c":48,"u":"seafoam_paf","p":93,"s":149,"h":1,"n":"Seafoam"},{"id":22667,"c":48,"u":"shadowdark_paf","p":155,"s":149,"h":1,"n":"Shadowdark"},{"id":22668,"c":48,"u":"tavern%20punch_paf","p":161,"s":149,"h":1,"n":"Tavern Punch"},{"id":22669,"c":48,"u":"tearoom%20cookies_paf","p":183,"s":149,"h":1,"n":"Tearoom Cookies"},{"id":22670,"c":48,"u":"the%20bag_paf","p":124,"s":149,"h":1,"n":"The Bag"},{"id":22671,"c":48,"u":"the%20hoard_paf","p":98,"s":149,"h":1,"n":"The Hoard"},{"id":22672,"c":48,"u":"tpk%20(total%20party%20katastrophe)_paf","p":63,"s":149,"h":1,"n":"TPK (Total Party Katastrophe)"},{"id":22673,"c":48,"u":"tymora's%20coins_paf","p":129,"s":149,"h":1,"n":"Tymora's Coins"},{"id":22674,"c":48,"u":"utmost%20discretion_paf","p":139,"s":149,"h":1,"n":"Utmost Discretion"},{"id":22675,"c":50,"u":"acrobatics_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Acrobatics"},{"id":22676,"c":50,"u":"animal%20handling_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Animal Handling"},{"id":22677,"c":50,"u":"arcana_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Arcana"},{"id":22678,"c":50,"u":"athletics_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Athletics"},{"id":22679,"c":50,"u":"deception_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Deception"},{"id":22680,"c":50,"u":"history_xphb","p":14,"s":8,"h":1,"hx":1,"n":"History"},{"id":22681,"c":50,"u":"insight_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Insight"},{"id":22682,"c":50,"u":"intimidation_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Intimidation"},{"id":22683,"c":50,"u":"investigation_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Investigation"},{"id":22684,"c":50,"u":"medicine_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Medicine"},{"id":22685,"c":50,"u":"nature_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Nature"},{"id":22686,"c":50,"u":"perception_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Perception"},{"id":22687,"c":50,"u":"performance_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Performance"},{"id":22688,"c":50,"u":"persuasion_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Persuasion"},{"id":22689,"c":50,"u":"religion_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Religion"},{"id":22690,"c":50,"u":"sleight%20of%20hand_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Sleight of Hand"},{"id":22691,"c":50,"u":"stealth_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Stealth"},{"id":22692,"c":50,"u":"survival_xphb","p":14,"s":8,"h":1,"hx":1,"n":"Survival"},{"id":22693,"c":50,"u":"acrobatics_phb","p":176,"s":51,"h":1,"hx":1,"r":1,"n":"Acrobatics"},{"id":22694,"c":50,"u":"animal%20handling_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"n":"Animal Handling"},{"id":22695,"c":50,"u":"arcana_phb","p":177,"s":51,"h":1,"hx":1,"r":1,"n":"Arcana"},{"id":22696,"c":50,"u":"athletics_phb","p":175,"s":51,"h":1,"hx":1,"r":1,"n":"Athletics"},{"id":22697,"c":50,"u":"deception_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"n":"Deception"},{"id":22698,"c":50,"u":"history_phb","p":177,"s":51,"h":1,"hx":1,"r":1,"n":"History"},{"id":22699,"c":50,"u":"insight_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"n":"Insight"},{"id":22700,"c":50,"u":"intimidation_phb","p":179,"s":51,"h":1,"hx":1,"r":1,"n":"Intimidation"},{"id":22701,"c":50,"u":"investigation_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"n":"Investigation"},{"id":22702,"c":50,"u":"medicine_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"n":"Medicine"},{"id":22703,"c":50,"u":"nature_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"n":"Nature"},{"id":22704,"c":50,"u":"perception_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"n":"Perception"},{"id":22705,"c":50,"u":"performance_phb","p":179,"s":51,"h":1,"hx":1,"r":1,"n":"Performance"},{"id":22706,"c":50,"u":"persuasion_phb","p":179,"s":51,"h":1,"hx":1,"r":1,"n":"Persuasion"},{"id":22707,"c":50,"u":"religion_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"n":"Religion"},{"id":22708,"c":50,"u":"sleight%20of%20hand_phb","p":177,"s":51,"h":1,"hx":1,"r":1,"n":"Sleight of Hand"},{"id":22709,"c":50,"u":"stealth_phb","p":177,"s":51,"h":1,"hx":1,"r":1,"n":"Stealth"},{"id":22710,"c":50,"u":"survival_phb","p":178,"s":51,"h":1,"hx":1,"r":1,"n":"Survival"},{"id":22711,"c":51,"u":"blindsight_xphb","p":361,"s":8,"h":1,"hx":1,"n":"Blindsight"},{"id":22712,"c":51,"u":"darkvision_xphb","p":365,"s":8,"h":1,"hx":1,"n":"Darkvision"},{"id":22713,"c":51,"u":"tremorsense_xphb","p":377,"s":8,"h":1,"hx":1,"n":"Tremorsense"},{"id":22714,"c":51,"u":"truesight_xphb","p":377,"s":8,"h":1,"hx":1,"n":"Truesight"},{"id":22715,"c":51,"u":"tremorsense_mm","p":9,"s":44,"h":1,"hx":1,"r":1,"n":"Tremorsense"},{"id":22716,"c":51,"u":"blindsight_phb","p":183,"s":51,"h":1,"hx":1,"r":1,"n":"Blindsight"},{"id":22717,"c":51,"u":"darkvision_phb","p":183,"s":51,"h":1,"hx":1,"r":1,"n":"Darkvision"},{"id":22718,"c":51,"u":"truesight_phb","p":183,"s":51,"h":1,"hx":1,"r":1,"n":"Truesight"},{"n":"Bestiary","c":45,"u":"bestiary.html","r":1,"id":22719},{"n":"Spells","c":45,"u":"spells.html","r":1,"id":22720},{"n":"Backgrounds","c":45,"u":"backgrounds.html","r":1,"id":22721},{"n":"Items","c":45,"u":"items.html","r":1,"id":22722},{"n":"Classes","c":45,"u":"classes.html","r":1,"id":22723},{"n":"Conditions & Diseases","c":45,"u":"conditionsdiseases.html","r":1,"id":22724},{"n":"Feats","c":45,"u":"feats.html","r":1,"id":22725},{"n":"Other Options and Features","c":45,"u":"optionalfeatures.html","r":1,"id":22726},{"n":"Psionics","c":45,"u":"psionics.html","r":1,"id":22727},{"n":"Species","c":45,"u":"races.html","r":1,"id":22728},{"n":"Supernatural Gifts & Rewards","c":45,"u":"rewards.html","r":1,"id":22729},{"n":"Rules Glossary","c":45,"u":"variantrules.html","r":1,"id":22730},{"n":"Adventures","c":45,"u":"adventures.html","r":1,"id":22731},{"n":"Books","c":45,"u":"books.html","r":1,"id":22732},{"n":"Deities","c":45,"u":"deities.html","r":1,"id":22733},{"n":"Cults & Supernatural Boons","c":45,"u":"cultsboons.html","r":1,"id":22734},{"n":"Objects","c":45,"u":"objects.html","r":1,"id":22735},{"n":"Traps & Hazards","c":45,"u":"trapshazards.html","r":1,"id":22736},{"n":"Quick Reference (2014)","c":45,"u":"quickreference.html","r":1,"id":22737},{"n":"Homebrew Manager","c":45,"u":"managebrew.html","r":1,"id":22738},{"n":"Prerelease Content Manager","c":45,"u":"manageprerelease.html","r":1,"id":22739},{"n":"Homebrew Builder","c":45,"u":"makebrew.html","r":1,"id":22740},{"n":"Renderer Demo","c":45,"u":"renderdemo.html","r":1,"id":22741},{"n":"Tables","c":45,"u":"tables.html","r":1,"id":22742},{"n":"Vehicles","c":45,"u":"vehicles.html","r":1,"id":22743},{"n":"Actions","c":45,"u":"actions.html","r":1,"id":22744},{"n":"Languages","c":45,"u":"languages.html","r":1,"id":22745},{"n":"Stat Generator","c":45,"u":"statgen.html","r":1,"id":22746},{"n":"This Is Your Life","c":45,"u":"lifegen.html","r":1,"id":22747},{"n":"Names","c":45,"u":"names.html","r":1,"id":22748},{"n":"DM Screen","c":45,"u":"dmscreen.html","r":1,"id":22749},{"n":"CR Calculator","c":45,"u":"crcalculator.html","r":1,"id":22750},{"n":"Encounter Generator","c":45,"u":"encountergen.html","r":1,"id":22751},{"n":"Loot Generator","c":45,"u":"lootgen.html","r":1,"id":22752},{"n":"Text Converter","c":45,"u":"converter.html","r":1,"id":22753},{"n":"Changelog","c":45,"u":"changelog.html","r":1,"id":22754},{"n":"Other Character Creation Options","c":45,"u":"charcreationoptions.html","r":1,"id":22755},{"n":"Recipes","c":45,"u":"recipes.html","r":1,"id":22756},{"n":"Maps","c":45,"u":"maps.html","r":1,"id":22757},{"n":"Decks","c":45,"u":"decks.html","r":1,"id":22758},{"n":"Bastions","c":45,"u":"bastions.html","r":1,"id":22759}],"m":{"s":{"BGG":0,"BMT":1,"FTD":2,"MPMM":3,"TCE":4,"XDMG":5,"XGE":6,"XMM":7,"XPHB":8,"CoA":9,"GotSF":10,"MaBJoV":11,"MFF":12,"SADS":13,"VD":14,"AI":15,"BAM":16,"BGDIA":17,"CM":18,"CoS":19,"CRCotN":20,"DC":21,"DIP":22,"DitLCoT":23,"DMG":24,"DoDk":25,"DoSI":26,"DSotDQ":27,"EGW":28,"ERLW":29,"ESK":30,"GGR":31,"GHLoE":32,"GoS":33,"HftT":34,"HoL":35,"HotDQ":36,"IDRotF":37,"JttRC":38,"KftGV":39,"KKW":40,"LMoP":41,"LoX":42,"LRDT":43,"MM":44,"MOT":45,"MPP":46,"MTF":47,"OotA":48,"OoW":49,"PaBTSO":50,"PHB":51,"PotA":52,"QftIS":53,"RMBRE":54,"RoT":55,"SCC":56,"SDW":57,"SKT":58,"SLW":59,"TDCSR":60,"TftYP":61,"ToA":62,"ToB1-2023":63,"ToFW":64,"VEoR":65,"VGM":66,"VRGR":67,"WBtW":68,"WDH":69,"WDMM":70,"AATM":71,"AitFR-DN":72,"AitFR-FCD":73,"AitFR-ISF":74,"AitFR-THP":75,"AWM":76,"DoD":77,"HAT-TG":78,"IMR":79,"LLK":80,"LR":81,"MCV1SC":82,"MCV2DC":83,"MCV3MC":84,"MCV4EC":85,"MGELFT":86,"MisMV1":87,"NRH-ASS":88,"NRH-AT":89,"NRH-AVitW":90,"NRH-AWoL":91,"NRH-CoI":92,"NRH-TCMC":93,"PSA":94,"PSD":95,"PSI":96,"PSK":97,"PSX":98,"PSZ":99,"RtG":100,"TTP":101,"AAG":102,"SatO":103,"AitFR-AVT":104,"UATheMysticClass":105,"SCAG":106,"ALCurseOfStrahd":107,"ALElementalEvil":108,"ALRageOfDemons":109,"EET":110,"RoTOS":111,"AZfyT":112,"HAT-LMI":113,"NRH-TLT":114,"OGA":115,"UtHftLH":116,"XMtS":117,"EEPC":118,"VNotEE":119,"HFStCM":120,"XScreen":121,"DD":122,"EFR":123,"FS":124,"SCC-ARiR":125,"SCC-CK":126,"SCC-HfMT":127,"SCC-TMM":128,"TftYP-AtG":129,"TftYP-DiT":130,"TftYP-TFoF":131,"TftYP-THSoT":132,"TftYP-ToH":133,"TftYP-TSC":134,"TftYP-WPM":135,"ToR":136,"US":137,"LK":138,"PiP":139,"ScoEE":140,"SjA":141,"TLK":142,"DMTCRG":143,"SAC":144,"ScreenDungeonKit":145,"ScreenWildernessKit":146,"HF":147,"HFFotM":148,"PaF":149,"RMR":150,"Screen":151,"ScreenSpelljammer":152,"TD":153,"AL":154,"HFDoMM":155}}} \ No newline at end of file diff --git a/test/.eslintrc.cjs b/test/.eslintrc.cjs deleted file mode 100644 index 3d76097..0000000 --- a/test/.eslintrc.cjs +++ /dev/null @@ -1,184 +0,0 @@ -module.exports = { - "extends": "eslint:recommended", - "env": { - "browser": false, - "es6": true, - "jquery": true, - }, - "parserOptions": { - "ecmaVersion": "latest", - "sourceType": "module", - }, - "rules": { - "accessor-pairs": "off", - "arrow-spacing": ["error", {"before": true, "after": true}], - "block-spacing": ["error", "always"], - "brace-style": ["error", "1tbs", {"allowSingleLine": true}], - "comma-dangle": ["error", { - "arrays": "always-multiline", - "objects": "always-multiline", - "imports": "always-multiline", - "exports": "always-multiline", - "functions": "always-multiline", - }], - "comma-spacing": ["error", {"before": false, "after": true}], - "comma-style": ["error", "last"], - "constructor-super": "error", - "curly": ["error", "multi-line"], - "dot-location": ["error", "property"], - "eqeqeq": ["error", "always", {"null": "ignore"}], - "func-call-spacing": ["error", "never"], - "generator-star-spacing": ["error", {"before": false, "after": true}], - "handle-callback-err": ["error", "^(err|error)$"], - "indent": [ - "error", - "tab", - { - "SwitchCase": 1, - }, - ], - "key-spacing": ["error", {"beforeColon": false, "afterColon": true}], - "keyword-spacing": ["error", {"before": true, "after": true}], - "new-cap": ["error", {"newIsCap": true, "capIsNew": false}], - "new-parens": "error", - "no-array-constructor": "error", - "no-caller": "error", - "no-class-assign": "error", - "no-compare-neg-zero": "error", - "no-cond-assign": "error", - "no-const-assign": "error", - "no-constant-condition": ["error", {"checkLoops": false}], - "no-control-regex": "error", - "no-debugger": "error", - "no-delete-var": "error", - "no-dupe-args": "error", - "no-dupe-class-members": "error", - "no-dupe-keys": "error", - "no-duplicate-case": "error", - "no-empty-character-class": "error", - "no-empty-pattern": "error", - "no-eval": "error", - "no-ex-assign": "error", - "no-extra-bind": "error", - "no-extra-boolean-cast": "error", - "no-extra-parens": ["error", "functions"], - "no-fallthrough": "error", - "no-floating-decimal": "error", - "no-func-assign": "error", - "no-global-assign": "error", - "no-implied-eval": "error", - "no-inner-declarations": ["error", "functions"], - "no-invalid-regexp": "error", - "no-irregular-whitespace": "error", - "no-iterator": "error", - "no-label-var": "error", - "no-labels": ["error", {"allowLoop": true, "allowSwitch": false}], - "no-lone-blocks": "error", - "no-mixed-operators": ["error", { - "groups": [ - ["==", "!=", "===", "!==", ">", ">=", "<", "<="], - ["&&", "||"], - ["in", "instanceof"], - ], - "allowSamePrecedence": true, - }], - "no-mixed-spaces-and-tabs": "error", - "no-multi-spaces": "error", - "no-multi-str": "error", - "no-multiple-empty-lines": ["error", {"max": 1, "maxEOF": 0}], - "no-negated-in-lhs": "error", - "no-new": "error", - "no-new-func": "error", - "no-new-object": "error", - "no-new-require": "error", - "no-new-symbol": "error", - "no-new-wrappers": "error", - "no-obj-calls": "error", - "no-octal": "error", - "no-octal-escape": "error", - "no-path-concat": "error", - "no-proto": "error", - "no-redeclare": "error", - "no-regex-spaces": "error", - "no-return-await": "error", - "no-self-assign": "error", - "no-self-compare": "error", - "no-sequences": "error", - "no-shadow-restricted-names": "error", - "no-sparse-arrays": "error", - "no-template-curly-in-string": "error", - "no-this-before-super": "error", - "no-throw-literal": "error", - "no-trailing-spaces": "error", - "no-undef": "off", - "no-undef-init": "error", - "no-unexpected-multiline": "error", - "no-unmodified-loop-condition": "error", - "no-unneeded-ternary": ["error", {"defaultAssignment": false}], - "no-unreachable": "error", - "no-unsafe-finally": "error", - "no-unsafe-negation": "error", - "no-unused-expressions": ["error", { - "allowShortCircuit": true, - "allowTernary": true, - "allowTaggedTemplates": true, - }], - "no-unused-vars": "off", - "no-use-before-define": ["error", {"functions": false, "classes": false, "variables": false}], - "no-useless-call": "error", - "no-useless-computed-key": "error", - "no-useless-constructor": "error", - "no-useless-escape": "error", - "no-useless-rename": "error", - "no-useless-return": "error", - "no-whitespace-before-property": "error", - "no-with": "error", - "object-property-newline": ["error", {"allowMultiplePropertiesPerLine": true}], - "one-var": ["error", {"initialized": "never"}], - "operator-linebreak": ["error", "after", { - "overrides": { - "?": "before", - ":": "before", - "+": "before", - "-": "before", - "*": "before", - "/": "before", - "||": "before", - "&&": "before", - }, - }], - "padded-blocks": ["error", {"blocks": "never", "switches": "never", "classes": "never"}], - "prefer-promise-reject-errors": "error", - "rest-spread-spacing": ["error", "never"], - "semi": ["warn", "always"], - "semi-spacing": ["error", {"before": false, "after": true}], - "space-before-blocks": ["error", "always"], - "space-before-function-paren": ["error", "always"], - "space-in-parens": ["error", "never"], - "space-infix-ops": "error", - "space-unary-ops": ["error", {"words": true, "nonwords": false}], - "spaced-comment": ["error", "always", { - "line": {"markers": ["*package", "!", "/", ",", "="]}, - "block": { - "balanced": true, - "markers": ["*package", "!", ",", ":", "::", "flow-include"], - "exceptions": ["*"], - }, - }], - "symbol-description": "error", - "template-curly-spacing": ["error", "never"], - "template-tag-spacing": ["error", "never"], - "unicode-bom": ["error", "never"], - "use-isnan": "error", - "valid-typeof": ["error", {"requireStringLiterals": true}], - "wrap-iife": ["error", "any", {"functionPrototypeMethods": true}], - "yield-star-spacing": ["error", "both"], - "yoda": ["error", "never"], - "no-prototype-builtins": "off", - "require-atomic-updates": "off", - "no-console": 0, - "prefer-template": "error", - "quotes": ["error", "double", {"allowTemplateLiterals": true}], - "no-var": "error", - }, -}; diff --git a/test/eslint.config.mjs b/test/eslint.config.mjs new file mode 100644 index 0000000..e83afde --- /dev/null +++ b/test/eslint.config.mjs @@ -0,0 +1,195 @@ +import js from "@eslint/js"; +import globals from "globals"; +import {CONFIG_IGNORES} from "./eslint/eslint-config.js"; + +export default [ + js.configs.recommended, + { + files: [ + "**/*.js", + "**/*.cjs", + "**/*.mjs", + ], + languageOptions: { + ecmaVersion: "latest", + sourceType: "module", + globals: { + ...globals.browser, + ...globals.node, + }, + }, + "rules": { + "accessor-pairs": "off", + "arrow-spacing": ["error", {"before": true, "after": true}], + "block-spacing": ["error", "always"], + "brace-style": ["error", "1tbs", {"allowSingleLine": true}], + "comma-dangle": ["error", { + "arrays": "always-multiline", + "objects": "always-multiline", + "imports": "always-multiline", + "exports": "always-multiline", + "functions": "always-multiline", + }], + "comma-spacing": ["error", {"before": false, "after": true}], + "comma-style": ["error", "last"], + "constructor-super": "error", + "curly": ["error", "multi-line"], + "dot-location": ["error", "property"], + "eqeqeq": ["error", "always", {"null": "ignore"}], + "func-call-spacing": ["error", "never"], + "generator-star-spacing": ["error", {"before": false, "after": true}], + "handle-callback-err": ["error", "^(err|error)$"], + "indent": [ + "error", + "tab", + { + "SwitchCase": 1, + }, + ], + "key-spacing": ["error", {"beforeColon": false, "afterColon": true}], + "keyword-spacing": ["error", {"before": true, "after": true}], + "new-cap": ["error", {"newIsCap": true, "capIsNew": false}], + "new-parens": "error", + "no-array-constructor": "error", + "no-caller": "error", + "no-class-assign": "error", + "no-compare-neg-zero": "error", + "no-cond-assign": "error", + "no-const-assign": "error", + "no-constant-condition": ["error", {"checkLoops": false}], + "no-control-regex": "error", + "no-debugger": "error", + "no-delete-var": "error", + "no-dupe-args": "error", + "no-dupe-class-members": "error", + "no-dupe-keys": "error", + "no-duplicate-case": "error", + "no-empty-character-class": "error", + "no-empty-pattern": "error", + "no-eval": "error", + "no-ex-assign": "error", + "no-extra-bind": "error", + "no-extra-boolean-cast": "error", + "no-extra-parens": ["error", "functions"], + "no-fallthrough": "error", + "no-floating-decimal": "error", + "no-func-assign": "error", + "no-global-assign": "error", + "no-implied-eval": "error", + "no-inner-declarations": ["error", "functions"], + "no-invalid-regexp": "error", + "no-irregular-whitespace": "error", + "no-iterator": "error", + "no-label-var": "error", + "no-labels": ["error", {"allowLoop": true, "allowSwitch": false}], + "no-lone-blocks": "error", + "no-mixed-operators": ["error", { + "groups": [ + ["==", "!=", "===", "!==", ">", ">=", "<", "<="], + ["&&", "||"], + ["in", "instanceof"], + ], + "allowSamePrecedence": true, + }], + "no-mixed-spaces-and-tabs": "error", + "no-multi-spaces": "error", + "no-multi-str": "error", + "no-multiple-empty-lines": ["error", {"max": 1, "maxEOF": 0}], + "no-negated-in-lhs": "error", + "no-new": "error", + "no-new-func": "error", + "no-new-object": "error", + "no-new-require": "error", + "no-new-symbol": "error", + "no-new-wrappers": "error", + "no-obj-calls": "error", + "no-octal": "error", + "no-octal-escape": "error", + "no-path-concat": "error", + "no-proto": "error", + "no-redeclare": "error", + "no-regex-spaces": "error", + "no-return-await": "error", + "no-self-assign": "error", + "no-self-compare": "error", + "no-sequences": "error", + "no-shadow-restricted-names": "error", + "no-sparse-arrays": "error", + "no-template-curly-in-string": "error", + "no-this-before-super": "error", + "no-throw-literal": "error", + "no-trailing-spaces": "error", + "no-undef": "off", + "no-undef-init": "error", + "no-unexpected-multiline": "error", + "no-unmodified-loop-condition": "error", + "no-unneeded-ternary": ["error", {"defaultAssignment": false}], + "no-unreachable": "error", + "no-unsafe-finally": "error", + "no-unsafe-negation": "error", + "no-unused-expressions": ["error", { + "allowShortCircuit": true, + "allowTernary": true, + "allowTaggedTemplates": true, + }], + "no-unused-vars": "off", + "no-use-before-define": ["error", {"functions": false, "classes": false, "variables": false}], + "no-useless-call": "error", + "no-useless-computed-key": "error", + "no-useless-constructor": "error", + "no-useless-escape": "error", + "no-useless-rename": "error", + "no-useless-return": "error", + "no-whitespace-before-property": "error", + "no-with": "error", + "object-property-newline": ["error", {"allowMultiplePropertiesPerLine": true}], + "one-var": ["error", {"initialized": "never"}], + "operator-linebreak": ["error", "after", { + "overrides": { + "?": "before", + ":": "before", + "+": "before", + "-": "before", + "*": "before", + "/": "before", + "||": "before", + "&&": "before", + }, + }], + "padded-blocks": ["error", {"blocks": "never", "switches": "never", "classes": "never"}], + "prefer-promise-reject-errors": "error", + "rest-spread-spacing": ["error", "never"], + "semi": ["warn", "always"], + "semi-spacing": ["error", {"before": false, "after": true}], + "space-before-blocks": ["error", "always"], + "space-before-function-paren": ["error", "always"], + "space-in-parens": ["error", "never"], + "space-infix-ops": "error", + "space-unary-ops": ["error", {"words": true, "nonwords": false}], + "spaced-comment": ["error", "always", { + "line": {"markers": ["*package", "!", "/", ",", "="]}, + "block": { + "balanced": true, + "markers": ["*package", "!", ",", ":", "::", "flow-include"], + "exceptions": ["*"], + }, + }], + "symbol-description": "error", + "template-curly-spacing": ["error", "never"], + "template-tag-spacing": ["error", "never"], + "unicode-bom": ["error", "never"], + "use-isnan": "error", + "valid-typeof": ["error", {"requireStringLiterals": true}], + "wrap-iife": ["error", "any", {"functionPrototypeMethods": true}], + "yield-star-spacing": ["error", "both"], + "yoda": ["error", "never"], + "no-prototype-builtins": "off", + "require-atomic-updates": "off", + "no-console": 0, + "prefer-template": "error", + "quotes": ["error", "double", {"allowTemplateLiterals": true}], + "no-var": "error", + }, + }, + CONFIG_IGNORES, +]; diff --git a/test/eslint/eslint-config.js b/test/eslint/eslint-config.js new file mode 100644 index 0000000..b2ac012 --- /dev/null +++ b/test/eslint/eslint-config.js @@ -0,0 +1,34 @@ +export const CONFIG_IGNORES = { + // Note: there should be no other properties in this object + ignores: [ + // Other dirs + "audio/*", + "certs/*", + "css/*", + "data/*", + "doc/*", + "docker/*", + "docker-build/*", + "fonts/*", + "homebrew/*", + "icon/*", + "img/*", + "prerelease/*", + "scss/*", + "search/*", + "spellcheck/*", + + // Generated + "sw.js", + "sw-injector.js", + + // Libraries + "lib/*", + "node_modules/*", + + // Scratches + "scratch/*", + "trash/*", + "trash_in/*", + ], +}; diff --git a/test/jest/ToTitleCase.test.js b/test/jest/ToTitleCase.test.js index 090a796..c98bebe 100644 --- a/test/jest/ToTitleCase.test.js +++ b/test/jest/ToTitleCase.test.js @@ -34,4 +34,12 @@ describe("Title-case strings", () => { it("Should handle ending in a lower-case word", () => { expect("the place between".toTitleCase()).toBe("The Place Between"); }); + + it("Should handle modern book rules", () => { + // XMM + expect("bull-like guardians with petrifying breath".toTitleCase()).toBe("Bull-like Guardians with Petrifying Breath"); + expect("tyrants among corpses".toTitleCase()).toBe("Tyrants among Corpses"); + expect("beholder beyond death".toTitleCase()).toBe("Beholder beyond Death"); + expect("vengeance from beyond the grave".toTitleCase()).toBe("Vengeance from beyond the Grave"); + }); }); diff --git a/test/test-all.js b/test/test-all.js index 9412131..0e9b0f2 100644 --- a/test/test-all.js +++ b/test/test-all.js @@ -21,6 +21,13 @@ async function main () { await (await import("./test-adventure-book-map-grids-parents.js")).default; // don't fail on missing map grids if (!(await (await import("./test-foundry.js")).default)) handleFail(); process.exit(0); + + // region Manual tests + // - `test-adventure-book-credits.js` + // - `test-adventure-book-pages.js` + // - `test-page-generator.js` + // - `test-tag-source-versions.js` + // endregion } main() diff --git a/test/test-tags.js b/test/test-tags.js index c849eae..83f16c2 100644 --- a/test/test-tags.js +++ b/test/test-tags.js @@ -1,17 +1,28 @@ +import {Command} from "commander"; import "../js/parser.js"; import "../js/utils.js"; +import "../js/utils-ui.js"; import "../js/render.js"; import "../js/render-dice.js"; import "../js/hist.js"; import "../js/utils-dataloader.js"; import "../js/utils-config.js"; +import "../js/filter.js"; +import "../js/utils-brew.js"; import * as utS from "../node/util-search-index.js"; import "../js/omnidexer.js"; import * as ut from "../node/util.js"; import {DataTesterBase, DataTester, ObjectWalker, BraceCheck, EscapeCharacterCheck} from "5etools-utils"; +import {readJsonSync} from "5etools-utils/lib/UtilFs.js"; -// TODO(Future) make this an arg/add Commander -const _IS_LOG_SIMILAR = false; +const program = new Command() + .option("--log-similar", `If, when logging a missing link, a list of potentially-similar links should additionally be logged.`) + .option("--file-additional ", `An additional file (e.g. homebrew JSON) to load/check [WIP/unstable].`) + .option("--skip-non-additional", `If checking non-additional files (i.e., the "data" directory) should be skipped [WIP/unstable].`) +; + +program.parse(process.argv); +const params = program.opts(); const TIME_TAG = "\tRun duration"; console.time(TIME_TAG); @@ -75,6 +86,7 @@ class TagTestUtil { static async pInit () { await this._pInit_pPopulateUrls(); + await this._pInit_pPopulateUrlsAdditionalFluff(); await this._pInit_pPopulateClassSubclassIndex(); } @@ -82,11 +94,16 @@ class TagTestUtil { const primaryIndex = Omnidexer.decompressIndex(await utS.UtilSearchIndex.pGetIndex({doLogging: false, noFilter: true})); primaryIndex .forEach(indexItem => TagTestUrlLookup.addIndexItem(indexItem)); - const highestId = primaryIndex.last().id; - const secondaryIndexItem = Omnidexer.decompressIndex(await utS.UtilSearchIndex.pGetIndexAdditionalItem({baseIndex: highestId + 1, doLogging: false})); + const secondaryIndexItem = Omnidexer.decompressIndex(await utS.UtilSearchIndex.pGetIndexAdditionalItem({baseIndex: primaryIndex.last().id + 1, doLogging: false})); secondaryIndexItem .forEach(indexItem => TagTestUrlLookup.addIndexItem(indexItem)); + if (params.fileAdditional) { + const brewIndexItems = Omnidexer.decompressIndex(await utS.UtilSearchIndex.pGetIndexLocalHomebrew({baseIndex: secondaryIndexItem.last().id + 1, filepath: params.fileAdditional})); + brewIndexItems + .forEach(indexItem => TagTestUrlLookup.addIndexItem(indexItem)); + } + (await DataLoader.pCacheAndGetAllSite("itemProperty")) .forEach(ent => TagTestUrlLookup.addEntityItem(ent, "itemProperty")); @@ -95,6 +112,12 @@ class TagTestUtil { .forEach(ent => TagTestUrlLookup.addEntityItem(ent, UrlUtil.PG_FEATS)); } + static async _pInit_pPopulateUrlsAdditionalFluff () { + // TODO(Future) revise/expand + (await DataUtil.monsterFluff.pLoadAll()) + .forEach(ent => TagTestUrlLookup.addEntityItem(ent, "monsterFluff")); + } + static async _pInit_pPopulateClassSubclassIndex () { const classData = await DataUtil.class.loadJSON(); @@ -141,7 +164,7 @@ class TagTestUtil { } static getLogPtSimilarUrls ({url}) { - if (!_IS_LOG_SIMILAR) return ""; + if (!params.logSimilar) return ""; const ptSimilarUrls = TagTestUrlLookup.getSimilarUrls(url); if (!ptSimilarUrls) return ""; @@ -314,36 +337,42 @@ class LinkCheck extends DataTesterBase { parsedJsonChecker.addPrimitiveHandler("object", this._checkObject.bind(this)); } - static _checkString (str, {filePath, isStatblock = false}) { + static _checkString (str, {filePath}) { let match; while ((match = LinkCheck.RE.exec(str))) { - const [, tag, text] = match; + const [original, tag, text] = match; + this._checkTagText({original, tag, text, filePath}); + } + } - let encoded; - switch (tag) { - // FIXME(Future) - case "classFeature": { - const {name, source, className, classSource, level} = DataUtil.class.unpackUidClassFeature(text); - encoded = UrlUtil.encodeForHash([name, className, classSource, level, source]); - break; - } - // FIXME(Future) - case "subclassFeature": { - const {name, source, className, classSource, subclassShortName, subclassSource, level} = DataUtil.class.unpackUidSubclassFeature(text); - encoded = UrlUtil.encodeForHash([name, className, classSource, subclassShortName, subclassSource, level, source]); - break; - } - default: { - encoded = Renderer.utils.getTagMeta(`@${tag}`, text).hash; - break; - } + static _checkTagText ({original, tag, text, filePath, isStatblock = false}) { + let encoded; + let page; + switch (tag) { + // FIXME(Future) + case "classFeature": { + const {name, source, className, classSource, level} = DataUtil.class.unpackUidClassFeature(text); + encoded = UrlUtil.encodeForHash([name, className, classSource, level, source]); + break; } + // FIXME(Future) + case "subclassFeature": { + const {name, source, className, classSource, subclassShortName, subclassSource, level} = DataUtil.class.unpackUidSubclassFeature(text); + encoded = UrlUtil.encodeForHash([name, className, classSource, subclassShortName, subclassSource, level, source]); + break; + } + default: { + const tagMeta = Renderer.utils.getTagMeta(`@${tag}`, text); + encoded = tagMeta.hash; + page = tagMeta.page; + break; + } + } - const url = `${Renderer.tag.getPage(tag)}#${encoded}`.toLowerCase().trim(); - if (TagTestUrlLookup.hasUrl(url)) continue; + const url = `${page || Renderer.tag.getPage(tag)}#${encoded}`.toLowerCase().trim(); + if (TagTestUrlLookup.hasUrl(url)) return; - this._addMessage(`Missing link: ${isStatblock ? `(as "statblock" entry) ` : ""}${match[0]} in file ${filePath} (evaluates to "${url}")\n${TagTestUtil.getLogPtSimilarUrls({url})}`); - } + this._addMessage(`Missing link: ${isStatblock ? `(as "statblock" entry) ` : ""}${original} in file ${filePath} (evaluates to "${url}")\n${TagTestUtil.getLogPtSimilarUrls({url})}`); } static _checkObject (obj, {filePath}) { @@ -351,10 +380,22 @@ class LinkCheck extends DataTesterBase { const prop = obj.prop || Parser.getTagProps(obj.tag)[0]; const tag = obj.tag || Parser.getPropTag(prop); + + if (!tag && prop?.endsWith("Fluff")) { + const tagNonFluff = Parser.getPropTag(prop.replace(/Fluff$/, "")); + const tagFaux = `${tagNonFluff}Fluff`; + + const sourceDefault = Renderer.tag.TAG_LOOKUP[tagNonFluff].defaultSource; + const uid = DataUtil.proxy.getUid(prop, {...obj, source: obj.source || sourceDefault}); + + this._checkTagText({original: JSON.stringify(obj), tag: tagFaux, text: uid, filePath, isStatblock: true}); + + return obj; + } + const sourceDefault = Renderer.tag.TAG_LOOKUP[tag].defaultSource; const uid = DataUtil.proxy.getUid(prop, {...obj, source: obj.source || sourceDefault}); - const asStr = `{@${tag} ${uid}}`; - this._checkString(asStr, {filePath, isStatblock: true}); + this._checkTagText({original: JSON.stringify(obj), tag, text: uid, filePath, isStatblock: true}); return obj; } @@ -562,6 +603,9 @@ class FilterCheck extends DataTesterBase { const missingEq = []; for (let i = 2; i < spl.length; ++i) { const part = spl[i]; + + if (part === "preserve") continue; + if (!part.includes("=")) { missingEq.push(part); } @@ -1572,6 +1616,8 @@ class AdventureBookTagCheck extends DataTesterBase { static _ADV_BOOK_LOOKUP = {}; static registerParsedPrimitiveHandlers (parsedJsonChecker) { + const jsonAdditional = params.fileAdditional ? readJsonSync(params.fileAdditional) : null; + [ { path: "./data/adventures.json", @@ -1586,6 +1632,11 @@ class AdventureBookTagCheck extends DataTesterBase { ].forEach(({path, prop, tag}) => { const json = ut.readJson(path); this._ADV_BOOK_LOOKUP[tag] = json[prop].mergeMap(({id}) => ({[id.toLowerCase()]: true})); + + if (!jsonAdditional?.[prop]) return; + + jsonAdditional[prop] + .forEach(({id}) => this._ADV_BOOK_LOOKUP[tag][id.toLowerCase()] = true); }); parsedJsonChecker.addPrimitiveHandler("string", this._checkString.bind(this)); @@ -1656,13 +1707,19 @@ async function main () { ]; DataTester.register({ClazzDataTesters}); - await DataTester.pRun( - "./data", - ClazzDataTesters, - { - fnIsIgnoredFile: filePath => filePath.endsWith("changelog.json") || filePath.includes("/generated/"), - }, - ); + if (!params.skipNonAdditional) { + await DataTester.pRun( + "./data", + ClazzDataTesters, + { + fnIsIgnoredFile: filePath => filePath.endsWith("changelog.json") || filePath.includes("/generated/"), + }, + ); + } + + if (params.fileAdditional) { + await DataTester.pRun(params.fileAdditional, ClazzDataTesters); + } ut.unpatchLoadJson();
- ${name} - ${isStatic ? `` : `[${isCollapsed ? "+" : "\u2013"}]`} +
+
+ ${htmlNameCollapsed || name} + ${htmlNameExpanded || ""} +
+ ${isStatic ? `` : `[${isCollapsed ? "+" : "\u2013"}]`} +
+ ${Renderer.get().setFirstSection(true).render(entry.entries)} +
+ ${Renderer.get().setFirstSection(true).render({type: "entries", entries: toRender})} +